@univerjs-pro/embed-ui 1.0.0-beta.1 → 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.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +115 -24
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +3 -3
- package/lib/types/components/EmbedFloatFullscreenButton.d.ts +1 -0
- package/lib/types/components/EmbedMenuTooltip.d.ts +11 -0
- package/lib/types/components/EmbedPrintImage.d.ts +8 -0
- package/lib/types/components/EmbedRuntimeProviders.d.ts +2 -0
- package/lib/types/components/embed-float-dom-geometry.d.ts +2 -1
- package/lib/types/components/embed-float-dom-interaction.d.ts +3 -2
- package/lib/types/controllers/embed-host-popup-lifecycle.controller.d.ts +13 -0
- package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +1 -0
- package/lib/types/controllers/embed-owned-dialog-cleanup.controller.d.ts +11 -0
- package/lib/types/controllers/embed-print.controller.d.ts +71 -0
- package/lib/types/controllers/embed-sheet-editor-shortcut.controller.d.ts +8 -0
- package/lib/types/locale/en-US.d.ts +6 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +1 -1
- package/lib/types/products/bases/embed-content-size.d.ts +1 -0
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +6 -0
- package/lib/types/products/docs/docs-custom-block-layout.d.ts +1 -0
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +4 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +4 -0
- package/lib/types/products/slides/EmbedChildView.d.ts +4 -1
- package/lib/types/services/embed-activation.service.d.ts +4 -1
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +4 -1
- package/lib/types/services/embed-dom-wheel.d.ts +4 -2
- package/lib/types/services/embed-floating-menu-root.d.ts +2 -1
- package/lib/types/services/embed-fullscreen.service.d.ts +4 -1
- package/lib/types/services/embed-host-wheel-gesture.service.d.ts +1 -1
- package/lib/types/services/embed-host-zoom-wheel.d.ts +7 -0
- package/lib/types/services/embed-interaction-boundary.service.d.ts +6 -1
- package/lib/types/services/embed-print.service.d.ts +55 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +1 -1
- package/lib/types/services/embed-render-child-view-contribution.d.ts +7 -3
- package/lib/types/services/embed-runtime-host-lease.service.d.ts +2 -2
- package/lib/types/services/embed-scene-canvas-capture.service.d.ts +29 -1
- package/lib/types/services/embed-ui-runtime-scope-lease.service.d.ts +16 -0
- package/lib/types/types/embed-ui.d.ts +8 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +40 -37
package/lib/umd/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x3a85(_0x2840bd,_0x226708){_0x2840bd=_0x2840bd-0x1cf;const _0x5eb2f9=_0x5eb2();let _0x3a8554=_0x5eb2f9[_0x2840bd];return _0x3a8554;}function _0x5eb2(){const _0x8868ef=['scaleY','tab','defaultColumnWidth','display','_materializeService','OpenBasePanelOperation','_initializeFloatingSessionActiveState','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','SetDocZoomRatioOperation','stroke','BaseViewWheelScrollService','checkContentIsFocused','abs','DesktopSidebarService','registerMultipleCommand','SetTextWrapCommand','SetCellEditVisibleOperation','_commandService','hasAnyHostPreservingChildFocusLease','_notifyRuntimeFocusChanged','pointerup','then','UniverUi','BaseEditorService','innerHeight','_key','key','UniverInstanceType','CanvasFloatDomPreviewService','hidden$','OverflowIcon','zoom','_getActiveOwnedRuntimeFocusInfo','expiresAt','routeHostGestures','stage-change','tab-active','cancel-merge-icon','getCanvasEle','0\x20/\x200','value','scopedInjector','_isUniverPortalCandidate','settleDelayMs','mountService','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','table-','_leaseSequence','forEach','UniverProBoards','remove','waiting-base-canvas-root','false','IBaseEmbedFloatingGeometryService','_projectionService','ownedPointerInteractionUntil','updateItem','getRegistration','getBaseFloatingPosition','hasAnyChildInteractionLease','delta','hostHeaderMode','viewportPoint','Dropdown','clearVirtualRecords','displayName','UniverDesign','BORDER_LINE_CHILDREN','_getOwnedEmbedIdFromEventPoint','doc-width-scale','mounted','__embedSharedRootInjector','deltaX','zoomStep','injector','-48px','VerticalAlign','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','getCanvasElement','focusCoordinator','allowed','displayTarget','UNRECOGNIZED','ThemeService','dependencyCollection','getContextByChildUnitId','source','scrollState','embed-ui.basesFloating.tableSidebar.defaultTableName','getLocales','_refreshHostDocZoom','divider-font','border:1px\x20dashed\x20rgba(99,102,106,.35)','_rootsByHostAnchorId','FOCUSING_BOARD','sheet.command.smart-toggle-filter','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','5327610ANbSDF','matrix(-1\x200\x200\x201\x2020\x200)','idSuffix','_pendingChildUnits','defaultPluginConfig','canMount','unitDisposed$','disposable','sequence','DependentOn','addRecord','configurations','packageName','isHostGesture','IBaseViewWheelScrollService','_findFallbackUnitId','IContextService','associatedChildUnitIds','contentRoot','verticalAlign','observe','_cleanupOrdinaryBodyChromeClaims','scopedRenderInjector','LEFT','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','removeRender','apply','createDefaultViewName','updateViewState','dataset','UNIVER_SHEET','_isHTMLElement','xlink:href','AlignTopIcon','UniverSheetsDrawingUi','SELF','token','_flushPendingContributions','embed-ui.config','_sessions','documentStyle','embedSlidesPresentationRuntime','_activePortalOwners','_drainQueue','visible','preventBrowserZoomInContainers','_getHostSnapshot','popupRoot','previewUpdated$','SheetsSelectionsService','MergeAllIcon','embed-ui.basesFloating.viewSettings.configureView','SHEETS_UI_PLUGIN_CONFIG_KEY','clearActiveEditing','-100000px','BoardShapeTextEditorContainer','EmbedHostContainerRegistryService','commandService','CloseBaseContextMenuOperation','_collectOwnedFloatingSurfaceRoots','shape','getUnitCreateOptions','toDataURL','CloseBaseActiveEditorOperation','ribbon$','DocSelectionRenderService','getActiveSlide','runtimeRoots','scrollWidth','IRibbonOverrideService','supportedLayouts','liveRoot','docsLeft','nested','radio','IUniverInstanceService','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','metaKey','RenderBaseWorkbench','activateNavigationAtPoint','General','data-embed-slides-page-list-host','_getHostUnit','context','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','items','Injector','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','_contextsByChildUnitId','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','univer-flex\x20univer-items-center\x20univer-justify-center','CreateEmbedCommand','_getAnyActiveElement','_releaseTabPeerFocusLease','roots','MenuManagerService','univerInstanceService','contains','IBaseEmbedRuntimeService','focusHostForPassiveRuntime','setZoomRatioAtViewportPoint','disposeWithMe','_entriesByKey','VerticalIntegrationIcon','elementAdd$','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','workbench','SoftDeleteEmbedDescriptorMutation','EmbedReferencedUnitMaterializeService','763758abmdpg','embed-ui.sheetsFloating.align.top','BASE_VIEW_MENU_ITEMS','fallbackWidth','DOCS_UI_PLUGIN_CONFIG_KEY','justify-content:center','Sidebar','data-embed-child-render-unit-id','ContextMenu','fieldOrder','_notifyRuntimeSessionChanged','identifier:ui.layout-service','EditorUIFloatingContainer','alt','univer.embed.forwarded-wheel-event','chrome','image','params','moved','getProvider','\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','setAnchor','ISlideEmbedFocusOwnerService','setProperty','baseUnitId','_mountFloatingMenu','collapsedGroupPaths','univer-pointer-events-none','CanvasPopupService','[data-u-comp=\x22embed-float-dom-live-content\x22]','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','_resolvedChildUnits','BaseViewIcon','current','pan','_hostGestureEvents','_observeWheel','SlidesPageListBlock','univer-text-primary-600','SheetsShapeUIMenuSchema','usesDomFloatingStage','bleedLeft','Calendar','fieldSettings','ISlideDrawingStateService','StartBaseEditingCellOperation','clientY','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','true','tooltip','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','getActiveDescriptors','register','requestPreview','top','DeviceInputEventType','dispatchEvent','table-list','setFocusOwner','initial','role','createPortal','useState','getMergedMenuSchema','app','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','SlideEmbedFloatingPreview','univer-truncate','base-embed-view-slot','enableExclusivePolicy','_sceneCanvasCaptureService','Previous\x20page','_layoutService','engine','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','default','box-sizing:border-box','useMemo','univer-size-3','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','nextSibling','hasRecentInteractionFor','defaultPrevented','_registerLateProductUIContributions','_wheelScrollService','slide-page-list','isFocused','_leaseAppliesToChildUnit','focusUnit','distinctUntilChanged','_registerProductMenus','entries','_queue','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','wrap','[data-embed-floating-menu=\x22true\x22]','owner','label','12px','closeOwnedFloatingSurfaces','pointer-events','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','getData','jsxs','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','acquireLease','_domLayerService','elementsFromPoint','split','_previousChildCurrentUnits','drawImage','UniverSheetsNumfmtUi','pageContentWidth','tableId','_activateTabPeerFocusLease','refCount','IBaseHostChromeOverrideService','resolveGridRowHeight','_current','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','number-icon','cancelAnimationFrame','prototype','_ribbonOverrideService','_findPreviousReadyEntry','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','getColVisible','sessionMode','createDefaultDocsTableLikeCustomBlockBleedViewport','defaults','embed-ui.sheetsFloating.toolbar.border.main','_runtimeScopes','getBaseTableNameErrorMessage','resolveDocsCustomBlockSize','LookUp','scrollLeft','_currentOverride','_registerRootPopupDescendantFocusRoles','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','embed-ui.sheetsFloating.toolbar.numberFormat','composedPath','increase-icon','join','IBaseUIPopupService','keydown','restoreService','fit-width','_relocateExistingSession','aside','hasChildInteractionLease','commandId','floatingMenuInsetTop','_rootsByEmbedId','shouldSuppressHostInteraction','max-depth','divider-block','scroll-contained','UpdateBoardElementMutation','attributes','retryDelay','248oEsxUo','_setRenderFailure','resize','openToolbarPanel','bases-ui.ribbon','horizontal-merge-icon','_registerServices','section','entry','getRowCount','removeProperty','_docViewScaleService','UniverSheetsNoteUi','ISheetHostChromeOverrideService','startX','conditional-formatting','StopBaseEditingCellOperation','status','RibbonFormulasGroup','open','className','materializeDescriptor','embed-ui.sheetsFloating.toolbar.fontSize','getComputedStyle','maxHeight','embed-ui.sheetsFloating.borderLine.borderColor','FOCUSING_SHEET','resolvedDependencyCollection','virtualWidth','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','closeRecordDetail','UniverEngineRender','url(#$1','subscribeConfigValue$','prepare','docs-','_ensurePortalObserver','CheckMarkIcon','columnHeader','getSession','IContextMenuService','embed-ui.sheetsFloating.textWrap.clip','onReady','value$','RibbonOthersGroup','RESOURCE_REF_FILE_KIND','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','UniverProSheetsSparklineUi','data-embed-popup-root','insertBefore','truncation-icon','ColorPicker','retrying-base-child-render','EMBED_RUNTIME_HOST_NOT_ATTACHED:','activatePortalScope','child-fullscreen','Disposable','clearUnit','runtimeFocusChanged$','resolveBoardInteractionConfig','FORMULA_EDITOR_ACTIVATED','sheets-ui.ribbon','_tabFocusLeases','_refreshTabPeerRender','layoutPolicy','embed-float-dom-chrome','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','base-embed-actions-surface','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','deepCompare','_passiveWheelHandlerRegistry','order','schedule','type','ISlideEmbedFloatingActiveService','child-session','Boards','children','tabIndex','SheetShapeTextEditorContainer','merge-all-icon','[data-embed-interaction-boundary-owner]','hasHostPreservingChildFocusLeaseForHost','UniverProBoardsUi','identifier:ui.popup.service','SLIDE_PAGE_RECT_KEY','getRenderUnitById','univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','#000000','Tooltip','shiftViewportPanOffset','registerOwnedElement','DATA','data-embed-canvas-root','createScoped','base-embed-floating-menu','getSheetId','embedChildRenderStatus','altKey','hostToolbar','child-editor','74AWWbiW','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','icon','FOCUSING_BASE','_getEventClientPoint','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','embed-ui.sheetsFloating.borderLine.borderSize','_renderManagerService','maxRetries','_boardElementStateService','calc(100%\x20-\x20','dialog','HTMLElement','restoreViewState','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','transient','embedSheetsSheetTabError','clearFloating','embedId','clearTimeout','hidePopupsForUnit','data-embed-sheets-sheet-tab-host','all','EmbedHostAnchorModelService','assign','_isBodyPortalCandidate','releaseSessionFocus','setContextValue','getOffsetConfig','createDefaultConfig','1367788uqPMNk','_childViewRegistry','getRowHeight','makeDirty','runtimeHostLeaseService','data-embed-footer-slot','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','setActiveSlide','embed-ui.basesFloating.viewSettings.deleteView','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','formatPainter','getActiveSheet','focused$','EmbedFocusOwnerService','number','recordId','AddViewMenu','getCurrentSelections','allowHiddenRibbon','_renderOne','_mountResolvedHost','elementUpdate$','bases-ui.embed','pointerdown','deltaZ','KeyboardEvent','_runChildBeforeDeactivate','_isRuntimeFocusRole','activate','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','clear','closeActiveEditor','numberFormat','M15.1399\x207.1349C15.1399\x206.80353\x2014.8713\x206.5349\x2014.5399\x206.5349C14.2085\x206.5349\x2013.9399\x206.80353\x2013.9399\x207.1349V7.66968H12.0099C11.6786\x207.66968\x2011.4099\x207.93831\x2011.4099\x208.26968C11.4099\x208.60105\x2011.6786\x208.86968\x2012.0099\x208.86968H13.9399V9.4049C13.9399\x209.73627\x2014.2085\x2010.0049\x2014.5399\x2010.0049C14.8713\x2010.0049\x2015.1399\x209.73627\x2015.1399\x209.4049V8.27463L15.1399\x208.26968L15.1399\x208.26472V7.1349Z','UNIVER_BASE','FONT_SIZE_LIST','span','filter-icon','divider-layout','defIds','unsupported-layout','univer-fill-primary-600','activeUntil','_exited$','previewService','OpenBaseRecordDetailPanelOperation','bases-table-list-block','right','useRef','sheetBar','RibbonPosition','EmbedModelService','IUIPartsService','SheetsHyperLinkUIMenuSchema','substring','mergeMenu','.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]','ContextMenuService','data-embed-content-root','autowrap-icon','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','clientWidth','embedRenderScopeActive','no-border-icon','_getBodyPortalOwner','\x20-\x20','registerEmbedProductMenuContribution','ResetRangeTextColorCommand','data-embed-runtime-slot-owner','getActive','createUnit','translateY(','no-color-double-icon','registerContext','isEmbedBoardsFloatingElement','fullscreenService','pointercancel','pointerId','_roots','offsetWidth','content-only','BuiltInUIPart','FOCUSING_DOC','runtimeHost','redos','DocFloatMenuService','listSessions','_sync','recalculate','parseResourceRef','align-top-icon','now','BoardViewportService','ISlideEmbedMountService','IDocEmbedInteractionBoundaryService','UNIVER_BOARD','target','Nested\x20embed\x20is\x20not\x20supported.','enable','getByHostAnchorId','IMenuManagerService','RibbonDataGroup','_rememberPreviousChildCurrentUnit','BaseUIStateService','override$','filter','identifier:ui.contextmenu.service','state$','selector','shift','viewportWidth','top\x20left','getFocusedUnit','more-down-icon','addDisposer','generateRandomId','_blockRegistry','medium','setLeftSidebarVisible','defaultPageSize','getViewport','dragStarted','supports','_maxDepth','Kanban','getElementDataForUnit','interactionFlow','univer-min-w-0\x20univer-truncate\x20univer-text-left','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','presentationPolicy','visibility','allowHostBodyDrag','host-passive','EmbedActivationService','height','UniverProSlides','IconManager','toStringTag','_assertChildUnitAvailable','hostElement','SheetsOutlineUIMenuSchema','[data-u-comp=\x22base-view-tab\x22]','hideTrackWhenUnscrollable','activeSlideId$','5NmraDw','inset','getState','element','_touchServices','_componentManager','setActiveSheet','embed-float-dom-live-content','validateBaseTableName','flatMap','message','pageManager','CreateBaseTableCommand','_config','left-justifying-icon','removeEventListener','vertical','embed-ui.sheetsFloating.toolbar.filter','_boardUIStateService','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','toDisposable','_hostContainerRegistry','BaseDataModel','backgroundColor','scrollToViewportPos','runtimeSessionChanged$','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','data-u-comp','renderManagerService','ready','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','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','isDisposed','getTypeOfUnitDisposed$','menuOutlet','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','activateTable','_contributions','warn','table','UniverCore','embed-ui.sheetsFloating.textWrap.wrap','elements','getByEmbedId','geometryInvalidated$','clearSelection','_mountService','EmbedFullscreenService','_registerFloatingMenus','priority','embedPresentationRuntime','slide-canvas','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','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','listElements','activationService',':anonymous:','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','getGridProjectionBodyHeight','embed-ui.sheetsFloating.toolbar.mergeCell.main','session$','getGalleryProjectionBodyHeight','embed-float-dom','selections','preventDefault','captureByHostAnchorId','_isOwnedBoundaryElement','pageId','BaseKeyboardOperation','maxExpansion','with','activated$','design','host-override','hostAnchorId','_rerenderHostDoc','_blurActiveElementBeforePortalReassignment','_registerComponents','openRecordDetail','Missing\x20embed\x20float\x20preview\x20provider:\x20','unmerge','floating-menu','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','activeIndex','disposeUnit','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','clsx','100%','slideOrder$','SHEET_FOOTER_BAR_HEIGHT','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','_ownedEmbedAppliesToChildUnit','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','version','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','IBaseEmbedFloatingActiveService','_contextsByHostAnchorId','defineProperty','getAncestryForHostUnit','_focusOwnerService','_claimBodyPortals','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','createDocsCustomBlockHostAdapterContribution','1em','note','FORMULAS','embed-float-dom-live','embedSlidesPresentationChrome','UniverSheetsSortUi','disabled$','FOCUSING_UNIT','hasExact','bold-icon','map','univerjs-icon\x20univerjs-icon-','base-workbench','_menuOverrideService','_enableEmbedUnitLeasePolicy','_isBlockingLease','image/png','attrs','#ffffff','embed-ui.deleteBlock','createScopedBaseCanvasRootResolverService','left','jsx','SlideEmbedReadonlyFloatingPreview','hasBlockingChildFocusLease','IEditorUIService','menuSchema','closed','BoardsFloatingObject','undos','ghost','_getChildUnitForMeasurement','calendarViewSettings','uComp','deleteConfig','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','addedNodes','color','mousedown','fullscreen','pluginName','HoverTrack','EMBED_CHILD_UNIT_ID_ATTRIBUTE','includes','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','RemoveEmbedCommand','calendarEventSettings','leftPanelWidth','CloseBasePanelOperation','LeftJustifyingIcon','embedLayout','sheets-ui.embed','SheetBar','FOCUSING_UNIVER_EDITOR','field-','container','button','_hasContributionId','React','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','resolved','CancelMergeIcon','RightJustifyingIcon','inactive','pageSize','ActivateBaseTableOperation','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','UniverProSheetsPrint','SetOnceFormatPainterCommand','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','_focusDocumentBody','fill','canvasRootClassName','embed-ui.sheetsFloating.toolbar.textWrapMode.main','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','important','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','registerComponent','docs-custom-block','beforeDeactivate','length','disable','ISlideEmbedActivationService','base-embed-fullscreen-add-view-menu','subUnitId','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','SKIP_SELF','delete','child','_anchorModelService','_baseUIStateService','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','SheetsConditionalFormattingUIMenuSchema','setCurrentUnitForType','Bases','portalContainer','deactivateFloatingSession','getCanvas','resolveBoardWheelViewportAction','view-','bind','_getChildSessionPriority','replace','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','registerElement','host','EditorContainer','setLeftPanelWidth','ISlideDrawingService','[data-embed-interaction-boundary-owner=\x22','#b91c1c','START','getSnapshot','ArrowLeftIcon','GRID_SUMMARY_HEIGHT','http://www.w3.org/2000/svg','MutationObserver','pointer','bubbles','min','ISheetBarService','restoreEmbed','UNIVER_SLIDE','_markInteractionBoundaryOwnerTree','THIN','Element','RedoCommand','fromResourceRefUnitType','UniverSheetsTableUi','getSlide','previewRequested$','session','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','mountIntoHostElement','_markExistingBodyPortals','BORDER_SIZE_CHILDREN','HorizontalAlign','notifyExited','title-only','sparkline','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','_active$','_isUniverPortalTreeElement','subscribeContextValue$','string','IBaseUIStateService','BorderType','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','M10\x2010L14\x2014M10\x206L14\x202M14\x2010.6667V14H10.6667M14\x205.33333V2H10.6667M2\x2010.6667V14H5.33333M2\x2014L6\x2010M2\x205.33333V2H5.33333M6\x206L2\x202','SlideEmbedChildWorkbench','exports.@univerjs-pro/embed.@univerjs-pro/license.@univerjs/core.@univerjs/docs-ui.@univerjs/sheets-ui.@univerjs/ui.@univerjs/design.react.rxjs.@univerjs/engine-render.react/jsx-runtime.@univerjs/docs.@univerjs-pro/docs-table-ui.@univerjs-pro/bases.@univerjs-pro/bases-ui.react-dom.@univerjs-pro/boards-ui.@univerjs-pro/boards.@univerjs-pro/slides-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-note-ui.@univerjs/sheets-numfmt-ui.@univerjs/sheets-sort-ui.@univerjs/sheets-table-ui.@univerjs/sheets-thread-comment-ui.@univerjs/sheets.@univerjs-pro/slides','\x20/\x20','setSearchActiveIndex','0\x200\x2016\x2016','includeAppShellEditorPortal','embed-ui.basesFloating.duplicateTable.copyName','identifier','114633klnybC','duplicateView','active','hideAllContextualTabs','tables','recordOrder','ribbonService','registerMountedRuntime','removeAllRanges','ISlideEmbedRuntimeFocusCoordinator','pending','root','univer-gap-0.5\x20univer-px-1','getOwnPropertyNames','registerItem','embed-ui.sheetsFloating.toolbar.fillColor.main','FOCUSING_SLIDE','captureByChildUnitId','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','_markRuntimeFocusRole','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','passThroughInteractionGate','floating','enableStage1BodyDrag','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','collectViewState','menuChanged$','descriptor','_registerProductUIContributions','right-justifying-icon','calculatePagePosition','div','overflowY','createSlidesFloatingObjectHostAdapterContribution','13003hWijbo','renderScope','viewScale','viewportScrollX','viewportScrollY','univer-dropdown','_getVisibleCanvasDocumentRect','IBoardUIStateService','getActiveDescriptorsByChildUnit','flushForTests','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','VIEWPORT_KEY','_embedModelService','numfmt','align-bottom-icon','class','add','get','getId','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','BaseDeleteConfirmDialog','WrapStrategy','univer-min-w-0\x20univer-truncate','focusFloatingRuntime','replaceChildren','data-embed-child-render-mode','BOTTOM','embed-ui.basesFloating.confirmDelete.tableTitle','data','sheet-embed-floating-menu','selectElements','activateTab','DropdownMenu','mount','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','darkMode$','complete','canvas','FilterIcon','BaseEmbedRuntimeRegistryService','ZoomOutIcon','arrow-right-icon','indexOf','isFinite','contentWidth','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','SetRangeTextColorCommand','hidden','vertical-integration-icon','getContextValue','resolveActiveChildSessionRuntimeScope','data-embed-slides-floating-object-host','DEFAULT_TOTAL_SIZE','SetRangeFontSizeCommand','symbol','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','subscribe','activeViewId','renderPreview','embedFloatingMenuEntry','dpr','hideContextMenu','capture','rules','SetWorksheetActiveOperation','_hostAdapterRegistry','UniverDocsUi','pen-icon','makeForceDirty','Observable','UniverBoardsUIPlugin','lease','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','_configService','textContent','getChildContext','UniverLicensePlugin','Plugin','IBaseEmbedRuntimeFocusCoordinator','DesktopRibbonService','evenodd','allowDirectBodyPortal','values','ISheetEmbedRuntimeFocusCoordinator','px)','UniverEmbedUIPlugin','hostWheelGestureService','base','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','stage1','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','sheet-overlay','_boardElementService','collectDocsTableLikeEmbedChildUnitIds','components','EmbedChildViewRegistryService','isInternalEditorID','UniverProSheetsChartUi','passiveWheelHandlerRegistry','useCallback','getChromeCss','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','Base','isConnected','call','syncingHostFromChild','UNIVER_DOC','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','_entriesByEmbedId','parentNode','aria-hidden','base-embed-add-view-menu','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','zIndex','univer-w-28\x20univer-truncate\x20univer-text-left','data-radix-popper-content-wrapper','[data-embed-popup-root]','textColor','aspect-fit','isMainScene','NoColorDoubleIcon','DocViewScaleService','reduce','SheetsUIMenuSchema','style','size','UniverProBasesUi','isolate','Arial','instanceService','isChildUnitRuntimeEvent','_nextIndex','IBaseProjectionService','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','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','IUIRuntimeScopeService','divider-border','BehaviorSubject','getBoundingClientRect','univer-doc-selection-container-__INTERNAL_EDITOR__','lockHostRibbon','data-embed-interaction-boundary-owner','SheetsPivotTableUIMenuSchema','_routeWheelToHost','sceneCanvasCaptureService','EMBED_MOUNT_CHILD_NOT_REGISTERED','dispose','isChildUnitInActiveSession','document','0\x200\x2017\x2016','embed-ui.boardsFloating.resetZoom','docs-sticky-sheet','pointerLease','unmount','EMBED_DUPLICATE_CHILD_UNIT','DeleteBaseViewCommand','divider-format','onHostWheel','13px','getKanbanProjectionBodyHeight','FloatDom','ribbon','undoRedoStatus$','MenuManagerPosition','RenameBaseTableCommand','getConfig','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','IConfigService','beforeCommandExecuted','child-popup','toggleAttribute','embed-ui.fullscreen.exit','onCommandExecuted','embed-ui.sheetsFloating.toolbar.resetColor','sHeight','objectFit','setSelection','_dispatchEscapeToFloatingSurface','AutoFillPopupMenu','keyboard','records','scaleX','auto','_selectAnchor','sheets-floating-object','UniverSheets','initialWidth','hostLayout$','query','divider-format-tools','restoreUnitId','focusin','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','data-embed-id','contribution','hasAnyBlockingChildFocusLease','acquire','zoomFactor','ISlideEmbedRuntimeService','EMBED_RUNTIME_HOST_ALREADY_LEASED:','ICanvasPopupService','IBaseEditorService','RemoveWorksheetMergeCommand','_handlers','object','embed-ui.basesFloating.viewSettings.title','_leases','ownerDocument','bleedWidth','Subject','DeleteBaseTableCommand','registerRenderModule','univer-flex\x20univer-items-center\x20univer-gap-1','removeAttribute','embedModelService','CreateBaseViewCommand','_isAppShellEditorPortalCandidate','querySelector','host-scroll','activateFloating','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','padding','univer-fixed\x20univer-z-[900]','boards-floating-object','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','isExternalHostInteraction','ConfigProvider','scrollHeight','overlay','child-keyboard','SheetsTableUIMenuSchema','_pendingPortalOwner','_clearItems','IBaseViewRegistryService','ribbonType','setConfig','slide-readonly-preview-shell','SHEET_VIEWPORT_KEY','[data-embed-runtime-focus-role]','getUnitId','passiveViewportRegistry','EDITOR_ACTIVATED','doc-block','deltaY','handleWheel','EmbedHostRestoreService','ISidebarService','unitId','_contextService','group','onScrollByBar$','DEFAULT_WORKSHEET_COLUMN_WIDTH','findIndex','activateSession','ctrlKey','margin-left','viewportPanOffset','embed-float-dom-popup','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','Inject','setActivatedTab','hasCommand','sheet.operation.open.numfmt.panel','allowOwnedPortalReassignment','click','hostContext','_context','registerRoot','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','_sortHandlers','SetBaseZoomOperation','area','SetBaseScrollOperation','_resolveHostWheelGestureRoot','verticalScrollOwner','_providers','Fragment','clientX','_getSlideModel','stopPropagation','_scheduleFloatingChildFocus','Node','embed-ui.sheetsFloating.toolbar.font','containsElement','layout','_registrations','_items','asObservable','stage2','svg','ICommandService','[data-embed-overlay-root]','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','getPrototypeOf','VIEW','pipe','ResetBackgroundColorCommand','stale','pageMarginLeft','_childUnitIds','_ownedRuntimeFocusAppliesToHost','_modelService','cancelEditing','max','fallbackHeight','_isOwnedElement','NumberIcon','UniverProEmbed','stage2-runtime','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-50\x20univer-shadow-sm\x20before:univer-absolute\x20before:univer-inset-0\x20before:univer-rounded-md\x20before:univer-bg-gray-900\x20before:univer-opacity-[0.45]\x20before:univer-transition-opacity\x20before:univer-duration-150\x20before:univer-content-[\x27\x27]\x20hover:univer-shadow-md\x20hover:before:univer-opacity-[0.65]','getUnitType','getRuntimeRoots','CLIP','useFactory','visualOffset','FontColorDoubleIcon','slides-ui.embed','subscribeEvent','MoveBaseViewCommand','openActiveEditor','getDescriptor','verticalWheelMode','_contentSizeRegistry','runtimeScope','getFlatMenuByPositionKey','_getDocsLeft','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','tableOrder','_assertResolvedChild','_releaseTabPeerFocusLeasesForHost','ownsSession','-52px','host-scroll-sync','showContextualTab','search','[data-u-comp=\x22headerbar\x22]','getCurrentTypeOfUnit$','_releaseTabPeerHostRenderLease','fitToWidth','getOverride','executeBaseKeyboardOperation','overlayRoot','error','univer-z-[2]\x20univer-flex\x20univer-h-full','docs-ui.ribbon','menu','getPendingRequests','embedChildRenderMode','footer','setStage','SlidesFloatingObject','IDocEmbedRuntimeFocusCoordinator','tabindex','conditionalColoring','RIBBON','measureContentSize','clearFullscreen','_activeDragCleanup','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','FOCUSING_','sourceMeta','scene','set','toResourceRefUnitType','embedChildRenderUnitId','_leaseAppliesToHostUnit','render','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','IBaseCanvasRootResolverService','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','tag','externalHostInteractionUntil','disposed','stopImmediatePropagation','WRAP','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','resolveRuntimeScopeByChildUnitId','MIDDLE','slide-readonly-preview','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','bottom','UniverProLicense','zoom-out-icon','hideContextualTab','deferInactive','afterRender$','__editor___INTERNAL_EDITOR__','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','acquireStage2SessionLease','RibbonStartGroup','shiftKey','disconnect','CanvasPopup','registerContextMenuHandler','LocaleService','getSheets','Gantt','Next\x20page','handleRegisteredWheel','activateView','push','OTHERS','univer-pointer-events-auto','BaseToolbar','ref','hasHostPreservingChildFocusLease','createRibbonOverride','_createRenderScope','scrollTop','BASES_UI_PLUGIN_CONFIG_KEY','invalidate','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','font:13px/1.5\x20sans-serif','deactivateTabSessions','__editor_docs-','shouldRefreshDocsCustomBlockSizeForCommand','isSheetLikeDocsCustomBlockChildType','max-width','_rectContainsPoint','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','ISheetEmbedFloatingGeometryService','useLayoutEffect','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','merge','useInjector','_getActiveElement','clip-path','SetHorizontalTextAlignCommand','inline','UndoCommand','splice','toString','delete-icon','embed-ui.basesFloating.confirmDelete.tableDescription','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','setTimeout','M13.2559\x2014.1963L1.64941\x202.58984L2.58987\x201.64939L14.1963\x2013.2558L13.2559\x2014.1963Z','setDocsCustomBlockRenderViewportProvider','univer-pointer-events-none\x20univer-absolute\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-items-center','retry','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','getSlides','path','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','appendChild','enabled','requestAnimationFrame','scale(','_hasUnit','activatedTab$','univer-size-6\x20univer-p-0','getCacheKey','localeChanged$','hideHostFxBar','hostOffset','overflow','_removeRuntimeFocusRoleTree','registerDisabledUIParts','docs-ui.embed','drawings','classic','ISheetEmbedRuntimeService','hasRecentInteraction','none','closeToolbarPanel','background:rgba(99,102,106,.06)','_rendering','univer-z-30','getAllUnitsForType','getEmbedBoardsFloatingCustomData','hasAttribute','BoardTextEditingService','_contextsByEmbedId','DEFAULT_EMBED_TAB_LAYOUT_POLICY','horizontalAlign','getAll','getDirection','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','embed-ui.basesFloating.confirmDelete.viewTitle','isolation','createElement','runtimeFocusOwners','hostChromeMode','index','3622908iSrPxS','_univerInstanceService','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','innerWidth','maxDepth','getViewScale','defaultRowHeight','_resolveChildSessionMode','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','SheetsNumfmtUIMenuSchema','data-embed-overlay-root','bold','transform','_childUnitAncestry','font-color-double-icon','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','active$','readonly','_handleDragStart','resolve','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','trim','embedChildType','mounting','onMutationExecutedForCollab','scopedDependencies','setSearchQuery','_suspendTabPeerHostRender','ISheetEmbedInteractionBoundaryService','BoardWorkbench','wheel','_focusLayout','_getCurrentUnitId','_focusTemporarySink','resolveDocsCustomBlockRenderViewport','startsWith','resolveSlideLogicalPageSize','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','rootElement','restoreAnchor','fromEntries','stage','_mountOwnedSession','embed-ui.basesFloating.viewSettings.addView','bleedRight','text-align:center','views','_createMountFocusRestorer','deltaMode','hostScrollOffset','_markBodyPortalOwner','univer-z-[21]','checkElementInCurrentContainers','direction$','unregisterCommand','fullscreen-runtime','BorderStyleTypes','resizeDocsSheetLikeRendererByWheel','append','list','closest','getBaseCanvasRoot','univer:embed-float-drag-handle:pointerdown','graceMs','reverse','PointerDown','borderComposite','registerFocusHandler','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','check-mark-icon','boards-ui.embed','addDescriptor','SetBorderBasicCommand','cssText','menuSlot','UniverProBases','_getLatestActivePortalOwner','createSlidesPageListBlockHostAdapterContribution','mode','_overlayRootService','getValue','_isHostDocEditorPortal','IBoardEmbedRuntimeFocusCoordinator','getContextByHostAnchorId','stopEditingCell','executeCommand','BOARDS_UI_PLUGIN_CONFIG_KEY','collapsedIds$','existingEmbedId','inset(0\x200\x20','classList','unmountFloatingSessions','embedHostAnchorId','Gallery','_setAnchorTransformerVisible','childType','\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','[id^=\x22univer-doc-selection-container-docs-\x22]','overflow-icon','fontFamily','triggerContextMenu','_instanceService','_focusUnit','univer-min-w-0','activeTableId','exit','clipBottom','activeEmbedId','UniverProSlidesUi','Docs','border-radius:8px','item','title','currentTarget','interactionBoundaryService','IRibbonService','_isBlockingRole','_isHostPreservingLease','disableLiveHostPointerEvents','ReactDOM','vertical-center-icon','child-tab','childOffset','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','config','canvasRoot','height:100%','prepend','identifier:univer.ribbon-service','OpenBaseContextMenuOperation','currentColor','CellPopupManagerService','subscribeVerticalScroll','interactionGate','embed-ui.sheetsFloating.align.middle','sort','univer-doc-selection-container-docs-','fitContent','_activeDrain','fixed','zoomRatio','function','Separator','fakeToolbarVisible$','decorate','registerRuntimeScope','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','parentEmbedId','BrushIcon','unitAdded$','_runtimePolicyService','floor','rowHeight','colorChannel1','resolveStackUnitId','activateFullscreen','mainComponent','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0','embedHostEntry','clientHeight','closeSearch','connectInjector','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','HOVER_TRACK_HOST_CLASS_NAME','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','embed.sheets.','isArray','factory','menuContainer','ToolbarButton','brush-icon','useValue','use','content','childContext','floatingMenus','_resolveChildUnitId','random','_session$','surface','name','before:univer-hidden','embed-ui.basesFloating.copySuffix','ComponentManager','_floatingActiveService','scroll','_getOrCreateRender','EMBED_SHEETS_FLOATING_COMPONENT_KEY','clearTab','ILayoutService','absolute','_portalObservers','useObservable','enter','createInstance','_resolveLayout','getAttribute','childUnit','data-embed-runtime-focus-role','_releaseBodyPortalClaims','DEFAULT_WORKSHEET_ROW_HEIGHT','data-embed-menu-slot','IRenderManagerService','[id^=\x22__editor_docs-\x22]','ShapeTextEditorContainer','getCurrentUnitOfType','viewportHeight','captureByEmbedId','2198273jxNygP','placeholderTitle','pointermove','univer.embed.host-vertical-wheel-attempted-event','pageMarginRight','hypot','mountMenu','registerProvider','_registerChildFocusBridge','fields','UNIVER_UNKNOWN','__addUnit','_runQueue','univer-text-red-500\x20hover:univer-text-red-600','EMBED_MOUNT_CHILD_TYPE_MISMATCH','openSearch','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','resolveDocsTableLikeCustomBlockContentHeight','formulaBar','createDocsCustomBlockSizeRefreshScheduler','fonts','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','content-bounds-fit','[data-u-comp=\x22base-embed-view-slot\x22]','close','_itemId','getContextByEmbedId','UniverSheetsThreadCommentUi','embedFullscreenStatus','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','getScrollBar','floating-stage','matches','focus','getContext','embed-float-dom-overlay','hideFloatMenu','getBaseFloatingPanelPortalContainer','runtime','EmbedHostAdapterRegistryService','getProjection','IncreaseIcon','EMBED_MENU_OVERRIDE_TAB_REQUIRED','constructor','viewOrder','thread-comment','_containsRegisteredElement','#app','identifier:univer.menu-manager-service','collapseWithoutChildScroll','runtime-pointer','ActivateBaseViewOperation','GRID_HEADER_HEIGHT','round','EmbedHostEntryEnum','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','_override$','canvasFloatDomPreviewService','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','ALL','useConfigValue','exited$','_injector','registerCtorForType','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','UniverIcon','syncingChildFromHost','closeContextMenu','setAttribute','getRowVisible','_tabHostRenderLeases','small','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','UniverProSheetsOutlineUi','setCollapsedIds','syncHostVerticalScroll','embedChildUnitId','parentElement','finally','one-to-one-icon','OpenBaseActiveEditorOperation','DocsTablePassiveWheelService','_embedMountService','releaseStage2SessionLeaseIfActivationDoesNotStick','mask','_focusTabPeerSession','BaseUIPopupService','embed-ui','OneToOneIcon','embed-ui.sheetsFloating.toolbar.bold','onStarting','floatingActiveService','tab-peer','amd','body','addEventListener','HorizontalMergeIcon','find','childUnitId','TOOLBAR','_mountBlockedRuntime','SheetBarService','detail','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','_focusCoordinator','_setCurrentUnitForType','doc-block-stage2-runtime','_registerDefaultHostToolbar','float','univer-text-red-500','clipPath','paint-bucket-double-icon','horizontal','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','querySelectorAll','embed-ui.sheetsFloating.align.left','_elements','kind','clearFocusOwner','SetEmbedDescriptorMutation','blur','some','univer-fill-gray-900\x20dark:!univer-fill-gray-0','missing-descriptor','IUndoRedoService','gate','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','docs-sticky-base','takeRecords','from','scopedActionServiceTokens','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','renderScopeActive','HorizontallyIcon','getTypeOfUnitAdded$','getResourceRefInputUnitSelector','0\x200\x2020\x2021','getColumnWidth','event','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','viewState','inert','Workbook','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','useEffect','unsubscribe','keys','BaseViewType','slideOrder','setZoom','getZoomRatio','next','scrollByViewportDeltaVal','pivot-table','[data-radix-popper-content-wrapper]','viewSettings','useDependency','#111827','updatedAt','CENTER','univer-text-gray-900\x20dark:!univer-text-gray-0','month','print','ScrollBar','defaultView','univer-grid\x20univer-gap-0.5','productName','BaseTableSidebarFrame','_restorePreviousChildCurrentUnit','slide-workbench','AddWorksheetMergeVerticalCommand','resolvedDependencies','start','embed-ui.sheetsFloating.align.right','hostUnitId','setActive','cancelable','unit','_rootsByChildUnitId','getStage','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','contentHeight','_resolveFloatingSurfaceRoot','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','\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','notifyContentSizeChanged','[data-u-comp=\x22slide-tab-item\x22]','AllBorderIcon','unitID','univer-size-3.5','has','reason','univer-h-8\x20univer-w-full\x20univer-px-2','documentElement','manual','_disposed','width','horizontally-icon','getFocusOwner','dblclick','dir','deleteBlock','FormulaBar','Button','revision','description','syncExecuteCommand','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','popup','_geometryInvalidated$','pointerEvents','openContextMenu','[data-u-comp=\x22embed-float-dom-content\x22]','slides-floating-object','getPreview','slides-page-list-block','registerCommand','_isDetachedOffscreenPortalCandidate','disabled','embed-ui.boardsFloating.zoomOut','createRender','embed-float-dom-live-canvas','position','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','stable','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','_undoRedoService','viewId','hostType','[data-embed-floating-menu-entry]','contentSizeChanged$','IBoardElementStateService','sheets-sheet-tab','forwardRef','fontSize','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','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','getUnit','_contentSizeChanged$','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','activeElement','UI_PLUGIN_CONFIG_KEY','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','[data-embed-float-fullscreen-button]','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','startWith','[data-board-viewport-host=\x22true\x22]','img','contentRect','embedChildRenderError','VIEW_MAIN','setPreview','SetVerticalTextAlignCommand'];_0x5eb2=function(){return _0x8868ef;};return _0x5eb2();}(function(_0x42c4ea,_0x870a0c){const _0x4cbcbf=_0x3a85,_0x24986b=_0x42c4ea();while(!![]){try{const _0x56e8d2=-parseInt(_0x4cbcbf(0x46d))/0x1*(-parseInt(_0x4cbcbf(0x298))/0x2)+-parseInt(_0x4cbcbf(0x8ec))/0x3+-parseInt(_0x4cbcbf(0x2b7))/0x4+parseInt(_0x4cbcbf(0x347))/0x5*(parseInt(_0x4cbcbf(0x651))/0x6)+-parseInt(_0x4cbcbf(0x721))/0x7+parseInt(_0x4cbcbf(0x233))/0x8*(-parseInt(_0x4cbcbf(0x44b))/0x9)+parseInt(_0x4cbcbf(0x87f))/0xa;if(_0x56e8d2===_0x870a0c)break;else _0x24986b['push'](_0x24986b['shift']());}catch(_0x56e276){_0x24986b['push'](_0x24986b['shift']());}}}(_0x5eb2,0x4c3cf),function(_0x341810,_0x4f2205){const _0x2428ba=_0x3a85;typeof exports==_0x2428ba(0x539)&&typeof module<'u'?_0x4f2205(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/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/boards-ui'),require('@univerjs-pro/boards'),require('@univerjs-pro/slides-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-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')):typeof define=='function'&&define[_0x2428ba(0x77e)]?define(_0x2428ba(0x444)[_0x2428ba(0x1ff)]('.'),_0x4f2205):(_0x341810=typeof globalThis<'u'?globalThis:_0x341810||self,_0x4f2205(_0x341810['UniverProEmbedUi']={},_0x341810[_0x2428ba(0x5a0)],_0x341810[_0x2428ba(0x5ea)],_0x341810[_0x2428ba(0x36f)],_0x341810[_0x2428ba(0x4af)],_0x341810['UniverSheetsUi'],_0x341810[_0x2428ba(0x834)],_0x341810[_0x2428ba(0x860)],_0x341810['React'],_0x341810['rxjs'],_0x341810[_0x2428ba(0x252)],_0x341810[_0x2428ba(0x3e8)],_0x341810['UniverDocs'],_0x341810['UniverProDocsTableUi'],_0x341810[_0x2428ba(0x69c)],_0x341810[_0x2428ba(0x4eb)],_0x341810[_0x2428ba(0x6c8)],_0x341810[_0x2428ba(0x286)],_0x341810[_0x2428ba(0x84f)],_0x341810[_0x2428ba(0x6bd)],_0x341810[_0x2428ba(0x4ce)],_0x341810[_0x2428ba(0x76a)],_0x341810['UniverProSheetsPivotUi'],_0x341810[_0x2428ba(0x3f1)],_0x341810['UniverProSheetsShapeUi'],_0x341810[_0x2428ba(0x262)],_0x341810['UniverSheetsConditionalFormattingUi'],_0x341810['UniverSheetsDataValidationUi'],_0x341810[_0x2428ba(0x8a1)],_0x341810['UniverSheetsFilterUi'],_0x341810['UniverSheetsHyperLinkUi'],_0x341810[_0x2428ba(0x23f)],_0x341810[_0x2428ba(0x202)],_0x341810[_0x2428ba(0x3b3)],_0x341810[_0x2428ba(0x42e)],_0x341810[_0x2428ba(0x73c)],_0x341810[_0x2428ba(0x526)],_0x341810[_0x2428ba(0x33e)]));}(this,function(_0x480412,_0x5e0ca8,_0x514320,_0x423058,_0xeb41bb,_0x1fa4c3,_0x4fbb7a,_0x314f23,_0x10447b,_0x12f7a8,_0x18a9fe,_0x8825e5,_0x93b5c7,_0x10a26e,_0x3d115f,_0x281b76,_0x321d8d,_0x2384f3,_0x5b8681,_0x731e9d,_0x5736c2,_0xea3ca9,_0x4e4099,_0x3abbc2,_0x3b6782,_0x2a9bd0,_0x5600ba,_0x431f62,_0x52cd52,_0x79c264,_0x1c7373,_0x437ecc,_0x5d2754,_0x2ee62e,_0x2249f4,_0x2c1e78,_0x2ef170,_0x6f5871){const _0x37672f=_0x3a85;Object[_0x37672f(0x3a8)](_0x480412,Symbol[_0x37672f(0x340)],{'value':'Module'});var _0x9742a4='@univerjs-pro/embed-ui',_0x5c056f='1.0.0-beta.1';function _0x4010b6({ref:_0x583af0,..._0x1a92ec}){const _0x2c8d86=_0x37672f;let {icon:_0x8aa1c3,id:_0x3a365b,className:_0x34dc96,extend:_0x3b6da3,..._0x115892}=_0x1a92ec,_0x2a5f31=(_0x2c8d86(0x3b9)+_0x3a365b+'\x20'+(_0x34dc96||''))['trim'](),_0x17f698=(0x0,_0x10447b[_0x2c8d86(0x2e7)])('_'+_0x38015b());return _0x504e04(_0x8aa1c3,''+_0x3a365b,{'defIds':_0x8aa1c3[_0x2c8d86(0x2de)],'idSuffix':_0x17f698[_0x2c8d86(0x90d)]},{'ref':_0x583af0,'className':_0x2a5f31,..._0x115892},_0x3b6da3);}function _0x504e04(_0x13c05a,_0x57892c,_0x1e8e79,_0x51bae0,_0x45633b){const _0x3307c3=_0x37672f;return(0x0,_0x10447b[_0x3307c3(0x64d)])(_0x13c05a[_0x3307c3(0x5df)],{'key':_0x57892c,..._0x329ef4(_0x13c05a,_0x1e8e79,_0x45633b),..._0x51bae0},(_0xdfadea(_0x13c05a,_0x1e8e79)[_0x3307c3(0x280)]||[])['map']((_0x241d62,_0x5a33e7)=>_0x504e04(_0x241d62,_0x57892c+'-'+_0x13c05a[_0x3307c3(0x5df)]+'-'+_0x5a33e7,_0x1e8e79,void 0x0,_0x45633b)));}function _0x329ef4(_0x51b952,_0x3fc3bf,_0x343b55){const _0x35f994=_0x37672f;let _0x2bd58d={..._0x51b952[_0x35f994(0x3bf)]};_0x343b55!=null&&_0x343b55[_0x35f994(0x6ea)]&&_0x2bd58d[_0x35f994(0x3f5)]===_0x35f994(0x6ea)&&(_0x2bd58d[_0x35f994(0x3f5)]=_0x343b55[_0x35f994(0x6ea)]),_0x343b55!=null&&_0x343b55[_0x35f994(0x6ea)]&&_0x2bd58d[_0x35f994(0x827)]===_0x35f994(0x6ea)&&(_0x2bd58d[_0x35f994(0x827)]=_0x343b55[_0x35f994(0x6ea)]),_0x51b952[_0x35f994(0x5df)]===_0x35f994(0x775)&&_0x2bd58d['id']&&(_0x2bd58d['id']+=_0x3fc3bf[_0x35f994(0x881)]),Object[_0x35f994(0x1ee)](_0x2bd58d)[_0x35f994(0x84e)](([_0x4bf861,_0x2d7c0d])=>{const _0x4e92fe=_0x35f994;_0x4bf861===_0x4e92fe(0x775)&&typeof _0x2d7c0d==_0x4e92fe(0x43e)&&(_0x2bd58d[_0x4bf861]=_0x2d7c0d[_0x4e92fe(0x414)](/url\(#(.*)\)/,_0x4e92fe(0x253)+_0x3fc3bf[_0x4e92fe(0x881)]+')'));});let {defIds:_0x5d74d3}=_0x3fc3bf;return!_0x5d74d3||_0x5d74d3['length']===0x0?_0x2bd58d:(_0x51b952[_0x35f994(0x5df)]===_0x35f994(0x6fd)&&_0x2bd58d[_0x35f994(0x89f)]&&(_0x2bd58d[_0x35f994(0x89f)]+=_0x3fc3bf[_0x35f994(0x881)]),Object[_0x35f994(0x1ee)](_0x2bd58d)[_0x35f994(0x84e)](([_0x59535d,_0xf273f5])=>{const _0xe8d5b6=_0x35f994;typeof _0xf273f5==_0xe8d5b6(0x43e)&&(_0x2bd58d[_0x59535d]=_0xf273f5[_0xe8d5b6(0x414)](/url\(#(.*)\)/,'url(#$1'+_0x3fc3bf[_0xe8d5b6(0x881)]+')'));}),_0x2bd58d);}function _0xdfadea(_0x9393df,_0x23eee6){const _0x245913=_0x37672f;var _0x39d4f3;let {defIds:_0x1967d3}=_0x23eee6;return!_0x1967d3||_0x1967d3[_0x245913(0x3fe)]===0x0?_0x9393df:_0x9393df[_0x245913(0x5df)]==='defs'&&(_0x39d4f3=_0x9393df['children'])!=null&&_0x39d4f3[_0x245913(0x3fe)]?{..._0x9393df,'children':_0x9393df['children'][_0x245913(0x3b8)](_0x4ba4f1=>typeof _0x4ba4f1['attrs']['id']==_0x245913(0x43e)&&_0x1967d3&&_0x1967d3[_0x245913(0x3d9)](_0x4ba4f1['attrs']['id'])?{..._0x4ba4f1,'attrs':{..._0x4ba4f1[_0x245913(0x3bf)],'id':_0x4ba4f1[_0x245913(0x3bf)]['id']+_0x23eee6['idSuffix']}}:_0x4ba4f1)}:_0x9393df;}function _0x38015b(){const _0x55606a=_0x37672f;return Math[_0x55606a(0x702)]()[_0x55606a(0x61c)](0x24)[_0x55606a(0x2ed)](0x2,0x8);}_0x4010b6[_0x37672f(0x85f)]=_0x37672f(0x762);let _0x1fa67b={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x37c),'fillRule':_0x37672f(0x4bd),'clipRule':'evenodd'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'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':_0x37672f(0x4bd),'clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x815),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x41d82f=(0x0,_0x10447b['forwardRef'])(function(_0x1f22d7,_0x4b2420){const _0x4a5d59=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object['assign']({},_0x1f22d7,{'id':_0x4a5d59(0x47b),'ref':_0x4b2420,'icon':_0x1fa67b}));});_0x41d82f[_0x37672f(0x85f)]='AlignBottomIcon';let _0x1e5f13={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x366)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x788)}}]},_0x4e6ef2=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x378704,_0xec14fc){const _0x4997e9=_0x37672f;return(0x0,_0x10447b[_0x4997e9(0x64d)])(_0x4010b6,Object[_0x4997e9(0x2b1)]({},_0x378704,{'id':_0x4997e9(0x311),'ref':_0xec14fc,'icon':_0x1e5f13}));});_0x4e6ef2[_0x37672f(0x85f)]=_0x37672f(0x8a0);let _0x2cca0a={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x7a9),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'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':_0x37672f(0x880),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x5af7b7=(0x0,_0x10447b['forwardRef'])(function(_0x2ed4db,_0x287f11){const _0x25e5d5=_0x37672f;return(0x0,_0x10447b[_0x25e5d5(0x64d)])(_0x4010b6,Object['assign']({},_0x2ed4db,{'id':'arrow-left-icon','ref':_0x287f11,'icon':_0x2cca0a}));});_0x5af7b7[_0x37672f(0x85f)]=_0x37672f(0x41f);let _0x103384={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2020\x2021','width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x3ac),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x368fb2=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x6010ad,_0xd81026){const _0x54b868=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object['assign']({},_0x6010ad,{'id':_0x54b868(0x496),'ref':_0xd81026,'icon':_0x103384}));});_0x368fb2[_0x37672f(0x85f)]='ArrowRightIcon';let _0x3ffaa5={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2016\x2016','width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x480)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3a1)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x549)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','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'}}]},_0x255a1d=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x280907,_0x2ed155){const _0x53397a=_0x37672f;return(0x0,_0x10447b[_0x53397a(0x64d)])(_0x4010b6,Object['assign']({},_0x280907,{'id':_0x53397a(0x2f2),'ref':_0x2ed155,'icon':_0x3ffaa5}));});_0x255a1d[_0x37672f(0x85f)]='AutowrapIcon';let _0x5edad0={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x403),'fillRule':'evenodd','clipRule':_0x37672f(0x4bd)}}]},_0xca2be=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x519d8c,_0x886915){const _0x2df718=_0x37672f;return(0x0,_0x10447b[_0x2df718(0x64d)])(_0x4010b6,Object[_0x2df718(0x2b1)]({},_0x519d8c,{'id':_0x2df718(0x3b7),'ref':_0x886915,'icon':_0x5edad0}));});_0xca2be[_0x37672f(0x85f)]='BoldIcon';let _0x1eafce={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x4a4),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x121d43=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x2bd40b,_0x2f7c30){const _0x5dd5e5=_0x37672f;return(0x0,_0x10447b[_0x5dd5e5(0x64d)])(_0x4010b6,Object[_0x5dd5e5(0x2b1)]({},_0x2bd40b,{'id':_0x5dd5e5(0x6fb),'ref':_0x2f7c30,'icon':_0x1eafce}));});_0x121d43[_0x37672f(0x85f)]=_0x37672f(0x6e5);let _0x5a82b5={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':'1em','height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x5f0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'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':'path','attrs':{'fill':_0x37672f(0x6d3),'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':'currentColor','d':_0x37672f(0x897)}}]},_0x250b2a=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x440802,_0x1c9435){const _0x3c5d60=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object[_0x3c5d60(0x2b1)]({},_0x440802,{'id':_0x3c5d60(0x843),'ref':_0x1c9435,'icon':_0x5a82b5}));});_0x250b2a['displayName']=_0x37672f(0x3eb);let _0x188044={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x56f),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x5a86a1=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x31e88a,_0x29f8ec){const _0x16c5c2=_0x37672f;return(0x0,_0x10447b[_0x16c5c2(0x64d)])(_0x4010b6,Object[_0x16c5c2(0x2b1)]({},_0x31e88a,{'id':_0x16c5c2(0x696),'ref':_0x29f8ec,'icon':_0x188044}));});_0x5a86a1['displayName']=_0x37672f(0x258);let _0x59710e={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x3a3)}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x8e8)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7a4)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':'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','fillRule':_0x37672f(0x4bd),'clipRule':'evenodd'}}]},_0x30bdbf=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0xc41bc9,_0x13e91a){const _0xfcb854=_0x37672f;return(0x0,_0x10447b[_0xfcb854(0x64d)])(_0x4010b6,Object['assign']({},_0xc41bc9,{'id':_0xfcb854(0x61d),'ref':_0x13e91a,'icon':_0x59710e}));});_0x30bdbf[_0x37672f(0x85f)]='DeleteIcon';let _0x1b8dc3={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'stroke':_0x37672f(0x6d3),'d':_0x37672f(0x442),'strokeLinecap':_0x37672f(0x756),'strokeLinejoin':_0x37672f(0x756),'strokeWidth':1.2}}]},_0x1ec338=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x340d79,_0x1ee2e5){const _0x476c21=_0x37672f;return(0x0,_0x10447b[_0x476c21(0x64d)])(_0x4010b6,Object[_0x476c21(0x2b1)]({},_0x340d79,{'id':'expand-icon','ref':_0x1ee2e5,'icon':_0x1b8dc3}));});_0x1ec338[_0x37672f(0x85f)]='ExpandIcon';let _0x4d3043={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x502),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x43a),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x46a9b7=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x339eb0,_0x4f8937){const _0xaf261f=_0x37672f;return(0x0,_0x10447b[_0xaf261f(0x64d)])(_0x4010b6,Object[_0xaf261f(0x2b1)]({},_0x339eb0,{'id':_0xaf261f(0x2dc),'ref':_0x4f8937,'icon':_0x4d3043}));});_0x46a9b7[_0x37672f(0x85f)]=_0x37672f(0x493);let _0x4845f2={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x36a),'fillRule':'evenodd','clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x277),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x42433a=(0x0,_0x10447b['forwardRef'])(function(_0x374219,_0x416aba){const _0x23e45f=_0x37672f;return(0x0,_0x10447b[_0x23e45f(0x64d)])(_0x4010b6,Object[_0x23e45f(0x2b1)]({},_0x374219,{'id':_0x23e45f(0x238),'ref':_0x416aba,'icon':_0x4845f2}));});_0x42433a[_0x37672f(0x85f)]=_0x37672f(0x781);let _0x52ef56={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7b0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x825)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x7f0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x800)}}]},_0x531163=(0x0,_0x10447b['forwardRef'])(function(_0x45ac8a,_0x372e49){const _0x3b7a57=_0x37672f;return(0x0,_0x10447b[_0x3b7a57(0x64d)])(_0x4010b6,Object[_0x3b7a57(0x2b1)]({},_0x45ac8a,{'id':_0x3b7a57(0x7e6),'ref':_0x372e49,'icon':_0x52ef56}));});_0x531163[_0x37672f(0x85f)]=_0x37672f(0x7a6);let _0x2e6ad4={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x275)}}]},_0x451b60=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x46d6bf,_0x32ef1e){const _0x202589=_0x37672f;return(0x0,_0x10447b[_0x202589(0x64d)])(_0x4010b6,Object[_0x202589(0x2b1)]({},_0x46d6bf,{'id':_0x202589(0x220),'ref':_0x32ef1e,'icon':_0x2e6ad4}));});_0x451b60[_0x37672f(0x85f)]=_0x37672f(0x74a);let _0x5ba1b4={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7b0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M1.9999\x205.56641C1.66853\x205.56641\x201.3999\x205.83504\x201.3999\x206.16641C1.3999\x206.49778\x201.66853\x206.76641\x201.9999\x206.76641H11.3332C11.6646\x206.76641\x2011.9332\x206.49778\x2011.9332\x206.16641C11.9332\x205.83504\x2011.6646\x205.56641\x2011.3332\x205.56641H1.9999Z'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7f0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x4f3)}}]},_0x48492e=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x378964,_0x58d17a){const _0x40b480=_0x37672f;return(0x0,_0x10447b[_0x40b480(0x64d)])(_0x4010b6,Object[_0x40b480(0x2b1)]({},_0x378964,{'id':_0x40b480(0x355),'ref':_0x58d17a,'icon':_0x5ba1b4}));});_0x48492e[_0x37672f(0x85f)]=_0x37672f(0x3df);let _0x440e44={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x6f3)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'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'}}]},_0x360c04=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x4a4895,_0x31bd07){const _0x19e3a8=_0x37672f;return(0x0,_0x10447b[_0x19e3a8(0x64d)])(_0x4010b6,Object['assign']({},_0x4a4895,{'id':_0x19e3a8(0x283),'ref':_0x31bd07,'icon':_0x440e44}));});_0x360c04[_0x37672f(0x85f)]=_0x37672f(0x8b1);let _0x45f213={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':_0x37672f(0x627),'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':'evenodd','clipRule':_0x37672f(0x4bd)}}]},_0x47a4bd=(0x0,_0x10447b['forwardRef'])(function(_0x4023e9,_0x4aeffd){const _0x2824ad=_0x37672f;return(0x0,_0x10447b[_0x2824ad(0x64d)])(_0x4010b6,Object[_0x2824ad(0x2b1)]({},_0x4023e9,{'id':_0x2824ad(0x328),'ref':_0x4aeffd,'icon':_0x45f213}));});_0x47a4bd[_0x37672f(0x85f)]='MoreDownIcon';let _0x2e58a6={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x80d)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3f3)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x2d8)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x477)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x5e8)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x73e)}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':'M2.60991\x2012.1997C2.60991\x2011.8683\x202.34128\x2011.5997\x202.00991\x2011.5997C1.67854\x2011.5997\x201.40991\x2011.8683\x201.40991\x2012.1997V12.5297C1.40991\x2013.9656\x202.57397\x2015.1297\x204.00991\x2015.1297H4.33991C4.67128\x2015.1297\x204.93991\x2014.861\x204.93991\x2014.5297C4.93991\x2014.1983\x204.67128\x2013.9297\x204.33991\x2013.9297H4.00991C3.23671\x2013.9297\x202.60991\x2013.3029\x202.60991\x2012.5297V12.1997Z'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x513)}}]},_0xeb7cb9=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x5507ce,_0x112ca5){const _0x576bb0=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object[_0x576bb0(0x2b1)]({},_0x5507ce,{'id':_0x576bb0(0x2f6),'ref':_0x112ca5,'icon':_0x2e58a6}));});_0xeb7cb9[_0x37672f(0x85f)]='NoBorderIcon';let _0x4864ab={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x37672f(0x447),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','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':_0x37672f(0x4bd),'clipRule':'evenodd'}}]},_0x584d6a=(0x0,_0x10447b['forwardRef'])(function(_0xee4cc9,_0x336c41){const _0xf7311f=_0x37672f;return(0x0,_0x10447b[_0xf7311f(0x64d)])(_0x4010b6,Object[_0xf7311f(0x2b1)]({},_0xee4cc9,{'id':_0xf7311f(0x20b),'ref':_0x336c41,'icon':_0x4864ab}));});_0x584d6a[_0x37672f(0x85f)]=_0x37672f(0x59f);let _0x1a36a7={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x660)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x64a)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7d5)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x653)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','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':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x298840=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x5c521f,_0x1d00d1){const _0x3a0213=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object['assign']({},_0x5c521f,{'id':_0x3a0213(0x770),'ref':_0x1d00d1,'icon':_0x1a36a7}));});_0x298840[_0x37672f(0x85f)]=_0x37672f(0x779);let _0x21dd55={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x87e)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x21d)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3a5)}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'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'}}]},_0x3abc1e=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x1f944c,_0x227e5d){const _0x282b3a=_0x37672f;return(0x0,_0x10447b[_0x282b3a(0x64d)])(_0x4010b6,Object[_0x282b3a(0x2b1)]({},_0x1f944c,{'id':_0x282b3a(0x6b3),'ref':_0x227e5d,'icon':_0x21dd55}));});_0x3abc1e['displayName']=_0x37672f(0x83c);let _0x36ae1d={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x210)}}]},_0x537a09=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x448fcf,_0x1955a2){const _0x5118d8=_0x37672f;return(0x0,_0x10447b[_0x5118d8(0x64d)])(_0x4010b6,Object[_0x5118d8(0x2b1)]({},_0x448fcf,{'id':_0x5118d8(0x4b0),'ref':_0x1955a2,'icon':_0x36ae1d}));});_0x537a09['displayName']='PenIcon';let _0x18da8c={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7b0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x361)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7f0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3da)}}]},_0x25cf3d=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x457905,_0x131256){const _0x1e843e=_0x37672f;return(0x0,_0x10447b[_0x1e843e(0x64d)])(_0x4010b6,Object[_0x1e843e(0x2b1)]({},_0x457905,{'id':_0x1e843e(0x468),'ref':_0x131256,'icon':_0x18da8c}));});_0x25cf3d[_0x37672f(0x85f)]=_0x37672f(0x3ec);let _0x3b6f73={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3e9)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x810)}}]},_0x2a3b46=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x2d6019,_0x25cde5){const _0x535bf7=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object[_0x535bf7(0x2b1)]({},_0x2d6019,{'id':_0x535bf7(0x265),'ref':_0x25cde5,'icon':_0x3b6f73}));});_0x2a3b46[_0x37672f(0x85f)]='TruncationIcon';let _0x43ec4a={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'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'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'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':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'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'}}]},_0x5ee63e=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x1a1584,_0x5af3ba){const _0x5ad0b2=_0x37672f;return(0x0,_0x10447b[_0x5ad0b2(0x64d)])(_0x4010b6,Object[_0x5ad0b2(0x2b1)]({},_0x1a1584,{'id':_0x5ad0b2(0x6c9),'ref':_0x5af3ba,'icon':_0x43ec4a}));});_0x5ee63e['displayName']='VerticalCenterIcon';let _0x488ab2={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2017\x2017','width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M2.2157\x202.90265C2.2157\x202.16628\x202.81264\x201.56934\x203.54901\x201.56934H6.21565C6.95202\x201.56934\x207.54896\x202.16628\x207.54896\x202.90265V13.5692C7.54896\x2014.3056\x206.95202\x2014.9025\x206.21565\x2014.9025H3.54901C2.81264\x2014.9025\x202.2157\x2014.3056\x202.2157\x2013.5692V2.90265ZM3.54901\x202.90265H6.21565V5.5622H3.54901V2.90265ZM3.54901\x206.89552V9.57631H6.21565V6.89552H3.54901ZM3.54901\x2013.5692V10.9096H6.21565V13.5692H3.54901Z','fillRule':'evenodd','clipRule':'evenodd'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3f0),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x341d88=(0x0,_0x10447b['forwardRef'])(function(_0x33eae6,_0x552fe6){const _0x1f9453=_0x37672f;return(0x0,_0x10447b[_0x1f9453(0x64d)])(_0x4010b6,Object['assign']({},_0x33eae6,{'id':_0x1f9453(0x49d),'ref':_0x552fe6,'icon':_0x488ab2}));});_0x341d88['displayName']=_0x37672f(0x8e6);let _0x505e27={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x441)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x813),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x3d7f0f=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x5265da,_0x4dc179){const _0x2a85c7=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object[_0x2a85c7(0x2b1)]({},_0x5265da,{'id':'zoom-in-icon','ref':_0x4dc179,'icon':_0x505e27}));});_0x3d7f0f[_0x37672f(0x85f)]='ZoomInIcon';let _0x25290f={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x45d)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x608),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x53099d=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0xf16044,_0x3511ce){const _0x43767f=_0x37672f;return(0x0,_0x10447b[_0x43767f(0x64d)])(_0x4010b6,Object[_0x43767f(0x2b1)]({},_0xf16044,{'id':_0x43767f(0x5eb),'ref':_0x3511ce,'icon':_0x25290f}));});_0x53099d[_0x37672f(0x85f)]=_0x37672f(0x495);let _0x34b859={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x502),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'colorChannel1','d':_0x37672f(0x6f5)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x4c7),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0xfa2616=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x10162b,_0x1a2532){const _0x3e4ad6=_0x37672f;return(0x0,_0x10447b[_0x3e4ad6(0x64d)])(_0x4010b6,Object[_0x3e4ad6(0x2b1)]({},_0x10162b,{'id':_0x3e4ad6(0x65f),'ref':_0x1a2532,'icon':_0x34b859}));});_0xfa2616[_0x37672f(0x85f)]=_0x37672f(0x5a8);let _0xcc5e1d={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x792),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6ea),'d':_0x37672f(0x621),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x1dd094=(0x0,_0x10447b['forwardRef'])(function(_0x272d38,_0x2d83d8){const _0x43b37e=_0x37672f;return(0x0,_0x10447b[_0x43b37e(0x64d)])(_0x4010b6,Object[_0x43b37e(0x2b1)]({},_0x272d38,{'id':_0x43b37e(0x2ff),'ref':_0x2d83d8,'icon':_0xcc5e1d}));});_0x1dd094['displayName']=_0x37672f(0x4e5);let _0x2501e7={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x37672f(0x502),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x665),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'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'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6ea),'d':_0x37672f(0x6f5)}}]},_0x5a61c8=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x5acd55,_0x4751a0){const _0x370454=_0x37672f;return(0x0,_0x10447b[_0x370454(0x64d)])(_0x4010b6,Object[_0x370454(0x2b1)]({},_0x5acd55,{'id':_0x370454(0x790),'ref':_0x4751a0,'icon':_0x2501e7}));});_0x5a61c8[_0x37672f(0x85f)]='PaintBucketDoubleIcon';function _0x27a665(_0x2f8eaa,_0x506035){const _0x9174e7=_0x37672f;return _0x2f8eaa[_0x9174e7(0x741)]('['+_0x506035+']')?_0x2f8eaa:_0x2f8eaa[_0x9174e7(0x546)]('['+_0x506035+']')??void 0x0;}function _0x280939(_0x4817f5){const _0x1a31d7=_0x37672f;let _0x30448d=[];return _0x4a08a0(_0x4817f5,_0x1a31d7(0x2f1),'univer-overflow-hidden',_0x30448d),_0x4a08a0(_0x4817f5,_0x1a31d7(0x290),_0x1a31d7(0x4b5),_0x30448d),_0x4a08a0(_0x4817f5,'data-embed-overlay-root',_0x1a31d7(0x80c),_0x30448d),_0x4a08a0(_0x4817f5,_0x1a31d7(0x263),_0x1a31d7(0x80c),_0x30448d),(0x0,_0x423058[_0x1a31d7(0x35b)])(()=>{const _0x401d02=_0x1a31d7;_0x30448d[_0x401d02(0x84e)](_0x4797f1=>_0x4797f1[_0x401d02(0x850)]());});}function _0x4a08a0(_0x1b0bb6,_0x337d09,_0x47ff40,_0x341e9b){const _0x2fb49d=_0x37672f;let _0xfd601a=_0x27a665(_0x1b0bb6,_0x337d09);if(_0xfd601a)return _0xfd601a;let _0x443c0a=document[_0x2fb49d(0x64d)]('div');return _0x443c0a[_0x2fb49d(0x765)](_0x337d09,_0x2fb49d(0x91c)),_0x443c0a['setAttribute'](_0x2fb49d(0x2fb),_0x2fb49d(0x778)),_0x443c0a[_0x2fb49d(0x247)]='univer-box-border\x20univer-absolute\x20univer-inset-0\x20'+_0x47ff40,_0x1b0bb6[_0x2fb49d(0x629)](_0x443c0a),_0x341e9b[_0x2fb49d(0x5fd)](_0x443c0a),_0x443c0a;}function _0x3f6b5d(_0x612c0c){'@babel/helpers - typeof';const _0xcc9401=_0x37672f;return _0x3f6b5d=typeof Symbol==_0xcc9401(0x6de)&&typeof Symbol['iterator']==_0xcc9401(0x4a3)?function(_0x5090e0){return typeof _0x5090e0;}:function(_0x3b7b96){const _0x30f641=_0xcc9401;return _0x3b7b96&&typeof Symbol==_0x30f641(0x6de)&&_0x3b7b96[_0x30f641(0x74c)]===Symbol&&_0x3b7b96!==Symbol['prototype']?_0x30f641(0x4a3):typeof _0x3b7b96;},_0x3f6b5d(_0x612c0c);}function _0x9f9029(_0x416352,_0x1bff69){const _0x881315=_0x37672f;if(_0x3f6b5d(_0x416352)!='object'||!_0x416352)return _0x416352;var _0x11c96f=_0x416352[Symbol['toPrimitive']];if(_0x11c96f!==void 0x0){var _0x4d3743=_0x11c96f['call'](_0x416352,_0x1bff69||_0x881315(0x1de));if(_0x3f6b5d(_0x4d3743)!=_0x881315(0x539))return _0x4d3743;throw TypeError(_0x881315(0x613));}return(_0x1bff69==='string'?String:Number)(_0x416352);}function _0x7eba7(_0x3064b0){const _0x5f5a33=_0x37672f;var _0xe07b50=_0x9f9029(_0x3064b0,_0x5f5a33(0x43e));return _0x3f6b5d(_0xe07b50)==_0x5f5a33(0x4a3)?_0xe07b50:_0xe07b50+'';}function _0x1876b0(_0x3d740b,_0xaca3d0,_0x238cfa){const _0x39df54=_0x37672f;return(_0xaca3d0=_0x7eba7(_0xaca3d0))in _0x3d740b?Object[_0x39df54(0x3a8)](_0x3d740b,_0xaca3d0,{'value':_0x238cfa,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3d740b[_0xaca3d0]=_0x238cfa,_0x3d740b;}var _0x28f187=class{constructor(){const _0x1ac672=_0x37672f;_0x1876b0(this,_0x1ac672(0x36c),new Map());}[_0x37672f(0x920)](_0x5cabd8){const _0x3c7fc9=_0x37672f;return this['_contributions'][_0x3c7fc9(0x5d7)](_0x5cabd8[_0x3c7fc9(0x6b0)],_0x5cabd8),(0x0,_0x423058[_0x3c7fc9(0x35b)])(()=>{const _0x1dcf09=_0x3c7fc9;this['_contributions'][_0x1dcf09(0x47e)](_0x5cabd8[_0x1dcf09(0x6b0)])===_0x5cabd8&&this[_0x1dcf09(0x36c)][_0x1dcf09(0x405)](_0x5cabd8['childType']);});}[_0x37672f(0x47e)](_0x6a1a80){const _0x133a08=_0x37672f;return this[_0x133a08(0x36c)][_0x133a08(0x47e)](_0x6a1a80);}['list'](){const _0x1ceaa6=_0x37672f;return[...this[_0x1ceaa6(0x36c)]['values']()];}},_0x89f79f=class{constructor(){const _0x2f3718=_0x37672f;_0x1876b0(this,'_active$',new _0x12f7a8[(_0x2f3718(0x4f6))](null)),_0x1876b0(this,_0x2f3718(0x661),this[_0x2f3718(0x43b)][_0x2f3718(0x58c)]());}[_0x37672f(0x2fc)](){const _0x1c3209=_0x37672f;return this[_0x1c3209(0x43b)]['getValue']();}[_0x37672f(0x7d4)](_0x14507a){const _0x1bf1a2=_0x37672f;let _0x24ae05=this[_0x1bf1a2(0x2fc)]();return(_0x24ae05==null?void 0x0:_0x24ae05[_0x1bf1a2(0x2ab)])===_0x14507a?_0x24ae05[_0x1bf1a2(0x67a)]??'stage1':_0x1bf1a2(0x3ed);}['activate'](_0x5a10fe,_0x50451c){const _0x15b122=_0x37672f;let _0x4d24ba=this[_0x15b122(0x2fc)](),_0x42e1f0=(_0x4d24ba==null?void 0x0:_0x4d24ba[_0x15b122(0x7cf)])===_0x5a10fe['hostUnitId']&&_0x4d24ba['embedId']===_0x5a10fe['embedId']&&_0x4d24ba['childUnitId']===_0x5a10fe['childUnitId'],_0x5c41bd={..._0x5a10fe,'stage':_0x50451c??_0x5a10fe[_0x15b122(0x67a)]??(_0x42e1f0?_0x4d24ba['stage']??_0x15b122(0x4c6):_0x15b122(0x4c6))};((_0x4d24ba==null?void 0x0:_0x4d24ba[_0x15b122(0x7cf)])!==_0x5c41bd['hostUnitId']||_0x4d24ba['embedId']!==_0x5c41bd['embedId']||_0x4d24ba[_0x15b122(0x783)]!==_0x5c41bd['childUnitId']||(_0x4d24ba[_0x15b122(0x67a)]??'stage1')!==_0x5c41bd[_0x15b122(0x67a)])&&this['_active$'][_0x15b122(0x7b8)](_0x5c41bd);}['setStage'](_0x50a3f0,_0x1f9952){const _0x2a1454=_0x37672f;let _0x1c5735=this[_0x2a1454(0x2fc)]();!_0x1c5735||_0x1c5735['embedId']!==_0x50a3f0||(_0x1c5735[_0x2a1454(0x67a)]??_0x2a1454(0x4c6))!==_0x1f9952&&this[_0x2a1454(0x43b)][_0x2a1454(0x7b8)]({..._0x1c5735,'stage':_0x1f9952});}['promote'](_0x462870){const _0x3f9eee=_0x37672f;this['getStage'](_0x462870)===_0x3f9eee(0x4c6)&&this[_0x3f9eee(0x5ca)](_0x462870,_0x3f9eee(0x58d));}[_0x37672f(0x2d5)](_0x415e5d){const _0xb0038a=_0x37672f;let _0x37fa35=this[_0xb0038a(0x2fc)]();_0x37fa35&&(!_0x415e5d||_0x37fa35['embedId']===_0x415e5d)&&this[_0xb0038a(0x43b)][_0xb0038a(0x7b8)](null);}},_0x5ea44f=class{constructor(){const _0x445141=_0x37672f;_0x1876b0(this,_0x445141(0x759),new _0x12f7a8[(_0x445141(0x4f6))](null)),_0x1876b0(this,_0x445141(0x31f),this[_0x445141(0x759)]['asObservable']());}['getOverride'](){const _0x64abb5=_0x37672f;return this[_0x64abb5(0x759)][_0x64abb5(0x6a1)]();}[_0x37672f(0x2d3)](_0x3386e8,_0x2c4bbf,_0x1ae4ec={}){const _0x2b1099=_0x37672f;var _0xa461ef,_0x43fbb3;if(!_0x3386e8['childUnitId']||_0x3386e8[_0x2b1099(0x6b0)]==null)throw Error(_0x2b1099(0x1d4));let _0x31a2be=((_0xa461ef=_0x3386e8['sourceMeta'])==null?void 0x0:_0xa461ef['tab'])||void 0x0;if(_0x2c4bbf===_0x2b1099(0x842)&&(!_0x31a2be||_0x31a2be[_0x2b1099(0x62a)]!==!0x0))throw Error(_0x2b1099(0x74b));if(_0x2c4bbf!==_0x2b1099(0x842))throw Error(_0x2b1099(0x48f));if((((_0x43fbb3=_0x1ae4ec[_0x2b1099(0x273)])==null?void 0x0:_0x43fbb3[_0x2b1099(0x50e)])??_0x5e0ca8[_0x2b1099(0x646)][_0x2b1099(0x50e)])!==_0x2b1099(0x417)&&_0x1ae4ec['allowPlaceholder']!==!0x0&&_0x1ae4ec[_0x2b1099(0x2c9)]!==!0x0)return this['clear'](_0x3386e8[_0x2b1099(0x2ab)]),null;let _0x433f78={'hostUnitId':_0x3386e8['hostUnitId'],'embedId':_0x3386e8[_0x2b1099(0x2ab)],'childUnitId':_0x3386e8[_0x2b1099(0x783)],'childType':_0x3386e8[_0x2b1099(0x6b0)],'entry':_0x3386e8[_0x2b1099(0x23b)],'reason':_0x2c4bbf,'portalContainer':_0x1ae4ec[_0x2b1099(0x40d)],'hideHostFxBar':_0x31a2be==null?void 0x0:_0x31a2be[_0x2b1099(0x632)],'lockHostRibbon':_0x31a2be==null?void 0x0:_0x31a2be[_0x2b1099(0x4f9)]},_0x518c0b=this[_0x2b1099(0x5c0)]();return _0x474dee(_0x518c0b,_0x433f78)?_0x518c0b:(this[_0x2b1099(0x759)][_0x2b1099(0x7b8)](_0x433f78),_0x433f78);}['clear'](_0x60225a){const _0x411a55=_0x37672f;let _0x25c613=this[_0x411a55(0x5c0)]();_0x25c613&&(!_0x60225a||_0x25c613[_0x411a55(0x2ab)]===_0x60225a)&&this['_override$'][_0x411a55(0x7b8)](null);}};function _0x474dee(_0x41e58b,_0x339384){const _0x331631=_0x37672f;return _0x41e58b!=null&&_0x41e58b[_0x331631(0x7cf)]===_0x339384[_0x331631(0x7cf)]&&_0x41e58b[_0x331631(0x2ab)]===_0x339384[_0x331631(0x2ab)]&&_0x41e58b[_0x331631(0x783)]===_0x339384[_0x331631(0x783)]&&_0x41e58b[_0x331631(0x6b0)]===_0x339384[_0x331631(0x6b0)]&&_0x41e58b[_0x331631(0x23b)]===_0x339384['entry']&&_0x41e58b['reason']===_0x339384[_0x331631(0x7e0)]&&_0x41e58b[_0x331631(0x40d)]===_0x339384['portalContainer']&&_0x41e58b[_0x331631(0x632)]===_0x339384[_0x331631(0x632)]&&_0x41e58b['lockHostRibbon']===_0x339384[_0x331631(0x4f9)];}let _0x3918cf=_0x37672f(0x717);var _0x4b94f0=class{constructor(){const _0x4d1ac1=_0x37672f;_0x1876b0(this,_0x4d1ac1(0x53b),new Map()),_0x1876b0(this,_0x4d1ac1(0x795),new Map()),_0x1876b0(this,_0x4d1ac1(0x216),new Map()),_0x1876b0(this,_0x4d1ac1(0x84d),0x0),_0x1876b0(this,_0x4d1ac1(0x26d),new _0x12f7a8['Subject']()),_0x1876b0(this,_0x4d1ac1(0x360),new _0x12f7a8[(_0x4d1ac1(0x53e))]());}[_0x37672f(0x1fc)](_0x4d36a6){const _0xa5a3bf=_0x37672f;let _0x4d7c81={'role':_0x4d36a6[_0xa5a3bf(0x1cf)],'owner':_0x4d36a6[_0xa5a3bf(0x1f3)],'sessionMode':_0x4d36a6[_0xa5a3bf(0x212)],'hostUnitId':_0x4d36a6[_0xa5a3bf(0x7cf)],'childUnitId':_0x4d36a6[_0xa5a3bf(0x783)],'childType':_0x4d36a6[_0xa5a3bf(0x6b0)],'associatedChildUnitIds':_0x4d36a6[_0xa5a3bf(0x890)],'sequence':++this['_leaseSequence']},_0x2c4b97=this[_0xa5a3bf(0x53b)][_0xa5a3bf(0x47e)](_0x4d36a6[_0xa5a3bf(0x2ab)]);return _0x2c4b97||(_0x2c4b97=new Set(),this[_0xa5a3bf(0x53b)]['set'](_0x4d36a6[_0xa5a3bf(0x2ab)],_0x2c4b97)),_0x2c4b97[_0xa5a3bf(0x47d)](_0x4d7c81),_0x4d7c81[_0xa5a3bf(0x1cf)]!==_0xa5a3bf(0x747)&&this[_0xa5a3bf(0x831)](),_0x4d7c81[_0xa5a3bf(0x1cf)]===_0xa5a3bf(0x27e)&&this[_0xa5a3bf(0x8f6)](),(0x0,_0x423058[_0xa5a3bf(0x35b)])(()=>{const _0x960ddd=_0xa5a3bf;_0x2c4b97==null||_0x2c4b97[_0x960ddd(0x405)](_0x4d7c81),(_0x2c4b97==null?void 0x0:_0x2c4b97[_0x960ddd(0x4ea)])===0x0&&this['_leases'][_0x960ddd(0x405)](_0x4d36a6['embedId']),_0x4d7c81['role']!==_0x960ddd(0x747)&&this[_0x960ddd(0x831)](),_0x4d7c81[_0x960ddd(0x1cf)]===_0x960ddd(0x27e)&&this[_0x960ddd(0x8f6)]();});}[_0x37672f(0x228)](_0x55ac25){const _0x5536c9=_0x37672f;if(!_0x55ac25)return!0x1;let _0x3a82f0=this[_0x5536c9(0x53b)]['get'](_0x55ac25);return _0x3a82f0&&[..._0x3a82f0]['some'](_0x637635=>_0x637635['role']!==_0x5536c9(0x747))?!0x0:this[_0x5536c9(0x588)](_0x55ac25,this['_getActiveElement'](_0x55ac25));}[_0x37672f(0x3c6)](_0x2abdca,_0x50292c){const _0x11af84=_0x37672f;if(!_0x2abdca)return!0x1;let _0x8d9c05=this[_0x11af84(0x53b)][_0x11af84(0x47e)](_0x2abdca);return _0x8d9c05&&[..._0x8d9c05][_0x11af84(0x79a)](_0x1fdfb6=>this[_0x11af84(0x3bd)](_0x1fdfb6,_0x50292c))?!0x0:this['containsElement'](_0x2abdca,this['_getActiveElement'](_0x2abdca));}[_0x37672f(0x859)](){const _0x83a0ff=_0x37672f;return[...this[_0x83a0ff(0x53b)][_0x83a0ff(0x4bf)]()][_0x83a0ff(0x79a)](_0x4a1269=>[..._0x4a1269]['some'](_0x2b9176=>_0x2b9176['role']!=='runtime'))||this[_0x83a0ff(0x83e)]()!=null;}[_0x37672f(0x530)](_0x209612){const _0x280b5e=_0x37672f;if([...this['_leases'][_0x280b5e(0x4bf)]()]['some'](_0x1e36f9=>[..._0x1e36f9]['some'](_0x47ba8c=>this[_0x280b5e(0x3bd)](_0x47ba8c,_0x209612))))return!0x0;let _0x1a8433=this[_0x280b5e(0x83e)]();return _0x1a8433!=null&&this[_0x280b5e(0x6c5)](_0x1a8433['role']);}[_0x37672f(0x602)](_0x774345,_0x299686){const _0x86642d=_0x37672f;if(!_0x774345)return!0x1;let _0xd4139e=this[_0x86642d(0x53b)]['get'](_0x774345);return _0xd4139e&&[..._0xd4139e][_0x86642d(0x79a)](_0x1820a3=>this[_0x86642d(0x6c6)](_0x1820a3,_0x299686))?!0x0:this[_0x86642d(0x588)](_0x774345,this[_0x86642d(0x616)](_0x774345));}[_0x37672f(0x830)](_0xd4b174){const _0x2165a7=_0x37672f;return[...this[_0x2165a7(0x53b)][_0x2165a7(0x4bf)]()]['some'](_0x2f2b5c=>[..._0x2f2b5c][_0x2165a7(0x79a)](_0x1de233=>this['_isHostPreservingLease'](_0x1de233,_0xd4b174)))?!0x0:this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x37672f(0x285)](_0x1167c6,_0x42f6e4){const _0x573909=_0x37672f;if(!_0x1167c6)return this[_0x573909(0x830)](_0x42f6e4);if([...this[_0x573909(0x53b)][_0x573909(0x4bf)]()][_0x573909(0x79a)](_0x10cc15=>[..._0x10cc15][_0x573909(0x79a)](_0x5b15c9=>this[_0x573909(0x6c6)](_0x5b15c9,_0x42f6e4)&&this['_leaseAppliesToHostUnit'](_0x5b15c9,_0x1167c6))))return!0x0;let _0x5e7f55=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0x5e7f55)return!0x1;let _0x4324b5=this[_0x573909(0x53b)][_0x573909(0x47e)](_0x5e7f55[_0x573909(0x2ab)]);return _0x4324b5&&[..._0x4324b5][_0x573909(0x79a)](_0x424806=>this[_0x573909(0x6c6)](_0x424806,_0x42f6e4)&&this[_0x573909(0x5da)](_0x424806,_0x1167c6))?!0x0:this[_0x573909(0x599)](_0x5e7f55['embedId'],_0x1167c6);}[_0x37672f(0x500)](_0x478c24){const _0x587116=_0x37672f;return _0x478c24?[...this[_0x587116(0x53b)][_0x587116(0x4bf)]()][_0x587116(0x79a)](_0xb24cda=>[..._0xb24cda][_0x587116(0x79a)](_0x392190=>this[_0x587116(0x1ea)](_0x392190,_0x478c24)&&_0x392190[_0x587116(0x1cf)]!==_0x587116(0x747))):!0x1;}[_0x37672f(0x6e2)](_0x506a2d){const _0x2db409=_0x37672f;let _0x5bd635={'hostUnitId':_0x506a2d['hostUnitId'],'childUnitId':_0x506a2d[_0x2db409(0x783)],'childType':_0x506a2d[_0x2db409(0x6b0)],'sessionMode':_0x506a2d[_0x2db409(0x212)],'sequence':++this[_0x2db409(0x84d)]},_0x91253a=this['_runtimeScopes']['get'](_0x506a2d[_0x2db409(0x2ab)]);return _0x91253a||(_0x91253a=new Set(),this[_0x2db409(0x216)][_0x2db409(0x5d7)](_0x506a2d[_0x2db409(0x2ab)],_0x91253a)),_0x91253a[_0x2db409(0x47d)](_0x5bd635),this[_0x2db409(0x831)](),this[_0x2db409(0x8f6)](),(0x0,_0x423058[_0x2db409(0x35b)])(()=>{const _0x2ca496=_0x2db409;_0x91253a==null||_0x91253a[_0x2ca496(0x405)](_0x5bd635),(_0x91253a==null?void 0x0:_0x91253a['size'])===0x0&&this[_0x2ca496(0x216)][_0x2ca496(0x405)](_0x506a2d[_0x2ca496(0x2ab)]),this[_0x2ca496(0x831)](),this['_notifyRuntimeSessionChanged']();});}[_0x37672f(0x5e5)](_0x316c7d){const _0x58e44a=_0x37672f;if(!_0x316c7d)return;let _0x492a31;for(let [_0x45e2c5,_0x416403]of this[_0x58e44a(0x216)])for(let _0x1fc27c of _0x416403)_0x1fc27c['childUnitId']===_0x316c7d&&(!_0x492a31||_0x1fc27c[_0x58e44a(0x887)]>_0x492a31['scope'][_0x58e44a(0x887)])&&(_0x492a31={'embedId':_0x45e2c5,'scope':_0x1fc27c});if(_0x492a31){let {embedId:_0x2fe10,scope:_0x3a1796}=_0x492a31;return{'embedId':_0x2fe10,'hostUnitId':_0x3a1796[_0x58e44a(0x7cf)],'childUnitId':_0x3a1796[_0x58e44a(0x783)],'childType':_0x3a1796[_0x58e44a(0x6b0)],'sessionMode':_0x3a1796[_0x58e44a(0x212)]};}}[_0x37672f(0x49f)](){const _0x5b0bb1=_0x37672f;let _0x4c27fd;for(let [_0x1f7f91,_0x3ed292]of this['_leases'])for(let _0xffa3fc of _0x3ed292){if(_0xffa3fc[_0x5b0bb1(0x1cf)]!==_0x5b0bb1(0x27e)||!_0xffa3fc[_0x5b0bb1(0x783)])continue;let _0x392120=this[_0x5b0bb1(0x413)](_0xffa3fc);(!_0x4c27fd||_0x392120>_0x4c27fd[_0x5b0bb1(0x378)]||_0x392120===_0x4c27fd[_0x5b0bb1(0x378)]&&_0xffa3fc[_0x5b0bb1(0x887)]>_0x4c27fd['lease'][_0x5b0bb1(0x887)])&&(_0x4c27fd={'embedId':_0x1f7f91,'lease':_0xffa3fc,'priority':_0x392120});}return _0x4c27fd?{'embedId':_0x4c27fd[_0x5b0bb1(0x2ab)],'hostUnitId':_0x4c27fd[_0x5b0bb1(0x4b4)][_0x5b0bb1(0x7cf)],'childUnitId':_0x4c27fd[_0x5b0bb1(0x4b4)][_0x5b0bb1(0x783)],'childType':_0x4c27fd['lease'][_0x5b0bb1(0x6b0)],'sessionMode':this['_resolveChildSessionMode'](_0x4c27fd[_0x5b0bb1(0x4b4)])}:void 0x0;}[_0x37672f(0x4ef)](_0xc7634c,_0x469564,_0x1e5837){const _0x38b785=_0x37672f;if(!_0xc7634c)return!0x1;let _0x541ce3=this['_getOwnedEmbedIdFromTarget'](_0x469564,_0x1e5837);return _0x541ce3?this[_0x38b785(0x3a2)](_0x541ce3,_0xc7634c):!0x1;}[_0x37672f(0x22c)](_0x3f5855,_0x50ae0f,_0x3056ea,_0x4f7f39){const _0x5e2cb7=_0x37672f;return this['isChildUnitRuntimeEvent'](_0x3f5855,_0x50ae0f,_0x3056ea)||this[_0x5e2cb7(0x500)](_0x3f5855)?!0x1:this['hasHostPreservingChildFocusLeaseForHost'](_0x3f5855,_0x4f7f39);}['registerElement'](_0x47baeb){const _0x11bc63=_0x37672f;let _0x65f1b2=this[_0x11bc63(0x795)][_0x11bc63(0x47e)](_0x47baeb['embedId']);_0x65f1b2||(_0x65f1b2=new Set(),this['_elements'][_0x11bc63(0x5d7)](_0x47baeb[_0x11bc63(0x2ab)],_0x65f1b2)),_0x65f1b2[_0x11bc63(0x47d)](_0x47baeb[_0x11bc63(0x34a)]);let _0x30292e=_0x47baeb[_0x11bc63(0x34a)][_0x11bc63(0x715)](_0x3918cf);return _0x47baeb[_0x11bc63(0x34a)][_0x11bc63(0x765)](_0x3918cf,_0x47baeb[_0x11bc63(0x1cf)]),this[_0x11bc63(0x831)](),(0x0,_0x423058[_0x11bc63(0x35b)])(()=>{const _0x1108c9=_0x11bc63;_0x65f1b2==null||_0x65f1b2['delete'](_0x47baeb['element']),(_0x65f1b2==null?void 0x0:_0x65f1b2[_0x1108c9(0x4ea)])===0x0&&this[_0x1108c9(0x795)][_0x1108c9(0x405)](_0x47baeb['embedId']),_0x30292e==null?_0x47baeb[_0x1108c9(0x34a)][_0x1108c9(0x542)](_0x3918cf):_0x47baeb[_0x1108c9(0x34a)]['setAttribute'](_0x3918cf,_0x30292e),this[_0x1108c9(0x831)]();});}[_0x37672f(0x37d)](_0x54ecd3){const _0x1db300=_0x37672f;return _0x54ecd3?[...this['_elements'][_0x1db300(0x47e)](_0x54ecd3)??[]]:[];}[_0x37672f(0x588)](_0xca2b46,_0x27661a,_0x214973){const _0x138fb0=_0x37672f;if(!_0xca2b46)return!0x1;let _0xa28e5b=this['_elements'][_0x138fb0(0x47e)](_0xca2b46),_0x1bd6eb=typeof(_0x214973==null?void 0x0:_0x214973[_0x138fb0(0x21f)])==_0x138fb0(0x6de)?_0x214973[_0x138fb0(0x21f)]():void 0x0;return _0xa28e5b!=null&&_0xa28e5b[_0x138fb0(0x4ea)]&&_0x1bd6eb!=null&&_0x1bd6eb['some'](_0x709de4=>_0x709de4 instanceof HTMLElement&&this[_0x138fb0(0x74f)](_0xa28e5b,_0x709de4))||_0x1bd6eb!=null&&_0x1bd6eb['some'](_0x25e632=>_0x25e632 instanceof HTMLElement&&this[_0x138fb0(0x389)](_0xca2b46,_0x25e632))?!0x0:_0x27661a instanceof HTMLElement&&(!!(_0xa28e5b!=null&&_0xa28e5b[_0x138fb0(0x4ea)])&&this['_containsRegisteredElement'](_0xa28e5b,_0x27661a)||this[_0x138fb0(0x389)](_0xca2b46,_0x27661a));}[_0x37672f(0x74f)](_0x21d2c2,_0x7f2dad){const _0x41a51c=_0x37672f;return[..._0x21d2c2][_0x41a51c(0x79a)](_0x1f0df9=>_0x1f0df9===_0x7f2dad||_0x1f0df9[_0x41a51c(0x8e0)](_0x7f2dad));}[_0x37672f(0x3bd)](_0x1d8874,_0x1399cc){const _0x252f7d=_0x37672f;var _0x5267ea;return _0x1d8874[_0x252f7d(0x1f3)]&&_0x1399cc!=null&&(_0x5267ea=_0x1399cc['ignoreOwners'])!=null&&_0x5267ea['includes'](_0x1d8874[_0x252f7d(0x1f3)])?!0x1:this[_0x252f7d(0x6c5)](_0x1d8874[_0x252f7d(0x1cf)]);}[_0x37672f(0x6c6)](_0x1e8d69,_0x18b842){const _0xd79eee=_0x37672f;var _0x2a8abb;return _0x1e8d69[_0xd79eee(0x1f3)]&&_0x18b842!=null&&(_0x2a8abb=_0x18b842['ignoreOwners'])!=null&&_0x2a8abb[_0xd79eee(0x3d9)](_0x1e8d69[_0xd79eee(0x1f3)])?!0x1:_0x1e8d69[_0xd79eee(0x1cf)]!==_0xd79eee(0x747);}[_0x37672f(0x5da)](_0x11508d,_0x93c9ba){const _0x570738=_0x37672f;return _0x11508d[_0x570738(0x7cf)]==null||_0x11508d[_0x570738(0x7cf)]===_0x93c9ba;}[_0x37672f(0x599)](_0x34caa8,_0xc0614){const _0x478f89=_0x37672f;let _0x4fc298=this[_0x478f89(0x216)]['get'](_0x34caa8);return!!_0x4fc298&&[..._0x4fc298][_0x478f89(0x79a)](_0x343ee1=>_0x343ee1['hostUnitId']==null||_0x343ee1['hostUnitId']===_0xc0614);}[_0x37672f(0x1ea)](_0x15a8d2,_0x2fb524){const _0x4bb298=_0x37672f;var _0xb9d9f1;return _0x15a8d2[_0x4bb298(0x783)]===_0x2fb524||((_0xb9d9f1=_0x15a8d2[_0x4bb298(0x890)])==null?void 0x0:_0xb9d9f1[_0x4bb298(0x3d9)](_0x2fb524))===!0x0;}[_0x37672f(0x3a2)](_0xb35902,_0x14ad33){const _0x45c348=_0x37672f;if([...this['_runtimeScopes'][_0x45c348(0x47e)](_0xb35902)??[]][_0x45c348(0x79a)](_0x4ede87=>_0x4ede87[_0x45c348(0x783)]===_0x14ad33))return!0x0;let _0x4ab01a=this[_0x45c348(0x53b)][_0x45c348(0x47e)](_0xb35902);return!!_0x4ab01a&&[..._0x4ab01a][_0x45c348(0x79a)](_0x739bd9=>this[_0x45c348(0x1ea)](_0x739bd9,_0x14ad33));}[_0x37672f(0x6c5)](_0x23d39f){const _0x5375ff=_0x37672f;return _0x23d39f!==_0x5375ff(0x747);}['_getChildSessionPriority'](_0x12f6d8){const _0x50938b=_0x37672f;let _0xaea38=this[_0x50938b(0x658)](_0x12f6d8);return _0xaea38==='child-fullscreen'?0x1e:_0xaea38==='child-keyboard'?0x14:_0xaea38===_0x50938b(0x6ca)?0xa:0x0;}[_0x37672f(0x658)](_0x494d8f){const _0x3e0df1=_0x37672f;return _0x494d8f[_0x3e0df1(0x212)]?_0x494d8f['sessionMode']:_0x494d8f[_0x3e0df1(0x1f3)]===_0x3e0df1(0x688)?'child-fullscreen':_0x494d8f[_0x3e0df1(0x1f3)]===_0x3e0df1(0x5a1)||_0x494d8f[_0x3e0df1(0x1f3)]===_0x3e0df1(0x78b)?_0x3e0df1(0x552):_0x494d8f['owner']==='tab-peer-runtime'?_0x3e0df1(0x6ca):_0x494d8f['role']===_0x3e0df1(0x27e)?_0x3e0df1(0x552):_0x3e0df1(0x33b);}[_0x37672f(0x389)](_0x118d0d,_0x4a6001){return _0x4a6001['closest']('['+_0x2f7e9a+'=\x22'+_0x118d0d+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x493991,_0x363552){const _0x455565=_0x37672f;let _0x42cc76=typeof(_0x363552==null?void 0x0:_0x363552['composedPath'])==_0x455565(0x6de)?_0x363552[_0x455565(0x21f)]():void 0x0,_0x67410a=(_0x42cc76==null?void 0x0:_0x42cc76[_0x455565(0x782)](_0x1966d0=>this['_isHTMLElement'](_0x1966d0)&&_0x1966d0[_0x455565(0x643)](_0x455565(0x4fa))))??(this['_isHTMLElement'](_0x493991)?_0x493991[_0x455565(0x68d)](_0x455565(0x284))??void 0x0:void 0x0);return(_0x67410a==null?void 0x0:_0x67410a['getAttribute'](_0x455565(0x4fa)))??this[_0x455565(0x862)](_0x363552);}[_0x37672f(0x862)](_0x1e77d7){const _0xea175e=_0x37672f;let _0x318158=this['_getEventClientPoint'](_0x1e77d7);if(!_0x318158)return;let _0x4d3ec0;for(let [_0x431cfa,_0xee364c]of this[_0xea175e(0x795)])for(let _0x35abbd of _0xee364c){let _0x40a9a5=_0x35abbd[_0xea175e(0x4f7)]();if(!this[_0xea175e(0x60f)](_0x40a9a5,_0x318158['clientX'],_0x318158['clientY']))continue;let _0x4e9414=_0x40a9a5[_0xea175e(0x7e5)]*_0x40a9a5['height'];(!_0x4d3ec0||_0x4e9414<_0x4d3ec0[_0xea175e(0x57c)])&&(_0x4d3ec0={'embedId':_0x431cfa,'area':_0x4e9414});}return _0x4d3ec0==null?void 0x0:_0x4d3ec0[_0xea175e(0x2ab)];}[_0x37672f(0x29c)](_0x48266b){const _0x3e055e=_0x37672f;let _0x1599fd=_0x48266b;if(_0x1599fd){if(Number[_0x3e055e(0x498)](_0x1599fd[_0x3e055e(0x582)])&&Number[_0x3e055e(0x498)](_0x1599fd[_0x3e055e(0x91a)]))return{'clientX':_0x1599fd[_0x3e055e(0x582)],'clientY':_0x1599fd[_0x3e055e(0x91a)]};if(Number[_0x3e055e(0x498)](_0x1599fd['x'])&&Number[_0x3e055e(0x498)](_0x1599fd['y']))return{'clientX':_0x1599fd['x'],'clientY':_0x1599fd['y']};}}[_0x37672f(0x60f)](_0x49b49b,_0x217531,_0x3077a5){const _0x1a72c3=_0x37672f;return _0x49b49b[_0x1a72c3(0x7e5)]>0x0&&_0x49b49b[_0x1a72c3(0x33d)]>0x0&&_0x217531>=_0x49b49b[_0x1a72c3(0x3c3)]&&_0x217531<=_0x49b49b[_0x1a72c3(0x2e6)]&&_0x3077a5>=_0x49b49b['top']&&_0x3077a5<=_0x49b49b['bottom'];}[_0x37672f(0x83e)](){const _0x4a6c9d=_0x37672f;var _0x14cbfc;let _0x2d5ea1=this[_0x4a6c9d(0x8db)]();if(!this[_0x4a6c9d(0x89e)](_0x2d5ea1))return;let _0x3b9aa=_0x2d5ea1[_0x4a6c9d(0x68d)]('['+_0x2f7e9a+']');if(!_0x3b9aa)return;let _0x5c8d32=_0x3b9aa[_0x4a6c9d(0x715)](_0x2f7e9a),_0x2ab21d=(_0x14cbfc=_0x2d5ea1['closest'](_0x4a6c9d(0x55b)))==null?void 0x0:_0x14cbfc[_0x4a6c9d(0x715)](_0x3918cf);return _0x5c8d32&&this[_0x4a6c9d(0x2d2)](_0x2ab21d)?{'embedId':_0x5c8d32,'role':_0x2ab21d}:void 0x0;}[_0x37672f(0x89e)](_0x3d299d){const _0x3fa25d=_0x37672f;var _0x4b9d63;if(!_0x3d299d)return!0x1;let _0x4db7cc=(_0x4b9d63=_0x3d299d[_0x3fa25d(0x53c)])==null?void 0x0:_0x4b9d63[_0x3fa25d(0x7c5)];return _0x4db7cc?_0x3d299d instanceof _0x4db7cc[_0x3fa25d(0x2a4)]:typeof HTMLElement<'u'&&_0x3d299d instanceof HTMLElement;}[_0x37672f(0x2d2)](_0x53395a){const _0x38614e=_0x37672f;return _0x53395a===_0x38614e(0x747)||_0x53395a===_0x38614e(0x27e)||_0x53395a===_0x38614e(0x297)||_0x53395a===_0x38614e(0x516)||_0x53395a===_0x38614e(0x398);}[_0x37672f(0x8db)](){const _0xa3ef3c=_0x37672f;for(let _0x549b0d of this[_0xa3ef3c(0x795)]['values']()){var _0x40d51d;let _0x4dcff7=(_0x40d51d=_0x549b0d[_0xa3ef3c(0x4bf)]()['next']()['value'])==null?void 0x0:_0x40d51d[_0xa3ef3c(0x53c)];if(_0x4dcff7!=null&&_0x4dcff7[_0xa3ef3c(0x811)])return _0x4dcff7[_0xa3ef3c(0x811)];}return typeof document>'u'?null:document[_0xa3ef3c(0x811)];}[_0x37672f(0x616)](_0x311b23){const _0x522c13=_0x37672f;var _0x3557b1;let _0x3ba9b1=this[_0x522c13(0x795)]['get'](_0x311b23),_0x194f4f=_0x3ba9b1==null||(_0x3557b1=_0x3ba9b1['values']()[_0x522c13(0x7b8)]()['value'])==null?void 0x0:_0x3557b1[_0x522c13(0x53c)];return(_0x194f4f==null?void 0x0:_0x194f4f[_0x522c13(0x811)])??(typeof document>'u'?null:document['activeElement']);}[_0x37672f(0x831)](){const _0x3c7e3b=_0x37672f;this[_0x3c7e3b(0x26d)][_0x3c7e3b(0x7b8)]();}[_0x37672f(0x8f6)](){const _0x455674=_0x37672f;this['runtimeSessionChanged$'][_0x455674(0x7b8)]();}};let _0x2f7e9a=_0x37672f(0x4fa);var _0x32cfb9=class{constructor(){const _0x55edfc=_0x37672f;_0x1876b0(this,_0x55edfc(0x305),new Map()),_0x1876b0(this,_0x55edfc(0x598),new Map()),_0x1876b0(this,_0x55edfc(0x710),new WeakMap()),_0x1876b0(this,'_activePortalOwners',new WeakMap()),_0x1876b0(this,'_pendingPortalOwner',void 0x0);}['registerRoot'](_0x117e1c,_0x5cf00d,_0x30f550){const _0x2be3f4=_0x37672f;let _0x25919d=this[_0x2be3f4(0x305)][_0x2be3f4(0x47e)](_0x117e1c);_0x25919d||(_0x25919d=new Set(),this[_0x2be3f4(0x305)][_0x2be3f4(0x5d7)](_0x117e1c,_0x25919d)),_0x30f550&&this[_0x2be3f4(0x598)][_0x2be3f4(0x5d7)](_0x117e1c,_0x30f550),_0x25919d['add'](_0x5cf00d);let _0x269e00=_0x5cf00d['getAttribute'](_0x2f7e9a),_0x4ae58b=_0x5cf00d[_0x2be3f4(0x715)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE']);_0x5cf00d[_0x2be3f4(0x765)](_0x2f7e9a,_0x117e1c),_0x30f550&&_0x5cf00d[_0x2be3f4(0x765)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'],_0x30f550);let _0xeaac4e=this[_0x2be3f4(0x21c)](_0x117e1c,_0x5cf00d),_0x4b6bf3=()=>this[_0x2be3f4(0x3ab)](_0x117e1c,_0x5cf00d[_0x2be3f4(0x53c)]);return _0x5cf00d[_0x2be3f4(0x780)](_0x2be3f4(0x2ce),_0x4b6bf3,!0x0),_0x5cf00d[_0x2be3f4(0x780)]('mousedown',_0x4b6bf3,!0x0),_0x5cf00d[_0x2be3f4(0x780)]('focusin',_0x4b6bf3,!0x0),(0x0,_0x423058['toDisposable'])(()=>{const _0x100d24=_0x2be3f4;var _0x5bbf54;_0xeaac4e[_0x100d24(0x4ff)](),_0x5cf00d[_0x100d24(0x356)]('pointerdown',_0x4b6bf3,!0x0),_0x5cf00d[_0x100d24(0x356)](_0x100d24(0x3d4),_0x4b6bf3,!0x0),_0x5cf00d['removeEventListener'](_0x100d24(0x52c),_0x4b6bf3,!0x0),((_0x5bbf54=this[_0x100d24(0x554)])==null?void 0x0:_0x5bbf54[_0x100d24(0x2ab)])===_0x117e1c&&this[_0x100d24(0x554)][_0x100d24(0x501)]===_0x5cf00d[_0x100d24(0x53c)]&&(this[_0x100d24(0x554)]=void 0x0),_0x25919d==null||_0x25919d[_0x100d24(0x405)](_0x5cf00d),_0x25919d&&_0x25919d[_0x100d24(0x4ea)]===0x0&&(this['_roots'][_0x100d24(0x405)](_0x117e1c),this[_0x100d24(0x598)][_0x100d24(0x405)](_0x117e1c)),_0x269e00==null?_0x5cf00d[_0x100d24(0x542)](_0x2f7e9a):_0x5cf00d[_0x100d24(0x765)](_0x2f7e9a,_0x269e00),_0x4ae58b==null?_0x5cf00d['removeAttribute'](_0x4fbb7a[_0x100d24(0x3d8)]):_0x5cf00d[_0x100d24(0x765)](_0x4fbb7a[_0x100d24(0x3d8)],_0x4ae58b);});}[_0x37672f(0x21c)](_0x171bf6,_0x43b2b2){const _0x376efd=_0x37672f;let _0x3ac041=_0x43b2b2[_0x376efd(0x53c)]['defaultView'],_0x170555=new Map(),_0x3c4b8b=new Map(),_0x5abcbc,_0x21e45c=!0x1,_0x4850c7=_0x5ccd2a=>{const _0x5dc6b9=_0x376efd;_0x170555[_0x5dc6b9(0x7df)](_0x5ccd2a)||_0x170555['set'](_0x5ccd2a,_0x5ccd2a[_0x5dc6b9(0x715)](_0x2f7e9a)),_0x3c4b8b[_0x5dc6b9(0x7df)](_0x5ccd2a)||_0x3c4b8b[_0x5dc6b9(0x5d7)](_0x5ccd2a,_0x5ccd2a[_0x5dc6b9(0x715)](_0x3918cf));},_0x215934=_0x2900c1=>{const _0x2bd2bd=_0x376efd;_0x4850c7(_0x2900c1),_0x2900c1[_0x2bd2bd(0x765)](_0x2f7e9a,_0x171bf6),_0x2900c1[_0x2bd2bd(0x765)](_0x3918cf,'child-popup');},_0x4bdc79=_0x540403=>{const _0x171b22=_0x376efd;this[_0x171b22(0x43c)](_0x540403)&&(_0x215934(_0x540403),_0x540403[_0x171b22(0x793)]('*')[_0x171b22(0x84e)](_0x215934));},_0x260d1c=_0x14174b=>{const _0x41734b=_0x376efd;_0x21e45c||(_0x4bdc79(_0x14174b),_0x14174b[_0x41734b(0x793)]('*')[_0x41734b(0x84e)](_0x5bdb14=>_0x4bdc79(_0x5bdb14)));};return _0x260d1c(_0x43b2b2),_0x3ac041!=null&&_0x3ac041[_0x376efd(0x422)]&&(_0x5abcbc=new _0x3ac041[(_0x376efd(0x422))](_0x529774=>{const _0x30a711=_0x376efd;_0x529774[_0x30a711(0x84e)](_0x1df72d=>{const _0x4da588=_0x30a711;_0x1df72d[_0x4da588(0x3d2)]['forEach'](_0x223742=>{const _0x4ae9d6=_0x4da588;_0x223742 instanceof _0x3ac041[_0x4ae9d6(0x2a4)]&&_0x260d1c(_0x223742);});});}),_0x5abcbc['observe'](_0x43b2b2,{'childList':!0x0,'subtree':!0x0})),(0x0,_0x423058[_0x376efd(0x35b)])(()=>{const _0x15683b=_0x376efd;_0x21e45c=!0x0,_0x5abcbc==null||_0x5abcbc['disconnect'](),_0x170555[_0x15683b(0x84e)]((_0x2baa70,_0x53e386)=>{const _0x404902=_0x15683b;if(_0x2baa70==null){_0x53e386[_0x404902(0x542)](_0x2f7e9a);return;}_0x53e386[_0x404902(0x765)](_0x2f7e9a,_0x2baa70);}),_0x3c4b8b[_0x15683b(0x84e)]((_0x39e9ae,_0x1d386b)=>{const _0x34d365=_0x15683b;if(_0x39e9ae==null){_0x1d386b[_0x34d365(0x542)](_0x3918cf);return;}_0x1d386b[_0x34d365(0x765)](_0x3918cf,_0x39e9ae);});});}[_0x37672f(0x28e)](_0x2dc60e,_0x2d8d73){const _0x1da3ac=_0x37672f;let _0x4047cf=this[_0x1da3ac(0x305)][_0x1da3ac(0x47e)](_0x2dc60e);_0x4047cf||(_0x4047cf=new Set(),this[_0x1da3ac(0x305)][_0x1da3ac(0x5d7)](_0x2dc60e,_0x4047cf)),_0x4047cf['add'](_0x2d8d73);let _0x8266d9=this[_0x1da3ac(0x429)](_0x2dc60e,_0x2d8d73);return(0x0,_0x423058[_0x1da3ac(0x35b)])(()=>{const _0x277545=_0x1da3ac;_0x4047cf==null||_0x4047cf['delete'](_0x2d8d73),_0x4047cf&&_0x4047cf[_0x277545(0x4ea)]===0x0&&this['_roots'][_0x277545(0x405)](_0x2dc60e),_0x8266d9[_0x277545(0x4ff)]();});}[_0x37672f(0x8e0)](_0x3716a2,_0x518606,_0x264acf){const _0x102314=_0x37672f;let _0x43798e=typeof(_0x264acf==null?void 0x0:_0x264acf[_0x102314(0x21f)])==_0x102314(0x6de)?_0x264acf[_0x102314(0x21f)]():void 0x0;if(_0x43798e!=null&&_0x43798e[_0x102314(0x79a)](_0x31c5aa=>_0x31c5aa instanceof HTMLElement&&this[_0x102314(0x59e)](_0x3716a2,_0x31c5aa)))return!0x0;if(!(_0x518606 instanceof HTMLElement))return!0x1;if(this[_0x102314(0x59e)](_0x3716a2,_0x518606))return!0x0;if(!_0x3716a2)return Array[_0x102314(0x7a2)](this['_roots'][_0x102314(0x4bf)]())[_0x102314(0x79a)](_0xe4d38=>[..._0xe4d38][_0x102314(0x79a)](_0x437028=>_0x437028[_0x102314(0x4d4)]&&_0x437028[_0x102314(0x8e0)](_0x518606)));let _0xa2c2ac=this[_0x102314(0x305)]['get'](_0x3716a2);return!!_0xa2c2ac&&[..._0xa2c2ac]['some'](_0x4f330b=>_0x4f330b['isConnected']&&_0x4f330b[_0x102314(0x8e0)](_0x518606));}[_0x37672f(0x63b)](_0x3f3cc9){const _0x2c6197=_0x37672f;let _0x2f85f1=_0x3f3cc9?this[_0x2c6197(0x8a9)][_0x2c6197(0x47e)](_0x3f3cc9):typeof document<'u'?this['_activePortalOwners'][_0x2c6197(0x47e)](document):void 0x0;if(_0x2f85f1!=null&&_0x2f85f1[_0x2c6197(0x3fe)])return!0x0;let _0x4d0eb7=this[_0x2c6197(0x554)];return!_0x4d0eb7||Date[_0x2c6197(0x312)]()>_0x4d0eb7['expiresAt']?!0x1:!_0x3f3cc9||_0x4d0eb7[_0x2c6197(0x501)]===_0x3f3cc9;}['hasRecentInteractionFor'](_0x37da99,_0x1649a4){const _0x430cd9=_0x37672f;if(!_0x37da99)return!0x1;let _0x1b2d12=_0x1649a4?this[_0x430cd9(0x8a9)][_0x430cd9(0x47e)](_0x1649a4):typeof document<'u'?this['_activePortalOwners'][_0x430cd9(0x47e)](document):void 0x0;if(_0x1b2d12!=null&&_0x1b2d12['some'](_0x9e5406=>_0x9e5406[_0x430cd9(0x2ab)]===_0x37da99))return!0x0;let _0x5b2d42=this['_pendingPortalOwner'];return!_0x5b2d42||_0x5b2d42[_0x430cd9(0x2ab)]!==_0x37da99||Date[_0x430cd9(0x312)]()>_0x5b2d42[_0x430cd9(0x83f)]?!0x1:!_0x1649a4||_0x5b2d42[_0x430cd9(0x501)]===_0x1649a4;}[_0x37672f(0x1f6)](_0x4f0763,_0x1d1d0d){const _0x2f8bf0=_0x37672f;!_0x4f0763||!(_0x1d1d0d!=null&&_0x1d1d0d[_0x2f8bf0(0x77f)])||this[_0x2f8bf0(0x8ba)](_0x4f0763,_0x1d1d0d)['forEach'](_0x34bb72=>this['_dispatchEscapeToFloatingSurface'](_0x34bb72,_0x1d1d0d));}['activatePortalScope'](_0x56b8db,_0x22df03){const _0x2bda21=_0x37672f;var _0x157bb5;if(!(_0x22df03!=null&&_0x22df03['body']))return(0x0,_0x423058['toDisposable'])(()=>{});let _0x20d8a5=Symbol(_0x56b8db),_0x14a804=this[_0x2bda21(0x8a9)][_0x2bda21(0x47e)](_0x22df03)??[];return _0x14a804[_0x2bda21(0x5fd)]({'embedId':_0x56b8db,'token':_0x20d8a5}),this[_0x2bda21(0x8a9)]['set'](_0x22df03,_0x14a804),this['_ensurePortalObserver'](_0x22df03),this[_0x2bda21(0x434)](_0x56b8db,_0x22df03,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x2bda21(0x894)](_0x56b8db,_0x22df03),(_0x157bb5=_0x22df03[_0x2bda21(0x7c5)])==null||_0x157bb5['setTimeout'](()=>{const _0x10d12d=_0x2bda21;let _0xce40ea=this['_getLatestActivePortalOwner'](_0x22df03);(_0xce40ea==null?void 0x0:_0xce40ea[_0x10d12d(0x2ab)])===_0x56b8db&&_0xce40ea[_0x10d12d(0x8a3)]===_0x20d8a5&&(this[_0x10d12d(0x434)](_0x56b8db,_0x22df03,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x10d12d(0x894)](_0x56b8db,_0x22df03));},0x0),(0x0,_0x423058['toDisposable'])(()=>{const _0x3f8f80=_0x2bda21;let _0x31b5b3=this['_activePortalOwners'][_0x3f8f80(0x47e)](_0x22df03),_0x479069=!0x1;if(_0x31b5b3){let _0x219eff=_0x31b5b3[_0x3f8f80(0x569)](_0x3f363d=>_0x3f363d[_0x3f8f80(0x2ab)]===_0x56b8db&&_0x3f363d[_0x3f8f80(0x8a3)]===_0x20d8a5);_0x219eff>=0x0&&_0x31b5b3[_0x3f8f80(0x61b)](_0x219eff,0x1),_0x479069=_0x31b5b3['some'](_0x12b984=>_0x12b984[_0x3f8f80(0x2ab)]===_0x56b8db),_0x31b5b3['length']===0x0&&this[_0x3f8f80(0x8a9)][_0x3f8f80(0x405)](_0x22df03);}_0x479069||this['_releaseBodyPortalClaims'](_0x56b8db,_0x22df03);let _0x3c0715=this[_0x3f8f80(0x69d)](_0x22df03);_0x3c0715&&(this[_0x3f8f80(0x434)](_0x3c0715[_0x3f8f80(0x2ab)],_0x22df03,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x3f8f80(0x894)](_0x3c0715[_0x3f8f80(0x2ab)],_0x22df03));});}[_0x37672f(0x8ba)](_0x2464e6,_0x3d0d88){const _0x39dfd9=_0x37672f;var _0x2089aa;let _0x4682bd=new Set(),_0x4a0459=_0x2398f7=>{const _0x31fb06=_0x3a85;let _0x45896f=this[_0x31fb06(0x7d7)](_0x2398f7);!_0x45896f||!this[_0x31fb06(0x59e)](_0x2464e6,_0x45896f)||_0x4682bd['add'](_0x45896f);};return _0x3d0d88['body'][_0x39dfd9(0x793)]('['+_0x2f7e9a+'=\x22'+_0x2464e6+'\x22]')[_0x39dfd9(0x84e)](_0x4a0459),(_0x2089aa=this[_0x39dfd9(0x305)][_0x39dfd9(0x47e)](_0x2464e6))==null||_0x2089aa[_0x39dfd9(0x84e)](_0x574408=>{const _0x228ca5=_0x39dfd9;_0x574408[_0x228ca5(0x4d4)]&&(_0x4a0459(_0x574408),_0x574408['querySelectorAll']('*')['forEach'](_0x4a0459));}),[..._0x4682bd][_0x39dfd9(0x6d8)]((_0x53b034,_0x5b204c)=>_0x53b034[_0x39dfd9(0x8e0)](_0x5b204c)?0x1:_0x5b204c['contains'](_0x53b034)?-0x1:0x0);}['_resolveFloatingSurfaceRoot'](_0x4555ed){const _0x43badc=_0x37672f;if(!_0x4555ed[_0x43badc(0x68d)](_0x43badc(0x659))&&this['_isUniverPortalTreeElement'](_0x4555ed))return _0x4555ed['closest'](_0x43badc(0x2ef))??_0x4555ed;}[_0x37672f(0x51e)](_0x1c267c,_0x27807d){const _0x3bf94c=_0x37672f;let _0x41bc2c=_0x27807d[_0x3bf94c(0x7c5)],_0xc6c3ec=_0x27807d[_0x3bf94c(0x811)]instanceof HTMLElement&&_0x1c267c[_0x3bf94c(0x8e0)](_0x27807d[_0x3bf94c(0x811)])?_0x27807d['activeElement']:_0x1c267c,_0x27444c=_0x41bc2c!=null&&_0x41bc2c[_0x3bf94c(0x2d0)]?new _0x41bc2c[(_0x3bf94c(0x2d0))](_0x3bf94c(0x223),{'key':'Escape','code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0x3bf94c(0x223),{'bubbles':!0x0,'cancelable':!0x0});_0xc6c3ec[_0x3bf94c(0x924)](_0x27444c);}[_0x37672f(0x59e)](_0x861403,_0x36c6cd){const _0x32f999=_0x37672f;let _0x53ce96=_0x36c6cd[_0x32f999(0x68d)]('['+_0x2f7e9a+']'),_0x2b87a9=_0x53ce96==null?void 0x0:_0x53ce96['getAttribute'](_0x2f7e9a);if(_0x2b87a9&&(!_0x861403||_0x2b87a9===_0x861403))return!0x0;if(!_0x861403)return Array[_0x32f999(0x7a2)](this[_0x32f999(0x305)][_0x32f999(0x4bf)]())[_0x32f999(0x79a)](_0x222b3c=>[..._0x222b3c][_0x32f999(0x79a)](_0x4c624a=>_0x4c624a===_0x36c6cd||_0x4c624a[_0x32f999(0x8e0)](_0x36c6cd)));let _0x3ff6f8=this[_0x32f999(0x305)]['get'](_0x861403);return!!_0x3ff6f8&&[..._0x3ff6f8][_0x32f999(0x79a)](_0x14871b=>_0x14871b===_0x36c6cd||_0x14871b[_0x32f999(0x8e0)](_0x36c6cd));}['_claimBodyPortals'](_0xae0789,_0x4930fb){const _0x51013a=_0x37672f;var _0x303587;_0x4930fb!=null&&_0x4930fb['body']&&(this[_0x51013a(0x554)]={'embedId':_0xae0789,'document':_0x4930fb,'expiresAt':Date[_0x51013a(0x312)]()+0x3e8},this[_0x51013a(0x257)](_0x4930fb),this[_0x51013a(0x434)](_0xae0789,_0x4930fb,{'includeAppShellEditorPortal':!0x1}),(_0x303587=_0x4930fb['defaultView'])==null||_0x303587[_0x51013a(0x620)](()=>{const _0x78ae72=_0x51013a;let _0x19642f=this[_0x78ae72(0x554)];(_0x19642f==null?void 0x0:_0x19642f[_0x78ae72(0x2ab)])===_0xae0789&&_0x19642f[_0x78ae72(0x501)]===_0x4930fb&&Date[_0x78ae72(0x312)]()<=_0x19642f[_0x78ae72(0x83f)]&&this[_0x78ae72(0x434)](_0xae0789,_0x4930fb,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x37672f(0x257)](_0x3f5188){const _0x4ad360=_0x37672f;if(this[_0x4ad360(0x710)][_0x4ad360(0x7df)](_0x3f5188)||!_0x3f5188[_0x4ad360(0x77f)])return;let _0x3ffa3b=_0x3f5188[_0x4ad360(0x7c5)];if(!(_0x3ffa3b!=null&&_0x3ffa3b[_0x4ad360(0x422)]))return;let _0x5b0efb=new _0x3ffa3b[(_0x4ad360(0x422))](_0x43fe8c=>{const _0x7d2bfd=_0x4ad360;let _0x3da74e=this['_getBodyPortalOwner'](_0x3f5188);if(!_0x3da74e)return;let _0x15728b={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x3da74e[_0x7d2bfd(0x801)],'allowDirectBodyPortal':!_0x3da74e[_0x7d2bfd(0x801)]};_0x43fe8c[_0x7d2bfd(0x84e)](_0x30ca2a=>{const _0x203549=_0x7d2bfd;_0x30ca2a[_0x203549(0x27c)]===_0x203549(0x231)&&_0x30ca2a[_0x203549(0x317)]instanceof _0x3ffa3b[_0x203549(0x2a4)]&&this['_markBodyPortalOwner'](_0x30ca2a['target'],_0x3da74e[_0x203549(0x2ab)],_0x3f5188,_0x15728b),_0x30ca2a['addedNodes'][_0x203549(0x84e)](_0x18bf6f=>{const _0x1e64db=_0x203549;_0x18bf6f instanceof _0x3ffa3b[_0x1e64db(0x2a4)]&&(this[_0x1e64db(0x683)](_0x18bf6f,_0x3da74e[_0x1e64db(0x2ab)],_0x3f5188,_0x15728b),_0x18bf6f[_0x1e64db(0x793)]('*')['forEach'](_0x23d754=>{const _0x2085ed=_0x1e64db;this[_0x2085ed(0x683)](_0x23d754,_0x3da74e[_0x2085ed(0x2ab)],_0x3f5188,_0x15728b);}));});}),_0x3da74e[_0x7d2bfd(0x801)]&&this[_0x7d2bfd(0x894)](_0x3da74e[_0x7d2bfd(0x2ab)],_0x3f5188);});_0x5b0efb['observe'](_0x3f5188['body'],{'attributeFilter':[_0x4ad360(0x47c),'data-u-comp','id',_0x4ad360(0x1cf),'style'],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x5b0efb[_0x4ad360(0x7a1)](),this[_0x4ad360(0x710)]['set'](_0x3f5188,_0x5b0efb);}[_0x37672f(0x683)](_0x2d18ac,_0xeb7735,_0x1c8cda,_0x2d4bf5={}){const _0x170885=_0x37672f;_0x2d4bf5[_0x170885(0x4be)]===!0x1&&_0x2d18ac[_0x170885(0x76e)]===_0x1c8cda['body']&&!this[_0x170885(0x848)](_0x2d18ac)&&!this[_0x170885(0x545)](_0x2d18ac)||this[_0x170885(0x2b2)](_0x2d18ac,_0x1c8cda,_0x2d4bf5)&&(!this[_0x170885(0x545)](_0x2d18ac)&&this[_0x170885(0x7fa)](_0x2d18ac,_0x1c8cda)||(this[_0x170885(0x393)](_0x2d18ac,_0xeb7735,_0x1c8cda),this[_0x170885(0x429)](_0xeb7735,_0x2d18ac,{'transient':!0x0}),this[_0x170885(0x45e)](_0x2d18ac,_0x2d4bf5)));}['_markExistingBodyPortals'](_0x410cfb,_0x453ccb,_0x17b04c={}){const _0x13a515=_0x37672f;_0x453ccb[_0x13a515(0x77f)][_0x13a515(0x793)]('*')[_0x13a515(0x84e)](_0x2a7bb6=>{const _0x2cda5d=_0x13a515;this['_markBodyPortalOwner'](_0x2a7bb6,_0x410cfb,_0x453ccb,{'includeAppShellEditorPortal':_0x17b04c[_0x2cda5d(0x448)],'allowOwnedPortalReassignment':_0x17b04c[_0x2cda5d(0x574)],'allowDirectBodyPortal':_0x17b04c[_0x2cda5d(0x4be)]});});}['_isBodyPortalCandidate'](_0x26ceb9,_0x2fd346,_0x433fda={}){const _0x324c56=_0x37672f;if(!_0x2fd346[_0x324c56(0x77f)]['contains'](_0x26ceb9))return!0x1;let _0x201da0=!!_0x433fda[_0x324c56(0x448)]&&this[_0x324c56(0x545)](_0x26ceb9),_0x513f67=this[_0x324c56(0x848)](_0x26ceb9);if(!_0x433fda['allowOwnedPortalReassignment']&&!_0x201da0&&_0x26ceb9[_0x324c56(0x68d)](_0x324c56(0x284))||_0x26ceb9['id']===_0x324c56(0x1d3))return!0x1;let _0x59e834=_0x26ceb9[_0x324c56(0x76e)];return!!_0x433fda[_0x324c56(0x4be)]&&_0x59e834===_0x2fd346[_0x324c56(0x77f)]||(_0x59e834==null?void 0x0:_0x59e834[_0x324c56(0x68d)](_0x324c56(0x7bb)))!=null||_0x513f67||_0x201da0;}[_0x37672f(0x545)](_0x274476){const _0x2866ef=_0x37672f;var _0x43f3ff,_0x39d223;return((_0x43f3ff=_0x274476[_0x2866ef(0x76e)])==null?void 0x0:_0x43f3ff['id'])!==_0x2866ef(0x1d3)&&((_0x39d223=_0x274476[_0x2866ef(0x68d)](_0x2866ef(0x750)))==null?void 0x0:_0x39d223[_0x2866ef(0x76e)])!==_0x274476[_0x2866ef(0x53c)][_0x2866ef(0x77f)]?!0x1:_0x274476['id'][_0x2866ef(0x674)](_0x2866ef(0x4f8))||_0x274476['id'][_0x2866ef(0x674)](_0x2866ef(0x5ef))||_0x274476['closest'](_0x2866ef(0x8cb))!=null||_0x274476[_0x2866ef(0x68d)](_0x2866ef(0x5e4))!=null;}[_0x37672f(0x6a2)](_0x300b0e){const _0x2ed5ba=_0x37672f;return _0x300b0e['id'][_0x2ed5ba(0x674)](_0x2ed5ba(0x60b))||_0x300b0e['id'][_0x2ed5ba(0x674)](_0x2ed5ba(0x6d9))||_0x300b0e[_0x2ed5ba(0x68d)](_0x2ed5ba(0x6b2))!=null||_0x300b0e[_0x2ed5ba(0x68d)](_0x2ed5ba(0x71c))!=null;}[_0x37672f(0x848)](_0x544fec){const _0x54965d=_0x37672f;let _0x4f3573=typeof _0x544fec[_0x54965d(0x247)]==_0x54965d(0x43e)?_0x544fec[_0x54965d(0x247)]:'';if(_0x544fec[_0x54965d(0x715)](_0x54965d(0x362))==='rect-popup'||_0x544fec[_0x54965d(0x6ab)][_0x54965d(0x8e0)]('univer-popup')||_0x544fec['classList'][_0x54965d(0x8e0)]('univer-popover')||_0x544fec['classList'][_0x54965d(0x8e0)](_0x54965d(0x472))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/['test'](_0x4f3573))return!0x0;let _0x5f1741=_0x544fec[_0x54965d(0x715)]('role');return _0x5f1741===_0x54965d(0x2a3)||_0x5f1741==='listbox'||_0x5f1741===_0x54965d(0x5c6)||_0x5f1741===_0x54965d(0x91d)||_0x544fec[_0x54965d(0x643)](_0x54965d(0x4e0));}[_0x37672f(0x7fa)](_0x36e692,_0x5ac338){const _0x507ae1=_0x37672f;if(!this[_0x507ae1(0x43c)](_0x36e692))return!0x1;let _0x461992=_0x36e692[_0x507ae1(0x68d)](_0x507ae1(0x2ef))??_0x36e692,_0x285240=_0x461992[_0x507ae1(0x68d)](_0x507ae1(0x750))??_0x461992[_0x507ae1(0x76e)];if(_0x461992[_0x507ae1(0x76e)]!==_0x5ac338['body']&&(_0x285240==null?void 0x0:_0x285240[_0x507ae1(0x76e)])!==_0x5ac338['body'])return!0x1;let _0x3a1bd8=_0x5ac338['defaultView'];if(!_0x3a1bd8)return!0x1;let _0x2197a4=_0x461992['getBoundingClientRect']();return _0x2197a4[_0x507ae1(0x2e6)]<0x0||_0x2197a4['bottom']<0x0||_0x2197a4[_0x507ae1(0x3c3)]>_0x3a1bd8[_0x507ae1(0x654)]||_0x2197a4[_0x507ae1(0x922)]>_0x3a1bd8[_0x507ae1(0x836)]?!0x0:_0x2197a4[_0x507ae1(0x7e5)]<=0x0||_0x2197a4[_0x507ae1(0x33d)]<=0x0?_0x2197a4['left']<0x0||_0x2197a4[_0x507ae1(0x922)]<0x0||_0x2197a4[_0x507ae1(0x3c3)]>_0x3a1bd8['innerWidth']||_0x2197a4[_0x507ae1(0x922)]>_0x3a1bd8[_0x507ae1(0x836)]:!0x1;}['_markRuntimeFocusRole'](_0x2b12f7,_0x459f14={}){const _0x2525ef=_0x37672f;let _0x3e7f45=_0x459f14['includeAppShellEditorPortal']&&this[_0x2525ef(0x545)](_0x2b12f7)?_0x2525ef(0x297):this[_0x2525ef(0x43c)](_0x2b12f7)?_0x2525ef(0x516):void 0x0;_0x3e7f45&&(_0x2b12f7[_0x2525ef(0x765)](_0x3918cf,_0x3e7f45),_0x2b12f7[_0x2525ef(0x793)]('*')[_0x2525ef(0x84e)](_0x198df1=>{const _0x423ec4=_0x2525ef;_0x198df1[_0x423ec4(0x765)](_0x3918cf,_0x3e7f45);}));}['_markInteractionBoundaryOwnerTree'](_0x11f738,_0xccdefe,_0x9d5439={}){const _0x2f5349=_0x37672f;let _0x6aec06=new Map(),_0x3c8113=new Map(),_0x61925e=this['_childUnitIds'][_0x2f5349(0x47e)](_0x11f738),_0x54f8e8=_0x54484a=>{const _0x23b981=_0x2f5349;_0x9d5439[_0x23b981(0x2a8)]||(_0x6aec06['set'](_0x54484a,_0x54484a[_0x23b981(0x715)](_0x2f7e9a)),_0x3c8113[_0x23b981(0x5d7)](_0x54484a,_0x54484a[_0x23b981(0x715)](_0x4fbb7a[_0x23b981(0x3d8)]))),_0x54484a[_0x23b981(0x765)](_0x2f7e9a,_0x11f738),_0x61925e&&_0x54484a[_0x23b981(0x765)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'],_0x61925e);};return _0x54f8e8(_0xccdefe),_0xccdefe[_0x2f5349(0x793)]('*')[_0x2f5349(0x84e)](_0x54f8e8),(0x0,_0x423058[_0x2f5349(0x35b)])(()=>{const _0x49fa00=_0x2f5349;_0x6aec06[_0x49fa00(0x84e)]((_0x277e40,_0x28e7fb)=>{const _0x193624=_0x49fa00;if(_0x277e40==null){_0x28e7fb['removeAttribute'](_0x2f7e9a);return;}_0x28e7fb[_0x193624(0x765)](_0x2f7e9a,_0x277e40);}),_0x3c8113['forEach']((_0x25835a,_0x206a66)=>{const _0x64484a=_0x49fa00;if(_0x25835a==null){_0x206a66[_0x64484a(0x542)](_0x4fbb7a[_0x64484a(0x3d8)]);return;}_0x206a66[_0x64484a(0x765)](_0x4fbb7a[_0x64484a(0x3d8)],_0x25835a);});});}[_0x37672f(0x43c)](_0xabafb7){const _0x469d98=_0x37672f;return this[_0x469d98(0x848)](_0xabafb7)||_0xabafb7[_0x469d98(0x68d)](_0x469d98(0x2ef))!=null;}[_0x37672f(0x2f7)](_0x52de17){const _0x19aace=_0x37672f;let _0x1db3cd=this[_0x19aace(0x69d)](_0x52de17);if(_0x1db3cd)return{'embedId':_0x1db3cd[_0x19aace(0x2ab)],'stable':!0x0};let _0x5835a1=this[_0x19aace(0x554)];if(_0x5835a1&&_0x5835a1[_0x19aace(0x501)]===_0x52de17&&Date[_0x19aace(0x312)]()<=_0x5835a1['expiresAt'])return{'embedId':_0x5835a1['embedId'],'stable':!0x1};}[_0x37672f(0x69d)](_0x3c844e){const _0x10cd6f=_0x37672f;let _0x1f5a0c=this[_0x10cd6f(0x8a9)][_0x10cd6f(0x47e)](_0x3c844e);return _0x1f5a0c==null?void 0x0:_0x1f5a0c[_0x1f5a0c[_0x10cd6f(0x3fe)]-0x1];}[_0x37672f(0x894)](_0x43bb15,_0x165222){const _0x4569eb=_0x37672f;let _0x5321fd=this[_0x4569eb(0x305)][_0x4569eb(0x47e)](_0x43bb15);_0x165222[_0x4569eb(0x77f)]['querySelectorAll']('['+_0x2f7e9a+'=\x22'+_0x43bb15+'\x22]')[_0x4569eb(0x84e)](_0x33d617=>{const _0x70011=_0x4569eb;_0x33d617[_0x70011(0x76e)]===_0x165222['body']&&(_0x5321fd&&[..._0x5321fd][_0x70011(0x79a)](_0x2767e5=>_0x2767e5===_0x33d617||_0x2767e5[_0x70011(0x8e0)](_0x33d617))||this[_0x70011(0x848)](_0x33d617)||this[_0x70011(0x545)](_0x33d617)||(_0x33d617[_0x70011(0x542)](_0x2f7e9a),_0x33d617[_0x70011(0x542)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'])));});}[_0x37672f(0x393)](_0x3ba610,_0x59c249,_0xc2b72c){const _0x35fa04=_0x37672f;let _0x3542e9=_0x3ba610[_0x35fa04(0x715)](_0x2f7e9a);if(!_0x3542e9||_0x3542e9===_0x59c249)return;let _0x929f2a=_0xc2b72c['activeElement'];!(_0x929f2a instanceof HTMLElement)||_0x929f2a!==_0x3ba610&&!_0x3ba610[_0x35fa04(0x8e0)](_0x929f2a)||(_0x929f2a[_0x35fa04(0x799)](),_0xc2b72c['activeElement']===_0x929f2a&&this['_focusDocumentBody'](_0xc2b72c));}[_0x37672f(0x718)](_0x4aa0d7,_0x40900c){const _0x58959b=_0x37672f;let _0xfdc75e=this[_0x58959b(0x305)][_0x58959b(0x47e)](_0x4aa0d7),_0x346901=_0x40900c[_0x58959b(0x77f)]['querySelectorAll']('['+_0x2f7e9a+'=\x22'+_0x4aa0d7+'\x22]'),_0x124eeb=_0x3c4d4e=>_0xfdc75e!=null&&[..._0xfdc75e][_0x58959b(0x79a)](_0x590afc=>_0x590afc===_0x3c4d4e||_0x590afc[_0x58959b(0x8e0)](_0x3c4d4e)),_0x67e415=[];_0x346901[_0x58959b(0x84e)](_0x5045c3=>{const _0x4cb852=_0x58959b;_0x124eeb(_0x5045c3)||(_0x67e415[_0x4cb852(0x5fd)](_0x5045c3),_0x5045c3[_0x4cb852(0x542)](_0x2f7e9a),_0x5045c3[_0x4cb852(0x542)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE']),this['_removeRuntimeFocusRoleTree'](_0x5045c3));});let _0x185b10=_0x40900c[_0x58959b(0x811)];_0x185b10 instanceof HTMLElement&&_0x67e415[_0x58959b(0x79a)](_0x558757=>_0x558757===_0x185b10||_0x558757[_0x58959b(0x8e0)](_0x185b10))&&(_0x185b10['blur'](),_0x40900c[_0x58959b(0x811)]===_0x185b10&&this[_0x58959b(0x3f4)](_0x40900c));}[_0x37672f(0x3f4)](_0x584b6f){const _0x3710ed=_0x37672f;let _0x6b3550=_0x584b6f[_0x3710ed(0x77f)];if(!_0x6b3550)return;let _0x3330bd=_0x6b3550['getAttribute'](_0x3710ed(0x5cd));_0x3330bd??(_0x6b3550[_0x3710ed(0x281)]=-0x1),_0x6b3550[_0x3710ed(0x742)]({'preventScroll':!0x0}),_0x3330bd==null?_0x6b3550[_0x3710ed(0x542)]('tabindex'):_0x6b3550[_0x3710ed(0x765)](_0x3710ed(0x5cd),_0x3330bd),_0x584b6f['activeElement']!==_0x6b3550&&this[_0x3710ed(0x672)](_0x584b6f);}[_0x37672f(0x672)](_0x3180e8){const _0x14b528=_0x37672f;var _0x3d6908;let _0x1e663b=_0x3180e8[_0x14b528(0x77f)];if(!_0x1e663b)return;let _0x1cd249=_0x3180e8[_0x14b528(0x64d)](_0x14b528(0x2db));_0x1cd249[_0x14b528(0x281)]=-0x1,_0x1cd249[_0x14b528(0x765)]('aria-hidden','true'),_0x1cd249[_0x14b528(0x4e9)][_0x14b528(0x69a)]=_0x14b528(0x79f),_0x1e663b[_0x14b528(0x629)](_0x1cd249),_0x1cd249[_0x14b528(0x742)]({'preventScroll':!0x0}),(_0x3d6908=_0x3180e8['defaultView'])==null||_0x3d6908[_0x14b528(0x620)](()=>_0x1cd249[_0x14b528(0x850)](),0x0);}[_0x37672f(0x635)](_0x4c76a3){const _0x139a8e=_0x37672f;(_0x4c76a3[_0x139a8e(0x715)](_0x139a8e(0x717))===_0x139a8e(0x297)||_0x4c76a3['getAttribute'](_0x139a8e(0x717))===_0x139a8e(0x516))&&_0x4c76a3['removeAttribute'](_0x3918cf),_0x4c76a3[_0x139a8e(0x793)]('['+_0x3918cf+']')[_0x139a8e(0x84e)](_0x504b08=>{const _0x339c38=_0x139a8e;let _0x39c155=_0x504b08['getAttribute'](_0x3918cf);(_0x39c155===_0x339c38(0x297)||_0x39c155==='child-popup')&&_0x504b08[_0x339c38(0x542)](_0x3918cf);});}},_0x5a66e9=class{constructor(_0x1601f3={}){const _0x568615=_0x37672f;_0x1876b0(this,'_childUnitAncestry',new Map()),_0x1876b0(this,'_maxDepth',void 0x0),this[_0x568615(0x332)]=_0x227c94(_0x1601f3[_0x568615(0x655)]);}[_0x37672f(0x884)](_0x36328c){const _0xc0b899=_0x37672f;let _0x5d06bd=this['getAncestryForHostUnit'](_0x36328c[_0xc0b899(0x7cf)]);return _0x5d06bd['some'](_0x460558=>_0x460558['hostUnitId']===_0x36328c[_0xc0b899(0x783)]||_0x460558[_0xc0b899(0x783)]===_0x36328c[_0xc0b899(0x783)])?{'allowed':!0x1,'reason':'cycle','ancestry':_0x5d06bd}:_0x5d06bd[_0xc0b899(0x3fe)]>=this[_0xc0b899(0x332)]?{'allowed':!0x1,'reason':_0xc0b899(0x22d),'ancestry':_0x5d06bd}:{'allowed':!0x0,'ancestry':_0x5d06bd};}[_0x37672f(0x452)](_0x3cb9bb){const _0x160a42=_0x37672f;let _0x18b131=[...this[_0x160a42(0x3a9)](_0x3cb9bb[_0x160a42(0x7cf)]),{'hostUnitId':_0x3cb9bb[_0x160a42(0x7cf)],'embedId':_0x3cb9bb[_0x160a42(0x2ab)],'childUnitId':_0x3cb9bb[_0x160a42(0x783)]}];return this[_0x160a42(0x65e)]['set'](_0x3cb9bb[_0x160a42(0x783)],_0x18b131),(0x0,_0x423058[_0x160a42(0x35b)])(()=>{const _0x2c90a4=_0x160a42;this['_childUnitAncestry'][_0x2c90a4(0x47e)](_0x3cb9bb[_0x2c90a4(0x783)])===_0x18b131&&this[_0x2c90a4(0x65e)][_0x2c90a4(0x405)](_0x3cb9bb['childUnitId']);});}[_0x37672f(0x3a9)](_0xe890d2){const _0x39e890=_0x37672f;return this[_0x39e890(0x65e)][_0x39e890(0x47e)](_0xe890d2)??[];}['getParentEmbedId'](_0x32be74){const _0x11ef2d=_0x37672f;var _0x4aef70;return(_0x4aef70=this['getAncestryForHostUnit'](_0x32be74)['slice'](-0x1)[0x0])==null?void 0x0:_0x4aef70[_0x11ef2d(0x2ab)];}};function _0x227c94(_0x13ef72){const _0x5c9a00=_0x37672f;return typeof _0x13ef72=='number'&&Number[_0x5c9a00(0x498)](_0x13ef72)&&_0x13ef72>=0x0?Math[_0x5c9a00(0x6e8)](_0x13ef72):0x1;}let _0x55dc35=new Set([_0x37672f(0x751),_0x37672f(0x6d1),_0x37672f(0x321),_0x37672f(0x287),'identifier:ui.sidebar.service',_0x37672f(0x8f7),'identifier:univer.sheet.selection-render-service']);function _0x1a5a07(_0x9d610,_0x44da24=[]){const _0x599a29=_0x37672f;let _0x334b32=_0x9d610[_0x599a29(0x868)]['get'](_0x423058[_0x599a29(0x8ca)]),_0x142712=_0x334b32['getUnit'](_0x9d610[_0x599a29(0x783)],_0x9d610['childType']);if(!_0x142712)return;let _0x1b3491=_0x15bd67(_0x334b32,_0x9d610,_0x142712,new _0x12f7a8['BehaviorSubject'](_0x142712),new _0x12f7a8[(_0x599a29(0x4f6))](_0x9d610[_0x599a29(0x46e)][_0x599a29(0x69f)]==='float'&&!_0x9d610['renderScope'][_0x599a29(0x3d5)]?null:_0x142712[_0x599a29(0x55c)]())),_0x48af9b=_0x15f671(_0x9d610),_0x37405b=_0x1e8882(_0x9d610[_0x599a29(0x868)][_0x599a29(0x47e)](_0x423058[_0x599a29(0x58f)]),_0x9d610,_0x334b32,_0x48af9b),_0x454679=new Map([[_0x423058[_0x599a29(0x8ca)],_0x1b3491],[_0x423058[_0x599a29(0x58f)],_0x37405b]]),_0x12f29b=[];_0x9d610[_0x599a29(0x868)][_0x599a29(0x7df)](_0x5a66e9)&&_0x454679[_0x599a29(0x5d7)](_0x5a66e9,_0x9d610[_0x599a29(0x868)]['get'](_0x5a66e9));let _0x377552=_0x16de5d(_0x9d610[_0x599a29(0x868)],_0x9d610[_0x599a29(0x6b0)]);_0x377552&&_0x454679[_0x599a29(0x5d7)](_0x423058[_0x599a29(0x88f)],_0x377552);let _0x533f28=_0x37dc54(_0x9d610['injector'],_0x454679);if(_0x44da24[_0x599a29(0x84e)](_0x3b2ed5=>_0x533f28[_0x599a29(0x47d)](_0x3b2ed5)),_0x9d610[_0x599a29(0x868)]['has'](_0x4fbb7a[_0x599a29(0x4f4)])){let _0x265fc7=_0x9d610['injector'][_0x599a29(0x47e)](_0x4fbb7a[_0x599a29(0x4f4)]);_0x12f29b[_0x599a29(0x5fd)](_0x265fc7[_0x599a29(0x920)]({'unitId':_0x9d610['childUnitId'],'has':_0x2cc4f9=>_0x533f28[_0x599a29(0x7df)](_0x2cc4f9),'get':_0x4f6357=>_0x533f28[_0x599a29(0x47e)](_0x4f6357)}));}let _0x41c514=_0x581d35(_0x9d610[_0x599a29(0x868)],_0x533f28);if(_0x41c514){_0x533f28['add']([_0x4fbb7a[_0x599a29(0x31b)],{'useValue':_0x41c514}]);let _0x2c426c=new _0x4fbb7a[(_0x599a29(0x4bc))](_0x41c514,_0x1b3491);_0x533f28[_0x599a29(0x47d)]([_0x4fbb7a[_0x599a29(0x6c4)],{'useValue':_0x2c426c}]),_0x12f29b['push'](_0x2c426c);}if(_0x9d610[_0x599a29(0x46e)][_0x599a29(0x3d5)]){let _0xd4e98a=_0x130f4a(_0x533f28,_0x9d610[_0x599a29(0x783)]),_0xf14ec0=new _0x4fbb7a[(_0x599a29(0x908))](),_0x405893=new _0x4fbb7a[(_0x599a29(0x82b))]();_0x533f28['add']([_0x4fbb7a[_0x599a29(0x25b)],{'useValue':_0xd4e98a}]),_0x533f28[_0x599a29(0x47d)]([_0x4fbb7a[_0x599a29(0x535)],{'useValue':_0xf14ec0}]),_0x533f28[_0x599a29(0x47d)]([_0x4fbb7a[_0x599a29(0x563)],{'useValue':_0x405893}]),_0x12f29b[_0x599a29(0x5fd)](_0xd4e98a,_0xf14ec0,_0x405893);}else{let _0xdd390e=_0x3552b2(_0x9d610['injector'],_0x533f28,_0x9d610[_0x599a29(0x783)]);_0xdd390e&&_0x533f28[_0x599a29(0x47d)]([_0x4fbb7a[_0x599a29(0x25b)],{'useValue':_0xdd390e}]);}let _0x518eaf=_0xcc7281(_0x9d610[_0x599a29(0x868)],_0x9d610);if(_0x533f28['add']([_0x4fbb7a['ILayoutService'],{'useValue':_0x518eaf}]),_0x12f29b[_0x599a29(0x3fe)]){let _0x52f988=_0x533f28[_0x599a29(0x4ff)]['bind'](_0x533f28),_0x371bf0=!0x1;_0x533f28[_0x599a29(0x4ff)]=()=>{const _0x5671b2=_0x599a29;_0x371bf0||(_0x371bf0=!0x0,_0x12f29b[_0x5671b2(0x84e)](_0x26f256=>_0x26f256[_0x5671b2(0x4ff)]()),_0x52f988());};}return _0x533f28;}function _0x310982(_0x5345fc,_0x46e134){const _0x2213e4=_0x37672f;if(!_0x5345fc['has'](_0x423058[_0x2213e4(0x514)]))return;let _0x565771=_0x5345fc[_0x2213e4(0x47e)](_0x423058[_0x2213e4(0x514)]);return _0x37dc54(_0x5345fc,new Map([[_0x423058[_0x2213e4(0x514)],_0x3ef522(_0x565771,_0x46e134)]]));}function _0x15bd67(_0x46b211,_0x2d9e49,_0x37bc23,_0x3067b5,_0x5a4f4d){const _0x296070=_0x37672f;return{'unitAdded$':_0x46b211[_0x296070(0x6e6)],'getTypeOfUnitAdded$':(..._0x6661b9)=>_0x46b211[_0x296070(0x7a7)](..._0x6661b9),'__addUnit':(..._0x4942a6)=>_0x46b211['__addUnit'](..._0x4942a6),'unitDisposed$':_0x46b211[_0x296070(0x885)],'getTypeOfUnitDisposed$':(..._0x310d86)=>_0x46b211[_0x296070(0x368)](..._0x310d86),'focused$':_0x5a4f4d[_0x296070(0x58c)](),'focusUnit':_0x2f5a0d=>{const _0x2a2355=_0x296070;if(_0x2f5a0d===null||_0x3c2d45(_0x2d9e49,_0x2f5a0d)){_0x5a4f4d[_0x2a2355(0x6a1)]()!==_0x2f5a0d&&_0x5a4f4d[_0x2a2355(0x7b8)](_0x2f5a0d);return;}_0x46b211[_0x2a2355(0x1eb)](_0x2f5a0d);},'getFocusedUnit':()=>{const _0x38f21b=_0x296070;let _0x1bfa74=_0x5a4f4d['getValue']();return _0x1bfa74===null?null:_0x1bfa74===_0x2d9e49[_0x38f21b(0x783)]?_0x37bc23:(0x0,_0x423058[_0x38f21b(0x4cd)])(_0x1bfa74)?_0x46b211['getUnit'](_0x1bfa74)??_0x37bc23:_0x46b211[_0x38f21b(0x327)]();},'getCurrentUnitOfType':_0x3c96ba=>_0x3c96ba===_0x2d9e49[_0x296070(0x6b0)]?_0x3067b5['getValue']():_0x46b211[_0x296070(0x71e)](_0x3c96ba),'setCurrentUnitForType':_0x2ea91a=>{const _0x4e5b52=_0x296070;if(_0x3c2d45(_0x2d9e49,_0x2ea91a)){_0x3067b5[_0x4e5b52(0x6a1)]()!==_0x37bc23&&_0x3067b5[_0x4e5b52(0x7b8)](_0x37bc23);return;}_0x46b211[_0x4e5b52(0x40b)](_0x2ea91a);},'getCurrentTypeOfUnit$':_0x23d0b2=>_0x23d0b2===_0x2d9e49['childType']?_0x3067b5['asObservable']():_0x46b211['getCurrentTypeOfUnit$'](_0x23d0b2),'createUnit':(..._0x333b2b)=>_0x46b211[_0x296070(0x2fd)](..._0x333b2b),'getUnitCreateOptions':(..._0x4e16d8)=>_0x46b211['getUnitCreateOptions'](..._0x4e16d8),'disposeUnit':(..._0x405caf)=>_0x46b211[_0x296070(0x39b)](..._0x405caf),'registerCtorForType':(..._0x393ab8)=>_0x46b211[_0x296070(0x760)](..._0x393ab8),'getUnit':(..._0x490847)=>_0x46b211[_0x296070(0x80e)](..._0x490847),'getAllUnitsForType':(..._0x2e64d4)=>_0x46b211[_0x296070(0x641)](..._0x2e64d4),'getUnitType':(..._0x9cb5ad)=>_0x46b211[_0x296070(0x5a3)](..._0x9cb5ad),'dispose':()=>{}};}function _0x3c2d45(_0x5ad83b,_0x26d986){const _0x16a7b9=_0x37672f;return _0x26d986===_0x5ad83b[_0x16a7b9(0x783)]||(0x0,_0x423058['isInternalEditorID'])(_0x26d986);}function _0x1e8882(_0x1d7953,_0xcf3e52,_0x98723d,_0x5cc23b){const _0x4c5b58=_0x37672f;return{'disposed':()=>_0x1d7953[_0x4c5b58(0x5e1)](),'hasCommand':_0x3a198b=>_0x1d7953[_0x4c5b58(0x572)](_0x3a198b),'registerCommand':_0x1f511a=>_0x1d7953[_0x4c5b58(0x7f9)](_0x1f511a),'unregisterCommand':_0x43614e=>_0x1d7953[_0x4c5b58(0x687)](_0x43614e),'registerMultipleCommand':_0x3a1365=>_0x1d7953[_0x4c5b58(0x82c)](_0x3a1365),'executeCommand':async(_0x23e1cd,_0x3dbd6,_0x3367b7)=>{const _0x6f270a=_0x4c5b58;var _0x47ca62;let _0x566b2a=()=>_0x1d7953[_0x6f270a(0x6a6)](_0x23e1cd,_0x44fdb2(_0xcf3e52,_0x23e1cd,_0x3dbd6),_0x5abee9(_0xcf3e52[_0x6f270a(0x6b0)],_0xcf3e52[_0x6f270a(0x783)],_0x3367b7)),_0x5c1fa9=_0x33083b(_0xcf3e52),_0xaf894b=_0x5c1fa9&&!_0x622bbe(_0x23e1cd)&&!_0x3ba6ed(_0x23e1cd),_0x2b731c=_0x5c1fa9?_0x2a15ea():null;if(!(_0x5cc23b||_0x622bbe(_0x23e1cd)||_0x3ba6ed(_0x23e1cd)||_0xaf894b))return await _0x566b2a();let _0x21632c=_0x98723d[_0x6f270a(0x71e)](_0xcf3e52[_0x6f270a(0x6b0)]),_0x5c0ae5=((_0x47ca62=_0x98723d['getFocusedUnit']())==null?void 0x0:_0x47ca62[_0x6f270a(0x55c)]())??null;try{return _0x98723d[_0x6f270a(0x40b)](_0xcf3e52[_0x6f270a(0x783)]),_0xaf894b||_0x98723d['focusUnit'](_0xcf3e52[_0x6f270a(0x783)]),await _0x566b2a();}finally{_0x21632c&&_0x98723d[_0x6f270a(0x40b)](_0x21632c['getUnitId']()),_0xaf894b||(_0x320d68(_0xcf3e52,_0x98723d,_0x5c0ae5,_0x5cc23b),_0x401762(_0x2b731c));}},'syncExecuteCommand':(_0x5575a9,_0x308078,_0x388e15)=>{const _0x264516=_0x4c5b58;var _0x3836bf;let _0x4d982b=()=>_0x1d7953[_0x264516(0x7ef)](_0x5575a9,_0x44fdb2(_0xcf3e52,_0x5575a9,_0x308078),_0x5abee9(_0xcf3e52[_0x264516(0x6b0)],_0xcf3e52[_0x264516(0x783)],_0x388e15)),_0x26806d=_0x33083b(_0xcf3e52),_0xc5158a=_0x26806d&&!_0x622bbe(_0x5575a9)&&!_0x3ba6ed(_0x5575a9),_0x2ab6a7=_0x26806d?_0x2a15ea():null;if(!(_0x5cc23b||_0x622bbe(_0x5575a9)||_0x3ba6ed(_0x5575a9)||_0xc5158a))return _0x4d982b();let _0x4d0abb=_0x98723d['getCurrentUnitOfType'](_0xcf3e52[_0x264516(0x6b0)]),_0x26e8ac=((_0x3836bf=_0x98723d[_0x264516(0x327)]())==null?void 0x0:_0x3836bf[_0x264516(0x55c)]())??null;try{return _0x98723d[_0x264516(0x40b)](_0xcf3e52[_0x264516(0x783)]),_0xc5158a||_0x98723d[_0x264516(0x1eb)](_0xcf3e52[_0x264516(0x783)]),_0x4d982b();}finally{_0x4d0abb&&_0x98723d[_0x264516(0x40b)](_0x4d0abb['getUnitId']()),_0xc5158a||(_0x320d68(_0xcf3e52,_0x98723d,_0x26e8ac,_0x5cc23b),_0x401762(_0x2ab6a7));}},'onCommandExecuted':_0x4d4d01=>_0x1d7953['onCommandExecuted'](_0x4d4d01),'beforeCommandExecuted':_0x43d109=>_0x1d7953[_0x4c5b58(0x515)](_0x43d109),'onMutationExecutedForCollab':_0x15788f=>_0x1d7953['onMutationExecutedForCollab'](_0x15788f)};}function _0x5abee9(_0x1f20f6,_0x483f63,_0x3e63c7){const _0x714c39=_0x37672f;return _0x1f20f6===_0x423058['UniverInstanceType'][_0x714c39(0x316)]?{..._0x3e63c7,'unitId':_0x483f63}:_0x3e63c7;}function _0x622bbe(_0x371c90){const _0x1d7054=_0x37672f;return _0x371c90===_0x423058[_0x1d7054(0x61a)]['id']||_0x371c90===_0x423058[_0x1d7054(0x42c)]['id'];}function _0x2a15ea(){const _0xa80b3c=_0x37672f;return typeof document<'u'&&document[_0xa80b3c(0x811)]instanceof HTMLElement?document[_0xa80b3c(0x811)]:null;}function _0x401762(_0x52fddd){const _0x140814=_0x37672f;var _0x466707;let _0x2592b1=()=>{const _0x289ed0=_0x3a85;_0x52fddd!=null&&_0x52fddd[_0x289ed0(0x4d4)]&&_0x52fddd[_0x289ed0(0x53c)][_0x289ed0(0x811)]!==_0x52fddd&&_0x52fddd[_0x289ed0(0x742)]({'preventScroll':!0x0});};_0x2592b1(),_0x52fddd==null||(_0x466707=_0x52fddd[_0x140814(0x53c)][_0x140814(0x7c5)])==null||_0x466707['requestAnimationFrame'](_0x2592b1);}function _0x33083b(_0x572e15){const _0x35a664=_0x37672f;if(_0x572e15[_0x35a664(0x6b0)]===_0x423058[_0x35a664(0x839)]['UNIVER_BOARD']||_0x572e15['renderScope'][_0x35a664(0x69f)]!==_0x35a664(0x78d)||!_0x572e15['injector'][_0x35a664(0x7df)](_0x4b94f0))return!0x1;let _0x27e6b9=_0x572e15[_0x35a664(0x868)][_0x35a664(0x47e)](_0x4b94f0)['resolveActiveChildSessionRuntimeScope']();return((_0x27e6b9==null?void 0x0:_0x27e6b9['sessionMode'])===_0x35a664(0x552)||(_0x27e6b9==null?void 0x0:_0x27e6b9['sessionMode'])===_0x35a664(0x26a))&&_0x27e6b9[_0x35a664(0x2ab)]===_0x572e15[_0x35a664(0x2ab)]&&_0x27e6b9['hostUnitId']===_0x572e15['hostUnitId']&&_0x27e6b9[_0x35a664(0x783)]===_0x572e15[_0x35a664(0x783)]&&_0x27e6b9[_0x35a664(0x6b0)]===_0x572e15['childType'];}function _0x3ba6ed(_0x32f282){const _0x16ad8b=_0x37672f;return _0x32f282===_0x1fa4c3[_0x16ad8b(0x82e)]['id'];}function _0x15f671(_0x326dc8){const _0x2ccb38=_0x37672f;return _0x326dc8[_0x2ccb38(0x46e)]['fullscreen']||_0x326dc8[_0x2ccb38(0x466)]['entry']===_0x2ccb38(0x3fc)?!0x0:_0x3688c4(_0x326dc8);}function _0x3688c4(_0x1951e0){const _0x50917e=_0x37672f;var _0xb2f772;return _0x1951e0['descriptor'][_0x50917e(0x23b)]===_0x50917e(0x809)||_0x1951e0[_0x50917e(0x466)][_0x50917e(0x23b)]===_0x50917e(0x2e5)||_0x1951e0[_0x50917e(0x466)][_0x50917e(0x23b)]==='slides-page-list-block'||_0x1951e0[_0x50917e(0x589)]===_0x50917e(0x77d)||!!((_0xb2f772=_0x1951e0[_0x50917e(0x466)][_0x50917e(0x5d5)])!=null&&_0xb2f772['tab']);}function _0x16de5d(_0x49e023,_0xf3e3b3){const _0x322311=_0x37672f;if(!_0x49e023['has'](_0x423058[_0x322311(0x88f)]))return;let _0x45afd8=_0x49e023[_0x322311(0x47e)](_0x423058[_0x322311(0x88f)]),_0x29718b=_0x4678c8(_0xf3e3b3),_0x1fa57c=new _0x12f7a8['Subject']();return{'contextChanged$':(0x0,_0x12f7a8[_0x322311(0x614)])((_0x45afd8['contextChanged$']??_0x12f7a8['EMPTY'])[_0x322311(0x594)]((0x0,_0x12f7a8[_0x322311(0x3b8)])(_0x23a731=>Object[_0x322311(0x679)](Object['entries'](_0x23a731)[_0x322311(0x320)](([_0x38efe5])=>!_0x516b96(_0x38efe5)))),(0x0,_0x12f7a8[_0x322311(0x320)])(_0x564dca=>Object[_0x322311(0x7b3)](_0x564dca)['length']>0x0)),_0x1fa57c),'getContextValue':_0x17964c=>_0x516b96(_0x17964c)?_0x4d1999(_0x29718b,_0x17964c):_0x45afd8[_0x322311(0x49e)](_0x17964c),'setContextValue':(_0x3d7062,_0x1166d4)=>{const _0x24922d=_0x322311;if(!_0x516b96(_0x3d7062)){_0x45afd8[_0x24922d(0x2b4)](_0x3d7062,_0x1166d4);return;}_0x29718b[_0x24922d(0x5d7)](_0x3d7062,_0x1166d4),_0x1fa57c[_0x24922d(0x7b8)]({[_0x3d7062]:_0x1166d4});},'subscribeContextValue$':_0x356957=>_0x516b96(_0x356957)?new _0x12f7a8[(_0x322311(0x4b2))](_0x35e8da=>{const _0x52a411=_0x322311;let _0x30b4c1=_0x1fa57c['pipe']((0x0,_0x12f7a8['filter'])(_0x1c2d92=>_0x1c2d92[_0x356957]!==void 0x0))['subscribe'](_0x42efc4=>_0x35e8da[_0x52a411(0x7b8)](_0x42efc4[_0x356957]));return _0x35e8da[_0x52a411(0x7b8)](_0x4d1999(_0x29718b,_0x356957)),()=>_0x30b4c1[_0x52a411(0x7b2)]();}):_0x45afd8[_0x322311(0x43d)](_0x356957)};}function _0x4678c8(_0x1f5875){const _0x1fba52=_0x37672f;return new Map([[_0x423058[_0x1fba52(0x3b5)],!0x0],[_0x423058[_0x1fba52(0x3e3)],_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x89d)]||_0x1f5875===_0x423058['UniverInstanceType'][_0x1fba52(0x4d7)]||_0x1f5875===_0x423058['UniverInstanceType'][_0x1fba52(0x428)]],[_0x423058['FOCUSING_SHEET'],_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x89d)]],[_0x423058['FOCUSING_DOC'],_0x1f5875===_0x423058['UniverInstanceType'][_0x1fba52(0x4d7)]],[_0x423058[_0x1fba52(0x45b)],_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x428)]],[_0x423058['FOCUSING_BOARD'],_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x316)]],[_0x1fba52(0x29b),_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x2d9)]]]);}function _0x4d1999(_0x407017,_0x1eb0c7){const _0x25d04c=_0x37672f;return _0x407017[_0x25d04c(0x47e)](_0x1eb0c7)??!0x1;}function _0x516b96(_0xf18822){const _0x1cc083=_0x37672f;return _0xf18822[_0x1cc083(0x674)](_0x1cc083(0x5d4))||_0xf18822===_0x423058[_0x1cc083(0x55e)]||_0xf18822===_0x423058[_0x1cc083(0x26f)];}function _0x3ef522(_0x23e7c4,_0x242379){const _0x1d302a=_0x37672f;return{'getConfig':_0x1f4f75=>{const _0x379394=_0x3a85;let _0x51132b=_0x23e7c4[_0x379394(0x512)](_0x1f4f75),_0xa28af7=_0x242379[_0x379394(0x47e)](_0x1f4f75);return _0xa28af7?_0xa28af7(_0x51132b):_0x51132b;},'setConfig':_0x23e7c4['setConfig'][_0x1d302a(0x412)](_0x23e7c4),'deleteConfig':_0x23e7c4[_0x1d302a(0x3d0)][_0x1d302a(0x412)](_0x23e7c4),'subscribeConfigValue$':_0x23e7c4[_0x1d302a(0x254)][_0x1d302a(0x412)](_0x23e7c4),'configChanged$':_0x23e7c4['configChanged$'],'dispose':()=>{}};}function _0x44fdb2(_0x5f706c,_0xf4303f,_0x20cad4){const _0x23e7f0=_0x37672f;if(_0xf4303f!==_0x5e0ca8['CreateEmbedCommand']['id']||!_0x20cad4||typeof _0x20cad4!=_0x23e7f0(0x539))return _0x20cad4;let _0x3a75f9=_0x20cad4;return _0x3a75f9[_0x23e7f0(0x6e4)]?_0x3a75f9:{..._0x3a75f9,'parentEmbedId':_0x5f706c[_0x23e7f0(0x2ab)]};}function _0x37dc54(_0x26cda5,_0x202fba,_0xdfed70=_0x26cda5){const _0x35b01d=_0x37672f;let _0x3a8c97=_0x75d10d(_0x26cda5)??_0xdfed70,_0x3756f7=new Map(_0x202fba),_0x1072eb=new Map(),_0x10e3e2=new Set(),_0x7619f5=new Map(),_0x1de254;_0x3756f7[_0x35b01d(0x84e)]((_0x338a06,_0x25a02d)=>{_0x28b1f1(_0x25a02d);});function _0x28b1f1(_0x1e93d6){const _0x56d516=_0x35b01d;let _0x1350e7=_0x5e2bf5(_0x1e93d6);return _0x10e3e2[_0x56d516(0x47d)](_0x1350e7),_0x7619f5[_0x56d516(0x7df)](_0x1350e7)||_0x7619f5[_0x56d516(0x5d7)](_0x1350e7,_0x1e93d6),_0x1350e7;}let _0x4c6c07=_0x560171=>_0x3756f7[_0x35b01d(0x7df)](_0x560171)||_0x1072eb[_0x35b01d(0x7df)](_0x560171)?_0x560171:_0x7619f5[_0x35b01d(0x47e)](_0x5e2bf5(_0x560171))??_0x560171,_0x18a581=_0x4e765e=>{const _0x27fe33=_0x35b01d;let _0x35fc05=_0x4c6c07(_0x4e765e);if(_0x3756f7[_0x27fe33(0x7df)](_0x35fc05))return _0x3756f7[_0x27fe33(0x47e)](_0x35fc05);let _0x28b501=_0x1072eb['get'](_0x35fc05);if(!_0x28b501)return;let _0xcd8b5=_0x28b501();return _0x1072eb['delete'](_0x35fc05),_0x3756f7[_0x27fe33(0x5d7)](_0x35fc05,_0xcd8b5),_0x1842cd(_0x1de254,_0x35fc05,_0xcd8b5),_0x35fc05!==_0x4e765e&&_0x1842cd(_0x1de254,_0x4e765e,_0xcd8b5),_0xcd8b5;},_0x2dc989=_0x8294ef=>{const _0x922343=_0x35b01d;let _0x471e2f=_0x4c6c07(_0x8294ef);return _0x3756f7[_0x922343(0x7df)](_0x471e2f)||_0x1072eb[_0x922343(0x7df)](_0x471e2f);},_0x26e453=_0xa860f1=>_0x10e3e2[_0x35b01d(0x7df)](_0x5e2bf5(_0xa860f1)),_0x30fe3b=_0x2a8c1d=>_0x55dc35[_0x35b01d(0x7df)](_0x5e2bf5(_0x2a8c1d)),_0x1c3aa1=_0x51f2ae=>!_0x26e453(_0x51f2ae)&&_0x26cda5[_0x35b01d(0x7df)](_0x51f2ae),_0xdd1ff6=()=>{const _0x56841f=_0x35b01d;if(_0x1de254)return _0x1de254;let _0x3c1977=_0x26cda5['createChild'];if(typeof _0x3c1977==_0x56841f(0x6de))return _0x1de254=_0x3c1977[_0x56841f(0x4d5)](_0x26cda5,[..._0x33f7bc(_0x3756f7),[_0x423058[_0x56841f(0x8d5)],{'useFactory':()=>_0x1de254}]]),_0x1de254;},_0x145701={'has':_0x401f4c=>{const _0x4e6cef=_0x35b01d;if(_0x401f4c===_0x423058[_0x4e6cef(0x8d5)]||_0x2dc989(_0x401f4c)||_0x1c3aa1(_0x401f4c))return!0x0;let _0x951e86=_0xdd1ff6();return(_0x951e86==null?void 0x0:_0x951e86[_0x4e6cef(0x7df)](_0x401f4c))??_0x26cda5[_0x4e6cef(0x7df)](_0x401f4c);},'get':(_0x26ec2a,..._0x5b50fc)=>{const _0x45b7ba=_0x35b01d;if(_0x26ec2a===_0x423058['Injector'])return _0x145701;if(_0x259d8b(_0x5b50fc,_0x423058[_0x45b7ba(0x219)][_0x45b7ba(0x8a2)])){let _0x487764=_0xdd1ff6();_0xa73cae(_0x487764,_0x26ec2a);let _0x9dd767=_0x681fc0(_0x487764,_0x26ec2a);return _0x9dd767[_0x45b7ba(0x3ea)]?_0x9dd767[_0x45b7ba(0x846)]:_0x17acb4(_0x487764||_0x26cda5,_0x26ec2a,_0x5b50fc);}return _0x2dc989(_0x26ec2a)?_0x18a581(_0x26ec2a):_0x259d8b(_0x5b50fc,_0x423058[_0x45b7ba(0x219)][_0x45b7ba(0x404)])?_0x17acb4(_0x26cda5,_0x26ec2a,_0x2e7672(_0x5b50fc,_0x423058[_0x45b7ba(0x219)]['SKIP_SELF'])):_0x1c3aa1(_0x26ec2a)?_0x17acb4(_0x26cda5,_0x26ec2a,_0x5b50fc):_0x17acb4(_0xdd1ff6()||_0x26cda5,_0x26ec2a,_0x5b50fc);},'invoke':(_0x4bf5e1,..._0x328300)=>_0x4bf5e1({'has':_0x5331e2=>{const _0x3a5fd3=_0x35b01d;if(_0x5331e2===_0x423058[_0x3a5fd3(0x8d5)]||_0x2dc989(_0x5331e2)||_0x1c3aa1(_0x5331e2))return!0x0;let _0x3b776f=_0xdd1ff6();return(_0x3b776f==null?void 0x0:_0x3b776f[_0x3a5fd3(0x7df)](_0x5331e2))??_0x26cda5['has'](_0x5331e2);},'get':(_0x25b800,..._0x57daf1)=>{const _0x1778f0=_0x35b01d;if(_0x25b800===_0x423058[_0x1778f0(0x8d5)])return _0x145701;if(_0x259d8b(_0x57daf1,_0x423058[_0x1778f0(0x219)][_0x1778f0(0x8a2)])){let _0x1a90a7=_0xdd1ff6();_0xa73cae(_0x1a90a7,_0x25b800);let _0x40db50=_0x681fc0(_0x1a90a7,_0x25b800);return _0x40db50[_0x1778f0(0x3ea)]?_0x40db50[_0x1778f0(0x846)]:_0x17acb4(_0x1a90a7||_0x26cda5,_0x25b800,_0x57daf1);}return _0x2dc989(_0x25b800)?_0x18a581(_0x25b800):_0x259d8b(_0x57daf1,_0x423058[_0x1778f0(0x219)]['SKIP_SELF'])?_0x17acb4(_0x26cda5,_0x25b800,_0x2e7672(_0x57daf1,_0x423058[_0x1778f0(0x219)][_0x1778f0(0x404)])):_0x1c3aa1(_0x25b800)?_0x17acb4(_0x26cda5,_0x25b800,_0x57daf1):_0x17acb4(_0xdd1ff6()||_0x26cda5,_0x25b800,_0x57daf1);}},..._0x328300),'add':_0x5c7cff=>{const _0x1549c7=_0x35b01d;let _0xc0bc7c=_0x2d92e7(_0x5c7cff);if(_0xc0bc7c){if(_0xc0bc7c[_0x1549c7(0x796)]!==_0x1549c7(0x6f8)&&_0x1c3aa1(_0xc0bc7c[_0x1549c7(0x44a)])&&!_0x30fe3b(_0xc0bc7c[_0x1549c7(0x44a)]))return;let _0xba3970=_0x5e2bf5(_0xc0bc7c[_0x1549c7(0x44a)]);if(_0x10e3e2[_0x1549c7(0x7df)](_0xba3970))return;if(_0x28b1f1(_0xc0bc7c[_0x1549c7(0x44a)]),_0xc0bc7c[_0x1549c7(0x796)]==='value')_0x1072eb[_0x1549c7(0x405)](_0xc0bc7c[_0x1549c7(0x44a)]),_0x3756f7[_0x1549c7(0x5d7)](_0xc0bc7c[_0x1549c7(0x44a)],_0xc0bc7c[_0x1549c7(0x846)]);else{let _0x25c616=_0xdd1ff6();_0x25c616?_0x1c0326(_0x25c616,_0xc0bc7c[_0x1549c7(0x44a)])||_0x25c616[_0x1549c7(0x47d)](_0x5c7cff):(_0x3756f7[_0x1549c7(0x405)](_0xc0bc7c[_0x1549c7(0x44a)]),_0x1072eb[_0x1549c7(0x5d7)](_0xc0bc7c['identifier'],_0xc0bc7c[_0x1549c7(0x6f8)]));}return;}let _0x2d4e63=_0x5e2bf5(_0x398959(_0x5c7cff));if(_0x2d4e63!=null){if(_0x10e3e2[_0x1549c7(0x7df)](_0x2d4e63))return;_0x28b1f1(_0x398959(_0x5c7cff));}let _0x21c09e=_0xdd1ff6();if(_0x21c09e){_0x21c09e[_0x1549c7(0x47d)](_0x5c7cff);return;}_0x26cda5[_0x1549c7(0x47d)](_0x5c7cff);},'createChild':(_0x1d1ba1=[])=>{const _0x553f4d=_0x35b01d;let _0x13f47a=new Map(_0x3756f7);_0x7619f5['forEach'](_0x461f9a=>{const _0x37dfc7=_0x3a85;if(_0x13f47a['has'](_0x461f9a))return;if(_0x2dc989(_0x461f9a)){_0x13f47a[_0x37dfc7(0x5d7)](_0x461f9a,_0x18a581(_0x461f9a));return;}let _0x33826e=_0xdd1ff6();_0x33826e&&_0x1c0326(_0x33826e,_0x461f9a)&&_0x13f47a[_0x37dfc7(0x5d7)](_0x461f9a,_0x17acb4(_0x33826e,_0x461f9a,[_0x423058[_0x37dfc7(0x219)][_0x37dfc7(0x8a2)]]));});let _0x3345a7=[];_0x1d1ba1['forEach'](_0x48073e=>{const _0x29f2a2=_0x3a85;let _0xd730e6=_0x2d92e7(_0x48073e);if((_0xd730e6==null?void 0x0:_0xd730e6[_0x29f2a2(0x796)])===_0x29f2a2(0x846)){_0x13f47a['set'](_0xd730e6[_0x29f2a2(0x44a)],_0xd730e6[_0x29f2a2(0x846)]);return;}_0x3345a7[_0x29f2a2(0x5fd)](_0x48073e);});let _0x5ad448=_0x37dc54(_0x26cda5,_0x13f47a,_0x3a8c97);return _0x3345a7[_0x553f4d(0x84e)](_0x387da9=>{const _0x23db04=_0x553f4d;_0x5ad448[_0x23db04(0x47d)](_0x387da9);}),_0x5ad448;},'createInstance':(..._0x5e4dd6)=>{const _0x4ae434=_0x35b01d;let _0x4a4992=_0xdd1ff6(),_0xf07506=_0x4a4992==null?void 0x0:_0x4a4992[_0x4ae434(0x713)];if(_0x4a4992&&typeof _0xf07506==_0x4ae434(0x6de))return _0x1557d8(_0x4a4992,_0x5e4dd6[0x0]),_0xf07506['apply'](_0x4a4992,_0x5e4dd6);let _0x25e8b3=_0x26cda5['createInstance'];if(typeof _0x25e8b3==_0x4ae434(0x6de))return _0x25e8b3[_0x4ae434(0x899)](_0x26cda5,_0x5e4dd6);let [_0x5f44be,..._0x22ea72]=_0x5e4dd6;return new _0x5f44be(..._0x22ea72);},'dispose':()=>{const _0x10c6af=_0x35b01d;_0x1de254&&_0x31c305(_0x1de254,_0x3a8c97,_0x3756f7[_0x10c6af(0x4bf)]()),_0x1de254=void 0x0,_0x10e3e2['clear'](),_0x7619f5['clear'](),_0x1072eb[_0x10c6af(0x2d5)]();}};function _0xa73cae(_0x499a58,_0x38f9b6){!_0x499a58||!_0x2dc989(_0x38f9b6)||_0x1842cd(_0x499a58,_0x38f9b6,_0x18a581(_0x38f9b6));}function _0x1557d8(_0x33c345,_0x2adc59){const _0x27258d=_0x35b01d;_0x540659(_0x2adc59)[_0x27258d(0x84e)](_0x179300=>_0xa73cae(_0x33c345,_0x179300));}return _0x145701['__embedSharedRootInjector']=_0x3a8c97,_0x145701;}function _0x320d68(_0x329067,_0x4dcb5b,_0x566f20,_0x5795a4=!0x0){const _0x4dd708=_0x37672f;let _0x2f6bb0=_0x5795a4&&_0x329067[_0x4dd708(0x868)][_0x4dd708(0x7df)](_0x4b94f0)?_0x329067[_0x4dd708(0x868)][_0x4dd708(0x47e)](_0x4b94f0):void 0x0;_0x4dcb5b[_0x4dd708(0x1eb)](_0x2f6bb0!=null&&_0x2f6bb0[_0x4dd708(0x228)](_0x329067[_0x4dd708(0x2ab)])?_0x329067[_0x4dd708(0x783)]:_0x566f20);}function _0x398959(_0x50e0de){return Array['isArray'](_0x50e0de)?_0x50e0de[0x0]:_0x50e0de;}function _0x5e2bf5(_0x3a5b6e){const _0x3aaa43=_0x37672f;let _0x89e53f=_0x3a5b6e==null?void 0x0:_0x3a5b6e['decoratorName'];return typeof _0x89e53f==_0x3aaa43(0x43e)&&_0x89e53f?'identifier:'+_0x89e53f:_0x3a5b6e;}function _0x259d8b(_0x478421,_0x5d0076){const _0xe047b6=_0x37672f;return _0x478421[_0xe047b6(0x3d9)](_0x5d0076);}function _0x2e7672(_0xe77b79,_0x17bb1c){return _0xe77b79['filter'](_0x36fdac=>_0x36fdac!==_0x17bb1c);}function _0x17acb4(_0x36beb6,_0x3e84c2,_0x39cf82){const _0x84dada=_0x37672f;return _0x36beb6[_0x84dada(0x47e)](_0x3e84c2,..._0x39cf82);}function _0x681fc0(_0x5f2af1,_0x10e8ca){const _0x483664=_0x37672f;var _0x2d609d;let _0x20f5d7=_0x5f2af1==null||(_0x2d609d=_0x5f2af1[_0x483664(0x24e)])==null?void 0x0:_0x2d609d[_0x483664(0x7cc)];if(!_0x20f5d7)return{'resolved':!0x1};let _0x423162=_0x5c12a2(_0x20f5d7[_0x483664(0x47e)](_0x10e8ca));if(_0x423162[_0x483664(0x3ea)])return _0x423162;let _0x4f6480=_0x5e2bf5(_0x10e8ca);for(let [_0x1382d0,_0x486f02]of _0x20f5d7){if(_0x1382d0===_0x10e8ca||_0x5e2bf5(_0x1382d0)!==_0x4f6480)continue;let _0x3f6c74=_0x5c12a2(_0x486f02);if(_0x3f6c74[_0x483664(0x3ea)])return _0x3f6c74;}return{'resolved':!0x1};}function _0x5c12a2(_0x1f6160){const _0x43311b=_0x37672f;return!_0x1f6160||_0x1f6160[_0x43311b(0x3fe)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x1f6160[0x0]};}function _0x1842cd(_0x589bb4,_0x16349b,_0x40c536){const _0x2a10e8=_0x37672f;!_0x589bb4||_0x1c0326(_0x589bb4,_0x16349b)||_0x589bb4[_0x2a10e8(0x47d)]([_0x16349b,{'useValue':_0x40c536}]);}function _0x540659(_0x3ca9a3){const _0x50c17d=_0x37672f;if(!_0x3ca9a3||typeof _0x3ca9a3!=_0x50c17d(0x6de)&&typeof _0x3ca9a3!='object')return[];for(let _0x9f57d of Object['getOwnPropertySymbols'](_0x3ca9a3)){let _0x1c165a=_0x3ca9a3[_0x9f57d];if(!Array[_0x50c17d(0x6f7)](_0x1c165a))continue;let _0x5d5694=_0x1c165a[_0x50c17d(0x3b8)](_0x377d17=>_0x377d17==null?void 0x0:_0x377d17[_0x50c17d(0x44a)])[_0x50c17d(0x320)](_0xac26cd=>_0xac26cd!==void 0x0);if(_0x5d5694[_0x50c17d(0x3fe)])return _0x5d5694;}return[];}function _0x1c0326(_0x46907f,_0x17f032){const _0x3bab6f=_0x37672f;var _0x197705,_0x1e863d,_0x50b8fa,_0x45f17a;let _0x3a3e62=_0x46907f;return!!((_0x197705=_0x3a3e62[_0x3bab6f(0x872)])!=null&&(_0x1e863d=_0x197705[_0x3bab6f(0x7df)])!=null&&_0x1e863d[_0x3bab6f(0x4d5)](_0x197705,_0x17f032)||(_0x50b8fa=_0x3a3e62['resolvedDependencyCollection'])!=null&&(_0x45f17a=_0x50b8fa[_0x3bab6f(0x7df)])!=null&&_0x45f17a[_0x3bab6f(0x4d5)](_0x50b8fa,_0x17f032));}function _0x75d10d(_0x1b5cc){const _0x31f6a6=_0x37672f;return _0x1b5cc[_0x31f6a6(0x865)];}function _0x31c305(_0x4290fb,_0x565152,_0x220e11=[]){const _0x16aef0=_0x37672f;let _0x12fd3a=_0x2c2395(_0x565152);for(let _0x18cba2 of _0x220e11)_0x12fd3a[_0x16aef0(0x47d)](_0x18cba2);_0x4558ec(_0x4290fb,_0x12fd3a),_0x4290fb[_0x16aef0(0x4ff)]();}function _0x2c2395(_0x44dfd6){const _0x951e2=_0x37672f;let _0x344f64=new Set(),_0x57c9ea=_0x14851b(_0x44dfd6);return _0x57c9ea&&_0x57c9ea[_0x951e2(0x84e)](_0x13f7f7=>{const _0x268f0c=_0x951e2;Array[_0x268f0c(0x6f7)](_0x13f7f7)&&_0x13f7f7[_0x268f0c(0x84e)](_0x35c4d8=>_0x344f64[_0x268f0c(0x47d)](_0x35c4d8));}),_0x344f64;}function _0x4558ec(_0x1faf31,_0x59087f,_0x39b55b=new Set()){const _0x18c82c=_0x37672f;if(_0x39b55b[_0x18c82c(0x7df)](_0x1faf31))return;_0x39b55b[_0x18c82c(0x47d)](_0x1faf31);let _0x75bd2e=_0x1faf31[_0x18c82c(0x280)];_0x75bd2e==null||_0x75bd2e[_0x18c82c(0x84e)](_0x3983d6=>_0x4558ec(_0x3983d6,_0x59087f,_0x39b55b));let _0x12a118=_0x14851b(_0x1faf31);_0x12a118&&_0x12a118['forEach']((_0x31754e,_0x45aa0e)=>{const _0xe19076=_0x18c82c;if(!Array['isArray'](_0x31754e))return;let _0x2622eb=_0x31754e[_0xe19076(0x320)](_0x456ed5=>!_0x59087f[_0xe19076(0x7df)](_0x456ed5));if(_0x2622eb[_0xe19076(0x3fe)]!==_0x31754e[_0xe19076(0x3fe)]){if(_0x2622eb[_0xe19076(0x3fe)]===0x0){_0x12a118[_0xe19076(0x405)](_0x45aa0e);return;}_0x12a118[_0xe19076(0x5d7)](_0x45aa0e,_0x2622eb);}});}function _0x14851b(_0x389320){var _0x5160be;return(_0x5160be=_0x389320['resolvedDependencyCollection'])==null?void 0x0:_0x5160be['resolvedDependencies'];}function _0x33f7bc(_0x734df0){return Array['from'](_0x734df0,([_0x5baf33,_0x182553])=>[_0x5baf33,{'useValue':_0x182553}]);}function _0x2d92e7(_0x5974a9){const _0x206bad=_0x37672f;if(!Array[_0x206bad(0x6f7)](_0x5974a9)||_0x5974a9[_0x206bad(0x3fe)]<0x2)return;let [_0x536943,_0x2fe12d]=_0x5974a9;if(!(!_0x2fe12d||typeof _0x2fe12d!='object')){if('useValue'in _0x2fe12d)return{'kind':_0x206bad(0x846),'identifier':_0x536943,'value':_0x2fe12d[_0x206bad(0x6fc)]};if(typeof _0x2fe12d[_0x206bad(0x5a6)]==_0x206bad(0x6de))return{'kind':_0x206bad(0x6f8),'identifier':_0x536943,'factory':_0x2fe12d[_0x206bad(0x5a6)]};}}function _0x581d35(_0x3c62a7,_0x4191c5){const _0x4301b4=_0x37672f;if(!_0x3c62a7[_0x4301b4(0x7df)](_0x4fbb7a['IMenuManagerService']))return;let _0x5cd743=_0x3c62a7[_0x4301b4(0x47e)](_0x4fbb7a['IMenuManagerService']),_0x15c998=_0x5cd743[_0x4301b4(0x291)];return typeof _0x15c998=='function'?_0x15c998[_0x4301b4(0x4d5)](_0x5cd743,_0x4191c5):_0x5cd743;}function _0x3552b2(_0x47f5eb,_0xd58255,_0x3813d1){const _0x56d5cc=_0x37672f;if(!_0x47f5eb['has'](_0x4fbb7a[_0x56d5cc(0x25b)]))return;let _0x4c9a2c=_0x47f5eb[_0x56d5cc(0x47e)](_0x4fbb7a[_0x56d5cc(0x25b)]);return{get 'disabled'(){return _0x4c9a2c['disabled'];},set 'disabled'(_0x23097c){const _0x3b5ee0=_0x56d5cc;_0x4c9a2c[_0x3b5ee0(0x7fb)]=_0x23097c;},get 'visible'(){const _0x25bd90=_0x56d5cc;return _0x4c9a2c[_0x25bd90(0x8ab)];},'enable':()=>_0x4c9a2c[_0x56d5cc(0x319)](),'disable':()=>_0x4c9a2c[_0x56d5cc(0x3ff)](),'triggerContextMenu':(_0xa5cbb,_0x2b35e6,_0x3b2475)=>{const _0x2d5e28=_0x56d5cc;_0x4c9a2c['triggerContextMenu'](_0xa5cbb,_0x2b35e6,{..._0x3b2475,'unitId':(_0x3b2475==null?void 0x0:_0x3b2475[_0x2d5e28(0x564)])??_0x3813d1});},'hideContextMenu':()=>_0x4c9a2c['hideContextMenu'](),'registerContextMenuHandler':_0x14b570=>_0x4c9a2c[_0x56d5cc(0x5f6)](_0x14b570)};}function _0x130f4a(_0x398e7d,_0x260f39){const _0x3b8276=_0x37672f;let _0x59fdfe=new _0x4fbb7a[(_0x3b8276(0x2f0))]();return{get 'disabled'(){const _0x541951=_0x3b8276;return _0x59fdfe[_0x541951(0x7fb)];},set 'disabled'(_0x471be1){const _0x543d37=_0x3b8276;_0x59fdfe[_0x543d37(0x7fb)]=_0x471be1;},get 'visible'(){const _0xc1bfe8=_0x3b8276;return _0x59fdfe[_0xc1bfe8(0x8ab)];},'enable':()=>_0x59fdfe[_0x3b8276(0x319)](),'disable':()=>_0x59fdfe[_0x3b8276(0x3ff)](),'triggerContextMenu':(_0x34e18d,_0x59fe98,_0x2c7c4d)=>{const _0x475210=_0x3b8276;_0x59fdfe[_0x475210(0x6b5)](_0x34e18d,_0x59fe98,{..._0x2c7c4d,'unitId':(_0x2c7c4d==null?void 0x0:_0x2c7c4d[_0x475210(0x564)])??_0x260f39});},'hideContextMenu':()=>_0x59fdfe[_0x3b8276(0x4aa)](),'registerContextMenuHandler':_0x417dae=>_0x59fdfe[_0x3b8276(0x5f6)](_0x417dae),'dispose':()=>_0x59fdfe['dispose']()};}function _0xcc7281(_0x5a1e3f,_0x5c6346){const _0x5c3824=_0x37672f;let _0x55a55e=_0x5a1e3f[_0x5c3824(0x47e)](_0x4fbb7a['ILayoutService']),_0x723695=_0x5a1e3f[_0x5c3824(0x7df)](_0x32cfb9)?_0x5a1e3f[_0x5c3824(0x47e)](_0x32cfb9):void 0x0,_0x3dd28b=_0x5a1e3f['has'](_0x4b94f0)?_0x5a1e3f[_0x5c3824(0x47e)](_0x4b94f0):void 0x0,_0x585fc8=_0x5c6346[_0x5c3824(0x46e)]['rootElement'],_0x5c9249=_0x5c6346[_0x5c3824(0x46e)][_0x5c3824(0x891)]??_0x585fc8,_0x2c339b=new Set([_0x585fc8,_0x5c9249]),_0x16801f=_0x5c6346['renderScope'][_0x5c3824(0x69f)]!==_0x5c3824(0x78d)||_0x5c6346[_0x5c3824(0x46e)]['fullscreen'],_0x345945=(_0x59666a,_0x368531)=>{const _0x464419=_0x5c3824;_0x2c339b[_0x464419(0x47d)](_0x59666a);let _0x2078b5=(_0x368531==null?void 0x0:_0x368531['registerChildInteraction'])&&_0x16801f,_0x2c6280=_0x2078b5?_0x5b8ea2(_0x59666a):void 0x0,_0x4564ff=_0x2078b5?_0x723695==null?void 0x0:_0x723695[_0x464419(0x28e)](_0x5c6346[_0x464419(0x2ab)],_0x59666a):void 0x0,_0x5d3486=_0x2078b5?_0x3dd28b==null?void 0x0:_0x3dd28b[_0x464419(0x416)]({'embedId':_0x5c6346['embedId'],'role':_0x464419(0x297),'element':_0x59666a}):void 0x0;return(0x0,_0x423058[_0x464419(0x35b)])(()=>{const _0x3d1523=_0x464419;_0x5d3486==null||_0x5d3486[_0x3d1523(0x4ff)](),_0x4564ff==null||_0x4564ff[_0x3d1523(0x4ff)](),_0x2c6280==null||_0x2c6280['dispose'](),_0x2c339b[_0x3d1523(0x405)](_0x59666a);});},_0x4c60d7=_0x335bc3=>_0x335bc3?[..._0x2c339b][_0x5c3824(0x79a)](_0x77db40=>_0x77db40===_0x335bc3||_0x77db40[_0x5c3824(0x8e0)](_0x335bc3)):!0x1;return{get 'isFocused'(){const _0x387f40=_0x5c3824;return _0x55a55e[_0x387f40(0x1e9)];},get 'rootContainerElement'(){return _0x585fc8;},'focus':()=>_0x55a55e[_0x5c3824(0x742)](),'registerFocusHandler':(_0x3487d5,_0x2c065f)=>_0x55a55e[_0x5c3824(0x694)](_0x3487d5,_0x2c065f),'registerRootContainerElement':_0x345945,'registerContentElement':_0x345945,'registerContainerElement':_0x2aef62=>_0x345945(_0x2aef62,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x5c9249,'checkElementInCurrentContainers':_0x412550=>_0x4c60d7(_0x412550)||(_0x723695==null?void 0x0:_0x723695[_0x5c3824(0x8e0)](_0x5c6346['embedId'],_0x412550))||_0x55a55e[_0x5c3824(0x685)](_0x412550),'checkContentIsFocused':()=>_0x4c60d7(_0x5c9249[_0x5c3824(0x53c)]['activeElement'])||(_0x3dd28b==null?void 0x0:_0x3dd28b[_0x5c3824(0x228)](_0x5c6346[_0x5c3824(0x2ab)]))||_0x55a55e[_0x5c3824(0x829)]()};}function _0x5b8ea2(_0x15f4b7){const _0x858b5f=_0x37672f;let _0x5539a5=new Map(),_0x596a96=_0x415b39=>{const _0x310aa1=_0x3a85;_0x5539a5[_0x310aa1(0x5d7)](_0x415b39,_0x415b39[_0x310aa1(0x715)](_0x3918cf)),_0x415b39[_0x310aa1(0x765)](_0x3918cf,_0x310aa1(0x297));};return _0x596a96(_0x15f4b7),_0x15f4b7[_0x858b5f(0x793)]('*')[_0x858b5f(0x84e)](_0x596a96),(0x0,_0x423058[_0x858b5f(0x35b)])(()=>{_0x5539a5['forEach']((_0xdb134f,_0x3f63e0)=>{const _0x3dd765=_0x3a85;if(_0xdb134f==null){_0x3f63e0[_0x3dd765(0x542)](_0x3918cf);return;}_0x3f63e0[_0x3dd765(0x765)](_0x3918cf,_0xdb134f);});});}function _0x10e112(_0x2f8bbc,_0x497786,_0x4badf6=[]){const _0x47da15=_0x37672f;let _0x42d469=_0x2f0211(_0x2f8bbc,_0x4badf6)??_0x2f8bbc[_0x47da15(0x868)],_0x504616=_0x42d469!==_0x2f8bbc['injector'],_0x3b505a=_0x533703(_0x2f8bbc),_0x2be3f5={'descriptor':_0x2f8bbc[_0x47da15(0x466)],'host':{'unitId':_0x2f8bbc[_0x47da15(0x7cf)],'type':_0x2f8bbc['descriptor'][_0x47da15(0x805)],'anchorId':_0x2f8bbc[_0x47da15(0x466)][_0x47da15(0x391)],'entry':_0x2f8bbc[_0x47da15(0x466)][_0x47da15(0x23b)],'layout':_0x5e0ad4(_0x2f8bbc)},'child':{'unitId':_0x2f8bbc[_0x47da15(0x783)],'type':_0x2f8bbc[_0x47da15(0x6b0)]},'injector':_0x42d469,'instanceService':_0x544d79(_0x42d469,_0x423058[_0x47da15(0x8ca)]),'commandService':_0x544d79(_0x42d469,_0x423058[_0x47da15(0x58f)]),'menuManagerService':_0x544d79(_0x42d469,_0x4fbb7a[_0x47da15(0x31b)]),'roots':_0x3b505a,'activate':()=>_0x497786(!0x0),'deactivate':()=>_0x497786(!0x1),'dispose':()=>{const _0xd6157b=_0x47da15;_0x504616&&_0x42d469[_0xd6157b(0x4ff)]();}};return{'runtimeScope':_0x2be3f5,'disposable':(0x0,_0x423058[_0x47da15(0x35b)])(()=>_0x2be3f5[_0x47da15(0x4ff)]())};}function _0x533703(_0x5d4697){const _0x2d4621=_0x37672f;var _0x4278d9;let _0x24bc96=_0x5d4697['renderScope']['rootElement'],_0x2bcc48=_0x5d4697['renderScope']['contentRoot']??_0x27a665(_0x24bc96,_0x2d4621(0x2f1))??_0x24bc96,_0x247e39=_0x5d4697[_0x2d4621(0x46e)][_0x2d4621(0x5c2)]??_0x27a665(_0x24bc96,_0x2d4621(0x65b))??_0x24bc96;return{'root':_0x24bc96,'content':_0x2bcc48,'canvas':_0x5d4697[_0x2d4621(0x46e)][_0x2d4621(0x6ce)]??_0x27a665(_0x24bc96,_0x2d4621(0x290))??void 0x0,'overlay':_0x247e39,'popup':_0x5d4697[_0x2d4621(0x46e)][_0x2d4621(0x8ae)]??_0x27a665(_0x24bc96,'data-embed-popup-root')??_0x247e39,'menuSlot':((_0x4278d9=_0x5d4697['renderScope'][_0x2d4621(0x369)])==null?void 0x0:_0x4278d9[_0x2d4621(0x3e5)])??_0x27a665(_0x24bc96,_0x2d4621(0x71a))??void 0x0,'footerSlot':_0x27a665(_0x24bc96,_0x2d4621(0x2bc))??void 0x0};}function _0x2f0211(_0x3474fa,_0x3465c8){const _0x51fb76=_0x37672f;if(!(!_0x3474fa[_0x51fb76(0x868)][_0x51fb76(0x7df)](_0x423058[_0x51fb76(0x8ca)])||!_0x3474fa[_0x51fb76(0x868)][_0x51fb76(0x7df)](_0x423058[_0x51fb76(0x58f)])))return _0x1a5a07(_0x3474fa,_0x3465c8);}function _0x544d79(_0xc8f7e1,_0x4546b2){const _0x3b02fe=_0x37672f;if(_0xc8f7e1[_0x3b02fe(0x7df)](_0x4546b2))return _0xc8f7e1[_0x3b02fe(0x47e)](_0x4546b2);}function _0x5e0ad4(_0x59a410){const _0x54493d=_0x37672f;var _0x329ba6,_0x53a95a;switch(_0x59a410[_0x54493d(0x466)]['entry']){case _0x54493d(0x3fc):return'doc-flow';case _0x54493d(0x525):case _0x54493d(0x7f6):case _0x54493d(0x54c):return _0x54493d(0x78d);case'sheets-sheet-tab':case _0x54493d(0x2e5):case _0x54493d(0x7f8):return _0x54493d(0x77d);default:break;}return _0x59a410[_0x54493d(0x589)]==='tab-peer'||(_0x329ba6=_0x59a410['descriptor'][_0x54493d(0x5d5)])!=null&&_0x329ba6['tab']?'tab-peer':(_0x53a95a=_0x59a410[_0x54493d(0x466)][_0x54493d(0x5d5)])!=null&&_0x53a95a[_0x54493d(0x461)]?_0x54493d(0x78d):_0x59a410[_0x54493d(0x589)][_0x54493d(0x674)](_0x54493d(0x256))||_0x59a410[_0x54493d(0x589)]===_0x54493d(0x22f)?'doc-flow':_0x54493d(0x78d);}var _0x402a2b=class{constructor(){const _0x29fbf6=_0x37672f;_0x1876b0(this,_0x29fbf6(0x36c),new Map());}['register'](_0xafa6e0){const _0x1b9674=_0x37672f;if(this[_0x1b9674(0x36c)][_0x1b9674(0x7df)](_0xafa6e0[_0x1b9674(0x6b0)]))throw Error('Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20'+_0xafa6e0['childType']);this['_contributions'][_0x1b9674(0x5d7)](_0xafa6e0[_0x1b9674(0x6b0)],_0xafa6e0);}[_0x37672f(0x47e)](_0x40fd56){const _0x1ede88=_0x37672f;return this[_0x1ede88(0x36c)]['get'](_0x40fd56);}[_0x37672f(0x68c)](){const _0x16c031=_0x37672f;return[...this['_contributions'][_0x16c031(0x4bf)]()];}},_0x74c661=class{constructor(){_0x1876b0(this,'_contributions',new Map());}[_0x37672f(0x920)](_0x2a145a){const _0x154e62=_0x37672f;let _0x3362ce=this[_0x154e62(0x837)](_0x2a145a[_0x154e62(0x805)],_0x2a145a['entry'],_0x2a145a['childType']);if(this['_contributions'][_0x154e62(0x7df)](_0x3362ce))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x3362ce);return this['_contributions'][_0x154e62(0x5d7)](_0x3362ce,_0x2a145a),(0x0,_0x423058[_0x154e62(0x35b)])(()=>{const _0x348554=_0x154e62;this[_0x348554(0x36c)][_0x348554(0x47e)](_0x3362ce)===_0x2a145a&&this[_0x348554(0x36c)][_0x348554(0x405)](_0x3362ce);});}[_0x37672f(0x47e)](_0x3fbe1e,_0x3f565b,_0xcfac85){const _0x6f285e=_0x37672f;if(_0xcfac85!=null){let _0x465807=this[_0x6f285e(0x36c)][_0x6f285e(0x47e)](this[_0x6f285e(0x837)](_0x3fbe1e,_0x3f565b,_0xcfac85));if(_0x465807)return _0x465807;}return this['_contributions'][_0x6f285e(0x47e)](this['_key'](_0x3fbe1e,_0x3f565b));}[_0x37672f(0x3b6)](_0x407349,_0x252416,_0x5c534c){const _0x26e128=_0x37672f;return this['_contributions'][_0x26e128(0x7df)](this[_0x26e128(0x837)](_0x407349,_0x252416,_0x5c534c));}[_0x37672f(0x68c)](){const _0x29e0f1=_0x37672f;return[...this[_0x29e0f1(0x36c)][_0x29e0f1(0x4bf)]()];}[_0x37672f(0x837)](_0x38960d,_0xa96630,_0x4d35f8){return _0x4d35f8==null?_0x38960d+':'+_0xa96630+':*':_0x38960d+':'+_0xa96630+':'+_0x4d35f8;}},_0x16de5f=class{constructor(){_0x1876b0(this,'_contributions',new Map());}[_0x37672f(0x920)](_0x1b559b){const _0x5ae0ec=_0x37672f;let _0x5ea777=this[_0x5ae0ec(0x837)](_0x1b559b[_0x5ae0ec(0x805)],_0x1b559b[_0x5ae0ec(0x23b)]);if(this[_0x5ae0ec(0x36c)][_0x5ae0ec(0x7df)](_0x5ea777))throw Error(_0x5ae0ec(0x75b)+_0x5ea777);this[_0x5ae0ec(0x36c)][_0x5ae0ec(0x5d7)](_0x5ea777,_0x1b559b);}[_0x37672f(0x47e)](_0x2e1539,_0x1d5aa2){const _0x492d2a=_0x37672f;return this[_0x492d2a(0x36c)][_0x492d2a(0x47e)](this['_key'](_0x2e1539,_0x1d5aa2));}[_0x37672f(0x68c)](){const _0x52ee63=_0x37672f;return[...this['_contributions'][_0x52ee63(0x4bf)]()];}[_0x37672f(0x331)](_0x3adf40,_0xfae520,_0x4099b4){const _0x5712ed=_0x37672f;let _0x162d01=this[_0x5712ed(0x47e)](_0x3adf40,_0xfae520);return _0x162d01?(_0x162d01[_0x5712ed(0x8c5)]??[_0x162d01[_0x5712ed(0x589)]])[_0x5712ed(0x3d9)](_0x4099b4):!0x1;}[_0x37672f(0x837)](_0x300504,_0x2cbeee){return _0x300504+':'+_0x2cbeee;}},_0x5b6fce=class{constructor(){const _0x118117=_0x37672f;_0x1876b0(this,_0x118117(0x7d3),new Map()),_0x1876b0(this,'_rootsByEmbedId',new Map()),_0x1876b0(this,'_rootsByHostAnchorId',new Map());}['register'](_0x30f27f,_0x38555b){const _0x42285a=_0x37672f;let _0x2df5fd=typeof _0x30f27f=='string'?{'childUnitId':_0x30f27f,'root':_0x38555b}:_0x30f27f;return this[_0x42285a(0x7d3)]['set'](_0x2df5fd[_0x42285a(0x783)],_0x2df5fd),_0x2df5fd[_0x42285a(0x2ab)]&&this[_0x42285a(0x22b)]['set'](_0x2df5fd[_0x42285a(0x2ab)],_0x2df5fd),_0x2df5fd['hostAnchorId']&&this['_rootsByHostAnchorId'][_0x42285a(0x5d7)](_0x2df5fd[_0x42285a(0x391)],_0x2df5fd),(0x0,_0x423058[_0x42285a(0x35b)])(()=>{const _0x555d85=_0x42285a;this[_0x555d85(0x7d3)][_0x555d85(0x47e)](_0x2df5fd[_0x555d85(0x783)])===_0x2df5fd&&this[_0x555d85(0x7d3)]['delete'](_0x2df5fd[_0x555d85(0x783)]),_0x2df5fd['embedId']&&this[_0x555d85(0x22b)][_0x555d85(0x47e)](_0x2df5fd[_0x555d85(0x2ab)])===_0x2df5fd&&this['_rootsByEmbedId'][_0x555d85(0x405)](_0x2df5fd['embedId']),_0x2df5fd['hostAnchorId']&&this[_0x555d85(0x87b)][_0x555d85(0x47e)](_0x2df5fd['hostAnchorId'])===_0x2df5fd&&this[_0x555d85(0x87b)][_0x555d85(0x405)](_0x2df5fd[_0x555d85(0x391)]);});}[_0x37672f(0x47e)](_0x5b3770){const _0x315bb3=_0x37672f;var _0x338b23;return((_0x338b23=this[_0x315bb3(0x7d3)][_0x315bb3(0x47e)](_0x5b3770))==null?void 0x0:_0x338b23[_0x315bb3(0x456)])??null;}[_0x37672f(0x372)](_0x4d29f4){const _0x4f0986=_0x37672f;var _0x3173b9;return((_0x3173b9=this[_0x4f0986(0x22b)]['get'](_0x4d29f4))==null?void 0x0:_0x3173b9[_0x4f0986(0x456)])??null;}[_0x37672f(0x31a)](_0x12a53f){const _0xb1fa0f=_0x37672f;var _0x54c503;return((_0x54c503=this[_0xb1fa0f(0x87b)][_0xb1fa0f(0x47e)](_0x12a53f))==null?void 0x0:_0x54c503['root'])??null;}[_0x37672f(0x8e0)](_0x1dcc38,_0x171d23){const _0x4f9a95=_0x37672f;if(!(_0x1dcc38 instanceof Node))return!0x1;let _0x28786a=_0x171d23['embedId']?this[_0x4f9a95(0x372)](_0x171d23['embedId']):_0x171d23[_0x4f9a95(0x391)]?this[_0x4f9a95(0x31a)](_0x171d23['hostAnchorId']):_0x171d23[_0x4f9a95(0x783)]?this[_0x4f9a95(0x47e)](_0x171d23[_0x4f9a95(0x783)]):null;return!!(_0x28786a!=null&&_0x28786a[_0x4f9a95(0x8e0)](_0x1dcc38));}};function _0x16222d(_0x5d4c58,_0x1fe9bd,_0x511b71=_0x41615c(_0x5d4c58),_0x1e8558={}){const _0xc8c541=_0x37672f;var _0x1636ae,_0x4d8b45;let _0x56a801=_0x5d4c58[_0xc8c541(0x868)]['get'](_0x1fe9bd),_0x4e4fd7=_0x1e8558['scopedInjector']??(_0x1e8558[_0xc8c541(0x895)]===!0x1?void 0x0:((_0x1636ae=_0x5d4c58['runtimeScope'])==null?void 0x0:_0x1636ae[_0xc8c541(0x868)])??_0x59f523(_0x5d4c58)),_0x40b3a3=!_0x1e8558[_0xc8c541(0x847)]&&_0x4e4fd7!==((_0x4d8b45=_0x5d4c58['runtimeScope'])==null?void 0x0:_0x4d8b45[_0xc8c541(0x868)]),_0x27554a=_0x1a2ebf(_0x56a801,_0x5d4c58['childUnitId'],_0x4e4fd7);if(!_0x27554a){_0x40b3a3&&(_0x4e4fd7==null||_0x4e4fd7['dispose']());return;}_0x511b71[_0xc8c541(0x89c)][_0xc8c541(0x5d9)]=_0x5d4c58[_0xc8c541(0x783)],_0x511b71['dataset'][_0xc8c541(0x5c8)]=_0x5d4c58[_0xc8c541(0x46e)][_0xc8c541(0x69f)];try{var _0x283a3d,_0x2703bc;(_0x283a3d=(_0x2703bc=_0x27554a['engine'])['unmount'])==null||_0x283a3d[_0xc8c541(0x4d5)](_0x2703bc);}catch{}_0x27554a[_0xc8c541(0x1dc)][_0xc8c541(0x48e)](_0x511b71),_0x7982b(_0x27554a,_0x511b71),_0x4c236a(_0x27554a,{'activate':_0x1e8558[_0xc8c541(0x2d3)]??!0x0});let _0x20308c=_0x5ca7bb(_0x27554a,_0x511b71,{'activate':!0x1});return(0x0,_0x423058[_0xc8c541(0x35b)])(()=>{const _0x2f2468=_0xc8c541;var _0x4188ff;_0x20308c[_0x2f2468(0x4ff)]();try{var _0x1546c5,_0x15dc40;(_0x1546c5=(_0x15dc40=_0x27554a['engine'])[_0x2f2468(0x506)])==null||_0x1546c5[_0x2f2468(0x4d5)](_0x15dc40);}catch{}(_0x4188ff=_0x56a801[_0x2f2468(0x898)])==null||_0x4188ff[_0x2f2468(0x4d5)](_0x56a801,_0x5d4c58[_0x2f2468(0x783)]),_0x511b71['removeAttribute'](_0x2f2468(0x8f3)),_0x511b71[_0x2f2468(0x542)](_0x2f2468(0x486)),_0x40b3a3&&(_0x4e4fd7==null||_0x4e4fd7[_0x2f2468(0x4ff)]());});}function _0x59f523(_0x4d691a){const _0x504ab2=_0x37672f;if(typeof _0x4d691a[_0x504ab2(0x868)][_0x504ab2(0x7df)]==_0x504ab2(0x6de)&&!(!_0x4d691a[_0x504ab2(0x868)][_0x504ab2(0x7df)](_0x423058[_0x504ab2(0x8ca)])||!_0x4d691a[_0x504ab2(0x868)][_0x504ab2(0x7df)](_0x423058[_0x504ab2(0x58f)])))return _0x1a5a07(_0x4d691a);}function _0x5ca7bb(_0x27a49f,_0x2ef69b,_0x214058={}){const _0x1eeccd=_0x37672f;if(typeof ResizeObserver>'u')return(0x0,_0x423058['toDisposable'])(()=>{});let _0x2df125=-0x1,_0x28fd46=-0x1,_0x17c674=0x0,_0x4dc5d8=new ResizeObserver(_0x34038f=>{const _0x11ca13=_0x3a85;var _0x46270e;let _0x48d379=(_0x46270e=_0x34038f[0x0])==null?void 0x0:_0x46270e[_0x11ca13(0x819)],_0x4e55bd=(_0x48d379==null?void 0x0:_0x48d379['width'])??_0x2ef69b[_0x11ca13(0x2f4)],_0x5c5b97=(_0x48d379==null?void 0x0:_0x48d379[_0x11ca13(0x33d)])??_0x2ef69b[_0x11ca13(0x6f0)];(_0x4e55bd!==_0x2df125||_0x5c5b97!==_0x28fd46)&&(_0x2df125=_0x4e55bd,_0x28fd46=_0x5c5b97,_0x17c674&&window[_0x11ca13(0x20c)](_0x17c674),_0x17c674=window[_0x11ca13(0x62b)](()=>{const _0x41500a=_0x11ca13;_0x17c674=0x0,_0x4c236a(_0x27a49f,{'activate':_0x214058[_0x41500a(0x2d3)]??!0x1});}));});return _0x4dc5d8[_0x1eeccd(0x893)](_0x2ef69b),(0x0,_0x423058[_0x1eeccd(0x35b)])(()=>{const _0x1b49d4=_0x1eeccd;_0x17c674&&window[_0x1b49d4(0x20c)](_0x17c674),_0x4dc5d8[_0x1b49d4(0x5f4)]();});}function _0x41615c(_0xd96633){const _0xead9b1=_0x37672f;return _0xd96633[_0xead9b1(0x5b0)][_0xead9b1(0x8dd)]['canvas']??_0xd96633[_0xead9b1(0x46e)][_0xead9b1(0x6ce)]??_0xd96633[_0xead9b1(0x46e)][_0xead9b1(0x891)]??_0xd96633['renderScope'][_0xead9b1(0x677)];}function _0x7982b(_0x22c527,_0xf1fd2e){const _0x2d7286=_0x37672f;var _0x2348cb,_0x54ed73,_0x5c9913,_0x685810,_0x91ac5d;let _0x441d4f=((_0x2348cb=(_0x54ed73=_0x22c527[_0x2d7286(0x1dc)])[_0x2d7286(0x86c)])==null?void 0x0:_0x2348cb[_0x2d7286(0x4d5)](_0x54ed73))??((_0x5c9913=(_0x685810=_0x22c527[_0x2d7286(0x1dc)])['getCanvas'])==null||(_0x5c9913=_0x5c9913['call'](_0x685810))==null||(_0x91ac5d=_0x5c9913['getCanvasEle'])==null?void 0x0:_0x91ac5d[_0x2d7286(0x4d5)](_0x5c9913));!_0x441d4f||_0x441d4f[_0x2d7286(0x76e)]===_0xf1fd2e||_0xf1fd2e[_0x2d7286(0x629)](_0x441d4f);}function _0x1fd2ef(_0x5dd3b5,_0x5a0738,_0x24bbcb){const _0x18d61a=_0x37672f;try{let _0x33e483=_0x5dd3b5[_0x18d61a(0x289)](_0x5a0738);if(_0x33e483){var _0x34df08;if(!_0x24bbcb||_0x1ae69e(_0x33e483)===_0x24bbcb)return _0x33e483;(_0x34df08=_0x5dd3b5[_0x18d61a(0x898)])==null||_0x34df08[_0x18d61a(0x4d5)](_0x5dd3b5,_0x5a0738);}return _0x5dd3b5[_0x18d61a(0x7fd)](_0x5a0738,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x24bbcb,'skipAutoRender':!0x0});}catch{return;}}function _0x1a2ebf(_0xd54365,_0x513971,_0x3348bd){const _0x2d5552=_0x37672f;try{let _0x113748=_0xd54365['getRenderUnitById'](_0x513971);if(_0x113748){var _0x5ecdbd;if(!_0x3348bd||_0x1ae69e(_0x113748)===_0x3348bd)return _0x113748;(_0x5ecdbd=_0xd54365[_0x2d5552(0x898)])==null||_0x5ecdbd[_0x2d5552(0x4d5)](_0xd54365,_0x513971);}return _0xd54365[_0x2d5552(0x7fd)](_0x513971,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x3348bd,'skipAutoRender':!0x0});}catch(_0xec9084){var _0xb53d9;(_0xb53d9=_0xd54365[_0x2d5552(0x898)])==null||_0xb53d9[_0x2d5552(0x4d5)](_0xd54365,_0x513971),console[_0x2d5552(0x36d)]('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0xec9084);return;}}function _0x1ae69e(_0x34df27){const _0x55bae5=_0x37672f;try{var _0x53338a;return(_0x53338a=_0x34df27[_0x55bae5(0x38d)])==null?void 0x0:_0x53338a['call'](_0x34df27,_0x423058[_0x55bae5(0x8d5)]);}catch{return;}}function _0x4c236a(_0x1c6c12,_0x1bb445={}){const _0x21c601=_0x37672f;var _0x36c689,_0x340c05,_0x163ca3,_0x135323;if(_0x1bb445[_0x21c601(0x2d3)]){var _0x3b2bf7;(_0x3b2bf7=_0x1c6c12[_0x21c601(0x2d3)])==null||_0x3b2bf7[_0x21c601(0x4d5)](_0x1c6c12);}_0x1c6c12[_0x21c601(0x1dc)]['resize'](),_0x1c6c12[_0x21c601(0x4cb)]['forEach'](_0x40482b=>{const _0x66769c=_0x21c601;var _0x457219,_0x533298;(_0x457219=_0x40482b[_0x66769c(0x4b1)])==null||_0x457219['call'](_0x40482b,!0x0),(_0x533298=_0x40482b[_0x66769c(0x2ba)])==null||_0x533298['call'](_0x40482b,!0x0);}),(_0x36c689=_0x1c6c12['mainComponent'])==null||(_0x340c05=_0x36c689['makeDirty'])==null||_0x340c05[_0x21c601(0x4d5)](_0x36c689,!0x0),_0x1c6c12[_0x21c601(0x5d6)][_0x21c601(0x2ba)](),(_0x163ca3=(_0x135323=_0x1c6c12['scene'])[_0x21c601(0x5db)])==null||_0x163ca3[_0x21c601(0x4d5)](_0x135323);}var _0x393ef6=class{constructor(){const _0xebaf62=_0x37672f;_0x1876b0(this,'_providers',new Map()),_0x1876b0(this,_0xebaf62(0x645),new Map()),_0x1876b0(this,_0xebaf62(0x3a7),new Map()),_0x1876b0(this,_0xebaf62(0x8d7),new Map());}[_0x37672f(0x920)](_0x272154){const _0x34bf58=_0x37672f;return this[_0x34bf58(0x580)]['set'](_0x272154[_0x34bf58(0x6b0)],_0x272154),(0x0,_0x423058['toDisposable'])(()=>{const _0x5db812=_0x34bf58;this[_0x5db812(0x580)][_0x5db812(0x47e)](_0x272154['childType'])===_0x272154&&this[_0x5db812(0x580)]['delete'](_0x272154['childType']);});}[_0x37672f(0x47e)](_0x1eda54){const _0x30e2c8=_0x37672f;return this[_0x30e2c8(0x580)]['get'](_0x1eda54);}[_0x37672f(0x300)](_0x214e2a){const _0x5611eb=_0x37672f;return this['_contextsByEmbedId'][_0x5611eb(0x5d7)](_0x214e2a[_0x5611eb(0x2ab)],_0x214e2a),this['_contextsByHostAnchorId']['set'](_0x214e2a[_0x5611eb(0x466)]['hostAnchorId'],_0x214e2a),this['_contextsByChildUnitId']['set'](_0x214e2a[_0x5611eb(0x783)],_0x214e2a),(0x0,_0x423058[_0x5611eb(0x35b)])(()=>{const _0x5dc2d5=_0x5611eb;this[_0x5dc2d5(0x645)]['get'](_0x214e2a[_0x5dc2d5(0x2ab)])===_0x214e2a&&this[_0x5dc2d5(0x645)]['delete'](_0x214e2a[_0x5dc2d5(0x2ab)]),this['_contextsByHostAnchorId']['get'](_0x214e2a['descriptor'][_0x5dc2d5(0x391)])===_0x214e2a&&this[_0x5dc2d5(0x3a7)][_0x5dc2d5(0x405)](_0x214e2a[_0x5dc2d5(0x466)][_0x5dc2d5(0x391)]),this[_0x5dc2d5(0x8d7)][_0x5dc2d5(0x47e)](_0x214e2a['childUnitId'])===_0x214e2a&&this[_0x5dc2d5(0x8d7)]['delete'](_0x214e2a[_0x5dc2d5(0x783)]);});}[_0x37672f(0x73b)](_0x1f8db4){const _0x1bcd0a=_0x37672f;return this[_0x1bcd0a(0x645)][_0x1bcd0a(0x47e)](_0x1f8db4);}[_0x37672f(0x6a4)](_0x259500){const _0x22ce5d=_0x37672f;return this[_0x22ce5d(0x3a7)][_0x22ce5d(0x47e)](_0x259500);}['getContextByChildUnitId'](_0x3632d8){const _0x26ef72=_0x37672f;return this[_0x26ef72(0x8d7)][_0x26ef72(0x47e)](_0x3632d8);}[_0x37672f(0x4ab)](_0x3d729c){const _0x58a61d=_0x37672f;let _0x2f6de5=this[_0x58a61d(0x47e)](_0x3d729c['childType']);return _0x2f6de5?Promise[_0x58a61d(0x664)](_0x2f6de5[_0x58a61d(0x4ab)](_0x3d729c)):Promise['resolve'](_0x1c1c3(_0x3d729c));}[_0x37672f(0x720)](_0x22e93b){const _0x4c5a7e=_0x37672f;let _0x55df79=this['getContextByEmbedId'](_0x22e93b);return _0x55df79?this['capture'](_0x55df79):Promise[_0x4c5a7e(0x664)](void 0x0);}[_0x37672f(0x388)](_0xb13994){const _0x37bbd9=_0x37672f;let _0x2caf24=this[_0x37bbd9(0x6a4)](_0xb13994);return _0x2caf24?this[_0x37bbd9(0x4ab)](_0x2caf24):Promise[_0x37bbd9(0x664)](void 0x0);}[_0x37672f(0x45c)](_0x595e3e){const _0x2b8278=_0x37672f;let _0x45179f=this[_0x2b8278(0x873)](_0x595e3e);return _0x45179f?this[_0x2b8278(0x4ab)](_0x45179f):Promise[_0x2b8278(0x664)](void 0x0);}};function _0x1c1c3(_0x22f18a){const _0x39902b=_0x37672f;if(!_0x22f18a[_0x39902b(0x46e)])return;let _0x57721a=[_0x22f18a[_0x39902b(0x46e)]['canvasRoot'],_0x22f18a[_0x39902b(0x46e)][_0x39902b(0x891)],_0x22f18a[_0x39902b(0x46e)][_0x39902b(0x677)]]['filter'](_0x338250=>!!_0x338250),_0xfad9c6=Array[_0x39902b(0x7a2)](new Set(_0x57721a[_0x39902b(0x350)](_0x5dfca7=>Array['from'](_0x5dfca7[_0x39902b(0x793)](_0x39902b(0x492))))))[_0x39902b(0x320)](_0x172f98=>_0x172f98['width']>0x1&&_0x172f98[_0x39902b(0x33d)]>0x1)[_0x39902b(0x6d8)]((_0x1aa255,_0x3c0b20)=>_0x3c0b20[_0x39902b(0x7e5)]*_0x3c0b20['height']-_0x1aa255[_0x39902b(0x7e5)]*_0x1aa255['height']);for(let _0x4bd001 of _0xfad9c6)try{return _0x4bd001[_0x39902b(0x8bd)](_0x39902b(0x3be));}catch{}}function _0xcd14f8(_0x2fe3fc,_0x2dc9ca){return function(_0x7a5dd4,_0x54e5b6){_0x2dc9ca(_0x7a5dd4,_0x54e5b6,_0x2fe3fc);};}function _0x10216e(_0xfaf5bd,_0x5de9d3,_0x1c37f6,_0x5bd223){const _0x859bf7=_0x37672f;var _0x100623=arguments[_0x859bf7(0x3fe)],_0xcfd6bd=_0x100623<0x3?_0x5de9d3:_0x5bd223===null?_0x5bd223=Object['getOwnPropertyDescriptor'](_0x5de9d3,_0x1c37f6):_0x5bd223,_0x54004f;if(typeof Reflect=='object'&&typeof Reflect[_0x859bf7(0x6e1)]=='function')_0xcfd6bd=Reflect[_0x859bf7(0x6e1)](_0xfaf5bd,_0x5de9d3,_0x1c37f6,_0x5bd223);else{for(var _0x1ce5da=_0xfaf5bd[_0x859bf7(0x3fe)]-0x1;_0x1ce5da>=0x0;_0x1ce5da--)(_0x54004f=_0xfaf5bd[_0x1ce5da])&&(_0xcfd6bd=(_0x100623<0x3?_0x54004f(_0xcfd6bd):_0x100623>0x3?_0x54004f(_0x5de9d3,_0x1c37f6,_0xcfd6bd):_0x54004f(_0x5de9d3,_0x1c37f6))||_0xcfd6bd);}return _0x100623>0x3&&_0xcfd6bd&&Object[_0x859bf7(0x3a8)](_0x5de9d3,_0x1c37f6,_0xcfd6bd),_0xcfd6bd;}let _0xdd2481=_0x37672f(0x507);var _0x199253=class extends Error{constructor(_0x294715,_0x3c5be5){const _0x2497de=_0x37672f;super(_0xdd2481+':\x20'+_0x294715),this[_0x2497de(0x783)]=_0x294715,this[_0x2497de(0x6a9)]=_0x3c5be5,_0x1876b0(this,'code',_0xdd2481),this[_0x2497de(0x705)]='EmbedDuplicateChildUnitError';}};let _0x1d93f4=class{constructor(_0x3449ef,_0x5389de,_0x5344f2,_0x1a7c5c,_0x1995d0,_0x1f6ce8,_0x1f2733,_0x5da4bc){const _0x3d4409=_0x37672f;this['_hostContainerRegistry']=_0x3449ef,this[_0x3d4409(0x2b8)]=_0x5389de,this[_0x3d4409(0x6a0)]=_0x5344f2,this[_0x3d4409(0x1d9)]=_0x1a7c5c,this[_0x3d4409(0x652)]=_0x1995d0,this[_0x3d4409(0x709)]=_0x1f6ce8,this[_0x3d4409(0x6e7)]=_0x1f2733,this[_0x3d4409(0x75f)]=_0x5da4bc,_0x1876b0(this,_0x3d4409(0x8a6),new Map()),_0x1876b0(this,'_tabFocusLeases',new Map()),_0x1876b0(this,_0x3d4409(0x767),new Map());}[_0x37672f(0x48e)](_0x376ffb){return this['_mountResolvedHost'](_0x376ffb);}[_0x37672f(0x433)](_0x28b61e,_0x1f4a90,_0x465900){const _0x1b94e4=_0x37672f;return this[_0x1b94e4(0x2cb)](_0x28b61e,{'hostElement':_0x1f4a90,'runtimeRoots':_0x465900});}[_0x37672f(0x2cb)](_0x45e8e2,_0x281582){const _0x392160=_0x37672f;var _0x55ada2,_0x471774;if(!_0x45e8e2[_0x392160(0x783)]||_0x45e8e2[_0x392160(0x6b0)]==null)throw Error('EMBED_MOUNT_CHILD_NOT_RESOLVED');this[_0x392160(0x341)](_0x45e8e2),this[_0x392160(0x506)](_0x45e8e2[_0x392160(0x2ab)]);let _0x119482={'hostUnitId':_0x45e8e2[_0x392160(0x7cf)],'embedId':_0x45e8e2['embedId'],'childUnitId':_0x45e8e2[_0x392160(0x783)]},_0x4ebf23=this['_resolveLayout'](_0x45e8e2),_0x507357=this[_0x392160(0x35c)]['get'](_0x45e8e2[_0x392160(0x805)],_0x45e8e2['entry']);if(!_0x507357||!this[_0x392160(0x35c)][_0x392160(0x331)](_0x45e8e2[_0x392160(0x805)],_0x45e8e2[_0x392160(0x23b)],_0x4ebf23))throw Error('EMBED_MOUNT_HOST_NOT_REGISTERED');let _0x52228b=this[_0x392160(0x6e7)][_0x392160(0x884)](_0x119482),_0xd1fbde=this[_0x392160(0x2b8)][_0x392160(0x47e)](_0x45e8e2[_0x392160(0x6b0)]);if(_0x52228b[_0x392160(0x86e)]&&!(_0xd1fbde!=null&&_0xd1fbde[_0x392160(0x8c5)][_0x392160(0x3d9)](_0x4ebf23)))throw Error(_0x392160(0x4fe));let _0x3efc3d={'descriptor':_0x45e8e2,'layout':_0x4ebf23,'injector':this[_0x392160(0x75f)],'hostUnitId':_0x45e8e2[_0x392160(0x7cf)],'embedId':_0x45e8e2[_0x392160(0x2ab)],'childUnitId':_0x45e8e2[_0x392160(0x783)],'childType':_0x45e8e2[_0x392160(0x6b0)]},_0x15cb57=[],_0x1fdff7=_0x281582??((_0x55ada2=_0x507357[_0x392160(0x48e)])==null?void 0x0:_0x55ada2[_0x392160(0x4d5)](_0x507357,_0x3efc3d)),_0x54248b=this['_normalizeHostMountResult'](_0x1fdff7);if(_0x54248b['disposable']&&_0x15cb57[_0x392160(0x5fd)](_0x54248b[_0x392160(0x886)]),_0x3efc3d[_0x392160(0x342)]=_0x54248b['hostElement']??_0x3efc3d[_0x392160(0x342)],_0x3efc3d[_0x392160(0x3e5)]=_0x3efc3d[_0x392160(0x342)],!_0x3efc3d[_0x392160(0x342)]||!_0x3efc3d[_0x392160(0x3e5)])throw[..._0x15cb57]['reverse']()[_0x392160(0x84e)](_0x591103=>_0x591103[_0x392160(0x4ff)]()),Error(_0x392160(0x610));if(_0x54248b['runtimeRoots']||_0x15cb57['push'](_0x280939(_0x3efc3d[_0x392160(0x342)])),!_0x52228b[_0x392160(0x86e)])return this[_0x392160(0x785)](_0x45e8e2,_0x4ebf23,_0x3efc3d['hostElement'],_0x54248b[_0x392160(0x8c2)],_0x15cb57,_0x52228b[_0x392160(0x7e0)]);if(!_0xd1fbde)throw[..._0x15cb57][_0x392160(0x691)]()[_0x392160(0x84e)](_0x15d0fe=>_0x15d0fe[_0x392160(0x4ff)]()),Error(_0x392160(0x4fe));let {renderScope:_0x1cbb8e,disposable:_0x11c0b5,setActive:_0x2c2cb0}=this[_0x392160(0x604)](_0x45e8e2,_0x4ebf23,_0x3efc3d[_0x392160(0x342)],_0x54248b[_0x392160(0x8c2)]);_0x15cb57[_0x392160(0x5fd)](_0x11c0b5);let _0x2099e3={..._0x3efc3d,'hostElement':_0x3efc3d[_0x392160(0x342)],'container':_0x3efc3d[_0x392160(0x3e5)],'renderScope':_0x1cbb8e},{runtimeScope:_0x578339,disposable:_0x19c183}=_0x10e112(_0x2099e3,_0x2c2cb0,_0xd1fbde[_0x392160(0x66a)]),_0x5e388f={..._0x2099e3,'runtimeScope':_0x578339};_0x15cb57[_0x392160(0x5fd)](_0x19c183);let _0x4a4840=this['_registerRuntimeBoundary'](_0x45e8e2,_0x3efc3d[_0x392160(0x342)],_0x1cbb8e,_0x578339[_0x392160(0x8dd)]);_0x4a4840&&_0x15cb57[_0x392160(0x5fd)](_0x4a4840),this[_0x392160(0x75f)][_0x392160(0x7df)](_0x4b94f0)&&_0x15cb57[_0x392160(0x5fd)](this[_0x392160(0x75f)][_0x392160(0x47e)](_0x4b94f0)[_0x392160(0x6e2)]({'embedId':_0x45e8e2[_0x392160(0x2ab)],'hostUnitId':_0x45e8e2[_0x392160(0x7cf)],'childUnitId':_0x45e8e2[_0x392160(0x783)],'childType':_0x45e8e2['childType']}));let _0x147681=_0x578339[_0x392160(0x868)]===_0x3efc3d[_0x392160(0x868)]?void 0x0:_0x578339[_0x392160(0x4ee)];_0x15cb57[_0x392160(0x5fd)](this[_0x392160(0x729)](_0x45e8e2,_0x3efc3d[_0x392160(0x342)],_0x1cbb8e[_0x392160(0x69f)],_0x147681)),_0x15cb57[_0x392160(0x5fd)](this[_0x392160(0x1d9)][_0x392160(0x300)](_0x5e388f));let _0x41bd5e=this[_0x392160(0x680)](_0x45e8e2),_0x51cc42=(_0x471774=_0xd1fbde[_0x392160(0x48e)])==null?void 0x0:_0x471774[_0x392160(0x4d5)](_0xd1fbde,_0x5e388f);if(_0x51cc42&&_0x15cb57['push'](_0x51cc42),_0x15cb57[_0x392160(0x5fd)](_0x41bd5e),_0x15cb57['push'](this['_runtimePolicyService'][_0x392160(0x452)](_0x119482)),_0x1cbb8e['mode']===_0x392160(0x78d)){let _0x46f1b8=this['_mountFloatingMenu'](_0x5e388f);_0x46f1b8&&_0x15cb57[_0x392160(0x5fd)](_0x46f1b8);}let _0x5507bb={'hostUnitId':_0x45e8e2['hostUnitId'],'embedId':_0x45e8e2['embedId'],'childUnitId':_0x45e8e2[_0x392160(0x783)],'childType':_0x45e8e2[_0x392160(0x6b0)],'entry':_0x45e8e2[_0x392160(0x23b)],'layout':_0x4ebf23,'hostElement':_0x3efc3d['hostElement'],'context':_0x5e388f};return this['_sessions'][_0x392160(0x5d7)](_0x45e8e2[_0x392160(0x2ab)],{'session':_0x5507bb,'disposables':_0x15cb57,'setActive':_0x2c2cb0}),_0x4ebf23!=='tab-peer'&&this[_0x392160(0x824)](_0x45e8e2,_0x4ebf23,_0x2c2cb0),_0x5507bb;}[_0x37672f(0x785)](_0xb479ad,_0x533b92,_0x36c727,_0x25234b,_0x77d9b5,_0x54a552){const _0x46a5f8=_0x37672f;let _0x39114=(_0x25234b==null?void 0x0:_0x25234b[_0x46a5f8(0x6fe)])??_0x27a665(_0x36c727,_0x46a5f8(0x2f1))??_0x36c727,_0x10e76c=_0x8b2a11(_0x54a552);_0x39114[_0x46a5f8(0x485)](_0x10e76c),_0x77d9b5[_0x46a5f8(0x5fd)]((0x0,_0x423058['toDisposable'])(()=>{const _0x4f9d4e=_0x46a5f8;_0x10e76c[_0x4f9d4e(0x76e)]===_0x39114&&_0x10e76c['remove']();}));let _0x47f73c={'hostUnitId':_0xb479ad[_0x46a5f8(0x7cf)],'embedId':_0xb479ad[_0x46a5f8(0x2ab)],'childUnitId':_0xb479ad[_0x46a5f8(0x783)],'childType':_0xb479ad[_0x46a5f8(0x6b0)],'entry':_0xb479ad[_0x46a5f8(0x23b)],'layout':_0x533b92,'hostElement':_0x36c727};return this[_0x46a5f8(0x8a6)][_0x46a5f8(0x5d7)](_0xb479ad[_0x46a5f8(0x2ab)],{'session':_0x47f73c,'disposables':_0x77d9b5,'setActive':()=>{}}),_0x47f73c;}[_0x37672f(0x824)](_0x359ad9,_0x5501aa,_0x3b215e){const _0x5d5ca2=_0x37672f;if(_0x5501aa!==_0x5d5ca2(0x77d)){if(this[_0x5d5ca2(0x75f)][_0x5d5ca2(0x7df)](_0x5e0ca8[_0x5d5ca2(0x2c4)])){let _0x34b2c7=this[_0x5d5ca2(0x75f)][_0x5d5ca2(0x47e)](_0x5e0ca8[_0x5d5ca2(0x2c4)])['getFocusOwner']();if((_0x34b2c7==null?void 0x0:_0x34b2c7[_0x5d5ca2(0x7cf)])===_0x359ad9['hostUnitId']){_0x3b215e(_0x34b2c7['embedId']===_0x359ad9[_0x5d5ca2(0x2ab)]);return;}}_0x3b215e(!0x1);}}['unmount'](_0x5db9f1){const _0x44dc41=_0x37672f;let _0x131e6f=this[_0x44dc41(0x8a6)][_0x44dc41(0x47e)](_0x5db9f1);_0x131e6f&&(this[_0x44dc41(0x8dc)](_0x5db9f1),this[_0x44dc41(0x5be)](_0x5db9f1),[..._0x131e6f['disposables']][_0x44dc41(0x691)]()['forEach'](_0x431d39=>_0x431d39[_0x44dc41(0x4ff)]()),this[_0x44dc41(0x8a6)][_0x44dc41(0x405)](_0x5db9f1));}[_0x37672f(0x25a)](_0x21984d){const _0x339d73=_0x37672f;var _0x398d31;return(_0x398d31=this[_0x339d73(0x8a6)][_0x339d73(0x47e)](_0x21984d))==null?void 0x0:_0x398d31[_0x339d73(0x431)];}[_0x37672f(0x30d)](){const _0x41a1a3=_0x37672f;return[...this['_sessions'][_0x41a1a3(0x4bf)]()][_0x41a1a3(0x3b8)](({session:_0x38bbf0})=>_0x38bbf0);}[_0x37672f(0x56a)](_0x2d7c17){const _0x2b7cf2=_0x37672f;let _0x37d3f8=this[_0x2b7cf2(0x8a6)][_0x2b7cf2(0x47e)](_0x2d7c17);if(_0x37d3f8){if(_0x37d3f8[_0x2b7cf2(0x431)][_0x2b7cf2(0x589)]!=='tab-peer'){this[_0x2b7cf2(0x8a6)]['forEach'](_0x2982c3=>{const _0x5a5c30=_0x2b7cf2;_0x2982c3[_0x5a5c30(0x431)][_0x5a5c30(0x589)]!==_0x5a5c30(0x77d)&&_0x2982c3[_0x5a5c30(0x431)][_0x5a5c30(0x7cf)]===_0x37d3f8[_0x5a5c30(0x431)]['hostUnitId']&&_0x2982c3[_0x5a5c30(0x7d0)](_0x2982c3[_0x5a5c30(0x431)][_0x5a5c30(0x2ab)]===_0x2d7c17);});return;}this[_0x2b7cf2(0x66c)](_0x37d3f8[_0x2b7cf2(0x431)]),this[_0x2b7cf2(0x8a6)][_0x2b7cf2(0x84e)](_0x238aca=>{const _0x447372=_0x2b7cf2;_0x238aca['session'][_0x447372(0x589)]===_0x447372(0x77d)&&_0x238aca[_0x447372(0x431)][_0x447372(0x7cf)]===_0x37d3f8[_0x447372(0x431)][_0x447372(0x7cf)]&&_0x238aca[_0x447372(0x7d0)](_0x238aca[_0x447372(0x431)][_0x447372(0x2ab)]===_0x2d7c17);}),this[_0x2b7cf2(0x776)](_0x37d3f8[_0x2b7cf2(0x431)]),this[_0x2b7cf2(0x272)](_0x37d3f8['session']);}}['releaseSessionFocus'](_0xdd2d75){const _0x2b54ba=_0x37672f;let _0x1d6c5a=this['_tabFocusLeases'][_0x2b54ba(0x7df)](_0xdd2d75);return this['_releaseTabPeerFocusLease'](_0xdd2d75),_0x1d6c5a;}[_0x37672f(0x60a)](_0x2e0905){let _0x5bf289=[];return this['_sessions']['forEach'](_0x511020=>{const _0x2c0b76=_0x3a85;_0x511020[_0x2c0b76(0x431)]['layout']==='tab-peer'&&(_0x2e0905&&_0x511020[_0x2c0b76(0x431)][_0x2c0b76(0x2ab)]!==_0x2e0905||(this['_runChildBeforeDeactivate'](_0x511020[_0x2c0b76(0x431)]),this['_releaseTabPeerFocusLease'](_0x511020[_0x2c0b76(0x431)][_0x2c0b76(0x2ab)]),_0x511020[_0x2c0b76(0x7d0)](!0x1),this[_0x2c0b76(0x5be)](_0x511020[_0x2c0b76(0x431)][_0x2c0b76(0x2ab)]),_0x5bf289[_0x2c0b76(0x5fd)](_0x511020[_0x2c0b76(0x431)])));}),_0x5bf289;}[_0x37672f(0x40e)](_0x358212){const _0x4c231c=_0x37672f;let _0x1f60f4=this[_0x4c231c(0x8a6)][_0x4c231c(0x47e)](_0x358212);if(!(!_0x1f60f4||_0x1f60f4['session'][_0x4c231c(0x589)]==='tab-peer'))return this['_runChildBeforeDeactivate'](_0x1f60f4[_0x4c231c(0x431)]),_0x1f60f4[_0x4c231c(0x7d0)](!0x1),_0x1f60f4[_0x4c231c(0x431)];}[_0x37672f(0x7d0)](_0x1dcfce,_0x120219){const _0x38f313=_0x37672f;var _0x4d5d57;(_0x4d5d57=this[_0x38f313(0x8a6)][_0x38f313(0x47e)](_0x1dcfce))==null||_0x4d5d57[_0x38f313(0x7d0)](_0x120219);}[_0x37672f(0x2d1)](_0x58e842){const _0x177ce7=_0x37672f;let _0x7a8e1e=_0x58e842[_0x177ce7(0x8d2)];if(!_0x7a8e1e)return;let _0x4a3552=this[_0x177ce7(0x2b8)][_0x177ce7(0x47e)](_0x58e842[_0x177ce7(0x6b0)]);if(_0x4a3552!=null&&_0x4a3552[_0x177ce7(0x3fd)])try{_0x4a3552[_0x177ce7(0x3fd)](_0x7a8e1e);}catch(_0x5c078c){console[_0x177ce7(0x36d)](_0x177ce7(0x20a),_0x5c078c);}}[_0x37672f(0x66c)](_0x131b4b){const _0x4fe3f3=_0x37672f;var _0x375a20;let _0x4730ae=(_0x375a20=_0x131b4b[_0x4fe3f3(0x8d2)])==null?void 0x0:_0x375a20[_0x4fe3f3(0x868)];if(!(_0x4730ae!=null&&_0x4730ae['has'](_0x18a9fe['IRenderManagerService'])))return;let _0x370e0e=this[_0x4fe3f3(0x767)][_0x4fe3f3(0x47e)](_0x131b4b[_0x4fe3f3(0x7cf)]);if(_0x370e0e){this[_0x4fe3f3(0x767)][_0x4fe3f3(0x5d7)](_0x131b4b[_0x4fe3f3(0x7cf)],{..._0x370e0e,'embedId':_0x131b4b[_0x4fe3f3(0x2ab)]});return;}let _0x50d980=_0x4730ae[_0x4fe3f3(0x47e)](_0x18a9fe[_0x4fe3f3(0x71b)])[_0x4fe3f3(0x289)](_0x131b4b[_0x4fe3f3(0x7cf)]);if(!_0x50d980||_0x50d980['isMainScene']===!0x1||_0x50d980[_0x4fe3f3(0x367)]())return;let _0x1306aa=_0x50d980['engine'][_0x4fe3f3(0x86c)]()[_0x4fe3f3(0x76e)];_0x1306aa&&(_0x50d980['deactivate'](),_0x50d980[_0x4fe3f3(0x1dc)]['unmount'](),this['_tabHostRenderLeases'][_0x4fe3f3(0x5d7)](_0x131b4b['hostUnitId'],{'embedId':_0x131b4b[_0x4fe3f3(0x2ab)],'render':_0x50d980,'parentElement':_0x1306aa}));}[_0x37672f(0x5be)](_0x509acb){const _0x48b9d8=_0x37672f;this[_0x48b9d8(0x767)][_0x48b9d8(0x84e)]((_0x39a4a8,_0x270925)=>{const _0x3904c1=_0x48b9d8;_0x39a4a8[_0x3904c1(0x2ab)]===_0x509acb&&(this[_0x3904c1(0x767)][_0x3904c1(0x405)](_0x270925),!(_0x39a4a8[_0x3904c1(0x5db)]['isDisposed']()||!_0x39a4a8[_0x3904c1(0x76e)]['isConnected'])&&(_0x39a4a8[_0x3904c1(0x5db)][_0x3904c1(0x1dc)][_0x3904c1(0x86c)]()[_0x3904c1(0x76e)]!==_0x39a4a8[_0x3904c1(0x76e)]&&_0x39a4a8[_0x3904c1(0x5db)][_0x3904c1(0x1dc)][_0x3904c1(0x48e)](_0x39a4a8[_0x3904c1(0x76e)]),_0x4c236a(_0x39a4a8[_0x3904c1(0x5db)],{'activate':!0x0})));});}[_0x37672f(0x714)](_0x584288){const _0x109b3c=_0x37672f;var _0x2803af,_0x58102a;let _0x3e1b00=((_0x2803af=_0x584288['sourceMeta'])==null?void 0x0:_0x2803af['floating'])||void 0x0;if(_0x3e1b00!=null&&_0x3e1b00[_0x109b3c(0x589)])return _0x3e1b00[_0x109b3c(0x589)];let _0x102cc0=((_0x58102a=_0x584288['sourceMeta'])==null?void 0x0:_0x58102a[_0x109b3c(0x81f)])||void 0x0;if(_0x102cc0!=null&&_0x102cc0[_0x109b3c(0x62a)])return _0x109b3c(0x77d);throw Error(_0x109b3c(0x1dd));}[_0x37672f(0x604)](_0x36c968,_0x195fb0,_0x180be3,_0x30ff37){const _0x103d98=_0x37672f;var _0x628b89,_0x124d13;let _0x52defe=new _0x12f7a8[(_0x103d98(0x4f6))](!0x0),_0x4fdc4c=_0x36c968['hostAnchorId'],_0x35a6d3=(_0x628b89=_0x36c968[_0x103d98(0x5d5)])==null?void 0x0:_0x628b89[_0x103d98(0x81f)],_0x5c07ab=_0x35a6d3&&_0x35a6d3[_0x103d98(0x62a)]?_0x103d98(0x81f):(_0x124d13=_0x36c968[_0x103d98(0x5d5)])!=null&&_0x124d13[_0x103d98(0x461)]?_0x103d98(0x78d):_0x103d98(0x619),_0x5f1a46=(_0x30ff37==null?void 0x0:_0x30ff37[_0x103d98(0x6fe)])??_0x27a665(_0x180be3,_0x103d98(0x2f1))??_0x180be3,_0x233596=(_0x30ff37==null?void 0x0:_0x30ff37[_0x103d98(0x492)])??_0x27a665(_0x180be3,_0x103d98(0x290))??_0x180be3,_0x2dc934=(_0x30ff37==null?void 0x0:_0x30ff37['overlay'])??_0x27a665(_0x180be3,'data-embed-overlay-root')??_0x180be3,_0x45cd29=(_0x30ff37==null?void 0x0:_0x30ff37[_0x103d98(0x7f1)])??_0x27a665(_0x180be3,_0x103d98(0x263))??_0x2dc934,_0x51aaed=this[_0x103d98(0x6a0)][_0x103d98(0x920)]({'childUnitId':_0x36c968[_0x103d98(0x783)],'embedId':_0x36c968[_0x103d98(0x2ab)],'hostAnchorId':_0x4fdc4c,'root':_0x2dc934}),_0x1b50b8=_0x218798=>{const _0x4c19fe=_0x103d98;_0x52defe[_0x4c19fe(0x6a1)]()!==_0x218798&&(_0x366534(_0x180be3,_0x218798,_0x5c07ab),_0x52defe[_0x4c19fe(0x7b8)](_0x218798));};return _0x366534(_0x180be3,!0x0,_0x5c07ab),{'renderScope':{'hostUnitId':_0x36c968['hostUnitId'],'hostAnchorId':_0x4fdc4c,'embedId':_0x36c968['embedId'],'childUnitId':_0x36c968[_0x103d98(0x783)],'childType':_0x36c968[_0x103d98(0x6b0)],'layout':_0x195fb0,'mode':_0x5c07ab,'rootElement':_0x180be3,'contentRoot':_0x5f1a46,'canvasRoot':_0x233596,'overlayRoot':_0x2dc934,'popupRoot':_0x45cd29,'menuOutlet':_0x30ff37!=null&&_0x30ff37[_0x103d98(0x69b)]?{'container':_0x30ff37[_0x103d98(0x69b)]}:void 0x0,'active$':_0x52defe['asObservable']()},'disposable':(0x0,_0x423058[_0x103d98(0x35b)])(()=>{const _0xd936b7=_0x103d98;_0x51aaed[_0xd936b7(0x4ff)](),_0x1b50b8(!0x1),_0x52defe[_0xd936b7(0x491)]();}),'setActive':_0x1b50b8};}['_registerRuntimeBoundary'](_0x4bbd8b,_0x143b8e,_0x3bf8dc,_0x3b4169){const _0xdcf8de=_0x37672f;let _0x527fb3=this['_injector']['has'](_0x32cfb9),_0x164621=this[_0xdcf8de(0x75f)][_0xdcf8de(0x7df)](_0x4b94f0);if(!_0x527fb3&&!_0x164621)return;let _0x4def0c=_0x527fb3?this[_0xdcf8de(0x75f)][_0xdcf8de(0x47e)](_0x32cfb9):void 0x0,_0x20aa2d=_0x164621?this[_0xdcf8de(0x75f)][_0xdcf8de(0x47e)](_0x4b94f0):void 0x0,_0x32005b=new Map(),_0xc76d02=(_0x8e576d,_0x5570ed)=>{const _0xc4b53c=_0xdcf8de;if(!_0x8e576d)return;let _0x4dc601=_0x32005b[_0xc4b53c(0x47e)](_0x8e576d);(!_0x4dc601||_0x4dc601==='runtime')&&_0x32005b['set'](_0x8e576d,_0x5570ed);};_0xc76d02(_0x143b8e,_0xdcf8de(0x747)),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x677)],'runtime'),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x891)],_0xdcf8de(0x747)),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x6ce)],'runtime'),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x5c2)],'runtime'),_0xc76d02(_0x3b4169[_0xdcf8de(0x456)],_0xdcf8de(0x747)),_0xc76d02(_0x3b4169[_0xdcf8de(0x6fe)],_0xdcf8de(0x747)),_0xc76d02(_0x3b4169['canvas'],_0xdcf8de(0x747)),_0xc76d02(_0x3b4169['overlay'],'runtime'),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x8ae)],_0xdcf8de(0x516)),_0xc76d02(_0x3b4169['popup'],_0xdcf8de(0x516));let _0x3d52e1=[..._0x32005b][_0xdcf8de(0x350)](([_0x19fae2,_0x1e2e45])=>[_0x4def0c==null?void 0x0:_0x4def0c[_0xdcf8de(0x578)](_0x4bbd8b[_0xdcf8de(0x2ab)],_0x19fae2,_0x4bbd8b[_0xdcf8de(0x783)]),_0x20aa2d==null?void 0x0:_0x20aa2d['registerElement']({'embedId':_0x4bbd8b[_0xdcf8de(0x2ab)],'role':_0x1e2e45,'element':_0x19fae2})][_0xdcf8de(0x320)](_0xa05861=>!!_0xa05861));return(0x0,_0x423058['toDisposable'])(()=>{const _0x3bfe5d=_0xdcf8de;[..._0x3d52e1][_0x3bfe5d(0x691)]()[_0x3bfe5d(0x84e)](_0x6576c5=>_0x6576c5[_0x3bfe5d(0x4ff)]());});}['_normalizeHostMountResult'](_0x1ae0e0){const _0x1f0e23=_0x37672f;return _0x1ae0e0?'dispose'in _0x1ae0e0?{'disposable':_0x1ae0e0}:{'hostElement':_0x1ae0e0[_0x1f0e23(0x342)],'runtimeRoots':_0x1ae0e0[_0x1f0e23(0x8c2)],'disposable':_0x1ae0e0[_0x1f0e23(0x886)]?(0x0,_0x423058[_0x1f0e23(0x35b)])(()=>{const _0x552401=_0x1f0e23;var _0x1b8efa;return(_0x1b8efa=_0x1ae0e0[_0x552401(0x886)])==null?void 0x0:_0x1b8efa[_0x552401(0x4ff)]();}):void 0x0}:{};}[_0x37672f(0x905)](_0x36e1b1){const _0x2a2e6b=_0x37672f;if(!this[_0x2a2e6b(0x75f)][_0x2a2e6b(0x7df)](_0x74c661))return;let _0x3c1850=this[_0x2a2e6b(0x75f)]['get'](_0x74c661)['get'](_0x36e1b1[_0x2a2e6b(0x466)][_0x2a2e6b(0x805)],_0x36e1b1[_0x2a2e6b(0x466)][_0x2a2e6b(0x23b)],_0x36e1b1['childType']);if(!_0x3c1850)return;let _0x36f56f=this['_floatingActiveService'][_0x2a2e6b(0x2fc)](),_0x5eeda5=_0x3c1850[_0x2a2e6b(0x48e)]({..._0x36e1b1,'active':_0x36f56f});return _0x5eeda5?(0x0,_0x423058[_0x2a2e6b(0x35b)])(()=>_0x5eeda5[_0x2a2e6b(0x4ff)]()):void 0x0;}['_registerChildFocusBridge'](_0x536a21,_0x46f2de,_0x30cba2,_0xc78def){const _0xf8e48d=_0x37672f;let _0x24a52c=this[_0xf8e48d(0x75f)]['has'](_0x32cfb9)?this[_0xf8e48d(0x75f)][_0xf8e48d(0x47e)](_0x32cfb9):void 0x0,_0x37855e=this[_0xf8e48d(0x75f)][_0xf8e48d(0x7df)](_0x4b94f0)?this['_injector'][_0xf8e48d(0x47e)](_0x4b94f0):void 0x0,_0x503c38=_0x46f2de['ownerDocument'],_0x1c7ec8=[],_0x5ab45f=_0x30cba2==='float'&&_0xc78def?this[_0xf8e48d(0x709)][_0xf8e48d(0x661)][_0xf8e48d(0x4a5)](()=>{const _0x5bf270=_0xf8e48d;this[_0x5bf270(0x709)]['getStage'](_0x536a21[_0x5bf270(0x2ab)])!==_0x5bf270(0x58d)&&_0xc78def[_0x5bf270(0x1eb)](null);}):void 0x0,_0x401367=()=>_0x30cba2!==_0xf8e48d(0x78d)||this[_0xf8e48d(0x709)][_0xf8e48d(0x7d4)](_0x536a21[_0xf8e48d(0x2ab)])==='stage2',_0x57e2fa=(_0x5a1d5d,_0x538a03={})=>{const _0x421642=_0xf8e48d;let _0x2920db=_0x538a03[_0x421642(0x1eb)]!==!0x1,_0x19376b=_0x538a03['activateSession']!==!0x1,_0x15c254=(_0x5a1d5d==null?void 0x0:_0x5a1d5d[_0x421642(0x317)])instanceof Element?_0x5a1d5d['target']:null;if(!(_0x15c254!=null&&_0x15c254[_0x421642(0x68d)](_0x421642(0x52d)))&&!(!_0x536a21[_0x421642(0x783)]||_0x536a21[_0x421642(0x6b0)]==null)&&_0x401367()){if(_0x30cba2===_0x421642(0x78d)&&_0xc78def&&(_0xc78def[_0x421642(0x40b)](_0x536a21[_0x421642(0x783)]),_0x2920db&&_0xc78def[_0x421642(0x1eb)](_0x536a21[_0x421642(0x783)])),_0x30cba2===_0x421642(0x81f)&&this[_0x421642(0x75f)]['has'](_0x423058['IUniverInstanceService'])){var _0xa9709c,_0x424c98;let _0x2e8bd6=this[_0x421642(0x75f)][_0x421642(0x47e)](_0x423058[_0x421642(0x8ca)]),_0x227258=_0x2e8bd6[_0x421642(0x71e)],_0x5ccde3=_0x2e8bd6[_0x421642(0x327)];(typeof _0x227258!=_0x421642(0x6de)||((_0xa9709c=_0x227258[_0x421642(0x4d5)](_0x2e8bd6,_0x536a21[_0x421642(0x6b0)]))==null?void 0x0:_0xa9709c['getUnitId']())!==_0x536a21[_0x421642(0x783)])&&_0x2e8bd6[_0x421642(0x40b)](_0x536a21[_0x421642(0x783)]),_0x2920db&&(typeof _0x5ccde3!=_0x421642(0x6de)||((_0x424c98=_0x5ccde3[_0x421642(0x4d5)](_0x2e8bd6))==null?void 0x0:_0x424c98[_0x421642(0x55c)]())!==_0x536a21[_0x421642(0x783)])&&_0x2e8bd6[_0x421642(0x1eb)](_0x536a21[_0x421642(0x783)]);}if(_0x30cba2===_0x421642(0x81f)&&this[_0x421642(0x75f)][_0x421642(0x7df)](_0x423058[_0x421642(0x88f)])){let _0x199cab=this[_0x421642(0x75f)][_0x421642(0x47e)](_0x423058[_0x421642(0x88f)]);_0x199cab[_0x421642(0x2b4)](_0x423058[_0x421642(0x3b5)],!0x0),_0x199cab[_0x421642(0x2b4)](_0x423058[_0x421642(0x309)],_0x536a21[_0x421642(0x6b0)]===_0x423058[_0x421642(0x839)][_0x421642(0x4d7)]),_0x199cab[_0x421642(0x2b4)](_0x423058[_0x421642(0x24d)],_0x536a21[_0x421642(0x6b0)]===_0x423058[_0x421642(0x839)]['UNIVER_SHEET']),_0x199cab[_0x421642(0x2b4)](_0x423058[_0x421642(0x45b)],_0x536a21[_0x421642(0x6b0)]===_0x423058[_0x421642(0x839)]['UNIVER_SLIDE']),_0x199cab[_0x421642(0x2b4)](_0x423058['FOCUSING_BOARD'],_0x536a21['childType']===_0x423058['UniverInstanceType'][_0x421642(0x316)]);}if(this[_0x421642(0x75f)][_0x421642(0x7df)](_0x5e0ca8['EmbedFocusOwnerService'])){let _0x53099b=this[_0x421642(0x75f)][_0x421642(0x47e)](_0x5e0ca8[_0x421642(0x2c4)]),_0x4760f2={'hostUnitId':_0x536a21[_0x421642(0x7cf)],'embedId':_0x536a21['embedId'],'childUnitId':_0x536a21[_0x421642(0x783)],'childType':_0x536a21['childType'],'reason':_0x421642(0x423)},_0x16f4f4=_0x53099b[_0x421642(0x7e7)]();((_0x16f4f4==null?void 0x0:_0x16f4f4[_0x421642(0x7cf)])!==_0x4760f2[_0x421642(0x7cf)]||_0x16f4f4[_0x421642(0x2ab)]!==_0x4760f2[_0x421642(0x2ab)]||_0x16f4f4[_0x421642(0x783)]!==_0x4760f2[_0x421642(0x783)]||_0x16f4f4[_0x421642(0x6b0)]!==_0x4760f2[_0x421642(0x6b0)]||_0x16f4f4[_0x421642(0x7e0)]!==_0x4760f2[_0x421642(0x7e0)])&&_0x53099b[_0x421642(0x926)](_0x4760f2);}_0x19376b&&this[_0x421642(0x56a)](_0x536a21[_0x421642(0x2ab)]);}},_0x24ccc9=_0x2163ee=>{const _0x907f9a=_0xf8e48d;let _0x5f4a94=_0x2163ee[_0x907f9a(0x317)]instanceof Element?_0x2163ee[_0x907f9a(0x317)]:null;if(!_0x5f4a94||_0x46f2de[_0x907f9a(0x8e0)](_0x5f4a94)||!(_0x24a52c!=null&&_0x24a52c['contains'](_0x536a21['embedId'],_0x5f4a94,_0x2163ee)||_0x37855e!=null&&_0x37855e[_0x907f9a(0x588)](_0x536a21['embedId'],_0x5f4a94,_0x2163ee)))return;_0x57e2fa(_0x2163ee,{'focusUnit':!0x1,'activateSession':!0x1});let _0x2f08f5=_0x503c38[_0x907f9a(0x7c5)];_0x2f08f5&&_0x1c7ec8[_0x907f9a(0x5fd)](_0x2f08f5['setTimeout'](()=>_0x57e2fa(_0x2163ee,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x46f2de['addEventListener'](_0xf8e48d(0x2ce),_0x57e2fa,{'capture':!0x0}),_0x46f2de['addEventListener'](_0xf8e48d(0x52c),_0x57e2fa),_0x503c38[_0xf8e48d(0x780)](_0xf8e48d(0x2ce),_0x24ccc9,{'capture':!0x0}),_0x503c38['addEventListener'](_0xf8e48d(0x52c),_0x24ccc9,{'capture':!0x0}),(0x0,_0x423058[_0xf8e48d(0x35b)])(()=>{const _0x4770bb=_0xf8e48d;_0x46f2de[_0x4770bb(0x356)](_0x4770bb(0x2ce),_0x57e2fa,{'capture':!0x0}),_0x46f2de['removeEventListener'](_0x4770bb(0x52c),_0x57e2fa),_0x503c38[_0x4770bb(0x356)](_0x4770bb(0x2ce),_0x24ccc9,{'capture':!0x0}),_0x503c38[_0x4770bb(0x356)](_0x4770bb(0x52c),_0x24ccc9,{'capture':!0x0}),_0x1c7ec8[_0x4770bb(0x84e)](_0x3ec86d=>{const _0x1b22a6=_0x4770bb;var _0x4a2c7f;return(_0x4a2c7f=_0x503c38[_0x1b22a6(0x7c5)])==null?void 0x0:_0x4a2c7f[_0x1b22a6(0x2ac)](_0x3ec86d);}),_0x5ab45f==null||_0x5ab45f[_0x4770bb(0x7b2)]();});}[_0x37672f(0x776)](_0x4229ba){const _0x19aa26=_0x37672f;if(this[_0x19aa26(0x205)](_0x4229ba),this['_injector']['has'](_0x423058[_0x19aa26(0x8ca)])){let _0x18031b=this['_injector'][_0x19aa26(0x47e)](_0x423058[_0x19aa26(0x8ca)]);_0x18031b[_0x19aa26(0x40b)](_0x4229ba[_0x19aa26(0x783)]),_0x18031b[_0x19aa26(0x1eb)](_0x4229ba['childUnitId']);}if(this[_0x19aa26(0x75f)]['has'](_0x423058[_0x19aa26(0x88f)])){let _0x14ff54=this['_injector'][_0x19aa26(0x47e)](_0x423058[_0x19aa26(0x88f)]);_0x14ff54['setContextValue'](_0x423058[_0x19aa26(0x3b5)],!0x0),_0x14ff54['setContextValue'](_0x423058[_0x19aa26(0x309)],_0x4229ba['childType']===_0x423058[_0x19aa26(0x839)][_0x19aa26(0x4d7)]),_0x14ff54[_0x19aa26(0x2b4)](_0x423058[_0x19aa26(0x24d)],_0x4229ba[_0x19aa26(0x6b0)]===_0x423058[_0x19aa26(0x839)][_0x19aa26(0x89d)]),_0x14ff54[_0x19aa26(0x2b4)](_0x423058[_0x19aa26(0x45b)],_0x4229ba[_0x19aa26(0x6b0)]===_0x423058[_0x19aa26(0x839)]['UNIVER_SLIDE']),_0x14ff54[_0x19aa26(0x2b4)](_0x423058[_0x19aa26(0x87c)],_0x4229ba[_0x19aa26(0x6b0)]===_0x423058[_0x19aa26(0x839)]['UNIVER_BOARD']);}this[_0x19aa26(0x75f)][_0x19aa26(0x7df)](_0x5e0ca8[_0x19aa26(0x2c4)])&&this[_0x19aa26(0x75f)]['get'](_0x5e0ca8['EmbedFocusOwnerService'])['setFocusOwner']({'hostUnitId':_0x4229ba[_0x19aa26(0x7cf)],'embedId':_0x4229ba[_0x19aa26(0x2ab)],'childUnitId':_0x4229ba[_0x19aa26(0x783)],'childType':_0x4229ba['childType'],'reason':_0x19aa26(0x520)});}[_0x37672f(0x272)](_0x52b5ff){const _0x3ec05d=_0x37672f;var _0x6fe970;let _0x4db34f=(_0x6fe970=_0x52b5ff[_0x3ec05d(0x8d2)])==null?void 0x0:_0x6fe970[_0x3ec05d(0x868)];if(!(_0x4db34f!=null&&_0x4db34f[_0x3ec05d(0x7df)](_0x18a9fe[_0x3ec05d(0x71b)])))return;let _0x40c508=_0x4db34f[_0x3ec05d(0x47e)](_0x18a9fe[_0x3ec05d(0x71b)])[_0x3ec05d(0x289)](_0x52b5ff[_0x3ec05d(0x783)]);(_0x40c508==null?void 0x0:_0x40c508[_0x3ec05d(0x4e4)])===!0x1&&_0x4c236a(_0x40c508,{'activate':!0x0});}[_0x37672f(0x205)](_0x294a3d){const _0x499eff=_0x37672f;this[_0x499eff(0x5b6)](_0x294a3d[_0x499eff(0x7cf)],_0x294a3d[_0x499eff(0x2ab)]),this[_0x499eff(0x8dc)](_0x294a3d['embedId']);let _0x941bce=[];if(this[_0x499eff(0x75f)][_0x499eff(0x7df)](_0x4b94f0)&&_0x941bce[_0x499eff(0x5fd)](this['_injector']['get'](_0x4b94f0)[_0x499eff(0x1fc)]({'embedId':_0x294a3d[_0x499eff(0x2ab)],'role':_0x499eff(0x27e),'owner':'tab-peer-runtime','sessionMode':_0x499eff(0x6ca),'hostUnitId':_0x294a3d[_0x499eff(0x7cf)],'childUnitId':_0x294a3d[_0x499eff(0x783)],'childType':_0x294a3d[_0x499eff(0x6b0)]})),this['_injector'][_0x499eff(0x7df)](_0x32cfb9)){var _0x582b25,_0x340db6;_0x941bce['push'](this[_0x499eff(0x75f)][_0x499eff(0x47e)](_0x32cfb9)[_0x499eff(0x269)](_0x294a3d[_0x499eff(0x2ab)],((_0x582b25=_0x294a3d[_0x499eff(0x342)])==null?void 0x0:_0x582b25[_0x499eff(0x53c)])??((_0x340db6=_0x294a3d[_0x499eff(0x8d2)])==null?void 0x0:_0x340db6['renderScope'][_0x499eff(0x677)]['ownerDocument'])));}_0x941bce[_0x499eff(0x3fe)]&&this['_tabFocusLeases'][_0x499eff(0x5d7)](_0x294a3d['embedId'],{'hostUnitId':_0x294a3d[_0x499eff(0x7cf)],'disposable':(0x0,_0x423058['toDisposable'])(()=>{const _0x1c4d93=_0x499eff;[..._0x941bce][_0x1c4d93(0x691)]()[_0x1c4d93(0x84e)](_0xa1ab11=>_0xa1ab11['dispose']());})});}['_releaseTabPeerFocusLeasesForHost'](_0x87284a,_0x1b1749){const _0x2aa2e1=_0x37672f;[...this[_0x2aa2e1(0x271)][_0x2aa2e1(0x1ee)]()][_0x2aa2e1(0x84e)](([_0x5ead7c,_0x1a4486])=>{const _0x164264=_0x2aa2e1;_0x5ead7c!==_0x1b1749&&_0x1a4486[_0x164264(0x7cf)]===_0x87284a&&(_0x1a4486['disposable'][_0x164264(0x4ff)](),this[_0x164264(0x271)][_0x164264(0x405)](_0x5ead7c));});}[_0x37672f(0x8dc)](_0x57e47b){const _0x4e814f=_0x37672f;let _0x17dbf2=this[_0x4e814f(0x271)][_0x4e814f(0x47e)](_0x57e47b);_0x17dbf2&&(_0x17dbf2['disposable'][_0x4e814f(0x4ff)](),this['_tabFocusLeases'][_0x4e814f(0x405)](_0x57e47b));}[_0x37672f(0x680)](_0x3fd581){const _0x3f24ff=_0x37672f;var _0x46b330,_0x46535e;if((_0x46b330=_0x3fd581['sourceMeta'])!=null&&_0x46b330[_0x3f24ff(0x81f)]&&_0x3fd581[_0x3f24ff(0x5d5)][_0x3f24ff(0x81f)][_0x3f24ff(0x62a)]||!this[_0x3f24ff(0x75f)]['has'](_0x423058['IUniverInstanceService'])||!_0x3fd581[_0x3f24ff(0x783)])return(0x0,_0x423058[_0x3f24ff(0x35b)])(()=>{});let _0x2516da=this['_injector'][_0x3f24ff(0x47e)](_0x423058[_0x3f24ff(0x8ca)]),_0x5710ea=_0x2516da[_0x3f24ff(0x327)],_0x281236=_0x2516da[_0x3f24ff(0x1eb)];if(typeof _0x5710ea!=_0x3f24ff(0x6de)||typeof _0x281236!=_0x3f24ff(0x6de))return(0x0,_0x423058[_0x3f24ff(0x35b)])(()=>{});let _0x46fff2=(_0x46535e=_0x5710ea[_0x3f24ff(0x4d5)](_0x2516da))==null?void 0x0:_0x46535e[_0x3f24ff(0x55c)]();if(!_0x46fff2||_0x46fff2===_0x3fd581['childUnitId'])return(0x0,_0x423058[_0x3f24ff(0x35b)])(()=>{});let _0x5b3f5b=()=>{const _0x3f094d=_0x3f24ff;var _0x146409;((_0x146409=_0x5710ea[_0x3f094d(0x4d5)](_0x2516da))==null?void 0x0:_0x146409['getUnitId']())===_0x3fd581[_0x3f094d(0x783)]&&_0x281236[_0x3f094d(0x4d5)](_0x2516da,_0x46fff2);},_0x394a90=[],_0x16812a=[];return _0x5b3f5b(),typeof window<'u'&&(_0x16812a[_0x3f24ff(0x5fd)](window[_0x3f24ff(0x62b)](_0x5b3f5b)),_0x394a90['push'](window[_0x3f24ff(0x620)](_0x5b3f5b,0x0)),_0x394a90['push'](window[_0x3f24ff(0x620)](_0x5b3f5b,0x78))),(0x0,_0x423058[_0x3f24ff(0x35b)])(()=>{const _0x43e76c=_0x3f24ff;typeof window>'u'||(_0x16812a[_0x43e76c(0x84e)](_0x388f62=>window[_0x43e76c(0x20c)](_0x388f62)),_0x394a90[_0x43e76c(0x84e)](_0x5d1b58=>window['clearTimeout'](_0x5d1b58)));});}[_0x37672f(0x341)](_0x19f3c2){const _0x3d7283=_0x37672f;let _0x4be564=[...this[_0x3d7283(0x8a6)][_0x3d7283(0x4bf)]()][_0x3d7283(0x782)](({session:_0x4b594b})=>_0x4b594b['embedId']!==_0x19f3c2[_0x3d7283(0x2ab)]&&_0x4b594b[_0x3d7283(0x783)]===_0x19f3c2[_0x3d7283(0x783)]);if(_0x4be564)throw new _0x199253(_0x19f3c2['childUnitId'],_0x4be564['session'][_0x3d7283(0x2ab)]);if(this[_0x3d7283(0x652)][_0x3d7283(0x80e)](_0x19f3c2[_0x3d7283(0x783)],_0x19f3c2['childType']))return;let _0xa9ae31=this[_0x3d7283(0x652)][_0x3d7283(0x5a3)](_0x19f3c2[_0x3d7283(0x783)]);throw _0xa9ae31!==_0x423058[_0x3d7283(0x839)][_0x3d7283(0x870)]&&_0xa9ae31!==_0x19f3c2[_0x3d7283(0x6b0)]?Error(_0x3d7283(0x72f)):Error(_0x3d7283(0x1f8));}};_0x1d93f4=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x16de5f)),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x402a2b)),_0xcd14f8(0x2,(0x0,_0x423058['Inject'])(_0x5b6fce)),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x393ef6)),_0xcd14f8(0x4,_0x423058[_0x37672f(0x8ca)]),_0xcd14f8(0x5,(0x0,_0x423058[_0x37672f(0x570)])(_0x89f79f)),_0xcd14f8(0x6,(0x0,_0x423058[_0x37672f(0x570)])(_0x5a66e9)),_0xcd14f8(0x7,(0x0,_0x423058['Inject'])(_0x423058[_0x37672f(0x8d5)]))],_0x1d93f4);function _0x366534(_0x12dedb,_0x287155,_0x5ed834){const _0x21696d=_0x37672f;if(_0x12dedb[_0x21696d(0x89c)][_0x21696d(0x2f5)]=_0x287155?_0x21696d(0x91c):_0x21696d(0x852),_0x5ed834!=='tab'){_0x12dedb['removeAttribute'](_0x21696d(0x7ae)),_0x12dedb[_0x21696d(0x542)]('aria-hidden'),_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x23d)](_0x21696d(0x821)),_0x12dedb[_0x21696d(0x4e9)]['removeProperty'](_0x21696d(0x1f7));return;}if(_0x12dedb[_0x21696d(0x517)]('inert',!_0x287155),_0x287155){_0x12dedb[_0x21696d(0x542)](_0x21696d(0x4db)),_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x23d)]('display'),_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x23d)]('pointer-events');return;}_0x12dedb[_0x21696d(0x765)](_0x21696d(0x4db),'true'),_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x821)]='none',_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x7f3)]=_0x21696d(0x63c);}function _0x8b2a11(_0x10c4e1){const _0x3fdd58=_0x37672f;let _0x14503f=document[_0x3fdd58(0x64d)]('div');return _0x14503f[_0x3fdd58(0x89c)]['embedRuntimeBlocked']=_0x10c4e1??_0x3fdd58(0x8c8),_0x14503f[_0x3fdd58(0x4e9)][_0x3fdd58(0x69a)]=[_0x3fdd58(0x1df),'width:100%',_0x3fdd58(0x6cf),'min-height:96px','display:flex','align-items:center',_0x3fdd58(0x8f1),'padding:16px',_0x3fdd58(0x87a),_0x3fdd58(0x6bf),_0x3fdd58(0x63e),'color:rgba(30,34,43,.64)',_0x3fdd58(0x609),_0x3fdd58(0x67e)][_0x3fdd58(0x221)](';'),_0x14503f['textContent']=_0x10c4e1==='cycle'?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x3fdd58(0x318),_0x14503f;}let _0x30c858=class extends _0x423058['Disposable']{constructor(_0x558041,_0x244880,_0x35eb83,_0x20538c,_0x53d464,_0x1c9302,_0x4897af,_0x5d4b6b,_0x8aac8f){const _0x483d05=_0x37672f;var _0x1242ec;super(),this[_0x483d05(0x652)]=_0x558041,this[_0x483d05(0x3aa)]=_0x244880,this['_hostAdapterRegistry']=_0x35eb83,this['_menuOverrideService']=_0x20538c,this[_0x483d05(0x375)]=_0x53d464,this['_blockRegistry']=_0x1c9302,this[_0x483d05(0x709)]=_0x4897af,this[_0x483d05(0x565)]=_0x5d4b6b,this[_0x483d05(0x1db)]=_0x8aac8f,_0x1876b0(this,_0x483d05(0x200),new Map());let _0x129517=(_0x1242ec=this[_0x483d05(0x652)][_0x483d05(0x2c3)])==null?void 0x0:_0x1242ec[_0x483d05(0x4a5)](_0x18cad1=>{this['_restoreStage2ChildFocusWhenHostRefocuses'](_0x18cad1??null);});_0x129517&&this[_0x483d05(0x8e4)](_0x129517);}['activateTab'](_0x3196ed){const _0x3942d1=_0x37672f;var _0x4c89c2;this[_0x3942d1(0x5b5)](_0x3196ed),this[_0x3942d1(0x31d)](_0x3196ed),this[_0x3942d1(0x4ae)]['activateAnchor']({'embedId':_0x3196ed[_0x3942d1(0x2ab)],'hostUnitId':_0x3196ed['hostUnitId'],'hostType':_0x3196ed[_0x3942d1(0x805)],'entry':_0x3196ed[_0x3942d1(0x23b)],'hostAnchorId':_0x3196ed['hostAnchorId'],'descriptor':_0x3196ed}),this['_mountService'][_0x3942d1(0x56a)](_0x3196ed[_0x3942d1(0x2ab)]);let _0x50bca1=this[_0x3942d1(0x32b)][_0x3942d1(0x47e)](_0x3196ed[_0x3942d1(0x6b0)]);return this[_0x3942d1(0x3bb)][_0x3942d1(0x2d3)](_0x3196ed,_0x3942d1(0x842),{'layoutPolicy':_0x50bca1==null||(_0x4c89c2=_0x50bca1[_0x3942d1(0x273)])==null?void 0x0:_0x4c89c2[_0x3942d1(0x81f)],'allowPlaceholder':(_0x50bca1==null?void 0x0:_0x50bca1[_0x3942d1(0x64f)])===_0x3942d1(0x438)||(_0x50bca1==null?void 0x0:_0x50bca1[_0x3942d1(0x85b)])==='placeholder','allowHiddenRibbon':(_0x50bca1==null?void 0x0:_0x50bca1[_0x3942d1(0x64f)])===_0x3942d1(0x63c)});}[_0x37672f(0x548)](_0x481446,_0x12f7e3,_0x57206f={}){const _0x2de91e=_0x37672f;this[_0x2de91e(0x5b5)](_0x481446);let _0x54b628=this[_0x2de91e(0x709)][_0x2de91e(0x2fc)](),_0xc47bb1=_0x12f7e3===_0x2de91e(0x58d)&&(_0x54b628==null?void 0x0:_0x54b628[_0x2de91e(0x2ab)])===_0x481446['embedId']&&_0x54b628[_0x2de91e(0x783)]===_0x481446[_0x2de91e(0x783)]&&_0x54b628[_0x2de91e(0x67a)]==='stage2';(_0x54b628==null?void 0x0:_0x54b628[_0x2de91e(0x67a)])===_0x2de91e(0x58d)&&!_0xc47bb1&&this[_0x2de91e(0x7c9)](_0x54b628[_0x2de91e(0x2ab)]),_0x12f7e3===_0x2de91e(0x58d)&&!_0xc47bb1&&this[_0x2de91e(0x31d)](_0x481446),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x481446['hostUnitId'],'embedId':_0x481446['embedId'],'childUnitId':_0x481446[_0x2de91e(0x783)],'childType':_0x481446['childType'],'reason':_0x2de91e(0x423)}),this['_mountService'][_0x2de91e(0x56a)](_0x481446[_0x2de91e(0x2ab)]);let _0x59f7fd={'hostUnitId':_0x481446[_0x2de91e(0x7cf)],'embedId':_0x481446[_0x2de91e(0x2ab)],'childUnitId':_0x481446[_0x2de91e(0x783)]};_0x12f7e3?this['_floatingActiveService'][_0x2de91e(0x2d3)](_0x59f7fd,_0x12f7e3):this['_floatingActiveService'][_0x2de91e(0x2d3)](_0x59f7fd),this[_0x2de91e(0x3bb)]['clear'](),_0x12f7e3===_0x2de91e(0x58d)?(this[_0x2de91e(0x6b7)](_0x481446[_0x2de91e(0x783)],_0x481446['childType'],!0x1,_0x481446[_0x2de91e(0x2ab)]),this[_0x2de91e(0x585)](_0x481446)):(this[_0x2de91e(0x652)][_0x2de91e(0x40b)](_0x481446['hostUnitId']),this[_0x2de91e(0x652)][_0x2de91e(0x1eb)](_0x481446['hostUnitId']));}[_0x37672f(0x484)](_0x5ad916,_0x1e581a={}){const _0x5b2e42=_0x37672f;this['activateFloating'](_0x5ad916,_0x5b2e42(0x58d),_0x1e581a);}[_0x37672f(0x6ec)](_0x57d4dc){const _0x3c3ae2=_0x37672f;this[_0x3c3ae2(0x5b5)](_0x57d4dc),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x57d4dc[_0x3c3ae2(0x7cf)],'embedId':_0x57d4dc[_0x3c3ae2(0x2ab)],'childUnitId':_0x57d4dc['childUnitId'],'childType':_0x57d4dc['childType'],'reason':_0x3c3ae2(0x423)}),this[_0x3c3ae2(0x6b7)](_0x57d4dc[_0x3c3ae2(0x783)],_0x57d4dc['childType'],!0x0,_0x57d4dc[_0x3c3ae2(0x2ab)]);}[_0x37672f(0x8e2)](_0x242a22){const _0x3562dc=_0x37672f;let _0x29768f=this[_0x3562dc(0x375)][_0x3562dc(0x2b3)](_0x242a22[_0x3562dc(0x2ab)]);this[_0x3562dc(0x3bb)]['clear'](_0x242a22[_0x3562dc(0x2ab)]),this[_0x3562dc(0x3aa)][_0x3562dc(0x797)](_0x242a22[_0x3562dc(0x2ab)]),_0x29768f&&this[_0x3562dc(0x200)][_0x3562dc(0x7df)](_0x242a22[_0x3562dc(0x2ab)])&&this[_0x3562dc(0x7c9)](_0x242a22['embedId'],_0x242a22[_0x3562dc(0x6b0)],_0x242a22[_0x3562dc(0x783)]),this[_0x3562dc(0x6b7)](_0x242a22[_0x3562dc(0x7cf)],_0x242a22[_0x3562dc(0x805)],!0x1);}[_0x37672f(0x5d1)](_0x2aa6af){const _0x52d005=_0x37672f;let _0x182aaa=this[_0x52d005(0x3aa)][_0x52d005(0x7e7)]();_0x182aaa!=null&&_0x182aaa[_0x52d005(0x2ab)]&&_0x182aaa['embedId']!==_0x2aa6af[_0x52d005(0x2ab)]||(this[_0x52d005(0x3aa)][_0x52d005(0x797)](_0x2aa6af['embedId']),this[_0x52d005(0x652)][_0x52d005(0x40b)](_0x2aa6af[_0x52d005(0x7cf)]),this[_0x52d005(0x652)]['focusUnit'](_0x2aa6af[_0x52d005(0x7cf)]),requestAnimationFrame(()=>{const _0x5186d5=_0x52d005;this[_0x5186d5(0x3aa)]['getFocusOwner']()||(this[_0x5186d5(0x652)]['focusUnit'](null),this[_0x5186d5(0x652)][_0x5186d5(0x1eb)](_0x2aa6af[_0x5186d5(0x7cf)]));}));}[_0x37672f(0x2aa)](_0x137362,_0x361c2a){const _0x1a35ba=_0x37672f;let _0x9be4d7=this[_0x1a35ba(0x3aa)][_0x1a35ba(0x7e7)]();if(_0x137362&&_0x9be4d7!=null&&_0x9be4d7[_0x1a35ba(0x2ab)]&&_0x9be4d7[_0x1a35ba(0x2ab)]!==_0x137362)return;let _0x5cb937=this[_0x1a35ba(0x709)][_0x1a35ba(0x2fc)]();if(_0x137362&&!_0x9be4d7&&(_0x5cb937==null?void 0x0:_0x5cb937[_0x1a35ba(0x2ab)])!==_0x137362&&!_0x361c2a)return;let _0x203649=_0x361c2a??(_0x9be4d7==null?void 0x0:_0x9be4d7[_0x1a35ba(0x7cf)])??(_0x5cb937==null?void 0x0:_0x5cb937['hostUnitId']);this[_0x1a35ba(0x709)]['clear'](_0x137362),this['_focusOwnerService'][_0x1a35ba(0x797)](_0x137362),this[_0x1a35ba(0x3bb)]['clear'](_0x137362),_0x137362&&this[_0x1a35ba(0x7c9)](_0x137362),_0x137362&&this[_0x1a35ba(0x375)]['deactivateFloatingSession'](_0x137362),_0x203649&&(this['_univerInstanceService']['setCurrentUnitForType'](_0x203649),this[_0x1a35ba(0x652)][_0x1a35ba(0x1eb)](_0x203649),requestAnimationFrame(()=>{const _0x20e0ed=_0x1a35ba;this[_0x20e0ed(0x3aa)]['getFocusOwner']()||(this[_0x20e0ed(0x652)][_0x20e0ed(0x1eb)](null),this['_univerInstanceService']['focusUnit'](_0x203649));}));}['clearTab'](_0x5b04d3){const _0x219844=_0x37672f;this[_0x219844(0x3bb)][_0x219844(0x2d5)](_0x5b04d3),this[_0x219844(0x3aa)][_0x219844(0x797)](_0x5b04d3);let _0x1a1431=this[_0x219844(0x375)]['deactivateTabSessions'](_0x5b04d3);_0x1a1431['forEach'](_0x145d60=>this[_0x219844(0x7c9)](_0x145d60['embedId'],_0x145d60[_0x219844(0x6b0)],_0x145d60[_0x219844(0x783)])),new Set(_0x1a1431[_0x219844(0x3b8)](_0x519d9d=>_0x519d9d[_0x219844(0x7cf)]))[_0x219844(0x84e)](_0x396a36=>{const _0x1b2ce4=_0x219844;this[_0x1b2ce4(0x652)][_0x1b2ce4(0x40b)](_0x396a36),this[_0x1b2ce4(0x652)][_0x1b2ce4(0x1eb)](_0x396a36);});}['_rememberPreviousChildCurrentUnit'](_0x7d6a5d){const _0x38ed47=_0x37672f;if(this[_0x38ed47(0x200)][_0x38ed47(0x7df)](_0x7d6a5d[_0x38ed47(0x2ab)]))return;let _0x2a8fc9=_0x7d6a5d[_0x38ed47(0x6b0)],_0x1e6ffe=this[_0x38ed47(0x671)](_0x2a8fc9);this['_previousChildCurrentUnits'][_0x38ed47(0x5d7)](_0x7d6a5d['embedId'],{'childType':_0x2a8fc9,'childUnitId':_0x7d6a5d[_0x38ed47(0x783)],'unitId':_0x1e6ffe&&_0x1e6ffe!==_0x7d6a5d[_0x38ed47(0x783)]?_0x1e6ffe:void 0x0});}[_0x37672f(0x7c9)](_0x2cdcd2,_0xb3762e,_0x4c1a8c){const _0x46d170=_0x37672f;let _0x5af02c=this[_0x46d170(0x200)][_0x46d170(0x47e)](_0x2cdcd2);this[_0x46d170(0x200)][_0x46d170(0x405)](_0x2cdcd2);let _0x4c7ad5=_0xb3762e??(_0x5af02c==null?void 0x0:_0x5af02c['childType']),_0x4e0370=_0x4c1a8c??(_0x5af02c==null?void 0x0:_0x5af02c['childUnitId']);if(_0x4c7ad5==null||!_0x4e0370)return;let _0x353d3e=(_0x5af02c==null?void 0x0:_0x5af02c[_0x46d170(0x6b0)])===_0x4c7ad5&&_0x5af02c['unitId']&&this[_0x46d170(0x62d)](_0x5af02c[_0x46d170(0x564)],_0x4c7ad5)?_0x5af02c[_0x46d170(0x564)]:this[_0x46d170(0x88e)](_0x4c7ad5,_0x4e0370);_0x353d3e&&this[_0x46d170(0x652)]['setCurrentUnitForType'](_0x353d3e);}[_0x37672f(0x671)](_0x289e60){const _0x39506c=_0x37672f;var _0x4d1993;let _0x55a1d0=this['_univerInstanceService']['getCurrentUnitOfType'];return _0x55a1d0==null||(_0x4d1993=_0x55a1d0[_0x39506c(0x4d5)](this[_0x39506c(0x652)],_0x289e60))==null?void 0x0:_0x4d1993[_0x39506c(0x55c)]();}['_hasUnit'](_0x4f0c14,_0x34572f){const _0x17fb02=_0x37672f;let _0x37e7de=this[_0x17fb02(0x652)]['getUnit'];return!!(_0x37e7de!=null&&_0x37e7de[_0x17fb02(0x4d5)](this[_0x17fb02(0x652)],_0x4f0c14,_0x34572f));}[_0x37672f(0x88e)](_0x25a30d,_0x115401){const _0x13880f=_0x37672f;var _0x4c77d5;let _0x274874=this[_0x13880f(0x652)][_0x13880f(0x641)];return _0x274874==null||(_0x4c77d5=_0x274874[_0x13880f(0x4d5)](this[_0x13880f(0x652)],_0x25a30d))==null||(_0x4c77d5=_0x4c77d5['find'](_0x5ab3d2=>_0x5ab3d2[_0x13880f(0x55c)]()!==_0x115401))==null?void 0x0:_0x4c77d5[_0x13880f(0x55c)]();}[_0x37672f(0x6b7)](_0x4a0035,_0x59b3fc,_0x1f318b=!0x0,_0x50fc61){const _0x585836=_0x37672f;let _0x5657f9=this[_0x585836(0x652)]['getFocusedUnit'];if(!_0x50fc61){var _0x12c82b;(typeof _0x5657f9!=_0x585836(0x6de)||((_0x12c82b=_0x5657f9[_0x585836(0x4d5)](this[_0x585836(0x652)]))==null?void 0x0:_0x12c82b[_0x585836(0x55c)]())!==_0x4a0035)&&this['_univerInstanceService']['focusUnit'](_0x4a0035),this['_setCurrentUnitForType'](_0x4a0035,_0x59b3fc),this[_0x585836(0x565)][_0x585836(0x2b4)](_0x423058[_0x585836(0x3b5)],!0x0),this[_0x585836(0x565)][_0x585836(0x2b4)](_0x423058[_0x585836(0x309)],_0x59b3fc===_0x423058[_0x585836(0x839)]['UNIVER_DOC']),this[_0x585836(0x565)]['setContextValue'](_0x423058[_0x585836(0x24d)],_0x59b3fc===_0x423058[_0x585836(0x839)][_0x585836(0x89d)]),this['_contextService']['setContextValue'](_0x423058[_0x585836(0x45b)],_0x59b3fc===_0x423058[_0x585836(0x839)][_0x585836(0x428)]),this['_contextService'][_0x585836(0x2b4)](_0x423058['FOCUSING_BOARD'],_0x59b3fc===_0x423058[_0x585836(0x839)][_0x585836(0x316)]);}_0x1f318b&&this[_0x585836(0x670)]();}['_restoreStage2ChildFocusWhenHostRefocuses'](_0x546837){const _0xbbb022=_0x37672f;let _0x28fec7=this[_0xbbb022(0x709)][_0xbbb022(0x2fc)]();if((_0x28fec7==null?void 0x0:_0x28fec7['stage'])!==_0xbbb022(0x58d)||_0x546837!==_0x28fec7[_0xbbb022(0x7cf)])return;let _0x366f54=this[_0xbbb022(0x3aa)][_0xbbb022(0x7e7)]();(_0x366f54==null?void 0x0:_0x366f54['embedId'])===_0x28fec7[_0xbbb022(0x2ab)]&&_0x366f54[_0xbbb022(0x783)]===_0x28fec7[_0xbbb022(0x783)]&&_0x366f54[_0xbbb022(0x6b0)]!=null&&this['_focusUnit'](_0x366f54[_0xbbb022(0x783)],_0x366f54[_0xbbb022(0x6b0)],!0x1,_0x366f54[_0xbbb022(0x2ab)]);}[_0x37672f(0x585)](_0x3a6140){let _0x58f3b5=()=>{const _0x30daed=_0x3a85;let _0x8121d6=this[_0x30daed(0x709)][_0x30daed(0x2fc)]();(_0x8121d6==null?void 0x0:_0x8121d6[_0x30daed(0x2ab)])===_0x3a6140[_0x30daed(0x2ab)]&&_0x8121d6[_0x30daed(0x783)]===_0x3a6140['childUnitId']&&_0x8121d6[_0x30daed(0x67a)]==='stage2'&&this[_0x30daed(0x6b7)](_0x3a6140[_0x30daed(0x783)],_0x3a6140[_0x30daed(0x6b0)],!0x1,_0x3a6140['embedId']);};typeof queueMicrotask=='function'&&queueMicrotask(_0x58f3b5),requestAnimationFrame(_0x58f3b5);}[_0x37672f(0x78a)](_0x5131fa,_0x511c53){const _0x4b37f1=_0x37672f;var _0x3ea77b;let _0xf35454=this['_univerInstanceService'][_0x4b37f1(0x71e)];(typeof _0xf35454!=_0x4b37f1(0x6de)||((_0x3ea77b=_0xf35454[_0x4b37f1(0x4d5)](this[_0x4b37f1(0x652)],_0x511c53))==null?void 0x0:_0x3ea77b['getUnitId']())!==_0x5131fa)&&this['_univerInstanceService'][_0x4b37f1(0x40b)](_0x5131fa);}[_0x37672f(0x670)](){const _0x100c84=_0x37672f;let _0x333d37=()=>this[_0x100c84(0x1db)][_0x100c84(0x742)]();_0x333d37(),typeof queueMicrotask==_0x100c84(0x6de)&&queueMicrotask(_0x333d37),requestAnimationFrame(_0x333d37);}[_0x37672f(0x5b5)](_0x4dead0){const _0x4637cb=_0x37672f;if(!_0x4dead0['childUnitId']||_0x4dead0[_0x4637cb(0x6b0)]==null)throw Error('EMBED_ACTIVATION_CHILD_NOT_RESOLVED');}};_0x30c858=_0x10216e([_0xcd14f8(0x0,_0x423058['IUniverInstanceService']),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8['EmbedFocusOwnerService'])),_0xcd14f8(0x2,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8['EmbedHostAdapterRegistryService'])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x5ea44f)),_0xcd14f8(0x4,(0x0,_0x423058[_0x37672f(0x570)])(_0x1d93f4)),_0xcd14f8(0x5,(0x0,_0x423058[_0x37672f(0x570)])(_0x28f187)),_0xcd14f8(0x6,(0x0,_0x423058[_0x37672f(0x570)])(_0x89f79f)),_0xcd14f8(0x7,_0x423058[_0x37672f(0x88f)]),_0xcd14f8(0x8,_0x4fbb7a[_0x37672f(0x70e)])],_0x30c858);function _0x418b69(_0x4a2f4d){const _0x29e6cb=_0x37672f;let {injector:_0x6c0b4e,children:_0x578b63,mountContainer:_0x25dce3,embedId:_0x36160a}=_0x4a2f4d;return(0x0,_0x8825e5[_0x29e6cb(0x3c4)])((0x0,_0x10447b[_0x29e6cb(0x1e0)])(()=>(0x0,_0x4fbb7a[_0x29e6cb(0x6f2)])(_0x3f8061,_0x6c0b4e),[_0x6c0b4e]),{'mountContainer':_0x25dce3,'embedId':_0x36160a,'children':_0x578b63});}function _0x3f8061(_0x3b39a7){const _0x5c1e69=_0x37672f;let {children:_0x5bac6a,mountContainer:_0x43f164,embedId:_0x1ef220}=_0x3b39a7,_0x2b6446=(0x0,_0x4fbb7a[_0x5c1e69(0x615)])(),_0x32e9b5=(0x0,_0x4fbb7a[_0x5c1e69(0x7bd)])(_0x423058['LocaleService']),_0x400daa=(0x0,_0x10447b[_0x5c1e69(0x1e0)])(()=>_0x2b6446[_0x5c1e69(0x7df)](_0x423058['ThemeService'])?_0x2b6446[_0x5c1e69(0x47e)](_0x423058[_0x5c1e69(0x871)]):void 0x0,[_0x2b6446]),_0x4403d9=(0x0,_0x4fbb7a['useObservable'])(()=>_0x32e9b5[_0x5c1e69(0x631)][_0x5c1e69(0x594)]((0x0,_0x12f7a8[_0x5c1e69(0x3b8)])(()=>_0x32e9b5[_0x5c1e69(0x877)]())),_0x32e9b5[_0x5c1e69(0x877)](),!0x1,[_0x32e9b5]),_0x5a4cea=(0x0,_0x4fbb7a[_0x5c1e69(0x711)])(()=>_0x32e9b5[_0x5c1e69(0x686)],_0x32e9b5[_0x5c1e69(0x649)](),!0x1,[_0x32e9b5]),_0x28a9b4=_0x45d238(_0x400daa),_0xa682f8=(0x0,_0x10447b['useRef'])(null),_0x461455=(0x0,_0x10447b[_0x5c1e69(0x1e0)])(()=>_0x43f164!==void 0x0||typeof document>'u'?null:document[_0x5c1e69(0x64d)](_0x5c1e69(0x46a)),[_0x43f164]),_0x539fef=_0x43f164===void 0x0?_0x461455:_0x43f164;return(0x0,_0x10447b[_0x5c1e69(0x7b1)])(()=>{const _0x4406bb=_0x5c1e69;if(_0x461455)return document['body'][_0x4406bb(0x629)](_0x461455),()=>{const _0x51d0de=_0x4406bb;document[_0x51d0de(0x77f)]['removeChild'](_0x461455);};},[_0x461455]),(0x0,_0x10447b[_0x5c1e69(0x7b1)])(()=>{const _0x30b4b3=_0x5c1e69;let _0x59cbea=_0x539fef;_0x59cbea&&_0x59cbea[_0x30b4b3(0x765)](_0x30b4b3(0x7e9),_0x5a4cea);},[_0x5a4cea,_0x539fef]),(0x0,_0x10447b[_0x5c1e69(0x7b1)])(()=>{if(_0x539fef)return(0x0,_0x4fbb7a['preventBrowserZoomInContainers'])([_0x539fef]);},[_0x539fef]),(0x0,_0x10447b['useEffect'])(()=>{const _0x45d287=_0x5c1e69;let _0x4b2c74=_0x539fef;if(!_0x4b2c74||!_0x1ef220)return;let _0x1b3734=_0x4b2c74[_0x45d287(0x715)](_0x2f7e9a);return _0x4b2c74['setAttribute'](_0x2f7e9a,_0x1ef220),()=>{const _0x3dc3b7=_0x45d287;if(_0x1b3734==null){_0x4b2c74[_0x3dc3b7(0x542)](_0x2f7e9a);return;}_0x4b2c74['setAttribute'](_0x2f7e9a,_0x1b3734);};},[_0x1ef220,_0x539fef]),(0x0,_0x8825e5['jsx'])(_0x314f23[_0x5c1e69(0x54f)],{'locale':_0x4403d9==null?void 0x0:_0x4403d9[_0x5c1e69(0x38f)],'direction':_0x5a4cea,'mountContainer':_0x539fef,'children':(0x0,_0x8825e5[_0x5c1e69(0x3c4)])(_0x5c1e69(0x46a),{'ref':_0xa682f8,'className':(0x0,_0x314f23[_0x5c1e69(0x39d)])('univer-contents',{'univer-dark':_0x28a9b4}),'data-embed-runtime-provider':_0x5c1e69(0x91c),'onPointerUpCapture':_0x5bf87a=>{const _0x7c17a2=_0x5c1e69;let _0x26b880=_0xa682f8[_0x7c17a2(0x90d)],_0x4765eb=_0x5bf87a[_0x7c17a2(0x317)];if(!_0x1ef220||!_0x26b880)return;let _0x1b0096=()=>_0x4ff2a4(_0x1ef220,_0x26b880,_0x4765eb);typeof queueMicrotask==_0x7c17a2(0x6de)?queueMicrotask(_0x1b0096):Promise[_0x7c17a2(0x664)]()[_0x7c17a2(0x833)](_0x1b0096);},'children':_0x5bac6a})});}function _0x4ff2a4(_0x4a0c6a,_0x4b92dc,_0x8f650){const _0x3b96f1=_0x37672f;let _0x344588=_0x4b92dc[_0x3b96f1(0x53c)][_0x3b96f1(0x811)];if(_0x45954d(_0x344588,_0x4a0c6a))return;let _0x1d444b=_0x8f650 instanceof HTMLElement&&_0x4b92dc[_0x3b96f1(0x8e0)](_0x8f650)?_0x8f650:null,_0x15035d=_0x2fc0eb(_0x1d444b)?_0x1d444b:_0x4b92dc['querySelector'](_0x3b96f1(0x802));_0x15035d==null||_0x15035d[_0x3b96f1(0x742)]({'preventScroll':!0x0});}function _0x45954d(_0x51e29a,_0x2c3aa4){const _0xad8c5d=_0x37672f;let _0x480a4c=_0x51e29a==null?void 0x0:_0x51e29a['closest']('['+_0x2f7e9a+']');return(_0x480a4c==null?void 0x0:_0x480a4c[_0xad8c5d(0x715)](_0x2f7e9a))===_0x2c3aa4;}function _0x2fc0eb(_0xceadef){const _0x58bc45=_0x37672f;return!!_0xceadef&&!_0xceadef[_0x58bc45(0x643)](_0x58bc45(0x7fb))&&_0xceadef[_0x58bc45(0x281)]>=0x0;}function _0x45d238(_0x2e3906){return(0x0,_0x10447b['useSyncExternalStore'])(_0x413dd9=>{const _0x152ea6=_0x3a85;if(!_0x2e3906)return()=>{};let _0x1f1253=_0x2e3906[_0x152ea6(0x490)][_0x152ea6(0x4a5)](()=>_0x413dd9());return()=>_0x1f1253['unsubscribe']();},()=>(_0x2e3906==null?void 0x0:_0x2e3906['darkMode'])??!0x1,()=>!0x1);}let _0x2b91f0=new WeakMap(),_0x2b2a97=new WeakMap(),_0x1882f4=new WeakMap();function _0x4b0eb6(_0x476c70){const _0x10cea3=_0x37672f;let _0x41e2c4=_0x2b91f0['get'](_0x476c70);if(_0x41e2c4)return _0x1882f4[_0x10cea3(0x5d7)](_0x41e2c4,(_0x1882f4[_0x10cea3(0x47e)](_0x41e2c4)??0x0)+0x1),_0x41e2c4;let _0x1d6ab3={'render':_0x46ec1a=>(0x0,_0x314f23[_0x10cea3(0x5db)])(_0x46ec1a,_0x476c70)};return _0x2b91f0[_0x10cea3(0x5d7)](_0x476c70,_0x1d6ab3),_0x2b2a97[_0x10cea3(0x5d7)](_0x1d6ab3,_0x476c70),_0x1882f4[_0x10cea3(0x5d7)](_0x1d6ab3,0x0),_0x1d6ab3;}function _0x5deccb(_0x41bb4c){const _0x8fc91a=_0x37672f;let _0x4655f3=_0x2b2a97[_0x8fc91a(0x47e)](_0x41bb4c),_0x4db765=_0x1882f4[_0x8fc91a(0x47e)](_0x41bb4c)??0x0;globalThis[_0x8fc91a(0x620)](()=>{const _0x3f9c13=_0x8fc91a;_0x4655f3&&_0x2b91f0[_0x3f9c13(0x47e)](_0x4655f3)!==_0x41bb4c||(_0x1882f4['get'](_0x41bb4c)??0x0)===_0x4db765&&(_0x4655f3&&(_0x2b91f0[_0x3f9c13(0x405)](_0x4655f3),_0x2b2a97[_0x3f9c13(0x405)](_0x41bb4c)),_0x1882f4[_0x3f9c13(0x405)](_0x41bb4c),_0x4655f3&&(0x0,_0x314f23[_0x3f9c13(0x506)])(_0x4655f3));},0x0);}function _0x2c4500(_0xf5ffa8){const _0x257043=_0x37672f;let {container:_0x417070,portalContainer:_0x13217a,injector:_0x2cbc6c,childType:_0x2f6c88,childUnitId:_0x4874bb,embedId:_0x296b30,menuSchema:_0x4c2415,menuTitlePrefix:_0x254f86,activeRibbonTab:_0x1ebf35,headerMenu:_0x14d2cb=!0x1,toolbarOnly:_0x5891e2,ribbonType:_0x2256df=_0x257043(0x639),ribbonHeaderClassName:_0x12e420,scopedActionServiceTokens:_0x2aa002}=_0xf5ffa8;if(_0x4c2415!=null&&typeof _0x4c2415!=_0x257043(0x539))return;let _0x229dc6=_0x434094(_0x2cbc6c,{'childType':_0x2f6c88,'childUnitId':_0x4874bb,'embedId':_0x296b30,'menuSchema':_0x4c2415,'menuTitlePrefix':_0x254f86,'activeRibbonTab':_0x1ebf35,'scopedActionServiceTokens':_0x2aa002}),_0x408bb5=_0x4b0eb6(_0x417070);return _0x408bb5[_0x257043(0x5db)]((0x0,_0x10447b[_0x257043(0x64d)])(_0x418b69,{'injector':_0x229dc6['injector'],'mountContainer':_0x13217a??_0x417070,'embedId':_0x296b30},(0x0,_0x10447b[_0x257043(0x64d)])(_0x4fbb7a['Ribbon'],{'ribbonType':_0x2256df,'headerMenu':_0x14d2cb,'toolbarOnly':_0x5891e2,'headerClassName':_0x12e420}))),(0x0,_0x423058[_0x257043(0x35b)])(()=>{const _0x567406=_0x257043;_0x5deccb(_0x408bb5),_0x229dc6[_0x567406(0x886)][_0x567406(0x4ff)]();});}function _0x434094(_0x1ffb07,_0x3ebd2e){const _0x320b17=_0x37672f;let {childType:_0x2def80,childUnitId:_0xe97bfb,embedId:_0xebb2f6,menuSchema:_0x5dc911,menuTitlePrefix:_0x3fdde2,activeRibbonTab:_0x4da7f4,scopedActionServiceTokens:_0x494e47}=_0x3ebd2e,_0x1e5500=_0x1ffb07[_0x320b17(0x47e)](_0x423058[_0x320b17(0x8ca)]),_0x24ee5b=_0x7d9a03(_0x1e5500,_0x2def80,_0xe97bfb),_0xed42a0=new Set(_0x494e47??[]),_0x605e57=new WeakMap(),_0x452e98,_0x1473ef=_0x5efa89(_0x1ffb07[_0x320b17(0x47e)](_0x423058[_0x320b17(0x58f)]),_0x1e5500,_0x2def80,_0xe97bfb,_0xebb2f6,()=>_0x452e98),_0x538424=_0xe97bfb&&_0x1ffb07[_0x320b17(0x7df)](_0x423058[_0x320b17(0x88f)])?_0x3d03e0(_0x1ffb07[_0x320b17(0x47e)](_0x423058[_0x320b17(0x88f)]),_0x2def80):void 0x0,_0x164c00=new Map([[_0x423058[_0x320b17(0x8ca)],_0x24ee5b],[_0x423058[_0x320b17(0x58f)],_0x1473ef]]);_0x538424&&_0x164c00[_0x320b17(0x5d7)](_0x423058[_0x320b17(0x88f)],_0x538424),_0xed42a0[_0x320b17(0x84e)](_0x4fed5c=>{const _0x1d5aa0=_0x320b17;_0xe97bfb&&_0x1ffb07['has'](_0x4fed5c)&&_0x164c00[_0x1d5aa0(0x5d7)](_0x4fed5c,_0xbe147a(_0x1ffb07[_0x1d5aa0(0x47e)](_0x4fed5c),_0x1e5500,_0x2def80,_0xe97bfb,_0xebb2f6,()=>_0x452e98,_0x605e57));}),_0x452e98=_0x37dc54(_0x1ffb07,_0x164c00);let _0x4eea7b,_0x4be8ac,_0x149c1c={};if(_0x5dc911&&typeof _0x5dc911==_0x320b17(0x539)){let _0x13175b=new _0x4fbb7a[(_0x320b17(0x8de))](_0x452e98,_0x1ffb07[_0x320b17(0x47e)](_0x423058[_0x320b17(0x514)]));_0x13175b[_0x320b17(0x2ee)](_0x1c5caa(_0x5dc911,_0x3fdde2,_0x1ffb07)),_0x4eea7b=_0x13175b,_0x4be8ac=_0x13175b;}else{let _0xd9f43c=_0x1ffb07['get'](_0x4fbb7a[_0x320b17(0x31b)]),_0x36e989=_0xd9f43c[_0x320b17(0x291)];_0x4eea7b=typeof _0x36e989==_0x320b17(0x6de)?_0x36e989[_0x320b17(0x4d5)](_0xd9f43c,_0x452e98):_0xd9f43c;}let _0x24cff0=new _0x4fbb7a[(_0x320b17(0x4bc))](_0x4eea7b,_0x24ee5b);_0x149c1c['current']=_0x24cff0,_0x4da7f4&&_0x24cff0[_0x320b17(0x571)](_0x4da7f4);let _0x48687a=_0x3fdde2?_0x5e5667(_0x24cff0,_0x3fdde2,_0x1ffb07):_0x24cff0;return _0x452e98[_0x320b17(0x47d)]([_0x4fbb7a[_0x320b17(0x31b)],{'useValue':_0x4eea7b}]),_0x452e98[_0x320b17(0x47d)]([_0x4fbb7a[_0x320b17(0x6c4)],{'useValue':_0x48687a}]),{'injector':_0x452e98,'ribbonService':_0x48687a,'disposable':(0x0,_0x423058[_0x320b17(0x35b)])(()=>{const _0x2bbd34=_0x320b17;var _0x56c0b0;(_0x56c0b0=_0x149c1c[_0x2bbd34(0x90d)])==null||_0x56c0b0[_0x2bbd34(0x4ff)](),_0x4be8ac==null||_0x4be8ac['dispose'](),_0x452e98[_0x2bbd34(0x4ff)]();})};}function _0x5e5667(_0x13592f,_0x1878ec,_0x470e7e){const _0x34e155=_0x37672f;let _0x52147d;try{_0x52147d=_0x470e7e[_0x34e155(0x47e)](_0x423058[_0x34e155(0x5f7)]);}catch{_0x52147d=void 0x0;}return{'ribbon$':_0x13592f[_0x34e155(0x8bf)]['pipe']((0x0,_0x12f7a8[_0x34e155(0x3b8)])(_0x40205e=>_0x40205e['map'](_0x2b0a5c=>_0x42c0ee(_0x2b0a5c,_0x1878ec,_0x52147d)))),'activatedTab$':_0x13592f[_0x34e155(0x62e)],'collapsedIds$':_0x13592f[_0x34e155(0x6a8)],'fakeToolbarVisible$':_0x13592f[_0x34e155(0x6e0)],'setActivatedTab':_0x4a1d91=>_0x13592f[_0x34e155(0x571)](_0x4a1d91),'showContextualTab':(_0xdbe9d2,_0x1c5279)=>_0x13592f[_0x34e155(0x5ba)](_0xdbe9d2,_0x1c5279),'hideContextualTab':_0x3a5180=>_0x13592f[_0x34e155(0x5ec)](_0x3a5180),'hideAllContextualTabs':()=>_0x13592f[_0x34e155(0x44e)](),'setCollapsedIds':_0x19e898=>_0x13592f[_0x34e155(0x76b)](_0x19e898),'setFakeToolbarVisible':_0x4999b1=>_0x13592f['setFakeToolbarVisible'](_0x4999b1)};}function _0x42c0ee(_0x3d560a,_0xa8883e,_0x16ca67){const _0xaa54f6=_0x37672f;let _0x5d7685=_0x3d560a[_0xaa54f6(0x6c1)]||_0x3d560a['key'],_0x2b49e9=_0x16ca67?_0x16ca67['t'](_0x5d7685):_0x5d7685;return{..._0x3d560a,'title':_0xa8883e+'\x20-\x20'+_0x2b49e9};}function _0x1c5caa(_0x50f949,_0x263bcf,_0x1c534d){const _0x34247c=_0x37672f;if(!_0x263bcf||!_0x50f949||typeof _0x50f949!=_0x34247c(0x539))return _0x50f949;let _0x20707a=_0x28200f(_0x50f949),_0x576781=_0x20707a[_0x4fbb7a['MenuManagerPosition'][_0x34247c(0x5cf)]];if(!_0x576781||typeof _0x576781!=_0x34247c(0x539))return _0x20707a;let _0x58714e;try{_0x58714e=_0x1c534d['get'](_0x423058[_0x34247c(0x5f7)]);}catch{_0x58714e=void 0x0;}return Object[_0x34247c(0x4bf)](_0x576781)[_0x34247c(0x84e)](_0xa9a6f1=>{const _0x3f07df=_0x34247c;if(!_0xa9a6f1||typeof _0xa9a6f1!='object')return;let _0x5ca704=_0xa9a6f1,_0x2014f6=_0x5ca704[_0x3f07df(0x6c1)];_0x2014f6&&(_0x5ca704[_0x3f07df(0x6c1)]=_0x263bcf+_0x3f07df(0x2f8)+(_0x58714e?_0x58714e['t'](_0x2014f6):_0x2014f6));}),_0x20707a;}function _0x28200f(_0x5554b3){const _0x44e9e2=_0x37672f;return!_0x5554b3||typeof _0x5554b3!=_0x44e9e2(0x539)?_0x5554b3:Array[_0x44e9e2(0x6f7)](_0x5554b3)?_0x5554b3[_0x44e9e2(0x3b8)](_0x1a8457=>_0x28200f(_0x1a8457)):Object[_0x44e9e2(0x679)](Object[_0x44e9e2(0x1ee)](_0x5554b3)['map'](([_0x3edbb5,_0x2a90cd])=>[_0x3edbb5,_0x28200f(_0x2a90cd)]));}function _0x7d9a03(_0x5536fd,_0x10d643,_0x4200ec){const _0x54e566=_0x37672f;let _0x5126a0=()=>_0x4200ec?_0x5536fd['getUnit'](_0x4200ec,_0x10d643):null,_0x571157=_0x4200ec?(0x0,_0x12f7a8[_0x54e566(0x614)])((0x0,_0x12f7a8['of'])(_0x4200ec),_0x5536fd[_0x54e566(0x7a7)](_0x10d643)[_0x54e566(0x594)]((0x0,_0x12f7a8['map'])(()=>_0x4200ec)),_0x5536fd['getTypeOfUnitDisposed$'](_0x10d643)[_0x54e566(0x594)]((0x0,_0x12f7a8[_0x54e566(0x3b8)])(()=>_0x4200ec))):_0x5536fd['focused$'];return{'unitAdded$':_0x5536fd['unitAdded$'],'getTypeOfUnitAdded$':(..._0xf2dbee)=>_0x5536fd[_0x54e566(0x7a7)](..._0xf2dbee),'__addUnit':(..._0x2fd089)=>_0x5536fd[_0x54e566(0x72c)](..._0x2fd089),'unitDisposed$':_0x5536fd['unitDisposed$'],'getTypeOfUnitDisposed$':(..._0x8d4399)=>_0x5536fd[_0x54e566(0x368)](..._0x8d4399),'focused$':_0x571157,get 'focused'(){const _0x357ac0=_0x54e566;return _0x5126a0()??_0x5536fd[_0x357ac0(0x327)]();},'focusUnit':(..._0x1940ee)=>_0x5536fd[_0x54e566(0x1eb)](..._0x1940ee),'getFocusedUnit':()=>_0x5126a0()??_0x5536fd[_0x54e566(0x327)](),'getCurrentUnitOfType':_0x19b31c=>_0x19b31c===_0x10d643&&_0x4200ec?_0x5126a0():_0x5536fd[_0x54e566(0x71e)](_0x19b31c),'setCurrentUnitForType':(..._0x1d29cc)=>_0x5536fd[_0x54e566(0x40b)](..._0x1d29cc),'getCurrentTypeOfUnit$':_0x2c13bf=>_0x2c13bf!==_0x10d643||!_0x4200ec?_0x5536fd[_0x54e566(0x5bd)](_0x2c13bf):(0x0,_0x12f7a8['merge'])((0x0,_0x12f7a8['of'])(void 0x0),_0x5536fd[_0x54e566(0x7a7)](_0x10d643),_0x5536fd[_0x54e566(0x368)](_0x10d643))[_0x54e566(0x594)]((0x0,_0x12f7a8[_0x54e566(0x3b8)])(()=>_0x5126a0())),'createUnit':(..._0x4c32a2)=>_0x5536fd['createUnit'](..._0x4c32a2),'getUnitCreateOptions':(..._0x4c130c)=>_0x5536fd[_0x54e566(0x8bc)](..._0x4c130c),'disposeUnit':(..._0x2c37d0)=>_0x5536fd[_0x54e566(0x39b)](..._0x2c37d0),'registerCtorForType':(..._0x26d2dc)=>_0x5536fd[_0x54e566(0x760)](..._0x26d2dc),'getUnit':(..._0x59a06f)=>_0x5536fd['getUnit'](..._0x59a06f),'getAllUnitsForType':(..._0x4911fe)=>_0x5536fd['getAllUnitsForType'](..._0x4911fe),'getUnitType':(..._0x1994ea)=>_0x5536fd['getUnitType'](..._0x1994ea)};}function _0x3d03e0(_0x4a80c1,_0x14561e){const _0x45a723=_0x37672f;return{'contextChanged$':_0x4a80c1['contextChanged$'],'getContextValue':_0xaa9f55=>_0x2b3221(_0xaa9f55,_0x14561e)??_0x4a80c1[_0x45a723(0x49e)](_0xaa9f55),'setContextValue':(_0x3c7482,_0x463e05)=>_0x4a80c1[_0x45a723(0x2b4)](_0x3c7482,_0x463e05),'subscribeContextValue$':_0x3871f4=>{let _0x19fe3e=_0x2b3221(_0x3871f4,_0x14561e);return _0x19fe3e==null?_0x4a80c1['subscribeContextValue$'](_0x3871f4):(0x0,_0x12f7a8['of'])(_0x19fe3e);}};}function _0x2b3221(_0x22915e,_0x35ef36){const _0x586f18=_0x37672f;if(_0x22915e===_0x423058[_0x586f18(0x3b5)])return!0x0;if(_0x22915e===_0x423058[_0x586f18(0x24d)]||_0x22915e===_0x423058['FOCUSING_DOC']||_0x22915e===_0x423058[_0x586f18(0x45b)])return _0x22915e===_0x4aa91b(_0x35ef36);}function _0x4aa91b(_0x1509a7){const _0x1d2b48=_0x37672f;if(_0x1509a7===_0x423058[_0x1d2b48(0x839)][_0x1d2b48(0x89d)])return _0x423058[_0x1d2b48(0x24d)];if(_0x1509a7===_0x423058[_0x1d2b48(0x839)][_0x1d2b48(0x4d7)])return _0x423058['FOCUSING_DOC'];if(_0x1509a7===_0x423058[_0x1d2b48(0x839)][_0x1d2b48(0x428)])return _0x423058[_0x1d2b48(0x45b)];}function _0x5efa89(_0x1c4382,_0x52097c,_0x14b2a2,_0x303c35,_0x270df5,_0x4f7d29){const _0x378ec7=_0x37672f;return _0x303c35?{'disposed':()=>_0x1c4382[_0x378ec7(0x5e1)](),'hasCommand':_0x48fbc8=>_0x1c4382[_0x378ec7(0x572)](_0x48fbc8),'registerCommand':(..._0x49fd8b)=>_0x1c4382['registerCommand'](..._0x49fd8b),'unregisterCommand':_0xd8fafd=>_0x1c4382['unregisterCommand'](_0xd8fafd),'registerMultipleCommand':(..._0x189d30)=>_0x1c4382[_0x378ec7(0x82c)](..._0x189d30),'executeCommand':async(..._0x15b11a)=>{const _0x1fd243=_0x378ec7;let _0x4d93b8=_0x52097c['getCurrentUnitOfType'](_0x14b2a2);try{return _0x52097c[_0x1fd243(0x40b)](_0x303c35),await _0x1c4382[_0x1fd243(0x6a6)](_0x15b11a[0x0],_0x15b11a[0x1],_0x171e53(_0x14b2a2,_0x303c35,_0x15b11a[0x2]));}finally{_0x1e4c40(_0x52097c,_0x303c35,_0x4d93b8,_0x270df5,_0x4f7d29);}},'syncExecuteCommand':(..._0x6f86bf)=>{const _0x902874=_0x378ec7;let _0x3d99fb=_0x52097c[_0x902874(0x71e)](_0x14b2a2);try{return _0x52097c[_0x902874(0x40b)](_0x303c35),_0x1c4382[_0x902874(0x7ef)](_0x6f86bf[0x0],_0x6f86bf[0x1],_0x171e53(_0x14b2a2,_0x303c35,_0x6f86bf[0x2]));}finally{_0x1e4c40(_0x52097c,_0x303c35,_0x3d99fb,_0x270df5,_0x4f7d29);}},'onCommandExecuted':(..._0x47cf7e)=>_0x1c4382[_0x378ec7(0x519)](..._0x47cf7e),'beforeCommandExecuted':(..._0x1e79c8)=>_0x1c4382[_0x378ec7(0x515)](..._0x1e79c8),'onMutationExecutedForCollab':(..._0x453d99)=>_0x1c4382[_0x378ec7(0x669)](..._0x453d99)}:_0x1c4382;}function _0x171e53(_0x66b6da,_0xdd1c02,_0x15f243){const _0x5af098=_0x37672f;return _0x66b6da===_0x423058[_0x5af098(0x839)][_0x5af098(0x316)]?{..._0x15f243,'unitId':_0xdd1c02}:_0x15f243;}function _0xbe147a(_0x4c6720,_0x53c54d,_0x39758a,_0xd58a07,_0x2f4a39,_0x364347,_0x37ec3c){const _0x22c589=_0x37672f;if(typeof _0x4c6720!=_0x22c589(0x539)&&typeof _0x4c6720!=_0x22c589(0x6de)||_0x4c6720==null)return _0x4c6720;let _0x4fd856=_0x4c6720,_0x592cf9=_0x37ec3c==null?void 0x0:_0x37ec3c[_0x22c589(0x47e)](_0x4fd856);if(_0x592cf9)return _0x592cf9;let _0x12ff2d={..._0x4fd856};return _0x759c73(_0x4fd856,_0x12ff2d,_0x53c54d,_0x39758a,_0xd58a07,_0x2f4a39,_0x364347),_0x37ec3c==null||_0x37ec3c[_0x22c589(0x5d7)](_0x4fd856,_0x12ff2d),_0x12ff2d;}function _0x759c73(_0x18d6b9,_0x4726a8,_0x16c741,_0x3fc990,_0x44bb7c,_0x198190,_0x4bba0e){const _0x52ca90=_0x37672f;let _0x3b408a=_0xd10265=>{const _0x3d46b2=_0x3a85;if(_0xd10265===_0x3d46b2(0x74c))return;let _0x2818b3=_0x18d6b9[_0xd10265];if(typeof _0x2818b3!=_0x3d46b2(0x6de))return;let _0x1fe67b=_0x4726a8;_0x1fe67b[_0xd10265]=(..._0x3cd2af)=>_0x5d1e06(_0x16c741,_0x3fc990,_0x44bb7c,_0x198190,_0x4bba0e,()=>_0x2818b3[_0x3d46b2(0x899)](_0x18d6b9,_0x3cd2af));};Object['keys'](_0x18d6b9)[_0x52ca90(0x84e)](_0x3b408a);let _0x1f0a82=Object[_0x52ca90(0x592)](_0x18d6b9);_0x1f0a82&&_0x1f0a82!==Object[_0x52ca90(0x20d)]&&Object[_0x52ca90(0x458)](_0x1f0a82)[_0x52ca90(0x84e)](_0x3b408a);}function _0x5d1e06(_0x412700,_0x21d7d0,_0x25da63,_0x5b6267,_0x431a25,_0x220087){const _0x5813db=_0x37672f;let _0x4bf747=_0x412700[_0x5813db(0x71e)](_0x21d7d0),_0x12ab31;try{_0x412700['setCurrentUnitForType'](_0x25da63),_0x12ab31=_0x220087();}catch(_0xc1312e){throw _0x1e4c40(_0x412700,_0x25da63,_0x4bf747,_0x5b6267,_0x431a25),_0xc1312e;}return _0x399790(_0x12ab31)?_0x12ab31['finally'](()=>{_0x1e4c40(_0x412700,_0x25da63,_0x4bf747,_0x5b6267,_0x431a25);}):(_0x1e4c40(_0x412700,_0x25da63,_0x4bf747,_0x5b6267,_0x431a25),_0x12ab31);}function _0x399790(_0x4ccc29){return!!(_0x4ccc29&&typeof _0x4ccc29['finally']=='function');}function _0x1e4c40(_0x1f716a,_0x6ea832,_0x311d8a,_0x11356c,_0x4858a5){const _0x35a7da=_0x37672f;if(_0xdf5185(_0x11356c,_0x4858a5)){var _0x251930;_0x1f716a[_0x35a7da(0x40b)](_0x6ea832),(_0x251930=_0x1f716a[_0x35a7da(0x1eb)])==null||_0x251930[_0x35a7da(0x4d5)](_0x1f716a,_0x6ea832);return;}_0x311d8a&&_0x1f716a[_0x35a7da(0x40b)](_0x311d8a['getUnitId']());}function _0xdf5185(_0x3c10ea,_0x3b920c){const _0x4eb91c=_0x37672f;let _0x16de9c=_0x3b920c==null?void 0x0:_0x3b920c();return!_0x3c10ea||!(_0x16de9c!=null&&_0x16de9c[_0x4eb91c(0x7df)](_0x4b94f0))?!0x1:_0x16de9c[_0x4eb91c(0x47e)](_0x4b94f0)[_0x4eb91c(0x228)](_0x3c10ea);}let _0x16972d=new WeakMap(),_0xdb3739=0x0;function _0x1eca07(_0x481cbc,_0x265b67){const _0x45e763=_0x37672f;if(!_0x481cbc[_0x45e763(0x7df)](_0x105b0d))return _0x2a3948(_0x481cbc,_0x265b67);let _0x1cd4cc=_0x481cbc[_0x45e763(0x47e)](_0x105b0d);if(!(_0x265b67['id']&&_0x1cd4cc['getAll'](_0x265b67[_0x45e763(0x6b0)],_0x265b67[_0x45e763(0x704)])[_0x45e763(0x79a)](_0x4bd141=>_0x4bd141['id']===_0x265b67['id'])))return _0x1cd4cc['register'](_0x265b67);}function _0x4a19fd(_0x6743bf){const _0x33f5b8=_0x37672f;if(!_0x6743bf[_0x33f5b8(0x7df)](_0x105b0d))return;let _0x4a7181=_0x16972d[_0x33f5b8(0x47e)](_0x6743bf);_0x4a7181!=null&&_0x4a7181[_0x33f5b8(0x4ea)]&&([..._0x4a7181[_0x33f5b8(0x4bf)]()]['sort']((_0x1a1c7b,_0x4caa31)=>_0x1a1c7b['index']-_0x4caa31[_0x33f5b8(0x650)])[_0x33f5b8(0x84e)](({contribution:_0x528633})=>_0x1eca07(_0x6743bf,_0x528633)),_0x16972d[_0x33f5b8(0x405)](_0x6743bf));}function _0x2a3948(_0x1be0d2,_0x2f96d2){const _0x183731=_0x37672f;let _0x42ee5c={'contribution':_0x2f96d2,'index':_0xdb3739++},_0x28a4f3=_0x4b7c9d(_0x2f96d2,_0x42ee5c['index']),_0x25fcf8=_0x1be0d2,_0x2f8792=_0x16972d[_0x183731(0x47e)](_0x25fcf8)??new Map();return _0x2f8792[_0x183731(0x5d7)](_0x28a4f3,_0x42ee5c),_0x16972d[_0x183731(0x5d7)](_0x25fcf8,_0x2f8792),(0x0,_0x423058[_0x183731(0x35b)])(()=>{const _0x280fd2=_0x183731;let _0x212670=_0x16972d[_0x280fd2(0x47e)](_0x25fcf8);(_0x212670==null?void 0x0:_0x212670['get'](_0x28a4f3))===_0x42ee5c&&_0x212670[_0x280fd2(0x405)](_0x28a4f3);});}function _0x4b7c9d(_0x312db0,_0x3a0786){const _0x2c7566=_0x37672f;let _0x1f7b7e=_0x447e2b(_0x312db0);return _0x312db0['id']?_0x312db0[_0x2c7566(0x6b0)]+':'+_0x1f7b7e+':'+_0x312db0['id']:_0x312db0[_0x2c7566(0x6b0)]+':'+_0x1f7b7e+_0x2c7566(0x37f)+_0x3a0786;}var _0x105b0d=class{constructor(){_0x1876b0(this,'_contributions',new Map()),_0x1876b0(this,'_nextIndex',0x0);}[_0x37672f(0x920)](_0x87bcea){const _0x3b9d13=_0x37672f;let _0xfefdaf={'contribution':_0x87bcea,'index':this[_0x3b9d13(0x4f0)]++},_0x5548f8=this[_0x3b9d13(0x36c)]['get'](_0x87bcea[_0x3b9d13(0x6b0)])??[];return _0x5548f8[_0x3b9d13(0x5fd)](_0xfefdaf),_0x5548f8[_0x3b9d13(0x6d8)](_0x555ba5),this[_0x3b9d13(0x36c)][_0x3b9d13(0x5d7)](_0x87bcea[_0x3b9d13(0x6b0)],_0x5548f8),(0x0,_0x423058[_0x3b9d13(0x35b)])(()=>{const _0x1d2b3c=_0x3b9d13;let _0x2f7756=this[_0x1d2b3c(0x36c)][_0x1d2b3c(0x47e)](_0x87bcea['childType']);if(!_0x2f7756)return;let _0x18be17=_0x2f7756[_0x1d2b3c(0x320)](_0x2550ff=>_0x2550ff!==_0xfefdaf);_0x18be17['length']?this[_0x1d2b3c(0x36c)][_0x1d2b3c(0x5d7)](_0x87bcea[_0x1d2b3c(0x6b0)],_0x18be17):this['_contributions'][_0x1d2b3c(0x405)](_0x87bcea[_0x1d2b3c(0x6b0)]);});}[_0x37672f(0x47e)](_0x29e45a){return this['getAll'](_0x29e45a)[0x0];}['getAll'](_0x5c6358,_0x55594a){const _0x2fb58d=_0x37672f;return(this[_0x2fb58d(0x36c)][_0x2fb58d(0x47e)](_0x5c6358)??[])['map'](_0x34efdd=>_0x34efdd[_0x2fb58d(0x52f)])[_0x2fb58d(0x320)](_0x5f1299=>!_0x55594a||_0x447e2b(_0x5f1299)===_0x55594a);}['getMergedMenuSchema'](_0x1aaff4,_0x191bef=_0x37672f(0x50e)){const _0x5537f9=_0x37672f;let _0x203df8=this['getAll'](_0x1aaff4,_0x191bef)[_0x5537f9(0x3b8)](_0x31740e=>_0x31740e[_0x5537f9(0x3c8)])['filter'](_0x5b3317=>_0x5b3317&&typeof _0x5b3317=='object');if(_0x203df8[_0x5537f9(0x3fe)])return _0x26ef77(_0x203df8);}[_0x37672f(0x727)](_0x581fa3){const _0x5ab743=_0x37672f;let _0xb3b6d1=_0x581fa3[_0x5ab743(0x704)]??'ribbon',_0x2bd238=this[_0x5ab743(0x648)](_0x581fa3[_0x5ab743(0x6b0)],_0xb3b6d1);if(!_0x2bd238['length'])return;let _0x250a78=_0x2bd238[_0x5ab743(0x320)](_0xe890da=>_0xe890da[_0x5ab743(0x727)]);if(_0x250a78['length']){let _0x446c4b=_0x250a78[_0x5ab743(0x3b8)](_0x1b4ecb=>{const _0x50053e=_0x5ab743;var _0x31ed72;return(_0x31ed72=_0x1b4ecb['mountMenu'])==null?void 0x0:_0x31ed72[_0x50053e(0x4d5)](_0x1b4ecb,{..._0x581fa3,'surface':_0xb3b6d1,'menuSchema':_0x1b4ecb[_0x50053e(0x3c8)],'scopedActionServiceTokens':_0x1b4ecb['scopedActionServiceTokens']});})[_0x5ab743(0x320)](_0xbbdbd4=>!!_0xbbdbd4);return(0x0,_0x423058[_0x5ab743(0x35b)])(()=>{const _0x5285f1=_0x5ab743;_0x446c4b[_0x5285f1(0x84e)](_0x44083f=>_0x44083f['dispose']());});}let _0x490b90=this[_0x5ab743(0x1d2)](_0x581fa3[_0x5ab743(0x6b0)],_0xb3b6d1);if(_0xb3b6d1===_0x5ab743(0x50e))return _0x2c4500({..._0x581fa3,'surface':_0xb3b6d1,'menuSchema':_0x490b90,'scopedActionServiceTokens':_0x2df2dc(_0x2bd238)})??void 0x0;}};function _0x2df2dc(_0x44230c){const _0x1c53bf=_0x37672f;let _0x1d25c3=_0x44230c['flatMap'](_0x3bb33f=>_0x3bb33f[_0x1c53bf(0x7a3)]??[]);return _0x1d25c3['length']?Array[_0x1c53bf(0x7a2)](new Set(_0x1d25c3)):void 0x0;}function _0x447e2b(_0x19e7ee){const _0xf49363=_0x37672f;return _0x19e7ee['surface']??_0xf49363(0x50e);}function _0x555ba5(_0x46e1e1,_0x1afb6d){const _0x3a5797=_0x37672f;return(_0x46e1e1[_0x3a5797(0x52f)][_0x3a5797(0x27a)]??_0x46e1e1[_0x3a5797(0x650)])-(_0x1afb6d[_0x3a5797(0x52f)]['order']??_0x1afb6d['index'])||_0x46e1e1[_0x3a5797(0x650)]-_0x1afb6d[_0x3a5797(0x650)];}function _0x26ef77(_0xc1581){const _0x16dc21=_0x37672f;return _0xc1581[_0x16dc21(0x4e7)]((_0x364b8c,_0x27dee5)=>_0x2def55(_0x364b8c,_0x56902e(_0x27dee5)),{});}function _0x56902e(_0x485683){const _0x302817=_0x37672f;if(!_0x51a136(_0x485683))return _0x485683;let _0x3da22e=new Set(Object[_0x302817(0x4bf)](_0x4fbb7a[_0x302817(0x2e9)])),_0x3e6cd6=Object[_0x302817(0x1ee)](_0x485683)[_0x302817(0x320)](([_0x455656])=>_0x3da22e[_0x302817(0x7df)](_0x455656)),_0x40a14e=Object[_0x302817(0x1ee)](_0x485683)[_0x302817(0x320)](([_0x9e7ea5])=>_0x4d94f4(_0x9e7ea5));if(!_0x3e6cd6[_0x302817(0x3fe)]&&!_0x40a14e['length'])return _0x485683;let _0x227dac={};Object[_0x302817(0x1ee)](_0x485683)[_0x302817(0x84e)](([_0x28254b,_0x180948])=>{const _0x451d8b=_0x302817;!_0x3da22e[_0x451d8b(0x7df)](_0x28254b)&&!_0x4d94f4(_0x28254b)&&(_0x227dac[_0x28254b]=_0x39fd9b(_0x180948));});let _0x5c673d=_0x51a136(_0x227dac[_0x4fbb7a[_0x302817(0x510)]['RIBBON']])?_0x227dac[_0x4fbb7a[_0x302817(0x510)][_0x302817(0x5cf)]]:{};return _0x3e6cd6[_0x302817(0x84e)](([_0x57b7be,_0x67d922])=>{_0x5c673d[_0x57b7be]=_0x57b7be in _0x5c673d?_0x2def55(_0x5c673d[_0x57b7be],_0x67d922):_0x39fd9b(_0x67d922);}),_0x40a14e[_0x302817(0x84e)](([_0x4ddb2e,_0x25314a])=>{let _0x37b649=_0x4d94f4(_0x4ddb2e);if(!_0x37b649)return;let _0xfb38cf=_0x51a136(_0x5c673d[_0x37b649])?_0x5c673d[_0x37b649]:{};_0xfb38cf[_0x4ddb2e]=_0x4ddb2e in _0xfb38cf?_0x2def55(_0xfb38cf[_0x4ddb2e],_0x25314a):_0x39fd9b(_0x25314a),_0x5c673d[_0x37b649]=_0xfb38cf;}),_0x227dac[_0x4fbb7a[_0x302817(0x510)]['RIBBON']]=_0x5c673d,_0x227dac;}let _0x3481cc=[[Object['values'](_0x4fbb7a[_0x37672f(0x5f2)]),_0x4fbb7a['RibbonPosition'][_0x37672f(0x41d)]],[Object[_0x37672f(0x4bf)](_0x4fbb7a['RibbonInsertGroup']),_0x4fbb7a[_0x37672f(0x2e9)]['INSERT']],[Object[_0x37672f(0x4bf)](_0x4fbb7a[_0x37672f(0x245)]),_0x4fbb7a[_0x37672f(0x2e9)][_0x37672f(0x3b0)]],[Object[_0x37672f(0x4bf)](_0x4fbb7a[_0x37672f(0x31c)]),_0x4fbb7a['RibbonPosition'][_0x37672f(0x28f)]],[Object[_0x37672f(0x4bf)](_0x4fbb7a['RibbonViewGroup']),_0x4fbb7a[_0x37672f(0x2e9)][_0x37672f(0x593)]],[Object['values'](_0x4fbb7a[_0x37672f(0x25f)]),_0x4fbb7a[_0x37672f(0x2e9)][_0x37672f(0x5fe)]]];function _0x4d94f4(_0x5af074){const _0x1813ab=_0x37672f;var _0x510432;return(_0x510432=_0x3481cc[_0x1813ab(0x782)](([_0x24b023])=>_0x24b023['includes'](_0x5af074)))==null?void 0x0:_0x510432[0x1];}function _0x2def55(_0x1e5e19,_0x162b9e){const _0x55cc1a=_0x37672f;if(!_0x51a136(_0x1e5e19)||!_0x51a136(_0x162b9e))return _0x39fd9b(_0x162b9e);let _0x375e90={..._0x1e5e19};return Object[_0x55cc1a(0x1ee)](_0x162b9e)[_0x55cc1a(0x84e)](([_0x5d2b63,_0x238dd5])=>{_0x375e90[_0x5d2b63]=_0x5d2b63 in _0x375e90?_0x2def55(_0x375e90[_0x5d2b63],_0x238dd5):_0x39fd9b(_0x238dd5);}),_0x375e90;}function _0x39fd9b(_0x1bd48e){const _0x17342e=_0x37672f;return Array[_0x17342e(0x6f7)](_0x1bd48e)?_0x1bd48e[_0x17342e(0x3b8)](_0x56916e=>_0x39fd9b(_0x56916e)):_0x51a136(_0x1bd48e)?Object['fromEntries'](Object[_0x17342e(0x1ee)](_0x1bd48e)[_0x17342e(0x3b8)](([_0x5338bc,_0x273263])=>[_0x5338bc,_0x39fd9b(_0x273263)])):_0x1bd48e;}function _0x51a136(_0x43f771){const _0x4bb594=_0x37672f;return!!_0x43f771&&typeof _0x43f771==_0x4bb594(0x539)&&!Array['isArray'](_0x43f771);}function _0x2e550f(_0x1fc2bc,_0x453078,_0x46cf40){const _0x18929c=_0x37672f;let {viewport:_0x43fd15,menuSlot:_0x42548c,popupSlot:_0x1e1027}=_0x46cf40;return{'hostUnitId':_0x1fc2bc[_0x18929c(0x7cf)],'hostAnchorId':_0x1fc2bc[_0x18929c(0x391)],'embedId':_0x1fc2bc['embedId'],'childUnitId':_0x1fc2bc['childUnitId'],'childType':_0x1fc2bc[_0x18929c(0x6b0)],'layout':_0x453078,'mode':'float','rootElement':_0x43fd15,'contentRoot':_0x27a665(_0x43fd15,_0x18929c(0x2f1))??_0x43fd15,'canvasRoot':_0x27a665(_0x43fd15,'data-embed-canvas-root')??_0x43fd15,'overlayRoot':_0x27a665(_0x43fd15,'data-embed-overlay-root')??_0x43fd15,'popupRoot':_0x1e1027??_0x27a665(_0x43fd15,_0x18929c(0x263))??_0x43fd15,'menuOutlet':{'container':_0x42548c},'active$':(0x0,_0x12f7a8['of'])(!0x0),'fullscreen':!0x0};}function _0x3271e5(_0x2a998b){const _0x465cbc=_0x37672f;let {injector:_0x4bf507,descriptor:_0x4a905c,renderScope:_0x7c298e}=_0x2a998b,_0x3bf576=[],_0xe16dba=_0x4a905c[_0x465cbc(0x2ab)];if(_0x4bf507['has'](_0x4b94f0)){let _0x4f7288=_0x4bf507[_0x465cbc(0x47e)](_0x4b94f0);_0x3bf576[_0x465cbc(0x5fd)](_0x4f7288['registerRuntimeScope']({'embedId':_0xe16dba,'hostUnitId':_0x4a905c['hostUnitId'],'childUnitId':_0x4a905c[_0x465cbc(0x783)],'childType':_0x4a905c['childType'],'sessionMode':_0x465cbc(0x26a)})),_0x4a905c['childUnitId']&&_0x3bf576[_0x465cbc(0x5fd)](_0x4f7288[_0x465cbc(0x1fc)]({'embedId':_0xe16dba,'role':_0x465cbc(0x27e),'owner':_0x465cbc(0x688),'sessionMode':_0x465cbc(0x26a),'hostUnitId':_0x4a905c[_0x465cbc(0x7cf)],'childUnitId':_0x4a905c[_0x465cbc(0x783)],'childType':_0x4a905c[_0x465cbc(0x6b0)]})),_0x33e5e2(_0x2a998b)['forEach'](({element:_0x25653b,role:_0x5a1ccd})=>{const _0x1d51a8=_0x465cbc;_0x3bf576[_0x1d51a8(0x5fd)](_0x4f7288[_0x1d51a8(0x416)]({'embedId':_0xe16dba,'element':_0x25653b,'role':_0x5a1ccd}));});}if(_0x4bf507['has'](_0x32cfb9)){let _0x4bf627=_0x4bf507[_0x465cbc(0x47e)](_0x32cfb9);_0x33e5e2(_0x2a998b)[_0x465cbc(0x84e)](({element:_0x28a7ca})=>{const _0x2b6c61=_0x465cbc;_0x3bf576[_0x2b6c61(0x5fd)](_0x4bf627[_0x2b6c61(0x578)](_0xe16dba,_0x28a7ca));}),_0x3bf576['push'](_0x4bf627[_0x465cbc(0x269)](_0xe16dba,_0x7c298e[_0x465cbc(0x677)][_0x465cbc(0x53c)]));}return(0x0,_0x423058[_0x465cbc(0x35b)])(()=>{const _0x518e82=_0x465cbc;[..._0x3bf576][_0x518e82(0x691)]()['forEach'](_0x3656b7=>_0x3656b7['dispose']());});}function _0x33e5e2(_0x448f4d){const _0x2a261f=_0x37672f;let {renderScope:_0x146696,menuRoot:_0x2e1407,menuSlot:_0x24a890,popupSlot:_0x5f0e10,sidebarSlot:_0x2967f3,rightSidebarSlot:_0x52553e,footerSlot:_0x30eb03}=_0x448f4d,_0x116a9d=[{'element':_0x146696[_0x2a261f(0x677)],'role':_0x2a261f(0x747)},{'element':_0x146696[_0x2a261f(0x891)],'role':_0x2a261f(0x747)},{'element':_0x146696[_0x2a261f(0x6ce)],'role':'runtime'},{'element':_0x146696[_0x2a261f(0x5c2)],'role':_0x2a261f(0x747)},{'element':_0x2e1407,'role':'floating-menu'},{'element':_0x24a890,'role':_0x2a261f(0x398)},{'element':_0x30eb03,'role':_0x2a261f(0x398)},{'element':_0x2967f3,'role':'child-popup'},{'element':_0x52553e,'role':_0x2a261f(0x516)},{'element':_0x5f0e10,'role':'child-popup'}],_0xb1034e=new Set();return _0x116a9d[_0x2a261f(0x350)](({element:_0x283d54,role:_0x5b59e7})=>!_0x283d54||_0xb1034e['has'](_0x283d54)?[]:(_0xb1034e[_0x2a261f(0x47d)](_0x283d54),[{'element':_0x283d54,'role':_0x5b59e7}]));}function _0x59d63a(_0x4b03c0){return _0x52ff3e(_0x4b03c0)||_0x41fb37(_0x4b03c0);}function _0x52ff3e(_0x3d62cc){const _0x401248=_0x37672f;if(!_0x3d62cc['injector'][_0x401248(0x7df)](_0x28f187)||_0x3d62cc[_0x401248(0x466)]['childType']==null)return;let _0x38836a=_0x3d62cc[_0x401248(0x868)][_0x401248(0x47e)](_0x28f187)['get'](_0x3d62cc[_0x401248(0x466)][_0x401248(0x6b0)]);if((_0x38836a==null?void 0x0:_0x38836a[_0x401248(0x64f)])!=='ribbon')return;let _0x14cf6c=_0x2a91d5(_0x3d62cc[_0x401248(0x868)]);if(_0x3d62cc[_0x401248(0x868)][_0x401248(0x7df)](_0x105b0d)){let _0x41bebc=_0x3d62cc['injector']['get'](_0x105b0d)['mountMenu']({'container':_0x3d62cc[_0x401248(0x6f9)],'portalContainer':_0x3d62cc['childContext'][_0x401248(0x5b0)]['roots'][_0x401248(0x7f1)],'injector':_0x3d62cc[_0x401248(0x6ff)][_0x401248(0x5b0)][_0x401248(0x868)],'childType':_0x3d62cc[_0x401248(0x466)][_0x401248(0x6b0)],'childUnitId':_0x3d62cc[_0x401248(0x466)][_0x401248(0x783)],'embedId':_0x3d62cc[_0x401248(0x466)]['embedId'],'surface':'ribbon','headerMenu':!0x0,'ribbonType':_0x14cf6c,'ribbonHeaderClassName':_0x401248(0x2f3)});if(_0x41bebc)return _0x41bebc;}return _0x2c4500({'container':_0x3d62cc[_0x401248(0x6f9)],'portalContainer':_0x3d62cc['childContext'][_0x401248(0x5b0)][_0x401248(0x8dd)][_0x401248(0x7f1)],'injector':_0x3d62cc['childContext'][_0x401248(0x5b0)][_0x401248(0x868)],'childType':_0x3d62cc['descriptor']['childType'],'childUnitId':_0x3d62cc[_0x401248(0x466)][_0x401248(0x783)],'embedId':_0x3d62cc[_0x401248(0x466)][_0x401248(0x2ab)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0x14cf6c,'ribbonHeaderClassName':_0x401248(0x2f3)});}function _0x2a91d5(_0x4992b0){const _0x2b64fc=_0x37672f;var _0x34a4a6;return _0x4992b0['has'](_0x423058[_0x2b64fc(0x514)])?((_0x34a4a6=_0x4992b0['get'](_0x423058[_0x2b64fc(0x514)])['getConfig'](_0x4fbb7a[_0x2b64fc(0x812)]))==null?void 0x0:_0x34a4a6[_0x2b64fc(0x557)])??'classic':_0x2b64fc(0x639);}function _0x41fb37(_0x4cfc45){const _0x48fe9e=_0x37672f;if(!_0x4cfc45[_0x48fe9e(0x868)][_0x48fe9e(0x7df)](_0x74c661)||_0x4cfc45[_0x48fe9e(0x466)][_0x48fe9e(0x6b0)]==null||!_0x4cfc45[_0x48fe9e(0x466)][_0x48fe9e(0x783)])return;let _0x4978a6=_0x4cfc45['injector'][_0x48fe9e(0x47e)](_0x74c661)[_0x48fe9e(0x47e)](_0x4cfc45[_0x48fe9e(0x466)][_0x48fe9e(0x805)],_0x4cfc45['descriptor'][_0x48fe9e(0x23b)],_0x4cfc45['descriptor'][_0x48fe9e(0x6b0)]),_0x3c635d=_0x4978a6==null?void 0x0:_0x4978a6['mount']({..._0x4cfc45[_0x48fe9e(0x6ff)],'active':{'hostUnitId':_0x4cfc45[_0x48fe9e(0x466)]['hostUnitId'],'embedId':_0x4cfc45[_0x48fe9e(0x466)][_0x48fe9e(0x2ab)],'childUnitId':_0x4cfc45[_0x48fe9e(0x466)]['childUnitId'],'stage':_0x48fe9e(0x58d)}});return _0x3c635d?(0x0,_0x423058[_0x48fe9e(0x35b)])(()=>_0x3c635d[_0x48fe9e(0x4ff)]()):void 0x0;}var _0x50411d=class{constructor(){const _0x26d133=_0x37672f;_0x1876b0(this,'_session$',new _0x12f7a8['BehaviorSubject'](null)),_0x1876b0(this,_0x26d133(0x2e2),new _0x12f7a8[(_0x26d133(0x53e))]()),_0x1876b0(this,_0x26d133(0x383),this[_0x26d133(0x703)]['asObservable']()),_0x1876b0(this,_0x26d133(0x75e),this[_0x26d133(0x2e2)][_0x26d133(0x58c)]());}[_0x37672f(0x25a)](){const _0x483e4c=_0x37672f;return this[_0x483e4c(0x703)]['getValue']();}[_0x37672f(0x712)](_0x4c37da){const _0x556e27=_0x37672f;var _0x414cdb,_0xf8d394;if(!_0x4c37da[_0x556e27(0x783)]||_0x4c37da['childType']==null)throw Error(_0x556e27(0x2bd));let _0x4e8fb5=((_0x414cdb=_0x4c37da[_0x556e27(0x5d5)])==null?void 0x0:_0x414cdb['floating'])||void 0x0,_0x284ccc=((_0xf8d394=_0x4c37da['sourceMeta'])==null?void 0x0:_0xf8d394[_0x556e27(0x81f)])||void 0x0;if(_0x284ccc&&_0x284ccc[_0x556e27(0x62a)]&&!_0x4e8fb5)throw Error(_0x556e27(0x628));let _0x434bca=_0x4e8fb5?_0x4e8fb5[_0x556e27(0x589)]:void 0x0;if(!_0x434bca)throw Error(_0x556e27(0x3f8));let _0x111b48={'hostUnitId':_0x4c37da['hostUnitId'],'embedId':_0x4c37da[_0x556e27(0x2ab)],'childUnitId':_0x4c37da[_0x556e27(0x783)],'childType':_0x4c37da[_0x556e27(0x6b0)],'entry':_0x4c37da['entry'],'layout':_0x434bca};return this[_0x556e27(0x703)]['next'](_0x111b48),_0x111b48;}[_0x37672f(0x6ba)](_0x3deb1b){const _0x2417db=_0x37672f;let _0x44b3e7=this[_0x2417db(0x25a)]();_0x44b3e7&&(!_0x3deb1b||_0x44b3e7[_0x2417db(0x2ab)]===_0x3deb1b)&&this['_session$'][_0x2417db(0x7b8)](null);}[_0x37672f(0x437)](_0x2623ad){const _0x2634d3=_0x37672f;this[_0x2634d3(0x2e2)]['next'](_0x2623ad);}};function _0x31c6e0(){const _0x534730=_0x37672f;let _0x2f9050=(0x0,_0x4fbb7a[_0x534730(0x7bd)])(_0x423058[_0x534730(0x8d5)]),_0x295685=(0x0,_0x4fbb7a[_0x534730(0x7bd)])(_0x423058[_0x534730(0x5f7)]),_0x21898e=(0x0,_0x4fbb7a['useDependency'])(_0x30c858),_0x27b14f=(0x0,_0x4fbb7a[_0x534730(0x7bd)])(_0x50411d),_0x11161e=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x490196=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x171a45=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x2d0e58=(0x0,_0x10447b['useRef'])(null),_0x332739=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x12a765=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x53b740=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x18d79d=(0x0,_0x4fbb7a['useObservable'])(()=>_0x27b14f['session$'],_0x27b14f['getSession'](),!0x1,[_0x27b14f]),[_0x36a45a,_0xe1a117]=(0x0,_0x10447b[_0x534730(0x1d1)])(null);if((0x0,_0x10447b[_0x534730(0x7b1)])(()=>{const _0x5118e5=_0x534730;var _0x4768db;let _0x1cee6b=_0x171a45[_0x5118e5(0x90d)],_0x74b5d1=_0x490196[_0x5118e5(0x90d)],_0x781d8f=_0x2d0e58['current'],_0x4d693c=_0x332739[_0x5118e5(0x90d)],_0x546f49=_0x12a765[_0x5118e5(0x90d)],_0x33ec5b=_0x53b740[_0x5118e5(0x90d)];if(!_0x18d79d||!_0x1cee6b||!_0x74b5d1||!_0x781d8f||!_0x4d693c||!_0x546f49||!_0x33ec5b)return;let _0x13ada0=_0x4af892(_0x2f9050,_0x18d79d[_0x5118e5(0x7cf)],_0x18d79d[_0x5118e5(0x2ab)]);if(!(_0x13ada0!=null&&_0x13ada0[_0x5118e5(0x783)])||_0x13ada0[_0x5118e5(0x6b0)]==null){_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x73d)]=_0x5118e5(0x79c);return;}let _0x167aac=_0x2f9050[_0x5118e5(0x47e)](_0x402a2b)[_0x5118e5(0x47e)](_0x13ada0[_0x5118e5(0x6b0)]);if(!(_0x167aac!=null&&_0x167aac[_0x5118e5(0x8c5)]['includes'](_0x18d79d['layout']))){_0x1cee6b['dataset'][_0x5118e5(0x73d)]=_0x5118e5(0x2df);return;}_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x73d)]=_0x5118e5(0x668),_0x1cee6b['dataset'][_0x5118e5(0x2ab)]=_0x13ada0['embedId'],_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x6ef)]=_0x13ada0[_0x5118e5(0x23b)],_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x6ad)]=_0x13ada0[_0x5118e5(0x391)],_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x3e0)]=_0x18d79d['layout'],_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x667)]=String(_0x13ada0[_0x5118e5(0x6b0)]),_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x76d)]=_0x13ada0[_0x5118e5(0x783)];let _0x467f5f=_0x280939(_0x1cee6b),_0x54d79a=_0x2e550f(_0x13ada0,_0x18d79d[_0x5118e5(0x589)],{'viewport':_0x1cee6b,'menuSlot':_0x74b5d1,'popupSlot':_0x781d8f,'footerSlot':_0x33ec5b}),_0x47c7be={'descriptor':_0x13ada0,'layout':_0x18d79d[_0x5118e5(0x589)],'injector':_0x2f9050,'hostElement':_0x1cee6b,'container':_0x1cee6b,'renderScope':_0x54d79a,'hostUnitId':_0x13ada0['hostUnitId'],'embedId':_0x13ada0[_0x5118e5(0x2ab)],'childUnitId':_0x13ada0[_0x5118e5(0x783)],'childType':_0x13ada0['childType']},{runtimeScope:_0x40f9b3,disposable:_0x73a9f1}=_0x10e112(_0x47c7be,()=>{},_0x167aac[_0x5118e5(0x66a)]);_0xe1a117({'embedId':_0x13ada0[_0x5118e5(0x2ab)],'injector':_0x40f9b3['injector'],'sourceInjector':_0x2f9050,'popupContainer':_0x40f9b3[_0x5118e5(0x8dd)][_0x5118e5(0x7f1)]});let _0x329afa={..._0x47c7be,'runtimeScope':_0x40f9b3},_0x3627f3=_0x3271e5({'injector':_0x2f9050,'descriptor':_0x13ada0,'renderScope':_0x54d79a,'menuRoot':_0x11161e[_0x5118e5(0x90d)],'menuSlot':_0x74b5d1,'popupSlot':_0x781d8f,'sidebarSlot':_0x4d693c,'rightSidebarSlot':_0x546f49,'footerSlot':_0x33ec5b}),_0x26200a=_0x3282fc=>{const _0x464052=_0x5118e5;var _0x4c5729,_0x14178a;let _0x474d41=(_0x3282fc==null?void 0x0:_0x3282fc[_0x464052(0x317)])instanceof Element?_0x3282fc['target']:null;_0x474d41!=null&&_0x474d41[_0x464052(0x68d)](_0x464052(0x3fa))||((_0x4c5729=_0x40f9b3[_0x464052(0x4ee)])==null||_0x4c5729[_0x464052(0x40b)](_0x13ada0[_0x464052(0x783)]),(_0x14178a=_0x40f9b3[_0x464052(0x4ee)])==null||_0x14178a['focusUnit'](_0x13ada0[_0x464052(0x783)]),_0x21898e[_0x464052(0x6ec)](_0x13ada0));};_0x26200a(),_0x1cee6b[_0x5118e5(0x780)](_0x5118e5(0x2ce),_0x26200a,{'capture':!0x0}),_0x1cee6b['addEventListener']('focusin',_0x26200a);let _0xa2d63b=(_0x4768db=_0x167aac[_0x5118e5(0x48e)])==null?void 0x0:_0x4768db[_0x5118e5(0x4d5)](_0x167aac,_0x329afa),_0x266f42=_0x59d63a({'injector':_0x2f9050,'descriptor':_0x13ada0,'childContext':_0x329afa,'menuContainer':_0x74b5d1});return _0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x73d)]=_0x5118e5(0x864),()=>{const _0x83988d=_0x5118e5;_0xe1a117(null),globalThis[_0x83988d(0x62b)](()=>{const _0x2c261e=_0x83988d;_0x1cee6b['removeEventListener'](_0x2c261e(0x2ce),_0x26200a,{'capture':!0x0}),_0x1cee6b[_0x2c261e(0x356)](_0x2c261e(0x52c),_0x26200a),_0x266f42==null||_0x266f42[_0x2c261e(0x4ff)](),_0xa2d63b==null||_0xa2d63b[_0x2c261e(0x4ff)](),_0x3627f3[_0x2c261e(0x4ff)](),_0x73a9f1[_0x2c261e(0x4ff)](),_0x467f5f[_0x2c261e(0x4ff)](),_0x21898e[_0x2c261e(0x5d1)](_0x13ada0),delete _0x1cee6b[_0x2c261e(0x89c)]['embedFullscreenStatus'],delete _0x1cee6b[_0x2c261e(0x89c)][_0x2c261e(0x2ab)],delete _0x1cee6b['dataset']['embedHostEntry'],delete _0x1cee6b[_0x2c261e(0x89c)]['embedHostAnchorId'],delete _0x1cee6b[_0x2c261e(0x89c)][_0x2c261e(0x3e0)],delete _0x1cee6b[_0x2c261e(0x89c)][_0x2c261e(0x667)],delete _0x1cee6b[_0x2c261e(0x89c)][_0x2c261e(0x76d)],_0x27b14f[_0x2c261e(0x437)](_0x18d79d);});};},[_0x21898e,_0x27b14f,_0x2f9050,_0x18d79d]),!_0x18d79d)return null;let _0x4a8374=()=>{const _0x28e893=_0x534730;_0x27b14f['exit'](_0x18d79d[_0x28e893(0x2ab)]);};return(0x0,_0x8825e5[_0x534730(0x1fa)])(_0x534730(0x46a),{'className':_0x534730(0x39c),'data-embed-fullscreen-shell':_0x534730(0x91c),'style':{'zIndex':0x32a},'children':[_0x18d79d[_0x534730(0x6b0)]===_0x423058[_0x534730(0x839)]['UNIVER_BOARD']&&(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'className':_0x534730(0x1f0),'data-embed-boards-fullscreen-exit':'true','title':_0x295685['t'](_0x534730(0x518)),'children':(0x0,_0x8825e5[_0x534730(0x1fa)])(_0x4fbb7a[_0x534730(0x6fa)],{'noIcon':!0x0,'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','onClick':_0x4a8374,'children':[(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x5af7b7,{}),(0x0,_0x8825e5['jsx'])('span',{'children':_0x295685['t'](_0x534730(0x518))})]})}),(0x0,_0x8825e5[_0x534730(0x1fa)])(_0x534730(0x46a),{'ref':_0x11161e,'className':_0x534730(0x6e3),'data-embed-fullscreen-menu':_0x534730(0x91c),'children':[_0x18d79d[_0x534730(0x6b0)]!==_0x423058[_0x534730(0x839)][_0x534730(0x316)]&&(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'className':_0x534730(0x623),'data-embed-fullscreen-header':_0x534730(0x91c),'children':(0x0,_0x8825e5[_0x534730(0x1fa)])(_0x314f23[_0x534730(0x7ec)],{'type':_0x534730(0x3e6),'size':_0x534730(0x768),'variant':_0x534730(0x3cc),'className':'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','data-embed-fullscreen-close':_0x534730(0x91c),'onClick':_0x4a8374,'children':[(0x0,_0x8825e5['jsx'])(_0x1ec338,{}),(0x0,_0x8825e5['jsx'])(_0x534730(0x2db),{'children':_0x295685['t']('embed-ui.fullscreen.exit')})]})}),(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'ref':_0x490196,'className':_0x534730(0x6b8),'data-embed-fullscreen-menu-slot':_0x534730(0x91c),'data-embed-menu-slot':_0x534730(0x91c)})]}),(0x0,_0x8825e5['jsxs'])(_0x534730(0x46a),{'className':_0x534730(0x8d8),'data-embed-fullscreen-body':_0x534730(0x91c),'children':[(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'ref':_0x332739,'className':_0x534730(0x5d3),'data-embed-fullscreen-sidebar-slot':_0x534730(0x91c),'data-embed-id':_0x18d79d[_0x534730(0x2ab)]}),(0x0,_0x8825e5[_0x534730(0x3c4)])('div',{'ref':_0x171a45,'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':_0x534730(0x91c),'onContextMenuCapture':_0xd21533=>{const _0x10f8a4=_0x534730;_0xd21533[_0x10f8a4(0x387)]();}}),(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'ref':_0x12a765,'className':_0x534730(0x579),'data-embed-fullscreen-right-sidebar-slot':_0x534730(0x91c),'data-embed-id':_0x18d79d[_0x534730(0x2ab)],'children':_0x36a45a&&(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x8392c6,{..._0x36a45a})})]}),(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'ref':_0x53b740,'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':_0x534730(0x91c)}),(0x0,_0x8825e5['jsx'])(_0x534730(0x46a),{'ref':_0x2d0e58,'className':_0x534730(0x261),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':_0x534730(0x91c),'children':_0x36a45a&&(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x115f48,{..._0x36a45a})})]});}function _0x115f48(_0x1da990){const _0x1ba065=_0x37672f;let {embedId:_0xa1aded,injector:_0x1efee9,sourceInjector:_0x318fa4,popupContainer:_0x1bd443}=_0x1da990;return(0x0,_0x8825e5['jsxs'])(_0x8825e5['Fragment'],{'children':[(0x0,_0x8825e5['jsxs'])(_0x418b69,{'injector':_0x1efee9,'mountContainer':_0x1bd443,'embedId':_0xa1aded,'children':[(0x0,_0x8825e5[_0x1ba065(0x3c4)])(_0x4fbb7a[_0x1ba065(0x8f4)],{}),(0x0,_0x8825e5['jsx'])(_0x4fbb7a[_0x1ba065(0x5f5)],{})]}),(0x0,_0x8825e5[_0x1ba065(0x3c4)])(_0x418b69,{'injector':_0x318fa4,'mountContainer':_0x1bd443,'embedId':_0xa1aded,'children':(0x0,_0x8825e5[_0x1ba065(0x3c4)])(_0x4fbb7a[_0x1ba065(0x5f5)],{})})]});}function _0x8392c6(_0x46a377){const _0x4e5721=_0x37672f;let {embedId:_0x54d8c9,injector:_0x2df252,sourceInjector:_0x2f4da7,popupContainer:_0x176734}=_0x46a377;return(0x0,_0x8825e5['jsxs'])(_0x4e5721(0x227),{'className':_0x4e5721(0x5c4),'children':[(0x0,_0x8825e5['jsx'])(_0x418b69,{'injector':_0x2df252,'mountContainer':_0x176734,'embedId':_0x54d8c9,'children':(0x0,_0x8825e5[_0x4e5721(0x3c4)])(_0x4fbb7a[_0x4e5721(0x8f2)],{})}),(0x0,_0x8825e5[_0x4e5721(0x3c4)])(_0x418b69,{'injector':_0x2f4da7,'mountContainer':_0x176734,'embedId':_0x54d8c9,'children':(0x0,_0x8825e5['jsx'])(_0x4fbb7a[_0x4e5721(0x8f2)],{})})]});}function _0x4af892(_0x49720f,_0x346025,_0x287b53){const _0x810578=_0x37672f;try{return _0x49720f['get'](_0x5e0ca8[_0x810578(0x2ea)])[_0x810578(0x5ad)](_0x346025,_0x287b53);}catch{return;}}let _0xccfaf4={};function _0x14b03a(_0x377a62){const _0x44764f=_0x37672f;let {stage:_0x32ea56,interactionFlow:_0x372933}=_0x377a62,_0x42dd17=_0x372933===_0x44764f(0x55f),_0x240660=_0x32ea56==='stage1'&&!_0x42dd17,_0xdc8b6e=_0x32ea56===_0x44764f(0x58d)||_0x42dd17;return{'allowHostBodyDrag':_0x240660,'disableLiveHostPointerEvents':!_0x42dd17&&(_0x32ea56===_0x44764f(0x3ed)||_0x32ea56===_0x44764f(0x4c6)),'passThroughInteractionGate':_0xdc8b6e,'runtimeOwnsInteraction':_0xdc8b6e};}function _0x4e92bf(_0x2d3328,_0x5089c6){const _0x3ac3be=_0x37672f;var _0x22b4d5;return(_0x2d3328==null?void 0x0:_0x2d3328[_0x3ac3be(0x805)])===_0x423058[_0x3ac3be(0x839)][_0x3ac3be(0x89d)]&&_0x2d3328[_0x3ac3be(0x6b0)]===_0x423058[_0x3ac3be(0x839)][_0x3ac3be(0x89d)]&&!!((_0x22b4d5=_0x2d3328[_0x3ac3be(0x5d5)])!=null&&_0x22b4d5[_0x3ac3be(0x461)])&&_0x5089c6!==_0x3ac3be(0x58d);}function _0x515bc1(_0x1dcf01,_0x4004f4){const _0x5499be=_0x37672f;return _0x4e92bf(_0x1dcf01,_0x4004f4)?'deferred':_0x5499be(0x364);}function _0x3a08eb(_0xd1ac11){const _0x34263b=_0x37672f;var _0x437e0e;return _0xd1ac11[_0x34263b(0x3d5)]||((_0x437e0e=_0xd1ac11[_0x34263b(0x44d)])==null?void 0x0:_0x437e0e[_0x34263b(0x2ab)])===_0xd1ac11[_0x34263b(0x2ab)]&&_0xd1ac11[_0x34263b(0x44d)][_0x34263b(0x67a)]==='stage2'||!_0xd1ac11[_0x34263b(0x914)]&&_0xd1ac11['renderScopeActive']?_0x34263b(0x58d):_0x34263b(0x3ed);}function _0x20af27(_0xd6da6c,_0x26c8f3){const _0x4b8200=_0x37672f;return _0xd6da6c!==_0x4b8200(0x504)&&_0xd6da6c!==_0x4b8200(0x7a0)||_0x26c8f3['shiftKey']||_0x26c8f3[_0x4b8200(0x56b)]||_0x26c8f3['metaKey']?!0x1:Math['abs'](_0x26c8f3[_0x4b8200(0x560)])>Math['abs'](_0x26c8f3[_0x4b8200(0x866)]);}let _0x16b23f=Symbol(_0x37672f(0x8fa)),_0x1a6ceb=Symbol(_0x37672f(0x724));function _0x569ace(_0xb8e774){const _0x40bcc2=_0x37672f;let _0x4a241a=_0x2d9e35=>{const _0x407ec6=_0x3a85;var _0x4f9734;if(_0x449cd1(_0x2d9e35))return;if(_0xb8e774[_0x407ec6(0x840)]&&_0xb8e774[_0x407ec6(0x4c3)][_0x407ec6(0x88c)](_0x2d9e35)){var _0x3374ef;let _0x138379=_0xb8e774[_0x407ec6(0x4b8)]();if(_0x138379&&((_0x3374ef=_0xb8e774[_0x407ec6(0x50a)])==null?void 0x0:_0x3374ef['call'](_0xb8e774,_0x2d9e35,_0x138379))===!0x0||_0x3e53f5(_0xb8e774[_0x407ec6(0x3e5)],_0x2d9e35)){_0xb8e774[_0x407ec6(0x607)](_0x407ec6(0x547)),_0x3dce18(_0x2d9e35,!0x0);return;}}if(_0x2d9e35[_0x407ec6(0x56b)]||_0x2d9e35[_0x407ec6(0x8cc)])return;let _0x220fda=_0xb8e774[_0x407ec6(0x7d4)]();if(_0x220fda===_0x407ec6(0x58d))return;let _0x4332f0=_0xb8e774['getChildContext'](),_0x57df93=_0x4332f0?_0xb8e774[_0x407ec6(0x55d)][_0x407ec6(0x47e)](_0x4332f0[_0x407ec6(0x6b0)],_0x4332f0[_0x407ec6(0x589)]):void 0x0,_0x40cdd6=_0x5304da(_0x2d9e35,_0xb8e774[_0x407ec6(0x46f)]),_0xe4d53d=_0x4332f0?{..._0x4332f0,'event':_0x40cdd6,'stage':_0x220fda,'viewportScrollY':_0xb8e774[_0x407ec6(0x76c)]?_0xb8e774['hostScrollOffset'][_0x407ec6(0x90d)]:void 0x0}:void 0x0;if(_0x4332f0&&_0x353db1(_0x4332f0,_0x2d9e35,_0xb8e774[_0x407ec6(0x76c)])){var _0x239ac6;if(((_0x239ac6=_0xb8e774['onHostWheel'])==null?void 0x0:_0x239ac6[_0x407ec6(0x4d5)](_0xb8e774,_0x2d9e35,_0x4332f0))===!0x0||_0x3e53f5(_0xb8e774[_0x407ec6(0x3e5)],_0x2d9e35)){_0xb8e774['invalidate']('host-scroll'),_0x3dce18(_0x2d9e35,!0x0);return;}}let _0x3ea438=_0xe4d53d?_0xb8e774[_0x407ec6(0x4cf)]['handleWheel'](_0xe4d53d):!0x1,_0x3bf0c4=!_0x3ea438&&_0x32e45a(_0xb8e774[_0x407ec6(0x3e5)],_0x2d9e35),_0x205aed=!0x1,_0x3a0de1=!0x1;if(!_0x3ea438&&_0x3bf0c4?_0x381fe9(_0x44328a(_0x2d9e35),()=>{const _0x14eec6=_0x407ec6;var _0x1f2852;return _0x3a0de1=((_0x1f2852=_0xb8e774[_0x14eec6(0x68a)])==null?void 0x0:_0x1f2852[_0x14eec6(0x4d5)](_0xb8e774,_0x2d9e35))===!0x0;},()=>_0x205aed=(_0x57df93==null?void 0x0:_0x57df93[_0x407ec6(0x561)](_0xe4d53d))===!0x0):_0x3ea438||(_0x205aed=(_0x57df93==null?void 0x0:_0x57df93['handleWheel'](_0xe4d53d))===!0x0),!_0x3ea438&&!_0x205aed&&!_0x3a0de1&&!_0x3bf0c4&&_0x57df93&&_0x4332f0&&_0x392f3b(_0x2d9e35)&&((_0x4f9734=_0xb8e774[_0x407ec6(0x50a)])==null?void 0x0:_0x4f9734['call'](_0xb8e774,_0x2d9e35,_0x4332f0))===!0x0){_0xb8e774['invalidate'](_0x407ec6(0x547)),_0x3dce18(_0x2d9e35,!0x0);return;}let _0x17c77e=_0x205aed||_0x3a0de1?!0x1:_0x3960b1(_0x2d9e35,_0xb8e774[_0x407ec6(0x8c6)]),_0xb2f51f=_0x205aed||_0x3a0de1||(_0x3bf0c4||_0x17c77e?!0x1:_0x33e106(_0x2d9e35,_0xb8e774['liveRoot']));(_0x3ea438||_0x205aed||_0x3a0de1||_0x17c77e||_0xb2f51f)&&_0x3dce18(_0x2d9e35,!0x1);},_0x593032=_0xaacc50=>{const _0x5a688f=_0x3a85;var _0x48adf5;if(_0xb8e774['getStage']()!==_0x5a688f(0x58d))return;let _0x3ff815=_0xb8e774['getChildContext']();if(_0x3ff815){if(_0x32e45a(_0xb8e774['container'],_0xaacc50)){let _0x59f7ea=_0xb8e774[_0x5a688f(0x55d)]['get'](_0x3ff815[_0x5a688f(0x6b0)],_0x3ff815[_0x5a688f(0x589)]),_0xa0cae8=_0x5304da(_0xaacc50,_0xb8e774[_0x5a688f(0x46f)]),_0xe8ae38={..._0x3ff815,'event':_0xa0cae8,'stage':_0x5a688f(0x58d),'viewportScrollY':_0xb8e774[_0x5a688f(0x76c)]?_0xb8e774[_0x5a688f(0x682)][_0x5a688f(0x90d)]:void 0x0};_0x381fe9(_0x44328a(_0xaacc50),()=>{const _0x2e02b9=_0x5a688f;var _0x3b2fb3;return((_0x3b2fb3=_0xb8e774[_0x2e02b9(0x68a)])==null?void 0x0:_0x3b2fb3[_0x2e02b9(0x4d5)](_0xb8e774,_0xaacc50))===!0x0;},()=>_0xb8e774[_0x5a688f(0x4cf)][_0x5a688f(0x561)](_0xe8ae38)||(_0x59f7ea==null?void 0x0:_0x59f7ea[_0x5a688f(0x561)](_0xe8ae38))===!0x0)&&_0x3dce18(_0xaacc50,!0x0);return;}_0x353db1(_0x3ff815,_0xaacc50,_0xb8e774[_0x5a688f(0x76c)])&&(_0x19cd6a(_0xaacc50)||(_0x67500e(_0xaacc50),(((_0x48adf5=_0xb8e774[_0x5a688f(0x50a)])==null?void 0x0:_0x48adf5[_0x5a688f(0x4d5)](_0xb8e774,_0xaacc50,_0x3ff815))===!0x0||_0x3e53f5(_0xb8e774[_0x5a688f(0x3e5)],_0xaacc50))&&(_0xb8e774[_0x5a688f(0x607)](_0x5a688f(0x547)),_0x3dce18(_0xaacc50,!0x0))));}},_0x3b5f43=()=>_0xb8e774[_0x40bcc2(0x607)]('child-scroll');return _0xb8e774[_0x40bcc2(0x79e)][_0x40bcc2(0x780)](_0x40bcc2(0x66f),_0x4a241a,{'passive':!0x1}),_0xb8e774[_0x40bcc2(0x8c6)]['addEventListener'](_0x40bcc2(0x66f),_0x4a241a,{'capture':!0x0,'passive':!0x1}),_0xb8e774[_0x40bcc2(0x3e5)][_0x40bcc2(0x780)]('wheel',_0x593032,{'capture':!0x0,'passive':!0x1}),_0xb8e774[_0x40bcc2(0x8c6)][_0x40bcc2(0x780)](_0x40bcc2(0x66f),_0x593032,{'capture':!0x0,'passive':!0x1}),_0xb8e774[_0x40bcc2(0x8c6)][_0x40bcc2(0x780)](_0x40bcc2(0x70a),_0x3b5f43,!0x0),(0x0,_0x423058[_0x40bcc2(0x35b)])(()=>{const _0x5929d2=_0x40bcc2;_0xb8e774['gate'][_0x5929d2(0x356)](_0x5929d2(0x66f),_0x4a241a),_0xb8e774[_0x5929d2(0x8c6)]['removeEventListener'](_0x5929d2(0x66f),_0x4a241a,{'capture':!0x0}),_0xb8e774['container'][_0x5929d2(0x356)](_0x5929d2(0x66f),_0x593032,{'capture':!0x0}),_0xb8e774[_0x5929d2(0x8c6)]['removeEventListener']('wheel',_0x593032,{'capture':!0x0}),_0xb8e774[_0x5929d2(0x8c6)][_0x5929d2(0x356)]('scroll',_0x3b5f43,!0x0);});}function _0x5304da(_0x521e05,_0x151c2b){const _0x3e750c=_0x37672f;return typeof _0x151c2b!=_0x3e750c(0x2c5)||!Number[_0x3e750c(0x498)](_0x151c2b)||_0x151c2b<=0x0||_0x151c2b===0x1?_0x521e05:new WheelEvent(_0x521e05[_0x3e750c(0x27c)],{'altKey':_0x521e05[_0x3e750c(0x295)],'bubbles':_0x521e05[_0x3e750c(0x424)],'cancelable':_0x521e05[_0x3e750c(0x7d1)],'clientX':_0x521e05[_0x3e750c(0x582)],'clientY':_0x521e05[_0x3e750c(0x91a)],'ctrlKey':_0x521e05[_0x3e750c(0x56b)],'deltaMode':_0x521e05[_0x3e750c(0x681)],'deltaX':_0x521e05[_0x3e750c(0x866)]/_0x151c2b,'deltaY':_0x521e05['deltaY']/_0x151c2b,'deltaZ':_0x521e05[_0x3e750c(0x2cf)]/_0x151c2b,'metaKey':_0x521e05[_0x3e750c(0x8cc)],'shiftKey':_0x521e05[_0x3e750c(0x5f3)]});}function _0x5886cb(_0x2d76ad,_0x21ef68){const _0x11e563=_0x37672f;let _0x4ba64c=new WheelEvent('wheel',{'clientX':_0x2d76ad[_0x11e563(0x582)],'clientY':_0x2d76ad['clientY'],'ctrlKey':_0x2d76ad[_0x11e563(0x56b)],'deltaMode':_0x2d76ad[_0x11e563(0x681)],'deltaX':_0x2d76ad[_0x11e563(0x866)],'deltaY':_0x2d76ad[_0x11e563(0x560)],'deltaZ':_0x2d76ad[_0x11e563(0x2cf)],'metaKey':_0x2d76ad[_0x11e563(0x8cc)],'shiftKey':_0x2d76ad[_0x11e563(0x5f3)],..._0x21ef68});return Object[_0x11e563(0x3a8)](_0x4ba64c,_0x16b23f,{'configurable':!0x0,'value':_0x2d76ad}),_0x4ba64c;}function _0x449cd1(_0x3c3bb0){return!!_0x3c3bb0&&_0x3c3bb0[_0x16b23f]instanceof WheelEvent;}function _0x67500e(_0x1fedc1){const _0x5afa3a=_0x37672f;Object[_0x5afa3a(0x3a8)](_0x1fedc1,_0x1a6ceb,{'configurable':!0x0,'value':!0x0});}function _0x19cd6a(_0x20719a){return!!_0x20719a[_0x1a6ceb];}function _0x3960b1(_0x343319,_0x262912){const _0x161df8=_0x37672f;let _0x23f32f=_0x386fe5(_0x262912,_0x343319[_0x161df8(0x582)],_0x343319['clientY'])??_0x262912,_0x5ae7de=_0x5886cb(_0x343319,{'bubbles':!0x0,'cancelable':!0x0});return _0x23f32f[_0x161df8(0x924)](_0x5ae7de),_0x5ae7de[_0x161df8(0x1e5)];}function _0x33e106(_0x2f261a,_0x4b4844){const _0x7bf9e5=_0x37672f;let _0x53f1fb=_0x33a794(_0x386fe5(_0x4b4844,_0x2f261a[_0x7bf9e5(0x582)],_0x2f261a[_0x7bf9e5(0x91a)])??_0x4b4844,_0x4b4844,_0x2f261a);return _0x53f1fb?_0x3c54fb(_0x2f261a,_0x53f1fb):!0x1;}function _0x3c54fb(_0x2727bf,_0x2d239b){const _0x11501d=_0x37672f;let _0x2b295a=_0x44328a(_0x2727bf),_0x4c5c5f=_0x2727bf[_0x11501d(0x5f3)]?0x0:_0x2727bf[_0x11501d(0x560)],_0x454123=_0x2d239b[_0x11501d(0x21a)],_0x192638=_0x2d239b[_0x11501d(0x605)];return _0x2b295a&&(_0x2d239b[_0x11501d(0x21a)]+=_0x2b295a),_0x4c5c5f&&(_0x2d239b[_0x11501d(0x605)]+=_0x4c5c5f),_0x2d239b[_0x11501d(0x21a)]!==_0x454123||_0x2d239b[_0x11501d(0x605)]!==_0x192638;}function _0x3e53f5(_0x48de58,_0x2ed83e){const _0x22d4d8=_0x37672f;let _0x378785=_0x2ca57c(_0x48de58);if(!_0x378785)return _0x38a304(_0x48de58[_0x22d4d8(0x53c)][_0x22d4d8(0x77f)],_0x48de58,_0x2ed83e);if(!_0x3ab31c(_0x378785))return _0x38a304(_0x378785,_0x48de58,_0x2ed83e);let _0xc44ef1=_0x378785[_0x22d4d8(0x605)];return _0x378785[_0x22d4d8(0x605)]+=_0x2ed83e['deltaY'],_0x378785['scrollTop']!==_0xc44ef1;}function _0x2ca57c(_0x1822d1){const _0x13c817=_0x37672f;let _0x462fb2=_0x1822d1['parentElement'];for(;_0x462fb2&&_0x462fb2!==document[_0x13c817(0x77f)]&&_0x462fb2!==document['documentElement'];){if(_0x462fb2[_0x13c817(0x550)]>_0x462fb2[_0x13c817(0x6f0)]&&_0x49e1a9(_0x462fb2))return _0x462fb2;_0x462fb2=_0x462fb2['parentElement'];}return null;}function _0x49e1a9(_0x522375){const _0x37feda=_0x37672f;let _0x349f7d=window[_0x37feda(0x24a)](_0x522375);return _0x349f7d[_0x37feda(0x634)]===_0x37feda(0x523)||_0x349f7d[_0x37feda(0x634)]==='scroll'||_0x349f7d[_0x37feda(0x634)]===_0x37feda(0x49c)||_0x349f7d[_0x37feda(0x46b)]===_0x37feda(0x523)||_0x349f7d[_0x37feda(0x46b)]===_0x37feda(0x70a)||_0x349f7d[_0x37feda(0x46b)]==='hidden';}function _0x353db1(_0x55878a,_0x4145dc,_0x51bac3){const _0x20d472=_0x37672f;var _0x89f1b9;return _0x51bac3||((_0x89f1b9=_0x55878a[_0x20d472(0x466)][_0x20d472(0x5d5)])==null?void 0x0:_0x89f1b9[_0x20d472(0x5ae)])===_0x20d472(0x417)?_0x39b7d0(_0x4145dc):_0x20af27(_0x55878a[_0x20d472(0x589)],_0x4145dc);}function _0x32e45a(_0x269e0b,_0x640ad5){const _0x1efc7d=_0x37672f;return!!_0x269e0b['closest'](_0x1efc7d(0x463))&&_0x4c45b1(_0x640ad5);}function _0x44328a(_0xd142bc){const _0xfd9b40=_0x37672f;return _0xd142bc[_0xfd9b40(0x866)]||(_0xd142bc[_0xfd9b40(0x5f3)]?_0xd142bc[_0xfd9b40(0x560)]:0x0);}function _0x381fe9(_0x2800d0,_0x27b975,_0x5c2ae0){return _0x2800d0>0x0?_0x27b975()||_0x5c2ae0():_0x5c2ae0()||_0x27b975();}function _0x392f3b(_0x18c0f4){return _0x4c45b1(_0x18c0f4)||_0x39b7d0(_0x18c0f4);}function _0x4c45b1(_0x5b4a8b){const _0x309345=_0x37672f;if(_0x5b4a8b[_0x309345(0x56b)]||_0x5b4a8b[_0x309345(0x8cc)])return!0x1;let _0x36ea9d=_0x44328a(_0x5b4a8b),_0x441203=_0x5b4a8b[_0x309345(0x5f3)]?0x0:_0x5b4a8b[_0x309345(0x560)];return Math[_0x309345(0x82a)](_0x36ea9d)>Math[_0x309345(0x82a)](_0x441203);}function _0x39b7d0(_0x2a4632){const _0x4323e7=_0x37672f;return _0x2a4632['shiftKey']||_0x2a4632[_0x4323e7(0x56b)]||_0x2a4632[_0x4323e7(0x8cc)]?!0x1:Math['abs'](_0x2a4632[_0x4323e7(0x560)])>Math[_0x4323e7(0x82a)](_0x2a4632[_0x4323e7(0x866)]);}function _0x38a304(_0x1e0da2,_0x1204d0,_0x2364a3){const _0x4e6ca4=_0x37672f;let _0x2f6442=Array[_0x4e6ca4(0x7a2)](_0x1e0da2[_0x4e6ca4(0x793)]('canvas'))[_0x4e6ca4(0x782)](_0x2ba0c3=>!_0x1204d0['contains'](_0x2ba0c3));return _0x2f6442?(_0x2f6442['dispatchEvent'](_0x5886cb(_0x2364a3,{'bubbles':!0x0,'cancelable':!0x0,..._0x73f821(_0x2f6442,_0x1204d0,_0x2364a3)})),!0x0):!0x1;}function _0x73f821(_0x4029d0,_0x21de79,_0xbd0705){const _0x7aeee2=_0x37672f;if(!_0x562c86(_0x21de79,_0xbd0705[_0x7aeee2(0x582)],_0xbd0705[_0x7aeee2(0x91a)]))return{'clientX':_0xbd0705[_0x7aeee2(0x582)],'clientY':_0xbd0705[_0x7aeee2(0x91a)]};let _0x35e461=_0x4029d0[_0x7aeee2(0x4f7)](),_0x12c477=Math[_0x7aeee2(0x425)](0x18,Math[_0x7aeee2(0x59c)](0x4,Math['min'](_0x35e461[_0x7aeee2(0x7e5)],_0x35e461[_0x7aeee2(0x33d)])/0x8)),_0x479dc5=[{'clientX':_0x35e461['left']+_0x12c477,'clientY':_0x35e461[_0x7aeee2(0x922)]+_0x12c477},{'clientX':_0x35e461[_0x7aeee2(0x2e6)]-_0x12c477,'clientY':_0x35e461[_0x7aeee2(0x922)]+_0x12c477},{'clientX':_0x35e461[_0x7aeee2(0x3c3)]+_0x12c477,'clientY':_0x35e461['bottom']-_0x12c477},{'clientX':_0x35e461[_0x7aeee2(0x2e6)]-_0x12c477,'clientY':_0x35e461[_0x7aeee2(0x5e9)]-_0x12c477},{'clientX':_0x35e461[_0x7aeee2(0x3c3)]+_0x35e461['width']/0x2,'clientY':_0x35e461[_0x7aeee2(0x922)]+_0x35e461['height']/0x2}];return _0x479dc5[_0x7aeee2(0x782)](_0x5c4abc=>!_0x562c86(_0x21de79,_0x5c4abc[_0x7aeee2(0x582)],_0x5c4abc[_0x7aeee2(0x91a)]))??_0x479dc5[0x0];}function _0x3ab31c(_0x289162){const _0x4d5702=_0x37672f;let _0x188d22=window[_0x4d5702(0x24a)](_0x289162);return _0x188d22[_0x4d5702(0x634)]===_0x4d5702(0x523)||_0x188d22[_0x4d5702(0x634)]===_0x4d5702(0x70a)||_0x188d22['overflowY']===_0x4d5702(0x523)||_0x188d22['overflowY']===_0x4d5702(0x70a);}function _0x386fe5(_0x4ef996,_0x1cc9c7,_0x512e60){const _0x2702f6=_0x37672f;if(!_0x562c86(_0x4ef996,_0x1cc9c7,_0x512e60))return null;let _0x334f0a=_0x4ef996[_0x2702f6(0x53c)][_0x2702f6(0x1fe)];if(typeof _0x334f0a==_0x2702f6(0x6de)){let _0x4ec9c0=_0x334f0a[_0x2702f6(0x4d5)](_0x4ef996['ownerDocument'],_0x1cc9c7,_0x512e60)[_0x2702f6(0x782)](_0x1edee=>_0x1edee instanceof HTMLElement&&_0x4ef996[_0x2702f6(0x8e0)](_0x1edee));if(_0x4ec9c0)return _0x4ec9c0;}let _0x4d994d=_0x4ef996,_0x8f976b=_0x5ed4eb=>{const _0x5222dc=_0x2702f6;let _0x307a3a=Array['from'](_0x5ed4eb['children']);for(let _0x20506a=_0x307a3a[_0x5222dc(0x3fe)]-0x1;_0x20506a>=0x0;_0x20506a--){let _0x390d24=_0x307a3a[_0x20506a];if(!(!(_0x390d24 instanceof HTMLElement)||!_0x562c86(_0x390d24,_0x1cc9c7,_0x512e60))){_0x4d994d=_0x390d24,_0x8f976b(_0x390d24);return;}}};return _0x8f976b(_0x4ef996),_0x4d994d;}function _0x33a794(_0x2e9c9b,_0x3264a4,_0x8141ee){const _0x5ba173=_0x37672f;let _0x4f2dcb=_0x44328a(_0x8141ee),_0x573d8f=_0x8141ee[_0x5ba173(0x5f3)]?0x0:_0x8141ee[_0x5ba173(0x560)],_0x4974cd=_0x2e9c9b;for(;_0x4974cd&&_0x3264a4[_0x5ba173(0x8e0)](_0x4974cd);){if(_0x37e24d(_0x4974cd,_0x4f2dcb,_0x573d8f))return _0x4974cd;_0x4974cd=_0x4974cd[_0x5ba173(0x76e)];}return _0x37e24d(_0x3264a4,_0x4f2dcb,_0x573d8f)?_0x3264a4:null;}function _0x562c86(_0x265ebc,_0x247b12,_0x27b664){const _0x13b09b=_0x37672f;let _0x30a851=_0x265ebc[_0x13b09b(0x4f7)]();return _0x247b12>=_0x30a851['left']&&_0x247b12<=_0x30a851[_0x13b09b(0x2e6)]&&_0x27b664>=_0x30a851[_0x13b09b(0x922)]&&_0x27b664<=_0x30a851[_0x13b09b(0x5e9)];}function _0x37e24d(_0x4686ae,_0xad1818,_0x42e1ea){const _0x4b3575=_0x37672f;let _0x3023c6=_0xad1818!==0x0&&_0x4686ae[_0x4b3575(0x8c3)]>_0x4686ae[_0x4b3575(0x2f4)]&&(_0xad1818<0x0?_0x4686ae[_0x4b3575(0x21a)]>0x0:_0x4686ae[_0x4b3575(0x21a)]+_0x4686ae[_0x4b3575(0x2f4)]<_0x4686ae['scrollWidth']),_0xe3527d=_0x42e1ea!==0x0&&_0x4686ae[_0x4b3575(0x550)]>_0x4686ae[_0x4b3575(0x6f0)]&&(_0x42e1ea<0x0?_0x4686ae[_0x4b3575(0x605)]>0x0:_0x4686ae[_0x4b3575(0x605)]+_0x4686ae[_0x4b3575(0x6f0)]<_0x4686ae[_0x4b3575(0x550)]);return _0x3023c6||_0xe3527d;}function _0x3dce18(_0x5063fd,_0x13eb71){const _0x433d31=_0x37672f;_0x5063fd['preventDefault'](),_0x5063fd['stopPropagation'](),_0x13eb71&&_0x5063fd[_0x433d31(0x5e2)]();}var _0x24299e=class{constructor(){const _0xc93ef2=_0x37672f;_0x1876b0(this,_0xc93ef2(0x8af),new _0x12f7a8[(_0xc93ef2(0x53e))]()),_0x1876b0(this,'_providers',new Map()),_0x1876b0(this,'_entriesByEmbedId',new Map()),_0x1876b0(this,_0xc93ef2(0x8e5),new Map()),_0x1876b0(this,_0xc93ef2(0x1ef),[]),_0x1876b0(this,_0xc93ef2(0x63f),!0x1),_0x1876b0(this,_0xc93ef2(0x6db),null);}[_0x37672f(0x728)](_0x3af9ff){const _0x4afded=_0x37672f;return this[_0x4afded(0x580)][_0x4afded(0x5d7)](_0x3af9ff[_0x4afded(0x6b0)],_0x3af9ff),(0x0,_0x423058[_0x4afded(0x35b)])(()=>{const _0x146a9c=_0x4afded;this[_0x146a9c(0x580)][_0x146a9c(0x47e)](_0x3af9ff[_0x146a9c(0x6b0)])===_0x3af9ff&&this[_0x146a9c(0x580)][_0x146a9c(0x405)](_0x3af9ff['childType']);});}[_0x37672f(0x8ff)](_0x10fce3){const _0x4c32bb=_0x37672f;return this[_0x4c32bb(0x580)]['get'](_0x10fce3);}['getPreview'](_0x39bad9){const _0x345fd6=_0x37672f;return this[_0x345fd6(0x4d9)][_0x345fd6(0x47e)](_0x39bad9);}[_0x37672f(0x921)](_0x1b5aa9){const _0x277dd4=_0x37672f;let _0x47261b=this['getCacheKey'](_0x1b5aa9),_0x1bd271=this['_entriesByKey'][_0x277dd4(0x47e)](_0x47261b);if(_0x1bd271&&(_0x1bd271['status']===_0x277dd4(0x455)||_0x1bd271['status']==='ready'))return _0x1bd271;let _0x4fa968=this['_entriesByEmbedId'][_0x277dd4(0x47e)](_0x1b5aa9[_0x277dd4(0x466)][_0x277dd4(0x2ab)]),_0x5e3018={'embedId':_0x1b5aa9[_0x277dd4(0x466)][_0x277dd4(0x2ab)],'childUnitId':_0x1b5aa9['childUnitId'],'childType':_0x1b5aa9[_0x277dd4(0x6b0)],'status':_0x277dd4(0x455),'width':Math[_0x277dd4(0x59c)](0x1,Math[_0x277dd4(0x756)](_0x1b5aa9[_0x277dd4(0x7e5)])),'height':Math[_0x277dd4(0x59c)](0x1,Math[_0x277dd4(0x756)](_0x1b5aa9['height'])),'dpr':_0x1b5aa9[_0x277dd4(0x4a9)],'viewState':_0x1b5aa9[_0x277dd4(0x7ad)]??(_0x4fa968==null?void 0x0:_0x4fa968[_0x277dd4(0x7ad)]),'revision':((_0x4fa968==null?void 0x0:_0x4fa968[_0x277dd4(0x7ed)])??0x0)+0x1,'updatedAt':Date[_0x277dd4(0x312)]()};return this[_0x277dd4(0x8e5)][_0x277dd4(0x5d7)](_0x47261b,_0x5e3018),this[_0x277dd4(0x4d9)]['set'](_0x5e3018[_0x277dd4(0x2ab)],_0x5e3018),this[_0x277dd4(0x1ef)][_0x277dd4(0x5fd)](_0x1b5aa9),this[_0x277dd4(0x8aa)](),this[_0x277dd4(0x8af)][_0x277dd4(0x7b8)](_0x5e3018),_0x5e3018;}async[_0x37672f(0x464)](_0xad3be6){const _0x3827fc=_0x37672f;let _0x289ab9=this['_providers'][_0x3827fc(0x47e)](_0xad3be6[_0x3827fc(0x6b0)]);if(!_0x289ab9)return;let _0x1abb09=await _0x289ab9['collectViewState'](_0xad3be6);return this[_0x3827fc(0x89b)](_0xad3be6['embedId'],_0x1abb09),_0x1abb09;}async[_0x37672f(0x2a5)](_0x5f2407,_0x458120){const _0x24afb5=_0x37672f;if(_0x458120==null)return;let _0x308113=this[_0x24afb5(0x580)][_0x24afb5(0x47e)](_0x5f2407[_0x24afb5(0x6b0)]);await(_0x308113==null?void 0x0:_0x308113[_0x24afb5(0x2a5)](_0x5f2407,_0x458120));}[_0x37672f(0x89b)](_0x27f257,_0x2d808d){const _0x23b894=_0x37672f;let _0x99df4f=this[_0x23b894(0x4d9)][_0x23b894(0x47e)](_0x27f257);if(!_0x99df4f){let _0x16ac98={'embedId':_0x27f257,'childUnitId':'','childType':void 0x0,'status':_0x23b894(0x596),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x2d808d,'revision':0x0,'updatedAt':Date[_0x23b894(0x312)]()};this[_0x23b894(0x4d9)][_0x23b894(0x5d7)](_0x27f257,_0x16ac98),this[_0x23b894(0x8af)]['next'](_0x16ac98);return;}_0x99df4f[_0x23b894(0x7ad)]=_0x2d808d,_0x99df4f[_0x23b894(0x7bf)]=Date[_0x23b894(0x312)](),this[_0x23b894(0x8af)][_0x23b894(0x7b8)](_0x99df4f);}['markStale'](_0x2a2507,_0x156080){const _0x4ba9e2=_0x37672f;let _0x22002f=this[_0x4ba9e2(0x4d9)][_0x4ba9e2(0x47e)](_0x2a2507);_0x22002f&&(_0x22002f[_0x4ba9e2(0x244)]=_0x4ba9e2(0x596),_0x22002f[_0x4ba9e2(0x5c3)]=_0x156080,_0x22002f[_0x4ba9e2(0x7bf)]=Date['now'](),this[_0x4ba9e2(0x8af)][_0x4ba9e2(0x7b8)](_0x22002f));}[_0x37672f(0x607)](_0x4ceec5){const _0x479c10=_0x37672f;let _0x54dd34=this['_entriesByEmbedId'][_0x479c10(0x47e)](_0x4ceec5);this['_entriesByEmbedId'][_0x479c10(0x405)](_0x4ceec5),_0x54dd34&&Array[_0x479c10(0x7a2)](this[_0x479c10(0x8e5)]['entries']())[_0x479c10(0x84e)](([_0x30b8ef,_0x45f6d5])=>{const _0x2e4f32=_0x479c10;_0x45f6d5[_0x2e4f32(0x2ab)]===_0x4ceec5&&this[_0x2e4f32(0x8e5)][_0x2e4f32(0x405)](_0x30b8ef);});}['getCacheKey'](_0x4f08eb){const _0x1ca903=_0x37672f;return[_0x4f08eb['descriptor']['embedId'],_0x4f08eb[_0x1ca903(0x783)],_0x4f08eb[_0x1ca903(0x6b0)],Math['max'](0x1,Math[_0x1ca903(0x756)](_0x4f08eb[_0x1ca903(0x7e5)])),Math[_0x1ca903(0x59c)](0x1,Math[_0x1ca903(0x756)](_0x4f08eb['height'])),_0x4f08eb[_0x1ca903(0x4a9)]]['join']('::');}async[_0x37672f(0x476)](){const _0x4725e8=_0x37672f;for(;this['_queue'][_0x4725e8(0x3fe)]>0x0||this['_rendering']||this[_0x4725e8(0x6db)];)await(this[_0x4725e8(0x6db)]??Promise['resolve']()),await Promise[_0x4725e8(0x664)]();}[_0x37672f(0x4ff)](){const _0x241c71=_0x37672f;this[_0x241c71(0x580)]['clear'](),this[_0x241c71(0x4d9)][_0x241c71(0x2d5)](),this['_entriesByKey']['clear'](),this['_queue'][_0x241c71(0x3fe)]=0x0,this[_0x241c71(0x8af)][_0x241c71(0x491)]();}[_0x37672f(0x8aa)](){const _0x3fd74e=_0x37672f;this['_rendering']||this[_0x3fd74e(0x6db)]||(this[_0x3fd74e(0x6db)]=this[_0x3fd74e(0x72d)]()['finally'](()=>{this['_activeDrain']=null;}));}async[_0x37672f(0x72d)](){const _0x35bb66=_0x37672f;if(!this[_0x35bb66(0x63f)]){this[_0x35bb66(0x63f)]=!0x0;try{for(;this[_0x35bb66(0x1ef)][_0x35bb66(0x3fe)]>0x0;)await this[_0x35bb66(0x2ca)](this[_0x35bb66(0x1ef)][_0x35bb66(0x324)]());}finally{this[_0x35bb66(0x63f)]=!0x1;}}}async['_renderOne'](_0x14aadd){const _0x5f59a3=_0x37672f;let _0x3c0081=this[_0x5f59a3(0x630)](_0x14aadd),_0x29c0da=this['_entriesByKey'][_0x5f59a3(0x47e)](_0x3c0081);if(!_0x29c0da||_0x29c0da[_0x5f59a3(0x244)]!==_0x5f59a3(0x455))return;let _0x4be0fe=this['_providers'][_0x5f59a3(0x47e)](_0x14aadd[_0x5f59a3(0x6b0)]),_0x40cfdd=this[_0x5f59a3(0x20f)](_0x29c0da[_0x5f59a3(0x2ab)],_0x29c0da);if(!_0x4be0fe){let _0x890a23=_0x14aadd[_0x5f59a3(0x8d2)]?_0x1c1c3(_0x14aadd[_0x5f59a3(0x8d2)]):void 0x0;if(_0x890a23){_0x29c0da[_0x5f59a3(0x8fc)]=_0x890a23,_0x29c0da[_0x5f59a3(0x244)]=_0x5f59a3(0x364),_0x29c0da['updatedAt']=Date[_0x5f59a3(0x312)](),this['_entriesByEmbedId'][_0x5f59a3(0x5d7)](_0x29c0da[_0x5f59a3(0x2ab)],_0x29c0da),this['previewUpdated$'][_0x5f59a3(0x7b8)](_0x29c0da);return;}this['_setRenderFailure'](_0x29c0da,_0x40cfdd,Error(_0x5f59a3(0x396)+_0x14aadd[_0x5f59a3(0x6b0)]));return;}try{let _0x50be18=await _0x4be0fe[_0x5f59a3(0x4a7)]({..._0x14aadd,'width':_0x29c0da[_0x5f59a3(0x7e5)],'height':_0x29c0da[_0x5f59a3(0x33d)],'viewState':_0x29c0da[_0x5f59a3(0x7ad)]});if(this[_0x5f59a3(0x8e5)][_0x5f59a3(0x47e)](_0x3c0081)!==_0x29c0da||_0x29c0da[_0x5f59a3(0x244)]!==_0x5f59a3(0x455))return;if(!_0x50be18){this['_setRenderFailure'](_0x29c0da,_0x40cfdd,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0x29c0da[_0x5f59a3(0x8fc)]=_0x50be18,_0x29c0da[_0x5f59a3(0x244)]=_0x5f59a3(0x364),_0x29c0da[_0x5f59a3(0x7bf)]=Date[_0x5f59a3(0x312)](),this[_0x5f59a3(0x4d9)]['set'](_0x29c0da[_0x5f59a3(0x2ab)],_0x29c0da),this[_0x5f59a3(0x8af)]['next'](_0x29c0da);}catch(_0xdafba6){this[_0x5f59a3(0x234)](_0x29c0da,_0x40cfdd,_0xdafba6);}}[_0x37672f(0x20f)](_0x3ac6fc,_0x341a27){const _0x36135b=_0x37672f;let _0x33ab03=this['_entriesByEmbedId'][_0x36135b(0x47e)](_0x3ac6fc);return _0x33ab03&&_0x33ab03!==_0x341a27&&_0x33ab03[_0x36135b(0x8fc)]?_0x33ab03:Array[_0x36135b(0x7a2)](this['_entriesByKey']['values']())[_0x36135b(0x691)]()['find'](_0x179941=>_0x179941[_0x36135b(0x2ab)]===_0x3ac6fc&&_0x179941!==_0x341a27&&_0x179941[_0x36135b(0x8fc)]);}[_0x37672f(0x234)](_0x3bfc13,_0x3144e7,_0x574644){const _0x847b83=_0x37672f;_0x3bfc13[_0x847b83(0x244)]=_0x3144e7!=null&&_0x3144e7[_0x847b83(0x8fc)]?_0x847b83(0x596):_0x847b83(0x5c3),_0x3bfc13[_0x847b83(0x8fc)]=_0x3144e7==null?void 0x0:_0x3144e7[_0x847b83(0x8fc)],_0x3bfc13[_0x847b83(0x7ad)]=_0x3bfc13[_0x847b83(0x7ad)]??(_0x3144e7==null?void 0x0:_0x3144e7['viewState']),_0x3bfc13[_0x847b83(0x5c3)]=_0x574644,_0x3bfc13[_0x847b83(0x7bf)]=Date[_0x847b83(0x312)](),this[_0x847b83(0x4d9)]['set'](_0x3bfc13[_0x847b83(0x2ab)],_0x3bfc13),this[_0x847b83(0x8af)]['next'](_0x3bfc13);}},_0x3ca4c9=class{constructor(){const _0x2e2629=_0x37672f;_0x1876b0(this,_0x2e2629(0x58a),new Map()),_0x1876b0(this,_0x2e2629(0x7f2),new _0x12f7a8[(_0x2e2629(0x53e))]()),_0x1876b0(this,_0x2e2629(0x373),this[_0x2e2629(0x7f2)][_0x2e2629(0x58c)]());}['register'](_0x26826d){const _0x187ca8=_0x37672f;return this[_0x187ca8(0x58a)][_0x187ca8(0x5d7)](_0x26826d[_0x187ca8(0x2ab)],_0x26826d),this[_0x187ca8(0x607)]({'embedId':_0x26826d[_0x187ca8(0x2ab)],'reason':_0x187ca8(0x7e3)}),(0x0,_0x423058[_0x187ca8(0x35b)])(()=>{const _0x166eac=_0x187ca8;this[_0x166eac(0x58a)][_0x166eac(0x47e)](_0x26826d[_0x166eac(0x2ab)])===_0x26826d&&(this[_0x166eac(0x58a)][_0x166eac(0x405)](_0x26826d[_0x166eac(0x2ab)]),this[_0x166eac(0x607)]({'embedId':_0x26826d[_0x166eac(0x2ab)],'reason':_0x166eac(0x7e3)}));});}[_0x37672f(0x857)](_0x3a190e){const _0x401d0d=_0x37672f;return this[_0x401d0d(0x58a)][_0x401d0d(0x47e)](_0x3a190e);}['getRegistrationByChildUnitId'](_0x5ec9bc){const _0x2913a0=_0x37672f;return Array[_0x2913a0(0x7a2)](this[_0x2913a0(0x58a)]['values']())[_0x2913a0(0x782)](_0x144d80=>_0x144d80[_0x2913a0(0x783)]===_0x5ec9bc);}[_0x37672f(0x607)](_0x51ab9f){const _0x37450c=_0x37672f;this[_0x37450c(0x7f2)][_0x37450c(0x7b8)](_0x51ab9f);}};let _0x5757ad=class{constructor(_0x36eb0f,_0x53fcc0,_0x226b75,_0x3214dd){const _0x264151=_0x37672f;this[_0x264151(0x59a)]=_0x36eb0f,this['_materializeService']=_0x53fcc0,this[_0x264151(0x4ae)]=_0x226b75,this[_0x264151(0x407)]=_0x3214dd;}async[_0x37672f(0x248)](_0x48a406){const _0x4f4c1b=_0x37672f;return this[_0x4f4c1b(0x822)][_0x4f4c1b(0x248)](_0x48a406);}async[_0x37672f(0x427)](_0x36a2d2){const _0x142b39=_0x37672f;let _0x3f6a54=_0x36a2d2[_0x142b39(0x466)],_0x585f35=_0x36a2d2['hostAnchorRecord']??this[_0x142b39(0x4ae)][_0x142b39(0x678)]({'embedId':_0x3f6a54[_0x142b39(0x2ab)],'hostUnitId':_0x3f6a54[_0x142b39(0x7cf)],'hostType':_0x3f6a54[_0x142b39(0x805)],'entry':_0x3f6a54[_0x142b39(0x23b)],'hostAnchorId':_0x3f6a54[_0x142b39(0x391)],'hostContext':_0x36a2d2[_0x142b39(0x576)],'descriptor':_0x3f6a54});return this[_0x142b39(0x59a)][_0x142b39(0x698)](_0x3f6a54[_0x142b39(0x7cf)],_0x3f6a54),this[_0x142b39(0x407)][_0x142b39(0x901)](_0x585f35),this[_0x142b39(0x59a)][_0x142b39(0x5ad)](_0x3f6a54[_0x142b39(0x7cf)],_0x3f6a54[_0x142b39(0x2ab)]);}};_0x5757ad=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x2ea)])),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x8eb)])),_0xcd14f8(0x2,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x748)])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x2b0)]))],_0x5757ad);function _0x5171ba(_0x26cd79){const _0x2c6b98=_0x37672f;var _0x1e3b21;if(!_0x26cd79)return;let _0x5b6cb4=((_0x1e3b21=_0x26cd79['closest'](_0x2c6b98(0x284)))==null?void 0x0:_0x1e3b21[_0x2c6b98(0x715)](_0x2c6b98(0x4fa)))??void 0x0,_0x150715=_0x2f443e(_0x26cd79,_0x5b6cb4),_0x48786a=(_0x150715==null?void 0x0:_0x150715[_0x2c6b98(0x715)](_0x2c6b98(0x52e)))??_0x5b6cb4;if(_0x48786a)return{'embedId':_0x48786a,'hostUnitId':(_0x150715==null?void 0x0:_0x150715[_0x2c6b98(0x715)]('data-embed-host-unit-id'))??void 0x0,'childUnitId':(_0x150715==null?void 0x0:_0x150715['getAttribute'](_0x4fbb7a[_0x2c6b98(0x3d8)]))??void 0x0,'childType':_0x482567(_0x150715)};}function _0x2f443e(_0x9fe489,_0x332e1d){const _0x4435ca=_0x37672f;let _0x13862d=_0x9fe489==null?void 0x0:_0x9fe489[_0x4435ca(0x68d)]('[data-embed-float-dom=\x22true\x22]');if(_0x13862d&&(!_0x332e1d||_0x13862d[_0x4435ca(0x715)](_0x4435ca(0x52e))===_0x332e1d))return _0x13862d;let _0x2b79a7=(_0x9fe489==null?void 0x0:_0x9fe489['ownerDocument'])??(typeof document>'u'?void 0x0:document);return!_0x2b79a7||!_0x332e1d?_0x13862d??void 0x0:_0x2b79a7[_0x4435ca(0x546)](_0x4435ca(0x7ac)+_0x3e478d(_0x332e1d)+'\x22]')??void 0x0;}function _0x3e478d(_0x431449){const _0x27b4b8=_0x37672f;return _0x431449[_0x27b4b8(0x414)](/\\/g,'\x5c\x5c')[_0x27b4b8(0x414)](/"/g,'\x5c\x22');}function _0x482567(_0x2bb90a){const _0x574c37=_0x37672f;let _0x1a75c6=_0x2bb90a==null?void 0x0:_0x2bb90a[_0x574c37(0x715)]('data-embed-child-type');if(_0x1a75c6!=null&&_0x1a75c6!=='')return Number(_0x1a75c6);}var _0x3fac44=class{constructor(){const _0xf96082=_0x37672f;_0x1876b0(this,_0xf96082(0x8a6),new WeakMap()),_0x1876b0(this,_0xf96082(0x90f),new WeakSet());}[_0x37672f(0x920)](_0x4b7107){const _0x1dc026=_0x37672f;let _0x5a2623=this[_0x1dc026(0x8a6)][_0x1dc026(0x47e)](_0x4b7107);if(!_0x5a2623){let _0x52d0ab=_0x4b7107['ownerDocument'][_0x1dc026(0x7c5)];if(!_0x52d0ab)return(0x0,_0x423058[_0x1dc026(0x35b)])(()=>{});let _0x347330=_0x5ab59d=>this[_0x1dc026(0x910)](_0x4b7107,_0x5ab59d);_0x52d0ab[_0x1dc026(0x780)](_0x1dc026(0x66f),_0x347330,{'capture':!0x0,'passive':!0x0}),_0x5a2623={'activeUntil':0x0,'dispose':()=>_0x52d0ab['removeEventListener'](_0x1dc026(0x66f),_0x347330,{'capture':!0x0}),'refCount':0x0},this[_0x1dc026(0x8a6)][_0x1dc026(0x5d7)](_0x4b7107,_0x5a2623);}let _0x5a47c7=_0x5a2623;return _0x5a47c7['refCount']+=0x1,(0x0,_0x423058['toDisposable'])(()=>{const _0x3ff11=_0x1dc026;--_0x5a47c7['refCount'],!(_0x5a47c7[_0x3ff11(0x206)]>0x0||this[_0x3ff11(0x8a6)][_0x3ff11(0x47e)](_0x4b7107)!==_0x5a47c7)&&(_0x5a47c7[_0x3ff11(0x4ff)](),this[_0x3ff11(0x8a6)][_0x3ff11(0x405)](_0x4b7107));});}[_0x37672f(0x88c)](_0x12af21){const _0x30ad0b=_0x37672f;return this[_0x30ad0b(0x90f)][_0x30ad0b(0x7df)](_0x12af21);}[_0x37672f(0x910)](_0x982809,_0x263faa){const _0x139290=_0x37672f;var _0x5cfbbc;let _0x2c82fd=_0x982809[_0x139290(0x53c)][_0x139290(0x7c5)];if(!_0x2c82fd)return;let _0x3d8638=_0x181aa8(_0x263faa,_0x2c82fd);if(!_0x3d8638||!_0x982809[_0x139290(0x8e0)](_0x3d8638))return;let _0x481ce6=this[_0x139290(0x8a6)][_0x139290(0x47e)](_0x982809);if(!_0x481ce6)return;let _0x26d04e=Date[_0x139290(0x312)](),_0x4d721a=_0x2f443e(_0x3d8638);if(!_0x4d721a||!_0x982809['contains'](_0x4d721a)){_0x481ce6[_0x139290(0x2e1)]=_0x26d04e+0x1f4;return;}if(((_0x5cfbbc=_0x5171ba(_0x4d721a))==null?void 0x0:_0x5cfbbc[_0x139290(0x6b0)])===_0x423058[_0x139290(0x839)][_0x139290(0x428)]){_0x481ce6[_0x139290(0x2e1)]=_0x26d04e+0x1f4,this[_0x139290(0x90f)][_0x139290(0x47d)](_0x263faa);return;}_0x26d04e>=_0x481ce6[_0x139290(0x2e1)]||(_0x481ce6[_0x139290(0x2e1)]=_0x26d04e+0x1f4,this['_hostGestureEvents'][_0x139290(0x47d)](_0x263faa));}};function _0x181aa8(_0x214941,_0x2dd51c){const _0x48d64a=_0x37672f;let _0x5c0df5=_0x214941['target'];return _0x5c0df5 instanceof _0x2dd51c[_0x48d64a(0x2a4)]?_0x5c0df5:_0x5c0df5 instanceof _0x2dd51c[_0x48d64a(0x42b)]||_0x5c0df5 instanceof _0x2dd51c[_0x48d64a(0x586)]?_0x5c0df5['parentElement']:null;}var _0x691e68=class{constructor(){const _0x39c159=_0x37672f;_0x1876b0(this,_0x39c159(0x580),new Map());}['register'](_0x19f5f0){const _0x1aba5a=_0x37672f;return this['_providers'][_0x1aba5a(0x5d7)](_0x19f5f0[_0x1aba5a(0x6b0)],_0x19f5f0),(0x0,_0x423058[_0x1aba5a(0x35b)])(()=>{const _0x593b3c=_0x1aba5a;this[_0x593b3c(0x580)]['get'](_0x19f5f0['childType'])===_0x19f5f0&&this[_0x593b3c(0x580)][_0x593b3c(0x405)](_0x19f5f0['childType']);});}[_0x37672f(0x47e)](_0x4342e1,_0x4ca248){const _0x2c74e5=_0x37672f;var _0x574273;let _0x35aa01=this[_0x2c74e5(0x580)][_0x2c74e5(0x47e)](_0x4342e1);if(_0x35aa01&&!(_0x4ca248&&(_0x574273=_0x35aa01[_0x2c74e5(0x8c5)])!=null&&_0x574273[_0x2c74e5(0x3fe)]&&!_0x35aa01[_0x2c74e5(0x8c5)]['includes'](_0x4ca248)))return _0x35aa01;}[_0x37672f(0x68c)](){const _0x1ae6e1=_0x37672f;return[...this[_0x1ae6e1(0x580)][_0x1ae6e1(0x4bf)]()];}},_0x1b2dea=class{constructor(){const _0x6ad0de=_0x37672f;_0x1876b0(this,_0x6ad0de(0x538),[]);}[_0x37672f(0x920)](_0x5db1c0){const _0x479ce1=_0x37672f;return this[_0x479ce1(0x538)][_0x479ce1(0x5fd)](_0x5db1c0),this[_0x479ce1(0x57a)](),(0x0,_0x423058[_0x479ce1(0x35b)])(()=>{let _0x51e18e=this['_handlers']['indexOf'](_0x5db1c0);_0x51e18e>=0x0&&this['_handlers']['splice'](_0x51e18e,0x1);});}[_0x37672f(0x561)](_0x2a7a1c){const _0x3578fa=_0x37672f;for(let _0x926fc2 of this[_0x3578fa(0x538)]){var _0x183619;if(_0x926fc2['childType']===_0x2a7a1c['childType']&&!(_0x2a7a1c[_0x3578fa(0x589)]&&(_0x183619=_0x926fc2[_0x3578fa(0x8c5)])!=null&&_0x183619['length']&&!_0x926fc2[_0x3578fa(0x8c5)][_0x3578fa(0x3d9)](_0x2a7a1c['layout']))&&_0x926fc2[_0x3578fa(0x561)](_0x2a7a1c)===!0x0)return!0x0;}return!0x1;}[_0x37672f(0x68c)](){const _0x3c7ea5=_0x37672f;return[...this[_0x3c7ea5(0x538)]];}[_0x37672f(0x57a)](){const _0x8c8ab0=_0x37672f;this[_0x8c8ab0(0x538)][_0x8c8ab0(0x6d8)]((_0x157b2f,_0x42603e)=>(_0x42603e['order']??0x0)-(_0x157b2f[_0x8c8ab0(0x27a)]??0x0));}};function _0x1e027c(_0x4bf8f1){const _0x85f0f2=_0x37672f;if(!_0x4bf8f1||typeof _0x4bf8f1!='object')return;let _0xea8298=_0x4bf8f1;return _0xea8298['version']===0x1&&_0xea8298[_0x85f0f2(0x2ab)]&&_0xea8298[_0x85f0f2(0x391)]?_0xea8298:void 0x0;}let _0x17daa8=new Map();function _0x306f35(_0xde86f1){const _0x264215=_0x37672f;var _0x312b77,_0x27c7c2;let {container:_0x1c65d2,content:_0x605f77,offset:_0x5e9834}=_0xde86f1;if(!_0xde86f1[_0x264215(0x62a)])return _0x5e9834[_0x264215(0x90d)]=0x0,_0x605f77['style'][_0x264215(0x23d)]('transform'),_0x605f77[_0x264215(0x4e9)][_0x264215(0x23d)](_0x264215(0x617)),(0x0,_0x423058[_0x264215(0x35b)])(()=>{});let _0x5d8fa0=_0x1c65d2[_0x264215(0x53c)][_0x264215(0x7c5)]??window,_0x527125=_0x4914b6(_0xde86f1[_0x264215(0x46f)],0x1),_0x1625c0=!0x1,_0x87aa1a,_0x2b13eb=()=>{const _0xe32369=_0x264215;var _0x5f1275;if(_0x1625c0)return;let _0x231832=_0xde86f1[_0xe32369(0x4b8)]();if(!_0x231832){_0x5e9834[_0xe32369(0x90d)]=0x0,_0x605f77[_0xe32369(0x4e9)]['removeProperty'](_0xe32369(0x65d)),_0x605f77[_0xe32369(0x4e9)][_0xe32369(0x23d)](_0xe32369(0x617));return;}let _0x4c3c12=_0xde86f1['getProvider'](_0x231832);if(!_0x4c3c12)return;let _0x46d7b8=_0x2ca57c(_0x1c65d2),_0x149d2d=(_0x46d7b8==null?void 0x0:_0x46d7b8['getBoundingClientRect']())??{'height':_0x5d8fa0[_0xe32369(0x836)],'top':0x0,'width':_0x5d8fa0[_0xe32369(0x654)]},_0x51ae7d=_0x1c65d2[_0xe32369(0x4f7)](),_0x5012c2=_0x4914b6(_0xde86f1[_0xe32369(0x7d6)],_0x51ae7d[_0xe32369(0x33d)]/_0x527125),_0x298e5e=Math['min'](_0x5012c2,_0x4914b6(_0xde86f1[_0xe32369(0x71f)],_0x605f77[_0xe32369(0x4f7)]()[_0xe32369(0x33d)]/_0x527125,_0x149d2d['height']/_0x527125)),_0x254f9f=_0x1d1af0({'collapseWithoutChildScroll':_0xde86f1[_0xe32369(0x752)],'contentHeight':_0x5012c2,'hostOffset':Math[_0xe32369(0x59c)](0x0,(_0x149d2d[_0xe32369(0x922)]-_0x51ae7d[_0xe32369(0x922)])/_0x527125),'stickyHeaderHeight':Math[_0xe32369(0x59c)](0x18,((_0x5f1275=_0x4c3c12['getStickyHeaderHeight'])==null?void 0x0:_0x5f1275[_0xe32369(0x4d5)](_0x4c3c12,_0x231832))??0x0),'viewportHeight':_0x298e5e});if(_0x605f77[_0xe32369(0x4e9)]['transform']=_0x254f9f['visualOffset']===0x0?'':_0xe32369(0x2fe)+_0x254f9f[_0xe32369(0x5a7)]*_0x527125+_0xe32369(0x4c1),_0x605f77[_0xe32369(0x4e9)]['clipPath']=_0x254f9f[_0xe32369(0x6bb)]===0x0?'':_0xe32369(0x6aa)+_0x254f9f[_0xe32369(0x6bb)]*_0x527125+'px\x200)',!_0x508033(_0xde86f1['owner'][_0xe32369(0x90d)],'host')||_0xde86f1[_0xe32369(0x4d6)][_0xe32369(0x90d)])return;let _0x446d50=_0x254f9f[_0xe32369(0x6cb)]-_0x5e9834['current'];if(Math[_0xe32369(0x82a)](_0x446d50)<0.5)return;_0x5e9834[_0xe32369(0x90d)]=_0x254f9f[_0xe32369(0x6cb)],_0xde86f1[_0xe32369(0x607)]();let _0x4cc0b6=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x51ae7d[_0xe32369(0x3c3)]+Math['min'](_0x51ae7d[_0xe32369(0x7e5)],_0x149d2d[_0xe32369(0x7e5)])/0x2,'clientY':_0x149d2d['top']+_0x298e5e*_0x527125/0x2,'deltaY':_0x446d50});_0xde86f1[_0xe32369(0x763)]['current']=!0x0;try{_0x4c3c12[_0xe32369(0x561)]({..._0x231832,'event':_0x4cc0b6,'source':_0xe32369(0x5b9),'stage':_0xde86f1['getStage'](),'viewportScrollY':_0x254f9f[_0xe32369(0x6cb)]});}finally{_0xde86f1[_0xe32369(0x763)]['current']=!0x1;}},_0x1edf9d=()=>{const _0x2c27e5=_0x264215;_0x2b13eb(),_0x1625c0||(_0x87aa1a=_0x5d8fa0[_0x2c27e5(0x62b)](_0x1edf9d));},_0x400f99=()=>{globalThis['queueMicrotask'](()=>{_0x1625c0||_0x2b13eb();});},_0x49dc35=_0xde86f1['getChildContext'](),_0x5d4b67=_0x49dc35?_0xde86f1[_0x264215(0x8ff)](_0x49dc35):void 0x0,_0x57ac98=_0x49dc35&&(_0x5d4b67==null||(_0x312b77=_0x5d4b67[_0x264215(0x6d5)])==null?void 0x0:_0x312b77[_0x264215(0x4d5)](_0x5d4b67,_0x49dc35,_0x39f3c6=>{const _0x5ac91c=_0x264215;var _0x2a2b1f;if(_0xde86f1[_0x5ac91c(0x763)][_0x5ac91c(0x90d)]||!_0x508033(_0xde86f1[_0x5ac91c(0x1f3)][_0x5ac91c(0x90d)],_0x5ac91c(0x406)))return;let _0x4b53c3=Math[_0x5ac91c(0x59c)](0x0,_0x4914b6(_0xde86f1[_0x5ac91c(0x7d6)])-_0x4914b6(_0xde86f1[_0x5ac91c(0x71f)])),_0x3eb634=_0x1a5a04(_0x39f3c6,0x0,_0x4b53c3),_0x481ccd=_0x1c65d2[_0x5ac91c(0x4f7)](),_0x143399=((_0x2a2b1f=_0x2ca57c(_0x1c65d2))==null?void 0x0:_0x2a2b1f['getBoundingClientRect']()['top'])??0x0,_0x1155dc=_0xd32735(_0x3eb634,_0x1a5a04((_0x143399-_0x481ccd[_0x5ac91c(0x922)])/_0x527125,0x0,_0x4b53c3),Math[_0x5ac91c(0x59c)](0x0,(_0x481ccd['top']-_0x143399)/_0x527125));if(Math[_0x5ac91c(0x82a)](_0x1155dc)<0.5)return;let _0x19a941=new WheelEvent(_0x5ac91c(0x66f),{'cancelable':!0x1,'clientX':_0x481ccd[_0x5ac91c(0x3c3)]+_0x481ccd[_0x5ac91c(0x7e5)]/0x2,'clientY':_0x481ccd[_0x5ac91c(0x922)]+Math[_0x5ac91c(0x425)](_0x481ccd[_0x5ac91c(0x33d)],(_0xde86f1[_0x5ac91c(0x71f)]??_0x481ccd[_0x5ac91c(0x33d)]/_0x527125)*_0x527125)/0x2,'deltaY':_0x1155dc*_0x527125}),_0x383764=_0x5e9834['current'],_0x206003=_0x605f77[_0x5ac91c(0x4e9)][_0x5ac91c(0x65d)],_0x44245c=_0x605f77[_0x5ac91c(0x4e9)]['clipPath'];_0x5e9834[_0x5ac91c(0x90d)]=_0x3eb634,_0x605f77[_0x5ac91c(0x4e9)][_0x5ac91c(0x65d)]=_0x3eb634===0x0?'':_0x5ac91c(0x2fe)+_0x3eb634*_0x527125+'px)',_0x605f77[_0x5ac91c(0x4e9)]['clipPath']='',_0xde86f1['syncingHostFromChild'][_0x5ac91c(0x90d)]=!0x0;let _0x5e4745=!0x1;try{var _0x39ad1d;_0x5e4745=((_0x39ad1d=_0xde86f1['onHostWheel'])==null?void 0x0:_0x39ad1d[_0x5ac91c(0x4d5)](_0xde86f1,_0x19a941,_0x49dc35))===!0x0||_0x3e53f5(_0x1c65d2,_0x19a941);}finally{_0xde86f1[_0x5ac91c(0x4d6)][_0x5ac91c(0x90d)]=!0x1;}if(!_0x5e4745){_0x5e9834['current']=_0x383764,_0x605f77['style'][_0x5ac91c(0x65d)]=_0x206003,_0x605f77[_0x5ac91c(0x4e9)][_0x5ac91c(0x78f)]=_0x44245c;return;}_0xde86f1[_0x5ac91c(0x607)]();}));_0x87aa1a=_0x5d8fa0[_0x264215(0x62b)](_0x1edf9d);let _0x282801=(_0x27c7c2=_0xde86f1[_0x264215(0x528)])==null?void 0x0:_0x27c7c2['subscribe'](_0x400f99);_0x5d8fa0[_0x264215(0x780)](_0x264215(0x70a),_0x2b13eb,!0x0),_0x5d8fa0[_0x264215(0x780)](_0x264215(0x235),_0x2b13eb);let _0x57fdfb=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x2b13eb);return _0x57fdfb==null||_0x57fdfb['observe'](_0x1c65d2),(0x0,_0x423058[_0x264215(0x35b)])(()=>{const _0x2789c0=_0x264215;_0x1625c0=!0x0,_0x87aa1a!=null&&_0x5d8fa0[_0x2789c0(0x20c)](_0x87aa1a),_0x57ac98==null||_0x57ac98[_0x2789c0(0x4ff)](),_0x282801==null||_0x282801[_0x2789c0(0x7b2)](),_0x57fdfb==null||_0x57fdfb['disconnect'](),_0x5d8fa0[_0x2789c0(0x356)](_0x2789c0(0x70a),_0x2b13eb,!0x0),_0x5d8fa0[_0x2789c0(0x356)](_0x2789c0(0x235),_0x2b13eb),_0x605f77['style']['removeProperty'](_0x2789c0(0x65d)),_0x605f77['style'][_0x2789c0(0x23d)](_0x2789c0(0x617));});}function _0x508033(_0x4fc845,_0x44498e){return _0x4fc845==null||_0x4fc845===_0x44498e;}function _0xd32735(_0x197b51,_0x17ed3c,_0x2632a3){const _0x3708f0=_0x37672f;let _0x1562d6=_0x197b51-_0x17ed3c;return _0x1562d6+(_0x1562d6>0x0?Math[_0x3708f0(0x59c)](0x0,_0x2632a3):0x0);}function _0x1d1af0(_0x459012){const _0x47cf8b=_0x37672f;let _0x52738d=_0x4914b6(_0x459012[_0x47cf8b(0x7d6)]),_0x1a648b=Math[_0x47cf8b(0x425)](_0x52738d,_0x4914b6(_0x459012[_0x47cf8b(0x71f)])),_0x4ebaf9=Math[_0x47cf8b(0x59c)](0x0,_0x52738d-_0x1a648b);if(_0x4ebaf9===0x0&&!_0x459012['collapseWithoutChildScroll'])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x92005a=Math[_0x47cf8b(0x59c)](0x0,_0x459012[_0x47cf8b(0x633)]),_0x655d77=_0x1a5a04(_0x4914b6(_0x459012['stickyHeaderHeight']),0x1,_0x1a648b),_0xbe5f34=Math['max'](_0x4ebaf9,_0x52738d-_0x655d77),_0x1b26a8=Math[_0x47cf8b(0x425)](_0x92005a,_0xbe5f34),_0x51d55c=_0x1a5a04(_0x52738d-_0x92005a,_0x655d77,_0x1a648b);return{'childOffset':Math['min'](_0x92005a,_0x4ebaf9),'clipBottom':_0x1a648b-_0x51d55c,'visualOffset':_0x1b26a8};}function _0x4bce48(_0x5453a4){const _0x4725b6=_0x37672f;let _0x461459=Math[_0x4725b6(0x59c)](0x1,_0x5453a4[_0x4725b6(0x53d)]-_0x5453a4[_0x4725b6(0x915)]),_0x4c50e5=Math[_0x4725b6(0x425)](_0x5453a4['contentWidth'],_0x461459);return{'initialWidth':_0x4c50e5,'maxExpansion':Math['min'](_0x5453a4[_0x4725b6(0x915)],Math['max'](0x0,_0x5453a4[_0x4725b6(0x499)]-_0x4c50e5))};}function _0x1a5a04(_0x8341cb,_0x27b88a,_0x543bf5){const _0xfe079f=_0x37672f;return Math['max'](_0x27b88a,Math[_0xfe079f(0x425)](_0x543bf5,_0x8341cb));}function _0x34e7d6(_0x29d5db){const _0x57b799=_0x37672f;_0x29d5db[_0x57b799(0x4e9)][_0x57b799(0x23d)](_0x57b799(0x3c3)),_0x29d5db[_0x57b799(0x4e9)][_0x57b799(0x23d)](_0x57b799(0x922)),_0x29d5db[_0x57b799(0x4e9)]['removeProperty'](_0x57b799(0x7e5)),_0x29d5db[_0x57b799(0x4e9)]['removeProperty'](_0x57b799(0x33d)),_0x29d5db['style'][_0x57b799(0x23d)](_0x57b799(0x339)),_0x29d5db[_0x57b799(0x4e9)]['removeProperty']('pointer-events');}function _0x370ff3(_0x28eb96,_0x3423ff){const _0x5ba024=_0x37672f;_0x3423ff?_0x17daa8[_0x5ba024(0x5d7)](_0x28eb96,_0x3423ff):_0x17daa8[_0x5ba024(0x405)](_0x28eb96);}function _0x1c22d3(_0x3e660c){const _0x267105=_0x37672f;var _0x40fbeb;let {chrome:_0x314b03,container:_0x12770d,geometryService:_0x4967f6,stage:_0x308fda}=_0x3e660c;if(_0x3e660c[_0x267105(0x5ed)]&&_0x308fda==='inactive')return _0x314b03[_0x267105(0x4e9)][_0x267105(0x339)]='hidden',_0x314b03[_0x267105(0x4e9)][_0x267105(0x7f3)]=_0x267105(0x63c),(0x0,_0x423058[_0x267105(0x35b)])(()=>{const _0x4b527b=_0x267105;_0x314b03[_0x4b527b(0x4e9)]['removeProperty'](_0x4b527b(0x339)),_0x314b03[_0x4b527b(0x4e9)][_0x4b527b(0x23d)](_0x4b527b(0x1f7));});let _0x17c864=_0x314b03['parentElement'],_0x3e5a4e=_0x314b03[_0x267105(0x1e3)],_0x56e09f,_0x290317,_0x5a58cf=0x0,_0xc5c8dc,_0x1c5216,_0x1bc7ce,_0x3d8261,_0x23e4fe,_0x5ac9d6,_0x46be13,_0xdd341f=()=>{const _0x2f430a=_0x267105;let _0x53aff8=_0x131244(_0x12770d),_0xf0bda1=_0x4d46c1(_0x12770d),_0x4c9498=!_0xa021db(_0x12770d)&&_0x46be13!=null&&_0xc5c8dc===_0xf0bda1[_0x2f430a(0x3c3)]&&_0x1bc7ce===_0xf0bda1[_0x2f430a(0x7e5)]&&_0x3d8261===_0xf0bda1[_0x2f430a(0x33d)];!_0xa021db(_0x12770d)&&_0x46be13!=null&&!_0x4c9498&&(_0x46be13=void 0x0);let _0x3d6bec=_0x4c9498?new DOMRect(_0xf0bda1['left'],_0x46be13,_0xf0bda1[_0x2f430a(0x7e5)],_0xf0bda1[_0x2f430a(0x33d)]):_0xf0bda1,_0x5e709c=!_0x53aff8||_0x3d6bec[_0x2f430a(0x33d)]>=0x18,_0x316a01=_0x1c35e1(_0x53aff8,_0x5e709c,_0x3d6bec['height']);if(_0x5d4f8a(_0x12770d,_0x314b03,_0x5e709c,_0x308fda),_0x530e12(_0x12770d,_0x314b03,_0x316a01,_0x308fda),_0x53aff8){let _0x3d1c7d=_0x12770d[_0x2f430a(0x4f7)]();_0x426a17(_0x314b03,_0x3d6bec,_0x59b06f(_0x3d1c7d,_0x3e660c['docsSheetLikeLayout']));}else _0xaae26e(_0x314b03);_0x314b03[_0x2f430a(0x4e9)]['visibility']=_0x5e709c?'':'hidden',_0x314b03[_0x2f430a(0x4e9)]['pointerEvents']=_0x5e709c&&_0x308fda!==_0x2f430a(0x3ed)?'':_0x2f430a(0x63c),(_0x3d6bec['left']!==_0xc5c8dc||_0x3d6bec[_0x2f430a(0x922)]!==_0x1c5216||_0x3d6bec['width']!==_0x1bc7ce||_0x3d6bec[_0x2f430a(0x33d)]!==_0x3d8261||_0x5e709c!==_0x23e4fe||_0x316a01!==_0x5ac9d6)&&(_0xc5c8dc=_0x3d6bec['left'],_0x1c5216=_0x3d6bec['top'],_0x1bc7ce=_0x3d6bec[_0x2f430a(0x7e5)],_0x3d8261=_0x3d6bec['height'],_0x23e4fe=_0x5e709c,_0x5ac9d6=_0x316a01,_0x370ff3(_0x12770d,{'height':_0x3d6bec[_0x2f430a(0x33d)],'left':_0x3d6bec[_0x2f430a(0x3c3)],'top':_0x3d6bec[_0x2f430a(0x922)],'width':_0x3d6bec['width']}),_0x314b03[_0x2f430a(0x4e9)][_0x2f430a(0x3c3)]=_0x3d6bec[_0x2f430a(0x3c3)]+'px',_0x314b03[_0x2f430a(0x4e9)]['top']=_0x3d6bec[_0x2f430a(0x922)]+'px',_0x314b03[_0x2f430a(0x4e9)]['width']=_0x3d6bec['width']+'px',_0x314b03['style'][_0x2f430a(0x33d)]=_0x3d6bec[_0x2f430a(0x33d)]+'px');},_0x25301a=()=>{const _0x55bf72=_0x267105;_0xdd341f(),_0x56e09f=window[_0x55bf72(0x62b)](_0x25301a);},_0x55816c=()=>{const _0x28b8d3=_0x267105;_0x290317=void 0x0,_0xdd341f(),!(_0x5a58cf<=0x0)&&(--_0x5a58cf,_0x290317=window[_0x28b8d3(0x62b)](_0x55816c));},_0x5b571c=_0x168c59=>{const _0x3bf47d=_0x267105;!_0xa021db(_0x12770d)&&_0x4d531a(_0x168c59)&&_0x1c5216!=null&&(_0x46be13=_0x1c5216),_0xf40dd5(_0x12770d,_0x168c59,{'height':_0x3d8261,'left':_0xc5c8dc,'top':_0x1c5216,'width':_0x1bc7ce})&&(_0x4967f6[_0x3bf47d(0x607)]({'embedId':_0x3e660c['embedId'],'reason':'wheel'}),_0x5a58cf=Math['max'](_0x5a58cf,0x3),_0x290317??=window[_0x3bf47d(0x62b)](_0x55816c));},_0x5bce5e=()=>{const _0x26ff6c=_0x267105;_0x46be13=void 0x0,_0x4967f6[_0x26ff6c(0x607)]({'embedId':_0x3e660c['embedId'],'reason':_0x26ff6c(0x547)}),_0x5a58cf=Math[_0x26ff6c(0x59c)](_0x5a58cf,0x2),_0x290317??=window[_0x26ff6c(0x62b)](_0x55816c);},_0x74f29c=()=>{_0x46be13=void 0x0;};_0xdd341f(),document[_0x267105(0x77f)][_0x267105(0x629)](_0x314b03);let _0x4205c6=new ResizeObserver(_0xdd341f);_0x4205c6[_0x267105(0x893)](_0x12770d);let _0x52aee7=(_0x40fbeb=_0x3e660c[_0x267105(0x528)])==null?void 0x0:_0x40fbeb[_0x267105(0x4a5)](_0x5bce5e);return window['addEventListener'](_0x267105(0x2ce),_0x74f29c,!0x0),window[_0x267105(0x780)](_0x267105(0x70a),_0x5b571c,!0x0),window[_0x267105(0x780)](_0x267105(0x66f),_0x5b571c,!0x0),window['addEventListener'](_0x267105(0x235),_0x5b571c),(_0x308fda!=='inactive'||_0xa021db(_0x12770d))&&(_0x56e09f=window[_0x267105(0x62b)](_0x25301a)),(0x0,_0x423058[_0x267105(0x35b)])(()=>{const _0x2a8c04=_0x267105;_0x56e09f!=null&&window['cancelAnimationFrame'](_0x56e09f),_0x290317!=null&&window[_0x2a8c04(0x20c)](_0x290317),_0x52aee7==null||_0x52aee7[_0x2a8c04(0x7b2)](),_0x4205c6[_0x2a8c04(0x5f4)](),window[_0x2a8c04(0x356)](_0x2a8c04(0x2ce),_0x74f29c,!0x0),window['removeEventListener']('scroll',_0x5b571c,!0x0),window[_0x2a8c04(0x356)]('wheel',_0x5b571c,!0x0),window[_0x2a8c04(0x356)](_0x2a8c04(0x235),_0x5b571c),_0x370ff3(_0x12770d),_0x34e7d6(_0x314b03),_0x5d4f8a(_0x12770d,_0x314b03,!0x0,_0x2a8c04(0x58d)),_0x530e12(_0x12770d,_0x314b03,!0x0,_0x2a8c04(0x58d)),_0x17c864!=null&&_0x17c864[_0x2a8c04(0x4d4)]?_0x17c864[_0x2a8c04(0x264)](_0x314b03,_0x3e5a4e):_0x314b03[_0x2a8c04(0x850)]();});}function _0x31f1f7(_0x3e406a,_0x210efa){const _0x4dbbbc=_0x37672f;var _0xdad92b,_0x52e835,_0x3c7389;let _0x16a2c4=_0x3e406a[_0x4dbbbc(0x89c)][_0x4dbbbc(0x2ab)],_0x35ee31=_0x3e406a[_0x4dbbbc(0x53c)],_0x57b623=_0x131244(_0x3e406a)?[_0x4d46c1(_0x3e406a)]:[_0x3e406a[_0x4dbbbc(0x4f7)](),(_0xdad92b=_0x3e406a[_0x4dbbbc(0x546)](_0x4dbbbc(0x7f5)))==null?void 0x0:_0xdad92b['getBoundingClientRect']()],_0x1f27a9=_0x35ee31[_0x4dbbbc(0x546)](_0x4dbbbc(0x29d)+_0x16a2c4+'\x22]'),_0x3a6c19=[_0x1f27a9==null||(_0x52e835=_0x1f27a9['querySelector'](_0x4dbbbc(0x1f2)))==null?void 0x0:_0x52e835['getBoundingClientRect'](),_0x1f27a9==null||(_0x3c7389=_0x1f27a9[_0x4dbbbc(0x546)](_0x4dbbbc(0x814)))==null?void 0x0:_0x3c7389[_0x4dbbbc(0x4f7)]()],_0x331d61=Array[_0x4dbbbc(0x7a2)](_0x35ee31[_0x4dbbbc(0x793)]('[data-embed-floating-menu-popup=\x22true\x22]'))[_0x4dbbbc(0x320)](_0x3e2915=>_0x3e2915[_0x4dbbbc(0x89c)]['embedId']===_0x16a2c4)[_0x4dbbbc(0x3b8)](_0x38b06b=>_0x38b06b[_0x4dbbbc(0x4f7)]());return[..._0x57b623,..._0x3a6c19,..._0x331d61][_0x4dbbbc(0x320)](_0x202490=>!!_0x202490&&_0x202490[_0x4dbbbc(0x7e5)]>0x0&&_0x202490['height']>0x0)['some'](_0x4d357c=>_0x12bcca(_0x4d357c,_0x210efa['clientX'],_0x210efa[_0x4dbbbc(0x91a)]));}function _0x5d4f8a(_0x50449c,_0x47d9b2,_0x8e2f23,_0x4cd1d8){const _0x4088ac=_0x37672f;let _0x255f92=_0x8e2f23?'':_0x4088ac(0x63c),_0x2cf1a8=_0x50449c[_0x4088ac(0x546)](_0x4088ac(0x7f5)),_0x549e97=_0x50449c[_0x4088ac(0x546)]('[data-u-comp=\x22embed-float-dom-live\x22]'),_0x3c50e0=_0x50449c['querySelector'](_0x4088ac(0x2a6)),_0x57ed44=_0x50449c[_0x4088ac(0x546)](_0x4088ac(0x909)),_0x2b8306=_0x50449c[_0x4088ac(0x546)]('[data-u-comp=\x22embed-float-dom-interaction-gate\x22]'),_0x553c01=_0x47d9b2==null?void 0x0:_0x47d9b2['querySelector'](_0x4088ac(0x590)),_0x31e276=_0x47d9b2==null?void 0x0:_0x47d9b2['querySelector'](_0x4088ac(0x4e1));if(_0x553c01==null||_0x553c01[_0x4088ac(0x4e9)][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x31e276==null||_0x31e276['style'][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x131244(_0x50449c)){_0x50449c[_0x4088ac(0x4e9)][_0x4088ac(0x903)]('pointer-events',_0x4088ac(0x63c)),_0x2cf1a8==null||_0x2cf1a8[_0x4088ac(0x4e9)]['setProperty'](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x549e97==null||_0x549e97[_0x4088ac(0x4e9)][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x3c50e0==null||_0x3c50e0[_0x4088ac(0x4e9)][_0x4088ac(0x903)]('pointer-events',_0x8e2f23?_0x4088ac(0x523):'none'),_0x57ed44==null||_0x57ed44[_0x4088ac(0x4e9)]['setProperty'](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x2b8306==null||_0x2b8306[_0x4088ac(0x4e9)][_0x4088ac(0x903)](_0x4088ac(0x1f7),'none');return;}_0x50449c[_0x4088ac(0x4e9)][_0x4088ac(0x23d)](_0x4088ac(0x1f7)),_0x2cf1a8==null||_0x2cf1a8['style'][_0x4088ac(0x23d)](_0x4088ac(0x1f7)),_0x549e97==null||_0x549e97['style'][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x255f92),_0x3c50e0==null||_0x3c50e0['style'][_0x4088ac(0x23d)](_0x4088ac(0x1f7)),_0x57ed44==null||_0x57ed44[_0x4088ac(0x4e9)][_0x4088ac(0x23d)](_0x4088ac(0x1f7)),_0x2b8306==null||_0x2b8306[_0x4088ac(0x4e9)][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x255f92);}function _0x530e12(_0x4abd2c,_0x48b050,_0x2a1565,_0x1d4f5b){const _0x29ab9b=_0x37672f;let _0x2b2991=_0x2a1565&&_0x1d4f5b!==_0x29ab9b(0x58d),_0x26c214=_0x4abd2c[_0x29ab9b(0x546)](_0x29ab9b(0x814))??(_0x48b050==null?void 0x0:_0x48b050[_0x29ab9b(0x546)](_0x29ab9b(0x814))),_0x17a347=[_0x48b050==null?void 0x0:_0x48b050[_0x29ab9b(0x546)](_0x29ab9b(0x590)),_0x48b050==null?void 0x0:_0x48b050[_0x29ab9b(0x546)]('[data-embed-popup-root]')];_0x26c214==null||_0x26c214[_0x29ab9b(0x4e9)]['setProperty'](_0x29ab9b(0x339),_0x2b2991?'':_0x29ab9b(0x49c)),_0x26c214==null||_0x26c214[_0x29ab9b(0x4e9)]['setProperty'](_0x29ab9b(0x1f7),_0x2b2991?'':_0x29ab9b(0x63c)),_0x17a347[_0x29ab9b(0x84e)](_0x423808=>{const _0x1b0564=_0x29ab9b;_0x423808==null||_0x423808[_0x1b0564(0x4e9)][_0x1b0564(0x903)](_0x1b0564(0x339),_0x2a1565&&_0x1d4f5b===_0x1b0564(0x58d)?'':_0x1b0564(0x49c)),_0x423808==null||_0x423808['style'][_0x1b0564(0x903)](_0x1b0564(0x1f7),_0x1b0564(0x63c)),_0x1d4f5b!==_0x1b0564(0x58d)&&(_0x423808==null||_0x423808[_0x1b0564(0x542)](_0x1b0564(0x717)),_0x423808==null||_0x423808[_0x1b0564(0x793)](_0x1b0564(0x55b))[_0x1b0564(0x84e)](_0x4b8af4=>{const _0x241eb8=_0x1b0564;_0x4b8af4[_0x241eb8(0x542)](_0x241eb8(0x717));}));});}function _0x1c35e1(_0x175c87,_0x249769,_0x1617c9){return _0x175c87?_0x249769:_0x1617c9>=0x28;}function _0x426a17(_0x2299fa,_0x7e728c,_0x3ddc66){const _0x24b201=_0x37672f;let _0x298dfb=_0x3ddc66['left']-_0x7e728c['left'],_0x2248e7=_0x3ddc66[_0x24b201(0x7e5)];_0x2299fa[_0x24b201(0x793)](_0x24b201(0x1f2))[_0x24b201(0x84e)](_0x3efbd8=>{const _0x131a5d=_0x24b201;var _0x260d66;let _0x3dd59c=(_0x260d66=_0x3efbd8['closest'](_0x131a5d(0x806)))==null?void 0x0:_0x260d66['dataset'][_0x131a5d(0x4a8)],_0x55dae7=_0x3efbd8[_0x131a5d(0x89c)][_0x131a5d(0x3cf)]===_0x131a5d(0x292),_0x52d07d=_0x3efbd8[_0x131a5d(0x89c)][_0x131a5d(0x3cf)]===_0x131a5d(0x48a);_0x3dd59c===_0x131a5d(0x3fc)?(_0x3efbd8[_0x131a5d(0x4e9)][_0x131a5d(0x922)]=_0x55dae7?_0x131a5d(0x869):_0x131a5d(0x5b8),_0x55dae7?(_0x3efbd8[_0x131a5d(0x4e9)][_0x131a5d(0x903)]('left',_0x298dfb+'px',_0x131a5d(0x3f9)),_0x3efbd8[_0x131a5d(0x4e9)]['setProperty']('right',_0x131a5d(0x523),_0x131a5d(0x3f9)),_0x3efbd8['style'][_0x131a5d(0x903)](_0x131a5d(0x7e5),_0x2248e7+'px',_0x131a5d(0x3f9))):_0x52d07d&&(_0x3efbd8['style'][_0x131a5d(0x903)](_0x131a5d(0x3c3),_0x298dfb+_0x2248e7/0x2+'px',_0x131a5d(0x3f9)),_0x3efbd8[_0x131a5d(0x4e9)][_0x131a5d(0x903)](_0x131a5d(0x60e),_0x2248e7+'px'))):(_0x55dae7||_0x52d07d)&&(_0x3efbd8[_0x131a5d(0x4e9)][_0x131a5d(0x922)]='8px');});}function _0x59b06f(_0x5319f2,_0x706d16){const _0x458310=_0x37672f;if(!_0x706d16)return _0x5319f2;let _0x5e214a=Math[_0x458310(0x425)](_0x706d16[_0x458310(0x499)],_0x706d16[_0x458310(0x203)]);if(_0x5e214a<=0x0||_0x5319f2[_0x458310(0x7e5)]<=0x0)return _0x5319f2;let _0x3d6f8e=_0x5319f2[_0x458310(0x7e5)]/_0x5e214a;return new DOMRect(_0x5319f2['left'],_0x5319f2['top'],_0x706d16[_0x458310(0x203)]*_0x3d6f8e,_0x5319f2['height']);}function _0xaae26e(_0x41b601){const _0x300ebf=_0x37672f;_0x41b601[_0x300ebf(0x793)](_0x300ebf(0x1f2))['forEach'](_0x9ef90f=>{const _0x48e462=_0x300ebf;var _0x555a79;_0x9ef90f[_0x48e462(0x4e9)][_0x48e462(0x23d)](_0x48e462(0x3c3)),_0x9ef90f[_0x48e462(0x4e9)]['removeProperty']('top'),_0x9ef90f[_0x48e462(0x4e9)]['removeProperty']('width'),_0x9ef90f[_0x48e462(0x4e9)][_0x48e462(0x23d)](_0x48e462(0x2e6)),_0x9ef90f[_0x48e462(0x4e9)]['removeProperty']('max-width'),(_0x555a79=_0x9ef90f[_0x48e462(0x546)](_0x48e462(0x738)))==null||_0x555a79[_0x48e462(0x4e9)]['removeProperty'](_0x48e462(0x56c));});}function _0x4d46c1(_0x596359){const _0xe1a976=_0x37672f;let _0x32cceb=_0xa021db(_0x596359)?_0x596359[_0xe1a976(0x546)](_0xe1a976(0x7f5)):null,_0x580145=_0x32cceb==null?void 0x0:_0x32cceb['getBoundingClientRect'](),_0x291380=_0x596359[_0xe1a976(0x4f7)]();return _0x3e034e(_0x580145&&_0x580145[_0xe1a976(0x7e5)]>0x0&&_0x580145['height']>0x0?_0x131244(_0x596359)?_0x1a4cf1(_0x580145,_0x291380[_0xe1a976(0x5e9)]):_0x580145:_0x291380,_0x596359);}function _0x131244(_0x54c4ce){const _0x3ebfa4=_0x37672f;return!!_0x54c4ce[_0x3ebfa4(0x68d)](_0x3ebfa4(0x463));}function _0xa021db(_0x188ed0){const _0x3f24e3=_0x37672f;return _0x131244(_0x188ed0)||!!_0x188ed0[_0x3f24e3(0x68d)]('[data-u-comp=\x22embed-docs-custom-block\x22]');}function _0x1a843d(_0x2e94f4,_0x2b192b,_0x3c46c3,_0x4bb504){const _0x585059=_0x37672f;_0x4bb504[_0x585059(0x90d)][_0x585059(0x84e)](_0x3da466=>window[_0x585059(0x20c)](_0x3da466)),_0x4bb504[_0x585059(0x90d)]=[],_0x2e94f4['invalidate']({'embedId':_0x2b192b,'reason':_0x3c46c3});let _0xad1925=_0x35dfe3=>{const _0x4e2b8b=_0x585059;let _0x4bf31c=window[_0x4e2b8b(0x62b)](()=>{const _0x13e31a=_0x4e2b8b;_0x4bb504['current']=_0x4bb504[_0x13e31a(0x90d)]['filter'](_0x3a19c4=>_0x3a19c4!==_0x4bf31c),_0x2e94f4[_0x13e31a(0x607)]({'embedId':_0x2b192b,'reason':_0x3c46c3}),_0x35dfe3>0x1&&_0xad1925(_0x35dfe3-0x1);});_0x4bb504[_0x4e2b8b(0x90d)][_0x4e2b8b(0x5fd)](_0x4bf31c);};_0xad1925(0x2);}function _0xf40dd5(_0x4dd6b7,_0x4d4d70,_0x5c2c5d){const _0x4a76aa=_0x37672f;if(_0x449cd1(_0x4d4d70))return!0x1;let _0x20f4c1=_0x4d4d70==null?void 0x0:_0x4d4d70[_0x4a76aa(0x317)];return!(_0x20f4c1 instanceof Node&&_0x4dd6b7[_0x4a76aa(0x8e0)](_0x20f4c1)||_0x20f4c1 instanceof HTMLElement&&_0x20f4c1[_0x4a76aa(0x68d)]('[data-embed-float-dom=\x22true\x22]')||_0x4d4d70 instanceof WheelEvent&&([..._0x17daa8['values']()][_0x4a76aa(0x79a)](_0xd9830a=>_0x435d35(_0xd9830a,_0x4d4d70))||_0x435d35(_0x5c2c5d,_0x4d4d70)));}function _0x4d531a(_0x3e31ef){const _0x5def09=_0x37672f;return _0x3e31ef instanceof WheelEvent?Math['abs'](_0x3e31ef[_0x5def09(0x560)])>=Math[_0x5def09(0x82a)](_0x3e31ef[_0x5def09(0x866)]):(_0x3e31ef==null?void 0x0:_0x3e31ef[_0x5def09(0x27c)])===_0x5def09(0x70a);}function _0x3e034e(_0x355f79,_0x13cff0){const _0x97429a=_0x37672f;let _0x33dedf=_0x5b0953(_0x13cff0,_0x355f79);if(!_0x33dedf&&_0x355f79[_0x97429a(0x922)]>=0x0&&_0x355f79[_0x97429a(0x3c3)]>=0x0)return _0x355f79;let _0x5acce3=(_0x33dedf==null?void 0x0:_0x33dedf['getBoundingClientRect']())??new DOMRect(0x0,0x0,window['innerWidth'],window[_0x97429a(0x836)]),_0x56ce2a=Math[_0x97429a(0x59c)](_0x355f79['left'],_0x5acce3[_0x97429a(0x3c3)]),_0x2cf054=Math[_0x97429a(0x59c)](_0x355f79[_0x97429a(0x922)],_0x5acce3[_0x97429a(0x922)]),_0x5ba152=Math[_0x97429a(0x425)](_0x355f79[_0x97429a(0x2e6)],_0x5acce3[_0x97429a(0x2e6)]),_0x1c052d=Math[_0x97429a(0x425)](_0x355f79[_0x97429a(0x5e9)],_0x5acce3[_0x97429a(0x5e9)]);return _0x5ba152<=_0x56ce2a||_0x1c052d<=_0x2cf054?new DOMRect(_0x56ce2a,_0x2cf054,0x0,0x0):new DOMRect(_0x56ce2a,_0x2cf054,_0x5ba152-_0x56ce2a,_0x1c052d-_0x2cf054);}function _0x1a4cf1(_0x59132b,_0x2ef212){const _0x4e82c8=_0x37672f;let _0xbb1ab2=Math[_0x4e82c8(0x425)](_0x59132b[_0x4e82c8(0x5e9)],_0x2ef212);return _0xbb1ab2<=_0x59132b['top']?new DOMRect(_0x59132b['left'],_0x59132b[_0x4e82c8(0x922)],0x0,0x0):new DOMRect(_0x59132b['left'],_0x59132b[_0x4e82c8(0x922)],_0x59132b[_0x4e82c8(0x7e5)],_0xbb1ab2-_0x59132b[_0x4e82c8(0x922)]);}function _0x5b0953(_0x12148e,_0xb21ef){const _0x88e8cb=_0x37672f;let _0x45073f=_0x12148e[_0x88e8cb(0x76e)];for(;_0x45073f&&_0x45073f!==document[_0x88e8cb(0x77f)]&&_0x45073f!==document[_0x88e8cb(0x7e2)];){if(_0x49e1a9(_0x45073f)&&!_0x2844c2(_0x45073f,_0xb21ef))return _0x45073f;_0x45073f=_0x45073f[_0x88e8cb(0x76e)];}return null;}function _0x2844c2(_0x2d545b,_0x4d18ee){const _0x5158fb=_0x37672f;let _0x9aa104=_0x2d545b[_0x5158fb(0x4f7)]();return _0x9aa104[_0x5158fb(0x7e5)]<=0x0||_0x9aa104[_0x5158fb(0x33d)]<=0x0||Math[_0x5158fb(0x82a)](_0x9aa104[_0x5158fb(0x3c3)]-_0x4d18ee[_0x5158fb(0x3c3)])<0x1&&Math[_0x5158fb(0x82a)](_0x9aa104[_0x5158fb(0x922)]-_0x4d18ee[_0x5158fb(0x922)])<0x1&&Math[_0x5158fb(0x82a)](_0x9aa104['width']-_0x4d18ee['width'])<0x1&&Math[_0x5158fb(0x82a)](_0x9aa104[_0x5158fb(0x33d)]-_0x4d18ee['height'])<0x1;}function _0x12bcca(_0x36c2be,_0x468e7d,_0x834584){const _0x11f0d4=_0x37672f;return _0x468e7d>=_0x36c2be[_0x11f0d4(0x3c3)]&&_0x468e7d<=_0x36c2be[_0x11f0d4(0x2e6)]&&_0x834584>=_0x36c2be[_0x11f0d4(0x922)]&&_0x834584<=_0x36c2be[_0x11f0d4(0x5e9)];}function _0x435d35(_0x563c8e,_0x5d3d33){const _0x5d5866=_0x37672f;let {height:_0x3aaad1,left:_0x408a0d,top:_0x30d5bd,width:_0x359ffe}=_0x563c8e;return Number['isFinite'](_0x408a0d)&&Number[_0x5d5866(0x498)](_0x30d5bd)&&Number[_0x5d5866(0x498)](_0x359ffe)&&Number[_0x5d5866(0x498)](_0x3aaad1)&&(_0x359ffe??0x0)>0x0&&(_0x3aaad1??0x0)>0x0&&_0x5d3d33[_0x5d5866(0x582)]>=_0x408a0d&&_0x5d3d33[_0x5d5866(0x582)]<=_0x408a0d+_0x359ffe&&_0x5d3d33[_0x5d5866(0x91a)]>=_0x30d5bd&&_0x5d3d33[_0x5d5866(0x91a)]<=_0x30d5bd+_0x3aaad1;}function _0x4914b6(..._0x4990ef){const _0x54f4eb=_0x37672f;return Math[_0x54f4eb(0x59c)](0x1,_0x4990ef[_0x54f4eb(0x782)](_0x150a04=>typeof _0x150a04=='number'&&Number[_0x54f4eb(0x498)](_0x150a04)&&_0x150a04>0x0)??0x1);}let _0x56503f=_0x37672f(0x68f);function _0xd34664(..._0x2bcfa2){const _0x2eea30=_0x37672f;return _0x2bcfa2[_0x2eea30(0x320)](_0x165890=>!!_0x165890&&_0x165890[_0x2eea30(0x4d4)]);}function _0x341c59(_0x38c049,_0x28f724){const _0xacea59=_0x37672f;return(0x0,_0x4fbb7a[_0xacea59(0x8ac)])(_0x28f724?[_0x38c049,_0x28f724]:[_0x38c049]);}function _0x296300(_0x91ed57,_0x4156fe){const _0x5d962d=_0x37672f;if(_0x4156fe instanceof HTMLCanvasElement&&_0x91ed57['some'](_0x46a2d9=>_0x46a2d9[_0x5d962d(0x8e0)](_0x4156fe)))return _0x4156fe;for(let _0x4b8f14 of _0x91ed57){let _0x515967=_0x4b8f14[_0x5d962d(0x546)](_0x5d962d(0x492));if(_0x515967)return _0x515967;}return null;}function _0x25a118(_0x20cfde,_0x10b21e=!0x1){const _0x105bb6=_0x37672f;return _0x20cfde!==_0x423058['UniverInstanceType'][_0x105bb6(0x89d)]&&_0x20cfde!==_0x423058['UniverInstanceType'][_0x105bb6(0x4d7)]&&(_0x10b21e||_0x20cfde!==_0x423058['UniverInstanceType'][_0x105bb6(0x2d9)]);}function _0x8b787f(_0x5792d2){const _0x5bfe6e=_0x37672f;let _0x5da020=_0xb65f03(_0x5792d2);return _0x5da020===_0x5bfe6e(0x297)||_0x5da020===_0x5bfe6e(0x516)||_0x5da020===_0x5bfe6e(0x398);}function _0xb65f03(_0x4a6185){const _0x24b3fe=_0x37672f;var _0x3492e3;if(!(_0x4a6185 instanceof HTMLElement))return;let _0x2f1d65=(_0x3492e3=_0x4a6185['closest'](_0x24b3fe(0x55b)))==null?void 0x0:_0x3492e3[_0x24b3fe(0x715)](_0x3918cf);return _0x194298(_0x2f1d65)?_0x2f1d65:void 0x0;}function _0x1814b2(_0xf3b2f1,_0x228ad2,_0x2b4c26,_0x35a5e5,_0x336d41){const _0x3e6986=_0x37672f;if(_0x336d41!==_0x3e6986(0x58d)||!_0x2b4c26||!_0x35a5e5)return;let _0x57aaaf=new Map(),_0x12f662=()=>{const _0x213ed1=_0x3e6986;let _0x35b916=new Set([_0x35a5e5,..._0x228ad2[_0x213ed1(0x37d)](_0x2b4c26)]);_0x57aaaf[_0x213ed1(0x84e)]((_0x29670b,_0x141f1d)=>{const _0x11819d=_0x213ed1;_0x35b916[_0x11819d(0x7df)](_0x141f1d)||(_0x29670b[_0x11819d(0x4ff)](),_0x57aaaf[_0x11819d(0x405)](_0x141f1d));}),_0x35b916[_0x213ed1(0x84e)](_0x1c7446=>{const _0x23a7ee=_0x213ed1;_0x57aaaf[_0x23a7ee(0x7df)](_0x1c7446)||_0xf3b2f1[_0x23a7ee(0x685)](_0x1c7446)||_0x57aaaf[_0x23a7ee(0x5d7)](_0x1c7446,_0xf3b2f1['registerContainerElement'](_0x1c7446));});};_0x12f662();let _0x9cf25c=_0x228ad2['runtimeFocusChanged$'][_0x3e6986(0x4a5)](_0x12f662);return(0x0,_0x423058[_0x3e6986(0x35b)])(()=>{const _0xd6bae6=_0x3e6986;_0x9cf25c['unsubscribe'](),_0x57aaaf[_0xd6bae6(0x84e)](_0xf91e80=>_0xf91e80[_0xd6bae6(0x4ff)]()),_0x57aaaf[_0xd6bae6(0x2d5)]();});}function _0x2eddf6(_0x12a8a5){const _0x563d8f=_0x37672f;let _0x1aedc3=_0x14845e=>{const _0x33e218=_0x3a85;var _0x12aa29,_0x163a1c;let _0x1a5409=_0x14845e['target'],_0x3618d5=((_0x12aa29=_0x12a8a5[_0x33e218(0x54e)])==null?void 0x0:_0x12aa29[_0x33e218(0x4d5)](_0x12a8a5,_0x14845e))??!0x1;if(_0x12a8a5[_0x33e218(0x77c)][_0x33e218(0x7d4)](_0x12a8a5['embedId'])==='inactive')return;_0x3618d5&&(_0x12a8a5[_0x33e218(0x5e0)][_0x33e218(0x90d)]=Date[_0x33e218(0x312)]()+_0x12a8a5[_0x33e218(0x690)]);let _0x2ec73c=_0x12a8a5['focusCoordinator'][_0x33e218(0x588)](_0x12a8a5['embedId'],_0x1a5409,_0x14845e)||_0x12a8a5[_0x33e218(0x6c3)][_0x33e218(0x8e0)](_0x12a8a5[_0x33e218(0x2ab)],_0x1a5409,_0x14845e);_0x2ec73c&&(_0x12a8a5[_0x33e218(0x855)][_0x33e218(0x90d)]=Date[_0x33e218(0x312)]()+_0x12a8a5['graceMs']),!(!_0x1a5409||_0x12a8a5['container'][_0x33e218(0x8e0)](_0x1a5409)||(_0x163a1c=_0x12a8a5['chrome'])!=null&&_0x163a1c[_0x33e218(0x8e0)](_0x1a5409)||_0x1a5409[_0x33e218(0x68d)](_0x33e218(0x52d))||_0x2ec73c||_0x3618d5||_0x31f1f7(_0x12a8a5[_0x33e218(0x3e5)],_0x14845e))&&_0x12a8a5[_0x33e218(0x37e)]['clearFloating'](_0x12a8a5['embedId'],_0x12a8a5[_0x33e218(0x7cf)]);},_0x57434a=_0x24d76d=>{const _0x21735f=_0x3a85;var _0xc7ff43;let _0x108592=_0x24d76d[_0x21735f(0x317)],_0x577a46=_0x12a8a5[_0x21735f(0x3e5)][_0x21735f(0x53c)]??(_0x108592==null?void 0x0:_0x108592[_0x21735f(0x53c)]),_0x131409=_0x12a8a5[_0x21735f(0x86d)][_0x21735f(0x3c6)](_0x12a8a5[_0x21735f(0x2ab)],{'ignoreOwners':_0x12a8a5[_0x21735f(0x64e)]});_0x12a8a5[_0x21735f(0x77c)][_0x21735f(0x7d4)](_0x12a8a5['embedId'])!==_0x21735f(0x3ed)&&(!_0x108592||_0x131409||Date[_0x21735f(0x312)]()<_0x12a8a5[_0x21735f(0x855)][_0x21735f(0x90d)]||Date[_0x21735f(0x312)]()<_0x12a8a5['externalHostInteractionUntil'][_0x21735f(0x90d)]||_0x12a8a5[_0x21735f(0x6c3)][_0x21735f(0x1e4)](_0x12a8a5[_0x21735f(0x2ab)],_0x577a46)||!_0x3e9e6a(_0x108592)||_0x12a8a5[_0x21735f(0x3e5)][_0x21735f(0x8e0)](_0x108592)||(_0xc7ff43=_0x12a8a5[_0x21735f(0x8fb)])!=null&&_0xc7ff43['contains'](_0x108592)||_0x108592[_0x21735f(0x68d)](_0x21735f(0x52d))||_0x12a8a5['focusCoordinator']['containsElement'](_0x12a8a5[_0x21735f(0x2ab)],_0x108592,_0x24d76d)||_0x12a8a5[_0x21735f(0x6c3)][_0x21735f(0x8e0)](_0x12a8a5[_0x21735f(0x2ab)],_0x108592,_0x24d76d)||_0x12a8a5[_0x21735f(0x37e)][_0x21735f(0x2aa)](_0x12a8a5[_0x21735f(0x2ab)],_0x12a8a5[_0x21735f(0x7cf)]));};return document[_0x563d8f(0x780)](_0x563d8f(0x2ce),_0x1aedc3,!0x0),document['addEventListener'](_0x563d8f(0x52c),_0x57434a,!0x0),(0x0,_0x423058[_0x563d8f(0x35b)])(()=>{const _0x21e73f=_0x563d8f;document[_0x21e73f(0x356)](_0x21e73f(0x2ce),_0x1aedc3,!0x0),document['removeEventListener'](_0x21e73f(0x52c),_0x57434a,!0x0);});}function _0x34b9f5(_0x5e31d){const _0x33d007=_0x37672f;let _0x1ce131,_0x55f39c=()=>{_0x1ce131=void 0x0;},_0x377419=_0x5de905=>{const _0x4d5693=_0x3a85;let _0x1a6dc4=_0x22c00d(_0x5e31d[_0x4d5693(0x543)][_0x4d5693(0x5ad)](_0x5e31d[_0x4d5693(0x489)][_0x4d5693(0x7cf)],_0x5e31d['data'][_0x4d5693(0x2ab)]),_0x5e31d[_0x4d5693(0x489)]);if(!(_0x1a6dc4!=null&&_0x1a6dc4[_0x4d5693(0x783)]))return;let _0x1aeb35=_0x5de905['target'];_0x1aeb35!=null&&_0x1aeb35['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0x5e31d[_0x4d5693(0x77c)][_0x4d5693(0x7d4)](_0x5e31d[_0x4d5693(0x489)][_0x4d5693(0x2ab)])!==_0x4d5693(0x58d)&&(_0x1ce131={'button':_0x5de905[_0x4d5693(0x3e6)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x5de905[_0x4d5693(0x304)],'startedAt':Date[_0x4d5693(0x312)](),'startX':_0x5de905[_0x4d5693(0x582)],'startY':_0x5de905[_0x4d5693(0x91a)]});},_0x5269f1=_0x5d0f9a=>{const _0x17dd55=_0x3a85;if(!_0x1ce131||_0x1ce131[_0x17dd55(0x304)]!==_0x5d0f9a[_0x17dd55(0x304)]||Math[_0x17dd55(0x726)](_0x5d0f9a[_0x17dd55(0x582)]-_0x1ce131[_0x17dd55(0x241)],_0x5d0f9a[_0x17dd55(0x91a)]-_0x1ce131['startY'])<=0x4)return;_0x1ce131[_0x17dd55(0x8fe)]=!0x0;let _0x4647e3=_0x14b03a({'interactionFlow':_0x5e31d[_0x17dd55(0x335)],'stage':_0x5e31d[_0x17dd55(0x77c)]['getStage'](_0x5e31d[_0x17dd55(0x489)][_0x17dd55(0x2ab)])});!_0x5e31d[_0x17dd55(0x462)]||_0x1ce131[_0x17dd55(0x330)]||!_0x4647e3[_0x17dd55(0x33a)]||(_0x1ce131[_0x17dd55(0x330)]=!0x0,document[_0x17dd55(0x924)](new CustomEvent(_0x56503f,{'detail':{'button':_0x1ce131['button'],'clientX':_0x1ce131[_0x17dd55(0x241)],'clientY':_0x1ce131['startY'],'embedId':_0x5e31d[_0x17dd55(0x489)][_0x17dd55(0x2ab)],'hostAnchorId':_0x5e31d[_0x17dd55(0x489)]['hostAnchorId'],'hostUnitId':_0x5e31d[_0x17dd55(0x489)][_0x17dd55(0x7cf)],'pointerId':_0x1ce131[_0x17dd55(0x304)]}})));},_0x3f14ac=_0x1f19af=>{const _0x309a35=_0x3a85;let _0x28ba72=_0x1ce131;if(_0x1ce131=void 0x0,!_0x28ba72||_0x28ba72[_0x309a35(0x304)]!==_0x1f19af['pointerId']||_0x28ba72[_0x309a35(0x8fe)]||Date[_0x309a35(0x312)]()-_0x28ba72['startedAt']>0x1f4)return;let _0x132425=_0x22c00d(_0x5e31d[_0x309a35(0x543)]['getDescriptor'](_0x5e31d[_0x309a35(0x489)][_0x309a35(0x7cf)],_0x5e31d[_0x309a35(0x489)][_0x309a35(0x2ab)]),_0x5e31d[_0x309a35(0x489)]);if(!(_0x132425!=null&&_0x132425[_0x309a35(0x783)]))return;let _0x3108ae=_0x5e31d[_0x309a35(0x77c)][_0x309a35(0x7d4)](_0x5e31d['data'][_0x309a35(0x2ab)]);if(_0x3108ae!==_0x309a35(0x58d)){if(_0x3108ae===_0x309a35(0x4c6)){_0x5e31d['activationService'][_0x309a35(0x548)](_0x132425,_0x309a35(0x58d),{'portalContainer':_0x5e31d['popupRoot']});return;}if(_0x5e31d[_0x309a35(0x335)]===_0x309a35(0x55f)){_0x5e31d['acquireStage2SessionLease'](),_0x5e31d['activationService'][_0x309a35(0x548)](_0x132425,_0x309a35(0x58d),{'portalContainer':_0x5e31d[_0x309a35(0x8ae)]}),_0x5e31d[_0x309a35(0x774)]();return;}_0x5e31d['activationService'][_0x309a35(0x548)](_0x132425,_0x309a35(0x4c6));}};return _0x5e31d[_0x33d007(0x79e)]['addEventListener'](_0x33d007(0x2ce),_0x377419,!0x0),_0x5e31d[_0x33d007(0x79e)][_0x33d007(0x780)](_0x33d007(0x723),_0x5269f1,!0x0),_0x5e31d[_0x33d007(0x79e)][_0x33d007(0x780)]('pointerup',_0x3f14ac,!0x0),_0x5e31d['gate'][_0x33d007(0x780)](_0x33d007(0x303),_0x55f39c,!0x0),(0x0,_0x423058[_0x33d007(0x35b)])(()=>{const _0x3be248=_0x33d007;_0x5e31d[_0x3be248(0x79e)][_0x3be248(0x356)](_0x3be248(0x2ce),_0x377419,!0x0),_0x5e31d[_0x3be248(0x79e)][_0x3be248(0x356)](_0x3be248(0x723),_0x5269f1,!0x0),_0x5e31d[_0x3be248(0x79e)][_0x3be248(0x356)](_0x3be248(0x832),_0x3f14ac,!0x0),_0x5e31d[_0x3be248(0x79e)][_0x3be248(0x356)]('pointercancel',_0x55f39c,!0x0);});}function _0x22c00d(_0x217be2,_0x10c6b0){const _0x33529b=_0x37672f;return!_0x217be2||_0x217be2['childUnitId']||!_0x10c6b0['childUnitId']||_0x10c6b0['childType']==null?_0x217be2:{..._0x217be2,'childType':_0x10c6b0['childType'],'childUnitId':_0x10c6b0[_0x33529b(0x783)]};}function _0x379c25(_0x245fbd){const _0x2f2367=_0x37672f;let _0x21fbae=()=>{const _0x322bcc=_0x3a85;let _0x490ecf=_0x245fbd[_0x322bcc(0x8c6)][_0x322bcc(0x53c)][_0x322bcc(0x811)];return!!_0x490ecf&&_0x245fbd[_0x322bcc(0x5a4)]()['some'](_0x4ea2ee=>_0x4ea2ee[_0x322bcc(0x8e0)](_0x490ecf));},_0x1f4560=(_0x2fb083,_0x3fd9cf=!0x1,_0x26a0e5=!0x1)=>{const _0x1c7385=_0x3a85;_0x245fbd[_0x1c7385(0x489)][_0x1c7385(0x2ab)]&&_0x245fbd[_0x1c7385(0x77c)][_0x1c7385(0x7d4)](_0x245fbd[_0x1c7385(0x489)][_0x1c7385(0x2ab)])!==_0x1c7385(0x58d)||_0x25a118(_0x245fbd[_0x1c7385(0x489)][_0x1c7385(0x6b0)],_0x26a0e5)&&(_0x245fbd[_0x1c7385(0x86d)]['hasBlockingChildFocusLease'](_0x245fbd[_0x1c7385(0x489)][_0x1c7385(0x2ab)],{'ignoreOwners':_0x245fbd[_0x1c7385(0x64e)]})||!_0x3fd9cf&&_0x21fbae()||(_0x2fb083['hasAttribute']('tabindex')||(_0x2fb083[_0x1c7385(0x281)]=-0x1),_0x2fb083[_0x1c7385(0x742)]({'preventScroll':!0x0})));},_0x164f8d=_0x4a0990=>{const _0x51f0ba=_0x3a85;let _0x16f2a0=_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x2ab)]?_0x245fbd['floatingActiveService'][_0x51f0ba(0x7d4)](_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x2ab)]):_0x51f0ba(0x3ed);if(_0x245fbd[_0x51f0ba(0x489)]['embedId']&&_0x16f2a0!==_0x51f0ba(0x58d)){if(_0x245fbd['interactionFlow']!==_0x51f0ba(0x55f)||!_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x7cf)])return;let _0x598b55=_0x22c00d(_0x245fbd[_0x51f0ba(0x543)][_0x51f0ba(0x5ad)](_0x245fbd[_0x51f0ba(0x489)]['hostUnitId'],_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x2ab)]),_0x245fbd[_0x51f0ba(0x489)]);if(!(_0x598b55!=null&&_0x598b55['childUnitId']))return;_0x245fbd[_0x51f0ba(0x5f1)](),_0x245fbd[_0x51f0ba(0x37e)][_0x51f0ba(0x548)](_0x598b55,_0x51f0ba(0x58d),{'portalContainer':_0x245fbd[_0x51f0ba(0x8ae)]}),_0x245fbd[_0x51f0ba(0x774)]();}if(_0x8b787f(_0x4a0990['target'])||_0x245fbd['focusCoordinator'][_0x51f0ba(0x3c6)](_0x245fbd[_0x51f0ba(0x489)]['embedId'],{'ignoreOwners':_0x245fbd[_0x51f0ba(0x64e)]}))return;if(_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x7cf)]&&_0x245fbd['data'][_0x51f0ba(0x2ab)]){let _0x561135=_0x22c00d(_0x245fbd[_0x51f0ba(0x543)][_0x51f0ba(0x5ad)](_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x7cf)],_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x2ab)]),_0x245fbd[_0x51f0ba(0x489)]);(_0x561135==null?void 0x0:_0x561135[_0x51f0ba(0x783)])!=null&&_0x561135['childType']!=null&&_0x245fbd[_0x51f0ba(0x37e)]['focusFloatingRuntime'](_0x561135);}let _0x3452e0=_0x296300(_0x245fbd[_0x51f0ba(0x5a4)](),_0x4a0990[_0x51f0ba(0x317)]);_0x3452e0&&_0x1f4560(_0x3452e0,!0x0,_0x4a0990[_0x51f0ba(0x317)]===_0x3452e0);};return _0x245fbd[_0x2f2367(0x8c6)][_0x2f2367(0x780)]('pointerdown',_0x164f8d,!0x0),(0x0,_0x423058[_0x2f2367(0x35b)])(()=>_0x245fbd[_0x2f2367(0x8c6)]['removeEventListener'](_0x2f2367(0x2ce),_0x164f8d,!0x0));}function _0x38d554(_0x66cbf5){const _0x258566=_0x37672f;let _0x220f2a=_0x66cbf5[_0x258566(0x8c6)][_0x258566(0x53c)],_0x4079ba,_0x581f73=()=>{_0x4079ba!=null&&(globalThis['clearTimeout'](_0x4079ba),_0x4079ba=void 0x0);},_0x4dd5fb=()=>{const _0x25c754=_0x258566;var _0x1c59c7;_0x581f73(),(_0x1c59c7=_0x66cbf5['pointerLease'][_0x25c754(0x90d)])==null||_0x1c59c7[_0x25c754(0x4ff)](),_0x66cbf5['pointerLease']['current']=void 0x0;},_0x5cb38a=()=>{const _0x450769=_0x258566;globalThis['queueMicrotask'](()=>{const _0x4c6064=_0x3a85;_0x66cbf5[_0x4c6064(0x57f)]['current']=void 0x0;}),_0x581f73(),_0x4079ba=globalThis[_0x450769(0x620)](()=>{const _0x5883a1=_0x450769;var _0x395fc7;_0x4079ba=void 0x0,(_0x395fc7=_0x66cbf5[_0x5883a1(0x505)][_0x5883a1(0x90d)])==null||_0x395fc7[_0x5883a1(0x4ff)](),_0x66cbf5[_0x5883a1(0x505)]['current']=void 0x0;},_0x66cbf5[_0x450769(0x690)]);},_0x4a7c47=_0x35af76=>{const _0x5db879=_0x258566;_0x4dd5fb(),_0x66cbf5['pointerLease'][_0x5db879(0x90d)]=_0x66cbf5[_0x5db879(0x86d)][_0x5db879(0x1fc)]({'childType':_0x66cbf5[_0x5db879(0x489)][_0x5db879(0x6b0)],'childUnitId':_0x66cbf5[_0x5db879(0x489)][_0x5db879(0x783)],'embedId':_0x66cbf5[_0x5db879(0x489)][_0x5db879(0x2ab)],'hostUnitId':_0x66cbf5[_0x5db879(0x489)][_0x5db879(0x7cf)],'owner':_0x5db879(0x753),'role':_0x35af76});},_0x1d26b4=()=>{const _0x54d1f8=_0x258566;_0x66cbf5[_0x54d1f8(0x77c)][_0x54d1f8(0x7d4)](_0x66cbf5[_0x54d1f8(0x489)][_0x54d1f8(0x2ab)])===_0x54d1f8(0x58d)&&_0x4a7c47(_0x54d1f8(0x297));},_0x440d3c=_0x12b602=>{const _0xcc49b2=_0x258566;let _0x1860d4=_0x12b602[_0xcc49b2(0x317)],_0xf53038=_0x1860d4 instanceof Node&&_0x66cbf5['liveRoot'][_0xcc49b2(0x8e0)](_0x1860d4)||_0x66cbf5[_0xcc49b2(0x86d)][_0xcc49b2(0x588)](_0x66cbf5['data'][_0xcc49b2(0x2ab)],_0x1860d4,_0x12b602)||_0x66cbf5[_0xcc49b2(0x6c3)][_0xcc49b2(0x8e0)](_0x66cbf5[_0xcc49b2(0x489)][_0xcc49b2(0x2ab)],_0x1860d4,_0x12b602);_0x66cbf5[_0xcc49b2(0x57f)]['current']=_0xf53038?_0xcc49b2(0x406):_0xcc49b2(0x417);},_0x2e71eb=_0x817e36=>{const _0x5f182a=_0x258566;if(_0x66cbf5[_0x5f182a(0x77c)][_0x5f182a(0x7d4)](_0x66cbf5[_0x5f182a(0x489)][_0x5f182a(0x2ab)])!==_0x5f182a(0x58d)||!(_0x66cbf5[_0x5f182a(0x86d)][_0x5f182a(0x588)](_0x66cbf5[_0x5f182a(0x489)]['embedId'],_0x817e36['target'],_0x817e36)||_0x66cbf5['interactionBoundaryService'][_0x5f182a(0x8e0)](_0x66cbf5['data'][_0x5f182a(0x2ab)],_0x817e36[_0x5f182a(0x317)],_0x817e36)))return;_0x66cbf5[_0x5f182a(0x855)][_0x5f182a(0x90d)]=Date[_0x5f182a(0x312)]()+_0x66cbf5[_0x5f182a(0x690)];let _0x2c7002=_0xb65f03(_0x817e36[_0x5f182a(0x317)])??_0x5f182a(0x297);_0x4a7c47(_0x2c7002==='runtime'||_0x2c7002===_0x5f182a(0x27e)||_0x2c7002===_0x5f182a(0x398)?_0x5f182a(0x297):_0x2c7002);};return _0x66cbf5['liveRoot']['addEventListener'](_0x258566(0x2ce),_0x1d26b4,!0x0),_0x220f2a['addEventListener']('pointerdown',_0x440d3c,!0x0),_0x220f2a[_0x258566(0x780)](_0x258566(0x2ce),_0x2e71eb,!0x0),_0x220f2a[_0x258566(0x780)]('pointerup',_0x5cb38a,!0x0),_0x220f2a[_0x258566(0x780)]('pointercancel',_0x5cb38a,!0x0),(0x0,_0x423058[_0x258566(0x35b)])(()=>{const _0x4997a0=_0x258566;_0x66cbf5[_0x4997a0(0x8c6)]['removeEventListener'](_0x4997a0(0x2ce),_0x1d26b4,!0x0),_0x220f2a[_0x4997a0(0x356)]('pointerdown',_0x440d3c,!0x0),_0x220f2a['removeEventListener'](_0x4997a0(0x2ce),_0x2e71eb,!0x0),_0x220f2a[_0x4997a0(0x356)]('pointerup',_0x5cb38a,!0x0),_0x220f2a[_0x4997a0(0x356)](_0x4997a0(0x303),_0x5cb38a,!0x0),_0x66cbf5[_0x4997a0(0x57f)]['current']=void 0x0,_0x4dd5fb();});}function _0x3e9e6a(_0x5ad10c){const _0x1e2876=_0x37672f;return _0x5ad10c['id']==='univer-doc-main-canvas'||_0x5ad10c['id'][_0x1e2876(0x674)](_0x1e2876(0x60b))||_0x5ad10c['id'][_0x1e2876(0x674)](_0x1e2876(0x6d9))||_0x5ad10c[_0x1e2876(0x68d)](_0x1e2876(0x54d))!=null;}function _0x53ab03(_0x2eb983,_0x463e0b){const _0x1140ab=_0x37672f;if(!_0x2eb983||_0x463e0b['length']===0x0)return;let _0x4ab92f=_0x463e0b[0x0]['ownerDocument']['activeElement'];_0x4ab92f instanceof HTMLElement&&(_0x463e0b['some'](_0x526d50=>_0x526d50[_0x1140ab(0x8e0)](_0x4ab92f))||_0x4ab92f[_0x1140ab(0x68d)](_0x1140ab(0x41b)+_0x2eb983+'\x22]')!=null)&&_0x4ab92f[_0x1140ab(0x799)]();}function _0x194298(_0x3db8e0){const _0xd8ef24=_0x37672f;return _0x3db8e0===_0xd8ef24(0x747)||_0x3db8e0===_0xd8ef24(0x27e)||_0x3db8e0===_0xd8ef24(0x297)||_0x3db8e0===_0xd8ef24(0x516)||_0x3db8e0===_0xd8ef24(0x398);}function _0x264245(_0x2014ee){const _0x3c9487=_0x37672f;let {hostUnitId:_0x1c90a0,embedId:_0x40f75b,className:_0x5eed49}=_0x2014ee,_0x2a35ef=(0x0,_0x10447b[_0x3c9487(0x2e7)])(null),_0x554802=(0x0,_0x4fbb7a[_0x3c9487(0x7bd)])(_0x5e0ca8['EmbedModelService']),_0x5a09bb=(0x0,_0x4fbb7a[_0x3c9487(0x7bd)])(_0x30c858),_0x4174ca=(0x0,_0x4fbb7a[_0x3c9487(0x7bd)])(_0x50411d),_0xdfe504=(0x0,_0x10447b['useCallback'])(_0x5ea7c7=>{const _0xbacc54=_0x3c9487;_0x5ea7c7[_0xbacc54(0x387)](),_0x5ea7c7[_0xbacc54(0x584)](),!(!_0x1c90a0||!_0x40f75b)&&_0x1fc87b({'hostUnitId':_0x1c90a0,'embedId':_0x40f75b,'activationService':_0x5a09bb,'embedModelService':_0x554802,'fullscreenService':_0x4174ca});},[_0x5a09bb,_0x40f75b,_0x554802,_0x4174ca,_0x1c90a0]);return(0x0,_0x10447b['useEffect'])(()=>{const _0x557316=_0x3c9487;let _0xb08916=_0x2a35ef[_0x557316(0x90d)];if(!_0xb08916)return;let _0x5c8283=_0x14a590=>{_0x14a590['stopPropagation']();};return _0xb08916[_0x557316(0x780)](_0x557316(0x2ce),_0x5c8283),_0xb08916[_0x557316(0x780)](_0x557316(0x575),_0xdfe504),()=>{const _0x150a01=_0x557316;_0xb08916[_0x150a01(0x356)](_0x150a01(0x2ce),_0x5c8283),_0xb08916[_0x150a01(0x356)]('click',_0xdfe504);};},[_0xdfe504]),(0x0,_0x8825e5['jsx'])(_0x3c9487(0x3e6),{'ref':_0x2a35ef,'type':'button','className':(0x0,_0x314f23[_0x3c9487(0x39d)])(_0x3c9487(0x5a2),_0x5eed49),'data-embed-float-fullscreen-button':'true','children':(0x0,_0x8825e5['jsx'])(_0x1ec338,{'className':_0x3c9487(0x7de)})});}function _0x1fc87b(_0x4f45cc){const _0x42f1f1=_0x37672f;var _0x32f2e3;let _0x4e4877=_0x4f45cc[_0x42f1f1(0x543)]['getDescriptor'](_0x4f45cc[_0x42f1f1(0x7cf)],_0x4f45cc[_0x42f1f1(0x2ab)]);return!(_0x4e4877!=null&&_0x4e4877['childUnitId'])||_0x4e4877[_0x42f1f1(0x6b0)]==null?!0x1:((_0x32f2e3=_0x4f45cc[_0x42f1f1(0x37e)])==null||_0x32f2e3[_0x42f1f1(0x2aa)](_0x4f45cc['embedId'],_0x4f45cc[_0x42f1f1(0x7cf)]),_0x4f45cc[_0x42f1f1(0x302)][_0x42f1f1(0x712)](_0x4e4877),!0x0);}let _0xcb4ca2=_0x37672f(0x5a1),_0x594364=_0x37672f(0x78b),_0x22d06e=[_0xcb4ca2,_0x594364];function _0x4ca6dc(_0x293c75){const _0x54716a=_0x37672f;var _0xf11a7d,_0x410627,_0x338f81;let {data:_0x45bd57,deferInactiveFloatingChrome:_0x292b04,docsCustomBlockLayout:_0x56dfbe,enableStage1BodyDrag:_0x1564c1,floatingChromeZIndex:_0x52649a,fullscreenButtonInBlock:_0x597072,hostFloatDomLayout$:_0x27b81a,initialStage:_0x6a196f,interactionFlow:_0x4ef523=_0x54716a(0x740),isExternalHostInteraction:_0x2f3c09,onHostWheel:_0x443dd6,onRuntimeStageEnter:_0x53ec4b,onRuntimeStageExit:_0x3400db,resolveHostWheelGestureRoot:_0x56740c,syncHostVerticalScroll:_0x3731df}=_0x293c75,_0x508a40=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0xafee0b=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x299ca0=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x50780b=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x6580ab=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x66f7d3=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x14993b=(0x0,_0x10447b['useRef'])(null),_0x3201b1=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x104412=(0x0,_0x10447b['useRef'])(null),_0x4f06e0=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x5e0ca8['EmbedModelService']),_0x53fe3e=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x402a2b),_0x5fbefb=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x89f79f),_0x3f6f4a=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x30c858),_0x1f8ebb=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x24299e),_0x24d231=(0x0,_0x4fbb7a['useDependency'])(_0x3ca4c9),_0x491f3b=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x50411d),_0x5dc976=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x32cfb9),_0x3073ee=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x1d93f4),_0x3ca4d6=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x5757ad),_0x2f2d9d=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x1b2dea),_0x36780f=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x691e68),_0x505124=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x4b94f0),_0x4b915e=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x3fac44),_0x492e9b=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x4fbb7a[_0x54716a(0x70e)]),_0x5c12bd=_0x1e027c(_0x45bd57),_0x1c8f9a=_0x56dfbe!=null&&_0x56dfbe['sheetLike']?_0x56dfbe:void 0x0,_0x53b29b=_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x499)],_0x5daed2=_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x203)],_0x58d64c=(_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x46f)])??0x1,[_0x5c7c51,_0x589e17]=(0x0,_0x10447b[_0x54716a(0x1d1)])(0x0),[_0x3ed806,_0x3dada9]=(0x0,_0x10447b[_0x54716a(0x1d1)])(0x0),_0x4598ef=_0x1c8f9a?_0x4bce48(_0x1c8f9a):void 0x0,_0x474c0a=Math['min'](_0x3ed806,(_0x4598ef==null?void 0x0:_0x4598ef[_0x54716a(0x38c)])??0x0),_0x39fecb=(0x0,_0x4fbb7a[_0x54716a(0x711)])(()=>_0x5fbefb['active$'][_0x54716a(0x594)]((0x0,_0x12f7a8['map'])(()=>_0x5c12bd!=null&&_0x5c12bd[_0x54716a(0x2ab)]?_0x5fbefb[_0x54716a(0x7d4)](_0x5c12bd[_0x54716a(0x2ab)]):_0x54716a(0x3ed))),_0x6a196f??(_0x5c12bd!=null&&_0x5c12bd['embedId']?_0x5fbefb[_0x54716a(0x7d4)](_0x5c12bd[_0x54716a(0x2ab)]):_0x54716a(0x3ed)),!0x1,[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5fbefb]),_0x2608b2=(0x0,_0x10447b[_0x54716a(0x2e7)])(_0x39fecb),_0x4f3c6f=(0x0,_0x10447b[_0x54716a(0x2e7)])(!0x1),_0x459e21=(0x0,_0x10447b['useRef'])(void 0x0),_0x44c1b8=(0x0,_0x10447b[_0x54716a(0x2e7)])(void 0x0),_0xe9ecf6=(0x0,_0x10447b[_0x54716a(0x2e7)])(void 0x0),_0x5f34eb=(0x0,_0x10447b[_0x54716a(0x2e7)])(void 0x0),_0x2a6efb=(0x0,_0x10447b[_0x54716a(0x2e7)])(void 0x0),_0x4809a9=(0x0,_0x10447b[_0x54716a(0x2e7)])(0x0),_0xf3eed9=(0x0,_0x10447b['useRef'])(void 0x0),_0x1c9743=(0x0,_0x10447b[_0x54716a(0x2e7)])(!0x1),_0x466a9b=(0x0,_0x10447b[_0x54716a(0x2e7)])(!0x1),_0x343eee=(0x0,_0x10447b[_0x54716a(0x2e7)])(_0x474c0a),_0x373d58=(0x0,_0x10447b[_0x54716a(0x2e7)])(_0x4598ef),_0x1328a0=(0x0,_0x10447b[_0x54716a(0x2e7)])(_0x58d64c),_0x2acd86=(0x0,_0x10447b[_0x54716a(0x2e7)])(0x0),_0x3f7699=(0x0,_0x10447b[_0x54716a(0x2e7)])(0x0),_0x328dce=(0x0,_0x10447b[_0x54716a(0x2e7)])([]),_0x29bdad=(0x0,_0x10447b['useRef'])(_0x39fecb);_0x29bdad[_0x54716a(0x90d)]=_0x39fecb,_0x343eee[_0x54716a(0x90d)]=_0x474c0a,_0x373d58[_0x54716a(0x90d)]=_0x4598ef,_0x1328a0[_0x54716a(0x90d)]=_0x58d64c;let _0x3fd774=(0x0,_0x10447b['useCallback'])(_0x53463a=>{const _0x2df29c=_0x54716a;let _0xfd51f8=_0x373d58['current'];if(!_0xfd51f8)return!0x1;let _0x1a7402=_0x343eee[_0x2df29c(0x90d)],_0x3ae4d4=_0x1a5a04(_0x1a7402+_0x44328a(_0x53463a)/_0x1328a0[_0x2df29c(0x90d)],0x0,_0xfd51f8['maxExpansion']);return _0x3ae4d4===_0x1a7402?!0x1:(_0x343eee[_0x2df29c(0x90d)]=_0x3ae4d4,_0x3dada9(_0x3ae4d4),!0x0);},[]),_0x455fad=(0x0,_0x10447b[_0x54716a(0x4d0)])(()=>{const _0x17d634=_0x54716a;var _0x38ab0f;(_0x38ab0f=_0x44c1b8['current'])==null||_0x38ab0f['dispose'](),_0x44c1b8[_0x17d634(0x90d)]=void 0x0;},[]),_0x3330b8=(0x0,_0x10447b[_0x54716a(0x4d0)])(()=>{const _0x5559ae=_0x54716a;var _0x53f9e2,_0x110a31;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x5559ae(0x2ab)])||_0x44c1b8[_0x5559ae(0x90d)])return;let _0x1ca2ff=_0x5c12bd['hostUnitId']?_0x4f06e0['getDescriptor'](_0x5c12bd[_0x5559ae(0x7cf)],_0x5c12bd[_0x5559ae(0x2ab)]):void 0x0,_0x8993b1=_0x338d53(_0x1ca2ff),_0x4c7665=_0x5c12bd['childUnitId']??(_0x1ca2ff==null?void 0x0:_0x1ca2ff[_0x5559ae(0x783)])??((_0x53f9e2=_0x459e21[_0x5559ae(0x90d)])==null?void 0x0:_0x53f9e2[_0x5559ae(0x783)])??(_0x8993b1==null?void 0x0:_0x8993b1[_0x5559ae(0x783)]),_0x42654b=_0x5c12bd[_0x5559ae(0x6b0)]??(_0x1ca2ff==null?void 0x0:_0x1ca2ff['childType'])??((_0x110a31=_0x459e21[_0x5559ae(0x90d)])==null?void 0x0:_0x110a31[_0x5559ae(0x6b0)])??(_0x8993b1==null?void 0x0:_0x8993b1['childType']);_0x44c1b8[_0x5559ae(0x90d)]=_0x505124['acquireLease']({'embedId':_0x5c12bd[_0x5559ae(0x2ab)],'role':_0x5559ae(0x27e),'owner':_0x4ef523===_0x5559ae(0x55f)?_0x594364:_0xcb4ca2,'sessionMode':_0x5559ae(0x552),'hostUnitId':_0x5c12bd[_0x5559ae(0x7cf)],'childUnitId':_0x4c7665,'childType':_0x42654b});},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x6b0)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x783)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x505124,_0x4ef523]),_0x33b801=(0x0,_0x10447b[_0x54716a(0x4d0)])(()=>{const _0x417c9b=_0x54716a;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x417c9b(0x2ab)]))return;let _0x224a59=_0x5c12bd[_0x417c9b(0x2ab)];window[_0x417c9b(0x62b)](()=>{const _0x3c9daa=_0x417c9b;_0x5fbefb[_0x3c9daa(0x7d4)](_0x224a59)!==_0x3c9daa(0x58d)&&_0x455fad();});},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5fbefb,_0x455fad]),_0x50ee68=_0x5c12bd!=null&&_0x5c12bd[_0x54716a(0x7cf)]?_0x4f06e0[_0x54716a(0x5ad)](_0x5c12bd[_0x54716a(0x7cf)],_0x5c12bd['embedId']):void 0x0,_0x32e799=_0x338d53(_0x50ee68),_0x468a96=(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x783)])??(_0x50ee68==null?void 0x0:_0x50ee68[_0x54716a(0x783)])??((_0xf11a7d=_0x459e21[_0x54716a(0x90d)])==null?void 0x0:_0xf11a7d[_0x54716a(0x783)])??(_0x32e799==null?void 0x0:_0x32e799[_0x54716a(0x783)]),_0x5ef1e7=(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x6b0)])??(_0x50ee68==null?void 0x0:_0x50ee68[_0x54716a(0x6b0)])??((_0x410627=_0x459e21[_0x54716a(0x90d)])==null?void 0x0:_0x410627[_0x54716a(0x6b0)])??(_0x32e799==null?void 0x0:_0x32e799[_0x54716a(0x6b0)]),_0x475ce6=_0x5ef1e7==null||(_0x338f81=_0x53fe3e['get'](_0x5ef1e7))==null?void 0x0:_0x338f81[_0x54716a(0x3f6)],_0x1a6326=_0x515bc1(_0x50ee68,_0x39fecb);(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x2d9a23=_0x54716a;if(!(!(_0x5c12bd!=null&&_0x5c12bd[_0x2d9a23(0x2ab)])||_0x39fecb!=='stage2'))return _0x3330b8(),_0x455fad;},[_0x3330b8,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x455fad,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x93d4ee=_0x54716a;let _0x445870=_0x508a40[_0x93d4ee(0x90d)],_0x350edf=_0x1814b2(_0x492e9b,_0x505124,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x93d4ee(0x2ab)],_0x445870,_0x39fecb);if(_0x350edf)return()=>_0x350edf['dispose']();},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x505124,_0x492e9b,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x5ab762=_0x54716a;let _0x5042cc=_0x2608b2[_0x5ab762(0x90d)];_0x2608b2[_0x5ab762(0x90d)]=_0x39fecb;let _0x4c0b81=_0x5042cc!==_0x39fecb||!_0x4f3c6f[_0x5ab762(0x90d)]&&_0x39fecb!==_0x5ab762(0x3ed);_0x4f3c6f[_0x5ab762(0x90d)]=!0x0,_0x4c0b81&&(_0x53ec4b==null||_0x53ec4b(_0x39fecb),_0x24d231[_0x5ab762(0x607)]({'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5ab762(0x2ab)],'reason':_0x5ab762(0x841)})),_0x5042cc===_0x5ab762(0x58d)&&_0x39fecb!==_0x5ab762(0x58d)&&(_0x53ab03(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5ab762(0x2ab)],_0xd34664(_0x50780b['current'],_0x6580ab[_0x5ab762(0x90d)],_0x66f7d3[_0x5ab762(0x90d)],_0x3201b1['current'],_0x104412['current'])),_0x3f6f4a[_0x5ab762(0x2aa)](_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5ab762(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5ab762(0x7cf)]),_0x3400db==null||_0x3400db());},[_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostUnitId'],_0x24d231,_0x53ec4b,_0x3400db,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x1b46bd=_0x54716a;if(_0x6a196f!=='stage2'||!(_0x5c12bd!=null&&_0x5c12bd[_0x1b46bd(0x2ab)])||!_0x5c12bd[_0x1b46bd(0x7cf)])return;let _0x1f4532=_0x4f06e0[_0x1b46bd(0x5ad)](_0x5c12bd['hostUnitId'],_0x5c12bd[_0x1b46bd(0x2ab)]);_0x1f4532!=null&&_0x1f4532['childUnitId']&&_0x5fbefb[_0x1b46bd(0x2d3)]({'hostUnitId':_0x5c12bd[_0x1b46bd(0x7cf)],'embedId':_0x5c12bd[_0x1b46bd(0x2ab)],'childUnitId':_0x1f4532[_0x1b46bd(0x783)]},_0x1b46bd(0x58d));},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x5fbefb,_0x6a196f]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x1e460b=_0x54716a;let _0x1a68a0=_0x50780b[_0x1e460b(0x90d)],_0x16a57a=_0x6580ab[_0x1e460b(0x90d)],_0xa54008=_0x66f7d3[_0x1e460b(0x90d)],_0x26f0dc=_0x3201b1[_0x1e460b(0x90d)],_0x483d4b=_0x104412['current'];if(!_0x1a68a0||!_0x16a57a||!_0xa54008||!_0x26f0dc||!_0x483d4b)return;let _0x89b749=_0x5c12bd!=null&&_0x5c12bd['hostUnitId']?_0x4f06e0[_0x1e460b(0x5ad)](_0x5c12bd[_0x1e460b(0x7cf)],_0x5c12bd[_0x1e460b(0x2ab)]):void 0x0,_0x380c59=_0x89b749?_0xa6db85(_0x89b749):void 0x0;if(!_0x89b749||!_0x380c59||_0x1a6326==='deferred')return;let _0x450183=!0x1,_0x4f9799;return _0x3ca4d6[_0x1e460b(0x248)]({'descriptor':_0x89b749})[_0x1e460b(0x833)](async _0x5ab33c=>{const _0xe7d2ec=_0x1e460b;var _0x55f07b;if(_0x450183)return;let _0x21ea06=_0x3073ee[_0xe7d2ec(0x433)](_0x5ab33c,_0x1a68a0,{'content':_0x16a57a,'canvas':_0xa54008,'overlay':_0x26f0dc,'popup':_0x483d4b});_0x4f9799=_0x5ab33c['embedId'];let _0x2fcb6d=_0x21ea06==null?void 0x0:_0x21ea06[_0xe7d2ec(0x8d2)];_0x459e21[_0xe7d2ec(0x90d)]=_0x2fcb6d;let _0x5b00bc=_0x5c12bd!=null&&_0x5c12bd[_0xe7d2ec(0x2ab)]?(_0x55f07b=_0x1f8ebb[_0xe7d2ec(0x7f7)](_0x5c12bd[_0xe7d2ec(0x2ab)]))==null?void 0x0:_0x55f07b[_0xe7d2ec(0x7ad)]:void 0x0;_0x2fcb6d&&_0x5b00bc!=null&&await _0x1f8ebb['restoreViewState'](_0x2fcb6d,_0x5b00bc);})['catch'](_0x46a55e=>{queueMicrotask(()=>{throw _0x46a55e;});}),()=>{const _0xfc0a64=_0x1e460b;var _0x3c20b8;_0x450183=!0x0,_0x4f9799&&((_0x3c20b8=_0x459e21['current'])==null?void 0x0:_0x3c20b8[_0xfc0a64(0x2ab)])===_0x4f9799&&(_0x459e21[_0xfc0a64(0x90d)]=void 0x0),_0x3073ee[_0xfc0a64(0x506)](_0x89b749['embedId']);};},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x3073ee,_0x5c7c51,_0x1f8ebb,_0x3ca4d6,_0x1a6326]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x179f33=_0x54716a;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x179f33(0x2ab)]))return;let _0x36c78a=_0x5c12bd[_0x179f33(0x2ab)],_0x3062bc=[];[{'element':_0x50780b[_0x179f33(0x90d)],'role':_0x179f33(0x747)},{'element':_0x6580ab[_0x179f33(0x90d)],'role':_0x179f33(0x747)},{'element':_0x66f7d3[_0x179f33(0x90d)],'role':_0x179f33(0x747)}]['forEach'](_0x429a2a=>{const _0x48de1f=_0x179f33;let _0x36513a=_0x429a2a[_0x48de1f(0x34a)];_0x36513a&&_0x3062bc['push']({'element':_0x36513a,'role':_0x429a2a[_0x48de1f(0x1cf)]});}),_0x39fecb===_0x179f33(0x58d)&&[{'element':_0x14993b[_0x179f33(0x90d)],'role':'floating-menu'},{'element':_0x3201b1['current'],'role':_0x179f33(0x398)},{'element':_0x104412[_0x179f33(0x90d)],'role':'child-popup'}][_0x179f33(0x84e)](_0x379cf0=>{const _0x145bbc=_0x179f33;_0x379cf0[_0x145bbc(0x34a)]&&_0x3062bc['push'](_0x379cf0);});let _0x1a8b2f=_0x3062bc['flatMap'](({element:_0x5b0406,role:_0x281088})=>[_0x5dc976[_0x179f33(0x578)](_0x36c78a,_0x5b0406),_0x505124[_0x179f33(0x416)]({'embedId':_0x36c78a,'role':_0x281088,'element':_0x5b0406})]);return()=>_0x1a8b2f['forEach'](_0x3c2725=>_0x3c2725[_0x179f33(0x4ff)]());},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x505124,_0x5dc976,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x3ac2f3=_0x54716a;var _0x23a29f,_0x3926f0;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x3ac2f3(0x2ab)])||_0x39fecb!==_0x3ac2f3(0x58d))return;let _0x57cdc7=((_0x23a29f=_0x508a40[_0x3ac2f3(0x90d)])==null?void 0x0:_0x23a29f['ownerDocument'])??((_0x3926f0=_0x50780b[_0x3ac2f3(0x90d)])==null?void 0x0:_0x3926f0[_0x3ac2f3(0x53c)])??(typeof document>'u'?void 0x0:document),_0x2c48e4=_0x5dc976[_0x3ac2f3(0x269)](_0x5c12bd['embedId'],_0x57cdc7);return()=>{const _0xecf9b9=_0x3ac2f3;_0x29bdad[_0xecf9b9(0x90d)]!==_0xecf9b9(0x58d)&&_0x5dc976[_0xecf9b9(0x1f6)](_0x5c12bd[_0xecf9b9(0x2ab)],_0x57cdc7),_0x2c48e4[_0xecf9b9(0x4ff)]();};},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5dc976,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x9a934f=_0x54716a;var _0x4adb89,_0x367fa9;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x9a934f(0x2ab)])||_0x39fecb!==_0x9a934f(0x58d))return;let _0x411a68=((_0x4adb89=_0x508a40[_0x9a934f(0x90d)])==null?void 0x0:_0x4adb89[_0x9a934f(0x53c)])??((_0x367fa9=_0x50780b[_0x9a934f(0x90d)])==null?void 0x0:_0x367fa9['ownerDocument'])??(typeof document>'u'?void 0x0:document),_0x190936=_0x411a68==null?void 0x0:_0x411a68['querySelector'](_0x9a934f(0x5bc));if(!_0x190936)return;let _0x3b81bb=[_0x5dc976[_0x9a934f(0x578)](_0x5c12bd['embedId'],_0x190936),_0x505124['registerElement']({'embedId':_0x5c12bd[_0x9a934f(0x2ab)],'role':_0x9a934f(0x398),'element':_0x190936})];return()=>_0x3b81bb[_0x9a934f(0x84e)](_0x81c828=>_0x81c828[_0x9a934f(0x4ff)]());},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x505124,_0x5dc976,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x32bee5=_0x54716a;let _0x478535=_0x508a40['current'],_0x4b81e5=_0x478535==null?void 0x0:_0x478535[_0x32bee5(0x546)](_0x32bee5(0x7f5));if(!(_0x5c12bd!=null&&_0x5c12bd[_0x32bee5(0x2ab)])||!_0x478535)return;let _0x763480=_0x5c12bd['hostUnitId']?_0x4f06e0[_0x32bee5(0x5ad)](_0x5c12bd[_0x32bee5(0x7cf)],_0x5c12bd[_0x32bee5(0x2ab)]):void 0x0,_0xd598ef=_0x24d231['register']({'embedId':_0x5c12bd[_0x32bee5(0x2ab)],'childUnitId':_0x763480==null?void 0x0:_0x763480[_0x32bee5(0x783)],'root':_0x478535,'viewport':_0x4b81e5,'contentRoot':_0x6580ab['current']});return()=>_0xd598ef[_0x32bee5(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x24d231]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x2801ba=_0x54716a;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x2801ba(0x2ab)]))return;let _0x1c4966=_0x491f3b['exited$'][_0x2801ba(0x4a5)](_0x2d183b=>{const _0x1038eb=_0x2801ba;_0x2d183b[_0x1038eb(0x2ab)]===_0x5c12bd[_0x1038eb(0x2ab)]&&(_0x3073ee['unmount'](_0x5c12bd[_0x1038eb(0x2ab)]),_0x3f6f4a['clearFloating'](_0x5c12bd[_0x1038eb(0x2ab)],_0x5c12bd[_0x1038eb(0x7cf)]),_0x5f34eb['current']!=null&&(window['cancelAnimationFrame'](_0x5f34eb['current']),_0x5f34eb['current']=void 0x0),_0x2a6efb[_0x1038eb(0x90d)]!=null&&globalThis['clearTimeout'](_0x2a6efb[_0x1038eb(0x90d)]),_0x2a6efb['current']=globalThis[_0x1038eb(0x620)](()=>{const _0x31e0d3=_0x1038eb;_0x2a6efb[_0x31e0d3(0x90d)]=void 0x0,_0x5f34eb[_0x31e0d3(0x90d)]=window[_0x31e0d3(0x62b)](()=>{const _0x59c71a=_0x31e0d3;_0x5f34eb[_0x59c71a(0x90d)]=void 0x0,_0x3f6f4a[_0x59c71a(0x2aa)](_0x5c12bd[_0x59c71a(0x2ab)],_0x5c12bd[_0x59c71a(0x7cf)]),_0x589e17(_0x24e4cf=>_0x24e4cf+0x1);});},0x0));});return()=>{const _0x32f5ef=_0x2801ba;_0x1c4966['unsubscribe'](),_0x2a6efb[_0x32f5ef(0x90d)]!=null&&(globalThis[_0x32f5ef(0x2ac)](_0x2a6efb['current']),_0x2a6efb['current']=void 0x0),_0x5f34eb['current']!=null&&(window['cancelAnimationFrame'](_0x5f34eb[_0x32f5ef(0x90d)]),_0x5f34eb[_0x32f5ef(0x90d)]=void 0x0);};},[_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x491f3b,_0x3073ee]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x469b7a=_0x54716a;let _0x2da0e3=_0x508a40[_0x469b7a(0x90d)],_0x23735a=_0x14993b[_0x469b7a(0x90d)];if(!_0x2da0e3||!_0x23735a||typeof document>'u')return;let _0x17457d=_0x1c22d3({'chrome':_0x23735a,'container':_0x2da0e3,'deferInactive':_0x292b04,'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x469b7a(0x2ab)],'geometryService':_0x24d231,'hostLayout$':_0x27b81a,'stage':_0x39fecb,'docsSheetLikeLayout':_0x53b29b!=null&&_0x5daed2!=null?{'contentWidth':_0x53b29b,'pageContentWidth':_0x5daed2}:void 0x0});return()=>_0x17457d[_0x469b7a(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x292b04,_0x53b29b,_0x5daed2,_0x24d231,_0x27b81a,_0x39fecb]),(0x0,_0x10447b['useEffect'])(()=>{const _0x3761bc=_0x54716a;let _0x1c9a61=_0x508a40['current'],_0x3fe9e8=_0x14993b[_0x3761bc(0x90d)];if(_0x1c9a61)return _0x341c59(_0x1c9a61,_0x3fe9e8);},[]),(0x0,_0x10447b['useEffect'])(()=>{const _0x19526a=_0x54716a;let _0x3a11c6=_0x508a40[_0x19526a(0x90d)];if(!(_0x5c12bd!=null&&_0x5c12bd[_0x19526a(0x2ab)])||!_0x3a11c6||typeof document>'u')return;let _0x523edb=_0x2eddf6({'activationService':_0x3f6f4a,'chrome':_0x14993b[_0x19526a(0x90d)],'container':_0x3a11c6,'embedId':_0x5c12bd[_0x19526a(0x2ab)],'externalHostInteractionUntil':_0x2acd86,'floatingActiveService':_0x5fbefb,'focusCoordinator':_0x505124,'graceMs':0x28a,'hostUnitId':_0x5c12bd['hostUnitId'],'interactionBoundaryService':_0x5dc976,'isExternalHostInteraction':_0x2f3c09,'ownedPointerInteractionUntil':_0x3f7699,'runtimeFocusOwners':_0x22d06e});return()=>_0x523edb[_0x19526a(0x4ff)]();},[_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostUnitId'],_0x5fbefb,_0x505124,_0x5dc976,_0x2f3c09]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x170090=_0x54716a;var _0x5cdd30;_0x39fecb!==_0x170090(0x58d)&&((_0x5cdd30=_0xe9ecf6[_0x170090(0x90d)])==null||_0x5cdd30[_0x170090(0x4ff)](),_0xe9ecf6[_0x170090(0x90d)]=void 0x0,_0x53ab03(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x170090(0x2ab)],_0xd34664(_0x50780b['current'],_0x6580ab[_0x170090(0x90d)],_0x66f7d3[_0x170090(0x90d)],_0x3201b1[_0x170090(0x90d)],_0x104412['current'])));},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x5dcc27=_0x54716a;let _0x1d25b5=_0x299ca0['current'];if(!_0x1d25b5||!(_0x5c12bd!=null&&_0x5c12bd['embedId'])||!_0x5c12bd[_0x5dcc27(0x7cf)])return;let _0x2b1b19=_0x34b9f5({'acquireStage2SessionLease':_0x3330b8,'activationService':_0x3f6f4a,'data':{'childType':_0x5ef1e7,'childUnitId':_0x468a96,'embedId':_0x5c12bd['embedId'],'hostAnchorId':_0x5c12bd['hostAnchorId'],'hostUnitId':_0x5c12bd[_0x5dcc27(0x7cf)]},'embedModelService':_0x4f06e0,'enableStage1BodyDrag':_0x1564c1,'floatingActiveService':_0x5fbefb,'gate':_0x1d25b5,'interactionFlow':_0x4ef523,'popupRoot':_0x104412[_0x5dcc27(0x90d)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x33b801});return()=>_0x2b1b19[_0x5dcc27(0x4ff)]();},[_0x3330b8,_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostAnchorId'],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x1564c1,_0x5fbefb,_0x4ef523,_0x33b801,_0x5ef1e7,_0x468a96]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x580b2d=_0x54716a;let _0x15ec49=_0x508a40[_0x580b2d(0x90d)];if(!_0x15ec49||!_0x56740c)return;let _0x3a31bb=_0x56740c(_0x15ec49);if(!_0x3a31bb)return;let _0xc835e2=_0x4b915e[_0x580b2d(0x920)](_0x3a31bb);return()=>_0xc835e2[_0x580b2d(0x4ff)]();},[_0x4b915e,_0x56740c]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x16f01a=_0x54716a;let _0x696890=_0x508a40['current'],_0x4bf99e=_0x299ca0[_0x16f01a(0x90d)],_0x37d861=_0x50780b[_0x16f01a(0x90d)];if(!_0x696890||!_0x4bf99e||!_0x37d861)return;let _0x255c0d=_0x569ace({'container':_0x696890,'gate':_0x4bf99e,'getChildContext':()=>_0x459e21['current'],'getStage':()=>_0x5c12bd!=null&&_0x5c12bd[_0x16f01a(0x2ab)]?_0x5fbefb['getStage'](_0x5c12bd[_0x16f01a(0x2ab)]):'inactive','hostScrollOffset':_0x4809a9,'hostWheelGestureService':_0x4b915e,'invalidate':_0x1edb58=>_0x1a843d(_0x24d231,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x16f01a(0x2ab)],_0x1edb58,_0x328dce),'liveRoot':_0x37d861,'onHostWheel':_0x443dd6,'passiveViewportRegistry':_0x36780f,'passiveWheelHandlerRegistry':_0x2f2d9d,'resizeDocsSheetLikeRendererByWheel':_0x3fd774,'routeHostGestures':!!_0x56740c,'syncHostVerticalScroll':_0x3731df,'viewScale':_0x58d64c});return()=>_0x255c0d[_0x16f01a(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x58d64c,_0x5fbefb,_0x24d231,_0x4b915e,_0x443dd6,_0x36780f,_0x2f2d9d,_0x3fd774,_0x56740c,_0x3731df]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>()=>{const _0x34459d=_0x54716a;_0x328dce[_0x34459d(0x90d)][_0x34459d(0x84e)](_0x6e8db4=>window[_0x34459d(0x20c)](_0x6e8db4)),_0x328dce['current']=[];},[]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x5d072a=_0x54716a;let _0x52abd3=_0x50780b[_0x5d072a(0x90d)];if(!_0x52abd3)return;let _0x406463=_0x379c25({'acquireStage2SessionLease':_0x3330b8,'activationService':_0x3f6f4a,'data':{'childType':_0x5ef1e7,'childUnitId':_0x468a96,'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5d072a(0x2ab)],'hostUnitId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5d072a(0x7cf)]},'embedModelService':_0x4f06e0,'floatingActiveService':_0x5fbefb,'focusCoordinator':_0x505124,'getRuntimeRoots':()=>_0xd34664(_0x66f7d3[_0x5d072a(0x90d)],_0x6580ab['current'],_0x3201b1[_0x5d072a(0x90d)],_0x104412['current'],_0x50780b['current']),'interactionFlow':_0x4ef523,'liveRoot':_0x52abd3,'popupRoot':_0x104412[_0x5d072a(0x90d)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x33b801,'runtimeFocusOwners':_0x22d06e});return()=>_0x406463[_0x5d072a(0x4ff)]();},[_0x3330b8,_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostUnitId'],_0x4f06e0,_0x5fbefb,_0x505124,_0x4ef523,_0x33b801,_0x5ef1e7,_0x468a96]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x423e7c=_0x54716a;let _0x5b23a2=_0x50780b[_0x423e7c(0x90d)];if(!_0x5b23a2||!(_0x5c12bd!=null&&_0x5c12bd[_0x423e7c(0x2ab)]))return;let _0x5c8b54=_0x38d554({'data':{'childType':_0x5c12bd[_0x423e7c(0x6b0)],'childUnitId':_0x5c12bd[_0x423e7c(0x783)],'embedId':_0x5c12bd[_0x423e7c(0x2ab)],'hostUnitId':_0x5c12bd[_0x423e7c(0x7cf)]},'floatingActiveService':_0x5fbefb,'focusCoordinator':_0x505124,'graceMs':0x28a,'interactionBoundaryService':_0x5dc976,'liveRoot':_0x5b23a2,'ownedPointerInteractionUntil':_0x3f7699,'pointerLease':_0xe9ecf6,'verticalScrollOwner':_0xf3eed9});return()=>_0x5c8b54[_0x423e7c(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd['childType'],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x783)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x5fbefb,_0x505124,_0x5dc976]),(0x0,_0x10447b['useEffect'])(()=>{const _0x13c07f=_0x54716a;if(_0x39fecb!=='stage2'||_0x4ef523!==_0x13c07f(0x55f))return;let _0x42388f=_0x50780b['current'];if(!_0x42388f)return;let _0x23d677,_0x1f4476=()=>_0x296300(_0xd34664(_0x66f7d3['current'],_0x6580ab[_0x13c07f(0x90d)],_0x3201b1[_0x13c07f(0x90d)],_0x104412[_0x13c07f(0x90d)],_0x50780b[_0x13c07f(0x90d)])),_0x3ed7e4=()=>{const _0x2fd76c=_0x13c07f;let _0x5368d0=_0x42388f[_0x2fd76c(0x53c)]['activeElement'];return!_0x5368d0||_0x5368d0===_0x1f4476()?!0x1:_0xd34664(_0x50780b[_0x2fd76c(0x90d)],_0x6580ab['current'],_0x66f7d3[_0x2fd76c(0x90d)],_0x3201b1[_0x2fd76c(0x90d)],_0x104412['current'])[_0x2fd76c(0x79a)](_0x540e3c=>_0x540e3c[_0x2fd76c(0x8e0)](_0x5368d0));},_0x532586=()=>{const _0x475852=_0x13c07f;if(!_0x25a118(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x475852(0x6b0)],!0x0))return;let _0x2542aa=_0x1f4476();if(_0x2542aa&&!_0x505124[_0x475852(0x3c6)](_0x5c12bd==null?void 0x0:_0x5c12bd[_0x475852(0x2ab)],{'ignoreOwners':_0x22d06e})&&!_0x3ed7e4()){if(_0x5c12bd!=null&&_0x5c12bd[_0x475852(0x7cf)]&&_0x5c12bd[_0x475852(0x2ab)]){let _0x2f44fc=_0x4f06e0[_0x475852(0x5ad)](_0x5c12bd[_0x475852(0x7cf)],_0x5c12bd[_0x475852(0x2ab)]);(_0x2f44fc==null?void 0x0:_0x2f44fc[_0x475852(0x783)])!=null&&_0x2f44fc[_0x475852(0x6b0)]!=null&&_0x3f6f4a['focusFloatingRuntime'](_0x2f44fc);}_0x2542aa[_0x475852(0x643)](_0x475852(0x5cd))||(_0x2542aa[_0x475852(0x281)]=-0x1),_0x2542aa[_0x475852(0x742)]({'preventScroll':!0x0});}};return _0x532586(),_0x23d677=window[_0x13c07f(0x62b)](()=>{_0x23d677=void 0x0,_0x532586();}),()=>{const _0x4830ae=_0x13c07f;_0x23d677!=null&&(window[_0x4830ae(0x20c)](_0x23d677),_0x23d677=void 0x0);};},[_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x6b0)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostUnitId'],_0x4f06e0,_0x505124,_0x4ef523,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x317990=_0x54716a;let _0x92199a=_0x508a40[_0x317990(0x90d)],_0x3299f0=_0xafee0b[_0x317990(0x90d)];if(!_0x92199a||!_0x3299f0||typeof window>'u')return;let _0x1a3c1d=_0x306f35({'collapseWithoutChildScroll':(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x317990(0x6b0)])===_0x423058['UniverInstanceType'][_0x317990(0x2d9)],'container':_0x92199a,'content':_0x3299f0,'contentHeight':_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x317990(0x7d6)],'enabled':_0x3731df,'getChildContext':()=>_0x459e21[_0x317990(0x90d)],'getProvider':_0x317d6d=>_0x36780f[_0x317990(0x47e)](_0x317d6d[_0x317990(0x6b0)],_0x317d6d[_0x317990(0x589)]),'getStage':()=>_0x5c12bd!=null&&_0x5c12bd[_0x317990(0x2ab)]?_0x5fbefb[_0x317990(0x7d4)](_0x5c12bd['embedId']):_0x317990(0x3ed),'hostLayout$':_0x27b81a,'invalidate':()=>_0x24d231['invalidate']({'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x317990(0x2ab)],'reason':_0x317990(0x547)}),'offset':_0x4809a9,'onHostWheel':_0x443dd6,'owner':_0xf3eed9,'syncingChildFromHost':_0x1c9743,'syncingHostFromChild':_0x466a9b,'viewScale':_0x58d64c,'viewportHeight':_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x317990(0x71f)]});return()=>_0x1a3c1d[_0x317990(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x6b0)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x7d6)],_0x58d64c,_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x71f)],_0x5fbefb,_0x24d231,_0x27b81a,_0x5c7c51,_0x443dd6,_0x36780f,_0x3731df]);let _0x6075f4=_0x14b03a({'stage':_0x39fecb,'interactionFlow':_0x4ef523}),_0x4c2e39=_0x6075f4[_0x54716a(0x6c7)],_0x3fd0fb=_0x6075f4[_0x54716a(0x460)],_0x5ad48d=_0x1c8f9a?{'top':_0x1c8f9a[_0x54716a(0x22a)]*_0x58d64c,'left':-_0x474c0a*_0x58d64c,'width':(((_0x4598ef==null?void 0x0:_0x4598ef[_0x54716a(0x527)])??0x1)+_0x474c0a)*_0x58d64c,'height':_0x1c8f9a['viewportHeight']*_0x58d64c}:_0x56dfbe?{'top':_0x56dfbe[_0x54716a(0x22a)],'height':_0x54716a(0x2a2)+_0x56dfbe[_0x54716a(0x22a)]+_0x54716a(0x4c1)}:void 0x0,_0x436d29=_0x1c8f9a?{'width':((_0x4598ef==null?void 0x0:_0x4598ef['initialWidth'])??0x1)+_0x474c0a,'height':_0x1c8f9a[_0x54716a(0x71f)],'transform':_0x58d64c===0x1?void 0x0:_0x54716a(0x62c)+_0x58d64c+')','transformOrigin':_0x54716a(0x326)}:void 0x0,_0x1e5146=_0x1c8f9a?{'left':0x0,'width':_0x54716a(0x39e),'height':_0x1c8f9a[_0x54716a(0x71f)],'minHeight':_0x1c8f9a[_0x54716a(0x71f)]}:void 0x0;return(0x0,_0x8825e5[_0x54716a(0x1fa)])(_0x54716a(0x46a),{'ref':_0x508a40,'className':(0x0,_0x314f23[_0x54716a(0x39d)])(_0x54716a(0x2d4),_0x39fecb===_0x54716a(0x3ed)&&_0x4fbb7a[_0x54716a(0x6f4)],_0x1c8f9a&&_0x54716a(0x907)),'data-u-comp':_0x54716a(0x385),'data-embed-float-dom':_0x54716a(0x91c),'data-embed-float-stage':_0x39fecb,'data-embed-id':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],'data-embed-host-unit-id':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],'data-embed-host-anchor-id':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x391)],'data-embed-child-unit-id':_0x468a96,'data-embed-child-type':_0x5ef1e7,'data-embed-interaction-flow':_0x4ef523,'children':[(0x0,_0x8825e5[_0x54716a(0x1fa)])('div',{'ref':_0xafee0b,'className':(0x0,_0x314f23[_0x54716a(0x39d)])(_0x54716a(0x380),_0x1c8f9a&&'after:!univer-border-b-0\x20after:!univer-border-r-0'),'data-u-comp':'embed-float-dom-content','data-embed-float-content':_0x54716a(0x91c),'style':_0x5ad48d,'children':[(0x0,_0x8825e5[_0x54716a(0x1fa)])(_0x54716a(0x46a),{'ref':_0x50780b,'className':(0x0,_0x314f23['clsx'])(_0x54716a(0x8d3),_0x1c8f9a&&_0x54716a(0x706)),'data-u-comp':_0x54716a(0x3b1),'data-embed-float-live':_0x54716a(0x91c),'style':_0x436d29,'children':[(0x0,_0x8825e5[_0x54716a(0x3c4)])('div',{'ref':_0x66f7d3,'className':(0x0,_0x314f23['clsx'])(_0x54716a(0x758),_0x475ce6,_0x1c8f9a&&_0x54716a(0x5ff),_0x4c2e39&&_0x54716a(0x907)),'data-u-comp':_0x54716a(0x7fe),'style':_0x1e5146,'data-embed-canvas-root':_0x54716a(0x91c)}),(0x0,_0x8825e5[_0x54716a(0x3c4)])(_0x54716a(0x46a),{'ref':_0x6580ab,'className':(0x0,_0x314f23[_0x54716a(0x39d)])(_0x54716a(0x5b3),_0x4c2e39&&_0x54716a(0x907)),'data-u-comp':_0x54716a(0x34e),'style':_0x1e5146,'data-embed-content-root':_0x54716a(0x91c)})]}),(0x0,_0x8825e5['jsx'])(_0x54716a(0x46a),{'ref':_0x299ca0,'className':(0x0,_0x314f23[_0x54716a(0x39d)])(_0x54716a(0x2a7),_0x3fd0fb&&_0x54716a(0x907)),'data-u-comp':'embed-float-dom-interaction-gate','data-embed-float-interaction-gate':_0x54716a(0x91c)}),_0x39fecb===_0x54716a(0x3ed)&&(0x0,_0x8825e5[_0x54716a(0x3c4)])(_0x4fbb7a[_0x54716a(0x3d7)],{'className':_0x54716a(0x684)})]}),(0x0,_0x8825e5[_0x54716a(0x1fa)])('div',{'ref':_0x14993b,'className':_0x54716a(0x45f),'data-u-comp':_0x54716a(0x274),'data-embed-float-stage':_0x39fecb,'data-embed-id':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],'style':{'zIndex':_0x52649a??0x320},'children':[(0x0,_0x8825e5[_0x54716a(0x3c4)])(_0x54716a(0x46a),{'ref':_0x3201b1,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x54716a(0x744),'data-embed-overlay-root':_0x54716a(0x91c)}),(0x0,_0x8825e5[_0x54716a(0x3c4)])('div',{'ref':_0x104412,'className':_0x54716a(0x4d8),'data-u-comp':_0x54716a(0x56e),'data-embed-popup-root':_0x54716a(0x91c)}),!_0x597072&&(0x0,_0x8825e5[_0x54716a(0x3c4)])(_0x264245,{'hostUnitId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)]})]}),_0x597072&&(0x0,_0x8825e5['jsx'])(_0x264245,{'hostUnitId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],'className':_0x54716a(0x640)})]});}function _0x338d53(_0x1a8038){const _0x40aaca=_0x37672f;let _0x24536e=_0x1a8038==null?void 0x0:_0x1a8038[_0x40aaca(0x874)][_0x40aaca(0x601)];if(_0x24536e)try{let _0x5e9478=typeof _0x24536e==_0x40aaca(0x43e)?(0x0,_0x5e0ca8[_0x40aaca(0x310)])(_0x24536e):_0x24536e;return{'childUnitId':_0x5e9478[_0x40aaca(0x7d2)][_0x40aaca(0x323)],'childType':(0x0,_0x5e0ca8[_0x40aaca(0x42d)])(_0x5e9478['unit'][_0x40aaca(0x27c)])};}catch{return;}}function _0xa6db85(_0x219c7d){const _0x89ecb5=_0x37672f;var _0x48b380,_0x44a7b8;let _0x3a8726=((_0x48b380=_0x219c7d[_0x89ecb5(0x5d5)])==null?void 0x0:_0x48b380[_0x89ecb5(0x461)])||void 0x0;if(_0x3a8726&&typeof _0x3a8726==_0x89ecb5(0x539)&&_0x3a8726['layout'])return _0x3a8726[_0x89ecb5(0x589)];let _0x1464c0=((_0x44a7b8=_0x219c7d[_0x89ecb5(0x5d5)])==null?void 0x0:_0x44a7b8['tab'])||void 0x0;return _0x1464c0&&typeof _0x1464c0==_0x89ecb5(0x539)&&_0x1464c0['enabled']?_0x89ecb5(0x77d):void 0x0;}function _0x22768c(_0xf5fde9,_0x53e493=0x1,_0x419132=0x1){const _0xafed03=_0x37672f;let _0x3f9011=_0xf5fde9[_0xafed03(0x866)]/(Math[_0xafed03(0x82a)](_0x53e493)||0x1),_0xb8127f=_0xf5fde9[_0xafed03(0x560)]/(Math[_0xafed03(0x82a)](_0x419132)||0x1);if(_0xf5fde9[_0xafed03(0x5f3)])_0x3f9011=(_0xf5fde9[_0xafed03(0x560)]||_0xf5fde9[_0xafed03(0x866)])*0x3/(Math[_0xafed03(0x82a)](_0x53e493)||0x1),_0xb8127f=0x0;else{let _0x5692e3=Math[_0xafed03(0x82a)](_0x3f9011),_0x58bd0f=Math[_0xafed03(0x82a)](_0xb8127f);_0x58bd0f>=_0x5692e3*0x2?_0x3f9011=0x0:_0x5692e3>=_0x58bd0f*0x2&&(_0xb8127f=0x0);}return{'offsetX':_0x3f9011,'offsetY':_0xb8127f};}function _0x4fc756(_0x13c3a1,_0x3ddfb1,_0xb24f1d){const _0xffa82=_0x37672f;if(!_0x3ddfb1)return!0x1;let {offsetX:_0x214fb4,offsetY:_0x1109ca}=_0x8e2766(_0x13c3a1,_0x3ddfb1,_0xb24f1d);if(!_0x214fb4&&!_0x1109ca)return!0x1;let _0x14be7e=_0x3ddfb1['viewportScrollX']??0x0,_0x433d21=_0x3ddfb1[_0xffa82(0x471)]??0x0;if(_0x13c3a1['source']===_0xffa82(0x5b9)&&_0x3ddfb1[_0xffa82(0x35f)]&&(_0x13c3a1['viewportScrollX']!=null||_0x13c3a1[_0xffa82(0x471)]!=null))_0x3ddfb1[_0xffa82(0x35f)]({'viewportScrollX':_0x13c3a1[_0xffa82(0x470)]??_0x14be7e,'viewportScrollY':_0x13c3a1['viewportScrollY']??_0x433d21});else{if(_0x3ddfb1[_0xffa82(0x7b9)])_0x3ddfb1[_0xffa82(0x7b9)]({'viewportScrollX':_0x214fb4,'viewportScrollY':_0x1109ca});else return!0x1;}let _0x30d21a=(_0x3ddfb1[_0xffa82(0x470)]??0x0)!==_0x14be7e||(_0x3ddfb1[_0xffa82(0x471)]??0x0)!==_0x433d21;if(_0x30d21a){var _0x78d03d;_0xb24f1d==null||(_0x78d03d=_0xb24f1d[_0xffa82(0x2ba)])==null||_0x78d03d[_0xffa82(0x4d5)](_0xb24f1d,!0x0);}return _0x30d21a;}function _0x8e2766(_0x2d3729,_0xca9957,_0x1bbbeb){const _0x24f4a2=_0x37672f;return _0x2d3729[_0x24f4a2(0x874)]===_0x24f4a2(0x5b9)&&(_0x2d3729[_0x24f4a2(0x470)]!=null||_0x2d3729['viewportScrollY']!=null)?{'offsetX':(_0x2d3729['viewportScrollX']??_0xca9957[_0x24f4a2(0x470)]??0x0)-(_0xca9957['viewportScrollX']??0x0),'offsetY':(_0x2d3729[_0x24f4a2(0x471)]??_0xca9957['viewportScrollY']??0x0)-(_0xca9957[_0x24f4a2(0x471)]??0x0)}:_0x22768c(_0x2d3729[_0x24f4a2(0x7ab)],_0x1bbbeb==null?void 0x0:_0x1bbbeb[_0x24f4a2(0x522)],_0x1bbbeb==null?void 0x0:_0x1bbbeb[_0x24f4a2(0x81e)]);}function _0x10e2c1(_0xbcde40){const _0x30e449=_0x37672f;return _0xbcde40+_0x18a9fe[_0x30e449(0x7c4)][_0x30e449(0x4a1)];}function _0x2c272d(_0x480265){const _0x50a12e=_0x37672f;return _0x480265[_0x50a12e(0x7d6)]+_0x480265[_0x50a12e(0x22a)];}function _0x1e0bd5(_0x5e3e86){const _0x118995=_0x37672f;var _0x4dd592;let {data:_0x3e3f0e,customBlockRenderViewport:_0x5361b2}=_0x5e3e86,_0x23228c=(0x0,_0x4fbb7a[_0x118995(0x7bd)])(_0x423058[_0x118995(0x58f)]),_0x16a45e=(0x0,_0x4fbb7a[_0x118995(0x7bd)])(_0x423058[_0x118995(0x8ca)]),_0x2da89f=(0x0,_0x4fbb7a['useDependency'])(_0x18a9fe[_0x118995(0x71b)]),_0x448580=_0x1e027c(_0x3e3f0e),_0x3ca11f=_0x448580==null?void 0x0:_0x448580[_0x118995(0x7cf)],_0x3d0316=_0x3ca11f??((_0x4dd592=_0x16a45e[_0x118995(0x71e)](_0x423058['UniverInstanceType'][_0x118995(0x4d7)]))==null?void 0x0:_0x4dd592['getUnitId']()),_0x58f050=(0x0,_0x10447b[_0x118995(0x2e7)])(null),[_0x289a83,_0x4c72f5]=(0x0,_0x10447b[_0x118995(0x1d1)])(()=>(0x0,_0xeb41bb[_0x118995(0x213)])()),_0x298088=(0x0,_0x93b5c7[_0x118995(0x60d)])(_0x448580==null?void 0x0:_0x448580[_0x118995(0x6b0)]),_0x44bf71=_0x5361b2==null?void 0x0:_0x5361b2[_0x118995(0x915)],_0x5b7a15=_0x5361b2==null?void 0x0:_0x5361b2['bleedWidth'],_0x331fc9=_0x5361b2==null?void 0x0:_0x5361b2[_0x118995(0x499)],_0x20de6f=_0x5b226a(_0x5361b2==null?void 0x0:_0x5361b2[_0x118995(0x46f)]);(0x0,_0x10447b[_0x118995(0x7b1)])(()=>{if(!_0x3ca11f)return;let _0x19dd4b=[],_0x5cd9e6=()=>{const _0x2b35e2=_0x3a85;let _0xd4780f=_0x16a45e['getUnit'](_0x3ca11f,_0x423058[_0x2b35e2(0x839)]['UNIVER_DOC']),_0x51e689=_0xd4780f==null?void 0x0:_0xd4780f['zoomRatio'];typeof _0x51e689=='number'&&_0x23228c[_0x2b35e2(0x7ef)](_0xeb41bb['SetDocZoomRatioOperation']['id'],{'unitId':_0x3ca11f,'zoomRatio':_0x51e689});},_0x3f8f5b=_0x2a0d66=>{const _0x387b5b=_0x3a85;let _0x2d247a=requestAnimationFrame(_0x2a0d66);_0x19dd4b[_0x387b5b(0x5fd)](()=>cancelAnimationFrame(_0x2d247a));},_0x1bd6ee=_0x418d38=>{const _0x28f6f2=_0x3a85;let _0x1589db=setTimeout(_0x5cd9e6,_0x418d38);_0x19dd4b[_0x28f6f2(0x5fd)](()=>clearTimeout(_0x1589db));};return _0x5cd9e6(),_0x3f8f5b(_0x5cd9e6),_0x3f8f5b(()=>_0x3f8f5b(_0x5cd9e6)),_0x1bd6ee(0x78),_0x1bd6ee(0x1f4),()=>{const _0x22028d=_0x3a85;_0x19dd4b[_0x22028d(0x84e)](_0x43ae36=>_0x43ae36());};},[_0x23228c,_0x3ca11f,_0x16a45e]),(0x0,_0x10447b[_0x118995(0x612)])(()=>{const _0x2cbbcc=_0x118995;let _0x52a618=_0x58f050['current'];if(!_0x52a618||!_0x298088||typeof window>'u')return;let _0x47d450,_0x20dc49=()=>{const _0x4ae7ba=_0x3a85;_0x47d450=void 0x0;let _0x211f58=_0x52a618['getBoundingClientRect'](),_0x38157e=_0x35299f(_0x331fc9,()=>_0x5d9b1f(_0x52a618,_0x211f58[_0x4ae7ba(0x7e5)]/_0x20de6f)),_0x126cec=(0x0,_0xeb41bb['resolveDocsTableLikeCustomBlockBleedViewport'])(_0x52a618,_0x38157e,{'authoritativeContentWidth':Number['isFinite'](_0x331fc9)&&(_0x331fc9??0x0)>0x0,'bleedLeft':_0x44bf71,'bleedWidth':_0x5b7a15,'viewScale':_0x20de6f});_0x4c72f5(_0x1ad5e4=>Math[_0x4ae7ba(0x82a)](_0x1ad5e4[_0x4ae7ba(0x915)]-_0x126cec['bleedLeft'])<0.5&&Math[_0x4ae7ba(0x82a)](_0x1ad5e4['bleedRight']-_0x126cec[_0x4ae7ba(0x67d)])<0.5&&Math[_0x4ae7ba(0x82a)](_0x1ad5e4[_0x4ae7ba(0x53d)]-_0x126cec['bleedWidth'])<0.5&&Math[_0x4ae7ba(0x82a)](_0x1ad5e4['contentWidth']-_0x126cec[_0x4ae7ba(0x499)])<0.5&&Math['abs'](_0x1ad5e4['virtualWidth']-_0x126cec[_0x4ae7ba(0x24f)])<0.5?_0x1ad5e4:_0x126cec);},_0x26f9e1=()=>{_0x47d450??=window['requestAnimationFrame'](_0x20dc49);},_0x1fde0b=_0x284cae=>{_0x399b3a(_0x52a618,_0x284cae['target'])&&_0x26f9e1();};_0x20dc49();let _0x30f1f6=new ResizeObserver(_0x26f9e1);return _0x30f1f6[_0x2cbbcc(0x893)](_0x52a618),window['addEventListener'](_0x2cbbcc(0x235),_0x26f9e1),window['addEventListener'](_0x2cbbcc(0x70a),_0x1fde0b,!0x0),()=>{const _0x535f86=_0x2cbbcc;_0x47d450!=null&&window[_0x535f86(0x20c)](_0x47d450),_0x30f1f6[_0x535f86(0x5f4)](),window[_0x535f86(0x356)](_0x535f86(0x235),_0x26f9e1),window[_0x535f86(0x356)](_0x535f86(0x70a),_0x1fde0b,!0x0);};},[_0x44bf71,_0x5b7a15,_0x331fc9,_0x298088,_0x20de6f]);let _0xf6eba0=_0x298088?_0x242837(_0x5361b2==null?void 0x0:_0x5361b2[_0x118995(0x7d6)]):(0x0,_0xeb41bb['resolveDocsTableLikeCustomBlockContentHeight'])(_0x5361b2==null?void 0x0:_0x5361b2['contentHeight'],0x1),_0x3d11b2=_0x298088?0x34:0x0,_0x383fc5=_0x49ac31({'contentHeight':_0xf6eba0,'viewportHeight':_0x5361b2==null?void 0x0:_0x5361b2['viewportHeight']}),_0xb0fa4c=_0x2c272d({'contentHeight':_0xf6eba0,'floatingMenuInsetTop':_0x3d11b2}),_0x59ee17=_0x298088?{'height':_0xb0fa4c*_0x20de6f,'minHeight':_0xb0fa4c*_0x20de6f}:void 0x0,_0x328c6d=(0x0,_0x10447b['useCallback'])((_0x57f5cf,_0x50c19a)=>{const _0x1d35e3=_0x118995;var _0x6a079a;let _0x19a478=(_0x6a079a=_0x2da89f[_0x1d35e3(0x289)](_0x50c19a[_0x1d35e3(0x7cf)]))==null?void 0x0:_0x6a079a['scene'];return _0x4fc756({..._0x50c19a,'event':_0x57f5cf,'source':_0x1d35e3(0x66f),'stage':_0x1d35e3(0x58d)},_0x19a478==null?void 0x0:_0x19a478[_0x1d35e3(0x32f)](_0xeb41bb['VIEWPORT_KEY'][_0x1d35e3(0x81b)]),_0x19a478);},[_0x2da89f]),_0x4b2289=(0x0,_0x10447b[_0x118995(0x4d0)])(_0x390a85=>{_0x2167a7(_0x2da89f,_0x3d0316,_0x390a85);},[_0x2da89f,_0x3d0316]);return(0x0,_0x8825e5[_0x118995(0x3c4)])('div',{'ref':_0x58f050,'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':'embed-docs-custom-block','data-embed-docs-custom-block':'true','data-embed-docs-custom-block-child-type':(_0x448580==null?void 0x0:_0x448580[_0x118995(0x6b0)])==null?void 0x0:String(_0x448580[_0x118995(0x6b0)]),'data-embed-docs-custom-block-sheet-like':_0x298088?_0x118995(0x91c):void 0x0,'style':_0x59ee17,'children':(0x0,_0x8825e5[_0x118995(0x3c4)])(_0x4ca6dc,{..._0x5e3e86,'docsCustomBlockLayout':_0x298088?{'bleedLeft':_0x289a83[_0x118995(0x915)],'bleedWidth':_0x289a83[_0x118995(0x53d)],'contentHeight':_0xf6eba0,'contentWidth':_0x289a83[_0x118995(0x499)],'floatingMenuInsetTop':_0x3d11b2,'pageContentWidth':(_0x5361b2==null?void 0x0:_0x5361b2['pageContentWidth'])??_0x289a83[_0x118995(0x499)],'sheetLike':!0x0,'viewScale':_0x20de6f,'viewportHeight':_0x383fc5}:{'floatingMenuInsetTop':_0x3d11b2,'sheetLike':!0x1},'interactionFlow':_0x118995(0x55f),'onHostWheel':_0x298088?_0x328c6d:void 0x0,'onRuntimeStageEnter':_0x4b2289,'syncHostVerticalScroll':_0x298088})});}function _0x5b226a(_0x484d03){const _0x27f19d=_0x37672f;return typeof _0x484d03==_0x27f19d(0x2c5)&&Number['isFinite'](_0x484d03)&&_0x484d03>0x0?_0x484d03:0x1;}function _0x2167a7(_0x5d1a74,_0x18c675,_0x739d46){const _0x1cce08=_0x37672f;var _0x2c090d;_0x739d46!=='stage2'||!_0x18c675||(_0x2c090d=_0x5d1a74[_0x1cce08(0x289)](_0x18c675))==null||(_0x2c090d=_0x2c090d[_0x1cce08(0x38d)](_0xeb41bb[_0x1cce08(0x8c0)]))==null||_0x2c090d[_0x1cce08(0x799)]();}function _0x242837(_0x4056e3){const _0x58c740=_0x37672f;return(0x0,_0xeb41bb[_0x58c740(0x732)])(_0x4056e3,0x1e0);}function _0x49ac31(_0x5ac3a8){const _0x3c9f59=_0x37672f;return(0x0,_0xeb41bb[_0x3c9f59(0x732)])(_0x5ac3a8['viewportHeight'],_0x5ac3a8['contentHeight']);}function _0x35299f(_0x5ca307,_0x366d4c){const _0x36a546=_0x37672f;return Number[_0x36a546(0x498)](_0x5ca307)&&(_0x5ca307??0x0)>0x0?_0x5ca307:(0x0,_0xeb41bb['resolveDocsTableLikeCustomBlockContentWidth'])(void 0x0,_0x366d4c());}function _0x399b3a(_0x30c0f9,_0x213587){const _0x10ba45=_0x37672f;return!(_0x213587 instanceof Node&&_0x30c0f9[_0x10ba45(0x8e0)](_0x213587));}function _0x5d9b1f(_0xad3ddc,_0x97b74e){const _0x13d837=_0x37672f;let _0x106912=_0xad3ddc[_0x13d837(0x546)](_0x13d837(0x909)),_0x222718=_0xad3ddc['querySelector']('[data-u-comp=\x22embed-float-dom-live-canvas\x22]'),_0x42878c=[Math[_0x13d837(0x59c)](0x1,_0x97b74e)];return _0x19ff53(_0x106912,_0x42878c),_0x19ff53(_0x222718,_0x42878c),Math['max'](..._0x42878c[_0x13d837(0x320)](_0x3a5948=>Number[_0x13d837(0x498)](_0x3a5948)&&_0x3a5948>0x0));}function _0x19ff53(_0x40979b,_0x2a8321){const _0x288385=_0x37672f;if(_0x40979b){_0x2a8321['push'](_0x40979b['scrollWidth'],_0x40979b[_0x288385(0x306)],_0x40979b['getBoundingClientRect']()[_0x288385(0x7e5)]);for(let _0x9bb69 of Array[_0x288385(0x7a2)](_0x40979b[_0x288385(0x280)])){if(!(_0x9bb69 instanceof HTMLElement))continue;let _0x326f00=_0x9bb69['getBoundingClientRect'](),_0x2b9d24=_0x40979b[_0x288385(0x4f7)]();_0x2a8321[_0x288385(0x5fd)](_0x9bb69[_0x288385(0x8c3)],_0x9bb69['offsetWidth'],_0x326f00['right']-_0x2b9d24[_0x288385(0x3c3)]);}}}let _0x33c4a3=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x1e495c){super(),this['_componentManager']=_0x1e495c,this['_registerComponents']();}[_0x37672f(0x394)](){const _0x2acde5=_0x37672f;this[_0x2acde5(0x8e4)](this[_0x2acde5(0x34c)][_0x2acde5(0x920)](_0x93b5c7[_0x2acde5(0x91e)],_0x1e0bd5)),this[_0x2acde5(0x8e4)](this[_0x2acde5(0x34c)][_0x2acde5(0x920)](_0x5e0ca8[_0x2acde5(0x70c)],_0x4ca6dc));}};_0x33c4a3=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x4fbb7a[_0x37672f(0x708)]))],_0x33c4a3);let _0x2d3499=class{constructor(_0x3c6318,_0x4bcf42){const _0xb6591c=_0x37672f;this['_injector']=_0x3c6318,this[_0xb6591c(0x279)]=_0x4bcf42,this[_0xb6591c(0x279)][_0xb6591c(0x920)]({'childType':_0x423058[_0xb6591c(0x839)]['UNIVER_DOC'],'handleWheel':_0x4144bc=>this['_injector'][_0xb6591c(0x7df)](_0x10a26e[_0xb6591c(0x772)])?this['_injector'][_0xb6591c(0x47e)](_0x10a26e[_0xb6591c(0x772)])[_0xb6591c(0x561)]({'childUnitId':_0x4144bc[_0xb6591c(0x783)],'event':_0x4144bc['event'],'source':_0x4144bc['source']}):!0x1,'order':0x64});}};_0x2d3499=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x423058[_0x37672f(0x8d5)])),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x1b2dea))],_0x2d3499);let _0x4465f6=[_0x423058[_0x37672f(0x839)][_0x37672f(0x4d7)],_0x423058[_0x37672f(0x839)]['UNIVER_SHEET'],_0x423058[_0x37672f(0x839)][_0x37672f(0x2d9)],_0x423058['UniverInstanceType'][_0x37672f(0x428)]],_0x2f0500=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x535032,_0x185987){const _0x2444c5=_0x37672f;super(),this[_0x2444c5(0x652)]=_0x535032,this[_0x2444c5(0x407)]=_0x185987,_0x4465f6[_0x2444c5(0x84e)](_0x1debcb=>{const _0x99e9c7=_0x2444c5;this[_0x99e9c7(0x8e4)](this['_univerInstanceService'][_0x99e9c7(0x368)](_0x1debcb)[_0x99e9c7(0x4a5)](_0x37922f=>{const _0x18573f=_0x99e9c7;this[_0x18573f(0x407)][_0x18573f(0x26c)](_0x37922f[_0x18573f(0x55c)]());}));});}};_0x2f0500=_0x10216e([_0xcd14f8(0x0,_0x423058['IUniverInstanceService']),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x2b0)]))],_0x2f0500);let _0x35ab58=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x1e3a3a,_0x136e83,_0x43c9ee,_0x22128c,_0x2380a9){const _0x1d25c5=_0x37672f;super(),this[_0x1d25c5(0x3bb)]=_0x1e3a3a,this[_0x1d25c5(0x32b)]=_0x136e83,this[_0x1d25c5(0x20e)]=_0x43c9ee,this[_0x1d25c5(0x75f)]=_0x2380a9,_0x1876b0(this,'_current',null),_0x1876b0(this,_0x1d25c5(0x21b),null),this[_0x1d25c5(0x8e4)](_0x22128c[_0x1d25c5(0x636)]([_0x4fbb7a[_0x1d25c5(0x308)][_0x1d25c5(0x784)]],this['_menuOverrideService'][_0x1d25c5(0x31f)][_0x1d25c5(0x594)]((0x0,_0x12f7a8[_0x1d25c5(0x3b8)])(_0x1bdfcb=>{const _0x533b1b=_0x1d25c5;var _0x34a31a;return _0x1bdfcb!=null&&((_0x34a31a=this['_blockRegistry']['get'](_0x1bdfcb[_0x533b1b(0x6b0)]))==null?void 0x0:_0x34a31a[_0x533b1b(0x64f)])===_0x533b1b(0x63c);}),(0x0,_0x12f7a8[_0x1d25c5(0x1ec)])()))),this[_0x1d25c5(0x8e4)]((0x0,_0x423058[_0x1d25c5(0x35b)])(this[_0x1d25c5(0x3bb)][_0x1d25c5(0x31f)]['subscribe'](_0x1ffeb5=>{const _0x351d23=_0x1d25c5;var _0x5a0aae,_0x3fe1b9;if(!_0x1ffeb5){this['_current']?(this[_0x351d23(0x209)][_0x351d23(0x4ff)](),this[_0x351d23(0x209)]=null):this['_ribbonOverrideService'][_0x351d23(0x2d5)](),this[_0x351d23(0x21b)]=null;return;}if(_0x54179f(this['_currentOverride'],_0x1ffeb5))return;(_0x5a0aae=this[_0x351d23(0x209)])==null||_0x5a0aae[_0x351d23(0x4ff)](),this['_current']=null,this['_currentOverride']=null;let _0x19d561=this[_0x351d23(0x32b)]['get'](_0x1ffeb5[_0x351d23(0x6b0)]),_0x4aff55=_0x19d561==null||(_0x3fe1b9=_0x19d561[_0x351d23(0x603)])==null?void 0x0:_0x3fe1b9[_0x351d23(0x4d5)](_0x19d561,{'childType':_0x1ffeb5[_0x351d23(0x6b0)],'childUnitId':_0x1ffeb5['childUnitId'],'injector':this[_0x351d23(0x75f)],'embedId':_0x1ffeb5[_0x351d23(0x2ab)],'hostUnitId':_0x1ffeb5[_0x351d23(0x7cf)],'entry':_0x1ffeb5['entry']});if(!_0x4aff55){this[_0x351d23(0x20e)][_0x351d23(0x2d5)]();return;}this[_0x351d23(0x20e)][_0x351d23(0x2d3)]({'id':_0x1ffeb5[_0x351d23(0x2ab)],'ribbonService':_0x4aff55[_0x351d23(0x451)],'injector':_0x4aff55[_0x351d23(0x868)],'portalContainer':_0x4aff55[_0x351d23(0x40d)]??_0x1ffeb5[_0x351d23(0x40d)],'placeholderTitle':_0x4aff55[_0x351d23(0x722)],'hideToolbar':_0x4aff55['hideToolbar']}),this[_0x351d23(0x21b)]=_0x1ffeb5,this[_0x351d23(0x209)]=(0x0,_0x423058['toDisposable'])(()=>{const _0x15c1a4=_0x351d23;var _0x3ce3c9;this[_0x15c1a4(0x20e)][_0x15c1a4(0x2d5)](_0x1ffeb5['embedId']),(_0x3ce3c9=_0x4aff55[_0x15c1a4(0x886)])==null||_0x3ce3c9[_0x15c1a4(0x4ff)](),this[_0x15c1a4(0x21b)]=null;});})));}['dispose'](){const _0x5875c8=_0x37672f;var _0x1a566e;(_0x1a566e=this[_0x5875c8(0x209)])==null||_0x1a566e[_0x5875c8(0x4ff)](),this[_0x5875c8(0x209)]=null,this[_0x5875c8(0x21b)]=null,super['dispose']();}};_0x35ab58=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x5ea44f)),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x28f187)),_0xcd14f8(0x2,(0x0,_0x423058[_0x37672f(0x570)])(_0x4fbb7a[_0x37672f(0x8c4)])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x4fbb7a[_0x37672f(0x2eb)])),_0xcd14f8(0x4,(0x0,_0x423058['Inject'])(_0x423058['Injector']))],_0x35ab58);function _0x54179f(_0x122b09,_0x5e9251){const _0x35caa7=_0x37672f;return _0x122b09!=null&&_0x122b09[_0x35caa7(0x7cf)]===_0x5e9251['hostUnitId']&&_0x122b09[_0x35caa7(0x2ab)]===_0x5e9251[_0x35caa7(0x2ab)]&&_0x122b09[_0x35caa7(0x783)]===_0x5e9251[_0x35caa7(0x783)]&&_0x122b09['childType']===_0x5e9251[_0x35caa7(0x6b0)]&&_0x122b09['entry']===_0x5e9251[_0x35caa7(0x23b)]&&_0x122b09[_0x35caa7(0x7e0)]===_0x5e9251[_0x35caa7(0x7e0)]&&_0x122b09[_0x35caa7(0x40d)]===_0x5e9251['portalContainer']&&_0x122b09[_0x35caa7(0x632)]===_0x5e9251[_0x35caa7(0x632)]&&_0x122b09['lockHostRibbon']===_0x5e9251['lockHostRibbon'];}function _0x3ae59(_0x5e4e9d){const _0x33d96b=_0x37672f;let _0x36f6ec=[];return[[_0x423058[_0x33d96b(0x839)][_0x33d96b(0x4d7)],_0x33d96b(0x5c5)],[_0x423058[_0x33d96b(0x839)][_0x33d96b(0x89d)],_0x33d96b(0x270)],[_0x423058[_0x33d96b(0x839)][_0x33d96b(0x428)],'slides-ui.ribbon'],[_0x423058[_0x33d96b(0x839)][_0x33d96b(0x2d9)],_0x33d96b(0x237)]][_0x33d96b(0x84e)](([_0x5161c4,_0x616cdd])=>{const _0x29ab94=_0x33d96b;let _0x2cd387=_0x1eca07(_0x5e4e9d,{'childType':_0x5161c4,'id':_0x616cdd});_0x2cd387&&_0x36f6ec[_0x29ab94(0x5fd)](_0x2cd387);}),_0x36f6ec;}var _0x2b84b4=class extends _0x423058[_0x37672f(0x26b)]{constructor(..._0x5f3709){const _0x42b5a9=_0x37672f;super(..._0x5f3709),_0x1876b0(this,_0x42b5a9(0x580),new Map()),_0x1876b0(this,_0x42b5a9(0x80f),new _0x12f7a8[(_0x42b5a9(0x53e))]()),_0x1876b0(this,_0x42b5a9(0x807),this['_contentSizeChanged$'][_0x42b5a9(0x58c)]());}[_0x37672f(0x920)](_0x47e4fd){const _0x194d61=_0x37672f;return this[_0x194d61(0x580)]['set'](_0x47e4fd[_0x194d61(0x6b0)],_0x47e4fd),(0x0,_0x423058[_0x194d61(0x35b)])(()=>{const _0x5ad535=_0x194d61;this[_0x5ad535(0x580)][_0x5ad535(0x47e)](_0x47e4fd['childType'])===_0x47e4fd&&this['_providers'][_0x5ad535(0x405)](_0x47e4fd[_0x5ad535(0x6b0)]);});}[_0x37672f(0x47e)](_0x136a65){const _0x22e698=_0x37672f;return this[_0x22e698(0x580)][_0x22e698(0x47e)](_0x136a65);}['list'](){const _0x1b9b0f=_0x37672f;return[...this[_0x1b9b0f(0x580)][_0x1b9b0f(0x4bf)]()];}[_0x37672f(0x5d0)](_0x1b4ccc){const _0x1f0c7f=_0x37672f;var _0x3d3f6b;return(_0x3d3f6b=this[_0x1f0c7f(0x47e)](_0x1b4ccc[_0x1f0c7f(0x6b0)]))==null?void 0x0:_0x3d3f6b[_0x1f0c7f(0x5d0)](_0x1b4ccc);}[_0x37672f(0x7da)](_0x2b8f13,_0x237b01){const _0x28d335=_0x37672f;this[_0x28d335(0x80f)][_0x28d335(0x7b8)]({'embedId':_0x237b01,'hostUnitId':_0x2b8f13});}[_0x37672f(0x4ff)](){const _0x4950e4=_0x37672f;this[_0x4950e4(0x580)]['clear'](),this[_0x4950e4(0x80f)]['complete'](),super[_0x4950e4(0x4ff)]();}};let _0x36cf04=class{constructor(_0x599c22){const _0x11ad4a=_0x37672f;this['_mountService']=_0x599c22,_0x1876b0(this,_0x11ad4a(0x53b),new Map());}[_0x37672f(0x531)](_0x19c7d1,_0xafd32d){const _0x7aa573=_0x37672f;if(this[_0x7aa573(0x53b)][_0x7aa573(0x7df)](_0x19c7d1[_0x7aa573(0x2ab)]))throw Error(_0x7aa573(0x534)+_0x19c7d1[_0x7aa573(0x2ab)]);let _0x143bad=this[_0x7aa573(0x375)][_0x7aa573(0x25a)](_0x19c7d1[_0x7aa573(0x2ab)]),_0x4255d1=_0x143bad!=null&&_0x143bad[_0x7aa573(0x8d2)]?this['_relocateExistingSession'](_0x143bad,_0xafd32d):this[_0x7aa573(0x67b)](_0x19c7d1,_0xafd32d);return this['_leases'][_0x7aa573(0x5d7)](_0x19c7d1[_0x7aa573(0x2ab)],_0x4255d1),{'session':_0x4255d1[_0x7aa573(0x431)],'ownsSession':_0x4255d1[_0x7aa573(0x5b7)],'dispose':()=>{const _0xd354d4=_0x7aa573;this[_0xd354d4(0x53b)][_0xd354d4(0x47e)](_0x19c7d1[_0xd354d4(0x2ab)])===_0x4255d1&&(this[_0xd354d4(0x53b)][_0xd354d4(0x405)](_0x19c7d1[_0xd354d4(0x2ab)]),_0x4255d1['dispose']());}};}[_0x37672f(0x226)](_0x3a6b6d,_0x107758){const _0xf1a6a4=_0x37672f;let _0xf4a356=_0x3a6b6d[_0xf1a6a4(0x8d2)][_0xf1a6a4(0x46e)][_0xf1a6a4(0x677)],_0x2e7782=_0xf4a356['parentNode'],_0x1f1935=_0xf4a356[_0xf1a6a4(0x1e3)];if(!_0x2e7782)throw Error(_0xf1a6a4(0x268)+_0x3a6b6d['embedId']);return _0x107758[_0xf1a6a4(0x485)](_0xf4a356),{'session':_0x3a6b6d,'ownsSession':!0x1,'dispose':()=>{const _0x1a9339=_0xf1a6a4;if(this[_0x1a9339(0x375)][_0x1a9339(0x25a)](_0x3a6b6d[_0x1a9339(0x2ab)])!==_0x3a6b6d){_0xf4a356[_0x1a9339(0x850)]();return;}(_0x1f1935==null?void 0x0:_0x1f1935[_0x1a9339(0x4da)])===_0x2e7782?_0x2e7782[_0x1a9339(0x264)](_0xf4a356,_0x1f1935):_0x2e7782['appendChild'](_0xf4a356);}};}[_0x37672f(0x67b)](_0x398a55,_0x5d1191){const _0x517ee2=_0x37672f;let _0x338594=this[_0x517ee2(0x375)][_0x517ee2(0x433)](_0x398a55,_0x5d1191);return{'session':_0x338594,'ownsSession':!0x0,'dispose':()=>{const _0x3f65f7=_0x517ee2;this[_0x3f65f7(0x375)]['getSession'](_0x398a55['embedId'])===_0x338594&&this[_0x3f65f7(0x375)][_0x3f65f7(0x506)](_0x398a55[_0x3f65f7(0x2ab)]);}};}};_0x36cf04=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x1d93f4))],_0x36cf04);let _0x2629c6=0x3e8;function _0x5158fc(_0x211593,_0x2102d7){const _0x5db99a=_0x37672f;return{'childType':_0x2102d7[_0x5db99a(0x6b0)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x18d74c=>_0x13eafd(_0x211593,_0x2102d7[_0x5db99a(0x363)],_0x18d74c)};}async function _0x13eafd(_0x113616,_0x585a7a,_0x217f5b){const _0x1690d4=_0x37672f;let _0x12941e=_0x113616['get'](_0x585a7a),_0xa9d3b=await _0x3c19d7(_0x12941e,_0x217f5b);if(_0xa9d3b)return _0xa9d3b;if(!_0x217f5b[_0x1690d4(0x8d2)]){let _0x15c8af=_0x12941e[_0x1690d4(0x289)](_0x217f5b[_0x1690d4(0x783)]);if(_0x15c8af)return _0x35e595(_0x15c8af);}let _0x2cd0db=await _0x5e7e62(_0x113616,_0x217f5b);return _0x2cd0db===null?_0x41c00c(_0x113616,_0x12941e,_0x217f5b):_0x2cd0db;}async function _0x3c19d7(_0x518fd5,_0x2f9525){const _0x54e4f3=_0x37672f;if(!_0x2f9525[_0x54e4f3(0x8d2)])return;let _0x46760a=_0x518fd5[_0x54e4f3(0x289)](_0x2f9525[_0x54e4f3(0x783)]);return _0x46760a&&await _0x21e02a(_0x46760a,!0x1,_0x362837(_0x2f9525[_0x54e4f3(0x8d2)])),_0x1c1c3(_0x2f9525[_0x54e4f3(0x8d2)]);}async function _0x5e7e62(_0x4dc8e2,_0x2af492){const _0x45449c=_0x37672f;if(_0x46cffc(_0x2af492)!==_0x45449c(0x77d)||!_0x4dc8e2['has'](_0x36cf04))return null;if(typeof document>'u')return;let _0x191e26=_0x518942(_0x2af492),_0x152732;try{_0x152732=_0x4dc8e2[_0x45449c(0x47e)](_0x36cf04)[_0x45449c(0x531)]({..._0x2af492[_0x45449c(0x466)],'mode':_0x45449c(0x662)},_0x191e26);let _0xe9b93=_0x152732[_0x45449c(0x431)]['context'];return _0xe9b93?(await _0x4398bb(_0xe9b93),_0x1c1c3(_0xe9b93)):void 0x0;}catch{return;}finally{_0x152732==null||_0x152732[_0x45449c(0x4ff)](),_0x191e26[_0x45449c(0x850)]();}}async function _0x41c00c(_0x149ee6,_0x3a7854,_0x5cbbdf){const _0x332c90=_0x37672f;var _0x1cc3b0,_0x2259e7;if(typeof document>'u')return;let _0x7d1c9b=_0x518942(_0x5cbbdf),_0x512c3f=(_0x1cc3b0=_0x5cbbdf[_0x332c90(0x8d2)])!=null&&(_0x1cc3b0=_0x1cc3b0[_0x332c90(0x5b0)])!=null&&_0x1cc3b0[_0x332c90(0x868)]?void 0x0:_0x1a5a07(_0x5c4643(_0x149ee6,_0x5cbbdf,_0x7d1c9b)),_0xf3b704=((_0x2259e7=_0x5cbbdf[_0x332c90(0x8d2)])==null||(_0x2259e7=_0x2259e7[_0x332c90(0x5b0)])==null?void 0x0:_0x2259e7['injector'])??_0x512c3f,_0x3ef9f4=_0x1fd2ef(_0x3a7854,_0x5cbbdf[_0x332c90(0x783)],_0xf3b704);if(!_0x3ef9f4){_0x512c3f==null||_0x512c3f['dispose'](),_0x7d1c9b['remove']();return;}return _0x63e471(_0x3a7854,_0x5cbbdf[_0x332c90(0x783)],_0x3ef9f4,_0x512c3f,_0x7d1c9b);}async function _0x63e471(_0x677dc6,_0x27a131,_0x522d7f,_0x101e1d,_0x2e271c){const _0x388467=_0x37672f;try{return _0x522d7f[_0x388467(0x1dc)][_0x388467(0x48e)](_0x2e271c),await _0x21e02a(_0x522d7f,!0x0),_0x35e595(_0x522d7f);}catch{return;}finally{try{var _0x1f7e32,_0x2f27ee;(_0x1f7e32=(_0x2f27ee=_0x522d7f[_0x388467(0x1dc)])[_0x388467(0x506)])==null||_0x1f7e32['call'](_0x2f27ee);}catch{}if(_0x101e1d){var _0x41f147;(_0x41f147=_0x677dc6['removeRender'])==null||_0x41f147[_0x388467(0x4d5)](_0x677dc6,_0x27a131),_0x101e1d[_0x388467(0x4ff)]();}_0x2e271c[_0x388467(0x850)]();}}function _0x35e595(_0x100296){const _0x206e31=_0x37672f;var _0x36392a,_0x10a622,_0xfcdd82,_0x260575,_0x947894;let _0xb4ce17=((_0x36392a=(_0x10a622=_0x100296['engine'])[_0x206e31(0x86c)])==null?void 0x0:_0x36392a[_0x206e31(0x4d5)](_0x10a622))??((_0xfcdd82=(_0x260575=_0x100296[_0x206e31(0x1dc)])[_0x206e31(0x40f)])==null||(_0xfcdd82=_0xfcdd82['call'](_0x260575))==null||(_0x947894=_0xfcdd82[_0x206e31(0x844)])==null?void 0x0:_0x947894[_0x206e31(0x4d5)](_0xfcdd82));if(!(!_0xb4ce17||_0xb4ce17[_0x206e31(0x7e5)]<=0x1||_0xb4ce17['height']<=0x1||typeof _0xb4ce17[_0x206e31(0x8bd)]!=_0x206e31(0x6de)))return _0xb4ce17[_0x206e31(0x8bd)]('image/png');}async function _0x4398bb(_0x50fdcb){const _0x1fd5e3=_0x37672f;try{var _0x172988;let _0x1c0fce=(((_0x172988=_0x50fdcb[_0x1fd5e3(0x5b0)])==null?void 0x0:_0x172988['injector'])??_0x50fdcb[_0x1fd5e3(0x868)])[_0x1fd5e3(0x47e)](_0x18a9fe[_0x1fd5e3(0x71b)]),_0x52f2fa=Date[_0x1fd5e3(0x312)]()+_0x2629c6,_0x9cf854=await _0x546e05(_0x1c0fce,_0x50fdcb[_0x1fd5e3(0x783)],_0x52f2fa);_0x9cf854&&await _0x21e02a(_0x9cf854,!0x1,_0x362837(_0x50fdcb),_0x52f2fa);}catch{}}async function _0x546e05(_0xbe8e35,_0x3959eb,_0x2c6d23){const _0x141e35=_0x37672f;let _0x28ea9f=_0xbe8e35[_0x141e35(0x289)](_0x3959eb);if(_0x28ea9f)return _0x28ea9f;let _0x9325=_0xbe8e35['created$'];if(!(!_0x9325||typeof _0x9325[_0x141e35(0x4a5)]!=_0x141e35(0x6de)))return new Promise(_0x4c1b0b=>{const _0x280f57=_0x141e35;let _0x288ba3=!0x1,_0x4ca84f,_0x2ee4e6,_0x7dd47a=_0x1ca240=>{const _0x32a9e4=_0x3a85;_0x288ba3||(_0x288ba3=!0x0,_0x4ca84f!==void 0x0&&globalThis[_0x32a9e4(0x2ac)](_0x4ca84f),_0x2ee4e6==null||_0x2ee4e6[_0x32a9e4(0x7b2)](),_0x4c1b0b(_0x1ca240));},_0x22e0c0=_0x9325[_0x280f57(0x4a5)](_0x23e189=>{const _0xee1ca4=_0x280f57;_0x23e189[_0xee1ca4(0x564)]===_0x3959eb&&_0x7dd47a(_0x23e189);});if(_0x2ee4e6=_0x22e0c0,_0x288ba3){_0x22e0c0[_0x280f57(0x7b2)]();return;}let _0x312e7c=_0xbe8e35[_0x280f57(0x289)](_0x3959eb);if(_0x312e7c){_0x7dd47a(_0x312e7c);return;}_0x4ca84f=globalThis['setTimeout'](()=>_0x7dd47a(_0xbe8e35[_0x280f57(0x289)](_0x3959eb)??void 0x0),Math['max'](0x0,_0x2c6d23-Date[_0x280f57(0x312)]()));});}async function _0x21e02a(_0x56d372,_0x13a284,_0x5de55a=!0x0,_0x3bb569=Date[_0x37672f(0x312)]()+_0x2629c6){const _0x325962=_0x37672f;await _0x132748(_0x3bb569);let _0x2c6a84=_0x56d372['scene'][_0x325962(0x5ee)];if(!_0x2c6a84){_0x13a284&&_0x4c236a(_0x56d372,{'activate':!0x1});return;}await new Promise(_0x538064=>{const _0x417ca7=_0x325962;let _0x464ea5=!0x1,_0x432e14,_0x582728,_0x84d6e3,_0xee6939=()=>{const _0x419844=_0x3a85;_0x464ea5||(_0x464ea5=!0x0,_0x432e14!==void 0x0&&globalThis[_0x419844(0x2ac)](_0x432e14),_0x582728!==void 0x0&&globalThis[_0x419844(0x2ac)](_0x582728),_0x84d6e3==null||_0x84d6e3[_0x419844(0x7b2)](),_0x538064());},_0x56a2b2=()=>{const _0x907e05=_0x3a85;_0x432e14!==void 0x0&&globalThis[_0x907e05(0x2ac)](_0x432e14),_0x432e14=globalThis[_0x907e05(0x620)](_0xee6939,0xa0);};_0x84d6e3=_0x2c6a84[_0x417ca7(0x4a5)](_0x2b5579=>{_0x2b5579&&_0x56a2b2();}),_0x582728=globalThis[_0x417ca7(0x620)](_0xee6939,Math['max'](0x0,_0x3bb569-Date['now']()));try{_0x13a284&&_0x4c236a(_0x56d372,{'activate':!0x1}),(_0x13a284||_0x5de55a)&&_0x56a2b2();}catch{_0xee6939();}});}function _0x518942(_0x5846fb){const _0x5c9c40=_0x37672f;let _0x30b51c=document['createElement'](_0x5c9c40(0x46a));return _0x30b51c[_0x5c9c40(0x4e9)]['position']=_0x5c9c40(0x6dc),_0x30b51c[_0x5c9c40(0x4e9)][_0x5c9c40(0x3c3)]=_0x5c9c40(0x8b5),_0x30b51c[_0x5c9c40(0x4e9)][_0x5c9c40(0x922)]=_0x5c9c40(0x8b5),_0x30b51c[_0x5c9c40(0x4e9)]['width']=Math[_0x5c9c40(0x59c)](0x1,Math[_0x5c9c40(0x756)](_0x5846fb[_0x5c9c40(0x7e5)]))+'px',_0x30b51c[_0x5c9c40(0x4e9)][_0x5c9c40(0x33d)]=Math[_0x5c9c40(0x59c)](0x1,Math[_0x5c9c40(0x756)](_0x5846fb[_0x5c9c40(0x33d)]))+'px',_0x30b51c[_0x5c9c40(0x4e9)][_0x5c9c40(0x7f3)]=_0x5c9c40(0x63c),document[_0x5c9c40(0x77f)][_0x5c9c40(0x629)](_0x30b51c),_0x30b51c;}function _0x362837(_0x5f3fe7){const _0x325315=_0x37672f;var _0x452267,_0x27c7ce,_0x1533aa;return[(_0x452267=_0x5f3fe7[_0x325315(0x46e)])==null?void 0x0:_0x452267[_0x325315(0x6ce)],(_0x27c7ce=_0x5f3fe7[_0x325315(0x46e)])==null?void 0x0:_0x27c7ce[_0x325315(0x891)],(_0x1533aa=_0x5f3fe7[_0x325315(0x46e)])==null?void 0x0:_0x1533aa[_0x325315(0x677)]][_0x325315(0x320)](_0x55635a=>!!_0x55635a)['some'](_0x19a534=>Array[_0x325315(0x7a2)](_0x19a534['querySelectorAll']('canvas'))[_0x325315(0x79a)](_0x4ecaa9=>_0x4ecaa9['width']>0x1&&_0x4ecaa9[_0x325315(0x33d)]>0x1));}async function _0x132748(_0x4f2eb8){const _0x4e3722=_0x37672f;if(typeof document>'u'||!document[_0x4e3722(0x735)]||document['fonts'][_0x4e3722(0x244)]!=='loading')return;let _0x3721d7;try{await Promise['race']([document[_0x4e3722(0x735)][_0x4e3722(0x364)][_0x4e3722(0x833)](()=>void 0x0,()=>void 0x0),new Promise(_0x16f51b=>{const _0x34845d=_0x4e3722;_0x3721d7=globalThis[_0x34845d(0x620)](_0x16f51b,Math['max'](0x0,_0x4f2eb8-Date[_0x34845d(0x312)]()));})]);}finally{_0x3721d7!==void 0x0&&globalThis[_0x4e3722(0x2ac)](_0x3721d7);}}function _0x5c4643(_0x81dcab,_0x1b10ef,_0x56e700){const _0x2f9e04=_0x37672f;let _0x382071=_0x46cffc(_0x1b10ef),_0x211271=_0x382071===_0x2f9e04(0x77d),_0x13b852=()=>{};return{'descriptor':_0x1b10ef['descriptor'],'layout':_0x382071,'injector':_0x81dcab,'hostElement':_0x56e700,'container':_0x56e700,'hostUnitId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x7cf)],'embedId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x2ab)],'childUnitId':_0x1b10ef[_0x2f9e04(0x783)],'childType':_0x1b10ef[_0x2f9e04(0x6b0)],'renderScope':{'hostUnitId':_0x1b10ef['descriptor']['hostUnitId'],'hostAnchorId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x391)],'embedId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x2ab)],'childUnitId':_0x1b10ef[_0x2f9e04(0x783)],'childType':_0x1b10ef['childType'],'layout':_0x382071,'mode':_0x211271?'tab':_0x2f9e04(0x78d),'rootElement':_0x56e700,'contentRoot':_0x56e700,'canvasRoot':_0x56e700,'active$':(0x0,_0x12f7a8['of'])(!0x1)},'runtimeScope':{'descriptor':_0x1b10ef['descriptor'],'host':{'unitId':_0x1b10ef[_0x2f9e04(0x466)]['hostUnitId'],'type':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x805)],'anchorId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x391)],'entry':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x23b)],'layout':_0x211271?_0x2f9e04(0x77d):_0x2f9e04(0x78d)},'child':{'unitId':_0x1b10ef[_0x2f9e04(0x783)],'type':_0x1b10ef['childType']},'injector':_0x81dcab,'roots':{'root':_0x56e700,'content':_0x56e700,'canvas':_0x56e700,'overlay':_0x56e700,'popup':_0x56e700},'activate':_0x13b852,'deactivate':_0x13b852,'dispose':_0x13b852}};}function _0x46cffc(_0x3bdbc0){const _0x5dd82f=_0x37672f;var _0xaf452e,_0x445482,_0x19a067;let _0x380a0d=(_0xaf452e=_0x3bdbc0[_0x5dd82f(0x466)][_0x5dd82f(0x5d5)])==null?void 0x0:_0xaf452e[_0x5dd82f(0x461)];if(_0x380a0d&&typeof _0x380a0d==_0x5dd82f(0x539)&&typeof _0x380a0d[_0x5dd82f(0x589)]==_0x5dd82f(0x43e))return _0x380a0d['layout'];let _0x46f86b=(_0x445482=_0x3bdbc0[_0x5dd82f(0x466)]['sourceMeta'])==null?void 0x0:_0x445482['tab'];return _0x3bdbc0[_0x5dd82f(0x466)][_0x5dd82f(0x23b)]===_0x5e0ca8['EmbedHostEntryEnum']['SheetsSheetTab']||_0x3bdbc0['descriptor'][_0x5dd82f(0x23b)]===_0x5e0ca8[_0x5dd82f(0x757)]['BasesTableListBlock']||_0x3bdbc0['descriptor']['entry']===_0x5e0ca8[_0x5dd82f(0x757)][_0x5dd82f(0x911)]||_0x46f86b&&typeof _0x46f86b==_0x5dd82f(0x539)&&_0x46f86b[_0x5dd82f(0x62a)]?_0x5dd82f(0x77d):((_0x19a067=_0x3bdbc0[_0x5dd82f(0x8d2)])==null?void 0x0:_0x19a067[_0x5dd82f(0x589)])??_0x5dd82f(0x22f);}var _0x40e1a0=class{constructor(){_0x1876b0(this,'_providers',new Map());}[_0x37672f(0x920)](_0x1c5bd0){const _0x5057f6=_0x37672f;if(this[_0x5057f6(0x580)]['has'](_0x1c5bd0[_0x5057f6(0x6b0)]))throw Error(_0x5057f6(0x731)+_0x1c5bd0[_0x5057f6(0x6b0)]);this[_0x5057f6(0x580)]['set'](_0x1c5bd0[_0x5057f6(0x6b0)],_0x1c5bd0);}[_0x37672f(0x47e)](_0x134c4d){const _0x57ad0c=_0x37672f;return this[_0x57ad0c(0x580)][_0x57ad0c(0x47e)](_0x134c4d);}['list'](){const _0x53c2fc=_0x37672f;return[...this[_0x53c2fc(0x580)][_0x53c2fc(0x4bf)]()];}};let _0x3c83ee=new WeakMap(),_0x3c0b4b=new WeakMap();function _0x4ee2ee(_0x41c012,_0x1baf21,_0x5dd70b){const _0x86b1d2=_0x37672f;var _0x5531c4;if(_0x7afb28(_0x41c012)){_0x554dcd(_0x41c012,_0x1baf21,_0x5dd70b);return;}let _0x3ce02a=_0x41c012;if((_0x5531c4=_0x3c0b4b[_0x86b1d2(0x47e)](_0x3ce02a))!=null&&_0x5531c4[_0x86b1d2(0x7df)](_0x1baf21))return;let _0x113d92=_0x3c83ee[_0x86b1d2(0x47e)](_0x3ce02a)??new Map();_0x113d92[_0x86b1d2(0x5d7)](_0x1baf21,_0x5dd70b),_0x3c83ee[_0x86b1d2(0x5d7)](_0x3ce02a,_0x113d92);}function _0x3413ec(_0x36970b){const _0x29521=_0x37672f;if(!_0x7afb28(_0x36970b))return;let _0x38da94=_0x36970b,_0x4bf928=_0x3c83ee[_0x29521(0x47e)](_0x38da94);_0x4bf928!=null&&_0x4bf928[_0x29521(0x4ea)]&&(_0x4bf928['forEach']((_0x20e9e7,_0x21f35b)=>_0x554dcd(_0x36970b,_0x21f35b,_0x20e9e7)),_0x3c83ee[_0x29521(0x405)](_0x38da94));}function _0x554dcd(_0x57c2b3,_0xce1239,_0x39f190){const _0x2c39e8=_0x37672f;let _0x44463d=_0x57c2b3,_0x1e38ef=_0x3c0b4b['get'](_0x44463d)??new Set();_0x1e38ef[_0x2c39e8(0x7df)](_0xce1239)||(_0x39f190(_0x57c2b3),_0x1e38ef[_0x2c39e8(0x47d)](_0xce1239),_0x3c0b4b[_0x2c39e8(0x5d7)](_0x44463d,_0x1e38ef));}function _0x7afb28(_0x4b459d){const _0x15fc3f=_0x37672f;return _0x4b459d['has'](_0x5e0ca8[_0x15fc3f(0x748)])&&_0x4b459d[_0x15fc3f(0x7df)](_0x16de5f)&&_0x4b459d[_0x15fc3f(0x7df)](_0x402a2b)&&_0x4b459d[_0x15fc3f(0x7df)](_0x28f187)&&_0x4b459d[_0x15fc3f(0x7df)](_0x105b0d)&&_0x4b459d[_0x15fc3f(0x7df)](_0x74c661)&&_0x4b459d[_0x15fc3f(0x7df)](_0x24299e)&&_0x4b459d[_0x15fc3f(0x7df)](_0x2b84b4)&&_0x4b459d[_0x15fc3f(0x7df)](_0x691e68)&&_0x4b459d['has'](_0x40e1a0);}function _0x24df5c(_0x2be6e8){const _0x475a7d=_0x37672f;let {childType:_0x5a4f5e,productName:_0x359aa7}=_0x2be6e8;return{'childType':_0x5a4f5e,'productName':_0x359aa7,'hostChromeMode':'ribbon','layoutPolicy':{'tab':_0x5e0ca8['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':_0x5e0ca8[_0x475a7d(0x676)],'docFlow':_0x5e0ca8[_0x475a7d(0x299)]},'createRibbonOverride':({childUnitId:_0xf40c36,embedId:_0x549ea2,injector:_0x28e757})=>{const _0x1bc03d=_0x475a7d;let _0x1b45bb=_0x434094(_0x28e757,{'childType':_0x5a4f5e,'childUnitId':_0xf40c36,'embedId':_0x549ea2,'menuSchema':_0x149737(_0x28e757,_0x5a4f5e,_0x2be6e8[_0x1bc03d(0x3c8)])});return{'mode':_0x1bc03d(0x50e),'ribbonService':_0x1b45bb[_0x1bc03d(0x451)],'injector':_0x1b45bb['injector'],'placeholderTitle':_0x359aa7,'disposable':_0x1b45bb[_0x1bc03d(0x886)]};}};}function _0x149737(_0x7615b9,_0x493fb4,_0x30be31){const _0xb0e4cc=_0x37672f;let _0x59ea3a=_0x7615b9;if(typeof _0x59ea3a[_0xb0e4cc(0x7df)]==_0xb0e4cc(0x6de)&&typeof _0x59ea3a['get']=='function'&&_0x59ea3a[_0xb0e4cc(0x7df)](_0x105b0d)){let _0x13f3ea=_0x59ea3a[_0xb0e4cc(0x47e)](_0x105b0d)[_0xb0e4cc(0x1d2)](_0x493fb4,_0xb0e4cc(0x50e));if(_0x13f3ea)return _0x13f3ea;}return _0x30be31;}function _0xd3f8d0(_0x25877d){const _0x12e987=_0x37672f;let _0x4515c5=_0x1163c8(_0x25877d);return{'childType':_0x25877d[_0x12e987(0x6b0)],'productName':_0x25877d[_0x12e987(0x7c7)],'hostChromeMode':_0x4515c5,'hostHeaderMode':_0x25877d[_0x12e987(0x85b)]??_0x12e987(0x63c),'layoutPolicy':{'tab':{..._0x5e0ca8['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'ribbon':_0x4515c5===_0x12e987(0x63c)?_0x12e987(0x49c):'host'},'float':_0x5e0ca8[_0x12e987(0x676)],'docFlow':_0x5e0ca8['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':_0x4515c5===_0x12e987(0x438)?()=>({'mode':_0x12e987(0x438),'ribbonService':_0x20eaa2(),'placeholderTitle':_0x25877d['productName'],'hideToolbar':!0x0}):void 0x0};}function _0x1163c8(_0x82937b){const _0x5d8cce=_0x37672f;return _0x82937b[_0x5d8cce(0x64f)]?_0x82937b[_0x5d8cce(0x64f)]:_0x82937b[_0x5d8cce(0x85b)]==='placeholder'?_0x5d8cce(0x438):_0x5d8cce(0x63c);}function _0x20eaa2(){return{'ribbon$':(0x0,_0x12f7a8['of'])([]),'activatedTab$':(0x0,_0x12f7a8['of'])(''),'collapsedIds$':(0x0,_0x12f7a8['of'])([]),'fakeToolbarVisible$':(0x0,_0x12f7a8['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function _0x501f5e(_0xd152d4,_0x21466,_0x1bcb17,_0x1d296d){const _0x2a15fa=_0x37672f;return[..._0xd152d4[_0x2a15fa(0x793)](_0x21466)][_0x2a15fa(0x691)]()[_0x2a15fa(0x782)](_0x4ea7c8=>{const _0x2237fe=_0x2a15fa;let _0x218e32=_0x4ea7c8[_0x2237fe(0x4f7)]();return _0x1bcb17>=_0x218e32[_0x2237fe(0x3c3)]&&_0x1bcb17<=_0x218e32[_0x2237fe(0x2e6)]&&_0x1d296d>=_0x218e32[_0x2237fe(0x922)]&&_0x1d296d<=_0x218e32[_0x2237fe(0x5e9)];});}function _0x19a392(){const _0x511f05=_0x37672f;return{..._0xd3f8d0({'childType':_0x423058[_0x511f05(0x839)][_0x511f05(0x2d9)],'productName':_0x511f05(0x40c),'hostChromeMode':_0x511f05(0x63c)}),'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:_0x17bbf7,clientX:_0x53b908,clientY:_0x89497b,runtimeHost:_0x2061bf})=>{const _0x321117=_0x511f05;if(_0x501f5e(_0x2061bf,'[data-u-comp=\x22base-view-tab-more\x22]',_0x53b908,_0x89497b))return!0x1;let _0x3d52fb=_0x501f5e(_0x2061bf,_0x321117(0x344),_0x53b908,_0x89497b),_0x5c5c33=_0x3d52fb==null?void 0x0:_0x3d52fb[_0x321117(0x89c)][_0x321117(0x804)],_0x4e7e0a=_0x17bbf7[_0x321117(0x5b0)][_0x321117(0x868)];return!_0x5c5c33||!_0x4e7e0a[_0x321117(0x7df)](_0x281b76['IBaseUIStateService'])?!0x1:(_0x4e7e0a[_0x321117(0x47e)](_0x281b76[_0x321117(0x43f)])[_0x321117(0x5fc)](_0x5c5c33),!0x0);}}};}let _0x13104f=class{constructor(_0x2f7a37,_0x15cc37,_0x54d561){const _0x50adb0=_0x37672f;this[_0x50adb0(0x408)]=_0x2f7a37,this[_0x50adb0(0x854)]=_0x15cc37,this[_0x50adb0(0x1e7)]=_0x54d561,_0x1876b0(this,'childType',_0x423058[_0x50adb0(0x839)][_0x50adb0(0x2d9)]);}[_0x37672f(0x5d0)](_0x528be8){const _0x4e9317=_0x37672f;var _0x2e34bc,_0x2ce64d,_0x1a2404;let _0x50bfe8=_0x528be8[_0x4e9317(0x716)]instanceof _0x423058[_0x4e9317(0x35d)]?_0x528be8[_0x4e9317(0x716)]['getSnapshot']():void 0x0;if(!_0x50bfe8)return;let _0x2e6edd=(_0x2e34bc=_0x528be8[_0x4e9317(0x868)])!=null&&_0x2e34bc['has'](_0x281b76['IBaseUIStateService'])?_0x528be8[_0x4e9317(0x868)][_0x4e9317(0x47e)](_0x281b76[_0x4e9317(0x43f)]):this[_0x4e9317(0x408)],_0x57a5be=(_0x2ce64d=_0x528be8['injector'])!=null&&_0x2ce64d['has'](_0x3d115f['IBaseProjectionService'])?_0x528be8[_0x4e9317(0x868)][_0x4e9317(0x47e)](_0x3d115f[_0x4e9317(0x4f1)]):this[_0x4e9317(0x854)],_0x34aebb=(_0x1a2404=_0x528be8['injector'])!=null&&_0x1a2404[_0x4e9317(0x7df)](_0x281b76['IBaseViewWheelScrollService'])?_0x528be8[_0x4e9317(0x868)][_0x4e9317(0x47e)](_0x281b76['IBaseViewWheelScrollService']):this[_0x4e9317(0x1e7)],_0x1fc046=_0x2e6edd[_0x4e9317(0x349)](),_0x2956d8=_0x33f7b7(_0x50bfe8,_0x1fc046,_0x528be8[_0x4e9317(0x325)]),_0x555437=_0x11741b(_0x50bfe8,_0x1fc046,_0x57a5be,_0x34aebb,_0x528be8['viewportHeight'],_0x2956d8??_0x528be8['viewportWidth']);return _0x555437==null&&_0x2956d8==null?void 0x0:{'height':_0x555437,'width':_0x2956d8};}};_0x13104f=_0x10216e([_0xcd14f8(0x0,_0x281b76[_0x37672f(0x43f)]),_0xcd14f8(0x1,_0x3d115f[_0x37672f(0x4f1)]),_0xcd14f8(0x2,_0x281b76[_0x37672f(0x88d)])],_0x13104f);function _0x11741b(_0x138693,_0x1e7315,_0x1fbd39,_0x2d4fe6,_0x5da16a,_0x490e4d){const _0x17c0bc=_0x37672f;var _0x4f8ba9;let _0x290a31=_0x5a61e4(_0x138693,_0x1e7315==null?void 0x0:_0x1e7315[_0x17c0bc(0x6b9)]),_0x50e884=_0x290a31?_0x138693[_0x17c0bc(0x44f)][_0x290a31]:void 0x0;if(!_0x50e884||!_0x290a31)return;let _0x5d712a=_0x415577(_0x50e884,_0x1e7315==null?void 0x0:_0x1e7315[_0x17c0bc(0x4a6)]),_0x3702d9=_0x5d712a?(_0x4f8ba9=_0x50e884[_0x17c0bc(0x67f)])==null?void 0x0:_0x4f8ba9[_0x5d712a]:void 0x0,_0x339145=_0x25cd9d(_0x50e884),_0x5776d4=(0x0,_0x281b76[_0x17c0bc(0x208)])(_0x3702d9!=null&&_0x3702d9[_0x17c0bc(0x6cd)]&&_0x17c0bc(0x6e9)in _0x3702d9[_0x17c0bc(0x6cd)]?_0x3702d9['config'][_0x17c0bc(0x6e9)]:void 0x0);return _0x4b5c92(_0x138693,_0x290a31,_0x5d712a,_0x5776d4,_0x1e7315,_0x1fbd39,_0x2d4fe6,_0x5da16a,_0x490e4d)??_0x281b76[_0x17c0bc(0x755)]+_0x339145*_0x5776d4+_0x281b76['GRID_ADD_RECORD_ROW_HEIGHT']+_0x281b76['GRID_SUMMARY_HEIGHT'];}function _0x4b5c92(_0x51ceba,_0x8a4e9c,_0x18f138,_0x5492f1,_0x36b2cc,_0x45ad10,_0x5c1d63,_0x2bb999,_0x46ce44){const _0x399dd5=_0x37672f;if(!_0x18f138||!_0x45ad10||!_0x5c1d63)return;let _0x1a6d9e=_0x45ad10[_0x399dd5(0x749)](_0x51ceba,_0x8a4e9c,_0x18f138);if(_0x1a6d9e[_0x399dd5(0x27c)]===_0x423058[_0x399dd5(0x7b4)][_0x399dd5(0x916)]&&_0x1a6d9e[_0x399dd5(0x6cd)][_0x399dd5(0x69f)]===_0x399dd5(0x7c2)&&_0x2bb999!=null)return _0x2bb999;if(_0x1a6d9e[_0x399dd5(0x27c)]===_0x423058[_0x399dd5(0x7b4)][_0x399dd5(0x6ae)])return _0x5c1d63[_0x399dd5(0x384)](_0x1a6d9e,_0x46ce44??0x1);if(_0x1a6d9e[_0x399dd5(0x27c)]===_0x423058[_0x399dd5(0x7b4)]['Kanban'])return _0x5c1d63[_0x399dd5(0x50c)](_0x1a6d9e);if(_0x1a6d9e[_0x399dd5(0x27c)]===_0x423058[_0x399dd5(0x7b4)]['Grid']||_0x1a6d9e['type']===_0x423058[_0x399dd5(0x7b4)][_0x399dd5(0x5f9)])return _0x281b76['GRID_HEADER_HEIGHT']+_0x5c1d63[_0x399dd5(0x381)](_0x1a6d9e,_0x36b2cc==null?void 0x0:_0x36b2cc[_0x399dd5(0x906)][_0x18f138],_0x5492f1)+_0x281b76[_0x399dd5(0x420)];}function _0x33f7b7(_0x13f93c,_0x4e9030,_0x5ccac7){const _0x2860b5=_0x37672f;var _0x2fac77,_0xb03368;let _0x42ad19=_0x4d502b(_0x13f93c,_0x4e9030==null?void 0x0:_0x4e9030[_0x2860b5(0x6b9)]);if(!_0x42ad19)return;let _0x57e938=_0x137e48(_0x42ad19,_0x4e9030==null?void 0x0:_0x4e9030[_0x2860b5(0x4a6)]),_0x21aeb9=_0x42ad19[_0x2860b5(0x72a)]??{},_0x218af1=_0x281b76['GRID_ROW_HEADER_WIDTH']+(_0x57e938!=null&&(_0x2fac77=_0x57e938['fieldOrder'])!=null&&_0x2fac77[_0x2860b5(0x3fe)]?_0x57e938['fieldOrder']:(_0xb03368=_0x42ad19[_0x2860b5(0x8f5)])!=null&&_0xb03368[_0x2860b5(0x3fe)]?_0x42ad19['fieldOrder']:Object[_0x2860b5(0x7b3)](_0x21aeb9))['reduce']((_0x2e2570,_0xfc7267)=>{const _0x327427=_0x2860b5;var _0x5c5151;let _0x37e66e=_0x21aeb9[_0xfc7267],_0x1015e5=_0x57e938==null||(_0x5c5151=_0x57e938[_0x327427(0x917)])==null?void 0x0:_0x5c5151[_0xfc7267];return _0x37e66e&&!(_0x1015e5!=null&&_0x1015e5[_0x327427(0x49c)])?_0x2e2570+_0xbacec6(_0x1015e5==null?void 0x0:_0x1015e5[_0x327427(0x7e5)]):_0x2e2570;},0x0)+_0x281b76['GRID_ADD_FIELD_COLUMN_WIDTH'];return(_0x57e938==null?void 0x0:_0x57e938[_0x2860b5(0x27c)])===_0x423058[_0x2860b5(0x7b4)]['Gallery']||(_0x57e938==null?void 0x0:_0x57e938['type'])===_0x423058[_0x2860b5(0x7b4)][_0x2860b5(0x333)]?Math['max'](_0x218af1,_0x5ccac7??0x0):_0x218af1;}function _0xbacec6(_0x3b2a11){const _0x2b684a=_0x37672f;return typeof _0x3b2a11==_0x2b684a(0x2c5)&&Number[_0x2b684a(0x498)](_0x3b2a11)&&_0x3b2a11>0x0?_0x3b2a11:_0x281b76['GRID_DEFAULT_COLUMN_WIDTH'];}function _0x4d502b(_0x37f462,_0x41d1e9){const _0x5a0fa1=_0x37672f;var _0x4562db;let _0x4e7ddc=_0x5a61e4(_0x37f462,_0x41d1e9);return _0x4e7ddc?(_0x4562db=_0x37f462[_0x5a0fa1(0x44f)])==null?void 0x0:_0x4562db[_0x4e7ddc]:void 0x0;}function _0x137e48(_0x409781,_0x48f16c){var _0x163430;let _0x10a2b9=_0x415577(_0x409781,_0x48f16c);return _0x10a2b9?(_0x163430=_0x409781['views'])==null?void 0x0:_0x163430[_0x10a2b9]:void 0x0;}function _0x5a61e4(_0x42bbf8,_0x590db4){const _0x21461b=_0x37672f;let _0x4062d6=_0x42bbf8[_0x21461b(0x44f)]??{};if(_0x590db4&&_0x4062d6[_0x590db4])return _0x590db4;let _0x165e6c=_0x42bbf8['tableOrder']??[];return[..._0x165e6c,...Object[_0x21461b(0x7b3)](_0x4062d6)[_0x21461b(0x320)](_0x21de84=>!_0x165e6c[_0x21461b(0x3d9)](_0x21de84))][_0x21461b(0x782)](_0x39fd0f=>_0x4062d6[_0x39fd0f]);}function _0x415577(_0x519669,_0x259b55){const _0x7f1ea4=_0x37672f;let _0x25bf05=_0x519669[_0x7f1ea4(0x67f)]??{};if(_0x259b55&&_0x25bf05[_0x259b55])return _0x259b55;let _0x257bd8=_0x519669[_0x7f1ea4(0x74d)]??[];return[..._0x257bd8,...Object[_0x7f1ea4(0x7b3)](_0x25bf05)['filter'](_0x194dc5=>!_0x257bd8[_0x7f1ea4(0x3d9)](_0x194dc5))][_0x7f1ea4(0x782)](_0x1862c5=>_0x25bf05[_0x1862c5]);}function _0x25cd9d(_0x36ac90){const _0x16c31e=_0x37672f;var _0x567f2d;let _0x386307=_0x36ac90[_0x16c31e(0x521)]??{};return((_0x567f2d=_0x36ac90[_0x16c31e(0x450)])!=null&&_0x567f2d[_0x16c31e(0x3fe)]?_0x36ac90['recordOrder']:Object[_0x16c31e(0x7b3)](_0x386307))[_0x16c31e(0x320)](_0x32a94d=>_0x386307[_0x32a94d])[_0x16c31e(0x3fe)];}function _0x22b034(_0x4fc6e0,_0x369245,_0x53c3a7){return{...(0x0,_0x5e0ca8['createBasesTableListBlockHostAdapterContribution'])(_0x4fc6e0,_0x369245),'activateAnchor':_0x3d9eaf=>{const _0x565dd1=_0x3a85;_0x280dd1(_0x3d9eaf['hostUnitId'],_0x3d9eaf[_0x565dd1(0x391)],_0x369245,_0x129674(_0x53c3a7));}};}function _0x35d000(){const _0x149de9=_0x37672f;return{'hostType':_0x423058[_0x149de9(0x839)][_0x149de9(0x2d9)],'entry':_0x149de9(0x2e5),'layout':_0x149de9(0x77d),'supportedLayouts':[_0x149de9(0x77d)],'menuBehavior':'host-override','mount':_0x15518c=>{const _0x2d23eb=_0x149de9;let _0x19db0b=_0x26907b('data-embed-bases-table-list-host',_0x15518c[_0x2d23eb(0x466)][_0x2d23eb(0x391)]);return _0x19db0b?{'hostElement':_0x19db0b}:{};}};}function _0x280dd1(_0x5de791,_0x52724b,_0x180825,_0x3824be){const _0x5a2751=_0x37672f;var _0x51c4d0;if(!_0x3824be)return;_0x3824be[_0x5a2751(0x36b)](_0x52724b);let _0x3b480b=(_0x51c4d0=_0xbbdad(_0x180825,_0x5de791))==null?void 0x0:_0x51c4d0[_0x5a2751(0x44f)][_0x52724b],_0xd27f88=_0x3b480b==null?void 0x0:_0x3b480b[_0x5a2751(0x74d)][_0x5a2751(0x782)](_0x3d1bbf=>_0x3b480b[_0x5a2751(0x67f)][_0x3d1bbf]);_0xd27f88&&_0x3824be[_0x5a2751(0x5fc)](_0xd27f88),_0x3824be[_0x5a2751(0x51d)](null),_0x3824be['closeRecordDetail']();}function _0xbbdad(_0x20e91e,_0x55413b){const _0x4471fd=_0x37672f;var _0x3bd5f5;return _0x20e91e==null||(_0x3bd5f5=_0x20e91e[_0x4471fd(0x80e)](_0x55413b,_0x423058[_0x4471fd(0x839)][_0x4471fd(0x2d9)]))==null?void 0x0:_0x3bd5f5[_0x4471fd(0x41e)]();}function _0x129674(_0x1a9a13){return typeof _0x1a9a13=='function'?_0x1a9a13():_0x1a9a13;}function _0x26907b(_0x50178c,_0x47717f){const _0x529e73=_0x37672f;return document[_0x529e73(0x546)]('['+_0x50178c+'=\x22'+_0x3cb124(_0x47717f)+'\x22]');}function _0x3cb124(_0x4ac68e){const _0x4c6c95=_0x37672f;return _0x4ac68e['replace'](/\\/g,'\x5c\x5c')[_0x4c6c95(0x414)](/"/g,'\x5c\x22');}function _0x53de76(_0x293eaf){const _0x20f980=_0x37672f;let _0x29dec8=_0x293eaf[_0x20f980(0x7df)](_0x281b76[_0x20f980(0x43f)])?_0x293eaf[_0x20f980(0x47e)](_0x281b76[_0x20f980(0x43f)]):void 0x0,_0xf9e41a=_0x293eaf[_0x20f980(0x7df)](_0x281b76['IBaseViewWheelScrollService'])?_0x293eaf[_0x20f980(0x47e)](_0x281b76[_0x20f980(0x88d)]):void 0x0;return{'childType':_0x423058['UniverInstanceType']['UNIVER_BASE'],'getStickyHeaderHeight':()=>_0x281b76['GRID_HEADER_HEIGHT'],'subscribeVerticalScroll'(_0xfd946,_0x45e2f3){const _0x2b6692=_0x20f980;var _0x10cb25,_0x543842;let _0x2be03b=((_0x10cb25=_0xfd946[_0x2b6692(0x5b0)])==null?void 0x0:_0x10cb25[_0x2b6692(0x868)])??_0x293eaf,_0x2ba401=_0x2be03b!==_0x293eaf&&_0x2be03b[_0x2b6692(0x7df)](_0x281b76[_0x2b6692(0x43f)])?_0x2be03b['get'](_0x281b76['IBaseUIStateService']):_0x29dec8;if(!_0x2ba401)return;let _0x1ff57d=_0x2ba401['getState'](),_0x483f71=_0x1ff57d[_0x2b6692(0x4a6)],_0x451ec1=_0x483f71?((_0x543842=_0x1ff57d['scrollState'][_0x483f71])==null?void 0x0:_0x543842['y'])??0x0:0x0,_0x3f0fe4=_0x2ba401[_0x2b6692(0x322)][_0x2b6692(0x4a5)](_0x253980=>{const _0x5e544f=_0x2b6692;var _0x3276c5;let _0x7931e5=_0x253980[_0x5e544f(0x4a6)],_0xf09ff=_0x7931e5?((_0x3276c5=_0x253980[_0x5e544f(0x875)][_0x7931e5])==null?void 0x0:_0x3276c5['y'])??0x0:0x0;if(_0x7931e5!==_0x483f71){_0x483f71=_0x7931e5,_0x451ec1=_0xf09ff;return;}_0xf09ff!==_0x451ec1&&(_0x451ec1=_0xf09ff,_0x45e2f3(_0xf09ff));});return(0x0,_0x423058[_0x2b6692(0x35b)])(()=>_0x3f0fe4['unsubscribe']());},'handleWheel'(_0xdb536c){const _0xa0d62=_0x20f980;if(_0xdb536c[_0xa0d62(0x874)]!==_0xa0d62(0x5b9)&&_0x20af27(_0xdb536c[_0xa0d62(0x589)],_0xdb536c[_0xa0d62(0x7ab)]))return!0x1;let _0x400915=_0xdb536c[_0xa0d62(0x5b0)][_0xa0d62(0x868)]??_0x293eaf,_0xa0c41f=_0x400915!==_0x293eaf&&_0x400915['has'](_0x281b76['IBaseViewWheelScrollService'])?_0x400915['get'](_0x281b76[_0xa0d62(0x88d)]):_0xf9e41a;return(_0xa0c41f==null?void 0x0:_0xa0c41f[_0xa0d62(0x5fb)](_0xdb536c['childUnitId'],_0x4d4fea(_0xdb536c[_0xa0d62(0x7ab)],_0xdb536c['viewportScrollY'])))??!0x1;}};}function _0x4d4fea(_0x6937c8,_0x3fa41b){const _0x29f2fd=_0x37672f;return{'deltaX':_0x6937c8[_0x29f2fd(0x866)],'deltaY':_0x6937c8[_0x29f2fd(0x560)],'deltaMode':_0x6937c8[_0x29f2fd(0x681)],'clientX':_0x6937c8[_0x29f2fd(0x582)],'clientY':_0x6937c8[_0x29f2fd(0x91a)],'shiftKey':_0x6937c8['shiftKey'],'viewportScrollY':_0x3fa41b};}function _0x22a037(_0x5c66ea,_0x49647c,_0xf5f01f){const _0x1476ad=_0x37672f;let _0x5de89c=_0x5c66ea['descriptor'][_0x1476ad(0x86f)];return _0xf5f01f(_0x5de89c),_0x49647c[_0x1476ad(0x519)](_0x325731=>{const _0x5870bd=_0x1476ad;if(!_0x447947(_0x325731))return;let {params:_0x29e638}=_0x325731;if(_0x29e638[_0x5870bd(0x564)]!==_0x5c66ea['hostUnitId']||_0x29e638[_0x5870bd(0x466)]['embedId']!==_0x5c66ea[_0x5870bd(0x2ab)])return;let _0x5c649a=_0x29e638[_0x5870bd(0x466)][_0x5870bd(0x86f)];(0x0,_0x423058[_0x5870bd(0x278)])(_0x5de89c??{},_0x5c649a??{})||(_0x5de89c=_0x5c649a,_0xf5f01f(_0x5c649a));});}function _0x447947(_0xef2bef){const _0x1b0d24=_0x37672f;return _0xef2bef['id']===_0x5e0ca8[_0x1b0d24(0x798)]['id']&&_0xef2bef[_0x1b0d24(0x8fd)]!==void 0x0&&_0x1b0d24(0x564)in _0xef2bef[_0x1b0d24(0x8fd)]&&typeof _0xef2bef[_0x1b0d24(0x8fd)][_0x1b0d24(0x564)]==_0x1b0d24(0x43e)&&_0x1b0d24(0x466)in _0xef2bef[_0x1b0d24(0x8fd)]&&typeof _0xef2bef[_0x1b0d24(0x8fd)]['descriptor']=='object'&&_0xef2bef['params']['descriptor']!==null&&_0x1b0d24(0x2ab)in _0xef2bef['params'][_0x1b0d24(0x466)]&&typeof _0xef2bef[_0x1b0d24(0x8fd)]['descriptor'][_0x1b0d24(0x2ab)]==_0x1b0d24(0x43e);}function _0x178911(_0x24a161,_0x8cc89c){const _0x361205=_0x37672f;return{'childType':_0x423058[_0x361205(0x839)]['UNIVER_BASE'],'supportedLayouts':[_0x361205(0x77d),_0x361205(0x7a0),_0x361205(0x22f)],'beforeDeactivate':_0x5aeecb,'mount':_0x476d87=>_0xd07a3d(_0x476d87,_0x24a161,_0x8cc89c)};}function _0x5aeecb(_0x1167e4){const _0x3b77d6=_0x37672f;var _0x4f7a88;(_0x4f7a88=_0x1167e4[_0x3b77d6(0x5b0)][_0x3b77d6(0x8b8)])==null||_0x4f7a88[_0x3b77d6(0x7ef)](_0x281b76[_0x3b77d6(0x243)]['id'],{'commit':!0x1});}function _0xd07a3d(_0x334623,_0x37b0b1,_0x34d810){const _0x415896=_0x37672f;let _0x5b8a86=_0x334623[_0x415896(0x868)]['get'](_0x423058[_0x415896(0x8ca)])[_0x415896(0x80e)](_0x334623[_0x415896(0x783)],_0x423058[_0x415896(0x839)]['UNIVER_BASE']);if(!_0x5b8a86)return;let _0x1c0cef=new _0x281b76[(_0x415896(0x31e))](),_0x149880=new _0x281b76['BaseUIPopupService'](),_0x22fc8c=new _0x281b76['BaseEditorService'](_0x1c0cef),_0x2d790b=new _0x281b76[(_0x415896(0x828))](),_0x54275f=_0x3160c3(_0x334623,_0x1c0cef,_0x149880,_0x22fc8c);if(!_0x54275f){_0x2d790b['dispose'](),_0x22fc8c[_0x415896(0x4ff)](),_0x149880[_0x415896(0x4ff)](),_0x1c0cef['dispose']();return;}let _0x1535e8=_0x3ba7bb(_0x334623);_0x2d5836(_0x1c0cef,_0x5b8a86,_0x1535e8,_0x334623[_0x415896(0x466)]['displayTarget']);let _0x433290=_0x22a037(_0x334623,_0x37b0b1,_0x21b0ae=>_0x3d775d(_0x1c0cef,_0x5b8a86,_0x21b0ae)),_0x2aca6b=_0x334623['descriptor']['mode']==='readonly',_0x223d72=_0xebc495(_0x334623[_0x415896(0x868)],_0x54275f,_0x1c0cef,_0x149880,_0x22fc8c,_0x1535e8,_0x2d790b,_0x2aca6b,_0x334623[_0x415896(0x5b0)]['roots']['popup']);_0x19eece(_0x334623,_0x223d72);let _0x52ec8b=_0x34d810[_0x415896(0x920)]({'roots':_0x5027bb(_0x334623),'commandService':_0x223d72[_0x415896(0x47e)](_0x423058[_0x415896(0x58f)]),'editorService':_0x22fc8c,'stateService':_0x1c0cef}),_0x238218=_0x334623[_0x415896(0x868)]['get'](_0x2b84b4),_0x33c865='',_0x316d3b=_0x1c0cef[_0x415896(0x322)][_0x415896(0x4a5)](_0x344199=>{const _0x3d494d=_0x415896;let _0x31265a=_0x344199[_0x3d494d(0x4a6)]?[..._0x344199[_0x3d494d(0x906)][_0x344199[_0x3d494d(0x4a6)]]??[]][_0x3d494d(0x6d8)]()[_0x3d494d(0x221)]('\x00'):'',_0x4d8a4a=(_0x344199[_0x3d494d(0x6b9)]??'')+'\x00'+(_0x344199[_0x3d494d(0x4a6)]??'')+'\x00'+_0x31265a;_0x4d8a4a!==_0x33c865&&(_0x33c865=_0x4d8a4a,_0x238218['notifyContentSizeChanged'](_0x334623[_0x3d494d(0x7cf)],_0x334623[_0x3d494d(0x2ab)]));}),_0x27a4da=_0x596546(_0x334623),_0x5f2e25=_0x4b0eb6(_0x27a4da),_0x19fb8b=_0x2c96cd(_0x334623,_0x223d72),_0x5634f2=_0x334623[_0x415896(0x868)]['get'](_0x423058[_0x415896(0x8ca)]),_0x497ea5=_0x5634f2[_0x415896(0x71e)](_0x423058['UniverInstanceType'][_0x415896(0x2d9)]);return _0x5634f2[_0x415896(0x40b)](_0x334623[_0x415896(0x783)]),_0x27a4da[_0x415896(0x89c)][_0x415896(0x5d9)]=_0x334623[_0x415896(0x783)],_0x27a4da[_0x415896(0x89c)][_0x415896(0x5c8)]=_0x415896(0x3ba),_0x5f2e25[_0x415896(0x5db)]((0x0,_0x8825e5[_0x415896(0x3c4)])(_0x418b69,{'injector':_0x223d72,'mountContainer':_0x334623[_0x415896(0x5b0)][_0x415896(0x8dd)][_0x415896(0x7f1)],'embedId':_0x334623[_0x415896(0x2ab)],'children':(0x0,_0x8825e5[_0x415896(0x3c4)])(_0x281b76[_0x415896(0x8cd)],{})})),(0x0,_0x423058[_0x415896(0x35b)])(()=>{const _0x13d167=_0x415896;_0x52ec8b[_0x13d167(0x4ff)](),_0x433290['dispose'](),_0x316d3b[_0x13d167(0x7b2)](),_0x19fb8b['dispose'](),_0x5deccb(_0x5f2e25),_0x497ea5&&_0x5634f2[_0x13d167(0x40b)](_0x497ea5[_0x13d167(0x55c)]()),_0x2d790b[_0x13d167(0x4ff)](),_0x22fc8c[_0x13d167(0x4ff)](),_0x149880[_0x13d167(0x4ff)](),_0x1c0cef['dispose'](),_0x223d72[_0x13d167(0x4ff)](),_0x27a4da[_0x13d167(0x4d4)]&&(_0x27a4da[_0x13d167(0x542)](_0x13d167(0x8f3)),_0x27a4da['removeAttribute'](_0x13d167(0x486)));});}function _0x5027bb(_0x2e9c4b){const _0x39d2bc=_0x37672f;let _0x334161=new Set();return _0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x456)]),_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x6fe)]),_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x551)]),_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x7f1)]),_0x2e9c4b['runtimeScope'][_0x39d2bc(0x8dd)]['canvas']&&_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x492)]),_0x2e9c4b[_0x39d2bc(0x5b0)]['roots'][_0x39d2bc(0x69b)]&&_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b['runtimeScope'][_0x39d2bc(0x8dd)][_0x39d2bc(0x69b)]),[..._0x334161];}function _0x19eece(_0x39aca1,_0x2d26a5){const _0x328255=_0x37672f;_0x39aca1[_0x328255(0x5b0)][_0x328255(0x868)]=_0x2d26a5,_0x39aca1['runtimeScope'][_0x328255(0x4ee)]=_0x2d26a5[_0x328255(0x47e)](_0x423058[_0x328255(0x8ca)]),_0x39aca1[_0x328255(0x5b0)]['commandService']=_0x2d26a5[_0x328255(0x47e)](_0x423058['ICommandService']);}function _0x596546(_0x3ede58){const _0x48e1c2=_0x37672f;var _0x349af1,_0x4f2623,_0x29cb94;return((_0x349af1=_0x3ede58[_0x48e1c2(0x5b0)])==null||(_0x349af1=_0x349af1['roots'])==null?void 0x0:_0x349af1[_0x48e1c2(0x6fe)])??((_0x4f2623=_0x3ede58[_0x48e1c2(0x46e)])==null?void 0x0:_0x4f2623[_0x48e1c2(0x891)])??((_0x29cb94=_0x3ede58[_0x48e1c2(0x46e)])==null?void 0x0:_0x29cb94[_0x48e1c2(0x677)])??document;}function _0x2c96cd(_0x1ddbaf,_0x5133de){let _0x1614c3=!0x1,_0xd7b16f=0x0,_0x219323=(0x0,_0x423058['toDisposable'])(()=>{}),_0xc49cc0,_0x27fd67=()=>{const _0x3f1a5d=_0x3a85;if(_0x1614c3)return;let _0x2abfec=()=>{const _0x21fe37=_0x3a85;_0xd7b16f=window[_0x21fe37(0x62b)](_0x27fd67);},_0x50066f=_0x119ad3(_0x1ddbaf);if(!_0x56ab3e(_0x50066f)){_0x1ddbaf[_0x3f1a5d(0x3e5)][_0x3f1a5d(0x89c)][_0x3f1a5d(0x294)]=_0x3f1a5d(0x851),_0x2abfec();return;}if(_0xc49cc0===_0x50066f&&_0x50066f[_0x3f1a5d(0x546)](_0x3f1a5d(0x492)))return;_0x219323[_0x3f1a5d(0x4ff)]();let _0x2b4e90=_0x1ddbaf[_0x3f1a5d(0x868)][_0x3f1a5d(0x47e)](_0x18a9fe['IRenderManagerService']),_0x25bdfc;try{_0x25bdfc=_0x1a2ebf(_0x2b4e90,_0x1ddbaf[_0x3f1a5d(0x783)],_0x5133de);}catch(_0x45f39e){_0x1ddbaf[_0x3f1a5d(0x3e5)]['dataset'][_0x3f1a5d(0x81a)]=_0x45f39e instanceof Error?_0x45f39e[_0x3f1a5d(0x351)]:String(_0x45f39e),_0x25bdfc=void 0x0;}if(!_0x25bdfc){_0x1ddbaf[_0x3f1a5d(0x3e5)][_0x3f1a5d(0x89c)][_0x3f1a5d(0x294)]=_0x3f1a5d(0x267),_0xc49cc0=void 0x0,_0x2abfec();return;}delete _0x1ddbaf[_0x3f1a5d(0x3e5)]['dataset'][_0x3f1a5d(0x81a)],_0x50066f[_0x3f1a5d(0x89c)][_0x3f1a5d(0x5d9)]=_0x1ddbaf[_0x3f1a5d(0x783)],_0x25bdfc['engine'][_0x3f1a5d(0x48e)](_0x50066f),_0x4c236a(_0x25bdfc,{'activate':_0x13b6c4(_0x1ddbaf)});let _0xc3dc92=_0x5ca7bb(_0x25bdfc,_0x50066f,{'activate':!0x1});_0x219323=(0x0,_0x423058[_0x3f1a5d(0x35b)])(()=>{const _0x3d042d=_0x3f1a5d;_0xc3dc92['dispose']();try{var _0x1d11d0,_0x1ce3da;(_0x1d11d0=(_0x1ce3da=_0x25bdfc[_0x3d042d(0x1dc)])[_0x3d042d(0x506)])==null||_0x1d11d0['call'](_0x1ce3da);}catch{}_0x2b4e90[_0x3d042d(0x898)](_0x1ddbaf[_0x3d042d(0x783)]),_0x50066f[_0x3d042d(0x542)](_0x3d042d(0x8f3));}),_0xc49cc0=_0x50066f,_0x1ddbaf['container'][_0x3f1a5d(0x89c)][_0x3f1a5d(0x294)]=_0x3f1a5d(0x864),_0x2abfec();};return _0xd7b16f=window['requestAnimationFrame'](_0x27fd67),(0x0,_0x423058['toDisposable'])(()=>{const _0x347429=_0x3a85;_0x1614c3=!0x0,window[_0x347429(0x20c)](_0xd7b16f),_0x219323[_0x347429(0x4ff)]();});}function _0x119ad3(_0xa7d9a8){const _0x445941=_0x37672f;return(0x0,_0x281b76[_0x445941(0x68e)])({'unitId':_0xa7d9a8['childUnitId'],'scope':_0x596546(_0xa7d9a8)});}function _0x56ab3e(_0x1d21f0){const _0x180108=_0x37672f;return!!_0x1d21f0&&_0x1d21f0[_0x180108(0x4d4)]&&_0x1d21f0[_0x180108(0x2f4)]>0x0&&_0x1d21f0['clientHeight']>0x0;}function _0x13b6c4(_0x31207b){return!0x0;}function _0x3160c3(_0x3177c0,_0x20267a,_0x3d2514,_0x8cc807){const _0x278f03=_0x37672f;let _0x4d014f=_0x3177c0['injector'][_0x278f03(0x47e)](_0x423058[_0x278f03(0x8ca)]),_0x1b21ca=_0x4d014f['getUnit'](_0x3177c0[_0x278f03(0x783)],_0x3177c0['childType']);if(!_0x1b21ca)return;let _0x42188b=_0x8617f6(_0x4d014f,_0x3177c0,_0x1b21ca),_0x44b4d3=_0x5adba4(_0x3177c0[_0x278f03(0x868)][_0x278f03(0x47e)](_0x423058['ICommandService']),_0x20267a,_0x3d2514,_0x8cc807,_0x3177c0[_0x278f03(0x868)][_0x278f03(0x47e)](_0x3d115f['IBaseProjectionService']),_0x4d014f,_0x3177c0[_0x278f03(0x783)]);return _0x37dc54(_0x3177c0[_0x278f03(0x868)],new Map([[_0x423058['IUniverInstanceService'],_0x42188b],[_0x423058[_0x278f03(0x58f)],_0x44b4d3],[_0x281b76[_0x278f03(0x5dd)],(0x0,_0x281b76[_0x278f03(0x3c2)])(_0x596546(_0x3177c0))]]));}function _0x8617f6(_0x3dc893,_0x3c1d65,_0x277c99){const _0x1a0a2b=_0x37672f;return{'unitAdded$':_0x3dc893[_0x1a0a2b(0x6e6)],'unitDisposed$':_0x3dc893['unitDisposed$'],'focused$':(0x0,_0x12f7a8['of'])(_0x277c99[_0x1a0a2b(0x55c)]()),'getTypeOfUnitAdded$':_0x3dc893[_0x1a0a2b(0x7a7)][_0x1a0a2b(0x412)](_0x3dc893),'__addUnit':_0x3dc893[_0x1a0a2b(0x72c)][_0x1a0a2b(0x412)](_0x3dc893),'getTypeOfUnitDisposed$':_0x3dc893[_0x1a0a2b(0x368)][_0x1a0a2b(0x412)](_0x3dc893),'focusUnit':_0x282d1b=>{_0x282d1b!==null&&_0x282d1b!==_0x3c1d65['childUnitId']&&_0x3dc893['focusUnit'](_0x282d1b);},'getFocusedUnit':()=>_0x277c99,'getCurrentUnitOfType':_0x542ca9=>_0x542ca9===_0x3c1d65['childType']?_0x277c99:_0x3dc893['getCurrentUnitOfType'](_0x542ca9),'setCurrentUnitForType':_0x13f5cb=>{_0x13f5cb!==_0x3c1d65['childUnitId']&&_0x3dc893['setCurrentUnitForType'](_0x13f5cb);},'getCurrentTypeOfUnit$':_0x3d680f=>_0x3d680f===_0x3c1d65['childType']?(0x0,_0x12f7a8['of'])(_0x277c99):_0x3dc893[_0x1a0a2b(0x5bd)](_0x3d680f),'createUnit':_0x3dc893[_0x1a0a2b(0x2fd)][_0x1a0a2b(0x412)](_0x3dc893),'getUnitCreateOptions':_0x3dc893['getUnitCreateOptions']['bind'](_0x3dc893),'disposeUnit':_0x3dc893['disposeUnit'][_0x1a0a2b(0x412)](_0x3dc893),'registerCtorForType':_0x3dc893[_0x1a0a2b(0x760)][_0x1a0a2b(0x412)](_0x3dc893),'getUnit':_0x3dc893[_0x1a0a2b(0x80e)][_0x1a0a2b(0x412)](_0x3dc893),'getAllUnitsForType':_0x44d499=>_0x44d499===_0x3c1d65[_0x1a0a2b(0x6b0)]?[_0x277c99]:_0x3dc893[_0x1a0a2b(0x641)](_0x44d499),'getUnitType':_0x3dc893['getUnitType'][_0x1a0a2b(0x412)](_0x3dc893)};}function _0x2d5836(_0x3c6a7f,_0x4ffa18,_0x40f862='workbench',_0x4b61fc){const _0xc43132=_0x37672f;let {tableId:_0x300674,viewId:_0x215cff}=_0x1c69f8(_0x4ffa18,_0x4b61fc);_0x300674&&_0x3c6a7f[_0xc43132(0x36b)](_0x300674),_0x215cff&&_0x3c6a7f[_0xc43132(0x5fc)](_0x215cff),_0x3c6a7f[_0xc43132(0x32d)](_0x40f862==='workbench');}function _0x1c69f8(_0x823a49,_0x20d1c6){const _0x2c02a1=_0x37672f;var _0x14f1be,_0x2425c9,_0x246cfc,_0xf00f0f,_0x86a9e7;let _0x50d023=_0x823a49['getSnapshot'](),_0x4af332=_0x20d1c6==null?void 0x0:_0x20d1c6[_0x2c02a1(0x204)],_0x48f255=_0x4af332&&(_0x14f1be=_0x50d023[_0x2c02a1(0x44f)])!=null&&_0x14f1be[_0x4af332]?_0x4af332:((_0x2425c9=_0x50d023['tableOrder'])==null?void 0x0:_0x2425c9[_0x2c02a1(0x782)](_0x4bac7e=>{const _0x4d5834=_0x2c02a1;var _0x3ee190;return!!((_0x3ee190=_0x50d023[_0x4d5834(0x44f)])!=null&&_0x3ee190[_0x4bac7e]);}))??Object['keys'](_0x50d023['tables']??{})[0x0]??'',_0x28738c=(_0x246cfc=_0x50d023[_0x2c02a1(0x44f)])==null?void 0x0:_0x246cfc[_0x48f255],_0x72a378=_0x20d1c6==null?void 0x0:_0x20d1c6['viewId'],_0x3a7d89=_0x72a378&&_0x28738c!=null&&(_0xf00f0f=_0x28738c[_0x2c02a1(0x67f)])!=null&&_0xf00f0f[_0x72a378]?_0x72a378:_0x28738c==null||(_0x86a9e7=_0x28738c[_0x2c02a1(0x74d)])==null?void 0x0:_0x86a9e7[_0x2c02a1(0x782)](_0x4e533b=>{const _0x37feb2=_0x2c02a1;var _0x237f34;return!!((_0x237f34=_0x28738c[_0x37feb2(0x67f)])!=null&&_0x237f34[_0x4e533b]);});return{'tableId':_0x48f255,..._0x3a7d89?{'viewId':_0x3a7d89}:{}};}function _0x3d775d(_0x241f75,_0x3f80b2,_0x13ac8c){const _0x2cbe8b=_0x37672f;let _0x55d93e=_0x1c69f8(_0x3f80b2,_0x13ac8c),_0x494157=_0x241f75[_0x2cbe8b(0x349)]();_0x55d93e[_0x2cbe8b(0x204)]&&_0x494157[_0x2cbe8b(0x6b9)]!==_0x55d93e[_0x2cbe8b(0x204)]&&_0x241f75[_0x2cbe8b(0x36b)](_0x55d93e[_0x2cbe8b(0x204)]),_0x55d93e[_0x2cbe8b(0x804)]&&_0x241f75[_0x2cbe8b(0x349)]()[_0x2cbe8b(0x4a6)]!==_0x55d93e[_0x2cbe8b(0x804)]&&_0x241f75[_0x2cbe8b(0x5fc)](_0x55d93e['viewId']);}function _0x3ba7bb(_0x3e7216){const _0xed304f=_0x37672f;return _0x3e7216[_0xed304f(0x46e)]['fullscreen']?_0xed304f(0x3d5):_0x3e7216['renderScope'][_0xed304f(0x69f)]==='float'?'content-only':_0xed304f(0x8e9);}function _0xebc495(_0x238fb9,_0x5c6d4e,_0x5376a6,_0x2dbb93=new _0x281b76[(_0x37672f(0x777))](),_0x1441b0=new _0x281b76[(_0x37672f(0x835))](_0x5376a6),_0x44681e=_0x37672f(0x8e9),_0x46d6b1,_0x382188=!0x1,_0x46724b){const _0x28f54b=_0x37672f;let _0x599ff8=_0x2c78b4(_0x238fb9[_0x28f54b(0x47e)](_0x423058[_0x28f54b(0x514)]),_0x44681e),_0x551d28=_0x5adba4(_0x5c6d4e['get'](_0x423058['ICommandService']),_0x5376a6,_0x2dbb93,_0x1441b0,_0x5c6d4e[_0x28f54b(0x47e)](_0x3d115f[_0x28f54b(0x4f1)]),_0x5c6d4e[_0x28f54b(0x47e)](_0x423058[_0x28f54b(0x8ca)]),void 0x0,_0x382188),_0x4be3ed=new Map([[_0x281b76['IBaseUIStateService'],_0x5376a6],[_0x281b76['IBaseUIPopupService'],_0x2dbb93],[_0x281b76[_0x28f54b(0x536)],_0x1441b0],[_0x423058['ICommandService'],_0x551d28],[_0x423058[_0x28f54b(0x514)],_0x599ff8],[_0x281b76['IBaseCanvasRootResolverService'],_0x5c6d4e[_0x28f54b(0x47e)](_0x281b76[_0x28f54b(0x5dd)])],[_0x281b76['IBaseGlobalPortalService'],(0x0,_0x281b76['createScopedBaseGlobalPortalService'])(_0x46724b)]]);return _0x46d6b1&&_0x4be3ed[_0x28f54b(0x5d7)](_0x281b76['IBaseViewWheelScrollService'],_0x46d6b1),_0x37dc54(_0x5c6d4e,_0x4be3ed);}function _0x5adba4(_0xc3308,_0x1c614a,_0x4ccff5,_0x3c0eee,_0x204070,_0x538ceb,_0x8d94c0,_0x5e36e0=!0x1){const _0x3c5c4c=_0x37672f;let _0x1297bd={'disposed':_0xc3308[_0x3c5c4c(0x5e1)]['bind'](_0xc3308),'hasCommand':_0xc3308[_0x3c5c4c(0x572)]['bind'](_0xc3308),'registerCommand':_0xc3308['registerCommand']['bind'](_0xc3308),'unregisterCommand':_0xc3308[_0x3c5c4c(0x687)][_0x3c5c4c(0x412)](_0xc3308),'registerMultipleCommand':_0xc3308['registerMultipleCommand'][_0x3c5c4c(0x412)](_0xc3308),'executeCommand':async(..._0x4ce2c6)=>{const _0x5501a8=_0x3c5c4c;if(_0x4ce2c6[0x0]===_0x281b76[_0x5501a8(0x38b)]['id']&&_0x538ceb)return(0x0,_0x281b76['executeBaseKeyboardOperation'])({'commandService':_0x1297bd,'instanceService':_0x538ceb,'projectionService':_0x204070,'stateService':_0x1c614a},_0x4ce2c6[0x1]);let _0x1001ba=_0xa2fdfb(_0x4ce2c6[0x0],_0x4ce2c6[0x1],_0x1c614a,_0x4ccff5,_0x538ceb,_0x8d94c0);if(_0x1001ba!==void 0x0)return _0x1001ba;if(_0x530589(_0x4ce2c6[0x0],_0x4ce2c6[0x1],_0x3c0eee,_0x5e36e0))return!0x0;let _0x13affe=_0x8d94c0?_0x538ceb==null?void 0x0:_0x538ceb[_0x5501a8(0x71e)](_0x423058[_0x5501a8(0x839)]['UNIVER_BASE']):void 0x0;try{return _0x8d94c0&&(_0x538ceb==null||_0x538ceb['setCurrentUnitForType'](_0x8d94c0)),await _0xc3308[_0x5501a8(0x6a6)](_0x4ce2c6[0x0],_0x4ce2c6[0x1],_0x4ce2c6[0x2]);}finally{_0x13affe&&(_0x538ceb==null||_0x538ceb['setCurrentUnitForType'](_0x13affe[_0x5501a8(0x55c)]()));}},'syncExecuteCommand':(..._0x56033d)=>{const _0x5efd8b=_0x3c5c4c;if(_0x56033d[0x0]===_0x281b76['BaseKeyboardOperation']['id']&&_0x538ceb)return(0x0,_0x281b76[_0x5efd8b(0x5c1)])({'commandService':_0x1297bd,'instanceService':_0x538ceb,'projectionService':_0x204070,'stateService':_0x1c614a},_0x56033d[0x1]);let _0x55b920=_0xa2fdfb(_0x56033d[0x0],_0x56033d[0x1],_0x1c614a,_0x4ccff5,_0x538ceb,_0x8d94c0);if(_0x55b920!==void 0x0)return _0x55b920;if(_0x530589(_0x56033d[0x0],_0x56033d[0x1],_0x3c0eee,_0x5e36e0))return!0x0;let _0x1e0bfc=_0x8d94c0?_0x538ceb==null?void 0x0:_0x538ceb[_0x5efd8b(0x71e)](_0x423058[_0x5efd8b(0x839)][_0x5efd8b(0x2d9)]):void 0x0;try{return _0x8d94c0&&(_0x538ceb==null||_0x538ceb[_0x5efd8b(0x40b)](_0x8d94c0)),_0xc3308[_0x5efd8b(0x7ef)](_0x56033d[0x0],_0x56033d[0x1],_0x56033d[0x2]);}finally{_0x1e0bfc&&(_0x538ceb==null||_0x538ceb[_0x5efd8b(0x40b)](_0x1e0bfc['getUnitId']()));}},'onCommandExecuted':_0xc3308[_0x3c5c4c(0x519)][_0x3c5c4c(0x412)](_0xc3308),'beforeCommandExecuted':_0xc3308['beforeCommandExecuted'][_0x3c5c4c(0x412)](_0xc3308),'onMutationExecutedForCollab':_0xc3308['onMutationExecutedForCollab'][_0x3c5c4c(0x412)](_0xc3308)};return _0x1297bd;}function _0xa2fdfb(_0x598227,_0x72b2ce,_0x144dff,_0x504bdc,_0x4a7b10,_0x11b7fa){const _0x254925=_0x37672f;if(_0x598227===_0x281b76[_0x254925(0x754)]['id']){let _0x27eaa0=_0x72b2ce;return _0x27eaa0!=null&&_0x27eaa0[_0x254925(0x804)]?(_0x27eaa0['tableId']&&_0x144dff['activateTable'](_0x27eaa0[_0x254925(0x204)]),_0x144dff[_0x254925(0x5fc)](_0x27eaa0[_0x254925(0x804)]),!0x0):!0x1;}if(_0x598227===_0x281b76[_0x254925(0x3ef)]['id']){let _0x50a0cd=_0x72b2ce;if(!(_0x50a0cd!=null&&_0x50a0cd[_0x254925(0x204)]))return!0x1;_0x144dff[_0x254925(0x36b)](_0x50a0cd['tableId']);let _0x24a198=_0x50a0cd[_0x254925(0x564)]?_0x4a7b10==null?void 0x0:_0x4a7b10[_0x254925(0x80e)](_0x50a0cd[_0x254925(0x564)],_0x423058['UniverInstanceType'][_0x254925(0x2d9)]):_0x4a7b10==null?void 0x0:_0x4a7b10['getCurrentUnitOfType'](_0x423058[_0x254925(0x839)][_0x254925(0x2d9)]),_0x51d5c1=(_0x24a198==null?void 0x0:_0x24a198['getUnitId']())??_0x11b7fa;_0x51d5c1&&(_0x4a7b10==null||_0x4a7b10[_0x254925(0x40b)](_0x51d5c1),_0x4a7b10==null||_0x4a7b10[_0x254925(0x1eb)](_0x51d5c1));let _0x29b574=_0x24a198==null?void 0x0:_0x24a198[_0x254925(0x41e)]()[_0x254925(0x44f)][_0x50a0cd[_0x254925(0x204)]],_0x3e1eac=_0x29b574==null?void 0x0:_0x29b574['viewOrder'][_0x254925(0x782)](_0x59bcb8=>_0x29b574['views'][_0x59bcb8]);return _0x3e1eac&&_0x144dff[_0x254925(0x5fc)](_0x3e1eac),!0x0;}if(_0x598227===_0x281b76[_0x254925(0x57d)]['id']){let _0x481b42=_0x72b2ce;return _0x481b42!=null&&_0x481b42[_0x254925(0x804)]?(_0x144dff['setScrollState'](_0x481b42['viewId'],{'x':_0x481b42['x']??0x0,'y':_0x481b42['y']??0x0}),!0x0):!0x1;}if(_0x598227===_0x281b76[_0x254925(0x57b)]['id']){let _0x587c12=_0x72b2ce;return!(_0x587c12!=null&&_0x587c12[_0x254925(0x804)])||typeof _0x587c12[_0x254925(0x83d)]!=_0x254925(0x2c5)?!0x1:(_0x144dff[_0x254925(0x7b6)](_0x587c12[_0x254925(0x804)],_0x587c12['zoom']),!0x0);}if(_0x598227===_0x281b76[_0x254925(0x823)]['id'])return _0x72b2ce?(_0x144dff[_0x254925(0x85e)](),_0x504bdc[_0x254925(0x236)](_0x72b2ce),!0x0):!0x1;if(_0x598227===_0x281b76[_0x254925(0x3de)]['id'])return _0x504bdc[_0x254925(0x63d)](),!0x0;if(_0x598227===_0x281b76[_0x254925(0x6d2)]['id'])return _0x72b2ce?(_0x144dff[_0x254925(0x85e)](),_0x504bdc[_0x254925(0x7f4)](_0x72b2ce),!0x0):!0x1;if(_0x598227===_0x281b76[_0x254925(0x8b9)]['id'])return _0x504bdc[_0x254925(0x764)](),!0x0;if(_0x598227===_0x281b76[_0x254925(0x771)]['id'])return _0x72b2ce?(_0x504bdc[_0x254925(0x5ac)](_0x72b2ce),!0x0):!0x1;if(_0x598227===_0x281b76[_0x254925(0x8be)]['id'])return _0x504bdc[_0x254925(0x2d6)](),!0x0;if(_0x598227===_0x281b76[_0x254925(0x2e4)]['id']){let _0x520bf2=_0x72b2ce;return _0x520bf2!=null&&_0x520bf2[_0x254925(0x2c6)]?(_0x144dff[_0x254925(0x395)](_0x520bf2['recordId']),!0x0):!0x1;}if(_0x598227===_0x281b76['CloseBaseRecordDetailPanelOperation']['id'])return _0x144dff[_0x254925(0x251)](),!0x0;}function _0x530589(_0x13a9b8,_0x55c227,_0xa2434f,_0x221de9=!0x1){const _0x584a2f=_0x37672f;return _0x13a9b8===_0x281b76[_0x584a2f(0x919)]['id']?(_0x221de9||_0xa2434f['startEditingCell'](_0x55c227),!0x0):_0x13a9b8===_0x281b76['StopBaseEditingCellOperation']['id']?(_0xa2434f[_0x584a2f(0x6a5)](),!0x0):!0x1;}function _0x2c78b4(_0x14ce1c,_0x1f1e24){const _0x4bc20c=_0x37672f;return{'getConfig':_0x3fbce7=>{const _0x19d9af=_0x3a85;let _0x34a820=_0x14ce1c[_0x19d9af(0x512)](_0x3fbce7);return _0x3fbce7===_0x281b76[_0x19d9af(0x606)]?_0x2cf3d0(_0x34a820??{},_0x1f1e24):_0x34a820;},'setConfig':_0x14ce1c['setConfig'][_0x4bc20c(0x412)](_0x14ce1c),'deleteConfig':_0x14ce1c[_0x4bc20c(0x3d0)][_0x4bc20c(0x412)](_0x14ce1c),'subscribeConfigValue$':_0x14ce1c[_0x4bc20c(0x254)]['bind'](_0x14ce1c)};}function _0x2cf3d0(_0x18b5d8,_0x18b8d6='workbench'){const _0x23c817=_0x37672f;let _0x50a8f1;return _0x50a8f1=_0x18b8d6===_0x23c817(0x307)||_0x18b8d6===_0x23c817(0x3d5)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x18b5d8,'workbench':{..._0x18b5d8[_0x23c817(0x8e9)]??{},..._0x50a8f1,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function _0x21d4a2(_0x1a38cc){const _0x59ab7b=_0x37672f;var _0x2cb745;if(_0x1a38cc[_0x59ab7b(0x46e)][_0x59ab7b(0x3d5)]&&_0x1a38cc[_0x59ab7b(0x5b0)][_0x59ab7b(0x8dd)][_0x59ab7b(0x69b)])return _0x1a38cc['runtimeScope']['roots'][_0x59ab7b(0x69b)];let _0x28ee5e=_0x1a38cc[_0x59ab7b(0x5b0)][_0x59ab7b(0x8dd)]['overlay']??_0x1a38cc[_0x59ab7b(0x46e)]['overlayRoot']??_0x1a38cc[_0x59ab7b(0x46e)][_0x59ab7b(0x677)],_0x4c7317=((_0x2cb745=_0x28ee5e[_0x59ab7b(0x76e)])==null?void 0x0:_0x2cb745['dataset'][_0x59ab7b(0x3cf)])===_0x59ab7b(0x274)?_0x28ee5e[_0x59ab7b(0x76e)]:void 0x0;if(!_0x4c7317||!_0x1a38cc['embedId']||!_0x4c7317[_0x59ab7b(0x89c)]['embedId']||_0x4c7317['dataset'][_0x59ab7b(0x2ab)]===_0x1a38cc[_0x59ab7b(0x2ab)])return _0x4c7317??_0x28ee5e;let _0x395a46=_0x1a38cc[_0x59ab7b(0x46e)][_0x59ab7b(0x677)][_0x59ab7b(0x53c)];return Array[_0x59ab7b(0x7a2)](_0x395a46[_0x59ab7b(0x793)]('[data-u-comp=\x22embed-float-dom-chrome\x22]'))[_0x59ab7b(0x782)](_0x16e967=>_0x16e967[_0x59ab7b(0x89c)]['embedId']===_0x1a38cc[_0x59ab7b(0x2ab)])??_0x28ee5e;}function _0x2c109e(_0x38efaa){const _0x379260=_0x37672f;let _0x408a6a=_0x21d4a2(_0x38efaa),_0x1edb68=_0x38efaa[_0x379260(0x46e)][_0x379260(0x677)]['ownerDocument']['createElement'](_0x379260(0x46a));return _0x1edb68[_0x379260(0x89c)]['embedFloatingMenuEntry']=_0x38efaa[_0x379260(0x466)][_0x379260(0x23b)],_0x1edb68[_0x379260(0x247)]='univer-pointer-events-none',_0x408a6a['appendChild'](_0x1edb68),{'root':_0x408a6a,'menu':_0x1edb68};}function _0x454349(_0x3a28c7){const _0x438093=_0x37672f;return[{'hostType':_0x423058['UniverInstanceType'][_0x438093(0x4d7)],'entry':_0x5e0ca8[_0x438093(0x757)]['DocsCustomBlock'],'childType':_0x3a28c7[_0x438093(0x6b0)],'mount':_0x3a28c7[_0x438093(0x48e)]},{'hostType':_0x423058[_0x438093(0x839)][_0x438093(0x89d)],'entry':_0x5e0ca8[_0x438093(0x757)]['SheetsFloatingObject'],'childType':_0x3a28c7[_0x438093(0x6b0)],'mount':_0x3a28c7['mount']},{'hostType':_0x423058[_0x438093(0x839)][_0x438093(0x428)],'entry':_0x5e0ca8['EmbedHostEntryEnum'][_0x438093(0x5cb)],'childType':_0x3a28c7[_0x438093(0x6b0)],'mount':_0x3a28c7['mount']},{'hostType':_0x423058[_0x438093(0x839)][_0x438093(0x316)],'entry':_0x5e0ca8['EmbedHostEntryEnum'][_0x438093(0x3ca)],'childType':_0x3a28c7[_0x438093(0x6b0)],'mount':_0x3a28c7['mount']}];}function _0x15b532(_0x1c9612){const _0x49632a=_0x37672f;let {embedId:_0x561e00,childUnitId:_0x13eff7,base:_0x18893d,activeTable:_0x2ed325}=_0x1c9612,_0x1d5a3b=_0x449f9b(_0x561e00);return _0x1d5a3b?(0x0,_0x321d8d[_0x49632a(0x1d0)])((0x0,_0x8825e5[_0x49632a(0x3c4)])(_0x3282c2,{'childUnitId':_0x13eff7,'base':_0x18893d,'activeTable':_0x2ed325}),_0x1d5a3b):null;}function _0x449f9b(_0x15193c){let [_0x140091,_0x3e3662]=(0x0,_0x10447b['useState'])(()=>_0x494919(_0x15193c));return(0x0,_0x10447b['useEffect'])(()=>{const _0x1b88da=_0x3a85;let _0x1c7d7d=window[_0x1b88da(0x62b)](()=>_0x3e3662(_0x494919(_0x15193c)));return()=>{window['cancelAnimationFrame'](_0x1c7d7d);};},[_0x15193c]),_0x140091;}function _0x494919(_0x9784c2){const _0x3b069a=_0x37672f;return Array[_0x3b069a(0x7a2)](document[_0x3b069a(0x793)]('[data-embed-fullscreen-sidebar-slot=\x22true\x22]'))[_0x3b069a(0x782)](_0x593a6f=>_0x593a6f['dataset'][_0x3b069a(0x2ab)]===_0x9784c2)??null;}function _0x3282c2(_0x1b5b4b){const _0x20492b=_0x37672f;var _0x3981b0,_0x30db5e;let {childUnitId:_0x4478d2,base:_0x5244f3,activeTable:_0x24a8ce}=_0x1b5b4b,_0xc316e6=(0x0,_0x4fbb7a[_0x20492b(0x7bd)])(_0x423058['ICommandService']),_0x1ab870=(0x0,_0x4fbb7a['useDependency'])(_0x423058[_0x20492b(0x514)]),_0x571ddb=(0x0,_0x4fbb7a[_0x20492b(0x7bd)])(_0x423058[_0x20492b(0x5f7)]),_0x37f8db=(0x0,_0x4fbb7a[_0x20492b(0x7bd)])(_0x281b76['IBaseUIStateService']),_0xbe3c78=(0x0,_0x4fbb7a[_0x20492b(0x711)])(()=>_0x37f8db[_0x20492b(0x322)],_0x37f8db[_0x20492b(0x349)](),!0x1,[_0x37f8db]),[_0x1156ba,_0x58fbb7]=(0x0,_0x10447b[_0x20492b(0x1d1)])(null),[_0x1870ce,_0x1dccc0]=(0x0,_0x10447b[_0x20492b(0x1d1)])(null),[_0x3df94c,_0x52bd80]=(0x0,_0x10447b[_0x20492b(0x1d1)])(''),[_0x4fbb40,_0x2799fb]=(0x0,_0x10447b[_0x20492b(0x1d1)])(_0x20492b(0x88a)),[_0x58339a,_0x4db8b2]=(0x0,_0x10447b[_0x20492b(0x1d1)])(null),_0x4c71a5=(_0x1ab870==null||(_0x3981b0=_0x1ab870['getConfig'](_0x281b76[_0x20492b(0x606)]))==null?void 0x0:_0x3981b0[_0x20492b(0x8e9)])??{},_0x28300d=_0xbe3c78['layout'][_0x20492b(0x3dd)]??_0x4c71a5['leftPanelWidth']??((_0x30db5e=_0x281b76[_0x20492b(0x883)][_0x20492b(0x8e9)])==null?void 0x0:_0x30db5e[_0x20492b(0x3dd)])??_0x281b76['BASE_LEFT_PANEL_DEFAULT_WIDTH'],_0x148608=_0x5244f3[_0x20492b(0x41e)](),_0x6f7edc=_0x3ae359(_0x148608,_0x24a8ce['id']),_0x369052=async _0x574a82=>{const _0xf4a9ad=_0x20492b;let _0x5eaf0a=_0x148608['tables'][_0x574a82];if(!_0x5eaf0a)return;let _0x4d2afe=_0x5eaf0a[_0xf4a9ad(0x74d)][_0xf4a9ad(0x782)](_0x156aea=>_0x5eaf0a[_0xf4a9ad(0x67f)][_0x156aea]);_0x37f8db[_0xf4a9ad(0x36b)](_0x5eaf0a['id']),_0x4d2afe&&_0x37f8db['activateView'](_0x4d2afe),_0x37f8db[_0xf4a9ad(0x51d)](null),_0x37f8db[_0xf4a9ad(0x251)](),await _0xc316e6[_0xf4a9ad(0x6a6)](_0x281b76[_0xf4a9ad(0x3ef)]['id'],{'unitId':_0x4478d2,'tableId':_0x574a82});},_0x2c2da3=async()=>{const _0x2345c7=_0x20492b;let _0x31de23=(0x0,_0x423058['createDefaultBaseTableSnapshot'])({'id':_0x2345c7(0x84c)+(0x0,_0x423058[_0x2345c7(0x32a)])(0x8),'name':_0x241753(_0x5244f3[_0x2345c7(0x41e)](),_0x4e176d=>_0x571ddb['t'](_0x2345c7(0x876),String(_0x4e176d))),'primaryFieldId':_0x2345c7(0x3e4)+(0x0,_0x423058[_0x2345c7(0x32a)])(0x8),'gridViewId':'view-'+(0x0,_0x423058[_0x2345c7(0x32a)])(0x8)});await _0xc316e6[_0x2345c7(0x6a6)](_0x3d115f[_0x2345c7(0x353)]['id'],{'unitId':_0x4478d2,'table':_0x31de23})&&(_0x37f8db['activateTable'](_0x31de23['id']),_0x37f8db['activateView'](_0x31de23[_0x2345c7(0x74d)][0x0]),_0x37f8db[_0x2345c7(0x51d)](null),_0x37f8db['closeRecordDetail'](),_0x4db8b2(_0x31de23['id']));},_0x1d40eb=async(_0x3f57d1,_0x266131,_0x248d46)=>{const _0x556bb5=_0x20492b;let _0x1f4cb1=_0x5244f3[_0x556bb5(0x41e)](),_0x1c5617=_0x1f4cb1[_0x556bb5(0x44f)][_0x3f57d1];if(!_0x1c5617)return;let _0x2d258b=(0x0,_0x3d115f['copyBaseTableSnapshot'])(_0x1c5617,{'id':'table-'+(0x0,_0x423058[_0x556bb5(0x32a)])(0x8),'name':_0x266131,'includeRecords':_0x248d46===_0x556bb5(0x521),'regenerateViewIds':!0x0,'createViewId':()=>_0x556bb5(0x411)+(0x0,_0x423058['generateRandomId'])(0x8)});await _0xc316e6[_0x556bb5(0x6a6)](_0x3d115f[_0x556bb5(0x353)]['id'],{'unitId':_0x4478d2,'table':_0x2d258b,'index':_0x1f4cb1[_0x556bb5(0x5b4)]['indexOf'](_0x3f57d1)+0x1})&&(_0x37f8db[_0x556bb5(0x36b)](_0x2d258b['id']),_0x37f8db[_0x556bb5(0x5fc)](_0x2d258b['viewOrder'][0x0]),_0x37f8db[_0x556bb5(0x51d)](null),_0x37f8db['closeRecordDetail']());},_0x412091=async _0x2dc6f2=>{const _0x585aa8=_0x20492b;let _0x32ec3e=_0x5244f3['getSnapshot'](),_0x1d6750=_0x3ae359(_0x32ec3e,_0x24a8ce['id'])[_0x585aa8(0x3b8)](_0x548387=>_0x548387['id']);if(_0x1d6750['length']<=0x1)return;let _0x32c765=_0x2dc6f2===_0x24a8ce['id']?_0x1d6750[_0x585aa8(0x782)](_0x2bb37c=>_0x2bb37c!==_0x2dc6f2):null;if(await _0xc316e6[_0x585aa8(0x6a6)](_0x3d115f[_0x585aa8(0x53f)]['id'],{'unitId':_0x4478d2,'tableId':_0x2dc6f2})&&_0x32c765){let _0x24f634=_0x32ec3e[_0x585aa8(0x44f)][_0x32c765],_0x235155=_0x24f634==null?void 0x0:_0x24f634[_0x585aa8(0x74d)][_0x585aa8(0x782)](_0x3664b4=>_0x24f634[_0x585aa8(0x67f)][_0x3664b4]);_0x37f8db[_0x585aa8(0x36b)](_0x32c765),_0x235155&&_0x37f8db[_0x585aa8(0x5fc)](_0x235155),_0x37f8db[_0x585aa8(0x51d)](null),_0x37f8db[_0x585aa8(0x251)]();}};return(0x0,_0x8825e5[_0x20492b(0x1fa)])(_0x8825e5[_0x20492b(0x581)],{'children':[(0x0,_0x8825e5['jsx'])(_0x281b76[_0x20492b(0x7c8)],{'title':_0x148608['name']||_0x20492b(0x4d3),'items':_0x6f7edc,'width':_0x28300d,'pendingRenameItemId':_0x58339a,'onActivateItem':_0x369052,'onAddTable':async()=>{await _0x2c2da3();},'onRenameTable':async(_0x1593e4,_0x4ace28)=>{const _0x37bdcb=_0x20492b;await _0xc316e6[_0x37bdcb(0x6a6)](_0x3d115f[_0x37bdcb(0x511)]['id'],{'unitId':_0x4478d2,'tableId':_0x1593e4,'name':_0x4ace28});},'getTableNameError':(_0x461088,_0x49a518)=>(0x0,_0x281b76[_0x20492b(0x217)])(_0x571ddb,(0x0,_0x3d115f[_0x20492b(0x34f)])(_0x148608,_0x49a518,_0x461088)),'onPendingRenameItemConsumed':_0x3a8069=>{_0x58339a===_0x3a8069&&_0x4db8b2(null);},'onDuplicateTable':_0x472c51=>{const _0x154ead=_0x20492b;let _0x3a3efa=_0x5244f3['getSnapshot'](),_0x21f589=_0x3a3efa[_0x154ead(0x44f)][_0x472c51];_0x21f589&&(_0x1dccc0(_0x472c51),_0x52bd80((0x0,_0x3d115f['createUniqueBaseTableName'])(_0x3a3efa,_0x571ddb['t'](_0x154ead(0x449),_0x21f589['name']))),_0x2799fb('configurations'));},'onDeleteTable':_0x58fbb7,'onResizeWidth':_0x404fdc=>_0x37f8db[_0x20492b(0x419)](_0x404fdc)}),(0x0,_0x8825e5['jsx'])(_0x281b76['BaseDuplicateTableDialog'],{'open':!!_0x1870ce,'name':_0x3df94c,'nameError':(0x0,_0x281b76['getBaseTableNameErrorMessage'])(_0x571ddb,(0x0,_0x3d115f[_0x20492b(0x34f)])(_0x148608,_0x3df94c[_0x20492b(0x666)]())),'mode':_0x4fbb40,'onNameChange':_0x52bd80,'onModeChange':_0x2799fb,'onCancel':()=>_0x1dccc0(null),'onConfirm':async()=>{let _0x40c6d6=_0x1870ce,_0x27ac43=_0x3df94c['trim'](),_0x3ad3aa=_0x4fbb40;!_0x40c6d6||!_0x27ac43||(_0x1dccc0(null),await _0x1d40eb(_0x40c6d6,_0x27ac43,_0x3ad3aa));}}),(0x0,_0x8825e5[_0x20492b(0x3c4)])(_0x281b76[_0x20492b(0x481)],{'open':!!_0x1156ba,'title':_0x571ddb['t'](_0x20492b(0x488)),'description':_0x571ddb['t'](_0x20492b(0x61e)),'onCancel':()=>_0x58fbb7(null),'onConfirm':async()=>{let _0x3b5b5e=_0x1156ba;_0x58fbb7(null),_0x3b5b5e&&await _0x412091(_0x3b5b5e);}})]});}function _0x7c4a1b(_0x30b81c){const _0xf71a41=_0x37672f;let {embedId:_0x5b6f6f,activeView:_0xaeec37,views:_0x3b63ad,addViewOpen:_0x36b7c0,onAddViewOpenChange:_0x128647,onActivateView:_0x3444f7,onAddView:_0x3d3eab,onSetViewAsFirst:_0x4715ed,onMoveView:_0x58b472,onRenameView:_0x2781a7,onDuplicateView:_0x574cc2,onConfigureView:_0x43e3c2,onDeleteView:_0x44424c}=_0x30b81c,_0x400e0a=(0x0,_0x4fbb7a[_0xf71a41(0x7bd)])(_0x423058[_0xf71a41(0x5f7)]);return(0x0,_0x8825e5[_0xf71a41(0x3c4)])('div',{'data-u-comp':'base-embed-fullscreen-view-tabs','className':'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','children':(0x0,_0x8825e5['jsx'])(_0x281b76['ViewTabs'],{'className':_0xf71a41(0x8d6),'views':_0x3b63ad[_0xf71a41(0x3b8)](_0x327ea4=>({'id':_0x327ea4['id'],'name':_0x327ea4['name'],'type':_0x327ea4[_0xf71a41(0x27c)]})),'activeViewId':_0xaeec37['id'],'onActivateView':_0x3444f7,'onSetViewAsFirst':_0x4715ed,'onMoveView':_0x58b472,'onRenameView':_0x2781a7,'onDuplicateView':_0x574cc2,'onConfigureView':_0x43e3c2,'onDeleteView':_0x44424c,'onAddView':()=>_0x128647(!_0x36b7c0),'addViewDropdown':{'open':_0x36b7c0,'onOpenChange':_0x128647,'overlay':(0x0,_0x8825e5[_0xf71a41(0x3c4)])(_0xf71a41(0x46a),{'data-u-comp':_0xf71a41(0x401),'data-embed-id':_0x5b6f6f,'data-embed-floating-menu-popup':_0xf71a41(0x91c),'children':(0x0,_0x8825e5[_0xf71a41(0x3c4)])(_0x281b76[_0xf71a41(0x2c7)],{'views':_0x281b76[_0xf71a41(0x8ee)][_0xf71a41(0x3b8)](_0x485438=>({..._0x485438,'label':_0x400e0a['t'](_0x485438[_0xf71a41(0x1f4)]),'description':_0x400e0a['t'](_0x485438[_0xf71a41(0x7ee)])})),'onCreate':_0x3d3eab})})}})});}function _0x1f93f0(_0x46de60){const _0x47e3e1=_0x37672f;var _0xda9a37;return(_0x46de60==null||(_0xda9a37=_0x46de60[_0x47e3e1(0x5b4)])==null?void 0x0:_0xda9a37[_0x47e3e1(0x3b8)](_0x11be86=>_0x46de60[_0x47e3e1(0x44f)][_0x11be86])[_0x47e3e1(0x320)](_0x2e6a59=>!!_0x2e6a59))??[];}function _0x3ae359(_0xa9586a,_0x2f6f9a){const _0x292cb6=_0x37672f;return _0x1f93f0(_0xa9586a)[_0x292cb6(0x3b8)](_0x52b49f=>({'id':_0x52b49f['id'],'name':_0x52b49f['name'],'active':_0x52b49f['id']===_0x2f6f9a}));}function _0x241753(_0xdd6a77,_0x1162a5){const _0xc009e3=_0x37672f;let _0x4277f0=new Set(_0x1f93f0(_0xdd6a77)[_0xc009e3(0x3b8)](_0x3163e1=>_0x3163e1['name'])),_0x307090=_0x4277f0[_0xc009e3(0x4ea)]+0x1,_0x51a446=_0x1162a5(_0x307090);for(;_0x4277f0[_0xc009e3(0x7df)](_0x51a446);)_0x307090+=0x1,_0x51a446=_0x1162a5(_0x307090);return _0x51a446;}let _0x2608ae=_0x37672f(0x7d9);function _0x45200b(){const _0x3d14f6=_0x37672f;return _0x454349({'childType':_0x423058[_0x3d14f6(0x839)][_0x3d14f6(0x2d9)],'mount':_0x12e992});}function _0x12e992(_0x431055){const _0xe97cf9=_0x37672f;let {root:_0x262b74,menu:_0x1ea279}=_0x2c109e(_0x431055),_0x39cc90=_0x4b0eb6(_0x1ea279),_0x5ad6ca=_0x431055['runtimeScope'][_0xe97cf9(0x868)];return _0x39cc90[_0xe97cf9(0x5db)]((0x0,_0x10447b['createElement'])(_0x418b69,{'injector':_0x5ad6ca,'mountContainer':_0x262b74,'embedId':_0x431055['embedId']},(0x0,_0x10447b['createElement'])(_0x2d68e0,{'hostUnitId':_0x431055[_0xe97cf9(0x7cf)],'embedId':_0x431055[_0xe97cf9(0x2ab)],'childUnitId':_0x431055['childUnitId'],'entry':_0x431055['descriptor']['entry'],'fullscreen':!!_0x431055['renderScope'][_0xe97cf9(0x3d5)],'usesDomFloatingStage':_0x431055[_0xe97cf9(0x466)]['entry']==='sheets-floating-object','renderScopeActive$':_0x431055[_0xe97cf9(0x46e)]['active$']}))),(0x0,_0x423058[_0xe97cf9(0x35b)])(()=>{const _0x5a1ed2=_0xe97cf9;_0x5deccb(_0x39cc90),globalThis['setTimeout'](()=>_0x1ea279[_0x5a1ed2(0x850)](),0x0);});}function _0x2fe2b1(_0x281ead){const _0x5b8bbe=_0x37672f;return _0x3a08eb({'embedId':_0x281ead['embedId'],'active':_0x45a254(_0x281ead[_0x5b8bbe(0x6bc)],_0x281ead[_0x5b8bbe(0x67a)]),'fullscreen':_0x281ead[_0x5b8bbe(0x3d5)],'usesDomFloatingStage':_0x281ead[_0x5b8bbe(0x914)],'renderScopeActive':_0x281ead[_0x5b8bbe(0x7a5)]});}function _0x45a254(_0x44bfda,_0x31b224){const _0x5a6ed8=_0x37672f;return _0x44bfda?{'hostUnitId':'','childUnitId':'','embedId':_0x44bfda,'stage':_0x31b224==='stage2'||_0x31b224===_0x5a6ed8(0x4c6)?_0x5a6ed8(0x58d):_0x5a6ed8(0x3ed)}:null;}function _0x14bc76(_0x243b87){return _0x243b87;}function _0x570984(_0x4d3c4c){return _0x4d3c4c;}function _0x3e3a73(_0x366385){return!_0x366385;}function _0x5e7dd8(_0x3bd75f){const _0x196b7d=_0x37672f;return{[_0x2f7e9a]:_0x3bd75f,[_0x3918cf]:_0x196b7d(0x398)};}function _0x2d68e0(_0x41e77d){const _0x4ce9d2=_0x37672f;let {hostUnitId:_0x2b9299,embedId:_0x37df39,childUnitId:_0x5c4d90,entry:_0x19a3bb,fullscreen:_0x1683c5,usesDomFloatingStage:_0x18ef31,renderScopeActive$:_0x299b05}=_0x41e77d,_0x438d6d=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x423058['ICommandService']),_0x1f402b=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x423058[_0x4ce9d2(0x8ca)]),_0x1e5241=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x423058[_0x4ce9d2(0x5f7)]),_0x1423dc=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x3d115f[_0x4ce9d2(0x556)]),_0x2d5bc2=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x423058['IUndoRedoService']),_0x55d92b=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x281b76[_0x4ce9d2(0x43f)]),_0xe3a299=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x281b76[_0x4ce9d2(0x222)]),_0x3b576c=(0x0,_0x4fbb7a['useDependency'])(_0x89f79f),_0x1a1821=(0x0,_0x4fbb7a['useObservable'])(()=>_0x55d92b[_0x4ce9d2(0x322)],_0x55d92b[_0x4ce9d2(0x349)](),!0x1,[_0x55d92b]),_0x3ed11b=(0x0,_0x4fbb7a[_0x4ce9d2(0x711)])(()=>_0x2d5bc2[_0x4ce9d2(0x50f)],{'undos':0x0,'redos':0x0},!0x1,[_0x2d5bc2]),_0x54e0d8=(0x0,_0x4fbb7a[_0x4ce9d2(0x711)])(()=>_0x299b05,!0x1,!0x1,[_0x299b05]),_0x3d9fab=(0x0,_0x4fbb7a[_0x4ce9d2(0x711)])(()=>_0x3b576c[_0x4ce9d2(0x661)],_0x3b576c[_0x4ce9d2(0x2fc)](),!0x1,[_0x3b576c]),_0x3a1555=_0x3b576c[_0x4ce9d2(0x7d4)](_0x37df39),[_0x4e9768,_0x5d1a7f]=(0x0,_0x10447b[_0x4ce9d2(0x1d1)])(0x0),[_0x44f677,_0x4cb022]=(0x0,_0x10447b['useState'])(null),[_0x1a3817,_0x1091b4]=(0x0,_0x10447b[_0x4ce9d2(0x1d1)])(!0x1),[_0x4453ba,_0xa2f2a8]=(0x0,_0x10447b[_0x4ce9d2(0x1d1)])(null),_0x5170c9=(0x0,_0x10447b[_0x4ce9d2(0x2e7)])(null),_0x2e6e3b=_0x1f402b[_0x4ce9d2(0x80e)](_0x5c4d90,_0x423058[_0x4ce9d2(0x839)][_0x4ce9d2(0x2d9)]),_0x1c2d5e=_0x2e6e3b==null?void 0x0:_0x2e6e3b[_0x4ce9d2(0x41e)](),_0xd86bae=_0x49c8bd(_0x1c2d5e,_0x1a1821['activeTableId']),_0x35c9f6=_0x51b83d(_0xd86bae),_0x25b041=_0x10f612(_0xd86bae,_0x1a1821[_0x4ce9d2(0x4a6)]),_0x57f8bb=_0x2fe2b1({'embedId':_0x37df39,'activeEmbedId':_0x3d9fab==null?void 0x0:_0x3d9fab[_0x4ce9d2(0x2ab)],'stage':_0x3a1555,'fullscreen':_0x1683c5,'usesDomFloatingStage':_0x18ef31,'renderScopeActive':_0x54e0d8})===_0x4ce9d2(0x58d),[_0x1bfe88,_0x6b43f7]=(0x0,_0x10447b[_0x4ce9d2(0x1d1)])(_0x57f8bb),_0x4e897d=_0x14bc76(_0x1683c5),_0x5b49d0=_0x570984(_0x1683c5),_0x3a9629=_0x3e3a73(_0x1683c5),_0x45b46b=_0x4e897d?_0x4ce9d2(0x3d1):_0x4ce9d2(0x28a);if(_0x1bfe88!==_0x57f8bb&&(_0x6b43f7(_0x57f8bb),_0x57f8bb||(_0x4cb022(null),_0x1091b4(!0x1),_0xa2f2a8(null))),(0x0,_0x10447b[_0x4ce9d2(0x7b1)])(()=>{const _0x32d1dd=_0x4ce9d2;_0x57f8bb||(_0xe3a299[_0x32d1dd(0x63d)](),_0xe3a299[_0x32d1dd(0x764)](),_0xe3a299[_0x32d1dd(0x2d6)]());},[_0x57f8bb,_0xe3a299]),(0x0,_0x10447b['useEffect'])(()=>{const _0x22b29a=_0x4ce9d2;if(!_0x44f677)return;let _0x196a03=_0x535afd=>{const _0x431473=_0x3a85;var _0x38590b;let _0x122f7c=_0x535afd[_0x431473(0x317)]instanceof Node?_0x535afd[_0x431473(0x317)]:null;_0x122f7c&&(_0x38590b=_0x5170c9[_0x431473(0x90d)])!=null&&_0x38590b['contains'](_0x122f7c)||_0x4cb022(null);},_0x2d0c0e=_0x146dfc=>{const _0x1de412=_0x3a85;_0x146dfc[_0x1de412(0x838)]==='Escape'&&_0x4cb022(null);};return document[_0x22b29a(0x780)]('pointerdown',_0x196a03,!0x0),document['addEventListener'](_0x22b29a(0x223),_0x2d0c0e,!0x0),()=>{const _0x1ad6e5=_0x22b29a;document[_0x1ad6e5(0x356)](_0x1ad6e5(0x2ce),_0x196a03,!0x0),document[_0x1ad6e5(0x356)](_0x1ad6e5(0x223),_0x2d0c0e,!0x0);};},[_0x44f677]),!_0x1c2d5e||!_0x2e6e3b||!_0xd86bae||!_0x25b041)return null;let _0x3f38b3=()=>{const _0x33d35e=_0x4ce9d2;_0x3b576c['activate']({'hostUnitId':_0x2b9299,'embedId':_0x37df39,'childUnitId':_0x5c4d90},_0x33d35e(0x58d));},_0x2f1185=async(_0x47b348,_0x25e482)=>{const _0x5add5e=_0x4ce9d2;_0x3f38b3(),await _0x438d6d[_0x5add5e(0x6a6)](_0x281b76[_0x5add5e(0x823)]['id'],{'type':_0x47b348,'anchor':_0x90a8da(_0x25e482[_0x5add5e(0x4f7)]())});},_0xcc270c=async _0x1184bb=>{const _0x2aa463=_0x4ce9d2;_0x3f38b3(),await _0x438d6d[_0x2aa463(0x6a6)](_0x281b76[_0x2aa463(0x754)]['id'],{'tableId':_0xd86bae['id'],'unitId':_0x5c4d90,'viewId':_0x1184bb}),_0x5d1a7f(_0x2226fb=>_0x2226fb+0x1);},_0x2036fa=async _0x37cbde=>{const _0x1f20eb=_0x4ce9d2;_0x3f38b3();let _0x22b15d=_0x1f20eb(0x411)+(0x0,_0x423058[_0x1f20eb(0x32a)])(0x6),_0x43c86d=_0x1423dc['get'](_0x37cbde)[_0x1f20eb(0x2b6)](_0xd86bae),_0x559268=await _0x438d6d[_0x1f20eb(0x6a6)](_0x3d115f[_0x1f20eb(0x544)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'view':{'id':_0x22b15d,'tableId':_0xd86bae['id'],'name':(0x0,_0x281b76[_0x1f20eb(0x89a)])(_0x1e5241,_0x37cbde),'type':_0x37cbde,'config':_0x43c86d,'fieldOrder':[..._0xd86bae[_0x1f20eb(0x8f5)]],'fieldSettings':{}}});_0x4cb022(null),_0x1091b4(!0x1),_0x5d1a7f(_0xc685a9=>_0xc685a9+0x1),_0x559268&&await _0xcc270c(_0x22b15d);},_0x77075a=async _0x464344=>{const _0x52c221=_0x4ce9d2;var _0x1ddd6f;let _0x204b17=(_0x1ddd6f=_0x35c9f6[0x0])==null?void 0x0:_0x1ddd6f['id'];!_0x204b17||_0x204b17===_0x464344||(_0x3f38b3(),await _0x438d6d['executeCommand'](_0x3d115f[_0x52c221(0x5ab)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'viewId':_0x464344,'target':{'beforeViewId':_0x204b17}}),_0x5d1a7f(_0x173c0a=>_0x173c0a+0x1));},_0x478d4c=async(_0x5e47d4,_0x3b87d5)=>{const _0x1784e6=_0x4ce9d2;_0x3f38b3(),await _0x438d6d['executeCommand'](_0x3d115f[_0x1784e6(0x5ab)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'viewId':_0x5e47d4,'target':_0x3b87d5}),_0x5d1a7f(_0x6c49eb=>_0x6c49eb+0x1);},_0x891805=async(_0x20db5c,_0x555e8b)=>{_0x3f38b3(),await _0x438d6d['executeCommand'](_0x3d115f['RenameBaseViewCommand']['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'viewId':_0x20db5c,'name':_0x555e8b}),_0x5d1a7f(_0x58b0ed=>_0x58b0ed+0x1);},_0x608626=async _0x33c1d0=>{const _0x4cd03b=_0x4ce9d2;let _0x1fbba1=_0xd86bae[_0x4cd03b(0x67f)][_0x33c1d0];if(!_0x1fbba1)return;_0x3f38b3();let _0x42b24b=(0x0,_0x281b76[_0x4cd03b(0x44c)])(_0x1fbba1,_0xd86bae['id'],_0x1e5241['t'](_0x4cd03b(0x707))),_0x320b56=await _0x438d6d[_0x4cd03b(0x6a6)](_0x3d115f[_0x4cd03b(0x544)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'view':_0x42b24b});_0x5d1a7f(_0x3d9b72=>_0x3d9b72+0x1),_0x320b56&&await _0xcc270c(_0x42b24b['id']);},_0x2620d0=async()=>{const _0x6c0eb7=_0x4ce9d2;var _0x2f343f;let _0xb531a1=_0x4453ba??_0x25b041['id'];if(_0x35c9f6[_0x6c0eb7(0x3fe)]<=0x1){_0xa2f2a8(null);return;}let _0x559ec0=(_0x2f343f=_0x35c9f6['find'](_0x3832e5=>_0x3832e5['id']!==_0xb531a1))==null?void 0x0:_0x2f343f['id'],_0x557911=await _0x438d6d['executeCommand'](_0x3d115f[_0x6c0eb7(0x508)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'viewId':_0xb531a1});_0xa2f2a8(null),_0x5d1a7f(_0xa1ea2e=>_0xa1ea2e+0x1),_0x557911&&_0x559ec0&&await _0xcc270c(_0x559ec0);},_0x223a0e=async()=>{const _0xb64e0d=_0x4ce9d2;await _0x438d6d[_0xb64e0d(0x6a6)](_0x5e0ca8['RemoveEmbedCommand']['id'],{'hostUnitId':_0x2b9299,'embedId':_0x37df39});},_0x1fecc3=_0x5f4205=>{const _0xde8d65=_0x4ce9d2;_0x5f4205[_0xde8d65(0x584)]();},_0x12ca89=_0x4b9a9f=>{const _0x40e082=_0x4ce9d2;_0x4b9a9f[_0x40e082(0x387)](),_0x4b9a9f['stopPropagation']();};return(0x0,_0x8825e5['jsxs'])(_0x8825e5[_0x4ce9d2(0x581)],{'children':[(0x0,_0x8825e5[_0x4ce9d2(0x1fa)])('div',{'className':(0x0,_0x314f23[_0x4ce9d2(0x39d)])(_0x4ce9d2(0x6ee),{'univer-hidden':!_0x57f8bb,'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':_0x1683c5,'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':!_0x1683c5,'-univer-top-12':!_0x1683c5&&_0x19a3bb!==_0x4ce9d2(0x3fc),'univer-w-full':!_0x1683c5,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x1683c5&&_0x19a3bb===_0x4ce9d2(0x3fc)}),'data-u-comp':'base-embed-floating-menu','data-embed-floating-menu':_0x4ce9d2(0x91c),'data-embed-id':_0x37df39,'data-embed-float-stage':_0x57f8bb?_0x4ce9d2(0x58d):_0x4ce9d2(0x3ed),'data-base-render-version':_0x4e9768,..._0x5e7dd8(_0x37df39),'onClick':_0x1fecc3,'onDoubleClick':_0x1fecc3,'onMouseDown':_0x12ca89,'onMouseUp':_0x1fecc3,'onPointerDown':_0x12ca89,'onPointerUp':_0x1fecc3,'children':[_0x5b49d0?(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x7c4a1b,{'embedId':_0x37df39,'activeView':_0x25b041,'views':_0x35c9f6,'addViewOpen':_0x1a3817,'onAddViewOpenChange':_0x1091b4,'onActivateView':_0xcc270c,'onAddView':_0x2036fa,'onSetViewAsFirst':_0x77075a,'onMoveView':_0x478d4c,'onRenameView':_0x891805,'onDuplicateView':_0x608626,'onConfigureView':_0x4649db=>_0x2f1185(_0x4ce9d2(0x7bc),_0x4649db),'onDeleteView':_0xa2f2a8}):(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x4ce9d2(0x46a),{'data-u-comp':_0x4ce9d2(0x1d7),'className':_0x2608ae,'children':(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x2cb737,{'activeView':_0x25b041,'views':_0x35c9f6,'onActivateView':_0xcc270c,'embedId':_0x37df39,'onAddView':_0x2a016b=>{_0x3f38b3(),_0x4cb022(_0x2a016b['getBoundingClientRect']());},'onConfigureView':_0x5bb7ef=>_0x2f1185(_0x4ce9d2(0x7bc),_0x5bb7ef),'onDeleteView':()=>_0xa2f2a8(_0x25b041['id'])})}),(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x4ce9d2(0x46a),{'className':(0x0,_0x314f23['clsx'])('univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1',{'univer-min-w-0':_0x1683c5,'univer-min-w-max':!_0x1683c5}),'children':(0x0,_0x8825e5[_0x4ce9d2(0x1fa)])(_0x4ce9d2(0x46a),{'data-u-comp':_0x4ce9d2(0x276),'className':(0x0,_0x314f23[_0x4ce9d2(0x39d)])('univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1',{'univer-w-full\x20univer-flex-1':_0x1683c5,[_0x2608ae]:!_0x1683c5}),'children':[(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x281b76[_0x4ce9d2(0x600)],{'iconOnly':!_0x4e897d,'className':_0x45b46b,'state':{..._0x47f2d8(_0x25b041,_0x3ed11b),'searchOpen':_0x1a1821['search']['open'],'searchQuery':_0x1a1821[_0x4ce9d2(0x5bb)][_0x4ce9d2(0x529)],'searchActiveIndex':_0x1a1821['search'][_0x4ce9d2(0x39a)]},'onAddRecord':_0x158a4c=>_0x158a4c&&_0x2f1185(_0x4ce9d2(0x889),_0x158a4c),'onCustomizeField':_0x1b6294=>_0x2f1185('customizeField',_0x1b6294),'onCustomizeKanban':_0x1668e7=>_0x2f1185('customizeKanban',_0x1668e7),'onCustomizeGallery':_0x3b180e=>_0x2f1185('customizeGallery',_0x3b180e),'onCalendarEventSettings':_0x50deaa=>_0x2f1185(_0x4ce9d2(0x3dc),_0x50deaa),'onCalendarViewSettings':_0x53f1c3=>_0x2f1185(_0x4ce9d2(0x3ce),_0x53f1c3),'onViewSettings':_0x2f3b80=>_0x2f1185(_0x4ce9d2(0x7bc),_0x2f3b80),'onFilter':_0x372d32=>_0x2f1185('filter',_0x372d32),'onGroup':_0x3826c4=>_0x2f1185(_0x4ce9d2(0x566),_0x3826c4),'onSort':_0x1fd42a=>_0x2f1185(_0x4ce9d2(0x6d8),_0x1fd42a),'onRowHeight':_0x359b04=>_0x2f1185(_0x4ce9d2(0x6e9),_0x359b04),'onConditionalColoring':_0x1e03d0=>_0x2f1185('conditionalColoring',_0x1e03d0),'onUndo':async()=>_0x438d6d['executeCommand'](_0x423058[_0x4ce9d2(0x61a)]['id']),'onRedo':async()=>_0x438d6d[_0x4ce9d2(0x6a6)](_0x423058['RedoCommand']['id']),'onOpenSearch':()=>_0x55d92b[_0x4ce9d2(0x730)](),'onSearchQueryChange':_0x22dc89=>_0x55d92b[_0x4ce9d2(0x66b)](_0x22dc89),'onSearchPrevious':()=>_0x55d92b[_0x4ce9d2(0x446)](Math[_0x4ce9d2(0x59c)](0x0,(_0x1a1821[_0x4ce9d2(0x5bb)][_0x4ce9d2(0x39a)]??0x0)-0x1)),'onSearchNext':()=>_0x55d92b[_0x4ce9d2(0x446)]((_0x1a1821[_0x4ce9d2(0x5bb)][_0x4ce9d2(0x39a)]??-0x1)+0x1),'onCloseSearch':()=>_0x55d92b[_0x4ce9d2(0x6f1)]()}),_0x3a9629?(0x0,_0x8825e5[_0x4ce9d2(0x1fa)])(_0x8825e5['Fragment'],{'children':[(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x314f23[_0x4ce9d2(0x6df)],{'orientation':_0x4ce9d2(0x357)}),(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x877423,{'title':_0x1e5241['t']('embed-ui.basesFloating.delete'),'className':_0x4ce9d2(0x250),'onClick':_0x223a0e,'children':(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x30bdbf,{})})]}):null]})})]}),_0x44f677?(0x0,_0x321d8d['createPortal'])((0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x4ce9d2(0x46a),{'ref':_0x5170c9,'data-u-comp':_0x4ce9d2(0x4dc),'data-embed-id':_0x37df39,'data-embed-floating-menu-popup':_0x4ce9d2(0x91c),'className':_0x4ce9d2(0x54b),'style':_0x572617(_0x44f677),'onPointerDown':_0x41fafe=>_0x41fafe['stopPropagation'](),'children':(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x281b76['AddViewMenu'],{'views':_0x281b76['BASE_VIEW_MENU_ITEMS'][_0x4ce9d2(0x3b8)](_0x3ec16b=>({..._0x3ec16b,'label':_0x1e5241['t'](_0x3ec16b[_0x4ce9d2(0x1f4)]),'description':_0x1e5241['t'](_0x3ec16b[_0x4ce9d2(0x7ee)])})),'onCreate':_0x2036fa})}),(0x0,_0x281b76['getBaseFloatingPanelPortalContainer'])(!0x0)??document['body']):null,(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x281b76[_0x4ce9d2(0x481)],{'open':!!_0x4453ba,'title':_0x1e5241['t'](_0x4ce9d2(0x64b)),'description':_0x1e5241['t']('embed-ui.basesFloating.confirmDelete.viewDescription'),'onCancel':()=>_0xa2f2a8(null),'onConfirm':_0x2620d0}),_0x1683c5?(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x15b532,{'embedId':_0x37df39,'childUnitId':_0x5c4d90,'base':_0x2e6e3b,'activeTable':_0xd86bae}):null]});}function _0x2cb737(_0x4beee2){const _0x543084=_0x37672f;var _0x58a17b;let {embedId:_0x500074,activeView:_0x27bdfa,views:_0x23b7f0,onActivateView:_0x9886ff,onAddView:_0x438ea0,onConfigureView:_0x56cc8f,onDeleteView:_0x225e24}=_0x4beee2,_0x58c9d3=(0x0,_0x4fbb7a[_0x543084(0x7bd)])(_0x423058[_0x543084(0x5f7)]),_0x42d2b2=(0x0,_0x10447b['useRef'])(null),_0x367e95=(0x0,_0x10447b[_0x543084(0x2e7)])(null),[_0x31beae,_0x55ac31]=(0x0,_0x10447b[_0x543084(0x1d1)])(!0x1),_0x4aa045=_0x5cd78e=>{const _0x436809=_0x543084;_0x5cd78e[_0x436809(0x387)](),_0x5cd78e[_0x436809(0x584)]();},_0x271679=((_0x58a17b=_0x42d2b2[_0x543084(0x90d)])==null?void 0x0:_0x58a17b[_0x543084(0x4f7)]())??null;return(0x0,_0x10447b[_0x543084(0x7b1)])(()=>{const _0x3d2f8e=_0x543084;if(!_0x31beae)return;let _0x19ad29=_0x48a26e=>{const _0x476712=_0x3a85;var _0x497fe2,_0x37b219;let _0x5bf08c=_0x48a26e['target']instanceof Node?_0x48a26e[_0x476712(0x317)]:null;!_0x5bf08c||(_0x497fe2=_0x42d2b2[_0x476712(0x90d)])!=null&&_0x497fe2[_0x476712(0x8e0)](_0x5bf08c)||(_0x37b219=_0x367e95[_0x476712(0x90d)])!=null&&_0x37b219[_0x476712(0x8e0)](_0x5bf08c)||_0x55ac31(!0x1);},_0x3397c4=_0x5cc6ba=>{const _0x5da438=_0x3a85;_0x5cc6ba[_0x5da438(0x838)]==='Escape'&&_0x55ac31(!0x1);};return document['addEventListener'](_0x3d2f8e(0x2ce),_0x19ad29,!0x0),document[_0x3d2f8e(0x780)](_0x3d2f8e(0x223),_0x3397c4,!0x0),()=>{const _0x1fa79e=_0x3d2f8e;document[_0x1fa79e(0x356)](_0x1fa79e(0x2ce),_0x19ad29,!0x0),document[_0x1fa79e(0x356)]('keydown',_0x3397c4,!0x0);};},[_0x31beae]),(0x0,_0x8825e5[_0x543084(0x1fa)])(_0x8825e5['Fragment'],{'children':[(0x0,_0x8825e5['jsxs'])(_0x314f23[_0x543084(0x7ec)],{'ref':_0x42d2b2,'type':_0x543084(0x3e6),'size':'small','variant':_0x543084(0x3cc),'className':_0x543084(0x4dd),'title':_0x27bdfa[_0x543084(0x705)],'aria-label':_0x58c9d3['t'](_0x543084(0x53a)),'onClick':_0x14b5aa=>{_0x14b5aa['stopPropagation'](),_0x55ac31(_0x38d9da=>!_0x38d9da);},'onMouseDown':_0x4aa045,'onPointerDown':_0x4aa045,'children':[(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x543084(0x2db),{'className':_0x543084(0x61f),'aria-hidden':_0x543084(0x91c),'children':(0x0,_0x8825e5['jsx'])(_0x281b76[_0x543084(0x90c)],{'type':_0x27bdfa[_0x543084(0x27c)]})}),(0x0,_0x8825e5[_0x543084(0x3c4)])('span',{'className':_0x543084(0x483),'children':_0x27bdfa[_0x543084(0x705)]}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x47a4bd,{'className':'univer-size-3\x20univer-shrink-0'})]}),_0x31beae&&_0x271679?(0x0,_0x321d8d['createPortal'])((0x0,_0x8825e5[_0x543084(0x1fa)])(_0x543084(0x46a),{'ref':_0x367e95,'data-u-comp':'base-embed-view-panel','data-embed-id':_0x500074,'data-embed-floating-menu-popup':'true','className':_0x543084(0x1fb),'style':_0x729911(_0x271679),'onClick':_0x4df2a8=>_0x4df2a8[_0x543084(0x584)](),'onMouseDown':_0x4aa045,'onPointerDown':_0x4aa045,'children':[(0x0,_0x8825e5['jsx'])(_0x543084(0x46a),{'className':_0x543084(0x7c6),'children':_0x23b7f0['map'](_0x21c76e=>(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x314f23[_0x543084(0x7ec)],{'type':_0x543084(0x3e6),'variant':_0x543084(0x3cc),'size':_0x543084(0x768),'className':_0x543084(0x7e1),'onClick':_0x4b09eb=>{const _0x324dfd=_0x543084;_0x4b09eb[_0x324dfd(0x584)](),_0x9886ff(_0x21c76e['id']),_0x55ac31(!0x1);},'children':(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x4717c4,{'icon':(0x0,_0x8825e5['jsx'])(_0x281b76[_0x543084(0x90c)],{'type':_0x21c76e[_0x543084(0x27c)]}),'label':_0x21c76e['name'],'trailing':_0x21c76e['id']===_0x27bdfa['id']?(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x543084(0x2db),{'className':_0x543084(0x4f2)}):null})},_0x21c76e['id']))}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x314f23['Separator'],{}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x22a84a,{'icon':(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x451b60,{}),'label':_0x58c9d3['t'](_0x543084(0x67c)),'onClick':()=>{const _0x5ad1d3=_0x543084;let _0x2d046c=_0x42d2b2[_0x5ad1d3(0x90d)];_0x2d046c&&_0x438ea0(_0x2d046c),_0x55ac31(!0x1);}}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x22a84a,{'icon':(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x537a09,{}),'label':_0x58c9d3['t'](_0x543084(0x8b2)),'onClick':()=>{const _0xb3a32c=_0x543084;let _0x3566d8=_0x42d2b2[_0xb3a32c(0x90d)];_0x3566d8&&_0x56cc8f(_0x3566d8),_0x55ac31(!0x1);}}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x22a84a,{'danger':!0x0,'disabled':_0x23b7f0[_0x543084(0x3fe)]<=0x1,'icon':(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x30bdbf,{}),'label':_0x58c9d3['t'](_0x543084(0x2bf)),'onClick':()=>{_0x225e24(),_0x55ac31(!0x1);}})]}),(0x0,_0x281b76[_0x543084(0x746)])(!0x0)??document[_0x543084(0x77f)]):null]});}function _0x4717c4(_0x5c832f){const _0x4bd326=_0x37672f;let {icon:_0x59c2be,label:_0x27bd73,trailing:_0x202f49}=_0x5c832f;return(0x0,_0x8825e5[_0x4bd326(0x1fa)])(_0x4bd326(0x2db),{'className':_0x4bd326(0x415),'children':[(0x0,_0x8825e5[_0x4bd326(0x3c4)])(_0x4bd326(0x2db),{'className':_0x4bd326(0x695),'aria-hidden':_0x4bd326(0x91c),'children':_0x59c2be}),(0x0,_0x8825e5[_0x4bd326(0x3c4)])('span',{'className':_0x4bd326(0x336),'children':_0x27bd73}),(0x0,_0x8825e5[_0x4bd326(0x3c4)])(_0x4bd326(0x2db),{'className':_0x4bd326(0x337),'children':_0x202f49})]});}function _0x22a84a(_0x11f39e){const _0x5ab396=_0x37672f;let {danger:_0x4e24aa,disabled:_0x4db631,icon:_0x4b2f32,label:_0x19632d,onClick:_0x9a0d50}=_0x11f39e;return(0x0,_0x8825e5[_0x5ab396(0x3c4)])(_0x314f23['Button'],{'type':_0x5ab396(0x3e6),'variant':_0x5ab396(0x3cc),'size':_0x5ab396(0x768),'disabled':_0x4db631,'className':(0x0,_0x314f23['clsx'])(_0x5ab396(0x7e1),_0x4e24aa&&_0x5ab396(0x90a)),'onClick':_0x16fd89=>{const _0x5f1c0f=_0x5ab396;_0x16fd89[_0x5f1c0f(0x584)](),_0x9a0d50();},'children':(0x0,_0x8825e5[_0x5ab396(0x3c4)])(_0x4717c4,{'icon':_0x4b2f32,'label':_0x19632d})});}function _0x47f2d8(_0x349ff0,_0x3b857a={}){const _0x2cb3a9=_0x37672f;var _0xce6e13,_0x316a56,_0x9e742a;let _0x277dc9=_0x349ff0[_0x2cb3a9(0x6cd)]??{},_0xbc4010=_0x277dc9[_0x2cb3a9(0x5ce)],_0x17b9c0=Array['isArray'](_0xbc4010==null?void 0x0:_0xbc4010[_0x2cb3a9(0x4ac)])?_0xbc4010[_0x2cb3a9(0x4ac)][_0x2cb3a9(0x3fe)]:0x0;return{'viewType':_0x349ff0[_0x2cb3a9(0x27c)],'filterCount':((_0xce6e13=_0x349ff0['filter'])==null||(_0xce6e13=_0xce6e13['conditions'])==null?void 0x0:_0xce6e13[_0x2cb3a9(0x3fe)])??0x0,'groupCount':((_0x316a56=_0x349ff0[_0x2cb3a9(0x566)])==null?void 0x0:_0x316a56[_0x2cb3a9(0x3fe)])??0x0,'sortCount':((_0x9e742a=_0x349ff0[_0x2cb3a9(0x6d8)])==null?void 0x0:_0x9e742a[_0x2cb3a9(0x3fe)])??0x0,'rowHeightActive':!!(_0x277dc9['rowHeight']&&_0x277dc9[_0x2cb3a9(0x6e9)]!==_0x2cb3a9(0x32c)),'conditionalColoringActive':_0x17b9c0>0x0,'conditionalColoringCount':_0x17b9c0,'canUndo':(_0x3b857a[_0x2cb3a9(0x3cb)]??0x0)>0x0,'canRedo':(_0x3b857a[_0x2cb3a9(0x30b)]??0x0)>0x0};}function _0x49c8bd(_0x20079c,_0x438b93){if(_0x20079c)return(_0x438b93?_0x20079c['tables'][_0x438b93]:void 0x0)??_0x1f93f0(_0x20079c)[0x0];}function _0x51b83d(_0x3e8193){const _0x414970=_0x37672f;var _0x4cf044;return(_0x3e8193==null||(_0x4cf044=_0x3e8193[_0x414970(0x74d)])==null?void 0x0:_0x4cf044[_0x414970(0x3b8)](_0x2e278c=>_0x3e8193[_0x414970(0x67f)][_0x2e278c])[_0x414970(0x320)](_0x4921af=>!!_0x4921af))??[];}function _0x10f612(_0x260a2b,_0x49e4d3){if(_0x260a2b)return(_0x49e4d3?_0x260a2b['views'][_0x49e4d3]:void 0x0)??_0x51b83d(_0x260a2b)[0x0];}function _0x877423(_0x49b4f8){const _0x2d851b=_0x37672f;let {children:_0x1be3bc,title:_0x125acb,className:_0x46665e,onClick:_0x329f84}=_0x49b4f8;return(0x0,_0x8825e5['jsx'])(_0x314f23[_0x2d851b(0x7ec)],{'type':_0x2d851b(0x3e6),'size':'small','variant':_0x2d851b(0x3cc),'className':(0x0,_0x314f23[_0x2d851b(0x39d)])('univer-size-6\x20univer-p-0',_0x46665e),'title':_0x125acb,'aria-label':_0x125acb,'onClick':_0x215e55=>_0x329f84(_0x215e55[_0x2d851b(0x6c2)]),'children':_0x1be3bc});}function _0x90a8da(_0x2ba513){const _0x51fec8=_0x37672f;return{'x':_0x2ba513['x'],'y':_0x2ba513['y'],'width':_0x2ba513[_0x51fec8(0x7e5)],'height':_0x2ba513[_0x51fec8(0x33d)]};}function _0x572617(_0x463409){const _0x16e946=_0x37672f;let _0x329abc=(0x0,_0x281b76[_0x16e946(0x858)])(_0x463409,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x329abc['top'],'left':_0x329abc[_0x16e946(0x3c3)],'maxHeight':_0x329abc[_0x16e946(0x24b)]};}function _0x729911(_0x483005){const _0x42dc76=_0x37672f;let _0x484624=(0x0,_0x281b76[_0x42dc76(0x858)])({'left':_0x483005[_0x42dc76(0x2e6)]-0xd0,'right':_0x483005[_0x42dc76(0x2e6)],'top':_0x483005[_0x42dc76(0x922)],'bottom':_0x483005['bottom'],'width':0xd0,'height':_0x483005['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x484624[_0x42dc76(0x922)],'left':_0x484624[_0x42dc76(0x3c3)],'maxHeight':_0x484624[_0x42dc76(0x24b)]};}function _0x524498(_0x27873c){const _0x3fb5de=_0x37672f;_0x4ee2ee(_0x27873c,_0x3fb5de(0x2cd),_0x4680cd);}function _0x4680cd(_0x5c6e9e){const _0x220216=_0x37672f;_0x5c6e9e[_0x220216(0x7df)](_0x281b76['BaseEmbedRuntimeRegistryService'])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x494)]]),_0x5c6e9e[_0x220216(0x7df)](_0x281b76[_0x220216(0x207)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x207)],{'useFactory':()=>_0x5c6e9e['get'](_0x5ea44f)}]),_0x5c6e9e[_0x220216(0x7df)](_0x281b76[_0x220216(0x3a6)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x3a6)],{'useFactory':()=>_0x5c6e9e[_0x220216(0x47e)](_0x89f79f)}]),_0x5c6e9e['has'](_0x281b76[_0x220216(0x853)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x853)],{'useFactory':()=>_0x5c6e9e['get'](_0x3ca4c9)}]),_0x5c6e9e[_0x220216(0x7df)](_0x281b76[_0x220216(0x4bb)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x4bb)],{'useFactory':()=>_0x5c6e9e[_0x220216(0x47e)](_0x4b94f0)}]),_0x5c6e9e[_0x220216(0x7df)](_0x281b76[_0x220216(0x8e1)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x8e1)],{'useFactory':()=>_0x3990a7({'embedModelService':_0x5c6e9e[_0x220216(0x47e)](_0x5e0ca8[_0x220216(0x2ea)]),'restoreService':_0x5c6e9e[_0x220216(0x47e)](_0x5757ad),'mountService':_0x5c6e9e['get'](_0x1d93f4),'activationService':_0x5c6e9e[_0x220216(0x47e)](_0x30c858)})}]);let _0x4678e2=_0x5c6e9e[_0x220216(0x47e)](_0x5e0ca8[_0x220216(0x748)]),_0x38d6e7=_0x5c6e9e[_0x220216(0x47e)](_0x16de5f),_0x1b139c=_0x5c6e9e[_0x220216(0x47e)](_0x402a2b),_0x43294b=_0x5c6e9e[_0x220216(0x47e)](_0x28f187),_0x191823=_0x5c6e9e[_0x220216(0x47e)](_0x74c661),_0x27adfd=_0x5c6e9e[_0x220216(0x47e)](_0x24299e),_0x5517ec=_0x5c6e9e[_0x220216(0x47e)](_0x691e68),_0x5492e7=_0x22b034(_0x5c6e9e['has'](_0x5e0ca8[_0x220216(0x2b0)])?_0x5c6e9e[_0x220216(0x47e)](_0x5e0ca8[_0x220216(0x2b0)]):void 0x0,_0x5c6e9e['has'](_0x423058[_0x220216(0x8ca)])?_0x5c6e9e[_0x220216(0x47e)](_0x423058[_0x220216(0x8ca)]):void 0x0,()=>_0x5c6e9e['has'](_0x281b76[_0x220216(0x43f)])?_0x5c6e9e['get'](_0x281b76['IBaseUIStateService']):void 0x0);_0x4678e2[_0x220216(0x47e)](_0x5492e7['hostType'],_0x5492e7[_0x220216(0x23b)])||_0x4678e2[_0x220216(0x920)](_0x5492e7);let _0x5ae706=_0x35d000();_0x38d6e7['get'](_0x5ae706[_0x220216(0x805)],_0x5ae706[_0x220216(0x23b)])||_0x38d6e7[_0x220216(0x920)](_0x5ae706);let _0x137c5b=_0x178911(_0x5c6e9e['get'](_0x423058[_0x220216(0x58f)]),_0x5c6e9e[_0x220216(0x47e)](_0x281b76['BaseEmbedRuntimeRegistryService']));_0x1b139c[_0x220216(0x47e)](_0x137c5b['childType'])||_0x1b139c[_0x220216(0x920)](_0x137c5b);let _0x3a157c=_0x19a392();_0x43294b[_0x220216(0x47e)](_0x3a157c['childType'])||_0x43294b[_0x220216(0x920)](_0x3a157c),_0x45200b()[_0x220216(0x84e)](_0x19c435=>{const _0x224d94=_0x220216;_0x191823[_0x224d94(0x3b6)](_0x19c435['hostType'],_0x19c435['entry'],_0x19c435['childType'])||_0x191823[_0x224d94(0x920)](_0x19c435);}),_0x27adfd['registerProvider'](_0x5158fc(_0x5c6e9e,{'childType':_0x423058[_0x220216(0x839)][_0x220216(0x2d9)],'renderManagerService':_0x18a9fe[_0x220216(0x71b)]})),_0x17f847(_0x5c6e9e),_0x5517ec[_0x220216(0x47e)](_0x423058['UniverInstanceType']['UNIVER_BASE'])||_0x5517ec[_0x220216(0x920)](_0x53de76(_0x5c6e9e));}function _0x17f847(_0x576e65){const _0x3706b5=_0x37672f;let _0x10d5a9=_0x576e65[_0x3706b5(0x47e)](_0x2b84b4);_0x10d5a9[_0x3706b5(0x47e)](_0x423058['UniverInstanceType'][_0x3706b5(0x2d9)])||!_0x576e65['has'](_0x281b76[_0x3706b5(0x43f)])||!_0x576e65[_0x3706b5(0x7df)](_0x3d115f[_0x3706b5(0x4f1)])||!_0x576e65[_0x3706b5(0x7df)](_0x281b76[_0x3706b5(0x88d)])||_0x10d5a9[_0x3706b5(0x920)](_0x576e65[_0x3706b5(0x713)](_0x13104f));}function _0x3990a7(_0x898fad){return{'mountTableList':async _0x4b28b9=>{const _0x6e6e2d=_0x3a85;let _0x230a2c=_0x898fad[_0x6e6e2d(0x543)][_0x6e6e2d(0x5ad)](_0x4b28b9['baseUnitId'],_0x4b28b9['embedId']);if(!_0x230a2c&&_0x4b28b9['childUnitId']&&(_0x230a2c={'embedId':_0x4b28b9[_0x6e6e2d(0x2ab)],'hostUnitId':_0x4b28b9[_0x6e6e2d(0x904)],'hostType':_0x423058[_0x6e6e2d(0x839)][_0x6e6e2d(0x2d9)],'entry':_0x6e6e2d(0x2e5),'hostAnchorId':_0x4b28b9[_0x6e6e2d(0x391)],'childUnitId':_0x4b28b9[_0x6e6e2d(0x783)],'childType':_0x4b28b9['childType'],'source':{'unitType':_0x4b28b9[_0x6e6e2d(0x6b0)],'ref':{'file':{'kind':_0x5e0ca8[_0x6e6e2d(0x260)][_0x6e6e2d(0x8a2)]},'unit':{'selector':_0x4b28b9[_0x6e6e2d(0x783)],'type':(0x0,_0x5e0ca8[_0x6e6e2d(0x5d8)])(_0x4b28b9[_0x6e6e2d(0x6b0)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x6e6e2d(0x925),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x230a2c||_0x230a2c[_0x6e6e2d(0x391)]!==_0x4b28b9[_0x6e6e2d(0x391)])&&((!_0x230a2c[_0x6e6e2d(0x783)]||_0x230a2c[_0x6e6e2d(0x6b0)]==null)&&(_0x230a2c=await _0x898fad[_0x6e6e2d(0x224)][_0x6e6e2d(0x248)]({'descriptor':_0x230a2c})),!(!_0x230a2c[_0x6e6e2d(0x783)]||_0x230a2c['childType']==null)))return _0x898fad[_0x6e6e2d(0x84a)][_0x6e6e2d(0x48e)](_0x230a2c),_0x898fad[_0x6e6e2d(0x37e)][_0x6e6e2d(0x48c)](_0x230a2c),(0x0,_0x423058['toDisposable'])(()=>{const _0x23c857=_0x6e6e2d;_0x898fad['activationService']['clearTab'](_0x4b28b9[_0x23c857(0x2ab)]),_0x898fad['mountService'][_0x23c857(0x506)](_0x4b28b9['embedId']);});}};}let _0x2459cd=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x5b7a56,_0x1b9a54,_0x54aa96,_0x57b654,_0x126afc,_0x584816,_0x2a8c1f,_0x488f3b){const _0x1f6f9f=_0x37672f;if(super(),this['_context']=_0x5b7a56,this[_0x1f6f9f(0x479)]=_0x1b9a54,this[_0x1f6f9f(0x1fd)]=_0x54aa96,this[_0x1f6f9f(0x4c9)]=_0x57b654,this[_0x1f6f9f(0x2a1)]=_0x126afc,this['_boardUIStateService']=_0x584816,this[_0x1f6f9f(0x4b6)]=_0x2a8c1f,this[_0x1f6f9f(0x82f)]=_0x488f3b,_0x1876b0(this,_0x1f6f9f(0x58b),new Map()),_0x1876b0(this,_0x1f6f9f(0x5d2),void 0x0),_0x1876b0(this,'_routeWheelToHost',_0x3b063c=>{const _0x2705a7=_0x1f6f9f;var _0x1273d1,_0x4c54dc;let _0x2052fd=(_0x1273d1=(_0x4c54dc=this['_context'][_0x2705a7(0x1dc)])['getCanvasElement'])==null?void 0x0:_0x1273d1[_0x2705a7(0x4d5)](_0x4c54dc);return _0x2052fd?(_0x2052fd[_0x2705a7(0x924)](new WheelEvent(_0x2705a7(0x66f),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x3b063c[_0x2705a7(0x582)],'clientY':_0x3b063c[_0x2705a7(0x91a)],'ctrlKey':_0x3b063c[_0x2705a7(0x56b)],'deltaMode':_0x3b063c['deltaMode'],'deltaX':_0x3b063c[_0x2705a7(0x866)],'deltaY':_0x3b063c[_0x2705a7(0x560)],'deltaZ':_0x3b063c[_0x2705a7(0x2cf)],'metaKey':_0x3b063c[_0x2705a7(0x8cc)],'shiftKey':_0x3b063c[_0x2705a7(0x5f3)]})),!0x0):!0x1;}),_0x1876b0(this,_0x1f6f9f(0x57e),_0x4bb3dd=>{const _0x165d83=_0x1f6f9f;var _0x244d4a,_0x2bd76b;let _0x5edf74=(_0x244d4a=(_0x2bd76b=this[_0x165d83(0x577)][_0x165d83(0x1dc)])['getCanvasElement'])==null?void 0x0:_0x244d4a[_0x165d83(0x4d5)](_0x2bd76b);if(!_0x5edf74)return null;let _0x57fde8=_0x4bb3dd;for(;_0x57fde8&&!_0x57fde8[_0x165d83(0x8e0)](_0x5edf74);)_0x57fde8=_0x57fde8['parentElement'];return _0x57fde8;}),Promise[_0x1f6f9f(0x664)]()[_0x1f6f9f(0x833)](()=>this['_sync']()),typeof document<'u'){let _0x54cd99=_0x71d4fd=>this[_0x1f6f9f(0x663)](_0x71d4fd);document[_0x1f6f9f(0x780)](_0x56503f,_0x54cd99),this[_0x1f6f9f(0x8e4)]((0x0,_0x423058[_0x1f6f9f(0x35b)])(()=>document[_0x1f6f9f(0x356)](_0x56503f,_0x54cd99)));}this['disposeWithMe'](this[_0x1f6f9f(0x82f)]['onCommandExecuted'](_0x440ae7=>{const _0x35f6d3=_0x1f6f9f;(_0x440ae7['id']===_0x5e0ca8[_0x35f6d3(0x8da)]['id']||_0x440ae7['id']===_0x5e0ca8['RemoveEmbedCommand']['id']||_0x440ae7['id']===_0x5e0ca8[_0x35f6d3(0x798)]['id']||_0x440ae7['id']===_0x5e0ca8[_0x35f6d3(0x8ea)]['id'])&&this[_0x35f6d3(0x30e)]();})),[this['_boardElementService'][_0x1f6f9f(0x8e7)],this[_0x1f6f9f(0x4c9)][_0x1f6f9f(0x2cc)],this['_boardElementService']['elementRemove$']]['forEach'](_0x5edf19=>{const _0x4575ef=_0x1f6f9f;let _0x4b8d2e=_0x5edf19[_0x4575ef(0x4a5)](_0x559a42=>{const _0x196d62=_0x4575ef;_0x559a42['some'](_0x388238=>_0x388238[_0x196d62(0x564)]===this['_context'][_0x196d62(0x564)])&&this[_0x196d62(0x30e)]();});this[_0x4575ef(0x8e4)]((0x0,_0x423058[_0x4575ef(0x35b)])(()=>_0x4b8d2e[_0x4575ef(0x7b2)]()));});}['dispose'](){const _0x2c8b0d=_0x37672f;var _0x2fdced;(_0x2fdced=this['_activeDragCleanup'])==null||_0x2fdced[_0x2c8b0d(0x4d5)](this),this['_activeDragCleanup']=void 0x0,this[_0x2c8b0d(0x58b)]['forEach'](_0x35f0c3=>_0x35f0c3['dispose']()),this['_items'][_0x2c8b0d(0x2d5)](),super['dispose']();}[_0x37672f(0x30e)](){const _0x3d7516=_0x37672f;let _0x38af36=this[_0x3d7516(0x577)][_0x3d7516(0x564)];if(this[_0x3d7516(0x479)][_0x3d7516(0x475)](_0x38af36)[_0x3d7516(0x3fe)]>0x0){this[_0x3d7516(0x555)]();return;}let _0x52c9b2=this['_boardElementService']['getElementDataForUnit'](_0x38af36),_0x528f58=new Set();this['_embedModelService'][_0x3d7516(0x91f)](_0x38af36)[_0x3d7516(0x320)](_0x5439f9=>_0x5439f9[_0x3d7516(0x23b)]===_0x5e0ca8[_0x3d7516(0x757)]['BoardsFloatingObject'])[_0x3d7516(0x84e)](_0x51011f=>{const _0x236c5c=_0x3d7516;let _0x429dbc=Object[_0x236c5c(0x4bf)](_0x52c9b2)['find'](_0x102da6=>{const _0x38e0fd=_0x236c5c;var _0x5a19ae;return(0x0,_0x5b8681['isEmbedBoardsFloatingElement'])((_0x5a19ae=_0x102da6['data'][_0x51011f[_0x38e0fd(0x391)]])==null?void 0x0:_0x5a19ae[_0x38e0fd(0x34a)]);}),_0x146266=_0x429dbc==null?void 0x0:_0x429dbc[_0x236c5c(0x489)][_0x51011f[_0x236c5c(0x391)]],_0x5cb8c5=_0x146266==null?void 0x0:_0x146266[_0x236c5c(0x34a)];if(!_0x429dbc||!_0x146266||!(0x0,_0x5b8681['isEmbedBoardsFloatingElement'])(_0x5cb8c5))return;let _0x481a9d=(0x0,_0x5b8681[_0x236c5c(0x642)])(_0x5cb8c5),_0x4bb9f8=this[_0x236c5c(0x73a)](_0x51011f[_0x236c5c(0x391)]);_0x528f58[_0x236c5c(0x47d)](_0x4bb9f8);let _0x38e367={'left':_0x5cb8c5[_0x236c5c(0x65d)][_0x236c5c(0x3c3)]??0x0,'top':_0x5cb8c5[_0x236c5c(0x65d)]['top']??0x0,'width':_0x5cb8c5[_0x236c5c(0x65d)]['width']??0x230,'height':_0x5cb8c5[_0x236c5c(0x65d)][_0x236c5c(0x33d)]??0x168},_0x520b6d=()=>(0x0,_0x10447b[_0x236c5c(0x64d)])(_0x4ca6dc,{'data':{'version':0x1,'embedId':_0x51011f[_0x236c5c(0x2ab)],'hostUnitId':_0x38af36,'hostAnchorId':_0x51011f['hostAnchorId'],'childUnitId':_0x51011f[_0x236c5c(0x783)]??(_0x481a9d==null?void 0x0:_0x481a9d[_0x236c5c(0x783)]),'childType':_0x51011f['childType']??(_0x481a9d==null?void 0x0:_0x481a9d['childType'])},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x236c5c(0x4fc)],'resolveHostWheelGestureRoot':this[_0x236c5c(0x57e)],'onRuntimeStageEnter':_0x598e69=>this[_0x236c5c(0x6af)](_0x598e69!==_0x236c5c(0x58d),_0x146266[_0x236c5c(0x402)],_0x51011f['hostAnchorId'])});this['_items'][_0x236c5c(0x7df)](_0x4bb9f8)?this[_0x236c5c(0x1fd)][_0x236c5c(0x856)](_0x4bb9f8,{'rect':_0x38e367,'content':_0x520b6d}):this['_items'][_0x236c5c(0x5d7)](_0x4bb9f8,this[_0x236c5c(0x1fd)][_0x236c5c(0x459)]({'id':_0x4bb9f8,'unitId':_0x38af36,'subUnitId':_0x146266[_0x236c5c(0x402)],'elementId':_0x51011f['hostAnchorId'],'rect':_0x38e367,'content':_0x520b6d,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x3d7516(0x58b)][_0x3d7516(0x84e)]((_0x1d3847,_0x5d3572)=>{const _0x535447=_0x3d7516;_0x528f58['has'](_0x5d3572)||(_0x1d3847[_0x535447(0x4ff)](),this[_0x535447(0x58b)]['delete'](_0x5d3572));});}[_0x37672f(0x73a)](_0x1f7a55){const _0x477958=_0x37672f;return'board-embed:'+this[_0x477958(0x577)][_0x477958(0x564)]+':'+_0x1f7a55;}[_0x37672f(0x524)](_0x5cdbbf,_0xe7766f){const _0x51510e=_0x37672f;this[_0x51510e(0x2a1)][_0x51510e(0x48b)]({'unitId':this[_0x51510e(0x577)][_0x51510e(0x564)],'subUnitId':_0x5cdbbf},[_0xe7766f],_0xe7766f);}[_0x37672f(0x6af)](_0x178c68,_0x5dcdae,_0x3cd70b){const _0x57a5fd=_0x37672f;if(_0x178c68){this[_0x57a5fd(0x524)](_0x5dcdae,_0x3cd70b);return;}this['_boardElementStateService'][_0x57a5fd(0x374)]();}[_0x37672f(0x663)](_0x3ec38f){const _0x3a55eb=_0x37672f;var _0x785e22,_0x1ccc8d,_0xafefb5,_0x3fccca;let _0x1c033d=_0x3ec38f[_0x3a55eb(0x787)];if(!_0x1c033d||_0x1c033d[_0x3a55eb(0x7cf)]!==this['_context'][_0x3a55eb(0x564)])return;let _0x416157=this['_boardElementService'][_0x3a55eb(0x334)](this[_0x3a55eb(0x577)][_0x3a55eb(0x564)]),_0x4a0daf=Object[_0x3a55eb(0x4bf)](_0x416157)[_0x3a55eb(0x782)](_0x29b1a6=>_0x29b1a6[_0x3a55eb(0x489)][_0x1c033d[_0x3a55eb(0x391)]]),_0x20d302=_0x4a0daf==null?void 0x0:_0x4a0daf[_0x3a55eb(0x489)][_0x1c033d['hostAnchorId']];if(!_0x4a0daf||!_0x20d302||!(0x0,_0x5b8681[_0x3a55eb(0x301)])(_0x20d302[_0x3a55eb(0x34a)])||((_0x785e22=(0x0,_0x5b8681[_0x3a55eb(0x642)])(_0x20d302[_0x3a55eb(0x34a)]))==null?void 0x0:_0x785e22[_0x3a55eb(0x2ab)])!==_0x1c033d[_0x3a55eb(0x2ab)])return;let _0x4215f1=(_0x1ccc8d=(_0xafefb5=this[_0x3a55eb(0x577)][_0x3a55eb(0x1dc)])['getCanvasElement'])==null?void 0x0:_0x1ccc8d[_0x3a55eb(0x4d5)](_0xafefb5);if(!_0x4215f1)return;(_0x3fccca=this[_0x3a55eb(0x5d2)])==null||_0x3fccca['call'](this),this[_0x3a55eb(0x524)](_0x20d302[_0x3a55eb(0x402)],_0x1c033d[_0x3a55eb(0x391)]),this['_setAnchorTransformerVisible'](!0x1,_0x20d302[_0x3a55eb(0x402)],_0x1c033d[_0x3a55eb(0x391)]);let _0x59c310=_0x20d302[_0x3a55eb(0x34a)],_0x5c9c92=_0x59c310[_0x3a55eb(0x65d)]['left']??0x0,_0x53d5cf=_0x59c310['transform']['top']??0x0,_0x57de2b=this[_0x3a55eb(0x359)][_0x3a55eb(0x349)](),_0x5201ad=(0x0,_0x2384f3[_0x3a55eb(0x26e)])(this[_0x3a55eb(0x4b6)][_0x3a55eb(0x512)](_0x2384f3[_0x3a55eb(0x6a7)])??void 0x0),_0x24182c=(0x0,_0x2384f3['getBoardPointFromClient'])(_0x4215f1,_0x1c033d[_0x3a55eb(0x582)],_0x1c033d[_0x3a55eb(0x91a)],{'zoomRatio':_0x57de2b['zoomRatio'],'panOffset':_0x57de2b[_0x3a55eb(0x56d)]},_0x5201ad),_0x49e2c6=document[_0x3a55eb(0x7c5)]??window,_0x4d7635=(_0x36bee5,_0x2ec78c)=>{const _0x4e671d=_0x3a55eb;let _0x5b9f5c=this['_boardUIStateService'][_0x4e671d(0x349)](),_0x16335b=(0x0,_0x2384f3['getBoardPointFromClient'])(_0x4215f1,_0x36bee5,_0x2ec78c,{'zoomRatio':_0x5b9f5c[_0x4e671d(0x6dd)],'panOffset':_0x5b9f5c[_0x4e671d(0x56d)]},_0x5201ad);return{'left':_0x5c9c92+_0x16335b['x']-_0x24182c['x'],'top':_0x53d5cf+_0x16335b['y']-_0x24182c['y']};},_0x3816e0=(_0x13425d,_0x1d30e5)=>{const _0x363752=_0x3a55eb;let _0x27e8da=_0x4d7635(_0x13425d,_0x1d30e5);return this[_0x363752(0x1fd)][_0x363752(0x856)](this['_itemId'](_0x1c033d[_0x363752(0x391)]),{'rect':{..._0x27e8da,'width':_0x59c310[_0x363752(0x65d)]['width']??0x230,'height':_0x59c310['transform'][_0x363752(0x33d)]??0x168}}),_0x27e8da;},_0x57ae9a=_0x31b63f=>_0x1c033d['pointerId']==null||_0x31b63f[_0x3a55eb(0x304)]===_0x1c033d[_0x3a55eb(0x304)],_0x2e0508=()=>{},_0xa993ed=_0x4790d2=>{const _0x39d3dd=_0x3a55eb;_0x57ae9a(_0x4790d2)&&(_0x4790d2[_0x39d3dd(0x387)](),_0x3816e0(_0x4790d2[_0x39d3dd(0x582)],_0x4790d2[_0x39d3dd(0x91a)]));},_0x54afef=async _0x37f65f=>{const _0x38dcea=_0x3a55eb;if(!_0x57ae9a(_0x37f65f))return;_0x2e0508(),_0x37f65f[_0x38dcea(0x387)]();let _0x1a7716=_0x3816e0(_0x37f65f[_0x38dcea(0x582)],_0x37f65f[_0x38dcea(0x91a)]);await this['_commandService']['executeCommand'](_0x5b8681[_0x38dcea(0x230)]['id'],{'unitId':this[_0x38dcea(0x577)][_0x38dcea(0x564)],'subUnitId':_0x20d302[_0x38dcea(0x402)],'elementId':_0x1c033d['hostAnchorId'],'element':_0x59c310,'transform':{..._0x20d302[_0x38dcea(0x65d)],..._0x1a7716}})[_0x38dcea(0x76f)](()=>{const _0x20d9c2=_0x38dcea;this[_0x20d9c2(0x30e)](),this[_0x20d9c2(0x6af)](!0x0,_0x20d302[_0x20d9c2(0x402)],_0x1c033d[_0x20d9c2(0x391)]);});},_0x16e97c=_0x5066fe=>{_0x57ae9a(_0x5066fe)&&(_0x2e0508(),this['_sync'](),this['_setAnchorTransformerVisible'](!0x0,_0x20d302['subUnitId'],_0x1c033d['hostAnchorId']));};_0x2e0508=()=>{const _0xc00aa4=_0x3a55eb;_0x49e2c6[_0xc00aa4(0x356)](_0xc00aa4(0x723),_0xa993ed),_0x49e2c6['removeEventListener'](_0xc00aa4(0x832),_0x54afef),_0x49e2c6[_0xc00aa4(0x356)](_0xc00aa4(0x303),_0x16e97c),this['_activeDragCleanup']===_0x2e0508&&(this[_0xc00aa4(0x5d2)]=void 0x0);},_0x49e2c6[_0x3a55eb(0x780)](_0x3a55eb(0x723),_0xa993ed),_0x49e2c6[_0x3a55eb(0x780)](_0x3a55eb(0x832),_0x54afef),_0x49e2c6[_0x3a55eb(0x780)](_0x3a55eb(0x303),_0x16e97c),this[_0x3a55eb(0x5d2)]=_0x2e0508;}[_0x37672f(0x555)](){const _0x1f50d1=_0x37672f;this[_0x1f50d1(0x58b)][_0x1f50d1(0x84e)](_0x2b8db3=>_0x2b8db3['dispose']()),this['_items'][_0x1f50d1(0x2d5)]();}};_0x2459cd=_0x10216e([_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x2ea)])),_0xcd14f8(0x2,(0x0,_0x423058[_0x37672f(0x570)])(_0x2384f3['BoardDomLayerService'])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x5b8681['IBoardElementService'])),_0xcd14f8(0x4,(0x0,_0x423058[_0x37672f(0x570)])(_0x2384f3['IBoardElementStateService'])),_0xcd14f8(0x5,(0x0,_0x423058['Inject'])(_0x2384f3[_0x37672f(0x474)])),_0xcd14f8(0x6,_0x423058[_0x37672f(0x514)]),_0xcd14f8(0x7,_0x423058['ICommandService'])],_0x2459cd);function _0x2b612d(){const _0x5c39e7=_0x37672f;return{..._0xd3f8d0({'childType':_0x423058['UniverInstanceType'][_0x5c39e7(0x316)],'productName':_0x5c39e7(0x27f),'hostChromeMode':_0x5c39e7(0x63c)}),'presentationPolicy':{'getChromeCss':()=>_0x5c39e7(0x900)}};}function _0x5772a8(){const _0xfbceb8=_0x37672f;return{'hostType':_0x423058[_0xfbceb8(0x839)][_0xfbceb8(0x316)],'entry':_0x5e0ca8[_0xfbceb8(0x757)]['BoardsFloatingObject'],'layout':_0xfbceb8(0x22f),'supportedLayouts':['scroll-contained',_0xfbceb8(0x863),_0xfbceb8(0x4e3)],'menuBehavior':_0xfbceb8(0x461)};}function _0x5cb68f(){const _0x175608=_0x37672f;return{'childType':_0x423058['UniverInstanceType'][_0x175608(0x316)],'handleWheel':_0x5f2423=>{const _0xd64b8e=_0x175608;let _0x1f9089=_0x5f2423[_0xd64b8e(0x5b0)][_0xd64b8e(0x868)];if(!(_0x1f9089!=null&&_0x1f9089['has'](_0x2384f3[_0xd64b8e(0x474)])))return!0x1;let _0x3e88ff=(_0x5f2423['runtimeScope']['roots'][_0xd64b8e(0x6fe)][_0xd64b8e(0x546)](_0xd64b8e(0x817))??_0x5f2423[_0xd64b8e(0x5b0)]['roots'][_0xd64b8e(0x6fe)])[_0xd64b8e(0x4f7)](),_0x2d069e=(0x0,_0x2384f3[_0xd64b8e(0x26e)])(_0x1f9089[_0xd64b8e(0x7df)](_0x423058[_0xd64b8e(0x514)])?_0x1f9089[_0xd64b8e(0x47e)](_0x423058[_0xd64b8e(0x514)])[_0xd64b8e(0x512)](_0x2384f3['BOARDS_UI_PLUGIN_CONFIG_KEY']):void 0x0),_0x494ca4=(0x0,_0x2384f3[_0xd64b8e(0x410)])({'event':_0x5f2423['event'],'interactionConfig':_0x2d069e,'viewportRect':_0x3e88ff});if(_0x494ca4[_0xd64b8e(0x27c)]==='none')return!0x1;let _0x36e181=_0x1f9089['get'](_0x2384f3['IBoardUIStateService']);return _0x494ca4['type']===_0xd64b8e(0x90e)?_0x36e181[_0xd64b8e(0x28d)](_0x494ca4[_0xd64b8e(0x85a)]):_0x36e181[_0xd64b8e(0x8e3)](_0x36e181['getState']()[_0xd64b8e(0x6dd)]*_0x494ca4[_0xd64b8e(0x532)],_0x494ca4[_0xd64b8e(0x85c)]),!0x0;}};}function _0x5b9ecb(_0x3a6847){const _0x1b5c54=_0x37672f;return{'childType':_0x423058[_0x1b5c54(0x839)][_0x1b5c54(0x316)],'supportedLayouts':[_0x1b5c54(0x737),_0x1b5c54(0x77d),_0x1b5c54(0x22f)],'scopedDependencies':_0x2384f3[_0x1b5c54(0x4b3)]['getRuntimeScopedDependencies'](_0x3a6847),'beforeDeactivate':_0x12da97,'mount':_0x4b9a81};}function _0x12da97(_0x52999d){const _0x4c2643=_0x37672f;let _0xdf6110=_0x52999d[_0x4c2643(0x5b0)][_0x4c2643(0x868)];if(_0xdf6110[_0x4c2643(0x7df)](_0x731e9d[_0x4c2643(0x3c7)])&&_0xdf6110[_0x4c2643(0x47e)](_0x731e9d[_0x4c2643(0x3c7)])[_0x4c2643(0x739)](),_0xdf6110[_0x4c2643(0x7df)](_0x2384f3[_0x4c2643(0x644)])&&_0xdf6110['get'](_0x2384f3['BoardTextEditingService'])[_0x4c2643(0x59b)](),_0xdf6110[_0x4c2643(0x7df)](_0x2384f3[_0x4c2643(0x808)])){let _0x5a392b=_0xdf6110['get'](_0x2384f3[_0x4c2643(0x808)]);_0x5a392b[_0x4c2643(0x8b4)](),_0x5a392b[_0x4c2643(0x374)]();}}function _0x4b9a81(_0x1288ff){const _0x3c6f7b=_0x37672f;var _0x26c688,_0x5adb4d;let _0x54d255=_0x1288ff[_0x3c6f7b(0x868)]['get'](_0x423058[_0x3c6f7b(0x8ca)])[_0x3c6f7b(0x80e)](_0x1288ff[_0x3c6f7b(0x783)],_0x423058[_0x3c6f7b(0x839)][_0x3c6f7b(0x316)]),_0x3fe536=_0x1288ff['runtimeScope'][_0x3c6f7b(0x868)];if(!_0x54d255||!_0x3fe536)return;let _0x17f591=_0x1288ff[_0x3c6f7b(0x868)][_0x3c6f7b(0x47e)](_0x18a9fe[_0x3c6f7b(0x71b)]),_0x4811f6=_0x1a2ebf(_0x17f591,_0x1288ff[_0x3c6f7b(0x783)],_0x3fe536);if(!_0x4811f6)return;let _0x1f5fde=_0x4b0eb6(_0x1288ff[_0x3c6f7b(0x5b0)]['roots']['content']);_0x1f5fde[_0x3c6f7b(0x5db)]((0x0,_0x8825e5['jsxs'])(_0x418b69,{'injector':_0x3fe536,'mountContainer':_0x1288ff[_0x3c6f7b(0x5b0)][_0x3c6f7b(0x8dd)][_0x3c6f7b(0x7f1)],'embedId':_0x1288ff['embedId'],'children':[(0x0,_0x8825e5[_0x3c6f7b(0x3c4)])(_0x2384f3[_0x3c6f7b(0x66e)],{'embedded':_0x1288ff[_0x3c6f7b(0x46e)]['mode']==='float'&&!_0x1288ff[_0x3c6f7b(0x46e)]['fullscreen'],'fitOnMount':!0x1,'showZoomControls':_0x1288ff[_0x3c6f7b(0x46e)][_0x3c6f7b(0x69f)]===_0x3c6f7b(0x81f)||_0x1288ff[_0x3c6f7b(0x46e)]['fullscreen']===!0x0}),(0x0,_0x8825e5[_0x3c6f7b(0x3c4)])(_0x2384f3[_0x3c6f7b(0x8b6)],{'positionRoot':_0x1288ff[_0x3c6f7b(0x5b0)][_0x3c6f7b(0x8dd)][_0x3c6f7b(0x6fe)]}),(0x0,_0x8825e5['jsx'])(_0x731e9d[_0x3c6f7b(0x8f8)],{})]}));let _0x68f943=_0x1288ff[_0x3c6f7b(0x46e)][_0x3c6f7b(0x69f)]!==_0x3c6f7b(0x78d)||_0x1288ff[_0x3c6f7b(0x46e)][_0x3c6f7b(0x3d5)]?_0x1288ff['injector'][_0x3c6f7b(0x47e)](_0x32cfb9)[_0x3c6f7b(0x269)](_0x1288ff[_0x3c6f7b(0x2ab)],_0x1288ff['runtimeScope'][_0x3c6f7b(0x8dd)][_0x3c6f7b(0x6fe)][_0x3c6f7b(0x53c)]):void 0x0;_0x4c236a(_0x4811f6,{'activate':!0x0});let _0x7045b5=(_0x26c688=(_0x5adb4d=globalThis)['requestAnimationFrame'])==null?void 0x0:_0x26c688[_0x3c6f7b(0x4d5)](_0x5adb4d,()=>{const _0x1c2735=_0x3c6f7b;let _0x43a5cf=_0x1288ff[_0x1c2735(0x5b0)]['roots'][_0x1c2735(0x6fe)][_0x1c2735(0x546)](_0x1c2735(0x817)),_0x158b51=(_0x43a5cf==null?void 0x0:_0x43a5cf['getBoundingClientRect']())??_0x1288ff[_0x1c2735(0x5b0)][_0x1c2735(0x8dd)][_0x1c2735(0x6fe)][_0x1c2735(0x4f7)](),_0x2d0530=(0x0,_0x2384f3[_0x1c2735(0x26e)])(_0x3fe536[_0x1c2735(0x47e)](_0x423058['IConfigService'])['getConfig'](_0x2384f3[_0x1c2735(0x6a7)])??void 0x0);_0x3fe536[_0x1c2735(0x47e)](_0x2384f3[_0x1c2735(0x313)])[_0x1c2735(0x6da)](_0x54d255,{'viewportSize':{'width':_0x158b51[_0x1c2735(0x7e5)],'height':_0x158b51[_0x1c2735(0x33d)]},'padding':Math[_0x1c2735(0x59c)](0x10,Math['min'](0x40,Math[_0x1c2735(0x425)](_0x158b51[_0x1c2735(0x7e5)],_0x158b51[_0x1c2735(0x33d)])*0.08)),'zoom':_0x2d0530});});return(0x0,_0x423058['toDisposable'])(()=>{const _0x12de4b=_0x3c6f7b;if(_0x7045b5!=null){var _0x19dad3,_0x518c53;(_0x19dad3=(_0x518c53=globalThis)[_0x12de4b(0x20c)])==null||_0x19dad3[_0x12de4b(0x4d5)](_0x518c53,_0x7045b5);}try{var _0x140107,_0x4d1428;(_0x140107=(_0x4d1428=_0x4811f6[_0x12de4b(0x1dc)])[_0x12de4b(0x506)])==null||_0x140107['call'](_0x4d1428);}catch{}_0x17f591['removeRender'](_0x1288ff['childUnitId']),_0x5deccb(_0x1f5fde),_0x68f943==null||_0x68f943[_0x12de4b(0x4ff)](),_0x3fe536[_0x12de4b(0x4ff)]();});}function _0x36f52a(){const _0x572544=_0x37672f;return _0x454349({'childType':_0x423058['UniverInstanceType'][_0x572544(0x316)],'mount':_0x474220});}function _0x474220(_0x5f248f){const _0x13e38a=_0x37672f;if(_0x5f248f['renderScope']['fullscreen'])return;let {root:_0x5ccee0,menu:_0x277f95}=_0x2c109e(_0x5f248f),_0x3ecff3=_0x4b0eb6(_0x277f95);return _0x3ecff3['render']((0x0,_0x10447b[_0x13e38a(0x64d)])(_0x418b69,{'injector':_0x5f248f[_0x13e38a(0x5b0)][_0x13e38a(0x868)],'mountContainer':_0x5ccee0,'embedId':_0x5f248f[_0x13e38a(0x2ab)]},(0x0,_0x10447b[_0x13e38a(0x64d)])(_0x51fe78,{'hostUnitId':_0x5f248f[_0x13e38a(0x7cf)],'embedId':_0x5f248f['embedId'],'childUnitId':_0x5f248f['childUnitId'],'viewportRoot':_0x5f248f[_0x13e38a(0x5b0)][_0x13e38a(0x8dd)][_0x13e38a(0x6fe)],'fullscreen':!!_0x5f248f['renderScope'][_0x13e38a(0x3d5)]}))),(0x0,_0x423058[_0x13e38a(0x35b)])(()=>{const _0x297274=_0x13e38a;_0x5deccb(_0x3ecff3),globalThis[_0x297274(0x620)](()=>_0x277f95['remove'](),0x0);});}function _0x51fe78(_0x4beb1e){const _0x4e8847=_0x37672f;let {hostUnitId:_0x3db9b1,embedId:_0xbd5b24,childUnitId:_0x2365bb,viewportRoot:_0x39cb11,fullscreen:_0x53ca58}=_0x4beb1e,_0x3b7c26=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x423058[_0x4e8847(0x58f)]),_0x3bd532=(0x0,_0x4fbb7a['useDependency'])(_0x423058[_0x4e8847(0x514)]),_0x5b26f2=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x423058[_0x4e8847(0x8ca)]),_0x53c06a=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x423058[_0x4e8847(0x5f7)]),_0xd21ff7=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x89f79f),_0x4bf2cb=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x2384f3[_0x4e8847(0x474)]),_0x1f0226=(0x0,_0x4fbb7a['useDependency'])(_0x2384f3[_0x4e8847(0x313)]),_0xc55ccb=(0x0,_0x4fbb7a[_0x4e8847(0x711)])(()=>_0x4bf2cb[_0x4e8847(0x322)],_0x4bf2cb[_0x4e8847(0x349)](),!0x1,[_0x4bf2cb]),_0x37307c=_0x2c31e8({'embedId':_0xbd5b24,'active':(0x0,_0x4fbb7a[_0x4e8847(0x711)])(()=>_0xd21ff7['active$'],_0xd21ff7[_0x4e8847(0x2fc)](),!0x1,[_0xd21ff7]),'fullscreen':_0x53ca58}),_0x12273e=_0x5b26f2['getUnit'](_0x2365bb,_0x423058[_0x4e8847(0x839)]['UNIVER_BOARD']),_0x447146=(0x0,_0x2384f3[_0x4e8847(0x26e)])(_0x3bd532['getConfig'](_0x2384f3[_0x4e8847(0x6a7)])??void 0x0),_0xed0bf9=()=>_0x39cb11[_0x4e8847(0x4f7)](),_0x59c963=()=>({'x':_0xed0bf9()['width']/0x2,'y':_0xed0bf9()['height']/0x2}),_0x414010=_0x5e51fd=>_0x4bf2cb[_0x4e8847(0x8e3)](_0x5e51fd,_0x59c963());return(0x0,_0x8825e5[_0x4e8847(0x1fa)])(_0x4e8847(0x46a),{'className':(0x0,_0x314f23[_0x4e8847(0x39d)])('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':_0x37307c===_0x4e8847(0x3ed),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x53ca58,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x53ca58,'-univer-top-[44px]':!_0x53ca58}),'data-embed-floating-menu':'true','data-embed-id':_0xbd5b24,'data-embed-float-stage':_0x37307c,'onPointerDown':_0x27182b=>_0x27182b[_0x4e8847(0x584)](),'children':[(0x0,_0x8825e5[_0x4e8847(0x3c4)])('span',{'title':_0x53c06a['t']('embed-ui.boardsFloating.fitContent'),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4fbb7a[_0x4e8847(0x6fa)],{'onClick':()=>{const _0x148aaa=_0x4e8847;let _0xd2466d=_0xed0bf9();_0x1f0226['fitContent'](_0x12273e??null,{'viewportSize':{'width':_0xd2466d[_0x148aaa(0x7e5)],'height':_0xd2466d[_0x148aaa(0x33d)]},'padding':Math[_0x148aaa(0x59c)](0x10,Math[_0x148aaa(0x425)](0x40,Math[_0x148aaa(0x425)](_0xd2466d[_0x148aaa(0x7e5)],_0xd2466d[_0x148aaa(0x33d)])*0.08)),'zoom':_0x447146});},'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x298840,{})})}),(0x0,_0x8825e5['jsx'])(_0x4e8847(0x2db),{'title':_0x53c06a['t'](_0x4e8847(0x7fc)),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4fbb7a['ToolbarButton'],{'onClick':()=>_0x414010(_0xc55ccb['zoomRatio']-_0x447146[_0x4e8847(0x867)]),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x53099d,{})})}),(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4e8847(0x2db),{'title':_0x53c06a['t'](_0x4e8847(0x503)),'children':(0x0,_0x8825e5['jsxs'])(_0x4fbb7a[_0x4e8847(0x6fa)],{'noIcon':!0x0,'onClick':()=>_0x414010(0x1),'children':[Math[_0x4e8847(0x756)](_0xc55ccb['zoomRatio']*0x64),'%']})}),(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4e8847(0x2db),{'title':_0x53c06a['t']('embed-ui.boardsFloating.zoomIn'),'children':(0x0,_0x8825e5['jsx'])(_0x4fbb7a[_0x4e8847(0x6fa)],{'onClick':()=>_0x414010(_0xc55ccb[_0x4e8847(0x6dd)]+_0x447146[_0x4e8847(0x867)]),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x3d7f0f,{})})}),(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4e8847(0x2db),{'title':_0x53c06a['t']('embed-ui.boardsFloating.delete'),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4fbb7a[_0x4e8847(0x6fa)],{'className':_0x4e8847(0x78e),'onClick':()=>void _0x3b7c26[_0x4e8847(0x6a6)](_0x5e0ca8['RemoveEmbedCommand']['id'],{'hostUnitId':_0x3db9b1,'embedId':_0xbd5b24}),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x30bdbf,{})})})]});}function _0x2c31e8(_0x12e7ae){const _0x3a9bf0=_0x37672f;var _0x26d1b7;return _0x12e7ae[_0x3a9bf0(0x3d5)]?_0x3a9bf0(0x58d):((_0x26d1b7=_0x12e7ae[_0x3a9bf0(0x44d)])==null?void 0x0:_0x26d1b7[_0x3a9bf0(0x2ab)])===_0x12e7ae[_0x3a9bf0(0x2ab)]?_0x12e7ae['active'][_0x3a9bf0(0x67a)]??_0x3a9bf0(0x4c6):_0x3a9bf0(0x3ed);}function _0x43ce46(_0x128fab){const _0x1e8d5a=_0x37672f;_0x4ee2ee(_0x128fab,_0x1e8d5a(0x697),_0x234222);}function _0x234222(_0x389be4){const _0x15c085=_0x37672f;_0x389be4[_0x15c085(0x7df)](_0x2384f3[_0x15c085(0x6a3)])||_0x389be4[_0x15c085(0x47d)]([_0x2384f3[_0x15c085(0x6a3)],{'useFactory':()=>_0x389be4['get'](_0x4b94f0)}]);let _0x114b86=_0x389be4[_0x15c085(0x47e)](_0x16de5f),_0x211f38=_0x389be4[_0x15c085(0x47e)](_0x402a2b),_0x5ce3ff=_0x389be4['get'](_0x28f187),_0xdb9a82=_0x389be4[_0x15c085(0x47e)](_0x74c661),_0x42afd3=_0x389be4['get'](_0x24299e),_0x48cff9=_0x389be4[_0x15c085(0x47e)](_0x691e68),_0x43b7cd=_0x5772a8();_0x114b86[_0x15c085(0x47e)](_0x43b7cd[_0x15c085(0x805)],_0x43b7cd[_0x15c085(0x23b)])||_0x114b86[_0x15c085(0x920)](_0x43b7cd);let _0x4a68a6=_0x5b9ecb(_0x389be4);_0x211f38[_0x15c085(0x47e)](_0x4a68a6[_0x15c085(0x6b0)])||_0x211f38['register'](_0x4a68a6);let _0x46b020=_0x2b612d();_0x5ce3ff[_0x15c085(0x47e)](_0x46b020['childType'])||_0x5ce3ff[_0x15c085(0x920)](_0x46b020),_0x36f52a()[_0x15c085(0x84e)](_0x249f39=>{const _0x169d6c=_0x15c085;_0xdb9a82[_0x169d6c(0x3b6)](_0x249f39[_0x169d6c(0x805)],_0x249f39[_0x169d6c(0x23b)],_0x249f39[_0x169d6c(0x6b0)])||_0xdb9a82[_0x169d6c(0x920)](_0x249f39);}),_0x42afd3['registerProvider'](_0x5158fc(_0x389be4,{'childType':_0x423058['UniverInstanceType']['UNIVER_BOARD'],'renderManagerService':_0x18a9fe[_0x15c085(0x71b)]})),_0x48cff9['get'](_0x423058[_0x15c085(0x839)][_0x15c085(0x316)])||_0x48cff9[_0x15c085(0x920)](_0x5cb68f()),_0x389be4['get'](_0x18a9fe[_0x15c085(0x71b)])['registerRenderModule'](_0x423058[_0x15c085(0x839)][_0x15c085(0x316)],_0x2459cd);}let _0x25f13d={'mode':_0x37672f(0x225),'target':_0x37672f(0x3e5),'paddingX':0x0,'minScale':0x0,'align':'start'};function _0x4d08de(){const _0x5b4955=_0x37672f;return _0x24df5c({'childType':_0x423058[_0x5b4955(0x839)][_0x5b4955(0x4d7)],'productName':_0x5b4955(0x6be)});}function _0x390255(){const _0x3eb9cf=_0x37672f;return{'childType':_0x423058[_0x3eb9cf(0x839)]['UNIVER_DOC'],'supportedLayouts':[_0x3eb9cf(0x77d),_0x3eb9cf(0x863),_0x3eb9cf(0x22f)],'beforeDeactivate':_0x32c6a6,'mount':_0xf1b448=>_0xf1b448[_0x3eb9cf(0x46e)][_0x3eb9cf(0x69f)]===_0x3eb9cf(0x78d)&&!_0xf1b448['renderScope'][_0x3eb9cf(0x3d5)]?_0x16222d(_0xf1b448,_0x18a9fe[_0x3eb9cf(0x71b)],void 0x0,{'scopedInjector':_0x1cca5a(_0xf1b448[_0x3eb9cf(0x5b0)][_0x3eb9cf(0x868)])}):_0x16222d(_0xf1b448,_0x18a9fe[_0x3eb9cf(0x71b)])};}function _0x32c6a6(_0x5447fc){const _0x51e7ad=_0x37672f;var _0x42b47a;let _0x3e67d8=_0x5447fc['injector']['get'](_0x18a9fe[_0x51e7ad(0x71b)])[_0x51e7ad(0x289)](_0x5447fc['childUnitId']),_0x31a679=_0x3e67d8==null?void 0x0:_0x3e67d8[_0x51e7ad(0x38d)](_0xeb41bb[_0x51e7ad(0x8c0)]);_0x3e67d8==null||(_0x42b47a=_0x3e67d8[_0x51e7ad(0x38d)](_0xeb41bb[_0x51e7ad(0x30c)]))==null||_0x42b47a[_0x51e7ad(0x745)](),_0x31a679==null||_0x31a679[_0x51e7ad(0x453)](),_0x31a679==null||_0x31a679[_0x51e7ad(0x799)]();}function _0x1cca5a(_0x5e8f32){const _0x2dd6da=_0x37672f;return _0x310982(_0x5e8f32,new Map([[_0xeb41bb[_0x2dd6da(0x8f0)],_0x3558fc=>_0x9758b9(_0x3558fc)]]));}function _0x9758b9(_0x12395f){const _0x65db7c=_0x37672f;return{..._0x12395f,'fitToWidth':{..._0x12395f==null?void 0x0:_0x12395f[_0x65db7c(0x5bf)],..._0x25f13d}};}let _0x8e95ec=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x60d20d,_0x3ee2a0,_0x58feed,_0x9e041f,_0x4f2fd3,_0x4f0303,_0x2d27a9,_0x236ddb){const _0x3e642e=_0x37672f;var _0xfb699d,_0xab2780;super(),this[_0x3e642e(0x577)]=_0x60d20d,this['_univerInstanceService']=_0x3ee2a0,this[_0x3e642e(0x82f)]=_0x58feed,this['_contentSizeRegistry']=_0x9e041f,this[_0x3e642e(0x773)]=_0x4f2fd3,this[_0x3e642e(0x479)]=_0x4f0303,this['_renderManagerService']=_0x2d27a9,this[_0x3e642e(0x23e)]=_0x236ddb,_0x1876b0(this,'_resolvedChildUnits',new Map()),_0x1876b0(this,_0x3e642e(0x882),new Map());let _0x3a3aa4=(0x0,_0xeb41bb[_0x3e642e(0x734)])(()=>{const _0x2b2fb7=_0x3e642e;this[_0x2b2fb7(0x392)]()||this[_0x2b2fb7(0x878)]();}),_0x338df7=(0x0,_0xeb41bb['createDocsCustomBlockSizeRefreshScheduler'])(()=>{const _0x2dac0b=_0x3e642e;this[_0x2dac0b(0x392)]();});this[_0x3e642e(0x8e4)](_0x3a3aa4),this[_0x3e642e(0x8e4)](_0x338df7);let _0x456e24=_0x573f6a((_0xfb699d=this[_0x3e642e(0x577)][_0x3e642e(0x1dc)])==null||(_0xab2780=_0xfb699d['getCanvasElement'])==null?void 0x0:_0xab2780[_0x3e642e(0x4d5)](_0xfb699d),_0x3a3aa4['schedule']);_0x456e24&&this[_0x3e642e(0x8e4)](_0x456e24);let _0x2139f2=this[_0x3e642e(0x5af)]['contentSizeChanged$'][_0x3e642e(0x4a5)](({hostUnitId:_0x2719e7})=>{const _0x358a06=_0x3e642e;_0x2719e7===this[_0x358a06(0x577)][_0x358a06(0x564)]&&_0x3a3aa4['schedule']();});this[_0x3e642e(0x8e4)]((0x0,_0x423058[_0x3e642e(0x35b)])(()=>_0x2139f2[_0x3e642e(0x7b2)]())),this[_0x3e642e(0x8e4)]({'dispose':()=>{const _0x57cc9d=_0x3e642e;this[_0x57cc9d(0x90b)][_0x57cc9d(0x2d5)](),this[_0x57cc9d(0x882)][_0x57cc9d(0x2d5)]();}});let _0x4c70b6=this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x423058[_0x3e642e(0x839)][_0x3e642e(0x89d)])[_0x3e642e(0x4a5)](()=>{_0x3a3aa4['schedule']();}),_0x4aab4f=this[_0x3e642e(0x652)][_0x3e642e(0x7a7)](_0x423058[_0x3e642e(0x839)][_0x3e642e(0x2d9)])['subscribe'](()=>{const _0x1e1056=_0x3e642e;_0x3a3aa4[_0x1e1056(0x27b)]();});this[_0x3e642e(0x8e4)]((0x0,_0x423058[_0x3e642e(0x35b)])(()=>_0x4c70b6[_0x3e642e(0x7b2)]())),this[_0x3e642e(0x8e4)]((0x0,_0x423058[_0x3e642e(0x35b)])(()=>_0x4aab4f[_0x3e642e(0x7b2)]()));let _0x52b2cd=(0x0,_0x18a9fe[_0x3e642e(0x622)])((_0x5adf1e,_0x55888c,_0x2cb1dd)=>{const _0x1c5c3b=_0x3e642e;var _0xe3e0ad,_0x3710b5,_0x129d5c;if(_0x5adf1e!==this[_0x1c5c3b(0x577)][_0x1c5c3b(0x564)])return null;let _0x33e6c5=this[_0x1c5c3b(0x8ad)]();if(!_0x33e6c5)return null;let _0x144e54=(_0xe3e0ad=_0x33e6c5[_0x1c5c3b(0x638)])==null?void 0x0:_0xe3e0ad[_0x55888c],_0xb017c3=_0x144e54==null?void 0x0:_0x144e54[_0x1c5c3b(0x489)],_0xfcdc2d=_0xb017c3==null?void 0x0:_0xb017c3[_0x1c5c3b(0x6b0)];if(_0xfcdc2d!==_0x423058[_0x1c5c3b(0x839)][_0x1c5c3b(0x89d)]&&_0xfcdc2d!==_0x423058[_0x1c5c3b(0x839)][_0x1c5c3b(0x2d9)])return null;let _0x5c82c6=this['_docViewScaleService'][_0x1c5c3b(0x656)](),_0x19d01c=this['_getVisibleCanvasDocumentRect'](_0x5c82c6),_0x6a1496=this[_0x1c5c3b(0x701)](_0xb017c3,_0xfcdc2d),_0x594c1e=_0x6a1496?this[_0x1c5c3b(0x3cd)](_0x6a1496,_0xfcdc2d,_0x3a3aa4[_0x1c5c3b(0x27b)]):void 0x0,_0x12b9f9=_0xb017c3==null?void 0x0:_0xb017c3[_0x1c5c3b(0x2ab)],_0x5bd408=typeof _0x12b9f9=='string'?(_0x3710b5=this[_0x1c5c3b(0x773)][_0x1c5c3b(0x25a)](_0x12b9f9))==null||(_0x3710b5=_0x3710b5[_0x1c5c3b(0x8d2)])==null?void 0x0:_0x3710b5[_0x1c5c3b(0x5b0)][_0x1c5c3b(0x868)]:void 0x0,_0x2b9037=_0x6a1496&&_0x594c1e!=null?this[_0x1c5c3b(0x5af)][_0x1c5c3b(0x5d0)]({'childType':_0xfcdc2d,'childUnit':_0x594c1e,'childUnitId':_0x6a1496,'injector':_0x5bd408,'viewportHeight':(_0x19d01c==null?void 0x0:_0x19d01c[_0x1c5c3b(0x33d)])==null?void 0x0:Math[_0x1c5c3b(0x59c)](0x1,_0x19d01c['height']-0x34),'viewportWidth':_0x2cb1dd[_0x1c5c3b(0x8ef)]}):void 0x0,_0x51faa8=(0x0,_0x93b5c7[_0x1c5c3b(0x218)])(_0xfcdc2d),_0x2efa3b=_0x3a1374(_0x2cb1dd[_0x1c5c3b(0x59d)],_0x51faa8[_0x1c5c3b(0x33d)]),_0xce871d=_0x3a1374(_0x2cb1dd['fallbackWidth'],_0x51faa8['width']),_0x4c981f=(_0x2b9037==null?void 0x0:_0x2b9037[_0x1c5c3b(0x33d)])??_0x2efa3b,_0x2ddd76=(0x0,_0xeb41bb[_0x1c5c3b(0x673)])({'childType':_0xfcdc2d,'contentHeight':_0xfcdc2d===_0x423058[_0x1c5c3b(0x839)][_0x1c5c3b(0x89d)]?_0x10e2c1(_0x4c981f):_0x4c981f,'contentWidth':_0x2b9037==null?void 0x0:_0x2b9037['width'],'docsLeft':this['_getDocsLeft'](),'documentFlavor':(_0x129d5c=_0x33e6c5[_0x1c5c3b(0x8a7)])==null?void 0x0:_0x129d5c['documentFlavor'],'fallbackHeight':_0x2efa3b,'fallbackWidth':_0xce871d,'pageMarginLeft':_0x2cb1dd[_0x1c5c3b(0x597)],'pageMarginRight':_0x2cb1dd[_0x1c5c3b(0x725)],'pageWidth':_0x2cb1dd['pageWidth'],'scale':_0x5c82c6,'visibleCanvasHeight':_0x19d01c==null?void 0x0:_0x19d01c[_0x1c5c3b(0x33d)],'visibleCanvasLeft':_0x19d01c==null?void 0x0:_0x19d01c['left'],'visibleCanvasWidth':_0x19d01c==null?void 0x0:_0x19d01c[_0x1c5c3b(0x7e5)]}),_0x4e12b3=_0x2ddd76[_0x1c5c3b(0x7d6)]??_0x2ddd76[_0x1c5c3b(0x33d)],_0x2f775d=_0xfcdc2d===_0x423058['UniverInstanceType']['UNIVER_BASE']?0x34:0x0,_0x1b6955=(_0x19d01c==null?void 0x0:_0x19d01c[_0x1c5c3b(0x33d)])==null?_0x2ddd76[_0x1c5c3b(0x71f)]??_0x4e12b3:Math[_0x1c5c3b(0x425)](_0x4e12b3,Math['max'](0x1,_0x19d01c[_0x1c5c3b(0x33d)]-_0x2f775d));return{..._0x2ddd76,'viewportHeight':_0x1b6955,'height':_0x2c272d({'contentHeight':_0x4e12b3,'floatingMenuInsetTop':0x34})};});this[_0x3e642e(0x8e4)]({'dispose':_0x52b2cd}),this[_0x3e642e(0x8e4)](this[_0x3e642e(0x82f)][_0x3e642e(0x519)](_0x1001c6=>{const _0x17d55b=_0x3e642e;if(_0x1001c6['id']===_0xeb41bb[_0x17d55b(0x826)]['id']){let _0x131172=_0x1001c6['params'];typeof _0x131172==_0x17d55b(0x539)&&_0x131172&&_0x17d55b(0x564)in _0x131172&&_0x131172['unitId']===this[_0x17d55b(0x577)][_0x17d55b(0x564)]&&_0x338df7[_0x17d55b(0x27b)]();return;}let _0x20cf6f=this['_getHostSnapshot']();_0x20cf6f&&(0x0,_0xeb41bb[_0x17d55b(0x60c)])({'childUnitIds':(0x0,_0xeb41bb[_0x17d55b(0x4ca)])(_0x20cf6f['drawings'],_0x21d832=>this[_0x17d55b(0x701)](_0x21d832)),'commandId':_0x1001c6['id'],'commandParams':_0x1001c6[_0x17d55b(0x8fd)],'hostUnitId':this[_0x17d55b(0x577)][_0x17d55b(0x564)]})&&_0x3a3aa4[_0x17d55b(0x27b)]();}));}[_0x37672f(0x8d1)](){const _0x43c78b=_0x37672f;if(!this[_0x43c78b(0x7e4)])return this[_0x43c78b(0x577)][_0x43c78b(0x7d2)]??void 0x0;}[_0x37672f(0x8ad)](){const _0x21746e=_0x37672f;var _0x1d1262;return(_0x1d1262=this[_0x21746e(0x8d1)]())==null?void 0x0:_0x1d1262[_0x21746e(0x41e)]();}['_rerenderHostDoc'](){const _0x3d65f0=_0x37672f;let _0x17c4ad=this[_0x3d65f0(0x29f)][_0x3d65f0(0x289)](this[_0x3d65f0(0x577)][_0x3d65f0(0x564)]);try{var _0x4c3c00;let _0xf03eab=_0x17c4ad==null||(_0x4c3c00=_0x17c4ad[_0x3d65f0(0x38d)])==null?void 0x0:_0x4c3c00['call'](_0x17c4ad,_0x93b5c7['DocSkeletonManagerService']);return _0xf03eab?(_0xf03eab[_0x3d65f0(0x30f)](),!0x0):!0x1;}catch{return!0x1;}}[_0x37672f(0x878)](){const _0x3dba83=_0x37672f;let _0x3e65b1=this[_0x3dba83(0x8d1)](),_0x11fbd2=_0x3e65b1==null?void 0x0:_0x3e65b1[_0x3dba83(0x6dd)];typeof _0x11fbd2=='number'&&this[_0x3dba83(0x82f)][_0x3dba83(0x7ef)](_0xeb41bb[_0x3dba83(0x826)]['id'],{'unitId':this[_0x3dba83(0x577)]['unitId'],'zoomRatio':_0x11fbd2});}[_0x37672f(0x701)](_0xf6f19c,_0x3ce1ba){const _0x192842=_0x37672f;if(!_0xf6f19c||typeof _0xf6f19c!='object')return;let _0x342e77=_0xf6f19c,_0xcdf9a2=typeof _0x342e77[_0x192842(0x6b0)]=='number'?_0x342e77[_0x192842(0x6b0)]:_0x3ce1ba;if(_0xcdf9a2!==_0x423058[_0x192842(0x839)]['UNIVER_SHEET']&&_0xcdf9a2!==_0x423058['UniverInstanceType'][_0x192842(0x2d9)])return;if(typeof _0x342e77[_0x192842(0x783)]=='string')return _0x342e77[_0x192842(0x783)];if(typeof _0x342e77[_0x192842(0x2ab)]!=_0x192842(0x43e))return;let _0x4c4ad8=typeof _0x342e77[_0x192842(0x7cf)]=='string'?_0x342e77[_0x192842(0x7cf)]:this[_0x192842(0x577)][_0x192842(0x564)],_0x17b7b5=this['_embedModelService']['getDescriptor'](_0x4c4ad8,_0x342e77['embedId']);if((_0x17b7b5==null?void 0x0:_0x17b7b5[_0x192842(0x6b0)])===_0xcdf9a2){if(typeof _0x17b7b5[_0x192842(0x783)]=='string')return _0x17b7b5[_0x192842(0x783)];try{return(0x0,_0x5e0ca8[_0x192842(0x7a8)])(_0x17b7b5[_0x192842(0x874)][_0x192842(0x601)]);}catch{return;}}}['_getChildUnitForMeasurement'](_0x4dac9b,_0x198f02,_0x4fa567){const _0x56b4fd=_0x37672f;let _0x248c67=_0x198f02+':'+_0x4dac9b;if(this['_resolvedChildUnits'][_0x56b4fd(0x7df)](_0x248c67))return this[_0x56b4fd(0x90b)]['get'](_0x248c67);let _0x47c9d2=this['_univerInstanceService'][_0x56b4fd(0x80e)](_0x4dac9b,_0x198f02);if(_0x47c9d2!=null){if(!_0x3decad(_0x47c9d2))return this[_0x56b4fd(0x90b)][_0x56b4fd(0x5d7)](_0x248c67,_0x47c9d2),_0x47c9d2;if(!this[_0x56b4fd(0x882)][_0x56b4fd(0x7df)](_0x248c67)){let _0x2e7f43=Promise[_0x56b4fd(0x664)](_0x47c9d2)[_0x56b4fd(0x833)](_0x54c6fc=>(this[_0x56b4fd(0x882)][_0x56b4fd(0x405)](_0x248c67),this[_0x56b4fd(0x90b)]['set'](_0x248c67,_0x54c6fc),this[_0x56b4fd(0x7e4)]||_0x4fa567(),_0x54c6fc),()=>{this['_pendingChildUnits']['delete'](_0x248c67);});this[_0x56b4fd(0x882)][_0x56b4fd(0x5d7)](_0x248c67,_0x2e7f43);}}}[_0x37672f(0x5b2)](){const _0x29322e=_0x37672f;var _0x985bf4,_0x5e5072;return((_0x985bf4=this[_0x29322e(0x577)][_0x29322e(0x6ed)])==null||(_0x5e5072=_0x985bf4[_0x29322e(0x2b5)])==null||(_0x5e5072=_0x5e5072[_0x29322e(0x4d5)](_0x985bf4))==null?void 0x0:_0x5e5072[_0x29322e(0x8c7)])??0x0;}[_0x37672f(0x473)](_0x289892){const _0x2ed5c6=_0x37672f;var _0xa017c,_0x561b1f,_0x10f023,_0xfb212b,_0x4774b7,_0x3e4849;let _0x488f88=Number[_0x2ed5c6(0x498)](_0x289892)&&_0x289892>0x0?_0x289892:0x1,_0x436bd7=((_0xa017c=this[_0x2ed5c6(0x577)][_0x2ed5c6(0x5d6)][_0x2ed5c6(0x32f)](_0xeb41bb[_0x2ed5c6(0x478)][_0x2ed5c6(0x81b)]))==null?void 0x0:_0xa017c[_0x2ed5c6(0x470)])??0x0,_0x30dfe7=(_0x561b1f=(_0x10f023=this[_0x2ed5c6(0x577)]['engine'])['getCanvasElement'])==null||(_0x561b1f=_0x561b1f['call'](_0x10f023))==null||(_0xfb212b=_0x561b1f[_0x2ed5c6(0x4f7)])==null?void 0x0:_0xfb212b[_0x2ed5c6(0x4d5)](_0x561b1f),_0x16df77=_0x30dfe7==null?void 0x0:_0x30dfe7[_0x2ed5c6(0x7e5)],_0x201874=_0x30dfe7==null?void 0x0:_0x30dfe7['height'],_0xc6d86=((_0x4774b7=this[_0x2ed5c6(0x577)][_0x2ed5c6(0x6ed)])==null?void 0x0:_0x4774b7[_0x2ed5c6(0x7e5)])??this[_0x2ed5c6(0x577)][_0x2ed5c6(0x5d6)]['width'],_0x24647e=(_0x16df77??_0xc6d86??0x0)/_0x488f88,_0x220d5a=((_0x3e4849=this['_context'][_0x2ed5c6(0x6ed)])==null?void 0x0:_0x3e4849[_0x2ed5c6(0x33d)])??this[_0x2ed5c6(0x577)]['scene'][_0x2ed5c6(0x33d)],_0x4c2c73=(_0x201874??_0x220d5a??0x0)/_0x488f88;return!_0x24647e||!Number[_0x2ed5c6(0x498)](_0x24647e)||_0x24647e<=0x0||!_0x4c2c73||!Number['isFinite'](_0x4c2c73)||_0x4c2c73<=0x0?null:{'height':_0x4c2c73,'left':_0x436bd7,'width':_0x24647e};}};_0x8e95ec=_0x10216e([_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x423058[_0x37672f(0x8ca)])),_0xcd14f8(0x2,(0x0,_0x423058['Inject'])(_0x423058['ICommandService'])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x2b84b4)),_0xcd14f8(0x4,(0x0,_0x423058[_0x37672f(0x570)])(_0x1d93f4)),_0xcd14f8(0x5,(0x0,_0x423058['Inject'])(_0x5e0ca8[_0x37672f(0x2ea)])),_0xcd14f8(0x6,_0x18a9fe[_0x37672f(0x71b)]),_0xcd14f8(0x7,(0x0,_0x423058[_0x37672f(0x570)])(_0xeb41bb[_0x37672f(0x4e6)]))],_0x8e95ec);function _0x573f6a(_0x2cb784,_0x1036ad){const _0x16e2bf=_0x37672f;if(!_0x2cb784||typeof ResizeObserver>'u')return;let _0x418a3a=new ResizeObserver(()=>_0x1036ad());return _0x418a3a[_0x16e2bf(0x893)](_0x2cb784),{'dispose':()=>_0x418a3a[_0x16e2bf(0x5f4)]()};}function _0x3decad(_0x2dad7f){const _0x2caf9f=_0x37672f;return!!_0x2dad7f&&typeof _0x2dad7f[_0x2caf9f(0x833)]==_0x2caf9f(0x6de);}function _0x3a1374(_0x24081b,_0x525999){const _0x3670a0=_0x37672f;return typeof _0x24081b=='number'&&Number[_0x3670a0(0x498)](_0x24081b)&&_0x24081b>0x1?_0x24081b:_0x525999;}function _0x52abbc(_0x2e020e,_0x300ea1,_0x2d42a8){const _0x2bfc11=_0x37672f;return{...(0x0,_0x5e0ca8[_0x2bfc11(0x3ad)])(_0x2e020e,_0x300ea1),'afterCreateAnchor':_0x2c564e=>_0x193c6a(_0x2d42a8,_0x2c564e[_0x2bfc11(0x7cf)]),'afterRemoveAnchor':_0x575c28=>_0x193c6a(_0x2d42a8,_0x575c28[_0x2bfc11(0x7cf)])};}function _0x44bc5e(){const _0x103c61=_0x37672f;return{'hostType':_0x423058[_0x103c61(0x839)][_0x103c61(0x4d7)],'entry':_0x103c61(0x3fc),'layout':_0x103c61(0x504),'supportedLayouts':[_0x103c61(0x504),_0x103c61(0x7a0),_0x103c61(0x4e3),_0x103c61(0x22f),_0x103c61(0x737)],'menuBehavior':_0x103c61(0x461)};}function _0x193c6a(_0xc830c5,_0x314ac2){const _0x4de81f=_0x37672f;var _0x54aa49,_0x1ad9c2,_0x940c55,_0x5d4f1d;if(!_0xc830c5)return;let _0x18f1c4=_0xc830c5[_0x4de81f(0x289)](_0x314ac2);if(_0x18f1c4){for(let _0x18c92c of _0x18f1c4['components']['values']()){var _0x2dcf23;(_0x2dcf23=_0x18c92c[_0x4de81f(0x2ba)])==null||_0x2dcf23[_0x4de81f(0x4d5)](_0x18c92c);}(_0x54aa49=_0x18f1c4[_0x4de81f(0x1dc)])==null||_0x54aa49[_0x4de81f(0x235)](),(_0x1ad9c2=_0x18f1c4[_0x4de81f(0x5d6)])==null||_0x1ad9c2[_0x4de81f(0x2ba)](),(_0x940c55=_0x18f1c4['with'])==null||(_0x940c55=_0x940c55['call'](_0x18f1c4,_0xeb41bb['DocPageLayoutService']))==null||(_0x5d4f1d=_0x940c55[_0x4de81f(0x469)])==null||_0x5d4f1d[_0x4de81f(0x4d5)](_0x940c55);}}function _0x12675a(_0x455709){const _0x3620b4=_0x37672f;return{'childType':_0x423058[_0x3620b4(0x839)][_0x3620b4(0x4d7)],'handleWheel':_0x346073=>{const _0x1b3a79=_0x3620b4;let _0x222370=_0x455709['has'](_0x1b2dea)?_0x455709[_0x1b3a79(0x47e)](_0x1b2dea):void 0x0;if((_0x222370==null?void 0x0:_0x222370[_0x1b3a79(0x561)](_0x346073))===!0x0)return!0x0;if(!_0x455709['has'](_0x18a9fe[_0x1b3a79(0x71b)]))return!0x1;let _0x1028b2=_0x455709[_0x1b3a79(0x47e)](_0x18a9fe['IRenderManagerService'])[_0x1b3a79(0x289)](_0x346073['childUnitId']),_0x838d43=_0x1028b2==null?void 0x0:_0x1028b2['scene'];return _0x4fc756(_0x346073,_0x838d43==null?void 0x0:_0x838d43[_0x1b3a79(0x32f)](_0xeb41bb[_0x1b3a79(0x478)][_0x1b3a79(0x81b)]),_0x838d43);}};}function _0x1d54b1(){const _0x1f672f=_0x37672f;return _0x454349({'childType':_0x423058[_0x1f672f(0x839)]['UNIVER_DOC'],'mount':_0x2eb17a});}function _0x2eb17a(_0x5534a5){const _0x2a5b12=_0x37672f;let {root:_0x408afc,menu:_0x1edc74}=_0x2c109e(_0x5534a5),_0x1b52b3=_0x4b0eb6(_0x1edc74);return _0x1b52b3[_0x2a5b12(0x5db)]((0x0,_0x10447b[_0x2a5b12(0x64d)])(_0x418b69,{'injector':_0x5534a5['runtimeScope']['injector'],'mountContainer':_0x408afc,'embedId':_0x5534a5[_0x2a5b12(0x2ab)]},(0x0,_0x10447b[_0x2a5b12(0x64d)])(_0x4fb938,{'hostUnitId':_0x5534a5['hostUnitId'],'embedId':_0x5534a5[_0x2a5b12(0x2ab)],'entry':_0x5534a5[_0x2a5b12(0x466)][_0x2a5b12(0x23b)],'fullscreen':!!_0x5534a5['renderScope'][_0x2a5b12(0x3d5)],'usesDomFloatingStage':_0x5534a5[_0x2a5b12(0x466)]['entry']!==_0x2a5b12(0x7f6),'renderScopeActive$':_0x5534a5[_0x2a5b12(0x46e)][_0x2a5b12(0x661)]}))),(0x0,_0x423058['toDisposable'])(()=>{const _0x4cfedc=_0x2a5b12;_0x5deccb(_0x1b52b3),globalThis[_0x4cfedc(0x620)](()=>_0x1edc74[_0x4cfedc(0x850)](),0x0);});}function _0x4fb938(_0x2ea6f0){const _0xd5b6a9=_0x37672f;let {hostUnitId:_0x5d150a,embedId:_0x24b983,entry:_0x2002a5,fullscreen:_0x4b1ce1,usesDomFloatingStage:_0x43c631,renderScopeActive$:_0xbe8eeb}=_0x2ea6f0,_0x41dd92=(0x0,_0x4fbb7a['useObservable'])(()=>_0xbe8eeb,!0x1,!0x1,[_0xbe8eeb]),_0x5382ae=(0x0,_0x4fbb7a[_0xd5b6a9(0x7bd)])(_0x423058[_0xd5b6a9(0x58f)]),_0x20e5de=(0x0,_0x4fbb7a[_0xd5b6a9(0x7bd)])(_0x89f79f),_0x5bae13=_0x3a08eb({'embedId':_0x24b983,'active':(0x0,_0x4fbb7a[_0xd5b6a9(0x711)])(()=>_0x20e5de[_0xd5b6a9(0x661)],_0x20e5de[_0xd5b6a9(0x2fc)](),!0x1,[_0x20e5de]),'fullscreen':_0x4b1ce1,'usesDomFloatingStage':_0x43c631,'renderScopeActive':_0x41dd92});return(0x0,_0x8825e5[_0xd5b6a9(0x3c4)])('div',{'className':(0x0,_0x314f23[_0xd5b6a9(0x39d)])(_0xd5b6a9(0x37b),{'univer-hidden':_0x5bae13!==_0xd5b6a9(0x58d),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x4b1ce1,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x4b1ce1,'-univer-top-9':!_0x4b1ce1&&_0x2002a5!==_0xd5b6a9(0x3fc),'-univer-top-[52px]':!_0x4b1ce1&&_0x2002a5===_0xd5b6a9(0x3fc)}),'data-embed-floating-menu':_0xd5b6a9(0x91c),'data-embed-id':_0x24b983,'data-embed-float-stage':_0x5bae13,'onPointerDown':_0x39f715=>_0x39f715[_0xd5b6a9(0x584)](),'children':(0x0,_0x8825e5['jsx'])(_0x314f23[_0xd5b6a9(0x7ec)],{'type':_0xd5b6a9(0x3e6),'size':_0xd5b6a9(0x768),'variant':_0xd5b6a9(0x3cc),'className':'univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{const _0x584040=_0xd5b6a9;_0x5382ae[_0x584040(0x6a6)](_0x5e0ca8['RemoveEmbedCommand']['id'],{'hostUnitId':_0x5d150a,'embedId':_0x24b983});},'children':(0x0,_0x8825e5['jsx'])(_0x30bdbf,{})})});}function _0x51809b(_0x4ddd85){const _0x5dcc5a=_0x37672f;_0x4ee2ee(_0x4ddd85,_0x5dcc5a(0x637),_0x3918ef);}function _0x3918ef(_0x3a8d2e){const _0xdb883c=_0x37672f;let _0x1083bb=_0x3a8d2e['get'](_0x5e0ca8[_0xdb883c(0x748)]),_0x155adc=_0x3a8d2e[_0xdb883c(0x47e)](_0x16de5f),_0x167816=_0x3a8d2e['get'](_0x402a2b),_0x41e501=_0x3a8d2e['get'](_0x28f187),_0x4a588d=_0x3a8d2e[_0xdb883c(0x47e)](_0x74c661),_0x4cae18=_0x3a8d2e[_0xdb883c(0x47e)](_0x24299e),_0x1f0ea1=_0x3a8d2e[_0xdb883c(0x47e)](_0x691e68),_0x45133e=_0x3a8d2e['has'](_0x5e0ca8[_0xdb883c(0x2b0)])?_0x3a8d2e[_0xdb883c(0x47e)](_0x5e0ca8[_0xdb883c(0x2b0)]):void 0x0,_0x5e67a8=_0x3a8d2e[_0xdb883c(0x7df)](_0x423058[_0xdb883c(0x8ca)])?_0x3a8d2e[_0xdb883c(0x47e)](_0x423058['IUniverInstanceService']):void 0x0,_0xf6b046=_0x3a8d2e['has'](_0x18a9fe[_0xdb883c(0x71b)])?_0x3a8d2e[_0xdb883c(0x47e)](_0x18a9fe[_0xdb883c(0x71b)]):void 0x0;_0xf6b046==null||_0xf6b046[_0xdb883c(0x540)](_0x423058[_0xdb883c(0x839)][_0xdb883c(0x4d7)],[_0x8e95ec]);let _0x42c882=_0x52abbc(_0x45133e,_0x5e67a8,_0xf6b046);_0x1083bb[_0xdb883c(0x47e)](_0x42c882[_0xdb883c(0x805)],_0x42c882['entry'])||_0x1083bb[_0xdb883c(0x920)](_0x42c882);let _0x5a39f2=_0x44bc5e();_0x155adc[_0xdb883c(0x47e)](_0x5a39f2[_0xdb883c(0x805)],_0x5a39f2['entry'])||_0x155adc[_0xdb883c(0x920)](_0x5a39f2);let _0x109d62=_0x390255();_0x167816[_0xdb883c(0x47e)](_0x109d62['childType'])||_0x167816[_0xdb883c(0x920)](_0x109d62);let _0x8059ad=_0x4d08de();_0x41e501['get'](_0x8059ad[_0xdb883c(0x6b0)])||_0x41e501['register'](_0x8059ad),_0x1d54b1()['forEach'](_0x1c4fdb=>{const _0x3da879=_0xdb883c;_0x4a588d[_0x3da879(0x3b6)](_0x1c4fdb[_0x3da879(0x805)],_0x1c4fdb[_0x3da879(0x23b)],_0x1c4fdb['childType'])||_0x4a588d[_0x3da879(0x920)](_0x1c4fdb);}),_0x4cae18[_0xdb883c(0x728)](_0x5158fc(_0x3a8d2e,{'childType':_0x423058['UniverInstanceType']['UNIVER_DOC'],'renderManagerService':_0x18a9fe[_0xdb883c(0x71b)]})),_0x1f0ea1[_0xdb883c(0x47e)](_0x423058['UniverInstanceType'][_0xdb883c(0x4d7)])||_0x1f0ea1[_0xdb883c(0x920)](_0x12675a(_0x3a8d2e));}function _0x3d8ae6(){const _0x51e737=_0x37672f;return{'childType':_0x423058[_0x51e737(0x839)][_0x51e737(0x89d)],'measureContentSize':_0x1d81a0=>{const _0x1f4498=_0x51e737;let _0x2749f4=_0x5fe4b(_0x1d81a0[_0x1f4498(0x716)]),_0x2d9ede=_0x34f6e1(_0x1d81a0[_0x1f4498(0x716)]);return _0x2749f4==null&&_0x2d9ede==null?void 0x0:{'height':_0x2749f4,'width':_0x2d9ede};}};}function _0x5fe4b(_0x4ef936){const _0x451053=_0x37672f;var _0x4c1ea9;let _0x30d7e4=_0x4ef936 instanceof _0x423058[_0x451053(0x7af)]?_0x4ef936[_0x451053(0x2c2)](!0x0):void 0x0;if(!_0x30d7e4)return;let _0x14e9d7=_0x5f4847(_0x30d7e4);if(!Number[_0x451053(0x498)](_0x14e9d7)||_0x14e9d7==null||_0x14e9d7<0x0)return;let _0x59dd85=_0x5133e0((_0x4c1ea9=_0x30d7e4[_0x451053(0x512)])==null||(_0x4c1ea9=_0x4c1ea9['call'](_0x30d7e4))==null?void 0x0:_0x4c1ea9[_0x451053(0x657)],_0x423058[_0x451053(0x719)]),_0x500f59=_0x430ce7(_0x4ef936),_0x156d9c=0x0;for(let _0x4fb7d7=0x0;_0x4fb7d7<_0x14e9d7;_0x4fb7d7++){var _0xad4904,_0x1a90fc;((_0xad4904=_0x30d7e4[_0x451053(0x766)])==null?void 0x0:_0xad4904[_0x451053(0x4d5)](_0x30d7e4,_0x4fb7d7))!==!0x1&&(_0x156d9c+=_0x1eabf2((_0x1a90fc=_0x30d7e4[_0x451053(0x2b9)])==null?void 0x0:_0x1a90fc[_0x451053(0x4d5)](_0x30d7e4,_0x4fb7d7),_0x59dd85));}return _0x500f59+_0x156d9c;}function _0x430ce7(_0x1fcd37){const _0x5544b7=_0x37672f;var _0x5e41be;let _0x3f6339=_0x1fcd37 instanceof _0x423058[_0x5544b7(0x7af)]?_0x1fcd37['getActiveSheet'](!0x0):void 0x0,_0x2acd8b=_0x3f6339==null||(_0x5e41be=_0x3f6339[_0x5544b7(0x512)])==null||(_0x5e41be=_0x5e41be[_0x5544b7(0x4d5)](_0x3f6339))==null?void 0x0:_0x5e41be[_0x5544b7(0x259)];return _0x2acd8b!=null&&_0x2acd8b[_0x5544b7(0x49c)]?0x0:_0x5133e0(_0x2acd8b==null?void 0x0:_0x2acd8b[_0x5544b7(0x33d)],0x18);}function _0x34f6e1(_0x399dd0){const _0x6650f2=_0x37672f;var _0x3a08f1,_0x423516;let _0x308eb3=_0x399dd0 instanceof _0x423058[_0x6650f2(0x7af)]?_0x399dd0[_0x6650f2(0x2c2)](!0x0):void 0x0;if(!_0x308eb3)return;let _0x1ce2a1=_0x49a226(_0x308eb3);if(!Number[_0x6650f2(0x498)](_0x1ce2a1)||_0x1ce2a1==null||_0x1ce2a1<0x0)return;let _0x4e8dff=(_0x3a08f1=_0x308eb3[_0x6650f2(0x512)])==null||(_0x3a08f1=_0x3a08f1['call'](_0x308eb3))==null?void 0x0:_0x3a08f1['rowHeader'],_0x576a86=_0x5133e0((_0x423516=_0x308eb3['getConfig'])==null||(_0x423516=_0x423516[_0x6650f2(0x4d5)](_0x308eb3))==null?void 0x0:_0x423516[_0x6650f2(0x820)],_0x423058[_0x6650f2(0x568)]),_0x15f028=_0x4e8dff!=null&&_0x4e8dff[_0x6650f2(0x49c)]?0x0:_0x5133e0(_0x4e8dff==null?void 0x0:_0x4e8dff[_0x6650f2(0x7e5)],_0x423058[_0x6650f2(0x6cc)]),_0x50eb5f=0x0;for(let _0xc015ae=0x0;_0xc015ae<_0x1ce2a1;_0xc015ae++){var _0x28cb88,_0x20d622;((_0x28cb88=_0x308eb3[_0x6650f2(0x211)])==null?void 0x0:_0x28cb88[_0x6650f2(0x4d5)](_0x308eb3,_0xc015ae))!==!0x1&&(_0x50eb5f+=_0x5133e0((_0x20d622=_0x308eb3[_0x6650f2(0x7aa)])==null?void 0x0:_0x20d622[_0x6650f2(0x4d5)](_0x308eb3,_0xc015ae),_0x576a86));}return _0x15f028+_0x50eb5f+_0x18a9fe['ScrollBar'][_0x6650f2(0x4a1)];}function _0x5f4847(_0x235d6e){const _0x39e9bc=_0x37672f;return _0x5bd37e(_0x235d6e[_0x39e9bc(0x23c)]());}function _0x49a226(_0x4eb502){return _0x5bd37e(_0x4eb502['getColumnCount']());}function _0x5bd37e(_0x56d573){const _0xe5b4a7=_0x37672f;return typeof _0x56d573==_0xe5b4a7(0x2c5)&&Number[_0xe5b4a7(0x498)](_0x56d573)&&_0x56d573>=0x0?Math[_0xe5b4a7(0x6e8)](_0x56d573):void 0x0;}function _0x5133e0(_0x51d840,_0x5448b1){const _0x37d8c2=_0x37672f;return typeof _0x51d840=='number'&&Number[_0x37d8c2(0x498)](_0x51d840)&&_0x51d840>0x0?_0x51d840:_0x5448b1;}function _0x1eabf2(_0x1faba5,_0x454add){const _0x547bc9=_0x37672f;return typeof _0x1faba5==_0x547bc9(0x2c5)&&Number[_0x547bc9(0x498)](_0x1faba5)&&_0x1faba5>=0x0?_0x1faba5:_0x454add;}function _0x31ab33(){const _0x18a975=_0x37672f;return{'hostType':_0x423058['UniverInstanceType']['UNIVER_SHEET'],'entry':_0x18a975(0x525),'layout':_0x18a975(0x863),'supportedLayouts':['doc-width-scale',_0x18a975(0x4e3),_0x18a975(0x22f),_0x18a975(0x737)],'menuBehavior':_0x18a975(0x461)};}function _0x58e9e5(){const _0x53caab=_0x37672f;return{'hostType':_0x423058[_0x53caab(0x839)][_0x53caab(0x89d)],'entry':_0x53caab(0x809),'layout':_0x53caab(0x77d),'supportedLayouts':[_0x53caab(0x77d)],'menuBehavior':_0x53caab(0x390),'mount':_0x3452fd=>{const _0x459e63=_0x53caab;let _0x926986=_0x40b607(_0x459e63(0x2ae),_0x3452fd[_0x459e63(0x466)]['hostAnchorId']);return _0x926986?{'hostElement':_0x926986}:{};}};}function _0x40b607(_0x1f5e19,_0x2415a1){return document['querySelector']('['+_0x1f5e19+'=\x22'+_0xf17a90(_0x2415a1)+'\x22]');}function _0xf17a90(_0x1d9f2f){const _0x2e63e2=_0x37672f;return _0x1d9f2f[_0x2e63e2(0x414)](/\\/g,'\x5c\x5c')[_0x2e63e2(0x414)](/"/g,'\x5c\x22');}function _0x591b5e(_0x335929){const _0x39102b=_0x37672f;let _0x24d259=_0x335929[_0x39102b(0x7df)](_0x423058[_0x39102b(0x8ca)])?_0x335929[_0x39102b(0x47e)](_0x423058[_0x39102b(0x8ca)]):void 0x0,_0x3e2e79=_0x335929[_0x39102b(0x7df)](_0x18a9fe[_0x39102b(0x71b)])?_0x335929[_0x39102b(0x47e)](_0x18a9fe['IRenderManagerService']):void 0x0;return{'childType':_0x423058[_0x39102b(0x839)]['UNIVER_SHEET'],'getStickyHeaderHeight':_0x1632d3=>{const _0x29a705=_0x39102b;let _0x43deaa=_0x1632d3[_0x29a705(0x5b0)][_0x29a705(0x4ee)]??_0x24d259;return _0x430ce7(_0x43deaa==null?void 0x0:_0x43deaa[_0x29a705(0x80e)](_0x1632d3[_0x29a705(0x783)],_0x423058[_0x29a705(0x839)][_0x29a705(0x89d)]));},'subscribeVerticalScroll':(_0x5eb1bb,_0x10cf95)=>{const _0x4d3382=_0x39102b;var _0x57626f,_0x5e976f;let _0x39fd93=((_0x57626f=_0x5eb1bb[_0x4d3382(0x5b0)])==null?void 0x0:_0x57626f['injector'])??_0x335929,_0xa6da5b=_0x39fd93!==_0x335929&&_0x39fd93[_0x4d3382(0x7df)](_0x18a9fe[_0x4d3382(0x71b)])?_0x39fd93['get'](_0x18a9fe[_0x4d3382(0x71b)]):_0x3e2e79,_0x4da591=_0xa6da5b==null||(_0x5e976f=_0xa6da5b[_0x4d3382(0x289)](_0x5eb1bb['childUnitId']))==null||(_0x5e976f=_0x5e976f['scene'])==null?void 0x0:_0x5e976f[_0x4d3382(0x32f)](_0x18a9fe['SHEET_VIEWPORT_KEY'][_0x4d3382(0x81b)]);if(!_0x4da591)return;let _0x5b049d=_0x4da591[_0x4d3382(0x567)][_0x4d3382(0x5aa)](_0x4af6a2=>{const _0x2221e1=_0x4d3382;_0x10cf95(_0x4af6a2['viewportScrollY']??_0x4da591[_0x2221e1(0x471)]??0x0);});return(0x0,_0x423058['toDisposable'])(()=>_0x5b049d[_0x4d3382(0x7b2)]());},'handleWheel':_0x136a89=>{const _0x4edabd=_0x39102b;var _0x782cb2;if(_0x136a89[_0x4edabd(0x874)]!==_0x4edabd(0x5b9)&&_0x20af27(_0x136a89[_0x4edabd(0x589)],_0x136a89[_0x4edabd(0x7ab)]))return!0x1;let _0x12a3bc=((_0x782cb2=_0x136a89['runtimeScope'])==null?void 0x0:_0x782cb2[_0x4edabd(0x868)])??_0x335929,_0x2703c4=_0x12a3bc!==_0x335929&&_0x12a3bc[_0x4edabd(0x7df)](_0x18a9fe[_0x4edabd(0x71b)])?_0x12a3bc[_0x4edabd(0x47e)](_0x18a9fe['IRenderManagerService']):_0x3e2e79;if(!_0x2703c4)return!0x1;let _0x453e7c=_0x2703c4[_0x4edabd(0x289)](_0x136a89['childUnitId']),_0x277f9f=_0x453e7c==null?void 0x0:_0x453e7c[_0x4edabd(0x5d6)];return _0x4fc756(_0x136a89,_0x277f9f==null?void 0x0:_0x277f9f[_0x4edabd(0x32f)](_0x18a9fe[_0x4edabd(0x55a)]['VIEW_MAIN']),_0x277f9f);}};}function _0x4c736f(_0x1ebe58){const _0x31d60e=_0x37672f;let _0x443830=[];return[[_0x31d60e(0x4c4),_0x1fa4c3[_0x31d60e(0x4e8)],0x0],['outline',_0xea3ca9[_0x31d60e(0x343)],0x64],[_0x31d60e(0x47a),_0x5d2754[_0x31d60e(0x65a)],0x64],[_0x31d60e(0x242),_0x5600ba[_0x31d60e(0x40a)],0x64],['data-validation',_0x431f62['SheetsDataValidationUIMenuSchema'],0x64],[_0x31d60e(0x320),_0x79c264['SheetsFilterUIMenuSchema'],0x64],['drawing',_0x52cd52['SheetsDrawingUIMenuSchema'],0x64],[_0x31d60e(0x6d8),_0x2ee62e['SheetsSortUIMenuSchema'],0x64],['hyper-link',_0x1c7373[_0x31d60e(0x2ec)],0x64],[_0x31d60e(0x74e),_0x2c1e78['SheetsThreadCommentUIMenuSchema'],0x64],[_0x31d60e(0x36e),_0x2249f4[_0x31d60e(0x553)],0x64],[_0x31d60e(0x3af),_0x437ecc['SheetsNoteUIMenuSchema'],0x64],[_0x31d60e(0x7c3),_0x3abbc2['SheetsPrintMenuSchema'],0x64],[_0x31d60e(0x7ba),_0x4e4099[_0x31d60e(0x4fb)],0x64],['chart',_0x5736c2['SheetsChartUIMenuSchema'],0x64],[_0x31d60e(0x439),_0x2a9bd0['SheetsSparklineUIMenuSchema'],0x64],[_0x31d60e(0x8bb),_0x3b6782[_0x31d60e(0x913)],0x64]]['forEach'](([_0x4bf6bb,_0x272fe1,_0x2d5856])=>{const _0x5f2759=_0x31d60e;let _0x555b00=_0x1eca07(_0x1ebe58,{'id':_0x5f2759(0x6f6)+_0x4bf6bb,'childType':_0x423058[_0x5f2759(0x839)]['UNIVER_SHEET'],'surface':_0x5f2759(0x50e),'order':_0x2d5856,'menuSchema':_0x272fe1});_0x555b00&&_0x443830[_0x5f2759(0x5fd)](_0x555b00);}),(0x0,_0x423058['toDisposable'])(()=>_0x443830[_0x31d60e(0x84e)](_0x2f3ca8=>_0x2f3ca8[_0x31d60e(0x4ff)]()));}function _0x3e15dc(){const _0x4f72c1=_0x37672f;return{..._0x24df5c({'childType':_0x423058[_0x4f72c1(0x839)][_0x4f72c1(0x89d)],'productName':'Sheets'}),'presentationPolicy':{'getChromeCss':()=>_0x4f72c1(0x6b1),'activateNavigationAtPoint':({childContext:_0x8ac113,clientX:_0x2c470f,clientY:_0x278b38,runtimeHost:_0x28a540})=>{const _0x357881=_0x4f72c1;let _0x27a53b=_0x501f5e(_0x28a540,_0x357881(0x7db),_0x2c470f,_0x278b38),_0x463f5a=_0x27a53b==null?void 0x0:_0x27a53b[_0x357881(0x89c)]['id'],_0x2117e9=_0x8ac113[_0x357881(0x5b0)][_0x357881(0x8b8)];return!_0x463f5a||!_0x2117e9?!0x1:_0x2117e9['syncExecuteCommand'](_0x2ef170[_0x357881(0x4ad)]['id'],{'unitId':_0x8ac113['childUnitId'],'subUnitId':_0x463f5a})!==!0x1;}}};}function _0x451525(_0x133912){const _0x3e130e=_0x37672f;return{'childType':_0x423058[_0x3e130e(0x839)]['UNIVER_SHEET'],'supportedLayouts':['tab-peer','docs-sticky-sheet',_0x3e130e(0x22f)],'canvasRootClassName':'univer-bg-gray-0\x20dark:!univer-bg-gray-900','scopedDependencies':[[_0x1fa4c3[_0x3e130e(0x426)],{'useClass':_0x1fa4c3[_0x3e130e(0x786)]}]],'beforeDeactivate':_0x4528e5,'mount':_0x51ba78=>{const _0x1d39f8=_0x3e130e;var _0x59f6dc;let _0x38e925=_0x51ba78['runtimeScope'][_0x1d39f8(0x868)],_0x54196d=_0x51ba78[_0x1d39f8(0x5b0)][_0x1d39f8(0x8dd)][_0x1d39f8(0x492)]??_0x51ba78[_0x1d39f8(0x46e)][_0x1d39f8(0x6ce)]??_0x51ba78['renderScope'][_0x1d39f8(0x891)]??_0x51ba78[_0x1d39f8(0x46e)][_0x1d39f8(0x677)],_0x4edf4d=_0x51ba78['runtimeScope'][_0x1d39f8(0x8dd)][_0x1d39f8(0x6fe)]??_0x51ba78[_0x1d39f8(0x46e)][_0x1d39f8(0x891)]??_0x54196d;_0x54196d[_0x1d39f8(0x89c)][_0x1d39f8(0x5d9)]=_0x51ba78[_0x1d39f8(0x783)],_0x54196d[_0x1d39f8(0x89c)]['embedChildRenderMode']='sheet-workbench',_0x4edf4d['dataset'][_0x1d39f8(0x5d9)]=_0x51ba78[_0x1d39f8(0x783)],_0x4edf4d[_0x1d39f8(0x89c)][_0x1d39f8(0x5c8)]=_0x1d39f8(0x4c8);let _0x538d2b=_0x51ba78[_0x1d39f8(0x868)][_0x1d39f8(0x47e)](_0x423058[_0x1d39f8(0x8ca)])[_0x1d39f8(0x80e)](_0x51ba78['childUnitId'],_0x423058[_0x1d39f8(0x839)][_0x1d39f8(0x89d)]),_0xcdd874=_0x538d2b?_0x22a037(_0x51ba78,_0x133912,_0xc7cb4f=>_0x42b29f(_0x538d2b,_0xc7cb4f)):(0x0,_0x423058[_0x1d39f8(0x35b)])(()=>{}),_0x4da505=_0x16222d(_0x51ba78,_0x18a9fe[_0x1d39f8(0x71b)],_0x54196d,{'scopedRenderInjector':!0x0})??(0x0,_0x423058[_0x1d39f8(0x35b)])(()=>{}),_0x5a1656=_0x4a1c4f(_0x51ba78),_0x2fdd57=_0x547a84(_0x51ba78,_0x4edf4d),_0x4deee1=_0x4b0eb6(_0x4edf4d);return _0x4deee1[_0x1d39f8(0x5db)]((0x0,_0x8825e5['jsx'])(_0x418b69,{'injector':_0x38e925,'mountContainer':_0x51ba78['runtimeScope'][_0x1d39f8(0x8dd)][_0x1d39f8(0x7f1)],'embedId':_0x51ba78['embedId'],'children':(0x0,_0x8825e5[_0x1d39f8(0x3c4)])(_0x151c2a,{'canvasRoot':_0x54196d,'showChrome':_0x2b7eb5(_0x51ba78),'readonly':((_0x59f6dc=_0x51ba78[_0x1d39f8(0x466)])==null?void 0x0:_0x59f6dc['mode'])===_0x1d39f8(0x662),'unitId':_0x51ba78[_0x1d39f8(0x783)]})})),(0x0,_0x423058[_0x1d39f8(0x35b)])(()=>{const _0x4d3222=_0x1d39f8;_0xcdd874[_0x4d3222(0x4ff)](),_0x2fdd57[_0x4d3222(0x4ff)](),_0x5a1656[_0x4d3222(0x4ff)](),_0x4da505[_0x4d3222(0x4ff)](),_0x5deccb(_0x4deee1),_0x54196d['isConnected']&&(_0x54196d[_0x4d3222(0x542)](_0x4d3222(0x8f3)),_0x54196d[_0x4d3222(0x542)](_0x4d3222(0x486))),_0x4edf4d[_0x4d3222(0x4d4)]&&(_0x4edf4d['removeAttribute']('data-embed-child-render-unit-id'),_0x4edf4d['removeAttribute'](_0x4d3222(0x486)));});}};}function _0x4a1c4f(_0x455011){const _0x7e5f4=_0x37672f;var _0xe9f73c;if(_0x455011[_0x7e5f4(0x589)]!==_0x7e5f4(0x504))return(0x0,_0x423058[_0x7e5f4(0x35b)])(()=>{});let _0x1cc0a6=(_0xe9f73c=_0x455011[_0x7e5f4(0x868)][_0x7e5f4(0x47e)](_0x18a9fe['IRenderManagerService'])[_0x7e5f4(0x289)](_0x455011['childUnitId']))==null||(_0xe9f73c=_0xe9f73c[_0x7e5f4(0x5d6)][_0x7e5f4(0x32f)](_0x18a9fe['SHEET_VIEWPORT_KEY']['VIEW_MAIN']))==null?void 0x0:_0xe9f73c[_0x7e5f4(0x73f)]();if(!_0x1cc0a6)return(0x0,_0x423058[_0x7e5f4(0x35b)])(()=>{});let _0xf9af32=_0x1cc0a6[_0x7e5f4(0x345)];return _0x1cc0a6[_0x7e5f4(0x345)]=!0x0,(0x0,_0x423058['toDisposable'])(()=>{_0x1cc0a6['hideTrackWhenUnscrollable']=_0xf9af32;});}function _0x42b29f(_0x36a20a,_0x517957){const _0x446afa=_0x37672f;var _0x172a46;let _0x2a60b1=_0x517957==null?void 0x0:_0x517957[_0x446afa(0x402)],_0x150561=(_0x2a60b1?_0x36a20a['getSheetBySheetId'](_0x2a60b1):void 0x0)??_0x36a20a[_0x446afa(0x5f8)]()[0x0];_0x150561&&((_0x172a46=_0x36a20a[_0x446afa(0x2c2)](!0x0))==null?void 0x0:_0x172a46['getSheetId']())!==_0x150561[_0x446afa(0x293)]()&&_0x36a20a[_0x446afa(0x34d)](_0x150561);}function _0x4528e5(_0x53eed4){const _0x5df096=_0x37672f;var _0xab4fe5;(_0xab4fe5=_0x53eed4[_0x5df096(0x5b0)][_0x5df096(0x8b8)])==null||_0xab4fe5[_0x5df096(0x7ef)](_0x1fa4c3[_0x5df096(0x82e)]['id'],{'visible':!0x1,'eventType':_0x18a9fe[_0x5df096(0x923)][_0x5df096(0x692)],'unitId':_0x53eed4['childUnitId']}),_0x53eed4[_0x5df096(0x5b0)][_0x5df096(0x868)][_0x5df096(0x7df)](_0x1fa4c3[_0x5df096(0x6d4)])&&_0x53eed4[_0x5df096(0x5b0)][_0x5df096(0x868)][_0x5df096(0x47e)](_0x1fa4c3['CellPopupManagerService'])[_0x5df096(0x2ad)](_0x53eed4['childUnitId']);}function _0x2b7eb5(_0x303f0c){const _0x182afa=_0x37672f;return _0x303f0c['renderScope']['mode']===_0x182afa(0x81f)||!!_0x303f0c[_0x182afa(0x46e)][_0x182afa(0x3d5)];}function _0x4102b6(_0x3f9043,_0x6ad064){const _0x54536e=_0x37672f;let _0x168749=_0x3f9043[_0x54536e(0x4e9)]['top'],_0x5dacfb=_0x3f9043[_0x54536e(0x4e9)]['bottom'];return _0x3f9043[_0x54536e(0x4e9)][_0x54536e(0x922)]=_0x6ad064['formulaBar']?'28px':'',_0x3f9043[_0x54536e(0x4e9)]['bottom']=_0x6ad064['sheetBar']?_0x1fa4c3[_0x54536e(0x3a0)]+'px':'',(0x0,_0x423058['toDisposable'])(()=>{const _0x458143=_0x54536e;_0x3f9043['style'][_0x458143(0x922)]=_0x168749,_0x3f9043[_0x458143(0x4e9)][_0x458143(0x5e9)]=_0x5dacfb;});}function _0x547a84(_0x5bffa5,_0x707478){const _0x8f3c1=_0x37672f;var _0x3cc940,_0x4506be;return(_0x3cc940=_0x5bffa5[_0x8f3c1(0x868)])!=null&&(_0x4506be=_0x3cc940[_0x8f3c1(0x7df)])!=null&&_0x4506be[_0x8f3c1(0x4d5)](_0x3cc940,_0x3ca4c9)?_0x5bffa5['injector'][_0x8f3c1(0x47e)](_0x3ca4c9)[_0x8f3c1(0x920)]({'embedId':_0x5bffa5[_0x8f3c1(0x2ab)],'childUnitId':_0x5bffa5['childUnitId'],'root':_0x5bffa5[_0x8f3c1(0x46e)][_0x8f3c1(0x677)],'contentRoot':_0x707478}):(0x0,_0x423058['toDisposable'])(()=>{});}function _0x151c2a(_0x21e365){const _0x53b4ba=_0x37672f;let {canvasRoot:_0x1caa60,readonly:_0x5ab8ee,showChrome:_0x45c1fb,unitId:_0x1fde0d}=_0x21e365,_0x42b132=(0x0,_0x4fbb7a[_0x53b4ba(0x75d)])(_0x1fa4c3[_0x53b4ba(0x8b3)]),_0x3b451=(0x0,_0x4fbb7a[_0x53b4ba(0x7bd)])(_0x4fbb7a['ComponentManager']),_0x4a70e0=_0x3b451[_0x53b4ba(0x47e)](_0x53b4ba(0x282))??_0x3b451[_0x53b4ba(0x47e)](_0x53b4ba(0x71d)),_0xca3155=_0x45c1fb&&(_0x42b132==null?void 0x0:_0x42b132[_0x53b4ba(0x733)])!==!0x1,_0x1c208d=_0x42b132==null?void 0x0:_0x42b132[_0x53b4ba(0x5c9)],_0x1465c3=_0x45c1fb&&_0x1c208d!==!0x1&&(typeof _0x1c208d!=_0x53b4ba(0x539)||_0x1c208d[_0x53b4ba(0x2e8)]!==!0x1);return(0x0,_0x10447b['useEffect'])(()=>{let _0x5690a2=_0x4102b6(_0x1caa60,{'formulaBar':_0xca3155,'sheetBar':_0x1465c3});return()=>_0x5690a2['dispose']();},[_0x1caa60,_0xca3155,_0x1465c3]),(0x0,_0x8825e5[_0x53b4ba(0x1fa)])(_0x8825e5[_0x53b4ba(0x581)],{'children':[(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x53b4ba(0x46a),{'className':_0x53b4ba(0x365),'data-u-comp':'sheet-embed-float-dom-root','children':(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x4fbb7a[_0x53b4ba(0x50d)],{'unitId':_0x1fde0d})}),_0xca3155&&(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x53b4ba(0x46a),{'className':_0x53b4ba(0x2c0),'style':{'height':0x1c},'children':(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x1fa4c3[_0x53b4ba(0x7eb)],{})}),!_0x5ab8ee&&_0x4a70e0&&(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x4a70e0,{}),!_0x5ab8ee&&!(_0x42b132!=null&&_0x42b132['disableEdit'])&&(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x1fa4c3[_0x53b4ba(0x418)],{}),!_0x5ab8ee&&(0x0,_0x8825e5['jsx'])(_0x1fa4c3[_0x53b4ba(0x51f)],{}),_0x1465c3&&(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x53b4ba(0x46a),{'className':_0x53b4ba(0x49a),'style':{'height':_0x1fa4c3[_0x53b4ba(0x3a0)]},'children':(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x1fa4c3[_0x53b4ba(0x3e2)],{})})]});}let _0x3709d7=(0x0,_0x10447b[_0x37672f(0x80a)])(({children:_0x21696a,className:_0x394a84,title:_0x3f0275,onClick:_0x5b4f38,onMouseDown:_0x567a51,onPointerDown:_0x42222f,..._0x335f1e},_0x2afbb6)=>{const _0x2fb195=_0x37672f;let _0x379bd2=(0x0,_0x4fbb7a[_0x2fb195(0x7bd)])(_0x423058['LocaleService'])['t'](_0x3f0275);return(0x0,_0x8825e5['jsx'])(_0x314f23[_0x2fb195(0x7ec)],{'ref':_0x2afbb6,'type':_0x2fb195(0x3e6),'size':_0x2fb195(0x768),'variant':'ghost','aria-label':_0x379bd2,'title':_0x379bd2,'className':(0x0,_0x314f23[_0x2fb195(0x39d)])(_0x2fb195(0x86b),_0x394a84),'onPointerDown':_0x44d723=>{const _0x1a9b75=_0x2fb195;_0x44d723[_0x1a9b75(0x584)](),_0x42222f==null||_0x42222f(_0x44d723);},'onMouseDown':_0x1d5df4=>{_0x1d5df4['stopPropagation'](),_0x567a51==null||_0x567a51(_0x1d5df4);},'onClick':_0x2a989c=>{const _0x288adb=_0x2fb195;_0x5b4f38==null||_0x5b4f38(_0x2a989c),_0x2a989c[_0x288adb(0x584)]();},..._0x335f1e,'children':_0x21696a});}),_0xd0d1e=(0x0,_0x10447b[_0x37672f(0x80a)])(({title:_0x1c0a3c,primary:_0x2b337f,disabled:_0xf22d13,open:_0x16ab1d,onPrimaryClick:_0x74d236,onMouseDown:_0x328fc7,onPointerDown:_0x73b911,onClick:_0x8d32f7,..._0x433376},_0xaec6c6)=>(0x0,_0x8825e5[_0x37672f(0x1fa)])(_0x37672f(0x46a),{'ref':_0xaec6c6,'className':(0x0,_0x314f23[_0x37672f(0x39d)])(_0x37672f(0x409),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x16ab1d,'univer-cursor-not-allowed\x20univer-opacity-60':_0xf22d13}),'onPointerDown':_0x5c4730=>{const _0x21e10a=_0x37672f;_0x5c4730[_0x21e10a(0x584)](),_0x73b911==null||_0x73b911(_0x5c4730);},'onMouseDown':_0x5c5962=>{const _0x25e42b=_0x37672f;_0x5c5962[_0x25e42b(0x584)](),_0x328fc7==null||_0x328fc7(_0x5c5962);},'onClick':_0x5398dd=>{_0x8d32f7==null||_0x8d32f7(_0x5398dd),_0x5398dd['stopPropagation']();},..._0x433376,'children':[(0x0,_0x8825e5[_0x37672f(0x3c4)])(_0x37672f(0x3e6),{'type':_0x37672f(0x3e6),'className':_0x37672f(0x399),'disabled':_0xf22d13,'onClick':_0x5d32be=>{const _0x5ab172=_0x37672f;_0x5d32be[_0x5ab172(0x584)](),_0x74d236();},'children':_0x2b337f}),(0x0,_0x8825e5[_0x37672f(0x3c4)])(_0x314f23[_0x37672f(0x6df)],{'orientation':_0x37672f(0x357)}),(0x0,_0x8825e5[_0x37672f(0x3c4)])(_0x37672f(0x3e6),{'type':_0x37672f(0x3e6),'className':_0x37672f(0x5dc),'disabled':_0xf22d13,'children':(0x0,_0x8825e5[_0x37672f(0x3c4)])(_0x47a4bd,{})})]}));_0xd0d1e['displayName']='FloatingToolbarSplitTrigger';function _0x3e1179(_0x47cfd9){const _0xc9c468=_0x37672f;let {children:_0x9179ad,title:_0x121667,className:_0x3761b8,disabled:_0x55458d,active:_0x51fefb,onClick:_0xdc0cf9}=_0x47cfd9;return(0x0,_0x8825e5[_0xc9c468(0x3c4)])(_0x314f23[_0xc9c468(0x28c)],{'title':_0x121667,'placement':'bottom','children':(0x0,_0x8825e5[_0xc9c468(0x3c4)])(_0x4fbb7a['ToolbarButton'],{'className':(0x0,_0x314f23[_0xc9c468(0x39d)])('univer-text-sm',_0x3761b8),'disabled':_0x55458d,'active':_0x51fefb,'onClick':_0xdc0cf9,'children':_0x9179ad})});}function _0x498f03(_0x52ac4f){const _0x14035e=_0x37672f;let {item:_0x258820,children:_0x4d7cd3,title:_0x3acd61,onClick:_0x2c53d0}=_0x52ac4f,{hidden:_0x4b5973,disabled:_0x248edf,activated:_0x5042ee}=_0x37e0dc(_0x258820),_0x2798fb=(0x0,_0x4fbb7a[_0x14035e(0x7bd)])(_0x423058[_0x14035e(0x5f7)]);return!_0x258820||_0x4b5973?null:(0x0,_0x8825e5[_0x14035e(0x3c4)])(_0x3e1179,{'title':_0x2798fb['t'](_0x3acd61),'disabled':_0x248edf,'active':_0x5042ee,'onClick':_0x2c53d0,'children':_0x4d7cd3});}function _0x37e0dc(_0x53197c){const _0x473cb2=_0x37672f;return{'hidden':(0x0,_0x4fbb7a[_0x473cb2(0x711)])(()=>{const _0x50abae=_0x473cb2;var _0x332fac;return(_0x53197c==null||(_0x332fac=_0x53197c[_0x50abae(0x83b)])==null?void 0x0:_0x332fac[_0x50abae(0x594)]((0x0,_0x12f7a8[_0x50abae(0x816)])(!0x1)))??(0x0,_0x12f7a8['of'])(!0x1);},!0x1,!0x1,[_0x53197c]),'disabled':(0x0,_0x4fbb7a[_0x473cb2(0x711)])(()=>{const _0x31354c=_0x473cb2;var _0x315c5d;return(_0x53197c==null||(_0x315c5d=_0x53197c[_0x31354c(0x3b4)])==null?void 0x0:_0x315c5d[_0x31354c(0x594)]((0x0,_0x12f7a8['startWith'])(!0x1)))??(0x0,_0x12f7a8['of'])(!0x1);},!0x1,!0x1,[_0x53197c]),'activated':(0x0,_0x4fbb7a['useObservable'])(()=>{const _0x5320fa=_0x473cb2;var _0x5a42e9;return(_0x53197c==null||(_0x5a42e9=_0x53197c[_0x5320fa(0x38e)])==null?void 0x0:_0x5a42e9[_0x5320fa(0x594)]((0x0,_0x12f7a8[_0x5320fa(0x816)])(!0x1)))??(0x0,_0x12f7a8['of'])(!0x1);},!0x1,!0x1,[_0x53197c]),'value':(0x0,_0x4fbb7a[_0x473cb2(0x711)])(()=>{const _0x5a5585=_0x473cb2;var _0x529cc9;return(_0x53197c==null||(_0x529cc9=_0x53197c[_0x5a5585(0x25e)])==null?void 0x0:_0x529cc9[_0x5a5585(0x594)]((0x0,_0x12f7a8[_0x5a5585(0x816)])(void 0x0)))??(0x0,_0x12f7a8['of'])(void 0x0);},void 0x0,!0x1,[_0x53197c])};}function _0x3928b2(_0x3c6b96){const _0x413cef=_0x37672f;return _0x3c6b96[_0x413cef(0x91d)]??_0x3c6b96['title']??_0x3c6b96['id'];}function _0x4c7cab(_0x31ce2b){const _0x1c250d=_0x37672f;return typeof _0x31ce2b[_0x1c250d(0x1f4)]==_0x1c250d(0x43e)?_0x31ce2b['label']:typeof _0x31ce2b[_0x1c250d(0x846)]==_0x1c250d(0x43e)||typeof _0x31ce2b[_0x1c250d(0x846)]==_0x1c250d(0x2c5)?String(_0x31ce2b[_0x1c250d(0x846)]):_0x31ce2b['id']??'';}function _0x1bdb44(_0x1e6dc8){const _0x4e6fd1=_0x37672f;return _0x1e6dc8===_0x423058[_0x4e6fd1(0x482)][_0x4e6fd1(0x5a5)]?(0x0,_0x8825e5[_0x4e6fd1(0x3c4)])(_0x2a3b46,{}):_0x1e6dc8===_0x423058[_0x4e6fd1(0x482)][_0x4e6fd1(0x5e3)]?(0x0,_0x8825e5[_0x4e6fd1(0x3c4)])(_0x255a1d,{}):(0x0,_0x8825e5[_0x4e6fd1(0x3c4)])(_0x3abc1e,{});}function _0x589ef5(_0x360d2a){const _0xb16558=_0x37672f;return _0x360d2a instanceof HTMLElement&&!!_0x360d2a['closest'](_0xb16558(0x84b));}function _0x524969(_0x117882){const _0x32bf96=_0x37672f;_0x117882[_0x32bf96(0x584)](),_0x589ef5(_0x117882[_0x32bf96(0x317)])||_0x117882[_0x32bf96(0x387)]();}function _0x4dddb6(_0x1f0419,_0x402d6e){const _0x4b84f2=_0x37672f;if(!(_0x1f0419 instanceof HTMLElement))return!0x1;let _0x187160=_0x1f0419[_0x4b84f2(0x68d)](_0x4b84f2(0x659));return(_0x187160==null?void 0x0:_0x187160[_0x4b84f2(0x715)](_0x4b84f2(0x52e)))===_0x402d6e;}function _0xc8ee53(_0x66990d,_0x8dca50){const _0x379c0e=_0x37672f;let _0x1f0e8d=_0x66990d[_0x379c0e(0x317)];_0x4dddb6(_0x1f0e8d,_0x8dca50)&&_0x66990d[_0x379c0e(0x387)]();}function _0xda23a(_0x52eb1c){const _0x478a1d=_0x37672f;let {embedId:_0x445e23,children:_0x37e5f5,onPointerDown:_0x17cc6d}=_0x52eb1c;return(0x0,_0x8825e5['jsx'])(_0x478a1d(0x23a),{'data-embed-id':_0x445e23,'data-embed-floating-menu-popup':_0x478a1d(0x91c),'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':_0x17cc6d,'onMouseDown':_0x524969,'children':_0x37e5f5});}function _0x213b04(_0x304504){const _0x512a18=_0x37672f;let {children:_0x136700}=_0x304504;return(0x0,_0x8825e5[_0x512a18(0x3c4)])('div',{'className':_0x512a18(0x541),'children':_0x136700});}function _0x521a42(_0x1ded1f){const _0x589ce1=_0x37672f;let {embedId:_0x484f15,title:_0x357612,trigger:_0x32e98c,overlay:_0x55416a,disabled:_0x525d4e,triggerClassName:_0x11d275,open:_0x2cc993,onOpenChange:_0x4112d7}=_0x1ded1f;return(0x0,_0x8825e5[_0x589ce1(0x3c4)])(_0x314f23[_0x589ce1(0x85d)],{'disabled':_0x525d4e,'align':_0x589ce1(0x7cd),'sideOffset':0x6,'open':_0x2cc993,'onOpenChange':_0x4112d7,'onPointerDownOutside':_0x1f4fa7=>_0xc8ee53(_0x1f4fa7,_0x484f15),'onFocusOutside':_0xd9ca6f=>_0xc8ee53(_0xd9ca6f,_0x484f15),'onInteractOutside':_0x18cec0=>_0xc8ee53(_0x18cec0,_0x484f15),'overlay':(0x0,_0x8825e5['jsx'])(_0x589ce1(0x46a),{'data-embed-id':_0x484f15,'data-embed-floating-menu-popup':_0x589ce1(0x91c),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x55416a}),'children':(0x0,_0x8825e5[_0x589ce1(0x3c4)])(_0x3709d7,{'title':_0x357612,'data-state':_0x2cc993?_0x589ce1(0x246):_0x589ce1(0x3c9),'disabled':_0x525d4e,'className':_0x11d275,'children':_0x32e98c})});}function _0x3af703(_0x2a91fe){const _0x5bacd1=_0x37672f;let {children:_0x4a57cd}=_0x2a91fe;return(0x0,_0x8825e5[_0x5bacd1(0x3c4)])('section',{'className':_0x5bacd1(0x736),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x4a57cd});}function _0x55ae38(_0x188771){let {children:_0x54544e}=_0x188771;return(0x0,_0x8825e5['jsx'])('section',{'className':'univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x54544e});}function _0x154db1(_0x562e89){const _0x156d24=_0x37672f;let {children:_0x53c3dc,icon:_0x1236ae,onClick:_0x5e3cc8}=_0x562e89;return(0x0,_0x8825e5['jsxs'])(_0x156d24(0x3e6),{'type':'button','className':_0x156d24(0x35a),'onClick':_0x5e3cc8,'children':[(0x0,_0x8825e5[_0x156d24(0x3c4)])('span',{'className':_0x156d24(0x8d9),'children':_0x1236ae}),(0x0,_0x8825e5[_0x156d24(0x3c4)])(_0x156d24(0x2db),{'className':_0x156d24(0x1d6),'children':_0x53c3dc})]});}function _0x24f294(_0x24846c){const _0x32346a=_0x37672f;let {children:_0xebf87d,icon:_0x476b85,active:_0xd0a52c,onClick:_0x1eb0ca}=_0x24846c;return(0x0,_0x8825e5[_0x32346a(0x1fa)])(_0x32346a(0x3e6),{'type':_0x32346a(0x3e6),'className':(0x0,_0x314f23[_0x32346a(0x39d)])(_0x32346a(0x761),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0xd0a52c}),'onClick':_0x1eb0ca,'children':[_0x476b85,_0xebf87d]});}function _0x22938d(_0x4adf79){const _0x1cf0a0=_0x37672f;let {title:_0x26cb1a,active:_0x186a2e,disabled:_0x3ae4e3,children:_0x239e65,onClick:_0x421acc}=_0x4adf79;return(0x0,_0x8825e5[_0x1cf0a0(0x3c4)])(_0x314f23['Tooltip'],{'title':(0x0,_0x4fbb7a['useDependency'])(_0x423058['LocaleService'])['t'](_0x26cb1a),'placement':_0x1cf0a0(0x5e9),'children':(0x0,_0x8825e5[_0x1cf0a0(0x3c4)])(_0x4fbb7a['ToolbarButton'],{'className':'univer-size-7','disabled':_0x3ae4e3,'active':_0x186a2e,'onClick':_0x421acc,'children':_0x239e65})});}function _0x493abf(){const _0xd02bf5=_0x37672f;return[..._0x1fa4c3[_0xd02bf5(0x861)]];}function _0x2e85f2(){const _0x11c123=_0x37672f;return[..._0x4fbb7a[_0x11c123(0x2da)]];}function _0x58ba7d(_0x32edd1){const _0x549f66=_0x37672f;return!_0x32edd1||!(_0x549f66(0x386)in _0x32edd1)||!Array[_0x549f66(0x6f7)](_0x32edd1['selections'])?[]:_0x32edd1[_0x549f66(0x386)];}function _0x1f0dfd(_0x23a998){const _0x4c609e=_0x37672f;let {menuItem:_0x268db2,onClick:_0x1bb5a1}=_0x23a998,{hidden:_0x2d5eeb,disabled:_0x514c3d,value:_0x11b217}=_0x37e0dc(_0x268db2),_0x355ab5=(0x0,_0x4fbb7a[_0x4c609e(0x7bd)])(_0x423058['LocaleService']);if(!_0x268db2||_0x2d5eeb)return null;let _0x1ed3e9=_0x355ab5['t'](_0x4c609e(0x21e));return(0x0,_0x8825e5[_0x4c609e(0x3c4)])(_0x314f23[_0x4c609e(0x28c)],{'title':_0x1ed3e9,'placement':_0x4c609e(0x5e9),'children':(0x0,_0x8825e5[_0x4c609e(0x1fa)])(_0x3709d7,{'title':_0x1ed3e9,'disabled':_0x514c3d,'onClick':_0x1bb5a1,'children':[(0x0,_0x8825e5[_0x4c609e(0x3c4)])(_0x584d6a,{}),(0x0,_0x8825e5[_0x4c609e(0x3c4)])(_0x4c609e(0x2db),{'children':typeof _0x11b217==_0x4c609e(0x43e)&&_0x11b217?_0x11b217:_0x4c609e(0x8cf)}),(0x0,_0x8825e5[_0x4c609e(0x3c4)])(_0x47a4bd,{})]})});}function _0x1e1c8e(_0x235728){const _0x5c729f=_0x37672f;let {embedId:_0x38811f,menuItem:_0x255558,title:_0x88ef15,open:_0xfdfdc8,onOpenChange:_0x38f3ef,onSelect:_0x3db79f}=_0x235728,{hidden:_0x3bcdc4,disabled:_0x1e80ce,value:_0x2c86a3}=_0x37e0dc(_0x255558);if(!_0x255558||_0x3bcdc4)return null;let _0x5d5284=typeof _0x2c86a3==_0x5c729f(0x43e)&&_0x2c86a3?_0x2c86a3:_0x5c729f(0x4ed);return(0x0,_0x8825e5[_0x5c729f(0x3c4)])(_0x521a42,{'embedId':_0x38811f,'disabled':_0x1e80ce,'title':_0x88ef15,'open':_0xfdfdc8,'onOpenChange':_0x38f3ef,'trigger':(0x0,_0x8825e5[_0x5c729f(0x1fa)])(_0x8825e5[_0x5c729f(0x581)],{'children':[(0x0,_0x8825e5[_0x5c729f(0x3c4)])(_0x5c729f(0x2db),{'className':_0x5c729f(0x4df),'children':_0x5d5284}),(0x0,_0x8825e5[_0x5c729f(0x3c4)])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x5c729f(0x3c4)])(_0x5c729f(0x46a),{'className':_0x5c729f(0x769),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':(0x0,_0x8825e5['jsx'])(_0x4fbb7a['FontFamilyItem'],{'value':_0x5d5284,'onChange':_0x5243ac=>{_0x3db79f(_0x5243ac),_0x38f3ef(!0x1);}})})});}function _0x21706c(_0x276a6d){const _0x1d0fbd=_0x37672f;let {embedId:_0x195b3a,menuItem:_0x4a8c9c,title:_0x8454cd,open:_0x322505,onOpenChange:_0x280702,onSelect:_0x18c1c8}=_0x276a6d,{hidden:_0x2769e4,disabled:_0x41d86b,value:_0xf31180}=_0x37e0dc(_0x4a8c9c);if(!_0x4a8c9c||_0x2769e4)return null;let _0x1b5065=typeof _0xf31180=='number'||typeof _0xf31180==_0x1d0fbd(0x43e)?Number(_0xf31180):0xb;return(0x0,_0x8825e5[_0x1d0fbd(0x3c4)])(_0x521a42,{'embedId':_0x195b3a,'disabled':_0x41d86b,'title':_0x8454cd,'open':_0x322505,'onOpenChange':_0x280702,'trigger':(0x0,_0x8825e5[_0x1d0fbd(0x1fa)])(_0x8825e5['Fragment'],{'children':[(0x0,_0x8825e5['jsx'])('span',{'className':'univer-min-w-6\x20univer-text-left','children':_0x1b5065}),(0x0,_0x8825e5['jsx'])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x1d0fbd(0x3c4)])(_0x1d0fbd(0x46a),{'className':_0x1d0fbd(0x625),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x2e85f2()[_0x1d0fbd(0x3b8)](_0x4eb44f=>{const _0x406dc6=_0x1d0fbd;let _0x49b712=Number(_0x4eb44f[_0x406dc6(0x846)])===_0x1b5065;return(0x0,_0x8825e5[_0x406dc6(0x1fa)])(_0x406dc6(0x3e6),{'type':_0x406dc6(0x3e6),'className':(0x0,_0x314f23[_0x406dc6(0x39d)])('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',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x49b712}),'onClick':()=>{_0x18c1c8(String(_0x4eb44f['value'])),_0x280702(!0x1);},'children':[(0x0,_0x8825e5['jsx'])(_0x406dc6(0x2db),{'children':_0x4eb44f[_0x406dc6(0x1f4)]}),_0x49b712&&(0x0,_0x8825e5[_0x406dc6(0x3c4)])(_0x5a86a1,{'className':_0x406dc6(0x912)})]},_0x4eb44f[_0x406dc6(0x846)]);})})});}function _0x5adef0(_0x16a1a7){const _0x27d9c9=_0x37672f;let {embedId:_0x2f62dc,menuItem:_0x5bd39d,open:_0x4475aa,onOpenChange:_0x57cb71,execute:_0x455d3f}=_0x16a1a7,{hidden:_0x1c221a,disabled:_0x56623a}=_0x37e0dc(_0x5bd39d);return!_0x5bd39d||_0x1c221a?null:(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0x521a42,{'embedId':_0x2f62dc,'disabled':_0x56623a,'title':_0x27d9c9(0x1e2),'triggerClassName':_0x27d9c9(0x457),'open':_0x4475aa,'onOpenChange':_0x57cb71,'trigger':(0x0,_0x8825e5['jsxs'])(_0x8825e5[_0x27d9c9(0x581)],{'children':[(0x0,_0x8825e5['jsx'])(_0x48492e,{}),(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0xda23a,{'embedId':_0x2f62dc,'onPointerDown':_0x2c27db=>_0x2c27db[_0x27d9c9(0x584)](),'children':(0x0,_0x8825e5[_0x27d9c9(0x1fa)])(_0x213b04,{'children':[(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0xa37dcd,{'item':_0x5bd39d,'title':_0x27d9c9(0x794),'onClick':()=>_0x455d3f(_0x5bd39d,{'value':_0x423058['HorizontalAlign'][_0x27d9c9(0x896)]}),'children':(0x0,_0x8825e5['jsx'])(_0x48492e,{})}),(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0xa37dcd,{'item':_0x5bd39d,'title':'embed-ui.sheetsFloating.align.center','onClick':()=>_0x455d3f(_0x5bd39d,{'value':_0x423058[_0x27d9c9(0x436)][_0x27d9c9(0x7c0)]}),'children':(0x0,_0x8825e5['jsx'])(_0x531163,{})}),(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0xa37dcd,{'item':_0x5bd39d,'title':_0x27d9c9(0x7ce),'onClick':()=>_0x455d3f(_0x5bd39d,{'value':_0x423058['HorizontalAlign']['RIGHT']}),'children':(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0x25cf3d,{})})]})})});}function _0x1ce94b(_0x255284){const _0x49f749=_0x37672f;let {embedId:_0x5337f4,menuItem:_0x493769,open:_0x488abb,onOpenChange:_0x5c2b29,execute:_0x57f935}=_0x255284,{hidden:_0x593c54,disabled:_0x5e0eb7}=_0x37e0dc(_0x493769);return!_0x493769||_0x593c54?null:(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x521a42,{'embedId':_0x5337f4,'disabled':_0x5e0eb7,'title':'embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','triggerClassName':_0x49f749(0x457),'open':_0x488abb,'onOpenChange':_0x5c2b29,'trigger':(0x0,_0x8825e5[_0x49f749(0x1fa)])(_0x8825e5[_0x49f749(0x581)],{'children':[(0x0,_0x8825e5['jsx'])(_0x5ee63e,{}),(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0xda23a,{'embedId':_0x5337f4,'onPointerDown':_0x1788f0=>_0x1788f0[_0x49f749(0x584)](),'children':(0x0,_0x8825e5['jsxs'])(_0x213b04,{'children':[(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0xa37dcd,{'item':_0x493769,'title':_0x49f749(0x8ed),'onClick':()=>_0x57f935(_0x493769,{'value':_0x423058[_0x49f749(0x86a)]['TOP']}),'children':(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x4e6ef2,{})}),(0x0,_0x8825e5['jsx'])(_0xa37dcd,{'item':_0x493769,'title':_0x49f749(0x6d7),'onClick':()=>_0x57f935(_0x493769,{'value':_0x423058[_0x49f749(0x86a)][_0x49f749(0x5e6)]}),'children':(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x5ee63e,{})}),(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0xa37dcd,{'item':_0x493769,'title':'embed-ui.sheetsFloating.align.bottom','onClick':()=>_0x57f935(_0x493769,{'value':_0x423058[_0x49f749(0x86a)][_0x49f749(0x487)]}),'children':(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x41d82f,{})})]})})});}function _0xa37dcd(_0x40fd06){const _0x306b79=_0x37672f;let {item:_0x1ad750,title:_0x5603c8,children:_0x4e1e0e,onClick:_0x57ca7c}=_0x40fd06,{hidden:_0x4aecb6,disabled:_0x4ec968,activated:_0x3994dd}=_0x37e0dc(_0x1ad750);return!_0x1ad750||_0x4aecb6?null:(0x0,_0x8825e5[_0x306b79(0x3c4)])(_0x22938d,{'title':_0x5603c8,'disabled':_0x4ec968,'active':_0x3994dd,'onClick':_0x57ca7c,'children':_0x4e1e0e});}function _0x36d75c(_0x5d74c0){const _0x3ac751=_0x37672f;let {embedId:_0x27ac3c,menuItem:_0x4916c6,title:_0x19d340,icon:_0x3a9e71,defaultColor:_0xf53dbc,open:_0x4d04e8,onOpenChange:_0x3b3749,onChange:_0x3e9c69,onReset:_0x5c8c28}=_0x5d74c0,_0x566a8e=(0x0,_0x4fbb7a[_0x3ac751(0x7bd)])(_0x423058[_0x3ac751(0x5f7)]),{hidden:_0x4f7bc6,disabled:_0x1fc2d4,value:_0x416848}=_0x37e0dc(_0x4916c6),[_0x2ab874,_0x245aca]=(0x0,_0x10447b['useState'])(_0xf53dbc);return!_0x4916c6||_0x4f7bc6?null:(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x314f23[_0x3ac751(0x85d)],{'disabled':_0x1fc2d4,'align':_0x3ac751(0x7cd),'sideOffset':0x6,'open':_0x4d04e8,'onOpenChange':_0x3b3749,'onPointerDownOutside':_0x205c62=>_0xc8ee53(_0x205c62,_0x27ac3c),'onFocusOutside':_0x4b39ec=>_0xc8ee53(_0x4b39ec,_0x27ac3c),'onInteractOutside':_0x23809a=>_0xc8ee53(_0x23809a,_0x27ac3c),'overlay':(0x0,_0x8825e5[_0x3ac751(0x1fa)])(_0x3ac751(0x46a),{'data-embed-id':_0x27ac3c,'data-embed-floating-menu-popup':_0x3ac751(0x91c),'className':_0x3ac751(0x4d2),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':[(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x314f23['ColorPicker'],{'value':typeof _0x416848==_0x3ac751(0x43e)&&_0x416848?_0x416848:_0x2ab874,'onChange':_0x4b98ac=>{_0x245aca(_0x4b98ac),_0x3e9c69(_0x4b98ac);}}),(0x0,_0x8825e5['jsx'])(_0x314f23['Separator'],{}),(0x0,_0x8825e5['jsxs'])(_0x3ac751(0x3e6),{'type':_0x3ac751(0x3e6),'className':_0x3ac751(0x7d8),'onClick':()=>{_0x245aca(_0xf53dbc),_0x5c8c28(),_0x3b3749(!0x1);},'children':[(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x1dd094,{}),(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x3ac751(0x2db),{'children':_0x566a8e['t'](_0x3ac751(0x51a))})]})]}),'children':(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x3709d7,{'title':_0x19d340,'disabled':_0x1fc2d4,'children':_0x3a9e71})});}function _0x4652f3(_0x3154a6){const _0x4b7faf=_0x37672f;let {embedId:_0x169b1b,menuItem:_0x446ca4,open:_0x385a73,onOpenChange:_0x417d69,onSelect:_0x54eb98}=_0x3154a6,_0x256d08=(0x0,_0x4fbb7a[_0x4b7faf(0x7bd)])(_0x423058[_0x4b7faf(0x5f7)]),_0x4b54ad=(0x0,_0x4fbb7a[_0x4b7faf(0x7bd)])(_0x4fbb7a[_0x4b7faf(0x33f)]),{hidden:_0x15c5ed,disabled:_0x67643}=_0x37e0dc(_0x446ca4),[_0x4829c6,_0x3bc4a4]=(0x0,_0x10447b[_0x4b7faf(0x1d1)])(_0x423058[_0x4b7faf(0x440)][_0x4b7faf(0x75c)]),[_0x3ac677,_0x2d9c85]=(0x0,_0x10447b[_0x4b7faf(0x1d1)])(_0x423058[_0x4b7faf(0x689)][_0x4b7faf(0x42a)]),[_0x227811,_0x23a098]=(0x0,_0x10447b[_0x4b7faf(0x1d1)])(_0x4b7faf(0x28b));if(!_0x446ca4||_0x15c5ed)return null;let _0x510a55=(_0x1ed513=_0x4829c6,_0xd8a783=_0x3ac677,_0xb7ac5b=_0x227811)=>{_0x3bc4a4(_0x1ed513),_0x2d9c85(_0xd8a783),_0x23a098(_0xb7ac5b),_0x54eb98(_0x1ed513,_0xd8a783,_0xb7ac5b);},_0x23cc52=_0x5e11f4=>{const _0x2d2f10=_0x4b7faf;var _0x50b1bf;return((_0x50b1bf=_0x493abf()['find'](_0x203bea=>_0x203bea[_0x2d2f10(0x846)]===_0x5e11f4))==null?void 0x0:_0x50b1bf[_0x2d2f10(0x29a)])??_0x2d2f10(0x7dc);},_0x3f41b5=(_0x11bca2,_0x481586=_0x4b7faf(0x2e0))=>{const _0x4ff128=_0x4b7faf;let _0x3a2e95=_0x4b54ad[_0x4ff128(0x47e)](_0x11bca2);return _0x3a2e95?(0x0,_0x8825e5[_0x4ff128(0x3c4)])(_0x3a2e95,{'className':_0x481586}):(0x0,_0x8825e5[_0x4ff128(0x3c4)])(_0xeb7cb9,{});};return(0x0,_0x8825e5['jsx'])(_0x314f23[_0x4b7faf(0x85d)],{'disabled':_0x67643,'align':_0x4b7faf(0x7cd),'sideOffset':0x6,'open':_0x385a73,'onOpenChange':_0x417d69,'onPointerDownOutside':_0x54a24e=>_0xc8ee53(_0x54a24e,_0x169b1b),'onFocusOutside':_0x1a4192=>_0xc8ee53(_0x1a4192,_0x169b1b),'onInteractOutside':_0x476621=>_0xc8ee53(_0x476621,_0x169b1b),'overlay':(0x0,_0x8825e5[_0x4b7faf(0x1fa)])(_0xda23a,{'embedId':_0x169b1b,'onPointerDown':_0x3ab733=>_0x3ab733[_0x4b7faf(0x584)](),'children':[(0x0,_0x8825e5[_0x4b7faf(0x3c4)])('div',{'className':_0x4b7faf(0x5de),'children':_0x493abf()[_0x4b7faf(0x3b8)](_0xc8ac59=>(0x0,_0x8825e5['jsx'])(_0x22938d,{'title':_0xc8ac59[_0x4b7faf(0x1f4)],'active':_0x4829c6===_0xc8ac59[_0x4b7faf(0x846)],'onClick':()=>_0x510a55(_0xc8ac59[_0x4b7faf(0x846)]),'children':_0x3f41b5(_0xc8ac59[_0x4b7faf(0x29a)])},_0xc8ac59[_0x4b7faf(0x846)]))}),(0x0,_0x8825e5['jsx'])(_0x314f23[_0x4b7faf(0x6df)],{}),(0x0,_0x8825e5[_0x4b7faf(0x1fa)])(_0x213b04,{'children':[(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x314f23[_0x4b7faf(0x85d)],{'align':_0x4b7faf(0x7cd),'sideOffset':0x6,'onPointerDownOutside':_0x4d0be8=>_0xc8ee53(_0x4d0be8,_0x169b1b),'onFocusOutside':_0x4503ee=>_0xc8ee53(_0x4503ee,_0x169b1b),'onInteractOutside':_0x4df548=>_0xc8ee53(_0x4df548,_0x169b1b),'overlay':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x4b7faf(0x46a),{'data-embed-id':_0x169b1b,'data-embed-floating-menu-popup':_0x4b7faf(0x91c),'className':'univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x314f23[_0x4b7faf(0x266)],{'value':_0x227811,'onChange':_0x126f9f=>_0x510a55(_0x4829c6,_0x3ac677,_0x126f9f)})}),'children':(0x0,_0x8825e5['jsxs'])(_0x22938d,{'title':_0x4b7faf(0x24c),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x5a61c8,{'extend':{'colorChannel1':_0x227811}}),(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x47a4bd,{})]})}),(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x314f23['Dropdown'],{'align':'start','sideOffset':0x6,'onPointerDownOutside':_0x5933eb=>_0xc8ee53(_0x5933eb,_0x169b1b),'onFocusOutside':_0x94c21d=>_0xc8ee53(_0x94c21d,_0x169b1b),'onInteractOutside':_0xd0533=>_0xc8ee53(_0xd0533,_0x169b1b),'overlay':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])('div',{'data-embed-id':_0x169b1b,'data-embed-floating-menu-popup':'true','className':_0x4b7faf(0x591),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x1fa4c3[_0x4b7faf(0x435)][_0x4b7faf(0x3b8)](_0x411333=>(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x4b7faf(0x3e6),{'type':_0x4b7faf(0x3e6),'className':(0x0,_0x314f23[_0x4b7faf(0x39d)])(_0x4b7faf(0x432),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x3ac677===_0x411333[_0x4b7faf(0x846)]}),'onClick':()=>_0x510a55(_0x4829c6,_0x411333[_0x4b7faf(0x846)]),'children':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x1fa4c3['BorderLine'],{'className':'univer-fill-gray-900\x20dark:!univer-fill-gray-0','type':_0x411333['value']})},_0x411333['value']))}),'children':(0x0,_0x8825e5[_0x4b7faf(0x1fa)])(_0x22938d,{'title':_0x4b7faf(0x29e),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x1fa4c3['BorderLine'],{'className':_0x4b7faf(0x79b),'type':_0x3ac677}),(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x47a4bd,{})]})})]})]}),'children':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0xd0d1e,{'title':_0x256d08['t'](_0x4b7faf(0x215)),'disabled':_0x67643,'open':_0x385a73,'primary':_0x3f41b5(_0x23cc52(_0x4829c6),_0x4b7faf(0x7c1)),'onPrimaryClick':()=>{_0x510a55(),_0x417d69(!0x1);}})});}function _0x2e7ce1(_0x560ea9){const _0x5daf07=_0x37672f;let {embedId:_0x26e194,menuItems:_0x572402,open:_0xa700a2,onOpenChange:_0x510ca6,execute:_0xb3be38}=_0x560ea9,_0x5b3162=(0x0,_0x4fbb7a[_0x5daf07(0x7bd)])(_0x423058[_0x5daf07(0x5f7)]),{hidden:_0x5d3a5e,disabled:_0x3cc741}=_0x37e0dc(_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x456)]),_0x503123=[];return[{'item':_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x2af)],'icon':(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x360c04,{})},{'item':_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x357)],'icon':(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x341d88,{})},{'item':_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x791)],'icon':(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x42433a,{})},{'item':_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x397)],'icon':(0x0,_0x8825e5['jsx'])(_0x250b2a,{})}][_0x5daf07(0x84e)](({item:_0x3741ed,icon:_0x65ab67})=>{const _0x49cc09=_0x5daf07;_0x3741ed&&_0x503123[_0x49cc09(0x5fd)]({'item':_0x3741ed,'icon':_0x65ab67});}),!(_0x572402!=null&&_0x572402[_0x5daf07(0x456)])||_0x5d3a5e||!_0x503123['length']?null:(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x521a42,{'embedId':_0x26e194,'disabled':_0x3cc741,'title':_0x5daf07(0x382),'triggerClassName':_0x5daf07(0x457),'open':_0xa700a2,'onOpenChange':_0x510ca6,'trigger':(0x0,_0x8825e5['jsxs'])(_0x8825e5[_0x5daf07(0x581)],{'children':[(0x0,_0x8825e5['jsx'])(_0x360c04,{}),(0x0,_0x8825e5['jsx'])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x55ae38,{'children':_0x503123['map'](({item:_0x18be00,icon:_0x53191b})=>(0x0,_0x8825e5['jsx'])(_0x154db1,{'icon':_0x53191b,'onClick':()=>{_0xb3be38(_0x18be00),_0x510ca6(!0x1);},'children':_0x5b3162['t'](_0x3928b2(_0x18be00))},_0x18be00['id']))})});}function _0x3b0e61(_0x3fe895){const _0x40affe=_0x37672f;let {embedId:_0x3560a9,menuItem:_0x193afa,open:_0x232020,onOpenChange:_0x8cf951,execute:_0x355bf5}=_0x3fe895,_0x563794=(0x0,_0x4fbb7a[_0x40affe(0x7bd)])(_0x423058[_0x40affe(0x5f7)]),{hidden:_0xe76341,disabled:_0x1bbe91}=_0x37e0dc(_0x193afa);if(!_0x193afa||_0xe76341)return null;let _0x1e514a=_0x58ba7d(_0x193afa),_0x50c3ad=_0x1e514a['length']?_0x1e514a[_0x40affe(0x3b8)](_0x2a6239=>({'label':_0x563794['t'](_0x4c7cab(_0x2a6239)),'icon':_0x1bdb44(_0x2a6239['value']),'commandId':_0x2a6239[_0x40affe(0x229)]??(_0x193afa==null?void 0x0:_0x193afa[_0x40affe(0x229)])??(_0x193afa==null?void 0x0:_0x193afa['id'])??_0x2ef170['SetTextWrapCommand']['id'],'params':_0x2a6239[_0x40affe(0x8fd)]??{'value':_0x2a6239[_0x40affe(0x846)]}})):[{'label':_0x563794['t'](_0x40affe(0x25c)),'icon':(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x2a3b46,{}),'commandId':_0x2ef170[_0x40affe(0x82d)]['id'],'params':{'value':_0x423058[_0x40affe(0x482)][_0x40affe(0x5a5)]}},{'label':_0x563794['t']('embed-ui.sheetsFloating.textWrap.overflow'),'icon':(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x3abc1e,{}),'commandId':_0x2ef170[_0x40affe(0x82d)]['id'],'params':{'value':_0x423058[_0x40affe(0x482)]['OVERFLOW']}},{'label':_0x563794['t'](_0x40affe(0x370)),'icon':(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x255a1d,{}),'commandId':_0x2ef170[_0x40affe(0x82d)]['id'],'params':{'value':_0x423058[_0x40affe(0x482)]['WRAP']}}];return(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x521a42,{'embedId':_0x3560a9,'disabled':_0x1bbe91,'title':_0x40affe(0x3f7),'triggerClassName':_0x40affe(0x457),'open':_0x232020,'onOpenChange':_0x8cf951,'trigger':(0x0,_0x8825e5[_0x40affe(0x1fa)])(_0x8825e5[_0x40affe(0x581)],{'children':[(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x255a1d,{}),(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x3af703,{'children':_0x50c3ad['map'](_0x127fdb=>{const _0x2f12b=_0x40affe;var _0x1944bd;return(0x0,_0x8825e5[_0x2f12b(0x3c4)])(_0x24f294,{'icon':_0x127fdb['icon'],'onClick':()=>{const _0x5a9478=_0x2f12b;_0x355bf5(_0x127fdb[_0x5a9478(0x229)],_0x127fdb[_0x5a9478(0x8fd)]),_0x8cf951(!0x1);},'children':_0x127fdb[_0x2f12b(0x1f4)]},_0x127fdb['commandId']+'-'+String(((_0x1944bd=_0x127fdb['params'])==null?void 0x0:_0x1944bd['value'])??_0x127fdb[_0x2f12b(0x1f4)]));})})});}let _0x58fd66={'formatPainter':_0x1fa4c3[_0x37672f(0x3f2)]['id'],'numberFormat':_0x37672f(0x573),'fontFamily':_0x1fa4c3['SetRangeFontFamilyCommand']['id'],'fontSize':_0x1fa4c3[_0x37672f(0x4a2)]['id'],'bold':_0x1fa4c3['SetRangeBoldCommand']['id'],'textColor':_0x1fa4c3[_0x37672f(0x49b)]['id'],'backgroundColor':_0x2ef170['SetBackgroundColorCommand']['id'],'borderComposite':_0x2ef170[_0x37672f(0x699)]['id'],'horizontalAlign':_0x2ef170[_0x37672f(0x618)]['id'],'verticalAlign':_0x2ef170[_0x37672f(0x81d)]['id'],'wrap':_0x2ef170['SetTextWrapCommand']['id'],'filter':_0x37672f(0x87d)},_0x1e63f4={'root':_0x2ef170['AddWorksheetMergeCommand']['id'],'all':_0x2ef170['AddWorksheetMergeAllCommand']['id'],'vertical':_0x2ef170[_0x37672f(0x7cb)]['id'],'horizontal':_0x2ef170['AddWorksheetMergeHorizontalCommand']['id'],'unmerge':_0x2ef170[_0x37672f(0x537)]['id']};function _0x52c816(_0x52e8b3){const _0x216dda=_0x37672f;let _0x1c3faf={},_0x1b6b5b=_0x34c3b6=>{const _0x68d553=_0x3a85;let _0x4be6ba=_0x52e8b3[_0x68d553(0x782)](_0x57639e=>{const _0x54aff1=_0x68d553;let _0x259c98=_0x57639e[_0x54aff1(0x6c0)];return _0x57639e[_0x54aff1(0x838)]===_0x34c3b6||(_0x259c98==null?void 0x0:_0x259c98['id'])===_0x34c3b6||(_0x259c98==null?void 0x0:_0x259c98[_0x54aff1(0x229)])===_0x34c3b6;});return _0x4be6ba==null?void 0x0:_0x4be6ba[_0x68d553(0x6c0)];};Object[_0x216dda(0x7b3)](_0x58fd66)[_0x216dda(0x84e)](_0x3ae99c=>{_0x1c3faf[_0x3ae99c]=_0x1b6b5b(_0x58fd66[_0x3ae99c]);});let _0x4fb682=Object[_0x216dda(0x1ee)](_0x1e63f4)[_0x216dda(0x4e7)]((_0x3ff49f,[_0x48b470,_0x5a40dc])=>{let _0x544576=_0x1b6b5b(_0x5a40dc);return _0x544576&&(_0x3ff49f[_0x48b470]=_0x544576),_0x3ff49f;},{});return _0x5548bb(_0x4fb682)&&(_0x1c3faf['merge']=_0x4fb682),_0x1c3faf[_0x216dda(0x7ea)]=!0x0,_0x1c3faf;}let _0x11fa5a=[{'items':['formatPainter']},{'dividerBefore':_0x37672f(0x52a),'items':[_0x37672f(0x2d7)]},{'dividerBefore':'divider-format','items':['fontFamily',_0x37672f(0x80b),_0x37672f(0x65c)]},{'dividerBefore':'divider-font','items':[_0x37672f(0x4e2),_0x37672f(0x35e),'borderComposite']},{'dividerBefore':'divider-border','items':[_0x37672f(0x614),_0x37672f(0x647),_0x37672f(0x892),_0x37672f(0x1f1)]},{'dividerBefore':_0x37672f(0x2dd),'items':[_0x37672f(0x320)]},{'dividerBefore':_0x37672f(0x22e),'items':[_0x37672f(0x7ea)]}];function _0x42dddb(_0x52b653){const _0x2ba80e=_0x37672f;let _0x2b45f1=[];return _0x11fa5a[_0x2ba80e(0x84e)](_0x8da446=>{const _0x5e31aa=_0x2ba80e;let _0x2a18ca=_0x8da446[_0x5e31aa(0x8d4)][_0x5e31aa(0x320)](_0x2c8652=>_0x34b4bf(_0x52b653,_0x2c8652))['map'](_0x163c4a=>({'id':_0x163c4a,'type':_0x163c4a===_0x5e31aa(0x2c1)||_0x163c4a==='bold'||_0x163c4a==='filter'||_0x163c4a==='deleteBlock'?_0x5e31aa(0x3e6):'dropdown'}));_0x2a18ca[_0x5e31aa(0x3fe)]&&(_0x2b45f1[_0x5e31aa(0x3fe)]&&_0x8da446['dividerBefore']&&_0x2b45f1['push']({'id':_0x8da446['dividerBefore'],'type':'divider'}),_0x2b45f1[_0x5e31aa(0x5fd)](..._0x2a18ca));}),_0x2b45f1;}function _0x34b4bf(_0x355b58,_0x2cd170){return!!_0x355b58[_0x2cd170];}function _0x5548bb(_0x4706e0){const _0x529274=_0x37672f;return Object[_0x529274(0x4bf)](_0x4706e0)[_0x529274(0x79a)](Boolean);}function _0x27ab83(_0x1b89f7,_0x509511){const _0x52ce1f=_0x37672f;if(_0x1b89f7)return{'commandId':_0x1b89f7[_0x52ce1f(0x229)]??_0x1b89f7['id'],'params':_0x509511??(typeof _0x1b89f7[_0x52ce1f(0x8fd)]=='function'?_0x1b89f7[_0x52ce1f(0x8fd)]():_0x1b89f7['params'])};}function _0x3622bb(){const _0x10c243=_0x37672f;return _0x454349({'childType':_0x423058[_0x10c243(0x839)]['UNIVER_SHEET'],'mount':_0x2e2ac4});}function _0x2e2ac4(_0x3b27bc){const _0x25597c=_0x37672f;let {root:_0x2f5368,menu:_0x436872}=_0x2c109e(_0x3b27bc),_0x24206d=_0x4b0eb6(_0x436872);return _0x24206d['render']((0x0,_0x10447b[_0x25597c(0x64d)])(_0x418b69,{'injector':_0x3b27bc['runtimeScope'][_0x25597c(0x868)],'mountContainer':_0x2f5368,'embedId':_0x3b27bc[_0x25597c(0x2ab)]},(0x0,_0x10447b[_0x25597c(0x64d)])(_0x221505,{'hostUnitId':_0x3b27bc[_0x25597c(0x7cf)],'embedId':_0x3b27bc[_0x25597c(0x2ab)],'childUnitId':_0x3b27bc[_0x25597c(0x783)],'entry':_0x3b27bc[_0x25597c(0x466)]['entry'],'fullscreen':!!_0x3b27bc['renderScope']['fullscreen'],'usesDomFloatingStage':_0x2ac19b(_0x3b27bc[_0x25597c(0x466)]['entry']),'renderScopeActive$':_0x3b27bc[_0x25597c(0x46e)]['active$']}))),(0x0,_0x423058['toDisposable'])(()=>{_0x5deccb(_0x24206d),globalThis['setTimeout'](()=>_0x436872['remove'](),0x0);});}function _0x2ac19b(_0x31717b){return!0x0;}function _0x221505(_0x3793f6){const _0x3a1964=_0x37672f;let {hostUnitId:_0x5d865e,embedId:_0x46df09,childUnitId:_0xa2eb2a,entry:_0x3c578d,fullscreen:_0x31766b,usesDomFloatingStage:_0x33af22,renderScopeActive$:_0x4d7ec6}=_0x3793f6,_0xda431f=(0x0,_0x4fbb7a['useDependency'])(_0x423058[_0x3a1964(0x5f7)]),_0x441c59=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x423058[_0x3a1964(0x58f)]),_0x14d2ce=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x423058[_0x3a1964(0x8ca)]),_0x3c7f5a=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x4fbb7a[_0x3a1964(0x31b)]),_0x412c60=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x2ef170[_0x3a1964(0x8b0)]),_0x40e24e=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x89f79f),_0x15ef62=_0x3a08eb({'embedId':_0x46df09,'active':(0x0,_0x4fbb7a['useObservable'])(()=>_0x40e24e['active$'],_0x40e24e['getActive'](),!0x1,[_0x40e24e]),'fullscreen':_0x31766b,'usesDomFloatingStage':_0x33af22,'renderScopeActive':(0x0,_0x4fbb7a[_0x3a1964(0x711)])(()=>_0x4d7ec6,!0x1,!0x1,[_0x4d7ec6])})==='stage2',[_0x20c2b4,_0x18d095]=(0x0,_0x10447b[_0x3a1964(0x1d1)])(null),_0x1864c9=_0x29d7b5=>({'open':_0x20c2b4===_0x29d7b5,'onOpenChange':_0x27f77a=>_0x18d095(_0x27f77a?_0x29d7b5:null)});(0x0,_0x10447b[_0x3a1964(0x7b1)])(()=>{const _0x3ce879=_0x3a1964;if(!_0x20c2b4)return;let _0x2d0093=_0x3077a4=>{const _0x432a32=_0x3a85;_0x4dddb6(_0x3077a4[_0x432a32(0x317)],_0x46df09)||_0x18d095(null);};return document[_0x3ce879(0x780)](_0x3ce879(0x2ce),_0x2d0093,!0x0),()=>{const _0x8c20ee=_0x3ce879;document[_0x8c20ee(0x356)](_0x8c20ee(0x2ce),_0x2d0093,!0x0);};},[_0x46df09,_0x20c2b4]);let _0x43f84f=(0x0,_0x4fbb7a[_0x3a1964(0x711)])(()=>_0x3c7f5a[_0x3a1964(0x465)][_0x3a1964(0x594)]((0x0,_0x12f7a8[_0x3a1964(0x3b8)])(()=>_0x52c816(_0x3c7f5a[_0x3a1964(0x5b1)](_0x4fbb7a[_0x3a1964(0x510)][_0x3a1964(0x5cf)])))),_0x52c816(_0x3c7f5a[_0x3a1964(0x5b1)](_0x4fbb7a['MenuManagerPosition'][_0x3a1964(0x5cf)])),!0x1,[_0x3c7f5a]),_0x1b766d=(0x0,_0x10447b[_0x3a1964(0x1e0)])(()=>new Set(_0x42dddb(_0x43f84f)[_0x3a1964(0x3b8)](_0x130cbb=>_0x130cbb['id'])),[_0x43f84f]),_0x1fd3c5=()=>{const _0x155a1a=_0x3a1964;_0x40e24e[_0x155a1a(0x2d3)]({'hostUnitId':_0x5d865e,'embedId':_0x46df09,'childUnitId':_0xa2eb2a},_0x155a1a(0x58d)),_0x14d2ce[_0x155a1a(0x40b)](_0xa2eb2a);},_0x23e338=async(_0x50d4c9,_0xbc2b7e)=>{_0x1fd3c5(),await _0x441c59['executeCommand'](_0x50d4c9,_0xbc2b7e);},_0x433b3e=async(_0x31adb8,_0x584880)=>{const _0x5b3c2a=_0x3a1964;let _0x4863db=_0x27ab83(_0x31adb8,_0x584880);_0x4863db&&await _0x23e338(_0x4863db[_0x5b3c2a(0x229)],_0x4863db[_0x5b3c2a(0x8fd)]);},_0x56c9a2=()=>{const _0x367ccb=_0x3a1964;let _0x408408=_0x14d2ce[_0x367ccb(0x80e)](_0xa2eb2a,_0x423058[_0x367ccb(0x839)][_0x367ccb(0x89d)]),_0x2df7e3=_0x408408==null?void 0x0:_0x408408[_0x367ccb(0x2c2)]();return!_0x408408||!_0x2df7e3?null:{'workbook':_0x408408,'worksheet':_0x2df7e3,'unitId':_0x408408[_0x367ccb(0x55c)](),'subUnitId':_0x2df7e3['getSheetId']()};},_0xd10c20=()=>{const _0x347437=_0x3a1964;var _0x5e46c2;return((_0x5e46c2=_0x412c60[_0x347437(0x2c8)]())==null?void 0x0:_0x5e46c2['map'](_0x425746=>_0x425746['range']))??[];},_0x42e47b=async(_0x583bed,_0x32c4da,_0x1ba081=_0x423058['BorderStyleTypes'][_0x3a1964(0x42a)],_0x125d45='#000000')=>{const _0xff38c9=_0x3a1964;let _0x543c6a=_0x56c9a2(),_0x125647=_0xd10c20();!_0x543c6a||!_0x125647[_0xff38c9(0x3fe)]||await _0x433b3e(_0x583bed,{'unitId':_0x543c6a['unitId'],'subUnitId':_0x543c6a[_0xff38c9(0x402)],'ranges':_0x125647,'value':{'type':_0x32c4da,'color':_0x125d45,'style':_0x1ba081,'activeBorderType':!0x0}});},_0x2678ea=async()=>{const _0x4ca55e=_0x3a1964;await _0x441c59[_0x4ca55e(0x6a6)](_0x5e0ca8[_0x4ca55e(0x3db)]['id'],{'hostUnitId':_0x5d865e,'embedId':_0x46df09});};return(0x0,_0x8825e5[_0x3a1964(0x1fa)])(_0x3a1964(0x46a),{'className':(0x0,_0x314f23[_0x3a1964(0x39d)])('univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0',{'univer-hidden':!_0x15ef62,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x31766b,'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':!_0x31766b,'-univer-top-9':!_0x31766b&&_0x3c578d!==_0x3a1964(0x3fc),'-univer-top-[52px]':!_0x31766b&&_0x3c578d===_0x3a1964(0x3fc)}),'data-u-comp':'sheet-embed-floating-menu','data-embed-floating-menu':'true','data-embed-id':_0x46df09,'data-embed-float-stage':_0x15ef62?'stage2':_0x3a1964(0x3ed),'onPointerDown':_0x5c8384=>_0x5c8384['stopPropagation'](),'onMouseDown':_0x524969,'children':[_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x2c1))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x498f03,{'item':_0x43f84f[_0x3a1964(0x2c1)],'title':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':async()=>_0x433b3e(_0x43f84f['formatPainter']),'children':(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x121d43,{})}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x52a))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d['has']('numberFormat')&&(0x0,_0x8825e5['jsx'])(_0x1f0dfd,{'menuItem':_0x43f84f['numberFormat'],'onClick':async()=>_0x433b3e(_0x43f84f[_0x3a1964(0x2d7)])}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x509))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d['has'](_0x3a1964(0x6b4))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x1e1c8e,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x6b4)],'title':_0x3a1964(0x587),..._0x1864c9(_0x3a1964(0x6b4)),'onSelect':async _0x3fc350=>_0x433b3e(_0x43f84f['fontFamily'],{'value':_0x3fc350})}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x80b))&&(0x0,_0x8825e5['jsx'])(_0x21706c,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x80b)],'title':_0x3a1964(0x249),..._0x1864c9(_0x3a1964(0x80b)),'onSelect':async _0x21f0a8=>_0x433b3e(_0x43f84f['fontSize'],{'value':Number(_0x21f0a8)})}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x65c))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x498f03,{'item':_0x43f84f[_0x3a1964(0x65c)],'title':_0x3a1964(0x77a),'onClick':async()=>_0x433b3e(_0x43f84f[_0x3a1964(0x65c)]),'children':(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0xca2be,{})}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x879))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23['Separator'],{'orientation':_0x3a1964(0x357)}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x4e2))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x36d75c,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x4e2)],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0xfa2616,{'className':'univer-fill-primary-600'}),'defaultColor':_0x3a1964(0x7be),..._0x1864c9(_0x3a1964(0x4e2)),'onChange':async _0x45ee75=>_0x433b3e(_0x43f84f['textColor'],{'value':_0x45ee75}),'onReset':async()=>_0x23e338(_0x1fa4c3[_0x3a1964(0x2fa)]['id'])}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x35e))&&(0x0,_0x8825e5['jsx'])(_0x36d75c,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x35e)],'title':_0x3a1964(0x45a),'icon':(0x0,_0x8825e5['jsx'])(_0x5a61c8,{'className':'univer-fill-primary-600'}),'defaultColor':_0x3a1964(0x3c0),..._0x1864c9(_0x3a1964(0x35e)),'onChange':async _0x1aed39=>_0x433b3e(_0x43f84f['backgroundColor'],{'value':_0x1aed39}),'onReset':async()=>_0x23e338(_0x2ef170[_0x3a1964(0x595)]['id'])}),_0x1b766d['has'](_0x3a1964(0x693))&&(0x0,_0x8825e5['jsx'])(_0x4652f3,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x693)],..._0x1864c9('borderComposite'),'onSelect':async(_0x1cc129,_0x2e6869,_0x1dbe5d)=>_0x42e47b(_0x43f84f[_0x3a1964(0x693)],_0x1cc129,_0x2e6869,_0x1dbe5d)}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x4f5))&&(0x0,_0x8825e5['jsx'])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d['has'](_0x3a1964(0x614))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x2e7ce1,{'embedId':_0x46df09,'menuItems':_0x43f84f[_0x3a1964(0x614)],..._0x1864c9(_0x3a1964(0x614)),'execute':_0x433b3e}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x647))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x5adef0,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x647)],..._0x1864c9(_0x3a1964(0x647)),'execute':_0x433b3e}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x892))&&(0x0,_0x8825e5['jsx'])(_0x1ce94b,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x892)],..._0x1864c9('verticalAlign'),'execute':_0x433b3e}),_0x1b766d['has']('wrap')&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x3b0e61,{'embedId':_0x46df09,'menuItem':_0x43f84f['wrap'],..._0x1864c9(_0x3a1964(0x1f1)),'execute':_0x23e338}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x2dd))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x320))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x498f03,{'item':_0x43f84f[_0x3a1964(0x320)],'title':_0x3a1964(0x358),'onClick':async()=>_0x433b3e(_0x43f84f['filter']),'children':(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x46a9b7,{})}),_0x1b766d[_0x3a1964(0x7df)]('divider-block')&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x7ea))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x3e1179,{'title':_0xda431f['t'](_0x3a1964(0x3c1)),'className':_0x3a1964(0x72e),'onClick':_0x2678ea,'children':(0x0,_0x8825e5['jsx'])(_0x30bdbf,{})})]});}let _0x39db85=new WeakMap(),_0x848178=new WeakSet();function _0x68ad45(_0x2f416c){const _0x16499b=_0x37672f;_0x4ee2ee(_0x2f416c,_0x16499b(0x3e1),_0x3229ec);}function _0x3229ec(_0xbf5368){const _0x5d165b=_0x37672f;let _0x20ef82=_0xbf5368[_0x5d165b(0x47e)](_0x16de5f),_0x2b344d=_0xbf5368[_0x5d165b(0x47e)](_0x402a2b),_0x4879c9=_0xbf5368[_0x5d165b(0x47e)](_0x28f187),_0x4456bb=_0xbf5368['get'](_0x74c661),_0x1d072d=_0xbf5368['get'](_0x24299e),_0x3bbf82=_0xbf5368[_0x5d165b(0x47e)](_0x2b84b4),_0x134a4f=_0xbf5368['get'](_0x691e68);_0x4c736f(_0xbf5368),_0xbf5368['has'](_0x1fa4c3[_0x5d165b(0x240)])||_0xbf5368['add']([_0x1fa4c3[_0x5d165b(0x240)],{'useFactory':()=>_0xbf5368[_0x5d165b(0x47e)](_0x5ea44f)}]),_0xbf5368[_0x5d165b(0x7df)](_0x1fa4c3[_0x5d165b(0x63a)])||_0xbf5368[_0x5d165b(0x47d)]([_0x1fa4c3['ISheetEmbedRuntimeService'],{'useFactory':()=>_0x3d3b1c({'embedModelService':_0xbf5368[_0x5d165b(0x47e)](_0x5e0ca8['EmbedModelService']),'mountService':_0xbf5368['get'](_0x1d93f4),'activationService':_0xbf5368[_0x5d165b(0x47e)](_0x30c858),'restoreService':_0xbf5368['get'](_0x5757ad)})}]),[_0x31ab33(),_0x58e9e5()]['forEach'](_0x48878e=>{const _0x2205c4=_0x5d165b;_0x20ef82[_0x2205c4(0x47e)](_0x48878e[_0x2205c4(0x805)],_0x48878e[_0x2205c4(0x23b)])||_0x20ef82['register'](_0x48878e);});let _0x3819c5=_0x451525(_0xbf5368['get'](_0x423058[_0x5d165b(0x58f)]));_0x2b344d[_0x5d165b(0x47e)](_0x3819c5[_0x5d165b(0x6b0)])||_0x2b344d[_0x5d165b(0x920)](_0x3819c5);let _0x4ec1ba=_0x3e15dc();_0x4879c9[_0x5d165b(0x47e)](_0x4ec1ba[_0x5d165b(0x6b0)])||_0x4879c9[_0x5d165b(0x920)](_0x4ec1ba),_0x3622bb()[_0x5d165b(0x84e)](_0x542d50=>{const _0x12406d=_0x5d165b;_0x4456bb[_0x12406d(0x47e)](_0x542d50[_0x12406d(0x805)],_0x542d50[_0x12406d(0x23b)],_0x542d50[_0x12406d(0x6b0)])||_0x4456bb[_0x12406d(0x920)](_0x542d50);}),_0x1d072d[_0x5d165b(0x728)](_0x5158fc(_0xbf5368,{'childType':_0x423058[_0x5d165b(0x839)][_0x5d165b(0x89d)],'renderManagerService':_0x18a9fe[_0x5d165b(0x71b)]})),_0x3bbf82[_0x5d165b(0x47e)](_0x423058['UniverInstanceType'][_0x5d165b(0x89d)])||_0x3bbf82[_0x5d165b(0x920)](_0x3d8ae6()),_0x134a4f[_0x5d165b(0x47e)](_0x423058[_0x5d165b(0x839)][_0x5d165b(0x89d)])||_0x134a4f[_0x5d165b(0x920)](_0x591b5e(_0xbf5368)),_0x32298f({'injector':_0xbf5368,'previewService':_0x1d072d});}function _0x3d3b1c(_0x440fe1){return{'getSheetTabChildType':({hostUnitId:_0x3d3319,hostAnchorId:_0x53d821,embedId:_0x55b1c9})=>{const _0x239cc9=_0x3a85;let _0x51fa6e=_0x440fe1[_0x239cc9(0x543)][_0x239cc9(0x5ad)](_0x3d3319,_0x55b1c9);return(_0x51fa6e==null?void 0x0:_0x51fa6e['hostAnchorId'])===_0x53d821?_0x51fa6e['childType']:void 0x0;},'mountSheetTab':({hostUnitId:_0x236710,hostAnchorId:_0x308926,embedId:_0x235089})=>{const _0x5a1005=_0x3a85;let _0x2dd435=_0x440fe1[_0x5a1005(0x543)][_0x5a1005(0x5ad)](_0x236710,_0x235089);if(!_0x2dd435||_0x2dd435[_0x5a1005(0x391)]!==_0x308926)return;let _0x2d74f5=!0x1,_0x307c41=!0x1,_0x3bcc69;return _0x440fe1[_0x5a1005(0x224)][_0x5a1005(0x248)]({'descriptor':_0x2dd435})[_0x5a1005(0x833)](_0x355111=>{const _0x356be2=_0x5a1005;_0x2d74f5||(_0x3bcc69==null||_0x3bcc69[_0x356be2(0x850)](),_0x3bcc69=void 0x0,_0x440fe1['mountService']['mount'](_0x355111),_0x440fe1['activationService'][_0x356be2(0x48c)](_0x355111),_0x307c41=!0x0);})['catch'](_0x4fe9eb=>{_0x2d74f5||(_0x3bcc69=_0x1244d3(_0x308926,_0x4fe9eb));}),(0x0,_0x423058['toDisposable'])(()=>{const _0x4e7f0e=_0x5a1005;_0x2d74f5=!0x0,_0x3bcc69==null||_0x3bcc69[_0x4e7f0e(0x850)](),_0x440fe1[_0x4e7f0e(0x37e)][_0x4e7f0e(0x70d)](_0x235089),_0x307c41&&_0x440fe1[_0x4e7f0e(0x84a)][_0x4e7f0e(0x506)](_0x235089);});},'clearTab':_0x1f077e=>{const _0x130d4b=_0x3a85;_0x440fe1[_0x130d4b(0x37e)]['clearTab'](_0x1f077e);}};}function _0x1244d3(_0x407922,_0x210cf4){const _0x13e339=_0x37672f;let _0x2fc04d=_0x377ca3(_0x407922);if(!_0x2fc04d)return;let _0x2d63c2=document['createElement'](_0x13e339(0x46a));return _0x2d63c2[_0x13e339(0x89c)][_0x13e339(0x2a9)]=_0x13e339(0x91c),_0x2d63c2[_0x13e339(0x4e9)][_0x13e339(0x54a)]=_0x13e339(0x1f5),_0x2d63c2['style'][_0x13e339(0x3d3)]=_0x13e339(0x41c),_0x2d63c2['style'][_0x13e339(0x80b)]=_0x13e339(0x50b),_0x2d63c2[_0x13e339(0x4b7)]=_0x210cf4 instanceof Error&&_0x210cf4['message']?_0x210cf4[_0x13e339(0x351)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x2fc04d[_0x13e339(0x485)](_0x2d63c2),_0x2d63c2;}function _0x377ca3(_0x42971a){return document['querySelector']('[data-embed-sheets-sheet-tab-host=\x22'+_0x925723(_0x42971a)+'\x22]');}function _0x925723(_0x4bc2a8){const _0x435d90=_0x37672f;return _0x4bc2a8[_0x435d90(0x414)](/\\/g,'\x5c\x5c')[_0x435d90(0x414)](/"/g,'\x5c\x22');}function _0x229d49(_0x10b6b9){const _0x5ca8fc=_0x37672f;let _0x194e4c=new _0x12f7a8['Subscription'](),_0x14c178=0x0,_0x2b9a0d;if(_0x194e4c[_0x5ca8fc(0x47d)](_0x10b6b9[_0x5ca8fc(0x2e3)]['previewUpdated$']['subscribe'](_0x4d1088=>{const _0x286960=_0x5ca8fc;if(typeof _0x4d1088[_0x286960(0x8fc)]!=_0x286960(0x43e))return;let _0x5e8fbd=_0x10b6b9[_0x286960(0x543)][_0x286960(0x475)](_0x4d1088[_0x286960(0x783)])['find'](_0x4b4a8e=>_0x4b4a8e[_0x286960(0x2ab)]===_0x4d1088[_0x286960(0x2ab)]&&_0x4b4a8e[_0x286960(0x23b)]===_0x286960(0x525));_0x5e8fbd!=null&&_0x5e8fbd[_0x286960(0x391)]&&_0x10b6b9['canvasFloatDomPreviewService'][_0x286960(0x81c)]({'id':_0x5e8fbd[_0x286960(0x391)],'image':_0x4d1088[_0x286960(0x8fc)],'updatedAt':_0x4d1088[_0x286960(0x7bf)]});})),!_0x10b6b9['canvasFloatDomPreviewService'][_0x5ca8fc(0x430)])return _0x194e4c;let _0x4f4d2b=()=>{_0x2b9a0d||_0x14c178>=0xf0||(_0x2b9a0d=globalThis['setTimeout'](()=>{_0x2b9a0d=void 0x0,_0x14c178+=0x1,_0x26c8f6();},0xfa));},_0x42f6dd=_0x3bec98=>{const _0x277cf7=_0x5ca8fc;let _0x4061c7=_0x3bec98['data'];if(!_0x4061c7||typeof _0x4061c7!=_0x277cf7(0x539))return!0x0;let _0x1cd55b=_0x29dc27(_0x4061c7,_0x277cf7(0x2ab)),_0x3a7422=_0x29dc27(_0x4061c7,_0x277cf7(0x7cf));if(!_0x1cd55b||!_0x3a7422)return!0x0;let _0x411668=_0x10b6b9[_0x277cf7(0x543)][_0x277cf7(0x5ad)](_0x3a7422,_0x1cd55b);return!_0x411668||_0x411668[_0x277cf7(0x23b)]!==_0x277cf7(0x525)||!_0x411668['childUnitId']||_0x411668[_0x277cf7(0x6b0)]==null?!0x1:(_0x10b6b9[_0x277cf7(0x2e3)][_0x277cf7(0x921)]({'descriptor':_0x411668,'childUnitId':_0x411668[_0x277cf7(0x783)],'childType':_0x411668[_0x277cf7(0x6b0)],'width':_0x3bec98['width'],'height':_0x3bec98[_0x277cf7(0x33d)],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':_0x277cf7(0x927)}),!0x0);},_0x26c8f6=()=>{const _0x46f9ba=_0x5ca8fc;var _0x2947d3,_0x3c2b6e;let _0x59a8d1=!0x1;(_0x2947d3=(_0x3c2b6e=_0x10b6b9[_0x46f9ba(0x75a)])[_0x46f9ba(0x5c7)])==null||_0x2947d3[_0x46f9ba(0x4d5)](_0x3c2b6e)[_0x46f9ba(0x84e)](_0x170462=>{_0x42f6dd(_0x170462)||(_0x59a8d1=!0x0);}),_0x59a8d1&&_0x4f4d2b();};return _0x26c8f6(),_0x194e4c[_0x5ca8fc(0x47d)](_0x10b6b9[_0x5ca8fc(0x75a)][_0x5ca8fc(0x430)][_0x5ca8fc(0x4a5)](_0x5042a8=>{_0x42f6dd(_0x5042a8)||_0x4f4d2b();})),_0x194e4c[_0x5ca8fc(0x47d)](()=>{const _0x3fdcce=_0x5ca8fc;_0x2b9a0d&&globalThis[_0x3fdcce(0x2ac)](_0x2b9a0d);}),_0x194e4c;}function _0x32298f(_0x2e7fe6){const _0x20b84f=_0x37672f;let _0x2a7a50=_0x2e7fe6[_0x20b84f(0x868)],_0x20ae0d=_0x39db85[_0x20b84f(0x47e)](_0x2a7a50);if(_0x20ae0d)return _0x20ae0d;let _0x49a4d0=_0x5190b7(_0x2e7fe6[_0x20b84f(0x868)]);if(_0x49a4d0!==null){if(_0x49a4d0){let _0x172c59=_0x229d49({'previewService':_0x2e7fe6[_0x20b84f(0x2e3)],'embedModelService':_0x49a4d0[_0x20b84f(0x543)],'canvasFloatDomPreviewService':_0x49a4d0[_0x20b84f(0x75a)]});return _0x39db85[_0x20b84f(0x5d7)](_0x2a7a50,_0x172c59),_0x172c59;}_0x2e7fe6[_0x20b84f(0x624)]===!0x1||_0x848178[_0x20b84f(0x7df)](_0x2a7a50)||(_0x848178['add'](_0x2a7a50),_0xbaa2d4(_0x2e7fe6,0x0));}}function _0xbaa2d4(_0x1b37de,_0x27febc){const _0x34f3a6=_0x37672f;let _0x279676=_0x1b37de[_0x34f3a6(0x2a0)]??0xf0,_0x128f27=_0x1b37de[_0x34f3a6(0x232)]??0xfa,_0x155aaf=_0x1b37de[_0x34f3a6(0x868)];globalThis[_0x34f3a6(0x620)](()=>{if(_0x32298f({..._0x1b37de,'retry':!0x1})||_0x27febc+0x1>=_0x279676){_0x848178['delete'](_0x155aaf);return;}_0xbaa2d4(_0x1b37de,_0x27febc+0x1);},_0x128f27);}function _0x5190b7(_0x435bb4){const _0x1d2c10=_0x37672f;try{return!_0x435bb4['has'](_0x4fbb7a['CanvasFloatDomPreviewService'])||!_0x435bb4[_0x1d2c10(0x7df)](_0x5e0ca8[_0x1d2c10(0x2ea)])?void 0x0:{'embedModelService':_0x435bb4[_0x1d2c10(0x47e)](_0x5e0ca8[_0x1d2c10(0x2ea)]),'canvasFloatDomPreviewService':_0x435bb4['get'](_0x4fbb7a[_0x1d2c10(0x83a)])};}catch{return null;}}function _0x29dc27(_0x5ea248,_0x3837f8){const _0x4dc71e=_0x37672f;let _0x1aa423=_0x5ea248[_0x3837f8];return typeof _0x1aa423==_0x4dc71e(0x43e)?_0x1aa423:void 0x0;}function _0xc8b416(){const _0x5994a2=_0x37672f;return _0x24df5c({'childType':_0x423058[_0x5994a2(0x839)]['UNIVER_SLIDE'],'productName':'Slides'});}function _0x1c72de(_0x1a7455){const _0x455c53=_0x37672f;var _0x9d234d;return((_0x9d234d=_0x1a7455[_0x455c53(0x44d)])==null?void 0x0:_0x9d234d['embedId'])===_0x1a7455[_0x455c53(0x2ab)]&&_0x1a7455[_0x455c53(0x44d)]['stage']!==_0x455c53(0x3ed)?_0x1a7455[_0x455c53(0x44d)]['stage']??_0x455c53(0x4c6):_0x3a08eb({'embedId':_0x1a7455[_0x455c53(0x2ab)],'active':_0x1a7455[_0x455c53(0x44d)],'fullscreen':_0x1a7455['fullscreen'],'usesDomFloatingStage':_0x1a7455[_0x455c53(0x914)]??!0x0,'renderScopeActive':_0x1a7455[_0x455c53(0x7a5)]??!0x1});}function _0x40d018(_0x24b284){const _0x1105f8=_0x37672f;var _0x3dc99c;let _0x2260f9=(0x0,_0x4fbb7a['useDependency'])(_0x423058['LocaleService']),{hostUnitId:_0x4f0bf3,embedId:_0x2cbdac,childUnitId:_0x5306c3,slideModel:_0x421c12,floatingActiveService:_0x49ecb5,commandService:_0x1e3b7c,instanceService:_0x28e977,fullscreen:_0x110762,usesDomFloatingStage:_0x995480,renderScopeActive$:_0xa8d441}=_0x24b284,_0x496303=(0x0,_0x4fbb7a[_0x1105f8(0x711)])(()=>_0x49ecb5[_0x1105f8(0x661)],_0x49ecb5['getActive'](),!0x1,[_0x49ecb5]),_0x1fc736=(0x0,_0x4fbb7a['useObservable'])(_0xa8d441,!0x1),_0x1c478a=(0x0,_0x4fbb7a[_0x1105f8(0x711)])(_0x421c12===null?null:()=>_0x421c12[_0x1105f8(0x352)][_0x1105f8(0x39f)],[],!0x1,[_0x421c12]),_0x2e580b=(0x0,_0x4fbb7a[_0x1105f8(0x711)])(_0x421c12===null?null:()=>_0x421c12[_0x1105f8(0x352)][_0x1105f8(0x346)],_0x421c12==null||(_0x3dc99c=_0x421c12[_0x1105f8(0x352)][_0x1105f8(0x8c1)]())==null?void 0x0:_0x3dc99c[_0x1105f8(0x47f)](),!0x1,[_0x421c12]),_0x1ae6a8=(0x0,_0x10447b[_0x1105f8(0x1e0)])(()=>(_0x421c12==null?void 0x0:_0x421c12[_0x1105f8(0x352)][_0x1105f8(0x626)]())??[],[_0x421c12,_0x1c478a]),_0x22c3e5=Math[_0x1105f8(0x59c)](0x0,_0x1ae6a8[_0x1105f8(0x569)](_0x130ee4=>_0x130ee4[_0x1105f8(0x47f)]()===_0x2e580b)),_0x5bda3f=_0x1ae6a8[_0x1105f8(0x3fe)],_0x587e41=_0x1c72de({'active':_0x496303,'embedId':_0x2cbdac,'fullscreen':_0x110762,'renderScopeActive':_0x1fc736,'usesDomFloatingStage':_0x995480}),_0x4bf420=()=>{const _0x36b01f=_0x1105f8;_0x49ecb5[_0x36b01f(0x2d3)]({'hostUnitId':_0x4f0bf3,'embedId':_0x2cbdac,'childUnitId':_0x5306c3},_0x36b01f(0x58d)),_0x28e977[_0x36b01f(0x40b)](_0x5306c3);},_0x4547d4=_0x59ef6d=>{const _0x1681d5=_0x1105f8;let _0x273122=_0x1ae6a8[_0x59ef6d];!_0x273122||!_0x421c12||(_0x4bf420(),_0x421c12[_0x1681d5(0x352)]['setActiveSlide'](_0x273122['getId']()));};return(0x0,_0x8825e5[_0x1105f8(0x1fa)])('div',{'className':(0x0,_0x314f23['clsx'])(_0x1105f8(0x91b),{'univer-hidden':_0x587e41==='inactive','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x110762,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x110762,'-univer-top-9':!_0x110762}),'data-embed-floating-menu':_0x1105f8(0x91c),'data-embed-id':_0x2cbdac,'data-embed-float-stage':_0x587e41,'onPointerDown':_0x49f64d=>_0x49f64d[_0x1105f8(0x584)](),'children':[(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x5dd109,{'title':_0x1105f8(0x1da),'disabled':_0x22c3e5<=0x0,'onClick':()=>_0x4547d4(_0x22c3e5-0x1),'children':(0x0,_0x8825e5['jsx'])(_0x5af7b7,{})}),(0x0,_0x8825e5['jsx'])(_0x5dd109,{'title':_0x1105f8(0x5fa),'disabled':_0x5bda3f===0x0||_0x22c3e5>=_0x5bda3f-0x1,'onClick':()=>_0x4547d4(_0x22c3e5+0x1),'children':(0x0,_0x8825e5['jsx'])(_0x368fb2,{})}),(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x314f23[_0x1105f8(0x48d)],{'align':_0x1105f8(0x7cd),'sideOffset':0x6,'data-embed-id':_0x2cbdac,'data-embed-floating-menu-popup':_0x1105f8(0x91c),'items':[{'type':_0x1105f8(0x8c9),'value':String(_0x22c3e5),'hideIndicator':!0x0,'options':_0x1ae6a8[_0x1105f8(0x3b8)]((_0x304e72,_0x232523)=>({'label':'Slide\x20'+(_0x232523+0x1),'value':String(_0x232523)})),'onSelect':_0x1ed2a0=>_0x4547d4(Number(_0x1ed2a0))}],'children':(0x0,_0x8825e5[_0x1105f8(0x1fa)])(_0x314f23[_0x1105f8(0x7ec)],{'type':'button','size':_0x1105f8(0x768),'variant':'ghost','className':'univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','title':'Select\x20page','children':[(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x1105f8(0x2db),{'children':_0x5bda3f===0x0?_0x1105f8(0x845):_0x22c3e5+0x1+_0x1105f8(0x445)+_0x5bda3f}),(0x0,_0x8825e5['jsx'])(_0x47a4bd,{'className':_0x1105f8(0x1e1)})]})}),(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x314f23[_0x1105f8(0x6df)],{'orientation':_0x1105f8(0x357)}),(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x5dd109,{'title':_0x2260f9['t'](_0x1105f8(0x3c1)),'className':_0x1105f8(0x72e),'onClick':()=>{const _0x1bb831=_0x1105f8;_0x1e3b7c['executeCommand'](_0x5e0ca8[_0x1bb831(0x3db)]['id'],{'hostUnitId':_0x4f0bf3,'embedId':_0x2cbdac});},'children':(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x30bdbf,{})})]});}function _0x5dd109(_0x4df6f7){const _0x33b500=_0x37672f;let {children:_0x3aa3c4,title:_0x106be3,disabled:_0x56563a,className:_0x323806,onClick:_0x2e80a3}=_0x4df6f7;return(0x0,_0x8825e5[_0x33b500(0x3c4)])(_0x314f23['Button'],{'type':_0x33b500(0x3e6),'size':_0x33b500(0x768),'variant':_0x33b500(0x3cc),'className':(0x0,_0x314f23[_0x33b500(0x39d)])(_0x33b500(0x62f),_0x323806),'title':_0x106be3,'aria-label':_0x106be3,'disabled':_0x56563a,'onClick':_0x2e80a3,'children':_0x3aa3c4});}function _0x3d9cfd(){const _0x25c226=_0x37672f;return _0x454349({'childType':_0x423058[_0x25c226(0x839)][_0x25c226(0x428)],'mount':_0x3ba13a});}function _0x3ba13a(_0x38da46){const _0x1d1572=_0x37672f;let {root:_0x4ea5f7,menu:_0xfefdfa}=_0x2c109e(_0x38da46),_0x4bd976=_0x4b0eb6(_0xfefdfa),_0x29038f=_0x38da46[_0x1d1572(0x868)][_0x1d1572(0x47e)](_0x89f79f),_0x3d12e5=_0x38da46[_0x1d1572(0x868)][_0x1d1572(0x47e)](_0x423058['ICommandService']),_0x1725bd=_0x38da46['injector'][_0x1d1572(0x47e)](_0x423058['IUniverInstanceService']),_0x14494b=_0x1725bd[_0x1d1572(0x80e)](_0x38da46[_0x1d1572(0x783)],_0x423058[_0x1d1572(0x839)][_0x1d1572(0x428)]);return _0x4bd976[_0x1d1572(0x5db)]((0x0,_0x10447b['createElement'])(_0x418b69,{'injector':_0x38da46[_0x1d1572(0x5b0)][_0x1d1572(0x868)],'mountContainer':_0x4ea5f7,'embedId':_0x38da46[_0x1d1572(0x2ab)]},(0x0,_0x10447b[_0x1d1572(0x64d)])(_0x40d018,{'hostUnitId':_0x38da46[_0x1d1572(0x7cf)],'embedId':_0x38da46[_0x1d1572(0x2ab)],'childUnitId':_0x38da46['childUnitId'],'slideModel':_0x14494b??null,'floatingActiveService':_0x29038f,'commandService':_0x3d12e5,'instanceService':_0x1725bd,'fullscreen':!!_0x38da46['renderScope'][_0x1d1572(0x3d5)],'usesDomFloatingStage':_0x38da46[_0x1d1572(0x466)][_0x1d1572(0x23b)]!==_0x1d1572(0x7f6),'renderScopeActive$':_0x38da46[_0x1d1572(0x46e)]['active$']}))),(0x0,_0x423058[_0x1d1572(0x35b)])(()=>{const _0x4f7a07=_0x1d1572;_0x5deccb(_0x4bd976),globalThis[_0x4f7a07(0x620)](()=>_0xfefdfa['remove'](),0x0);});}function _0x5598ac(_0x4a5c47,_0x330cbc,_0x2721e4){const _0x3c8963=_0x37672f;return{...(0x0,_0x5e0ca8[_0x3c8963(0x69e)])(_0x4a5c47,_0x330cbc),'activateAnchor':_0x15b6fc=>{const _0x15159a=_0x3c8963;_0x2721e4==null||_0x2721e4[_0x15159a(0x6ac)](_0x15b6fc['hostUnitId']);let _0x324b11=_0x330cbc==null?void 0x0:_0x330cbc[_0x15159a(0x80e)](_0x15b6fc['hostUnitId'],_0x423058[_0x15159a(0x839)]['UNIVER_SLIDE']),_0xa9bdcf=()=>{const _0x4df74a=_0x15159a;var _0x451d8d,_0xffd313;return _0x324b11==null||(_0x451d8d=_0x324b11[_0x4df74a(0x352)])==null||(_0xffd313=_0x451d8d['setActiveSlide'])==null?void 0x0:_0xffd313['call'](_0x451d8d,_0x15b6fc[_0x4df74a(0x391)]);};if(typeof window>'u'){_0xa9bdcf();return;}window[_0x15159a(0x62b)](_0xa9bdcf);}};}function _0x331230(){const _0x38d0ba=_0x37672f;return{'hostType':_0x423058[_0x38d0ba(0x839)]['UNIVER_SLIDE'],'entry':_0x38d0ba(0x7f6),'layout':_0x38d0ba(0x22f),'supportedLayouts':['scroll-contained','doc-width-scale',_0x38d0ba(0x4e3),'content-bounds-fit'],'menuBehavior':_0x38d0ba(0x461),'mount':_0x798ad=>{const _0x3c8107=_0x38d0ba;let _0x605eaf=_0xfd298(_0x3c8107(0x4a0),_0x798ad[_0x3c8107(0x466)][_0x3c8107(0x391)]);return _0x605eaf?{'hostElement':_0x605eaf}:{};}};}function _0x2f8a45(){const _0x6777bd=_0x37672f;return{'hostType':_0x423058[_0x6777bd(0x839)][_0x6777bd(0x428)],'entry':_0x6777bd(0x7f8),'layout':_0x6777bd(0x77d),'supportedLayouts':[_0x6777bd(0x77d)],'menuBehavior':'host-override','mount':_0x4f9632=>{const _0x32707e=_0x6777bd;let _0x25dae8=_0xfd298(_0x32707e(0x8d0),_0x4f9632['descriptor'][_0x32707e(0x391)]);return _0x25dae8?{'hostElement':_0x25dae8}:{};}};}function _0xfd298(_0x52a0e7,_0x2e4508){const _0x54d26a=_0x37672f;return document[_0x54d26a(0x546)]('['+_0x52a0e7+'=\x22'+_0x5bc3b8(_0x2e4508)+'\x22]');}function _0x5bc3b8(_0x259dd0){const _0x2883a3=_0x37672f;return _0x259dd0[_0x2883a3(0x414)](/\\/g,'\x5c\x5c')[_0x2883a3(0x414)](/"/g,'\x5c\x22');}function _0x309d0b(){const _0x86f97f=_0x37672f;return{'childType':_0x423058['UniverInstanceType'][_0x86f97f(0x428)],'handleWheel':()=>!0x1};}function _0x5c93b7(_0x5a52c3){const _0x351f55=_0x37672f;return{'childType':_0x423058[_0x351f55(0x839)]['UNIVER_SLIDE'],'supportedLayouts':['tab-peer',_0x351f55(0x4e3),'scroll-contained'],'beforeDeactivate':_0x4b4cf9,'mount':_0x23f066=>_0x16d06c(_0x23f066,_0x5a52c3)};}function _0x4b4cf9(_0x405ef6){const _0x34e58a=_0x37672f;let _0x9bb1b2=_0x405ef6[_0x34e58a(0x5b0)][_0x34e58a(0x868)];if(!(_0x9bb1b2!=null&&_0x9bb1b2[_0x34e58a(0x7df)](_0x731e9d[_0x34e58a(0x918)])))return;let _0x5422a9=_0x9bb1b2[_0x34e58a(0x47e)](_0x731e9d[_0x34e58a(0x918)]);_0x5422a9[_0x34e58a(0x8b4)](),_0x5422a9[_0x34e58a(0x374)]();}function _0x16d06c(_0x14c225,_0x44687e){const _0x54f8ee=_0x37672f;let _0x31789d=_0x14c225[_0x54f8ee(0x868)][_0x54f8ee(0x47e)](_0x423058[_0x54f8ee(0x8ca)])[_0x54f8ee(0x80e)](_0x14c225[_0x54f8ee(0x783)],_0x423058[_0x54f8ee(0x839)]['UNIVER_SLIDE']);if(!_0x31789d)return;let _0x16f1d6=_0x14c225['runtimeScope'][_0x54f8ee(0x868)];if(!_0x16f1d6)return;let _0x54912b=_0x22a037(_0x14c225,_0x44687e,_0x4930ea=>_0x1cda66(_0x31789d,_0x4930ea)),_0x21cf3d=_0x14c225[_0x54f8ee(0x5b0)]['roots'][_0x54f8ee(0x6fe)],_0x1608b1=_0x14c225[_0x54f8ee(0x5b0)][_0x54f8ee(0x8dd)][_0x54f8ee(0x492)],_0x8cd2d7=_0x14c225['injector'][_0x54f8ee(0x47e)](_0x18a9fe[_0x54f8ee(0x71b)]),_0x12df90=_0x718ddd(_0x14c225),_0x37e463=_0x1608b1?_0x1a2ebf(_0x8cd2d7,_0x14c225[_0x54f8ee(0x783)],_0x16f1d6):void 0x0;if(_0x37e463&&_0x1608b1&&!_0x12df90){try{var _0x166fe3,_0x589772;(_0x166fe3=(_0x589772=_0x37e463[_0x54f8ee(0x1dc)])[_0x54f8ee(0x506)])==null||_0x166fe3[_0x54f8ee(0x4d5)](_0x589772);}catch{}_0x37e463['engine'][_0x54f8ee(0x48e)](_0x1608b1),_0x4c236a(_0x37e463,{'activate':!0x0}),_0x1608b1[_0x54f8ee(0x89c)][_0x54f8ee(0x5d9)]=_0x14c225[_0x54f8ee(0x783)],_0x1608b1['dataset'][_0x54f8ee(0x5c8)]=_0x54f8ee(0x37a);}let _0x23f519=_0x4b0eb6(_0x21cf3d);return _0x21cf3d['dataset'][_0x54f8ee(0x5d9)]=_0x14c225[_0x54f8ee(0x783)],_0x21cf3d[_0x54f8ee(0x89c)][_0x54f8ee(0x5c8)]=_0x54f8ee(0x7ca),_0x23f519['render']((0x0,_0x8825e5[_0x54f8ee(0x3c4)])(_0x418b69,{'injector':_0x16f1d6,'mountContainer':_0x14c225['runtimeScope'][_0x54f8ee(0x8dd)][_0x54f8ee(0x7f1)],'embedId':_0x14c225[_0x54f8ee(0x2ab)],'children':_0x12df90?(0x0,_0x8825e5['jsx'])(_0x731e9d[_0x54f8ee(0x1d5)],{'unitId':_0x14c225[_0x54f8ee(0x783)],'active$':_0x14c225[_0x54f8ee(0x46e)][_0x54f8ee(0x661)]}):(0x0,_0x8825e5[_0x54f8ee(0x3c4)])(_0x731e9d[_0x54f8ee(0x443)],{})})),(0x0,_0x423058[_0x54f8ee(0x35b)])(()=>{const _0x1455ba=_0x54f8ee;_0x54912b[_0x1455ba(0x4ff)]();try{var _0x1b006b,_0x4da4f5;_0x37e463==null||(_0x4da4f5=(_0x1b006b=_0x37e463['engine'])[_0x1455ba(0x506)])==null||_0x4da4f5['call'](_0x1b006b);}catch{}_0x8cd2d7[_0x1455ba(0x898)](_0x14c225['childUnitId']),_0x5deccb(_0x23f519),_0x21cf3d[_0x1455ba(0x4d4)]&&(_0x21cf3d[_0x1455ba(0x542)]('data-embed-child-render-unit-id'),_0x21cf3d[_0x1455ba(0x542)]('data-embed-child-render-mode')),_0x1608b1!=null&&_0x1608b1[_0x1455ba(0x4d4)]&&(_0x1608b1['removeAttribute'](_0x1455ba(0x8f3)),_0x1608b1[_0x1455ba(0x542)](_0x1455ba(0x486))),_0x16f1d6[_0x1455ba(0x4ff)]();});}function _0x1cda66(_0xb0ac6e,_0x2a391f){const _0x40f1c3=_0x37672f;var _0x3ddbb7,_0x3605ea;let _0x19fb72=_0x2a391f==null?void 0x0:_0x2a391f[_0x40f1c3(0x38a)],_0x44b63b=_0x19fb72&&_0xb0ac6e['pageManager'][_0x40f1c3(0x42f)](_0x19fb72)?_0x19fb72:(_0x3ddbb7=_0xb0ac6e[_0x40f1c3(0x352)][_0x40f1c3(0x626)]()[0x0])==null?void 0x0:_0x3ddbb7[_0x40f1c3(0x47f)]();_0x44b63b&&((_0x3605ea=_0xb0ac6e['pageManager'][_0x40f1c3(0x8c1)]())==null?void 0x0:_0x3605ea[_0x40f1c3(0x47f)]())!==_0x44b63b&&_0xb0ac6e[_0x40f1c3(0x352)][_0x40f1c3(0x2be)](_0x44b63b);}function _0x718ddd(_0x1d062c){const _0x2d2d46=_0x37672f;return _0x1d062c['renderScope']['mode']===_0x2d2d46(0x78d)&&!_0x1d062c[_0x2d2d46(0x46e)][_0x2d2d46(0x3d5)]&&_0x1d062c['layout']===_0x2d2d46(0x4e3);}let _0x3c0942=class{constructor(_0x47f8cd,_0x29fca5){const _0x21c7f1=_0x37672f;this[_0x21c7f1(0x6b6)]=_0x47f8cd,this[_0x21c7f1(0x29f)]=_0x29fca5,_0x1876b0(this,'childType',_0x423058[_0x21c7f1(0x839)][_0x21c7f1(0x428)]);}[_0x37672f(0x464)](_0x3c1a38){const _0xc98b1=_0x37672f;var _0x2780c4,_0x538ca4;let _0x41f539=this[_0xc98b1(0x583)](_0x3c1a38[_0xc98b1(0x783)]),_0xfefb82=(_0x41f539==null||(_0x2780c4=_0x41f539[_0xc98b1(0x352)][_0xc98b1(0x8c1)]())==null?void 0x0:_0x2780c4['getId']())??'';return{'unitId':_0x3c1a38['childUnitId'],'pageId':_0xfefb82,'scaleMode':'fit','zoomRatio':_0x41f539==null||(_0x538ca4=_0x41f539[_0xc98b1(0x7b7)])==null?void 0x0:_0x538ca4['call'](_0x41f539)};}[_0x37672f(0x2a5)](_0x1258c6,_0x20e30d){const _0x4a3482=_0x37672f;let _0x505bd9=this[_0x4a3482(0x583)](_0x1258c6[_0x4a3482(0x783)]);!_0x505bd9||!_0x20e30d[_0x4a3482(0x38a)]||!_0x505bd9[_0x4a3482(0x352)][_0x4a3482(0x42f)](_0x20e30d[_0x4a3482(0x38a)])||_0x505bd9[_0x4a3482(0x352)][_0x4a3482(0x2be)](_0x20e30d[_0x4a3482(0x38a)]);}[_0x37672f(0x4a7)](_0x27fd49){const _0xa9fa32=_0x37672f;var _0xe42212,_0x465850,_0x148452;let _0x541ff3=this[_0xa9fa32(0x583)](_0x27fd49[_0xa9fa32(0x783)]),_0x436c9d=(_0xe42212=_0x27fd49['viewState'])==null?void 0x0:_0xe42212['pageId'];_0x541ff3&&_0x436c9d&&_0x541ff3['pageManager'][_0xa9fa32(0x42f)](_0x436c9d)&&_0x541ff3[_0xa9fa32(0x352)][_0xa9fa32(0x2be)](_0x436c9d);let _0x3dae18=this['_getOrCreateRender'](_0x27fd49[_0xa9fa32(0x783)]),_0xfb7a5a=_0x3dae18==null||(_0x465850=_0x3dae18['engine'])==null||(_0x148452=_0x465850[_0xa9fa32(0x86c)])==null?void 0x0:_0x148452['call'](_0x465850);if(_0x3dae18&&(!_0xfb7a5a||_0xfb7a5a[_0xa9fa32(0x7e5)]<=0x1||_0xfb7a5a[_0xa9fa32(0x33d)]<=0x1)&&(_0xfb7a5a=_0x3a27c1(_0x3dae18,_0x27fd49[_0xa9fa32(0x7e5)],_0x27fd49[_0xa9fa32(0x33d)])),!(!_0xfb7a5a||_0xfb7a5a['width']<=0x1||_0xfb7a5a[_0xa9fa32(0x33d)]<=0x1||typeof _0xfb7a5a[_0xa9fa32(0x8bd)]!='function'))try{let _0x399c4f=_0x541ff3?(0x0,_0x731e9d[_0xa9fa32(0x675)])(_0x541ff3[_0xa9fa32(0x41e)]()[_0xa9fa32(0x32e)]):void 0x0,_0x16c8d5=_0x399c4f?_0x399c4f[_0xa9fa32(0x7e5)]/_0x399c4f[_0xa9fa32(0x33d)]:void 0x0,_0x17f822=_0x5e2409(_0x3dae18,_0xfb7a5a[_0xa9fa32(0x7e5)],_0xfb7a5a[_0xa9fa32(0x33d)])??(_0x16c8d5?_0x770070(_0xfb7a5a[_0xa9fa32(0x7e5)],_0xfb7a5a['height'],_0x16c8d5):void 0x0);return _0x365421(_0xfb7a5a,_0x27fd49[_0xa9fa32(0x7e5)],_0x27fd49['height'],_0x27fd49['dpr'],_0x17f822)??_0xfb7a5a[_0xa9fa32(0x8bd)](_0xa9fa32(0x3be));}catch{return;}}[_0x37672f(0x583)](_0x485684){const _0x17c2f1=_0x37672f;return this[_0x17c2f1(0x6b6)][_0x17c2f1(0x80e)](_0x485684,_0x423058[_0x17c2f1(0x839)][_0x17c2f1(0x428)])??void 0x0;}[_0x37672f(0x70b)](_0x458f6f){const _0x1697cb=_0x37672f;let _0x44bdd7=this[_0x1697cb(0x29f)][_0x1697cb(0x289)](_0x458f6f);if(_0x44bdd7)return _0x44bdd7;try{return this['_renderManagerService'][_0x1697cb(0x7fd)](_0x458f6f);}catch{return;}}};_0x3c0942=_0x10216e([_0xcd14f8(0x0,_0x423058[_0x37672f(0x8ca)]),_0xcd14f8(0x1,_0x18a9fe[_0x37672f(0x71b)])],_0x3c0942);function _0x3a27c1(_0x2f76dd,_0x55024f,_0x2e378d){const _0x10f058=_0x37672f;if(typeof document>'u')return;let _0x16e0de=_0x2f76dd[_0x10f058(0x1dc)],_0x11f715=_0x2f76dd[_0x10f058(0x5d6)];if(!(_0x16e0de!=null&&_0x16e0de[_0x10f058(0x48e)])||!_0x16e0de[_0x10f058(0x235)])return;let _0x2faf91=document[_0x10f058(0x64d)](_0x10f058(0x46a));_0x2faf91[_0x10f058(0x4e9)][_0x10f058(0x7ff)]=_0x10f058(0x6dc),_0x2faf91['style'][_0x10f058(0x3c3)]='-100000px',_0x2faf91[_0x10f058(0x4e9)][_0x10f058(0x922)]=_0x10f058(0x8b5),_0x2faf91[_0x10f058(0x4e9)]['width']=Math[_0x10f058(0x59c)](0x1,Math[_0x10f058(0x756)](_0x55024f))+'px',_0x2faf91[_0x10f058(0x4e9)][_0x10f058(0x33d)]=Math[_0x10f058(0x59c)](0x1,Math[_0x10f058(0x756)](_0x2e378d))+'px',_0x2faf91[_0x10f058(0x4e9)][_0x10f058(0x7f3)]=_0x10f058(0x63c),_0x2faf91[_0x10f058(0x89c)]['embedSlidePreviewCanvasHost']='true',document[_0x10f058(0x77f)][_0x10f058(0x629)](_0x2faf91);try{var _0x59bc0f,_0x26f23c,_0x3e88d7;return _0x16e0de['mount'](_0x2faf91),_0x16e0de['resize'](),_0x11f715==null||(_0x59bc0f=_0x11f715['makeDirty'])==null||_0x59bc0f[_0x10f058(0x4d5)](_0x11f715,!0x0),_0x11f715==null||(_0x26f23c=_0x11f715[_0x10f058(0x5db)])==null||_0x26f23c['call'](_0x11f715),(_0x3e88d7=_0x16e0de[_0x10f058(0x86c)])==null?void 0x0:_0x3e88d7[_0x10f058(0x4d5)](_0x16e0de);}finally{_0x2faf91[_0x10f058(0x850)]();}}function _0x770070(_0x3dc7c3,_0x2a72f3,_0x246ee1){const _0xde14d=_0x37672f;let _0x440349=Math[_0xde14d(0x59c)](0x1,Math[_0xde14d(0x756)](_0x3dc7c3)),_0x2afff8=Math[_0xde14d(0x59c)](0x1,Math[_0xde14d(0x756)](_0x2a72f3));if(!Number[_0xde14d(0x498)](_0x246ee1)||_0x246ee1<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x440349,'sHeight':_0x2afff8};if(_0x440349/_0x2afff8>_0x246ee1){let _0x508ef4=Math[_0xde14d(0x756)](_0x2afff8*_0x246ee1);return{'sx':Math['max'](0x0,Math[_0xde14d(0x756)]((_0x440349-_0x508ef4)/0x2)),'sy':0x0,'sWidth':_0x508ef4,'sHeight':_0x2afff8};}let _0x4a2f3d=Math[_0xde14d(0x756)](_0x440349/_0x246ee1);return{'sx':0x0,'sy':Math[_0xde14d(0x59c)](0x0,Math['round']((_0x2afff8-_0x4a2f3d)/0x2)),'sWidth':_0x440349,'sHeight':_0x4a2f3d};}function _0x264542(_0x14219f,_0x5aa303,_0x533f63,_0x2b6059,_0x34d061){const _0x460be0=_0x37672f;if(typeof _0x533f63['left']!=_0x460be0(0x2c5)||typeof _0x533f63[_0x460be0(0x922)]!=_0x460be0(0x2c5)||typeof _0x533f63[_0x460be0(0x7e5)]!='number'||typeof _0x533f63[_0x460be0(0x33d)]!='number'||_0x533f63[_0x460be0(0x7e5)]<=0x0||_0x533f63[_0x460be0(0x33d)]<=0x0)return;let _0x1846a7=Math[_0x460be0(0x59c)](0x0,Math['round'](_0x533f63['left']*_0x2b6059)),_0x25923b=Math[_0x460be0(0x59c)](0x0,Math['round'](_0x533f63['top']*_0x34d061));return{'sx':_0x1846a7,'sy':_0x25923b,'sWidth':Math[_0x460be0(0x425)](Math['max'](0x1,Math[_0x460be0(0x756)](_0x533f63['width']*_0x2b6059)),Math['max'](0x1,Math[_0x460be0(0x756)](_0x14219f-_0x1846a7))),'sHeight':Math[_0x460be0(0x425)](Math[_0x460be0(0x59c)](0x1,Math[_0x460be0(0x756)](_0x533f63['height']*_0x34d061)),Math[_0x460be0(0x59c)](0x1,Math[_0x460be0(0x756)](_0x5aa303-_0x25923b)))};}function _0x5e2409(_0x1d3090,_0x437857,_0x3a517a){const _0x16de14=_0x37672f;var _0x361eab,_0x566977;let _0x3bc1bf=_0x1d3090==null?void 0x0:_0x1d3090['scene'],_0x2be928=_0x3bc1bf==null||(_0x361eab=_0x3bc1bf['getObject'])==null?void 0x0:_0x361eab[_0x16de14(0x4d5)](_0x3bc1bf,_0x731e9d[_0x16de14(0x288)]),_0x24b987=_0x3bc1bf==null||(_0x566977=_0x3bc1bf['getAncestorScale'])==null?void 0x0:_0x566977[_0x16de14(0x4d5)](_0x3bc1bf),_0x404d94=(_0x24b987==null?void 0x0:_0x24b987[_0x16de14(0x522)])??(_0x3bc1bf==null?void 0x0:_0x3bc1bf[_0x16de14(0x522)])??0x1,_0x36316e=(_0x24b987==null?void 0x0:_0x24b987[_0x16de14(0x81e)])??(_0x3bc1bf==null?void 0x0:_0x3bc1bf[_0x16de14(0x81e)])??_0x404d94;return _0x2be928?_0x264542(_0x437857,_0x3a517a,_0x2be928,_0x404d94,_0x36316e):void 0x0;}function _0x365421(_0x1b85fd,_0x5e12fd,_0x24643c,_0x12586e,_0x51eada){const _0x4dbd27=_0x37672f;if(typeof document>'u'||!_0x51eada)return;let _0x3147e2=document[_0x4dbd27(0x64d)](_0x4dbd27(0x492));_0x3147e2['width']=Math[_0x4dbd27(0x59c)](0x1,Math[_0x4dbd27(0x756)](_0x5e12fd*Math[_0x4dbd27(0x59c)](0x1,_0x12586e||0x1))),_0x3147e2[_0x4dbd27(0x33d)]=Math[_0x4dbd27(0x59c)](0x1,Math[_0x4dbd27(0x756)](_0x24643c*Math[_0x4dbd27(0x59c)](0x1,_0x12586e||0x1)));let _0x19ddf8=null;try{_0x19ddf8=_0x3147e2[_0x4dbd27(0x743)]('2d');}catch{return;}if(_0x19ddf8)return _0x19ddf8[_0x4dbd27(0x201)](_0x1b85fd,_0x51eada['sx'],_0x51eada['sy'],_0x51eada['sWidth'],_0x51eada[_0x4dbd27(0x51b)],0x0,0x0,_0x3147e2[_0x4dbd27(0x7e5)],_0x3147e2[_0x4dbd27(0x33d)]),_0x3147e2[_0x4dbd27(0x8bd)](_0x4dbd27(0x3be));}let _0x582bbf='slides-page-list-block';function _0x34afe6(_0x426687,_0x350c58){const _0x3ed20d=_0x37672f;let _0x391878=!0x1,_0x246024,_0x2fd206,_0x44a793,_0x504c06=_0x3a519f=>{const _0x214d8e=_0x3a85;if(_0x391878||_0x2fd206||!_0x3a519f[_0x214d8e(0x8fc)])return;let _0x472c79=_0x2e4d1b(_0x3a519f[_0x214d8e(0x8fc)]);_0x472c79&&(_0x246024=_0xac0813(_0x350c58['hostElement'],_0x246024,_0x472c79));},_0x5e218d=_0x426687[_0x3ed20d(0x2e3)][_0x3ed20d(0x8af)][_0x3ed20d(0x4a5)](_0x3a21d1=>{const _0x30bfa5=_0x3ed20d;_0x3a21d1['embedId']===_0x350c58[_0x30bfa5(0x2ab)]&&(!_0x350c58[_0x30bfa5(0x783)]||_0x3a21d1[_0x30bfa5(0x783)]===_0x350c58[_0x30bfa5(0x783)])&&_0x504c06(_0x3a21d1);});return _0x4ff292(_0x426687,_0x350c58)[_0x3ed20d(0x833)](_0x152a7a=>{const _0x455b0d=_0x3ed20d;if(_0x391878||!_0x152a7a)return;let _0x3aac8f=_0x5f2638(_0x426687,_0x350c58,_0x152a7a,()=>_0x391878);if(_0x3aac8f){_0x2fd206=_0x3aac8f[_0x455b0d(0x4b4)],_0x44a793=_0x3aac8f[_0x455b0d(0x371)],_0x246024=void 0x0;return;}_0x3313ff(_0x426687,_0x350c58,_0x152a7a,_0x504c06,()=>_0x391878)['then'](_0x4ed5ae=>{const _0x515c9b=_0x455b0d;!_0x391878&&_0x4ed5ae&&(_0x246024=_0xac0813(_0x350c58[_0x515c9b(0x342)],_0x246024,_0x4ed5ae));});},()=>{}),(0x0,_0x423058[_0x3ed20d(0x35b)])(()=>{const _0x574127=_0x3ed20d;_0x391878=!0x0,_0x5e218d[_0x574127(0x7b2)](),_0x2fd206==null||_0x2fd206['dispose'](),_0x2fd206=void 0x0,_0x44a793==null||_0x44a793[_0x574127(0x4ff)](),_0x44a793=void 0x0,_0x246024==null||_0x246024[_0x574127(0x850)](),_0x246024=void 0x0;});}function _0x5f2638(_0x57eff0,_0x3f2a18,_0x26bf16,_0x25529e){const _0x3fd928=_0x37672f;let _0x5bbd0a=_0x2da85a(),_0x5bc93a;try{var _0x1b55fa;if(_0x5bc93a=_0x57eff0[_0x3fd928(0x2bb)][_0x3fd928(0x531)]({..._0x26bf16,'mode':'readonly'},_0x5bbd0a[_0x3fd928(0x30a)]),!_0x5bc93a[_0x3fd928(0x431)][_0x3fd928(0x8d2)])throw Error(_0x3fd928(0x4c5));if(_0x25529e()){_0x5bc93a[_0x3fd928(0x4ff)](),_0x5bbd0a[_0x3fd928(0x4ff)]();return;}_0x57eff0['activationService']['focusHostForPassiveRuntime'](_0x26bf16),_0x68c3d1(_0x5bbd0a[_0x3fd928(0x30a)]);let _0x439f11=_0x5bc93a[_0x3fd928(0x431)][_0x3fd928(0x8d2)],_0x55465d=(_0x1b55fa=_0x57eff0['blockRegistry'][_0x3fd928(0x47e)](_0x5bc93a[_0x3fd928(0x431)][_0x3fd928(0x6b0)]))==null?void 0x0:_0x1b55fa[_0x3fd928(0x338)];return _0x5bbd0a[_0x3fd928(0x329)](_0x2f3f9c(_0x5bbd0a[_0x3fd928(0x30a)],_0x439f11,_0x3f2a18['entry'],_0x55465d)),_0x3f2a18[_0x3fd928(0x342)][_0x3fd928(0x485)](_0x5bbd0a[_0x3fd928(0x704)]),_0x5bbd0a['addDisposer'](_0x392b76(_0x57eff0,_0x5bc93a,_0x5bbd0a[_0x3fd928(0x30a)],_0x5bbd0a[_0x3fd928(0x6d6)],_0x3f2a18['entry'],_0x55465d)),{'lease':_0x5bc93a,'elements':_0x5bbd0a};}catch{_0x5bc93a==null||_0x5bc93a[_0x3fd928(0x4ff)](),_0x5bbd0a[_0x3fd928(0x4ff)]();return;}}async function _0x4ff292(_0x3fa9e4,_0x1240c7){const _0x560f1a=_0x37672f;let _0x19b0c5=_0x3fa9e4[_0x560f1a(0x543)][_0x560f1a(0x5ad)](_0x1240c7[_0x560f1a(0x7cf)],_0x1240c7[_0x560f1a(0x2ab)])??_0xa31fb3(_0x1240c7);if(_0x19b0c5){try{_0x19b0c5=await _0x3fa9e4['restoreService'][_0x560f1a(0x248)]({'descriptor':_0x19b0c5});}catch{}return _0x19b0c5[_0x560f1a(0x783)]&&_0x19b0c5[_0x560f1a(0x6b0)]!=null?_0x19b0c5:void 0x0;}}async function _0x3313ff(_0x1f9c23,_0x6068dd,_0x3ee904,_0x177ed5,_0x6570a4){const _0x3f2bb8=_0x37672f;var _0xffa562,_0x257542;let _0x17304c=await((_0xffa562=_0x1f9c23[_0x3f2bb8(0x4fd)])==null?void 0x0:_0xffa562[_0x3f2bb8(0x388)](_0x6068dd[_0x3f2bb8(0x391)]));if(_0x6570a4())return;if(_0x17304c)return _0x2e4d1b(_0x17304c);let _0x1ef76a=_0x3ee904[_0x3f2bb8(0x783)],_0x428842=_0x3ee904['childType'];if(!_0x1ef76a||_0x428842==null)return;let _0x4be9fa=(_0x257542=_0x1f9c23[_0x3f2bb8(0x4fd)])==null?void 0x0:_0x257542[_0x3f2bb8(0x6a4)](_0x6068dd[_0x3f2bb8(0x391)]);_0x177ed5(_0x1f9c23[_0x3f2bb8(0x2e3)][_0x3f2bb8(0x921)]({'descriptor':{..._0x3ee904,'mode':'readonly'},'childUnitId':_0x1ef76a,'childType':_0x428842,'width':Math[_0x3f2bb8(0x59c)](0x1,_0x6068dd[_0x3f2bb8(0x7e5)]),'height':Math[_0x3f2bb8(0x59c)](0x1,_0x6068dd[_0x3f2bb8(0x33d)]),'dpr':Math['max'](0x1,Math[_0x3f2bb8(0x425)](0x2,_0x6068dd[_0x3f2bb8(0x4a9)])),'reason':_0x3f2bb8(0x927),'context':_0x4be9fa}));}function _0x2da85a(){const _0x4d0891=_0x37672f;let _0x539c73=document[_0x4d0891(0x64d)](_0x4d0891(0x46a));_0x539c73[_0x4d0891(0x89c)]['embedSlidesPresentationSurface']=_0x4d0891(0x91c),_0x539c73['style'][_0x4d0891(0x7ff)]='absolute',_0x539c73[_0x4d0891(0x4e9)][_0x4d0891(0x348)]='0',_0x539c73[_0x4d0891(0x4e9)][_0x4d0891(0x64c)]=_0x4d0891(0x4ec),_0x539c73[_0x4d0891(0x4e9)][_0x4d0891(0x634)]=_0x4d0891(0x49c);let _0x298451=document[_0x4d0891(0x64d)]('div');_0x298451[_0x4d0891(0x89c)][_0x4d0891(0x379)]='true',_0x298451['dataset'][_0x4d0891(0x8a8)]=_0x4d0891(0x91c),_0x298451['style'][_0x4d0891(0x7ff)]=_0x4d0891(0x70f),_0x298451[_0x4d0891(0x4e9)]['inset']='0',_0x298451[_0x4d0891(0x4e9)][_0x4d0891(0x4de)]='0',_0x298451['style'][_0x4d0891(0x634)]=_0x4d0891(0x49c),_0x298451[_0x4d0891(0x4e9)]['pointerEvents']=_0x4d0891(0x63c);let _0x345e67=document[_0x4d0891(0x64d)](_0x4d0891(0x46a));_0x345e67['dataset']['embedSlidesPresentationInteractionGate']=_0x4d0891(0x91c),_0x345e67[_0x4d0891(0x4e9)][_0x4d0891(0x7ff)]=_0x4d0891(0x70f),_0x345e67[_0x4d0891(0x4e9)][_0x4d0891(0x348)]='0',_0x345e67[_0x4d0891(0x4e9)][_0x4d0891(0x4de)]='1',_0x345e67[_0x4d0891(0x4e9)][_0x4d0891(0x7f3)]=_0x4d0891(0x523),_0x345e67[_0x4d0891(0x4e9)]['touchAction']='none',_0x539c73[_0x4d0891(0x68b)](_0x298451,_0x345e67);let _0x1866b3=[];return{'surface':_0x539c73,'runtimeHost':_0x298451,'interactionGate':_0x345e67,'addDisposer':_0x326ee5=>_0x1866b3[_0x4d0891(0x5fd)](_0x326ee5),'dispose':()=>{const _0x2c395a=_0x4d0891;_0x1866b3[_0x2c395a(0x61b)](0x0)[_0x2c395a(0x691)]()[_0x2c395a(0x84e)](_0x4f92f4=>_0x4f92f4()),_0x539c73[_0x2c395a(0x850)]();}};}function _0x68c3d1(_0x854735){const _0x5eecc4=_0x37672f;_0x854735[_0x5eecc4(0x4e9)][_0x5eecc4(0x7f3)]='none';}function _0x2f3f9c(_0x527d22,_0x205300,_0x106591,_0x369c27){const _0x4a8496=_0x37672f;if(_0x106591!==_0x582bbf||!(_0x369c27!=null&&_0x369c27[_0x4a8496(0x4d1)]))return()=>{};let _0x38ba11=_0x369c27['getChromeCss']({'childContext':_0x205300,'entry':_0x106591,'runtimeHost':_0x527d22});if(!_0x38ba11)return()=>{};let _0x22185b=_0x527d22[_0x4a8496(0x53c)][_0x4a8496(0x64d)]('style');return _0x22185b[_0x4a8496(0x89c)][_0x4a8496(0x3b2)]=_0x4a8496(0x91c),_0x22185b['textContent']=_0x38ba11,_0x527d22[_0x4a8496(0x6d0)](_0x22185b),()=>_0x22185b[_0x4a8496(0x850)]();}function _0x392b76(_0x1597f7,_0xe939df,_0x463091,_0x22b704,_0x3fbf62,_0x5632e1){const _0x416be4=_0x37672f;let _0x49239f=_0x14e85c=>{const _0x14188e=_0x3a85;_0x14e85c[_0x14188e(0x387)](),_0x14e85c[_0x14188e(0x584)]();},_0x3c0a2f=_0x1034f4=>{const _0x3d3769=_0x3a85;if(_0x3fbf62===_0x582bbf&&_0x19c1be(_0x463091,_0xe939df,_0x5632e1,_0x1034f4[_0x3d3769(0x582)],_0x1034f4['clientY'])){_0x1034f4[_0x3d3769(0x387)](),_0x1034f4[_0x3d3769(0x584)]();return;}_0x49239f(_0x1034f4);},_0x5e3415=_0x166b3d=>{const _0x40898b=_0x3a85;var _0x3fd2a0;let _0x5f40bf=_0xe939df[_0x40898b(0x431)]['context'];if(!_0x5f40bf)return;let _0x551f43={..._0x5f40bf,'event':_0x166b3d,'stage':_0x40898b(0x3ed),'source':_0x40898b(0x66f)},_0x4764d9=_0x1597f7[_0x40898b(0x4cf)][_0x40898b(0x561)](_0x551f43),_0x2063eb=!_0x4764d9&&((_0x3fd2a0=_0x1597f7[_0x40898b(0x55d)]['get'](_0x5f40bf[_0x40898b(0x6b0)],_0x5f40bf['layout']))==null?void 0x0:_0x3fd2a0[_0x40898b(0x561)](_0x551f43))===!0x0;(_0x4764d9||_0x2063eb)&&(_0x166b3d['preventDefault'](),_0x166b3d[_0x40898b(0x584)](),_0x166b3d[_0x40898b(0x5e2)]());},_0x47f334=[_0x416be4(0x2ce),_0x416be4(0x832),_0x416be4(0x7e8),'contextmenu'];return _0x47f334[_0x416be4(0x84e)](_0x514f3d=>_0x22b704[_0x416be4(0x780)](_0x514f3d,_0x49239f)),_0x22b704['addEventListener'](_0x416be4(0x575),_0x3c0a2f),_0x22b704[_0x416be4(0x780)](_0x416be4(0x66f),_0x5e3415,{'passive':!0x1}),()=>{const _0xf44c25=_0x416be4;_0x47f334['forEach'](_0x56fb7f=>_0x22b704[_0xf44c25(0x356)](_0x56fb7f,_0x49239f)),_0x22b704[_0xf44c25(0x356)](_0xf44c25(0x575),_0x3c0a2f),_0x22b704[_0xf44c25(0x356)](_0xf44c25(0x66f),_0x5e3415);};}function _0x19c1be(_0x14fb35,_0x532d4f,_0x5bf5a4,_0x2217f6,_0x14d2a6){const _0x427110=_0x37672f;let _0x385911=_0x532d4f[_0x427110(0x431)][_0x427110(0x8d2)];return!_0x385911||!(_0x5bf5a4!=null&&_0x5bf5a4['activateNavigationAtPoint'])?!0x1:_0x5bf5a4[_0x427110(0x8ce)]({'childContext':_0x385911,'clientX':_0x2217f6,'clientY':_0x14d2a6,'entry':_0x582bbf,'runtimeHost':_0x14fb35});}function _0xa31fb3(_0x16f5e4){const _0x219065=_0x37672f;if(!(!_0x16f5e4[_0x219065(0x783)]||_0x16f5e4['childType']==null))return{'embedId':_0x16f5e4[_0x219065(0x2ab)],'hostUnitId':_0x16f5e4[_0x219065(0x7cf)],'hostType':_0x423058[_0x219065(0x839)][_0x219065(0x428)],'entry':_0x16f5e4[_0x219065(0x23b)],'hostAnchorId':_0x16f5e4[_0x219065(0x391)],'childUnitId':_0x16f5e4[_0x219065(0x783)],'childType':_0x16f5e4['childType'],'mode':'readonly','source':{'unitType':_0x16f5e4[_0x219065(0x6b0)],'ref':{'file':{'kind':_0x5e0ca8[_0x219065(0x260)][_0x219065(0x8a2)]},'unit':{'selector':_0x16f5e4['childUnitId'],'type':(0x0,_0x5e0ca8[_0x219065(0x5d8)])(_0x16f5e4['childType'])}}},'sourceMeta':{'floating':_0x16f5e4['entry']===_0x219065(0x7f6)&&{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1},'tab':_0x16f5e4[_0x219065(0x23b)]===_0x219065(0x7f8)&&{'enabled':!0x0,'container':_0x219065(0x1e8),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function _0x2e4d1b(_0xee80f4){const _0x156b07=_0x37672f;if(typeof _0xee80f4=='string')return _0xee80f4;if(typeof HTMLCanvasElement<'u'&&_0xee80f4 instanceof HTMLCanvasElement)try{return _0xee80f4['toDataURL'](_0x156b07(0x3be));}catch{return;}if(typeof ImageBitmap<'u'&&_0xee80f4 instanceof ImageBitmap&&typeof document<'u'){let _0x2c1d6f=document[_0x156b07(0x64d)]('canvas');_0x2c1d6f[_0x156b07(0x7e5)]=_0xee80f4[_0x156b07(0x7e5)],_0x2c1d6f['height']=_0xee80f4[_0x156b07(0x33d)];let _0x3cb79a=_0x2c1d6f[_0x156b07(0x743)]('2d');return _0x3cb79a?(_0x3cb79a[_0x156b07(0x201)](_0xee80f4,0x0,0x0),_0x2c1d6f[_0x156b07(0x8bd)](_0x156b07(0x3be))):void 0x0;}}function _0xac0813(_0x23a5c3,_0x5e8405,_0x1aff8e){const _0x500600=_0x37672f;let _0x806ddb=_0x5e8405??document[_0x500600(0x64d)](_0x500600(0x818));return _0x806ddb[_0x500600(0x8f9)]='',_0x806ddb['dataset']['embedSlidesPresentationPreviewImage']=_0x500600(0x91c),_0x806ddb['style'][_0x500600(0x821)]='block',_0x806ddb[_0x500600(0x4e9)][_0x500600(0x7e5)]=_0x500600(0x39e),_0x806ddb['style'][_0x500600(0x33d)]=_0x500600(0x39e),_0x806ddb[_0x500600(0x4e9)][_0x500600(0x51c)]=_0x500600(0x3f5),_0x806ddb[_0x500600(0x4e9)][_0x500600(0x7f3)]=_0x500600(0x63c),_0x806ddb['src']=_0x1aff8e,_0x806ddb[_0x500600(0x76e)]!==_0x23a5c3&&_0x23a5c3[_0x500600(0x485)](_0x806ddb),_0x806ddb;}let _0x5720e9=class{constructor(_0xfd017d,_0x9aca7b){const _0xe35dee=_0x37672f;this[_0xe35dee(0x6b6)]=_0xfd017d,this[_0xe35dee(0x29f)]=_0x9aca7b,_0x1876b0(this,_0xe35dee(0x6b0),_0x423058[_0xe35dee(0x839)][_0xe35dee(0x428)]),_0x1876b0(this,_0xe35dee(0x8c5),[_0xe35dee(0x4e3)]);}[_0x37672f(0x48e)](_0x3184ea){const _0x2dc6b7=_0x37672f;var _0x33934c;let _0x47faa6=this[_0x2dc6b7(0x583)](_0x3184ea[_0x2dc6b7(0x783)]);if(!_0x47faa6)return;(_0x33934c=_0x3184ea[_0x2dc6b7(0x7ad)])!=null&&_0x33934c[_0x2dc6b7(0x38a)]&&_0x47faa6[_0x2dc6b7(0x352)]['getSlide'](_0x3184ea[_0x2dc6b7(0x7ad)][_0x2dc6b7(0x38a)])&&_0x47faa6[_0x2dc6b7(0x352)][_0x2dc6b7(0x2be)](_0x3184ea[_0x2dc6b7(0x7ad)][_0x2dc6b7(0x38a)]);let _0x3e60a5=_0x1a5a07(_0x5623c4(_0x3184ea));if(!_0x3e60a5)return;let _0x4e0e5d=_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x492)]?_0x1a2ebf(this[_0x2dc6b7(0x29f)],_0x3184ea[_0x2dc6b7(0x783)],_0x3e60a5):void 0x0;if(!_0x4e0e5d){_0x3e60a5[_0x2dc6b7(0x4ff)]();return;}_0x3184ea['roots'][_0x2dc6b7(0x492)]&&(_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x492)]['dataset'][_0x2dc6b7(0x5d9)]=_0x3184ea[_0x2dc6b7(0x783)],_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x492)]['dataset'][_0x2dc6b7(0x5c8)]=_0x2dc6b7(0x559));let _0x4d2a8e=_0x4b0eb6(_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x6fe)]);return _0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x6fe)]['dataset'][_0x2dc6b7(0x5d9)]=_0x3184ea[_0x2dc6b7(0x783)],_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x6fe)][_0x2dc6b7(0x89c)][_0x2dc6b7(0x5c8)]=_0x2dc6b7(0x5e7),_0x4d2a8e[_0x2dc6b7(0x5db)]((0x0,_0x8825e5[_0x2dc6b7(0x3c4)])(_0x418b69,{'injector':_0x3e60a5,'mountContainer':_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x456)],'embedId':_0x3184ea['embedId'],'children':(0x0,_0x8825e5[_0x2dc6b7(0x3c4)])(_0x731e9d[_0x2dc6b7(0x3c5)],{'unitId':_0x3184ea[_0x2dc6b7(0x783)],'render':_0x4e0e5d})})),(0x0,_0x423058[_0x2dc6b7(0x35b)])(()=>{const _0x4e42be=_0x2dc6b7;var _0x45cc1c,_0x1f3d1b,_0x226711,_0x42dbff;try{var _0x2da07d,_0x268d56;_0x4e0e5d==null||(_0x268d56=(_0x2da07d=_0x4e0e5d['engine'])['unmount'])==null||_0x268d56[_0x4e42be(0x4d5)](_0x2da07d);}catch{}(_0x45cc1c=(_0x1f3d1b=this['_renderManagerService'])[_0x4e42be(0x898)])==null||_0x45cc1c[_0x4e42be(0x4d5)](_0x1f3d1b,_0x3184ea['childUnitId']),_0x5deccb(_0x4d2a8e),_0x3184ea[_0x4e42be(0x8dd)][_0x4e42be(0x6fe)]['removeAttribute'](_0x4e42be(0x8f3)),_0x3184ea[_0x4e42be(0x8dd)][_0x4e42be(0x6fe)][_0x4e42be(0x542)](_0x4e42be(0x486)),(_0x226711=_0x3184ea[_0x4e42be(0x8dd)]['canvas'])==null||_0x226711[_0x4e42be(0x542)]('data-embed-child-render-unit-id'),(_0x42dbff=_0x3184ea[_0x4e42be(0x8dd)]['canvas'])==null||_0x42dbff[_0x4e42be(0x542)](_0x4e42be(0x486)),_0x3e60a5[_0x4e42be(0x4ff)]();});}[_0x37672f(0x561)](_0x4b5aef){const _0x393521=_0x37672f;var _0x46ad84,_0x3b9917;let _0x43525e=this[_0x393521(0x583)](_0x4b5aef[_0x393521(0x783)]);if(!_0x43525e)return!0x1;let _0x20b1b9=Math[_0x393521(0x82a)](_0x4b5aef[_0x393521(0x7ab)][_0x393521(0x560)])>=Math[_0x393521(0x82a)](_0x4b5aef[_0x393521(0x7ab)][_0x393521(0x866)])?_0x4b5aef[_0x393521(0x7ab)]['deltaY']:_0x4b5aef[_0x393521(0x7ab)][_0x393521(0x866)];if(_0x20b1b9===0x0)return!0x1;let _0x32905f=_0x3d2b25(_0x43525e);if(_0x32905f[_0x393521(0x3fe)]<0x2)return!0x0;let _0x7d99fe=((_0x46ad84=_0x43525e[_0x393521(0x352)][_0x393521(0x8c1)]())==null?void 0x0:_0x46ad84['getId']())??_0x32905f[0x0],_0x442d0f=Math[_0x393521(0x59c)](0x0,_0x32905f[_0x393521(0x497)](_0x7d99fe)),_0x108245=_0x32905f[Math['max'](0x0,Math['min'](_0x32905f[_0x393521(0x3fe)]-0x1,_0x442d0f+(_0x20b1b9>0x0?0x1:-0x1)))];return!_0x108245||_0x108245===_0x7d99fe?!0x0:(_0x43525e[_0x393521(0x352)][_0x393521(0x2be)](_0x108245),_0x4b5aef[_0x393521(0x89b)]({'unitId':_0x4b5aef[_0x393521(0x783)],'pageId':_0x108245,'scaleMode':'fit','zoomRatio':(_0x3b9917=_0x43525e['getZoomRatio'])==null?void 0x0:_0x3b9917[_0x393521(0x4d5)](_0x43525e)}),!0x0);}['_getSlideModel'](_0x4a504){const _0x4477e9=_0x37672f;return this[_0x4477e9(0x6b6)]['getUnit'](_0x4a504,_0x423058[_0x4477e9(0x839)][_0x4477e9(0x428)])??void 0x0;}};_0x5720e9=_0x10216e([_0xcd14f8(0x0,_0x423058[_0x37672f(0x8ca)]),_0xcd14f8(0x1,_0x18a9fe[_0x37672f(0x71b)])],_0x5720e9);function _0x5623c4(_0x2b28d7){const _0x5da1b6=_0x37672f;let _0x5dbd15=()=>{};return{'descriptor':_0x2b28d7[_0x5da1b6(0x466)],'layout':_0x2b28d7[_0x5da1b6(0x589)],'injector':_0x2b28d7['injector'],'hostElement':_0x2b28d7['roots']['root'],'container':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x456)],'hostUnitId':_0x2b28d7[_0x5da1b6(0x7cf)],'embedId':_0x2b28d7['embedId'],'childUnitId':_0x2b28d7['childUnitId'],'childType':_0x2b28d7[_0x5da1b6(0x6b0)],'renderScope':{'hostUnitId':_0x2b28d7[_0x5da1b6(0x7cf)],'hostAnchorId':_0x2b28d7[_0x5da1b6(0x466)][_0x5da1b6(0x391)],'embedId':_0x2b28d7[_0x5da1b6(0x2ab)],'childUnitId':_0x2b28d7['childUnitId'],'childType':_0x2b28d7[_0x5da1b6(0x6b0)],'layout':_0x2b28d7[_0x5da1b6(0x589)],'mode':'float','rootElement':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x456)],'contentRoot':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x6fe)],'canvasRoot':_0x2b28d7['roots']['canvas'],'active$':(0x0,_0x12f7a8['of'])(!0x1)},'runtimeScope':{'descriptor':_0x2b28d7[_0x5da1b6(0x466)],'host':{'unitId':_0x2b28d7[_0x5da1b6(0x7cf)],'type':_0x2b28d7[_0x5da1b6(0x466)][_0x5da1b6(0x805)],'anchorId':_0x2b28d7[_0x5da1b6(0x466)][_0x5da1b6(0x391)],'entry':_0x2b28d7[_0x5da1b6(0x466)][_0x5da1b6(0x23b)],'layout':'float'},'child':{'unitId':_0x2b28d7[_0x5da1b6(0x783)],'type':_0x2b28d7['childType']},'injector':_0x2b28d7[_0x5da1b6(0x868)],'roots':{'root':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x456)],'content':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x6fe)],'canvas':_0x2b28d7['roots'][_0x5da1b6(0x492)],'overlay':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x456)],'popup':_0x2b28d7[_0x5da1b6(0x8dd)]['root']},'activate':_0x5dbd15,'deactivate':_0x5dbd15,'dispose':_0x5dbd15}};}function _0x3d2b25(_0xaebdb6){const _0x409a95=_0x37672f;var _0x599c82,_0x50e2d1,_0x2d146d;let _0x805e86=(_0x599c82=_0xaebdb6['getSnapshot'])==null?void 0x0:_0x599c82[_0x409a95(0x4d5)](_0xaebdb6)[_0x409a95(0x7b5)];return Array['isArray'](_0x805e86)&&_0x805e86[_0x409a95(0x3fe)]>0x0?_0x805e86:((_0x50e2d1=(_0x2d146d=_0xaebdb6['pageManager'])['getSlides'])==null?void 0x0:_0x50e2d1['call'](_0x2d146d)[_0x409a95(0x3b8)](_0x173413=>_0x173413['getId']())['filter'](Boolean))??[];}function _0x24c555(_0x279ed8){const _0x1ad434=_0x37672f;_0x4ee2ee(_0x279ed8,_0x1ad434(0x5a9),_0x9b5fe8);}function _0x9b5fe8(_0x1eebe9){const _0x3a49f1=_0x37672f;let _0x29c4ba=_0x1eebe9['get'](_0x5e0ca8[_0x3a49f1(0x748)]),_0x387e05=_0x1eebe9[_0x3a49f1(0x47e)](_0x16de5f),_0x249b52=_0x1eebe9['get'](_0x402a2b),_0x3f9b95=_0x1eebe9[_0x3a49f1(0x47e)](_0x28f187),_0x106d43=_0x1eebe9['get'](_0x74c661),_0x25a670=_0x1eebe9[_0x3a49f1(0x47e)](_0x24299e),_0x5d949b=_0x1eebe9['get'](_0x691e68),_0x2588d0=_0x1eebe9[_0x3a49f1(0x47e)](_0x40e1a0),_0x46a087=_0x1eebe9[_0x3a49f1(0x7df)](_0x5e0ca8['EmbedHostAnchorModelService'])?_0x1eebe9[_0x3a49f1(0x47e)](_0x5e0ca8[_0x3a49f1(0x2b0)]):void 0x0,_0x5ae6b1=_0x1eebe9[_0x3a49f1(0x7df)](_0x423058[_0x3a49f1(0x8ca)])?_0x1eebe9[_0x3a49f1(0x47e)](_0x423058[_0x3a49f1(0x8ca)]):void 0x0;_0x1eebe9[_0x3a49f1(0x7df)](_0x731e9d[_0x3a49f1(0x533)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x533)],{'useFactory':()=>_0x35f03f({'embedModelService':_0x1eebe9['get'](_0x5e0ca8['EmbedModelService']),'mountService':_0x1eebe9[_0x3a49f1(0x47e)](_0x1d93f4),'activationService':_0x1eebe9[_0x3a49f1(0x47e)](_0x30c858),'blockRegistry':_0x1eebe9[_0x3a49f1(0x47e)](_0x28f187),'restoreService':_0x1eebe9[_0x3a49f1(0x47e)](_0x5757ad),'previewService':_0x1eebe9[_0x3a49f1(0x47e)](_0x24299e),'runtimeHostLeaseService':_0x1eebe9['get'](_0x36cf04),'passiveViewportRegistry':_0x1eebe9[_0x3a49f1(0x47e)](_0x691e68),'passiveWheelHandlerRegistry':_0x1eebe9['get'](_0x1b2dea),'univerInstanceService':_0x5ae6b1,'sceneCanvasCaptureService':_0x1eebe9[_0x3a49f1(0x7df)](_0x393ef6)?_0x1eebe9[_0x3a49f1(0x47e)](_0x393ef6):void 0x0})}]),_0x1eebe9[_0x3a49f1(0x7df)](_0x731e9d[_0x3a49f1(0x27d)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x27d)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x89f79f)}]),_0x1eebe9[_0x3a49f1(0x7df)](_0x731e9d[_0x3a49f1(0x314)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x314)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x1d93f4)}]),_0x1eebe9['has'](_0x731e9d[_0x3a49f1(0x400)])||_0x1eebe9['add']([_0x731e9d[_0x3a49f1(0x400)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x30c858)}]),_0x1eebe9['has'](_0x731e9d[_0x3a49f1(0x902)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x902)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x5e0ca8[_0x3a49f1(0x2c4)])}]),_0x1eebe9['has'](_0x731e9d[_0x3a49f1(0x454)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x454)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x4b94f0)}]),_0x1eebe9[_0x3a49f1(0x7df)](_0x731e9d['ISlideEmbedFloatDomRenderer'])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d['ISlideEmbedFloatDomRenderer'],{'useFactory':()=>({'render':_0x4e94a6=>{const _0x2f25c4=_0x3a49f1;let {data:_0x1d5093}=_0x4e94a6;return(0x0,_0x10447b[_0x2f25c4(0x64d)])(_0x4ca6dc,{..._0x4e94a6,'data':_0x1d5093});}})}]),[(0x0,_0x5e0ca8[_0x3a49f1(0x46c)])(_0x46a087,_0x5ae6b1,()=>_0x1eebe9['has'](_0x6f5871[_0x3a49f1(0x41a)])?_0x1eebe9['get'](_0x6f5871[_0x3a49f1(0x41a)]):void 0x0),_0x5598ac(_0x46a087,_0x5ae6b1,_0x1eebe9['get'](_0x731e9d['ISlideEmbedRuntimeService']))][_0x3a49f1(0x84e)](_0x36ff1d=>{const _0x24be1c=_0x3a49f1;_0x29c4ba['get'](_0x36ff1d['hostType'],_0x36ff1d[_0x24be1c(0x23b)])||_0x29c4ba[_0x24be1c(0x920)](_0x36ff1d);}),[_0x331230(),_0x2f8a45()][_0x3a49f1(0x84e)](_0x412f84=>{const _0x305719=_0x3a49f1;_0x387e05[_0x305719(0x47e)](_0x412f84[_0x305719(0x805)],_0x412f84[_0x305719(0x23b)])||_0x387e05[_0x305719(0x920)](_0x412f84);});let _0x4ff950=_0x5c93b7(_0x1eebe9[_0x3a49f1(0x47e)](_0x423058['ICommandService']));_0x249b52[_0x3a49f1(0x47e)](_0x4ff950[_0x3a49f1(0x6b0)])||_0x249b52['register'](_0x4ff950);let _0x1268c7=_0xc8b416();_0x3f9b95[_0x3a49f1(0x47e)](_0x1268c7[_0x3a49f1(0x6b0)])||_0x3f9b95[_0x3a49f1(0x920)](_0x1268c7),_0x3d9cfd()[_0x3a49f1(0x84e)](_0x8fa325=>{const _0x392ada=_0x3a49f1;_0x106d43['hasExact'](_0x8fa325[_0x392ada(0x805)],_0x8fa325['entry'],_0x8fa325[_0x392ada(0x6b0)])||_0x106d43[_0x392ada(0x920)](_0x8fa325);}),_0x25a670[_0x3a49f1(0x728)](_0x1eebe9[_0x3a49f1(0x713)](_0x3c0942)),_0x5d949b[_0x3a49f1(0x47e)](_0x423058[_0x3a49f1(0x839)][_0x3a49f1(0x428)])||_0x5d949b['register'](_0x309d0b()),_0x2588d0['get'](_0x423058[_0x3a49f1(0x839)]['UNIVER_SLIDE'])||_0x2588d0['register'](_0x1eebe9[_0x3a49f1(0x713)](_0x5720e9));}function _0x35f03f(_0x136392){const _0x49fcdd=_0x37672f;return{'mountPageList':_0x5c7e8b=>{const _0x1f3704=_0x3a85;var _0x285833,_0x3d49cc;let _0x469b0d={'embedId':_0x5c7e8b[_0x1f3704(0x2ab)],'hostUnitId':_0x5c7e8b[_0x1f3704(0x7cf)],'hostType':_0x423058[_0x1f3704(0x839)][_0x1f3704(0x428)],'entry':_0x1f3704(0x7f8),'hostAnchorId':_0x5c7e8b[_0x1f3704(0x391)],'childUnitId':_0x5c7e8b['childUnitId'],'childType':_0x5c7e8b[_0x1f3704(0x6b0)],'source':{'unitType':_0x5c7e8b[_0x1f3704(0x6b0)],'ref':{'file':{'kind':_0x5e0ca8[_0x1f3704(0x260)][_0x1f3704(0x8a2)]},'unit':{'selector':_0x5c7e8b[_0x1f3704(0x783)],'type':(0x0,_0x5e0ca8[_0x1f3704(0x5d8)])(_0x5c7e8b['childType'])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x1f3704(0x1e8),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x261698=(_0x285833=(_0x3d49cc=_0x136392[_0x1f3704(0x84a)])['getSession'])==null?void 0x0:_0x285833[_0x1f3704(0x4d5)](_0x3d49cc,_0x5c7e8b[_0x1f3704(0x2ab)]);return(_0x261698==null?void 0x0:_0x261698[_0x1f3704(0x7cf)])===_0x5c7e8b[_0x1f3704(0x7cf)]&&_0x261698['entry']===_0x1f3704(0x7f8)&&_0x261698[_0x1f3704(0x783)]===_0x5c7e8b[_0x1f3704(0x783)]?(_0x136392['activationService'][_0x1f3704(0x48c)](_0x469b0d),(0x0,_0x423058[_0x1f3704(0x35b)])(()=>{})):(_0x136392[_0x1f3704(0x84a)][_0x1f3704(0x48e)](_0x469b0d),_0x136392[_0x1f3704(0x37e)]['activateTab'](_0x469b0d),(0x0,_0x423058['toDisposable'])(()=>{const _0x986839=_0x1f3704;_0x136392[_0x986839(0x37e)][_0x986839(0x70d)](_0x5c7e8b['embedId']),_0x136392[_0x986839(0x84a)][_0x986839(0x506)](_0x5c7e8b[_0x986839(0x2ab)]);}));},'mountFloatingObject':_0x1b1fed=>{const _0x59f616=_0x3a85;let _0x3878d5=_0x136392['embedModelService'][_0x59f616(0x5ad)](_0x1b1fed['hostUnitId'],_0x1b1fed[_0x59f616(0x2ab)])??{'embedId':_0x1b1fed[_0x59f616(0x2ab)],'hostUnitId':_0x1b1fed[_0x59f616(0x7cf)],'hostType':_0x423058[_0x59f616(0x839)][_0x59f616(0x428)],'entry':_0x59f616(0x7f6),'hostAnchorId':_0x1b1fed['hostAnchorId'],'childUnitId':_0x1b1fed['childUnitId'],'childType':_0x1b1fed['childType'],'source':{'unitType':_0x1b1fed[_0x59f616(0x6b0)],'ref':{'file':{'kind':_0x5e0ca8[_0x59f616(0x260)][_0x59f616(0x8a2)]},'unit':{'selector':_0x1b1fed['childUnitId'],'type':(0x0,_0x5e0ca8[_0x59f616(0x5d8)])(_0x1b1fed['childType'])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x59f616(0x22f),'fullscreen':!0x0},'tab':!0x1}};return _0x136392['mountService']['mountIntoHostElement'](_0x3878d5,_0x1b1fed['hostElement']),(0x0,_0x423058[_0x59f616(0x35b)])(()=>{const _0x51b41c=_0x59f616;_0x136392['mountService'][_0x51b41c(0x506)](_0x1b1fed[_0x51b41c(0x2ab)]);});},'clearAndUnmount':_0x51d426=>{const _0x1d93cb=_0x3a85;_0x136392[_0x1d93cb(0x37e)][_0x1d93cb(0x70d)](_0x51d426),_0x136392['mountService']['unmount'](_0x51d426);},'unmountFloatingSessions':_0x2ec538=>{const _0x635976=_0x3a85;_0x136392['mountService'][_0x635976(0x30d)]()[_0x635976(0x320)](_0x8fbfa2=>_0x8fbfa2[_0x635976(0x7cf)]===_0x2ec538&&_0x8fbfa2[_0x635976(0x23b)]===_0x635976(0x7f6))['forEach'](_0x3b5bd8=>_0x136392['mountService'][_0x635976(0x506)](_0x3b5bd8[_0x635976(0x2ab)]));},'listSessions':()=>_0x136392[_0x49fcdd(0x84a)][_0x49fcdd(0x30d)]()[_0x49fcdd(0x3b8)](_0x5a7321=>({'embedId':_0x5a7321[_0x49fcdd(0x2ab)],'hostUnitId':_0x5a7321[_0x49fcdd(0x7cf)],'entry':_0x5a7321['entry'],'childType':_0x5a7321['childType'],'childUnitId':_0x5a7321[_0x49fcdd(0x783)]})),'capturePreviewByHostAnchorId':(_0x28819b,_0x5b960a)=>_0x71d8fa(_0x136392,_0x28819b,_0x5b960a),'mountPresentationEmbed':_0x197c64=>_0x34afe6(_0x136392,_0x197c64)};}async function _0x71d8fa(_0x45b6c3,_0x32f4d4,_0x3a4ecb){const _0x46f572=_0x37672f;var _0x19e22f,_0x1f367d,_0x44ae83;let _0x349fe8=(_0x19e22f=_0x45b6c3['sceneCanvasCaptureService'])==null?void 0x0:_0x19e22f['getContextByHostAnchorId'](_0x32f4d4);_0x349fe8&&await _0x4398bb(_0x349fe8);let _0x56f34e=await((_0x1f367d=_0x45b6c3['sceneCanvasCaptureService'])==null?void 0x0:_0x1f367d['captureByHostAnchorId'](_0x32f4d4));if(_0x56f34e)return _0x2e4d1b(_0x56f34e);if(!_0x3a4ecb)return;let _0x2eaf1e=await _0xadf31d(_0x45b6c3,_0x32f4d4,_0x3a4ecb);if(!_0x2eaf1e)return;let _0x114d5c=_0x2eaf1e['childUnitId']??_0x3a4ecb['childUnitId'],_0xadf348=_0x2eaf1e[_0x46f572(0x6b0)]??_0x3a4ecb[_0x46f572(0x6b0)];if(!_0x114d5c||_0xadf348==null)return;let _0x5badbb=_0x21a1b0(_0x45b6c3,_0x2eaf1e,_0x32f4d4,_0x3a4ecb),_0x2b6e81=_0x45b6c3[_0x46f572(0x2e3)][_0x46f572(0x921)]({'descriptor':{..._0x2eaf1e,'mode':_0x46f572(0x662)},'childUnitId':_0x114d5c,'childType':_0xadf348,'width':_0x5badbb['width'],'height':_0x5badbb[_0x46f572(0x33d)],'dpr':Math['max'](0x1,Math[_0x46f572(0x425)](0x3,_0x3a4ecb[_0x46f572(0x4a9)])),'reason':'initial','context':(_0x44ae83=_0x45b6c3[_0x46f572(0x4fd)])==null?void 0x0:_0x44ae83[_0x46f572(0x6a4)](_0x32f4d4)}),_0xb7a25a=_0x2b6e81[_0x46f572(0x8fc)]?_0x2e4d1b(_0x2b6e81[_0x46f572(0x8fc)]):void 0x0;return _0x2b6e81[_0x46f572(0x244)]===_0x46f572(0x455)?_0x198aba(_0x45b6c3[_0x46f572(0x2e3)],_0x2b6e81,_0x114d5c):_0xb7a25a;}function _0x21a1b0(_0x15ca45,_0x4a510e,_0x229580,_0x29f285){const _0x19cee0=_0x37672f;var _0x1da355,_0x59b409;let _0x47d784={'width':Math[_0x19cee0(0x59c)](0x1,_0x29f285[_0x19cee0(0x7e5)]),'height':Math[_0x19cee0(0x59c)](0x1,_0x29f285[_0x19cee0(0x33d)])};if(_0x4a510e['entry']!==_0x5e0ca8[_0x19cee0(0x757)]['SlidesPageListBlock'])return _0x47d784;let _0x421e4e=(_0x1da355=_0x15ca45[_0x19cee0(0x8df)])==null?void 0x0:_0x1da355[_0x19cee0(0x80e)](_0x29f285[_0x19cee0(0x7cf)],_0x423058[_0x19cee0(0x839)][_0x19cee0(0x428)]);if(!_0x421e4e)return _0x47d784;let _0x151948=(_0x59b409=_0x421e4e[_0x19cee0(0x352)][_0x19cee0(0x42f)](_0x229580))==null?void 0x0:_0x59b409[_0x19cee0(0x1f9)](),_0x481740=(0x0,_0x731e9d[_0x19cee0(0x675)])((_0x151948==null?void 0x0:_0x151948[_0x19cee0(0x3ee)])??_0x421e4e[_0x19cee0(0x41e)]()[_0x19cee0(0x32e)]);return{'width':Math[_0x19cee0(0x59c)](0x1,_0x481740[_0x19cee0(0x7e5)]),'height':Math['max'](0x1,_0x481740[_0x19cee0(0x33d)])};}async function _0xadf31d(_0x2def6a,_0x4b3667,_0x3c3f8c){const _0x16dbef=_0x37672f;let _0x5bc20c=_0x2def6a[_0x16dbef(0x543)][_0x16dbef(0x5ad)](_0x3c3f8c[_0x16dbef(0x7cf)],_0x3c3f8c['embedId'])??_0xa31fb3({'hostUnitId':_0x3c3f8c[_0x16dbef(0x7cf)],'embedId':_0x3c3f8c[_0x16dbef(0x2ab)],'hostAnchorId':_0x4b3667,'childUnitId':_0x3c3f8c[_0x16dbef(0x783)],'childType':_0x3c3f8c[_0x16dbef(0x6b0)],'entry':_0x5e0ca8[_0x16dbef(0x757)][_0x16dbef(0x911)]});if(_0x5bc20c){try{_0x5bc20c=await _0x2def6a[_0x16dbef(0x224)][_0x16dbef(0x248)]({'descriptor':_0x5bc20c});}catch{}return _0x5bc20c;}}function _0x198aba(_0x4ff494,_0x2bd4b6,_0x5a965e){return new Promise(_0x29112e=>{const _0x350a1d=_0x3a85;let _0x575b0f=!0x1,_0x1bf616,_0x49a263,_0x2e68ef=_0x4dbec5=>{const _0x163f4c=_0x3a85;_0x575b0f||(_0x575b0f=!0x0,globalThis['clearTimeout'](_0x49a263),_0x1bf616==null||_0x1bf616[_0x163f4c(0x7b2)](),_0x29112e(_0x4dbec5));};_0x49a263=globalThis[_0x350a1d(0x620)](()=>_0x2e68ef(void 0x0),0x1388),_0x1bf616=_0x4ff494[_0x350a1d(0x8af)][_0x350a1d(0x4a5)]({'next':_0x2dd02a=>{const _0x4cc346=_0x350a1d;_0x2dd02a[_0x4cc346(0x2ab)]!==_0x2bd4b6['embedId']||_0x2dd02a[_0x4cc346(0x783)]!==_0x5a965e||_0x2dd02a[_0x4cc346(0x7ed)]<_0x2bd4b6['revision']||_0x2dd02a[_0x4cc346(0x244)]==='pending'||_0x2e68ef(_0x2dd02a[_0x4cc346(0x8fc)]?_0x2e4d1b(_0x2dd02a[_0x4cc346(0x8fc)]):void 0x0);},'complete':()=>_0x2e68ef(void 0x0)});});}function _0x1f23f6(_0x4e22a9){_0x51809b(_0x4e22a9),_0x68ad45(_0x4e22a9),_0x24c555(_0x4e22a9),_0x524498(_0x4e22a9),_0x43ce46(_0x4e22a9);}function _0x9a3ef1(_0x24bc3a){_0x17f847(_0x24bc3a);}let _0x20d975=[0x0,0x10,0x64,0x12c,0x3e8];async function _0x5f5785(_0x200b36,_0x1f038f){const _0x46d9cc=_0x37672f;var _0x32d486;let {instanceService:_0x4a928e,childUnitId:_0x13e05c,childType:_0x27cc6d,restoreUnitId:_0x13da74,shouldRestore:_0x23ba84,settleDelayMs:_0x58ebaa=0x10,deferredRestoreDelaysMs:_0x5701aa=_0x13da74?_0x20d975:[]}=_0x200b36,_0x565600=_0x4a928e[_0x46d9cc(0x71e)](_0x27cc6d),_0x72544d=((_0x32d486=_0x4a928e[_0x46d9cc(0x327)]())==null?void 0x0:_0x32d486['getUnitId']())??null??_0x13da74??null;_0x4a928e['setCurrentUnitForType'](_0x13e05c),_0x4a928e[_0x46d9cc(0x1eb)](_0x13e05c);let _0x8feb2d=()=>{const _0x8020a1=_0x46d9cc;_0x23ba84&&!_0x23ba84()||(_0x565600&&_0x565600['getUnitId']()!==_0x13e05c&&_0x4a928e['setCurrentUnitForType'](_0x565600[_0x8020a1(0x55c)]()),_0x13da74&&_0x4a928e['setCurrentUnitForType'](_0x13da74),_0x4a928e[_0x8020a1(0x1eb)](_0x72544d));};try{let _0x564c4c=await _0x1f038f();return _0x58ebaa>0x0&&await _0x45c45b(_0x58ebaa),_0x564c4c;}finally{_0x8feb2d(),_0x1ca8a3(_0x8feb2d,_0x5701aa);}}function _0x45c45b(_0x317dae){return new Promise(_0x120e12=>setTimeout(_0x120e12,_0x317dae));}function _0x1ca8a3(_0x4aea1f,_0x1969ae){_0x1969ae['forEach'](_0x11ee9b=>{globalThis['setTimeout'](_0x4aea1f,_0x11ee9b);});}let _0x1047d6=new WeakMap(),_0x4fa817=0x0;function _0x5bad5d(_0x40ad72,_0x22cf1b){const _0x1ffb65=_0x37672f;return _0x40ad72[_0x1ffb65(0x7df)](_0x530afd)?_0x40ad72['get'](_0x530afd)[_0x1ffb65(0x920)](_0x22cf1b):_0x4c39ba(_0x40ad72,_0x22cf1b);}function _0x3388fe(_0x1b5569){const _0x691b77=_0x37672f;if(!_0x1b5569[_0x691b77(0x7df)](_0x530afd))return;let _0x5e3384=_0x1047d6[_0x691b77(0x47e)](_0x1b5569);_0x5e3384!=null&&_0x5e3384[_0x691b77(0x4ea)]&&([..._0x5e3384[_0x691b77(0x4bf)]()]['sort']((_0x42dffc,_0x5af21d)=>_0x42dffc['index']-_0x5af21d['index'])['forEach'](({contribution:_0x128327})=>_0x5bad5d(_0x1b5569,_0x128327)),_0x1047d6['delete'](_0x1b5569));}function _0x4c39ba(_0x4a999a,_0x559303){const _0x9ca91a=_0x37672f;let _0x2dab51={'contribution':_0x559303,'index':_0x4fa817++},_0xf34b24=_0x592719(_0x559303,_0x2dab51[_0x9ca91a(0x650)]),_0xd51c7=_0x4a999a,_0x32519c=_0x1047d6[_0x9ca91a(0x47e)](_0xd51c7)??new Map();return _0x32519c[_0x9ca91a(0x5d7)](_0xf34b24,_0x2dab51),_0x1047d6[_0x9ca91a(0x5d7)](_0xd51c7,_0x32519c),(0x0,_0x423058[_0x9ca91a(0x35b)])(()=>{const _0x439e1f=_0x9ca91a;let _0x25321=_0x1047d6[_0x439e1f(0x47e)](_0xd51c7);(_0x25321==null?void 0x0:_0x25321[_0x439e1f(0x47e)](_0xf34b24))===_0x2dab51&&_0x25321[_0x439e1f(0x405)](_0xf34b24);});}function _0x592719(_0x38239d,_0x43c55e){const _0x37f580=_0x37672f;return _0x38239d['id']?_0x38239d[_0x37f580(0x6b0)]+':'+_0x38239d['id']:_0x38239d['childType']+_0x37f580(0x37f)+_0x43c55e;}let _0x530afd=class{constructor(_0x46a965,_0x4743c6){const _0x61a958=_0x37672f;this[_0x61a958(0x75f)]=_0x46a965,this[_0x61a958(0x789)]=_0x4743c6,_0x1876b0(this,_0x61a958(0x36c),new Map()),_0x1876b0(this,_0x61a958(0x4f0),0x0);}['register'](_0x22f53a){const _0x50de9d=_0x37672f;if(_0x22f53a['id']&&this[_0x50de9d(0x3e7)](_0x22f53a[_0x50de9d(0x6b0)],_0x22f53a['id']))return(0x0,_0x423058[_0x50de9d(0x35b)])(()=>{});let _0x154193={'contribution':_0x22f53a,'index':this['_nextIndex']++},_0x241a2a=this[_0x50de9d(0x36c)]['get'](_0x22f53a[_0x50de9d(0x6b0)])??[];return _0x241a2a[_0x50de9d(0x5fd)](_0x154193),_0x241a2a['sort'](_0x5a7887),this[_0x50de9d(0x36c)]['set'](_0x22f53a['childType'],_0x241a2a),(0x0,_0x423058[_0x50de9d(0x35b)])(()=>{const _0x4d4904=_0x50de9d;let _0x4e2b57=this[_0x4d4904(0x36c)][_0x4d4904(0x47e)](_0x22f53a['childType']);if(!_0x4e2b57)return;let _0x68d579=_0x4e2b57[_0x4d4904(0x320)](_0x3eb96d=>_0x3eb96d!==_0x154193);_0x68d579['length']?this[_0x4d4904(0x36c)][_0x4d4904(0x5d7)](_0x22f53a[_0x4d4904(0x6b0)],_0x68d579):this['_contributions'][_0x4d4904(0x405)](_0x22f53a[_0x4d4904(0x6b0)]);});}[_0x37672f(0x648)](_0x238342){const _0x1e663a=_0x37672f;return(this[_0x1e663a(0x36c)][_0x1e663a(0x47e)](_0x238342)??[])[_0x1e663a(0x3b8)](_0x1ff682=>_0x1ff682[_0x1e663a(0x52f)]);}async['prepare'](_0x4242e9){const _0x2d02c7=_0x37672f;let _0x4691d9=this[_0x2d02c7(0x648)](_0x4242e9[_0x2d02c7(0x6b0)]);_0x4691d9['length']&&await _0x5f5785({'instanceService':this[_0x2d02c7(0x75f)][_0x2d02c7(0x47e)](_0x423058[_0x2d02c7(0x8ca)]),'childUnitId':_0x4242e9[_0x2d02c7(0x783)],'childType':_0x4242e9['childType'],'restoreUnitId':_0x4242e9[_0x2d02c7(0x52b)],'settleDelayMs':_0x4242e9[_0x2d02c7(0x849)],'shouldRestore':()=>!this[_0x2d02c7(0x789)][_0x2d02c7(0x500)](_0x4242e9['childUnitId'])},async()=>{const _0x5da394=_0x2d02c7;for(let _0x5ec4b6 of _0x4691d9)_0x5ec4b6[_0x5da394(0x255)]&&await _0x5ec4b6[_0x5da394(0x255)]({'injector':this[_0x5da394(0x75f)],'childUnitId':_0x4242e9[_0x5da394(0x783)],'childType':_0x4242e9[_0x5da394(0x6b0)],'descriptor':_0x4242e9[_0x5da394(0x466)]});});}[_0x37672f(0x3e7)](_0x5d670c,_0x15913b){const _0xfae2df=_0x37672f;return(this['_contributions']['get'](_0x5d670c)??[])[_0xfae2df(0x79a)](_0xb593c1=>_0xb593c1[_0xfae2df(0x52f)]['id']===_0x15913b);}};_0x530afd=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x423058['Injector'])),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x4b94f0))],_0x530afd);function _0x5a7887(_0x574636,_0x354e85){const _0x3b4961=_0x37672f;return(_0x574636[_0x3b4961(0x52f)][_0x3b4961(0x27a)]??_0x574636['index'])-(_0x354e85['contribution'][_0x3b4961(0x27a)]??_0x354e85[_0x3b4961(0x650)])||_0x574636[_0x3b4961(0x650)]-_0x354e85[_0x3b4961(0x650)];}function _0x261867(){return[];}let _0x1421b6=class{constructor(_0x2c969c,_0xa528e2){const _0x4ff85c=_0x37672f;this['_focusOwnerService']=_0x2c969c,this[_0x4ff85c(0x803)]=_0xa528e2;}['pushUndoRedoForChild'](_0x4188de){const _0x2e75e5=_0x37672f;let _0x43667b=this[_0x2e75e5(0x6eb)](_0x4188de[_0x2e75e5(0x7dd)]);return this[_0x2e75e5(0x803)]['pushUndoRedo']({..._0x4188de,'unitID':_0x43667b}),{'stackUnitId':_0x43667b,'routedToHost':_0x43667b!==_0x4188de[_0x2e75e5(0x7dd)]};}[_0x37672f(0x6eb)](_0x5c7092){const _0x56a2e7=_0x37672f;let _0x336822=this[_0x56a2e7(0x3aa)][_0x56a2e7(0x7e7)]();return!_0x336822||_0x336822[_0x56a2e7(0x783)]!==_0x5c7092?_0x5c7092:_0x336822[_0x56a2e7(0x7cf)];}};_0x1421b6=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8['EmbedFocusOwnerService'])),_0xcd14f8(0x1,_0x423058[_0x37672f(0x79d)])],_0x1421b6);let _0x5a4dd3=class extends _0x423058[_0x37672f(0x4ba)]{constructor(_0x33da40=_0xccfaf4,_0xc318f6,_0x46da4a,_0x5eb4c0){const _0x15253a=_0x37672f;super(),this[_0x15253a(0x354)]=_0x33da40,this[_0x15253a(0x75f)]=_0xc318f6,this[_0x15253a(0x4b6)]=_0x46da4a,this[_0x15253a(0x652)]=_0x5eb4c0;let {..._0x1b18b2}=(0x0,_0x423058[_0x15253a(0x614)])({},_0xccfaf4,this[_0x15253a(0x354)]);this[_0x15253a(0x4b6)][_0x15253a(0x558)](_0x15253a(0x8a5),_0x1b18b2);}[_0x37672f(0x77b)](){const _0x438d11=_0x37672f;this[_0x438d11(0x3bc)](),this[_0x438d11(0x239)](),this[_0x438d11(0x467)](),this[_0x438d11(0x1e6)](),this[_0x438d11(0x1ed)](),this[_0x438d11(0x8a4)](),this[_0x438d11(0x377)](),this[_0x438d11(0x34b)](),this[_0x438d11(0x78c)]();}[_0x37672f(0x25d)](){const _0x2a6975=_0x37672f;this[_0x2a6975(0x8a4)]();}[_0x37672f(0x239)](){const _0x3c0e82=_0x37672f;[[_0x16de5f],[_0x5757ad],[_0x530afd],[_0x33c4a3],[_0x30c858],[_0x402a2b],[_0x28f187],[_0x89f79f],[_0x3ca4c9],[_0x74c661],[_0x24299e],[_0x2b84b4],[_0x50411d],[_0x5ea44f],[_0x3fac44],[_0x32cfb9],[_0x2f0500],[_0x35ab58],[_0x2d3499],[_0x1d93f4],[_0x5b6fce],[_0x1b2dea],[_0x691e68],[_0x105b0d],[_0x40e1a0],[_0x5a66e9],[_0x4b94f0],[_0x36cf04],[_0x393ef6],[_0x1421b6]][_0x3c0e82(0x84e)](_0x47b1b1=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47d)](_0x47b1b1)),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0xeb41bb[_0x3c0e82(0x315)])||this['_injector'][_0x3c0e82(0x47d)]([_0xeb41bb[_0x3c0e82(0x315)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x32cfb9)}]),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0xeb41bb[_0x3c0e82(0x5cc)])||this['_injector'][_0x3c0e82(0x47d)]([_0xeb41bb[_0x3c0e82(0x5cc)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x4b94f0)}]),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0x1fa4c3[_0x3c0e82(0x66d)])||this['_injector'][_0x3c0e82(0x47d)]([_0x1fa4c3[_0x3c0e82(0x66d)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x32cfb9)}]),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0x1fa4c3[_0x3c0e82(0x4c0)])||this[_0x3c0e82(0x75f)][_0x3c0e82(0x47d)]([_0x1fa4c3[_0x3c0e82(0x4c0)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x4b94f0)}]),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0x1fa4c3[_0x3c0e82(0x611)])||this[_0x3c0e82(0x75f)][_0x3c0e82(0x47d)]([_0x1fa4c3[_0x3c0e82(0x611)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x3ca4c9)}]);}[_0x37672f(0x1ed)](){const _0x228177=_0x37672f;_0x3ae59(this[_0x228177(0x75f)])[_0x228177(0x84e)](_0x41dba5=>this[_0x228177(0x8e4)](_0x41dba5));}[_0x37672f(0x467)](){const _0x42f382=_0x37672f;_0x1f23f6(this[_0x42f382(0x75f)]);}[_0x37672f(0x1e6)](){const _0x4e0a6f=_0x37672f;let _0x3c4dea=this[_0x4e0a6f(0x652)][_0x4e0a6f(0x7a7)](_0x423058['UniverInstanceType'][_0x4e0a6f(0x2d9)])[_0x4e0a6f(0x4a5)](()=>_0x9a3ef1(this[_0x4e0a6f(0x75f)]));this[_0x4e0a6f(0x8e4)]((0x0,_0x423058[_0x4e0a6f(0x35b)])(()=>_0x3c4dea[_0x4e0a6f(0x7b2)]()));}[_0x37672f(0x8a4)](){const _0x46afa5=_0x37672f;_0x3413ec(this[_0x46afa5(0x75f)]),_0x4a19fd(this[_0x46afa5(0x75f)]),_0x3388fe(this[_0x46afa5(0x75f)]);}[_0x37672f(0x377)](){const _0x51bb71=_0x37672f;var _0x2ef858;let _0x54bd54=this[_0x51bb71(0x75f)]['get'](_0x74c661);((_0x2ef858=this['_config'][_0x51bb71(0x214)])==null?void 0x0:_0x2ef858[_0x51bb71(0x700)])!==!0x1&&_0x261867()['forEach'](_0x5ba021=>{const _0x4189db=_0x51bb71;_0x54bd54[_0x4189db(0x3b6)](_0x5ba021[_0x4189db(0x805)],_0x5ba021[_0x4189db(0x23b)],_0x5ba021['childType'])||_0x54bd54[_0x4189db(0x920)](_0x5ba021);});}[_0x37672f(0x34b)](){(0x0,_0x423058['touchDependencies'])(this['_injector'],[[_0x16de5f],[_0x5757ad],[_0x530afd],[_0x33c4a3],[_0x30c858],[_0x402a2b],[_0x28f187],[_0x89f79f],[_0x74c661],[_0x24299e],[_0x2b84b4],[_0x50411d],[_0x5ea44f],[_0x3fac44],[_0x2f0500],[_0x35ab58],[_0x2d3499],[_0x1d93f4],[_0x5b6fce],[_0x1b2dea],[_0x691e68],[_0x105b0d],[_0x40e1a0],[_0x5a66e9],[_0x4b94f0],[_0x36cf04],[_0x393ef6],[_0x1421b6]]);}[_0x37672f(0x78c)](){const _0x236de3=_0x37672f;var _0x1eb626;((_0x1eb626=this['_config'][_0x236de3(0x214)])==null?void 0x0:_0x1eb626[_0x236de3(0x296)])!==!0x1&&this['disposeWithMe'](this[_0x236de3(0x75f)]['get'](_0x4fbb7a[_0x236de3(0x2eb)])[_0x236de3(0x3fb)](_0x4fbb7a[_0x236de3(0x308)]['GLOBAL'],()=>_0x31c6e0));}['_enableEmbedUnitLeasePolicy'](){const _0x394a39=_0x37672f;this[_0x394a39(0x75f)][_0x394a39(0x47e)](_0x5e0ca8['EmbedUnitLeasePolicyService'])[_0x394a39(0x1d8)]();}};_0x1876b0(_0x5a4dd3,_0x37672f(0x3d6),'UNIVER_EMBED_UI_PLUGIN'),_0x1876b0(_0x5a4dd3,_0x37672f(0x88b),_0x9742a4),_0x1876b0(_0x5a4dd3,_0x37672f(0x3a4),_0x5c056f),_0x1876b0(_0x5a4dd3,_0x37672f(0x27c),_0x423058[_0x37672f(0x839)][_0x37672f(0x72b)]),_0x5a4dd3=_0x10216e([(0x0,_0x423058[_0x37672f(0x888)])(_0x514320[_0x37672f(0x4b9)],_0x5e0ca8['UniverEmbedPlugin']),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x423058[_0x37672f(0x8d5)])),_0xcd14f8(0x2,_0x423058[_0x37672f(0x514)]),_0xcd14f8(0x3,_0x423058['IUniverInstanceService'])],_0x5a4dd3),Object[_0x37672f(0x3a8)](_0x480412,_0x37672f(0x33c),{'enumerable':!0x0,'get':function(){return _0x30c858;}}),_0x480412[_0x37672f(0x4cc)]=_0x402a2b,_0x480412[_0x37672f(0x376)]=_0x50411d,_0x480412[_0x37672f(0x8b7)]=_0x16de5f,_0x480412['EmbedHostMenuOverrideService']=_0x5ea44f,Object[_0x37672f(0x3a8)](_0x480412,_0x37672f(0x562),{'enumerable':!0x0,'get':function(){return _0x5757ad;}}),Object[_0x37672f(0x3a8)](_0x480412,'EmbedMountService',{'enumerable':!0x0,'get':function(){return _0x1d93f4;}}),Object[_0x37672f(0x3a8)](_0x480412,_0x37672f(0x4c2),{'enumerable':!0x0,'get':function(){return _0x5a4dd3;}}),_0x480412[_0x37672f(0x2f9)]=_0x1eca07;}));
|
|
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();}
|