@univerjs-pro/embed-ui 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +204 -78
- 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 +4 -1
- package/lib/types/components/embed-float-dom-interaction.d.ts +11 -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 +3 -2
- 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 +3 -3
- package/lib/types/products/bases/embed-content-size.d.ts +1 -0
- package/lib/types/products/boards/EmbedChildView.d.ts +2 -1
- 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 +7 -1
- 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/products/slides/embed-floating-menu-stage.d.ts +2 -2
- package/lib/types/products/slides/register.d.ts +4 -0
- package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +14 -2
- package/lib/types/services/embed-activation.service.d.ts +5 -1
- package/lib/types/services/embed-child-runtime-scope.d.ts +2 -2
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +8 -2
- package/lib/types/services/embed-content-size-registry.service.d.ts +9 -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-menu-override.service.d.ts +1 -0
- 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 +8 -2
- package/lib/types/services/embed-mount.service.d.ts +8 -1
- package/lib/types/services/embed-presentation-policy.d.ts +1 -0
- package/lib/types/services/embed-print.service.d.ts +55 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +3 -2
- 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 +29 -5
- 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/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x404806=_0x159c;(function(_0x421368,_0x4bdc15){const _0x3a5ddd=_0x159c,_0x4cbe0f=_0x421368();while(!![]){try{const _0x1b3c85=parseInt(_0x3a5ddd(0x2ff))/0x1+parseInt(_0x3a5ddd(0xee))/0x2*(-parseInt(_0x3a5ddd(0x626))/0x3)+parseInt(_0x3a5ddd(0x5ea))/0x4+-parseInt(_0x3a5ddd(0x4dc))/0x5+parseInt(_0x3a5ddd(0x58f))/0x6+parseInt(_0x3a5ddd(0x4c3))/0x7+-parseInt(_0x3a5ddd(0x1d5))/0x8;if(_0x1b3c85===_0x4bdc15)break;else _0x4cbe0f['push'](_0x4cbe0f['shift']());}catch(_0x372a8e){_0x4cbe0f['push'](_0x4cbe0f['shift']());}}}(_0x1af4,0x2ba89),Object[_0x404806(0x45a)](exports,Symbol['toStringTag'],{'value':'Module'}));let e=require('@univerjs-pro/embed'),t=require('@univerjs-pro/license'),n=require('@univerjs/core'),r=require('@univerjs/docs-ui'),i=require('@univerjs/sheets-ui'),a=require('@univerjs/ui'),o=require('@univerjs/design'),s=require('@univerjs/icons'),c=require('react'),l=require('rxjs'),u=require('@univerjs-pro/boards'),d=require('@univerjs-pro/boards-ui'),f=require('@univerjs/engine-render'),p=require('react/jsx-runtime'),m=require('@univerjs/docs'),h=require('@univerjs-pro/docs-table-ui'),g=require('@univerjs-pro/bases'),_=require('@univerjs-pro/bases-ui'),v=require('react-dom'),y=require('@univerjs-pro/sheets-chart-ui'),b=require('@univerjs-pro/sheets-outline-ui'),x=require('@univerjs-pro/sheets-pivot-ui'),S=require('@univerjs-pro/sheets-print'),C=require('@univerjs-pro/sheets-shape-ui'),w=require('@univerjs-pro/sheets-sparkline-ui'),T=require('@univerjs/sheets-conditional-formatting-ui'),E=require('@univerjs/sheets-data-validation-ui'),D=require('@univerjs/sheets-drawing-ui'),O=require('@univerjs/sheets-filter-ui'),k=require('@univerjs/sheets-hyper-link-ui'),A=require('@univerjs/sheets-note-ui'),j=require('@univerjs/sheets-numfmt-ui'),M=require('@univerjs/sheets-sort-ui'),N=require('@univerjs/sheets-table-ui'),P=require('@univerjs/sheets-thread-comment-ui'),F=require('@univerjs/sheets'),I=require('@univerjs-pro/slides'),L=require('@univerjs-pro/slides-ui');var ee=_0x404806(0xd6),te=_0x404806(0x348);function R(_0x509d09,_0x5302cd){const _0x287d21=_0x404806;return _0x509d09['matches']('['+_0x5302cd+']')?_0x509d09:_0x509d09[_0x287d21(0x2b9)]('['+_0x5302cd+']')??void 0x0;}function z(_0x28c433){const _0x272be9=_0x404806;let _0x18f987=[];return B(_0x28c433,_0x272be9(0x34b),'univer-overflow-hidden',_0x18f987),B(_0x28c433,_0x272be9(0x310),_0x272be9(0x72d),_0x18f987),B(_0x28c433,_0x272be9(0x6e2),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x18f987),B(_0x28c433,'data-embed-popup-root',_0x272be9(0x59e),_0x18f987),(0x0,n['toDisposable'])(()=>{const _0x1d3568=_0x272be9;_0x18f987[_0x1d3568(0x72e)](_0xa5500e=>_0xa5500e[_0x1d3568(0x2d1)]());});}function B(_0x362a95,_0x225ed4,_0x2afaf3,_0x1e5037){const _0x27b07c=_0x404806;let _0x294874=R(_0x362a95,_0x225ed4);if(_0x294874)return _0x294874;let _0x59bb37=document[_0x27b07c(0x2ee)]('div');return _0x59bb37[_0x27b07c(0x717)](_0x225ed4,_0x27b07c(0x420)),_0x59bb37[_0x27b07c(0x717)](_0x27b07c(0x2f1),_0x27b07c(0x211)),_0x59bb37['className']=_0x27b07c(0x199)+_0x2afaf3,_0x362a95[_0x27b07c(0x1a1)](_0x59bb37),_0x1e5037['push'](_0x59bb37),_0x59bb37;}function ne(_0x38d066){'@babel/helpers - typeof';const _0xde8d85=_0x404806;return ne=typeof Symbol==_0xde8d85(0x338)&&typeof Symbol['iterator']==_0xde8d85(0x339)?function(_0x246dff){return typeof _0x246dff;}:function(_0x49761a){const _0x2a7c28=_0xde8d85;return _0x49761a&&typeof Symbol==_0x2a7c28(0x338)&&_0x49761a[_0x2a7c28(0x6b9)]===Symbol&&_0x49761a!==Symbol[_0x2a7c28(0x71c)]?_0x2a7c28(0x339):typeof _0x49761a;},ne(_0x38d066);}function re(_0x2d2684,_0x501f43){const _0xac4e95=_0x404806;if(ne(_0x2d2684)!=_0xac4e95(0x586)||!_0x2d2684)return _0x2d2684;var _0x51a5f4=_0x2d2684[Symbol['toPrimitive']];if(_0x51a5f4!==void 0x0){var _0x35cee9=_0x51a5f4['call'](_0x2d2684,_0x501f43||_0xac4e95(0x447));if(ne(_0x35cee9)!=_0xac4e95(0x586))return _0x35cee9;throw TypeError(_0xac4e95(0x31d));}return(_0x501f43===_0xac4e95(0x6cd)?String:Number)(_0x2d2684);}function ie(_0x39d1d4){const _0xf39e57=_0x404806;var _0x212b9e=re(_0x39d1d4,_0xf39e57(0x6cd));return ne(_0x212b9e)=='symbol'?_0x212b9e:_0x212b9e+'';}function V(_0x447a60,_0x5c5026,_0x29d169){const _0x2f9d86=_0x404806;return(_0x5c5026=ie(_0x5c5026))in _0x447a60?Object[_0x2f9d86(0x45a)](_0x447a60,_0x5c5026,{'value':_0x29d169,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x447a60[_0x5c5026]=_0x29d169,_0x447a60;}var H=class{constructor(){V(this,'_contributions',new Map());}['register'](_0x5e6258){const _0x3c9d06=_0x404806;return this[_0x3c9d06(0x71d)][_0x3c9d06(0x37d)](_0x5e6258[_0x3c9d06(0x34e)],_0x5e6258),(0x0,n[_0x3c9d06(0x6e6)])(()=>{const _0x3740ae=_0x3c9d06;this['_contributions'][_0x3740ae(0x35f)](_0x5e6258[_0x3740ae(0x34e)])===_0x5e6258&&this['_contributions'][_0x3740ae(0x4d8)](_0x5e6258[_0x3740ae(0x34e)]);});}[_0x404806(0x35f)](_0x37f78d){const _0x4d804c=_0x404806;return this[_0x4d804c(0x71d)][_0x4d804c(0x35f)](_0x37f78d);}[_0x404806(0x73c)](){const _0x5b262f=_0x404806;return[...this[_0x5b262f(0x71d)][_0x5b262f(0x4c9)]()];}},U=class{constructor(){const _0x366430=_0x404806;V(this,_0x366430(0x278),new l[(_0x366430(0x29e))](null)),V(this,'active$',this[_0x366430(0x278)][_0x366430(0x516)]());}[_0x404806(0x4ff)](){const _0x274b6f=_0x404806;return this[_0x274b6f(0x278)][_0x274b6f(0x3a9)]();}['getStage'](_0x6c4632){const _0x5256e3=_0x404806;let _0x588ec4=this[_0x5256e3(0x4ff)]();return(_0x588ec4==null?void 0x0:_0x588ec4[_0x5256e3(0x46d)])===_0x6c4632?_0x588ec4[_0x5256e3(0x42d)]??_0x5256e3(0x4a1):_0x5256e3(0x169);}['activate'](_0x2c1412,_0x243e24){const _0x5e5e04=_0x404806;let _0x1b9dce=this[_0x5e5e04(0x4ff)](),_0x3a4e7a=(_0x1b9dce==null?void 0x0:_0x1b9dce[_0x5e5e04(0x1d1)])===_0x2c1412[_0x5e5e04(0x1d1)]&&_0x1b9dce[_0x5e5e04(0x46d)]===_0x2c1412[_0x5e5e04(0x46d)]&&_0x1b9dce[_0x5e5e04(0x106)]===_0x2c1412[_0x5e5e04(0x106)],_0xc69d7e={..._0x2c1412,'stage':_0x243e24??_0x2c1412[_0x5e5e04(0x42d)]??(_0x3a4e7a?_0x1b9dce[_0x5e5e04(0x42d)]??'stage1':_0x5e5e04(0x4a1))};((_0x1b9dce==null?void 0x0:_0x1b9dce['hostUnitId'])!==_0xc69d7e[_0x5e5e04(0x1d1)]||_0x1b9dce[_0x5e5e04(0x46d)]!==_0xc69d7e[_0x5e5e04(0x46d)]||_0x1b9dce[_0x5e5e04(0x106)]!==_0xc69d7e[_0x5e5e04(0x106)]||(_0x1b9dce[_0x5e5e04(0x42d)]??'stage1')!==_0xc69d7e['stage'])&&this[_0x5e5e04(0x278)][_0x5e5e04(0x511)](_0xc69d7e);}[_0x404806(0x44d)](_0x347321,_0x47d40a){const _0x569bb1=_0x404806;let _0x14b137=this[_0x569bb1(0x4ff)]();!_0x14b137||_0x14b137[_0x569bb1(0x46d)]!==_0x347321||(_0x14b137[_0x569bb1(0x42d)]??_0x569bb1(0x4a1))!==_0x47d40a&&this[_0x569bb1(0x278)]['next']({..._0x14b137,'stage':_0x47d40a});}[_0x404806(0x5ab)](_0x141dad){const _0x40785e=_0x404806;this[_0x40785e(0x162)](_0x141dad)===_0x40785e(0x4a1)&&this[_0x40785e(0x44d)](_0x141dad,_0x40785e(0x6c6));}[_0x404806(0x589)](_0x15d461){const _0x3d3053=_0x404806;let _0x202ac4=this[_0x3d3053(0x4ff)]();_0x202ac4&&(!_0x15d461||_0x202ac4[_0x3d3053(0x46d)]===_0x15d461)&&this[_0x3d3053(0x278)][_0x3d3053(0x511)](null);}},ae=class{constructor(){const _0x2ebcdb=_0x404806;V(this,_0x2ebcdb(0x2e5),new l['BehaviorSubject'](null)),V(this,_0x2ebcdb(0x35e),this[_0x2ebcdb(0x2e5)][_0x2ebcdb(0x516)]());}[_0x404806(0x593)](){const _0x37e9e4=_0x404806;return this[_0x37e9e4(0x2e5)][_0x37e9e4(0x3a9)]();}['activate'](_0x9f0813,_0x22aff3,_0x4c0aa6={}){const _0x32bbd0=_0x404806;var _0x2ac4c8,_0x57b7ed;if(!_0x9f0813[_0x32bbd0(0x106)]||_0x9f0813[_0x32bbd0(0x34e)]==null)throw Error(_0x32bbd0(0x625));let _0x1d8beb=((_0x2ac4c8=_0x9f0813[_0x32bbd0(0x66c)])==null?void 0x0:_0x2ac4c8[_0x32bbd0(0x480)])||void 0x0;if(_0x22aff3===_0x32bbd0(0x31c)&&(!_0x1d8beb||_0x1d8beb[_0x32bbd0(0x1f9)]!==!0x0))throw Error(_0x32bbd0(0x4bf));if(_0x22aff3!==_0x32bbd0(0x31c))throw Error('EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON');if((((_0x57b7ed=_0x4c0aa6[_0x32bbd0(0x47e)])==null?void 0x0:_0x57b7ed[_0x32bbd0(0x2ec)])??e[_0x32bbd0(0x6a6)][_0x32bbd0(0x2ec)])!=='host'&&_0x4c0aa6[_0x32bbd0(0x5f4)]!==!0x0)return this[_0x32bbd0(0x589)](_0x9f0813['embedId']),null;let _0x429502={'hostUnitId':_0x9f0813[_0x32bbd0(0x1d1)],'embedId':_0x9f0813[_0x32bbd0(0x46d)],'childUnitId':_0x9f0813['childUnitId'],'childType':_0x9f0813[_0x32bbd0(0x34e)],'entry':_0x9f0813[_0x32bbd0(0x3fd)],'reason':_0x22aff3,'portalContainer':_0x4c0aa6[_0x32bbd0(0x4e9)],'hideHostFxBar':_0x1d8beb==null?void 0x0:_0x1d8beb[_0x32bbd0(0x6d0)],'lockHostRibbon':_0x1d8beb==null?void 0x0:_0x1d8beb[_0x32bbd0(0x5fb)]},_0x7a6579=this[_0x32bbd0(0x593)]();return W(_0x7a6579,_0x429502)?_0x7a6579:(this[_0x32bbd0(0x2e5)][_0x32bbd0(0x511)](_0x429502),_0x429502);}[_0x404806(0x589)](_0x517a11){const _0x1c1a43=_0x404806;let _0x5db3a2=this[_0x1c1a43(0x593)]();_0x5db3a2&&(!_0x517a11||_0x5db3a2['embedId']===_0x517a11)&&this[_0x1c1a43(0x2e5)][_0x1c1a43(0x511)](null);}};function W(_0x14767d,_0x3da4b0){const _0x454eca=_0x404806;return _0x14767d!=null&&_0x14767d[_0x454eca(0x1d1)]===_0x3da4b0[_0x454eca(0x1d1)]&&_0x14767d['embedId']===_0x3da4b0[_0x454eca(0x46d)]&&_0x14767d[_0x454eca(0x106)]===_0x3da4b0[_0x454eca(0x106)]&&_0x14767d[_0x454eca(0x34e)]===_0x3da4b0[_0x454eca(0x34e)]&&_0x14767d[_0x454eca(0x3fd)]===_0x3da4b0['entry']&&_0x14767d['reason']===_0x3da4b0[_0x454eca(0x5cd)]&&_0x14767d[_0x454eca(0x4e9)]===_0x3da4b0[_0x454eca(0x4e9)]&&_0x14767d[_0x454eca(0x6d0)]===_0x3da4b0[_0x454eca(0x6d0)]&&_0x14767d[_0x454eca(0x5fb)]===_0x3da4b0[_0x454eca(0x5fb)];}const G=_0x404806(0x3ae);var K=class{constructor(){const _0x3e2ecb=_0x404806;V(this,_0x3e2ecb(0x388),new Map()),V(this,_0x3e2ecb(0x3f4),new Map()),V(this,'_runtimeScopes',new Map()),V(this,_0x3e2ecb(0x655),0x0),V(this,_0x3e2ecb(0x4cc),new l[(_0x3e2ecb(0x59c))]()),V(this,_0x3e2ecb(0x64f),new l[(_0x3e2ecb(0x59c))]());}[_0x404806(0x3c9)](_0x1f2d6c){const _0x3ec6b8=_0x404806;let _0x50c5a4={'role':_0x1f2d6c[_0x3ec6b8(0x3b3)],'owner':_0x1f2d6c[_0x3ec6b8(0xd0)],'sessionMode':_0x1f2d6c[_0x3ec6b8(0x61f)],'hostUnitId':_0x1f2d6c[_0x3ec6b8(0x1d1)],'childUnitId':_0x1f2d6c[_0x3ec6b8(0x106)],'childType':_0x1f2d6c[_0x3ec6b8(0x34e)],'associatedChildUnitIds':_0x1f2d6c[_0x3ec6b8(0x359)],'sequence':++this[_0x3ec6b8(0x655)]},_0xbe04e5=this[_0x3ec6b8(0x388)][_0x3ec6b8(0x35f)](_0x1f2d6c[_0x3ec6b8(0x46d)]);return _0xbe04e5||(_0xbe04e5=new Set(),this['_leases'][_0x3ec6b8(0x37d)](_0x1f2d6c[_0x3ec6b8(0x46d)],_0xbe04e5)),_0xbe04e5[_0x3ec6b8(0x1ab)](_0x50c5a4),_0x50c5a4[_0x3ec6b8(0x3b3)]!=='runtime'&&this[_0x3ec6b8(0x6cc)](),_0x50c5a4[_0x3ec6b8(0x3b3)]===_0x3ec6b8(0x2c4)&&this[_0x3ec6b8(0x18d)](),(0x0,n[_0x3ec6b8(0x6e6)])(()=>{const _0x159772=_0x3ec6b8;_0xbe04e5==null||_0xbe04e5['delete'](_0x50c5a4),(_0xbe04e5==null?void 0x0:_0xbe04e5[_0x159772(0x237)])===0x0&&this['_leases'][_0x159772(0x4d8)](_0x1f2d6c[_0x159772(0x46d)]),_0x50c5a4['role']!==_0x159772(0x5ef)&&this[_0x159772(0x6cc)](),_0x50c5a4['role']===_0x159772(0x2c4)&&this[_0x159772(0x18d)]();});}['hasChildInteractionLease'](_0x5e96e8){const _0xd334bb=_0x404806;if(!_0x5e96e8)return!0x1;let _0x323316=this['_leases'][_0xd334bb(0x35f)](_0x5e96e8);return _0x323316&&[..._0x323316]['some'](_0x1b594b=>_0x1b594b['role']!=='runtime')?!0x0:this[_0xd334bb(0x55d)](_0x5e96e8,this[_0xd334bb(0xbc)](_0x5e96e8));}['hasBlockingChildFocusLease'](_0x2a86ea,_0x660a16){const _0x20f538=_0x404806;if(!_0x2a86ea)return!0x1;let _0x183642=this[_0x20f538(0x388)][_0x20f538(0x35f)](_0x2a86ea);return _0x183642&&[..._0x183642][_0x20f538(0x5c0)](_0x10ed72=>this[_0x20f538(0x6ee)](_0x10ed72,_0x660a16))?!0x0:this['containsElement'](_0x2a86ea,this['_getActiveElement'](_0x2a86ea));}[_0x404806(0x3d6)](){const _0x2fc634=_0x404806;return[...this[_0x2fc634(0x388)]['values']()]['some'](_0x2d675e=>[..._0x2d675e][_0x2fc634(0x5c0)](_0x169612=>_0x169612['role']!==_0x2fc634(0x5ef)))||this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x404806(0x2d2)](_0xd99efe){const _0x361b3c=_0x404806;if([...this[_0x361b3c(0x388)]['values']()]['some'](_0x14b7e8=>[..._0x14b7e8][_0x361b3c(0x5c0)](_0x337739=>this[_0x361b3c(0x6ee)](_0x337739,_0xd99efe))))return!0x0;let _0x232a5a=this[_0x361b3c(0x30b)]();return _0x232a5a!=null&&this[_0x361b3c(0x27a)](_0x232a5a[_0x361b3c(0x3b3)]);}[_0x404806(0x53f)](_0x343557,_0xb8a06e){const _0x12d429=_0x404806;if(!_0x343557)return!0x1;let _0x457dfe=this['_leases'][_0x12d429(0x35f)](_0x343557);return _0x457dfe&&[..._0x457dfe][_0x12d429(0x5c0)](_0x4ea8b9=>this[_0x12d429(0x4a4)](_0x4ea8b9,_0xb8a06e))?!0x0:this[_0x12d429(0x55d)](_0x343557,this['_getActiveElement'](_0x343557));}[_0x404806(0x4e5)](_0x1ddf4f){const _0x1a33d2=_0x404806;return[...this[_0x1a33d2(0x388)][_0x1a33d2(0x4c9)]()][_0x1a33d2(0x5c0)](_0x5ace09=>[..._0x5ace09][_0x1a33d2(0x5c0)](_0x329181=>this[_0x1a33d2(0x4a4)](_0x329181,_0x1ddf4f)))?!0x0:this[_0x1a33d2(0x30b)]()!=null;}[_0x404806(0x39b)](_0x3806d4,_0x35b3f6){const _0x3b13e6=_0x404806;if(!_0x3806d4)return this[_0x3b13e6(0x4e5)](_0x35b3f6);if([...this['_leases'][_0x3b13e6(0x4c9)]()][_0x3b13e6(0x5c0)](_0x49fe80=>[..._0x49fe80]['some'](_0x5ba5be=>this[_0x3b13e6(0x4a4)](_0x5ba5be,_0x35b3f6)&&this[_0x3b13e6(0x32f)](_0x5ba5be,_0x3806d4))))return!0x0;let _0x370405=this[_0x3b13e6(0x30b)]();if(!_0x370405)return!0x1;let _0x5471ef=this['_leases']['get'](_0x370405['embedId']);return _0x5471ef&&[..._0x5471ef][_0x3b13e6(0x5c0)](_0x32ab67=>this[_0x3b13e6(0x4a4)](_0x32ab67,_0x35b3f6)&&this[_0x3b13e6(0x32f)](_0x32ab67,_0x3806d4))?!0x0:this[_0x3b13e6(0x5dc)](_0x370405['embedId'],_0x3806d4);}[_0x404806(0x564)](_0x360847){const _0x493532=_0x404806;return _0x360847?[...this[_0x493532(0x388)][_0x493532(0x4c9)]()][_0x493532(0x5c0)](_0x1fd6d1=>[..._0x1fd6d1][_0x493532(0x5c0)](_0x21e8c5=>this[_0x493532(0x510)](_0x21e8c5,_0x360847)&&_0x21e8c5[_0x493532(0x3b3)]!=='runtime')):!0x1;}[_0x404806(0x508)](_0x5fd13){const _0x44a4d0=_0x404806;let _0x47a8fc={'hostUnitId':_0x5fd13[_0x44a4d0(0x1d1)],'childUnitId':_0x5fd13['childUnitId'],'childType':_0x5fd13[_0x44a4d0(0x34e)],'sessionMode':_0x5fd13['sessionMode']};return this[_0x44a4d0(0x64e)]['set'](_0x5fd13[_0x44a4d0(0x46d)],_0x47a8fc),this[_0x44a4d0(0x6cc)](),this[_0x44a4d0(0x18d)](),(0x0,n[_0x44a4d0(0x6e6)])(()=>{const _0x44ed32=_0x44a4d0;this[_0x44ed32(0x64e)][_0x44ed32(0x35f)](_0x5fd13[_0x44ed32(0x46d)])===_0x47a8fc&&(this[_0x44ed32(0x64e)][_0x44ed32(0x4d8)](_0x5fd13[_0x44ed32(0x46d)]),this['_notifyRuntimeFocusChanged'](),this['_notifyRuntimeSessionChanged']());});}[_0x404806(0x48b)](_0x2e84fb){const _0x10e5d5=_0x404806;if(_0x2e84fb){for(let [_0x5abfd2,_0x56aace]of this[_0x10e5d5(0x64e)])if(_0x56aace['childUnitId']===_0x2e84fb)return{'embedId':_0x5abfd2,'hostUnitId':_0x56aace[_0x10e5d5(0x1d1)],'childUnitId':_0x56aace['childUnitId'],'childType':_0x56aace[_0x10e5d5(0x34e)],'sessionMode':_0x56aace[_0x10e5d5(0x61f)]};}}[_0x404806(0xdd)](){const _0x42a3a8=_0x404806;let _0x3b8d61;for(let [_0x2662d6,_0x421f9b]of this[_0x42a3a8(0x388)])for(let _0x3c50af of _0x421f9b){if(_0x3c50af[_0x42a3a8(0x3b3)]!=='child-session'||!_0x3c50af[_0x42a3a8(0x106)])continue;let _0x3e2491=this[_0x42a3a8(0x40e)](_0x3c50af);(!_0x3b8d61||_0x3e2491>_0x3b8d61[_0x42a3a8(0x584)]||_0x3e2491===_0x3b8d61[_0x42a3a8(0x584)]&&_0x3c50af['sequence']>_0x3b8d61['lease'][_0x42a3a8(0x400)])&&(_0x3b8d61={'embedId':_0x2662d6,'lease':_0x3c50af,'priority':_0x3e2491});}return _0x3b8d61?{'embedId':_0x3b8d61[_0x42a3a8(0x46d)],'hostUnitId':_0x3b8d61[_0x42a3a8(0x475)][_0x42a3a8(0x1d1)],'childUnitId':_0x3b8d61[_0x42a3a8(0x475)]['childUnitId'],'childType':_0x3b8d61[_0x42a3a8(0x475)]['childType'],'sessionMode':this[_0x42a3a8(0x6c7)](_0x3b8d61[_0x42a3a8(0x475)])}:void 0x0;}[_0x404806(0x44a)](_0x5d2414,_0xcb530d,_0x1d7730){const _0x202773=_0x404806;if(!_0x5d2414)return!0x1;let _0x5d5b99=this[_0x202773(0x33e)](_0xcb530d,_0x1d7730);return _0x5d5b99?this['_ownedEmbedAppliesToChildUnit'](_0x5d5b99,_0x5d2414):!0x1;}[_0x404806(0x651)](_0x36a67f,_0x3402d5,_0x28a3ae,_0x210834){const _0x27dd3a=_0x404806;return this['isChildUnitRuntimeEvent'](_0x36a67f,_0x3402d5,_0x28a3ae)||this[_0x27dd3a(0x564)](_0x36a67f)?!0x1:this[_0x27dd3a(0x39b)](_0x36a67f,_0x210834);}[_0x404806(0x699)](_0x309c9c){const _0x402956=_0x404806;let _0x1c83f5=this[_0x402956(0x3f4)]['get'](_0x309c9c[_0x402956(0x46d)]);_0x1c83f5||(_0x1c83f5=new Set(),this['_elements'][_0x402956(0x37d)](_0x309c9c[_0x402956(0x46d)],_0x1c83f5)),_0x1c83f5[_0x402956(0x1ab)](_0x309c9c[_0x402956(0x3bd)]);let _0x3e846f=_0x309c9c[_0x402956(0x3bd)][_0x402956(0x125)](G);return _0x309c9c[_0x402956(0x3bd)][_0x402956(0x717)](G,_0x309c9c[_0x402956(0x3b3)]),this[_0x402956(0x6cc)](),(0x0,n[_0x402956(0x6e6)])(()=>{const _0x1755bd=_0x402956;_0x1c83f5==null||_0x1c83f5[_0x1755bd(0x4d8)](_0x309c9c['element']),(_0x1c83f5==null?void 0x0:_0x1c83f5[_0x1755bd(0x237)])===0x0&&this[_0x1755bd(0x3f4)][_0x1755bd(0x4d8)](_0x309c9c[_0x1755bd(0x46d)]),_0x3e846f==null?_0x309c9c['element'][_0x1755bd(0x633)](G):_0x309c9c[_0x1755bd(0x3bd)][_0x1755bd(0x717)](G,_0x3e846f),this[_0x1755bd(0x6cc)]();});}[_0x404806(0x598)](_0x134fb5){const _0x5dc40d=_0x404806;return _0x134fb5?[...this[_0x5dc40d(0x3f4)][_0x5dc40d(0x35f)](_0x134fb5)??[]]:[];}[_0x404806(0x55d)](_0x570d1d,_0x989e87,_0x1a10a0){const _0x4649bb=_0x404806;if(!_0x570d1d)return!0x1;let _0x478c14=this[_0x4649bb(0x3f4)][_0x4649bb(0x35f)](_0x570d1d),_0x12538e=typeof(_0x1a10a0==null?void 0x0:_0x1a10a0['composedPath'])==_0x4649bb(0x338)?_0x1a10a0['composedPath']():void 0x0;return _0x478c14!=null&&_0x478c14['size']&&_0x12538e!=null&&_0x12538e['some'](_0x46d916=>_0x46d916 instanceof HTMLElement&&this['_containsRegisteredElement'](_0x478c14,_0x46d916))||_0x12538e!=null&&_0x12538e[_0x4649bb(0x5c0)](_0x3944a3=>_0x3944a3 instanceof HTMLElement&&this[_0x4649bb(0x449)](_0x570d1d,_0x3944a3))?!0x0:_0x989e87 instanceof HTMLElement&&(!!(_0x478c14!=null&&_0x478c14[_0x4649bb(0x237)])&&this[_0x4649bb(0x22e)](_0x478c14,_0x989e87)||this[_0x4649bb(0x449)](_0x570d1d,_0x989e87));}[_0x404806(0x22e)](_0x2ebcb1,_0x281d53){const _0xfe0346=_0x404806;return[..._0x2ebcb1][_0xfe0346(0x5c0)](_0xe0212=>_0xe0212===_0x281d53||_0xe0212['contains'](_0x281d53));}[_0x404806(0x6ee)](_0x50af81,_0x3caa39){const _0x4a74ef=_0x404806;var _0x4c4740;return _0x50af81[_0x4a74ef(0xd0)]&&_0x3caa39!=null&&(_0x4c4740=_0x3caa39[_0x4a74ef(0x4d3)])!=null&&_0x4c4740[_0x4a74ef(0x14c)](_0x50af81[_0x4a74ef(0xd0)])?!0x1:this[_0x4a74ef(0x27a)](_0x50af81[_0x4a74ef(0x3b3)]);}[_0x404806(0x4a4)](_0x141ff0,_0x1bb0f8){const _0xf8a29d=_0x404806;var _0x59f202;return _0x141ff0['owner']&&_0x1bb0f8!=null&&(_0x59f202=_0x1bb0f8['ignoreOwners'])!=null&&_0x59f202[_0xf8a29d(0x14c)](_0x141ff0[_0xf8a29d(0xd0)])?!0x1:_0x141ff0[_0xf8a29d(0x3b3)]!==_0xf8a29d(0x5ef);}['_leaseAppliesToHostUnit'](_0x1bf393,_0x5afea){const _0x2b937c=_0x404806;return _0x1bf393[_0x2b937c(0x1d1)]==null||_0x1bf393[_0x2b937c(0x1d1)]===_0x5afea;}[_0x404806(0x5dc)](_0xed47fc,_0x59bee9){const _0x1a16f3=_0x404806;let _0xf1ce57=this[_0x1a16f3(0x64e)][_0x1a16f3(0x35f)](_0xed47fc);return!!_0xf1ce57&&(_0xf1ce57[_0x1a16f3(0x1d1)]==null||_0xf1ce57[_0x1a16f3(0x1d1)]===_0x59bee9);}[_0x404806(0x510)](_0x285162,_0x2b180b){const _0x532b14=_0x404806;var _0x2661ac;return _0x285162[_0x532b14(0x106)]===_0x2b180b||((_0x2661ac=_0x285162['associatedChildUnitIds'])==null?void 0x0:_0x2661ac[_0x532b14(0x14c)](_0x2b180b))===!0x0;}['_ownedEmbedAppliesToChildUnit'](_0x432b33,_0x1bcc54){const _0x5d8315=_0x404806;var _0x1260f6;if(((_0x1260f6=this[_0x5d8315(0x64e)]['get'](_0x432b33))==null?void 0x0:_0x1260f6[_0x5d8315(0x106)])===_0x1bcc54)return!0x0;let _0x479436=this[_0x5d8315(0x388)]['get'](_0x432b33);return!!_0x479436&&[..._0x479436]['some'](_0xd74d6a=>this['_leaseAppliesToChildUnit'](_0xd74d6a,_0x1bcc54));}[_0x404806(0x27a)](_0x23ef51){const _0x3f1d2f=_0x404806;return _0x23ef51!==_0x3f1d2f(0x5ef);}['_getChildSessionPriority'](_0xd434a8){const _0x4b3881=_0x404806;let _0x56b419=this['_resolveChildSessionMode'](_0xd434a8);return _0x56b419===_0x4b3881(0x663)?0x1e:_0x56b419===_0x4b3881(0x46e)?0x14:_0x56b419===_0x4b3881(0x2af)?0xa:0x0;}[_0x404806(0x6c7)](_0x168d2e){const _0x5186df=_0x404806;return _0x168d2e['sessionMode']?_0x168d2e['sessionMode']:_0x168d2e[_0x5186df(0xd0)]==='fullscreen-runtime'?_0x5186df(0x663):_0x168d2e[_0x5186df(0xd0)]==='stage2-runtime'||_0x168d2e[_0x5186df(0xd0)]==='doc-block-stage2-runtime'?_0x5186df(0x46e):_0x168d2e[_0x5186df(0xd0)]===_0x5186df(0x6e8)?'child-tab':_0x168d2e[_0x5186df(0x3b3)]===_0x5186df(0x2c4)?_0x5186df(0x46e):'host-passive';}['_isOwnedBoundaryElement'](_0x1389b2,_0x25c5c0){const _0x489eca=_0x404806;return _0x25c5c0[_0x489eca(0x23f)]('['+q+'=\x22'+_0x1389b2+'\x22]')!=null;}[_0x404806(0x33e)](_0x39c0c2,_0x376edb){const _0x352555=_0x404806;let _0x50b54e=typeof(_0x376edb==null?void 0x0:_0x376edb[_0x352555(0x41e)])==_0x352555(0x338)?_0x376edb['composedPath']():void 0x0,_0x4ae5ba=(_0x50b54e==null?void 0x0:_0x50b54e[_0x352555(0x18f)](_0x3f411c=>this[_0x352555(0x223)](_0x3f411c)&&_0x3f411c[_0x352555(0x2a0)]('data-embed-interaction-boundary-owner')))??(this[_0x352555(0x223)](_0x39c0c2)?_0x39c0c2[_0x352555(0x23f)](_0x352555(0x12e))??void 0x0:void 0x0);return(_0x4ae5ba==null?void 0x0:_0x4ae5ba[_0x352555(0x125)](_0x352555(0x6bb)))??this[_0x352555(0xb6)](_0x376edb);}[_0x404806(0xb6)](_0x107e2d){const _0x1d40c5=_0x404806;let _0x273b6b=this[_0x1d40c5(0x560)](_0x107e2d);if(!_0x273b6b)return;let _0x200662;for(let [_0x5d21d1,_0x23b8a1]of this['_elements'])for(let _0x3aa355 of _0x23b8a1){let _0x4b5dbb=_0x3aa355[_0x1d40c5(0x4c2)]();if(!this[_0x1d40c5(0x298)](_0x4b5dbb,_0x273b6b[_0x1d40c5(0x2fc)],_0x273b6b[_0x1d40c5(0x3e5)]))continue;let _0x1ca67f=_0x4b5dbb['width']*_0x4b5dbb['height'];(!_0x200662||_0x1ca67f<_0x200662[_0x1d40c5(0x19e)])&&(_0x200662={'embedId':_0x5d21d1,'area':_0x1ca67f});}return _0x200662==null?void 0x0:_0x200662[_0x1d40c5(0x46d)];}[_0x404806(0x560)](_0xb15c26){const _0x929fb4=_0x404806;let _0x5c9ba0=_0xb15c26;if(_0x5c9ba0){if(Number['isFinite'](_0x5c9ba0[_0x929fb4(0x2fc)])&&Number['isFinite'](_0x5c9ba0[_0x929fb4(0x3e5)]))return{'clientX':_0x5c9ba0['clientX'],'clientY':_0x5c9ba0[_0x929fb4(0x3e5)]};if(Number[_0x929fb4(0x581)](_0x5c9ba0['x'])&&Number['isFinite'](_0x5c9ba0['y']))return{'clientX':_0x5c9ba0['x'],'clientY':_0x5c9ba0['y']};}}[_0x404806(0x298)](_0x46afff,_0x5ba5cd,_0x39e73f){const _0x236dde=_0x404806;return _0x46afff[_0x236dde(0x6e7)]>0x0&&_0x46afff['height']>0x0&&_0x5ba5cd>=_0x46afff[_0x236dde(0x1fb)]&&_0x5ba5cd<=_0x46afff['right']&&_0x39e73f>=_0x46afff[_0x236dde(0xf8)]&&_0x39e73f<=_0x46afff['bottom'];}['_getActiveOwnedRuntimeFocusInfo'](){const _0xae7f66=_0x404806;var _0x104413;let _0x442633=this[_0xae7f66(0x458)]();if(!this[_0xae7f66(0x223)](_0x442633))return;let _0x37742e=_0x442633[_0xae7f66(0x23f)]('['+q+']');if(!_0x37742e)return;let _0x12672b=_0x37742e[_0xae7f66(0x125)](q),_0x23c8df=(_0x104413=_0x442633[_0xae7f66(0x23f)](_0xae7f66(0x2cf)))==null?void 0x0:_0x104413[_0xae7f66(0x125)](G);return _0x12672b&&this[_0xae7f66(0x182)](_0x23c8df)?{'embedId':_0x12672b,'role':_0x23c8df}:void 0x0;}['_isHTMLElement'](_0xe27aaf){const _0x14f68e=_0x404806;var _0x495a7a;if(!_0xe27aaf)return!0x1;let _0x344083=(_0x495a7a=_0xe27aaf[_0x14f68e(0x577)])==null?void 0x0:_0x495a7a[_0x14f68e(0x270)];return _0x344083?_0xe27aaf instanceof _0x344083[_0x14f68e(0x52f)]:typeof HTMLElement<'u'&&_0xe27aaf instanceof HTMLElement;}[_0x404806(0x182)](_0x44888f){const _0x3226f6=_0x404806;return _0x44888f===_0x3226f6(0x5ef)||_0x44888f===_0x3226f6(0x2c4)||_0x44888f===_0x3226f6(0x3a0)||_0x44888f===_0x3226f6(0x1dc)||_0x44888f===_0x3226f6(0x12f);}[_0x404806(0x458)](){const _0x25e2cc=_0x404806;for(let _0x8756e0 of this[_0x25e2cc(0x3f4)][_0x25e2cc(0x4c9)]()){var _0x471288;let _0x33203c=(_0x471288=_0x8756e0['values']()[_0x25e2cc(0x511)]()[_0x25e2cc(0x185)])==null?void 0x0:_0x471288[_0x25e2cc(0x577)];if(_0x33203c!=null&&_0x33203c[_0x25e2cc(0x390)])return _0x33203c['activeElement'];}return typeof document>'u'?null:document[_0x25e2cc(0x390)];}['_getActiveElement'](_0x5351bb){const _0x136d1a=_0x404806;var _0x24de10;let _0xeea7b5=this[_0x136d1a(0x3f4)]['get'](_0x5351bb),_0x49954e=_0xeea7b5==null||(_0x24de10=_0xeea7b5[_0x136d1a(0x4c9)]()['next']()[_0x136d1a(0x185)])==null?void 0x0:_0x24de10[_0x136d1a(0x577)];return(_0x49954e==null?void 0x0:_0x49954e[_0x136d1a(0x390)])??(typeof document>'u'?null:document['activeElement']);}['_notifyRuntimeFocusChanged'](){const _0x443d26=_0x404806;this[_0x443d26(0x4cc)][_0x443d26(0x511)]();}[_0x404806(0x18d)](){const _0xfbffab=_0x404806;this['runtimeSessionChanged$'][_0xfbffab(0x511)]();}};const q=_0x404806(0x6bb);function _0x1af4(){const _0x18b73c=['_modelService','position','radio','AddWorksheetMergeHorizontalCommand','DeleteBaseViewCommand','activeUntil','innerWidth','embedFloatingMenuEntry','FOCUSING_SHEET','CanvasFloatDomPreviewService','embedChildRenderUnitId','trim','231252HaqnQQ','parentElement','getConfig','child','fit','runtime','sheetLike','openRecordDetail','generateRandomId','registerContext','allowPlaceholder','startsWith','useLayoutEffect','hostElement','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','min','_registerComponents','lockHostRibbon','docs-sticky-base','_renderManagerService','embed-ui.config','DropdownMenu','popupRoot','_releaseTabPeerFocusLease','setActive','getParentEmbedId','IconManager','getFlatMenuByPositionKey','identifier','bases-ui.ribbon','cancelable','elementAdd$','createScoped','DependentOn','abs','border:1px\x20dashed\x20rgba(99,102,106,.35)','RedoCommand','start','initialWidth','slice','max-width','IBaseEmbedFloatingGeometryService','_rememberPreviousChildCurrentUnit','sheets-floating-object','getDescriptor','_markRuntimeFocusRole','_mountFloatingMenu','viewSettings','GRID_ROW_HEADER_WIDTH','pageContentWidth','content-bounds-fit','order','ComponentManager','sessionMode','none','resolve','UniverLicensePlugin','_config','pushUndoRedo','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','76566ZyybAo','_collectOwnedFloatingSurfaceRoots','restoreService','ContextMenuService','FOCUSING_SLIDE','[data-embed-sheets-sheet-tab-host=\x22','OpenBaseActiveEditorOperation','univer-doc-selection-container-docs-','activeSlideId$','embed-float-dom-interaction-gate','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','pageManager','config','removeAttribute','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','resolveDocsCustomBlockSize','bases-ui.embed','clearFocusOwner','restoreViewState','fullscreen-runtime','LocaleService','allowOwnedPortalReassignment','univer-text-gray-900\x20dark:!univer-text-white','_commandService','selectElements','registerContextMenuHandler','embed-ui.sheetsFloating.align.left','FOCUSING_','unmerge','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','pageId','_normalizeHostMountResult','hostType','onCommandExecuted','enableExclusivePolicy','_focusLayout','unitAdded$','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','setActivatedTab','SheetsUIMenuSchema','_runtimeScopes','runtimeSessionChanged$','slides-ui.embed','shouldSuppressHostInteraction','resolveGridRowHeight','retry','data-embed-menu-slot','_leaseSequence','hideFloatMenu','FOCUSING_DOC','embed-ui.sheetsFloating.textWrap.clip','maxDepth','FontFamilyItem','getZoomRatio','Docs','BoardShapeIntrinsicSizeService','getContextByChildUnitId','data-embed-slides-floating-object-host','unmount','setTimeout','univer-text-red-500','child-fullscreen','test','defaultPluginConfig','padding:16px','sheet-embed-floating-menu','state$','stickyHeaderHeight','CreateBaseViewCommand','darkMode$','sourceMeta','mount','identifier:ui.popup.service','error','number','setActiveSlide','_runChildBeforeDeactivate','externalHostInteractionUntil','[data-embed-floating-menu-popup=\x22true\x22]','hostLayout$','view-','getOffsetConfig','title','ViewTabs','PointerDown','BaseViewWheelScrollService','_assertResolvedChild','checkContentIsFocused','getUnitCreateOptions','configChanged$','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','overlay','session$','mountMenu','_baseUIStateService','clip-path','container','fitContent','getByEmbedId','_setAnchorTransformerVisible','setSearchQuery','runtimeRoots','apply','AddWorksheetMergeAllCommand','_pendingPortalOwner','RIGHT','registerChildInteraction','app','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-white\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','materializeDescriptor','registerMountedRuntime','_ensurePortalObserver','__editor_docs-','injector','setFakeToolbarVisible','registerElement','activateView','scrollTop','ISlideEmbedFloatDomRenderer','base-workbench','_hasUnit','BoardsFloatingObject','embed-ui.basesFloating.viewSettings.addView','useState','_queue','_markExistingBodyPortals','dataset','OTHERS','DEFAULT_EMBED_TAB_LAYOUT_POLICY','getActiveDescriptorsByChildUnit','passiveWheelHandlerRegistry','rules','scene','hypot','ICanvasPopupService','registerRoot','rootElement','_disposed','defaults','getRowVisible','hasRecentInteractionFor','table','univer-size-7','_mountService','deactivateFloatingSession','BASE_VIEW_MENU_ITEMS','univer-flex\x20univer-items-center\x20univer-justify-center','constructor','configurations','data-embed-interaction-boundary-owner','chrome','univer-pointer-events-auto','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','SetCellEditVisibleOperation','ZoomOutIcon','VIEW','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','content','capture','focusCoordinator','stage2','_resolveChildSessionMode','_exited$','recalculate','metaKey','message','_notifyRuntimeFocusChanged','string','BaseEditorService','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','hideHostFxBar','SoftDeleteEmbedDescriptorMutation','measureContentSize','sceneCanvasCaptureService','embed-ui.sheetsFloating.toolbar.resetColor','-44px','menu','SetRangeFontSizeCommand','IBaseViewWheelScrollService','SetRangeBoldCommand','registerCtorForType','removeEventListener','Missing\x20embed\x20float\x20preview\x20provider:\x20','_hasContributionId','WrapStrategy','getAllUnitsForType','selections','data-embed-host-unit-id','data-embed-overlay-root','IRibbonService','univer-min-w-0\x20univer-truncate','SheetsSparklineUIMenuSchema','toDisposable','width','tab-peer-runtime','documentFlavor','visualOffset','activateTable','FORMULAS','univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','_isBlockingLease','SheetsSortUIMenuSchema','contextChanged$','with','inset(0\x200\x20','includeAppShellEditorPortal','Separator','embed-ui.sheetsFloating.toolbar.textColor.main','schedule','setZoom','[data-u-comp=\x22embed-float-dom-live-content\x22]','pointer-events','key','scroll-contained','SheetsDrawingUIMenuSchema','useEffect','[data-u-comp=\x22embed-float-dom-live\x22]','_restorePreviousChildCurrentUnit','closeToolbarPanel','_componentManager','EmbedMountService','ISlideEmbedFloatingActiveService','height','createBasesTableListBlockHostAdapterContribution','useRef','_setCurrentUnitForType','getProjection','floatingActiveService','range','moved','contains','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','icon','IBaseUIStateService','shift','SLIDE_PAGE_RECT_KEY','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','univer-text-red-500\x20hover:univer-text-red-600','_boardElementService','deferred','registerComponent','setAttribute','insertBefore','BORDER_SIZE_CHILDREN','BoardDomLayerService','createDocsCustomBlockHostAdapterContribution','prototype','_contributions','setLeftPanelWidth','manual','useMemo','drawImage','_entriesByEmbedId','embedChildRenderError','_blockRegistry','IUIRuntimeScopeService','block','nextSibling','clearVirtualRecords','scrollState','AutoFillPopupMenu','CheckMarkIcon','_blurActiveElementBeforePortalReassignment','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','forEach','EmbedFullscreenService','createDefaultViewName','ExpandIcon','startWith','image','ctrlKey','ResetBackgroundColorCommand','AlignTopIcon','base','_getHostUnit','DEFAULT_WORKSHEET_COLUMN_WIDTH','toResourceRefUnitType','docs-sticky-sheet','list','index','[data-embed-floating-menu-entry]','setConfig','focus','direction$','closed','IImageIoService','BrushIcon','embed-ui.basesFloating.tableSidebar.defaultTableName','IUniverInstanceService','formulaBar','ActivateBaseViewOperation','_findPreviousReadyEntry','_overlayRootService','getOwnPropertySymbols','univer-w-28\x20univer-truncate\x20univer-text-left','EmbedDuplicateChildUnitError','VerticalIntegrationIcon','renderManagerService','removeRender','createSlidesPageListBlockHostAdapterContribution','scrollByViewportDeltaVal','SlidesFloatingObject','_wheelScrollService','FloatingToolbarSplitTrigger','entries','_resolveLayout','setZoomRatioAtViewportPoint','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','BoardElementInsertService','IBaseGlobalPortalService','EMBED_SHEETS_FLOATING_COMPONENT_KEY','_getOwnedEmbedIdFromEventPoint','embed-ui.sheetsFloating.toolbar.bold','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','_previousChildCurrentUnits','pluginName','deactivateTabSessions','_getActiveElement','bleedLeft','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','EmbedHostRestoreService','onStarting','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','dispatchEvent','_drainQueue','tableId','deepCompare','slides-page-list-block','queueMicrotask','overlayRoot','activatePortalScope','IBaseUIPopupService','catch','instanceService','pointerEvents','activateAnchor','resolvedDependencyCollection','owner','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','_flushPendingContributions','unsupported-layout','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','FontColorDoubleIcon','@univerjs-pro/embed-ui','getAll','items','conditionalColoring','DOCS_UI_PLUGIN_CONFIG_KEY','floatingMenus','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','resolveActiveChildSessionRuntimeScope','preventDefault','disabled','disposed','embedChildType','wrap','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','getProvider','EmbedUnitLeasePolicyService','pointerLease','Tooltip','registerFocusHandler','boards-ui.embed','SetBaseScrollOperation','pageMarginRight','Inject','_focusDocumentBody','4ouOBMP','div','createDefaultConfig','univer-text-sm','EMBED_MOUNT_CHILD_NOT_REGISTERED','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','customizeKanban','openActiveEditor','EmbedHostAdapterRegistryService','[data-board-viewport-host=\x22true\x22]','top','_isUniverPortalCandidate','_initializeFloatingSessionActiveState','closeActiveEditor','IBoardElementStateService','runtimeHostLeaseService','allowDirectBodyPortal','medium','sHeight','_ribbonOverrideService','boards-floating-object','deleteBlock','IBoardElementService','getGridProjectionBodyHeight','childUnitId','beforeCommandExecuted','baseUnitId','_registerProductMenus','embed-ui.sheetsFloating.toolbar.fontSize','renderScopeActive','top\x20left','horizontalAlign','current','query','supportedLayouts','slideOrder$','IMenuManagerService','SKIP_SELF','classList','hidden','embedLayout','jsxs','embedHostEntry','translateY(','scopedRenderInjector','#000000','scopedActionServiceTokens','embed-float-dom-content','KeyboardEvent','active$','right','fill','cancelAnimationFrame','document','tables','getAttribute','data-embed-slides-page-list-host','workbench','setCollapsedIds','_context','unsubscribe','_activePortalOwners','clearTab','documentElement','[data-embed-interaction-boundary-owner]','floating-menu','surface','Next\x20page','unitDisposed$','CanvasPopupService','PaintBucketDoubleIcon','setActiveSheet','then','footer','getCurrentSelections','_nextIndex','useCallback','isInternalEditorID','getMergedMenuSchema','OneToOneIcon','_runQueue','SHEETS_UI_PLUGIN_CONFIG_KEY','sheet-overlay','[data-u-comp=\x22embed-float-dom-content\x22]','syncingChildFromHost','focusin','EmbedHostMenuOverrideService','embed-ui.basesFloating.copySuffix','[data-u-comp=\x22embed-float-dom-chrome\x22]','span','embedChildUnitId','[data-embed-float-dom=\x22true\x22]','section','Plugin','includes','numfmt','_hostContainerRegistry','scrollLeft','LEFT','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','makeDirty','ISlideDrawingStateService','embed-ui.sheetsFloating.align.bottom','LookUp','_geometryInvalidated$','_childViewRegistry','viewportScrollY','13px','divider-format-tools','resolveSlideLogicalPageSize','bind','data-embed-id','UNIVER_DOC','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','EmbedHostAnchorModelService','registerProvider','getStage','_contextsByChildUnitId','ActivateBaseTableOperation','syncingHostFromChild','field-','sheet.operation.open.numfmt.panel','overflowY','inactive','hasExact','embed-ui.boardsFloating.zoomOut','ISlideEmbedMountService','token','allowHostBodyDrag','unitId','_claimBodyPortals','DesktopSidebarService','engine','_registerDefaultHostToolbar','_enableEmbedUnitLeasePolicy','startX','previewService','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','ColorPicker','getActiveSlide','stale','RibbonViewGroup','inert','divider-font','BaseViewType','textColor','_tabFocusLeases','DocPageLayoutService','_isRuntimeFocusRole','_focusUnit','Dropdown','value','pointermove','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','columnHeader','embed-ui.sheetsFloating.align.right','duplicateView','divider','Base','_notifyRuntimeSessionChanged','render','find','leftPanelWidth','ISlideEmbedFocusOwnerService','embed-float-dom-chrome','divider-layout','useValue','CloseBasePanelOperation','isSheetLikeDocsCustomBlockChildType','runtimeHost','_focusTabPeerSession','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','design','after:!univer-border-b-0\x20after:!univer-border-r-0','retryDelay','setPreview','area','28px','univer-text-primary-600','appendChild','title-only','deleteConfig','docsSheetLikeLayout','RemoveWorksheetMergeCommand','description','OVERFLOW','displayTarget','isolate','customizeField','add','pending','factory','image/png','ZoomInIcon','finally','name','showContextualTab','RibbonOthersGroup','UNRECOGNIZED','activateSession','OpenBasePanelOperation','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','dpr','univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','getTypeOfUnitDisposed$','deltaX','observe','zoom','now','roots','Select\x20page','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','style','getActiveSheet','height:100%','_providers','_contextsByEmbedId','_itemId','childOffset','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','data-u-comp','subscribeContextValue$','ArrowLeftIcon','useSyncExternalStore','px\x200)','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','BuiltInUIPart','hostUnitId','_resolveChildUnitId','_boardUIStateService','IncreaseIcon','1101656ssRrRI','EMBED_MOUNT_HOST_NOT_REGISTERED','updatedAt','focusFloatingRuntime','ConfigProvider','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','12px','child-popup','img','RibbonInsertGroup','blur','inline','_rootsByChildUnitId','_childUnitAncestry','IDocEmbedRuntimeFocusCoordinator','BaseViewIcon','ribbonService','Escape','getBoardPointFromClient','_session$','hasChildInteractionLease','calc(100%\x20-\x20','shiftKey','aspect-fit','hideContextualTab','MoreDownIcon','sheets-ui.ribbon','IRenderManagerService','viewState','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-[rgba(0,0,0,0.15)]\x20univer-p-0\x20univer-text-white\x20univer-opacity-100\x20univer-shadow-sm\x20univer-transition\x20univer-duration-150\x20hover:univer-bg-[rgba(0,0,0,0.4)]\x20hover:univer-opacity-100\x20hover:univer-shadow-md\x20dark:!univer-bg-[rgba(243,244,246,0.22)]\x20dark:!univer-text-gray-900\x20dark:!univer-shadow-none\x20dark:hover:!univer-bg-[rgba(243,244,246,0.4)]','contentRoot','embed-float-dom-overlay','placeholderTitle','_getBodyPortalOwner','resolveBoardInteractionConfig','views','enabled','OpenBaseRecordDetailPanelOperation','left','menuSlot','_items','_getChildUnitForMeasurement','stopEditingCell','recordOrder','stage-change','_sync','EmbedFocusOwnerService','_isAppShellEditorPortalCandidate','decorate','isArray','reduce','ISlideDrawingService','CanvasPopup','startEditingCell','VerticalCenterIcon','MoveBaseViewCommand','source','MenuManagerPosition','[data-u-comp=\x22headerbar\x22]','mode','embed-ui','stable','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','AllBorderIcon','VerticalAlign','unitID','createDefaultBaseTableSnapshot','value$','MutationObserver','hideTrackWhenUnscrollable','univer-pointer-events-auto\x20univer-min-w-0\x20univer-self-stretch','table-list','univer:embed-float-drag-handle:pointerdown','getBaseFloatingPanelPortalContainer','BaseUIStateService','unmountFloatingSessions','activate','darkMode','_isHTMLElement','deltaMode','type','clearFloating','settleDelayMs','activatedTab$','registerMultipleCommand','_rendering','[data-u-comp=\x22embed-docs-custom-block\x22]','IBaseEmbedRuntimeService','bleedWidth','_containsRegisteredElement','getViewport','RibbonPosition','embed-ui.sheetsFloating.toolbar.font','small','existingEmbedId','SetTextWrapCommand','stopPropagation','collapsedGroupPaths','size','univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','aside','addRecord','conditional-formatting','checkElementInCurrentContainers','getEmbedBoardsFloatingCustomData','activateTab','closest','restoreEmbed','Button','before:univer-hidden','syncExecuteCommand','isHostGesture','SetOnceFormatPainterCommand','useConfigValue','isEmbedBoardsFloatingElement','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','handleWheel','EmbedActivationService','previewUpdated$','getContextByEmbedId','canvas','data-radix-popper-content-wrapper','HorizontallyIcon','pointerup',':anonymous:','merge','gate','_markInteractionBoundaryOwnerTree','OpenBaseContextMenuOperation','closeOwnedFloatingSurfaces','vertical','embed-ui.sheetsFloating.toolbar.border.main','stage2-runtime','exited$','getPreview','sheet-workbench','\x20/\x20','univer-size-3.5','_activeDragCleanup','_domLayerService','useObservable','querySelectorAll','pointerdown','_scheduleFloatingChildFocus','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','replace','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','ISheetHostChromeOverrideService','placeholder','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','map','important','tab-peer','passiveViewportRegistry','active','defaultView','_observeWheel','chart','GRID_DEFAULT_COLUMN_WIDTH','Arial','getUnitId','_hostGestureEvents','detail','_active$','FOCUSING_BOARD','_isBlockingRole','hostScrollOffset','embed-ui.deleteBlock','inset','color:rgba(30,34,43,.64)','host-scroll','ScrollBar','auto','max','CreateEmbedCommand','verticalAlign','sheet.command.smart-toggle-filter','RibbonDataGroup','has','embed-ui.sheetsFloating.toolbar.formatPainter','RenameBaseViewCommand','activeTableId','_currentOverride','shape','currentTarget','_getVisibleCanvasDocumentRect','numberFormat','divider-block','ContextMenu','Previous\x20page','_isUniverPortalTreeElement','getSession','zIndex','children','HorizontalAlign','_rectContainsPoint','ThemeService','IDocEmbedInteractionBoundaryService','handleRegisteredWheel','_passiveWheelHandlerRegistry','ISidebarService','BehaviorSubject','executeCommand','hasAttribute','bases-table-list-block','StopBaseEditingCellOperation','findIndex','_entriesByKey','print','Sheets','DeviceInputEventType','ISheetEmbedFloatingGeometryService','_menuOverrideService','identifier:','restoreAnchor','hostHeaderMode','useFactory','menuOutlet','child-tab','EDITOR_ACTIVATED','SetRangeTextColorCommand','disable','GRID_HEADER_HEIGHT','embedChildRenderStatus','SheetsTableUIMenuSchema','resize','hostChromeMode','host-override','querySelector','registerCommand','thread-comment','zoomStep','_restoreStage2ChildFocusWhenHostRefocuses','DocFloatMenuService','defaultColumnWidth','register','clipBottom','target','[data-embed-float-fullscreen-button]','child-session','FORMULA_EDITOR_ACTIVATED','warn','[id^=\x22__editor_docs-\x22]','Workbook','ISlideEmbedRuntimeService','DeleteBaseTableCommand','mounted','sWidth','univer-box-border\x20univer-px-24','EmbedHostContainerRegistryService','[data-embed-runtime-focus-role]','contextmenu','remove','hasAnyBlockingChildFocusLease','slides-floating-object','univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','_relocateExistingSession','onMutationExecutedForCollab','version','sheetBar','SheetsFloatingObject','bleedRight','univer-fill-gray-900\x20dark:!univer-fill-white','_createMountFocusRestorer','enable','DocsTablePassiveWheelService','setCurrentUnitForType','IBaseProjectionService','AlignBottomIcon','floatingMenuInsetTop','Bases','embed-ui.basesFloating.confirmDelete.tableDescription','_override$','virtualWidth','_createRenderScope','_key','getTypeOfUnitAdded$','pivot-table','mountService','ribbon','BoardTextEditingService','createElement','getId','embed-ui.boardsFloating.resetZoom','data-embed-runtime-slot-owner','data-embed-popup-root','transform','captureByEmbedId','visibility','UNIVER_BOARD','deltaY','ISlideEmbedActivationService','_floatingActiveService','getCacheKey','_hostAdapterRegistry','clientX','IContextMenuService','closeSearch','34416LlqaXN','univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','_isDetachedOffscreenPortalCandidate','Gantt','absolute','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','defaultPageSize','8px','BaseTableSidebarFrame','unit','fixed','clipPath','_getActiveOwnedRuntimeFocusInfo','DEFAULT_TOTAL_SIZE','renderScope','getRegistrationByChildUnitId','_markBodyPortalOwner','data-embed-canvas-root','pipe','getResourceRefInputUnitSelector','hideContextMenu','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','SetDocZoomRatioOperation','mergeMenu','bottom','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','embedSlidesPresentationPreviewImage','ref','addEventListener','tab-active','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','visible','EditorContainer','disposables','docs-ui.ribbon','embed-ui.sheetsFloating.textWrap.wrap','embedChildRenderMode','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','note','SheetsSelectionsService','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','hideAllContextualTabs','canMount','getObject','resizeDocsSheetLikeRendererByWheel','Observable','_activateTabPeerFocusLease','childUnit','_leaseAppliesToHostUnit','getUnit','touchDependencies','addDisposer','scrollToViewportPos','fitToWidth','getRenderUnitById','ToolbarButton','ribbon$','function','symbol','_getHostSnapshot','borderComposite','univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','toDataURL','_getOwnedEmbedIdFromTarget','removeProperty','univer-doc-main-canvas','rowHeight','pointercancel','useDependency','disconnect','sheets-sheet-tab','PenIcon','_mountOwnedSession','1.0.0-beta.0','_embedModelService','childContext','data-embed-content-root','embedModelService','getAncestryForHostUnit','childType','doc-width-scale','SetHorizontalTextAlignCommand','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','univer-gap-0.5\x20univer-px-1','getScrollBar','maxExpansion','round','color','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','hostWheelGestureService','associatedChildUnitIds','Slides','splice','_anchorModelService','ghost','override$','get','zoomRatio','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','status','parseResourceRef','getUnitType','getSheetId','setProperty','toggleAttribute','activeViewId','deltaZ','px)','renderPreview','_configService','_rootsByHostAnchorId','disposeUnit','host','univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','calendarViewSettings','_rerenderHostDoc','createSlidesFloatingObjectHostAdapterContribution','univer.embed.host-vertical-wheel-attempted-event','hostAnchorId','[data-embed-interaction-boundary-owner=\x22','removeAllRanges','docsLeft','cycle','_portalObservers','SheetsFilterUIMenuSchema','DEFAULT_WORKSHEET_ROW_HEIGHT','set','VIEW_MAIN','SheetsOutlineUIMenuSchema','exit','syncHostVerticalScroll','calculatePagePosition','click','getContextByHostAnchorId','embed.sheets.','__embedSharedRootInjector','_univerInstanceService','_leases','base-embed-floating-menu','embed-ui.basesFloating.confirmDelete.viewDescription','_focusOwnerService','listSessions','viewScale','_registerFloatingMenus','[data-u-comp=\x22base-embed-view-slot\x22]','activeElement','_registerLateProductUIContributions','_contentSizeRegistry','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','BoardSelectionService','_contextsByHostAnchorId','menuContainer','univer-pointer-events-none\x20univer-absolute\x20univer-left-3.5\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-min-w-0\x20univer-items-center\x20univer-justify-between\x20univer-gap-4','requestAnimationFrame','hasCommand','mousedown','hasHostPreservingChildFocusLeaseForHost','mounting','subscribeConfigValue$','getSnapshot','slide-readonly-preview','child-editor','_handleDragStart','dragStarted','createInstance','_focusTemporarySink','embed-ui.sheetsFloating.toolbar.textWrapMode.main','IUndoRedoService','ISheetEmbedRuntimeService','registerRenderModule','getValue','supports','activateFullscreen','getColumnWidth','univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','data-embed-runtime-focus-role','getAncestorScale','ICommandService','EMBED_MOUNT_CHILD_NOT_RESOLVED','_registerRootPopupDescendantFocusRoles','role','getSheetBySheetId','float','formatPainter','_maxDepth','slide-workbench','stopImmediatePropagation','data-embed-sheets-sheet-tab-host','_rootsByEmbedId','_getDocsLeft','element','UNIVER_EMBED_UI_PLUGIN','host-scroll-sync','getRowHeight','fontSize','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','SetBorderBasicCommand','className','_cleanupOrdinaryBodyChromeClaims','useInjector','BoardElementStateService','UndoCommand','acquireLease','beforeDeactivate','univer-popup','parentEmbedId','RemoveEmbedCommand','createPortal','ready','ownsSession','filter','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','BaseToolbar','embed-ui.sheetsFloating.toolbar.mergeCell.main','isConnected','hasAnyChildInteractionLease','_removeRuntimeFocusRoleTree','scopedInjector','Nested\x20embed\x20is\x20not\x20supported.','scaleX','subscribe','onHostWheel','cssText','components','data-embed-child-render-unit-id','divider-border','content-only','_setRenderFailure','font:13px/1.5\x20sans-serif','embedRenderScopeActive','clientY','closeRecordDetail','univer-z-[2]\x20univer-flex\x20univer-h-full','UNIVER_UNKNOWN','[data-embed-overlay-root]','getCanvas','ILayoutService','THIN','nested','IConfigService','univer-grid\x20univer-gap-0.5','IBaseHostChromeOverrideService','invalidate','objectFit','activeIndex','_elements','setSelection','createRender','dispose','createDocsCustomBlockSizeRefreshScheduler','getRuntimeRoots','event','_registerRuntimeBoundary','Disposable','entry','univer-min-w-0\x20univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20univer-text-sm\x20univer-font-semibold\x20univer-text-gray-700\x20dark:!univer-text-gray-200','data-embed-child-render-mode','sequence','sort','_docViewScaleService','disposeWithMe','_renderOne','_sortHandlers','getCanvasElement','altKey','kind','AddViewMenu','undos','_selectAnchor','BoardToolService','_releaseBodyPortalClaims','_getChildSessionPriority','clsx','_sceneCanvasCaptureService','releaseStage2SessionLeaseIfActivationDoesNotStick','_resolveHostWheelGestureRoot','IBaseEmbedRuntimeFocusCoordinator','getCanvasEle','embed-ui.basesFloating.viewSettings.configureView','EmbedReferencedUnitMaterializeService','aria-hidden','acquireStage2SessionLease','activateFloating','descriptor','fallbackWidth','identifier:ui.contextmenu.service','univer-truncate','composedPath','univer-pointer-events-none','true','display','AddWorksheetMergeVerticalCommand','src','table-','maxRetries','_isBodyPortalCandidate','embed-ui.sheetsFloating.align.middle','updateViewState','fields','pointerId','univer-z-30','slide-canvas','stage','univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','push','StartBaseEditingCellOperation','[data-embed-popup-root]','AutowrapIcon','_activeDrain','SetVerticalTextAlignCommand','setAnchor','DeleteIcon','createRibbonOverride','text-align:center','SELF','SheetsNoteUIMenuSchema','slide-readonly-preview-shell','getFocusedUnit','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','docs-custom-block','fieldOrder','wheel','base-embed-view-slot','offsetWidth','keydown','BorderLine','NumberIcon','justify-content:center','default','append','_isOwnedBoundaryElement','isChildUnitRuntimeEvent','SheetsThreadCommentUIMenuSchema','DocSkeletonManagerService','setStage','SheetsChartUIMenuSchema','getColVisible','SetRangeFontFamilyCommand','openToolbarPanel','__addUnit','drawings','resolvedDependencies','isFocused','IBaseCanvasRootResolverService','VIEWPORT_KEY','_getAnyActiveElement','_touchServices','defineProperty','scaleY','clearTimeout','embed-ui.basesFloating.confirmDelete.tableTitle','base-embed-add-view-menu','getByHostAnchorId','_roots','uComp','univer-min-w-0\x20univer-truncate\x20univer-text-left','sheet-embed-float-dom-root','isExternalHostInteraction','univer-dropdown','Embed','floating','SheetsNumfmtUIMenuSchema','mainComponent','_isOwnedElement','getFocusOwner','box-sizing:border-box','embedId','child-keyboard','resolved','group','getSlides','_pendingChildUnits','pointer','scrollHeight','lease','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','IBoardUIStateService','CreateBaseTableCommand','getSheets','_registrations','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','button','UNIVER_SLIDE','layoutPolicy','ShapeTextEditorContainer','tab','DesktopRibbonService','background:rgba(99,102,106,.06)','identifier:ui.layout-service','_clearItems','IBoardEmbedRuntimeFocusCoordinator','NoBorderIcon','scroll','BoardUIStateService','packageName','keys','resolveRuntimeScopeByChildUnitId','params','disableEdit','addedNodes','embed-ui.boardsFloating.delete','BoardViewportService','_focusCoordinator','_registerProductUIContributions','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','embed-ui.sheetsFloating.textWrap.overflow','IRibbonOverrideService','collectViewState','embed-ui.sheetsFloating.toolbar.filter','getContext','embedFullscreenStatus','interactionFlow','getState','all','GRID_ADD_FIELD_COLUMN_WIDTH','BorderType','SheetsPrintMenuSchema','IBaseViewRegistryService','stage1','Injector','redos','_isHostPreservingLease','embedSheetsSheetTabError','indexOf','.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]','tabIndex','[data-embed-floating-menu=\x22true\x22]','fullscreen','RibbonStartGroup','_layoutService','contentWidth','captureByHostAnchorId','#b91c1c','_current','triggerContextMenu','IContextService','makeForceDirty','SheetsShapeUIMenuSchema','MIDDLE','forwardRef','FONT_SIZE_LIST','EmbedModelService','BoldIcon','getCurrentTypeOfUnit$','NoColorDoubleIcon','productName','ISheetEmbedInteractionBoundaryService','ISlideEmbedRuntimeFocusCoordinator','EMBED_MENU_OVERRIDE_TAB_REQUIRED','setScrollState','univer-bg-white\x20dark:!univer-bg-gray-900','getBoundingClientRect','2444827gprDTk','_injector','label','EMBED_MOUNT_CHILD_TYPE_MISMATCH','SHEET_VIEWPORT_KEY','canvasFloatDomPreviewService','values','root','touchAction','runtimeFocusChanged$','ownedPointerInteractionUntil','updateItem','localeChanged$','connectInjector','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','embed-float-dom-live','ignoreOwners','backgroundColor','enableStage1BodyDrag','verticalWheelMode','retrying-base-child-render','delete','fakeToolbarVisible$','displayName','disposable','621570hgsnMq','ALL','\x20-\x20','usesDomFloatingStage','refCount','getBaseFloatingPosition','IBaseEmbedFloatingActiveService','BorderStyleTypes','fontFamily','hasAnyHostPreservingChildFocusLease','session','WRAP','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','portalContainer','registerItem','[data-radix-popper-content-wrapper]','slideOrder','initial','search','data-embed-child-type','SHEET_FOOTER_BAR_HEIGHT','embedHostAnchorId','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','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','_mountBlockedRuntime','ArrowRightIcon','clientHeight','embed-float-dom-popup','_resolveFloatingSurfaceRoot','interactionBoundaryService','body','readonly','mountIntoHostElement','jsx','UniverEmbedPlugin','getActive','General','fromEntries','embed-ui.sheetsFloating.borderLine.borderSize','pushUndoRedoForChild','focusUnit','clearFullscreen','pageMarginLeft','BASE_LEFT_PANEL_DEFAULT_WIDTH','registerRuntimeScope','EMBED_RUNTIME_HOST_ALREADY_LEASED:','_sessions','getChildContext','shiftViewportPanOffset','_releaseTabPeerFocusLeasesForHost','SlideEmbedReadonlyFloatingPreview','Fragment','_leaseAppliesToChildUnit','next','createUnit','bold','calendarEventSettings','BoardImageInsertService','asObservable','UNIVER_BASE','innerHeight','commandService','commandId','floor','_getOrCreateRender','EmbedChildViewRegistryService','#app','align-items:center','univer-h-8\x20univer-w-full\x20univer-px-2','CloseBaseActiveEditorOperation','hyper-link','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','resolveStackUnitId','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','_runtimePolicyService','addDescriptor','-100000px','_projectionService','requestPreview','unregisterCommand','BoardElementEditService','allowed','decoratorName','HTMLElement','identifier:univer.ribbon-service','scale(','FOCUSING_UNIT','enter','UNIVER_SHEET','viewId','UniverInstanceType','self','call','GRID_ADD_RECORD_ROW_HEIGHT','TOP','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','embed-ui.fullscreen.exit','_handlers','context','hasHostPreservingChildFocusLease','records','previewRequested$','tooltip','false','recordId','startY','classic','rowHeader','viewportPanOffset','width:100%','_registerServices','viewportScrollX','CLIP','menuChanged$','getDirection','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','LeftJustifyingIcon','getSlide','getComputedStyle','setContextValue','scrollWidth','clientWidth','SheetsConditionalFormattingUIMenuSchema','data-validation','_getSlideModel','overflow','pageWidth','_dispatchEscapeToFloatingSurface','divider-format','containsElement','flatMap','univer-min-w-0','_getEventClientPoint','identifier:univer.menu-manager-service','removeChild','base-embed-fullscreen-add-view-menu','isChildUnitInActiveSession','elementUpdate$','MergeAllIcon','100%','_instanceService','univer-pointer-events-auto\x20univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','setSearchActiveIndex','from','focused$','BOARDS_UI_PLUGIN_CONFIG_KEY','_boardElementStateService','_findFallbackUnitId','INSERT','sheets-ui.embed','fallbackHeight','hasBlockingChildFocusLease','ISheetEmbedRuntimeFocusCoordinator','base-embed-fullscreen-view-tabs','graceMs','ownerDocument','subUnitId','getViewScale','doc-block','univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','runtimeFocusOwners','BaseDeleteConfirmDialog','univer-fill-primary-600','clearSelection','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','isFinite','join','elementRemove$','priority','EmbedHostEntryEnum','object','notifyExited','replaceChildren','clear','viewportHeight','embed-ui.basesFloating.duplicateTable.copyName','verticalScrollOwner','setFocusOwner','slide-page-list','302400QTFNKk','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','SetBaseZoomOperation','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','getOverride','embed-ui.sheetsFloating.toolbar.fillColor.main','max-depth','tabindex','embed-ui.boardsFloating.fitContent','listElements','viewOrder','data','OverflowIcon','Subject','registerOwnedElement','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','_materializeService','contentHeight','univer-size-3\x20univer-shrink-0','embed-ui.sheetsFloating.toolbar.numberFormat','UpdateBoardElementMutation','routeHostGestures','embed-ui.boardsFloating.zoomIn','AddWorksheetMergeCommand','length','SetBackgroundColorCommand','maxHeight','BASES_UI_PLUGIN_CONFIG_KEY','promote','GRID_SUMMARY_HEIGHT','START','open','restoreUnitId','slides-ui.ribbon','attributes','getCurrentUnitOfType','padding','Empty\x20embed\x20float\x20preview\x20result.','canvasRoot','liveRoot','reverse','prepare','interactionGate','tableOrder','getElementDataForUnit','RIBBON','_isHostDocEditorPortal','activationService','getColumnCount','some','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','_getCurrentUnitId','_resolvedChildUnits','TruncationIcon','waiting-base-canvas-root','runtimeScope','floating-stage','_contextService','_mountResolvedHost','complete','docs-','closeContextMenu','reason','embedSlidePreviewCanvasHost','_routeWheelToHost','_getLatestActivePortalOwner','DocSelectionRenderService','resolveDocsTableLikeCustomBlockContentHeight','layout','menuSchema','acquire','hidePopupsForUnit','data-embed-bases-table-list-host','expiresAt','contribution','conditions','collapsedIds$','_ownedRuntimeFocusAppliesToHost','popup'];_0x1af4=function(){return _0x18b73c;};return _0x1af4();}var J=class{constructor(){const _0x4a8e96=_0x404806;V(this,_0x4a8e96(0x460),new Map()),V(this,_0x4a8e96(0x37a),new WeakMap()),V(this,_0x4a8e96(0x12b),new WeakMap()),V(this,_0x4a8e96(0x68e),void 0x0);}[_0x404806(0x6ad)](_0x4f71ce,_0x272afb){const _0x1bfa23=_0x404806;let _0x2de29d=this[_0x1bfa23(0x460)]['get'](_0x4f71ce);_0x2de29d||(_0x2de29d=new Set(),this[_0x1bfa23(0x460)][_0x1bfa23(0x37d)](_0x4f71ce,_0x2de29d)),_0x2de29d[_0x1bfa23(0x1ab)](_0x272afb);let _0x353e16=_0x272afb[_0x1bfa23(0x125)](q);_0x272afb['setAttribute'](q,_0x4f71ce);let _0x13cefc=this[_0x1bfa23(0x3b2)](_0x4f71ce,_0x272afb),_0x5b1755=()=>this[_0x1bfa23(0x170)](_0x4f71ce,_0x272afb['ownerDocument']);return _0x272afb[_0x1bfa23(0x31b)](_0x1bfa23(0x263),_0x5b1755,!0x0),_0x272afb['addEventListener'](_0x1bfa23(0x39a),_0x5b1755,!0x0),_0x272afb[_0x1bfa23(0x31b)]('focusin',_0x5b1755,!0x0),(0x0,n[_0x1bfa23(0x6e6)])(()=>{const _0x505ef9=_0x1bfa23;var _0xaf4fe0;_0x13cefc['dispose'](),_0x272afb[_0x505ef9(0x6db)](_0x505ef9(0x263),_0x5b1755,!0x0),_0x272afb['removeEventListener'](_0x505ef9(0x39a),_0x5b1755,!0x0),_0x272afb[_0x505ef9(0x6db)]('focusin',_0x5b1755,!0x0),((_0xaf4fe0=this['_pendingPortalOwner'])==null?void 0x0:_0xaf4fe0[_0x505ef9(0x46d)])===_0x4f71ce&&this[_0x505ef9(0x68e)][_0x505ef9(0x123)]===_0x272afb[_0x505ef9(0x577)]&&(this[_0x505ef9(0x68e)]=void 0x0),_0x2de29d==null||_0x2de29d[_0x505ef9(0x4d8)](_0x272afb),_0x2de29d&&_0x2de29d['size']===0x0&&this[_0x505ef9(0x460)][_0x505ef9(0x4d8)](_0x4f71ce),_0x353e16==null?_0x272afb[_0x505ef9(0x633)](q):_0x272afb[_0x505ef9(0x717)](q,_0x353e16);});}[_0x404806(0x3b2)](_0x2f3e08,_0x246ce4){const _0x40faae=_0x404806;let _0x42603d=_0x246ce4[_0x40faae(0x577)]['defaultView'],_0x14df8b=new Map(),_0xb57f55=new Map(),_0x14f70a,_0x5e6c9e=!0x1,_0xc1bc8b=_0x4ca84b=>{const _0x48ba34=_0x40faae;_0x14df8b[_0x48ba34(0x287)](_0x4ca84b)||_0x14df8b[_0x48ba34(0x37d)](_0x4ca84b,_0x4ca84b[_0x48ba34(0x125)](q)),_0xb57f55[_0x48ba34(0x287)](_0x4ca84b)||_0xb57f55[_0x48ba34(0x37d)](_0x4ca84b,_0x4ca84b[_0x48ba34(0x125)](G));},_0x5d24c0=_0x557f2a=>{const _0x238902=_0x40faae;_0xc1bc8b(_0x557f2a),_0x557f2a[_0x238902(0x717)](q,_0x2f3e08),_0x557f2a[_0x238902(0x717)](G,_0x238902(0x1dc));},_0x295869=_0x4339f9=>{const _0x3518f5=_0x40faae;this[_0x3518f5(0x293)](_0x4339f9)&&(_0x5d24c0(_0x4339f9),_0x4339f9[_0x3518f5(0x262)]('*')[_0x3518f5(0x72e)](_0x5d24c0));},_0x2b9501=_0x452ae3=>{const _0x5d94af=_0x40faae;_0x5e6c9e||(_0x295869(_0x452ae3),_0x452ae3[_0x5d94af(0x262)]('*')[_0x5d94af(0x72e)](_0x4ffe7f=>_0x295869(_0x4ffe7f)));};return _0x2b9501(_0x246ce4),_0x42603d!=null&&_0x42603d['MutationObserver']&&(_0x14f70a=new _0x42603d['MutationObserver'](_0x50f36c=>{_0x50f36c['forEach'](_0x3d7999=>{const _0x4532b7=_0x159c;_0x3d7999[_0x4532b7(0x48e)][_0x4532b7(0x72e)](_0x1a4848=>{const _0x4f3b03=_0x4532b7;_0x1a4848 instanceof _0x42603d[_0x4f3b03(0x52f)]&&_0x2b9501(_0x1a4848);});});}),_0x14f70a[_0x40faae(0x1bc)](_0x246ce4,{'childList':!0x0,'subtree':!0x0})),(0x0,n[_0x40faae(0x6e6)])(()=>{const _0x240610=_0x40faae;_0x5e6c9e=!0x0,_0x14f70a==null||_0x14f70a[_0x240610(0x344)](),_0x14df8b[_0x240610(0x72e)]((_0x21643,_0xd6655)=>{const _0x30fde8=_0x240610;if(_0x21643==null){_0xd6655[_0x30fde8(0x633)](q);return;}_0xd6655[_0x30fde8(0x717)](q,_0x21643);}),_0xb57f55['forEach']((_0x3cfd14,_0x1aaf6c)=>{const _0x33352a=_0x240610;if(_0x3cfd14==null){_0x1aaf6c[_0x33352a(0x633)](G);return;}_0x1aaf6c[_0x33352a(0x717)](G,_0x3cfd14);});});}[_0x404806(0x59d)](_0xaca0d2,_0x40e194){const _0x1b5411=_0x404806;let _0x1c76b5=this[_0x1b5411(0x460)][_0x1b5411(0x35f)](_0xaca0d2);_0x1c76b5||(_0x1c76b5=new Set(),this[_0x1b5411(0x460)][_0x1b5411(0x37d)](_0xaca0d2,_0x1c76b5)),_0x1c76b5[_0x1b5411(0x1ab)](_0x40e194);let _0x49b087=this[_0x1b5411(0x254)](_0xaca0d2,_0x40e194);return(0x0,n[_0x1b5411(0x6e6)])(()=>{const _0x55c58c=_0x1b5411;_0x1c76b5==null||_0x1c76b5[_0x55c58c(0x4d8)](_0x40e194),_0x1c76b5&&_0x1c76b5['size']===0x0&&this[_0x55c58c(0x460)]['delete'](_0xaca0d2),_0x49b087[_0x55c58c(0x3f7)]();});}[_0x404806(0x70c)](_0x5f12d3,_0x19e1db,_0x5c6ca0){const _0x3f574c=_0x404806;let _0x3c3536=typeof(_0x5c6ca0==null?void 0x0:_0x5c6ca0[_0x3f574c(0x41e)])==_0x3f574c(0x338)?_0x5c6ca0[_0x3f574c(0x41e)]():void 0x0;if(_0x3c3536!=null&&_0x3c3536[_0x3f574c(0x5c0)](_0x218011=>_0x218011 instanceof HTMLElement&&this['_isOwnedElement'](_0x5f12d3,_0x218011)))return!0x0;if(!(_0x19e1db instanceof HTMLElement))return!0x1;if(this[_0x3f574c(0x46a)](_0x5f12d3,_0x19e1db))return!0x0;if(!_0x5f12d3)return Array[_0x3f574c(0x56b)](this[_0x3f574c(0x460)][_0x3f574c(0x4c9)]())[_0x3f574c(0x5c0)](_0x1e19a1=>[..._0x1e19a1][_0x3f574c(0x5c0)](_0x3a2725=>_0x3a2725[_0x3f574c(0x3d5)]&&_0x3a2725['contains'](_0x19e1db)));let _0x42a5ad=this[_0x3f574c(0x460)][_0x3f574c(0x35f)](_0x5f12d3);return!!_0x42a5ad&&[..._0x42a5ad]['some'](_0x44c595=>_0x44c595[_0x3f574c(0x3d5)]&&_0x44c595['contains'](_0x19e1db));}['hasRecentInteraction'](_0x1aec8d){const _0x3d25c5=_0x404806;let _0x765d44=_0x1aec8d?this[_0x3d25c5(0x12b)][_0x3d25c5(0x35f)](_0x1aec8d):typeof document<'u'?this[_0x3d25c5(0x12b)]['get'](document):void 0x0;if(_0x765d44!=null&&_0x765d44[_0x3d25c5(0x5a7)])return!0x0;let _0x1cd19b=this[_0x3d25c5(0x68e)];return!_0x1cd19b||Date[_0x3d25c5(0x1be)]()>_0x1cd19b['expiresAt']?!0x1:!_0x1aec8d||_0x1cd19b[_0x3d25c5(0x123)]===_0x1aec8d;}[_0x404806(0x6b2)](_0x39698c,_0x25e086){const _0x4b7a84=_0x404806;if(!_0x39698c)return!0x1;let _0x55a75c=_0x25e086?this[_0x4b7a84(0x12b)]['get'](_0x25e086):typeof document<'u'?this[_0x4b7a84(0x12b)][_0x4b7a84(0x35f)](document):void 0x0;if(_0x55a75c!=null&&_0x55a75c[_0x4b7a84(0x5c0)](_0x228793=>_0x228793['embedId']===_0x39698c))return!0x0;let _0x5e8b00=this['_pendingPortalOwner'];return!_0x5e8b00||_0x5e8b00[_0x4b7a84(0x46d)]!==_0x39698c||Date[_0x4b7a84(0x1be)]()>_0x5e8b00[_0x4b7a84(0x5d8)]?!0x1:!_0x25e086||_0x5e8b00['document']===_0x25e086;}[_0x404806(0x256)](_0x52bfb2,_0x568e3c){const _0x125e32=_0x404806;!_0x52bfb2||!(_0x568e3c!=null&&_0x568e3c[_0x125e32(0x4fa)])||this[_0x125e32(0x627)](_0x52bfb2,_0x568e3c)[_0x125e32(0x72e)](_0x22fb7d=>this[_0x125e32(0x55b)](_0x22fb7d,_0x568e3c));}[_0x404806(0xc9)](_0x4ca3c2,_0x2aa383){const _0x5793e6=_0x404806;var _0x456c28;if(!(_0x2aa383!=null&&_0x2aa383[_0x5793e6(0x4fa)]))return(0x0,n['toDisposable'])(()=>{});let _0x11416a=Symbol(_0x4ca3c2),_0x14897c=this[_0x5793e6(0x12b)][_0x5793e6(0x35f)](_0x2aa383)??[];return _0x14897c[_0x5793e6(0x42f)]({'embedId':_0x4ca3c2,'token':_0x11416a}),this[_0x5793e6(0x12b)]['set'](_0x2aa383,_0x14897c),this[_0x5793e6(0x695)](_0x2aa383),this[_0x5793e6(0x6a3)](_0x4ca3c2,_0x2aa383,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x5793e6(0x3c5)](_0x4ca3c2,_0x2aa383),(_0x456c28=_0x2aa383[_0x5793e6(0x270)])==null||_0x456c28[_0x5793e6(0x661)](()=>{const _0x28b0fe=_0x5793e6;let _0x1c57ab=this[_0x28b0fe(0x5d0)](_0x2aa383);(_0x1c57ab==null?void 0x0:_0x1c57ab[_0x28b0fe(0x46d)])===_0x4ca3c2&&_0x1c57ab[_0x28b0fe(0x16d)]===_0x11416a&&(this['_markExistingBodyPortals'](_0x4ca3c2,_0x2aa383,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x28b0fe(0x3c5)](_0x4ca3c2,_0x2aa383));},0x0),(0x0,n[_0x5793e6(0x6e6)])(()=>{const _0x195ad7=_0x5793e6;let _0x30d5f5=this[_0x195ad7(0x12b)][_0x195ad7(0x35f)](_0x2aa383),_0xb3d76a=!0x1;if(_0x30d5f5){let _0x34486b=_0x30d5f5[_0x195ad7(0x2a3)](_0x4349d6=>_0x4349d6[_0x195ad7(0x46d)]===_0x4ca3c2&&_0x4349d6['token']===_0x11416a);_0x34486b>=0x0&&_0x30d5f5['splice'](_0x34486b,0x1),_0xb3d76a=_0x30d5f5[_0x195ad7(0x5c0)](_0x447f73=>_0x447f73[_0x195ad7(0x46d)]===_0x4ca3c2),_0x30d5f5[_0x195ad7(0x5a7)]===0x0&&this[_0x195ad7(0x12b)]['delete'](_0x2aa383);}_0xb3d76a||this['_releaseBodyPortalClaims'](_0x4ca3c2,_0x2aa383);let _0x204419=this[_0x195ad7(0x5d0)](_0x2aa383);_0x204419&&(this[_0x195ad7(0x6a3)](_0x204419[_0x195ad7(0x46d)],_0x2aa383,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x195ad7(0x3c5)](_0x204419[_0x195ad7(0x46d)],_0x2aa383));});}['_collectOwnedFloatingSurfaceRoots'](_0x240dbc,_0x3f0755){const _0x3b39c7=_0x404806;var _0x3ce7a7;let _0x234067=new Set(),_0x5dd33a=_0x37a40e=>{const _0x32c2b7=_0x159c;let _0x171c7d=this[_0x32c2b7(0x4f8)](_0x37a40e);!_0x171c7d||!this['_isOwnedElement'](_0x240dbc,_0x171c7d)||_0x234067[_0x32c2b7(0x1ab)](_0x171c7d);};return _0x3f0755[_0x3b39c7(0x4fa)][_0x3b39c7(0x262)]('['+q+'=\x22'+_0x240dbc+'\x22]')['forEach'](_0x5dd33a),(_0x3ce7a7=this[_0x3b39c7(0x460)][_0x3b39c7(0x35f)](_0x240dbc))==null||_0x3ce7a7[_0x3b39c7(0x72e)](_0x236cd8=>{const _0x51a831=_0x3b39c7;_0x236cd8[_0x51a831(0x3d5)]&&(_0x5dd33a(_0x236cd8),_0x236cd8[_0x51a831(0x262)]('*')[_0x51a831(0x72e)](_0x5dd33a));}),[..._0x234067][_0x3b39c7(0x401)]((_0x3fb6d9,_0x1f5b38)=>_0x3fb6d9['contains'](_0x1f5b38)?0x1:_0x1f5b38[_0x3b39c7(0x70c)](_0x3fb6d9)?-0x1:0x0);}['_resolveFloatingSurfaceRoot'](_0x5e2dd2){const _0x5b3c33=_0x404806;if(!_0x5e2dd2[_0x5b3c33(0x23f)](_0x5b3c33(0x3d2))&&this[_0x5b3c33(0x293)](_0x5e2dd2))return _0x5e2dd2['closest'](_0x5b3c33(0x4a7))??_0x5e2dd2;}[_0x404806(0x55b)](_0x5a2b16,_0x5f2d87){const _0x25a9eb=_0x404806;let _0x59da8d=_0x5f2d87['defaultView'],_0x4982fe=_0x5f2d87['activeElement']instanceof HTMLElement&&_0x5a2b16[_0x25a9eb(0x70c)](_0x5f2d87[_0x25a9eb(0x390)])?_0x5f2d87[_0x25a9eb(0x390)]:_0x5a2b16,_0x437255=_0x59da8d!=null&&_0x59da8d[_0x25a9eb(0x11e)]?new _0x59da8d[(_0x25a9eb(0x11e))](_0x25a9eb(0x443),{'key':_0x25a9eb(0x1e6),'code':_0x25a9eb(0x1e6),'bubbles':!0x0,'cancelable':!0x0}):new Event('keydown',{'bubbles':!0x0,'cancelable':!0x0});_0x4982fe['dispatchEvent'](_0x437255);}['_isOwnedElement'](_0x4f27e7,_0x55881d){const _0x1443ca=_0x404806;let _0x5b8d08=_0x55881d[_0x1443ca(0x23f)]('['+q+']'),_0x20b94f=_0x5b8d08==null?void 0x0:_0x5b8d08[_0x1443ca(0x125)](q);if(_0x20b94f&&(!_0x4f27e7||_0x20b94f===_0x4f27e7))return!0x0;if(!_0x4f27e7)return Array[_0x1443ca(0x56b)](this[_0x1443ca(0x460)][_0x1443ca(0x4c9)]())[_0x1443ca(0x5c0)](_0x1051f2=>[..._0x1051f2][_0x1443ca(0x5c0)](_0x501268=>_0x501268===_0x55881d||_0x501268[_0x1443ca(0x70c)](_0x55881d)));let _0x5bec35=this[_0x1443ca(0x460)]['get'](_0x4f27e7);return!!_0x5bec35&&[..._0x5bec35]['some'](_0x47d0f7=>_0x47d0f7===_0x55881d||_0x47d0f7['contains'](_0x55881d));}[_0x404806(0x170)](_0x4d6478,_0x3e47bb){const _0x2c96d0=_0x404806;var _0x17df58;_0x3e47bb!=null&&_0x3e47bb[_0x2c96d0(0x4fa)]&&(this[_0x2c96d0(0x68e)]={'embedId':_0x4d6478,'document':_0x3e47bb,'expiresAt':Date['now']()+0x3e8},this[_0x2c96d0(0x695)](_0x3e47bb),this[_0x2c96d0(0x6a3)](_0x4d6478,_0x3e47bb,{'includeAppShellEditorPortal':!0x1}),(_0x17df58=_0x3e47bb[_0x2c96d0(0x270)])==null||_0x17df58['setTimeout'](()=>{const _0x3a155f=_0x2c96d0;let _0x31cad5=this['_pendingPortalOwner'];(_0x31cad5==null?void 0x0:_0x31cad5[_0x3a155f(0x46d)])===_0x4d6478&&_0x31cad5['document']===_0x3e47bb&&Date[_0x3a155f(0x1be)]()<=_0x31cad5[_0x3a155f(0x5d8)]&&this['_markExistingBodyPortals'](_0x4d6478,_0x3e47bb,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x404806(0x695)](_0x3e1467){const _0x3a6e0d=_0x404806;if(this[_0x3a6e0d(0x37a)][_0x3a6e0d(0x287)](_0x3e1467)||!_0x3e1467['body'])return;let _0x1fda5d=_0x3e1467[_0x3a6e0d(0x270)];if(!(_0x1fda5d!=null&&_0x1fda5d[_0x3a6e0d(0x219)]))return;let _0x14e5b3=new _0x1fda5d[(_0x3a6e0d(0x219))](_0x232b2d=>{const _0x57a0c2=_0x3a6e0d;let _0x4e8bb4=this[_0x57a0c2(0x1f6)](_0x3e1467);if(!_0x4e8bb4)return;let _0x434c82={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x4e8bb4['stable'],'allowDirectBodyPortal':!_0x4e8bb4[_0x57a0c2(0x212)]};_0x232b2d[_0x57a0c2(0x72e)](_0x3b803e=>{const _0x51c9f4=_0x57a0c2;_0x3b803e[_0x51c9f4(0x225)]===_0x51c9f4(0x5b1)&&_0x3b803e[_0x51c9f4(0x2c2)]instanceof _0x1fda5d[_0x51c9f4(0x52f)]&&this[_0x51c9f4(0x30f)](_0x3b803e['target'],_0x4e8bb4[_0x51c9f4(0x46d)],_0x3e1467,_0x434c82),_0x3b803e[_0x51c9f4(0x48e)]['forEach'](_0x7f4447=>{const _0xc822ea=_0x51c9f4;_0x7f4447 instanceof _0x1fda5d[_0xc822ea(0x52f)]&&(this['_markBodyPortalOwner'](_0x7f4447,_0x4e8bb4['embedId'],_0x3e1467,_0x434c82),_0x7f4447[_0xc822ea(0x262)]('*')[_0xc822ea(0x72e)](_0x4b7a74=>{const _0x2c7fcc=_0xc822ea;this[_0x2c7fcc(0x30f)](_0x4b7a74,_0x4e8bb4[_0x2c7fcc(0x46d)],_0x3e1467,_0x434c82);}));});}),_0x4e8bb4[_0x57a0c2(0x212)]&&this[_0x57a0c2(0x3c5)](_0x4e8bb4['embedId'],_0x3e1467);});_0x14e5b3['observe'](_0x3e1467[_0x3a6e0d(0x4fa)],{'attributeFilter':['class',_0x3a6e0d(0x1ca),'id',_0x3a6e0d(0x3b3),_0x3a6e0d(0x1c2)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x14e5b3['takeRecords'](),this[_0x3a6e0d(0x37a)][_0x3a6e0d(0x37d)](_0x3e1467,_0x14e5b3);}['_markBodyPortalOwner'](_0x3349c3,_0xb67121,_0x86607e,_0x244352={}){const _0x26dceb=_0x404806;_0x244352[_0x26dceb(0xfe)]===!0x1&&_0x3349c3[_0x26dceb(0x5eb)]===_0x86607e['body']&&!this[_0x26dceb(0xf9)](_0x3349c3)&&!this[_0x26dceb(0x204)](_0x3349c3)||this[_0x26dceb(0x426)](_0x3349c3,_0x86607e,_0x244352)&&(!this['_isAppShellEditorPortalCandidate'](_0x3349c3)&&this['_isDetachedOffscreenPortalCandidate'](_0x3349c3,_0x86607e)||(this[_0x26dceb(0x72c)](_0x3349c3,_0xb67121,_0x86607e),this['_markInteractionBoundaryOwnerTree'](_0xb67121,_0x3349c3,{'transient':!0x0}),this['_markRuntimeFocusRole'](_0x3349c3,_0x244352)));}[_0x404806(0x6a3)](_0x21cb87,_0x10ebec,_0x27ec47={}){const _0x10620d=_0x404806;_0x10ebec[_0x10620d(0x4fa)][_0x10620d(0x262)]('*')[_0x10620d(0x72e)](_0x3f17fb=>{const _0x40e4bd=_0x10620d;this['_markBodyPortalOwner'](_0x3f17fb,_0x21cb87,_0x10ebec,{'includeAppShellEditorPortal':_0x27ec47[_0x40e4bd(0x6f3)],'allowOwnedPortalReassignment':_0x27ec47[_0x40e4bd(0x63b)],'allowDirectBodyPortal':_0x27ec47['allowDirectBodyPortal']});});}[_0x404806(0x426)](_0x42c18c,_0x5c828d,_0x5a6025={}){const _0x18cc44=_0x404806;if(!_0x5c828d[_0x18cc44(0x4fa)][_0x18cc44(0x70c)](_0x42c18c))return!0x1;let _0x15ee9a=!!_0x5a6025['includeAppShellEditorPortal']&&this[_0x18cc44(0x204)](_0x42c18c),_0x55949a=this[_0x18cc44(0xf9)](_0x42c18c);if(!_0x5a6025['allowOwnedPortalReassignment']&&!_0x15ee9a&&_0x42c18c[_0x18cc44(0x23f)](_0x18cc44(0x12e))||_0x42c18c['id']===_0x18cc44(0x691))return!0x1;let _0x542824=_0x42c18c[_0x18cc44(0x5eb)];return!!_0x5a6025[_0x18cc44(0xfe)]&&_0x542824===_0x5c828d[_0x18cc44(0x4fa)]||(_0x542824==null?void 0x0:_0x542824[_0x18cc44(0x23f)](_0x18cc44(0x4eb)))!=null||_0x55949a||_0x15ee9a;}[_0x404806(0x204)](_0x4cb743){const _0x293ee2=_0x404806;var _0x5aa8c6,_0x5bdcf1;return((_0x5aa8c6=_0x4cb743[_0x293ee2(0x5eb)])==null?void 0x0:_0x5aa8c6['id'])!=='app'&&((_0x5bdcf1=_0x4cb743[_0x293ee2(0x23f)](_0x293ee2(0x51e)))==null?void 0x0:_0x5bdcf1[_0x293ee2(0x5eb)])!==_0x4cb743[_0x293ee2(0x577)][_0x293ee2(0x4fa)]?!0x1:_0x4cb743['id'][_0x293ee2(0x5f5)]('univer-doc-selection-container-__INTERNAL_EDITOR__')||_0x4cb743['id'][_0x293ee2(0x5f5)]('__editor___INTERNAL_EDITOR__')||_0x4cb743[_0x293ee2(0x23f)](_0x293ee2(0x43d))!=null||_0x4cb743[_0x293ee2(0x23f)](_0x293ee2(0xe3))!=null;}[_0x404806(0x5bd)](_0x3c584e){const _0x203ddf=_0x404806;return _0x3c584e['id'][_0x203ddf(0x5f5)](_0x203ddf(0x696))||_0x3c584e['id'][_0x203ddf(0x5f5)](_0x203ddf(0x62d))||_0x3c584e[_0x203ddf(0x23f)]('[id^=\x22univer-doc-selection-container-docs-\x22]')!=null||_0x3c584e['closest'](_0x203ddf(0x2c7))!=null;}[_0x404806(0xf9)](_0x345203){const _0x3f83d8=_0x404806;let _0x29359e=typeof _0x345203['className']==_0x3f83d8(0x6cd)?_0x345203[_0x3f83d8(0x3c4)]:'';if(_0x345203[_0x3f83d8(0x125)](_0x3f83d8(0x1ca))==='rect-popup'||_0x345203[_0x3f83d8(0x114)][_0x3f83d8(0x70c)](_0x3f83d8(0x3cb))||_0x345203[_0x3f83d8(0x114)]['contains']('univer-popover')||_0x345203['classList']['contains'](_0x3f83d8(0x465))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x3f83d8(0x664)](_0x29359e))return!0x0;let _0x5c8c61=_0x345203[_0x3f83d8(0x125)](_0x3f83d8(0x3b3));return _0x5c8c61==='dialog'||_0x5c8c61==='listbox'||_0x5c8c61===_0x3f83d8(0x6d6)||_0x5c8c61===_0x3f83d8(0x542)||_0x345203[_0x3f83d8(0x2a0)](_0x3f83d8(0x24e));}[_0x404806(0x301)](_0x4fc58c,_0x3af41f){const _0x254ea7=_0x404806;if(!this[_0x254ea7(0x293)](_0x4fc58c))return!0x1;let _0x56417a=_0x4fc58c['closest'](_0x254ea7(0x4a7))??_0x4fc58c,_0x336021=_0x56417a[_0x254ea7(0x23f)]('#app')??_0x56417a[_0x254ea7(0x5eb)];if(_0x56417a[_0x254ea7(0x5eb)]!==_0x3af41f[_0x254ea7(0x4fa)]&&(_0x336021==null?void 0x0:_0x336021[_0x254ea7(0x5eb)])!==_0x3af41f[_0x254ea7(0x4fa)])return!0x1;let _0x349334=_0x3af41f[_0x254ea7(0x270)];if(!_0x349334)return!0x1;let _0x39d8f0=_0x56417a[_0x254ea7(0x4c2)]();return _0x39d8f0['right']<0x0||_0x39d8f0[_0x254ea7(0x317)]<0x0||_0x39d8f0[_0x254ea7(0x1fb)]>_0x349334[_0x254ea7(0x5e4)]||_0x39d8f0[_0x254ea7(0xf8)]>_0x349334[_0x254ea7(0x518)]?!0x0:_0x39d8f0[_0x254ea7(0x6e7)]<=0x0||_0x39d8f0['height']<=0x0?_0x39d8f0[_0x254ea7(0x1fb)]<0x0||_0x39d8f0['top']<0x0||_0x39d8f0[_0x254ea7(0x1fb)]>_0x349334[_0x254ea7(0x5e4)]||_0x39d8f0[_0x254ea7(0xf8)]>_0x349334[_0x254ea7(0x518)]:!0x1;}[_0x404806(0x617)](_0x5333bd,_0x1d68b1={}){const _0x4bb8b8=_0x404806;let _0x4cd871=_0x1d68b1[_0x4bb8b8(0x6f3)]&&this[_0x4bb8b8(0x204)](_0x5333bd)?'child-editor':this[_0x4bb8b8(0x293)](_0x5333bd)?_0x4bb8b8(0x1dc):void 0x0;_0x4cd871&&(_0x5333bd[_0x4bb8b8(0x717)](G,_0x4cd871),_0x5333bd[_0x4bb8b8(0x262)]('*')[_0x4bb8b8(0x72e)](_0x46f0a3=>{const _0x2e1111=_0x4bb8b8;_0x46f0a3[_0x2e1111(0x717)](G,_0x4cd871);}));}[_0x404806(0x254)](_0x2a5785,_0x42d057,_0x1079c5={}){const _0x5bbf92=_0x404806;let _0x115de5=new Map(),_0x4a17a9=_0x1ab694=>{const _0x2c9d6f=_0x159c;_0x1079c5['transient']||_0x115de5[_0x2c9d6f(0x37d)](_0x1ab694,_0x1ab694[_0x2c9d6f(0x125)](q)),_0x1ab694[_0x2c9d6f(0x717)](q,_0x2a5785);};return _0x4a17a9(_0x42d057),_0x42d057[_0x5bbf92(0x262)]('*')[_0x5bbf92(0x72e)](_0x4a17a9),(0x0,n[_0x5bbf92(0x6e6)])(()=>{const _0x4881b8=_0x5bbf92;_0x115de5[_0x4881b8(0x72e)]((_0x4f4c96,_0x1ad21a)=>{if(_0x4f4c96==null){_0x1ad21a['removeAttribute'](q);return;}_0x1ad21a['setAttribute'](q,_0x4f4c96);});});}[_0x404806(0x293)](_0x352f26){const _0x5310bc=_0x404806;return this[_0x5310bc(0xf9)](_0x352f26)||_0x352f26[_0x5310bc(0x23f)](_0x5310bc(0x4a7))!=null;}[_0x404806(0x1f6)](_0x490631){const _0x51f29b=_0x404806;let _0x4904f9=this[_0x51f29b(0x5d0)](_0x490631);if(_0x4904f9)return{'embedId':_0x4904f9[_0x51f29b(0x46d)],'stable':!0x0};let _0x84c4b8=this[_0x51f29b(0x68e)];if(_0x84c4b8&&_0x84c4b8[_0x51f29b(0x123)]===_0x490631&&Date[_0x51f29b(0x1be)]()<=_0x84c4b8[_0x51f29b(0x5d8)])return{'embedId':_0x84c4b8[_0x51f29b(0x46d)],'stable':!0x1};}[_0x404806(0x5d0)](_0x531104){const _0x54e45c=_0x404806;let _0x1473e7=this[_0x54e45c(0x12b)][_0x54e45c(0x35f)](_0x531104);return _0x1473e7==null?void 0x0:_0x1473e7[_0x1473e7[_0x54e45c(0x5a7)]-0x1];}[_0x404806(0x3c5)](_0x1473ad,_0xaf7288){const _0x2f2378=_0x404806;let _0x5696b1=this[_0x2f2378(0x460)]['get'](_0x1473ad);_0xaf7288[_0x2f2378(0x4fa)]['querySelectorAll']('['+q+'=\x22'+_0x1473ad+'\x22]')[_0x2f2378(0x72e)](_0x116c26=>{const _0x35b471=_0x2f2378;_0x116c26[_0x35b471(0x5eb)]===_0xaf7288['body']&&(_0x5696b1&&[..._0x5696b1][_0x35b471(0x5c0)](_0x168271=>_0x168271===_0x116c26||_0x168271[_0x35b471(0x70c)](_0x116c26))||this[_0x35b471(0xf9)](_0x116c26)||this[_0x35b471(0x204)](_0x116c26)||_0x116c26['removeAttribute'](q));});}['_blurActiveElementBeforePortalReassignment'](_0x2fabce,_0x8a917e,_0x3fb195){const _0x247e6f=_0x404806;let _0x539433=_0x2fabce['getAttribute'](q);if(!_0x539433||_0x539433===_0x8a917e)return;let _0x4c1dae=_0x3fb195[_0x247e6f(0x390)];!(_0x4c1dae instanceof HTMLElement)||_0x4c1dae!==_0x2fabce&&!_0x2fabce[_0x247e6f(0x70c)](_0x4c1dae)||(_0x4c1dae['blur'](),_0x3fb195['activeElement']===_0x4c1dae&&this['_focusDocumentBody'](_0x3fb195));}[_0x404806(0x40d)](_0x53c904,_0x3aca51){const _0x3162c1=_0x404806;let _0x5635ec=this['_roots'][_0x3162c1(0x35f)](_0x53c904),_0xc243ca=_0x3aca51[_0x3162c1(0x4fa)][_0x3162c1(0x262)]('['+q+'=\x22'+_0x53c904+'\x22]'),_0x16671b=_0x17816b=>_0x5635ec!=null&&[..._0x5635ec][_0x3162c1(0x5c0)](_0x53cc3f=>_0x53cc3f===_0x17816b||_0x53cc3f[_0x3162c1(0x70c)](_0x17816b)),_0x2e1eb9=[];_0xc243ca[_0x3162c1(0x72e)](_0x542c6f=>{const _0x1a90fb=_0x3162c1;_0x16671b(_0x542c6f)||(_0x2e1eb9[_0x1a90fb(0x42f)](_0x542c6f),_0x542c6f[_0x1a90fb(0x633)](q),this[_0x1a90fb(0x3d7)](_0x542c6f));});let _0x26386c=_0x3aca51[_0x3162c1(0x390)];_0x26386c instanceof HTMLElement&&_0x2e1eb9['some'](_0x3f1d60=>_0x3f1d60===_0x26386c||_0x3f1d60['contains'](_0x26386c))&&(_0x26386c[_0x3162c1(0x1df)](),_0x3aca51[_0x3162c1(0x390)]===_0x26386c&&this[_0x3162c1(0xed)](_0x3aca51));}['_focusDocumentBody'](_0x5c358e){const _0x27fea7=_0x404806;let _0xdc698e=_0x5c358e[_0x27fea7(0x4fa)];if(!_0xdc698e)return;let _0xb705df=_0xdc698e['getAttribute']('tabindex');_0xb705df??(_0xdc698e[_0x27fea7(0x4a8)]=-0x1),_0xdc698e[_0x27fea7(0x740)]({'preventScroll':!0x0}),_0xb705df==null?_0xdc698e['removeAttribute'](_0x27fea7(0x596)):_0xdc698e[_0x27fea7(0x717)](_0x27fea7(0x596),_0xb705df),_0x5c358e['activeElement']!==_0xdc698e&&this[_0x27fea7(0x3a4)](_0x5c358e);}[_0x404806(0x3a4)](_0x3fa253){const _0x51ad3c=_0x404806;var _0x1e2b62;let _0x2163aa=_0x3fa253['body'];if(!_0x2163aa)return;let _0xceabf3=_0x3fa253['createElement'](_0x51ad3c(0x147));_0xceabf3[_0x51ad3c(0x4a8)]=-0x1,_0xceabf3[_0x51ad3c(0x717)]('aria-hidden',_0x51ad3c(0x420)),_0xceabf3[_0x51ad3c(0x1c2)][_0x51ad3c(0x3dd)]=_0x51ad3c(0x64b),_0x2163aa[_0x51ad3c(0x1a1)](_0xceabf3),_0xceabf3[_0x51ad3c(0x740)]({'preventScroll':!0x0}),(_0x1e2b62=_0x3fa253[_0x51ad3c(0x270)])==null||_0x1e2b62[_0x51ad3c(0x661)](()=>_0xceabf3[_0x51ad3c(0x2d1)](),0x0);}[_0x404806(0x3d7)](_0x4c8be3){const _0x1bb50e=_0x404806;(_0x4c8be3[_0x1bb50e(0x125)](_0x1bb50e(0x3ae))===_0x1bb50e(0x3a0)||_0x4c8be3[_0x1bb50e(0x125)]('data-embed-runtime-focus-role')===_0x1bb50e(0x1dc))&&_0x4c8be3[_0x1bb50e(0x633)](G),_0x4c8be3[_0x1bb50e(0x262)]('['+G+']')[_0x1bb50e(0x72e)](_0x174757=>{const _0x2d2778=_0x1bb50e;let _0x41635d=_0x174757[_0x2d2778(0x125)](G);(_0x41635d===_0x2d2778(0x3a0)||_0x41635d==='child-popup')&&_0x174757[_0x2d2778(0x633)](G);});}},oe=class{constructor(_0x252746={}){const _0x3144b3=_0x404806;V(this,_0x3144b3(0x1e2),new Map()),V(this,_0x3144b3(0x3b7),void 0x0),this[_0x3144b3(0x3b7)]=Y(_0x252746[_0x3144b3(0x659)]);}[_0x404806(0x329)](_0x1b8b47){const _0x29854b=_0x404806;let _0x3fc5ac=this[_0x29854b(0x34d)](_0x1b8b47[_0x29854b(0x1d1)]);return _0x3fc5ac['some'](_0x3ffdcc=>_0x3ffdcc[_0x29854b(0x1d1)]===_0x1b8b47[_0x29854b(0x106)]||_0x3ffdcc[_0x29854b(0x106)]===_0x1b8b47[_0x29854b(0x106)])?{'allowed':!0x1,'reason':_0x29854b(0x379),'ancestry':_0x3fc5ac}:_0x3fc5ac['length']>=this[_0x29854b(0x3b7)]?{'allowed':!0x1,'reason':_0x29854b(0x595),'ancestry':_0x3fc5ac}:{'allowed':!0x0,'ancestry':_0x3fc5ac};}[_0x404806(0x694)](_0x446a45){const _0x1203c8=_0x404806;let _0x1fcd80=[...this[_0x1203c8(0x34d)](_0x446a45['hostUnitId']),{'hostUnitId':_0x446a45[_0x1203c8(0x1d1)],'embedId':_0x446a45[_0x1203c8(0x46d)],'childUnitId':_0x446a45[_0x1203c8(0x106)]}];return this['_childUnitAncestry']['set'](_0x446a45[_0x1203c8(0x106)],_0x1fcd80),(0x0,n[_0x1203c8(0x6e6)])(()=>{const _0x443890=_0x1203c8;this[_0x443890(0x1e2)][_0x443890(0x35f)](_0x446a45[_0x443890(0x106)])===_0x1fcd80&&this[_0x443890(0x1e2)][_0x443890(0x4d8)](_0x446a45['childUnitId']);});}[_0x404806(0x34d)](_0x3328b8){const _0x1fb1c7=_0x404806;return this[_0x1fb1c7(0x1e2)][_0x1fb1c7(0x35f)](_0x3328b8)??[];}[_0x404806(0x603)](_0x501183){const _0x31cd46=_0x404806;var _0x3b2356;return(_0x3b2356=this[_0x31cd46(0x34d)](_0x501183)[_0x31cd46(0x611)](-0x1)[0x0])==null?void 0x0:_0x3b2356[_0x31cd46(0x46d)];}};function Y(_0x329b14){const _0x4cb1de=_0x404806;return typeof _0x329b14==_0x4cb1de(0x670)&&Number[_0x4cb1de(0x581)](_0x329b14)&&_0x329b14>=0x0?Math[_0x4cb1de(0x51b)](_0x329b14):0x1;}const se=new Set([_0x404806(0x561),_0x404806(0x530),_0x404806(0x41c),_0x404806(0x66e),'identifier:ui.sidebar.service',_0x404806(0x483),'identifier:univer.sheet.selection-render-service']);function ce(_0x186145){const _0x4507a8=_0x404806;let _0x3265de=_0x186145[_0x4507a8(0x697)][_0x4507a8(0x35f)](n[_0x4507a8(0x746)]),_0xa04cf5=_0x3265de[_0x4507a8(0x330)](_0x186145[_0x4507a8(0x106)],_0x186145['childType']);if(!_0xa04cf5)return;let _0x43a531=ue(_0x3265de,_0x186145,_0xa04cf5,new l[(_0x4507a8(0x29e))](_0xa04cf5),new l[(_0x4507a8(0x29e))](_0xa04cf5[_0x4507a8(0x275)]())),_0x3a75ab=X(_0x186145),_0x23afda=fe(_0x186145[_0x4507a8(0x697)][_0x4507a8(0x35f)](n['ICommandService']),_0x186145,_0x3265de,_0x3a75ab),_0x1ba778=new Map([[n[_0x4507a8(0x746)],_0x43a531],[n['ICommandService'],_0x23afda]]),_0x3f475e=[];if(_0x186145[_0x4507a8(0x34e)]===n[_0x4507a8(0x536)][_0x4507a8(0x2f6)]&&_0x186145[_0x4507a8(0x697)]['has'](u[_0x4507a8(0x104)])){let _0x245285=_0x186145[_0x4507a8(0x697)][_0x4507a8(0x35f)](u[_0x4507a8(0x104)]),_0x1b4972=_0x186145[_0x4507a8(0x697)][_0x4507a8(0x35f)](f[_0x4507a8(0x1f0)]),_0x5dfcd4=_0x186145[_0x4507a8(0x697)][_0x4507a8(0x35f)](n[_0x4507a8(0x3ee)]),_0x5f2b57=new d[(_0x4507a8(0x488))](_0x5dfcd4),_0xf042df=new d[(_0x4507a8(0x3c7))](_0x245285),_0x31eda8=new d['BoardDomLayerService'](),_0x48e850=new d[(_0x4507a8(0x490))](_0x245285,_0x5f2b57,_0x1b4972),_0x25f06b=new d['BoardElementEditService'](_0x23afda,_0x245285,_0xf042df),_0x2b763d=new d[(_0x4507a8(0x394))](_0x245285,_0xf042df,_0x1b4972),_0x5b2805=new d['BoardTextEditingService'](_0x245285,_0x25f06b,_0x186145[_0x4507a8(0x697)][_0x4507a8(0x35f)](d[_0x4507a8(0x65d)])),_0x2ddc2e=new d[(_0x4507a8(0xb3))](_0x23afda,_0xf042df,_0x5f2b57,_0x245285,_0x5b2805),_0x38f8fd=new d[(_0x4507a8(0x515))](_0x43a531,_0x2ddc2e,_0x5dfcd4,_0x186145[_0x4507a8(0x697)][_0x4507a8(0x287)](n['IImageIoService'])?_0x186145['injector'][_0x4507a8(0x35f)](n[_0x4507a8(0x743)]):void 0x0),_0x53a69f=new d[(_0x4507a8(0x40c))](_0x5f2b57,_0x23afda,_0x43a531,_0x5dfcd4);_0x1ba778[_0x4507a8(0x37d)](d[_0x4507a8(0x477)],_0x5f2b57),_0x1ba778[_0x4507a8(0x37d)](d[_0x4507a8(0xfc)],_0xf042df),_0x1ba778[_0x4507a8(0x37d)](d['BoardDomLayerService'],_0x31eda8),_0x1ba778[_0x4507a8(0x37d)](d[_0x4507a8(0x52c)],_0x25f06b),_0x1ba778[_0x4507a8(0x37d)](d['BoardElementInsertService'],_0x2ddc2e),_0x1ba778[_0x4507a8(0x37d)](d[_0x4507a8(0x515)],_0x38f8fd),_0x1ba778[_0x4507a8(0x37d)](d['BoardSelectionService'],_0x2b763d),_0x1ba778[_0x4507a8(0x37d)](d['BoardViewportService'],_0x48e850),_0x1ba778[_0x4507a8(0x37d)](d[_0x4507a8(0x2ed)],_0x5b2805),_0x1ba778[_0x4507a8(0x37d)](d['BoardToolService'],_0x53a69f),_0x3f475e[_0x4507a8(0x42f)](_0x5f2b57,_0xf042df,_0x31eda8,_0x5b2805);}_0x186145[_0x4507a8(0x697)][_0x4507a8(0x287)](oe)&&_0x1ba778[_0x4507a8(0x37d)](oe,_0x186145[_0x4507a8(0x697)][_0x4507a8(0x35f)](oe));let _0x5546d4=me(_0x186145['injector'],_0x186145[_0x4507a8(0x34e)]);_0x5546d4&&_0x1ba778['set'](n['IContextService'],_0x5546d4);let _0x3a64fd=be(_0x186145['injector'],_0x1ba778);if(_0x186145['injector']['has'](a['IUIRuntimeScopeService'])){let _0x4bace6=_0x186145['injector'][_0x4507a8(0x35f)](a[_0x4507a8(0x725)]);_0x3f475e[_0x4507a8(0x42f)](_0x4bace6[_0x4507a8(0x2c0)]({'unitId':_0x186145['childUnitId'],'has':_0x9d041b=>_0x3a64fd['has'](_0x9d041b),'get':_0xd3ccbe=>_0x3a64fd['get'](_0xd3ccbe)}));}let _0x410bf3=ze(_0x186145[_0x4507a8(0x697)],_0x3a64fd);if(_0x410bf3){_0x3a64fd[_0x4507a8(0x1ab)]([a[_0x4507a8(0x112)],{'useValue':_0x410bf3}]);let _0x1d64f9=new a['DesktopRibbonService'](_0x410bf3,_0x43a531);_0x3a64fd[_0x4507a8(0x1ab)]([a[_0x4507a8(0x6e3)],{'useValue':_0x1d64f9}]),_0x3f475e['push'](_0x1d64f9);}if(_0x186145[_0x4507a8(0x30d)][_0x4507a8(0x4aa)]){let _0xf284bd=Ve(_0x3a64fd,_0x186145['childUnitId']),_0xce66e4=new a[(_0x4507a8(0x133))](),_0x5cf075=new a[(_0x4507a8(0x171))]();_0x3a64fd['add']([a[_0x4507a8(0x2fd)],{'useValue':_0xf284bd}]),_0x3a64fd['add']([a[_0x4507a8(0x6ac)],{'useValue':_0xce66e4}]),_0x3a64fd[_0x4507a8(0x1ab)]([a[_0x4507a8(0x29d)],{'useValue':_0x5cf075}]),_0x3f475e[_0x4507a8(0x42f)](_0xf284bd,_0xce66e4,_0x5cf075);}else{let _0x15943d=Be(_0x186145['injector'],_0x3a64fd,_0x186145[_0x4507a8(0x106)]);_0x15943d&&_0x3a64fd['add']([a[_0x4507a8(0x2fd)],{'useValue':_0x15943d}]);}let _0x232404=He(_0x186145[_0x4507a8(0x697)],_0x186145);if(_0x3a64fd[_0x4507a8(0x1ab)]([a[_0x4507a8(0x3eb)],{'useValue':_0x232404}]),_0x3f475e[_0x4507a8(0x5a7)]){let _0x38f1d8=_0x3a64fd[_0x4507a8(0x3f7)]['bind'](_0x3a64fd),_0x3d7577=!0x1;_0x3a64fd[_0x4507a8(0x3f7)]=()=>{const _0x4f8716=_0x4507a8;_0x3d7577||(_0x3d7577=!0x0,_0x3f475e['forEach'](_0xf0189e=>_0xf0189e[_0x4f8716(0x3f7)]()),_0x38f1d8());};}return _0x3a64fd;}function le(_0x350ca5,_0x6e314d){const _0x28c973=_0x404806;if(!_0x350ca5[_0x28c973(0x287)](n[_0x28c973(0x3ee)]))return;let _0xf69474=_0x350ca5[_0x28c973(0x35f)](n[_0x28c973(0x3ee)]);return be(_0x350ca5,new Map([[n[_0x28c973(0x3ee)],ve(_0xf69474,_0x6e314d)]]));}function ue(_0x25d1ce,_0x1eb947,_0x5c863c,_0x5b2062,_0x315a79){const _0x2df62a=_0x404806;return{'unitAdded$':_0x25d1ce['unitAdded$'],'getTypeOfUnitAdded$':(..._0x2b7408)=>_0x25d1ce[_0x2df62a(0x2e9)](..._0x2b7408),'__addUnit':(..._0x1930a9)=>_0x25d1ce[_0x2df62a(0x452)](..._0x1930a9),'unitDisposed$':_0x25d1ce[_0x2df62a(0x132)],'getTypeOfUnitDisposed$':(..._0x230db5)=>_0x25d1ce[_0x2df62a(0x1ba)](..._0x230db5),'focused$':_0x315a79[_0x2df62a(0x516)](),'focusUnit':_0x2f7d26=>{const _0xc82a15=_0x2df62a;if(_0x2f7d26===null||de(_0x1eb947,_0x2f7d26)){_0x315a79[_0xc82a15(0x3a9)]()!==_0x2f7d26&&_0x315a79[_0xc82a15(0x511)](_0x2f7d26);return;}_0x25d1ce['focusUnit'](_0x2f7d26);},'getFocusedUnit':()=>{const _0x29b076=_0x2df62a;let _0x20ef5e=_0x315a79[_0x29b076(0x3a9)]();return _0x20ef5e===null?null:_0x20ef5e===_0x1eb947['childUnitId']?_0x5c863c:(0x0,n['isInternalEditorID'])(_0x20ef5e)?_0x25d1ce[_0x29b076(0x330)](_0x20ef5e)??_0x5c863c:_0x25d1ce['getFocusedUnit']();},'getCurrentUnitOfType':_0xc5fdea=>_0xc5fdea===_0x1eb947[_0x2df62a(0x34e)]?_0x5b2062[_0x2df62a(0x3a9)]():_0x25d1ce[_0x2df62a(0x5b2)](_0xc5fdea),'setCurrentUnitForType':_0x443cf0=>{const _0x410c93=_0x2df62a;if(de(_0x1eb947,_0x443cf0)){_0x5b2062['getValue']()!==_0x5c863c&&_0x5b2062[_0x410c93(0x511)](_0x5c863c);return;}_0x25d1ce[_0x410c93(0x2df)](_0x443cf0);},'getCurrentTypeOfUnit$':_0x13d8f6=>_0x13d8f6===_0x1eb947[_0x2df62a(0x34e)]?_0x5b2062[_0x2df62a(0x516)]():_0x25d1ce[_0x2df62a(0x4ba)](_0x13d8f6),'createUnit':(..._0x3af188)=>_0x25d1ce[_0x2df62a(0x512)](..._0x3af188),'getUnitCreateOptions':(..._0x75ba0)=>_0x25d1ce[_0x2df62a(0x67e)](..._0x75ba0),'disposeUnit':(..._0x393c63)=>_0x25d1ce[_0x2df62a(0x36e)](..._0x393c63),'registerCtorForType':(..._0x589096)=>_0x25d1ce['registerCtorForType'](..._0x589096),'getUnit':(..._0x546371)=>_0x25d1ce['getUnit'](..._0x546371),'getAllUnitsForType':(..._0x2d8f2b)=>_0x25d1ce['getAllUnitsForType'](..._0x2d8f2b),'getUnitType':(..._0x1ffedd)=>_0x25d1ce['getUnitType'](..._0x1ffedd),'dispose':()=>{}};}function de(_0x3de3ba,_0x5e2379){const _0x1524ce=_0x404806;return _0x5e2379===_0x3de3ba[_0x1524ce(0x106)]||(0x0,n[_0x1524ce(0x13b)])(_0x5e2379);}function fe(_0x24f5ed,_0x298d14,_0x2b50e9,_0x3f6739){const _0x6c4ff1=_0x404806;return{'disposed':()=>_0x24f5ed[_0x6c4ff1(0xe0)](),'hasCommand':_0x5db354=>_0x24f5ed[_0x6c4ff1(0x399)](_0x5db354),'registerCommand':(..._0x4fae7d)=>_0x24f5ed['registerCommand'](..._0x4fae7d),'unregisterCommand':_0x3cfb84=>_0x24f5ed['unregisterCommand'](_0x3cfb84),'registerMultipleCommand':(..._0x222bf1)=>_0x24f5ed[_0x6c4ff1(0x229)](..._0x222bf1),'executeCommand':async(..._0x1bf2c0)=>{const _0x265480=_0x6c4ff1;var _0x5e16af;let _0x4c470b=()=>_0x24f5ed['executeCommand'](_0x1bf2c0[0x0],ye(_0x298d14,_0x1bf2c0[0x0],_0x1bf2c0[0x1]),_0x1bf2c0[0x2]);if(!_0x3f6739)return await _0x4c470b();let _0x2c1e1b=_0x2b50e9[_0x265480(0x5b2)](_0x298d14['childType']),_0x595898=((_0x5e16af=_0x2b50e9[_0x265480(0x43c)]())==null?void 0x0:_0x5e16af[_0x265480(0x275)]())??null;try{return _0x2b50e9[_0x265480(0x2df)](_0x298d14['childUnitId']),_0x2b50e9[_0x265480(0x504)](_0x298d14[_0x265480(0x106)]),await _0x4c470b();}finally{_0x2c1e1b&&_0x2b50e9[_0x265480(0x2df)](_0x2c1e1b[_0x265480(0x275)]()),xe(_0x298d14,_0x2b50e9,_0x595898);}},'syncExecuteCommand':(..._0x14de86)=>{const _0x46c7a4=_0x6c4ff1;var _0x7f5230;let _0x23e2ee=()=>_0x24f5ed[_0x46c7a4(0x243)](_0x14de86[0x0],ye(_0x298d14,_0x14de86[0x0],_0x14de86[0x1]),_0x14de86[0x2]);if(!_0x3f6739)return _0x23e2ee();let _0x7557c2=_0x2b50e9[_0x46c7a4(0x5b2)](_0x298d14[_0x46c7a4(0x34e)]),_0x4be0e5=((_0x7f5230=_0x2b50e9[_0x46c7a4(0x43c)]())==null?void 0x0:_0x7f5230['getUnitId']())??null;try{return _0x2b50e9[_0x46c7a4(0x2df)](_0x298d14[_0x46c7a4(0x106)]),_0x2b50e9['focusUnit'](_0x298d14[_0x46c7a4(0x106)]),_0x23e2ee();}finally{_0x7557c2&&_0x2b50e9[_0x46c7a4(0x2df)](_0x7557c2[_0x46c7a4(0x275)]()),xe(_0x298d14,_0x2b50e9,_0x4be0e5);}},'onCommandExecuted':(..._0x4d5599)=>_0x24f5ed[_0x6c4ff1(0x647)](..._0x4d5599),'beforeCommandExecuted':(..._0x219ebe)=>_0x24f5ed[_0x6c4ff1(0x107)](..._0x219ebe),'onMutationExecutedForCollab':(..._0xe6fa01)=>_0x24f5ed['onMutationExecutedForCollab'](..._0xe6fa01),'dispose':()=>{}};}function X(_0x5635cc){const _0x3d52d6=_0x404806;return _0x5635cc[_0x3d52d6(0x30d)][_0x3d52d6(0x4aa)]||_0x5635cc[_0x3d52d6(0x41a)][_0x3d52d6(0x3fd)]==='docs-custom-block'?!0x0:pe(_0x5635cc);}function pe(_0x1a6b2d){const _0x5007ba=_0x404806;var _0x1d2239;return _0x1a6b2d[_0x5007ba(0x41a)][_0x5007ba(0x3fd)]===_0x5007ba(0x345)||_0x1a6b2d['descriptor'][_0x5007ba(0x3fd)]===_0x5007ba(0x2a1)||_0x1a6b2d[_0x5007ba(0x41a)]['entry']==='slides-page-list-block'||_0x1a6b2d[_0x5007ba(0x5d3)]===_0x5007ba(0x26d)||!!((_0x1d2239=_0x1a6b2d['descriptor'][_0x5007ba(0x66c)])!=null&&_0x1d2239[_0x5007ba(0x480)]);}function me(_0x54b87c,_0x5d85e1){const _0x2e7688=_0x404806;if(!_0x54b87c[_0x2e7688(0x287)](n[_0x2e7688(0x4b2)]))return;let _0x49f7e0=_0x54b87c[_0x2e7688(0x35f)](n[_0x2e7688(0x4b2)]),_0x45bee0=he(_0x5d85e1),_0x2d2d90=new l[(_0x2e7688(0x59c))]();return{'contextChanged$':(0x0,l[_0x2e7688(0x252)])((_0x49f7e0[_0x2e7688(0x6f0)]??l['EMPTY'])[_0x2e7688(0x311)]((0x0,l['map'])(_0xfb0902=>Object[_0x2e7688(0x501)](Object[_0x2e7688(0xaf)](_0xfb0902)[_0x2e7688(0x3d1)](([_0x51cf78])=>!_e(_0x51cf78)))),(0x0,l['filter'])(_0x128aae=>Object[_0x2e7688(0x48a)](_0x128aae)[_0x2e7688(0x5a7)]>0x0)),_0x2d2d90),'getContextValue':_0x1c6c2a=>_e(_0x1c6c2a)?ge(_0x45bee0,_0x1c6c2a):_0x49f7e0['getContextValue'](_0x1c6c2a),'setContextValue':(_0x37aa86,_0x4fe9b1)=>{const _0x4b781d=_0x2e7688;if(!_e(_0x37aa86)){_0x49f7e0[_0x4b781d(0x553)](_0x37aa86,_0x4fe9b1);return;}_0x45bee0['set'](_0x37aa86,_0x4fe9b1),_0x2d2d90[_0x4b781d(0x511)]({[_0x37aa86]:_0x4fe9b1});},'subscribeContextValue$':_0x1bbd36=>_e(_0x1bbd36)?new l[(_0x2e7688(0x32c))](_0x21980d=>{const _0x47fa24=_0x2e7688;let _0x59951d=_0x2d2d90[_0x47fa24(0x311)]((0x0,l['filter'])(_0x9fcf05=>_0x9fcf05[_0x1bbd36]!==void 0x0))[_0x47fa24(0x3db)](_0x40c873=>_0x21980d[_0x47fa24(0x511)](_0x40c873[_0x1bbd36]));return _0x21980d[_0x47fa24(0x511)](ge(_0x45bee0,_0x1bbd36)),()=>_0x59951d[_0x47fa24(0x12a)]();}):_0x49f7e0[_0x2e7688(0x1cb)](_0x1bbd36)};}function he(_0x1cbdec){const _0x532a02=_0x404806;return new Map([[n[_0x532a02(0x532)],!0x0],[n[_0x532a02(0x5e6)],_0x1cbdec===n['UniverInstanceType'][_0x532a02(0x534)]],[n[_0x532a02(0x657)],_0x1cbdec===n[_0x532a02(0x536)][_0x532a02(0x15e)]],[n[_0x532a02(0x62a)],_0x1cbdec===n['UniverInstanceType'][_0x532a02(0x47d)]],[n[_0x532a02(0x279)],_0x1cbdec===n['UniverInstanceType'][_0x532a02(0x2f6)]]]);}function ge(_0x2a5a14,_0x3a1627){return _0x2a5a14['get'](_0x3a1627)??!0x1;}function _e(_0x52b01f){const _0x2799eb=_0x404806;return _0x52b01f[_0x2799eb(0x5f5)](_0x2799eb(0x641))||_0x52b01f===n[_0x2799eb(0x2b0)]||_0x52b01f===n[_0x2799eb(0x2c5)];}function ve(_0xa6c50d,_0x500532){const _0x411ac5=_0x404806;return{'getConfig':_0x58a26d=>{const _0x28ceb9=_0x159c;let _0x25dfc2=_0xa6c50d[_0x28ceb9(0x5ec)](_0x58a26d),_0x1edc1c=_0x500532[_0x28ceb9(0x35f)](_0x58a26d);return _0x1edc1c?_0x1edc1c(_0x25dfc2):_0x25dfc2;},'setConfig':_0xa6c50d[_0x411ac5(0x73f)][_0x411ac5(0x15c)](_0xa6c50d),'deleteConfig':_0xa6c50d[_0x411ac5(0x1a3)]['bind'](_0xa6c50d),'subscribeConfigValue$':_0xa6c50d[_0x411ac5(0x39d)]['bind'](_0xa6c50d),'configChanged$':_0xa6c50d[_0x411ac5(0x67f)],'dispose':()=>{}};}function ye(_0x4b8460,_0x17fa10,_0x1a01af){const _0x54d96c=_0x404806;if(_0x17fa10!==e[_0x54d96c(0x283)]['id']||!_0x1a01af||typeof _0x1a01af!='object')return _0x1a01af;let _0x2bce44=_0x1a01af;return _0x2bce44[_0x54d96c(0x3cc)]?_0x2bce44:{..._0x2bce44,'parentEmbedId':_0x4b8460[_0x54d96c(0x46d)]};}function be(_0x3c55a4,_0x13923d,_0xc60079=_0x3c55a4){const _0x419de2=_0x404806;let _0x1384b4=Me(_0x3c55a4)??_0xc60079,_0x534196=new Map(_0x13923d),_0x304794=new Map(),_0x4e2018=new Set(),_0x550f1d=new Map(),_0x938bb4;_0x534196[_0x419de2(0x72e)]((_0x275f13,_0x28020a)=>{_0x37d1e1(_0x28020a);});function _0x37d1e1(_0x286063){const _0x34a6f3=_0x419de2;let _0x339678=Ce(_0x286063);return _0x4e2018[_0x34a6f3(0x1ab)](_0x339678),_0x550f1d[_0x34a6f3(0x287)](_0x339678)||_0x550f1d['set'](_0x339678,_0x286063),_0x339678;}let _0x12b3fa=_0x314a72=>_0x534196[_0x419de2(0x287)](_0x314a72)||_0x304794[_0x419de2(0x287)](_0x314a72)?_0x314a72:_0x550f1d[_0x419de2(0x35f)](Ce(_0x314a72))??_0x314a72,_0x1cfca3=_0x3ba701=>{const _0x3af269=_0x419de2;let _0x533eab=_0x12b3fa(_0x3ba701);if(_0x534196[_0x3af269(0x287)](_0x533eab))return _0x534196[_0x3af269(0x35f)](_0x533eab);let _0x2251be=_0x304794[_0x3af269(0x35f)](_0x533eab);if(!_0x2251be)return;let _0x538e7f=_0x2251be();return _0x304794[_0x3af269(0x4d8)](_0x533eab),_0x534196['set'](_0x533eab,_0x538e7f),ke(_0x938bb4,_0x533eab,_0x538e7f),_0x533eab!==_0x3ba701&&ke(_0x938bb4,_0x3ba701,_0x538e7f),_0x538e7f;},_0x1cef84=_0x555369=>{const _0x573316=_0x419de2;let _0x52e666=_0x12b3fa(_0x555369);return _0x534196[_0x573316(0x287)](_0x52e666)||_0x304794['has'](_0x52e666);},_0x2024c7=_0x5bcadb=>_0x4e2018['has'](Ce(_0x5bcadb)),_0x5833a2=_0x32a491=>se[_0x419de2(0x287)](Ce(_0x32a491)),_0x48e5b3=_0x1110e8=>!_0x2024c7(_0x1110e8)&&_0x3c55a4[_0x419de2(0x287)](_0x1110e8),_0x5a5acc=()=>{const _0x4dbd80=_0x419de2;if(_0x938bb4)return _0x938bb4;let _0x19d931=_0x3c55a4['createChild'];if(typeof _0x19d931==_0x4dbd80(0x338))return _0x938bb4=_0x19d931[_0x4dbd80(0x538)](_0x3c55a4,[...Le(_0x534196),[n[_0x4dbd80(0x4a2)],{'useFactory':()=>_0x938bb4}]]),_0x938bb4;},_0x328071={'has':_0x2c4085=>{const _0x4b66fe=_0x419de2;if(_0x2c4085===n['Injector']||_0x1cef84(_0x2c4085)||_0x48e5b3(_0x2c4085))return!0x0;let _0x88778f=_0x5a5acc();return(_0x88778f==null?void 0x0:_0x88778f['has'](_0x2c4085))??_0x3c55a4[_0x4b66fe(0x287)](_0x2c4085);},'get':(_0x5bcb43,..._0x8ab7b6)=>{const _0x463ce3=_0x419de2;if(_0x5bcb43===n[_0x463ce3(0x4a2)])return _0x328071;if(we(_0x8ab7b6,n[_0x463ce3(0x155)]['SELF'])){let _0x2e8d0c=_0x5a5acc();_0x1d0521(_0x2e8d0c,_0x5bcb43);let _0x32239a=De(_0x2e8d0c,_0x5bcb43);return _0x32239a['resolved']?_0x32239a[_0x463ce3(0x185)]:Ee(_0x2e8d0c||_0x3c55a4,_0x5bcb43,_0x8ab7b6);}return _0x1cef84(_0x5bcb43)?_0x1cfca3(_0x5bcb43):we(_0x8ab7b6,n[_0x463ce3(0x155)][_0x463ce3(0x113)])?Ee(_0x3c55a4,_0x5bcb43,Te(_0x8ab7b6,n[_0x463ce3(0x155)]['SKIP_SELF'])):_0x48e5b3(_0x5bcb43)?Ee(_0x3c55a4,_0x5bcb43,_0x8ab7b6):Ee(_0x5a5acc()||_0x3c55a4,_0x5bcb43,_0x8ab7b6);},'invoke':(_0x382fa2,..._0x3c3f4a)=>_0x382fa2({'has':_0x9daffc=>{const _0x3dea2a=_0x419de2;if(_0x9daffc===n[_0x3dea2a(0x4a2)]||_0x1cef84(_0x9daffc)||_0x48e5b3(_0x9daffc))return!0x0;let _0x5ba4b9=_0x5a5acc();return(_0x5ba4b9==null?void 0x0:_0x5ba4b9[_0x3dea2a(0x287)](_0x9daffc))??_0x3c55a4[_0x3dea2a(0x287)](_0x9daffc);},'get':(_0x28f69d,..._0x41b98f)=>{const _0x3c7e7c=_0x419de2;if(_0x28f69d===n[_0x3c7e7c(0x4a2)])return _0x328071;if(we(_0x41b98f,n[_0x3c7e7c(0x155)][_0x3c7e7c(0x439)])){let _0x47ddc1=_0x5a5acc();_0x1d0521(_0x47ddc1,_0x28f69d);let _0x3213d3=De(_0x47ddc1,_0x28f69d);return _0x3213d3['resolved']?_0x3213d3[_0x3c7e7c(0x185)]:Ee(_0x47ddc1||_0x3c55a4,_0x28f69d,_0x41b98f);}return _0x1cef84(_0x28f69d)?_0x1cfca3(_0x28f69d):we(_0x41b98f,n['LookUp'][_0x3c7e7c(0x113)])?Ee(_0x3c55a4,_0x28f69d,Te(_0x41b98f,n['LookUp']['SKIP_SELF'])):_0x48e5b3(_0x28f69d)?Ee(_0x3c55a4,_0x28f69d,_0x41b98f):Ee(_0x5a5acc()||_0x3c55a4,_0x28f69d,_0x41b98f);}},..._0x3c3f4a),'add':_0x48d60b=>{const _0x3ff0d5=_0x419de2;let _0x4c36e3=Re(_0x48d60b);if(_0x4c36e3){if(_0x4c36e3[_0x3ff0d5(0x408)]!==_0x3ff0d5(0x1ad)&&_0x48e5b3(_0x4c36e3[_0x3ff0d5(0x606)])&&!_0x5833a2(_0x4c36e3[_0x3ff0d5(0x606)]))return;let _0x200d32=Ce(_0x4c36e3['identifier']);if(_0x4e2018[_0x3ff0d5(0x287)](_0x200d32))return;if(_0x37d1e1(_0x4c36e3[_0x3ff0d5(0x606)]),_0x4c36e3[_0x3ff0d5(0x408)]===_0x3ff0d5(0x185))_0x304794[_0x3ff0d5(0x4d8)](_0x4c36e3['identifier']),_0x534196[_0x3ff0d5(0x37d)](_0x4c36e3['identifier'],_0x4c36e3[_0x3ff0d5(0x185)]);else{let _0x12ccbe=_0x5a5acc();_0x12ccbe?je(_0x12ccbe,_0x4c36e3['identifier'])||_0x12ccbe[_0x3ff0d5(0x1ab)](_0x48d60b):(_0x534196['delete'](_0x4c36e3['identifier']),_0x304794['set'](_0x4c36e3['identifier'],_0x4c36e3[_0x3ff0d5(0x1ad)]));}return;}let _0x1ad02f=Ce(Se(_0x48d60b));if(_0x1ad02f!=null){if(_0x4e2018[_0x3ff0d5(0x287)](_0x1ad02f))return;_0x37d1e1(Se(_0x48d60b));}let _0x31f3c8=_0x5a5acc();if(_0x31f3c8){_0x31f3c8[_0x3ff0d5(0x1ab)](_0x48d60b);return;}_0x3c55a4[_0x3ff0d5(0x1ab)](_0x48d60b);},'createChild':(_0x195c04=[])=>{let _0x105385=new Map(_0x534196),_0x40edd1=[];_0x195c04['forEach'](_0x538bc6=>{const _0x5c4319=_0x159c;let _0x1d439d=Re(_0x538bc6);if((_0x1d439d==null?void 0x0:_0x1d439d[_0x5c4319(0x408)])==='value'){_0x105385['set'](_0x1d439d[_0x5c4319(0x606)],_0x1d439d[_0x5c4319(0x185)]);return;}_0x40edd1[_0x5c4319(0x42f)](_0x538bc6);});let _0x338cb5=be(_0x3c55a4,_0x105385,_0x1384b4);return _0x40edd1['forEach'](_0x27f382=>{const _0xd4d124=_0x159c;_0x338cb5[_0xd4d124(0x1ab)](_0x27f382);}),_0x338cb5;},'createInstance':(..._0x1bf4ff)=>{const _0x2272bd=_0x419de2;let _0x4ecbd8=_0x5a5acc(),_0x1ca7d4=_0x4ecbd8==null?void 0x0:_0x4ecbd8[_0x2272bd(0x3a3)];if(_0x4ecbd8&&typeof _0x1ca7d4==_0x2272bd(0x338))return _0x3fcc3a(_0x4ecbd8,_0x1bf4ff[0x0]),_0x1ca7d4[_0x2272bd(0x68c)](_0x4ecbd8,_0x1bf4ff);let _0x59c61e=_0x3c55a4[_0x2272bd(0x3a3)];if(typeof _0x59c61e=='function')return _0x59c61e[_0x2272bd(0x68c)](_0x3c55a4,_0x1bf4ff);let [_0x2a2be7,..._0x39d086]=_0x1bf4ff;return new _0x2a2be7(..._0x39d086);},'dispose':()=>{const _0x297975=_0x419de2;_0x938bb4&&Ne(_0x938bb4,_0x1384b4,_0x534196[_0x297975(0x4c9)]()),_0x938bb4=void 0x0,_0x4e2018['clear'](),_0x550f1d[_0x297975(0x589)](),_0x304794[_0x297975(0x589)]();}};function _0x1d0521(_0x4b09f2,_0x388ef2){!_0x4b09f2||!_0x1cef84(_0x388ef2)||ke(_0x4b09f2,_0x388ef2,_0x1cfca3(_0x388ef2));}function _0x3fcc3a(_0x539f14,_0x1addb9){const _0x51905f=_0x419de2;Ae(_0x1addb9)[_0x51905f(0x72e)](_0x405c6e=>_0x1d0521(_0x539f14,_0x405c6e));}return _0x328071[_0x419de2(0x386)]=_0x1384b4,_0x328071;}function xe(_0x2b28d2,_0x531f7c,_0x473fa3){const _0x42bba5=_0x404806;let _0x10186f=_0x2b28d2[_0x42bba5(0x697)]['has'](K)?_0x2b28d2[_0x42bba5(0x697)][_0x42bba5(0x35f)](K):void 0x0;_0x531f7c['focusUnit'](_0x10186f!=null&&_0x10186f[_0x42bba5(0x1e9)](_0x2b28d2[_0x42bba5(0x46d)])?_0x2b28d2[_0x42bba5(0x106)]:_0x473fa3);}function Se(_0x488f74){const _0x1ebdcc=_0x404806;return Array[_0x1ebdcc(0x206)](_0x488f74)?_0x488f74[0x0]:_0x488f74;}function Ce(_0x25d55c){const _0x75d806=_0x404806;let _0x264916=_0x25d55c==null?void 0x0:_0x25d55c[_0x75d806(0x52e)];return typeof _0x264916==_0x75d806(0x6cd)&&_0x264916?_0x75d806(0x2aa)+_0x264916:_0x25d55c;}function we(_0x2c3a60,_0x5a7e62){const _0x5c443b=_0x404806;return _0x2c3a60[_0x5c443b(0x14c)](_0x5a7e62);}function Te(_0x18958f,_0x1ead52){return _0x18958f['filter'](_0x24273f=>_0x24273f!==_0x1ead52);}function Ee(_0x15620a,_0x5146a1,_0x5ada58){const _0x46969f=_0x404806;return _0x15620a[_0x46969f(0x35f)](_0x5146a1,..._0x5ada58);}function De(_0x4aa9b9,_0x1fe4d8){const _0x5cc6fe=_0x404806;var _0x23e379;let _0x20eabd=_0x4aa9b9==null||(_0x23e379=_0x4aa9b9['resolvedDependencyCollection'])==null?void 0x0:_0x23e379[_0x5cc6fe(0x454)];if(!_0x20eabd)return{'resolved':!0x1};let _0x4ba93b=Oe(_0x20eabd[_0x5cc6fe(0x35f)](_0x1fe4d8));if(_0x4ba93b['resolved'])return _0x4ba93b;let _0x2b3eea=Ce(_0x1fe4d8);for(let [_0x3760de,_0x531b3f]of _0x20eabd){if(_0x3760de===_0x1fe4d8||Ce(_0x3760de)!==_0x2b3eea)continue;let _0x5dd03a=Oe(_0x531b3f);if(_0x5dd03a[_0x5cc6fe(0x46f)])return _0x5dd03a;}return{'resolved':!0x1};}function Oe(_0x5392b1){const _0x46b280=_0x404806;return!_0x5392b1||_0x5392b1[_0x46b280(0x5a7)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x5392b1[0x0]};}function ke(_0x403904,_0x1a7882,_0x3384f7){const _0x4bd8e3=_0x404806;!_0x403904||je(_0x403904,_0x1a7882)||_0x403904[_0x4bd8e3(0x1ab)]([_0x1a7882,{'useValue':_0x3384f7}]);}function Ae(_0x3d8c3e){const _0x21c70c=_0x404806;if(!_0x3d8c3e||typeof _0x3d8c3e!=_0x21c70c(0x338)&&typeof _0x3d8c3e!='object')return[];for(let _0x8fe34d of Object[_0x21c70c(0xa4)](_0x3d8c3e)){let _0xaca418=_0x3d8c3e[_0x8fe34d];if(!Array[_0x21c70c(0x206)](_0xaca418))continue;let _0x2bb299=_0xaca418[_0x21c70c(0x26b)](_0x3293ee=>_0x3293ee==null?void 0x0:_0x3293ee[_0x21c70c(0x606)])[_0x21c70c(0x3d1)](_0x51e578=>_0x51e578!==void 0x0);if(_0x2bb299[_0x21c70c(0x5a7)])return _0x2bb299;}return[];}function je(_0x344a31,_0x52ddaf){const _0x3ce420=_0x404806;var _0x30235c,_0x6ce474,_0x1fe625,_0x4b2728;let _0x2f00ad=_0x344a31;return!!((_0x30235c=_0x2f00ad['dependencyCollection'])!=null&&(_0x6ce474=_0x30235c[_0x3ce420(0x287)])!=null&&_0x6ce474['call'](_0x30235c,_0x52ddaf)||(_0x1fe625=_0x2f00ad[_0x3ce420(0xcf)])!=null&&(_0x4b2728=_0x1fe625['has'])!=null&&_0x4b2728['call'](_0x1fe625,_0x52ddaf));}function _0x159c(_0x4a8bc9,_0x51a88d){_0x4a8bc9=_0x4a8bc9-0xa4;const _0x1af407=_0x1af4();let _0x159c88=_0x1af407[_0x4a8bc9];return _0x159c88;}function Me(_0x4bc697){const _0x6a1471=_0x404806;return _0x4bc697[_0x6a1471(0x386)];}function Ne(_0x263a04,_0x5906e4,_0x162f37=[]){const _0x46be9d=_0x404806;let _0x5a7f77=Pe(_0x5906e4);for(let _0x5db88a of _0x162f37)_0x5a7f77[_0x46be9d(0x1ab)](_0x5db88a);Fe(_0x263a04,_0x5a7f77),_0x263a04['dispose']();}function Pe(_0x162ee4){const _0x4de9df=_0x404806;let _0x2b795b=new Set(),_0x3220cb=Ie(_0x162ee4);return _0x3220cb&&_0x3220cb[_0x4de9df(0x72e)](_0x44fad8=>{const _0x80a903=_0x4de9df;Array[_0x80a903(0x206)](_0x44fad8)&&_0x44fad8[_0x80a903(0x72e)](_0x416239=>_0x2b795b[_0x80a903(0x1ab)](_0x416239));}),_0x2b795b;}function Fe(_0x534b3c,_0x22bd1e,_0x3fc10b=new Set()){const _0x462503=_0x404806;if(_0x3fc10b[_0x462503(0x287)](_0x534b3c))return;_0x3fc10b['add'](_0x534b3c);let _0x7f1c9c=_0x534b3c[_0x462503(0x296)];_0x7f1c9c==null||_0x7f1c9c[_0x462503(0x72e)](_0x145653=>Fe(_0x145653,_0x22bd1e,_0x3fc10b));let _0x3b9566=Ie(_0x534b3c);_0x3b9566&&_0x3b9566[_0x462503(0x72e)]((_0x169b27,_0x3f6cd8)=>{const _0x71e77c=_0x462503;if(!Array[_0x71e77c(0x206)](_0x169b27))return;let _0x4d84f7=_0x169b27['filter'](_0x2273af=>!_0x22bd1e[_0x71e77c(0x287)](_0x2273af));if(_0x4d84f7[_0x71e77c(0x5a7)]!==_0x169b27[_0x71e77c(0x5a7)]){if(_0x4d84f7['length']===0x0){_0x3b9566[_0x71e77c(0x4d8)](_0x3f6cd8);return;}_0x3b9566['set'](_0x3f6cd8,_0x4d84f7);}});}function Ie(_0x3a0d7e){const _0x19677c=_0x404806;var _0x1fc0af;return(_0x1fc0af=_0x3a0d7e['resolvedDependencyCollection'])==null?void 0x0:_0x1fc0af[_0x19677c(0x454)];}function Le(_0x1f7889){return Array['from'](_0x1f7889,([_0x5006f3,_0x1ab628])=>[_0x5006f3,{'useValue':_0x1ab628}]);}function Re(_0x422649){const _0x4bcf50=_0x404806;if(!Array[_0x4bcf50(0x206)](_0x422649)||_0x422649[_0x4bcf50(0x5a7)]<0x2)return;let [_0x935fab,_0x1217ce]=_0x422649;if(!(!_0x1217ce||typeof _0x1217ce!='object')){if(_0x4bcf50(0x194)in _0x1217ce)return{'kind':_0x4bcf50(0x185),'identifier':_0x935fab,'value':_0x1217ce['useValue']};if(typeof _0x1217ce['useFactory']==_0x4bcf50(0x338))return{'kind':_0x4bcf50(0x1ad),'identifier':_0x935fab,'factory':_0x1217ce[_0x4bcf50(0x2ad)]};}}function ze(_0x426912,_0x2312d6){const _0x179b51=_0x404806;if(!_0x426912[_0x179b51(0x287)](a[_0x179b51(0x112)]))return;let _0x4cd5c6=_0x426912[_0x179b51(0x35f)](a['IMenuManagerService']),_0x139553=_0x4cd5c6[_0x179b51(0x60a)];return typeof _0x139553==_0x179b51(0x338)?_0x139553[_0x179b51(0x538)](_0x4cd5c6,_0x2312d6):_0x4cd5c6;}function Be(_0x2066bb,_0x1de496,_0x17773b){const _0x345568=_0x404806;if(!_0x2066bb['has'](a['IContextMenuService']))return;let _0x45e67c=_0x2066bb['get'](a[_0x345568(0x2fd)]);return{get 'disabled'(){const _0x2173fd=_0x345568;return _0x45e67c[_0x2173fd(0xdf)];},set 'disabled'(_0x3a5874){_0x45e67c['disabled']=_0x3a5874;},get 'visible'(){const _0x146a4f=_0x345568;return _0x45e67c[_0x146a4f(0x31e)];},'enable':()=>_0x45e67c[_0x345568(0x2dd)](),'disable':()=>_0x45e67c[_0x345568(0x2b2)](),'triggerContextMenu':(_0x4d9044,_0x1b8c77,_0x15c331)=>{const _0x428a67=_0x345568;_0x45e67c[_0x428a67(0x4b1)](_0x4d9044,_0x1b8c77,{..._0x15c331,'unitId':(_0x15c331==null?void 0x0:_0x15c331['unitId'])??_0x17773b});},'hideContextMenu':()=>_0x45e67c[_0x345568(0x313)](),'registerContextMenuHandler':_0x46bfdd=>_0x45e67c[_0x345568(0x63f)](_0x46bfdd)};}function Ve(_0x4241c2,_0x130cb3){const _0x3a2ca9=_0x404806;let _0xeeda76=new a[(_0x3a2ca9(0x629))]();return{get 'disabled'(){return _0xeeda76['disabled'];},set 'disabled'(_0x40abac){_0xeeda76['disabled']=_0x40abac;},get 'visible'(){return _0xeeda76['visible'];},'enable':()=>_0xeeda76['enable'](),'disable':()=>_0xeeda76[_0x3a2ca9(0x2b2)](),'triggerContextMenu':(_0x2a636a,_0x426e19,_0x297dd3)=>{const _0x4e6053=_0x3a2ca9;_0xeeda76[_0x4e6053(0x4b1)](_0x2a636a,_0x426e19,{..._0x297dd3,'unitId':(_0x297dd3==null?void 0x0:_0x297dd3[_0x4e6053(0x16f)])??_0x130cb3});},'hideContextMenu':()=>_0xeeda76[_0x3a2ca9(0x313)](),'registerContextMenuHandler':_0x58ca73=>_0xeeda76['registerContextMenuHandler'](_0x58ca73),'dispose':()=>_0xeeda76[_0x3a2ca9(0x3f7)]()};}function He(_0x1f88fe,_0x4ee4b0){const _0x169b6c=_0x404806;var _0x41a288,_0x5294af;let _0x11620a=_0x1f88fe[_0x169b6c(0x35f)](a['ILayoutService']),_0x13c708=_0x1f88fe[_0x169b6c(0x287)](J)?_0x1f88fe[_0x169b6c(0x35f)](J):void 0x0,_0x253f2d=_0x1f88fe[_0x169b6c(0x287)](K)?_0x1f88fe['get'](K):void 0x0,_0x33a49b=((_0x41a288=_0x4ee4b0[_0x169b6c(0x5c6)])==null||(_0x41a288=_0x41a288[_0x169b6c(0x1bf)])==null?void 0x0:_0x41a288[_0x169b6c(0x4ca)])??_0x4ee4b0['renderScope']['rootElement'],_0x438f7b=((_0x5294af=_0x4ee4b0['runtimeScope'])==null||(_0x5294af=_0x5294af['roots'])==null?void 0x0:_0x5294af[_0x169b6c(0x6c3)])??_0x4ee4b0[_0x169b6c(0x30d)]['contentRoot']??_0x33a49b,_0x424e35=new Set([_0x33a49b,_0x438f7b]),_0x513b0c=(_0x2dfbe4,_0x2adcff)=>{const _0x4c1279=_0x169b6c;_0x424e35['add'](_0x2dfbe4);let _0x4c7917=_0x2adcff!=null&&_0x2adcff[_0x4c1279(0x690)]?Ue(_0x2dfbe4):void 0x0,_0x4262db=_0x2adcff!=null&&_0x2adcff['registerChildInteraction']?_0x13c708==null?void 0x0:_0x13c708[_0x4c1279(0x59d)](_0x4ee4b0['embedId'],_0x2dfbe4):void 0x0,_0x475857=_0x2adcff!=null&&_0x2adcff['registerChildInteraction']?_0x253f2d==null?void 0x0:_0x253f2d[_0x4c1279(0x699)]({'embedId':_0x4ee4b0['embedId'],'role':'child-editor','element':_0x2dfbe4}):void 0x0;return(0x0,n[_0x4c1279(0x6e6)])(()=>{const _0x19fd9e=_0x4c1279;_0x475857==null||_0x475857[_0x19fd9e(0x3f7)](),_0x4262db==null||_0x4262db['dispose'](),_0x4c7917==null||_0x4c7917[_0x19fd9e(0x3f7)](),_0x424e35[_0x19fd9e(0x4d8)](_0x2dfbe4);});},_0x1bc6e1=_0x423567=>_0x423567?[..._0x424e35][_0x169b6c(0x5c0)](_0x3bd438=>_0x3bd438===_0x423567||_0x3bd438[_0x169b6c(0x70c)](_0x423567)):!0x1;return{get 'isFocused'(){const _0x507dc1=_0x169b6c;return _0x11620a[_0x507dc1(0x455)];},get 'rootContainerElement'(){return _0x33a49b;},'focus':()=>_0x11620a[_0x169b6c(0x740)](),'registerFocusHandler':(_0x2f45bc,_0x5430c0)=>_0x11620a[_0x169b6c(0xe8)](_0x2f45bc,_0x5430c0),'registerRootContainerElement':_0x513b0c,'registerContentElement':_0x513b0c,'registerContainerElement':_0x44342d=>_0x513b0c(_0x44342d,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x438f7b,'checkElementInCurrentContainers':_0x5e6b2d=>_0x1bc6e1(_0x5e6b2d)||(_0x13c708==null?void 0x0:_0x13c708[_0x169b6c(0x70c)](_0x4ee4b0['embedId'],_0x5e6b2d))||_0x11620a[_0x169b6c(0x23c)](_0x5e6b2d),'checkContentIsFocused':()=>_0x1bc6e1(_0x438f7b[_0x169b6c(0x577)]['activeElement'])||(_0x253f2d==null?void 0x0:_0x253f2d[_0x169b6c(0x1e9)](_0x4ee4b0[_0x169b6c(0x46d)]))||_0x11620a[_0x169b6c(0x67d)]()};}function Ue(_0x94f51){const _0x536a54=_0x404806;let _0x3d1f03=new Map(),_0x256076=_0x5eea87=>{const _0x262a88=_0x159c;_0x3d1f03[_0x262a88(0x37d)](_0x5eea87,_0x5eea87[_0x262a88(0x125)](G)),_0x5eea87['setAttribute'](G,'child-editor');};return _0x256076(_0x94f51),_0x94f51[_0x536a54(0x262)]('*')['forEach'](_0x256076),(0x0,n[_0x536a54(0x6e6)])(()=>{const _0x5dfad2=_0x536a54;_0x3d1f03[_0x5dfad2(0x72e)]((_0x264905,_0x41dc0b)=>{const _0x31914c=_0x5dfad2;if(_0x264905==null){_0x41dc0b[_0x31914c(0x633)](G);return;}_0x41dc0b[_0x31914c(0x717)](G,_0x264905);});});}function We(_0x3f9fed,_0x43f10d){const _0x165440=_0x404806;let _0xa7be34=Ke(_0x3f9fed)??_0x3f9fed['injector'],_0xca2d85=_0xa7be34!==_0x3f9fed['injector'],_0x3a3623=Ge(_0x3f9fed),_0x346c42={'descriptor':_0x3f9fed[_0x165440(0x41a)],'host':{'unitId':_0x3f9fed[_0x165440(0x1d1)],'type':_0x3f9fed[_0x165440(0x41a)][_0x165440(0x646)],'anchorId':_0x3f9fed[_0x165440(0x41a)][_0x165440(0x375)],'entry':_0x3f9fed[_0x165440(0x41a)][_0x165440(0x3fd)],'layout':Je(_0x3f9fed)},'child':{'unitId':_0x3f9fed[_0x165440(0x106)],'type':_0x3f9fed[_0x165440(0x34e)]},'injector':_0xa7be34,'instanceService':qe(_0xa7be34,n[_0x165440(0x746)]),'commandService':qe(_0xa7be34,n[_0x165440(0x3b0)]),'menuManagerService':qe(_0xa7be34,a['IMenuManagerService']),'roots':_0x3a3623,'activate':()=>_0x43f10d(!0x0),'deactivate':()=>_0x43f10d(!0x1),'dispose':()=>{const _0x48ba4b=_0x165440;_0xca2d85&&_0xa7be34[_0x48ba4b(0x3f7)]();}};return{'runtimeScope':_0x346c42,'disposable':(0x0,n[_0x165440(0x6e6)])(()=>_0x346c42[_0x165440(0x3f7)]())};}function Ge(_0x535bd7){const _0x2197b7=_0x404806;var _0x436af6;let _0x5dbb5e=_0x535bd7[_0x2197b7(0x30d)]['rootElement'],_0x18cb3b=_0x535bd7['renderScope'][_0x2197b7(0x1f3)]??R(_0x5dbb5e,_0x2197b7(0x34b))??_0x5dbb5e,_0x221814=_0x535bd7['renderScope'][_0x2197b7(0xc8)]??R(_0x5dbb5e,_0x2197b7(0x6e2))??_0x5dbb5e;return{'root':_0x5dbb5e,'content':_0x18cb3b,'canvas':_0x535bd7[_0x2197b7(0x30d)][_0x2197b7(0x5b5)]??R(_0x5dbb5e,_0x2197b7(0x310))??void 0x0,'overlay':_0x221814,'popup':_0x535bd7[_0x2197b7(0x30d)][_0x2197b7(0x600)]??R(_0x5dbb5e,_0x2197b7(0x2f2))??_0x221814,'menuSlot':((_0x436af6=_0x535bd7[_0x2197b7(0x30d)][_0x2197b7(0x2ae)])==null?void 0x0:_0x436af6['container'])??R(_0x5dbb5e,_0x2197b7(0x654))??void 0x0,'footerSlot':R(_0x5dbb5e,'data-embed-footer-slot')??void 0x0};}function Ke(_0x3660a7){const _0x1f0ddb=_0x404806;if(!(!_0x3660a7['injector'][_0x1f0ddb(0x287)](n[_0x1f0ddb(0x746)])||!_0x3660a7['injector'][_0x1f0ddb(0x287)](n['ICommandService'])))return ce(_0x3660a7);}function qe(_0x1739f2,_0x5a1d33){const _0x35c33c=_0x404806;if(_0x1739f2[_0x35c33c(0x287)](_0x5a1d33))return _0x1739f2[_0x35c33c(0x35f)](_0x5a1d33);}function Je(_0x76fa97){const _0x5dd3b2=_0x404806;var _0x4b0fca,_0x2bbab9;switch(_0x76fa97[_0x5dd3b2(0x41a)]['entry']){case _0x5dd3b2(0x43e):return'doc-flow';case _0x5dd3b2(0x615):case _0x5dd3b2(0x2d3):case _0x5dd3b2(0x102):return _0x5dd3b2(0x3b5);case _0x5dd3b2(0x345):case _0x5dd3b2(0x2a1):case _0x5dd3b2(0xc6):return'tab-peer';default:break;}return _0x76fa97[_0x5dd3b2(0x5d3)]===_0x5dd3b2(0x26d)||(_0x4b0fca=_0x76fa97[_0x5dd3b2(0x41a)][_0x5dd3b2(0x66c)])!=null&&_0x4b0fca[_0x5dd3b2(0x480)]?'tab-peer':(_0x2bbab9=_0x76fa97[_0x5dd3b2(0x41a)]['sourceMeta'])!=null&&_0x2bbab9['floating']?_0x5dd3b2(0x3b5):_0x76fa97[_0x5dd3b2(0x5d3)][_0x5dd3b2(0x5f5)](_0x5dd3b2(0x5cb))||_0x76fa97[_0x5dd3b2(0x5d3)]==='scroll-contained'?'doc-flow':_0x5dd3b2(0x3b5);}var Ye=class{constructor(){const _0x48b0cc=_0x404806;V(this,_0x48b0cc(0x71d),new Map());}[_0x404806(0x2c0)](_0x4ffa06){const _0xf952b4=_0x404806;if(this[_0xf952b4(0x71d)][_0xf952b4(0x287)](_0x4ffa06[_0xf952b4(0x34e)]))throw Error(_0xf952b4(0x712)+_0x4ffa06[_0xf952b4(0x34e)]);this[_0xf952b4(0x71d)][_0xf952b4(0x37d)](_0x4ffa06[_0xf952b4(0x34e)],_0x4ffa06);}[_0x404806(0x35f)](_0x1b62e1){const _0x28bb64=_0x404806;return this[_0x28bb64(0x71d)]['get'](_0x1b62e1);}['list'](){return[...this['_contributions']['values']()];}},Xe=class{constructor(){const _0x1ab4ca=_0x404806;V(this,_0x1ab4ca(0x71d),new Map());}[_0x404806(0x2c0)](_0x37f991){const _0x48b925=_0x404806;let _0x2ed48e=this['_key'](_0x37f991[_0x48b925(0x646)],_0x37f991[_0x48b925(0x3fd)],_0x37f991[_0x48b925(0x34e)]);if(this[_0x48b925(0x71d)]['has'](_0x2ed48e))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x2ed48e);return this['_contributions'][_0x48b925(0x37d)](_0x2ed48e,_0x37f991),(0x0,n['toDisposable'])(()=>{const _0x3dea9b=_0x48b925;this[_0x3dea9b(0x71d)][_0x3dea9b(0x35f)](_0x2ed48e)===_0x37f991&&this['_contributions'][_0x3dea9b(0x4d8)](_0x2ed48e);});}['get'](_0x510e58,_0x13320d,_0x1617b9){const _0x569965=_0x404806;if(_0x1617b9!=null){let _0x1142ff=this[_0x569965(0x71d)]['get'](this['_key'](_0x510e58,_0x13320d,_0x1617b9));if(_0x1142ff)return _0x1142ff;}return this[_0x569965(0x71d)][_0x569965(0x35f)](this[_0x569965(0x2e8)](_0x510e58,_0x13320d));}['hasExact'](_0x327aa5,_0x3dba60,_0x123bab){const _0x27ab9a=_0x404806;return this[_0x27ab9a(0x71d)]['has'](this[_0x27ab9a(0x2e8)](_0x327aa5,_0x3dba60,_0x123bab));}[_0x404806(0x73c)](){const _0xef30e7=_0x404806;return[...this[_0xef30e7(0x71d)][_0xef30e7(0x4c9)]()];}[_0x404806(0x2e8)](_0xa13b11,_0x3d56a3,_0x21e5d0){return _0x21e5d0==null?_0xa13b11+':'+_0x3d56a3+':*':_0xa13b11+':'+_0x3d56a3+':'+_0x21e5d0;}},Ze=class{constructor(){const _0x37d234=_0x404806;V(this,_0x37d234(0x71d),new Map());}[_0x404806(0x2c0)](_0x3d96d7){const _0x3cfa4a=_0x404806;let _0x23f080=this[_0x3cfa4a(0x2e8)](_0x3d96d7[_0x3cfa4a(0x646)],_0x3d96d7[_0x3cfa4a(0x3fd)]);if(this[_0x3cfa4a(0x71d)]['has'](_0x23f080))throw Error(_0x3cfa4a(0x680)+_0x23f080);this['_contributions'][_0x3cfa4a(0x37d)](_0x23f080,_0x3d96d7);}[_0x404806(0x35f)](_0x37f381,_0x1439a4){const _0x1f6228=_0x404806;return this[_0x1f6228(0x71d)][_0x1f6228(0x35f)](this[_0x1f6228(0x2e8)](_0x37f381,_0x1439a4));}[_0x404806(0x73c)](){const _0x1c3e90=_0x404806;return[...this[_0x1c3e90(0x71d)][_0x1c3e90(0x4c9)]()];}['supports'](_0x5cb665,_0x5f02ab,_0x4be72d){const _0x192fcd=_0x404806;let _0x528d18=this[_0x192fcd(0x35f)](_0x5cb665,_0x5f02ab);return _0x528d18?(_0x528d18[_0x192fcd(0x110)]??[_0x528d18['layout']])[_0x192fcd(0x14c)](_0x4be72d):!0x1;}['_key'](_0x15959c,_0x59c8bd){return _0x15959c+':'+_0x59c8bd;}},Qe=class{constructor(){const _0xb0869a=_0x404806;V(this,'_rootsByChildUnitId',new Map()),V(this,_0xb0869a(0x3bb),new Map()),V(this,_0xb0869a(0x36d),new Map());}['register'](_0x27641e,_0x29a65f){const _0x4b3b84=_0x404806;let _0x59e4b6=typeof _0x27641e==_0x4b3b84(0x6cd)?{'childUnitId':_0x27641e,'root':_0x29a65f}:_0x27641e;return this[_0x4b3b84(0x1e1)][_0x4b3b84(0x37d)](_0x59e4b6[_0x4b3b84(0x106)],_0x59e4b6),_0x59e4b6['embedId']&&this['_rootsByEmbedId'][_0x4b3b84(0x37d)](_0x59e4b6[_0x4b3b84(0x46d)],_0x59e4b6),_0x59e4b6[_0x4b3b84(0x375)]&&this[_0x4b3b84(0x36d)][_0x4b3b84(0x37d)](_0x59e4b6[_0x4b3b84(0x375)],_0x59e4b6),(0x0,n['toDisposable'])(()=>{const _0x40e386=_0x4b3b84;this['_rootsByChildUnitId']['get'](_0x59e4b6[_0x40e386(0x106)])===_0x59e4b6&&this[_0x40e386(0x1e1)]['delete'](_0x59e4b6[_0x40e386(0x106)]),_0x59e4b6[_0x40e386(0x46d)]&&this[_0x40e386(0x3bb)][_0x40e386(0x35f)](_0x59e4b6[_0x40e386(0x46d)])===_0x59e4b6&&this[_0x40e386(0x3bb)]['delete'](_0x59e4b6[_0x40e386(0x46d)]),_0x59e4b6['hostAnchorId']&&this[_0x40e386(0x36d)][_0x40e386(0x35f)](_0x59e4b6[_0x40e386(0x375)])===_0x59e4b6&&this['_rootsByHostAnchorId'][_0x40e386(0x4d8)](_0x59e4b6[_0x40e386(0x375)]);});}[_0x404806(0x35f)](_0x1a015b){const _0x518c16=_0x404806;var _0x1c68dd;return((_0x1c68dd=this[_0x518c16(0x1e1)][_0x518c16(0x35f)](_0x1a015b))==null?void 0x0:_0x1c68dd[_0x518c16(0x4ca)])??null;}[_0x404806(0x688)](_0x4cacc4){const _0x26c6e5=_0x404806;var _0x48b5d8;return((_0x48b5d8=this['_rootsByEmbedId'][_0x26c6e5(0x35f)](_0x4cacc4))==null?void 0x0:_0x48b5d8[_0x26c6e5(0x4ca)])??null;}[_0x404806(0x45f)](_0x4dc6ee){const _0x4103a9=_0x404806;var _0x2cef7d;return((_0x2cef7d=this[_0x4103a9(0x36d)]['get'](_0x4dc6ee))==null?void 0x0:_0x2cef7d[_0x4103a9(0x4ca)])??null;}[_0x404806(0x70c)](_0x36fcc9,_0x315b63){const _0xb06d2f=_0x404806;if(!(_0x36fcc9 instanceof Node))return!0x1;let _0xb5d31f=_0x315b63[_0xb06d2f(0x46d)]?this[_0xb06d2f(0x688)](_0x315b63[_0xb06d2f(0x46d)]):_0x315b63[_0xb06d2f(0x375)]?this[_0xb06d2f(0x45f)](_0x315b63[_0xb06d2f(0x375)]):_0x315b63[_0xb06d2f(0x106)]?this['get'](_0x315b63[_0xb06d2f(0x106)]):null;return!!(_0xb5d31f!=null&&_0xb5d31f[_0xb06d2f(0x70c)](_0x36fcc9));}},$e=class{constructor(){const _0x2b0aa6=_0x404806;V(this,_0x2b0aa6(0x1c5),new Map()),V(this,'_contextsByEmbedId',new Map()),V(this,_0x2b0aa6(0x395),new Map()),V(this,_0x2b0aa6(0x163),new Map());}['register'](_0x126ea4){const _0x326c45=_0x404806;return this[_0x326c45(0x1c5)][_0x326c45(0x37d)](_0x126ea4[_0x326c45(0x34e)],_0x126ea4),(0x0,n[_0x326c45(0x6e6)])(()=>{const _0x20c5dc=_0x326c45;this[_0x20c5dc(0x1c5)][_0x20c5dc(0x35f)](_0x126ea4[_0x20c5dc(0x34e)])===_0x126ea4&&this[_0x20c5dc(0x1c5)][_0x20c5dc(0x4d8)](_0x126ea4[_0x20c5dc(0x34e)]);});}[_0x404806(0x35f)](_0x2b0707){const _0x3930e3=_0x404806;return this[_0x3930e3(0x1c5)]['get'](_0x2b0707);}[_0x404806(0x5f3)](_0x590de4){const _0x1f2dd1=_0x404806;return this[_0x1f2dd1(0x1c6)][_0x1f2dd1(0x37d)](_0x590de4[_0x1f2dd1(0x46d)],_0x590de4),this[_0x1f2dd1(0x395)][_0x1f2dd1(0x37d)](_0x590de4[_0x1f2dd1(0x41a)][_0x1f2dd1(0x375)],_0x590de4),this[_0x1f2dd1(0x163)]['set'](_0x590de4['childUnitId'],_0x590de4),(0x0,n[_0x1f2dd1(0x6e6)])(()=>{const _0x350b44=_0x1f2dd1;this[_0x350b44(0x1c6)][_0x350b44(0x35f)](_0x590de4['embedId'])===_0x590de4&&this[_0x350b44(0x1c6)]['delete'](_0x590de4['embedId']),this[_0x350b44(0x395)][_0x350b44(0x35f)](_0x590de4[_0x350b44(0x41a)]['hostAnchorId'])===_0x590de4&&this[_0x350b44(0x395)]['delete'](_0x590de4[_0x350b44(0x41a)][_0x350b44(0x375)]),this['_contextsByChildUnitId'][_0x350b44(0x35f)](_0x590de4[_0x350b44(0x106)])===_0x590de4&&this['_contextsByChildUnitId'][_0x350b44(0x4d8)](_0x590de4[_0x350b44(0x106)]);});}[_0x404806(0x24c)](_0x510016){const _0x464064=_0x404806;return this[_0x464064(0x1c6)][_0x464064(0x35f)](_0x510016);}['getContextByHostAnchorId'](_0x20fcbb){const _0x3872f5=_0x404806;return this['_contextsByHostAnchorId'][_0x3872f5(0x35f)](_0x20fcbb);}[_0x404806(0x65e)](_0x367f09){const _0x472c80=_0x404806;return this[_0x472c80(0x163)][_0x472c80(0x35f)](_0x367f09);}['capture'](_0xf7daf5){const _0x1e07a0=_0x404806;let _0x2febe5=this[_0x1e07a0(0x35f)](_0xf7daf5['childType']);return _0x2febe5?Promise[_0x1e07a0(0x621)](_0x2febe5[_0x1e07a0(0x6c4)](_0xf7daf5)):Promise[_0x1e07a0(0x621)](et(_0xf7daf5));}[_0x404806(0x2f4)](_0x314181){const _0x212b66=_0x404806;let _0x5cdf45=this[_0x212b66(0x24c)](_0x314181);return _0x5cdf45?this['capture'](_0x5cdf45):Promise[_0x212b66(0x621)](void 0x0);}[_0x404806(0x4ae)](_0x30122f){const _0x30372f=_0x404806;let _0x1652a2=this[_0x30372f(0x384)](_0x30122f);return _0x1652a2?this['capture'](_0x1652a2):Promise[_0x30372f(0x621)](void 0x0);}['captureByChildUnitId'](_0x2f955a){const _0x35951e=_0x404806;let _0x3aa6f4=this[_0x35951e(0x65e)](_0x2f955a);return _0x3aa6f4?this[_0x35951e(0x6c4)](_0x3aa6f4):Promise[_0x35951e(0x621)](void 0x0);}};function et(_0x5379fd){const _0x300c5f=_0x404806;if(!_0x5379fd['renderScope'])return;let _0x58d532=[_0x5379fd[_0x300c5f(0x30d)][_0x300c5f(0x5b5)],_0x5379fd[_0x300c5f(0x30d)][_0x300c5f(0x1f3)],_0x5379fd['renderScope'][_0x300c5f(0x6ae)]][_0x300c5f(0x3d1)](_0x825225=>!!_0x825225),_0x33e75c=Array[_0x300c5f(0x56b)](new Set(_0x58d532['flatMap'](_0x5324e2=>Array[_0x300c5f(0x56b)](_0x5324e2[_0x300c5f(0x262)](_0x300c5f(0x24d))))))['filter'](_0x5bc758=>_0x5bc758[_0x300c5f(0x6e7)]>0x1&&_0x5bc758[_0x300c5f(0x704)]>0x1)[_0x300c5f(0x401)]((_0x8e1adb,_0x57acb9)=>_0x57acb9[_0x300c5f(0x6e7)]*_0x57acb9[_0x300c5f(0x704)]-_0x8e1adb[_0x300c5f(0x6e7)]*_0x8e1adb['height']);for(let _0x17e7f9 of _0x33e75c)try{return _0x17e7f9[_0x300c5f(0x33d)]('image/png');}catch{}}function Z(_0x2bfac0,_0x260c5c){return function(_0x113831,_0x4de418){_0x260c5c(_0x113831,_0x4de418,_0x2bfac0);};}function Q(_0x58a65e,_0x660ba,_0x1a0ee9,_0xb735b5){const _0x1d3a42=_0x404806;var _0x15308f=arguments[_0x1d3a42(0x5a7)],_0x56baf6=_0x15308f<0x3?_0x660ba:_0xb735b5===null?_0xb735b5=Object['getOwnPropertyDescriptor'](_0x660ba,_0x1a0ee9):_0xb735b5,_0x4239eb;if(typeof Reflect==_0x1d3a42(0x586)&&typeof Reflect[_0x1d3a42(0x205)]==_0x1d3a42(0x338))_0x56baf6=Reflect['decorate'](_0x58a65e,_0x660ba,_0x1a0ee9,_0xb735b5);else{for(var _0x217018=_0x58a65e[_0x1d3a42(0x5a7)]-0x1;_0x217018>=0x0;_0x217018--)(_0x4239eb=_0x58a65e[_0x217018])&&(_0x56baf6=(_0x15308f<0x3?_0x4239eb(_0x56baf6):_0x15308f>0x3?_0x4239eb(_0x660ba,_0x1a0ee9,_0x56baf6):_0x4239eb(_0x660ba,_0x1a0ee9))||_0x56baf6);}return _0x15308f>0x3&&_0x56baf6&&Object[_0x1d3a42(0x45a)](_0x660ba,_0x1a0ee9,_0x56baf6),_0x56baf6;}const tt='EMBED_DUPLICATE_CHILD_UNIT';var nt=class extends Error{constructor(_0x177c9a,_0x2cef4c){const _0x56f649=_0x404806;super(tt+':\x20'+_0x177c9a),this[_0x56f649(0x106)]=_0x177c9a,this[_0x56f649(0x233)]=_0x2cef4c,V(this,'code',tt),this['name']=_0x56f649(0xa6);}};let rt=class{constructor(_0x4ed728,_0x2bfae6,_0x3d1959,_0x4c2a4c,_0x1e4247,_0x2e8296,_0x22439e){const _0x1deb13=_0x404806;this[_0x1deb13(0x14e)]=_0x4ed728,this[_0x1deb13(0x157)]=_0x2bfae6,this[_0x1deb13(0x74a)]=_0x3d1959,this[_0x1deb13(0x410)]=_0x4c2a4c,this[_0x1deb13(0x387)]=_0x1e4247,this[_0x1deb13(0x526)]=_0x2e8296,this['_injector']=_0x22439e,V(this,_0x1deb13(0x50a),new Map()),V(this,_0x1deb13(0x180),new Map());}[_0x404806(0x66d)](_0x317c97){return this['_mountResolvedHost'](_0x317c97);}[_0x404806(0x4fc)](_0x537e60,_0x56fd49,_0x35f4aa){const _0x5d0e45=_0x404806;return this[_0x5d0e45(0x5c9)](_0x537e60,{'hostElement':_0x56fd49,'runtimeRoots':_0x35f4aa});}[_0x404806(0x5c9)](_0x5f4bd5,_0x1ad67a){const _0x56f408=_0x404806;var _0x1aafb3,_0x397519;if(!_0x5f4bd5[_0x56f408(0x106)]||_0x5f4bd5[_0x56f408(0x34e)]==null)throw Error(_0x56f408(0x3b1));this['_assertChildUnitAvailable'](_0x5f4bd5);let _0x566611={'hostUnitId':_0x5f4bd5[_0x56f408(0x1d1)],'embedId':_0x5f4bd5[_0x56f408(0x46d)],'childUnitId':_0x5f4bd5[_0x56f408(0x106)]},_0x5c1d9c=this['_resolveLayout'](_0x5f4bd5),_0x2ef1a4=this[_0x56f408(0x14e)]['get'](_0x5f4bd5['hostType'],_0x5f4bd5['entry']);if(!_0x2ef1a4||!this[_0x56f408(0x14e)][_0x56f408(0x3aa)](_0x5f4bd5['hostType'],_0x5f4bd5['entry'],_0x5c1d9c))throw Error(_0x56f408(0x1d6));let _0x4c0089=this[_0x56f408(0x526)]['canMount'](_0x566611),_0x5ca904=this[_0x56f408(0x157)]['get'](_0x5f4bd5['childType']);if(_0x4c0089['allowed']&&!(_0x5ca904!=null&&_0x5ca904[_0x56f408(0x110)][_0x56f408(0x14c)](_0x5c1d9c)))throw Error(_0x56f408(0xf2));this['unmount'](_0x5f4bd5[_0x56f408(0x46d)]);let _0x44314f={'descriptor':_0x5f4bd5,'layout':_0x5c1d9c,'injector':this['_injector'],'hostUnitId':_0x5f4bd5[_0x56f408(0x1d1)],'embedId':_0x5f4bd5[_0x56f408(0x46d)],'childUnitId':_0x5f4bd5[_0x56f408(0x106)],'childType':_0x5f4bd5[_0x56f408(0x34e)]},_0x17076b=[],_0x19d7f4=_0x1ad67a??((_0x1aafb3=_0x2ef1a4[_0x56f408(0x66d)])==null?void 0x0:_0x1aafb3[_0x56f408(0x538)](_0x2ef1a4,_0x44314f)),_0x3c2935=this[_0x56f408(0x645)](_0x19d7f4);if(_0x3c2935[_0x56f408(0x4db)]&&_0x17076b[_0x56f408(0x42f)](_0x3c2935[_0x56f408(0x4db)]),_0x44314f[_0x56f408(0x5f7)]=_0x3c2935[_0x56f408(0x5f7)]??_0x44314f[_0x56f408(0x5f7)],_0x44314f['container']=_0x44314f[_0x56f408(0x5f7)],!_0x44314f['hostElement']||!_0x44314f[_0x56f408(0x686)])throw[..._0x17076b][_0x56f408(0x5b7)]()[_0x56f408(0x72e)](_0x3e4682=>_0x3e4682[_0x56f408(0x3f7)]()),Error('EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED');if(_0x3c2935[_0x56f408(0x68b)]||_0x17076b['push'](z(_0x44314f[_0x56f408(0x5f7)])),!_0x4c0089[_0x56f408(0x52d)])return this['_mountBlockedRuntime'](_0x5f4bd5,_0x5c1d9c,_0x44314f[_0x56f408(0x5f7)],_0x3c2935[_0x56f408(0x68b)],_0x17076b,_0x4c0089[_0x56f408(0x5cd)]);if(!_0x5ca904)throw[..._0x17076b][_0x56f408(0x5b7)]()['forEach'](_0x2d652b=>_0x2d652b[_0x56f408(0x3f7)]()),Error('EMBED_MOUNT_CHILD_NOT_REGISTERED');let {renderScope:_0x5b070b,disposable:_0x3425bc,setActive:_0x3332c9}=this[_0x56f408(0x2e7)](_0x5f4bd5,_0x5c1d9c,_0x44314f['hostElement'],_0x3c2935[_0x56f408(0x68b)]);_0x17076b[_0x56f408(0x42f)](_0x3425bc);let _0x384a77={..._0x44314f,'hostElement':_0x44314f['hostElement'],'container':_0x44314f[_0x56f408(0x686)],'renderScope':_0x5b070b},{runtimeScope:_0x1b47c3,disposable:_0x1c5184}=We(_0x384a77,_0x3332c9),_0x3bb677={..._0x384a77,'runtimeScope':_0x1b47c3};_0x17076b[_0x56f408(0x42f)](_0x1c5184);let _0x16cf13=this[_0x56f408(0x3fb)](_0x5f4bd5,_0x44314f[_0x56f408(0x5f7)],_0x5b070b,_0x1b47c3[_0x56f408(0x1bf)]);_0x16cf13&&_0x17076b[_0x56f408(0x42f)](_0x16cf13),this[_0x56f408(0x4c4)][_0x56f408(0x287)](K)&&_0x17076b[_0x56f408(0x42f)](this[_0x56f408(0x4c4)][_0x56f408(0x35f)](K)['registerRuntimeScope']({'embedId':_0x5f4bd5['embedId'],'hostUnitId':_0x5f4bd5[_0x56f408(0x1d1)],'childUnitId':_0x5f4bd5[_0x56f408(0x106)],'childType':_0x5f4bd5[_0x56f408(0x34e)]})),_0x17076b['push'](this['_registerChildFocusBridge'](_0x5f4bd5,_0x44314f[_0x56f408(0x5f7)],_0x5b070b['mode'],_0x1b47c3[_0x56f408(0xcc)])),_0x17076b[_0x56f408(0x42f)](this[_0x56f408(0x410)]['registerContext'](_0x3bb677));let _0x1d572d=this['_createMountFocusRestorer'](_0x5f4bd5),_0x55623a=(_0x397519=_0x5ca904[_0x56f408(0x66d)])==null?void 0x0:_0x397519[_0x56f408(0x538)](_0x5ca904,_0x3bb677);if(_0x55623a&&_0x17076b[_0x56f408(0x42f)](_0x55623a),_0x17076b['push'](_0x1d572d),_0x17076b[_0x56f408(0x42f)](this['_runtimePolicyService']['registerMountedRuntime'](_0x566611)),_0x5b070b[_0x56f408(0x210)]===_0x56f408(0x3b5)){let _0x148f33=this[_0x56f408(0x618)](_0x3bb677);_0x148f33&&_0x17076b[_0x56f408(0x42f)](_0x148f33);}let _0x528faf={'hostUnitId':_0x5f4bd5[_0x56f408(0x1d1)],'embedId':_0x5f4bd5[_0x56f408(0x46d)],'childUnitId':_0x5f4bd5[_0x56f408(0x106)],'childType':_0x5f4bd5[_0x56f408(0x34e)],'entry':_0x5f4bd5[_0x56f408(0x3fd)],'layout':_0x5c1d9c,'hostElement':_0x44314f['hostElement'],'context':_0x3bb677};return this['_sessions'][_0x56f408(0x37d)](_0x5f4bd5['embedId'],{'session':_0x528faf,'disposables':_0x17076b,'setActive':_0x3332c9}),_0x5c1d9c!==_0x56f408(0x26d)&&this[_0x56f408(0xfa)](_0x5f4bd5,_0x5c1d9c,_0x3332c9),_0x528faf;}[_0x404806(0x4f4)](_0x25db1c,_0x46f833,_0x45e5b1,_0x3d32b9,_0x5a7be3,_0x2ea37b){const _0x482f8d=_0x404806;let _0x344480=(_0x3d32b9==null?void 0x0:_0x3d32b9['content'])??R(_0x45e5b1,_0x482f8d(0x34b))??_0x45e5b1,_0x36c50b=at(_0x2ea37b);_0x344480['replaceChildren'](_0x36c50b),_0x5a7be3[_0x482f8d(0x42f)]((0x0,n[_0x482f8d(0x6e6)])(()=>{const _0xbc17f7=_0x482f8d;_0x36c50b[_0xbc17f7(0x5eb)]===_0x344480&&_0x36c50b[_0xbc17f7(0x2d1)]();}));let _0x5d20f0={'hostUnitId':_0x25db1c[_0x482f8d(0x1d1)],'embedId':_0x25db1c['embedId'],'childUnitId':_0x25db1c['childUnitId'],'childType':_0x25db1c['childType'],'entry':_0x25db1c[_0x482f8d(0x3fd)],'layout':_0x46f833,'hostElement':_0x45e5b1};return this[_0x482f8d(0x50a)][_0x482f8d(0x37d)](_0x25db1c[_0x482f8d(0x46d)],{'session':_0x5d20f0,'disposables':_0x5a7be3,'setActive':()=>{}}),_0x5d20f0;}[_0x404806(0xfa)](_0x51b29b,_0x58439a,_0x4e045a){const _0x32c53a=_0x404806;if(_0x58439a!==_0x32c53a(0x26d)){if(this[_0x32c53a(0x4c4)][_0x32c53a(0x287)](e[_0x32c53a(0x203)])){let _0x2cfbce=this[_0x32c53a(0x4c4)][_0x32c53a(0x35f)](e[_0x32c53a(0x203)])['getFocusOwner']();if((_0x2cfbce==null?void 0x0:_0x2cfbce[_0x32c53a(0x1d1)])===_0x51b29b[_0x32c53a(0x1d1)]){_0x4e045a(_0x2cfbce[_0x32c53a(0x46d)]===_0x51b29b['embedId']);return;}}_0x4e045a(!0x1);}}['unmount'](_0x1ebe35){const _0x173773=_0x404806;let _0xd7d59f=this['_sessions'][_0x173773(0x35f)](_0x1ebe35);_0xd7d59f&&(this[_0x173773(0x601)](_0x1ebe35),[..._0xd7d59f[_0x173773(0x320)]][_0x173773(0x5b7)]()[_0x173773(0x72e)](_0xdde853=>_0xdde853[_0x173773(0x3f7)]()),this[_0x173773(0x50a)][_0x173773(0x4d8)](_0x1ebe35));}[_0x404806(0x294)](_0x32bcc8){const _0x1a4e89=_0x404806;var _0x30eb3f;return(_0x30eb3f=this['_sessions'][_0x1a4e89(0x35f)](_0x32bcc8))==null?void 0x0:_0x30eb3f[_0x1a4e89(0x4e6)];}[_0x404806(0x38c)](){const _0x3caf1f=_0x404806;return[...this[_0x3caf1f(0x50a)][_0x3caf1f(0x4c9)]()][_0x3caf1f(0x26b)](({session:_0x27c516})=>_0x27c516);}[_0x404806(0x1b5)](_0x22e559){const _0x51eb59=_0x404806;let _0x184eb9=this[_0x51eb59(0x50a)][_0x51eb59(0x35f)](_0x22e559);if(_0x184eb9){if(_0x184eb9[_0x51eb59(0x4e6)][_0x51eb59(0x5d3)]!==_0x51eb59(0x26d)){this['_sessions']['forEach'](_0x3c8c50=>{const _0x5d0f9b=_0x51eb59;_0x3c8c50[_0x5d0f9b(0x4e6)][_0x5d0f9b(0x5d3)]!=='tab-peer'&&_0x3c8c50[_0x5d0f9b(0x4e6)][_0x5d0f9b(0x1d1)]===_0x184eb9[_0x5d0f9b(0x4e6)][_0x5d0f9b(0x1d1)]&&_0x3c8c50[_0x5d0f9b(0x602)](_0x3c8c50[_0x5d0f9b(0x4e6)][_0x5d0f9b(0x46d)]===_0x22e559);});return;}this[_0x51eb59(0x198)](_0x184eb9[_0x51eb59(0x4e6)]),this['_sessions'][_0x51eb59(0x72e)](_0x1770df=>{const _0x16ad61=_0x51eb59;_0x1770df[_0x16ad61(0x4e6)][_0x16ad61(0x5d3)]==='tab-peer'&&_0x1770df[_0x16ad61(0x4e6)][_0x16ad61(0x1d1)]===_0x184eb9[_0x16ad61(0x4e6)]['hostUnitId']&&_0x1770df[_0x16ad61(0x602)](_0x1770df['session'][_0x16ad61(0x46d)]===_0x22e559);});}}[_0x404806(0xbb)](_0x1bfed5){const _0xe78a5=_0x404806;let _0x3e2c0c=[];return this['_sessions'][_0xe78a5(0x72e)](_0x12a59f=>{const _0x5bac52=_0xe78a5;_0x12a59f[_0x5bac52(0x4e6)][_0x5bac52(0x5d3)]===_0x5bac52(0x26d)&&(_0x1bfed5&&_0x12a59f[_0x5bac52(0x4e6)]['embedId']!==_0x1bfed5||(this[_0x5bac52(0x672)](_0x12a59f[_0x5bac52(0x4e6)]),this[_0x5bac52(0x601)](_0x12a59f['session']['embedId']),_0x12a59f['setActive'](!0x1),_0x3e2c0c['push'](_0x12a59f[_0x5bac52(0x4e6)])));}),_0x3e2c0c;}[_0x404806(0x6b6)](_0x2615d2){const _0x7ff692=_0x404806;let _0x532563=this[_0x7ff692(0x50a)][_0x7ff692(0x35f)](_0x2615d2);if(!(!_0x532563||_0x532563[_0x7ff692(0x4e6)]['layout']===_0x7ff692(0x26d)))return this['_runChildBeforeDeactivate'](_0x532563['session']),_0x532563[_0x7ff692(0x602)](!0x1),_0x532563['session'];}[_0x404806(0x602)](_0x28437e,_0x3b1ccd){const _0x2f2bfb=_0x404806;var _0x47855d;(_0x47855d=this[_0x2f2bfb(0x50a)][_0x2f2bfb(0x35f)](_0x28437e))==null||_0x47855d['setActive'](_0x3b1ccd);}['_runChildBeforeDeactivate'](_0x46bb10){const _0x32a853=_0x404806;let _0x117cc8=_0x46bb10['context'];if(!_0x117cc8)return;let _0x1ccad0=this[_0x32a853(0x157)][_0x32a853(0x35f)](_0x46bb10[_0x32a853(0x34e)]);if(_0x1ccad0!=null&&_0x1ccad0[_0x32a853(0x3ca)])try{_0x1ccad0['beforeDeactivate'](_0x117cc8);}catch(_0x18674e){console['warn'](_0x32a853(0x590),_0x18674e);}}[_0x404806(0xb0)](_0x53ff0e){const _0x1c71ac=_0x404806;var _0x5223c8,_0x1e8740;let _0x5ad342=((_0x5223c8=_0x53ff0e['sourceMeta'])==null?void 0x0:_0x5223c8[_0x1c71ac(0x467)])||void 0x0;if(_0x5ad342!=null&&_0x5ad342[_0x1c71ac(0x5d3)])return _0x5ad342[_0x1c71ac(0x5d3)];let _0x177477=((_0x1e8740=_0x53ff0e['sourceMeta'])==null?void 0x0:_0x1e8740[_0x1c71ac(0x480)])||void 0x0;if(_0x177477!=null&&_0x177477[_0x1c71ac(0x1f9)])return _0x1c71ac(0x26d);throw Error('EMBED_MOUNT_LAYOUT_NOT_RESOLVED');}[_0x404806(0x2e7)](_0x466182,_0x3c2b9c,_0x3d4b5f,_0x2587c0){const _0x33f814=_0x404806;var _0x418046,_0x12c5d6;let _0xb41c5c=new l[(_0x33f814(0x29e))](!0x0),_0x593c10=_0x466182[_0x33f814(0x375)],_0x4c381e=(_0x418046=_0x466182[_0x33f814(0x66c)])==null?void 0x0:_0x418046['tab'],_0x56bdb=_0x4c381e&&_0x4c381e[_0x33f814(0x1f9)]?'tab':(_0x12c5d6=_0x466182[_0x33f814(0x66c)])!=null&&_0x12c5d6[_0x33f814(0x467)]?_0x33f814(0x3b5):_0x33f814(0x1e0),_0x3c3a4d=(_0x2587c0==null?void 0x0:_0x2587c0[_0x33f814(0x6c3)])??R(_0x3d4b5f,'data-embed-content-root')??_0x3d4b5f,_0x507ae0=(_0x2587c0==null?void 0x0:_0x2587c0['canvas'])??R(_0x3d4b5f,_0x33f814(0x310))??_0x3d4b5f,_0x35ed5b=(_0x2587c0==null?void 0x0:_0x2587c0[_0x33f814(0x681)])??R(_0x3d4b5f,_0x33f814(0x6e2))??_0x3d4b5f,_0x5372e6=(_0x2587c0==null?void 0x0:_0x2587c0[_0x33f814(0x5dd)])??R(_0x3d4b5f,_0x33f814(0x2f2))??_0x35ed5b,_0x1f7eb2=this[_0x33f814(0x74a)][_0x33f814(0x2c0)]({'childUnitId':_0x466182[_0x33f814(0x106)],'embedId':_0x466182[_0x33f814(0x46d)],'hostAnchorId':_0x593c10,'root':_0x35ed5b}),_0x1a579d=_0x1be5cb=>{const _0x5dc474=_0x33f814;_0xb41c5c[_0x5dc474(0x3a9)]()!==_0x1be5cb&&(it(_0x3d4b5f,_0x1be5cb,_0x56bdb),_0xb41c5c[_0x5dc474(0x511)](_0x1be5cb));};return it(_0x3d4b5f,!0x0,_0x56bdb),{'renderScope':{'hostUnitId':_0x466182[_0x33f814(0x1d1)],'hostAnchorId':_0x593c10,'embedId':_0x466182['embedId'],'childUnitId':_0x466182[_0x33f814(0x106)],'childType':_0x466182[_0x33f814(0x34e)],'layout':_0x3c2b9c,'mode':_0x56bdb,'rootElement':_0x3d4b5f,'contentRoot':_0x3c3a4d,'canvasRoot':_0x507ae0,'overlayRoot':_0x35ed5b,'popupRoot':_0x5372e6,'menuOutlet':_0x2587c0!=null&&_0x2587c0[_0x33f814(0x1fc)]?{'container':_0x2587c0[_0x33f814(0x1fc)]}:void 0x0,'active$':_0xb41c5c[_0x33f814(0x516)]()},'disposable':(0x0,n[_0x33f814(0x6e6)])(()=>{const _0x12c059=_0x33f814;_0x1f7eb2[_0x12c059(0x3f7)](),_0x1a579d(!0x1),_0xb41c5c[_0x12c059(0x5ca)]();}),'setActive':_0x1a579d};}[_0x404806(0x3fb)](_0x3d293d,_0x555bed,_0x2798cb,_0xe11758){const _0x4c1077=_0x404806;let _0x4b3810=this['_injector'][_0x4c1077(0x287)](J),_0xbe78cb=this[_0x4c1077(0x4c4)][_0x4c1077(0x287)](K);if(!_0x4b3810&&!_0xbe78cb)return;let _0x2c2f7e=_0x4b3810?this[_0x4c1077(0x4c4)][_0x4c1077(0x35f)](J):void 0x0,_0x297fc6=_0xbe78cb?this[_0x4c1077(0x4c4)][_0x4c1077(0x35f)](K):void 0x0,_0x5d2ac1=new Map(),_0x3a8e20=(_0x1547e8,_0x8515b)=>{const _0x92a223=_0x4c1077;if(!_0x1547e8)return;let _0x3ae52d=_0x5d2ac1['get'](_0x1547e8);(!_0x3ae52d||_0x3ae52d==='runtime')&&_0x5d2ac1[_0x92a223(0x37d)](_0x1547e8,_0x8515b);};_0x3a8e20(_0x555bed,'runtime'),_0x3a8e20(_0x2798cb[_0x4c1077(0x6ae)],_0x4c1077(0x5ef)),_0x3a8e20(_0x2798cb[_0x4c1077(0x1f3)],_0x4c1077(0x5ef)),_0x3a8e20(_0x2798cb[_0x4c1077(0x5b5)],_0x4c1077(0x5ef)),_0x3a8e20(_0x2798cb[_0x4c1077(0xc8)],'runtime'),_0x3a8e20(_0xe11758[_0x4c1077(0x4ca)],_0x4c1077(0x5ef)),_0x3a8e20(_0xe11758[_0x4c1077(0x6c3)],'runtime'),_0x3a8e20(_0xe11758[_0x4c1077(0x24d)],'runtime'),_0x3a8e20(_0xe11758[_0x4c1077(0x681)],_0x4c1077(0x5ef)),_0x3a8e20(_0x2798cb[_0x4c1077(0x600)],_0x4c1077(0x1dc)),_0x3a8e20(_0xe11758[_0x4c1077(0x5dd)],_0x4c1077(0x1dc));let _0x804985=[..._0x5d2ac1][_0x4c1077(0x55e)](([_0x257c4b,_0x562de3])=>[_0x2c2f7e==null?void 0x0:_0x2c2f7e[_0x4c1077(0x6ad)](_0x3d293d[_0x4c1077(0x46d)],_0x257c4b),_0x297fc6==null?void 0x0:_0x297fc6[_0x4c1077(0x699)]({'embedId':_0x3d293d[_0x4c1077(0x46d)],'role':_0x562de3,'element':_0x257c4b})][_0x4c1077(0x3d1)](_0x23715b=>!!_0x23715b));return(0x0,n[_0x4c1077(0x6e6)])(()=>{const _0x14135e=_0x4c1077;[..._0x804985]['reverse']()[_0x14135e(0x72e)](_0x48a26e=>_0x48a26e[_0x14135e(0x3f7)]());});}[_0x404806(0x645)](_0x4f4ef7){const _0x349769=_0x404806;return _0x4f4ef7?_0x349769(0x3f7)in _0x4f4ef7?{'disposable':_0x4f4ef7}:{'hostElement':_0x4f4ef7['hostElement'],'runtimeRoots':_0x4f4ef7['runtimeRoots'],'disposable':_0x4f4ef7[_0x349769(0x4db)]?(0x0,n['toDisposable'])(()=>{const _0x390462=_0x349769;var _0x1c1049;return(_0x1c1049=_0x4f4ef7['disposable'])==null?void 0x0:_0x1c1049[_0x390462(0x3f7)]();}):void 0x0}:{};}[_0x404806(0x618)](_0x1069a1){const _0x78ac4d=_0x404806;if(!this[_0x78ac4d(0x4c4)]['has'](Xe))return;let _0x2ed8ee=this[_0x78ac4d(0x4c4)][_0x78ac4d(0x35f)](Xe)['get'](_0x1069a1[_0x78ac4d(0x41a)][_0x78ac4d(0x646)],_0x1069a1[_0x78ac4d(0x41a)][_0x78ac4d(0x3fd)],_0x1069a1[_0x78ac4d(0x34e)]);if(!_0x2ed8ee)return;let _0x394c5a=this[_0x78ac4d(0x4c4)][_0x78ac4d(0x287)](U)?this[_0x78ac4d(0x4c4)][_0x78ac4d(0x35f)](U)[_0x78ac4d(0x4ff)]():null,_0x145034=_0x2ed8ee[_0x78ac4d(0x66d)]({..._0x1069a1,'active':_0x394c5a});return _0x145034?(0x0,n[_0x78ac4d(0x6e6)])(()=>_0x145034['dispose']()):void 0x0;}['_registerChildFocusBridge'](_0x1d6283,_0x180b7a,_0xa918d2,_0x198d82){const _0x4ba4d1=_0x404806;let _0x27e14d=this[_0x4ba4d1(0x4c4)]['has'](J)?this['_injector'][_0x4ba4d1(0x35f)](J):void 0x0,_0x296dfa=this[_0x4ba4d1(0x4c4)][_0x4ba4d1(0x287)](K)?this['_injector'][_0x4ba4d1(0x35f)](K):void 0x0,_0x4734b8=_0x180b7a[_0x4ba4d1(0x577)],_0x2776ae=[],_0x5b5581=()=>_0xa918d2===_0x4ba4d1(0x3b5)?this[_0x4ba4d1(0x4c4)][_0x4ba4d1(0x287)](U)?this['_injector'][_0x4ba4d1(0x35f)](U)[_0x4ba4d1(0x162)](_0x1d6283[_0x4ba4d1(0x46d)])===_0x4ba4d1(0x6c6):!0x1:!0x0,_0x2653f2=(_0x47f0d2,_0x45648={})=>{const _0x21c7eb=_0x4ba4d1;let _0x589758=_0x45648[_0x21c7eb(0x504)]!==!0x1,_0x53348e=_0x45648[_0x21c7eb(0x1b5)]!==!0x1,_0x5b2532=(_0x47f0d2==null?void 0x0:_0x47f0d2[_0x21c7eb(0x2c2)])instanceof Element?_0x47f0d2[_0x21c7eb(0x2c2)]:null;if(!(_0x5b2532!=null&&_0x5b2532['closest'](_0x21c7eb(0x4d1)))&&!(!_0x1d6283[_0x21c7eb(0x106)]||_0x1d6283[_0x21c7eb(0x34e)]==null)&&_0x5b5581()){if(_0xa918d2===_0x21c7eb(0x3b5)&&_0x198d82&&(_0x198d82['setCurrentUnitForType'](_0x1d6283['childUnitId']),_0x589758&&_0x198d82[_0x21c7eb(0x504)](_0x1d6283[_0x21c7eb(0x106)])),_0xa918d2===_0x21c7eb(0x480)&&this['_injector'][_0x21c7eb(0x287)](n[_0x21c7eb(0x746)])){var _0xb778ad,_0x3cfaee;let _0x23adc0=this[_0x21c7eb(0x4c4)][_0x21c7eb(0x35f)](n['IUniverInstanceService']),_0x2c0a4c=_0x23adc0[_0x21c7eb(0x5b2)],_0x509be9=_0x23adc0[_0x21c7eb(0x43c)];(typeof _0x2c0a4c!=_0x21c7eb(0x338)||((_0xb778ad=_0x2c0a4c['call'](_0x23adc0,_0x1d6283['childType']))==null?void 0x0:_0xb778ad[_0x21c7eb(0x275)]())!==_0x1d6283[_0x21c7eb(0x106)])&&_0x23adc0[_0x21c7eb(0x2df)](_0x1d6283[_0x21c7eb(0x106)]),_0x589758&&(typeof _0x509be9!=_0x21c7eb(0x338)||((_0x3cfaee=_0x509be9[_0x21c7eb(0x538)](_0x23adc0))==null?void 0x0:_0x3cfaee[_0x21c7eb(0x275)]())!==_0x1d6283[_0x21c7eb(0x106)])&&_0x23adc0[_0x21c7eb(0x504)](_0x1d6283[_0x21c7eb(0x106)]);}if(_0xa918d2===_0x21c7eb(0x480)&&this[_0x21c7eb(0x4c4)][_0x21c7eb(0x287)](n['IContextService'])){let _0x2267e0=this[_0x21c7eb(0x4c4)][_0x21c7eb(0x35f)](n[_0x21c7eb(0x4b2)]);_0x2267e0[_0x21c7eb(0x553)](n[_0x21c7eb(0x532)],!0x0),_0x2267e0['setContextValue'](n[_0x21c7eb(0x657)],_0x1d6283['childType']===n[_0x21c7eb(0x536)][_0x21c7eb(0x15e)]),_0x2267e0[_0x21c7eb(0x553)](n['FOCUSING_SHEET'],_0x1d6283['childType']===n['UniverInstanceType']['UNIVER_SHEET']),_0x2267e0[_0x21c7eb(0x553)](n[_0x21c7eb(0x62a)],_0x1d6283[_0x21c7eb(0x34e)]===n[_0x21c7eb(0x536)][_0x21c7eb(0x47d)]);}if(this[_0x21c7eb(0x4c4)]['has'](e[_0x21c7eb(0x203)])){let _0x1633c8=this[_0x21c7eb(0x4c4)][_0x21c7eb(0x35f)](e[_0x21c7eb(0x203)]),_0x3644d1={'hostUnitId':_0x1d6283[_0x21c7eb(0x1d1)],'embedId':_0x1d6283[_0x21c7eb(0x46d)],'childUnitId':_0x1d6283['childUnitId'],'childType':_0x1d6283[_0x21c7eb(0x34e)],'reason':'pointer'},_0x10e56e=_0x1633c8[_0x21c7eb(0x46b)]();((_0x10e56e==null?void 0x0:_0x10e56e[_0x21c7eb(0x1d1)])!==_0x3644d1[_0x21c7eb(0x1d1)]||_0x10e56e[_0x21c7eb(0x46d)]!==_0x3644d1[_0x21c7eb(0x46d)]||_0x10e56e[_0x21c7eb(0x106)]!==_0x3644d1['childUnitId']||_0x10e56e[_0x21c7eb(0x34e)]!==_0x3644d1[_0x21c7eb(0x34e)]||_0x10e56e[_0x21c7eb(0x5cd)]!==_0x3644d1[_0x21c7eb(0x5cd)])&&_0x1633c8['setFocusOwner'](_0x3644d1);}_0x53348e&&this['activateSession'](_0x1d6283[_0x21c7eb(0x46d)]);}},_0x5b9ce9=_0x4d88fa=>{const _0x14dec6=_0x4ba4d1;let _0x52f4cc=_0x4d88fa[_0x14dec6(0x2c2)]instanceof Element?_0x4d88fa[_0x14dec6(0x2c2)]:null;if(!_0x52f4cc||_0x180b7a[_0x14dec6(0x70c)](_0x52f4cc)||!(_0x27e14d!=null&&_0x27e14d[_0x14dec6(0x70c)](_0x1d6283['embedId'],_0x52f4cc,_0x4d88fa)||_0x296dfa!=null&&_0x296dfa[_0x14dec6(0x55d)](_0x1d6283[_0x14dec6(0x46d)],_0x52f4cc,_0x4d88fa)))return;_0x2653f2(_0x4d88fa,{'focusUnit':!0x1,'activateSession':!0x1});let _0x274248=_0x4734b8['defaultView'];_0x274248&&_0x2776ae[_0x14dec6(0x42f)](_0x274248['setTimeout'](()=>_0x2653f2(_0x4d88fa,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x180b7a['addEventListener'](_0x4ba4d1(0x263),_0x2653f2,{'capture':!0x0}),_0x180b7a[_0x4ba4d1(0x31b)]('focusin',_0x2653f2),_0x4734b8[_0x4ba4d1(0x31b)](_0x4ba4d1(0x263),_0x5b9ce9,{'capture':!0x0}),_0x4734b8[_0x4ba4d1(0x31b)](_0x4ba4d1(0x143),_0x5b9ce9,{'capture':!0x0}),(0x0,n['toDisposable'])(()=>{const _0x46f49c=_0x4ba4d1;_0x180b7a[_0x46f49c(0x6db)](_0x46f49c(0x263),_0x2653f2,{'capture':!0x0}),_0x180b7a[_0x46f49c(0x6db)](_0x46f49c(0x143),_0x2653f2),_0x4734b8[_0x46f49c(0x6db)]('pointerdown',_0x5b9ce9,{'capture':!0x0}),_0x4734b8['removeEventListener'](_0x46f49c(0x143),_0x5b9ce9,{'capture':!0x0}),_0x2776ae[_0x46f49c(0x72e)](_0x4137cb=>{const _0x5b2b01=_0x46f49c;var _0x273ab4;return(_0x273ab4=_0x4734b8[_0x5b2b01(0x270)])==null?void 0x0:_0x273ab4['clearTimeout'](_0x4137cb);});});}['_focusTabPeerSession'](_0x762d41){const _0x4bdb2b=_0x404806;if(this[_0x4bdb2b(0x32d)](_0x762d41),this[_0x4bdb2b(0x4c4)]['has'](n[_0x4bdb2b(0x746)])){let _0x1ab453=this['_injector'][_0x4bdb2b(0x35f)](n[_0x4bdb2b(0x746)]);_0x1ab453[_0x4bdb2b(0x2df)](_0x762d41[_0x4bdb2b(0x106)]),_0x1ab453[_0x4bdb2b(0x504)](_0x762d41['childUnitId']);}if(this[_0x4bdb2b(0x4c4)]['has'](n['IContextService'])){let _0xeca6fc=this['_injector']['get'](n[_0x4bdb2b(0x4b2)]);_0xeca6fc[_0x4bdb2b(0x553)](n[_0x4bdb2b(0x532)],!0x0),_0xeca6fc[_0x4bdb2b(0x553)](n[_0x4bdb2b(0x657)],_0x762d41['childType']===n[_0x4bdb2b(0x536)][_0x4bdb2b(0x15e)]),_0xeca6fc[_0x4bdb2b(0x553)](n[_0x4bdb2b(0x5e6)],_0x762d41['childType']===n[_0x4bdb2b(0x536)][_0x4bdb2b(0x534)]),_0xeca6fc[_0x4bdb2b(0x553)](n[_0x4bdb2b(0x62a)],_0x762d41[_0x4bdb2b(0x34e)]===n[_0x4bdb2b(0x536)][_0x4bdb2b(0x47d)]);}this[_0x4bdb2b(0x4c4)][_0x4bdb2b(0x287)](e['EmbedFocusOwnerService'])&&this[_0x4bdb2b(0x4c4)][_0x4bdb2b(0x35f)](e[_0x4bdb2b(0x203)])[_0x4bdb2b(0x58d)]({'hostUnitId':_0x762d41[_0x4bdb2b(0x1d1)],'embedId':_0x762d41[_0x4bdb2b(0x46d)],'childUnitId':_0x762d41['childUnitId'],'childType':_0x762d41['childType'],'reason':'keyboard'});}[_0x404806(0x32d)](_0x21e3f2){const _0x2ce4ab=_0x404806;this[_0x2ce4ab(0x50d)](_0x21e3f2['hostUnitId'],_0x21e3f2[_0x2ce4ab(0x46d)]),this[_0x2ce4ab(0x601)](_0x21e3f2['embedId']);let _0xdda3fd=[];if(this[_0x2ce4ab(0x4c4)][_0x2ce4ab(0x287)](K)&&_0xdda3fd[_0x2ce4ab(0x42f)](this[_0x2ce4ab(0x4c4)]['get'](K)[_0x2ce4ab(0x3c9)]({'embedId':_0x21e3f2['embedId'],'role':_0x2ce4ab(0x2c4),'owner':'tab-peer-runtime','sessionMode':_0x2ce4ab(0x2af),'hostUnitId':_0x21e3f2[_0x2ce4ab(0x1d1)],'childUnitId':_0x21e3f2[_0x2ce4ab(0x106)],'childType':_0x21e3f2[_0x2ce4ab(0x34e)]})),this[_0x2ce4ab(0x4c4)][_0x2ce4ab(0x287)](J)){var _0x5a4714,_0x1c4b7e;_0xdda3fd[_0x2ce4ab(0x42f)](this[_0x2ce4ab(0x4c4)]['get'](J)[_0x2ce4ab(0xc9)](_0x21e3f2[_0x2ce4ab(0x46d)],((_0x5a4714=_0x21e3f2['hostElement'])==null?void 0x0:_0x5a4714['ownerDocument'])??((_0x1c4b7e=_0x21e3f2[_0x2ce4ab(0x53e)])==null?void 0x0:_0x1c4b7e['renderScope'][_0x2ce4ab(0x6ae)]['ownerDocument'])));}_0xdda3fd[_0x2ce4ab(0x5a7)]&&this['_tabFocusLeases'][_0x2ce4ab(0x37d)](_0x21e3f2[_0x2ce4ab(0x46d)],{'hostUnitId':_0x21e3f2[_0x2ce4ab(0x1d1)],'disposable':(0x0,n['toDisposable'])(()=>{const _0x29aa8f=_0x2ce4ab;[..._0xdda3fd][_0x29aa8f(0x5b7)]()[_0x29aa8f(0x72e)](_0x35e658=>_0x35e658[_0x29aa8f(0x3f7)]());})});}[_0x404806(0x50d)](_0x24bc26,_0x2b0234){const _0x65555d=_0x404806;[...this[_0x65555d(0x180)][_0x65555d(0xaf)]()]['forEach'](([_0x2ab20f,_0x271f2b])=>{const _0x10ce11=_0x65555d;_0x2ab20f!==_0x2b0234&&_0x271f2b[_0x10ce11(0x1d1)]===_0x24bc26&&(_0x271f2b['disposable'][_0x10ce11(0x3f7)](),this[_0x10ce11(0x180)][_0x10ce11(0x4d8)](_0x2ab20f));});}[_0x404806(0x601)](_0x36017e){const _0x1d51fc=_0x404806;let _0x4f9470=this['_tabFocusLeases']['get'](_0x36017e);_0x4f9470&&(_0x4f9470[_0x1d51fc(0x4db)][_0x1d51fc(0x3f7)](),this[_0x1d51fc(0x180)]['delete'](_0x36017e));}[_0x404806(0x2dc)](_0x48a27d){const _0x5869ac=_0x404806;var _0x3c3e2a,_0x447b2c;if((_0x3c3e2a=_0x48a27d[_0x5869ac(0x66c)])!=null&&_0x3c3e2a['tab']&&_0x48a27d[_0x5869ac(0x66c)]['tab'][_0x5869ac(0x1f9)]||!this[_0x5869ac(0x4c4)][_0x5869ac(0x287)](n['IUniverInstanceService'])||!_0x48a27d[_0x5869ac(0x106)])return(0x0,n[_0x5869ac(0x6e6)])(()=>{});let _0x3b979a=this[_0x5869ac(0x4c4)][_0x5869ac(0x35f)](n['IUniverInstanceService']),_0x5ea027=_0x3b979a[_0x5869ac(0x43c)],_0x3f376f=_0x3b979a['focusUnit'];if(typeof _0x5ea027!=_0x5869ac(0x338)||typeof _0x3f376f!=_0x5869ac(0x338))return(0x0,n[_0x5869ac(0x6e6)])(()=>{});let _0x1afeed=(_0x447b2c=_0x5ea027[_0x5869ac(0x538)](_0x3b979a))==null?void 0x0:_0x447b2c['getUnitId']();if(!_0x1afeed||_0x1afeed===_0x48a27d[_0x5869ac(0x106)])return(0x0,n[_0x5869ac(0x6e6)])(()=>{});let _0x4dcfbc=()=>{const _0x445238=_0x5869ac;var _0x472bd7;((_0x472bd7=_0x5ea027['call'](_0x3b979a))==null?void 0x0:_0x472bd7[_0x445238(0x275)]())===_0x48a27d['childUnitId']&&_0x3f376f[_0x445238(0x538)](_0x3b979a,_0x1afeed);},_0x74b376=[],_0xbba338=[];return _0x4dcfbc(),typeof window<'u'&&(_0xbba338[_0x5869ac(0x42f)](window[_0x5869ac(0x398)](_0x4dcfbc)),_0x74b376['push'](window[_0x5869ac(0x661)](_0x4dcfbc,0x0)),_0x74b376[_0x5869ac(0x42f)](window['setTimeout'](_0x4dcfbc,0x78))),(0x0,n[_0x5869ac(0x6e6)])(()=>{const _0x544c3c=_0x5869ac;typeof window>'u'||(_0xbba338[_0x544c3c(0x72e)](_0x3de560=>window[_0x544c3c(0x122)](_0x3de560)),_0x74b376['forEach'](_0x17887c=>window['clearTimeout'](_0x17887c)));});}['_assertChildUnitAvailable'](_0x434f6e){const _0x5bba9f=_0x404806;let _0x23038b=[...this[_0x5bba9f(0x50a)][_0x5bba9f(0x4c9)]()][_0x5bba9f(0x18f)](({session:_0xa57126})=>_0xa57126[_0x5bba9f(0x46d)]!==_0x434f6e[_0x5bba9f(0x46d)]&&_0xa57126[_0x5bba9f(0x106)]===_0x434f6e['childUnitId']);if(_0x23038b)throw new nt(_0x434f6e[_0x5bba9f(0x106)],_0x23038b[_0x5bba9f(0x4e6)][_0x5bba9f(0x46d)]);if(this[_0x5bba9f(0x387)][_0x5bba9f(0x330)](_0x434f6e['childUnitId'],_0x434f6e[_0x5bba9f(0x34e)]))return;let _0x5dc8b5=this['_univerInstanceService']['getUnitType'](_0x434f6e[_0x5bba9f(0x106)]);throw _0x5dc8b5!==n[_0x5bba9f(0x536)][_0x5bba9f(0x1b4)]&&_0x5dc8b5!==_0x434f6e[_0x5bba9f(0x34e)]?Error(_0x5bba9f(0x4c6)):Error(_0x5bba9f(0x476));}};rt=Q([Z(0x0,(0x0,n[_0x404806(0xec)])(Ze)),Z(0x1,(0x0,n[_0x404806(0xec)])(Ye)),Z(0x2,(0x0,n[_0x404806(0xec)])(Qe)),Z(0x3,(0x0,n['Inject'])($e)),Z(0x4,n[_0x404806(0x746)]),Z(0x5,(0x0,n[_0x404806(0xec)])(oe)),Z(0x6,(0x0,n[_0x404806(0xec)])(n[_0x404806(0x4a2)]))],rt);function it(_0x606461,_0xa7c961,_0x5b1529){const _0x13d65f=_0x404806;if(_0x606461['dataset'][_0x13d65f(0x3e4)]=_0xa7c961?_0x13d65f(0x420):_0x13d65f(0x543),_0x5b1529!==_0x13d65f(0x480)){_0x606461[_0x13d65f(0x633)](_0x13d65f(0x17c)),_0x606461['removeAttribute'](_0x13d65f(0x417)),_0x606461['style'][_0x13d65f(0x33f)]('display'),_0x606461[_0x13d65f(0x1c2)]['removeProperty']('pointer-events');return;}if(_0x606461[_0x13d65f(0x367)](_0x13d65f(0x17c),!_0xa7c961),_0xa7c961){_0x606461[_0x13d65f(0x633)](_0x13d65f(0x417)),_0x606461[_0x13d65f(0x1c2)][_0x13d65f(0x33f)](_0x13d65f(0x421)),_0x606461['style'][_0x13d65f(0x33f)](_0x13d65f(0x6f9));return;}_0x606461[_0x13d65f(0x717)](_0x13d65f(0x417),_0x13d65f(0x420)),_0x606461[_0x13d65f(0x1c2)][_0x13d65f(0x421)]=_0x13d65f(0x620),_0x606461['style'][_0x13d65f(0xcd)]=_0x13d65f(0x620);}function at(_0x3624c2){const _0x53617a=_0x404806;let _0x241f26=document[_0x53617a(0x2ee)]('div');return _0x241f26['dataset']['embedRuntimeBlocked']=_0x3624c2??_0x53617a(0x3ed),_0x241f26['style'][_0x53617a(0x3dd)]=[_0x53617a(0x46c),_0x53617a(0x549),_0x53617a(0x1c4),'min-height:96px','display:flex',_0x53617a(0x51f),_0x53617a(0x446),_0x53617a(0x666),_0x53617a(0x60d),'border-radius:8px',_0x53617a(0x482),_0x53617a(0x27e),_0x53617a(0x3e3),_0x53617a(0x438)][_0x53617a(0x582)](';'),_0x241f26['textContent']=_0x3624c2===_0x53617a(0x379)?_0x53617a(0xc1):_0x53617a(0x3d9),_0x241f26;}let ot=class extends n[_0x404806(0x3fc)]{constructor(_0xb9e88b,_0x3c17c2,_0x4c4d37,_0x3b284a,_0x2b8ede,_0x259934,_0x67c39f,_0x455e7b,_0x4948ec){const _0xbc233c=_0x404806;var _0x30b0c0;super(),this[_0xbc233c(0x387)]=_0xb9e88b,this[_0xbc233c(0x38b)]=_0x3c17c2,this[_0xbc233c(0x2fb)]=_0x4c4d37,this['_menuOverrideService']=_0x3b284a,this[_0xbc233c(0x6b5)]=_0x2b8ede,this[_0xbc233c(0x724)]=_0x259934,this[_0xbc233c(0x2f9)]=_0x67c39f,this[_0xbc233c(0x5c8)]=_0x455e7b,this[_0xbc233c(0x4ac)]=_0x4948ec,V(this,'_previousChildCurrentUnits',new Map());let _0x38c292=(_0x30b0c0=this[_0xbc233c(0x387)][_0xbc233c(0x56c)])==null?void 0x0:_0x30b0c0[_0xbc233c(0x3db)](_0x55eea6=>{const _0x281667=_0xbc233c;this[_0x281667(0x2bd)](_0x55eea6??null);});_0x38c292&&this[_0xbc233c(0x403)](_0x38c292);}[_0x404806(0x23e)](_0x4f56b3){const _0x4d4887=_0x404806;var _0x4d6113;this[_0x4d4887(0x67c)](_0x4f56b3),this[_0x4d4887(0x614)](_0x4f56b3),this[_0x4d4887(0x2fb)][_0x4d4887(0xce)]({'embedId':_0x4f56b3[_0x4d4887(0x46d)],'hostUnitId':_0x4f56b3[_0x4d4887(0x1d1)],'hostType':_0x4f56b3[_0x4d4887(0x646)],'entry':_0x4f56b3['entry'],'hostAnchorId':_0x4f56b3[_0x4d4887(0x375)],'descriptor':_0x4f56b3}),this[_0x4d4887(0x6b5)][_0x4d4887(0x1b5)](_0x4f56b3['embedId']);let _0xdffa50=this[_0x4d4887(0x724)][_0x4d4887(0x35f)](_0x4f56b3[_0x4d4887(0x34e)]);return this[_0x4d4887(0x2a9)][_0x4d4887(0x221)](_0x4f56b3,_0x4d4887(0x31c),{'layoutPolicy':_0xdffa50==null||(_0x4d6113=_0xdffa50[_0x4d4887(0x47e)])==null?void 0x0:_0x4d6113[_0x4d4887(0x480)],'allowPlaceholder':(_0xdffa50==null?void 0x0:_0xdffa50[_0x4d4887(0x2b7)])==='title-only'||(_0xdffa50==null?void 0x0:_0xdffa50[_0x4d4887(0x2ac)])===_0x4d4887(0x269)});}[_0x404806(0x419)](_0x130d3c,_0x2aa9b2,_0xe92399={}){const _0x5a4a67=_0x404806;this[_0x5a4a67(0x67c)](_0x130d3c);let _0x5cd807=this[_0x5a4a67(0x2f9)][_0x5a4a67(0x4ff)](),_0x26722c=_0x2aa9b2==='stage2'&&(_0x5cd807==null?void 0x0:_0x5cd807[_0x5a4a67(0x46d)])===_0x130d3c[_0x5a4a67(0x46d)]&&_0x5cd807[_0x5a4a67(0x106)]===_0x130d3c[_0x5a4a67(0x106)]&&_0x5cd807[_0x5a4a67(0x42d)]===_0x5a4a67(0x6c6);(_0x5cd807==null?void 0x0:_0x5cd807['stage'])==='stage2'&&!_0x26722c&&this['_restorePreviousChildCurrentUnit'](_0x5cd807[_0x5a4a67(0x46d)]),_0x2aa9b2===_0x5a4a67(0x6c6)&&!_0x26722c&&this[_0x5a4a67(0x614)](_0x130d3c),this[_0x5a4a67(0x38b)][_0x5a4a67(0x58d)]({'hostUnitId':_0x130d3c[_0x5a4a67(0x1d1)],'embedId':_0x130d3c[_0x5a4a67(0x46d)],'childUnitId':_0x130d3c[_0x5a4a67(0x106)],'childType':_0x130d3c[_0x5a4a67(0x34e)],'reason':'pointer'}),this['_mountService'][_0x5a4a67(0x1b5)](_0x130d3c[_0x5a4a67(0x46d)]);let _0x1077ee={'hostUnitId':_0x130d3c[_0x5a4a67(0x1d1)],'embedId':_0x130d3c[_0x5a4a67(0x46d)],'childUnitId':_0x130d3c[_0x5a4a67(0x106)]};_0x2aa9b2?this[_0x5a4a67(0x2f9)][_0x5a4a67(0x221)](_0x1077ee,_0x2aa9b2):this['_floatingActiveService'][_0x5a4a67(0x221)](_0x1077ee),this[_0x5a4a67(0x2a9)][_0x5a4a67(0x589)](),_0x2aa9b2===_0x5a4a67(0x6c6)?(this[_0x5a4a67(0x183)](_0x130d3c[_0x5a4a67(0x106)],_0x130d3c[_0x5a4a67(0x34e)],!0x1),this[_0x5a4a67(0x264)](_0x130d3c)):(this[_0x5a4a67(0x387)][_0x5a4a67(0x2df)](_0x130d3c[_0x5a4a67(0x1d1)]),this['_univerInstanceService'][_0x5a4a67(0x504)](_0x130d3c[_0x5a4a67(0x1d1)]));}[_0x404806(0x1d8)](_0x59ae95,_0x22abdf={}){const _0x4bfc05=_0x404806;this[_0x4bfc05(0x419)](_0x59ae95,_0x4bfc05(0x6c6),_0x22abdf);}[_0x404806(0x3ab)](_0xc02077){const _0x2ae927=_0x404806;this[_0x2ae927(0x67c)](_0xc02077),this[_0x2ae927(0x38b)][_0x2ae927(0x58d)]({'hostUnitId':_0xc02077[_0x2ae927(0x1d1)],'embedId':_0xc02077[_0x2ae927(0x46d)],'childUnitId':_0xc02077[_0x2ae927(0x106)],'childType':_0xc02077[_0x2ae927(0x34e)],'reason':_0x2ae927(0x473)}),this[_0x2ae927(0x183)](_0xc02077[_0x2ae927(0x106)],_0xc02077[_0x2ae927(0x34e)]);}[_0x404806(0x505)](_0x444a76){const _0x589add=_0x404806;let _0x3e9d7d=this[_0x589add(0x38b)]['getFocusOwner']();_0x3e9d7d!=null&&_0x3e9d7d[_0x589add(0x46d)]&&_0x3e9d7d[_0x589add(0x46d)]!==_0x444a76[_0x589add(0x46d)]||(this[_0x589add(0x38b)][_0x589add(0x637)](_0x444a76[_0x589add(0x46d)]),this[_0x589add(0x387)]['setCurrentUnitForType'](_0x444a76[_0x589add(0x1d1)]),this[_0x589add(0x387)][_0x589add(0x504)](_0x444a76[_0x589add(0x1d1)]));}[_0x404806(0x226)](_0x346b59,_0x49fa1d){const _0x4a7a1a=_0x404806;let _0x2cdcbc=this['_focusOwnerService'][_0x4a7a1a(0x46b)]();if(_0x346b59&&_0x2cdcbc!=null&&_0x2cdcbc[_0x4a7a1a(0x46d)]&&_0x2cdcbc[_0x4a7a1a(0x46d)]!==_0x346b59)return;let _0x3a1643=this[_0x4a7a1a(0x2f9)][_0x4a7a1a(0x4ff)]();if(_0x346b59&&!_0x2cdcbc&&(_0x3a1643==null?void 0x0:_0x3a1643['embedId'])!==_0x346b59&&!_0x49fa1d)return;let _0x4c5b59=_0x49fa1d??(_0x2cdcbc==null?void 0x0:_0x2cdcbc[_0x4a7a1a(0x1d1)])??(_0x3a1643==null?void 0x0:_0x3a1643[_0x4a7a1a(0x1d1)]);this[_0x4a7a1a(0x2f9)][_0x4a7a1a(0x589)](_0x346b59),this[_0x4a7a1a(0x38b)][_0x4a7a1a(0x637)](_0x346b59),this['_menuOverrideService'][_0x4a7a1a(0x589)](_0x346b59),_0x346b59&&this[_0x4a7a1a(0x6ff)](_0x346b59),_0x346b59&&this[_0x4a7a1a(0x6b5)][_0x4a7a1a(0x6b6)](_0x346b59),_0x4c5b59&&(this[_0x4a7a1a(0x387)]['setCurrentUnitForType'](_0x4c5b59),this['_univerInstanceService'][_0x4a7a1a(0x504)](_0x4c5b59));}['clearTab'](_0x216d82){const _0x1bab0b=_0x404806;this['_menuOverrideService']['clear'](_0x216d82),this[_0x1bab0b(0x38b)][_0x1bab0b(0x637)](_0x216d82);let _0x43c9b8=this[_0x1bab0b(0x6b5)][_0x1bab0b(0xbb)](_0x216d82);_0x43c9b8['forEach'](_0x347b18=>this[_0x1bab0b(0x6ff)](_0x347b18[_0x1bab0b(0x46d)],_0x347b18[_0x1bab0b(0x34e)],_0x347b18[_0x1bab0b(0x106)])),new Set(_0x43c9b8[_0x1bab0b(0x26b)](_0x425927=>_0x425927[_0x1bab0b(0x1d1)]))[_0x1bab0b(0x72e)](_0x4cfa51=>{const _0x2da96e=_0x1bab0b;this[_0x2da96e(0x387)][_0x2da96e(0x2df)](_0x4cfa51),this[_0x2da96e(0x387)][_0x2da96e(0x504)](_0x4cfa51);});}[_0x404806(0x614)](_0x1f45f1){const _0x4b2b01=_0x404806;if(this[_0x4b2b01(0xb9)][_0x4b2b01(0x287)](_0x1f45f1['embedId']))return;let _0x20fa82=_0x1f45f1[_0x4b2b01(0x34e)],_0x43e30a=this[_0x4b2b01(0x5c2)](_0x20fa82);this[_0x4b2b01(0xb9)]['set'](_0x1f45f1['embedId'],{'childType':_0x20fa82,'childUnitId':_0x1f45f1[_0x4b2b01(0x106)],'unitId':_0x43e30a&&_0x43e30a!==_0x1f45f1[_0x4b2b01(0x106)]?_0x43e30a:void 0x0});}['_restorePreviousChildCurrentUnit'](_0x492ba1,_0x4d5e0b,_0x56cde1){const _0x45e837=_0x404806;let _0x42b4de=this[_0x45e837(0xb9)][_0x45e837(0x35f)](_0x492ba1);this[_0x45e837(0xb9)][_0x45e837(0x4d8)](_0x492ba1);let _0x8c22f4=_0x4d5e0b??(_0x42b4de==null?void 0x0:_0x42b4de[_0x45e837(0x34e)]),_0x2c0b4c=_0x56cde1??(_0x42b4de==null?void 0x0:_0x42b4de[_0x45e837(0x106)]);if(_0x8c22f4==null||!_0x2c0b4c)return;let _0x2eecb9=(_0x42b4de==null?void 0x0:_0x42b4de['childType'])===_0x8c22f4&&_0x42b4de['unitId']&&this['_hasUnit'](_0x42b4de[_0x45e837(0x16f)],_0x8c22f4)?_0x42b4de[_0x45e837(0x16f)]:this[_0x45e837(0x56f)](_0x8c22f4,_0x2c0b4c);_0x2eecb9&&this[_0x45e837(0x387)]['setCurrentUnitForType'](_0x2eecb9);}[_0x404806(0x5c2)](_0x1d0f63){const _0x348d78=_0x404806;var _0x82da12;let _0x3f21ae=this[_0x348d78(0x387)]['getCurrentUnitOfType'];return _0x3f21ae==null||(_0x82da12=_0x3f21ae['call'](this[_0x348d78(0x387)],_0x1d0f63))==null?void 0x0:_0x82da12[_0x348d78(0x275)]();}[_0x404806(0x69e)](_0x7580a8,_0x469a98){const _0x5b41b1=_0x404806;let _0x38e0bb=this[_0x5b41b1(0x387)][_0x5b41b1(0x330)];return!!(_0x38e0bb!=null&&_0x38e0bb['call'](this['_univerInstanceService'],_0x7580a8,_0x469a98));}[_0x404806(0x56f)](_0x57527e,_0x2c9b9f){const _0x30b8ef=_0x404806;var _0x4edc05;let _0x5ed6bf=this['_univerInstanceService'][_0x30b8ef(0x6df)];return _0x5ed6bf==null||(_0x4edc05=_0x5ed6bf[_0x30b8ef(0x538)](this[_0x30b8ef(0x387)],_0x57527e))==null||(_0x4edc05=_0x4edc05['find'](_0x4a72a9=>_0x4a72a9[_0x30b8ef(0x275)]()!==_0x2c9b9f))==null?void 0x0:_0x4edc05[_0x30b8ef(0x275)]();}['_focusUnit'](_0x464953,_0x304a06,_0x35f210=!0x0){const _0x3ace7a=_0x404806;var _0x121008;let _0x1c42d8=this[_0x3ace7a(0x387)]['getFocusedUnit'];(typeof _0x1c42d8!='function'||((_0x121008=_0x1c42d8['call'](this[_0x3ace7a(0x387)]))==null?void 0x0:_0x121008[_0x3ace7a(0x275)]())!==_0x464953)&&this['_univerInstanceService'][_0x3ace7a(0x504)](_0x464953),this[_0x3ace7a(0x707)](_0x464953,_0x304a06),this[_0x3ace7a(0x5c8)][_0x3ace7a(0x553)](n[_0x3ace7a(0x532)],!0x0),this[_0x3ace7a(0x5c8)][_0x3ace7a(0x553)](n[_0x3ace7a(0x657)],_0x304a06===n['UniverInstanceType'][_0x3ace7a(0x15e)]),this['_contextService'][_0x3ace7a(0x553)](n[_0x3ace7a(0x5e6)],_0x304a06===n[_0x3ace7a(0x536)][_0x3ace7a(0x534)]),this[_0x3ace7a(0x5c8)][_0x3ace7a(0x553)](n[_0x3ace7a(0x62a)],_0x304a06===n['UniverInstanceType'][_0x3ace7a(0x47d)]),_0x35f210&&this[_0x3ace7a(0x649)]();}['_restoreStage2ChildFocusWhenHostRefocuses'](_0x215ac1){const _0x3def1c=_0x404806;let _0x1a7171=this[_0x3def1c(0x2f9)]['getActive']();if((_0x1a7171==null?void 0x0:_0x1a7171[_0x3def1c(0x42d)])!==_0x3def1c(0x6c6)||_0x215ac1!==_0x1a7171[_0x3def1c(0x1d1)])return;let _0x327906=this[_0x3def1c(0x38b)][_0x3def1c(0x46b)]();(_0x327906==null?void 0x0:_0x327906['embedId'])===_0x1a7171[_0x3def1c(0x46d)]&&_0x327906[_0x3def1c(0x106)]===_0x1a7171['childUnitId']&&_0x327906[_0x3def1c(0x34e)]!=null&&this[_0x3def1c(0x183)](_0x327906[_0x3def1c(0x106)],_0x327906[_0x3def1c(0x34e)],!0x1);}[_0x404806(0x264)](_0x3c3b9e){const _0x511a32=_0x404806;let _0x1cac7e=()=>{const _0x3b1502=_0x159c;let _0x4450e0=this[_0x3b1502(0x2f9)][_0x3b1502(0x4ff)]();(_0x4450e0==null?void 0x0:_0x4450e0[_0x3b1502(0x46d)])===_0x3c3b9e[_0x3b1502(0x46d)]&&_0x4450e0[_0x3b1502(0x106)]===_0x3c3b9e[_0x3b1502(0x106)]&&_0x4450e0[_0x3b1502(0x42d)]===_0x3b1502(0x6c6)&&this[_0x3b1502(0x183)](_0x3c3b9e['childUnitId'],_0x3c3b9e[_0x3b1502(0x34e)],!0x1);};typeof queueMicrotask==_0x511a32(0x338)&&queueMicrotask(_0x1cac7e),requestAnimationFrame(_0x1cac7e);}['_setCurrentUnitForType'](_0x5cb0d7,_0x467867){const _0x257ff5=_0x404806;var _0x2667a1;let _0x42a2cd=this['_univerInstanceService']['getCurrentUnitOfType'];(typeof _0x42a2cd!=_0x257ff5(0x338)||((_0x2667a1=_0x42a2cd[_0x257ff5(0x538)](this[_0x257ff5(0x387)],_0x467867))==null?void 0x0:_0x2667a1[_0x257ff5(0x275)]())!==_0x5cb0d7)&&this[_0x257ff5(0x387)]['setCurrentUnitForType'](_0x5cb0d7);}[_0x404806(0x649)](){const _0x4c896c=_0x404806;let _0x57d63d=()=>this[_0x4c896c(0x4ac)][_0x4c896c(0x740)]();_0x57d63d(),typeof queueMicrotask==_0x4c896c(0x338)&&queueMicrotask(_0x57d63d),requestAnimationFrame(_0x57d63d);}[_0x404806(0x67c)](_0x4cb068){const _0x4f36f8=_0x404806;if(!_0x4cb068[_0x4f36f8(0x106)]||_0x4cb068['childType']==null)throw Error('EMBED_ACTIVATION_CHILD_NOT_RESOLVED');}};ot=Q([Z(0x0,n[_0x404806(0x746)]),Z(0x1,(0x0,n[_0x404806(0xec)])(e[_0x404806(0x203)])),Z(0x2,(0x0,n[_0x404806(0xec)])(e[_0x404806(0xf6)])),Z(0x3,(0x0,n['Inject'])(ae)),Z(0x4,(0x0,n[_0x404806(0xec)])(rt)),Z(0x5,(0x0,n[_0x404806(0xec)])(H)),Z(0x6,(0x0,n[_0x404806(0xec)])(U)),Z(0x7,n[_0x404806(0x4b2)]),Z(0x8,a[_0x404806(0x3eb)])],ot);function st(_0xc5f472){const _0x5b2696=_0x404806;let {injector:_0x45cb70,children:_0x1be59f,mountContainer:_0x4fe048,embedId:_0x1af3cf}=_0xc5f472;return(0x0,p[_0x5b2696(0x4fd)])((0x0,c['useMemo'])(()=>(0x0,a[_0x5b2696(0x4d0)])(ct,_0x45cb70),[_0x45cb70]),{'mountContainer':_0x4fe048,'embedId':_0x1af3cf,'children':_0x1be59f});}function ct(_0x150303){const _0x58b713=_0x404806;let {children:_0x248147,mountContainer:_0x4961da,embedId:_0x478ab0}=_0x150303,_0x2765b7=(0x0,a[_0x58b713(0x3c6)])(),_0x4b8fed=(0x0,a[_0x58b713(0x343)])(n[_0x58b713(0x63a)]),_0x2f0042=(0x0,c[_0x58b713(0x720)])(()=>_0x2765b7['has'](n['ThemeService'])?_0x2765b7[_0x58b713(0x35f)](n[_0x58b713(0x299)]):void 0x0,[_0x2765b7]),_0x1689df=(0x0,a[_0x58b713(0x261)])(()=>_0x4b8fed[_0x58b713(0x4cf)][_0x58b713(0x311)]((0x0,l[_0x58b713(0x26b)])(()=>_0x4b8fed['getLocales']())),_0x4b8fed['getLocales'](),!0x1,[_0x4b8fed]),_0x49b8f9=(0x0,a[_0x58b713(0x261)])(()=>_0x4b8fed[_0x58b713(0x741)],_0x4b8fed[_0x58b713(0x54e)](),!0x1,[_0x4b8fed]),_0x475bdc=ft(_0x2f0042),_0x36758c=(0x0,c['useRef'])(null),_0x2fb144=(0x0,c[_0x58b713(0x720)])(()=>_0x4961da!==void 0x0||typeof document>'u'?null:document[_0x58b713(0x2ee)]('div'),[_0x4961da]),_0x46e7ff=_0x4961da===void 0x0?_0x2fb144:_0x4961da;return(0x0,c[_0x58b713(0x6fd)])(()=>{const _0x235e9d=_0x58b713;if(_0x2fb144)return document[_0x235e9d(0x4fa)]['appendChild'](_0x2fb144),()=>{const _0x1030ad=_0x235e9d;document[_0x1030ad(0x4fa)][_0x1030ad(0x562)](_0x2fb144);};},[_0x2fb144]),(0x0,c[_0x58b713(0x6fd)])(()=>{let _0x1368ce=_0x46e7ff;_0x1368ce&&_0x1368ce['setAttribute']('dir',_0x49b8f9);},[_0x49b8f9,_0x46e7ff]),(0x0,c[_0x58b713(0x6fd)])(()=>{const _0x2994ef=_0x58b713;let _0x1bcd5b=_0x46e7ff;if(!_0x1bcd5b||!_0x478ab0)return;let _0xd1d942=_0x1bcd5b[_0x2994ef(0x125)](q);return _0x1bcd5b[_0x2994ef(0x717)](q,_0x478ab0),()=>{const _0x3de119=_0x2994ef;if(_0xd1d942==null){_0x1bcd5b[_0x3de119(0x633)](q);return;}_0x1bcd5b[_0x3de119(0x717)](q,_0xd1d942);};},[_0x478ab0,_0x46e7ff]),(0x0,p[_0x58b713(0x4fd)])(o[_0x58b713(0x1d9)],{'locale':_0x1689df==null?void 0x0:_0x1689df[_0x58b713(0x19a)],'direction':_0x49b8f9,'mountContainer':_0x46e7ff,'children':(0x0,p[_0x58b713(0x4fd)])('div',{'ref':_0x36758c,'className':(0x0,o[_0x58b713(0x40f)])('univer-contents',{'univer-dark':_0x475bdc}),'data-embed-runtime-provider':_0x58b713(0x420),'onPointerUpCapture':_0x32f477=>{const _0x1d4111=_0x58b713;let _0xfd7378=_0x36758c[_0x1d4111(0x10e)],_0x3bac32=_0x32f477[_0x1d4111(0x2c2)];if(!_0x478ab0||!_0xfd7378)return;let _0x3e98fc=()=>lt(_0x478ab0,_0xfd7378,_0x3bac32);typeof queueMicrotask==_0x1d4111(0x338)?queueMicrotask(_0x3e98fc):Promise[_0x1d4111(0x621)]()['then'](_0x3e98fc);},'children':_0x248147})});}function lt(_0x611c0d,_0x31e071,_0x2220f9){const _0x4b8db8=_0x404806;let _0x5eaddf=_0x31e071[_0x4b8db8(0x577)][_0x4b8db8(0x390)];if(ut(_0x5eaddf,_0x611c0d))return;let _0x4145bd=_0x2220f9 instanceof HTMLElement&&_0x31e071[_0x4b8db8(0x70c)](_0x2220f9)?_0x2220f9:null,_0x2536df=dt(_0x4145bd)?_0x4145bd:_0x31e071['querySelector'](_0x4b8db8(0xd4));_0x2536df==null||_0x2536df[_0x4b8db8(0x740)]({'preventScroll':!0x0});}function ut(_0x5b114f,_0x2e46ab){const _0x270edc=_0x404806;let _0x26b3a8=_0x5b114f==null?void 0x0:_0x5b114f[_0x270edc(0x23f)]('['+q+']');return(_0x26b3a8==null?void 0x0:_0x26b3a8['getAttribute'](q))===_0x2e46ab;}function dt(_0x3826d0){const _0x2d632d=_0x404806;return!!_0x3826d0&&!_0x3826d0['hasAttribute'](_0x2d632d(0xdf))&&_0x3826d0[_0x2d632d(0x4a8)]>=0x0;}function ft(_0x10213c){const _0x23595f=_0x404806;return(0x0,c[_0x23595f(0x1cd)])(_0xaaf6f3=>{const _0x562cfd=_0x23595f;if(!_0x10213c)return()=>{};let _0x13686e=_0x10213c[_0x562cfd(0x66b)][_0x562cfd(0x3db)](()=>_0xaaf6f3());return()=>_0x13686e[_0x562cfd(0x12a)]();},()=>(_0x10213c==null?void 0x0:_0x10213c[_0x23595f(0x222)])??!0x1,()=>!0x1);}const pt=new WeakMap(),mt=new WeakMap(),ht=new WeakMap();function gt(_0x32f0ba){const _0x3b0cff=_0x404806;let _0x3741f2=pt[_0x3b0cff(0x35f)](_0x32f0ba);if(_0x3741f2)return ht[_0x3b0cff(0x37d)](_0x3741f2,(ht[_0x3b0cff(0x35f)](_0x3741f2)??0x0)+0x1),_0x3741f2;let _0x10bb1a={'render':_0x448040=>(0x0,o['render'])(_0x448040,_0x32f0ba)};return pt[_0x3b0cff(0x37d)](_0x32f0ba,_0x10bb1a),mt[_0x3b0cff(0x37d)](_0x10bb1a,_0x32f0ba),ht[_0x3b0cff(0x37d)](_0x10bb1a,0x0),_0x10bb1a;}function _t(_0x123f2e){const _0x411f9f=_0x404806;let _0x4d28fe=mt[_0x411f9f(0x35f)](_0x123f2e),_0x3f30d8=ht['get'](_0x123f2e)??0x0;globalThis['setTimeout'](()=>{const _0x106582=_0x411f9f;_0x4d28fe&&pt[_0x106582(0x35f)](_0x4d28fe)!==_0x123f2e||(ht['get'](_0x123f2e)??0x0)===_0x3f30d8&&(_0x4d28fe&&(pt[_0x106582(0x4d8)](_0x4d28fe),mt[_0x106582(0x4d8)](_0x123f2e)),ht[_0x106582(0x4d8)](_0x123f2e),_0x4d28fe&&(0x0,o['unmount'])(_0x4d28fe));},0x0);}function vt(_0x473da6){const _0x5bdc0d=_0x404806;let {container:_0x3ca168,portalContainer:_0x42945e,injector:_0x1759a1,childType:_0x534e55,childUnitId:_0x2ea1a4,embedId:_0xd8a564,menuSchema:_0xd93d13,menuTitlePrefix:_0x37d37d,activeRibbonTab:_0x52f6e6,headerMenu:_0xd7495=!0x1,toolbarOnly:_0x594fba,ribbonHeaderClassName:_0x500fc6,scopedActionServiceTokens:_0x454fff}=_0x473da6;if(_0xd93d13!=null&&typeof _0xd93d13!='object')return;let _0x270a87=yt(_0x1759a1,{'childType':_0x534e55,'childUnitId':_0x2ea1a4,'embedId':_0xd8a564,'menuSchema':_0xd93d13,'menuTitlePrefix':_0x37d37d,'activeRibbonTab':_0x52f6e6,'scopedActionServiceTokens':_0x454fff}),_0x26d4e7=gt(_0x3ca168);return _0x26d4e7[_0x5bdc0d(0x18e)]((0x0,c[_0x5bdc0d(0x2ee)])(st,{'injector':_0x270a87['injector'],'mountContainer':_0x42945e??_0x3ca168,'embedId':_0xd8a564},(0x0,c[_0x5bdc0d(0x2ee)])(a['Ribbon'],{'ribbonType':_0x5bdc0d(0x546),'headerMenu':_0xd7495,'toolbarOnly':_0x594fba,'headerClassName':_0x500fc6}))),(0x0,n['toDisposable'])(()=>{const _0x4ac875=_0x5bdc0d;_t(_0x26d4e7),_0x270a87[_0x4ac875(0x4db)][_0x4ac875(0x3f7)]();});}function yt(_0x55184d,_0x56e152){const _0x497e42=_0x404806;let {childType:_0x58ea24,childUnitId:_0x31ad80,embedId:_0x317df3,menuSchema:_0x214e32,menuTitlePrefix:_0x1e46e1,activeRibbonTab:_0x6e2343,scopedActionServiceTokens:_0x3fdd98}=_0x56e152,_0x17205d=_0x55184d[_0x497e42(0x35f)](n[_0x497e42(0x746)]),_0x422083=wt(_0x17205d,_0x58ea24,_0x31ad80),_0x11ff86=new Set(_0x3fdd98??[]),_0x4ed693=new WeakMap(),_0x3d342e,_0x56f49e=Ot(_0x55184d['get'](n['ICommandService']),_0x17205d,_0x58ea24,_0x31ad80,_0x317df3,()=>_0x3d342e),_0xf2208e=_0x31ad80&&_0x55184d[_0x497e42(0x287)](n[_0x497e42(0x4b2)])?Tt(_0x55184d[_0x497e42(0x35f)](n[_0x497e42(0x4b2)]),_0x58ea24):void 0x0,_0x563109=new Map([[n['IUniverInstanceService'],_0x422083],[n[_0x497e42(0x3b0)],_0x56f49e]]);_0xf2208e&&_0x563109['set'](n['IContextService'],_0xf2208e),_0x11ff86[_0x497e42(0x72e)](_0x45f754=>{const _0x543970=_0x497e42;_0x31ad80&&_0x55184d[_0x543970(0x287)](_0x45f754)&&_0x563109[_0x543970(0x37d)](_0x45f754,kt(_0x55184d['get'](_0x45f754),_0x17205d,_0x58ea24,_0x31ad80,_0x317df3,()=>_0x3d342e,_0x4ed693));}),_0x3d342e=be(_0x55184d,_0x563109);let _0x4e41a1,_0x259314,_0x53c9f5={};if(_0x214e32&&typeof _0x214e32==_0x497e42(0x586)){let _0x3a0efe=new a['MenuManagerService'](_0x3d342e,_0x55184d['get'](n[_0x497e42(0x3ee)]));_0x3a0efe[_0x497e42(0x316)](St(_0x214e32,_0x1e46e1,_0x55184d)),_0x4e41a1=_0x3a0efe,_0x259314=_0x3a0efe;}else{let _0x46f36b=_0x55184d[_0x497e42(0x35f)](a[_0x497e42(0x112)]),_0x52d674=_0x46f36b[_0x497e42(0x60a)];_0x4e41a1=typeof _0x52d674==_0x497e42(0x338)?_0x52d674[_0x497e42(0x538)](_0x46f36b,_0x3d342e):_0x46f36b;}let _0x284201=new a[(_0x497e42(0x481))](_0x4e41a1,_0x422083);_0x53c9f5['current']=_0x284201,_0x6e2343&&_0x284201['setActivatedTab'](_0x6e2343);let _0x5ec316=_0x1e46e1?bt(_0x284201,_0x1e46e1,_0x55184d):_0x284201;return _0x3d342e['add']([a[_0x497e42(0x112)],{'useValue':_0x4e41a1}]),_0x3d342e[_0x497e42(0x1ab)]([a[_0x497e42(0x6e3)],{'useValue':_0x5ec316}]),{'injector':_0x3d342e,'ribbonService':_0x5ec316,'disposable':(0x0,n['toDisposable'])(()=>{const _0x99f45a=_0x497e42;var _0x4c8975;(_0x4c8975=_0x53c9f5[_0x99f45a(0x10e)])==null||_0x4c8975['dispose'](),_0x259314==null||_0x259314[_0x99f45a(0x3f7)](),_0x3d342e[_0x99f45a(0x3f7)]();})};}function bt(_0x21b290,_0x178c0f,_0x2c7771){const _0x3065b7=_0x404806;let _0x5ae963;try{_0x5ae963=_0x2c7771[_0x3065b7(0x35f)](n[_0x3065b7(0x63a)]);}catch{_0x5ae963=void 0x0;}return{'ribbon$':_0x21b290[_0x3065b7(0x337)]['pipe']((0x0,l[_0x3065b7(0x26b)])(_0x149c54=>_0x149c54[_0x3065b7(0x26b)](_0x2fd7cf=>xt(_0x2fd7cf,_0x178c0f,_0x5ae963)))),'activatedTab$':_0x21b290[_0x3065b7(0x228)],'collapsedIds$':_0x21b290[_0x3065b7(0x5db)],'fakeToolbarVisible$':_0x21b290[_0x3065b7(0x4d9)],'setActivatedTab':_0x16f93a=>_0x21b290[_0x3065b7(0x64c)](_0x16f93a),'showContextualTab':(_0x355471,_0x3cb0a8)=>_0x21b290[_0x3065b7(0x1b2)](_0x355471,_0x3cb0a8),'hideContextualTab':_0x1914dc=>_0x21b290[_0x3065b7(0x1ed)](_0x1914dc),'hideAllContextualTabs':()=>_0x21b290[_0x3065b7(0x328)](),'setCollapsedIds':_0x5f4952=>_0x21b290[_0x3065b7(0x128)](_0x5f4952),'setFakeToolbarVisible':_0xe9fe2c=>_0x21b290[_0x3065b7(0x698)](_0xe9fe2c)};}function xt(_0x2e3c1f,_0x2c8aa5,_0x68b7a8){const _0xbe6d2a=_0x404806;let _0x27046c=_0x2e3c1f[_0xbe6d2a(0x678)]||_0x2e3c1f['key'],_0x376136=_0x68b7a8?_0x68b7a8['t'](_0x27046c):_0x27046c;return{..._0x2e3c1f,'title':_0x2c8aa5+_0xbe6d2a(0x4de)+_0x376136};}function St(_0x4adba7,_0x15e0e0,_0x379b65){const _0x263ace=_0x404806;if(!_0x15e0e0||!_0x4adba7||typeof _0x4adba7!='object')return _0x4adba7;let _0x2f40bb=Ct(_0x4adba7),_0xfb25ee=_0x2f40bb[a[_0x263ace(0x20e)][_0x263ace(0x5bc)]];if(!_0xfb25ee||typeof _0xfb25ee!=_0x263ace(0x586))return _0x2f40bb;let _0x339075;try{_0x339075=_0x379b65['get'](n['LocaleService']);}catch{_0x339075=void 0x0;}return Object[_0x263ace(0x4c9)](_0xfb25ee)['forEach'](_0x4379c0=>{const _0x362c28=_0x263ace;if(!_0x4379c0||typeof _0x4379c0!=_0x362c28(0x586))return;let _0x58cd1f=_0x4379c0,_0x5a73e5=_0x58cd1f[_0x362c28(0x678)];_0x5a73e5&&(_0x58cd1f['title']=_0x15e0e0+_0x362c28(0x4de)+(_0x339075?_0x339075['t'](_0x5a73e5):_0x5a73e5));}),_0x2f40bb;}function Ct(_0x1c5667){const _0x14d6d3=_0x404806;return!_0x1c5667||typeof _0x1c5667!=_0x14d6d3(0x586)?_0x1c5667:Array[_0x14d6d3(0x206)](_0x1c5667)?_0x1c5667['map'](_0x41b5f0=>Ct(_0x41b5f0)):Object[_0x14d6d3(0x501)](Object[_0x14d6d3(0xaf)](_0x1c5667)['map'](([_0x511b61,_0x385b3c])=>[_0x511b61,Ct(_0x385b3c)]));}function wt(_0x206941,_0x201d5c,_0x59868d){const _0x4202b2=_0x404806;let _0x149afd=()=>_0x59868d?_0x206941[_0x4202b2(0x330)](_0x59868d,_0x201d5c):null,_0x391cb2=_0x59868d?(0x0,l[_0x4202b2(0x252)])((0x0,l['of'])(_0x59868d),_0x206941[_0x4202b2(0x2e9)](_0x201d5c)[_0x4202b2(0x311)]((0x0,l[_0x4202b2(0x26b)])(()=>_0x59868d)),_0x206941['getTypeOfUnitDisposed$'](_0x201d5c)[_0x4202b2(0x311)]((0x0,l[_0x4202b2(0x26b)])(()=>_0x59868d))):_0x206941[_0x4202b2(0x56c)];return{'unitAdded$':_0x206941[_0x4202b2(0x64a)],'getTypeOfUnitAdded$':(..._0x170396)=>_0x206941[_0x4202b2(0x2e9)](..._0x170396),'__addUnit':(..._0x1ac78c)=>_0x206941[_0x4202b2(0x452)](..._0x1ac78c),'unitDisposed$':_0x206941[_0x4202b2(0x132)],'getTypeOfUnitDisposed$':(..._0x5136cf)=>_0x206941['getTypeOfUnitDisposed$'](..._0x5136cf),'focused$':_0x391cb2,get 'focused'(){const _0x3fba16=_0x4202b2;return _0x149afd()??_0x206941[_0x3fba16(0x43c)]();},'focusUnit':(..._0x4ad784)=>_0x206941[_0x4202b2(0x504)](..._0x4ad784),'getFocusedUnit':()=>_0x149afd()??_0x206941[_0x4202b2(0x43c)](),'getCurrentUnitOfType':_0x34c06a=>_0x34c06a===_0x201d5c&&_0x59868d?_0x149afd():_0x206941['getCurrentUnitOfType'](_0x34c06a),'setCurrentUnitForType':(..._0xd40ba2)=>_0x206941[_0x4202b2(0x2df)](..._0xd40ba2),'getCurrentTypeOfUnit$':_0x36640d=>_0x36640d!==_0x201d5c||!_0x59868d?_0x206941[_0x4202b2(0x4ba)](_0x36640d):(0x0,l[_0x4202b2(0x252)])((0x0,l['of'])(void 0x0),_0x206941[_0x4202b2(0x2e9)](_0x201d5c),_0x206941[_0x4202b2(0x1ba)](_0x201d5c))['pipe']((0x0,l[_0x4202b2(0x26b)])(()=>_0x149afd())),'createUnit':(..._0x35ce88)=>_0x206941[_0x4202b2(0x512)](..._0x35ce88),'getUnitCreateOptions':(..._0x16ede5)=>_0x206941[_0x4202b2(0x67e)](..._0x16ede5),'disposeUnit':(..._0x158105)=>_0x206941[_0x4202b2(0x36e)](..._0x158105),'registerCtorForType':(..._0x1e33e0)=>_0x206941['registerCtorForType'](..._0x1e33e0),'getUnit':(..._0x34825d)=>_0x206941[_0x4202b2(0x330)](..._0x34825d),'getAllUnitsForType':(..._0x17a5dd)=>_0x206941[_0x4202b2(0x6df)](..._0x17a5dd),'getUnitType':(..._0x5e8cb9)=>_0x206941[_0x4202b2(0x364)](..._0x5e8cb9)};}function Tt(_0x224814,_0x4c0e3c){const _0x5edac1=_0x404806;return{'contextChanged$':_0x224814[_0x5edac1(0x6f0)],'getContextValue':_0x190d8d=>Et(_0x190d8d,_0x4c0e3c)??_0x224814['getContextValue'](_0x190d8d),'setContextValue':(_0x84cf3c,_0xae636a)=>_0x224814[_0x5edac1(0x553)](_0x84cf3c,_0xae636a),'subscribeContextValue$':_0x1dee25=>{const _0x281094=_0x5edac1;let _0x3138ed=Et(_0x1dee25,_0x4c0e3c);return _0x3138ed==null?_0x224814[_0x281094(0x1cb)](_0x1dee25):(0x0,l['of'])(_0x3138ed);}};}function Et(_0x5237d0,_0x4e9f00){const _0x228d09=_0x404806;if(_0x5237d0===n[_0x228d09(0x532)])return!0x0;if(_0x5237d0===n[_0x228d09(0x5e6)]||_0x5237d0===n[_0x228d09(0x657)]||_0x5237d0===n['FOCUSING_SLIDE'])return _0x5237d0===Dt(_0x4e9f00);}function Dt(_0x548034){const _0x40530c=_0x404806;if(_0x548034===n[_0x40530c(0x536)][_0x40530c(0x534)])return n['FOCUSING_SHEET'];if(_0x548034===n[_0x40530c(0x536)][_0x40530c(0x15e)])return n[_0x40530c(0x657)];if(_0x548034===n[_0x40530c(0x536)][_0x40530c(0x47d)])return n['FOCUSING_SLIDE'];}function Ot(_0x3ac7c3,_0x51fc48,_0x104eb0,_0x306ce7,_0xf9f536,_0x894bc6){const _0x4d6b30=_0x404806;return _0x306ce7?{'disposed':()=>_0x3ac7c3['disposed'](),'hasCommand':_0x1d261e=>_0x3ac7c3['hasCommand'](_0x1d261e),'registerCommand':(..._0x104462)=>_0x3ac7c3[_0x4d6b30(0x2ba)](..._0x104462),'unregisterCommand':_0x53738a=>_0x3ac7c3[_0x4d6b30(0x52b)](_0x53738a),'registerMultipleCommand':(..._0x29bfc5)=>_0x3ac7c3['registerMultipleCommand'](..._0x29bfc5),'executeCommand':async(..._0x292ae2)=>{const _0x4fbf95=_0x4d6b30;let _0x3fe681=_0x51fc48[_0x4fbf95(0x5b2)](_0x104eb0);try{return _0x51fc48[_0x4fbf95(0x2df)](_0x306ce7),await _0x3ac7c3[_0x4fbf95(0x29f)](_0x292ae2[0x0],_0x292ae2[0x1],_0x292ae2[0x2]);}finally{Nt(_0x51fc48,_0x306ce7,_0x3fe681,_0xf9f536,_0x894bc6);}},'syncExecuteCommand':(..._0xdf8d52)=>{const _0x304cb=_0x4d6b30;let _0x5ded85=_0x51fc48[_0x304cb(0x5b2)](_0x104eb0);try{return _0x51fc48[_0x304cb(0x2df)](_0x306ce7),_0x3ac7c3['syncExecuteCommand'](_0xdf8d52[0x0],_0xdf8d52[0x1],_0xdf8d52[0x2]);}finally{Nt(_0x51fc48,_0x306ce7,_0x5ded85,_0xf9f536,_0x894bc6);}},'onCommandExecuted':(..._0x2a6fc0)=>_0x3ac7c3[_0x4d6b30(0x647)](..._0x2a6fc0),'beforeCommandExecuted':(..._0x2faab8)=>_0x3ac7c3[_0x4d6b30(0x107)](..._0x2faab8),'onMutationExecutedForCollab':(..._0x504280)=>_0x3ac7c3[_0x4d6b30(0x2d6)](..._0x504280)}:_0x3ac7c3;}function kt(_0x30588c,_0xbad18,_0x178d92,_0x22258f,_0xdd203b,_0x45fc29,_0x3a6203){const _0x45ec29=_0x404806;if(typeof _0x30588c!='object'&&typeof _0x30588c!=_0x45ec29(0x338)||_0x30588c==null)return _0x30588c;let _0x5822bf=_0x30588c,_0x4c8cff=_0x3a6203==null?void 0x0:_0x3a6203[_0x45ec29(0x35f)](_0x5822bf);if(_0x4c8cff)return _0x4c8cff;let _0xcc24b2={..._0x5822bf};return At(_0x5822bf,_0xcc24b2,_0xbad18,_0x178d92,_0x22258f,_0xdd203b,_0x45fc29),_0x3a6203==null||_0x3a6203[_0x45ec29(0x37d)](_0x5822bf,_0xcc24b2),_0xcc24b2;}function At(_0x42dc6d,_0x5cc261,_0x224cfd,_0x1ff1c4,_0x4fcc46,_0x5cc232,_0x4f8ae6){const _0x222533=_0x404806;let _0x1960b1=_0x3ee6c9=>{const _0x3edff4=_0x159c;if(_0x3ee6c9===_0x3edff4(0x6b9))return;let _0x3d89ca=_0x42dc6d[_0x3ee6c9];if(typeof _0x3d89ca!=_0x3edff4(0x338))return;let _0x415ac4=_0x5cc261;_0x415ac4[_0x3ee6c9]=(..._0x1e7d5a)=>jt(_0x224cfd,_0x1ff1c4,_0x4fcc46,_0x5cc232,_0x4f8ae6,()=>_0x3d89ca[_0x3edff4(0x68c)](_0x42dc6d,_0x1e7d5a));};Object[_0x222533(0x48a)](_0x42dc6d)['forEach'](_0x1960b1);let _0x466a69=Object['getPrototypeOf'](_0x42dc6d);_0x466a69&&_0x466a69!==Object[_0x222533(0x71c)]&&Object['getOwnPropertyNames'](_0x466a69)[_0x222533(0x72e)](_0x1960b1);}function jt(_0x19d711,_0x406784,_0x323992,_0xddeaad,_0x422cad,_0x5073c2){const _0x26c6e8=_0x404806;let _0x30b6cf=_0x19d711[_0x26c6e8(0x5b2)](_0x406784),_0x1328b9;try{_0x19d711[_0x26c6e8(0x2df)](_0x323992),_0x1328b9=_0x5073c2();}catch(_0x1ca6ac){throw Nt(_0x19d711,_0x323992,_0x30b6cf,_0xddeaad,_0x422cad),_0x1ca6ac;}return Mt(_0x1328b9)?_0x1328b9[_0x26c6e8(0x1b0)](()=>{Nt(_0x19d711,_0x323992,_0x30b6cf,_0xddeaad,_0x422cad);}):(Nt(_0x19d711,_0x323992,_0x30b6cf,_0xddeaad,_0x422cad),_0x1328b9);}function Mt(_0x27b158){return!!(_0x27b158&&typeof _0x27b158['finally']=='function');}function Nt(_0x23dc7d,_0x54667b,_0x364dd2,_0x2f8ad7,_0x8c89ac){const _0x5764b7=_0x404806;if(Pt(_0x2f8ad7,_0x8c89ac)){var _0x39b270;_0x23dc7d['setCurrentUnitForType'](_0x54667b),(_0x39b270=_0x23dc7d[_0x5764b7(0x504)])==null||_0x39b270[_0x5764b7(0x538)](_0x23dc7d,_0x54667b);return;}_0x364dd2&&_0x23dc7d[_0x5764b7(0x2df)](_0x364dd2[_0x5764b7(0x275)]());}function Pt(_0x20adf4,_0x44cc65){const _0x5c49fb=_0x404806;let _0x2f1b34=_0x44cc65==null?void 0x0:_0x44cc65();return!_0x20adf4||!(_0x2f1b34!=null&&_0x2f1b34[_0x5c49fb(0x287)](K))?!0x1:_0x2f1b34[_0x5c49fb(0x35f)](K)['hasChildInteractionLease'](_0x20adf4);}const Ft=new WeakMap();let It=0x0;function Lt(_0x2e2543,_0x924b3c){const _0x31187d=_0x404806;if(!_0x2e2543['has'](Vt))return zt(_0x2e2543,_0x924b3c);let _0xeb5124=_0x2e2543[_0x31187d(0x35f)](Vt);if(!(_0x924b3c['id']&&_0xeb5124['getAll'](_0x924b3c['childType'],_0x924b3c[_0x31187d(0x130)])['some'](_0xb76a40=>_0xb76a40['id']===_0x924b3c['id'])))return _0xeb5124[_0x31187d(0x2c0)](_0x924b3c);}function Rt(_0x292263){const _0x34cf9e=_0x404806;if(!_0x292263[_0x34cf9e(0x287)](Vt))return;let _0x37d53e=Ft[_0x34cf9e(0x35f)](_0x292263);_0x37d53e!=null&&_0x37d53e[_0x34cf9e(0x237)]&&([..._0x37d53e['values']()][_0x34cf9e(0x401)]((_0x29c272,_0x30f946)=>_0x29c272[_0x34cf9e(0x73d)]-_0x30f946[_0x34cf9e(0x73d)])[_0x34cf9e(0x72e)](({contribution:_0x2e4825})=>Lt(_0x292263,_0x2e4825)),Ft['delete'](_0x292263));}function zt(_0x22265a,_0x18bac3){const _0x397039=_0x404806;let _0x31453c={'contribution':_0x18bac3,'index':It++},_0x5693eb=Bt(_0x18bac3,_0x31453c[_0x397039(0x73d)]),_0x283f50=_0x22265a,_0x298f5b=Ft['get'](_0x283f50)??new Map();return _0x298f5b[_0x397039(0x37d)](_0x5693eb,_0x31453c),Ft['set'](_0x283f50,_0x298f5b),(0x0,n[_0x397039(0x6e6)])(()=>{const _0x384464=_0x397039;let _0x31ea85=Ft[_0x384464(0x35f)](_0x283f50);(_0x31ea85==null?void 0x0:_0x31ea85[_0x384464(0x35f)](_0x5693eb))===_0x31453c&&_0x31ea85[_0x384464(0x4d8)](_0x5693eb);});}function Bt(_0x23371f,_0xfd5ebf){const _0x3c64f6=_0x404806;let _0x5c3a9c=Ut(_0x23371f);return _0x23371f['id']?_0x23371f[_0x3c64f6(0x34e)]+':'+_0x5c3a9c+':'+_0x23371f['id']:_0x23371f[_0x3c64f6(0x34e)]+':'+_0x5c3a9c+_0x3c64f6(0x251)+_0xfd5ebf;}var Vt=class{constructor(){const _0x3a8f1c=_0x404806;V(this,'_contributions',new Map()),V(this,_0x3a8f1c(0x139),0x0);}[_0x404806(0x2c0)](_0xbf1ec3){const _0x179eb8=_0x404806;let _0x37e86e={'contribution':_0xbf1ec3,'index':this[_0x179eb8(0x139)]++},_0x2186a1=this[_0x179eb8(0x71d)][_0x179eb8(0x35f)](_0xbf1ec3[_0x179eb8(0x34e)])??[];return _0x2186a1['push'](_0x37e86e),_0x2186a1[_0x179eb8(0x401)](Wt),this['_contributions'][_0x179eb8(0x37d)](_0xbf1ec3['childType'],_0x2186a1),(0x0,n['toDisposable'])(()=>{const _0x1734e8=_0x179eb8;let _0x2879ba=this[_0x1734e8(0x71d)][_0x1734e8(0x35f)](_0xbf1ec3[_0x1734e8(0x34e)]);if(!_0x2879ba)return;let _0x5022dd=_0x2879ba[_0x1734e8(0x3d1)](_0x5b31c1=>_0x5b31c1!==_0x37e86e);_0x5022dd['length']?this[_0x1734e8(0x71d)][_0x1734e8(0x37d)](_0xbf1ec3[_0x1734e8(0x34e)],_0x5022dd):this[_0x1734e8(0x71d)]['delete'](_0xbf1ec3[_0x1734e8(0x34e)]);});}[_0x404806(0x35f)](_0x2a9630){const _0x3d6022=_0x404806;return this[_0x3d6022(0xd7)](_0x2a9630)[0x0];}[_0x404806(0xd7)](_0x5978c6,_0x17faba){const _0x3d03a3=_0x404806;return(this[_0x3d03a3(0x71d)][_0x3d03a3(0x35f)](_0x5978c6)??[])[_0x3d03a3(0x26b)](_0x43c27f=>_0x43c27f[_0x3d03a3(0x5d9)])['filter'](_0x330980=>!_0x17faba||Ut(_0x330980)===_0x17faba);}[_0x404806(0x13c)](_0x299797,_0xf4a7b3=_0x404806(0x2ec)){const _0x189617=_0x404806;let _0x56fd0c=this[_0x189617(0xd7)](_0x299797,_0xf4a7b3)[_0x189617(0x26b)](_0x422fdb=>_0x422fdb[_0x189617(0x5d4)])[_0x189617(0x3d1)](_0x40b4ec=>_0x40b4ec&&typeof _0x40b4ec==_0x189617(0x586));if(_0x56fd0c['length'])return Gt(_0x56fd0c);}['mountMenu'](_0x515c8a){const _0x2628cd=_0x404806;let _0x45dff2=_0x515c8a['surface']??'ribbon',_0x4a0559=this[_0x2628cd(0xd7)](_0x515c8a[_0x2628cd(0x34e)],_0x45dff2);if(!_0x4a0559[_0x2628cd(0x5a7)])return;let _0xa012c8=_0x4a0559[_0x2628cd(0x3d1)](_0x4070f6=>_0x4070f6[_0x2628cd(0x683)]);if(_0xa012c8[_0x2628cd(0x5a7)]){let _0x2b8333=_0xa012c8[_0x2628cd(0x26b)](_0x33acec=>{const _0x63ee6a=_0x2628cd;var _0x564e40;return(_0x564e40=_0x33acec['mountMenu'])==null?void 0x0:_0x564e40['call'](_0x33acec,{..._0x515c8a,'surface':_0x45dff2,'menuSchema':_0x33acec[_0x63ee6a(0x5d4)],'scopedActionServiceTokens':_0x33acec[_0x63ee6a(0x11c)]});})[_0x2628cd(0x3d1)](_0x58d073=>!!_0x58d073);return(0x0,n[_0x2628cd(0x6e6)])(()=>{const _0x2fdc53=_0x2628cd;_0x2b8333[_0x2fdc53(0x72e)](_0x3f4445=>_0x3f4445[_0x2fdc53(0x3f7)]());});}let _0x32e28e=this['getMergedMenuSchema'](_0x515c8a[_0x2628cd(0x34e)],_0x45dff2);if(_0x45dff2===_0x2628cd(0x2ec))return vt({..._0x515c8a,'surface':_0x45dff2,'menuSchema':_0x32e28e,'scopedActionServiceTokens':Ht(_0x4a0559)})??void 0x0;}};function Ht(_0x52ad89){const _0x4d4eae=_0x404806;let _0x17c990=_0x52ad89[_0x4d4eae(0x55e)](_0x16b18d=>_0x16b18d[_0x4d4eae(0x11c)]??[]);return _0x17c990[_0x4d4eae(0x5a7)]?Array[_0x4d4eae(0x56b)](new Set(_0x17c990)):void 0x0;}function Ut(_0x527718){const _0x418b95=_0x404806;return _0x527718['surface']??_0x418b95(0x2ec);}function Wt(_0x499ee9,_0x364113){const _0xf6ac25=_0x404806;return(_0x499ee9[_0xf6ac25(0x5d9)]['order']??_0x499ee9[_0xf6ac25(0x73d)])-(_0x364113[_0xf6ac25(0x5d9)][_0xf6ac25(0x61d)]??_0x364113[_0xf6ac25(0x73d)])||_0x499ee9['index']-_0x364113[_0xf6ac25(0x73d)];}function Gt(_0x177ba7){return _0x177ba7['reduce']((_0x29d875,_0x4b3de2)=>Yt(_0x29d875,Kt(_0x4b3de2)),{});}function Kt(_0xd37d06){const _0x218c1a=_0x404806;if(!Zt(_0xd37d06))return _0xd37d06;let _0x439330=new Set(Object[_0x218c1a(0x4c9)](a[_0x218c1a(0x230)])),_0x20f397=Object['entries'](_0xd37d06)['filter'](([_0x32f30d])=>_0x439330['has'](_0x32f30d)),_0x3f694b=Object[_0x218c1a(0xaf)](_0xd37d06)['filter'](([_0x13944a])=>Jt(_0x13944a));if(!_0x20f397[_0x218c1a(0x5a7)]&&!_0x3f694b[_0x218c1a(0x5a7)])return _0xd37d06;let _0x3d7574={};Object[_0x218c1a(0xaf)](_0xd37d06)['forEach'](([_0x514f29,_0x501937])=>{const _0x27adcc=_0x218c1a;!_0x439330[_0x27adcc(0x287)](_0x514f29)&&!Jt(_0x514f29)&&(_0x3d7574[_0x514f29]=Xt(_0x501937));});let _0x8d70c3=Zt(_0x3d7574[a[_0x218c1a(0x20e)][_0x218c1a(0x5bc)]])?_0x3d7574[a['MenuManagerPosition'][_0x218c1a(0x5bc)]]:{};return _0x20f397[_0x218c1a(0x72e)](([_0x4966b2,_0x15c821])=>{_0x8d70c3[_0x4966b2]=_0x4966b2 in _0x8d70c3?Yt(_0x8d70c3[_0x4966b2],_0x15c821):Xt(_0x15c821);}),_0x3f694b['forEach'](([_0xbb7b20,_0x3f2781])=>{let _0x48d1ec=Jt(_0xbb7b20);if(!_0x48d1ec)return;let _0x4f44e6=Zt(_0x8d70c3[_0x48d1ec])?_0x8d70c3[_0x48d1ec]:{};_0x4f44e6[_0xbb7b20]=_0xbb7b20 in _0x4f44e6?Yt(_0x4f44e6[_0xbb7b20],_0x3f2781):Xt(_0x3f2781),_0x8d70c3[_0x48d1ec]=_0x4f44e6;}),_0x3d7574[a[_0x218c1a(0x20e)][_0x218c1a(0x5bc)]]=_0x8d70c3,_0x3d7574;}const qt=[[Object[_0x404806(0x4c9)](a[_0x404806(0x4ab)]),a[_0x404806(0x230)][_0x404806(0x5ad)]],[Object[_0x404806(0x4c9)](a[_0x404806(0x1de)]),a[_0x404806(0x230)][_0x404806(0x570)]],[Object['values'](a['RibbonFormulasGroup']),a[_0x404806(0x230)][_0x404806(0x6ec)]],[Object['values'](a[_0x404806(0x286)]),a['RibbonPosition']['DATA']],[Object[_0x404806(0x4c9)](a[_0x404806(0x17b)]),a[_0x404806(0x230)][_0x404806(0x6c1)]],[Object[_0x404806(0x4c9)](a[_0x404806(0x1b3)]),a[_0x404806(0x230)][_0x404806(0x6a5)]]];function Jt(_0x168ad9){const _0x43a7b3=_0x404806;var _0x416e5e;return(_0x416e5e=qt['find'](([_0x40abf2])=>_0x40abf2[_0x43a7b3(0x14c)](_0x168ad9)))==null?void 0x0:_0x416e5e[0x1];}function Yt(_0x530498,_0x24eee2){const _0x2df75c=_0x404806;if(!Zt(_0x530498)||!Zt(_0x24eee2))return Xt(_0x24eee2);let _0x1db3a2={..._0x530498};return Object[_0x2df75c(0xaf)](_0x24eee2)[_0x2df75c(0x72e)](([_0x2a7406,_0x125738])=>{_0x1db3a2[_0x2a7406]=_0x2a7406 in _0x1db3a2?Yt(_0x1db3a2[_0x2a7406],_0x125738):Xt(_0x125738);}),_0x1db3a2;}function Xt(_0x58c376){const _0x15d0cf=_0x404806;return Array[_0x15d0cf(0x206)](_0x58c376)?_0x58c376['map'](_0x3f4b8c=>Xt(_0x3f4b8c)):Zt(_0x58c376)?Object[_0x15d0cf(0x501)](Object[_0x15d0cf(0xaf)](_0x58c376)['map'](([_0xc2f779,_0xfb21a3])=>[_0xc2f779,Xt(_0xfb21a3)])):_0x58c376;}function Zt(_0x159693){const _0x38e29d=_0x404806;return!!_0x159693&&typeof _0x159693==_0x38e29d(0x586)&&!Array[_0x38e29d(0x206)](_0x159693);}function Qt(_0x503281,_0x3b0f0c,_0x124ea6){const _0x14e9e7=_0x404806;let {viewport:_0x5a26c4,menuSlot:_0x359c0f,popupSlot:_0x4775cf}=_0x124ea6;return{'hostUnitId':_0x503281[_0x14e9e7(0x1d1)],'hostAnchorId':_0x503281['hostAnchorId'],'embedId':_0x503281[_0x14e9e7(0x46d)],'childUnitId':_0x503281[_0x14e9e7(0x106)],'childType':_0x503281[_0x14e9e7(0x34e)],'layout':_0x3b0f0c,'mode':_0x14e9e7(0x3b5),'rootElement':_0x5a26c4,'contentRoot':R(_0x5a26c4,_0x14e9e7(0x34b))??_0x5a26c4,'canvasRoot':R(_0x5a26c4,'data-embed-canvas-root')??_0x5a26c4,'overlayRoot':R(_0x5a26c4,'data-embed-overlay-root')??_0x5a26c4,'popupRoot':_0x4775cf??R(_0x5a26c4,_0x14e9e7(0x2f2))??_0x5a26c4,'menuOutlet':{'container':_0x359c0f},'active$':(0x0,l['of'])(!0x0),'fullscreen':!0x0};}function $t(_0x3f0563){const _0x36c372=_0x404806;let {injector:_0x581e10,descriptor:_0x39faf9,renderScope:_0xa55e9}=_0x3f0563,_0x47430e=[],_0x25e0fe=_0x39faf9['embedId'];if(_0x581e10[_0x36c372(0x287)](K)){let _0x3d2cc2=_0x581e10[_0x36c372(0x35f)](K);_0x47430e[_0x36c372(0x42f)](_0x3d2cc2[_0x36c372(0x508)]({'embedId':_0x25e0fe,'hostUnitId':_0x39faf9[_0x36c372(0x1d1)],'childUnitId':_0x39faf9[_0x36c372(0x106)],'childType':_0x39faf9[_0x36c372(0x34e)],'sessionMode':_0x36c372(0x663)})),_0x39faf9[_0x36c372(0x106)]&&_0x47430e[_0x36c372(0x42f)](_0x3d2cc2['acquireLease']({'embedId':_0x25e0fe,'role':_0x36c372(0x2c4),'owner':_0x36c372(0x639),'sessionMode':_0x36c372(0x663),'hostUnitId':_0x39faf9['hostUnitId'],'childUnitId':_0x39faf9[_0x36c372(0x106)],'childType':_0x39faf9[_0x36c372(0x34e)]})),en(_0x3f0563)[_0x36c372(0x72e)](({element:_0x2abb78,role:_0x5d998b})=>{const _0x25f2a7=_0x36c372;_0x47430e['push'](_0x3d2cc2[_0x25f2a7(0x699)]({'embedId':_0x25e0fe,'element':_0x2abb78,'role':_0x5d998b}));});}if(_0x581e10[_0x36c372(0x287)](J)){let _0x250563=_0x581e10[_0x36c372(0x35f)](J);en(_0x3f0563)[_0x36c372(0x72e)](({element:_0x3ec604})=>{const _0x4918ec=_0x36c372;_0x47430e['push'](_0x250563[_0x4918ec(0x6ad)](_0x25e0fe,_0x3ec604));}),_0x47430e[_0x36c372(0x42f)](_0x250563[_0x36c372(0xc9)](_0x25e0fe,_0xa55e9[_0x36c372(0x6ae)]['ownerDocument']));}return(0x0,n[_0x36c372(0x6e6)])(()=>{const _0x268ca7=_0x36c372;[..._0x47430e][_0x268ca7(0x5b7)]()[_0x268ca7(0x72e)](_0x111988=>_0x111988[_0x268ca7(0x3f7)]());});}function en(_0x4116e9){const _0x1a1602=_0x404806;let {renderScope:_0x277bc6,menuRoot:_0x49a7b2,menuSlot:_0x5ec9de,popupSlot:_0x496787,sidebarSlot:_0x1654bf,rightSidebarSlot:_0x533ad4,footerSlot:_0xdb78e9}=_0x4116e9,_0x433342=[{'element':_0x277bc6[_0x1a1602(0x6ae)],'role':'runtime'},{'element':_0x277bc6['contentRoot'],'role':_0x1a1602(0x5ef)},{'element':_0x277bc6[_0x1a1602(0x5b5)],'role':'runtime'},{'element':_0x277bc6[_0x1a1602(0xc8)],'role':_0x1a1602(0x5ef)},{'element':_0x49a7b2,'role':'floating-menu'},{'element':_0x5ec9de,'role':_0x1a1602(0x12f)},{'element':_0xdb78e9,'role':_0x1a1602(0x12f)},{'element':_0x1654bf,'role':_0x1a1602(0x1dc)},{'element':_0x533ad4,'role':_0x1a1602(0x1dc)},{'element':_0x496787,'role':_0x1a1602(0x1dc)}],_0x44f3b6=new Set();return _0x433342[_0x1a1602(0x55e)](({element:_0x511956,role:_0x2e8d05})=>!_0x511956||_0x44f3b6['has'](_0x511956)?[]:(_0x44f3b6[_0x1a1602(0x1ab)](_0x511956),[{'element':_0x511956,'role':_0x2e8d05}]));}function tn(_0x219c12){return nn(_0x219c12)||rn(_0x219c12);}function nn(_0xe15d8f){const _0x2ab78f=_0x404806;if(!_0xe15d8f[_0x2ab78f(0x697)][_0x2ab78f(0x287)](H)||_0xe15d8f[_0x2ab78f(0x41a)][_0x2ab78f(0x34e)]==null)return;let _0x5302f3=_0xe15d8f[_0x2ab78f(0x697)]['get'](H)[_0x2ab78f(0x35f)](_0xe15d8f[_0x2ab78f(0x41a)][_0x2ab78f(0x34e)]);if((_0x5302f3==null?void 0x0:_0x5302f3[_0x2ab78f(0x2b7)])===_0x2ab78f(0x2ec)){if(_0xe15d8f[_0x2ab78f(0x697)][_0x2ab78f(0x287)](Vt)){let _0x1002f8=_0xe15d8f[_0x2ab78f(0x697)][_0x2ab78f(0x35f)](Vt)['mountMenu']({'container':_0xe15d8f[_0x2ab78f(0x396)],'portalContainer':_0xe15d8f[_0x2ab78f(0x34a)][_0x2ab78f(0x5c6)]['roots'][_0x2ab78f(0x5dd)],'injector':_0xe15d8f[_0x2ab78f(0x34a)][_0x2ab78f(0x5c6)][_0x2ab78f(0x697)],'childType':_0xe15d8f['descriptor'][_0x2ab78f(0x34e)],'childUnitId':_0xe15d8f[_0x2ab78f(0x41a)]['childUnitId'],'embedId':_0xe15d8f[_0x2ab78f(0x41a)][_0x2ab78f(0x46d)],'surface':'ribbon','headerMenu':!0x0,'ribbonHeaderClassName':_0x2ab78f(0x2cd)});if(_0x1002f8)return _0x1002f8;}return vt({'container':_0xe15d8f['menuContainer'],'portalContainer':_0xe15d8f[_0x2ab78f(0x34a)][_0x2ab78f(0x5c6)][_0x2ab78f(0x1bf)]['popup'],'injector':_0xe15d8f[_0x2ab78f(0x34a)]['runtimeScope'][_0x2ab78f(0x697)],'childType':_0xe15d8f[_0x2ab78f(0x41a)][_0x2ab78f(0x34e)],'childUnitId':_0xe15d8f[_0x2ab78f(0x41a)][_0x2ab78f(0x106)],'embedId':_0xe15d8f['descriptor']['embedId'],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0x2ab78f(0x2cd)});}}function rn(_0x326962){const _0x6a26b8=_0x404806;if(!_0x326962['injector'][_0x6a26b8(0x287)](Xe)||_0x326962[_0x6a26b8(0x41a)][_0x6a26b8(0x34e)]==null||!_0x326962[_0x6a26b8(0x41a)]['childUnitId'])return;let _0x5d75c8=_0x326962['injector'][_0x6a26b8(0x35f)](Xe)['get'](_0x326962['descriptor'][_0x6a26b8(0x646)],_0x326962[_0x6a26b8(0x41a)][_0x6a26b8(0x3fd)],_0x326962[_0x6a26b8(0x41a)][_0x6a26b8(0x34e)]),_0x2c6557=_0x5d75c8==null?void 0x0:_0x5d75c8[_0x6a26b8(0x66d)]({..._0x326962[_0x6a26b8(0x34a)],'active':{'hostUnitId':_0x326962[_0x6a26b8(0x41a)][_0x6a26b8(0x1d1)],'embedId':_0x326962[_0x6a26b8(0x41a)][_0x6a26b8(0x46d)],'childUnitId':_0x326962[_0x6a26b8(0x41a)][_0x6a26b8(0x106)],'stage':_0x6a26b8(0x6c6)}});return _0x2c6557?(0x0,n[_0x6a26b8(0x6e6)])(()=>_0x2c6557['dispose']()):void 0x0;}var an=class{constructor(){const _0x1559c1=_0x404806;V(this,_0x1559c1(0x1e8),new l[(_0x1559c1(0x29e))](null)),V(this,_0x1559c1(0x6c8),new l[(_0x1559c1(0x59c))]()),V(this,_0x1559c1(0x682),this[_0x1559c1(0x1e8)][_0x1559c1(0x516)]()),V(this,'exited$',this[_0x1559c1(0x6c8)]['asObservable']());}[_0x404806(0x294)](){const _0x34bc36=_0x404806;return this[_0x34bc36(0x1e8)][_0x34bc36(0x3a9)]();}['enter'](_0x5ba3e8){const _0x14bc10=_0x404806;var _0x45b530,_0x5ed9f7;if(!_0x5ba3e8[_0x14bc10(0x106)]||_0x5ba3e8[_0x14bc10(0x34e)]==null)throw Error(_0x14bc10(0x26a));let _0x231af5=((_0x45b530=_0x5ba3e8['sourceMeta'])==null?void 0x0:_0x45b530['floating'])||void 0x0,_0x578fa1=((_0x5ed9f7=_0x5ba3e8[_0x14bc10(0x66c)])==null?void 0x0:_0x5ed9f7['tab'])||void 0x0;if(_0x578fa1&&_0x578fa1[_0x14bc10(0x1f9)]&&!_0x231af5)throw Error('EMBED_FULLSCREEN_TAB_NOT_SUPPORTED');let _0x31ebdd=_0x231af5?_0x231af5[_0x14bc10(0x5d3)]:void 0x0;if(!_0x31ebdd)throw Error(_0x14bc10(0xb2));let _0x264785={'hostUnitId':_0x5ba3e8[_0x14bc10(0x1d1)],'embedId':_0x5ba3e8['embedId'],'childUnitId':_0x5ba3e8[_0x14bc10(0x106)],'childType':_0x5ba3e8[_0x14bc10(0x34e)],'entry':_0x5ba3e8[_0x14bc10(0x3fd)],'layout':_0x31ebdd};return this[_0x14bc10(0x1e8)][_0x14bc10(0x511)](_0x264785),_0x264785;}['exit'](_0x56f41d){const _0x4818f6=_0x404806;let _0x1f96bb=this['getSession']();_0x1f96bb&&(!_0x56f41d||_0x1f96bb['embedId']===_0x56f41d)&&this[_0x4818f6(0x1e8)][_0x4818f6(0x511)](null);}[_0x404806(0x587)](_0xc58dc6){const _0x24f33a=_0x404806;this[_0x24f33a(0x6c8)]['next'](_0xc58dc6);}};function on(){const _0x1de43e=_0x404806;let _0x106bc3=(0x0,a[_0x1de43e(0x343)])(n[_0x1de43e(0x4a2)]),_0x1582a6=(0x0,a[_0x1de43e(0x343)])(n[_0x1de43e(0x63a)]),_0x444feb=(0x0,a[_0x1de43e(0x343)])(ot),_0x1121fe=(0x0,a[_0x1de43e(0x343)])(an),_0x3790d7=(0x0,c['useRef'])(null),_0x25db8d=(0x0,c['useRef'])(null),_0x30730a=(0x0,c['useRef'])(null),_0x48917f=(0x0,c[_0x1de43e(0x706)])(null),_0x17c637=(0x0,c[_0x1de43e(0x706)])(null),_0x22bd89=(0x0,c[_0x1de43e(0x706)])(null),_0x2f0deb=(0x0,c[_0x1de43e(0x706)])(null),_0x3e0796=(0x0,a[_0x1de43e(0x261)])(()=>_0x1121fe['session$'],_0x1121fe[_0x1de43e(0x294)](),!0x1,[_0x1121fe]),[_0x460bc9,_0x153966]=(0x0,c[_0x1de43e(0x6a1)])(null);if((0x0,c[_0x1de43e(0x6fd)])(()=>{const _0x30c85b=_0x1de43e;var _0x16de48;let _0x16cb2c=_0x30730a[_0x30c85b(0x10e)],_0x23248d=_0x25db8d[_0x30c85b(0x10e)],_0x1754c4=_0x48917f['current'],_0x2ae88d=_0x17c637[_0x30c85b(0x10e)],_0x3a81f1=_0x22bd89[_0x30c85b(0x10e)],_0x41c341=_0x2f0deb['current'];if(!_0x3e0796||!_0x16cb2c||!_0x23248d||!_0x1754c4||!_0x2ae88d||!_0x3a81f1||!_0x41c341)return;let _0x316344=ln(_0x106bc3,_0x3e0796[_0x30c85b(0x1d1)],_0x3e0796[_0x30c85b(0x46d)]);if(!(_0x316344!=null&&_0x316344[_0x30c85b(0x106)])||_0x316344[_0x30c85b(0x34e)]==null){_0x16cb2c['dataset'][_0x30c85b(0x499)]='missing-descriptor';return;}let _0x11e8c=_0x106bc3[_0x30c85b(0x35f)](Ye)[_0x30c85b(0x35f)](_0x316344[_0x30c85b(0x34e)]);if(!(_0x11e8c!=null&&_0x11e8c['supportedLayouts'][_0x30c85b(0x14c)](_0x3e0796[_0x30c85b(0x5d3)]))){_0x16cb2c['dataset']['embedFullscreenStatus']=_0x30c85b(0xd3);return;}_0x16cb2c['dataset']['embedFullscreenStatus']=_0x30c85b(0x39c),_0x16cb2c[_0x30c85b(0x6a4)][_0x30c85b(0x46d)]=_0x316344[_0x30c85b(0x46d)],_0x16cb2c['dataset'][_0x30c85b(0x118)]=_0x316344[_0x30c85b(0x3fd)],_0x16cb2c['dataset'][_0x30c85b(0x4f1)]=_0x316344['hostAnchorId'],_0x16cb2c['dataset'][_0x30c85b(0x116)]=_0x3e0796[_0x30c85b(0x5d3)],_0x16cb2c[_0x30c85b(0x6a4)][_0x30c85b(0xe1)]=String(_0x316344['childType']),_0x16cb2c['dataset'][_0x30c85b(0x148)]=_0x316344[_0x30c85b(0x106)];let _0x215d2a=z(_0x16cb2c),_0x25c820=Qt(_0x316344,_0x3e0796['layout'],{'viewport':_0x16cb2c,'menuSlot':_0x23248d,'popupSlot':_0x1754c4,'footerSlot':_0x41c341}),_0x41ae43={'descriptor':_0x316344,'layout':_0x3e0796['layout'],'injector':_0x106bc3,'hostElement':_0x16cb2c,'container':_0x16cb2c,'renderScope':_0x25c820,'hostUnitId':_0x316344[_0x30c85b(0x1d1)],'embedId':_0x316344[_0x30c85b(0x46d)],'childUnitId':_0x316344['childUnitId'],'childType':_0x316344[_0x30c85b(0x34e)]},{runtimeScope:_0xfcff1b,disposable:_0xa84264}=We(_0x41ae43,()=>{});_0x153966({'embedId':_0x316344[_0x30c85b(0x46d)],'injector':_0xfcff1b['injector'],'sourceInjector':_0x106bc3,'popupContainer':_0xfcff1b[_0x30c85b(0x1bf)][_0x30c85b(0x5dd)]});let _0x22267d={..._0x41ae43,'runtimeScope':_0xfcff1b},_0x42e4a5=$t({'injector':_0x106bc3,'descriptor':_0x316344,'renderScope':_0x25c820,'menuRoot':_0x3790d7[_0x30c85b(0x10e)],'menuSlot':_0x23248d,'popupSlot':_0x1754c4,'sidebarSlot':_0x2ae88d,'rightSidebarSlot':_0x3a81f1,'footerSlot':_0x41c341}),_0x50c11e=_0x5f3905=>{const _0x4287ca=_0x30c85b;var _0x3d3bf9,_0x1ad580;let _0xc2cf23=(_0x5f3905==null?void 0x0:_0x5f3905[_0x4287ca(0x2c2)])instanceof Element?_0x5f3905[_0x4287ca(0x2c2)]:null;_0xc2cf23!=null&&_0xc2cf23[_0x4287ca(0x23f)](_0x4287ca(0xdc))||((_0x3d3bf9=_0xfcff1b[_0x4287ca(0xcc)])==null||_0x3d3bf9[_0x4287ca(0x2df)](_0x316344['childUnitId']),(_0x1ad580=_0xfcff1b[_0x4287ca(0xcc)])==null||_0x1ad580['focusUnit'](_0x316344[_0x4287ca(0x106)]),_0x444feb[_0x4287ca(0x3ab)](_0x316344));};_0x50c11e(),_0x16cb2c['addEventListener'](_0x30c85b(0x263),_0x50c11e,{'capture':!0x0}),_0x16cb2c['addEventListener'](_0x30c85b(0x143),_0x50c11e);let _0x4b1945=(_0x16de48=_0x11e8c[_0x30c85b(0x66d)])==null?void 0x0:_0x16de48[_0x30c85b(0x538)](_0x11e8c,_0x22267d),_0x3c11f1=tn({'injector':_0x106bc3,'descriptor':_0x316344,'childContext':_0x22267d,'menuContainer':_0x23248d});return _0x16cb2c[_0x30c85b(0x6a4)][_0x30c85b(0x499)]=_0x30c85b(0x2cb),()=>{const _0xee2c96=_0x30c85b;_0x153966(null),globalThis[_0xee2c96(0x398)](()=>{const _0x1a387c=_0xee2c96;_0x16cb2c[_0x1a387c(0x6db)](_0x1a387c(0x263),_0x50c11e,{'capture':!0x0}),_0x16cb2c['removeEventListener'](_0x1a387c(0x143),_0x50c11e),_0x3c11f1==null||_0x3c11f1[_0x1a387c(0x3f7)](),_0x4b1945==null||_0x4b1945['dispose'](),_0x42e4a5[_0x1a387c(0x3f7)](),_0xa84264[_0x1a387c(0x3f7)](),_0x215d2a[_0x1a387c(0x3f7)](),_0x444feb[_0x1a387c(0x505)](_0x316344),delete _0x16cb2c[_0x1a387c(0x6a4)]['embedFullscreenStatus'],delete _0x16cb2c[_0x1a387c(0x6a4)][_0x1a387c(0x46d)],delete _0x16cb2c[_0x1a387c(0x6a4)][_0x1a387c(0x118)],delete _0x16cb2c['dataset'][_0x1a387c(0x4f1)],delete _0x16cb2c[_0x1a387c(0x6a4)][_0x1a387c(0x116)],delete _0x16cb2c[_0x1a387c(0x6a4)]['embedChildType'],delete _0x16cb2c[_0x1a387c(0x6a4)]['embedChildUnitId'],_0x1121fe[_0x1a387c(0x587)](_0x3e0796);});};},[_0x444feb,_0x1121fe,_0x106bc3,_0x3e0796]),!_0x3e0796)return null;let _0x4ba2bc=()=>{const _0x2a2323=_0x1de43e;_0x1121fe[_0x2a2323(0x380)](_0x3e0796['embedId']);};return(0x0,p[_0x1de43e(0x117)])('div',{'className':_0x1de43e(0x692),'data-embed-fullscreen-shell':_0x1de43e(0x420),'style':{'zIndex':0x32a},'children':[_0x3e0796[_0x1de43e(0x34e)]===n[_0x1de43e(0x536)][_0x1de43e(0x2f6)]&&(0x0,p[_0x1de43e(0x4fd)])(_0x1de43e(0xef),{'className':_0x1de43e(0x177),'data-embed-boards-fullscreen-exit':_0x1de43e(0x420),'title':_0x1582a6['t'](_0x1de43e(0x53c)),'children':(0x0,p[_0x1de43e(0x117)])(a[_0x1de43e(0x336)],{'noIcon':!0x0,'className':_0x1de43e(0x1cf),'onClick':_0x4ba2bc,'children':[(0x0,p[_0x1de43e(0x4fd)])(s[_0x1de43e(0x1cc)],{}),(0x0,p[_0x1de43e(0x4fd)])(_0x1de43e(0x147),{'children':_0x1582a6['t'](_0x1de43e(0x53c))})]})}),(0x0,p['jsxs'])(_0x1de43e(0xef),{'ref':_0x3790d7,'className':_0x1de43e(0x1b7),'data-embed-fullscreen-menu':'true','children':[_0x3e0796['childType']!==n[_0x1de43e(0x536)]['UNIVER_BOARD']&&(0x0,p[_0x1de43e(0x117)])('div',{'className':_0x1de43e(0x397),'data-embed-fullscreen-header':_0x1de43e(0x420),'children':[(0x0,p['jsx'])(_0x1de43e(0x147),{'className':_0x1de43e(0x3fe),'children':un(_0x106bc3,_0x3e0796[_0x1de43e(0x34e)])}),(0x0,p['jsxs'])(o[_0x1de43e(0x241)],{'type':_0x1de43e(0x47c),'size':_0x1de43e(0x232),'variant':_0x1de43e(0x35d),'className':_0x1de43e(0x370),'data-embed-fullscreen-close':_0x1de43e(0x420),'onClick':_0x4ba2bc,'children':[(0x0,p[_0x1de43e(0x4fd)])(s[_0x1de43e(0x731)],{}),(0x0,p[_0x1de43e(0x4fd)])(_0x1de43e(0x147),{'children':_0x1582a6['t'](_0x1de43e(0x53c))})]})]}),(0x0,p['jsx'])(_0x1de43e(0xef),{'ref':_0x25db8d,'className':_0x1de43e(0x55f),'data-embed-fullscreen-menu-slot':_0x1de43e(0x420),'data-embed-menu-slot':_0x1de43e(0x420)})]}),(0x0,p[_0x1de43e(0x117)])(_0x1de43e(0xef),{'className':_0x1de43e(0x267),'data-embed-fullscreen-body':_0x1de43e(0x420),'children':[(0x0,p[_0x1de43e(0x4fd)])(_0x1de43e(0xef),{'ref':_0x17c637,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','data-embed-fullscreen-sidebar-slot':_0x1de43e(0x420),'data-embed-id':_0x3e0796['embedId']}),(0x0,p[_0x1de43e(0x4fd)])(_0x1de43e(0xef),{'ref':_0x30730a,'className':_0x1de43e(0x53b),'data-embed-fullscreen-viewport':_0x1de43e(0x420),'onContextMenuCapture':_0x3998ed=>{_0x3998ed['preventDefault']();}}),(0x0,p[_0x1de43e(0x4fd)])(_0x1de43e(0xef),{'ref':_0x22bd89,'className':_0x1de43e(0x248),'data-embed-fullscreen-right-sidebar-slot':_0x1de43e(0x420),'data-embed-id':_0x3e0796[_0x1de43e(0x46d)],'children':_0x460bc9&&(0x0,p['jsx'])(cn,{..._0x460bc9})})]}),(0x0,p['jsx'])('div',{'ref':_0x2f0deb,'className':'univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-footer-slot':_0x1de43e(0x420),'data-embed-footer-slot':_0x1de43e(0x420)}),(0x0,p['jsx'])('div',{'ref':_0x48917f,'className':_0x1de43e(0x351),'data-embed-fullscreen-popup-root':_0x1de43e(0x420),'data-embed-popup-root':'true','children':_0x460bc9&&(0x0,p[_0x1de43e(0x4fd)])(sn,{..._0x460bc9})})]});}function sn(_0x2f3af1){const _0x52746b=_0x404806;let {embedId:_0x54c7f6,injector:_0x3a6b44,sourceInjector:_0x36ff52,popupContainer:_0x21091e}=_0x2f3af1;return(0x0,p[_0x52746b(0x117)])(p['Fragment'],{'children':[(0x0,p['jsxs'])(st,{'injector':_0x3a6b44,'mountContainer':_0x21091e,'embedId':_0x54c7f6,'children':[(0x0,p['jsx'])(a[_0x52746b(0x291)],{}),(0x0,p['jsx'])(a[_0x52746b(0x209)],{})]}),(0x0,p[_0x52746b(0x4fd)])(st,{'injector':_0x36ff52,'mountContainer':_0x21091e,'embedId':_0x54c7f6,'children':(0x0,p[_0x52746b(0x4fd)])(a[_0x52746b(0x209)],{})})]});}function cn(_0x2178cc){const _0x23873e=_0x404806;let {embedId:_0x151c30,injector:_0x40f456,sourceInjector:_0xa19ffc,popupContainer:_0x232dd4}=_0x2178cc;return(0x0,p[_0x23873e(0x117)])(_0x23873e(0x239),{'className':_0x23873e(0x3e7),'children':[(0x0,p[_0x23873e(0x4fd)])(st,{'injector':_0x40f456,'mountContainer':_0x232dd4,'embedId':_0x151c30,'children':(0x0,p['jsx'])(a['Sidebar'],{})}),(0x0,p['jsx'])(st,{'injector':_0xa19ffc,'mountContainer':_0x232dd4,'embedId':_0x151c30,'children':(0x0,p['jsx'])(a['Sidebar'],{})})]});}function ln(_0x5e1897,_0x25b0f9,_0xa34591){const _0x3c7f9d=_0x404806;try{return _0x5e1897[_0x3c7f9d(0x35f)](e[_0x3c7f9d(0x4b8)])[_0x3c7f9d(0x616)](_0x25b0f9,_0xa34591);}catch{return;}}function un(_0x1537b9,_0x391ae4){const _0x95ee65=_0x404806;try{var _0x17318f;return((_0x17318f=_0x1537b9[_0x95ee65(0x35f)](H)[_0x95ee65(0x35f)](_0x391ae4))==null?void 0x0:_0x17318f['productName'])??'Embed';}catch{return _0x95ee65(0x466);}}const dn={};function fn(_0x1e1eaa){const _0x39c199=_0x404806;let {stage:_0x214439,interactionFlow:_0x5b4ead}=_0x1e1eaa,_0x5146d5=_0x5b4ead==='doc-block',_0xa93b05=_0x214439==='stage1'&&!_0x5146d5,_0x9ca72d=_0x214439===_0x39c199(0x6c6)||_0x5146d5;return{'allowHostBodyDrag':_0xa93b05,'disableLiveHostPointerEvents':!_0x5146d5&&(_0x214439===_0x39c199(0x169)||_0x214439===_0x39c199(0x4a1)),'passThroughInteractionGate':_0x9ca72d,'runtimeOwnsInteraction':_0x9ca72d};}function pn(_0x879734,_0x2c799f){const _0x4b5b14=_0x404806;var _0x29f44c;return(_0x879734==null?void 0x0:_0x879734[_0x4b5b14(0x646)])===n[_0x4b5b14(0x536)]['UNIVER_SHEET']&&_0x879734[_0x4b5b14(0x34e)]===n[_0x4b5b14(0x536)][_0x4b5b14(0x534)]&&!!((_0x29f44c=_0x879734[_0x4b5b14(0x66c)])!=null&&_0x29f44c[_0x4b5b14(0x467)])&&_0x2c799f!=='stage2';}function mn(_0x1da3c9,_0x1660ef){const _0x4a16b4=_0x404806;return pn(_0x1da3c9,_0x1660ef)?'deferred':_0x4a16b4(0x3cf);}function hn(_0x508a03){const _0x4b130b=_0x404806;var _0x5eee3e;return _0x508a03[_0x4b130b(0x4aa)]||((_0x5eee3e=_0x508a03[_0x4b130b(0x26f)])==null?void 0x0:_0x5eee3e[_0x4b130b(0x46d)])===_0x508a03[_0x4b130b(0x46d)]&&_0x508a03[_0x4b130b(0x26f)][_0x4b130b(0x42d)]==='stage2'||!_0x508a03['usesDomFloatingStage']&&_0x508a03[_0x4b130b(0x10b)]?_0x4b130b(0x6c6):_0x4b130b(0x169);}function gn(_0x394eb9,_0x5f5c3c){const _0x106294=_0x404806;return _0x394eb9!==_0x106294(0x73b)&&_0x394eb9!==_0x106294(0x5fc)||_0x5f5c3c[_0x106294(0x1eb)]||_0x5f5c3c[_0x106294(0x734)]||_0x5f5c3c[_0x106294(0x6ca)]?!0x1:Math['abs'](_0x5f5c3c[_0x106294(0x2f7)])>Math[_0x106294(0x60c)](_0x5f5c3c[_0x106294(0x1bb)]);}const _n=Symbol('univer.embed.forwarded-wheel-event'),vn=Symbol(_0x404806(0x374));function yn(_0x195fb4){const _0x4a4ef9=_0x404806;let _0x20d5bc=_0x49d6d7=>{const _0x4209cb=_0x159c;var _0x4cf1c0;if(Sn(_0x49d6d7))return;if(_0x195fb4[_0x4209cb(0x5a4)]&&_0x195fb4[_0x4209cb(0x358)][_0x4209cb(0x244)](_0x49d6d7)){var _0x16afbb;let _0x3229e2=_0x195fb4['getChildContext']();if(_0x3229e2&&((_0x16afbb=_0x195fb4[_0x4209cb(0x3dc)])==null?void 0x0:_0x16afbb['call'](_0x195fb4,_0x49d6d7,_0x3229e2))===!0x0||On(_0x195fb4[_0x4209cb(0x686)],_0x49d6d7)){_0x195fb4[_0x4209cb(0x3f1)](_0x4209cb(0x27f)),Gn(_0x49d6d7,!0x0);return;}}if(_0x49d6d7[_0x4209cb(0x734)]||_0x49d6d7[_0x4209cb(0x6ca)])return;let _0x30374d=_0x195fb4[_0x4209cb(0x162)]();if(_0x30374d==='stage2')return;let _0x48aa2f=_0x195fb4['getChildContext'](),_0x54229c=_0x48aa2f?_0x195fb4['passiveViewportRegistry']['get'](_0x48aa2f[_0x4209cb(0x34e)],_0x48aa2f[_0x4209cb(0x5d3)]):void 0x0,_0x4e489d=bn(_0x49d6d7,_0x195fb4[_0x4209cb(0x38d)]),_0x117372=_0x48aa2f?{..._0x48aa2f,'event':_0x4e489d,'stage':_0x30374d,'viewportScrollY':_0x195fb4['syncHostVerticalScroll']?_0x195fb4[_0x4209cb(0x27b)]['current']:void 0x0}:void 0x0;if(_0x48aa2f&&jn(_0x48aa2f,_0x49d6d7,_0x195fb4[_0x4209cb(0x381)])){var _0x42cbd7;if(((_0x42cbd7=_0x195fb4[_0x4209cb(0x3dc)])==null?void 0x0:_0x42cbd7['call'](_0x195fb4,_0x49d6d7,_0x48aa2f))===!0x0||On(_0x195fb4['container'],_0x49d6d7)){_0x195fb4[_0x4209cb(0x3f1)](_0x4209cb(0x27f)),Gn(_0x49d6d7,!0x0);return;}}let _0xf6b511=_0x117372?_0x195fb4[_0x4209cb(0x6a8)]['handleWheel'](_0x117372):!0x1,_0x2b37f7=!_0xf6b511&&Mn(_0x195fb4['container'],_0x49d6d7),_0x535d34=!0x1,_0xfffc5c=!0x1;if(!_0xf6b511&&_0x2b37f7?Pn(Nn(_0x49d6d7),()=>{const _0x9dea43=_0x4209cb;var _0x4ad437;return _0xfffc5c=((_0x4ad437=_0x195fb4[_0x9dea43(0x32b)])==null?void 0x0:_0x4ad437[_0x9dea43(0x538)](_0x195fb4,_0x49d6d7))===!0x0;},()=>_0x535d34=(_0x54229c==null?void 0x0:_0x54229c[_0x4209cb(0x249)](_0x117372))===!0x0):_0xf6b511||(_0x535d34=(_0x54229c==null?void 0x0:_0x54229c['handleWheel'](_0x117372))===!0x0),!_0xf6b511&&!_0x535d34&&!_0xfffc5c&&!_0x2b37f7&&_0x54229c&&_0x48aa2f&&Fn(_0x49d6d7)&&((_0x4cf1c0=_0x195fb4[_0x4209cb(0x3dc)])==null?void 0x0:_0x4cf1c0[_0x4209cb(0x538)](_0x195fb4,_0x49d6d7,_0x48aa2f))===!0x0){_0x195fb4[_0x4209cb(0x3f1)](_0x4209cb(0x27f)),Gn(_0x49d6d7,!0x0);return;}let _0x537ca4=_0x535d34||_0xfffc5c?!0x1:Tn(_0x49d6d7,_0x195fb4[_0x4209cb(0x5b6)]),_0x241705=_0x535d34||_0xfffc5c||(_0x2b37f7||_0x537ca4?!0x1:En(_0x49d6d7,_0x195fb4[_0x4209cb(0x5b6)]));(_0xf6b511||_0x535d34||_0xfffc5c||_0x537ca4||_0x241705)&&Gn(_0x49d6d7,!0x1);},_0x21b711=_0x3f8220=>{const _0x42a515=_0x159c;var _0x5d3481;if(_0x195fb4[_0x42a515(0x162)]()!==_0x42a515(0x6c6))return;let _0x3134a8=_0x195fb4['getChildContext']();if(_0x3134a8){if(Mn(_0x195fb4[_0x42a515(0x686)],_0x3f8220)){let _0x33eec8=_0x195fb4[_0x42a515(0x26e)][_0x42a515(0x35f)](_0x3134a8['childType'],_0x3134a8[_0x42a515(0x5d3)]),_0x2286fa=bn(_0x3f8220,_0x195fb4['viewScale']),_0x4ff343={..._0x3134a8,'event':_0x2286fa,'stage':_0x42a515(0x6c6),'viewportScrollY':_0x195fb4[_0x42a515(0x381)]?_0x195fb4[_0x42a515(0x27b)]['current']:void 0x0};Pn(Nn(_0x3f8220),()=>{const _0x4c9c8a=_0x42a515;var _0x576ef9;return((_0x576ef9=_0x195fb4[_0x4c9c8a(0x32b)])==null?void 0x0:_0x576ef9['call'](_0x195fb4,_0x3f8220))===!0x0;},()=>_0x195fb4[_0x42a515(0x6a8)][_0x42a515(0x249)](_0x4ff343)||(_0x33eec8==null?void 0x0:_0x33eec8[_0x42a515(0x249)](_0x4ff343))===!0x0)&&Gn(_0x3f8220,!0x0);return;}jn(_0x3134a8,_0x3f8220,_0x195fb4[_0x42a515(0x381)])&&(wn(_0x3f8220)||(Cn(_0x3f8220),(((_0x5d3481=_0x195fb4['onHostWheel'])==null?void 0x0:_0x5d3481[_0x42a515(0x538)](_0x195fb4,_0x3f8220,_0x3134a8))===!0x0||On(_0x195fb4[_0x42a515(0x686)],_0x3f8220))&&(_0x195fb4[_0x42a515(0x3f1)](_0x42a515(0x27f)),Gn(_0x3f8220,!0x0))));}},_0x2fe903=()=>_0x195fb4['invalidate']('child-scroll');return _0x195fb4[_0x4a4ef9(0x253)][_0x4a4ef9(0x31b)](_0x4a4ef9(0x440),_0x20d5bc,{'passive':!0x1}),_0x195fb4[_0x4a4ef9(0x5b6)][_0x4a4ef9(0x31b)](_0x4a4ef9(0x440),_0x20d5bc,{'capture':!0x0,'passive':!0x1}),_0x195fb4[_0x4a4ef9(0x686)][_0x4a4ef9(0x31b)](_0x4a4ef9(0x440),_0x21b711,{'capture':!0x0,'passive':!0x1}),_0x195fb4[_0x4a4ef9(0x5b6)][_0x4a4ef9(0x31b)](_0x4a4ef9(0x440),_0x21b711,{'capture':!0x0,'passive':!0x1}),_0x195fb4[_0x4a4ef9(0x5b6)][_0x4a4ef9(0x31b)]('scroll',_0x2fe903,!0x0),(0x0,n[_0x4a4ef9(0x6e6)])(()=>{const _0x5c107d=_0x4a4ef9;_0x195fb4[_0x5c107d(0x253)][_0x5c107d(0x6db)](_0x5c107d(0x440),_0x20d5bc),_0x195fb4[_0x5c107d(0x5b6)][_0x5c107d(0x6db)](_0x5c107d(0x440),_0x20d5bc,{'capture':!0x0}),_0x195fb4[_0x5c107d(0x686)][_0x5c107d(0x6db)]('wheel',_0x21b711,{'capture':!0x0}),_0x195fb4[_0x5c107d(0x5b6)][_0x5c107d(0x6db)](_0x5c107d(0x440),_0x21b711,{'capture':!0x0}),_0x195fb4['liveRoot']['removeEventListener'](_0x5c107d(0x487),_0x2fe903,!0x0);});}function bn(_0x4d0acc,_0x2cea3f){const _0x3dc02b=_0x404806;return typeof _0x2cea3f!='number'||!Number[_0x3dc02b(0x581)](_0x2cea3f)||_0x2cea3f<=0x0||_0x2cea3f===0x1?_0x4d0acc:new WheelEvent(_0x4d0acc['type'],{'altKey':_0x4d0acc[_0x3dc02b(0x407)],'bubbles':_0x4d0acc['bubbles'],'cancelable':_0x4d0acc[_0x3dc02b(0x608)],'clientX':_0x4d0acc[_0x3dc02b(0x2fc)],'clientY':_0x4d0acc['clientY'],'ctrlKey':_0x4d0acc[_0x3dc02b(0x734)],'deltaMode':_0x4d0acc['deltaMode'],'deltaX':_0x4d0acc[_0x3dc02b(0x1bb)]/_0x2cea3f,'deltaY':_0x4d0acc[_0x3dc02b(0x2f7)]/_0x2cea3f,'deltaZ':_0x4d0acc[_0x3dc02b(0x369)]/_0x2cea3f,'metaKey':_0x4d0acc[_0x3dc02b(0x6ca)],'shiftKey':_0x4d0acc[_0x3dc02b(0x1eb)]});}function xn(_0x4d7efa,_0xd0e602){const _0x55de88=_0x404806;let _0x4734e9=new WheelEvent('wheel',{'clientX':_0x4d7efa[_0x55de88(0x2fc)],'clientY':_0x4d7efa[_0x55de88(0x3e5)],'ctrlKey':_0x4d7efa['ctrlKey'],'deltaMode':_0x4d7efa[_0x55de88(0x224)],'deltaX':_0x4d7efa[_0x55de88(0x1bb)],'deltaY':_0x4d7efa[_0x55de88(0x2f7)],'deltaZ':_0x4d7efa[_0x55de88(0x369)],'metaKey':_0x4d7efa[_0x55de88(0x6ca)],'shiftKey':_0x4d7efa[_0x55de88(0x1eb)],..._0xd0e602});return Object['defineProperty'](_0x4734e9,_n,{'configurable':!0x0,'value':_0x4d7efa}),_0x4734e9;}function Sn(_0x180c3e){return!!_0x180c3e&&_0x180c3e[_n]instanceof WheelEvent;}function Cn(_0x5071c4){const _0x5e83a0=_0x404806;Object[_0x5e83a0(0x45a)](_0x5071c4,vn,{'configurable':!0x0,'value':!0x0});}function wn(_0x1cecf9){return!!_0x1cecf9[vn];}function Tn(_0x4c823a,_0x1ce437){const _0x70cdd=_0x404806;let _0x2fc993=Vn(_0x1ce437,_0x4c823a[_0x70cdd(0x2fc)],_0x4c823a[_0x70cdd(0x3e5)])??_0x1ce437,_0x39f752=xn(_0x4c823a,{'bubbles':!0x0,'cancelable':!0x0});return _0x2fc993[_0x70cdd(0xc2)](_0x39f752),_0x39f752['defaultPrevented'];}function En(_0x3811ea,_0x5f0d23){let _0x4f861e=Hn(Vn(_0x5f0d23,_0x3811ea['clientX'],_0x3811ea['clientY'])??_0x5f0d23,_0x5f0d23,_0x3811ea);return _0x4f861e?Dn(_0x3811ea,_0x4f861e):!0x1;}function Dn(_0x167e89,_0x1ca862){const _0x190f06=_0x404806;let _0x54d3ca=Nn(_0x167e89),_0x21bdf3=_0x167e89[_0x190f06(0x1eb)]?0x0:_0x167e89[_0x190f06(0x2f7)],_0x1c5f89=_0x1ca862[_0x190f06(0x14f)],_0x3b1eda=_0x1ca862[_0x190f06(0x69b)];return _0x54d3ca&&(_0x1ca862['scrollLeft']+=_0x54d3ca),_0x21bdf3&&(_0x1ca862[_0x190f06(0x69b)]+=_0x21bdf3),_0x1ca862[_0x190f06(0x14f)]!==_0x1c5f89||_0x1ca862[_0x190f06(0x69b)]!==_0x3b1eda;}function On(_0x5e458d,_0x5c0a20){const _0x2b3a60=_0x404806;let _0xd1ec10=kn(_0x5e458d);if(!_0xd1ec10)return Rn(_0x5e458d['ownerDocument'][_0x2b3a60(0x4fa)],_0x5e458d,_0x5c0a20);if(!Bn(_0xd1ec10))return Rn(_0xd1ec10,_0x5e458d,_0x5c0a20);let _0x4517ff=_0xd1ec10['scrollTop'];return _0xd1ec10[_0x2b3a60(0x69b)]+=_0x5c0a20[_0x2b3a60(0x2f7)],_0xd1ec10[_0x2b3a60(0x69b)]!==_0x4517ff;}function kn(_0x63de11){const _0x15bef4=_0x404806;let _0x396130=_0x63de11[_0x15bef4(0x5eb)];for(;_0x396130&&_0x396130!==document['body']&&_0x396130!==document['documentElement'];){if(_0x396130[_0x15bef4(0x474)]>_0x396130[_0x15bef4(0x4f6)]&&An(_0x396130))return _0x396130;_0x396130=_0x396130[_0x15bef4(0x5eb)];}return null;}function An(_0x15463b){const _0x37ba43=_0x404806;let _0x3492d0=window['getComputedStyle'](_0x15463b);return _0x3492d0[_0x37ba43(0x559)]===_0x37ba43(0x281)||_0x3492d0[_0x37ba43(0x559)]==='scroll'||_0x3492d0[_0x37ba43(0x559)]===_0x37ba43(0x115)||_0x3492d0['overflowY']===_0x37ba43(0x281)||_0x3492d0[_0x37ba43(0x168)]===_0x37ba43(0x487)||_0x3492d0[_0x37ba43(0x168)]===_0x37ba43(0x115);}function jn(_0x40da3b,_0xe1250f,_0x4a5073){const _0x2a4319=_0x404806;var _0x124182;return _0x4a5073||((_0x124182=_0x40da3b[_0x2a4319(0x41a)]['sourceMeta'])==null?void 0x0:_0x124182[_0x2a4319(0x4d6)])===_0x2a4319(0x36f)?Ln(_0xe1250f):gn(_0x40da3b[_0x2a4319(0x5d3)],_0xe1250f);}function Mn(_0x21d6e5,_0x40ce40){const _0xe03d57=_0x404806;return!!_0x21d6e5[_0xe03d57(0x23f)](_0xe03d57(0x630))&&In(_0x40ce40);}function Nn(_0x1eed52){const _0x247ddf=_0x404806;return _0x1eed52['deltaX']||(_0x1eed52[_0x247ddf(0x1eb)]?_0x1eed52[_0x247ddf(0x2f7)]:0x0);}function Pn(_0xe3d3cd,_0x497a29,_0x43e50f){return _0xe3d3cd>0x0?_0x497a29()||_0x43e50f():_0x43e50f()||_0x497a29();}function Fn(_0x36bdc0){return In(_0x36bdc0)||Ln(_0x36bdc0);}function In(_0x10c169){const _0x3b004c=_0x404806;if(_0x10c169[_0x3b004c(0x734)]||_0x10c169[_0x3b004c(0x6ca)])return!0x1;let _0x4a92b0=Nn(_0x10c169),_0x544472=_0x10c169[_0x3b004c(0x1eb)]?0x0:_0x10c169['deltaY'];return Math[_0x3b004c(0x60c)](_0x4a92b0)>Math['abs'](_0x544472);}function Ln(_0x173a17){const _0x7e94=_0x404806;return _0x173a17['shiftKey']||_0x173a17[_0x7e94(0x734)]||_0x173a17[_0x7e94(0x6ca)]?!0x1:Math['abs'](_0x173a17[_0x7e94(0x2f7)])>Math['abs'](_0x173a17[_0x7e94(0x1bb)]);}function Rn(_0x1c3336,_0x5af21a,_0xc7218c){const _0x1f40f1=_0x404806;let _0x3f21f2=Array['from'](_0x1c3336[_0x1f40f1(0x262)](_0x1f40f1(0x24d)))[_0x1f40f1(0x18f)](_0xabf37d=>!_0x5af21a[_0x1f40f1(0x70c)](_0xabf37d));return _0x3f21f2?(_0x3f21f2[_0x1f40f1(0xc2)](xn(_0xc7218c,{'bubbles':!0x0,'cancelable':!0x0,...zn(_0x3f21f2,_0x5af21a,_0xc7218c)})),!0x0):!0x1;}function zn(_0x5f045b,_0x5adcb2,_0x3b2fc4){const _0x1b2479=_0x404806;if(!Un(_0x5adcb2,_0x3b2fc4[_0x1b2479(0x2fc)],_0x3b2fc4[_0x1b2479(0x3e5)]))return{'clientX':_0x3b2fc4[_0x1b2479(0x2fc)],'clientY':_0x3b2fc4[_0x1b2479(0x3e5)]};let _0x2b1444=_0x5f045b[_0x1b2479(0x4c2)](),_0x395d0b=Math[_0x1b2479(0x5f9)](0x18,Math['max'](0x4,Math[_0x1b2479(0x5f9)](_0x2b1444['width'],_0x2b1444[_0x1b2479(0x704)])/0x8)),_0x2d3d00=[{'clientX':_0x2b1444[_0x1b2479(0x1fb)]+_0x395d0b,'clientY':_0x2b1444[_0x1b2479(0xf8)]+_0x395d0b},{'clientX':_0x2b1444['right']-_0x395d0b,'clientY':_0x2b1444[_0x1b2479(0xf8)]+_0x395d0b},{'clientX':_0x2b1444['left']+_0x395d0b,'clientY':_0x2b1444[_0x1b2479(0x317)]-_0x395d0b},{'clientX':_0x2b1444[_0x1b2479(0x120)]-_0x395d0b,'clientY':_0x2b1444[_0x1b2479(0x317)]-_0x395d0b},{'clientX':_0x2b1444[_0x1b2479(0x1fb)]+_0x2b1444[_0x1b2479(0x6e7)]/0x2,'clientY':_0x2b1444[_0x1b2479(0xf8)]+_0x2b1444['height']/0x2}];return _0x2d3d00['find'](_0x1c31d1=>!Un(_0x5adcb2,_0x1c31d1['clientX'],_0x1c31d1[_0x1b2479(0x3e5)]))??_0x2d3d00[0x0];}function Bn(_0x3e7e3e){const _0x51bcbc=_0x404806;let _0x2cdf0d=window[_0x51bcbc(0x552)](_0x3e7e3e);return _0x2cdf0d[_0x51bcbc(0x559)]==='auto'||_0x2cdf0d[_0x51bcbc(0x559)]===_0x51bcbc(0x487)||_0x2cdf0d[_0x51bcbc(0x168)]==='auto'||_0x2cdf0d[_0x51bcbc(0x168)]===_0x51bcbc(0x487);}function Vn(_0x436d30,_0x4f4c16,_0x4f1f37){const _0x6c27e1=_0x404806;if(!Un(_0x436d30,_0x4f4c16,_0x4f1f37))return null;let _0x1f9c32=_0x436d30[_0x6c27e1(0x577)]['elementsFromPoint'];if(typeof _0x1f9c32==_0x6c27e1(0x338)){let _0xfa3e18=_0x1f9c32['call'](_0x436d30[_0x6c27e1(0x577)],_0x4f4c16,_0x4f1f37)[_0x6c27e1(0x18f)](_0x1ecf3e=>_0x1ecf3e instanceof HTMLElement&&_0x436d30[_0x6c27e1(0x70c)](_0x1ecf3e));if(_0xfa3e18)return _0xfa3e18;}let _0x4a5d11=_0x436d30,_0x2dba40=_0x430dee=>{const _0x4c60df=_0x6c27e1;let _0x184ea5=Array[_0x4c60df(0x56b)](_0x430dee[_0x4c60df(0x296)]);for(let _0x564e5f=_0x184ea5[_0x4c60df(0x5a7)]-0x1;_0x564e5f>=0x0;_0x564e5f--){let _0x1f9fba=_0x184ea5[_0x564e5f];if(!(!(_0x1f9fba instanceof HTMLElement)||!Un(_0x1f9fba,_0x4f4c16,_0x4f1f37))){_0x4a5d11=_0x1f9fba,_0x2dba40(_0x1f9fba);return;}}};return _0x2dba40(_0x436d30),_0x4a5d11;}function Hn(_0x231e20,_0x5af70a,_0x18c194){const _0x56e779=_0x404806;let _0x35eed6=Nn(_0x18c194),_0x2795ff=_0x18c194[_0x56e779(0x1eb)]?0x0:_0x18c194[_0x56e779(0x2f7)],_0x47addb=_0x231e20;for(;_0x47addb&&_0x5af70a[_0x56e779(0x70c)](_0x47addb);){if(Wn(_0x47addb,_0x35eed6,_0x2795ff))return _0x47addb;_0x47addb=_0x47addb[_0x56e779(0x5eb)];}return Wn(_0x5af70a,_0x35eed6,_0x2795ff)?_0x5af70a:null;}function Un(_0x15a9d6,_0xf8cdec,_0x183075){const _0x997542=_0x404806;let _0x2a20e5=_0x15a9d6[_0x997542(0x4c2)]();return _0xf8cdec>=_0x2a20e5[_0x997542(0x1fb)]&&_0xf8cdec<=_0x2a20e5['right']&&_0x183075>=_0x2a20e5[_0x997542(0xf8)]&&_0x183075<=_0x2a20e5[_0x997542(0x317)];}function Wn(_0x2d994d,_0x4374bc,_0x31d723){const _0x4ed0c6=_0x404806;let _0x29a7bb=_0x4374bc!==0x0&&_0x2d994d[_0x4ed0c6(0x554)]>_0x2d994d[_0x4ed0c6(0x555)]&&(_0x4374bc<0x0?_0x2d994d[_0x4ed0c6(0x14f)]>0x0:_0x2d994d[_0x4ed0c6(0x14f)]+_0x2d994d['clientWidth']<_0x2d994d[_0x4ed0c6(0x554)]),_0x3589cf=_0x31d723!==0x0&&_0x2d994d['scrollHeight']>_0x2d994d['clientHeight']&&(_0x31d723<0x0?_0x2d994d[_0x4ed0c6(0x69b)]>0x0:_0x2d994d[_0x4ed0c6(0x69b)]+_0x2d994d['clientHeight']<_0x2d994d['scrollHeight']);return _0x29a7bb||_0x3589cf;}function Gn(_0x4b7616,_0x5e1cb2){const _0x401822=_0x404806;_0x4b7616[_0x401822(0xde)](),_0x4b7616[_0x401822(0x235)](),_0x5e1cb2&&_0x4b7616[_0x401822(0x3b9)]();}var Kn=class{constructor(){const _0xdc6a00=_0x404806;V(this,_0xdc6a00(0x24b),new l[(_0xdc6a00(0x59c))]()),V(this,_0xdc6a00(0x1c5),new Map()),V(this,_0xdc6a00(0x722),new Map()),V(this,_0xdc6a00(0x2a4),new Map()),V(this,_0xdc6a00(0x6a2),[]),V(this,_0xdc6a00(0x22a),!0x1),V(this,_0xdc6a00(0x433),null);}['registerProvider'](_0x1c91e7){const _0x3fc3ad=_0x404806;return this[_0x3fc3ad(0x1c5)][_0x3fc3ad(0x37d)](_0x1c91e7[_0x3fc3ad(0x34e)],_0x1c91e7),(0x0,n[_0x3fc3ad(0x6e6)])(()=>{const _0x8325a6=_0x3fc3ad;this[_0x8325a6(0x1c5)][_0x8325a6(0x35f)](_0x1c91e7['childType'])===_0x1c91e7&&this['_providers']['delete'](_0x1c91e7[_0x8325a6(0x34e)]);});}[_0x404806(0xe4)](_0x26953a){const _0x3a74ee=_0x404806;return this[_0x3a74ee(0x1c5)]['get'](_0x26953a);}[_0x404806(0x25b)](_0x2df554){const _0x11872f=_0x404806;return this[_0x11872f(0x722)][_0x11872f(0x35f)](_0x2df554);}[_0x404806(0x52a)](_0x51c0cb){const _0x4e376d=_0x404806;let _0x30b99a=this[_0x4e376d(0x2fa)](_0x51c0cb),_0x5300d0=this['_entriesByKey'][_0x4e376d(0x35f)](_0x30b99a);if(_0x5300d0&&(_0x5300d0[_0x4e376d(0x362)]===_0x4e376d(0x1ac)||_0x5300d0[_0x4e376d(0x362)]==='ready'))return _0x5300d0;let _0xd70ead=this[_0x4e376d(0x722)][_0x4e376d(0x35f)](_0x51c0cb[_0x4e376d(0x41a)][_0x4e376d(0x46d)]),_0x2ff83b={'embedId':_0x51c0cb[_0x4e376d(0x41a)][_0x4e376d(0x46d)],'childUnitId':_0x51c0cb[_0x4e376d(0x106)],'childType':_0x51c0cb[_0x4e376d(0x34e)],'status':_0x4e376d(0x1ac),'width':Math['max'](0x1,Math['round'](_0x51c0cb[_0x4e376d(0x6e7)])),'height':Math['max'](0x1,Math['round'](_0x51c0cb['height'])),'dpr':_0x51c0cb[_0x4e376d(0x1b8)],'viewState':_0x51c0cb[_0x4e376d(0x1f1)]??(_0xd70ead==null?void 0x0:_0xd70ead['viewState']),'revision':((_0xd70ead==null?void 0x0:_0xd70ead['revision'])??0x0)+0x1,'updatedAt':Date[_0x4e376d(0x1be)]()};return this[_0x4e376d(0x2a4)][_0x4e376d(0x37d)](_0x30b99a,_0x2ff83b),this[_0x4e376d(0x722)][_0x4e376d(0x37d)](_0x2ff83b['embedId'],_0x2ff83b),this[_0x4e376d(0x6a2)][_0x4e376d(0x42f)](_0x51c0cb),this[_0x4e376d(0xc3)](),this[_0x4e376d(0x24b)]['next'](_0x2ff83b),_0x2ff83b;}async[_0x404806(0x496)](_0x52dfc4){const _0xcd0cd6=_0x404806;let _0x4b5274=this[_0xcd0cd6(0x1c5)][_0xcd0cd6(0x35f)](_0x52dfc4[_0xcd0cd6(0x34e)]);if(!_0x4b5274)return;let _0x3800c2=await _0x4b5274[_0xcd0cd6(0x496)](_0x52dfc4);return this[_0xcd0cd6(0x428)](_0x52dfc4['embedId'],_0x3800c2),_0x3800c2;}async[_0x404806(0x638)](_0x2308f2,_0x492704){const _0x281943=_0x404806;if(_0x492704==null)return;let _0x49aa12=this['_providers']['get'](_0x2308f2[_0x281943(0x34e)]);await(_0x49aa12==null?void 0x0:_0x49aa12[_0x281943(0x638)](_0x2308f2,_0x492704));}[_0x404806(0x428)](_0x273000,_0x5afee7){const _0xef1799=_0x404806;let _0x476fe8=this[_0xef1799(0x722)][_0xef1799(0x35f)](_0x273000);if(!_0x476fe8){let _0x42b082={'embedId':_0x273000,'childUnitId':'','childType':void 0x0,'status':'stale','width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x5afee7,'revision':0x0,'updatedAt':Date[_0xef1799(0x1be)]()};this[_0xef1799(0x722)][_0xef1799(0x37d)](_0x273000,_0x42b082),this[_0xef1799(0x24b)][_0xef1799(0x511)](_0x42b082);return;}_0x476fe8[_0xef1799(0x1f1)]=_0x5afee7,_0x476fe8[_0xef1799(0x1d7)]=Date['now'](),this[_0xef1799(0x24b)][_0xef1799(0x511)](_0x476fe8);}['markStale'](_0x5c6c0d,_0x1c2b8c){const _0x28b45a=_0x404806;let _0x5a4ce0=this[_0x28b45a(0x722)][_0x28b45a(0x35f)](_0x5c6c0d);_0x5a4ce0&&(_0x5a4ce0[_0x28b45a(0x362)]=_0x28b45a(0x17a),_0x5a4ce0['error']=_0x1c2b8c,_0x5a4ce0['updatedAt']=Date[_0x28b45a(0x1be)](),this[_0x28b45a(0x24b)][_0x28b45a(0x511)](_0x5a4ce0));}['invalidate'](_0x5a3495){const _0x2b7b4f=_0x404806;let _0x1bdfe5=this[_0x2b7b4f(0x722)]['get'](_0x5a3495);this[_0x2b7b4f(0x722)][_0x2b7b4f(0x4d8)](_0x5a3495),_0x1bdfe5&&Array['from'](this[_0x2b7b4f(0x2a4)][_0x2b7b4f(0xaf)]())[_0x2b7b4f(0x72e)](([_0x5c9ec9,_0x152568])=>{const _0xb1f6c2=_0x2b7b4f;_0x152568[_0xb1f6c2(0x46d)]===_0x5a3495&&this['_entriesByKey'][_0xb1f6c2(0x4d8)](_0x5c9ec9);});}[_0x404806(0x2fa)](_0x105f37){const _0x4198cd=_0x404806;return[_0x105f37[_0x4198cd(0x41a)][_0x4198cd(0x46d)],_0x105f37[_0x4198cd(0x106)],_0x105f37['childType'],Math[_0x4198cd(0x282)](0x1,Math[_0x4198cd(0x355)](_0x105f37['width'])),Math[_0x4198cd(0x282)](0x1,Math['round'](_0x105f37[_0x4198cd(0x704)])),_0x105f37[_0x4198cd(0x1b8)]][_0x4198cd(0x582)]('::');}async['flushForTests'](){const _0x1d799c=_0x404806;for(;this['_queue'][_0x1d799c(0x5a7)]>0x0||this[_0x1d799c(0x22a)]||this[_0x1d799c(0x433)];)await(this[_0x1d799c(0x433)]??Promise['resolve']()),await Promise[_0x1d799c(0x621)]();}[_0x404806(0x3f7)](){const _0x22b176=_0x404806;this[_0x22b176(0x1c5)][_0x22b176(0x589)](),this[_0x22b176(0x722)][_0x22b176(0x589)](),this['_entriesByKey']['clear'](),this[_0x22b176(0x6a2)]['length']=0x0,this[_0x22b176(0x24b)]['complete']();}['_drainQueue'](){const _0x502b0e=_0x404806;this[_0x502b0e(0x22a)]||this[_0x502b0e(0x433)]||(this['_activeDrain']=this[_0x502b0e(0x13e)]()[_0x502b0e(0x1b0)](()=>{const _0x7b86d8=_0x502b0e;this[_0x7b86d8(0x433)]=null;}));}async[_0x404806(0x13e)](){const _0xd8376f=_0x404806;if(!this[_0xd8376f(0x22a)]){this[_0xd8376f(0x22a)]=!0x0;try{for(;this[_0xd8376f(0x6a2)][_0xd8376f(0x5a7)]>0x0;)await this[_0xd8376f(0x404)](this[_0xd8376f(0x6a2)][_0xd8376f(0x710)]());}finally{this[_0xd8376f(0x22a)]=!0x1;}}}async[_0x404806(0x404)](_0xd0dce3){const _0x226870=_0x404806;let _0x594c0b=this['getCacheKey'](_0xd0dce3),_0xe8c0a7=this[_0x226870(0x2a4)][_0x226870(0x35f)](_0x594c0b);if(!_0xe8c0a7||_0xe8c0a7['status']!=='pending')return;let _0x3b0333=this['_providers']['get'](_0xd0dce3[_0x226870(0x34e)]),_0x400580=this[_0x226870(0x749)](_0xe8c0a7[_0x226870(0x46d)],_0xe8c0a7);if(!_0x3b0333){let _0x18a54d=_0xd0dce3['context']?et(_0xd0dce3['context']):void 0x0;if(_0x18a54d){_0xe8c0a7['image']=_0x18a54d,_0xe8c0a7['status']=_0x226870(0x3cf),_0xe8c0a7[_0x226870(0x1d7)]=Date['now'](),this[_0x226870(0x722)][_0x226870(0x37d)](_0xe8c0a7[_0x226870(0x46d)],_0xe8c0a7),this['previewUpdated$']['next'](_0xe8c0a7);return;}this['_setRenderFailure'](_0xe8c0a7,_0x400580,Error(_0x226870(0x6dc)+_0xd0dce3[_0x226870(0x34e)]));return;}try{let _0x46e0b2=await _0x3b0333[_0x226870(0x36b)]({..._0xd0dce3,'width':_0xe8c0a7[_0x226870(0x6e7)],'height':_0xe8c0a7[_0x226870(0x704)],'viewState':_0xe8c0a7[_0x226870(0x1f1)]});if(this[_0x226870(0x2a4)][_0x226870(0x35f)](_0x594c0b)!==_0xe8c0a7||_0xe8c0a7['status']!==_0x226870(0x1ac))return;if(!_0x46e0b2){this['_setRenderFailure'](_0xe8c0a7,_0x400580,Error(_0x226870(0x5b4)));return;}_0xe8c0a7[_0x226870(0x733)]=_0x46e0b2,_0xe8c0a7[_0x226870(0x362)]=_0x226870(0x3cf),_0xe8c0a7[_0x226870(0x1d7)]=Date[_0x226870(0x1be)](),this[_0x226870(0x722)]['set'](_0xe8c0a7[_0x226870(0x46d)],_0xe8c0a7),this[_0x226870(0x24b)][_0x226870(0x511)](_0xe8c0a7);}catch(_0x4aa1bd){this[_0x226870(0x3e2)](_0xe8c0a7,_0x400580,_0x4aa1bd);}}['_findPreviousReadyEntry'](_0x3f1356,_0x267e84){const _0xf4b032=_0x404806;let _0x48b20d=this['_entriesByEmbedId']['get'](_0x3f1356);return _0x48b20d&&_0x48b20d!==_0x267e84&&_0x48b20d['image']?_0x48b20d:Array[_0xf4b032(0x56b)](this[_0xf4b032(0x2a4)][_0xf4b032(0x4c9)]())[_0xf4b032(0x5b7)]()[_0xf4b032(0x18f)](_0x326c8f=>_0x326c8f[_0xf4b032(0x46d)]===_0x3f1356&&_0x326c8f!==_0x267e84&&_0x326c8f[_0xf4b032(0x733)]);}[_0x404806(0x3e2)](_0x8ec563,_0xa4f3ed,_0x38317d){const _0x2bbf8b=_0x404806;_0x8ec563[_0x2bbf8b(0x362)]=_0xa4f3ed!=null&&_0xa4f3ed[_0x2bbf8b(0x733)]?_0x2bbf8b(0x17a):'error',_0x8ec563[_0x2bbf8b(0x733)]=_0xa4f3ed==null?void 0x0:_0xa4f3ed[_0x2bbf8b(0x733)],_0x8ec563[_0x2bbf8b(0x1f1)]=_0x8ec563[_0x2bbf8b(0x1f1)]??(_0xa4f3ed==null?void 0x0:_0xa4f3ed[_0x2bbf8b(0x1f1)]),_0x8ec563[_0x2bbf8b(0x66f)]=_0x38317d,_0x8ec563[_0x2bbf8b(0x1d7)]=Date[_0x2bbf8b(0x1be)](),this[_0x2bbf8b(0x722)]['set'](_0x8ec563[_0x2bbf8b(0x46d)],_0x8ec563),this[_0x2bbf8b(0x24b)]['next'](_0x8ec563);}},qn=class{constructor(){const _0x13fb1a=_0x404806;V(this,_0x13fb1a(0x47a),new Map()),V(this,_0x13fb1a(0x156),new l['Subject']()),V(this,'geometryInvalidated$',this[_0x13fb1a(0x156)][_0x13fb1a(0x516)]());}[_0x404806(0x2c0)](_0x3ca93f){const _0x566638=_0x404806;return this[_0x566638(0x47a)][_0x566638(0x37d)](_0x3ca93f[_0x566638(0x46d)],_0x3ca93f),this[_0x566638(0x3f1)]({'embedId':_0x3ca93f[_0x566638(0x46d)],'reason':_0x566638(0x71f)}),(0x0,n['toDisposable'])(()=>{const _0x311d9f=_0x566638;this[_0x311d9f(0x47a)][_0x311d9f(0x35f)](_0x3ca93f[_0x311d9f(0x46d)])===_0x3ca93f&&(this[_0x311d9f(0x47a)]['delete'](_0x3ca93f['embedId']),this[_0x311d9f(0x3f1)]({'embedId':_0x3ca93f[_0x311d9f(0x46d)],'reason':'manual'}));});}['getRegistration'](_0x214765){const _0x2a9a46=_0x404806;return this['_registrations'][_0x2a9a46(0x35f)](_0x214765);}[_0x404806(0x30e)](_0x19e937){const _0x1a652e=_0x404806;return Array[_0x1a652e(0x56b)](this[_0x1a652e(0x47a)][_0x1a652e(0x4c9)]())['find'](_0x393fe4=>_0x393fe4['childUnitId']===_0x19e937);}[_0x404806(0x3f1)](_0x5566be){const _0x3b11f9=_0x404806;this['_geometryInvalidated$'][_0x3b11f9(0x511)](_0x5566be);}};let Jn=class{constructor(_0x16daa5,_0x1f3e30,_0x4c6343,_0x10ccde){const _0x5b9fb1=_0x404806;this[_0x5b9fb1(0x5de)]=_0x16daa5,this[_0x5b9fb1(0x59f)]=_0x1f3e30,this['_hostAdapterRegistry']=_0x4c6343,this['_anchorModelService']=_0x10ccde;}async[_0x404806(0x693)](_0x3d7dad){const _0x3eb296=_0x404806;return this['_materializeService'][_0x3eb296(0x693)](_0x3d7dad);}async[_0x404806(0x240)](_0x49270d){const _0x588152=_0x404806;let _0x3de750=_0x49270d['descriptor'],_0x41b6ad=_0x49270d['hostAnchorRecord']??this[_0x588152(0x2fb)][_0x588152(0x2ab)]({'embedId':_0x3de750[_0x588152(0x46d)],'hostUnitId':_0x3de750[_0x588152(0x1d1)],'hostType':_0x3de750['hostType'],'entry':_0x3de750[_0x588152(0x3fd)],'hostAnchorId':_0x3de750[_0x588152(0x375)],'hostContext':_0x49270d['hostContext'],'descriptor':_0x3de750});return this[_0x588152(0x5de)][_0x588152(0x527)](_0x3de750[_0x588152(0x1d1)],_0x3de750),this[_0x588152(0x35c)][_0x588152(0x435)](_0x41b6ad),this[_0x588152(0x5de)][_0x588152(0x616)](_0x3de750[_0x588152(0x1d1)],_0x3de750['embedId']);}};Jn=Q([Z(0x0,(0x0,n['Inject'])(e[_0x404806(0x4b8)])),Z(0x1,(0x0,n[_0x404806(0xec)])(e[_0x404806(0x416)])),Z(0x2,(0x0,n[_0x404806(0xec)])(e[_0x404806(0xf6)])),Z(0x3,(0x0,n[_0x404806(0xec)])(e[_0x404806(0x160)]))],Jn);function Yn(_0x532e35){const _0xdd2d3=_0x404806;var _0xe52bd3;if(!_0x532e35)return;let _0x57484f=((_0xe52bd3=_0x532e35[_0xdd2d3(0x23f)](_0xdd2d3(0x12e)))==null?void 0x0:_0xe52bd3[_0xdd2d3(0x125)]('data-embed-interaction-boundary-owner'))??void 0x0,_0x2897e7=Xn(_0x532e35,_0x57484f),_0x55eb1=(_0x2897e7==null?void 0x0:_0x2897e7[_0xdd2d3(0x125)](_0xdd2d3(0x15d)))??_0x57484f;if(_0x55eb1)return{'embedId':_0x55eb1,'hostUnitId':(_0x2897e7==null?void 0x0:_0x2897e7[_0xdd2d3(0x125)](_0xdd2d3(0x6e1)))??void 0x0,'childUnitId':(_0x2897e7==null?void 0x0:_0x2897e7['getAttribute'](a['EMBED_CHILD_UNIT_ID_ATTRIBUTE']))??void 0x0,'childType':Qn(_0x2897e7)};}function Xn(_0x129e85,_0x465ec1){const _0xe3e11d=_0x404806;let _0xafe524=_0x129e85==null?void 0x0:_0x129e85['closest'](_0xe3e11d(0x149));if(_0xafe524&&(!_0x465ec1||_0xafe524[_0xe3e11d(0x125)]('data-embed-id')===_0x465ec1))return _0xafe524;let _0x1ac666=(_0x129e85==null?void 0x0:_0x129e85[_0xe3e11d(0x577)])??(typeof document>'u'?void 0x0:document);return!_0x1ac666||!_0x465ec1?_0xafe524??void 0x0:_0x1ac666[_0xe3e11d(0x2b9)](_0xe3e11d(0x187)+Zn(_0x465ec1)+'\x22]')??void 0x0;}function Zn(_0x392a5b){const _0xefaecc=_0x404806;return _0x392a5b[_0xefaecc(0x266)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Qn(_0x3a643a){const _0x35faf1=_0x404806;let _0x5b755f=_0x3a643a==null?void 0x0:_0x3a643a[_0x35faf1(0x125)](_0x35faf1(0x4ef));if(_0x5b755f!=null&&_0x5b755f!=='')return Number(_0x5b755f);}var $n=class{constructor(){const _0x34a598=_0x404806;V(this,_0x34a598(0x50a),new WeakMap()),V(this,'_hostGestureEvents',new WeakSet());}[_0x404806(0x2c0)](_0x4f1195){const _0x19918e=_0x404806;let _0x4cd72e=this[_0x19918e(0x50a)][_0x19918e(0x35f)](_0x4f1195);if(!_0x4cd72e){let _0x891543=_0x4f1195[_0x19918e(0x577)]['defaultView'];if(!_0x891543)return(0x0,n[_0x19918e(0x6e6)])(()=>{});let _0x723c0c=_0x34fa07=>this['_observeWheel'](_0x4f1195,_0x34fa07);_0x891543['addEventListener']('wheel',_0x723c0c,{'capture':!0x0,'passive':!0x0}),_0x4cd72e={'activeUntil':0x0,'dispose':()=>_0x891543[_0x19918e(0x6db)]('wheel',_0x723c0c,{'capture':!0x0}),'refCount':0x0},this[_0x19918e(0x50a)]['set'](_0x4f1195,_0x4cd72e);}let _0x4ccbe0=_0x4cd72e;return _0x4ccbe0[_0x19918e(0x4e0)]+=0x1,(0x0,n[_0x19918e(0x6e6)])(()=>{const _0x138d5b=_0x19918e;--_0x4ccbe0[_0x138d5b(0x4e0)],!(_0x4ccbe0[_0x138d5b(0x4e0)]>0x0||this[_0x138d5b(0x50a)][_0x138d5b(0x35f)](_0x4f1195)!==_0x4ccbe0)&&(_0x4ccbe0['dispose'](),this['_sessions'][_0x138d5b(0x4d8)](_0x4f1195));});}[_0x404806(0x244)](_0x5247b7){const _0x2bfeb1=_0x404806;return this[_0x2bfeb1(0x276)][_0x2bfeb1(0x287)](_0x5247b7);}[_0x404806(0x271)](_0x38f50b,_0x47fec3){const _0x31f4bd=_0x404806;var _0x3b60ad;let _0x128ee7=_0x38f50b[_0x31f4bd(0x577)][_0x31f4bd(0x270)];if(!_0x128ee7)return;let _0x231b56=er(_0x47fec3,_0x128ee7);if(!_0x231b56||!_0x38f50b[_0x31f4bd(0x70c)](_0x231b56))return;let _0x354826=this[_0x31f4bd(0x50a)]['get'](_0x38f50b);if(!_0x354826)return;let _0x35e808=Date[_0x31f4bd(0x1be)](),_0x4b4dba=Xn(_0x231b56);if(!_0x4b4dba||!_0x38f50b[_0x31f4bd(0x70c)](_0x4b4dba)){_0x354826['activeUntil']=_0x35e808+0x1f4;return;}if(((_0x3b60ad=Yn(_0x4b4dba))==null?void 0x0:_0x3b60ad[_0x31f4bd(0x34e)])===n[_0x31f4bd(0x536)]['UNIVER_SLIDE']){_0x354826[_0x31f4bd(0x5e3)]=_0x35e808+0x1f4,this['_hostGestureEvents'][_0x31f4bd(0x1ab)](_0x47fec3);return;}_0x35e808>=_0x354826['activeUntil']||(_0x354826['activeUntil']=_0x35e808+0x1f4,this[_0x31f4bd(0x276)][_0x31f4bd(0x1ab)](_0x47fec3));}};function er(_0x493006,_0x3dd11b){let _0x171fee=_0x493006['target'];return _0x171fee instanceof _0x3dd11b['HTMLElement']?_0x171fee:_0x171fee instanceof _0x3dd11b['Element']||_0x171fee instanceof _0x3dd11b['Node']?_0x171fee['parentElement']:null;}var tr=class{constructor(){const _0x15a1d4=_0x404806;V(this,_0x15a1d4(0x1c5),new Map());}[_0x404806(0x2c0)](_0x2e000e){const _0x2434e4=_0x404806;return this[_0x2434e4(0x1c5)][_0x2434e4(0x37d)](_0x2e000e['childType'],_0x2e000e),(0x0,n['toDisposable'])(()=>{const _0xb51a95=_0x2434e4;this[_0xb51a95(0x1c5)][_0xb51a95(0x35f)](_0x2e000e[_0xb51a95(0x34e)])===_0x2e000e&&this[_0xb51a95(0x1c5)]['delete'](_0x2e000e['childType']);});}[_0x404806(0x35f)](_0x5a49f1,_0x51130f){const _0x4b5bbd=_0x404806;var _0x535b51;let _0x849480=this['_providers'][_0x4b5bbd(0x35f)](_0x5a49f1);if(_0x849480&&!(_0x51130f&&(_0x535b51=_0x849480['supportedLayouts'])!=null&&_0x535b51[_0x4b5bbd(0x5a7)]&&!_0x849480[_0x4b5bbd(0x110)][_0x4b5bbd(0x14c)](_0x51130f)))return _0x849480;}[_0x404806(0x73c)](){const _0x3b8727=_0x404806;return[...this[_0x3b8727(0x1c5)][_0x3b8727(0x4c9)]()];}},nr=class{constructor(){V(this,'_handlers',[]);}['register'](_0x3c236a){const _0x97034b=_0x404806;return this[_0x97034b(0x53d)][_0x97034b(0x42f)](_0x3c236a),this[_0x97034b(0x405)](),(0x0,n[_0x97034b(0x6e6)])(()=>{const _0x243f58=_0x97034b;let _0x460abb=this[_0x243f58(0x53d)][_0x243f58(0x4a6)](_0x3c236a);_0x460abb>=0x0&&this['_handlers'][_0x243f58(0x35b)](_0x460abb,0x1);});}['handleWheel'](_0x3070e9){const _0x328e19=_0x404806;for(let _0x2ebfd5 of this[_0x328e19(0x53d)]){var _0x2dead9;if(_0x2ebfd5[_0x328e19(0x34e)]===_0x3070e9[_0x328e19(0x34e)]&&!(_0x3070e9['layout']&&(_0x2dead9=_0x2ebfd5[_0x328e19(0x110)])!=null&&_0x2dead9[_0x328e19(0x5a7)]&&!_0x2ebfd5['supportedLayouts'][_0x328e19(0x14c)](_0x3070e9[_0x328e19(0x5d3)]))&&_0x2ebfd5[_0x328e19(0x249)](_0x3070e9)===!0x0)return!0x0;}return!0x1;}['list'](){const _0x1afa98=_0x404806;return[...this[_0x1afa98(0x53d)]];}[_0x404806(0x405)](){const _0xb2461f=_0x404806;this[_0xb2461f(0x53d)][_0xb2461f(0x401)]((_0xce0d40,_0x3997f1)=>(_0x3997f1[_0xb2461f(0x61d)]??0x0)-(_0xce0d40['order']??0x0));}};function rr(_0x1e45b7){const _0x33ed87=_0x404806;if(!_0x1e45b7||typeof _0x1e45b7!='object')return;let _0x428b2b=_0x1e45b7;return _0x428b2b[_0x33ed87(0x2d7)]===0x1&&_0x428b2b[_0x33ed87(0x46d)]&&_0x428b2b[_0x33ed87(0x375)]?_0x428b2b:void 0x0;}const ir=new Map();function ar(_0xae354e){const _0xb4d75a=_0x404806;var _0x799c21,_0x439453;let {container:_0x46a772,content:_0x336e38,offset:_0x538fd9}=_0xae354e;if(!_0xae354e['enabled'])return _0x538fd9['current']=0x0,_0x336e38[_0xb4d75a(0x1c2)][_0xb4d75a(0x33f)](_0xb4d75a(0x2f3)),_0x336e38[_0xb4d75a(0x1c2)][_0xb4d75a(0x33f)](_0xb4d75a(0x685)),(0x0,n[_0xb4d75a(0x6e6)])(()=>{});let _0x441cfd=_0x46a772['ownerDocument'][_0xb4d75a(0x270)]??window,_0x1be44f=Nr(_0xae354e[_0xb4d75a(0x38d)],0x1),_0x1a7d9a=!0x1,_0xb62051,_0xaeeb0a=()=>{const _0x3bc378=_0xb4d75a;var _0x52f7f4;if(_0x1a7d9a)return;let _0xacf88a=_0xae354e['getChildContext']();if(!_0xacf88a){_0x538fd9[_0x3bc378(0x10e)]=0x0,_0x336e38['style']['removeProperty'](_0x3bc378(0x2f3)),_0x336e38[_0x3bc378(0x1c2)][_0x3bc378(0x33f)](_0x3bc378(0x685));return;}let _0x489e4c=_0xae354e[_0x3bc378(0xe4)](_0xacf88a);if(!_0x489e4c)return;let _0x2cea81=kn(_0x46a772),_0x82d710=(_0x2cea81==null?void 0x0:_0x2cea81[_0x3bc378(0x4c2)]())??{'height':_0x441cfd[_0x3bc378(0x518)],'top':0x0,'width':_0x441cfd[_0x3bc378(0x5e4)]},_0x36f9bf=_0x46a772[_0x3bc378(0x4c2)](),_0x428a3a=Nr(_0xae354e[_0x3bc378(0x5a0)],_0x36f9bf[_0x3bc378(0x704)]/_0x1be44f),_0x245db5=Math[_0x3bc378(0x5f9)](_0x428a3a,Nr(_0xae354e[_0x3bc378(0x58a)],_0x336e38[_0x3bc378(0x4c2)]()[_0x3bc378(0x704)]/_0x1be44f,_0x82d710[_0x3bc378(0x704)]/_0x1be44f)),_0x349931=cr({'contentHeight':_0x428a3a,'hostOffset':Math[_0x3bc378(0x282)](0x0,(_0x82d710[_0x3bc378(0xf8)]-_0x36f9bf[_0x3bc378(0xf8)])/_0x1be44f),'stickyHeaderHeight':Math[_0x3bc378(0x282)](0x18,((_0x52f7f4=_0x489e4c['getStickyHeaderHeight'])==null?void 0x0:_0x52f7f4[_0x3bc378(0x538)](_0x489e4c,_0xacf88a))??0x0),'viewportHeight':_0x245db5});if(_0x336e38[_0x3bc378(0x1c2)][_0x3bc378(0x2f3)]=_0x349931[_0x3bc378(0x6ea)]===0x0?'':_0x3bc378(0x119)+_0x349931['visualOffset']*_0x1be44f+_0x3bc378(0x36a),_0x336e38[_0x3bc378(0x1c2)][_0x3bc378(0x30a)]=_0x349931[_0x3bc378(0x2c1)]===0x0?'':_0x3bc378(0x6f2)+_0x349931[_0x3bc378(0x2c1)]*_0x1be44f+_0x3bc378(0x1ce),!or(_0xae354e[_0x3bc378(0xd0)][_0x3bc378(0x10e)],_0x3bc378(0x36f))||_0xae354e['syncingHostFromChild']['current'])return;let _0x2402ff=_0x349931[_0x3bc378(0x1c8)]-_0x538fd9['current'];if(Math[_0x3bc378(0x60c)](_0x2402ff)<0.5)return;_0x538fd9[_0x3bc378(0x10e)]=_0x349931[_0x3bc378(0x1c8)],_0xae354e[_0x3bc378(0x3f1)]();let _0x4c7fde=new WheelEvent(_0x3bc378(0x440),{'cancelable':!0x1,'clientX':_0x36f9bf[_0x3bc378(0x1fb)]+Math['min'](_0x36f9bf[_0x3bc378(0x6e7)],_0x82d710['width'])/0x2,'clientY':_0x82d710['top']+_0x245db5*_0x1be44f/0x2,'deltaY':_0x2402ff});_0xae354e[_0x3bc378(0x142)][_0x3bc378(0x10e)]=!0x0;try{_0x489e4c[_0x3bc378(0x249)]({..._0xacf88a,'event':_0x4c7fde,'source':_0x3bc378(0x3bf),'stage':_0xae354e[_0x3bc378(0x162)](),'viewportScrollY':_0x349931[_0x3bc378(0x1c8)]});}finally{_0xae354e[_0x3bc378(0x142)]['current']=!0x1;}},_0x1257db=()=>{const _0x7250d2=_0xb4d75a;_0xaeeb0a(),_0x1a7d9a||(_0xb62051=_0x441cfd[_0x7250d2(0x398)](_0x1257db));},_0x393b26=()=>{const _0xb2dd3c=_0xb4d75a;globalThis[_0xb2dd3c(0xc7)](()=>{_0x1a7d9a||_0xaeeb0a();});},_0x206873=_0xae354e[_0xb4d75a(0x50b)](),_0x250637=_0x206873?_0xae354e['getProvider'](_0x206873):void 0x0,_0x3b4b5b=_0x206873&&(_0x250637==null||(_0x799c21=_0x250637['subscribeVerticalScroll'])==null?void 0x0:_0x799c21['call'](_0x250637,_0x206873,_0x1439db=>{const _0x16a089=_0xb4d75a;var _0x5d380b;if(_0xae354e[_0x16a089(0x142)][_0x16a089(0x10e)]||!or(_0xae354e[_0x16a089(0xd0)][_0x16a089(0x10e)],_0x16a089(0x5ed)))return;let _0x23fc1a=Math[_0x16a089(0x282)](0x0,Nr(_0xae354e[_0x16a089(0x5a0)])-Nr(_0xae354e[_0x16a089(0x58a)])),_0x376985=ur(_0x1439db,0x0,_0x23fc1a),_0x254c62=_0x46a772[_0x16a089(0x4c2)](),_0x36623f=((_0x5d380b=kn(_0x46a772))==null?void 0x0:_0x5d380b[_0x16a089(0x4c2)]()[_0x16a089(0xf8)])??0x0,_0xc37ed7=sr(_0x376985,ur((_0x36623f-_0x254c62['top'])/_0x1be44f,0x0,_0x23fc1a),Math[_0x16a089(0x282)](0x0,(_0x254c62[_0x16a089(0xf8)]-_0x36623f)/_0x1be44f));if(Math['abs'](_0xc37ed7)<0.5)return;let _0x1e6b39=new WheelEvent(_0x16a089(0x440),{'cancelable':!0x1,'clientX':_0x254c62[_0x16a089(0x1fb)]+_0x254c62[_0x16a089(0x6e7)]/0x2,'clientY':_0x254c62[_0x16a089(0xf8)]+Math[_0x16a089(0x5f9)](_0x254c62[_0x16a089(0x704)],(_0xae354e[_0x16a089(0x58a)]??_0x254c62[_0x16a089(0x704)]/_0x1be44f)*_0x1be44f)/0x2,'deltaY':_0xc37ed7*_0x1be44f}),_0x47ed0d=_0x538fd9[_0x16a089(0x10e)],_0x8f4b84=_0x336e38[_0x16a089(0x1c2)][_0x16a089(0x2f3)],_0x4d1fe8=_0x336e38[_0x16a089(0x1c2)][_0x16a089(0x30a)];_0x538fd9[_0x16a089(0x10e)]=_0x376985,_0x336e38[_0x16a089(0x1c2)][_0x16a089(0x2f3)]=_0x376985===0x0?'':'translateY('+_0x376985*_0x1be44f+_0x16a089(0x36a),_0x336e38[_0x16a089(0x1c2)][_0x16a089(0x30a)]='',_0xae354e[_0x16a089(0x165)][_0x16a089(0x10e)]=!0x0;let _0x186647=!0x1;try{var _0x4c2c7a;_0x186647=((_0x4c2c7a=_0xae354e['onHostWheel'])==null?void 0x0:_0x4c2c7a[_0x16a089(0x538)](_0xae354e,_0x1e6b39,_0x206873))===!0x0||On(_0x46a772,_0x1e6b39);}finally{_0xae354e[_0x16a089(0x165)][_0x16a089(0x10e)]=!0x1;}if(!_0x186647){_0x538fd9[_0x16a089(0x10e)]=_0x47ed0d,_0x336e38[_0x16a089(0x1c2)][_0x16a089(0x2f3)]=_0x8f4b84,_0x336e38['style'][_0x16a089(0x30a)]=_0x4d1fe8;return;}_0xae354e['invalidate']();}));_0xb62051=_0x441cfd[_0xb4d75a(0x398)](_0x1257db);let _0x44640f=(_0x439453=_0xae354e[_0xb4d75a(0x675)])==null?void 0x0:_0x439453['subscribe'](_0x393b26);_0x441cfd[_0xb4d75a(0x31b)](_0xb4d75a(0x487),_0xaeeb0a,!0x0),_0x441cfd[_0xb4d75a(0x31b)](_0xb4d75a(0x2b6),_0xaeeb0a);let _0x357f02=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0xaeeb0a);return _0x357f02==null||_0x357f02[_0xb4d75a(0x1bc)](_0x46a772),(0x0,n['toDisposable'])(()=>{const _0x1778cb=_0xb4d75a;_0x1a7d9a=!0x0,_0xb62051!=null&&_0x441cfd[_0x1778cb(0x122)](_0xb62051),_0x3b4b5b==null||_0x3b4b5b[_0x1778cb(0x3f7)](),_0x44640f==null||_0x44640f['unsubscribe'](),_0x357f02==null||_0x357f02[_0x1778cb(0x344)](),_0x441cfd[_0x1778cb(0x6db)]('scroll',_0xaeeb0a,!0x0),_0x441cfd['removeEventListener'](_0x1778cb(0x2b6),_0xaeeb0a),_0x336e38[_0x1778cb(0x1c2)][_0x1778cb(0x33f)](_0x1778cb(0x2f3)),_0x336e38[_0x1778cb(0x1c2)][_0x1778cb(0x33f)]('clip-path');});}function or(_0x353e60,_0x5d1c34){return _0x353e60==null||_0x353e60===_0x5d1c34;}function sr(_0x2abd0f,_0x199618,_0x2d8204){const _0x56fcfe=_0x404806;let _0x4ea00a=_0x2abd0f-_0x199618;return _0x4ea00a+(_0x4ea00a>0x0?Math[_0x56fcfe(0x282)](0x0,_0x2d8204):0x0);}function cr(_0x4aedc4){const _0x1ce2ee=_0x404806;let _0x23cccc=Nr(_0x4aedc4['contentHeight']),_0x497ee4=Math[_0x1ce2ee(0x5f9)](_0x23cccc,Nr(_0x4aedc4[_0x1ce2ee(0x58a)])),_0x1b2e3e=Math[_0x1ce2ee(0x282)](0x0,_0x23cccc-_0x497ee4);if(_0x1b2e3e===0x0)return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x5b4fc6=Math[_0x1ce2ee(0x282)](0x0,_0x4aedc4['hostOffset']),_0x47be67=ur(Nr(_0x4aedc4[_0x1ce2ee(0x669)]),0x1,_0x497ee4),_0x2215cd=Math['max'](_0x1b2e3e,_0x23cccc-_0x47be67),_0x13f223=Math['min'](_0x5b4fc6,_0x2215cd),_0x1adb2f=ur(_0x23cccc-_0x5b4fc6,_0x47be67,_0x497ee4);return{'childOffset':Math['min'](_0x5b4fc6,_0x1b2e3e),'clipBottom':_0x497ee4-_0x1adb2f,'visualOffset':_0x13f223};}function lr(_0x11c96d){const _0x4d602b=_0x404806;let _0x34de0f=Math[_0x4d602b(0x282)](0x1,_0x11c96d['bleedWidth']-_0x11c96d[_0x4d602b(0xbd)]),_0x122f36=Math[_0x4d602b(0x5f9)](_0x11c96d[_0x4d602b(0x4ad)],_0x34de0f);return{'initialWidth':_0x122f36,'maxExpansion':Math[_0x4d602b(0x5f9)](_0x11c96d[_0x4d602b(0xbd)],Math['max'](0x0,_0x11c96d[_0x4d602b(0x4ad)]-_0x122f36))};}function ur(_0x487843,_0xc342d8,_0x28f0d4){const _0x3f084b=_0x404806;return Math[_0x3f084b(0x282)](_0xc342d8,Math[_0x3f084b(0x5f9)](_0x28f0d4,_0x487843));}function dr(_0x503cd7){const _0x4c2d0e=_0x404806;_0x503cd7[_0x4c2d0e(0x1c2)][_0x4c2d0e(0x33f)]('left'),_0x503cd7[_0x4c2d0e(0x1c2)][_0x4c2d0e(0x33f)](_0x4c2d0e(0xf8)),_0x503cd7[_0x4c2d0e(0x1c2)]['removeProperty'](_0x4c2d0e(0x6e7)),_0x503cd7[_0x4c2d0e(0x1c2)]['removeProperty'](_0x4c2d0e(0x704)),_0x503cd7[_0x4c2d0e(0x1c2)][_0x4c2d0e(0x33f)](_0x4c2d0e(0x2f5)),_0x503cd7[_0x4c2d0e(0x1c2)][_0x4c2d0e(0x33f)]('pointer-events');}function fr(_0x16ce1d,_0xe978db){const _0x450637=_0x404806;_0xe978db?ir[_0x450637(0x37d)](_0x16ce1d,_0xe978db):ir[_0x450637(0x4d8)](_0x16ce1d);}function pr(_0xa09e10){const _0x2623ea=_0x404806;var _0x1959dc;let {chrome:_0x51fd64,container:_0xe2b378,geometryService:_0xe584a1,stage:_0xeba346}=_0xa09e10;if(_0xa09e10['deferInactive']&&_0xeba346==='inactive')return _0x51fd64[_0x2623ea(0x1c2)][_0x2623ea(0x2f5)]=_0x2623ea(0x115),_0x51fd64[_0x2623ea(0x1c2)][_0x2623ea(0xcd)]=_0x2623ea(0x620),(0x0,n[_0x2623ea(0x6e6)])(()=>{const _0x3ad2c3=_0x2623ea;_0x51fd64[_0x3ad2c3(0x1c2)][_0x3ad2c3(0x33f)](_0x3ad2c3(0x2f5)),_0x51fd64[_0x3ad2c3(0x1c2)][_0x3ad2c3(0x33f)](_0x3ad2c3(0x6f9));});let _0x5910fd=_0x51fd64[_0x2623ea(0x5eb)],_0x186c06=_0x51fd64[_0x2623ea(0x727)],_0x3c3fd5,_0x19a485,_0x1136ea=0x0,_0x24c63a,_0x11c8ac,_0x364df2,_0x579fdd,_0x1abf73,_0x374d29,_0xd0e639,_0x2f54c8=()=>{const _0x414354=_0x2623ea;let _0x2afb89=Sr(_0xe2b378),_0x33b325=xr(_0xe2b378),_0x224bcd=!Cr(_0xe2b378)&&_0xd0e639!=null&&_0x24c63a===_0x33b325['left']&&_0x364df2===_0x33b325[_0x414354(0x6e7)]&&_0x579fdd===_0x33b325[_0x414354(0x704)];!Cr(_0xe2b378)&&_0xd0e639!=null&&!_0x224bcd&&(_0xd0e639=void 0x0);let _0x3de793=_0x224bcd?new DOMRect(_0x33b325['left'],_0xd0e639,_0x33b325['width'],_0x33b325['height']):_0x33b325,_0x3d2230=!_0x2afb89||_0x3de793[_0x414354(0x704)]>=0x18,_0x152219=_r(_0x2afb89,_0x3d2230,_0x3de793['height']);if(hr(_0xe2b378,_0x51fd64,_0x3d2230,_0xeba346),gr(_0xe2b378,_0x51fd64,_0x152219,_0xeba346),_0x2afb89){let _0x4eba8b=_0xe2b378[_0x414354(0x4c2)]();vr(_0x51fd64,_0x3de793,yr(_0x4eba8b,_0xa09e10[_0x414354(0x1a4)]));}else br(_0x51fd64);_0x51fd64[_0x414354(0x1c2)][_0x414354(0x2f5)]=_0x3d2230?'':_0x414354(0x115),_0x51fd64[_0x414354(0x1c2)][_0x414354(0xcd)]=_0x3d2230&&_0xeba346!==_0x414354(0x169)?'':'none',(_0x3de793[_0x414354(0x1fb)]!==_0x24c63a||_0x3de793[_0x414354(0xf8)]!==_0x11c8ac||_0x3de793[_0x414354(0x6e7)]!==_0x364df2||_0x3de793[_0x414354(0x704)]!==_0x579fdd||_0x3d2230!==_0x1abf73||_0x152219!==_0x374d29)&&(_0x24c63a=_0x3de793['left'],_0x11c8ac=_0x3de793['top'],_0x364df2=_0x3de793[_0x414354(0x6e7)],_0x579fdd=_0x3de793['height'],_0x1abf73=_0x3d2230,_0x374d29=_0x152219,fr(_0xe2b378,{'height':_0x3de793[_0x414354(0x704)],'left':_0x3de793[_0x414354(0x1fb)],'top':_0x3de793['top'],'width':_0x3de793[_0x414354(0x6e7)]}),_0x51fd64[_0x414354(0x1c2)][_0x414354(0x1fb)]=_0x3de793[_0x414354(0x1fb)]+'px',_0x51fd64[_0x414354(0x1c2)][_0x414354(0xf8)]=_0x3de793[_0x414354(0xf8)]+'px',_0x51fd64[_0x414354(0x1c2)]['width']=_0x3de793[_0x414354(0x6e7)]+'px',_0x51fd64['style'][_0x414354(0x704)]=_0x3de793[_0x414354(0x704)]+'px');},_0x2e5df6=()=>{const _0x32537e=_0x2623ea;_0x2f54c8(),_0x3c3fd5=window[_0x32537e(0x398)](_0x2e5df6);},_0xc57cd1=()=>{_0x19a485=void 0x0,_0x2f54c8(),!(_0x1136ea<=0x0)&&(--_0x1136ea,_0x19a485=window['requestAnimationFrame'](_0xc57cd1));},_0x220e48=_0x48343f=>{const _0x577461=_0x2623ea;!Cr(_0xe2b378)&&Er(_0x48343f)&&_0x11c8ac!=null&&(_0xd0e639=_0x11c8ac),Tr(_0xe2b378,_0x48343f,{'height':_0x579fdd,'left':_0x24c63a,'top':_0x11c8ac,'width':_0x364df2})&&(_0xe584a1[_0x577461(0x3f1)]({'embedId':_0xa09e10[_0x577461(0x46d)],'reason':_0x577461(0x440)}),_0x1136ea=Math['max'](_0x1136ea,0x3),_0x19a485??=window[_0x577461(0x398)](_0xc57cd1));},_0x143d42=()=>{const _0x1eb5b7=_0x2623ea;_0xd0e639=void 0x0,_0xe584a1[_0x1eb5b7(0x3f1)]({'embedId':_0xa09e10[_0x1eb5b7(0x46d)],'reason':'host-scroll'}),_0x1136ea=Math[_0x1eb5b7(0x282)](_0x1136ea,0x2),_0x19a485??=window['requestAnimationFrame'](_0xc57cd1);},_0x374289=()=>{_0xd0e639=void 0x0;};_0x2f54c8(),document[_0x2623ea(0x4fa)][_0x2623ea(0x1a1)](_0x51fd64);let _0x390fbd=new ResizeObserver(_0x2f54c8);_0x390fbd[_0x2623ea(0x1bc)](_0xe2b378);let _0x14ec9e=(_0x1959dc=_0xa09e10['hostLayout$'])==null?void 0x0:_0x1959dc[_0x2623ea(0x3db)](_0x143d42);return window[_0x2623ea(0x31b)](_0x2623ea(0x263),_0x374289,!0x0),window[_0x2623ea(0x31b)]('scroll',_0x220e48,!0x0),window[_0x2623ea(0x31b)]('wheel',_0x220e48,!0x0),window[_0x2623ea(0x31b)](_0x2623ea(0x2b6),_0x220e48),(_0xeba346!=='inactive'||Cr(_0xe2b378))&&(_0x3c3fd5=window[_0x2623ea(0x398)](_0x2e5df6)),(0x0,n[_0x2623ea(0x6e6)])(()=>{const _0x1ca831=_0x2623ea;_0x3c3fd5!=null&&window[_0x1ca831(0x122)](_0x3c3fd5),_0x19a485!=null&&window[_0x1ca831(0x122)](_0x19a485),_0x14ec9e==null||_0x14ec9e[_0x1ca831(0x12a)](),_0x390fbd['disconnect'](),window[_0x1ca831(0x6db)]('pointerdown',_0x374289,!0x0),window[_0x1ca831(0x6db)](_0x1ca831(0x487),_0x220e48,!0x0),window['removeEventListener'](_0x1ca831(0x440),_0x220e48,!0x0),window[_0x1ca831(0x6db)]('resize',_0x220e48),fr(_0xe2b378),dr(_0x51fd64),hr(_0xe2b378,_0x51fd64,!0x0,_0x1ca831(0x6c6)),gr(_0xe2b378,_0x51fd64,!0x0,_0x1ca831(0x6c6)),_0x5910fd!=null&&_0x5910fd[_0x1ca831(0x3d5)]?_0x5910fd[_0x1ca831(0x718)](_0x51fd64,_0x186c06):_0x51fd64[_0x1ca831(0x2d1)]();});}function mr(_0x4a3475,_0x35a8c6){const _0x2c4338=_0x404806;var _0x55bec8,_0x438eb9,_0x597294;let _0x44b537=_0x4a3475['dataset']['embedId'],_0x3e4cb5=_0x4a3475['ownerDocument'],_0x19fabb=Sr(_0x4a3475)?[xr(_0x4a3475)]:[_0x4a3475[_0x2c4338(0x4c2)](),(_0x55bec8=_0x4a3475['querySelector'](_0x2c4338(0x141)))==null?void 0x0:_0x55bec8[_0x2c4338(0x4c2)]()],_0x343b9e=_0x3e4cb5[_0x2c4338(0x2b9)](_0x2c4338(0x580)+_0x44b537+'\x22]'),_0x1a8d32=[_0x343b9e==null||(_0x438eb9=_0x343b9e[_0x2c4338(0x2b9)](_0x2c4338(0x4a9)))==null?void 0x0:_0x438eb9['getBoundingClientRect'](),_0x343b9e==null||(_0x597294=_0x343b9e[_0x2c4338(0x2b9)]('[data-embed-float-fullscreen-button]'))==null?void 0x0:_0x597294[_0x2c4338(0x4c2)]()],_0x434078=Array[_0x2c4338(0x56b)](_0x3e4cb5['querySelectorAll'](_0x2c4338(0x674)))['filter'](_0x1c8bff=>_0x1c8bff[_0x2c4338(0x6a4)]['embedId']===_0x44b537)[_0x2c4338(0x26b)](_0x9a6192=>_0x9a6192[_0x2c4338(0x4c2)]());return[..._0x19fabb,..._0x1a8d32,..._0x434078][_0x2c4338(0x3d1)](_0x3fa87c=>!!_0x3fa87c&&_0x3fa87c[_0x2c4338(0x6e7)]>0x0&&_0x3fa87c['height']>0x0)[_0x2c4338(0x5c0)](_0x565d48=>jr(_0x565d48,_0x35a8c6[_0x2c4338(0x2fc)],_0x35a8c6[_0x2c4338(0x3e5)]));}function hr(_0x22d2fd,_0x1edb4e,_0x185da2,_0x4f365a){const _0x3631db=_0x404806;let _0x498faa=_0x185da2?'':'none',_0x2cd65f=_0x22d2fd[_0x3631db(0x2b9)]('[data-u-comp=\x22embed-float-dom-content\x22]'),_0x4006ba=_0x22d2fd[_0x3631db(0x2b9)](_0x3631db(0x6fe)),_0x3cd6ab=_0x22d2fd[_0x3631db(0x2b9)](_0x3631db(0x361)),_0x2a86cb=_0x22d2fd[_0x3631db(0x2b9)](_0x3631db(0x6f8)),_0x3d07cc=_0x22d2fd['querySelector'](_0x3631db(0x70d)),_0x1692fa=_0x1edb4e==null?void 0x0:_0x1edb4e[_0x3631db(0x2b9)](_0x3631db(0x3e9)),_0x5a81f3=_0x1edb4e==null?void 0x0:_0x1edb4e[_0x3631db(0x2b9)]('[data-embed-popup-root]');if(_0x1692fa==null||_0x1692fa[_0x3631db(0x1c2)][_0x3631db(0x366)](_0x3631db(0x6f9),'none'),_0x5a81f3==null||_0x5a81f3[_0x3631db(0x1c2)]['setProperty'](_0x3631db(0x6f9),_0x3631db(0x620)),Sr(_0x22d2fd)){_0x22d2fd[_0x3631db(0x1c2)]['setProperty'](_0x3631db(0x6f9),_0x3631db(0x620)),_0x2cd65f==null||_0x2cd65f['style'][_0x3631db(0x366)](_0x3631db(0x6f9),'none'),_0x4006ba==null||_0x4006ba['style'][_0x3631db(0x366)]('pointer-events',_0x3631db(0x620)),_0x3cd6ab==null||_0x3cd6ab[_0x3631db(0x1c2)]['setProperty'](_0x3631db(0x6f9),_0x185da2?_0x3631db(0x281):_0x3631db(0x620)),_0x2a86cb==null||_0x2a86cb[_0x3631db(0x1c2)][_0x3631db(0x366)](_0x3631db(0x6f9),'none'),_0x3d07cc==null||_0x3d07cc[_0x3631db(0x1c2)][_0x3631db(0x366)](_0x3631db(0x6f9),_0x3631db(0x620));return;}_0x22d2fd[_0x3631db(0x1c2)]['removeProperty']('pointer-events'),_0x2cd65f==null||_0x2cd65f['style']['removeProperty']('pointer-events'),_0x4006ba==null||_0x4006ba[_0x3631db(0x1c2)][_0x3631db(0x366)]('pointer-events',_0x498faa),_0x3cd6ab==null||_0x3cd6ab[_0x3631db(0x1c2)][_0x3631db(0x33f)](_0x3631db(0x6f9)),_0x2a86cb==null||_0x2a86cb[_0x3631db(0x1c2)][_0x3631db(0x33f)]('pointer-events'),_0x3d07cc==null||_0x3d07cc['style'][_0x3631db(0x366)](_0x3631db(0x6f9),_0x498faa);}function gr(_0x3bc44e,_0x341d46,_0x566663,_0x2b3ebb){const _0x1d87dc=_0x404806;let _0x22beb5=_0x566663&&_0x2b3ebb!=='stage2',_0x257895=_0x3bc44e['querySelector'](_0x1d87dc(0x2c3))??(_0x341d46==null?void 0x0:_0x341d46[_0x1d87dc(0x2b9)](_0x1d87dc(0x2c3))),_0x119089=[_0x341d46==null?void 0x0:_0x341d46['querySelector'](_0x1d87dc(0x3e9)),_0x341d46==null?void 0x0:_0x341d46[_0x1d87dc(0x2b9)](_0x1d87dc(0x431))];_0x257895==null||_0x257895[_0x1d87dc(0x1c2)]['setProperty'](_0x1d87dc(0x2f5),_0x22beb5?'':_0x1d87dc(0x115)),_0x257895==null||_0x257895[_0x1d87dc(0x1c2)][_0x1d87dc(0x366)](_0x1d87dc(0x6f9),_0x22beb5?'':'none'),_0x119089['forEach'](_0x18e136=>{const _0x488836=_0x1d87dc;_0x18e136==null||_0x18e136['style']['setProperty'](_0x488836(0x2f5),_0x566663&&_0x2b3ebb===_0x488836(0x6c6)?'':_0x488836(0x115)),_0x18e136==null||_0x18e136[_0x488836(0x1c2)]['setProperty']('pointer-events',_0x488836(0x620)),_0x2b3ebb!=='stage2'&&(_0x18e136==null||_0x18e136['removeAttribute'](_0x488836(0x3ae)),_0x18e136==null||_0x18e136[_0x488836(0x262)](_0x488836(0x2cf))[_0x488836(0x72e)](_0x41d834=>{const _0x8b14e1=_0x488836;_0x41d834[_0x8b14e1(0x633)]('data-embed-runtime-focus-role');}));});}function _r(_0x43f7ba,_0x1e3f92,_0x47f23c){return _0x43f7ba?_0x1e3f92:_0x47f23c>=0x28;}function vr(_0x1cd4d3,_0x2ddf37,_0x1f68d2){const _0x143ec1=_0x404806;let _0x47c967=_0x1f68d2[_0x143ec1(0x1fb)]-_0x2ddf37['left'],_0x582c3a=_0x1f68d2[_0x143ec1(0x6e7)];_0x1cd4d3[_0x143ec1(0x262)](_0x143ec1(0x4a9))[_0x143ec1(0x72e)](_0x4f2950=>{const _0x2f50db=_0x143ec1;var _0x3cba90;let _0x19b11f=(_0x3cba90=_0x4f2950[_0x2f50db(0x23f)](_0x2f50db(0x73e)))==null?void 0x0:_0x3cba90[_0x2f50db(0x6a4)][_0x2f50db(0x5e5)],_0x3a902=_0x4f2950['dataset'][_0x2f50db(0x461)]===_0x2f50db(0x389),_0x2420cf=_0x4f2950[_0x2f50db(0x6a4)][_0x2f50db(0x461)]===_0x2f50db(0x667);_0x19b11f===_0x2f50db(0x43e)?(_0x4f2950['style'][_0x2f50db(0xf8)]=_0x3a902?_0x2f50db(0x6d5):'-52px',_0x3a902?(_0x4f2950[_0x2f50db(0x1c2)][_0x2f50db(0x366)]('left',_0x47c967+'px',_0x2f50db(0x26c)),_0x4f2950[_0x2f50db(0x1c2)][_0x2f50db(0x366)](_0x2f50db(0x120),'auto',_0x2f50db(0x26c)),_0x4f2950[_0x2f50db(0x1c2)][_0x2f50db(0x366)](_0x2f50db(0x6e7),_0x582c3a+'px',_0x2f50db(0x26c))):_0x2420cf&&(_0x4f2950['style'][_0x2f50db(0x366)](_0x2f50db(0x1fb),_0x47c967+_0x582c3a/0x2+'px','important'),_0x4f2950[_0x2f50db(0x1c2)][_0x2f50db(0x366)](_0x2f50db(0x612),_0x582c3a+'px'))):(_0x3a902||_0x2420cf)&&(_0x4f2950[_0x2f50db(0x1c2)][_0x2f50db(0xf8)]=_0x2f50db(0x306));});}function yr(_0x5497b8,_0x12696f){const _0x208b05=_0x404806;if(!_0x12696f)return _0x5497b8;let _0x3b07cb=Math[_0x208b05(0x5f9)](_0x12696f['contentWidth'],_0x12696f[_0x208b05(0x61b)]);if(_0x3b07cb<=0x0||_0x5497b8[_0x208b05(0x6e7)]<=0x0)return _0x5497b8;let _0x4ae95d=_0x5497b8[_0x208b05(0x6e7)]/_0x3b07cb;return new DOMRect(_0x5497b8['left'],_0x5497b8[_0x208b05(0xf8)],_0x12696f['pageContentWidth']*_0x4ae95d,_0x5497b8[_0x208b05(0x704)]);}function br(_0x54bf46){const _0x4344d2=_0x404806;_0x54bf46[_0x4344d2(0x262)]('[data-embed-floating-menu=\x22true\x22]')[_0x4344d2(0x72e)](_0x4da20d=>{const _0x5b4cfd=_0x4344d2;var _0x59601b;_0x4da20d[_0x5b4cfd(0x1c2)][_0x5b4cfd(0x33f)](_0x5b4cfd(0x1fb)),_0x4da20d['style'][_0x5b4cfd(0x33f)](_0x5b4cfd(0xf8)),_0x4da20d[_0x5b4cfd(0x1c2)][_0x5b4cfd(0x33f)](_0x5b4cfd(0x6e7)),_0x4da20d[_0x5b4cfd(0x1c2)][_0x5b4cfd(0x33f)]('right'),_0x4da20d[_0x5b4cfd(0x1c2)]['removeProperty']('max-width'),(_0x59601b=_0x4da20d[_0x5b4cfd(0x2b9)](_0x5b4cfd(0x38f)))==null||_0x59601b[_0x5b4cfd(0x1c2)][_0x5b4cfd(0x33f)]('margin-left');});}function xr(_0x83d6c6){const _0x2a9661=_0x404806;let _0x56a66e=Cr(_0x83d6c6)?_0x83d6c6['querySelector']('[data-u-comp=\x22embed-float-dom-content\x22]'):null,_0x256915=_0x56a66e==null?void 0x0:_0x56a66e[_0x2a9661(0x4c2)](),_0x99f72f=_0x83d6c6[_0x2a9661(0x4c2)]();return Dr(_0x256915&&_0x256915[_0x2a9661(0x6e7)]>0x0&&_0x256915[_0x2a9661(0x704)]>0x0?Sr(_0x83d6c6)?Or(_0x256915,_0x99f72f['bottom']):_0x256915:_0x99f72f,_0x83d6c6);}function Sr(_0x794f01){const _0x543bd5=_0x404806;return!!_0x794f01[_0x543bd5(0x23f)]('[data-embed-docs-custom-block-sheet-like=\x22true\x22]');}function Cr(_0x364a06){const _0x450e25=_0x404806;return Sr(_0x364a06)||!!_0x364a06[_0x450e25(0x23f)](_0x450e25(0x22b));}function wr(_0x464cbc,_0x3f4a4c,_0x1114d7,_0xcba0da){const _0x393ae2=_0x404806;_0xcba0da[_0x393ae2(0x10e)][_0x393ae2(0x72e)](_0x4ddfab=>window[_0x393ae2(0x122)](_0x4ddfab)),_0xcba0da[_0x393ae2(0x10e)]=[],_0x464cbc[_0x393ae2(0x3f1)]({'embedId':_0x3f4a4c,'reason':_0x1114d7});let _0x196cdf=_0x432cb5=>{const _0x532251=_0x393ae2;let _0x41bd82=window['requestAnimationFrame'](()=>{const _0x79b64=_0x159c;_0xcba0da[_0x79b64(0x10e)]=_0xcba0da[_0x79b64(0x10e)]['filter'](_0x23acdd=>_0x23acdd!==_0x41bd82),_0x464cbc[_0x79b64(0x3f1)]({'embedId':_0x3f4a4c,'reason':_0x1114d7}),_0x432cb5>0x1&&_0x196cdf(_0x432cb5-0x1);});_0xcba0da['current'][_0x532251(0x42f)](_0x41bd82);};_0x196cdf(0x2);}function Tr(_0x12bea8,_0x47fa15,_0x554ccd){const _0x5111f1=_0x404806;if(Sn(_0x47fa15))return!0x1;let _0x5354ec=_0x47fa15==null?void 0x0:_0x47fa15[_0x5111f1(0x2c2)];return!(_0x5354ec instanceof Node&&_0x12bea8[_0x5111f1(0x70c)](_0x5354ec)||_0x5354ec instanceof HTMLElement&&_0x5354ec[_0x5111f1(0x23f)](_0x5111f1(0x149))||_0x47fa15 instanceof WheelEvent&&([...ir[_0x5111f1(0x4c9)]()][_0x5111f1(0x5c0)](_0x502e34=>Mr(_0x502e34,_0x47fa15))||Mr(_0x554ccd,_0x47fa15)));}function Er(_0x337745){const _0x5ebd9b=_0x404806;return _0x337745 instanceof WheelEvent?Math[_0x5ebd9b(0x60c)](_0x337745[_0x5ebd9b(0x2f7)])>=Math[_0x5ebd9b(0x60c)](_0x337745['deltaX']):(_0x337745==null?void 0x0:_0x337745[_0x5ebd9b(0x225)])===_0x5ebd9b(0x487);}function Dr(_0x4ab8ec,_0x344fe0){const _0x1c74c1=_0x404806;let _0x1f178e=kr(_0x344fe0,_0x4ab8ec);if(!_0x1f178e&&_0x4ab8ec[_0x1c74c1(0xf8)]>=0x0&&_0x4ab8ec[_0x1c74c1(0x1fb)]>=0x0)return _0x4ab8ec;let _0x13c3c1=(_0x1f178e==null?void 0x0:_0x1f178e[_0x1c74c1(0x4c2)]())??new DOMRect(0x0,0x0,window[_0x1c74c1(0x5e4)],window[_0x1c74c1(0x518)]),_0x1b0689=Math['max'](_0x4ab8ec[_0x1c74c1(0x1fb)],_0x13c3c1[_0x1c74c1(0x1fb)]),_0x360e6d=Math[_0x1c74c1(0x282)](_0x4ab8ec[_0x1c74c1(0xf8)],_0x13c3c1['top']),_0x45b3e3=Math['min'](_0x4ab8ec[_0x1c74c1(0x120)],_0x13c3c1['right']),_0x4613fd=Math[_0x1c74c1(0x5f9)](_0x4ab8ec[_0x1c74c1(0x317)],_0x13c3c1[_0x1c74c1(0x317)]);return _0x45b3e3<=_0x1b0689||_0x4613fd<=_0x360e6d?new DOMRect(_0x1b0689,_0x360e6d,0x0,0x0):new DOMRect(_0x1b0689,_0x360e6d,_0x45b3e3-_0x1b0689,_0x4613fd-_0x360e6d);}function Or(_0x352d26,_0x10818b){const _0x54f5e9=_0x404806;let _0x4c32ed=Math[_0x54f5e9(0x5f9)](_0x352d26[_0x54f5e9(0x317)],_0x10818b);return _0x4c32ed<=_0x352d26['top']?new DOMRect(_0x352d26[_0x54f5e9(0x1fb)],_0x352d26['top'],0x0,0x0):new DOMRect(_0x352d26['left'],_0x352d26[_0x54f5e9(0xf8)],_0x352d26[_0x54f5e9(0x6e7)],_0x4c32ed-_0x352d26[_0x54f5e9(0xf8)]);}function kr(_0xcf8660,_0x17d57e){const _0x30ba74=_0x404806;let _0x3ad131=_0xcf8660[_0x30ba74(0x5eb)];for(;_0x3ad131&&_0x3ad131!==document['body']&&_0x3ad131!==document[_0x30ba74(0x12d)];){if(An(_0x3ad131)&&!Ar(_0x3ad131,_0x17d57e))return _0x3ad131;_0x3ad131=_0x3ad131[_0x30ba74(0x5eb)];}return null;}function Ar(_0x45167d,_0x208e10){const _0x52956d=_0x404806;let _0x87496=_0x45167d[_0x52956d(0x4c2)]();return _0x87496['width']<=0x0||_0x87496[_0x52956d(0x704)]<=0x0||Math[_0x52956d(0x60c)](_0x87496[_0x52956d(0x1fb)]-_0x208e10[_0x52956d(0x1fb)])<0x1&&Math['abs'](_0x87496[_0x52956d(0xf8)]-_0x208e10[_0x52956d(0xf8)])<0x1&&Math[_0x52956d(0x60c)](_0x87496['width']-_0x208e10['width'])<0x1&&Math['abs'](_0x87496[_0x52956d(0x704)]-_0x208e10[_0x52956d(0x704)])<0x1;}function jr(_0x45af7a,_0x138c68,_0x3faa37){const _0x101297=_0x404806;return _0x138c68>=_0x45af7a[_0x101297(0x1fb)]&&_0x138c68<=_0x45af7a[_0x101297(0x120)]&&_0x3faa37>=_0x45af7a[_0x101297(0xf8)]&&_0x3faa37<=_0x45af7a[_0x101297(0x317)];}function Mr(_0x313675,_0x4205d1){const _0x265f2a=_0x404806;let {height:_0x2730f5,left:_0x4d5ba1,top:_0x2850db,width:_0x26141b}=_0x313675;return Number[_0x265f2a(0x581)](_0x4d5ba1)&&Number[_0x265f2a(0x581)](_0x2850db)&&Number['isFinite'](_0x26141b)&&Number[_0x265f2a(0x581)](_0x2730f5)&&(_0x26141b??0x0)>0x0&&(_0x2730f5??0x0)>0x0&&_0x4205d1[_0x265f2a(0x2fc)]>=_0x4d5ba1&&_0x4205d1[_0x265f2a(0x2fc)]<=_0x4d5ba1+_0x26141b&&_0x4205d1[_0x265f2a(0x3e5)]>=_0x2850db&&_0x4205d1[_0x265f2a(0x3e5)]<=_0x2850db+_0x2730f5;}function Nr(..._0x1b398d){const _0x4be808=_0x404806;return Math[_0x4be808(0x282)](0x1,_0x1b398d[_0x4be808(0x18f)](_0xe6f838=>typeof _0xe6f838==_0x4be808(0x670)&&Number[_0x4be808(0x581)](_0xe6f838)&&_0xe6f838>0x0)??0x1);}const Pr=_0x404806(0x21d);function Fr(..._0x116da8){const _0x4ca6ee=_0x404806;return _0x116da8[_0x4ca6ee(0x3d1)](_0x45921f=>!!_0x45921f&&_0x45921f[_0x4ca6ee(0x3d5)]);}function Ir(_0x1fbf40,_0x4b5256){const _0x562390=_0x404806;if(_0x4b5256 instanceof HTMLCanvasElement&&_0x1fbf40['some'](_0x2e5bd6=>_0x2e5bd6['contains'](_0x4b5256)))return _0x4b5256;for(let _0x17bccc of _0x1fbf40){let _0x25706e=_0x17bccc[_0x562390(0x2b9)]('canvas');if(_0x25706e)return _0x25706e;}return null;}function Lr(_0x139b05,_0x5c4c8d=!0x1){const _0xf2dc6f=_0x404806;return _0x139b05!==n[_0xf2dc6f(0x536)]['UNIVER_SHEET']&&_0x139b05!==n[_0xf2dc6f(0x536)][_0xf2dc6f(0x15e)]&&(_0x5c4c8d||_0x139b05!==n[_0xf2dc6f(0x536)][_0xf2dc6f(0x517)]);}function Rr(_0x1f17d6){const _0x3979e6=_0x404806;let _0x387209=zr(_0x1f17d6);return _0x387209==='child-editor'||_0x387209===_0x3979e6(0x1dc)||_0x387209===_0x3979e6(0x12f);}function zr(_0x169f47){const _0x3d9a3d=_0x404806;var _0x17fdaa;if(!(_0x169f47 instanceof HTMLElement))return;let _0x294419=(_0x17fdaa=_0x169f47[_0x3d9a3d(0x23f)](_0x3d9a3d(0x2cf)))==null?void 0x0:_0x17fdaa[_0x3d9a3d(0x125)](G);return qr(_0x294419)?_0x294419:void 0x0;}function Br(_0x11865a,_0x92ad56,_0x2df577,_0x1fe50c,_0x9f6bba){const _0x1737e8=_0x404806;if(_0x9f6bba!==_0x1737e8(0x6c6)||!_0x2df577||!_0x1fe50c)return;let _0x40d99d=new Map(),_0x3d54c4=()=>{const _0x57bc46=_0x1737e8;let _0x4265bf=new Set([_0x1fe50c,..._0x92ad56[_0x57bc46(0x598)](_0x2df577)]);_0x40d99d[_0x57bc46(0x72e)]((_0x39849a,_0x23232c)=>{const _0x2ac066=_0x57bc46;_0x4265bf[_0x2ac066(0x287)](_0x23232c)||(_0x39849a['dispose'](),_0x40d99d[_0x2ac066(0x4d8)](_0x23232c));}),_0x4265bf[_0x57bc46(0x72e)](_0x586f45=>{const _0x53b0d=_0x57bc46;_0x40d99d[_0x53b0d(0x287)](_0x586f45)||_0x11865a[_0x53b0d(0x23c)](_0x586f45)||_0x40d99d[_0x53b0d(0x37d)](_0x586f45,_0x11865a['registerContainerElement'](_0x586f45));});};_0x3d54c4();let _0x2e5408=_0x92ad56[_0x1737e8(0x4cc)][_0x1737e8(0x3db)](_0x3d54c4);return(0x0,n['toDisposable'])(()=>{const _0xb3a98f=_0x1737e8;_0x2e5408['unsubscribe'](),_0x40d99d['forEach'](_0x5e80ba=>_0x5e80ba[_0xb3a98f(0x3f7)]()),_0x40d99d[_0xb3a98f(0x589)]();});}function Vr(_0x53ee60){const _0x183d7b=_0x404806;let _0x1bd828=_0x4fd783=>{const _0x5abcc9=_0x159c;var _0x168276,_0x21765d;let _0x654bf5=_0x4fd783[_0x5abcc9(0x2c2)],_0x277fc4=((_0x168276=_0x53ee60[_0x5abcc9(0x464)])==null?void 0x0:_0x168276[_0x5abcc9(0x538)](_0x53ee60,_0x4fd783))??!0x1;if(_0x53ee60['floatingActiveService']['getStage'](_0x53ee60[_0x5abcc9(0x46d)])===_0x5abcc9(0x169))return;_0x277fc4&&(_0x53ee60[_0x5abcc9(0x673)][_0x5abcc9(0x10e)]=Date[_0x5abcc9(0x1be)]()+_0x53ee60[_0x5abcc9(0x576)]);let _0x51624e=_0x53ee60[_0x5abcc9(0x6c5)][_0x5abcc9(0x55d)](_0x53ee60[_0x5abcc9(0x46d)],_0x654bf5,_0x4fd783)||_0x53ee60[_0x5abcc9(0x4f9)]['contains'](_0x53ee60[_0x5abcc9(0x46d)],_0x654bf5,_0x4fd783);_0x51624e&&(_0x53ee60[_0x5abcc9(0x4cd)]['current']=Date[_0x5abcc9(0x1be)]()+_0x53ee60[_0x5abcc9(0x576)]),!(!_0x654bf5||_0x53ee60[_0x5abcc9(0x686)][_0x5abcc9(0x70c)](_0x654bf5)||(_0x21765d=_0x53ee60[_0x5abcc9(0x6bc)])!=null&&_0x21765d[_0x5abcc9(0x70c)](_0x654bf5)||_0x654bf5[_0x5abcc9(0x23f)](_0x5abcc9(0x4d1))||_0x51624e||_0x277fc4||mr(_0x53ee60[_0x5abcc9(0x686)],_0x4fd783))&&_0x53ee60[_0x5abcc9(0x5be)]['clearFloating'](_0x53ee60[_0x5abcc9(0x46d)],_0x53ee60[_0x5abcc9(0x1d1)]);},_0x47cb08=_0x393ed1=>{const _0x14eac9=_0x159c;var _0x5a11e2;let _0x3f6298=_0x393ed1['target'],_0x5d5b9a=_0x53ee60[_0x14eac9(0x686)][_0x14eac9(0x577)]??(_0x3f6298==null?void 0x0:_0x3f6298[_0x14eac9(0x577)]),_0x433e9f=_0x53ee60['focusCoordinator'][_0x14eac9(0x573)](_0x53ee60[_0x14eac9(0x46d)],{'ignoreOwners':_0x53ee60[_0x14eac9(0x57c)]});_0x53ee60[_0x14eac9(0x709)][_0x14eac9(0x162)](_0x53ee60[_0x14eac9(0x46d)])!==_0x14eac9(0x169)&&(!_0x3f6298||_0x433e9f||Date[_0x14eac9(0x1be)]()<_0x53ee60[_0x14eac9(0x4cd)][_0x14eac9(0x10e)]||Date['now']()<_0x53ee60[_0x14eac9(0x673)][_0x14eac9(0x10e)]||_0x53ee60[_0x14eac9(0x4f9)]['hasRecentInteractionFor'](_0x53ee60[_0x14eac9(0x46d)],_0x5d5b9a)||!Gr(_0x3f6298)||_0x53ee60[_0x14eac9(0x686)][_0x14eac9(0x70c)](_0x3f6298)||(_0x5a11e2=_0x53ee60[_0x14eac9(0x6bc)])!=null&&_0x5a11e2[_0x14eac9(0x70c)](_0x3f6298)||_0x3f6298[_0x14eac9(0x23f)](_0x14eac9(0x4d1))||_0x53ee60['focusCoordinator'][_0x14eac9(0x55d)](_0x53ee60[_0x14eac9(0x46d)],_0x3f6298,_0x393ed1)||_0x53ee60['interactionBoundaryService'][_0x14eac9(0x70c)](_0x53ee60['embedId'],_0x3f6298,_0x393ed1)||_0x53ee60['activationService']['clearFloating'](_0x53ee60['embedId'],_0x53ee60[_0x14eac9(0x1d1)]));};return document[_0x183d7b(0x31b)]('pointerdown',_0x1bd828,!0x0),document[_0x183d7b(0x31b)](_0x183d7b(0x143),_0x47cb08,!0x0),(0x0,n[_0x183d7b(0x6e6)])(()=>{const _0x4f47ea=_0x183d7b;document[_0x4f47ea(0x6db)](_0x4f47ea(0x263),_0x1bd828,!0x0),document['removeEventListener'](_0x4f47ea(0x143),_0x47cb08,!0x0);});}function Hr(_0x337d3f){const _0x142dc6=_0x404806;let _0x15f06a,_0x2cee24=()=>{_0x15f06a=void 0x0;},_0x446d69=_0x4383a1=>{const _0x5c7fee=_0x159c;let _0x3bb099=_0x337d3f[_0x5c7fee(0x34c)]['getDescriptor'](_0x337d3f[_0x5c7fee(0x59a)][_0x5c7fee(0x1d1)],_0x337d3f[_0x5c7fee(0x59a)]['embedId']);if(!(_0x3bb099!=null&&_0x3bb099[_0x5c7fee(0x106)]))return;let _0x3d7d75=_0x4383a1['target'];_0x3d7d75!=null&&_0x3d7d75[_0x5c7fee(0x23f)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0x337d3f[_0x5c7fee(0x709)][_0x5c7fee(0x162)](_0x337d3f['data'][_0x5c7fee(0x46d)])!==_0x5c7fee(0x6c6)&&(_0x15f06a={'button':_0x4383a1['button']??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x4383a1[_0x5c7fee(0x42a)],'startedAt':Date[_0x5c7fee(0x1be)](),'startX':_0x4383a1[_0x5c7fee(0x2fc)],'startY':_0x4383a1[_0x5c7fee(0x3e5)]});},_0x91e181=_0x4d57ac=>{const _0xeaa829=_0x159c;if(!_0x15f06a||_0x15f06a['pointerId']!==_0x4d57ac['pointerId']||Math[_0xeaa829(0x6ab)](_0x4d57ac[_0xeaa829(0x2fc)]-_0x15f06a[_0xeaa829(0x175)],_0x4d57ac['clientY']-_0x15f06a[_0xeaa829(0x545)])<=0x4)return;_0x15f06a[_0xeaa829(0x70b)]=!0x0;let _0x1388e3=fn({'interactionFlow':_0x337d3f[_0xeaa829(0x49a)],'stage':_0x337d3f[_0xeaa829(0x709)]['getStage'](_0x337d3f[_0xeaa829(0x59a)][_0xeaa829(0x46d)])});!_0x337d3f[_0xeaa829(0x4d5)]||_0x15f06a['dragStarted']||!_0x1388e3[_0xeaa829(0x16e)]||(_0x15f06a[_0xeaa829(0x3a2)]=!0x0,document[_0xeaa829(0xc2)](new CustomEvent(Pr,{'detail':{'button':_0x15f06a[_0xeaa829(0x47c)],'clientX':_0x15f06a[_0xeaa829(0x175)],'clientY':_0x15f06a[_0xeaa829(0x545)],'embedId':_0x337d3f['data']['embedId'],'hostAnchorId':_0x337d3f[_0xeaa829(0x59a)][_0xeaa829(0x375)],'hostUnitId':_0x337d3f[_0xeaa829(0x59a)][_0xeaa829(0x1d1)],'pointerId':_0x15f06a['pointerId']}})));},_0x2e5844=_0x519912=>{const _0x1efa9b=_0x159c;let _0x424140=_0x15f06a;if(_0x15f06a=void 0x0,!_0x424140||_0x424140[_0x1efa9b(0x42a)]!==_0x519912[_0x1efa9b(0x42a)]||_0x424140[_0x1efa9b(0x70b)]||Date[_0x1efa9b(0x1be)]()-_0x424140['startedAt']>0x1f4)return;let _0x5a0f31=_0x337d3f[_0x1efa9b(0x34c)][_0x1efa9b(0x616)](_0x337d3f[_0x1efa9b(0x59a)][_0x1efa9b(0x1d1)],_0x337d3f[_0x1efa9b(0x59a)][_0x1efa9b(0x46d)]);if(!(_0x5a0f31!=null&&_0x5a0f31[_0x1efa9b(0x106)]))return;let _0x298b5d=_0x337d3f['floatingActiveService']['getStage'](_0x337d3f[_0x1efa9b(0x59a)][_0x1efa9b(0x46d)]);if(_0x298b5d!==_0x1efa9b(0x6c6)){if(_0x298b5d===_0x1efa9b(0x4a1)){_0x337d3f['activationService']['activateFloating'](_0x5a0f31,'stage2',{'portalContainer':_0x337d3f[_0x1efa9b(0x600)]});return;}if(_0x337d3f[_0x1efa9b(0x49a)]==='doc-block'){_0x337d3f[_0x1efa9b(0x418)](),_0x337d3f[_0x1efa9b(0x5be)][_0x1efa9b(0x419)](_0x5a0f31,_0x1efa9b(0x6c6),{'portalContainer':_0x337d3f[_0x1efa9b(0x600)]}),_0x337d3f[_0x1efa9b(0x411)]();return;}_0x337d3f[_0x1efa9b(0x5be)][_0x1efa9b(0x419)](_0x5a0f31,_0x1efa9b(0x4a1));}};return _0x337d3f['gate'][_0x142dc6(0x31b)](_0x142dc6(0x263),_0x446d69,!0x0),_0x337d3f[_0x142dc6(0x253)][_0x142dc6(0x31b)](_0x142dc6(0x186),_0x91e181,!0x0),_0x337d3f['gate'][_0x142dc6(0x31b)](_0x142dc6(0x250),_0x2e5844,!0x0),_0x337d3f['gate'][_0x142dc6(0x31b)]('pointercancel',_0x2cee24,!0x0),(0x0,n[_0x142dc6(0x6e6)])(()=>{const _0x41537e=_0x142dc6;_0x337d3f['gate']['removeEventListener'](_0x41537e(0x263),_0x446d69,!0x0),_0x337d3f['gate']['removeEventListener']('pointermove',_0x91e181,!0x0),_0x337d3f[_0x41537e(0x253)][_0x41537e(0x6db)](_0x41537e(0x250),_0x2e5844,!0x0),_0x337d3f['gate']['removeEventListener'](_0x41537e(0x342),_0x2cee24,!0x0);});}function Ur(_0x5e03f7){const _0x4cec9a=_0x404806;let _0x29bacb=()=>{const _0x54cb8f=_0x159c;let _0x5453e9=_0x5e03f7[_0x54cb8f(0x5b6)][_0x54cb8f(0x577)][_0x54cb8f(0x390)];return!!_0x5453e9&&_0x5e03f7[_0x54cb8f(0x3f9)]()[_0x54cb8f(0x5c0)](_0x4ac634=>_0x4ac634[_0x54cb8f(0x70c)](_0x5453e9));},_0x15d637=(_0x198dcb,_0x38cf14=!0x1,_0x1dcdae=!0x1)=>{const _0x141fa6=_0x159c;_0x5e03f7[_0x141fa6(0x59a)]['embedId']&&_0x5e03f7[_0x141fa6(0x709)][_0x141fa6(0x162)](_0x5e03f7[_0x141fa6(0x59a)]['embedId'])!==_0x141fa6(0x6c6)||Lr(_0x5e03f7['data'][_0x141fa6(0x34e)],_0x1dcdae)&&(_0x5e03f7[_0x141fa6(0x6c5)][_0x141fa6(0x573)](_0x5e03f7[_0x141fa6(0x59a)][_0x141fa6(0x46d)],{'ignoreOwners':_0x5e03f7['runtimeFocusOwners']})||!_0x38cf14&&_0x29bacb()||(_0x198dcb[_0x141fa6(0x2a0)]('tabindex')||(_0x198dcb[_0x141fa6(0x4a8)]=-0x1),_0x198dcb[_0x141fa6(0x740)]({'preventScroll':!0x0})));},_0xf672a1=_0x35364c=>{const _0x452a15=_0x159c;let _0x33b550=_0x5e03f7[_0x452a15(0x59a)][_0x452a15(0x46d)]?_0x5e03f7[_0x452a15(0x709)]['getStage'](_0x5e03f7[_0x452a15(0x59a)][_0x452a15(0x46d)]):_0x452a15(0x169);if(_0x5e03f7[_0x452a15(0x59a)][_0x452a15(0x46d)]&&_0x33b550!==_0x452a15(0x6c6)){if(_0x5e03f7[_0x452a15(0x49a)]!==_0x452a15(0x57a)||!_0x5e03f7['data'][_0x452a15(0x1d1)])return;let _0x469d64=_0x5e03f7['embedModelService']['getDescriptor'](_0x5e03f7[_0x452a15(0x59a)][_0x452a15(0x1d1)],_0x5e03f7[_0x452a15(0x59a)][_0x452a15(0x46d)]);if(!(_0x469d64!=null&&_0x469d64['childUnitId']))return;_0x5e03f7['acquireStage2SessionLease'](),_0x5e03f7[_0x452a15(0x5be)]['activateFloating'](_0x469d64,_0x452a15(0x6c6),{'portalContainer':_0x5e03f7[_0x452a15(0x600)]}),_0x5e03f7[_0x452a15(0x411)]();}if(Rr(_0x35364c[_0x452a15(0x2c2)])||_0x5e03f7['focusCoordinator'][_0x452a15(0x573)](_0x5e03f7[_0x452a15(0x59a)]['embedId'],{'ignoreOwners':_0x5e03f7['runtimeFocusOwners']}))return;if(_0x5e03f7['data'][_0x452a15(0x1d1)]&&_0x5e03f7[_0x452a15(0x59a)][_0x452a15(0x46d)]){let _0x572e66=_0x5e03f7[_0x452a15(0x34c)][_0x452a15(0x616)](_0x5e03f7[_0x452a15(0x59a)][_0x452a15(0x1d1)],_0x5e03f7['data'][_0x452a15(0x46d)]);(_0x572e66==null?void 0x0:_0x572e66[_0x452a15(0x106)])!=null&&_0x572e66[_0x452a15(0x34e)]!=null&&_0x5e03f7[_0x452a15(0x5be)]['focusFloatingRuntime'](_0x572e66);}let _0x594d23=Ir(_0x5e03f7['getRuntimeRoots'](),_0x35364c[_0x452a15(0x2c2)]);_0x594d23&&_0x15d637(_0x594d23,!0x0,_0x35364c[_0x452a15(0x2c2)]===_0x594d23);};return _0x5e03f7['liveRoot'][_0x4cec9a(0x31b)]('pointerdown',_0xf672a1,!0x0),(0x0,n[_0x4cec9a(0x6e6)])(()=>_0x5e03f7[_0x4cec9a(0x5b6)][_0x4cec9a(0x6db)]('pointerdown',_0xf672a1,!0x0));}function Wr(_0x1f5a61){const _0x28854d=_0x404806;let _0x49606f=_0x1f5a61['liveRoot'][_0x28854d(0x577)],_0x1ec1be,_0x1752c2=()=>{const _0x219205=_0x28854d;_0x1ec1be!=null&&(globalThis[_0x219205(0x45c)](_0x1ec1be),_0x1ec1be=void 0x0);},_0x2914f1=()=>{const _0x1effa0=_0x28854d;var _0x208cb2;_0x1752c2(),(_0x208cb2=_0x1f5a61[_0x1effa0(0xe6)][_0x1effa0(0x10e)])==null||_0x208cb2[_0x1effa0(0x3f7)](),_0x1f5a61['pointerLease'][_0x1effa0(0x10e)]=void 0x0;},_0x443151=()=>{const _0x3e36ff=_0x28854d;globalThis[_0x3e36ff(0xc7)](()=>{const _0x5916fe=_0x3e36ff;_0x1f5a61['verticalScrollOwner'][_0x5916fe(0x10e)]=void 0x0;}),_0x1752c2(),_0x1ec1be=globalThis[_0x3e36ff(0x661)](()=>{const _0x2ccda2=_0x3e36ff;var _0xd2dcef;_0x1ec1be=void 0x0,(_0xd2dcef=_0x1f5a61['pointerLease']['current'])==null||_0xd2dcef['dispose'](),_0x1f5a61[_0x2ccda2(0xe6)]['current']=void 0x0;},_0x1f5a61[_0x3e36ff(0x576)]);},_0x292129=_0x13c05c=>{const _0x5a98a8=_0x28854d;_0x2914f1(),_0x1f5a61['pointerLease']['current']=_0x1f5a61[_0x5a98a8(0x6c5)][_0x5a98a8(0x3c9)]({'childType':_0x1f5a61['data'][_0x5a98a8(0x34e)],'childUnitId':_0x1f5a61[_0x5a98a8(0x59a)]['childUnitId'],'embedId':_0x1f5a61[_0x5a98a8(0x59a)][_0x5a98a8(0x46d)],'hostUnitId':_0x1f5a61[_0x5a98a8(0x59a)]['hostUnitId'],'owner':'runtime-pointer','role':_0x13c05c});},_0x8fcfae=()=>{const _0x7e2435=_0x28854d;_0x1f5a61[_0x7e2435(0x709)]['getStage'](_0x1f5a61['data'][_0x7e2435(0x46d)])===_0x7e2435(0x6c6)&&_0x292129(_0x7e2435(0x3a0));},_0x423c9f=_0x3b0481=>{const _0x3aaf95=_0x28854d;let _0x1ab006=_0x3b0481['target'],_0x5cebd1=_0x1ab006 instanceof Node&&_0x1f5a61[_0x3aaf95(0x5b6)][_0x3aaf95(0x70c)](_0x1ab006)||_0x1f5a61[_0x3aaf95(0x6c5)]['containsElement'](_0x1f5a61[_0x3aaf95(0x59a)]['embedId'],_0x1ab006,_0x3b0481)||_0x1f5a61['interactionBoundaryService'][_0x3aaf95(0x70c)](_0x1f5a61['data'][_0x3aaf95(0x46d)],_0x1ab006,_0x3b0481);_0x1f5a61['verticalScrollOwner']['current']=_0x5cebd1?_0x3aaf95(0x5ed):_0x3aaf95(0x36f);},_0x14ffc9=_0x9b4466=>{const _0x2af351=_0x28854d;if(_0x1f5a61[_0x2af351(0x709)]['getStage'](_0x1f5a61['data'][_0x2af351(0x46d)])!==_0x2af351(0x6c6)||!(_0x1f5a61[_0x2af351(0x6c5)][_0x2af351(0x55d)](_0x1f5a61[_0x2af351(0x59a)]['embedId'],_0x9b4466['target'],_0x9b4466)||_0x1f5a61[_0x2af351(0x4f9)][_0x2af351(0x70c)](_0x1f5a61[_0x2af351(0x59a)][_0x2af351(0x46d)],_0x9b4466[_0x2af351(0x2c2)],_0x9b4466)))return;_0x1f5a61[_0x2af351(0x4cd)][_0x2af351(0x10e)]=Date[_0x2af351(0x1be)]()+_0x1f5a61[_0x2af351(0x576)];let _0x5f1899=zr(_0x9b4466[_0x2af351(0x2c2)])??'child-editor';_0x292129(_0x5f1899===_0x2af351(0x5ef)||_0x5f1899==='child-session'||_0x5f1899===_0x2af351(0x12f)?_0x2af351(0x3a0):_0x5f1899);};return _0x1f5a61[_0x28854d(0x5b6)][_0x28854d(0x31b)]('pointerdown',_0x8fcfae,!0x0),_0x49606f['addEventListener'](_0x28854d(0x263),_0x423c9f,!0x0),_0x49606f[_0x28854d(0x31b)](_0x28854d(0x263),_0x14ffc9,!0x0),_0x49606f[_0x28854d(0x31b)](_0x28854d(0x250),_0x443151,!0x0),_0x49606f[_0x28854d(0x31b)](_0x28854d(0x342),_0x443151,!0x0),(0x0,n[_0x28854d(0x6e6)])(()=>{const _0x381ca3=_0x28854d;_0x1f5a61[_0x381ca3(0x5b6)][_0x381ca3(0x6db)](_0x381ca3(0x263),_0x8fcfae,!0x0),_0x49606f['removeEventListener'](_0x381ca3(0x263),_0x423c9f,!0x0),_0x49606f[_0x381ca3(0x6db)](_0x381ca3(0x263),_0x14ffc9,!0x0),_0x49606f[_0x381ca3(0x6db)](_0x381ca3(0x250),_0x443151,!0x0),_0x49606f[_0x381ca3(0x6db)](_0x381ca3(0x342),_0x443151,!0x0),_0x1f5a61[_0x381ca3(0x58c)][_0x381ca3(0x10e)]=void 0x0,_0x2914f1();});}function Gr(_0x2fde47){const _0x2a7ea5=_0x404806;return _0x2fde47['id']===_0x2a7ea5(0x340)||_0x2fde47['id'][_0x2a7ea5(0x5f5)](_0x2a7ea5(0x696))||_0x2fde47['id'][_0x2a7ea5(0x5f5)](_0x2a7ea5(0x62d))||_0x2fde47['closest']('#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]')!=null;}function Kr(_0x557d7b,_0x346c73){const _0x1fc242=_0x404806;if(!_0x557d7b||_0x346c73['length']===0x0)return;let _0x349fe0=_0x346c73[0x0][_0x1fc242(0x577)][_0x1fc242(0x390)];_0x349fe0 instanceof HTMLElement&&(_0x346c73[_0x1fc242(0x5c0)](_0x526a51=>_0x526a51['contains'](_0x349fe0))||_0x349fe0['closest'](_0x1fc242(0x376)+_0x557d7b+'\x22]')!=null)&&_0x349fe0['blur']();}function qr(_0x28fc83){const _0x22ce49=_0x404806;return _0x28fc83===_0x22ce49(0x5ef)||_0x28fc83===_0x22ce49(0x2c4)||_0x28fc83===_0x22ce49(0x3a0)||_0x28fc83==='child-popup'||_0x28fc83===_0x22ce49(0x12f);}function Jr(_0x3b8ba0){const _0x39acde=_0x404806;let {hostUnitId:_0x3e3af4,embedId:_0x9a4af9,className:_0x108ee7}=_0x3b8ba0,_0x346a0d=(0x0,c[_0x39acde(0x706)])(null),_0x5cec2f=(0x0,a[_0x39acde(0x343)])(e[_0x39acde(0x4b8)]),_0x43b56c=(0x0,a[_0x39acde(0x343)])(ot),_0x6cb741=(0x0,a['useDependency'])(an),_0x382bd7=(0x0,c['useCallback'])(_0x51ba41=>{const _0x466284=_0x39acde;_0x51ba41[_0x466284(0xde)](),_0x51ba41[_0x466284(0x235)](),!(!_0x3e3af4||!_0x9a4af9)&&Yr({'hostUnitId':_0x3e3af4,'embedId':_0x9a4af9,'activationService':_0x43b56c,'embedModelService':_0x5cec2f,'fullscreenService':_0x6cb741});},[_0x43b56c,_0x9a4af9,_0x5cec2f,_0x6cb741,_0x3e3af4]);return(0x0,c['useEffect'])(()=>{const _0x2d3bc9=_0x39acde;let _0x3b339a=_0x346a0d[_0x2d3bc9(0x10e)];if(!_0x3b339a)return;let _0x4460b8=_0x378017=>{const _0x7d1431=_0x2d3bc9;_0x378017[_0x7d1431(0x235)]();};return _0x3b339a[_0x2d3bc9(0x31b)](_0x2d3bc9(0x263),_0x4460b8),_0x3b339a[_0x2d3bc9(0x31b)](_0x2d3bc9(0x383),_0x382bd7),()=>{const _0x43f9c6=_0x2d3bc9;_0x3b339a[_0x43f9c6(0x6db)](_0x43f9c6(0x263),_0x4460b8),_0x3b339a[_0x43f9c6(0x6db)](_0x43f9c6(0x383),_0x382bd7);};},[_0x382bd7]),(0x0,p[_0x39acde(0x4fd)])(_0x39acde(0x47c),{'ref':_0x346a0d,'type':_0x39acde(0x47c),'className':(0x0,o['clsx'])(_0x39acde(0x1f2),_0x108ee7),'data-embed-float-fullscreen-button':'true','children':(0x0,p[_0x39acde(0x4fd)])(s['ExpandIcon'],{'className':_0x39acde(0x25e)})});}function Yr(_0x5dc5ee){const _0xf7317b=_0x404806;var _0x40f4e3;let _0x33ae6f=_0x5dc5ee[_0xf7317b(0x34c)][_0xf7317b(0x616)](_0x5dc5ee[_0xf7317b(0x1d1)],_0x5dc5ee[_0xf7317b(0x46d)]);return!(_0x33ae6f!=null&&_0x33ae6f[_0xf7317b(0x106)])||_0x33ae6f[_0xf7317b(0x34e)]==null?!0x1:((_0x40f4e3=_0x5dc5ee['activationService'])==null||_0x40f4e3[_0xf7317b(0x226)](_0x5dc5ee[_0xf7317b(0x46d)],_0x5dc5ee[_0xf7317b(0x1d1)]),_0x5dc5ee['fullscreenService'][_0xf7317b(0x533)](_0x33ae6f),!0x0);}const Xr=_0x404806(0x259),Zr='doc-block-stage2-runtime',Qr=[Xr,Zr];function $r(_0x2e368b){const _0xde9c23=_0x404806;var _0x56adfa,_0x20b363,_0x53f380;let {data:_0x5ed0e9,deferInactiveFloatingChrome:_0xef45c4,docsCustomBlockLayout:_0x11fba3,enableStage1BodyDrag:_0x2ba23e,floatingChromeZIndex:_0x13fb22,fullscreenButtonInBlock:_0x30f92a,hostFloatDomLayout$:_0x444843,initialStage:_0x5abdfa,interactionFlow:_0x190c53=_0xde9c23(0x5c7),isExternalHostInteraction:_0x2acdbb,onHostWheel:_0x133f1e,onRuntimeStageEnter:_0x3395d4,onRuntimeStageExit:_0x5b625c,resolveHostWheelGestureRoot:_0x605255,syncHostVerticalScroll:_0x3b38d4}=_0x2e368b,_0x4a68fa=(0x0,c[_0xde9c23(0x706)])(null),_0x24ab39=(0x0,c['useRef'])(null),_0x5b9a00=(0x0,c[_0xde9c23(0x706)])(null),_0x2d4616=(0x0,c[_0xde9c23(0x706)])(null),_0x5551fd=(0x0,c[_0xde9c23(0x706)])(null),_0xc9761c=(0x0,c[_0xde9c23(0x706)])(null),_0x40ee49=(0x0,c[_0xde9c23(0x706)])(null),_0x5a09fb=(0x0,c[_0xde9c23(0x706)])(null),_0x3d0dda=(0x0,c['useRef'])(null),_0x4d9079=(0x0,a[_0xde9c23(0x343)])(e[_0xde9c23(0x4b8)]),_0x273ef7=(0x0,a[_0xde9c23(0x343)])(Ye),_0x4cc8=(0x0,a[_0xde9c23(0x343)])(U),_0xe45c0c=(0x0,a['useDependency'])(ot),_0x4498f=(0x0,a[_0xde9c23(0x343)])(Kn),_0x28e22e=(0x0,a[_0xde9c23(0x343)])(qn),_0x333c70=(0x0,a[_0xde9c23(0x343)])(an),_0x581eae=(0x0,a[_0xde9c23(0x343)])(J),_0x4e1ee8=(0x0,a[_0xde9c23(0x343)])(rt),_0x36f2cf=(0x0,a[_0xde9c23(0x343)])(Jn),_0x3dfe58=(0x0,a[_0xde9c23(0x343)])(nr),_0x2ad250=(0x0,a[_0xde9c23(0x343)])(tr),_0x36b466=(0x0,a[_0xde9c23(0x343)])(K),_0x13ead0=(0x0,a[_0xde9c23(0x343)])($n),_0xe2c50d=(0x0,a[_0xde9c23(0x343)])(a[_0xde9c23(0x3eb)]),_0x4b4c08=rr(_0x5ed0e9),_0x528f1f=_0x11fba3!=null&&_0x11fba3[_0xde9c23(0x5f0)]?_0x11fba3:void 0x0,_0x2b83c6=_0x528f1f==null?void 0x0:_0x528f1f[_0xde9c23(0x4ad)],_0x361ce2=_0x528f1f==null?void 0x0:_0x528f1f[_0xde9c23(0x61b)],_0x2f8622=(_0x528f1f==null?void 0x0:_0x528f1f[_0xde9c23(0x38d)])??0x1,[_0x48b452,_0x19aea7]=(0x0,c[_0xde9c23(0x6a1)])(0x0),[_0x5b97d6,_0xe02c2b]=(0x0,c[_0xde9c23(0x6a1)])(0x0),_0x2e697f=_0x528f1f?lr(_0x528f1f):void 0x0,_0xe09012=Math[_0xde9c23(0x5f9)](_0x5b97d6,(_0x2e697f==null?void 0x0:_0x2e697f[_0xde9c23(0x354)])??0x0),_0x561796=(0x0,a['useObservable'])(()=>_0x4cc8[_0xde9c23(0x11f)][_0xde9c23(0x311)]((0x0,l[_0xde9c23(0x26b)])(()=>_0x4b4c08!=null&&_0x4b4c08[_0xde9c23(0x46d)]?_0x4cc8[_0xde9c23(0x162)](_0x4b4c08[_0xde9c23(0x46d)]):_0xde9c23(0x169))),_0x5abdfa??(_0x4b4c08!=null&&_0x4b4c08[_0xde9c23(0x46d)]?_0x4cc8[_0xde9c23(0x162)](_0x4b4c08[_0xde9c23(0x46d)]):_0xde9c23(0x169)),!0x1,[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4cc8]),_0x516fe0=(0x0,c[_0xde9c23(0x706)])(_0x561796),_0x1a773c=(0x0,c[_0xde9c23(0x706)])(!0x1),_0x4ea0a7=(0x0,c['useRef'])(void 0x0),_0x4b1ac0=(0x0,c[_0xde9c23(0x706)])(void 0x0),_0x3e62a6=(0x0,c['useRef'])(void 0x0),_0xeecd1f=(0x0,c['useRef'])(void 0x0),_0x5aba78=(0x0,c[_0xde9c23(0x706)])(void 0x0),_0x48ecf9=(0x0,c[_0xde9c23(0x706)])(0x0),_0x1d9a8d=(0x0,c['useRef'])(void 0x0),_0x52968f=(0x0,c['useRef'])(!0x1),_0x4412ec=(0x0,c[_0xde9c23(0x706)])(!0x1),_0x574f40=(0x0,c['useRef'])(_0xe09012),_0x933e4a=(0x0,c[_0xde9c23(0x706)])(_0x2e697f),_0x4ceff5=(0x0,c[_0xde9c23(0x706)])(_0x2f8622),_0x12ab22=(0x0,c[_0xde9c23(0x706)])(0x0),_0x2f82a8=(0x0,c[_0xde9c23(0x706)])(0x0),_0x1376fd=(0x0,c['useRef'])([]),_0x22c708=(0x0,c[_0xde9c23(0x706)])(_0x561796);_0x22c708['current']=_0x561796,_0x574f40[_0xde9c23(0x10e)]=_0xe09012,_0x933e4a['current']=_0x2e697f,_0x4ceff5[_0xde9c23(0x10e)]=_0x2f8622;let _0x513e01=(0x0,c[_0xde9c23(0x13a)])(_0x2a3457=>{const _0x4f84a8=_0xde9c23;let _0x5f3d80=_0x933e4a[_0x4f84a8(0x10e)];if(!_0x5f3d80)return!0x1;let _0x54ed7f=_0x574f40[_0x4f84a8(0x10e)],_0x180bc3=ur(_0x54ed7f+Nn(_0x2a3457)/_0x4ceff5[_0x4f84a8(0x10e)],0x0,_0x5f3d80[_0x4f84a8(0x354)]);return _0x180bc3===_0x54ed7f?!0x1:(_0x574f40[_0x4f84a8(0x10e)]=_0x180bc3,_0xe02c2b(_0x180bc3),!0x0);},[]),_0xb5d26b=(0x0,c[_0xde9c23(0x13a)])(()=>{const _0x5c1ed4=_0xde9c23;var _0x10c8ec;(_0x10c8ec=_0x4b1ac0['current'])==null||_0x10c8ec[_0x5c1ed4(0x3f7)](),_0x4b1ac0[_0x5c1ed4(0x10e)]=void 0x0;},[]),_0x25c6f9=(0x0,c[_0xde9c23(0x13a)])(()=>{const _0x41e11e=_0xde9c23;var _0x350120,_0x57f822;if(!(_0x4b4c08!=null&&_0x4b4c08['embedId'])||_0x4b1ac0[_0x41e11e(0x10e)])return;let _0x3e505b=_0x4b4c08[_0x41e11e(0x1d1)]?_0x4d9079[_0x41e11e(0x616)](_0x4b4c08['hostUnitId'],_0x4b4c08[_0x41e11e(0x46d)]):void 0x0,_0x1907e3=ei(_0x3e505b),_0x4f5df1=_0x4b4c08[_0x41e11e(0x106)]??(_0x3e505b==null?void 0x0:_0x3e505b[_0x41e11e(0x106)])??((_0x350120=_0x4ea0a7[_0x41e11e(0x10e)])==null?void 0x0:_0x350120[_0x41e11e(0x106)])??(_0x1907e3==null?void 0x0:_0x1907e3[_0x41e11e(0x106)]),_0x22a855=_0x4b4c08[_0x41e11e(0x34e)]??(_0x3e505b==null?void 0x0:_0x3e505b[_0x41e11e(0x34e)])??((_0x57f822=_0x4ea0a7[_0x41e11e(0x10e)])==null?void 0x0:_0x57f822[_0x41e11e(0x34e)])??(_0x1907e3==null?void 0x0:_0x1907e3['childType']);_0x4b1ac0[_0x41e11e(0x10e)]=_0x36b466[_0x41e11e(0x3c9)]({'embedId':_0x4b4c08['embedId'],'role':_0x41e11e(0x2c4),'owner':_0x190c53==='doc-block'?Zr:Xr,'sessionMode':_0x41e11e(0x46e),'hostUnitId':_0x4b4c08[_0x41e11e(0x1d1)],'childUnitId':_0x4f5df1,'childType':_0x22a855});},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x34e)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x106)],_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],_0x4b4c08==null?void 0x0:_0x4b4c08['hostUnitId'],_0x4d9079,_0x36b466,_0x190c53]),_0x326421=(0x0,c[_0xde9c23(0x13a)])(()=>{const _0x4d46da=_0xde9c23;if(!(_0x4b4c08!=null&&_0x4b4c08['embedId']))return;let _0x375c3c=_0x4b4c08[_0x4d46da(0x46d)];window[_0x4d46da(0x398)](()=>{const _0x3c2fd4=_0x4d46da;_0x4cc8[_0x3c2fd4(0x162)](_0x375c3c)!==_0x3c2fd4(0x6c6)&&_0xb5d26b();});},[_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],_0x4cc8,_0xb5d26b]),_0x215e9d=_0x4b4c08!=null&&_0x4b4c08[_0xde9c23(0x1d1)]?_0x4d9079[_0xde9c23(0x616)](_0x4b4c08[_0xde9c23(0x1d1)],_0x4b4c08[_0xde9c23(0x46d)]):void 0x0,_0x37e443=ei(_0x215e9d),_0x36155d=(_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x106)])??(_0x215e9d==null?void 0x0:_0x215e9d[_0xde9c23(0x106)])??((_0x56adfa=_0x4ea0a7['current'])==null?void 0x0:_0x56adfa[_0xde9c23(0x106)])??(_0x37e443==null?void 0x0:_0x37e443[_0xde9c23(0x106)]),_0x51f8cd=(_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x34e)])??(_0x215e9d==null?void 0x0:_0x215e9d[_0xde9c23(0x34e)])??((_0x20b363=_0x4ea0a7['current'])==null?void 0x0:_0x20b363['childType'])??(_0x37e443==null?void 0x0:_0x37e443[_0xde9c23(0x34e)]),_0x4df658=_0x51f8cd==null||(_0x53f380=_0x273ef7[_0xde9c23(0x35f)](_0x51f8cd))==null?void 0x0:_0x53f380['canvasRootClassName'],_0xe34359=mn(_0x215e9d,_0x561796);(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x6c3087=_0xde9c23;if(!(!(_0x4b4c08!=null&&_0x4b4c08[_0x6c3087(0x46d)])||_0x561796!==_0x6c3087(0x6c6)))return _0x25c6f9(),_0xb5d26b;},[_0x25c6f9,_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0xb5d26b,_0x561796]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x2f168d=_0xde9c23;let _0x5c513c=_0x4a68fa[_0x2f168d(0x10e)],_0x3c6b1b=Br(_0xe2c50d,_0x36b466,_0x4b4c08==null?void 0x0:_0x4b4c08[_0x2f168d(0x46d)],_0x5c513c,_0x561796);if(_0x3c6b1b)return()=>_0x3c6b1b['dispose']();},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x36b466,_0xe2c50d,_0x561796]),(0x0,c['useEffect'])(()=>{const _0x62acba=_0xde9c23;let _0x22edf1=_0x516fe0[_0x62acba(0x10e)];_0x516fe0[_0x62acba(0x10e)]=_0x561796;let _0x1f1c05=_0x22edf1!==_0x561796||!_0x1a773c[_0x62acba(0x10e)]&&_0x561796!==_0x62acba(0x169);_0x1a773c[_0x62acba(0x10e)]=!0x0,_0x1f1c05&&(_0x3395d4==null||_0x3395d4(_0x561796),_0x28e22e[_0x62acba(0x3f1)]({'embedId':_0x4b4c08==null?void 0x0:_0x4b4c08[_0x62acba(0x46d)],'reason':_0x62acba(0x201)})),_0x22edf1==='stage2'&&_0x561796!==_0x62acba(0x6c6)&&(Kr(_0x4b4c08==null?void 0x0:_0x4b4c08[_0x62acba(0x46d)],Fr(_0x2d4616[_0x62acba(0x10e)],_0x5551fd[_0x62acba(0x10e)],_0xc9761c[_0x62acba(0x10e)],_0x5a09fb[_0x62acba(0x10e)],_0x3d0dda[_0x62acba(0x10e)])),_0xe45c0c[_0x62acba(0x226)](_0x4b4c08==null?void 0x0:_0x4b4c08[_0x62acba(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0x62acba(0x1d1)]),_0x5b625c==null||_0x5b625c());},[_0xe45c0c,_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],_0x28e22e,_0x3395d4,_0x5b625c,_0x561796]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x27c4db=_0xde9c23;if(_0x5abdfa!==_0x27c4db(0x6c6)||!(_0x4b4c08!=null&&_0x4b4c08[_0x27c4db(0x46d)])||!_0x4b4c08[_0x27c4db(0x1d1)])return;let _0x192c4b=_0x4d9079[_0x27c4db(0x616)](_0x4b4c08[_0x27c4db(0x1d1)],_0x4b4c08['embedId']);_0x192c4b!=null&&_0x192c4b[_0x27c4db(0x106)]&&_0x4cc8['activate']({'hostUnitId':_0x4b4c08[_0x27c4db(0x1d1)],'embedId':_0x4b4c08[_0x27c4db(0x46d)],'childUnitId':_0x192c4b[_0x27c4db(0x106)]},'stage2');},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],_0x4d9079,_0x4cc8,_0x5abdfa]),(0x0,c['useEffect'])(()=>{const _0x9fcefb=_0xde9c23;let _0x25edc5=_0x2d4616['current'],_0x607993=_0x5551fd[_0x9fcefb(0x10e)],_0x1b8238=_0xc9761c[_0x9fcefb(0x10e)],_0x3c2635=_0x5a09fb[_0x9fcefb(0x10e)],_0x5f436c=_0x3d0dda[_0x9fcefb(0x10e)];if(!_0x25edc5||!_0x607993||!_0x1b8238||!_0x3c2635||!_0x5f436c)return;let _0x58736d=_0x4b4c08!=null&&_0x4b4c08[_0x9fcefb(0x1d1)]?_0x4d9079[_0x9fcefb(0x616)](_0x4b4c08['hostUnitId'],_0x4b4c08[_0x9fcefb(0x46d)]):void 0x0,_0x16965c=_0x58736d?ti(_0x58736d):void 0x0;if(!_0x58736d||!_0x16965c||_0xe34359===_0x9fcefb(0x715))return;let _0x2e7177=!0x1,_0x38db38;return _0x36f2cf[_0x9fcefb(0x693)]({'descriptor':_0x58736d})[_0x9fcefb(0x136)](async _0x574c5b=>{const _0x40f406=_0x9fcefb;var _0x53fdca;if(_0x2e7177)return;let _0xe1c74a=_0x4e1ee8[_0x40f406(0x4fc)](_0x574c5b,_0x25edc5,{'content':_0x607993,'canvas':_0x1b8238,'overlay':_0x3c2635,'popup':_0x5f436c});_0x38db38=_0x574c5b[_0x40f406(0x46d)];let _0x92c1da=_0xe1c74a==null?void 0x0:_0xe1c74a['context'];_0x4ea0a7['current']=_0x92c1da;let _0x31cdf9=_0x4b4c08!=null&&_0x4b4c08['embedId']?(_0x53fdca=_0x4498f[_0x40f406(0x25b)](_0x4b4c08[_0x40f406(0x46d)]))==null?void 0x0:_0x53fdca['viewState']:void 0x0;_0x92c1da&&_0x31cdf9!=null&&await _0x4498f[_0x40f406(0x638)](_0x92c1da,_0x31cdf9);})['catch'](_0x5217aa=>{queueMicrotask(()=>{throw _0x5217aa;});}),()=>{const _0x11c6a3=_0x9fcefb;var _0x93f98;_0x2e7177=!0x0,_0x38db38&&((_0x93f98=_0x4ea0a7['current'])==null?void 0x0:_0x93f98[_0x11c6a3(0x46d)])===_0x38db38&&(_0x4ea0a7['current']=void 0x0),_0x4e1ee8[_0x11c6a3(0x660)](_0x58736d[_0x11c6a3(0x46d)]);};},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],_0x4d9079,_0x4e1ee8,_0x48b452,_0x4498f,_0x36f2cf,_0xe34359]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0xc435c6=_0xde9c23;if(!(_0x4b4c08!=null&&_0x4b4c08['embedId']))return;let _0x25ac31=_0x4b4c08[_0xc435c6(0x46d)],_0x1e00bc=[];[{'element':_0x2d4616['current'],'role':_0xc435c6(0x5ef)},{'element':_0x5551fd[_0xc435c6(0x10e)],'role':'runtime'},{'element':_0xc9761c[_0xc435c6(0x10e)],'role':_0xc435c6(0x5ef)}][_0xc435c6(0x72e)](_0x3011c5=>{const _0x5ce557=_0xc435c6;let _0x29f39e=_0x3011c5['element'];_0x29f39e&&_0x1e00bc[_0x5ce557(0x42f)]({'element':_0x29f39e,'role':_0x3011c5[_0x5ce557(0x3b3)]});}),_0x561796===_0xc435c6(0x6c6)&&[{'element':_0x40ee49[_0xc435c6(0x10e)],'role':_0xc435c6(0x12f)},{'element':_0x5a09fb[_0xc435c6(0x10e)],'role':_0xc435c6(0x12f)},{'element':_0x3d0dda['current'],'role':'child-popup'}][_0xc435c6(0x72e)](_0x1a2331=>{const _0x112081=_0xc435c6;_0x1a2331['element']&&_0x1e00bc[_0x112081(0x42f)](_0x1a2331);});let _0x5e9e45=_0x1e00bc['flatMap'](({element:_0x10a7c8,role:_0x5f118f})=>[_0x581eae['registerRoot'](_0x25ac31,_0x10a7c8),_0x36b466[_0xc435c6(0x699)]({'embedId':_0x25ac31,'role':_0x5f118f,'element':_0x10a7c8})]);return()=>_0x5e9e45[_0xc435c6(0x72e)](_0x32819d=>_0x32819d[_0xc435c6(0x3f7)]());},[_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],_0x36b466,_0x581eae,_0x561796]),(0x0,c['useEffect'])(()=>{const _0x6a0d81=_0xde9c23;var _0x35b3f2,_0x40831c;if(!(_0x4b4c08!=null&&_0x4b4c08[_0x6a0d81(0x46d)])||_0x561796!==_0x6a0d81(0x6c6))return;let _0x59b7c8=((_0x35b3f2=_0x4a68fa[_0x6a0d81(0x10e)])==null?void 0x0:_0x35b3f2[_0x6a0d81(0x577)])??((_0x40831c=_0x2d4616['current'])==null?void 0x0:_0x40831c[_0x6a0d81(0x577)])??(typeof document>'u'?void 0x0:document),_0x4ef8b6=_0x581eae[_0x6a0d81(0xc9)](_0x4b4c08[_0x6a0d81(0x46d)],_0x59b7c8);return()=>{const _0x423ef0=_0x6a0d81;_0x22c708['current']!==_0x423ef0(0x6c6)&&_0x581eae['closeOwnedFloatingSurfaces'](_0x4b4c08[_0x423ef0(0x46d)],_0x59b7c8),_0x4ef8b6[_0x423ef0(0x3f7)]();};},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x581eae,_0x561796]),(0x0,c['useEffect'])(()=>{const _0x54ad6d=_0xde9c23;var _0xbf24fa,_0x19b46e;if(!(_0x4b4c08!=null&&_0x4b4c08[_0x54ad6d(0x46d)])||_0x561796!=='stage2')return;let _0x44737f=((_0xbf24fa=_0x4a68fa[_0x54ad6d(0x10e)])==null?void 0x0:_0xbf24fa[_0x54ad6d(0x577)])??((_0x19b46e=_0x2d4616['current'])==null?void 0x0:_0x19b46e[_0x54ad6d(0x577)])??(typeof document>'u'?void 0x0:document),_0x3743f6=_0x44737f==null?void 0x0:_0x44737f[_0x54ad6d(0x2b9)](_0x54ad6d(0x20f));if(!_0x3743f6)return;let _0x4f84a9=[_0x581eae[_0x54ad6d(0x6ad)](_0x4b4c08['embedId'],_0x3743f6),_0x36b466[_0x54ad6d(0x699)]({'embedId':_0x4b4c08[_0x54ad6d(0x46d)],'role':_0x54ad6d(0x12f),'element':_0x3743f6})];return()=>_0x4f84a9[_0x54ad6d(0x72e)](_0x48774a=>_0x48774a[_0x54ad6d(0x3f7)]());},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x36b466,_0x581eae,_0x561796]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x20cc8a=_0xde9c23;let _0x178eae=_0x4a68fa[_0x20cc8a(0x10e)],_0x59540c=_0x178eae==null?void 0x0:_0x178eae[_0x20cc8a(0x2b9)](_0x20cc8a(0x141));if(!(_0x4b4c08!=null&&_0x4b4c08[_0x20cc8a(0x46d)])||!_0x178eae)return;let _0x1ab75a=_0x4b4c08[_0x20cc8a(0x1d1)]?_0x4d9079[_0x20cc8a(0x616)](_0x4b4c08[_0x20cc8a(0x1d1)],_0x4b4c08[_0x20cc8a(0x46d)]):void 0x0,_0x5f1675=_0x28e22e['register']({'embedId':_0x4b4c08['embedId'],'childUnitId':_0x1ab75a==null?void 0x0:_0x1ab75a['childUnitId'],'root':_0x178eae,'viewport':_0x59540c,'contentRoot':_0x5551fd[_0x20cc8a(0x10e)]});return()=>_0x5f1675[_0x20cc8a(0x3f7)]();},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],_0x4d9079,_0x28e22e]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x59d7db=_0xde9c23;if(!(_0x4b4c08!=null&&_0x4b4c08[_0x59d7db(0x46d)]))return;let _0x17e381=_0x333c70[_0x59d7db(0x25a)][_0x59d7db(0x3db)](_0x5beacf=>{const _0x16e209=_0x59d7db;_0x5beacf[_0x16e209(0x46d)]===_0x4b4c08[_0x16e209(0x46d)]&&(_0xe45c0c[_0x16e209(0x226)](_0x4b4c08['embedId'],_0x4b4c08[_0x16e209(0x1d1)]),_0x4e1ee8[_0x16e209(0x660)](_0x4b4c08[_0x16e209(0x46d)]),_0xeecd1f[_0x16e209(0x10e)]!=null&&(window[_0x16e209(0x122)](_0xeecd1f[_0x16e209(0x10e)]),_0xeecd1f[_0x16e209(0x10e)]=void 0x0),_0x5aba78['current']!=null&&globalThis['clearTimeout'](_0x5aba78[_0x16e209(0x10e)]),_0x5aba78[_0x16e209(0x10e)]=globalThis[_0x16e209(0x661)](()=>{const _0x53e558=_0x16e209;_0x5aba78[_0x53e558(0x10e)]=void 0x0,_0xeecd1f[_0x53e558(0x10e)]=window[_0x53e558(0x398)](()=>{const _0x4f5aa0=_0x53e558;_0xeecd1f[_0x4f5aa0(0x10e)]=void 0x0,_0x19aea7(_0x255b01=>_0x255b01+0x1);});},0x0));});return()=>{const _0x3a4233=_0x59d7db;_0x17e381[_0x3a4233(0x12a)](),_0x5aba78[_0x3a4233(0x10e)]!=null&&(globalThis['clearTimeout'](_0x5aba78[_0x3a4233(0x10e)]),_0x5aba78['current']=void 0x0),_0xeecd1f[_0x3a4233(0x10e)]!=null&&(window[_0x3a4233(0x122)](_0xeecd1f['current']),_0xeecd1f[_0x3a4233(0x10e)]=void 0x0);};},[_0xe45c0c,_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],_0x333c70,_0x4e1ee8]),(0x0,c['useEffect'])(()=>{const _0x281000=_0xde9c23;let _0x591289=_0x4a68fa['current'],_0x424437=_0x40ee49[_0x281000(0x10e)];if(!_0x591289||!_0x424437||typeof document>'u')return;let _0x2d909a=pr({'chrome':_0x424437,'container':_0x591289,'deferInactive':_0xef45c4,'embedId':_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],'geometryService':_0x28e22e,'hostLayout$':_0x444843,'stage':_0x561796,'docsSheetLikeLayout':_0x2b83c6!=null&&_0x361ce2!=null?{'contentWidth':_0x2b83c6,'pageContentWidth':_0x361ce2}:void 0x0});return()=>_0x2d909a['dispose']();},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0xef45c4,_0x2b83c6,_0x361ce2,_0x28e22e,_0x444843,_0x561796]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0xec8c32=_0xde9c23;let _0x4303c4=_0x4a68fa['current'];if(!(_0x4b4c08!=null&&_0x4b4c08[_0xec8c32(0x46d)])||!_0x4303c4||typeof document>'u')return;let _0x4cd54d=Vr({'activationService':_0xe45c0c,'chrome':_0x40ee49[_0xec8c32(0x10e)],'container':_0x4303c4,'embedId':_0x4b4c08[_0xec8c32(0x46d)],'externalHostInteractionUntil':_0x12ab22,'floatingActiveService':_0x4cc8,'focusCoordinator':_0x36b466,'graceMs':0x28a,'hostUnitId':_0x4b4c08[_0xec8c32(0x1d1)],'interactionBoundaryService':_0x581eae,'isExternalHostInteraction':_0x2acdbb,'ownedPointerInteractionUntil':_0x2f82a8,'runtimeFocusOwners':Qr});return()=>_0x4cd54d[_0xec8c32(0x3f7)]();},[_0xe45c0c,_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],_0x4cc8,_0x36b466,_0x581eae,_0x2acdbb]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x33b782=_0xde9c23;var _0x20252f;_0x561796!==_0x33b782(0x6c6)&&((_0x20252f=_0x3e62a6['current'])==null||_0x20252f[_0x33b782(0x3f7)](),_0x3e62a6['current']=void 0x0,Kr(_0x4b4c08==null?void 0x0:_0x4b4c08[_0x33b782(0x46d)],Fr(_0x2d4616[_0x33b782(0x10e)],_0x5551fd[_0x33b782(0x10e)],_0xc9761c['current'],_0x5a09fb[_0x33b782(0x10e)],_0x3d0dda[_0x33b782(0x10e)])));},[_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],_0x561796]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x10a6ee=_0xde9c23;let _0xbfc412=_0x5b9a00['current'];if(!_0xbfc412||!(_0x4b4c08!=null&&_0x4b4c08['embedId'])||!_0x4b4c08[_0x10a6ee(0x1d1)])return;let _0x21120e=Hr({'acquireStage2SessionLease':_0x25c6f9,'activationService':_0xe45c0c,'data':{'embedId':_0x4b4c08[_0x10a6ee(0x46d)],'hostAnchorId':_0x4b4c08[_0x10a6ee(0x375)],'hostUnitId':_0x4b4c08['hostUnitId']},'embedModelService':_0x4d9079,'enableStage1BodyDrag':_0x2ba23e,'floatingActiveService':_0x4cc8,'gate':_0xbfc412,'interactionFlow':_0x190c53,'popupRoot':_0x3d0dda[_0x10a6ee(0x10e)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x326421});return()=>_0x21120e['dispose']();},[_0x25c6f9,_0xe45c0c,_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x375)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],_0x4d9079,_0x2ba23e,_0x4cc8,_0x190c53,_0x326421]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x3d363e=_0xde9c23;let _0x160a66=_0x4a68fa[_0x3d363e(0x10e)];if(!_0x160a66||!_0x605255)return;let _0x3fb70a=_0x605255(_0x160a66);if(!_0x3fb70a)return;let _0x41c1be=_0x13ead0[_0x3d363e(0x2c0)](_0x3fb70a);return()=>_0x41c1be[_0x3d363e(0x3f7)]();},[_0x13ead0,_0x605255]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x39f121=_0xde9c23;let _0x24b5c1=_0x4a68fa['current'],_0x558b7e=_0x5b9a00[_0x39f121(0x10e)],_0x408f2d=_0x2d4616[_0x39f121(0x10e)];if(!_0x24b5c1||!_0x558b7e||!_0x408f2d)return;let _0xc7c6da=yn({'container':_0x24b5c1,'gate':_0x558b7e,'getChildContext':()=>_0x4ea0a7[_0x39f121(0x10e)],'getStage':()=>_0x4b4c08!=null&&_0x4b4c08[_0x39f121(0x46d)]?_0x4cc8[_0x39f121(0x162)](_0x4b4c08[_0x39f121(0x46d)]):'inactive','hostScrollOffset':_0x48ecf9,'hostWheelGestureService':_0x13ead0,'invalidate':_0x23a243=>wr(_0x28e22e,_0x4b4c08==null?void 0x0:_0x4b4c08[_0x39f121(0x46d)],_0x23a243,_0x1376fd),'liveRoot':_0x408f2d,'onHostWheel':_0x133f1e,'passiveViewportRegistry':_0x2ad250,'passiveWheelHandlerRegistry':_0x3dfe58,'resizeDocsSheetLikeRendererByWheel':_0x513e01,'routeHostGestures':!!_0x605255,'syncHostVerticalScroll':_0x3b38d4,'viewScale':_0x2f8622});return()=>_0xc7c6da['dispose']();},[_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],_0x2f8622,_0x4cc8,_0x28e22e,_0x13ead0,_0x133f1e,_0x2ad250,_0x3dfe58,_0x513e01,_0x605255,_0x3b38d4]),(0x0,c['useEffect'])(()=>()=>{const _0x3c13c5=_0xde9c23;_0x1376fd[_0x3c13c5(0x10e)]['forEach'](_0xa09363=>window['cancelAnimationFrame'](_0xa09363)),_0x1376fd[_0x3c13c5(0x10e)]=[];},[]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x224c64=_0xde9c23;let _0x411d0e=_0x2d4616[_0x224c64(0x10e)];if(!_0x411d0e)return;let _0x419948=Ur({'acquireStage2SessionLease':_0x25c6f9,'activationService':_0xe45c0c,'data':{'childType':_0x4b4c08==null?void 0x0:_0x4b4c08[_0x224c64(0x34e)],'embedId':_0x4b4c08==null?void 0x0:_0x4b4c08[_0x224c64(0x46d)],'hostUnitId':_0x4b4c08==null?void 0x0:_0x4b4c08[_0x224c64(0x1d1)]},'embedModelService':_0x4d9079,'floatingActiveService':_0x4cc8,'focusCoordinator':_0x36b466,'getRuntimeRoots':()=>Fr(_0xc9761c['current'],_0x5551fd[_0x224c64(0x10e)],_0x5a09fb[_0x224c64(0x10e)],_0x3d0dda[_0x224c64(0x10e)],_0x2d4616[_0x224c64(0x10e)]),'interactionFlow':_0x190c53,'liveRoot':_0x411d0e,'popupRoot':_0x3d0dda[_0x224c64(0x10e)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x326421,'runtimeFocusOwners':Qr});return()=>_0x419948[_0x224c64(0x3f7)]();},[_0x25c6f9,_0xe45c0c,_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x34e)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],_0x4d9079,_0x4cc8,_0x36b466,_0x190c53,_0x326421]),(0x0,c['useEffect'])(()=>{const _0x2e5b7e=_0xde9c23;let _0x396c66=_0x2d4616['current'];if(!_0x396c66||!(_0x4b4c08!=null&&_0x4b4c08[_0x2e5b7e(0x46d)]))return;let _0xb88ab9=Wr({'data':{'childType':_0x4b4c08[_0x2e5b7e(0x34e)],'childUnitId':_0x4b4c08[_0x2e5b7e(0x106)],'embedId':_0x4b4c08[_0x2e5b7e(0x46d)],'hostUnitId':_0x4b4c08[_0x2e5b7e(0x1d1)]},'floatingActiveService':_0x4cc8,'focusCoordinator':_0x36b466,'graceMs':0x28a,'interactionBoundaryService':_0x581eae,'liveRoot':_0x396c66,'ownedPointerInteractionUntil':_0x2f82a8,'pointerLease':_0x3e62a6,'verticalScrollOwner':_0x1d9a8d});return()=>_0xb88ab9['dispose']();},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x34e)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x106)],_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x4b4c08==null?void 0x0:_0x4b4c08['hostUnitId'],_0x4cc8,_0x36b466,_0x581eae]),(0x0,c['useEffect'])(()=>{const _0x455982=_0xde9c23;if(_0x561796!==_0x455982(0x6c6)||_0x190c53!==_0x455982(0x57a))return;let _0x594819=_0x2d4616['current'];if(!_0x594819)return;let _0x586794,_0x4985c5=()=>Ir(Fr(_0xc9761c[_0x455982(0x10e)],_0x5551fd[_0x455982(0x10e)],_0x5a09fb[_0x455982(0x10e)],_0x3d0dda[_0x455982(0x10e)],_0x2d4616[_0x455982(0x10e)])),_0x5329e=()=>{const _0x3253f6=_0x455982;let _0x42f2df=_0x594819[_0x3253f6(0x577)][_0x3253f6(0x390)];return!_0x42f2df||_0x42f2df===_0x4985c5()?!0x1:Fr(_0x2d4616['current'],_0x5551fd['current'],_0xc9761c['current'],_0x5a09fb[_0x3253f6(0x10e)],_0x3d0dda[_0x3253f6(0x10e)])[_0x3253f6(0x5c0)](_0x2df771=>_0x2df771[_0x3253f6(0x70c)](_0x42f2df));},_0x43bcbe=()=>{const _0x9e0876=_0x455982;if(!Lr(_0x4b4c08==null?void 0x0:_0x4b4c08[_0x9e0876(0x34e)],!0x0))return;let _0x1f1daf=_0x4985c5();if(_0x1f1daf&&!_0x36b466[_0x9e0876(0x573)](_0x4b4c08==null?void 0x0:_0x4b4c08[_0x9e0876(0x46d)],{'ignoreOwners':Qr})&&!_0x5329e()){if(_0x4b4c08!=null&&_0x4b4c08[_0x9e0876(0x1d1)]&&_0x4b4c08[_0x9e0876(0x46d)]){let _0x1ecea0=_0x4d9079[_0x9e0876(0x616)](_0x4b4c08[_0x9e0876(0x1d1)],_0x4b4c08['embedId']);(_0x1ecea0==null?void 0x0:_0x1ecea0[_0x9e0876(0x106)])!=null&&_0x1ecea0[_0x9e0876(0x34e)]!=null&&_0xe45c0c[_0x9e0876(0x1d8)](_0x1ecea0);}_0x1f1daf[_0x9e0876(0x2a0)]('tabindex')||(_0x1f1daf[_0x9e0876(0x4a8)]=-0x1),_0x1f1daf[_0x9e0876(0x740)]({'preventScroll':!0x0});}};return _0x43bcbe(),_0x586794=window['requestAnimationFrame'](()=>{_0x586794=void 0x0,_0x43bcbe();}),()=>{const _0x482cfd=_0x455982;_0x586794!=null&&(window[_0x482cfd(0x122)](_0x586794),_0x586794=void 0x0);};},[_0xe45c0c,_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x34e)],_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],_0x4b4c08==null?void 0x0:_0x4b4c08['hostUnitId'],_0x4d9079,_0x36b466,_0x190c53,_0x561796]),(0x0,c[_0xde9c23(0x6fd)])(()=>{const _0x52bdd2=_0xde9c23;let _0x1d7783=_0x4a68fa[_0x52bdd2(0x10e)],_0x3e5b76=_0x24ab39[_0x52bdd2(0x10e)];if(!_0x1d7783||!_0x3e5b76||typeof window>'u')return;let _0x55db07=ar({'container':_0x1d7783,'content':_0x3e5b76,'contentHeight':_0x528f1f==null?void 0x0:_0x528f1f[_0x52bdd2(0x5a0)],'enabled':_0x3b38d4,'getChildContext':()=>_0x4ea0a7[_0x52bdd2(0x10e)],'getProvider':_0x1c333b=>_0x2ad250[_0x52bdd2(0x35f)](_0x1c333b[_0x52bdd2(0x34e)],_0x1c333b['layout']),'getStage':()=>_0x4b4c08!=null&&_0x4b4c08[_0x52bdd2(0x46d)]?_0x4cc8[_0x52bdd2(0x162)](_0x4b4c08[_0x52bdd2(0x46d)]):'inactive','hostLayout$':_0x444843,'invalidate':()=>_0x28e22e[_0x52bdd2(0x3f1)]({'embedId':_0x4b4c08==null?void 0x0:_0x4b4c08[_0x52bdd2(0x46d)],'reason':'host-scroll'}),'offset':_0x48ecf9,'onHostWheel':_0x133f1e,'owner':_0x1d9a8d,'syncingChildFromHost':_0x52968f,'syncingHostFromChild':_0x4412ec,'viewScale':_0x2f8622,'viewportHeight':_0x528f1f==null?void 0x0:_0x528f1f[_0x52bdd2(0x58a)]});return()=>_0x55db07['dispose']();},[_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],_0x528f1f==null?void 0x0:_0x528f1f[_0xde9c23(0x5a0)],_0x2f8622,_0x528f1f==null?void 0x0:_0x528f1f[_0xde9c23(0x58a)],_0x4cc8,_0x28e22e,_0x444843,_0x48b452,_0x133f1e,_0x2ad250,_0x3b38d4]);let _0x4725ab=fn({'stage':_0x561796,'interactionFlow':_0x190c53}),_0x3341d2=_0x4725ab['disableLiveHostPointerEvents'],_0x1d59cd=_0x4725ab['passThroughInteractionGate'],_0x8f7a65=_0x528f1f?{'top':_0x528f1f['floatingMenuInsetTop']*_0x2f8622,'left':-_0xe09012*_0x2f8622,'width':(((_0x2e697f==null?void 0x0:_0x2e697f[_0xde9c23(0x610)])??0x1)+_0xe09012)*_0x2f8622,'height':_0x528f1f['viewportHeight']*_0x2f8622}:_0x11fba3?{'top':_0x11fba3[_0xde9c23(0x2e2)],'height':_0xde9c23(0x1ea)+_0x11fba3['floatingMenuInsetTop']+'px)'}:void 0x0,_0x1dca06=_0x528f1f?{'width':((_0x2e697f==null?void 0x0:_0x2e697f[_0xde9c23(0x610)])??0x1)+_0xe09012,'height':_0x528f1f[_0xde9c23(0x58a)],'transform':_0x2f8622===0x1?void 0x0:_0xde9c23(0x531)+_0x2f8622+')','transformOrigin':_0xde9c23(0x10c)}:void 0x0,_0xd1d6fb=_0x528f1f?{'left':0x0,'width':'100%','height':_0x528f1f[_0xde9c23(0x58a)],'minHeight':_0x528f1f[_0xde9c23(0x58a)]}:void 0x0;return(0x0,p[_0xde9c23(0x117)])(_0xde9c23(0xef),{'ref':_0x4a68fa,'className':(0x0,o[_0xde9c23(0x40f)])(_0xde9c23(0x4e8),_0x528f1f&&_0xde9c23(0x41f)),'data-u-comp':'embed-float-dom','data-embed-float-dom':_0xde9c23(0x420),'data-embed-float-stage':_0x561796,'data-embed-id':_0x4b4c08==null?void 0x0:_0x4b4c08['embedId'],'data-embed-host-unit-id':_0x4b4c08==null?void 0x0:_0x4b4c08['hostUnitId'],'data-embed-host-anchor-id':_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x375)],'data-embed-child-unit-id':_0x36155d,'data-embed-child-type':_0x51f8cd,'data-embed-interaction-flow':_0x190c53,'children':[(0x0,p[_0xde9c23(0x117)])(_0xde9c23(0xef),{'ref':_0x24ab39,'className':(0x0,o[_0xde9c23(0x40f)])(_0xde9c23(0x1da),_0x528f1f&&_0xde9c23(0x19b)),'data-u-comp':_0xde9c23(0x11d),'data-embed-float-content':'true','style':_0x8f7a65,'children':[(0x0,p[_0xde9c23(0x117)])(_0xde9c23(0xef),{'ref':_0x2d4616,'className':(0x0,o['clsx'])('univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent',_0x528f1f&&_0xde9c23(0x242)),'data-u-comp':_0xde9c23(0x4d2),'data-embed-float-live':_0xde9c23(0x420),'style':_0x1dca06,'children':[(0x0,p[_0xde9c23(0x4fd)])(_0xde9c23(0xef),{'ref':_0xc9761c,'className':(0x0,o[_0xde9c23(0x40f)])('univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden',_0x4df658,_0x528f1f&&_0xde9c23(0x6bd),_0x3341d2&&_0xde9c23(0x41f)),'data-u-comp':'embed-float-dom-live-canvas','style':_0xd1d6fb,'data-embed-canvas-root':'true'}),(0x0,p[_0xde9c23(0x4fd)])(_0xde9c23(0xef),{'ref':_0x5551fd,'className':(0x0,o[_0xde9c23(0x40f)])(_0xde9c23(0x4f2),_0x3341d2&&'univer-pointer-events-none'),'data-u-comp':'embed-float-dom-live-content','style':_0xd1d6fb,'data-embed-content-root':'true'})]}),(0x0,p[_0xde9c23(0x4fd)])(_0xde9c23(0xef),{'ref':_0x5b9a00,'className':(0x0,o[_0xde9c23(0x40f)])(_0xde9c23(0xb8),_0x1d59cd&&_0xde9c23(0x41f)),'data-u-comp':_0xde9c23(0x62f),'data-embed-float-interaction-gate':_0xde9c23(0x420)})]}),(0x0,p[_0xde9c23(0x117)])('div',{'ref':_0x40ee49,'className':_0xde9c23(0x6cf),'data-u-comp':_0xde9c23(0x192),'data-embed-float-stage':_0x561796,'data-embed-id':_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],'style':{'zIndex':_0x13fb22??0x320},'children':[(0x0,p[_0xde9c23(0x4fd)])('div',{'ref':_0x5a09fb,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0xde9c23(0x1f4),'data-embed-overlay-root':_0xde9c23(0x420)}),(0x0,p[_0xde9c23(0x4fd)])(_0xde9c23(0xef),{'ref':_0x3d0dda,'className':_0xde9c23(0x592),'data-u-comp':_0xde9c23(0x4f7),'data-embed-popup-root':_0xde9c23(0x420)}),!_0x30f92a&&(0x0,p[_0xde9c23(0x4fd)])(Jr,{'hostUnitId':_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],'embedId':_0x4b4c08==null?void 0x0:_0x4b4c08['embedId']})]}),_0x30f92a&&(0x0,p[_0xde9c23(0x4fd)])(Jr,{'hostUnitId':_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x1d1)],'embedId':_0x4b4c08==null?void 0x0:_0x4b4c08[_0xde9c23(0x46d)],'className':_0xde9c23(0x42b)})]});}function ei(_0x297c2e){const _0x4f196d=_0x404806;let _0x301cd6=_0x297c2e==null?void 0x0:_0x297c2e[_0x4f196d(0x20d)]['ref'];if(_0x301cd6)try{let _0x5ddca6=typeof _0x301cd6==_0x4f196d(0x6cd)?(0x0,e[_0x4f196d(0x363)])(_0x301cd6):_0x301cd6;return{'childUnitId':_0x5ddca6['unit']['selector'],'childType':(0x0,e['fromResourceRefUnitType'])(_0x5ddca6['unit'][_0x4f196d(0x225)])};}catch{return;}}function ti(_0x22229b){const _0x429bd8=_0x404806;var _0x221722,_0x1a1b38;let _0x179670=((_0x221722=_0x22229b[_0x429bd8(0x66c)])==null?void 0x0:_0x221722[_0x429bd8(0x467)])||void 0x0;if(_0x179670&&typeof _0x179670==_0x429bd8(0x586)&&_0x179670['layout'])return _0x179670[_0x429bd8(0x5d3)];let _0x1b7182=((_0x1a1b38=_0x22229b[_0x429bd8(0x66c)])==null?void 0x0:_0x1a1b38[_0x429bd8(0x480)])||void 0x0;return _0x1b7182&&typeof _0x1b7182=='object'&&_0x1b7182[_0x429bd8(0x1f9)]?_0x429bd8(0x26d):void 0x0;}function ni(_0x1117f1,_0x849b5c=0x1,_0x1819fb=0x1){const _0x350f3a=_0x404806;let _0x87e3d5=_0x1117f1[_0x350f3a(0x1bb)]/(Math['abs'](_0x849b5c)||0x1),_0x3f0638=_0x1117f1[_0x350f3a(0x2f7)]/(Math[_0x350f3a(0x60c)](_0x1819fb)||0x1);if(_0x1117f1[_0x350f3a(0x1eb)])_0x87e3d5=(_0x1117f1[_0x350f3a(0x2f7)]||_0x1117f1[_0x350f3a(0x1bb)])*0x3/(Math[_0x350f3a(0x60c)](_0x849b5c)||0x1),_0x3f0638=0x0;else{let _0x3d358e=Math[_0x350f3a(0x60c)](_0x87e3d5),_0x5ad29a=Math[_0x350f3a(0x60c)](_0x3f0638);_0x5ad29a>=_0x3d358e*0x2?_0x87e3d5=0x0:_0x3d358e>=_0x5ad29a*0x2&&(_0x3f0638=0x0);}return{'offsetX':_0x87e3d5,'offsetY':_0x3f0638};}function ri(_0xedcf10,_0x2c3bcf,_0x41a3e5){const _0x45ebe1=_0x404806;if(!_0x2c3bcf)return!0x1;let {offsetX:_0x1d42d6,offsetY:_0x187de8}=ii(_0xedcf10,_0x2c3bcf,_0x41a3e5);if(!_0x1d42d6&&!_0x187de8)return!0x1;let _0x314d9d=_0x2c3bcf[_0x45ebe1(0x54b)]??0x0,_0x350a42=_0x2c3bcf[_0x45ebe1(0x158)]??0x0;if(_0xedcf10[_0x45ebe1(0x20d)]===_0x45ebe1(0x3bf)&&_0x2c3bcf[_0x45ebe1(0x333)]&&(_0xedcf10['viewportScrollX']!=null||_0xedcf10['viewportScrollY']!=null))_0x2c3bcf['scrollToViewportPos']({'viewportScrollX':_0xedcf10[_0x45ebe1(0x54b)]??_0x314d9d,'viewportScrollY':_0xedcf10['viewportScrollY']??_0x350a42});else{if(_0x2c3bcf[_0x45ebe1(0xab)])_0x2c3bcf[_0x45ebe1(0xab)]({'viewportScrollX':_0x1d42d6,'viewportScrollY':_0x187de8});else return!0x1;}let _0x1f0d04=(_0x2c3bcf[_0x45ebe1(0x54b)]??0x0)!==_0x314d9d||(_0x2c3bcf[_0x45ebe1(0x158)]??0x0)!==_0x350a42;if(_0x1f0d04){var _0x3074c7;_0x41a3e5==null||(_0x3074c7=_0x41a3e5[_0x45ebe1(0x152)])==null||_0x3074c7[_0x45ebe1(0x538)](_0x41a3e5,!0x0);}return _0x1f0d04;}function ii(_0xddf2cb,_0x2c588f,_0x2a8c32){const _0x429caf=_0x404806;return _0xddf2cb[_0x429caf(0x20d)]==='host-scroll-sync'&&(_0xddf2cb[_0x429caf(0x54b)]!=null||_0xddf2cb['viewportScrollY']!=null)?{'offsetX':(_0xddf2cb[_0x429caf(0x54b)]??_0x2c588f['viewportScrollX']??0x0)-(_0x2c588f[_0x429caf(0x54b)]??0x0),'offsetY':(_0xddf2cb['viewportScrollY']??_0x2c588f[_0x429caf(0x158)]??0x0)-(_0x2c588f[_0x429caf(0x158)]??0x0)}:ni(_0xddf2cb['event'],_0x2a8c32==null?void 0x0:_0x2a8c32['scaleX'],_0x2a8c32==null?void 0x0:_0x2a8c32[_0x429caf(0x45b)]);}function ai(_0x35bfdc){const _0x4501dd=_0x404806;return _0x35bfdc+f[_0x4501dd(0x280)][_0x4501dd(0x30c)];}function oi(_0xed7b0f){const _0x570dd4=_0x404806;return _0xed7b0f[_0x570dd4(0x5a0)]+_0xed7b0f['floatingMenuInsetTop'];}function si(_0xcc4084){const _0x4af733=_0x404806;var _0x5584c7;let {data:_0x569e8b,customBlockRenderViewport:_0x544400}=_0xcc4084,_0x26670d=(0x0,a['useDependency'])(n['ICommandService']),_0x304d09=(0x0,a['useDependency'])(n[_0x4af733(0x746)]),_0x371ad2=(0x0,a['useDependency'])(f[_0x4af733(0x1f0)]),_0x1b4dab=rr(_0x569e8b),_0x96ba51=_0x1b4dab==null?void 0x0:_0x1b4dab[_0x4af733(0x1d1)],_0x4ee535=_0x96ba51??((_0x5584c7=_0x304d09[_0x4af733(0x5b2)](n['UniverInstanceType'][_0x4af733(0x15e)]))==null?void 0x0:_0x5584c7[_0x4af733(0x275)]()),_0x23ce8b=(0x0,c[_0x4af733(0x706)])(null),[_0x2483a7,_0xca7ac5]=(0x0,c[_0x4af733(0x6a1)])(()=>(0x0,r['createDefaultDocsTableLikeCustomBlockBleedViewport'])()),_0x5615c6=(0x0,m[_0x4af733(0x196)])(_0x1b4dab==null?void 0x0:_0x1b4dab['childType']),_0x4d0eb5=_0x544400==null?void 0x0:_0x544400[_0x4af733(0xbd)],_0x3c7400=_0x544400==null?void 0x0:_0x544400['bleedWidth'],_0xf189e1=_0x544400==null?void 0x0:_0x544400[_0x4af733(0x4ad)],_0x203789=ci(_0x544400==null?void 0x0:_0x544400['viewScale']);(0x0,c[_0x4af733(0x6fd)])(()=>{if(!_0x96ba51)return;let _0x258ccf=[],_0x33fa9a=()=>{const _0x373cdd=_0x159c;let _0x3f19d2=_0x304d09['getUnit'](_0x96ba51,n[_0x373cdd(0x536)][_0x373cdd(0x15e)]),_0xd2b3ea=_0x3f19d2==null?void 0x0:_0x3f19d2['zoomRatio'];typeof _0xd2b3ea==_0x373cdd(0x670)&&_0x26670d[_0x373cdd(0x243)](r[_0x373cdd(0x315)]['id'],{'unitId':_0x96ba51,'zoomRatio':_0xd2b3ea});},_0x1887cc=_0xd1f2db=>{const _0xc84fb7=_0x159c;let _0x5be7b1=requestAnimationFrame(_0xd1f2db);_0x258ccf[_0xc84fb7(0x42f)](()=>cancelAnimationFrame(_0x5be7b1));},_0x135f19=_0x3e7e7b=>{const _0x539f07=_0x159c;let _0x5e72de=setTimeout(_0x33fa9a,_0x3e7e7b);_0x258ccf[_0x539f07(0x42f)](()=>clearTimeout(_0x5e72de));};return _0x33fa9a(),_0x1887cc(_0x33fa9a),_0x1887cc(()=>_0x1887cc(_0x33fa9a)),_0x135f19(0x78),_0x135f19(0x1f4),()=>{const _0x37dca8=_0x159c;_0x258ccf[_0x37dca8(0x72e)](_0x147995=>_0x147995());};},[_0x26670d,_0x96ba51,_0x304d09]),(0x0,c[_0x4af733(0x5f6)])(()=>{const _0x25e44d=_0x4af733;let _0x4037f6=_0x23ce8b[_0x25e44d(0x10e)];if(!_0x4037f6||!_0x5615c6||typeof window>'u')return;let _0x1e0c75,_0x475bcd=()=>{const _0x14d82d=_0x25e44d;_0x1e0c75=void 0x0;let _0x311a4b=_0x4037f6[_0x14d82d(0x4c2)](),_0x1eff8c=fi(_0xf189e1,()=>mi(_0x4037f6,_0x311a4b[_0x14d82d(0x6e7)]/_0x203789)),_0x56d052=(0x0,r['resolveDocsTableLikeCustomBlockBleedViewport'])(_0x4037f6,_0x1eff8c,{'authoritativeContentWidth':Number[_0x14d82d(0x581)](_0xf189e1)&&(_0xf189e1??0x0)>0x0,'bleedLeft':_0x4d0eb5,'bleedWidth':_0x3c7400,'viewScale':_0x203789});_0xca7ac5(_0x6e9ff4=>Math[_0x14d82d(0x60c)](_0x6e9ff4[_0x14d82d(0xbd)]-_0x56d052[_0x14d82d(0xbd)])<0.5&&Math[_0x14d82d(0x60c)](_0x6e9ff4[_0x14d82d(0x2da)]-_0x56d052[_0x14d82d(0x2da)])<0.5&&Math[_0x14d82d(0x60c)](_0x6e9ff4[_0x14d82d(0x22d)]-_0x56d052['bleedWidth'])<0.5&&Math['abs'](_0x6e9ff4[_0x14d82d(0x4ad)]-_0x56d052[_0x14d82d(0x4ad)])<0.5&&Math['abs'](_0x6e9ff4[_0x14d82d(0x2e6)]-_0x56d052[_0x14d82d(0x2e6)])<0.5?_0x6e9ff4:_0x56d052);},_0x4c6f1d=()=>{const _0x4194bb=_0x25e44d;_0x1e0c75??=window[_0x4194bb(0x398)](_0x475bcd);},_0x3013e0=_0x279735=>{const _0x4540d0=_0x25e44d;pi(_0x4037f6,_0x279735[_0x4540d0(0x2c2)])&&_0x4c6f1d();};_0x475bcd();let _0x234789=new ResizeObserver(_0x4c6f1d);return _0x234789[_0x25e44d(0x1bc)](_0x4037f6),window[_0x25e44d(0x31b)](_0x25e44d(0x2b6),_0x4c6f1d),window['addEventListener'](_0x25e44d(0x487),_0x3013e0,!0x0),()=>{const _0x2d46f5=_0x25e44d;_0x1e0c75!=null&&window[_0x2d46f5(0x122)](_0x1e0c75),_0x234789[_0x2d46f5(0x344)](),window[_0x2d46f5(0x6db)](_0x2d46f5(0x2b6),_0x4c6f1d),window[_0x2d46f5(0x6db)]('scroll',_0x3013e0,!0x0);};},[_0x4d0eb5,_0x3c7400,_0xf189e1,_0x5615c6,_0x203789]);let _0x4789df=_0x5615c6?ui(_0x544400==null?void 0x0:_0x544400[_0x4af733(0x5a0)]):(0x0,r['resolveDocsTableLikeCustomBlockContentHeight'])(_0x544400==null?void 0x0:_0x544400[_0x4af733(0x5a0)],0x1),_0x58e769=_0x5615c6?0x34:0x0,_0x59ff08=di({'contentHeight':_0x4789df,'viewportHeight':_0x544400==null?void 0x0:_0x544400[_0x4af733(0x58a)]}),_0x380d79=oi({'contentHeight':_0x4789df,'floatingMenuInsetTop':_0x58e769}),_0x48a6f0=_0x5615c6?{'height':_0x380d79*_0x203789,'minHeight':_0x380d79*_0x203789}:void 0x0,_0x35d704=(0x0,c['useCallback'])((_0x325435,_0x3ef988)=>{const _0x5d1874=_0x4af733;var _0x163079;let _0x14ae61=(_0x163079=_0x371ad2[_0x5d1874(0x335)](_0x3ef988['hostUnitId']))==null?void 0x0:_0x163079['scene'];return ri({..._0x3ef988,'event':_0x325435,'source':'wheel','stage':_0x5d1874(0x6c6)},_0x14ae61==null?void 0x0:_0x14ae61[_0x5d1874(0x22f)](r[_0x5d1874(0x457)]['VIEW_MAIN']),_0x14ae61);},[_0x371ad2]),_0x4a3b81=(0x0,c['useCallback'])(_0x43c390=>{li(_0x371ad2,_0x4ee535,_0x43c390);},[_0x371ad2,_0x4ee535]);return(0x0,p['jsx'])('div',{'ref':_0x23ce8b,'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':_0x4af733(0x420),'data-embed-docs-custom-block-child-type':(_0x1b4dab==null?void 0x0:_0x1b4dab[_0x4af733(0x34e)])==null?void 0x0:String(_0x1b4dab[_0x4af733(0x34e)]),'data-embed-docs-custom-block-sheet-like':_0x5615c6?'true':void 0x0,'style':_0x48a6f0,'children':(0x0,p[_0x4af733(0x4fd)])($r,{..._0xcc4084,'docsCustomBlockLayout':_0x5615c6?{'bleedLeft':_0x2483a7[_0x4af733(0xbd)],'bleedWidth':_0x2483a7[_0x4af733(0x22d)],'contentHeight':_0x4789df,'contentWidth':_0x2483a7[_0x4af733(0x4ad)],'floatingMenuInsetTop':_0x58e769,'pageContentWidth':(_0x544400==null?void 0x0:_0x544400['pageContentWidth'])??_0x2483a7[_0x4af733(0x4ad)],'sheetLike':!0x0,'viewScale':_0x203789,'viewportHeight':_0x59ff08}:{'floatingMenuInsetTop':_0x58e769,'sheetLike':!0x1},'interactionFlow':_0x4af733(0x57a),'onHostWheel':_0x5615c6?_0x35d704:void 0x0,'onRuntimeStageEnter':_0x4a3b81,'syncHostVerticalScroll':_0x5615c6})});}function ci(_0x383080){const _0x294f94=_0x404806;return typeof _0x383080==_0x294f94(0x670)&&Number[_0x294f94(0x581)](_0x383080)&&_0x383080>0x0?_0x383080:0x1;}function li(_0x22cb08,_0x4528db,_0xeba29e){const _0x3527c7=_0x404806;var _0x57a6cf;_0xeba29e!==_0x3527c7(0x6c6)||!_0x4528db||(_0x57a6cf=_0x22cb08['getRenderUnitById'](_0x4528db))==null||(_0x57a6cf=_0x57a6cf[_0x3527c7(0x6f1)](r[_0x3527c7(0x5d1)]))==null||_0x57a6cf[_0x3527c7(0x1df)]();}function ui(_0x4c5762){return(0x0,r['resolveDocsTableLikeCustomBlockContentHeight'])(_0x4c5762,0x1e0);}function di(_0x4cd78d){const _0x1436d4=_0x404806;return(0x0,r[_0x1436d4(0x5d2)])(_0x4cd78d[_0x1436d4(0x58a)],_0x4cd78d['contentHeight']);}function fi(_0x3acb6f,_0x32f33e){const _0x2c8ba6=_0x404806;return Number[_0x2c8ba6(0x581)](_0x3acb6f)&&(_0x3acb6f??0x0)>0x0?_0x3acb6f:(0x0,r['resolveDocsTableLikeCustomBlockContentWidth'])(void 0x0,_0x32f33e());}function pi(_0x1fe3b2,_0x5ba739){return!(_0x5ba739 instanceof Node&&_0x1fe3b2['contains'](_0x5ba739));}function mi(_0x3ed08b,_0x234f41){const _0x19c0a7=_0x404806;let _0x13371e=_0x3ed08b[_0x19c0a7(0x2b9)](_0x19c0a7(0x6f8)),_0xcf4ac8=_0x3ed08b[_0x19c0a7(0x2b9)](_0x19c0a7(0x361)),_0x4d7ee0=[Math[_0x19c0a7(0x282)](0x1,_0x234f41)];return hi(_0x13371e,_0x4d7ee0),hi(_0xcf4ac8,_0x4d7ee0),Math[_0x19c0a7(0x282)](..._0x4d7ee0['filter'](_0x5ca708=>Number[_0x19c0a7(0x581)](_0x5ca708)&&_0x5ca708>0x0));}function hi(_0x39eff3,_0x4eacaa){const _0xe173a6=_0x404806;if(_0x39eff3){_0x4eacaa[_0xe173a6(0x42f)](_0x39eff3[_0xe173a6(0x554)],_0x39eff3[_0xe173a6(0x442)],_0x39eff3[_0xe173a6(0x4c2)]()[_0xe173a6(0x6e7)]);for(let _0x3ec689 of Array[_0xe173a6(0x56b)](_0x39eff3['children'])){if(!(_0x3ec689 instanceof HTMLElement))continue;let _0x2ae27f=_0x3ec689[_0xe173a6(0x4c2)](),_0x229224=_0x39eff3['getBoundingClientRect']();_0x4eacaa[_0xe173a6(0x42f)](_0x3ec689[_0xe173a6(0x554)],_0x3ec689[_0xe173a6(0x442)],_0x2ae27f[_0xe173a6(0x120)]-_0x229224[_0xe173a6(0x1fb)]);}}}let gi=class extends n[_0x404806(0x3fc)]{constructor(_0x4098d0){const _0x20c047=_0x404806;super(),this['_componentManager']=_0x4098d0,this[_0x20c047(0x5fa)]();}['_registerComponents'](){const _0x4f4278=_0x404806;this[_0x4f4278(0x403)](this[_0x4f4278(0x701)][_0x4f4278(0x2c0)](m[_0x4f4278(0x493)],si)),this['disposeWithMe'](this[_0x4f4278(0x701)][_0x4f4278(0x2c0)](e[_0x4f4278(0xb5)],$r));}};gi=Q([Z(0x0,(0x0,n[_0x404806(0xec)])(a[_0x404806(0x61e)]))],gi);let _i=class{constructor(_0x2941ca,_0x531fdb){const _0x162aad=_0x404806;this['_injector']=_0x2941ca,this['_passiveWheelHandlerRegistry']=_0x531fdb,this[_0x162aad(0x29c)][_0x162aad(0x2c0)]({'childType':n[_0x162aad(0x536)]['UNIVER_DOC'],'handleWheel':_0x270ed0=>this['_injector'][_0x162aad(0x287)](h[_0x162aad(0x2de)])?this[_0x162aad(0x4c4)][_0x162aad(0x35f)](h[_0x162aad(0x2de)])[_0x162aad(0x249)]({'childUnitId':_0x270ed0['childUnitId'],'event':_0x270ed0[_0x162aad(0x3fa)],'source':_0x270ed0[_0x162aad(0x20d)]}):!0x1,'order':0x64});}};_i=Q([Z(0x0,(0x0,n['Inject'])(n['Injector'])),Z(0x1,(0x0,n[_0x404806(0xec)])(nr))],_i);const vi=[n[_0x404806(0x536)][_0x404806(0x15e)],n[_0x404806(0x536)][_0x404806(0x534)],n[_0x404806(0x536)][_0x404806(0x517)],n[_0x404806(0x536)][_0x404806(0x47d)]];let yi=class extends n['Disposable']{constructor(_0x8a9020,_0x2dc577){const _0x18bede=_0x404806;super(),this[_0x18bede(0x387)]=_0x8a9020,this[_0x18bede(0x35c)]=_0x2dc577,vi['forEach'](_0x2f01e7=>{const _0x15c9fe=_0x18bede;this[_0x15c9fe(0x403)](this[_0x15c9fe(0x387)][_0x15c9fe(0x1ba)](_0x2f01e7)['subscribe'](_0x48d9a5=>{const _0x1f6c9b=_0x15c9fe;this[_0x1f6c9b(0x35c)]['clearUnit'](_0x48d9a5[_0x1f6c9b(0x275)]());}));});}};yi=Q([Z(0x0,n[_0x404806(0x746)]),Z(0x1,(0x0,n['Inject'])(e[_0x404806(0x160)]))],yi);let bi=class extends n[_0x404806(0x3fc)]{constructor(_0x32311d,_0x4e21bf,_0xec2f1d,_0x1cb8ed){const _0x233292=_0x404806;super(),this[_0x233292(0x2a9)]=_0x32311d,this[_0x233292(0x724)]=_0x4e21bf,this[_0x233292(0x101)]=_0xec2f1d,this[_0x233292(0x4c4)]=_0x1cb8ed,V(this,'_current',null),V(this,_0x233292(0x28b),null),this['disposeWithMe']((0x0,n[_0x233292(0x6e6)])(this['_menuOverrideService']['override$'][_0x233292(0x3db)](_0x1850d9=>{const _0x5e5c44=_0x233292;var _0x1d5ba3,_0x3d751e;if(!_0x1850d9){this[_0x5e5c44(0x4b0)]?(this[_0x5e5c44(0x4b0)][_0x5e5c44(0x3f7)](),this['_current']=null):this[_0x5e5c44(0x101)][_0x5e5c44(0x589)](),this[_0x5e5c44(0x28b)]=null;return;}if(xi(this[_0x5e5c44(0x28b)],_0x1850d9))return;(_0x1d5ba3=this[_0x5e5c44(0x4b0)])==null||_0x1d5ba3[_0x5e5c44(0x3f7)](),this[_0x5e5c44(0x4b0)]=null,this[_0x5e5c44(0x28b)]=null;let _0x39ce00=this['_blockRegistry'][_0x5e5c44(0x35f)](_0x1850d9[_0x5e5c44(0x34e)]),_0x500a63=_0x39ce00==null||(_0x3d751e=_0x39ce00[_0x5e5c44(0x437)])==null?void 0x0:_0x3d751e['call'](_0x39ce00,{'childType':_0x1850d9[_0x5e5c44(0x34e)],'childUnitId':_0x1850d9[_0x5e5c44(0x106)],'injector':this[_0x5e5c44(0x4c4)],'embedId':_0x1850d9[_0x5e5c44(0x46d)],'hostUnitId':_0x1850d9[_0x5e5c44(0x1d1)],'entry':_0x1850d9[_0x5e5c44(0x3fd)]});if(!_0x500a63){this['_ribbonOverrideService'][_0x5e5c44(0x589)]();return;}this[_0x5e5c44(0x101)]['activate']({'id':_0x1850d9[_0x5e5c44(0x46d)],'ribbonService':_0x500a63[_0x5e5c44(0x1e5)],'injector':_0x500a63[_0x5e5c44(0x697)],'portalContainer':_0x500a63[_0x5e5c44(0x4e9)]??_0x1850d9[_0x5e5c44(0x4e9)],'placeholderTitle':_0x500a63[_0x5e5c44(0x1f5)],'hideToolbar':_0x500a63['hideToolbar']}),this[_0x5e5c44(0x28b)]=_0x1850d9,this[_0x5e5c44(0x4b0)]=(0x0,n[_0x5e5c44(0x6e6)])(()=>{const _0x1a98d3=_0x5e5c44;var _0x4ad61a;this[_0x1a98d3(0x101)][_0x1a98d3(0x589)](_0x1850d9[_0x1a98d3(0x46d)]),(_0x4ad61a=_0x500a63[_0x1a98d3(0x4db)])==null||_0x4ad61a[_0x1a98d3(0x3f7)](),this['_currentOverride']=null;});})));}[_0x404806(0x3f7)](){const _0x38b46d=_0x404806;var _0x3d971a;(_0x3d971a=this[_0x38b46d(0x4b0)])==null||_0x3d971a[_0x38b46d(0x3f7)](),this[_0x38b46d(0x4b0)]=null,this[_0x38b46d(0x28b)]=null,super['dispose']();}};bi=Q([Z(0x0,(0x0,n['Inject'])(ae)),Z(0x1,(0x0,n[_0x404806(0xec)])(H)),Z(0x2,(0x0,n[_0x404806(0xec)])(a[_0x404806(0x495)])),Z(0x3,(0x0,n['Inject'])(n[_0x404806(0x4a2)]))],bi);function xi(_0x52ccb8,_0x1476ab){const _0x35353a=_0x404806;return _0x52ccb8!=null&&_0x52ccb8['hostUnitId']===_0x1476ab[_0x35353a(0x1d1)]&&_0x52ccb8['embedId']===_0x1476ab[_0x35353a(0x46d)]&&_0x52ccb8[_0x35353a(0x106)]===_0x1476ab[_0x35353a(0x106)]&&_0x52ccb8[_0x35353a(0x34e)]===_0x1476ab[_0x35353a(0x34e)]&&_0x52ccb8[_0x35353a(0x3fd)]===_0x1476ab[_0x35353a(0x3fd)]&&_0x52ccb8[_0x35353a(0x5cd)]===_0x1476ab['reason']&&_0x52ccb8['portalContainer']===_0x1476ab['portalContainer']&&_0x52ccb8[_0x35353a(0x6d0)]===_0x1476ab[_0x35353a(0x6d0)]&&_0x52ccb8[_0x35353a(0x5fb)]===_0x1476ab[_0x35353a(0x5fb)];}function Si(_0x47c02c){const _0x2e2bc3=_0x404806;let _0x2c1eb5=[];return[[n[_0x2e2bc3(0x536)][_0x2e2bc3(0x15e)],_0x2e2bc3(0x321)],[n[_0x2e2bc3(0x536)]['UNIVER_SHEET'],_0x2e2bc3(0x1ef)],[n[_0x2e2bc3(0x536)][_0x2e2bc3(0x47d)],_0x2e2bc3(0x5b0)],[n[_0x2e2bc3(0x536)][_0x2e2bc3(0x517)],_0x2e2bc3(0x607)]][_0x2e2bc3(0x72e)](([_0x495103,_0x356739])=>{const _0x3d5e5e=_0x2e2bc3;let _0x1ba1a3=Lt(_0x47c02c,{'childType':_0x495103,'id':_0x356739});_0x1ba1a3&&_0x2c1eb5[_0x3d5e5e(0x42f)](_0x1ba1a3);}),_0x2c1eb5;}var Ci=class{constructor(){const _0x2f819e=_0x404806;V(this,_0x2f819e(0x1c5),new Map());}[_0x404806(0x2c0)](_0x1cebe1){const _0x50b096=_0x404806;return this['_providers']['set'](_0x1cebe1[_0x50b096(0x34e)],_0x1cebe1),(0x0,n['toDisposable'])(()=>{const _0x13e8df=_0x50b096;this['_providers']['get'](_0x1cebe1[_0x13e8df(0x34e)])===_0x1cebe1&&this[_0x13e8df(0x1c5)][_0x13e8df(0x4d8)](_0x1cebe1[_0x13e8df(0x34e)]);});}[_0x404806(0x35f)](_0x56e8f4){const _0x2ab10e=_0x404806;return this['_providers'][_0x2ab10e(0x35f)](_0x56e8f4);}[_0x404806(0x73c)](){const _0x3d40e4=_0x404806;return[...this[_0x3d40e4(0x1c5)]['values']()];}[_0x404806(0x6d2)](_0x1a0dbb){const _0x2cddc9=_0x404806;var _0x4cf2a6;return(_0x4cf2a6=this[_0x2cddc9(0x35f)](_0x1a0dbb['childType']))==null?void 0x0:_0x4cf2a6[_0x2cddc9(0x6d2)](_0x1a0dbb);}};function wi(_0x339945,_0x2d39f0,_0xf26dea=Di(_0x339945),_0x1c51d5={}){const _0x11f283=_0x404806;var _0x144330,_0x48d02a;let _0x128b68=_0x339945[_0x11f283(0x697)]['get'](_0x2d39f0),_0x1f3b2a=_0x1c51d5[_0x11f283(0x3d8)]??(_0x1c51d5[_0x11f283(0x11a)]===!0x1?void 0x0:((_0x144330=_0x339945[_0x11f283(0x5c6)])==null?void 0x0:_0x144330['injector'])??Ti(_0x339945)),_0x229a0a=!_0x1c51d5[_0x11f283(0x3d8)]&&_0x1f3b2a!==((_0x48d02a=_0x339945[_0x11f283(0x5c6)])==null?void 0x0:_0x48d02a['injector']),_0x49c997=Ai(_0x128b68,_0x339945[_0x11f283(0x106)],_0x1f3b2a);if(!_0x49c997){_0x229a0a&&(_0x1f3b2a==null||_0x1f3b2a[_0x11f283(0x3f7)]());return;}_0xf26dea[_0x11f283(0x6a4)][_0x11f283(0x5e8)]=_0x339945['childUnitId'],_0xf26dea[_0x11f283(0x6a4)]['embedChildRenderMode']=_0x339945['renderScope'][_0x11f283(0x210)];try{var _0x4defeb,_0x501eac;(_0x4defeb=(_0x501eac=_0x49c997[_0x11f283(0x172)])[_0x11f283(0x660)])==null||_0x4defeb[_0x11f283(0x538)](_0x501eac);}catch{}_0x49c997['engine'][_0x11f283(0x66d)](_0xf26dea),Oi(_0x49c997,_0xf26dea),Mi(_0x49c997,{'activate':_0x1c51d5[_0x11f283(0x221)]??!0x0});let _0x46601a=Ei(_0x49c997,_0xf26dea,{'activate':!0x1});return(0x0,n['toDisposable'])(()=>{const _0x434c30=_0x11f283;var _0xe9c3ed;_0x46601a[_0x434c30(0x3f7)]();try{var _0x1d1360,_0x409992;(_0x1d1360=(_0x409992=_0x49c997[_0x434c30(0x172)])[_0x434c30(0x660)])==null||_0x1d1360[_0x434c30(0x538)](_0x409992);}catch{}(_0xe9c3ed=_0x128b68[_0x434c30(0xa9)])==null||_0xe9c3ed[_0x434c30(0x538)](_0x128b68,_0x339945[_0x434c30(0x106)]),_0xf26dea[_0x434c30(0x633)](_0x434c30(0x3df)),_0xf26dea[_0x434c30(0x633)]('data-embed-child-render-mode'),_0x229a0a&&(_0x1f3b2a==null||_0x1f3b2a[_0x434c30(0x3f7)]());});}function Ti(_0x557eb5){const _0x136124=_0x404806;if(typeof _0x557eb5[_0x136124(0x697)]['has']==_0x136124(0x338)&&!(!_0x557eb5[_0x136124(0x697)][_0x136124(0x287)](n[_0x136124(0x746)])||!_0x557eb5[_0x136124(0x697)][_0x136124(0x287)](n[_0x136124(0x3b0)])))return ce(_0x557eb5);}function Ei(_0x25dcc7,_0x50dd9b,_0x499245={}){const _0x2afa76=_0x404806;if(typeof ResizeObserver>'u')return(0x0,n[_0x2afa76(0x6e6)])(()=>{});let _0x424fba=-0x1,_0x31ae43=-0x1,_0x4b4ee4=0x0,_0x211714=new ResizeObserver(_0x412dcb=>{const _0x491b7e=_0x2afa76;var _0x2cb6c5;let _0x3e6fa9=(_0x2cb6c5=_0x412dcb[0x0])==null?void 0x0:_0x2cb6c5['contentRect'],_0x53cddb=(_0x3e6fa9==null?void 0x0:_0x3e6fa9[_0x491b7e(0x6e7)])??_0x50dd9b[_0x491b7e(0x555)],_0x563ff3=(_0x3e6fa9==null?void 0x0:_0x3e6fa9[_0x491b7e(0x704)])??_0x50dd9b[_0x491b7e(0x4f6)];(_0x53cddb!==_0x424fba||_0x563ff3!==_0x31ae43)&&(_0x424fba=_0x53cddb,_0x31ae43=_0x563ff3,_0x4b4ee4&&window[_0x491b7e(0x122)](_0x4b4ee4),_0x4b4ee4=window[_0x491b7e(0x398)](()=>{const _0xf6670a=_0x491b7e;_0x4b4ee4=0x0,Mi(_0x25dcc7,{'activate':_0x499245[_0xf6670a(0x221)]??!0x1});}));});return _0x211714['observe'](_0x50dd9b),(0x0,n['toDisposable'])(()=>{const _0x16d350=_0x2afa76;_0x4b4ee4&&window[_0x16d350(0x122)](_0x4b4ee4),_0x211714[_0x16d350(0x344)]();});}function Di(_0x21c564){const _0x1cacd7=_0x404806;return _0x21c564['runtimeScope']['roots'][_0x1cacd7(0x24d)]??_0x21c564[_0x1cacd7(0x30d)]['canvasRoot']??_0x21c564[_0x1cacd7(0x30d)][_0x1cacd7(0x1f3)]??_0x21c564['renderScope']['rootElement'];}function Oi(_0x2f5dd3,_0x1f3276){const _0x318d7e=_0x404806;var _0x3a9acb,_0xb9e520,_0x326579,_0x4dc857,_0x4739c3;let _0x34a0de=((_0x3a9acb=(_0xb9e520=_0x2f5dd3[_0x318d7e(0x172)])[_0x318d7e(0x406)])==null?void 0x0:_0x3a9acb[_0x318d7e(0x538)](_0xb9e520))??((_0x326579=(_0x4dc857=_0x2f5dd3[_0x318d7e(0x172)])[_0x318d7e(0x3ea)])==null||(_0x326579=_0x326579[_0x318d7e(0x538)](_0x4dc857))==null||(_0x4739c3=_0x326579[_0x318d7e(0x414)])==null?void 0x0:_0x4739c3['call'](_0x326579));!_0x34a0de||_0x34a0de[_0x318d7e(0x5eb)]===_0x1f3276||_0x1f3276[_0x318d7e(0x1a1)](_0x34a0de);}function ki(_0x22cd8b,_0x22aa82,_0xe0cb4d){const _0x3b889=_0x404806;try{let _0x2a1392=_0x22cd8b[_0x3b889(0x335)](_0x22aa82);if(_0x2a1392){var _0x4a4522;if(!_0xe0cb4d||ji(_0x2a1392)===_0xe0cb4d)return _0x2a1392;(_0x4a4522=_0x22cd8b[_0x3b889(0xa9)])==null||_0x4a4522['call'](_0x22cd8b,_0x22aa82);}return _0x22cd8b['createRender'](_0x22aa82,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0xe0cb4d,'skipAutoRender':!0x0});}catch{return;}}function Ai(_0x7adc2,_0x75fb1c,_0x5d1a64){const _0x45f79e=_0x404806;try{let _0x361f02=_0x7adc2['getRenderUnitById'](_0x75fb1c);if(_0x361f02){var _0x4200db;if(!_0x5d1a64||ji(_0x361f02)===_0x5d1a64)return _0x361f02;(_0x4200db=_0x7adc2[_0x45f79e(0xa9)])==null||_0x4200db[_0x45f79e(0x538)](_0x7adc2,_0x75fb1c);}return _0x7adc2[_0x45f79e(0x3f6)](_0x75fb1c,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x5d1a64,'skipAutoRender':!0x0});}catch(_0x4ff9bb){var _0x51c9a9;(_0x51c9a9=_0x7adc2[_0x45f79e(0xa9)])==null||_0x51c9a9[_0x45f79e(0x538)](_0x7adc2,_0x75fb1c),console[_0x45f79e(0x2c6)]('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0x4ff9bb);return;}}function ji(_0x3bfe85){const _0x58dd5d=_0x404806;try{var _0x5684c8;return(_0x5684c8=_0x3bfe85[_0x58dd5d(0x6f1)])==null?void 0x0:_0x5684c8[_0x58dd5d(0x538)](_0x3bfe85,n[_0x58dd5d(0x4a2)]);}catch{return;}}function Mi(_0xe6bdf4,_0x1f13b5={}){const _0x515b6e=_0x404806;var _0x179cc1,_0x724dc1,_0x59d1ad,_0x265bc6;if(_0x1f13b5['activate']){var _0x2d7fae;(_0x2d7fae=_0xe6bdf4[_0x515b6e(0x221)])==null||_0x2d7fae[_0x515b6e(0x538)](_0xe6bdf4);}_0xe6bdf4['engine']['resize'](),_0xe6bdf4['components'][_0x515b6e(0x72e)](_0x377eae=>{const _0x1fc6dc=_0x515b6e;var _0x5c4c5f,_0x33db00;(_0x5c4c5f=_0x377eae[_0x1fc6dc(0x4b3)])==null||_0x5c4c5f[_0x1fc6dc(0x538)](_0x377eae,!0x0),(_0x33db00=_0x377eae['makeDirty'])==null||_0x33db00[_0x1fc6dc(0x538)](_0x377eae,!0x0);}),(_0x179cc1=_0xe6bdf4[_0x515b6e(0x469)])==null||(_0x724dc1=_0x179cc1[_0x515b6e(0x152)])==null||_0x724dc1[_0x515b6e(0x538)](_0x179cc1,!0x0),_0xe6bdf4[_0x515b6e(0x6aa)][_0x515b6e(0x152)](),(_0x59d1ad=(_0x265bc6=_0xe6bdf4[_0x515b6e(0x6aa)])[_0x515b6e(0x18e)])==null||_0x59d1ad[_0x515b6e(0x538)](_0x265bc6);}function Ni(_0xf7bdf5,_0x52e40f){const _0x172765=_0x404806;return{'childType':_0x52e40f[_0x172765(0x34e)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x99f8ff=>Pi(_0xf7bdf5,_0x52e40f[_0x172765(0xa8)],_0x99f8ff)};}function Pi(_0x1746ef,_0xb7b4c6,_0xf83084){const _0x162760=_0x404806;var _0x5d2090,_0x5df0c1;if(_0xf83084[_0x162760(0x53e)]){let _0x1270bf=et(_0xf83084[_0x162760(0x53e)]);if(_0x1270bf)return _0x1270bf;}if(typeof document>'u')return;let _0x5ad7e8=document['createElement'](_0x162760(0xef));_0x5ad7e8[_0x162760(0x1c2)][_0x162760(0x5df)]=_0x162760(0x309),_0x5ad7e8[_0x162760(0x1c2)][_0x162760(0x1fb)]='-100000px',_0x5ad7e8['style']['top']=_0x162760(0x528),_0x5ad7e8[_0x162760(0x1c2)]['width']=Math[_0x162760(0x282)](0x1,Math[_0x162760(0x355)](_0xf83084[_0x162760(0x6e7)]))+'px',_0x5ad7e8[_0x162760(0x1c2)]['height']=Math[_0x162760(0x282)](0x1,Math[_0x162760(0x355)](_0xf83084[_0x162760(0x704)]))+'px',_0x5ad7e8['style'][_0x162760(0xcd)]=_0x162760(0x620),document[_0x162760(0x4fa)][_0x162760(0x1a1)](_0x5ad7e8);let _0x2f159=_0x1746ef['get'](_0xb7b4c6),_0x1f00da=(_0x5d2090=_0xf83084[_0x162760(0x53e)])!=null&&(_0x5d2090=_0x5d2090[_0x162760(0x5c6)])!=null&&_0x5d2090[_0x162760(0x697)]?void 0x0:ce(Fi(_0x1746ef,_0xf83084,_0x5ad7e8)),_0x11e1d8=((_0x5df0c1=_0xf83084[_0x162760(0x53e)])==null||(_0x5df0c1=_0x5df0c1['runtimeScope'])==null?void 0x0:_0x5df0c1[_0x162760(0x697)])??_0x1f00da,_0x3c2848=ki(_0x2f159,_0xf83084[_0x162760(0x106)],_0x11e1d8);if(!_0x3c2848){_0x1f00da==null||_0x1f00da[_0x162760(0x3f7)](),_0x5ad7e8[_0x162760(0x2d1)]();return;}try{var _0x383aea,_0x26eb5d,_0x3d8a2b,_0x31068c,_0x6367c5;_0x3c2848[_0x162760(0x172)][_0x162760(0x66d)](_0x5ad7e8),Mi(_0x3c2848,{'activate':!0x1});let _0x47a19a=((_0x383aea=(_0x26eb5d=_0x3c2848['engine'])[_0x162760(0x406)])==null?void 0x0:_0x383aea[_0x162760(0x538)](_0x26eb5d))??((_0x3d8a2b=(_0x31068c=_0x3c2848[_0x162760(0x172)])['getCanvas'])==null||(_0x3d8a2b=_0x3d8a2b[_0x162760(0x538)](_0x31068c))==null||(_0x6367c5=_0x3d8a2b[_0x162760(0x414)])==null?void 0x0:_0x6367c5['call'](_0x3d8a2b));return!_0x47a19a||_0x47a19a['width']<=0x1||_0x47a19a['height']<=0x1||typeof _0x47a19a[_0x162760(0x33d)]!=_0x162760(0x338)?void 0x0:_0x47a19a[_0x162760(0x33d)](_0x162760(0x1ae));}catch{return;}finally{try{var _0x38c723,_0x421d68;(_0x38c723=(_0x421d68=_0x3c2848['engine'])['unmount'])==null||_0x38c723[_0x162760(0x538)](_0x421d68);}catch{}if(_0x1f00da){var _0x3bdffa;(_0x3bdffa=_0x2f159[_0x162760(0xa9)])==null||_0x3bdffa['call'](_0x2f159,_0xf83084[_0x162760(0x106)]),_0x1f00da[_0x162760(0x3f7)]();}_0x5ad7e8[_0x162760(0x2d1)]();}}function Fi(_0x242410,_0xd1f5f8,_0x33b6bf){const _0x24c5a2=_0x404806;let _0x435abd=Ii(_0xd1f5f8),_0x453b51=()=>{};return{'descriptor':_0xd1f5f8[_0x24c5a2(0x41a)],'layout':_0x435abd,'injector':_0x242410,'hostElement':_0x33b6bf,'container':_0x33b6bf,'hostUnitId':_0xd1f5f8[_0x24c5a2(0x41a)][_0x24c5a2(0x1d1)],'embedId':_0xd1f5f8[_0x24c5a2(0x41a)][_0x24c5a2(0x46d)],'childUnitId':_0xd1f5f8[_0x24c5a2(0x106)],'childType':_0xd1f5f8['childType'],'renderScope':{'hostUnitId':_0xd1f5f8[_0x24c5a2(0x41a)][_0x24c5a2(0x1d1)],'hostAnchorId':_0xd1f5f8[_0x24c5a2(0x41a)][_0x24c5a2(0x375)],'embedId':_0xd1f5f8[_0x24c5a2(0x41a)][_0x24c5a2(0x46d)],'childUnitId':_0xd1f5f8['childUnitId'],'childType':_0xd1f5f8[_0x24c5a2(0x34e)],'layout':_0x435abd,'mode':_0x24c5a2(0x3b5),'rootElement':_0x33b6bf,'contentRoot':_0x33b6bf,'canvasRoot':_0x33b6bf,'active$':(0x0,l['of'])(!0x1)},'runtimeScope':{'descriptor':_0xd1f5f8[_0x24c5a2(0x41a)],'host':{'unitId':_0xd1f5f8[_0x24c5a2(0x41a)][_0x24c5a2(0x1d1)],'type':_0xd1f5f8[_0x24c5a2(0x41a)]['hostType'],'anchorId':_0xd1f5f8[_0x24c5a2(0x41a)][_0x24c5a2(0x375)],'entry':_0xd1f5f8[_0x24c5a2(0x41a)][_0x24c5a2(0x3fd)],'layout':_0x24c5a2(0x3b5)},'child':{'unitId':_0xd1f5f8[_0x24c5a2(0x106)],'type':_0xd1f5f8[_0x24c5a2(0x34e)]},'injector':_0x242410,'roots':{'root':_0x33b6bf,'content':_0x33b6bf,'canvas':_0x33b6bf,'overlay':_0x33b6bf,'popup':_0x33b6bf},'activate':_0x453b51,'deactivate':_0x453b51,'dispose':_0x453b51}};}function Ii(_0x222029){const _0x207b55=_0x404806;var _0x4c58e7,_0x5156eb;let _0x48a251=(_0x4c58e7=_0x222029[_0x207b55(0x41a)][_0x207b55(0x66c)])==null?void 0x0:_0x4c58e7[_0x207b55(0x467)];return _0x48a251&&typeof _0x48a251==_0x207b55(0x586)&&typeof _0x48a251['layout']==_0x207b55(0x6cd)?_0x48a251[_0x207b55(0x5d3)]:((_0x5156eb=_0x222029[_0x207b55(0x53e)])==null?void 0x0:_0x5156eb[_0x207b55(0x5d3)])??'scroll-contained';}var Li=class{constructor(){const _0x3f3fbe=_0x404806;V(this,_0x3f3fbe(0x1c5),new Map());}[_0x404806(0x2c0)](_0x24edf9){const _0x3f82af=_0x404806;if(this[_0x3f82af(0x1c5)][_0x3f82af(0x287)](_0x24edf9[_0x3f82af(0x34e)]))throw Error(_0x3f82af(0x5c1)+_0x24edf9[_0x3f82af(0x34e)]);this[_0x3f82af(0x1c5)][_0x3f82af(0x37d)](_0x24edf9[_0x3f82af(0x34e)],_0x24edf9);}['get'](_0x5c1d06){const _0xe3330=_0x404806;return this[_0xe3330(0x1c5)][_0xe3330(0x35f)](_0x5c1d06);}[_0x404806(0x73c)](){const _0x385638=_0x404806;return[...this[_0x385638(0x1c5)][_0x385638(0x4c9)]()];}};const Ri=new WeakMap(),zi=new WeakMap();function Bi(_0x46a983,_0x3cff93,_0x49b0f9){const _0x3bbdc3=_0x404806;var _0x4875c6;if(Ui(_0x46a983)){Hi(_0x46a983,_0x3cff93,_0x49b0f9);return;}let _0xe9230b=_0x46a983;if((_0x4875c6=zi[_0x3bbdc3(0x35f)](_0xe9230b))!=null&&_0x4875c6[_0x3bbdc3(0x287)](_0x3cff93))return;let _0x426f50=Ri[_0x3bbdc3(0x35f)](_0xe9230b)??new Map();_0x426f50['set'](_0x3cff93,_0x49b0f9),Ri[_0x3bbdc3(0x37d)](_0xe9230b,_0x426f50);}function Vi(_0x4ff689){const _0x5cad6b=_0x404806;if(!Ui(_0x4ff689))return;let _0x47843e=_0x4ff689,_0x41bf19=Ri[_0x5cad6b(0x35f)](_0x47843e);_0x41bf19!=null&&_0x41bf19[_0x5cad6b(0x237)]&&(_0x41bf19[_0x5cad6b(0x72e)]((_0x26bca2,_0x423a38)=>Hi(_0x4ff689,_0x423a38,_0x26bca2)),Ri[_0x5cad6b(0x4d8)](_0x47843e));}function Hi(_0x49d5ca,_0x3dbc7c,_0x1493d9){const _0x5d9ad5=_0x404806;let _0x48b32e=_0x49d5ca,_0x1212a6=zi[_0x5d9ad5(0x35f)](_0x48b32e)??new Set();_0x1212a6['has'](_0x3dbc7c)||(_0x1493d9(_0x49d5ca),_0x1212a6['add'](_0x3dbc7c),zi[_0x5d9ad5(0x37d)](_0x48b32e,_0x1212a6));}function Ui(_0xa8c339){const _0x36a8ce=_0x404806;return _0xa8c339[_0x36a8ce(0x287)](e[_0x36a8ce(0xf6)])&&_0xa8c339[_0x36a8ce(0x287)](Ze)&&_0xa8c339['has'](Ye)&&_0xa8c339['has'](H)&&_0xa8c339[_0x36a8ce(0x287)](Vt)&&_0xa8c339[_0x36a8ce(0x287)](Xe)&&_0xa8c339['has'](Kn)&&_0xa8c339[_0x36a8ce(0x287)](Ci)&&_0xa8c339['has'](tr)&&_0xa8c339[_0x36a8ce(0x287)](Li);}function Wi(_0x418a31){const _0x3151de=_0x404806;let {childType:_0xc886ae,productName:_0x1faf0d}=_0x418a31;return{'childType':_0xc886ae,'productName':_0x1faf0d,'hostChromeMode':_0x3151de(0x2ec),'layoutPolicy':{'tab':e['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':e[_0x3151de(0x525)],'docFlow':e[_0x3151de(0xbe)]},'createRibbonOverride':({childUnitId:_0x24f07b,embedId:_0x41d508,injector:_0x5013af})=>{const _0x1f255b=_0x3151de;let _0x30729d=yt(_0x5013af,{'childType':_0xc886ae,'childUnitId':_0x24f07b,'embedId':_0x41d508,'menuSchema':Gi(_0x5013af,_0xc886ae,_0x418a31[_0x1f255b(0x5d4)])});return{'mode':'ribbon','ribbonService':_0x30729d[_0x1f255b(0x1e5)],'injector':_0x30729d[_0x1f255b(0x697)],'placeholderTitle':_0x1faf0d,'disposable':_0x30729d['disposable']};}};}function Gi(_0x1698a7,_0x4d0e83,_0x29a3fd){const _0x47e51c=_0x404806;let _0xb2569a=_0x1698a7;if(typeof _0xb2569a[_0x47e51c(0x287)]==_0x47e51c(0x338)&&typeof _0xb2569a[_0x47e51c(0x35f)]==_0x47e51c(0x338)&&_0xb2569a[_0x47e51c(0x287)](Vt)){let _0xcb9b20=_0xb2569a[_0x47e51c(0x35f)](Vt)['getMergedMenuSchema'](_0x4d0e83,_0x47e51c(0x2ec));if(_0xcb9b20)return _0xcb9b20;}return _0x29a3fd;}function Ki(_0x97f61a){const _0x1e13f0=_0x404806;let _0x4311cb=qi(_0x97f61a);return{'childType':_0x97f61a[_0x1e13f0(0x34e)],'productName':_0x97f61a[_0x1e13f0(0x4bc)],'hostChromeMode':_0x4311cb,'hostHeaderMode':_0x97f61a['hostHeaderMode']??_0x1e13f0(0x620),'layoutPolicy':{'tab':{...e[_0x1e13f0(0x6a6)],'ribbon':_0x4311cb==='none'?_0x1e13f0(0x115):'host'},'float':e['DEFAULT_EMBED_FLOAT_LAYOUT_POLICY'],'docFlow':e[_0x1e13f0(0xbe)]},'createRibbonOverride':_0x4311cb==='title-only'?()=>({'mode':_0x1e13f0(0x1a2),'ribbonService':Ji(),'placeholderTitle':_0x97f61a[_0x1e13f0(0x4bc)],'hideToolbar':!0x0}):void 0x0};}function qi(_0x517d71){const _0x22b544=_0x404806;return _0x517d71['hostChromeMode']?_0x517d71[_0x22b544(0x2b7)]:_0x517d71[_0x22b544(0x2ac)]==='placeholder'?_0x22b544(0x1a2):_0x22b544(0x620);}function Ji(){return{'ribbon$':(0x0,l['of'])([]),'activatedTab$':(0x0,l['of'])(''),'collapsedIds$':(0x0,l['of'])([]),'fakeToolbarVisible$':(0x0,l['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function Yi(){const _0x1a5e56=_0x404806;return Ki({'childType':n[_0x1a5e56(0x536)][_0x1a5e56(0x517)],'productName':_0x1a5e56(0x2e3),'hostChromeMode':'title-only'});}let Xi=class{constructor(_0x4d1ffa,_0x354ab7,_0x30b4c2){const _0x54bf20=_0x404806;this['_baseUIStateService']=_0x4d1ffa,this['_projectionService']=_0x354ab7,this[_0x54bf20(0xad)]=_0x30b4c2,V(this,_0x54bf20(0x34e),n[_0x54bf20(0x536)]['UNIVER_BASE']);}[_0x404806(0x6d2)](_0x506bb4){const _0x49eb98=_0x404806;let _0x20aef7=_0x506bb4[_0x49eb98(0x32e)]instanceof n['BaseDataModel']?_0x506bb4['childUnit'][_0x49eb98(0x39e)]():void 0x0;if(!_0x20aef7)return;let _0x426322=this[_0x49eb98(0x684)]['getState'](),_0xf08d82=Zi(_0x20aef7,_0x426322,this[_0x49eb98(0x529)],this[_0x49eb98(0xad)]),_0x3b24fd=$i(_0x20aef7,_0x426322);return _0xf08d82==null&&_0x3b24fd==null?void 0x0:{'height':_0xf08d82,'width':_0x3b24fd};}};Xi=Q([Z(0x0,_['IBaseUIStateService']),Z(0x1,g[_0x404806(0x2e0)]),Z(0x2,_[_0x404806(0x6d8)])],Xi);function Zi(_0x3ec275,_0x5b541a,_0x1a2631,_0x12ff04){const _0x2290ae=_0x404806;var _0x29006c;let _0x4e0604=ra(_0x3ec275,_0x5b541a==null?void 0x0:_0x5b541a['activeTableId']),_0x5d84bb=_0x4e0604?_0x3ec275['tables'][_0x4e0604]:void 0x0;if(!_0x5d84bb||!_0x4e0604)return;let _0x3275ca=ia(_0x5d84bb,_0x5b541a==null?void 0x0:_0x5b541a[_0x2290ae(0x368)]),_0x502190=_0x3275ca?(_0x29006c=_0x5d84bb[_0x2290ae(0x1f8)])==null?void 0x0:_0x29006c[_0x3275ca]:void 0x0,_0xbc56d5=aa(_0x5d84bb),_0x1e4a4f=(0x0,_[_0x2290ae(0x652)])(_0x502190!=null&&_0x502190[_0x2290ae(0x632)]&&_0x2290ae(0x341)in _0x502190[_0x2290ae(0x632)]?_0x502190[_0x2290ae(0x632)]['rowHeight']:void 0x0);return Qi(_0x3ec275,_0x4e0604,_0x3275ca,_0x1e4a4f,_0x5b541a,_0x1a2631,_0x12ff04)??_[_0x2290ae(0x2b3)]+_0xbc56d5*_0x1e4a4f+_[_0x2290ae(0x539)]+_[_0x2290ae(0x5ac)];}function Qi(_0x1bff2a,_0x2014e1,_0xf0fd94,_0x493778,_0xe7757e,_0x4b14c2,_0x3f577f){const _0x385c5a=_0x404806;if(!_0xf0fd94||!_0x4b14c2||!_0x3f577f)return;let _0x532dcc=_0x4b14c2[_0x385c5a(0x708)](_0x1bff2a,_0x2014e1,_0xf0fd94);if(_0x532dcc[_0x385c5a(0x225)]===n[_0x385c5a(0x17e)]['Grid']||_0x532dcc['type']===n['BaseViewType'][_0x385c5a(0x302)])return _[_0x385c5a(0x2b3)]+_0x3f577f[_0x385c5a(0x105)](_0x532dcc,_0xe7757e==null?void 0x0:_0xe7757e[_0x385c5a(0x236)][_0xf0fd94],_0x493778)+_['GRID_SUMMARY_HEIGHT'];}function $i(_0x696a37,_0x4c3e8a){const _0x2dd01e=_0x404806;var _0x5d30c2,_0x3711a6;let _0x205dcf=ta(_0x696a37,_0x4c3e8a==null?void 0x0:_0x4c3e8a[_0x2dd01e(0x28a)]);if(!_0x205dcf)return;let _0x25b990=na(_0x205dcf,_0x4c3e8a==null?void 0x0:_0x4c3e8a[_0x2dd01e(0x368)]),_0x2d5879=_0x205dcf[_0x2dd01e(0x429)]??{};return _[_0x2dd01e(0x61a)]+(_0x25b990!=null&&(_0x5d30c2=_0x25b990['fieldOrder'])!=null&&_0x5d30c2['length']?_0x25b990[_0x2dd01e(0x43f)]:(_0x3711a6=_0x205dcf[_0x2dd01e(0x43f)])!=null&&_0x3711a6[_0x2dd01e(0x5a7)]?_0x205dcf[_0x2dd01e(0x43f)]:Object[_0x2dd01e(0x48a)](_0x2d5879))[_0x2dd01e(0x207)]((_0x1818f3,_0x4d43d0)=>{const _0x30eae3=_0x2dd01e;var _0x417819;let _0x10d273=_0x2d5879[_0x4d43d0],_0x17b89e=_0x25b990==null||(_0x417819=_0x25b990['fieldSettings'])==null?void 0x0:_0x417819[_0x4d43d0];return _0x10d273&&!(_0x17b89e!=null&&_0x17b89e[_0x30eae3(0x115)])?_0x1818f3+ea(_0x17b89e==null?void 0x0:_0x17b89e[_0x30eae3(0x6e7)]):_0x1818f3;},0x0)+_[_0x2dd01e(0x49d)];}function ea(_0x185a2c){const _0x47da16=_0x404806;return typeof _0x185a2c==_0x47da16(0x670)&&Number[_0x47da16(0x581)](_0x185a2c)&&_0x185a2c>0x0?_0x185a2c:_[_0x47da16(0x273)];}function ta(_0x1369ea,_0x5a9bdf){const _0x36414a=_0x404806;var _0x16e3ba;let _0x56a6fa=ra(_0x1369ea,_0x5a9bdf);return _0x56a6fa?(_0x16e3ba=_0x1369ea[_0x36414a(0x124)])==null?void 0x0:_0x16e3ba[_0x56a6fa]:void 0x0;}function na(_0x25c60a,_0x4c1a6c){const _0x4ff447=_0x404806;var _0x30671f;let _0x10977d=ia(_0x25c60a,_0x4c1a6c);return _0x10977d?(_0x30671f=_0x25c60a[_0x4ff447(0x1f8)])==null?void 0x0:_0x30671f[_0x10977d]:void 0x0;}function ra(_0x4e6cbc,_0x2ceaa8){const _0x3a1a5d=_0x404806;let _0x4af0cb=_0x4e6cbc[_0x3a1a5d(0x124)]??{};if(_0x2ceaa8&&_0x4af0cb[_0x2ceaa8])return _0x2ceaa8;let _0x44c3da=_0x4e6cbc[_0x3a1a5d(0x5ba)]??[];return[..._0x44c3da,...Object[_0x3a1a5d(0x48a)](_0x4af0cb)[_0x3a1a5d(0x3d1)](_0x26914a=>!_0x44c3da['includes'](_0x26914a))][_0x3a1a5d(0x18f)](_0x3a1dbd=>_0x4af0cb[_0x3a1dbd]);}function ia(_0x4856a3,_0x75d130){const _0x1742a5=_0x404806;let _0x3de464=_0x4856a3[_0x1742a5(0x1f8)]??{};if(_0x75d130&&_0x3de464[_0x75d130])return _0x75d130;let _0x243c9a=_0x4856a3[_0x1742a5(0x599)]??[];return[..._0x243c9a,...Object['keys'](_0x3de464)[_0x1742a5(0x3d1)](_0x5d693a=>!_0x243c9a['includes'](_0x5d693a))][_0x1742a5(0x18f)](_0x49e9e1=>_0x3de464[_0x49e9e1]);}function aa(_0xa19851){const _0x112e63=_0x404806;var _0x392b46;let _0x54f42=_0xa19851[_0x112e63(0x540)]??{};return((_0x392b46=_0xa19851[_0x112e63(0x200)])!=null&&_0x392b46[_0x112e63(0x5a7)]?_0xa19851[_0x112e63(0x200)]:Object[_0x112e63(0x48a)](_0x54f42))[_0x112e63(0x3d1)](_0x179fae=>_0x54f42[_0x179fae])[_0x112e63(0x5a7)];}function oa(_0x2b0fc7,_0xdb4dfc,_0x47170e){const _0x10de02=_0x404806;return{...(0x0,e[_0x10de02(0x705)])(_0x2b0fc7,_0xdb4dfc),'activateAnchor':_0x985761=>{const _0x2a521a=_0x10de02;ca(_0x985761[_0x2a521a(0x1d1)],_0x985761[_0x2a521a(0x375)],_0xdb4dfc,ua(_0x47170e));}};}function sa(){const _0x54aab6=_0x404806;return{'hostType':n['UniverInstanceType'][_0x54aab6(0x517)],'entry':'bases-table-list-block','layout':_0x54aab6(0x26d),'supportedLayouts':[_0x54aab6(0x26d)],'menuBehavior':_0x54aab6(0x2b8),'mount':_0x19052c=>{const _0x3d3a0c=_0x54aab6;let _0x1230a9=da(_0x3d3a0c(0x5d7),_0x19052c[_0x3d3a0c(0x41a)][_0x3d3a0c(0x375)]);return _0x1230a9?{'hostElement':_0x1230a9}:{};}};}function ca(_0x18adb9,_0x146b8f,_0x266ac5,_0xccef9d){const _0x218612=_0x404806;var _0x403537;if(!_0xccef9d)return;_0xccef9d[_0x218612(0x6eb)](_0x146b8f);let _0x22b7de=(_0x403537=la(_0x266ac5,_0x18adb9))==null?void 0x0:_0x403537['tables'][_0x146b8f],_0x44fa9f=_0x22b7de==null?void 0x0:_0x22b7de[_0x218612(0x599)][_0x218612(0x18f)](_0x38a230=>_0x22b7de[_0x218612(0x1f8)][_0x38a230]);_0x44fa9f&&_0xccef9d[_0x218612(0x69a)](_0x44fa9f),_0xccef9d[_0x218612(0x3f5)](null),_0xccef9d['closeRecordDetail']();}function la(_0x3e951e,_0xec57f6){const _0x4a0d17=_0x404806;var _0x24b2d4;return _0x3e951e==null||(_0x24b2d4=_0x3e951e[_0x4a0d17(0x330)](_0xec57f6,n[_0x4a0d17(0x536)][_0x4a0d17(0x517)]))==null?void 0x0:_0x24b2d4[_0x4a0d17(0x39e)]();}function ua(_0x20110d){const _0x3e9b3c=_0x404806;return typeof _0x20110d==_0x3e9b3c(0x338)?_0x20110d():_0x20110d;}function da(_0x168e28,_0xb1e34a){const _0x159998=_0x404806;return document[_0x159998(0x2b9)]('['+_0x168e28+'=\x22'+fa(_0xb1e34a)+'\x22]');}function fa(_0x76af93){const _0x537729=_0x404806;return _0x76af93[_0x537729(0x266)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function pa(_0x1dfdb8){const _0x502470=_0x404806;let _0xa1f9f8=_0x1dfdb8[_0x502470(0x287)](_[_0x502470(0x70f)])?_0x1dfdb8[_0x502470(0x35f)](_['IBaseUIStateService']):void 0x0,_0x55ab47=_0x1dfdb8['has'](_[_0x502470(0x6d8)])?_0x1dfdb8[_0x502470(0x35f)](_[_0x502470(0x6d8)]):void 0x0;return{'childType':n[_0x502470(0x536)][_0x502470(0x517)],'getStickyHeaderHeight':()=>_[_0x502470(0x2b3)],'subscribeVerticalScroll'(_0x5aee1f,_0x4c1e18){const _0x4b1ccb=_0x502470;var _0x16cddf,_0x48f269;let _0x160c9a=((_0x16cddf=_0x5aee1f['runtimeScope'])==null?void 0x0:_0x16cddf['injector'])??_0x1dfdb8,_0x5e7087=_0x160c9a!==_0x1dfdb8&&_0x160c9a[_0x4b1ccb(0x287)](_[_0x4b1ccb(0x70f)])?_0x160c9a['get'](_[_0x4b1ccb(0x70f)]):_0xa1f9f8;if(!_0x5e7087)return;let _0x4f8beb=_0x5e7087[_0x4b1ccb(0x49b)](),_0x103a6e=_0x4f8beb[_0x4b1ccb(0x368)],_0x599e65=_0x103a6e?((_0x48f269=_0x4f8beb[_0x4b1ccb(0x729)][_0x103a6e])==null?void 0x0:_0x48f269['y'])??0x0:0x0,_0x343e4d=_0x5e7087['state$'][_0x4b1ccb(0x3db)](_0x172333=>{const _0x39c577=_0x4b1ccb;var _0xe912e4;let _0x43b7e7=_0x172333[_0x39c577(0x368)],_0x249e39=_0x43b7e7?((_0xe912e4=_0x172333[_0x39c577(0x729)][_0x43b7e7])==null?void 0x0:_0xe912e4['y'])??0x0:0x0;if(_0x43b7e7!==_0x103a6e){_0x103a6e=_0x43b7e7,_0x599e65=_0x249e39;return;}_0x249e39!==_0x599e65&&(_0x599e65=_0x249e39,_0x4c1e18(_0x249e39));});return(0x0,n['toDisposable'])(()=>_0x343e4d[_0x4b1ccb(0x12a)]());},'handleWheel'(_0x468fc9){const _0x50cd9c=_0x502470;if(_0x468fc9[_0x50cd9c(0x20d)]!==_0x50cd9c(0x3bf)&&gn(_0x468fc9[_0x50cd9c(0x5d3)],_0x468fc9[_0x50cd9c(0x3fa)]))return!0x1;let _0x162070=_0x468fc9[_0x50cd9c(0x5c6)]['injector']??_0x1dfdb8,_0x5df417=_0x162070!==_0x1dfdb8&&_0x162070['has'](_['IBaseViewWheelScrollService'])?_0x162070[_0x50cd9c(0x35f)](_[_0x50cd9c(0x6d8)]):_0x55ab47;return(_0x5df417==null?void 0x0:_0x5df417[_0x50cd9c(0x29b)](_0x468fc9[_0x50cd9c(0x106)],ma(_0x468fc9[_0x50cd9c(0x3fa)],_0x468fc9[_0x50cd9c(0x158)])))??!0x1;}};}function ma(_0x42496a,_0x4c5215){const _0x496180=_0x404806;return{'deltaX':_0x42496a[_0x496180(0x1bb)],'deltaY':_0x42496a[_0x496180(0x2f7)],'deltaMode':_0x42496a[_0x496180(0x224)],'clientX':_0x42496a[_0x496180(0x2fc)],'clientY':_0x42496a[_0x496180(0x3e5)],'shiftKey':_0x42496a['shiftKey'],'viewportScrollY':_0x4c5215};}function ha(_0x4685b5,_0x13032e,_0xed0cf4){const _0x4c4c3d=_0x404806;let _0x348bf9=_0x4685b5[_0x4c4c3d(0x41a)]['displayTarget'];return _0xed0cf4(_0x348bf9),_0x13032e['onCommandExecuted'](_0x5b08e0=>{const _0x34c305=_0x4c4c3d;if(!ga(_0x5b08e0))return;let {params:_0x2d63bc}=_0x5b08e0;if(_0x2d63bc[_0x34c305(0x16f)]!==_0x4685b5['hostUnitId']||_0x2d63bc[_0x34c305(0x41a)][_0x34c305(0x46d)]!==_0x4685b5[_0x34c305(0x46d)])return;let _0x2e08be=_0x2d63bc[_0x34c305(0x41a)][_0x34c305(0x1a8)];(0x0,n[_0x34c305(0xc5)])(_0x348bf9??{},_0x2e08be??{})||(_0x348bf9=_0x2e08be,_0xed0cf4(_0x2e08be));});}function ga(_0x3b417c){const _0x115d96=_0x404806;return _0x3b417c['id']===e['SetEmbedDescriptorMutation']['id']&&_0x3b417c[_0x115d96(0x48c)]!==void 0x0&&_0x115d96(0x16f)in _0x3b417c[_0x115d96(0x48c)]&&typeof _0x3b417c[_0x115d96(0x48c)][_0x115d96(0x16f)]==_0x115d96(0x6cd)&&_0x115d96(0x41a)in _0x3b417c[_0x115d96(0x48c)]&&typeof _0x3b417c['params'][_0x115d96(0x41a)]=='object'&&_0x3b417c['params'][_0x115d96(0x41a)]!==null&&'embedId'in _0x3b417c[_0x115d96(0x48c)][_0x115d96(0x41a)]&&typeof _0x3b417c[_0x115d96(0x48c)][_0x115d96(0x41a)][_0x115d96(0x46d)]==_0x115d96(0x6cd);}function _a(_0x5d86a4){const _0x462e41=_0x404806;return{'childType':n['UniverInstanceType']['UNIVER_BASE'],'supportedLayouts':[_0x462e41(0x26d),_0x462e41(0x5fc),'scroll-contained'],'beforeDeactivate':va,'mount':_0x32e097=>ya(_0x32e097,_0x5d86a4)};}function va(_0x385440){const _0xc83181=_0x404806;var _0x5ce655;(_0x5ce655=_0x385440[_0xc83181(0x5c6)][_0xc83181(0x519)])==null||_0x5ce655['syncExecuteCommand'](_[_0xc83181(0x2a2)]['id'],{'commit':!0x1});}function ya(_0x1ec70b,_0x49756a){const _0x1f3555=_0x404806;let _0x33d802=_0x1ec70b[_0x1f3555(0x697)][_0x1f3555(0x35f)](n['IUniverInstanceService'])[_0x1f3555(0x330)](_0x1ec70b[_0x1f3555(0x106)],n[_0x1f3555(0x536)][_0x1f3555(0x517)]);if(!_0x33d802)return;let _0x195523=new _[(_0x1f3555(0x21f))](),_0x297bcf=new _['BaseUIPopupService'](),_0x4fcda5=new _[(_0x1f3555(0x6ce))](_0x195523),_0x2ca552=new _[(_0x1f3555(0x67b))](),_0x5abe02=Ea(_0x1ec70b,_0x195523,_0x297bcf,_0x4fcda5);if(!_0x5abe02){_0x2ca552[_0x1f3555(0x3f7)](),_0x4fcda5['dispose'](),_0x297bcf[_0x1f3555(0x3f7)](),_0x195523[_0x1f3555(0x3f7)]();return;}let _0x4d2bbb=ja(_0x1ec70b);Oa(_0x195523,_0x33d802,_0x4d2bbb,_0x1ec70b[_0x1f3555(0x41a)][_0x1f3555(0x1a8)]);let _0x45e1cf=ha(_0x1ec70b,_0x49756a,_0x337075=>Aa(_0x195523,_0x33d802,_0x337075)),_0x164740=_0x1ec70b[_0x1f3555(0x41a)][_0x1f3555(0x210)]===_0x1f3555(0x4fb),_0x9e94a3=Ma(_0x1ec70b[_0x1f3555(0x697)],_0x5abe02,_0x195523,_0x297bcf,_0x4fcda5,_0x4d2bbb,_0x2ca552,_0x164740,_0x1ec70b[_0x1f3555(0x5c6)][_0x1f3555(0x1bf)][_0x1f3555(0x5dd)]);ba(_0x1ec70b,_0x9e94a3);let _0x5f4aab=xa(_0x1ec70b),_0xfbfb23=gt(_0x5f4aab),_0x533954=Sa(_0x1ec70b,_0x9e94a3),_0x395370=_0x1ec70b[_0x1f3555(0x697)]['get'](n[_0x1f3555(0x746)]),_0x539379=_0x395370['getCurrentUnitOfType'](n['UniverInstanceType'][_0x1f3555(0x517)]);return _0x395370['setCurrentUnitForType'](_0x1ec70b[_0x1f3555(0x106)]),_0x5f4aab[_0x1f3555(0x6a4)]['embedChildRenderUnitId']=_0x1ec70b[_0x1f3555(0x106)],_0x5f4aab[_0x1f3555(0x6a4)][_0x1f3555(0x323)]=_0x1f3555(0x69d),_0xfbfb23[_0x1f3555(0x18e)]((0x0,p[_0x1f3555(0x4fd)])(st,{'injector':_0x9e94a3,'mountContainer':_0x1ec70b[_0x1f3555(0x5c6)][_0x1f3555(0x1bf)][_0x1f3555(0x5dd)],'embedId':_0x1ec70b[_0x1f3555(0x46d)],'children':(0x0,p['jsx'])(_['RenderBaseWorkbench'],{})})),(0x0,n[_0x1f3555(0x6e6)])(()=>{const _0x330ac9=_0x1f3555;_0x45e1cf['dispose'](),_0x533954['dispose'](),_t(_0xfbfb23),_0x539379&&_0x395370['setCurrentUnitForType'](_0x539379[_0x330ac9(0x275)]()),_0x2ca552[_0x330ac9(0x3f7)](),_0x4fcda5[_0x330ac9(0x3f7)](),_0x297bcf['dispose'](),_0x195523[_0x330ac9(0x3f7)](),_0x9e94a3[_0x330ac9(0x3f7)](),_0x5f4aab['isConnected']&&(_0x5f4aab['removeAttribute'](_0x330ac9(0x3df)),_0x5f4aab[_0x330ac9(0x633)](_0x330ac9(0x3ff)));});}function ba(_0xb316ce,_0x3483dc){const _0x5146d3=_0x404806;_0xb316ce[_0x5146d3(0x5c6)][_0x5146d3(0x697)]=_0x3483dc,_0xb316ce[_0x5146d3(0x5c6)]['instanceService']=_0x3483dc[_0x5146d3(0x35f)](n[_0x5146d3(0x746)]),_0xb316ce[_0x5146d3(0x5c6)][_0x5146d3(0x519)]=_0x3483dc['get'](n['ICommandService']);}function xa(_0x5edeee){const _0x1e2b41=_0x404806;var _0x94e482,_0x53df61,_0x3d59ee;return((_0x94e482=_0x5edeee[_0x1e2b41(0x5c6)])==null||(_0x94e482=_0x94e482[_0x1e2b41(0x1bf)])==null?void 0x0:_0x94e482[_0x1e2b41(0x6c3)])??((_0x53df61=_0x5edeee['renderScope'])==null?void 0x0:_0x53df61[_0x1e2b41(0x1f3)])??((_0x3d59ee=_0x5edeee[_0x1e2b41(0x30d)])==null?void 0x0:_0x3d59ee[_0x1e2b41(0x6ae)])??document;}function Sa(_0x317dae,_0x304e87){const _0x139e75=_0x404806;let _0xc96127=!0x1,_0x59012d=0x0,_0x3f28ed=(0x0,n['toDisposable'])(()=>{}),_0x2a5ab3,_0x469e20=()=>{const _0x37985a=_0x159c;if(_0xc96127)return;let _0x270409=()=>{const _0x180a84=_0x159c;_0x59012d=window[_0x180a84(0x398)](_0x469e20);},_0x268cba=Ca(_0x317dae);if(!wa(_0x268cba)){_0x317dae['container'][_0x37985a(0x6a4)]['embedChildRenderStatus']=_0x37985a(0x5c5),_0x270409();return;}if(_0x2a5ab3===_0x268cba&&_0x268cba[_0x37985a(0x2b9)](_0x37985a(0x24d)))return;_0x3f28ed[_0x37985a(0x3f7)]();let _0x1ec3ed=_0x317dae[_0x37985a(0x697)][_0x37985a(0x35f)](f[_0x37985a(0x1f0)]),_0x508c81;try{_0x508c81=Ai(_0x1ec3ed,_0x317dae[_0x37985a(0x106)],_0x304e87);}catch(_0x185c52){_0x317dae[_0x37985a(0x686)][_0x37985a(0x6a4)][_0x37985a(0x723)]=_0x185c52 instanceof Error?_0x185c52[_0x37985a(0x6cb)]:String(_0x185c52),_0x508c81=void 0x0;}if(!_0x508c81){_0x317dae[_0x37985a(0x686)][_0x37985a(0x6a4)][_0x37985a(0x2b4)]=_0x37985a(0x4d7),_0x2a5ab3=void 0x0,_0x270409();return;}delete _0x317dae[_0x37985a(0x686)][_0x37985a(0x6a4)][_0x37985a(0x723)],_0x268cba['dataset'][_0x37985a(0x5e8)]=_0x317dae[_0x37985a(0x106)],_0x508c81[_0x37985a(0x172)][_0x37985a(0x66d)](_0x268cba),Mi(_0x508c81,{'activate':Ta(_0x317dae)});let _0x19970c=Ei(_0x508c81,_0x268cba,{'activate':!0x1});_0x3f28ed=(0x0,n[_0x37985a(0x6e6)])(()=>{const _0x598fe7=_0x37985a;_0x19970c[_0x598fe7(0x3f7)]();try{var _0xa8fabb,_0x843ae;(_0xa8fabb=(_0x843ae=_0x508c81['engine'])['unmount'])==null||_0xa8fabb['call'](_0x843ae);}catch{}_0x1ec3ed[_0x598fe7(0xa9)](_0x317dae[_0x598fe7(0x106)]),_0x268cba['removeAttribute'](_0x598fe7(0x3df));}),_0x2a5ab3=_0x268cba,_0x317dae['container'][_0x37985a(0x6a4)]['embedChildRenderStatus']='mounted',_0x270409();};return _0x59012d=window[_0x139e75(0x398)](_0x469e20),(0x0,n['toDisposable'])(()=>{const _0x515611=_0x139e75;_0xc96127=!0x0,window[_0x515611(0x122)](_0x59012d),_0x3f28ed[_0x515611(0x3f7)]();});}function Ca(_0x1c63d0){const _0x1e5365=_0x404806;return(0x0,_['getBaseCanvasRoot'])({'unitId':_0x1c63d0[_0x1e5365(0x106)],'scope':xa(_0x1c63d0)});}function wa(_0x6325ed){const _0x55b646=_0x404806;return!!_0x6325ed&&_0x6325ed[_0x55b646(0x3d5)]&&_0x6325ed['clientWidth']>0x0&&_0x6325ed[_0x55b646(0x4f6)]>0x0;}function Ta(_0x1ae691){return!0x0;}function Ea(_0x43549f,_0x43777f,_0x16d8ce,_0x29916f){const _0x2b5367=_0x404806;let _0x55e35d=_0x43549f[_0x2b5367(0x697)]['get'](n[_0x2b5367(0x746)]),_0x39104d=_0x55e35d[_0x2b5367(0x330)](_0x43549f[_0x2b5367(0x106)],_0x43549f[_0x2b5367(0x34e)]);if(!_0x39104d)return;let _0x1d1dd4=Da(_0x55e35d,_0x43549f,_0x39104d),_0x3124d6=Na(_0x43549f[_0x2b5367(0x697)][_0x2b5367(0x35f)](n[_0x2b5367(0x3b0)]),_0x43777f,_0x16d8ce,_0x29916f,_0x55e35d,_0x43549f['childUnitId']);return be(_0x43549f['injector'],new Map([[n[_0x2b5367(0x746)],_0x1d1dd4],[n[_0x2b5367(0x3b0)],_0x3124d6],[_[_0x2b5367(0x456)],(0x0,_['createScopedBaseCanvasRootResolverService'])(xa(_0x43549f))]]));}function Da(_0x4fbf93,_0xc3004c,_0x3c6f18){const _0x4f9c54=_0x404806;return{'unitAdded$':_0x4fbf93[_0x4f9c54(0x64a)],'unitDisposed$':_0x4fbf93[_0x4f9c54(0x132)],'focused$':(0x0,l['of'])(_0x3c6f18[_0x4f9c54(0x275)]()),'getTypeOfUnitAdded$':_0x4fbf93['getTypeOfUnitAdded$'][_0x4f9c54(0x15c)](_0x4fbf93),'__addUnit':_0x4fbf93[_0x4f9c54(0x452)][_0x4f9c54(0x15c)](_0x4fbf93),'getTypeOfUnitDisposed$':_0x4fbf93[_0x4f9c54(0x1ba)][_0x4f9c54(0x15c)](_0x4fbf93),'focusUnit':_0x465adb=>{const _0x2ff16b=_0x4f9c54;_0x465adb!==null&&_0x465adb!==_0xc3004c[_0x2ff16b(0x106)]&&_0x4fbf93[_0x2ff16b(0x504)](_0x465adb);},'getFocusedUnit':()=>_0x3c6f18,'getCurrentUnitOfType':_0x23c5b1=>_0x23c5b1===_0xc3004c[_0x4f9c54(0x34e)]?_0x3c6f18:_0x4fbf93[_0x4f9c54(0x5b2)](_0x23c5b1),'setCurrentUnitForType':_0x53ca53=>{const _0x17897=_0x4f9c54;_0x53ca53!==_0xc3004c[_0x17897(0x106)]&&_0x4fbf93['setCurrentUnitForType'](_0x53ca53);},'getCurrentTypeOfUnit$':_0x55eae8=>_0x55eae8===_0xc3004c['childType']?(0x0,l['of'])(_0x3c6f18):_0x4fbf93[_0x4f9c54(0x4ba)](_0x55eae8),'createUnit':_0x4fbf93[_0x4f9c54(0x512)][_0x4f9c54(0x15c)](_0x4fbf93),'getUnitCreateOptions':_0x4fbf93[_0x4f9c54(0x67e)]['bind'](_0x4fbf93),'disposeUnit':_0x4fbf93[_0x4f9c54(0x36e)][_0x4f9c54(0x15c)](_0x4fbf93),'registerCtorForType':_0x4fbf93[_0x4f9c54(0x6da)][_0x4f9c54(0x15c)](_0x4fbf93),'getUnit':_0x4fbf93['getUnit'][_0x4f9c54(0x15c)](_0x4fbf93),'getAllUnitsForType':_0x416c66=>_0x416c66===_0xc3004c[_0x4f9c54(0x34e)]?[_0x3c6f18]:_0x4fbf93[_0x4f9c54(0x6df)](_0x416c66),'getUnitType':_0x4fbf93[_0x4f9c54(0x364)][_0x4f9c54(0x15c)](_0x4fbf93)};}function Oa(_0x5d9204,_0x38f2dc,_0x1ab638=_0x404806(0x127),_0xed2c4c){const _0x46d22c=_0x404806;let {tableId:_0x2e36ed,viewId:_0x2506a3}=ka(_0x38f2dc,_0xed2c4c);_0x2e36ed&&_0x5d9204[_0x46d22c(0x6eb)](_0x2e36ed),_0x2506a3&&_0x5d9204['activateView'](_0x2506a3),_0x5d9204['setLeftSidebarVisible'](_0x1ab638===_0x46d22c(0x127));}function ka(_0x2611a8,_0x23a719){const _0x3388e0=_0x404806;var _0x4bafec,_0x3c8fc3,_0x3bc0bb,_0x42c672,_0x21fa85;let _0x83a7ed=_0x2611a8[_0x3388e0(0x39e)](),_0x4fb4e7=_0x23a719==null?void 0x0:_0x23a719['tableId'],_0x5579e1=_0x4fb4e7&&(_0x4bafec=_0x83a7ed[_0x3388e0(0x124)])!=null&&_0x4bafec[_0x4fb4e7]?_0x4fb4e7:((_0x3c8fc3=_0x83a7ed[_0x3388e0(0x5ba)])==null?void 0x0:_0x3c8fc3[_0x3388e0(0x18f)](_0x5c52c=>{var _0x431ed9;return!!((_0x431ed9=_0x83a7ed['tables'])!=null&&_0x431ed9[_0x5c52c]);}))??Object['keys'](_0x83a7ed[_0x3388e0(0x124)]??{})[0x0]??'',_0x1cac07=(_0x3bc0bb=_0x83a7ed[_0x3388e0(0x124)])==null?void 0x0:_0x3bc0bb[_0x5579e1],_0x35eb7e=_0x23a719==null?void 0x0:_0x23a719[_0x3388e0(0x535)],_0x2f1959=_0x35eb7e&&_0x1cac07!=null&&(_0x42c672=_0x1cac07['views'])!=null&&_0x42c672[_0x35eb7e]?_0x35eb7e:_0x1cac07==null||(_0x21fa85=_0x1cac07['viewOrder'])==null?void 0x0:_0x21fa85['find'](_0x3a9c19=>{const _0x390b4c=_0x3388e0;var _0x327adf;return!!((_0x327adf=_0x1cac07[_0x390b4c(0x1f8)])!=null&&_0x327adf[_0x3a9c19]);});return{'tableId':_0x5579e1,..._0x2f1959?{'viewId':_0x2f1959}:{}};}function Aa(_0x51056f,_0x181ca4,_0x2b2a8a){const _0x3ded5d=_0x404806;let _0x597416=ka(_0x181ca4,_0x2b2a8a),_0x5acd5e=_0x51056f[_0x3ded5d(0x49b)]();_0x597416[_0x3ded5d(0xc4)]&&_0x5acd5e[_0x3ded5d(0x28a)]!==_0x597416['tableId']&&_0x51056f['activateTable'](_0x597416[_0x3ded5d(0xc4)]),_0x597416['viewId']&&_0x51056f[_0x3ded5d(0x49b)]()[_0x3ded5d(0x368)]!==_0x597416[_0x3ded5d(0x535)]&&_0x51056f['activateView'](_0x597416[_0x3ded5d(0x535)]);}function ja(_0x2b0d01){const _0x27a69f=_0x404806;return _0x2b0d01[_0x27a69f(0x30d)]['fullscreen']?'fullscreen':_0x2b0d01['renderScope']['mode']===_0x27a69f(0x3b5)?_0x27a69f(0x3e1):'workbench';}function Ma(_0x1c193e,_0x5152c8,_0x29be1e,_0x17bdae=new _['BaseUIPopupService'](),_0xb54487=new _[(_0x404806(0x6ce))](_0x29be1e),_0x705f3a='workbench',_0x6fd2a,_0x30f214=!0x1,_0x5ea1ed){const _0x53ba05=_0x404806;let _0x56fa58=Ia(_0x1c193e[_0x53ba05(0x35f)](n[_0x53ba05(0x3ee)]),_0x705f3a),_0x5243f1=Na(_0x5152c8['get'](n['ICommandService']),_0x29be1e,_0x17bdae,_0xb54487,_0x5152c8[_0x53ba05(0x35f)](n[_0x53ba05(0x746)]),void 0x0,_0x30f214),_0x23111a=new Map([[_[_0x53ba05(0x70f)],_0x29be1e],[_['IBaseUIPopupService'],_0x17bdae],[_['IBaseEditorService'],_0xb54487],[n[_0x53ba05(0x3b0)],_0x5243f1],[n[_0x53ba05(0x3ee)],_0x56fa58],[_[_0x53ba05(0x456)],_0x5152c8[_0x53ba05(0x35f)](_['IBaseCanvasRootResolverService'])],[_[_0x53ba05(0xb4)],(0x0,_['createScopedBaseGlobalPortalService'])(_0x5ea1ed)]]);return _0x6fd2a&&_0x23111a[_0x53ba05(0x37d)](_[_0x53ba05(0x6d8)],_0x6fd2a),be(_0x5152c8,_0x23111a);}function Na(_0xa1aba8,_0x1a4a69,_0x103bcf,_0x57bdd0,_0xdfa702,_0x4e3614,_0x46b353=!0x1){const _0x18e55c=_0x404806;return{'disposed':_0xa1aba8['disposed'][_0x18e55c(0x15c)](_0xa1aba8),'hasCommand':_0xa1aba8[_0x18e55c(0x399)][_0x18e55c(0x15c)](_0xa1aba8),'registerCommand':_0xa1aba8[_0x18e55c(0x2ba)]['bind'](_0xa1aba8),'unregisterCommand':_0xa1aba8['unregisterCommand'][_0x18e55c(0x15c)](_0xa1aba8),'registerMultipleCommand':_0xa1aba8['registerMultipleCommand'][_0x18e55c(0x15c)](_0xa1aba8),'executeCommand':async(..._0x398981)=>{const _0xec165e=_0x18e55c;let _0x59eaa3=Pa(_0x398981[0x0],_0x398981[0x1],_0x1a4a69,_0x103bcf,_0xdfa702,_0x4e3614);if(_0x59eaa3!==void 0x0)return _0x59eaa3;if(Fa(_0x398981[0x0],_0x398981[0x1],_0x57bdd0,_0x46b353))return!0x0;let _0x58e3bc=_0x4e3614?_0xdfa702==null?void 0x0:_0xdfa702[_0xec165e(0x5b2)](n['UniverInstanceType'][_0xec165e(0x517)]):void 0x0;try{return _0x4e3614&&(_0xdfa702==null||_0xdfa702[_0xec165e(0x2df)](_0x4e3614)),await _0xa1aba8[_0xec165e(0x29f)](_0x398981[0x0],_0x398981[0x1],_0x398981[0x2]);}finally{_0x58e3bc&&(_0xdfa702==null||_0xdfa702[_0xec165e(0x2df)](_0x58e3bc[_0xec165e(0x275)]()));}},'syncExecuteCommand':(..._0x41af1e)=>{const _0x14d47e=_0x18e55c;let _0x16ddc0=Pa(_0x41af1e[0x0],_0x41af1e[0x1],_0x1a4a69,_0x103bcf,_0xdfa702,_0x4e3614);if(_0x16ddc0!==void 0x0)return _0x16ddc0;if(Fa(_0x41af1e[0x0],_0x41af1e[0x1],_0x57bdd0,_0x46b353))return!0x0;let _0x11e75d=_0x4e3614?_0xdfa702==null?void 0x0:_0xdfa702['getCurrentUnitOfType'](n[_0x14d47e(0x536)][_0x14d47e(0x517)]):void 0x0;try{return _0x4e3614&&(_0xdfa702==null||_0xdfa702[_0x14d47e(0x2df)](_0x4e3614)),_0xa1aba8['syncExecuteCommand'](_0x41af1e[0x0],_0x41af1e[0x1],_0x41af1e[0x2]);}finally{_0x11e75d&&(_0xdfa702==null||_0xdfa702[_0x14d47e(0x2df)](_0x11e75d[_0x14d47e(0x275)]()));}},'onCommandExecuted':_0xa1aba8[_0x18e55c(0x647)][_0x18e55c(0x15c)](_0xa1aba8),'beforeCommandExecuted':_0xa1aba8[_0x18e55c(0x107)]['bind'](_0xa1aba8),'onMutationExecutedForCollab':_0xa1aba8[_0x18e55c(0x2d6)]['bind'](_0xa1aba8)};}function Pa(_0x5073a0,_0xbb6cc6,_0x52ed62,_0x568310,_0x1f7b8c,_0x404cfb){const _0x2d4e0f=_0x404806;if(_0x5073a0===_[_0x2d4e0f(0x748)]['id']){let _0x26dc78=_0xbb6cc6;return _0x26dc78!=null&&_0x26dc78[_0x2d4e0f(0x535)]?(_0x26dc78[_0x2d4e0f(0xc4)]&&_0x52ed62[_0x2d4e0f(0x6eb)](_0x26dc78[_0x2d4e0f(0xc4)]),_0x52ed62[_0x2d4e0f(0x69a)](_0x26dc78[_0x2d4e0f(0x535)]),!0x0):!0x1;}if(_0x5073a0===_[_0x2d4e0f(0x164)]['id']){let _0x3fa604=_0xbb6cc6;if(!(_0x3fa604!=null&&_0x3fa604[_0x2d4e0f(0xc4)]))return!0x1;_0x52ed62[_0x2d4e0f(0x6eb)](_0x3fa604['tableId']);let _0x404333=_0x3fa604['unitId']?_0x1f7b8c==null?void 0x0:_0x1f7b8c['getUnit'](_0x3fa604['unitId'],n[_0x2d4e0f(0x536)]['UNIVER_BASE']):_0x1f7b8c==null?void 0x0:_0x1f7b8c[_0x2d4e0f(0x5b2)](n['UniverInstanceType'][_0x2d4e0f(0x517)]),_0x37cd62=(_0x404333==null?void 0x0:_0x404333[_0x2d4e0f(0x275)]())??_0x404cfb;_0x37cd62&&(_0x1f7b8c==null||_0x1f7b8c['setCurrentUnitForType'](_0x37cd62),_0x1f7b8c==null||_0x1f7b8c[_0x2d4e0f(0x504)](_0x37cd62));let _0x2f465e=_0x404333==null?void 0x0:_0x404333[_0x2d4e0f(0x39e)]()[_0x2d4e0f(0x124)][_0x3fa604[_0x2d4e0f(0xc4)]],_0x371e0a=_0x2f465e==null?void 0x0:_0x2f465e[_0x2d4e0f(0x599)][_0x2d4e0f(0x18f)](_0x1b6a43=>_0x2f465e[_0x2d4e0f(0x1f8)][_0x1b6a43]);return _0x371e0a&&_0x52ed62[_0x2d4e0f(0x69a)](_0x371e0a),!0x0;}if(_0x5073a0===_[_0x2d4e0f(0xea)]['id']){let _0x29da89=_0xbb6cc6;return _0x29da89!=null&&_0x29da89[_0x2d4e0f(0x535)]?(_0x52ed62[_0x2d4e0f(0x4c0)](_0x29da89['viewId'],{'x':_0x29da89['x']??0x0,'y':_0x29da89['y']??0x0}),!0x0):!0x1;}if(_0x5073a0===_[_0x2d4e0f(0x591)]['id']){let _0x2a564e=_0xbb6cc6;return!(_0x2a564e!=null&&_0x2a564e['viewId'])||typeof _0x2a564e['zoom']!='number'?!0x1:(_0x52ed62[_0x2d4e0f(0x6f7)](_0x2a564e[_0x2d4e0f(0x535)],_0x2a564e[_0x2d4e0f(0x1bd)]),!0x0);}if(_0x5073a0===_[_0x2d4e0f(0x1b6)]['id'])return _0xbb6cc6?(_0x52ed62[_0x2d4e0f(0x728)](),_0x568310[_0x2d4e0f(0x451)](_0xbb6cc6),!0x0):!0x1;if(_0x5073a0===_[_0x2d4e0f(0x195)]['id'])return _0x568310[_0x2d4e0f(0x700)](),!0x0;if(_0x5073a0===_[_0x2d4e0f(0x255)]['id'])return _0xbb6cc6?(_0x52ed62['clearVirtualRecords'](),_0x568310['openContextMenu'](_0xbb6cc6),!0x0):!0x1;if(_0x5073a0===_['CloseBaseContextMenuOperation']['id'])return _0x568310['closeContextMenu'](),!0x0;if(_0x5073a0===_[_0x2d4e0f(0x62c)]['id'])return _0xbb6cc6?(_0x568310[_0x2d4e0f(0xf5)](_0xbb6cc6),!0x0):!0x1;if(_0x5073a0===_[_0x2d4e0f(0x521)]['id'])return _0x568310['closeActiveEditor'](),!0x0;if(_0x5073a0===_[_0x2d4e0f(0x1fa)]['id']){let _0x4485da=_0xbb6cc6;return _0x4485da!=null&&_0x4485da['recordId']?(_0x52ed62[_0x2d4e0f(0x5f1)](_0x4485da[_0x2d4e0f(0x544)]),!0x0):!0x1;}if(_0x5073a0===_['CloseBaseRecordDetailPanelOperation']['id'])return _0x52ed62[_0x2d4e0f(0x3e6)](),!0x0;}function Fa(_0x19585f,_0x21616b,_0x20b55c,_0x13d8a4=!0x1){const _0x428d2f=_0x404806;return _0x19585f===_[_0x428d2f(0x430)]['id']?(_0x13d8a4||_0x20b55c[_0x428d2f(0x20a)](_0x21616b),!0x0):_0x19585f===_[_0x428d2f(0x2a2)]['id']?(_0x20b55c[_0x428d2f(0x1ff)](),!0x0):!0x1;}function Ia(_0x1a2855,_0x28c203){const _0xb23c1e=_0x404806;return{'getConfig':_0x386ea5=>{const _0x4f2a0f=_0x159c;let _0x1f65bf=_0x1a2855[_0x4f2a0f(0x5ec)](_0x386ea5);return _0x386ea5===_['BASES_UI_PLUGIN_CONFIG_KEY']?La(_0x1f65bf??{},_0x28c203):_0x1f65bf;},'setConfig':_0x1a2855[_0xb23c1e(0x73f)][_0xb23c1e(0x15c)](_0x1a2855),'deleteConfig':_0x1a2855[_0xb23c1e(0x1a3)]['bind'](_0x1a2855),'subscribeConfigValue$':_0x1a2855[_0xb23c1e(0x39d)][_0xb23c1e(0x15c)](_0x1a2855)};}function La(_0x5ba1d8,_0x126a66=_0x404806(0x127)){const _0x2e6129=_0x404806;let _0x241faa;return _0x241faa=_0x126a66===_0x2e6129(0x3e1)||_0x126a66===_0x2e6129(0x4aa)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x5ba1d8,'workbench':{..._0x5ba1d8[_0x2e6129(0x127)]??{},..._0x241faa,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function Ra(_0x43b878){const _0x3754ec=_0x404806;var _0xa603e3;if(_0x43b878[_0x3754ec(0x30d)][_0x3754ec(0x4aa)]&&_0x43b878['runtimeScope'][_0x3754ec(0x1bf)][_0x3754ec(0x1fc)])return _0x43b878[_0x3754ec(0x5c6)][_0x3754ec(0x1bf)][_0x3754ec(0x1fc)];let _0x12c7de=_0x43b878['runtimeScope'][_0x3754ec(0x1bf)]['overlay']??_0x43b878[_0x3754ec(0x30d)][_0x3754ec(0xc8)]??_0x43b878[_0x3754ec(0x30d)][_0x3754ec(0x6ae)],_0x1b539f=((_0xa603e3=_0x12c7de['parentElement'])==null?void 0x0:_0xa603e3[_0x3754ec(0x6a4)][_0x3754ec(0x461)])==='embed-float-dom-chrome'?_0x12c7de[_0x3754ec(0x5eb)]:void 0x0;if(!_0x1b539f||!_0x43b878['embedId']||!_0x1b539f[_0x3754ec(0x6a4)][_0x3754ec(0x46d)]||_0x1b539f[_0x3754ec(0x6a4)]['embedId']===_0x43b878[_0x3754ec(0x46d)])return _0x1b539f??_0x12c7de;let _0x16d068=_0x43b878[_0x3754ec(0x30d)]['rootElement'][_0x3754ec(0x577)];return Array[_0x3754ec(0x56b)](_0x16d068[_0x3754ec(0x262)](_0x3754ec(0x146)))[_0x3754ec(0x18f)](_0x1c01c7=>_0x1c01c7[_0x3754ec(0x6a4)]['embedId']===_0x43b878[_0x3754ec(0x46d)])??_0x12c7de;}function za(_0x111889){const _0x217f37=_0x404806;let _0x4c0f8f=Ra(_0x111889),_0x3ca37f=_0x111889[_0x217f37(0x30d)][_0x217f37(0x6ae)][_0x217f37(0x577)][_0x217f37(0x2ee)]('div');return _0x3ca37f[_0x217f37(0x6a4)][_0x217f37(0x5e5)]=_0x111889[_0x217f37(0x41a)][_0x217f37(0x3fd)],_0x3ca37f[_0x217f37(0x3c4)]=_0x217f37(0x41f),_0x4c0f8f[_0x217f37(0x1a1)](_0x3ca37f),{'root':_0x4c0f8f,'menu':_0x3ca37f};}function Ba(_0x570a4c){const _0x3bb454=_0x404806;return[{'hostType':n[_0x3bb454(0x536)][_0x3bb454(0x15e)],'entry':e['EmbedHostEntryEnum']['DocsCustomBlock'],'childType':_0x570a4c['childType'],'mount':_0x570a4c['mount']},{'hostType':n[_0x3bb454(0x536)][_0x3bb454(0x534)],'entry':e[_0x3bb454(0x585)][_0x3bb454(0x2d9)],'childType':_0x570a4c['childType'],'mount':_0x570a4c[_0x3bb454(0x66d)]},{'hostType':n['UniverInstanceType'][_0x3bb454(0x47d)],'entry':e[_0x3bb454(0x585)][_0x3bb454(0xac)],'childType':_0x570a4c[_0x3bb454(0x34e)],'mount':_0x570a4c[_0x3bb454(0x66d)]},{'hostType':n[_0x3bb454(0x536)]['UNIVER_BOARD'],'entry':e[_0x3bb454(0x585)][_0x3bb454(0x69f)],'childType':_0x570a4c[_0x3bb454(0x34e)],'mount':_0x570a4c['mount']}];}function Va(_0x4103b0){const _0x320a12=_0x404806;let {embedId:_0x4049f6,childUnitId:_0x34df83,base:_0x11e4ef,activeTable:_0x5ec6ef}=_0x4103b0,_0x26fc2f=Ha(_0x4049f6);return _0x26fc2f?(0x0,v[_0x320a12(0x3ce)])((0x0,p['jsx'])(Wa,{'childUnitId':_0x34df83,'base':_0x11e4ef,'activeTable':_0x5ec6ef}),_0x26fc2f):null;}function Ha(_0x5e4eff){let [_0x38ca46,_0x3b0d4c]=(0x0,c['useState'])(()=>Ua(_0x5e4eff));return(0x0,c['useEffect'])(()=>{let _0x39e93b=window['requestAnimationFrame'](()=>_0x3b0d4c(Ua(_0x5e4eff)));return()=>{window['cancelAnimationFrame'](_0x39e93b);};},[_0x5e4eff]),_0x38ca46;}function Ua(_0x462752){const _0x228f9d=_0x404806;return Array[_0x228f9d(0x56b)](document[_0x228f9d(0x262)](_0x228f9d(0x523)))[_0x228f9d(0x18f)](_0x303e5d=>_0x303e5d[_0x228f9d(0x6a4)]['embedId']===_0x462752)??null;}function Wa(_0x305009){const _0x517858=_0x404806;var _0x3ea15c,_0x24c697;let {childUnitId:_0x23c0f7,base:_0x48febe,activeTable:_0x2df96f}=_0x305009,_0x14c996=(0x0,a[_0x517858(0x343)])(n[_0x517858(0x3b0)]),_0xfc3e46=(0x0,a[_0x517858(0x343)])(n[_0x517858(0x3ee)]),_0x333aeb=(0x0,a['useDependency'])(n['LocaleService']),_0x168759=(0x0,a[_0x517858(0x343)])(_[_0x517858(0x70f)]),_0x4ebd88=(0x0,a['useObservable'])(()=>_0x168759[_0x517858(0x668)],_0x168759[_0x517858(0x49b)](),!0x1,[_0x168759]),[_0x3cf8c2,_0x4feff4]=(0x0,c[_0x517858(0x6a1)])(null),[_0x1c9cf1,_0x507242]=(0x0,c[_0x517858(0x6a1)])(null),[_0x59e04,_0x1aebb7]=(0x0,c[_0x517858(0x6a1)])(''),[_0x1b627c,_0x25953f]=(0x0,c[_0x517858(0x6a1)])(_0x517858(0x6ba)),[_0x51db10,_0x1c0414]=(0x0,c['useState'])(null),_0x5542a5=(_0xfc3e46==null||(_0x3ea15c=_0xfc3e46[_0x517858(0x5ec)](_[_0x517858(0x5aa)]))==null?void 0x0:_0x3ea15c[_0x517858(0x127)])??{},_0x111134=_0x4ebd88[_0x517858(0x5d3)]['leftPanelWidth']??_0x5542a5['leftPanelWidth']??((_0x24c697=_[_0x517858(0x665)][_0x517858(0x127)])==null?void 0x0:_0x24c697[_0x517858(0x190)])??_[_0x517858(0x507)],_0x12c13d=_0x48febe['getSnapshot'](),_0x36b28f=qa(_0x12c13d,_0x2df96f['id']),_0x2e5572=async _0x2bf1a9=>{const _0x3232c8=_0x517858;let _0x4f338c=_0x12c13d[_0x3232c8(0x124)][_0x2bf1a9];if(!_0x4f338c)return;let _0x23bda5=_0x4f338c[_0x3232c8(0x599)][_0x3232c8(0x18f)](_0x2b1134=>_0x4f338c[_0x3232c8(0x1f8)][_0x2b1134]);_0x168759[_0x3232c8(0x6eb)](_0x4f338c['id']),_0x23bda5&&_0x168759[_0x3232c8(0x69a)](_0x23bda5),_0x168759[_0x3232c8(0x3f5)](null),_0x168759[_0x3232c8(0x3e6)](),await _0x14c996[_0x3232c8(0x29f)](_[_0x3232c8(0x164)]['id'],{'unitId':_0x23c0f7,'tableId':_0x2bf1a9});},_0x255efc=async()=>{const _0x58563d=_0x517858;let _0x588877=(0x0,n[_0x58563d(0x217)])({'id':_0x58563d(0x424)+(0x0,n[_0x58563d(0x5f2)])(0x8),'name':Ja(_0x48febe['getSnapshot'](),_0x321aee=>_0x333aeb['t'](_0x58563d(0x745),String(_0x321aee))),'primaryFieldId':_0x58563d(0x166)+(0x0,n[_0x58563d(0x5f2)])(0x8),'gridViewId':'view-'+(0x0,n['generateRandomId'])(0x8)});await _0x14c996[_0x58563d(0x29f)](g['CreateBaseTableCommand']['id'],{'unitId':_0x23c0f7,'table':_0x588877})&&(_0x168759[_0x58563d(0x6eb)](_0x588877['id']),_0x168759['activateView'](_0x588877[_0x58563d(0x599)][0x0]),_0x168759[_0x58563d(0x3f5)](null),_0x168759[_0x58563d(0x3e6)](),_0x1c0414(_0x588877['id']));},_0x16c61f=async(_0x499920,_0x34233a,_0x4d6f2f)=>{const _0x2576ec=_0x517858;let _0x4cae4c=_0x48febe[_0x2576ec(0x39e)](),_0x234274=_0x4cae4c[_0x2576ec(0x124)][_0x499920];if(!_0x234274)return;let _0x4bb701=(0x0,g['copyBaseTableSnapshot'])(_0x234274,{'id':_0x2576ec(0x424)+(0x0,n[_0x2576ec(0x5f2)])(0x8),'name':_0x34233a,'includeRecords':_0x4d6f2f===_0x2576ec(0x540),'regenerateViewIds':!0x0,'createViewId':()=>'view-'+(0x0,n[_0x2576ec(0x5f2)])(0x8)});await _0x14c996['executeCommand'](g[_0x2576ec(0x478)]['id'],{'unitId':_0x23c0f7,'table':_0x4bb701,'index':_0x4cae4c[_0x2576ec(0x5ba)]['indexOf'](_0x499920)+0x1})&&(_0x168759['activateTable'](_0x4bb701['id']),_0x168759['activateView'](_0x4bb701[_0x2576ec(0x599)][0x0]),_0x168759['setSelection'](null),_0x168759[_0x2576ec(0x3e6)]());},_0x4838e9=async _0x12938a=>{const _0xc35eb0=_0x517858;let _0x520969=_0x48febe[_0xc35eb0(0x39e)](),_0x373b9e=qa(_0x520969,_0x2df96f['id'])[_0xc35eb0(0x26b)](_0x547ddc=>_0x547ddc['id']);if(_0x373b9e[_0xc35eb0(0x5a7)]<=0x1)return;let _0x350390=_0x12938a===_0x2df96f['id']?_0x373b9e[_0xc35eb0(0x18f)](_0x2051ab=>_0x2051ab!==_0x12938a):null;if(await _0x14c996[_0xc35eb0(0x29f)](g[_0xc35eb0(0x2ca)]['id'],{'unitId':_0x23c0f7,'tableId':_0x12938a})&&_0x350390){let _0x339e0f=_0x520969['tables'][_0x350390],_0xff2cbd=_0x339e0f==null?void 0x0:_0x339e0f['viewOrder']['find'](_0x6f8667=>_0x339e0f[_0xc35eb0(0x1f8)][_0x6f8667]);_0x168759[_0xc35eb0(0x6eb)](_0x350390),_0xff2cbd&&_0x168759[_0xc35eb0(0x69a)](_0xff2cbd),_0x168759['setSelection'](null),_0x168759[_0xc35eb0(0x3e6)]();}};return(0x0,p[_0x517858(0x117)])(p[_0x517858(0x50f)],{'children':[(0x0,p[_0x517858(0x4fd)])(_[_0x517858(0x307)],{'title':_0x12c13d[_0x517858(0x1b1)]||_0x517858(0x18c),'items':_0x36b28f,'width':_0x111134,'pendingRenameItemId':_0x51db10,'onActivateItem':_0x2e5572,'onAddTable':async()=>{await _0x255efc();},'onRenameTable':async(_0x1016e3,_0x204ba6)=>{const _0x2fb12f=_0x517858;await _0x14c996[_0x2fb12f(0x29f)](g['RenameBaseTableCommand']['id'],{'unitId':_0x23c0f7,'tableId':_0x1016e3,'name':_0x204ba6});},'onPendingRenameItemConsumed':_0x463110=>{_0x51db10===_0x463110&&_0x1c0414(null);},'onDuplicateTable':_0x410b4e=>{const _0x5745c4=_0x517858;let _0xa76c2=_0x48febe[_0x5745c4(0x39e)](),_0x5795d1=_0xa76c2[_0x5745c4(0x124)][_0x410b4e];_0x5795d1&&(_0x507242(_0x410b4e),_0x1aebb7(Ya(_0xa76c2,_0x333aeb['t'](_0x5745c4(0x58b),_0x5795d1['name']))),_0x25953f('configurations'));},'onDeleteTable':_0x4feff4,'onResizeWidth':_0x16595f=>_0x168759[_0x517858(0x71e)](_0x16595f)}),(0x0,p[_0x517858(0x4fd)])(_['BaseDuplicateTableDialog'],{'open':!!_0x1c9cf1,'name':_0x59e04,'mode':_0x1b627c,'onNameChange':_0x1aebb7,'onModeChange':_0x25953f,'onCancel':()=>_0x507242(null),'onConfirm':async()=>{const _0x791bdc=_0x517858;let _0x58433a=_0x1c9cf1,_0x2c3611=_0x59e04[_0x791bdc(0x5e9)](),_0xd51df8=_0x1b627c;!_0x58433a||!_0x2c3611||(_0x507242(null),await _0x16c61f(_0x58433a,_0x2c3611,_0xd51df8));}}),(0x0,p[_0x517858(0x4fd)])(_[_0x517858(0x57d)],{'open':!!_0x3cf8c2,'title':_0x333aeb['t'](_0x517858(0x45d)),'description':_0x333aeb['t'](_0x517858(0x2e4)),'onCancel':()=>_0x4feff4(null),'onConfirm':async()=>{let _0x486b34=_0x3cf8c2;_0x4feff4(null),_0x486b34&&await _0x4838e9(_0x486b34);}})]});}function Ga(_0x2969b1){const _0x320734=_0x404806;let {embedId:_0x591d87,activeView:_0x53f121,views:_0x48d1ce,addViewOpen:_0x13ff52,onAddViewOpenChange:_0x151d88,onActivateView:_0x4bede7,onAddView:_0x39af11,onSetViewAsFirst:_0xcd3bd2,onMoveView:_0x5165af,onRenameView:_0x540e89,onDuplicateView:_0xa07660,onConfigureView:_0x2bb790,onDeleteView:_0x349728}=_0x2969b1,_0x529394=(0x0,a[_0x320734(0x343)])(n[_0x320734(0x63a)]);return(0x0,p['jsx'])(_0x320734(0xef),{'data-u-comp':_0x320734(0x575),'className':_0x320734(0x21b),'children':(0x0,p[_0x320734(0x4fd)])(_[_0x320734(0x679)],{'className':_0x320734(0x304),'views':_0x48d1ce[_0x320734(0x26b)](_0x2fc0a7=>({'id':_0x2fc0a7['id'],'name':_0x2fc0a7[_0x320734(0x1b1)],'type':_0x2fc0a7[_0x320734(0x225)]})),'activeViewId':_0x53f121['id'],'onActivateView':_0x4bede7,'onSetViewAsFirst':_0xcd3bd2,'onMoveView':_0x5165af,'onRenameView':_0x540e89,'onDuplicateView':_0xa07660,'onConfigureView':_0x2bb790,'onDeleteView':_0x349728,'onAddView':()=>_0x151d88(!_0x13ff52),'addViewDropdown':{'open':_0x13ff52,'onOpenChange':_0x151d88,'overlay':(0x0,p['jsx'])(_0x320734(0xef),{'data-u-comp':_0x320734(0x563),'data-embed-id':_0x591d87,'data-embed-floating-menu-popup':_0x320734(0x420),'children':(0x0,p[_0x320734(0x4fd)])(_['AddViewMenu'],{'views':_[_0x320734(0x6b7)][_0x320734(0x26b)](_0x116e87=>({..._0x116e87,'label':_0x529394['t'](_0x116e87['label']),'description':_0x529394['t'](_0x116e87[_0x320734(0x1a6)])})),'onCreate':_0x39af11})})}})});}function Ka(_0x30f670){const _0x3c52a7=_0x404806;var _0x5aeaab;return(_0x30f670==null||(_0x5aeaab=_0x30f670[_0x3c52a7(0x5ba)])==null?void 0x0:_0x5aeaab['map'](_0x209846=>_0x30f670['tables'][_0x209846])['filter'](_0x13b9d1=>!!_0x13b9d1))??[];}function qa(_0x57c3d8,_0x2f300e){const _0x2b8871=_0x404806;return Ka(_0x57c3d8)[_0x2b8871(0x26b)](_0x45115d=>({'id':_0x45115d['id'],'name':_0x45115d['name'],'active':_0x45115d['id']===_0x2f300e}));}function Ja(_0x33c714,_0x558e34){const _0x52031e=_0x404806;let _0x2c529c=new Set(Ka(_0x33c714)['map'](_0x1ac71a=>_0x1ac71a[_0x52031e(0x1b1)])),_0x133ab2=_0x2c529c['size']+0x1,_0x3339e4=_0x558e34(_0x133ab2);for(;_0x2c529c[_0x52031e(0x287)](_0x3339e4);)_0x133ab2+=0x1,_0x3339e4=_0x558e34(_0x133ab2);return _0x3339e4;}function Ya(_0xeb4e26,_0x55a2d9){const _0x72e47f=_0x404806;let _0x37b38b=new Set(Ka(_0xeb4e26)[_0x72e47f(0x26b)](_0x131fa3=>_0x131fa3[_0x72e47f(0x1b1)]));if(!_0x37b38b['has'](_0x55a2d9))return _0x55a2d9;let _0x523bc2=0x2,_0x31b23d=_0x55a2d9+'\x20'+_0x523bc2;for(;_0x37b38b['has'](_0x31b23d);)_0x523bc2+=0x1,_0x31b23d=_0x55a2d9+'\x20'+_0x523bc2;return _0x31b23d;}function Xa(){const _0x387183=_0x404806;return Ba({'childType':n[_0x387183(0x536)]['UNIVER_BASE'],'mount':Za});}function Za(_0x32fb00){const _0x106c04=_0x404806;let {root:_0x12bfaf,menu:_0x446401}=za(_0x32fb00),_0x3a5754=gt(_0x446401),_0x2014eb=_0x32fb00['runtimeScope'][_0x106c04(0x697)];return _0x3a5754[_0x106c04(0x18e)]((0x0,c[_0x106c04(0x2ee)])(st,{'injector':_0x2014eb,'mountContainer':_0x12bfaf,'embedId':_0x32fb00['embedId']},(0x0,c[_0x106c04(0x2ee)])(io,{'hostUnitId':_0x32fb00[_0x106c04(0x1d1)],'embedId':_0x32fb00[_0x106c04(0x46d)],'childUnitId':_0x32fb00[_0x106c04(0x106)],'entry':_0x32fb00[_0x106c04(0x41a)][_0x106c04(0x3fd)],'fullscreen':!!_0x32fb00[_0x106c04(0x30d)][_0x106c04(0x4aa)],'usesDomFloatingStage':_0x32fb00[_0x106c04(0x41a)][_0x106c04(0x3fd)]===_0x106c04(0x615),'renderScopeActive$':_0x32fb00[_0x106c04(0x30d)][_0x106c04(0x11f)]}))),(0x0,n[_0x106c04(0x6e6)])(()=>{const _0x1feb6b=_0x106c04;_t(_0x3a5754),globalThis[_0x1feb6b(0x661)](()=>_0x446401[_0x1feb6b(0x2d1)](),0x0);});}function Qa(_0x11b09d){const _0xf22a6=_0x404806;return hn({'embedId':_0x11b09d['embedId'],'active':$a(_0x11b09d['activeEmbedId'],_0x11b09d[_0xf22a6(0x42d)]),'fullscreen':_0x11b09d[_0xf22a6(0x4aa)],'usesDomFloatingStage':_0x11b09d['usesDomFloatingStage'],'renderScopeActive':_0x11b09d[_0xf22a6(0x10b)]});}function $a(_0x5e626c,_0x326419){const _0x34eeb1=_0x404806;return _0x5e626c?{'hostUnitId':'','childUnitId':'','embedId':_0x5e626c,'stage':_0x326419===_0x34eeb1(0x6c6)||_0x326419===_0x34eeb1(0x4a1)?'stage2':_0x34eeb1(0x169)}:null;}function eo(_0x4ddd43){return _0x4ddd43;}function to(_0x4c71f4){return _0x4c71f4;}function no(_0x45592e){return!_0x45592e;}function ro(_0x1f4c8f){const _0xe6a6aa=_0x404806;return{[q]:_0x1f4c8f,[G]:_0xe6a6aa(0x12f)};}function io(_0x1706d0){const _0x59b450=_0x404806;let {hostUnitId:_0x11a7cf,embedId:_0xd9be1b,childUnitId:_0x1fcd0e,entry:_0x2c6fe8,fullscreen:_0x36ddac,usesDomFloatingStage:_0x112309,renderScopeActive$:_0x407909}=_0x1706d0,_0x404606=(0x0,a[_0x59b450(0x343)])(n[_0x59b450(0x3b0)]),_0x1bbb5a=(0x0,a[_0x59b450(0x343)])(n[_0x59b450(0x746)]),_0x132731=(0x0,a['useDependency'])(n[_0x59b450(0x63a)]),_0x1cd9ed=(0x0,a[_0x59b450(0x343)])(g[_0x59b450(0x4a0)]),_0x24dbb1=(0x0,a[_0x59b450(0x343)])(n['IUndoRedoService']),_0x21b365=(0x0,a['useDependency'])(_['IBaseUIStateService']),_0x43ec9c=(0x0,a['useDependency'])(_[_0x59b450(0xca)]),_0x3a893f=(0x0,a['useDependency'])(U),_0x24ea99=(0x0,a[_0x59b450(0x261)])(()=>_0x21b365[_0x59b450(0x668)],_0x21b365[_0x59b450(0x49b)](),!0x1,[_0x21b365]),_0x2e0b0e=(0x0,a[_0x59b450(0x261)])(()=>_0x24dbb1['undoRedoStatus$'],{'undos':0x0,'redos':0x0},!0x1,[_0x24dbb1]),_0x5dc629=(0x0,a['useObservable'])(()=>_0x407909,!0x1,!0x1,[_0x407909]),_0x5e4da9=(0x0,a['useObservable'])(()=>_0x3a893f[_0x59b450(0x11f)],_0x3a893f['getActive'](),!0x1,[_0x3a893f]),_0x41e717=_0x3a893f[_0x59b450(0x162)](_0xd9be1b),[_0x5b578b,_0x5d8eb4]=(0x0,c[_0x59b450(0x6a1)])(0x0),[_0x1006b7,_0x2c12fc]=(0x0,c[_0x59b450(0x6a1)])(null),[_0x5d61e0,_0x58b5cf]=(0x0,c[_0x59b450(0x6a1)])(!0x1),[_0x470945,_0x1119a4]=(0x0,c[_0x59b450(0x6a1)])(null),_0x4bfb4d=(0x0,c['useRef'])(null),_0x1d7a84=_0x1bbb5a[_0x59b450(0x330)](_0x1fcd0e,n['UniverInstanceType']['UNIVER_BASE']),_0x21eadb=_0x1d7a84==null?void 0x0:_0x1d7a84['getSnapshot'](),_0x51a2ca=lo(_0x21eadb,_0x24ea99[_0x59b450(0x28a)]),_0xf027e4=uo(_0x51a2ca),_0x44ddfa=fo(_0x51a2ca,_0x24ea99[_0x59b450(0x368)]),_0x23940b=Qa({'embedId':_0xd9be1b,'activeEmbedId':_0x5e4da9==null?void 0x0:_0x5e4da9['embedId'],'stage':_0x41e717,'fullscreen':_0x36ddac,'usesDomFloatingStage':_0x112309,'renderScopeActive':_0x5dc629})===_0x59b450(0x6c6),[_0x3d952d,_0x181b06]=(0x0,c[_0x59b450(0x6a1)])(_0x23940b),_0x18dc12=eo(_0x36ddac),_0x5c13a7=to(_0x36ddac),_0x57de7a=no(_0x36ddac),_0x5d8b08=_0x18dc12?'univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1':_0x59b450(0x569);if(_0x3d952d!==_0x23940b&&(_0x181b06(_0x23940b),_0x23940b||(_0x2c12fc(null),_0x58b5cf(!0x1),_0x1119a4(null))),(0x0,c[_0x59b450(0x6fd)])(()=>{const _0x1399b6=_0x59b450;_0x23940b||(_0x43ec9c[_0x1399b6(0x700)](),_0x43ec9c[_0x1399b6(0x5cc)](),_0x43ec9c[_0x1399b6(0xfb)]());},[_0x23940b,_0x43ec9c]),(0x0,c[_0x59b450(0x6fd)])(()=>{const _0x258844=_0x59b450;if(!_0x1006b7)return;let _0x25ee4f=_0x242409=>{const _0x8a25dc=_0x159c;var _0x2ca92c;let _0x4564a7=_0x242409['target']instanceof Node?_0x242409['target']:null;_0x4564a7&&(_0x2ca92c=_0x4bfb4d[_0x8a25dc(0x10e)])!=null&&_0x2ca92c['contains'](_0x4564a7)||_0x2c12fc(null);},_0x499ad5=_0xb34dc2=>{const _0x30b1da=_0x159c;_0xb34dc2['key']===_0x30b1da(0x1e6)&&_0x2c12fc(null);};return document['addEventListener'](_0x258844(0x263),_0x25ee4f,!0x0),document['addEventListener']('keydown',_0x499ad5,!0x0),()=>{const _0xd2136c=_0x258844;document[_0xd2136c(0x6db)](_0xd2136c(0x263),_0x25ee4f,!0x0),document[_0xd2136c(0x6db)](_0xd2136c(0x443),_0x499ad5,!0x0);};},[_0x1006b7]),!_0x21eadb||!_0x1d7a84||!_0x51a2ca||!_0x44ddfa)return null;let _0x3528ab=()=>{const _0x21b30d=_0x59b450;_0x3a893f[_0x21b30d(0x221)]({'hostUnitId':_0x11a7cf,'embedId':_0xd9be1b,'childUnitId':_0x1fcd0e},_0x21b30d(0x6c6));},_0xda9d3=async(_0x236d27,_0x4c00b3)=>{const _0x3607f0=_0x59b450;_0x3528ab(),await _0x404606['executeCommand'](_[_0x3607f0(0x1b6)]['id'],{'type':_0x236d27,'anchor':mo(_0x4c00b3[_0x3607f0(0x4c2)]())});},_0x4158dd=async _0x34fe1c=>{_0x3528ab(),await _0x404606['executeCommand'](_['ActivateBaseViewOperation']['id'],{'tableId':_0x51a2ca['id'],'unitId':_0x1fcd0e,'viewId':_0x34fe1c}),_0x5d8eb4(_0x42481f=>_0x42481f+0x1);},_0x44857a=async _0x4fde97=>{const _0x1c1dad=_0x59b450;_0x3528ab();let _0x59480a=_0x1c1dad(0x676)+(0x0,n['generateRandomId'])(0x6),_0x3c2786=_0x1cd9ed['get'](_0x4fde97)[_0x1c1dad(0xf0)](_0x51a2ca),_0x10d42a=await _0x404606[_0x1c1dad(0x29f)](g[_0x1c1dad(0x66a)]['id'],{'unitId':_0x1fcd0e,'tableId':_0x51a2ca['id'],'view':{'id':_0x59480a,'tableId':_0x51a2ca['id'],'name':(0x0,_[_0x1c1dad(0x730)])(_0x132731,_0x4fde97),'type':_0x4fde97,'config':_0x3c2786,'fieldOrder':[..._0x51a2ca[_0x1c1dad(0x43f)]],'fieldSettings':{}}});_0x2c12fc(null),_0x58b5cf(!0x1),_0x5d8eb4(_0x245a95=>_0x245a95+0x1),_0x10d42a&&await _0x4158dd(_0x59480a);},_0x1cbaf5=async _0x427b4a=>{const _0x35edae=_0x59b450;var _0x2bab4c;let _0x5dc73b=(_0x2bab4c=_0xf027e4[0x0])==null?void 0x0:_0x2bab4c['id'];!_0x5dc73b||_0x5dc73b===_0x427b4a||(_0x3528ab(),await _0x404606[_0x35edae(0x29f)](g[_0x35edae(0x20c)]['id'],{'unitId':_0x1fcd0e,'tableId':_0x51a2ca['id'],'viewId':_0x427b4a,'target':{'beforeViewId':_0x5dc73b}}),_0x5d8eb4(_0x5a55bd=>_0x5a55bd+0x1));},_0x4a4b2e=async(_0x41e59a,_0x260d55)=>{const _0x84b8c5=_0x59b450;_0x3528ab(),await _0x404606[_0x84b8c5(0x29f)](g['MoveBaseViewCommand']['id'],{'unitId':_0x1fcd0e,'tableId':_0x51a2ca['id'],'viewId':_0x41e59a,'target':_0x260d55}),_0x5d8eb4(_0x266ef4=>_0x266ef4+0x1);},_0x5821f4=async(_0x41a634,_0x4f6b41)=>{const _0x2e5fcf=_0x59b450;_0x3528ab(),await _0x404606[_0x2e5fcf(0x29f)](g[_0x2e5fcf(0x289)]['id'],{'unitId':_0x1fcd0e,'tableId':_0x51a2ca['id'],'viewId':_0x41a634,'name':_0x4f6b41}),_0x5d8eb4(_0x2d45d8=>_0x2d45d8+0x1);},_0x272ef1=async _0x56ce8c=>{const _0x56ae00=_0x59b450;let _0x1e29d9=_0x51a2ca['views'][_0x56ce8c];if(!_0x1e29d9)return;_0x3528ab();let _0x43bbd0=(0x0,_[_0x56ae00(0x18a)])(_0x1e29d9,_0x51a2ca['id'],_0x132731['t'](_0x56ae00(0x145))),_0x37c4c=await _0x404606[_0x56ae00(0x29f)](g[_0x56ae00(0x66a)]['id'],{'unitId':_0x1fcd0e,'tableId':_0x51a2ca['id'],'view':_0x43bbd0});_0x5d8eb4(_0x2ead0c=>_0x2ead0c+0x1),_0x37c4c&&await _0x4158dd(_0x43bbd0['id']);},_0x6c8519=async()=>{const _0x249e96=_0x59b450;var _0x50af9e;let _0x1abe8d=_0x470945??_0x44ddfa['id'];if(_0xf027e4[_0x249e96(0x5a7)]<=0x1){_0x1119a4(null);return;}let _0x41c58a=(_0x50af9e=_0xf027e4[_0x249e96(0x18f)](_0x15c97b=>_0x15c97b['id']!==_0x1abe8d))==null?void 0x0:_0x50af9e['id'],_0x43332b=await _0x404606['executeCommand'](g[_0x249e96(0x5e2)]['id'],{'unitId':_0x1fcd0e,'tableId':_0x51a2ca['id'],'viewId':_0x1abe8d});_0x1119a4(null),_0x5d8eb4(_0x26a273=>_0x26a273+0x1),_0x43332b&&_0x41c58a&&await _0x4158dd(_0x41c58a);},_0x58a679=async()=>{const _0x27877f=_0x59b450;await _0x404606[_0x27877f(0x29f)](e[_0x27877f(0x3cd)]['id'],{'hostUnitId':_0x11a7cf,'embedId':_0xd9be1b});},_0x2d4cb4=_0x3d9ef1=>{const _0x320a0e=_0x59b450;_0x3d9ef1[_0x320a0e(0x235)]();},_0xdbae86=_0x5a1126=>{const _0x527294=_0x59b450;_0x5a1126['preventDefault'](),_0x5a1126[_0x527294(0x235)]();};return(0x0,p['jsxs'])(p[_0x59b450(0x50f)],{'children':[(0x0,p['jsxs'])('div',{'className':(0x0,o[_0x59b450(0x40f)])('univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white',{'univer-hidden':!_0x23940b,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-24\x20univer-py-0\x20univer-shadow-none':_0x36ddac,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-1\x20univer-shadow-none':!_0x36ddac,'-univer-top-[44px]':!_0x36ddac&&_0x2c6fe8!==_0x59b450(0x43e),'univer-w-full':!_0x36ddac,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x36ddac&&_0x2c6fe8===_0x59b450(0x43e)}),'data-u-comp':_0x59b450(0x389),'data-embed-floating-menu':_0x59b450(0x420),'data-embed-id':_0xd9be1b,'data-embed-float-stage':_0x23940b?_0x59b450(0x6c6):_0x59b450(0x169),'data-base-render-version':_0x5b578b,...ro(_0xd9be1b),'onClick':_0x2d4cb4,'onDoubleClick':_0x2d4cb4,'onMouseDown':_0xdbae86,'onMouseUp':_0x2d4cb4,'onPointerDown':_0xdbae86,'onPointerUp':_0x2d4cb4,'children':[_0x5c13a7?(0x0,p[_0x59b450(0x4fd)])(Ga,{'embedId':_0xd9be1b,'activeView':_0x44ddfa,'views':_0xf027e4,'addViewOpen':_0x5d61e0,'onAddViewOpenChange':_0x58b5cf,'onActivateView':_0x4158dd,'onAddView':_0x44857a,'onSetViewAsFirst':_0x1cbaf5,'onMoveView':_0x4a4b2e,'onRenameView':_0x5821f4,'onDuplicateView':_0x272ef1,'onConfigureView':_0x111541=>_0xda9d3(_0x59b450(0x619),_0x111541),'onDeleteView':_0x1119a4}):(0x0,p[_0x59b450(0x4fd)])('div',{'data-u-comp':_0x59b450(0x441),'className':'univer-pointer-events-auto\x20univer-shrink-0','children':(0x0,p['jsx'])(ao,{'activeView':_0x44ddfa,'views':_0xf027e4,'onActivateView':_0x4158dd,'embedId':_0xd9be1b,'onAddView':_0x30b03b=>{const _0x292434=_0x59b450;_0x3528ab(),_0x2c12fc(_0x30b03b[_0x292434(0x4c2)]());},'onConfigureView':_0x21ccd7=>_0xda9d3(_0x59b450(0x619),_0x21ccd7),'onDeleteView':()=>_0x1119a4(_0x44ddfa['id'])})}),(0x0,p[_0x59b450(0x117)])(_0x59b450(0xef),{'className':'univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','children':[(0x0,p[_0x59b450(0x4fd)])(_[_0x59b450(0x3d3)],{'iconOnly':!_0x18dc12,'className':_0x5d8b08,'state':{...co(_0x44ddfa,_0x2e0b0e),'searchOpen':_0x24ea99[_0x59b450(0x4ee)][_0x59b450(0x5ae)],'searchQuery':_0x24ea99[_0x59b450(0x4ee)][_0x59b450(0x10f)],'searchActiveIndex':_0x24ea99[_0x59b450(0x4ee)][_0x59b450(0x3f3)]},'onAddRecord':_0xc8906a=>_0xc8906a&&_0xda9d3(_0x59b450(0x23a),_0xc8906a),'onCustomizeField':_0x880da9=>_0xda9d3(_0x59b450(0x1aa),_0x880da9),'onCustomizeKanban':_0x478069=>_0xda9d3(_0x59b450(0xf4),_0x478069),'onCustomizeGallery':_0x2b7c82=>_0xda9d3('customizeGallery',_0x2b7c82),'onCalendarEventSettings':_0x1613dd=>_0xda9d3(_0x59b450(0x514),_0x1613dd),'onCalendarViewSettings':_0x5dd9d5=>_0xda9d3(_0x59b450(0x371),_0x5dd9d5),'onViewSettings':_0x24d4d0=>_0xda9d3(_0x59b450(0x619),_0x24d4d0),'onFilter':_0x32d78c=>_0xda9d3(_0x59b450(0x3d1),_0x32d78c),'onGroup':_0x4d2d10=>_0xda9d3('group',_0x4d2d10),'onSort':_0x2f96db=>_0xda9d3(_0x59b450(0x401),_0x2f96db),'onRowHeight':_0x2e6ab7=>_0xda9d3(_0x59b450(0x341),_0x2e6ab7),'onConditionalColoring':_0x5c80ea=>_0xda9d3(_0x59b450(0xd9),_0x5c80ea),'onUndo':async()=>_0x404606[_0x59b450(0x29f)](n[_0x59b450(0x3c8)]['id']),'onRedo':async()=>_0x404606[_0x59b450(0x29f)](n[_0x59b450(0x60e)]['id']),'onOpenSearch':()=>_0x21b365['openSearch'](),'onSearchQueryChange':_0x3984d0=>_0x21b365[_0x59b450(0x68a)](_0x3984d0),'onSearchPrevious':()=>_0x21b365['setSearchActiveIndex'](Math[_0x59b450(0x282)](0x0,(_0x24ea99[_0x59b450(0x4ee)][_0x59b450(0x3f3)]??0x0)-0x1)),'onSearchNext':()=>_0x21b365[_0x59b450(0x56a)]((_0x24ea99[_0x59b450(0x4ee)][_0x59b450(0x3f3)]??-0x1)+0x1),'onCloseSearch':()=>_0x21b365[_0x59b450(0x2fe)]()}),_0x57de7a?(0x0,p['jsxs'])(p[_0x59b450(0x50f)],{'children':[(0x0,p['jsx'])(o['Separator'],{'orientation':_0x59b450(0x257)}),(0x0,p[_0x59b450(0x4fd)])(po,{'title':_0x132731['t']('embed-ui.basesFloating.delete'),'className':_0x59b450(0x324),'onClick':_0x58a679,'children':(0x0,p[_0x59b450(0x4fd)])(s[_0x59b450(0x436)],{})})]}):null]})]}),_0x1006b7?(0x0,v[_0x59b450(0x3ce)])((0x0,p[_0x59b450(0x4fd)])(_0x59b450(0xef),{'ref':_0x4bfb4d,'data-u-comp':_0x59b450(0x45e),'data-embed-id':_0xd9be1b,'data-embed-floating-menu-popup':_0x59b450(0x420),'className':'univer-fixed\x20univer-z-[900]','style':ho(_0x1006b7),'onPointerDown':_0x54a2a2=>_0x54a2a2[_0x59b450(0x235)](),'children':(0x0,p[_0x59b450(0x4fd)])(_[_0x59b450(0x409)],{'views':_[_0x59b450(0x6b7)][_0x59b450(0x26b)](_0x122b8e=>({..._0x122b8e,'label':_0x132731['t'](_0x122b8e['label']),'description':_0x132731['t'](_0x122b8e[_0x59b450(0x1a6)])})),'onCreate':_0x44857a})}),(0x0,_[_0x59b450(0x21e)])(!0x0)??document[_0x59b450(0x4fa)]):null,(0x0,p['jsx'])(_[_0x59b450(0x57d)],{'open':!!_0x470945,'title':_0x132731['t']('embed-ui.basesFloating.confirmDelete.viewTitle'),'description':_0x132731['t'](_0x59b450(0x38a)),'onCancel':()=>_0x1119a4(null),'onConfirm':_0x6c8519}),_0x36ddac?(0x0,p[_0x59b450(0x4fd)])(Va,{'embedId':_0xd9be1b,'childUnitId':_0x1fcd0e,'base':_0x1d7a84,'activeTable':_0x51a2ca}):null]});}function ao(_0x1b7a33){const _0x5869a7=_0x404806;var _0x5f216d;let {embedId:_0x37b0a9,activeView:_0x6db317,views:_0x11dd66,onActivateView:_0x26b806,onAddView:_0x478824,onConfigureView:_0x222380,onDeleteView:_0x31f13e}=_0x1b7a33,_0x123068=(0x0,a[_0x5869a7(0x343)])(n['LocaleService']),_0x29f9fb=(0x0,c['useRef'])(null),_0x180ada=(0x0,c[_0x5869a7(0x706)])(null),[_0x504ae4,_0x50ef89]=(0x0,c[_0x5869a7(0x6a1)])(!0x1),_0x47a8d7=_0x41eb6c=>{const _0xc7268b=_0x5869a7;_0x41eb6c[_0xc7268b(0xde)](),_0x41eb6c[_0xc7268b(0x235)]();},_0x4846f4=((_0x5f216d=_0x29f9fb['current'])==null?void 0x0:_0x5f216d['getBoundingClientRect']())??null;return(0x0,c[_0x5869a7(0x6fd)])(()=>{const _0x18f85f=_0x5869a7;if(!_0x504ae4)return;let _0x3518ec=_0x321356=>{const _0x561c5d=_0x159c;var _0x58030b,_0x411877;let _0x47cf92=_0x321356[_0x561c5d(0x2c2)]instanceof Node?_0x321356['target']:null;!_0x47cf92||(_0x58030b=_0x29f9fb['current'])!=null&&_0x58030b[_0x561c5d(0x70c)](_0x47cf92)||(_0x411877=_0x180ada[_0x561c5d(0x10e)])!=null&&_0x411877['contains'](_0x47cf92)||_0x50ef89(!0x1);},_0x9a4ae3=_0xe9d75=>{const _0x154a5d=_0x159c;_0xe9d75[_0x154a5d(0x6fa)]===_0x154a5d(0x1e6)&&_0x50ef89(!0x1);};return document['addEventListener'](_0x18f85f(0x263),_0x3518ec,!0x0),document[_0x18f85f(0x31b)](_0x18f85f(0x443),_0x9a4ae3,!0x0),()=>{const _0x582c95=_0x18f85f;document[_0x582c95(0x6db)](_0x582c95(0x263),_0x3518ec,!0x0),document['removeEventListener'](_0x582c95(0x443),_0x9a4ae3,!0x0);};},[_0x504ae4]),(0x0,p['jsxs'])(p[_0x5869a7(0x50f)],{'children':[(0x0,p[_0x5869a7(0x117)])(o[_0x5869a7(0x241)],{'ref':_0x29f9fb,'type':'button','size':_0x5869a7(0x232),'variant':_0x5869a7(0x35d),'className':_0x5869a7(0x5f8),'title':_0x6db317[_0x5869a7(0x1b1)],'aria-label':_0x123068['t']('embed-ui.basesFloating.viewSettings.title'),'onClick':_0x949b2c=>{const _0x3ec17f=_0x5869a7;_0x949b2c[_0x3ec17f(0x235)](),_0x50ef89(_0x1be6c9=>!_0x1be6c9);},'onMouseDown':_0x47a8d7,'onPointerDown':_0x47a8d7,'children':[(0x0,p['jsx'])(_0x5869a7(0x147),{'className':_0x5869a7(0x327),'aria-hidden':'true','children':(0x0,p['jsx'])(_[_0x5869a7(0x1e4)],{'type':_0x6db317[_0x5869a7(0x225)]})}),(0x0,p[_0x5869a7(0x4fd)])(_0x5869a7(0x147),{'className':_0x5869a7(0x6e4),'children':_0x6db317['name']}),(0x0,p[_0x5869a7(0x4fd)])(s[_0x5869a7(0x1ee)],{'className':_0x5869a7(0x5a1)})]}),_0x504ae4&&_0x4846f4?(0x0,v[_0x5869a7(0x3ce)])((0x0,p[_0x5869a7(0x117)])(_0x5869a7(0xef),{'ref':_0x180ada,'data-u-comp':'base-embed-view-panel','data-embed-id':_0x37b0a9,'data-embed-floating-menu-popup':_0x5869a7(0x420),'className':'univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','style':go(_0x4846f4),'onClick':_0x1152d2=>_0x1152d2[_0x5869a7(0x235)](),'onMouseDown':_0x47a8d7,'onPointerDown':_0x47a8d7,'children':[(0x0,p[_0x5869a7(0x4fd)])(_0x5869a7(0xef),{'className':_0x5869a7(0x3ef),'children':_0x11dd66[_0x5869a7(0x26b)](_0x5c688d=>(0x0,p['jsx'])(o[_0x5869a7(0x241)],{'type':'button','variant':'ghost','size':_0x5869a7(0x232),'className':_0x5869a7(0x520),'onClick':_0x3e940c=>{const _0x4d4db3=_0x5869a7;_0x3e940c[_0x4d4db3(0x235)](),_0x26b806(_0x5c688d['id']),_0x50ef89(!0x1);},'children':(0x0,p['jsx'])(oo,{'icon':(0x0,p[_0x5869a7(0x4fd)])(_[_0x5869a7(0x1e4)],{'type':_0x5c688d[_0x5869a7(0x225)]}),'label':_0x5c688d[_0x5869a7(0x1b1)],'trailing':_0x5c688d['id']===_0x6db317['id']?(0x0,p[_0x5869a7(0x4fd)])(_0x5869a7(0x147),{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x5c688d['id']))}),(0x0,p['jsx'])(o['Separator'],{}),(0x0,p[_0x5869a7(0x4fd)])(so,{'icon':(0x0,p[_0x5869a7(0x4fd)])(s[_0x5869a7(0x1d4)],{}),'label':_0x123068['t'](_0x5869a7(0x6a0)),'onClick':()=>{const _0x352b0f=_0x5869a7;let _0x346dba=_0x29f9fb[_0x352b0f(0x10e)];_0x346dba&&_0x478824(_0x346dba),_0x50ef89(!0x1);}}),(0x0,p[_0x5869a7(0x4fd)])(so,{'icon':(0x0,p[_0x5869a7(0x4fd)])(s[_0x5869a7(0x346)],{}),'label':_0x123068['t'](_0x5869a7(0x415)),'onClick':()=>{const _0x499288=_0x5869a7;let _0x359d88=_0x29f9fb[_0x499288(0x10e)];_0x359d88&&_0x222380(_0x359d88),_0x50ef89(!0x1);}}),(0x0,p[_0x5869a7(0x4fd)])(so,{'danger':!0x0,'disabled':_0x11dd66[_0x5869a7(0x5a7)]<=0x1,'icon':(0x0,p[_0x5869a7(0x4fd)])(s[_0x5869a7(0x436)],{}),'label':_0x123068['t']('embed-ui.basesFloating.viewSettings.deleteView'),'onClick':()=>{_0x31f13e(),_0x50ef89(!0x1);}})]}),(0x0,_[_0x5869a7(0x21e)])(!0x0)??document['body']):null]});}function oo(_0xf0e314){const _0x30615f=_0x404806;let {icon:_0x525e00,label:_0x206184,trailing:_0x2c4975}=_0xf0e314;return(0x0,p[_0x30615f(0x117)])(_0x30615f(0x147),{'className':_0x30615f(0x314),'children':[(0x0,p[_0x30615f(0x4fd)])(_0x30615f(0x147),{'className':_0x30615f(0xd1),'aria-hidden':'true','children':_0x525e00}),(0x0,p[_0x30615f(0x4fd)])('span',{'className':_0x30615f(0x462),'children':_0x206184}),(0x0,p[_0x30615f(0x4fd)])('span',{'className':_0x30615f(0xf3),'children':_0x2c4975})]});}function so(_0x5f5da6){const _0x2ed06b=_0x404806;let {danger:_0x555497,disabled:_0x2c8139,icon:_0x1de4d8,label:_0x115b16,onClick:_0x5a996d}=_0x5f5da6;return(0x0,p[_0x2ed06b(0x4fd)])(o[_0x2ed06b(0x241)],{'type':_0x2ed06b(0x47c),'variant':_0x2ed06b(0x35d),'size':'small','disabled':_0x2c8139,'className':(0x0,o['clsx'])(_0x2ed06b(0x520),_0x555497&&_0x2ed06b(0x3c2)),'onClick':_0x40f1f1=>{const _0xb5b7ad=_0x2ed06b;_0x40f1f1[_0xb5b7ad(0x235)](),_0x5a996d();},'children':(0x0,p[_0x2ed06b(0x4fd)])(oo,{'icon':_0x1de4d8,'label':_0x115b16})});}function co(_0x3892ac,_0x208963={}){const _0x1b557f=_0x404806;var _0x5c7e9c,_0x304bd5,_0x4c7753;let _0x393496=_0x3892ac[_0x1b557f(0x632)]??{},_0x2e88e2=_0x393496['conditionalColoring'],_0xb965e2=Array[_0x1b557f(0x206)](_0x2e88e2==null?void 0x0:_0x2e88e2[_0x1b557f(0x6a9)])?_0x2e88e2['rules']['length']:0x0;return{'viewType':_0x3892ac[_0x1b557f(0x225)],'filterCount':((_0x5c7e9c=_0x3892ac[_0x1b557f(0x3d1)])==null||(_0x5c7e9c=_0x5c7e9c[_0x1b557f(0x5da)])==null?void 0x0:_0x5c7e9c[_0x1b557f(0x5a7)])??0x0,'groupCount':((_0x304bd5=_0x3892ac[_0x1b557f(0x470)])==null?void 0x0:_0x304bd5[_0x1b557f(0x5a7)])??0x0,'sortCount':((_0x4c7753=_0x3892ac[_0x1b557f(0x401)])==null?void 0x0:_0x4c7753[_0x1b557f(0x5a7)])??0x0,'rowHeightActive':!!(_0x393496['rowHeight']&&_0x393496[_0x1b557f(0x341)]!==_0x1b557f(0xff)),'conditionalColoringActive':_0xb965e2>0x0,'conditionalColoringCount':_0xb965e2,'canUndo':(_0x208963[_0x1b557f(0x40a)]??0x0)>0x0,'canRedo':(_0x208963[_0x1b557f(0x4a3)]??0x0)>0x0};}function lo(_0x2acff6,_0x2690f5){const _0x4b44e4=_0x404806;if(_0x2acff6)return(_0x2690f5?_0x2acff6[_0x4b44e4(0x124)][_0x2690f5]:void 0x0)??Ka(_0x2acff6)[0x0];}function uo(_0xf00165){const _0x892319=_0x404806;var _0x517bbf;return(_0xf00165==null||(_0x517bbf=_0xf00165[_0x892319(0x599)])==null?void 0x0:_0x517bbf['map'](_0x17e592=>_0xf00165[_0x892319(0x1f8)][_0x17e592])['filter'](_0x2add89=>!!_0x2add89))??[];}function fo(_0x1986fb,_0x21dd96){const _0x43599a=_0x404806;if(_0x1986fb)return(_0x21dd96?_0x1986fb[_0x43599a(0x1f8)][_0x21dd96]:void 0x0)??uo(_0x1986fb)[0x0];}function po(_0x445256){const _0x3bb8f7=_0x404806;let {children:_0x35f567,title:_0x353f25,className:_0x40086d,onClick:_0x26f04f}=_0x445256;return(0x0,p[_0x3bb8f7(0x4fd)])(o['Button'],{'type':_0x3bb8f7(0x47c),'size':_0x3bb8f7(0x232),'variant':'ghost','className':(0x0,o[_0x3bb8f7(0x40f)])('univer-size-6\x20univer-p-0',_0x40086d),'title':_0x353f25,'aria-label':_0x353f25,'onClick':_0x3fe7a9=>_0x26f04f(_0x3fe7a9[_0x3bb8f7(0x28d)]),'children':_0x35f567});}function mo(_0xc71e0){const _0x473b21=_0x404806;return{'x':_0xc71e0['x'],'y':_0xc71e0['y'],'width':_0xc71e0['width'],'height':_0xc71e0[_0x473b21(0x704)]};}function ho(_0x131a2f){const _0xe1306c=_0x404806;let _0x240134=(0x0,_[_0xe1306c(0x4e1)])(_0x131a2f,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x240134['top'],'left':_0x240134[_0xe1306c(0x1fb)],'maxHeight':_0x240134[_0xe1306c(0x5a9)]};}function go(_0x59c38c){const _0x346f80=_0x404806;let _0x4d942a=(0x0,_['getBaseFloatingPosition'])({'left':_0x59c38c[_0x346f80(0x120)]-0xd0,'right':_0x59c38c[_0x346f80(0x120)],'top':_0x59c38c['top'],'bottom':_0x59c38c[_0x346f80(0x317)],'width':0xd0,'height':_0x59c38c['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x4d942a[_0x346f80(0xf8)],'left':_0x4d942a[_0x346f80(0x1fb)],'maxHeight':_0x4d942a[_0x346f80(0x5a9)]};}function _o(_0x1490c1){const _0x1047c5=_0x404806;Bi(_0x1490c1,_0x1047c5(0x636),vo);}function vo(_0xbf6784){const _0x1362be=_0x404806;_0xbf6784[_0x1362be(0x287)](_[_0x1362be(0x3f0)])||_0xbf6784[_0x1362be(0x1ab)]([_['IBaseHostChromeOverrideService'],{'useFactory':()=>_0xbf6784[_0x1362be(0x35f)](ae)}]),_0xbf6784[_0x1362be(0x287)](_[_0x1362be(0x4e2)])||_0xbf6784['add']([_[_0x1362be(0x4e2)],{'useFactory':()=>_0xbf6784[_0x1362be(0x35f)](U)}]),_0xbf6784[_0x1362be(0x287)](_[_0x1362be(0x613)])||_0xbf6784['add']([_[_0x1362be(0x613)],{'useFactory':()=>_0xbf6784[_0x1362be(0x35f)](qn)}]),_0xbf6784['has'](_['IBaseEmbedRuntimeFocusCoordinator'])||_0xbf6784[_0x1362be(0x1ab)]([_[_0x1362be(0x413)],{'useFactory':()=>_0xbf6784[_0x1362be(0x35f)](K)}]),_0xbf6784[_0x1362be(0x287)](_[_0x1362be(0x22c)])||_0xbf6784[_0x1362be(0x1ab)]([_[_0x1362be(0x22c)],{'useFactory':()=>bo({'embedModelService':_0xbf6784['get'](e[_0x1362be(0x4b8)]),'restoreService':_0xbf6784[_0x1362be(0x35f)](Jn),'mountService':_0xbf6784[_0x1362be(0x35f)](rt),'activationService':_0xbf6784[_0x1362be(0x35f)](ot)})}]);let _0x2a0c5d=_0xbf6784[_0x1362be(0x35f)](e['EmbedHostAdapterRegistryService']),_0x38a807=_0xbf6784['get'](Ze),_0x416cb1=_0xbf6784[_0x1362be(0x35f)](Ye),_0x4ef186=_0xbf6784['get'](H),_0x3555a9=_0xbf6784[_0x1362be(0x35f)](Xe),_0x52cf8b=_0xbf6784[_0x1362be(0x35f)](Kn),_0x1143be=_0xbf6784[_0x1362be(0x35f)](tr),_0x3a5fff=oa(_0xbf6784[_0x1362be(0x287)](e[_0x1362be(0x160)])?_0xbf6784[_0x1362be(0x35f)](e[_0x1362be(0x160)]):void 0x0,_0xbf6784[_0x1362be(0x287)](n[_0x1362be(0x746)])?_0xbf6784[_0x1362be(0x35f)](n[_0x1362be(0x746)]):void 0x0,()=>_0xbf6784[_0x1362be(0x287)](_['IBaseUIStateService'])?_0xbf6784[_0x1362be(0x35f)](_['IBaseUIStateService']):void 0x0);_0x2a0c5d[_0x1362be(0x35f)](_0x3a5fff[_0x1362be(0x646)],_0x3a5fff[_0x1362be(0x3fd)])||_0x2a0c5d[_0x1362be(0x2c0)](_0x3a5fff);let _0x47806c=sa();_0x38a807['get'](_0x47806c[_0x1362be(0x646)],_0x47806c[_0x1362be(0x3fd)])||_0x38a807[_0x1362be(0x2c0)](_0x47806c);let _0x1d6c22=_a(_0xbf6784[_0x1362be(0x35f)](n[_0x1362be(0x3b0)]));_0x416cb1['get'](_0x1d6c22[_0x1362be(0x34e)])||_0x416cb1['register'](_0x1d6c22);let _0x213284=Yi();_0x4ef186['get'](_0x213284['childType'])||_0x4ef186[_0x1362be(0x2c0)](_0x213284),Xa()[_0x1362be(0x72e)](_0x378c92=>{const _0x4e74ad=_0x1362be;_0x3555a9['hasExact'](_0x378c92['hostType'],_0x378c92[_0x4e74ad(0x3fd)],_0x378c92[_0x4e74ad(0x34e)])||_0x3555a9[_0x4e74ad(0x2c0)](_0x378c92);}),_0x52cf8b[_0x1362be(0x161)](Ni(_0xbf6784,{'childType':n['UniverInstanceType'][_0x1362be(0x517)],'renderManagerService':f[_0x1362be(0x1f0)]})),yo(_0xbf6784),_0x1143be[_0x1362be(0x35f)](n[_0x1362be(0x536)]['UNIVER_BASE'])||_0x1143be[_0x1362be(0x2c0)](pa(_0xbf6784));}function yo(_0x523c95){const _0x2e59e0=_0x404806;let _0x1ef988=_0x523c95[_0x2e59e0(0x35f)](Ci);_0x1ef988[_0x2e59e0(0x35f)](n[_0x2e59e0(0x536)]['UNIVER_BASE'])||!_0x523c95[_0x2e59e0(0x287)](_[_0x2e59e0(0x70f)])||!_0x523c95[_0x2e59e0(0x287)](g[_0x2e59e0(0x2e0)])||!_0x523c95['has'](_[_0x2e59e0(0x6d8)])||_0x1ef988[_0x2e59e0(0x2c0)](_0x523c95[_0x2e59e0(0x3a3)](Xi));}function bo(_0x55ffa7){return{'mountTableList':async _0x4bbed5=>{const _0x3834cf=_0x159c;let _0x5152cb=_0x55ffa7['embedModelService'][_0x3834cf(0x616)](_0x4bbed5['baseUnitId'],_0x4bbed5[_0x3834cf(0x46d)]);if(!_0x5152cb&&_0x4bbed5[_0x3834cf(0x106)]&&(_0x5152cb={'embedId':_0x4bbed5[_0x3834cf(0x46d)],'hostUnitId':_0x4bbed5[_0x3834cf(0x108)],'hostType':n[_0x3834cf(0x536)][_0x3834cf(0x517)],'entry':_0x3834cf(0x2a1),'hostAnchorId':_0x4bbed5[_0x3834cf(0x375)],'childUnitId':_0x4bbed5['childUnitId'],'childType':_0x4bbed5[_0x3834cf(0x34e)],'source':{'unitType':_0x4bbed5['childType'],'ref':{'file':{'kind':'self'},'unit':{'selector':_0x4bbed5[_0x3834cf(0x106)],'type':(0x0,e[_0x3834cf(0x73a)])(_0x4bbed5[_0x3834cf(0x34e)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x3834cf(0x21c),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x5152cb||_0x5152cb[_0x3834cf(0x375)]!==_0x4bbed5[_0x3834cf(0x375)])&&((!_0x5152cb['childUnitId']||_0x5152cb[_0x3834cf(0x34e)]==null)&&(_0x5152cb=await _0x55ffa7[_0x3834cf(0x628)][_0x3834cf(0x693)]({'descriptor':_0x5152cb})),!(!_0x5152cb['childUnitId']||_0x5152cb[_0x3834cf(0x34e)]==null)))return _0x55ffa7['mountService'][_0x3834cf(0x66d)](_0x5152cb),_0x55ffa7[_0x3834cf(0x5be)][_0x3834cf(0x23e)](_0x5152cb),(0x0,n[_0x3834cf(0x6e6)])(()=>{const _0x409dfe=_0x3834cf;_0x55ffa7['mountService'][_0x409dfe(0x660)](_0x4bbed5[_0x409dfe(0x46d)]),_0x55ffa7[_0x409dfe(0x5be)][_0x409dfe(0x12c)](_0x4bbed5[_0x409dfe(0x46d)]);});}};}let xo=class extends n[_0x404806(0x3fc)]{constructor(_0x468244,_0x44afe9,_0x331b8b,_0x3765bb,_0x594f8e,_0x2b24d9,_0x4d28d0,_0x5b34c1){const _0x3fab1d=_0x404806;if(super(),this[_0x3fab1d(0x129)]=_0x468244,this[_0x3fab1d(0x349)]=_0x44afe9,this[_0x3fab1d(0x260)]=_0x331b8b,this[_0x3fab1d(0x714)]=_0x3765bb,this[_0x3fab1d(0x56e)]=_0x594f8e,this[_0x3fab1d(0x1d3)]=_0x2b24d9,this[_0x3fab1d(0x36c)]=_0x4d28d0,this[_0x3fab1d(0x63d)]=_0x5b34c1,V(this,_0x3fab1d(0x1fd),new Map()),V(this,'_activeDragCleanup',void 0x0),V(this,_0x3fab1d(0x5cf),_0x213fb6=>{const _0x3fbe1a=_0x3fab1d;var _0x5606a4,_0x5ac98d;let _0x1a63a7=(_0x5606a4=(_0x5ac98d=this[_0x3fbe1a(0x129)][_0x3fbe1a(0x172)])[_0x3fbe1a(0x406)])==null?void 0x0:_0x5606a4['call'](_0x5ac98d);return _0x1a63a7?(_0x1a63a7[_0x3fbe1a(0xc2)](new WheelEvent(_0x3fbe1a(0x440),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x213fb6[_0x3fbe1a(0x2fc)],'clientY':_0x213fb6[_0x3fbe1a(0x3e5)],'ctrlKey':_0x213fb6['ctrlKey'],'deltaMode':_0x213fb6[_0x3fbe1a(0x224)],'deltaX':_0x213fb6[_0x3fbe1a(0x1bb)],'deltaY':_0x213fb6['deltaY'],'deltaZ':_0x213fb6[_0x3fbe1a(0x369)],'metaKey':_0x213fb6[_0x3fbe1a(0x6ca)],'shiftKey':_0x213fb6[_0x3fbe1a(0x1eb)]})),!0x0):!0x1;}),V(this,'_resolveHostWheelGestureRoot',_0x1860f7=>{const _0x30fcf2=_0x3fab1d;var _0x383eab,_0x213169;let _0xbc2499=(_0x383eab=(_0x213169=this[_0x30fcf2(0x129)][_0x30fcf2(0x172)])[_0x30fcf2(0x406)])==null?void 0x0:_0x383eab['call'](_0x213169);if(!_0xbc2499)return null;let _0x2864a0=_0x1860f7;for(;_0x2864a0&&!_0x2864a0[_0x30fcf2(0x70c)](_0xbc2499);)_0x2864a0=_0x2864a0[_0x30fcf2(0x5eb)];return _0x2864a0;}),Promise[_0x3fab1d(0x621)]()['then'](()=>this[_0x3fab1d(0x202)]()),typeof document<'u'){let _0x234d80=_0x5330a2=>this[_0x3fab1d(0x3a1)](_0x5330a2);document[_0x3fab1d(0x31b)](Pr,_0x234d80),this[_0x3fab1d(0x403)]((0x0,n[_0x3fab1d(0x6e6)])(()=>document[_0x3fab1d(0x6db)](Pr,_0x234d80)));}this[_0x3fab1d(0x403)](this[_0x3fab1d(0x63d)][_0x3fab1d(0x647)](_0x18c31e=>{const _0x7c942b=_0x3fab1d;(_0x18c31e['id']===e[_0x7c942b(0x283)]['id']||_0x18c31e['id']===e[_0x7c942b(0x3cd)]['id']||_0x18c31e['id']===e['SetEmbedDescriptorMutation']['id']||_0x18c31e['id']===e[_0x7c942b(0x6d1)]['id'])&&this[_0x7c942b(0x202)]();})),[this[_0x3fab1d(0x714)][_0x3fab1d(0x609)],this[_0x3fab1d(0x714)][_0x3fab1d(0x565)],this[_0x3fab1d(0x714)][_0x3fab1d(0x583)]][_0x3fab1d(0x72e)](_0x47c5fe=>{const _0x5e40ca=_0x3fab1d;let _0x232f0d=_0x47c5fe[_0x5e40ca(0x3db)](_0x403790=>{const _0x43da04=_0x5e40ca;_0x403790['some'](_0x3218ed=>_0x3218ed[_0x43da04(0x16f)]===this[_0x43da04(0x129)]['unitId'])&&this['_sync']();});this['disposeWithMe']((0x0,n[_0x5e40ca(0x6e6)])(()=>_0x232f0d[_0x5e40ca(0x12a)]()));});}[_0x404806(0x3f7)](){const _0x3eeffb=_0x404806;var _0x4bdb13;(_0x4bdb13=this[_0x3eeffb(0x25f)])==null||_0x4bdb13[_0x3eeffb(0x538)](this),this[_0x3eeffb(0x25f)]=void 0x0,this[_0x3eeffb(0x1fd)]['forEach'](_0x4d0892=>_0x4d0892[_0x3eeffb(0x3f7)]()),this[_0x3eeffb(0x1fd)][_0x3eeffb(0x589)](),super[_0x3eeffb(0x3f7)]();}['_sync'](){const _0x1708ef=_0x404806;let _0x8fa6f=this[_0x1708ef(0x129)]['unitId'];if(this[_0x1708ef(0x349)][_0x1708ef(0x6a7)](_0x8fa6f)[_0x1708ef(0x5a7)]>0x0){this[_0x1708ef(0x484)]();return;}let _0x158638=this['_boardElementService']['getElementDataForUnit'](_0x8fa6f),_0x3fe123=new Set();this[_0x1708ef(0x349)]['getActiveDescriptors'](_0x8fa6f)[_0x1708ef(0x3d1)](_0x31af58=>_0x31af58['entry']===e[_0x1708ef(0x585)][_0x1708ef(0x69f)])['forEach'](_0x5868bf=>{const _0xdfb705=_0x1708ef;let _0x555bf7=Object['values'](_0x158638)[_0xdfb705(0x18f)](_0x75b871=>{const _0xb42c71=_0xdfb705;var _0x29bdec;return(0x0,u[_0xb42c71(0x247)])((_0x29bdec=_0x75b871[_0xb42c71(0x59a)][_0x5868bf['hostAnchorId']])==null?void 0x0:_0x29bdec['element']);}),_0x1c7e5c=_0x555bf7==null?void 0x0:_0x555bf7[_0xdfb705(0x59a)][_0x5868bf['hostAnchorId']],_0x5bcd47=_0x1c7e5c==null?void 0x0:_0x1c7e5c['element'];if(!_0x555bf7||!_0x1c7e5c||!(0x0,u['isEmbedBoardsFloatingElement'])(_0x5bcd47))return;let _0x15dffa=(0x0,u[_0xdfb705(0x23d)])(_0x5bcd47),_0x41391c=this[_0xdfb705(0x1c7)](_0x5868bf[_0xdfb705(0x375)]);_0x3fe123['add'](_0x41391c);let _0x14f101={'left':_0x5bcd47[_0xdfb705(0x2f3)][_0xdfb705(0x1fb)]??0x0,'top':_0x5bcd47[_0xdfb705(0x2f3)][_0xdfb705(0xf8)]??0x0,'width':_0x5bcd47[_0xdfb705(0x2f3)]['width']??0x230,'height':_0x5bcd47[_0xdfb705(0x2f3)][_0xdfb705(0x704)]??0x168},_0x2adb68=()=>(0x0,c[_0xdfb705(0x2ee)])($r,{'data':{'version':0x1,'embedId':_0x5868bf[_0xdfb705(0x46d)],'hostUnitId':_0x8fa6f,'hostAnchorId':_0x5868bf['hostAnchorId'],'childUnitId':_0x5868bf[_0xdfb705(0x106)]??(_0x15dffa==null?void 0x0:_0x15dffa[_0xdfb705(0x106)]),'childType':_0x5868bf[_0xdfb705(0x34e)]??(_0x15dffa==null?void 0x0:_0x15dffa[_0xdfb705(0x34e)])},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0xdfb705(0x5cf)],'resolveHostWheelGestureRoot':this[_0xdfb705(0x412)],'onRuntimeStageEnter':_0x49b9ea=>this['_setAnchorTransformerVisible'](_0x49b9ea!==_0xdfb705(0x6c6),_0x1c7e5c[_0xdfb705(0x578)],_0x5868bf[_0xdfb705(0x375)])});this[_0xdfb705(0x1fd)][_0xdfb705(0x287)](_0x41391c)?this[_0xdfb705(0x260)]['updateItem'](_0x41391c,{'rect':_0x14f101,'content':_0x2adb68}):this[_0xdfb705(0x1fd)][_0xdfb705(0x37d)](_0x41391c,this['_domLayerService'][_0xdfb705(0x4ea)]({'id':_0x41391c,'unitId':_0x8fa6f,'subUnitId':_0x1c7e5c[_0xdfb705(0x578)],'elementId':_0x5868bf['hostAnchorId'],'rect':_0x14f101,'content':_0x2adb68,'interactive':!0x0,'showResizeGuide':!0x0}));}),this['_items'][_0x1708ef(0x72e)]((_0x1bf463,_0x3ab5db)=>{_0x3fe123['has'](_0x3ab5db)||(_0x1bf463['dispose'](),this['_items']['delete'](_0x3ab5db));});}[_0x404806(0x1c7)](_0x3e50e7){const _0x41e5fd=_0x404806;return'board-embed:'+this[_0x41e5fd(0x129)][_0x41e5fd(0x16f)]+':'+_0x3e50e7;}[_0x404806(0x40b)](_0x3accc0,_0xac3584){const _0x2f0fd6=_0x404806;this['_boardElementStateService'][_0x2f0fd6(0x63e)]({'unitId':this[_0x2f0fd6(0x129)][_0x2f0fd6(0x16f)],'subUnitId':_0x3accc0},[_0xac3584],_0xac3584);}[_0x404806(0x689)](_0x5ad93d,_0x37701c,_0x174cb0){const _0x4cc3b2=_0x404806;if(_0x5ad93d){this[_0x4cc3b2(0x40b)](_0x37701c,_0x174cb0);return;}this[_0x4cc3b2(0x56e)][_0x4cc3b2(0x57f)]();}[_0x404806(0x3a1)](_0x399203){const _0x488599=_0x404806;var _0x3352a8,_0x45a137,_0x5b5af0,_0x29f5d6;let _0x4c97b5=_0x399203[_0x488599(0x277)];if(!_0x4c97b5||_0x4c97b5[_0x488599(0x1d1)]!==this[_0x488599(0x129)][_0x488599(0x16f)])return;let _0x502d95=this[_0x488599(0x714)][_0x488599(0x5bb)](this['_context'][_0x488599(0x16f)]),_0x134492=Object['values'](_0x502d95)['find'](_0x10ebb3=>_0x10ebb3[_0x488599(0x59a)][_0x4c97b5[_0x488599(0x375)]]),_0x1b9f56=_0x134492==null?void 0x0:_0x134492[_0x488599(0x59a)][_0x4c97b5[_0x488599(0x375)]];if(!_0x134492||!_0x1b9f56||!(0x0,u[_0x488599(0x247)])(_0x1b9f56[_0x488599(0x3bd)])||((_0x3352a8=(0x0,u[_0x488599(0x23d)])(_0x1b9f56['element']))==null?void 0x0:_0x3352a8[_0x488599(0x46d)])!==_0x4c97b5['embedId'])return;let _0x24337d=(_0x45a137=(_0x5b5af0=this[_0x488599(0x129)][_0x488599(0x172)])['getCanvasElement'])==null?void 0x0:_0x45a137[_0x488599(0x538)](_0x5b5af0);if(!_0x24337d)return;(_0x29f5d6=this[_0x488599(0x25f)])==null||_0x29f5d6[_0x488599(0x538)](this),this[_0x488599(0x40b)](_0x1b9f56[_0x488599(0x578)],_0x4c97b5['hostAnchorId']),this['_setAnchorTransformerVisible'](!0x1,_0x1b9f56[_0x488599(0x578)],_0x4c97b5['hostAnchorId']);let _0x3ae3d0=_0x1b9f56[_0x488599(0x3bd)],_0x5f4d8c=_0x3ae3d0[_0x488599(0x2f3)][_0x488599(0x1fb)]??0x0,_0xef712b=_0x3ae3d0[_0x488599(0x2f3)][_0x488599(0xf8)]??0x0,_0x470426=this[_0x488599(0x1d3)][_0x488599(0x49b)](),_0x2fb0d1=(0x0,d['resolveBoardInteractionConfig'])(this['_configService'][_0x488599(0x5ec)](d['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0),_0x9ab391=(0x0,d[_0x488599(0x1e7)])(_0x24337d,_0x4c97b5[_0x488599(0x2fc)],_0x4c97b5['clientY'],{'zoomRatio':_0x470426[_0x488599(0x360)],'panOffset':_0x470426[_0x488599(0x548)]},_0x2fb0d1),_0x341e16=document[_0x488599(0x270)]??window,_0x3efdce=(_0x3a23cd,_0x3da0a9)=>{const _0x8364f=_0x488599;let _0xb895ab=this[_0x8364f(0x1d3)][_0x8364f(0x49b)](),_0x4b7e14=(0x0,d[_0x8364f(0x1e7)])(_0x24337d,_0x3a23cd,_0x3da0a9,{'zoomRatio':_0xb895ab[_0x8364f(0x360)],'panOffset':_0xb895ab['viewportPanOffset']},_0x2fb0d1);return{'left':_0x5f4d8c+_0x4b7e14['x']-_0x9ab391['x'],'top':_0xef712b+_0x4b7e14['y']-_0x9ab391['y']};},_0x39681d=(_0x3d517d,_0x31c971)=>{const _0x520a88=_0x488599;let _0x354ad9=_0x3efdce(_0x3d517d,_0x31c971);return this['_domLayerService'][_0x520a88(0x4ce)](this[_0x520a88(0x1c7)](_0x4c97b5[_0x520a88(0x375)]),{'rect':{..._0x354ad9,'width':_0x3ae3d0[_0x520a88(0x2f3)][_0x520a88(0x6e7)]??0x230,'height':_0x3ae3d0['transform']['height']??0x168}}),_0x354ad9;},_0x38bc5b=_0x2686a5=>_0x4c97b5[_0x488599(0x42a)]==null||_0x2686a5[_0x488599(0x42a)]===_0x4c97b5[_0x488599(0x42a)],_0x1f2c0f=()=>{},_0x45993e=_0x263df8=>{const _0xc5c239=_0x488599;_0x38bc5b(_0x263df8)&&(_0x263df8[_0xc5c239(0xde)](),_0x39681d(_0x263df8[_0xc5c239(0x2fc)],_0x263df8[_0xc5c239(0x3e5)]));},_0x57eb02=async _0x5a830d=>{const _0x37225e=_0x488599;if(!_0x38bc5b(_0x5a830d))return;_0x1f2c0f(),_0x5a830d[_0x37225e(0xde)]();let _0x243a09=_0x39681d(_0x5a830d[_0x37225e(0x2fc)],_0x5a830d[_0x37225e(0x3e5)]);await this[_0x37225e(0x63d)][_0x37225e(0x29f)](u[_0x37225e(0x5a3)]['id'],{'unitId':this[_0x37225e(0x129)][_0x37225e(0x16f)],'subUnitId':_0x1b9f56[_0x37225e(0x578)],'elementId':_0x4c97b5[_0x37225e(0x375)],'element':_0x3ae3d0,'transform':{..._0x1b9f56[_0x37225e(0x2f3)],..._0x243a09}})['finally'](()=>{const _0x123416=_0x37225e;this['_sync'](),this[_0x123416(0x689)](!0x0,_0x1b9f56[_0x123416(0x578)],_0x4c97b5[_0x123416(0x375)]);});},_0x3bd6ad=_0x1b88bc=>{const _0x1b8b4b=_0x488599;_0x38bc5b(_0x1b88bc)&&(_0x1f2c0f(),this['_sync'](),this[_0x1b8b4b(0x689)](!0x0,_0x1b9f56[_0x1b8b4b(0x578)],_0x4c97b5[_0x1b8b4b(0x375)]));};_0x1f2c0f=()=>{const _0x1da90a=_0x488599;_0x341e16[_0x1da90a(0x6db)]('pointermove',_0x45993e),_0x341e16['removeEventListener'](_0x1da90a(0x250),_0x57eb02),_0x341e16['removeEventListener']('pointercancel',_0x3bd6ad),this[_0x1da90a(0x25f)]===_0x1f2c0f&&(this[_0x1da90a(0x25f)]=void 0x0);},_0x341e16[_0x488599(0x31b)]('pointermove',_0x45993e),_0x341e16['addEventListener'](_0x488599(0x250),_0x57eb02),_0x341e16[_0x488599(0x31b)](_0x488599(0x342),_0x3bd6ad),this[_0x488599(0x25f)]=_0x1f2c0f;}[_0x404806(0x484)](){const _0x5f5ba7=_0x404806;this[_0x5f5ba7(0x1fd)]['forEach'](_0x330788=>_0x330788[_0x5f5ba7(0x3f7)]()),this[_0x5f5ba7(0x1fd)][_0x5f5ba7(0x589)]();}};xo=Q([Z(0x1,(0x0,n[_0x404806(0xec)])(e[_0x404806(0x4b8)])),Z(0x2,(0x0,n[_0x404806(0xec)])(d[_0x404806(0x71a)])),Z(0x3,(0x0,n[_0x404806(0xec)])(u['IBoardElementService'])),Z(0x4,(0x0,n['Inject'])(d[_0x404806(0xfc)])),Z(0x5,(0x0,n['Inject'])(d['IBoardUIStateService'])),Z(0x6,n['IConfigService']),Z(0x7,n['ICommandService'])],xo);function So(){const _0x426da7=_0x404806;return Ki({'childType':n[_0x426da7(0x536)]['UNIVER_BOARD'],'productName':'Boards','hostChromeMode':_0x426da7(0x1a2)});}function Co(){const _0x536d45=_0x404806;return{'hostType':n['UniverInstanceType'][_0x536d45(0x2f6)],'entry':e[_0x536d45(0x585)]['BoardsFloatingObject'],'layout':_0x536d45(0x6fb),'supportedLayouts':['scroll-contained',_0x536d45(0x34f),_0x536d45(0x1ec)],'menuBehavior':'floating'};}function wo(){const _0x1ed9c8=_0x404806;return{'childType':n[_0x1ed9c8(0x536)][_0x1ed9c8(0x2f6)],'handleWheel':_0x1370e1=>{const _0x55bec3=_0x1ed9c8;let _0x1fab38=_0x1370e1['runtimeScope']['injector'];return _0x1fab38!=null&&_0x1fab38[_0x55bec3(0x287)](d[_0x55bec3(0x477)])?(_0x1fab38['get'](d[_0x55bec3(0x477)])[_0x55bec3(0x50c)]({'x':-_0x1370e1[_0x55bec3(0x3fa)][_0x55bec3(0x1bb)],'y':-_0x1370e1[_0x55bec3(0x3fa)]['deltaY']}),!0x0):!0x1;}};}function To(){const _0x2cc4d5=_0x404806;return{'childType':n[_0x2cc4d5(0x536)][_0x2cc4d5(0x2f6)],'supportedLayouts':[_0x2cc4d5(0x61c),'tab-peer',_0x2cc4d5(0x6fb)],'beforeDeactivate':Eo,'mount':Do};}function Eo(_0x1f854a){const _0x36a10e=_0x404806;let _0x97fb53=_0x1f854a[_0x36a10e(0x5c6)][_0x36a10e(0x697)];if(_0x97fb53[_0x36a10e(0x287)](d[_0x36a10e(0x2ed)])&&_0x97fb53[_0x36a10e(0x35f)](d[_0x36a10e(0x2ed)])['cancelEditing'](),_0x97fb53['has'](d[_0x36a10e(0xfc)])){let _0x5c6187=_0x97fb53['get'](d[_0x36a10e(0xfc)]);_0x5c6187['clearActiveEditing'](),_0x5c6187[_0x36a10e(0x57f)]();}}function Do(_0x30237c){const _0x1076f4=_0x404806;var _0x581b57,_0x282dda;let _0x67685d=_0x30237c['injector'][_0x1076f4(0x35f)](n[_0x1076f4(0x746)])[_0x1076f4(0x330)](_0x30237c[_0x1076f4(0x106)],n[_0x1076f4(0x536)][_0x1076f4(0x2f6)]),_0x14cc2a=_0x30237c[_0x1076f4(0x5c6)][_0x1076f4(0x697)];if(!_0x67685d||!_0x14cc2a)return;let _0x3ddfda=_0x30237c['injector'][_0x1076f4(0x35f)](f['IRenderManagerService']),_0x10b329=Ai(_0x3ddfda,_0x30237c[_0x1076f4(0x106)],_0x14cc2a);if(!_0x10b329)return;let _0x29e11d=gt(_0x30237c[_0x1076f4(0x5c6)][_0x1076f4(0x1bf)][_0x1076f4(0x6c3)]);_0x29e11d[_0x1076f4(0x18e)]((0x0,p[_0x1076f4(0x117)])(st,{'injector':_0x14cc2a,'mountContainer':_0x30237c[_0x1076f4(0x5c6)]['roots'][_0x1076f4(0x5dd)],'embedId':_0x30237c[_0x1076f4(0x46d)],'children':[(0x0,p['jsx'])(d['BoardWorkbench'],{'embedded':_0x30237c[_0x1076f4(0x30d)][_0x1076f4(0x210)]===_0x1076f4(0x3b5)&&!_0x30237c[_0x1076f4(0x30d)]['fullscreen'],'fitOnMount':!0x1,'showZoomControls':_0x30237c[_0x1076f4(0x30d)][_0x1076f4(0x210)]===_0x1076f4(0x480)||_0x30237c[_0x1076f4(0x30d)][_0x1076f4(0x4aa)]===!0x0}),(0x0,p[_0x1076f4(0x4fd)])(d['BoardShapeTextEditorContainer'],{'positionRoot':_0x30237c['runtimeScope'][_0x1076f4(0x1bf)][_0x1076f4(0x6c3)]})]})),Mi(_0x10b329,{'activate':!0x0});let _0x1ce254=(_0x581b57=(_0x282dda=globalThis)['requestAnimationFrame'])==null?void 0x0:_0x581b57[_0x1076f4(0x538)](_0x282dda,()=>{const _0x5c9ab6=_0x1076f4;let _0x4e27e3=_0x30237c[_0x5c9ab6(0x5c6)]['roots']['content'][_0x5c9ab6(0x2b9)](_0x5c9ab6(0xf7)),_0x5d082b=(_0x4e27e3==null?void 0x0:_0x4e27e3[_0x5c9ab6(0x4c2)]())??_0x30237c[_0x5c9ab6(0x5c6)][_0x5c9ab6(0x1bf)][_0x5c9ab6(0x6c3)]['getBoundingClientRect'](),_0x1f1747=(0x0,d[_0x5c9ab6(0x1f7)])(_0x14cc2a[_0x5c9ab6(0x35f)](n[_0x5c9ab6(0x3ee)])['getConfig'](d[_0x5c9ab6(0x56d)])??void 0x0);_0x14cc2a[_0x5c9ab6(0x35f)](d[_0x5c9ab6(0x490)])[_0x5c9ab6(0x687)](_0x67685d,{'viewportSize':{'width':_0x5d082b['width'],'height':_0x5d082b['height']},'padding':Math[_0x5c9ab6(0x282)](0x10,Math[_0x5c9ab6(0x5f9)](0x40,Math['min'](_0x5d082b[_0x5c9ab6(0x6e7)],_0x5d082b[_0x5c9ab6(0x704)])*0.08)),'zoom':_0x1f1747});});return(0x0,n[_0x1076f4(0x6e6)])(()=>{const _0x292c76=_0x1076f4;if(_0x1ce254!=null){var _0x482be3,_0x2f1740;(_0x482be3=(_0x2f1740=globalThis)[_0x292c76(0x122)])==null||_0x482be3[_0x292c76(0x538)](_0x2f1740,_0x1ce254);}try{var _0x32bb21,_0x14f90d;(_0x32bb21=(_0x14f90d=_0x10b329[_0x292c76(0x172)])[_0x292c76(0x660)])==null||_0x32bb21[_0x292c76(0x538)](_0x14f90d);}catch{}_0x3ddfda[_0x292c76(0xa9)](_0x30237c['childUnitId']),_t(_0x29e11d),_0x14cc2a[_0x292c76(0x3f7)]();});}function Oo(){const _0x1bef03=_0x404806;return Ba({'childType':n[_0x1bef03(0x536)][_0x1bef03(0x2f6)],'mount':ko});}function ko(_0x54f38c){const _0x219d87=_0x404806;if(_0x54f38c[_0x219d87(0x30d)][_0x219d87(0x4aa)])return;let {root:_0x2e954f,menu:_0x3ad332}=za(_0x54f38c),_0xaced8b=gt(_0x3ad332);return _0xaced8b[_0x219d87(0x18e)]((0x0,c['createElement'])(st,{'injector':_0x54f38c[_0x219d87(0x5c6)][_0x219d87(0x697)],'mountContainer':_0x2e954f,'embedId':_0x54f38c[_0x219d87(0x46d)]},(0x0,c['createElement'])(Ao,{'hostUnitId':_0x54f38c['hostUnitId'],'embedId':_0x54f38c['embedId'],'childUnitId':_0x54f38c[_0x219d87(0x106)],'viewportRoot':_0x54f38c['runtimeScope'][_0x219d87(0x1bf)]['content'],'fullscreen':!!_0x54f38c[_0x219d87(0x30d)][_0x219d87(0x4aa)]}))),(0x0,n[_0x219d87(0x6e6)])(()=>{const _0x42c74e=_0x219d87;_t(_0xaced8b),globalThis['setTimeout'](()=>_0x3ad332[_0x42c74e(0x2d1)](),0x0);});}function Ao(_0x402496){const _0x5a3141=_0x404806;let {hostUnitId:_0x154ab0,embedId:_0x270792,childUnitId:_0x228ce2,viewportRoot:_0x15d306,fullscreen:_0x59de3f}=_0x402496,_0x364097=(0x0,a[_0x5a3141(0x343)])(n[_0x5a3141(0x3b0)]),_0x5363aa=(0x0,a[_0x5a3141(0x343)])(n[_0x5a3141(0x3ee)]),_0x4c909=(0x0,a[_0x5a3141(0x343)])(n[_0x5a3141(0x746)]),_0xc7d003=(0x0,a[_0x5a3141(0x343)])(n[_0x5a3141(0x63a)]),_0x4cbaf7=(0x0,a[_0x5a3141(0x343)])(U),_0x345e32=(0x0,a['useDependency'])(d[_0x5a3141(0x477)]),_0x241706=(0x0,a[_0x5a3141(0x343)])(d[_0x5a3141(0x490)]),_0x90080b=(0x0,a[_0x5a3141(0x261)])(()=>_0x345e32[_0x5a3141(0x668)],_0x345e32[_0x5a3141(0x49b)](),!0x1,[_0x345e32]),_0x40ee4d=jo({'embedId':_0x270792,'active':(0x0,a[_0x5a3141(0x261)])(()=>_0x4cbaf7['active$'],_0x4cbaf7[_0x5a3141(0x4ff)](),!0x1,[_0x4cbaf7]),'fullscreen':_0x59de3f}),_0x3549a6=_0x4c909['getUnit'](_0x228ce2,n[_0x5a3141(0x536)]['UNIVER_BOARD']),_0x208be0=(0x0,d[_0x5a3141(0x1f7)])(_0x5363aa[_0x5a3141(0x5ec)](d['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0),_0x41020a=()=>_0x15d306[_0x5a3141(0x4c2)](),_0x220543=()=>({'x':_0x41020a()[_0x5a3141(0x6e7)]/0x2,'y':_0x41020a()['height']/0x2}),_0x4c6cad=_0x59a5cd=>_0x345e32[_0x5a3141(0xb1)](_0x59a5cd,_0x220543());return(0x0,p[_0x5a3141(0x117)])(_0x5a3141(0xef),{'className':(0x0,o[_0x5a3141(0x40f)])('univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white',{'univer-hidden':_0x40ee4d===_0x5a3141(0x169),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x59de3f,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x59de3f,'-univer-top-[44px]':!_0x59de3f}),'data-embed-floating-menu':'true','data-embed-id':_0x270792,'data-embed-float-stage':_0x40ee4d,'onPointerDown':_0x442aff=>_0x442aff[_0x5a3141(0x235)](),'children':[(0x0,p[_0x5a3141(0x4fd)])(_0x5a3141(0x147),{'title':_0xc7d003['t'](_0x5a3141(0x597)),'children':(0x0,p['jsx'])(a[_0x5a3141(0x336)],{'onClick':()=>{const _0x3b2686=_0x5a3141;let _0x5f1bd0=_0x41020a();_0x241706[_0x3b2686(0x687)](_0x3549a6??null,{'viewportSize':{'width':_0x5f1bd0[_0x3b2686(0x6e7)],'height':_0x5f1bd0[_0x3b2686(0x704)]},'padding':Math[_0x3b2686(0x282)](0x10,Math[_0x3b2686(0x5f9)](0x40,Math[_0x3b2686(0x5f9)](_0x5f1bd0[_0x3b2686(0x6e7)],_0x5f1bd0[_0x3b2686(0x704)])*0.08)),'zoom':_0x208be0});},'children':(0x0,p['jsx'])(s[_0x5a3141(0x13d)],{})})}),(0x0,p['jsx'])('span',{'title':_0xc7d003['t'](_0x5a3141(0x16b)),'children':(0x0,p[_0x5a3141(0x4fd)])(a['ToolbarButton'],{'onClick':()=>_0x4c6cad(_0x90080b['zoomRatio']-_0x208be0[_0x5a3141(0x2bc)]),'children':(0x0,p[_0x5a3141(0x4fd)])(s[_0x5a3141(0x6c0)],{})})}),(0x0,p[_0x5a3141(0x4fd)])(_0x5a3141(0x147),{'title':_0xc7d003['t'](_0x5a3141(0x2f0)),'children':(0x0,p[_0x5a3141(0x117)])(a['ToolbarButton'],{'noIcon':!0x0,'onClick':()=>_0x4c6cad(0x1),'children':[Math[_0x5a3141(0x355)](_0x90080b[_0x5a3141(0x360)]*0x64),'%']})}),(0x0,p[_0x5a3141(0x4fd)])('span',{'title':_0xc7d003['t'](_0x5a3141(0x5a5)),'children':(0x0,p[_0x5a3141(0x4fd)])(a['ToolbarButton'],{'onClick':()=>_0x4c6cad(_0x90080b[_0x5a3141(0x360)]+_0x208be0[_0x5a3141(0x2bc)]),'children':(0x0,p[_0x5a3141(0x4fd)])(s[_0x5a3141(0x1af)],{})})}),(0x0,p['jsx'])(_0x5a3141(0x147),{'title':_0xc7d003['t'](_0x5a3141(0x48f)),'children':(0x0,p[_0x5a3141(0x4fd)])(a[_0x5a3141(0x336)],{'className':_0x5a3141(0x662),'onClick':()=>void _0x364097[_0x5a3141(0x29f)](e[_0x5a3141(0x3cd)]['id'],{'hostUnitId':_0x154ab0,'embedId':_0x270792}),'children':(0x0,p['jsx'])(s[_0x5a3141(0x436)],{})})})]});}function jo(_0x3390c0){const _0x1cca03=_0x404806;var _0x434368;return _0x3390c0[_0x1cca03(0x4aa)]?_0x1cca03(0x6c6):((_0x434368=_0x3390c0['active'])==null?void 0x0:_0x434368[_0x1cca03(0x46d)])===_0x3390c0[_0x1cca03(0x46d)]?_0x3390c0[_0x1cca03(0x26f)]['stage']??_0x1cca03(0x4a1):_0x1cca03(0x169);}function Mo(_0x423e84){const _0x3f24b8=_0x404806;Bi(_0x423e84,_0x3f24b8(0xe9),No);}function No(_0x48528c){const _0x56d912=_0x404806;_0x48528c[_0x56d912(0x287)](d[_0x56d912(0x485)])||_0x48528c[_0x56d912(0x1ab)]([d[_0x56d912(0x485)],{'useFactory':()=>_0x48528c[_0x56d912(0x35f)](K)}]);let _0x1a4ca5=_0x48528c[_0x56d912(0x35f)](Ze),_0x1852cf=_0x48528c[_0x56d912(0x35f)](Ye),_0x4c5693=_0x48528c[_0x56d912(0x35f)](H),_0x399141=_0x48528c[_0x56d912(0x35f)](Xe),_0x3ddcbe=_0x48528c['get'](Kn),_0x5ac956=_0x48528c[_0x56d912(0x35f)](tr),_0x1efbd5=Co();_0x1a4ca5[_0x56d912(0x35f)](_0x1efbd5[_0x56d912(0x646)],_0x1efbd5[_0x56d912(0x3fd)])||_0x1a4ca5[_0x56d912(0x2c0)](_0x1efbd5);let _0x3a70e1=To();_0x1852cf['get'](_0x3a70e1[_0x56d912(0x34e)])||_0x1852cf[_0x56d912(0x2c0)](_0x3a70e1);let _0x5d1c06=So();_0x4c5693[_0x56d912(0x35f)](_0x5d1c06[_0x56d912(0x34e)])||_0x4c5693[_0x56d912(0x2c0)](_0x5d1c06),Oo()[_0x56d912(0x72e)](_0xcb2b13=>{const _0x46e036=_0x56d912;_0x399141[_0x46e036(0x16a)](_0xcb2b13[_0x46e036(0x646)],_0xcb2b13[_0x46e036(0x3fd)],_0xcb2b13[_0x46e036(0x34e)])||_0x399141['register'](_0xcb2b13);}),_0x3ddcbe[_0x56d912(0x161)](Ni(_0x48528c,{'childType':n[_0x56d912(0x536)][_0x56d912(0x2f6)],'renderManagerService':f[_0x56d912(0x1f0)]})),_0x5ac956[_0x56d912(0x35f)](n['UniverInstanceType'][_0x56d912(0x2f6)])||_0x5ac956[_0x56d912(0x2c0)](wo()),_0x48528c[_0x56d912(0x35f)](f['IRenderManagerService'])[_0x56d912(0x3a8)](n[_0x56d912(0x536)]['UNIVER_BOARD'],xo);}const Po={'mode':'fit-width','target':_0x404806(0x686),'paddingX':0x0,'minScale':0x0,'align':_0x404806(0x60f)};function Fo(){const _0x22bcf3=_0x404806;return Wi({'childType':n['UniverInstanceType']['UNIVER_DOC'],'productName':_0x22bcf3(0x65c)});}function Io(){const _0x297c2a=_0x404806;return{'childType':n[_0x297c2a(0x536)]['UNIVER_DOC'],'supportedLayouts':[_0x297c2a(0x26d),_0x297c2a(0x34f),_0x297c2a(0x6fb)],'beforeDeactivate':Lo,'mount':_0x9672eb=>_0x9672eb['renderScope'][_0x297c2a(0x210)]==='float'?wi(_0x9672eb,f[_0x297c2a(0x1f0)],void 0x0,{'scopedInjector':Ro(_0x9672eb[_0x297c2a(0x5c6)]['injector'])}):wi(_0x9672eb,f[_0x297c2a(0x1f0)])};}function Lo(_0x4bb9ce){const _0x13d707=_0x404806;var _0x344a89;let _0x31f90f=_0x4bb9ce['injector'][_0x13d707(0x35f)](f[_0x13d707(0x1f0)])[_0x13d707(0x335)](_0x4bb9ce['childUnitId']),_0x481414=_0x31f90f==null?void 0x0:_0x31f90f['with'](r[_0x13d707(0x5d1)]);_0x31f90f==null||(_0x344a89=_0x31f90f[_0x13d707(0x6f1)](r[_0x13d707(0x2be)]))==null||_0x344a89[_0x13d707(0x656)](),_0x481414==null||_0x481414[_0x13d707(0x377)](),_0x481414==null||_0x481414[_0x13d707(0x1df)]();}function Ro(_0x29e162){const _0x5e4c92=_0x404806;return le(_0x29e162,new Map([[r[_0x5e4c92(0xda)],_0x6b8ed2=>zo(_0x6b8ed2)]]));}function zo(_0x43c6ef){const _0x51f7f3=_0x404806;return{..._0x43c6ef,'fitToWidth':{..._0x43c6ef==null?void 0x0:_0x43c6ef[_0x51f7f3(0x334)],...Po}};}let Bo=class extends n[_0x404806(0x3fc)]{constructor(_0x5c2ba9,_0x3b8bf2,_0x187840,_0x1ebd96,_0x365bac,_0x1ad80b,_0x5b4198){const _0x7713db=_0x404806;var _0x56cebb,_0x400b1d;super(),this[_0x7713db(0x129)]=_0x5c2ba9,this['_univerInstanceService']=_0x3b8bf2,this[_0x7713db(0x63d)]=_0x187840,this[_0x7713db(0x392)]=_0x1ebd96,this[_0x7713db(0x349)]=_0x365bac,this['_renderManagerService']=_0x1ad80b,this[_0x7713db(0x402)]=_0x5b4198,V(this,'_resolvedChildUnits',new Map()),V(this,'_pendingChildUnits',new Map());let _0x483467=(0x0,r[_0x7713db(0x3f8)])(()=>{const _0x5e2f23=_0x7713db;this[_0x5e2f23(0x372)]()||this['_refreshHostDocZoom']();}),_0x350b93=(0x0,r[_0x7713db(0x3f8)])(()=>{this['_rerenderHostDoc']();});this[_0x7713db(0x403)](_0x483467),this[_0x7713db(0x403)](_0x350b93);let _0x3cf526=Vo((_0x56cebb=this[_0x7713db(0x129)][_0x7713db(0x172)])==null||(_0x400b1d=_0x56cebb[_0x7713db(0x406)])==null?void 0x0:_0x400b1d[_0x7713db(0x538)](_0x56cebb),_0x483467[_0x7713db(0x6f6)]);_0x3cf526&&this[_0x7713db(0x403)](_0x3cf526),this['disposeWithMe']({'dispose':()=>{const _0x553e28=_0x7713db;this[_0x553e28(0x5c3)][_0x553e28(0x589)](),this['_pendingChildUnits'][_0x553e28(0x589)]();}});let _0x3d2390=this['_univerInstanceService'][_0x7713db(0x2e9)](n[_0x7713db(0x536)][_0x7713db(0x534)])[_0x7713db(0x3db)](()=>{const _0x68de41=_0x7713db;_0x483467[_0x68de41(0x6f6)]();}),_0x4f5ea1=this[_0x7713db(0x387)]['getTypeOfUnitAdded$'](n[_0x7713db(0x536)][_0x7713db(0x517)])[_0x7713db(0x3db)](()=>{const _0xc5027b=_0x7713db;_0x483467[_0xc5027b(0x6f6)]();});this[_0x7713db(0x403)]((0x0,n[_0x7713db(0x6e6)])(()=>_0x3d2390[_0x7713db(0x12a)]())),this[_0x7713db(0x403)]((0x0,n[_0x7713db(0x6e6)])(()=>_0x4f5ea1[_0x7713db(0x12a)]()));let _0x336eb7=(0x0,f['setDocsCustomBlockRenderViewportProvider'])((_0x563637,_0x5bde33,_0x13a79a)=>{const _0x514c9f=_0x7713db;var _0x52cc2c,_0x19771b;if(_0x563637!==this[_0x514c9f(0x129)]['unitId'])return null;let _0x303275=this['_getHostSnapshot']();if(!_0x303275)return null;let _0x40c9fe=(_0x52cc2c=_0x303275[_0x514c9f(0x453)])==null?void 0x0:_0x52cc2c[_0x5bde33],_0x30c355=_0x40c9fe==null?void 0x0:_0x40c9fe[_0x514c9f(0x59a)],_0x55c9aa=_0x30c355==null?void 0x0:_0x30c355[_0x514c9f(0x34e)];if(_0x55c9aa!==n[_0x514c9f(0x536)][_0x514c9f(0x534)]&&_0x55c9aa!==n[_0x514c9f(0x536)]['UNIVER_BASE'])return null;let _0x57349a=this[_0x514c9f(0x402)][_0x514c9f(0x579)](),_0x6c1a68=this[_0x514c9f(0x28e)](_0x57349a),_0x2eb0e4=this[_0x514c9f(0x1d2)](_0x30c355,_0x55c9aa),_0x3b33b0=_0x2eb0e4?this[_0x514c9f(0x1fe)](_0x2eb0e4,_0x55c9aa,_0x483467[_0x514c9f(0x6f6)]):void 0x0,_0x57c9d6=_0x2eb0e4&&_0x3b33b0!=null?this[_0x514c9f(0x392)][_0x514c9f(0x6d2)]({'childType':_0x55c9aa,'childUnit':_0x3b33b0,'childUnitId':_0x2eb0e4,'viewportWidth':_0x13a79a[_0x514c9f(0x41b)]}):void 0x0,_0x1f914a=(0x0,m[_0x514c9f(0x635)])(_0x55c9aa),_0x28a9f7=Uo(_0x13a79a[_0x514c9f(0x572)],_0x1f914a[_0x514c9f(0x704)]),_0x19b063=Uo(_0x13a79a[_0x514c9f(0x41b)],_0x1f914a['width']),_0x2010f4=(_0x57c9d6==null?void 0x0:_0x57c9d6[_0x514c9f(0x704)])??_0x28a9f7,_0x2b8379=(0x0,r['resolveDocsCustomBlockRenderViewport'])({'childType':_0x55c9aa,'contentHeight':_0x55c9aa===n[_0x514c9f(0x536)][_0x514c9f(0x534)]?ai(_0x2010f4):_0x2010f4,'contentWidth':_0x57c9d6==null?void 0x0:_0x57c9d6['width'],'docsLeft':this[_0x514c9f(0x3bc)](),'documentFlavor':(_0x19771b=_0x303275['documentStyle'])==null?void 0x0:_0x19771b[_0x514c9f(0x6e9)],'fallbackHeight':_0x28a9f7,'fallbackWidth':_0x19b063,'pageMarginLeft':_0x13a79a[_0x514c9f(0x506)],'pageMarginRight':_0x13a79a[_0x514c9f(0xeb)],'pageWidth':_0x13a79a[_0x514c9f(0x55a)],'scale':_0x57349a,'visibleCanvasHeight':_0x6c1a68==null?void 0x0:_0x6c1a68[_0x514c9f(0x704)],'visibleCanvasLeft':_0x6c1a68==null?void 0x0:_0x6c1a68[_0x514c9f(0x1fb)],'visibleCanvasWidth':_0x6c1a68==null?void 0x0:_0x6c1a68['width']}),_0x31f59b=_0x2b8379[_0x514c9f(0x5a0)]??_0x2b8379[_0x514c9f(0x704)],_0x19ae16=_0x55c9aa===n[_0x514c9f(0x536)]['UNIVER_BASE']?0x34:0x0,_0x21f3a7=(_0x6c1a68==null?void 0x0:_0x6c1a68[_0x514c9f(0x704)])==null?_0x2b8379[_0x514c9f(0x58a)]??_0x31f59b:Math[_0x514c9f(0x5f9)](_0x31f59b,Math[_0x514c9f(0x282)](0x1,_0x6c1a68['height']-_0x19ae16));return{..._0x2b8379,'viewportHeight':_0x21f3a7,'height':oi({'contentHeight':_0x31f59b,'floatingMenuInsetTop':0x34})};});this[_0x7713db(0x403)]({'dispose':_0x336eb7}),this[_0x7713db(0x403)](this[_0x7713db(0x63d)][_0x7713db(0x647)](_0x360412=>{const _0x19a2e6=_0x7713db;if(_0x360412['id']===r[_0x19a2e6(0x315)]['id']){let _0x1ada4f=_0x360412[_0x19a2e6(0x48c)];typeof _0x1ada4f=='object'&&_0x1ada4f&&_0x19a2e6(0x16f)in _0x1ada4f&&_0x1ada4f[_0x19a2e6(0x16f)]===this[_0x19a2e6(0x129)][_0x19a2e6(0x16f)]&&_0x350b93[_0x19a2e6(0x6f6)]();return;}let _0x334d54=this['_getHostSnapshot']();_0x334d54&&(0x0,r['shouldRefreshDocsCustomBlockSizeForCommand'])({'childUnitIds':(0x0,r['collectDocsTableLikeEmbedChildUnitIds'])(_0x334d54[_0x19a2e6(0x453)],_0x290a1a=>this['_resolveChildUnitId'](_0x290a1a)),'commandId':_0x360412['id'],'commandParams':_0x360412[_0x19a2e6(0x48c)],'hostUnitId':this[_0x19a2e6(0x129)]['unitId']})&&_0x483467[_0x19a2e6(0x6f6)]();}));}[_0x404806(0x738)](){const _0x3a0259=_0x404806;if(!this[_0x3a0259(0x6af)])return this[_0x3a0259(0x129)][_0x3a0259(0x308)]??void 0x0;}[_0x404806(0x33a)](){const _0x4371b1=_0x404806;var _0x5bb36b;return(_0x5bb36b=this[_0x4371b1(0x738)]())==null?void 0x0:_0x5bb36b['getSnapshot']();}['_rerenderHostDoc'](){const _0x157ed2=_0x404806;let _0x4239dc=this[_0x157ed2(0x5fd)][_0x157ed2(0x335)](this[_0x157ed2(0x129)][_0x157ed2(0x16f)]);try{var _0x29dc35;let _0x3cbdd3=_0x4239dc==null||(_0x29dc35=_0x4239dc[_0x157ed2(0x6f1)])==null?void 0x0:_0x29dc35[_0x157ed2(0x538)](_0x4239dc,m[_0x157ed2(0x44c)]);return _0x3cbdd3?(_0x3cbdd3[_0x157ed2(0x6c9)](),!0x0):!0x1;}catch{return!0x1;}}['_refreshHostDocZoom'](){const _0x2d0821=_0x404806;let _0x5ee0a7=this[_0x2d0821(0x738)](),_0x683444=_0x5ee0a7==null?void 0x0:_0x5ee0a7[_0x2d0821(0x360)];typeof _0x683444==_0x2d0821(0x670)&&this['_commandService']['syncExecuteCommand'](r['SetDocZoomRatioOperation']['id'],{'unitId':this[_0x2d0821(0x129)][_0x2d0821(0x16f)],'zoomRatio':_0x683444});}['_resolveChildUnitId'](_0x1a20e2,_0x472cb6){const _0x342fbf=_0x404806;if(!_0x1a20e2||typeof _0x1a20e2!=_0x342fbf(0x586))return;let _0x2cd669=_0x1a20e2,_0x9f5a6d=typeof _0x2cd669['childType']==_0x342fbf(0x670)?_0x2cd669[_0x342fbf(0x34e)]:_0x472cb6;if(_0x9f5a6d!==n['UniverInstanceType']['UNIVER_SHEET']&&_0x9f5a6d!==n[_0x342fbf(0x536)][_0x342fbf(0x517)])return;if(typeof _0x2cd669[_0x342fbf(0x106)]==_0x342fbf(0x6cd))return _0x2cd669[_0x342fbf(0x106)];if(typeof _0x2cd669[_0x342fbf(0x46d)]!=_0x342fbf(0x6cd))return;let _0x34f8c1=typeof _0x2cd669[_0x342fbf(0x1d1)]==_0x342fbf(0x6cd)?_0x2cd669[_0x342fbf(0x1d1)]:this[_0x342fbf(0x129)][_0x342fbf(0x16f)],_0x10db85=this['_embedModelService'][_0x342fbf(0x616)](_0x34f8c1,_0x2cd669[_0x342fbf(0x46d)]);if((_0x10db85==null?void 0x0:_0x10db85[_0x342fbf(0x34e)])===_0x9f5a6d){if(typeof _0x10db85[_0x342fbf(0x106)]=='string')return _0x10db85[_0x342fbf(0x106)];try{return(0x0,e[_0x342fbf(0x312)])(_0x10db85['source'][_0x342fbf(0x31a)]);}catch{return;}}}[_0x404806(0x1fe)](_0x5ea1af,_0x4b5401,_0x30eb2b){const _0x37b814=_0x404806;let _0x5276f3=_0x4b5401+':'+_0x5ea1af;if(this[_0x37b814(0x5c3)][_0x37b814(0x287)](_0x5276f3))return this['_resolvedChildUnits'][_0x37b814(0x35f)](_0x5276f3);let _0x134c89=this[_0x37b814(0x387)][_0x37b814(0x330)](_0x5ea1af,_0x4b5401);if(_0x134c89!=null){if(!Ho(_0x134c89))return this[_0x37b814(0x5c3)][_0x37b814(0x37d)](_0x5276f3,_0x134c89),_0x134c89;if(!this[_0x37b814(0x472)]['has'](_0x5276f3)){let _0x473c27=Promise[_0x37b814(0x621)](_0x134c89)['then'](_0x2a8dc9=>(this[_0x37b814(0x472)][_0x37b814(0x4d8)](_0x5276f3),this[_0x37b814(0x5c3)]['set'](_0x5276f3,_0x2a8dc9),this[_0x37b814(0x6af)]||_0x30eb2b(),_0x2a8dc9),()=>{const _0x1c31b0=_0x37b814;this[_0x1c31b0(0x472)][_0x1c31b0(0x4d8)](_0x5276f3);});this[_0x37b814(0x472)][_0x37b814(0x37d)](_0x5276f3,_0x473c27);}}}[_0x404806(0x3bc)](){const _0x1b5b86=_0x404806;var _0xa8ca5c,_0x4b9154;return((_0xa8ca5c=this[_0x1b5b86(0x129)][_0x1b5b86(0x469)])==null||(_0x4b9154=_0xa8ca5c[_0x1b5b86(0x677)])==null||(_0x4b9154=_0x4b9154[_0x1b5b86(0x538)](_0xa8ca5c))==null?void 0x0:_0x4b9154[_0x1b5b86(0x378)])??0x0;}[_0x404806(0x28e)](_0x349b37){const _0x499aee=_0x404806;var _0xb953e4,_0x19ca3d,_0x541bb1,_0x3e06cf,_0x431dbb,_0x308713;let _0x58ffe8=Number[_0x499aee(0x581)](_0x349b37)&&_0x349b37>0x0?_0x349b37:0x1,_0x3c15e9=((_0xb953e4=this[_0x499aee(0x129)][_0x499aee(0x6aa)][_0x499aee(0x22f)](r[_0x499aee(0x457)]['VIEW_MAIN']))==null?void 0x0:_0xb953e4[_0x499aee(0x54b)])??0x0,_0x2d2808=(_0x19ca3d=(_0x541bb1=this[_0x499aee(0x129)][_0x499aee(0x172)])[_0x499aee(0x406)])==null||(_0x19ca3d=_0x19ca3d[_0x499aee(0x538)](_0x541bb1))==null||(_0x3e06cf=_0x19ca3d[_0x499aee(0x4c2)])==null?void 0x0:_0x3e06cf[_0x499aee(0x538)](_0x19ca3d),_0x4aab1a=_0x2d2808==null?void 0x0:_0x2d2808['width'],_0x5ca8b3=_0x2d2808==null?void 0x0:_0x2d2808[_0x499aee(0x704)],_0x265da5=((_0x431dbb=this['_context'][_0x499aee(0x469)])==null?void 0x0:_0x431dbb[_0x499aee(0x6e7)])??this['_context'][_0x499aee(0x6aa)][_0x499aee(0x6e7)],_0x3bd0aa=(_0x4aab1a??_0x265da5??0x0)/_0x58ffe8,_0x17529e=((_0x308713=this[_0x499aee(0x129)][_0x499aee(0x469)])==null?void 0x0:_0x308713['height'])??this[_0x499aee(0x129)][_0x499aee(0x6aa)][_0x499aee(0x704)],_0x481fca=(_0x5ca8b3??_0x17529e??0x0)/_0x58ffe8;return!_0x3bd0aa||!Number[_0x499aee(0x581)](_0x3bd0aa)||_0x3bd0aa<=0x0||!_0x481fca||!Number[_0x499aee(0x581)](_0x481fca)||_0x481fca<=0x0?null:{'height':_0x481fca,'left':_0x3c15e9,'width':_0x3bd0aa};}};Bo=Q([Z(0x1,(0x0,n[_0x404806(0xec)])(n[_0x404806(0x746)])),Z(0x2,(0x0,n['Inject'])(n[_0x404806(0x3b0)])),Z(0x3,(0x0,n[_0x404806(0xec)])(Ci)),Z(0x4,(0x0,n[_0x404806(0xec)])(e[_0x404806(0x4b8)])),Z(0x5,f[_0x404806(0x1f0)]),Z(0x6,(0x0,n[_0x404806(0xec)])(r['DocViewScaleService']))],Bo);function Vo(_0x4f9e0e,_0x3797fb){const _0x5943eb=_0x404806;if(!_0x4f9e0e||typeof ResizeObserver>'u')return;let _0x168a0f=new ResizeObserver(()=>_0x3797fb());return _0x168a0f[_0x5943eb(0x1bc)](_0x4f9e0e),{'dispose':()=>_0x168a0f[_0x5943eb(0x344)]()};}function Ho(_0x39e9aa){const _0x1d636a=_0x404806;return!!_0x39e9aa&&typeof _0x39e9aa[_0x1d636a(0x136)]==_0x1d636a(0x338);}function Uo(_0x51229e,_0x36caa0){const _0x5d788a=_0x404806;return typeof _0x51229e==_0x5d788a(0x670)&&Number['isFinite'](_0x51229e)&&_0x51229e>0x1?_0x51229e:_0x36caa0;}function Wo(_0x5e09ac,_0x8e3e02,_0x422d1e){const _0x3cedc=_0x404806;return{...(0x0,e[_0x3cedc(0x71b)])(_0x5e09ac,_0x8e3e02),'afterCreateAnchor':_0x5578b1=>Ko(_0x422d1e,_0x5578b1['hostUnitId']),'afterRemoveAnchor':_0x426612=>Ko(_0x422d1e,_0x426612['hostUnitId'])};}function Go(){const _0x2aff05=_0x404806;return{'hostType':n[_0x2aff05(0x536)][_0x2aff05(0x15e)],'entry':_0x2aff05(0x43e),'layout':_0x2aff05(0x73b),'supportedLayouts':[_0x2aff05(0x73b),'docs-sticky-base',_0x2aff05(0x1ec),_0x2aff05(0x6fb),_0x2aff05(0x61c)],'menuBehavior':_0x2aff05(0x467)};}function Ko(_0x32d1c7,_0x33fbb8){const _0x54ec68=_0x404806;var _0x24ddd1,_0x4b3558,_0x493601,_0x1bad97;if(!_0x32d1c7)return;let _0x2eed3b=_0x32d1c7['getRenderUnitById'](_0x33fbb8);if(_0x2eed3b){for(let _0x5ccc71 of _0x2eed3b[_0x54ec68(0x3de)][_0x54ec68(0x4c9)]()){var _0x2fa23d;(_0x2fa23d=_0x5ccc71[_0x54ec68(0x152)])==null||_0x2fa23d[_0x54ec68(0x538)](_0x5ccc71);}(_0x24ddd1=_0x2eed3b['engine'])==null||_0x24ddd1[_0x54ec68(0x2b6)](),(_0x4b3558=_0x2eed3b[_0x54ec68(0x6aa)])==null||_0x4b3558['makeDirty'](),(_0x493601=_0x2eed3b[_0x54ec68(0x6f1)])==null||(_0x493601=_0x493601['call'](_0x2eed3b,r[_0x54ec68(0x181)]))==null||(_0x1bad97=_0x493601[_0x54ec68(0x382)])==null||_0x1bad97['call'](_0x493601);}}function qo(_0x4924f1){const _0x9e8c59=_0x404806;return{'childType':n[_0x9e8c59(0x536)][_0x9e8c59(0x15e)],'handleWheel':_0x325e69=>{const _0x3d1dbf=_0x9e8c59;let _0x8efb6c=_0x4924f1['has'](nr)?_0x4924f1[_0x3d1dbf(0x35f)](nr):void 0x0;if((_0x8efb6c==null?void 0x0:_0x8efb6c[_0x3d1dbf(0x249)](_0x325e69))===!0x0)return!0x0;if(!_0x4924f1['has'](f[_0x3d1dbf(0x1f0)]))return!0x1;let _0x300e77=_0x4924f1[_0x3d1dbf(0x35f)](f[_0x3d1dbf(0x1f0)])['getRenderUnitById'](_0x325e69[_0x3d1dbf(0x106)]),_0x1a0665=_0x300e77==null?void 0x0:_0x300e77[_0x3d1dbf(0x6aa)];return ri(_0x325e69,_0x1a0665==null?void 0x0:_0x1a0665[_0x3d1dbf(0x22f)](r['VIEWPORT_KEY'][_0x3d1dbf(0x37e)]),_0x1a0665);}};}function Jo(){return Ba({'childType':n['UniverInstanceType']['UNIVER_DOC'],'mount':Yo});}function Yo(_0xb7f9d5){const _0x8144f8=_0x404806;let {root:_0x5ed0f5,menu:_0x20f97d}=za(_0xb7f9d5),_0x4e9150=gt(_0x20f97d);return _0x4e9150['render']((0x0,c['createElement'])(st,{'injector':_0xb7f9d5[_0x8144f8(0x5c6)][_0x8144f8(0x697)],'mountContainer':_0x5ed0f5,'embedId':_0xb7f9d5[_0x8144f8(0x46d)]},(0x0,c['createElement'])(Xo,{'hostUnitId':_0xb7f9d5['hostUnitId'],'embedId':_0xb7f9d5[_0x8144f8(0x46d)],'entry':_0xb7f9d5['descriptor'][_0x8144f8(0x3fd)],'fullscreen':!!_0xb7f9d5[_0x8144f8(0x30d)][_0x8144f8(0x4aa)],'usesDomFloatingStage':_0xb7f9d5['descriptor'][_0x8144f8(0x3fd)]!=='slides-floating-object','renderScopeActive$':_0xb7f9d5[_0x8144f8(0x30d)]['active$']}))),(0x0,n['toDisposable'])(()=>{const _0x7872c1=_0x8144f8;_t(_0x4e9150),globalThis[_0x7872c1(0x661)](()=>_0x20f97d[_0x7872c1(0x2d1)](),0x0);});}function Xo(_0x265dfc){const _0xf1ac3=_0x404806;let {hostUnitId:_0x3b4a3a,embedId:_0x4acb21,entry:_0x27ccfc,fullscreen:_0x14f9cd,usesDomFloatingStage:_0x20fb26,renderScopeActive$:_0x3b2395}=_0x265dfc,_0x1b3363=(0x0,a['useObservable'])(()=>_0x3b2395,!0x1,!0x1,[_0x3b2395]),_0x39b8de=(0x0,a[_0xf1ac3(0x343)])(n[_0xf1ac3(0x3b0)]),_0x2641fc=(0x0,a[_0xf1ac3(0x343)])(U),_0x44ba4a=hn({'embedId':_0x4acb21,'active':(0x0,a['useObservable'])(()=>_0x2641fc['active$'],_0x2641fc[_0xf1ac3(0x4ff)](),!0x1,[_0x2641fc]),'fullscreen':_0x14f9cd,'usesDomFloatingStage':_0x20fb26,'renderScopeActive':_0x1b3363});return(0x0,p[_0xf1ac3(0x4fd)])('div',{'className':(0x0,o['clsx'])(_0xf1ac3(0x238),{'univer-hidden':_0x44ba4a!=='stage2','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x14f9cd,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x14f9cd,'-univer-top-9':!_0x14f9cd&&_0x27ccfc!==_0xf1ac3(0x43e),'-univer-top-[52px]':!_0x14f9cd&&_0x27ccfc===_0xf1ac3(0x43e)}),'data-embed-floating-menu':_0xf1ac3(0x420),'data-embed-id':_0x4acb21,'data-embed-float-stage':_0x44ba4a,'onPointerDown':_0xf16a47=>_0xf16a47[_0xf1ac3(0x235)](),'children':(0x0,p[_0xf1ac3(0x4fd)])(o[_0xf1ac3(0x241)],{'type':_0xf1ac3(0x47c),'size':'small','variant':_0xf1ac3(0x35d),'className':_0xf1ac3(0x213),'onClick':()=>{const _0x5b44d0=_0xf1ac3;_0x39b8de[_0x5b44d0(0x29f)](e['RemoveEmbedCommand']['id'],{'hostUnitId':_0x3b4a3a,'embedId':_0x4acb21});},'children':(0x0,p[_0xf1ac3(0x4fd)])(s[_0xf1ac3(0x436)],{})})});}function Zo(_0x1c496d){Bi(_0x1c496d,'docs-ui.embed',Qo);}function Qo(_0x18d491){const _0x1aafa4=_0x404806;let _0x3471bb=_0x18d491[_0x1aafa4(0x35f)](e[_0x1aafa4(0xf6)]),_0xa08ab=_0x18d491['get'](Ze),_0x837ccd=_0x18d491['get'](Ye),_0x495ef9=_0x18d491[_0x1aafa4(0x35f)](H),_0x5bb2a1=_0x18d491['get'](Xe),_0x523d42=_0x18d491[_0x1aafa4(0x35f)](Kn),_0x803aa4=_0x18d491[_0x1aafa4(0x35f)](tr),_0x332840=_0x18d491['has'](e[_0x1aafa4(0x160)])?_0x18d491[_0x1aafa4(0x35f)](e['EmbedHostAnchorModelService']):void 0x0,_0x1f4675=_0x18d491[_0x1aafa4(0x287)](n['IUniverInstanceService'])?_0x18d491[_0x1aafa4(0x35f)](n['IUniverInstanceService']):void 0x0,_0x19cec2=_0x18d491[_0x1aafa4(0x287)](f['IRenderManagerService'])?_0x18d491[_0x1aafa4(0x35f)](f[_0x1aafa4(0x1f0)]):void 0x0;_0x19cec2==null||_0x19cec2['registerRenderModule'](n[_0x1aafa4(0x536)]['UNIVER_DOC'],[Bo]);let _0x3ecd61=Wo(_0x332840,_0x1f4675,_0x19cec2);_0x3471bb['get'](_0x3ecd61[_0x1aafa4(0x646)],_0x3ecd61[_0x1aafa4(0x3fd)])||_0x3471bb[_0x1aafa4(0x2c0)](_0x3ecd61);let _0xca6c24=Go();_0xa08ab[_0x1aafa4(0x35f)](_0xca6c24[_0x1aafa4(0x646)],_0xca6c24[_0x1aafa4(0x3fd)])||_0xa08ab[_0x1aafa4(0x2c0)](_0xca6c24);let _0x41e55c=Io();_0x837ccd['get'](_0x41e55c[_0x1aafa4(0x34e)])||_0x837ccd[_0x1aafa4(0x2c0)](_0x41e55c);let _0x286c7d=Fo();_0x495ef9['get'](_0x286c7d[_0x1aafa4(0x34e)])||_0x495ef9[_0x1aafa4(0x2c0)](_0x286c7d),Jo()[_0x1aafa4(0x72e)](_0x1e3a6c=>{const _0x277924=_0x1aafa4;_0x5bb2a1[_0x277924(0x16a)](_0x1e3a6c[_0x277924(0x646)],_0x1e3a6c[_0x277924(0x3fd)],_0x1e3a6c[_0x277924(0x34e)])||_0x5bb2a1[_0x277924(0x2c0)](_0x1e3a6c);}),_0x523d42['registerProvider'](Ni(_0x18d491,{'childType':n[_0x1aafa4(0x536)][_0x1aafa4(0x15e)],'renderManagerService':f['IRenderManagerService']})),_0x803aa4[_0x1aafa4(0x35f)](n['UniverInstanceType']['UNIVER_DOC'])||_0x803aa4['register'](qo(_0x18d491));}function $o(){const _0x278291=_0x404806;return{'childType':n[_0x278291(0x536)]['UNIVER_SHEET'],'measureContentSize':_0x66e02c=>{const _0x362ca7=_0x278291;let _0x447b8d=es(_0x66e02c[_0x362ca7(0x32e)]),_0xd5956c=ns(_0x66e02c[_0x362ca7(0x32e)]);return _0x447b8d==null&&_0xd5956c==null?void 0x0:{'height':_0x447b8d,'width':_0xd5956c};}};}function es(_0x1e47e8){const _0x147fb4=_0x404806;var _0x5c8f22;let _0x3b7e05=_0x1e47e8 instanceof n[_0x147fb4(0x2c8)]?_0x1e47e8[_0x147fb4(0x1c3)](!0x0):void 0x0;if(!_0x3b7e05)return;let _0x303b76=rs(_0x3b7e05);if(!Number['isFinite'](_0x303b76)||_0x303b76==null||_0x303b76<0x0)return;let _0x336e64=os((_0x5c8f22=_0x3b7e05[_0x147fb4(0x5ec)])==null||(_0x5c8f22=_0x5c8f22['call'](_0x3b7e05))==null?void 0x0:_0x5c8f22['defaultRowHeight'],n[_0x147fb4(0x37c)]),_0x1817f6=ts(_0x1e47e8),_0x13e5a5=0x0;for(let _0x26252f=0x0;_0x26252f<_0x303b76;_0x26252f++){var _0x54fc8b,_0xe1ab6e;((_0x54fc8b=_0x3b7e05[_0x147fb4(0x6b1)])==null?void 0x0:_0x54fc8b[_0x147fb4(0x538)](_0x3b7e05,_0x26252f))!==!0x1&&(_0x13e5a5+=ss((_0xe1ab6e=_0x3b7e05[_0x147fb4(0x3c0)])==null?void 0x0:_0xe1ab6e['call'](_0x3b7e05,_0x26252f),_0x336e64));}return _0x1817f6+_0x13e5a5;}function ts(_0x1ca96c){const _0x43d437=_0x404806;var _0x339a74;let _0x2e0e8f=_0x1ca96c instanceof n[_0x43d437(0x2c8)]?_0x1ca96c[_0x43d437(0x1c3)](!0x0):void 0x0,_0x2a7d9a=_0x2e0e8f==null||(_0x339a74=_0x2e0e8f[_0x43d437(0x5ec)])==null||(_0x339a74=_0x339a74[_0x43d437(0x538)](_0x2e0e8f))==null?void 0x0:_0x339a74[_0x43d437(0x188)];return _0x2a7d9a!=null&&_0x2a7d9a[_0x43d437(0x115)]?0x0:os(_0x2a7d9a==null?void 0x0:_0x2a7d9a[_0x43d437(0x704)],0x18);}function ns(_0x2f8015){const _0x24e152=_0x404806;var _0x4a3b38,_0x10eab;let _0x461694=_0x2f8015 instanceof n[_0x24e152(0x2c8)]?_0x2f8015['getActiveSheet'](!0x0):void 0x0;if(!_0x461694)return;let _0x77e9b1=is(_0x461694);if(!Number[_0x24e152(0x581)](_0x77e9b1)||_0x77e9b1==null||_0x77e9b1<0x0)return;let _0x19a6df=(_0x4a3b38=_0x461694[_0x24e152(0x5ec)])==null||(_0x4a3b38=_0x4a3b38['call'](_0x461694))==null?void 0x0:_0x4a3b38[_0x24e152(0x547)],_0x42e69e=os((_0x10eab=_0x461694['getConfig'])==null||(_0x10eab=_0x10eab[_0x24e152(0x538)](_0x461694))==null?void 0x0:_0x10eab[_0x24e152(0x2bf)],n[_0x24e152(0x739)]),_0x3725fe=_0x19a6df!=null&&_0x19a6df[_0x24e152(0x115)]?0x0:os(_0x19a6df==null?void 0x0:_0x19a6df[_0x24e152(0x6e7)],n[_0x24e152(0x1c1)]),_0x4f91cc=0x0;for(let _0x28e09a=0x0;_0x28e09a<_0x77e9b1;_0x28e09a++){var _0x234a8b,_0xa315da;((_0x234a8b=_0x461694[_0x24e152(0x44f)])==null?void 0x0:_0x234a8b[_0x24e152(0x538)](_0x461694,_0x28e09a))!==!0x1&&(_0x4f91cc+=os((_0xa315da=_0x461694[_0x24e152(0x3ac)])==null?void 0x0:_0xa315da[_0x24e152(0x538)](_0x461694,_0x28e09a),_0x42e69e));}return _0x3725fe+_0x4f91cc+f[_0x24e152(0x280)][_0x24e152(0x30c)];}function rs(_0x560f82){return as(_0x560f82['getRowCount']());}function is(_0x461977){const _0x373142=_0x404806;return as(_0x461977[_0x373142(0x5bf)]());}function as(_0x45945c){const _0x591253=_0x404806;return typeof _0x45945c==_0x591253(0x670)&&Number[_0x591253(0x581)](_0x45945c)&&_0x45945c>=0x0?Math[_0x591253(0x51b)](_0x45945c):void 0x0;}function os(_0x70f5d1,_0x4eb50e){const _0x46f68c=_0x404806;return typeof _0x70f5d1==_0x46f68c(0x670)&&Number['isFinite'](_0x70f5d1)&&_0x70f5d1>0x0?_0x70f5d1:_0x4eb50e;}function ss(_0x46cde5,_0x3aace4){const _0xfd41a2=_0x404806;return typeof _0x46cde5==_0xfd41a2(0x670)&&Number[_0xfd41a2(0x581)](_0x46cde5)&&_0x46cde5>=0x0?_0x46cde5:_0x3aace4;}function cs(){const _0x5bded8=_0x404806;return{'hostType':n[_0x5bded8(0x536)][_0x5bded8(0x534)],'entry':'sheets-floating-object','layout':_0x5bded8(0x34f),'supportedLayouts':[_0x5bded8(0x34f),_0x5bded8(0x1ec),_0x5bded8(0x6fb),_0x5bded8(0x61c)],'menuBehavior':_0x5bded8(0x467)};}function ls(){const _0x4abf2d=_0x404806;return{'hostType':n[_0x4abf2d(0x536)]['UNIVER_SHEET'],'entry':_0x4abf2d(0x345),'layout':_0x4abf2d(0x26d),'supportedLayouts':[_0x4abf2d(0x26d)],'menuBehavior':_0x4abf2d(0x2b8),'mount':_0x5d54ff=>{const _0x261f7a=_0x4abf2d;let _0x48a7f3=us(_0x261f7a(0x3ba),_0x5d54ff[_0x261f7a(0x41a)][_0x261f7a(0x375)]);return _0x48a7f3?{'hostElement':_0x48a7f3}:{};}};}function us(_0x1b9366,_0x3d4da2){const _0x367c35=_0x404806;return document[_0x367c35(0x2b9)]('['+_0x1b9366+'=\x22'+ds(_0x3d4da2)+'\x22]');}function ds(_0x1435a0){const _0x41dc39=_0x404806;return _0x1435a0[_0x41dc39(0x266)](/\\/g,'\x5c\x5c')[_0x41dc39(0x266)](/"/g,'\x5c\x22');}function fs(_0x34cfe2){const _0xed8d63=_0x404806;let _0x4b7513=_0x34cfe2['has'](n['IUniverInstanceService'])?_0x34cfe2[_0xed8d63(0x35f)](n['IUniverInstanceService']):void 0x0,_0x46e1c1=_0x34cfe2[_0xed8d63(0x287)](f[_0xed8d63(0x1f0)])?_0x34cfe2['get'](f[_0xed8d63(0x1f0)]):void 0x0;return{'childType':n[_0xed8d63(0x536)][_0xed8d63(0x534)],'getStickyHeaderHeight':_0x2c0b1b=>{const _0x35d797=_0xed8d63;let _0x1cb1e9=_0x2c0b1b[_0x35d797(0x5c6)][_0x35d797(0xcc)]??_0x4b7513;return ts(_0x1cb1e9==null?void 0x0:_0x1cb1e9[_0x35d797(0x330)](_0x2c0b1b[_0x35d797(0x106)],n[_0x35d797(0x536)][_0x35d797(0x534)]));},'subscribeVerticalScroll':(_0x478005,_0x26a50f)=>{const _0x1a7f4e=_0xed8d63;var _0x1b7a21,_0x43e30e;let _0x243df1=((_0x1b7a21=_0x478005[_0x1a7f4e(0x5c6)])==null?void 0x0:_0x1b7a21['injector'])??_0x34cfe2,_0x3992a7=_0x243df1!==_0x34cfe2&&_0x243df1[_0x1a7f4e(0x287)](f[_0x1a7f4e(0x1f0)])?_0x243df1['get'](f['IRenderManagerService']):_0x46e1c1,_0x446ba3=_0x3992a7==null||(_0x43e30e=_0x3992a7[_0x1a7f4e(0x335)](_0x478005[_0x1a7f4e(0x106)]))==null||(_0x43e30e=_0x43e30e[_0x1a7f4e(0x6aa)])==null?void 0x0:_0x43e30e[_0x1a7f4e(0x22f)](f[_0x1a7f4e(0x4c7)][_0x1a7f4e(0x37e)]);if(!_0x446ba3)return;let _0xb50496=_0x446ba3['onScrollByBar$']['subscribeEvent'](_0x42eb3b=>{const _0x29e621=_0x1a7f4e;_0x26a50f(_0x42eb3b['viewportScrollY']??_0x446ba3[_0x29e621(0x158)]??0x0);});return(0x0,n['toDisposable'])(()=>_0xb50496[_0x1a7f4e(0x12a)]());},'handleWheel':_0x45ab08=>{const _0x4b10fe=_0xed8d63;var _0xd470e;if(_0x45ab08[_0x4b10fe(0x20d)]!==_0x4b10fe(0x3bf)&&gn(_0x45ab08[_0x4b10fe(0x5d3)],_0x45ab08['event']))return!0x1;let _0x1d9aea=((_0xd470e=_0x45ab08[_0x4b10fe(0x5c6)])==null?void 0x0:_0xd470e[_0x4b10fe(0x697)])??_0x34cfe2,_0x39a0b9=_0x1d9aea!==_0x34cfe2&&_0x1d9aea[_0x4b10fe(0x287)](f[_0x4b10fe(0x1f0)])?_0x1d9aea['get'](f[_0x4b10fe(0x1f0)]):_0x46e1c1;if(!_0x39a0b9)return!0x1;let _0x37f0c5=_0x39a0b9['getRenderUnitById'](_0x45ab08['childUnitId']),_0x3489f7=_0x37f0c5==null?void 0x0:_0x37f0c5[_0x4b10fe(0x6aa)];return ri(_0x45ab08,_0x3489f7==null?void 0x0:_0x3489f7[_0x4b10fe(0x22f)](f[_0x4b10fe(0x4c7)][_0x4b10fe(0x37e)]),_0x3489f7);}};}function ps(_0x3a0c59){const _0x2ac777=_0x404806;let _0xcaf84c=[];return[[_0x2ac777(0x737),i[_0x2ac777(0x64d)],0x0],['outline',b[_0x2ac777(0x37f)],0x64],[_0x2ac777(0x14d),j[_0x2ac777(0x468)],0x64],[_0x2ac777(0x23b),T[_0x2ac777(0x556)],0x64],[_0x2ac777(0x557),E['SheetsDataValidationUIMenuSchema'],0x64],[_0x2ac777(0x3d1),O[_0x2ac777(0x37b)],0x64],['drawing',D[_0x2ac777(0x6fc)],0x64],[_0x2ac777(0x401),M[_0x2ac777(0x6ef)],0x64],[_0x2ac777(0x522),k['SheetsHyperLinkUIMenuSchema'],0x64],[_0x2ac777(0x2bb),P[_0x2ac777(0x44b)],0x64],[_0x2ac777(0x6b3),N[_0x2ac777(0x2b5)],0x64],[_0x2ac777(0x325),A[_0x2ac777(0x43a)],0x64],[_0x2ac777(0x2a5),S[_0x2ac777(0x49f)],0x64],[_0x2ac777(0x2ea),x['SheetsPivotTableUIMenuSchema'],0x64],[_0x2ac777(0x272),y[_0x2ac777(0x44e)],0x64],['sparkline',w[_0x2ac777(0x6e5)],0x64],[_0x2ac777(0x28c),C[_0x2ac777(0x4b4)],0x64]]['forEach'](([_0x2ef42f,_0xcb19e0,_0x56da7c])=>{const _0x573223=_0x2ac777;let _0x551bf1=Lt(_0x3a0c59,{'id':_0x573223(0x385)+_0x2ef42f,'childType':n[_0x573223(0x536)][_0x573223(0x534)],'surface':_0x573223(0x2ec),'order':_0x56da7c,'menuSchema':_0xcb19e0});_0x551bf1&&_0xcaf84c[_0x573223(0x42f)](_0x551bf1);}),(0x0,n[_0x2ac777(0x6e6)])(()=>_0xcaf84c[_0x2ac777(0x72e)](_0x2e1e7a=>_0x2e1e7a[_0x2ac777(0x3f7)]()));}function ms(){const _0x4419d3=_0x404806;return Wi({'childType':n[_0x4419d3(0x536)][_0x4419d3(0x534)],'productName':_0x4419d3(0x2a6)});}function hs(_0x2fbcca){const _0x301860=_0x404806;return{'childType':n[_0x301860(0x536)][_0x301860(0x534)],'supportedLayouts':['tab-peer',_0x301860(0x73b),'scroll-contained'],'canvasRootClassName':_0x301860(0x4c1),'beforeDeactivate':vs,'mount':_0x314f7b=>{const _0x31f497=_0x301860;var _0x548a5e;let _0x32f146=_0x314f7b['runtimeScope']['injector'],_0x5708ae=_0x314f7b['runtimeScope'][_0x31f497(0x1bf)][_0x31f497(0x24d)]??_0x314f7b[_0x31f497(0x30d)][_0x31f497(0x5b5)]??_0x314f7b[_0x31f497(0x30d)][_0x31f497(0x1f3)]??_0x314f7b[_0x31f497(0x30d)]['rootElement'],_0x24e54b=_0x314f7b[_0x31f497(0x5c6)][_0x31f497(0x1bf)][_0x31f497(0x6c3)]??_0x314f7b[_0x31f497(0x30d)][_0x31f497(0x1f3)]??_0x5708ae;_0x5708ae[_0x31f497(0x6a4)][_0x31f497(0x5e8)]=_0x314f7b[_0x31f497(0x106)],_0x5708ae[_0x31f497(0x6a4)][_0x31f497(0x323)]=_0x31f497(0x25c),_0x24e54b['dataset'][_0x31f497(0x5e8)]=_0x314f7b[_0x31f497(0x106)],_0x24e54b[_0x31f497(0x6a4)]['embedChildRenderMode']=_0x31f497(0x140);let _0x5497e7=_0x314f7b['injector']['get'](n[_0x31f497(0x746)])[_0x31f497(0x330)](_0x314f7b[_0x31f497(0x106)],n[_0x31f497(0x536)]['UNIVER_SHEET']),_0x3f72ac=_0x5497e7?ha(_0x314f7b,_0x2fbcca,_0xd3ae0=>_s(_0x5497e7,_0xd3ae0)):(0x0,n['toDisposable'])(()=>{}),_0x30c293=wi(_0x314f7b,f[_0x31f497(0x1f0)],_0x5708ae,{'scopedRenderInjector':!0x0})??(0x0,n[_0x31f497(0x6e6)])(()=>{}),_0x2d04b4=gs(_0x314f7b),_0x480fed=xs(_0x314f7b,_0x24e54b),_0x58674=gt(_0x24e54b);return _0x58674[_0x31f497(0x18e)]((0x0,p[_0x31f497(0x4fd)])(st,{'injector':_0x32f146,'mountContainer':_0x314f7b[_0x31f497(0x5c6)][_0x31f497(0x1bf)]['popup'],'embedId':_0x314f7b[_0x31f497(0x46d)],'children':(0x0,p[_0x31f497(0x4fd)])(Ss,{'canvasRoot':_0x5708ae,'showChrome':ys(_0x314f7b),'readonly':((_0x548a5e=_0x314f7b[_0x31f497(0x41a)])==null?void 0x0:_0x548a5e['mode'])===_0x31f497(0x4fb),'unitId':_0x314f7b['childUnitId']})})),(0x0,n[_0x31f497(0x6e6)])(()=>{const _0x530530=_0x31f497;_0x3f72ac[_0x530530(0x3f7)](),_0x480fed[_0x530530(0x3f7)](),_0x2d04b4[_0x530530(0x3f7)](),_0x30c293['dispose'](),_t(_0x58674),_0x5708ae['isConnected']&&(_0x5708ae[_0x530530(0x633)](_0x530530(0x3df)),_0x5708ae['removeAttribute']('data-embed-child-render-mode')),_0x24e54b['isConnected']&&(_0x24e54b['removeAttribute']('data-embed-child-render-unit-id'),_0x24e54b[_0x530530(0x633)](_0x530530(0x3ff)));});}};}function gs(_0x99805){const _0x34360a=_0x404806;var _0x330c4f;if(_0x99805['layout']!==_0x34360a(0x73b))return(0x0,n[_0x34360a(0x6e6)])(()=>{});let _0x5f2568=(_0x330c4f=_0x99805['injector'][_0x34360a(0x35f)](f[_0x34360a(0x1f0)])[_0x34360a(0x335)](_0x99805[_0x34360a(0x106)]))==null||(_0x330c4f=_0x330c4f[_0x34360a(0x6aa)]['getViewport'](f['SHEET_VIEWPORT_KEY']['VIEW_MAIN']))==null?void 0x0:_0x330c4f[_0x34360a(0x353)]();if(!_0x5f2568)return(0x0,n[_0x34360a(0x6e6)])(()=>{});let _0x3c8b58=_0x5f2568[_0x34360a(0x21a)];return _0x5f2568[_0x34360a(0x21a)]=!0x0,(0x0,n['toDisposable'])(()=>{const _0x5d2eec=_0x34360a;_0x5f2568[_0x5d2eec(0x21a)]=_0x3c8b58;});}function _s(_0x3eca7c,_0x361045){const _0x3942ab=_0x404806;var _0x2d857c;let _0x301aba=_0x361045==null?void 0x0:_0x361045[_0x3942ab(0x578)],_0x1547ca=(_0x301aba?_0x3eca7c[_0x3942ab(0x3b4)](_0x301aba):void 0x0)??_0x3eca7c[_0x3942ab(0x479)]()[0x0];_0x1547ca&&((_0x2d857c=_0x3eca7c[_0x3942ab(0x1c3)](!0x0))==null?void 0x0:_0x2d857c[_0x3942ab(0x365)]())!==_0x1547ca[_0x3942ab(0x365)]()&&_0x3eca7c[_0x3942ab(0x135)](_0x1547ca);}function vs(_0x2398cf){const _0x5bc576=_0x404806;var _0x4363b7;(_0x4363b7=_0x2398cf['runtimeScope'][_0x5bc576(0x519)])==null||_0x4363b7['syncExecuteCommand'](i[_0x5bc576(0x6bf)]['id'],{'visible':!0x1,'eventType':f[_0x5bc576(0x2a7)][_0x5bc576(0x67a)],'unitId':_0x2398cf[_0x5bc576(0x106)]}),_0x2398cf[_0x5bc576(0x5c6)][_0x5bc576(0x697)][_0x5bc576(0x287)](i['CellPopupManagerService'])&&_0x2398cf[_0x5bc576(0x5c6)][_0x5bc576(0x697)][_0x5bc576(0x35f)](i['CellPopupManagerService'])[_0x5bc576(0x5d6)](_0x2398cf['childUnitId']);}function ys(_0x1464d1){const _0x203735=_0x404806;return _0x1464d1[_0x203735(0x30d)][_0x203735(0x210)]===_0x203735(0x480)||!!_0x1464d1[_0x203735(0x30d)][_0x203735(0x4aa)];}function bs(_0x50974d,_0x11ca50){const _0x211d57=_0x404806;let _0x10fe51=_0x50974d[_0x211d57(0x1c2)][_0x211d57(0xf8)],_0x3562b7=_0x50974d['style'][_0x211d57(0x317)];return _0x50974d[_0x211d57(0x1c2)][_0x211d57(0xf8)]=_0x11ca50[_0x211d57(0x747)]?_0x211d57(0x19f):'',_0x50974d[_0x211d57(0x1c2)][_0x211d57(0x317)]=_0x11ca50[_0x211d57(0x2d8)]?i['SHEET_FOOTER_BAR_HEIGHT']+'px':'',(0x0,n[_0x211d57(0x6e6)])(()=>{const _0x45abd3=_0x211d57;_0x50974d[_0x45abd3(0x1c2)][_0x45abd3(0xf8)]=_0x10fe51,_0x50974d[_0x45abd3(0x1c2)][_0x45abd3(0x317)]=_0x3562b7;});}function xs(_0x5bd9a1,_0x37dc0b){const _0x1070ea=_0x404806;var _0x3311e7,_0x5c48f7;return(_0x3311e7=_0x5bd9a1[_0x1070ea(0x697)])!=null&&(_0x5c48f7=_0x3311e7[_0x1070ea(0x287)])!=null&&_0x5c48f7['call'](_0x3311e7,qn)?_0x5bd9a1[_0x1070ea(0x697)][_0x1070ea(0x35f)](qn)[_0x1070ea(0x2c0)]({'embedId':_0x5bd9a1[_0x1070ea(0x46d)],'childUnitId':_0x5bd9a1['childUnitId'],'root':_0x5bd9a1[_0x1070ea(0x30d)]['rootElement'],'contentRoot':_0x37dc0b}):(0x0,n[_0x1070ea(0x6e6)])(()=>{});}function Ss(_0x14eca0){const _0x2b01fa=_0x404806;let {canvasRoot:_0x647d32,readonly:_0x36df1b,showChrome:_0xed8b66,unitId:_0x2c3c0a}=_0x14eca0,_0x190762=(0x0,a[_0x2b01fa(0x246)])(i[_0x2b01fa(0x13f)]),_0x36edce=(0x0,a[_0x2b01fa(0x343)])(a[_0x2b01fa(0x61e)]),_0xc962dc=_0x36edce[_0x2b01fa(0x35f)]('SheetShapeTextEditorContainer')??_0x36edce['get'](_0x2b01fa(0x47f)),_0x3a4dcc=_0xed8b66&&(_0x190762==null?void 0x0:_0x190762['formulaBar'])!==!0x1,_0x50674b=_0x190762==null?void 0x0:_0x190762[_0x2b01fa(0x137)],_0x39fc5c=_0xed8b66&&_0x50674b!==!0x1&&(typeof _0x50674b!=_0x2b01fa(0x586)||_0x50674b[_0x2b01fa(0x2d8)]!==!0x1);return(0x0,c[_0x2b01fa(0x6fd)])(()=>{let _0x18bfe8=bs(_0x647d32,{'formulaBar':_0x3a4dcc,'sheetBar':_0x39fc5c});return()=>_0x18bfe8['dispose']();},[_0x647d32,_0x3a4dcc,_0x39fc5c]),(0x0,p[_0x2b01fa(0x117)])(p[_0x2b01fa(0x50f)],{'children':[(0x0,p[_0x2b01fa(0x4fd)])(_0x2b01fa(0xef),{'className':_0x2b01fa(0x15f),'data-u-comp':_0x2b01fa(0x463),'children':(0x0,p[_0x2b01fa(0x4fd)])(a['FloatDom'],{'unitId':_0x2c3c0a})}),_0x3a4dcc&&(0x0,p[_0x2b01fa(0x4fd)])('div',{'className':'univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','style':{'height':0x1c},'children':(0x0,p['jsx'])(i['FormulaBar'],{})}),!_0x36df1b&&_0xc962dc&&(0x0,p[_0x2b01fa(0x4fd)])(_0xc962dc,{}),!_0x36df1b&&!(_0x190762!=null&&_0x190762[_0x2b01fa(0x48d)])&&(0x0,p[_0x2b01fa(0x4fd)])(i[_0x2b01fa(0x31f)],{}),!_0x36df1b&&(0x0,p['jsx'])(i[_0x2b01fa(0x72a)],{}),_0x39fc5c&&(0x0,p[_0x2b01fa(0x4fd)])(_0x2b01fa(0xef),{'className':_0x2b01fa(0x643),'style':{'height':i[_0x2b01fa(0x4f0)]},'children':(0x0,p[_0x2b01fa(0x4fd)])(i['SheetBar'],{})})]});}const Cs=(0x0,c[_0x404806(0x4b6)])(({children:_0x4a4871,className:_0x36df1e,title:_0x20fb61,onClick:_0x1155dc,onMouseDown:_0x2055d8,onPointerDown:_0x2886f9,..._0x334430},_0x37e441)=>{const _0x34e087=_0x404806;let _0x5ba68d=(0x0,a[_0x34e087(0x343)])(n[_0x34e087(0x63a)])['t'](_0x20fb61);return(0x0,p[_0x34e087(0x4fd)])(o['Button'],{'ref':_0x37e441,'type':_0x34e087(0x47c),'size':_0x34e087(0x232),'variant':'ghost','aria-label':_0x5ba68d,'title':_0x5ba68d,'className':(0x0,o[_0x34e087(0x40f)])(_0x34e087(0x6c2),_0x36df1e),'onPointerDown':_0x48e0a8=>{_0x48e0a8['stopPropagation'](),_0x2886f9==null||_0x2886f9(_0x48e0a8);},'onMouseDown':_0x5d8bf1=>{_0x5d8bf1['stopPropagation'](),_0x2055d8==null||_0x2055d8(_0x5d8bf1);},'onClick':_0x3a1c6a=>{const _0x19617e=_0x34e087;_0x1155dc==null||_0x1155dc(_0x3a1c6a),_0x3a1c6a[_0x19617e(0x235)]();},..._0x334430,'children':_0x4a4871});}),ws=(0x0,c['forwardRef'])(({title:_0x5b8421,primary:_0x1ce050,disabled:_0x4e1886,open:_0x3670a1,onPrimaryClick:_0x1ed237,onMouseDown:_0xdc2922,onPointerDown:_0x5e80a1,onClick:_0x21dee9,..._0x4f8a72},_0x12b19a)=>(0x0,p['jsxs'])('div',{'ref':_0x12b19a,'className':(0x0,o[_0x404806(0x40f)])(_0x404806(0x33c),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x3670a1,'univer-cursor-not-allowed\x20univer-opacity-60':_0x4e1886}),'onPointerDown':_0x420c9a=>{const _0x2b7113=_0x404806;_0x420c9a[_0x2b7113(0x235)](),_0x5e80a1==null||_0x5e80a1(_0x420c9a);},'onMouseDown':_0x4580ad=>{const _0x2f69f0=_0x404806;_0x4580ad[_0x2f69f0(0x235)](),_0xdc2922==null||_0xdc2922(_0x4580ad);},'onClick':_0x2b7584=>{_0x21dee9==null||_0x21dee9(_0x2b7584),_0x2b7584['stopPropagation']();},..._0x4f8a72,'children':[(0x0,p[_0x404806(0x4fd)])('button',{'type':_0x404806(0x47c),'className':_0x404806(0x357),'disabled':_0x4e1886,'onClick':_0x51fab9=>{const _0x162a86=_0x404806;_0x51fab9[_0x162a86(0x235)](),_0x1ed237();},'children':_0x1ce050}),(0x0,p[_0x404806(0x4fd)])(o['Separator'],{'orientation':_0x404806(0x257)}),(0x0,p['jsx'])(_0x404806(0x47c),{'type':'button','className':_0x404806(0x1c9),'disabled':_0x4e1886,'children':(0x0,p[_0x404806(0x4fd)])(s[_0x404806(0x1ee)],{})})]}));ws[_0x404806(0x4da)]=_0x404806(0xae);function Ts(_0x2afdb0){const _0x252618=_0x404806;let {children:_0xb7822e,title:_0x901252,className:_0x4db01b,disabled:_0x348dc1,active:_0x59a857,onClick:_0x279ad8}=_0x2afdb0;return(0x0,p[_0x252618(0x4fd)])(o['Tooltip'],{'title':_0x901252,'placement':'bottom','children':(0x0,p[_0x252618(0x4fd)])(a['ToolbarButton'],{'className':(0x0,o[_0x252618(0x40f)])(_0x252618(0xf1),_0x4db01b),'disabled':_0x348dc1,'active':_0x59a857,'onClick':_0x279ad8,'children':_0xb7822e})});}function Es(_0xaafb2f){const _0x214645=_0x404806;let {item:_0x4aa616,children:_0x1e63cb,title:_0x5814e8,onClick:_0x4511e7}=_0xaafb2f,{hidden:_0x3bb6a1,disabled:_0x240887,activated:_0x342c83}=Ds(_0x4aa616),_0x436c5d=(0x0,a[_0x214645(0x343)])(n[_0x214645(0x63a)]);return!_0x4aa616||_0x3bb6a1?null:(0x0,p[_0x214645(0x4fd)])(Ts,{'title':_0x436c5d['t'](_0x5814e8),'disabled':_0x240887,'active':_0x342c83,'onClick':_0x4511e7,'children':_0x1e63cb});}function Ds(_0x4ef505){const _0x439c13=_0x404806;return{'hidden':(0x0,a['useObservable'])(()=>{const _0x5719c0=_0x159c;var _0x25448b;return(_0x4ef505==null||(_0x25448b=_0x4ef505['hidden$'])==null?void 0x0:_0x25448b[_0x5719c0(0x311)]((0x0,l[_0x5719c0(0x732)])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x4ef505]),'disabled':(0x0,a['useObservable'])(()=>{const _0x54d167=_0x159c;var _0x5f11b7;return(_0x4ef505==null||(_0x5f11b7=_0x4ef505['disabled$'])==null?void 0x0:_0x5f11b7[_0x54d167(0x311)]((0x0,l['startWith'])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x4ef505]),'activated':(0x0,a[_0x439c13(0x261)])(()=>{const _0xb134e1=_0x439c13;var _0x47e38f;return(_0x4ef505==null||(_0x47e38f=_0x4ef505['activated$'])==null?void 0x0:_0x47e38f['pipe']((0x0,l[_0xb134e1(0x732)])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x4ef505]),'value':(0x0,a[_0x439c13(0x261)])(()=>{const _0x16f8c1=_0x439c13;var _0x37f57f;return(_0x4ef505==null||(_0x37f57f=_0x4ef505[_0x16f8c1(0x218)])==null?void 0x0:_0x37f57f[_0x16f8c1(0x311)]((0x0,l[_0x16f8c1(0x732)])(void 0x0)))??(0x0,l['of'])(void 0x0);},void 0x0,!0x1,[_0x4ef505])};}function Os(_0x47f49c){const _0x5ca958=_0x404806;return _0x47f49c[_0x5ca958(0x542)]??_0x47f49c[_0x5ca958(0x678)]??_0x47f49c['id'];}function ks(_0x338e9d){const _0x4c502f=_0x404806;return typeof _0x338e9d[_0x4c502f(0x4c5)]==_0x4c502f(0x6cd)?_0x338e9d['label']:typeof _0x338e9d[_0x4c502f(0x185)]==_0x4c502f(0x6cd)||typeof _0x338e9d[_0x4c502f(0x185)]=='number'?String(_0x338e9d[_0x4c502f(0x185)]):_0x338e9d['id']??'';}function As(_0xcfd156){const _0x70cdd6=_0x404806;return _0xcfd156===n[_0x70cdd6(0x6de)][_0x70cdd6(0x54c)]?(0x0,p[_0x70cdd6(0x4fd)])(s[_0x70cdd6(0x5c4)],{}):_0xcfd156===n[_0x70cdd6(0x6de)][_0x70cdd6(0x4e7)]?(0x0,p['jsx'])(s[_0x70cdd6(0x432)],{}):(0x0,p[_0x70cdd6(0x4fd)])(s[_0x70cdd6(0x59b)],{});}function js(_0x35b415){return _0x35b415 instanceof HTMLElement&&!!_0x35b415['closest']('button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select');}function $(_0x4c4e03){const _0x57c643=_0x404806;_0x4c4e03[_0x57c643(0x235)](),js(_0x4c4e03[_0x57c643(0x2c2)])||_0x4c4e03['preventDefault']();}function Ms(_0x5973d3,_0xffc73c){const _0x3b0fa0=_0x404806;if(!(_0x5973d3 instanceof HTMLElement))return!0x1;let _0x5946d7=_0x5973d3[_0x3b0fa0(0x23f)](_0x3b0fa0(0x3d2));return(_0x5946d7==null?void 0x0:_0x5946d7[_0x3b0fa0(0x125)]('data-embed-id'))===_0xffc73c;}function Ns(_0x1ae93f,_0x36d961){const _0x219beb=_0x404806;let _0x5da80a=_0x1ae93f[_0x219beb(0x2c2)];Ms(_0x5da80a,_0x36d961)&&_0x1ae93f[_0x219beb(0xde)]();}function Ps(_0x9e3c97){const _0x51cb4f=_0x404806;let {embedId:_0x37af66,children:_0xb8acf3,onPointerDown:_0x9a9ac4}=_0x9e3c97;return(0x0,p['jsx'])(_0x51cb4f(0x14a),{'data-embed-id':_0x37af66,'data-embed-floating-menu-popup':_0x51cb4f(0x420),'className':_0x51cb4f(0x3ad),'onPointerDown':_0x9a9ac4,'onMouseDown':$,'children':_0xb8acf3});}function Fs(_0x251864){const _0xc0dc4b=_0x404806;let {children:_0x509eab}=_0x251864;return(0x0,p['jsx'])(_0xc0dc4b(0xef),{'className':'univer-flex\x20univer-items-center\x20univer-gap-1','children':_0x509eab});}function Is(_0x8845b0){const _0x207bbf=_0x404806;let {embedId:_0x422c1c,title:_0x4b4ef6,trigger:_0x32a57f,overlay:_0x49dd1c,disabled:_0x32939b,triggerClassName:_0x2de144,open:_0x257ecd,onOpenChange:_0x534818}=_0x8845b0;return(0x0,p['jsx'])(o[_0x207bbf(0x184)],{'disabled':_0x32939b,'align':_0x207bbf(0x60f),'sideOffset':0x6,'open':_0x257ecd,'onOpenChange':_0x534818,'onPointerDownOutside':_0xfb4d1=>Ns(_0xfb4d1,_0x422c1c),'onFocusOutside':_0xd1e9ab=>Ns(_0xd1e9ab,_0x422c1c),'onInteractOutside':_0x3998bb=>Ns(_0x3998bb,_0x422c1c),'overlay':(0x0,p[_0x207bbf(0x4fd)])('div',{'data-embed-id':_0x422c1c,'data-embed-floating-menu-popup':_0x207bbf(0x420),'onPointerDown':$,'onMouseDown':$,'children':_0x49dd1c}),'children':(0x0,p[_0x207bbf(0x4fd)])(Cs,{'title':_0x4b4ef6,'data-state':_0x257ecd?_0x207bbf(0x5ae):_0x207bbf(0x742),'disabled':_0x32939b,'className':_0x2de144,'children':_0x32a57f})});}function Ls(_0xc1a073){const _0x33d36d=_0x404806;let {children:_0x40dbb2}=_0xc1a073;return(0x0,p[_0x33d36d(0x4fd)])(_0x33d36d(0x14a),{'className':_0x33d36d(0x6be),'onPointerDown':$,'onMouseDown':$,'children':_0x40dbb2});}function Rs(_0x556018){const _0x5dbcad=_0x404806;let {children:_0x383139}=_0x556018;return(0x0,p[_0x5dbcad(0x4fd)])(_0x5dbcad(0x14a),{'className':_0x5dbcad(0x57b),'onPointerDown':$,'onMouseDown':$,'children':_0x383139});}function zs(_0x363c96){const _0x5e5c35=_0x404806;let {children:_0x33ba76,icon:_0x25f8d1,onClick:_0x58ffd6}=_0x363c96;return(0x0,p[_0x5e5c35(0x117)])(_0x5e5c35(0x47c),{'type':'button','className':_0x5e5c35(0x2d4),'onClick':_0x58ffd6,'children':[(0x0,p[_0x5e5c35(0x4fd)])('span',{'className':_0x5e5c35(0x6b8),'children':_0x25f8d1}),(0x0,p['jsx'])(_0x5e5c35(0x147),{'className':_0x5e5c35(0x41d),'children':_0x33ba76})]});}function Bs(_0x2d9bc8){const _0x2be40d=_0x404806;let {children:_0x259981,icon:_0x5ca4d5,active:_0x2e65a0,onClick:_0x1725c5}=_0x2d9bc8;return(0x0,p[_0x2be40d(0x117)])(_0x2be40d(0x47c),{'type':_0x2be40d(0x47c),'className':(0x0,o[_0x2be40d(0x40f)])(_0x2be40d(0x6ed),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x2e65a0}),'onClick':_0x1725c5,'children':[_0x5ca4d5,_0x259981]});}function Vs(_0x1529b2){const _0x564c2a=_0x404806;let {title:_0x1e6da5,active:_0x17844e,disabled:_0x5d23fd,children:_0x389c68,onClick:_0x43bcf6}=_0x1529b2;return(0x0,p[_0x564c2a(0x4fd)])(o[_0x564c2a(0xe7)],{'title':(0x0,a[_0x564c2a(0x343)])(n[_0x564c2a(0x63a)])['t'](_0x1e6da5),'placement':_0x564c2a(0x317),'children':(0x0,p[_0x564c2a(0x4fd)])(a[_0x564c2a(0x336)],{'className':_0x564c2a(0x6b4),'disabled':_0x5d23fd,'active':_0x17844e,'onClick':_0x43bcf6,'children':_0x389c68})});}function Hs(){return[...i['BORDER_LINE_CHILDREN']];}function Us(){const _0x2f685d=_0x404806;return[...a[_0x2f685d(0x4b7)]];}function Ws(_0x4b5a90){const _0x1ef705=_0x404806;return!_0x4b5a90||!(_0x1ef705(0x6e0)in _0x4b5a90)||!Array[_0x1ef705(0x206)](_0x4b5a90[_0x1ef705(0x6e0)])?[]:_0x4b5a90[_0x1ef705(0x6e0)];}function Gs(_0x9a9f81){const _0xc5e740=_0x404806;let {menuItem:_0x15de17,onClick:_0x486a1e}=_0x9a9f81,{hidden:_0x26f19a,disabled:_0x5ba4e5,value:_0x5413bb}=Ds(_0x15de17),_0x580dcb=(0x0,a['useDependency'])(n[_0xc5e740(0x63a)]);if(!_0x15de17||_0x26f19a)return null;let _0x16df23=_0x580dcb['t'](_0xc5e740(0x5a2));return(0x0,p[_0xc5e740(0x4fd)])(o[_0xc5e740(0xe7)],{'title':_0x16df23,'placement':_0xc5e740(0x317),'children':(0x0,p[_0xc5e740(0x117)])(Cs,{'title':_0x16df23,'disabled':_0x5ba4e5,'onClick':_0x486a1e,'children':[(0x0,p['jsx'])(s[_0xc5e740(0x445)],{}),(0x0,p[_0xc5e740(0x4fd)])(_0xc5e740(0x147),{'children':typeof _0x5413bb=='string'&&_0x5413bb?_0x5413bb:_0xc5e740(0x500)}),(0x0,p['jsx'])(s[_0xc5e740(0x1ee)],{})]})});}function Ks(_0x146566){const _0x5a721f=_0x404806;let {embedId:_0x3b52c3,menuItem:_0x38d9be,title:_0x1739ef,open:_0x36c657,onOpenChange:_0x3d943b,onSelect:_0x25cb6a}=_0x146566,{hidden:_0xe98330,disabled:_0x3a2b17,value:_0x236d04}=Ds(_0x38d9be);if(!_0x38d9be||_0xe98330)return null;let _0x52520c=typeof _0x236d04==_0x5a721f(0x6cd)&&_0x236d04?_0x236d04:_0x5a721f(0x274);return(0x0,p[_0x5a721f(0x4fd)])(Is,{'embedId':_0x3b52c3,'disabled':_0x3a2b17,'title':_0x1739ef,'open':_0x36c657,'onOpenChange':_0x3d943b,'trigger':(0x0,p[_0x5a721f(0x117)])(p[_0x5a721f(0x50f)],{'children':[(0x0,p['jsx'])(_0x5a721f(0x147),{'className':_0x5a721f(0xa5),'children':_0x52520c}),(0x0,p[_0x5a721f(0x4fd)])(s[_0x5a721f(0x1ee)],{})]}),'overlay':(0x0,p[_0x5a721f(0x4fd)])(_0x5a721f(0xef),{'className':_0x5a721f(0x1b9),'onPointerDown':$,'onMouseDown':$,'children':(0x0,p['jsx'])(a[_0x5a721f(0x65a)],{'value':_0x52520c,'onChange':_0x1c9a36=>{_0x25cb6a(_0x1c9a36),_0x3d943b(!0x1);}})})});}function qs(_0x487027){const _0x3c2dc3=_0x404806;let {embedId:_0x3141ef,menuItem:_0x4c1f68,title:_0x2fc3f8,open:_0x2cde05,onOpenChange:_0x4347cf,onSelect:_0x4d3d6c}=_0x487027,{hidden:_0x5c811d,disabled:_0x5e2280,value:_0x35aefc}=Ds(_0x4c1f68);if(!_0x4c1f68||_0x5c811d)return null;let _0x316d0c=typeof _0x35aefc==_0x3c2dc3(0x670)||typeof _0x35aefc=='string'?Number(_0x35aefc):0xb;return(0x0,p[_0x3c2dc3(0x4fd)])(Is,{'embedId':_0x3141ef,'disabled':_0x5e2280,'title':_0x2fc3f8,'open':_0x2cde05,'onOpenChange':_0x4347cf,'trigger':(0x0,p[_0x3c2dc3(0x117)])(p[_0x3c2dc3(0x50f)],{'children':[(0x0,p[_0x3c2dc3(0x4fd)])(_0x3c2dc3(0x147),{'className':'univer-min-w-6\x20univer-text-left','children':_0x316d0c}),(0x0,p[_0x3c2dc3(0x4fd)])(s['MoreDownIcon'],{})]}),'overlay':(0x0,p['jsx'])(_0x3c2dc3(0xef),{'className':'univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':$,'onMouseDown':$,'children':Us()[_0x3c2dc3(0x26b)](_0x34df93=>{const _0xb3cd9b=_0x3c2dc3;let _0x5d33c5=Number(_0x34df93[_0xb3cd9b(0x185)])===_0x316d0c;return(0x0,p['jsxs'])(_0xb3cd9b(0x47c),{'type':_0xb3cd9b(0x47c),'className':(0x0,o[_0xb3cd9b(0x40f)])('univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x5d33c5}),'onClick':()=>{const _0x116c55=_0xb3cd9b;_0x4d3d6c(String(_0x34df93[_0x116c55(0x185)])),_0x4347cf(!0x1);},'children':[(0x0,p[_0xb3cd9b(0x4fd)])('span',{'children':_0x34df93[_0xb3cd9b(0x4c5)]}),_0x5d33c5&&(0x0,p[_0xb3cd9b(0x4fd)])(s[_0xb3cd9b(0x72b)],{'className':_0xb3cd9b(0x1a0)})]},_0x34df93[_0xb3cd9b(0x185)]);})})});}function Js(_0x106676){const _0x289b5a=_0x404806;let {embedId:_0x453055,menuItem:_0x2333a2,open:_0x3a3a55,onOpenChange:_0x18c65c,execute:_0x1d0df6}=_0x106676,{hidden:_0x43190a,disabled:_0x30d6e7}=Ds(_0x2333a2);return!_0x2333a2||_0x43190a?null:(0x0,p[_0x289b5a(0x4fd)])(Is,{'embedId':_0x453055,'disabled':_0x30d6e7,'title':_0x289b5a(0x634),'triggerClassName':_0x289b5a(0x352),'open':_0x3a3a55,'onOpenChange':_0x18c65c,'trigger':(0x0,p['jsxs'])(p[_0x289b5a(0x50f)],{'children':[(0x0,p[_0x289b5a(0x4fd)])(s[_0x289b5a(0x550)],{}),(0x0,p[_0x289b5a(0x4fd)])(s[_0x289b5a(0x1ee)],{})]}),'overlay':(0x0,p['jsx'])(Ps,{'embedId':_0x453055,'onPointerDown':_0x39dd58=>_0x39dd58[_0x289b5a(0x235)](),'children':(0x0,p[_0x289b5a(0x117)])(Fs,{'children':[(0x0,p[_0x289b5a(0x4fd)])(Xs,{'item':_0x2333a2,'title':_0x289b5a(0x640),'onClick':()=>_0x1d0df6(_0x2333a2,{'value':n[_0x289b5a(0x297)][_0x289b5a(0x150)]}),'children':(0x0,p[_0x289b5a(0x4fd)])(s['LeftJustifyingIcon'],{})}),(0x0,p[_0x289b5a(0x4fd)])(Xs,{'item':_0x2333a2,'title':'embed-ui.sheetsFloating.align.center','onClick':()=>_0x1d0df6(_0x2333a2,{'value':n['HorizontalAlign']['CENTER']}),'children':(0x0,p[_0x289b5a(0x4fd)])(s[_0x289b5a(0x24f)],{})}),(0x0,p[_0x289b5a(0x4fd)])(Xs,{'item':_0x2333a2,'title':_0x289b5a(0x189),'onClick':()=>_0x1d0df6(_0x2333a2,{'value':n[_0x289b5a(0x297)][_0x289b5a(0x68f)]}),'children':(0x0,p[_0x289b5a(0x4fd)])(s['RightJustifyingIcon'],{})})]})})});}function Ys(_0x15da25){const _0x36d546=_0x404806;let {embedId:_0x4a7d47,menuItem:_0x54fea8,open:_0x45e584,onOpenChange:_0x4ccd60,execute:_0x495fb0}=_0x15da25,{hidden:_0x58e1a8,disabled:_0x103129}=Ds(_0x54fea8);return!_0x54fea8||_0x58e1a8?null:(0x0,p[_0x36d546(0x4fd)])(Is,{'embedId':_0x4a7d47,'disabled':_0x103129,'title':'embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x45e584,'onOpenChange':_0x4ccd60,'trigger':(0x0,p[_0x36d546(0x117)])(p[_0x36d546(0x50f)],{'children':[(0x0,p[_0x36d546(0x4fd)])(s[_0x36d546(0x20b)],{}),(0x0,p[_0x36d546(0x4fd)])(s[_0x36d546(0x1ee)],{})]}),'overlay':(0x0,p[_0x36d546(0x4fd)])(Ps,{'embedId':_0x4a7d47,'onPointerDown':_0x7052be=>_0x7052be[_0x36d546(0x235)](),'children':(0x0,p[_0x36d546(0x117)])(Fs,{'children':[(0x0,p[_0x36d546(0x4fd)])(Xs,{'item':_0x54fea8,'title':'embed-ui.sheetsFloating.align.top','onClick':()=>_0x495fb0(_0x54fea8,{'value':n[_0x36d546(0x215)][_0x36d546(0x53a)]}),'children':(0x0,p[_0x36d546(0x4fd)])(s[_0x36d546(0x736)],{})}),(0x0,p[_0x36d546(0x4fd)])(Xs,{'item':_0x54fea8,'title':_0x36d546(0x427),'onClick':()=>_0x495fb0(_0x54fea8,{'value':n[_0x36d546(0x215)][_0x36d546(0x4b5)]}),'children':(0x0,p['jsx'])(s[_0x36d546(0x20b)],{})}),(0x0,p[_0x36d546(0x4fd)])(Xs,{'item':_0x54fea8,'title':_0x36d546(0x154),'onClick':()=>_0x495fb0(_0x54fea8,{'value':n[_0x36d546(0x215)]['BOTTOM']}),'children':(0x0,p['jsx'])(s[_0x36d546(0x2e1)],{})})]})})});}function Xs(_0x3b1683){const _0x91623b=_0x404806;let {item:_0x1f9ac7,title:_0x431636,children:_0x26afb9,onClick:_0x422879}=_0x3b1683,{hidden:_0xf4773f,disabled:_0x235794,activated:_0x242b5b}=Ds(_0x1f9ac7);return!_0x1f9ac7||_0xf4773f?null:(0x0,p[_0x91623b(0x4fd)])(Vs,{'title':_0x431636,'disabled':_0x235794,'active':_0x242b5b,'onClick':_0x422879,'children':_0x26afb9});}function Zs(_0x4e63ae){const _0x1b7e15=_0x404806;let {embedId:_0x52c9de,menuItem:_0x15f1ee,title:_0x24bb99,icon:_0x4d631c,defaultColor:_0xe3c093,open:_0x3f37c5,onOpenChange:_0x46b4c9,onChange:_0x12fb53,onReset:_0x313e9e}=_0x4e63ae,_0x3f7719=(0x0,a[_0x1b7e15(0x343)])(n[_0x1b7e15(0x63a)]),{hidden:_0xb19caf,disabled:_0x35e943,value:_0x3234e3}=Ds(_0x15f1ee),[_0x2cabfa,_0x144cb6]=(0x0,c['useState'])(_0xe3c093);return!_0x15f1ee||_0xb19caf?null:(0x0,p[_0x1b7e15(0x4fd)])(o['Dropdown'],{'disabled':_0x35e943,'align':'start','sideOffset':0x6,'open':_0x3f37c5,'onOpenChange':_0x46b4c9,'onPointerDownOutside':_0x32320f=>Ns(_0x32320f,_0x52c9de),'onFocusOutside':_0xcf0aa0=>Ns(_0xcf0aa0,_0x52c9de),'onInteractOutside':_0x5cb05a=>Ns(_0x5cb05a,_0x52c9de),'overlay':(0x0,p['jsxs'])(_0x1b7e15(0xef),{'data-embed-id':_0x52c9de,'data-embed-floating-menu-popup':_0x1b7e15(0x420),'className':_0x1b7e15(0x393),'onPointerDown':$,'onMouseDown':$,'children':[(0x0,p['jsx'])(o[_0x1b7e15(0x178)],{'value':typeof _0x3234e3==_0x1b7e15(0x6cd)&&_0x3234e3?_0x3234e3:_0x2cabfa,'onChange':_0xffd89c=>{_0x144cb6(_0xffd89c),_0x12fb53(_0xffd89c);}}),(0x0,p[_0x1b7e15(0x4fd)])(o[_0x1b7e15(0x6f4)],{}),(0x0,p[_0x1b7e15(0x117)])(_0x1b7e15(0x47c),{'type':'button','className':_0x1b7e15(0x4f3),'onClick':()=>{_0x144cb6(_0xe3c093),_0x313e9e(),_0x46b4c9(!0x1);},'children':[(0x0,p[_0x1b7e15(0x4fd)])(s[_0x1b7e15(0x4bb)],{}),(0x0,p[_0x1b7e15(0x4fd)])('span',{'children':_0x3f7719['t'](_0x1b7e15(0x6d4))})]})]}),'children':(0x0,p['jsx'])(Cs,{'title':_0x24bb99,'disabled':_0x35e943,'children':_0x4d631c})});}function Qs(_0x230489){const _0x5de67a=_0x404806;let {embedId:_0x31e0d6,menuItem:_0x4c87d5,open:_0x3a7605,onOpenChange:_0x4b9421,onSelect:_0x575691}=_0x230489,_0x2241ad=(0x0,a[_0x5de67a(0x343)])(n[_0x5de67a(0x63a)]),_0x4ba74b=(0x0,a[_0x5de67a(0x343)])(a[_0x5de67a(0x604)]),{hidden:_0x5236d4,disabled:_0x4a47c4}=Ds(_0x4c87d5),[_0x531136,_0x18fbe5]=(0x0,c[_0x5de67a(0x6a1)])(n[_0x5de67a(0x49e)][_0x5de67a(0x4dd)]),[_0x2fbc67,_0x15b07f]=(0x0,c[_0x5de67a(0x6a1)])(n['BorderStyleTypes'][_0x5de67a(0x3ec)]),[_0x5f0430,_0x418dfc]=(0x0,c[_0x5de67a(0x6a1)])('#000000');if(!_0x4c87d5||_0x5236d4)return null;let _0x4c3646=(_0x3b5480=_0x531136,_0x2db260=_0x2fbc67,_0x14dd6d=_0x5f0430)=>{_0x18fbe5(_0x3b5480),_0x15b07f(_0x2db260),_0x418dfc(_0x14dd6d),_0x575691(_0x3b5480,_0x2db260,_0x14dd6d);},_0x1ae844=_0x3f1612=>{const _0x2188aa=_0x5de67a;var _0x529802;return((_0x529802=Hs()[_0x2188aa(0x18f)](_0x47f958=>_0x47f958[_0x2188aa(0x185)]===_0x3f1612))==null?void 0x0:_0x529802[_0x2188aa(0x70e)])??_0x2188aa(0x214);},_0x26c310=(_0x106c31,_0x53c670=_0x5de67a(0x57e))=>{const _0x4139a4=_0x5de67a;let _0x59532e=_0x4ba74b['get'](_0x106c31);return _0x59532e?(0x0,p[_0x4139a4(0x4fd)])(_0x59532e,{'className':_0x53c670}):(0x0,p['jsx'])(s[_0x4139a4(0x486)],{});};return(0x0,p[_0x5de67a(0x4fd)])(o['Dropdown'],{'disabled':_0x4a47c4,'align':_0x5de67a(0x60f),'sideOffset':0x6,'open':_0x3a7605,'onOpenChange':_0x4b9421,'onPointerDownOutside':_0x43cf3c=>Ns(_0x43cf3c,_0x31e0d6),'onFocusOutside':_0x503e5d=>Ns(_0x503e5d,_0x31e0d6),'onInteractOutside':_0x4e482d=>Ns(_0x4e482d,_0x31e0d6),'overlay':(0x0,p[_0x5de67a(0x117)])(Ps,{'embedId':_0x31e0d6,'onPointerDown':_0x499127=>_0x499127[_0x5de67a(0x235)](),'children':[(0x0,p['jsx'])(_0x5de67a(0xef),{'className':_0x5de67a(0x151),'children':Hs()[_0x5de67a(0x26b)](_0x2ff2fc=>(0x0,p['jsx'])(Vs,{'title':_0x2ff2fc[_0x5de67a(0x4c5)],'active':_0x531136===_0x2ff2fc['value'],'onClick':()=>_0x4c3646(_0x2ff2fc[_0x5de67a(0x185)]),'children':_0x26c310(_0x2ff2fc[_0x5de67a(0x70e)])},_0x2ff2fc[_0x5de67a(0x185)]))}),(0x0,p[_0x5de67a(0x4fd)])(o[_0x5de67a(0x6f4)],{}),(0x0,p[_0x5de67a(0x117)])(Fs,{'children':[(0x0,p[_0x5de67a(0x4fd)])(o[_0x5de67a(0x184)],{'align':_0x5de67a(0x60f),'sideOffset':0x6,'onPointerDownOutside':_0x52e6f8=>Ns(_0x52e6f8,_0x31e0d6),'onFocusOutside':_0xeb9ad0=>Ns(_0xeb9ad0,_0x31e0d6),'onInteractOutside':_0x116037=>Ns(_0x116037,_0x31e0d6),'overlay':(0x0,p[_0x5de67a(0x4fd)])(_0x5de67a(0xef),{'data-embed-id':_0x31e0d6,'data-embed-floating-menu-popup':_0x5de67a(0x420),'className':_0x5de67a(0x318),'onPointerDown':$,'onMouseDown':$,'children':(0x0,p['jsx'])(o['ColorPicker'],{'value':_0x5f0430,'onChange':_0x16409b=>_0x4c3646(_0x531136,_0x2fbc67,_0x16409b)})}),'children':(0x0,p[_0x5de67a(0x117)])(Vs,{'title':'embed-ui.sheetsFloating.borderLine.borderColor','active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,p[_0x5de67a(0x4fd)])(s[_0x5de67a(0x134)],{'extend':{'colorChannel1':_0x5f0430}}),(0x0,p[_0x5de67a(0x4fd)])(s[_0x5de67a(0x1ee)],{})]})}),(0x0,p[_0x5de67a(0x4fd)])(o[_0x5de67a(0x184)],{'align':_0x5de67a(0x60f),'sideOffset':0x6,'onPointerDownOutside':_0x817e92=>Ns(_0x817e92,_0x31e0d6),'onFocusOutside':_0x49be78=>Ns(_0x49be78,_0x31e0d6),'onInteractOutside':_0x4cc274=>Ns(_0x4cc274,_0x31e0d6),'overlay':(0x0,p[_0x5de67a(0x4fd)])(_0x5de67a(0xef),{'data-embed-id':_0x31e0d6,'data-embed-floating-menu-popup':'true','className':_0x5de67a(0x42e),'onPointerDown':$,'onMouseDown':$,'children':i[_0x5de67a(0x719)]['map'](_0x652bb9=>(0x0,p[_0x5de67a(0x4fd)])('button',{'type':_0x5de67a(0x47c),'className':(0x0,o[_0x5de67a(0x40f)])(_0x5de67a(0x54f),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x2fbc67===_0x652bb9[_0x5de67a(0x185)]}),'onClick':()=>_0x4c3646(_0x531136,_0x652bb9['value']),'children':(0x0,p[_0x5de67a(0x4fd)])(i[_0x5de67a(0x444)],{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x652bb9[_0x5de67a(0x185)]})},_0x652bb9[_0x5de67a(0x185)]))}),'children':(0x0,p[_0x5de67a(0x117)])(Vs,{'title':_0x5de67a(0x502),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,p[_0x5de67a(0x4fd)])(i['BorderLine'],{'className':_0x5de67a(0x2db),'type':_0x2fbc67}),(0x0,p[_0x5de67a(0x4fd)])(s[_0x5de67a(0x1ee)],{})]})})]})]}),'children':(0x0,p[_0x5de67a(0x4fd)])(ws,{'title':_0x2241ad['t'](_0x5de67a(0x258)),'disabled':_0x4a47c4,'open':_0x3a7605,'primary':_0x26c310(_0x1ae844(_0x531136),_0x5de67a(0x63c)),'onPrimaryClick':()=>{_0x4c3646(),_0x4b9421(!0x1);}})});}function $s(_0x3a439c){const _0x2897fc=_0x404806;let {embedId:_0x383f9c,menuItems:_0x5e13e3,open:_0x39eac4,onOpenChange:_0x51224a,execute:_0x40fe4e}=_0x3a439c,_0x441597=(0x0,a[_0x2897fc(0x343)])(n[_0x2897fc(0x63a)]),{hidden:_0x3d8d2c,disabled:_0x199e19}=Ds(_0x5e13e3==null?void 0x0:_0x5e13e3[_0x2897fc(0x4ca)]),_0x47478d=[];return[{'item':_0x5e13e3==null?void 0x0:_0x5e13e3[_0x2897fc(0x49c)],'icon':(0x0,p[_0x2897fc(0x4fd)])(s[_0x2897fc(0x566)],{})},{'item':_0x5e13e3==null?void 0x0:_0x5e13e3[_0x2897fc(0x257)],'icon':(0x0,p[_0x2897fc(0x4fd)])(s[_0x2897fc(0xa7)],{})},{'item':_0x5e13e3==null?void 0x0:_0x5e13e3['horizontal'],'icon':(0x0,p[_0x2897fc(0x4fd)])(s['HorizontalMergeIcon'],{})},{'item':_0x5e13e3==null?void 0x0:_0x5e13e3[_0x2897fc(0x642)],'icon':(0x0,p['jsx'])(s['CancelMergeIcon'],{})}][_0x2897fc(0x72e)](({item:_0x1238ee,icon:_0x401192})=>{const _0x1661e8=_0x2897fc;_0x1238ee&&_0x47478d[_0x1661e8(0x42f)]({'item':_0x1238ee,'icon':_0x401192});}),!(_0x5e13e3!=null&&_0x5e13e3[_0x2897fc(0x4ca)])||_0x3d8d2c||!_0x47478d['length']?null:(0x0,p[_0x2897fc(0x4fd)])(Is,{'embedId':_0x383f9c,'disabled':_0x199e19,'title':_0x2897fc(0x3d4),'triggerClassName':_0x2897fc(0x352),'open':_0x39eac4,'onOpenChange':_0x51224a,'trigger':(0x0,p[_0x2897fc(0x117)])(p[_0x2897fc(0x50f)],{'children':[(0x0,p[_0x2897fc(0x4fd)])(s['MergeAllIcon'],{}),(0x0,p[_0x2897fc(0x4fd)])(s[_0x2897fc(0x1ee)],{})]}),'overlay':(0x0,p[_0x2897fc(0x4fd)])(Rs,{'children':_0x47478d[_0x2897fc(0x26b)](({item:_0x2eabfe,icon:_0x4a9204})=>(0x0,p['jsx'])(zs,{'icon':_0x4a9204,'onClick':()=>{_0x40fe4e(_0x2eabfe),_0x51224a(!0x1);},'children':_0x441597['t'](Os(_0x2eabfe))},_0x2eabfe['id']))})});}function ec(_0x392a2e){const _0x163058=_0x404806;let {embedId:_0x1b6609,menuItem:_0x511456,open:_0x3be410,onOpenChange:_0x1e2f65,execute:_0x5896b1}=_0x392a2e,_0x507553=(0x0,a['useDependency'])(n[_0x163058(0x63a)]),{hidden:_0x2ac4f2,disabled:_0x12a0c3}=Ds(_0x511456);if(!_0x511456||_0x2ac4f2)return null;let _0x44f8f0=Ws(_0x511456),_0x6511e1=_0x44f8f0[_0x163058(0x5a7)]?_0x44f8f0[_0x163058(0x26b)](_0x41a843=>({'label':_0x507553['t'](ks(_0x41a843)),'icon':As(_0x41a843[_0x163058(0x185)]),'commandId':_0x41a843[_0x163058(0x51a)]??(_0x511456==null?void 0x0:_0x511456['commandId'])??(_0x511456==null?void 0x0:_0x511456['id'])??F[_0x163058(0x234)]['id'],'params':_0x41a843['params']??{'value':_0x41a843[_0x163058(0x185)]}})):[{'label':_0x507553['t'](_0x163058(0x658)),'icon':(0x0,p[_0x163058(0x4fd)])(s[_0x163058(0x5c4)],{}),'commandId':F[_0x163058(0x234)]['id'],'params':{'value':n[_0x163058(0x6de)][_0x163058(0x54c)]}},{'label':_0x507553['t'](_0x163058(0x494)),'icon':(0x0,p[_0x163058(0x4fd)])(s[_0x163058(0x59b)],{}),'commandId':F[_0x163058(0x234)]['id'],'params':{'value':n[_0x163058(0x6de)][_0x163058(0x1a7)]}},{'label':_0x507553['t'](_0x163058(0x322)),'icon':(0x0,p[_0x163058(0x4fd)])(s[_0x163058(0x432)],{}),'commandId':F['SetTextWrapCommand']['id'],'params':{'value':n[_0x163058(0x6de)]['WRAP']}}];return(0x0,p['jsx'])(Is,{'embedId':_0x1b6609,'disabled':_0x12a0c3,'title':_0x163058(0x3a5),'triggerClassName':_0x163058(0x352),'open':_0x3be410,'onOpenChange':_0x1e2f65,'trigger':(0x0,p[_0x163058(0x117)])(p[_0x163058(0x50f)],{'children':[(0x0,p['jsx'])(s[_0x163058(0x432)],{}),(0x0,p[_0x163058(0x4fd)])(s[_0x163058(0x1ee)],{})]}),'overlay':(0x0,p[_0x163058(0x4fd)])(Ls,{'children':_0x6511e1['map'](_0xc8b0db=>{const _0x1b918f=_0x163058;var _0x35a876;return(0x0,p['jsx'])(Bs,{'icon':_0xc8b0db[_0x1b918f(0x70e)],'onClick':()=>{const _0x43a365=_0x1b918f;_0x5896b1(_0xc8b0db[_0x43a365(0x51a)],_0xc8b0db[_0x43a365(0x48c)]),_0x1e2f65(!0x1);},'children':_0xc8b0db[_0x1b918f(0x4c5)]},_0xc8b0db[_0x1b918f(0x51a)]+'-'+String(((_0x35a876=_0xc8b0db[_0x1b918f(0x48c)])==null?void 0x0:_0x35a876[_0x1b918f(0x185)])??_0xc8b0db['label']));})})});}const tc={'formatPainter':i[_0x404806(0x245)]['id'],'numberFormat':_0x404806(0x167),'fontFamily':i[_0x404806(0x450)]['id'],'fontSize':i[_0x404806(0x6d7)]['id'],'bold':i[_0x404806(0x6d9)]['id'],'textColor':i[_0x404806(0x2b1)]['id'],'backgroundColor':F[_0x404806(0x5a8)]['id'],'borderComposite':F[_0x404806(0x3c3)]['id'],'horizontalAlign':F[_0x404806(0x350)]['id'],'verticalAlign':F[_0x404806(0x434)]['id'],'wrap':F[_0x404806(0x234)]['id'],'filter':_0x404806(0x285)},nc={'root':F[_0x404806(0x5a6)]['id'],'all':F[_0x404806(0x68d)]['id'],'vertical':F[_0x404806(0x422)]['id'],'horizontal':F[_0x404806(0x5e1)]['id'],'unmerge':F[_0x404806(0x1a5)]['id']};function rc(_0x2c0749){const _0xd8cf86=_0x404806;let _0x3ca3da={},_0x33ac8f=_0x11aa74=>{const _0x397788=_0x159c;let _0x5c5e7c=_0x2c0749[_0x397788(0x18f)](_0x3b6458=>{const _0x46456a=_0x397788;let _0x16d131=_0x3b6458['item'];return _0x3b6458[_0x46456a(0x6fa)]===_0x11aa74||(_0x16d131==null?void 0x0:_0x16d131['id'])===_0x11aa74||(_0x16d131==null?void 0x0:_0x16d131['commandId'])===_0x11aa74;});return _0x5c5e7c==null?void 0x0:_0x5c5e7c['item'];};Object[_0xd8cf86(0x48a)](tc)[_0xd8cf86(0x72e)](_0x393227=>{_0x3ca3da[_0x393227]=_0x33ac8f(tc[_0x393227]);});let _0x36d668=Object[_0xd8cf86(0xaf)](nc)[_0xd8cf86(0x207)]((_0x43220a,[_0x2054b2,_0x4ac5f6])=>{let _0x89ecde=_0x33ac8f(_0x4ac5f6);return _0x89ecde&&(_0x43220a[_0x2054b2]=_0x89ecde),_0x43220a;},{});return sc(_0x36d668)&&(_0x3ca3da[_0xd8cf86(0x252)]=_0x36d668),_0x3ca3da[_0xd8cf86(0x103)]=!0x0,_0x3ca3da;}const ic=[{'items':[_0x404806(0x3b6)]},{'dividerBefore':_0x404806(0x15a),'items':[_0x404806(0x28f)]},{'dividerBefore':'divider-format','items':[_0x404806(0x4e4),_0x404806(0x3c1),'bold']},{'dividerBefore':_0x404806(0x17d),'items':[_0x404806(0x17f),_0x404806(0x4d4),_0x404806(0x33b)]},{'dividerBefore':_0x404806(0x3e0),'items':['merge',_0x404806(0x10d),_0x404806(0x284),_0x404806(0xe2)]},{'dividerBefore':_0x404806(0x193),'items':[_0x404806(0x3d1)]},{'dividerBefore':_0x404806(0x290),'items':['deleteBlock']}];function ac(_0x5a56e5){let _0x34c98a=[];return ic['forEach'](_0x1fc36c=>{const _0x27a494=_0x159c;let _0x4de210=_0x1fc36c[_0x27a494(0xd8)][_0x27a494(0x3d1)](_0x267305=>oc(_0x5a56e5,_0x267305))['map'](_0x31e232=>({'id':_0x31e232,'type':_0x31e232===_0x27a494(0x3b6)||_0x31e232===_0x27a494(0x513)||_0x31e232==='filter'||_0x31e232===_0x27a494(0x103)?_0x27a494(0x47c):'dropdown'}));_0x4de210['length']&&(_0x34c98a['length']&&_0x1fc36c['dividerBefore']&&_0x34c98a[_0x27a494(0x42f)]({'id':_0x1fc36c['dividerBefore'],'type':_0x27a494(0x18b)}),_0x34c98a[_0x27a494(0x42f)](..._0x4de210));}),_0x34c98a;}function oc(_0x155f9a,_0x348707){return!!_0x155f9a[_0x348707];}function sc(_0x4f511e){const _0x1a5e7f=_0x404806;return Object[_0x1a5e7f(0x4c9)](_0x4f511e)[_0x1a5e7f(0x5c0)](Boolean);}function cc(_0x3b9fee,_0x1d0de4){const _0x130b38=_0x404806;if(_0x3b9fee)return{'commandId':_0x3b9fee[_0x130b38(0x51a)]??_0x3b9fee['id'],'params':_0x1d0de4??(typeof _0x3b9fee[_0x130b38(0x48c)]=='function'?_0x3b9fee['params']():_0x3b9fee[_0x130b38(0x48c)])};}function lc(){const _0x7505b5=_0x404806;return Ba({'childType':n[_0x7505b5(0x536)][_0x7505b5(0x534)],'mount':uc});}function uc(_0x478a6e){const _0x3fadbe=_0x404806;let {root:_0x206d2b,menu:_0x3dceb1}=za(_0x478a6e),_0xb289ae=gt(_0x3dceb1);return _0xb289ae['render']((0x0,c[_0x3fadbe(0x2ee)])(st,{'injector':_0x478a6e[_0x3fadbe(0x5c6)][_0x3fadbe(0x697)],'mountContainer':_0x206d2b,'embedId':_0x478a6e[_0x3fadbe(0x46d)]},(0x0,c[_0x3fadbe(0x2ee)])(fc,{'hostUnitId':_0x478a6e[_0x3fadbe(0x1d1)],'embedId':_0x478a6e[_0x3fadbe(0x46d)],'childUnitId':_0x478a6e[_0x3fadbe(0x106)],'entry':_0x478a6e[_0x3fadbe(0x41a)][_0x3fadbe(0x3fd)],'fullscreen':!!_0x478a6e[_0x3fadbe(0x30d)][_0x3fadbe(0x4aa)],'usesDomFloatingStage':dc(_0x478a6e[_0x3fadbe(0x41a)][_0x3fadbe(0x3fd)]),'renderScopeActive$':_0x478a6e[_0x3fadbe(0x30d)]['active$']}))),(0x0,n[_0x3fadbe(0x6e6)])(()=>{const _0x1532a0=_0x3fadbe;_t(_0xb289ae),globalThis[_0x1532a0(0x661)](()=>_0x3dceb1[_0x1532a0(0x2d1)](),0x0);});}function dc(_0x3b3aac){return!0x0;}function fc(_0x29eaf0){const _0x133a8b=_0x404806;let {hostUnitId:_0x3e8276,embedId:_0x30fc2f,childUnitId:_0x286566,entry:_0x59b275,fullscreen:_0x3dbe32,usesDomFloatingStage:_0x48756b,renderScopeActive$:_0x498b7f}=_0x29eaf0,_0x14d827=(0x0,a['useDependency'])(n['LocaleService']),_0x1ba744=(0x0,a[_0x133a8b(0x343)])(n[_0x133a8b(0x3b0)]),_0xb3de2b=(0x0,a[_0x133a8b(0x343)])(n[_0x133a8b(0x746)]),_0x4d072e=(0x0,a['useDependency'])(a[_0x133a8b(0x112)]),_0x26bb87=(0x0,a[_0x133a8b(0x343)])(F[_0x133a8b(0x326)]),_0x1ed247=(0x0,a['useDependency'])(U),_0x3745a1=hn({'embedId':_0x30fc2f,'active':(0x0,a[_0x133a8b(0x261)])(()=>_0x1ed247[_0x133a8b(0x11f)],_0x1ed247[_0x133a8b(0x4ff)](),!0x1,[_0x1ed247]),'fullscreen':_0x3dbe32,'usesDomFloatingStage':_0x48756b,'renderScopeActive':(0x0,a[_0x133a8b(0x261)])(()=>_0x498b7f,!0x1,!0x1,[_0x498b7f])})===_0x133a8b(0x6c6),[_0x39c2db,_0x1d2e24]=(0x0,c[_0x133a8b(0x6a1)])(null),_0x163270=_0x56b443=>({'open':_0x39c2db===_0x56b443,'onOpenChange':_0x7cb3ca=>_0x1d2e24(_0x7cb3ca?_0x56b443:null)});(0x0,c[_0x133a8b(0x6fd)])(()=>{const _0x4ecbd1=_0x133a8b;if(!_0x39c2db)return;let _0x544fe5=_0x1bb6c3=>{const _0x60e455=_0x159c;Ms(_0x1bb6c3[_0x60e455(0x2c2)],_0x30fc2f)||_0x1d2e24(null);};return document[_0x4ecbd1(0x31b)](_0x4ecbd1(0x263),_0x544fe5,!0x0),()=>{const _0x38c060=_0x4ecbd1;document['removeEventListener'](_0x38c060(0x263),_0x544fe5,!0x0);};},[_0x30fc2f,_0x39c2db]);let _0x2b1d9f=(0x0,a[_0x133a8b(0x261)])(()=>_0x4d072e[_0x133a8b(0x54d)][_0x133a8b(0x311)]((0x0,l[_0x133a8b(0x26b)])(()=>rc(_0x4d072e[_0x133a8b(0x605)](a['MenuManagerPosition']['RIBBON'])))),rc(_0x4d072e[_0x133a8b(0x605)](a[_0x133a8b(0x20e)][_0x133a8b(0x5bc)])),!0x1,[_0x4d072e]),_0x4ad2d2=(0x0,c[_0x133a8b(0x720)])(()=>new Set(ac(_0x2b1d9f)[_0x133a8b(0x26b)](_0x3139ba=>_0x3139ba['id'])),[_0x2b1d9f]),_0x478948=()=>{const _0x16a04c=_0x133a8b;_0x1ed247['activate']({'hostUnitId':_0x3e8276,'embedId':_0x30fc2f,'childUnitId':_0x286566},'stage2'),_0xb3de2b[_0x16a04c(0x2df)](_0x286566);},_0x1eda42=async(_0x1d5f4d,_0x51faf9)=>{_0x478948(),await _0x1ba744['executeCommand'](_0x1d5f4d,_0x51faf9);},_0x3613e8=async(_0x5864c4,_0x5a2be9)=>{let _0x279d8d=cc(_0x5864c4,_0x5a2be9);_0x279d8d&&await _0x1eda42(_0x279d8d['commandId'],_0x279d8d['params']);},_0x4e9a32=()=>{const _0x155342=_0x133a8b;let _0x295d71=_0xb3de2b[_0x155342(0x330)](_0x286566,n['UniverInstanceType'][_0x155342(0x534)]),_0x3ee1c2=_0x295d71==null?void 0x0:_0x295d71[_0x155342(0x1c3)]();return!_0x295d71||!_0x3ee1c2?null:{'workbook':_0x295d71,'worksheet':_0x3ee1c2,'unitId':_0x295d71[_0x155342(0x275)](),'subUnitId':_0x3ee1c2[_0x155342(0x365)]()};},_0x4819ae=()=>{const _0x2f17cd=_0x133a8b;var _0x3833e6;return((_0x3833e6=_0x26bb87[_0x2f17cd(0x138)]())==null?void 0x0:_0x3833e6['map'](_0xb9ec8e=>_0xb9ec8e[_0x2f17cd(0x70a)]))??[];},_0x5ee186=async(_0x48426d,_0x2e6d30,_0x267013=n[_0x133a8b(0x4e3)]['THIN'],_0x4d34f7=_0x133a8b(0x11b))=>{const _0x37e229=_0x133a8b;let _0x292db9=_0x4e9a32(),_0x55928a=_0x4819ae();!_0x292db9||!_0x55928a[_0x37e229(0x5a7)]||await _0x3613e8(_0x48426d,{'unitId':_0x292db9[_0x37e229(0x16f)],'subUnitId':_0x292db9[_0x37e229(0x578)],'ranges':_0x55928a,'value':{'type':_0x2e6d30,'color':_0x4d34f7,'style':_0x267013,'activeBorderType':!0x0}});},_0x47a8c7=async()=>{const _0x1e0f7e=_0x133a8b;await _0x1ba744[_0x1e0f7e(0x29f)](e['RemoveEmbedCommand']['id'],{'hostUnitId':_0x3e8276,'embedId':_0x30fc2f});};return(0x0,p[_0x133a8b(0x117)])(_0x133a8b(0xef),{'className':(0x0,o['clsx'])(_0x133a8b(0x300),{'univer-hidden':!_0x3745a1,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x3dbe32,'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':!_0x3dbe32,'-univer-top-9':!_0x3dbe32&&_0x59b275!==_0x133a8b(0x43e),'-univer-top-[52px]':!_0x3dbe32&&_0x59b275===_0x133a8b(0x43e)}),'data-u-comp':_0x133a8b(0x667),'data-embed-floating-menu':_0x133a8b(0x420),'data-embed-id':_0x30fc2f,'data-embed-float-stage':_0x3745a1?'stage2':_0x133a8b(0x169),'onPointerDown':_0x56ce24=>_0x56ce24['stopPropagation'](),'onMouseDown':$,'children':[_0x4ad2d2[_0x133a8b(0x287)]('formatPainter')&&(0x0,p[_0x133a8b(0x4fd)])(Es,{'item':_0x2b1d9f[_0x133a8b(0x3b6)],'title':_0x133a8b(0x288),'onClick':async()=>_0x3613e8(_0x2b1d9f[_0x133a8b(0x3b6)]),'children':(0x0,p[_0x133a8b(0x4fd)])(s[_0x133a8b(0x744)],{})}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x15a))&&(0x0,p[_0x133a8b(0x4fd)])(o[_0x133a8b(0x6f4)],{'orientation':_0x133a8b(0x257)}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x28f))&&(0x0,p[_0x133a8b(0x4fd)])(Gs,{'menuItem':_0x2b1d9f['numberFormat'],'onClick':async()=>_0x3613e8(_0x2b1d9f[_0x133a8b(0x28f)])}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x55c))&&(0x0,p['jsx'])(o[_0x133a8b(0x6f4)],{'orientation':_0x133a8b(0x257)}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x4e4))&&(0x0,p[_0x133a8b(0x4fd)])(Ks,{'embedId':_0x30fc2f,'menuItem':_0x2b1d9f[_0x133a8b(0x4e4)],'title':_0x133a8b(0x231),..._0x163270('fontFamily'),'onSelect':async _0x1db646=>_0x3613e8(_0x2b1d9f[_0x133a8b(0x4e4)],{'value':_0x1db646})}),_0x4ad2d2[_0x133a8b(0x287)]('fontSize')&&(0x0,p['jsx'])(qs,{'embedId':_0x30fc2f,'menuItem':_0x2b1d9f['fontSize'],'title':_0x133a8b(0x10a),..._0x163270('fontSize'),'onSelect':async _0x34d271=>_0x3613e8(_0x2b1d9f['fontSize'],{'value':Number(_0x34d271)})}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x513))&&(0x0,p[_0x133a8b(0x4fd)])(Es,{'item':_0x2b1d9f[_0x133a8b(0x513)],'title':_0x133a8b(0xb7),'onClick':async()=>_0x3613e8(_0x2b1d9f['bold']),'children':(0x0,p[_0x133a8b(0x4fd)])(s[_0x133a8b(0x4b9)],{})}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x17d))&&(0x0,p[_0x133a8b(0x4fd)])(o[_0x133a8b(0x6f4)],{'orientation':_0x133a8b(0x257)}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x17f))&&(0x0,p[_0x133a8b(0x4fd)])(Zs,{'embedId':_0x30fc2f,'menuItem':_0x2b1d9f['textColor'],'title':_0x133a8b(0x6f5),'icon':(0x0,p[_0x133a8b(0x4fd)])(s[_0x133a8b(0xd5)],{'className':_0x133a8b(0x57e)}),'defaultColor':'#111827',..._0x163270(_0x133a8b(0x17f)),'onChange':async _0x9eb775=>_0x3613e8(_0x2b1d9f['textColor'],{'value':_0x9eb775}),'onReset':async()=>_0x1eda42(i['ResetRangeTextColorCommand']['id'])}),_0x4ad2d2[_0x133a8b(0x287)]('backgroundColor')&&(0x0,p['jsx'])(Zs,{'embedId':_0x30fc2f,'menuItem':_0x2b1d9f[_0x133a8b(0x4d4)],'title':_0x133a8b(0x594),'icon':(0x0,p[_0x133a8b(0x4fd)])(s[_0x133a8b(0x134)],{'className':_0x133a8b(0x57e)}),'defaultColor':'#ffffff',..._0x163270(_0x133a8b(0x4d4)),'onChange':async _0x56c6e6=>_0x3613e8(_0x2b1d9f[_0x133a8b(0x4d4)],{'value':_0x56c6e6}),'onReset':async()=>_0x1eda42(F[_0x133a8b(0x735)]['id'])}),_0x4ad2d2['has'](_0x133a8b(0x33b))&&(0x0,p[_0x133a8b(0x4fd)])(Qs,{'embedId':_0x30fc2f,'menuItem':_0x2b1d9f[_0x133a8b(0x33b)],..._0x163270(_0x133a8b(0x33b)),'onSelect':async(_0x1aab49,_0x460801,_0x5751f2)=>_0x5ee186(_0x2b1d9f[_0x133a8b(0x33b)],_0x1aab49,_0x460801,_0x5751f2)}),_0x4ad2d2[_0x133a8b(0x287)]('divider-border')&&(0x0,p[_0x133a8b(0x4fd)])(o['Separator'],{'orientation':_0x133a8b(0x257)}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x252))&&(0x0,p[_0x133a8b(0x4fd)])($s,{'embedId':_0x30fc2f,'menuItems':_0x2b1d9f[_0x133a8b(0x252)],..._0x163270(_0x133a8b(0x252)),'execute':_0x3613e8}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x10d))&&(0x0,p['jsx'])(Js,{'embedId':_0x30fc2f,'menuItem':_0x2b1d9f[_0x133a8b(0x10d)],..._0x163270(_0x133a8b(0x10d)),'execute':_0x3613e8}),_0x4ad2d2['has'](_0x133a8b(0x284))&&(0x0,p[_0x133a8b(0x4fd)])(Ys,{'embedId':_0x30fc2f,'menuItem':_0x2b1d9f[_0x133a8b(0x284)],..._0x163270('verticalAlign'),'execute':_0x3613e8}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0xe2))&&(0x0,p[_0x133a8b(0x4fd)])(ec,{'embedId':_0x30fc2f,'menuItem':_0x2b1d9f[_0x133a8b(0xe2)],..._0x163270(_0x133a8b(0xe2)),'execute':_0x1eda42}),_0x4ad2d2['has'](_0x133a8b(0x193))&&(0x0,p[_0x133a8b(0x4fd)])(o[_0x133a8b(0x6f4)],{'orientation':'vertical'}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x3d1))&&(0x0,p['jsx'])(Es,{'item':_0x2b1d9f[_0x133a8b(0x3d1)],'title':_0x133a8b(0x497),'onClick':async()=>_0x3613e8(_0x2b1d9f['filter']),'children':(0x0,p['jsx'])(s['FilterIcon'],{})}),_0x4ad2d2['has']('divider-block')&&(0x0,p[_0x133a8b(0x4fd)])(o[_0x133a8b(0x6f4)],{'orientation':_0x133a8b(0x257)}),_0x4ad2d2[_0x133a8b(0x287)](_0x133a8b(0x103))&&(0x0,p['jsx'])(Ts,{'title':_0x14d827['t'](_0x133a8b(0x27c)),'className':_0x133a8b(0x713),'onClick':_0x47a8c7,'children':(0x0,p[_0x133a8b(0x4fd)])(s[_0x133a8b(0x436)],{})})]});}const pc=new WeakMap(),mc=new WeakSet();function hc(_0x262669){const _0x3cc1fc=_0x404806;Bi(_0x262669,_0x3cc1fc(0x571),gc);}function gc(_0x1e9da9){const _0x3c0241=_0x404806;let _0x1e56c0=_0x1e9da9[_0x3c0241(0x35f)](Ze),_0x48a884=_0x1e9da9[_0x3c0241(0x35f)](Ye),_0x3bb96b=_0x1e9da9[_0x3c0241(0x35f)](H),_0x29eea0=_0x1e9da9['get'](Xe),_0x195bfc=_0x1e9da9[_0x3c0241(0x35f)](Kn),_0x29a3f7=_0x1e9da9[_0x3c0241(0x35f)](Ci),_0xf651aa=_0x1e9da9[_0x3c0241(0x35f)](tr);ps(_0x1e9da9),_0x1e9da9[_0x3c0241(0x287)](i[_0x3c0241(0x268)])||_0x1e9da9[_0x3c0241(0x1ab)]([i[_0x3c0241(0x268)],{'useFactory':()=>_0x1e9da9[_0x3c0241(0x35f)](ae)}]),_0x1e9da9[_0x3c0241(0x287)](i['ISheetEmbedRuntimeService'])||_0x1e9da9[_0x3c0241(0x1ab)]([i[_0x3c0241(0x3a7)],{'useFactory':()=>_c({'embedModelService':_0x1e9da9[_0x3c0241(0x35f)](e['EmbedModelService']),'mountService':_0x1e9da9[_0x3c0241(0x35f)](rt),'activationService':_0x1e9da9['get'](ot),'restoreService':_0x1e9da9[_0x3c0241(0x35f)](Jn)})}]),[cs(),ls()][_0x3c0241(0x72e)](_0x2c32bf=>{const _0x2f1e9d=_0x3c0241;_0x1e56c0[_0x2f1e9d(0x35f)](_0x2c32bf['hostType'],_0x2c32bf[_0x2f1e9d(0x3fd)])||_0x1e56c0[_0x2f1e9d(0x2c0)](_0x2c32bf);});let _0x2dec8b=hs(_0x1e9da9[_0x3c0241(0x35f)](n[_0x3c0241(0x3b0)]));_0x48a884['get'](_0x2dec8b[_0x3c0241(0x34e)])||_0x48a884[_0x3c0241(0x2c0)](_0x2dec8b);let _0x343e3e=ms();_0x3bb96b[_0x3c0241(0x35f)](_0x343e3e[_0x3c0241(0x34e)])||_0x3bb96b[_0x3c0241(0x2c0)](_0x343e3e),lc()[_0x3c0241(0x72e)](_0xa4ff93=>{const _0x25447c=_0x3c0241;_0x29eea0[_0x25447c(0x35f)](_0xa4ff93[_0x25447c(0x646)],_0xa4ff93[_0x25447c(0x3fd)],_0xa4ff93[_0x25447c(0x34e)])||_0x29eea0['register'](_0xa4ff93);}),_0x195bfc[_0x3c0241(0x161)](Ni(_0x1e9da9,{'childType':n[_0x3c0241(0x536)][_0x3c0241(0x534)],'renderManagerService':f[_0x3c0241(0x1f0)]})),_0x29a3f7[_0x3c0241(0x35f)](n['UniverInstanceType']['UNIVER_SHEET'])||_0x29a3f7[_0x3c0241(0x2c0)]($o()),_0xf651aa[_0x3c0241(0x35f)](n['UniverInstanceType'][_0x3c0241(0x534)])||_0xf651aa[_0x3c0241(0x2c0)](fs(_0x1e9da9)),Sc({'injector':_0x1e9da9,'previewService':_0x195bfc});}function _c(_0x3280d2){return{'mountSheetTab':({hostUnitId:_0xb6f3c8,hostAnchorId:_0x3ed618,embedId:_0x2d8635})=>{const _0x27eb36=_0x159c;let _0x1dfd18=_0x3280d2[_0x27eb36(0x34c)][_0x27eb36(0x616)](_0xb6f3c8,_0x2d8635);if(!_0x1dfd18||_0x1dfd18[_0x27eb36(0x375)]!==_0x3ed618)return;let _0x377da8=!0x1,_0x27530d=!0x1,_0x135691;return _0x3280d2[_0x27eb36(0x628)]['materializeDescriptor']({'descriptor':_0x1dfd18})[_0x27eb36(0x136)](_0x23276b=>{const _0x5daacb=_0x27eb36;_0x377da8||(_0x135691==null||_0x135691['remove'](),_0x135691=void 0x0,_0x3280d2[_0x5daacb(0x2eb)][_0x5daacb(0x66d)](_0x23276b),_0x3280d2[_0x5daacb(0x5be)]['activateTab'](_0x23276b),_0x27530d=!0x0);})[_0x27eb36(0xcb)](_0x47465e=>{_0x377da8||(_0x135691=vc(_0x3ed618,_0x47465e));}),(0x0,n[_0x27eb36(0x6e6)])(()=>{const _0x43df15=_0x27eb36;_0x377da8=!0x0,_0x135691==null||_0x135691[_0x43df15(0x2d1)](),_0x27530d&&_0x3280d2[_0x43df15(0x2eb)][_0x43df15(0x660)](_0x2d8635),_0x3280d2[_0x43df15(0x5be)][_0x43df15(0x12c)](_0x2d8635);});},'clearTab':_0x536d76=>{const _0x23b8df=_0x159c;_0x3280d2[_0x23b8df(0x5be)][_0x23b8df(0x12c)](_0x536d76);}};}function vc(_0x3b69d2,_0x7966db){const _0x50a4cd=_0x404806;let _0x27a95a=yc(_0x3b69d2);if(!_0x27a95a)return;let _0x2b9b74=document['createElement'](_0x50a4cd(0xef));return _0x2b9b74['dataset'][_0x50a4cd(0x4a5)]='true',_0x2b9b74[_0x50a4cd(0x1c2)][_0x50a4cd(0x5b3)]=_0x50a4cd(0x1db),_0x2b9b74[_0x50a4cd(0x1c2)][_0x50a4cd(0x356)]=_0x50a4cd(0x4af),_0x2b9b74[_0x50a4cd(0x1c2)][_0x50a4cd(0x3c1)]=_0x50a4cd(0x159),_0x2b9b74['textContent']=_0x7966db instanceof Error&&_0x7966db[_0x50a4cd(0x6cb)]?_0x7966db[_0x50a4cd(0x6cb)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x27a95a[_0x50a4cd(0x588)](_0x2b9b74),_0x2b9b74;}function yc(_0x8cec50){const _0x556a1f=_0x404806;return document['querySelector'](_0x556a1f(0x62b)+bc(_0x8cec50)+'\x22]');}function bc(_0x4bed54){const _0x5a3636=_0x404806;return _0x4bed54[_0x5a3636(0x266)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function xc(_0x2d82d2){const _0x1f1a74=_0x404806;let _0x2a9dfa=new l['Subscription'](),_0x2f1a69=0x0,_0x4e84ae;if(_0x2a9dfa['add'](_0x2d82d2[_0x1f1a74(0x176)][_0x1f1a74(0x24b)][_0x1f1a74(0x3db)](_0x3f3f33=>{const _0x314861=_0x1f1a74;if(typeof _0x3f3f33[_0x314861(0x733)]!=_0x314861(0x6cd))return;let _0x143762=_0x2d82d2[_0x314861(0x34c)][_0x314861(0x6a7)](_0x3f3f33[_0x314861(0x106)])[_0x314861(0x18f)](_0x21be88=>_0x21be88[_0x314861(0x46d)]===_0x3f3f33[_0x314861(0x46d)]&&_0x21be88[_0x314861(0x3fd)]==='sheets-floating-object');_0x143762!=null&&_0x143762[_0x314861(0x375)]&&_0x2d82d2[_0x314861(0x4c8)][_0x314861(0x19d)]({'id':_0x143762[_0x314861(0x375)],'image':_0x3f3f33['image'],'updatedAt':_0x3f3f33[_0x314861(0x1d7)]});})),!_0x2d82d2['canvasFloatDomPreviewService'][_0x1f1a74(0x541)])return _0x2a9dfa;let _0x3d7b30=()=>{_0x4e84ae||_0x2f1a69>=0xf0||(_0x4e84ae=globalThis['setTimeout'](()=>{_0x4e84ae=void 0x0,_0x2f1a69+=0x1,_0x5cb924();},0xfa));},_0x2fb6e3=_0x222dcc=>{const _0x54a9b2=_0x1f1a74;let _0x2bbad7=_0x222dcc[_0x54a9b2(0x59a)];if(!_0x2bbad7||typeof _0x2bbad7!=_0x54a9b2(0x586))return!0x0;let _0x1ea680=Tc(_0x2bbad7,'embedId'),_0x4723bc=Tc(_0x2bbad7,'hostUnitId');if(!_0x1ea680||!_0x4723bc)return!0x0;let _0x3739dd=_0x2d82d2[_0x54a9b2(0x34c)]['getDescriptor'](_0x4723bc,_0x1ea680);return!_0x3739dd||_0x3739dd[_0x54a9b2(0x3fd)]!==_0x54a9b2(0x615)||!_0x3739dd['childUnitId']||_0x3739dd[_0x54a9b2(0x34e)]==null?!0x1:(_0x2d82d2[_0x54a9b2(0x176)][_0x54a9b2(0x52a)]({'descriptor':_0x3739dd,'childUnitId':_0x3739dd[_0x54a9b2(0x106)],'childType':_0x3739dd['childType'],'width':_0x222dcc['width'],'height':_0x222dcc[_0x54a9b2(0x704)],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':_0x54a9b2(0x4ed)}),!0x0);},_0x5cb924=()=>{const _0x350a34=_0x1f1a74;var _0x10915b,_0x455558;let _0x3ed7cb=!0x1;(_0x10915b=(_0x455558=_0x2d82d2['canvasFloatDomPreviewService'])['getPendingRequests'])==null||_0x10915b[_0x350a34(0x538)](_0x455558)['forEach'](_0x54f692=>{_0x2fb6e3(_0x54f692)||(_0x3ed7cb=!0x0);}),_0x3ed7cb&&_0x3d7b30();};return _0x5cb924(),_0x2a9dfa[_0x1f1a74(0x1ab)](_0x2d82d2[_0x1f1a74(0x4c8)][_0x1f1a74(0x541)][_0x1f1a74(0x3db)](_0x400cb3=>{_0x2fb6e3(_0x400cb3)||_0x3d7b30();})),_0x2a9dfa[_0x1f1a74(0x1ab)](()=>{const _0x2a7ff9=_0x1f1a74;_0x4e84ae&&globalThis[_0x2a7ff9(0x45c)](_0x4e84ae);}),_0x2a9dfa;}function Sc(_0xe9378f){const _0x417321=_0x404806;let _0x4ca630=_0xe9378f['injector'],_0x5a44b6=pc[_0x417321(0x35f)](_0x4ca630);if(_0x5a44b6)return _0x5a44b6;let _0x419034=wc(_0xe9378f['injector']);if(_0x419034!==null){if(_0x419034){let _0x2d923b=xc({'previewService':_0xe9378f['previewService'],'embedModelService':_0x419034[_0x417321(0x34c)],'canvasFloatDomPreviewService':_0x419034[_0x417321(0x4c8)]});return pc[_0x417321(0x37d)](_0x4ca630,_0x2d923b),_0x2d923b;}_0xe9378f[_0x417321(0x653)]===!0x1||mc[_0x417321(0x287)](_0x4ca630)||(mc['add'](_0x4ca630),Cc(_0xe9378f,0x0));}}function Cc(_0x54012e,_0x30748f){const _0x4b4681=_0x404806;let _0x23ab32=_0x54012e[_0x4b4681(0x425)]??0xf0,_0xabcb48=_0x54012e[_0x4b4681(0x19c)]??0xfa,_0x20a0f3=_0x54012e[_0x4b4681(0x697)];globalThis[_0x4b4681(0x661)](()=>{const _0x4f9412=_0x4b4681;if(Sc({..._0x54012e,'retry':!0x1})||_0x30748f+0x1>=_0x23ab32){mc[_0x4f9412(0x4d8)](_0x20a0f3);return;}Cc(_0x54012e,_0x30748f+0x1);},_0xabcb48);}function wc(_0x36f84a){const _0x46323e=_0x404806;try{return!_0x36f84a[_0x46323e(0x287)](a[_0x46323e(0x5e7)])||!_0x36f84a['has'](e['EmbedModelService'])?void 0x0:{'embedModelService':_0x36f84a[_0x46323e(0x35f)](e[_0x46323e(0x4b8)]),'canvasFloatDomPreviewService':_0x36f84a['get'](a[_0x46323e(0x5e7)])};}catch{return null;}}function Tc(_0x4f0ae0,_0x405e48){let _0x4cf802=_0x4f0ae0[_0x405e48];return typeof _0x4cf802=='string'?_0x4cf802:void 0x0;}let Ec=class{constructor(_0x16cd3c){const _0x27bfe4=_0x404806;this[_0x27bfe4(0x6b5)]=_0x16cd3c,V(this,_0x27bfe4(0x388),new Map());}[_0x404806(0x5d5)](_0x22a3c1,_0x37df0d){const _0x4ff364=_0x404806;if(this[_0x4ff364(0x388)][_0x4ff364(0x287)](_0x22a3c1[_0x4ff364(0x46d)]))throw Error(_0x4ff364(0x509)+_0x22a3c1['embedId']);let _0x189470=this[_0x4ff364(0x6b5)]['getSession'](_0x22a3c1['embedId']),_0x39da79=_0x189470!=null&&_0x189470[_0x4ff364(0x53e)]?this[_0x4ff364(0x2d5)](_0x189470,_0x37df0d):this[_0x4ff364(0x347)](_0x22a3c1,_0x37df0d);return this[_0x4ff364(0x388)][_0x4ff364(0x37d)](_0x22a3c1[_0x4ff364(0x46d)],_0x39da79),{'session':_0x39da79[_0x4ff364(0x4e6)],'ownsSession':_0x39da79[_0x4ff364(0x3d0)],'dispose':()=>{const _0x3dd7bf=_0x4ff364;this[_0x3dd7bf(0x388)]['get'](_0x22a3c1[_0x3dd7bf(0x46d)])===_0x39da79&&(this[_0x3dd7bf(0x388)][_0x3dd7bf(0x4d8)](_0x22a3c1[_0x3dd7bf(0x46d)]),_0x39da79[_0x3dd7bf(0x3f7)]());}};}[_0x404806(0x2d5)](_0x5177a6,_0x2884f0){const _0x56dc12=_0x404806;let _0x1e632a=_0x5177a6[_0x56dc12(0x53e)][_0x56dc12(0x30d)][_0x56dc12(0x6ae)],_0xc579e3=_0x1e632a['parentNode'],_0x1b9afe=_0x1e632a[_0x56dc12(0x727)];if(!_0xc579e3)throw Error('EMBED_RUNTIME_HOST_NOT_ATTACHED:'+_0x5177a6['embedId']);return _0x2884f0[_0x56dc12(0x588)](_0x1e632a),{'session':_0x5177a6,'ownsSession':!0x1,'dispose':()=>{const _0x17cfed=_0x56dc12;if(this[_0x17cfed(0x6b5)]['getSession'](_0x5177a6[_0x17cfed(0x46d)])!==_0x5177a6){_0x1e632a['remove']();return;}(_0x1b9afe==null?void 0x0:_0x1b9afe['parentNode'])===_0xc579e3?_0xc579e3['insertBefore'](_0x1e632a,_0x1b9afe):_0xc579e3[_0x17cfed(0x1a1)](_0x1e632a);}};}['_mountOwnedSession'](_0x4e7030,_0x5f3d1b){const _0x30c2c5=_0x404806;let _0x475ea2=this[_0x30c2c5(0x6b5)][_0x30c2c5(0x4fc)](_0x4e7030,_0x5f3d1b);return{'session':_0x475ea2,'ownsSession':!0x0,'dispose':()=>{const _0x180db5=_0x30c2c5;this['_mountService'][_0x180db5(0x294)](_0x4e7030[_0x180db5(0x46d)])===_0x475ea2&&this[_0x180db5(0x6b5)][_0x180db5(0x660)](_0x4e7030['embedId']);}};}};Ec=Q([Z(0x0,(0x0,n['Inject'])(rt))],Ec);function Dc(){const _0x1b7e00=_0x404806;return Wi({'childType':n[_0x1b7e00(0x536)][_0x1b7e00(0x47d)],'productName':_0x1b7e00(0x35a)});}function Oc(_0x1297c6){const _0x514f01=_0x404806;return hn({'embedId':_0x1297c6['embedId'],'active':_0x1297c6[_0x514f01(0x26f)],'fullscreen':_0x1297c6[_0x514f01(0x4aa)],'usesDomFloatingStage':_0x1297c6[_0x514f01(0x4df)]??!0x0,'renderScopeActive':_0x1297c6[_0x514f01(0x10b)]??!0x1});}function kc(_0x344f4c){const _0x22ae09=_0x404806;var _0x330048;let _0x55861f=(0x0,a[_0x22ae09(0x343)])(n['LocaleService']),{hostUnitId:_0x5ab8cd,embedId:_0x6c345a,childUnitId:_0xf8e25c,slideModel:_0x5ab814,floatingActiveService:_0x4dc460,commandService:_0x407360,instanceService:_0x382252,fullscreen:_0x527814,usesDomFloatingStage:_0x2a213a,renderScopeActive$:_0x58f4e4}=_0x344f4c,_0x81fd7f=(0x0,a['useObservable'])(()=>_0x4dc460[_0x22ae09(0x11f)],_0x4dc460[_0x22ae09(0x4ff)](),!0x1,[_0x4dc460]),_0x62b84d=(0x0,a[_0x22ae09(0x261)])(_0x58f4e4,!0x1),_0x405fd3=(0x0,a[_0x22ae09(0x261)])(_0x5ab814===null?null:()=>_0x5ab814['pageManager'][_0x22ae09(0x111)],[],!0x1,[_0x5ab814]),_0x48f44e=(0x0,a[_0x22ae09(0x261)])(_0x5ab814===null?null:()=>_0x5ab814[_0x22ae09(0x631)][_0x22ae09(0x62e)],_0x5ab814==null||(_0x330048=_0x5ab814['pageManager']['getActiveSlide']())==null?void 0x0:_0x330048[_0x22ae09(0x2ef)](),!0x1,[_0x5ab814]),_0x3eccf7=(0x0,c['useMemo'])(()=>(_0x5ab814==null?void 0x0:_0x5ab814[_0x22ae09(0x631)][_0x22ae09(0x471)]())??[],[_0x5ab814,_0x405fd3]),_0x5acf2d=Math[_0x22ae09(0x282)](0x0,_0x3eccf7[_0x22ae09(0x2a3)](_0x57dc76=>_0x57dc76[_0x22ae09(0x2ef)]()===_0x48f44e)),_0x2dc3b6=_0x3eccf7[_0x22ae09(0x5a7)],_0x528434=Oc({'active':_0x81fd7f,'embedId':_0x6c345a,'fullscreen':_0x527814,'renderScopeActive':_0x62b84d,'usesDomFloatingStage':_0x2a213a})===_0x22ae09(0x6c6),_0x10f3b1=()=>{const _0x36ddfd=_0x22ae09;_0x4dc460[_0x36ddfd(0x221)]({'hostUnitId':_0x5ab8cd,'embedId':_0x6c345a,'childUnitId':_0xf8e25c},'stage2'),_0x382252[_0x36ddfd(0x2df)](_0xf8e25c);},_0x439df0=_0x217f12=>{const _0x2a8a9f=_0x22ae09;let _0x37c826=_0x3eccf7[_0x217f12];!_0x37c826||!_0x5ab814||(_0x10f3b1(),_0x5ab814[_0x2a8a9f(0x631)][_0x2a8a9f(0x671)](_0x37c826[_0x2a8a9f(0x2ef)]()));};return(0x0,p['jsxs'])(_0x22ae09(0xef),{'className':(0x0,o[_0x22ae09(0x40f)])(_0x22ae09(0x47b),{'univer-hidden':!_0x528434,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x527814,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x527814,'-univer-top-9':!_0x527814}),'data-embed-floating-menu':_0x22ae09(0x420),'data-embed-id':_0x6c345a,'data-embed-float-stage':_0x528434?'stage2':_0x22ae09(0x169),'onPointerDown':_0x4a6207=>_0x4a6207[_0x22ae09(0x235)](),'children':[(0x0,p[_0x22ae09(0x4fd)])(Ac,{'title':_0x22ae09(0x292),'disabled':_0x5acf2d<=0x0,'onClick':()=>_0x439df0(_0x5acf2d-0x1),'children':(0x0,p[_0x22ae09(0x4fd)])(s[_0x22ae09(0x1cc)],{})}),(0x0,p['jsx'])(Ac,{'title':_0x22ae09(0x131),'disabled':_0x2dc3b6===0x0||_0x5acf2d>=_0x2dc3b6-0x1,'onClick':()=>_0x439df0(_0x5acf2d+0x1),'children':(0x0,p[_0x22ae09(0x4fd)])(s[_0x22ae09(0x4f5)],{})}),(0x0,p[_0x22ae09(0x4fd)])(o[_0x22ae09(0x5ff)],{'align':_0x22ae09(0x60f),'sideOffset':0x6,'data-embed-id':_0x6c345a,'data-embed-floating-menu-popup':'true','items':[{'type':_0x22ae09(0x5e0),'value':String(_0x5acf2d),'hideIndicator':!0x0,'options':_0x3eccf7['map']((_0x7789e7,_0xd765a0)=>({'label':'Slide\x20'+(_0xd765a0+0x1),'value':String(_0xd765a0)})),'onSelect':_0x1225f8=>_0x439df0(Number(_0x1225f8))}],'children':(0x0,p[_0x22ae09(0x117)])(o[_0x22ae09(0x241)],{'type':_0x22ae09(0x47c),'size':_0x22ae09(0x232),'variant':'ghost','className':'univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','title':_0x22ae09(0x1c0),'children':[(0x0,p['jsx'])(_0x22ae09(0x147),{'children':_0x2dc3b6===0x0?'0\x20/\x200':_0x5acf2d+0x1+_0x22ae09(0x25d)+_0x2dc3b6}),(0x0,p[_0x22ae09(0x4fd)])(s[_0x22ae09(0x1ee)],{'className':'univer-size-3'})]})}),(0x0,p[_0x22ae09(0x4fd)])(o['Separator'],{'orientation':'vertical'}),(0x0,p[_0x22ae09(0x4fd)])(Ac,{'title':_0x55861f['t']('embed-ui.deleteBlock'),'className':_0x22ae09(0x713),'onClick':()=>{const _0x41855e=_0x22ae09;_0x407360['executeCommand'](e[_0x41855e(0x3cd)]['id'],{'hostUnitId':_0x5ab8cd,'embedId':_0x6c345a});},'children':(0x0,p[_0x22ae09(0x4fd)])(s[_0x22ae09(0x436)],{})})]});}function Ac(_0x501637){const _0x5e4e7e=_0x404806;let {children:_0x35b0c2,title:_0x40e9b6,disabled:_0xdbe572,className:_0x517fbf,onClick:_0x2ca268}=_0x501637;return(0x0,p[_0x5e4e7e(0x4fd)])(o['Button'],{'type':_0x5e4e7e(0x47c),'size':_0x5e4e7e(0x232),'variant':_0x5e4e7e(0x35d),'className':(0x0,o['clsx'])('univer-size-6\x20univer-p-0',_0x517fbf),'title':_0x40e9b6,'aria-label':_0x40e9b6,'disabled':_0xdbe572,'onClick':_0x2ca268,'children':_0x35b0c2});}function jc(){const _0x1e5526=_0x404806;return Ba({'childType':n[_0x1e5526(0x536)][_0x1e5526(0x47d)],'mount':Mc});}function Mc(_0x29535a){const _0x4d82f3=_0x404806;let {root:_0x1368a3,menu:_0x32fe4a}=za(_0x29535a),_0x25b060=gt(_0x32fe4a),_0x5b7188=_0x29535a[_0x4d82f3(0x697)][_0x4d82f3(0x35f)](U),_0x1ece0a=_0x29535a['injector'][_0x4d82f3(0x35f)](n[_0x4d82f3(0x3b0)]),_0x375611=_0x29535a['injector'][_0x4d82f3(0x35f)](n[_0x4d82f3(0x746)]),_0x5061a3=_0x375611[_0x4d82f3(0x330)](_0x29535a[_0x4d82f3(0x106)],n[_0x4d82f3(0x536)][_0x4d82f3(0x47d)]);return _0x25b060[_0x4d82f3(0x18e)]((0x0,c[_0x4d82f3(0x2ee)])(st,{'injector':_0x29535a['runtimeScope']['injector'],'mountContainer':_0x1368a3,'embedId':_0x29535a[_0x4d82f3(0x46d)]},(0x0,c[_0x4d82f3(0x2ee)])(kc,{'hostUnitId':_0x29535a['hostUnitId'],'embedId':_0x29535a[_0x4d82f3(0x46d)],'childUnitId':_0x29535a['childUnitId'],'slideModel':_0x5061a3??null,'floatingActiveService':_0x5b7188,'commandService':_0x1ece0a,'instanceService':_0x375611,'fullscreen':!!_0x29535a[_0x4d82f3(0x30d)][_0x4d82f3(0x4aa)],'usesDomFloatingStage':_0x29535a['descriptor']['entry']!==_0x4d82f3(0x2d3),'renderScopeActive$':_0x29535a[_0x4d82f3(0x30d)][_0x4d82f3(0x11f)]}))),(0x0,n[_0x4d82f3(0x6e6)])(()=>{const _0x3e8c88=_0x4d82f3;_t(_0x25b060),globalThis[_0x3e8c88(0x661)](()=>_0x32fe4a[_0x3e8c88(0x2d1)](),0x0);});}function Nc(_0x44d58d,_0x296865,_0x31cd99){const _0x191c9e=_0x404806;return{...(0x0,e[_0x191c9e(0xaa)])(_0x44d58d,_0x296865),'activateAnchor':_0x5aada2=>{const _0x515412=_0x191c9e;_0x31cd99==null||_0x31cd99[_0x515412(0x220)](_0x5aada2['hostUnitId']),_0x5aada2[_0x515412(0x41a)][_0x515412(0x106)]&&(_0x296865==null||_0x296865[_0x515412(0x2df)](_0x5aada2['descriptor'][_0x515412(0x106)]));let _0x14f631=_0x296865==null?void 0x0:_0x296865['getUnit'](_0x5aada2[_0x515412(0x1d1)],n[_0x515412(0x536)][_0x515412(0x47d)]),_0x2ad51e=()=>{const _0x3ff788=_0x515412;var _0x243595,_0x1b3f1c;return _0x14f631==null||(_0x243595=_0x14f631[_0x3ff788(0x631)])==null||(_0x1b3f1c=_0x243595[_0x3ff788(0x671)])==null?void 0x0:_0x1b3f1c[_0x3ff788(0x538)](_0x243595,_0x5aada2[_0x3ff788(0x375)]);};if(typeof window>'u'){_0x2ad51e();return;}window['requestAnimationFrame'](_0x2ad51e);}};}function Pc(){const _0x2cc4c0=_0x404806;return{'hostType':n['UniverInstanceType']['UNIVER_SLIDE'],'entry':_0x2cc4c0(0x2d3),'layout':_0x2cc4c0(0x6fb),'supportedLayouts':[_0x2cc4c0(0x6fb),_0x2cc4c0(0x34f),_0x2cc4c0(0x1ec),_0x2cc4c0(0x61c)],'menuBehavior':'floating','mount':_0x209c0e=>{const _0x1b6668=_0x2cc4c0;let _0xa94bd7=Ic(_0x1b6668(0x65f),_0x209c0e[_0x1b6668(0x41a)][_0x1b6668(0x375)]);return _0xa94bd7?{'hostElement':_0xa94bd7}:{};}};}function Fc(){const _0x4dc7af=_0x404806;return{'hostType':n[_0x4dc7af(0x536)][_0x4dc7af(0x47d)],'entry':_0x4dc7af(0xc6),'layout':_0x4dc7af(0x26d),'supportedLayouts':['tab-peer'],'menuBehavior':_0x4dc7af(0x2b8),'mount':_0x177529=>{const _0x202b6d=_0x4dc7af;let _0xd6b182=Ic(_0x202b6d(0x126),_0x177529[_0x202b6d(0x41a)][_0x202b6d(0x375)]);return _0xd6b182?{'hostElement':_0xd6b182}:{};}};}function Ic(_0x39b3fa,_0x502d65){return document['querySelector']('['+_0x39b3fa+'=\x22'+Lc(_0x502d65)+'\x22]');}function Lc(_0x539747){const _0x3bd250=_0x404806;return _0x539747[_0x3bd250(0x266)](/\\/g,'\x5c\x5c')[_0x3bd250(0x266)](/"/g,'\x5c\x22');}function Rc(){const _0x290bf2=_0x404806;return{'childType':n[_0x290bf2(0x536)][_0x290bf2(0x47d)],'handleWheel':()=>!0x1};}function zc(_0x2c1bc3){const _0x43527e=_0x404806;return{'childType':n['UniverInstanceType'][_0x43527e(0x47d)],'supportedLayouts':[_0x43527e(0x26d),_0x43527e(0x1ec),_0x43527e(0x6fb)],'beforeDeactivate':Bc,'mount':_0x4a7a94=>Vc(_0x4a7a94,_0x2c1bc3)};}function Bc(_0x2041f5){const _0x10b34e=_0x404806;let _0x3e9b8c=_0x2041f5[_0x10b34e(0x5c6)][_0x10b34e(0x697)];if(!(_0x3e9b8c!=null&&_0x3e9b8c['has'](L['ISlideDrawingStateService'])))return;let _0x251653=_0x3e9b8c[_0x10b34e(0x35f)](L[_0x10b34e(0x153)]);_0x251653['clearActiveEditing'](),_0x251653[_0x10b34e(0x57f)]();}function Vc(_0xe7a27f,_0x3cbb8a){const _0x3f8c42=_0x404806;let _0x201a98=_0xe7a27f[_0x3f8c42(0x697)][_0x3f8c42(0x35f)](n[_0x3f8c42(0x746)])[_0x3f8c42(0x330)](_0xe7a27f[_0x3f8c42(0x106)],n['UniverInstanceType'][_0x3f8c42(0x47d)]);if(!_0x201a98)return;let _0x5bd866=_0xe7a27f['runtimeScope'][_0x3f8c42(0x697)];if(!_0x5bd866)return;let _0x2f158e=ha(_0xe7a27f,_0x3cbb8a,_0x2aa889=>Hc(_0x201a98,_0x2aa889)),_0x224a40=_0xe7a27f['runtimeScope'][_0x3f8c42(0x1bf)][_0x3f8c42(0x6c3)],_0x5efa01=_0xe7a27f[_0x3f8c42(0x5c6)][_0x3f8c42(0x1bf)][_0x3f8c42(0x24d)],_0x4c882b=_0xe7a27f[_0x3f8c42(0x697)][_0x3f8c42(0x35f)](f['IRenderManagerService']),_0x2f93d6=Uc(_0xe7a27f),_0x508df0=_0x5efa01?Ai(_0x4c882b,_0xe7a27f['childUnitId'],_0x5bd866):void 0x0;if(_0x508df0&&_0x5efa01&&!_0x2f93d6){try{var _0x1bc6cf,_0x2dca68;(_0x1bc6cf=(_0x2dca68=_0x508df0[_0x3f8c42(0x172)])[_0x3f8c42(0x660)])==null||_0x1bc6cf[_0x3f8c42(0x538)](_0x2dca68);}catch{}_0x508df0[_0x3f8c42(0x172)][_0x3f8c42(0x66d)](_0x5efa01),Mi(_0x508df0,{'activate':!0x0}),_0x5efa01[_0x3f8c42(0x6a4)][_0x3f8c42(0x5e8)]=_0xe7a27f['childUnitId'],_0x5efa01[_0x3f8c42(0x6a4)]['embedChildRenderMode']=_0x3f8c42(0x42c);}let _0x28df29=gt(_0x224a40);return _0x224a40[_0x3f8c42(0x6a4)][_0x3f8c42(0x5e8)]=_0xe7a27f['childUnitId'],_0x224a40['dataset'][_0x3f8c42(0x323)]=_0x3f8c42(0x3b8),_0x28df29['render']((0x0,p[_0x3f8c42(0x4fd)])(st,{'injector':_0x5bd866,'mountContainer':_0xe7a27f['runtimeScope'][_0x3f8c42(0x1bf)]['popup'],'embedId':_0xe7a27f[_0x3f8c42(0x46d)],'children':_0x2f93d6?(0x0,p[_0x3f8c42(0x4fd)])(L['SlideEmbedFloatingPreview'],{'unitId':_0xe7a27f[_0x3f8c42(0x106)],'active$':_0xe7a27f[_0x3f8c42(0x30d)][_0x3f8c42(0x11f)]}):(0x0,p[_0x3f8c42(0x4fd)])(L['SlideEmbedChildWorkbench'],{})})),(0x0,n[_0x3f8c42(0x6e6)])(()=>{const _0x205e60=_0x3f8c42;_0x2f158e[_0x205e60(0x3f7)]();try{var _0x3796ce,_0x1396ad;_0x508df0==null||(_0x1396ad=(_0x3796ce=_0x508df0['engine'])['unmount'])==null||_0x1396ad[_0x205e60(0x538)](_0x3796ce);}catch{}_0x4c882b[_0x205e60(0xa9)](_0xe7a27f[_0x205e60(0x106)]),_t(_0x28df29),_0x224a40[_0x205e60(0x3d5)]&&(_0x224a40[_0x205e60(0x633)]('data-embed-child-render-unit-id'),_0x224a40[_0x205e60(0x633)](_0x205e60(0x3ff))),_0x5efa01!=null&&_0x5efa01[_0x205e60(0x3d5)]&&(_0x5efa01['removeAttribute']('data-embed-child-render-unit-id'),_0x5efa01['removeAttribute'](_0x205e60(0x3ff))),_0x5bd866['dispose']();});}function Hc(_0x279a7a,_0x5364bf){const _0x3e668e=_0x404806;var _0x5a2f45,_0x38bc67;let _0x29af3d=_0x5364bf==null?void 0x0:_0x5364bf[_0x3e668e(0x644)],_0x4246c3=_0x29af3d&&_0x279a7a[_0x3e668e(0x631)]['getSlide'](_0x29af3d)?_0x29af3d:(_0x5a2f45=_0x279a7a[_0x3e668e(0x631)][_0x3e668e(0x471)]()[0x0])==null?void 0x0:_0x5a2f45['getId']();_0x4246c3&&((_0x38bc67=_0x279a7a[_0x3e668e(0x631)][_0x3e668e(0x179)]())==null?void 0x0:_0x38bc67['getId']())!==_0x4246c3&&_0x279a7a['pageManager'][_0x3e668e(0x671)](_0x4246c3);}function Uc(_0x466de4){const _0x294b5e=_0x404806;return _0x466de4[_0x294b5e(0x30d)][_0x294b5e(0x210)]===_0x294b5e(0x3b5)&&!_0x466de4['renderScope']['fullscreen']&&_0x466de4[_0x294b5e(0x5d3)]===_0x294b5e(0x1ec);}let Wc=class{constructor(_0x385f5d,_0x52f2bd){const _0x3f751c=_0x404806;this['_instanceService']=_0x385f5d,this[_0x3f751c(0x5fd)]=_0x52f2bd,V(this,'childType',n[_0x3f751c(0x536)][_0x3f751c(0x47d)]);}[_0x404806(0x496)](_0x12c3b3){const _0x3ffcfe=_0x404806;var _0x177d30,_0x287013;let _0x5931f5=this[_0x3ffcfe(0x558)](_0x12c3b3['childUnitId']),_0x57e6f6=(_0x5931f5==null||(_0x177d30=_0x5931f5['pageManager'][_0x3ffcfe(0x179)]())==null?void 0x0:_0x177d30[_0x3ffcfe(0x2ef)]())??'';return{'unitId':_0x12c3b3['childUnitId'],'pageId':_0x57e6f6,'scaleMode':_0x3ffcfe(0x5ee),'zoomRatio':_0x5931f5==null||(_0x287013=_0x5931f5[_0x3ffcfe(0x65b)])==null?void 0x0:_0x287013[_0x3ffcfe(0x538)](_0x5931f5)};}[_0x404806(0x638)](_0x2a5df1,_0xe1dcb5){const _0x24720e=_0x404806;let _0x1e359f=this['_getSlideModel'](_0x2a5df1[_0x24720e(0x106)]);!_0x1e359f||!_0xe1dcb5[_0x24720e(0x644)]||!_0x1e359f[_0x24720e(0x631)][_0x24720e(0x551)](_0xe1dcb5[_0x24720e(0x644)])||_0x1e359f[_0x24720e(0x631)][_0x24720e(0x671)](_0xe1dcb5[_0x24720e(0x644)]);}['renderPreview'](_0x524eb8){const _0x2372c4=_0x404806;var _0x18b2e5,_0x50933b,_0x1503e0;let _0x1c3f0a=this['_getSlideModel'](_0x524eb8[_0x2372c4(0x106)]),_0x2693d4=(_0x18b2e5=_0x524eb8[_0x2372c4(0x1f1)])==null?void 0x0:_0x18b2e5[_0x2372c4(0x644)];_0x1c3f0a&&_0x2693d4&&_0x1c3f0a[_0x2372c4(0x631)]['getSlide'](_0x2693d4)&&_0x1c3f0a[_0x2372c4(0x631)][_0x2372c4(0x671)](_0x2693d4);let _0x4699c3=this['_getOrCreateRender'](_0x524eb8[_0x2372c4(0x106)]),_0x528019=_0x4699c3==null||(_0x50933b=_0x4699c3['engine'])==null||(_0x1503e0=_0x50933b[_0x2372c4(0x406)])==null?void 0x0:_0x1503e0[_0x2372c4(0x538)](_0x50933b);if(_0x4699c3&&(!_0x528019||_0x528019[_0x2372c4(0x6e7)]<=0x1||_0x528019[_0x2372c4(0x704)]<=0x1)&&(_0x528019=Gc(_0x4699c3,_0x524eb8[_0x2372c4(0x6e7)],_0x524eb8[_0x2372c4(0x704)])),!(!_0x528019||_0x528019['width']<=0x1||_0x528019[_0x2372c4(0x704)]<=0x1||typeof _0x528019[_0x2372c4(0x33d)]!=_0x2372c4(0x338)))try{let _0xc0e1d1=_0x1c3f0a?(0x0,L[_0x2372c4(0x15b)])(_0x1c3f0a['getSnapshot']()[_0x2372c4(0x305)]):void 0x0,_0x30335c=_0xc0e1d1?_0xc0e1d1[_0x2372c4(0x6e7)]/_0xc0e1d1[_0x2372c4(0x704)]:void 0x0,_0x951968=Jc(_0x4699c3,_0x528019[_0x2372c4(0x6e7)],_0x528019[_0x2372c4(0x704)])??(_0x30335c?Kc(_0x528019['width'],_0x528019[_0x2372c4(0x704)],_0x30335c):void 0x0);return Yc(_0x528019,_0x524eb8[_0x2372c4(0x6e7)],_0x524eb8[_0x2372c4(0x704)],_0x524eb8[_0x2372c4(0x1b8)],_0x951968)??_0x528019['toDataURL'](_0x2372c4(0x1ae));}catch{return;}}[_0x404806(0x558)](_0x52a725){const _0xbb0057=_0x404806;return this['_instanceService'][_0xbb0057(0x330)](_0x52a725,n[_0xbb0057(0x536)][_0xbb0057(0x47d)])??void 0x0;}[_0x404806(0x51c)](_0x4543ff){const _0x4691fb=_0x404806;let _0x52c787=this[_0x4691fb(0x5fd)]['getRenderUnitById'](_0x4543ff);if(_0x52c787)return _0x52c787;try{return this[_0x4691fb(0x5fd)][_0x4691fb(0x3f6)](_0x4543ff);}catch{return;}}};Wc=Q([Z(0x0,n[_0x404806(0x746)]),Z(0x1,f[_0x404806(0x1f0)])],Wc);function Gc(_0x17ea42,_0x253482,_0x3f3ccb){const _0x2c7034=_0x404806;if(typeof document>'u')return;let _0x77b1b7=_0x17ea42[_0x2c7034(0x172)],_0xa2e059=_0x17ea42[_0x2c7034(0x6aa)];if(!(_0x77b1b7!=null&&_0x77b1b7[_0x2c7034(0x66d)])||!_0x77b1b7[_0x2c7034(0x2b6)])return;let _0x4e29e0=document['createElement'](_0x2c7034(0xef));_0x4e29e0[_0x2c7034(0x1c2)][_0x2c7034(0x5df)]=_0x2c7034(0x309),_0x4e29e0['style']['left']=_0x2c7034(0x528),_0x4e29e0[_0x2c7034(0x1c2)]['top']=_0x2c7034(0x528),_0x4e29e0[_0x2c7034(0x1c2)][_0x2c7034(0x6e7)]=Math[_0x2c7034(0x282)](0x1,Math[_0x2c7034(0x355)](_0x253482))+'px',_0x4e29e0[_0x2c7034(0x1c2)]['height']=Math['max'](0x1,Math[_0x2c7034(0x355)](_0x3f3ccb))+'px',_0x4e29e0[_0x2c7034(0x1c2)][_0x2c7034(0xcd)]=_0x2c7034(0x620),_0x4e29e0[_0x2c7034(0x6a4)][_0x2c7034(0x5ce)]=_0x2c7034(0x420),document[_0x2c7034(0x4fa)][_0x2c7034(0x1a1)](_0x4e29e0);try{var _0x4f7746,_0x417fde,_0x38a4b7;return _0x77b1b7[_0x2c7034(0x66d)](_0x4e29e0),_0x77b1b7[_0x2c7034(0x2b6)](),_0xa2e059==null||(_0x4f7746=_0xa2e059['makeDirty'])==null||_0x4f7746[_0x2c7034(0x538)](_0xa2e059,!0x0),_0xa2e059==null||(_0x417fde=_0xa2e059[_0x2c7034(0x18e)])==null||_0x417fde[_0x2c7034(0x538)](_0xa2e059),(_0x38a4b7=_0x77b1b7[_0x2c7034(0x406)])==null?void 0x0:_0x38a4b7['call'](_0x77b1b7);}finally{_0x4e29e0[_0x2c7034(0x2d1)]();}}function Kc(_0x8960da,_0x32825e,_0x427da5){const _0x3a94d7=_0x404806;let _0x2454c3=Math[_0x3a94d7(0x282)](0x1,Math[_0x3a94d7(0x355)](_0x8960da)),_0x1c8ff6=Math[_0x3a94d7(0x282)](0x1,Math[_0x3a94d7(0x355)](_0x32825e));if(!Number[_0x3a94d7(0x581)](_0x427da5)||_0x427da5<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x2454c3,'sHeight':_0x1c8ff6};if(_0x2454c3/_0x1c8ff6>_0x427da5){let _0x49c6b7=Math[_0x3a94d7(0x355)](_0x1c8ff6*_0x427da5);return{'sx':Math[_0x3a94d7(0x282)](0x0,Math[_0x3a94d7(0x355)]((_0x2454c3-_0x49c6b7)/0x2)),'sy':0x0,'sWidth':_0x49c6b7,'sHeight':_0x1c8ff6};}let _0xf1c9a8=Math[_0x3a94d7(0x355)](_0x2454c3/_0x427da5);return{'sx':0x0,'sy':Math[_0x3a94d7(0x282)](0x0,Math[_0x3a94d7(0x355)]((_0x1c8ff6-_0xf1c9a8)/0x2)),'sWidth':_0x2454c3,'sHeight':_0xf1c9a8};}function qc(_0x4c8420,_0x59e811,_0x149105,_0x12a464,_0xf92fbe){const _0x1be320=_0x404806;if(typeof _0x149105['left']!=_0x1be320(0x670)||typeof _0x149105['top']!=_0x1be320(0x670)||typeof _0x149105[_0x1be320(0x6e7)]!=_0x1be320(0x670)||typeof _0x149105['height']!=_0x1be320(0x670)||_0x149105[_0x1be320(0x6e7)]<=0x0||_0x149105[_0x1be320(0x704)]<=0x0)return;let _0x107098=Math[_0x1be320(0x282)](0x0,Math[_0x1be320(0x355)](_0x149105[_0x1be320(0x1fb)]*_0x12a464)),_0x363c1b=Math['max'](0x0,Math['round'](_0x149105['top']*_0xf92fbe));return{'sx':_0x107098,'sy':_0x363c1b,'sWidth':Math[_0x1be320(0x5f9)](Math['max'](0x1,Math[_0x1be320(0x355)](_0x149105['width']*_0x12a464)),Math[_0x1be320(0x282)](0x1,Math[_0x1be320(0x355)](_0x4c8420-_0x107098))),'sHeight':Math[_0x1be320(0x5f9)](Math[_0x1be320(0x282)](0x1,Math[_0x1be320(0x355)](_0x149105[_0x1be320(0x704)]*_0xf92fbe)),Math[_0x1be320(0x282)](0x1,Math[_0x1be320(0x355)](_0x59e811-_0x363c1b)))};}function Jc(_0x7b8dcc,_0x2fc480,_0x274847){const _0x5f1504=_0x404806;var _0x3bec0b,_0x523f87;let _0x478700=_0x7b8dcc==null?void 0x0:_0x7b8dcc[_0x5f1504(0x6aa)],_0x1bdcf4=_0x478700==null||(_0x3bec0b=_0x478700[_0x5f1504(0x32a)])==null?void 0x0:_0x3bec0b['call'](_0x478700,L[_0x5f1504(0x711)]),_0x212a1b=_0x478700==null||(_0x523f87=_0x478700[_0x5f1504(0x3af)])==null?void 0x0:_0x523f87['call'](_0x478700),_0x278b91=(_0x212a1b==null?void 0x0:_0x212a1b[_0x5f1504(0x3da)])??(_0x478700==null?void 0x0:_0x478700[_0x5f1504(0x3da)])??0x1,_0x52874c=(_0x212a1b==null?void 0x0:_0x212a1b[_0x5f1504(0x45b)])??(_0x478700==null?void 0x0:_0x478700['scaleY'])??_0x278b91;return _0x1bdcf4?qc(_0x2fc480,_0x274847,_0x1bdcf4,_0x278b91,_0x52874c):void 0x0;}function Yc(_0x218a09,_0x5881d5,_0x46f7b5,_0x584fdf,_0x58f20a){const _0x288dc5=_0x404806;if(typeof document>'u'||!_0x58f20a)return;let _0x14f58e=document[_0x288dc5(0x2ee)]('canvas');_0x14f58e[_0x288dc5(0x6e7)]=Math['max'](0x1,Math['round'](_0x5881d5*Math[_0x288dc5(0x282)](0x1,_0x584fdf||0x1))),_0x14f58e[_0x288dc5(0x704)]=Math[_0x288dc5(0x282)](0x1,Math['round'](_0x46f7b5*Math[_0x288dc5(0x282)](0x1,_0x584fdf||0x1)));let _0x9fc36b=null;try{_0x9fc36b=_0x14f58e[_0x288dc5(0x498)]('2d');}catch{return;}if(_0x9fc36b)return _0x9fc36b[_0x288dc5(0x721)](_0x218a09,_0x58f20a['sx'],_0x58f20a['sy'],_0x58f20a[_0x288dc5(0x2cc)],_0x58f20a[_0x288dc5(0x100)],0x0,0x0,_0x14f58e[_0x288dc5(0x6e7)],_0x14f58e[_0x288dc5(0x704)]),_0x14f58e['toDataURL'](_0x288dc5(0x1ae));}function Xc(_0x1cc1a0,_0x3db4fc){const _0x4e7ace=_0x404806;let _0x5ad8f8=!0x1,_0x13d433,_0x21bf07,_0x210086,_0x240312=_0x26a63f=>{const _0x1bbf4e=_0x159c;if(_0x5ad8f8||_0x21bf07||!_0x26a63f['image'])return;let _0x1df684=rl(_0x26a63f[_0x1bbf4e(0x733)]);_0x1df684&&(_0x13d433=il(_0x3db4fc['hostElement'],_0x13d433,_0x1df684));},_0xa41fda=_0x1cc1a0[_0x4e7ace(0x176)]['previewUpdated$'][_0x4e7ace(0x3db)](_0x3e7f81=>{const _0x2a8780=_0x4e7ace;_0x3e7f81[_0x2a8780(0x46d)]===_0x3db4fc[_0x2a8780(0x46d)]&&(!_0x3db4fc[_0x2a8780(0x106)]||_0x3e7f81['childUnitId']===_0x3db4fc[_0x2a8780(0x106)])&&_0x240312(_0x3e7f81);});return Zc(_0x1cc1a0,_0x3db4fc)[_0x4e7ace(0x136)](_0x2aa9f9=>{const _0x346e9c=_0x4e7ace;if(_0x5ad8f8||!_0x2aa9f9)return;let _0x1be065=$c();try{let _0x563b33=_0x1cc1a0[_0x346e9c(0xfd)]['acquire']({..._0x2aa9f9,'mode':'readonly'},_0x1be065[_0x346e9c(0x197)]);if(!_0x563b33[_0x346e9c(0x4e6)][_0x346e9c(0x53e)])throw _0x563b33[_0x346e9c(0x3f7)](),Error(_0x346e9c(0x265));if(_0x5ad8f8){_0x563b33[_0x346e9c(0x3f7)]();return;}el(_0x1be065[_0x346e9c(0x197)]),_0x21bf07=_0x563b33,_0x210086=_0x1be065,_0x13d433=void 0x0,_0x3db4fc['hostElement'][_0x346e9c(0x588)](_0x1be065[_0x346e9c(0x130)]),_0x1be065[_0x346e9c(0x332)](tl(_0x1cc1a0,_0x563b33,_0x1be065[_0x346e9c(0x5b9)]));return;}catch{}Qc(_0x1cc1a0,_0x3db4fc,_0x2aa9f9,_0x240312,()=>_0x5ad8f8)[_0x346e9c(0x136)](_0x2b6df4=>{const _0x1238cf=_0x346e9c;!_0x5ad8f8&&_0x2b6df4&&(_0x13d433=il(_0x3db4fc[_0x1238cf(0x5f7)],_0x13d433,_0x2b6df4));});},()=>{}),(0x0,n[_0x4e7ace(0x6e6)])(()=>{const _0x4ad809=_0x4e7ace;_0x5ad8f8=!0x0,_0xa41fda['unsubscribe'](),_0x21bf07==null||_0x21bf07[_0x4ad809(0x3f7)](),_0x21bf07=void 0x0,_0x210086==null||_0x210086[_0x4ad809(0x3f7)](),_0x210086=void 0x0,_0x13d433==null||_0x13d433[_0x4ad809(0x2d1)](),_0x13d433=void 0x0;});}async function Zc(_0xdc3b26,_0x244fb1){const _0x388771=_0x404806;let _0x54b693=_0xdc3b26[_0x388771(0x34c)][_0x388771(0x616)](_0x244fb1[_0x388771(0x1d1)],_0x244fb1[_0x388771(0x46d)])??nl(_0x244fb1);if(_0x54b693){try{_0x54b693=await _0xdc3b26[_0x388771(0x628)][_0x388771(0x693)]({'descriptor':_0x54b693});}catch{}return _0x54b693['childUnitId']&&_0x54b693['childType']!=null?_0x54b693:void 0x0;}}async function Qc(_0x29f16c,_0x3df51f,_0x15543b,_0x48702e,_0x16e14f){const _0x55deca=_0x404806;var _0x178360,_0x1a0d2d;let _0x3e40b6=await((_0x178360=_0x29f16c[_0x55deca(0x6d3)])==null?void 0x0:_0x178360[_0x55deca(0x4ae)](_0x3df51f[_0x55deca(0x375)]));if(_0x16e14f())return;if(_0x3e40b6)return rl(_0x3e40b6);let _0x5c28be=_0x15543b['childUnitId'],_0x1cc800=_0x15543b[_0x55deca(0x34e)];if(!_0x5c28be||_0x1cc800==null)return;let _0x22227b=(_0x1a0d2d=_0x29f16c[_0x55deca(0x6d3)])==null?void 0x0:_0x1a0d2d[_0x55deca(0x384)](_0x3df51f[_0x55deca(0x375)]);_0x48702e(_0x29f16c['previewService']['requestPreview']({'descriptor':{..._0x15543b,'mode':_0x55deca(0x4fb)},'childUnitId':_0x5c28be,'childType':_0x1cc800,'width':Math[_0x55deca(0x282)](0x1,_0x3df51f[_0x55deca(0x6e7)]),'height':Math['max'](0x1,_0x3df51f[_0x55deca(0x704)]),'dpr':Math[_0x55deca(0x282)](0x1,Math[_0x55deca(0x5f9)](0x2,_0x3df51f[_0x55deca(0x1b8)])),'reason':_0x55deca(0x4ed),'context':_0x22227b}));}function $c(){const _0x380e8f=_0x404806;let _0x42b9c6=document[_0x380e8f(0x2ee)](_0x380e8f(0xef));_0x42b9c6[_0x380e8f(0x6a4)]['embedSlidesPresentationSurface']='true',_0x42b9c6['style'][_0x380e8f(0x5df)]=_0x380e8f(0x303),_0x42b9c6[_0x380e8f(0x1c2)]['inset']='0',_0x42b9c6['style']['isolation']=_0x380e8f(0x1a9),_0x42b9c6[_0x380e8f(0x1c2)][_0x380e8f(0x559)]=_0x380e8f(0x115);let _0x2d3269=document[_0x380e8f(0x2ee)](_0x380e8f(0xef));_0x2d3269[_0x380e8f(0x6a4)]['embedSlidesPresentationRuntime']=_0x380e8f(0x420),_0x2d3269[_0x380e8f(0x1c2)][_0x380e8f(0x5df)]='absolute',_0x2d3269[_0x380e8f(0x1c2)][_0x380e8f(0x27d)]='0',_0x2d3269[_0x380e8f(0x1c2)][_0x380e8f(0x295)]='0',_0x2d3269[_0x380e8f(0x1c2)]['overflow']=_0x380e8f(0x115),_0x2d3269[_0x380e8f(0x1c2)][_0x380e8f(0xcd)]=_0x380e8f(0x620);let _0x580cd1=document['createElement'](_0x380e8f(0xef));_0x580cd1[_0x380e8f(0x6a4)]['embedSlidesPresentationInteractionGate']='true',_0x580cd1['style'][_0x380e8f(0x5df)]=_0x380e8f(0x303),_0x580cd1[_0x380e8f(0x1c2)][_0x380e8f(0x27d)]='0',_0x580cd1[_0x380e8f(0x1c2)][_0x380e8f(0x295)]='1',_0x580cd1['style'][_0x380e8f(0xcd)]=_0x380e8f(0x281),_0x580cd1[_0x380e8f(0x1c2)][_0x380e8f(0x4cb)]=_0x380e8f(0x620),_0x42b9c6[_0x380e8f(0x448)](_0x2d3269,_0x580cd1);let _0x2abcc3=[];return{'surface':_0x42b9c6,'runtimeHost':_0x2d3269,'interactionGate':_0x580cd1,'addDisposer':_0x21cdd5=>_0x2abcc3['push'](_0x21cdd5),'dispose':()=>{const _0x160dff=_0x380e8f;_0x2abcc3[_0x160dff(0x35b)](0x0)[_0x160dff(0x5b7)]()[_0x160dff(0x72e)](_0x59abbb=>_0x59abbb()),_0x42b9c6['remove']();}};}function el(_0x87e211){const _0x5d62ef=_0x404806;_0x87e211[_0x5d62ef(0x1c2)][_0x5d62ef(0xcd)]='none';}function tl(_0x2cb40d,_0x9b6dc7,_0x42ab58){const _0x110c90=_0x404806;let _0x4d48ca=_0x2f814e=>{const _0x8156b0=_0x159c;_0x2f814e[_0x8156b0(0xde)](),_0x2f814e[_0x8156b0(0x235)]();},_0x422b5c=_0x34dc87=>{const _0x526ae5=_0x159c;var _0x18219c;if(_0x34dc87[_0x526ae5(0x734)]||_0x34dc87[_0x526ae5(0x6ca)])return;let _0x53038b=_0x9b6dc7[_0x526ae5(0x4e6)]['context'];if(!_0x53038b)return;let _0x2db2bd={..._0x53038b,'event':_0x34dc87,'stage':_0x526ae5(0x169),'source':_0x526ae5(0x440)},_0x3d5931=_0x2cb40d[_0x526ae5(0x6a8)][_0x526ae5(0x249)](_0x2db2bd),_0xac9ab4=!_0x3d5931&&((_0x18219c=_0x2cb40d[_0x526ae5(0x26e)][_0x526ae5(0x35f)](_0x53038b[_0x526ae5(0x34e)],_0x53038b[_0x526ae5(0x5d3)]))==null?void 0x0:_0x18219c['handleWheel'](_0x2db2bd))===!0x0;(_0x3d5931||_0xac9ab4)&&(_0x34dc87[_0x526ae5(0xde)](),_0x34dc87[_0x526ae5(0x235)](),_0x34dc87[_0x526ae5(0x3b9)]());},_0xe94285=[_0x110c90(0x263),_0x110c90(0x250),'click','dblclick',_0x110c90(0x2d0)];return _0xe94285['forEach'](_0x5330eb=>_0x42ab58['addEventListener'](_0x5330eb,_0x4d48ca)),_0x42ab58['addEventListener']('wheel',_0x422b5c,{'passive':!0x1}),()=>{const _0x3b32db=_0x110c90;_0xe94285[_0x3b32db(0x72e)](_0x483d4a=>_0x42ab58['removeEventListener'](_0x483d4a,_0x4d48ca)),_0x42ab58['removeEventListener'](_0x3b32db(0x440),_0x422b5c);};}function nl(_0x1dba9f){const _0xbbd9b9=_0x404806;if(!(!_0x1dba9f[_0xbbd9b9(0x106)]||_0x1dba9f[_0xbbd9b9(0x34e)]==null))return{'embedId':_0x1dba9f[_0xbbd9b9(0x46d)],'hostUnitId':_0x1dba9f['hostUnitId'],'hostType':n['UniverInstanceType']['UNIVER_SLIDE'],'entry':_0x1dba9f[_0xbbd9b9(0x3fd)],'hostAnchorId':_0x1dba9f[_0xbbd9b9(0x375)],'childUnitId':_0x1dba9f[_0xbbd9b9(0x106)],'childType':_0x1dba9f[_0xbbd9b9(0x34e)],'mode':_0xbbd9b9(0x4fb),'source':{'unitType':_0x1dba9f['childType'],'ref':{'file':{'kind':_0xbbd9b9(0x537)},'unit':{'selector':_0x1dba9f[_0xbbd9b9(0x106)],'type':(0x0,e[_0xbbd9b9(0x73a)])(_0x1dba9f[_0xbbd9b9(0x34e)])}}},'sourceMeta':{'floating':_0x1dba9f[_0xbbd9b9(0x3fd)]===_0xbbd9b9(0x2d3)&&{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1},'tab':_0x1dba9f[_0xbbd9b9(0x3fd)]===_0xbbd9b9(0xc6)&&{'enabled':!0x0,'container':_0xbbd9b9(0x58e),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function rl(_0x4e1a65){const _0x144a91=_0x404806;if(typeof _0x4e1a65==_0x144a91(0x6cd))return _0x4e1a65;if(typeof HTMLCanvasElement<'u'&&_0x4e1a65 instanceof HTMLCanvasElement)try{return _0x4e1a65['toDataURL'](_0x144a91(0x1ae));}catch{return;}if(typeof ImageBitmap<'u'&&_0x4e1a65 instanceof ImageBitmap&&typeof document<'u'){let _0x1e8095=document[_0x144a91(0x2ee)](_0x144a91(0x24d));_0x1e8095[_0x144a91(0x6e7)]=_0x4e1a65['width'],_0x1e8095[_0x144a91(0x704)]=_0x4e1a65[_0x144a91(0x704)];let _0x6fd097=_0x1e8095[_0x144a91(0x498)]('2d');return _0x6fd097?(_0x6fd097[_0x144a91(0x721)](_0x4e1a65,0x0,0x0),_0x1e8095[_0x144a91(0x33d)](_0x144a91(0x1ae))):void 0x0;}}function il(_0xe66a,_0x5d93c4,_0x3ff95c){const _0x208d36=_0x404806;let _0x283174=_0x5d93c4??document['createElement'](_0x208d36(0x1dd));return _0x283174['alt']='',_0x283174[_0x208d36(0x6a4)][_0x208d36(0x319)]='true',_0x283174[_0x208d36(0x1c2)][_0x208d36(0x421)]=_0x208d36(0x726),_0x283174[_0x208d36(0x1c2)][_0x208d36(0x6e7)]='100%',_0x283174[_0x208d36(0x1c2)]['height']=_0x208d36(0x567),_0x283174[_0x208d36(0x1c2)][_0x208d36(0x3f2)]=_0x208d36(0x121),_0x283174[_0x208d36(0x1c2)][_0x208d36(0xcd)]='none',_0x283174[_0x208d36(0x423)]=_0x3ff95c,_0x283174['parentElement']!==_0xe66a&&_0xe66a[_0x208d36(0x588)](_0x283174),_0x283174;}let al=class{constructor(_0x3b17ca,_0x47ce83){const _0x2ae682=_0x404806;this['_instanceService']=_0x3b17ca,this[_0x2ae682(0x5fd)]=_0x47ce83,V(this,'childType',n['UniverInstanceType']['UNIVER_SLIDE']),V(this,_0x2ae682(0x110),['aspect-fit']);}[_0x404806(0x66d)](_0xeeed7f){const _0x37d880=_0x404806;var _0x5ac07e;let _0x3b430f=this[_0x37d880(0x558)](_0xeeed7f[_0x37d880(0x106)]);if(!_0x3b430f)return;(_0x5ac07e=_0xeeed7f[_0x37d880(0x1f1)])!=null&&_0x5ac07e['pageId']&&_0x3b430f['pageManager'][_0x37d880(0x551)](_0xeeed7f['viewState'][_0x37d880(0x644)])&&_0x3b430f[_0x37d880(0x631)][_0x37d880(0x671)](_0xeeed7f['viewState'][_0x37d880(0x644)]);let _0x966d0c=ce(ol(_0xeeed7f));if(!_0x966d0c)return;let _0xd4060a=_0xeeed7f[_0x37d880(0x1bf)][_0x37d880(0x24d)]?Ai(this['_renderManagerService'],_0xeeed7f[_0x37d880(0x106)],_0x966d0c):void 0x0;if(!_0xd4060a){_0x966d0c[_0x37d880(0x3f7)]();return;}_0xeeed7f[_0x37d880(0x1bf)]['canvas']&&(_0xeeed7f[_0x37d880(0x1bf)]['canvas'][_0x37d880(0x6a4)]['embedChildRenderUnitId']=_0xeeed7f[_0x37d880(0x106)],_0xeeed7f['roots']['canvas'][_0x37d880(0x6a4)][_0x37d880(0x323)]=_0x37d880(0x43b));let _0x32147f=gt(_0xeeed7f['roots'][_0x37d880(0x6c3)]);return _0xeeed7f['roots'][_0x37d880(0x6c3)][_0x37d880(0x6a4)][_0x37d880(0x5e8)]=_0xeeed7f[_0x37d880(0x106)],_0xeeed7f[_0x37d880(0x1bf)][_0x37d880(0x6c3)][_0x37d880(0x6a4)][_0x37d880(0x323)]=_0x37d880(0x39f),_0x32147f[_0x37d880(0x18e)]((0x0,p[_0x37d880(0x4fd)])(st,{'injector':_0x966d0c,'mountContainer':_0xeeed7f['roots'][_0x37d880(0x4ca)],'embedId':_0xeeed7f[_0x37d880(0x46d)],'children':(0x0,p[_0x37d880(0x4fd)])(L[_0x37d880(0x50e)],{'unitId':_0xeeed7f[_0x37d880(0x106)],'render':_0xd4060a})})),(0x0,n['toDisposable'])(()=>{const _0x179d25=_0x37d880;var _0x3040c1,_0x592c7b,_0x35e885,_0x3490b4;try{var _0x4b4de1,_0x23e683;_0xd4060a==null||(_0x23e683=(_0x4b4de1=_0xd4060a['engine'])[_0x179d25(0x660)])==null||_0x23e683[_0x179d25(0x538)](_0x4b4de1);}catch{}(_0x3040c1=(_0x592c7b=this[_0x179d25(0x5fd)])[_0x179d25(0xa9)])==null||_0x3040c1[_0x179d25(0x538)](_0x592c7b,_0xeeed7f[_0x179d25(0x106)]),_t(_0x32147f),_0xeeed7f['roots'][_0x179d25(0x6c3)][_0x179d25(0x633)]('data-embed-child-render-unit-id'),_0xeeed7f[_0x179d25(0x1bf)][_0x179d25(0x6c3)][_0x179d25(0x633)](_0x179d25(0x3ff)),(_0x35e885=_0xeeed7f['roots'][_0x179d25(0x24d)])==null||_0x35e885[_0x179d25(0x633)]('data-embed-child-render-unit-id'),(_0x3490b4=_0xeeed7f[_0x179d25(0x1bf)]['canvas'])==null||_0x3490b4[_0x179d25(0x633)](_0x179d25(0x3ff)),_0x966d0c['dispose']();});}['handleWheel'](_0x92c672){const _0x119e74=_0x404806;var _0x52cb1e,_0x1001a6;let _0x1bd47c=this['_getSlideModel'](_0x92c672[_0x119e74(0x106)]);if(!_0x1bd47c)return!0x1;let _0x3d5654=Math[_0x119e74(0x60c)](_0x92c672['event'][_0x119e74(0x2f7)])>=Math['abs'](_0x92c672[_0x119e74(0x3fa)][_0x119e74(0x1bb)])?_0x92c672[_0x119e74(0x3fa)][_0x119e74(0x2f7)]:_0x92c672[_0x119e74(0x3fa)][_0x119e74(0x1bb)];if(_0x3d5654===0x0)return!0x1;let _0x479aa7=sl(_0x1bd47c);if(_0x479aa7[_0x119e74(0x5a7)]<0x2)return!0x0;let _0xa821e4=((_0x52cb1e=_0x1bd47c['pageManager']['getActiveSlide']())==null?void 0x0:_0x52cb1e[_0x119e74(0x2ef)]())??_0x479aa7[0x0],_0x117354=Math[_0x119e74(0x282)](0x0,_0x479aa7[_0x119e74(0x4a6)](_0xa821e4)),_0x4b4885=_0x479aa7[Math[_0x119e74(0x282)](0x0,Math[_0x119e74(0x5f9)](_0x479aa7['length']-0x1,_0x117354+(_0x3d5654>0x0?0x1:-0x1)))];return!_0x4b4885||_0x4b4885===_0xa821e4?!0x0:(_0x1bd47c[_0x119e74(0x631)][_0x119e74(0x671)](_0x4b4885),_0x92c672[_0x119e74(0x428)]({'unitId':_0x92c672[_0x119e74(0x106)],'pageId':_0x4b4885,'scaleMode':_0x119e74(0x5ee),'zoomRatio':(_0x1001a6=_0x1bd47c['getZoomRatio'])==null?void 0x0:_0x1001a6[_0x119e74(0x538)](_0x1bd47c)}),!0x0);}[_0x404806(0x558)](_0x9c7f50){const _0x5a6cc0=_0x404806;return this[_0x5a6cc0(0x568)][_0x5a6cc0(0x330)](_0x9c7f50,n['UniverInstanceType'][_0x5a6cc0(0x47d)])??void 0x0;}};al=Q([Z(0x0,n[_0x404806(0x746)]),Z(0x1,f[_0x404806(0x1f0)])],al);function ol(_0x4e1e55){const _0x458165=_0x404806;let _0x418260=()=>{};return{'descriptor':_0x4e1e55[_0x458165(0x41a)],'layout':_0x4e1e55[_0x458165(0x5d3)],'injector':_0x4e1e55[_0x458165(0x697)],'hostElement':_0x4e1e55[_0x458165(0x1bf)]['root'],'container':_0x4e1e55['roots']['root'],'hostUnitId':_0x4e1e55['hostUnitId'],'embedId':_0x4e1e55[_0x458165(0x46d)],'childUnitId':_0x4e1e55[_0x458165(0x106)],'childType':_0x4e1e55[_0x458165(0x34e)],'renderScope':{'hostUnitId':_0x4e1e55[_0x458165(0x1d1)],'hostAnchorId':_0x4e1e55[_0x458165(0x41a)][_0x458165(0x375)],'embedId':_0x4e1e55[_0x458165(0x46d)],'childUnitId':_0x4e1e55[_0x458165(0x106)],'childType':_0x4e1e55['childType'],'layout':_0x4e1e55[_0x458165(0x5d3)],'mode':_0x458165(0x3b5),'rootElement':_0x4e1e55[_0x458165(0x1bf)][_0x458165(0x4ca)],'contentRoot':_0x4e1e55['roots'][_0x458165(0x6c3)],'canvasRoot':_0x4e1e55['roots']['canvas'],'active$':(0x0,l['of'])(!0x1)},'runtimeScope':{'descriptor':_0x4e1e55[_0x458165(0x41a)],'host':{'unitId':_0x4e1e55[_0x458165(0x1d1)],'type':_0x4e1e55[_0x458165(0x41a)]['hostType'],'anchorId':_0x4e1e55[_0x458165(0x41a)][_0x458165(0x375)],'entry':_0x4e1e55['descriptor'][_0x458165(0x3fd)],'layout':_0x458165(0x3b5)},'child':{'unitId':_0x4e1e55['childUnitId'],'type':_0x4e1e55[_0x458165(0x34e)]},'injector':_0x4e1e55['injector'],'roots':{'root':_0x4e1e55[_0x458165(0x1bf)][_0x458165(0x4ca)],'content':_0x4e1e55['roots'][_0x458165(0x6c3)],'canvas':_0x4e1e55[_0x458165(0x1bf)][_0x458165(0x24d)],'overlay':_0x4e1e55[_0x458165(0x1bf)][_0x458165(0x4ca)],'popup':_0x4e1e55['roots'][_0x458165(0x4ca)]},'activate':_0x418260,'deactivate':_0x418260,'dispose':_0x418260}};}function sl(_0x394062){const _0x3ebba6=_0x404806;var _0xe73a41,_0x2a09a8,_0x3b2e3d;let _0x308597=(_0xe73a41=_0x394062[_0x3ebba6(0x39e)])==null?void 0x0:_0xe73a41[_0x3ebba6(0x538)](_0x394062)[_0x3ebba6(0x4ec)];return Array[_0x3ebba6(0x206)](_0x308597)&&_0x308597['length']>0x0?_0x308597:((_0x2a09a8=(_0x3b2e3d=_0x394062[_0x3ebba6(0x631)])['getSlides'])==null?void 0x0:_0x2a09a8[_0x3ebba6(0x538)](_0x3b2e3d)[_0x3ebba6(0x26b)](_0x318780=>_0x318780[_0x3ebba6(0x2ef)]())['filter'](Boolean))??[];}function cl(_0x39d599){const _0x2174d7=_0x404806;Bi(_0x39d599,_0x2174d7(0x650),ll);}function ll(_0x32944c){const _0x56187f=_0x404806;let _0x27f760=_0x32944c[_0x56187f(0x35f)](e['EmbedHostAdapterRegistryService']),_0x24c3c6=_0x32944c[_0x56187f(0x35f)](Ze),_0x35c656=_0x32944c['get'](Ye),_0x83f294=_0x32944c[_0x56187f(0x35f)](H),_0x1bdade=_0x32944c[_0x56187f(0x35f)](Xe),_0x1e3c6b=_0x32944c[_0x56187f(0x35f)](Kn),_0x3f23ed=_0x32944c[_0x56187f(0x35f)](tr),_0x3a199c=_0x32944c['get'](Li),_0x27448a=_0x32944c[_0x56187f(0x287)](e[_0x56187f(0x160)])?_0x32944c[_0x56187f(0x35f)](e['EmbedHostAnchorModelService']):void 0x0,_0x39dc32=_0x32944c[_0x56187f(0x287)](n[_0x56187f(0x746)])?_0x32944c['get'](n[_0x56187f(0x746)]):void 0x0;_0x32944c['has'](L[_0x56187f(0x2c9)])||_0x32944c['add']([L[_0x56187f(0x2c9)],{'useFactory':()=>ul({'embedModelService':_0x32944c[_0x56187f(0x35f)](e[_0x56187f(0x4b8)]),'mountService':_0x32944c[_0x56187f(0x35f)](rt),'activationService':_0x32944c[_0x56187f(0x35f)](ot),'restoreService':_0x32944c[_0x56187f(0x35f)](Jn),'previewService':_0x32944c[_0x56187f(0x35f)](Kn),'runtimeHostLeaseService':_0x32944c[_0x56187f(0x35f)](Ec),'passiveViewportRegistry':_0x32944c[_0x56187f(0x35f)](tr),'passiveWheelHandlerRegistry':_0x32944c[_0x56187f(0x35f)](nr),'sceneCanvasCaptureService':_0x32944c['has']($e)?_0x32944c['get']($e):void 0x0})}]),_0x32944c['has'](L[_0x56187f(0x703)])||_0x32944c['add']([L[_0x56187f(0x703)],{'useFactory':()=>_0x32944c[_0x56187f(0x35f)](U)}]),_0x32944c['has'](L[_0x56187f(0x16c)])||_0x32944c['add']([L['ISlideEmbedMountService'],{'useFactory':()=>_0x32944c[_0x56187f(0x35f)](rt)}]),_0x32944c[_0x56187f(0x287)](L[_0x56187f(0x2f8)])||_0x32944c[_0x56187f(0x1ab)]([L['ISlideEmbedActivationService'],{'useFactory':()=>_0x32944c['get'](ot)}]),_0x32944c[_0x56187f(0x287)](L[_0x56187f(0x191)])||_0x32944c[_0x56187f(0x1ab)]([L[_0x56187f(0x191)],{'useFactory':()=>_0x32944c[_0x56187f(0x35f)](e['EmbedFocusOwnerService'])}]),_0x32944c[_0x56187f(0x287)](L[_0x56187f(0x4be)])||_0x32944c[_0x56187f(0x1ab)]([L[_0x56187f(0x4be)],{'useFactory':()=>_0x32944c[_0x56187f(0x35f)](K)}]),_0x32944c[_0x56187f(0x287)](L[_0x56187f(0x69c)])||_0x32944c['add']([L[_0x56187f(0x69c)],{'useFactory':()=>({'render':_0x1accaf=>{const _0x102707=_0x56187f;let {data:_0x597272}=_0x1accaf;return(0x0,c[_0x102707(0x2ee)])($r,{..._0x1accaf,'data':_0x597272});}})}]),[(0x0,e[_0x56187f(0x373)])(_0x27448a,_0x39dc32,()=>_0x32944c[_0x56187f(0x287)](I['ISlideDrawingService'])?_0x32944c[_0x56187f(0x35f)](I[_0x56187f(0x208)]):void 0x0),Nc(_0x27448a,_0x39dc32,_0x32944c[_0x56187f(0x35f)](L[_0x56187f(0x2c9)]))]['forEach'](_0x14e395=>{const _0x17d3a1=_0x56187f;_0x27f760['get'](_0x14e395[_0x17d3a1(0x646)],_0x14e395[_0x17d3a1(0x3fd)])||_0x27f760[_0x17d3a1(0x2c0)](_0x14e395);}),[Pc(),Fc()][_0x56187f(0x72e)](_0x1495b4=>{const _0x34e954=_0x56187f;_0x24c3c6['get'](_0x1495b4['hostType'],_0x1495b4['entry'])||_0x24c3c6[_0x34e954(0x2c0)](_0x1495b4);});let _0x3e9369=zc(_0x32944c[_0x56187f(0x35f)](n['ICommandService']));_0x35c656[_0x56187f(0x35f)](_0x3e9369[_0x56187f(0x34e)])||_0x35c656['register'](_0x3e9369);let _0x28df33=Dc();_0x83f294[_0x56187f(0x35f)](_0x28df33[_0x56187f(0x34e)])||_0x83f294[_0x56187f(0x2c0)](_0x28df33),jc()['forEach'](_0x1499d9=>{const _0x2c3b21=_0x56187f;_0x1bdade[_0x2c3b21(0x16a)](_0x1499d9[_0x2c3b21(0x646)],_0x1499d9[_0x2c3b21(0x3fd)],_0x1499d9[_0x2c3b21(0x34e)])||_0x1bdade[_0x2c3b21(0x2c0)](_0x1499d9);}),_0x1e3c6b[_0x56187f(0x161)](_0x32944c[_0x56187f(0x3a3)](Wc)),_0x3f23ed[_0x56187f(0x35f)](n['UniverInstanceType'][_0x56187f(0x47d)])||_0x3f23ed[_0x56187f(0x2c0)](Rc()),_0x3a199c['get'](n[_0x56187f(0x536)][_0x56187f(0x47d)])||_0x3a199c['register'](_0x32944c['createInstance'](al));}function ul(_0x3944b0){const _0x3c0f74=_0x404806;return{'mountPageList':_0x3df3c6=>{const _0x2b3b45=_0x159c;var _0x332ac9,_0x31160a;let _0x4c01b9={'embedId':_0x3df3c6[_0x2b3b45(0x46d)],'hostUnitId':_0x3df3c6[_0x2b3b45(0x1d1)],'hostType':n['UniverInstanceType'][_0x2b3b45(0x47d)],'entry':'slides-page-list-block','hostAnchorId':_0x3df3c6[_0x2b3b45(0x375)],'childUnitId':_0x3df3c6[_0x2b3b45(0x106)],'childType':_0x3df3c6[_0x2b3b45(0x34e)],'source':{'unitType':_0x3df3c6[_0x2b3b45(0x34e)],'ref':{'file':{'kind':_0x2b3b45(0x537)},'unit':{'selector':_0x3df3c6['childUnitId'],'type':(0x0,e[_0x2b3b45(0x73a)])(_0x3df3c6[_0x2b3b45(0x34e)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x2b3b45(0x58e),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x4db305=(_0x332ac9=(_0x31160a=_0x3944b0['mountService'])[_0x2b3b45(0x294)])==null?void 0x0:_0x332ac9[_0x2b3b45(0x538)](_0x31160a,_0x3df3c6[_0x2b3b45(0x46d)]);return(_0x4db305==null?void 0x0:_0x4db305[_0x2b3b45(0x1d1)])===_0x3df3c6['hostUnitId']&&_0x4db305['entry']===_0x2b3b45(0xc6)&&_0x4db305[_0x2b3b45(0x106)]===_0x3df3c6[_0x2b3b45(0x106)]?(_0x3944b0[_0x2b3b45(0x5be)]['activateTab'](_0x4c01b9),(0x0,n[_0x2b3b45(0x6e6)])(()=>{})):(_0x3944b0[_0x2b3b45(0x2eb)][_0x2b3b45(0x66d)](_0x4c01b9),_0x3944b0[_0x2b3b45(0x5be)]['activateTab'](_0x4c01b9),(0x0,n[_0x2b3b45(0x6e6)])(()=>{const _0x406afc=_0x2b3b45;_0x3944b0['activationService'][_0x406afc(0x12c)](_0x3df3c6[_0x406afc(0x46d)]),_0x3944b0['mountService'][_0x406afc(0x660)](_0x3df3c6['embedId']);}));},'mountFloatingObject':_0x188dae=>{const _0x193cba=_0x159c;let _0x319443=_0x3944b0[_0x193cba(0x34c)][_0x193cba(0x616)](_0x188dae[_0x193cba(0x1d1)],_0x188dae[_0x193cba(0x46d)])??{'embedId':_0x188dae[_0x193cba(0x46d)],'hostUnitId':_0x188dae['hostUnitId'],'hostType':n[_0x193cba(0x536)][_0x193cba(0x47d)],'entry':_0x193cba(0x2d3),'hostAnchorId':_0x188dae[_0x193cba(0x375)],'childUnitId':_0x188dae[_0x193cba(0x106)],'childType':_0x188dae[_0x193cba(0x34e)],'source':{'unitType':_0x188dae[_0x193cba(0x34e)],'ref':{'file':{'kind':_0x193cba(0x537)},'unit':{'selector':_0x188dae[_0x193cba(0x106)],'type':(0x0,e['toResourceRefUnitType'])(_0x188dae[_0x193cba(0x34e)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x193cba(0x6fb),'fullscreen':!0x0},'tab':!0x1}};return _0x3944b0['mountService'][_0x193cba(0x4fc)](_0x319443,_0x188dae['hostElement']),(0x0,n[_0x193cba(0x6e6)])(()=>{const _0x2c992a=_0x193cba;_0x3944b0[_0x2c992a(0x2eb)][_0x2c992a(0x660)](_0x188dae[_0x2c992a(0x46d)]);});},'clearAndUnmount':_0x191770=>{const _0x9c4372=_0x159c;_0x3944b0[_0x9c4372(0x5be)][_0x9c4372(0x12c)](_0x191770),_0x3944b0[_0x9c4372(0x2eb)]['unmount'](_0x191770);},'unmountFloatingSessions':_0x1f0ebd=>{const _0x213cd3=_0x159c;_0x3944b0['mountService'][_0x213cd3(0x38c)]()['filter'](_0x3ebcb6=>_0x3ebcb6[_0x213cd3(0x1d1)]===_0x1f0ebd&&_0x3ebcb6[_0x213cd3(0x3fd)]===_0x213cd3(0x2d3))[_0x213cd3(0x72e)](_0x9ea117=>_0x3944b0['mountService'][_0x213cd3(0x660)](_0x9ea117[_0x213cd3(0x46d)]));},'listSessions':()=>_0x3944b0['mountService'][_0x3c0f74(0x38c)]()[_0x3c0f74(0x26b)](_0x4862ec=>({'embedId':_0x4862ec[_0x3c0f74(0x46d)],'hostUnitId':_0x4862ec['hostUnitId'],'entry':_0x4862ec[_0x3c0f74(0x3fd)],'childType':_0x4862ec[_0x3c0f74(0x34e)],'childUnitId':_0x4862ec['childUnitId']})),'capturePreviewByHostAnchorId':async _0x5eedf6=>{const _0x461f95=_0x3c0f74;var _0x3fac57;let _0x2ea5b4=await((_0x3fac57=_0x3944b0[_0x461f95(0x6d3)])==null?void 0x0:_0x3fac57[_0x461f95(0x4ae)](_0x5eedf6));return _0x2ea5b4?rl(_0x2ea5b4):void 0x0;},'mountPresentationEmbed':_0x1ec1c1=>Xc(_0x3944b0,_0x1ec1c1)};}function dl(_0x3c0c62){Zo(_0x3c0c62),hc(_0x3c0c62),cl(_0x3c0c62),_o(_0x3c0c62),Mo(_0x3c0c62);}function fl(_0x6770e9){yo(_0x6770e9);}const pl=[0x0,0x10,0x64,0x12c,0x3e8];async function ml(_0xf7b5,_0x36f24c){const _0x46dd8b=_0x404806;var _0x11c9e4;let {instanceService:_0x434a21,childUnitId:_0x98a138,childType:_0x105e1c,restoreUnitId:_0x17377c,shouldRestore:_0x215417,settleDelayMs:_0x10386a=0x10,deferredRestoreDelaysMs:_0x2af7bd=_0x17377c?pl:[]}=_0xf7b5,_0x448ba1=_0x434a21[_0x46dd8b(0x5b2)](_0x105e1c),_0xe21e15=((_0x11c9e4=_0x434a21[_0x46dd8b(0x43c)]())==null?void 0x0:_0x11c9e4[_0x46dd8b(0x275)]())??null??_0x17377c??null;_0x434a21[_0x46dd8b(0x2df)](_0x98a138),_0x434a21['focusUnit'](_0x98a138);let _0x16533b=()=>{const _0x48b199=_0x46dd8b;_0x215417&&!_0x215417()||(_0x448ba1&&_0x448ba1[_0x48b199(0x275)]()!==_0x98a138&&_0x434a21[_0x48b199(0x2df)](_0x448ba1['getUnitId']()),_0x17377c&&_0x434a21['setCurrentUnitForType'](_0x17377c),_0x434a21[_0x48b199(0x504)](_0xe21e15));};try{let _0x52b615=await _0x36f24c();return _0x10386a>0x0&&await hl(_0x10386a),_0x52b615;}finally{_0x16533b(),gl(_0x16533b,_0x2af7bd);}}function hl(_0x2307d7){return new Promise(_0x1a1159=>setTimeout(_0x1a1159,_0x2307d7));}function gl(_0x1e06a5,_0x31ba1e){const _0x248cf0=_0x404806;_0x31ba1e[_0x248cf0(0x72e)](_0xb62118=>{globalThis['setTimeout'](_0x1e06a5,_0xb62118);});}const _l=new WeakMap();let vl=0x0;function yl(_0x8cbc23,_0xc2748e){const _0x915c60=_0x404806;return _0x8cbc23[_0x915c60(0x287)](Cl)?_0x8cbc23['get'](Cl)['register'](_0xc2748e):xl(_0x8cbc23,_0xc2748e);}function bl(_0x2f7aa4){const _0x9a8487=_0x404806;if(!_0x2f7aa4[_0x9a8487(0x287)](Cl))return;let _0x1a71e4=_l['get'](_0x2f7aa4);_0x1a71e4!=null&&_0x1a71e4[_0x9a8487(0x237)]&&([..._0x1a71e4[_0x9a8487(0x4c9)]()]['sort']((_0x3def49,_0x50a3a2)=>_0x3def49[_0x9a8487(0x73d)]-_0x50a3a2[_0x9a8487(0x73d)])[_0x9a8487(0x72e)](({contribution:_0x184f79})=>yl(_0x2f7aa4,_0x184f79)),_l['delete'](_0x2f7aa4));}function xl(_0x1771e0,_0xb06d4b){const _0x4142f1=_0x404806;let _0x5178ef={'contribution':_0xb06d4b,'index':vl++},_0x4ddd53=Sl(_0xb06d4b,_0x5178ef[_0x4142f1(0x73d)]),_0xf25263=_0x1771e0,_0xea94b5=_l[_0x4142f1(0x35f)](_0xf25263)??new Map();return _0xea94b5[_0x4142f1(0x37d)](_0x4ddd53,_0x5178ef),_l[_0x4142f1(0x37d)](_0xf25263,_0xea94b5),(0x0,n[_0x4142f1(0x6e6)])(()=>{const _0x4a368d=_0x4142f1;let _0x1b8903=_l[_0x4a368d(0x35f)](_0xf25263);(_0x1b8903==null?void 0x0:_0x1b8903[_0x4a368d(0x35f)](_0x4ddd53))===_0x5178ef&&_0x1b8903[_0x4a368d(0x4d8)](_0x4ddd53);});}function Sl(_0x4b798b,_0x130a30){const _0x143037=_0x404806;return _0x4b798b['id']?_0x4b798b[_0x143037(0x34e)]+':'+_0x4b798b['id']:_0x4b798b[_0x143037(0x34e)]+':anonymous:'+_0x130a30;}let Cl=class{constructor(_0x2aa08c,_0x3725ba){const _0x272b68=_0x404806;this[_0x272b68(0x4c4)]=_0x2aa08c,this['_focusCoordinator']=_0x3725ba,V(this,_0x272b68(0x71d),new Map()),V(this,'_nextIndex',0x0);}[_0x404806(0x2c0)](_0x521902){const _0x372956=_0x404806;if(_0x521902['id']&&this['_hasContributionId'](_0x521902[_0x372956(0x34e)],_0x521902['id']))return(0x0,n[_0x372956(0x6e6)])(()=>{});let _0x4a89be={'contribution':_0x521902,'index':this['_nextIndex']++},_0x58d80d=this['_contributions'][_0x372956(0x35f)](_0x521902[_0x372956(0x34e)])??[];return _0x58d80d[_0x372956(0x42f)](_0x4a89be),_0x58d80d['sort'](wl),this[_0x372956(0x71d)][_0x372956(0x37d)](_0x521902['childType'],_0x58d80d),(0x0,n[_0x372956(0x6e6)])(()=>{const _0x4e4a63=_0x372956;let _0x4e9dfd=this[_0x4e4a63(0x71d)][_0x4e4a63(0x35f)](_0x521902['childType']);if(!_0x4e9dfd)return;let _0x449357=_0x4e9dfd[_0x4e4a63(0x3d1)](_0x440554=>_0x440554!==_0x4a89be);_0x449357[_0x4e4a63(0x5a7)]?this['_contributions'][_0x4e4a63(0x37d)](_0x521902[_0x4e4a63(0x34e)],_0x449357):this[_0x4e4a63(0x71d)][_0x4e4a63(0x4d8)](_0x521902['childType']);});}[_0x404806(0xd7)](_0x1d5812){const _0x1725b0=_0x404806;return(this[_0x1725b0(0x71d)][_0x1725b0(0x35f)](_0x1d5812)??[])[_0x1725b0(0x26b)](_0xb7c714=>_0xb7c714[_0x1725b0(0x5d9)]);}async['prepare'](_0x253b85){const _0x3a988e=_0x404806;let _0xefef77=this[_0x3a988e(0xd7)](_0x253b85[_0x3a988e(0x34e)]);_0xefef77[_0x3a988e(0x5a7)]&&await ml({'instanceService':this['_injector']['get'](n[_0x3a988e(0x746)]),'childUnitId':_0x253b85[_0x3a988e(0x106)],'childType':_0x253b85['childType'],'restoreUnitId':_0x253b85[_0x3a988e(0x5af)],'settleDelayMs':_0x253b85[_0x3a988e(0x227)],'shouldRestore':()=>!this[_0x3a988e(0x491)][_0x3a988e(0x564)](_0x253b85[_0x3a988e(0x106)])},async()=>{const _0xc5926a=_0x3a988e;for(let _0x5df534 of _0xefef77)_0x5df534[_0xc5926a(0x5b8)]&&await _0x5df534[_0xc5926a(0x5b8)]({'injector':this[_0xc5926a(0x4c4)],'childUnitId':_0x253b85[_0xc5926a(0x106)],'childType':_0x253b85[_0xc5926a(0x34e)],'descriptor':_0x253b85[_0xc5926a(0x41a)]});});}[_0x404806(0x6dd)](_0x243a37,_0x44f341){const _0x47eb48=_0x404806;return(this['_contributions'][_0x47eb48(0x35f)](_0x243a37)??[])['some'](_0x5e76eb=>_0x5e76eb[_0x47eb48(0x5d9)]['id']===_0x44f341);}};Cl=Q([Z(0x0,(0x0,n[_0x404806(0xec)])(n[_0x404806(0x4a2)])),Z(0x1,(0x0,n['Inject'])(K))],Cl);function wl(_0x2d018d,_0x4dc110){const _0x114d32=_0x404806;return(_0x2d018d[_0x114d32(0x5d9)][_0x114d32(0x61d)]??_0x2d018d[_0x114d32(0x73d)])-(_0x4dc110[_0x114d32(0x5d9)][_0x114d32(0x61d)]??_0x4dc110[_0x114d32(0x73d)])||_0x2d018d[_0x114d32(0x73d)]-_0x4dc110[_0x114d32(0x73d)];}function Tl(){return[];}let El=class{constructor(_0x5acb2f,_0x1965ff){this['_focusOwnerService']=_0x5acb2f,this['_undoRedoService']=_0x1965ff;}[_0x404806(0x503)](_0x4a5ece){const _0xda43b8=_0x404806;let _0x1a99d5=this['resolveStackUnitId'](_0x4a5ece[_0xda43b8(0x216)]);return this['_undoRedoService'][_0xda43b8(0x624)]({..._0x4a5ece,'unitID':_0x1a99d5}),{'stackUnitId':_0x1a99d5,'routedToHost':_0x1a99d5!==_0x4a5ece['unitID']};}[_0x404806(0x524)](_0x5b9dff){const _0x23abf9=_0x404806;let _0x415934=this['_focusOwnerService'][_0x23abf9(0x46b)]();return!_0x415934||_0x415934['childUnitId']!==_0x5b9dff?_0x5b9dff:_0x415934[_0x23abf9(0x1d1)];}};El=Q([Z(0x0,(0x0,n[_0x404806(0xec)])(e['EmbedFocusOwnerService'])),Z(0x1,n[_0x404806(0x3a6)])],El);let Dl=class extends n[_0x404806(0x14b)]{constructor(_0x15de12=dn,_0x3d74c4,_0x111add,_0x4dd94b){const _0x358dcc=_0x404806;super(),this[_0x358dcc(0x623)]=_0x15de12,this[_0x358dcc(0x4c4)]=_0x3d74c4,this[_0x358dcc(0x36c)]=_0x111add,this[_0x358dcc(0x387)]=_0x4dd94b;let {..._0x10dcb1}=(0x0,n[_0x358dcc(0x252)])({},dn,this[_0x358dcc(0x623)]);this[_0x358dcc(0x36c)][_0x358dcc(0x73f)](_0x358dcc(0x5fe),_0x10dcb1);}[_0x404806(0xc0)](){const _0x29690e=_0x404806;this[_0x29690e(0x174)](),this[_0x29690e(0x54a)](),this[_0x29690e(0x492)](),this[_0x29690e(0x391)](),this[_0x29690e(0x109)](),this[_0x29690e(0xd2)](),this['_registerFloatingMenus'](),this['_touchServices'](),this[_0x29690e(0x173)]();}['onReady'](){const _0x3b8a9a=_0x404806;this[_0x3b8a9a(0xd2)]();}['_registerServices'](){const _0x19c28f=_0x404806;[[Ze],[Jn],[Cl],[gi],[ot],[Ye],[H],[U],[qn],[Xe],[Kn],[Ci],[an],[ae],[$n],[J],[yi],[bi],[_i],[rt],[Qe],[nr],[tr],[Vt],[Li],[oe],[K],[Ec],[$e],[El]][_0x19c28f(0x72e)](_0x86537c=>this[_0x19c28f(0x4c4)]['add'](_0x86537c)),this[_0x19c28f(0x4c4)]['has'](r[_0x19c28f(0x29a)])||this[_0x19c28f(0x4c4)][_0x19c28f(0x1ab)]([r[_0x19c28f(0x29a)],{'useFactory':()=>this[_0x19c28f(0x4c4)][_0x19c28f(0x35f)](J)}]),this[_0x19c28f(0x4c4)]['has'](r[_0x19c28f(0x1e3)])||this[_0x19c28f(0x4c4)]['add']([r[_0x19c28f(0x1e3)],{'useFactory':()=>this[_0x19c28f(0x4c4)][_0x19c28f(0x35f)](K)}]),this[_0x19c28f(0x4c4)][_0x19c28f(0x287)](i['ISheetEmbedInteractionBoundaryService'])||this[_0x19c28f(0x4c4)][_0x19c28f(0x1ab)]([i[_0x19c28f(0x4bd)],{'useFactory':()=>this[_0x19c28f(0x4c4)][_0x19c28f(0x35f)](J)}]),this[_0x19c28f(0x4c4)][_0x19c28f(0x287)](i[_0x19c28f(0x574)])||this[_0x19c28f(0x4c4)][_0x19c28f(0x1ab)]([i[_0x19c28f(0x574)],{'useFactory':()=>this[_0x19c28f(0x4c4)][_0x19c28f(0x35f)](K)}]),this[_0x19c28f(0x4c4)][_0x19c28f(0x287)](i[_0x19c28f(0x2a8)])||this['_injector'][_0x19c28f(0x1ab)]([i[_0x19c28f(0x2a8)],{'useFactory':()=>this[_0x19c28f(0x4c4)][_0x19c28f(0x35f)](qn)}]);}[_0x404806(0x109)](){const _0xf6234b=_0x404806;Si(this[_0xf6234b(0x4c4)])[_0xf6234b(0x72e)](_0x1fa626=>this['disposeWithMe'](_0x1fa626));}[_0x404806(0x492)](){const _0x1bc0bc=_0x404806;dl(this[_0x1bc0bc(0x4c4)]);}[_0x404806(0x391)](){const _0x2777b1=_0x404806;let _0x313a92=this[_0x2777b1(0x387)][_0x2777b1(0x2e9)](n[_0x2777b1(0x536)][_0x2777b1(0x517)])[_0x2777b1(0x3db)](()=>fl(this[_0x2777b1(0x4c4)]));this[_0x2777b1(0x403)]((0x0,n['toDisposable'])(()=>_0x313a92['unsubscribe']()));}[_0x404806(0xd2)](){const _0x584573=_0x404806;Vi(this[_0x584573(0x4c4)]),Rt(this['_injector']),bl(this[_0x584573(0x4c4)]);}[_0x404806(0x38e)](){const _0x1a6b8f=_0x404806;var _0xb7ea9b;let _0x26b2b2=this[_0x1a6b8f(0x4c4)]['get'](Xe);((_0xb7ea9b=this[_0x1a6b8f(0x623)][_0x1a6b8f(0x6b0)])==null?void 0x0:_0xb7ea9b[_0x1a6b8f(0xdb)])!==!0x1&&Tl()['forEach'](_0x574e7c=>{const _0x167528=_0x1a6b8f;_0x26b2b2['hasExact'](_0x574e7c[_0x167528(0x646)],_0x574e7c['entry'],_0x574e7c['childType'])||_0x26b2b2['register'](_0x574e7c);});}[_0x404806(0x459)](){const _0x28191e=_0x404806;(0x0,n[_0x28191e(0x331)])(this['_injector'],[[Ze],[Jn],[Cl],[gi],[ot],[Ye],[H],[U],[Xe],[Kn],[Ci],[an],[ae],[$n],[yi],[bi],[_i],[rt],[Qe],[nr],[tr],[Vt],[Li],[oe],[K],[Ec],[$e],[El]]);}['_registerDefaultHostToolbar'](){const _0x36e13e=_0x404806;var _0x3ddb07;((_0x3ddb07=this['_config'][_0x36e13e(0x6b0)])==null?void 0x0:_0x3ddb07['hostToolbar'])!==!0x1&&this[_0x36e13e(0x403)](this[_0x36e13e(0x4c4)]['get'](a['IUIPartsService'])[_0x36e13e(0x716)](a[_0x36e13e(0x1d0)]['GLOBAL'],()=>on));}['_enableEmbedUnitLeasePolicy'](){const _0x2331ea=_0x404806;this[_0x2331ea(0x4c4)]['get'](e[_0x2331ea(0xe5)])[_0x2331ea(0x648)]();}};V(Dl,_0x404806(0xba),_0x404806(0x3be)),V(Dl,_0x404806(0x489),ee),V(Dl,'version',te),V(Dl,_0x404806(0x225),n[_0x404806(0x536)][_0x404806(0x3e8)]),Dl=Q([(0x0,n[_0x404806(0x60b)])(t[_0x404806(0x622)],e[_0x404806(0x4fe)]),Z(0x1,(0x0,n['Inject'])(n[_0x404806(0x4a2)])),Z(0x2,n[_0x404806(0x3ee)]),Z(0x3,n[_0x404806(0x746)])],Dl),Object['defineProperty'](exports,_0x404806(0x24a),{'enumerable':!0x0,'get':function(){return ot;}}),exports[_0x404806(0x51d)]=Ye,exports[_0x404806(0x72f)]=an,exports[_0x404806(0x2ce)]=Ze,exports[_0x404806(0x144)]=ae,Object['defineProperty'](exports,_0x404806(0xbf),{'enumerable':!0x0,'get':function(){return Jn;}}),Object['defineProperty'](exports,_0x404806(0x702),{'enumerable':!0x0,'get':function(){return rt;}}),Object[_0x404806(0x45a)](exports,'UniverEmbedUIPlugin',{'enumerable':!0x0,'get':function(){return Dl;}}),exports['registerEmbedProductMenuContribution']=Lt;
|
|
1
|
+
const _0x1ed4d3=_0x54e0;(function(_0x6fe6f4,_0x1bf78b){const _0x34f589=_0x54e0,_0x470de6=_0x6fe6f4();while(!![]){try{const _0x4eb76d=-parseInt(_0x34f589(0x8ea))/0x1*(parseInt(_0x34f589(0x941))/0x2)+parseInt(_0x34f589(0x82e))/0x3+-parseInt(_0x34f589(0x78b))/0x4+-parseInt(_0x34f589(0x3dc))/0x5+parseInt(_0x34f589(0x320))/0x6*(parseInt(_0x34f589(0x2a4))/0x7)+-parseInt(_0x34f589(0x50e))/0x8+parseInt(_0x34f589(0x9c7))/0x9;if(_0x4eb76d===_0x1bf78b)break;else _0x470de6['push'](_0x470de6['shift']());}catch(_0x3fcf46){_0x470de6['push'](_0x470de6['shift']());}}}(_0x5400,0xd9770),Object[_0x1ed4d3(0x456)](exports,Symbol[_0x1ed4d3(0x8f4)],{'value':_0x1ed4d3(0x217)}));let e=require('@univerjs-pro/boards-print'),t=require('@univerjs-pro/embed'),n=require('@univerjs-pro/license'),r=require('@univerjs-pro/print'),i=require('@univerjs-pro/slides-print'),a=require('@univerjs/core'),o=require('@univerjs/docs-ui'),s=require('@univerjs/sheets-ui'),c=require('@univerjs/ui'),l=require('@univerjs/design'),u=require('@univerjs/icons'),d=require('react'),f=require('rxjs'),p=require('@univerjs/engine-render'),m=require('react/jsx-runtime'),h=require('@univerjs/docs'),g=require('@univerjs-pro/slides'),_=require('@univerjs-pro/bases-ui'),v=require('@univerjs/sheets'),y=require('@univerjs-pro/docs-table-ui'),b=require('@univerjs/sheets-note-ui'),x=require('@univerjs-pro/boards'),S=require('@univerjs-pro/slides-ui'),C=require('@univerjs-pro/bases'),w=require('react-dom'),T=require('@univerjs-pro/boards-ui'),E=require('@univerjs-pro/sheets-chart-ui'),D=require('@univerjs-pro/sheets-outline-ui'),O=require('@univerjs-pro/sheets-pivot-ui'),k=require('@univerjs-pro/sheets-print'),A=require('@univerjs-pro/sheets-shape-ui'),j=require('@univerjs-pro/sheets-sparkline-ui'),M=require('@univerjs/sheets-conditional-formatting-ui'),N=require('@univerjs/sheets-data-validation-ui'),P=require('@univerjs/sheets-drawing-ui'),ee=require('@univerjs/sheets-filter-ui'),F=require('@univerjs/sheets-hyper-link-ui'),I=require('@univerjs/sheets-numfmt-ui'),te=require('@univerjs/sheets-sort-ui'),ne=require('@univerjs/sheets-table-ui'),re=require('@univerjs/sheets-thread-comment-ui');var ie=_0x1ed4d3(0x2c6),ae=_0x1ed4d3(0x51e);function L(_0x4e2b9a,_0x27a4b7){const _0x55d21b=_0x1ed4d3;return _0x4e2b9a[_0x55d21b(0x4b5)]('['+_0x27a4b7+']')?_0x4e2b9a:_0x4e2b9a[_0x55d21b(0x55c)]('['+_0x27a4b7+']')??void 0x0;}function oe(_0x125830){const _0x4e34d6=_0x1ed4d3;let _0xf748ac=[];return se(_0x125830,_0x4e34d6(0x6d6),_0x4e34d6(0x8ca),_0xf748ac),se(_0x125830,_0x4e34d6(0x4a1),_0x4e34d6(0x71e),_0xf748ac),se(_0x125830,_0x4e34d6(0x870),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0xf748ac),se(_0x125830,_0x4e34d6(0x62e),_0x4e34d6(0x264),_0xf748ac),(0x0,a['toDisposable'])(()=>{_0xf748ac['forEach'](_0x3792cf=>_0x3792cf['remove']());});}function se(_0x56146f,_0x3c43bd,_0x18783b,_0x58d7b0){const _0x4c0504=_0x1ed4d3;let _0x22f89=L(_0x56146f,_0x3c43bd);if(_0x22f89)return _0x22f89;let _0x4e1a0c=document[_0x4c0504(0x467)](_0x4c0504(0x7ff));return _0x4e1a0c[_0x4c0504(0x57b)](_0x3c43bd,_0x4c0504(0x85d)),_0x4e1a0c[_0x4c0504(0x57b)]('data-embed-runtime-slot-owner',_0x4c0504(0x419)),_0x4e1a0c[_0x4c0504(0x416)]=_0x4c0504(0x8b7)+_0x18783b,_0x56146f[_0x4c0504(0x545)](_0x4e1a0c),_0x58d7b0['push'](_0x4e1a0c),_0x4e1a0c;}function R(_0x44426d){'@babel/helpers - typeof';const _0x23cb06=_0x1ed4d3;return R=typeof Symbol=='function'&&typeof Symbol[_0x23cb06(0x705)]==_0x23cb06(0x3e3)?function(_0x71de4){return typeof _0x71de4;}:function(_0xa4beb5){const _0x3e0df2=_0x23cb06;return _0xa4beb5&&typeof Symbol==_0x3e0df2(0x508)&&_0xa4beb5[_0x3e0df2(0x4c0)]===Symbol&&_0xa4beb5!==Symbol[_0x3e0df2(0x89e)]?_0x3e0df2(0x3e3):typeof _0xa4beb5;},R(_0x44426d);}function z(_0x2d2549,_0x4ee624){const _0xdff149=_0x1ed4d3;if(R(_0x2d2549)!=_0xdff149(0x56b)||!_0x2d2549)return _0x2d2549;var _0x12d541=_0x2d2549[Symbol[_0xdff149(0x598)]];if(_0x12d541!==void 0x0){var _0x1b4f75=_0x12d541[_0xdff149(0x5db)](_0x2d2549,_0x4ee624||_0xdff149(0x75e));if(R(_0x1b4f75)!=_0xdff149(0x56b))return _0x1b4f75;throw TypeError(_0xdff149(0x20f));}return(_0x4ee624===_0xdff149(0x23d)?String:Number)(_0x2d2549);}function ce(_0x2c17a6){const _0x4e1740=_0x1ed4d3;var _0x15e0f2=z(_0x2c17a6,_0x4e1740(0x23d));return R(_0x15e0f2)==_0x4e1740(0x3e3)?_0x15e0f2:_0x15e0f2+'';}function B(_0xfea27b,_0x705fa3,_0x11c7ca){const _0x367765=_0x1ed4d3;return(_0x705fa3=ce(_0x705fa3))in _0xfea27b?Object[_0x367765(0x456)](_0xfea27b,_0x705fa3,{'value':_0x11c7ca,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xfea27b[_0x705fa3]=_0x11c7ca,_0xfea27b;}var V=class{constructor(){const _0x413604=_0x1ed4d3;B(this,_0x413604(0x232),new Map());}['register'](_0x44199b){const _0x5430c3=_0x1ed4d3;return this['_contributions'][_0x5430c3(0x753)](_0x44199b[_0x5430c3(0x5c7)],_0x44199b),(0x0,a[_0x5430c3(0x64a)])(()=>{const _0x1eed4f=_0x5430c3;this['_contributions'][_0x1eed4f(0x53b)](_0x44199b[_0x1eed4f(0x5c7)])===_0x44199b&&this[_0x1eed4f(0x232)][_0x1eed4f(0x74c)](_0x44199b[_0x1eed4f(0x5c7)]);});}[_0x1ed4d3(0x53b)](_0x133830){return this['_contributions']['get'](_0x133830);}['list'](){const _0x48c0c4=_0x1ed4d3;return[...this[_0x48c0c4(0x232)][_0x48c0c4(0x3e4)]()];}},le=class{constructor(){const _0x182c2c=_0x1ed4d3;B(this,_0x182c2c(0x4c3),new f[(_0x182c2c(0x2ed))](null)),B(this,_0x182c2c(0x589),this['_active$'][_0x182c2c(0x7bc)]());}[_0x1ed4d3(0x8a7)](){const _0xffd25f=_0x1ed4d3;return this[_0xffd25f(0x4c3)][_0xffd25f(0x775)]();}[_0x1ed4d3(0x2ee)](_0x2d7350){const _0x52fcd7=_0x1ed4d3;let _0x330aea=this[_0x52fcd7(0x8a7)]();return(_0x330aea==null?void 0x0:_0x330aea[_0x52fcd7(0x666)])===_0x2d7350?_0x330aea[_0x52fcd7(0x756)]??_0x52fcd7(0x412):_0x52fcd7(0x23c);}[_0x1ed4d3(0x2d2)](_0x4f591c,_0x40ccac){const _0x2cfef5=_0x1ed4d3;let _0x3d7075=this['getActive'](),_0xf9c136=(_0x3d7075==null?void 0x0:_0x3d7075[_0x2cfef5(0x565)])===_0x4f591c[_0x2cfef5(0x565)]&&_0x3d7075['embedId']===_0x4f591c['embedId']&&_0x3d7075[_0x2cfef5(0x442)]===_0x4f591c[_0x2cfef5(0x442)],_0xd2720={..._0x4f591c,'stage':_0x40ccac??_0x4f591c[_0x2cfef5(0x756)]??(_0xf9c136?_0x3d7075[_0x2cfef5(0x756)]??_0x2cfef5(0x412):_0x2cfef5(0x412))};((_0x3d7075==null?void 0x0:_0x3d7075[_0x2cfef5(0x565)])!==_0xd2720[_0x2cfef5(0x565)]||_0x3d7075['embedId']!==_0xd2720[_0x2cfef5(0x666)]||_0x3d7075[_0x2cfef5(0x442)]!==_0xd2720['childUnitId']||(_0x3d7075[_0x2cfef5(0x756)]??'stage1')!==_0xd2720['stage'])&&this['_active$']['next'](_0xd2720);}[_0x1ed4d3(0x8a1)](_0x47f7e5,_0x4dfb57){const _0x583f2b=_0x1ed4d3;let _0x6183f1=this[_0x583f2b(0x8a7)]();!_0x6183f1||_0x6183f1[_0x583f2b(0x666)]!==_0x47f7e5||(_0x6183f1[_0x583f2b(0x756)]??_0x583f2b(0x412))!==_0x4dfb57&&this['_active$'][_0x583f2b(0x592)]({..._0x6183f1,'stage':_0x4dfb57});}[_0x1ed4d3(0x6a6)](_0x415464){const _0x5ea149=_0x1ed4d3;this[_0x5ea149(0x2ee)](_0x415464)===_0x5ea149(0x412)&&this[_0x5ea149(0x8a1)](_0x415464,'stage2');}['clear'](_0xdcf3c){const _0x385460=_0x1ed4d3;let _0x20ff8b=this[_0x385460(0x8a7)]();_0x20ff8b&&(!_0xdcf3c||_0x20ff8b[_0x385460(0x666)]===_0xdcf3c)&&this[_0x385460(0x4c3)]['next'](null);}},H=class{constructor(){const _0x27c643=_0x1ed4d3;B(this,_0x27c643(0x8c9),new f[(_0x27c643(0x2ed))](null)),B(this,_0x27c643(0x935),this['_override$'][_0x27c643(0x7bc)]());}[_0x1ed4d3(0x4a9)](){const _0x29d00e=_0x1ed4d3;return this[_0x29d00e(0x8c9)][_0x29d00e(0x775)]();}[_0x1ed4d3(0x2d2)](_0x529130,_0x3afefc,_0x46e1d6={}){const _0x487a40=_0x1ed4d3;var _0x39f8f3,_0x583fc9;if(!_0x529130[_0x487a40(0x442)]||_0x529130['childType']==null)throw Error(_0x487a40(0x5d1));let _0x5ac1f6=((_0x39f8f3=_0x529130[_0x487a40(0x440)])==null?void 0x0:_0x39f8f3[_0x487a40(0x9c5)])||void 0x0;if(_0x3afefc===_0x487a40(0x72c)&&(!_0x5ac1f6||_0x5ac1f6[_0x487a40(0x42b)]!==!0x0))throw Error(_0x487a40(0x5a6));if(_0x3afefc!=='tab-active')throw Error(_0x487a40(0x694));if((((_0x583fc9=_0x46e1d6[_0x487a40(0x781)])==null?void 0x0:_0x583fc9[_0x487a40(0x4ca)])??t[_0x487a40(0x618)][_0x487a40(0x4ca)])!==_0x487a40(0x446)&&_0x46e1d6[_0x487a40(0x432)]!==!0x0&&_0x46e1d6['allowHiddenRibbon']!==!0x0)return this[_0x487a40(0x9c2)](_0x529130[_0x487a40(0x666)]),null;let _0x40d31e={'hostUnitId':_0x529130[_0x487a40(0x565)],'embedId':_0x529130['embedId'],'childUnitId':_0x529130[_0x487a40(0x442)],'childType':_0x529130['childType'],'entry':_0x529130['entry'],'reason':_0x3afefc,'portalContainer':_0x46e1d6[_0x487a40(0x6d8)],'hideHostFxBar':_0x5ac1f6==null?void 0x0:_0x5ac1f6['hideHostFxBar'],'lockHostRibbon':_0x5ac1f6==null?void 0x0:_0x5ac1f6[_0x487a40(0x3b4)]},_0x11a0f1=this[_0x487a40(0x4a9)]();return U(_0x11a0f1,_0x40d31e)?_0x11a0f1:(this['_override$'][_0x487a40(0x592)](_0x40d31e),_0x40d31e);}[_0x1ed4d3(0x9c2)](_0x4824f9){const _0x2d4bcf=_0x1ed4d3;let _0x29efb7=this[_0x2d4bcf(0x4a9)]();_0x29efb7&&(!_0x4824f9||_0x29efb7['embedId']===_0x4824f9)&&this[_0x2d4bcf(0x8c9)][_0x2d4bcf(0x592)](null);}};function U(_0x98cfab,_0x2153d5){const _0xaf5fe3=_0x1ed4d3;return _0x98cfab!=null&&_0x98cfab['hostUnitId']===_0x2153d5[_0xaf5fe3(0x565)]&&_0x98cfab[_0xaf5fe3(0x666)]===_0x2153d5[_0xaf5fe3(0x666)]&&_0x98cfab[_0xaf5fe3(0x442)]===_0x2153d5['childUnitId']&&_0x98cfab[_0xaf5fe3(0x5c7)]===_0x2153d5[_0xaf5fe3(0x5c7)]&&_0x98cfab[_0xaf5fe3(0x8bf)]===_0x2153d5[_0xaf5fe3(0x8bf)]&&_0x98cfab['reason']===_0x2153d5[_0xaf5fe3(0x279)]&&_0x98cfab['portalContainer']===_0x2153d5['portalContainer']&&_0x98cfab[_0xaf5fe3(0x533)]===_0x2153d5[_0xaf5fe3(0x533)]&&_0x98cfab[_0xaf5fe3(0x3b4)]===_0x2153d5[_0xaf5fe3(0x3b4)];}const W=_0x1ed4d3(0x5b8);var G=class{constructor(){const _0x32caa5=_0x1ed4d3;B(this,_0x32caa5(0x623),new Map()),B(this,_0x32caa5(0x6c4),new Map()),B(this,'_runtimeScopes',new Map()),B(this,_0x32caa5(0x90a),0x0),B(this,_0x32caa5(0x652),new f[(_0x32caa5(0x464))]()),B(this,_0x32caa5(0x838),new f[(_0x32caa5(0x464))]());}[_0x1ed4d3(0x294)](_0x91b3){const _0xd71553=_0x1ed4d3;let _0x12ae61={'role':_0x91b3[_0xd71553(0x697)],'owner':_0x91b3[_0xd71553(0x857)],'sessionMode':_0x91b3[_0xd71553(0x433)],'hostUnitId':_0x91b3[_0xd71553(0x565)],'childUnitId':_0x91b3[_0xd71553(0x442)],'childType':_0x91b3[_0xd71553(0x5c7)],'associatedChildUnitIds':_0x91b3['associatedChildUnitIds'],'sequence':++this[_0xd71553(0x90a)]},_0x1b5f3b=this['_leases'][_0xd71553(0x53b)](_0x91b3[_0xd71553(0x666)]);return _0x1b5f3b||(_0x1b5f3b=new Set(),this[_0xd71553(0x623)][_0xd71553(0x753)](_0x91b3[_0xd71553(0x666)],_0x1b5f3b)),_0x1b5f3b[_0xd71553(0x363)](_0x12ae61),_0x12ae61[_0xd71553(0x697)]!==_0xd71553(0x8d5)&&this[_0xd71553(0x2c1)](),_0x12ae61[_0xd71553(0x697)]==='child-session'&&this[_0xd71553(0x4a5)](),(0x0,a[_0xd71553(0x64a)])(()=>{const _0x237a05=_0xd71553;_0x1b5f3b==null||_0x1b5f3b[_0x237a05(0x74c)](_0x12ae61),(_0x1b5f3b==null?void 0x0:_0x1b5f3b['size'])===0x0&&this[_0x237a05(0x623)][_0x237a05(0x74c)](_0x91b3['embedId']),_0x12ae61[_0x237a05(0x697)]!==_0x237a05(0x8d5)&&this['_notifyRuntimeFocusChanged'](),_0x12ae61['role']==='child-session'&&this[_0x237a05(0x4a5)]();});}[_0x1ed4d3(0x445)](_0x1eee67){const _0x2e274e=_0x1ed4d3;if(!_0x1eee67)return!0x1;let _0x11d12c=this[_0x2e274e(0x623)]['get'](_0x1eee67);return _0x11d12c&&[..._0x11d12c][_0x2e274e(0x52a)](_0xcff794=>_0xcff794[_0x2e274e(0x697)]!==_0x2e274e(0x8d5))?!0x0:this[_0x2e274e(0x892)](_0x1eee67,this['_getActiveElement'](_0x1eee67));}['hasBlockingChildFocusLease'](_0x2c3699,_0x28e7ae){const _0xedbd14=_0x1ed4d3;if(!_0x2c3699)return!0x1;let _0x5a16b6=this[_0xedbd14(0x623)][_0xedbd14(0x53b)](_0x2c3699);return _0x5a16b6&&[..._0x5a16b6][_0xedbd14(0x52a)](_0x4960be=>this[_0xedbd14(0x522)](_0x4960be,_0x28e7ae))?!0x0:this[_0xedbd14(0x892)](_0x2c3699,this[_0xedbd14(0x340)](_0x2c3699));}[_0x1ed4d3(0x7b8)](){const _0x2645de=_0x1ed4d3;return[...this[_0x2645de(0x623)]['values']()]['some'](_0x1ef37e=>[..._0x1ef37e][_0x2645de(0x52a)](_0x4970e7=>_0x4970e7[_0x2645de(0x697)]!==_0x2645de(0x8d5)))||this[_0x2645de(0x7d6)]()!=null;}[_0x1ed4d3(0x8ff)](_0xe89fd2){const _0x145f7f=_0x1ed4d3;if([...this[_0x145f7f(0x623)]['values']()][_0x145f7f(0x52a)](_0x57eafd=>[..._0x57eafd][_0x145f7f(0x52a)](_0xdcd8da=>this['_isBlockingLease'](_0xdcd8da,_0xe89fd2))))return!0x0;let _0xcf0a56=this[_0x145f7f(0x7d6)]();return _0xcf0a56!=null&&this[_0x145f7f(0x39e)](_0xcf0a56[_0x145f7f(0x697)]);}[_0x1ed4d3(0x4c8)](_0xd7f2e1,_0x5a2200){const _0x2d6b78=_0x1ed4d3;if(!_0xd7f2e1)return!0x1;let _0x312902=this[_0x2d6b78(0x623)]['get'](_0xd7f2e1);return _0x312902&&[..._0x312902][_0x2d6b78(0x52a)](_0x540a9e=>this['_isHostPreservingLease'](_0x540a9e,_0x5a2200))?!0x0:this[_0x2d6b78(0x892)](_0xd7f2e1,this[_0x2d6b78(0x340)](_0xd7f2e1));}[_0x1ed4d3(0x354)](_0x4c8dfc){const _0x3cbc67=_0x1ed4d3;return[...this[_0x3cbc67(0x623)][_0x3cbc67(0x3e4)]()][_0x3cbc67(0x52a)](_0x206d11=>[..._0x206d11]['some'](_0x327a57=>this[_0x3cbc67(0x1f2)](_0x327a57,_0x4c8dfc)))?!0x0:this[_0x3cbc67(0x7d6)]()!=null;}['hasHostPreservingChildFocusLeaseForHost'](_0x528a17,_0x1b96e3){const _0x26a4a7=_0x1ed4d3;if(!_0x528a17)return this[_0x26a4a7(0x354)](_0x1b96e3);if([...this[_0x26a4a7(0x623)]['values']()][_0x26a4a7(0x52a)](_0x2461a7=>[..._0x2461a7][_0x26a4a7(0x52a)](_0x2c22b9=>this[_0x26a4a7(0x1f2)](_0x2c22b9,_0x1b96e3)&&this[_0x26a4a7(0x615)](_0x2c22b9,_0x528a17))))return!0x0;let _0x1962e2=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0x1962e2)return!0x1;let _0xa9773f=this[_0x26a4a7(0x623)][_0x26a4a7(0x53b)](_0x1962e2[_0x26a4a7(0x666)]);return _0xa9773f&&[..._0xa9773f]['some'](_0x3bf3e3=>this['_isHostPreservingLease'](_0x3bf3e3,_0x1b96e3)&&this[_0x26a4a7(0x615)](_0x3bf3e3,_0x528a17))?!0x0:this[_0x26a4a7(0x826)](_0x1962e2['embedId'],_0x528a17);}[_0x1ed4d3(0x59b)](_0x3c3fcd){const _0x278ca1=_0x1ed4d3;return _0x3c3fcd?[...this[_0x278ca1(0x623)]['values']()][_0x278ca1(0x52a)](_0x276f6a=>[..._0x276f6a]['some'](_0x253fa9=>this[_0x278ca1(0x8fd)](_0x253fa9,_0x3c3fcd)&&_0x253fa9['role']!=='runtime')):!0x1;}[_0x1ed4d3(0x708)](_0x4d1634){const _0x567eee=_0x1ed4d3;let _0x2be42b={'hostUnitId':_0x4d1634['hostUnitId'],'childUnitId':_0x4d1634['childUnitId'],'childType':_0x4d1634[_0x567eee(0x5c7)],'sessionMode':_0x4d1634[_0x567eee(0x433)],'sequence':++this[_0x567eee(0x90a)]},_0x17e52e=this[_0x567eee(0x5b9)][_0x567eee(0x53b)](_0x4d1634['embedId']);return _0x17e52e||(_0x17e52e=new Set(),this['_runtimeScopes'][_0x567eee(0x753)](_0x4d1634[_0x567eee(0x666)],_0x17e52e)),_0x17e52e[_0x567eee(0x363)](_0x2be42b),this[_0x567eee(0x2c1)](),this[_0x567eee(0x4a5)](),(0x0,a[_0x567eee(0x64a)])(()=>{const _0x43cbe9=_0x567eee;_0x17e52e==null||_0x17e52e[_0x43cbe9(0x74c)](_0x2be42b),(_0x17e52e==null?void 0x0:_0x17e52e['size'])===0x0&&this[_0x43cbe9(0x5b9)]['delete'](_0x4d1634[_0x43cbe9(0x666)]),this[_0x43cbe9(0x2c1)](),this[_0x43cbe9(0x4a5)]();});}[_0x1ed4d3(0x4c9)](_0x177163){const _0x2a1d62=_0x1ed4d3;if(!_0x177163)return;let _0x39a5ec;for(let [_0x4ec209,_0x21da3e]of this[_0x2a1d62(0x5b9)])for(let _0x21f5c7 of _0x21da3e)_0x21f5c7[_0x2a1d62(0x442)]===_0x177163&&(!_0x39a5ec||_0x21f5c7[_0x2a1d62(0x6ee)]>_0x39a5ec[_0x2a1d62(0x54b)][_0x2a1d62(0x6ee)])&&(_0x39a5ec={'embedId':_0x4ec209,'scope':_0x21f5c7});if(_0x39a5ec){let {embedId:_0x5a1390,scope:_0x57850a}=_0x39a5ec;return{'embedId':_0x5a1390,'hostUnitId':_0x57850a['hostUnitId'],'childUnitId':_0x57850a['childUnitId'],'childType':_0x57850a[_0x2a1d62(0x5c7)],'sessionMode':_0x57850a['sessionMode']};}}['resolveActiveChildSessionRuntimeScope'](){const _0x300c58=_0x1ed4d3;let _0x44c165;for(let [_0x392bf4,_0x362422]of this[_0x300c58(0x623)])for(let _0x38dde0 of _0x362422){if(_0x38dde0['role']!=='child-session'||!_0x38dde0[_0x300c58(0x442)])continue;let _0x2cbaf3=this[_0x300c58(0x3fd)](_0x38dde0);(!_0x44c165||_0x2cbaf3>_0x44c165[_0x300c58(0x66a)]||_0x2cbaf3===_0x44c165['priority']&&_0x38dde0[_0x300c58(0x6ee)]>_0x44c165[_0x300c58(0x608)][_0x300c58(0x6ee)])&&(_0x44c165={'embedId':_0x392bf4,'lease':_0x38dde0,'priority':_0x2cbaf3});}return _0x44c165?{'embedId':_0x44c165[_0x300c58(0x666)],'hostUnitId':_0x44c165[_0x300c58(0x608)][_0x300c58(0x565)],'childUnitId':_0x44c165['lease'][_0x300c58(0x442)],'childType':_0x44c165['lease'][_0x300c58(0x5c7)],'sessionMode':this[_0x300c58(0x773)](_0x44c165[_0x300c58(0x608)])}:void 0x0;}['isChildUnitRuntimeEvent'](_0xa2fb0,_0x37ecb9,_0xafec8d){const _0x22a1ce=_0x1ed4d3;if(!_0xa2fb0)return!0x1;let _0x3152e3=this[_0x22a1ce(0x438)](_0x37ecb9,_0xafec8d);return _0x3152e3?this[_0x22a1ce(0x900)](_0x3152e3,_0xa2fb0):!0x1;}[_0x1ed4d3(0x54e)](_0x1935ec,_0x39f722,_0x4efc74,_0x484753){const _0x1760ab=_0x1ed4d3;return this[_0x1760ab(0x859)](_0x1935ec,_0x39f722,_0x4efc74)||this['isChildUnitInActiveSession'](_0x1935ec)?!0x1:this[_0x1760ab(0x502)](_0x1935ec,_0x484753);}[_0x1ed4d3(0x41f)](_0x36ef74){const _0x336281=_0x1ed4d3;let _0x207777=this['_elements'][_0x336281(0x53b)](_0x36ef74[_0x336281(0x666)]);_0x207777||(_0x207777=new Set(),this['_elements'][_0x336281(0x753)](_0x36ef74['embedId'],_0x207777)),_0x207777[_0x336281(0x363)](_0x36ef74[_0x336281(0x4e1)]);let _0x135691=_0x36ef74[_0x336281(0x4e1)][_0x336281(0x2d4)](W);return _0x36ef74[_0x336281(0x4e1)][_0x336281(0x57b)](W,_0x36ef74[_0x336281(0x697)]),this[_0x336281(0x2c1)](),(0x0,a['toDisposable'])(()=>{const _0x553dfc=_0x336281;_0x207777==null||_0x207777[_0x553dfc(0x74c)](_0x36ef74[_0x553dfc(0x4e1)]),(_0x207777==null?void 0x0:_0x207777[_0x553dfc(0x2e5)])===0x0&&this[_0x553dfc(0x6c4)][_0x553dfc(0x74c)](_0x36ef74[_0x553dfc(0x666)]),_0x135691==null?_0x36ef74['element'][_0x553dfc(0x526)](W):_0x36ef74['element'][_0x553dfc(0x57b)](W,_0x135691),this[_0x553dfc(0x2c1)]();});}['listElements'](_0x2cd4f0){const _0x4b02e0=_0x1ed4d3;return _0x2cd4f0?[...this['_elements'][_0x4b02e0(0x53b)](_0x2cd4f0)??[]]:[];}[_0x1ed4d3(0x892)](_0x4d08e6,_0x532321,_0x5193ba){const _0x26f195=_0x1ed4d3;if(!_0x4d08e6)return!0x1;let _0x43658b=this[_0x26f195(0x6c4)][_0x26f195(0x53b)](_0x4d08e6),_0x4a7bad=typeof(_0x5193ba==null?void 0x0:_0x5193ba[_0x26f195(0x20b)])==_0x26f195(0x508)?_0x5193ba[_0x26f195(0x20b)]():void 0x0;return _0x43658b!=null&&_0x43658b['size']&&_0x4a7bad!=null&&_0x4a7bad[_0x26f195(0x52a)](_0x18e8ed=>_0x18e8ed instanceof HTMLElement&&this[_0x26f195(0x8b5)](_0x43658b,_0x18e8ed))||_0x4a7bad!=null&&_0x4a7bad[_0x26f195(0x52a)](_0x1a2943=>_0x1a2943 instanceof HTMLElement&&this[_0x26f195(0x9b5)](_0x4d08e6,_0x1a2943))?!0x0:_0x532321 instanceof HTMLElement&&(!!(_0x43658b!=null&&_0x43658b[_0x26f195(0x2e5)])&&this[_0x26f195(0x8b5)](_0x43658b,_0x532321)||this['_isOwnedBoundaryElement'](_0x4d08e6,_0x532321));}['_containsRegisteredElement'](_0x561c25,_0x3d3411){const _0x3a5831=_0x1ed4d3;return[..._0x561c25][_0x3a5831(0x52a)](_0x477e88=>_0x477e88===_0x3d3411||_0x477e88['contains'](_0x3d3411));}['_isBlockingLease'](_0x375fcf,_0x2dc5cf){const _0x1f3b5f=_0x1ed4d3;var _0x31e246;return _0x375fcf[_0x1f3b5f(0x857)]&&_0x2dc5cf!=null&&(_0x31e246=_0x2dc5cf[_0x1f3b5f(0x960)])!=null&&_0x31e246['includes'](_0x375fcf[_0x1f3b5f(0x857)])?!0x1:this[_0x1f3b5f(0x39e)](_0x375fcf[_0x1f3b5f(0x697)]);}['_isHostPreservingLease'](_0x362fc9,_0x1d6b00){const _0x5ab3ce=_0x1ed4d3;var _0x4ea9fa;return _0x362fc9['owner']&&_0x1d6b00!=null&&(_0x4ea9fa=_0x1d6b00['ignoreOwners'])!=null&&_0x4ea9fa[_0x5ab3ce(0x95f)](_0x362fc9[_0x5ab3ce(0x857)])?!0x1:_0x362fc9[_0x5ab3ce(0x697)]!==_0x5ab3ce(0x8d5);}[_0x1ed4d3(0x615)](_0x3c95a9,_0x4b4f48){const _0x2e9a5a=_0x1ed4d3;return _0x3c95a9[_0x2e9a5a(0x565)]==null||_0x3c95a9[_0x2e9a5a(0x565)]===_0x4b4f48;}['_ownedRuntimeFocusAppliesToHost'](_0x30f278,_0x36a427){const _0x443d3f=_0x1ed4d3;let _0x38cbbc=this['_runtimeScopes'][_0x443d3f(0x53b)](_0x30f278);return!!_0x38cbbc&&[..._0x38cbbc][_0x443d3f(0x52a)](_0x3a9bef=>_0x3a9bef[_0x443d3f(0x565)]==null||_0x3a9bef['hostUnitId']===_0x36a427);}[_0x1ed4d3(0x8fd)](_0x149f34,_0xa7292f){const _0x3675e7=_0x1ed4d3;var _0x7785fc;return _0x149f34[_0x3675e7(0x442)]===_0xa7292f||((_0x7785fc=_0x149f34['associatedChildUnitIds'])==null?void 0x0:_0x7785fc[_0x3675e7(0x95f)](_0xa7292f))===!0x0;}[_0x1ed4d3(0x900)](_0x4c1704,_0x2492cb){const _0x1a1e7e=_0x1ed4d3;if([...this[_0x1a1e7e(0x5b9)]['get'](_0x4c1704)??[]]['some'](_0x34f9f8=>_0x34f9f8[_0x1a1e7e(0x442)]===_0x2492cb))return!0x0;let _0x9e8bbf=this[_0x1a1e7e(0x623)]['get'](_0x4c1704);return!!_0x9e8bbf&&[..._0x9e8bbf][_0x1a1e7e(0x52a)](_0x1d4340=>this[_0x1a1e7e(0x8fd)](_0x1d4340,_0x2492cb));}[_0x1ed4d3(0x39e)](_0x74f286){const _0x463814=_0x1ed4d3;return _0x74f286!==_0x463814(0x8d5);}[_0x1ed4d3(0x3fd)](_0x2a9262){const _0x3434f9=_0x1ed4d3;let _0xf32e71=this[_0x3434f9(0x773)](_0x2a9262);return _0xf32e71===_0x3434f9(0x326)?0x1e:_0xf32e71===_0x3434f9(0x950)?0x14:_0xf32e71===_0x3434f9(0x868)?0xa:0x0;}[_0x1ed4d3(0x773)](_0x738c7c){const _0x26fb06=_0x1ed4d3;return _0x738c7c[_0x26fb06(0x433)]?_0x738c7c[_0x26fb06(0x433)]:_0x738c7c[_0x26fb06(0x857)]===_0x26fb06(0x254)?_0x26fb06(0x326):_0x738c7c[_0x26fb06(0x857)]===_0x26fb06(0x873)||_0x738c7c[_0x26fb06(0x857)]===_0x26fb06(0x22b)?_0x26fb06(0x950):_0x738c7c[_0x26fb06(0x857)]===_0x26fb06(0x7c2)?_0x26fb06(0x868):_0x738c7c[_0x26fb06(0x697)]==='child-session'?_0x26fb06(0x950):_0x26fb06(0x1f5);}['_isOwnedBoundaryElement'](_0x208d13,_0x24872){return _0x24872['closest']('['+K+'=\x22'+_0x208d13+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x3e0e09,_0x40ce48){const _0x2c08c7=_0x1ed4d3;let _0x16150d=typeof(_0x40ce48==null?void 0x0:_0x40ce48[_0x2c08c7(0x20b)])==_0x2c08c7(0x508)?_0x40ce48[_0x2c08c7(0x20b)]():void 0x0,_0x3ba6af=(_0x16150d==null?void 0x0:_0x16150d[_0x2c08c7(0x961)](_0x24b379=>this[_0x2c08c7(0x779)](_0x24b379)&&_0x24b379['hasAttribute']('data-embed-interaction-boundary-owner')))??(this['_isHTMLElement'](_0x3e0e09)?_0x3e0e09[_0x2c08c7(0x6bc)]('[data-embed-interaction-boundary-owner]')??void 0x0:void 0x0);return(_0x3ba6af==null?void 0x0:_0x3ba6af[_0x2c08c7(0x2d4)](_0x2c08c7(0x4e5)))??this[_0x2c08c7(0x3a8)](_0x40ce48);}[_0x1ed4d3(0x3a8)](_0x931186){const _0x12aae4=_0x1ed4d3;let _0x1f5a10=this[_0x12aae4(0x65f)](_0x931186);if(!_0x1f5a10)return;let _0x4d60df;for(let [_0x443141,_0x5bad79]of this['_elements'])for(let _0xd7b423 of _0x5bad79){let _0x22d369=_0xd7b423[_0x12aae4(0x455)]();if(!this[_0x12aae4(0x56c)](_0x22d369,_0x1f5a10[_0x12aae4(0x5a8)],_0x1f5a10[_0x12aae4(0x576)]))continue;let _0x3260f8=_0x22d369[_0x12aae4(0x754)]*_0x22d369['height'];(!_0x4d60df||_0x3260f8<_0x4d60df[_0x12aae4(0x7f8)])&&(_0x4d60df={'embedId':_0x443141,'area':_0x3260f8});}return _0x4d60df==null?void 0x0:_0x4d60df[_0x12aae4(0x666)];}[_0x1ed4d3(0x65f)](_0x208e72){const _0x553424=_0x1ed4d3;let _0x1854aa=_0x208e72;if(_0x1854aa){if(Number[_0x553424(0x8cd)](_0x1854aa[_0x553424(0x5a8)])&&Number[_0x553424(0x8cd)](_0x1854aa[_0x553424(0x576)]))return{'clientX':_0x1854aa[_0x553424(0x5a8)],'clientY':_0x1854aa[_0x553424(0x576)]};if(Number['isFinite'](_0x1854aa['x'])&&Number[_0x553424(0x8cd)](_0x1854aa['y']))return{'clientX':_0x1854aa['x'],'clientY':_0x1854aa['y']};}}['_rectContainsPoint'](_0x1d5047,_0x307fd1,_0x1f8421){const _0x54f26c=_0x1ed4d3;return _0x1d5047[_0x54f26c(0x754)]>0x0&&_0x1d5047[_0x54f26c(0x33c)]>0x0&&_0x307fd1>=_0x1d5047[_0x54f26c(0x2f6)]&&_0x307fd1<=_0x1d5047[_0x54f26c(0x770)]&&_0x1f8421>=_0x1d5047[_0x54f26c(0x578)]&&_0x1f8421<=_0x1d5047[_0x54f26c(0x976)];}['_getActiveOwnedRuntimeFocusInfo'](){const _0x25f578=_0x1ed4d3;var _0x43ada5;let _0x22fd41=this['_getAnyActiveElement']();if(!this[_0x25f578(0x779)](_0x22fd41))return;let _0x1850aa=_0x22fd41[_0x25f578(0x6bc)]('['+K+']');if(!_0x1850aa)return;let _0x1c48ff=_0x1850aa['getAttribute'](K),_0x549694=(_0x43ada5=_0x22fd41[_0x25f578(0x6bc)](_0x25f578(0x4ea)))==null?void 0x0:_0x43ada5[_0x25f578(0x2d4)](W);return _0x1c48ff&&this[_0x25f578(0x76d)](_0x549694)?{'embedId':_0x1c48ff,'role':_0x549694}:void 0x0;}[_0x1ed4d3(0x779)](_0x3c70da){const _0x5bd567=_0x1ed4d3;var _0x3fb002;if(!_0x3c70da)return!0x1;let _0x15fe19=(_0x3fb002=_0x3c70da[_0x5bd567(0x2f2)])==null?void 0x0:_0x3fb002[_0x5bd567(0x2e9)];return _0x15fe19?_0x3c70da instanceof _0x15fe19[_0x5bd567(0x51f)]:typeof HTMLElement<'u'&&_0x3c70da instanceof HTMLElement;}[_0x1ed4d3(0x76d)](_0x8a463e){const _0x13f085=_0x1ed4d3;return _0x8a463e===_0x13f085(0x8d5)||_0x8a463e===_0x13f085(0x26c)||_0x8a463e===_0x13f085(0x908)||_0x8a463e==='child-popup'||_0x8a463e==='floating-menu';}['_getAnyActiveElement'](){const _0x83bc6c=_0x1ed4d3;for(let _0x1393d6 of this[_0x83bc6c(0x6c4)]['values']()){var _0x46b535;let _0x3a49ef=(_0x46b535=_0x1393d6[_0x83bc6c(0x3e4)]()[_0x83bc6c(0x592)]()[_0x83bc6c(0x2fe)])==null?void 0x0:_0x46b535[_0x83bc6c(0x2f2)];if(_0x3a49ef!=null&&_0x3a49ef[_0x83bc6c(0x503)])return _0x3a49ef['activeElement'];}return typeof document>'u'?null:document[_0x83bc6c(0x503)];}[_0x1ed4d3(0x340)](_0x260141){const _0x3195f8=_0x1ed4d3;var _0x2ffb41;let _0x488b20=this[_0x3195f8(0x6c4)][_0x3195f8(0x53b)](_0x260141),_0x4e503b=_0x488b20==null||(_0x2ffb41=_0x488b20[_0x3195f8(0x3e4)]()[_0x3195f8(0x592)]()[_0x3195f8(0x2fe)])==null?void 0x0:_0x2ffb41['ownerDocument'];return(_0x4e503b==null?void 0x0:_0x4e503b['activeElement'])??(typeof document>'u'?null:document[_0x3195f8(0x503)]);}[_0x1ed4d3(0x2c1)](){const _0x5f7206=_0x1ed4d3;this[_0x5f7206(0x652)][_0x5f7206(0x592)]();}[_0x1ed4d3(0x4a5)](){const _0x5b5c77=_0x1ed4d3;this[_0x5b5c77(0x838)][_0x5b5c77(0x592)]();}};const K=_0x1ed4d3(0x4e5),ue=_0x1ed4d3(0x836);var q=class{constructor(){const _0x6826b=_0x1ed4d3;B(this,_0x6826b(0x26b),new Map()),B(this,_0x6826b(0x7cf),new Map()),B(this,_0x6826b(0x29a),new WeakMap()),B(this,_0x6826b(0x420),new WeakSet()),B(this,_0x6826b(0x79c),new WeakMap()),B(this,'_pendingPortalOwner',void 0x0);}[_0x1ed4d3(0x577)](_0xad1638,_0x64d008,_0xb00d23){const _0x128b22=_0x1ed4d3;let _0x1f3862=this[_0x128b22(0x26b)][_0x128b22(0x53b)](_0xad1638);_0x1f3862||(_0x1f3862=new Set(),this[_0x128b22(0x26b)][_0x128b22(0x753)](_0xad1638,_0x1f3862)),_0xb00d23&&this[_0x128b22(0x7cf)]['set'](_0xad1638,_0xb00d23),_0x1f3862['add'](_0x64d008);let _0x2a03e1=_0x64d008[_0x128b22(0x2d4)](K),_0x19433a=_0x64d008[_0x128b22(0x2d4)](c[_0x128b22(0x6b6)]);_0x64d008[_0x128b22(0x57b)](K,_0xad1638),_0xb00d23&&_0x64d008[_0x128b22(0x57b)](c[_0x128b22(0x6b6)],_0xb00d23);let _0x372388=this[_0x128b22(0x746)](_0xad1638,_0x64d008),_0x22d1c8=()=>this[_0x128b22(0x5dc)](_0xad1638,_0x64d008[_0x128b22(0x2f2)]);return _0x64d008[_0x128b22(0x7d4)](_0x128b22(0x888),_0x22d1c8,!0x0),_0x64d008[_0x128b22(0x7d4)](_0x128b22(0x333),_0x22d1c8,!0x0),_0x64d008[_0x128b22(0x7d4)](_0x128b22(0x845),_0x22d1c8,!0x0),(0x0,a[_0x128b22(0x64a)])(()=>{const _0x4cd02a=_0x128b22;var _0x466cf6;_0x372388['dispose'](),_0x64d008[_0x4cd02a(0x2f5)](_0x4cd02a(0x888),_0x22d1c8,!0x0),_0x64d008[_0x4cd02a(0x2f5)](_0x4cd02a(0x333),_0x22d1c8,!0x0),_0x64d008['removeEventListener'](_0x4cd02a(0x845),_0x22d1c8,!0x0),((_0x466cf6=this[_0x4cd02a(0x2b2)])==null?void 0x0:_0x466cf6['embedId'])===_0xad1638&&this['_pendingPortalOwner'][_0x4cd02a(0x408)]===_0x64d008[_0x4cd02a(0x2f2)]&&(this[_0x4cd02a(0x2b2)]=void 0x0),_0x1f3862==null||_0x1f3862[_0x4cd02a(0x74c)](_0x64d008),_0x1f3862&&_0x1f3862[_0x4cd02a(0x2e5)]===0x0&&(this['_roots'][_0x4cd02a(0x74c)](_0xad1638),this[_0x4cd02a(0x7cf)][_0x4cd02a(0x74c)](_0xad1638)),_0x2a03e1==null?_0x64d008[_0x4cd02a(0x526)](K):_0x64d008[_0x4cd02a(0x57b)](K,_0x2a03e1),_0x19433a==null?_0x64d008['removeAttribute'](c[_0x4cd02a(0x6b6)]):_0x64d008[_0x4cd02a(0x57b)](c[_0x4cd02a(0x6b6)],_0x19433a);});}[_0x1ed4d3(0x746)](_0x25f15f,_0xa9389f){const _0x73d611=_0x1ed4d3;let _0x3a894a=_0xa9389f[_0x73d611(0x2f2)][_0x73d611(0x2e9)],_0x169d8a=new Map(),_0x53341d=new Map(),_0x3e497d,_0x425f74=!0x1,_0x559727=_0x7e4b04=>{const _0x3dc367=_0x73d611;_0x169d8a[_0x3dc367(0x54f)](_0x7e4b04)||_0x169d8a[_0x3dc367(0x753)](_0x7e4b04,_0x7e4b04[_0x3dc367(0x2d4)](K)),_0x53341d[_0x3dc367(0x54f)](_0x7e4b04)||_0x53341d[_0x3dc367(0x753)](_0x7e4b04,_0x7e4b04[_0x3dc367(0x2d4)](W));},_0x1195ac=_0x13d14f=>{const _0x585946=_0x73d611;_0x559727(_0x13d14f),_0x13d14f[_0x585946(0x57b)](K,_0x25f15f),_0x13d14f[_0x585946(0x57b)](W,_0x585946(0x31c));},_0x41d7dc=_0x477844=>{const _0x19eb0a=_0x73d611;this[_0x19eb0a(0x39f)](_0x477844)&&(_0x1195ac(_0x477844),_0x477844[_0x19eb0a(0x7d0)]('*')['forEach'](_0x1195ac));},_0x2cdc62=_0x17a252=>{const _0x3f8659=_0x73d611;_0x425f74||(_0x41d7dc(_0x17a252),_0x17a252[_0x3f8659(0x7d0)]('*')[_0x3f8659(0x360)](_0xb5be57=>_0x41d7dc(_0xb5be57)));};return _0x2cdc62(_0xa9389f),_0x3a894a!=null&&_0x3a894a['MutationObserver']&&(_0x3e497d=new _0x3a894a[(_0x73d611(0x4ec))](_0x3ae3df=>{const _0x32525f=_0x73d611;_0x3ae3df[_0x32525f(0x360)](_0x24f45c=>{const _0x16c1fd=_0x32525f;_0x24f45c[_0x16c1fd(0x20d)][_0x16c1fd(0x360)](_0xe0190c=>{const _0x328f5b=_0x16c1fd;_0xe0190c instanceof _0x3a894a[_0x328f5b(0x51f)]&&_0x2cdc62(_0xe0190c);});});}),_0x3e497d[_0x73d611(0x969)](_0xa9389f,{'childList':!0x0,'subtree':!0x0})),(0x0,a[_0x73d611(0x64a)])(()=>{const _0x4bd3f0=_0x73d611;_0x425f74=!0x0,_0x3e497d==null||_0x3e497d[_0x4bd3f0(0x8fe)](),_0x169d8a[_0x4bd3f0(0x360)]((_0x56d9cf,_0x403454)=>{const _0x5a9bac=_0x4bd3f0;if(_0x56d9cf==null){_0x403454[_0x5a9bac(0x526)](K);return;}_0x403454[_0x5a9bac(0x57b)](K,_0x56d9cf);}),_0x53341d[_0x4bd3f0(0x360)]((_0x9227e,_0x323ef8)=>{const _0x1432c9=_0x4bd3f0;if(_0x9227e==null){_0x323ef8['removeAttribute'](W);return;}_0x323ef8[_0x1432c9(0x57b)](W,_0x9227e);});});}['registerOwnedElement'](_0x43c4cc,_0x426bec){const _0x28a49d=_0x1ed4d3;let _0x37731b=this[_0x28a49d(0x26b)][_0x28a49d(0x53b)](_0x43c4cc);_0x37731b||(_0x37731b=new Set(),this[_0x28a49d(0x26b)][_0x28a49d(0x753)](_0x43c4cc,_0x37731b)),_0x37731b['add'](_0x426bec);let _0x5ac464=this[_0x28a49d(0x4f7)](_0x43c4cc,_0x426bec);return(0x0,a[_0x28a49d(0x64a)])(()=>{const _0x27ab7b=_0x28a49d;_0x37731b==null||_0x37731b[_0x27ab7b(0x74c)](_0x426bec),_0x37731b&&_0x37731b[_0x27ab7b(0x2e5)]===0x0&&this[_0x27ab7b(0x26b)][_0x27ab7b(0x74c)](_0x43c4cc),_0x5ac464[_0x27ab7b(0x45b)]();});}[_0x1ed4d3(0x495)](_0x5787af,_0x125032,_0x2d2786){const _0x4c59ef=_0x1ed4d3;let _0x24f0f5=typeof(_0x2d2786==null?void 0x0:_0x2d2786[_0x4c59ef(0x20b)])==_0x4c59ef(0x508)?_0x2d2786['composedPath']():void 0x0;if(_0x24f0f5!=null&&_0x24f0f5['some'](_0x50e438=>_0x50e438 instanceof HTMLElement&&this[_0x4c59ef(0x634)](_0x5787af,_0x50e438)))return!0x0;if(!(_0x125032 instanceof HTMLElement))return!0x1;if(this['_isOwnedElement'](_0x5787af,_0x125032))return!0x0;if(!_0x5787af)return Array[_0x4c59ef(0x8dc)](this[_0x4c59ef(0x26b)][_0x4c59ef(0x3e4)]())['some'](_0x3c89d1=>[..._0x3c89d1][_0x4c59ef(0x52a)](_0x2745e2=>_0x2745e2[_0x4c59ef(0x89c)]&&_0x2745e2['contains'](_0x125032)));let _0x43d18a=this[_0x4c59ef(0x26b)][_0x4c59ef(0x53b)](_0x5787af);return!!_0x43d18a&&[..._0x43d18a]['some'](_0x4175c3=>_0x4175c3[_0x4c59ef(0x89c)]&&_0x4175c3['contains'](_0x125032));}['hasRecentInteraction'](_0x4830df){const _0x5858fd=_0x1ed4d3;let _0x105db1=_0x4830df?this[_0x5858fd(0x79c)]['get'](_0x4830df):typeof document<'u'?this[_0x5858fd(0x79c)][_0x5858fd(0x53b)](document):void 0x0;if(_0x105db1!=null&&_0x105db1[_0x5858fd(0x9ba)])return!0x0;let _0x4b980e=this[_0x5858fd(0x2b2)];return!_0x4b980e||Date[_0x5858fd(0x8e7)]()>_0x4b980e['expiresAt']?!0x1:!_0x4830df||_0x4b980e[_0x5858fd(0x408)]===_0x4830df;}[_0x1ed4d3(0x606)](_0x1a0aaa,_0x40674d){const _0x159632=_0x1ed4d3;if(!_0x1a0aaa)return!0x1;let _0x1c416f=_0x40674d?this[_0x159632(0x79c)][_0x159632(0x53b)](_0x40674d):typeof document<'u'?this[_0x159632(0x79c)][_0x159632(0x53b)](document):void 0x0;if(_0x1c416f!=null&&_0x1c416f['some'](_0x57450f=>_0x57450f[_0x159632(0x666)]===_0x1a0aaa))return!0x0;let _0x4b1969=this['_pendingPortalOwner'];return!_0x4b1969||_0x4b1969[_0x159632(0x666)]!==_0x1a0aaa||Date[_0x159632(0x8e7)]()>_0x4b1969[_0x159632(0x5e1)]?!0x1:!_0x40674d||_0x4b1969[_0x159632(0x408)]===_0x40674d;}['closeOwnedFloatingSurfaces'](_0x472645,_0x24eca1){const _0x1bf30e=_0x1ed4d3;!_0x472645||!(_0x24eca1!=null&&_0x24eca1[_0x1bf30e(0x235)])||this[_0x1bf30e(0x472)](_0x472645,_0x24eca1)[_0x1bf30e(0x360)](_0x5c2965=>this['_dispatchEscapeToFloatingSurface'](_0x5c2965,_0x24eca1));}[_0x1ed4d3(0x91d)](_0x380e9c,_0x396cc8,_0x3960ad={}){const _0x40d013=_0x1ed4d3;var _0x3b1690;if(!(_0x396cc8!=null&&_0x396cc8[_0x40d013(0x235)]))return(0x0,a[_0x40d013(0x64a)])(()=>{});let _0x437f89=Symbol(_0x380e9c),_0x3597a2=this[_0x40d013(0x79c)][_0x40d013(0x53b)](_0x396cc8)??[],_0x29d39c=_0x3960ad[_0x40d013(0x46e)]??!0x0;return _0x3597a2[_0x40d013(0x2fa)]({'embedId':_0x380e9c,'includeAppShellEditorPortal':_0x29d39c,'token':_0x437f89}),this['_activePortalOwners'][_0x40d013(0x753)](_0x396cc8,_0x3597a2),this['_ensurePortalObserver'](_0x396cc8),this[_0x40d013(0x839)](_0x380e9c,_0x396cc8,{'includeAppShellEditorPortal':_0x29d39c,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x380e9c,_0x396cc8),(_0x3b1690=_0x396cc8['defaultView'])==null||_0x3b1690[_0x40d013(0x84e)](()=>{const _0x216a39=_0x40d013;let _0x24d7fa=this[_0x216a39(0x2fd)](_0x396cc8);(_0x24d7fa==null?void 0x0:_0x24d7fa[_0x216a39(0x666)])===_0x380e9c&&_0x24d7fa[_0x216a39(0x659)]===_0x437f89&&(this[_0x216a39(0x839)](_0x380e9c,_0x396cc8,{'includeAppShellEditorPortal':_0x29d39c,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x216a39(0x649)](_0x380e9c,_0x396cc8));},0x0),(0x0,a[_0x40d013(0x64a)])(()=>{const _0x1921ba=_0x40d013;let _0x22aca0=this[_0x1921ba(0x79c)][_0x1921ba(0x53b)](_0x396cc8),_0x1c6527=!0x1;if(_0x22aca0){let _0x51f338=_0x22aca0['findIndex'](_0x3431fb=>_0x3431fb[_0x1921ba(0x666)]===_0x380e9c&&_0x3431fb[_0x1921ba(0x659)]===_0x437f89);_0x51f338>=0x0&&_0x22aca0[_0x1921ba(0x375)](_0x51f338,0x1),_0x1c6527=_0x22aca0[_0x1921ba(0x52a)](_0x1f01c4=>_0x1f01c4['embedId']===_0x380e9c),_0x22aca0[_0x1921ba(0x9ba)]===0x0&&this[_0x1921ba(0x79c)][_0x1921ba(0x74c)](_0x396cc8);}_0x1c6527||this[_0x1921ba(0x758)](_0x380e9c,_0x396cc8);let _0x18ab2e=this['_getLatestActivePortalOwner'](_0x396cc8);_0x18ab2e&&(this[_0x1921ba(0x839)](_0x18ab2e[_0x1921ba(0x666)],_0x396cc8,{'includeAppShellEditorPortal':_0x18ab2e[_0x1921ba(0x46e)],'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x1921ba(0x649)](_0x18ab2e[_0x1921ba(0x666)],_0x396cc8));});}[_0x1ed4d3(0x472)](_0x4a74a2,_0xa74afa){const _0x34d75a=_0x1ed4d3;var _0x1d945c;let _0x4cd808=new Set(),_0xae7b98=_0x1cc82b=>{const _0x16672d=_0x54e0;let _0x51333c=this[_0x16672d(0x738)](_0x1cc82b);!_0x51333c||!this[_0x16672d(0x634)](_0x4a74a2,_0x51333c)||_0x4cd808[_0x16672d(0x363)](_0x51333c);};return _0xa74afa[_0x34d75a(0x235)]['querySelectorAll']('['+K+'=\x22'+_0x4a74a2+'\x22]')[_0x34d75a(0x360)](_0xae7b98),(_0x1d945c=this[_0x34d75a(0x26b)][_0x34d75a(0x53b)](_0x4a74a2))==null||_0x1d945c[_0x34d75a(0x360)](_0x5288ff=>{const _0x4718c5=_0x34d75a;_0x5288ff[_0x4718c5(0x89c)]&&(_0xae7b98(_0x5288ff),_0x5288ff[_0x4718c5(0x7d0)]('*')['forEach'](_0xae7b98));}),[..._0x4cd808][_0x34d75a(0x481)]((_0x44b37d,_0xd6b96c)=>_0x44b37d[_0x34d75a(0x495)](_0xd6b96c)?0x1:_0xd6b96c[_0x34d75a(0x495)](_0x44b37d)?-0x1:0x0);}[_0x1ed4d3(0x738)](_0x978e15){const _0x35ecb1=_0x1ed4d3;if(!_0x978e15[_0x35ecb1(0x6bc)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]')&&this['_isUniverPortalTreeElement'](_0x978e15))return _0x978e15['closest'](_0x35ecb1(0x84c))??_0x978e15;}[_0x1ed4d3(0x877)](_0x183333,_0x22493e){const _0x54a894=_0x1ed4d3;let _0x14ffd5=_0x22493e[_0x54a894(0x2e9)],_0x1ddd87=_0x22493e[_0x54a894(0x503)]instanceof HTMLElement&&_0x183333['contains'](_0x22493e[_0x54a894(0x503)])?_0x22493e['activeElement']:_0x183333,_0x46bf3a=_0x14ffd5!=null&&_0x14ffd5[_0x54a894(0x95e)]?new _0x14ffd5[(_0x54a894(0x95e))](_0x54a894(0x8d8),{'key':_0x54a894(0x86f),'code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0x54a894(0x8d8),{'bubbles':!0x0,'cancelable':!0x0});_0x1ddd87[_0x54a894(0x95d)](_0x46bf3a);}['_isOwnedElement'](_0x5b17d9,_0x4a146b){const _0x32dd9f=_0x1ed4d3;let _0x30fb28=_0x4a146b[_0x32dd9f(0x6bc)]('['+K+']'),_0x26b6d8=_0x30fb28==null?void 0x0:_0x30fb28[_0x32dd9f(0x2d4)](K);if(_0x26b6d8&&(!_0x5b17d9||_0x26b6d8===_0x5b17d9))return!0x0;if(!_0x5b17d9)return Array[_0x32dd9f(0x8dc)](this['_roots'][_0x32dd9f(0x3e4)]())[_0x32dd9f(0x52a)](_0x1c0e53=>[..._0x1c0e53]['some'](_0x32e9cc=>_0x32e9cc===_0x4a146b||_0x32e9cc[_0x32dd9f(0x495)](_0x4a146b)));let _0x43220e=this[_0x32dd9f(0x26b)][_0x32dd9f(0x53b)](_0x5b17d9);return!!_0x43220e&&[..._0x43220e][_0x32dd9f(0x52a)](_0x1823ef=>_0x1823ef===_0x4a146b||_0x1823ef[_0x32dd9f(0x495)](_0x4a146b));}[_0x1ed4d3(0x5dc)](_0x46a9c0,_0x40e3ba){const _0x5867c4=_0x1ed4d3;var _0x4500df;_0x40e3ba!=null&&_0x40e3ba['body']&&(this[_0x5867c4(0x2b2)]={'embedId':_0x46a9c0,'document':_0x40e3ba,'expiresAt':Date[_0x5867c4(0x8e7)]()+0x3e8},this[_0x5867c4(0x3a3)](_0x40e3ba),this[_0x5867c4(0x839)](_0x46a9c0,_0x40e3ba,{'includeAppShellEditorPortal':!0x1}),(_0x4500df=_0x40e3ba['defaultView'])==null||_0x4500df[_0x5867c4(0x84e)](()=>{const _0x464d99=_0x5867c4;let _0x1e87e7=this[_0x464d99(0x2b2)];(_0x1e87e7==null?void 0x0:_0x1e87e7[_0x464d99(0x666)])===_0x46a9c0&&_0x1e87e7['document']===_0x40e3ba&&Date['now']()<=_0x1e87e7[_0x464d99(0x5e1)]&&this[_0x464d99(0x839)](_0x46a9c0,_0x40e3ba,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x1ed4d3(0x3a3)](_0xf70088){const _0x52cadc=_0x1ed4d3;if(this[_0x52cadc(0x29a)]['has'](_0xf70088)||!_0xf70088[_0x52cadc(0x235)])return;let _0x3e0114=_0xf70088[_0x52cadc(0x2e9)];if(!(_0x3e0114!=null&&_0x3e0114[_0x52cadc(0x4ec)]))return;let _0x14a0d8=new _0x3e0114['MutationObserver'](_0x473c4e=>{const _0x4bbafd=_0x52cadc;let _0x1c9c20=this['_getBodyPortalOwner'](_0xf70088);if(!_0x1c9c20)return;let _0x54265d={'includeAppShellEditorPortal':_0x1c9c20[_0x4bbafd(0x46e)],'allowOwnedPortalReassignment':_0x1c9c20[_0x4bbafd(0x71b)],'allowDirectBodyPortal':!_0x1c9c20[_0x4bbafd(0x71b)]};_0x473c4e['forEach'](_0x336e53=>{const _0x2b73d6=_0x4bbafd;_0x336e53['type']==='attributes'&&_0x336e53[_0x2b73d6(0x1f6)]instanceof _0x3e0114[_0x2b73d6(0x51f)]&&(this[_0x2b73d6(0x3ca)](_0x336e53['target'],_0x1c9c20[_0x2b73d6(0x666)],_0xf70088,_0x54265d),_0x336e53[_0x2b73d6(0x49f)]===_0x2b73d6(0x43b)&&this[_0x2b73d6(0x4e6)](_0x336e53[_0x2b73d6(0x1f6)],_0x1c9c20[_0x2b73d6(0x666)])),_0x336e53[_0x2b73d6(0x20d)][_0x2b73d6(0x360)](_0x1bef8c=>{const _0xc78e8c=_0x2b73d6;_0x1bef8c instanceof _0x3e0114['HTMLElement']&&(this[_0xc78e8c(0x3ca)](_0x1bef8c,_0x1c9c20['embedId'],_0xf70088,_0x54265d),_0x1bef8c[_0xc78e8c(0x7d0)]('*')[_0xc78e8c(0x360)](_0x460c8e=>{const _0x4206a0=_0xc78e8c;this[_0x4206a0(0x3ca)](_0x460c8e,_0x1c9c20[_0x4206a0(0x666)],_0xf70088,_0x54265d);}),_0x1bef8c[_0xc78e8c(0x76c)](_0xc78e8c(0x43b))&&this['_syncClosedPortalInputGuard'](_0x1bef8c,_0x1c9c20[_0xc78e8c(0x666)]),_0x1bef8c[_0xc78e8c(0x7d0)]('[data-state]')[_0xc78e8c(0x360)](_0x1532fd=>{const _0x18f7e5=_0xc78e8c;this[_0x18f7e5(0x4e6)](_0x1532fd,_0x1c9c20[_0x18f7e5(0x666)]);}));});}),_0x1c9c20[_0x4bbafd(0x71b)]&&this[_0x4bbafd(0x649)](_0x1c9c20[_0x4bbafd(0x666)],_0xf70088);});_0x14a0d8[_0x52cadc(0x969)](_0xf70088[_0x52cadc(0x235)],{'attributeFilter':[_0x52cadc(0x379),_0x52cadc(0x43b),_0x52cadc(0x350),'id',_0x52cadc(0x697),_0x52cadc(0x3e6)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x14a0d8['takeRecords'](),this[_0x52cadc(0x29a)][_0x52cadc(0x753)](_0xf70088,_0x14a0d8);}['_markBodyPortalOwner'](_0x7757d8,_0x4571ec,_0x144521,_0x142453={}){const _0x1cfd12=_0x1ed4d3;_0x142453[_0x1cfd12(0x8d4)]===!0x1&&_0x7757d8[_0x1cfd12(0x986)]===_0x144521[_0x1cfd12(0x235)]&&!this[_0x1cfd12(0x5f0)](_0x7757d8)&&!this['_isAppShellEditorPortalCandidate'](_0x7757d8)||this['_isBodyPortalCandidate'](_0x7757d8,_0x144521,_0x142453)&&(!this[_0x1cfd12(0x67e)](_0x7757d8)&&this[_0x1cfd12(0x93b)](_0x7757d8,_0x144521)||(this['_blurActiveElementBeforePortalReassignment'](_0x7757d8,_0x4571ec,_0x144521),this[_0x1cfd12(0x4f7)](_0x4571ec,_0x7757d8,{'transient':!0x0}),this[_0x1cfd12(0x614)](_0x7757d8,_0x142453)));}[_0x1ed4d3(0x839)](_0x217b67,_0x2c69a7,_0x3265a5={}){const _0x50baed=_0x1ed4d3;_0x2c69a7[_0x50baed(0x235)][_0x50baed(0x7d0)]('*')[_0x50baed(0x360)](_0x43df53=>{const _0x52652a=_0x50baed;this[_0x52652a(0x3ca)](_0x43df53,_0x217b67,_0x2c69a7,{'includeAppShellEditorPortal':_0x3265a5[_0x52652a(0x46e)],'allowOwnedPortalReassignment':_0x3265a5['allowOwnedPortalReassignment'],'allowDirectBodyPortal':_0x3265a5[_0x52652a(0x8d4)]});});}[_0x1ed4d3(0x77d)](_0x44ed42,_0xbb5ad4,_0xa21e1e={}){const _0x5b6cd3=_0x1ed4d3;if(!_0xbb5ad4[_0x5b6cd3(0x235)][_0x5b6cd3(0x495)](_0x44ed42))return!0x1;let _0x4d8c6c=!!_0xa21e1e['includeAppShellEditorPortal']&&this[_0x5b6cd3(0x67e)](_0x44ed42),_0x50b432=this['_isUniverPortalCandidate'](_0x44ed42);if(!_0xa21e1e[_0x5b6cd3(0x8f9)]&&!_0x4d8c6c&&_0x44ed42['closest'](_0x5b6cd3(0x2f4))||_0x44ed42['id']===_0x5b6cd3(0x496))return!0x1;let _0x402554=_0x44ed42[_0x5b6cd3(0x986)];return!!_0xa21e1e['allowDirectBodyPortal']&&_0x402554===_0xbb5ad4[_0x5b6cd3(0x235)]||(_0x402554==null?void 0x0:_0x402554['closest'](_0x5b6cd3(0x99f)))!=null||_0x50b432||_0x4d8c6c;}['_isAppShellEditorPortalCandidate'](_0x542169){const _0x1883de=_0x1ed4d3;var _0x206413,_0x579f34;return((_0x206413=_0x542169['parentElement'])==null?void 0x0:_0x206413['id'])!==_0x1883de(0x496)&&((_0x579f34=_0x542169[_0x1883de(0x6bc)]('#app'))==null?void 0x0:_0x579f34[_0x1883de(0x986)])!==_0x542169[_0x1883de(0x2f2)][_0x1883de(0x235)]?!0x1:_0x542169['id'][_0x1883de(0x87c)](_0x1883de(0x751))||_0x542169['id'][_0x1883de(0x87c)](_0x1883de(0x68f))||_0x542169[_0x1883de(0x6bc)]('[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]')!=null||_0x542169[_0x1883de(0x6bc)](_0x1883de(0x856))!=null;}['_isHostDocEditorPortal'](_0x4ae3d7){const _0x17485c=_0x1ed4d3;return _0x4ae3d7['id']['startsWith']('__editor_docs-')||_0x4ae3d7['id']['startsWith']('univer-doc-selection-container-docs-')||_0x4ae3d7[_0x17485c(0x6bc)](_0x17485c(0x844))!=null||_0x4ae3d7[_0x17485c(0x6bc)](_0x17485c(0x385))!=null;}['_isUniverPortalCandidate'](_0x13431e){const _0x3337da=_0x1ed4d3;let _0x533213=typeof _0x13431e['className']==_0x3337da(0x23d)?_0x13431e['className']:'';if(_0x13431e[_0x3337da(0x2d4)]('data-u-comp')==='rect-popup'||_0x13431e[_0x3337da(0x528)][_0x3337da(0x495)]('univer-popup')||_0x13431e[_0x3337da(0x528)][_0x3337da(0x495)](_0x3337da(0x441))||_0x13431e[_0x3337da(0x528)]['contains'](_0x3337da(0x9b2))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x3337da(0x6df)](_0x533213))return!0x0;let _0x2d60ae=_0x13431e['getAttribute']('role');return _0x2d60ae===_0x3337da(0x312)||_0x2d60ae===_0x3337da(0x524)||_0x2d60ae==='menu'||_0x2d60ae===_0x3337da(0x3ea)||_0x13431e[_0x3337da(0x76c)](_0x3337da(0x7f2));}['_isDetachedOffscreenPortalCandidate'](_0x539646,_0x78d58f){const _0x2e6051=_0x1ed4d3;if(!this[_0x2e6051(0x39f)](_0x539646))return!0x1;let _0x4a272=_0x539646[_0x2e6051(0x6bc)]('.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]')??_0x539646,_0x5d3c67=_0x4a272['closest'](_0x2e6051(0x7be))??_0x4a272[_0x2e6051(0x986)];if(_0x4a272[_0x2e6051(0x986)]!==_0x78d58f[_0x2e6051(0x235)]&&(_0x5d3c67==null?void 0x0:_0x5d3c67[_0x2e6051(0x986)])!==_0x78d58f['body'])return!0x1;let _0x1b1789=_0x78d58f['defaultView'];if(!_0x1b1789)return!0x1;let _0x285b48=_0x4a272[_0x2e6051(0x455)]();return _0x285b48[_0x2e6051(0x770)]<0x0||_0x285b48[_0x2e6051(0x976)]<0x0||_0x285b48[_0x2e6051(0x2f6)]>_0x1b1789[_0x2e6051(0x795)]||_0x285b48[_0x2e6051(0x578)]>_0x1b1789[_0x2e6051(0x965)]?!0x0:_0x285b48[_0x2e6051(0x754)]<=0x0||_0x285b48[_0x2e6051(0x33c)]<=0x0?_0x285b48['left']<0x0||_0x285b48[_0x2e6051(0x578)]<0x0||_0x285b48['left']>_0x1b1789['innerWidth']||_0x285b48['top']>_0x1b1789[_0x2e6051(0x965)]:!0x1;}['_markRuntimeFocusRole'](_0x28df88,_0x483a6f={}){const _0x5d8594=_0x1ed4d3;let _0x2b2fe9=_0x483a6f[_0x5d8594(0x46e)]&&this['_isAppShellEditorPortalCandidate'](_0x28df88)?_0x5d8594(0x908):this[_0x5d8594(0x39f)](_0x28df88)?'child-popup':void 0x0;_0x2b2fe9&&(_0x28df88[_0x5d8594(0x57b)](W,_0x2b2fe9),_0x28df88[_0x5d8594(0x7d0)]('*')[_0x5d8594(0x360)](_0x1bafa1=>{_0x1bafa1['setAttribute'](W,_0x2b2fe9);}));}['_syncClosedPortalInputGuard'](_0x111ebd,_0x246aeb){const _0x4965fd=_0x1ed4d3;let _0x3504ba=_0x111ebd[_0x4965fd(0x2d4)](_0x4965fd(0x4e5))===_0x246aeb&&_0x111ebd['getAttribute'](_0x4965fd(0x43b))===_0x4965fd(0x267)&&this[_0x4965fd(0x39f)](_0x111ebd),_0x582843=_0x111ebd[_0x4965fd(0x6bc)]('[data-radix-popper-content-wrapper]')??_0x111ebd;if(_0x3504ba){_0x582843[_0x4965fd(0x528)]['contains'](ue)||(_0x582843[_0x4965fd(0x528)][_0x4965fd(0x363)](ue),this['_closedPortalInputGuards'][_0x4965fd(0x363)](_0x582843));return;}this[_0x4965fd(0x38f)](_0x582843);}['_clearClosedPortalInputGuard'](_0x21b77b){const _0x4955aa=_0x1ed4d3;this[_0x4955aa(0x420)][_0x4955aa(0x54f)](_0x21b77b)&&(_0x21b77b[_0x4955aa(0x528)][_0x4955aa(0x241)](ue),this[_0x4955aa(0x420)][_0x4955aa(0x74c)](_0x21b77b));}[_0x1ed4d3(0x4f7)](_0xd99b2e,_0x54913b,_0x513cc9={}){const _0x3d9c3b=_0x1ed4d3;let _0x1c180c=new Map(),_0x35c1f2=new Map(),_0x53716e=this[_0x3d9c3b(0x7cf)][_0x3d9c3b(0x53b)](_0xd99b2e),_0x5606b3=_0x1ec96f=>{const _0x5f0eb5=_0x3d9c3b;_0x513cc9[_0x5f0eb5(0x444)]||(_0x1c180c[_0x5f0eb5(0x753)](_0x1ec96f,_0x1ec96f['getAttribute'](K)),_0x35c1f2[_0x5f0eb5(0x753)](_0x1ec96f,_0x1ec96f[_0x5f0eb5(0x2d4)](c[_0x5f0eb5(0x6b6)]))),_0x1ec96f[_0x5f0eb5(0x57b)](K,_0xd99b2e),_0x53716e&&_0x1ec96f[_0x5f0eb5(0x57b)](c[_0x5f0eb5(0x6b6)],_0x53716e);};return _0x5606b3(_0x54913b),_0x54913b[_0x3d9c3b(0x7d0)]('*')[_0x3d9c3b(0x360)](_0x5606b3),(0x0,a[_0x3d9c3b(0x64a)])(()=>{const _0x5ecd37=_0x3d9c3b;_0x1c180c[_0x5ecd37(0x360)]((_0x363731,_0x23a4db)=>{const _0x3d4e68=_0x5ecd37;if(_0x363731==null){_0x23a4db[_0x3d4e68(0x526)](K);return;}_0x23a4db[_0x3d4e68(0x57b)](K,_0x363731);}),_0x35c1f2[_0x5ecd37(0x360)]((_0x3c25ec,_0x269f1f)=>{const _0x5c1b18=_0x5ecd37;if(_0x3c25ec==null){_0x269f1f[_0x5c1b18(0x526)](c[_0x5c1b18(0x6b6)]);return;}_0x269f1f['setAttribute'](c[_0x5c1b18(0x6b6)],_0x3c25ec);});});}['_isUniverPortalTreeElement'](_0x48883a){const _0x4443de=_0x1ed4d3;return this[_0x4443de(0x5f0)](_0x48883a)||_0x48883a['closest'](_0x4443de(0x84c))!=null;}[_0x1ed4d3(0x46f)](_0x238db3){const _0x194d84=_0x1ed4d3;let _0x194b3b=this[_0x194d84(0x2fd)](_0x238db3);if(_0x194b3b)return{'embedId':_0x194b3b[_0x194d84(0x666)],'includeAppShellEditorPortal':_0x194b3b['includeAppShellEditorPortal'],'stable':!0x0};let _0x16ed94=this['_pendingPortalOwner'];if(_0x16ed94&&_0x16ed94[_0x194d84(0x408)]===_0x238db3&&Date[_0x194d84(0x8e7)]()<=_0x16ed94[_0x194d84(0x5e1)])return{'embedId':_0x16ed94[_0x194d84(0x666)],'includeAppShellEditorPortal':!0x1,'stable':!0x1};}[_0x1ed4d3(0x2fd)](_0x13ed42){const _0x12c1cf=_0x1ed4d3;let _0x120599=this['_activePortalOwners'][_0x12c1cf(0x53b)](_0x13ed42);return _0x120599==null?void 0x0:_0x120599[_0x120599['length']-0x1];}[_0x1ed4d3(0x649)](_0x1d729b,_0x47e236){const _0x195828=_0x1ed4d3;let _0x593f3e=this['_roots'][_0x195828(0x53b)](_0x1d729b);_0x47e236['body']['querySelectorAll']('['+K+'=\x22'+_0x1d729b+'\x22]')[_0x195828(0x360)](_0x41074e=>{const _0x5477b1=_0x195828;_0x41074e[_0x5477b1(0x986)]===_0x47e236['body']&&(_0x593f3e&&[..._0x593f3e][_0x5477b1(0x52a)](_0x24f4c1=>_0x24f4c1===_0x41074e||_0x24f4c1[_0x5477b1(0x495)](_0x41074e))||this[_0x5477b1(0x5f0)](_0x41074e)||this[_0x5477b1(0x67e)](_0x41074e)||(_0x41074e[_0x5477b1(0x526)](K),_0x41074e['removeAttribute'](c['EMBED_CHILD_UNIT_ID_ATTRIBUTE'])));});}['_blurActiveElementBeforePortalReassignment'](_0x28b85b,_0x4a6b97,_0x2ca35f){const _0x2623f0=_0x1ed4d3;let _0x7a1acc=_0x28b85b[_0x2623f0(0x2d4)](K);if(!_0x7a1acc||_0x7a1acc===_0x4a6b97)return;let _0x1891de=_0x2ca35f[_0x2623f0(0x503)];!(_0x1891de instanceof HTMLElement)||_0x1891de!==_0x28b85b&&!_0x28b85b[_0x2623f0(0x495)](_0x1891de)||(_0x1891de[_0x2623f0(0x585)](),_0x2ca35f[_0x2623f0(0x503)]===_0x1891de&&this[_0x2623f0(0x7c3)](_0x2ca35f));}[_0x1ed4d3(0x758)](_0x27813b,_0x11ec05){const _0x189745=_0x1ed4d3;let _0x3269b4=this[_0x189745(0x26b)][_0x189745(0x53b)](_0x27813b),_0xdc448b=_0x11ec05[_0x189745(0x235)]['querySelectorAll']('['+K+'=\x22'+_0x27813b+'\x22]'),_0x1220e4=_0x2b4beb=>_0x3269b4!=null&&[..._0x3269b4][_0x189745(0x52a)](_0x433921=>_0x433921===_0x2b4beb||_0x433921[_0x189745(0x495)](_0x2b4beb)),_0x4fea99=[];_0xdc448b[_0x189745(0x360)](_0x2726f2=>{const _0x51849b=_0x189745;_0x1220e4(_0x2726f2)||(_0x4fea99['push'](_0x2726f2),this[_0x51849b(0x38f)](_0x2726f2),_0x2726f2[_0x51849b(0x526)](K),_0x2726f2[_0x51849b(0x526)](c[_0x51849b(0x6b6)]),this['_removeRuntimeFocusRoleTree'](_0x2726f2));});let _0x17c65f=_0x11ec05[_0x189745(0x503)];_0x17c65f instanceof HTMLElement&&_0x4fea99[_0x189745(0x52a)](_0x514ba0=>_0x514ba0===_0x17c65f||_0x514ba0[_0x189745(0x495)](_0x17c65f))&&(_0x17c65f[_0x189745(0x585)](),_0x11ec05[_0x189745(0x503)]===_0x17c65f&&this['_focusDocumentBody'](_0x11ec05));}[_0x1ed4d3(0x7c3)](_0x4548a5){const _0x32e663=_0x1ed4d3;let _0x5e6300=_0x4548a5[_0x32e663(0x235)];if(!_0x5e6300)return;let _0x1c11bb=_0x5e6300[_0x32e663(0x2d4)](_0x32e663(0x6f1));_0x1c11bb??(_0x5e6300['tabIndex']=-0x1),_0x5e6300['focus']({'preventScroll':!0x0}),_0x1c11bb==null?_0x5e6300[_0x32e663(0x526)](_0x32e663(0x6f1)):_0x5e6300['setAttribute'](_0x32e663(0x6f1),_0x1c11bb),_0x4548a5[_0x32e663(0x503)]!==_0x5e6300&&this['_focusTemporarySink'](_0x4548a5);}[_0x1ed4d3(0x54d)](_0x28b09f){const _0x1d6f6a=_0x1ed4d3;var _0x94fe6;let _0x2eb13c=_0x28b09f[_0x1d6f6a(0x235)];if(!_0x2eb13c)return;let _0x1513cc=_0x28b09f[_0x1d6f6a(0x467)](_0x1d6f6a(0x7a6));_0x1513cc[_0x1d6f6a(0x5d4)]=-0x1,_0x1513cc[_0x1d6f6a(0x57b)](_0x1d6f6a(0x242),_0x1d6f6a(0x85d)),_0x1513cc[_0x1d6f6a(0x3e6)]['cssText']=_0x1d6f6a(0x695),_0x2eb13c[_0x1d6f6a(0x545)](_0x1513cc),_0x1513cc[_0x1d6f6a(0x27e)]({'preventScroll':!0x0}),(_0x94fe6=_0x28b09f['defaultView'])==null||_0x94fe6[_0x1d6f6a(0x84e)](()=>_0x1513cc[_0x1d6f6a(0x241)](),0x0);}[_0x1ed4d3(0x1ff)](_0x3aab6b){const _0x1ca3b3=_0x1ed4d3;(_0x3aab6b[_0x1ca3b3(0x2d4)]('data-embed-runtime-focus-role')==='child-editor'||_0x3aab6b[_0x1ca3b3(0x2d4)](_0x1ca3b3(0x5b8))==='child-popup')&&_0x3aab6b[_0x1ca3b3(0x526)](W),_0x3aab6b[_0x1ca3b3(0x7d0)]('['+W+']')[_0x1ca3b3(0x360)](_0x475ebb=>{const _0x4e22ff=_0x1ca3b3;let _0x15c85f=_0x475ebb['getAttribute'](W);(_0x15c85f==='child-editor'||_0x15c85f==='child-popup')&&_0x475ebb[_0x4e22ff(0x526)](W);});}},de=class{constructor(_0x1014e1={}){const _0x38b812=_0x1ed4d3;B(this,'_childUnitAncestry',new Map()),B(this,'_maxDepth',void 0x0),this[_0x38b812(0x7e8)]=fe(_0x1014e1['maxDepth']);}['canMount'](_0x40ba68){const _0xe2c46f=_0x1ed4d3;let _0x1ab152=this[_0xe2c46f(0x827)](_0x40ba68['hostUnitId']);return _0x1ab152[_0xe2c46f(0x52a)](_0xe8de41=>_0xe8de41['hostUnitId']===_0x40ba68[_0xe2c46f(0x442)]||_0xe8de41[_0xe2c46f(0x442)]===_0x40ba68[_0xe2c46f(0x442)])?{'allowed':!0x1,'reason':_0xe2c46f(0x7fe),'ancestry':_0x1ab152}:_0x1ab152[_0xe2c46f(0x9ba)]>=this[_0xe2c46f(0x7e8)]?{'allowed':!0x1,'reason':_0xe2c46f(0x7e6),'ancestry':_0x1ab152}:{'allowed':!0x0,'ancestry':_0x1ab152};}[_0x1ed4d3(0x99b)](_0x4bb984){const _0x47cdee=_0x1ed4d3;let _0x2f1e9e=[...this[_0x47cdee(0x827)](_0x4bb984[_0x47cdee(0x565)]),{'hostUnitId':_0x4bb984['hostUnitId'],'embedId':_0x4bb984[_0x47cdee(0x666)],'childUnitId':_0x4bb984[_0x47cdee(0x442)]}];return this[_0x47cdee(0x1fe)][_0x47cdee(0x753)](_0x4bb984[_0x47cdee(0x442)],_0x2f1e9e),(0x0,a['toDisposable'])(()=>{const _0x407741=_0x47cdee;this['_childUnitAncestry']['get'](_0x4bb984[_0x407741(0x442)])===_0x2f1e9e&&this[_0x407741(0x1fe)][_0x407741(0x74c)](_0x4bb984[_0x407741(0x442)]);});}['getAncestryForHostUnit'](_0x5aba36){const _0x2e5be5=_0x1ed4d3;return this[_0x2e5be5(0x1fe)][_0x2e5be5(0x53b)](_0x5aba36)??[];}['getParentEmbedId'](_0x108464){const _0x4c912f=_0x1ed4d3;var _0x4c8622;return(_0x4c8622=this['getAncestryForHostUnit'](_0x108464)['slice'](-0x1)[0x0])==null?void 0x0:_0x4c8622[_0x4c912f(0x666)];}};function fe(_0x43be30){const _0x414fba=_0x1ed4d3;return typeof _0x43be30=='number'&&Number[_0x414fba(0x8cd)](_0x43be30)&&_0x43be30>=0x0?Math[_0x414fba(0x454)](_0x43be30):0x1;}function J(_0x1601df,_0x2bb5a5){return function(_0x1615c2,_0x1aca2c){_0x2bb5a5(_0x1615c2,_0x1aca2c,_0x1601df);};}function Y(_0x3a858f,_0x31d381,_0x229566,_0x1f1aaa){const _0x1f3f94=_0x1ed4d3;var _0x1f0026=arguments[_0x1f3f94(0x9ba)],_0x2b0f60=_0x1f0026<0x3?_0x31d381:_0x1f1aaa===null?_0x1f1aaa=Object[_0x1f3f94(0x2d1)](_0x31d381,_0x229566):_0x1f1aaa,_0x131ac7;if(typeof Reflect==_0x1f3f94(0x56b)&&typeof Reflect[_0x1f3f94(0x5de)]==_0x1f3f94(0x508))_0x2b0f60=Reflect[_0x1f3f94(0x5de)](_0x3a858f,_0x31d381,_0x229566,_0x1f1aaa);else{for(var _0x39cc85=_0x3a858f[_0x1f3f94(0x9ba)]-0x1;_0x39cc85>=0x0;_0x39cc85--)(_0x131ac7=_0x3a858f[_0x39cc85])&&(_0x2b0f60=(_0x1f0026<0x3?_0x131ac7(_0x2b0f60):_0x1f0026>0x3?_0x131ac7(_0x31d381,_0x229566,_0x2b0f60):_0x131ac7(_0x31d381,_0x229566))||_0x2b0f60);}return _0x1f0026>0x3&&_0x2b0f60&&Object[_0x1f3f94(0x456)](_0x31d381,_0x229566,_0x2b0f60),_0x2b0f60;}let pe=class extends a['Disposable']{constructor(_0x1bef2d){const _0x74e4bd=_0x1ed4d3;super(),this[_0x74e4bd(0x4ef)]=_0x1bef2d,B(this,_0x74e4bd(0x475),new Map());}['acquire'](_0x596f19){const _0x5fa430=_0x1ed4d3;let _0xe443a6=this[_0x5fa430(0x475)][_0x5fa430(0x53b)](_0x596f19[_0x5fa430(0x2b9)]);if(!_0xe443a6){let _0x5ef252=[],_0x28f9f0={'unitId':_0x596f19[_0x5fa430(0x2b9)],'has':_0x46f634=>{const _0x3afa04=_0x5fa430;var _0x421b76;return((_0x421b76=_0x5ef252[_0x5ef252['length']-0x1])==null?void 0x0:_0x421b76[_0x3afa04(0x54f)](_0x46f634))??!0x1;},'get':_0xa2dcf8=>{const _0x257d4b=_0x5fa430;let _0x5e4380=_0x5ef252[_0x5ef252['length']-0x1];if(!_0x5e4380)throw Error('EMBED_UI_RUNTIME_SCOPE_NOT_ACTIVE:'+_0x596f19[_0x257d4b(0x2b9)]);return _0x5e4380[_0x257d4b(0x53b)](_0xa2dcf8);}};_0xe443a6={'registration':this[_0x5fa430(0x4ef)][_0x5fa430(0x22c)](_0x28f9f0),'scopes':_0x5ef252},this[_0x5fa430(0x475)]['set'](_0x596f19[_0x5fa430(0x2b9)],_0xe443a6);}let _0x523782=_0xe443a6;return _0x523782[_0x5fa430(0x434)]['push'](_0x596f19),(0x0,a['toDisposable'])(()=>{const _0x134700=_0x5fa430;let _0x1ae5af=_0x523782['scopes'][_0x134700(0x977)](_0x596f19);_0x1ae5af<0x0||(_0x523782['scopes'][_0x134700(0x375)](_0x1ae5af,0x1),!(_0x523782[_0x134700(0x434)][_0x134700(0x9ba)]>0x0||this[_0x134700(0x475)][_0x134700(0x53b)](_0x596f19[_0x134700(0x2b9)])!==_0x523782)&&(_0x523782[_0x134700(0x88f)][_0x134700(0x45b)](),this[_0x134700(0x475)][_0x134700(0x74c)](_0x596f19[_0x134700(0x2b9)])));});}[_0x1ed4d3(0x45b)](){const _0x1d48db=_0x1ed4d3;this['_entries'][_0x1d48db(0x360)](({registration:_0x392f08})=>_0x392f08[_0x1d48db(0x45b)]()),this[_0x1d48db(0x475)]['clear'](),super[_0x1d48db(0x45b)]();}};pe=Y([J(0x0,c[_0x1ed4d3(0x400)])],pe);const me=new Set([_0x1ed4d3(0x5e0),_0x1ed4d3(0x2ec),_0x1ed4d3(0x3eb),_0x1ed4d3(0x395),_0x1ed4d3(0x5d2),_0x1ed4d3(0x3b3),_0x1ed4d3(0x49a)]),X='FOCUSING_BASE',he=[a[_0x1ed4d3(0x9a4)],a[_0x1ed4d3(0x71f)],a[_0x1ed4d3(0x341)],a[_0x1ed4d3(0x70c)],a[_0x1ed4d3(0x759)],a[_0x1ed4d3(0x6b7)],X,a['EDITOR_ACTIVATED'],a['FORMULA_EDITOR_ACTIVATED']],ge=new Set([c['CopyCommand']['id'],c[_0x1ed4d3(0x262)]['id'],c[_0x1ed4d3(0x678)]['id']]),_e=new Set([_0x1ed4d3(0x922),_0x1ed4d3(0x6b0),_0x1ed4d3(0x31b),'bases-exchange-client.operation.import-base','boards-exchange-client.operation.insert-mermaid']);function ve(_0x49dc59,_0x46f426=[]){const _0x305a83=_0x1ed4d3;let _0x5859b2=_0x49dc59['injector'][_0x305a83(0x53b)](a[_0x305a83(0x90d)]),_0x488c80=_0x5859b2['getUnit'](_0x49dc59[_0x305a83(0x442)],_0x49dc59[_0x305a83(0x5c7)]);if(!_0x488c80)return;let _0x37ae0d=be(_0x5859b2,_0x49dc59,_0x488c80,new f['BehaviorSubject'](_0x488c80),new f[(_0x305a83(0x2ed))](_0x49dc59[_0x305a83(0x982)][_0x305a83(0x7d1)]==='float'&&!_0x49dc59['renderScope']['fullscreen']?null:_0x488c80[_0x305a83(0x872)]())),_0x27d09f=Pe(_0x49dc59[_0x305a83(0x583)],_0x49dc59[_0x305a83(0x5c7)]),_0x13e7fd=Me(_0x49dc59),_0x1fb546=Se(_0x49dc59[_0x305a83(0x583)][_0x305a83(0x53b)](a[_0x305a83(0x8e6)]),_0x49dc59,_0x5859b2,_0x13e7fd,_0x27d09f),_0x3d0452=new Map([[a['IUniverInstanceService'],_0x37ae0d],[a[_0x305a83(0x8e6)],_0x1fb546]]);_0x49dc59[_0x305a83(0x583)][_0x305a83(0x54f)](a[_0x305a83(0x945)])&&_0x3d0452[_0x305a83(0x753)](a['IConfigService'],ze(_0x49dc59[_0x305a83(0x583)][_0x305a83(0x53b)](a[_0x305a83(0x945)])));let _0x31d888=[];_0x49dc59[_0x305a83(0x583)][_0x305a83(0x54f)](de)&&_0x3d0452[_0x305a83(0x753)](de,_0x49dc59['injector'][_0x305a83(0x53b)](de)),_0x27d09f&&_0x3d0452['set'](a['IContextService'],_0x27d09f);let _0x148698=Z(_0x49dc59[_0x305a83(0x583)],_0x3d0452);_0x46f426[_0x305a83(0x360)](_0xe20160=>_0x148698['add'](_0xe20160));let _0x402d95=at(_0x49dc59[_0x305a83(0x583)],_0x148698);if(_0x402d95){_0x148698['add']([c[_0x305a83(0x383)],{'useValue':_0x402d95}]);let _0x302272=new c[(_0x305a83(0x32d))](_0x402d95,_0x37ae0d);_0x148698[_0x305a83(0x363)]([c[_0x305a83(0x810)],{'useValue':_0x302272}]),_0x31d888['push'](_0x302272);}if(_0x49dc59['renderScope'][_0x305a83(0x44f)]){let _0x250ed1=lt(_0x148698,_0x49dc59[_0x305a83(0x442)]),_0x19286c=new c[(_0x305a83(0x546))](),_0x4196a1=new c[(_0x305a83(0x2f8))]();_0x148698[_0x305a83(0x363)]([c['IContextMenuService'],{'useValue':_0x250ed1}]),_0x148698[_0x305a83(0x363)]([c[_0x305a83(0x6da)],{'useValue':_0x19286c}]),_0x148698[_0x305a83(0x363)]([c['ISidebarService'],{'useValue':_0x4196a1}]),_0x31d888[_0x305a83(0x2fa)](_0x250ed1,_0x19286c,_0x4196a1);}else{let _0x3727bd=ct(_0x49dc59[_0x305a83(0x583)],_0x148698,_0x49dc59[_0x305a83(0x442)]);_0x3727bd&&_0x148698[_0x305a83(0x363)]([c[_0x305a83(0x9e0)],{'useValue':_0x3727bd}]);}let _0x7e7f4c=ut(_0x49dc59[_0x305a83(0x583)],_0x49dc59);_0x148698[_0x305a83(0x363)]([c[_0x305a83(0x793)],{'useValue':_0x7e7f4c}]);let _0x653108={'unitId':_0x49dc59[_0x305a83(0x442)],'has':_0x3601cf=>_0x148698[_0x305a83(0x54f)](_0x3601cf),'get':_0x5276ac=>_0x148698[_0x305a83(0x53b)](_0x5276ac)};if(_0x49dc59['injector'][_0x305a83(0x54f)](pe)?_0x31d888[_0x305a83(0x2fa)](_0x49dc59['injector'][_0x305a83(0x53b)](pe)[_0x305a83(0x846)](_0x653108)):_0x49dc59[_0x305a83(0x583)][_0x305a83(0x54f)](c['IUIRuntimeScopeService'])&&_0x31d888[_0x305a83(0x2fa)](_0x49dc59['injector'][_0x305a83(0x53b)](c[_0x305a83(0x400)])[_0x305a83(0x22c)](_0x653108)),_0x31d888[_0x305a83(0x9ba)]){let _0x52143a=_0x148698[_0x305a83(0x45b)][_0x305a83(0x7e0)](_0x148698),_0x16c195=!0x1;_0x148698['dispose']=()=>{const _0x6dee97=_0x305a83;_0x16c195||(_0x16c195=!0x0,_0x31d888[_0x6dee97(0x360)](_0x494519=>_0x494519[_0x6dee97(0x45b)]()),_0x52143a());};}return _0x148698;}function ye(_0x7a0b65,_0x141c85){const _0x2bb0da=_0x1ed4d3;if(!_0x7a0b65[_0x2bb0da(0x54f)](a[_0x2bb0da(0x945)]))return;let _0x17be01=_0x7a0b65[_0x2bb0da(0x53b)](a['IConfigService']);return Z(_0x7a0b65,new Map([[a[_0x2bb0da(0x945)],Re(_0x17be01,_0x141c85)]]));}function be(_0x1764d1,_0x37b2ff,_0x570ffb,_0x580ef0,_0x4236bf){const _0x5182bc=_0x1ed4d3;return{'unitAdded$':_0x1764d1[_0x5182bc(0x338)],'getTypeOfUnitAdded$':(..._0x39a8ce)=>_0x1764d1[_0x5182bc(0x622)](..._0x39a8ce),'__addUnit':(..._0x512978)=>_0x1764d1['__addUnit'](..._0x512978),'unitDisposed$':_0x1764d1[_0x5182bc(0x411)],'getTypeOfUnitDisposed$':(..._0x192b63)=>_0x1764d1['getTypeOfUnitDisposed$'](..._0x192b63),'focused$':_0x4236bf[_0x5182bc(0x7bc)](),'focusUnit':_0x4e4d6d=>{const _0x35f84f=_0x5182bc;if(_0x4e4d6d===null||xe(_0x37b2ff,_0x4e4d6d)){_0x4236bf['getValue']()!==_0x4e4d6d&&_0x4236bf[_0x35f84f(0x592)](_0x4e4d6d);return;}_0x1764d1[_0x35f84f(0x927)](_0x4e4d6d);},'getFocusedUnit':()=>{const _0x324549=_0x5182bc;let _0x408d46=_0x4236bf[_0x324549(0x775)]();return _0x408d46===null?null:_0x408d46===_0x37b2ff[_0x324549(0x442)]?_0x570ffb:(0x0,a[_0x324549(0x210)])(_0x408d46)?_0x1764d1[_0x324549(0x4a8)](_0x408d46)??_0x570ffb:_0x1764d1[_0x324549(0x3a5)]();},'getCurrentUnitOfType':_0x4e586f=>_0x4e586f===_0x37b2ff[_0x5182bc(0x5c7)]?_0x580ef0[_0x5182bc(0x775)]():_0x1764d1[_0x5182bc(0x8e8)](_0x4e586f),'setCurrentUnitForType':_0x3eb0bd=>{const _0x3b8692=_0x5182bc;if(xe(_0x37b2ff,_0x3eb0bd)){_0x580ef0['getValue']()!==_0x570ffb&&_0x580ef0[_0x3b8692(0x592)](_0x570ffb);return;}_0x1764d1[_0x3b8692(0x5d6)](_0x3eb0bd);},'getCurrentTypeOfUnit$':_0x517c39=>_0x517c39===_0x37b2ff[_0x5182bc(0x5c7)]?_0x580ef0['asObservable']():_0x1764d1[_0x5182bc(0x6d4)](_0x517c39),'createUnit':(..._0x503ba9)=>_0x1764d1[_0x5182bc(0x4c7)](..._0x503ba9),'getUnitCreateOptions':(..._0x29d7c1)=>_0x1764d1[_0x5182bc(0x8d7)](..._0x29d7c1),'disposeUnit':(..._0x7db405)=>_0x1764d1['disposeUnit'](..._0x7db405),'registerCtorForType':(..._0x28fd9a)=>_0x1764d1[_0x5182bc(0x6fa)](..._0x28fd9a),'getUnit':(..._0x112579)=>_0x1764d1[_0x5182bc(0x4a8)](..._0x112579),'getAllUnitsForType':(..._0x2b4099)=>_0x1764d1[_0x5182bc(0x62f)](..._0x2b4099),'getUnitType':(..._0x322e11)=>_0x1764d1['getUnitType'](..._0x322e11),'dispose':()=>{}};}function xe(_0x1eecfd,_0x1e5dce){const _0x5e93b2=_0x1ed4d3;return _0x1e5dce===_0x1eecfd[_0x5e93b2(0x442)]||(0x0,a['isInternalEditorID'])(_0x1e5dce);}function Se(_0x1594c6,_0x3bd5fe,_0x363539,_0x3a4c0f,_0x489b6a){const _0x60eb90=_0x1ed4d3;let _0x248c5=_0x3bd5fe[_0x60eb90(0x583)][_0x60eb90(0x54f)](a[_0x60eb90(0x851)])?_0x3bd5fe['injector']['get'](a[_0x60eb90(0x851)]):void 0x0;return{'disposed':()=>_0x1594c6['disposed'](),'hasCommand':_0x2691aa=>_0x1594c6[_0x60eb90(0x5f2)](_0x2691aa),'registerCommand':_0x1edb2d=>_0x1594c6[_0x60eb90(0x61c)](_0x1edb2d),'unregisterCommand':_0x386323=>_0x1594c6['unregisterCommand'](_0x386323),'registerMultipleCommand':_0x4a7799=>_0x1594c6[_0x60eb90(0x403)](_0x4a7799),'executeCommand':async(_0x18377b,_0x228690,_0x1f63c2)=>{const _0x1e948c=_0x60eb90;var _0x24566f;let _0x3c0f59=()=>Ce(_0x18377b,_0x248c5,_0x489b6a,()=>_0x1594c6[_0x1e948c(0x88b)](_0x18377b,Be(_0x3bd5fe,_0x18377b,_0x228690),Te(_0x3bd5fe[_0x1e948c(0x5c7)],_0x3bd5fe[_0x1e948c(0x442)],_0x1f63c2))),_0x5e1cff=Ae(_0x3bd5fe)&&!Ee(_0x18377b)&&!je(_0x18377b),_0x4164ac=_0x3a4c0f||Ee(_0x18377b)||je(_0x18377b)||_0x5e1cff,_0x3f7196=_0x4164ac?De():null;if(!_0x4164ac)return await _0x3c0f59();let _0x5a28a1=_0x363539[_0x1e948c(0x8e8)](_0x3bd5fe['childType']),_0x4956af=((_0x24566f=_0x363539[_0x1e948c(0x3a5)]())==null?void 0x0:_0x24566f[_0x1e948c(0x872)]())??null;try{return _0x363539[_0x1e948c(0x5d6)](_0x3bd5fe[_0x1e948c(0x442)]),_0x5e1cff||_0x363539[_0x1e948c(0x927)](_0x3bd5fe[_0x1e948c(0x442)]),await _0x3c0f59();}finally{we(_0x363539,_0x5a28a1),_0x5e1cff||(Ve(_0x3bd5fe,_0x363539,_0x4956af,_0x3a4c0f),Oe(_0x3bd5fe,_0x3f7196)&&ke(_0x3bd5fe,_0x3f7196));}},'syncExecuteCommand':(_0x103227,_0x42d9ec,_0xf3e548)=>{const _0x1cb833=_0x60eb90;var _0x377081;let _0x506c32=()=>Ce(_0x103227,_0x248c5,_0x489b6a,()=>_0x1594c6['syncExecuteCommand'](_0x103227,Be(_0x3bd5fe,_0x103227,_0x42d9ec),Te(_0x3bd5fe[_0x1cb833(0x5c7)],_0x3bd5fe[_0x1cb833(0x442)],_0xf3e548))),_0xa310b7=Ae(_0x3bd5fe)&&!Ee(_0x103227)&&!je(_0x103227),_0x355f96=_0x3a4c0f||Ee(_0x103227)||je(_0x103227)||_0xa310b7,_0x147a20=_0x355f96?De():null;if(!_0x355f96)return _0x506c32();let _0x584975=_0x363539['getCurrentUnitOfType'](_0x3bd5fe[_0x1cb833(0x5c7)]),_0x4b8a74=((_0x377081=_0x363539['getFocusedUnit']())==null?void 0x0:_0x377081[_0x1cb833(0x872)]())??null;try{return _0x363539[_0x1cb833(0x5d6)](_0x3bd5fe[_0x1cb833(0x442)]),_0xa310b7||_0x363539[_0x1cb833(0x927)](_0x3bd5fe['childUnitId']),_0x506c32();}finally{we(_0x363539,_0x584975),_0xa310b7||(Ve(_0x3bd5fe,_0x363539,_0x4b8a74,_0x3a4c0f),Oe(_0x3bd5fe,_0x147a20)&&ke(_0x3bd5fe,_0x147a20));}},'onCommandExecuted':_0x2fee6c=>_0x1594c6[_0x60eb90(0x245)](_0x2fee6c),'beforeCommandExecuted':_0x4ca455=>_0x1594c6['beforeCommandExecuted'](_0x4ca455),'onMutationExecutedForCollab':_0x129ec9=>_0x1594c6[_0x60eb90(0x3be)](_0x129ec9)};}function Ce(_0x252fed,_0x5f4af0,_0x21342b,_0x4d2759){const _0x15d174=_0x1ed4d3;if(!ge[_0x15d174(0x54f)](_0x252fed)||!_0x5f4af0||!_0x21342b||typeof _0x5f4af0[_0x15d174(0x4f4)]!=_0x15d174(0x508)||_0x5f4af0===_0x21342b)return _0x4d2759();let _0x5afd9c=[];for(let _0x4fe51e of he){let _0xdeaff0=_0x5f4af0[_0x15d174(0x3b1)](_0x4fe51e),_0x567e20=_0x21342b['getContextValue'](_0x4fe51e);_0xdeaff0!==_0x567e20&&(_0x5afd9c[_0x15d174(0x2fa)]({'key':_0x4fe51e,'value':_0xdeaff0}),_0x5f4af0['setContextValue'](_0x4fe51e,_0x567e20));}try{return _0x4d2759();}finally{for(let _0xc5ec85=_0x5afd9c[_0x15d174(0x9ba)]-0x1;_0xc5ec85>=0x0;_0xc5ec85--){let {key:_0x33c3e7,value:_0x3c37c2}=_0x5afd9c[_0xc5ec85];_0x5f4af0[_0x15d174(0x4f4)](_0x33c3e7,_0x3c37c2);}}}function we(_0x4a54a2,_0x5a6eca){const _0x2bb890=_0x1ed4d3;if(!_0x5a6eca)return;let _0x2220ca=_0x5a6eca[_0x2bb890(0x872)]();_0x4a54a2['getUnit'](_0x2220ca)&&_0x4a54a2[_0x2bb890(0x5d6)](_0x2220ca);}function Te(_0x21a993,_0x5c1562,_0x31fcee){const _0x173375=_0x1ed4d3;return _0x21a993===a[_0x173375(0x747)][_0x173375(0x8d2)]?{..._0x31fcee,'unitId':_0x5c1562}:_0x31fcee;}function Ee(_0x20ed5e){const _0x317c98=_0x1ed4d3;return _0x20ed5e===a[_0x317c98(0x5df)]['id']||_0x20ed5e===a['RedoCommand']['id'];}function De(){const _0x49024b=_0x1ed4d3;return typeof document<'u'&&document[_0x49024b(0x503)]instanceof HTMLElement?document['activeElement']:null;}function Oe(_0x38a58d,_0x3e22a3){const _0x510972=_0x1ed4d3;if(!_0x3e22a3||_0x38a58d[_0x510972(0x5c7)]===a['UniverInstanceType'][_0x510972(0x32f)])return _0x3e22a3!=null;let _0x394620=_0x3e22a3;for(;_0x394620;){if(a[_0x510972(0x880)]['some'](_0x2de645=>(_0x394620==null?void 0x0:_0x394620['id'])===_0x510972(0x4ee)+_0x2de645||(_0x394620==null?void 0x0:_0x394620['id'])===_0x510972(0x3d0)+_0x2de645))return!0x1;_0x394620=_0x394620[_0x510972(0x986)];}return!0x0;}function ke(_0x341dc7,_0x4cdfd6){const _0x3a2cb7=_0x1ed4d3;var _0x1bcaf1;let _0x35256a=()=>{const _0x2e8aa5=_0x54e0;let _0x2e21a5=_0x341dc7[_0x2e8aa5(0x982)]['contentRoot']??_0x341dc7[_0x2e8aa5(0x982)][_0x2e8aa5(0x3c8)],_0x2373d8=_0x4cdfd6!=null&&_0x4cdfd6[_0x2e8aa5(0x89c)]?_0x4cdfd6:_0x2e21a5[_0x2e8aa5(0x55c)](_0x2e8aa5(0x2a6))??_0x2e21a5;!_0x2373d8[_0x2e8aa5(0x89c)]||_0x2373d8[_0x2e8aa5(0x2f2)][_0x2e8aa5(0x503)]===_0x2373d8||(_0x2373d8['hasAttribute'](_0x2e8aa5(0x6f1))||(_0x2373d8[_0x2e8aa5(0x5d4)]=-0x1),_0x2373d8['focus']({'preventScroll':!0x0}));};_0x35256a(),(_0x1bcaf1=_0x341dc7['renderScope']['rootElement'][_0x3a2cb7(0x2f2)][_0x3a2cb7(0x2e9)])==null||_0x1bcaf1['requestAnimationFrame'](_0x35256a);}function Ae(_0x543c75){const _0xf48088=_0x1ed4d3;if(_0x543c75['childType']===a[_0xf48088(0x747)][_0xf48088(0x8d2)]||_0x543c75[_0xf48088(0x982)][_0xf48088(0x7d1)]!==_0xf48088(0x681)||!_0x543c75['injector'][_0xf48088(0x54f)](G))return!0x1;let _0x4d426f=_0x543c75[_0xf48088(0x583)][_0xf48088(0x53b)](G)[_0xf48088(0x22f)]();return((_0x4d426f==null?void 0x0:_0x4d426f['sessionMode'])===_0xf48088(0x950)||(_0x4d426f==null?void 0x0:_0x4d426f['sessionMode'])==='child-fullscreen')&&_0x4d426f['embedId']===_0x543c75[_0xf48088(0x666)]&&_0x4d426f[_0xf48088(0x565)]===_0x543c75['hostUnitId']&&_0x4d426f[_0xf48088(0x442)]===_0x543c75['childUnitId']&&_0x4d426f[_0xf48088(0x5c7)]===_0x543c75[_0xf48088(0x5c7)];}function je(_0x439655){const _0x3d1185=_0x1ed4d3;return _0x439655===s[_0x3d1185(0x7b0)]['id'];}function Me(_0x48bb7f){const _0xc932b0=_0x1ed4d3;return _0x48bb7f[_0xc932b0(0x982)][_0xc932b0(0x44f)]||_0x48bb7f[_0xc932b0(0x3e8)]['entry']===_0xc932b0(0x53e)?!0x0:Ne(_0x48bb7f);}function Ne(_0x4d080e){const _0x15f9fe=_0x1ed4d3;var _0x11d8e2;return _0x4d080e[_0x15f9fe(0x3e8)][_0x15f9fe(0x8bf)]===_0x15f9fe(0x511)||_0x4d080e[_0x15f9fe(0x3e8)][_0x15f9fe(0x8bf)]===_0x15f9fe(0x983)||_0x4d080e[_0x15f9fe(0x3e8)][_0x15f9fe(0x8bf)]===_0x15f9fe(0x204)||_0x4d080e['layout']===_0x15f9fe(0x282)||!!((_0x11d8e2=_0x4d080e[_0x15f9fe(0x3e8)][_0x15f9fe(0x440)])!=null&&_0x11d8e2[_0x15f9fe(0x9c5)]);}function Pe(_0x45c2ad,_0x2a9ea3){const _0x27618d=_0x1ed4d3;if(!_0x45c2ad[_0x27618d(0x54f)](a[_0x27618d(0x851)]))return;let _0x3ee64c=_0x45c2ad[_0x27618d(0x53b)](a[_0x27618d(0x851)]),_0x2816ea=Fe(_0x2a9ea3),_0x175a75=new f['Subject']();return{'contextChanged$':(0x0,f[_0x27618d(0x5b7)])((_0x3ee64c[_0x27618d(0x680)]??f[_0x27618d(0x3ac)])[_0x27618d(0x83c)]((0x0,f[_0x27618d(0x572)])(_0x4d29f3=>Object[_0x27618d(0x291)](Object[_0x27618d(0x2f3)](_0x4d29f3)['filter'](([_0x2843b5])=>!Le(_0x2843b5)))),(0x0,f[_0x27618d(0x699)])(_0x13bcb4=>Object['keys'](_0x13bcb4)[_0x27618d(0x9ba)]>0x0)),_0x175a75),'getContextValue':_0x180517=>Le(_0x180517)?Ie(_0x2816ea,_0x180517):_0x3ee64c[_0x27618d(0x3b1)](_0x180517),'setContextValue':(_0x29756e,_0x5e89f2)=>{const _0x4c7eee=_0x27618d;if(!Le(_0x29756e)){_0x3ee64c[_0x4c7eee(0x4f4)](_0x29756e,_0x5e89f2);return;}_0x2816ea['set'](_0x29756e,_0x5e89f2),_0x175a75[_0x4c7eee(0x592)]({[_0x29756e]:_0x5e89f2});},'subscribeContextValue$':_0x4a4e87=>Le(_0x4a4e87)?new f['Observable'](_0x1cd8cf=>{const _0x179777=_0x27618d;let _0x293e61=_0x175a75['pipe']((0x0,f['filter'])(_0x30e896=>_0x30e896[_0x4a4e87]!==void 0x0))[_0x179777(0x49c)](_0xc46a7e=>_0x1cd8cf[_0x179777(0x592)](_0xc46a7e[_0x4a4e87]));return _0x1cd8cf['next'](Ie(_0x2816ea,_0x4a4e87)),()=>_0x293e61[_0x179777(0x465)]();}):_0x3ee64c[_0x27618d(0x8ae)](_0x4a4e87)};}function Fe(_0x3a1e63){const _0x4cbaeb=_0x1ed4d3;return new Map([[a[_0x4cbaeb(0x9a4)],!0x0],[a[_0x4cbaeb(0x71f)],_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x32f)]||_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x563)]||_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x83f)]],[a[_0x4cbaeb(0x341)],_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x32f)]],[a[_0x4cbaeb(0x70c)],_0x3a1e63===a['UniverInstanceType']['UNIVER_DOC']],[a[_0x4cbaeb(0x759)],_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x83f)]],[a['FOCUSING_BOARD'],_0x3a1e63===a[_0x4cbaeb(0x747)]['UNIVER_BOARD']],[X,_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x8ed)]]]);}function Ie(_0x2c088f,_0x53d85f){const _0x47949b=_0x1ed4d3;return _0x2c088f[_0x47949b(0x53b)](_0x53d85f)??!0x1;}function Le(_0xa8a14f){const _0x1b4948=_0x1ed4d3;return _0xa8a14f['startsWith']('FOCUSING_')||_0xa8a14f===a[_0x1b4948(0x391)]||_0xa8a14f===a[_0x1b4948(0x8c4)];}function Re(_0x22b56b,_0x44c125){const _0x467bdf=_0x1ed4d3;return{'getConfig':_0x5d8498=>{const _0x56411e=_0x54e0;let _0x4c2e70=_0x22b56b[_0x56411e(0x6af)](_0x5d8498),_0x5aaec8=_0x44c125[_0x56411e(0x53b)](_0x5d8498);return _0x5aaec8?_0x5aaec8(_0x4c2e70):_0x4c2e70;},'setConfig':_0x22b56b['setConfig'][_0x467bdf(0x7e0)](_0x22b56b),'deleteConfig':_0x22b56b[_0x467bdf(0x59d)]['bind'](_0x22b56b),'subscribeConfigValue$':_0x22b56b[_0x467bdf(0x763)][_0x467bdf(0x7e0)](_0x22b56b),'configChanged$':_0x22b56b[_0x467bdf(0x820)],'dispose':()=>{}};}function ze(_0x31ec37){const _0x35510f=_0x1ed4d3;return Re(_0x31ec37,new Map([[_0x35510f(0x352),_0x382ff0=>{const _0x255fd0=_0x35510f;let _0x1c9bb3={..._0x382ff0??{}};return _e[_0x255fd0(0x360)](_0x5f35be=>{_0x1c9bb3[_0x5f35be]={..._0x1c9bb3[_0x5f35be],'hidden':!0x0};}),_0x1c9bb3;}]]));}function Be(_0x223fcd,_0x308ab6,_0x5cce04){const _0xae5599=_0x1ed4d3;if(_0x308ab6!==t[_0xae5599(0x78d)]['id']||!_0x5cce04||typeof _0x5cce04!=_0xae5599(0x56b))return _0x5cce04;let _0x40a504=_0x5cce04;return _0x40a504['parentEmbedId']?_0x40a504:{..._0x40a504,'parentEmbedId':_0x223fcd[_0xae5599(0x666)]};}function Z(_0x1cea6e,_0x5cf3dd,_0x31b0d1=_0x1cea6e){const _0x47a074=_0x1ed4d3;let _0x46ebd1=Qe(_0x1cea6e)??_0x31b0d1,_0x50dca2=new Map(_0x5cf3dd),_0x3d107d=new Map(),_0x515168=new Set(),_0x3a6917=new Map(),_0x73857e;_0x50dca2[_0x47a074(0x360)]((_0x244f43,_0x14c572)=>{_0x49e598(_0x14c572);});function _0x49e598(_0x4df1c6){const _0x1393e1=_0x47a074;let _0x325785=Ue(_0x4df1c6);return _0x515168[_0x1393e1(0x363)](_0x325785),_0x3a6917[_0x1393e1(0x54f)](_0x325785)||_0x3a6917['set'](_0x325785,_0x4df1c6),_0x325785;}let _0x11e43a=_0x3565b4=>_0x50dca2['has'](_0x3565b4)||_0x3d107d[_0x47a074(0x54f)](_0x3565b4)?_0x3565b4:_0x3a6917['get'](Ue(_0x3565b4))??_0x3565b4,_0x5086a9=_0x544691=>{const _0x5c9df6=_0x47a074;let _0x5b6ec7=_0x11e43a(_0x544691);if(_0x50dca2['has'](_0x5b6ec7))return _0x50dca2[_0x5c9df6(0x53b)](_0x5b6ec7);let _0xfd235d=_0x3d107d['get'](_0x5b6ec7);if(!_0xfd235d)return;let _0x21c050=_0xfd235d();return _0x3d107d[_0x5c9df6(0x74c)](_0x5b6ec7),_0x50dca2[_0x5c9df6(0x753)](_0x5b6ec7,_0x21c050),Ye(_0x73857e,_0x5b6ec7,_0x21c050),_0x5b6ec7!==_0x544691&&Ye(_0x73857e,_0x544691,_0x21c050),_0x21c050;},_0x23c627=_0x3614fb=>{const _0x4e48a6=_0x47a074;let _0x3ff3b2=_0x11e43a(_0x3614fb);return _0x50dca2[_0x4e48a6(0x54f)](_0x3ff3b2)||_0x3d107d[_0x4e48a6(0x54f)](_0x3ff3b2);},_0x21f6f4=_0x16eeb4=>_0x515168['has'](Ue(_0x16eeb4)),_0xedbdcd=_0x2711dc=>me[_0x47a074(0x54f)](Ue(_0x2711dc)),_0x1aa27d=_0x4e370f=>!_0x21f6f4(_0x4e370f)&&_0x1cea6e['has'](_0x4e370f),_0x4c6c50=()=>{const _0x581745=_0x47a074;if(_0x73857e)return _0x73857e;let _0x2a09ba=_0x1cea6e[_0x581745(0x500)];if(typeof _0x2a09ba==_0x581745(0x508))return _0x73857e=_0x2a09ba[_0x581745(0x5db)](_0x1cea6e,[...rt(_0x50dca2),[a[_0x581745(0x6f8)],{'useFactory':()=>_0x73857e}]]),_0x73857e;},_0x21d214={'has':_0x41e456=>{const _0x18486b=_0x47a074;if(_0x41e456===a[_0x18486b(0x6f8)]||_0x23c627(_0x41e456)||_0x1aa27d(_0x41e456))return!0x0;let _0x1c51d9=_0x4c6c50();return(_0x1c51d9==null?void 0x0:_0x1c51d9[_0x18486b(0x54f)](_0x41e456))??_0x1cea6e[_0x18486b(0x54f)](_0x41e456);},'get':(_0x55813a,..._0xac7ec5)=>{const _0x748609=_0x47a074;if(_0x55813a===a[_0x748609(0x6f8)])return _0x21d214;if(We(_0xac7ec5,a[_0x748609(0x5f9)]['SELF'])){let _0x56cd44=_0x4c6c50();_0x3cc65d(_0x56cd44,_0x55813a);let _0x2836ae=qe(_0x56cd44,_0x55813a);return _0x2836ae[_0x748609(0x428)]?_0x2836ae[_0x748609(0x2fe)]:Ke(_0x56cd44||_0x1cea6e,_0x55813a,_0xac7ec5);}return _0x23c627(_0x55813a)?_0x5086a9(_0x55813a):We(_0xac7ec5,a[_0x748609(0x5f9)][_0x748609(0x83e)])?Ke(_0x1cea6e,_0x55813a,Ge(_0xac7ec5,a[_0x748609(0x5f9)][_0x748609(0x83e)])):_0x1aa27d(_0x55813a)?Ke(_0x1cea6e,_0x55813a,_0xac7ec5):Ke(_0x4c6c50()||_0x1cea6e,_0x55813a,_0xac7ec5);},'invoke':(_0x568764,..._0x3b058d)=>_0x568764({'has':_0x18c2aa=>{const _0x2c14b3=_0x47a074;if(_0x18c2aa===a[_0x2c14b3(0x6f8)]||_0x23c627(_0x18c2aa)||_0x1aa27d(_0x18c2aa))return!0x0;let _0x3b89b3=_0x4c6c50();return(_0x3b89b3==null?void 0x0:_0x3b89b3[_0x2c14b3(0x54f)](_0x18c2aa))??_0x1cea6e['has'](_0x18c2aa);},'get':(_0x563d20,..._0x1f5c0b)=>{const _0x20b9f8=_0x47a074;if(_0x563d20===a[_0x20b9f8(0x6f8)])return _0x21d214;if(We(_0x1f5c0b,a[_0x20b9f8(0x5f9)][_0x20b9f8(0x427)])){let _0x197444=_0x4c6c50();_0x3cc65d(_0x197444,_0x563d20);let _0x4f64a0=qe(_0x197444,_0x563d20);return _0x4f64a0[_0x20b9f8(0x428)]?_0x4f64a0[_0x20b9f8(0x2fe)]:Ke(_0x197444||_0x1cea6e,_0x563d20,_0x1f5c0b);}return _0x23c627(_0x563d20)?_0x5086a9(_0x563d20):We(_0x1f5c0b,a[_0x20b9f8(0x5f9)][_0x20b9f8(0x83e)])?Ke(_0x1cea6e,_0x563d20,Ge(_0x1f5c0b,a['LookUp'][_0x20b9f8(0x83e)])):_0x1aa27d(_0x563d20)?Ke(_0x1cea6e,_0x563d20,_0x1f5c0b):Ke(_0x4c6c50()||_0x1cea6e,_0x563d20,_0x1f5c0b);}},..._0x3b058d),'add':_0x1a18a5=>{const _0xd7b243=_0x47a074;let _0xb254f4=it(_0x1a18a5);if(_0xb254f4){if(_0xb254f4[_0xd7b243(0x405)]!==_0xd7b243(0x24f)&&_0x1aa27d(_0xb254f4['identifier'])&&!_0xedbdcd(_0xb254f4[_0xd7b243(0x869)]))return;let _0x22bf14=Ue(_0xb254f4[_0xd7b243(0x869)]);if(_0x515168[_0xd7b243(0x54f)](_0x22bf14))return;if(_0x49e598(_0xb254f4[_0xd7b243(0x869)]),_0xb254f4[_0xd7b243(0x405)]==='value')_0x3d107d['delete'](_0xb254f4[_0xd7b243(0x869)]),_0x50dca2[_0xd7b243(0x753)](_0xb254f4['identifier'],_0xb254f4[_0xd7b243(0x2fe)]);else{let _0x5495dd=_0x4c6c50();_0x5495dd?Ze(_0x5495dd,_0xb254f4[_0xd7b243(0x869)])||_0x5495dd[_0xd7b243(0x363)](_0x1a18a5):(_0x50dca2[_0xd7b243(0x74c)](_0xb254f4[_0xd7b243(0x869)]),_0x3d107d[_0xd7b243(0x753)](_0xb254f4[_0xd7b243(0x869)],_0xb254f4['factory']));}return;}let _0x11b2c8=Ue(He(_0x1a18a5));if(_0x11b2c8!=null){if(_0x515168[_0xd7b243(0x54f)](_0x11b2c8))return;_0x49e598(He(_0x1a18a5));}let _0x19eab2=_0x4c6c50();if(_0x19eab2){_0x19eab2[_0xd7b243(0x363)](_0x1a18a5);return;}_0x1cea6e[_0xd7b243(0x363)](_0x1a18a5);},'createChild':(_0x59799f=[])=>{const _0x2d359f=_0x47a074;let _0x2701fc=new Map(_0x50dca2);_0x3a6917[_0x2d359f(0x360)](_0x506a28=>{const _0x38bd91=_0x2d359f;if(_0x2701fc['has'](_0x506a28))return;if(_0x23c627(_0x506a28)){_0x2701fc[_0x38bd91(0x753)](_0x506a28,_0x5086a9(_0x506a28));return;}let _0x3bd7ee=_0x4c6c50();_0x3bd7ee&&Ze(_0x3bd7ee,_0x506a28)&&_0x2701fc[_0x38bd91(0x753)](_0x506a28,Ke(_0x3bd7ee,_0x506a28,[a[_0x38bd91(0x5f9)][_0x38bd91(0x427)]]));});let _0x4c15d5=[];_0x59799f[_0x2d359f(0x360)](_0x4f3a01=>{const _0x572c5c=_0x2d359f;let _0x398e05=it(_0x4f3a01);if((_0x398e05==null?void 0x0:_0x398e05[_0x572c5c(0x405)])===_0x572c5c(0x2fe)){_0x2701fc[_0x572c5c(0x753)](_0x398e05[_0x572c5c(0x869)],_0x398e05['value']);return;}_0x4c15d5[_0x572c5c(0x2fa)](_0x4f3a01);});let _0x11bb86=Z(_0x1cea6e,_0x2701fc,_0x46ebd1);return _0x4c15d5[_0x2d359f(0x360)](_0x4d15eb=>{const _0x18c3a6=_0x2d359f;_0x11bb86[_0x18c3a6(0x363)](_0x4d15eb);}),_0x11bb86;},'createInstance':(..._0x479ea1)=>{const _0x5143f7=_0x47a074;let _0x2f309f=_0x4c6c50(),_0x362f10=_0x2f309f==null?void 0x0:_0x2f309f[_0x5143f7(0x8e3)];if(_0x2f309f&&typeof _0x362f10=='function')return _0x2d7eb4(_0x2f309f,_0x479ea1[0x0]),_0x362f10[_0x5143f7(0x243)](_0x2f309f,_0x479ea1);let _0x1314a7=_0x1cea6e[_0x5143f7(0x8e3)];if(typeof _0x1314a7=='function')return _0x1314a7[_0x5143f7(0x243)](_0x1cea6e,_0x479ea1);let [_0x4913fa,..._0x1892e3]=_0x479ea1;return new _0x4913fa(..._0x1892e3);},'dispose':()=>{const _0x5a560f=_0x47a074;_0x73857e&&$e(_0x73857e,_0x46ebd1,_0x50dca2[_0x5a560f(0x3e4)]()),_0x73857e=void 0x0,_0x515168[_0x5a560f(0x9c2)](),_0x3a6917[_0x5a560f(0x9c2)](),_0x3d107d[_0x5a560f(0x9c2)]();}};function _0x3cc65d(_0x39ce13,_0xf26e59){!_0x39ce13||!_0x23c627(_0xf26e59)||Ye(_0x39ce13,_0xf26e59,_0x5086a9(_0xf26e59));}function _0x2d7eb4(_0x411c53,_0x2cc236){Xe(_0x2cc236)['forEach'](_0x3a695d=>_0x3cc65d(_0x411c53,_0x3a695d));}return _0x21d214[_0x47a074(0x225)]=_0x46ebd1,_0x21d214;}function Ve(_0x460f34,_0x39625a,_0x6d1165,_0x83b78=!0x0){const _0x17b792=_0x1ed4d3;let _0x5d94ba=_0x83b78&&_0x460f34[_0x17b792(0x583)][_0x17b792(0x54f)](G)?_0x460f34[_0x17b792(0x583)][_0x17b792(0x53b)](G):void 0x0;_0x39625a['focusUnit'](_0x5d94ba!=null&&_0x5d94ba['hasChildInteractionLease'](_0x460f34[_0x17b792(0x666)])?_0x460f34[_0x17b792(0x442)]:_0x6d1165);}function He(_0x553329){const _0x2f1872=_0x1ed4d3;return Array[_0x2f1872(0x737)](_0x553329)?_0x553329[0x0]:_0x553329;}function Ue(_0x327f5b){const _0x14763a=_0x1ed4d3;let _0x297ef4=_0x327f5b==null?void 0x0:_0x327f5b['decoratorName'];return typeof _0x297ef4=='string'&&_0x297ef4?_0x14763a(0x66d)+_0x297ef4:_0x327f5b;}function We(_0x4d634b,_0x108edf){const _0x46069c=_0x1ed4d3;return _0x4d634b[_0x46069c(0x95f)](_0x108edf);}function Ge(_0x102053,_0x435006){return _0x102053['filter'](_0xac19fd=>_0xac19fd!==_0x435006);}function Ke(_0x2d186a,_0x46bdf9,_0x52127e){const _0x5bcb8e=_0x1ed4d3;return _0x2d186a[_0x5bcb8e(0x53b)](_0x46bdf9,..._0x52127e);}function qe(_0x475a3e,_0x2266d4){const _0x4fd907=_0x1ed4d3;var _0x46ac62;let _0x1fbf34=_0x475a3e==null||(_0x46ac62=_0x475a3e['resolvedDependencyCollection'])==null?void 0x0:_0x46ac62[_0x4fd907(0x91c)];if(!_0x1fbf34)return{'resolved':!0x1};let _0x233dcf=Je(_0x1fbf34['get'](_0x2266d4));if(_0x233dcf['resolved'])return _0x233dcf;let _0x38af43=Ue(_0x2266d4);for(let [_0x4fb209,_0x5bb949]of _0x1fbf34){if(_0x4fb209===_0x2266d4||Ue(_0x4fb209)!==_0x38af43)continue;let _0x3530e8=Je(_0x5bb949);if(_0x3530e8[_0x4fd907(0x428)])return _0x3530e8;}return{'resolved':!0x1};}function Je(_0x441ebb){const _0x3cbca2=_0x1ed4d3;return!_0x441ebb||_0x441ebb[_0x3cbca2(0x9ba)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x441ebb[0x0]};}function Ye(_0x52dc2e,_0x536583,_0x48c402){const _0x1dc5d3=_0x1ed4d3;!_0x52dc2e||Ze(_0x52dc2e,_0x536583)||_0x52dc2e[_0x1dc5d3(0x363)]([_0x536583,{'useValue':_0x48c402}]);}function Xe(_0x4555db){const _0x2e50e7=_0x1ed4d3;if(!_0x4555db||typeof _0x4555db!=_0x2e50e7(0x508)&&typeof _0x4555db!='object')return[];for(let _0x17a1be of Object[_0x2e50e7(0x48f)](_0x4555db)){let _0x4919cc=_0x4555db[_0x17a1be];if(!Array[_0x2e50e7(0x737)](_0x4919cc))continue;let _0xd7c788=_0x4919cc['map'](_0x299082=>_0x299082==null?void 0x0:_0x299082[_0x2e50e7(0x869)])[_0x2e50e7(0x699)](_0x5e932a=>_0x5e932a!==void 0x0);if(_0xd7c788[_0x2e50e7(0x9ba)])return _0xd7c788;}return[];}function Ze(_0x4fda0d,_0x25e356){const _0x23c148=_0x1ed4d3;var _0x3aa4fd,_0x5afce1,_0x3b113c,_0xa8bbe0;let _0x3dfa01=_0x4fda0d;return!!((_0x3aa4fd=_0x3dfa01[_0x23c148(0x64e)])!=null&&(_0x5afce1=_0x3aa4fd[_0x23c148(0x54f)])!=null&&_0x5afce1[_0x23c148(0x5db)](_0x3aa4fd,_0x25e356)||(_0x3b113c=_0x3dfa01['resolvedDependencyCollection'])!=null&&(_0xa8bbe0=_0x3b113c[_0x23c148(0x54f)])!=null&&_0xa8bbe0[_0x23c148(0x5db)](_0x3b113c,_0x25e356));}function Qe(_0x3fdc5d){const _0x4fe359=_0x1ed4d3;return _0x3fdc5d[_0x4fe359(0x225)];}function $e(_0x3dd132,_0x4a02c7,_0x2738d3=[]){const _0x5d00a6=_0x1ed4d3;let _0x550c28=et(_0x4a02c7);for(let _0x128609 of _0x2738d3)_0x550c28[_0x5d00a6(0x363)](_0x128609);tt(_0x3dd132,_0x550c28),_0x3dd132[_0x5d00a6(0x45b)]();}function et(_0x12a61f){const _0x3f136b=_0x1ed4d3;let _0x43a9cd=new Set(),_0x88bcf9=nt(_0x12a61f);return _0x88bcf9&&_0x88bcf9[_0x3f136b(0x360)](_0x8ec3c5=>{const _0x1cffc6=_0x3f136b;Array['isArray'](_0x8ec3c5)&&_0x8ec3c5[_0x1cffc6(0x360)](_0x780a02=>_0x43a9cd['add'](_0x780a02));}),_0x43a9cd;}function tt(_0x58660e,_0x1a5c6b,_0x5b2c45=new Set()){const _0x3f6130=_0x1ed4d3;if(_0x5b2c45[_0x3f6130(0x54f)](_0x58660e))return;_0x5b2c45[_0x3f6130(0x363)](_0x58660e);let _0x1857eb=_0x58660e[_0x3f6130(0x4bb)];_0x1857eb==null||_0x1857eb[_0x3f6130(0x360)](_0x407e65=>tt(_0x407e65,_0x1a5c6b,_0x5b2c45));let _0x320c1b=nt(_0x58660e);_0x320c1b&&_0x320c1b[_0x3f6130(0x360)]((_0x3fbce3,_0x56da30)=>{const _0x49ecca=_0x3f6130;if(!Array[_0x49ecca(0x737)](_0x3fbce3))return;let _0x5ae7ee=_0x3fbce3[_0x49ecca(0x699)](_0x276a36=>!_0x1a5c6b['has'](_0x276a36));if(_0x5ae7ee['length']!==_0x3fbce3[_0x49ecca(0x9ba)]){if(_0x5ae7ee['length']===0x0){_0x320c1b['delete'](_0x56da30);return;}_0x320c1b[_0x49ecca(0x753)](_0x56da30,_0x5ae7ee);}});}function nt(_0x35ef8f){const _0x44c8e7=_0x1ed4d3;var _0x58ead1;return(_0x58ead1=_0x35ef8f['resolvedDependencyCollection'])==null?void 0x0:_0x58ead1[_0x44c8e7(0x91c)];}function rt(_0x6d2afd){return Array['from'](_0x6d2afd,([_0x306345,_0x297d59])=>[_0x306345,{'useValue':_0x297d59}]);}function it(_0x22fdda){const _0x390f79=_0x1ed4d3;if(!Array[_0x390f79(0x737)](_0x22fdda)||_0x22fdda[_0x390f79(0x9ba)]<0x2)return;let [_0x5c0444,_0x1a3d10]=_0x22fdda;if(!(!_0x1a3d10||typeof _0x1a3d10!='object')){if(_0x390f79(0x797)in _0x1a3d10)return{'kind':_0x390f79(0x2fe),'identifier':_0x5c0444,'value':_0x1a3d10[_0x390f79(0x797)]};if(typeof _0x1a3d10[_0x390f79(0x6c2)]==_0x390f79(0x508))return{'kind':_0x390f79(0x24f),'identifier':_0x5c0444,'factory':_0x1a3d10[_0x390f79(0x6c2)]};}}function at(_0x39e735,_0x5f1d61){const _0x52531b=_0x1ed4d3;if(!_0x39e735['has'](c['IMenuManagerService']))return;let _0x40db30=_0x39e735['get'](c[_0x52531b(0x383)]),_0x362146=_0x40db30[_0x52531b(0x76b)];return ot(typeof _0x362146=='function'?_0x362146[_0x52531b(0x5db)](_0x40db30,_0x5f1d61):_0x40db30);}function ot(_0x3a8ff9){const _0x20b4c2=_0x1ed4d3;return{'menuChanged$':_0x3a8ff9[_0x20b4c2(0x7dd)],'mergeMenu':(_0x439a8d,_0x38172f)=>_0x3a8ff9[_0x20b4c2(0x669)](_0x439a8d,_0x38172f),'appendRootMenu':_0x5afa4d=>_0x3a8ff9['appendRootMenu'](_0x5afa4d),'getMenuByPositionKey':_0x43ea85=>st(_0x3a8ff9[_0x20b4c2(0x542)](_0x43ea85)),'getFlatMenuByPositionKey':_0x5d03fe=>st(_0x3a8ff9[_0x20b4c2(0x80b)](_0x5d03fe))};}function st(_0x342b10){const _0x354c11=_0x1ed4d3;return _0x342b10[_0x354c11(0x701)](_0x269ee5=>{const _0x130ed0=_0x354c11;var _0x13c6b7;if(_e[_0x130ed0(0x54f)](((_0x13c6b7=_0x269ee5[_0x130ed0(0x855)])==null?void 0x0:_0x13c6b7['id'])??_0x269ee5[_0x130ed0(0x311)]))return[];if(!_0x269ee5[_0x130ed0(0x4bb)])return[_0x269ee5];let _0x100351=st(_0x269ee5[_0x130ed0(0x4bb)]);return _0x269ee5[_0x130ed0(0x4bb)][_0x130ed0(0x9ba)]>0x0&&_0x100351['length']===0x0&&!_0x269ee5[_0x130ed0(0x855)]&&!_0x269ee5[_0x130ed0(0x517)]?[]:[{..._0x269ee5,'children':_0x100351}];});}function ct(_0x247433,_0x29cb2d,_0x3aae5e){const _0x52fe47=_0x1ed4d3;if(!_0x247433['has'](c[_0x52fe47(0x9e0)]))return;let _0x3fd1ed=_0x247433[_0x52fe47(0x53b)](c[_0x52fe47(0x9e0)]);return{get 'disabled'(){const _0x3ea4d3=_0x52fe47;return _0x3fd1ed[_0x3ea4d3(0x486)];},set 'disabled'(_0x42cdce){const _0x39bf65=_0x52fe47;_0x3fd1ed[_0x39bf65(0x486)]=_0x42cdce;},get 'visible'(){const _0x65cab5=_0x52fe47;return _0x3fd1ed[_0x65cab5(0x87b)];},'enable':()=>_0x3fd1ed[_0x52fe47(0x4ac)](),'disable':()=>_0x3fd1ed[_0x52fe47(0x488)](),'triggerContextMenu':(_0x3ca344,_0x4a8d29,_0x488bf7)=>{const _0x2f26ea=_0x52fe47;_0x3fd1ed[_0x2f26ea(0x53c)](_0x3ca344,_0x4a8d29,{..._0x488bf7,'unitId':(_0x488bf7==null?void 0x0:_0x488bf7[_0x2f26ea(0x2b9)])??_0x3aae5e});},'hideContextMenu':()=>_0x3fd1ed['hideContextMenu'](),'registerContextMenuHandler':_0x3652cd=>_0x3fd1ed[_0x52fe47(0x884)](_0x3652cd)};}function lt(_0x28a51f,_0x538950){const _0x3c7122=_0x1ed4d3;let _0x1d7919=new c[(_0x3c7122(0x272))]();return{get 'disabled'(){const _0x1b0f8d=_0x3c7122;return _0x1d7919[_0x1b0f8d(0x486)];},set 'disabled'(_0x30ac76){_0x1d7919['disabled']=_0x30ac76;},get 'visible'(){const _0x2ed3e0=_0x3c7122;return _0x1d7919[_0x2ed3e0(0x87b)];},'enable':()=>_0x1d7919[_0x3c7122(0x4ac)](),'disable':()=>_0x1d7919[_0x3c7122(0x488)](),'triggerContextMenu':(_0x567fb0,_0xb54ade,_0x24da20)=>{const _0x4689f5=_0x3c7122;_0x1d7919[_0x4689f5(0x53c)](_0x567fb0,_0xb54ade,{..._0x24da20,'unitId':(_0x24da20==null?void 0x0:_0x24da20[_0x4689f5(0x2b9)])??_0x538950});},'hideContextMenu':()=>_0x1d7919[_0x3c7122(0x3ce)](),'registerContextMenuHandler':_0x2ebb8c=>_0x1d7919[_0x3c7122(0x884)](_0x2ebb8c),'dispose':()=>_0x1d7919['dispose']()};}function ut(_0x4c04b8,_0x53e91b){const _0x2eff28=_0x1ed4d3;let _0x1e8c44=_0x4c04b8['get'](c[_0x2eff28(0x793)]),_0x324dce=_0x4c04b8[_0x2eff28(0x54f)](q)?_0x4c04b8[_0x2eff28(0x53b)](q):void 0x0,_0x46b0fa=_0x4c04b8[_0x2eff28(0x54f)](G)?_0x4c04b8['get'](G):void 0x0,_0x565162=_0x53e91b[_0x2eff28(0x982)]['rootElement'],_0x257224=_0x53e91b[_0x2eff28(0x982)][_0x2eff28(0x815)]??_0x565162,_0x1150b4=new Set([_0x565162,_0x257224]),_0x3170d0=_0x53e91b[_0x2eff28(0x982)][_0x2eff28(0x7d1)]!=='float'||_0x53e91b[_0x2eff28(0x982)][_0x2eff28(0x44f)],_0x4765c6=(_0x480c3f,_0x2ad608)=>{const _0x3af529=_0x2eff28;_0x1150b4[_0x3af529(0x363)](_0x480c3f);let _0x574eb5=(_0x2ad608==null?void 0x0:_0x2ad608['registerChildInteraction'])&&_0x3170d0,_0x2a98b2=_0x574eb5?dt(_0x480c3f):void 0x0,_0x5ebac2=_0x574eb5?_0x324dce==null?void 0x0:_0x324dce[_0x3af529(0x661)](_0x53e91b[_0x3af529(0x666)],_0x480c3f):void 0x0,_0x18a549=_0x574eb5?_0x46b0fa==null?void 0x0:_0x46b0fa['registerElement']({'embedId':_0x53e91b[_0x3af529(0x666)],'role':_0x3af529(0x908),'element':_0x480c3f}):void 0x0;return(0x0,a[_0x3af529(0x64a)])(()=>{const _0x1e6b9e=_0x3af529;_0x18a549==null||_0x18a549[_0x1e6b9e(0x45b)](),_0x5ebac2==null||_0x5ebac2[_0x1e6b9e(0x45b)](),_0x2a98b2==null||_0x2a98b2[_0x1e6b9e(0x45b)](),_0x1150b4[_0x1e6b9e(0x74c)](_0x480c3f);});},_0xd9bd27=_0x442096=>_0x442096?[..._0x1150b4][_0x2eff28(0x52a)](_0x1c2c18=>_0x1c2c18===_0x442096||_0x1c2c18[_0x2eff28(0x495)](_0x442096)):!0x1;return{get 'isFocused'(){const _0xac519a=_0x2eff28;return _0x1e8c44[_0xac519a(0x2cc)];},get 'rootContainerElement'(){return _0x565162;},'focus':()=>_0x1e8c44['focus'](),'registerFocusHandler':(_0x269caf,_0x313a7c)=>_0x1e8c44[_0x2eff28(0x2ac)](_0x269caf,_0x313a7c),'registerRootContainerElement':_0x4765c6,'registerContentElement':_0x4765c6,'registerContainerElement':_0x52a564=>_0x4765c6(_0x52a564,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x257224,'checkElementInCurrentContainers':_0x37c895=>_0xd9bd27(_0x37c895)||(_0x324dce==null?void 0x0:_0x324dce[_0x2eff28(0x495)](_0x53e91b[_0x2eff28(0x666)],_0x37c895))||_0x1e8c44['checkElementInCurrentContainers'](_0x37c895),'checkContentIsFocused':()=>_0xd9bd27(_0x257224[_0x2eff28(0x2f2)][_0x2eff28(0x503)])||(_0x46b0fa==null?void 0x0:_0x46b0fa[_0x2eff28(0x445)](_0x53e91b['embedId']))||_0x1e8c44[_0x2eff28(0x3f5)]()};}function dt(_0x180153){const _0x4cea78=_0x1ed4d3;let _0x9cac1=new Map(),_0xeae7c4=_0x293dea=>{const _0x2cc228=_0x54e0;_0x9cac1[_0x2cc228(0x753)](_0x293dea,_0x293dea['getAttribute'](W)),_0x293dea[_0x2cc228(0x57b)](W,_0x2cc228(0x908));};return _0xeae7c4(_0x180153),_0x180153['querySelectorAll']('*')[_0x4cea78(0x360)](_0xeae7c4),(0x0,a[_0x4cea78(0x64a)])(()=>{_0x9cac1['forEach']((_0x38814b,_0x2ce2b8)=>{const _0x2fdacb=_0x54e0;if(_0x38814b==null){_0x2ce2b8['removeAttribute'](W);return;}_0x2ce2b8[_0x2fdacb(0x57b)](W,_0x38814b);});});}function ft(_0x215b08,_0x2e1774,_0x3a269d=[]){const _0x56d74f=_0x1ed4d3;let _0x4654c9=mt(_0x215b08,_0x3a269d)??_0x215b08['injector'],_0x3d9f19=_0x4654c9!==_0x215b08[_0x56d74f(0x583)],_0xf27aea=pt(_0x215b08),_0x259d31={'descriptor':_0x215b08[_0x56d74f(0x3e8)],'host':{'unitId':_0x215b08[_0x56d74f(0x565)],'type':_0x215b08[_0x56d74f(0x3e8)]['hostType'],'anchorId':_0x215b08[_0x56d74f(0x3e8)][_0x56d74f(0x253)],'entry':_0x215b08[_0x56d74f(0x3e8)][_0x56d74f(0x8bf)],'layout':gt(_0x215b08)},'child':{'unitId':_0x215b08['childUnitId'],'type':_0x215b08[_0x56d74f(0x5c7)]},'injector':_0x4654c9,'instanceService':ht(_0x4654c9,a['IUniverInstanceService']),'commandService':ht(_0x4654c9,a[_0x56d74f(0x8e6)]),'menuManagerService':ht(_0x4654c9,c[_0x56d74f(0x383)]),'roots':_0xf27aea,'activate':()=>_0x2e1774(!0x0),'deactivate':()=>_0x2e1774(!0x1),'dispose':()=>{const _0x468bd5=_0x56d74f;_0x3d9f19&&_0x4654c9[_0x468bd5(0x45b)]();}};return{'runtimeScope':_0x259d31,'disposable':(0x0,a[_0x56d74f(0x64a)])(()=>_0x259d31['dispose']())};}function pt(_0x540471){const _0x4e7f37=_0x1ed4d3;var _0x5b339a;let _0x17cd36=_0x540471[_0x4e7f37(0x982)][_0x4e7f37(0x3c8)],_0x51a317=_0x540471['renderScope']['contentRoot']??L(_0x17cd36,_0x4e7f37(0x6d6))??_0x17cd36,_0x587739=_0x540471[_0x4e7f37(0x982)][_0x4e7f37(0x6fc)]??L(_0x17cd36,_0x4e7f37(0x870))??_0x17cd36;return{'root':_0x17cd36,'content':_0x51a317,'canvas':_0x540471['renderScope'][_0x4e7f37(0x97f)]??L(_0x17cd36,_0x4e7f37(0x4a1))??void 0x0,'overlay':_0x587739,'popup':_0x540471[_0x4e7f37(0x982)][_0x4e7f37(0x348)]??L(_0x17cd36,'data-embed-popup-root')??_0x587739,'menuSlot':((_0x5b339a=_0x540471[_0x4e7f37(0x982)][_0x4e7f37(0x417)])==null?void 0x0:_0x5b339a[_0x4e7f37(0x308)])??L(_0x17cd36,_0x4e7f37(0x8ad))??void 0x0,'footerSlot':L(_0x17cd36,_0x4e7f37(0x96a))??void 0x0};}function mt(_0x1092ec,_0x426ae3){const _0x204d16=_0x1ed4d3;if(!(!_0x1092ec[_0x204d16(0x583)]['has'](a[_0x204d16(0x90d)])||!_0x1092ec[_0x204d16(0x583)][_0x204d16(0x54f)](a[_0x204d16(0x8e6)])))return ve(_0x1092ec,_0x426ae3);}function ht(_0x1b5738,_0x53f111){const _0x2bb7c1=_0x1ed4d3;if(_0x1b5738[_0x2bb7c1(0x54f)](_0x53f111))return _0x1b5738['get'](_0x53f111);}function gt(_0xe66c7a){const _0x168ff5=_0x1ed4d3;var _0x55dc8f,_0x2082fa;switch(_0xe66c7a['descriptor'][_0x168ff5(0x8bf)]){case'docs-custom-block':return _0x168ff5(0x9aa);case'sheets-floating-object':case _0x168ff5(0x3ab):case _0x168ff5(0x70b):return _0x168ff5(0x681);case'sheets-sheet-tab':case'bases-table-list-block':case _0x168ff5(0x204):return _0x168ff5(0x282);default:break;}return _0xe66c7a[_0x168ff5(0x29f)]===_0x168ff5(0x282)||(_0x55dc8f=_0xe66c7a[_0x168ff5(0x3e8)][_0x168ff5(0x440)])!=null&&_0x55dc8f[_0x168ff5(0x9c5)]?_0x168ff5(0x282):(_0x2082fa=_0xe66c7a[_0x168ff5(0x3e8)]['sourceMeta'])!=null&&_0x2082fa[_0x168ff5(0x714)]?_0x168ff5(0x681):_0xe66c7a[_0x168ff5(0x29f)][_0x168ff5(0x87c)](_0x168ff5(0x79e))||_0xe66c7a[_0x168ff5(0x29f)]===_0x168ff5(0x808)?_0x168ff5(0x9aa):_0x168ff5(0x681);}var _t=class{constructor(){B(this,'_contributions',new Map());}[_0x1ed4d3(0x22c)](_0x2d6e5c){const _0x2b7a6c=_0x1ed4d3;if(this['_contributions']['has'](_0x2d6e5c[_0x2b7a6c(0x5c7)]))throw Error(_0x2b7a6c(0x8a3)+_0x2d6e5c[_0x2b7a6c(0x5c7)]);this['_contributions'][_0x2b7a6c(0x753)](_0x2d6e5c[_0x2b7a6c(0x5c7)],_0x2d6e5c);}[_0x1ed4d3(0x53b)](_0x47b39e){const _0x27ff09=_0x1ed4d3;return this['_contributions'][_0x27ff09(0x53b)](_0x47b39e);}[_0x1ed4d3(0x80c)](){const _0x1cb9f6=_0x1ed4d3;return[...this[_0x1cb9f6(0x232)][_0x1cb9f6(0x3e4)]()];}},vt=class{constructor(){B(this,'_contributions',new Map());}['register'](_0x34ef57){const _0x566cd0=_0x1ed4d3;let _0x142ff7=this[_0x566cd0(0x4c4)](_0x34ef57['hostType'],_0x34ef57[_0x566cd0(0x8bf)],_0x34ef57[_0x566cd0(0x5c7)]);if(this['_contributions'][_0x566cd0(0x54f)](_0x142ff7))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x142ff7);return this['_contributions'][_0x566cd0(0x753)](_0x142ff7,_0x34ef57),(0x0,a[_0x566cd0(0x64a)])(()=>{const _0x4a770c=_0x566cd0;this['_contributions'][_0x4a770c(0x53b)](_0x142ff7)===_0x34ef57&&this[_0x4a770c(0x232)][_0x4a770c(0x74c)](_0x142ff7);});}[_0x1ed4d3(0x53b)](_0x441b14,_0x393e08,_0x2c5750){const _0xb50f86=_0x1ed4d3;if(_0x2c5750!=null){let _0x23eeb5=this[_0xb50f86(0x232)][_0xb50f86(0x53b)](this[_0xb50f86(0x4c4)](_0x441b14,_0x393e08,_0x2c5750));if(_0x23eeb5)return _0x23eeb5;}return this[_0xb50f86(0x232)]['get'](this[_0xb50f86(0x4c4)](_0x441b14,_0x393e08));}[_0x1ed4d3(0x9a9)](_0x5c1352,_0x4d8275,_0x6209a6){const _0x24f2c7=_0x1ed4d3;return this[_0x24f2c7(0x232)][_0x24f2c7(0x54f)](this[_0x24f2c7(0x4c4)](_0x5c1352,_0x4d8275,_0x6209a6));}[_0x1ed4d3(0x80c)](){const _0x14058d=_0x1ed4d3;return[...this['_contributions'][_0x14058d(0x3e4)]()];}[_0x1ed4d3(0x4c4)](_0x5be2a1,_0x29713b,_0x1135ea){return _0x1135ea==null?_0x5be2a1+':'+_0x29713b+':*':_0x5be2a1+':'+_0x29713b+':'+_0x1135ea;}},yt=class{constructor(){const _0x54ce60=_0x1ed4d3;B(this,_0x54ce60(0x232),new Map());}[_0x1ed4d3(0x22c)](_0x3c42c7){const _0x442854=_0x1ed4d3;let _0x573068=this[_0x442854(0x4c4)](_0x3c42c7['hostType'],_0x3c42c7['entry']);if(this[_0x442854(0x232)][_0x442854(0x54f)](_0x573068))throw Error('Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20'+_0x573068);this[_0x442854(0x232)][_0x442854(0x753)](_0x573068,_0x3c42c7);}['get'](_0x34faa2,_0x213fdd){const _0x4c6e5c=_0x1ed4d3;return this[_0x4c6e5c(0x232)][_0x4c6e5c(0x53b)](this[_0x4c6e5c(0x4c4)](_0x34faa2,_0x213fdd));}[_0x1ed4d3(0x80c)](){const _0x22b0fa=_0x1ed4d3;return[...this[_0x22b0fa(0x232)][_0x22b0fa(0x3e4)]()];}['supports'](_0x5ed859,_0x92e273,_0x72fef3){const _0x33fcb7=_0x1ed4d3;let _0x4eb076=this['get'](_0x5ed859,_0x92e273);return _0x4eb076?(_0x4eb076[_0x33fcb7(0x538)]??[_0x4eb076[_0x33fcb7(0x29f)]])[_0x33fcb7(0x95f)](_0x72fef3):!0x1;}['_key'](_0x30b800,_0x23de53){return _0x30b800+':'+_0x23de53;}},bt=class{constructor(){const _0x10628d=_0x1ed4d3;B(this,_0x10628d(0x672),new Map()),B(this,_0x10628d(0x207),new Map()),B(this,_0x10628d(0x4f1),new Map());}[_0x1ed4d3(0x22c)](_0x3460b2,_0x71dec9){const _0x483239=_0x1ed4d3;let _0x428ec8=typeof _0x3460b2==_0x483239(0x23d)?{'childUnitId':_0x3460b2,'root':_0x71dec9}:_0x3460b2;return this[_0x483239(0x672)]['set'](_0x428ec8[_0x483239(0x442)],_0x428ec8),_0x428ec8[_0x483239(0x666)]&&this['_rootsByEmbedId'][_0x483239(0x753)](_0x428ec8['embedId'],_0x428ec8),_0x428ec8[_0x483239(0x253)]&&this[_0x483239(0x4f1)][_0x483239(0x753)](_0x428ec8['hostAnchorId'],_0x428ec8),(0x0,a[_0x483239(0x64a)])(()=>{const _0x347930=_0x483239;this[_0x347930(0x672)][_0x347930(0x53b)](_0x428ec8['childUnitId'])===_0x428ec8&&this[_0x347930(0x672)][_0x347930(0x74c)](_0x428ec8[_0x347930(0x442)]),_0x428ec8[_0x347930(0x666)]&&this[_0x347930(0x207)][_0x347930(0x53b)](_0x428ec8[_0x347930(0x666)])===_0x428ec8&&this['_rootsByEmbedId']['delete'](_0x428ec8[_0x347930(0x666)]),_0x428ec8[_0x347930(0x253)]&&this[_0x347930(0x4f1)][_0x347930(0x53b)](_0x428ec8[_0x347930(0x253)])===_0x428ec8&&this[_0x347930(0x4f1)][_0x347930(0x74c)](_0x428ec8['hostAnchorId']);});}[_0x1ed4d3(0x53b)](_0x3fb51a){var _0x59cd70;return((_0x59cd70=this['_rootsByChildUnitId']['get'](_0x3fb51a))==null?void 0x0:_0x59cd70['root'])??null;}[_0x1ed4d3(0x65e)](_0x5ac4fe){const _0x3a773f=_0x1ed4d3;var _0x249853;return((_0x249853=this[_0x3a773f(0x207)][_0x3a773f(0x53b)](_0x5ac4fe))==null?void 0x0:_0x249853[_0x3a773f(0x903)])??null;}[_0x1ed4d3(0x63b)](_0x31f92b){const _0xde67ac=_0x1ed4d3;var _0x21c5fe;return((_0x21c5fe=this['_rootsByHostAnchorId'][_0xde67ac(0x53b)](_0x31f92b))==null?void 0x0:_0x21c5fe['root'])??null;}[_0x1ed4d3(0x495)](_0x22eaa5,_0x47a7c4){const _0x1be02a=_0x1ed4d3;if(!(_0x22eaa5 instanceof Node))return!0x1;let _0x5e9a53=_0x47a7c4[_0x1be02a(0x666)]?this[_0x1be02a(0x65e)](_0x47a7c4[_0x1be02a(0x666)]):_0x47a7c4[_0x1be02a(0x253)]?this['getByHostAnchorId'](_0x47a7c4[_0x1be02a(0x253)]):_0x47a7c4['childUnitId']?this[_0x1be02a(0x53b)](_0x47a7c4[_0x1be02a(0x442)]):null;return!!(_0x5e9a53!=null&&_0x5e9a53[_0x1be02a(0x495)](_0x22eaa5));}};function xt(_0x2af887,_0x49d579,_0x37ba60=wt(_0x2af887),_0x559003={}){const _0x563771=_0x1ed4d3;var _0x37c7a7,_0x1bd230;let _0x19c926=_0x2af887[_0x563771(0x583)][_0x563771(0x53b)](_0x49d579),_0x283ef9=_0x559003['scopedInjector']??(_0x559003[_0x563771(0x521)]===!0x1?void 0x0:((_0x37c7a7=_0x2af887[_0x563771(0x6f3)])==null?void 0x0:_0x37c7a7[_0x563771(0x583)])??St(_0x2af887)),_0xa3fb75=!_0x559003[_0x563771(0x957)]&&_0x283ef9!==((_0x1bd230=_0x2af887[_0x563771(0x6f3)])==null?void 0x0:_0x1bd230['injector']),_0x43af44=Dt(_0x19c926,_0x2af887['childUnitId'],_0x283ef9);if(!_0x43af44){_0xa3fb75&&(_0x283ef9==null||_0x283ef9['dispose']());return;}_0x37ba60[_0x563771(0x964)]['embedChildRenderUnitId']=_0x2af887[_0x563771(0x442)],_0x37ba60[_0x563771(0x964)]['embedChildRenderMode']=_0x2af887[_0x563771(0x982)][_0x563771(0x7d1)];try{var _0x1edf0a,_0x576b56;(_0x1edf0a=(_0x576b56=_0x43af44[_0x563771(0x212)])[_0x563771(0x228)])==null||_0x1edf0a['call'](_0x576b56);}catch{}_0x43af44[_0x563771(0x212)][_0x563771(0x4f8)](_0x37ba60),Tt(_0x43af44,_0x37ba60),kt(_0x43af44,{'activate':_0x559003[_0x563771(0x2d2)]??!0x0});let _0x1445e8=Ct(_0x43af44,_0x37ba60,{'activate':!0x1,'idleMs':_0x2af887[_0x563771(0x3e8)][_0x563771(0x817)]===a[_0x563771(0x747)]['UNIVER_SHEET']&&_0x2af887[_0x563771(0x982)][_0x563771(0x7d1)]===_0x563771(0x681)?0x64:0x0});return(0x0,a[_0x563771(0x64a)])(()=>{const _0x19df9b=_0x563771;var _0x2e3888;_0x1445e8[_0x19df9b(0x45b)]();try{var _0x13bb51,_0x28d1a1;(_0x13bb51=(_0x28d1a1=_0x43af44[_0x19df9b(0x212)])[_0x19df9b(0x228)])==null||_0x13bb51[_0x19df9b(0x5db)](_0x28d1a1);}catch{}(_0x2e3888=_0x19c926[_0x19df9b(0x814)])==null||_0x2e3888[_0x19df9b(0x5db)](_0x19c926,_0x2af887[_0x19df9b(0x442)]),_0x37ba60['removeAttribute'](_0x19df9b(0x890)),_0x37ba60[_0x19df9b(0x526)](_0x19df9b(0x988)),_0xa3fb75&&(_0x283ef9==null||_0x283ef9[_0x19df9b(0x45b)]());});}function St(_0x3d3668){const _0x3072ac=_0x1ed4d3;if(typeof _0x3d3668['injector']['has']==_0x3072ac(0x508)&&!(!_0x3d3668[_0x3072ac(0x583)][_0x3072ac(0x54f)](a[_0x3072ac(0x90d)])||!_0x3d3668[_0x3072ac(0x583)][_0x3072ac(0x54f)](a[_0x3072ac(0x8e6)])))return ve(_0x3d3668);}function Ct(_0x41c340,_0x8a3d1f,_0x1c9993={}){const _0x4dcebf=_0x1ed4d3;if(typeof ResizeObserver>'u')return(0x0,a['toDisposable'])(()=>{});let _0x33e8d5=-0x1,_0x510d27=-0x1,_0x56177b=0x0,_0x5e7620,_0x5a042b=()=>{const _0x4048ab=_0x54e0;_0x56177b&&=(window['cancelAnimationFrame'](_0x56177b),0x0),_0x56177b=window[_0x4048ab(0x930)](()=>{const _0x464d1b=_0x4048ab;_0x56177b=0x0,kt(_0x41c340,{'activate':_0x1c9993[_0x464d1b(0x2d2)]??!0x1});});},_0x505838=new ResizeObserver(_0x57adbd=>{const _0x575ccd=_0x54e0;var _0x165ddd;let _0x1aa030=(_0x165ddd=_0x57adbd[0x0])==null?void 0x0:_0x165ddd[_0x575ccd(0x296)],_0x1d9cf6=(_0x1aa030==null?void 0x0:_0x1aa030[_0x575ccd(0x754)])??_0x8a3d1f[_0x575ccd(0x36f)],_0xf5105d=(_0x1aa030==null?void 0x0:_0x1aa030[_0x575ccd(0x33c)])??_0x8a3d1f[_0x575ccd(0x3b8)];(_0x1d9cf6!==_0x33e8d5||_0xf5105d!==_0x510d27)&&(_0x33e8d5=_0x1d9cf6,_0x510d27=_0xf5105d,_0x56177b&&=(window[_0x575ccd(0x571)](_0x56177b),0x0),_0x5e7620!=null&&globalThis[_0x575ccd(0x7b3)](_0x5e7620),(_0x1c9993[_0x575ccd(0x841)]??0x0)>0x0?_0x5e7620=globalThis['setTimeout'](()=>{_0x5e7620=void 0x0,_0x5a042b();},_0x1c9993[_0x575ccd(0x841)]):_0x5a042b());});return _0x505838['observe'](_0x8a3d1f),(0x0,a[_0x4dcebf(0x64a)])(()=>{const _0xe9f3ac=_0x4dcebf;_0x56177b&&window['cancelAnimationFrame'](_0x56177b),_0x5e7620!=null&&globalThis[_0xe9f3ac(0x7b3)](_0x5e7620),_0x505838[_0xe9f3ac(0x8fe)]();});}function wt(_0x5b8729){const _0x33bf96=_0x1ed4d3;return _0x5b8729[_0x33bf96(0x6f3)][_0x33bf96(0x64b)][_0x33bf96(0x2a6)]??_0x5b8729[_0x33bf96(0x982)][_0x33bf96(0x97f)]??_0x5b8729['renderScope'][_0x33bf96(0x815)]??_0x5b8729['renderScope'][_0x33bf96(0x3c8)];}function Tt(_0x4986e8,_0x478d64){const _0x4c0085=_0x1ed4d3;var _0x2a26ac,_0x3e55c,_0x43cfad,_0x2c0758,_0x15d984;let _0x501679=((_0x2a26ac=(_0x3e55c=_0x4986e8[_0x4c0085(0x212)])[_0x4c0085(0x29b)])==null?void 0x0:_0x2a26ac['call'](_0x3e55c))??((_0x43cfad=(_0x2c0758=_0x4986e8[_0x4c0085(0x212)])[_0x4c0085(0x33b)])==null||(_0x43cfad=_0x43cfad[_0x4c0085(0x5db)](_0x2c0758))==null||(_0x15d984=_0x43cfad[_0x4c0085(0x41b)])==null?void 0x0:_0x15d984['call'](_0x43cfad));!_0x501679||_0x501679[_0x4c0085(0x986)]===_0x478d64||_0x478d64[_0x4c0085(0x545)](_0x501679);}function Et(_0x402e09,_0xcbbbc2,_0x27efce){const _0x30cb05=_0x1ed4d3;try{let _0x392bb4=_0x402e09[_0x30cb05(0x871)](_0xcbbbc2);if(_0x392bb4){var _0x3688ed;if(!_0x27efce||Ot(_0x392bb4)===_0x27efce)return _0x392bb4;(_0x3688ed=_0x402e09[_0x30cb05(0x814)])==null||_0x3688ed[_0x30cb05(0x5db)](_0x402e09,_0xcbbbc2);}return _0x402e09['createRender'](_0xcbbbc2,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x27efce,'skipAutoRender':!0x0});}catch{return;}}function Dt(_0x341080,_0x4734af,_0x803a40){const _0x4b6723=_0x1ed4d3;try{let _0x3d7ffe=_0x341080[_0x4b6723(0x871)](_0x4734af);if(_0x3d7ffe){var _0x2262de;if(!_0x803a40||Ot(_0x3d7ffe)===_0x803a40)return _0x3d7ffe;(_0x2262de=_0x341080['removeRender'])==null||_0x2262de['call'](_0x341080,_0x4734af);}return _0x341080[_0x4b6723(0x8b1)](_0x4734af,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x803a40,'skipAutoRender':!0x0});}catch(_0x318f5f){var _0x2f7f7c;(_0x2f7f7c=_0x341080['removeRender'])==null||_0x2f7f7c[_0x4b6723(0x5db)](_0x341080,_0x4734af),console[_0x4b6723(0x219)]('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0x318f5f);return;}}function Ot(_0x584508){const _0x144081=_0x1ed4d3;try{var _0x28c431;return(_0x28c431=_0x584508[_0x144081(0x7b2)])==null?void 0x0:_0x28c431['call'](_0x584508,a['Injector']);}catch{return;}}function kt(_0x176934,_0x21fd9b={}){const _0x100176=_0x1ed4d3;var _0x180529,_0x2c9bb4,_0x74c495,_0x2098b7;if(_0x21fd9b[_0x100176(0x2d2)]){var _0x16092d;(_0x16092d=_0x176934[_0x100176(0x2d2)])==null||_0x16092d['call'](_0x176934);}_0x176934['engine']['resize'](),_0x176934[_0x100176(0x974)]['forEach'](_0x14e09e=>{const _0x4e87d6=_0x100176;var _0x50b987,_0x1846e6;(_0x50b987=_0x14e09e['makeForceDirty'])==null||_0x50b987['call'](_0x14e09e,!0x0),(_0x1846e6=_0x14e09e[_0x4e87d6(0x53a)])==null||_0x1846e6['call'](_0x14e09e,!0x0);}),(_0x180529=_0x176934[_0x100176(0x849)])==null||(_0x2c9bb4=_0x180529[_0x100176(0x53a)])==null||_0x2c9bb4[_0x100176(0x5db)](_0x180529,!0x0),_0x176934['scene'][_0x100176(0x53a)](),(_0x74c495=(_0x2098b7=_0x176934[_0x100176(0x20c)])[_0x100176(0x2c3)])==null||_0x74c495[_0x100176(0x5db)](_0x2098b7);}var At=class{constructor(){const _0x5cd41b=_0x1ed4d3;B(this,'_providers',new Map()),B(this,'_contextsByEmbedId',new Map()),B(this,_0x5cd41b(0x6d2),new Map()),B(this,_0x5cd41b(0x5d7),new Map());}[_0x1ed4d3(0x22c)](_0x578d46){const _0x4173bd=_0x1ed4d3;return this[_0x4173bd(0x6ad)][_0x4173bd(0x753)](_0x578d46[_0x4173bd(0x5c7)],_0x578d46),(0x0,a['toDisposable'])(()=>{const _0x58edcd=_0x4173bd;this[_0x58edcd(0x6ad)]['get'](_0x578d46['childType'])===_0x578d46&&this[_0x58edcd(0x6ad)][_0x58edcd(0x74c)](_0x578d46[_0x58edcd(0x5c7)]);});}[_0x1ed4d3(0x53b)](_0x1d277f){const _0x3cc164=_0x1ed4d3;return this[_0x3cc164(0x6ad)][_0x3cc164(0x53b)](_0x1d277f);}[_0x1ed4d3(0x55d)](_0x2be41d){const _0x3a46f2=_0x1ed4d3;return this['_contextsByEmbedId'][_0x3a46f2(0x753)](_0x2be41d[_0x3a46f2(0x666)],_0x2be41d),this[_0x3a46f2(0x6d2)]['set'](_0x2be41d[_0x3a46f2(0x3e8)][_0x3a46f2(0x253)],_0x2be41d),this[_0x3a46f2(0x5d7)]['set'](_0x2be41d[_0x3a46f2(0x442)],_0x2be41d),(0x0,a[_0x3a46f2(0x64a)])(()=>{const _0x14f917=_0x3a46f2;this[_0x14f917(0x48b)]['get'](_0x2be41d['embedId'])===_0x2be41d&&this[_0x14f917(0x48b)]['delete'](_0x2be41d['embedId']),this[_0x14f917(0x6d2)][_0x14f917(0x53b)](_0x2be41d[_0x14f917(0x3e8)][_0x14f917(0x253)])===_0x2be41d&&this[_0x14f917(0x6d2)][_0x14f917(0x74c)](_0x2be41d[_0x14f917(0x3e8)]['hostAnchorId']),this['_contextsByChildUnitId'][_0x14f917(0x53b)](_0x2be41d[_0x14f917(0x442)])===_0x2be41d&&this[_0x14f917(0x5d7)]['delete'](_0x2be41d['childUnitId']);});}['getContextByEmbedId'](_0x5e91a4){const _0x2c0976=_0x1ed4d3;return this[_0x2c0976(0x48b)]['get'](_0x5e91a4);}[_0x1ed4d3(0x81f)](_0x1102c4){const _0x2e4e00=_0x1ed4d3;return this[_0x2e4e00(0x6d2)]['get'](_0x1102c4);}[_0x1ed4d3(0x429)](_0x4742bf){const _0x5dcf16=_0x1ed4d3;return this[_0x5dcf16(0x5d7)][_0x5dcf16(0x53b)](_0x4742bf);}['capture'](_0x59c46b){const _0x5c6ce5=_0x1ed4d3;let _0xc5b28e=this[_0x5c6ce5(0x53b)](_0x59c46b[_0x5c6ce5(0x5c7)]);return _0xc5b28e?Promise['resolve'](_0xc5b28e[_0x5c6ce5(0x3c4)](_0x59c46b)):Promise['resolve'](jt(_0x59c46b));}[_0x1ed4d3(0x90f)](_0x212767){const _0x5dbcae=_0x1ed4d3;let _0x3953c2=this[_0x5dbcae(0x237)](_0x212767);return _0x3953c2?this[_0x5dbcae(0x3c4)](_0x3953c2):Promise[_0x5dbcae(0x70a)](void 0x0);}[_0x1ed4d3(0x58d)](_0x8bad38){const _0x5be5e9=_0x1ed4d3;let _0x47b06c=this[_0x5be5e9(0x81f)](_0x8bad38);return _0x47b06c?this['capture'](_0x47b06c):Promise[_0x5be5e9(0x70a)](void 0x0);}[_0x1ed4d3(0x390)](_0x17c1b6){const _0xd3a26f=_0x1ed4d3;let _0x4cac9c=this['getContextByChildUnitId'](_0x17c1b6);return _0x4cac9c?this[_0xd3a26f(0x3c4)](_0x4cac9c):Promise[_0xd3a26f(0x70a)](void 0x0);}};function jt(_0x3f4dd8){const _0x461a9c=_0x1ed4d3;let _0x4c6edf=Nt(_0x3f4dd8);if(_0x4c6edf)try{return _0x4c6edf['toDataURL'](_0x461a9c(0x3a6));}catch{return;}}const Mt=_0x1ed4d3(0x6ef);function Nt(_0x594357,_0x345d36=!0x1){const _0x482d57=_0x1ed4d3;if(!_0x594357[_0x482d57(0x982)])return;let _0x3bc5f3=[_0x594357[_0x482d57(0x982)][_0x482d57(0x97f)],_0x594357['renderScope']['contentRoot'],_0x594357[_0x482d57(0x982)][_0x482d57(0x3c8)]][_0x482d57(0x699)](_0x44117c=>!!_0x44117c),_0x53735f=Array[_0x482d57(0x8dc)](new Set(_0x3bc5f3[_0x482d57(0x701)](_0x189a8e=>Array[_0x482d57(0x8dc)](_0x189a8e['querySelectorAll'](_0x482d57(0x2a6))))))[_0x482d57(0x699)](_0x395e71=>_0x395e71[_0x482d57(0x754)]>0x1&&_0x395e71[_0x482d57(0x33c)]>0x1)[_0x482d57(0x481)]((_0x567eb9,_0x4f5089)=>_0x4f5089[_0x482d57(0x754)]*_0x4f5089[_0x482d57(0x33c)]-_0x567eb9[_0x482d57(0x754)]*_0x567eb9[_0x482d57(0x33c)]);for(let _0x18861f of _0x53735f){if(_0x345d36)return _0x18861f;try{return _0x18861f[_0x482d57(0x1f8)](_0x482d57(0x3a6)),_0x18861f;}catch{}}}function Pt(_0x3557c2){const _0x20969b=_0x1ed4d3;try{var _0x5b1984;return Ft((((_0x5b1984=_0x3557c2[_0x20969b(0x6f3)])==null?void 0x0:_0x5b1984[_0x20969b(0x583)])??_0x3557c2[_0x20969b(0x583)])[_0x20969b(0x53b)](p[_0x20969b(0x208)])['getRenderUnitById'](_0x3557c2[_0x20969b(0x442)])??void 0x0,Rt(_0x3557c2));}catch{return Ft(void 0x0,Rt(_0x3557c2));}}function Ft(_0x1309d4,_0x47cc6c=[]){const _0x14b762=_0x1ed4d3;let _0x1c4c29=Lt(_0x1309d4==null?void 0x0:_0x1309d4[_0x14b762(0x20c)]),_0x2eb5b=_0x1c4c29[_0x14b762(0x701)](_0x16bae0=>{const _0x2ead90=_0x14b762;var _0x38c927;return((_0x38c927=_0x16bae0[_0x2ead90(0x295)])==null?void 0x0:_0x38c927['call'](_0x16bae0))??[];})['map'](_0x28fd41=>{const _0x1d1467=_0x14b762;var _0xc523c5;return(_0xc523c5=_0x28fd41['getScrollBar'])==null?void 0x0:_0xc523c5[_0x1d1467(0x5db)](_0x28fd41);})[_0x14b762(0x699)](_0x9577a8=>!!_0x9577a8)['map'](_0x3d966b=>({'scrollBar':_0x3d966b,'enableHorizontal':_0x3d966b[_0x14b762(0x8c6)],'enableVertical':_0x3d966b['enableVertical']})),_0x4095fe=_0x1c4c29[_0x14b762(0x701)](_0x2f53=>{const _0x18210e=_0x14b762;var _0x2a14e7;return((_0x2a14e7=_0x2f53[_0x18210e(0x4e2)])==null?void 0x0:_0x2a14e7[_0x18210e(0x5db)](_0x2f53))??[];})[_0x14b762(0x699)](_0x17c5e6=>_0x17c5e6[_0x14b762(0x913)]===_0x14b762(0x37d))[_0x14b762(0x572)](_0x3396da=>({'object':_0x3396da,'visible':_0x3396da[_0x14b762(0x87b)]})),_0x496c8c=Array[_0x14b762(0x8dc)](new Set(_0x47cc6c)),_0x32cf21=_0x496c8c[_0x14b762(0x572)](_0x2a6a2a=>({'element':_0x2a6a2a,'overflow':_0x2a6a2a[_0x14b762(0x3e6)][_0x14b762(0x284)],'hadHideClass':_0x2a6a2a[_0x14b762(0x528)][_0x14b762(0x495)](Mt)}));_0x2eb5b['forEach'](({scrollBar:_0x39621e})=>{const _0x5e5661=_0x14b762;_0x39621e[_0x5e5661(0x8c6)]=!0x1,_0x39621e[_0x5e5661(0x768)]=!0x1;}),_0x4095fe['forEach'](({object:_0x504c04})=>{const _0x915103=_0x14b762;var _0x1fe05d;return(_0x1fe05d=_0x504c04[_0x915103(0x2ca)])==null?void 0x0:_0x1fe05d[_0x915103(0x5db)](_0x504c04);}),_0x496c8c[_0x14b762(0x360)](_0x8992a=>{const _0x50e851=_0x14b762;_0x8992a[_0x50e851(0x3e6)][_0x50e851(0x284)]=_0x50e851(0x7d7),_0x8992a[_0x50e851(0x528)]['add'](Mt);}),zt(_0x496c8c)['forEach'](_0x1acbed=>_0x1acbed[_0x14b762(0x95d)](new MouseEvent(_0x14b762(0x7c0)))),_0x1c4c29[_0x14b762(0x360)](Bt);let _0x1da7ea=!0x1;return()=>{const _0x2ff940=_0x14b762;_0x1da7ea||(_0x1da7ea=!0x0,_0x2eb5b[_0x2ff940(0x360)](({scrollBar:_0x1f5183,enableHorizontal:_0x4337f5,enableVertical:_0x10e0e1})=>{const _0x493c20=_0x2ff940;_0x1f5183[_0x493c20(0x8c6)]=_0x4337f5,_0x1f5183[_0x493c20(0x768)]=_0x10e0e1;}),_0x4095fe[_0x2ff940(0x360)](({object:_0xf12095,visible:_0x2a7d70})=>{const _0x3029d0=_0x2ff940;if(_0x2a7d70){var _0x576407;(_0x576407=_0xf12095[_0x3029d0(0x8a0)])==null||_0x576407[_0x3029d0(0x5db)](_0xf12095);}else{var _0x58a364;(_0x58a364=_0xf12095[_0x3029d0(0x2ca)])==null||_0x58a364[_0x3029d0(0x5db)](_0xf12095);}}),_0x32cf21['forEach'](({element:_0x10b9e8,overflow:_0x5764b9,hadHideClass:_0x649aaf})=>{const _0x5edb6f=_0x2ff940;_0x10b9e8['style']['overflow']=_0x5764b9,_0x649aaf||_0x10b9e8[_0x5edb6f(0x528)][_0x5edb6f(0x241)](Mt);}),_0x1c4c29[_0x2ff940(0x360)](Bt));};}function It(_0x33c4f7){const _0x3dd241=_0x1ed4d3;return _0x33c4f7===a[_0x3dd241(0x747)][_0x3dd241(0x8ed)]?new Promise(_0x3d776f=>globalThis['setTimeout'](_0x3d776f,0x398)):Promise['resolve']();}function Lt(_0x21ce79){if(!_0x21ce79)return[];let _0x175112=[],_0x3aa539=new Set(),_0x321170=_0x566dc5=>{const _0x5f2fce=_0x54e0;var _0x430f24;_0x3aa539[_0x5f2fce(0x54f)](_0x566dc5)||(_0x3aa539[_0x5f2fce(0x363)](_0x566dc5),_0x175112['push'](_0x566dc5),(_0x430f24=_0x566dc5[_0x5f2fce(0x4e2)])==null||_0x430f24[_0x5f2fce(0x5db)](_0x566dc5)[_0x5f2fce(0x360)](_0x5f43ff=>{const _0x3df910=_0x5f2fce;var _0x46c858;(_0x46c858=_0x5f43ff[_0x3df910(0x43c)])==null||_0x46c858['call'](_0x5f43ff)[_0x3df910(0x360)](_0x321170);}));};return _0x321170(_0x21ce79),_0x175112;}function Rt(_0x256e6d){const _0x364fa8=_0x1ed4d3;return[_0x256e6d[_0x364fa8(0x308)],_0x256e6d[_0x364fa8(0x982)][_0x364fa8(0x3c8)],_0x256e6d[_0x364fa8(0x982)][_0x364fa8(0x815)],_0x256e6d['renderScope'][_0x364fa8(0x97f)]]['filter'](_0x1b6c88=>!!_0x1b6c88);}function zt(_0x5c8727){const _0x370d77=_0x1ed4d3;return Array[_0x370d77(0x8dc)](new Set(_0x5c8727[_0x370d77(0x701)](_0x3c5b93=>[..._0x3c5b93 instanceof HTMLCanvasElement?[_0x3c5b93]:[],...Array[_0x370d77(0x8dc)](_0x3c5b93[_0x370d77(0x7d0)](_0x370d77(0x2a6)))])));}function Bt(_0x226423){const _0x48a6f7=_0x1ed4d3;var _0x153aa3,_0x13c475;_0x226423==null||(_0x153aa3=_0x226423[_0x48a6f7(0x53a)])==null||_0x153aa3['call'](_0x226423,!0x0),_0x226423==null||(_0x13c475=_0x226423[_0x48a6f7(0x2c3)])==null||_0x13c475['call'](_0x226423);}const Vt=_0x1ed4d3(0x85c);var Ht=class extends Error{constructor(_0xe728da,_0x5c2dc1){const _0x2bbd20=_0x1ed4d3;super(Vt+':\x20'+_0xe728da),this[_0x2bbd20(0x442)]=_0xe728da,this[_0x2bbd20(0x44a)]=_0x5c2dc1,B(this,_0x2bbd20(0x4f5),Vt),this[_0x2bbd20(0x978)]=_0x2bbd20(0x35e);}};let Ut=class{constructor(_0xfba299,_0x38e7dd,_0x20f554,_0x4eb75a,_0x55c887,_0x5db046,_0x4d24bb,_0x2ba56e){const _0x4e3403=_0x1ed4d3;this[_0x4e3403(0x636)]=_0xfba299,this[_0x4e3403(0x25b)]=_0x38e7dd,this[_0x4e3403(0x5cf)]=_0x20f554,this[_0x4e3403(0x37b)]=_0x4eb75a,this[_0x4e3403(0x6bb)]=_0x55c887,this[_0x4e3403(0x601)]=_0x5db046,this[_0x4e3403(0x397)]=_0x4d24bb,this[_0x4e3403(0x3ee)]=_0x2ba56e,B(this,_0x4e3403(0x4d5),new Map()),B(this,_0x4e3403(0x439),new Map()),B(this,'_tabHostRenderLeases',new Map());}[_0x1ed4d3(0x4f8)](_0x2ba2ea){const _0x4f2c32=_0x1ed4d3;return this[_0x4f2c32(0x5c4)](_0x2ba2ea);}[_0x1ed4d3(0x84f)](_0x35fc2b,_0x755310,_0x4480a8){const _0x43c0c6=_0x1ed4d3;return this[_0x43c0c6(0x5c4)](_0x35fc2b,{'hostElement':_0x755310,'runtimeRoots':_0x4480a8});}[_0x1ed4d3(0x5c4)](_0x11f5f8,_0x1b749d){const _0x78658c=_0x1ed4d3;var _0x3b1c90,_0x5df504;if(!_0x11f5f8[_0x78658c(0x442)]||_0x11f5f8[_0x78658c(0x5c7)]==null)throw Error(_0x78658c(0x35f));this[_0x78658c(0x28b)](_0x11f5f8),this['unmount'](_0x11f5f8[_0x78658c(0x666)]);let _0x294e3b={'hostUnitId':_0x11f5f8[_0x78658c(0x565)],'embedId':_0x11f5f8[_0x78658c(0x666)],'childUnitId':_0x11f5f8[_0x78658c(0x442)]},_0x1f7f5b=this[_0x78658c(0x28f)](_0x11f5f8),_0x4169d9=this['_hostContainerRegistry'][_0x78658c(0x53b)](_0x11f5f8[_0x78658c(0x817)],_0x11f5f8[_0x78658c(0x8bf)]);if(!_0x4169d9||!this[_0x78658c(0x636)][_0x78658c(0x6b3)](_0x11f5f8[_0x78658c(0x817)],_0x11f5f8[_0x78658c(0x8bf)],_0x1f7f5b))throw Error(_0x78658c(0x94f));let _0x49bb57=this['_runtimePolicyService']['canMount'](_0x294e3b),_0x54ac06=this[_0x78658c(0x25b)][_0x78658c(0x53b)](_0x11f5f8[_0x78658c(0x5c7)]);if(_0x49bb57[_0x78658c(0x6c6)]&&!(_0x54ac06!=null&&_0x54ac06[_0x78658c(0x538)][_0x78658c(0x95f)](_0x1f7f5b)))throw Error('EMBED_MOUNT_CHILD_NOT_REGISTERED');let _0x350d89={'descriptor':_0x11f5f8,'layout':_0x1f7f5b,'injector':this[_0x78658c(0x3ee)],'hostUnitId':_0x11f5f8[_0x78658c(0x565)],'embedId':_0x11f5f8[_0x78658c(0x666)],'childUnitId':_0x11f5f8[_0x78658c(0x442)],'childType':_0x11f5f8[_0x78658c(0x5c7)]},_0x91104e=[],_0x536540=_0x1b749d??((_0x3b1c90=_0x4169d9[_0x78658c(0x4f8)])==null?void 0x0:_0x3b1c90[_0x78658c(0x5db)](_0x4169d9,_0x350d89)),_0x253fbf=this[_0x78658c(0x8dd)](_0x536540);if(_0x253fbf[_0x78658c(0x830)]&&_0x91104e[_0x78658c(0x2fa)](_0x253fbf['disposable']),_0x350d89['hostElement']=_0x253fbf[_0x78658c(0x7e4)]??_0x350d89[_0x78658c(0x7e4)],_0x350d89[_0x78658c(0x308)]=_0x350d89['hostElement'],!_0x350d89[_0x78658c(0x7e4)]||!_0x350d89[_0x78658c(0x308)])throw[..._0x91104e][_0x78658c(0x3b5)]()['forEach'](_0x27f6c1=>_0x27f6c1[_0x78658c(0x45b)]()),Error(_0x78658c(0x51a));if(_0x253fbf['runtimeRoots']||_0x91104e[_0x78658c(0x2fa)](oe(_0x350d89[_0x78658c(0x7e4)])),!_0x49bb57['allowed'])return this[_0x78658c(0x38b)](_0x11f5f8,_0x1f7f5b,_0x350d89[_0x78658c(0x7e4)],_0x253fbf[_0x78658c(0x34b)],_0x91104e,_0x49bb57[_0x78658c(0x279)]);if(!_0x54ac06)throw[..._0x91104e][_0x78658c(0x3b5)]()['forEach'](_0x59600d=>_0x59600d[_0x78658c(0x45b)]()),Error(_0x78658c(0x700));let {renderScope:_0x3457f0,disposable:_0x1ad124,setActive:_0x3660f9}=this['_createRenderScope'](_0x11f5f8,_0x1f7f5b,_0x350d89['hostElement'],_0x253fbf[_0x78658c(0x34b)]);_0x91104e[_0x78658c(0x2fa)](_0x1ad124);let _0x1b5d20={..._0x350d89,'hostElement':_0x350d89['hostElement'],'container':_0x350d89[_0x78658c(0x308)],'renderScope':_0x3457f0},{runtimeScope:_0x243316,disposable:_0x348b4a}=ft(_0x1b5d20,_0x3660f9,_0x54ac06[_0x78658c(0x5ca)]),_0x452f51={..._0x1b5d20,'runtimeScope':_0x243316};_0x91104e[_0x78658c(0x2fa)](_0x348b4a);let _0x1627da=this[_0x78658c(0x4cc)](_0x11f5f8,_0x350d89[_0x78658c(0x7e4)],_0x3457f0,_0x243316[_0x78658c(0x64b)]);_0x1627da&&_0x91104e[_0x78658c(0x2fa)](_0x1627da),this[_0x78658c(0x3ee)][_0x78658c(0x54f)](G)&&_0x91104e[_0x78658c(0x2fa)](this[_0x78658c(0x3ee)][_0x78658c(0x53b)](G)['registerRuntimeScope']({'embedId':_0x11f5f8['embedId'],'hostUnitId':_0x11f5f8['hostUnitId'],'childUnitId':_0x11f5f8[_0x78658c(0x442)],'childType':_0x11f5f8[_0x78658c(0x5c7)]}));let _0x583c97=_0x243316[_0x78658c(0x583)]===_0x350d89['injector']?void 0x0:_0x243316['instanceService'];_0x91104e[_0x78658c(0x2fa)](this[_0x78658c(0x303)](_0x11f5f8,_0x350d89['hostElement'],_0x3457f0[_0x78658c(0x7d1)],_0x583c97)),_0x91104e[_0x78658c(0x2fa)](this[_0x78658c(0x37b)][_0x78658c(0x55d)](_0x452f51));let _0x20505f=this[_0x78658c(0x6e5)](_0x11f5f8),_0x33928d=(_0x5df504=_0x54ac06[_0x78658c(0x4f8)])==null?void 0x0:_0x5df504[_0x78658c(0x5db)](_0x54ac06,_0x452f51);if(_0x33928d&&_0x91104e['push'](_0x33928d),_0x91104e[_0x78658c(0x2fa)](_0x20505f),_0x91104e['push'](this['_runtimePolicyService'][_0x78658c(0x99b)](_0x294e3b)),_0x3457f0[_0x78658c(0x7d1)]==='float'){let _0x5bd928=this[_0x78658c(0x8b9)](_0x452f51);_0x5bd928&&_0x91104e['push'](_0x5bd928);}let _0x147323={'hostUnitId':_0x11f5f8[_0x78658c(0x565)],'embedId':_0x11f5f8['embedId'],'childUnitId':_0x11f5f8[_0x78658c(0x442)],'childType':_0x11f5f8[_0x78658c(0x5c7)],'entry':_0x11f5f8[_0x78658c(0x8bf)],'layout':_0x1f7f5b,'hostElement':_0x350d89['hostElement'],'context':_0x452f51};return this[_0x78658c(0x4d5)][_0x78658c(0x753)](_0x11f5f8[_0x78658c(0x666)],{'session':_0x147323,'disposables':_0x91104e,'setActive':_0x3660f9}),_0x1f7f5b!=='tab-peer'&&this['_initializeFloatingSessionActiveState'](_0x11f5f8,_0x1f7f5b,_0x3660f9),_0x147323;}[_0x1ed4d3(0x38b)](_0x1d7024,_0x577321,_0x458021,_0x39e64f,_0x4925ab,_0x2b92af){const _0x326e5c=_0x1ed4d3;let _0x4593ed=(_0x39e64f==null?void 0x0:_0x39e64f[_0x326e5c(0x684)])??L(_0x458021,'data-embed-content-root')??_0x458021,_0x551e73=Gt(_0x2b92af);_0x4593ed[_0x326e5c(0x6de)](_0x551e73),_0x4925ab['push']((0x0,a[_0x326e5c(0x64a)])(()=>{const _0x662c4e=_0x326e5c;_0x551e73[_0x662c4e(0x986)]===_0x4593ed&&_0x551e73[_0x662c4e(0x241)]();}));let _0x427b53={'hostUnitId':_0x1d7024[_0x326e5c(0x565)],'embedId':_0x1d7024['embedId'],'childUnitId':_0x1d7024[_0x326e5c(0x442)],'childType':_0x1d7024[_0x326e5c(0x5c7)],'entry':_0x1d7024[_0x326e5c(0x8bf)],'layout':_0x577321,'hostElement':_0x458021};return this[_0x326e5c(0x4d5)][_0x326e5c(0x753)](_0x1d7024[_0x326e5c(0x666)],{'session':_0x427b53,'disposables':_0x4925ab,'setActive':()=>{}}),_0x427b53;}[_0x1ed4d3(0x4b3)](_0x54d80a,_0x174bcc,_0x2127c7){const _0x1f81fa=_0x1ed4d3;if(_0x174bcc!=='tab-peer'){if(this[_0x1f81fa(0x3ee)][_0x1f81fa(0x54f)](t['EmbedFocusOwnerService'])){let _0x166a4f=this[_0x1f81fa(0x3ee)][_0x1f81fa(0x53b)](t[_0x1f81fa(0x95b)])[_0x1f81fa(0x430)]();if((_0x166a4f==null?void 0x0:_0x166a4f[_0x1f81fa(0x565)])===_0x54d80a[_0x1f81fa(0x565)]){_0x2127c7(_0x166a4f[_0x1f81fa(0x666)]===_0x54d80a[_0x1f81fa(0x666)]);return;}}_0x2127c7(!0x1);}}[_0x1ed4d3(0x228)](_0x16d2c2){const _0x5bd965=_0x1ed4d3;let _0x5008f8=this['_sessions'][_0x5bd965(0x53b)](_0x16d2c2);_0x5008f8&&(this[_0x5bd965(0x23f)](_0x16d2c2),this[_0x5bd965(0x34d)](_0x16d2c2),[..._0x5008f8[_0x5bd965(0x610)]][_0x5bd965(0x3b5)]()[_0x5bd965(0x360)](_0x53ff40=>_0x53ff40['dispose']()),this[_0x5bd965(0x4d5)][_0x5bd965(0x74c)](_0x16d2c2));}[_0x1ed4d3(0x28a)](_0xf844aa){const _0x1b0d1e=_0x1ed4d3;var _0x351973;return(_0x351973=this[_0x1b0d1e(0x4d5)]['get'](_0xf844aa))==null?void 0x0:_0x351973['session'];}[_0x1ed4d3(0x6db)](){const _0x7e005c=_0x1ed4d3;return[...this[_0x7e005c(0x4d5)]['values']()][_0x7e005c(0x572)](({session:_0x246407})=>_0x246407);}[_0x1ed4d3(0x8c2)](_0x2792ec){const _0x37bad6=_0x1ed4d3;let _0x45758f=this[_0x37bad6(0x4d5)][_0x37bad6(0x53b)](_0x2792ec);if(_0x45758f){if(_0x45758f['session'][_0x37bad6(0x29f)]!==_0x37bad6(0x282)){var _0x1cba3c;let _0x2c0003=(_0x1cba3c=this[_0x37bad6(0x601)][_0x37bad6(0x8a7)]())==null?void 0x0:_0x1cba3c['embedId'];this[_0x37bad6(0x4d5)][_0x37bad6(0x360)](_0x50c17e=>{const _0x517471=_0x37bad6;var _0x2ccd8d;if(_0x50c17e[_0x517471(0x46a)][_0x517471(0x29f)]==='tab-peer'||_0x50c17e['session'][_0x517471(0x565)]!==_0x45758f[_0x517471(0x46a)]['hostUnitId'])return;let _0x1b67bc=_0x50c17e[_0x517471(0x46a)][_0x517471(0x666)]===_0x2792ec;!_0x1b67bc&&(_0x50c17e[_0x517471(0x46a)][_0x517471(0x666)]===_0x2c0003||((_0x2ccd8d=_0x50c17e['session'][_0x517471(0x44e)])==null?void 0x0:_0x2ccd8d[_0x517471(0x982)][_0x517471(0x3c8)][_0x517471(0x964)][_0x517471(0x57e)])===_0x517471(0x85d))&&this[_0x517471(0x470)](_0x50c17e[_0x517471(0x46a)]),_0x50c17e[_0x517471(0x9d9)](_0x1b67bc);});return;}this[_0x37bad6(0x744)](_0x45758f[_0x37bad6(0x46a)]),this[_0x37bad6(0x4d5)][_0x37bad6(0x360)](_0x306074=>{const _0x2c0b63=_0x37bad6;var _0x506080;if(_0x306074[_0x2c0b63(0x46a)][_0x2c0b63(0x29f)]!==_0x2c0b63(0x282)||_0x306074['session'][_0x2c0b63(0x565)]!==_0x45758f[_0x2c0b63(0x46a)][_0x2c0b63(0x565)])return;let _0x4475b0=_0x306074[_0x2c0b63(0x46a)][_0x2c0b63(0x666)]===_0x2792ec;!_0x4475b0&&((_0x506080=_0x306074['session']['context'])==null?void 0x0:_0x506080[_0x2c0b63(0x982)]['rootElement'][_0x2c0b63(0x964)]['embedRenderScopeActive'])==='true'&&this[_0x2c0b63(0x470)](_0x306074[_0x2c0b63(0x46a)]),_0x306074[_0x2c0b63(0x9d9)](_0x4475b0);}),this['_focusTabPeerSession'](_0x45758f['session']),this[_0x37bad6(0x6ca)](_0x45758f[_0x37bad6(0x46a)]);}}[_0x1ed4d3(0x850)](_0x48770d){let _0xb1bc3d=this['_tabFocusLeases']['has'](_0x48770d);return this['_releaseTabPeerFocusLease'](_0x48770d),_0xb1bc3d;}['deactivateTabSessions'](_0x1eb90e){const _0x42801f=_0x1ed4d3;let _0x39291b=[];return this[_0x42801f(0x4d5)][_0x42801f(0x360)](_0x25c2e1=>{const _0x834307=_0x42801f;_0x25c2e1['session']['layout']===_0x834307(0x282)&&(_0x1eb90e&&_0x25c2e1[_0x834307(0x46a)][_0x834307(0x666)]!==_0x1eb90e||(this[_0x834307(0x470)](_0x25c2e1[_0x834307(0x46a)]),this[_0x834307(0x23f)](_0x25c2e1['session'][_0x834307(0x666)]),_0x25c2e1[_0x834307(0x9d9)](!0x1),this[_0x834307(0x34d)](_0x25c2e1[_0x834307(0x46a)][_0x834307(0x666)]),_0x39291b[_0x834307(0x2fa)](_0x25c2e1[_0x834307(0x46a)])));}),_0x39291b;}[_0x1ed4d3(0x780)](_0x38a756){const _0x1451d2=_0x1ed4d3;let _0x397efd=this[_0x1451d2(0x4d5)][_0x1451d2(0x53b)](_0x38a756);if(!(!_0x397efd||_0x397efd['session'][_0x1451d2(0x29f)]===_0x1451d2(0x282)))return this[_0x1451d2(0x470)](_0x397efd[_0x1451d2(0x46a)]),_0x397efd[_0x1451d2(0x9d9)](!0x1),_0x397efd[_0x1451d2(0x46a)];}[_0x1ed4d3(0x9d9)](_0x1cadcb,_0x4507d4){const _0xca473=_0x1ed4d3;var _0x3165e6;(_0x3165e6=this['_sessions'][_0xca473(0x53b)](_0x1cadcb))==null||_0x3165e6['setActive'](_0x4507d4);}[_0x1ed4d3(0x470)](_0x10728d){const _0x5c0ca9=_0x1ed4d3;let _0x3cb983=_0x10728d[_0x5c0ca9(0x44e)];if(!_0x3cb983)return;let _0x5cfbbf=this[_0x5c0ca9(0x25b)][_0x5c0ca9(0x53b)](_0x10728d[_0x5c0ca9(0x5c7)]);if(_0x5cfbbf!=null&&_0x5cfbbf[_0x5c0ca9(0x8d6)])try{_0x5cfbbf[_0x5c0ca9(0x8d6)](_0x3cb983);}catch(_0x57837e){console[_0x5c0ca9(0x219)](_0x5c0ca9(0x94e),_0x57837e);}}['_suspendTabPeerHostRender'](_0x2bf9da){const _0x172204=_0x1ed4d3;var _0xf1e11;let _0x2fbeea=(_0xf1e11=_0x2bf9da['context'])==null?void 0x0:_0xf1e11[_0x172204(0x583)];if(!(_0x2fbeea!=null&&_0x2fbeea[_0x172204(0x54f)](p[_0x172204(0x208)])))return;let _0x3e8a98=this[_0x172204(0x492)][_0x172204(0x53b)](_0x2bf9da[_0x172204(0x565)]);if(_0x3e8a98){this[_0x172204(0x492)]['set'](_0x2bf9da['hostUnitId'],{..._0x3e8a98,'embedId':_0x2bf9da['embedId']});return;}let _0x5e5412=_0x2fbeea[_0x172204(0x53b)](p[_0x172204(0x208)])['getRenderUnitById'](_0x2bf9da[_0x172204(0x565)]);if(!_0x5e5412||_0x5e5412[_0x172204(0x2cf)]===!0x1||_0x5e5412[_0x172204(0x688)]())return;let _0x484b4d=_0x5e5412[_0x172204(0x212)][_0x172204(0x29b)]()[_0x172204(0x986)];_0x484b4d&&(_0x5e5412[_0x172204(0x77b)](),_0x5e5412[_0x172204(0x212)]['unmount'](),this['_tabHostRenderLeases'][_0x172204(0x753)](_0x2bf9da[_0x172204(0x565)],{'embedId':_0x2bf9da['embedId'],'render':_0x5e5412,'parentElement':_0x484b4d}));}[_0x1ed4d3(0x34d)](_0x53ba09){const _0x44091d=_0x1ed4d3;this[_0x44091d(0x492)][_0x44091d(0x360)]((_0x41e484,_0x34533d)=>{const _0x39e76a=_0x44091d;_0x41e484['embedId']===_0x53ba09&&(this[_0x39e76a(0x492)]['delete'](_0x34533d),!(_0x41e484['render']['isDisposed']()||!_0x41e484[_0x39e76a(0x986)][_0x39e76a(0x89c)])&&(_0x41e484['render'][_0x39e76a(0x212)]['getCanvasElement']()[_0x39e76a(0x986)]!==_0x41e484['parentElement']&&_0x41e484[_0x39e76a(0x2c3)][_0x39e76a(0x212)][_0x39e76a(0x4f8)](_0x41e484[_0x39e76a(0x986)]),kt(_0x41e484['render'],{'activate':!0x0})));});}['_resolveLayout'](_0x515c5d){const _0x5ee240=_0x1ed4d3;var _0x59f323,_0x59bba4;let _0x1659ac=((_0x59f323=_0x515c5d['sourceMeta'])==null?void 0x0:_0x59f323['floating'])||void 0x0;if(_0x1659ac!=null&&_0x1659ac[_0x5ee240(0x29f)])return _0x1659ac['layout'];let _0x2e30bb=((_0x59bba4=_0x515c5d[_0x5ee240(0x440)])==null?void 0x0:_0x59bba4[_0x5ee240(0x9c5)])||void 0x0;if(_0x2e30bb!=null&&_0x2e30bb[_0x5ee240(0x42b)])return _0x5ee240(0x282);throw Error(_0x5ee240(0x9dd));}['_createRenderScope'](_0x568f40,_0x54e77d,_0x321976,_0x3dc76f){const _0x536ca1=_0x1ed4d3;var _0x4be104,_0x1e2e0e;let _0x2e293c=new f[(_0x536ca1(0x2ed))](!0x0),_0x4259f8=_0x568f40[_0x536ca1(0x253)],_0x3790c2=(_0x4be104=_0x568f40[_0x536ca1(0x440)])==null?void 0x0:_0x4be104[_0x536ca1(0x9c5)],_0x25c340=_0x3790c2&&_0x3790c2[_0x536ca1(0x42b)]?_0x536ca1(0x9c5):(_0x1e2e0e=_0x568f40[_0x536ca1(0x440)])!=null&&_0x1e2e0e[_0x536ca1(0x714)]?'float':_0x536ca1(0x6ae),_0x1c8b07=(_0x3dc76f==null?void 0x0:_0x3dc76f[_0x536ca1(0x684)])??L(_0x321976,_0x536ca1(0x6d6))??_0x321976,_0x135a87=(_0x3dc76f==null?void 0x0:_0x3dc76f[_0x536ca1(0x2a6)])??L(_0x321976,_0x536ca1(0x4a1))??_0x321976,_0x42bda3=(_0x3dc76f==null?void 0x0:_0x3dc76f[_0x536ca1(0x88d)])??L(_0x321976,_0x536ca1(0x870))??_0x321976,_0x1890ac=(_0x3dc76f==null?void 0x0:_0x3dc76f[_0x536ca1(0x852)])??L(_0x321976,_0x536ca1(0x62e))??_0x42bda3,_0x3d752f=this[_0x536ca1(0x5cf)][_0x536ca1(0x22c)]({'childUnitId':_0x568f40['childUnitId'],'embedId':_0x568f40[_0x536ca1(0x666)],'hostAnchorId':_0x4259f8,'root':_0x42bda3}),_0xcefe27=_0xfccf1d=>{const _0x280032=_0x536ca1;_0x2e293c[_0x280032(0x775)]()!==_0xfccf1d&&(Wt(_0x321976,_0xfccf1d,_0x25c340),_0x2e293c[_0x280032(0x592)](_0xfccf1d));};return Wt(_0x321976,!0x0,_0x25c340),{'renderScope':{'hostUnitId':_0x568f40[_0x536ca1(0x565)],'hostAnchorId':_0x4259f8,'embedId':_0x568f40[_0x536ca1(0x666)],'childUnitId':_0x568f40[_0x536ca1(0x442)],'childType':_0x568f40[_0x536ca1(0x5c7)],'layout':_0x54e77d,'mode':_0x25c340,'rootElement':_0x321976,'contentRoot':_0x1c8b07,'canvasRoot':_0x135a87,'overlayRoot':_0x42bda3,'popupRoot':_0x1890ac,'menuOutlet':_0x3dc76f!=null&&_0x3dc76f[_0x536ca1(0x2bb)]?{'container':_0x3dc76f[_0x536ca1(0x2bb)]}:void 0x0,'active$':_0x2e293c[_0x536ca1(0x7bc)]()},'disposable':(0x0,a[_0x536ca1(0x64a)])(()=>{_0x3d752f['dispose'](),_0xcefe27(!0x1),_0x2e293c['complete']();}),'setActive':_0xcefe27};}[_0x1ed4d3(0x4cc)](_0x41d00e,_0x2da17f,_0x4634ce,_0x151da1){const _0x3fb497=_0x1ed4d3;let _0x251be7=this[_0x3fb497(0x3ee)][_0x3fb497(0x54f)](q),_0x3d5621=this[_0x3fb497(0x3ee)][_0x3fb497(0x54f)](G);if(!_0x251be7&&!_0x3d5621)return;let _0x2b085b=_0x251be7?this[_0x3fb497(0x3ee)][_0x3fb497(0x53b)](q):void 0x0,_0x308dce=_0x3d5621?this[_0x3fb497(0x3ee)][_0x3fb497(0x53b)](G):void 0x0,_0x3c3070=new Map(),_0x3a4dbd=(_0x328215,_0x5a6cae)=>{const _0x23fa10=_0x3fb497;if(!_0x328215)return;let _0x8b193a=_0x3c3070[_0x23fa10(0x53b)](_0x328215);(!_0x8b193a||_0x8b193a===_0x23fa10(0x8d5))&&_0x3c3070['set'](_0x328215,_0x5a6cae);};_0x3a4dbd(_0x2da17f,'runtime'),_0x3a4dbd(_0x4634ce[_0x3fb497(0x3c8)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x4634ce[_0x3fb497(0x815)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x4634ce[_0x3fb497(0x97f)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x4634ce['overlayRoot'],_0x3fb497(0x8d5)),_0x3a4dbd(_0x151da1['root'],_0x3fb497(0x8d5)),_0x3a4dbd(_0x151da1[_0x3fb497(0x684)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x151da1[_0x3fb497(0x2a6)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x151da1['overlay'],'runtime'),_0x3a4dbd(_0x4634ce[_0x3fb497(0x348)],_0x3fb497(0x31c)),_0x3a4dbd(_0x151da1[_0x3fb497(0x852)],_0x3fb497(0x31c));let _0x1428aa=[..._0x3c3070][_0x3fb497(0x701)](([_0x1ecc4e,_0x4127d3])=>[_0x2b085b==null?void 0x0:_0x2b085b['registerRoot'](_0x41d00e[_0x3fb497(0x666)],_0x1ecc4e,_0x41d00e['childUnitId']),_0x308dce==null?void 0x0:_0x308dce[_0x3fb497(0x41f)]({'embedId':_0x41d00e['embedId'],'role':_0x4127d3,'element':_0x1ecc4e})][_0x3fb497(0x699)](_0x12d1ea=>!!_0x12d1ea));return(0x0,a[_0x3fb497(0x64a)])(()=>{const _0x463f87=_0x3fb497;[..._0x1428aa]['reverse']()[_0x463f87(0x360)](_0x2618cc=>_0x2618cc[_0x463f87(0x45b)]());});}[_0x1ed4d3(0x8dd)](_0x5782d1){const _0xca8790=_0x1ed4d3;return _0x5782d1?_0xca8790(0x45b)in _0x5782d1?{'disposable':_0x5782d1}:{'hostElement':_0x5782d1[_0xca8790(0x7e4)],'runtimeRoots':_0x5782d1[_0xca8790(0x34b)],'disposable':_0x5782d1[_0xca8790(0x830)]?(0x0,a[_0xca8790(0x64a)])(()=>{const _0x9389a3=_0xca8790;var _0x3c87d3;return(_0x3c87d3=_0x5782d1[_0x9389a3(0x830)])==null?void 0x0:_0x3c87d3[_0x9389a3(0x45b)]();}):void 0x0}:{};}[_0x1ed4d3(0x8b9)](_0x5615fe){const _0x2c334a=_0x1ed4d3;if(!this[_0x2c334a(0x3ee)]['has'](vt))return;let _0x374a5b=this[_0x2c334a(0x3ee)][_0x2c334a(0x53b)](vt)[_0x2c334a(0x53b)](_0x5615fe['descriptor'][_0x2c334a(0x817)],_0x5615fe[_0x2c334a(0x3e8)]['entry'],_0x5615fe[_0x2c334a(0x5c7)]);if(!_0x374a5b)return;let _0x251ae2=this[_0x2c334a(0x601)]['getActive'](),_0x5be104=_0x374a5b[_0x2c334a(0x4f8)]({..._0x5615fe,'active':_0x251ae2});return _0x5be104?(0x0,a[_0x2c334a(0x64a)])(()=>_0x5be104['dispose']()):void 0x0;}['_registerChildFocusBridge'](_0x3479da,_0xb75d3b,_0x88d401,_0x2a18a5){const _0x5a91d2=_0x1ed4d3;let _0x3e3d0c=this['_injector'][_0x5a91d2(0x54f)](q)?this[_0x5a91d2(0x3ee)][_0x5a91d2(0x53b)](q):void 0x0,_0x314298=this[_0x5a91d2(0x3ee)][_0x5a91d2(0x54f)](G)?this['_injector'][_0x5a91d2(0x53b)](G):void 0x0,_0x101fac=_0xb75d3b['ownerDocument'],_0x534778=[],_0x2c08a4=_0x88d401===_0x5a91d2(0x681)&&_0x2a18a5?this[_0x5a91d2(0x601)][_0x5a91d2(0x589)][_0x5a91d2(0x49c)](()=>{const _0x172079=_0x5a91d2;this[_0x172079(0x601)]['getStage'](_0x3479da[_0x172079(0x666)])!==_0x172079(0x334)&&_0x2a18a5[_0x172079(0x927)](null);}):void 0x0,_0x170c28=()=>_0x88d401!==_0x5a91d2(0x681)||this[_0x5a91d2(0x601)][_0x5a91d2(0x2ee)](_0x3479da[_0x5a91d2(0x666)])===_0x5a91d2(0x334),_0x45f128=(_0x44e0a6,_0xdb11ce={})=>{const _0x1676da=_0x5a91d2;let _0x20bab6=_0xdb11ce[_0x1676da(0x927)]!==!0x1,_0x49a9f3=_0xdb11ce['activateSession']!==!0x1,_0xb5b816=(_0x44e0a6==null?void 0x0:_0x44e0a6[_0x1676da(0x1f6)])instanceof Element?_0x44e0a6[_0x1676da(0x1f6)]:null;if(_0xb5b816!=null&&_0xb5b816[_0x1676da(0x6bc)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||!_0x3479da[_0x1676da(0x442)]||_0x3479da['childType']==null||_0x88d401===_0x1676da(0x9c5)&&(_0x44e0a6==null?void 0x0:_0x44e0a6['type'])===_0x1676da(0x845)&&!this[_0x1676da(0x439)][_0x1676da(0x54f)](_0x3479da['embedId'])||!_0x170c28())return;let _0x2e11a6=_0x88d401==='tab'&&this['_injector'][_0x1676da(0x54f)](t[_0x1676da(0x95b)])?this[_0x1676da(0x3ee)][_0x1676da(0x53b)](t[_0x1676da(0x95b)])[_0x1676da(0x430)]():null,_0x3a35d5=(_0x2e11a6==null?void 0x0:_0x2e11a6[_0x1676da(0x565)])===_0x3479da[_0x1676da(0x565)]&&_0x2e11a6[_0x1676da(0x666)]===_0x3479da[_0x1676da(0x666)]&&_0x2e11a6['childUnitId']===_0x3479da['childUnitId']&&_0x2e11a6['childType']===_0x3479da[_0x1676da(0x5c7)];if(_0x88d401===_0x1676da(0x681)&&_0x2a18a5&&(_0x2a18a5['setCurrentUnitForType'](_0x3479da[_0x1676da(0x442)]),_0x20bab6&&_0x2a18a5[_0x1676da(0x927)](_0x3479da['childUnitId'])),_0x88d401===_0x1676da(0x9c5)&&this[_0x1676da(0x3ee)][_0x1676da(0x54f)](a[_0x1676da(0x90d)])){var _0x593119,_0x3ade70;let _0x3ecd17=this[_0x1676da(0x3ee)][_0x1676da(0x53b)](a['IUniverInstanceService']),_0x3b20cb=_0x3ecd17['getCurrentUnitOfType'],_0x12a3d3=_0x3ecd17['getFocusedUnit'];(typeof _0x3b20cb!=_0x1676da(0x508)||((_0x593119=_0x3b20cb[_0x1676da(0x5db)](_0x3ecd17,_0x3479da[_0x1676da(0x5c7)]))==null?void 0x0:_0x593119[_0x1676da(0x872)]())!==_0x3479da['childUnitId'])&&_0x3ecd17[_0x1676da(0x5d6)](_0x3479da[_0x1676da(0x442)]),_0x20bab6&&(typeof _0x12a3d3!=_0x1676da(0x508)||((_0x3ade70=_0x12a3d3[_0x1676da(0x5db)](_0x3ecd17))==null?void 0x0:_0x3ade70['getUnitId']())!==_0x3479da[_0x1676da(0x442)])&&_0x3ecd17[_0x1676da(0x927)](_0x3479da[_0x1676da(0x442)]);}if(_0x88d401===_0x1676da(0x9c5)&&this[_0x1676da(0x3ee)][_0x1676da(0x54f)](a[_0x1676da(0x851)])){let _0x41e28d=this[_0x1676da(0x3ee)][_0x1676da(0x53b)](a[_0x1676da(0x851)]);_0x41e28d[_0x1676da(0x4f4)](a[_0x1676da(0x9a4)],!0x0),_0x41e28d[_0x1676da(0x4f4)](a[_0x1676da(0x70c)],_0x3479da[_0x1676da(0x5c7)]===a[_0x1676da(0x747)][_0x1676da(0x563)]),_0x41e28d[_0x1676da(0x4f4)](a[_0x1676da(0x341)],_0x3479da[_0x1676da(0x5c7)]===a[_0x1676da(0x747)][_0x1676da(0x32f)]),_0x41e28d[_0x1676da(0x4f4)](a[_0x1676da(0x759)],_0x3479da[_0x1676da(0x5c7)]===a[_0x1676da(0x747)]['UNIVER_SLIDE']),_0x41e28d['setContextValue'](a['FOCUSING_BOARD'],_0x3479da[_0x1676da(0x5c7)]===a[_0x1676da(0x747)]['UNIVER_BOARD']);}if(this['_injector']['has'](t['EmbedFocusOwnerService'])){let _0x3b57fb=this[_0x1676da(0x3ee)][_0x1676da(0x53b)](t[_0x1676da(0x95b)]),_0x483c6d={'hostUnitId':_0x3479da[_0x1676da(0x565)],'embedId':_0x3479da[_0x1676da(0x666)],'childUnitId':_0x3479da['childUnitId'],'childType':_0x3479da['childType'],'reason':_0x1676da(0x6be)},_0x6fe0b7=_0x3b57fb['getFocusOwner']();((_0x6fe0b7==null?void 0x0:_0x6fe0b7['hostUnitId'])!==_0x483c6d[_0x1676da(0x565)]||_0x6fe0b7[_0x1676da(0x666)]!==_0x483c6d[_0x1676da(0x666)]||_0x6fe0b7[_0x1676da(0x442)]!==_0x483c6d[_0x1676da(0x442)]||_0x6fe0b7['childType']!==_0x483c6d['childType']||_0x6fe0b7[_0x1676da(0x279)]!==_0x483c6d['reason'])&&_0x3b57fb[_0x1676da(0x67c)](_0x483c6d);}_0x49a9f3&&(_0x88d401===_0x1676da(0x9c5)&&_0xb75d3b[_0x1676da(0x964)][_0x1676da(0x57e)]===_0x1676da(0x85d)&&this[_0x1676da(0x439)][_0x1676da(0x54f)](_0x3479da[_0x1676da(0x666)])&&((_0x44e0a6==null?void 0x0:_0x44e0a6[_0x1676da(0x5a7)])==='pointerdown'||_0x3a35d5)||this[_0x1676da(0x8c2)](_0x3479da[_0x1676da(0x666)]));},_0x4b37f3=_0x310bf9=>{const _0x16a703=_0x5a91d2;let _0x3dff3a=_0x310bf9[_0x16a703(0x1f6)]instanceof Element?_0x310bf9[_0x16a703(0x1f6)]:null;if(!_0x3dff3a||_0xb75d3b[_0x16a703(0x495)](_0x3dff3a)||!(_0x3e3d0c!=null&&_0x3e3d0c['contains'](_0x3479da[_0x16a703(0x666)],_0x3dff3a,_0x310bf9)||_0x314298!=null&&_0x314298[_0x16a703(0x892)](_0x3479da[_0x16a703(0x666)],_0x3dff3a,_0x310bf9)))return;_0x45f128(_0x310bf9,{'focusUnit':!0x1,'activateSession':!0x1});let _0x49ab35=_0x101fac[_0x16a703(0x2e9)];_0x49ab35&&_0x534778[_0x16a703(0x2fa)](_0x49ab35[_0x16a703(0x84e)](()=>_0x45f128(_0x310bf9,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0xb75d3b[_0x5a91d2(0x7d4)]('pointerdown',_0x45f128,{'capture':!0x0}),_0xb75d3b[_0x5a91d2(0x7d4)](_0x5a91d2(0x845),_0x45f128),_0x101fac[_0x5a91d2(0x7d4)](_0x5a91d2(0x888),_0x4b37f3,{'capture':!0x0}),_0x101fac[_0x5a91d2(0x7d4)](_0x5a91d2(0x845),_0x4b37f3,{'capture':!0x0}),(0x0,a[_0x5a91d2(0x64a)])(()=>{const _0xc0a0ca=_0x5a91d2;_0xb75d3b[_0xc0a0ca(0x2f5)](_0xc0a0ca(0x888),_0x45f128,{'capture':!0x0}),_0xb75d3b['removeEventListener'](_0xc0a0ca(0x845),_0x45f128),_0x101fac[_0xc0a0ca(0x2f5)](_0xc0a0ca(0x888),_0x4b37f3,{'capture':!0x0}),_0x101fac[_0xc0a0ca(0x2f5)](_0xc0a0ca(0x845),_0x4b37f3,{'capture':!0x0}),_0x534778[_0xc0a0ca(0x360)](_0x254223=>{const _0x348339=_0xc0a0ca;var _0x4067bb;return(_0x4067bb=_0x101fac[_0x348339(0x2e9)])==null?void 0x0:_0x4067bb[_0x348339(0x7b3)](_0x254223);}),_0x2c08a4==null||_0x2c08a4[_0xc0a0ca(0x465)]();});}['_focusTabPeerSession'](_0x46630a){const _0x3d8c22=_0x1ed4d3;if(this[_0x3d8c22(0x9a2)](_0x46630a),this[_0x3d8c22(0x3ee)]['has'](a[_0x3d8c22(0x90d)])){let _0x59af9f=this[_0x3d8c22(0x3ee)]['get'](a[_0x3d8c22(0x90d)]);_0x59af9f[_0x3d8c22(0x5d6)](_0x46630a[_0x3d8c22(0x442)]),_0x59af9f[_0x3d8c22(0x927)](_0x46630a[_0x3d8c22(0x442)]);}if(this[_0x3d8c22(0x3ee)][_0x3d8c22(0x54f)](a['IContextService'])){let _0x254685=this['_injector']['get'](a[_0x3d8c22(0x851)]);_0x254685[_0x3d8c22(0x4f4)](a[_0x3d8c22(0x9a4)],!0x0),_0x254685[_0x3d8c22(0x4f4)](a[_0x3d8c22(0x70c)],_0x46630a[_0x3d8c22(0x5c7)]===a[_0x3d8c22(0x747)][_0x3d8c22(0x563)]),_0x254685['setContextValue'](a[_0x3d8c22(0x341)],_0x46630a['childType']===a[_0x3d8c22(0x747)][_0x3d8c22(0x32f)]),_0x254685[_0x3d8c22(0x4f4)](a[_0x3d8c22(0x759)],_0x46630a[_0x3d8c22(0x5c7)]===a['UniverInstanceType']['UNIVER_SLIDE']),_0x254685[_0x3d8c22(0x4f4)](a['FOCUSING_BOARD'],_0x46630a[_0x3d8c22(0x5c7)]===a[_0x3d8c22(0x747)][_0x3d8c22(0x8d2)]);}this[_0x3d8c22(0x3ee)][_0x3d8c22(0x54f)](t[_0x3d8c22(0x95b)])&&this[_0x3d8c22(0x3ee)]['get'](t[_0x3d8c22(0x95b)])['setFocusOwner']({'hostUnitId':_0x46630a[_0x3d8c22(0x565)],'embedId':_0x46630a['embedId'],'childUnitId':_0x46630a[_0x3d8c22(0x442)],'childType':_0x46630a['childType'],'reason':'keyboard'});}[_0x1ed4d3(0x6ca)](_0x39648a){const _0x223577=_0x1ed4d3;var _0x2b9c1a;let _0x68752b=(_0x2b9c1a=_0x39648a[_0x223577(0x44e)])==null?void 0x0:_0x2b9c1a['injector'];if(!(_0x68752b!=null&&_0x68752b[_0x223577(0x54f)](p['IRenderManagerService'])))return;let _0x19c209=_0x68752b[_0x223577(0x53b)](p[_0x223577(0x208)])[_0x223577(0x871)](_0x39648a['childUnitId']);(_0x19c209==null?void 0x0:_0x19c209[_0x223577(0x2cf)])===!0x1&&kt(_0x19c209,{'activate':!0x0});}[_0x1ed4d3(0x9a2)](_0x4272ee){const _0x5e959c=_0x1ed4d3;this[_0x5e959c(0x910)](_0x4272ee['hostUnitId'],_0x4272ee[_0x5e959c(0x666)]),this[_0x5e959c(0x23f)](_0x4272ee[_0x5e959c(0x666)]);let _0x5cd190=[];if(this['_injector']['has'](G)&&_0x5cd190['push'](this[_0x5e959c(0x3ee)][_0x5e959c(0x53b)](G)[_0x5e959c(0x294)]({'embedId':_0x4272ee['embedId'],'role':_0x5e959c(0x26c),'owner':_0x5e959c(0x7c2),'sessionMode':_0x5e959c(0x868),'hostUnitId':_0x4272ee['hostUnitId'],'childUnitId':_0x4272ee[_0x5e959c(0x442)],'childType':_0x4272ee[_0x5e959c(0x5c7)]})),this['_injector'][_0x5e959c(0x54f)](q)){var _0x16fd7b,_0x124aa9;_0x5cd190[_0x5e959c(0x2fa)](this['_injector']['get'](q)[_0x5e959c(0x91d)](_0x4272ee[_0x5e959c(0x666)],((_0x16fd7b=_0x4272ee[_0x5e959c(0x7e4)])==null?void 0x0:_0x16fd7b[_0x5e959c(0x2f2)])??((_0x124aa9=_0x4272ee[_0x5e959c(0x44e)])==null?void 0x0:_0x124aa9[_0x5e959c(0x982)][_0x5e959c(0x3c8)][_0x5e959c(0x2f2)]),{'includeAppShellEditorPortal':_0x4272ee[_0x5e959c(0x5c7)]===a['UniverInstanceType'][_0x5e959c(0x32f)]}));}_0x5cd190[_0x5e959c(0x9ba)]&&this['_tabFocusLeases'][_0x5e959c(0x753)](_0x4272ee[_0x5e959c(0x666)],{'hostUnitId':_0x4272ee['hostUnitId'],'disposable':(0x0,a[_0x5e959c(0x64a)])(()=>{const _0x1a3998=_0x5e959c;[..._0x5cd190][_0x1a3998(0x3b5)]()['forEach'](_0x1dd499=>_0x1dd499[_0x1a3998(0x45b)]());})});}[_0x1ed4d3(0x910)](_0x4af079,_0x3d4860){const _0x52309e=_0x1ed4d3;[...this[_0x52309e(0x439)][_0x52309e(0x2f3)]()][_0x52309e(0x360)](([_0x2f4f8d,_0x19cb6a])=>{const _0x503dea=_0x52309e;_0x2f4f8d!==_0x3d4860&&_0x19cb6a[_0x503dea(0x565)]===_0x4af079&&(_0x19cb6a[_0x503dea(0x830)][_0x503dea(0x45b)](),this[_0x503dea(0x439)]['delete'](_0x2f4f8d));});}[_0x1ed4d3(0x23f)](_0x5e8008){const _0x16ce46=_0x1ed4d3;let _0x8accb3=this[_0x16ce46(0x439)][_0x16ce46(0x53b)](_0x5e8008);_0x8accb3&&(_0x8accb3[_0x16ce46(0x830)][_0x16ce46(0x45b)](),this['_tabFocusLeases'][_0x16ce46(0x74c)](_0x5e8008));}[_0x1ed4d3(0x6e5)](_0xd34c03){const _0x1a70b5=_0x1ed4d3;var _0x4099a3,_0x5a90d9;if((_0x4099a3=_0xd34c03['sourceMeta'])!=null&&_0x4099a3[_0x1a70b5(0x9c5)]&&_0xd34c03[_0x1a70b5(0x440)]['tab']['enabled']||!this['_injector']['has'](a[_0x1a70b5(0x90d)])||!_0xd34c03[_0x1a70b5(0x442)])return(0x0,a[_0x1a70b5(0x64a)])(()=>{});let _0x3c1a93=this['_injector'][_0x1a70b5(0x53b)](a[_0x1a70b5(0x90d)]),_0x114b15=_0x3c1a93['getFocusedUnit'],_0x5450f7=_0x3c1a93[_0x1a70b5(0x927)];if(typeof _0x114b15!='function'||typeof _0x5450f7!=_0x1a70b5(0x508))return(0x0,a[_0x1a70b5(0x64a)])(()=>{});let _0x5e5ac4=(_0x5a90d9=_0x114b15['call'](_0x3c1a93))==null?void 0x0:_0x5a90d9['getUnitId']();if(!_0x5e5ac4||_0x5e5ac4===_0xd34c03[_0x1a70b5(0x442)])return(0x0,a[_0x1a70b5(0x64a)])(()=>{});let _0x5a2bbd=()=>{const _0x11ab54=_0x1a70b5;var _0x2ad328;((_0x2ad328=_0x114b15[_0x11ab54(0x5db)](_0x3c1a93))==null?void 0x0:_0x2ad328['getUnitId']())===_0xd34c03[_0x11ab54(0x442)]&&_0x5450f7[_0x11ab54(0x5db)](_0x3c1a93,_0x5e5ac4);},_0x499544=[],_0x55220a=[];return _0x5a2bbd(),typeof window<'u'&&(_0x55220a[_0x1a70b5(0x2fa)](window[_0x1a70b5(0x930)](_0x5a2bbd)),_0x499544[_0x1a70b5(0x2fa)](window[_0x1a70b5(0x84e)](_0x5a2bbd,0x0)),_0x499544['push'](window[_0x1a70b5(0x84e)](_0x5a2bbd,0x78))),(0x0,a[_0x1a70b5(0x64a)])(()=>{const _0x3d6dcf=_0x1a70b5;typeof window>'u'||(_0x55220a[_0x3d6dcf(0x360)](_0x164725=>window[_0x3d6dcf(0x571)](_0x164725)),_0x499544[_0x3d6dcf(0x360)](_0x52c31a=>window['clearTimeout'](_0x52c31a)));});}[_0x1ed4d3(0x28b)](_0x1c1eba){const _0x4aa8cc=_0x1ed4d3;let _0x58e0a7=[...this[_0x4aa8cc(0x4d5)][_0x4aa8cc(0x3e4)]()][_0x4aa8cc(0x961)](({session:_0x1d44fe})=>_0x1d44fe['embedId']!==_0x1c1eba['embedId']&&_0x1d44fe[_0x4aa8cc(0x442)]===_0x1c1eba['childUnitId']);if(_0x58e0a7)throw new Ht(_0x1c1eba[_0x4aa8cc(0x442)],_0x58e0a7[_0x4aa8cc(0x46a)][_0x4aa8cc(0x666)]);if(this['_univerInstanceService'][_0x4aa8cc(0x4a8)](_0x1c1eba['childUnitId'],_0x1c1eba[_0x4aa8cc(0x5c7)]))return;let _0x1356da=this[_0x4aa8cc(0x6bb)]['getUnitType'](_0x1c1eba['childUnitId']);throw _0x1356da!==a['UniverInstanceType'][_0x4aa8cc(0x2dd)]&&_0x1356da!==_0x1c1eba['childType']?Error(_0x4aa8cc(0x4f0)):Error(_0x4aa8cc(0x940));}};Ut=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(yt)),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(_t)),J(0x2,(0x0,a['Inject'])(bt)),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(At)),J(0x4,a['IUniverInstanceService']),J(0x5,(0x0,a[_0x1ed4d3(0x558)])(le)),J(0x6,(0x0,a[_0x1ed4d3(0x558)])(de)),J(0x7,(0x0,a[_0x1ed4d3(0x558)])(a['Injector']))],Ut);function Wt(_0x2b9065,_0x5ae3b2,_0x63a94a){const _0x1943e4=_0x1ed4d3;if(_0x2b9065[_0x1943e4(0x964)][_0x1943e4(0x57e)]=_0x5ae3b2?_0x1943e4(0x85d):_0x1943e4(0x35a),_0x63a94a!==_0x1943e4(0x9c5)){_0x2b9065[_0x1943e4(0x526)](_0x1943e4(0x42d)),_0x2b9065[_0x1943e4(0x526)]('aria-hidden'),_0x2b9065[_0x1943e4(0x3e6)]['removeProperty'](_0x1943e4(0x28d)),_0x2b9065[_0x1943e4(0x3e6)][_0x1943e4(0x748)](_0x1943e4(0x89f));return;}if(_0x2b9065['toggleAttribute'](_0x1943e4(0x42d),!_0x5ae3b2),_0x5ae3b2){_0x2b9065[_0x1943e4(0x526)](_0x1943e4(0x242)),_0x2b9065['style']['removeProperty'](_0x1943e4(0x28d)),_0x2b9065[_0x1943e4(0x3e6)]['removeProperty'](_0x1943e4(0x89f));return;}_0x2b9065[_0x1943e4(0x57b)](_0x1943e4(0x242),_0x1943e4(0x85d)),_0x2b9065[_0x1943e4(0x3e6)][_0x1943e4(0x28d)]='none',_0x2b9065['style'][_0x1943e4(0x37a)]=_0x1943e4(0x255);}function Gt(_0x4d3153){const _0x594f13=_0x1ed4d3;let _0x438cbb=document['createElement'](_0x594f13(0x7ff));return _0x438cbb[_0x594f13(0x964)]['embedRuntimeBlocked']=_0x4d3153??_0x594f13(0x9be),_0x438cbb[_0x594f13(0x3e6)][_0x594f13(0x2c8)]=[_0x594f13(0x835),_0x594f13(0x2cd),'height:100%',_0x594f13(0x21d),_0x594f13(0x650),_0x594f13(0x4e0),_0x594f13(0x3d4),_0x594f13(0x323),_0x594f13(0x93f),'border-radius:8px',_0x594f13(0x8e2),_0x594f13(0x3cf),_0x594f13(0x21f),'text-align:center'][_0x594f13(0x786)](';'),_0x438cbb[_0x594f13(0x21e)]=_0x4d3153==='cycle'?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x594f13(0x64c),_0x438cbb;}let Kt=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x3e65cc,_0x45af0f,_0x2e1f7d,_0x38d95c,_0x400bf7,_0x38575f,_0x2169fc,_0x183c81,_0x3e52f7){const _0x126fcb=_0x1ed4d3;var _0x462da3;super(),this[_0x126fcb(0x6bb)]=_0x3e65cc,this[_0x126fcb(0x404)]=_0x45af0f,this[_0x126fcb(0x45f)]=_0x2e1f7d,this[_0x126fcb(0x879)]=_0x38d95c,this[_0x126fcb(0x4c6)]=_0x400bf7,this[_0x126fcb(0x9c3)]=_0x38575f,this[_0x126fcb(0x601)]=_0x2169fc,this[_0x126fcb(0x7bb)]=_0x183c81,this[_0x126fcb(0x9ce)]=_0x3e52f7,B(this,'_previousChildCurrentUnits',new Map());let _0x4bee17=(_0x462da3=this[_0x126fcb(0x6bb)]['focused$'])==null?void 0x0:_0x462da3[_0x126fcb(0x49c)](_0x13089e=>{const _0x1583df=_0x126fcb;this[_0x1583df(0x273)](_0x13089e??null);});_0x4bee17&&this[_0x126fcb(0x512)](_0x4bee17);}['activateTab'](_0x3bf936){const _0x336b6a=_0x1ed4d3;var _0x1a6730;this['_assertResolvedChild'](_0x3bf936),this[_0x336b6a(0x26f)](_0x3bf936),this[_0x336b6a(0x45f)][_0x336b6a(0x2bc)]({'embedId':_0x3bf936[_0x336b6a(0x666)],'hostUnitId':_0x3bf936[_0x336b6a(0x565)],'hostType':_0x3bf936[_0x336b6a(0x817)],'entry':_0x3bf936[_0x336b6a(0x8bf)],'hostAnchorId':_0x3bf936[_0x336b6a(0x253)],'descriptor':_0x3bf936}),this[_0x336b6a(0x4c6)][_0x336b6a(0x8c2)](_0x3bf936[_0x336b6a(0x666)]);let _0x2efee5=this[_0x336b6a(0x9c3)]['get'](_0x3bf936[_0x336b6a(0x5c7)]);return this[_0x336b6a(0x879)][_0x336b6a(0x2d2)](_0x3bf936,_0x336b6a(0x72c),{'layoutPolicy':_0x2efee5==null||(_0x1a6730=_0x2efee5[_0x336b6a(0x781)])==null?void 0x0:_0x1a6730[_0x336b6a(0x9c5)],'allowPlaceholder':(_0x2efee5==null?void 0x0:_0x2efee5[_0x336b6a(0x2ff)])===_0x336b6a(0x205)||(_0x2efee5==null?void 0x0:_0x2efee5['hostHeaderMode'])==='placeholder','allowHiddenRibbon':(_0x2efee5==null?void 0x0:_0x2efee5[_0x336b6a(0x2ff)])==='none'});}[_0x1ed4d3(0x330)](_0x5e53ad,_0x2a3267,_0x3b439a={}){const _0x2d036f=_0x1ed4d3;this[_0x2d036f(0x56a)](_0x5e53ad);let _0x35bdf1=this[_0x2d036f(0x601)][_0x2d036f(0x8a7)](),_0x29423c=_0x2a3267==='stage2'&&(_0x35bdf1==null?void 0x0:_0x35bdf1[_0x2d036f(0x666)])===_0x5e53ad[_0x2d036f(0x666)]&&_0x35bdf1[_0x2d036f(0x442)]===_0x5e53ad[_0x2d036f(0x442)]&&_0x35bdf1[_0x2d036f(0x756)]===_0x2d036f(0x334);(_0x35bdf1==null?void 0x0:_0x35bdf1[_0x2d036f(0x756)])==='stage2'&&!_0x29423c&&this[_0x2d036f(0x783)](_0x35bdf1[_0x2d036f(0x666)]),_0x2a3267==='stage2'&&!_0x29423c&&this[_0x2d036f(0x26f)](_0x5e53ad),this[_0x2d036f(0x404)][_0x2d036f(0x67c)]({'hostUnitId':_0x5e53ad[_0x2d036f(0x565)],'embedId':_0x5e53ad['embedId'],'childUnitId':_0x5e53ad[_0x2d036f(0x442)],'childType':_0x5e53ad['childType'],'reason':'pointer'}),this[_0x2d036f(0x4c6)][_0x2d036f(0x8c2)](_0x5e53ad[_0x2d036f(0x666)]);let _0x49555b={'hostUnitId':_0x5e53ad['hostUnitId'],'embedId':_0x5e53ad[_0x2d036f(0x666)],'childUnitId':_0x5e53ad[_0x2d036f(0x442)]};_0x2a3267?this[_0x2d036f(0x601)][_0x2d036f(0x2d2)](_0x49555b,_0x2a3267):this['_floatingActiveService'][_0x2d036f(0x2d2)](_0x49555b),this[_0x2d036f(0x879)][_0x2d036f(0x9c2)](),_0x2a3267===_0x2d036f(0x334)?(this[_0x2d036f(0x71a)](_0x5e53ad[_0x2d036f(0x442)],_0x5e53ad[_0x2d036f(0x5c7)],!0x1,_0x5e53ad[_0x2d036f(0x666)]),this[_0x2d036f(0x6f9)](_0x5e53ad)):(this[_0x2d036f(0x6bb)][_0x2d036f(0x5d6)](_0x5e53ad[_0x2d036f(0x565)]),this[_0x2d036f(0x6bb)]['focusUnit'](_0x5e53ad[_0x2d036f(0x565)]));}[_0x1ed4d3(0x3a9)](_0x230d4f,_0x4dcf40={}){const _0x45d00c=_0x1ed4d3;this[_0x45d00c(0x330)](_0x230d4f,_0x45d00c(0x334),_0x4dcf40);}[_0x1ed4d3(0x473)](_0x2ac8db,_0x2eee20={}){const _0x10fd65=_0x1ed4d3;this[_0x10fd65(0x56a)](_0x2ac8db),this[_0x10fd65(0x404)][_0x10fd65(0x67c)]({'hostUnitId':_0x2ac8db[_0x10fd65(0x565)],'embedId':_0x2ac8db[_0x10fd65(0x666)],'childUnitId':_0x2ac8db[_0x10fd65(0x442)],'childType':_0x2ac8db[_0x10fd65(0x5c7)],'reason':'pointer'}),this['_focusUnit'](_0x2ac8db[_0x10fd65(0x442)],_0x2ac8db[_0x10fd65(0x5c7)],_0x2eee20['focusLayout']??!0x0,_0x2ac8db[_0x10fd65(0x666)]);}[_0x1ed4d3(0x9c0)](_0x512fd6){const _0x3ae08c=_0x1ed4d3;let _0x12d8b3=this[_0x3ae08c(0x4c6)][_0x3ae08c(0x850)](_0x512fd6[_0x3ae08c(0x666)]);this['_menuOverrideService']['clear'](_0x512fd6[_0x3ae08c(0x666)]),this[_0x3ae08c(0x404)][_0x3ae08c(0x2b5)](_0x512fd6[_0x3ae08c(0x666)]),_0x12d8b3&&this[_0x3ae08c(0x919)][_0x3ae08c(0x54f)](_0x512fd6[_0x3ae08c(0x666)])&&this['_restorePreviousChildCurrentUnit'](_0x512fd6['embedId'],_0x512fd6[_0x3ae08c(0x5c7)],_0x512fd6[_0x3ae08c(0x442)]),this['_focusUnit'](_0x512fd6[_0x3ae08c(0x565)],_0x512fd6[_0x3ae08c(0x817)],!0x1);}['clearFullscreen'](_0xa698ab){const _0x46a1f5=_0x1ed4d3;let _0x2b5699=this[_0x46a1f5(0x404)][_0x46a1f5(0x430)]();_0x2b5699!=null&&_0x2b5699[_0x46a1f5(0x666)]&&_0x2b5699['embedId']!==_0xa698ab[_0x46a1f5(0x666)]||(this['_focusOwnerService']['clearFocusOwner'](_0xa698ab['embedId']),this[_0x46a1f5(0x6bb)][_0x46a1f5(0x5d6)](_0xa698ab[_0x46a1f5(0x565)]),this[_0x46a1f5(0x6bb)][_0x46a1f5(0x927)](_0xa698ab['hostUnitId']),requestAnimationFrame(()=>{const _0x1628d2=_0x46a1f5;this[_0x1628d2(0x404)][_0x1628d2(0x430)]()||(this[_0x1628d2(0x6bb)][_0x1628d2(0x927)](null),this[_0x1628d2(0x6bb)][_0x1628d2(0x927)](_0xa698ab[_0x1628d2(0x565)]));}));}[_0x1ed4d3(0x31f)](_0x10ea47,_0x3014ac){const _0x429afa=_0x1ed4d3;let _0x12e6cf=this['_focusOwnerService'][_0x429afa(0x430)]();if(_0x10ea47&&_0x12e6cf!=null&&_0x12e6cf['embedId']&&_0x12e6cf[_0x429afa(0x666)]!==_0x10ea47)return;let _0x42c2ac=this['_floatingActiveService'][_0x429afa(0x8a7)]();if(_0x10ea47&&!_0x12e6cf&&(_0x42c2ac==null?void 0x0:_0x42c2ac['embedId'])!==_0x10ea47&&!_0x3014ac)return;let _0x4503b3=_0x3014ac??(_0x12e6cf==null?void 0x0:_0x12e6cf[_0x429afa(0x565)])??(_0x42c2ac==null?void 0x0:_0x42c2ac[_0x429afa(0x565)]);this[_0x429afa(0x601)]['clear'](_0x10ea47),this['_focusOwnerService'][_0x429afa(0x2b5)](_0x10ea47),this[_0x429afa(0x879)][_0x429afa(0x9c2)](_0x10ea47),_0x10ea47&&this['_restorePreviousChildCurrentUnit'](_0x10ea47),_0x10ea47&&this[_0x429afa(0x4c6)]['deactivateFloatingSession'](_0x10ea47),_0x4503b3&&(this['_univerInstanceService']['setCurrentUnitForType'](_0x4503b3),this[_0x429afa(0x6bb)]['focusUnit'](_0x4503b3),requestAnimationFrame(()=>{const _0x341284=_0x429afa;this['_focusOwnerService']['getFocusOwner']()||(this[_0x341284(0x6bb)][_0x341284(0x927)](null),this[_0x341284(0x6bb)][_0x341284(0x927)](_0x4503b3));}));}[_0x1ed4d3(0x790)](_0x2fa05e){const _0x1fe40b=_0x1ed4d3;this[_0x1fe40b(0x879)][_0x1fe40b(0x9c2)](_0x2fa05e),this['_focusOwnerService']['clearFocusOwner'](_0x2fa05e);let _0x4dbf87=this['_mountService'][_0x1fe40b(0x23a)](_0x2fa05e);_0x4dbf87[_0x1fe40b(0x360)](_0x4331a1=>this[_0x1fe40b(0x783)](_0x4331a1[_0x1fe40b(0x666)],_0x4331a1[_0x1fe40b(0x5c7)],_0x4331a1[_0x1fe40b(0x442)])),new Set(_0x4dbf87[_0x1fe40b(0x572)](_0x4c4651=>_0x4c4651[_0x1fe40b(0x565)]))[_0x1fe40b(0x360)](_0x4b4f7a=>{const _0x1ed881=_0x1fe40b;this[_0x1ed881(0x6bb)][_0x1ed881(0x5d6)](_0x4b4f7a),this['_univerInstanceService'][_0x1ed881(0x927)](_0x4b4f7a);});}['_rememberPreviousChildCurrentUnit'](_0x4090e2){const _0x1c9f1d=_0x1ed4d3;if(this[_0x1c9f1d(0x919)][_0x1c9f1d(0x54f)](_0x4090e2[_0x1c9f1d(0x666)]))return;let _0x5559bf=_0x4090e2['childType'],_0x2ab182=this['_getCurrentUnitId'](_0x5559bf);this[_0x1c9f1d(0x919)][_0x1c9f1d(0x753)](_0x4090e2[_0x1c9f1d(0x666)],{'childType':_0x5559bf,'childUnitId':_0x4090e2[_0x1c9f1d(0x442)],'unitId':_0x2ab182&&_0x2ab182!==_0x4090e2['childUnitId']?_0x2ab182:void 0x0});}[_0x1ed4d3(0x783)](_0x3c8c7f,_0x3de20f,_0x134ccc){const _0x23929c=_0x1ed4d3;let _0x2f9023=this[_0x23929c(0x919)][_0x23929c(0x53b)](_0x3c8c7f);this['_previousChildCurrentUnits']['delete'](_0x3c8c7f);let _0x2e3b87=_0x3de20f??(_0x2f9023==null?void 0x0:_0x2f9023[_0x23929c(0x5c7)]),_0x55420c=_0x134ccc??(_0x2f9023==null?void 0x0:_0x2f9023[_0x23929c(0x442)]);if(_0x2e3b87==null||!_0x55420c)return;let _0x1ab285=(_0x2f9023==null?void 0x0:_0x2f9023[_0x23929c(0x5c7)])===_0x2e3b87&&_0x2f9023[_0x23929c(0x2b9)]&&this['_hasUnit'](_0x2f9023[_0x23929c(0x2b9)],_0x2e3b87)?_0x2f9023['unitId']:this[_0x23929c(0x8d0)](_0x2e3b87,_0x55420c);_0x1ab285&&this[_0x23929c(0x6bb)]['setCurrentUnitForType'](_0x1ab285);}[_0x1ed4d3(0x2d9)](_0x503294){const _0x57059c=_0x1ed4d3;var _0x1689f6;let _0x1f1b6d=this['_univerInstanceService'][_0x57059c(0x8e8)];return _0x1f1b6d==null||(_0x1689f6=_0x1f1b6d['call'](this[_0x57059c(0x6bb)],_0x503294))==null?void 0x0:_0x1689f6[_0x57059c(0x872)]();}['_hasUnit'](_0x2342d0,_0x393cc1){const _0x998f8b=_0x1ed4d3;let _0x5aad29=this[_0x998f8b(0x6bb)][_0x998f8b(0x4a8)];return!!(_0x5aad29!=null&&_0x5aad29[_0x998f8b(0x5db)](this['_univerInstanceService'],_0x2342d0,_0x393cc1));}[_0x1ed4d3(0x8d0)](_0xf9ca22,_0x4b9721){const _0x48c8e2=_0x1ed4d3;var _0x4b8602;let _0x49b20a=this['_univerInstanceService'][_0x48c8e2(0x62f)];return _0x49b20a==null||(_0x4b8602=_0x49b20a['call'](this[_0x48c8e2(0x6bb)],_0xf9ca22))==null||(_0x4b8602=_0x4b8602['find'](_0xb1ac3c=>_0xb1ac3c[_0x48c8e2(0x872)]()!==_0x4b9721))==null?void 0x0:_0x4b8602['getUnitId']();}[_0x1ed4d3(0x71a)](_0x12170e,_0x3e7b8b,_0x374fb0=!0x0,_0x101851){const _0x11bd8c=_0x1ed4d3;let _0x38191a=this['_univerInstanceService'][_0x11bd8c(0x3a5)];if(!_0x101851){var _0x4a9bd7;(typeof _0x38191a!=_0x11bd8c(0x508)||((_0x4a9bd7=_0x38191a['call'](this['_univerInstanceService']))==null?void 0x0:_0x4a9bd7[_0x11bd8c(0x872)]())!==_0x12170e)&&this[_0x11bd8c(0x6bb)][_0x11bd8c(0x927)](_0x12170e),this['_setCurrentUnitForType'](_0x12170e,_0x3e7b8b),this['_contextService'][_0x11bd8c(0x4f4)](a[_0x11bd8c(0x9a4)],!0x0),this['_contextService']['setContextValue'](a['FOCUSING_DOC'],_0x3e7b8b===a['UniverInstanceType'][_0x11bd8c(0x563)]),this[_0x11bd8c(0x7bb)][_0x11bd8c(0x4f4)](a[_0x11bd8c(0x341)],_0x3e7b8b===a[_0x11bd8c(0x747)][_0x11bd8c(0x32f)]),this[_0x11bd8c(0x7bb)][_0x11bd8c(0x4f4)](a[_0x11bd8c(0x759)],_0x3e7b8b===a[_0x11bd8c(0x747)][_0x11bd8c(0x83f)]),this[_0x11bd8c(0x7bb)][_0x11bd8c(0x4f4)](a[_0x11bd8c(0x6b7)],_0x3e7b8b===a[_0x11bd8c(0x747)]['UNIVER_BOARD']);}_0x374fb0&&this['_focusLayout']();}[_0x1ed4d3(0x273)](_0x85b14a){const _0x386dcf=_0x1ed4d3;let _0x3d7a33=this[_0x386dcf(0x601)][_0x386dcf(0x8a7)]();if((_0x3d7a33==null?void 0x0:_0x3d7a33[_0x386dcf(0x756)])!=='stage2'||_0x85b14a!==_0x3d7a33['hostUnitId'])return;let _0x5702a1=this[_0x386dcf(0x404)]['getFocusOwner']();(_0x5702a1==null?void 0x0:_0x5702a1[_0x386dcf(0x666)])===_0x3d7a33['embedId']&&_0x5702a1['childUnitId']===_0x3d7a33[_0x386dcf(0x442)]&&_0x5702a1['childType']!=null&&this[_0x386dcf(0x71a)](_0x5702a1[_0x386dcf(0x442)],_0x5702a1['childType'],!0x1,_0x5702a1[_0x386dcf(0x666)]);}[_0x1ed4d3(0x6f9)](_0x30ccc8){let _0x96a687=()=>{const _0x507800=_0x54e0;let _0x500000=this['_floatingActiveService'][_0x507800(0x8a7)]();(_0x500000==null?void 0x0:_0x500000['embedId'])===_0x30ccc8[_0x507800(0x666)]&&_0x500000['childUnitId']===_0x30ccc8['childUnitId']&&_0x500000['stage']===_0x507800(0x334)&&this['_focusUnit'](_0x30ccc8[_0x507800(0x442)],_0x30ccc8[_0x507800(0x5c7)],!0x1,_0x30ccc8[_0x507800(0x666)]);};typeof queueMicrotask=='function'&&queueMicrotask(_0x96a687),requestAnimationFrame(_0x96a687);}[_0x1ed4d3(0x644)](_0x2b792d,_0x4569dd){const _0x3b70de=_0x1ed4d3;var _0x2cf546;let _0x480c29=this[_0x3b70de(0x6bb)][_0x3b70de(0x8e8)];(typeof _0x480c29!=_0x3b70de(0x508)||((_0x2cf546=_0x480c29[_0x3b70de(0x5db)](this['_univerInstanceService'],_0x4569dd))==null?void 0x0:_0x2cf546['getUnitId']())!==_0x2b792d)&&this[_0x3b70de(0x6bb)][_0x3b70de(0x5d6)](_0x2b792d);}[_0x1ed4d3(0x682)](){const _0x3447eb=_0x1ed4d3;let _0xc52775=()=>this[_0x3447eb(0x9ce)][_0x3447eb(0x27e)]();_0xc52775(),typeof queueMicrotask==_0x3447eb(0x508)&&queueMicrotask(_0xc52775),requestAnimationFrame(_0xc52775);}['_assertResolvedChild'](_0x489b71){const _0x4fee36=_0x1ed4d3;if(!_0x489b71[_0x4fee36(0x442)]||_0x489b71[_0x4fee36(0x5c7)]==null)throw Error('EMBED_ACTIVATION_CHILD_NOT_RESOLVED');}};Kt=Y([J(0x0,a[_0x1ed4d3(0x90d)]),J(0x1,(0x0,a['Inject'])(t[_0x1ed4d3(0x95b)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x6ff)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(H)),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(Ut)),J(0x5,(0x0,a[_0x1ed4d3(0x558)])(V)),J(0x6,(0x0,a['Inject'])(le)),J(0x7,a[_0x1ed4d3(0x851)]),J(0x8,c['ILayoutService'])],Kt);function qt(_0x4bacf4){const _0x4c849c=_0x1ed4d3;let {injector:_0x74942f,children:_0x231339,mountContainer:_0x28479c,embedId:_0x3ac131}=_0x4bacf4;return(0x0,m[_0x4c849c(0x689)])((0x0,d[_0x4c849c(0x8bb)])(()=>(0x0,c[_0x4c849c(0x757)])(Jt,_0x74942f),[_0x74942f]),{'mountContainer':_0x28479c,'embedId':_0x3ac131,'children':_0x231339});}function Jt(_0x29c02d){const _0x3600d2=_0x1ed4d3;let {children:_0x3db46a,mountContainer:_0x5e022d,embedId:_0x52cebe,passThroughWheelGestures:_0x507639}=_0x29c02d,_0x1f8620=(0x0,c[_0x3600d2(0x4e8)])(),_0x8b5161=(0x0,c[_0x3600d2(0x2d7)])(a[_0x3600d2(0x58e)]),_0xbf9530=(0x0,d[_0x3600d2(0x8bb)])(()=>_0x1f8620[_0x3600d2(0x54f)](a[_0x3600d2(0x5b1)])?_0x1f8620[_0x3600d2(0x53b)](a[_0x3600d2(0x5b1)]):void 0x0,[_0x1f8620]),_0x38ae35=(0x0,c['useObservable'])(()=>_0x8b5161[_0x3600d2(0x515)][_0x3600d2(0x83c)]((0x0,f[_0x3600d2(0x572)])(()=>_0x8b5161[_0x3600d2(0x8e4)]())),_0x8b5161[_0x3600d2(0x8e4)](),!0x1,[_0x8b5161]),_0x1b3b6c=(0x0,c['useObservable'])(()=>_0x8b5161['direction$'],_0x8b5161[_0x3600d2(0x506)](),!0x1,[_0x8b5161]),_0x82bfc2=$t(_0xbf9530),_0x4aa10c=(0x0,d['useRef'])(null),_0x1609e0=(0x0,d[_0x3600d2(0x8bb)])(()=>_0x5e022d!==void 0x0||typeof document>'u'?null:document[_0x3600d2(0x467)](_0x3600d2(0x7ff)),[_0x5e022d]),_0x30aee0=_0x5e022d===void 0x0?_0x1609e0:_0x5e022d;return(0x0,d[_0x3600d2(0x8a5)])(()=>{const _0x25e289=_0x3600d2;if(_0x1609e0)return document[_0x25e289(0x235)][_0x25e289(0x545)](_0x1609e0),()=>{const _0x4c604c=_0x25e289;document[_0x4c604c(0x235)][_0x4c604c(0x906)](_0x1609e0);};},[_0x1609e0]),(0x0,d[_0x3600d2(0x8a5)])(()=>{const _0x2479b0=_0x3600d2;let _0x2f237b=_0x30aee0;_0x2f237b&&_0x2f237b[_0x2479b0(0x57b)](_0x2479b0(0x5c9),_0x1b3b6c);},[_0x1b3b6c,_0x30aee0]),(0x0,d[_0x3600d2(0x8a5)])(()=>{const _0x40e830=_0x3600d2;if(!(!_0x30aee0||_0x507639))return(0x0,c[_0x40e830(0x4da)])([_0x30aee0]);},[_0x507639,_0x30aee0]),(0x0,d[_0x3600d2(0x8a5)])(()=>{const _0x4af022=_0x3600d2;let _0x6789fb=_0x30aee0;if(!_0x6789fb||!_0x52cebe)return;let _0x121079=_0x6789fb[_0x4af022(0x2d4)](K);return _0x6789fb[_0x4af022(0x57b)](K,_0x52cebe),()=>{const _0x4fced1=_0x4af022;if(_0x121079==null){_0x6789fb[_0x4fced1(0x526)](K);return;}_0x6789fb[_0x4fced1(0x57b)](K,_0x121079);};},[_0x52cebe,_0x30aee0]),(0x0,m[_0x3600d2(0x689)])(l[_0x3600d2(0x32c)],{'locale':_0x38ae35==null?void 0x0:_0x38ae35['design'],'direction':_0x1b3b6c,'mountContainer':_0x30aee0,'children':(0x0,m[_0x3600d2(0x689)])('div',{'ref':_0x4aa10c,'className':(0x0,l['clsx'])(_0x3600d2(0x818),{'univer-dark':_0x82bfc2}),'data-embed-runtime-provider':_0x3600d2(0x85d),'onPointerUpCapture':_0x46d714=>{const _0x3fa6b6=_0x3600d2;let _0x2c6d57=_0x4aa10c['current'],_0x343d08=_0x46d714['target'];if(!_0x52cebe||!_0x2c6d57)return;let _0x5dd944=()=>Yt(_0x52cebe,_0x2c6d57,_0x343d08);typeof queueMicrotask==_0x3fa6b6(0x508)?queueMicrotask(_0x5dd944):Promise[_0x3fa6b6(0x70a)]()[_0x3fa6b6(0x5cb)](_0x5dd944);},'children':_0x3db46a})});}function Yt(_0x2f779c,_0x42b5d1,_0x452e41){const _0x41d1b5=_0x1ed4d3;let _0xd210a0=_0x42b5d1['ownerDocument'][_0x41d1b5(0x503)];if(Zt(_0xd210a0,_0x2f779c))return;let _0xfa144=_0x452e41 instanceof HTMLElement&&_0x42b5d1[_0x41d1b5(0x495)](_0x452e41)?_0x452e41:null,_0x44e55e=Qt(_0xfa144)?_0xfa144:_0x42b5d1[_0x41d1b5(0x55c)](_0x41d1b5(0x213));_0x44e55e==null||_0x44e55e[_0x41d1b5(0x27e)]({'preventScroll':!0x0});}function Xt(_0x19deae,_0x1e887d){const _0x42af68=_0x1ed4d3;Zt(_0x1e887d[_0x42af68(0x2f2)][_0x42af68(0x503)],_0x19deae)||(_0x1e887d[_0x42af68(0x76c)](_0x42af68(0x6f1))||(_0x1e887d[_0x42af68(0x5d4)]=-0x1),_0x1e887d[_0x42af68(0x27e)]({'preventScroll':!0x0}));}function Zt(_0xb13a43,_0x1295ed){const _0x435770=_0x1ed4d3;let _0x2b7e44=_0xb13a43==null?void 0x0:_0xb13a43[_0x435770(0x6bc)]('['+K+']');return(_0x2b7e44==null?void 0x0:_0x2b7e44[_0x435770(0x2d4)](K))===_0x1295ed;}function Qt(_0x18043a){const _0x3ceb7c=_0x1ed4d3;return!!_0x18043a&&!_0x18043a[_0x3ceb7c(0x76c)](_0x3ceb7c(0x486))&&_0x18043a[_0x3ceb7c(0x5d4)]>=0x0;}function $t(_0xf4b90c){const _0x85115=_0x1ed4d3;return(0x0,d[_0x85115(0x435)])(_0x2cadd4=>{const _0x1dc89c=_0x85115;if(!_0xf4b90c)return()=>{};let _0x301b92=_0xf4b90c['darkMode$'][_0x1dc89c(0x49c)](()=>_0x2cadd4());return()=>_0x301b92[_0x1dc89c(0x465)]();},()=>(_0xf4b90c==null?void 0x0:_0xf4b90c[_0x85115(0x3a4)])??!0x1,()=>!0x1);}const en=new WeakMap(),tn=new WeakMap(),nn=new WeakMap();function rn(_0x321b22){const _0x545678=_0x1ed4d3;let _0x14ec64=en[_0x545678(0x53b)](_0x321b22);if(_0x14ec64)return nn['set'](_0x14ec64,(nn[_0x545678(0x53b)](_0x14ec64)??0x0)+0x1),_0x14ec64;let _0x5979f6={'render':_0x353697=>(0x0,l[_0x545678(0x2c3)])(_0x353697,_0x321b22)};return en['set'](_0x321b22,_0x5979f6),tn[_0x545678(0x753)](_0x5979f6,_0x321b22),nn[_0x545678(0x753)](_0x5979f6,0x0),_0x5979f6;}function an(_0x39d945){const _0x1538c7=_0x1ed4d3;let _0x28e1e8=tn[_0x1538c7(0x53b)](_0x39d945),_0x1dc385=nn['get'](_0x39d945)??0x0;globalThis[_0x1538c7(0x84e)](()=>{const _0x264d8f=_0x1538c7;_0x28e1e8&&en['get'](_0x28e1e8)!==_0x39d945||(nn[_0x264d8f(0x53b)](_0x39d945)??0x0)===_0x1dc385&&(_0x28e1e8&&(en['delete'](_0x28e1e8),tn[_0x264d8f(0x74c)](_0x39d945)),nn['delete'](_0x39d945),_0x28e1e8&&(0x0,l['unmount'])(_0x28e1e8));},0x0);}function on(_0x146404){const _0x53809d=_0x1ed4d3;let {container:_0x255533,portalContainer:_0x496240,injector:_0xf126d,childType:_0x2031a3,childUnitId:_0x946c60,embedId:_0x430670,menuSchema:_0x578908,menuTitlePrefix:_0x16b3e4,activeRibbonTab:_0x270158,headerMenu:_0x412e43=!0x1,toolbarOnly:_0x478932,ribbonType:_0xa9b0a3=_0x53809d(0x929),ribbonHeaderClassName:_0x4c5f40,scopedActionServiceTokens:_0x244067}=_0x146404;if(_0x578908!=null&&typeof _0x578908!=_0x53809d(0x56b))return;let _0x556e25=sn(_0xf126d,{'childType':_0x2031a3,'childUnitId':_0x946c60,'embedId':_0x430670,'menuSchema':_0x578908,'menuTitlePrefix':_0x16b3e4,'activeRibbonTab':_0x270158,'scopedActionServiceTokens':_0x244067}),_0x2aff48=rn(_0x255533);return _0x2aff48[_0x53809d(0x2c3)]((0x0,d[_0x53809d(0x467)])(qt,{'injector':_0x556e25[_0x53809d(0x583)],'mountContainer':_0x496240??_0x255533,'embedId':_0x430670},(0x0,d[_0x53809d(0x467)])(c[_0x53809d(0x771)],{'ribbonType':_0xa9b0a3,'headerMenu':_0x412e43,'toolbarOnly':_0x478932,'headerClassName':_0x4c5f40}))),(0x0,a[_0x53809d(0x64a)])(()=>{const _0x112571=_0x53809d;an(_0x2aff48),_0x556e25[_0x112571(0x830)][_0x112571(0x45b)]();});}function sn(_0x107c3f,_0x2f3ecb){const _0x17aa95=_0x1ed4d3;let {childType:_0x39e2fd,childUnitId:_0x1aed99,embedId:_0x392bfa,menuSchema:_0x2a823c,menuTitlePrefix:_0x113f4f,activeRibbonTab:_0x273758,scopedActionServiceTokens:_0x4d4abf}=_0x2f3ecb,_0x1daf28=_0x107c3f[_0x17aa95(0x53b)](a[_0x17aa95(0x90d)]),_0x1e6fe1=un(_0x107c3f)['get'](a['IUniverInstanceService']),_0x152edd=hn(_0x1daf28,_0x39e2fd,_0x1aed99),_0x4aee8b=new WeakMap(),_0x4285ad,_0x5108c1=yn(_0x107c3f[_0x17aa95(0x53b)](a[_0x17aa95(0x8e6)]),_0x1daf28,_0x39e2fd,_0x1aed99,_0x392bfa,()=>_0x4285ad),_0x274093=_0x1aed99&&_0x107c3f[_0x17aa95(0x54f)](a[_0x17aa95(0x851)])?gn(_0x107c3f[_0x17aa95(0x53b)](a[_0x17aa95(0x851)]),_0x39e2fd):void 0x0,_0x26f245=new Map([[a[_0x17aa95(0x90d)],_0x152edd],[a[_0x17aa95(0x8e6)],_0x5108c1],..._0x274093?[[a[_0x17aa95(0x851)],_0x274093]]:[]]);_0x107c3f['has'](a[_0x17aa95(0x945)])&&_0x26f245[_0x17aa95(0x753)](a[_0x17aa95(0x945)],ze(_0x107c3f[_0x17aa95(0x53b)](a[_0x17aa95(0x945)]))),new Set(_0x4d4abf??[])[_0x17aa95(0x360)](_0x124112=>{const _0x29b50a=_0x17aa95;_0x1aed99&&_0x107c3f['has'](_0x124112)&&_0x26f245[_0x29b50a(0x753)](_0x124112,xn(_0x107c3f[_0x29b50a(0x53b)](_0x124112),_0x1e6fe1,_0x39e2fd,_0x1aed99,_0x392bfa,()=>_0x4285ad,_0x4aee8b));}),_0x4285ad=Z(_0x107c3f,_0x26f245);let {menuManager:_0x373492,disposable:_0x16b5e8}=cn(_0x107c3f,_0x4285ad,_0x2a823c,_0x113f4f),_0x4290e2=new c[(_0x17aa95(0x32d))](_0x373492,_0x152edd);_0x273758&&_0x4290e2['setActivatedTab'](_0x273758);let _0x515d9c=_0x113f4f?dn(_0x4290e2,_0x113f4f,_0x107c3f):_0x4290e2;_0x4285ad[_0x17aa95(0x363)]([c[_0x17aa95(0x383)],{'useValue':_0x373492}]),_0x4285ad[_0x17aa95(0x363)]([c[_0x17aa95(0x810)],{'useValue':_0x515d9c}]);let _0x27a4d9=ln(_0x107c3f,_0x4290e2,_0x373492,{'embedId':_0x392bfa,'childUnitId':_0x1aed99});return{'injector':_0x4285ad,'ribbonService':_0x515d9c,'disposable':(0x0,a[_0x17aa95(0x64a)])(()=>{const _0x305d3e=_0x17aa95;_0x27a4d9==null||_0x27a4d9[_0x305d3e(0x45b)](),_0x4290e2[_0x305d3e(0x45b)](),_0x16b5e8==null||_0x16b5e8[_0x305d3e(0x45b)](),_0x4285ad[_0x305d3e(0x45b)]();})};}function cn(_0x30eddc,_0x53b687,_0xa4fdb,_0x42c300){const _0x57f061=_0x1ed4d3;if(_0xa4fdb&&typeof _0xa4fdb==_0x57f061(0x56b)){let _0x5d1376=new c['MenuManagerService'](_0x53b687,_0x53b687['get'](a[_0x57f061(0x945)]));return _0x5d1376[_0x57f061(0x669)](pn(_0xa4fdb,_0x42c300,_0x30eddc)),{'menuManager':ot(_0x5d1376),'disposable':_0x5d1376};}let _0x359994=_0x30eddc['get'](c['IMenuManagerService']),_0xee92d6=_0x359994[_0x57f061(0x76b)];return{'menuManager':ot(typeof _0xee92d6==_0x57f061(0x508)?_0xee92d6[_0x57f061(0x5db)](_0x359994,_0x53b687):_0x359994)};}function ln(_0x4480e9,_0x27a6b3,_0x34629e,_0xbb45b4){const _0x28093a=_0x1ed4d3;let {embedId:_0x2713c5,childUnitId:_0xd27146}=_0xbb45b4;if(!_0x2713c5||!_0xd27146)return;let _0x1c7ac5=un(_0x4480e9);if(!_0x1c7ac5['has'](c[_0x28093a(0x810)])||!_0x1c7ac5[_0x28093a(0x54f)](G))return;let _0x14bc30=_0x1c7ac5[_0x28093a(0x53b)](c[_0x28093a(0x810)]),_0x23b943=_0x1c7ac5['get'](G),_0x298e9c=new Set(),_0x48856e=(0x0,f[_0x28093a(0x9d7)])([_0x14bc30['ribbon$'],_0x14bc30[_0x28093a(0x5a1)],_0x34629e[_0x28093a(0x7dd)][_0x28093a(0x83c)]((0x0,f[_0x28093a(0x6a0)])(void 0x0)),(0x0,f[_0x28093a(0x5b7)])(_0x23b943[_0x28093a(0x652)],_0x23b943['runtimeSessionChanged$'])['pipe']((0x0,f['startWith'])(void 0x0))])[_0x28093a(0x49c)](([_0x3d60c0,_0x1182cb])=>{const _0x10e1ed=_0x28093a;let _0x1ee6de=_0x23b943['resolveActiveChildSessionRuntimeScope'](),_0x35e410=(_0x1ee6de==null?void 0x0:_0x1ee6de[_0x10e1ed(0x666)])===_0x2713c5&&_0x1ee6de[_0x10e1ed(0x442)]===_0xd27146&&(_0x1ee6de[_0x10e1ed(0x433)]==='child-tab'||_0x1ee6de[_0x10e1ed(0x433)]===_0x10e1ed(0x326)),_0x1a966e=new Set(_0x34629e['getMenuByPositionKey'](c[_0x10e1ed(0x787)]['RIBBON'])[_0x10e1ed(0x699)](({contextual:_0x333649})=>_0x333649)[_0x10e1ed(0x572)](({key:_0x43ea8f})=>_0x43ea8f)),_0x105bd1=_0x35e410?new Set(_0x3d60c0[_0x10e1ed(0x699)](({contextual:_0x46a0ab,key:_0x47df6d})=>_0x46a0ab&&_0x1a966e[_0x10e1ed(0x54f)](_0x47df6d))['map'](({key:_0xf2027c})=>_0xf2027c)):new Set();_0x298e9c['forEach'](_0x2365c4=>{const _0x44c6c0=_0x10e1ed;_0x105bd1[_0x44c6c0(0x54f)](_0x2365c4)||_0x27a6b3[_0x44c6c0(0x612)](_0x2365c4);}),_0x105bd1['forEach'](_0x2e890f=>{const _0x3f4015=_0x10e1ed;_0x298e9c[_0x3f4015(0x54f)](_0x2e890f)||_0x27a6b3[_0x3f4015(0x2c0)](_0x2e890f);}),_0x105bd1[_0x10e1ed(0x54f)](_0x1182cb)&&_0x27a6b3[_0x10e1ed(0x478)](_0x1182cb),_0x298e9c=_0x105bd1;});return(0x0,a['toDisposable'])(()=>{const _0x1ae81b=_0x28093a;_0x48856e[_0x1ae81b(0x465)](),_0x298e9c['forEach'](_0x48d785=>_0x27a6b3[_0x1ae81b(0x612)](_0x48d785)),_0x298e9c[_0x1ae81b(0x9c2)]();});}function un(_0x37ead0){const _0x5c9f45=_0x1ed4d3;return _0x37ead0[_0x5c9f45(0x225)]??_0x37ead0;}function dn(_0x4d9d8c,_0x4fa001,_0x5cbe4a){const _0x5f1910=_0x1ed4d3;let _0x2194be;try{_0x2194be=_0x5cbe4a[_0x5f1910(0x53b)](a['LocaleService']);}catch{_0x2194be=void 0x0;}return{'ribbon$':_0x4d9d8c[_0x5f1910(0x89d)][_0x5f1910(0x83c)]((0x0,f[_0x5f1910(0x572)])(_0x560190=>_0x560190['map'](_0x4458a0=>fn(_0x4458a0,_0x4fa001,_0x2194be)))),'activatedTab$':_0x4d9d8c[_0x5f1910(0x5a1)],'collapsedIds$':_0x4d9d8c['collapsedIds$'],'fakeToolbarVisible$':_0x4d9d8c['fakeToolbarVisible$'],'setActivatedTab':_0x4895eb=>_0x4d9d8c['setActivatedTab'](_0x4895eb),'showContextualTab':(_0x5ed218,_0x24d07b)=>_0x4d9d8c[_0x5f1910(0x2c0)](_0x5ed218,_0x24d07b),'hideContextualTab':_0x3d6ecc=>_0x4d9d8c['hideContextualTab'](_0x3d6ecc),'hideAllContextualTabs':()=>_0x4d9d8c[_0x5f1910(0x47b)](),'setCollapsedIds':_0x532d5b=>_0x4d9d8c[_0x5f1910(0x365)](_0x532d5b),'setFakeToolbarVisible':_0x53f66b=>_0x4d9d8c['setFakeToolbarVisible'](_0x53f66b)};}function fn(_0xc1b18c,_0x26abfc,_0x545e3e){const _0x6a44fa=_0x1ed4d3;let _0x366ac9=_0xc1b18c[_0x6a44fa(0x61d)]||_0xc1b18c[_0x6a44fa(0x311)],_0x58150b=_0x545e3e?_0x545e3e['t'](_0x366ac9):_0x366ac9;return{..._0xc1b18c,'title':_0x26abfc+_0x6a44fa(0x26e)+_0x58150b};}function pn(_0x5927ab,_0x3f3ea9,_0x1d2c51){const _0x18a358=_0x1ed4d3;if(!_0x3f3ea9||!_0x5927ab||typeof _0x5927ab!=_0x18a358(0x56b))return _0x5927ab;let _0x3a7e58=mn(_0x5927ab),_0x2e6105=_0x3a7e58[c['MenuManagerPosition']['RIBBON']];if(!_0x2e6105||typeof _0x2e6105!=_0x18a358(0x56b))return _0x3a7e58;let _0x3e801b;try{_0x3e801b=_0x1d2c51[_0x18a358(0x53b)](a[_0x18a358(0x58e)]);}catch{_0x3e801b=void 0x0;}return Object[_0x18a358(0x3e4)](_0x2e6105)[_0x18a358(0x360)](_0x3690b7=>{const _0x58f2d8=_0x18a358;if(!_0x3690b7||typeof _0x3690b7!=_0x58f2d8(0x56b))return;let _0x17c29d=_0x3690b7,_0x58c988=_0x17c29d[_0x58f2d8(0x61d)];_0x58c988&&(_0x17c29d[_0x58f2d8(0x61d)]=_0x3f3ea9+_0x58f2d8(0x26e)+(_0x3e801b?_0x3e801b['t'](_0x58c988):_0x58c988));}),_0x3a7e58;}function mn(_0x360d4a){const _0x242deb=_0x1ed4d3;return!_0x360d4a||typeof _0x360d4a!=_0x242deb(0x56b)?_0x360d4a:Array[_0x242deb(0x737)](_0x360d4a)?_0x360d4a[_0x242deb(0x572)](_0x496d56=>mn(_0x496d56)):Object[_0x242deb(0x291)](Object['entries'](_0x360d4a)['map'](([_0x13e36a,_0x5c6ee9])=>[_0x13e36a,mn(_0x5c6ee9)]));}function hn(_0x25ba39,_0x922e94,_0x2e8dab){const _0x8b8095=_0x1ed4d3;let _0x32cdf9=()=>_0x2e8dab?_0x25ba39['getUnit'](_0x2e8dab,_0x922e94):null,_0x5e7b7f=_0x2e8dab?(0x0,f['merge'])((0x0,f['of'])(_0x2e8dab),_0x25ba39[_0x8b8095(0x622)](_0x922e94)[_0x8b8095(0x83c)]((0x0,f[_0x8b8095(0x572)])(()=>_0x2e8dab)),_0x25ba39[_0x8b8095(0x75f)](_0x922e94)[_0x8b8095(0x83c)]((0x0,f[_0x8b8095(0x572)])(()=>_0x2e8dab))):_0x25ba39[_0x8b8095(0x460)];return{'unitAdded$':_0x25ba39[_0x8b8095(0x338)],'getTypeOfUnitAdded$':(..._0x5c6533)=>_0x25ba39[_0x8b8095(0x622)](..._0x5c6533),'__addUnit':(..._0x42505e)=>_0x25ba39[_0x8b8095(0x6a4)](..._0x42505e),'unitDisposed$':_0x25ba39[_0x8b8095(0x411)],'getTypeOfUnitDisposed$':(..._0x4be0d6)=>_0x25ba39['getTypeOfUnitDisposed$'](..._0x4be0d6),'focused$':_0x5e7b7f,get 'focused'(){const _0xd63579=_0x8b8095;return _0x32cdf9()??_0x25ba39[_0xd63579(0x3a5)]();},'focusUnit':(..._0x4d5f7f)=>_0x25ba39[_0x8b8095(0x927)](..._0x4d5f7f),'getFocusedUnit':()=>_0x32cdf9()??_0x25ba39['getFocusedUnit'](),'getCurrentUnitOfType':_0x2ef47e=>_0x2ef47e===_0x922e94&&_0x2e8dab?_0x32cdf9():_0x25ba39['getCurrentUnitOfType'](_0x2ef47e),'setCurrentUnitForType':(..._0xe1714c)=>_0x25ba39['setCurrentUnitForType'](..._0xe1714c),'getCurrentTypeOfUnit$':_0x433bcf=>_0x433bcf!==_0x922e94||!_0x2e8dab?_0x25ba39[_0x8b8095(0x6d4)](_0x433bcf):(0x0,f[_0x8b8095(0x5b7)])((0x0,f['of'])(void 0x0),_0x25ba39[_0x8b8095(0x622)](_0x922e94),_0x25ba39[_0x8b8095(0x75f)](_0x922e94))[_0x8b8095(0x83c)]((0x0,f[_0x8b8095(0x572)])(()=>_0x32cdf9())),'createUnit':(..._0x3bd2da)=>_0x25ba39[_0x8b8095(0x4c7)](..._0x3bd2da),'getUnitCreateOptions':(..._0x4bfd1f)=>_0x25ba39[_0x8b8095(0x8d7)](..._0x4bfd1f),'disposeUnit':(..._0xd0b77c)=>_0x25ba39[_0x8b8095(0x6e8)](..._0xd0b77c),'registerCtorForType':(..._0x212b2b)=>_0x25ba39[_0x8b8095(0x6fa)](..._0x212b2b),'getUnit':(..._0x2624ae)=>_0x25ba39['getUnit'](..._0x2624ae),'getAllUnitsForType':(..._0x89f737)=>_0x25ba39[_0x8b8095(0x62f)](..._0x89f737),'getUnitType':(..._0x2b9bd3)=>_0x25ba39[_0x8b8095(0x4a7)](..._0x2b9bd3)};}function gn(_0x1e4e0d,_0x1cdd1a){const _0x59ecb2=_0x1ed4d3;return{'contextChanged$':_0x1e4e0d[_0x59ecb2(0x680)],'getContextValue':_0x3d3331=>_n(_0x3d3331,_0x1cdd1a)??_0x1e4e0d[_0x59ecb2(0x3b1)](_0x3d3331),'setContextValue':(_0x39863a,_0x53bf85)=>_0x1e4e0d[_0x59ecb2(0x4f4)](_0x39863a,_0x53bf85),'subscribeContextValue$':_0x5c8440=>{const _0xd19cce=_0x59ecb2;let _0x2f3441=_n(_0x5c8440,_0x1cdd1a);return _0x2f3441==null?_0x1e4e0d[_0xd19cce(0x8ae)](_0x5c8440):(0x0,f['of'])(_0x2f3441);}};}function _n(_0x1fce8e,_0x5c5af7){const _0x50a0d0=_0x1ed4d3;if(_0x1fce8e===a[_0x50a0d0(0x9a4)])return!0x0;if(_0x1fce8e===a[_0x50a0d0(0x341)]||_0x1fce8e===a[_0x50a0d0(0x70c)]||_0x1fce8e===a[_0x50a0d0(0x759)])return _0x1fce8e===vn(_0x5c5af7);}function vn(_0x7861d){const _0x597baa=_0x1ed4d3;if(_0x7861d===a[_0x597baa(0x747)][_0x597baa(0x32f)])return a[_0x597baa(0x341)];if(_0x7861d===a['UniverInstanceType'][_0x597baa(0x563)])return a[_0x597baa(0x70c)];if(_0x7861d===a['UniverInstanceType'][_0x597baa(0x83f)])return a['FOCUSING_SLIDE'];}function yn(_0x59203f,_0x3d7a2b,_0x4b8c39,_0x11f6c4,_0x1e6c6b,_0x31b809){const _0xa76f4=_0x1ed4d3;return _0x11f6c4?{'disposed':()=>_0x59203f[_0xa76f4(0x799)](),'hasCommand':_0x4dd5eb=>_0x59203f[_0xa76f4(0x5f2)](_0x4dd5eb),'registerCommand':(..._0x12bbfd)=>_0x59203f[_0xa76f4(0x61c)](..._0x12bbfd),'unregisterCommand':_0x64813a=>_0x59203f[_0xa76f4(0x491)](_0x64813a),'registerMultipleCommand':(..._0x2fe4d7)=>_0x59203f[_0xa76f4(0x403)](..._0x2fe4d7),'executeCommand':async(..._0x29f154)=>{const _0x4abe34=_0xa76f4;let _0x3bc277=_0x3d7a2b['getCurrentUnitOfType'](_0x4b8c39);try{return _0x3d7a2b[_0x4abe34(0x5d6)](_0x11f6c4),await _0x59203f['executeCommand'](_0x29f154[0x0],_0x29f154[0x1],bn(_0x4b8c39,_0x11f6c4,_0x29f154[0x2]));}finally{Tn(_0x3d7a2b,_0x11f6c4,_0x3bc277,_0x1e6c6b,_0x31b809);}},'syncExecuteCommand':(..._0x230994)=>{const _0x5dada2=_0xa76f4;let _0x5d4243=_0x3d7a2b[_0x5dada2(0x8e8)](_0x4b8c39);try{return _0x3d7a2b[_0x5dada2(0x5d6)](_0x11f6c4),_0x59203f[_0x5dada2(0x6c0)](_0x230994[0x0],_0x230994[0x1],bn(_0x4b8c39,_0x11f6c4,_0x230994[0x2]));}finally{Tn(_0x3d7a2b,_0x11f6c4,_0x5d4243,_0x1e6c6b,_0x31b809);}},'onCommandExecuted':(..._0x8ae517)=>_0x59203f[_0xa76f4(0x245)](..._0x8ae517),'beforeCommandExecuted':(..._0x1d4b5c)=>_0x59203f[_0xa76f4(0x901)](..._0x1d4b5c),'onMutationExecutedForCollab':(..._0x423fc0)=>_0x59203f[_0xa76f4(0x3be)](..._0x423fc0)}:_0x59203f;}function bn(_0xe12dca,_0x4ef370,_0xaad69f){const _0x212901=_0x1ed4d3;return _0xe12dca===a[_0x212901(0x747)][_0x212901(0x8d2)]?{..._0xaad69f,'unitId':_0x4ef370}:_0xaad69f;}function xn(_0x6424c4,_0x1a6aa0,_0x36f892,_0x31035d,_0x129ae1,_0x409832,_0x3d5362){const _0x518518=_0x1ed4d3;if(typeof _0x6424c4!='object'&&typeof _0x6424c4!=_0x518518(0x508)||_0x6424c4==null)return _0x6424c4;let _0x42bd92=_0x6424c4,_0x2d9c55=_0x3d5362==null?void 0x0:_0x3d5362[_0x518518(0x53b)](_0x42bd92);if(_0x2d9c55)return _0x2d9c55;let _0x12fb56={..._0x42bd92};return Sn(_0x42bd92,_0x12fb56,_0x1a6aa0,_0x36f892,_0x31035d,_0x129ae1,_0x409832),_0x3d5362==null||_0x3d5362['set'](_0x42bd92,_0x12fb56),_0x12fb56;}function Sn(_0x24f26c,_0x4da196,_0x360ad9,_0x3c093e,_0x1a2bbf,_0x9ca274,_0x4ccf6a){const _0xa80043=_0x1ed4d3;let _0x50f9d8=_0x5438c5=>{const _0x5d6a5c=_0x54e0;if(_0x5438c5==='constructor')return;let _0x11eff7=_0x24f26c[_0x5438c5];if(typeof _0x11eff7!=_0x5d6a5c(0x508))return;let _0x32a72b=_0x4da196;_0x32a72b[_0x5438c5]=(..._0x5cf4f1)=>Cn(_0x360ad9,_0x3c093e,_0x1a2bbf,_0x9ca274,_0x4ccf6a,()=>_0x11eff7[_0x5d6a5c(0x243)](_0x24f26c,_0x5cf4f1));};Object[_0xa80043(0x924)](_0x24f26c)[_0xa80043(0x360)](_0x50f9d8);let _0x3e354a=Object[_0xa80043(0x876)](_0x24f26c);_0x3e354a&&_0x3e354a!==Object[_0xa80043(0x89e)]&&Object[_0xa80043(0x63c)](_0x3e354a)[_0xa80043(0x360)](_0x50f9d8);}function Cn(_0xc9e631,_0x3eb229,_0x56edad,_0x1902f4,_0x13f1da,_0x55fac5){const _0x12bbbd=_0x1ed4d3;let _0x46129a=_0xc9e631[_0x12bbbd(0x8e8)](_0x3eb229),_0x39b0e9;try{_0xc9e631[_0x12bbbd(0x5d6)](_0x56edad),_0x39b0e9=_0x55fac5();}catch(_0x4407f4){throw Tn(_0xc9e631,_0x56edad,_0x46129a,_0x1902f4,_0x13f1da),_0x4407f4;}return wn(_0x39b0e9)?_0x39b0e9[_0x12bbbd(0x7aa)](()=>{Tn(_0xc9e631,_0x56edad,_0x46129a,_0x1902f4,_0x13f1da);}):(Tn(_0xc9e631,_0x56edad,_0x46129a,_0x1902f4,_0x13f1da),_0x39b0e9);}function wn(_0x1c5d25){const _0x1ccf58=_0x1ed4d3;return!!(_0x1c5d25&&typeof _0x1c5d25[_0x1ccf58(0x7aa)]=='function');}function Tn(_0x307e94,_0x7b9d2d,_0x37e9ab,_0x446af4,_0x413a3a){const _0xe24975=_0x1ed4d3;if(En(_0x446af4,_0x413a3a)){var _0x3cc70f;_0x307e94[_0xe24975(0x5d6)](_0x7b9d2d),(_0x3cc70f=_0x307e94[_0xe24975(0x927)])==null||_0x3cc70f[_0xe24975(0x5db)](_0x307e94,_0x7b9d2d);return;}_0x37e9ab&&_0x307e94[_0xe24975(0x5d6)](_0x37e9ab[_0xe24975(0x872)]());}function En(_0x172309,_0x950434){const _0x37a75a=_0x1ed4d3;let _0x39b962=_0x950434==null?void 0x0:_0x950434();return!_0x172309||!(_0x39b962!=null&&_0x39b962[_0x37a75a(0x54f)](G))?!0x1:_0x39b962[_0x37a75a(0x53b)](G)[_0x37a75a(0x445)](_0x172309);}const Dn=new WeakMap();let On=0x0;function kn(_0x1fb537,_0x3eec04){const _0x1ef35c=_0x1ed4d3;if(!_0x1fb537[_0x1ef35c(0x54f)](Nn))return jn(_0x1fb537,_0x3eec04);let _0x2b573d=_0x1fb537['get'](Nn);if(!(_0x3eec04['id']&&_0x2b573d[_0x1ef35c(0x958)](_0x3eec04[_0x1ef35c(0x5c7)],_0x3eec04['surface'])['some'](_0xfc778=>_0xfc778['id']===_0x3eec04['id'])))return _0x2b573d[_0x1ef35c(0x22c)](_0x3eec04);}function An(_0x1cdfa1){const _0x50f53e=_0x1ed4d3;if(!_0x1cdfa1[_0x50f53e(0x54f)](Nn))return;let _0x55f363=Dn[_0x50f53e(0x53b)](_0x1cdfa1);_0x55f363!=null&&_0x55f363[_0x50f53e(0x2e5)]&&([..._0x55f363[_0x50f53e(0x3e4)]()][_0x50f53e(0x481)]((_0x172f67,_0x85011e)=>_0x172f67['index']-_0x85011e['index'])[_0x50f53e(0x360)](({contribution:_0x1d6f9c})=>kn(_0x1cdfa1,_0x1d6f9c)),Dn['delete'](_0x1cdfa1));}function jn(_0x14562e,_0x2b9a35){const _0x25282f=_0x1ed4d3;let _0x188a1d={'contribution':_0x2b9a35,'index':On++},_0x5006c9=Mn(_0x2b9a35,_0x188a1d[_0x25282f(0x530)]),_0x22b6e5=_0x14562e,_0x46418c=Dn[_0x25282f(0x53b)](_0x22b6e5)??new Map();return _0x46418c[_0x25282f(0x753)](_0x5006c9,_0x188a1d),Dn['set'](_0x22b6e5,_0x46418c),(0x0,a['toDisposable'])(()=>{const _0x55590e=_0x25282f;let _0x28f8de=Dn['get'](_0x22b6e5);(_0x28f8de==null?void 0x0:_0x28f8de[_0x55590e(0x53b)](_0x5006c9))===_0x188a1d&&_0x28f8de[_0x55590e(0x74c)](_0x5006c9);});}function Mn(_0x58a2be,_0x57077c){const _0x55c0e3=_0x1ed4d3;let _0x5888ae=Fn(_0x58a2be);return _0x58a2be['id']?_0x58a2be[_0x55c0e3(0x5c7)]+':'+_0x5888ae+':'+_0x58a2be['id']:_0x58a2be[_0x55c0e3(0x5c7)]+':'+_0x5888ae+_0x55c0e3(0x215)+_0x57077c;}var Nn=class{constructor(){const _0x4b0693=_0x1ed4d3;B(this,_0x4b0693(0x232),new Map()),B(this,_0x4b0693(0x344),0x0);}[_0x1ed4d3(0x22c)](_0x2fa148){const _0x3732a0=_0x1ed4d3;let _0x552f0c={'contribution':_0x2fa148,'index':this['_nextIndex']++},_0x168dd2=this[_0x3732a0(0x232)][_0x3732a0(0x53b)](_0x2fa148['childType'])??[];return _0x168dd2['push'](_0x552f0c),_0x168dd2[_0x3732a0(0x481)](In),this[_0x3732a0(0x232)]['set'](_0x2fa148[_0x3732a0(0x5c7)],_0x168dd2),(0x0,a[_0x3732a0(0x64a)])(()=>{const _0x1427d6=_0x3732a0;let _0x1cf536=this[_0x1427d6(0x232)][_0x1427d6(0x53b)](_0x2fa148[_0x1427d6(0x5c7)]);if(!_0x1cf536)return;let _0x251813=_0x1cf536['filter'](_0x495bf=>_0x495bf!==_0x552f0c);_0x251813[_0x1427d6(0x9ba)]?this[_0x1427d6(0x232)][_0x1427d6(0x753)](_0x2fa148['childType'],_0x251813):this['_contributions'][_0x1427d6(0x74c)](_0x2fa148['childType']);});}[_0x1ed4d3(0x53b)](_0x513b28){const _0x1dfea9=_0x1ed4d3;return this[_0x1dfea9(0x958)](_0x513b28)[0x0];}[_0x1ed4d3(0x958)](_0x3ca4aa,_0x4ec29b){const _0x530fe8=_0x1ed4d3;return(this['_contributions'][_0x530fe8(0x53b)](_0x3ca4aa)??[])['map'](_0x3c29f6=>_0x3c29f6[_0x530fe8(0x5b0)])[_0x530fe8(0x699)](_0x298b3d=>!_0x4ec29b||Fn(_0x298b3d)===_0x4ec29b);}[_0x1ed4d3(0x92a)](_0x356dcb,_0x10f6d4=_0x1ed4d3(0x4ca)){const _0xb99dd0=_0x1ed4d3;let _0x168109=this[_0xb99dd0(0x958)](_0x356dcb,_0x10f6d4)[_0xb99dd0(0x572)](_0x1c6ccb=>_0x1c6ccb['menuSchema'])[_0xb99dd0(0x699)](_0x4407f5=>_0x4407f5&&typeof _0x4407f5==_0xb99dd0(0x56b));if(_0x168109[_0xb99dd0(0x9ba)])return Ln(_0x168109);}[_0x1ed4d3(0x785)](_0x4c0663){const _0x4450a4=_0x1ed4d3;let _0x286dee=_0x4c0663[_0x4450a4(0x499)]??_0x4450a4(0x4ca),_0x4d4036=this['getAll'](_0x4c0663[_0x4450a4(0x5c7)],_0x286dee);if(!_0x4d4036['length'])return;let _0x20acc5=_0x4d4036[_0x4450a4(0x699)](_0x4f264f=>_0x4f264f['mountMenu']);if(_0x20acc5[_0x4450a4(0x9ba)]){let _0x23ee73=_0x20acc5[_0x4450a4(0x572)](_0x4ef5cf=>{const _0x5051d2=_0x4450a4;var _0x13fccf;return(_0x13fccf=_0x4ef5cf['mountMenu'])==null?void 0x0:_0x13fccf['call'](_0x4ef5cf,{..._0x4c0663,'surface':_0x286dee,'menuSchema':_0x4ef5cf[_0x5051d2(0x347)],'scopedActionServiceTokens':_0x4ef5cf[_0x5051d2(0x4b4)]});})[_0x4450a4(0x699)](_0x38d389=>!!_0x38d389);return(0x0,a['toDisposable'])(()=>{const _0x222f61=_0x4450a4;_0x23ee73['forEach'](_0xd7e1de=>_0xd7e1de[_0x222f61(0x45b)]());});}let _0x55d9c9=this[_0x4450a4(0x92a)](_0x4c0663[_0x4450a4(0x5c7)],_0x286dee);if(_0x286dee==='ribbon')return on({..._0x4c0663,'surface':_0x286dee,'menuSchema':_0x55d9c9,'scopedActionServiceTokens':Pn(_0x4d4036)})??void 0x0;}};function Pn(_0x279ef4){const _0x3b8af9=_0x1ed4d3;let _0x11f110=_0x279ef4[_0x3b8af9(0x701)](_0x12af3d=>_0x12af3d[_0x3b8af9(0x4b4)]??[]);return _0x11f110['length']?Array['from'](new Set(_0x11f110)):void 0x0;}function Fn(_0x5f4b36){const _0x339d5f=_0x1ed4d3;return _0x5f4b36[_0x339d5f(0x499)]??'ribbon';}function In(_0x2bab19,_0x341fc9){const _0x4ba912=_0x1ed4d3;return(_0x2bab19[_0x4ba912(0x5b0)]['order']??_0x2bab19[_0x4ba912(0x530)])-(_0x341fc9[_0x4ba912(0x5b0)][_0x4ba912(0x259)]??_0x341fc9[_0x4ba912(0x530)])||_0x2bab19['index']-_0x341fc9[_0x4ba912(0x530)];}function Ln(_0x423532){const _0x1fe3cf=_0x1ed4d3;return _0x423532[_0x1fe3cf(0x807)]((_0x337dd4,_0x460e5f)=>Vn(_0x337dd4,Rn(_0x460e5f)),{});}function Rn(_0x55f498){const _0x54167b=_0x1ed4d3;if(!Un(_0x55f498))return _0x55f498;let _0x5bed23=new Set(Object[_0x54167b(0x3e4)](c['RibbonPosition'])),_0x56c345=Object['entries'](_0x55f498)[_0x54167b(0x699)](([_0x56c544])=>_0x5bed23['has'](_0x56c544)),_0x508749=Object[_0x54167b(0x2f3)](_0x55f498)['filter'](([_0x1c5ca6])=>Bn(_0x1c5ca6));if(!_0x56c345['length']&&!_0x508749['length'])return _0x55f498;let _0x3e2736={};Object[_0x54167b(0x2f3)](_0x55f498)[_0x54167b(0x360)](([_0x4b31d6,_0x1f8da4])=>{!_0x5bed23['has'](_0x4b31d6)&&!Bn(_0x4b31d6)&&(_0x3e2736[_0x4b31d6]=Hn(_0x1f8da4));});let _0x220ffb=Un(_0x3e2736[c['MenuManagerPosition'][_0x54167b(0x805)]])?_0x3e2736[c[_0x54167b(0x787)][_0x54167b(0x805)]]:{};return _0x56c345[_0x54167b(0x360)](([_0x2966fa,_0x477fc1])=>{_0x220ffb[_0x2966fa]=_0x2966fa in _0x220ffb?Vn(_0x220ffb[_0x2966fa],_0x477fc1):Hn(_0x477fc1);}),_0x508749[_0x54167b(0x360)](([_0x3ced03,_0x295e57])=>{let _0xad82ff=Bn(_0x3ced03);if(!_0xad82ff)return;let _0xdb31a9=Un(_0x220ffb[_0xad82ff])?_0x220ffb[_0xad82ff]:{};_0xdb31a9[_0x3ced03]=_0x3ced03 in _0xdb31a9?Vn(_0xdb31a9[_0x3ced03],_0x295e57):Hn(_0x295e57),_0x220ffb[_0xad82ff]=_0xdb31a9;}),_0x3e2736[c[_0x54167b(0x787)]['RIBBON']]=_0x220ffb,_0x3e2736;}const zn=[[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x87e)]),c['RibbonPosition'][_0x1ed4d3(0x4ad)]],[Object['values'](c[_0x1ed4d3(0x594)]),c['RibbonPosition'][_0x1ed4d3(0x883)]],[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x8cc)]),c['RibbonPosition'][_0x1ed4d3(0x44d)]],[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x277)]),c[_0x1ed4d3(0x72b)][_0x1ed4d3(0x7c6)]],[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x987)]),c['RibbonPosition'][_0x1ed4d3(0x7cb)]],[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x401)]),c[_0x1ed4d3(0x72b)]['OTHERS']]];function Bn(_0xfb3f22){const _0x23a21e=_0x1ed4d3;var _0x310fa4;return(_0x310fa4=zn[_0x23a21e(0x961)](([_0x108d24])=>_0x108d24['includes'](_0xfb3f22)))==null?void 0x0:_0x310fa4[0x1];}function Vn(_0x28ca6a,_0x54397b){const _0x3e4c4c=_0x1ed4d3;if(!Un(_0x28ca6a)||!Un(_0x54397b))return Hn(_0x54397b);let _0x1bdbad={..._0x28ca6a};return Object[_0x3e4c4c(0x2f3)](_0x54397b)[_0x3e4c4c(0x360)](([_0x197851,_0x3ff5b4])=>{_0x1bdbad[_0x197851]=_0x197851 in _0x1bdbad?Vn(_0x1bdbad[_0x197851],_0x3ff5b4):Hn(_0x3ff5b4);}),_0x1bdbad;}function Hn(_0x481ac3){const _0x48ed37=_0x1ed4d3;return Array[_0x48ed37(0x737)](_0x481ac3)?_0x481ac3[_0x48ed37(0x572)](_0x4cb4a0=>Hn(_0x4cb4a0)):Un(_0x481ac3)?Object[_0x48ed37(0x291)](Object[_0x48ed37(0x2f3)](_0x481ac3)['map'](([_0x23771e,_0x43d679])=>[_0x23771e,Hn(_0x43d679)])):_0x481ac3;}function Un(_0x58bcbe){const _0xc65404=_0x1ed4d3;return!!_0x58bcbe&&typeof _0x58bcbe==_0xc65404(0x56b)&&!Array[_0xc65404(0x737)](_0x58bcbe);}function Wn(_0x3d494d,_0x490081,_0x2a9475){const _0x471c3a=_0x1ed4d3;let {viewport:_0x56be28,menuSlot:_0x57e2e4,popupSlot:_0x44c4aa}=_0x2a9475;return{'hostUnitId':_0x3d494d['hostUnitId'],'hostAnchorId':_0x3d494d[_0x471c3a(0x253)],'embedId':_0x3d494d[_0x471c3a(0x666)],'childUnitId':_0x3d494d[_0x471c3a(0x442)],'childType':_0x3d494d[_0x471c3a(0x5c7)],'layout':_0x490081,'mode':'float','rootElement':_0x56be28,'contentRoot':L(_0x56be28,_0x471c3a(0x6d6))??_0x56be28,'canvasRoot':L(_0x56be28,_0x471c3a(0x4a1))??_0x56be28,'overlayRoot':L(_0x56be28,_0x471c3a(0x870))??_0x56be28,'popupRoot':_0x44c4aa??L(_0x56be28,_0x471c3a(0x62e))??_0x56be28,'menuOutlet':{'container':_0x57e2e4},'active$':(0x0,f['of'])(!0x0),'fullscreen':!0x0};}function Gn(_0x3ac430){const _0x44ac77=_0x1ed4d3;let {injector:_0x5db0b7,descriptor:_0x1c49ce,renderScope:_0x323437}=_0x3ac430,_0x58c483=[],_0x597369=_0x1c49ce[_0x44ac77(0x666)],_0x17586b=_0x5db0b7[_0x44ac77(0x54f)](G)?_0x5db0b7[_0x44ac77(0x53b)](G):void 0x0,_0x4718fc=_0x5db0b7[_0x44ac77(0x54f)](q)?_0x5db0b7['get'](q):void 0x0;return _0x17586b&&(_0x58c483[_0x44ac77(0x2fa)](_0x17586b[_0x44ac77(0x708)]({'embedId':_0x597369,'hostUnitId':_0x1c49ce[_0x44ac77(0x565)],'childUnitId':_0x1c49ce[_0x44ac77(0x442)],'childType':_0x1c49ce[_0x44ac77(0x5c7)],'sessionMode':_0x44ac77(0x326)})),_0x1c49ce[_0x44ac77(0x442)]&&_0x58c483[_0x44ac77(0x2fa)](_0x17586b['acquireLease']({'embedId':_0x597369,'role':_0x44ac77(0x26c),'owner':_0x44ac77(0x254),'sessionMode':'child-fullscreen','hostUnitId':_0x1c49ce[_0x44ac77(0x565)],'childUnitId':_0x1c49ce['childUnitId'],'childType':_0x1c49ce['childType']})),qn(_0x3ac430)['forEach'](({element:_0x1b11f5,role:_0x39926e})=>{const _0x49d1b9=_0x44ac77;_0x58c483['push'](_0x17586b[_0x49d1b9(0x41f)]({'embedId':_0x597369,'element':_0x1b11f5,'role':_0x39926e}));})),_0x4718fc&&(qn(_0x3ac430)[_0x44ac77(0x360)](({element:_0x133baa})=>{const _0x2717b1=_0x44ac77;_0x58c483[_0x2717b1(0x2fa)](_0x4718fc[_0x2717b1(0x577)](_0x597369,_0x133baa,_0x1c49ce[_0x2717b1(0x442)]));}),_0x58c483[_0x44ac77(0x2fa)](_0x4718fc[_0x44ac77(0x91d)](_0x597369,_0x323437[_0x44ac77(0x3c8)][_0x44ac77(0x2f2)],{'includeAppShellEditorPortal':_0x1c49ce[_0x44ac77(0x5c7)]===a['UniverInstanceType']['UNIVER_SHEET']}))),_0x17586b&&_0x4718fc&&_0x58c483[_0x44ac77(0x2fa)](Kn({'embedId':_0x597369,'focusCoordinator':_0x17586b,'interactionBoundaryService':_0x4718fc,'runtimeRoot':_0x323437['rootElement']})),(0x0,a[_0x44ac77(0x64a)])(()=>{const _0x22353=_0x44ac77;[..._0x58c483][_0x22353(0x3b5)]()[_0x22353(0x360)](_0x1a23ce=>_0x1a23ce[_0x22353(0x45b)]());});}function Kn(_0x1a294a){const _0x489651=_0x1ed4d3;let {embedId:_0x2bb15a,focusCoordinator:_0x15bed8,interactionBoundaryService:_0x51bb90,runtimeRoot:_0x5b2bfc}=_0x1a294a,_0x4e83a7=_0x5b2bfc[_0x489651(0x2f2)],_0x3f1abe=_0x4e83a7['defaultView'],_0x57fbab,_0x9ed141=_0x26f47c=>{const _0x5724e1=_0x489651;var _0xaf4013;let _0x464bf5=_0x26f47c[_0x5724e1(0x5a7)]===_0x5724e1(0x8d8)&&_0x26f47c['key']===_0x5724e1(0x86f);if(_0x26f47c[_0x5724e1(0x5a7)]===_0x5724e1(0x8d8)&&!_0x464bf5)return;let _0x482c13=_0x15bed8[_0x5724e1(0x22f)]();if((_0x482c13==null?void 0x0:_0x482c13[_0x5724e1(0x666)])!==_0x2bb15a||_0x482c13[_0x5724e1(0x433)]!=='child-fullscreen')return;let _0x1598c6=_0x26f47c[_0x5724e1(0x1f6)]instanceof HTMLElement?_0x26f47c[_0x5724e1(0x1f6)]:null,_0x1f59af=!!_0x1598c6&&(_0x51bb90[_0x5724e1(0x495)](_0x2bb15a,_0x1598c6,_0x26f47c)||_0x15bed8[_0x5724e1(0x892)](_0x2bb15a,_0x1598c6,_0x26f47c)),_0x5962dd=_0x1598c6==null||(_0xaf4013=_0x1598c6[_0x5724e1(0x6bc)](_0x5724e1(0x4ea)))==null?void 0x0:_0xaf4013[_0x5724e1(0x2d4)](W);!_0x464bf5&&(!_0x1f59af||_0x5962dd!==_0x5724e1(0x31c)&&_0x5962dd!==_0x5724e1(0x858))||_0x3f1abe&&(_0x57fbab!=null&&_0x3f1abe[_0x5724e1(0x571)](_0x57fbab),_0x57fbab=_0x3f1abe[_0x5724e1(0x930)](()=>{_0x57fbab=_0x3f1abe['requestAnimationFrame'](()=>{const _0x3b73b6=_0x54e0;if(_0x57fbab=void 0x0,!_0x464bf5&&_0x1598c6!=null&&_0x1598c6[_0x3b73b6(0x89c)])return;let _0x26e478=_0x4e83a7[_0x3b73b6(0x503)],_0x2e82ff=_0x51bb90[_0x3b73b6(0x495)](_0x2bb15a,_0x26e478)||_0x15bed8['containsElement'](_0x2bb15a,_0x26e478),_0x4e4e68=_0x15bed8[_0x3b73b6(0x22f)]();_0x2e82ff||!_0x5b2bfc[_0x3b73b6(0x89c)]||(_0x4e4e68==null?void 0x0:_0x4e4e68[_0x3b73b6(0x666)])!==_0x2bb15a||_0x4e4e68[_0x3b73b6(0x433)]!=='child-fullscreen'||(_0x5b2bfc[_0x3b73b6(0x76c)](_0x3b73b6(0x6f1))||(_0x5b2bfc['tabIndex']=-0x1),_0x5b2bfc[_0x3b73b6(0x27e)]({'preventScroll':!0x0}));});}));};return _0x4e83a7[_0x489651(0x7d4)]('click',_0x9ed141,!0x0),_0x4e83a7[_0x489651(0x7d4)](_0x489651(0x8d8),_0x9ed141,!0x0),(0x0,a[_0x489651(0x64a)])(()=>{const _0x5c3961=_0x489651;_0x4e83a7[_0x5c3961(0x2f5)](_0x5c3961(0x853),_0x9ed141,!0x0),_0x4e83a7[_0x5c3961(0x2f5)](_0x5c3961(0x8d8),_0x9ed141,!0x0),_0x57fbab!=null&&(_0x3f1abe==null||_0x3f1abe[_0x5c3961(0x571)](_0x57fbab));});}function qn(_0x6fdafb){const _0x479ca1=_0x1ed4d3;let {renderScope:_0x4f304d,menuRoot:_0x2a7a09,menuSlot:_0x2b9ac8,popupSlot:_0x5152e5,sidebarSlot:_0x37140e,rightSidebarSlot:_0x13dc89,footerSlot:_0x4c4f06}=_0x6fdafb,_0x5380fc=[{'element':_0x4f304d[_0x479ca1(0x3c8)],'role':'runtime'},{'element':_0x4f304d[_0x479ca1(0x815)],'role':_0x479ca1(0x8d5)},{'element':_0x4f304d[_0x479ca1(0x97f)],'role':_0x479ca1(0x8d5)},{'element':_0x4f304d[_0x479ca1(0x6fc)],'role':_0x479ca1(0x8d5)},{'element':_0x2a7a09,'role':_0x479ca1(0x858)},{'element':_0x2b9ac8,'role':'floating-menu'},{'element':_0x4c4f06,'role':_0x479ca1(0x858)},{'element':_0x37140e,'role':_0x479ca1(0x31c)},{'element':_0x13dc89,'role':_0x479ca1(0x31c)},{'element':_0x5152e5,'role':'child-popup'}],_0x437da5=new Set();return _0x5380fc[_0x479ca1(0x701)](({element:_0x7a87b2,role:_0x13176f})=>!_0x7a87b2||_0x437da5[_0x479ca1(0x54f)](_0x7a87b2)?[]:(_0x437da5[_0x479ca1(0x363)](_0x7a87b2),[{'element':_0x7a87b2,'role':_0x13176f}]));}function Jn(_0x409cea){return Yn(_0x409cea)||Zn(_0x409cea);}function Yn(_0x569bf0){const _0x3a38cf=_0x1ed4d3;if(!_0x569bf0[_0x3a38cf(0x583)][_0x3a38cf(0x54f)](V)||_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x5c7)]==null)return;let _0x1df373=_0x569bf0[_0x3a38cf(0x583)][_0x3a38cf(0x53b)](V)[_0x3a38cf(0x53b)](_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x5c7)]);if((_0x1df373==null?void 0x0:_0x1df373['hostChromeMode'])!==_0x3a38cf(0x4ca))return;let _0xa82d12=Xn(_0x569bf0[_0x3a38cf(0x583)]);if(_0x569bf0[_0x3a38cf(0x583)][_0x3a38cf(0x54f)](Nn)){let _0x55ff85=_0x569bf0[_0x3a38cf(0x583)][_0x3a38cf(0x53b)](Nn)[_0x3a38cf(0x785)]({'container':_0x569bf0[_0x3a38cf(0x7f7)],'portalContainer':_0x569bf0[_0x3a38cf(0x5ef)]['runtimeScope'][_0x3a38cf(0x64b)][_0x3a38cf(0x852)],'injector':_0x569bf0[_0x3a38cf(0x5ef)][_0x3a38cf(0x6f3)]['injector'],'childType':_0x569bf0['descriptor']['childType'],'childUnitId':_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x442)],'embedId':_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x666)],'surface':'ribbon','headerMenu':!0x0,'ribbonType':_0xa82d12,'ribbonHeaderClassName':_0x3a38cf(0x6e2)});if(_0x55ff85)return _0x55ff85;}return on({'container':_0x569bf0[_0x3a38cf(0x7f7)],'portalContainer':_0x569bf0[_0x3a38cf(0x5ef)][_0x3a38cf(0x6f3)]['roots'][_0x3a38cf(0x852)],'injector':_0x569bf0[_0x3a38cf(0x5ef)][_0x3a38cf(0x6f3)][_0x3a38cf(0x583)],'childType':_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x5c7)],'childUnitId':_0x569bf0['descriptor'][_0x3a38cf(0x442)],'embedId':_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x666)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0xa82d12,'ribbonHeaderClassName':_0x3a38cf(0x6e2)});}function Xn(_0x5c7e17){const _0x4faac1=_0x1ed4d3;var _0x277f14;return _0x5c7e17[_0x4faac1(0x54f)](a[_0x4faac1(0x945)])?((_0x277f14=_0x5c7e17[_0x4faac1(0x53b)](a[_0x4faac1(0x945)])[_0x4faac1(0x6af)](c['UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0x277f14['ribbonType'])??_0x4faac1(0x929):_0x4faac1(0x929);}function Zn(_0x10dfac){const _0xc81e3=_0x1ed4d3;if(!_0x10dfac[_0xc81e3(0x583)][_0xc81e3(0x54f)](vt)||_0x10dfac['descriptor'][_0xc81e3(0x5c7)]==null||!_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x442)])return;let _0x24585b=_0x10dfac[_0xc81e3(0x583)][_0xc81e3(0x53b)](vt)['get'](_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x817)],_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x8bf)],_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x5c7)]),_0x594b48=_0x24585b==null?void 0x0:_0x24585b[_0xc81e3(0x4f8)]({..._0x10dfac[_0xc81e3(0x5ef)],'active':{'hostUnitId':_0x10dfac['descriptor']['hostUnitId'],'embedId':_0x10dfac[_0xc81e3(0x3e8)]['embedId'],'childUnitId':_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x442)],'stage':_0xc81e3(0x334)}});return _0x594b48?(0x0,a['toDisposable'])(()=>_0x594b48[_0xc81e3(0x45b)]()):void 0x0;}let Qn=class extends a['Disposable']{constructor(_0x481168,_0x31c591){const _0x3248ca=_0x1ed4d3;super(),B(this,'_session$',new f[(_0x3248ca(0x2ed))](null)),B(this,_0x3248ca(0x51d),new f[(_0x3248ca(0x464))]()),B(this,_0x3248ca(0x315),this[_0x3248ca(0x648)]['asObservable']()),B(this,_0x3248ca(0x687),this[_0x3248ca(0x51d)][_0x3248ca(0x7bc)]()),this['disposeWithMe'](_0x481168[_0x3248ca(0x245)](_0x15170a=>{const _0x43d472=_0x3248ca;if(!$n(_0x15170a))return;let _0x3a9722=this['getSession']();(_0x3a9722==null?void 0x0:_0x3a9722[_0x43d472(0x565)])===_0x15170a['params'][_0x43d472(0x2b9)]&&_0x3a9722[_0x43d472(0x666)]===_0x15170a[_0x43d472(0x640)][_0x43d472(0x666)]&&this[_0x43d472(0x50d)](_0x3a9722[_0x43d472(0x666)]);})),this[_0x3248ca(0x512)](_0x31c591[_0x3248ca(0x411)]['subscribe'](_0x3cf064=>{const _0x15b203=_0x3248ca;let _0x25fa60=this[_0x15b203(0x28a)](),_0x104530=_0x3cf064[_0x15b203(0x872)]();_0x25fa60&&(_0x25fa60[_0x15b203(0x565)]===_0x104530||_0x25fa60[_0x15b203(0x442)]===_0x104530)&&this['exit'](_0x25fa60[_0x15b203(0x666)]);}));}[_0x1ed4d3(0x45b)](){const _0x456536=_0x1ed4d3;super['dispose'](),this[_0x456536(0x648)][_0x456536(0x7e3)](),this[_0x456536(0x51d)][_0x456536(0x7e3)]();}[_0x1ed4d3(0x28a)](){const _0x4608f5=_0x1ed4d3;return this[_0x4608f5(0x648)][_0x4608f5(0x775)]();}[_0x1ed4d3(0x9bf)](_0xb81e62){const _0x46e01e=_0x1ed4d3;var _0x4163a4,_0x14584e;if(!_0xb81e62['childUnitId']||_0xb81e62[_0x46e01e(0x5c7)]==null)throw Error(_0x46e01e(0x2dc));let _0x1a3584=((_0x4163a4=_0xb81e62[_0x46e01e(0x440)])==null?void 0x0:_0x4163a4[_0x46e01e(0x714)])||void 0x0,_0x1c4eb4=((_0x14584e=_0xb81e62[_0x46e01e(0x440)])==null?void 0x0:_0x14584e['tab'])||void 0x0;if(_0x1c4eb4&&_0x1c4eb4[_0x46e01e(0x42b)]&&!_0x1a3584)throw Error(_0x46e01e(0x8b3));let _0x1e82c1=_0x1a3584?_0x1a3584[_0x46e01e(0x29f)]:void 0x0;if(!_0x1e82c1)throw Error(_0x46e01e(0x980));let _0x471b03={'hostUnitId':_0xb81e62[_0x46e01e(0x565)],'embedId':_0xb81e62['embedId'],'childUnitId':_0xb81e62[_0x46e01e(0x442)],'childType':_0xb81e62[_0x46e01e(0x5c7)],'entry':_0xb81e62['entry'],'layout':_0x1e82c1};return this[_0x46e01e(0x648)][_0x46e01e(0x592)](_0x471b03),_0x471b03;}['exit'](_0x30fd6c){const _0x1104f2=_0x1ed4d3;let _0x25eaad=this['getSession']();_0x25eaad&&(!_0x30fd6c||_0x25eaad[_0x1104f2(0x666)]===_0x30fd6c)&&this[_0x1104f2(0x648)][_0x1104f2(0x592)](null);}[_0x1ed4d3(0x47a)](_0x386ee4){const _0x120ec3=_0x1ed4d3;this[_0x120ec3(0x51d)][_0x120ec3(0x592)](_0x386ee4);}};Qn=Y([J(0x0,a['ICommandService']),J(0x1,a[_0x1ed4d3(0x90d)])],Qn);function $n(_0x5f96ff){const _0x24cbc3=_0x1ed4d3;return _0x5f96ff['id']===t[_0x24cbc3(0x956)]['id']&&typeof _0x5f96ff['params']==_0x24cbc3(0x56b)&&_0x5f96ff[_0x24cbc3(0x640)]!==null&&_0x24cbc3(0x2b9)in _0x5f96ff[_0x24cbc3(0x640)]&&typeof _0x5f96ff[_0x24cbc3(0x640)][_0x24cbc3(0x2b9)]=='string'&&_0x24cbc3(0x666)in _0x5f96ff[_0x24cbc3(0x640)]&&typeof _0x5f96ff['params'][_0x24cbc3(0x666)]==_0x24cbc3(0x23d);}function er(){const _0x40261b=_0x1ed4d3;let _0x45b5d3=(0x0,c['useDependency'])(a[_0x40261b(0x6f8)]),_0x31ba65=(0x0,c[_0x40261b(0x2d7)])(a[_0x40261b(0x58e)]),_0x6fbb6c=(0x0,c[_0x40261b(0x2d7)])(Kt),_0x220df2=(0x0,c['useDependency'])(Qn),_0x1c3ffe=(0x0,d['useRef'])(null),_0x3741bf=(0x0,d[_0x40261b(0x867)])(null),_0x2a2208=(0x0,d['useRef'])(null),_0x209be8=(0x0,d[_0x40261b(0x867)])(null),_0x5a8c2c=(0x0,d[_0x40261b(0x867)])(null),_0x1c41bb=(0x0,d[_0x40261b(0x867)])(null),_0x4f075d=(0x0,d[_0x40261b(0x867)])(null),_0x35b992=(0x0,c[_0x40261b(0x713)])(()=>_0x220df2[_0x40261b(0x315)],_0x220df2[_0x40261b(0x28a)](),!0x1,[_0x220df2]),[_0x3ee8d1,_0x38d3db]=(0x0,d['useState'])(null);if((0x0,d[_0x40261b(0x8a5)])(()=>{const _0x39cd30=_0x40261b;var _0x2d48af;let _0x1ceb71=_0x2a2208['current'],_0x522c4b=_0x3741bf[_0x39cd30(0x1f3)],_0x5ede6c=_0x209be8['current'],_0x3935d5=_0x5a8c2c[_0x39cd30(0x1f3)],_0x1cce16=_0x1c41bb[_0x39cd30(0x1f3)],_0x618a53=_0x4f075d[_0x39cd30(0x1f3)];if(!_0x35b992||!_0x1ceb71||!_0x522c4b||!_0x5ede6c||!_0x3935d5||!_0x1cce16||!_0x618a53)return;let _0x15021d=rr(_0x45b5d3,_0x35b992[_0x39cd30(0x565)],_0x35b992[_0x39cd30(0x666)]);if(!(_0x15021d!=null&&_0x15021d['childUnitId'])||_0x15021d['childType']==null){_0x1ceb71['dataset']['embedFullscreenStatus']=_0x39cd30(0x749);return;}let _0xfe0a33=_0x45b5d3[_0x39cd30(0x53b)](_t)[_0x39cd30(0x53b)](_0x15021d['childType']);if(!(_0xfe0a33!=null&&_0xfe0a33[_0x39cd30(0x538)]['includes'](_0x35b992[_0x39cd30(0x29f)]))){_0x1ceb71['dataset'][_0x39cd30(0x81e)]=_0x39cd30(0x3c6);return;}_0x1ceb71[_0x39cd30(0x964)][_0x39cd30(0x81e)]=_0x39cd30(0x8f3),_0x1ceb71[_0x39cd30(0x964)][_0x39cd30(0x666)]=_0x15021d[_0x39cd30(0x666)],_0x1ceb71[_0x39cd30(0x964)][_0x39cd30(0x6f2)]=_0x15021d[_0x39cd30(0x8bf)],_0x1ceb71['dataset']['embedHostAnchorId']=_0x15021d[_0x39cd30(0x253)],_0x1ceb71['dataset'][_0x39cd30(0x9a7)]=_0x35b992[_0x39cd30(0x29f)],_0x1ceb71[_0x39cd30(0x964)][_0x39cd30(0x266)]=String(_0x15021d[_0x39cd30(0x5c7)]),_0x1ceb71['dataset'][_0x39cd30(0x4d2)]=_0x15021d[_0x39cd30(0x442)];let _0xb2af3b=oe(_0x1ceb71),_0x4a53ab=Wn(_0x15021d,_0x35b992[_0x39cd30(0x29f)],{'viewport':_0x1ceb71,'menuSlot':_0x522c4b,'popupSlot':_0x5ede6c,'footerSlot':_0x618a53}),_0x4d6481={'descriptor':_0x15021d,'layout':_0x35b992[_0x39cd30(0x29f)],'injector':_0x45b5d3,'hostElement':_0x1ceb71,'container':_0x1ceb71,'renderScope':_0x4a53ab,'hostUnitId':_0x15021d['hostUnitId'],'embedId':_0x15021d[_0x39cd30(0x666)],'childUnitId':_0x15021d[_0x39cd30(0x442)],'childType':_0x15021d[_0x39cd30(0x5c7)]},{runtimeScope:_0x4ff7a1,disposable:_0x57c8e8}=ft(_0x4d6481,()=>{},_0xfe0a33[_0x39cd30(0x5ca)]);_0x38d3db({'embedId':_0x15021d[_0x39cd30(0x666)],'injector':_0x4ff7a1['injector'],'sourceInjector':_0x45b5d3,'popupContainer':_0x4ff7a1['roots']['popup']});let _0x3bcf81={..._0x4d6481,'runtimeScope':_0x4ff7a1},_0x199053=Gn({'injector':_0x45b5d3,'descriptor':_0x15021d,'renderScope':_0x4a53ab,'menuRoot':_0x1c3ffe[_0x39cd30(0x1f3)],'menuSlot':_0x522c4b,'popupSlot':_0x5ede6c,'sidebarSlot':_0x3935d5,'rightSidebarSlot':_0x1cce16,'footerSlot':_0x618a53}),_0x5cdee0=(_0x28e4e1,_0x4b3333=!0x1)=>{const _0x9d9bdd=_0x39cd30;var _0x76fb66,_0x141723;let _0x3056ac=(_0x28e4e1==null?void 0x0:_0x28e4e1[_0x9d9bdd(0x1f6)])instanceof Element?_0x28e4e1[_0x9d9bdd(0x1f6)]:null;_0x3056ac!=null&&_0x3056ac['closest'](_0x9d9bdd(0x3e0))||((_0x76fb66=_0x4ff7a1[_0x9d9bdd(0x2a7)])==null||_0x76fb66[_0x9d9bdd(0x5d6)](_0x15021d[_0x9d9bdd(0x442)]),(_0x141723=_0x4ff7a1[_0x9d9bdd(0x2a7)])==null||_0x141723[_0x9d9bdd(0x927)](_0x15021d['childUnitId']),_0x6fbb6c['activateFullscreen'](_0x15021d,{'focusLayout':_0x4b3333}));};_0x5cdee0(void 0x0,!0x0),_0x1ceb71[_0x39cd30(0x7d4)](_0x39cd30(0x888),_0x5cdee0,{'capture':!0x0}),_0x1ceb71[_0x39cd30(0x7d4)](_0x39cd30(0x845),_0x5cdee0);let _0x129f53=(_0x2d48af=_0xfe0a33['mount'])==null?void 0x0:_0x2d48af['call'](_0xfe0a33,_0x3bcf81);_0x15021d[_0x39cd30(0x5c7)]===a[_0x39cd30(0x747)][_0x39cd30(0x8ed)]&&Xt(_0x15021d[_0x39cd30(0x666)],_0x4a53ab[_0x39cd30(0x3c8)]);let _0x49b946=Jn({'injector':_0x45b5d3,'descriptor':_0x15021d,'childContext':_0x3bcf81,'menuContainer':_0x522c4b});return _0x1ceb71['dataset'][_0x39cd30(0x81e)]=_0x39cd30(0x6dc),()=>{const _0xb6b09c=_0x39cd30;_0x38d3db(null),globalThis[_0xb6b09c(0x930)](()=>{const _0x324ecd=_0xb6b09c;_0x1ceb71[_0x324ecd(0x2f5)]('pointerdown',_0x5cdee0,{'capture':!0x0}),_0x1ceb71[_0x324ecd(0x2f5)](_0x324ecd(0x845),_0x5cdee0),_0x49b946==null||_0x49b946[_0x324ecd(0x45b)](),_0x129f53==null||_0x129f53[_0x324ecd(0x45b)](),_0x199053['dispose'](),_0x57c8e8[_0x324ecd(0x45b)](),_0xb2af3b[_0x324ecd(0x45b)](),_0x6fbb6c['clearFullscreen'](_0x15021d),delete _0x1ceb71['dataset'][_0x324ecd(0x81e)],delete _0x1ceb71[_0x324ecd(0x964)][_0x324ecd(0x666)],delete _0x1ceb71[_0x324ecd(0x964)][_0x324ecd(0x6f2)],delete _0x1ceb71['dataset'][_0x324ecd(0x398)],delete _0x1ceb71[_0x324ecd(0x964)][_0x324ecd(0x9a7)],delete _0x1ceb71[_0x324ecd(0x964)][_0x324ecd(0x266)],delete _0x1ceb71[_0x324ecd(0x964)]['embedChildUnitId'],_0x220df2['notifyExited'](_0x35b992);});};},[_0x6fbb6c,_0x220df2,_0x45b5d3,_0x35b992]),!_0x35b992)return null;let _0xf435af=()=>{const _0x40e97e=_0x40261b;_0x220df2[_0x40e97e(0x50d)](_0x35b992[_0x40e97e(0x666)]);};return(0x0,m[_0x40261b(0x9d3)])(_0x40261b(0x7ff),{'className':'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','data-embed-fullscreen-shell':_0x40261b(0x85d),'style':{'zIndex':0x32a},'children':[_0x35b992[_0x40261b(0x5c7)]===a[_0x40261b(0x747)][_0x40261b(0x8d2)]&&(0x0,m['jsx'])('div',{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','data-embed-boards-fullscreen-exit':_0x40261b(0x85d),'title':_0x31ba65['t'](_0x40261b(0x7c8)),'children':(0x0,m['jsxs'])(c[_0x40261b(0x362)],{'noIcon':!0x0,'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','onClick':_0xf435af,'children':[(0x0,m[_0x40261b(0x689)])(u[_0x40261b(0x60e)],{}),(0x0,m[_0x40261b(0x689)])('span',{'children':_0x31ba65['t'](_0x40261b(0x7c8))})]})}),(0x0,m[_0x40261b(0x9d3)])(_0x40261b(0x7ff),{'ref':_0x1c3ffe,'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':_0x40261b(0x85d),'children':[_0x35b992[_0x40261b(0x5c7)]!==a[_0x40261b(0x747)][_0x40261b(0x8d2)]&&(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'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':_0x40261b(0x85d),'children':(0x0,m[_0x40261b(0x9d3)])(l[_0x40261b(0x674)],{'type':'button','size':_0x40261b(0x2fb),'variant':_0x40261b(0x889),'className':_0x40261b(0x2c4),'data-embed-fullscreen-close':_0x40261b(0x85d),'onClick':_0xf435af,'children':[(0x0,m['jsx'])(u[_0x40261b(0x345)],{}),(0x0,m['jsx'])(_0x40261b(0x7a6),{'children':_0x31ba65['t'](_0x40261b(0x7c8))})]})}),(0x0,m['jsx'])(_0x40261b(0x7ff),{'ref':_0x3741bf,'className':_0x40261b(0x484),'data-embed-fullscreen-menu-slot':_0x40261b(0x85d),'data-embed-menu-slot':_0x40261b(0x85d)})]}),(0x0,m['jsxs'])(_0x40261b(0x7ff),{'className':_0x40261b(0x6a2),'data-embed-fullscreen-body':_0x40261b(0x85d),'children':[(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'ref':_0x5a8c2c,'className':_0x40261b(0x2f9),'data-embed-fullscreen-sidebar-slot':_0x40261b(0x85d),'data-embed-id':_0x35b992[_0x40261b(0x666)]}),(0x0,m['jsx'])(_0x40261b(0x7ff),{'ref':_0x2a2208,'className':'univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','data-embed-fullscreen-viewport':'true','onContextMenuCapture':_0x57dafb=>{const _0x51cfa7=_0x40261b;_0x57dafb[_0x51cfa7(0x4fd)]();}}),(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'ref':_0x1c41bb,'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':_0x40261b(0x85d),'data-embed-id':_0x35b992[_0x40261b(0x666)],'children':_0x3ee8d1&&(0x0,m['jsx'])(nr,{..._0x3ee8d1})})]}),(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'ref':_0x4f075d,'className':_0x40261b(0x48e),'data-embed-fullscreen-footer-slot':_0x40261b(0x85d),'data-embed-footer-slot':'true'}),(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'ref':_0x209be8,'className':_0x40261b(0x490),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':_0x40261b(0x85d),'children':_0x3ee8d1&&(0x0,m['jsx'])(tr,{..._0x3ee8d1})})]});}function tr(_0x59ade6){const _0x17420c=_0x1ed4d3;let {embedId:_0x146be5,injector:_0x31eabf,sourceInjector:_0x1e9a62,popupContainer:_0x293c58}=_0x59ade6;return(0x0,m[_0x17420c(0x9d3)])(m[_0x17420c(0x611)],{'children':[(0x0,m[_0x17420c(0x9d3)])(qt,{'injector':_0x31eabf,'mountContainer':_0x293c58,'embedId':_0x146be5,'children':[(0x0,m[_0x17420c(0x689)])(c['ContextMenu'],{}),(0x0,m[_0x17420c(0x689)])(c['CanvasPopup'],{})]}),(0x0,m['jsx'])(qt,{'injector':_0x1e9a62,'mountContainer':_0x293c58,'embedId':_0x146be5,'children':(0x0,m[_0x17420c(0x689)])(c['CanvasPopup'],{})})]});}function nr(_0x339560){const _0x43d793=_0x1ed4d3;let {embedId:_0x390636,injector:_0x5f0fe8,sourceInjector:_0x4957aa,popupContainer:_0x420500}=_0x339560;return(0x0,m['jsxs'])(_0x43d793(0x718),{'className':_0x43d793(0x88a),'children':[(0x0,m[_0x43d793(0x689)])(qt,{'injector':_0x5f0fe8,'mountContainer':_0x420500,'embedId':_0x390636,'children':(0x0,m[_0x43d793(0x689)])(c[_0x43d793(0x6e7)],{})}),(0x0,m[_0x43d793(0x689)])(qt,{'injector':_0x4957aa,'mountContainer':_0x420500,'embedId':_0x390636,'children':(0x0,m[_0x43d793(0x689)])(c[_0x43d793(0x6e7)],{})})]});}function rr(_0x506f95,_0x1e5c79,_0x45034c){const _0x5d614b=_0x1ed4d3;try{return _0x506f95['get'](t[_0x5d614b(0x3b9)])[_0x5d614b(0x5ab)](_0x1e5c79,_0x45034c);}catch{return;}}const ir={};function ar(_0x183795){const _0x469965=_0x1ed4d3;let {stage:_0x4abf5b,interactionFlow:_0x334cfd}=_0x183795,_0x4b92b1=_0x334cfd==='doc-block',_0x559898=_0x4abf5b===_0x469965(0x412)&&!_0x4b92b1,_0xfdd688=_0x4abf5b===_0x469965(0x334)||_0x4b92b1;return{'allowHostBodyDrag':_0x559898,'disableLiveHostPointerEvents':!_0x4b92b1&&(_0x4abf5b===_0x469965(0x23c)||_0x4abf5b===_0x469965(0x412)),'passThroughInteractionGate':_0xfdd688,'runtimeOwnsInteraction':_0xfdd688};}function or(_0x23832b,_0x319fcf){const _0x539562=_0x1ed4d3;var _0x274bea;return(_0x23832b==null?void 0x0:_0x23832b[_0x539562(0x817)])===a['UniverInstanceType'][_0x539562(0x32f)]&&_0x23832b['childType']===a[_0x539562(0x747)]['UNIVER_SHEET']&&!!((_0x274bea=_0x23832b[_0x539562(0x440)])!=null&&_0x274bea['floating'])&&_0x319fcf!=='stage2';}function sr(_0x3db338,_0x10e636){const _0xbd3c43=_0x1ed4d3;return or(_0x3db338,_0x10e636)?_0xbd3c43(0x782):_0xbd3c43(0x313);}function cr(_0x928ea9){const _0x583f34=_0x1ed4d3;var _0x10d331;return _0x928ea9['fullscreen']||((_0x10d331=_0x928ea9[_0x583f34(0x69d)])==null?void 0x0:_0x10d331['embedId'])===_0x928ea9[_0x583f34(0x666)]&&_0x928ea9['active']['stage']===_0x583f34(0x334)||!_0x928ea9['usesDomFloatingStage']&&_0x928ea9[_0x583f34(0x265)]?_0x583f34(0x334):_0x583f34(0x23c);}function lr(_0xf9f285,_0x3670d4){const _0x9c43c4=_0x1ed4d3;return _0xf9f285!==_0x9c43c4(0x6b8)&&_0xf9f285!==_0x9c43c4(0x9d8)||_0x3670d4[_0x9c43c4(0x415)]||_0x3670d4[_0x9c43c4(0x30a)]||_0x3670d4['metaKey']?!0x1:Math[_0x9c43c4(0x8d9)](_0x3670d4[_0x9c43c4(0x942)])>Math[_0x9c43c4(0x8d9)](_0x3670d4[_0x9c43c4(0x579)]);}const ur=Symbol(_0x1ed4d3(0x731)),dr=Symbol(_0x1ed4d3(0x2e0));function fr(_0x5cf88e,_0x3cf1a6){const _0x288801=_0x1ed4d3;var _0x1b7ae2;if(!_0x5cf88e[_0x288801(0x30a)]&&!_0x5cf88e[_0x288801(0x26a)])return!0x1;let _0x9f26cc=_0x3cf1a6[_0x288801(0x8ec)]();return!_0x9f26cc||((_0x1b7ae2=_0x3cf1a6[_0x288801(0x7e7)])==null?void 0x0:_0x1b7ae2[_0x288801(0x5db)](_0x3cf1a6,_0x5cf88e,_0x9f26cc))!==!0x0?!0x1:(_0x3cf1a6[_0x288801(0x866)](_0x288801(0x587)),Hr(_0x5cf88e,!0x0),!0x0);}function pr(_0x205cd4){const _0x4c1ffc=_0x1ed4d3;let _0x5b272a={'activeUntil':0x0},_0x344e67=_0x24a57d=>{const _0x55d0e1=_0x54e0;var _0x454a83;if(vr(_0x24a57d)||((_0x24a57d[_0x55d0e1(0x30a)]||_0x24a57d[_0x55d0e1(0x26a)])&&(_0x5b272a['activeUntil']=0x0),fr(_0x24a57d,_0x205cd4)))return;if(_0x205cd4[_0x55d0e1(0x5c3)]&&_0x205cd4[_0x55d0e1(0x9d5)][_0x55d0e1(0x493)](_0x24a57d)){var _0x3b4fb4;let _0x2fbfbc=_0x205cd4[_0x55d0e1(0x8ec)]();if(_0x2fbfbc&&((_0x3b4fb4=_0x205cd4[_0x55d0e1(0x7e7)])==null?void 0x0:_0x3b4fb4[_0x55d0e1(0x5db)](_0x205cd4,_0x24a57d,_0x2fbfbc))===!0x0||wr(_0x205cd4[_0x55d0e1(0x308)],_0x24a57d)){_0x205cd4[_0x55d0e1(0x866)](_0x55d0e1(0x587)),Hr(_0x24a57d,!0x0);return;}}if(_0x24a57d[_0x55d0e1(0x30a)]||_0x24a57d[_0x55d0e1(0x26a)])return;let _0x5e028b=_0x205cd4[_0x55d0e1(0x2ee)]();if(_0x5e028b==='stage2')return;let _0x5bfc3d=_0x205cd4[_0x55d0e1(0x8ec)](),_0x3669b0=_0x5bfc3d?_0x205cd4['passiveViewportRegistry'][_0x55d0e1(0x53b)](_0x5bfc3d[_0x55d0e1(0x5c7)],_0x5bfc3d[_0x55d0e1(0x29f)]):void 0x0,_0x13773d=gr(_0x24a57d,_0x205cd4[_0x55d0e1(0x45c)]),_0xc9f1f0=_0x5bfc3d?{..._0x5bfc3d,'event':_0x13773d,'stage':_0x5e028b,'viewportScrollY':_0x205cd4['syncHostVerticalScroll']?_0x205cd4[_0x55d0e1(0x6cb)][_0x55d0e1(0x1f3)]:void 0x0}:void 0x0;if(_0x5bfc3d&&Dr(_0x5bfc3d,_0x24a57d,_0x205cd4[_0x55d0e1(0x800)])){var _0x5c2598;if(((_0x5c2598=_0x205cd4[_0x55d0e1(0x7e7)])==null?void 0x0:_0x5c2598[_0x55d0e1(0x5db)](_0x205cd4,_0x24a57d,_0x5bfc3d))===!0x0||wr(_0x205cd4[_0x55d0e1(0x308)],_0x24a57d)){_0x205cd4['invalidate'](_0x55d0e1(0x587)),Hr(_0x24a57d,!0x0);return;}}let _0x3e2d78=_0xc9f1f0?_0x205cd4[_0x55d0e1(0x6fe)]['handleWheel'](_0xc9f1f0):!0x1,_0x3c9949=!_0x3e2d78&&Or(_0x205cd4[_0x55d0e1(0x308)],_0x24a57d),_0x23c6f5=!0x1,_0x35988c=!0x1;!_0x3e2d78&&_0x3c9949?Ar(kr(_0x24a57d),()=>{const _0x51ad7a=_0x55d0e1;var _0x363ac5;return _0x35988c=((_0x363ac5=_0x205cd4[_0x51ad7a(0x20a)])==null?void 0x0:_0x363ac5[_0x51ad7a(0x5db)](_0x205cd4,_0x24a57d))===!0x0;},()=>_0x23c6f5=(_0x3669b0==null?void 0x0:_0x3669b0[_0x55d0e1(0x792)](_0xc9f1f0))===!0x0):_0x3e2d78||(_0x23c6f5=(_0x3669b0==null?void 0x0:_0x3669b0[_0x55d0e1(0x792)](_0xc9f1f0))===!0x0);let _0x595fbb=_0x5e028b===_0x55d0e1(0x23c)&&!_0x3e2d78&&!_0x23c6f5&&!_0x35988c&&!_0x3c9949&&!!_0x3669b0&&!!_0x5bfc3d&&jr(_0x24a57d);if(_0x595fbb&&hr(_0x24a57d,_0x5b272a))return;if(_0x595fbb&&_0x5bfc3d&&((_0x454a83=_0x205cd4[_0x55d0e1(0x7e7)])==null?void 0x0:_0x454a83[_0x55d0e1(0x5db)](_0x205cd4,_0x24a57d,_0x5bfc3d))===!0x0){_0x205cd4['invalidate'](_0x55d0e1(0x587)),Hr(_0x24a57d,!0x0);return;}let _0x12366b=_0x23c6f5||_0x35988c?!0x1:xr(_0x24a57d,_0x205cd4['liveRoot']),_0x2ef83b=_0x23c6f5||_0x35988c||(_0x3c9949||_0x12366b?!0x1:Sr(_0x24a57d,_0x205cd4[_0x55d0e1(0x402)]));if(_0x3e2d78||_0x23c6f5||_0x35988c||_0x12366b||_0x2ef83b){_0x5e028b===_0x55d0e1(0x23c)&&mr(_0x5b272a),Hr(_0x24a57d,!0x1);return;}_0x5e028b===_0x55d0e1(0x412)&&_0x5bfc3d&&jr(_0x24a57d)&&Hr(_0x24a57d,!0x0);},_0x36d9e3=_0x3184aa=>{const _0x132aa4=_0x54e0;var _0x394653;if(_0x205cd4[_0x132aa4(0x2ee)]()!=='stage2'||_0x3184aa[_0x132aa4(0x30a)]||_0x3184aa[_0x132aa4(0x26a)])return;let _0x2669c6=_0x205cd4['getChildContext']();if(_0x2669c6){if(Or(_0x205cd4[_0x132aa4(0x308)],_0x3184aa)){let _0x134687=_0x205cd4['passiveViewportRegistry']['get'](_0x2669c6[_0x132aa4(0x5c7)],_0x2669c6['layout']),_0x4cddcf=gr(_0x3184aa,_0x205cd4[_0x132aa4(0x45c)]),_0x2263a8={..._0x2669c6,'event':_0x4cddcf,'stage':_0x132aa4(0x334),'viewportScrollY':_0x205cd4[_0x132aa4(0x800)]?_0x205cd4[_0x132aa4(0x6cb)][_0x132aa4(0x1f3)]:void 0x0};(Ar(kr(_0x3184aa),()=>{const _0x4e9f9a=_0x132aa4;var _0x6d7db2;return((_0x6d7db2=_0x205cd4[_0x4e9f9a(0x20a)])==null?void 0x0:_0x6d7db2[_0x4e9f9a(0x5db)](_0x205cd4,_0x3184aa))===!0x0;},()=>_0x205cd4[_0x132aa4(0x6fe)][_0x132aa4(0x792)](_0x2263a8)||(_0x134687==null?void 0x0:_0x134687[_0x132aa4(0x792)](_0x2263a8))===!0x0)||jr(_0x3184aa))&&Hr(_0x3184aa,!0x0);return;}Dr(_0x2669c6,_0x3184aa,_0x205cd4['syncHostVerticalScroll'])&&(br(_0x3184aa)||(yr(_0x3184aa),(((_0x394653=_0x205cd4[_0x132aa4(0x7e7)])==null?void 0x0:_0x394653[_0x132aa4(0x5db)](_0x205cd4,_0x3184aa,_0x2669c6))===!0x0||wr(_0x205cd4[_0x132aa4(0x308)],_0x3184aa))&&(_0x205cd4[_0x132aa4(0x866)](_0x132aa4(0x587)),Hr(_0x3184aa,!0x0))));}},_0x9a2764=_0x2ffc87=>{const _0x1588f5=_0x54e0;_0x205cd4[_0x1588f5(0x2ee)]()!=='stage2'||_0x2ffc87[_0x1588f5(0x30a)]||_0x2ffc87[_0x1588f5(0x26a)]||_0x2ffc87[_0x1588f5(0x6eb)]||zr(_0x205cd4[_0x1588f5(0x402)],_0x2ffc87)||!_0x205cd4[_0x1588f5(0x8ec)]()||!jr(_0x2ffc87)||Hr(_0x2ffc87,!0x0);},_0x940757=()=>_0x205cd4[_0x4c1ffc(0x866)](_0x4c1ffc(0x557));return _0x205cd4['gate'][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x344e67,{'passive':!0x1}),_0x205cd4[_0x4c1ffc(0x402)][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x344e67,{'capture':!0x0,'passive':!0x1}),_0x205cd4[_0x4c1ffc(0x308)][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x36d9e3,{'capture':!0x0,'passive':!0x1}),_0x205cd4['liveRoot'][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x36d9e3,{'capture':!0x0,'passive':!0x1}),_0x205cd4[_0x4c1ffc(0x308)][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x9a2764,{'passive':!0x1}),_0x205cd4[_0x4c1ffc(0x402)][_0x4c1ffc(0x7d4)]('scroll',_0x940757,!0x0),(0x0,a[_0x4c1ffc(0x64a)])(()=>{const _0xb83d0f=_0x4c1ffc;_0x205cd4[_0xb83d0f(0x356)][_0xb83d0f(0x2f5)]('wheel',_0x344e67),_0x205cd4[_0xb83d0f(0x402)][_0xb83d0f(0x2f5)]('wheel',_0x344e67,{'capture':!0x0}),_0x205cd4[_0xb83d0f(0x308)][_0xb83d0f(0x2f5)](_0xb83d0f(0x798),_0x36d9e3,{'capture':!0x0}),_0x205cd4['liveRoot'][_0xb83d0f(0x2f5)]('wheel',_0x36d9e3,{'capture':!0x0}),_0x205cd4[_0xb83d0f(0x308)][_0xb83d0f(0x2f5)]('wheel',_0x9a2764),_0x205cd4[_0xb83d0f(0x402)]['removeEventListener']('scroll',_0x940757,!0x0);});}function mr(_0x168fb6){const _0x27d441=_0x1ed4d3;_0x168fb6[_0x27d441(0x3ed)]=Date[_0x27d441(0x8e7)]()+0xb4;}function hr(_0xea4390,_0xe68c07){const _0x5dc71a=_0x1ed4d3;return Date[_0x5dc71a(0x8e7)]()>=_0xe68c07[_0x5dc71a(0x3ed)]?!0x1:(mr(_0xe68c07),Hr(_0xea4390,!0x0),!0x0);}function gr(_0x456c4e,_0x92053){const _0x1b8373=_0x1ed4d3;return typeof _0x92053!=_0x1b8373(0x584)||!Number[_0x1b8373(0x8cd)](_0x92053)||_0x92053<=0x0||_0x92053===0x1?_0x456c4e:new WheelEvent(_0x456c4e[_0x1b8373(0x5a7)],{'altKey':_0x456c4e[_0x1b8373(0x5e6)],'bubbles':_0x456c4e['bubbles'],'cancelable':_0x456c4e['cancelable'],'clientX':_0x456c4e[_0x1b8373(0x5a8)],'clientY':_0x456c4e[_0x1b8373(0x576)],'ctrlKey':_0x456c4e[_0x1b8373(0x30a)],'deltaMode':_0x456c4e[_0x1b8373(0x590)],'deltaX':_0x456c4e[_0x1b8373(0x579)]/_0x92053,'deltaY':_0x456c4e[_0x1b8373(0x942)]/_0x92053,'deltaZ':_0x456c4e['deltaZ']/_0x92053,'metaKey':_0x456c4e[_0x1b8373(0x26a)],'shiftKey':_0x456c4e[_0x1b8373(0x415)]});}function _r(_0x2ea0b6,_0x2c12fb){const _0x3bdce3=_0x1ed4d3;let _0x1f969f=new WheelEvent(_0x3bdce3(0x798),{'clientX':_0x2ea0b6['clientX'],'clientY':_0x2ea0b6[_0x3bdce3(0x576)],'ctrlKey':_0x2ea0b6[_0x3bdce3(0x30a)],'deltaMode':_0x2ea0b6[_0x3bdce3(0x590)],'deltaX':_0x2ea0b6[_0x3bdce3(0x579)],'deltaY':_0x2ea0b6[_0x3bdce3(0x942)],'deltaZ':_0x2ea0b6[_0x3bdce3(0x6c7)],'metaKey':_0x2ea0b6[_0x3bdce3(0x26a)],'shiftKey':_0x2ea0b6[_0x3bdce3(0x415)],..._0x2c12fb});return Object[_0x3bdce3(0x456)](_0x1f969f,ur,{'configurable':!0x0,'value':_0x2ea0b6}),_0x1f969f;}function vr(_0x4a351a){return!!_0x4a351a&&_0x4a351a[ur]instanceof WheelEvent;}function yr(_0x3e78a1){const _0x3922cb=_0x1ed4d3;Object[_0x3922cb(0x456)](_0x3e78a1,dr,{'configurable':!0x0,'value':!0x0});}function br(_0x3d7e16){return!!_0x3d7e16[dr];}function xr(_0x23501f,_0x21fe70){const _0x439f85=_0x1ed4d3;let _0x31b5da=Lr(_0x21fe70,_0x23501f['clientX'],_0x23501f[_0x439f85(0x576)])??_0x21fe70,_0x146aac=_r(_0x23501f,{'bubbles':!0x0,'cancelable':!0x0});return _0x31b5da[_0x439f85(0x95d)](_0x146aac),_0x146aac[_0x439f85(0x6eb)];}function Sr(_0x945f7b,_0xa3cc73){const _0x33d076=_0x1ed4d3;let _0x15c010=Rr(Lr(_0xa3cc73,_0x945f7b[_0x33d076(0x5a8)],_0x945f7b['clientY'])??_0xa3cc73,_0xa3cc73,_0x945f7b);return _0x15c010?Cr(_0x945f7b,_0x15c010):!0x1;}function Cr(_0x5e2fe4,_0xe40cdf){const _0x56cb72=_0x1ed4d3;let _0x2fc302=kr(_0x5e2fe4),_0x2522a7=_0x5e2fe4[_0x56cb72(0x415)]?0x0:_0x5e2fe4[_0x56cb72(0x942)],_0x4bd941=_0xe40cdf[_0x56cb72(0x35b)],_0x5f354b=_0xe40cdf[_0x56cb72(0x63f)];return _0x2fc302&&(_0xe40cdf[_0x56cb72(0x35b)]+=_0x2fc302),_0x2522a7&&(_0xe40cdf['scrollTop']+=_0x2522a7),_0xe40cdf['scrollLeft']!==_0x4bd941||_0xe40cdf[_0x56cb72(0x63f)]!==_0x5f354b;}function wr(_0x1143e8,_0x51f407){const _0x127798=_0x1ed4d3;let _0x89e81=Tr(_0x1143e8);if(!_0x89e81)return Pr(_0x1143e8['ownerDocument'][_0x127798(0x235)],_0x1143e8,_0x51f407);if(!Ir(_0x89e81))return Pr(_0x89e81,_0x1143e8,_0x51f407);let _0x2382b2=_0x89e81[_0x127798(0x63f)];return _0x89e81[_0x127798(0x63f)]+=_0x51f407['deltaY'],_0x89e81[_0x127798(0x63f)]!==_0x2382b2;}function Tr(_0x2010bf){const _0x203a4c=_0x1ed4d3;let _0x389431=_0x2010bf[_0x203a4c(0x986)];for(;_0x389431&&_0x389431!==document['body']&&_0x389431!==document['documentElement'];){if(_0x389431[_0x203a4c(0x5da)]>_0x389431[_0x203a4c(0x3b8)]&&Er(_0x389431))return _0x389431;_0x389431=_0x389431[_0x203a4c(0x986)];}return null;}function Er(_0x55d6d7){const _0x4829e7=_0x1ed4d3;let _0x143797=window[_0x4829e7(0x4cb)](_0x55d6d7);return _0x143797[_0x4829e7(0x284)]===_0x4829e7(0x42a)||_0x143797[_0x4829e7(0x284)]===_0x4829e7(0x7ce)||_0x143797['overflow']===_0x4829e7(0x7d7)||_0x143797[_0x4829e7(0x8eb)]===_0x4829e7(0x42a)||_0x143797[_0x4829e7(0x8eb)]==='scroll'||_0x143797[_0x4829e7(0x8eb)]===_0x4829e7(0x7d7);}function Dr(_0x31338b,_0x45b2c3,_0x227095){const _0x400e50=_0x1ed4d3;var _0x51d879;return _0x227095||((_0x51d879=_0x31338b[_0x400e50(0x3e8)][_0x400e50(0x440)])==null?void 0x0:_0x51d879[_0x400e50(0x3f1)])==='host'?Nr(_0x45b2c3):lr(_0x31338b['layout'],_0x45b2c3);}function Or(_0x3f6df2,_0x24c874){const _0x1a836a=_0x1ed4d3;return!!_0x3f6df2[_0x1a836a(0x6bc)]('[data-embed-docs-custom-block-sheet-like=\x22true\x22]')&&Mr(_0x24c874);}function kr(_0x439c5e){const _0x1919ab=_0x1ed4d3;return _0x439c5e[_0x1919ab(0x579)]||(_0x439c5e[_0x1919ab(0x415)]?_0x439c5e[_0x1919ab(0x942)]:0x0);}function Ar(_0x4438ad,_0x7b0d7a,_0x585c7a){return _0x4438ad>0x0?_0x7b0d7a()||_0x585c7a():_0x585c7a()||_0x7b0d7a();}function jr(_0x478d70){return Mr(_0x478d70)||Nr(_0x478d70);}function Mr(_0x3011e6){const _0x16928f=_0x1ed4d3;if(_0x3011e6[_0x16928f(0x30a)]||_0x3011e6[_0x16928f(0x26a)])return!0x1;let _0x32d86f=kr(_0x3011e6),_0x346065=_0x3011e6[_0x16928f(0x415)]?0x0:_0x3011e6[_0x16928f(0x942)];return Math[_0x16928f(0x8d9)](_0x32d86f)>Math['abs'](_0x346065);}function Nr(_0x953138){const _0x5de243=_0x1ed4d3;return _0x953138[_0x5de243(0x415)]||_0x953138[_0x5de243(0x30a)]||_0x953138['metaKey']?!0x1:Math['abs'](_0x953138['deltaY'])>Math[_0x5de243(0x8d9)](_0x953138[_0x5de243(0x579)]);}function Pr(_0x2d6141,_0x21ae7b,_0x14c24a){const _0xd9ff6d=_0x1ed4d3;let _0x45364c=Array[_0xd9ff6d(0x8dc)](_0x2d6141[_0xd9ff6d(0x7d0)](_0xd9ff6d(0x2a6)))[_0xd9ff6d(0x961)](_0x3d9bb6=>!_0x21ae7b[_0xd9ff6d(0x495)](_0x3d9bb6));return _0x45364c?(_0x45364c[_0xd9ff6d(0x95d)](_r(_0x14c24a,{'bubbles':!0x0,'cancelable':!0x0,...Fr(_0x45364c,_0x21ae7b,_0x14c24a)})),!0x0):!0x1;}function Fr(_0xb96b96,_0x451ae8,_0x4ff315){const _0x30b02d=_0x1ed4d3;if(!Br(_0x451ae8,_0x4ff315[_0x30b02d(0x5a8)],_0x4ff315[_0x30b02d(0x576)]))return{'clientX':_0x4ff315[_0x30b02d(0x5a8)],'clientY':_0x4ff315[_0x30b02d(0x576)]};let _0x4fe98e=_0xb96b96[_0x30b02d(0x455)](),_0x216ad2=Math[_0x30b02d(0x451)](0x18,Math[_0x30b02d(0x287)](0x4,Math[_0x30b02d(0x451)](_0x4fe98e[_0x30b02d(0x754)],_0x4fe98e[_0x30b02d(0x33c)])/0x8)),_0xe4b56c=[{'clientX':_0x4fe98e[_0x30b02d(0x2f6)]+_0x216ad2,'clientY':_0x4fe98e[_0x30b02d(0x578)]+_0x216ad2},{'clientX':_0x4fe98e[_0x30b02d(0x770)]-_0x216ad2,'clientY':_0x4fe98e['top']+_0x216ad2},{'clientX':_0x4fe98e['left']+_0x216ad2,'clientY':_0x4fe98e[_0x30b02d(0x976)]-_0x216ad2},{'clientX':_0x4fe98e[_0x30b02d(0x770)]-_0x216ad2,'clientY':_0x4fe98e[_0x30b02d(0x976)]-_0x216ad2},{'clientX':_0x4fe98e['left']+_0x4fe98e[_0x30b02d(0x754)]/0x2,'clientY':_0x4fe98e['top']+_0x4fe98e[_0x30b02d(0x33c)]/0x2}];return _0xe4b56c[_0x30b02d(0x961)](_0x5539b3=>!Br(_0x451ae8,_0x5539b3[_0x30b02d(0x5a8)],_0x5539b3[_0x30b02d(0x576)]))??_0xe4b56c[0x0];}function Ir(_0x138829){const _0x505654=_0x1ed4d3;let _0x4d025f=window['getComputedStyle'](_0x138829);return _0x4d025f[_0x505654(0x284)]===_0x505654(0x42a)||_0x4d025f['overflow']==='scroll'||_0x4d025f[_0x505654(0x8eb)]==='auto'||_0x4d025f[_0x505654(0x8eb)]==='scroll';}function Lr(_0x276128,_0x3dfb29,_0x477e26){const _0x665fdd=_0x1ed4d3;if(!Br(_0x276128,_0x3dfb29,_0x477e26))return null;let _0x2b9ab6=_0x276128[_0x665fdd(0x2f2)][_0x665fdd(0x926)];if(typeof _0x2b9ab6=='function'){let _0x4c7b90=_0x2b9ab6[_0x665fdd(0x5db)](_0x276128[_0x665fdd(0x2f2)],_0x3dfb29,_0x477e26)[_0x665fdd(0x961)](_0x42ad3f=>_0x42ad3f instanceof HTMLElement&&_0x276128['contains'](_0x42ad3f));if(_0x4c7b90)return _0x4c7b90;}let _0x3c215b=_0x276128,_0x490726=_0x295a94=>{const _0x257d7a=_0x665fdd;let _0x817797=Array[_0x257d7a(0x8dc)](_0x295a94['children']);for(let _0x9e766b=_0x817797[_0x257d7a(0x9ba)]-0x1;_0x9e766b>=0x0;_0x9e766b--){let _0x5c021a=_0x817797[_0x9e766b];if(!(!(_0x5c021a instanceof HTMLElement)||!Br(_0x5c021a,_0x3dfb29,_0x477e26))){_0x3c215b=_0x5c021a,_0x490726(_0x5c021a);return;}}};return _0x490726(_0x276128),_0x3c215b;}function Rr(_0x254c34,_0xef0e67,_0x27aa8b){const _0x214edd=_0x1ed4d3;let _0x572c59=kr(_0x27aa8b),_0x123c24=_0x27aa8b[_0x214edd(0x415)]?0x0:_0x27aa8b[_0x214edd(0x942)],_0x5f2082=_0x254c34;for(;_0x5f2082&&_0xef0e67[_0x214edd(0x495)](_0x5f2082);){if(Vr(_0x5f2082,_0x572c59,_0x123c24))return _0x5f2082;_0x5f2082=_0x5f2082[_0x214edd(0x986)];}return Vr(_0xef0e67,_0x572c59,_0x123c24)?_0xef0e67:null;}function zr(_0x53cf0a,_0x27b400){const _0x48eb98=_0x1ed4d3;return Rr(Lr(_0x53cf0a,_0x27b400[_0x48eb98(0x5a8)],_0x27b400[_0x48eb98(0x576)])??_0x53cf0a,_0x53cf0a,_0x27b400);}function Br(_0x276f4b,_0x366378,_0x20d0e4){const _0x12cb93=_0x1ed4d3;let _0xc279c2=_0x276f4b[_0x12cb93(0x455)]();return _0x366378>=_0xc279c2[_0x12cb93(0x2f6)]&&_0x366378<=_0xc279c2['right']&&_0x20d0e4>=_0xc279c2['top']&&_0x20d0e4<=_0xc279c2[_0x12cb93(0x976)];}function Vr(_0x363dca,_0x3f05bf,_0x22d9f5){const _0x3be692=_0x1ed4d3;let _0x135bd6=_0x3f05bf!==0x0&&_0x363dca['scrollWidth']>_0x363dca[_0x3be692(0x36f)]&&(_0x3f05bf<0x0?_0x363dca['scrollLeft']>0x0:_0x363dca[_0x3be692(0x35b)]+_0x363dca[_0x3be692(0x36f)]<_0x363dca['scrollWidth']),_0x2acabd=_0x22d9f5!==0x0&&_0x363dca['scrollHeight']>_0x363dca[_0x3be692(0x3b8)]&&(_0x22d9f5<0x0?_0x363dca['scrollTop']>0x0:_0x363dca['scrollTop']+_0x363dca['clientHeight']<_0x363dca[_0x3be692(0x5da)]);return _0x135bd6||_0x2acabd;}function Hr(_0x20f78d,_0x41c91e){const _0x461c5e=_0x1ed4d3;_0x20f78d[_0x461c5e(0x4fd)](),_0x20f78d[_0x461c5e(0x94b)](),_0x41c91e&&_0x20f78d[_0x461c5e(0x645)]();}var Ur=class{constructor(){const _0x2a7d0a=_0x1ed4d3;B(this,_0x2a7d0a(0x1fa),new f[(_0x2a7d0a(0x464))]()),B(this,_0x2a7d0a(0x6ad),new Map()),B(this,'_entriesByEmbedId',new Map()),B(this,_0x2a7d0a(0x39b),new Map()),B(this,_0x2a7d0a(0x376),[]),B(this,_0x2a7d0a(0x4d6),!0x1),B(this,_0x2a7d0a(0x5ad),null);}[_0x1ed4d3(0x96e)](_0x2170fc){const _0x249c02=_0x1ed4d3;return this[_0x249c02(0x6ad)][_0x249c02(0x753)](_0x2170fc['childType'],_0x2170fc),(0x0,a[_0x249c02(0x64a)])(()=>{const _0x5b97e5=_0x249c02;this[_0x5b97e5(0x6ad)][_0x5b97e5(0x53b)](_0x2170fc[_0x5b97e5(0x5c7)])===_0x2170fc&&this['_providers'][_0x5b97e5(0x74c)](_0x2170fc[_0x5b97e5(0x5c7)]);});}['getProvider'](_0x1244e1){const _0x55000d=_0x1ed4d3;return this[_0x55000d(0x6ad)][_0x55000d(0x53b)](_0x1244e1);}[_0x1ed4d3(0x8cf)](_0x522302){const _0x521edf=_0x1ed4d3;return this[_0x521edf(0x9b4)]['get'](_0x522302);}[_0x1ed4d3(0x9a8)](_0x4cd1a1){const _0x427a9c=_0x1ed4d3;let _0x9a7784=this[_0x427a9c(0x5ee)](_0x4cd1a1),_0x175c50=this[_0x427a9c(0x39b)][_0x427a9c(0x53b)](_0x9a7784);if(_0x175c50&&(_0x175c50['status']===_0x427a9c(0x55b)||_0x175c50[_0x427a9c(0x4db)]===_0x427a9c(0x313)))return _0x175c50;let _0x396bd8=this['_entriesByEmbedId'][_0x427a9c(0x53b)](_0x4cd1a1[_0x427a9c(0x3e8)][_0x427a9c(0x666)]),_0x313f0d={'embedId':_0x4cd1a1[_0x427a9c(0x3e8)][_0x427a9c(0x666)],'childUnitId':_0x4cd1a1['childUnitId'],'childType':_0x4cd1a1['childType'],'status':_0x427a9c(0x55b),'width':Math[_0x427a9c(0x287)](0x1,Math[_0x427a9c(0x66f)](_0x4cd1a1['width'])),'height':Math[_0x427a9c(0x287)](0x1,Math['round'](_0x4cd1a1['height'])),'dpr':_0x4cd1a1[_0x427a9c(0x862)],'viewState':_0x4cd1a1[_0x427a9c(0x476)]??(_0x396bd8==null?void 0x0:_0x396bd8['viewState']),'revision':((_0x396bd8==null?void 0x0:_0x396bd8[_0x427a9c(0x3bc)])??0x0)+0x1,'updatedAt':Date[_0x427a9c(0x8e7)]()};return this['_entriesByKey'][_0x427a9c(0x753)](_0x9a7784,_0x313f0d),this[_0x427a9c(0x9b4)][_0x427a9c(0x753)](_0x313f0d[_0x427a9c(0x666)],_0x313f0d),this[_0x427a9c(0x376)][_0x427a9c(0x2fa)](_0x4cd1a1),this[_0x427a9c(0x760)](),this[_0x427a9c(0x1fa)][_0x427a9c(0x592)](_0x313f0d),_0x313f0d;}async[_0x1ed4d3(0x482)](_0x2d466d){const _0x2c0c98=_0x1ed4d3;let _0x1091a9=this[_0x2c0c98(0x6ad)][_0x2c0c98(0x53b)](_0x2d466d[_0x2c0c98(0x5c7)]);if(!_0x1091a9)return;let _0x9fe405=await _0x1091a9[_0x2c0c98(0x482)](_0x2d466d);return this[_0x2c0c98(0x5a0)](_0x2d466d['embedId'],_0x9fe405),_0x9fe405;}async[_0x1ed4d3(0x998)](_0xb55ee3,_0x49a963){const _0x306e88=_0x1ed4d3;if(_0x49a963==null)return;let _0x48bee7=this[_0x306e88(0x6ad)][_0x306e88(0x53b)](_0xb55ee3[_0x306e88(0x5c7)]);await(_0x48bee7==null?void 0x0:_0x48bee7[_0x306e88(0x998)](_0xb55ee3,_0x49a963));}[_0x1ed4d3(0x5a0)](_0x13d237,_0x31c422){const _0x519e81=_0x1ed4d3;let _0x527491=this['_entriesByEmbedId'][_0x519e81(0x53b)](_0x13d237);if(!_0x527491){let _0x1f5156={'embedId':_0x13d237,'childUnitId':'','childType':void 0x0,'status':_0x519e81(0x560),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x31c422,'revision':0x0,'updatedAt':Date[_0x519e81(0x8e7)]()};this[_0x519e81(0x9b4)][_0x519e81(0x753)](_0x13d237,_0x1f5156),this[_0x519e81(0x1fa)][_0x519e81(0x592)](_0x1f5156);return;}_0x527491[_0x519e81(0x476)]=_0x31c422,_0x527491[_0x519e81(0x2c7)]=Date[_0x519e81(0x8e7)](),this['previewUpdated$'][_0x519e81(0x592)](_0x527491);}['markStale'](_0x3f0f15,_0x37be4a){const _0xb103cb=_0x1ed4d3;let _0x24b0ea=this[_0xb103cb(0x9b4)]['get'](_0x3f0f15);_0x24b0ea&&(_0x24b0ea[_0xb103cb(0x4db)]=_0xb103cb(0x560),_0x24b0ea['error']=_0x37be4a,_0x24b0ea['updatedAt']=Date[_0xb103cb(0x8e7)](),this[_0xb103cb(0x1fa)][_0xb103cb(0x592)](_0x24b0ea));}['invalidate'](_0x3e8c9a){const _0x4cf7f3=_0x1ed4d3;let _0x5ee837=this[_0x4cf7f3(0x9b4)]['get'](_0x3e8c9a);this[_0x4cf7f3(0x9b4)][_0x4cf7f3(0x74c)](_0x3e8c9a),_0x5ee837&&Array[_0x4cf7f3(0x8dc)](this[_0x4cf7f3(0x39b)][_0x4cf7f3(0x2f3)]())[_0x4cf7f3(0x360)](([_0x55d6e5,_0x3e3c24])=>{const _0x2877f8=_0x4cf7f3;_0x3e3c24[_0x2877f8(0x666)]===_0x3e8c9a&&this[_0x2877f8(0x39b)][_0x2877f8(0x74c)](_0x55d6e5);});}[_0x1ed4d3(0x5ee)](_0x79c632){const _0x4c925d=_0x1ed4d3;return[_0x79c632[_0x4c925d(0x3e8)][_0x4c925d(0x666)],_0x79c632[_0x4c925d(0x442)],_0x79c632['childType'],Math[_0x4c925d(0x287)](0x1,Math[_0x4c925d(0x66f)](_0x79c632[_0x4c925d(0x754)])),Math[_0x4c925d(0x287)](0x1,Math[_0x4c925d(0x66f)](_0x79c632[_0x4c925d(0x33c)])),_0x79c632[_0x4c925d(0x862)]][_0x4c925d(0x786)]('::');}async['flushForTests'](){const _0x3219d3=_0x1ed4d3;for(;this[_0x3219d3(0x376)][_0x3219d3(0x9ba)]>0x0||this[_0x3219d3(0x4d6)]||this['_activeDrain'];)await(this[_0x3219d3(0x5ad)]??Promise[_0x3219d3(0x70a)]()),await Promise['resolve']();}[_0x1ed4d3(0x45b)](){const _0x11462a=_0x1ed4d3;this[_0x11462a(0x6ad)][_0x11462a(0x9c2)](),this[_0x11462a(0x9b4)][_0x11462a(0x9c2)](),this[_0x11462a(0x39b)][_0x11462a(0x9c2)](),this[_0x11462a(0x376)][_0x11462a(0x9ba)]=0x0,this[_0x11462a(0x1fa)][_0x11462a(0x7e3)]();}['_drainQueue'](){const _0x5296c3=_0x1ed4d3;this[_0x5296c3(0x4d6)]||this[_0x5296c3(0x5ad)]||(this[_0x5296c3(0x5ad)]=this[_0x5296c3(0x904)]()['finally'](()=>{const _0x51e7c9=_0x5296c3;this[_0x51e7c9(0x5ad)]=null;}));}async[_0x1ed4d3(0x904)](){const _0x26c225=_0x1ed4d3;if(!this[_0x26c225(0x4d6)]){this['_rendering']=!0x0;try{for(;this[_0x26c225(0x376)][_0x26c225(0x9ba)]>0x0;)await this[_0x26c225(0x9d1)](this[_0x26c225(0x376)][_0x26c225(0x271)]());}finally{this['_rendering']=!0x1;}}}async['_renderOne'](_0x51cf6b){const _0x4d776b=_0x1ed4d3;let _0xd089a5=this[_0x4d776b(0x5ee)](_0x51cf6b),_0x96d1e3=this[_0x4d776b(0x39b)][_0x4d776b(0x53b)](_0xd089a5);if(!_0x96d1e3||_0x96d1e3[_0x4d776b(0x4db)]!==_0x4d776b(0x55b))return;let _0x3ef2b9=this[_0x4d776b(0x6ad)][_0x4d776b(0x53b)](_0x51cf6b['childType']),_0x20c049=this['_findPreviousReadyEntry'](_0x96d1e3[_0x4d776b(0x666)],_0x96d1e3);if(!_0x3ef2b9){let _0xb27a8d=_0x51cf6b[_0x4d776b(0x44e)]?jt(_0x51cf6b[_0x4d776b(0x44e)]):void 0x0;if(_0xb27a8d){_0x96d1e3[_0x4d776b(0x8f8)]=_0xb27a8d,_0x96d1e3['status']=_0x4d776b(0x313),_0x96d1e3['updatedAt']=Date[_0x4d776b(0x8e7)](),this['_entriesByEmbedId'][_0x4d776b(0x753)](_0x96d1e3[_0x4d776b(0x666)],_0x96d1e3),this['previewUpdated$'][_0x4d776b(0x592)](_0x96d1e3);return;}this[_0x4d776b(0x9a3)](_0x96d1e3,_0x20c049,Error(_0x4d776b(0x740)+_0x51cf6b[_0x4d776b(0x5c7)]));return;}try{let _0x53a323=await _0x3ef2b9[_0x4d776b(0x7ab)]({..._0x51cf6b,'width':_0x96d1e3[_0x4d776b(0x754)],'height':_0x96d1e3[_0x4d776b(0x33c)],'viewState':_0x96d1e3['viewState']});if(this[_0x4d776b(0x39b)][_0x4d776b(0x53b)](_0xd089a5)!==_0x96d1e3||_0x96d1e3['status']!=='pending')return;if(!_0x53a323){this[_0x4d776b(0x9a3)](_0x96d1e3,_0x20c049,Error(_0x4d776b(0x6cc)));return;}_0x96d1e3[_0x4d776b(0x8f8)]=_0x53a323,_0x96d1e3[_0x4d776b(0x4db)]=_0x4d776b(0x313),_0x96d1e3[_0x4d776b(0x2c7)]=Date[_0x4d776b(0x8e7)](),this['_entriesByEmbedId']['set'](_0x96d1e3['embedId'],_0x96d1e3),this[_0x4d776b(0x1fa)][_0x4d776b(0x592)](_0x96d1e3);}catch(_0x1d603f){this[_0x4d776b(0x9a3)](_0x96d1e3,_0x20c049,_0x1d603f);}}['_findPreviousReadyEntry'](_0xe8eac8,_0x3d6384){const _0x5218d3=_0x1ed4d3;let _0x1a1480=this[_0x5218d3(0x9b4)]['get'](_0xe8eac8);return _0x1a1480&&_0x1a1480!==_0x3d6384&&_0x1a1480[_0x5218d3(0x8f8)]?_0x1a1480:Array[_0x5218d3(0x8dc)](this[_0x5218d3(0x39b)]['values']())['reverse']()[_0x5218d3(0x961)](_0x54dc8f=>_0x54dc8f[_0x5218d3(0x666)]===_0xe8eac8&&_0x54dc8f!==_0x3d6384&&_0x54dc8f[_0x5218d3(0x8f8)]);}['_setRenderFailure'](_0x1be433,_0x1e2ee9,_0x20c107){const _0x330eea=_0x1ed4d3;_0x1be433[_0x330eea(0x4db)]=_0x1e2ee9!=null&&_0x1e2ee9[_0x330eea(0x8f8)]?'stale':_0x330eea(0x9d0),_0x1be433['image']=_0x1e2ee9==null?void 0x0:_0x1e2ee9[_0x330eea(0x8f8)],_0x1be433['viewState']=_0x1be433[_0x330eea(0x476)]??(_0x1e2ee9==null?void 0x0:_0x1e2ee9['viewState']),_0x1be433[_0x330eea(0x9d0)]=_0x20c107,_0x1be433[_0x330eea(0x2c7)]=Date['now'](),this['_entriesByEmbedId'][_0x330eea(0x753)](_0x1be433[_0x330eea(0x666)],_0x1be433),this[_0x330eea(0x1fa)][_0x330eea(0x592)](_0x1be433);}},Wr=class{constructor(){const _0x444d36=_0x1ed4d3;B(this,_0x444d36(0x462),new Map()),B(this,_0x444d36(0x7b6),new f[(_0x444d36(0x464))]()),B(this,'geometryInvalidated$',this[_0x444d36(0x7b6)][_0x444d36(0x7bc)]());}[_0x1ed4d3(0x22c)](_0x134878){const _0x735fb4=_0x1ed4d3;return this['_registrations'][_0x735fb4(0x753)](_0x134878[_0x735fb4(0x666)],_0x134878),this[_0x735fb4(0x866)]({'embedId':_0x134878[_0x735fb4(0x666)],'reason':'manual'}),(0x0,a['toDisposable'])(()=>{const _0x57188b=_0x735fb4;this[_0x57188b(0x462)][_0x57188b(0x53b)](_0x134878[_0x57188b(0x666)])===_0x134878&&(this['_registrations']['delete'](_0x134878[_0x57188b(0x666)]),this['invalidate']({'embedId':_0x134878[_0x57188b(0x666)],'reason':_0x57188b(0x74a)}));});}[_0x1ed4d3(0x568)](_0x1f34d2){const _0x1c539a=_0x1ed4d3;return this[_0x1c539a(0x462)][_0x1c539a(0x53b)](_0x1f34d2);}['getRegistrationByChildUnitId'](_0x5b013a){const _0x245ed6=_0x1ed4d3;return Array[_0x245ed6(0x8dc)](this[_0x245ed6(0x462)]['values']())[_0x245ed6(0x961)](_0x334505=>_0x334505[_0x245ed6(0x442)]===_0x5b013a);}['invalidate'](_0x5c29b6){const _0x2699ee=_0x1ed4d3;this[_0x2699ee(0x7b6)][_0x2699ee(0x592)](_0x5c29b6);}};let Gr=class{constructor(_0x231c14,_0x17325e,_0x5442ca,_0x54b89d){const _0x47dbca=_0x1ed4d3;this[_0x47dbca(0x304)]=_0x231c14,this[_0x47dbca(0x8b8)]=_0x17325e,this['_hostAdapterRegistry']=_0x5442ca,this[_0x47dbca(0x3ae)]=_0x54b89d;}async[_0x1ed4d3(0x7ef)](_0x439a11){const _0x1caff1=_0x1ed4d3;return this[_0x1caff1(0x8b8)][_0x1caff1(0x7ef)](_0x439a11);}async['restoreEmbed'](_0x3f7c05){const _0x34dbc7=_0x1ed4d3;let _0x35dd63=_0x3f7c05[_0x34dbc7(0x3e8)],_0x162729=_0x3f7c05[_0x34dbc7(0x2c2)]??this[_0x34dbc7(0x45f)][_0x34dbc7(0x5ec)]({'embedId':_0x35dd63[_0x34dbc7(0x666)],'hostUnitId':_0x35dd63[_0x34dbc7(0x565)],'hostType':_0x35dd63[_0x34dbc7(0x817)],'entry':_0x35dd63[_0x34dbc7(0x8bf)],'hostAnchorId':_0x35dd63[_0x34dbc7(0x253)],'hostContext':_0x3f7c05[_0x34dbc7(0x588)],'descriptor':_0x35dd63});return this['_modelService'][_0x34dbc7(0x716)](_0x35dd63[_0x34dbc7(0x565)],_0x35dd63),this['_anchorModelService'][_0x34dbc7(0x4eb)](_0x162729),this[_0x34dbc7(0x304)][_0x34dbc7(0x5ab)](_0x35dd63['hostUnitId'],_0x35dd63['embedId']);}};Gr=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x3b9)])),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x8a6)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x6ff)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x933)]))],Gr);function Kr(_0x2ecf45){const _0x1f00e4=_0x1ed4d3;var _0x1a412e;if(!_0x2ecf45)return;let _0x154dcf=((_0x1a412e=_0x2ecf45[_0x1f00e4(0x6bc)](_0x1f00e4(0x2f4)))==null?void 0x0:_0x1a412e[_0x1f00e4(0x2d4)]('data-embed-interaction-boundary-owner'))??void 0x0,_0x3fdc3c=qr(_0x2ecf45,_0x154dcf),_0xf20d12=(_0x3fdc3c==null?void 0x0:_0x3fdc3c['getAttribute'](_0x1f00e4(0x56e)))??_0x154dcf;if(_0xf20d12)return{'embedId':_0xf20d12,'hostUnitId':(_0x3fdc3c==null?void 0x0:_0x3fdc3c[_0x1f00e4(0x2d4)](_0x1f00e4(0x734)))??void 0x0,'childUnitId':(_0x3fdc3c==null?void 0x0:_0x3fdc3c[_0x1f00e4(0x2d4)](c['EMBED_CHILD_UNIT_ID_ATTRIBUTE']))??void 0x0,'childType':Yr(_0x3fdc3c)};}function qr(_0x917251,_0x108495){const _0x199966=_0x1ed4d3;let _0x100dbe=_0x917251==null?void 0x0:_0x917251[_0x199966(0x6bc)]('[data-embed-float-dom=\x22true\x22]');if(_0x100dbe&&(!_0x108495||_0x100dbe['getAttribute'](_0x199966(0x56e))===_0x108495))return _0x100dbe;let _0x549242=(_0x917251==null?void 0x0:_0x917251[_0x199966(0x2f2)])??(typeof document>'u'?void 0x0:document);return!_0x549242||!_0x108495?_0x100dbe??void 0x0:_0x549242[_0x199966(0x55c)](_0x199966(0x39c)+Jr(_0x108495)+'\x22]')??void 0x0;}function Jr(_0x10d396){const _0x56c5dc=_0x1ed4d3;return _0x10d396[_0x56c5dc(0x529)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Yr(_0x44324d){const _0x303e75=_0x1ed4d3;let _0x56682b=_0x44324d==null?void 0x0:_0x44324d[_0x303e75(0x2d4)](_0x303e75(0x3f7));if(_0x56682b!=null&&_0x56682b!=='')return Number(_0x56682b);}var Xr=class{constructor(){const _0x117c9f=_0x1ed4d3;B(this,_0x117c9f(0x4d5),new WeakMap()),B(this,'_hostGestureEvents',new WeakSet());}['register'](_0x1fad97,_0x124331){const _0x46c872=_0x1ed4d3;let _0x3c6d1f=this['_sessions'][_0x46c872(0x53b)](_0x1fad97);if(!_0x3c6d1f){let _0x266e4e=_0x1fad97[_0x46c872(0x2f2)]['defaultView'];if(!_0x266e4e)return(0x0,a['toDisposable'])(()=>{});let _0x5a1780=_0x36f219=>this[_0x46c872(0x803)](_0x1fad97,_0x36f219);_0x266e4e[_0x46c872(0x7d4)](_0x46c872(0x798),_0x5a1780,{'capture':!0x0,'passive':!0x1}),_0x3c6d1f={'activeUntil':0x0,'containers':new Map(),'dispose':()=>_0x266e4e['removeEventListener']('wheel',_0x5a1780,{'capture':!0x0}),'refCount':0x0},this[_0x46c872(0x4d5)][_0x46c872(0x753)](_0x1fad97,_0x3c6d1f);}let _0x15c826=_0x3c6d1f;return _0x15c826[_0x46c872(0x735)]+=0x1,_0x15c826[_0x46c872(0x7d9)]['set'](_0x124331,(_0x15c826[_0x46c872(0x7d9)][_0x46c872(0x53b)](_0x124331)??0x0)+0x1),(0x0,a[_0x46c872(0x64a)])(()=>{const _0x4d7658=_0x46c872;let _0x3ff64e=_0x15c826[_0x4d7658(0x7d9)][_0x4d7658(0x53b)](_0x124331)??0x0;_0x3ff64e<=0x1?_0x15c826['containers'][_0x4d7658(0x74c)](_0x124331):_0x15c826['containers'][_0x4d7658(0x753)](_0x124331,_0x3ff64e-0x1),--_0x15c826[_0x4d7658(0x735)],!(_0x15c826[_0x4d7658(0x735)]>0x0||this['_sessions']['get'](_0x1fad97)!==_0x15c826)&&(_0x15c826[_0x4d7658(0x45b)](),this[_0x4d7658(0x4d5)][_0x4d7658(0x74c)](_0x1fad97));});}[_0x1ed4d3(0x493)](_0x3ab7d3){const _0x3d02ba=_0x1ed4d3;return this[_0x3d02ba(0x65c)][_0x3d02ba(0x54f)](_0x3ab7d3);}[_0x1ed4d3(0x803)](_0x9e5dfd,_0x3b2d1b){const _0xd47a8c=_0x1ed4d3;var _0x45c428;let _0x10f752=_0x9e5dfd[_0xd47a8c(0x2f2)][_0xd47a8c(0x2e9)];if(!_0x10f752)return;let _0x1be591=Qr(_0x3b2d1b,_0x10f752);if(!_0x1be591||!_0x9e5dfd['contains'](_0x1be591))return;let _0x1afbc7=this['_sessions']['get'](_0x9e5dfd);if(!_0x1afbc7)return;let _0x551ca3=Date[_0xd47a8c(0x8e7)](),_0x1a437e=qr(_0x1be591),_0xaf1a96=_0x1a437e??Zr(_0x1afbc7[_0xd47a8c(0x7d9)][_0xd47a8c(0x924)](),_0x3b2d1b['clientX'],_0x3b2d1b[_0xd47a8c(0x576)]);if(!_0xaf1a96||!_0x9e5dfd[_0xd47a8c(0x495)](_0xaf1a96)){_0x1afbc7[_0xd47a8c(0x3ed)]=_0x551ca3+0x1f4;return;}let _0x588db9=_0xaf1a96[_0xd47a8c(0x2d4)]('data-embed-float-stage');if(_0x588db9===_0xd47a8c(0x23c)&&!_0x1a437e){_0x1afbc7[_0xd47a8c(0x3ed)]=_0x551ca3+0x1f4;return;}if(_0x588db9===_0xd47a8c(0x23c)&&((_0x45c428=Kr(_0xaf1a96))==null?void 0x0:_0x45c428[_0xd47a8c(0x5c7)])===a[_0xd47a8c(0x747)][_0xd47a8c(0x83f)]){_0x1afbc7['activeUntil']=_0x551ca3+0x1f4,this['_hostGestureEvents'][_0xd47a8c(0x363)](_0x3b2d1b);return;}if(_0x551ca3>=_0x1afbc7['activeUntil']){_0x1a437e||(_0x3b2d1b[_0xd47a8c(0x4fd)](),_0x3b2d1b[_0xd47a8c(0x645)]());return;}_0x1afbc7[_0xd47a8c(0x3ed)]=_0x551ca3+0x1f4,this['_hostGestureEvents'][_0xd47a8c(0x363)](_0x3b2d1b);}};function Zr(_0x47645d,_0x3dc206,_0x9edc06){const _0x3d7d43=_0x1ed4d3;for(let _0xe849cf of _0x47645d){let _0xa57b1c=_0xe849cf['getBoundingClientRect']();if(_0xa57b1c[_0x3d7d43(0x754)]>0x0&&_0xa57b1c['height']>0x0&&_0x3dc206>=_0xa57b1c[_0x3d7d43(0x2f6)]&&_0x3dc206<=_0xa57b1c['right']&&_0x9edc06>=_0xa57b1c[_0x3d7d43(0x578)]&&_0x9edc06<=_0xa57b1c[_0x3d7d43(0x976)])return _0xe849cf;}}function Qr(_0x1ca875,_0x22538d){const _0x783f7e=_0x1ed4d3;let _0x530fea=_0x1ca875['target'];return _0x530fea instanceof _0x22538d['HTMLElement']?_0x530fea:_0x530fea instanceof _0x22538d[_0x783f7e(0x9cf)]||_0x530fea instanceof _0x22538d[_0x783f7e(0x97e)]?_0x530fea[_0x783f7e(0x986)]:null;}function $r(_0x5df377,_0x46615e,_0x1e7b51){const _0x4e4cfe=_0x1ed4d3;if(!_0x5df377[_0x4e4cfe(0x30a)]&&!_0x5df377[_0x4e4cfe(0x26a)])return!0x1;switch(_0x46615e[_0x4e4cfe(0x3e8)][_0x4e4cfe(0x817)]){case a[_0x4e4cfe(0x747)][_0x4e4cfe(0x32f)]:return ei(_0x5df377,_0x46615e,_0x1e7b51);case a[_0x4e4cfe(0x747)][_0x4e4cfe(0x563)]:return ti(_0x5df377,_0x46615e,_0x1e7b51);case a[_0x4e4cfe(0x747)]['UNIVER_SLIDE']:return ni(_0x5df377,_0x46615e,_0x1e7b51);default:return!0x1;}}function ei(_0x461b32,_0x45d3dc,_0x33edaa){const _0x2d7988=_0x1ed4d3;let _0x4e5528=_0x33edaa[_0x2d7988(0x58a)]['getUnit'](_0x45d3dc['hostUnitId'],a[_0x2d7988(0x747)][_0x2d7988(0x32f)]),_0x1093ab=_0x4e5528==null?void 0x0:_0x4e5528[_0x2d7988(0x316)]();return!_0x4e5528||!_0x1093ab?!0x1:(_0x33edaa[_0x2d7988(0x30f)][_0x2d7988(0x88b)](s[_0x2d7988(0x3ad)]['id'],{'unitId':_0x45d3dc[_0x2d7988(0x565)],'subUnitId':_0x1093ab[_0x2d7988(0x2c5)](),'zoomRatio':ri(_0x1093ab[_0x2d7988(0x7fa)](),_0x461b32)}),!0x0);}function ti(_0x47176d,_0x2baab5,_0x502bb6){const _0x37ec31=_0x1ed4d3;var _0x4eaab1;let _0x4a73e0=_0x502bb6[_0x37ec31(0x58a)]['getUnit'](_0x2baab5[_0x37ec31(0x565)],a[_0x37ec31(0x747)][_0x37ec31(0x563)]);return _0x4a73e0?(_0x502bb6[_0x37ec31(0x30f)]['executeCommand'](o[_0x37ec31(0x6a1)]['id'],{'documentId':_0x2baab5[_0x37ec31(0x565)],'zoomRatio':ri(((_0x4eaab1=_0x4a73e0[_0x37ec31(0x801)]())==null?void 0x0:_0x4eaab1['zoomRatio'])??0x1,_0x47176d)}),!0x0):!0x1;}function ni(_0x499439,_0x27e5eb,_0x1a1239){const _0x45f4b0=_0x1ed4d3;let _0x425de1=_0x1a1239[_0x45f4b0(0x58a)]['getUnit'](_0x27e5eb['hostUnitId'],a[_0x45f4b0(0x747)][_0x45f4b0(0x83f)]);return _0x425de1?(_0x1a1239[_0x45f4b0(0x30f)]['executeCommand'](g[_0x45f4b0(0x339)]['id'],{'unitId':_0x27e5eb[_0x45f4b0(0x565)],'zoomRatio':ri(_0x425de1['getZoomRatio'](),_0x499439)}),!0x0):!0x1;}function ri(_0x352c0a,_0x18a3a1){const _0x1efc1b=_0x1ed4d3;return(0x0,p['getNextWheelZoomRatio'])(_0x352c0a,{'deltaMode':_0x18a3a1['deltaMode'],'deltaX':_0x18a3a1[_0x1efc1b(0x579)],'deltaY':_0x18a3a1[_0x1efc1b(0x942)],'wheelDelta':_0x18a3a1['wheelDelta']});}var ii=class{constructor(){const _0x58bce0=_0x1ed4d3;B(this,_0x58bce0(0x6ad),new Map());}[_0x1ed4d3(0x22c)](_0x3e0fd6){const _0x506ec9=_0x1ed4d3;return this[_0x506ec9(0x6ad)]['set'](_0x3e0fd6['childType'],_0x3e0fd6),(0x0,a[_0x506ec9(0x64a)])(()=>{const _0x1dfd97=_0x506ec9;this['_providers'][_0x1dfd97(0x53b)](_0x3e0fd6['childType'])===_0x3e0fd6&&this[_0x1dfd97(0x6ad)][_0x1dfd97(0x74c)](_0x3e0fd6['childType']);});}[_0x1ed4d3(0x53b)](_0x2d4f54,_0x1f8d7c){const _0x33693f=_0x1ed4d3;var _0x186aee;let _0x2152bd=this[_0x33693f(0x6ad)]['get'](_0x2d4f54);if(_0x2152bd&&!(_0x1f8d7c&&(_0x186aee=_0x2152bd[_0x33693f(0x538)])!=null&&_0x186aee[_0x33693f(0x9ba)]&&!_0x2152bd[_0x33693f(0x538)][_0x33693f(0x95f)](_0x1f8d7c)))return _0x2152bd;}[_0x1ed4d3(0x80c)](){const _0xa9fbf1=_0x1ed4d3;return[...this[_0xa9fbf1(0x6ad)]['values']()];}},ai=class{constructor(){const _0x523723=_0x1ed4d3;B(this,_0x523723(0x2f0),[]);}[_0x1ed4d3(0x22c)](_0x3b609d){const _0x1f4e29=_0x1ed4d3;return this['_handlers'][_0x1f4e29(0x2fa)](_0x3b609d),this[_0x1f4e29(0x77c)](),(0x0,a[_0x1f4e29(0x64a)])(()=>{const _0x2c3d71=_0x1f4e29;let _0x4051b7=this[_0x2c3d71(0x2f0)][_0x2c3d71(0x656)](_0x3b609d);_0x4051b7>=0x0&&this[_0x2c3d71(0x2f0)][_0x2c3d71(0x375)](_0x4051b7,0x1);});}[_0x1ed4d3(0x792)](_0x4f361f){const _0x15278d=_0x1ed4d3;for(let _0xe8f239 of this['_handlers']){var _0x56710a;if(_0xe8f239[_0x15278d(0x5c7)]===_0x4f361f[_0x15278d(0x5c7)]&&!(_0x4f361f[_0x15278d(0x29f)]&&(_0x56710a=_0xe8f239[_0x15278d(0x538)])!=null&&_0x56710a['length']&&!_0xe8f239['supportedLayouts'][_0x15278d(0x95f)](_0x4f361f['layout']))&&_0xe8f239[_0x15278d(0x792)](_0x4f361f)===!0x0)return!0x0;}return!0x1;}[_0x1ed4d3(0x80c)](){const _0x40140c=_0x1ed4d3;return[...this[_0x40140c(0x2f0)]];}[_0x1ed4d3(0x77c)](){const _0xa9d2b5=_0x1ed4d3;this[_0xa9d2b5(0x2f0)][_0xa9d2b5(0x481)]((_0x392b8d,_0x2bb42d)=>(_0x2bb42d['order']??0x0)-(_0x392b8d[_0xa9d2b5(0x259)]??0x0));}};function oi(_0x27332d){const _0x1a6035=_0x1ed4d3;if(!_0x27332d||typeof _0x27332d!=_0x1a6035(0x56b))return;let _0x56295f=_0x27332d;return _0x56295f[_0x1a6035(0x8e1)]===0x1&&_0x56295f[_0x1a6035(0x666)]&&_0x56295f['hostAnchorId']?_0x56295f:void 0x0;}const si=new Map();function ci(_0x18c5ed){const _0x2eac98=_0x1ed4d3;var _0x37da41,_0x219ff7;let {container:_0x58e5b9,content:_0x4e7a05,offset:_0x30e2c3}=_0x18c5ed;if(!_0x18c5ed[_0x2eac98(0x42b)])return _0x30e2c3['current']=0x0,_0x4e7a05[_0x2eac98(0x3e6)][_0x2eac98(0x748)]('transform'),_0x4e7a05['style']['removeProperty'](_0x2eac98(0x809)),(0x0,a[_0x2eac98(0x64a)])(()=>{});let _0x1f75bf=_0x58e5b9[_0x2eac98(0x2f2)]['defaultView']??window,_0x349f84=Ri(_0x18c5ed['viewScale']),_0x2008d2=!0x1,_0x310b67,_0x19cf82=()=>{const _0x35c392=_0x2eac98;var _0x2d0e20,_0x34e49c;if(_0x2008d2)return;let _0x503083=_0x18c5ed[_0x35c392(0x8ec)]();if(!_0x503083){_0x30e2c3[_0x35c392(0x1f3)]=0x0,_0x4e7a05[_0x35c392(0x3e6)][_0x35c392(0x748)](_0x35c392(0x448)),_0x4e7a05[_0x35c392(0x3e6)]['removeProperty'](_0x35c392(0x809));return;}let _0x47a747=_0x18c5ed['getProvider'](_0x503083);if(!_0x47a747)return;let _0x5d5b2d=Tr(_0x58e5b9),_0x1cda63=(_0x5d5b2d==null?void 0x0:_0x5d5b2d[_0x35c392(0x455)]())??{'height':_0x1f75bf[_0x35c392(0x965)],'top':0x0,'width':_0x1f75bf[_0x35c392(0x795)]},_0x20c373=_0x58e5b9['getBoundingClientRect'](),_0x55e547=(_0x2d0e20=li(_0x58e5b9))==null?void 0x0:_0x2d0e20['getBoundingClientRect']()[_0x35c392(0x33c)],_0x4a0a77=Li(_0x18c5ed[_0x35c392(0x71d)],_0x55e547==null?void 0x0:_0x55e547/_0x349f84,_0x1cda63[_0x35c392(0x33c)]/_0x349f84),_0x2971da=_0x18c5ed[_0x35c392(0x2e3)]&&Math[_0x35c392(0x66f)](_0x20c373[_0x35c392(0x33c)]/_0x349f84)>=Math[_0x35c392(0x66f)](_0x4a0a77),_0xa5f546=Li(_0x18c5ed[_0x35c392(0x5b4)],_0x20c373['height']/_0x349f84),_0x266f54=Math['min'](_0xa5f546,Li(_0x18c5ed[_0x35c392(0x9db)],_0x4e7a05[_0x35c392(0x455)]()[_0x35c392(0x33c)]/_0x349f84,_0x1cda63['height']/_0x349f84)),_0x2a2fc0=fi({'collapseWithoutChildScroll':_0x2971da,'contentHeight':_0xa5f546,'hostOffset':Math[_0x35c392(0x287)](0x0,(_0x1cda63[_0x35c392(0x578)]-_0x20c373[_0x35c392(0x578)])/_0x349f84),'stickyHeaderHeight':Math[_0x35c392(0x287)](0x18,((_0x34e49c=_0x47a747[_0x35c392(0x802)])==null?void 0x0:_0x34e49c[_0x35c392(0x5db)](_0x47a747,_0x503083))??0x0),'viewportHeight':_0x266f54});if(_0x4e7a05[_0x35c392(0x3e6)][_0x35c392(0x448)]=_0x2a2fc0[_0x35c392(0x410)]===0x0?'':_0x35c392(0x726)+_0x2a2fc0[_0x35c392(0x410)]*_0x349f84+'px)',_0x4e7a05[_0x35c392(0x3e6)]['clipPath']=_0x2a2fc0[_0x35c392(0x916)]===0x0?'':_0x35c392(0x989)+_0x2a2fc0['clipBottom']*_0x349f84+_0x35c392(0x6dd),!ui(_0x18c5ed[_0x35c392(0x857)][_0x35c392(0x1f3)],_0x35c392(0x446))||_0x18c5ed[_0x35c392(0x970)][_0x35c392(0x1f3)])return;let _0x250770=_0x2a2fc0[_0x35c392(0x617)]-_0x30e2c3[_0x35c392(0x1f3)];if(Math[_0x35c392(0x8d9)](_0x250770)<0.5)return;_0x30e2c3['current']=_0x2a2fc0[_0x35c392(0x617)],_0x18c5ed[_0x35c392(0x866)]();let _0x2d31c3=new WheelEvent(_0x35c392(0x798),{'cancelable':!0x1,'clientX':_0x20c373[_0x35c392(0x2f6)]+Math['min'](_0x20c373[_0x35c392(0x754)],_0x1cda63['width'])/0x2,'clientY':_0x1cda63[_0x35c392(0x578)]+_0x266f54*_0x349f84/0x2,'deltaY':_0x250770});_0x18c5ed[_0x35c392(0x8f1)]['current']=!0x0;try{_0x47a747['handleWheel']({..._0x503083,'event':_0x2d31c3,'source':'host-scroll-sync','stage':_0x18c5ed[_0x35c392(0x2ee)](),'viewportScrollY':_0x2a2fc0[_0x35c392(0x617)]});}finally{_0x18c5ed[_0x35c392(0x8f1)][_0x35c392(0x1f3)]=!0x1;}},_0x5cc708=()=>{_0x19cf82(),_0x2008d2||(_0x310b67=_0x1f75bf['requestAnimationFrame'](_0x5cc708));},_0x2a1559=()=>{const _0x5da768=_0x2eac98;globalThis[_0x5da768(0x45e)](()=>{_0x2008d2||_0x19cf82();});},_0x321c42=_0x18c5ed[_0x2eac98(0x8ec)](),_0x453735=_0x321c42?_0x18c5ed[_0x2eac98(0x6ea)](_0x321c42):void 0x0,_0x53d3ab=_0x321c42&&(_0x453735==null||(_0x37da41=_0x453735[_0x2eac98(0x82d)])==null?void 0x0:_0x37da41[_0x2eac98(0x5db)](_0x453735,_0x321c42,_0x179e34=>{const _0x24340=_0x2eac98;var _0x4516e1;if(_0x18c5ed[_0x24340(0x8f1)]['current']||!ui(_0x18c5ed[_0x24340(0x857)][_0x24340(0x1f3)],_0x24340(0x6cd)))return;let _0x1a5cf2=Math[_0x24340(0x287)](0x0,Li(_0x18c5ed[_0x24340(0x5b4)])-Li(_0x18c5ed[_0x24340(0x9db)])),_0x4f2835=mi(_0x179e34,0x0,_0x1a5cf2),_0x1ba850=_0x58e5b9[_0x24340(0x455)](),_0x416522=((_0x4516e1=Tr(_0x58e5b9))==null?void 0x0:_0x4516e1['getBoundingClientRect']()[_0x24340(0x578)])??0x0,_0x37cf2a=di(_0x4f2835,mi((_0x416522-_0x1ba850[_0x24340(0x578)])/_0x349f84,0x0,_0x1a5cf2),Math[_0x24340(0x287)](0x0,(_0x1ba850[_0x24340(0x578)]-_0x416522)/_0x349f84));if(Math[_0x24340(0x8d9)](_0x37cf2a)<0.5)return;let _0x35b11f=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x1ba850[_0x24340(0x2f6)]+_0x1ba850['width']/0x2,'clientY':_0x1ba850[_0x24340(0x578)]+Math[_0x24340(0x451)](_0x1ba850[_0x24340(0x33c)],(_0x18c5ed[_0x24340(0x9db)]??_0x1ba850['height']/_0x349f84)*_0x349f84)/0x2,'deltaY':_0x37cf2a*_0x349f84}),_0x1b74bb=_0x30e2c3[_0x24340(0x1f3)],_0x3bf22d=_0x4e7a05['style'][_0x24340(0x448)],_0x1dbbd2=_0x4e7a05[_0x24340(0x3e6)][_0x24340(0x510)];_0x30e2c3[_0x24340(0x1f3)]=_0x4f2835,_0x4e7a05['style'][_0x24340(0x448)]=_0x4f2835===0x0?'':'translateY('+_0x4f2835*_0x349f84+_0x24340(0x38e),_0x18c5ed[_0x24340(0x970)]['current']=!0x0;let _0x5c094f=!0x1;try{var _0x2f995f;_0x5c094f=((_0x2f995f=_0x18c5ed[_0x24340(0x7e7)])==null?void 0x0:_0x2f995f[_0x24340(0x5db)](_0x18c5ed,_0x35b11f,_0x321c42))===!0x0||wr(_0x58e5b9,_0x35b11f);}finally{_0x18c5ed[_0x24340(0x970)]['current']=!0x1;}if(!_0x5c094f){_0x30e2c3[_0x24340(0x1f3)]=_0x1b74bb,_0x4e7a05[_0x24340(0x3e6)]['transform']=_0x3bf22d,_0x4e7a05[_0x24340(0x3e6)][_0x24340(0x510)]=_0x1dbbd2;return;}_0x18c5ed[_0x24340(0x866)]();}));_0x310b67=_0x1f75bf[_0x2eac98(0x930)](_0x5cc708);let _0x4b7899=(_0x219ff7=_0x18c5ed[_0x2eac98(0x8cb)])==null?void 0x0:_0x219ff7[_0x2eac98(0x49c)](_0x2a1559);_0x1f75bf['addEventListener'](_0x2eac98(0x7ce),_0x19cf82,!0x0),_0x1f75bf[_0x2eac98(0x7d4)](_0x2eac98(0x79f),_0x19cf82);let _0x52b626=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x19cf82);return _0x52b626==null||_0x52b626[_0x2eac98(0x969)](_0x58e5b9),(0x0,a['toDisposable'])(()=>{const _0x512597=_0x2eac98;_0x2008d2=!0x0,_0x310b67!=null&&_0x1f75bf[_0x512597(0x571)](_0x310b67),_0x53d3ab==null||_0x53d3ab[_0x512597(0x45b)](),_0x4b7899==null||_0x4b7899[_0x512597(0x465)](),_0x52b626==null||_0x52b626['disconnect'](),_0x1f75bf[_0x512597(0x2f5)](_0x512597(0x7ce),_0x19cf82,!0x0),_0x1f75bf[_0x512597(0x2f5)]('resize',_0x19cf82),_0x4e7a05[_0x512597(0x3e6)][_0x512597(0x748)](_0x512597(0x448)),_0x4e7a05[_0x512597(0x3e6)][_0x512597(0x748)](_0x512597(0x809));});}function li(_0x2bf61c){const _0x32847d=_0x1ed4d3;let _0x3245fb=_0x2bf61c[_0x32847d(0x986)];for(;_0x3245fb&&_0x3245fb!==document[_0x32847d(0x235)]&&_0x3245fb!==document[_0x32847d(0x50f)];){if(Er(_0x3245fb))return _0x3245fb;_0x3245fb=_0x3245fb[_0x32847d(0x986)];}return null;}function ui(_0x434ace,_0x2e3e9e){return _0x434ace==null||_0x434ace===_0x2e3e9e;}function di(_0x4ecfa2,_0x5e6b69,_0x493375){const _0x380857=_0x1ed4d3;let _0x1259cc=_0x4ecfa2-_0x5e6b69;return _0x1259cc+(_0x1259cc>0x0?Math[_0x380857(0x287)](0x0,_0x493375):0x0);}function fi(_0x46bf3f){const _0x15fe88=_0x1ed4d3;let _0x2e14d2=Li(_0x46bf3f[_0x15fe88(0x5b4)]),_0x1136ad=Math[_0x15fe88(0x451)](_0x2e14d2,Li(_0x46bf3f[_0x15fe88(0x9db)])),_0x52cdec=Math[_0x15fe88(0x287)](0x0,_0x2e14d2-_0x1136ad);if(_0x52cdec===0x0&&!_0x46bf3f[_0x15fe88(0x2e3)])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x5a470a=Math[_0x15fe88(0x287)](0x0,_0x46bf3f[_0x15fe88(0x449)]),_0x461ca4=mi(Li(_0x46bf3f[_0x15fe88(0x9bd)]),0x1,_0x1136ad),_0x1790eb=Math[_0x15fe88(0x287)](_0x52cdec,_0x2e14d2-_0x461ca4),_0x215593=Math[_0x15fe88(0x451)](_0x5a470a,_0x1790eb),_0x76129c=mi(_0x2e14d2-_0x5a470a,_0x461ca4,_0x1136ad);return{'childOffset':Math[_0x15fe88(0x451)](_0x5a470a,_0x52cdec),'clipBottom':_0x1136ad-_0x76129c,'visualOffset':_0x215593};}function pi(_0x177551){const _0x2633cc=_0x1ed4d3;let _0x3170ea=Math[_0x2633cc(0x287)](0x1,_0x177551['bleedWidth']-_0x177551[_0x2633cc(0x732)]),_0x361d48=Math[_0x2633cc(0x451)](_0x177551['contentWidth'],_0x3170ea);return{'initialWidth':_0x361d48,'maxExpansion':Math['min'](_0x177551[_0x2633cc(0x732)],Math[_0x2633cc(0x287)](0x0,_0x177551[_0x2633cc(0x37e)]-_0x361d48))};}function mi(_0x30dc78,_0x9b7538,_0x442506){const _0x40e44b=_0x1ed4d3;return Math[_0x40e44b(0x287)](_0x9b7538,Math[_0x40e44b(0x451)](_0x442506,_0x30dc78));}function hi(_0x1ca2f7){const _0x2173f2=_0x1ed4d3;_0x1ca2f7[_0x2173f2(0x3e6)]['removeProperty']('left'),_0x1ca2f7[_0x2173f2(0x3e6)][_0x2173f2(0x748)](_0x2173f2(0x578)),_0x1ca2f7[_0x2173f2(0x3e6)][_0x2173f2(0x748)](_0x2173f2(0x754)),_0x1ca2f7[_0x2173f2(0x3e6)][_0x2173f2(0x748)](_0x2173f2(0x33c)),_0x1ca2f7['style']['removeProperty']('visibility'),_0x1ca2f7[_0x2173f2(0x3e6)][_0x2173f2(0x748)](_0x2173f2(0x89f));}function gi(_0x9b78e3,_0x1c2282){const _0x43212f=_0x1ed4d3;_0x1c2282?si[_0x43212f(0x753)](_0x9b78e3,_0x1c2282):si[_0x43212f(0x74c)](_0x9b78e3);}function _i(_0x5a14e3){const _0x3c738f=_0x1ed4d3;var _0x70633c;let {chrome:_0x1f6a97,container:_0x56e2c6,geometryService:_0x1623c9,stage:_0x305920}=_0x5a14e3;if(_0x5a14e3[_0x3c738f(0x5ba)]&&_0x305920===_0x3c738f(0x23c))return _0x1f6a97[_0x3c738f(0x3e6)][_0x3c738f(0x329)]=_0x3c738f(0x7d7),_0x1f6a97[_0x3c738f(0x3e6)]['pointerEvents']=_0x3c738f(0x255),(0x0,a[_0x3c738f(0x64a)])(()=>{const _0x256348=_0x3c738f;_0x1f6a97[_0x256348(0x3e6)][_0x256348(0x748)](_0x256348(0x329)),_0x1f6a97[_0x256348(0x3e6)][_0x256348(0x748)](_0x256348(0x89f));});let _0x44b0ae=_0x1f6a97[_0x3c738f(0x986)],_0x42d49c=_0x1f6a97[_0x3c738f(0x2a1)],_0x3a0e14,_0x3bae71,_0x38a668=0x0,_0x16a4dc,_0x443c21,_0x2769c9,_0x18e773,_0x1cfbd0,_0x1e78f9,_0x51c862,_0x23389e=()=>{const _0x3a26ba=_0x3c738f;let _0x4b4e29=Ei(_0x56e2c6),_0x1154ca=Ti(_0x56e2c6),_0x134915=!Di(_0x56e2c6)&&_0x51c862!=null&&_0x16a4dc===_0x1154ca[_0x3a26ba(0x2f6)]&&_0x2769c9===_0x1154ca['width']&&_0x18e773===_0x1154ca[_0x3a26ba(0x33c)];!Di(_0x56e2c6)&&_0x51c862!=null&&!_0x134915&&(_0x51c862=void 0x0);let _0x5c4b0e=_0x134915?new DOMRect(_0x1154ca[_0x3a26ba(0x2f6)],_0x51c862,_0x1154ca['width'],_0x1154ca[_0x3a26ba(0x33c)]):_0x1154ca,_0x2c31b2=!_0x4b4e29||_0x5c4b0e[_0x3a26ba(0x33c)]>=0x18,_0x5004f0=xi(_0x4b4e29,_0x2c31b2,_0x5c4b0e['height']);if(yi(_0x56e2c6,_0x1f6a97,_0x2c31b2,_0x305920),bi(_0x1f6a97,_0x5004f0,_0x305920),_0x4b4e29){let _0x33a38c=_0x56e2c6[_0x3a26ba(0x455)]();Si(_0x1f6a97,_0x5c4b0e,Ci(_0x33a38c,_0x5a14e3[_0x3a26ba(0x537)]));}else wi(_0x1f6a97);_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x329)]=_0x2c31b2?'':'hidden',_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x37a)]=_0x2c31b2&&_0x305920!==_0x3a26ba(0x23c)?'':_0x3a26ba(0x255),(_0x5c4b0e[_0x3a26ba(0x2f6)]!==_0x16a4dc||_0x5c4b0e[_0x3a26ba(0x578)]!==_0x443c21||_0x5c4b0e['width']!==_0x2769c9||_0x5c4b0e[_0x3a26ba(0x33c)]!==_0x18e773||_0x2c31b2!==_0x1cfbd0||_0x5004f0!==_0x1e78f9)&&(_0x16a4dc=_0x5c4b0e['left'],_0x443c21=_0x5c4b0e[_0x3a26ba(0x578)],_0x2769c9=_0x5c4b0e['width'],_0x18e773=_0x5c4b0e[_0x3a26ba(0x33c)],_0x1cfbd0=_0x2c31b2,_0x1e78f9=_0x5004f0,gi(_0x56e2c6,{'height':_0x5c4b0e['height'],'left':_0x5c4b0e[_0x3a26ba(0x2f6)],'top':_0x5c4b0e[_0x3a26ba(0x578)],'width':_0x5c4b0e['width']}),_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x2f6)]=_0x5c4b0e[_0x3a26ba(0x2f6)]+'px',_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x578)]=_0x5c4b0e[_0x3a26ba(0x578)]+'px',_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x754)]=_0x5c4b0e[_0x3a26ba(0x754)]+'px',_0x1f6a97[_0x3a26ba(0x3e6)]['height']=_0x5c4b0e['height']+'px');},_0x50d92c=()=>{const _0x55ea2e=_0x3c738f;_0x23389e(),_0x3a0e14=window[_0x55ea2e(0x930)](_0x50d92c);},_0x11f7cf=()=>{const _0x1ef471=_0x3c738f;_0x3bae71=void 0x0,_0x23389e(),!(_0x38a668<=0x0)&&(--_0x38a668,_0x3bae71=window[_0x1ef471(0x930)](_0x11f7cf));},_0x1f2f31=_0xa53d11=>{const _0x527df0=_0x3c738f;!Di(_0x56e2c6)&&Ai(_0xa53d11)&&_0x443c21!=null&&(_0x51c862=_0x443c21),ki(_0x56e2c6,_0xa53d11,{'height':_0x18e773,'left':_0x16a4dc,'top':_0x443c21,'width':_0x2769c9})&&(_0x1623c9[_0x527df0(0x866)]({'embedId':_0x5a14e3[_0x527df0(0x666)],'reason':_0x527df0(0x798)}),_0x38a668=Math[_0x527df0(0x287)](_0x38a668,0x3),_0x3bae71??=window[_0x527df0(0x930)](_0x11f7cf));},_0x3cad1f=()=>{const _0x3e2fcc=_0x3c738f;_0x51c862=void 0x0,_0x1623c9[_0x3e2fcc(0x866)]({'embedId':_0x5a14e3[_0x3e2fcc(0x666)],'reason':_0x3e2fcc(0x587)}),_0x38a668=Math['max'](_0x38a668,0x2),_0x3bae71??=window[_0x3e2fcc(0x930)](_0x11f7cf);},_0x52739b=()=>{_0x51c862=void 0x0;};_0x23389e(),document[_0x3c738f(0x235)][_0x3c738f(0x545)](_0x1f6a97);let _0x463690=new ResizeObserver(_0x23389e);_0x463690[_0x3c738f(0x969)](_0x56e2c6);let _0xfce48f=(_0x70633c=_0x5a14e3[_0x3c738f(0x8cb)])==null?void 0x0:_0x70633c[_0x3c738f(0x49c)](_0x3cad1f);return window[_0x3c738f(0x7d4)](_0x3c738f(0x888),_0x52739b,!0x0),window[_0x3c738f(0x7d4)]('scroll',_0x1f2f31,!0x0),window[_0x3c738f(0x7d4)](_0x3c738f(0x798),_0x1f2f31,!0x0),window[_0x3c738f(0x7d4)]('resize',_0x1f2f31),(_0x305920!==_0x3c738f(0x23c)||Di(_0x56e2c6))&&(_0x3a0e14=window[_0x3c738f(0x930)](_0x50d92c)),(0x0,a['toDisposable'])(()=>{const _0x508f38=_0x3c738f;_0x3a0e14!=null&&window[_0x508f38(0x571)](_0x3a0e14),_0x3bae71!=null&&window[_0x508f38(0x571)](_0x3bae71),_0xfce48f==null||_0xfce48f['unsubscribe'](),_0x463690[_0x508f38(0x8fe)](),window[_0x508f38(0x2f5)](_0x508f38(0x888),_0x52739b,!0x0),window[_0x508f38(0x2f5)](_0x508f38(0x7ce),_0x1f2f31,!0x0),window[_0x508f38(0x2f5)]('wheel',_0x1f2f31,!0x0),window['removeEventListener'](_0x508f38(0x79f),_0x1f2f31),gi(_0x56e2c6),hi(_0x1f6a97),yi(_0x56e2c6,_0x1f6a97,!0x0,'stage2'),bi(_0x1f6a97,!0x0,_0x508f38(0x334)),_0x44b0ae!=null&&_0x44b0ae[_0x508f38(0x89c)]?_0x44b0ae['insertBefore'](_0x1f6a97,_0x42d49c):_0x1f6a97[_0x508f38(0x241)]();});}function vi(_0x11f38a,_0x32a266){const _0x5f2f17=_0x1ed4d3;var _0x36d620,_0x46a26a,_0x49b592;let _0x5517ba=_0x11f38a[_0x5f2f17(0x964)][_0x5f2f17(0x666)],_0xe7e978=_0x11f38a[_0x5f2f17(0x2f2)],_0x1c5f0d=Ei(_0x11f38a)?[Ti(_0x11f38a)]:[_0x11f38a[_0x5f2f17(0x455)](),(_0x36d620=_0x11f38a['querySelector'](_0x5f2f17(0x77f)))==null?void 0x0:_0x36d620[_0x5f2f17(0x455)]()],_0x10c1bc=_0xe7e978[_0x5f2f17(0x55c)](_0x5f2f17(0x662)+_0x5517ba+'\x22]'),_0x331059=[_0x10c1bc==null||(_0x46a26a=_0x10c1bc[_0x5f2f17(0x55c)]('[data-embed-floating-menu=\x22true\x22]'))==null?void 0x0:_0x46a26a[_0x5f2f17(0x455)](),_0x10c1bc==null||(_0x49b592=_0x10c1bc[_0x5f2f17(0x55c)](_0x5f2f17(0x975)))==null?void 0x0:_0x49b592['getBoundingClientRect']()],_0x3c6be4=Array[_0x5f2f17(0x8dc)](_0xe7e978[_0x5f2f17(0x7d0)](_0x5f2f17(0x7a9)))[_0x5f2f17(0x699)](_0x252eec=>_0x252eec[_0x5f2f17(0x964)][_0x5f2f17(0x666)]===_0x5517ba)[_0x5f2f17(0x572)](_0x44602e=>_0x44602e[_0x5f2f17(0x455)]());return[..._0x1c5f0d,..._0x331059,..._0x3c6be4][_0x5f2f17(0x699)](_0xdcfcbd=>!!_0xdcfcbd&&_0xdcfcbd[_0x5f2f17(0x754)]>0x0&&_0xdcfcbd[_0x5f2f17(0x33c)]>0x0)[_0x5f2f17(0x52a)](_0x3d3c21=>Fi(_0x3d3c21,_0x32a266[_0x5f2f17(0x5a8)],_0x32a266[_0x5f2f17(0x576)]));}function yi(_0x234763,_0x4512ed,_0x16871f,_0x4e5e7b){const _0x16a44a=_0x1ed4d3;let _0x3b26b1=_0x16871f?'':_0x16a44a(0x255),_0x53bca1=_0x234763[_0x16a44a(0x55c)](_0x16a44a(0x77f)),_0x1e1d42=_0x234763['querySelector'](_0x16a44a(0x48d)),_0x1afbaf=_0x234763[_0x16a44a(0x55c)](_0x16a44a(0x43d)),_0xed87ae=_0x234763['querySelector'](_0x16a44a(0x93e)),_0x5e818b=_0x234763[_0x16a44a(0x55c)](_0x16a44a(0x92b)),_0x5ca7fb=_0x4512ed==null?void 0x0:_0x4512ed[_0x16a44a(0x55c)]('[data-embed-overlay-root]'),_0x1d51c5=_0x4512ed==null?void 0x0:_0x4512ed['querySelector']('[data-embed-popup-root]');if(_0x5ca7fb==null||_0x5ca7fb['style'][_0x16a44a(0x7e9)](_0x16a44a(0x89f),_0x16a44a(0x255)),_0x1d51c5==null||_0x1d51c5[_0x16a44a(0x3e6)][_0x16a44a(0x7e9)](_0x16a44a(0x89f),_0x16a44a(0x255)),Ei(_0x234763)){_0x234763['style']['setProperty']('pointer-events',_0x16a44a(0x255)),_0x53bca1==null||_0x53bca1[_0x16a44a(0x3e6)][_0x16a44a(0x7e9)](_0x16a44a(0x89f),_0x16a44a(0x255)),_0x1e1d42==null||_0x1e1d42[_0x16a44a(0x3e6)][_0x16a44a(0x7e9)](_0x16a44a(0x89f),_0x16a44a(0x255)),_0x1afbaf==null||_0x1afbaf[_0x16a44a(0x3e6)]['setProperty'](_0x16a44a(0x89f),_0x16871f?'auto':_0x16a44a(0x255)),_0xed87ae==null||_0xed87ae['style'][_0x16a44a(0x7e9)](_0x16a44a(0x89f),'none'),_0x5e818b==null||_0x5e818b[_0x16a44a(0x3e6)]['setProperty'](_0x16a44a(0x89f),'none');return;}_0x234763[_0x16a44a(0x3e6)][_0x16a44a(0x748)]('pointer-events'),_0x53bca1==null||_0x53bca1[_0x16a44a(0x3e6)][_0x16a44a(0x748)]('pointer-events'),_0x1e1d42==null||_0x1e1d42[_0x16a44a(0x3e6)][_0x16a44a(0x7e9)]('pointer-events',_0x3b26b1),_0x1afbaf==null||_0x1afbaf[_0x16a44a(0x3e6)][_0x16a44a(0x748)](_0x16a44a(0x89f)),_0xed87ae==null||_0xed87ae[_0x16a44a(0x3e6)][_0x16a44a(0x748)](_0x16a44a(0x89f)),_0x5e818b==null||_0x5e818b['style'][_0x16a44a(0x7e9)]('pointer-events',_0x3b26b1);}function bi(_0x52088e,_0x5b87fb,_0xb62d84){const _0x30d37b=_0x1ed4d3;let _0x1013d1=_0x5b87fb&&_0xb62d84!=='stage2',_0x46bfc2=_0x52088e==null?void 0x0:_0x52088e[_0x30d37b(0x55c)](_0x30d37b(0x975)),_0x43cdcb=[_0x52088e==null?void 0x0:_0x52088e['querySelector'](_0x30d37b(0x6ac)),_0x52088e==null?void 0x0:_0x52088e[_0x30d37b(0x55c)]('[data-embed-popup-root]')];_0x46bfc2==null||_0x46bfc2[_0x30d37b(0x3e6)][_0x30d37b(0x7e9)](_0x30d37b(0x329),_0x1013d1?'':_0x30d37b(0x7d7)),_0x46bfc2==null||_0x46bfc2[_0x30d37b(0x3e6)][_0x30d37b(0x7e9)](_0x30d37b(0x89f),_0x1013d1?'':_0x30d37b(0x255)),_0x43cdcb[_0x30d37b(0x360)](_0x2bdbcd=>{const _0x529813=_0x30d37b;_0x2bdbcd==null||_0x2bdbcd[_0x529813(0x3e6)][_0x529813(0x7e9)]('visibility',_0x5b87fb&&_0xb62d84===_0x529813(0x334)?'':_0x529813(0x7d7)),_0x2bdbcd==null||_0x2bdbcd[_0x529813(0x3e6)][_0x529813(0x7e9)](_0x529813(0x89f),_0x529813(0x255)),_0xb62d84!==_0x529813(0x334)&&(_0x2bdbcd==null||_0x2bdbcd[_0x529813(0x526)](_0x529813(0x5b8)),_0x2bdbcd==null||_0x2bdbcd[_0x529813(0x7d0)](_0x529813(0x4ea))[_0x529813(0x360)](_0x566d6b=>{const _0x422897=_0x529813;_0x566d6b[_0x422897(0x526)]('data-embed-runtime-focus-role');}));});}function xi(_0x1b802a,_0x4497db,_0x56203c){return _0x1b802a?_0x4497db:_0x56203c>=0x28;}function Si(_0x2fcf00,_0x40695b,_0x3baefe){const _0x224a8c=_0x1ed4d3;let _0x374788=_0x3baefe['left']-_0x40695b[_0x224a8c(0x2f6)],_0x1794d3=_0x3baefe[_0x224a8c(0x754)];_0x2fcf00[_0x224a8c(0x7d0)](_0x224a8c(0x40f))[_0x224a8c(0x360)](_0x452d88=>{const _0x53bbb3=_0x224a8c;var _0x463e42;let _0xe631bd=(_0x463e42=_0x452d88['closest'](_0x53bbb3(0x683)))==null?void 0x0:_0x463e42[_0x53bbb3(0x964)][_0x53bbb3(0x25d)],_0x22ee61=_0x452d88['dataset'][_0x53bbb3(0x494)]===_0x53bbb3(0x477),_0x4423c1=_0x452d88[_0x53bbb3(0x964)][_0x53bbb3(0x494)]===_0x53bbb3(0x9cb);_0xe631bd===_0x53bbb3(0x53e)?(_0x452d88['style']['top']=_0x22ee61?_0x53bbb3(0x5c5):_0x53bbb3(0x730),_0x22ee61?(_0x452d88[_0x53bbb3(0x3e6)][_0x53bbb3(0x7e9)]('left',_0x374788+'px',_0x53bbb3(0x437)),_0x452d88[_0x53bbb3(0x3e6)][_0x53bbb3(0x7e9)]('right',_0x53bbb3(0x42a),_0x53bbb3(0x437)),_0x452d88[_0x53bbb3(0x3e6)][_0x53bbb3(0x7e9)]('width',_0x1794d3+'px',_0x53bbb3(0x437))):_0x4423c1&&(_0x452d88[_0x53bbb3(0x3e6)]['setProperty'](_0x53bbb3(0x2f6),_0x374788+_0x1794d3/0x2+'px',_0x53bbb3(0x437)),_0x452d88[_0x53bbb3(0x3e6)][_0x53bbb3(0x7e9)](_0x53bbb3(0x9ad),_0x1794d3+'px'))):(_0x22ee61||_0x4423c1)&&(_0x452d88['style'][_0x53bbb3(0x578)]=_0x53bbb3(0x62d));});}function Ci(_0x9a89ac,_0x52713a){const _0x20a18f=_0x1ed4d3;if(!_0x52713a)return _0x9a89ac;let _0x3a8c8f=Math[_0x20a18f(0x451)](_0x52713a[_0x20a18f(0x37e)],_0x52713a['pageContentWidth']);if(_0x3a8c8f<=0x0||_0x9a89ac[_0x20a18f(0x754)]<=0x0)return _0x9a89ac;let _0x39d88c=_0x9a89ac[_0x20a18f(0x754)]/_0x3a8c8f;return new DOMRect(_0x9a89ac['left'],_0x9a89ac[_0x20a18f(0x578)],_0x52713a[_0x20a18f(0x82c)]*_0x39d88c,_0x9a89ac['height']);}function wi(_0x38f448){const _0x539f75=_0x1ed4d3;_0x38f448[_0x539f75(0x7d0)](_0x539f75(0x40f))[_0x539f75(0x360)](_0x5ad25a=>{const _0x1452e6=_0x539f75;var _0x3c2c86;_0x5ad25a[_0x1452e6(0x3e6)]['removeProperty']('left'),_0x5ad25a['style']['removeProperty'](_0x1452e6(0x578)),_0x5ad25a[_0x1452e6(0x3e6)][_0x1452e6(0x748)](_0x1452e6(0x754)),_0x5ad25a[_0x1452e6(0x3e6)][_0x1452e6(0x748)](_0x1452e6(0x770)),_0x5ad25a[_0x1452e6(0x3e6)][_0x1452e6(0x748)]('max-width'),(_0x3c2c86=_0x5ad25a[_0x1452e6(0x55c)](_0x1452e6(0x222)))==null||_0x3c2c86['style'][_0x1452e6(0x748)](_0x1452e6(0x9b9));});}function Ti(_0x1a252f){const _0xb973f=_0x1ed4d3;let _0x488c42=Di(_0x1a252f)?_0x1a252f[_0xb973f(0x55c)](_0xb973f(0x77f)):null,_0x1b26e8=_0x488c42==null?void 0x0:_0x488c42[_0xb973f(0x455)](),_0x4507be=_0x1a252f[_0xb973f(0x455)]();return ji(_0x1b26e8&&_0x1b26e8[_0xb973f(0x754)]>0x0&&_0x1b26e8[_0xb973f(0x33c)]>0x0?Ei(_0x1a252f)?Mi(_0x1b26e8,_0x4507be[_0xb973f(0x976)]):_0x1b26e8:_0x4507be,_0x1a252f);}function Ei(_0x2a519c){const _0x59deca=_0x1ed4d3;return!!_0x2a519c['closest'](_0x59deca(0x3c9));}function Di(_0x529119){const _0x20ca6e=_0x1ed4d3;return Ei(_0x529119)||!!_0x529119[_0x20ca6e(0x6bc)](_0x20ca6e(0x727));}function Oi(_0x473ebb,_0x2600c1,_0x35e88d,_0x4f1642){const _0x59b308=_0x1ed4d3;_0x4f1642['current'][_0x59b308(0x360)](_0x321790=>window[_0x59b308(0x571)](_0x321790)),_0x4f1642['current']=[],_0x473ebb['invalidate']({'embedId':_0x2600c1,'reason':_0x35e88d});let _0x293fd6=_0x4a78ea=>{const _0xc70823=_0x59b308;let _0x453e60=window[_0xc70823(0x930)](()=>{const _0x4d985=_0xc70823;_0x4f1642[_0x4d985(0x1f3)]=_0x4f1642[_0x4d985(0x1f3)]['filter'](_0x1e7aa3=>_0x1e7aa3!==_0x453e60),_0x473ebb['invalidate']({'embedId':_0x2600c1,'reason':_0x35e88d}),_0x4a78ea>0x1&&_0x293fd6(_0x4a78ea-0x1);});_0x4f1642[_0xc70823(0x1f3)][_0xc70823(0x2fa)](_0x453e60);};_0x293fd6(0x2);}function ki(_0x3c50b0,_0x517b84,_0x54379a){const _0x2e79bc=_0x1ed4d3;if(vr(_0x517b84))return!0x1;let _0x4b0485=_0x517b84==null?void 0x0:_0x517b84[_0x2e79bc(0x1f6)];return!(_0x4b0485 instanceof Node&&_0x3c50b0[_0x2e79bc(0x495)](_0x4b0485)||_0x4b0485 instanceof HTMLElement&&_0x4b0485[_0x2e79bc(0x6bc)](_0x2e79bc(0x300))||_0x517b84 instanceof WheelEvent&&([...si[_0x2e79bc(0x3e4)]()]['some'](_0x40d312=>Ii(_0x40d312,_0x517b84))||Ii(_0x54379a,_0x517b84)));}function Ai(_0x21e995){const _0x2bbbed=_0x1ed4d3;return _0x21e995 instanceof WheelEvent?Math[_0x2bbbed(0x8d9)](_0x21e995[_0x2bbbed(0x942)])>=Math[_0x2bbbed(0x8d9)](_0x21e995['deltaX']):(_0x21e995==null?void 0x0:_0x21e995['type'])===_0x2bbbed(0x7ce);}function ji(_0x2adb37,_0x18c8f0){const _0xd91f7a=_0x1ed4d3;let _0x698d6f=Ni(_0x18c8f0,_0x2adb37);if(!_0x698d6f&&_0x2adb37[_0xd91f7a(0x578)]>=0x0&&_0x2adb37['left']>=0x0)return _0x2adb37;let _0x116f97=(_0x698d6f==null?void 0x0:_0x698d6f[_0xd91f7a(0x455)]())??new DOMRect(0x0,0x0,window[_0xd91f7a(0x795)],window[_0xd91f7a(0x965)]),_0x4f497e=Math[_0xd91f7a(0x287)](_0x2adb37[_0xd91f7a(0x2f6)],_0x116f97['left']),_0x40f07a=Math[_0xd91f7a(0x287)](_0x2adb37[_0xd91f7a(0x578)],_0x116f97[_0xd91f7a(0x578)]),_0x3c1886=Math[_0xd91f7a(0x451)](_0x2adb37[_0xd91f7a(0x770)],_0x116f97[_0xd91f7a(0x770)]),_0x514fac=Math['min'](_0x2adb37[_0xd91f7a(0x976)],_0x116f97[_0xd91f7a(0x976)]);return _0x3c1886<=_0x4f497e||_0x514fac<=_0x40f07a?new DOMRect(_0x4f497e,_0x40f07a,0x0,0x0):new DOMRect(_0x4f497e,_0x40f07a,_0x3c1886-_0x4f497e,_0x514fac-_0x40f07a);}function Mi(_0x26e60c,_0x4b2a6c){const _0x572fa6=_0x1ed4d3;let _0x53d6e2=Math[_0x572fa6(0x451)](_0x26e60c['bottom'],_0x4b2a6c);return _0x53d6e2<=_0x26e60c[_0x572fa6(0x578)]?new DOMRect(_0x26e60c[_0x572fa6(0x2f6)],_0x26e60c['top'],0x0,0x0):new DOMRect(_0x26e60c[_0x572fa6(0x2f6)],_0x26e60c[_0x572fa6(0x578)],_0x26e60c['width'],_0x53d6e2-_0x26e60c[_0x572fa6(0x578)]);}function Ni(_0x319267,_0x172b3e){const _0x53002f=_0x1ed4d3;let _0x1b50ee=_0x319267[_0x53002f(0x986)];for(;_0x1b50ee&&_0x1b50ee!==document[_0x53002f(0x235)]&&_0x1b50ee!==document[_0x53002f(0x50f)];){if(Er(_0x1b50ee)&&!Pi(_0x1b50ee,_0x172b3e))return _0x1b50ee;_0x1b50ee=_0x1b50ee[_0x53002f(0x986)];}return null;}function Pi(_0x1d30f8,_0x838e78){const _0x1dc160=_0x1ed4d3;let _0x250f24=_0x1d30f8[_0x1dc160(0x455)]();return _0x250f24[_0x1dc160(0x754)]<=0x0||_0x250f24[_0x1dc160(0x33c)]<=0x0||Math[_0x1dc160(0x8d9)](_0x250f24[_0x1dc160(0x2f6)]-_0x838e78[_0x1dc160(0x2f6)])<0x1&&Math['abs'](_0x250f24[_0x1dc160(0x578)]-_0x838e78[_0x1dc160(0x578)])<0x1&&Math[_0x1dc160(0x8d9)](_0x250f24[_0x1dc160(0x754)]-_0x838e78[_0x1dc160(0x754)])<0x1&&Math[_0x1dc160(0x8d9)](_0x250f24['height']-_0x838e78[_0x1dc160(0x33c)])<0x1;}function Fi(_0x511075,_0x5c4d6a,_0xf60c82){const _0x2fac81=_0x1ed4d3;return _0x5c4d6a>=_0x511075[_0x2fac81(0x2f6)]&&_0x5c4d6a<=_0x511075[_0x2fac81(0x770)]&&_0xf60c82>=_0x511075['top']&&_0xf60c82<=_0x511075[_0x2fac81(0x976)];}function Ii(_0xc7ea4b,_0x282862){const _0x40da34=_0x1ed4d3;let {height:_0x5c69f8,left:_0x338a18,top:_0x12d9dd,width:_0x3cd31d}=_0xc7ea4b;return Number[_0x40da34(0x8cd)](_0x338a18)&&Number[_0x40da34(0x8cd)](_0x12d9dd)&&Number['isFinite'](_0x3cd31d)&&Number['isFinite'](_0x5c69f8)&&(_0x3cd31d??0x0)>0x0&&(_0x5c69f8??0x0)>0x0&&_0x282862[_0x40da34(0x5a8)]>=_0x338a18&&_0x282862[_0x40da34(0x5a8)]<=_0x338a18+_0x3cd31d&&_0x282862[_0x40da34(0x576)]>=_0x12d9dd&&_0x282862[_0x40da34(0x576)]<=_0x12d9dd+_0x5c69f8;}function Li(..._0x3b7a6f){const _0x5ac7e7=_0x1ed4d3;return Math[_0x5ac7e7(0x287)](0x1,_0x3b7a6f['find'](_0x434f1c=>typeof _0x434f1c==_0x5ac7e7(0x584)&&Number['isFinite'](_0x434f1c)&&_0x434f1c>0x0)??0x1);}function Ri(_0x2c861a){const _0x125f51=_0x1ed4d3;return typeof _0x2c861a==_0x125f51(0x584)&&Number['isFinite'](_0x2c861a)&&_0x2c861a>0x0?_0x2c861a:0x1;}const zi=_0x1ed4d3(0x911);function Bi(..._0x8823c8){const _0x3a3b52=_0x1ed4d3;return _0x8823c8[_0x3a3b52(0x699)](_0x37d99a=>!!_0x37d99a&&_0x37d99a[_0x3a3b52(0x89c)]);}function Vi(_0x5c1fae,_0x252574,_0x185521,_0x54d0d5,_0x4c2f2e){const _0x41638e=_0x1ed4d3;let _0x3dbf32=_0x4c2f2e===a[_0x41638e(0x747)][_0x41638e(0x83f)],_0x2467b3=_0x3dbf32?()=>{}:(0x0,c[_0x41638e(0x4da)])(_0x252574?[_0x5c1fae,_0x252574]:[_0x5c1fae]),_0x24a5cd=_0x30eda0=>{const _0x3a987e=_0x41638e;let _0x3f934f=_0x30eda0[_0x3a987e(0x1f6)]instanceof HTMLElement?_0x30eda0[_0x3a987e(0x1f6)]:null,_0x250a22=_0x3f934f?_0x3f934f['closest']('[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]'):null,_0x481d4b=_0x5c1fae[_0x3a987e(0x964)][_0x3a987e(0x666)],_0x17c2ea=!!_0x250a22&&(_0x5c1fae[_0x3a987e(0x495)](_0x250a22)||(_0x252574==null?void 0x0:_0x252574[_0x3a987e(0x495)](_0x250a22))||_0x481d4b&&_0x250a22[_0x3a987e(0x964)][_0x3a987e(0x666)]===_0x481d4b),_0x238971=!!_0x3f934f&&!!(_0x54d0d5!=null&&_0x54d0d5[_0x3a987e(0x495)](_0x3f934f))&&!_0x5c1fae[_0x3a987e(0x495)](_0x3f934f);if(!(!_0x17c2ea&&!_0x238971&&!Hi(_0x3dbf32,_0x5c1fae,_0x252574,_0x3f934f))){if(_0x3dbf32){_0x185521==null||_0x185521(_0x30eda0),_0x30eda0[_0x3a987e(0x4fd)](),_0x30eda0[_0x3a987e(0x94b)]();return;}!_0x30eda0[_0x3a987e(0x30a)]&&!_0x30eda0[_0x3a987e(0x26a)]&&(_0x185521==null?void 0x0:_0x185521(_0x30eda0))!==!0x0||(_0x30eda0['preventDefault'](),_0x30eda0[_0x3a987e(0x94b)]());}};return _0x5c1fae[_0x41638e(0x2f2)]['addEventListener']('wheel',_0x24a5cd,{'capture':!0x0,'passive':!0x1}),()=>{const _0x2752b3=_0x41638e;_0x5c1fae[_0x2752b3(0x2f2)][_0x2752b3(0x2f5)]('wheel',_0x24a5cd,!0x0),_0x2467b3();};}function Hi(_0x2c35e9,_0xce3bc4,_0x204f09,_0x1d0e7e){const _0x2dbb77=_0x1ed4d3;return _0x2c35e9&&(_0xce3bc4[_0x2dbb77(0x495)](_0x1d0e7e)||(_0x204f09==null?void 0x0:_0x204f09[_0x2dbb77(0x495)](_0x1d0e7e))===!0x0);}function Ui(_0x34c220,_0x54be01){const _0x50e8e3=_0x1ed4d3;let _0x42671c=_0x34c220[_0x50e8e3(0x55c)](_0x50e8e3(0x2b4)),_0x303077=(_0x42671c==null?void 0x0:_0x42671c[_0x50e8e3(0x917)])instanceof HTMLElement?_0x42671c[_0x50e8e3(0x917)]:null,_0x5ebd75=_0x4790d9=>_0x4790d9 instanceof Node&&(_0x34c220[_0x50e8e3(0x495)](_0x4790d9)||_0x54be01[_0x50e8e3(0x495)](_0x4790d9)),_0x29a980=()=>{const _0x1ade7c=_0x50e8e3;var _0x43a449,_0x29de5c;_0x42671c==null||_0x42671c[_0x1ade7c(0x3e6)][_0x1ade7c(0x7e9)](_0x1ade7c(0x22a),'1'),((_0x43a449=_0x34c220['ownerDocument'][_0x1ade7c(0x2e9)])==null||(_0x29de5c=_0x43a449[_0x1ade7c(0x5b5)])==null?void 0x0:_0x29de5c[_0x1ade7c(0x5db)](_0x43a449,'(prefers-reduced-motion:\x20reduce)')['matches'])!==!0x0&&(_0x303077==null||_0x303077[_0x1ade7c(0x3e6)][_0x1ade7c(0x7e9)](_0x1ade7c(0x256),'univer-spin\x205s\x20linear\x20infinite'));},_0x194636=()=>{const _0x13b2ad=_0x50e8e3;_0x42671c==null||_0x42671c['style'][_0x13b2ad(0x748)]('opacity'),_0x303077==null||_0x303077[_0x13b2ad(0x3e6)][_0x13b2ad(0x748)](_0x13b2ad(0x256));},_0x361e9e=()=>{const _0x12a6b7=_0x50e8e3;_0x54be01['style']['setProperty'](_0x12a6b7(0x22a),'1'),_0x29a980();},_0xe88fb7=_0x1a8974=>{const _0x318204=_0x50e8e3;_0x5ebd75(_0x1a8974[_0x318204(0x2b0)])||(_0x54be01['style'][_0x318204(0x748)]('opacity'),_0x194636());};return _0x34c220[_0x50e8e3(0x7d4)](_0x50e8e3(0x881),_0x361e9e),_0x34c220[_0x50e8e3(0x7d4)](_0x50e8e3(0x51b),_0xe88fb7),_0x54be01[_0x50e8e3(0x7d4)]('pointerenter',_0x361e9e),_0x54be01[_0x50e8e3(0x7d4)](_0x50e8e3(0x51b),_0xe88fb7),(_0x34c220[_0x50e8e3(0x4b5)](_0x50e8e3(0x3f3))||_0x54be01[_0x50e8e3(0x4b5)](':hover'))&&_0x361e9e(),()=>{const _0x99cca2=_0x50e8e3;_0x34c220[_0x99cca2(0x2f5)](_0x99cca2(0x881),_0x361e9e),_0x34c220[_0x99cca2(0x2f5)](_0x99cca2(0x51b),_0xe88fb7),_0x54be01['removeEventListener'](_0x99cca2(0x881),_0x361e9e),_0x54be01['removeEventListener']('pointerleave',_0xe88fb7),_0x54be01[_0x99cca2(0x3e6)][_0x99cca2(0x748)]('opacity'),_0x194636();};}function Wi(_0x467c5d,_0x27319a){const _0x284112=_0x1ed4d3;if(_0x27319a instanceof HTMLCanvasElement&&_0x467c5d[_0x284112(0x52a)](_0x409259=>_0x409259['contains'](_0x27319a)))return _0x27319a;for(let _0x58301a of _0x467c5d){let _0x4ab37b=_0x58301a['querySelector'](_0x284112(0x2a6));if(_0x4ab37b)return _0x4ab37b;}return null;}function Gi(_0x48780b,_0x3f1e48=!0x1){const _0x42449d=_0x1ed4d3;return _0x48780b!==a[_0x42449d(0x747)][_0x42449d(0x32f)]&&_0x48780b!==a['UniverInstanceType'][_0x42449d(0x563)]&&(_0x3f1e48||_0x48780b!==a[_0x42449d(0x747)][_0x42449d(0x8ed)]);}function Ki(_0x56777f){const _0x5f3360=_0x1ed4d3;let _0x542fee=qi(_0x56777f);return _0x542fee===_0x5f3360(0x908)||_0x542fee==='child-popup'||_0x542fee==='floating-menu';}function qi(_0x5e4655){const _0x1f880d=_0x1ed4d3;var _0xaff562;if(!(_0x5e4655 instanceof HTMLElement))return;let _0x18df10=(_0xaff562=_0x5e4655[_0x1f880d(0x6bc)](_0x1f880d(0x4ea)))==null?void 0x0:_0xaff562[_0x1f880d(0x2d4)](W);return na(_0x18df10)?_0x18df10:void 0x0;}function Ji(_0x26f003,_0x328108,_0x10f30,_0x57b57e,_0x178c2b){const _0x546787=_0x1ed4d3;if(_0x178c2b!==_0x546787(0x334)||!_0x10f30||!_0x57b57e)return;let _0x21e9cb=new Map(),_0xbacf9=()=>{const _0x42a32e=_0x546787;let _0x25631b=new Set([_0x57b57e,..._0x328108[_0x42a32e(0x755)](_0x10f30)]);_0x21e9cb[_0x42a32e(0x360)]((_0x3d5a13,_0x32508f)=>{const _0x506221=_0x42a32e;_0x25631b[_0x506221(0x54f)](_0x32508f)||(_0x3d5a13[_0x506221(0x45b)](),_0x21e9cb[_0x506221(0x74c)](_0x32508f));}),_0x25631b['forEach'](_0x489684=>{const _0x203a16=_0x42a32e;_0x21e9cb[_0x203a16(0x54f)](_0x489684)||_0x26f003[_0x203a16(0x2eb)](_0x489684)||_0x21e9cb[_0x203a16(0x753)](_0x489684,_0x26f003[_0x203a16(0x813)](_0x489684));});};_0xbacf9();let _0x4d59a1=_0x328108[_0x546787(0x652)][_0x546787(0x49c)](_0xbacf9);return(0x0,a[_0x546787(0x64a)])(()=>{const _0x396e5e=_0x546787;_0x4d59a1[_0x396e5e(0x465)](),_0x21e9cb['forEach'](_0x137f6a=>_0x137f6a[_0x396e5e(0x45b)]()),_0x21e9cb[_0x396e5e(0x9c2)]();});}function Yi(_0x481565){const _0x2088e8=_0x1ed4d3;let _0x7011eb=_0x2f18a5=>{const _0x262e45=_0x54e0;var _0x37e71d,_0x43011c;let _0x48a075=_0x2f18a5[_0x262e45(0x1f6)],_0x441cc6=((_0x37e71d=_0x481565[_0x262e45(0x6a9)])==null?void 0x0:_0x37e71d[_0x262e45(0x5db)](_0x481565,_0x2f18a5))??!0x1;if(_0x481565[_0x262e45(0x46c)][_0x262e45(0x2ee)](_0x481565[_0x262e45(0x666)])===_0x262e45(0x23c))return;_0x441cc6&&(_0x481565[_0x262e45(0x544)][_0x262e45(0x1f3)]=Date[_0x262e45(0x8e7)]()+_0x481565['graceMs']);let _0x435430=_0x481565[_0x262e45(0x21a)][_0x262e45(0x892)](_0x481565[_0x262e45(0x666)],_0x48a075,_0x2f18a5)||_0x481565[_0x262e45(0x8af)]['contains'](_0x481565[_0x262e45(0x666)],_0x48a075,_0x2f18a5);_0x435430&&(_0x481565[_0x262e45(0x30c)]['current']=Date[_0x262e45(0x8e7)]()+_0x481565[_0x262e45(0x33f)]),!(!_0x48a075||_0x481565['container'][_0x262e45(0x495)](_0x48a075)||(_0x43011c=_0x481565['chrome'])!=null&&_0x43011c[_0x262e45(0x495)](_0x48a075)||_0x48a075[_0x262e45(0x6bc)](_0x262e45(0x7f9))||_0x435430||_0x441cc6||vi(_0x481565[_0x262e45(0x308)],_0x2f18a5))&&_0x481565['activationService']['clearFloating'](_0x481565['embedId'],_0x481565[_0x262e45(0x565)]);},_0x29a3d1=_0x4d108a=>{const _0x2dd28f=_0x54e0;var _0x31f7b0;let _0x3bd2bf=_0x4d108a[_0x2dd28f(0x1f6)],_0x4608d5=_0x481565[_0x2dd28f(0x308)]['ownerDocument']??(_0x3bd2bf==null?void 0x0:_0x3bd2bf[_0x2dd28f(0x2f2)]),_0x3d582b=_0x481565[_0x2dd28f(0x21a)][_0x2dd28f(0x772)](_0x481565[_0x2dd28f(0x666)],{'ignoreOwners':_0x481565[_0x2dd28f(0x613)]});_0x481565[_0x2dd28f(0x46c)][_0x2dd28f(0x2ee)](_0x481565[_0x2dd28f(0x666)])!==_0x2dd28f(0x23c)&&(!_0x3bd2bf||_0x3d582b||Date[_0x2dd28f(0x8e7)]()<_0x481565[_0x2dd28f(0x30c)][_0x2dd28f(0x1f3)]||Date[_0x2dd28f(0x8e7)]()<_0x481565[_0x2dd28f(0x544)][_0x2dd28f(0x1f3)]||_0x481565[_0x2dd28f(0x8af)][_0x2dd28f(0x606)](_0x481565[_0x2dd28f(0x666)],_0x4608d5)||!ea(_0x3bd2bf)||_0x481565['container'][_0x2dd28f(0x495)](_0x3bd2bf)||(_0x31f7b0=_0x481565[_0x2dd28f(0x3fb)])!=null&&_0x31f7b0[_0x2dd28f(0x495)](_0x3bd2bf)||_0x3bd2bf[_0x2dd28f(0x6bc)]('[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]')||_0x481565[_0x2dd28f(0x21a)]['containsElement'](_0x481565[_0x2dd28f(0x666)],_0x3bd2bf,_0x4d108a)||_0x481565[_0x2dd28f(0x8af)][_0x2dd28f(0x495)](_0x481565[_0x2dd28f(0x666)],_0x3bd2bf,_0x4d108a)||_0x481565[_0x2dd28f(0x514)]['clearFloating'](_0x481565[_0x2dd28f(0x666)],_0x481565['hostUnitId']));};return document['addEventListener'](_0x2088e8(0x888),_0x7011eb,!0x0),document[_0x2088e8(0x7d4)](_0x2088e8(0x845),_0x29a3d1,!0x0),(0x0,a['toDisposable'])(()=>{const _0x357f5b=_0x2088e8;document[_0x357f5b(0x2f5)](_0x357f5b(0x888),_0x7011eb,!0x0),document['removeEventListener'](_0x357f5b(0x845),_0x29a3d1,!0x0);});}function Xi(_0x3fc4d6){const _0x3b43c9=_0x1ed4d3;let _0x410225,_0x4d6d05=()=>{_0x410225=void 0x0;},_0x2cc2f3=_0x61ef82=>{const _0x29352f=_0x54e0;let _0x14cb1a=Zi(_0x3fc4d6[_0x29352f(0x8e9)]['getDescriptor'](_0x3fc4d6[_0x29352f(0x44c)][_0x29352f(0x565)],_0x3fc4d6[_0x29352f(0x44c)][_0x29352f(0x666)]),_0x3fc4d6[_0x29352f(0x44c)]);if(!(_0x14cb1a!=null&&_0x14cb1a[_0x29352f(0x442)]))return;let _0xa382bb=_0x61ef82[_0x29352f(0x1f6)];_0xa382bb!=null&&_0xa382bb[_0x29352f(0x6bc)](_0x29352f(0x7f9))||_0x3fc4d6[_0x29352f(0x46c)]['getStage'](_0x3fc4d6['data'][_0x29352f(0x666)])!==_0x29352f(0x334)&&(_0x410225={'button':_0x61ef82[_0x29352f(0x679)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x61ef82[_0x29352f(0x418)],'startedAt':Date[_0x29352f(0x8e7)](),'startX':_0x61ef82['clientX'],'startY':_0x61ef82[_0x29352f(0x576)]});},_0xa9ac8c=_0x297092=>{const _0x14972e=_0x54e0;if(!_0x410225||_0x410225[_0x14972e(0x418)]!==_0x297092[_0x14972e(0x418)]||Math['hypot'](_0x297092['clientX']-_0x410225[_0x14972e(0x233)],_0x297092[_0x14972e(0x576)]-_0x410225[_0x14972e(0x920)])<=0x4)return;_0x410225[_0x14972e(0x863)]=!0x0;let _0x411337=ar({'interactionFlow':_0x3fc4d6[_0x14972e(0x386)],'stage':_0x3fc4d6[_0x14972e(0x46c)][_0x14972e(0x2ee)](_0x3fc4d6[_0x14972e(0x44c)]['embedId'])});!_0x3fc4d6[_0x14972e(0x3fe)]||_0x410225['dragStarted']||!_0x411337[_0x14972e(0x4aa)]||(_0x410225[_0x14972e(0x351)]=!0x0,document[_0x14972e(0x95d)](new CustomEvent(zi,{'detail':{'button':_0x410225[_0x14972e(0x679)],'clientX':_0x410225[_0x14972e(0x233)],'clientY':_0x410225[_0x14972e(0x920)],'embedId':_0x3fc4d6[_0x14972e(0x44c)][_0x14972e(0x666)],'hostAnchorId':_0x3fc4d6['data'][_0x14972e(0x253)],'hostUnitId':_0x3fc4d6['data'][_0x14972e(0x565)],'pointerId':_0x410225['pointerId']}})));},_0x5dce2a=_0x32a8b2=>{const _0x5ca0b3=_0x54e0;let _0x52ec71=_0x410225;if(_0x410225=void 0x0,!_0x52ec71||_0x52ec71[_0x5ca0b3(0x418)]!==_0x32a8b2[_0x5ca0b3(0x418)]||_0x52ec71[_0x5ca0b3(0x863)]||Date[_0x5ca0b3(0x8e7)]()-_0x52ec71[_0x5ca0b3(0x79d)]>0x1f4)return;let _0x339164=Zi(_0x3fc4d6[_0x5ca0b3(0x8e9)][_0x5ca0b3(0x5ab)](_0x3fc4d6[_0x5ca0b3(0x44c)]['hostUnitId'],_0x3fc4d6[_0x5ca0b3(0x44c)][_0x5ca0b3(0x666)]),_0x3fc4d6[_0x5ca0b3(0x44c)]);if(!(_0x339164!=null&&_0x339164[_0x5ca0b3(0x442)]))return;let _0x306790=_0x3fc4d6[_0x5ca0b3(0x46c)]['getStage'](_0x3fc4d6['data'][_0x5ca0b3(0x666)]);if(_0x306790!=='stage2'){if(_0x306790===_0x5ca0b3(0x412)){_0x3fc4d6[_0x5ca0b3(0x514)][_0x5ca0b3(0x330)](_0x339164,_0x5ca0b3(0x334),{'portalContainer':_0x3fc4d6[_0x5ca0b3(0x348)]});return;}if(_0x3fc4d6['interactionFlow']===_0x5ca0b3(0x4de)){_0x3fc4d6['acquireStage2SessionLease'](),_0x3fc4d6[_0x5ca0b3(0x514)][_0x5ca0b3(0x330)](_0x339164,_0x5ca0b3(0x334),{'portalContainer':_0x3fc4d6[_0x5ca0b3(0x348)]}),_0x3fc4d6[_0x5ca0b3(0x1f7)]();return;}_0x3fc4d6[_0x5ca0b3(0x514)]['activateFloating'](_0x339164,_0x5ca0b3(0x412));}};return _0x3fc4d6['gate'][_0x3b43c9(0x7d4)](_0x3b43c9(0x888),_0x2cc2f3,!0x0),_0x3fc4d6[_0x3b43c9(0x356)]['addEventListener'](_0x3b43c9(0x74b),_0xa9ac8c,!0x0),_0x3fc4d6[_0x3b43c9(0x356)][_0x3b43c9(0x7d4)](_0x3b43c9(0x548),_0x5dce2a,!0x0),_0x3fc4d6[_0x3b43c9(0x356)][_0x3b43c9(0x7d4)](_0x3b43c9(0x750),_0x4d6d05,!0x0),(0x0,a[_0x3b43c9(0x64a)])(()=>{const _0x20dbdc=_0x3b43c9;_0x3fc4d6[_0x20dbdc(0x356)][_0x20dbdc(0x2f5)](_0x20dbdc(0x888),_0x2cc2f3,!0x0),_0x3fc4d6['gate'][_0x20dbdc(0x2f5)](_0x20dbdc(0x74b),_0xa9ac8c,!0x0),_0x3fc4d6[_0x20dbdc(0x356)][_0x20dbdc(0x2f5)](_0x20dbdc(0x548),_0x5dce2a,!0x0),_0x3fc4d6['gate'][_0x20dbdc(0x2f5)](_0x20dbdc(0x750),_0x4d6d05,!0x0);});}function Zi(_0x409797,_0x2240b2){const _0x5d929e=_0x1ed4d3;return!_0x409797||_0x409797[_0x5d929e(0x442)]||!_0x2240b2[_0x5d929e(0x442)]||_0x2240b2[_0x5d929e(0x5c7)]==null?_0x409797:{..._0x409797,'childType':_0x2240b2[_0x5d929e(0x5c7)],'childUnitId':_0x2240b2['childUnitId']};}function Qi(_0x35d385){const _0x12be54=_0x1ed4d3;let _0x4c4222=()=>{const _0x336778=_0x54e0;let _0x2d5e8d=_0x35d385[_0x336778(0x402)][_0x336778(0x2f2)][_0x336778(0x503)];return!!_0x2d5e8d&&_0x35d385[_0x336778(0x944)]()[_0x336778(0x52a)](_0x386736=>_0x386736[_0x336778(0x495)](_0x2d5e8d));},_0x3cd646=(_0x471da4,_0x122d82=!0x1,_0x9b57c=!0x1)=>{const _0x55f10b=_0x54e0;_0x35d385[_0x55f10b(0x44c)]['embedId']&&_0x35d385[_0x55f10b(0x46c)][_0x55f10b(0x2ee)](_0x35d385[_0x55f10b(0x44c)][_0x55f10b(0x666)])!==_0x55f10b(0x334)||Gi(_0x35d385[_0x55f10b(0x44c)][_0x55f10b(0x5c7)],_0x9b57c)&&(_0x35d385[_0x55f10b(0x21a)][_0x55f10b(0x772)](_0x35d385[_0x55f10b(0x44c)][_0x55f10b(0x666)],{'ignoreOwners':_0x35d385[_0x55f10b(0x613)]})||!_0x122d82&&_0x4c4222()||(_0x471da4[_0x55f10b(0x76c)](_0x55f10b(0x6f1))||(_0x471da4[_0x55f10b(0x5d4)]=-0x1),_0x471da4[_0x55f10b(0x27e)]({'preventScroll':!0x0})));},_0x53da35=_0x2f5766=>{const _0x219cf6=_0x54e0;let _0x44a3cd=_0x35d385[_0x219cf6(0x44c)]['embedId']?_0x35d385[_0x219cf6(0x46c)][_0x219cf6(0x2ee)](_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)]):_0x219cf6(0x23c);if(_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)]&&_0x44a3cd!=='stage2'){if(_0x35d385[_0x219cf6(0x386)]!==_0x219cf6(0x4de)||!_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x565)])return;let _0x1ab109=Zi(_0x35d385[_0x219cf6(0x8e9)][_0x219cf6(0x5ab)](_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x565)],_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)]),_0x35d385[_0x219cf6(0x44c)]);if(!(_0x1ab109!=null&&_0x1ab109[_0x219cf6(0x442)]))return;_0x35d385[_0x219cf6(0x299)](),_0x35d385['activationService'][_0x219cf6(0x330)](_0x1ab109,'stage2',{'portalContainer':_0x35d385[_0x219cf6(0x348)]}),_0x35d385[_0x219cf6(0x1f7)]();}if(Ki(_0x2f5766['target'])||_0x35d385['focusCoordinator'][_0x219cf6(0x772)](_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)],{'ignoreOwners':_0x35d385[_0x219cf6(0x613)]}))return;if(_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x565)]&&_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)]){let _0x1fbf85=Zi(_0x35d385[_0x219cf6(0x8e9)][_0x219cf6(0x5ab)](_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x565)],_0x35d385['data'][_0x219cf6(0x666)]),_0x35d385[_0x219cf6(0x44c)]);(_0x1fbf85==null?void 0x0:_0x1fbf85[_0x219cf6(0x442)])!=null&&_0x1fbf85[_0x219cf6(0x5c7)]!=null&&_0x35d385['activationService'][_0x219cf6(0x3a9)](_0x1fbf85);}let _0x4075fc=Wi(_0x35d385['getRuntimeRoots'](),_0x2f5766[_0x219cf6(0x1f6)]);_0x4075fc&&_0x3cd646(_0x4075fc,!0x0,_0x2f5766[_0x219cf6(0x1f6)]===_0x4075fc);};return _0x35d385['liveRoot']['addEventListener']('pointerdown',_0x53da35,!0x0),(0x0,a[_0x12be54(0x64a)])(()=>_0x35d385[_0x12be54(0x402)][_0x12be54(0x2f5)](_0x12be54(0x888),_0x53da35,!0x0));}function $i(_0x2a23b0){const _0x49a52b=_0x1ed4d3;let _0x1a2f1a=_0x2a23b0[_0x49a52b(0x402)][_0x49a52b(0x2f2)],_0x2b64df,_0x250fe2=()=>{const _0xc967f4=_0x49a52b;_0x2b64df!=null&&(globalThis[_0xc967f4(0x7b3)](_0x2b64df),_0x2b64df=void 0x0);},_0x32cd38=()=>{const _0x4b6f50=_0x49a52b;var _0x5953e5;_0x250fe2(),(_0x5953e5=_0x2a23b0[_0x4b6f50(0x49b)]['current'])==null||_0x5953e5[_0x4b6f50(0x45b)](),_0x2a23b0['pointerLease'][_0x4b6f50(0x1f3)]=void 0x0;},_0x58ff70=()=>{const _0x5b3d7a=_0x49a52b;globalThis[_0x5b3d7a(0x45e)](()=>{const _0x51ec48=_0x5b3d7a;_0x2a23b0[_0x51ec48(0x660)][_0x51ec48(0x1f3)]=void 0x0;}),_0x250fe2(),_0x2b64df=globalThis[_0x5b3d7a(0x84e)](()=>{const _0x40afd9=_0x5b3d7a;var _0x24a7e2;_0x2b64df=void 0x0,(_0x24a7e2=_0x2a23b0['pointerLease'][_0x40afd9(0x1f3)])==null||_0x24a7e2[_0x40afd9(0x45b)](),_0x2a23b0['pointerLease'][_0x40afd9(0x1f3)]=void 0x0;},_0x2a23b0[_0x5b3d7a(0x33f)]);},_0x4e80f2=_0xaa21dd=>{const _0x2a8652=_0x49a52b;_0x32cd38(),_0x2a23b0['pointerLease']['current']=_0x2a23b0[_0x2a8652(0x21a)]['acquireLease']({'childType':_0x2a23b0[_0x2a8652(0x44c)][_0x2a8652(0x5c7)],'childUnitId':_0x2a23b0[_0x2a8652(0x44c)][_0x2a8652(0x442)],'embedId':_0x2a23b0[_0x2a8652(0x44c)][_0x2a8652(0x666)],'hostUnitId':_0x2a23b0[_0x2a8652(0x44c)]['hostUnitId'],'owner':'runtime-pointer','role':_0xaa21dd});},_0x527411=()=>{const _0x4ed6e9=_0x49a52b;_0x2a23b0[_0x4ed6e9(0x46c)][_0x4ed6e9(0x2ee)](_0x2a23b0[_0x4ed6e9(0x44c)]['embedId'])==='stage2'&&_0x4e80f2(_0x4ed6e9(0x908));},_0xd11953=_0x1ccf52=>{const _0x4d4b35=_0x49a52b;let _0x34bd96=_0x1ccf52[_0x4d4b35(0x1f6)],_0xbd6230=_0x34bd96 instanceof Node&&_0x2a23b0['liveRoot'][_0x4d4b35(0x495)](_0x34bd96)||_0x2a23b0[_0x4d4b35(0x21a)][_0x4d4b35(0x892)](_0x2a23b0[_0x4d4b35(0x44c)][_0x4d4b35(0x666)],_0x34bd96,_0x1ccf52)||_0x2a23b0[_0x4d4b35(0x8af)][_0x4d4b35(0x495)](_0x2a23b0[_0x4d4b35(0x44c)][_0x4d4b35(0x666)],_0x34bd96,_0x1ccf52);_0x2a23b0[_0x4d4b35(0x660)]['current']=_0xbd6230?_0x4d4b35(0x6cd):_0x4d4b35(0x446);},_0xe3d1b1=_0x3a4881=>{const _0x25e3bb=_0x49a52b;if(_0x2a23b0['floatingActiveService']['getStage'](_0x2a23b0[_0x25e3bb(0x44c)][_0x25e3bb(0x666)])!=='stage2'||!(_0x2a23b0[_0x25e3bb(0x21a)]['containsElement'](_0x2a23b0[_0x25e3bb(0x44c)]['embedId'],_0x3a4881[_0x25e3bb(0x1f6)],_0x3a4881)||_0x2a23b0['interactionBoundaryService']['contains'](_0x2a23b0[_0x25e3bb(0x44c)][_0x25e3bb(0x666)],_0x3a4881[_0x25e3bb(0x1f6)],_0x3a4881)))return;_0x2a23b0[_0x25e3bb(0x30c)]['current']=Date['now']()+_0x2a23b0[_0x25e3bb(0x33f)];let _0x16074f=qi(_0x3a4881['target'])??_0x25e3bb(0x908);_0x4e80f2(_0x16074f===_0x25e3bb(0x8d5)||_0x16074f===_0x25e3bb(0x26c)||_0x16074f===_0x25e3bb(0x858)?_0x25e3bb(0x908):_0x16074f);};return _0x2a23b0[_0x49a52b(0x402)][_0x49a52b(0x7d4)](_0x49a52b(0x888),_0x527411,!0x0),_0x1a2f1a[_0x49a52b(0x7d4)](_0x49a52b(0x888),_0xd11953,!0x0),_0x1a2f1a[_0x49a52b(0x7d4)](_0x49a52b(0x888),_0xe3d1b1,!0x0),_0x1a2f1a['addEventListener'](_0x49a52b(0x548),_0x58ff70,!0x0),_0x1a2f1a[_0x49a52b(0x7d4)]('pointercancel',_0x58ff70,!0x0),(0x0,a[_0x49a52b(0x64a)])(()=>{const _0xe3286e=_0x49a52b;_0x2a23b0[_0xe3286e(0x402)][_0xe3286e(0x2f5)](_0xe3286e(0x888),_0x527411,!0x0),_0x1a2f1a[_0xe3286e(0x2f5)](_0xe3286e(0x888),_0xd11953,!0x0),_0x1a2f1a[_0xe3286e(0x2f5)](_0xe3286e(0x888),_0xe3d1b1,!0x0),_0x1a2f1a[_0xe3286e(0x2f5)](_0xe3286e(0x548),_0x58ff70,!0x0),_0x1a2f1a[_0xe3286e(0x2f5)](_0xe3286e(0x750),_0x58ff70,!0x0),_0x2a23b0[_0xe3286e(0x660)][_0xe3286e(0x1f3)]=void 0x0,_0x32cd38();});}function ea(_0x4a72af){const _0x620148=_0x1ed4d3;return _0x4a72af['id']===_0x620148(0x1f9)||_0x4a72af['id']['startsWith'](_0x620148(0x8c1))||_0x4a72af['id'][_0x620148(0x87c)]('univer-doc-selection-container-docs-')||_0x4a72af['closest'](_0x620148(0x717))!=null;}function ta(_0x2170a4,_0x57d525){const _0x4d398c=_0x1ed4d3;if(!_0x2170a4||_0x57d525[_0x4d398c(0x9ba)]===0x0)return;let _0x20dbbe=_0x57d525[0x0][_0x4d398c(0x2f2)]['activeElement'];_0x20dbbe instanceof HTMLElement&&(_0x57d525['some'](_0x52d6c1=>_0x52d6c1[_0x4d398c(0x495)](_0x20dbbe))||_0x20dbbe['closest'](_0x4d398c(0x796)+_0x2170a4+'\x22]')!=null)&&_0x20dbbe[_0x4d398c(0x585)]();}function na(_0x1694db){const _0xa06c8e=_0x1ed4d3;return _0x1694db==='runtime'||_0x1694db===_0xa06c8e(0x26c)||_0x1694db===_0xa06c8e(0x908)||_0x1694db===_0xa06c8e(0x31c)||_0x1694db===_0xa06c8e(0x858);}function ra(_0x301f46){const _0xba43=_0x1ed4d3;let {children:_0x45922f,placement:_0x2ebd06=_0xba43(0x578),title:_0x2e6421}=_0x301f46,[_0x34eeb3,_0x3d6fce]=(0x0,d[_0xba43(0x632)])(!0x1),_0x526f19=(0x0,d[_0xba43(0x867)])(null),_0x2c86f6=(0x0,d[_0xba43(0x6f5)])(()=>{const _0x142404=_0xba43;_0x526f19[_0x142404(0x1f3)]!==null&&(clearTimeout(_0x526f19[_0x142404(0x1f3)]),_0x526f19[_0x142404(0x1f3)]=null);},[]),_0x2fed01=_0x224611=>{const _0x246105=_0xba43;_0x2c86f6(),_0x224611?_0x526f19[_0x246105(0x1f3)]=setTimeout(()=>_0x3d6fce(!0x0),0x64):_0x3d6fce(!0x1);};return(0x0,d[_0xba43(0x8a5)])(()=>_0x2c86f6,[_0x2c86f6]),(0x0,m[_0xba43(0x689)])(l['Tooltip'],{'title':_0x2e6421,'placement':_0x2ebd06,'visible':_0x34eeb3,'onVisibleChange':_0x2fed01,'children':(0x0,m[_0xba43(0x689)])(_0xba43(0x7a6),{'className':_0xba43(0x3b2),'onFocus':_0x517102=>_0x517102[_0xba43(0x94b)](),'onPointerDown':()=>_0x2fed01(!0x1),'children':_0x45922f})});}function ia(_0x255691){const _0x2bf066=_0x1ed4d3;let {hostUnitId:_0x26411f,embedId:_0x4f579e,className:_0x57dd2a,variant:_0x18a97f='float'}=_0x255691,_0x45d9b0=(0x0,d['useRef'])(null),_0x3e9c5b=(0x0,c[_0x2bf066(0x2d7)])(t[_0x2bf066(0x3b9)]),_0x1a9243=(0x0,c[_0x2bf066(0x2d7)])(Kt),_0x3ac450=(0x0,c[_0x2bf066(0x2d7)])(Qn),_0x2c8fdb=(0x0,c['useDependency'])(a[_0x2bf066(0x58e)])['t']('embed-ui.fullscreen.enter'),_0x1f108b=(0x0,d[_0x2bf066(0x6f5)])(_0x2bc8d4=>{const _0x3be828=_0x2bf066;_0x2bc8d4[_0x3be828(0x4fd)](),_0x2bc8d4[_0x3be828(0x94b)](),!(!_0x26411f||!_0x4f579e)&&aa({'hostUnitId':_0x26411f,'embedId':_0x4f579e,'activationService':_0x1a9243,'embedModelService':_0x3e9c5b,'fullscreenService':_0x3ac450});},[_0x1a9243,_0x4f579e,_0x3e9c5b,_0x3ac450,_0x26411f]);return(0x0,d[_0x2bf066(0x8a5)])(()=>{const _0x14c0b5=_0x2bf066;let _0x12337c=_0x45d9b0[_0x14c0b5(0x1f3)];if(!_0x12337c)return;let _0x20c81a=_0x59ea9d=>{const _0x4560f1=_0x14c0b5;_0x59ea9d[_0x4560f1(0x94b)]();};return _0x12337c[_0x14c0b5(0x7d4)](_0x14c0b5(0x888),_0x20c81a),_0x12337c[_0x14c0b5(0x7d4)](_0x14c0b5(0x853),_0x1f108b),()=>{const _0x15ba91=_0x14c0b5;_0x12337c[_0x15ba91(0x2f5)](_0x15ba91(0x888),_0x20c81a),_0x12337c['removeEventListener'](_0x15ba91(0x853),_0x1f108b);};},[_0x1f108b,_0x18a97f]),_0x18a97f===_0x2bf066(0x352)?(0x0,m[_0x2bf066(0x689)])(ra,{'title':_0x2c8fdb,'children':(0x0,m[_0x2bf066(0x689)])(l[_0x2bf066(0x674)],{'ref':_0x45d9b0,'type':'button','size':_0x2bf066(0x2fb),'variant':'ghost','className':(0x0,l[_0x2bf066(0x2e8)])(_0x2bf066(0x38c),_0x57dd2a),'aria-label':_0x2c8fdb,'children':(0x0,m['jsx'])(u[_0x2bf066(0x603)],{})})}):(0x0,m['jsx'])(_0x2bf066(0x679),{'ref':_0x45d9b0,'type':_0x2bf066(0x679),'className':(0x0,l['clsx'])(_0x2bf066(0x292),_0x57dd2a),'data-embed-float-fullscreen-button':_0x2bf066(0x85d),'title':_0x2c8fdb,'aria-label':_0x2c8fdb,'children':(0x0,m['jsx'])(u['ExpandIcon'],{'className':'univer-relative\x20univer-z-10\x20univer-size-[18px]\x20univer-drop-shadow-sm','aria-hidden':'true'})});}function aa(_0x3436ee){const _0x2f4c28=_0x1ed4d3;var _0x3e31b9;let _0x41bf13=_0x3436ee['embedModelService'][_0x2f4c28(0x5ab)](_0x3436ee[_0x2f4c28(0x565)],_0x3436ee[_0x2f4c28(0x666)]);return!(_0x41bf13!=null&&_0x41bf13[_0x2f4c28(0x442)])||_0x41bf13[_0x2f4c28(0x5c7)]==null?!0x1:((_0x3e31b9=_0x3436ee[_0x2f4c28(0x514)])==null||_0x3e31b9[_0x2f4c28(0x31f)](_0x3436ee[_0x2f4c28(0x666)],_0x3436ee[_0x2f4c28(0x565)]),_0x3436ee[_0x2f4c28(0x6ec)][_0x2f4c28(0x9bf)](_0x41bf13),!0x0);}const oa=_0x1ed4d3(0x873),sa=_0x1ed4d3(0x22b),ca=[oa,sa];function la(_0x17bf2a){const _0x227aeb=_0x1ed4d3;var _0x178f9b,_0x10911d,_0x56567a;let {data:_0x3ee9dd,deferInactiveFloatingChrome:_0x2326eb,docsCustomBlockLayout:_0x96a8ee,enableStage1BodyDrag:_0xb0b952,floatingChromeZIndex:_0x3eeefe,hostFloatDomLayout$:_0x1a3372,initialStage:_0x243c4d,interactionFlow:_0x3012d4='floating-stage',isExternalHostInteraction:_0x1898fe,onHostWheel:_0x83a3bf,onRuntimeStageEnter:_0x5b4717,onRuntimeStageExit:_0x1057d9,resolveHostWheelGestureRoot:_0x2a78d6,syncHostVerticalScroll:_0x295216}=_0x17bf2a,_0x3f5b20=(0x0,d[_0x227aeb(0x867)])(null),_0x3de45b=(0x0,d[_0x227aeb(0x867)])(null),_0x21238d=(0x0,d[_0x227aeb(0x867)])(null),_0x5958f2=(0x0,d[_0x227aeb(0x867)])(null),_0x5d85d9=(0x0,d[_0x227aeb(0x867)])(null),_0x43b606=(0x0,d[_0x227aeb(0x867)])(null),_0x216572=(0x0,d['useRef'])(null),_0x5dbb90=(0x0,d[_0x227aeb(0x867)])(null),_0x5b5338=(0x0,d[_0x227aeb(0x867)])(null),_0x350b8c=(0x0,c[_0x227aeb(0x2d7)])(t[_0x227aeb(0x3b9)]),_0x13ba54=(0x0,c['useDependency'])(_t),_0x46231e=(0x0,c[_0x227aeb(0x2d7)])(le),_0x8b87b5=(0x0,c[_0x227aeb(0x2d7)])(Kt),_0x3ad06b=(0x0,c[_0x227aeb(0x2d7)])(Ur),_0x4ebf5b=(0x0,c[_0x227aeb(0x2d7)])(Wr),_0x1bcf0a=(0x0,c[_0x227aeb(0x2d7)])(Qn),_0x5a5523=(0x0,c[_0x227aeb(0x2d7)])(q),_0x472163=(0x0,c[_0x227aeb(0x2d7)])(Ut),_0x1b00ac=(0x0,c[_0x227aeb(0x2d7)])(Gr),_0x53e8a3=(0x0,c[_0x227aeb(0x2d7)])(ai),_0x4bcb83=(0x0,c['useDependency'])(ii),_0x548b19=(0x0,c['useDependency'])(G),_0x4d2292=(0x0,c['useDependency'])(Xr),_0x558a04=(0x0,c[_0x227aeb(0x2d7)])(a[_0x227aeb(0x8e6)]),_0x4414f1=(0x0,c[_0x227aeb(0x2d7)])(a[_0x227aeb(0x90d)]),_0x4da3ba=(0x0,c['useDependency'])(c[_0x227aeb(0x793)]),_0x215a18=oi(_0x3ee9dd),_0x1ffd92=_0x96a8ee!=null&&_0x96a8ee[_0x227aeb(0x566)]?_0x96a8ee:void 0x0,_0x25a200=_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x37e)],_0x2298bc=_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x82c)],_0x55e5e6=(_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x45c)])??0x1,[_0x7a7597,_0x14d133]=(0x0,d[_0x227aeb(0x632)])(0x0),[_0x3fdae0,_0x111843]=(0x0,d[_0x227aeb(0x632)])(0x0),_0x5d1028=_0x1ffd92?pi(_0x1ffd92):void 0x0,_0x3ccc9e=Math['min'](_0x3fdae0,(_0x5d1028==null?void 0x0:_0x5d1028[_0x227aeb(0x7b9)])??0x0),_0x32f285=(0x0,c[_0x227aeb(0x713)])(()=>_0x46231e[_0x227aeb(0x589)][_0x227aeb(0x83c)]((0x0,f[_0x227aeb(0x572)])(()=>_0x215a18!=null&&_0x215a18[_0x227aeb(0x666)]?_0x46231e[_0x227aeb(0x2ee)](_0x215a18[_0x227aeb(0x666)]):_0x227aeb(0x23c))),_0x243c4d??(_0x215a18!=null&&_0x215a18['embedId']?_0x46231e['getStage'](_0x215a18['embedId']):_0x227aeb(0x23c)),!0x1,[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x46231e]),_0x424cea=(0x0,d[_0x227aeb(0x867)])(_0x32f285),_0x57b28e=(0x0,d['useRef'])(!0x1),_0x31f912=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x10b127=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x1a7dcb=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x295dda=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x34f9a0=(0x0,d['useRef'])(void 0x0),_0x42003d=(0x0,d[_0x227aeb(0x867)])(0x0),_0x3df1e5=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x3f9333=(0x0,d[_0x227aeb(0x867)])(!0x1),_0x4fa910=(0x0,d['useRef'])(!0x1),_0x5975c0=(0x0,d[_0x227aeb(0x867)])(_0x3ccc9e),_0x2892b4=(0x0,d[_0x227aeb(0x867)])(_0x5d1028),_0x1cdb02=(0x0,d['useRef'])(_0x55e5e6),_0x5daea8=(0x0,d['useRef'])(0x0),_0x498519=(0x0,d['useRef'])(0x0),_0x5a8933=(0x0,d['useRef'])([]),_0x454bf5=(0x0,d[_0x227aeb(0x867)])(_0x32f285);_0x454bf5['current']=_0x32f285,_0x5975c0[_0x227aeb(0x1f3)]=_0x3ccc9e,_0x2892b4[_0x227aeb(0x1f3)]=_0x5d1028,_0x1cdb02[_0x227aeb(0x1f3)]=_0x55e5e6;let _0x52eacc=(0x0,d[_0x227aeb(0x6f5)])(_0x28a01b=>{const _0x5ebb37=_0x227aeb;let _0x104da6=_0x2892b4['current'];if(!_0x104da6)return!0x1;let _0x806c6d=_0x5975c0[_0x5ebb37(0x1f3)],_0x49200b=mi(_0x806c6d+kr(_0x28a01b)/_0x1cdb02[_0x5ebb37(0x1f3)],0x0,_0x104da6[_0x5ebb37(0x7b9)]);return _0x49200b===_0x806c6d?!0x1:(_0x5975c0['current']=_0x49200b,_0x111843(_0x49200b),!0x0);},[]),_0x352edc=(0x0,d[_0x227aeb(0x6f5)])((_0x20272a,_0x3db581)=>$r(_0x20272a,_0x3db581,{'commandService':_0x558a04,'univerInstanceService':_0x4414f1})?!0x0:(_0x83a3bf==null?void 0x0:_0x83a3bf(_0x20272a,_0x3db581))===!0x0,[_0x558a04,_0x83a3bf,_0x4414f1]),_0x46cd0f=(0x0,d[_0x227aeb(0x6f5)])(()=>{const _0x1ff8f1=_0x227aeb;var _0x36aec6;(_0x36aec6=_0x10b127[_0x1ff8f1(0x1f3)])==null||_0x36aec6[_0x1ff8f1(0x45b)](),_0x10b127['current']=void 0x0;},[]),_0x10578a=(0x0,d['useCallback'])(()=>{const _0x2efe0f=_0x227aeb;var _0x58ea89,_0x3c6733;if(!(_0x215a18!=null&&_0x215a18['embedId'])||_0x10b127['current'])return;let _0x3d5db2=_0x215a18[_0x2efe0f(0x565)]?_0x350b8c[_0x2efe0f(0x5ab)](_0x215a18[_0x2efe0f(0x565)],_0x215a18[_0x2efe0f(0x666)]):void 0x0,_0x41ed00=ua(_0x3d5db2),_0x20d0bc=_0x215a18[_0x2efe0f(0x442)]??(_0x3d5db2==null?void 0x0:_0x3d5db2['childUnitId'])??((_0x58ea89=_0x31f912['current'])==null?void 0x0:_0x58ea89[_0x2efe0f(0x442)])??(_0x41ed00==null?void 0x0:_0x41ed00[_0x2efe0f(0x442)]),_0x301483=_0x215a18[_0x2efe0f(0x5c7)]??(_0x3d5db2==null?void 0x0:_0x3d5db2[_0x2efe0f(0x5c7)])??((_0x3c6733=_0x31f912[_0x2efe0f(0x1f3)])==null?void 0x0:_0x3c6733[_0x2efe0f(0x5c7)])??(_0x41ed00==null?void 0x0:_0x41ed00[_0x2efe0f(0x5c7)]);_0x10b127['current']=_0x548b19[_0x2efe0f(0x294)]({'embedId':_0x215a18['embedId'],'role':_0x2efe0f(0x26c),'owner':_0x3012d4===_0x2efe0f(0x4de)?sa:oa,'sessionMode':'child-keyboard','hostUnitId':_0x215a18[_0x2efe0f(0x565)],'childUnitId':_0x20d0bc,'childType':_0x301483});},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x442)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x548b19,_0x3012d4]),_0x19a127=(0x0,d['useCallback'])(()=>{const _0x37ccbb=_0x227aeb;if(!(_0x215a18!=null&&_0x215a18[_0x37ccbb(0x666)]))return;let _0x431317=_0x215a18[_0x37ccbb(0x666)];window[_0x37ccbb(0x930)](()=>{const _0x3938e7=_0x37ccbb;_0x46231e[_0x3938e7(0x2ee)](_0x431317)!==_0x3938e7(0x334)&&_0x46cd0f();});},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x46231e,_0x46cd0f]),_0x5e734d=_0x215a18!=null&&_0x215a18[_0x227aeb(0x565)]?_0x350b8c[_0x227aeb(0x5ab)](_0x215a18[_0x227aeb(0x565)],_0x215a18[_0x227aeb(0x666)]):void 0x0,_0x2c493f=ua(_0x5e734d),_0x2ef61e=(_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x442)])??(_0x5e734d==null?void 0x0:_0x5e734d[_0x227aeb(0x442)])??((_0x178f9b=_0x31f912[_0x227aeb(0x1f3)])==null?void 0x0:_0x178f9b[_0x227aeb(0x442)])??(_0x2c493f==null?void 0x0:_0x2c493f['childUnitId']),_0x2df2b3=(_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)])??(_0x5e734d==null?void 0x0:_0x5e734d[_0x227aeb(0x5c7)])??((_0x10911d=_0x31f912['current'])==null?void 0x0:_0x10911d[_0x227aeb(0x5c7)])??(_0x2c493f==null?void 0x0:_0x2c493f['childType']),_0x5a08f0=_0x2df2b3==null||(_0x56567a=_0x13ba54[_0x227aeb(0x53b)](_0x2df2b3))==null?void 0x0:_0x56567a['canvasRootClassName'],_0x3dbae3=sr(_0x5e734d,_0x32f285);(0x0,d['useEffect'])(()=>{const _0x591df7=_0x227aeb;let _0x328cb6=_0x3f5b20[_0x591df7(0x1f3)];return()=>{const _0x1f391c=_0x591df7;let _0xbaf8df=_0x1bcf0a[_0x1f391c(0x28a)](),_0x5e1dc5=(_0x215a18==null?void 0x0:_0x215a18['embedId'])&&(_0xbaf8df==null?void 0x0:_0xbaf8df[_0x1f391c(0x666)])===_0x215a18[_0x1f391c(0x666)];_0x215a18!=null&&_0x215a18['embedId']&&!(_0x328cb6!=null&&_0x328cb6[_0x1f391c(0x89c)])&&!_0x5e1dc5&&_0x46231e[_0x1f391c(0x2ee)](_0x215a18['embedId'])!=='inactive'&&_0x8b87b5['clearFloating'](_0x215a18[_0x1f391c(0x666)],_0x215a18[_0x1f391c(0x565)]);};},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18['embedId'],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x46231e,_0x1bcf0a]),(0x0,d['useEffect'])(()=>{const _0x3d82d5=_0x227aeb;if(!(!(_0x215a18!=null&&_0x215a18[_0x3d82d5(0x666)])||_0x32f285!==_0x3d82d5(0x334)))return _0x10578a(),_0x46cd0f;},[_0x10578a,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x46cd0f,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x103fea=_0x227aeb;let _0x3c2bc9=_0x3f5b20[_0x103fea(0x1f3)],_0x5ea933=Ji(_0x4da3ba,_0x548b19,_0x215a18==null?void 0x0:_0x215a18[_0x103fea(0x666)],_0x3c2bc9,_0x32f285);if(_0x5ea933)return()=>_0x5ea933['dispose']();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x548b19,_0x4da3ba,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x10d225=_0x227aeb;let _0xec8f1e=_0x5958f2['current'];if(_0x32f285!==_0x10d225(0x334)||_0x2df2b3!==a['UniverInstanceType'][_0x10d225(0x8ed)]||!(_0x215a18!=null&&_0x215a18[_0x10d225(0x666)])||!_0xec8f1e)return;let _0x2e4a11=()=>Xt(_0x215a18[_0x10d225(0x666)],_0xec8f1e);_0x2e4a11();let _0x4f5ba5=window['requestAnimationFrame'](_0x2e4a11);return()=>window['cancelAnimationFrame'](_0x4f5ba5);},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x2df2b3,_0x32f285]),(0x0,d['useEffect'])(()=>{const _0x190c61=_0x227aeb;let _0x589db6=_0x424cea[_0x190c61(0x1f3)];_0x424cea[_0x190c61(0x1f3)]=_0x32f285;let _0x8c3d2d=_0x589db6!==_0x32f285||!_0x57b28e['current']&&_0x32f285!==_0x190c61(0x23c);_0x57b28e[_0x190c61(0x1f3)]=!0x0,_0x8c3d2d&&(_0x5b4717==null||_0x5b4717(_0x32f285),_0x4ebf5b[_0x190c61(0x866)]({'embedId':_0x215a18==null?void 0x0:_0x215a18[_0x190c61(0x666)],'reason':_0x190c61(0x72a)})),_0x589db6===_0x190c61(0x334)&&_0x32f285!==_0x190c61(0x334)&&(ta(_0x215a18==null?void 0x0:_0x215a18[_0x190c61(0x666)],Bi(_0x5958f2['current'],_0x5d85d9[_0x190c61(0x1f3)],_0x43b606[_0x190c61(0x1f3)],_0x5dbb90[_0x190c61(0x1f3)],_0x5b5338['current'])),_0x8b87b5[_0x190c61(0x31f)](_0x215a18==null?void 0x0:_0x215a18[_0x190c61(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x190c61(0x565)]),_0x1057d9==null||_0x1057d9());},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18['hostUnitId'],_0x4ebf5b,_0x5b4717,_0x1057d9,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x70f92e=_0x227aeb;if(_0x243c4d!==_0x70f92e(0x334)||!(_0x215a18!=null&&_0x215a18[_0x70f92e(0x666)])||!_0x215a18['hostUnitId'])return;let _0x471282=_0x350b8c[_0x70f92e(0x5ab)](_0x215a18['hostUnitId'],_0x215a18[_0x70f92e(0x666)]);_0x471282!=null&&_0x471282[_0x70f92e(0x442)]&&_0x46231e[_0x70f92e(0x2d2)]({'hostUnitId':_0x215a18[_0x70f92e(0x565)],'embedId':_0x215a18[_0x70f92e(0x666)],'childUnitId':_0x471282[_0x70f92e(0x442)]},_0x70f92e(0x334));},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x46231e,_0x243c4d]),(0x0,d['useEffect'])(()=>{const _0xe69be=_0x227aeb;let _0x2075eb=_0x5958f2[_0xe69be(0x1f3)],_0xbe1063=_0x5d85d9['current'],_0x6f363e=_0x43b606[_0xe69be(0x1f3)],_0x4eb7ed=_0x5dbb90[_0xe69be(0x1f3)],_0x3db74f=_0x5b5338[_0xe69be(0x1f3)];if(!_0x2075eb||!_0xbe1063||!_0x6f363e||!_0x4eb7ed||!_0x3db74f)return;let _0x43d6f9=_0x215a18!=null&&_0x215a18[_0xe69be(0x565)]?_0x350b8c[_0xe69be(0x5ab)](_0x215a18[_0xe69be(0x565)],_0x215a18[_0xe69be(0x666)]):void 0x0,_0x42263c=_0x43d6f9?da(_0x43d6f9):void 0x0;if(!_0x43d6f9||!_0x42263c||_0x3dbae3==='deferred')return;let _0x436fdb=!0x1,_0x5f38cd;return _0x1b00ac[_0xe69be(0x7ef)]({'descriptor':_0x43d6f9})[_0xe69be(0x5cb)](async _0x49a6a8=>{const _0x4492c6=_0xe69be;var _0x5a61af;if(_0x436fdb)return;let _0x14c4e4=_0x472163['mountIntoHostElement'](_0x49a6a8,_0x2075eb,{'content':_0xbe1063,'canvas':_0x6f363e,'overlay':_0x4eb7ed,'popup':_0x3db74f});_0x5f38cd=_0x49a6a8['embedId'];let _0x27679f=_0x14c4e4==null?void 0x0:_0x14c4e4[_0x4492c6(0x44e)];_0x31f912[_0x4492c6(0x1f3)]=_0x27679f;let _0x50b587=_0x215a18!=null&&_0x215a18['embedId']?(_0x5a61af=_0x3ad06b['getPreview'](_0x215a18[_0x4492c6(0x666)]))==null?void 0x0:_0x5a61af[_0x4492c6(0x476)]:void 0x0;_0x27679f&&_0x50b587!=null&&await _0x3ad06b[_0x4492c6(0x998)](_0x27679f,_0x50b587);})['catch'](_0x3d34de=>{queueMicrotask(()=>{throw _0x3d34de;});}),()=>{const _0x123b87=_0xe69be;var _0x41c970;_0x436fdb=!0x0,_0x5f38cd&&((_0x41c970=_0x31f912['current'])==null?void 0x0:_0x41c970[_0x123b87(0x666)])===_0x5f38cd&&(_0x31f912[_0x123b87(0x1f3)]=void 0x0),_0x472163['unmount'](_0x43d6f9[_0x123b87(0x666)]);};},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x472163,_0x7a7597,_0x3ad06b,_0x1b00ac,_0x3dbae3]),(0x0,d['useEffect'])(()=>{const _0x35c774=_0x227aeb;if(!(_0x215a18!=null&&_0x215a18['embedId']))return;let _0x1b3400=_0x215a18[_0x35c774(0x666)],_0x3465e5=[];[{'element':_0x5958f2[_0x35c774(0x1f3)],'role':_0x35c774(0x8d5)},{'element':_0x5d85d9[_0x35c774(0x1f3)],'role':'runtime'},{'element':_0x43b606[_0x35c774(0x1f3)],'role':'runtime'}][_0x35c774(0x360)](_0x5960cb=>{const _0x3fc68c=_0x35c774;let _0x5dd8cc=_0x5960cb[_0x3fc68c(0x4e1)];_0x5dd8cc&&_0x3465e5[_0x3fc68c(0x2fa)]({'element':_0x5dd8cc,'role':_0x5960cb[_0x3fc68c(0x697)]});});let _0x54d275=_0x3465e5[_0x35c774(0x701)](({element:_0x467b36,role:_0x495a28})=>[_0x5a5523[_0x35c774(0x577)](_0x1b3400,_0x467b36,_0x2ef61e),_0x548b19[_0x35c774(0x41f)]({'embedId':_0x1b3400,'role':_0x495a28,'element':_0x467b36})]),_0x5bd5d2=_0x216572[_0x35c774(0x1f3)];return _0x5bd5d2&&_0x54d275['push'](_0x5a5523['registerRoot'](_0x1b3400,_0x5bd5d2,_0x2ef61e)),_0x32f285==='stage2'&&[{'element':_0x5bd5d2,'role':_0x35c774(0x858)},{'element':_0x5dbb90[_0x35c774(0x1f3)],'role':_0x35c774(0x858)},{'element':_0x5b5338['current'],'role':'child-popup'}]['forEach'](_0x4eae32=>{const _0x3fb058=_0x35c774;_0x4eae32['element']&&_0x54d275[_0x3fb058(0x2fa)](_0x548b19['registerElement']({'embedId':_0x1b3400,'role':_0x4eae32[_0x3fb058(0x697)],'element':_0x4eae32[_0x3fb058(0x4e1)]}));}),()=>_0x54d275['forEach'](_0x348e2b=>_0x348e2b[_0x35c774(0x45b)]());},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x548b19,_0x5a5523,_0x2ef61e,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x14bb60=_0x227aeb;var _0x2ba0f6,_0x461f4f;if(!(_0x215a18!=null&&_0x215a18['embedId'])||_0x32f285!==_0x14bb60(0x334))return;let _0x39769d=((_0x2ba0f6=_0x3f5b20[_0x14bb60(0x1f3)])==null?void 0x0:_0x2ba0f6[_0x14bb60(0x2f2)])??((_0x461f4f=_0x5958f2[_0x14bb60(0x1f3)])==null?void 0x0:_0x461f4f[_0x14bb60(0x2f2)])??(typeof document>'u'?void 0x0:document),_0x5e38d3=_0x5a5523['activatePortalScope'](_0x215a18[_0x14bb60(0x666)],_0x39769d,{'includeAppShellEditorPortal':_0x2df2b3===a['UniverInstanceType'][_0x14bb60(0x32f)]});return()=>{const _0xdf25dc=_0x14bb60;_0x454bf5[_0xdf25dc(0x1f3)]!=='stage2'&&_0x5a5523['closeOwnedFloatingSurfaces'](_0x215a18['embedId'],_0x39769d),_0x5e38d3[_0xdf25dc(0x45b)]();};},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x5a5523,_0x2df2b3,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x10467e=_0x227aeb;var _0x3f6cdb,_0x1755a2;if(!(_0x215a18!=null&&_0x215a18[_0x10467e(0x666)])||_0x32f285!==_0x10467e(0x334))return;let _0x2ab4be=((_0x3f6cdb=_0x3f5b20[_0x10467e(0x1f3)])==null?void 0x0:_0x3f6cdb[_0x10467e(0x2f2)])??((_0x1755a2=_0x5958f2[_0x10467e(0x1f3)])==null?void 0x0:_0x1755a2[_0x10467e(0x2f2)])??(typeof document>'u'?void 0x0:document),_0x105fdf=_0x2ab4be==null?void 0x0:_0x2ab4be[_0x10467e(0x55c)](_0x10467e(0x2a0));if(!_0x105fdf)return;let _0x2db152=[_0x5a5523[_0x10467e(0x577)](_0x215a18[_0x10467e(0x666)],_0x105fdf,_0x2ef61e),_0x548b19['registerElement']({'embedId':_0x215a18[_0x10467e(0x666)],'role':'floating-menu','element':_0x105fdf})];return()=>_0x2db152['forEach'](_0x1536c4=>_0x1536c4[_0x10467e(0x45b)]());},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x548b19,_0x5a5523,_0x2ef61e,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0xf8be0c=_0x227aeb;let _0x1e43b5=_0x3f5b20[_0xf8be0c(0x1f3)],_0x5bb2d5=_0x1e43b5==null?void 0x0:_0x1e43b5[_0xf8be0c(0x55c)](_0xf8be0c(0x77f));if(!(_0x215a18!=null&&_0x215a18['embedId'])||!_0x1e43b5)return;let _0x27d350=_0x215a18[_0xf8be0c(0x565)]?_0x350b8c['getDescriptor'](_0x215a18[_0xf8be0c(0x565)],_0x215a18['embedId']):void 0x0,_0x51cc88=_0x4ebf5b[_0xf8be0c(0x22c)]({'embedId':_0x215a18['embedId'],'childUnitId':_0x27d350==null?void 0x0:_0x27d350[_0xf8be0c(0x442)],'root':_0x1e43b5,'viewport':_0x5bb2d5,'contentRoot':_0x5d85d9[_0xf8be0c(0x1f3)]});return()=>_0x51cc88[_0xf8be0c(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x4ebf5b]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x122b6f=_0x227aeb;var _0x4f070c,_0x481932;if(!(_0x215a18!=null&&_0x215a18['embedId'])||!_0x215a18[_0x122b6f(0x565)])return;let _0x278d23=((_0x4f070c=_0x3f5b20['current'])==null?void 0x0:_0x4f070c['ownerDocument'])??((_0x481932=_0x5958f2[_0x122b6f(0x1f3)])==null?void 0x0:_0x481932['ownerDocument'])??(typeof document>'u'?void 0x0:document);if(!_0x278d23)return;let _0x4b395f=0x0,_0x5ece14,_0x318d39,_0x30f57c=()=>{const _0x4ba22e=_0x122b6f;if(_0x4b395f++,_0x5ece14!=null){var _0x48b3c1;(_0x48b3c1=_0x278d23[_0x4ba22e(0x2e9)])==null||_0x48b3c1[_0x4ba22e(0x571)](_0x5ece14),_0x5ece14=void 0x0;}_0x318d39!=null&&(globalThis[_0x4ba22e(0x7b3)](_0x318d39),_0x318d39=void 0x0);},_0x20fd6e=_0x558a04[_0x122b6f(0x245)](_0x327878=>{const _0xba14bc=_0x122b6f;var _0x5997a3;let _0x4e257d=_0x327878[_0xba14bc(0x640)];if(_0x327878['id']!==t[_0xba14bc(0x201)]['id']||(_0x4e257d==null?void 0x0:_0x4e257d[_0xba14bc(0x666)])!==_0x215a18['embedId']||_0x4e257d['hostUnitId']!==_0x215a18[_0xba14bc(0x565)]||_0x46231e[_0xba14bc(0x2ee)](_0x215a18[_0xba14bc(0x666)])!==_0xba14bc(0x334))return;let _0x29b0d1=_0x278d23['activeElement'];if(!(_0x29b0d1 instanceof HTMLElement)||!_0x29b0d1['id'][_0xba14bc(0x21c)]('SHAPE_TEXT')||!_0x548b19['containsElement'](_0x215a18[_0xba14bc(0x666)],_0x29b0d1))return;_0x30f57c();let _0x5ba455=_0x4b395f,_0x31c7fc=()=>{const _0x554bc3=_0xba14bc;_0x5ba455!==_0x4b395f||!_0x29b0d1[_0x554bc3(0x89c)]||_0x46231e[_0x554bc3(0x2ee)](_0x215a18[_0x554bc3(0x666)])!==_0x554bc3(0x334)||_0x29b0d1[_0x554bc3(0x27e)]({'preventScroll':!0x0});};_0x5ece14=(_0x5997a3=_0x278d23[_0xba14bc(0x2e9)])==null?void 0x0:_0x5997a3[_0xba14bc(0x930)](()=>{_0x5ece14=void 0x0,_0x31c7fc();}),_0x318d39=globalThis[_0xba14bc(0x84e)](()=>{_0x318d39=void 0x0,_0x31c7fc();},0x32);});return _0x278d23[_0x122b6f(0x7d4)](_0x122b6f(0x888),_0x30f57c,!0x0),()=>{const _0x4a1fb9=_0x122b6f;_0x278d23[_0x4a1fb9(0x2f5)]('pointerdown',_0x30f57c,!0x0),_0x30f57c(),_0x20fd6e[_0x4a1fb9(0x45b)]();};},[_0x558a04,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x46231e,_0x548b19]),(0x0,d['useEffect'])(()=>{const _0x241b37=_0x227aeb;if(!(_0x215a18!=null&&_0x215a18[_0x241b37(0x666)]))return;let _0x2d8332=_0x1bcf0a['exited$']['subscribe'](_0x2ca6e0=>{const _0x3006cc=_0x241b37;_0x2ca6e0['embedId']===_0x215a18['embedId']&&(_0x472163[_0x3006cc(0x228)](_0x215a18['embedId']),_0x8b87b5[_0x3006cc(0x31f)](_0x215a18[_0x3006cc(0x666)],_0x215a18[_0x3006cc(0x565)]),_0x295dda[_0x3006cc(0x1f3)]!=null&&(window[_0x3006cc(0x571)](_0x295dda['current']),_0x295dda[_0x3006cc(0x1f3)]=void 0x0),_0x34f9a0[_0x3006cc(0x1f3)]!=null&&globalThis[_0x3006cc(0x7b3)](_0x34f9a0['current']),_0x34f9a0[_0x3006cc(0x1f3)]=globalThis[_0x3006cc(0x84e)](()=>{const _0x449639=_0x3006cc;_0x34f9a0[_0x449639(0x1f3)]=void 0x0,_0x295dda[_0x449639(0x1f3)]=window['requestAnimationFrame'](()=>{const _0x722d46=_0x449639;_0x295dda[_0x722d46(0x1f3)]=void 0x0,_0x8b87b5[_0x722d46(0x31f)](_0x215a18[_0x722d46(0x666)],_0x215a18[_0x722d46(0x565)]),_0x14d133(_0x18989b=>_0x18989b+0x1);});},0x0));});return()=>{const _0x63b359=_0x241b37;_0x2d8332['unsubscribe'](),_0x34f9a0[_0x63b359(0x1f3)]!=null&&(globalThis['clearTimeout'](_0x34f9a0[_0x63b359(0x1f3)]),_0x34f9a0['current']=void 0x0),_0x295dda['current']!=null&&(window[_0x63b359(0x571)](_0x295dda['current']),_0x295dda['current']=void 0x0);};},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x1bcf0a,_0x472163]),(0x0,d['useEffect'])(()=>{const _0x16f1ca=_0x227aeb;let _0x2edfa1=_0x3f5b20[_0x16f1ca(0x1f3)],_0x3591ec=_0x216572[_0x16f1ca(0x1f3)];if(!_0x2edfa1||!_0x3591ec||typeof document>'u')return;let _0x855b1f=_i({'chrome':_0x3591ec,'container':_0x2edfa1,'deferInactive':_0x2326eb,'embedId':_0x215a18==null?void 0x0:_0x215a18[_0x16f1ca(0x666)],'geometryService':_0x4ebf5b,'hostLayout$':_0x1a3372,'stage':_0x32f285,'docsSheetLikeLayout':_0x25a200!=null&&_0x2298bc!=null?{'contentWidth':_0x25a200,'pageContentWidth':_0x2298bc}:void 0x0});return()=>_0x855b1f[_0x16f1ca(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x2326eb,_0x25a200,_0x2298bc,_0x4ebf5b,_0x1a3372,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x160104=_0x227aeb;let _0xf2f908=_0x3f5b20[_0x160104(0x1f3)],_0x979843=_0x216572['current'];if(!_0xf2f908)return;let _0x416108=_0xf2f908['closest']('[data-embed-docs-custom-block=\x22true\x22]'),_0x504cab=_0x416108==null?void 0x0:_0x416108[_0x160104(0x986)];return Vi(_0xf2f908,_0x979843,_0x324d21=>{const _0x567b63=_0x160104;let _0x4ec98f=_0x31f912[_0x567b63(0x1f3)];return(_0x4ec98f?(_0x83a3bf==null?void 0x0:_0x83a3bf(_0x324d21,_0x4ec98f))===!0x0:!0x1)||wr(_0xf2f908,_0x324d21);},(_0x504cab==null?void 0x0:_0x504cab['id'])===(_0x215a18==null?void 0x0:_0x215a18[_0x160104(0x253)])?_0x504cab:null,_0x2df2b3);},[_0x215a18==null?void 0x0:_0x215a18['hostAnchorId'],_0x83a3bf,_0x2df2b3]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x3dff91=_0x227aeb;var _0x714bc2;let _0x4044c2=_0x3f5b20[_0x3dff91(0x1f3)],_0x27ad63=(_0x4044c2==null?void 0x0:_0x4044c2[_0x3dff91(0x55c)]('[data-embed-float-fullscreen-button]'))??((_0x714bc2=_0x216572[_0x3dff91(0x1f3)])==null?void 0x0:_0x714bc2[_0x3dff91(0x55c)]('[data-embed-float-fullscreen-button]'));if(!(!_0x4044c2||!_0x27ad63))return Ui(_0x4044c2,_0x27ad63);},[]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x2bfe3e=_0x227aeb;let _0x58dde1=_0x3f5b20['current'];if(!(_0x215a18!=null&&_0x215a18[_0x2bfe3e(0x666)])||!_0x58dde1||typeof document>'u')return;let _0x406a4f=Yi({'activationService':_0x8b87b5,'chrome':_0x216572[_0x2bfe3e(0x1f3)],'container':_0x58dde1,'embedId':_0x215a18[_0x2bfe3e(0x666)],'externalHostInteractionUntil':_0x5daea8,'floatingActiveService':_0x46231e,'focusCoordinator':_0x548b19,'graceMs':0x28a,'hostUnitId':_0x215a18[_0x2bfe3e(0x565)],'interactionBoundaryService':_0x5a5523,'isExternalHostInteraction':_0x1898fe,'ownedPointerInteractionUntil':_0x498519,'runtimeFocusOwners':ca});return()=>_0x406a4f[_0x2bfe3e(0x45b)]();},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18['embedId'],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x46231e,_0x548b19,_0x5a5523,_0x1898fe]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x4bdd85=_0x227aeb;var _0x5da64e;_0x32f285!==_0x4bdd85(0x334)&&((_0x5da64e=_0x1a7dcb[_0x4bdd85(0x1f3)])==null||_0x5da64e[_0x4bdd85(0x45b)](),_0x1a7dcb[_0x4bdd85(0x1f3)]=void 0x0,ta(_0x215a18==null?void 0x0:_0x215a18[_0x4bdd85(0x666)],Bi(_0x5958f2[_0x4bdd85(0x1f3)],_0x5d85d9[_0x4bdd85(0x1f3)],_0x43b606[_0x4bdd85(0x1f3)],_0x5dbb90[_0x4bdd85(0x1f3)],_0x5b5338[_0x4bdd85(0x1f3)])));},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x6337dd=_0x227aeb;let _0x398d57=_0x21238d[_0x6337dd(0x1f3)];if(!_0x398d57||!(_0x215a18!=null&&_0x215a18['embedId'])||!_0x215a18[_0x6337dd(0x565)])return;let _0x5d6db5=Xi({'acquireStage2SessionLease':_0x10578a,'activationService':_0x8b87b5,'data':{'childType':_0x2df2b3,'childUnitId':_0x2ef61e,'embedId':_0x215a18[_0x6337dd(0x666)],'hostAnchorId':_0x215a18[_0x6337dd(0x253)],'hostUnitId':_0x215a18[_0x6337dd(0x565)]},'embedModelService':_0x350b8c,'enableStage1BodyDrag':_0xb0b952,'floatingActiveService':_0x46231e,'gate':_0x398d57,'interactionFlow':_0x3012d4,'popupRoot':_0x5b5338['current'],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x19a127});return()=>_0x5d6db5[_0x6337dd(0x45b)]();},[_0x10578a,_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x253)],_0x215a18==null?void 0x0:_0x215a18['hostUnitId'],_0x350b8c,_0xb0b952,_0x46231e,_0x3012d4,_0x19a127,_0x2df2b3,_0x2ef61e]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x53f796=_0x227aeb;let _0x7c1f98=_0x3f5b20['current'];if(!_0x7c1f98||!_0x2a78d6)return;let _0x19a73f=_0x2a78d6(_0x7c1f98);if(!_0x19a73f)return;let _0x40254c=_0x4d2292[_0x53f796(0x22c)](_0x19a73f,_0x7c1f98);return()=>_0x40254c['dispose']();},[_0x4d2292,_0x2a78d6]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x3a222d=_0x227aeb;let _0xe12d22=_0x3f5b20[_0x3a222d(0x1f3)],_0x2175cc=_0x21238d[_0x3a222d(0x1f3)],_0x18c34f=_0x5958f2[_0x3a222d(0x1f3)];if(!_0xe12d22||!_0x2175cc||!_0x18c34f)return;let _0x47bcc9=pr({'container':_0xe12d22,'gate':_0x2175cc,'getChildContext':()=>_0x31f912[_0x3a222d(0x1f3)],'getStage':()=>_0x215a18!=null&&_0x215a18[_0x3a222d(0x666)]?_0x46231e[_0x3a222d(0x2ee)](_0x215a18[_0x3a222d(0x666)]):_0x3a222d(0x23c),'hostScrollOffset':_0x42003d,'hostWheelGestureService':_0x4d2292,'invalidate':_0x3d05ea=>Oi(_0x4ebf5b,_0x215a18==null?void 0x0:_0x215a18[_0x3a222d(0x666)],_0x3d05ea,_0x5a8933),'liveRoot':_0x18c34f,'onHostWheel':_0x352edc,'passiveViewportRegistry':_0x4bcb83,'passiveWheelHandlerRegistry':_0x53e8a3,'resizeDocsSheetLikeRendererByWheel':_0x52eacc,'routeHostGestures':!!_0x2a78d6,'syncHostVerticalScroll':_0x295216,'viewScale':_0x55e5e6});return()=>_0x47bcc9[_0x3a222d(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18['embedId'],_0x55e5e6,_0x46231e,_0x4ebf5b,_0x4d2292,_0x4bcb83,_0x53e8a3,_0x52eacc,_0x2a78d6,_0x352edc,_0x295216]),(0x0,d[_0x227aeb(0x8a5)])(()=>()=>{const _0x1e310a=_0x227aeb;_0x5a8933[_0x1e310a(0x1f3)][_0x1e310a(0x360)](_0x392301=>window['cancelAnimationFrame'](_0x392301)),_0x5a8933[_0x1e310a(0x1f3)]=[];},[]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x5d4945=_0x227aeb;let _0x2ace64=_0x5958f2['current'];if(!_0x2ace64)return;let _0x52c6d5=Qi({'acquireStage2SessionLease':_0x10578a,'activationService':_0x8b87b5,'data':{'childType':_0x2df2b3,'childUnitId':_0x2ef61e,'embedId':_0x215a18==null?void 0x0:_0x215a18['embedId'],'hostUnitId':_0x215a18==null?void 0x0:_0x215a18[_0x5d4945(0x565)]},'embedModelService':_0x350b8c,'floatingActiveService':_0x46231e,'focusCoordinator':_0x548b19,'getRuntimeRoots':()=>Bi(_0x43b606['current'],_0x5d85d9[_0x5d4945(0x1f3)],_0x5dbb90[_0x5d4945(0x1f3)],_0x5b5338[_0x5d4945(0x1f3)],_0x5958f2[_0x5d4945(0x1f3)]),'interactionFlow':_0x3012d4,'liveRoot':_0x2ace64,'popupRoot':_0x5b5338[_0x5d4945(0x1f3)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x19a127,'runtimeFocusOwners':ca});return()=>_0x52c6d5[_0x5d4945(0x45b)]();},[_0x10578a,_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x46231e,_0x548b19,_0x3012d4,_0x19a127,_0x2df2b3,_0x2ef61e]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x40688b=_0x227aeb;let _0x4e3518=_0x5958f2[_0x40688b(0x1f3)];if(!_0x4e3518||!(_0x215a18!=null&&_0x215a18[_0x40688b(0x666)]))return;let _0x43f813=$i({'data':{'childType':_0x215a18[_0x40688b(0x5c7)],'childUnitId':_0x215a18[_0x40688b(0x442)],'embedId':_0x215a18[_0x40688b(0x666)],'hostUnitId':_0x215a18[_0x40688b(0x565)]},'floatingActiveService':_0x46231e,'focusCoordinator':_0x548b19,'graceMs':0x28a,'interactionBoundaryService':_0x5a5523,'liveRoot':_0x4e3518,'ownedPointerInteractionUntil':_0x498519,'pointerLease':_0x1a7dcb,'verticalScrollOwner':_0x3df1e5});return()=>_0x43f813[_0x40688b(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x442)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x46231e,_0x548b19,_0x5a5523]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x3974f8=_0x227aeb;if(_0x32f285!==_0x3974f8(0x334)||_0x3012d4!==_0x3974f8(0x4de))return;let _0x2e49d1=_0x5958f2[_0x3974f8(0x1f3)];if(!_0x2e49d1)return;let _0x203396,_0x583ab8=()=>Wi(Bi(_0x43b606['current'],_0x5d85d9[_0x3974f8(0x1f3)],_0x5dbb90[_0x3974f8(0x1f3)],_0x5b5338[_0x3974f8(0x1f3)],_0x5958f2[_0x3974f8(0x1f3)])),_0x5d8283=()=>{const _0x23acd3=_0x3974f8;let _0x317616=_0x2e49d1[_0x23acd3(0x2f2)][_0x23acd3(0x503)];return!_0x317616||_0x317616===_0x583ab8()?!0x1:Bi(_0x5958f2[_0x23acd3(0x1f3)],_0x5d85d9[_0x23acd3(0x1f3)],_0x43b606['current'],_0x5dbb90[_0x23acd3(0x1f3)],_0x5b5338[_0x23acd3(0x1f3)])[_0x23acd3(0x52a)](_0x14dbc3=>_0x14dbc3['contains'](_0x317616));},_0x4f968f=()=>{const _0x368dc9=_0x3974f8;if(!Gi(_0x215a18==null?void 0x0:_0x215a18[_0x368dc9(0x5c7)],!0x0))return;let _0x45e2fc=_0x583ab8();if(_0x45e2fc&&!_0x548b19[_0x368dc9(0x772)](_0x215a18==null?void 0x0:_0x215a18['embedId'],{'ignoreOwners':ca})&&!_0x5d8283()){if(_0x215a18!=null&&_0x215a18['hostUnitId']&&_0x215a18['embedId']){let _0x5f1ebc=_0x350b8c[_0x368dc9(0x5ab)](_0x215a18[_0x368dc9(0x565)],_0x215a18[_0x368dc9(0x666)]);(_0x5f1ebc==null?void 0x0:_0x5f1ebc[_0x368dc9(0x442)])!=null&&_0x5f1ebc[_0x368dc9(0x5c7)]!=null&&_0x8b87b5[_0x368dc9(0x3a9)](_0x5f1ebc);}_0x45e2fc[_0x368dc9(0x76c)](_0x368dc9(0x6f1))||(_0x45e2fc[_0x368dc9(0x5d4)]=-0x1),_0x45e2fc[_0x368dc9(0x27e)]({'preventScroll':!0x0});}};return _0x4f968f(),_0x203396=window[_0x3974f8(0x930)](()=>{_0x203396=void 0x0,_0x4f968f();}),()=>{_0x203396!=null&&(window['cancelAnimationFrame'](_0x203396),_0x203396=void 0x0);};},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x548b19,_0x3012d4,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x51ae3e=_0x227aeb;let _0x394295=_0x3f5b20[_0x51ae3e(0x1f3)],_0x1c32a1=_0x3de45b[_0x51ae3e(0x1f3)];if(!_0x394295||!_0x1c32a1||typeof window>'u')return;let _0x4637dc=ci({'collapseViewportHeight':_0x1ffd92==null?void 0x0:_0x1ffd92[_0x51ae3e(0x720)],'collapseWithoutChildScroll':(_0x215a18==null?void 0x0:_0x215a18[_0x51ae3e(0x5c7)])===a[_0x51ae3e(0x747)][_0x51ae3e(0x8ed)],'container':_0x394295,'content':_0x1c32a1,'contentHeight':_0x1ffd92==null?void 0x0:_0x1ffd92[_0x51ae3e(0x5b4)],'enabled':_0x295216,'getChildContext':()=>_0x31f912['current'],'getProvider':_0x3fe191=>_0x4bcb83[_0x51ae3e(0x53b)](_0x3fe191[_0x51ae3e(0x5c7)],_0x3fe191[_0x51ae3e(0x29f)]),'getStage':()=>_0x215a18!=null&&_0x215a18[_0x51ae3e(0x666)]?_0x46231e[_0x51ae3e(0x2ee)](_0x215a18[_0x51ae3e(0x666)]):'inactive','hostLayout$':_0x1a3372,'invalidate':()=>_0x4ebf5b[_0x51ae3e(0x866)]({'embedId':_0x215a18==null?void 0x0:_0x215a18['embedId'],'reason':_0x51ae3e(0x587)}),'offset':_0x42003d,'onHostWheel':_0x352edc,'owner':_0x3df1e5,'syncingChildFromHost':_0x3f9333,'syncingHostFromChild':_0x4fa910,'viewScale':_0x55e5e6,'viewportHeight':_0x1ffd92==null?void 0x0:_0x1ffd92['viewportHeight']});return()=>_0x4637dc[_0x51ae3e(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x5b4)],_0x55e5e6,_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x720)],_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x9db)],_0x46231e,_0x4ebf5b,_0x1a3372,_0x7a7597,_0x4bcb83,_0x352edc,_0x295216]);let _0x198e95=ar({'stage':_0x32f285,'interactionFlow':_0x3012d4}),_0x5b403d=_0x198e95[_0x227aeb(0x6a3)],_0x87bd7a=_0x198e95[_0x227aeb(0x784)],_0x583f31=_0x1ffd92?{'top':_0x1ffd92[_0x227aeb(0x8c8)]*_0x55e5e6,'left':-_0x3ccc9e*_0x55e5e6,'width':(((_0x5d1028==null?void 0x0:_0x5d1028[_0x227aeb(0x5cc)])??0x1)+_0x3ccc9e)*_0x55e5e6,'height':_0x1ffd92[_0x227aeb(0x9db)]*_0x55e5e6}:_0x96a8ee?{'top':_0x96a8ee[_0x227aeb(0x8c8)],'height':_0x227aeb(0x2be)+_0x96a8ee[_0x227aeb(0x8c8)]+_0x227aeb(0x38e)}:void 0x0,_0x6d01f9=_0x1ffd92?{'width':((_0x5d1028==null?void 0x0:_0x5d1028['initialWidth'])??0x1)+_0x3ccc9e,'height':_0x1ffd92[_0x227aeb(0x9db)],'transform':_0x55e5e6===0x1?void 0x0:_0x227aeb(0x586)+_0x55e5e6+')','transformOrigin':_0x227aeb(0x6b1)}:void 0x0,_0x5af135=_0x1ffd92?{'left':0x0,'width':_0x227aeb(0x629),'height':_0x1ffd92[_0x227aeb(0x9db)],'minHeight':_0x1ffd92[_0x227aeb(0x9db)]}:void 0x0;return(0x0,m[_0x227aeb(0x9d3)])(_0x227aeb(0x7ff),{'ref':_0x3f5b20,'className':(0x0,l['clsx'])(_0x227aeb(0x73b),_0x32f285===_0x227aeb(0x23c)&&c[_0x227aeb(0x655)],_0x1ffd92&&'univer-pointer-events-none'),'data-u-comp':_0x227aeb(0x46b),'data-embed-float-dom':_0x227aeb(0x85d),'data-embed-float-stage':_0x32f285,'data-embed-id':_0x215a18==null?void 0x0:_0x215a18['embedId'],'data-embed-host-unit-id':_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],'data-embed-host-anchor-id':_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x253)],'data-embed-child-unit-id':_0x2ef61e,'data-embed-child-type':_0x2df2b3,'data-embed-interaction-flow':_0x3012d4,'children':[(0x0,m[_0x227aeb(0x9d3)])(_0x227aeb(0x7ff),{'ref':_0x3de45b,'className':(0x0,l[_0x227aeb(0x2e8)])(_0x227aeb(0x9df),_0x1ffd92&&'after:!univer-border-b-0\x20after:!univer-border-r-0'),'data-u-comp':_0x227aeb(0x83b),'data-embed-float-content':'true','style':_0x583f31,'children':[(0x0,m['jsxs'])('div',{'ref':_0x5958f2,'className':(0x0,l['clsx'])(_0x227aeb(0x647),_0x1ffd92&&_0x227aeb(0x949)),'data-u-comp':_0x227aeb(0x501),'data-embed-float-live':'true','style':_0x6d01f9,'children':[(0x0,m[_0x227aeb(0x689)])(_0x227aeb(0x7ff),{'ref':_0x43b606,'className':(0x0,l[_0x227aeb(0x2e8)])(_0x227aeb(0x4f3),_0x5a08f0,_0x1ffd92&&_0x227aeb(0x49d),_0x5b403d&&_0x227aeb(0x836)),'data-u-comp':'embed-float-dom-live-canvas','style':_0x5af135,'data-embed-canvas-root':_0x227aeb(0x85d)}),(0x0,m['jsx'])(_0x227aeb(0x7ff),{'ref':_0x5d85d9,'className':(0x0,l[_0x227aeb(0x2e8)])(_0x227aeb(0x2d0),_0x5b403d&&_0x227aeb(0x836)),'data-u-comp':_0x227aeb(0x520),'style':_0x5af135,'data-embed-content-root':_0x227aeb(0x85d)})]}),(0x0,m[_0x227aeb(0x689)])(_0x227aeb(0x7ff),{'ref':_0x21238d,'className':(0x0,l['clsx'])(_0x227aeb(0x9b7),_0x87bd7a&&_0x227aeb(0x836)),'data-u-comp':_0x227aeb(0x745),'data-embed-float-interaction-gate':_0x227aeb(0x85d)}),_0x32f285===_0x227aeb(0x23c)&&(0x0,m[_0x227aeb(0x689)])(c['HoverTrack'],{'className':_0x227aeb(0x725)})]}),(0x0,m[_0x227aeb(0x9d3)])(_0x227aeb(0x7ff),{'ref':_0x216572,'className':_0x227aeb(0x671),'data-u-comp':_0x227aeb(0x9da),'data-embed-float-stage':_0x32f285,'data-embed-id':_0x215a18==null?void 0x0:_0x215a18['embedId'],'style':{'zIndex':_0x3eeefe??0x320},'children':[(0x0,m[_0x227aeb(0x689)])('div',{'ref':_0x5dbb90,'className':_0x227aeb(0x52e),'data-u-comp':'embed-float-dom-overlay','data-embed-overlay-root':_0x227aeb(0x85d)}),(0x0,m[_0x227aeb(0x689)])('div',{'ref':_0x5b5338,'className':_0x227aeb(0x52e),'data-u-comp':'embed-float-dom-popup','data-embed-popup-root':_0x227aeb(0x85d)}),(0x0,m[_0x227aeb(0x689)])(ia,{'hostUnitId':_0x215a18==null?void 0x0:_0x215a18['hostUnitId'],'embedId':_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)]})]})]});}function ua(_0xd408b8){const _0x1db10c=_0x1ed4d3;let _0x21f621=_0xd408b8==null?void 0x0:_0xd408b8[_0x1db10c(0x2e7)][_0x1db10c(0x5a5)];if(_0x21f621)try{let _0x17b929=typeof _0x21f621==_0x1db10c(0x23d)?(0x0,t[_0x1db10c(0x7de)])(_0x21f621):_0x21f621;return{'childUnitId':_0x17b929['unit'][_0x1db10c(0x602)],'childType':(0x0,t['fromResourceRefUnitType'])(_0x17b929['unit'][_0x1db10c(0x5a7)])};}catch{return;}}function da(_0x51682b){const _0xf8734c=_0x1ed4d3;var _0x23be2b,_0x3ac53e;let _0x482919=((_0x23be2b=_0x51682b[_0xf8734c(0x440)])==null?void 0x0:_0x23be2b[_0xf8734c(0x714)])||void 0x0;if(_0x482919&&typeof _0x482919==_0xf8734c(0x56b)&&_0x482919[_0xf8734c(0x29f)])return _0x482919[_0xf8734c(0x29f)];let _0x4bc006=((_0x3ac53e=_0x51682b[_0xf8734c(0x440)])==null?void 0x0:_0x3ac53e['tab'])||void 0x0;return _0x4bc006&&typeof _0x4bc006=='object'&&_0x4bc006[_0xf8734c(0x42b)]?_0xf8734c(0x282):void 0x0;}var fa=class extends a[_0x1ed4d3(0x2f7)]{constructor(..._0x3f87ff){const _0x269e8f=_0x1ed4d3;super(..._0x3f87ff),B(this,_0x269e8f(0x6ad),new Map()),B(this,_0x269e8f(0x4cd),new f['Subject']()),B(this,_0x269e8f(0x932),this[_0x269e8f(0x4cd)][_0x269e8f(0x7bc)]());}[_0x1ed4d3(0x22c)](_0x4f8079){const _0x46acfb=_0x1ed4d3;return this[_0x46acfb(0x6ad)][_0x46acfb(0x753)](_0x4f8079[_0x46acfb(0x5c7)],_0x4f8079),(0x0,a[_0x46acfb(0x64a)])(()=>{const _0x34cff3=_0x46acfb;this[_0x34cff3(0x6ad)][_0x34cff3(0x53b)](_0x4f8079[_0x34cff3(0x5c7)])===_0x4f8079&&this[_0x34cff3(0x6ad)][_0x34cff3(0x74c)](_0x4f8079[_0x34cff3(0x5c7)]);});}[_0x1ed4d3(0x53b)](_0xd89b5){const _0x41b432=_0x1ed4d3;return this[_0x41b432(0x6ad)][_0x41b432(0x53b)](_0xd89b5);}[_0x1ed4d3(0x80c)](){const _0x47f171=_0x1ed4d3;return[...this[_0x47f171(0x6ad)][_0x47f171(0x3e4)]()];}[_0x1ed4d3(0x3af)](_0x25f0e7){const _0x5691dc=_0x1ed4d3;var _0x22bb05;return(_0x22bb05=this['get'](_0x25f0e7[_0x5691dc(0x5c7)]))==null?void 0x0:_0x22bb05['measureContentSize'](_0x25f0e7);}[_0x1ed4d3(0x67f)](_0x41e828,_0x277f91){const _0x331836=_0x1ed4d3;this[_0x331836(0x4cd)][_0x331836(0x592)]({'embedId':_0x277f91,'hostUnitId':_0x41e828});}[_0x1ed4d3(0x45b)](){const _0x56c9f8=_0x1ed4d3;this[_0x56c9f8(0x6ad)][_0x56c9f8(0x9c2)](),this[_0x56c9f8(0x4cd)][_0x56c9f8(0x7e3)](),super['dispose']();}};let pa=class{constructor(_0x2130b8){const _0x491e4b=_0x1ed4d3;this[_0x491e4b(0x4c6)]=_0x2130b8,B(this,_0x491e4b(0x623),new Map());}[_0x1ed4d3(0x846)](_0x71ad3a,_0x5e34fd){const _0x44822e=_0x1ed4d3;if(this['_leases'][_0x44822e(0x54f)](_0x71ad3a[_0x44822e(0x666)]))throw Error('EMBED_RUNTIME_HOST_ALREADY_LEASED:'+_0x71ad3a[_0x44822e(0x666)]);let _0x1d5216=this[_0x44822e(0x4c6)][_0x44822e(0x28a)](_0x71ad3a[_0x44822e(0x666)]),_0x59ee6f=_0x1d5216!=null&&_0x1d5216[_0x44822e(0x44e)]?this['_relocateExistingSession'](_0x1d5216,_0x5e34fd):this[_0x44822e(0x84d)](_0x71ad3a,_0x5e34fd);return this[_0x44822e(0x623)]['set'](_0x71ad3a[_0x44822e(0x666)],_0x59ee6f),{'session':_0x59ee6f[_0x44822e(0x46a)],'ownsSession':_0x59ee6f['ownsSession'],'dispose':()=>{const _0xca9e44=_0x44822e;this[_0xca9e44(0x623)]['get'](_0x71ad3a['embedId'])===_0x59ee6f&&(this[_0xca9e44(0x623)][_0xca9e44(0x74c)](_0x71ad3a[_0xca9e44(0x666)]),_0x59ee6f[_0xca9e44(0x45b)]());}};}[_0x1ed4d3(0x505)](_0x510113,_0x49258a){const _0x2bfd62=_0x1ed4d3;let _0x34b9fd=ma(_0x510113);if(_0x34b9fd['length']===0x0)throw Error(_0x2bfd62(0x48a)+_0x510113[_0x2bfd62(0x666)]);let _0x25069e=_0x34b9fd[_0x2bfd62(0x572)](_0x158b85=>{const _0x36274b=_0x2bfd62;let _0x16a54f=_0x158b85[_0x36274b(0x275)];if(!_0x16a54f)throw Error('EMBED_RUNTIME_HOST_NOT_ATTACHED:'+_0x510113[_0x36274b(0x666)]);return{'node':_0x158b85,'originalParent':_0x16a54f,'placeholder':document['createComment'](_0x36274b(0x59f))};});return _0x25069e[_0x2bfd62(0x360)](({node:_0x9c48a4,originalParent:_0x533913,placeholder:_0x57ae01})=>{_0x533913['insertBefore'](_0x57ae01,_0x9c48a4);}),_0x49258a[_0x2bfd62(0x6de)](..._0x34b9fd),{'session':_0x510113,'ownsSession':!0x1,'dispose':()=>{const _0x32dfcc=_0x2bfd62;if(this['_mountService'][_0x32dfcc(0x28a)](_0x510113[_0x32dfcc(0x666)])!==_0x510113){_0x25069e[_0x32dfcc(0x360)](({node:_0x4847fd,placeholder:_0x2e4de8})=>{const _0x42890d=_0x32dfcc;_0x4847fd[_0x42890d(0x241)](),_0x2e4de8[_0x42890d(0x241)]();});return;}_0x25069e['forEach'](({node:_0x4e2aaa,originalParent:_0x19d217,placeholder:_0xe87a49})=>{const _0x5654c6=_0x32dfcc;if(_0xe87a49[_0x5654c6(0x275)]){_0xe87a49[_0x5654c6(0x3cc)](_0x4e2aaa);return;}_0x19d217[_0x5654c6(0x545)](_0x4e2aaa);});}};}[_0x1ed4d3(0x84d)](_0x2fdd73,_0x378430){const _0x12f580=_0x1ed4d3;let _0x2a3544=this[_0x12f580(0x4c6)][_0x12f580(0x84f)](_0x2fdd73,_0x378430);return{'session':_0x2a3544,'ownsSession':!0x0,'dispose':()=>{const _0x19cb69=_0x12f580;this['_mountService'][_0x19cb69(0x28a)](_0x2fdd73[_0x19cb69(0x666)])===_0x2a3544&&this[_0x19cb69(0x4c6)][_0x19cb69(0x228)](_0x2fdd73['embedId']);}};}};pa=Y([J(0x0,(0x0,a['Inject'])(Ut))],pa);function ma(_0x36d83d){const _0x298374=_0x1ed4d3;let _0x330819=_0x36d83d[_0x298374(0x44e)];if(!_0x330819)return[];let _0x54ccf3=_0x330819[_0x298374(0x982)][_0x298374(0x3c8)],_0x1325c7=new Set([_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x684)],_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x88d)],_0x330819[_0x298374(0x6f3)]['roots'][_0x298374(0x852)]]);return _0x330819[_0x298374(0x6f3)]['roots'][_0x298374(0x2a6)]&&_0x1325c7['add'](_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x2a6)]),_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x2bb)]&&_0x1325c7[_0x298374(0x363)](_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)]['menuSlot']),_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)]['footerSlot']&&_0x1325c7[_0x298374(0x363)](_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x7c9)]),_0x1325c7['delete'](_0x54ccf3),Array[_0x298374(0x8dc)](_0x54ccf3['children'])['filter'](_0x232cf7=>_0x232cf7 instanceof HTMLElement&&[..._0x1325c7][_0x298374(0x52a)](_0x3aa301=>_0x232cf7===_0x3aa301||_0x232cf7[_0x298374(0x495)](_0x3aa301)));}const ha=0x3e8;function ga(_0x4f6e72,_0x3b02eb){const _0x4d2e75=_0x1ed4d3;return{'childType':_0x3b02eb[_0x4d2e75(0x5c7)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x99576a=>_a(_0x4f6e72,_0x3b02eb['renderManagerService'],_0x99576a)};}async function _a(_0x4cc470,_0x11ba01,_0x4f4638){const _0x36ae20=_0x1ed4d3;let _0x576764=_0x4cc470[_0x36ae20(0x53b)](_0x11ba01),_0xae5958=await va(_0x576764,_0x4f4638);if(_0xae5958)return _0xae5958;if(!_0x4f4638['context']){let _0xa028cc=_0x576764[_0x36ae20(0x871)](_0x4f4638[_0x36ae20(0x442)]);if(_0xa028cc){let _0x17cff6=await Sa(_0xa028cc,_0x4f4638);if(_0x17cff6)return _0x17cff6;}}let _0x33bbcb=await ya(_0x4cc470,_0x4f4638);return _0x33bbcb===null?ba(_0x4cc470,_0x576764,_0x4f4638):_0x33bbcb;}async function va(_0x515507,_0x3a9478){const _0xc1cbd1=_0x1ed4d3;if(!_0x3a9478['context'])return;let _0x1ed3e0=_0x3a9478['reason']===_0xc1cbd1(0x483)?Pt(_0x3a9478[_0xc1cbd1(0x44e)]):void 0x0;try{_0x3a9478[_0xc1cbd1(0x279)]===_0xc1cbd1(0x483)&&await It(_0x3a9478[_0xc1cbd1(0x5c7)]);let _0x250425=_0x515507[_0xc1cbd1(0x871)](_0x3a9478[_0xc1cbd1(0x442)]);return _0x250425&&await Ea(_0x250425,!0x1,Oa(_0x3a9478[_0xc1cbd1(0x44e)])),jt(_0x3a9478['context']);}finally{_0x1ed3e0==null||_0x1ed3e0();}}async function ya(_0x1a5561,_0x41676f){const _0x2beb03=_0x1ed4d3;if(ja(_0x41676f)!==_0x2beb03(0x282)||!_0x1a5561[_0x2beb03(0x54f)](pa))return null;if(typeof document>'u')return;let _0x3b3c43=Da(_0x41676f),_0x515e15;try{_0x515e15=_0x1a5561[_0x2beb03(0x53b)](pa)['acquire']({..._0x41676f['descriptor'],'mode':'readonly'},_0x3b3c43);let _0x5231c9=_0x515e15[_0x2beb03(0x46a)][_0x2beb03(0x44e)];if(!_0x5231c9)return;let _0x383e2e=_0x41676f[_0x2beb03(0x279)]===_0x2beb03(0x483)?Pt(_0x5231c9):void 0x0;try{return _0x41676f[_0x2beb03(0x279)]===_0x2beb03(0x483)&&await It(_0x41676f[_0x2beb03(0x5c7)]),await wa(_0x5231c9),jt(_0x5231c9);}finally{_0x383e2e==null||_0x383e2e();}}catch{return;}finally{_0x515e15==null||_0x515e15['dispose'](),_0x3b3c43[_0x2beb03(0x241)]();}}async function ba(_0x3323cd,_0x5f5b52,_0x21466b){const _0x5290f0=_0x1ed4d3;var _0x232c6b,_0x373958;if(typeof document>'u')return;let _0x10f803=Da(_0x21466b),_0x431955=(_0x232c6b=_0x21466b['context'])!=null&&(_0x232c6b=_0x232c6b[_0x5290f0(0x6f3)])!=null&&_0x232c6b[_0x5290f0(0x583)]?void 0x0:ve(Aa(_0x3323cd,_0x21466b,_0x10f803)),_0x23334d=((_0x373958=_0x21466b[_0x5290f0(0x44e)])==null||(_0x373958=_0x373958['runtimeScope'])==null?void 0x0:_0x373958[_0x5290f0(0x583)])??_0x431955,_0x3d2c23=Et(_0x5f5b52,_0x21466b[_0x5290f0(0x442)],_0x23334d);if(!_0x3d2c23){_0x431955==null||_0x431955['dispose'](),_0x10f803[_0x5290f0(0x241)]();return;}return xa(_0x5f5b52,_0x21466b['childUnitId'],_0x3d2c23,_0x431955,_0x10f803,_0x21466b);}async function xa(_0x2777d0,_0x513893,_0x5696c5,_0x58b88e,_0x172cf3,_0x52ac47){const _0x4bfeb2=_0x1ed4d3;let _0x2fc236;try{return _0x5696c5[_0x4bfeb2(0x212)]['mount'](_0x172cf3),_0x52ac47[_0x4bfeb2(0x279)]===_0x4bfeb2(0x483)&&(_0x2fc236=Ft(_0x5696c5,[_0x172cf3]),await It(_0x52ac47[_0x4bfeb2(0x5c7)])),await Ea(_0x5696c5,!0x0),Ca(_0x5696c5);}catch{return;}finally{_0x2fc236==null||_0x2fc236();try{var _0x599fef,_0x4fb332;(_0x599fef=(_0x4fb332=_0x5696c5['engine'])[_0x4bfeb2(0x228)])==null||_0x599fef['call'](_0x4fb332);}catch{}if(_0x58b88e){var _0x575d69;(_0x575d69=_0x2777d0[_0x4bfeb2(0x814)])==null||_0x575d69['call'](_0x2777d0,_0x513893),_0x58b88e['dispose']();}_0x172cf3['remove']();}}async function Sa(_0x43f816,_0xdee53a){const _0x442e44=_0x1ed4d3;let _0x1ca4d8=_0xdee53a[_0x442e44(0x279)]==='print'?Ft(_0x43f816):void 0x0;try{return _0xdee53a[_0x442e44(0x279)]==='print'&&await It(_0xdee53a[_0x442e44(0x5c7)]),Ca(_0x43f816);}finally{_0x1ca4d8==null||_0x1ca4d8();}}function Ca(_0x39cb99){const _0x35550e=_0x1ed4d3;var _0x2aee5e,_0x12c69f,_0x463259,_0x59853d,_0x565c19;let _0x25f765=((_0x2aee5e=(_0x12c69f=_0x39cb99[_0x35550e(0x212)])['getCanvasElement'])==null?void 0x0:_0x2aee5e[_0x35550e(0x5db)](_0x12c69f))??((_0x463259=(_0x59853d=_0x39cb99['engine'])['getCanvas'])==null||(_0x463259=_0x463259[_0x35550e(0x5db)](_0x59853d))==null||(_0x565c19=_0x463259['getCanvasEle'])==null?void 0x0:_0x565c19[_0x35550e(0x5db)](_0x463259));if(!(!_0x25f765||_0x25f765[_0x35550e(0x754)]<=0x1||_0x25f765[_0x35550e(0x33c)]<=0x1||typeof _0x25f765[_0x35550e(0x1f8)]!=_0x35550e(0x508)))return _0x25f765[_0x35550e(0x1f8)](_0x35550e(0x3a6));}async function wa(_0x5e6446,_0x27c9d1=!0x1){const _0x3bd4c8=_0x1ed4d3;try{var _0x35cfb2;let _0x37ea84=(((_0x35cfb2=_0x5e6446['runtimeScope'])==null?void 0x0:_0x35cfb2[_0x3bd4c8(0x583)])??_0x5e6446[_0x3bd4c8(0x583)])[_0x3bd4c8(0x53b)](p[_0x3bd4c8(0x208)]),_0x8ed540=Date['now']()+ha,_0x12eb9f=await Ta(_0x37ea84,_0x5e6446[_0x3bd4c8(0x442)],_0x8ed540);_0x12eb9f&&(_0x27c9d1&&(_0x12eb9f[_0x3bd4c8(0x20c)][_0x3bd4c8(0x53a)](!0x0),await Promise[_0x3bd4c8(0x774)]([_0x12eb9f[_0x3bd4c8(0x20c)][_0x3bd4c8(0x96b)](),new Promise(_0x32ab5b=>globalThis['setTimeout'](_0x32ab5b,Math[_0x3bd4c8(0x287)](0x0,_0x8ed540-Date[_0x3bd4c8(0x8e7)]())))])),await Ea(_0x12eb9f,!0x1,Oa(_0x5e6446),_0x8ed540));}catch{}}async function Ta(_0x5f00ce,_0x2e9b0c,_0x2868f2){const _0x1943eb=_0x1ed4d3;let _0x13e092=_0x5f00ce['getRenderUnitById'](_0x2e9b0c);if(_0x13e092)return _0x13e092;let _0x234019=_0x5f00ce[_0x1943eb(0x250)];if(!(!_0x234019||typeof _0x234019[_0x1943eb(0x49c)]!=_0x1943eb(0x508)))return new Promise(_0x2d4b57=>{const _0x31542a=_0x1943eb;let _0x4ca6de=!0x1,_0x5ccf28,_0x312516,_0x4725cf=_0x618f93=>{const _0x59a3f1=_0x54e0;_0x4ca6de||(_0x4ca6de=!0x0,_0x5ccf28!==void 0x0&&globalThis[_0x59a3f1(0x7b3)](_0x5ccf28),_0x312516==null||_0x312516[_0x59a3f1(0x465)](),_0x2d4b57(_0x618f93));},_0x4241c8=_0x234019[_0x31542a(0x49c)](_0x8a120e=>{const _0x406d0f=_0x31542a;_0x8a120e[_0x406d0f(0x2b9)]===_0x2e9b0c&&_0x4725cf(_0x8a120e);});if(_0x312516=_0x4241c8,_0x4ca6de){_0x4241c8[_0x31542a(0x465)]();return;}let _0x7a61fd=_0x5f00ce['getRenderUnitById'](_0x2e9b0c);if(_0x7a61fd){_0x4725cf(_0x7a61fd);return;}_0x5ccf28=globalThis[_0x31542a(0x84e)](()=>_0x4725cf(_0x5f00ce[_0x31542a(0x871)](_0x2e9b0c)??void 0x0),Math[_0x31542a(0x287)](0x0,_0x2868f2-Date[_0x31542a(0x8e7)]()));});}async function Ea(_0x5a7235,_0x5309bc,_0x301c80=!0x0,_0x4de58e=Date['now']()+ha){await ka(_0x4de58e);let _0x5712ec=_0x5a7235['scene']['afterRender$'];if(!_0x5712ec){_0x5309bc&&kt(_0x5a7235,{'activate':!0x1});return;}await new Promise(_0xe59c57=>{const _0x2c169a=_0x54e0;let _0x40e28f=!0x1,_0x2b30e2,_0x4d9f8c,_0x4a5f33,_0x2ee5db=()=>{const _0x157446=_0x54e0;_0x40e28f||(_0x40e28f=!0x0,_0x2b30e2!==void 0x0&&globalThis['clearTimeout'](_0x2b30e2),_0x4d9f8c!==void 0x0&&globalThis[_0x157446(0x7b3)](_0x4d9f8c),_0x4a5f33==null||_0x4a5f33['unsubscribe'](),_0xe59c57());},_0xc31adc=()=>{const _0x5915ab=_0x54e0;_0x2b30e2!==void 0x0&&globalThis[_0x5915ab(0x7b3)](_0x2b30e2),_0x2b30e2=globalThis[_0x5915ab(0x84e)](_0x2ee5db,0xa0);};_0x4a5f33=_0x5712ec[_0x2c169a(0x49c)](_0x2ae9fe=>{_0x2ae9fe&&_0xc31adc();}),_0x4d9f8c=globalThis[_0x2c169a(0x84e)](_0x2ee5db,Math[_0x2c169a(0x287)](0x0,_0x4de58e-Date[_0x2c169a(0x8e7)]()));try{_0x5309bc&&kt(_0x5a7235,{'activate':!0x1}),(_0x5309bc||_0x301c80)&&_0xc31adc();}catch{_0x2ee5db();}});}function Da(_0x2a211e){const _0x49e8b0=_0x1ed4d3;let _0x325351=document[_0x49e8b0(0x467)]('div');return _0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x824)]=_0x49e8b0(0x4ab),_0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x2f6)]=_0x49e8b0(0x90e),_0x325351['style'][_0x49e8b0(0x578)]=_0x49e8b0(0x90e),_0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x754)]=Math[_0x49e8b0(0x287)](0x1,Math[_0x49e8b0(0x66f)](_0x2a211e[_0x49e8b0(0x754)]))+'px',_0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x33c)]=Math[_0x49e8b0(0x287)](0x1,Math[_0x49e8b0(0x66f)](_0x2a211e[_0x49e8b0(0x33c)]))+'px',_0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x37a)]=_0x49e8b0(0x255),document[_0x49e8b0(0x235)][_0x49e8b0(0x545)](_0x325351),_0x325351;}function Oa(_0x4b0c82){const _0xff8165=_0x1ed4d3;var _0x1a94ab,_0xc9ac71,_0x22e219;return[(_0x1a94ab=_0x4b0c82[_0xff8165(0x982)])==null?void 0x0:_0x1a94ab[_0xff8165(0x97f)],(_0xc9ac71=_0x4b0c82[_0xff8165(0x982)])==null?void 0x0:_0xc9ac71[_0xff8165(0x815)],(_0x22e219=_0x4b0c82[_0xff8165(0x982)])==null?void 0x0:_0x22e219['rootElement']][_0xff8165(0x699)](_0x15391d=>!!_0x15391d)[_0xff8165(0x52a)](_0x4ef2fc=>Array['from'](_0x4ef2fc['querySelectorAll']('canvas'))[_0xff8165(0x52a)](_0x29a1b4=>_0x29a1b4[_0xff8165(0x754)]>0x1&&_0x29a1b4['height']>0x1));}async function ka(_0x367cc2){const _0x216d47=_0x1ed4d3;if(typeof document>'u'||!document['fonts']||document[_0x216d47(0x993)][_0x216d47(0x4db)]!==_0x216d47(0x4dd))return;let _0x424fca;try{await Promise[_0x216d47(0x774)]([document[_0x216d47(0x993)]['ready'][_0x216d47(0x5cb)](()=>void 0x0,()=>void 0x0),new Promise(_0x51f5b6=>{const _0x593f3f=_0x216d47;_0x424fca=globalThis[_0x593f3f(0x84e)](_0x51f5b6,Math['max'](0x0,_0x367cc2-Date[_0x593f3f(0x8e7)]()));})]);}finally{_0x424fca!==void 0x0&&globalThis['clearTimeout'](_0x424fca);}}function Aa(_0x1d41e6,_0xb50462,_0x3f2542){const _0x4b6c71=_0x1ed4d3;let _0x3f0c60=ja(_0xb50462),_0x43b38f=_0x3f0c60==='tab-peer',_0x56cc2a=()=>{};return{'descriptor':_0xb50462[_0x4b6c71(0x3e8)],'layout':_0x3f0c60,'injector':_0x1d41e6,'hostElement':_0x3f2542,'container':_0x3f2542,'hostUnitId':_0xb50462[_0x4b6c71(0x3e8)]['hostUnitId'],'embedId':_0xb50462['descriptor'][_0x4b6c71(0x666)],'childUnitId':_0xb50462[_0x4b6c71(0x442)],'childType':_0xb50462[_0x4b6c71(0x5c7)],'renderScope':{'hostUnitId':_0xb50462['descriptor']['hostUnitId'],'hostAnchorId':_0xb50462['descriptor'][_0x4b6c71(0x253)],'embedId':_0xb50462[_0x4b6c71(0x3e8)]['embedId'],'childUnitId':_0xb50462[_0x4b6c71(0x442)],'childType':_0xb50462[_0x4b6c71(0x5c7)],'layout':_0x3f0c60,'mode':_0x43b38f?_0x4b6c71(0x9c5):'float','rootElement':_0x3f2542,'contentRoot':_0x3f2542,'canvasRoot':_0x3f2542,'active$':(0x0,f['of'])(!0x1)},'runtimeScope':{'descriptor':_0xb50462['descriptor'],'host':{'unitId':_0xb50462['descriptor'][_0x4b6c71(0x565)],'type':_0xb50462['descriptor'][_0x4b6c71(0x817)],'anchorId':_0xb50462[_0x4b6c71(0x3e8)][_0x4b6c71(0x253)],'entry':_0xb50462[_0x4b6c71(0x3e8)][_0x4b6c71(0x8bf)],'layout':_0x43b38f?'tab-peer':_0x4b6c71(0x681)},'child':{'unitId':_0xb50462[_0x4b6c71(0x442)],'type':_0xb50462[_0x4b6c71(0x5c7)]},'injector':_0x1d41e6,'roots':{'root':_0x3f2542,'content':_0x3f2542,'canvas':_0x3f2542,'overlay':_0x3f2542,'popup':_0x3f2542},'activate':_0x56cc2a,'deactivate':_0x56cc2a,'dispose':_0x56cc2a}};}function ja(_0x155d86){const _0x1e8899=_0x1ed4d3;var _0x112015,_0x29267a,_0x176fc3;let _0x12b6a3=(_0x112015=_0x155d86[_0x1e8899(0x3e8)]['sourceMeta'])==null?void 0x0:_0x112015[_0x1e8899(0x714)];if(_0x12b6a3&&typeof _0x12b6a3==_0x1e8899(0x56b)&&typeof _0x12b6a3[_0x1e8899(0x29f)]==_0x1e8899(0x23d))return _0x12b6a3[_0x1e8899(0x29f)];let _0x23a863=(_0x29267a=_0x155d86[_0x1e8899(0x3e8)][_0x1e8899(0x440)])==null?void 0x0:_0x29267a[_0x1e8899(0x9c5)];return _0x155d86['descriptor']['entry']===t['EmbedHostEntryEnum'][_0x1e8899(0x5eb)]||_0x155d86[_0x1e8899(0x3e8)][_0x1e8899(0x8bf)]===t[_0x1e8899(0x224)]['BasesTableListBlock']||_0x155d86[_0x1e8899(0x3e8)]['entry']===t[_0x1e8899(0x224)][_0x1e8899(0x9cc)]||_0x23a863&&typeof _0x23a863==_0x1e8899(0x56b)&&_0x23a863[_0x1e8899(0x42b)]?'tab-peer':((_0x176fc3=_0x155d86[_0x1e8899(0x44e)])==null?void 0x0:_0x176fc3[_0x1e8899(0x29f)])??_0x1e8899(0x808);}const Ma=0x640,Na=0x4b0,Pa=0x7fff;let Fa=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x359783,_0x2b9d23,_0x6b6ce0,_0x3e3b0e,_0x2b3e8e,_0x494c40,_0x42c178,_0x1932e0,_0x1226a5,_0xbcbbdd,_0x3b618c,_0x1d2c78){const _0x370e42=_0x1ed4d3;super(),this['_embedModelService']=_0x359783,this[_0x370e42(0x3ae)]=_0x2b9d23,this['_hostAdapterRegistry']=_0x6b6ce0,this[_0x370e42(0x3b0)]=_0x3e3b0e,this[_0x370e42(0x3ff)]=_0x2b3e8e,this[_0x370e42(0x4c6)]=_0x494c40,this[_0x370e42(0x85a)]=_0x42c178,this['_passiveViewportRegistry']=_0x1932e0,this[_0x370e42(0x4c2)]=_0x1226a5,this[_0x370e42(0x6bb)]=_0xbcbbdd,this['_themeService']=_0x3b618c,this['_imageIoService']=_0x1d2c78,B(this,_0x370e42(0x91b),new Map());}async['prepare'](_0x501854){const _0x3bfe3d=_0x1ed4d3;var _0x297d30,_0x27ea48;let _0x1e600b=_0x501854['unitType']===a[_0x3bfe3d(0x747)]['UNIVER_SLIDE']?this[_0x3bfe3d(0x6bb)][_0x3bfe3d(0x4a8)](_0x501854[_0x3bfe3d(0x2b9)],a[_0x3bfe3d(0x747)][_0x3bfe3d(0x83f)]):void 0x0,_0x23c2e7=_0x1e600b==null||(_0x297d30=_0x1e600b['pageManager']['getActiveSlide']())==null?void 0x0:_0x297d30[_0x3bfe3d(0x729)](),_0x378f92=_0x501854[_0x3bfe3d(0x2fc)]===a[_0x3bfe3d(0x747)][_0x3bfe3d(0x32f)]?(_0x27ea48=this[_0x3bfe3d(0x6bb)][_0x3bfe3d(0x4a8)](_0x501854[_0x3bfe3d(0x2b9)],a[_0x3bfe3d(0x747)][_0x3bfe3d(0x32f)]))==null||(_0x27ea48=_0x27ea48['getActiveSheet'](!0x0))==null?void 0x0:_0x27ea48[_0x3bfe3d(0x2c5)]():void 0x0;try{this['_clearHost'](_0x501854[_0x3bfe3d(0x2b9)]);let _0x28e6ea=this[_0x3bfe3d(0x3b7)][_0x3bfe3d(0x2a2)](_0x501854[_0x3bfe3d(0x2b9)])['filter'](_0x521d75=>_0x521d75[_0x3bfe3d(0x817)]===_0x501854[_0x3bfe3d(0x2fc)]);for(let _0x3545b1 of _0x28e6ea)await this[_0x3bfe3d(0x5f3)](_0x3545b1,_0x501854),await this[_0x3bfe3d(0x423)](_0x3545b1,_0x501854),await this[_0x3bfe3d(0x762)](_0x3545b1,_0x501854);}finally{_0x378f92&&this[_0x3bfe3d(0x4c2)][_0x3bfe3d(0x6c0)](v['SetWorksheetActiveOperation']['id'],{'unitId':_0x501854[_0x3bfe3d(0x2b9)],'subUnitId':_0x378f92}),_0x23c2e7&&(_0x1e600b==null||_0x1e600b[_0x3bfe3d(0x673)][_0x3bfe3d(0x9de)](_0x23c2e7)),this[_0x3bfe3d(0x6bb)]['setCurrentUnitForType'](_0x501854['unitId']),this['_univerInstanceService'][_0x3bfe3d(0x927)](_0x501854[_0x3bfe3d(0x2b9)]);}}[_0x1ed4d3(0x596)](_0x48e2e9,_0x4a27a1){const _0x4a52f5=_0x1ed4d3;var _0x3e685d;return(_0x3e685d=this['getResource'](_0x48e2e9,_0x4a27a1))==null?void 0x0:_0x3e685d[_0x4a52f5(0x2e7)];}[_0x1ed4d3(0x202)](_0x23b05,_0x14846e){const _0x3586d0=_0x1ed4d3;return this[_0x3586d0(0x91b)][_0x3586d0(0x53b)](this[_0x3586d0(0x8df)](_0x23b05,_0x14846e));}async[_0x1ed4d3(0x5f3)](_0x1612f2,_0x2862ac){const _0x33b5dc=_0x1ed4d3;var _0x182d53;if(_0x2862ac[_0x33b5dc(0x2fc)]!==a[_0x33b5dc(0x747)][_0x33b5dc(0x32f)]||_0x1612f2['entry']!==t[_0x33b5dc(0x224)][_0x33b5dc(0x5eb)]||this['_commandService']['syncExecuteCommand'](v[_0x33b5dc(0x474)]['id'],{'unitId':_0x1612f2['hostUnitId'],'subUnitId':_0x1612f2[_0x33b5dc(0x253)]})===!0x1)return;let _0x1c1829=Date[_0x33b5dc(0x8e7)]()+0x1388;for(;!((_0x182d53=this[_0x33b5dc(0x4c6)]['getSession'](_0x1612f2['embedId']))!=null&&_0x182d53['context'])&&Date[_0x33b5dc(0x8e7)]()<_0x1c1829;)await new Promise(_0x845df3=>window[_0x33b5dc(0x84e)](_0x845df3,0x10));}async['_activateSlidePageForPrint'](_0x56a4dd,_0x295fed){const _0x2fbb43=_0x1ed4d3;var _0x38801f;if(_0x295fed[_0x2fbb43(0x2fc)]!==a[_0x2fbb43(0x747)][_0x2fbb43(0x83f)]||_0x56a4dd[_0x2fbb43(0x8bf)]!==t[_0x2fbb43(0x224)][_0x2fbb43(0x9cc)])return;this[_0x2fbb43(0x45f)]['activateAnchor']({'descriptor':_0x56a4dd,'embedId':_0x56a4dd[_0x2fbb43(0x666)],'entry':_0x56a4dd[_0x2fbb43(0x8bf)],'hostAnchorId':_0x56a4dd['hostAnchorId'],'hostType':_0x56a4dd[_0x2fbb43(0x817)],'hostUnitId':_0x56a4dd[_0x2fbb43(0x565)]});let _0xb1c939=Date['now']()+0x1388;for(;!((_0x38801f=this[_0x2fbb43(0x4c6)][_0x2fbb43(0x28a)](_0x56a4dd[_0x2fbb43(0x666)]))!=null&&_0x38801f[_0x2fbb43(0x44e)])&&Date[_0x2fbb43(0x8e7)]()<_0xb1c939;)await new Promise(_0x49d997=>window[_0x2fbb43(0x84e)](_0x49d997,0x10));}async[_0x1ed4d3(0x762)](_0x2198d6,_0x4ad88d){const _0x48b6f9=_0x1ed4d3;let _0x3a30d0=Ba(this['_previewService'][_0x48b6f9(0x6ea)](_0x2198d6[_0x48b6f9(0x5c7)]),_0x2198d6);if(_0x3a30d0)try{var _0x31577f,_0x15ede8;let _0x49dc3d=await this[_0x48b6f9(0x3b0)][_0x48b6f9(0x7ef)]({'descriptor':_0x2198d6});if(!_0x49dc3d['childUnitId']){Ha(_0x49dc3d,_0x48b6f9(0x4a2)+_0x49dc3d[_0x48b6f9(0x666)]);return;}let _0x1c5013=(_0x31577f=this['_mountService']['getSession'](_0x49dc3d['embedId']))==null?void 0x0:_0x31577f[_0x48b6f9(0x44e)],_0x1bae0b=await this[_0x48b6f9(0x912)](_0x49dc3d[_0x48b6f9(0x666)],_0x3a30d0,_0x1c5013),_0x146c59=this[_0x48b6f9(0x280)](_0x49dc3d,_0x1c5013),_0x1126c9=await this[_0x48b6f9(0x7eb)](_0x49dc3d,_0x1c5013,_0x146c59,_0x4ad88d[_0x48b6f9(0x862)]),_0x5acdb4=_0x1126c9?void 0x0:await this[_0x48b6f9(0x8bd)](_0x49dc3d,_0x1c5013,_0x146c59,_0x4ad88d['dpr']),_0x1e1a2d=_0x1126c9??(_0x5acdb4==null?void 0x0:_0x5acdb4[_0x48b6f9(0x2a6)])??await _0x3a30d0[_0x48b6f9(0x7ab)]({'descriptor':_0x49dc3d,'childUnitId':_0x49dc3d['childUnitId'],'childType':_0x49dc3d[_0x48b6f9(0x5c7)],'width':_0x146c59[_0x48b6f9(0x754)],'height':_0x146c59[_0x48b6f9(0x33c)],'dpr':_0x4ad88d[_0x48b6f9(0x862)],'viewState':_0x1bae0b,'reason':_0x48b6f9(0x483),'context':_0x1c5013}),_0x159dee=_0x1e1a2d instanceof HTMLCanvasElement?_0x1e1a2d:void 0x0,_0x665845=this[_0x48b6f9(0x2ab)](_0x1e1a2d)??this['_toDataUrl']((_0x15ede8=this[_0x48b6f9(0x3ff)]['getPreview'](_0x49dc3d[_0x48b6f9(0x666)]))==null?void 0x0:_0x15ede8[_0x48b6f9(0x8f8)]);if(!_0x665845&&!_0x159dee){Ha(_0x49dc3d,_0x48b6f9(0x389)+_0x49dc3d[_0x48b6f9(0x666)]);return;}_0x665845&&await this[_0x48b6f9(0x507)](_0x665845);let _0xea5688=to(_0x1e1a2d,_0x146c59);this['_resources'][_0x48b6f9(0x753)](this[_0x48b6f9(0x8df)](_0x49dc3d[_0x48b6f9(0x565)],_0x49dc3d[_0x48b6f9(0x666)]),{'canvas':_0x159dee,'height':_0xea5688[_0x48b6f9(0x33c)],'source':_0x665845,'verticalBreaks':_0x5acdb4==null?void 0x0:_0x5acdb4['verticalBreaks'],'width':_0xea5688[_0x48b6f9(0x754)]});}catch(_0x480ba0){var _0xe96f14;Va(_0x2198d6,_0x480ba0);let _0x2f5237=this['_toDataUrl']((_0xe96f14=this['_previewService'][_0x48b6f9(0x8cf)](_0x2198d6[_0x48b6f9(0x666)]))==null?void 0x0:_0xe96f14[_0x48b6f9(0x8f8)]);_0x2f5237&&(await this[_0x48b6f9(0x507)](_0x2f5237),this[_0x48b6f9(0x91b)][_0x48b6f9(0x753)](this['_getKey'](_0x2198d6[_0x48b6f9(0x565)],_0x2198d6['embedId']),{'height':0x1,'source':_0x2f5237,'width':0x1}));}}async[_0x1ed4d3(0x7eb)](_0x51585b,_0x453cae,_0x3800dd,_0x3f7ea2){const _0x44e0de=_0x1ed4d3;let _0x238e72=_0x453cae&&this[_0x44e0de(0x85f)](_0x51585b,_0x453cae,_0x3f7ea2);if(_0x51585b[_0x44e0de(0x5c7)]!==a[_0x44e0de(0x747)][_0x44e0de(0x8d2)]&&(_0x51585b[_0x44e0de(0x5c7)]!==a['UniverInstanceType'][_0x44e0de(0x8ed)]||_0x238e72)||!_0x453cae)return;let _0x16a78e=Pt(_0x453cae);try{await It(_0x51585b[_0x44e0de(0x5c7)]),await wa(_0x453cae,!0x0),_0x51585b['childType']===a[_0x44e0de(0x747)][_0x44e0de(0x8ed)]&&await(0x0,_['waitForBaseCanvasImages'])();let _0x43e922=Nt(_0x453cae,!0x0),_0x9694ef=Qa(_0x3800dd['width'],_0x3800dd['height'],$a(_0x453cae),_0x3f7ea2);return!_0x43e922||!_0x9694ef?void 0x0:(_0x9694ef[_0x44e0de(0x44e)][_0x44e0de(0x6e1)](_0x43e922,0x0,0x0,_0x3800dd['width'],_0x3800dd[_0x44e0de(0x33c)]),_0x9694ef['canvas']);}finally{_0x16a78e();}}async['_renderMountedScene'](_0x33e626,_0x117b2a,_0x1e55f5,_0x2d4362){const _0x6ac2be=_0x1ed4d3;if(!_0x117b2a||!ro(_0x33e626[_0x6ac2be(0x5c7)]))return;let _0x5f749b=this[_0x6ac2be(0x85f)](_0x33e626,_0x117b2a,_0x2d4362);if(_0x5f749b){var _0x5cea56;let _0x29384b=await this[_0x6ac2be(0x98d)](_0x33e626,_0x117b2a,_0x5f749b);return _0x29384b?{'canvas':_0x29384b,'verticalBreaks':(_0x5cea56=_0x5f749b['verticalBreaks'])==null?void 0x0:_0x5cea56[_0x6ac2be(0x572)](_0x56a30b=>_0x56a30b*_0x5f749b['scale']*_0x5f749b[_0x6ac2be(0x3bd)])}:void 0x0;}let _0x33bed8=Pt(_0x117b2a);try{await It(_0x33e626[_0x6ac2be(0x5c7)]);let _0x42c02a=await eo(_0x117b2a);if(!_0x42c02a)return;let _0x1c7216=Qa(_0x1e55f5[_0x6ac2be(0x754)],_0x1e55f5[_0x6ac2be(0x33c)],$a(_0x117b2a),_0x2d4362);return _0x1c7216?(Ya(_0x42c02a,_0x1c7216[_0x6ac2be(0x44e)],{'height':_0x1e55f5[_0x6ac2be(0x33c)],'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x1e55f5['width']},0x1),{'canvas':_0x1c7216[_0x6ac2be(0x2a6)]}):void 0x0;}finally{_0x33bed8();}}async[_0x1ed4d3(0x98d)](_0xf880f3,_0x14bc05,_0x4839a0){const _0x147799=_0x1ed4d3;let {bodyViewportWidth:_0x29f47a,bodyViewportHeight:_0x5bc85e,contentBodyWidth:_0x36a268,contentBodyHeight:_0x2cad85,fullWidth:_0x4d4d31,fullHeight:_0x1486d5,originalScrollX:_0x491ebd,originalScroll:_0x5966f8,scale:_0x3041a6,viewportProvider:_0x5c81db}=_0x4839a0,_0x21b669=Qa(_0x4d4d31*_0x3041a6,_0x1486d5*_0x3041a6,$a(_0x14bc05),_0x4839a0[_0x147799(0x3bd)]),_0x1a5a9e=Qa(_0x4839a0[_0x147799(0x4b8)][_0x147799(0x754)],_0x4839a0[_0x147799(0x4b8)][_0x147799(0x33c)],$a(_0x14bc05),_0x4839a0['pixelRatio']);if(!_0x21b669||!_0x1a5a9e)return;let _0x418200=Pt(_0x14bc05);try{let _0x265b02=await eo(_0x14bc05);if(!_0x265b02)return;let _0x4f1323=Wa(_0x36a268,_0x29f47a),_0x543526=Wa(_0x2cad85,_0x5bc85e);for(let _0x216964 of _0x4f1323)for(let _0x551912 of _0x543526)Ga(_0x14bc05,_0x5c81db,_0x216964,_0x551912),await It(_0xf880f3[_0x147799(0x5c7)]),await wa(_0x14bc05,!0x0),_0xf880f3['childType']===a['UniverInstanceType'][_0x147799(0x8ed)]&&await(0x0,_['waitForBaseCanvasImages'])(),_0x1a5a9e[_0x147799(0x2bd)]['clearRect'](0x0,0x0,_0x4839a0[_0x147799(0x4b8)][_0x147799(0x754)],_0x4839a0[_0x147799(0x4b8)][_0x147799(0x33c)]),_0x265b02[_0x147799(0x53a)](!0x0),_0x265b02[_0x147799(0x2c3)](_0x1a5a9e[_0x147799(0x44e)]),Ka(_0x1a5a9e[_0x147799(0x2a6)],_0x21b669[_0x147799(0x44e)],_0x4839a0,_0x216964,_0x551912);return _0x21b669[_0x147799(0x2a6)];}finally{try{Ga(_0x14bc05,_0x5c81db,_0x491ebd,_0x5966f8),await wa(_0x14bc05,!0x0);}finally{_0x418200();}}}[_0x1ed4d3(0x85f)](_0x23561c,_0x12c771,_0x2bb6d7){const _0x535c80=_0x1ed4d3;var _0x352c25,_0x176fb6,_0x27d585,_0x329869,_0x12f459;let _0x1df6bc=_0x23561c[_0x535c80(0x442)],_0x2596ac=_0x23561c[_0x535c80(0x5c7)]===a[_0x535c80(0x747)][_0x535c80(0x32f)]||_0x23561c[_0x535c80(0x5c7)]===a[_0x535c80(0x747)][_0x535c80(0x8ed)],_0x330f65=_0x23561c[_0x535c80(0x817)]===a['UniverInstanceType'][_0x535c80(0x563)]&&_0x23561c[_0x535c80(0x8bf)]===t[_0x535c80(0x224)][_0x535c80(0x7a2)]&&_0x2596ac,_0x332c22=_0x2596ac&&no(_0x23561c[_0x535c80(0x8bf)]);if(!_0x1df6bc||!_0x330f65&&!_0x332c22)return;let _0x27ed5f=_0x12c771['container']['getBoundingClientRect']();if(!Q(_0x27ed5f[_0x535c80(0x754)])||!Q(_0x27ed5f[_0x535c80(0x33c)]))return;let _0x1fe93b=this[_0x535c80(0x909)](_0x23561c,_0x12c771),_0xdf7d49=_0x332c22?this[_0x535c80(0x4fa)](_0x23561c,_0x27ed5f):_0x27ed5f,_0x1ba628=_0x332c22&&Q(_0x1fe93b==null?void 0x0:_0x1fe93b[_0x535c80(0x754)])?Math[_0x535c80(0x287)](_0xdf7d49['width'],_0x1fe93b['width']):_0x330f65?Ua(_0x12c771,_0x27ed5f[_0x535c80(0x754)]):_0x27ed5f[_0x535c80(0x754)],_0x2d047a=_0x1fe93b==null?void 0x0:_0x1fe93b[_0x535c80(0x33c)];if(!Q(_0x2d047a)||_0x330f65&&_0x2d047a<=_0x27ed5f[_0x535c80(0x33c)])return;let _0x56f1c6=_0x332c22?io(_0x1ba628,_0x2d047a,_0xdf7d49[_0x535c80(0x754)]>=_0xdf7d49['height']):void 0x0,_0x34bb82=(_0x56f1c6==null?void 0x0:_0x56f1c6['height'])??_0x2d047a,_0x37a321=this[_0x535c80(0x57f)][_0x535c80(0x53b)](_0x23561c[_0x535c80(0x5c7)],_0x12c771[_0x535c80(0x29f)]);if(!(_0x37a321!=null&&_0x37a321[_0x535c80(0x562)]))return;let _0x38fa27=_0x332c22?Math[_0x535c80(0x287)](0x0,((_0x352c25=_0x37a321[_0x535c80(0x298)])==null?void 0x0:_0x352c25['call'](_0x37a321,_0x12c771))??0x0):0x0,_0x498f6e=Math[_0x535c80(0x287)](0x0,((_0x176fb6=_0x37a321[_0x535c80(0x802)])==null?void 0x0:_0x176fb6[_0x535c80(0x5db)](_0x37a321,_0x12c771))??0x0),_0x1f9d15=Math['max'](0x0,((_0x27d585=_0x37a321['getStickyFooterHeight'])==null?void 0x0:_0x27d585['call'](_0x37a321,_0x12c771))??0x0),_0xe1d8b5=_0x27ed5f[_0x535c80(0x754)]-_0x38fa27,_0x1a79e9=_0x27ed5f[_0x535c80(0x33c)]-_0x498f6e-_0x1f9d15,_0x1db2c3=_0x1ba628-_0x38fa27,_0x405c62=_0x34bb82-_0x498f6e-_0x1f9d15;if(_0xe1d8b5<=0x0||_0x1a79e9<=0x0||_0x1db2c3<=0x0||_0x405c62<=0x0)return;let _0x24fa59=_0x56f1c6?_0x56f1c6['scale']:Math[_0x535c80(0x451)](0x1,Pa/_0x1ba628,Pa/_0x34bb82);if(!Q(_0x24fa59)||_0x1ba628*_0x24fa59>Pa||_0x34bb82*_0x24fa59>Pa)return;let _0x103831=_0x330f65&&_0x23561c['childType']===a[_0x535c80(0x747)][_0x535c80(0x32f)]?Math[_0x535c80(0x451)](0x1,_0x1ba628/_0x27ed5f['width']):0x1,_0x23e04b=Math['min'](Math[_0x535c80(0x287)](0x1,_0x2bb6d7),Pa/(_0x1ba628*_0x24fa59),Pa/(_0x34bb82*_0x24fa59));return{'bodyViewportWidth':_0xe1d8b5,'bodyViewportHeight':_0x1a79e9,'contentBodyWidth':_0x1db2c3,'contentBodyHeight':_0x405c62,'fullWidth':_0x1ba628,'fullHeight':_0x34bb82,'originalScrollX':((_0x329869=_0x37a321[_0x535c80(0x778)])==null?void 0x0:_0x329869['call'](_0x37a321,_0x12c771))??0x0,'originalScroll':_0x37a321[_0x535c80(0x562)](_0x12c771)??0x0,'pixelRatio':_0x23e04b,'scale':_0x24fa59,'sceneSourceScale':_0x103831,'stickyLeftWidth':_0x38fa27,'stickyFooterHeight':_0x1f9d15,'stickyHeaderHeight':_0x498f6e,'verticalBreaks':_0x1fe93b==null||(_0x12f459=_0x1fe93b['verticalBreaks'])==null?void 0x0:_0x12f459[_0x535c80(0x699)](_0x4c771b=>_0x4c771b<=_0x34bb82),'viewport':_0x27ed5f,'viewportProvider':_0x37a321};}[_0x1ed4d3(0x909)](_0x4e0e29,_0x2a0b7a){const _0x3e6ca6=_0x1ed4d3;let _0x429308=_0x4e0e29['childUnitId'];if(!_0x429308)return;let _0x4895a2=_0x2a0b7a['container'][_0x3e6ca6(0x455)](),_0x3b45ac=this['_univerInstanceService'][_0x3e6ca6(0x4a8)](_0x429308,_0x4e0e29[_0x3e6ca6(0x5c7)]),_0x582c59=_0x4e0e29[_0x3e6ca6(0x817)]===a[_0x3e6ca6(0x747)][_0x3e6ca6(0x563)]&&_0x4e0e29['childType']===a[_0x3e6ca6(0x747)][_0x3e6ca6(0x32f)];return this[_0x3e6ca6(0x85a)][_0x3e6ca6(0x3af)]({'childType':_0x4e0e29[_0x3e6ca6(0x5c7)],'childUnit':_0x3b45ac,'childUnitId':_0x429308,'injector':_0x2a0b7a[_0x3e6ca6(0x6f3)]['injector']??_0x2a0b7a[_0x3e6ca6(0x583)],'viewportHeight':_0x4895a2[_0x3e6ca6(0x33c)],'viewportWidth':_0x582c59?Ua(_0x2a0b7a,_0x4895a2['width']):_0x4895a2[_0x3e6ca6(0x754)]});}async['_resolveViewState'](_0x4c3812,_0x2389ad,_0xde7823){const _0x1d9a73=_0x1ed4d3;var _0x4e9390;return _0xde7823?_0x2389ad['collectViewState'](_0xde7823):(_0x4e9390=this[_0x1d9a73(0x3ff)][_0x1d9a73(0x8cf)](_0x4c3812))==null?void 0x0:_0x4e9390[_0x1d9a73(0x476)];}[_0x1ed4d3(0x280)](_0x344a20,_0x456926){const _0xdc8714=_0x1ed4d3;var _0x2019a7;if(_0x456926&&no(_0x344a20[_0xdc8714(0x8bf)])&&(_0x344a20[_0xdc8714(0x5c7)]===a[_0xdc8714(0x747)]['UNIVER_SHEET']||_0x344a20[_0xdc8714(0x5c7)]===a[_0xdc8714(0x747)][_0xdc8714(0x8ed)])){let _0x3fd0f9=this[_0xdc8714(0x909)](_0x344a20,_0x456926);if(Q(_0x3fd0f9==null?void 0x0:_0x3fd0f9['width'])&&Q(_0x3fd0f9==null?void 0x0:_0x3fd0f9[_0xdc8714(0x33c)])){let _0x497c92=this['_resolveTabViewportSize'](_0x344a20,_0x456926['container'][_0xdc8714(0x455)]()),_0x84ec53=Math[_0xdc8714(0x287)](_0x497c92[_0xdc8714(0x754)],_0x3fd0f9[_0xdc8714(0x754)]),_0x3c4185=io(_0x84ec53,_0x3fd0f9[_0xdc8714(0x33c)],_0x497c92['width']>=_0x497c92[_0xdc8714(0x33c)]);return{'width':Math['max'](0x1,Math[_0xdc8714(0x66f)](_0x84ec53*_0x3c4185[_0xdc8714(0x32b)])),'height':Math['max'](0x1,Math['round'](_0x3c4185['height']*_0x3c4185[_0xdc8714(0x32b)]))};}}if(_0x344a20[_0xdc8714(0x8bf)]===t[_0xdc8714(0x224)]['SlidesPageListBlock']){let _0x57baad=this[_0xdc8714(0x6bb)][_0xdc8714(0x4a8)](_0x344a20[_0xdc8714(0x565)],a[_0xdc8714(0x747)]['UNIVER_SLIDE']),_0x167a6d=_0x57baad==null?void 0x0:_0x57baad[_0xdc8714(0x58b)]()[_0xdc8714(0x78c)];if(Q(_0x167a6d==null?void 0x0:_0x167a6d[_0xdc8714(0x754)])&&Q(_0x167a6d==null?void 0x0:_0x167a6d['height']))return _0x167a6d;}let _0x322b6e=_0x456926==null?void 0x0:_0x456926[_0xdc8714(0x308)]['getBoundingClientRect']()['width'],_0x4b2c7e=_0x456926==null?void 0x0:_0x456926[_0xdc8714(0x308)][_0xdc8714(0x455)]()['height'];if(Q(_0x322b6e)&&Q(_0x4b2c7e))return{'width':_0x322b6e,'height':_0x4b2c7e};let _0x526d70=(_0x2019a7=this[_0xdc8714(0x3ae)][_0xdc8714(0x78e)](_0x344a20[_0xdc8714(0x565)],_0x344a20[_0xdc8714(0x253)]))==null?void 0x0:_0x2019a7['hostContext'],_0x494001=Ia(_0x526d70==null?void 0x0:_0x526d70['width']),_0x113d55=Ia(_0x526d70==null?void 0x0:_0x526d70['height']);return _0x494001&&_0x113d55?{'width':_0x494001,'height':_0x113d55}:_0x344a20[_0xdc8714(0x8bf)]===t[_0xdc8714(0x224)][_0xdc8714(0x7a2)]?(0x0,h[_0xdc8714(0x891)])(_0x344a20[_0xdc8714(0x5c7)]):_0x344a20[_0xdc8714(0x8bf)]===t[_0xdc8714(0x224)][_0xdc8714(0x443)]?{'width':0x230,'height':0x13b}:{'width':Ma,'height':Na};}['_resolveTabViewportSize'](_0x7b5e44,_0x40ad82){const _0x1002d4=_0x1ed4d3;var _0x2e3b9a;if(_0x7b5e44[_0x1002d4(0x8bf)]!==t['EmbedHostEntryEnum'][_0x1002d4(0x9cc)])return _0x40ad82;let _0x1d9a97=this['_univerInstanceService'][_0x1002d4(0x4a8)](_0x7b5e44[_0x1002d4(0x565)],a[_0x1002d4(0x747)][_0x1002d4(0x83f)]),_0x2ffb3e=(_0x1d9a97==null||(_0x2e3b9a=_0x1d9a97[_0x1002d4(0x673)][_0x1002d4(0x69b)](_0x7b5e44[_0x1002d4(0x253)]))==null?void 0x0:_0x2e3b9a[_0x1002d4(0x7bf)]()['pageSize'])??(_0x1d9a97==null?void 0x0:_0x1d9a97[_0x1002d4(0x58b)]()[_0x1002d4(0x78c)]);return Q(_0x2ffb3e==null?void 0x0:_0x2ffb3e[_0x1002d4(0x754)])&&Q(_0x2ffb3e[_0x1002d4(0x33c)])?_0x2ffb3e:_0x40ad82;}['_toDataUrl'](_0x3830d4){const _0x98de1=_0x1ed4d3;if(typeof _0x3830d4==_0x98de1(0x23d))return _0x3830d4;if(!_0x3830d4||typeof document>'u')return;let _0x4c1c2d=La(this[_0x98de1(0x4a3)]);if(_0x3830d4 instanceof HTMLCanvasElement){let _0x43b098=_0x3830d4['getContext']('2d');return _0x43b098&&(_0x43b098[_0x98de1(0x87a)](),_0x43b098[_0x98de1(0x6f6)]=_0x98de1(0x712),_0x43b098['fillStyle']=_0x4c1c2d,_0x43b098[_0x98de1(0x5f1)](0x0,0x0,_0x3830d4[_0x98de1(0x754)],_0x3830d4['height']),_0x43b098[_0x98de1(0x4b2)]()),Xa(_0x3830d4);}let _0x2118a8=document[_0x98de1(0x467)]('canvas');_0x2118a8[_0x98de1(0x754)]=_0x3830d4[_0x98de1(0x754)],_0x2118a8[_0x98de1(0x33c)]=_0x3830d4['height'];let _0x583032=_0x2118a8[_0x98de1(0x79b)]('2d');if(_0x583032)return _0x583032[_0x98de1(0x447)]=_0x4c1c2d,_0x583032[_0x98de1(0x5f1)](0x0,0x0,_0x2118a8[_0x98de1(0x754)],_0x2118a8[_0x98de1(0x33c)]),_0x583032[_0x98de1(0x6e1)](_0x3830d4,0x0,0x0),Xa(_0x2118a8);}['_preloadImage'](_0xd7562d){const _0x1c195a=_0x1ed4d3;return this['_imageIoService'][_0x1c195a(0x36e)](_0xd7562d,a[_0x1c195a(0x4a4)][_0x1c195a(0x99d)])?Promise['resolve']():new Promise(_0x4c8f7c=>{const _0x50d5e1=_0x1c195a;let _0x7bef10=new Image();_0x7bef10['onload']=()=>{const _0x70396e=_0x54e0;this[_0x70396e(0x8fb)]['addImageSourceCache'](_0xd7562d,a[_0x70396e(0x4a4)]['URL'],_0x7bef10),_0x4c8f7c();},_0x7bef10['onerror']=()=>_0x4c8f7c(),_0x7bef10[_0x50d5e1(0x52f)]=_0xd7562d;});}[_0x1ed4d3(0x2aa)](_0x36df73){const _0x2cc664=_0x1ed4d3;let _0x190436=_0x36df73+'::';Array['from'](this[_0x2cc664(0x91b)][_0x2cc664(0x924)]())['forEach'](_0x594f9a=>{const _0x354b12=_0x2cc664;_0x594f9a[_0x354b12(0x87c)](_0x190436)&&this[_0x354b12(0x91b)][_0x354b12(0x74c)](_0x594f9a);});}['_getKey'](_0x15092d,_0x1da895){return _0x15092d+'::'+_0x1da895;}[_0x1ed4d3(0x45b)](){const _0x39bc43=_0x1ed4d3;this[_0x39bc43(0x91b)][_0x39bc43(0x9c2)](),super['dispose']();}};Fa=Y([J(0x0,(0x0,a['Inject'])(t[_0x1ed4d3(0x3b9)])),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x933)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x6ff)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(Gr)),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(Ur)),J(0x5,(0x0,a[_0x1ed4d3(0x558)])(Ut)),J(0x6,(0x0,a['Inject'])(fa)),J(0x7,(0x0,a['Inject'])(ii)),J(0x8,a[_0x1ed4d3(0x8e6)]),J(0x9,a[_0x1ed4d3(0x90d)]),J(0xa,(0x0,a['Inject'])(a['ThemeService'])),J(0xb,a[_0x1ed4d3(0x631)])],Fa);function Ia(_0x15bb2b){return Q(_0x15bb2b)?_0x15bb2b:void 0x0;}function La(_0x289e83){const _0x2f3327=_0x1ed4d3;let _0x38c4a8=_0x289e83[_0x2f3327(0x3de)](_0x2f3327(0x8fc)),_0x2300e3=_0x289e83[_0x2f3327(0x3de)](_0x2f3327(0x230));return Ra(_0x2300e3)>Ra(_0x38c4a8)?_0x2300e3:_0x38c4a8;}function Ra(_0x1a9756){const _0x32c006=_0x1ed4d3;let _0x5496f7=/^#([\da-f]{2})([\da-f]{2})([\da-f]{2})$/i[_0x32c006(0x349)](_0x1a9756);return _0x5496f7?Number[_0x32c006(0x305)](_0x5496f7[0x1],0x10)+Number['parseInt'](_0x5496f7[0x2],0x10)+Number[_0x32c006(0x305)](_0x5496f7[0x3],0x10):0x0;}function Q(_0x5e350b){return typeof _0x5e350b=='number'&&Number['isFinite'](_0x5e350b)&&_0x5e350b>0x0;}function za(_0x2d820c){const _0x95dd4=_0x1ed4d3;return _0x2d820c[_0x95dd4(0x817)]===a['UniverInstanceType'][_0x95dd4(0x563)]&&_0x2d820c[_0x95dd4(0x8bf)]===t[_0x95dd4(0x224)][_0x95dd4(0x7a2)]&&(_0x2d820c[_0x95dd4(0x5c7)]===a[_0x95dd4(0x747)][_0x95dd4(0x32f)]||_0x2d820c['childType']===a[_0x95dd4(0x747)][_0x95dd4(0x8ed)]);}function Ba(_0x18720e,_0x474233){if(!_0x18720e&&za(_0x474233))throw Error('Print\x20preview\x20provider\x20is\x20not\x20available\x20for\x20embed\x20'+_0x474233['embedId']);return _0x18720e;}function Va(_0x41f47c,_0x46a14e){if(za(_0x41f47c))throw _0x46a14e;}function Ha(_0x4d3901,_0x1017a5){if(za(_0x4d3901))throw Error(_0x1017a5);}function Ua(_0x3176e0,_0x30dd70){const _0x286c0f=_0x1ed4d3;let _0x224527=_0x3176e0['container'][_0x286c0f(0x6bc)](_0x286c0f(0x3c9)),_0x5a67f3=_0x224527==null?void 0x0:_0x224527[_0x286c0f(0x455)]()['width'];return Q(_0x5a67f3)?Math['min'](_0x30dd70,_0x5a67f3):_0x30dd70;}function Wa(_0x3d56ea,_0x238915){const _0x1c31d8=_0x1ed4d3;let _0x44b41e=Math['max'](0x0,_0x3d56ea-_0x238915),_0x43ae6e=[0x0];for(let _0x83e2d8=_0x238915;_0x83e2d8<_0x44b41e;_0x83e2d8+=_0x238915)_0x43ae6e[_0x1c31d8(0x2fa)](_0x83e2d8);return _0x44b41e>_0x43ae6e[_0x43ae6e[_0x1c31d8(0x9ba)]-0x1]&&_0x43ae6e['push'](_0x44b41e),_0x43ae6e;}function Ga(_0x5c5c8d,_0x5dd418,_0x54257a,_0x421448){const _0x563d6b=_0x1ed4d3;_0x5dd418['handleWheel']({..._0x5c5c8d,'event':new WheelEvent(_0x563d6b(0x798)),'stage':_0x563d6b(0x334),'source':'print-capture','viewportScrollX':_0x54257a,'viewportScrollY':_0x421448});}function Ka(_0x38cf48,_0x59b07b,_0x2a0626,_0x3ba4f2,_0x36baf7){const _0xe7c873=_0x1ed4d3;let {fullHeight:_0x4f4be7,scale:_0x3fe15d,stickyFooterHeight:_0x2bf707,stickyHeaderHeight:_0x168cd0,stickyLeftWidth:_0x49e655,viewport:_0x172938}=_0x2a0626,_0x4663c2=qa(_0x2a0626,_0x3ba4f2,_0x36baf7);Za(_0x38cf48,_0x59b07b,{'height':_0x4663c2['height'],'sourceLeft':_0x4663c2[_0xe7c873(0x61e)],'sourceTop':_0x4663c2['sourceTop'],'targetLeft':_0x4663c2[_0xe7c873(0x7b1)],'targetTop':_0x4663c2[_0xe7c873(0x657)],'width':_0x4663c2[_0xe7c873(0x754)]},_0x3fe15d,_0x2a0626['sceneSourceScale'],_0x2a0626['pixelRatio']),_0x36baf7===0x0&&_0x168cd0>0x0&&Za(_0x38cf48,_0x59b07b,{'height':_0x168cd0,'sourceLeft':_0x4663c2['sourceLeft'],'sourceTop':0x0,'targetLeft':_0x4663c2[_0xe7c873(0x7b1)],'targetTop':0x0,'width':_0x4663c2['width']},_0x3fe15d,_0x2a0626[_0xe7c873(0x550)],_0x2a0626[_0xe7c873(0x3bd)]),_0x3ba4f2===0x0&&_0x49e655>0x0&&Za(_0x38cf48,_0x59b07b,{'height':_0x4663c2[_0xe7c873(0x33c)],'sourceLeft':0x0,'sourceTop':_0x4663c2[_0xe7c873(0x921)],'targetLeft':0x0,'targetTop':_0x4663c2['targetTop'],'width':_0x49e655},_0x3fe15d,_0x2a0626[_0xe7c873(0x550)],_0x2a0626[_0xe7c873(0x3bd)]),_0x3ba4f2===0x0&&_0x36baf7===0x0&&_0x49e655>0x0&&_0x168cd0>0x0&&Za(_0x38cf48,_0x59b07b,{'height':_0x168cd0,'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x49e655},_0x3fe15d,_0x2a0626[_0xe7c873(0x550)],_0x2a0626[_0xe7c873(0x3bd)]),_0x36baf7===0x0&&_0x2bf707>0x0&&(Za(_0x38cf48,_0x59b07b,{'height':_0x2bf707,'sourceLeft':_0x4663c2[_0xe7c873(0x61e)],'sourceTop':_0x172938['height']-_0x2bf707,'targetLeft':_0x4663c2[_0xe7c873(0x7b1)],'targetTop':_0x4f4be7-_0x2bf707,'width':_0x4663c2[_0xe7c873(0x754)]},_0x3fe15d,_0x2a0626[_0xe7c873(0x550)],_0x2a0626[_0xe7c873(0x3bd)]),_0x3ba4f2===0x0&&_0x49e655>0x0&&Za(_0x38cf48,_0x59b07b,{'height':_0x2bf707,'sourceLeft':0x0,'sourceTop':_0x172938[_0xe7c873(0x33c)]-_0x2bf707,'targetLeft':0x0,'targetTop':_0x4f4be7-_0x2bf707,'width':_0x49e655},_0x3fe15d,_0x2a0626['sceneSourceScale'],_0x2a0626[_0xe7c873(0x3bd)]));}function qa(_0x15790a,_0x2ccaba,_0x46ad2d){const _0x30f9a4=_0x1ed4d3;let _0x8ab8b0=Ja(_0x2ccaba,_0x15790a[_0x30f9a4(0x392)],_0x15790a[_0x30f9a4(0x34c)]),_0x15145a=Ja(_0x46ad2d,_0x15790a[_0x30f9a4(0x9e2)],_0x15790a[_0x30f9a4(0x861)]);return{'height':_0x15145a[_0x30f9a4(0x2e5)],'sourceLeft':_0x15790a[_0x30f9a4(0x5b6)]+_0x8ab8b0['sourceOffset'],'sourceTop':_0x15790a[_0x30f9a4(0x9bd)]+_0x15145a[_0x30f9a4(0x702)],'targetLeft':_0x15790a[_0x30f9a4(0x5b6)]+_0x8ab8b0[_0x30f9a4(0x1f6)],'targetTop':_0x15790a['stickyHeaderHeight']+_0x15145a[_0x30f9a4(0x1f6)],'width':_0x8ab8b0[_0x30f9a4(0x2e5)]};}function Ja(_0x47a238,_0x2af0a4,_0xa50098){const _0x42bc00=_0x1ed4d3;let _0x5b3ee8=_0x47a238%_0x2af0a4,_0x527011=_0x47a238>0x0&&_0x5b3ee8>0x0?_0x2af0a4-_0x5b3ee8:0x0,_0x5c12d4=_0x47a238+_0x527011;return{'size':Math['max'](0x0,Math[_0x42bc00(0x451)](_0x2af0a4-_0x527011,_0xa50098-_0x5c12d4)),'sourceOffset':_0x527011,'target':_0x5c12d4};}function Ya(_0x7ae671,_0xcacf3b,_0x3fe741,_0x1b5454){const _0x2dda5c=_0x1ed4d3;_0x3fe741['width']<=0x0||_0x3fe741[_0x2dda5c(0x33c)]<=0x0||(_0xcacf3b[_0x2dda5c(0x87a)](),_0xcacf3b[_0x2dda5c(0x32b)](_0x1b5454,_0x1b5454),_0xcacf3b['beginPath'](),_0xcacf3b[_0x2dda5c(0x40e)](_0x3fe741[_0x2dda5c(0x7b1)],_0x3fe741[_0x2dda5c(0x657)],_0x3fe741[_0x2dda5c(0x754)],_0x3fe741[_0x2dda5c(0x33c)]),_0xcacf3b[_0x2dda5c(0x35d)](),_0xcacf3b[_0x2dda5c(0x5fe)](_0x3fe741['targetLeft']-_0x3fe741[_0x2dda5c(0x61e)],_0x3fe741[_0x2dda5c(0x657)]-_0x3fe741[_0x2dda5c(0x921)]),_0x7ae671[_0x2dda5c(0x53a)](!0x0),_0x7ae671[_0x2dda5c(0x2c3)](_0xcacf3b),_0xcacf3b[_0x2dda5c(0x4b2)]());}function Xa(_0x13d580){const _0xc4f3a7=_0x1ed4d3;try{return _0x13d580[_0xc4f3a7(0x1f8)](_0xc4f3a7(0x3a6));}catch{return;}}function Za(_0x5c61bd,_0x542694,_0x1c1c76,_0x2accc6,_0x1cdd08=0x1,_0x1c6cc5=0x1){const _0x402ab0=_0x1ed4d3;_0x1c1c76[_0x402ab0(0x754)]<=0x0||_0x1c1c76['height']<=0x0||(_0x542694[_0x402ab0(0x87a)](),_0x542694[_0x402ab0(0x32b)](_0x2accc6,_0x2accc6),_0x542694[_0x402ab0(0x6e1)](_0x5c61bd,_0x1c1c76['sourceLeft']*_0x1cdd08*_0x1c6cc5,_0x1c1c76['sourceTop']*_0x1cdd08*_0x1c6cc5,_0x1c1c76[_0x402ab0(0x754)]*_0x1cdd08*_0x1c6cc5,_0x1c1c76['height']*_0x1cdd08*_0x1c6cc5,_0x1c1c76['targetLeft'],_0x1c1c76[_0x402ab0(0x657)],_0x1c1c76[_0x402ab0(0x754)],_0x1c1c76[_0x402ab0(0x33c)]),_0x542694[_0x402ab0(0x4b2)]());}function Qa(_0x3e9fa1,_0xd3a52a,_0x153e96,_0x48b940=0x1){const _0x31050f=_0x1ed4d3;if(!Q(_0x3e9fa1)||!Q(_0xd3a52a))return;let _0x580c93=document['createElement']('canvas');_0x580c93[_0x31050f(0x754)]=Math[_0x31050f(0x287)](0x1,Math[_0x31050f(0x62c)](_0x3e9fa1*_0x48b940)),_0x580c93['height']=Math[_0x31050f(0x287)](0x1,Math[_0x31050f(0x62c)](_0xd3a52a*_0x48b940));let _0x18846f=_0x580c93[_0x31050f(0x79b)]('2d');if(!_0x18846f)return;let _0x3292c6=new p[(_0x31050f(0x721))](_0x18846f,{'canvasColorService':_0x153e96});return _0x48b940!==0x1&&_0x3292c6[_0x31050f(0x32b)](_0x48b940,_0x48b940),{'canvas':_0x580c93,'context':_0x3292c6,'nativeContext':_0x18846f};}function $a(_0x7343ba){const _0x1ecbd4=_0x1ed4d3;try{return(_0x7343ba[_0x1ecbd4(0x6f3)][_0x1ecbd4(0x583)]??_0x7343ba[_0x1ecbd4(0x583)])['get'](p[_0x1ecbd4(0x73a)]);}catch{return;}}async function eo(_0x226aca){const _0x2c4df0=_0x1ed4d3;await wa(_0x226aca,!0x0);try{var _0x415abf;return((_0x415abf=(_0x226aca[_0x2c4df0(0x6f3)]['injector']??_0x226aca['injector'])[_0x2c4df0(0x53b)](p[_0x2c4df0(0x208)])[_0x2c4df0(0x871)](_0x226aca['childUnitId']))==null?void 0x0:_0x415abf[_0x2c4df0(0x20c)])??void 0x0;}catch{return;}}function to(_0x41a0de,_0x2e15f0){const _0x11b0ad=_0x1ed4d3;return _0x41a0de==null||typeof _0x41a0de==_0x11b0ad(0x23d)?_0x2e15f0:{'width':_0x41a0de[_0x11b0ad(0x754)],'height':_0x41a0de[_0x11b0ad(0x33c)]};}function no(_0x52b4f5){const _0x228431=_0x1ed4d3;return _0x52b4f5===t['EmbedHostEntryEnum']['SheetsSheetTab']||_0x52b4f5===t[_0x228431(0x224)][_0x228431(0x4ff)]||_0x52b4f5===t[_0x228431(0x224)][_0x228431(0x9cc)];}function ro(_0x2fd1ef){const _0x5a9c6f=_0x1ed4d3;return _0x2fd1ef===a[_0x5a9c6f(0x747)][_0x5a9c6f(0x32f)]||_0x2fd1ef===a[_0x5a9c6f(0x747)]['UNIVER_BASE']||_0x2fd1ef===a[_0x5a9c6f(0x747)]['UNIVER_BOARD']||_0x2fd1ef===a[_0x5a9c6f(0x747)][_0x5a9c6f(0x83f)];}function io(_0x43cf31,_0x2ebc0e,_0x226b9c){const _0x3b8ebc=_0x1ed4d3;let _0x3eaed7=_0x226b9c?Ma:0x4b0,_0x2eeae9=_0x226b9c?Na:0x640,_0x26be42=Math[_0x3b8ebc(0x451)](0x1,_0x3eaed7/_0x43cf31);return{'height':Math[_0x3b8ebc(0x451)](_0x2ebc0e,_0x2eeae9/_0x26be42),'scale':_0x26be42};}const ao=_0x1ed4d3(0x68b),oo=_0x1ed4d3(0x981);function so(_0x536122){const _0x30e612=_0x1ed4d3;let _0x581cd9=(0x0,c[_0x30e612(0x2d7)])(Fa),_0x339d5a=oi(_0x536122['data']),_0x2cb748=_0x339d5a?_0x581cd9['getImage'](_0x339d5a['hostUnitId']??_0x536122[_0x30e612(0x2b9)],_0x339d5a[_0x30e612(0x666)]):void 0x0;return _0x2cb748?(0x0,m['jsx'])(_0x30e612(0x3f9),{'alt':'','src':_0x2cb748,'style':{'display':_0x30e612(0x5ed),'width':_0x30e612(0x629),'height':_0x30e612(0x42a)}}):null;}function co(){return null;}function lo(_0x2fbde0,_0x16126e=0x1,_0xd617f9=0x1){const _0x586fda=_0x1ed4d3;let _0x24efd5=_0x2fbde0[_0x586fda(0x579)]/(Math['abs'](_0x16126e)||0x1),_0x35d2e1=_0x2fbde0[_0x586fda(0x942)]/(Math[_0x586fda(0x8d9)](_0xd617f9)||0x1);if(_0x2fbde0[_0x586fda(0x415)])_0x24efd5=(_0x2fbde0[_0x586fda(0x942)]||_0x2fbde0[_0x586fda(0x579)])*0x3/(Math['abs'](_0x16126e)||0x1),_0x35d2e1=0x0;else{let _0x491e52=Math[_0x586fda(0x8d9)](_0x24efd5),_0x269172=Math[_0x586fda(0x8d9)](_0x35d2e1);_0x269172>=_0x491e52*0x2?_0x24efd5=0x0:_0x491e52>=_0x269172*0x2&&(_0x35d2e1=0x0);}return{'offsetX':_0x24efd5,'offsetY':_0x35d2e1};}function uo(_0x1b0f94,_0x1f6a26,_0x4b4d8f){const _0x381206=_0x1ed4d3;if(!_0x1f6a26)return!0x1;let {offsetX:_0x1afe79,offsetY:_0x43584a}=fo(_0x1b0f94,_0x1f6a26,_0x4b4d8f);if(!_0x1afe79&&!_0x43584a)return!0x1;let _0x35b0fb=_0x1f6a26[_0x381206(0x690)]??0x0,_0x6ff763=_0x1f6a26['viewportScrollY']??0x0;if(_0x1b0f94[_0x381206(0x2e7)]!==_0x381206(0x798)&&_0x1f6a26[_0x381206(0x9dc)]&&(_0x1b0f94[_0x381206(0x690)]!=null||_0x1b0f94[_0x381206(0x4bc)]!=null))_0x1f6a26[_0x381206(0x9dc)]({'viewportScrollX':_0x1b0f94[_0x381206(0x690)]??_0x35b0fb,'viewportScrollY':_0x1b0f94[_0x381206(0x4bc)]??_0x6ff763});else{if(_0x1f6a26[_0x381206(0x7e2)])_0x1f6a26[_0x381206(0x7e2)]({'viewportScrollX':_0x1afe79,'viewportScrollY':_0x43584a});else return!0x1;}let _0x58178e=(_0x1f6a26[_0x381206(0x690)]??0x0)!==_0x35b0fb||(_0x1f6a26[_0x381206(0x4bc)]??0x0)!==_0x6ff763;if(_0x58178e){var _0x4fef90;_0x4b4d8f==null||(_0x4fef90=_0x4b4d8f[_0x381206(0x53a)])==null||_0x4fef90[_0x381206(0x5db)](_0x4b4d8f,!0x0);}return _0x58178e;}function fo(_0x5eb14a,_0x46aa0c,_0x355d6c){const _0x186d11=_0x1ed4d3;return _0x5eb14a[_0x186d11(0x2e7)]!=='wheel'&&(_0x5eb14a[_0x186d11(0x690)]!=null||_0x5eb14a[_0x186d11(0x4bc)]!=null)?{'offsetX':(_0x5eb14a[_0x186d11(0x690)]??_0x46aa0c['viewportScrollX']??0x0)-(_0x46aa0c[_0x186d11(0x690)]??0x0),'offsetY':(_0x5eb14a[_0x186d11(0x4bc)]??_0x46aa0c[_0x186d11(0x4bc)]??0x0)-(_0x46aa0c[_0x186d11(0x4bc)]??0x0)}:lo(_0x5eb14a[_0x186d11(0x63a)],_0x355d6c==null?void 0x0:_0x355d6c[_0x186d11(0x288)],_0x355d6c==null?void 0x0:_0x355d6c[_0x186d11(0x630)]);}function po(_0x3da33a){const _0x45f38c=_0x1ed4d3;return _0x3da33a+p[_0x45f38c(0x258)][_0x45f38c(0x707)];}function mo(_0x5e5b95){const _0x8c5816=_0x1ed4d3;return _0x5e5b95[_0x8c5816(0x5b4)]+_0x5e5b95[_0x8c5816(0x8c8)];}function ho(_0x2d5825){const _0x436487=_0x1ed4d3;var _0x3b1ed8;let {data:_0x429faa,customBlockRenderViewport:_0x596a95}=_0x2d5825,_0xd5dcd3=(0x0,c[_0x436487(0x2d7)])(a[_0x436487(0x8e6)]),_0x533de7=(0x0,c[_0x436487(0x2d7)])(a['IUniverInstanceService']),_0x5a4aaa=(0x0,c['useDependency'])(p['IRenderManagerService']),_0x6e1601=oi(_0x429faa),_0x8975a2=_0x6e1601==null?void 0x0:_0x6e1601[_0x436487(0x565)],_0xa90739=_0x8975a2??((_0x3b1ed8=_0x533de7[_0x436487(0x8e8)](a['UniverInstanceType'][_0x436487(0x563)]))==null?void 0x0:_0x3b1ed8['getUnitId']()),_0x526777=(0x0,d[_0x436487(0x867)])(null),[_0x2882a1,_0x1576b8]=(0x0,d['useState'])(()=>(0x0,o[_0x436487(0x8aa)])()),_0x43ad43=(0x0,h[_0x436487(0x9b0)])(_0x6e1601==null?void 0x0:_0x6e1601[_0x436487(0x5c7)]),_0x3d467c=_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x732)],_0x15a905=_0x596a95==null?void 0x0:_0x596a95['bleedWidth'],_0x357b50=_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x37e)],_0xfaf979=_o(_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x45c)]),_0x4ee386=(0x0,d['useRef'])(_0xfaf979),_0x399974=(0x0,d['useRef'])(void 0x0),_0xee1799=(0x0,d[_0x436487(0x867)])(void 0x0);(0x0,d['useEffect'])(()=>{if(!_0x8975a2)return;let _0x328071=[],_0x26f8df=()=>{const _0x49820f=_0x54e0;let _0x2c2d86=_0x533de7['getUnit'](_0x8975a2,a['UniverInstanceType'][_0x49820f(0x563)]),_0x55815=_0x2c2d86==null?void 0x0:_0x2c2d86[_0x49820f(0x327)];typeof _0x55815==_0x49820f(0x584)&&_0xd5dcd3[_0x49820f(0x6c0)](o['SetDocZoomRatioOperation']['id'],{'unitId':_0x8975a2,'zoomRatio':_0x55815});},_0x25b5de=_0x36d4c4=>{const _0x202562=_0x54e0;let _0x17c767=requestAnimationFrame(_0x36d4c4);_0x328071[_0x202562(0x2fa)](()=>cancelAnimationFrame(_0x17c767));},_0x1d7fbb=_0x40ed92=>{const _0x3c48a4=_0x54e0;let _0xa824d6=setTimeout(_0x26f8df,_0x40ed92);_0x328071[_0x3c48a4(0x2fa)](()=>clearTimeout(_0xa824d6));};return _0x26f8df(),_0x25b5de(_0x26f8df),_0x25b5de(()=>_0x25b5de(_0x26f8df)),_0x1d7fbb(0x78),_0x1d7fbb(0x1f4),()=>{const _0x553149=_0x54e0;_0x328071[_0x553149(0x360)](_0x1a826f=>_0x1a826f());};},[_0xd5dcd3,_0x8975a2,_0x533de7]),(0x0,d[_0x436487(0x206)])(()=>{const _0x2910dd=_0x436487;let _0x30908a=_0x526777['current'];if(!_0x30908a||!_0x43ad43||typeof window>'u')return;let _0x472b2b,_0x2aaa36=()=>{const _0x17b033=_0x54e0;_0x472b2b=void 0x0;let _0x487b67=_0x30908a['getBoundingClientRect'](),_0x3611be=xo(_0x357b50,()=>Co(_0x30908a,_0x487b67['width']/_0xfaf979)),_0xd71fe=(0x0,o[_0x17b033(0x5fb)])(_0x30908a,_0x3611be,{'authoritativeContentWidth':Number['isFinite'](_0x357b50)&&(_0x357b50??0x0)>0x0,'bleedLeft':_0x3d467c,'bleedWidth':_0x15a905,'viewScale':_0xfaf979});_0x1576b8(_0x481a2d=>Math[_0x17b033(0x8d9)](_0x481a2d[_0x17b033(0x732)]-_0xd71fe[_0x17b033(0x732)])<0.5&&Math['abs'](_0x481a2d[_0x17b033(0x76a)]-_0xd71fe[_0x17b033(0x76a)])<0.5&&Math[_0x17b033(0x8d9)](_0x481a2d[_0x17b033(0x81c)]-_0xd71fe[_0x17b033(0x81c)])<0.5&&Math[_0x17b033(0x8d9)](_0x481a2d[_0x17b033(0x37e)]-_0xd71fe[_0x17b033(0x37e)])<0.5&&Math[_0x17b033(0x8d9)](_0x481a2d[_0x17b033(0x559)]-_0xd71fe[_0x17b033(0x559)])<0.5?_0x481a2d:_0xd71fe);},_0x3a9258=()=>{const _0x17256e=_0x54e0;_0x472b2b==null&&_0x30908a[_0x17256e(0x964)][_0x17256e(0x8be)]!==_0x17256e(0x85d)&&(_0x472b2b=window[_0x17256e(0x930)](_0x2aaa36));},_0x40fbef=_0x43741c=>{const _0x478373=_0x54e0;So(_0x30908a,_0x43741c[_0x478373(0x1f6)])&&_0x3a9258();};_0x2aaa36();let _0xb7e021=new ResizeObserver(_0x3a9258);return _0xb7e021[_0x2910dd(0x969)](_0x30908a),window[_0x2910dd(0x7d4)](_0x2910dd(0x79f),_0x3a9258),window[_0x2910dd(0x7d4)](_0x2910dd(0x7ce),_0x40fbef,!0x0),()=>{const _0x32cb17=_0x2910dd;_0x472b2b!=null&&window[_0x32cb17(0x571)](_0x472b2b),_0xb7e021[_0x32cb17(0x8fe)](),window[_0x32cb17(0x2f5)](_0x32cb17(0x79f),_0x3a9258),window['removeEventListener'](_0x32cb17(0x7ce),_0x40fbef,!0x0);};},[_0x3d467c,_0x15a905,_0x357b50,_0x43ad43,_0xfaf979]);let _0x3164c4=_0x43ad43?yo(_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x5b4)]):(0x0,o[_0x436487(0x424)])(_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x5b4)],0x1),_0x7517a0=_0x43ad43?0x34:0x0,_0x517bd6=bo({'contentHeight':_0x3164c4,'viewportHeight':_0x596a95==null?void 0x0:_0x596a95['viewportHeight']}),_0x5aadfa=mo({'contentHeight':_0x3164c4,'floatingMenuInsetTop':_0x7517a0}),_0x349563=_0x43ad43?{'height':_0x5aadfa*_0xfaf979,'minHeight':_0x5aadfa*_0xfaf979}:void 0x0;(0x0,d[_0x436487(0x206)])(()=>{const _0x5ba496=_0x436487;var _0x4ed61a,_0x16beeb;_0x4ee386[_0x5ba496(0x1f3)]=_0xfaf979,(_0x4ed61a=_0x526777[_0x5ba496(0x1f3)])==null||_0x4ed61a[_0x5ba496(0x3e6)][_0x5ba496(0x748)](_0x5ba496(0x284)),(_0x16beeb=_0x526777[_0x5ba496(0x1f3)])==null||delete _0x16beeb[_0x5ba496(0x964)][_0x5ba496(0x8be)];},[_0xfaf979]),(0x0,d['useEffect'])(()=>{const _0x158633=_0x436487;if(!_0x43ad43||!_0xa90739)return;let _0x46a4d1=_0x526777[_0x158633(0x1f3)],_0x5276b4=()=>{const _0x240745=_0x158633;_0xee1799[_0x240745(0x1f3)]!=null&&(window[_0x240745(0x7b3)](_0xee1799[_0x240745(0x1f3)]),_0xee1799[_0x240745(0x1f3)]=void 0x0),_0x399974[_0x240745(0x1f3)]!=null&&(window[_0x240745(0x571)](_0x399974[_0x240745(0x1f3)]),_0x399974[_0x240745(0x1f3)]=void 0x0);},_0x52d36a=_0xd5dcd3[_0x158633(0x245)](_0x6018d2=>{const _0x42255d=_0x158633;if(_0x6018d2['id']!==o['SetDocZoomRatioOperation']['id'])return;let _0x3df5c4=_0x6018d2['params'];if((_0x3df5c4==null?void 0x0:_0x3df5c4[_0x42255d(0x2b9)])!==_0xa90739)return;let _0x5928a9=_0x526777[_0x42255d(0x1f3)],_0x23763b=_o(_0x3df5c4[_0x42255d(0x327)]);!_0x5928a9||_0x23763b===_0x4ee386['current']||(go(_0x5928a9,{'fromScale':_0x4ee386[_0x42255d(0x1f3)],'outerHeight':_0x5aadfa,'toScale':_0x23763b}),_0x4ee386[_0x42255d(0x1f3)]=_0x23763b,_0x5276b4(),_0xee1799[_0x42255d(0x1f3)]=window[_0x42255d(0x84e)](()=>{const _0x41e46f=_0x42255d;_0xee1799[_0x41e46f(0x1f3)]=void 0x0,_0x399974['current']=window[_0x41e46f(0x930)](()=>{const _0x2e8223=_0x41e46f;_0x399974['current']=void 0x0,_0x5928a9[_0x2e8223(0x3e6)][_0x2e8223(0x748)](_0x2e8223(0x284)),delete _0x5928a9[_0x2e8223(0x964)][_0x2e8223(0x8be)];});},0x78));});return()=>{const _0x4898a2=_0x158633;_0x52d36a[_0x4898a2(0x45b)](),_0x5276b4(),_0x46a4d1==null||_0x46a4d1[_0x4898a2(0x3e6)][_0x4898a2(0x748)]('overflow'),_0x46a4d1&&delete _0x46a4d1['dataset']['embedDocsCustomBlockZooming'];};},[_0xd5dcd3,_0x5aadfa,_0xa90739,_0x43ad43]);let _0x24a0bc=(0x0,d[_0x436487(0x6f5)])((_0x4b8a8d,_0x46621a)=>{const _0x5dc974=_0x436487;var _0x549eed;let _0x3642e9=(_0x549eed=_0x5a4aaa[_0x5dc974(0x871)](_0x46621a[_0x5dc974(0x565)]))==null?void 0x0:_0x549eed[_0x5dc974(0x20c)];return uo({..._0x46621a,'event':_0x4b8a8d,'source':'wheel','stage':'stage2'},_0x3642e9==null?void 0x0:_0x3642e9[_0x5dc974(0x8c5)](o[_0x5dc974(0x2d5)][_0x5dc974(0x78a)]),_0x3642e9);},[_0x5a4aaa]),_0x11320b=(0x0,d[_0x436487(0x6f5)])(_0x397998=>{vo(_0x5a4aaa,_0xa90739,_0x397998);},[_0x5a4aaa,_0xa90739]);return(0x0,m[_0x436487(0x689)])('div',{'ref':_0x526777,'className':_0x436487(0x269),'data-u-comp':'embed-docs-custom-block','data-embed-docs-custom-block':_0x436487(0x85d),'data-embed-docs-custom-block-child-type':(_0x6e1601==null?void 0x0:_0x6e1601[_0x436487(0x5c7)])==null?void 0x0:String(_0x6e1601[_0x436487(0x5c7)]),'data-embed-docs-custom-block-sheet-like':_0x43ad43?_0x436487(0x85d):void 0x0,'style':_0x349563,'children':(0x0,m['jsx'])(la,{..._0x2d5825,'docsCustomBlockLayout':_0x43ad43?{'bleedLeft':_0x2882a1[_0x436487(0x732)],'bleedWidth':_0x2882a1[_0x436487(0x81c)],'contentHeight':_0x3164c4,'contentWidth':_0x2882a1[_0x436487(0x37e)],'floatingMenuInsetTop':_0x7517a0,'pageContentWidth':(_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x82c)])??_0x2882a1['contentWidth'],'sheetLike':!0x0,'viewScale':_0xfaf979,'visibleCanvasHeight':_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x720)],'viewportHeight':_0x517bd6}:{'floatingMenuInsetTop':_0x7517a0,'sheetLike':!0x1},'interactionFlow':'doc-block','onHostWheel':_0x43ad43?_0x24a0bc:void 0x0,'onRuntimeStageEnter':_0x11320b,'syncHostVerticalScroll':_0x43ad43})});}function go(_0x181113,_0x1ffc02){const _0x530c0a=_0x1ed4d3;let _0x46b7fa=_o(_0x1ffc02[_0x530c0a(0x7dc)]),_0x135aeb=_o(_0x1ffc02[_0x530c0a(0x943)]),_0x10772c=_0x135aeb/_0x46b7fa,_0x1132a5=_0x1ffc02['outerHeight']*_0x135aeb;_0x181113[_0x530c0a(0x3e6)]['height']=_0x1132a5+'px',_0x181113['style'][_0x530c0a(0x928)]=_0x1132a5+'px',_0x181113[_0x530c0a(0x3e6)][_0x530c0a(0x284)]='hidden',_0x181113[_0x530c0a(0x964)][_0x530c0a(0x8be)]=_0x530c0a(0x85d);let _0x120728=_0x181113[_0x530c0a(0x55c)](_0x530c0a(0x7d8));_0x120728&&[_0x530c0a(0x578),_0x530c0a(0x2f6)][_0x530c0a(0x360)](_0x3b1240=>{const _0x52cfb8=_0x530c0a;let _0xdcff1b=Number[_0x52cfb8(0x268)](_0x120728['style'][_0x3b1240]);Number[_0x52cfb8(0x8cd)](_0xdcff1b)&&(_0x120728[_0x52cfb8(0x3e6)][_0x3b1240]=_0xdcff1b*_0x10772c+'px');});let _0x47662f=_0x181113[_0x530c0a(0x55c)](_0x530c0a(0x999));_0x47662f&&(_0x47662f[_0x530c0a(0x3e6)]['transform']=_0x135aeb===0x1?'':_0x530c0a(0x586)+_0x135aeb+')');}function _o(_0x248d52){const _0x121682=_0x1ed4d3;return typeof _0x248d52==_0x121682(0x584)&&Number[_0x121682(0x8cd)](_0x248d52)&&_0x248d52>0x0?_0x248d52:0x1;}function vo(_0x35a789,_0x51abca,_0x4dfb7c){const _0x5376dd=_0x1ed4d3;var _0x39418a;_0x4dfb7c!==_0x5376dd(0x334)||!_0x51abca||(_0x39418a=_0x35a789[_0x5376dd(0x871)](_0x51abca))==null||(_0x39418a=_0x39418a[_0x5376dd(0x7b2)](o['DocSelectionRenderService']))==null||_0x39418a['blur']();}function yo(_0xa297af){const _0x38159c=_0x1ed4d3;return(0x0,o[_0x38159c(0x424)])(_0xa297af,0x1e0);}function bo(_0x5a1c1b){const _0x288914=_0x1ed4d3;return(0x0,o[_0x288914(0x424)])(_0x5a1c1b[_0x288914(0x9db)],_0x5a1c1b[_0x288914(0x5b4)]);}function xo(_0x4f6e82,_0x7a51fb){const _0x32f0b9=_0x1ed4d3;return Number[_0x32f0b9(0x8cd)](_0x4f6e82)&&(_0x4f6e82??0x0)>0x0?_0x4f6e82:(0x0,o['resolveDocsTableLikeCustomBlockContentWidth'])(void 0x0,_0x7a51fb());}function So(_0x4be757,_0x38b3ad){const _0x5cd4b3=_0x1ed4d3;return!(_0x38b3ad instanceof Node&&_0x4be757[_0x5cd4b3(0x495)](_0x38b3ad));}function Co(_0x533743,_0x2ae24d){const _0x50b470=_0x1ed4d3;let _0xfcd974=_0x533743[_0x50b470(0x55c)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x126254=_0x533743['querySelector'](_0x50b470(0x43d)),_0xa8f300=[Math[_0x50b470(0x287)](0x1,_0x2ae24d)];return wo(_0xfcd974,_0xa8f300),wo(_0x126254,_0xa8f300),Math[_0x50b470(0x287)](..._0xa8f300[_0x50b470(0x699)](_0x3998b1=>Number[_0x50b470(0x8cd)](_0x3998b1)&&_0x3998b1>0x0));}function wo(_0x33edb8,_0x5e75b3){const _0x3179ec=_0x1ed4d3;if(_0x33edb8){_0x5e75b3['push'](_0x33edb8[_0x3179ec(0x5fc)],_0x33edb8['offsetWidth'],_0x33edb8[_0x3179ec(0x455)]()[_0x3179ec(0x754)]);for(let _0x24fd90 of Array[_0x3179ec(0x8dc)](_0x33edb8[_0x3179ec(0x4bb)])){if(!(_0x24fd90 instanceof HTMLElement))continue;let _0x7da001=_0x24fd90[_0x3179ec(0x455)](),_0x54c9af=_0x33edb8[_0x3179ec(0x455)]();_0x5e75b3[_0x3179ec(0x2fa)](_0x24fd90['scrollWidth'],_0x24fd90[_0x3179ec(0x971)],_0x7da001[_0x3179ec(0x770)]-_0x54c9af[_0x3179ec(0x2f6)]);}}}let To=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x1bf0f8){super(),this['_componentManager']=_0x1bf0f8,this['_registerComponents']();}['_registerComponents'](){const _0x2e6a38=_0x1ed4d3;this['disposeWithMe'](this['_componentManager']['register'](h[_0x2e6a38(0x593)],ho)),this['disposeWithMe'](this[_0x2e6a38(0x422)]['register'](t['EMBED_SHEETS_FLOATING_COMPONENT_KEY'],la)),this[_0x2e6a38(0x512)](this[_0x2e6a38(0x422)]['register'](ao,so)),this[_0x2e6a38(0x512)](this[_0x2e6a38(0x422)][_0x2e6a38(0x22c)](oo,co));}};To=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(c['ComponentManager']))],To);let Eo=class{constructor(_0x25c6e1,_0x358046){const _0x1058ff=_0x1ed4d3;this['_injector']=_0x25c6e1,this[_0x1058ff(0x257)]=_0x358046,this[_0x1058ff(0x257)]['register']({'childType':a[_0x1058ff(0x747)][_0x1058ff(0x563)],'handleWheel':_0x2a7a85=>this['_injector']['has'](y['DocsTablePassiveWheelService'])?this['_injector'][_0x1058ff(0x53b)](y[_0x1058ff(0x41a)])[_0x1058ff(0x792)]({'childUnitId':_0x2a7a85[_0x1058ff(0x442)],'event':_0x2a7a85[_0x1058ff(0x63a)],'source':_0x2a7a85[_0x1058ff(0x2e7)]}):!0x1,'order':0x64});}};Eo=Y([J(0x0,(0x0,a['Inject'])(a['Injector'])),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(ai))],Eo);const Do=[a['UniverInstanceType']['UNIVER_DOC'],a[_0x1ed4d3(0x747)][_0x1ed4d3(0x32f)],a[_0x1ed4d3(0x747)][_0x1ed4d3(0x8ed)],a[_0x1ed4d3(0x747)][_0x1ed4d3(0x83f)]];let Oo=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x4c443c,_0x21c2f1){const _0x4ca3c3=_0x1ed4d3;super(),this[_0x4ca3c3(0x6bb)]=_0x4c443c,this[_0x4ca3c3(0x3ae)]=_0x21c2f1,Do['forEach'](_0x3653ec=>{const _0x5ac217=_0x4ca3c3;this[_0x5ac217(0x512)](this[_0x5ac217(0x6bb)][_0x5ac217(0x75f)](_0x3653ec)['subscribe'](_0x4cfeaa=>{const _0x36db10=_0x5ac217;this[_0x36db10(0x3ae)][_0x36db10(0x7f3)](_0x4cfeaa[_0x36db10(0x872)]());}));});}};Oo=Y([J(0x0,a['IUniverInstanceService']),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(t['EmbedHostAnchorModelService']))],Oo);let ko=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x2a34c1,_0x4240c0){const _0x1e4410=_0x1ed4d3;super(),this[_0x1e4410(0x3ee)]=_0x2a34c1,this[_0x1e4410(0x9ab)]=_0x4240c0,B(this,'_suspendedSheetNote',null),B(this,_0x1e4410(0x425),null),this[_0x1e4410(0x512)](this[_0x1e4410(0x9ab)][_0x1e4410(0x838)][_0x1e4410(0x49c)](()=>{const _0x5507ca=_0x1e4410;this[_0x5507ca(0x86b)]();}));}[_0x1ed4d3(0x86b)](){const _0x3d2976=_0x1ed4d3;let _0x4dec1c=this[_0x3d2976(0x9ab)][_0x3d2976(0x22f)]();this['_hideDocParagraphMenu']((_0x4dec1c==null?void 0x0:_0x4dec1c['hostUnitId'])??null);let _0x43ae45=(_0x4dec1c==null?void 0x0:_0x4dec1c[_0x3d2976(0x433)])===_0x3d2976(0x326)?_0x4dec1c[_0x3d2976(0x565)]??null:null;this[_0x3d2976(0x8ac)](_0x43ae45),this[_0x3d2976(0x413)](_0x43ae45);}['_hideDocParagraphMenu'](_0x81fac3){const _0x4dc8e2=_0x1ed4d3;if(!_0x81fac3||!this[_0x4dc8e2(0x3ee)]['has'](p[_0x4dc8e2(0x208)]))return;let _0x128b62=this[_0x4dc8e2(0x3ee)][_0x4dc8e2(0x53b)](p[_0x4dc8e2(0x208)])[_0x4dc8e2(0x871)](_0x81fac3);(_0x128b62==null?void 0x0:_0x128b62['type'])===a['UniverInstanceType'][_0x4dc8e2(0x563)]&&_0x128b62['with'](o[_0x4dc8e2(0x38d)])[_0x4dc8e2(0x5a3)](!0x0);}[_0x1ed4d3(0x8ac)](_0x4e4354){const _0x986a0b=_0x1ed4d3;if(_0x4e4354!==this[_0x986a0b(0x425)]){let _0x235a22=this[_0x986a0b(0x3ee)][_0x986a0b(0x54f)](b[_0x986a0b(0x86c)])?this[_0x986a0b(0x3ee)][_0x986a0b(0x53b)](b[_0x986a0b(0x86c)]):null;this[_0x986a0b(0x425)]&&(_0x235a22==null||_0x235a22[_0x986a0b(0x621)](this[_0x986a0b(0x425)],!0x1)),_0x4e4354&&(_0x235a22==null||_0x235a22[_0x986a0b(0x621)](_0x4e4354,!0x0)),this[_0x986a0b(0x425)]=_0x4e4354;}}[_0x1ed4d3(0x413)](_0x4c9e7d){const _0x331281=_0x1ed4d3;var _0x4e196d;if(!this[_0x331281(0x3ee)][_0x331281(0x54f)](b[_0x331281(0x4d9)]))return;let _0x24c66a=this['_injector']['get'](b[_0x331281(0x4d9)]),_0x101bd0=_0x24c66a[_0x331281(0x47c)];if(_0x4c9e7d!=null&&_0x4c9e7d===((_0x101bd0==null?void 0x0:_0x101bd0[_0x331281(0x2b9)])??((_0x4e196d=this[_0x331281(0x355)])==null?void 0x0:_0x4e196d[_0x331281(0x2b9)]))){_0x101bd0&&!_0x101bd0[_0x331281(0x995)]&&(this[_0x331281(0x355)]=_0x101bd0),_0x24c66a['hidePopup'](!0x0);return;}if(!this['_suspendedSheetNote'])return;let _0x1bf25a=this[_0x331281(0x355)];this[_0x331281(0x355)]=null,_0x101bd0||_0x24c66a[_0x331281(0x42e)](_0x1bf25a);}};ko=Y([J(0x0,(0x0,a['Inject'])(a[_0x1ed4d3(0x6f8)])),J(0x1,(0x0,a['Inject'])(G))],ko);let Ao=class extends a['Disposable']{constructor(_0x4ef371,_0x3a0458,_0x1bb7c0,_0xf6091a,_0x5b1b37){const _0x5596f3=_0x1ed4d3;super(),this['_menuOverrideService']=_0x4ef371,this[_0x5596f3(0x9c3)]=_0x3a0458,this[_0x5596f3(0x918)]=_0x1bb7c0,this[_0x5596f3(0x3ee)]=_0x5b1b37,B(this,_0x5596f3(0x5a2),null),B(this,'_currentOverride',null),this[_0x5596f3(0x512)](_0xf6091a['registerDisabledUIParts']([c[_0x5596f3(0x41c)][_0x5596f3(0x2d3)]],this[_0x5596f3(0x879)][_0x5596f3(0x935)][_0x5596f3(0x83c)]((0x0,f[_0x5596f3(0x572)])(_0x3980d9=>{const _0x4881c5=_0x5596f3;var _0x7bb6d2;return _0x3980d9!=null&&((_0x7bb6d2=this[_0x4881c5(0x9c3)][_0x4881c5(0x53b)](_0x3980d9[_0x4881c5(0x5c7)]))==null?void 0x0:_0x7bb6d2['hostChromeMode'])===_0x4881c5(0x255);}),(0x0,f[_0x5596f3(0x218)])()))),this[_0x5596f3(0x512)]((0x0,a[_0x5596f3(0x64a)])(this[_0x5596f3(0x879)]['override$'][_0x5596f3(0x49c)](_0x4a9210=>{const _0x4f90c7=_0x5596f3;var _0x224b99,_0x3eb70a;if(!_0x4a9210){this['_current']?(this['_current'][_0x4f90c7(0x45b)](),this[_0x4f90c7(0x5a2)]=null):this[_0x4f90c7(0x918)][_0x4f90c7(0x9c2)](),this[_0x4f90c7(0x86a)]=null;return;}if(jo(this[_0x4f90c7(0x86a)],_0x4a9210))return;let _0x39a82d=this[_0x4f90c7(0x9c3)]['get'](_0x4a9210['childType']),_0xabc1d=_0x39a82d==null||(_0x224b99=_0x39a82d[_0x4f90c7(0x5f8)])==null?void 0x0:_0x224b99['call'](_0x39a82d,{'childType':_0x4a9210[_0x4f90c7(0x5c7)],'childUnitId':_0x4a9210[_0x4f90c7(0x442)],'injector':this[_0x4f90c7(0x3ee)],'embedId':_0x4a9210[_0x4f90c7(0x666)],'hostUnitId':_0x4a9210[_0x4f90c7(0x565)],'entry':_0x4a9210['entry']});if(!_0xabc1d){var _0xb1ad50;(_0xb1ad50=this[_0x4f90c7(0x5a2)])==null||_0xb1ad50['dispose'](),this[_0x4f90c7(0x5a2)]=null,this['_currentOverride']=null,this[_0x4f90c7(0x918)][_0x4f90c7(0x9c2)]();return;}this['_ribbonOverrideService']['activate']({'id':_0x4a9210[_0x4f90c7(0x666)],'ribbonService':_0xabc1d[_0x4f90c7(0x5c6)],'injector':_0xabc1d[_0x4f90c7(0x583)],'portalContainer':_0xabc1d['portalContainer']??_0x4a9210[_0x4f90c7(0x6d8)],'placeholderTitle':_0xabc1d[_0x4f90c7(0x955)],'hideToolbar':_0xabc1d[_0x4f90c7(0x580)]}),(_0x3eb70a=this[_0x4f90c7(0x5a2)])==null||_0x3eb70a[_0x4f90c7(0x45b)](),this['_current']=null,this['_currentOverride']=null;let _0x36d442=this['_registerRibbonOwnership'](_0x4a9210);this[_0x4f90c7(0x86a)]=_0x4a9210,this[_0x4f90c7(0x5a2)]=(0x0,a[_0x4f90c7(0x64a)])(()=>{const _0x48b9da=_0x4f90c7;var _0x841696;_0x36d442==null||_0x36d442[_0x48b9da(0x45b)](),this[_0x48b9da(0x918)][_0x48b9da(0x9c2)](_0x4a9210[_0x48b9da(0x666)]),(_0x841696=_0xabc1d[_0x48b9da(0x830)])==null||_0x841696[_0x48b9da(0x45b)](),this[_0x48b9da(0x86a)]=null;});})));}[_0x1ed4d3(0x34a)](_0xf26c79){const _0x52089a=_0x1ed4d3;var _0x513497;let _0x215ebf=((_0x513497=_0xf26c79['portalContainer'])==null?void 0x0:_0x513497[_0x52089a(0x2f2)])??(typeof document>'u'?void 0x0:document),_0x56e68b=_0x215ebf==null?void 0x0:_0x215ebf[_0x52089a(0x55c)](_0x52089a(0x2a0));if(!_0x56e68b)return;let _0x42c498=[];return this[_0x52089a(0x3ee)][_0x52089a(0x54f)](q)&&_0x42c498['push'](this['_injector']['get'](q)['registerRoot'](_0xf26c79[_0x52089a(0x666)],_0x56e68b,_0xf26c79[_0x52089a(0x442)])),this['_injector']['has'](G)&&_0x42c498[_0x52089a(0x2fa)](this['_injector'][_0x52089a(0x53b)](G)['registerElement']({'embedId':_0xf26c79[_0x52089a(0x666)],'role':'floating-menu','element':_0x56e68b})),_0x42c498['length']?(0x0,a[_0x52089a(0x64a)])(()=>[..._0x42c498]['reverse']()[_0x52089a(0x360)](_0x229ba1=>_0x229ba1[_0x52089a(0x45b)]())):void 0x0;}[_0x1ed4d3(0x45b)](){const _0x34d394=_0x1ed4d3;var _0x4d8bcc;(_0x4d8bcc=this[_0x34d394(0x5a2)])==null||_0x4d8bcc[_0x34d394(0x45b)](),this['_current']=null,this['_currentOverride']=null,super['dispose']();}};Ao=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(H)),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(V)),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(c[_0x1ed4d3(0x367)])),J(0x3,(0x0,a['Inject'])(c[_0x1ed4d3(0x31a)])),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(a[_0x1ed4d3(0x6f8)]))],Ao);function jo(_0xf01ae7,_0x373761){const _0x5338f6=_0x1ed4d3;return _0xf01ae7!=null&&_0xf01ae7[_0x5338f6(0x565)]===_0x373761[_0x5338f6(0x565)]&&_0xf01ae7[_0x5338f6(0x666)]===_0x373761['embedId']&&_0xf01ae7[_0x5338f6(0x442)]===_0x373761[_0x5338f6(0x442)]&&_0xf01ae7[_0x5338f6(0x5c7)]===_0x373761['childType']&&_0xf01ae7[_0x5338f6(0x8bf)]===_0x373761['entry']&&_0xf01ae7[_0x5338f6(0x279)]===_0x373761[_0x5338f6(0x279)]&&_0xf01ae7['portalContainer']===_0x373761[_0x5338f6(0x6d8)]&&_0xf01ae7[_0x5338f6(0x533)]===_0x373761[_0x5338f6(0x533)]&&_0xf01ae7['lockHostRibbon']===_0x373761[_0x5338f6(0x3b4)];}let Mo=class extends a['Disposable']{constructor(_0x18d1ba,_0x292355,_0x17bef7){const _0x360a29=_0x1ed4d3;super(),this[_0x360a29(0x4c2)]=_0x18d1ba,this[_0x360a29(0x3b7)]=_0x292355,this[_0x360a29(0x485)]=_0x17bef7,B(this,'_dialogs',[]);let _0x4677ce=this['_dialogService'][_0x360a29(0x459)]()['subscribe'](_0x3af7fd=>{const _0x4c1bbc=_0x360a29;this[_0x4c1bbc(0x667)]=_0x3af7fd;});this[_0x360a29(0x512)]((0x0,a[_0x360a29(0x64a)])(()=>_0x4677ce[_0x360a29(0x465)]())),this[_0x360a29(0x512)](this[_0x360a29(0x4c2)][_0x360a29(0x245)](_0x3d973c=>{const _0x2e201a=_0x360a29;var _0x5569d4;if(_0x3d973c['id']!==t[_0x2e201a(0x956)]['id'])return;let _0x1226f5=_0x3d973c[_0x2e201a(0x640)];if(typeof(_0x1226f5==null?void 0x0:_0x1226f5[_0x2e201a(0x666)])!=_0x2e201a(0x23d)||typeof _0x1226f5[_0x2e201a(0x2b9)]!=_0x2e201a(0x23d))return;let _0x1f3dbe=(_0x5569d4=this[_0x2e201a(0x3b7)][_0x2e201a(0x5ab)](_0x1226f5['unitId'],_0x1226f5[_0x2e201a(0x666)]))==null?void 0x0:_0x5569d4[_0x2e201a(0x442)];_0x1f3dbe&&this['_dialogs'][_0x2e201a(0x360)](_0x3444c4=>{const _0x1c8372=_0x2e201a;No(_0x3444c4)===_0x1f3dbe&&this[_0x1c8372(0x485)][_0x1c8372(0x723)](_0x3444c4['id']);});}));}[_0x1ed4d3(0x45b)](){const _0x55c613=_0x1ed4d3;super[_0x55c613(0x45b)](),this[_0x55c613(0x667)]=[];}};Mo=Y([J(0x0,a[_0x1ed4d3(0x8e6)]),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x3b9)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(c[_0x1ed4d3(0x5f4)]))],Mo);function No(_0x455fa3){const _0x1fdca9=_0x1ed4d3;var _0x487116,_0x599615;let _0x2f56a7=(_0x487116=_0x455fa3[_0x1fdca9(0x4bb)])==null?void 0x0:_0x487116[_0x1fdca9(0x50a)];if(!_0x2f56a7||typeof _0x2f56a7==_0x1fdca9(0x23d))return;let _0x97f35c=(_0x599615=_0x2f56a7[_0x1fdca9(0x605)])==null?void 0x0:_0x599615[_0x1fdca9(0x2b9)];return typeof _0x97f35c==_0x1fdca9(0x23d)?_0x97f35c:void 0x0;}let Po=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x30ddfd,_0x164f8c,_0x1c1942,_0x5d07e5,_0x123cf2,_0xf1d28){const _0x6640d4=_0x1ed4d3;super(),this[_0x6640d4(0x7b4)]=_0x30ddfd,this['_printPreparationService']=_0x164f8c,this[_0x6640d4(0x3ee)]=_0x1c1942,this['_univerInstanceService']=_0x5d07e5,this['_slidePrintDrawingTransformService']=_0x123cf2,this[_0x6640d4(0x7c5)]=_0xf1d28,B(this,_0x6640d4(0x6e6),!0x1),B(this,_0x6640d4(0x40d),!0x1),B(this,_0x6640d4(0x3d2),new Map()),this[_0x6640d4(0x9ca)](),this[_0x6640d4(0x8ab)](),this['_registerBoardPrinting']();}async[_0x1ed4d3(0x24a)](_0x14dbe1){const _0x40a98f=_0x1ed4d3;if(_0x14dbe1[_0x40a98f(0x2fc)]===a[_0x40a98f(0x747)][_0x40a98f(0x563)]?(this[_0x40a98f(0x7cc)](),this[_0x40a98f(0x3d2)][_0x40a98f(0x74c)](_0x14dbe1[_0x40a98f(0x2b9)])):_0x14dbe1[_0x40a98f(0x2fc)]===a[_0x40a98f(0x747)]['UNIVER_SHEET']&&this[_0x40a98f(0x93c)](),await this[_0x40a98f(0x7b4)][_0x40a98f(0x24a)](_0x14dbe1),_0x14dbe1[_0x40a98f(0x2fc)]===a[_0x40a98f(0x747)]['UNIVER_DOC']){let _0x578904=this[_0x40a98f(0x6bb)][_0x40a98f(0x4a8)](_0x14dbe1[_0x40a98f(0x2b9)],a['UniverInstanceType'][_0x40a98f(0x563)]),_0x53fa58=_0x578904==null?void 0x0:_0x578904['getSnapshot']();if(_0x578904&&_0x53fa58){let _0x4a70af=_0x578904[_0x40a98f(0x804)]()[_0x40a98f(0x74d)]===a[_0x40a98f(0x8ce)][_0x40a98f(0x3fa)],_0x39180a=_0x4a70af?void 0x0:this[_0x40a98f(0x5d0)](_0x14dbe1['unitId']),_0x41fa62=Vo(_0x53fa58,_0x14dbe1[_0x40a98f(0x2b9)],this[_0x40a98f(0x7b4)],_0x39180a,_0x4a70af||!!_0x39180a,_0x4a70af);this['_docPrintLayouts'][_0x40a98f(0x753)](_0x14dbe1[_0x40a98f(0x2b9)],_0x41fa62),_0x14dbe1[_0x40a98f(0x5b4)]=Math[_0x40a98f(0x287)](_0x14dbe1['contentHeight']??0x0,_0x41fa62[_0x40a98f(0x5b4)]),_0x4a70af&&(_0x14dbe1[_0x40a98f(0x3ec)]=(_0x14dbe1[_0x40a98f(0x3ec)]??0x0)+_0x41fa62[_0x40a98f(0x3ec)]),_0x4a70af&&_0x41fa62[_0x40a98f(0x6ed)][_0x40a98f(0x9ba)]&&(_0x14dbe1[_0x40a98f(0x6ed)]??=[])[_0x40a98f(0x2fa)](..._0x41fa62['pageBreakRanges']);}}}[_0x1ed4d3(0x9ca)](){const _0x3607f8=_0x1ed4d3;this['disposeWithMe'](this[_0x3607f8(0x709)][_0x3607f8(0x70d)](this));}['_resolveDocPageMetrics'](_0x45c21d){const _0x560048=_0x1ed4d3;var _0x4ade72,_0x17e15d;let _0x3fe124=this[_0x560048(0x3ee)]['get'](p['IRenderManagerService'])['getRenderUnitById'](_0x45c21d),_0x3c8f9a=_0x3fe124==null||(_0x4ade72=_0x3fe124['with'](h[_0x560048(0x668)])[_0x560048(0x5fa)]()[_0x560048(0x996)]())==null?void 0x0:_0x4ade72[_0x560048(0x270)][0x0],_0x294787=(_0x17e15d=this[_0x560048(0x6bb)]['getUnit'](_0x45c21d,a['UniverInstanceType']['UNIVER_DOC']))==null||(_0x17e15d=_0x17e15d[_0x560048(0x804)]()[_0x560048(0x6e0)])==null?void 0x0:_0x17e15d[_0x560048(0x33c)],_0x332826=_0x3fe124==null?void 0x0:_0x3fe124[_0x560048(0x849)];if(!(_0x332826 instanceof p[_0x560048(0x711)]))return;let _0x4252d1=_0x332826[_0x560048(0x8ef)]()[_0x560048(0x9d2)]??0x0,_0x15acc7=_0x3c8f9a&&Xo(_0x3c8f9a['pageHeight'])?_0x3c8f9a[_0x560048(0x47d)]:_0x294787;return Xo(_0x15acc7)?{'firstTop':_0x4252d1,'pageStride':_0x15acc7+_0x4252d1}:void 0x0;}[_0x1ed4d3(0x7cc)](){const _0x4117fc=_0x1ed4d3;if(this[_0x4117fc(0x6e6)])return;let _0xbc3e39=this[_0x4117fc(0x3ee)][_0x4117fc(0x53b)](o[_0x4117fc(0x992)]);_0xbc3e39['registerPrintComponent'](h['EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY'],oo),this[_0x4117fc(0x512)](_0xbc3e39['interceptor'][_0x4117fc(0x489)](_0xbc3e39[_0x4117fc(0x9c6)]['getInterceptPoints']()[_0x4117fc(0x30e)],{'handler':(_0x547eaf,_0xfe6f28,_0xeea939)=>{const _0x249be0=_0x4117fc;var _0x4008e6;if(!_0x547eaf)return _0xeea939(_0x547eaf);let _0x1e659c=_0xeea939(_0x547eaf),_0xcafdeb=(_0x4008e6=this[_0x249be0(0x6bb)]['getUnit'](_0xfe6f28['unitId'],a['UniverInstanceType'][_0x249be0(0x563)]))==null?void 0x0:_0x4008e6[_0x249be0(0x58b)]();return _0xcafdeb&&Lo(_0xfe6f28[_0x249be0(0x903)]['parentElement']??_0xfe6f28[_0x249be0(0x903)],_0xcafdeb,_0xfe6f28[_0x249be0(0x2b9)],_0xfe6f28['offset'],_0xfe6f28[_0x249be0(0x66b)],this[_0x249be0(0x7b4)],_0x547eaf,this[_0x249be0(0x3d2)]['get'](_0xfe6f28[_0x249be0(0x2b9)])),_0x1e659c;}})),this[_0x4117fc(0x6e6)]=!0x0;}[_0x1ed4d3(0x93c)](){const _0x259b52=_0x1ed4d3;if(this[_0x259b52(0x40d)])return;let _0x532a82=this['_injector'][_0x259b52(0x53b)](s[_0x259b52(0x9a5)]);_0x532a82[_0x259b52(0x8f0)](t[_0x259b52(0x220)],ao),this[_0x259b52(0x512)](_0x532a82[_0x259b52(0x9c6)][_0x259b52(0x489)](_0x532a82['interceptor']['getInterceptPoints']()[_0x259b52(0x541)],{'handler':(_0x3a6d2f,_0xe2ab8d,_0x45947b)=>_0x45947b(this[_0x259b52(0x381)](_0xe2ab8d[_0x259b52(0x2b9)],_0xe2ab8d['subUnitId'])?{'startRow':0x0,'endRow':0x0,'startColumn':0x0,'endColumn':0x0}:_0x3a6d2f)})),this[_0x259b52(0x512)](_0x532a82['interceptor'][_0x259b52(0x489)](_0x532a82[_0x259b52(0x9c6)][_0x259b52(0x4a6)]()['PRINTING_DOM_COLLECT'],{'handler':(_0x536738,_0x5e851c,_0x23909c)=>{const _0x3fb63e=_0x259b52;if(!_0x536738)return _0x23909c(_0x536738);let _0x33fddf=this['_getOriginalSheetTabData'](_0x5e851c[_0x3fb63e(0x2b9)],_0x5e851c[_0x3fb63e(0x72f)])??(0x0,t[_0x3fb63e(0x607)])(_0x5e851c[_0x3fb63e(0x8f7)][_0x3fb63e(0x58b)]()),_0x24b07a=_0x33fddf&&this[_0x3fb63e(0x7b4)][_0x3fb63e(0x202)](_0x5e851c[_0x3fb63e(0x2b9)],_0x33fddf[_0x3fb63e(0x666)]);if(!(_0x24b07a!=null&&_0x24b07a[_0x3fb63e(0x2e7)]))return _0x23909c(_0x536738);let _0x1e3e73=Zo(_0x5e851c[_0x3fb63e(0x903)],_0x24b07a[_0x3fb63e(0x2e7)],_0x536738,{'height':_0x5e851c[_0x3fb63e(0x212)][_0x3fb63e(0x33b)]()[_0x3fb63e(0x4bf)](),'offsetX':_0x5e851c[_0x3fb63e(0x27c)][_0x3fb63e(0x30d)],'offsetY':_0x5e851c[_0x3fb63e(0x27c)][_0x3fb63e(0x40c)],'width':_0x5e851c['engine'][_0x3fb63e(0x33b)]()[_0x3fb63e(0x693)]()});return _0x1e3e73[_0x3fb63e(0x7e3)]||_0x5e851c[_0x3fb63e(0x761)][_0x3fb63e(0x363)](Qo(_0x1e3e73)),_0x23909c(_0x536738);}})),this['_sheetPrintRegistered']=!0x0;}[_0x1ed4d3(0x381)](_0x4e57e5,_0x38c57f){const _0x515b95=_0x1ed4d3;var _0x20cb52;let _0x3fb573=(_0x20cb52=this[_0x515b95(0x6bb)][_0x515b95(0x4a8)](_0x4e57e5,a[_0x515b95(0x747)][_0x515b95(0x32f)]))==null?void 0x0:_0x20cb52[_0x515b95(0x885)](_0x38c57f);return _0x3fb573&&(0x0,t[_0x515b95(0x607)])(_0x3fb573['getSnapshot']());}[_0x1ed4d3(0x8ab)](){const _0x47f34a=_0x1ed4d3;this['disposeWithMe'](this[_0x47f34a(0x335)][_0x47f34a(0x22c)]((_0x5d9baf,_0xee4907)=>$o(_0x5d9baf,_0xee4907,this['_embedPrintService'])));}['_registerBoardPrinting'](){const _0x4dd6dd=_0x1ed4d3;this[_0x4dd6dd(0x512)](this[_0x4dd6dd(0x7c5)]['register']((_0x3d32b3,_0x55227c)=>Fo(_0x3d32b3,_0x55227c,this[_0x4dd6dd(0x7b4)])));}[_0x1ed4d3(0x45b)](){const _0xd5d4cf=_0x1ed4d3;this[_0xd5d4cf(0x3d2)][_0xd5d4cf(0x9c2)](),super[_0xd5d4cf(0x45b)]();}};Po=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(Fa)),J(0x1,r[_0x1ed4d3(0x414)]),J(0x2,(0x0,a['Inject'])(a[_0x1ed4d3(0x6f8)])),J(0x3,a[_0x1ed4d3(0x90d)]),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(i[_0x1ed4d3(0x469)])),J(0x5,(0x0,a['Inject'])(e[_0x1ed4d3(0x5ac)]))],Po);function Fo(_0x8a2cf,_0x49345a,_0x123bbd){const _0x1641ca=_0x1ed4d3;let _0x4e3eaf={..._0x8a2cf['data']};return _0x8a2cf[_0x1641ca(0x259)][_0x1641ca(0x360)](_0x3ffca5=>{const _0x4837d8=_0x1641ca;let _0xe37a39=_0x4e3eaf[_0x3ffca5],_0x2d95ee=_0xe37a39==null?void 0x0:_0xe37a39[_0x4837d8(0x4e1)];if(!_0xe37a39||!(0x0,x[_0x4837d8(0x226)])(_0x2d95ee)||_0x2d95ee[_0x4837d8(0x87b)]===!0x1)return;let _0x27d392=(0x0,x['getEmbedBoardsFloatingCustomData'])(_0x2d95ee),_0x484dc6=_0x27d392&&_0x123bbd['getResource'](_0x49345a[_0x4837d8(0x3d9)]['getUnitId'](),_0x27d392[_0x4837d8(0x666)]);_0x484dc6!=null&&_0x484dc6[_0x4837d8(0x2e7)]&&(_0x4e3eaf[_0x3ffca5]={..._0xe37a39,'element':Io(_0x2d95ee,_0x484dc6[_0x4837d8(0x2e7)])});}),{'data':_0x4e3eaf,'order':_0x8a2cf[_0x1641ca(0x259)]};}function Io(_0x23c340,_0x50ac3b){const _0x4f0bfe=_0x1ed4d3;return{'id':_0x23c340['id'],'type':x[_0x4f0bfe(0x57c)][_0x4f0bfe(0x6e3)],'transform':_0x23c340[_0x4f0bfe(0x448)],'source':_0x50ac3b,'imageSourceType':a[_0x4f0bfe(0x4a4)]['URL'],'parentId':_0x23c340[_0x4f0bfe(0x67d)],'laneId':_0x23c340['laneId'],'role':_0x23c340[_0x4f0bfe(0x697)],'managedBy':_0x23c340[_0x4f0bfe(0x9e3)],'name':_0x23c340[_0x4f0bfe(0x978)],'description':_0x23c340[_0x4f0bfe(0x6b2)],'visible':_0x23c340[_0x4f0bfe(0x87b)],'selectable':_0x23c340['selectable'],'locked':_0x23c340[_0x4f0bfe(0x658)],'custom':_0x23c340[_0x4f0bfe(0x369)]};}function Lo(_0xd19aae,_0x40486c,_0x957345,_0x52f17a,_0xad549f,_0x4c6f61,_0x551176,_0xf4860c){const _0x2c9a8a=_0x1ed4d3;var _0x45c510;(_0x45c510=_0x40486c['drawingsOrder'])==null||_0x45c510[_0x2c9a8a(0x360)](_0x1ed58f=>{const _0xb60026=_0x2c9a8a;var _0x2dab70;let _0xa5d7a6=(_0x2dab70=_0x40486c[_0xb60026(0x959)])==null?void 0x0:_0x2dab70[_0x1ed58f];if(!_0xa5d7a6)return;let _0x224eed=oi('data'in _0xa5d7a6?_0xa5d7a6[_0xb60026(0x44c)]:void 0x0),_0x4aadc0=_0x224eed&&_0x4c6f61[_0xb60026(0x202)](_0x224eed[_0xb60026(0x565)]??_0x957345,_0x224eed[_0xb60026(0x666)]),_0x55b681=_0xf4860c==null?void 0x0:_0xf4860c[_0xb60026(0x959)][_0xb60026(0x53b)](_0x1ed58f);if(_0x4aadc0!=null&&_0x4aadc0['canvas']){var _0x2ab11f;let _0x27a67c=Uo(_0xa5d7a6),_0x9a923d=_0x55b681!=null&&(_0x2ab11f=_0x55b681[_0xb60026(0x76e)])!=null&&_0x2ab11f[_0xb60026(0x9ba)]?_0x55b681[_0xb60026(0x76e)]:Ro(_0x4aadc0,_0x55b681,_0x27a67c);if(zo(_0xd19aae,_0x27a67c[_0xb60026(0x2f6)],_0x27a67c[_0xb60026(0x754)],_0x4aadc0,_0x9a923d,_0x52f17a,_0xad549f,_0x551176),_0x9a923d[_0xb60026(0x9ba)])return;}let _0x3f0a92=Bo(_0xa5d7a6,_0x1ed58f,_0x957345,_0x4c6f61,_0xf4860c);if(!_0x3f0a92)return;let {height:_0x4ee86e,left:_0x4b33ba,source:_0x20cd1c,top:_0x52848c,width:_0x58d73f}=_0x3f0a92;if(_0x4b33ba+_0x58d73f<_0xad549f[_0xb60026(0x2f6)]||_0x4b33ba>_0xad549f[_0xb60026(0x770)]||_0x52848c+_0x4ee86e<_0xad549f[_0xb60026(0x578)]||_0x52848c>_0xad549f[_0xb60026(0x976)])return;let _0x27e2ca=document[_0xb60026(0x467)](_0xb60026(0x3f9));_0x27e2ca[_0xb60026(0x8ee)]='',_0x27e2ca['src']=_0x20cd1c,_0x27e2ca[_0xb60026(0x3e6)]['position']=_0xb60026(0x3d3),_0x27e2ca[_0xb60026(0x3e6)]['left']=_0x4b33ba-_0x52f17a['x']+'px',_0x27e2ca[_0xb60026(0x3e6)][_0xb60026(0x578)]=_0x52848c-_0x52f17a['y']+'px',_0x27e2ca['style'][_0xb60026(0x754)]=_0x58d73f+'px',_0x27e2ca[_0xb60026(0x3e6)][_0xb60026(0x33c)]=_0x4ee86e+'px',_0x27e2ca[_0xb60026(0x3e6)][_0xb60026(0x50c)]=_0xb60026(0x6b9),_0x27e2ca[_0xb60026(0x3e6)][_0xb60026(0x302)]=_0xb60026(0x453),_0x27e2ca['style'][_0xb60026(0x28d)]=_0xb60026(0x5ed),_0x27e2ca[_0xb60026(0x3e6)]['zIndex']='11',_0xd19aae['appendChild'](_0x27e2ca),_0x551176[_0xb60026(0x363)]((0x0,a[_0xb60026(0x64a)])(()=>_0x27e2ca[_0xb60026(0x241)]()));});}function Ro(_0x47afd,_0x1ab7f8,_0x203772){const _0x3ec192=_0x1ed4d3;if(!_0x47afd[_0x3ec192(0x2a6)]||!Yo(_0x203772['top'])||!Xo(_0x203772['width']))return[];let _0x26cd32=(_0x1ab7f8==null?void 0x0:_0x1ab7f8['top'])??_0x203772[_0x3ec192(0x578)],_0x4cf3ea=(_0x1ab7f8==null?void 0x0:_0x1ab7f8['height'])??(Xo(_0x47afd[_0x3ec192(0x754)])?_0x203772[_0x3ec192(0x754)]*_0x47afd[_0x3ec192(0x33c)]/_0x47afd[_0x3ec192(0x754)]:_0x203772[_0x3ec192(0x33c)]);return Yo(_0x26cd32)&&Xo(_0x4cf3ea)?[{'height':_0x4cf3ea,'sourceHeight':_0x47afd[_0x3ec192(0x2a6)][_0x3ec192(0x33c)],'sourceTop':0x0,'top':_0x26cd32}]:[];}function zo(_0x1fd671,_0x108b9a,_0x524837,_0x52bbe6,_0x5a0498,_0xc9fa03,_0x4891ec,_0x286880){const _0x42bfa8=_0x1ed4d3;let _0x1974a4=_0x52bbe6[_0x42bfa8(0x2a6)];!_0x1974a4||!Yo(_0x108b9a)||!Xo(_0x524837)||!Xo(_0x52bbe6[_0x42bfa8(0x754)])||_0x5a0498['forEach'](_0x595fcf=>{const _0x5a4c35=_0x42bfa8;var _0xf08b6;if(_0x108b9a+_0x524837<_0x4891ec[_0x5a4c35(0x2f6)]||_0x108b9a>_0x4891ec['right']||_0x595fcf[_0x5a4c35(0x578)]+_0x595fcf[_0x5a4c35(0x33c)]<=_0x4891ec[_0x5a4c35(0x578)]||_0x595fcf[_0x5a4c35(0x578)]>=_0x4891ec[_0x5a4c35(0x976)])return;let _0x49fbfd=document[_0x5a4c35(0x467)](_0x5a4c35(0x2a6));_0x49fbfd[_0x5a4c35(0x754)]=_0x1974a4[_0x5a4c35(0x754)],_0x49fbfd['height']=Math['max'](0x1,Math[_0x5a4c35(0x62c)](_0x595fcf['sourceHeight'])),(_0xf08b6=_0x49fbfd[_0x5a4c35(0x79b)]('2d'))==null||_0xf08b6['drawImage'](_0x1974a4,0x0,_0x595fcf['sourceTop'],_0x1974a4[_0x5a4c35(0x754)],_0x595fcf['sourceHeight'],0x0,0x0,_0x49fbfd[_0x5a4c35(0x754)],_0x49fbfd[_0x5a4c35(0x33c)]),_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x824)]='absolute',_0x49fbfd['style'][_0x5a4c35(0x2f6)]=_0x108b9a-_0xc9fa03['x']+'px',_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x578)]=_0x595fcf['top']-_0xc9fa03['y']+'px',_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x754)]=_0x524837+'px',_0x49fbfd[_0x5a4c35(0x3e6)]['height']=_0x595fcf[_0x5a4c35(0x33c)]+'px',_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x28d)]=_0x5a4c35(0x5ed),_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x36a)]='11',_0x1fd671[_0x5a4c35(0x545)](_0x49fbfd),_0x286880[_0x5a4c35(0x363)]((0x0,a['toDisposable'])(()=>_0x49fbfd[_0x5a4c35(0x241)]()));});}function Bo(_0x20c115,_0x5af467,_0x1da0be,_0x1e903d,_0x16ba32){const _0x284d6a=_0x1ed4d3;var _0x1c2d90,_0x3c4b4b;let _0xab1db1=oi(_0x284d6a(0x44c)in _0x20c115?_0x20c115['data']:void 0x0),_0x4e95e9=Uo(_0x20c115),_0x2e7976=_0xab1db1&&_0x1e903d['getImage'](_0xab1db1[_0x284d6a(0x565)]??_0x1da0be,_0xab1db1[_0x284d6a(0x666)]),_0x5c0c2e=_0x4e95e9==null?void 0x0:_0x4e95e9['left'],_0x22ea9b=(_0x16ba32==null||(_0x1c2d90=_0x16ba32[_0x284d6a(0x959)][_0x284d6a(0x53b)](_0x5af467))==null?void 0x0:_0x1c2d90['top'])??(_0x4e95e9==null?void 0x0:_0x4e95e9[_0x284d6a(0x578)]),_0x2ce887=_0x4e95e9==null?void 0x0:_0x4e95e9[_0x284d6a(0x754)];if(!_0x2e7976||!Yo(_0x5c0c2e)||!Yo(_0x22ea9b)||!Xo(_0x2ce887))return;let _0x4ce193=_0x20c115[_0x284d6a(0x2ad)][_0x284d6a(0x2e5)][_0x284d6a(0x754)],_0x366dd8=_0x20c115[_0x284d6a(0x2ad)][_0x284d6a(0x2e5)][_0x284d6a(0x33c)];return{'height':(_0x16ba32==null||(_0x3c4b4b=_0x16ba32[_0x284d6a(0x959)][_0x284d6a(0x53b)](_0x5af467))==null?void 0x0:_0x3c4b4b[_0x284d6a(0x33c)])??Ko(_0xab1db1['childType'],_0x4e95e9==null?void 0x0:_0x4e95e9[_0x284d6a(0x33c)],_0x4ce193,_0x366dd8,_0x2ce887),'left':_0x5c0c2e,'source':_0x2e7976,'top':_0x22ea9b,'width':_0x2ce887};}function Vo(_0x522cdd,_0x5555e2,_0x299050,_0x4edd65,_0x3dff6a=!!_0x4edd65,_0x1c973a=!0x1){const _0x18a8e9=_0x1ed4d3;let _0x566c52=(_0x522cdd[_0x18a8e9(0x1f4)]??[])['map'](_0x14c7cc=>{const _0x53382c=_0x18a8e9;var _0x4b78f7;return{'drawingId':_0x14c7cc,'drawing':(_0x4b78f7=_0x522cdd[_0x53382c(0x959)])==null?void 0x0:_0x4b78f7[_0x14c7cc]};})[_0x18a8e9(0x699)](({drawing:_0x237895})=>{const _0x8b8468=_0x18a8e9;let _0x2dc9f7=_0x237895&&oi(_0x8b8468(0x44c)in _0x237895?_0x237895[_0x8b8468(0x44c)]:void 0x0);return!!_0x237895&&!!_0x2dc9f7&&(!!_0x299050[_0x8b8468(0x202)](_0x2dc9f7[_0x8b8468(0x565)]??_0x5555e2,_0x2dc9f7[_0x8b8468(0x666)])||!!_0x299050[_0x8b8468(0x596)](_0x2dc9f7[_0x8b8468(0x565)]??_0x5555e2,_0x2dc9f7['embedId']));})[_0x18a8e9(0x481)]((_0x5737cf,_0x3e4f46)=>{const _0x151219=_0x18a8e9;var _0x13a220,_0x412028;return(_0x5737cf[_0x151219(0x374)]?((_0x13a220=Uo(_0x5737cf['drawing']))==null?void 0x0:_0x13a220[_0x151219(0x578)])??0x0:0x0)-(_0x3e4f46[_0x151219(0x374)]?((_0x412028=Uo(_0x3e4f46['drawing']))==null?void 0x0:_0x412028[_0x151219(0x578)])??0x0:0x0);}),_0x234531=new Map(),_0x3fec84=[],_0x3ea648=new Set(_0x566c52[_0x18a8e9(0x572)](({drawingId:_0x53fb58})=>_0x53fb58)),_0x82f0dc=_0x566c52[_0x18a8e9(0x961)](({drawing:_0xcf524c})=>{const _0x49fa29=_0x18a8e9;let _0x224642=_0xcf524c&&oi(_0x49fa29(0x44c)in _0xcf524c?_0xcf524c[_0x49fa29(0x44c)]:void 0x0);return _0x224642&&Jo(_0x224642[_0x49fa29(0x5c7)]);}),_0x128bb1=_0x82f0dc==null?void 0x0:_0x82f0dc[_0x18a8e9(0x374)],_0x3b17fb=_0x128bb1&&Uo(_0x128bb1)[_0x18a8e9(0x578)],_0x2c306d=(_0x522cdd['drawingsOrder']??[])[_0x18a8e9(0x52a)](_0x226a8e=>{const _0x4b9e48=_0x18a8e9;var _0x365a60;let _0x1d7798=(_0x365a60=_0x522cdd[_0x4b9e48(0x959)])==null?void 0x0:_0x365a60[_0x226a8e];if(!_0x1d7798||_0x3ea648['has'](_0x226a8e))return!0x1;let _0x4ce31f=Uo(_0x1d7798)[_0x4b9e48(0x578)];return!Yo(_0x3b17fb)||!Yo(_0x4ce31f)||_0x4ce31f>=_0x3b17fb;}),_0x51ba55=!_0x82f0dc||Ho(_0x522cdd,_0x82f0dc['drawingId']),_0x22d698=_0x1c973a&&!_0x2c306d&&!_0x51ba55,_0x13bc59=0x0,_0x2cbdaf=0x0;return _0x566c52[_0x18a8e9(0x360)](({drawingId:_0x1d8b91,drawing:_0x5bbc8b},_0x53093c)=>{const _0x4fe718=_0x18a8e9;var _0x6d6adb;if(!_0x5bbc8b)return;let _0x3b64d6=oi(_0x4fe718(0x44c)in _0x5bbc8b?_0x5bbc8b[_0x4fe718(0x44c)]:void 0x0),_0x384c58=Uo(_0x5bbc8b),_0x344f2c=_0x384c58==null?void 0x0:_0x384c58[_0x4fe718(0x578)],_0x475987=_0x384c58==null?void 0x0:_0x384c58['width'],_0x44bf6f=_0x5bbc8b['docTransform']['size']['width'],_0x5578e7=_0x5bbc8b[_0x4fe718(0x2ad)][_0x4fe718(0x2e5)][_0x4fe718(0x33c)];if(!_0x3b64d6||!Yo(_0x344f2c)||!Xo(_0x475987))return;let _0xbf2fcb=Xo(_0x384c58==null?void 0x0:_0x384c58[_0x4fe718(0x33c)])?_0x384c58[_0x4fe718(0x33c)]:qo(_0x44bf6f,_0x5578e7,_0x475987),_0x18c56=_0x299050[_0x4fe718(0x202)](_0x3b64d6['hostUnitId']??_0x5555e2,_0x3b64d6['embedId']),_0x9c4c5c=_0x18c56&&Xo(_0x18c56[_0x4fe718(0x754)])?_0x475987*_0x18c56['height']/_0x18c56[_0x4fe718(0x754)]:Ko(_0x3b64d6['childType'],_0x384c58==null?void 0x0:_0x384c58[_0x4fe718(0x33c)],_0x44bf6f,_0x5578e7,_0x475987),_0x387c91=_0x344f2c+_0x13bc59,_0x318e25=_0x18c56&&Xo(_0x18c56[_0x4fe718(0x754)])?_0x475987/_0x18c56[_0x4fe718(0x754)]:0x1,_0x459ce4=_0x3dff6a&&_0x18c56!=null&&_0x18c56[_0x4fe718(0x2a6)]&&(_0x6d6adb=_0x18c56[_0x4fe718(0x3b6)])!=null&&_0x6d6adb[_0x4fe718(0x9ba)]?Wo(_0x18c56,_0x387c91,_0x318e25,_0x4edd65):void 0x0,_0x3093aa=_0x459ce4!=null&&_0x459ce4[_0x4fe718(0x9ba)]?_0x459ce4[_0x459ce4[_0x4fe718(0x9ba)]-0x1][_0x4fe718(0x578)]+_0x459ce4[_0x459ce4['length']-0x1][_0x4fe718(0x33c)]-_0x387c91:_0x9c4c5c;if(_0x234531[_0x4fe718(0x753)](_0x1d8b91,{'height':_0x3093aa,'segments':_0x459ce4,'top':_0x387c91}),_0x459ce4!=null&&_0x459ce4[_0x4fe718(0x9ba)]?_0x3fec84[_0x4fe718(0x2fa)](..._0x459ce4[_0x4fe718(0x572)](_0x1be233=>({'bottom':_0x1be233[_0x4fe718(0x578)]+_0x1be233[_0x4fe718(0x33c)],'sourceId':_0x1d8b91,'top':_0x1be233['top']}))):_0x3dff6a&&_0x3093aa>0x0&&_0x3fec84[_0x4fe718(0x2fa)]({'bottom':_0x387c91+_0x3093aa,'sourceId':_0x1d8b91,'top':_0x387c91}),_0x2cbdaf=Math[_0x4fe718(0x287)](_0x2cbdaf,_0x387c91+_0x3093aa),Jo(_0x3b64d6[_0x4fe718(0x5c7)])){var _0x86dbc8;let _0x41bb0d=(_0x86dbc8=_0x566c52[_0x53093c+0x1])==null?void 0x0:_0x86dbc8[_0x4fe718(0x374)],_0xdf3b69=_0x41bb0d?Uo(_0x41bb0d)['top']:void 0x0,_0xf4ab79=_0x3093aa-(Yo(_0xdf3b69)?Math[_0x4fe718(0x287)](0x0,Math[_0x4fe718(0x451)](_0xbf2fcb,_0xdf3b69-_0x344f2c)):_0xbf2fcb);_0x13bc59+=_0x22d698?_0xf4ab79:Math[_0x4fe718(0x287)](0x0,_0xf4ab79);}}),{'contentHeight':_0x2cbdaf,'contentHeightAdjustment':_0x13bc59,'drawings':_0x234531,'pageBreakRanges':_0x3fec84};}function Ho(_0x3942dd,_0x3eadef){const _0x11caca=_0x1ed4d3;var _0x469329;let _0xb1e57f=_0x3942dd['body'],_0x1a0e3f=_0xb1e57f==null||(_0x469329=_0xb1e57f[_0x11caca(0x8b4)])==null||(_0x469329=_0x469329[_0x11caca(0x961)](({blockId:_0x52d8d2})=>_0x52d8d2===_0x3eadef))==null?void 0x0:_0x469329['startIndex'];return!(_0xb1e57f!=null&&_0xb1e57f[_0x11caca(0x3f6)])||!Yo(_0x1a0e3f)||Array[_0x11caca(0x8dc)](_0xb1e57f[_0x11caca(0x3f6)][_0x11caca(0x99e)](_0x1a0e3f+0x1))[_0x11caca(0x52a)](_0x164a34=>_0x164a34!==a['DataStreamTreeTokenType'][_0x11caca(0x7e5)]&&_0x164a34!==a[_0x11caca(0x3e5)][_0x11caca(0x3bf)]&&_0x164a34!==a[_0x11caca(0x3e5)][_0x11caca(0x7af)]&&_0x164a34!==a['DataStreamTreeTokenType'][_0x11caca(0x936)]&&_0x164a34[_0x11caca(0x75c)]()!=='');}function Uo(_0xf36182){const _0xbb9cd5=_0x1ed4d3;return _0xf36182[_0xbb9cd5(0x448)]??(0x0,h[_0xbb9cd5(0x843)])(_0xf36182['docTransform']);}function Wo(_0x5868e1,_0x468d3c,_0x3de6c2,_0x356e1a){const _0x5a5f43=_0x1ed4d3;let _0x25a8d6=[...(_0x5868e1[_0x5a5f43(0x3b6)]??[])[_0x5a5f43(0x699)](_0x4c26f0=>_0x4c26f0>0x0&&_0x4c26f0<_0x5868e1['height']),_0x5868e1[_0x5a5f43(0x33c)]],_0x22ce6e=[],_0x162bfc=0x0,_0x32ce46=_0x468d3c;return _0x25a8d6['forEach'](_0x50c8d9=>{const _0x419f5a=_0x5a5f43;let _0x4643dd=_0x50c8d9-_0x162bfc,_0x36c1a2=_0x4643dd*_0x3de6c2;if(_0x356e1a){let _0x2b222d=Go(_0x32ce46,_0x356e1a);_0x32ce46<_0x2b222d&&_0x32ce46+_0x36c1a2>_0x2b222d&&_0x36c1a2<=_0x356e1a[_0x419f5a(0x83d)]&&(_0x32ce46=_0x2b222d);}_0x22ce6e[_0x419f5a(0x2fa)]({'height':_0x36c1a2,'sourceHeight':_0x4643dd,'sourceTop':_0x162bfc,'top':_0x32ce46}),_0x32ce46+=_0x36c1a2,_0x162bfc=_0x50c8d9;}),_0x22ce6e;}function Go(_0x1a53aa,_0x22403c){const _0x2fe034=_0x1ed4d3;let _0x84d128=Math[_0x2fe034(0x287)](0x0,Math[_0x2fe034(0x454)]((_0x1a53aa-_0x22403c[_0x2fe034(0x994)])/_0x22403c[_0x2fe034(0x83d)]));return _0x22403c[_0x2fe034(0x994)]+(_0x84d128+0x1)*_0x22403c[_0x2fe034(0x83d)];}function Ko(_0x3a926f,_0x4c69ec,_0x25ea87,_0x2686a7,_0x242ef7){return Jo(_0x3a926f)&&Xo(_0x4c69ec)?_0x4c69ec:qo(_0x25ea87,_0x2686a7,_0x242ef7);}function qo(_0x316d8b,_0x537301,_0x2d728f){return Xo(_0x316d8b)&&Xo(_0x537301)?_0x2d728f*_0x537301/_0x316d8b:0x0;}function Jo(_0x103e50){const _0x4ae7b3=_0x1ed4d3;return _0x103e50===a[_0x4ae7b3(0x747)][_0x4ae7b3(0x32f)]||_0x103e50===a[_0x4ae7b3(0x747)]['UNIVER_BASE'];}function Yo(_0x1a58e0){const _0x2e7f38=_0x1ed4d3;return typeof _0x1a58e0==_0x2e7f38(0x584)&&Number[_0x2e7f38(0x8cd)](_0x1a58e0);}function Xo(_0x2bcc40){return Yo(_0x2bcc40)&&_0x2bcc40>0x0;}function Zo(_0x4bda95,_0x2e6ae2,_0x47f6a2,_0x13e56c){const _0x12aed4=_0x1ed4d3;let _0x1a7bcd=_0x4bda95[_0x12aed4(0x3e6)][_0x12aed4(0x284)],_0xc9a3b6=_0x4bda95[_0x12aed4(0x3e6)][_0x12aed4(0x36a)],_0x749b2f=document[_0x12aed4(0x467)](_0x12aed4(0x3f9));return _0x749b2f[_0x12aed4(0x8ee)]='',_0x749b2f[_0x12aed4(0x52f)]=_0x2e6ae2,_0x749b2f['style']['position']=_0x12aed4(0x3d3),_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x2f6)]=-_0x13e56c[_0x12aed4(0x30d)]+'px',_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x578)]=-_0x13e56c[_0x12aed4(0x40c)]+'px',_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x754)]=_0x13e56c[_0x12aed4(0x754)]+'px',_0x749b2f['style'][_0x12aed4(0x33c)]=_0x13e56c[_0x12aed4(0x33c)]+'px',_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x50c)]=_0x12aed4(0x6b9),_0x749b2f[_0x12aed4(0x3e6)]['objectPosition']=_0x12aed4(0x30b),_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x28d)]=_0x12aed4(0x5ed),_0x4bda95[_0x12aed4(0x3e6)]['overflow']=_0x12aed4(0x87b),_0x4bda95[_0x12aed4(0x3e6)][_0x12aed4(0x36a)]='9',_0x4bda95[_0x12aed4(0x545)](_0x749b2f),_0x47f6a2[_0x12aed4(0x363)]((0x0,a[_0x12aed4(0x64a)])(()=>{const _0xb87388=_0x12aed4;_0x749b2f[_0xb87388(0x241)](),_0x4bda95['style']['overflow']=_0x1a7bcd,_0x4bda95[_0xb87388(0x3e6)]['zIndex']=_0xc9a3b6;})),_0x749b2f;}function Qo(_0x4834c8){return new Promise(_0x5224cb=>{const _0x56d243=_0x54e0;_0x4834c8['addEventListener'](_0x56d243(0x4fb),()=>_0x5224cb(),{'once':!0x0}),_0x4834c8['addEventListener'](_0x56d243(0x9d0),()=>_0x5224cb(),{'once':!0x0});});}function $o(_0xb47793,_0x265cdf,_0x5df6e0){const _0x4e48ba=_0x1ed4d3;let _0x43c8a4=_0x265cdf[_0x4e48ba(0x573)][_0x4e48ba(0x872)](),_0x32c000=_0x265cdf['slidePage'][_0x4e48ba(0x729)](),_0x379b66=_0x265cdf['slidePage']['getData'](),_0x5c65f1=(0x0,g[_0x4e48ba(0x5af)])(_0x379b66),_0x34defc=_0x5c65f1&&_0x5df6e0[_0x4e48ba(0x202)](_0x43c8a4,_0x5c65f1['embedId']);if(_0x5c65f1&&_0x34defc!=null&&_0x34defc[_0x4e48ba(0x2e7)]){let _0x17133d=(0x0,S[_0x4e48ba(0x77a)])(_0x379b66[_0x4e48ba(0x6e0)]??_0x265cdf[_0x4e48ba(0x573)][_0x4e48ba(0x58b)]()[_0x4e48ba(0x78c)]),_0x5aa3b3=ts(_0x43c8a4,_0x32c000,_0x4e48ba(0x87f)+_0x5c65f1[_0x4e48ba(0x666)],_0x34defc[_0x4e48ba(0x2e7)],{'left':0x0,'top':0x0,'width':_0x17133d[_0x4e48ba(0x754)],'height':_0x17133d[_0x4e48ba(0x33c)]});return{'data':{[_0x5aa3b3['drawingId']]:_0x5aa3b3},'order':[_0x5aa3b3['drawingId']]};}return es(_0xb47793,_0x43c8a4,_0x32c000,_0x5df6e0);}function es(_0x46b477,_0x462420,_0x8b2406,_0x1d0d7c){const _0x578afd=_0x1ed4d3;let _0x5543a1={..._0x46b477[_0x578afd(0x44c)]};return _0x46b477[_0x578afd(0x259)][_0x578afd(0x360)](_0x49c9ab=>{const _0x542cfd=_0x578afd;let _0x4d5b09=_0x5543a1[_0x49c9ab],_0x48f443=_0x4d5b09&&(0x0,g[_0x542cfd(0x962)])(_0x4d5b09['element']),_0x5ccfa5=_0x48f443&&_0x1d0d7c[_0x542cfd(0x596)](_0x462420,_0x48f443['embedId']);!_0x4d5b09||!_0x5ccfa5||(_0x5543a1[_0x49c9ab]=ts(_0x462420,_0x8b2406,_0x49c9ab,_0x5ccfa5,_0x4d5b09['element']['transform'],_0x4d5b09[_0x542cfd(0x575)]));}),{'data':_0x5543a1,'order':_0x46b477[_0x578afd(0x259)]};}function ts(_0x589771,_0x9bf229,_0x79da6e,_0x3b63b3,_0x1d319f,_0x30f7ee=g[_0x1ed4d3(0x487)][_0x1ed4d3(0x886)]){const _0x524275=_0x1ed4d3;return(0x0,g[_0x524275(0x4f2)])(_0x589771,_0x9bf229,{'id':_0x79da6e,'type':g[_0x524275(0x321)]['Image'],'name':_0x79da6e,'source':_0x3b63b3,'imageSourceType':a[_0x524275(0x4a4)][_0x524275(0x99d)],'transform':_0x1d319f},_0x30f7ee);}const ns=new Set([_0x1ed4d3(0x4ee)+a[_0x1ed4d3(0x343)],'__editor_'+a[_0x1ed4d3(0x200)]]);let rs=class extends a['Disposable']{constructor(_0x40698e){const _0xf12e77=_0x1ed4d3;super(),[{'id':o[_0xf12e77(0x973)]['id'],'binding':c['KeyCode']['A']|c[_0xf12e77(0x7a4)][_0xf12e77(0x34f)],'eventPreconditions':is,'preconditions':as,'nativeTextEditorBehavior':c['NativeTextEditorShortcutBehavior'][_0xf12e77(0x2ef)],'priority':0x386},{'id':s[_0xf12e77(0x59a)]['id'],'binding':c[_0xf12e77(0x7ae)]['A']|c[_0xf12e77(0x7a4)][_0xf12e77(0x34f)],'eventPreconditions':is,'preconditions':_0x535c2f=>!as(_0x535c2f),'nativeTextEditorBehavior':c['NativeTextEditorShortcutBehavior'][_0xf12e77(0x2ef)],'priority':0x386,'staticParameters':{'expandToGapFirst':!0x0,'loop':!0x0}},{'id':a[_0xf12e77(0x5df)]['id'],'binding':c[_0xf12e77(0x7ae)]['Z']|c[_0xf12e77(0x7a4)]['CTRL_COMMAND'],'eventPreconditions':is,'preconditions':_0x3722e9=>!as(_0x3722e9),'priority':0x386},{'id':a['RedoCommand']['id'],'binding':c[_0xf12e77(0x7ae)]['Y']|c[_0xf12e77(0x7a4)][_0xf12e77(0x34f)],'eventPreconditions':is,'preconditions':_0x512009=>!as(_0x512009),'priority':0x386},{'id':a[_0xf12e77(0x458)]['id'],'binding':c[_0xf12e77(0x7ae)]['Z']|c[_0xf12e77(0x7a4)][_0xf12e77(0x34f)]|c[_0xf12e77(0x7a4)][_0xf12e77(0x897)],'eventPreconditions':is,'preconditions':_0x18d40b=>!as(_0x18d40b),'priority':0x386}][_0xf12e77(0x360)](_0xe2e81a=>this[_0xf12e77(0x512)](_0x40698e[_0xf12e77(0x3f8)](_0xe2e81a)));}};rs=Y([J(0x0,c[_0x1ed4d3(0x931)])],rs);function is(_0x51f63c){const _0x1339a8=_0x1ed4d3;let _0x12e267=_0x51f63c[_0x1339a8(0x1f6)];return _0x12e267 instanceof HTMLElement&&ns[_0x1339a8(0x54f)](_0x12e267['id'])&&_0x12e267[_0x1339a8(0x6bc)](_0x1339a8(0x2f4))!=null;}function as(_0x7e66ff){const _0x296193=_0x1ed4d3;return!!(_0x7e66ff[_0x296193(0x3b1)](a[_0x296193(0x391)])||_0x7e66ff[_0x296193(0x3b1)](a[_0x296193(0x8c4)]));}function os(_0x3b1276){const _0x502997=_0x1ed4d3;let _0x5f5b04=[];return[[a[_0x502997(0x747)][_0x502997(0x563)],'docs-ui.ribbon'],[a[_0x502997(0x747)]['UNIVER_SHEET'],_0x502997(0x627)],[a[_0x502997(0x747)][_0x502997(0x83f)],'slides-ui.ribbon'],[a[_0x502997(0x747)][_0x502997(0x8ed)],_0x502997(0x9b8)]]['forEach'](([_0x265c85,_0x54b3c4])=>{const _0x5e556a=_0x502997;let _0x29628e=kn(_0x3b1276,{'childType':_0x265c85,'id':_0x54b3c4,'scopedActionServiceTokens':_0x265c85===a[_0x5e556a(0x747)][_0x5e556a(0x83f)]?[S[_0x5e556a(0x26d)]]:void 0x0});_0x29628e&&_0x5f5b04[_0x5e556a(0x2fa)](_0x29628e);}),_0x5f5b04;}var ss=class{constructor(){const _0x4b885d=_0x1ed4d3;B(this,_0x4b885d(0x6ad),new Map());}[_0x1ed4d3(0x22c)](_0x1b96df){const _0x34d0c4=_0x1ed4d3;if(this[_0x34d0c4(0x6ad)][_0x34d0c4(0x54f)](_0x1b96df[_0x34d0c4(0x5c7)]))throw Error(_0x34d0c4(0x21b)+_0x1b96df['childType']);this[_0x34d0c4(0x6ad)][_0x34d0c4(0x753)](_0x1b96df['childType'],_0x1b96df);}[_0x1ed4d3(0x53b)](_0x1235db){const _0xc4326e=_0x1ed4d3;return this[_0xc4326e(0x6ad)]['get'](_0x1235db);}[_0x1ed4d3(0x80c)](){return[...this['_providers']['values']()];}};const cs=new WeakMap(),ls=new WeakMap();function us(_0x4b502d,_0x2314b2,_0x3f3126){const _0x2ee608=_0x1ed4d3;var _0xb9a6e6;if(ps(_0x4b502d)){fs(_0x4b502d,_0x2314b2,_0x3f3126);return;}let _0x4db307=_0x4b502d;if((_0xb9a6e6=ls[_0x2ee608(0x53b)](_0x4db307))!=null&&_0xb9a6e6[_0x2ee608(0x54f)](_0x2314b2))return;let _0x1df00c=cs[_0x2ee608(0x53b)](_0x4db307)??new Map();_0x1df00c[_0x2ee608(0x753)](_0x2314b2,_0x3f3126),cs['set'](_0x4db307,_0x1df00c);}function ds(_0x4ad2b0){const _0x52c4ec=_0x1ed4d3;if(!ps(_0x4ad2b0))return;let _0x3d033a=_0x4ad2b0,_0x11af5b=cs[_0x52c4ec(0x53b)](_0x3d033a);_0x11af5b!=null&&_0x11af5b[_0x52c4ec(0x2e5)]&&(_0x11af5b[_0x52c4ec(0x360)]((_0x308b58,_0x3384ac)=>fs(_0x4ad2b0,_0x3384ac,_0x308b58)),cs[_0x52c4ec(0x74c)](_0x3d033a));}function fs(_0x12ce76,_0x32f697,_0xc9e4be){const _0x15356a=_0x1ed4d3;let _0x5603c4=_0x12ce76,_0x1f2d96=ls['get'](_0x5603c4)??new Set();_0x1f2d96[_0x15356a(0x54f)](_0x32f697)||(_0xc9e4be(_0x12ce76),_0x1f2d96[_0x15356a(0x363)](_0x32f697),ls[_0x15356a(0x753)](_0x5603c4,_0x1f2d96));}function ps(_0x3d2758){const _0x538e8f=_0x1ed4d3;return _0x3d2758['has'](t[_0x538e8f(0x6ff)])&&_0x3d2758[_0x538e8f(0x54f)](yt)&&_0x3d2758['has'](_t)&&_0x3d2758[_0x538e8f(0x54f)](V)&&_0x3d2758[_0x538e8f(0x54f)](Nn)&&_0x3d2758[_0x538e8f(0x54f)](vt)&&_0x3d2758[_0x538e8f(0x54f)](Ur)&&_0x3d2758[_0x538e8f(0x54f)](fa)&&_0x3d2758['has'](ii)&&_0x3d2758[_0x538e8f(0x54f)](ss);}function ms(_0x220f81){const _0x1fc629=_0x1ed4d3;let {childType:_0x2058b2,productName:_0x495ba9}=_0x220f81;return{'childType':_0x2058b2,'productName':_0x495ba9,'hostChromeMode':_0x1fc629(0x4ca),'layoutPolicy':{'tab':t['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':t[_0x1fc629(0x388)],'docFlow':t['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':({childUnitId:_0xb97efb,embedId:_0x1fd8d5,injector:_0x1cb914})=>{const _0x478e60=_0x1fc629;let _0x443c48=sn(_0x1cb914,{'childType':_0x2058b2,'childUnitId':_0xb97efb,'embedId':_0x1fd8d5,'menuSchema':hs(_0x1cb914,_0x2058b2,_0x220f81[_0x478e60(0x347)])});return{'mode':_0x478e60(0x4ca),'ribbonService':_0x443c48[_0x478e60(0x5c6)],'injector':_0x443c48[_0x478e60(0x583)],'placeholderTitle':_0x495ba9,'disposable':_0x443c48[_0x478e60(0x830)]};}};}function hs(_0x45215c,_0x51e7c1,_0x116f7d){const _0x48270f=_0x1ed4d3;let _0xfcee7c=_0x45215c;if(typeof _0xfcee7c[_0x48270f(0x54f)]==_0x48270f(0x508)&&typeof _0xfcee7c['get']=='function'&&_0xfcee7c['has'](Nn)){let _0x4a5e24=_0xfcee7c[_0x48270f(0x53b)](Nn)[_0x48270f(0x92a)](_0x51e7c1,'ribbon');if(_0x4a5e24)return _0x4a5e24;}return _0x116f7d;}function gs(_0x2071a5){const _0x181e11=_0x1ed4d3;let _0x4fc328=_s(_0x2071a5);return{'childType':_0x2071a5[_0x181e11(0x5c7)],'productName':_0x2071a5[_0x181e11(0x263)],'hostChromeMode':_0x4fc328,'hostHeaderMode':_0x2071a5[_0x181e11(0x276)]??'none','layoutPolicy':{'tab':{...t[_0x181e11(0x618)],'ribbon':_0x4fc328==='none'?'hidden':_0x181e11(0x446)},'float':t[_0x181e11(0x388)],'docFlow':t[_0x181e11(0x2a9)]},'createRibbonOverride':_0x4fc328==='title-only'?()=>({'mode':_0x181e11(0x205),'ribbonService':vs(),'placeholderTitle':_0x2071a5['productName'],'hideToolbar':!0x0}):void 0x0};}function _s(_0x4789a7){const _0x3a657a=_0x1ed4d3;return _0x4789a7[_0x3a657a(0x2ff)]?_0x4789a7[_0x3a657a(0x2ff)]:_0x4789a7[_0x3a657a(0x276)]===_0x3a657a(0x81d)?'title-only':'none';}function vs(){return{'ribbon$':(0x0,f['of'])([]),'activatedTab$':(0x0,f['of'])(''),'collapsedIds$':(0x0,f['of'])([]),'fakeToolbarVisible$':(0x0,f['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function ys(_0xfb0879,_0x476383,_0x96756a,_0x428377){const _0x2c1bd6=_0x1ed4d3;return[..._0xfb0879[_0x2c1bd6(0x7d0)](_0x476383)][_0x2c1bd6(0x3b5)]()[_0x2c1bd6(0x961)](_0xb3788f=>{const _0x455f71=_0x2c1bd6;let _0x44200e=_0xb3788f[_0x455f71(0x455)]();return _0x96756a>=_0x44200e['left']&&_0x96756a<=_0x44200e[_0x455f71(0x770)]&&_0x428377>=_0x44200e[_0x455f71(0x578)]&&_0x428377<=_0x44200e[_0x455f71(0x976)];});}function bs(){const _0x30ef72=_0x1ed4d3;return{...gs({'childType':a[_0x30ef72(0x747)][_0x30ef72(0x8ed)],'productName':_0x30ef72(0x2e2),'hostChromeMode':_0x30ef72(0x255)}),'presentationPolicy':{'getChromeCss':()=>_0x30ef72(0x938),'activateNavigationAtPoint':({childContext:_0x214a5e,clientX:_0x41a2ff,clientY:_0xf1cd84,runtimeHost:_0x540a58})=>{const _0x42b68e=_0x30ef72;if(ys(_0x540a58,_0x42b68e(0x4d4),_0x41a2ff,_0xf1cd84))return!0x1;let _0x2ed91e=ys(_0x540a58,'[data-u-comp=\x22base-view-tab\x22]',_0x41a2ff,_0xf1cd84),_0x34a369=_0x2ed91e==null?void 0x0:_0x2ed91e[_0x42b68e(0x964)][_0x42b68e(0x7d3)],_0xc2770c=_0x214a5e[_0x42b68e(0x6f3)]['injector'];return!_0x34a369||!_0xc2770c[_0x42b68e(0x54f)](_[_0x42b68e(0x314)])?!0x1:(_0xc2770c[_0x42b68e(0x53b)](_[_0x42b68e(0x314)])[_0x42b68e(0x9a6)](_0x34a369),!0x0);}}};}let xs=class{constructor(_0x3881b0,_0x3fc9a8,_0x4b06f2){const _0x5bf961=_0x1ed4d3;this[_0x5bf961(0x5bf)]=_0x3881b0,this['_projectionService']=_0x3fc9a8,this[_0x5bf961(0x828)]=_0x4b06f2,B(this,'childType',a[_0x5bf961(0x747)][_0x5bf961(0x8ed)]);}[_0x1ed4d3(0x3af)](_0x1f66d4){const _0x3a05fd=_0x1ed4d3;var _0x4c2d16,_0x10cdd6,_0x2c71cd;let _0x21f0d7=_0x1f66d4[_0x3a05fd(0x8de)]instanceof a[_0x3a05fd(0x40a)]?_0x1f66d4[_0x3a05fd(0x8de)]['getSnapshot']():void 0x0;if(!_0x21f0d7)return;let _0x3f29da=(_0x4c2d16=_0x1f66d4['injector'])!=null&&_0x4c2d16['has'](_[_0x3a05fd(0x314)])?_0x1f66d4['injector'][_0x3a05fd(0x53b)](_[_0x3a05fd(0x314)]):this[_0x3a05fd(0x5bf)],_0x23b795=(_0x10cdd6=_0x1f66d4['injector'])!=null&&_0x10cdd6['has'](C[_0x3a05fd(0x561)])?_0x1f66d4[_0x3a05fd(0x583)][_0x3a05fd(0x53b)](C[_0x3a05fd(0x561)]):this[_0x3a05fd(0x898)],_0x28f39d=(_0x2c71cd=_0x1f66d4[_0x3a05fd(0x583)])!=null&&_0x2c71cd[_0x3a05fd(0x54f)](_['IBaseViewWheelScrollService'])?_0x1f66d4['injector'][_0x3a05fd(0x53b)](_[_0x3a05fd(0x4b7)]):this['_wheelScrollService'],_0x54a511=_0x3f29da[_0x3a05fd(0x73f)](),_0x19b718=ws(_0x21f0d7,_0x54a511,_0x1f66d4['viewportWidth']),_0x5df8f5=Ss(_0x21f0d7,_0x54a511,_0x23b795,_0x28f39d,_0x1f66d4['viewportHeight'],_0x19b718??_0x1f66d4[_0x3a05fd(0x2cb)]);return _0x5df8f5==null&&_0x19b718==null?void 0x0:{'height':_0x5df8f5==null?void 0x0:_0x5df8f5[_0x3a05fd(0x33c)],'verticalBreaks':_0x5df8f5==null?void 0x0:_0x5df8f5['breaks'],'width':_0x19b718};}};xs=Y([J(0x0,_[_0x1ed4d3(0x314)]),J(0x1,C[_0x1ed4d3(0x561)]),J(0x2,_[_0x1ed4d3(0x4b7)])],xs);function Ss(_0x569443,_0x43624f,_0x394a76,_0xddb0a6,_0x22115a,_0x5768ec){const _0x30bb49=_0x1ed4d3;var _0x3d6a78;let _0x269bca=Os(_0x569443,_0x43624f==null?void 0x0:_0x43624f[_0x30bb49(0x570)]),_0x1e5cce=_0x269bca?_0x569443[_0x30bb49(0x97a)][_0x269bca]:void 0x0;if(!_0x1e5cce||!_0x269bca)return;let _0xac0b1=ks(_0x1e5cce,_0x43624f==null?void 0x0:_0x43624f[_0x30bb49(0x25f)]),_0x3e6cf3=_0xac0b1?(_0x3d6a78=_0x1e5cce[_0x30bb49(0x3db)])==null?void 0x0:_0x3d6a78[_0xac0b1]:void 0x0,_0x453bb4=As(_0x1e5cce),_0x489679=(0x0,_[_0x30bb49(0x380)])(_0x3e6cf3!=null&&_0x3e6cf3['config']&&_0x30bb49(0x249)in _0x3e6cf3[_0x30bb49(0x278)]?_0x3e6cf3[_0x30bb49(0x278)][_0x30bb49(0x249)]:void 0x0);return Cs(_0x569443,_0x269bca,_0xac0b1,_0x489679,_0x43624f,_0x394a76,_0xddb0a6,_0x22115a,_0x5768ec)??{'breaks':Array(_0x453bb4)[_0x30bb49(0x69c)](null)[_0x30bb49(0x572)]((_0x2ed255,_0x5c2516)=>_[_0x30bb49(0x4ce)]+(_0x5c2516+0x1)*_0x489679),'height':_[_0x30bb49(0x4ce)]+_0x453bb4*_0x489679+_[_0x30bb49(0x6c5)]+_['GRID_SUMMARY_HEIGHT']};}function Cs(_0x384735,_0x10025c,_0x2b5b57,_0x1a9601,_0x2c0d49,_0x5049b7,_0x552317,_0x8fbc43,_0x1d22ef){const _0x3eebd4=_0x1ed4d3;if(!_0x2b5b57||!_0x5049b7||!_0x552317)return;let _0xc79bed=_0x5049b7[_0x3eebd4(0x5cd)](_0x384735,_0x10025c,_0x2b5b57);if(_0xc79bed['type']===a[_0x3eebd4(0x60c)]['Calendar']&&_0xc79bed[_0x3eebd4(0x278)][_0x3eebd4(0x7d1)]===_0x3eebd4(0x42c)&&_0x8fbc43!=null)return{'height':_0x8fbc43};if(_0xc79bed[_0x3eebd4(0x5a7)]===a[_0x3eebd4(0x60c)][_0x3eebd4(0x364)])return{'height':_0x552317[_0x3eebd4(0x1fb)](_0xc79bed,_0x1d22ef??0x1)};if(_0xc79bed[_0x3eebd4(0x5a7)]===a['BaseViewType'][_0x3eebd4(0x33d)])return{'height':_0x552317[_0x3eebd4(0x907)](_0xc79bed)};if(_0xc79bed['type']===a[_0x3eebd4(0x60c)][_0x3eebd4(0x6d5)]||_0xc79bed[_0x3eebd4(0x5a7)]===a['BaseViewType'][_0x3eebd4(0x53f)]){let _0x5ed1b0=_0x2c0d49==null?void 0x0:_0x2c0d49[_0x3eebd4(0x865)][_0x2b5b57];return{'breaks':(0x0,_[_0x3eebd4(0x452)])(_0xc79bed,_0x5ed1b0,_0x1a9601)[_0x3eebd4(0x572)](_0x55d35a=>_[_0x3eebd4(0x4ce)]+_0x55d35a['y']+_0x55d35a[_0x3eebd4(0x33c)]),'height':_['GRID_HEADER_HEIGHT']+_0x552317[_0x3eebd4(0x767)](_0xc79bed,_0x5ed1b0,_0x1a9601)+_[_0x3eebd4(0x7db)]};}}function ws(_0x3d9067,_0x1890e0,_0x2072b8){const _0x12b8b9=_0x1ed4d3;var _0x1a2f43,_0x38e55d;let _0x2c9184=Es(_0x3d9067,_0x1890e0==null?void 0x0:_0x1890e0[_0x12b8b9(0x570)]);if(!_0x2c9184)return;let _0x23aed3=Ds(_0x2c9184,_0x1890e0==null?void 0x0:_0x1890e0['activeViewId']),_0x124be6=_0x2c9184[_0x12b8b9(0x646)]??{},_0x2afab2=_[_0x12b8b9(0x93d)]+(_0x23aed3!=null&&(_0x1a2f43=_0x23aed3[_0x12b8b9(0x240)])!=null&&_0x1a2f43['length']?_0x23aed3[_0x12b8b9(0x240)]:(_0x38e55d=_0x2c9184[_0x12b8b9(0x240)])!=null&&_0x38e55d[_0x12b8b9(0x9ba)]?_0x2c9184['fieldOrder']:Object['keys'](_0x124be6))[_0x12b8b9(0x807)]((_0x2f56f8,_0x4cabcb)=>{const _0x5f4f24=_0x12b8b9;var _0xab21a4;let _0x444a91=_0x124be6[_0x4cabcb],_0x414e93=_0x23aed3==null||(_0xab21a4=_0x23aed3[_0x5f4f24(0x776)])==null?void 0x0:_0xab21a4[_0x4cabcb];return _0x444a91&&!(_0x414e93!=null&&_0x414e93[_0x5f4f24(0x7d7)])?_0x2f56f8+Ts(_0x414e93==null?void 0x0:_0x414e93['width']):_0x2f56f8;},0x0)+_[_0x12b8b9(0x29e)];return(_0x23aed3==null?void 0x0:_0x23aed3[_0x12b8b9(0x5a7)])===a['BaseViewType'][_0x12b8b9(0x364)]||(_0x23aed3==null?void 0x0:_0x23aed3[_0x12b8b9(0x5a7)])===a[_0x12b8b9(0x60c)][_0x12b8b9(0x33d)]?Math['max'](_0x2afab2,_0x2072b8??0x0):_0x2afab2;}function Ts(_0x5ac3e4){const _0x1d3618=_0x1ed4d3;return typeof _0x5ac3e4==_0x1d3618(0x584)&&Number['isFinite'](_0x5ac3e4)&&_0x5ac3e4>0x0?_0x5ac3e4:_['GRID_DEFAULT_COLUMN_WIDTH'];}function Es(_0x666f87,_0x2a8942){var _0x2116b4;let _0x7bdb1c=Os(_0x666f87,_0x2a8942);return _0x7bdb1c?(_0x2116b4=_0x666f87['tables'])==null?void 0x0:_0x2116b4[_0x7bdb1c]:void 0x0;}function Ds(_0x1c9b36,_0x315639){const _0x48fc36=_0x1ed4d3;var _0x260baf;let _0x2a0311=ks(_0x1c9b36,_0x315639);return _0x2a0311?(_0x260baf=_0x1c9b36[_0x48fc36(0x3db)])==null?void 0x0:_0x260baf[_0x2a0311]:void 0x0;}function Os(_0x46bbae,_0x314f67){const _0x50da00=_0x1ed4d3;let _0x41f8e3=_0x46bbae[_0x50da00(0x97a)]??{};if(_0x314f67&&_0x41f8e3[_0x314f67])return _0x314f67;let _0x5356c1=_0x46bbae[_0x50da00(0x7cd)]??[];return[..._0x5356c1,...Object['keys'](_0x41f8e3)[_0x50da00(0x699)](_0x51bd3e=>!_0x5356c1[_0x50da00(0x95f)](_0x51bd3e))][_0x50da00(0x961)](_0x31fc3b=>_0x41f8e3[_0x31fc3b]);}function ks(_0x2e6a77,_0x3d79c2){const _0x4edaec=_0x1ed4d3;let _0x21ee92=_0x2e6a77[_0x4edaec(0x3db)]??{};if(_0x3d79c2&&_0x21ee92[_0x3d79c2])return _0x3d79c2;let _0x2efa8f=_0x2e6a77[_0x4edaec(0x98e)]??[];return[..._0x2efa8f,...Object[_0x4edaec(0x924)](_0x21ee92)[_0x4edaec(0x699)](_0x4d8aae=>!_0x2efa8f['includes'](_0x4d8aae))][_0x4edaec(0x961)](_0xfc2850=>_0x21ee92[_0xfc2850]);}function As(_0x5d4f3c){const _0x39151e=_0x1ed4d3;var _0x302378;let _0x3a1f7a=_0x5d4f3c[_0x39151e(0x3cb)]??{};return((_0x302378=_0x5d4f3c[_0x39151e(0x58f)])!=null&&_0x302378[_0x39151e(0x9ba)]?_0x5d4f3c[_0x39151e(0x58f)]:Object[_0x39151e(0x924)](_0x3a1f7a))[_0x39151e(0x699)](_0x34aa48=>_0x3a1f7a[_0x34aa48])[_0x39151e(0x9ba)];}function js(_0x14accf,_0x3f9849,_0x338958){const _0x44a11e=_0x1ed4d3;return{...(0x0,t[_0x44a11e(0x55f)])(_0x14accf,_0x3f9849),'activateAnchor':_0x449261=>{const _0x4a8ff4=_0x44a11e;Ns(_0x449261[_0x4a8ff4(0x565)],_0x449261[_0x4a8ff4(0x253)],_0x3f9849,Fs(_0x338958));}};}function Ms(){const _0x226e2b=_0x1ed4d3;return{'hostType':a[_0x226e2b(0x747)]['UNIVER_BASE'],'entry':_0x226e2b(0x983),'layout':_0x226e2b(0x282),'supportedLayouts':[_0x226e2b(0x282)],'menuBehavior':'host-override','mount':_0x34d45a=>{const _0x22de1f=_0x226e2b;let _0x3da850=Is(_0x22de1f(0x209),_0x34d45a[_0x22de1f(0x3e8)][_0x22de1f(0x253)]);return _0x3da850?{'hostElement':_0x3da850}:{};}};}function Ns(_0x228e89,_0x5b5380,_0x2ceb2c,_0x328689){const _0x5416d6=_0x1ed4d3;var _0x3cbd70;if(!_0x328689)return;_0x328689[_0x5416d6(0x63e)](_0x5b5380);let _0x5be471=(_0x3cbd70=Ps(_0x2ceb2c,_0x228e89))==null?void 0x0:_0x3cbd70['tables'][_0x5b5380],_0x450831=_0x5be471==null?void 0x0:_0x5be471[_0x5416d6(0x98e)][_0x5416d6(0x961)](_0x4b4e33=>_0x5be471[_0x5416d6(0x3db)][_0x4b4e33]);_0x450831&&_0x328689[_0x5416d6(0x9a6)](_0x450831),_0x328689[_0x5416d6(0x513)](null),_0x328689[_0x5416d6(0x4ed)]();}function Ps(_0x3ebe5f,_0x5ccdf7){const _0x1da178=_0x1ed4d3;var _0x42cc23;return _0x3ebe5f==null||(_0x42cc23=_0x3ebe5f[_0x1da178(0x4a8)](_0x5ccdf7,a[_0x1da178(0x747)]['UNIVER_BASE']))==null?void 0x0:_0x42cc23[_0x1da178(0x58b)]();}function Fs(_0xecf546){const _0x35acdb=_0x1ed4d3;return typeof _0xecf546==_0x35acdb(0x508)?_0xecf546():_0xecf546;}function Is(_0x5d73d2,_0x521929){const _0x5cae0d=_0x1ed4d3;return document[_0x5cae0d(0x55c)]('['+_0x5d73d2+'=\x22'+Ls(_0x521929)+'\x22]');}function Ls(_0x217252){const _0x2a91ef=_0x1ed4d3;return _0x217252['replace'](/\\/g,'\x5c\x5c')[_0x2a91ef(0x529)](/"/g,'\x5c\x22');}function Rs(_0x30a77e){const _0x41f545=_0x1ed4d3;let _0x48fa4f=_0x30a77e[_0x41f545(0x54f)](_[_0x41f545(0x314)])?_0x30a77e[_0x41f545(0x53b)](_[_0x41f545(0x314)]):void 0x0,_0x113707=_0x30a77e[_0x41f545(0x54f)](_['IBaseViewWheelScrollService'])?_0x30a77e[_0x41f545(0x53b)](_['IBaseViewWheelScrollService']):void 0x0,_0x4fe89e=new Set();return{'childType':a[_0x41f545(0x747)]['UNIVER_BASE'],'getHorizontalScroll'(_0x170eeb){const _0x5b3edf=_0x41f545;var _0x2a53ff;let _0x58e608=_0x542ea6(_0x170eeb),_0x51b02e=_0x58e608==null?void 0x0:_0x58e608[_0x5b3edf(0x73f)]();return _0x51b02e!=null&&_0x51b02e[_0x5b3edf(0x25f)]?((_0x2a53ff=_0x51b02e[_0x5b3edf(0x6e4)][_0x51b02e[_0x5b3edf(0x25f)]])==null?void 0x0:_0x2a53ff['x'])??0x0:0x0;},'getVerticalScroll'(_0x2f9474){const _0xf1b3f9=_0x41f545;var _0x412bce;let _0x5358d5=_0x542ea6(_0x2f9474),_0x121e34=_0x5358d5==null?void 0x0:_0x5358d5[_0xf1b3f9(0x73f)]();return _0x121e34!=null&&_0x121e34['activeViewId']?((_0x412bce=_0x121e34['scrollState'][_0x121e34[_0xf1b3f9(0x25f)]])==null?void 0x0:_0x412bce['y'])??0x0:0x0;},'getStickyLeftWidth':()=>_[_0x41f545(0x93d)],'getStickyHeaderHeight':()=>_['GRID_HEADER_HEIGHT'],'getStickyFooterHeight':()=>_[_0x41f545(0x7db)],'subscribeVerticalScroll'(_0x4a388c,_0x2c4587){const _0x5330e0=_0x41f545;var _0x56ed20;let _0x4289fe=_0x542ea6(_0x4a388c);if(!_0x4289fe)return;let _0x2a5bf6=_0x4289fe[_0x5330e0(0x73f)](),_0x53d931=_0x2a5bf6['activeViewId'],_0x5dbfc4=_0x53d931?((_0x56ed20=_0x2a5bf6[_0x5330e0(0x6e4)][_0x53d931])==null?void 0x0:_0x56ed20['y'])??0x0:0x0,_0x5b324f=_0x4289fe[_0x5330e0(0x733)][_0x5330e0(0x49c)](_0x494a05=>{const _0x1ab264=_0x5330e0;var _0xb84546;let _0x3e9032=_0x494a05[_0x1ab264(0x25f)],_0x5578c6=_0x3e9032?((_0xb84546=_0x494a05['scrollState'][_0x3e9032])==null?void 0x0:_0xb84546['y'])??0x0:0x0;if(_0x3e9032!==_0x53d931){_0x53d931=_0x3e9032,_0x5dbfc4=_0x5578c6;return;}_0x5578c6!==_0x5dbfc4&&(_0x5dbfc4=_0x5578c6,!_0x4fe89e[_0x1ab264(0x54f)](_0x4a388c[_0x1ab264(0x442)])&&_0x2c4587(_0x5578c6));});return(0x0,a[_0x5330e0(0x64a)])(()=>_0x5b324f['unsubscribe']());},'handleWheel'(_0x5628c3){const _0x3b72a6=_0x41f545;if(_0x5628c3['source']!==_0x3b72a6(0x252)&&_0x5628c3['source']!==_0x3b72a6(0x3ef)&&lr(_0x5628c3[_0x3b72a6(0x29f)],_0x5628c3[_0x3b72a6(0x63a)]))return!0x1;let _0x523907=_0x5628c3[_0x3b72a6(0x6f3)][_0x3b72a6(0x583)]??_0x30a77e,_0xd2d607=_0x523907!==_0x30a77e&&_0x523907[_0x3b72a6(0x54f)](_[_0x3b72a6(0x4b7)])?_0x523907['get'](_[_0x3b72a6(0x4b7)]):_0x113707,_0x45d958=_0x5628c3[_0x3b72a6(0x2e7)]===_0x3b72a6(0x3ef);_0x45d958&&_0x4fe89e[_0x3b72a6(0x363)](_0x5628c3[_0x3b72a6(0x442)]);try{if(_0x5628c3[_0x3b72a6(0x690)]!=null){let _0x29e858=_0x542ea6(_0x5628c3),_0x45c4c9=_0x29e858==null?void 0x0:_0x29e858[_0x3b72a6(0x73f)](),_0x59bfab=_0x45c4c9==null?void 0x0:_0x45c4c9[_0x3b72a6(0x25f)];if(_0x29e858&&_0x45c4c9&&_0x59bfab){let _0xec6e72=_0x45c4c9[_0x3b72a6(0x6e4)][_0x59bfab]??{'x':0x0,'y':0x0};return _0x29e858[_0x3b72a6(0x8bc)](_0x59bfab,{'x':_0x5628c3['viewportScrollX'],'y':_0x5628c3[_0x3b72a6(0x4bc)]??_0xec6e72['y']}),!0x0;}}return(_0xd2d607==null?void 0x0:_0xd2d607['handleRegisteredWheel'](_0x5628c3[_0x3b72a6(0x442)],zs(_0x5628c3[_0x3b72a6(0x63a)],_0x5628c3[_0x3b72a6(0x4bc)])))??!0x1;}finally{_0x45d958&&_0x4fe89e[_0x3b72a6(0x74c)](_0x5628c3['childUnitId']);}}};function _0x542ea6(_0x479d8c){const _0x1eb28c=_0x41f545;var _0x4911da;let _0x51abd6=((_0x4911da=_0x479d8c['runtimeScope'])==null?void 0x0:_0x4911da[_0x1eb28c(0x583)])??_0x30a77e;return _0x51abd6!==_0x30a77e&&_0x51abd6[_0x1eb28c(0x54f)](_['IBaseUIStateService'])?_0x51abd6['get'](_[_0x1eb28c(0x314)]):_0x48fa4f;}}function zs(_0x2ed3a0,_0x282e68){const _0x4e1ec3=_0x1ed4d3;return{'deltaX':_0x2ed3a0[_0x4e1ec3(0x579)],'deltaY':_0x2ed3a0[_0x4e1ec3(0x942)],'deltaMode':_0x2ed3a0[_0x4e1ec3(0x590)],'clientX':_0x2ed3a0[_0x4e1ec3(0x5a8)],'clientY':_0x2ed3a0[_0x4e1ec3(0x576)],'shiftKey':_0x2ed3a0['shiftKey'],'viewportScrollY':_0x282e68};}function Bs(_0x38199a,_0x4be84b,_0x33af72){const _0x27f6ec=_0x1ed4d3;let _0x482e51=_0x38199a[_0x27f6ec(0x3e8)][_0x27f6ec(0x685)];return _0x33af72(_0x482e51),_0x4be84b[_0x27f6ec(0x245)](_0x3d9c96=>{const _0xd16802=_0x27f6ec;if(!Vs(_0x3d9c96))return;let {params:_0x35a76e}=_0x3d9c96;if(_0x35a76e[_0xd16802(0x2b9)]!==_0x38199a[_0xd16802(0x565)]||_0x35a76e[_0xd16802(0x3e8)]['embedId']!==_0x38199a[_0xd16802(0x666)])return;let _0x3a9b4a=_0x35a76e['descriptor'][_0xd16802(0x685)];(0x0,a[_0xd16802(0x600)])(_0x482e51??{},_0x3a9b4a??{})||(_0x482e51=_0x3a9b4a,_0x33af72(_0x3a9b4a));});}function Vs(_0x2aed54){const _0x456c34=_0x1ed4d3;return _0x2aed54['id']===t[_0x456c34(0x94a)]['id']&&_0x2aed54[_0x456c34(0x640)]!==void 0x0&&_0x456c34(0x2b9)in _0x2aed54[_0x456c34(0x640)]&&typeof _0x2aed54[_0x456c34(0x640)]['unitId']==_0x456c34(0x23d)&&_0x456c34(0x3e8)in _0x2aed54[_0x456c34(0x640)]&&typeof _0x2aed54[_0x456c34(0x640)][_0x456c34(0x3e8)]==_0x456c34(0x56b)&&_0x2aed54[_0x456c34(0x640)][_0x456c34(0x3e8)]!==null&&_0x456c34(0x666)in _0x2aed54[_0x456c34(0x640)][_0x456c34(0x3e8)]&&typeof _0x2aed54[_0x456c34(0x640)][_0x456c34(0x3e8)][_0x456c34(0x666)]=='string';}function Hs(_0x411546,_0x3f17ff){const _0x54ddee=_0x1ed4d3;return{'childType':a['UniverInstanceType'][_0x54ddee(0x8ed)],'supportedLayouts':[_0x54ddee(0x282),'docs-sticky-base',_0x54ddee(0x808)],'beforeDeactivate':Us,'mount':_0x3bfc87=>Ws(_0x3bfc87,_0x411546,_0x3f17ff)};}function Us(_0x1b9760){const _0x2ed573=_0x1ed4d3;var _0x59ef97;(_0x59ef97=_0x1b9760[_0x2ed573(0x6f3)][_0x2ed573(0x30f)])==null||_0x59ef97[_0x2ed573(0x6c0)](_[_0x2ed573(0x274)]['id'],{'commit':!0x1});}function Ws(_0xa308c7,_0x561105,_0x4c03c1){const _0x19167d=_0x1ed4d3;let _0x6ea784=_0xa308c7[_0x19167d(0x583)][_0x19167d(0x53b)](a['IUniverInstanceService'])['getUnit'](_0xa308c7[_0x19167d(0x442)],a[_0x19167d(0x747)]['UNIVER_BASE']);if(!_0x6ea784)return;let _0x12d44b=new _[(_0x19167d(0x599))](),_0x37ea6b=new _[(_0x19167d(0x72d))](),_0x11893b=new _[(_0x19167d(0x65b))](_0x12d44b),_0xfdd98c=new _['BaseViewWheelScrollService'](),_0x47cd12=Qs(_0xa308c7,_0x12d44b,_0x37ea6b,_0x11893b);if(!_0x47cd12){_0xfdd98c[_0x19167d(0x45b)](),_0x11893b[_0x19167d(0x45b)](),_0x37ea6b['dispose'](),_0x12d44b['dispose']();return;}let _0x59257e=rc(_0xa308c7);ec(_0x12d44b,_0x6ea784,_0x59257e,_0xa308c7[_0x19167d(0x3e8)][_0x19167d(0x685)]);let _0x1b3032=Bs(_0xa308c7,_0x561105,_0x47a382=>nc(_0x12d44b,_0x6ea784,_0x47a382)),_0x10b65b=ic(_0x47cd12,_0x12d44b,_0x37ea6b,_0x11893b,_0x59257e,_0xfdd98c,_0xa308c7[_0x19167d(0x3e8)]['mode']==='readonly',_0xa308c7[_0x19167d(0x6f3)]['roots'][_0x19167d(0x852)]);Ks(_0xa308c7,_0x10b65b);let _0x36d49f=_0x4c03c1['register']({'roots':Gs(_0xa308c7),'clipboardService':_0x10b65b['get'](_['IBaseClipboardService']),'commandService':_0x10b65b[_0x19167d(0x53b)](a[_0x19167d(0x8e6)]),'editorService':_0x11893b,'stateService':_0x12d44b}),_0x3937c0=_0xa308c7['injector'][_0x19167d(0x53b)](fa),_0x5b39a9='',_0x50f025=_0x12d44b[_0x19167d(0x733)][_0x19167d(0x49c)](_0x1cfef8=>{const _0x39b8bb=_0x19167d;let _0x5b481a=_0x1cfef8[_0x39b8bb(0x25f)]?[..._0x1cfef8['collapsedGroupPaths'][_0x1cfef8['activeViewId']]??[]][_0x39b8bb(0x481)]()[_0x39b8bb(0x786)]('\x00'):'',_0x195c20=(_0x1cfef8[_0x39b8bb(0x570)]??'')+'\x00'+(_0x1cfef8[_0x39b8bb(0x25f)]??'')+'\x00'+_0x5b481a;_0x195c20!==_0x5b39a9&&(_0x5b39a9=_0x195c20,_0x3937c0[_0x39b8bb(0x67f)](_0xa308c7[_0x39b8bb(0x565)],_0xa308c7[_0x39b8bb(0x666)]));}),_0x587ee9=qs(_0xa308c7),_0x518724=rn(_0x587ee9),_0x46f59e=Js(_0xa308c7,_0x10b65b),_0x113d87=_0xa308c7[_0x19167d(0x583)][_0x19167d(0x53b)](a['IUniverInstanceService']),_0x30a47f=_0x113d87['getCurrentUnitOfType'](a[_0x19167d(0x747)][_0x19167d(0x8ed)]);return _0x113d87[_0x19167d(0x5d6)](_0xa308c7[_0x19167d(0x442)]),_0x587ee9[_0x19167d(0x964)][_0x19167d(0x4f6)]=_0xa308c7[_0x19167d(0x442)],_0x587ee9[_0x19167d(0x964)][_0x19167d(0x766)]=_0x19167d(0x554),_0x518724[_0x19167d(0x2c3)]((0x0,m['jsx'])(qt,{'injector':_0x10b65b,'mountContainer':_0xa308c7[_0x19167d(0x6f3)]['roots'][_0x19167d(0x852)],'embedId':_0xa308c7[_0x19167d(0x666)],'children':(0x0,m[_0x19167d(0x689)])(_[_0x19167d(0x581)],{})})),(0x0,a[_0x19167d(0x64a)])(()=>{const _0x450b20=_0x19167d;_0x36d49f['dispose'](),_0x1b3032[_0x450b20(0x45b)](),_0x50f025[_0x450b20(0x465)](),_0x46f59e[_0x450b20(0x45b)](),an(_0x518724),_0x30a47f&&_0x113d87[_0x450b20(0x5d6)](_0x30a47f[_0x450b20(0x872)]()),_0xfdd98c[_0x450b20(0x45b)](),_0x11893b[_0x450b20(0x45b)](),_0x37ea6b['dispose'](),_0x12d44b[_0x450b20(0x45b)](),_0x10b65b['dispose'](),_0x587ee9[_0x450b20(0x89c)]&&(_0x587ee9[_0x450b20(0x526)](_0x450b20(0x890)),_0x587ee9['removeAttribute'](_0x450b20(0x988)));});}function Gs(_0x5189b5){const _0x38d170=_0x1ed4d3;let _0x32f1da=new Set();return _0x32f1da[_0x38d170(0x363)](_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x903)]),_0x32f1da['add'](_0x5189b5['runtimeScope']['roots']['content']),_0x32f1da[_0x38d170(0x363)](_0x5189b5['runtimeScope'][_0x38d170(0x64b)][_0x38d170(0x88d)]),_0x32f1da[_0x38d170(0x363)](_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x852)]),_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)]['canvas']&&_0x32f1da[_0x38d170(0x363)](_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x2a6)]),_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x2bb)]&&_0x32f1da['add'](_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x2bb)]),[..._0x32f1da];}function Ks(_0x367feb,_0x217104){const _0xe3c6e5=_0x1ed4d3;_0x367feb[_0xe3c6e5(0x6f3)][_0xe3c6e5(0x583)]=_0x217104,_0x367feb['runtimeScope'][_0xe3c6e5(0x2a7)]=_0x217104[_0xe3c6e5(0x53b)](a[_0xe3c6e5(0x90d)]),_0x367feb[_0xe3c6e5(0x6f3)][_0xe3c6e5(0x30f)]=_0x217104[_0xe3c6e5(0x53b)](a['ICommandService']);}function qs(_0x2d3d1a){const _0x4d33d2=_0x1ed4d3;var _0xe447ae,_0x1b9eca,_0x595192;return((_0xe447ae=_0x2d3d1a[_0x4d33d2(0x6f3)])==null||(_0xe447ae=_0xe447ae[_0x4d33d2(0x64b)])==null?void 0x0:_0xe447ae[_0x4d33d2(0x684)])??((_0x1b9eca=_0x2d3d1a[_0x4d33d2(0x982)])==null?void 0x0:_0x1b9eca[_0x4d33d2(0x815)])??((_0x595192=_0x2d3d1a[_0x4d33d2(0x982)])==null?void 0x0:_0x595192[_0x4d33d2(0x3c8)])??document;}function Js(_0x4bbc92,_0xd5213b){const _0x326be8=_0x1ed4d3;let _0x119b59=!0x1,_0x44dc7c=0x0,_0x5c1adc=(0x0,a[_0x326be8(0x64a)])(()=>{}),_0x5c0baf,_0x55ebd9=()=>{const _0x49aa7a=_0x326be8;if(_0x119b59)return;let _0x235df6=()=>{const _0x2fea6b=_0x54e0;_0x44dc7c=window[_0x2fea6b(0x930)](_0x55ebd9);},_0x223612=Ys(_0x4bbc92);if(!Xs(_0x223612)){_0x4bbc92[_0x49aa7a(0x308)][_0x49aa7a(0x964)]['embedChildRenderStatus']=_0x49aa7a(0x991),_0x235df6();return;}if(_0x5c0baf===_0x223612&&_0x223612[_0x49aa7a(0x55c)](_0x49aa7a(0x2a6)))return;_0x5c1adc[_0x49aa7a(0x45b)]();let _0x4f4c0b=_0x4bbc92[_0x49aa7a(0x583)][_0x49aa7a(0x53b)](p[_0x49aa7a(0x208)]),_0x443528;try{_0x443528=Dt(_0x4f4c0b,_0x4bbc92[_0x49aa7a(0x442)],_0xd5213b);}catch(_0x2a180b){_0x4bbc92[_0x49aa7a(0x308)][_0x49aa7a(0x964)][_0x49aa7a(0x9d6)]=_0x2a180b instanceof Error?_0x2a180b[_0x49aa7a(0x68d)]:String(_0x2a180b),_0x443528=void 0x0;}if(!_0x443528){_0x4bbc92['container'][_0x49aa7a(0x964)][_0x49aa7a(0x2da)]=_0x49aa7a(0x8b6),_0x5c0baf=void 0x0,_0x235df6();return;}delete _0x4bbc92['container']['dataset'][_0x49aa7a(0x9d6)],_0x223612[_0x49aa7a(0x964)][_0x49aa7a(0x4f6)]=_0x4bbc92[_0x49aa7a(0x442)],_0x443528['engine'][_0x49aa7a(0x4f8)](_0x223612),kt(_0x443528,{'activate':Zs(_0x4bbc92)});let _0x400ffb=Ct(_0x443528,_0x223612,{'activate':!0x1});_0x5c1adc=(0x0,a[_0x49aa7a(0x64a)])(()=>{const _0x3ecbd2=_0x49aa7a;_0x400ffb[_0x3ecbd2(0x45b)]();try{var _0x51da8c,_0xa02c1d;(_0x51da8c=(_0xa02c1d=_0x443528[_0x3ecbd2(0x212)])[_0x3ecbd2(0x228)])==null||_0x51da8c[_0x3ecbd2(0x5db)](_0xa02c1d);}catch{}_0x4f4c0b['removeRender'](_0x4bbc92[_0x3ecbd2(0x442)]),_0x223612[_0x3ecbd2(0x526)](_0x3ecbd2(0x890));}),_0x5c0baf=_0x223612,_0x4bbc92[_0x49aa7a(0x308)][_0x49aa7a(0x964)][_0x49aa7a(0x2da)]=_0x49aa7a(0x6dc),_0x235df6();};return _0x44dc7c=window[_0x326be8(0x930)](_0x55ebd9),(0x0,a[_0x326be8(0x64a)])(()=>{const _0x59eabd=_0x326be8;_0x119b59=!0x0,window[_0x59eabd(0x571)](_0x44dc7c),_0x5c1adc[_0x59eabd(0x45b)]();});}function Ys(_0x34d1e9){const _0x42c0ae=_0x1ed4d3;return(0x0,_[_0x42c0ae(0x39d)])({'unitId':_0x34d1e9['childUnitId'],'scope':qs(_0x34d1e9)});}function Xs(_0x601b29){const _0x48e805=_0x1ed4d3;return!!_0x601b29&&_0x601b29[_0x48e805(0x89c)]&&_0x601b29[_0x48e805(0x36f)]>0x0&&_0x601b29[_0x48e805(0x3b8)]>0x0;}function Zs(_0x166a41){return!0x0;}function Qs(_0x4aa8ed,_0x102c61,_0x4024f1,_0x2d9af1){const _0x2c667e=_0x1ed4d3;let _0x5599f3=_0x4aa8ed[_0x2c667e(0x583)]['get'](a['IUniverInstanceService']),_0x2d197b=_0x5599f3['getUnit'](_0x4aa8ed['childUnitId'],_0x4aa8ed[_0x2c667e(0x5c7)]);if(!_0x2d197b)return;let _0x3d5a6a=$s(_0x5599f3,_0x4aa8ed,_0x2d197b),_0x2e00b9=ac(_0x4aa8ed[_0x2c667e(0x583)][_0x2c667e(0x53b)](a[_0x2c667e(0x8e6)]),_0x102c61,_0x4024f1,_0x2d9af1,_0x4aa8ed[_0x2c667e(0x583)][_0x2c667e(0x53b)](C['IBaseProjectionService']),_0x5599f3,_0x4aa8ed[_0x2c667e(0x442)]),_0x2cf02a=new Map([[a[_0x2c667e(0x90d)],_0x3d5a6a],[a[_0x2c667e(0x8e6)],_0x2e00b9],[_[_0x2c667e(0x2b8)],(0x0,_[_0x2c667e(0x68a)])(qs(_0x4aa8ed))]]);return _0x4aa8ed[_0x2c667e(0x583)][_0x2c667e(0x54f)](a[_0x2c667e(0x945)])&&_0x2cf02a[_0x2c667e(0x753)](a[_0x2c667e(0x945)],ze(_0x4aa8ed[_0x2c667e(0x583)][_0x2c667e(0x53b)](a[_0x2c667e(0x945)]))),Z(_0x4aa8ed[_0x2c667e(0x583)],_0x2cf02a);}function $s(_0x6d0515,_0x43432c,_0x5104a0){const _0x5b5d6d=_0x1ed4d3;return{'unitAdded$':_0x6d0515[_0x5b5d6d(0x338)],'unitDisposed$':_0x6d0515[_0x5b5d6d(0x411)],'focused$':(0x0,f['of'])(_0x5104a0['getUnitId']()),'getTypeOfUnitAdded$':_0x6d0515[_0x5b5d6d(0x622)][_0x5b5d6d(0x7e0)](_0x6d0515),'__addUnit':_0x6d0515[_0x5b5d6d(0x6a4)][_0x5b5d6d(0x7e0)](_0x6d0515),'getTypeOfUnitDisposed$':_0x6d0515[_0x5b5d6d(0x75f)][_0x5b5d6d(0x7e0)](_0x6d0515),'focusUnit':_0x1ee20e=>{const _0x1d982e=_0x5b5d6d;_0x1ee20e!==null&&_0x1ee20e!==_0x43432c[_0x1d982e(0x442)]&&_0x6d0515[_0x1d982e(0x927)](_0x1ee20e);},'getFocusedUnit':()=>_0x5104a0,'getCurrentUnitOfType':_0x3c26c1=>_0x3c26c1===_0x43432c['childType']?_0x5104a0:_0x6d0515[_0x5b5d6d(0x8e8)](_0x3c26c1),'setCurrentUnitForType':_0x3ed1da=>{const _0x2ec80c=_0x5b5d6d;_0x3ed1da!==_0x43432c[_0x2ec80c(0x442)]&&_0x6d0515['setCurrentUnitForType'](_0x3ed1da);},'getCurrentTypeOfUnit$':_0x450a98=>_0x450a98===_0x43432c['childType']?(0x0,f['of'])(_0x5104a0):_0x6d0515[_0x5b5d6d(0x6d4)](_0x450a98),'createUnit':_0x6d0515[_0x5b5d6d(0x4c7)][_0x5b5d6d(0x7e0)](_0x6d0515),'getUnitCreateOptions':_0x6d0515['getUnitCreateOptions'][_0x5b5d6d(0x7e0)](_0x6d0515),'disposeUnit':_0x6d0515[_0x5b5d6d(0x6e8)][_0x5b5d6d(0x7e0)](_0x6d0515),'registerCtorForType':_0x6d0515[_0x5b5d6d(0x6fa)][_0x5b5d6d(0x7e0)](_0x6d0515),'getUnit':_0x6d0515[_0x5b5d6d(0x4a8)][_0x5b5d6d(0x7e0)](_0x6d0515),'getAllUnitsForType':_0x36c001=>_0x36c001===_0x43432c[_0x5b5d6d(0x5c7)]?[_0x5104a0]:_0x6d0515['getAllUnitsForType'](_0x36c001),'getUnitType':_0x6d0515[_0x5b5d6d(0x4a7)]['bind'](_0x6d0515)};}function ec(_0x2f884a,_0x250b4e,_0x20fc12=_0x1ed4d3(0x24b),_0x464dd0){const _0x4a1255=_0x1ed4d3;let {tableId:_0x4817bb,viewId:_0x38daa8}=tc(_0x250b4e,_0x464dd0);_0x4817bb&&_0x2f884a[_0x4a1255(0x63e)](_0x4817bb),_0x38daa8&&_0x2f884a[_0x4a1255(0x9a6)](_0x38daa8),_0x2f884a[_0x4a1255(0x64d)](_0x20fc12===_0x4a1255(0x24b));}function _0x54e0(_0x43b543,_0x2fc30d){_0x43b543=_0x43b543-0x1f1;const _0x5400ba=_0x5400();let _0x54e0ec=_0x5400ba[_0x43b543];return _0x54e0ec;}function tc(_0x3132d0,_0x5bc85a){const _0xd5494a=_0x1ed4d3;var _0x21ee96,_0x242e8f,_0x796916,_0x3a0368,_0x4a3103;let _0x196852=_0x3132d0[_0xd5494a(0x58b)](),_0x458562=_0x5bc85a==null?void 0x0:_0x5bc85a[_0xd5494a(0x2e6)],_0xf5946a=_0x458562&&(_0x21ee96=_0x196852[_0xd5494a(0x97a)])!=null&&_0x21ee96[_0x458562]?_0x458562:((_0x242e8f=_0x196852[_0xd5494a(0x7cd)])==null?void 0x0:_0x242e8f[_0xd5494a(0x961)](_0x48a104=>{var _0x457c38;return!!((_0x457c38=_0x196852['tables'])!=null&&_0x457c38[_0x48a104]);}))??Object[_0xd5494a(0x924)](_0x196852['tables']??{})[0x0]??'',_0x574df7=(_0x796916=_0x196852[_0xd5494a(0x97a)])==null?void 0x0:_0x796916[_0xf5946a],_0x31a277=_0x5bc85a==null?void 0x0:_0x5bc85a['viewId'],_0xf69e27=_0x31a277&&_0x574df7!=null&&(_0x3a0368=_0x574df7[_0xd5494a(0x3db)])!=null&&_0x3a0368[_0x31a277]?_0x31a277:_0x574df7==null||(_0x4a3103=_0x574df7['viewOrder'])==null?void 0x0:_0x4a3103[_0xd5494a(0x961)](_0x4737e2=>{var _0x5a7ec1;return!!((_0x5a7ec1=_0x574df7['views'])!=null&&_0x5a7ec1[_0x4737e2]);});return{'tableId':_0xf5946a,..._0xf69e27?{'viewId':_0xf69e27}:{}};}function nc(_0x5c5578,_0x386fd2,_0x240576){const _0x38db6e=_0x1ed4d3;let _0x2cb0ca=tc(_0x386fd2,_0x240576),_0x204d32=_0x5c5578[_0x38db6e(0x73f)]();_0x2cb0ca[_0x38db6e(0x2e6)]&&_0x204d32['activeTableId']!==_0x2cb0ca[_0x38db6e(0x2e6)]&&_0x5c5578['activateTable'](_0x2cb0ca[_0x38db6e(0x2e6)]),_0x2cb0ca[_0x38db6e(0x7d3)]&&_0x5c5578[_0x38db6e(0x73f)]()[_0x38db6e(0x25f)]!==_0x2cb0ca[_0x38db6e(0x7d3)]&&_0x5c5578[_0x38db6e(0x9a6)](_0x2cb0ca[_0x38db6e(0x7d3)]);}function rc(_0x1b6f46){const _0x1610fa=_0x1ed4d3;return _0x1b6f46[_0x1610fa(0x982)][_0x1610fa(0x44f)]?_0x1610fa(0x44f):_0x1b6f46[_0x1610fa(0x982)][_0x1610fa(0x7d1)]===_0x1610fa(0x681)?_0x1610fa(0x4b6):'workbench';}function ic(_0x57a3e8,_0xd0ac9,_0x5908f3=new _[(_0x1ed4d3(0x72d))](),_0x1cee3c=new _[(_0x1ed4d3(0x65b))](_0xd0ac9),_0x5930e4=_0x1ed4d3(0x24b),_0x570b82,_0x5674dd=!0x1,_0x424a3c){const _0x1c6095=_0x1ed4d3;let _0x4c620c=cc(_0x57a3e8[_0x1c6095(0x53b)](a[_0x1c6095(0x945)]),_0x5930e4),_0x36d5a4=ac(_0x57a3e8['get'](a['ICommandService']),_0xd0ac9,_0x5908f3,_0x1cee3c,_0x57a3e8[_0x1c6095(0x53b)](C[_0x1c6095(0x561)]),_0x57a3e8[_0x1c6095(0x53b)](a[_0x1c6095(0x90d)]),void 0x0,_0x5674dd),_0x12b5de=new Map([[_[_0x1c6095(0x314)],_0xd0ac9],[_[_0x1c6095(0x73d)],_0x5908f3],[_[_0x1c6095(0x23b)],_0x1cee3c],[a['ICommandService'],_0x36d5a4],[a[_0x1c6095(0x945)],_0x4c620c],[_[_0x1c6095(0x2b8)],_0x57a3e8[_0x1c6095(0x53b)](_[_0x1c6095(0x2b8)])],[_['IBaseGlobalPortalService'],(0x0,_['createScopedBaseGlobalPortalService'])(_0x424a3c)]]);_0x570b82&&_0x12b5de[_0x1c6095(0x753)](_[_0x1c6095(0x4b7)],_0x570b82);let _0x4a820c=Z(_0x57a3e8,_0x12b5de);return _0x4a820c['add']([_[_0x1c6095(0x52c)],{'useClass':_[_0x1c6095(0x372)]}]),_0x4a820c;}function ac(_0x2e16a5,_0xeb712,_0x5c7edd,_0xa89be,_0x97440e,_0x1beb36,_0x45bca7,_0x11ac2b=!0x1){const _0x340491=_0x1ed4d3;let _0x30f480={'disposed':_0x2e16a5[_0x340491(0x799)][_0x340491(0x7e0)](_0x2e16a5),'hasCommand':_0x2e16a5[_0x340491(0x5f2)][_0x340491(0x7e0)](_0x2e16a5),'registerCommand':_0x2e16a5['registerCommand']['bind'](_0x2e16a5),'unregisterCommand':_0x2e16a5[_0x340491(0x491)][_0x340491(0x7e0)](_0x2e16a5),'registerMultipleCommand':_0x2e16a5['registerMultipleCommand'][_0x340491(0x7e0)](_0x2e16a5),'executeCommand':async(..._0x13c5fe)=>{const _0x340867=_0x340491;if(_0x13c5fe[0x0]===_[_0x340867(0x23e)]['id']&&_0x1beb36)return(0x0,_[_0x340867(0x954)])({'commandService':_0x30f480,'instanceService':_0x1beb36,'projectionService':_0x97440e,'stateService':_0xeb712},_0x13c5fe[0x1]);let _0x3c52a2=oc(_0x13c5fe[0x0],_0x13c5fe[0x1],_0xeb712,_0x5c7edd,_0x1beb36,_0x45bca7);if(_0x3c52a2!==void 0x0)return _0x3c52a2;if(sc(_0x13c5fe[0x0],_0x13c5fe[0x1],_0xa89be,_0x11ac2b))return!0x0;let _0x2fab96=_0x45bca7?_0x1beb36==null?void 0x0:_0x1beb36[_0x340867(0x8e8)](a[_0x340867(0x747)][_0x340867(0x8ed)]):void 0x0;try{return _0x45bca7&&(_0x1beb36==null||_0x1beb36[_0x340867(0x5d6)](_0x45bca7)),await _0x2e16a5['executeCommand'](_0x13c5fe[0x0],_0x13c5fe[0x1],_0x13c5fe[0x2]);}finally{_0x2fab96&&(_0x1beb36==null||_0x1beb36[_0x340867(0x5d6)](_0x2fab96[_0x340867(0x872)]()));}},'syncExecuteCommand':(..._0x4187b5)=>{const _0x355304=_0x340491;if(_0x4187b5[0x0]===_[_0x355304(0x23e)]['id']&&_0x1beb36)return(0x0,_['executeBaseKeyboardOperation'])({'commandService':_0x30f480,'instanceService':_0x1beb36,'projectionService':_0x97440e,'stateService':_0xeb712},_0x4187b5[0x1]);let _0x3ecbef=oc(_0x4187b5[0x0],_0x4187b5[0x1],_0xeb712,_0x5c7edd,_0x1beb36,_0x45bca7);if(_0x3ecbef!==void 0x0)return _0x3ecbef;if(sc(_0x4187b5[0x0],_0x4187b5[0x1],_0xa89be,_0x11ac2b))return!0x0;let _0x4abf14=_0x45bca7?_0x1beb36==null?void 0x0:_0x1beb36[_0x355304(0x8e8)](a['UniverInstanceType'][_0x355304(0x8ed)]):void 0x0;try{return _0x45bca7&&(_0x1beb36==null||_0x1beb36['setCurrentUnitForType'](_0x45bca7)),_0x2e16a5[_0x355304(0x6c0)](_0x4187b5[0x0],_0x4187b5[0x1],_0x4187b5[0x2]);}finally{_0x4abf14&&(_0x1beb36==null||_0x1beb36[_0x355304(0x5d6)](_0x4abf14['getUnitId']()));}},'onCommandExecuted':_0x2e16a5['onCommandExecuted'][_0x340491(0x7e0)](_0x2e16a5),'beforeCommandExecuted':_0x2e16a5[_0x340491(0x901)][_0x340491(0x7e0)](_0x2e16a5),'onMutationExecutedForCollab':_0x2e16a5[_0x340491(0x3be)][_0x340491(0x7e0)](_0x2e16a5)};return _0x30f480;}function oc(_0xc9ab0c,_0x337aff,_0xa54c42,_0x3f6148,_0x39553e,_0x4534a5){const _0x26a7f6=_0x1ed4d3;if(_0xc9ab0c===_[_0x26a7f6(0x99c)]['id']){let _0x4a0a39=_0x337aff;return _0x4a0a39!=null&&_0x4a0a39['viewId']?(_0x4a0a39[_0x26a7f6(0x2e6)]&&_0xa54c42[_0x26a7f6(0x63e)](_0x4a0a39['tableId']),_0xa54c42[_0x26a7f6(0x9a6)](_0x4a0a39[_0x26a7f6(0x7d3)]),!0x0):!0x1;}if(_0xc9ab0c===_[_0x26a7f6(0x28e)]['id']){let _0x250d26=_0x337aff;if(!(_0x250d26!=null&&_0x250d26[_0x26a7f6(0x2e6)]))return!0x1;_0xa54c42[_0x26a7f6(0x63e)](_0x250d26[_0x26a7f6(0x2e6)]);let _0x59403e=_0x250d26[_0x26a7f6(0x2b9)]?_0x39553e==null?void 0x0:_0x39553e[_0x26a7f6(0x4a8)](_0x250d26['unitId'],a['UniverInstanceType']['UNIVER_BASE']):_0x39553e==null?void 0x0:_0x39553e[_0x26a7f6(0x8e8)](a[_0x26a7f6(0x747)][_0x26a7f6(0x8ed)]),_0x167232=(_0x59403e==null?void 0x0:_0x59403e['getUnitId']())??_0x4534a5;_0x167232&&(_0x39553e==null||_0x39553e[_0x26a7f6(0x5d6)](_0x167232),_0x39553e==null||_0x39553e[_0x26a7f6(0x927)](_0x167232));let _0x280e27=_0x59403e==null?void 0x0:_0x59403e['getSnapshot']()[_0x26a7f6(0x97a)][_0x250d26[_0x26a7f6(0x2e6)]],_0x2f01e6=_0x280e27==null?void 0x0:_0x280e27[_0x26a7f6(0x98e)][_0x26a7f6(0x961)](_0x5d8305=>_0x280e27[_0x26a7f6(0x3db)][_0x5d8305]);return _0x2f01e6&&_0xa54c42['activateView'](_0x2f01e6),!0x0;}if(_0xc9ab0c===_[_0x26a7f6(0x535)]['id']){let _0x3cea9b=_0x337aff;return _0x3cea9b!=null&&_0x3cea9b['viewId']?(_0xa54c42['setScrollState'](_0x3cea9b[_0x26a7f6(0x7d3)],{'x':_0x3cea9b['x']??0x0,'y':_0x3cea9b['y']??0x0}),!0x0):!0x1;}if(_0xc9ab0c===_['SetBaseZoomOperation']['id']){let _0x5939ce=_0x337aff;return!(_0x5939ce!=null&&_0x5939ce[_0x26a7f6(0x7d3)])||typeof _0x5939ce[_0x26a7f6(0x7ca)]!=_0x26a7f6(0x584)?!0x1:(_0xa54c42['setZoom'](_0x5939ce[_0x26a7f6(0x7d3)],_0x5939ce['zoom']),!0x0);}if(_0xc9ab0c===_[_0x26a7f6(0x479)]['id'])return _0x337aff?(_0xa54c42['clearVirtualRecords'](),_0x3f6148['openToolbarPanel'](_0x337aff),!0x0):!0x1;if(_0xc9ab0c===_[_0x26a7f6(0x56d)]['id'])return _0x3f6148['closeToolbarPanel'](),!0x0;if(_0xc9ab0c===_[_0x26a7f6(0x764)]['id'])return _0x337aff?(_0xa54c42[_0x26a7f6(0x5e3)](),_0x3f6148['openContextMenu'](_0x337aff),!0x0):!0x1;if(_0xc9ab0c===_[_0x26a7f6(0x87d)]['id'])return _0x3f6148[_0x26a7f6(0x450)](),!0x0;if(_0xc9ab0c===_['OpenBaseActiveEditorOperation']['id'])return _0x337aff?(_0x3f6148['openActiveEditor'](_0x337aff),!0x0):!0x1;if(_0xc9ab0c===_['CloseBaseActiveEditorOperation']['id'])return _0x3f6148['closeActiveEditor'](),!0x0;if(_0xc9ab0c===_['OpenBaseRecordDetailPanelOperation']['id']){let _0x2e01bc=_0x337aff;return _0x2e01bc!=null&&_0x2e01bc[_0x26a7f6(0x50b)]?(_0xa54c42[_0x26a7f6(0x6fb)](_0x2e01bc[_0x26a7f6(0x50b)]),!0x0):!0x1;}if(_0xc9ab0c===_[_0x26a7f6(0x665)]['id'])return _0xa54c42[_0x26a7f6(0x4ed)](),!0x0;}function sc(_0x1bc434,_0x542238,_0x343569,_0x2dec88=!0x1){const _0x968250=_0x1ed4d3;return _0x1bc434===_[_0x968250(0x3a1)]['id']?(_0x2dec88||_0x343569['startEditingCell'](_0x542238),!0x0):_0x1bc434===_[_0x968250(0x274)]['id']?(_0x343569['stopEditingCell'](),!0x0):!0x1;}function cc(_0x330ee4,_0x5ad824){const _0x5ea421=_0x1ed4d3;return{'getConfig':_0x1e9647=>{const _0x329002=_0x54e0;let _0x5bdc7b=_0x330ee4[_0x329002(0x6af)](_0x1e9647);return _0x1e9647===_['BASES_UI_PLUGIN_CONFIG_KEY']?lc(_0x5bdc7b??{},_0x5ad824):_0x5bdc7b;},'setConfig':_0x330ee4[_0x5ea421(0x899)][_0x5ea421(0x7e0)](_0x330ee4),'deleteConfig':_0x330ee4['deleteConfig'][_0x5ea421(0x7e0)](_0x330ee4),'subscribeConfigValue$':_0x330ee4[_0x5ea421(0x763)][_0x5ea421(0x7e0)](_0x330ee4)};}function lc(_0xe93736,_0x2c662b=_0x1ed4d3(0x24b)){const _0x559202=_0x1ed4d3;let _0x278e6f;return _0x278e6f=_0x2c662b===_0x559202(0x4b6)||_0x2c662b===_0x559202(0x44f)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0xe93736,'workbench':{..._0xe93736['workbench']??{},..._0x278e6f,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function uc(_0x56d204){const _0x19156a=_0x1ed4d3;var _0x4f44db;if(_0x56d204[_0x19156a(0x982)]['fullscreen']&&_0x56d204[_0x19156a(0x6f3)][_0x19156a(0x64b)][_0x19156a(0x2bb)])return _0x56d204[_0x19156a(0x6f3)][_0x19156a(0x64b)]['menuSlot'];let _0x46f93f=_0x56d204[_0x19156a(0x6f3)][_0x19156a(0x64b)]['overlay']??_0x56d204[_0x19156a(0x982)][_0x19156a(0x6fc)]??_0x56d204['renderScope'][_0x19156a(0x3c8)],_0x5b7023=((_0x4f44db=_0x46f93f[_0x19156a(0x986)])==null?void 0x0:_0x4f44db[_0x19156a(0x964)][_0x19156a(0x494)])==='embed-float-dom-chrome'?_0x46f93f['parentElement']:void 0x0;if(!_0x5b7023||!_0x56d204[_0x19156a(0x666)]||!_0x5b7023['dataset']['embedId']||_0x5b7023['dataset'][_0x19156a(0x666)]===_0x56d204[_0x19156a(0x666)])return _0x5b7023??_0x46f93f;let _0xc6f9f4=_0x56d204['renderScope'][_0x19156a(0x3c8)][_0x19156a(0x2f2)];return Array[_0x19156a(0x8dc)](_0xc6f9f4['querySelectorAll'](_0x19156a(0x5bd)))[_0x19156a(0x961)](_0x525444=>_0x525444['dataset'][_0x19156a(0x666)]===_0x56d204[_0x19156a(0x666)])??_0x46f93f;}function dc(_0x2a1565){const _0x28e36e=_0x1ed4d3;let _0x519d31=uc(_0x2a1565),_0x5c82da=_0x2a1565[_0x28e36e(0x982)][_0x28e36e(0x3c8)]['ownerDocument'][_0x28e36e(0x467)]('div');return _0x5c82da[_0x28e36e(0x964)]['embedFloatingMenuEntry']=_0x2a1565[_0x28e36e(0x3e8)][_0x28e36e(0x8bf)],_0x5c82da[_0x28e36e(0x416)]=_0x28e36e(0x836),_0x519d31[_0x28e36e(0x545)](_0x5c82da),{'menu':_0x5c82da,'menuRoot':_0x519d31,'portalContainer':_0x2a1565[_0x28e36e(0x6f3)][_0x28e36e(0x64b)][_0x28e36e(0x852)]};}function fc(_0x47f4cc){const _0x6aabb0=_0x1ed4d3;return[{'hostType':a['UniverInstanceType'][_0x6aabb0(0x563)],'entry':t[_0x6aabb0(0x224)][_0x6aabb0(0x7a2)],'childType':_0x47f4cc[_0x6aabb0(0x5c7)],'mount':_0x47f4cc[_0x6aabb0(0x4f8)]},{'hostType':a[_0x6aabb0(0x747)]['UNIVER_SHEET'],'entry':t[_0x6aabb0(0x224)][_0x6aabb0(0x9e1)],'childType':_0x47f4cc[_0x6aabb0(0x5c7)],'mount':_0x47f4cc['mount']},{'hostType':a['UniverInstanceType'][_0x6aabb0(0x83f)],'entry':t['EmbedHostEntryEnum'][_0x6aabb0(0x443)],'childType':_0x47f4cc['childType'],'mount':_0x47f4cc[_0x6aabb0(0x4f8)]},{'hostType':a[_0x6aabb0(0x747)][_0x6aabb0(0x8d2)],'entry':t[_0x6aabb0(0x224)][_0x6aabb0(0x7bd)],'childType':_0x47f4cc['childType'],'mount':_0x47f4cc[_0x6aabb0(0x4f8)]}];}function pc(_0x5e13c8){const _0x5c016a=_0x1ed4d3;let {embedId:_0x19735c,childUnitId:_0x21ec5b,base:_0x5e5777,activeTable:_0x58454d}=_0x5e13c8,_0x3dcc38=mc(_0x19735c);return _0x3dcc38?(0x0,w[_0x5c016a(0x36d)])((0x0,m[_0x5c016a(0x689)])(gc,{'childUnitId':_0x21ec5b,'base':_0x5e5777,'activeTable':_0x58454d}),_0x3dcc38):null;}function mc(_0x526787){const _0x54028c=_0x1ed4d3;let [_0x2c4a54,_0x3fc4c3]=(0x0,d[_0x54028c(0x632)])(()=>hc(_0x526787));return(0x0,d[_0x54028c(0x8a5)])(()=>{const _0x5d8704=_0x54028c;let _0xe77e24=window[_0x5d8704(0x930)](()=>_0x3fc4c3(hc(_0x526787)));return()=>{const _0x3be714=_0x5d8704;window[_0x3be714(0x571)](_0xe77e24);};},[_0x526787]),_0x2c4a54;}function hc(_0x5a0e07){const _0x2f98b1=_0x1ed4d3;return Array[_0x2f98b1(0x8dc)](document[_0x2f98b1(0x7d0)](_0x2f98b1(0x6d0)))[_0x2f98b1(0x961)](_0x4eadae=>_0x4eadae[_0x2f98b1(0x964)][_0x2f98b1(0x666)]===_0x5a0e07)??null;}function gc(_0x23602b){const _0x48d920=_0x1ed4d3;var _0x142f98,_0x337aec;let {childUnitId:_0x2ffc1f,base:_0x3bb536,activeTable:_0x47d465}=_0x23602b,_0x16d4be=(0x0,c[_0x48d920(0x2d7)])(a[_0x48d920(0x8e6)]),_0x5e480e=(0x0,c[_0x48d920(0x2d7)])(a[_0x48d920(0x945)]),_0x30c378=(0x0,c[_0x48d920(0x2d7)])(a[_0x48d920(0x58e)]),_0x51d6f7=(0x0,c[_0x48d920(0x2d7)])(_[_0x48d920(0x314)]),_0x1818bc=(0x0,c[_0x48d920(0x713)])(()=>_0x51d6f7[_0x48d920(0x733)],_0x51d6f7[_0x48d920(0x73f)](),!0x1,[_0x51d6f7]),[_0x227247,_0x5681c9]=(0x0,d[_0x48d920(0x632)])(null),[_0x2886b2,_0x4c119f]=(0x0,d[_0x48d920(0x632)])(null),[_0x39dcd6,_0x20b27d]=(0x0,d[_0x48d920(0x632)])(''),[_0x115e70,_0xba1869]=(0x0,d['useState'])(_0x48d920(0x384)),[_0x34d311,_0x30937c]=(0x0,d['useState'])(null),_0x27a5fe=(_0x5e480e==null||(_0x142f98=_0x5e480e['getConfig'](_['BASES_UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0x142f98[_0x48d920(0x24b)])??{},_0x57eaac=_0x1818bc[_0x48d920(0x29f)][_0x48d920(0x36b)]??_0x27a5fe['leftPanelWidth']??((_0x337aec=_['defaultPluginConfig'][_0x48d920(0x24b)])==null?void 0x0:_0x337aec[_0x48d920(0x36b)])??_[_0x48d920(0x290)],_0x1afd84=_0x3bb536['getSnapshot'](),_0x78e8b0=yc(_0x1afd84,_0x47d465['id']),_0x69ebc8=async _0x35f8a2=>{const _0x5e6699=_0x48d920;let _0x27866c=_0x1afd84[_0x5e6699(0x97a)][_0x35f8a2];if(!_0x27866c)return;let _0x4a4316=_0x27866c['viewOrder'][_0x5e6699(0x961)](_0x23f9d9=>_0x27866c[_0x5e6699(0x3db)][_0x23f9d9]);_0x51d6f7[_0x5e6699(0x63e)](_0x27866c['id']),_0x4a4316&&_0x51d6f7[_0x5e6699(0x9a6)](_0x4a4316),_0x51d6f7[_0x5e6699(0x513)](null),_0x51d6f7[_0x5e6699(0x4ed)](),await _0x16d4be['executeCommand'](_[_0x5e6699(0x28e)]['id'],{'unitId':_0x2ffc1f,'tableId':_0x35f8a2});},_0x565abd=async()=>{const _0x396233=_0x48d920;let _0x40a2d6=(0x0,a[_0x396233(0x4c5)])({'id':_0x396233(0x3d7)+(0x0,a[_0x396233(0x2b1)])(0x8),'name':bc(_0x3bb536[_0x396233(0x58b)](),_0x1666b7=>_0x30c378['t'](_0x396233(0x59e),String(_0x1666b7))),'primaryFieldId':'field-'+(0x0,a[_0x396233(0x2b1)])(0x8),'gridViewId':_0x396233(0x2bf)+(0x0,a[_0x396233(0x2b1)])(0x8)});await _0x16d4be[_0x396233(0x88b)](C[_0x396233(0x6d9)]['id'],{'unitId':_0x2ffc1f,'table':_0x40a2d6})&&(_0x51d6f7[_0x396233(0x63e)](_0x40a2d6['id']),_0x51d6f7[_0x396233(0x9a6)](_0x40a2d6['viewOrder'][0x0]),_0x51d6f7['setSelection'](null),_0x51d6f7['closeRecordDetail'](),_0x30937c(_0x40a2d6['id']));},_0x80457c=async(_0x29d17c,_0x4f5ed0,_0x4b996f)=>{const _0xacfa02=_0x48d920;let _0x179ed8=_0x3bb536[_0xacfa02(0x58b)](),_0x298663=_0x179ed8[_0xacfa02(0x97a)][_0x29d17c];if(!_0x298663)return;let _0xc9203e=(0x0,C['copyBaseTableSnapshot'])(_0x298663,{'id':'table-'+(0x0,a[_0xacfa02(0x2b1)])(0x8),'name':_0x4f5ed0,'includeRecords':_0x4b996f===_0xacfa02(0x3cb),'regenerateViewIds':!0x0,'createViewId':()=>_0xacfa02(0x2bf)+(0x0,a[_0xacfa02(0x2b1)])(0x8)});await _0x16d4be[_0xacfa02(0x88b)](C[_0xacfa02(0x6d9)]['id'],{'unitId':_0x2ffc1f,'table':_0xc9203e,'index':_0x179ed8[_0xacfa02(0x7cd)]['indexOf'](_0x29d17c)+0x1})&&(_0x51d6f7[_0xacfa02(0x63e)](_0xc9203e['id']),_0x51d6f7[_0xacfa02(0x9a6)](_0xc9203e[_0xacfa02(0x98e)][0x0]),_0x51d6f7[_0xacfa02(0x513)](null),_0x51d6f7[_0xacfa02(0x4ed)]());},_0x587501=async _0xeade8e=>{const _0x1cec97=_0x48d920;let _0x4c54ca=_0x3bb536[_0x1cec97(0x58b)](),_0x4e76b0=yc(_0x4c54ca,_0x47d465['id'])[_0x1cec97(0x572)](_0x3ab1c9=>_0x3ab1c9['id']);if(_0x4e76b0[_0x1cec97(0x9ba)]<=0x1)return;let _0x1a3c7b=_0xeade8e===_0x47d465['id']?_0x4e76b0[_0x1cec97(0x961)](_0x1e9460=>_0x1e9460!==_0xeade8e):null;if(await _0x16d4be[_0x1cec97(0x88b)](C[_0x1cec97(0x9af)]['id'],{'unitId':_0x2ffc1f,'tableId':_0xeade8e})&&_0x1a3c7b){let _0x4c2d34=_0x4c54ca[_0x1cec97(0x97a)][_0x1a3c7b],_0x351133=_0x4c2d34==null?void 0x0:_0x4c2d34[_0x1cec97(0x98e)][_0x1cec97(0x961)](_0x5620cf=>_0x4c2d34['views'][_0x5620cf]);_0x51d6f7[_0x1cec97(0x63e)](_0x1a3c7b),_0x351133&&_0x51d6f7[_0x1cec97(0x9a6)](_0x351133),_0x51d6f7[_0x1cec97(0x513)](null),_0x51d6f7['closeRecordDetail']();}};return(0x0,m[_0x48d920(0x9d3)])(m[_0x48d920(0x611)],{'children':[(0x0,m[_0x48d920(0x689)])(_['BaseTableSidebarFrame'],{'title':_0x1afd84[_0x48d920(0x978)]||_0x48d920(0x864),'items':_0x78e8b0,'width':_0x57eaac,'pendingRenameItemId':_0x34d311,'onActivateItem':_0x69ebc8,'onAddTable':async()=>{await _0x565abd();},'onRenameTable':async(_0x56efdb,_0x40eab1)=>{const _0x1eb296=_0x48d920;await _0x16d4be[_0x1eb296(0x88b)](C[_0x1eb296(0x2a3)]['id'],{'unitId':_0x2ffc1f,'tableId':_0x56efdb,'name':_0x40eab1});},'getTableNameError':(_0x4c7f25,_0x102086)=>(0x0,_[_0x48d920(0x2b7)])(_0x30c378,(0x0,C[_0x48d920(0x27a)])(_0x1afd84,_0x102086,_0x4c7f25)),'onPendingRenameItemConsumed':_0x17edc8=>{_0x34d311===_0x17edc8&&_0x30937c(null);},'onDuplicateTable':_0x22deaa=>{const _0x305083=_0x48d920;let _0x496eec=_0x3bb536[_0x305083(0x58b)](),_0x5b158b=_0x496eec[_0x305083(0x97a)][_0x22deaa];_0x5b158b&&(_0x4c119f(_0x22deaa),_0x20b27d((0x0,C[_0x305083(0x88c)])(_0x496eec,_0x30c378['t']('embed-ui.basesFloating.duplicateTable.copyName',_0x5b158b[_0x305083(0x978)]))),_0xba1869(_0x305083(0x384)));},'onDeleteTable':_0x5681c9,'onResizeWidth':_0xb4c4b4=>_0x51d6f7[_0x48d920(0x5e4)](_0xb4c4b4)}),(0x0,m[_0x48d920(0x689)])(_['BaseDuplicateTableDialog'],{'open':!!_0x2886b2,'name':_0x39dcd6,'nameError':(0x0,_[_0x48d920(0x2b7)])(_0x30c378,(0x0,C[_0x48d920(0x27a)])(_0x1afd84,_0x39dcd6['trim']())),'mode':_0x115e70,'onNameChange':_0x20b27d,'onModeChange':_0xba1869,'onCancel':()=>_0x4c119f(null),'onConfirm':async()=>{const _0x52b0d9=_0x48d920;let _0x1060a5=_0x2886b2,_0x146722=_0x39dcd6[_0x52b0d9(0x75c)](),_0x12a25c=_0x115e70;!_0x1060a5||!_0x146722||(_0x4c119f(null),await _0x80457c(_0x1060a5,_0x146722,_0x12a25c));}}),(0x0,m[_0x48d920(0x689)])(_['BaseDeleteConfirmDialog'],{'open':!!_0x227247,'title':_0x30c378['t']('embed-ui.basesFloating.confirmDelete.tableTitle'),'description':_0x30c378['t']('embed-ui.basesFloating.confirmDelete.tableDescription'),'onCancel':()=>_0x5681c9(null),'onConfirm':async()=>{let _0xa5ded3=_0x227247;_0x5681c9(null),_0xa5ded3&&await _0x587501(_0xa5ded3);}})]});}function _c(_0x1e4c4d){const _0x3b9e71=_0x1ed4d3;let {embedId:_0x560735,activeView:_0x3acc45,views:_0x4bb28c,addViewOpen:_0x18034a,onAddViewOpenChange:_0x39295c,onActivateView:_0x1b8723,onAddView:_0x1b9aa2,onSetViewAsFirst:_0x33be84,onMoveView:_0xdb0686,onRenameView:_0x288388,onDuplicateView:_0x2c84a9,onConfigureView:_0x290846,onDeleteView:_0x3869d1}=_0x1e4c4d,_0x330b57=(0x0,c[_0x3b9e71(0x2d7)])(a['LocaleService']);return(0x0,m[_0x3b9e71(0x689)])(_0x3b9e71(0x7ff),{'data-u-comp':_0x3b9e71(0x68e),'className':_0x3b9e71(0x92c),'children':(0x0,m[_0x3b9e71(0x689)])(_[_0x3b9e71(0x261)],{'className':_0x3b9e71(0x7fb),'views':_0x4bb28c['map'](_0x2a233c=>({'id':_0x2a233c['id'],'name':_0x2a233c['name'],'type':_0x2a233c[_0x3b9e71(0x5a7)]})),'activeViewId':_0x3acc45['id'],'onActivateView':_0x1b8723,'onSetViewAsFirst':_0x33be84,'onMoveView':_0xdb0686,'onRenameView':_0x288388,'onDuplicateView':_0x2c84a9,'onConfigureView':_0x290846,'onDeleteView':_0x3869d1,'onAddView':()=>_0x39295c(!_0x18034a),'addViewDropdown':{'open':_0x18034a,'onOpenChange':_0x39295c,'overlay':(0x0,m[_0x3b9e71(0x689)])(_0x3b9e71(0x7ff),{'data-u-comp':_0x3b9e71(0x7a5),'data-embed-id':_0x560735,'data-embed-floating-menu-popup':_0x3b9e71(0x85d),'children':(0x0,m[_0x3b9e71(0x689)])(_[_0x3b9e71(0x9bb)],{'views':_[_0x3b9e71(0x8e0)][_0x3b9e71(0x572)](_0x2518e6=>({..._0x2518e6,'label':_0x330b57['t'](_0x2518e6['label']),'description':_0x330b57['t'](_0x2518e6[_0x3b9e71(0x6b2)])})),'onCreate':_0x1b9aa2})})}})});}function vc(_0x9cccb1){const _0x3a6e4b=_0x1ed4d3;var _0x1da22d;return(_0x9cccb1==null||(_0x1da22d=_0x9cccb1[_0x3a6e4b(0x7cd)])==null?void 0x0:_0x1da22d['map'](_0x1b911d=>_0x9cccb1[_0x3a6e4b(0x97a)][_0x1b911d])[_0x3a6e4b(0x699)](_0x14b836=>!!_0x14b836))??[];}function yc(_0xcf30d6,_0x47f8a1){const _0x1f490a=_0x1ed4d3;return vc(_0xcf30d6)[_0x1f490a(0x572)](_0x3ed97c=>({'id':_0x3ed97c['id'],'name':_0x3ed97c[_0x1f490a(0x978)],'active':_0x3ed97c['id']===_0x47f8a1}));}function bc(_0x1efa9a,_0x32ba8d){const _0x3c1060=_0x1ed4d3;let _0x56b4e3=new Set(vc(_0x1efa9a)[_0x3c1060(0x572)](_0x3fdff4=>_0x3fdff4[_0x3c1060(0x978)])),_0x29a0a6=_0x56b4e3[_0x3c1060(0x2e5)]+0x1,_0x566c17=_0x32ba8d(_0x29a0a6);for(;_0x56b4e3[_0x3c1060(0x54f)](_0x566c17);)_0x29a0a6+=0x1,_0x566c17=_0x32ba8d(_0x29a0a6);return _0x566c17;}const xc=_0x1ed4d3(0x58c);function Sc(){const _0x46c4f5=_0x1ed4d3;return fc({'childType':a[_0x46c4f5(0x747)]['UNIVER_BASE'],'mount':Cc});}function Cc(_0x382d8c){const _0x39b0cd=_0x1ed4d3;let {menu:_0x2f6996,portalContainer:_0x5849c8}=dc(_0x382d8c),_0x1e15f0=rn(_0x2f6996),_0x3cb4e6=_0x382d8c[_0x39b0cd(0x6f3)][_0x39b0cd(0x583)];return _0x1e15f0[_0x39b0cd(0x2c3)]((0x0,d[_0x39b0cd(0x467)])(qt,{'injector':_0x3cb4e6,'mountContainer':_0x5849c8,'embedId':_0x382d8c[_0x39b0cd(0x666)]},(0x0,d[_0x39b0cd(0x467)])(Ac,{'hostUnitId':_0x382d8c[_0x39b0cd(0x565)],'embedId':_0x382d8c[_0x39b0cd(0x666)],'childUnitId':_0x382d8c[_0x39b0cd(0x442)],'entry':_0x382d8c[_0x39b0cd(0x3e8)]['entry'],'fullscreen':!!_0x382d8c[_0x39b0cd(0x982)]['fullscreen'],'runtimeFocusRoot':_0x382d8c[_0x39b0cd(0x982)]['rootElement'],'usesDomFloatingStage':_0x382d8c[_0x39b0cd(0x3e8)]['entry']===_0x39b0cd(0x847),'renderScopeActive$':_0x382d8c[_0x39b0cd(0x982)][_0x39b0cd(0x589)]}))),(0x0,a[_0x39b0cd(0x64a)])(()=>{const _0x1b21b9=_0x39b0cd;an(_0x1e15f0),globalThis[_0x1b21b9(0x84e)](()=>_0x2f6996[_0x1b21b9(0x241)](),0x0);});}function wc(_0x24b4ae){const _0x311abf=_0x1ed4d3;return cr({'embedId':_0x24b4ae['embedId'],'active':Tc(_0x24b4ae[_0x311abf(0x47f)],_0x24b4ae[_0x311abf(0x756)]),'fullscreen':_0x24b4ae['fullscreen'],'usesDomFloatingStage':_0x24b4ae[_0x311abf(0x882)],'renderScopeActive':_0x24b4ae[_0x311abf(0x265)]});}function Tc(_0x2a48c7,_0x106361){const _0x433ee9=_0x1ed4d3;return _0x2a48c7?{'hostUnitId':'','childUnitId':'','embedId':_0x2a48c7,'stage':_0x106361===_0x433ee9(0x334)||_0x106361===_0x433ee9(0x412)?_0x433ee9(0x334):_0x433ee9(0x23c)}:null;}function Ec(_0x40721a){return _0x40721a;}function Dc(_0x267b0f){return _0x267b0f;}function Oc(_0x5136ae){return!_0x5136ae;}function kc(_0x108848){const _0x4acd9b=_0x1ed4d3;return{[K]:_0x108848,[W]:_0x4acd9b(0x858)};}function Ac(_0x117024){const _0x471a72=_0x1ed4d3;let {hostUnitId:_0x56fbc6,embedId:_0x5e59fe,childUnitId:_0xd91e7,entry:_0x3894f0,fullscreen:_0x35c435,runtimeFocusRoot:_0x136519,usesDomFloatingStage:_0x173a96,renderScopeActive$:_0x481548}=_0x117024,_0x4e3ce9=(0x0,c[_0x471a72(0x2d7)])(a[_0x471a72(0x8e6)]),_0x11c414=(0x0,c[_0x471a72(0x2d7)])(c['ComponentManager']),_0x19a260=(0x0,c[_0x471a72(0x2d7)])(a[_0x471a72(0x90d)]),_0x3217ff=(0x0,c[_0x471a72(0x2d7)])(a[_0x471a72(0x58e)]),_0x51cab9=(0x0,c[_0x471a72(0x2d7)])(C['IBaseViewRegistryService']),_0x3ad398=(0x0,c[_0x471a72(0x2d7)])(a['IUndoRedoService']),_0x564c1a=(0x0,c['useDependency'])(_['IBaseUIStateService']),_0x5da79c=(0x0,c['useDependency'])(_[_0x471a72(0x73d)]),_0x111e93=(0x0,c[_0x471a72(0x2d7)])(le),{mountContainer:_0x1dcdf9}=(0x0,d[_0x471a72(0x9a1)])(l[_0x471a72(0x715)]),_0x1f4516=(0x0,c[_0x471a72(0x713)])(()=>_0x564c1a[_0x471a72(0x733)],_0x564c1a[_0x471a72(0x73f)](),!0x1,[_0x564c1a]),_0x5d223e=(0x0,c[_0x471a72(0x713)])(()=>_0x3ad398[_0x471a72(0x2b3)],{'undos':0x0,'redos':0x0},!0x1,[_0x3ad398]),_0x39c2a3=(0x0,c[_0x471a72(0x713)])(()=>_0x481548,!0x1,!0x1,[_0x481548]),_0x35dc7c=(0x0,c[_0x471a72(0x713)])(()=>_0x111e93['active$'],_0x111e93[_0x471a72(0x8a7)](),!0x1,[_0x111e93]),_0x3b70c7=(0x0,c[_0x471a72(0x713)])(()=>_0x5da79c[_0x471a72(0x8d1)],_0x5da79c['getToolbarPanel'](),!0x1,[_0x5da79c]),_0x2f31c1=_0x111e93[_0x471a72(0x2ee)](_0x5e59fe),[_0x1fe449,_0x3bcbab]=(0x0,d[_0x471a72(0x632)])(0x0),[_0x4ae4c9,_0x31967d]=(0x0,d[_0x471a72(0x632)])(null),[_0x6cc20e,_0x5d086a]=(0x0,d[_0x471a72(0x632)])(!0x1),[_0x2c4c7b,_0x4bb9b1]=(0x0,d[_0x471a72(0x632)])(null),_0x429b7d=(0x0,d['useRef'])(_0x3b70c7),_0x4a9b74=(0x0,d[_0x471a72(0x867)])(null),_0x5bc0e6=_0x19a260[_0x471a72(0x4a8)](_0xd91e7,a['UniverInstanceType'][_0x471a72(0x8ed)]),_0x220b30=_0x5bc0e6==null?void 0x0:_0x5bc0e6[_0x471a72(0x58b)](),_0x27e54e=Fc(_0x220b30,_0x1f4516[_0x471a72(0x570)]),_0x5b78ec=Ic(_0x27e54e),_0x15c12f=Lc(_0x27e54e,_0x1f4516[_0x471a72(0x25f)]),_0x5f1f6a=wc({'embedId':_0x5e59fe,'activeEmbedId':_0x35dc7c==null?void 0x0:_0x35dc7c['embedId'],'stage':_0x2f31c1,'fullscreen':_0x35c435,'usesDomFloatingStage':_0x173a96,'renderScopeActive':_0x39c2a3})===_0x471a72(0x334),[_0x57c518,_0x81f069]=(0x0,d[_0x471a72(0x632)])(_0x5f1f6a),_0x1b7dc2=Ec(_0x35c435),_0x48aa7e=Dc(_0x35c435),_0x25f4c7=Oc(_0x35c435),_0x1cfec0=_0x1b7dc2?_0x471a72(0x967):_0x471a72(0x6c1),_0x4b75ca=_0x11c414['get'](_['BASE_TOOLBAR_EXTRA_ACTIONS']);if(_0x57c518!==_0x5f1f6a&&(_0x81f069(_0x5f1f6a),_0x5f1f6a||(_0x31967d(null),_0x5d086a(!0x1),_0x4bb9b1(null))),(0x0,d[_0x471a72(0x8a5)])(()=>{const _0x47a347=_0x471a72;_0x5f1f6a||(_0x5da79c['closeToolbarPanel'](),_0x5da79c[_0x47a347(0x450)](),_0x5da79c[_0x47a347(0x7df)]());},[_0x5f1f6a,_0x5da79c]),(0x0,d[_0x471a72(0x8a5)])(()=>{const _0x45021=_0x471a72;let _0x1467e2=_0x429b7d[_0x45021(0x1f3)];if(_0x429b7d[_0x45021(0x1f3)]=_0x3b70c7,!_0x1467e2||_0x3b70c7||!_0x5f1f6a)return;let _0x3919b8=window['requestAnimationFrame'](()=>Xt(_0x5e59fe,_0x136519));return()=>window[_0x45021(0x571)](_0x3919b8);},[_0x5e59fe,_0x5f1f6a,_0x136519,_0x3b70c7]),(0x0,d[_0x471a72(0x8a5)])(()=>{const _0x426ac7=_0x471a72;if(!_0x4ae4c9)return;let _0x4e04b6=_0x2e29aa=>{const _0x173625=_0x54e0;var _0x57fefd;let _0x228bbd=_0x2e29aa[_0x173625(0x1f6)]instanceof Node?_0x2e29aa[_0x173625(0x1f6)]:null;_0x228bbd&&(_0x57fefd=_0x4a9b74[_0x173625(0x1f3)])!=null&&_0x57fefd[_0x173625(0x495)](_0x228bbd)||_0x31967d(null);},_0x566609=_0x444ae7=>{const _0x1df02c=_0x54e0;_0x444ae7[_0x1df02c(0x311)]===_0x1df02c(0x86f)&&_0x31967d(null);};return document['addEventListener']('pointerdown',_0x4e04b6,!0x0),document['addEventListener'](_0x426ac7(0x8d8),_0x566609,!0x0),()=>{const _0x223705=_0x426ac7;document[_0x223705(0x2f5)](_0x223705(0x888),_0x4e04b6,!0x0),document['removeEventListener']('keydown',_0x566609,!0x0);};},[_0x4ae4c9]),!_0x220b30||!_0x5bc0e6||!_0x27e54e||!_0x15c12f)return null;let _0x4ef213=()=>{const _0x277de9=_0x471a72;_0x111e93[_0x277de9(0x2d2)]({'hostUnitId':_0x56fbc6,'embedId':_0x5e59fe,'childUnitId':_0xd91e7},_0x277de9(0x334));},_0x1c9681=async(_0xb10559,_0x49db96)=>{const _0x289799=_0x471a72;_0x4ef213(),await _0x4e3ce9[_0x289799(0x88b)](_[_0x289799(0x479)]['id'],{'type':_0xb10559,'anchor':zc(_0x49db96[_0x289799(0x455)]())});},_0x18c67a=async _0x5a2dc6=>{const _0x46b9f2=_0x471a72;_0x4ef213(),await _0x4e3ce9[_0x46b9f2(0x88b)](_[_0x46b9f2(0x99c)]['id'],{'tableId':_0x27e54e['id'],'unitId':_0xd91e7,'viewId':_0x5a2dc6}),_0x3bcbab(_0x2e4134=>_0x2e4134+0x1);},_0x32659e=async _0x42d469=>{const _0xe3d8fe=_0x471a72;_0x4ef213();let _0xaf93d5=_0xe3d8fe(0x2bf)+(0x0,a[_0xe3d8fe(0x2b1)])(0x6),_0x3ebb9e=_0x51cab9[_0xe3d8fe(0x53b)](_0x42d469)[_0xe3d8fe(0x3d5)](_0x27e54e),_0x73fee=await _0x4e3ce9[_0xe3d8fe(0x88b)](C[_0xe3d8fe(0x73c)]['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'view':{'id':_0xaf93d5,'tableId':_0x27e54e['id'],'name':(0x0,_['createDefaultViewName'])(_0x3217ff,_0x42d469),'type':_0x42d469,'config':_0x3ebb9e,'fieldOrder':[..._0x27e54e[_0xe3d8fe(0x240)]],'fieldSettings':{}}});_0x31967d(null),_0x5d086a(!0x1),_0x3bcbab(_0x1c4ff=>_0x1c4ff+0x1),_0x73fee&&await _0x18c67a(_0xaf93d5);},_0x30222c=async _0x29f652=>{const _0xab200a=_0x471a72;var _0x42346;let _0x4ac6c9=(_0x42346=_0x5b78ec[0x0])==null?void 0x0:_0x42346['id'];!_0x4ac6c9||_0x4ac6c9===_0x29f652||(_0x4ef213(),await _0x4e3ce9[_0xab200a(0x88b)](C[_0xab200a(0x7a0)]['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'viewId':_0x29f652,'target':{'beforeViewId':_0x4ac6c9}}),_0x3bcbab(_0x311387=>_0x311387+0x1));},_0x37f161=async(_0x46fcc1,_0x164324)=>{const _0x58a77b=_0x471a72;_0x4ef213(),await _0x4e3ce9[_0x58a77b(0x88b)](C['MoveBaseViewCommand']['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'viewId':_0x46fcc1,'target':_0x164324}),_0x3bcbab(_0x623044=>_0x623044+0x1);},_0x30f8ce=async(_0x22a4b9,_0x8897f2)=>{const _0x955615=_0x471a72;_0x4ef213(),await _0x4e3ce9[_0x955615(0x88b)](C[_0x955615(0x471)]['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'viewId':_0x22a4b9,'name':_0x8897f2}),_0x3bcbab(_0x86d5e=>_0x86d5e+0x1);},_0x5a9faa=async _0x113bc0=>{const _0x1405a3=_0x471a72;let _0x1b571e=_0x27e54e[_0x1405a3(0x3db)][_0x113bc0];if(!_0x1b571e)return;_0x4ef213();let _0x22d386=(0x0,_[_0x1405a3(0x248)])(_0x1b571e,_0x27e54e['id'],_0x3217ff['t'](_0x1405a3(0x2f1))),_0xd4e6d5=await _0x4e3ce9[_0x1405a3(0x88b)](C['CreateBaseViewCommand']['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'view':_0x22d386});_0x3bcbab(_0x5ae0fe=>_0x5ae0fe+0x1),_0xd4e6d5&&await _0x18c67a(_0x22d386['id']);},_0x6ea939=async()=>{var _0xbfec04;let _0x32fce9=_0x2c4c7b??_0x15c12f['id'];if(_0x5b78ec['length']<=0x1){_0x4bb9b1(null);return;}let _0x5b9b2b=(_0xbfec04=_0x5b78ec['find'](_0x308f30=>_0x308f30['id']!==_0x32fce9))==null?void 0x0:_0xbfec04['id'],_0x525efe=await _0x4e3ce9['executeCommand'](C['DeleteBaseViewCommand']['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'viewId':_0x32fce9});_0x4bb9b1(null),_0x3bcbab(_0x5c2e5a=>_0x5c2e5a+0x1),_0x525efe&&_0x5b9b2b&&await _0x18c67a(_0x5b9b2b);},_0x3a57e1=async()=>{const _0xaa0f67=_0x471a72;await _0x4e3ce9['executeCommand'](t[_0xaa0f67(0x317)]['id'],{'hostUnitId':_0x56fbc6,'embedId':_0x5e59fe});},_0x484558=_0x49f4d3=>{const _0x16289a=_0x471a72;_0x49f4d3[_0x16289a(0x94b)]();},_0x1b8591=_0x12b8e4=>{const _0x17772c=_0x471a72;_0x12b8e4[_0x17772c(0x4fd)](),_0x12b8e4[_0x17772c(0x94b)]();};return(0x0,m[_0x471a72(0x9d3)])(m[_0x471a72(0x611)],{'children':[(0x0,m[_0x471a72(0x9d3)])(_0x471a72(0x7ff),{'className':(0x0,l['clsx'])(_0x471a72(0x9c9),{'univer-hidden':!_0x5f1f6a,'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':_0x35c435,'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':!_0x35c435,'-univer-top-12':!_0x35c435&&_0x3894f0!==_0x471a72(0x53e),'univer-w-full':!_0x35c435,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x35c435&&_0x3894f0===_0x471a72(0x53e)}),'data-u-comp':_0x471a72(0x477),'data-embed-floating-menu':'true','data-embed-id':_0x5e59fe,'data-embed-float-stage':_0x5f1f6a?_0x471a72(0x334):_0x471a72(0x23c),'data-base-render-version':_0x1fe449,...kc(_0x5e59fe),'onClick':_0x484558,'onDoubleClick':_0x484558,'onMouseDown':_0x1b8591,'onMouseUp':_0x484558,'onPointerDown':_0x1b8591,'onPointerUp':_0x484558,'children':[_0x48aa7e?(0x0,m['jsx'])(_c,{'embedId':_0x5e59fe,'activeView':_0x15c12f,'views':_0x5b78ec,'addViewOpen':_0x6cc20e,'onAddViewOpenChange':_0x5d086a,'onActivateView':_0x18c67a,'onAddView':_0x32659e,'onSetViewAsFirst':_0x30222c,'onMoveView':_0x37f161,'onRenameView':_0x30f8ce,'onDuplicateView':_0x5a9faa,'onConfigureView':_0x54b776=>_0x1c9681('viewSettings',_0x54b776),'onDeleteView':_0x4bb9b1}):(0x0,m[_0x471a72(0x689)])(_0x471a72(0x7ff),{'data-u-comp':_0x471a72(0x742),'className':xc,'children':(0x0,m['jsx'])(jc,{'activeView':_0x15c12f,'views':_0x5b78ec,'onActivateView':_0x18c67a,'embedId':_0x5e59fe,'onAddView':_0x34cca1=>{_0x4ef213(),_0x31967d(_0x34cca1['getBoundingClientRect']());},'onConfigureView':_0x5e03df=>_0x1c9681(_0x471a72(0x504),_0x5e03df),'onDeleteView':()=>_0x4bb9b1(_0x15c12f['id'])})}),(0x0,m[_0x471a72(0x689)])(_0x471a72(0x7ff),{'className':(0x0,l[_0x471a72(0x2e8)])(_0x471a72(0x6c8),{'univer-min-w-0':_0x35c435,'univer-min-w-max':!_0x35c435}),'children':(0x0,m['jsxs'])(_0x471a72(0x7ff),{'data-u-comp':_0x471a72(0x675),'className':(0x0,l[_0x471a72(0x2e8)])(_0x471a72(0x46d),{'univer-w-full\x20univer-flex-1':_0x35c435,[xc]:!_0x35c435}),'children':[(0x0,m[_0x471a72(0x689)])(_['BaseToolbar'],{'iconOnly':!_0x1b7dc2,'className':_0x1cfec0,'renderTooltip':(_0x313121,_0x53d98e)=>(0x0,m[_0x471a72(0x689)])(ra,{'title':_0x313121,'children':_0x53d98e}),'state':{...Pc(_0x15c12f,_0x5d223e),'searchOpen':_0x1f4516['search'][_0x471a72(0x4ae)],'searchQuery':_0x1f4516[_0x471a72(0x525)][_0x471a72(0x71c)],'searchActiveIndex':_0x1f4516[_0x471a72(0x525)]['activeIndex']},'onAddRecord':_0x57ff5c=>_0x57ff5c&&_0x1c9681('addRecord',_0x57ff5c),'onCustomizeField':_0x4d1599=>_0x1c9681(_0x471a72(0x990),_0x4d1599),'onCustomizeKanban':_0x52137c=>_0x1c9681(_0x471a72(0x325),_0x52137c),'onCustomizeGallery':_0x171c47=>_0x1c9681(_0x471a72(0x2ce),_0x171c47),'onCalendarEventSettings':_0x44b96d=>_0x1c9681(_0x471a72(0x968),_0x44b96d),'onCalendarViewSettings':_0x1c89b7=>_0x1c9681(_0x471a72(0x77e),_0x1c89b7),'onViewSettings':_0x36b4d4=>_0x1c9681(_0x471a72(0x504),_0x36b4d4),'onFilter':_0x1bca23=>_0x1c9681(_0x471a72(0x699),_0x1bca23),'onGroup':_0x1861bc=>_0x1c9681(_0x471a72(0x953),_0x1861bc),'onSort':_0x32ebc4=>_0x1c9681(_0x471a72(0x481),_0x32ebc4),'onRowHeight':_0x4c57c6=>_0x1c9681(_0x471a72(0x249),_0x4c57c6),'onConditionalColoring':_0xc92363=>_0x1c9681(_0x471a72(0x247),_0xc92363),'onUndo':async()=>_0x4e3ce9[_0x471a72(0x88b)](a[_0x471a72(0x5df)]['id']),'onRedo':async()=>_0x4e3ce9[_0x471a72(0x88b)](a[_0x471a72(0x458)]['id']),'onOpenSearch':()=>_0x564c1a[_0x471a72(0x3f2)](),'onSearchQueryChange':_0xd0a6ef=>_0x564c1a[_0x471a72(0x639)](_0xd0a6ef),'onSearchPrevious':()=>_0x564c1a['setSearchActiveIndex'](Math[_0x471a72(0x287)](0x0,(_0x1f4516[_0x471a72(0x525)][_0x471a72(0x4fc)]??0x0)-0x1)),'onSearchNext':()=>_0x564c1a[_0x471a72(0x8a8)]((_0x1f4516[_0x471a72(0x525)][_0x471a72(0x4fc)]??-0x1)+0x1),'onCloseSearch':()=>_0x564c1a[_0x471a72(0x65a)](),'extraActions':_0x4b75ca?(0x0,m[_0x471a72(0x689)])(_0x4b75ca,{}):null}),_0x25f4c7?(0x0,m[_0x471a72(0x9d3)])(m[_0x471a72(0x611)],{'children':[(0x0,m['jsx'])(l[_0x471a72(0x3dd)],{'orientation':'vertical'}),(0x0,m[_0x471a72(0x689)])(ia,{'hostUnitId':_0x56fbc6,'embedId':_0x5e59fe,'variant':'menu'}),(0x0,m[_0x471a72(0x689)])(Rc,{'title':_0x3217ff['t'](_0x471a72(0x2de)),'className':'univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x3a57e1,'children':(0x0,m[_0x471a72(0x689)])(u['DeleteIcon'],{})})]}):null]})})]}),_0x4ae4c9?(0x0,w[_0x471a72(0x36d)])((0x0,m[_0x471a72(0x689)])(_0x471a72(0x7ff),{'ref':_0x4a9b74,'data-u-comp':_0x471a72(0x3d6),'data-embed-id':_0x5e59fe,'data-embed-floating-menu-popup':_0x471a72(0x85d),'className':_0x471a72(0x3e1),'style':Bc(_0x4ae4c9),'onPointerDown':_0x3624e9=>_0x3624e9['stopPropagation'](),'children':(0x0,m[_0x471a72(0x689)])(_[_0x471a72(0x9bb)],{'views':_[_0x471a72(0x8e0)][_0x471a72(0x572)](_0x4c2577=>({..._0x4c2577,'label':_0x3217ff['t'](_0x4c2577[_0x471a72(0x50a)]),'description':_0x3217ff['t'](_0x4c2577[_0x471a72(0x6b2)])})),'onCreate':_0x32659e})}),_0x1dcdf9??document[_0x471a72(0x235)]):null,(0x0,m['jsx'])(_[_0x471a72(0x318)],{'open':!!_0x2c4c7b,'title':_0x3217ff['t'](_0x471a72(0x553)),'description':_0x3217ff['t'](_0x471a72(0x728)),'onCancel':()=>_0x4bb9b1(null),'onConfirm':_0x6ea939}),_0x35c435?(0x0,m[_0x471a72(0x689)])(pc,{'embedId':_0x5e59fe,'childUnitId':_0xd91e7,'base':_0x5bc0e6,'activeTable':_0x27e54e}):null]});}function jc(_0x798e0){const _0x12d2e5=_0x1ed4d3;var _0x312a8c;let {embedId:_0x52c6b4,activeView:_0x2674cf,views:_0x53294e,onActivateView:_0x3b0e48,onAddView:_0x422d2b,onConfigureView:_0x504cea,onDeleteView:_0x371831}=_0x798e0,_0x4caf4c=(0x0,c['useDependency'])(a[_0x12d2e5(0x58e)]),{mountContainer:_0x17fb32}=(0x0,d['useContext'])(l[_0x12d2e5(0x715)]),_0x1dab5f=(0x0,d[_0x12d2e5(0x867)])(null),_0x43989e=(0x0,d[_0x12d2e5(0x867)])(null),[_0x4278b4,_0x4d22f7]=(0x0,d[_0x12d2e5(0x632)])(!0x1),_0x230cb6=_0x128a6b=>{const _0x23d0e5=_0x12d2e5;_0x128a6b[_0x23d0e5(0x4fd)](),_0x128a6b[_0x23d0e5(0x94b)]();},_0x42ec2d=((_0x312a8c=_0x1dab5f[_0x12d2e5(0x1f3)])==null?void 0x0:_0x312a8c[_0x12d2e5(0x455)]())??null;(0x0,d[_0x12d2e5(0x8a5)])(()=>{const _0x10d98c=_0x12d2e5;if(!_0x4278b4)return;let _0x10fd1b=_0x1094df=>{const _0x27f828=_0x54e0;var _0x52c3cb,_0x3a70fb;let _0x4ee068=_0x1094df[_0x27f828(0x1f6)]instanceof Node?_0x1094df['target']:null;!_0x4ee068||(_0x52c3cb=_0x1dab5f[_0x27f828(0x1f3)])!=null&&_0x52c3cb[_0x27f828(0x495)](_0x4ee068)||(_0x3a70fb=_0x43989e[_0x27f828(0x1f3)])!=null&&_0x3a70fb['contains'](_0x4ee068)||_0x4d22f7(!0x1);},_0x73c825=_0x3fa28a=>{const _0x4f85d8=_0x54e0;_0x3fa28a[_0x4f85d8(0x311)]===_0x4f85d8(0x86f)&&_0x4d22f7(!0x1);};return document['addEventListener'](_0x10d98c(0x888),_0x10fd1b,!0x0),document['addEventListener'](_0x10d98c(0x8d8),_0x73c825,!0x0),()=>{const _0x3cafc2=_0x10d98c;document[_0x3cafc2(0x2f5)]('pointerdown',_0x10fd1b,!0x0),document['removeEventListener'](_0x3cafc2(0x8d8),_0x73c825,!0x0);};},[_0x4278b4]);let _0x4c6b7b=(0x0,m[_0x12d2e5(0x9d3)])(l[_0x12d2e5(0x674)],{'ref':_0x1dab5f,'type':_0x12d2e5(0x679),'size':_0x12d2e5(0x2fb),'variant':_0x12d2e5(0x889),'className':_0x12d2e5(0x54c),'aria-label':_0x4caf4c['t'](_0x12d2e5(0x40b)),'onClick':_0x40f9e2=>{_0x40f9e2['stopPropagation'](),_0x4d22f7(_0x80a5b8=>!_0x80a5b8);},'onMouseDown':_0x230cb6,'onPointerDown':_0x230cb6,'children':[(0x0,m['jsx'])(_0x12d2e5(0x7a6),{'className':'univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','aria-hidden':'true','children':(0x0,m[_0x12d2e5(0x689)])(_[_0x12d2e5(0x692)],{'type':_0x2674cf[_0x12d2e5(0x5a7)]})}),(0x0,m[_0x12d2e5(0x689)])(_0x12d2e5(0x7a6),{'className':'univer-min-w-0\x20univer-truncate','children':_0x2674cf[_0x12d2e5(0x978)]}),(0x0,m[_0x12d2e5(0x689)])(u['MoreDownIcon'],{'className':_0x12d2e5(0x4b0)})]});return(0x0,m['jsxs'])(m[_0x12d2e5(0x611)],{'children':[(0x0,m['jsx'])(ra,{'title':_0x2674cf[_0x12d2e5(0x978)],'children':_0x4c6b7b}),_0x4278b4&&_0x42ec2d?(0x0,w['createPortal'])((0x0,m[_0x12d2e5(0x9d3)])('div',{'ref':_0x43989e,'data-u-comp':_0x12d2e5(0x78f),'data-embed-id':_0x52c6b4,'data-embed-floating-menu-popup':_0x12d2e5(0x85d),'className':_0x12d2e5(0x361),'style':Vc(_0x42ec2d),'onClick':_0x4be08c=>_0x4be08c[_0x12d2e5(0x94b)](),'onMouseDown':_0x230cb6,'onPointerDown':_0x230cb6,'children':[(0x0,m[_0x12d2e5(0x689)])(_0x12d2e5(0x7ff),{'className':_0x12d2e5(0x628),'children':_0x53294e[_0x12d2e5(0x572)](_0x34c34b=>(0x0,m['jsx'])(l['Button'],{'type':_0x12d2e5(0x679),'variant':_0x12d2e5(0x889),'size':'small','className':_0x12d2e5(0x624),'onClick':_0x30e9d9=>{const _0x44d682=_0x12d2e5;_0x30e9d9[_0x44d682(0x94b)](),_0x3b0e48(_0x34c34b['id']),_0x4d22f7(!0x1);},'children':(0x0,m['jsx'])(Mc,{'icon':(0x0,m[_0x12d2e5(0x689)])(_[_0x12d2e5(0x692)],{'type':_0x34c34b[_0x12d2e5(0x5a7)]}),'label':_0x34c34b[_0x12d2e5(0x978)],'trailing':_0x34c34b['id']===_0x2674cf['id']?(0x0,m[_0x12d2e5(0x689)])(_0x12d2e5(0x7a6),{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x34c34b['id']))}),(0x0,m[_0x12d2e5(0x689)])(l['Separator'],{}),(0x0,m['jsx'])(Nc,{'icon':(0x0,m[_0x12d2e5(0x689)])(u[_0x12d2e5(0x637)],{}),'label':_0x4caf4c['t'](_0x12d2e5(0x90b)),'onClick':()=>{const _0x5d470e=_0x12d2e5;let _0x54f70b=_0x1dab5f[_0x5d470e(0x1f3)];_0x54f70b&&_0x422d2b(_0x54f70b),_0x4d22f7(!0x1);}}),(0x0,m[_0x12d2e5(0x689)])(Nc,{'icon':(0x0,m[_0x12d2e5(0x689)])(u[_0x12d2e5(0x3c0)],{}),'label':_0x4caf4c['t']('embed-ui.basesFloating.viewSettings.configureView'),'onClick':()=>{const _0x245038=_0x12d2e5;let _0x200a5f=_0x1dab5f[_0x245038(0x1f3)];_0x200a5f&&_0x504cea(_0x200a5f),_0x4d22f7(!0x1);}}),(0x0,m[_0x12d2e5(0x689)])(Nc,{'danger':!0x0,'disabled':_0x53294e['length']<=0x1,'icon':(0x0,m[_0x12d2e5(0x689)])(u[_0x12d2e5(0x2ea)],{}),'label':_0x4caf4c['t']('embed-ui.basesFloating.viewSettings.deleteView'),'onClick':()=>{_0x371831(),_0x4d22f7(!0x1);}})]}),_0x17fb32??document[_0x12d2e5(0x235)]):null]});}function Mc(_0x5d7781){const _0x5a23b3=_0x1ed4d3;let {icon:_0x3a9310,label:_0x39c4e7,trailing:_0x1e8587}=_0x5d7781;return(0x0,m['jsxs'])('span',{'className':_0x5a23b3(0x670),'children':[(0x0,m['jsx'])(_0x5a23b3(0x7a6),{'className':_0x5a23b3(0x75a),'aria-hidden':_0x5a23b3(0x85d),'children':_0x3a9310}),(0x0,m[_0x5a23b3(0x689)])(_0x5a23b3(0x7a6),{'className':_0x5a23b3(0x378),'children':_0x39c4e7}),(0x0,m[_0x5a23b3(0x689)])('span',{'className':_0x5a23b3(0x7b7),'children':_0x1e8587})]});}function Nc(_0x2bce17){const _0x5210cd=_0x1ed4d3;let {danger:_0x31d698,disabled:_0x5de366,icon:_0x53b70a,label:_0x5d70d6,onClick:_0x59d0c8}=_0x2bce17;return(0x0,m[_0x5210cd(0x689)])(l[_0x5210cd(0x674)],{'type':_0x5210cd(0x679),'variant':'ghost','size':'small','disabled':_0x5de366,'className':(0x0,l['clsx'])(_0x5210cd(0x624),_0x31d698&&'univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700'),'onClick':_0x430249=>{const _0x5494a8=_0x5210cd;_0x430249[_0x5494a8(0x94b)](),_0x59d0c8();},'children':(0x0,m['jsx'])(Mc,{'icon':_0x53b70a,'label':_0x5d70d6})});}function Pc(_0x2c1de6,_0x11e1a5={}){const _0x49837e=_0x1ed4d3;var _0x2940d3,_0xfce922,_0x484673;let _0x1ed7b4=_0x2c1de6[_0x49837e(0x278)]??{},_0x170ab5=_0x1ed7b4['conditionalColoring'],_0x3bc7b4=Array['isArray'](_0x170ab5==null?void 0x0:_0x170ab5[_0x49837e(0x319)])?_0x170ab5[_0x49837e(0x319)][_0x49837e(0x9ba)]:0x0;return{'viewType':_0x2c1de6[_0x49837e(0x5a7)],'filterCount':((_0x2940d3=_0x2c1de6[_0x49837e(0x699)])==null||(_0x2940d3=_0x2940d3[_0x49837e(0x5e9)])==null?void 0x0:_0x2940d3[_0x49837e(0x9ba)])??0x0,'groupCount':((_0xfce922=_0x2c1de6[_0x49837e(0x953)])==null?void 0x0:_0xfce922['length'])??0x0,'sortCount':((_0x484673=_0x2c1de6['sort'])==null?void 0x0:_0x484673[_0x49837e(0x9ba)])??0x0,'rowHeightActive':!!(_0x1ed7b4['rowHeight']&&_0x1ed7b4['rowHeight']!==_0x49837e(0x69a)),'conditionalColoringActive':_0x3bc7b4>0x0,'conditionalColoringCount':_0x3bc7b4,'canUndo':(_0x11e1a5['undos']??0x0)>0x0,'canRedo':(_0x11e1a5[_0x49837e(0x24d)]??0x0)>0x0};}function Fc(_0x3d59aa,_0x17081d){if(_0x3d59aa)return(_0x17081d?_0x3d59aa['tables'][_0x17081d]:void 0x0)??vc(_0x3d59aa)[0x0];}function Ic(_0x58b6ea){const _0x5ebb81=_0x1ed4d3;var _0x50d593;return(_0x58b6ea==null||(_0x50d593=_0x58b6ea[_0x5ebb81(0x98e)])==null?void 0x0:_0x50d593[_0x5ebb81(0x572)](_0x1b70f2=>_0x58b6ea[_0x5ebb81(0x3db)][_0x1b70f2])['filter'](_0x2bad35=>!!_0x2bad35))??[];}function Lc(_0x2e4b2b,_0x4ba13e){const _0x1682c2=_0x1ed4d3;if(_0x2e4b2b)return(_0x4ba13e?_0x2e4b2b[_0x1682c2(0x3db)][_0x4ba13e]:void 0x0)??Ic(_0x2e4b2b)[0x0];}function Rc(_0x3155f1){const _0x43b42f=_0x1ed4d3;let {children:_0x477a84,title:_0x3015de,className:_0x5e879e,onClick:_0x3675db}=_0x3155f1;return(0x0,m[_0x43b42f(0x689)])(ra,{'title':_0x3015de,'children':(0x0,m[_0x43b42f(0x689)])(l[_0x43b42f(0x674)],{'type':'button','size':_0x43b42f(0x2fb),'variant':_0x43b42f(0x889),'className':(0x0,l['clsx'])(_0x43b42f(0x38c),_0x5e879e),'aria-label':_0x3015de,'onClick':_0x1ed433=>_0x3675db(_0x1ed433[_0x43b42f(0x895)]),'children':_0x477a84})});}function zc(_0x49d7cf){const _0x1631ee=_0x1ed4d3;return{'x':_0x49d7cf['x'],'y':_0x49d7cf['y'],'width':_0x49d7cf[_0x1631ee(0x754)],'height':_0x49d7cf[_0x1631ee(0x33c)]};}function Bc(_0x164848){const _0x1186f5=_0x1ed4d3;let _0x11f3c8=(0x0,_['getBaseFloatingPosition'])(_0x164848,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x11f3c8[_0x1186f5(0x578)],'left':_0x11f3c8[_0x1186f5(0x2f6)],'maxHeight':_0x11f3c8[_0x1186f5(0x8e5)]};}function Vc(_0x32de82){const _0x1e86c9=_0x1ed4d3;let _0x1d0efb=(0x0,_[_0x1e86c9(0x3bb)])({'left':_0x32de82[_0x1e86c9(0x770)]-0xd0,'right':_0x32de82[_0x1e86c9(0x770)],'top':_0x32de82['top'],'bottom':_0x32de82['bottom'],'width':0xd0,'height':_0x32de82['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x1d0efb[_0x1e86c9(0x578)],'left':_0x1d0efb['left'],'maxHeight':_0x1d0efb[_0x1e86c9(0x8e5)]};}function Hc(_0xa32e26){const _0x312150=_0x1ed4d3;us(_0xa32e26,_0x312150(0x3c5),Uc);}function Uc(_0x441ccd){const _0x1b8359=_0x1ed4d3;_0x441ccd[_0x1b8359(0x54f)](_['BaseEmbedRuntimeRegistryService'])||_0x441ccd['add']([_['BaseEmbedRuntimeRegistryService']]),_0x441ccd['has'](_['IBaseHostChromeOverrideService'])||_0x441ccd[_0x1b8359(0x363)]([_[_0x1b8359(0x70e)],{'useFactory':()=>_0x441ccd[_0x1b8359(0x53b)](H)}]),_0x441ccd[_0x1b8359(0x54f)](_[_0x1b8359(0x366)])||_0x441ccd[_0x1b8359(0x363)]([_[_0x1b8359(0x366)],{'useFactory':()=>_0x441ccd[_0x1b8359(0x53b)](le)}]),_0x441ccd[_0x1b8359(0x54f)](_[_0x1b8359(0x887)])||_0x441ccd[_0x1b8359(0x363)]([_[_0x1b8359(0x887)],{'useFactory':()=>_0x441ccd[_0x1b8359(0x53b)](Wr)}]),_0x441ccd[_0x1b8359(0x54f)](_[_0x1b8359(0x260)])||_0x441ccd[_0x1b8359(0x363)]([_[_0x1b8359(0x260)],{'useFactory':()=>_0x441ccd[_0x1b8359(0x53b)](G)}]),_0x441ccd['has'](_[_0x1b8359(0x9ac)])||_0x441ccd['add']([_[_0x1b8359(0x9ac)],{'useFactory':()=>Gc({'embedModelService':_0x441ccd[_0x1b8359(0x53b)](t[_0x1b8359(0x3b9)]),'restoreService':_0x441ccd[_0x1b8359(0x53b)](Gr),'mountService':_0x441ccd[_0x1b8359(0x53b)](Ut),'activationService':_0x441ccd[_0x1b8359(0x53b)](Kt)})}]);let _0x4502c2=_0x441ccd[_0x1b8359(0x53b)](t[_0x1b8359(0x6ff)]),_0x3e01c0=_0x441ccd['get'](yt),_0x1e4e3c=_0x441ccd[_0x1b8359(0x53b)](_t),_0x4264dd=_0x441ccd['get'](V),_0x5537b3=_0x441ccd[_0x1b8359(0x53b)](vt),_0x1beac3=_0x441ccd[_0x1b8359(0x53b)](Ur),_0x5a9af2=_0x441ccd[_0x1b8359(0x53b)](ii),_0x1769a9=js(_0x441ccd[_0x1b8359(0x54f)](t['EmbedHostAnchorModelService'])?_0x441ccd['get'](t[_0x1b8359(0x933)]):void 0x0,_0x441ccd[_0x1b8359(0x54f)](a[_0x1b8359(0x90d)])?_0x441ccd[_0x1b8359(0x53b)](a['IUniverInstanceService']):void 0x0,()=>_0x441ccd[_0x1b8359(0x54f)](_[_0x1b8359(0x314)])?_0x441ccd['get'](_[_0x1b8359(0x314)]):void 0x0);_0x4502c2[_0x1b8359(0x53b)](_0x1769a9['hostType'],_0x1769a9[_0x1b8359(0x8bf)])||_0x4502c2[_0x1b8359(0x22c)](_0x1769a9);let _0x3cecaa=Ms();_0x3e01c0[_0x1b8359(0x53b)](_0x3cecaa['hostType'],_0x3cecaa['entry'])||_0x3e01c0[_0x1b8359(0x22c)](_0x3cecaa);let _0x5ee66d=Hs(_0x441ccd[_0x1b8359(0x53b)](a[_0x1b8359(0x8e6)]),_0x441ccd['get'](_[_0x1b8359(0x6bd)]));_0x1e4e3c['get'](_0x5ee66d[_0x1b8359(0x5c7)])||_0x1e4e3c[_0x1b8359(0x22c)](_0x5ee66d);let _0x10e937=bs();_0x4264dd['get'](_0x10e937['childType'])||_0x4264dd[_0x1b8359(0x22c)](_0x10e937),Sc()[_0x1b8359(0x360)](_0x334af5=>{const _0x20c685=_0x1b8359;_0x5537b3['hasExact'](_0x334af5[_0x20c685(0x817)],_0x334af5[_0x20c685(0x8bf)],_0x334af5[_0x20c685(0x5c7)])||_0x5537b3[_0x20c685(0x22c)](_0x334af5);}),_0x1beac3['registerProvider'](ga(_0x441ccd,{'childType':a[_0x1b8359(0x747)][_0x1b8359(0x8ed)],'renderManagerService':p['IRenderManagerService']})),Wc(_0x441ccd),_0x5a9af2[_0x1b8359(0x53b)](a[_0x1b8359(0x747)][_0x1b8359(0x8ed)])||_0x5a9af2[_0x1b8359(0x22c)](Rs(_0x441ccd));}function Wc(_0x3f8cf3){const _0x56eb80=_0x1ed4d3;let _0x1a8e38=_0x3f8cf3['get'](fa);_0x1a8e38[_0x56eb80(0x53b)](a[_0x56eb80(0x747)]['UNIVER_BASE'])||!_0x3f8cf3['has'](_[_0x56eb80(0x314)])||!_0x3f8cf3[_0x56eb80(0x54f)](C['IBaseProjectionService'])||!_0x3f8cf3[_0x56eb80(0x54f)](_[_0x56eb80(0x4b7)])||_0x1a8e38[_0x56eb80(0x22c)](_0x3f8cf3['createInstance'](xs));}function Gc(_0x4fa5c4){return{'mountTableList':async _0x3178e1=>{const _0x2cc427=_0x54e0;let _0x593fd6=_0x4fa5c4['embedModelService'][_0x2cc427(0x5ab)](_0x3178e1['baseUnitId'],_0x3178e1[_0x2cc427(0x666)]);if(!_0x593fd6&&_0x3178e1[_0x2cc427(0x442)]&&(_0x593fd6={'embedId':_0x3178e1[_0x2cc427(0x666)],'hostUnitId':_0x3178e1['baseUnitId'],'hostType':a[_0x2cc427(0x747)]['UNIVER_BASE'],'entry':'bases-table-list-block','hostAnchorId':_0x3178e1['hostAnchorId'],'childUnitId':_0x3178e1[_0x2cc427(0x442)],'childType':_0x3178e1[_0x2cc427(0x5c7)],'source':{'unitType':_0x3178e1[_0x2cc427(0x5c7)],'ref':{'file':{'kind':t['RESOURCE_REF_FILE_KIND'][_0x2cc427(0x427)]},'unit':{'selector':_0x3178e1[_0x2cc427(0x442)],'type':(0x0,t['toResourceRefUnitType'])(_0x3178e1[_0x2cc427(0x5c7)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x2cc427(0x75d),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x593fd6||_0x593fd6[_0x2cc427(0x253)]!==_0x3178e1['hostAnchorId'])&&((!_0x593fd6[_0x2cc427(0x442)]||_0x593fd6[_0x2cc427(0x5c7)]==null)&&(_0x593fd6=await _0x4fa5c4['restoreService'][_0x2cc427(0x7ef)]({'descriptor':_0x593fd6})),!(!_0x593fd6[_0x2cc427(0x442)]||_0x593fd6['childType']==null)))return _0x4fa5c4['mountService'][_0x2cc427(0x4f8)](_0x593fd6),_0x4fa5c4[_0x2cc427(0x514)][_0x2cc427(0x4b1)](_0x593fd6),(0x0,a['toDisposable'])(()=>{const _0x138a69=_0x2cc427;_0x4fa5c4[_0x138a69(0x514)][_0x138a69(0x790)](_0x3178e1['embedId']),_0x4fa5c4[_0x138a69(0x216)][_0x138a69(0x228)](_0x3178e1['embedId']);});}};}let Kc=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x546fb3,_0x4fe5e5,_0x1fdbd1,_0x5444cc,_0x55f781,_0x15d0d2,_0x5709a6,_0x105586){const _0x951107=_0x1ed4d3;if(super(),this[_0x951107(0x36c)]=_0x546fb3,this[_0x951107(0x3b7)]=_0x4fe5e5,this[_0x951107(0x72e)]=_0x1fdbd1,this[_0x951107(0x223)]=_0x5444cc,this[_0x951107(0x9ae)]=_0x55f781,this[_0x951107(0x457)]=_0x15d0d2,this[_0x951107(0x5c2)]=_0x5709a6,this[_0x951107(0x4c2)]=_0x105586,B(this,_0x951107(0x97c),new Map()),B(this,_0x951107(0x293),void 0x0),B(this,_0x951107(0x939),_0x40db38=>{const _0x367675=_0x951107;var _0x5e7101,_0x514b23;let _0x92b5e=(_0x5e7101=(_0x514b23=this['_context'][_0x367675(0x212)])[_0x367675(0x29b)])==null?void 0x0:_0x5e7101[_0x367675(0x5db)](_0x514b23);return _0x92b5e?(_0x92b5e['dispatchEvent'](new WheelEvent('wheel',{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x40db38['clientX'],'clientY':_0x40db38[_0x367675(0x576)],'ctrlKey':_0x40db38[_0x367675(0x30a)],'deltaMode':_0x40db38['deltaMode'],'deltaX':_0x40db38[_0x367675(0x579)],'deltaY':_0x40db38[_0x367675(0x942)],'deltaZ':_0x40db38[_0x367675(0x6c7)],'metaKey':_0x40db38[_0x367675(0x26a)],'shiftKey':_0x40db38[_0x367675(0x415)]})),!0x0):!0x1;}),B(this,'_resolveHostWheelGestureRoot',_0x3a0526=>{const _0x22fb79=_0x951107;var _0xec6791,_0x509dc7;let _0x2700d8=(_0xec6791=(_0x509dc7=this[_0x22fb79(0x36c)][_0x22fb79(0x212)])[_0x22fb79(0x29b)])==null?void 0x0:_0xec6791[_0x22fb79(0x5db)](_0x509dc7);if(!_0x2700d8)return null;let _0x5b36ad=_0x3a0526;for(;_0x5b36ad&&!_0x5b36ad[_0x22fb79(0x495)](_0x2700d8);)_0x5b36ad=_0x5b36ad[_0x22fb79(0x986)];return _0x5b36ad;}),Promise[_0x951107(0x70a)]()['then'](()=>this[_0x951107(0x55a)]()),typeof document<'u'){let _0x5210be=_0x43fa31=>this[_0x951107(0x677)](_0x43fa31);document['addEventListener'](zi,_0x5210be),this['disposeWithMe']((0x0,a['toDisposable'])(()=>document['removeEventListener'](zi,_0x5210be)));}this[_0x951107(0x512)](this[_0x951107(0x4c2)][_0x951107(0x245)](_0x5506b3=>{const _0x268acf=_0x951107;(_0x5506b3['id']===t['CreateEmbedCommand']['id']||_0x5506b3['id']===t['RemoveEmbedCommand']['id']||_0x5506b3['id']===t[_0x268acf(0x94a)]['id']||_0x5506b3['id']===t[_0x268acf(0x956)]['id'])&&this[_0x268acf(0x55a)]();})),[this[_0x951107(0x223)][_0x951107(0x597)],this[_0x951107(0x223)][_0x951107(0x5a9)],this[_0x951107(0x223)][_0x951107(0x80d)]][_0x951107(0x360)](_0x4d0335=>{const _0x3f36ee=_0x951107;let _0xa0a3ee=_0x4d0335['subscribe'](_0x52acc1=>{const _0x337429=_0x54e0;_0x52acc1[_0x337429(0x52a)](_0x380b47=>_0x380b47[_0x337429(0x2b9)]===this[_0x337429(0x36c)][_0x337429(0x2b9)])&&this[_0x337429(0x55a)]();});this[_0x3f36ee(0x512)]((0x0,a[_0x3f36ee(0x64a)])(()=>_0xa0a3ee[_0x3f36ee(0x465)]()));});}[_0x1ed4d3(0x45b)](){const _0x5259e0=_0x1ed4d3;var _0x587599;(_0x587599=this[_0x5259e0(0x293)])==null||_0x587599[_0x5259e0(0x5db)](this),this['_activeDragCleanup']=void 0x0,this[_0x5259e0(0x97c)][_0x5259e0(0x360)](_0xdde970=>_0xdde970[_0x5259e0(0x45b)]()),this[_0x5259e0(0x97c)][_0x5259e0(0x9c2)](),super['dispose']();}[_0x1ed4d3(0x55a)](){const _0x20df0e=_0x1ed4d3;let _0x6d4c1f=this[_0x20df0e(0x36c)][_0x20df0e(0x2b9)];if(this[_0x20df0e(0x3b7)][_0x20df0e(0x4a0)](_0x6d4c1f)[_0x20df0e(0x9ba)]>0x0){this['_clearItems']();return;}let _0xe43cb0=this[_0x20df0e(0x223)][_0x20df0e(0x227)](_0x6d4c1f),_0x40ec92=new Set();this['_embedModelService'][_0x20df0e(0x2a2)](_0x6d4c1f)[_0x20df0e(0x699)](_0x4b5049=>_0x4b5049[_0x20df0e(0x8bf)]===t[_0x20df0e(0x224)][_0x20df0e(0x7bd)])[_0x20df0e(0x360)](_0x389eb9=>{const _0x3173e6=_0x20df0e;let _0x19d12c=Object[_0x3173e6(0x3e4)](_0xe43cb0)[_0x3173e6(0x961)](_0x46872f=>{const _0x1f02c5=_0x3173e6;var _0x418e7c;return(0x0,x[_0x1f02c5(0x226)])((_0x418e7c=_0x46872f[_0x1f02c5(0x44c)][_0x389eb9[_0x1f02c5(0x253)]])==null?void 0x0:_0x418e7c['element']);}),_0x330873=_0x19d12c==null?void 0x0:_0x19d12c[_0x3173e6(0x44c)][_0x389eb9[_0x3173e6(0x253)]],_0x2e2781=_0x330873==null?void 0x0:_0x330873['element'];if(!_0x19d12c||!_0x330873||!(0x0,x[_0x3173e6(0x226)])(_0x2e2781))return;let _0x142363=(0x0,x[_0x3173e6(0x57d)])(_0x2e2781),_0x4deeba=this[_0x3173e6(0x3c3)](_0x389eb9[_0x3173e6(0x253)]);_0x40ec92[_0x3173e6(0x363)](_0x4deeba);let _0x4c2ad4={'left':_0x2e2781[_0x3173e6(0x448)][_0x3173e6(0x2f6)]??0x0,'top':_0x2e2781[_0x3173e6(0x448)][_0x3173e6(0x578)]??0x0,'width':_0x2e2781[_0x3173e6(0x448)][_0x3173e6(0x754)]??0x230,'height':_0x2e2781['transform'][_0x3173e6(0x33c)]??0x168},_0x3a2f88=()=>(0x0,d[_0x3173e6(0x467)])(la,{'data':{'version':0x1,'embedId':_0x389eb9[_0x3173e6(0x666)],'hostUnitId':_0x6d4c1f,'hostAnchorId':_0x389eb9[_0x3173e6(0x253)],'childUnitId':_0x389eb9[_0x3173e6(0x442)]??(_0x142363==null?void 0x0:_0x142363[_0x3173e6(0x442)]),'childType':_0x389eb9[_0x3173e6(0x5c7)]??(_0x142363==null?void 0x0:_0x142363[_0x3173e6(0x5c7)])},'enableStage1BodyDrag':!0x0,'hostFloatDomLayout$':this[_0x3173e6(0x457)][_0x3173e6(0x733)],'onHostWheel':this['_routeWheelToHost'],'resolveHostWheelGestureRoot':this[_0x3173e6(0x696)],'onRuntimeStageEnter':_0x19bbc4=>this['_setAnchorTransformerVisible'](_0x19bbc4!=='stage2',_0x330873[_0x3173e6(0x72f)],_0x389eb9[_0x3173e6(0x253)])});this[_0x3173e6(0x97c)]['has'](_0x4deeba)?this[_0x3173e6(0x72e)][_0x3173e6(0x641)](_0x4deeba,{'rect':_0x4c2ad4,'content':_0x3a2f88}):this[_0x3173e6(0x97c)][_0x3173e6(0x753)](_0x4deeba,this[_0x3173e6(0x72e)][_0x3173e6(0x703)]({'id':_0x4deeba,'unitId':_0x6d4c1f,'subUnitId':_0x330873[_0x3173e6(0x72f)],'elementId':_0x389eb9[_0x3173e6(0x253)],'rect':_0x4c2ad4,'content':_0x3a2f88,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x20df0e(0x97c)]['forEach']((_0x3545c8,_0x29c5a7)=>{const _0x2b173f=_0x20df0e;_0x40ec92['has'](_0x29c5a7)||(_0x3545c8[_0x2b173f(0x45b)](),this[_0x2b173f(0x97c)][_0x2b173f(0x74c)](_0x29c5a7));});}[_0x1ed4d3(0x3c3)](_0x33ac39){const _0x2d3b3e=_0x1ed4d3;return _0x2d3b3e(0x947)+this[_0x2d3b3e(0x36c)][_0x2d3b3e(0x2b9)]+':'+_0x33ac39;}[_0x1ed4d3(0x35c)](_0x1f82e3,_0x3dc75e){const _0x4afea5=_0x1ed4d3;this[_0x4afea5(0x9ae)][_0x4afea5(0x829)]({'unitId':this['_context'][_0x4afea5(0x2b9)],'subUnitId':_0x1f82e3},[_0x3dc75e],_0x3dc75e);}['_setAnchorTransformerVisible'](_0xf71bec,_0x43dd08,_0x2e31e4){const _0xdb947=_0x1ed4d3;if(_0xf71bec){this[_0xdb947(0x35c)](_0x43dd08,_0x2e31e4);return;}this[_0xdb947(0x9ae)][_0xdb947(0x37c)]();}[_0x1ed4d3(0x677)](_0x519a96){const _0x553e7f=_0x1ed4d3;var _0x3f87f5,_0x3a87d6,_0x3663b4,_0x7920e;let _0x44a23e=_0x519a96[_0x553e7f(0x540)];if(!_0x44a23e||_0x44a23e[_0x553e7f(0x565)]!==this['_context']['unitId'])return;let _0x3ab89f=this[_0x553e7f(0x223)][_0x553e7f(0x227)](this[_0x553e7f(0x36c)]['unitId']),_0x5cbc57=Object[_0x553e7f(0x3e4)](_0x3ab89f)['find'](_0x189b11=>_0x189b11[_0x553e7f(0x44c)][_0x44a23e['hostAnchorId']]),_0x3e1226=_0x5cbc57==null?void 0x0:_0x5cbc57['data'][_0x44a23e[_0x553e7f(0x253)]];if(!_0x5cbc57||!_0x3e1226||!(0x0,x[_0x553e7f(0x226)])(_0x3e1226[_0x553e7f(0x4e1)])||((_0x3f87f5=(0x0,x['getEmbedBoardsFloatingCustomData'])(_0x3e1226[_0x553e7f(0x4e1)]))==null?void 0x0:_0x3f87f5['embedId'])!==_0x44a23e[_0x553e7f(0x666)])return;let _0x169a2e=(_0x3a87d6=(_0x3663b4=this[_0x553e7f(0x36c)]['engine'])[_0x553e7f(0x29b)])==null?void 0x0:_0x3a87d6[_0x553e7f(0x5db)](_0x3663b4);if(!_0x169a2e)return;(_0x7920e=this['_activeDragCleanup'])==null||_0x7920e[_0x553e7f(0x5db)](this),this['_selectAnchor'](_0x3e1226[_0x553e7f(0x72f)],_0x44a23e[_0x553e7f(0x253)]),this[_0x553e7f(0x96f)](!0x1,_0x3e1226[_0x553e7f(0x72f)],_0x44a23e[_0x553e7f(0x253)]);let _0x13a20f=_0x3e1226[_0x553e7f(0x4e1)],_0x1ba265=_0x13a20f['transform'][_0x553e7f(0x2f6)]??0x0,_0x54606e=_0x13a20f[_0x553e7f(0x448)]['top']??0x0,_0x9683e=this['_boardUIStateService'][_0x553e7f(0x73f)](),_0x2b1715=(0x0,T[_0x553e7f(0x98c)])(this['_configService'][_0x553e7f(0x6af)](T['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0),_0x39e1d5=(0x0,T['getBoardPointFromClient'])(_0x169a2e,_0x44a23e[_0x553e7f(0x5a8)],_0x44a23e[_0x553e7f(0x576)],{'zoomRatio':_0x9683e[_0x553e7f(0x327)],'panOffset':_0x9683e[_0x553e7f(0x4e9)]},_0x2b1715),_0x584f9d=document['defaultView']??window,_0x4d26ef=(_0x474917,_0x4c90d8)=>{const _0x4e18a7=_0x553e7f;let _0x38f586=this[_0x4e18a7(0x457)][_0x4e18a7(0x73f)](),_0x19fb7a=(0x0,T[_0x4e18a7(0x4d3)])(_0x169a2e,_0x474917,_0x4c90d8,{'zoomRatio':_0x38f586['zoomRatio'],'panOffset':_0x38f586['viewportPanOffset']},_0x2b1715);return{'left':_0x1ba265+_0x19fb7a['x']-_0x39e1d5['x'],'top':_0x54606e+_0x19fb7a['y']-_0x39e1d5['y']};},_0x1ffc5a=(_0x4101a1,_0x4c55d4)=>{const _0x1342f5=_0x553e7f;let _0x27e968=_0x4d26ef(_0x4101a1,_0x4c55d4);return this[_0x1342f5(0x72e)][_0x1342f5(0x641)](this[_0x1342f5(0x3c3)](_0x44a23e[_0x1342f5(0x253)]),{'rect':{..._0x27e968,'width':_0x13a20f[_0x1342f5(0x448)][_0x1342f5(0x754)]??0x230,'height':_0x13a20f[_0x1342f5(0x448)][_0x1342f5(0x33c)]??0x168}}),_0x27e968;},_0x51799b=_0x4d1142=>_0x44a23e[_0x553e7f(0x418)]==null||_0x4d1142[_0x553e7f(0x418)]===_0x44a23e[_0x553e7f(0x418)],_0x315142=()=>{},_0x1084f6=_0x3d6e2e=>{const _0x35d42c=_0x553e7f;_0x51799b(_0x3d6e2e)&&(_0x3d6e2e[_0x35d42c(0x4fd)](),_0x1ffc5a(_0x3d6e2e[_0x35d42c(0x5a8)],_0x3d6e2e['clientY']));},_0x28ea0e=async _0x48febc=>{const _0x572531=_0x553e7f;if(!_0x51799b(_0x48febc))return;_0x315142(),_0x48febc['preventDefault']();let _0x52061f=_0x1ffc5a(_0x48febc['clientX'],_0x48febc[_0x572531(0x576)]);await this[_0x572531(0x4c2)][_0x572531(0x88b)](x['UpdateBoardElementMutation']['id'],{'unitId':this[_0x572531(0x36c)][_0x572531(0x2b9)],'subUnitId':_0x3e1226[_0x572531(0x72f)],'elementId':_0x44a23e[_0x572531(0x253)],'element':_0x13a20f,'transform':{..._0x3e1226['transform'],..._0x52061f}})[_0x572531(0x7aa)](()=>{const _0x10d639=_0x572531;this[_0x10d639(0x55a)](),this[_0x10d639(0x96f)](!0x0,_0x3e1226[_0x10d639(0x72f)],_0x44a23e['hostAnchorId']);});},_0xca1850=_0x52918c=>{const _0x1348b3=_0x553e7f;_0x51799b(_0x52918c)&&(_0x315142(),this[_0x1348b3(0x55a)](),this[_0x1348b3(0x96f)](!0x0,_0x3e1226[_0x1348b3(0x72f)],_0x44a23e[_0x1348b3(0x253)]));};_0x315142=()=>{const _0xac23e6=_0x553e7f;_0x584f9d['removeEventListener']('pointermove',_0x1084f6),_0x584f9d['removeEventListener'](_0xac23e6(0x548),_0x28ea0e),_0x584f9d[_0xac23e6(0x2f5)](_0xac23e6(0x750),_0xca1850),this[_0xac23e6(0x293)]===_0x315142&&(this[_0xac23e6(0x293)]=void 0x0);},_0x584f9d[_0x553e7f(0x7d4)](_0x553e7f(0x74b),_0x1084f6),_0x584f9d['addEventListener'](_0x553e7f(0x548),_0x28ea0e),_0x584f9d[_0x553e7f(0x7d4)](_0x553e7f(0x750),_0xca1850),this[_0x553e7f(0x293)]=_0x315142;}[_0x1ed4d3(0x5e8)](){const _0x3bdb51=_0x1ed4d3;this[_0x3bdb51(0x97c)][_0x3bdb51(0x360)](_0xc9144=>_0xc9144[_0x3bdb51(0x45b)]()),this[_0x3bdb51(0x97c)][_0x3bdb51(0x9c2)]();}};Kc=Y([J(0x1,(0x0,a['Inject'])(t[_0x1ed4d3(0x3b9)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(T[_0x1ed4d3(0x5d5)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(x['IBoardElementService'])),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(T[_0x1ed4d3(0x4f9)])),J(0x5,(0x0,a['Inject'])(T['IBoardUIStateService'])),J(0x6,a[_0x1ed4d3(0x945)]),J(0x7,a[_0x1ed4d3(0x8e6)])],Kc);function qc(){const _0x20617f=_0x1ed4d3;return{...gs({'childType':a[_0x20617f(0x747)][_0x20617f(0x8d2)],'productName':_0x20617f(0x95a),'hostChromeMode':_0x20617f(0x255)}),'presentationPolicy':{'getChromeCss':()=>_0x20617f(0x8f5)}};}function Jc(){const _0x443d17=_0x1ed4d3;return{'hostType':a[_0x443d17(0x747)][_0x443d17(0x8d2)],'entry':t['EmbedHostEntryEnum'][_0x443d17(0x7bd)],'layout':_0x443d17(0x808),'supportedLayouts':[_0x443d17(0x808),_0x443d17(0x874),_0x443d17(0x7c7)],'menuBehavior':_0x443d17(0x714)};}function Yc(){const _0x199462=_0x1ed4d3;return{'childType':a[_0x199462(0x747)][_0x199462(0x8d2)],'handleWheel':_0xeee610=>{const _0x5334a3=_0x199462;let _0x13723b=_0xeee610[_0x5334a3(0x6f3)]['injector'];if(!(_0x13723b!=null&&_0x13723b[_0x5334a3(0x54f)](T[_0x5334a3(0x55e)])))return!0x1;let _0x39da53=(_0xeee610['runtimeScope']['roots']['content']['querySelector'](_0x5334a3(0x67a))??_0xeee610['runtimeScope'][_0x5334a3(0x64b)]['content'])['getBoundingClientRect'](),_0x3e1bb9=(0x0,T[_0x5334a3(0x98c)])(_0x13723b[_0x5334a3(0x54f)](a['IConfigService'])?_0x13723b[_0x5334a3(0x53b)](a[_0x5334a3(0x945)])[_0x5334a3(0x6af)](T[_0x5334a3(0x5c1)]):void 0x0),_0x129e9f=(0x0,T[_0x5334a3(0x4df)])({'event':_0xeee610[_0x5334a3(0x63a)],'interactionConfig':_0x3e1bb9,'viewportRect':_0x39da53});if(_0x129e9f[_0x5334a3(0x5a7)]===_0x5334a3(0x255))return!0x1;let _0x3ae58c=_0x13723b[_0x5334a3(0x53b)](T['IBoardUIStateService']);return _0x129e9f[_0x5334a3(0x5a7)]==='pan'?_0x3ae58c[_0x5334a3(0x309)](_0x129e9f[_0x5334a3(0x6a7)]):_0x3ae58c[_0x5334a3(0x7f6)](_0x3ae58c[_0x5334a3(0x73f)]()[_0x5334a3(0x327)]*_0x129e9f[_0x5334a3(0x52d)],_0x129e9f[_0x5334a3(0x3a7)]),!0x0;}};}function Xc(_0x3049eb){const _0x10eec0=_0x1ed4d3;return{'childType':a[_0x10eec0(0x747)][_0x10eec0(0x8d2)],'supportedLayouts':[_0x10eec0(0x91e),_0x10eec0(0x282),_0x10eec0(0x808)],'scopedDependencies':T[_0x10eec0(0x480)][_0x10eec0(0x527)](_0x3049eb),'beforeDeactivate':Zc,'mount':Qc};}function Zc(_0x7d8d86){const _0x2f107a=_0x1ed4d3;let _0x427b55=_0x7d8d86[_0x2f107a(0x6f3)][_0x2f107a(0x583)];if(_0x427b55[_0x2f107a(0x54f)](S[_0x2f107a(0x91f)])&&_0x427b55[_0x2f107a(0x53b)](S['IEditorUIService'])[_0x2f107a(0x723)](),_0x427b55[_0x2f107a(0x54f)](T[_0x2f107a(0x791)])&&_0x427b55[_0x2f107a(0x53b)](T[_0x2f107a(0x791)])['cancelEditing'](),_0x427b55['has'](T[_0x2f107a(0x4f9)])){let _0x155bb6=_0x427b55[_0x2f107a(0x53b)](T[_0x2f107a(0x4f9)]);_0x155bb6[_0x2f107a(0x556)](),_0x155bb6[_0x2f107a(0x37c)]();}}function Qc(_0x392c46){const _0x4ecaeb=_0x1ed4d3;var _0x4fbd00,_0x5c0a90;let _0x182651=_0x392c46[_0x4ecaeb(0x583)][_0x4ecaeb(0x53b)](a[_0x4ecaeb(0x90d)])[_0x4ecaeb(0x4a8)](_0x392c46[_0x4ecaeb(0x442)],a['UniverInstanceType']['UNIVER_BOARD']),_0x1efdae=_0x392c46[_0x4ecaeb(0x6f3)][_0x4ecaeb(0x583)];if(!_0x182651||!_0x1efdae)return;let _0x404473=_0x392c46[_0x4ecaeb(0x583)]['get'](p[_0x4ecaeb(0x208)]),_0x2c245e=Dt(_0x404473,_0x392c46[_0x4ecaeb(0x442)],_0x1efdae);if(!_0x2c245e)return;let _0x28ca00=rn(_0x392c46[_0x4ecaeb(0x6f3)][_0x4ecaeb(0x64b)][_0x4ecaeb(0x684)]);_0x28ca00[_0x4ecaeb(0x2c3)]((0x0,m[_0x4ecaeb(0x9d3)])(qt,{'injector':_0x1efdae,'mountContainer':_0x392c46[_0x4ecaeb(0x6f3)][_0x4ecaeb(0x64b)][_0x4ecaeb(0x852)],'embedId':_0x392c46['embedId'],'children':[(0x0,m['jsx'])(T[_0x4ecaeb(0x6fd)],{'embedded':_0x392c46['renderScope'][_0x4ecaeb(0x7d1)]===_0x4ecaeb(0x681)&&!_0x392c46[_0x4ecaeb(0x982)][_0x4ecaeb(0x44f)],'fitOnMount':!0x1,'showZoomControls':_0x392c46['renderScope'][_0x4ecaeb(0x7d1)]===_0x4ecaeb(0x9c5)||_0x392c46[_0x4ecaeb(0x982)][_0x4ecaeb(0x44f)]===!0x0}),(0x0,m['jsx'])(T[_0x4ecaeb(0x236)],{'positionRoot':_0x392c46['runtimeScope']['roots'][_0x4ecaeb(0x684)]}),(0x0,m[_0x4ecaeb(0x689)])(S[_0x4ecaeb(0x38a)],{})]}));let _0x309f1a=_0x392c46[_0x4ecaeb(0x982)][_0x4ecaeb(0x7d1)]!=='float'||_0x392c46[_0x4ecaeb(0x982)][_0x4ecaeb(0x44f)]?_0x392c46[_0x4ecaeb(0x583)][_0x4ecaeb(0x53b)](q)[_0x4ecaeb(0x91d)](_0x392c46[_0x4ecaeb(0x666)],_0x392c46[_0x4ecaeb(0x6f3)][_0x4ecaeb(0x64b)]['content'][_0x4ecaeb(0x2f2)],{'includeAppShellEditorPortal':!0x1}):void 0x0;kt(_0x2c245e,{'activate':!0x0});let _0x1a8218=(_0x4fbd00=(_0x5c0a90=globalThis)[_0x4ecaeb(0x930)])==null?void 0x0:_0x4fbd00[_0x4ecaeb(0x5db)](_0x5c0a90,()=>{const _0x35d3f2=_0x4ecaeb;let _0x2936af=_0x392c46[_0x35d3f2(0x6f3)][_0x35d3f2(0x64b)][_0x35d3f2(0x684)][_0x35d3f2(0x55c)](_0x35d3f2(0x67a)),_0x5b0b7c=(_0x2936af==null?void 0x0:_0x2936af[_0x35d3f2(0x455)]())??_0x392c46[_0x35d3f2(0x6f3)]['roots']['content']['getBoundingClientRect'](),_0x2546ed=(0x0,T[_0x35d3f2(0x98c)])(_0x1efdae['get'](a[_0x35d3f2(0x945)])[_0x35d3f2(0x6af)](T['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0);_0x1efdae[_0x35d3f2(0x53b)](T['BoardViewportService'])[_0x35d3f2(0x61a)](_0x182651,{'viewportSize':{'width':_0x5b0b7c[_0x35d3f2(0x754)],'height':_0x5b0b7c[_0x35d3f2(0x33c)]},'padding':Math[_0x35d3f2(0x287)](0x10,Math['min'](0x40,Math[_0x35d3f2(0x451)](_0x5b0b7c[_0x35d3f2(0x754)],_0x5b0b7c[_0x35d3f2(0x33c)])*0.08)),'zoom':_0x2546ed});});return(0x0,a[_0x4ecaeb(0x64a)])(()=>{const _0x2c96da=_0x4ecaeb;if(_0x1a8218!=null){var _0x2d07ca,_0x2d8480;(_0x2d07ca=(_0x2d8480=globalThis)[_0x2c96da(0x571)])==null||_0x2d07ca[_0x2c96da(0x5db)](_0x2d8480,_0x1a8218);}try{var _0xdc68ff,_0x39f39d;(_0xdc68ff=(_0x39f39d=_0x2c245e['engine'])[_0x2c96da(0x228)])==null||_0xdc68ff[_0x2c96da(0x5db)](_0x39f39d);}catch{}_0x404473[_0x2c96da(0x814)](_0x392c46[_0x2c96da(0x442)]),an(_0x28ca00),_0x309f1a==null||_0x309f1a[_0x2c96da(0x45b)](),_0x1efdae['dispose']();});}function $c(){const _0x5545a5=_0x1ed4d3;return fc({'childType':a[_0x5545a5(0x747)][_0x5545a5(0x8d2)],'mount':el});}function el(_0x30d9b6){const _0x36f291=_0x1ed4d3;if(_0x30d9b6[_0x36f291(0x982)]['fullscreen'])return;let {menu:_0x1bd069,portalContainer:_0x43bb64}=dc(_0x30d9b6),_0x4191f3=rn(_0x1bd069);return _0x4191f3[_0x36f291(0x2c3)]((0x0,d[_0x36f291(0x467)])(qt,{'injector':_0x30d9b6[_0x36f291(0x6f3)][_0x36f291(0x583)],'mountContainer':_0x43bb64,'embedId':_0x30d9b6['embedId']},(0x0,d[_0x36f291(0x467)])(tl,{'hostUnitId':_0x30d9b6[_0x36f291(0x565)],'embedId':_0x30d9b6['embedId'],'childUnitId':_0x30d9b6[_0x36f291(0x442)],'viewportRoot':_0x30d9b6[_0x36f291(0x6f3)][_0x36f291(0x64b)]['content'],'fullscreen':!!_0x30d9b6[_0x36f291(0x982)][_0x36f291(0x44f)]}))),(0x0,a[_0x36f291(0x64a)])(()=>{const _0x1e675f=_0x36f291;an(_0x4191f3),globalThis[_0x1e675f(0x84e)](()=>_0x1bd069['remove'](),0x0);});}function tl(_0x592c88){const _0x5ee67b=_0x1ed4d3;let {hostUnitId:_0x41b461,embedId:_0x431b0c,childUnitId:_0x32e36c,viewportRoot:_0x23ec27,fullscreen:_0x252c99}=_0x592c88,_0x3cc2a6=(0x0,c[_0x5ee67b(0x2d7)])(a[_0x5ee67b(0x8e6)]),_0x3d43dc=(0x0,c[_0x5ee67b(0x2d7)])(a[_0x5ee67b(0x945)]),_0x52ea4f=(0x0,c['useDependency'])(a[_0x5ee67b(0x90d)]),_0x533f6a=(0x0,c[_0x5ee67b(0x2d7)])(a[_0x5ee67b(0x58e)]),_0x3f6c03=(0x0,c[_0x5ee67b(0x2d7)])(le),_0x1475c6=(0x0,c['useDependency'])(T[_0x5ee67b(0x55e)]),_0x150869=(0x0,c[_0x5ee67b(0x2d7)])(T[_0x5ee67b(0x3cd)]),_0x4d4d95=(0x0,c['useObservable'])(()=>_0x1475c6['state$'],_0x1475c6['getState'](),!0x1,[_0x1475c6]),_0x3ebc3d=rl({'embedId':_0x431b0c,'active':(0x0,c[_0x5ee67b(0x713)])(()=>_0x3f6c03[_0x5ee67b(0x589)],_0x3f6c03[_0x5ee67b(0x8a7)](),!0x1,[_0x3f6c03]),'fullscreen':_0x252c99}),_0xaaff6c=_0x52ea4f[_0x5ee67b(0x4a8)](_0x32e36c,a[_0x5ee67b(0x747)][_0x5ee67b(0x8d2)]),_0x2191f4=(0x0,T[_0x5ee67b(0x98c)])(_0x3d43dc[_0x5ee67b(0x6af)](T[_0x5ee67b(0x5c1)])??void 0x0),_0x5d22b3=()=>_0x23ec27[_0x5ee67b(0x455)](),_0x403227=()=>({'x':_0x5d22b3()[_0x5ee67b(0x754)]/0x2,'y':_0x5d22b3()['height']/0x2}),_0x347389=_0x4e2d85=>_0x1475c6['setZoomRatioAtViewportPoint'](_0x4e2d85,_0x403227());return(0x0,m[_0x5ee67b(0x9d3)])(_0x5ee67b(0x7ff),{'className':(0x0,l[_0x5ee67b(0x2e8)])(_0x5ee67b(0x98f),{'univer-hidden':_0x3ebc3d===_0x5ee67b(0x23c),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x252c99,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x252c99,'-univer-top-[44px]':!_0x252c99}),'data-embed-floating-menu':_0x5ee67b(0x85d),'data-embed-id':_0x431b0c,'data-embed-float-stage':_0x3ebc3d,'onPointerDown':_0x2b1a17=>_0x2b1a17[_0x5ee67b(0x94b)](),'children':[(0x0,m[_0x5ee67b(0x689)])(nl,{'title':_0x533f6a['t'](_0x5ee67b(0x539)),'onClick':()=>{const _0x1b0a46=_0x5ee67b;let _0x3778ce=_0x5d22b3();_0x150869['fitContent'](_0xaaff6c??null,{'viewportSize':{'width':_0x3778ce[_0x1b0a46(0x754)],'height':_0x3778ce[_0x1b0a46(0x33c)]},'padding':Math[_0x1b0a46(0x287)](0x10,Math['min'](0x40,Math['min'](_0x3778ce[_0x1b0a46(0x754)],_0x3778ce[_0x1b0a46(0x33c)])*0.08)),'zoom':_0x2191f4});},'children':(0x0,m['jsx'])(u[_0x5ee67b(0x80e)],{})}),(0x0,m[_0x5ee67b(0x689)])(nl,{'title':_0x533f6a['t'](_0x5ee67b(0x7ad)),'onClick':()=>_0x347389(_0x4d4d95[_0x5ee67b(0x327)]-_0x2191f4['zoomStep']),'children':(0x0,m['jsx'])(u['ZoomOutIcon'],{})}),(0x0,m[_0x5ee67b(0x9d3)])(nl,{'title':_0x533f6a['t']('embed-ui.boardsFloating.resetZoom'),'noIcon':!0x0,'onClick':()=>_0x347389(0x1),'children':[Math[_0x5ee67b(0x66f)](_0x4d4d95[_0x5ee67b(0x327)]*0x64),'%']}),(0x0,m[_0x5ee67b(0x689)])(nl,{'title':_0x533f6a['t'](_0x5ee67b(0x8fa)),'onClick':()=>_0x347389(_0x4d4d95[_0x5ee67b(0x327)]+_0x2191f4[_0x5ee67b(0x854)]),'children':(0x0,m['jsx'])(u[_0x5ee67b(0x3f4)],{})}),(0x0,m[_0x5ee67b(0x689)])(ia,{'hostUnitId':_0x41b461,'embedId':_0x431b0c,'variant':_0x5ee67b(0x352)}),(0x0,m[_0x5ee67b(0x689)])(nl,{'title':_0x533f6a['t'](_0x5ee67b(0x2db)),'className':_0x5ee67b(0x24c),'onClick':async()=>_0x3cc2a6[_0x5ee67b(0x88b)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x41b461,'embedId':_0x431b0c}),'children':(0x0,m[_0x5ee67b(0x689)])(u[_0x5ee67b(0x2ea)],{})})]});}function nl(_0x4b30fa){const _0x58fd30=_0x1ed4d3;let {children:_0x392ac8,className:_0x474984,noIcon:_0xcc2595,onClick:_0x4e14fd,title:_0x3e729b}=_0x4b30fa;return(0x0,m['jsx'])(ra,{'title':_0x3e729b,'children':(0x0,m[_0x58fd30(0x689)])(c[_0x58fd30(0x362)],{'aria-label':_0x3e729b,'className':_0x474984,'noIcon':_0xcc2595,'onClick':_0x4e14fd,'children':_0x392ac8})});}function rl(_0x496899){const _0x2a64b4=_0x1ed4d3;var _0x40bb07;return _0x496899[_0x2a64b4(0x44f)]?_0x2a64b4(0x334):((_0x40bb07=_0x496899[_0x2a64b4(0x69d)])==null?void 0x0:_0x40bb07[_0x2a64b4(0x666)])===_0x496899[_0x2a64b4(0x666)]?_0x496899[_0x2a64b4(0x69d)]['stage']??_0x2a64b4(0x412):_0x2a64b4(0x23c);}function il(_0x1fb3d0){us(_0x1fb3d0,'boards-ui.embed',al);}function al(_0x44be0a){const _0x5474a8=_0x1ed4d3;_0x44be0a[_0x5474a8(0x54f)](T[_0x5474a8(0x45d)])||_0x44be0a['add']([T['IBoardEmbedRuntimeFocusCoordinator'],{'useFactory':()=>_0x44be0a[_0x5474a8(0x53b)](G)}]);let _0x198ce2=_0x44be0a[_0x5474a8(0x53b)](yt),_0x246628=_0x44be0a[_0x5474a8(0x53b)](_t),_0x4b6da5=_0x44be0a['get'](V),_0x2b36bf=_0x44be0a[_0x5474a8(0x53b)](vt),_0x25f36d=_0x44be0a[_0x5474a8(0x53b)](Ur),_0x9bba34=_0x44be0a['get'](ii),_0x238dfc=Jc();_0x198ce2[_0x5474a8(0x53b)](_0x238dfc['hostType'],_0x238dfc[_0x5474a8(0x8bf)])||_0x198ce2[_0x5474a8(0x22c)](_0x238dfc);let _0x162340=Xc(_0x44be0a);_0x246628[_0x5474a8(0x53b)](_0x162340['childType'])||_0x246628[_0x5474a8(0x22c)](_0x162340);let _0x54873f=qc();_0x4b6da5[_0x5474a8(0x53b)](_0x54873f['childType'])||_0x4b6da5['register'](_0x54873f),$c()[_0x5474a8(0x360)](_0x1c48db=>{const _0x383b4c=_0x5474a8;_0x2b36bf[_0x383b4c(0x9a9)](_0x1c48db[_0x383b4c(0x817)],_0x1c48db['entry'],_0x1c48db[_0x383b4c(0x5c7)])||_0x2b36bf[_0x383b4c(0x22c)](_0x1c48db);}),_0x25f36d['registerProvider'](ga(_0x44be0a,{'childType':a[_0x5474a8(0x747)]['UNIVER_BOARD'],'renderManagerService':p['IRenderManagerService']})),_0x9bba34[_0x5474a8(0x53b)](a[_0x5474a8(0x747)][_0x5474a8(0x8d2)])||_0x9bba34['register'](Yc()),_0x44be0a[_0x5474a8(0x53b)](p[_0x5474a8(0x208)])[_0x5474a8(0x43f)](a['UniverInstanceType'][_0x5474a8(0x8d2)],Kc);}const ol={'mode':_0x1ed4d3(0x60f),'target':'container','paddingX':0x0,'minScale':0x0,'align':_0x1ed4d3(0x336)};function sl(){const _0x5d8e00=_0x1ed4d3;return ms({'childType':a['UniverInstanceType'][_0x5d8e00(0x563)],'productName':_0x5d8e00(0x4e7)});}function cl(){const _0xf5b40f=_0x1ed4d3;return{'childType':a['UniverInstanceType'][_0xf5b40f(0x563)],'supportedLayouts':[_0xf5b40f(0x282),_0xf5b40f(0x874),_0xf5b40f(0x808)],'scopedDependencies':[[o[_0xf5b40f(0x619)]]],'beforeDeactivate':_0x5513ed=>{ul(_0x5513ed);},'mount':_0x32cc38=>{const _0x56ed9e=_0xf5b40f;let _0x35d321=_0x32cc38[_0x56ed9e(0x982)]['mode']===_0x56ed9e(0x681)&&!_0x32cc38[_0x56ed9e(0x982)]['fullscreen']?xt(_0x32cc38,p['IRenderManagerService'],void 0x0,{'scopedInjector':dl(_0x32cc38[_0x56ed9e(0x6f3)][_0x56ed9e(0x583)])}):xt(_0x32cc38,p[_0x56ed9e(0x208)]),_0x5ddc13=ll(_0x32cc38);return(0x0,a['toDisposable'])(()=>{const _0x831bba=_0x56ed9e;_0x5ddc13[_0x831bba(0x45b)](),_0x35d321==null||_0x35d321[_0x831bba(0x45b)]();});}};}function ll(_0xee9f69){const _0x590c3f=_0x1ed4d3;let _0x84b810=_0xee9f69[_0x590c3f(0x6f3)][_0x590c3f(0x64b)][_0x590c3f(0x2a6)]??_0xee9f69[_0x590c3f(0x982)][_0x590c3f(0x97f)];if(!_0x84b810)return(0x0,a[_0x590c3f(0x64a)])(()=>{});let _0x1d24cd=_0xee9f69[_0x590c3f(0x583)]['get'](p[_0x590c3f(0x208)]),_0x18d5df=_0x23ab2a=>{const _0x3aff83=_0x590c3f;var _0x1639ea;if(!(_0x23ab2a[_0x3aff83(0x1f6)]instanceof HTMLCanvasElement)||!_0x84b810[_0x3aff83(0x495)](_0x23ab2a[_0x3aff83(0x1f6)]))return;let _0xec34c5=(_0x1639ea=_0x1d24cd[_0x3aff83(0x871)](_0xee9f69[_0x3aff83(0x442)]))==null?void 0x0:_0x1639ea['with'](o[_0x3aff83(0x979)]);_0xec34c5&&!_0xec34c5['hasFocus']()&&_0xec34c5[_0x3aff83(0x27e)]();};return _0x84b810[_0x590c3f(0x7d4)](_0x590c3f(0x888),_0x18d5df,!0x0),(0x0,a['toDisposable'])(()=>_0x84b810[_0x590c3f(0x2f5)](_0x590c3f(0x888),_0x18d5df,!0x0));}function ul(_0x5757e6){const _0x3141f0=_0x1ed4d3;var _0x30ba0c;let _0x3e6e19=_0x5757e6[_0x3141f0(0x583)][_0x3141f0(0x53b)](p['IRenderManagerService'])[_0x3141f0(0x871)](_0x5757e6[_0x3141f0(0x442)]),_0x52c0d7=_0x3e6e19==null?void 0x0:_0x3e6e19[_0x3141f0(0x7b2)](o['DocSelectionRenderService']);_0x3e6e19==null||(_0x30ba0c=_0x3e6e19[_0x3141f0(0x7b2)](o[_0x3141f0(0x823)]))==null||_0x30ba0c[_0x3141f0(0x84a)](),_0x52c0d7==null||_0x52c0d7[_0x3141f0(0x7d5)](),_0x52c0d7==null||_0x52c0d7[_0x3141f0(0x585)]();}function dl(_0x1f908a){const _0x26288e=_0x1ed4d3;return ye(_0x1f908a,new Map([[o[_0x26288e(0x5d9)],_0x1daf9e=>fl(_0x1daf9e)]]));}function fl(_0x384669){const _0x231ccc=_0x1ed4d3;return{..._0x384669,'fitToWidth':{..._0x384669==null?void 0x0:_0x384669[_0x231ccc(0x3d8)],...ol}};}function pl(_0x51d32f,_0x28dd68=0x78){let _0x3a341a,_0x4c3427,_0x71ec51=()=>{const _0x296d80=_0x54e0;_0x4c3427!=null&&(window[_0x296d80(0x7b3)](_0x4c3427),_0x4c3427=void 0x0),_0x3a341a!=null&&(window[_0x296d80(0x571)](_0x3a341a),_0x3a341a=void 0x0);};return{'dispose':_0x71ec51,'schedule':()=>{const _0x5732c0=_0x54e0;_0x71ec51(),_0x4c3427=window[_0x5732c0(0x84e)](()=>{const _0xcfa2ec=_0x5732c0;_0x4c3427=void 0x0,_0x3a341a=window[_0xcfa2ec(0x930)](()=>{_0x3a341a=void 0x0,_0x51d32f();});},_0x28dd68);}};}let ml=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x374aa4,_0x2e7375,_0x29cf25,_0x20cbf1,_0x366e4b,_0x2fef96,_0x4c9cf6,_0xcf2215){const _0x200cdd=_0x1ed4d3;var _0x12f89f,_0x59c548,_0x5d77ec;super(),this[_0x200cdd(0x36c)]=_0x374aa4,this[_0x200cdd(0x6bb)]=_0x2e7375,this[_0x200cdd(0x4c2)]=_0x29cf25,this[_0x200cdd(0x85a)]=_0x20cbf1,this[_0x200cdd(0x421)]=_0x366e4b,this[_0x200cdd(0x3b7)]=_0x2fef96,this[_0x200cdd(0x633)]=_0x4c9cf6,this[_0x200cdd(0x551)]=_0xcf2215,B(this,_0x200cdd(0x832),new Map()),B(this,'_pendingChildUnits',new Map());let _0x54b315=(0x0,o['createDocsCustomBlockSizeRefreshScheduler'])(()=>{const _0x22c2a1=_0x200cdd;this['_rerenderHostDoc']()||this[_0x22c2a1(0x63d)]();}),_0x33155d=pl(()=>{const _0x51f75c=_0x200cdd;this[_0x51f75c(0x893)]();}),_0x1b055a=(0x0,o['createDocsCustomBlockSizeRefreshScheduler'])(()=>{const _0x1dc374=_0x200cdd;this[_0x1dc374(0x893)]();}),_0x2fbdf7=(_0x12f89f=this[_0x200cdd(0x5a4)]())==null?void 0x0:_0x12f89f[_0x200cdd(0x327)];this[_0x200cdd(0x512)](_0x54b315),this[_0x200cdd(0x512)](_0x33155d),this[_0x200cdd(0x512)](_0x1b055a);let _0xfd9d48=hl((_0x59c548=this[_0x200cdd(0x36c)][_0x200cdd(0x212)])==null||(_0x5d77ec=_0x59c548['getCanvasElement'])==null?void 0x0:_0x5d77ec[_0x200cdd(0x5db)](_0x59c548),_0x54b315[_0x200cdd(0x239)]);_0xfd9d48&&this['disposeWithMe'](_0xfd9d48);let _0x22cbd8=this[_0x200cdd(0x85a)][_0x200cdd(0x932)][_0x200cdd(0x49c)](({hostUnitId:_0x482f06})=>{const _0x18c7b5=_0x200cdd;_0x482f06===this[_0x18c7b5(0x36c)][_0x18c7b5(0x2b9)]&&_0x54b315['schedule']();});this[_0x200cdd(0x512)]((0x0,a['toDisposable'])(()=>_0x22cbd8[_0x200cdd(0x465)]())),this['disposeWithMe']({'dispose':()=>{const _0x762c37=_0x200cdd;this['_resolvedChildUnits'][_0x762c37(0x9c2)](),this[_0x762c37(0x80a)][_0x762c37(0x9c2)]();}});let _0x3b9573=this[_0x200cdd(0x6bb)]['getTypeOfUnitAdded$'](a[_0x200cdd(0x747)][_0x200cdd(0x32f)])[_0x200cdd(0x49c)](()=>{const _0x1e625d=_0x200cdd;_0x54b315[_0x1e625d(0x239)]();}),_0x3c9295=this['_univerInstanceService'][_0x200cdd(0x622)](a[_0x200cdd(0x747)][_0x200cdd(0x8ed)])[_0x200cdd(0x49c)](()=>{const _0x24dde8=_0x200cdd;_0x54b315[_0x24dde8(0x239)]();});this[_0x200cdd(0x512)]((0x0,a['toDisposable'])(()=>_0x3b9573[_0x200cdd(0x465)]())),this[_0x200cdd(0x512)]((0x0,a[_0x200cdd(0x64a)])(()=>_0x3c9295['unsubscribe']()));let _0x6cb30a=(0x0,p[_0x200cdd(0x6c3)])((_0x496224,_0x44cedc,_0x353851)=>{const _0x46751f=_0x200cdd;var _0x455f1f,_0x46b040,_0x3f107e;if(_0x496224!==this['_context'][_0x46751f(0x2b9)])return null;let _0x1a5e64=this[_0x46751f(0x616)]();if(!_0x1a5e64)return null;let _0x16c8e4=(_0x455f1f=_0x1a5e64[_0x46751f(0x959)])==null?void 0x0:_0x455f1f[_0x44cedc],_0x30a950=_0x16c8e4==null?void 0x0:_0x16c8e4[_0x46751f(0x44c)],_0xa2c6b4=_0x30a950==null?void 0x0:_0x30a950[_0x46751f(0x5c7)];if(_0xa2c6b4!==a[_0x46751f(0x747)][_0x46751f(0x32f)]&&_0xa2c6b4!==a[_0x46751f(0x747)][_0x46751f(0x8ed)])return null;let _0xbea1e5=this[_0x46751f(0x551)]['getViewScale'](),_0x48dc30=this['_getVisibleCanvasDocumentRect'](_0xbea1e5),_0x11f3fa=this[_0x46751f(0x407)](_0x30a950,_0xa2c6b4),_0x318dec=_0x11f3fa?this[_0x46751f(0x819)](_0x11f3fa,_0xa2c6b4,_0x54b315[_0x46751f(0x239)]):void 0x0,_0x134cbf=_0x30a950==null?void 0x0:_0x30a950[_0x46751f(0x666)],_0x116f7a=typeof _0x134cbf==_0x46751f(0x23d)?(_0x46b040=this[_0x46751f(0x421)][_0x46751f(0x28a)](_0x134cbf))==null||(_0x46b040=_0x46b040['context'])==null?void 0x0:_0x46b040['runtimeScope'][_0x46751f(0x583)]:void 0x0,_0x53f11c=_0x11f3fa&&_0x318dec!=null?this[_0x46751f(0x85a)][_0x46751f(0x3af)]({'childType':_0xa2c6b4,'childUnit':_0x318dec,'childUnitId':_0x11f3fa,'injector':_0x116f7a,'viewportHeight':(_0x48dc30==null?void 0x0:_0x48dc30[_0x46751f(0x33c)])==null?void 0x0:Math[_0x46751f(0x287)](0x1,_0x48dc30['height']-0x34),'viewportWidth':_0x353851['fallbackWidth']}):void 0x0,_0x37505a=(0x0,h[_0x46751f(0x891)])(_0xa2c6b4),_0x589691=_l(_0x353851[_0x46751f(0x2ae)],_0x37505a[_0x46751f(0x33c)]),_0x5c4076=_l(_0x353851[_0x46751f(0x724)],_0x37505a['width']),_0x486054=(_0x53f11c==null?void 0x0:_0x53f11c['height'])??_0x589691,_0x2e6d94=(0x0,o[_0x46751f(0x4d8)])({'childType':_0xa2c6b4,'contentHeight':_0xa2c6b4===a[_0x46751f(0x747)][_0x46751f(0x32f)]?po(_0x486054):_0x486054,'contentWidth':_0x53f11c==null?void 0x0:_0x53f11c[_0x46751f(0x754)],'docsLeft':this[_0x46751f(0x406)](),'documentFlavor':(_0x3f107e=_0x1a5e64[_0x46751f(0x6ce)])==null?void 0x0:_0x3f107e['documentFlavor'],'fallbackHeight':_0x589691,'fallbackWidth':_0x5c4076,'pageMarginLeft':_0x353851[_0x46751f(0x92f)],'pageMarginRight':_0x353851[_0x46751f(0x3aa)],'pageWidth':_0x353851[_0x46751f(0x86e)],'scale':_0xbea1e5,'visibleCanvasHeight':_0x48dc30==null?void 0x0:_0x48dc30['height'],'visibleCanvasLeft':_0x48dc30==null?void 0x0:_0x48dc30[_0x46751f(0x2f6)],'visibleCanvasWidth':_0x48dc30==null?void 0x0:_0x48dc30[_0x46751f(0x754)]}),_0x51bafa=_0x2e6d94['contentHeight']??_0x2e6d94[_0x46751f(0x33c)],_0x145457=_0xa2c6b4===a[_0x46751f(0x747)]['UNIVER_BASE']?0x34:0x0,_0x24db89=(_0x48dc30==null?void 0x0:_0x48dc30[_0x46751f(0x33c)])==null?_0x2e6d94[_0x46751f(0x9db)]??_0x51bafa:Math['min'](_0x51bafa,Math[_0x46751f(0x287)](0x1,_0x48dc30[_0x46751f(0x33c)]-_0x145457));return{..._0x2e6d94,'viewportHeight':_0x24db89,'height':mo({'contentHeight':_0x51bafa,'floatingMenuInsetTop':0x34})};});this[_0x200cdd(0x512)]({'dispose':_0x6cb30a}),this[_0x200cdd(0x512)](this[_0x200cdd(0x4c2)]['onCommandExecuted'](_0x5ae4b2=>{const _0x12ce21=_0x200cdd;if(_0x5ae4b2['id']===o[_0x12ce21(0x6d1)]['id']){let _0x351165=_0x5ae4b2[_0x12ce21(0x640)];if(typeof _0x351165==_0x12ce21(0x56b)&&_0x351165&&_0x12ce21(0x2b9)in _0x351165&&_0x351165['unitId']===this['_context'][_0x12ce21(0x2b9)]){let _0x1afdb3='zoomRatio'in _0x351165&&typeof _0x351165['zoomRatio']==_0x12ce21(0x584)?_0x351165[_0x12ce21(0x327)]:void 0x0;if(_0x1afdb3!=null&&_0x1afdb3===_0x2fbdf7){_0x1b055a[_0x12ce21(0x239)]();return;}_0x2fbdf7=_0x1afdb3,_0x33155d[_0x12ce21(0x239)]();}return;}let _0x233704=this[_0x12ce21(0x616)]();_0x233704&&(0x0,o['shouldRefreshDocsCustomBlockSizeForCommand'])({'childUnitIds':(0x0,o[_0x12ce21(0x85b)])(_0x233704[_0x12ce21(0x959)],_0x1a3b52=>this['_resolveChildUnitId'](_0x1a3b52)),'commandId':_0x5ae4b2['id'],'commandParams':_0x5ae4b2[_0x12ce21(0x640)],'hostUnitId':this[_0x12ce21(0x36c)][_0x12ce21(0x2b9)]})&&_0x54b315['schedule']();}));}[_0x1ed4d3(0x5a4)](){const _0x5f360a=_0x1ed4d3;if(!this['_disposed'])return this['_context'][_0x5f360a(0x7ea)]??void 0x0;}['_getHostSnapshot'](){const _0x1b33e8=_0x1ed4d3;var _0x3137d5;return(_0x3137d5=this[_0x1b33e8(0x5a4)]())==null?void 0x0:_0x3137d5[_0x1b33e8(0x58b)]();}[_0x1ed4d3(0x893)](){const _0x217d72=_0x1ed4d3;let _0x2c9c34=this[_0x217d72(0x633)][_0x217d72(0x871)](this[_0x217d72(0x36c)][_0x217d72(0x2b9)]);try{var _0x3eafb1;let _0x57b636=_0x2c9c34==null||(_0x3eafb1=_0x2c9c34[_0x217d72(0x7b2)])==null?void 0x0:_0x3eafb1[_0x217d72(0x5db)](_0x2c9c34,h[_0x217d72(0x668)]);return _0x57b636?(_0x57b636[_0x217d72(0x691)](),!0x0):!0x1;}catch{return!0x1;}}[_0x1ed4d3(0x63d)](){const _0x5290ae=_0x1ed4d3;let _0x167659=this['_getHostUnit'](),_0x2bcbf1=_0x167659==null?void 0x0:_0x167659[_0x5290ae(0x327)];typeof _0x2bcbf1==_0x5290ae(0x584)&&this['_commandService'][_0x5290ae(0x6c0)](o['SetDocZoomRatioOperation']['id'],{'unitId':this[_0x5290ae(0x36c)][_0x5290ae(0x2b9)],'zoomRatio':_0x2bcbf1});}[_0x1ed4d3(0x407)](_0x4f08bd,_0x4bd516){const _0x55cc52=_0x1ed4d3;if(!_0x4f08bd||typeof _0x4f08bd!=_0x55cc52(0x56b))return;let _0x4a09cb=_0x4f08bd,_0xc88e59=typeof _0x4a09cb[_0x55cc52(0x5c7)]==_0x55cc52(0x584)?_0x4a09cb[_0x55cc52(0x5c7)]:_0x4bd516;if(_0xc88e59!==a[_0x55cc52(0x747)][_0x55cc52(0x32f)]&&_0xc88e59!==a['UniverInstanceType'][_0x55cc52(0x8ed)])return;if(typeof _0x4a09cb[_0x55cc52(0x442)]==_0x55cc52(0x23d))return _0x4a09cb[_0x55cc52(0x442)];if(typeof _0x4a09cb[_0x55cc52(0x666)]!=_0x55cc52(0x23d))return;let _0xf5ac59=typeof _0x4a09cb['hostUnitId']=='string'?_0x4a09cb[_0x55cc52(0x565)]:this[_0x55cc52(0x36c)][_0x55cc52(0x2b9)],_0x138e71=this[_0x55cc52(0x3b7)][_0x55cc52(0x5ab)](_0xf5ac59,_0x4a09cb['embedId']);if((_0x138e71==null?void 0x0:_0x138e71[_0x55cc52(0x5c7)])===_0xc88e59){if(typeof _0x138e71[_0x55cc52(0x442)]==_0x55cc52(0x23d))return _0x138e71[_0x55cc52(0x442)];try{return(0x0,t[_0x55cc52(0x81b)])(_0x138e71[_0x55cc52(0x2e7)]['ref']);}catch{return;}}}['_getChildUnitForMeasurement'](_0x227d21,_0x37205e,_0x46cd90){const _0x939878=_0x1ed4d3;let _0x580866=_0x37205e+':'+_0x227d21;if(this[_0x939878(0x832)][_0x939878(0x54f)](_0x580866))return this[_0x939878(0x832)][_0x939878(0x53b)](_0x580866);let _0x254353=this[_0x939878(0x6bb)][_0x939878(0x4a8)](_0x227d21,_0x37205e);if(_0x254353!=null){if(!gl(_0x254353))return this[_0x939878(0x832)][_0x939878(0x753)](_0x580866,_0x254353),_0x254353;if(!this['_pendingChildUnits'][_0x939878(0x54f)](_0x580866)){let _0x24241e=Promise[_0x939878(0x70a)](_0x254353)[_0x939878(0x5cb)](_0x14b08b=>(this[_0x939878(0x80a)][_0x939878(0x74c)](_0x580866),this[_0x939878(0x832)][_0x939878(0x753)](_0x580866,_0x14b08b),this[_0x939878(0x75b)]||_0x46cd90(),_0x14b08b),()=>{const _0x47d29b=_0x939878;this[_0x47d29b(0x80a)][_0x47d29b(0x74c)](_0x580866);});this[_0x939878(0x80a)]['set'](_0x580866,_0x24241e);}}}[_0x1ed4d3(0x406)](){const _0x524a6e=_0x1ed4d3;var _0x1b9f7f,_0x5bdb47;return((_0x1b9f7f=this[_0x524a6e(0x36c)][_0x524a6e(0x849)])==null||(_0x5bdb47=_0x1b9f7f[_0x524a6e(0x8ef)])==null||(_0x5bdb47=_0x5bdb47[_0x524a6e(0x5db)](_0x1b9f7f))==null?void 0x0:_0x5bdb47[_0x524a6e(0x307)])??0x0;}[_0x1ed4d3(0x997)](_0x6bc6af){const _0x408fec=_0x1ed4d3;var _0x5a7672,_0x4cf973,_0x5983c2,_0x2d88ce,_0x304ad6,_0x3a270a;let _0x4f752f=Number[_0x408fec(0x8cd)](_0x6bc6af)&&_0x6bc6af>0x0?_0x6bc6af:0x1,_0x65f8ee=((_0x5a7672=this[_0x408fec(0x36c)][_0x408fec(0x20c)]['getViewport'](o[_0x408fec(0x2d5)][_0x408fec(0x78a)]))==null?void 0x0:_0x5a7672['viewportScrollX'])??0x0,_0x2d3420=(_0x4cf973=(_0x5983c2=this['_context']['engine'])['getCanvasElement'])==null||(_0x4cf973=_0x4cf973[_0x408fec(0x5db)](_0x5983c2))==null||(_0x2d88ce=_0x4cf973[_0x408fec(0x455)])==null?void 0x0:_0x2d88ce['call'](_0x4cf973),_0x30f37e=_0x2d3420==null?void 0x0:_0x2d3420[_0x408fec(0x754)],_0x43506d=_0x2d3420==null?void 0x0:_0x2d3420['height'],_0x57723c=((_0x304ad6=this[_0x408fec(0x36c)][_0x408fec(0x849)])==null?void 0x0:_0x304ad6[_0x408fec(0x754)])??this['_context']['scene']['width'],_0x5ea369=(_0x30f37e??_0x57723c??0x0)/_0x4f752f,_0x22df64=((_0x3a270a=this[_0x408fec(0x36c)]['mainComponent'])==null?void 0x0:_0x3a270a['height'])??this['_context'][_0x408fec(0x20c)][_0x408fec(0x33c)],_0xc4668c=(_0x43506d??_0x22df64??0x0)/_0x4f752f;return!_0x5ea369||!Number[_0x408fec(0x8cd)](_0x5ea369)||_0x5ea369<=0x0||!_0xc4668c||!Number[_0x408fec(0x8cd)](_0xc4668c)||_0xc4668c<=0x0?null:{'height':_0xc4668c,'left':_0x65f8ee,'width':_0x5ea369};}};ml=Y([J(0x1,(0x0,a[_0x1ed4d3(0x558)])(a[_0x1ed4d3(0x90d)])),J(0x2,(0x0,a['Inject'])(a[_0x1ed4d3(0x8e6)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(fa)),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(Ut)),J(0x5,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x3b9)])),J(0x6,p[_0x1ed4d3(0x208)]),J(0x7,(0x0,a['Inject'])(o['DocViewScaleService']))],ml);function hl(_0x324351,_0x20bdf0){const _0x5e3697=_0x1ed4d3;if(!_0x324351||typeof ResizeObserver>'u')return;let _0x31247a=new ResizeObserver(()=>_0x20bdf0());return _0x31247a['observe'](_0x324351),{'dispose':()=>_0x31247a[_0x5e3697(0x8fe)]()};}function gl(_0x5f2e1c){const _0x4819b9=_0x1ed4d3;return!!_0x5f2e1c&&typeof _0x5f2e1c['then']==_0x4819b9(0x508);}function _l(_0x208d42,_0x22273b){const _0x34e03b=_0x1ed4d3;return typeof _0x208d42==_0x34e03b(0x584)&&Number[_0x34e03b(0x8cd)](_0x208d42)&&_0x208d42>0x1?_0x208d42:_0x22273b;}function vl(_0x617483,_0x3453ce,_0x5c6e69){const _0x30051d=_0x1ed4d3;return{...(0x0,t[_0x30051d(0x518)])(_0x617483,_0x3453ce),'afterCreateAnchor':_0x958cb5=>bl(_0x5c6e69,_0x958cb5[_0x30051d(0x565)]),'afterRemoveAnchor':_0x220820=>bl(_0x5c6e69,_0x220820[_0x30051d(0x565)])};}function yl(){const _0x524851=_0x1ed4d3;return{'hostType':a['UniverInstanceType'][_0x524851(0x563)],'entry':_0x524851(0x53e),'layout':_0x524851(0x6b8),'supportedLayouts':['docs-sticky-sheet','docs-sticky-base','aspect-fit',_0x524851(0x808),'content-bounds-fit'],'menuBehavior':_0x524851(0x714)};}function bl(_0x32cc31,_0x2aa184){const _0x38ee91=_0x1ed4d3;var _0x107d9f,_0xcb2c2a,_0x2c6f32,_0x17e783;if(!_0x32cc31)return;let _0x251a06=_0x32cc31['getRenderUnitById'](_0x2aa184);if(_0x251a06){for(let _0x5d26fb of _0x251a06[_0x38ee91(0x974)][_0x38ee91(0x3e4)]()){var _0x486528;(_0x486528=_0x5d26fb[_0x38ee91(0x53a)])==null||_0x486528['call'](_0x5d26fb);}(_0x107d9f=_0x251a06[_0x38ee91(0x212)])==null||_0x107d9f[_0x38ee91(0x79f)](),(_0xcb2c2a=_0x251a06[_0x38ee91(0x20c)])==null||_0xcb2c2a['makeDirty'](),(_0x2c6f32=_0x251a06[_0x38ee91(0x7b2)])==null||(_0x2c6f32=_0x2c6f32['call'](_0x251a06,o[_0x38ee91(0x2ba)]))==null||(_0x17e783=_0x2c6f32[_0x38ee91(0x794)])==null||_0x17e783[_0x38ee91(0x5db)](_0x2c6f32);}}function xl(_0x67109){const _0x371c26=_0x1ed4d3;return{'childType':a['UniverInstanceType'][_0x371c26(0x563)],'handleWheel':_0x3e31b7=>{const _0x407119=_0x371c26;let _0x4d10f0=_0x67109[_0x407119(0x54f)](ai)?_0x67109[_0x407119(0x53b)](ai):void 0x0;if((_0x4d10f0==null?void 0x0:_0x4d10f0[_0x407119(0x792)](_0x3e31b7))===!0x0)return!0x0;if(!_0x67109['has'](p['IRenderManagerService']))return!0x1;let _0x549a4d=_0x67109[_0x407119(0x53b)](p[_0x407119(0x208)])[_0x407119(0x871)](_0x3e31b7[_0x407119(0x442)]),_0x1895ad=_0x549a4d==null?void 0x0:_0x549a4d[_0x407119(0x20c)];return uo(_0x3e31b7,_0x1895ad==null?void 0x0:_0x1895ad['getViewport'](o['VIEWPORT_KEY'][_0x407119(0x78a)]),_0x1895ad);}};}function Sl(){const _0x43e4dd=_0x1ed4d3;return fc({'childType':a[_0x43e4dd(0x747)][_0x43e4dd(0x563)],'mount':Cl});}function Cl(_0x26b253){const _0x421334=_0x1ed4d3;let {menu:_0x2136b6,portalContainer:_0x3fef0e}=dc(_0x26b253),_0x71c04b=rn(_0x2136b6);return _0x71c04b[_0x421334(0x2c3)]((0x0,d[_0x421334(0x467)])(qt,{'injector':_0x26b253[_0x421334(0x6f3)][_0x421334(0x583)],'mountContainer':_0x3fef0e,'embedId':_0x26b253[_0x421334(0x666)]},(0x0,d[_0x421334(0x467)])(wl,{'hostUnitId':_0x26b253[_0x421334(0x565)],'embedId':_0x26b253[_0x421334(0x666)],'entry':_0x26b253[_0x421334(0x3e8)][_0x421334(0x8bf)],'fullscreen':!!_0x26b253[_0x421334(0x982)][_0x421334(0x44f)],'usesDomFloatingStage':_0x26b253[_0x421334(0x3e8)]['entry']!==_0x421334(0x3ab),'renderScopeActive$':_0x26b253[_0x421334(0x982)][_0x421334(0x589)]}))),(0x0,a[_0x421334(0x64a)])(()=>{const _0x12aaef=_0x421334;an(_0x71c04b),globalThis[_0x12aaef(0x84e)](()=>_0x2136b6[_0x12aaef(0x241)](),0x0);});}function wl(_0x109388){const _0xcf7e3=_0x1ed4d3;let {hostUnitId:_0x2f4e57,embedId:_0x3fa740,entry:_0x1dab91,fullscreen:_0x44c5b2,usesDomFloatingStage:_0x38b844,renderScopeActive$:_0x2e534a}=_0x109388,_0x523bd0=(0x0,c['useObservable'])(()=>_0x2e534a,!0x1,!0x1,[_0x2e534a]),_0x4ef2b5=(0x0,c[_0xcf7e3(0x2d7)])(a['ICommandService']),_0x16484a=(0x0,c[_0xcf7e3(0x2d7)])(a[_0xcf7e3(0x58e)]),_0x9a01b5=(0x0,c[_0xcf7e3(0x2d7)])(le),_0x4c6c02=cr({'embedId':_0x3fa740,'active':(0x0,c[_0xcf7e3(0x713)])(()=>_0x9a01b5[_0xcf7e3(0x589)],_0x9a01b5['getActive'](),!0x1,[_0x9a01b5]),'fullscreen':_0x44c5b2,'usesDomFloatingStage':_0x38b844,'renderScopeActive':_0x523bd0});return(0x0,m[_0xcf7e3(0x9d3)])(_0xcf7e3(0x7ff),{'className':(0x0,l[_0xcf7e3(0x2e8)])('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':_0x4c6c02!==_0xcf7e3(0x334),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x44c5b2,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x44c5b2,'-univer-top-9':!_0x44c5b2&&_0x1dab91!==_0xcf7e3(0x53e),'-univer-top-[52px]':!_0x44c5b2&&_0x1dab91===_0xcf7e3(0x53e)}),'data-embed-floating-menu':_0xcf7e3(0x85d),'data-embed-id':_0x3fa740,'data-embed-float-stage':_0x4c6c02,'onPointerDown':_0x533ca5=>_0x533ca5[_0xcf7e3(0x94b)](),'children':[!_0x44c5b2&&(0x0,m['jsx'])(ia,{'hostUnitId':_0x2f4e57,'embedId':_0x3fa740,'variant':'menu'}),(0x0,m[_0xcf7e3(0x689)])(ra,{'title':_0x16484a['t']('embed-ui.deleteBlock'),'children':(0x0,m['jsx'])(l['Button'],{'type':_0xcf7e3(0x679),'size':_0xcf7e3(0x2fb),'variant':'ghost','className':_0xcf7e3(0x6cf),'aria-label':_0x16484a['t'](_0xcf7e3(0x370)),'onClick':async()=>{const _0x4b3e42=_0xcf7e3;await _0x4ef2b5[_0x4b3e42(0x88b)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x2f4e57,'embedId':_0x3fa740});},'children':(0x0,m['jsx'])(u[_0xcf7e3(0x2ea)],{})})})]});}function Tl(_0x589d5d){const _0x2c7bb9=_0x1ed4d3;us(_0x589d5d,_0x2c7bb9(0x31e),El);}function El(_0x24b842){const _0x4604b2=_0x1ed4d3;let _0x41cd80=_0x24b842[_0x4604b2(0x53b)](t[_0x4604b2(0x6ff)]),_0x14b7ce=_0x24b842[_0x4604b2(0x53b)](yt),_0x532820=_0x24b842[_0x4604b2(0x53b)](_t),_0x16f1d0=_0x24b842[_0x4604b2(0x53b)](V),_0x183e90=_0x24b842[_0x4604b2(0x53b)](vt),_0x3de934=_0x24b842[_0x4604b2(0x53b)](Ur),_0x1a34a6=_0x24b842[_0x4604b2(0x53b)](ii),_0x14ba92=_0x24b842[_0x4604b2(0x54f)](t[_0x4604b2(0x933)])?_0x24b842['get'](t[_0x4604b2(0x933)]):void 0x0,_0x41832f=_0x24b842[_0x4604b2(0x54f)](a[_0x4604b2(0x90d)])?_0x24b842[_0x4604b2(0x53b)](a[_0x4604b2(0x90d)]):void 0x0,_0xa22ad5=_0x24b842['has'](p[_0x4604b2(0x208)])?_0x24b842[_0x4604b2(0x53b)](p[_0x4604b2(0x208)]):void 0x0;_0xa22ad5==null||_0xa22ad5[_0x4604b2(0x43f)](a[_0x4604b2(0x747)][_0x4604b2(0x563)],[ml]);let _0x175c22=vl(_0x14ba92,_0x41832f,_0xa22ad5);_0x41cd80[_0x4604b2(0x53b)](_0x175c22[_0x4604b2(0x817)],_0x175c22[_0x4604b2(0x8bf)])||_0x41cd80['register'](_0x175c22);let _0x11216c=yl();_0x14b7ce[_0x4604b2(0x53b)](_0x11216c[_0x4604b2(0x817)],_0x11216c[_0x4604b2(0x8bf)])||_0x14b7ce[_0x4604b2(0x22c)](_0x11216c);let _0x117807=cl();_0x532820[_0x4604b2(0x53b)](_0x117807['childType'])||_0x532820[_0x4604b2(0x22c)](_0x117807);let _0x1fe630=sl();_0x16f1d0[_0x4604b2(0x53b)](_0x1fe630[_0x4604b2(0x5c7)])||_0x16f1d0[_0x4604b2(0x22c)](_0x1fe630),Sl()[_0x4604b2(0x360)](_0x37711d=>{const _0x15d2c5=_0x4604b2;_0x183e90[_0x15d2c5(0x9a9)](_0x37711d[_0x15d2c5(0x817)],_0x37711d[_0x15d2c5(0x8bf)],_0x37711d[_0x15d2c5(0x5c7)])||_0x183e90[_0x15d2c5(0x22c)](_0x37711d);}),_0x3de934[_0x4604b2(0x96e)](ga(_0x24b842,{'childType':a[_0x4604b2(0x747)][_0x4604b2(0x563)],'renderManagerService':p['IRenderManagerService']})),_0x1a34a6[_0x4604b2(0x53b)](a[_0x4604b2(0x747)][_0x4604b2(0x563)])||_0x1a34a6[_0x4604b2(0x22c)](xl(_0x24b842));}function Dl(){return{'childType':a['UniverInstanceType']['UNIVER_SHEET'],'measureContentSize':_0x57452c=>{const _0x59817a=_0x54e0;let _0x1682b0=Ol(_0x57452c[_0x59817a(0x8de)],_0x57452c[_0x59817a(0x359)]?_0x57452c['viewportWidth']:void 0x0),_0xdb52fc=Al(_0x57452c[_0x59817a(0x8de)]);return _0x1682b0==null&&_0xdb52fc==null?void 0x0:{'height':_0x1682b0==null?void 0x0:_0x1682b0[_0x59817a(0x33c)],'verticalBreaks':_0x1682b0==null?void 0x0:_0x1682b0['breaks'],'width':_0xdb52fc};}};}function Ol(_0x5d4d00,_0x3911f8){const _0xd8d524=_0x1ed4d3;var _0x3544cc;let _0x4381bb=_0x5d4d00 instanceof a['Workbook']?_0x5d4d00[_0xd8d524(0x316)](!0x0):void 0x0;if(!_0x4381bb)return;let _0x5436cd=jl(_0x4381bb,_0x3911f8);if(!Number['isFinite'](_0x5436cd)||_0x5436cd==null||_0x5436cd<0x0)return;let _0x522ccb=Fl((_0x3544cc=_0x4381bb[_0xd8d524(0x6af)])==null||(_0x3544cc=_0x3544cc[_0xd8d524(0x5db)](_0x4381bb))==null?void 0x0:_0x3544cc[_0xd8d524(0x509)],a['DEFAULT_WORKSHEET_ROW_HEIGHT']),_0x4b2f1b=kl(_0x5d4d00),_0x30092c=0x0,_0x22674f=[];for(let _0x5a20c9=0x0;_0x5a20c9<_0x5436cd;_0x5a20c9++){var _0x8079a7,_0x79d296;((_0x8079a7=_0x4381bb[_0xd8d524(0x229)])==null?void 0x0:_0x8079a7[_0xd8d524(0x5db)](_0x4381bb,_0x5a20c9))!==!0x1&&(_0x30092c+=Il((_0x79d296=_0x4381bb[_0xd8d524(0x47e)])==null?void 0x0:_0x79d296[_0xd8d524(0x5db)](_0x4381bb,_0x5a20c9),_0x522ccb),_0x22674f['push'](_0x4b2f1b+_0x30092c));}return{'breaks':_0x22674f,'height':_0x4b2f1b+_0x30092c};}function kl(_0x45d19c){const _0x320a1a=_0x1ed4d3;var _0x1ecb9;let _0x48be56=_0x45d19c instanceof a[_0x320a1a(0x9b1)]?_0x45d19c[_0x320a1a(0x316)](!0x0):void 0x0,_0x1f19d2=_0x48be56==null||(_0x1ecb9=_0x48be56[_0x320a1a(0x6af)])==null||(_0x1ecb9=_0x1ecb9[_0x320a1a(0x5db)](_0x48be56))==null?void 0x0:_0x1ecb9[_0x320a1a(0x22d)];return _0x1f19d2!=null&&_0x1f19d2[_0x320a1a(0x7d7)]?0x0:Fl(_0x1f19d2==null?void 0x0:_0x1f19d2[_0x320a1a(0x33c)],0x18);}function Al(_0x4b7afa){const _0x3af4c0=_0x1ed4d3;var _0x3bbdbe,_0xc43a5f;let _0x3b47dd=_0x4b7afa instanceof a[_0x3af4c0(0x9b1)]?_0x4b7afa[_0x3af4c0(0x316)](!0x0):void 0x0;if(!_0x3b47dd)return;let _0x4bef4e=Nl(_0x3b47dd);if(!Number['isFinite'](_0x4bef4e)||_0x4bef4e==null||_0x4bef4e<0x0)return;let _0xc2ceee=(_0x3bbdbe=_0x3b47dd[_0x3af4c0(0x6af)])==null||(_0x3bbdbe=_0x3bbdbe[_0x3af4c0(0x5db)](_0x3b47dd))==null?void 0x0:_0x3bbdbe[_0x3af4c0(0x5b3)],_0x39aed5=Fl((_0xc43a5f=_0x3b47dd['getConfig'])==null||(_0xc43a5f=_0xc43a5f['call'](_0x3b47dd))==null?void 0x0:_0xc43a5f[_0x3af4c0(0x331)],a[_0x3af4c0(0x4cf)]),_0x2f91de=_0xc2ceee!=null&&_0xc2ceee[_0x3af4c0(0x7d7)]?0x0:Fl(_0xc2ceee==null?void 0x0:_0xc2ceee[_0x3af4c0(0x754)],a[_0x3af4c0(0x377)]),_0x50caf4=0x0;for(let _0x14c522=0x0;_0x14c522<_0x4bef4e;_0x14c522++){var _0x5c0741,_0x3c8403;((_0x5c0741=_0x3b47dd['getColVisible'])==null?void 0x0:_0x5c0741[_0x3af4c0(0x5db)](_0x3b47dd,_0x14c522))!==!0x1&&(_0x50caf4+=Fl((_0x3c8403=_0x3b47dd[_0x3af4c0(0x92d)])==null?void 0x0:_0x3c8403[_0x3af4c0(0x5db)](_0x3b47dd,_0x14c522),_0x39aed5));}return _0x2f91de+_0x50caf4+p['ScrollBar'][_0x3af4c0(0x707)];}function jl(_0x13d6fb,_0x528520){const _0x2a6a3b=_0x1ed4d3;let _0xa10135=Pl(_0x13d6fb[_0x2a6a3b(0x8a2)]());if(_0xa10135==null||_0x528520==null)return _0xa10135;let _0x10633a=Ml(_0x13d6fb,_0x528520),_0xe69283=_0x13d6fb[_0x2a6a3b(0x62b)]();if(_0x10633a<0x0||_0xe69283[_0x2a6a3b(0x6a5)]<0x0||_0xe69283[_0x2a6a3b(0x9b6)]<0x0||_0xe69283[_0x2a6a3b(0x9c1)]>_0x10633a)return 0x0;let _0xf57398=-0x1;for(let _0x4df2ba of _0x13d6fb[_0x2a6a3b(0x6c9)]({'startRow':Math[_0x2a6a3b(0x287)](0x0,_0xe69283[_0x2a6a3b(0x519)]),'startColumn':Math[_0x2a6a3b(0x287)](0x0,_0xe69283[_0x2a6a3b(0x9c1)]),'endRow':_0xe69283['endRow'],'endColumn':Math[_0x2a6a3b(0x451)](_0x10633a,_0xe69283['endColumn'])}))_0x4df2ba[_0x2a6a3b(0x2fe)]&&_0x13d6fb[_0x2a6a3b(0x765)](_0x4df2ba[_0x2a6a3b(0x2fe)])&&(_0xf57398=_0x4df2ba[_0x2a6a3b(0x358)]);return Math[_0x2a6a3b(0x451)](_0xa10135,_0xf57398+0x1);}function Ml(_0x38dd78,_0x7cf1a1){const _0x5799d4=_0x1ed4d3;var _0xb5697f,_0x3632c8;let _0x4169f0=(_0xb5697f=_0x38dd78['getConfig'])==null||(_0xb5697f=_0xb5697f[_0x5799d4(0x5db)](_0x38dd78))==null?void 0x0:_0xb5697f['rowHeader'],_0x122bcb=_0x4169f0!=null&&_0x4169f0['hidden']?0x0:Fl(_0x4169f0==null?void 0x0:_0x4169f0[_0x5799d4(0x754)],a['DEFAULT_WORKSHEET_ROW_TITLE_WIDTH']),_0x5b5bc3=Math[_0x5799d4(0x287)](0x0,_0x7cf1a1-_0x122bcb-p['ScrollBar'][_0x5799d4(0x707)]),_0x59dacc=Fl((_0x3632c8=_0x38dd78[_0x5799d4(0x6af)])==null||(_0x3632c8=_0x3632c8[_0x5799d4(0x5db)](_0x38dd78))==null?void 0x0:_0x3632c8['defaultColumnWidth'],a[_0x5799d4(0x4cf)]),_0x1de065=0x0,_0x524571=-0x1,_0xe47ba=Nl(_0x38dd78)??0x0;for(let _0x321692=0x0;_0x321692<_0xe47ba&&_0x1de065<_0x5b5bc3;_0x321692++){var _0x5952ba,_0x528906;((_0x5952ba=_0x38dd78[_0x5799d4(0x5d8)])==null?void 0x0:_0x5952ba[_0x5799d4(0x5db)](_0x38dd78,_0x321692))!==!0x1&&(_0x524571=_0x321692,_0x1de065+=Fl((_0x528906=_0x38dd78['getColumnWidth'])==null?void 0x0:_0x528906[_0x5799d4(0x5db)](_0x38dd78,_0x321692),_0x59dacc));}return _0x524571;}function Nl(_0x13d846){return Pl(_0x13d846['getColumnCount']());}function Pl(_0x2bbbd8){const _0x37fa00=_0x1ed4d3;return typeof _0x2bbbd8=='number'&&Number[_0x37fa00(0x8cd)](_0x2bbbd8)&&_0x2bbbd8>=0x0?Math[_0x37fa00(0x454)](_0x2bbbd8):void 0x0;}function Fl(_0x32e124,_0x1ec0b9){const _0xda7e16=_0x1ed4d3;return typeof _0x32e124==_0xda7e16(0x584)&&Number[_0xda7e16(0x8cd)](_0x32e124)&&_0x32e124>0x0?_0x32e124:_0x1ec0b9;}function Il(_0x295371,_0x3fba3a){const _0x58ec6d=_0x1ed4d3;return typeof _0x295371==_0x58ec6d(0x584)&&Number['isFinite'](_0x295371)&&_0x295371>=0x0?_0x295371:_0x3fba3a;}function Ll(){const _0x301a46=_0x1ed4d3;return{'hostType':a[_0x301a46(0x747)][_0x301a46(0x32f)],'entry':'sheets-floating-object','layout':'doc-width-scale','supportedLayouts':[_0x301a46(0x874),_0x301a46(0x7c7),_0x301a46(0x808),_0x301a46(0x91e)],'menuBehavior':_0x301a46(0x714)};}function Rl(){const _0x2c6f9f=_0x1ed4d3;return{'hostType':a[_0x2c6f9f(0x747)][_0x2c6f9f(0x32f)],'entry':_0x2c6f9f(0x511),'layout':_0x2c6f9f(0x282),'supportedLayouts':['tab-peer'],'menuBehavior':'host-override','mount':_0x13a832=>{let _0x5535be=zl('data-embed-sheets-sheet-tab-host',_0x13a832['descriptor']['hostAnchorId']);return _0x5535be?{'hostElement':_0x5535be}:{};}};}function zl(_0x52831f,_0x4509ae){const _0x15fb3e=_0x1ed4d3;return document[_0x15fb3e(0x55c)]('['+_0x52831f+'=\x22'+Bl(_0x4509ae)+'\x22]');}function Bl(_0x35db65){const _0x2e16c2=_0x1ed4d3;return _0x35db65[_0x2e16c2(0x529)](/\\/g,'\x5c\x5c')[_0x2e16c2(0x529)](/"/g,'\x5c\x22');}function Vl(_0x584476){const _0x822fba=_0x1ed4d3;let _0x5d8b42=_0x584476[_0x822fba(0x54f)](a['IUniverInstanceService'])?_0x584476['get'](a[_0x822fba(0x90d)]):void 0x0,_0x6edd73=_0x584476['has'](p['IRenderManagerService'])?_0x584476['get'](p['IRenderManagerService']):void 0x0;return{'childType':a[_0x822fba(0x747)][_0x822fba(0x32f)],'getHorizontalScroll':_0x4afb7e=>{const _0x38c9bb=_0x822fba;var _0x9e42f7;return(_0x9e42f7=_0x363044(_0x4afb7e))==null?void 0x0:_0x9e42f7[_0x38c9bb(0x690)];},'getVerticalScroll':_0x3edcc2=>{var _0x155a50;return(_0x155a50=_0x363044(_0x3edcc2))==null?void 0x0:_0x155a50['viewportScrollY'];},'getStickyLeftWidth':_0x3754ab=>{const _0x156220=_0x822fba;var _0x6879a2,_0x5180bf;let _0x1fead5=_0x3754ab[_0x156220(0x6f3)][_0x156220(0x2a7)]??_0x5d8b42,_0x4cfbb5=_0x1fead5==null?void 0x0:_0x1fead5[_0x156220(0x4a8)](_0x3754ab['childUnitId'],a['UniverInstanceType'][_0x156220(0x32f)]),_0x25bbf2=_0x4cfbb5==null||(_0x6879a2=_0x4cfbb5[_0x156220(0x316)](!0x0))==null||(_0x5180bf=_0x6879a2[_0x156220(0x6af)])==null||(_0x5180bf=_0x5180bf['call'](_0x6879a2))==null?void 0x0:_0x5180bf[_0x156220(0x5b3)];return _0x25bbf2!=null&&_0x25bbf2[_0x156220(0x7d7)]?0x0:(_0x25bbf2==null?void 0x0:_0x25bbf2[_0x156220(0x754)])??a[_0x156220(0x377)];},'getStickyHeaderHeight':_0x4af700=>{const _0x4e99ab=_0x822fba;let _0x21cd37=_0x4af700[_0x4e99ab(0x6f3)]['instanceService']??_0x5d8b42;return kl(_0x21cd37==null?void 0x0:_0x21cd37['getUnit'](_0x4af700[_0x4e99ab(0x442)],a[_0x4e99ab(0x747)][_0x4e99ab(0x32f)]));},'subscribeVerticalScroll':(_0xf04b87,_0x378982)=>{const _0xe75972=_0x822fba;let _0x2f7f9d=_0x363044(_0xf04b87);if(!_0x2f7f9d)return;let _0x1b8191=_0x2f7f9d[_0xe75972(0x98b)][_0xe75972(0x286)](_0x31afb1=>{const _0x30b3aa=_0xe75972;_0x378982(_0x31afb1[_0x30b3aa(0x4bc)]??_0x2f7f9d['viewportScrollY']??0x0);});return(0x0,a[_0xe75972(0x64a)])(()=>_0x1b8191[_0xe75972(0x465)]());},'handleWheel':_0x426a73=>{const _0x15f1ee=_0x822fba;var _0x28c55a;if(_0x426a73['source']!==_0x15f1ee(0x252)&&_0x426a73['source']!==_0x15f1ee(0x3ef)&&lr(_0x426a73[_0x15f1ee(0x29f)],_0x426a73[_0x15f1ee(0x63a)]))return!0x1;let _0x7b802d=((_0x28c55a=_0x426a73['runtimeScope'])==null?void 0x0:_0x28c55a[_0x15f1ee(0x583)])??_0x584476,_0x5840c=_0x7b802d!==_0x584476&&_0x7b802d[_0x15f1ee(0x54f)](p[_0x15f1ee(0x208)])?_0x7b802d[_0x15f1ee(0x53b)](p[_0x15f1ee(0x208)]):_0x6edd73;if(!_0x5840c)return!0x1;let _0x27f404=_0x5840c[_0x15f1ee(0x871)](_0x426a73[_0x15f1ee(0x442)]),_0x3dbcc2=_0x27f404==null?void 0x0:_0x27f404[_0x15f1ee(0x20c)];return uo(_0x426a73,_0x3dbcc2==null?void 0x0:_0x3dbcc2['getViewport'](p[_0x15f1ee(0x620)][_0x15f1ee(0x78a)]),_0x3dbcc2);}};function _0x363044(_0x1f9150){const _0x375c01=_0x822fba;var _0x522ecb,_0x23c933;let _0x1ddc18=((_0x522ecb=_0x1f9150['runtimeScope'])==null?void 0x0:_0x522ecb['injector'])??_0x584476,_0x250a4e=_0x1ddc18!==_0x584476&&_0x1ddc18[_0x375c01(0x54f)](p[_0x375c01(0x208)])?_0x1ddc18[_0x375c01(0x53b)](p[_0x375c01(0x208)]):_0x6edd73;return _0x250a4e==null||(_0x23c933=_0x250a4e[_0x375c01(0x871)](_0x1f9150[_0x375c01(0x442)]))==null||(_0x23c933=_0x23c933[_0x375c01(0x20c)])==null?void 0x0:_0x23c933[_0x375c01(0x8c5)](p['SHEET_VIEWPORT_KEY'][_0x375c01(0x78a)]);}}function Hl(_0x357037){const _0x5dce93=_0x1ed4d3;let _0x44568c=[];return[['base',s[_0x5dce93(0x878)],0x0],[_0x5dce93(0x4dc),D['SheetsOutlineUIMenuSchema'],0x64],[_0x5dce93(0x468),I[_0x5dce93(0x5ff)],0x64],[_0x5dce93(0x7ec),M['SheetsConditionalFormattingUIMenuSchema'],0x64],[_0x5dce93(0x61f),N[_0x5dce93(0x2d6)],0x64],['filter',ee[_0x5dce93(0x93a)],0x64],[_0x5dce93(0x374),P[_0x5dce93(0x8f6)],0x64],[_0x5dce93(0x481),te[_0x5dce93(0x99a)],0x64],[_0x5dce93(0x6f4),F['SheetsHyperLinkUIMenuSchema'],0x64],['thread-comment',re['SheetsThreadCommentUIMenuSchema'],0x64],['table',ne[_0x5dce93(0x32a)],0x64],[_0x5dce93(0x6d3),b[_0x5dce93(0x2d8)],0x64],[_0x5dce93(0x483),k[_0x5dce93(0x29c)],0x64],['pivot-table',O[_0x5dce93(0x5bc)],0x64],[_0x5dce93(0x7a3),E['SheetsChartUIMenuSchema'],0x64],['sparkline',j[_0x5dce93(0x6f7)],0x64],['shape',A['SheetsShapeUIMenuSchema'],0x64],[_0x5dce93(0x1fd),A[_0x5dce93(0x79a)],0x64]]['forEach'](([_0x194275,_0x373089,_0x2a6f2c])=>{const _0x544409=_0x5dce93;let _0x1de7b7=kn(_0x357037,{'id':'embed.sheets.'+_0x194275,'childType':a['UniverInstanceType']['UNIVER_SHEET'],'surface':_0x544409(0x4ca),'order':_0x2a6f2c,'menuSchema':_0x373089});_0x1de7b7&&_0x44568c['push'](_0x1de7b7);}),(0x0,a[_0x5dce93(0x64a)])(()=>_0x44568c[_0x5dce93(0x360)](_0x3bc9e8=>_0x3bc9e8[_0x5dce93(0x45b)]()));}function Ul(){const _0xd068f9=_0x1ed4d3;return{...ms({'childType':a['UniverInstanceType'][_0xd068f9(0x32f)],'productName':_0xd068f9(0x5ea)}),'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:_0x1c31ff,clientX:_0x12db8b,clientY:_0x2f3219,runtimeHost:_0x39853f})=>{const _0x4d4492=_0xd068f9;let _0x1b7047=ys(_0x39853f,'[data-u-comp=\x22slide-tab-item\x22]',_0x12db8b,_0x2f3219),_0x2fccce=_0x1b7047==null?void 0x0:_0x1b7047[_0x4d4492(0x964)]['id'],_0x28b0ab=_0x1c31ff[_0x4d4492(0x6f3)][_0x4d4492(0x30f)];return!_0x2fccce||!_0x28b0ab?!0x1:_0x28b0ab[_0x4d4492(0x6c0)](v['SetWorksheetActiveOperation']['id'],{'unitId':_0x1c31ff[_0x4d4492(0x442)],'subUnitId':_0x2fccce})!==!0x1;}}};}function Wl(_0x592419){const _0x140e6a=_0x1ed4d3;return{'childType':a[_0x140e6a(0x747)][_0x140e6a(0x32f)],'supportedLayouts':[_0x140e6a(0x282),_0x140e6a(0x6b8),_0x140e6a(0x808)],'canvasRootClassName':'univer-bg-gray-0\x20dark:!univer-bg-gray-900','scopedDependencies':[[s[_0x140e6a(0x6b4)],{'useClass':s[_0x140e6a(0x9cd)]}],[s['SheetCanvasPopManagerService']]],'beforeDeactivate':ql,'mount':_0x4a53d2=>{const _0x31b1a=_0x140e6a;var _0x3ac186;let _0x59cc85=_0x4a53d2[_0x31b1a(0x6f3)][_0x31b1a(0x583)],_0x130870=_0x4a53d2['runtimeScope'][_0x31b1a(0x64b)][_0x31b1a(0x2a6)]??_0x4a53d2[_0x31b1a(0x982)][_0x31b1a(0x97f)]??_0x4a53d2[_0x31b1a(0x982)]['contentRoot']??_0x4a53d2[_0x31b1a(0x982)]['rootElement'],_0x4d213a=_0x4a53d2[_0x31b1a(0x6f3)][_0x31b1a(0x64b)][_0x31b1a(0x684)]??_0x4a53d2[_0x31b1a(0x982)][_0x31b1a(0x815)]??_0x130870;_0x130870[_0x31b1a(0x964)]['embedChildRenderUnitId']=_0x4a53d2[_0x31b1a(0x442)],_0x130870['dataset'][_0x31b1a(0x766)]='sheet-workbench',_0x4d213a[_0x31b1a(0x964)][_0x31b1a(0x4f6)]=_0x4a53d2['childUnitId'],_0x4d213a[_0x31b1a(0x964)][_0x31b1a(0x766)]='sheet-overlay';let _0x49d782=_0x4a53d2['injector'][_0x31b1a(0x53b)](a[_0x31b1a(0x90d)])[_0x31b1a(0x4a8)](_0x4a53d2[_0x31b1a(0x442)],a[_0x31b1a(0x747)][_0x31b1a(0x32f)]),_0x444b79=_0x49d782?Bs(_0x4a53d2,_0x592419,_0x1855e5=>Kl(_0x49d782,_0x1855e5)):(0x0,a[_0x31b1a(0x64a)])(()=>{}),_0xaa9d86=xt(_0x4a53d2,p['IRenderManagerService'],_0x130870,{'scopedRenderInjector':!0x0})??(0x0,a[_0x31b1a(0x64a)])(()=>{}),_0x409e0e=Gl(_0x4a53d2),_0x5662bb=Xl(_0x4a53d2,_0x4d213a),_0x72449e=rn(_0x4d213a);return _0x72449e[_0x31b1a(0x2c3)]((0x0,m[_0x31b1a(0x689)])(qt,{'injector':_0x59cc85,'mountContainer':_0x4a53d2[_0x31b1a(0x6f3)][_0x31b1a(0x64b)][_0x31b1a(0x852)],'embedId':_0x4a53d2[_0x31b1a(0x666)],'children':(0x0,m[_0x31b1a(0x689)])(Zl,{'canvasRoot':_0x130870,'embedId':_0x4a53d2[_0x31b1a(0x666)],'fullscreen':!!_0x4a53d2[_0x31b1a(0x982)][_0x31b1a(0x44f)],'showChrome':Jl(_0x4a53d2),'readonly':((_0x3ac186=_0x4a53d2[_0x31b1a(0x3e8)])==null?void 0x0:_0x3ac186[_0x31b1a(0x7d1)])===_0x31b1a(0x7c4),'unitId':_0x4a53d2[_0x31b1a(0x442)]})})),(0x0,a[_0x31b1a(0x64a)])(()=>{const _0x374c86=_0x31b1a;_0x444b79[_0x374c86(0x45b)](),_0x5662bb[_0x374c86(0x45b)](),_0x409e0e[_0x374c86(0x45b)](),_0xaa9d86[_0x374c86(0x45b)](),an(_0x72449e),_0x130870[_0x374c86(0x89c)]&&(_0x130870[_0x374c86(0x526)](_0x374c86(0x890)),_0x130870[_0x374c86(0x526)](_0x374c86(0x988))),_0x4d213a[_0x374c86(0x89c)]&&(_0x4d213a[_0x374c86(0x526)]('data-embed-child-render-unit-id'),_0x4d213a[_0x374c86(0x526)](_0x374c86(0x988)));});}};}function Gl(_0x130609){const _0x181329=_0x1ed4d3;var _0x293d86;if(_0x130609[_0x181329(0x29f)]!==_0x181329(0x6b8))return(0x0,a[_0x181329(0x64a)])(()=>{});let _0x2de670=(_0x293d86=_0x130609[_0x181329(0x583)][_0x181329(0x53b)](p['IRenderManagerService'])['getRenderUnitById'](_0x130609[_0x181329(0x442)]))==null||(_0x293d86=_0x293d86[_0x181329(0x20c)]['getViewport'](p['SHEET_VIEWPORT_KEY']['VIEW_MAIN']))==null?void 0x0:_0x293d86[_0x181329(0x825)]();if(!_0x2de670)return(0x0,a[_0x181329(0x64a)])(()=>{});let _0x3bfed4=_0x2de670['hideTrackWhenUnscrollable'];return _0x2de670[_0x181329(0x806)]=!0x0,(0x0,a[_0x181329(0x64a)])(()=>{const _0x2a4a84=_0x181329;_0x2de670[_0x2a4a84(0x806)]=_0x3bfed4;});}function Kl(_0x48f4fa,_0xae1b7a){const _0x540ac1=_0x1ed4d3;var _0x5bac48;let _0x16198c=_0xae1b7a==null?void 0x0:_0xae1b7a[_0x540ac1(0x72f)],_0x2c6ae0=(_0x16198c?_0x48f4fa[_0x540ac1(0x885)](_0x16198c):void 0x0)??_0x48f4fa[_0x540ac1(0x91a)]()[0x0];_0x2c6ae0&&((_0x5bac48=_0x48f4fa[_0x540ac1(0x316)](!0x0))==null?void 0x0:_0x5bac48[_0x540ac1(0x2c5)]())!==_0x2c6ae0[_0x540ac1(0x2c5)]()&&_0x48f4fa[_0x540ac1(0x4d0)](_0x2c6ae0);}function ql(_0x40d5bb){const _0x4e0f64=_0x1ed4d3;var _0x1c003b,_0x1e7fe5;(_0x1c003b=_0x40d5bb[_0x4e0f64(0x6f3)][_0x4e0f64(0x30f)])==null||_0x1c003b['syncExecuteCommand'](s[_0x4e0f64(0x7b0)]['id'],{'visible':!0x1,'eventType':p['DeviceInputEventType']['PointerDown'],'unitId':_0x40d5bb[_0x4e0f64(0x442)]}),_0x40d5bb[_0x4e0f64(0x6f3)][_0x4e0f64(0x583)]['has'](s[_0x4e0f64(0x3f0)])&&_0x40d5bb[_0x4e0f64(0x6f3)][_0x4e0f64(0x583)][_0x4e0f64(0x53b)](s['CellPopupManagerService'])[_0x4e0f64(0x831)](_0x40d5bb[_0x4e0f64(0x442)]),(_0x1e7fe5=_0x40d5bb[_0x4e0f64(0x583)][_0x4e0f64(0x53b)](p[_0x4e0f64(0x208)])[_0x4e0f64(0x871)](_0x40d5bb[_0x4e0f64(0x442)]))==null||(_0x1e7fe5=_0x1e7fe5['scene'][_0x4e0f64(0x6a8)]())==null||_0x1e7fe5[_0x4e0f64(0x86d)]();}function Jl(_0x480f91){const _0x5d6baa=_0x1ed4d3;return _0x480f91[_0x5d6baa(0x982)][_0x5d6baa(0x7d1)]===_0x5d6baa(0x9c5)||!!_0x480f91[_0x5d6baa(0x982)][_0x5d6baa(0x44f)];}function Yl(_0x37c357,_0x51e436){const _0x9511ad=_0x1ed4d3;let _0x10ae0c=_0x37c357[_0x9511ad(0x3e6)][_0x9511ad(0x578)],_0x77709a=_0x37c357['style'][_0x9511ad(0x976)];return _0x37c357[_0x9511ad(0x3e6)]['top']=_0x51e436[_0x9511ad(0x894)]?_0x9511ad(0x923):'',_0x37c357[_0x9511ad(0x3e6)][_0x9511ad(0x976)]=_0x51e436[_0x9511ad(0x3c1)]?s[_0x9511ad(0x8d3)]+'px':'',(0x0,a['toDisposable'])(()=>{const _0x4f278f=_0x9511ad;_0x37c357[_0x4f278f(0x3e6)][_0x4f278f(0x578)]=_0x10ae0c,_0x37c357['style'][_0x4f278f(0x976)]=_0x77709a;});}function Xl(_0x1a34e1,_0x33b3af){const _0x54e02e=_0x1ed4d3;var _0x526647,_0x1029c8;return(_0x526647=_0x1a34e1['injector'])!=null&&(_0x1029c8=_0x526647[_0x54e02e(0x54f)])!=null&&_0x1029c8[_0x54e02e(0x5db)](_0x526647,Wr)?_0x1a34e1['injector'][_0x54e02e(0x53b)](Wr)[_0x54e02e(0x22c)]({'embedId':_0x1a34e1['embedId'],'childUnitId':_0x1a34e1[_0x54e02e(0x442)],'root':_0x1a34e1[_0x54e02e(0x982)]['rootElement'],'contentRoot':_0x33b3af}):(0x0,a[_0x54e02e(0x64a)])(()=>{});}function Zl(_0x21ad38){const _0x2fc6dd=_0x1ed4d3;let {canvasRoot:_0xbd1056,embedId:_0x5f54a6,fullscreen:_0x3e339b,readonly:_0x56dbe7,showChrome:_0x543b31,unitId:_0x1249e4}=_0x21ad38,_0x9dd4ac=(0x0,c[_0x2fc6dd(0x214)])(s[_0x2fc6dd(0x5d3)]),_0x434417=(0x0,c['useDependency'])(c['ComponentManager']),_0xc14c64=(0x0,c[_0x2fc6dd(0x2d7)])(Qn),_0x55f9d8=(0x0,c[_0x2fc6dd(0x713)])(()=>_0xc14c64[_0x2fc6dd(0x315)],_0xc14c64[_0x2fc6dd(0x28a)](),!0x1,[_0xc14c64]),_0x15d083=!_0x3e339b&&(_0x55f9d8==null?void 0x0:_0x55f9d8[_0x2fc6dd(0x666)])===_0x5f54a6&&_0x55f9d8[_0x2fc6dd(0x442)]===_0x1249e4,_0x3471d6=_0x434417[_0x2fc6dd(0x53b)]('SheetShapeTextEditorContainer')??_0x434417[_0x2fc6dd(0x53b)](_0x2fc6dd(0x346)),_0x43ee3d=_0x9dd4ac==null?void 0x0:_0x9dd4ac[_0x2fc6dd(0x324)],_0x26c433=(_0x9dd4ac==null?void 0x0:_0x9dd4ac[_0x2fc6dd(0x894)])??!0x0,_0x1ea194=_0x43ee3d===!0x1?!0x1:(_0x43ee3d==null?void 0x0:_0x43ee3d[_0x2fc6dd(0x3c1)])??!0x0,_0x34f79d=!_0x15d083&&_0x543b31&&_0x26c433,_0x80e695=!_0x15d083&&_0x543b31&&_0x1ea194;return(0x0,d[_0x2fc6dd(0x8a5)])(()=>{const _0x5c277d=_0x2fc6dd;let _0x3e1676=Yl(_0xbd1056,{'formulaBar':_0x34f79d,'sheetBar':_0x80e695});return()=>_0x3e1676[_0x5c277d(0x45b)]();},[_0xbd1056,_0x34f79d,_0x80e695]),_0x15d083?null:(0x0,m[_0x2fc6dd(0x9d3)])(m[_0x2fc6dd(0x611)],{'children':[(0x0,m[_0x2fc6dd(0x689)])(_0x2fc6dd(0x7ff),{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x2fc6dd(0x6bf),'children':(0x0,m[_0x2fc6dd(0x689)])(c['FloatDom'],{'unitId':_0x1249e4})}),_0x34f79d&&(0x0,m[_0x2fc6dd(0x689)])('div',{'className':_0x2fc6dd(0x66c),'style':{'height':0x1c},'children':(0x0,m[_0x2fc6dd(0x689)])(s[_0x2fc6dd(0x466)],{})}),!_0x56dbe7&&_0x3471d6&&(0x0,m['jsx'])(_0x3471d6,{}),!_0x56dbe7&&!(_0x9dd4ac!=null&&_0x9dd4ac[_0x2fc6dd(0x332)])&&(0x0,m['jsx'])(s[_0x2fc6dd(0x5aa)],{}),!_0x56dbe7&&(0x0,m[_0x2fc6dd(0x689)])(s[_0x2fc6dd(0x5c0)],{}),_0x80e695&&(0x0,m['jsx'])('div',{'className':_0x2fc6dd(0x686),'style':{'height':s[_0x2fc6dd(0x8d3)]},'children':(0x0,m['jsx'])(s[_0x2fc6dd(0x3ba)],{})})]});}const Ql=(0x0,d[_0x1ed4d3(0x5c8)])(({children:_0x5e0e6b,className:_0x2674ff,title:_0x4364d0,onClick:_0x32cbb7,onMouseDown:_0x3f16d6,onPointerDown:_0x43326c,..._0x5cbc1d},_0xf4a383)=>(0x0,m[_0x1ed4d3(0x689)])(l[_0x1ed4d3(0x674)],{'ref':_0xf4a383,'type':_0x1ed4d3(0x679),'size':_0x1ed4d3(0x2fb),'variant':_0x1ed4d3(0x889),'aria-label':(0x0,c[_0x1ed4d3(0x2d7)])(a[_0x1ed4d3(0x58e)])['t'](_0x4364d0),'className':(0x0,l['clsx'])(_0x1ed4d3(0x69f),_0x2674ff),'onPointerDown':_0x4aba49=>{const _0xc07607=_0x1ed4d3;_0x4aba49[_0xc07607(0x94b)](),_0x43326c==null||_0x43326c(_0x4aba49);},'onMouseDown':_0x16eebe=>{_0x16eebe['stopPropagation'](),_0x3f16d6==null||_0x3f16d6(_0x16eebe);},'onClick':_0xb16cdc=>{const _0x239d74=_0x1ed4d3;_0x32cbb7==null||_0x32cbb7(_0xb16cdc),_0xb16cdc[_0x239d74(0x94b)]();},..._0x5cbc1d,'children':_0x5e0e6b})),$l=(0x0,d[_0x1ed4d3(0x5c8)])(({title:_0x59d7ee,primary:_0x1363c1,disabled:_0x1b5f51,open:_0x2c8b85,onPrimaryClick:_0x4e8ce7,onMouseDown:_0x4ff941,onPointerDown:_0x8faea9,onClick:_0x136cf7,..._0x88a782},_0x33e7d2)=>(0x0,m[_0x1ed4d3(0x9d3)])(_0x1ed4d3(0x7ff),{'ref':_0x33e7d2,'className':(0x0,l[_0x1ed4d3(0x2e8)])('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':_0x2c8b85,'univer-cursor-not-allowed\x20univer-opacity-60':_0x1b5f51}),'onPointerDown':_0x4d6c06=>{const _0x32b8f6=_0x1ed4d3;_0x4d6c06[_0x32b8f6(0x94b)](),_0x8faea9==null||_0x8faea9(_0x4d6c06);},'onMouseDown':_0x5a797d=>{const _0x5f097b=_0x1ed4d3;_0x5a797d[_0x5f097b(0x94b)](),_0x4ff941==null||_0x4ff941(_0x5a797d);},'onClick':_0x2111d1=>{const _0x1ddb4f=_0x1ed4d3;_0x136cf7==null||_0x136cf7(_0x2111d1),_0x2111d1[_0x1ddb4f(0x94b)]();},..._0x88a782,'children':[(0x0,m[_0x1ed4d3(0x689)])(_0x1ed4d3(0x679),{'type':'button','aria-label':_0x59d7ee,'className':_0x1ed4d3(0x914),'disabled':_0x1b5f51,'onClick':_0x3a3df9=>{const _0x1c5d0e=_0x1ed4d3;_0x3a3df9[_0x1c5d0e(0x94b)](),_0x4e8ce7();},'children':_0x1363c1}),(0x0,m[_0x1ed4d3(0x689)])(l[_0x1ed4d3(0x3dd)],{'orientation':'vertical'}),(0x0,m[_0x1ed4d3(0x689)])('button',{'type':_0x1ed4d3(0x679),'aria-label':_0x59d7ee,'className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','disabled':_0x1b5f51,'children':(0x0,m[_0x1ed4d3(0x689)])(u[_0x1ed4d3(0x97d)],{})})]}));$l['displayName']=_0x1ed4d3(0x43a);function eu(_0x135aee){const _0x4804e9=_0x1ed4d3;let {children:_0x1e5c76,title:_0x2047d7,className:_0x4a0c5b,disabled:_0x13e032,active:_0x407d19,onClick:_0x2a1fc5}=_0x135aee;return(0x0,m[_0x4804e9(0x689)])(ra,{'title':_0x2047d7,'placement':_0x4804e9(0x976),'children':(0x0,m[_0x4804e9(0x689)])(c[_0x4804e9(0x362)],{'className':(0x0,l[_0x4804e9(0x2e8)])(_0x4804e9(0x234),_0x4a0c5b),'disabled':_0x13e032,'active':_0x407d19,'onClick':_0x2a1fc5,'children':_0x1e5c76})});}function tu(_0x5e92ed){const _0x12800a=_0x1ed4d3;let {item:_0x2a2465,children:_0x3c529c,title:_0x2f0c83,onClick:_0x5200b2}=_0x5e92ed,{hidden:_0x798d70,disabled:_0x49b01b,activated:_0x493665}=nu(_0x2a2465),_0x146e4f=(0x0,c['useDependency'])(a[_0x12800a(0x58e)]);return!_0x2a2465||_0x798d70?null:(0x0,m[_0x12800a(0x689)])(eu,{'title':_0x146e4f['t'](_0x2f0c83),'disabled':_0x49b01b,'active':_0x493665,'onClick':_0x5200b2,'children':_0x3c529c});}function nu(_0x30ec5c){const _0x533f58=_0x1ed4d3;return{'hidden':(0x0,c[_0x533f58(0x713)])(()=>{const _0x31c390=_0x533f58;var _0x314824;return(_0x30ec5c==null||(_0x314824=_0x30ec5c['hidden$'])==null?void 0x0:_0x314824[_0x31c390(0x83c)]((0x0,f[_0x31c390(0x6a0)])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x30ec5c]),'disabled':(0x0,c['useObservable'])(()=>{const _0x515b65=_0x533f58;var _0x152f07;return(_0x30ec5c==null||(_0x152f07=_0x30ec5c[_0x515b65(0x56f)])==null?void 0x0:_0x152f07[_0x515b65(0x83c)]((0x0,f[_0x515b65(0x6a0)])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x30ec5c]),'activated':(0x0,c[_0x533f58(0x713)])(()=>{const _0x21d714=_0x533f58;var _0x1c3316;return(_0x30ec5c==null||(_0x1c3316=_0x30ec5c[_0x21d714(0x8c0)])==null?void 0x0:_0x1c3316[_0x21d714(0x83c)]((0x0,f[_0x21d714(0x6a0)])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x30ec5c]),'value':(0x0,c[_0x533f58(0x713)])(()=>{const _0xb80f5f=_0x533f58;var _0x754a62;return(_0x30ec5c==null||(_0x754a62=_0x30ec5c['value$'])==null?void 0x0:_0x754a62[_0xb80f5f(0x83c)]((0x0,f['startWith'])(void 0x0)))??(0x0,f['of'])(void 0x0);},void 0x0,!0x1,[_0x30ec5c])};}function ru(_0x2f3fa8){const _0x2d3d80=_0x1ed4d3;return _0x2f3fa8['tooltip']??_0x2f3fa8[_0x2d3d80(0x61d)]??_0x2f3fa8['id'];}function iu(_0x1c5ff6){const _0x2acc5b=_0x1ed4d3;return typeof _0x1c5ff6[_0x2acc5b(0x50a)]==_0x2acc5b(0x23d)?_0x1c5ff6[_0x2acc5b(0x50a)]:typeof _0x1c5ff6[_0x2acc5b(0x2fe)]==_0x2acc5b(0x23d)||typeof _0x1c5ff6['value']==_0x2acc5b(0x584)?String(_0x1c5ff6[_0x2acc5b(0x2fe)]):_0x1c5ff6['id']??'';}function au(_0x3326a4){const _0x58b937=_0x1ed4d3;return _0x3326a4===a[_0x58b937(0x7a1)][_0x58b937(0x952)]?(0x0,m[_0x58b937(0x689)])(u[_0x58b937(0x54a)],{}):_0x3326a4===a[_0x58b937(0x7a1)][_0x58b937(0x7ac)]?(0x0,m[_0x58b937(0x689)])(u[_0x58b937(0x88e)],{}):(0x0,m[_0x58b937(0x689)])(u[_0x58b937(0x2e1)],{});}function ou(_0x51a844){return _0x51a844 instanceof HTMLElement&&!!_0x51a844['closest']('button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select');}function $(_0x4c7b7e){const _0x1b73be=_0x1ed4d3;_0x4c7b7e[_0x1b73be(0x94b)](),ou(_0x4c7b7e[_0x1b73be(0x1f6)])||_0x4c7b7e[_0x1b73be(0x4fd)]();}function su(_0x47d955,_0x26454e){const _0x25163c=_0x1ed4d3;if(!(_0x47d955 instanceof HTMLElement))return!0x1;let _0x2310d7=_0x47d955['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]');return(_0x2310d7==null?void 0x0:_0x2310d7[_0x25163c(0x2d4)]('data-embed-id'))===_0x26454e;}function cu(_0x144017,_0x53be20){const _0x56a311=_0x1ed4d3;let _0x94931b=_0x144017['target'];su(_0x94931b,_0x53be20)&&_0x144017[_0x56a311(0x4fd)]();}function lu(_0x356eba){const _0x9a37be=_0x1ed4d3;let {embedId:_0x1dcecc,children:_0x545292,onPointerDown:_0x5b3617}=_0x356eba;return(0x0,m[_0x9a37be(0x689)])(_0x9a37be(0x301),{'data-embed-id':_0x1dcecc,'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':_0x5b3617,'onMouseDown':$,'children':_0x545292});}function uu(_0x537b1d){const _0x76f22d=_0x1ed4d3;let {children:_0x405bc7}=_0x537b1d;return(0x0,m['jsx'])(_0x76f22d(0x7ff),{'className':_0x76f22d(0x22e),'children':_0x405bc7});}function du(_0x2cbf04){const _0x41b9b0=_0x1ed4d3;let {embedId:_0x26ec0c,title:_0x2cf84b,trigger:_0x282fbf,overlay:_0x2974ac,disabled:_0x3fc6e2,triggerClassName:_0xc165f9,open:_0x2f96f0,onOpenChange:_0x302bcb}=_0x2cbf04,_0xdaf24f=(0x0,c[_0x41b9b0(0x2d7)])(a[_0x41b9b0(0x58e)]),_0x50751c=(0x0,m[_0x41b9b0(0x689)])(l['Dropdown'],{'disabled':_0x3fc6e2,'align':_0x41b9b0(0x336),'sideOffset':0x6,'open':_0x2f96f0,'onOpenChange':_0x302bcb,'onPointerDownOutside':_0x19e23e=>cu(_0x19e23e,_0x26ec0c),'onFocusOutside':_0x145d00=>cu(_0x145d00,_0x26ec0c),'onInteractOutside':_0x4e488c=>cu(_0x4e488c,_0x26ec0c),'overlay':(0x0,m[_0x41b9b0(0x689)])(_0x41b9b0(0x7ff),{'data-embed-id':_0x26ec0c,'data-embed-floating-menu-popup':_0x41b9b0(0x85d),'onPointerDown':$,'onMouseDown':$,'children':_0x2974ac}),'children':(0x0,m[_0x41b9b0(0x689)])(Ql,{'title':_0x2cf84b,'data-state':_0x2f96f0?_0x41b9b0(0x4ae):_0x41b9b0(0x267),'disabled':_0x3fc6e2,'className':_0xc165f9,'children':_0x282fbf})});return(0x0,m[_0x41b9b0(0x689)])(ra,{'title':_0xdaf24f['t'](_0x2cf84b),'placement':_0x41b9b0(0x976),'children':_0x50751c});}function fu(_0x8ac164){const _0x475be3=_0x1ed4d3;let {children:_0x16f4eb}=_0x8ac164;return(0x0,m[_0x475be3(0x689)])('section',{'className':_0x475be3(0x8b0),'onPointerDown':$,'onMouseDown':$,'children':_0x16f4eb});}function pu(_0x3292f4){const _0x2a2693=_0x1ed4d3;let {children:_0x195675}=_0x3292f4;return(0x0,m[_0x2a2693(0x689)])(_0x2a2693(0x301),{'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':$,'onMouseDown':$,'children':_0x195675});}function mu(_0x467ab){const _0x1ea53f=_0x1ed4d3;let {children:_0x3f2922,icon:_0x18f115,onClick:_0x51ee4a}=_0x467ab;return(0x0,m[_0x1ea53f(0x9d3)])(_0x1ea53f(0x679),{'type':_0x1ea53f(0x679),'className':_0x1ea53f(0x902),'onClick':_0x51ee4a,'children':[(0x0,m['jsx'])('span',{'className':'univer-flex\x20univer-items-center\x20univer-justify-center','children':_0x18f115}),(0x0,m['jsx'])(_0x1ea53f(0x7a6),{'className':_0x1ea53f(0x382),'children':_0x3f2922})]});}function hu(_0x46b667){const _0x40c4ae=_0x1ed4d3;let {children:_0x2e40c8,icon:_0x5d5b75,active:_0x1fdfb6,onClick:_0x25ed35}=_0x46b667;return(0x0,m[_0x40c4ae(0x9d3)])('button',{'type':'button','className':(0x0,l[_0x40c4ae(0x2e8)])('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':_0x1fdfb6}),'onClick':_0x25ed35,'children':[_0x5d5b75,_0x2e40c8]});}function gu(_0x5c90e3){const _0x268144=_0x1ed4d3;let {title:_0x3db1d7,active:_0x71f6f,disabled:_0x27b02c,children:_0x188e2c,onClick:_0x52fd23}=_0x5c90e3;return(0x0,m[_0x268144(0x689)])(ra,{'title':(0x0,c['useDependency'])(a[_0x268144(0x58e)])['t'](_0x3db1d7),'placement':_0x268144(0x976),'children':(0x0,m[_0x268144(0x689)])(c[_0x268144(0x362)],{'className':_0x268144(0x698),'disabled':_0x27b02c,'active':_0x71f6f,'onClick':_0x52fd23,'children':_0x188e2c})});}function _u(){const _0x526971=_0x1ed4d3;return[...s[_0x526971(0x246)]];}function vu(){const _0xa794e0=_0x1ed4d3;return[...c[_0xa794e0(0x2e4)]];}function yu(_0xd986c2){const _0x40cf0f=_0x1ed4d3;return!_0xd986c2||!(_0x40cf0f(0x82b)in _0xd986c2)||!Array[_0x40cf0f(0x737)](_0xd986c2['selections'])?[]:_0xd986c2[_0x40cf0f(0x82b)];}function bu(_0x5141f0){const _0x1e6a5a=_0x1ed4d3;let {menuItem:_0x129e81,onClick:_0xd12db0}=_0x5141f0,{hidden:_0x4053d8,disabled:_0x10d01c,value:_0x593660}=nu(_0x129e81),_0x33007e=(0x0,c[_0x1e6a5a(0x2d7)])(a[_0x1e6a5a(0x58e)]);if(!_0x129e81||_0x4053d8)return null;let _0x1ed721=_0x33007e['t']('embed-ui.sheetsFloating.toolbar.numberFormat');return(0x0,m['jsx'])(ra,{'title':_0x1ed721,'placement':'bottom','children':(0x0,m[_0x1e6a5a(0x9d3)])(Ql,{'title':_0x1ed721,'disabled':_0x10d01c,'onClick':_0xd12db0,'children':[(0x0,m['jsx'])(u[_0x1e6a5a(0x357)],{}),(0x0,m[_0x1e6a5a(0x689)])(_0x1e6a5a(0x7a6),{'children':typeof _0x593660==_0x1e6a5a(0x23d)&&_0x593660?_0x593660:_0x1e6a5a(0x7e1)}),(0x0,m[_0x1e6a5a(0x689)])(u[_0x1e6a5a(0x97d)],{})]})});}function xu(_0x1a0de0){const _0x3b9cd4=_0x1ed4d3;let {embedId:_0x1a65e6,menuItem:_0x3f327c,title:_0x2b33d2,open:_0x283938,onOpenChange:_0x394e93,onSelect:_0x27a72d}=_0x1a0de0,{hidden:_0x22d14f,disabled:_0x399c08,value:_0x14b6cf}=nu(_0x3f327c);if(!_0x3f327c||_0x22d14f)return null;let _0x5f23c1=typeof _0x14b6cf==_0x3b9cd4(0x23d)&&_0x14b6cf?_0x14b6cf:'Arial';return(0x0,m[_0x3b9cd4(0x689)])(du,{'embedId':_0x1a65e6,'disabled':_0x399c08,'title':_0x2b33d2,'open':_0x283938,'onOpenChange':_0x394e93,'trigger':(0x0,m[_0x3b9cd4(0x9d3)])(m['Fragment'],{'children':[(0x0,m['jsx'])('span',{'className':'univer-w-28\x20univer-truncate\x20univer-text-left','children':_0x5f23c1}),(0x0,m[_0x3b9cd4(0x689)])(u[_0x3b9cd4(0x97d)],{})]}),'overlay':(0x0,m[_0x3b9cd4(0x689)])('div',{'className':_0x3b9cd4(0x2a5),'onPointerDown':$,'onMouseDown':$,'children':(0x0,m[_0x3b9cd4(0x689)])(c['FontFamilyItem'],{'value':_0x5f23c1,'onChange':_0x12cfc8=>{_0x27a72d(_0x12cfc8),_0x394e93(!0x1);}})})});}function Su(_0x3eb031){const _0x67f3a5=_0x1ed4d3;let {embedId:_0xeb25fb,menuItem:_0x4c5c8c,title:_0x445856,open:_0x4f4f91,onOpenChange:_0x354cf2,onSelect:_0x1c8f9b}=_0x3eb031,{hidden:_0x154823,disabled:_0x16f220,value:_0x4bfa0f}=nu(_0x4c5c8c);if(!_0x4c5c8c||_0x154823)return null;let _0x4702e0=typeof _0x4bfa0f==_0x67f3a5(0x584)||typeof _0x4bfa0f==_0x67f3a5(0x23d)?Number(_0x4bfa0f):0xb;return(0x0,m[_0x67f3a5(0x689)])(du,{'embedId':_0xeb25fb,'disabled':_0x16f220,'title':_0x445856,'open':_0x4f4f91,'onOpenChange':_0x354cf2,'trigger':(0x0,m[_0x67f3a5(0x9d3)])(m['Fragment'],{'children':[(0x0,m[_0x67f3a5(0x689)])(_0x67f3a5(0x7a6),{'className':_0x67f3a5(0x643),'children':_0x4702e0}),(0x0,m[_0x67f3a5(0x689)])(u[_0x67f3a5(0x97d)],{})]}),'overlay':(0x0,m[_0x67f3a5(0x689)])(_0x67f3a5(0x7ff),{'className':_0x67f3a5(0x61b),'onPointerDown':$,'onMouseDown':$,'children':vu()[_0x67f3a5(0x572)](_0x1fbf0a=>{const _0x328735=_0x67f3a5;let _0x3907c9=Number(_0x1fbf0a[_0x328735(0x2fe)])===_0x4702e0;return(0x0,m[_0x328735(0x9d3)])(_0x328735(0x679),{'type':_0x328735(0x679),'className':(0x0,l[_0x328735(0x2e8)])('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':_0x3907c9}),'onClick':()=>{const _0x42e0c6=_0x328735;_0x1c8f9b(String(_0x1fbf0a[_0x42e0c6(0x2fe)])),_0x354cf2(!0x1);},'children':[(0x0,m[_0x328735(0x689)])(_0x328735(0x7a6),{'children':_0x1fbf0a[_0x328735(0x50a)]}),_0x3907c9&&(0x0,m[_0x328735(0x689)])(u[_0x328735(0x837)],{'className':'univer-text-primary-600'})]},_0x1fbf0a[_0x328735(0x2fe)]);})})});}function Cu(_0x561119){const _0x2b01db=_0x1ed4d3;let {embedId:_0x5dbd9d,menuItem:_0x454fb9,open:_0x35f737,onOpenChange:_0xd3ac25,execute:_0xdfa6f}=_0x561119,{hidden:_0x4e50f1,disabled:_0x2a4590}=nu(_0x454fb9);return!_0x454fb9||_0x4e50f1?null:(0x0,m['jsx'])(du,{'embedId':_0x5dbd9d,'disabled':_0x2a4590,'title':_0x2b01db(0x736),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x35f737,'onOpenChange':_0xd3ac25,'trigger':(0x0,m[_0x2b01db(0x9d3)])(m[_0x2b01db(0x611)],{'children':[(0x0,m[_0x2b01db(0x689)])(u[_0x2b01db(0x582)],{}),(0x0,m[_0x2b01db(0x689)])(u[_0x2b01db(0x97d)],{})]}),'overlay':(0x0,m[_0x2b01db(0x689)])(lu,{'embedId':_0x5dbd9d,'onPointerDown':_0xedd2aa=>_0xedd2aa[_0x2b01db(0x94b)](),'children':(0x0,m[_0x2b01db(0x9d3)])(uu,{'children':[(0x0,m[_0x2b01db(0x689)])(Tu,{'item':_0x454fb9,'title':'embed-ui.sheetsFloating.align.left','onClick':()=>_0xdfa6f(_0x454fb9,{'value':a['HorizontalAlign'][_0x2b01db(0x567)]}),'children':(0x0,m[_0x2b01db(0x689)])(u['LeftJustifyingIcon'],{})}),(0x0,m['jsx'])(Tu,{'item':_0x454fb9,'title':'embed-ui.sheetsFloating.align.center','onClick':()=>_0xdfa6f(_0x454fb9,{'value':a['HorizontalAlign'][_0x2b01db(0x8f2)]}),'children':(0x0,m[_0x2b01db(0x689)])(u[_0x2b01db(0x7ba)],{})}),(0x0,m['jsx'])(Tu,{'item':_0x454fb9,'title':_0x2b01db(0x221),'onClick':()=>_0xdfa6f(_0x454fb9,{'value':a['HorizontalAlign'][_0x2b01db(0x25e)]}),'children':(0x0,m[_0x2b01db(0x689)])(u['RightJustifyingIcon'],{})})]})})});}function wu(_0x381fd2){const _0x265088=_0x1ed4d3;let {embedId:_0x582e80,menuItem:_0x3be743,open:_0x34b6be,onOpenChange:_0x562655,execute:_0x111858}=_0x381fd2,{hidden:_0xa31639,disabled:_0x15a780}=nu(_0x3be743);return!_0x3be743||_0xa31639?null:(0x0,m['jsx'])(du,{'embedId':_0x582e80,'disabled':_0x15a780,'title':_0x265088(0x3d1),'triggerClassName':_0x265088(0x663),'open':_0x34b6be,'onOpenChange':_0x562655,'trigger':(0x0,m[_0x265088(0x9d3)])(m[_0x265088(0x611)],{'children':[(0x0,m[_0x265088(0x689)])(u[_0x265088(0x49e)],{}),(0x0,m[_0x265088(0x689)])(u[_0x265088(0x97d)],{})]}),'overlay':(0x0,m['jsx'])(lu,{'embedId':_0x582e80,'onPointerDown':_0x35470a=>_0x35470a['stopPropagation'](),'children':(0x0,m['jsxs'])(uu,{'children':[(0x0,m[_0x265088(0x689)])(Tu,{'item':_0x3be743,'title':_0x265088(0x27f),'onClick':()=>_0x111858(_0x3be743,{'value':a['VerticalAlign'][_0x265088(0x642)]}),'children':(0x0,m[_0x265088(0x689)])(u[_0x265088(0x84b)],{})}),(0x0,m['jsx'])(Tu,{'item':_0x3be743,'title':_0x265088(0x654),'onClick':()=>_0x111858(_0x3be743,{'value':a[_0x265088(0x81a)]['MIDDLE']}),'children':(0x0,m[_0x265088(0x689)])(u[_0x265088(0x49e)],{})}),(0x0,m[_0x265088(0x689)])(Tu,{'item':_0x3be743,'title':_0x265088(0x948),'onClick':()=>_0x111858(_0x3be743,{'value':a['VerticalAlign'][_0x265088(0x6f0)]}),'children':(0x0,m['jsx'])(u['AlignBottomIcon'],{})})]})})});}function Tu(_0xb5d25b){const _0x3f079d=_0x1ed4d3;let {item:_0x139043,title:_0x5db0a3,children:_0x38d828,onClick:_0x3fa88f}=_0xb5d25b,{hidden:_0x38414f,disabled:_0x55750f,activated:_0x289e16}=nu(_0x139043);return!_0x139043||_0x38414f?null:(0x0,m[_0x3f079d(0x689)])(gu,{'title':_0x5db0a3,'disabled':_0x55750f,'active':_0x289e16,'onClick':_0x3fa88f,'children':_0x38d828});}function Eu(_0x2fdb0a){const _0x174773=_0x1ed4d3;let {embedId:_0x1e30b5,menuItem:_0x418802,title:_0x3cd8f4,icon:_0x318776,defaultColor:_0x1c5b12,open:_0x3cea7e,onOpenChange:_0x35e287,onChange:_0x536731,onReset:_0x3dcec8}=_0x2fdb0a,_0xbf0458=(0x0,c[_0x174773(0x2d7)])(a[_0x174773(0x58e)]),{hidden:_0x1df7b9,disabled:_0x70a025,value:_0xfa31bf}=nu(_0x418802),[_0x3751e1,_0xc30000]=(0x0,d[_0x174773(0x632)])(_0x1c5b12);if(!_0x418802||_0x1df7b9)return null;let _0x4726a6=(0x0,m[_0x174773(0x689)])(l[_0x174773(0x788)],{'disabled':_0x70a025,'align':_0x174773(0x336),'sideOffset':0x6,'open':_0x3cea7e,'onOpenChange':_0x35e287,'onPointerDownOutside':_0x410e9d=>cu(_0x410e9d,_0x1e30b5),'onFocusOutside':_0x219865=>cu(_0x219865,_0x1e30b5),'onInteractOutside':_0x1cffa7=>cu(_0x1cffa7,_0x1e30b5),'overlay':(0x0,m[_0x174773(0x9d3)])(_0x174773(0x7ff),{'data-embed-id':_0x1e30b5,'data-embed-floating-menu-popup':_0x174773(0x85d),'className':_0x174773(0x8b2),'onPointerDown':$,'onMouseDown':$,'children':[(0x0,m[_0x174773(0x689)])(l['ColorPicker'],{'value':typeof _0xfa31bf==_0x174773(0x23d)&&_0xfa31bf?_0xfa31bf:_0x3751e1,'onChange':_0x3d3a0a=>{_0xc30000(_0x3d3a0a),_0x536731(_0x3d3a0a);}}),(0x0,m['jsx'])(l[_0x174773(0x3dd)],{}),(0x0,m[_0x174773(0x9d3)])(_0x174773(0x679),{'type':_0x174773(0x679),'className':_0x174773(0x905),'onClick':()=>{_0xc30000(_0x1c5b12),_0x3dcec8(),_0x35e287(!0x1);},'children':[(0x0,m['jsx'])(u[_0x174773(0x7b5)],{}),(0x0,m[_0x174773(0x689)])('span',{'children':_0xbf0458['t'](_0x174773(0x564))})]})]}),'children':(0x0,m['jsx'])(Ql,{'title':_0x3cd8f4,'disabled':_0x70a025,'children':_0x318776})});return(0x0,m[_0x174773(0x689)])(ra,{'title':_0xbf0458['t'](_0x3cd8f4),'placement':_0x174773(0x976),'children':_0x4726a6});}function Du(_0xd59029){const _0x1c2bad=_0x1ed4d3;let {embedId:_0xc46bf4,menuItem:_0x4543d4,open:_0x10ab15,onOpenChange:_0x2a9d2c,onSelect:_0x1787b5}=_0xd59029,_0x31a99c=(0x0,c[_0x1c2bad(0x2d7)])(a[_0x1c2bad(0x58e)]),_0x725efe=(0x0,c['useDependency'])(c['IconManager']),{hidden:_0x1f4d26,disabled:_0x2f9271}=nu(_0x4543d4),[_0x4ad459,_0x25e0a5]=(0x0,d[_0x1c2bad(0x632)])(a[_0x1c2bad(0x842)][_0x1c2bad(0x53d)]),[_0x130a4d,_0x2c5933]=(0x0,d[_0x1c2bad(0x632)])(a[_0x1c2bad(0x83a)][_0x1c2bad(0x7f1)]),[_0x30cba3,_0x24227c]=(0x0,d[_0x1c2bad(0x632)])(_0x1c2bad(0x33e));if(!_0x4543d4||_0x1f4d26)return null;let _0x5f17d8=(_0x2065bb=_0x4ad459,_0x23006f=_0x130a4d,_0x1a30ac=_0x30cba3)=>{_0x25e0a5(_0x2065bb),_0x2c5933(_0x23006f),_0x24227c(_0x1a30ac),_0x1787b5(_0x2065bb,_0x23006f,_0x1a30ac);},_0x2046ea=_0x118c2e=>{const _0x3e2543=_0x1c2bad;var _0xa521b7;return((_0xa521b7=_u()[_0x3e2543(0x961)](_0x4fca8a=>_0x4fca8a['value']===_0x118c2e))==null?void 0x0:_0xa521b7['icon'])??_0x3e2543(0x337);},_0x42e04f=(_0x450672,_0x58155e=_0x1c2bad(0x9b3))=>{const _0x5f1229=_0x1c2bad;let _0x4f2674=_0x725efe[_0x5f1229(0x53b)](_0x450672);return _0x4f2674?(0x0,m[_0x5f1229(0x689)])(_0x4f2674,{'className':_0x58155e}):(0x0,m['jsx'])(u[_0x5f1229(0x7ed)],{});},_0x1d3070=(0x0,m[_0x1c2bad(0x689)])(l[_0x1c2bad(0x788)],{'disabled':_0x2f9271,'align':_0x1c2bad(0x336),'sideOffset':0x6,'open':_0x10ab15,'onOpenChange':_0x2a9d2c,'onPointerDownOutside':_0x3df247=>cu(_0x3df247,_0xc46bf4),'onFocusOutside':_0x3c9f02=>cu(_0x3c9f02,_0xc46bf4),'onInteractOutside':_0x33fbf7=>cu(_0x33fbf7,_0xc46bf4),'overlay':(0x0,m['jsxs'])(lu,{'embedId':_0xc46bf4,'onPointerDown':_0x18ee3e=>_0x18ee3e['stopPropagation'](),'children':[(0x0,m[_0x1c2bad(0x689)])(_0x1c2bad(0x7ff),{'className':'univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_u()['map'](_0x23f72e=>(0x0,m[_0x1c2bad(0x689)])(gu,{'title':_0x23f72e[_0x1c2bad(0x50a)],'active':_0x4ad459===_0x23f72e[_0x1c2bad(0x2fe)],'onClick':()=>_0x5f17d8(_0x23f72e[_0x1c2bad(0x2fe)]),'children':_0x42e04f(_0x23f72e[_0x1c2bad(0x409)])},_0x23f72e[_0x1c2bad(0x2fe)]))}),(0x0,m['jsx'])(l[_0x1c2bad(0x3dd)],{}),(0x0,m[_0x1c2bad(0x9d3)])(uu,{'children':[(0x0,m['jsx'])(l[_0x1c2bad(0x788)],{'align':_0x1c2bad(0x336),'sideOffset':0x6,'onPointerDownOutside':_0xe1481f=>cu(_0xe1481f,_0xc46bf4),'onFocusOutside':_0x37d736=>cu(_0x37d736,_0xc46bf4),'onInteractOutside':_0x48ff1f=>cu(_0x48ff1f,_0xc46bf4),'overlay':(0x0,m[_0x1c2bad(0x689)])('div',{'data-embed-id':_0xc46bf4,'data-embed-floating-menu-popup':_0x1c2bad(0x85d),'className':_0x1c2bad(0x7f5),'onPointerDown':$,'onMouseDown':$,'children':(0x0,m['jsx'])(l['ColorPicker'],{'value':_0x30cba3,'onChange':_0x374b50=>_0x5f17d8(_0x4ad459,_0x130a4d,_0x374b50)})}),'children':(0x0,m[_0x1c2bad(0x9d3)])(gu,{'title':'embed-ui.sheetsFloating.borderLine.borderColor','active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,m[_0x1c2bad(0x689)])(u[_0x1c2bad(0x28c)],{'extend':{'colorChannel1':_0x30cba3}}),(0x0,m['jsx'])(u[_0x1c2bad(0x97d)],{})]})}),(0x0,m[_0x1c2bad(0x689)])(l['Dropdown'],{'align':'start','sideOffset':0x6,'onPointerDownOutside':_0x11d9c7=>cu(_0x11d9c7,_0xc46bf4),'onFocusOutside':_0x20d2b6=>cu(_0x20d2b6,_0xc46bf4),'onInteractOutside':_0x5ce133=>cu(_0x5ce133,_0xc46bf4),'overlay':(0x0,m[_0x1c2bad(0x689)])(_0x1c2bad(0x7ff),{'data-embed-id':_0xc46bf4,'data-embed-floating-menu-popup':_0x1c2bad(0x85d),'className':'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','onPointerDown':$,'onMouseDown':$,'children':s[_0x1c2bad(0x604)][_0x1c2bad(0x572)](_0x5f077c=>(0x0,m[_0x1c2bad(0x689)])(_0x1c2bad(0x679),{'type':'button','className':(0x0,l[_0x1c2bad(0x2e8)])(_0x1c2bad(0x534),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x130a4d===_0x5f077c[_0x1c2bad(0x2fe)]}),'onClick':()=>_0x5f17d8(_0x4ad459,_0x5f077c[_0x1c2bad(0x2fe)]),'children':(0x0,m[_0x1c2bad(0x689)])(s[_0x1c2bad(0x664)],{'className':_0x1c2bad(0x752),'type':_0x5f077c[_0x1c2bad(0x2fe)]})},_0x5f077c['value']))}),'children':(0x0,m[_0x1c2bad(0x9d3)])(gu,{'title':_0x1c2bad(0x60d),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,m[_0x1c2bad(0x689)])(s[_0x1c2bad(0x664)],{'className':'univer-fill-gray-900\x20dark:!univer-fill-gray-0','type':_0x130a4d}),(0x0,m[_0x1c2bad(0x689)])(u[_0x1c2bad(0x97d)],{})]})})]})]}),'children':(0x0,m[_0x1c2bad(0x689)])($l,{'title':_0x31a99c['t'](_0x1c2bad(0x609)),'disabled':_0x2f9271,'open':_0x10ab15,'primary':_0x42e04f(_0x2046ea(_0x4ad459),_0x1c2bad(0x89a)),'onPrimaryClick':()=>{_0x5f17d8(),_0x2a9d2c(!0x1);}})});return(0x0,m[_0x1c2bad(0x689)])(ra,{'title':_0x31a99c['t'](_0x1c2bad(0x609)),'placement':'bottom','children':_0x1d3070});}function Ou(_0x201a89){const _0x371cc4=_0x1ed4d3;let {embedId:_0x51eb9c,menuItems:_0x232f5c,open:_0x28665f,onOpenChange:_0x45bbb4,execute:_0x2c8121}=_0x201a89,_0x26bd83=(0x0,c[_0x371cc4(0x2d7)])(a['LocaleService']),{hidden:_0x467a9e,disabled:_0x5bbca7}=nu(_0x232f5c==null?void 0x0:_0x232f5c[_0x371cc4(0x903)]),_0x18a832=[];return[{'item':_0x232f5c==null?void 0x0:_0x232f5c[_0x371cc4(0x41e)],'icon':(0x0,m[_0x371cc4(0x689)])(u['MergeAllIcon'],{})},{'item':_0x232f5c==null?void 0x0:_0x232f5c['vertical'],'icon':(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x5dd)],{})},{'item':_0x232f5c==null?void 0x0:_0x232f5c[_0x371cc4(0x95c)],'icon':(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x574)],{})},{'item':_0x232f5c==null?void 0x0:_0x232f5c[_0x371cc4(0x96c)],'icon':(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x96d)],{})}]['forEach'](({item:_0x560fbc,icon:_0x4416f1})=>{const _0x53b136=_0x371cc4;_0x560fbc&&_0x18a832[_0x53b136(0x2fa)]({'item':_0x560fbc,'icon':_0x4416f1});}),!(_0x232f5c!=null&&_0x232f5c[_0x371cc4(0x903)])||_0x467a9e||!_0x18a832[_0x371cc4(0x9ba)]?null:(0x0,m['jsx'])(du,{'embedId':_0x51eb9c,'disabled':_0x5bbca7,'title':_0x371cc4(0x516),'triggerClassName':_0x371cc4(0x663),'open':_0x28665f,'onOpenChange':_0x45bbb4,'trigger':(0x0,m[_0x371cc4(0x9d3)])(m[_0x371cc4(0x611)],{'children':[(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x741)],{}),(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x97d)],{})]}),'overlay':(0x0,m[_0x371cc4(0x689)])(pu,{'children':_0x18a832['map'](({item:_0x265cf8,icon:_0x1ce53c})=>(0x0,m[_0x371cc4(0x689)])(mu,{'icon':_0x1ce53c,'onClick':()=>{_0x2c8121(_0x265cf8),_0x45bbb4(!0x1);},'children':_0x26bd83['t'](ru(_0x265cf8))},_0x265cf8['id']))})});}function ku(_0x40f937){const _0x13e416=_0x1ed4d3;let {embedId:_0x167f51,menuItem:_0x492920,open:_0x43b92a,onOpenChange:_0x52f6ad,execute:_0x1a6b0c}=_0x40f937,_0x292a9b=(0x0,c['useDependency'])(a['LocaleService']),{hidden:_0x15302e,disabled:_0x102ab0}=nu(_0x492920);if(!_0x492920||_0x15302e)return null;let _0x949810=yu(_0x492920),_0x49ebe6=_0x949810[_0x13e416(0x9ba)]?_0x949810[_0x13e416(0x572)](_0x387ad5=>({'label':_0x292a9b['t'](iu(_0x387ad5)),'icon':au(_0x387ad5[_0x13e416(0x2fe)]),'commandId':_0x387ad5[_0x13e416(0x68c)]??(_0x492920==null?void 0x0:_0x492920[_0x13e416(0x68c)])??(_0x492920==null?void 0x0:_0x492920['id'])??v['SetTextWrapCommand']['id'],'params':_0x387ad5['params']??{'value':_0x387ad5[_0x13e416(0x2fe)]}})):[{'label':_0x292a9b['t'](_0x13e416(0x3e7)),'icon':(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x54a)],{}),'commandId':v[_0x13e416(0x653)]['id'],'params':{'value':a[_0x13e416(0x7a1)][_0x13e416(0x952)]}},{'label':_0x292a9b['t'](_0x13e416(0x74f)),'icon':(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x2e1)],{}),'commandId':v[_0x13e416(0x653)]['id'],'params':{'value':a[_0x13e416(0x7a1)][_0x13e416(0x322)]}},{'label':_0x292a9b['t'](_0x13e416(0x74e)),'icon':(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x88e)],{}),'commandId':v[_0x13e416(0x653)]['id'],'params':{'value':a[_0x13e416(0x7a1)][_0x13e416(0x7ac)]}}];return(0x0,m[_0x13e416(0x689)])(du,{'embedId':_0x167f51,'disabled':_0x102ab0,'title':_0x13e416(0x310),'triggerClassName':_0x13e416(0x663),'open':_0x43b92a,'onOpenChange':_0x52f6ad,'trigger':(0x0,m[_0x13e416(0x9d3)])(m[_0x13e416(0x611)],{'children':[(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x88e)],{}),(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x97d)],{})]}),'overlay':(0x0,m['jsx'])(fu,{'children':_0x49ebe6[_0x13e416(0x572)](_0x16b4c6=>{const _0x4aea22=_0x13e416;var _0x26a6f4;return(0x0,m[_0x4aea22(0x689)])(hu,{'icon':_0x16b4c6[_0x4aea22(0x409)],'onClick':()=>{const _0x1b8bd9=_0x4aea22;_0x1a6b0c(_0x16b4c6[_0x1b8bd9(0x68c)],_0x16b4c6[_0x1b8bd9(0x640)]),_0x52f6ad(!0x1);},'children':_0x16b4c6['label']},_0x16b4c6[_0x4aea22(0x68c)]+'-'+String(((_0x26a6f4=_0x16b4c6['params'])==null?void 0x0:_0x26a6f4[_0x4aea22(0x2fe)])??_0x16b4c6[_0x4aea22(0x50a)]));})})});}const Au={'formatPainter':s['SetOnceFormatPainterCommand']['id'],'numberFormat':_0x1ed4d3(0x710),'fontFamily':s[_0x1ed4d3(0x7c1)]['id'],'fontSize':s[_0x1ed4d3(0x555)]['id'],'bold':s['SetRangeBoldCommand']['id'],'textColor':s[_0x1ed4d3(0x231)]['id'],'backgroundColor':v['SetBackgroundColorCommand']['id'],'borderComposite':v[_0x1ed4d3(0x9c4)]['id'],'horizontalAlign':v[_0x1ed4d3(0x1fc)]['id'],'verticalAlign':v[_0x1ed4d3(0x70f)]['id'],'wrap':v['SetTextWrapCommand']['id'],'filter':_0x1ed4d3(0x7fc)},ju={'root':v[_0x1ed4d3(0x5f7)]['id'],'all':v[_0x1ed4d3(0x8c3)]['id'],'vertical':v[_0x1ed4d3(0x73e)]['id'],'horizontal':v[_0x1ed4d3(0x27d)]['id'],'unmerge':v[_0x1ed4d3(0x595)]['id']};function Mu(_0x36f280){const _0x7e7eff=_0x1ed4d3;let _0x370560={},_0x19680f=_0x36e8f0=>{const _0x5b9f13=_0x54e0;let _0x27a5b7=_0x36f280[_0x5b9f13(0x961)](_0x44c517=>{const _0x570d81=_0x5b9f13;let _0x4b9508=_0x44c517['item'];return _0x44c517[_0x570d81(0x311)]===_0x36e8f0||(_0x4b9508==null?void 0x0:_0x4b9508['id'])===_0x36e8f0||(_0x4b9508==null?void 0x0:_0x4b9508['commandId'])===_0x36e8f0;});return _0x27a5b7==null?void 0x0:_0x27a5b7[_0x5b9f13(0x855)];};Object['keys'](Au)[_0x7e7eff(0x360)](_0x3b0796=>{_0x370560[_0x3b0796]=_0x19680f(Au[_0x3b0796]);});let _0x30ceb6=Object[_0x7e7eff(0x2f3)](ju)[_0x7e7eff(0x807)]((_0x33ad6e,[_0x4e39b7,_0x103b2b])=>{let _0x273f67=_0x19680f(_0x103b2b);return _0x273f67&&(_0x33ad6e[_0x4e39b7]=_0x273f67),_0x33ad6e;},{});return Iu(_0x30ceb6)&&(_0x370560[_0x7e7eff(0x5b7)]=_0x30ceb6),_0x370560['deleteBlock']=!0x0,_0x370560;}const Nu=[{'items':[_0x1ed4d3(0x393)]},{'dividerBefore':_0x1ed4d3(0x297),'items':[_0x1ed4d3(0x5ae)]},{'dividerBefore':_0x1ed4d3(0x57a),'items':[_0x1ed4d3(0x8a9),_0x1ed4d3(0x625),_0x1ed4d3(0x840)]},{'dividerBefore':_0x1ed4d3(0x816),'items':[_0x1ed4d3(0x822),_0x1ed4d3(0x394),_0x1ed4d3(0x9d4)]},{'dividerBefore':_0x1ed4d3(0x281),'items':[_0x1ed4d3(0x5b7),_0x1ed4d3(0x972),_0x1ed4d3(0x8c7),_0x1ed4d3(0x5e7)]},{'dividerBefore':_0x1ed4d3(0x2a8),'items':[_0x1ed4d3(0x699)]},{'dividerBefore':_0x1ed4d3(0x43e),'items':[_0x1ed4d3(0x812)]}];function Pu(_0x1fb351){const _0x5d17fc=_0x1ed4d3;let _0xbca2a4=[];return Nu[_0x5d17fc(0x360)](_0x488d1b=>{const _0x16bc7a=_0x5d17fc;let _0x25d175=_0x488d1b[_0x16bc7a(0x719)][_0x16bc7a(0x699)](_0x1e8ba1=>Fu(_0x1fb351,_0x1e8ba1))[_0x16bc7a(0x572)](_0xff36d7=>({'id':_0xff36d7,'type':_0xff36d7===_0x16bc7a(0x393)||_0xff36d7===_0x16bc7a(0x840)||_0xff36d7===_0x16bc7a(0x699)||_0xff36d7===_0x16bc7a(0x812)?_0x16bc7a(0x679):_0x16bc7a(0x523)}));_0x25d175[_0x16bc7a(0x9ba)]&&(_0xbca2a4['length']&&_0x488d1b[_0x16bc7a(0x4be)]&&_0xbca2a4['push']({'id':_0x488d1b['dividerBefore'],'type':_0x16bc7a(0x371)}),_0xbca2a4[_0x16bc7a(0x2fa)](..._0x25d175));}),_0xbca2a4;}function Fu(_0x5993ff,_0x414795){return!!_0x5993ff[_0x414795];}function Iu(_0x783bd6){const _0x49fdb9=_0x1ed4d3;return Object['values'](_0x783bd6)[_0x49fdb9(0x52a)](Boolean);}function Lu(_0x2c39d6,_0x1c8ded){const _0x4184ff=_0x1ed4d3;if(_0x2c39d6)return{'commandId':_0x2c39d6[_0x4184ff(0x68c)]??_0x2c39d6['id'],'params':_0x1c8ded??(typeof _0x2c39d6[_0x4184ff(0x640)]==_0x4184ff(0x508)?_0x2c39d6[_0x4184ff(0x640)]():_0x2c39d6[_0x4184ff(0x640)])};}function Ru(){const _0x5ec29d=_0x1ed4d3;return fc({'childType':a[_0x5ec29d(0x747)]['UNIVER_SHEET'],'mount':zu});}function zu(_0x297b99){const _0x537607=_0x1ed4d3;let {menu:_0xe383a,portalContainer:_0x2b7030}=dc(_0x297b99),_0x41b8c3=rn(_0xe383a);return _0x41b8c3['render']((0x0,d[_0x537607(0x467)])(qt,{'injector':_0x297b99['runtimeScope'][_0x537607(0x583)],'mountContainer':_0x2b7030,'embedId':_0x297b99[_0x537607(0x666)]},(0x0,d[_0x537607(0x467)])(Vu,{'hostUnitId':_0x297b99[_0x537607(0x565)],'embedId':_0x297b99[_0x537607(0x666)],'childUnitId':_0x297b99[_0x537607(0x442)],'entry':_0x297b99['descriptor'][_0x537607(0x8bf)],'fullscreen':!!_0x297b99[_0x537607(0x982)][_0x537607(0x44f)],'usesDomFloatingStage':Bu(_0x297b99[_0x537607(0x3e8)][_0x537607(0x8bf)]),'renderScopeActive$':_0x297b99[_0x537607(0x982)][_0x537607(0x589)]}))),(0x0,a[_0x537607(0x64a)])(()=>{const _0x445ddb=_0x537607;an(_0x41b8c3),globalThis[_0x445ddb(0x84e)](()=>_0xe383a[_0x445ddb(0x241)](),0x0);});}function Bu(_0x1a7612){return!0x0;}function Vu(_0x3d73fd){const _0x757aec=_0x1ed4d3;let {hostUnitId:_0x53c617,embedId:_0x421acb,childUnitId:_0x482d24,entry:_0xad813b,fullscreen:_0x2196f4,usesDomFloatingStage:_0x2d2005,renderScopeActive$:_0x5b2ff0}=_0x3d73fd,_0x3a6417=(0x0,c['useDependency'])(a[_0x757aec(0x58e)]),_0x5dcf5e=(0x0,c[_0x757aec(0x2d7)])(a[_0x757aec(0x8e6)]),_0x1620f4=(0x0,c[_0x757aec(0x2d7)])(a[_0x757aec(0x90d)]),_0x51af7d=(0x0,c[_0x757aec(0x2d7)])(c[_0x757aec(0x383)]),_0x308560=(0x0,c[_0x757aec(0x2d7)])(v[_0x757aec(0x306)]),_0x18561d=(0x0,c[_0x757aec(0x2d7)])(le),_0x2b2f16=cr({'embedId':_0x421acb,'active':(0x0,c['useObservable'])(()=>_0x18561d['active$'],_0x18561d[_0x757aec(0x8a7)](),!0x1,[_0x18561d]),'fullscreen':_0x2196f4,'usesDomFloatingStage':_0x2d2005,'renderScopeActive':(0x0,c[_0x757aec(0x713)])(()=>_0x5b2ff0,!0x1,!0x1,[_0x5b2ff0])})===_0x757aec(0x334),[_0x327764,_0x5696a9]=(0x0,d[_0x757aec(0x632)])(null),_0x3f2809=_0x5b50d4=>({'open':_0x327764===_0x5b50d4,'onOpenChange':_0x12aa4d=>_0x5696a9(_0x12aa4d?_0x5b50d4:null)});(0x0,d[_0x757aec(0x8a5)])(()=>{const _0x4478d2=_0x757aec;if(!_0x327764)return;let _0x3f2d97=_0xe23b3d=>{const _0x4a8549=_0x54e0;su(_0xe23b3d[_0x4a8549(0x1f6)],_0x421acb)||_0x5696a9(null);};return document[_0x4478d2(0x7d4)](_0x4478d2(0x888),_0x3f2d97,!0x0),()=>{const _0x22fade=_0x4478d2;document[_0x22fade(0x2f5)](_0x22fade(0x888),_0x3f2d97,!0x0);};},[_0x421acb,_0x327764]);let _0x38a358=(0x0,c[_0x757aec(0x713)])(()=>_0x51af7d[_0x757aec(0x7dd)]['pipe']((0x0,f[_0x757aec(0x572)])(()=>Mu(_0x51af7d[_0x757aec(0x80b)](c[_0x757aec(0x787)]['RIBBON'])))),Mu(_0x51af7d['getFlatMenuByPositionKey'](c[_0x757aec(0x787)][_0x757aec(0x805)])),!0x1,[_0x51af7d]),_0x368847=(0x0,d[_0x757aec(0x8bb)])(()=>new Set(Pu(_0x38a358)[_0x757aec(0x572)](_0x546e40=>_0x546e40['id'])),[_0x38a358]),_0x2745d8=()=>{const _0x425c01=_0x757aec;_0x18561d[_0x425c01(0x2d2)]({'hostUnitId':_0x53c617,'embedId':_0x421acb,'childUnitId':_0x482d24},_0x425c01(0x334)),_0x1620f4['setCurrentUnitForType'](_0x482d24);},_0x4961b5=async(_0x4cccc7,_0x2cf3e8)=>{const _0x36e398=_0x757aec;_0x2745d8(),await _0x5dcf5e[_0x36e398(0x88b)](_0x4cccc7,_0x2cf3e8);},_0x24e042=async(_0x3fa87b,_0x4a3425)=>{const _0x3da6f8=_0x757aec;let _0x402227=Lu(_0x3fa87b,_0x4a3425);_0x402227&&await _0x4961b5(_0x402227[_0x3da6f8(0x68c)],_0x402227[_0x3da6f8(0x640)]);},_0x12cec3=()=>{const _0x1f9cd9=_0x757aec;let _0x3a4ac5=_0x1620f4[_0x1f9cd9(0x4a8)](_0x482d24,a[_0x1f9cd9(0x747)]['UNIVER_SHEET']),_0x432849=_0x3a4ac5==null?void 0x0:_0x3a4ac5[_0x1f9cd9(0x316)]();return!_0x3a4ac5||!_0x432849?null:{'workbook':_0x3a4ac5,'worksheet':_0x432849,'unitId':_0x3a4ac5['getUnitId'](),'subUnitId':_0x432849[_0x1f9cd9(0x2c5)]()};},_0x5def1c=()=>{const _0x3de583=_0x757aec;var _0x1a143e;return((_0x1a143e=_0x308560[_0x3de583(0x5ce)]())==null?void 0x0:_0x1a143e[_0x3de583(0x572)](_0x1f112a=>_0x1f112a[_0x3de583(0x2b6)]))??[];},_0x5035b1=async(_0xf1c769,_0x1ee344,_0x2ce574=a[_0x757aec(0x83a)][_0x757aec(0x7f1)],_0x1aa3eb=_0x757aec(0x33e))=>{const _0x5ca8db=_0x757aec;let _0x282714=_0x12cec3(),_0x571a6e=_0x5def1c();!_0x282714||!_0x571a6e['length']||await _0x24e042(_0xf1c769,{'unitId':_0x282714[_0x5ca8db(0x2b9)],'subUnitId':_0x282714[_0x5ca8db(0x72f)],'ranges':_0x571a6e,'value':{'type':_0x1ee344,'color':_0x1aa3eb,'style':_0x2ce574,'activeBorderType':!0x0}});},_0x3dc86a=async()=>{const _0x545905=_0x757aec;await _0x5dcf5e[_0x545905(0x88b)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x53c617,'embedId':_0x421acb});};return(0x0,m[_0x757aec(0x9d3)])('div',{'className':(0x0,l['clsx'])(_0x757aec(0x64f),{'univer-hidden':!_0x2b2f16,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2196f4,'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':!_0x2196f4,'-univer-top-9':!_0x2196f4&&_0xad813b!==_0x757aec(0x53e),'-univer-top-[52px]':!_0x2196f4&&_0xad813b===_0x757aec(0x53e)}),'data-u-comp':_0x757aec(0x9cb),'data-embed-floating-menu':_0x757aec(0x85d),'data-embed-id':_0x421acb,'data-embed-float-stage':_0x2b2f16?'stage2':'inactive','onPointerDown':_0x2126a2=>_0x2126a2[_0x757aec(0x94b)](),'onMouseDown':$,'children':[_0x368847[_0x757aec(0x54f)](_0x757aec(0x393))&&(0x0,m[_0x757aec(0x689)])(tu,{'item':_0x38a358[_0x757aec(0x393)],'title':_0x757aec(0x4bd),'onClick':async()=>_0x24e042(_0x38a358['formatPainter']),'children':(0x0,m[_0x757aec(0x689)])(u[_0x757aec(0x25a)],{})}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x297))&&(0x0,m[_0x757aec(0x689)])(l['Separator'],{'className':_0x757aec(0x34e),'orientation':_0x757aec(0x20e)}),_0x368847['has'](_0x757aec(0x5ae))&&(0x0,m['jsx'])(bu,{'menuItem':_0x38a358[_0x757aec(0x5ae)],'onClick':async()=>_0x24e042(_0x38a358[_0x757aec(0x5ae)])}),_0x368847['has'](_0x757aec(0x57a))&&(0x0,m[_0x757aec(0x689)])(l[_0x757aec(0x3dd)],{'className':_0x757aec(0x34e),'orientation':_0x757aec(0x20e)}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x8a9))&&(0x0,m[_0x757aec(0x689)])(xu,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x8a9)],'title':'embed-ui.sheetsFloating.toolbar.font',..._0x3f2809(_0x757aec(0x8a9)),'onSelect':async _0x4ef1c3=>_0x24e042(_0x38a358['fontFamily'],{'value':_0x4ef1c3})}),_0x368847[_0x757aec(0x54f)]('fontSize')&&(0x0,m[_0x757aec(0x689)])(Su,{'embedId':_0x421acb,'menuItem':_0x38a358['fontSize'],'title':_0x757aec(0x426),..._0x3f2809(_0x757aec(0x625)),'onSelect':async _0x45bda7=>_0x24e042(_0x38a358[_0x757aec(0x625)],{'value':Number(_0x45bda7)})}),_0x368847['has'](_0x757aec(0x840))&&(0x0,m['jsx'])(tu,{'item':_0x38a358[_0x757aec(0x840)],'title':_0x757aec(0x8da),'onClick':async()=>_0x24e042(_0x38a358[_0x757aec(0x840)]),'children':(0x0,m[_0x757aec(0x689)])(u['BoldIcon'],{})}),_0x368847['has'](_0x757aec(0x816))&&(0x0,m[_0x757aec(0x689)])(l['Separator'],{'className':_0x757aec(0x34e),'orientation':'vertical'}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x822))&&(0x0,m[_0x757aec(0x689)])(Eu,{'embedId':_0x421acb,'menuItem':_0x38a358['textColor'],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':(0x0,m['jsx'])(u[_0x757aec(0x244)],{'className':'univer-fill-primary-600'}),'defaultColor':'#111827',..._0x3f2809(_0x757aec(0x822)),'onChange':async _0x1b2186=>_0x24e042(_0x38a358[_0x757aec(0x822)],{'value':_0x1b2186}),'onReset':async()=>_0x4961b5(s[_0x757aec(0x41d)]['id'])}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x394))&&(0x0,m['jsx'])(Eu,{'embedId':_0x421acb,'menuItem':_0x38a358['backgroundColor'],'title':'embed-ui.sheetsFloating.toolbar.fillColor.main','icon':(0x0,m[_0x757aec(0x689)])(u[_0x757aec(0x28c)],{'className':'univer-fill-primary-600'}),'defaultColor':_0x757aec(0x289),..._0x3f2809(_0x757aec(0x394)),'onChange':async _0xd9dcae=>_0x24e042(_0x38a358[_0x757aec(0x394)],{'value':_0xd9dcae}),'onReset':async()=>_0x4961b5(v[_0x757aec(0x915)]['id'])}),_0x368847['has'](_0x757aec(0x9d4))&&(0x0,m[_0x757aec(0x689)])(Du,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x9d4)],..._0x3f2809(_0x757aec(0x9d4)),'onSelect':async(_0x490256,_0x59a410,_0x32955a)=>_0x5035b1(_0x38a358[_0x757aec(0x9d4)],_0x490256,_0x59a410,_0x32955a)}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x281))&&(0x0,m[_0x757aec(0x689)])(l[_0x757aec(0x3dd)],{'className':'univer-mx-1\x20!univer-h-4','orientation':_0x757aec(0x20e)}),_0x368847[_0x757aec(0x54f)]('merge')&&(0x0,m['jsx'])(Ou,{'embedId':_0x421acb,'menuItems':_0x38a358[_0x757aec(0x5b7)],..._0x3f2809('merge'),'execute':_0x24e042}),_0x368847['has'](_0x757aec(0x972))&&(0x0,m[_0x757aec(0x689)])(Cu,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x972)],..._0x3f2809('horizontalAlign'),'execute':_0x24e042}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x8c7))&&(0x0,m['jsx'])(wu,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x8c7)],..._0x3f2809('verticalAlign'),'execute':_0x24e042}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x5e7))&&(0x0,m['jsx'])(ku,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x5e7)],..._0x3f2809(_0x757aec(0x5e7)),'execute':_0x4961b5}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x2a8))&&(0x0,m['jsx'])(l[_0x757aec(0x3dd)],{'className':'univer-mx-1\x20!univer-h-4','orientation':_0x757aec(0x20e)}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x699))&&(0x0,m[_0x757aec(0x689)])(tu,{'item':_0x38a358[_0x757aec(0x699)],'title':_0x757aec(0x97b),'onClick':async()=>_0x24e042(_0x38a358[_0x757aec(0x699)]),'children':(0x0,m[_0x757aec(0x689)])(u[_0x757aec(0x33a)],{})}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x43e))&&(0x0,m[_0x757aec(0x689)])(l[_0x757aec(0x3dd)],{'className':_0x757aec(0x34e),'orientation':'vertical'}),!_0x2196f4&&(0x0,m[_0x757aec(0x689)])(ia,{'hostUnitId':_0x53c617,'embedId':_0x421acb,'variant':_0x757aec(0x352)}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x812))&&(0x0,m[_0x757aec(0x689)])(eu,{'title':_0x3a6417['t']('embed-ui.deleteBlock'),'className':_0x757aec(0x4af),'onClick':_0x3dc86a,'children':(0x0,m['jsx'])(u[_0x757aec(0x2ea)],{})})]});}const Hu=new WeakMap(),Uu=new WeakSet();function Wu(_0x6ff9e5){const _0x280757=_0x1ed4d3;us(_0x6ff9e5,_0x280757(0x706),Gu);}function Gu(_0x1b9753){const _0x4b5303=_0x1ed4d3;let _0x539b2f=_0x1b9753[_0x4b5303(0x53b)](yt),_0x195e7a=_0x1b9753[_0x4b5303(0x53b)](_t),_0x138a1a=_0x1b9753[_0x4b5303(0x53b)](V),_0x1603a2=_0x1b9753[_0x4b5303(0x53b)](vt),_0xd6da6=_0x1b9753[_0x4b5303(0x53b)](Ur),_0x44174f=_0x1b9753[_0x4b5303(0x53b)](fa),_0xdb6a06=_0x1b9753[_0x4b5303(0x53b)](ii);Hl(_0x1b9753),_0x1b9753[_0x4b5303(0x54f)](s[_0x4b5303(0x4e4)])||_0x1b9753[_0x4b5303(0x363)]([s['ISheetHostChromeOverrideService'],{'useFactory':()=>_0x1b9753['get'](H)}]),_0x1b9753[_0x4b5303(0x54f)](s[_0x4b5303(0x1f1)])||_0x1b9753[_0x4b5303(0x363)]([s[_0x4b5303(0x1f1)],{'useFactory':()=>Ku({'embedModelService':_0x1b9753[_0x4b5303(0x53b)](t[_0x4b5303(0x3b9)]),'mountService':_0x1b9753[_0x4b5303(0x53b)](Ut),'activationService':_0x1b9753[_0x4b5303(0x53b)](Kt),'restoreService':_0x1b9753['get'](Gr)})}]),[Ll(),Rl()][_0x4b5303(0x360)](_0x580294=>{const _0x398dc0=_0x4b5303;_0x539b2f['get'](_0x580294['hostType'],_0x580294[_0x398dc0(0x8bf)])||_0x539b2f['register'](_0x580294);});let _0x21705c=Wl(_0x1b9753[_0x4b5303(0x53b)](a['ICommandService']));_0x195e7a['get'](_0x21705c['childType'])||_0x195e7a['register'](_0x21705c);let _0x356a65=Ul();_0x138a1a[_0x4b5303(0x53b)](_0x356a65[_0x4b5303(0x5c7)])||_0x138a1a[_0x4b5303(0x22c)](_0x356a65),Ru()[_0x4b5303(0x360)](_0xf61fba=>{const _0x319c08=_0x4b5303;_0x1603a2[_0x319c08(0x53b)](_0xf61fba[_0x319c08(0x817)],_0xf61fba['entry'],_0xf61fba[_0x319c08(0x5c7)])||_0x1603a2[_0x319c08(0x22c)](_0xf61fba);}),_0xd6da6[_0x4b5303(0x96e)](ga(_0x1b9753,{'childType':a[_0x4b5303(0x747)][_0x4b5303(0x32f)],'renderManagerService':p[_0x4b5303(0x208)]})),_0x44174f[_0x4b5303(0x53b)](a[_0x4b5303(0x747)][_0x4b5303(0x32f)])||_0x44174f['register'](Dl()),_0xdb6a06[_0x4b5303(0x53b)](a[_0x4b5303(0x747)][_0x4b5303(0x32f)])||_0xdb6a06[_0x4b5303(0x22c)](Vl(_0x1b9753)),Zu({'injector':_0x1b9753,'previewService':_0xd6da6});}function Ku(_0x218706){return{'getSheetTabChildType':({hostUnitId:_0x2b0b39,hostAnchorId:_0x1282bb,embedId:_0x4ddb7b})=>{const _0x2916cb=_0x54e0;let _0x665ee=_0x218706[_0x2916cb(0x8e9)][_0x2916cb(0x5ab)](_0x2b0b39,_0x4ddb7b);return(_0x665ee==null?void 0x0:_0x665ee[_0x2916cb(0x253)])===_0x1282bb?_0x665ee[_0x2916cb(0x5c7)]:void 0x0;},'mountSheetTab':({hostUnitId:_0x5d1c6a,hostAnchorId:_0x26fff3,embedId:_0x3e246e})=>{const _0x23dce3=_0x54e0;let _0x1b421c=_0x218706[_0x23dce3(0x8e9)][_0x23dce3(0x5ab)](_0x5d1c6a,_0x3e246e);if(!_0x1b421c||_0x1b421c[_0x23dce3(0x253)]!==_0x26fff3)return;let _0x1a9820=!0x1,_0x46b5cb=!0x1,_0x411d93;return _0x218706[_0x23dce3(0x5e2)]['materializeDescriptor']({'descriptor':_0x1b421c})[_0x23dce3(0x5cb)](_0x4933cf=>{const _0x1236f7=_0x23dce3;_0x1a9820||(_0x411d93==null||_0x411d93[_0x1236f7(0x241)](),_0x411d93=void 0x0,_0x218706[_0x1236f7(0x216)][_0x1236f7(0x4f8)](_0x4933cf),_0x218706[_0x1236f7(0x514)][_0x1236f7(0x4b1)](_0x4933cf),_0x46b5cb=!0x0);})[_0x23dce3(0x896)](_0x483771=>{_0x1a9820||(_0x411d93=qu(_0x26fff3,_0x483771));}),(0x0,a[_0x23dce3(0x64a)])(()=>{const _0x1786e5=_0x23dce3;_0x1a9820=!0x0,_0x411d93==null||_0x411d93['remove'](),_0x218706[_0x1786e5(0x514)][_0x1786e5(0x790)](_0x3e246e),_0x46b5cb&&_0x218706['mountService'][_0x1786e5(0x228)](_0x3e246e);});},'clearTab':_0x214096=>{const _0x49f31d=_0x54e0;_0x218706[_0x49f31d(0x514)]['clearTab'](_0x214096);}};}function qu(_0x2a94d2,_0x3d1749){const _0x527f7d=_0x1ed4d3;let _0x9589de=Ju(_0x2a94d2);if(!_0x9589de)return;let _0x4bdbff=document[_0x527f7d(0x467)](_0x527f7d(0x7ff));return _0x4bdbff[_0x527f7d(0x964)]['embedSheetsSheetTabError']=_0x527f7d(0x85d),_0x4bdbff[_0x527f7d(0x3e6)][_0x527f7d(0x7f0)]=_0x527f7d(0x373),_0x4bdbff[_0x527f7d(0x3e6)][_0x527f7d(0x431)]=_0x527f7d(0x777),_0x4bdbff[_0x527f7d(0x3e6)][_0x527f7d(0x625)]=_0x527f7d(0x436),_0x4bdbff[_0x527f7d(0x21e)]=_0x3d1749 instanceof Error&&_0x3d1749[_0x527f7d(0x68d)]?_0x3d1749['message']:_0x527f7d(0x94c),_0x9589de[_0x527f7d(0x6de)](_0x4bdbff),_0x4bdbff;}function Ju(_0x2c2a67){const _0x27cb3=_0x1ed4d3;return document[_0x27cb3(0x55c)](_0x27cb3(0x89b)+Yu(_0x2c2a67)+'\x22]');}function Yu(_0x286f8f){const _0x57de8b=_0x1ed4d3;return _0x286f8f[_0x57de8b(0x529)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Xu(_0x4e6a40){const _0x292f4a=_0x1ed4d3;let _0x4e524a=new f[(_0x292f4a(0x6d7))](),_0x47d1b7=0x0,_0x3f01f3;if(_0x4e524a['add'](_0x4e6a40['previewService'][_0x292f4a(0x1fa)][_0x292f4a(0x49c)](_0x113c6e=>{const _0x4a5db0=_0x292f4a;if(typeof _0x113c6e[_0x4a5db0(0x8f8)]!=_0x4a5db0(0x23d))return;let _0x3b3991=_0x4e6a40['embedModelService']['getActiveDescriptorsByChildUnit'](_0x113c6e[_0x4a5db0(0x442)])['find'](_0x36d9df=>_0x36d9df[_0x4a5db0(0x666)]===_0x113c6e[_0x4a5db0(0x666)]&&_0x36d9df[_0x4a5db0(0x8bf)]===_0x4a5db0(0x847));_0x3b3991!=null&&_0x3b3991[_0x4a5db0(0x253)]&&_0x4e6a40[_0x4a5db0(0x8ba)][_0x4a5db0(0x69e)]({'id':_0x3b3991[_0x4a5db0(0x253)],'image':_0x113c6e['image'],'updatedAt':_0x113c6e[_0x4a5db0(0x2c7)]});})),!_0x4e6a40['canvasFloatDomPreviewService'][_0x292f4a(0x80f)])return _0x4e524a;let _0x424cb5=()=>{const _0x257196=_0x292f4a;_0x3f01f3||_0x47d1b7>=0xf0||(_0x3f01f3=globalThis[_0x257196(0x84e)](()=>{_0x3f01f3=void 0x0,_0x47d1b7+=0x1,_0x14c452();},0xfa));},_0x2d360a=_0x14708=>{const _0xf29164=_0x292f4a;let _0x53ae5f=_0x14708[_0xf29164(0x44c)];if(!_0x53ae5f||typeof _0x53ae5f!=_0xf29164(0x56b))return!0x0;let _0x4c6eaa=ed(_0x53ae5f,_0xf29164(0x666)),_0x40c971=ed(_0x53ae5f,_0xf29164(0x565));if(!_0x4c6eaa||!_0x40c971)return!0x0;let _0x51acce=_0x4e6a40[_0xf29164(0x8e9)][_0xf29164(0x5ab)](_0x40c971,_0x4c6eaa);return!_0x51acce||_0x51acce['entry']!=='sheets-floating-object'||!_0x51acce['childUnitId']||_0x51acce[_0xf29164(0x5c7)]==null?!0x1:(_0x4e6a40[_0xf29164(0x985)][_0xf29164(0x9a8)]({'descriptor':_0x51acce,'childUnitId':_0x51acce[_0xf29164(0x442)],'childType':_0x51acce[_0xf29164(0x5c7)],'width':_0x14708[_0xf29164(0x754)],'height':_0x14708[_0xf29164(0x33c)],'dpr':typeof window>'u'?0x1:window[_0xf29164(0x48c)]||0x1,'reason':'initial'}),!0x0);},_0x14c452=()=>{const _0x44580=_0x292f4a;var _0x296a72,_0x44ab10;let _0x457123=!0x1;(_0x296a72=(_0x44ab10=_0x4e6a40['canvasFloatDomPreviewService'])[_0x44580(0x60b)])==null||_0x296a72['call'](_0x44ab10)[_0x44580(0x360)](_0x3f1b64=>{_0x2d360a(_0x3f1b64)||(_0x457123=!0x0);}),_0x457123&&_0x424cb5();};return _0x14c452(),_0x4e524a[_0x292f4a(0x363)](_0x4e6a40[_0x292f4a(0x8ba)][_0x292f4a(0x80f)][_0x292f4a(0x49c)](_0x530bdb=>{_0x2d360a(_0x530bdb)||_0x424cb5();})),_0x4e524a[_0x292f4a(0x363)](()=>{const _0x5b3aaf=_0x292f4a;_0x3f01f3&&globalThis[_0x5b3aaf(0x7b3)](_0x3f01f3);}),_0x4e524a;}function Zu(_0x50c276){const _0x343cf9=_0x1ed4d3;let _0x9358e3=_0x50c276[_0x343cf9(0x583)],_0xad87f0=Hu['get'](_0x9358e3);if(_0xad87f0)return _0xad87f0;let _0x449554=$u(_0x50c276['injector']);if(_0x449554!==null){if(_0x449554){let _0x1e2e10=Xu({'previewService':_0x50c276[_0x343cf9(0x985)],'embedModelService':_0x449554[_0x343cf9(0x8e9)],'canvasFloatDomPreviewService':_0x449554[_0x343cf9(0x8ba)]});return Hu[_0x343cf9(0x753)](_0x9358e3,_0x1e2e10),_0x1e2e10;}_0x50c276['retry']===!0x1||Uu[_0x343cf9(0x54f)](_0x9358e3)||(Uu[_0x343cf9(0x363)](_0x9358e3),Qu(_0x50c276,0x0));}}function Qu(_0x5bb1ac,_0x43d102){const _0x1d6eb3=_0x1ed4d3;let _0x51019b=_0x5bb1ac[_0x1d6eb3(0x7a8)]??0xf0,_0x37a335=_0x5bb1ac[_0x1d6eb3(0x875)]??0xfa,_0x187569=_0x5bb1ac[_0x1d6eb3(0x583)];globalThis[_0x1d6eb3(0x84e)](()=>{const _0x57e043=_0x1d6eb3;if(Zu({..._0x5bb1ac,'retry':!0x1})||_0x43d102+0x1>=_0x51019b){Uu[_0x57e043(0x74c)](_0x187569);return;}Qu(_0x5bb1ac,_0x43d102+0x1);},_0x37a335);}function $u(_0x590910){const _0x95bc89=_0x1ed4d3;try{return!_0x590910['has'](c[_0x95bc89(0x399)])||!_0x590910['has'](t['EmbedModelService'])?void 0x0:{'embedModelService':_0x590910[_0x95bc89(0x53b)](t[_0x95bc89(0x3b9)]),'canvasFloatDomPreviewService':_0x590910[_0x95bc89(0x53b)](c[_0x95bc89(0x399)])};}catch{return null;}}function ed(_0xc6cf5a,_0x2f10aa){const _0x523495=_0x1ed4d3;let _0x588504=_0xc6cf5a[_0x2f10aa];return typeof _0x588504==_0x523495(0x23d)?_0x588504:void 0x0;}function td(){const _0x321515=_0x1ed4d3;return ms({'childType':a[_0x321515(0x747)][_0x321515(0x83f)],'productName':'Slides'});}function nd(_0x28c0eb){const _0x2a3365=_0x1ed4d3;var _0x85680d;return((_0x85680d=_0x28c0eb[_0x2a3365(0x69d)])==null?void 0x0:_0x85680d[_0x2a3365(0x666)])===_0x28c0eb[_0x2a3365(0x666)]&&_0x28c0eb[_0x2a3365(0x69d)][_0x2a3365(0x756)]!==_0x2a3365(0x23c)?_0x28c0eb[_0x2a3365(0x69d)][_0x2a3365(0x756)]??_0x2a3365(0x412):cr({'embedId':_0x28c0eb[_0x2a3365(0x666)],'active':_0x28c0eb[_0x2a3365(0x69d)],'fullscreen':_0x28c0eb[_0x2a3365(0x44f)],'usesDomFloatingStage':_0x28c0eb[_0x2a3365(0x882)]??!0x0,'renderScopeActive':_0x28c0eb[_0x2a3365(0x265)]??!0x1});}function rd(_0x49a8e6){const _0x1bc97e=_0x1ed4d3;var _0x54ec50;let _0x33bf87=(0x0,c['useDependency'])(a[_0x1bc97e(0x58e)]),_0x409002=(0x0,c[_0x1bc97e(0x2d7)])(a['Injector']),_0x1d7051=(0x0,c[_0x1bc97e(0x2d7)])(a[_0x1bc97e(0x5b1)]),_0x1e3abb=(0x0,d['useMemo'])(()=>_0x409002[_0x1bc97e(0x8e3)](S['ObjectProvider']),[_0x409002]),_0x1293c9=(0x0,c[_0x1bc97e(0x713)])(_0x1d7051[_0x1bc97e(0x283)])??_0x1d7051[_0x1bc97e(0x3a4)],{hostUnitId:_0x528de2,embedId:_0x2ae899,childUnitId:_0x293cd2,slideModel:_0x3641e7,floatingActiveService:_0x57fa04,commandService:_0x53a1ec,instanceService:_0x1eec03,fullscreen:_0x3b60f2,usesDomFloatingStage:_0x27679a,renderScopeActive$:_0x1cc369}=_0x49a8e6,_0x50d1e4=(0x0,c[_0x1bc97e(0x713)])(()=>_0x57fa04[_0x1bc97e(0x589)],_0x57fa04[_0x1bc97e(0x8a7)](),!0x1,[_0x57fa04]),_0x3ddfa8=(0x0,c[_0x1bc97e(0x713)])(_0x1cc369,!0x1);(0x0,c['useObservable'])(_0x3641e7===null?null:()=>_0x3641e7['pageManager']['slideOrder$'],[],!0x1,[_0x3641e7]);let _0x9ddb80=(0x0,c[_0x1bc97e(0x713)])(_0x3641e7===null?null:()=>_0x3641e7['pageManager'][_0x1bc97e(0x98a)],_0x3641e7==null||(_0x54ec50=_0x3641e7[_0x1bc97e(0x673)][_0x1bc97e(0x353)]())==null?void 0x0:_0x54ec50[_0x1bc97e(0x729)](),!0x1,[_0x3641e7]),_0x3fff08=(_0x3641e7==null?void 0x0:_0x3641e7[_0x1bc97e(0x673)][_0x1bc97e(0x821)]())??[],_0x665fa2=Math[_0x1bc97e(0x287)](0x0,_0x3fff08[_0x1bc97e(0x82a)](_0x8c4a6d=>_0x8c4a6d[_0x1bc97e(0x729)]()===_0x9ddb80)),_0x1ac038=_0x3fff08['length'],_0x100728=_0x33bf87['t'](_0x1bc97e(0x833)),_0x18e7bd=nd({'active':_0x50d1e4,'embedId':_0x2ae899,'fullscreen':_0x3b60f2,'renderScopeActive':_0x3ddfa8,'usesDomFloatingStage':_0x27679a}),_0x4ee08c=()=>{const _0x1bac89=_0x1bc97e;_0x57fa04[_0x1bac89(0x2d2)]({'hostUnitId':_0x528de2,'embedId':_0x2ae899,'childUnitId':_0x293cd2},_0x1bac89(0x334)),_0x1eec03[_0x1bac89(0x5d6)](_0x293cd2);},_0x38db7b=_0x9fd588=>{const _0x27e1e5=_0x1bc97e;let _0x17bd38=_0x3fff08[_0x9fd588];!_0x17bd38||!_0x3641e7||(_0x4ee08c(),_0x3641e7[_0x27e1e5(0x673)][_0x27e1e5(0x9de)](_0x17bd38[_0x27e1e5(0x729)]()));},_0x110aea=_0x3f9faf=>{const _0x73cbb2=_0x1bc97e;_0x38db7b(_0x3fff08[_0x73cbb2(0x82a)](_0x2383e1=>_0x2383e1[_0x73cbb2(0x729)]()===_0x3f9faf));};return(0x0,m[_0x1bc97e(0x9d3)])(_0x1bc97e(0x7ff),{'className':(0x0,l['clsx'])(_0x1bc97e(0x966),{'univer-hidden':_0x18e7bd===_0x1bc97e(0x23c),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x3b60f2,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x3b60f2,'-univer-top-9':!_0x3b60f2}),'data-embed-floating-menu':_0x1bc97e(0x85d),'data-embed-id':_0x2ae899,'data-embed-float-stage':_0x18e7bd,'onPointerDown':_0x5d2e46=>_0x5d2e46[_0x1bc97e(0x94b)](),'children':[(0x0,m[_0x1bc97e(0x689)])(id,{'title':_0x33bf87['t'](_0x1bc97e(0x24e)),'disabled':_0x665fa2<=0x0,'onClick':()=>_0x38db7b(_0x665fa2-0x1),'children':(0x0,m[_0x1bc97e(0x689)])(u['ArrowLeftIcon'],{})}),(0x0,m[_0x1bc97e(0x689)])(id,{'title':_0x33bf87['t']('embed-ui.slidesFloating.nextSlide'),'disabled':_0x1ac038===0x0||_0x665fa2>=_0x1ac038-0x1,'onClick':()=>_0x38db7b(_0x665fa2+0x1),'children':(0x0,m['jsx'])(u[_0x1bc97e(0x52b)],{})}),(0x0,m[_0x1bc97e(0x689)])(ra,{'title':_0x100728,'children':(0x0,m[_0x1bc97e(0x689)])(l[_0x1bc97e(0x66e)],{'align':_0x1bc97e(0x30b),'side':_0x1bc97e(0x976),'sideOffset':0x6,'className':_0x1bc97e(0x7d2),'data-embed-id':_0x2ae899,'data-embed-floating-menu-popup':_0x1bc97e(0x85d),'items':_0x3fff08[_0x1bc97e(0x572)]((_0x1b09e1,_0x151c9d)=>({'type':_0x1bc97e(0x855),'className':_0x1bc97e(0x547),'children':(0x0,m[_0x1bc97e(0x9d3)])('span',{'className':_0x1bc97e(0x85e),'children':[(0x0,m[_0x1bc97e(0x689)])(S[_0x1bc97e(0x3c7)],{'pageId':_0x1b09e1['getId'](),'index':_0x151c9d,'isActive':_0x1b09e1[_0x1bc97e(0x729)]()===_0x9ddb80,'slideModel':_0x3641e7,'objectProvider':_0x1e3abb,'setActivePage':_0x110aea,'variant':'preview','renderIdSuffix':_0x1bc97e(0x8db)+_0x2ae899,'darkMode':_0x1293c9}),(0x0,m[_0x1bc97e(0x689)])(_0x1bc97e(0x7a6),{'className':_0x1bc97e(0x90c),'children':_0x100728+'\x20'+(_0x151c9d+0x1)+_0x1bc97e(0x531)+_0x1ac038})]}),'onSelect':()=>_0x38db7b(_0x151c9d)})),'children':(0x0,m[_0x1bc97e(0x9d3)])(l[_0x1bc97e(0x674)],{'type':_0x1bc97e(0x679),'size':_0x1bc97e(0x2fb),'variant':'ghost','className':_0x1bc97e(0x76f),'aria-label':_0x100728,'children':[(0x0,m[_0x1bc97e(0x689)])(_0x1bc97e(0x7a6),{'children':_0x1ac038===0x0?_0x1bc97e(0x5be):_0x665fa2+0x1+_0x1bc97e(0x531)+_0x1ac038}),(0x0,m[_0x1bc97e(0x689)])(u['MoreDownIcon'],{'className':_0x1bc97e(0x44b)})]})})}),!_0x3b60f2&&(0x0,m['jsx'])(ia,{'hostUnitId':_0x528de2,'embedId':_0x2ae899,'variant':_0x1bc97e(0x352)}),(0x0,m[_0x1bc97e(0x689)])(l['Separator'],{'orientation':_0x1bc97e(0x20e)}),(0x0,m[_0x1bc97e(0x689)])(id,{'title':_0x33bf87['t'](_0x1bc97e(0x370)),'className':_0x1bc97e(0x4af),'onClick':async()=>{const _0x2aa461=_0x1bc97e;await _0x53a1ec[_0x2aa461(0x88b)](t[_0x2aa461(0x317)]['id'],{'hostUnitId':_0x528de2,'embedId':_0x2ae899});},'children':(0x0,m['jsx'])(u['DeleteIcon'],{})})]});}function id(_0x3109b5){const _0x31ac4d=_0x1ed4d3;let {children:_0x14403f,title:_0x2fca33,disabled:_0xab1b85,className:_0x4e2c70,onClick:_0x3c84cc}=_0x3109b5;return(0x0,m[_0x31ac4d(0x689)])(ra,{'title':_0x2fca33,'children':(0x0,m[_0x31ac4d(0x689)])(l[_0x31ac4d(0x674)],{'type':_0x31ac4d(0x679),'size':_0x31ac4d(0x2fb),'variant':_0x31ac4d(0x889),'className':(0x0,l['clsx'])('univer-size-6\x20univer-p-0',_0x4e2c70),'aria-label':_0x2fca33,'disabled':_0xab1b85,'onClick':_0x3c84cc,'children':_0x14403f})});}function ad(){const _0x37ae78=_0x1ed4d3;return fc({'childType':a[_0x37ae78(0x747)][_0x37ae78(0x83f)],'mount':od});}function od(_0x5e828e){const _0xdaa16d=_0x1ed4d3;let {menu:_0x29996e,portalContainer:_0x55a0d7}=dc(_0x5e828e),_0x29984b=rn(_0x29996e),_0x4cee2f=_0x5e828e[_0xdaa16d(0x583)][_0xdaa16d(0x53b)](le),_0x2864b6=_0x5e828e[_0xdaa16d(0x583)][_0xdaa16d(0x53b)](a[_0xdaa16d(0x8e6)]),_0xe3e7cc=_0x5e828e[_0xdaa16d(0x583)][_0xdaa16d(0x53b)](a['IUniverInstanceService']),_0x5c8649=_0xe3e7cc[_0xdaa16d(0x4a8)](_0x5e828e[_0xdaa16d(0x442)],a['UniverInstanceType']['UNIVER_SLIDE']);return _0x29984b['render']((0x0,d[_0xdaa16d(0x467)])(qt,{'injector':_0x5e828e['runtimeScope'][_0xdaa16d(0x583)],'mountContainer':_0x55a0d7,'embedId':_0x5e828e[_0xdaa16d(0x666)],'passThroughWheelGestures':_0x5e828e[_0xdaa16d(0x982)][_0xdaa16d(0x7d1)]==='float'&&!_0x5e828e[_0xdaa16d(0x982)][_0xdaa16d(0x44f)]},(0x0,d['createElement'])(rd,{'hostUnitId':_0x5e828e[_0xdaa16d(0x565)],'embedId':_0x5e828e[_0xdaa16d(0x666)],'childUnitId':_0x5e828e[_0xdaa16d(0x442)],'slideModel':_0x5c8649??null,'floatingActiveService':_0x4cee2f,'commandService':_0x2864b6,'instanceService':_0xe3e7cc,'fullscreen':!!_0x5e828e['renderScope']['fullscreen'],'usesDomFloatingStage':_0x5e828e[_0xdaa16d(0x3e8)][_0xdaa16d(0x8bf)]!==_0xdaa16d(0x3ab),'renderScopeActive$':_0x5e828e['renderScope'][_0xdaa16d(0x589)]}))),(0x0,a[_0xdaa16d(0x64a)])(()=>{const _0x538069=_0xdaa16d;an(_0x29984b),globalThis[_0x538069(0x84e)](()=>_0x29996e[_0x538069(0x241)](),0x0);});}function sd(_0x2793c4,_0x4cc11a,_0x2905d2){return{...(0x0,t['createSlidesPageListBlockHostAdapterContribution'])(_0x2793c4,_0x4cc11a),'activateAnchor':_0x3e605b=>{const _0x1e4d62=_0x54e0;_0x2905d2==null||_0x2905d2[_0x1e4d62(0x549)](_0x3e605b['hostUnitId']);let _0x108cb6=_0x4cc11a==null?void 0x0:_0x4cc11a['getUnit'](_0x3e605b[_0x1e4d62(0x565)],a[_0x1e4d62(0x747)][_0x1e4d62(0x83f)]),_0x61df4d=()=>{const _0x5185bd=_0x1e4d62;var _0x4b877e,_0x666c9f;return _0x108cb6==null||(_0x4b877e=_0x108cb6[_0x5185bd(0x673)])==null||(_0x666c9f=_0x4b877e[_0x5185bd(0x9de)])==null?void 0x0:_0x666c9f['call'](_0x4b877e,_0x3e605b['hostAnchorId']);};if(typeof window>'u'){_0x61df4d();return;}window[_0x1e4d62(0x930)](_0x61df4d);}};}function cd(){const _0x5b86f8=_0x1ed4d3;return{'hostType':a['UniverInstanceType'][_0x5b86f8(0x83f)],'entry':'slides-floating-object','layout':_0x5b86f8(0x808),'supportedLayouts':[_0x5b86f8(0x808),_0x5b86f8(0x874),_0x5b86f8(0x7c7),'content-bounds-fit'],'menuBehavior':_0x5b86f8(0x714),'mount':_0x47cf51=>{const _0x20b4ca=_0x5b86f8;let _0x5ac7c1=ud(_0x20b4ca(0x82f),_0x47cf51['descriptor']['hostAnchorId']);return _0x5ac7c1?{'hostElement':_0x5ac7c1}:{};}};}function ld(){const _0x457e9a=_0x1ed4d3;return{'hostType':a[_0x457e9a(0x747)][_0x457e9a(0x83f)],'entry':_0x457e9a(0x204),'layout':_0x457e9a(0x282),'supportedLayouts':['tab-peer'],'menuBehavior':_0x457e9a(0x591),'mount':_0x5467ad=>{const _0x1b44b1=_0x457e9a;let _0xfa46a1=ud(_0x1b44b1(0x704),_0x5467ad[_0x1b44b1(0x3e8)]['hostAnchorId']);return _0xfa46a1?{'hostElement':_0xfa46a1}:{};}};}function ud(_0x2d0918,_0x1219b7){const _0x43faec=_0x1ed4d3;return document[_0x43faec(0x55c)]('['+_0x2d0918+'=\x22'+dd(_0x1219b7)+'\x22]');}function dd(_0x1715db){const _0x108345=_0x1ed4d3;return _0x1715db[_0x108345(0x529)](/\\/g,'\x5c\x5c')[_0x108345(0x529)](/"/g,'\x5c\x22');}function fd(){const _0x5b990d=_0x1ed4d3;return{'childType':a[_0x5b990d(0x747)][_0x5b990d(0x83f)],'handleWheel':()=>!0x1};}function pd(_0x4171cd){const _0x4aff09=_0x1ed4d3;return{'childType':a[_0x4aff09(0x747)][_0x4aff09(0x83f)],'supportedLayouts':[_0x4aff09(0x282),_0x4aff09(0x7c7),_0x4aff09(0x808)],'beforeDeactivate':md,'mount':_0x1910dc=>hd(_0x1910dc,_0x4171cd)};}function md(_0x2bcd7c){const _0x49f969=_0x1ed4d3;let _0x40ca5d=_0x2bcd7c[_0x49f969(0x6f3)][_0x49f969(0x583)];if(!(_0x40ca5d!=null&&_0x40ca5d[_0x49f969(0x54f)](S[_0x49f969(0x7da)])))return;let _0x45a44c=_0x40ca5d[_0x49f969(0x53b)](S['ISlideDrawingStateService']);_0x45a44c[_0x49f969(0x556)](),_0x45a44c[_0x49f969(0x37c)]();}function hd(_0x427c6b,_0x2703a3){const _0x418773=_0x1ed4d3;let _0x355eac=_0x427c6b[_0x418773(0x583)][_0x418773(0x53b)](a[_0x418773(0x90d)])[_0x418773(0x4a8)](_0x427c6b['childUnitId'],a[_0x418773(0x747)][_0x418773(0x83f)]);if(!_0x355eac)return;let _0x224385=_0x427c6b['runtimeScope'][_0x418773(0x583)];if(!_0x224385)return;let _0x435896=gd(_0x427c6b[_0x418773(0x442)],_0x224385[_0x418773(0x53b)](S[_0x418773(0x7da)]),_0x224385[_0x418773(0x53b)](a[_0x418773(0x851)])),_0x20615f=Bs(_0x427c6b,_0x2703a3,_0x52cb4d=>_d(_0x355eac,_0x52cb4d)),_0x189a00=_0x427c6b[_0x418773(0x6f3)]['roots'][_0x418773(0x684)],_0xd7f42a=_0x427c6b[_0x418773(0x6f3)]['roots']['canvas'],_0x33fbd7=_0x427c6b['injector']['get'](p[_0x418773(0x208)]),_0x146153=vd(_0x427c6b),_0x1ae6bf=_0xd7f42a?Dt(_0x33fbd7,_0x427c6b['childUnitId'],_0x224385):void 0x0;if(_0x1ae6bf&&_0xd7f42a&&!_0x146153){try{var _0x4e023a,_0x37f96f;(_0x4e023a=(_0x37f96f=_0x1ae6bf[_0x418773(0x212)])[_0x418773(0x228)])==null||_0x4e023a[_0x418773(0x5db)](_0x37f96f);}catch{}_0x1ae6bf[_0x418773(0x212)][_0x418773(0x4f8)](_0xd7f42a),kt(_0x1ae6bf,{'activate':!0x0}),_0xd7f42a[_0x418773(0x964)][_0x418773(0x4f6)]=_0x427c6b[_0x418773(0x442)],_0xd7f42a[_0x418773(0x964)]['embedChildRenderMode']='slide-canvas';}let _0x7d729e=rn(_0x189a00);return _0x189a00[_0x418773(0x964)]['embedChildRenderUnitId']=_0x427c6b[_0x418773(0x442)],_0x189a00['dataset'][_0x418773(0x766)]=_0x418773(0x5b2),_0x7d729e[_0x418773(0x2c3)]((0x0,m[_0x418773(0x689)])(qt,{'injector':_0x224385,'mountContainer':_0x427c6b[_0x418773(0x6f3)][_0x418773(0x64b)]['popup'],'embedId':_0x427c6b[_0x418773(0x666)],'passThroughWheelGestures':_0x427c6b['renderScope'][_0x418773(0x7d1)]===_0x418773(0x681)&&!_0x427c6b['renderScope']['fullscreen'],'children':_0x146153?(0x0,m[_0x418773(0x689)])(S[_0x418773(0x3df)],{'unitId':_0x427c6b[_0x418773(0x442)],'active$':_0x427c6b[_0x418773(0x982)][_0x418773(0x589)]}):(0x0,m[_0x418773(0x689)])(S[_0x418773(0x25c)],{})})),(0x0,a[_0x418773(0x64a)])(()=>{const _0xc08d9a=_0x418773;_0x435896[_0xc08d9a(0x45b)](),_0x20615f[_0xc08d9a(0x45b)]();try{var _0x50a3a0,_0x141651;_0x1ae6bf==null||(_0x141651=(_0x50a3a0=_0x1ae6bf[_0xc08d9a(0x212)])[_0xc08d9a(0x228)])==null||_0x141651[_0xc08d9a(0x5db)](_0x50a3a0);}catch{}_0x33fbd7[_0xc08d9a(0x814)](_0x427c6b[_0xc08d9a(0x442)]),an(_0x7d729e),_0x189a00['isConnected']&&(_0x189a00[_0xc08d9a(0x526)](_0xc08d9a(0x890)),_0x189a00['removeAttribute']('data-embed-child-render-mode')),_0xd7f42a!=null&&_0xd7f42a[_0xc08d9a(0x89c)]&&(_0xd7f42a[_0xc08d9a(0x526)]('data-embed-child-render-unit-id'),_0xd7f42a[_0xc08d9a(0x526)](_0xc08d9a(0x988))),_0x224385['dispose']();});}function gd(_0x56fc8b,_0x211c11,_0xbf22a7){const _0x33fa11=_0x1ed4d3;let _0x53c81e=_0x211c11['state$'][_0x33fa11(0x49c)](_0x38ccbf=>{const _0x50da86=_0x33fa11;var _0x6b0c4c;_0xbf22a7[_0x50da86(0x4f4)](a[_0x50da86(0x7fd)],((_0x6b0c4c=_0x38ccbf['context'])==null?void 0x0:_0x6b0c4c[_0x50da86(0x2b9)])===_0x56fc8b&&_0x38ccbf[_0x50da86(0x5e5)]['length']>0x0);});return(0x0,a[_0x33fa11(0x64a)])(()=>{const _0x3fea1d=_0x33fa11;_0x53c81e[_0x3fea1d(0x465)](),_0xbf22a7['setContextValue'](a[_0x3fea1d(0x7fd)],!0x1);});}function _d(_0x1b6909,_0x4a1b8e){const _0x2548ed=_0x1ed4d3;var _0x385adb,_0x283573;let _0x3dccd3=_0x4a1b8e==null?void 0x0:_0x4a1b8e['pageId'],_0x5a0b32=_0x3dccd3&&_0x1b6909[_0x2548ed(0x673)][_0x2548ed(0x69b)](_0x3dccd3)?_0x3dccd3:(_0x385adb=_0x1b6909[_0x2548ed(0x673)][_0x2548ed(0x821)]()[0x0])==null?void 0x0:_0x385adb['getId']();_0x5a0b32&&((_0x283573=_0x1b6909[_0x2548ed(0x673)][_0x2548ed(0x353)]())==null?void 0x0:_0x283573[_0x2548ed(0x729)]())!==_0x5a0b32&&_0x1b6909['pageManager'][_0x2548ed(0x9de)](_0x5a0b32);}function vd(_0xc82827){const _0x3af8ab=_0x1ed4d3;return _0xc82827['renderScope'][_0x3af8ab(0x7d1)]==='float'&&!_0xc82827['renderScope']['fullscreen']&&_0xc82827[_0x3af8ab(0x29f)]===_0x3af8ab(0x7c7);}let yd=class{constructor(_0x78a81b,_0x73ddf0){const _0xc29a32=_0x1ed4d3;this[_0xc29a32(0x45a)]=_0x78a81b,this[_0xc29a32(0x633)]=_0x73ddf0,B(this,_0xc29a32(0x5c7),a[_0xc29a32(0x747)][_0xc29a32(0x83f)]);}[_0x1ed4d3(0x482)](_0x598f1b){const _0x2699b4=_0x1ed4d3;var _0x30a77a,_0x5cea38;let _0xc0d15a=this[_0x2699b4(0x543)](_0x598f1b[_0x2699b4(0x442)]),_0x375f03=(_0xc0d15a==null||(_0x30a77a=_0xc0d15a[_0x2699b4(0x673)][_0x2699b4(0x353)]())==null?void 0x0:_0x30a77a['getId']())??'';return{'unitId':_0x598f1b['childUnitId'],'pageId':_0x375f03,'scaleMode':_0x2699b4(0x9a0),'zoomRatio':_0xc0d15a==null||(_0x5cea38=_0xc0d15a[_0x2699b4(0x7fa)])==null?void 0x0:_0x5cea38['call'](_0xc0d15a)};}['restoreViewState'](_0x4f84e2,_0x11c5d9){const _0x4f4a32=_0x1ed4d3;let _0x68b05d=this[_0x4f4a32(0x543)](_0x4f84e2[_0x4f4a32(0x442)]);!_0x68b05d||!_0x11c5d9[_0x4f4a32(0x37f)]||!_0x68b05d['pageManager']['getSlide'](_0x11c5d9[_0x4f4a32(0x37f)])||_0x68b05d[_0x4f4a32(0x673)][_0x4f4a32(0x9de)](_0x11c5d9[_0x4f4a32(0x37f)]);}[_0x1ed4d3(0x7ab)](_0x3f608c){const _0x1693ef=_0x1ed4d3;var _0x987c8e,_0x1750e7,_0x5b5ced;let _0x1a4713=this['_getSlideModel'](_0x3f608c[_0x1693ef(0x442)]),_0x1d25e5=(_0x987c8e=_0x3f608c[_0x1693ef(0x476)])==null?void 0x0:_0x987c8e[_0x1693ef(0x37f)];_0x1a4713&&_0x1d25e5&&_0x1a4713[_0x1693ef(0x673)][_0x1693ef(0x69b)](_0x1d25e5)&&_0x1a4713[_0x1693ef(0x673)][_0x1693ef(0x9de)](_0x1d25e5);let _0x55b65a=this[_0x1693ef(0x27b)](_0x3f608c['childUnitId']),_0x3d589d=_0x55b65a==null||(_0x1750e7=_0x55b65a[_0x1693ef(0x212)])==null||(_0x5b5ced=_0x1750e7[_0x1693ef(0x29b)])==null?void 0x0:_0x5b5ced[_0x1693ef(0x5db)](_0x1750e7);if(_0x55b65a&&(!_0x3d589d||_0x3d589d[_0x1693ef(0x754)]<=0x1||_0x3d589d[_0x1693ef(0x33c)]<=0x1)&&(_0x3d589d=bd(_0x55b65a,_0x3f608c[_0x1693ef(0x754)],_0x3f608c[_0x1693ef(0x33c)])),!(!_0x3d589d||_0x3d589d[_0x1693ef(0x754)]<=0x1||_0x3d589d[_0x1693ef(0x33c)]<=0x1||typeof _0x3d589d['toDataURL']!=_0x1693ef(0x508)))try{let _0x4a6a6f=_0x1a4713?(0x0,S['resolveSlideLogicalPageSize'])(_0x1a4713[_0x1693ef(0x58b)]()[_0x1693ef(0x78c)]):void 0x0,_0x4939ac=_0x4a6a6f?_0x4a6a6f[_0x1693ef(0x754)]/_0x4a6a6f[_0x1693ef(0x33c)]:void 0x0,_0x316e3d=Cd(_0x55b65a,_0x3d589d[_0x1693ef(0x754)],_0x3d589d[_0x1693ef(0x33c)])??(_0x4939ac?xd(_0x3d589d[_0x1693ef(0x754)],_0x3d589d[_0x1693ef(0x33c)],_0x4939ac):void 0x0);return wd(_0x3d589d,_0x3f608c[_0x1693ef(0x754)],_0x3f608c[_0x1693ef(0x33c)],_0x3f608c[_0x1693ef(0x862)],_0x316e3d)??_0x3d589d[_0x1693ef(0x1f8)]('image/png');}catch{return;}}[_0x1ed4d3(0x543)](_0x412a80){const _0x22706a=_0x1ed4d3;return this[_0x22706a(0x45a)]['getUnit'](_0x412a80,a['UniverInstanceType'][_0x22706a(0x83f)])??void 0x0;}[_0x1ed4d3(0x27b)](_0x4e55d7){const _0x2eec4d=_0x1ed4d3;let _0x4cc067=this[_0x2eec4d(0x633)][_0x2eec4d(0x871)](_0x4e55d7);if(_0x4cc067)return _0x4cc067;try{return this['_renderManagerService'][_0x2eec4d(0x8b1)](_0x4e55d7);}catch{return;}}};yd=Y([J(0x0,a[_0x1ed4d3(0x90d)]),J(0x1,p['IRenderManagerService'])],yd);function bd(_0x32342c,_0x1189db,_0x511ac0){const _0x2840af=_0x1ed4d3;if(typeof document>'u')return;let _0x1bb435=_0x32342c[_0x2840af(0x212)],_0x120718=_0x32342c[_0x2840af(0x20c)];if(!(_0x1bb435!=null&&_0x1bb435['mount'])||!_0x1bb435[_0x2840af(0x79f)])return;let _0x384a72=document[_0x2840af(0x467)](_0x2840af(0x7ff));_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x824)]='fixed',_0x384a72['style'][_0x2840af(0x2f6)]='-100000px',_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x578)]=_0x2840af(0x90e),_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x754)]=Math[_0x2840af(0x287)](0x1,Math[_0x2840af(0x66f)](_0x1189db))+'px',_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x33c)]=Math[_0x2840af(0x287)](0x1,Math['round'](_0x511ac0))+'px',_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x37a)]=_0x2840af(0x255),_0x384a72['dataset']['embedSlidePreviewCanvasHost']=_0x2840af(0x85d),document['body'][_0x2840af(0x545)](_0x384a72);try{var _0x210454,_0x297ffc,_0x492c1d;return _0x1bb435['mount'](_0x384a72),_0x1bb435[_0x2840af(0x79f)](),_0x120718==null||(_0x210454=_0x120718[_0x2840af(0x53a)])==null||_0x210454[_0x2840af(0x5db)](_0x120718,!0x0),_0x120718==null||(_0x297ffc=_0x120718[_0x2840af(0x2c3)])==null||_0x297ffc['call'](_0x120718),(_0x492c1d=_0x1bb435[_0x2840af(0x29b)])==null?void 0x0:_0x492c1d[_0x2840af(0x5db)](_0x1bb435);}finally{_0x384a72['remove']();}}function xd(_0x35bba7,_0x233796,_0x24d5d7){const _0x2503e4=_0x1ed4d3;let _0x220efb=Math['max'](0x1,Math[_0x2503e4(0x66f)](_0x35bba7)),_0x2bf704=Math['max'](0x1,Math[_0x2503e4(0x66f)](_0x233796));if(!Number[_0x2503e4(0x8cd)](_0x24d5d7)||_0x24d5d7<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x220efb,'sHeight':_0x2bf704};if(_0x220efb/_0x2bf704>_0x24d5d7){let _0x3a5621=Math[_0x2503e4(0x66f)](_0x2bf704*_0x24d5d7);return{'sx':Math['max'](0x0,Math[_0x2503e4(0x66f)]((_0x220efb-_0x3a5621)/0x2)),'sy':0x0,'sWidth':_0x3a5621,'sHeight':_0x2bf704};}let _0x1d2705=Math[_0x2503e4(0x66f)](_0x220efb/_0x24d5d7);return{'sx':0x0,'sy':Math[_0x2503e4(0x287)](0x0,Math['round']((_0x2bf704-_0x1d2705)/0x2)),'sWidth':_0x220efb,'sHeight':_0x1d2705};}function Sd(_0x115ddd,_0x2f8e90,_0x4b98c0,_0x127d07,_0x334f95){const _0x14be4d=_0x1ed4d3;if(typeof _0x4b98c0[_0x14be4d(0x2f6)]!=_0x14be4d(0x584)||typeof _0x4b98c0['top']!=_0x14be4d(0x584)||typeof _0x4b98c0[_0x14be4d(0x754)]!=_0x14be4d(0x584)||typeof _0x4b98c0[_0x14be4d(0x33c)]!=_0x14be4d(0x584)||_0x4b98c0[_0x14be4d(0x754)]<=0x0||_0x4b98c0[_0x14be4d(0x33c)]<=0x0)return;let _0x5d7142=Math[_0x14be4d(0x287)](0x0,Math['round'](_0x4b98c0['left']*_0x127d07)),_0x350d8c=Math[_0x14be4d(0x287)](0x0,Math[_0x14be4d(0x66f)](_0x4b98c0[_0x14be4d(0x578)]*_0x334f95));return{'sx':_0x5d7142,'sy':_0x350d8c,'sWidth':Math[_0x14be4d(0x451)](Math[_0x14be4d(0x287)](0x1,Math['round'](_0x4b98c0[_0x14be4d(0x754)]*_0x127d07)),Math['max'](0x1,Math[_0x14be4d(0x66f)](_0x115ddd-_0x5d7142))),'sHeight':Math[_0x14be4d(0x451)](Math[_0x14be4d(0x287)](0x1,Math[_0x14be4d(0x66f)](_0x4b98c0[_0x14be4d(0x33c)]*_0x334f95)),Math[_0x14be4d(0x287)](0x1,Math[_0x14be4d(0x66f)](_0x2f8e90-_0x350d8c)))};}function Cd(_0x12fa06,_0x43b5c7,_0x1d6128){const _0x17e2cd=_0x1ed4d3;var _0x398a34,_0xfab5fc;let _0x70bb34=_0x12fa06==null?void 0x0:_0x12fa06[_0x17e2cd(0x20c)],_0x27184a=_0x70bb34==null||(_0x398a34=_0x70bb34['getObject'])==null?void 0x0:_0x398a34[_0x17e2cd(0x5db)](_0x70bb34,S['SLIDE_PAGE_RECT_KEY']),_0x5b8337=_0x70bb34==null||(_0xfab5fc=_0x70bb34[_0x17e2cd(0x5fd)])==null?void 0x0:_0xfab5fc[_0x17e2cd(0x5db)](_0x70bb34),_0xfb30c6=(_0x5b8337==null?void 0x0:_0x5b8337['scaleX'])??(_0x70bb34==null?void 0x0:_0x70bb34[_0x17e2cd(0x288)])??0x1,_0x2c3a29=(_0x5b8337==null?void 0x0:_0x5b8337[_0x17e2cd(0x630)])??(_0x70bb34==null?void 0x0:_0x70bb34['scaleY'])??_0xfb30c6;return _0x27184a?Sd(_0x43b5c7,_0x1d6128,_0x27184a,_0xfb30c6,_0x2c3a29):void 0x0;}function wd(_0x3a5273,_0x15f296,_0x38e544,_0x50e929,_0x110f8a){const _0x438ca4=_0x1ed4d3;if(typeof document>'u'||!_0x110f8a)return;let _0x5b03db=document[_0x438ca4(0x467)](_0x438ca4(0x2a6));_0x5b03db[_0x438ca4(0x754)]=Math[_0x438ca4(0x287)](0x1,Math[_0x438ca4(0x66f)](_0x15f296*Math[_0x438ca4(0x287)](0x1,_0x50e929||0x1))),_0x5b03db[_0x438ca4(0x33c)]=Math[_0x438ca4(0x287)](0x1,Math[_0x438ca4(0x66f)](_0x38e544*Math['max'](0x1,_0x50e929||0x1)));let _0x321e69=null;try{_0x321e69=_0x5b03db[_0x438ca4(0x79b)]('2d');}catch{return;}if(_0x321e69)return _0x321e69[_0x438ca4(0x6e1)](_0x3a5273,_0x110f8a['sx'],_0x110f8a['sy'],_0x110f8a['sWidth'],_0x110f8a[_0x438ca4(0x3c2)],0x0,0x0,_0x5b03db[_0x438ca4(0x754)],_0x5b03db[_0x438ca4(0x33c)]),_0x5b03db[_0x438ca4(0x1f8)](_0x438ca4(0x3a6));}const Td='slides-page-list-block';function Ed(_0x582696,_0x1a8328){const _0x3ca849=_0x1ed4d3;let _0x8afc35=!0x1,_0x27f900,_0xf5f492,_0x374d62,_0x109ef9=_0x344d28=>{const _0x8e6a77=_0x54e0;if(_0x8afc35||_0xf5f492||!_0x344d28[_0x8e6a77(0x8f8)])return;let _0x5af8c3=Id(_0x344d28[_0x8e6a77(0x8f8)]);_0x5af8c3&&(_0x27f900=Ld(_0x1a8328['hostElement'],_0x27f900,_0x5af8c3));},_0x18099e=_0x582696[_0x3ca849(0x985)]['previewUpdated$'][_0x3ca849(0x49c)](_0x5d44ff=>{const _0xe2901d=_0x3ca849;_0x5d44ff[_0xe2901d(0x666)]===_0x1a8328[_0xe2901d(0x666)]&&(!_0x1a8328[_0xe2901d(0x442)]||_0x5d44ff['childUnitId']===_0x1a8328[_0xe2901d(0x442)])&&_0x109ef9(_0x5d44ff);});return Od(_0x582696,_0x1a8328)[_0x3ca849(0x5cb)](_0x5b9889=>{const _0x3079ca=_0x3ca849;if(_0x8afc35||!_0x5b9889)return;let _0x5e6444=Dd(_0x582696,_0x1a8328,_0x5b9889,()=>_0x8afc35);if(_0x5e6444){_0xf5f492=_0x5e6444[_0x3079ca(0x608)],_0x374d62=_0x5e6444[_0x3079ca(0x9bc)],_0x27f900=void 0x0;return;}kd(_0x582696,_0x1a8328,_0x5b9889,_0x109ef9,()=>_0x8afc35)['then'](_0x82413d=>{!_0x8afc35&&_0x82413d&&(_0x27f900=Ld(_0x1a8328['hostElement'],_0x27f900,_0x82413d));});},()=>{}),(0x0,a['toDisposable'])(()=>{const _0x269263=_0x3ca849;_0x8afc35=!0x0,_0x18099e[_0x269263(0x465)](),_0xf5f492==null||_0xf5f492['dispose'](),_0xf5f492=void 0x0,_0x374d62==null||_0x374d62[_0x269263(0x45b)](),_0x374d62=void 0x0,_0x27f900==null||_0x27f900[_0x269263(0x241)](),_0x27f900=void 0x0;});}function Dd(_0x4ad523,_0x495261,_0xd1312a,_0x97cfde){const _0x48861d=_0x1ed4d3;let _0x450408=Ad(),_0x589969;try{var _0x4bd3ea;if(_0x589969=_0x4ad523['runtimeHostLeaseService']['acquire']({..._0xd1312a,'mode':_0x48861d(0x7c4)},_0x450408[_0x48861d(0x62a)]),!_0x589969['session'][_0x48861d(0x44e)])throw Error(_0x48861d(0x4d1));if(_0x97cfde()){_0x589969['dispose'](),_0x450408[_0x48861d(0x45b)]();return;}_0x4ad523[_0x48861d(0x514)][_0x48861d(0x9c0)](_0xd1312a),jd(_0x450408[_0x48861d(0x62a)]);let _0x53c7bd=_0x589969[_0x48861d(0x46a)][_0x48861d(0x44e)],_0x34a115=(_0x4bd3ea=_0x4ad523[_0x48861d(0x848)][_0x48861d(0x53b)](_0x589969['session'][_0x48861d(0x5c7)]))==null?void 0x0:_0x4bd3ea['presentationPolicy'];return _0x450408[_0x48861d(0x984)](Md(_0x450408[_0x48861d(0x62a)],_0x53c7bd,_0x495261[_0x48861d(0x8bf)],_0x34a115)),_0x495261[_0x48861d(0x7e4)][_0x48861d(0x6de)](_0x450408[_0x48861d(0x499)]),_0x450408['addDisposer'](Nd(_0x4ad523,_0x589969,_0x450408['runtimeHost'],_0x450408[_0x48861d(0x3fc)],_0x495261[_0x48861d(0x8bf)],_0x34a115)),{'lease':_0x589969,'elements':_0x450408};}catch{_0x589969==null||_0x589969[_0x48861d(0x45b)](),_0x450408['dispose']();return;}}async function Od(_0x17cb7a,_0x229ffe){const _0x5488a9=_0x1ed4d3;let _0x2b1060=_0x17cb7a[_0x5488a9(0x8e9)]['getDescriptor'](_0x229ffe[_0x5488a9(0x565)],_0x229ffe[_0x5488a9(0x666)])??Fd(_0x229ffe);if(_0x2b1060){try{_0x2b1060=await _0x17cb7a[_0x5488a9(0x5e2)]['materializeDescriptor']({'descriptor':_0x2b1060});}catch{}return _0x2b1060['childUnitId']&&_0x2b1060['childType']!=null?_0x2b1060:void 0x0;}}async function kd(_0x4a07af,_0x39c4f6,_0x48e565,_0xae4868,_0x4a8ac1){const _0x3b7914=_0x1ed4d3;var _0x2517ad,_0x1d5357;let _0x4325f8=await((_0x2517ad=_0x4a07af[_0x3b7914(0x7ee)])==null?void 0x0:_0x2517ad['captureByHostAnchorId'](_0x39c4f6[_0x3b7914(0x253)]));if(_0x4a8ac1())return;if(_0x4325f8)return Id(_0x4325f8);let _0x15b4c8=_0x48e565[_0x3b7914(0x442)],_0x5ecc81=_0x48e565[_0x3b7914(0x5c7)];if(!_0x15b4c8||_0x5ecc81==null)return;let _0x1ad358=(_0x1d5357=_0x4a07af[_0x3b7914(0x7ee)])==null?void 0x0:_0x1d5357['getContextByHostAnchorId'](_0x39c4f6[_0x3b7914(0x253)]);_0xae4868(_0x4a07af[_0x3b7914(0x985)]['requestPreview']({'descriptor':{..._0x48e565,'mode':_0x3b7914(0x7c4)},'childUnitId':_0x15b4c8,'childType':_0x5ecc81,'width':Math[_0x3b7914(0x287)](0x1,_0x39c4f6['width']),'height':Math[_0x3b7914(0x287)](0x1,_0x39c4f6[_0x3b7914(0x33c)]),'dpr':Math[_0x3b7914(0x287)](0x1,Math[_0x3b7914(0x451)](0x2,_0x39c4f6[_0x3b7914(0x862)])),'reason':'initial','context':_0x1ad358}));}function Ad(){const _0x190455=_0x1ed4d3;let _0x13abf9=document[_0x190455(0x467)](_0x190455(0x7ff));_0x13abf9[_0x190455(0x964)][_0x190455(0x743)]=_0x190455(0x85d),_0x13abf9['style'][_0x190455(0x824)]=_0x190455(0x3d3),_0x13abf9[_0x190455(0x3e6)][_0x190455(0x5f5)]='0',_0x13abf9[_0x190455(0x3e6)][_0x190455(0x39a)]=_0x190455(0x769),_0x13abf9['style'][_0x190455(0x284)]='hidden';let _0x459964=document[_0x190455(0x467)](_0x190455(0x7ff));_0x459964[_0x190455(0x964)][_0x190455(0x2c9)]=_0x190455(0x85d),_0x459964[_0x190455(0x964)][_0x190455(0x626)]=_0x190455(0x85d),_0x459964[_0x190455(0x3e6)]['position']=_0x190455(0x3d3),_0x459964['style'][_0x190455(0x5f5)]='0',_0x459964[_0x190455(0x3e6)][_0x190455(0x36a)]='0',_0x459964[_0x190455(0x3e6)][_0x190455(0x284)]=_0x190455(0x7d7),_0x459964[_0x190455(0x3e6)][_0x190455(0x37a)]=_0x190455(0x255);let _0x1b78a3=document[_0x190455(0x467)](_0x190455(0x7ff));_0x1b78a3[_0x190455(0x964)][_0x190455(0x951)]='true',_0x1b78a3[_0x190455(0x3e6)]['position']=_0x190455(0x3d3),_0x1b78a3[_0x190455(0x3e6)][_0x190455(0x5f5)]='0',_0x1b78a3[_0x190455(0x3e6)][_0x190455(0x36a)]='1',_0x1b78a3[_0x190455(0x3e6)]['pointerEvents']=_0x190455(0x42a),_0x1b78a3[_0x190455(0x3e6)][_0x190455(0x834)]=_0x190455(0x255),_0x13abf9[_0x190455(0x51c)](_0x459964,_0x1b78a3);let _0x3f6b20=[];return{'surface':_0x13abf9,'runtimeHost':_0x459964,'interactionGate':_0x1b78a3,'addDisposer':_0x4927d0=>_0x3f6b20[_0x190455(0x2fa)](_0x4927d0),'dispose':()=>{const _0xb8aa7e=_0x190455;_0x3f6b20['splice'](0x0)[_0xb8aa7e(0x3b5)]()[_0xb8aa7e(0x360)](_0x1f9493=>_0x1f9493()),_0x13abf9[_0xb8aa7e(0x241)]();}};}function jd(_0x917916){const _0xa9d35=_0x1ed4d3;_0x917916[_0xa9d35(0x3e6)]['pointerEvents']=_0xa9d35(0x255);}function Md(_0x20c834,_0x50986d,_0x2877f9,_0x10480d){const _0xb1902=_0x1ed4d3;if(_0x2877f9!==Td||!(_0x10480d!=null&&_0x10480d[_0xb1902(0x368)]))return()=>{};let _0x2324a6=_0x10480d[_0xb1902(0x368)]({'childContext':_0x50986d,'entry':_0x2877f9,'runtimeHost':_0x20c834});if(!_0x2324a6)return()=>{};let _0x14fcd9=_0x20c834[_0xb1902(0x2f2)][_0xb1902(0x467)]('style');return _0x14fcd9['dataset'][_0xb1902(0x211)]=_0xb1902(0x85d),_0x14fcd9[_0xb1902(0x21e)]=_0x2324a6,_0x20c834[_0xb1902(0x328)](_0x14fcd9),()=>_0x14fcd9[_0xb1902(0x241)]();}function Nd(_0x3655f2,_0x3ae873,_0x14de93,_0x119d51,_0x5c4c30,_0x1ec773){const _0xfef38a=_0x1ed4d3;let _0x219b76=_0x239b18=>{_0x239b18['preventDefault'](),_0x239b18['stopPropagation']();},_0xa8e0b2=_0x3ac377=>{const _0x100515=_0x54e0;if(_0x5c4c30===Td&&Pd(_0x14de93,_0x3ae873,_0x1ec773,_0x3ac377[_0x100515(0x5a8)],_0x3ac377['clientY'])){_0x3ac377[_0x100515(0x4fd)](),_0x3ac377[_0x100515(0x94b)]();return;}_0x219b76(_0x3ac377);},_0xdbef0=_0x1ec47f=>{const _0x561d2f=_0x54e0;var _0x7dc4cb;let _0x10afde=_0x3ae873['session'][_0x561d2f(0x44e)];if(!_0x10afde)return;let _0x10b3c1={..._0x10afde,'event':_0x1ec47f,'stage':'inactive','source':_0x561d2f(0x798)},_0x3f4549=_0x3655f2[_0x561d2f(0x6fe)][_0x561d2f(0x792)](_0x10b3c1),_0x2085fc=!_0x3f4549&&((_0x7dc4cb=_0x3655f2[_0x561d2f(0x6aa)]['get'](_0x10afde[_0x561d2f(0x5c7)],_0x10afde[_0x561d2f(0x29f)]))==null?void 0x0:_0x7dc4cb[_0x561d2f(0x792)](_0x10b3c1))===!0x0;(_0x3f4549||_0x2085fc)&&(_0x1ec47f[_0x561d2f(0x4fd)](),_0x1ec47f[_0x561d2f(0x94b)](),_0x1ec47f['stopImmediatePropagation']());},_0x48173d=[_0xfef38a(0x888),_0xfef38a(0x548),_0xfef38a(0x8a4),_0xfef38a(0x946)];return _0x48173d[_0xfef38a(0x360)](_0x2f6f73=>_0x119d51[_0xfef38a(0x7d4)](_0x2f6f73,_0x219b76)),_0x119d51[_0xfef38a(0x7d4)](_0xfef38a(0x853),_0xa8e0b2),_0x119d51[_0xfef38a(0x7d4)]('wheel',_0xdbef0,{'passive':!0x1}),()=>{const _0x40a0ab=_0xfef38a;_0x48173d[_0x40a0ab(0x360)](_0x355a95=>_0x119d51[_0x40a0ab(0x2f5)](_0x355a95,_0x219b76)),_0x119d51[_0x40a0ab(0x2f5)](_0x40a0ab(0x853),_0xa8e0b2),_0x119d51[_0x40a0ab(0x2f5)]('wheel',_0xdbef0);};}function Pd(_0x1e29f3,_0x24dcfe,_0x4b5cfe,_0x442fbb,_0x3a54bc){const _0x12b51c=_0x1ed4d3;let _0x4c6bce=_0x24dcfe[_0x12b51c(0x46a)][_0x12b51c(0x44e)];return!_0x4c6bce||!(_0x4b5cfe!=null&&_0x4b5cfe[_0x12b51c(0x67b)])?!0x1:_0x4b5cfe[_0x12b51c(0x67b)]({'childContext':_0x4c6bce,'clientX':_0x442fbb,'clientY':_0x3a54bc,'entry':Td,'runtimeHost':_0x1e29f3});}function Fd(_0xcb9678){const _0x4e9b56=_0x1ed4d3;if(!(!_0xcb9678[_0x4e9b56(0x442)]||_0xcb9678[_0x4e9b56(0x5c7)]==null))return{'embedId':_0xcb9678[_0x4e9b56(0x666)],'hostUnitId':_0xcb9678['hostUnitId'],'hostType':a[_0x4e9b56(0x747)][_0x4e9b56(0x83f)],'entry':_0xcb9678[_0x4e9b56(0x8bf)],'hostAnchorId':_0xcb9678[_0x4e9b56(0x253)],'childUnitId':_0xcb9678['childUnitId'],'childType':_0xcb9678[_0x4e9b56(0x5c7)],'mode':_0x4e9b56(0x7c4),'source':{'unitType':_0xcb9678[_0x4e9b56(0x5c7)],'ref':{'file':{'kind':t['RESOURCE_REF_FILE_KIND'][_0x4e9b56(0x427)]},'unit':{'selector':_0xcb9678[_0x4e9b56(0x442)],'type':(0x0,t[_0x4e9b56(0x32e)])(_0xcb9678[_0x4e9b56(0x5c7)])}}},'sourceMeta':{'floating':_0xcb9678[_0x4e9b56(0x8bf)]===_0x4e9b56(0x3ab)&&{'enabled':!0x0,'layout':_0x4e9b56(0x808),'fullscreen':!0x1},'tab':_0xcb9678[_0x4e9b56(0x8bf)]===_0x4e9b56(0x204)&&{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function Id(_0x4c18e5){const _0x27547a=_0x1ed4d3;if(typeof _0x4c18e5==_0x27547a(0x23d))return _0x4c18e5;if(typeof HTMLCanvasElement<'u'&&_0x4c18e5 instanceof HTMLCanvasElement)try{return _0x4c18e5[_0x27547a(0x1f8)](_0x27547a(0x3a6));}catch{return;}if(typeof ImageBitmap<'u'&&_0x4c18e5 instanceof ImageBitmap&&typeof document<'u'){let _0x3d6165=document[_0x27547a(0x467)]('canvas');_0x3d6165[_0x27547a(0x754)]=_0x4c18e5['width'],_0x3d6165[_0x27547a(0x33c)]=_0x4c18e5[_0x27547a(0x33c)];let _0x59142c=_0x3d6165['getContext']('2d');return _0x59142c?(_0x59142c[_0x27547a(0x6e1)](_0x4c18e5,0x0,0x0),_0x3d6165[_0x27547a(0x1f8)](_0x27547a(0x3a6))):void 0x0;}}function Ld(_0x7b59a6,_0x34200d,_0x15b082){const _0x4aa3ac=_0x1ed4d3;let _0x1fb38c=_0x34200d??document['createElement'](_0x4aa3ac(0x3f9));return _0x1fb38c['alt']='',_0x1fb38c[_0x4aa3ac(0x964)][_0x4aa3ac(0x342)]=_0x4aa3ac(0x85d),_0x1fb38c[_0x4aa3ac(0x3e6)][_0x4aa3ac(0x28d)]=_0x4aa3ac(0x5ed),_0x1fb38c[_0x4aa3ac(0x3e6)]['width']='100%',_0x1fb38c[_0x4aa3ac(0x3e6)][_0x4aa3ac(0x33c)]=_0x4aa3ac(0x629),_0x1fb38c[_0x4aa3ac(0x3e6)][_0x4aa3ac(0x50c)]=_0x4aa3ac(0x69c),_0x1fb38c[_0x4aa3ac(0x3e6)][_0x4aa3ac(0x37a)]='none',_0x1fb38c['src']=_0x15b082,_0x1fb38c[_0x4aa3ac(0x986)]!==_0x7b59a6&&_0x7b59a6['replaceChildren'](_0x1fb38c),_0x1fb38c;}let Rd=class{constructor(_0x240fdf,_0x5dc620){const _0x59348f=_0x1ed4d3;this[_0x59348f(0x45a)]=_0x240fdf,this[_0x59348f(0x633)]=_0x5dc620,B(this,_0x59348f(0x5c7),a[_0x59348f(0x747)][_0x59348f(0x83f)]),B(this,_0x59348f(0x538),[_0x59348f(0x7c7)]);}['mount'](_0xd61b5e){const _0x24281a=_0x1ed4d3;var _0x5b4202;let _0x149053=this[_0x24281a(0x543)](_0xd61b5e['childUnitId']);if(!_0x149053)return;(_0x5b4202=_0xd61b5e[_0x24281a(0x476)])!=null&&_0x5b4202[_0x24281a(0x37f)]&&_0x149053['pageManager'][_0x24281a(0x69b)](_0xd61b5e[_0x24281a(0x476)][_0x24281a(0x37f)])&&_0x149053[_0x24281a(0x673)][_0x24281a(0x9de)](_0xd61b5e[_0x24281a(0x476)]['pageId']);let _0x426200=ve(zd(_0xd61b5e));if(!_0x426200)return;let _0x215df1=_0xd61b5e[_0x24281a(0x64b)][_0x24281a(0x2a6)]?Dt(this[_0x24281a(0x633)],_0xd61b5e[_0x24281a(0x442)],_0x426200):void 0x0;if(!_0x215df1){_0x426200[_0x24281a(0x45b)]();return;}_0xd61b5e[_0x24281a(0x64b)][_0x24281a(0x2a6)]&&(_0xd61b5e[_0x24281a(0x64b)][_0x24281a(0x2a6)][_0x24281a(0x964)][_0x24281a(0x4f6)]=_0xd61b5e[_0x24281a(0x442)],_0xd61b5e[_0x24281a(0x64b)]['canvas'][_0x24281a(0x964)][_0x24281a(0x766)]=_0x24281a(0x676));let _0xea5dda=rn(_0xd61b5e[_0x24281a(0x64b)][_0x24281a(0x684)]);return _0xd61b5e[_0x24281a(0x64b)]['content'][_0x24281a(0x964)][_0x24281a(0x4f6)]=_0xd61b5e['childUnitId'],_0xd61b5e['roots'][_0x24281a(0x684)][_0x24281a(0x964)][_0x24281a(0x766)]=_0x24281a(0x3da),_0xea5dda['render']((0x0,m[_0x24281a(0x689)])(qt,{'injector':_0x426200,'mountContainer':_0xd61b5e[_0x24281a(0x64b)]['root'],'embedId':_0xd61b5e[_0x24281a(0x666)],'passThroughWheelGestures':!0x0,'children':(0x0,m['jsx'])(S['SlideEmbedReadonlyFloatingPreview'],{'unitId':_0xd61b5e[_0x24281a(0x442)],'render':_0x215df1})})),(0x0,a[_0x24281a(0x64a)])(()=>{const _0x1c15ea=_0x24281a;var _0x21a3cc,_0x32e2b7,_0x429c29,_0x366260;try{var _0x5f25ba,_0x378eec;_0x215df1==null||(_0x378eec=(_0x5f25ba=_0x215df1[_0x1c15ea(0x212)])['unmount'])==null||_0x378eec[_0x1c15ea(0x5db)](_0x5f25ba);}catch{}(_0x21a3cc=(_0x32e2b7=this[_0x1c15ea(0x633)])[_0x1c15ea(0x814)])==null||_0x21a3cc[_0x1c15ea(0x5db)](_0x32e2b7,_0xd61b5e[_0x1c15ea(0x442)]),an(_0xea5dda),_0xd61b5e[_0x1c15ea(0x64b)]['content'][_0x1c15ea(0x526)](_0x1c15ea(0x890)),_0xd61b5e[_0x1c15ea(0x64b)][_0x1c15ea(0x684)]['removeAttribute']('data-embed-child-render-mode'),(_0x429c29=_0xd61b5e['roots'][_0x1c15ea(0x2a6)])==null||_0x429c29[_0x1c15ea(0x526)](_0x1c15ea(0x890)),(_0x366260=_0xd61b5e[_0x1c15ea(0x64b)][_0x1c15ea(0x2a6)])==null||_0x366260[_0x1c15ea(0x526)](_0x1c15ea(0x988)),_0x426200[_0x1c15ea(0x45b)]();});}[_0x1ed4d3(0x792)](_0x7b156f){const _0xd4ec81=_0x1ed4d3;var _0x3d86c1,_0x3a8537;let _0x2653c0=this[_0xd4ec81(0x543)](_0x7b156f['childUnitId']);if(!_0x2653c0)return!0x1;let _0x566c87=Math['abs'](_0x7b156f[_0xd4ec81(0x63a)][_0xd4ec81(0x942)])>=Math[_0xd4ec81(0x8d9)](_0x7b156f[_0xd4ec81(0x63a)][_0xd4ec81(0x579)])?_0x7b156f[_0xd4ec81(0x63a)][_0xd4ec81(0x942)]:_0x7b156f[_0xd4ec81(0x63a)][_0xd4ec81(0x579)];if(_0x566c87===0x0)return!0x1;let _0x3f2a0b=Bd(_0x2653c0);if(_0x3f2a0b['length']<0x2)return!0x0;let _0x1847a0=((_0x3d86c1=_0x2653c0[_0xd4ec81(0x673)]['getActiveSlide']())==null?void 0x0:_0x3d86c1['getId']())??_0x3f2a0b[0x0],_0x523c08=Math['max'](0x0,_0x3f2a0b[_0xd4ec81(0x656)](_0x1847a0)),_0x3baa5f=_0x3f2a0b[Math[_0xd4ec81(0x287)](0x0,Math[_0xd4ec81(0x451)](_0x3f2a0b[_0xd4ec81(0x9ba)]-0x1,_0x523c08+(_0x566c87>0x0?0x1:-0x1)))];return!_0x3baa5f||_0x3baa5f===_0x1847a0?!0x0:(_0x2653c0['pageManager'][_0xd4ec81(0x9de)](_0x3baa5f),_0x7b156f[_0xd4ec81(0x5a0)]({'unitId':_0x7b156f[_0xd4ec81(0x442)],'pageId':_0x3baa5f,'scaleMode':_0xd4ec81(0x9a0),'zoomRatio':(_0x3a8537=_0x2653c0[_0xd4ec81(0x7fa)])==null?void 0x0:_0x3a8537[_0xd4ec81(0x5db)](_0x2653c0)}),!0x0);}['_getSlideModel'](_0x1ee193){const _0x261a62=_0x1ed4d3;return this[_0x261a62(0x45a)][_0x261a62(0x4a8)](_0x1ee193,a['UniverInstanceType'][_0x261a62(0x83f)])??void 0x0;}};Rd=Y([J(0x0,a['IUniverInstanceService']),J(0x1,p[_0x1ed4d3(0x208)])],Rd);function zd(_0x311f3a){const _0xedcba9=_0x1ed4d3;let _0x4c647e=()=>{};return{'descriptor':_0x311f3a[_0xedcba9(0x3e8)],'layout':_0x311f3a[_0xedcba9(0x29f)],'injector':_0x311f3a[_0xedcba9(0x583)],'hostElement':_0x311f3a[_0xedcba9(0x64b)]['root'],'container':_0x311f3a[_0xedcba9(0x64b)]['root'],'hostUnitId':_0x311f3a[_0xedcba9(0x565)],'embedId':_0x311f3a[_0xedcba9(0x666)],'childUnitId':_0x311f3a[_0xedcba9(0x442)],'childType':_0x311f3a[_0xedcba9(0x5c7)],'renderScope':{'hostUnitId':_0x311f3a['hostUnitId'],'hostAnchorId':_0x311f3a[_0xedcba9(0x3e8)][_0xedcba9(0x253)],'embedId':_0x311f3a[_0xedcba9(0x666)],'childUnitId':_0x311f3a[_0xedcba9(0x442)],'childType':_0x311f3a[_0xedcba9(0x5c7)],'layout':_0x311f3a['layout'],'mode':_0xedcba9(0x681),'rootElement':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x903)],'contentRoot':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x684)],'canvasRoot':_0x311f3a['roots'][_0xedcba9(0x2a6)],'active$':(0x0,f['of'])(!0x1)},'runtimeScope':{'descriptor':_0x311f3a[_0xedcba9(0x3e8)],'host':{'unitId':_0x311f3a[_0xedcba9(0x565)],'type':_0x311f3a[_0xedcba9(0x3e8)][_0xedcba9(0x817)],'anchorId':_0x311f3a[_0xedcba9(0x3e8)][_0xedcba9(0x253)],'entry':_0x311f3a['descriptor'][_0xedcba9(0x8bf)],'layout':_0xedcba9(0x681)},'child':{'unitId':_0x311f3a[_0xedcba9(0x442)],'type':_0x311f3a[_0xedcba9(0x5c7)]},'injector':_0x311f3a[_0xedcba9(0x583)],'roots':{'root':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x903)],'content':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x684)],'canvas':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x2a6)],'overlay':_0x311f3a['roots'][_0xedcba9(0x903)],'popup':_0x311f3a['roots'][_0xedcba9(0x903)]},'activate':_0x4c647e,'deactivate':_0x4c647e,'dispose':_0x4c647e}};}function _0x5400(){const _0x47f0c0=['data-embed-overlay-root','getRenderUnitById','getUnitId','stage2-runtime','doc-width-scale','retryDelay','getPrototypeOf','_dispatchEscapeToFloatingSurface','SheetsUIMenuSchema','_menuOverrideService','save','visible','startsWith','CloseBaseContextMenuOperation','RibbonStartGroup','embed-print-','SHEET_EDITOR_UNITS','pointerenter','usesDomFloatingStage','INSERT','registerContextMenuHandler','getSheetBySheetId','Slide','IBaseEmbedFloatingGeometryService','pointerdown','ghost','univer-z-[2]\x20univer-flex\x20univer-h-full','executeCommand','createUniqueBaseTableName','overlay','AutowrapIcon','registration','data-embed-child-render-unit-id','resolveDocsCustomBlockSize','containsElement','_rerenderHostDoc','formulaBar','currentTarget','catch','SHIFT','_projectionService','setConfig','univer-text-gray-900\x20dark:!univer-text-gray-0','[data-embed-sheets-sheet-tab-host=\x22','isConnected','ribbon$','prototype','pointer-events','show','setStage','getRowCount','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','dblclick','useEffect','EmbedReferencedUnitMaterializeService','getActive','setSearchActiveIndex','fontFamily','createDefaultDocsTableLikeCustomBlockBleedViewport','_registerSlidePrinting','_syncPersistentSheetNotes','data-embed-menu-slot','subscribeContextValue$','interactionBoundaryService','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','createRender','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','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','customBlocks','_containsRegisteredElement','retrying-base-child-render','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','_materializeService','_mountFloatingMenu','canvasFloatDomPreviewService','useMemo','setScrollState','_renderMountedScene','embedDocsCustomBlockZooming','entry','activated$','__editor_docs-','activateSession','AddWorksheetMergeAllCommand','FORMULA_EDITOR_ACTIVATED','getViewport','enableHorizontal','verticalAlign','floatingMenuInsetTop','_override$','univer-overflow-hidden','hostLayout$','RibbonFormulasGroup','isFinite','DocumentFlavor','getPreview','_findFallbackUnitId','toolbarPanel$','UNIVER_BOARD','SHEET_FOOTER_BAR_HEIGHT','allowDirectBodyPortal','runtime','beforeDeactivate','getUnitCreateOptions','keydown','abs','embed-ui.sheetsFloating.toolbar.bold','embed-page-menu-','from','_normalizeHostMountResult','childUnit','_getKey','BASE_VIEW_MENU_ITEMS','version','background:rgba(99,102,106,.06)','createInstance','getLocales','maxHeight','ICommandService','now','getCurrentUnitOfType','embedModelService','6189mANrnF','overflowY','getChildContext','UNIVER_BASE','alt','getOffsetConfig','registerPrintComponent','syncingChildFromHost','CENTER','mounting','toStringTag','\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','SheetsDrawingUIMenuSchema','worksheet','image','allowOwnedPortalReassignment','embed-ui.boardsFloating.zoomIn','_imageIoService','gray.0','_leaseAppliesToChildUnit','disconnect','hasAnyBlockingChildFocusLease','_ownedEmbedAppliesToChildUnit','beforeCommandExecuted','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','root','_runQueue','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','removeChild','getKanbanProjectionBodyHeight','child-editor','_measureContentSize','_leaseSequence','embed-ui.basesFloating.viewSettings.addView','univer-sr-only','IUniverInstanceService','-100000px','captureByEmbedId','_releaseTabPeerFocusLeasesForHost','univer:embed-float-drag-handle:pointerdown','_resolveViewState','oKey','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','ResetBackgroundColorCommand','clipBottom','firstElementChild','_ribbonOverrideService','_previousChildCurrentUnits','getSheets','_resources','resolvedDependencies','activatePortalScope','content-bounds-fit','IEditorUIService','startY','sourceTop','docs-exchange-client.operation.import-doc','28px','keys','ISlideEmbedRuntimeFocusCoordinator','elementsFromPoint','focusUnit','minHeight','classic','getMergedMenuSchema','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','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','getColumnWidth','registerEmbedProductMenuContribution','pageMarginLeft','requestAnimationFrame','IShortcutService','contentSizeChanged$','EmbedHostAnchorModelService','pushUndoRedo','override$','DOCS_END','EmbedHostMenuOverrideService','\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','_routeWheelToHost','SheetsFilterUIMenuSchema','_isDetachedOffscreenPortalCandidate','_registerSheetPrinting','GRID_ROW_HEADER_WIDTH','[data-u-comp=\x22embed-float-dom-live-content\x22]','border:1px\x20dashed\x20rgba(99,102,106,.35)','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','346CarDyN','deltaY','toScale','getRuntimeRoots','IConfigService','contextmenu','board-embed:','embed-ui.sheetsFloating.align.bottom','before:univer-hidden','SetEmbedDescriptorMutation','stopPropagation','Failed\x20to\x20load\x20embedded\x20sheet.','ISlideEmbedActivationService','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','EMBED_MOUNT_HOST_NOT_REGISTERED','child-keyboard','embedSlidesPresentationInteractionGate','CLIP','group','executeBaseKeyboardOperation','placeholderTitle','SoftDeleteEmbedDescriptorMutation','scopedInjector','getAll','drawings','Boards','EmbedFocusOwnerService','horizontal','dispatchEvent','KeyboardEvent','includes','ignoreOwners','find','getEmbedSlidesFloatingCustomData','slides-ui.embed','dataset','innerHeight','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','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','calendarEventSettings','observe','data-embed-footer-slot','requestRender','unmerge','CancelMergeIcon','registerProvider','_setAnchorTransformerVisible','syncingHostFromChild','offsetWidth','horizontalAlign','DocSelectAllCommand','components','[data-embed-float-fullscreen-button]','bottom','lastIndexOf','name','DocSelectionRenderService','tables','embed-ui.sheetsFloating.toolbar.filter','_items','MoreDownIcon','Node','canvasRoot','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','UniverEmbedPrintPlaceholder','renderScope','bases-table-list-block','addDisposer','previewService','parentElement','RibbonViewGroup','data-embed-child-render-mode','inset(0\x200\x20','activeSlideId$','onScrollByBar$','resolveBoardInteractionConfig','_renderCompleteScene','viewOrder','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','customizeField','waiting-base-canvas-root','DocPrintInterceptorService','fonts','firstTop','temp','getSkeletonData','_getVisibleCanvasDocumentRect','restoreViewState','[data-embed-float-live=\x22true\x22]','SheetsSortUIMenuSchema','registerMountedRuntime','ActivateBaseViewOperation','URL','slice','[data-radix-popper-content-wrapper]','fit','useContext','_activateTabPeerFocusLease','_setRenderFailure','FOCUSING_UNIT','SheetPrintInterceptorService','activateView','embedLayout','requestPreview','hasExact','doc-flow','_runtimeFocusCoordinator','IBaseEmbedRuntimeService','max-width','_boardElementStateService','DeleteBaseTableCommand','isSheetLikeDocsCustomBlockChildType','Workbook','univer-dropdown','univer-fill-primary-600','_entriesByEmbedId','_isOwnedBoundaryElement','endColumn','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','bases-ui.ribbon','margin-left','length','AddViewMenu','elements','stickyHeaderHeight','nested','enter','focusHostForPassiveRuntime','startColumn','clear','_blockRegistry','SetBorderBasicCommand','tab','interceptor','25305669yevYMq','_config','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0','_registerPrintPreparation','sheet-embed-floating-menu','SlidesPageListBlock','SheetBarService','_layoutService','Element','error','_renderOne','docsTop','jsxs','borderComposite','hostWheelGestureService','embedChildRenderError','combineLatest','docs-sticky-base','setActive','embed-float-dom-chrome','viewportHeight','scrollToViewportPos','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','setActiveSlide','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','IContextMenuService','SheetsFloatingObject','bodyViewportHeight','managedBy','ISheetEmbedRuntimeService','_isHostPreservingLease','current','drawingsOrder','host-passive','target','releaseStage2SessionLeaseIfActivationDoesNotStick','toDataURL','univer-doc-main-canvas','previewUpdated$','getGalleryProjectionBodyHeight','SetHorizontalTextAlignCommand','shape-contextual-ribbon','_childUnitAncestry','_removeRuntimeFocusRoleTree','DOCS_NORMAL_EDITOR_UNIT_ID_KEY','SetEmbedBoundsCommand','getResource','UNIVER_EMBED_UI_PLUGIN','slides-page-list-block','title-only','useLayoutEffect','_rootsByEmbedId','IRenderManagerService','data-embed-bases-table-list-host','resizeDocsSheetLikeRendererByWheel','composedPath','scene','addedNodes','vertical','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','isInternalEditorID','embedSlidesPresentationChrome','engine','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','useConfigValue',':anonymous:','mountService','Module','distinctUntilChanged','warn','focusCoordinator','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','endsWith','min-height:96px','textContent','font:13px/1.5\x20sans-serif','EMBED_SHEETS_FLOATING_COMPONENT_KEY','embed-ui.sheetsFloating.align.right','[data-u-comp=\x22base-embed-view-slot\x22]','_boardElementService','EmbedHostEntryEnum','__embedSharedRootInjector','isEmbedBoardsFloatingElement','getElementDataForUnit','unmount','getRowVisible','opacity','doc-block-stage2-runtime','register','columnHeader','univer-flex\x20univer-items-center\x20univer-gap-1','resolveActiveChildSessionRuntimeScope','gray.1000','SetRangeTextColorCommand','_contributions','startX','univer-text-sm','body','BoardShapeTextEditorContainer','getContextByEmbedId','RESOURCE_REF_FILE_KIND','schedule','deactivateTabSessions','IBaseEditorService','inactive','string','BaseKeyboardOperation','_releaseTabPeerFocusLease','fieldOrder','remove','aria-hidden','apply','FontColorDoubleIcon','onCommandExecuted','BORDER_LINE_CHILDREN','conditionalColoring','duplicateView','rowHeight','prepare','workbench','univer-text-red-500','redos','embed-ui.slidesFloating.previousSlide','factory','created$','_registerServices','host-scroll-sync','hostAnchorId','fullscreen-runtime','none','animation','_passiveWheelHandlerRegistry','ScrollBar','order','BrushIcon','_childViewRegistry','SlideEmbedChildWorkbench','embedFloatingMenuEntry','RIGHT','activeViewId','IBaseEmbedRuntimeFocusCoordinator','ViewTabs','CutCommand','productName','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','renderScopeActive','embedChildType','closed','parseFloat','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]','metaKey','_roots','child-session','SlideInsertService','\x20-\x20','_rememberPreviousChildCurrentUnit','pages','shift','ContextMenuService','_restoreStage2ChildFocusWhenHostRefocuses','StopBaseEditingCellOperation','parentNode','hostHeaderMode','RibbonDataGroup','config','reason','validateBaseTableName','_getOrCreateRender','offset','AddWorksheetMergeHorizontalCommand','focus','embed-ui.sheetsFloating.align.top','_resolveSize','divider-border','tab-peer','darkMode$','overflow','IDocEmbedRuntimeFocusCoordinator','subscribeEvent','max','scaleX','#ffffff','getSession','_assertChildUnitAvailable','PaintBucketDoubleIcon','display','ActivateBaseTableOperation','_resolveLayout','BASE_LEFT_PANEL_DEFAULT_WIDTH','fromEntries','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','_activeDragCleanup','acquireLease','getViewports','contentRect','divider-format-tools','getStickyLeftWidth','acquireStage2SessionLease','_portalObservers','getCanvasElement','SheetsPrintMenuSchema','packageName','GRID_ADD_FIELD_COLUMN_WIDTH','layout','[data-u-comp=\x22headerbar\x22]','nextSibling','getActiveDescriptors','RenameBaseTableCommand','2697555Wkuktr','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','canvas','instanceService','divider-layout','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','_clearHost','_toDataUrl','registerFocusHandler','docTransform','fallbackHeight','ISlideEmbedRuntimeService','relatedTarget','generateRandomId','_pendingPortalOwner','undoRedoStatus$','[data-u-comp=\x22hover-track\x22]','clearFocusOwner','range','getBaseTableNameErrorMessage','IBaseCanvasRootResolverService','unitId','DocPageLayoutService','menuSlot','activateAnchor','nativeContext','calc(100%\x20-\x20','view-','showContextualTab','_notifyRuntimeFocusChanged','hostAnchorRecord','render','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','getSheetId','@univerjs-pro/embed-ui','updatedAt','cssText','embedPresentationRuntime','hide','viewportWidth','isFocused','width:100%','customizeGallery','isMainScene','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','getOwnPropertyDescriptor','activate','TOOLBAR','getAttribute','VIEWPORT_KEY','SheetsDataValidationUIMenuSchema','useDependency','SheetsNoteUIMenuSchema','_getCurrentUnitId','embedChildRenderStatus','embed-ui.boardsFloating.delete','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','UNRECOGNIZED','embed-ui.basesFloating.delete','ISheetEmbedInteractionBoundaryService','univer.embed.host-vertical-wheel-attempted-event','OverflowIcon','Bases','collapseWithoutChildScroll','FONT_SIZE_LIST','size','tableId','source','clsx','defaultView','DeleteIcon','checkElementInCurrentContainers','identifier:univer.ribbon-service','BehaviorSubject','getStage','OVERRIDE_NATIVE','_handlers','embed-ui.basesFloating.copySuffix','ownerDocument','entries','[data-embed-interaction-boundary-owner]','removeEventListener','left','Disposable','DesktopSidebarService','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','push','small','unitType','_getLatestActivePortalOwner','value','hostChromeMode','[data-embed-float-dom=\x22true\x22]','section','objectPosition','_registerChildFocusBridge','_modelService','parseInt','SheetsSelectionsService','docsLeft','container','shiftViewportPanOffset','ctrlKey','center','ownedPointerInteractionUntil','offsetX','PRINTING_DOM_COLLECT','commandService','embed-ui.sheetsFloating.toolbar.textWrapMode.main','key','dialog','ready','IBaseUIStateService','session$','getActiveSheet','RemoveEmbedCommand','BaseDeleteConfirmDialog','rules','IUIPartsService','slides-exchange-client.operation.import-slide','child-popup','_hasContributionId','docs-ui.embed','clearFloating','24PdkUwK','PageElementTypeEnum','OVERFLOW','padding:16px','footer','customizeKanban','child-fullscreen','zoomRatio','prepend','visibility','SheetsTableUIMenuSchema','scale','ConfigProvider','DesktopRibbonService','toResourceRefUnitType','UNIVER_SHEET','activateFloating','defaultColumnWidth','disableEdit','mousedown','stage2','_slidePrintDrawingTransformService','start','AllBorderIcon','unitAdded$','SetSlideZoomRatioOperation','FilterIcon','getCanvas','height','Kanban','#000000','graceMs','_getActiveElement','FOCUSING_SHEET','embedSlidesPresentationPreviewImage','DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY','_nextIndex','ShrinkIcon','ShapeTextEditorContainer','menuSchema','popupRoot','exec','_registerRibbonOwnership','runtimeRoots','contentBodyWidth','_releaseTabPeerHostRenderLease','univer-mx-1\x20!univer-h-4','CTRL_COMMAND','data-u-comp','dragStarted','menu','getActiveSlide','hasAnyHostPreservingChildFocusLease','_suspendedSheetNote','gate','NumberIcon','row','limitRowsToViewportWidth','false','scrollLeft','_selectAnchor','clip','EmbedDuplicateChildUnitError','EMBED_MOUNT_CHILD_NOT_RESOLVED','forEach','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','ToolbarButton','add','Gallery','setCollapsedIds','IBaseEmbedFloatingActiveService','IRibbonOverrideService','getChromeCss','custom','zIndex','leftPanelWidth','_context','createPortal','getImageSourceCache','clientWidth','embed-ui.deleteBlock','divider','BaseClipboardService','12px','drawing','splice','_queue','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','univer-min-w-0\x20univer-truncate\x20univer-text-left','class','pointerEvents','_sceneCanvasCaptureService','clearSelection','board-viewport-bar-object','contentWidth','pageId','resolveGridRowHeight','_getOriginalSheetTabData','univer-truncate','IMenuManagerService','configurations','[id^=\x22__editor_docs-\x22]','interactionFlow','touchDependencies','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','Complete\x20print\x20resource\x20could\x20not\x20be\x20created\x20for\x20embed\x20','EditorUIFloatingContainer','_mountBlockedRuntime','univer-size-6\x20univer-p-0','DocParagraphMenuService','px)','_clearClosedPortalInputGuard','captureByChildUnitId','EDITOR_ACTIVATED','bodyViewportWidth','formatPainter','backgroundColor','identifier:ui.popup.service','UniverEmbedUIPlugin','_runtimePolicyService','embedHostAnchorId','CanvasFloatDomPreviewService','isolation','_entriesByKey','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','getBaseCanvasRoot','_isBlockingRole','_isUniverPortalTreeElement','PrintPreparationService','StartBaseEditingCellOperation','UNIVER_UNKNOWN','_ensurePortalObserver','darkMode','getFocusedUnit','image/png','viewportPoint','_getOwnedEmbedIdFromEventPoint','focusFloatingRuntime','pageMarginRight','slides-floating-object','EMPTY','SetZoomRatioCommand','_anchorModelService','measureContentSize','_restoreService','getContextValue','univer-inline-flex\x20univer-max-w-full\x20univer-items-center','identifier:ui.layout-service','lockHostRibbon','reverse','verticalBreaks','_embedModelService','clientHeight','EmbedModelService','SheetBar','getBaseFloatingPosition','revision','pixelRatio','onMutationExecutedForCollab','SECTION_BREAK','PenIcon','sheetBar','sHeight','_itemId','capture','bases-ui.embed','unsupported-layout','SlideThumbnailItem','rootElement','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','_markBodyPortalOwner','records','replaceWith','BoardViewportService','hideContextMenu','color:rgba(30,34,43,.64)','univer-doc-selection-container-','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','_docPrintLayouts','absolute','justify-content:center','createDefaultConfig','base-embed-add-view-menu','table-','fitToWidth','boardModel','slide-readonly-preview','views','4505280ityYPY','Separator','getColorFromTheme','SlideEmbedFloatingPreview','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','univer-fixed\x20univer-z-[900]','restoreUnitId','symbol','values','DataStreamTreeTokenType','style','embed-ui.sheetsFloating.textWrap.clip','descriptor','resolveStackUnitId','tooltip','identifier:ui.contextmenu.service','contentHeightAdjustment','activeUntil','_injector','print-capture','CellPopupManagerService','verticalWheelMode','openSearch',':hover','ZoomInIcon','checkContentIsFocused','dataStream','data-embed-child-type','registerShortcut','img','MODERN','chrome','interactionGate','_getChildSessionPriority','enableStage1BodyDrag','_previewService','IUIRuntimeScopeService','RibbonOthersGroup','liveRoot','registerMultipleCommand','_focusOwnerService','kind','_getDocsLeft','_resolveChildUnitId','document','icon','BaseDataModel','embed-ui.basesFloating.viewSettings.title','offsetY','_sheetPrintRegistered','rect','[data-embed-floating-menu=\x22true\x22]','visualOffset','unitDisposed$','stage1','_syncActiveSheetNote','IPrintPreparationService','shiftKey','className','menuOutlet','pointerId','embed-ui','DocsTablePassiveWheelService','getCanvasEle','BuiltInUIPart','ResetRangeTextColorCommand','all','registerElement','_closedPortalInputGuards','_embedMountService','_componentManager','_activateSlidePageForPrint','resolveDocsTableLikeCustomBlockContentHeight','_suppressedSheetNoteHostUnitId','embed-ui.sheetsFloating.toolbar.fontSize','SELF','resolved','getContextByChildUnitId','auto','enabled','month','inert','showPopup','ISlideDrawingService','getFocusOwner','color','allowPlaceholder','sessionMode','scopes','useSyncExternalStore','13px','important','_getOwnedEmbedIdFromTarget','_tabFocusLeases','FloatingToolbarSplitTrigger','data-state','getSubScenes','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','divider-block','registerRenderModule','sourceMeta','univer-popover','childUnitId','SlidesFloatingObject','transient','hasChildInteractionLease','host','fillStyle','transform','hostOffset','existingEmbedId','univer-size-3','data','FORMULAS','context','fullscreen','closeContextMenu','min','buildBaseProjectedRowLayout','left\x20top','floor','getBoundingClientRect','defineProperty','_boardUIStateService','RedoCommand','getDialogs$','_instanceService','dispose','viewScale','IBoardEmbedRuntimeFocusCoordinator','queueMicrotask','_hostAdapterRegistry','focused$','_flushPendingContributions','_registrations','ISlideEmbedMountService','Subject','unsubscribe','FormulaBar','createElement','numfmt','SlidePrintDrawingTransformService','session','embed-float-dom','floatingActiveService','univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1','includeAppShellEditorPortal','_getBodyPortalOwner','_runChildBeforeDeactivate','RenameBaseViewCommand','_collectOwnedFloatingSurfaceRoots','activateFullscreen','SetWorksheetActiveOperation','_entries','viewState','base-embed-floating-menu','setActivatedTab','OpenBasePanelOperation','notifyExited','hideAllContextualTabs','activePopup','pageHeight','getRowHeight','activeEmbedId','UniverBoardsUIPlugin','sort','collectViewState','print','univer-min-w-0','_dialogService','disabled','PageTypeEnum','disable','intercept','EMBED_RUNTIME_HOST_SLOTS_NOT_AVAILABLE:','_contextsByEmbedId','devicePixelRatio','[data-u-comp=\x22embed-float-dom-live\x22]','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','getOwnPropertySymbols','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','unregisterCommand','_tabHostRenderLeases','isHostGesture','uComp','contains','app','IDocEmbedInteractionBoundaryService','_registerProductMenus','surface','identifier:univer.sheet.selection-render-service','pointerLease','subscribe','univer-pointer-events-auto','VerticalCenterIcon','attributeName','getActiveDescriptorsByChildUnit','data-embed-canvas-root','Embedded\x20unit\x20is\x20not\x20available\x20for\x20print\x20','_themeService','ImageSourceType','_notifyRuntimeSessionChanged','getInterceptPoints','getUnitType','getUnit','getOverride','allowHostBodyDrag','fixed','enable','START','open','univer-text-red-500\x20hover:univer-text-red-600','univer-size-3\x20univer-shrink-0','activateTab','restore','_initializeFloatingSessionActiveState','scopedActionServiceTokens','matches','content-only','IBaseViewWheelScrollService','viewport','createSlidesFloatingObjectHostAdapterContribution','EmbedMountService','children','viewportScrollY','embed-ui.sheetsFloating.toolbar.formatPainter','dividerBefore','getHeight','constructor','_focusCoordinator','_commandService','_active$','_key','createDefaultBaseTableSnapshot','_mountService','createUnit','hasHostPreservingChildFocusLease','resolveRuntimeScopeByChildUnitId','ribbon','getComputedStyle','_registerRuntimeBoundary','_contentSizeChanged$','GRID_HEADER_HEIGHT','DEFAULT_WORKSHEET_COLUMN_WIDTH','setActiveSheet','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','embedChildUnitId','getBoardPointFromClient','[data-u-comp=\x22base-view-tab-more\x22]','_sessions','_rendering','Plugin','resolveDocsCustomBlockRenderViewport','SheetsNotePopupService','preventBrowserZoomInContainers','status','outline','loading','doc-block','resolveBoardWheelViewportAction','align-items:center','element','getAllObjects','_touchServices','ISheetHostChromeOverrideService','data-embed-interaction-boundary-owner','_syncClosedPortalInputGuard','Docs','useInjector','viewportPanOffset','[data-embed-runtime-focus-role]','setAnchor','MutationObserver','closeRecordDetail','__editor_','_runtimeScopeService','EMBED_MOUNT_CHILD_TYPE_MISMATCH','_rootsByHostAnchorId','slideElementToDrawing','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','setContextValue','code','embedChildRenderUnitId','_markInteractionBoundaryOwnerTree','mount','IBoardElementStateService','_resolveTabViewportSize','load','activeIndex','preventDefault','EmbedActivationService','BasesTableListBlock','createChild','embed-float-dom-live','hasHostPreservingChildFocusLeaseForHost','activeElement','viewSettings','_relocateExistingSession','getDirection','_preloadImage','function','defaultRowHeight','label','recordId','objectFit','exit','932736HDFQHX','documentElement','clipPath','sheets-sheet-tab','disposeWithMe','setSelection','activationService','localeChanged$','embed-ui.sheetsFloating.toolbar.mergeCell.main','headerActionItem','createDocsCustomBlockHostAdapterContribution','startRow','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','pointerleave','append','_exited$','1.0.0-beta.2','HTMLElement','embed-float-dom-live-content','scopedRenderInjector','_isBlockingLease','dropdown','listbox','search','removeAttribute','getRuntimeScopedDependencies','classList','replace','some','ArrowRightIcon','IBaseClipboardService','zoomFactor','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','src','index','\x20/\x20','EmbedFullscreenService','hideHostFxBar','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','SetBaseScrollOperation','UniverLicensePlugin','docsSheetLikeLayout','supportedLayouts','embed-ui.boardsFloating.fitContent','makeDirty','get','triggerContextMenu','ALL','docs-custom-block','Gantt','detail','PRINTING_RANGE','getMenuByPositionKey','_getSlideModel','externalHostInteractionUntil','appendChild','CanvasPopupService','!univer-p-1','pointerup','unmountFloatingSessions','TruncationIcon','scope','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','_focusTemporarySink','shouldSuppressHostInteraction','has','sceneSourceScale','_docViewScaleService','ISlideEmbedFocusOwnerService','embed-ui.basesFloating.confirmDelete.viewTitle','base-workbench','SetRangeFontSizeCommand','clearActiveEditing','child-scroll','Inject','virtualWidth','_sync','pending','querySelector','registerContext','IBoardUIStateService','createBasesTableListBlockHostAdapterContribution','stale','IBaseProjectionService','getVerticalScroll','UNIVER_DOC','embed-ui.sheetsFloating.toolbar.resetColor','hostUnitId','sheetLike','LEFT','getRegistration','ISlideEmbedFloatingActiveService','_assertResolvedChild','object','_rectContainsPoint','CloseBasePanelOperation','data-embed-id','disabled$','activeTableId','cancelAnimationFrame','map','slideModel','HorizontalMergeIcon','sourcePageType','clientY','registerRoot','top','deltaX','divider-format','setAttribute','BoardElementType','getEmbedBoardsFloatingCustomData','embedRenderScopeActive','_passiveViewportRegistry','hideToolbar','RenderBaseWorkbench','LeftJustifyingIcon','injector','number','blur','scale(','host-scroll','hostContext','active$','univerInstanceService','getSnapshot','\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','captureByHostAnchorId','LocaleService','recordOrder','deltaMode','host-override','next','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','RibbonInsertGroup','RemoveWorksheetMergeCommand','getImage','elementAdd$','toPrimitive','BaseUIStateService','SelectAllCommand','isChildUnitInActiveSession','DependentOn','deleteConfig','embed-ui.basesFloating.tableSidebar.defaultTableName','embed-runtime-host-lease','updateViewState','activatedTab$','_current','hideParagraphMenu','_getHostUnit','ref','EMBED_MENU_OVERRIDE_TAB_REQUIRED','type','clientX','elementUpdate$','EditorContainer','getDescriptor','BoardPrintCompositionService','_activeDrain','numberFormat','getEmbedSlidesPageCustomData','contribution','ThemeService','slide-workbench','rowHeader','contentHeight','matchMedia','stickyLeftWidth','merge','data-embed-runtime-focus-role','_runtimeScopes','deferInactive','_registerProductUIContributions','SheetsPivotTableUIMenuSchema','[data-u-comp=\x22embed-float-dom-chrome\x22]','0\x20/\x200','_baseUIStateService','AutoFillPopupMenu','BOARDS_UI_PLUGIN_CONFIG_KEY','_configService','routeHostGestures','_mountResolvedHost','-48px','ribbonService','childType','forwardRef','dir','scopedDependencies','then','initialWidth','getProjection','getCurrentSelections','_overlayRootService','_resolveDocPageMetrics','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','identifier:ui.sidebar.service','SHEETS_UI_PLUGIN_CONFIG_KEY','tabIndex','BoardDomLayerService','setCurrentUnitForType','_contextsByChildUnitId','getColVisible','DOCS_UI_PLUGIN_CONFIG_KEY','scrollHeight','call','_claimBodyPortals','VerticalIntegrationIcon','decorate','UndoCommand','identifier:univer.menu-manager-service','expiresAt','restoreService','clearVirtualRecords','setLeftPanelWidth','selectedIds','altKey','wrap','_clearItems','conditions','Sheets','SheetsSheetTab','restoreAnchor','block','getCacheKey','childContext','_isUniverPortalCandidate','fillRect','hasCommand','_activateSheetTabForPrint','IDialogService','inset','EmbedUnitLeasePolicyService','AddWorksheetMergeCommand','createRibbonOverride','LookUp','getSkeleton','resolveDocsTableLikeCustomBlockBleedViewport','scrollWidth','getAncestorScale','translate','SheetsNumfmtUIMenuSchema','deepCompare','_floatingActiveService','selector','ExpandIcon','BORDER_SIZE_CHILDREN','props','hasRecentInteractionFor','getEmbedSheetsTabCustomData','lease','embed-ui.sheetsFloating.toolbar.border.main','EmbedChildViewRegistryService','getPendingRequests','BaseViewType','embed-ui.sheetsFloating.borderLine.borderSize','ArrowLeftIcon','fit-width','disposables','Fragment','hideContextualTab','runtimeFocusOwners','_markRuntimeFocusRole','_leaseAppliesToHostUnit','_getHostSnapshot','childOffset','DEFAULT_EMBED_TAB_LAYOUT_POLICY','DocCanvasPopManagerService','fitContent','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','registerCommand','title','sourceLeft','data-validation','SHEET_VIEWPORT_KEY','setPopupSuppressed','getTypeOfUnitAdded$','_leases','univer-h-8\x20univer-w-full\x20univer-px-2','fontSize','embedSlidesPresentationRuntime','sheets-ui.ribbon','univer-grid\x20univer-gap-0.5','100%','runtimeHost','getDataRealRange','ceil','8px','data-embed-popup-root','getAllUnitsForType','scaleY','IImageIoService','useState','_renderManagerService','_isOwnedElement','slideOrder','_hostContainerRegistry','IncreaseIcon','settleDelayMs','setSearchQuery','event','getByHostAnchorId','getOwnPropertyNames','_refreshHostDocZoom','activateTable','scrollTop','params','updateItem','TOP','univer-min-w-6\x20univer-text-left','_setCurrentUnitForType','stopImmediatePropagation','fields','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','_session$','_cleanupOrdinaryBodyChromeClaims','toDisposable','roots','Nested\x20embed\x20is\x20not\x20supported.','setLeftSidebarVisible','dependencyCollection','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','display:flex','onStarting','runtimeFocusChanged$','SetTextWrapCommand','embed-ui.sheetsFloating.align.middle','HOVER_TRACK_HOST_CLASS_NAME','indexOf','targetTop','locked','token','closeSearch','BaseEditorService','_hostGestureEvents','defaults','getByEmbedId','_getEventClientPoint','verticalScrollOwner','registerOwnedElement','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','univer-gap-0.5\x20univer-px-1','BorderLine','CloseBaseRecordDetailPanelOperation','embedId','_dialogs','DocSkeletonManagerService','mergeMenu','priority','bound','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','identifier:','DropdownMenu','round','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','_rootsByChildUnitId','pageManager','Button','base-embed-actions-surface','slide-readonly-preview-shell','_handleDragStart','PasteCommand','button','[data-board-viewport-host=\x22true\x22]','activateNavigationAtPoint','setFocusOwner','parentId','_isAppShellEditorPortalCandidate','notifyContentSizeChanged','contextChanged$','float','_focusLayout','[data-embed-floating-menu-entry]','content','displayTarget','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','exited$','isDisposed','jsx','createScopedBaseCanvasRootResolverService','UniverEmbedPrintImage','commandId','message','base-embed-fullscreen-view-tabs','__editor___INTERNAL_EDITOR__','viewportScrollX','recalculate','BaseViewIcon','getWidth','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','_resolveHostWheelGestureRoot','role','univer-size-7','filter','medium','getSlide','fill','active','setPreview','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','startWith','SetDocZoomRatioCommand','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','disableLiveHostPointerEvents','__addUnit','endRow','promote','delta','getTransformer','isExternalHostInteraction','passiveViewportRegistry','_registerDefaultHostToolbar','[data-embed-overlay-root]','_providers','inline','getConfig','sheets-exchange-client.operation.import-sheet','top\x20left','description','supports','ISheetBarService','_registerFloatingMenus','EMBED_CHILD_UNIT_ID_ATTRIBUTE','FOCUSING_BOARD','docs-sticky-sheet','contain','ISheetEmbedFloatingGeometryService','_univerInstanceService','closest','BaseEmbedRuntimeRegistryService','pointer','sheet-embed-float-dom-root','syncExecuteCommand','univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','useFactory','setDocsCustomBlockRenderViewportProvider','_elements','GRID_ADD_RECORD_ROW_HEIGHT','allowed','deltaZ','univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','iterateByRow','_refreshTabPeerRender','hostScrollOffset','Empty\x20embed\x20float\x20preview\x20result.','child','documentStyle','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','SetDocZoomRatioOperation','_contextsByHostAnchorId','note','getCurrentTypeOfUnit$','Grid','data-embed-content-root','Subscription','portalContainer','CreateBaseTableCommand','ICanvasPopupService','listSessions','mounted','px\x200)','replaceChildren','test','pageSize','drawImage','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','Image','scrollState','_createMountFocusRestorer','_docPrintRegistered','Sidebar','disposeUnit','_registerLateProductUIContributions','getProvider','defaultPrevented','fullscreenService','pageBreakRanges','sequence','univer-embed-print-hide-scrollbars','BOTTOM','tabindex','embedHostEntry','runtimeScope','hyper-link','useCallback','globalCompositeOperation','SheetsSparklineUIMenuSchema','Injector','_scheduleFloatingChildFocus','registerCtorForType','openRecordDetail','overlayRoot','BoardWorkbench','passiveWheelHandlerRegistry','EmbedHostAdapterRegistryService','EMBED_MOUNT_CHILD_NOT_REGISTERED','flatMap','sourceOffset','registerItem','data-embed-slides-page-list-host','iterator','sheets-ui.embed','DEFAULT_TOTAL_SIZE','registerRuntimeScope','_printPreparationService','resolve','boards-floating-object','FOCUSING_DOC','registerContribution','IBaseHostChromeOverrideService','SetVerticalTextAlignCommand','sheet.operation.open.numfmt.panel','Documents','destination-over','useObservable','floating','ConfigContext','addDescriptor','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','aside','items','_focusUnit','stable','query','collapseViewportHeight','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','FOCUSING_UNIVER_EDITOR','visibleCanvasHeight','UniverPrintingContext','registerComponent','close','fallbackWidth','univer-z-[21]','translateY(','[data-u-comp=\x22embed-docs-custom-block\x22]','embed-ui.basesFloating.confirmDelete.viewDescription','getId','stage-change','RibbonPosition','tab-active','BaseUIPopupService','_domLayerService','subUnitId','-52px','univer.embed.forwarded-wheel-event','bleedLeft','state$','data-embed-host-unit-id','refCount','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','isArray','_resolveFloatingSurfaceRoot','enableExclusivePolicy','ICanvasColorService','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','CreateBaseViewCommand','IBaseUIPopupService','AddWorksheetMergeVerticalCommand','getState','Missing\x20embed\x20float\x20preview\x20provider:\x20','MergeAllIcon','base-embed-view-slot','embedSlidesPresentationSurface','_suspendTabPeerHostRender','embed-float-dom-interaction-gate','_registerRootPopupDescendantFocusRoles','UniverInstanceType','removeProperty','missing-descriptor','manual','pointermove','delete','documentFlavor','embed-ui.sheetsFloating.textWrap.wrap','embed-ui.sheetsFloating.textWrap.overflow','pointercancel','univer-doc-selection-container-__INTERNAL_EDITOR__','univer-fill-gray-900\x20dark:!univer-fill-gray-0','set','width','listElements','stage','connectInjector','_releaseBodyPortalClaims','FOCUSING_SLIDE','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','_disposed','trim','table-list','default','getTypeOfUnitDisposed$','_drainQueue','resourceCollector','_prepareDescriptor','subscribeConfigValue$','OpenBaseContextMenuOperation','cellHasValue','embedChildRenderMode','getGridProjectionBodyHeight','enableVertical','isolate','bleedRight','createScoped','hasAttribute','_isRuntimeFocusRole','segments','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','right','Ribbon','hasBlockingChildFocusLease','_resolveChildSessionMode','race','getValue','fieldSettings','#b91c1c','getHorizontalScroll','_isHTMLElement','resolveSlideLogicalPageSize','deactivate','_sortHandlers','_isBodyPortalCandidate','calendarViewSettings','[data-u-comp=\x22embed-float-dom-content\x22]','deactivateFloatingSession','layoutPolicy','deferred','_restorePreviousChildCurrentUnit','passThroughInteractionGate','mountMenu','join','MenuManagerPosition','Dropdown','initial','VIEW_MAIN','5507980sBWsiD','defaultPageSize','CreateEmbedCommand','getAnchor','base-embed-view-panel','clearTab','BoardTextEditingService','handleWheel','ILayoutService','calculatePagePosition','innerWidth','[data-embed-interaction-boundary-owner=\x22','useValue','wheel','disposed','SheetsShapeUIContextualRibbonSchema','getContext','_activePortalOwners','startedAt','docs-','resize','MoveBaseViewCommand','WrapStrategy','DocsCustomBlock','chart','MetaKeys','base-embed-fullscreen-add-view-menu','span','_undoRedoService','maxRetries','[data-embed-floating-menu-popup=\x22true\x22]','finally','renderPreview','WRAP','embed-ui.boardsFloating.zoomOut','KeyCode','CUSTOM_BLOCK','SetCellEditVisibleOperation','targetLeft','with','clearTimeout','_embedPrintService','NoColorDoubleIcon','_geometryInvalidated$','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','hasAnyChildInteractionLease','maxExpansion','HorizontallyIcon','_contextService','asObservable','BoardsFloatingObject','#app','getData','mouseleave','SetRangeFontFamilyCommand','tab-peer-runtime','_focusDocumentBody','readonly','_boardPrintCompositionService','DATA','aspect-fit','embed-ui.fullscreen.exit','footerSlot','zoom','VIEW','_registerDocPrinting','tableOrder','scroll','_childUnitIds','querySelectorAll','mode','univer-w-44\x20!univer-bg-gray-0\x20!univer-text-gray-900\x20dark:!univer-bg-gray-0\x20dark:!univer-text-gray-900','viewId','addEventListener','removeAllRanges','_getActiveOwnedRuntimeFocusInfo','hidden','[data-embed-float-content=\x22true\x22]','containers','ISlideDrawingStateService','GRID_SUMMARY_HEIGHT','fromScale','menuChanged$','parseResourceRef','closeActiveEditor','bind','General','scrollByViewportDeltaVal','complete','hostElement','PARAGRAPH','max-depth','onHostWheel','_maxDepth','setProperty','unit','_captureMountedCanvas','conditional-formatting','NoBorderIcon','sceneCanvasCaptureService','materializeDescriptor','padding','THIN','data-radix-popper-content-wrapper','clearUnit','ISlideEmbedFloatDomRenderer','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','setZoomRatioAtViewportPoint','menuContainer','area','[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]','getZoomRatio','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','sheet.command.smart-toggle-filter','FOCUSING_COMMON_DRAWINGS','cycle','div','syncHostVerticalScroll','getSettings','getStickyHeaderHeight','_observeWheel','getDocumentStyle','RIBBON','hideTrackWhenUnscrollable','reduce','scroll-contained','clip-path','_pendingChildUnits','getFlatMenuByPositionKey','list','elementRemove$','OneToOneIcon','previewRequested$','IRibbonService','_enableEmbedUnitLeasePolicy','deleteBlock','registerContainerElement','removeRender','contentRoot','divider-font','hostType','univer-contents','_getChildUnitForMeasurement','VerticalAlign','getResourceRefInputUnitSelector','bleedWidth','placeholder','embedFullscreenStatus','getContextByHostAnchorId','configChanged$','getSlides','textColor','DocFloatMenuService','position','getScrollBar','_ownedRuntimeFocusAppliesToHost','getAncestryForHostUnit','_wheelScrollService','selectElements','findIndex','selections','pageContentWidth','subscribeVerticalScroll','8625PlTtyh','data-embed-slides-floating-object-host','disposable','hidePopupsForUnit','_resolvedChildUnits','embed-ui.slidesFloating.selectSlide','touchAction','box-sizing:border-box','univer-pointer-events-none','CheckMarkIcon','runtimeSessionChanged$','_markExistingBodyPortals','BorderStyleTypes','embed-float-dom-content','pipe','pageStride','SKIP_SELF','UNIVER_SLIDE','bold','idleMs','BorderType','docDrawingPositionToTransform','[id^=\x22univer-doc-selection-container-docs-\x22]','focusin','acquire','sheets-floating-object','blockRegistry','mainComponent','hideFloatMenu','AlignTopIcon','.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]','_mountOwnedSession','setTimeout','mountIntoHostElement','releaseSessionFocus','IContextService','popup','click','zoomStep','item','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','owner','floating-menu','isChildUnitRuntimeEvent','_contentSizeRegistry','collectDocsTableLikeEmbedChildUnitIds','EMBED_DUPLICATE_CHILD_UNIT','true','univer-block\x20univer-w-full','_resolveCompleteCaptureOptions','onReady','contentBodyHeight','dpr','moved','Base','collapsedGroupPaths','invalidate','useRef','child-tab','identifier','_currentOverride','_syncHostPopupVisibility','SheetsNoteAttachmentController','clearSelectedObjects','pageWidth','Escape'];_0x5400=function(){return _0x47f0c0;};return _0x5400();}function Bd(_0x296022){const _0x39e115=_0x1ed4d3;var _0x2886ba,_0x591717,_0x111a9a;let _0x3b15c3=(_0x2886ba=_0x296022['getSnapshot'])==null?void 0x0:_0x2886ba[_0x39e115(0x5db)](_0x296022)[_0x39e115(0x635)];return Array[_0x39e115(0x737)](_0x3b15c3)&&_0x3b15c3['length']>0x0?_0x3b15c3:((_0x591717=(_0x111a9a=_0x296022[_0x39e115(0x673)])[_0x39e115(0x821)])==null?void 0x0:_0x591717[_0x39e115(0x5db)](_0x111a9a)[_0x39e115(0x572)](_0x52cf30=>_0x52cf30['getId']())[_0x39e115(0x699)](Boolean))??[];}function Vd(_0x4ac250){const _0x48e490=_0x1ed4d3;us(_0x4ac250,_0x48e490(0x963),Hd);}function Hd(_0x2c17ef){const _0xfc7ff0=_0x1ed4d3;let _0x131aa7=_0x2c17ef[_0xfc7ff0(0x53b)](t[_0xfc7ff0(0x6ff)]),_0x360f05=_0x2c17ef[_0xfc7ff0(0x53b)](yt),_0x331044=_0x2c17ef[_0xfc7ff0(0x53b)](_t),_0x441b30=_0x2c17ef[_0xfc7ff0(0x53b)](V),_0x3fa0f4=_0x2c17ef[_0xfc7ff0(0x53b)](vt),_0x170c14=_0x2c17ef['get'](Ur),_0x332596=_0x2c17ef[_0xfc7ff0(0x53b)](ii),_0x2bc8f8=_0x2c17ef['get'](ss),_0x2eca69=_0x2c17ef[_0xfc7ff0(0x54f)](t['EmbedHostAnchorModelService'])?_0x2c17ef[_0xfc7ff0(0x53b)](t['EmbedHostAnchorModelService']):void 0x0,_0x1bcbea=_0x2c17ef[_0xfc7ff0(0x54f)](a[_0xfc7ff0(0x90d)])?_0x2c17ef[_0xfc7ff0(0x53b)](a[_0xfc7ff0(0x90d)]):void 0x0;_0x2c17ef['has'](S['ISlideEmbedRuntimeService'])||_0x2c17ef['add']([S[_0xfc7ff0(0x2af)],{'useFactory':()=>Ud({'embedModelService':_0x2c17ef['get'](t[_0xfc7ff0(0x3b9)]),'mountService':_0x2c17ef[_0xfc7ff0(0x53b)](Ut),'activationService':_0x2c17ef[_0xfc7ff0(0x53b)](Kt),'blockRegistry':_0x2c17ef[_0xfc7ff0(0x53b)](V),'restoreService':_0x2c17ef[_0xfc7ff0(0x53b)](Gr),'previewService':_0x2c17ef[_0xfc7ff0(0x53b)](Ur),'runtimeHostLeaseService':_0x2c17ef[_0xfc7ff0(0x53b)](pa),'passiveViewportRegistry':_0x2c17ef[_0xfc7ff0(0x53b)](ii),'passiveWheelHandlerRegistry':_0x2c17ef[_0xfc7ff0(0x53b)](ai),'univerInstanceService':_0x1bcbea,'sceneCanvasCaptureService':_0x2c17ef[_0xfc7ff0(0x54f)](At)?_0x2c17ef[_0xfc7ff0(0x53b)](At):void 0x0})}]),_0x2c17ef[_0xfc7ff0(0x54f)](S[_0xfc7ff0(0x569)])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x569)],{'useFactory':()=>_0x2c17ef['get'](le)}]),_0x2c17ef[_0xfc7ff0(0x54f)](S[_0xfc7ff0(0x463)])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x463)],{'useFactory':()=>_0x2c17ef['get'](Ut)}]),_0x2c17ef['has'](S[_0xfc7ff0(0x94d)])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x94d)],{'useFactory':()=>_0x2c17ef[_0xfc7ff0(0x53b)](Kt)}]),_0x2c17ef[_0xfc7ff0(0x54f)](S[_0xfc7ff0(0x552)])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x552)],{'useFactory':()=>_0x2c17ef[_0xfc7ff0(0x53b)](t['EmbedFocusOwnerService'])}]),_0x2c17ef[_0xfc7ff0(0x54f)](S['ISlideEmbedRuntimeFocusCoordinator'])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x925)],{'useFactory':()=>_0x2c17ef['get'](G)}]),_0x2c17ef['has'](S['ISlideEmbedFloatDomRenderer'])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x7f4)],{'useFactory':()=>({'render':_0x74d419=>{let {data:_0x5a8764}=_0x74d419;return(0x0,d['createElement'])(la,{..._0x74d419,'data':_0x5a8764});}})}]),[(0x0,t[_0xfc7ff0(0x4b9)])(_0x2eca69,_0x1bcbea,()=>_0x2c17ef[_0xfc7ff0(0x54f)](g['ISlideDrawingService'])?_0x2c17ef['get'](g[_0xfc7ff0(0x42f)]):void 0x0),sd(_0x2eca69,_0x1bcbea,_0x2c17ef[_0xfc7ff0(0x53b)](S[_0xfc7ff0(0x2af)]))]['forEach'](_0x209cc0=>{const _0x194844=_0xfc7ff0;_0x131aa7['get'](_0x209cc0['hostType'],_0x209cc0['entry'])||_0x131aa7[_0x194844(0x22c)](_0x209cc0);}),[cd(),ld()]['forEach'](_0x4b37dd=>{const _0x183452=_0xfc7ff0;_0x360f05[_0x183452(0x53b)](_0x4b37dd[_0x183452(0x817)],_0x4b37dd[_0x183452(0x8bf)])||_0x360f05[_0x183452(0x22c)](_0x4b37dd);});let _0x4d6f04=pd(_0x2c17ef[_0xfc7ff0(0x53b)](a[_0xfc7ff0(0x8e6)]));_0x331044[_0xfc7ff0(0x53b)](_0x4d6f04[_0xfc7ff0(0x5c7)])||_0x331044['register'](_0x4d6f04);let _0x5e12f1=td();_0x441b30[_0xfc7ff0(0x53b)](_0x5e12f1[_0xfc7ff0(0x5c7)])||_0x441b30[_0xfc7ff0(0x22c)](_0x5e12f1),ad()[_0xfc7ff0(0x360)](_0x497929=>{const _0xaab54b=_0xfc7ff0;_0x3fa0f4['hasExact'](_0x497929[_0xaab54b(0x817)],_0x497929[_0xaab54b(0x8bf)],_0x497929[_0xaab54b(0x5c7)])||_0x3fa0f4[_0xaab54b(0x22c)](_0x497929);}),_0x170c14['registerProvider'](_0x2c17ef[_0xfc7ff0(0x8e3)](yd)),_0x332596[_0xfc7ff0(0x53b)](a[_0xfc7ff0(0x747)][_0xfc7ff0(0x83f)])||_0x332596[_0xfc7ff0(0x22c)](fd()),_0x2bc8f8[_0xfc7ff0(0x53b)](a[_0xfc7ff0(0x747)][_0xfc7ff0(0x83f)])||_0x2bc8f8[_0xfc7ff0(0x22c)](_0x2c17ef[_0xfc7ff0(0x8e3)](Rd));}function Ud(_0x2b214a){const _0x56ea05=_0x1ed4d3;return{'mountPageList':_0xbf3e54=>{const _0x1363e8=_0x54e0;var _0x248eae,_0x48986f;let _0x358267={'embedId':_0xbf3e54[_0x1363e8(0x666)],'hostUnitId':_0xbf3e54[_0x1363e8(0x565)],'hostType':a[_0x1363e8(0x747)]['UNIVER_SLIDE'],'entry':_0x1363e8(0x204),'hostAnchorId':_0xbf3e54[_0x1363e8(0x253)],'childUnitId':_0xbf3e54[_0x1363e8(0x442)],'childType':_0xbf3e54[_0x1363e8(0x5c7)],'source':{'unitType':_0xbf3e54[_0x1363e8(0x5c7)],'ref':{'file':{'kind':t[_0x1363e8(0x238)]['SELF']},'unit':{'selector':_0xbf3e54[_0x1363e8(0x442)],'type':(0x0,t[_0x1363e8(0x32e)])(_0xbf3e54[_0x1363e8(0x5c7)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x4b8601=(_0x248eae=(_0x48986f=_0x2b214a[_0x1363e8(0x216)])[_0x1363e8(0x28a)])==null?void 0x0:_0x248eae['call'](_0x48986f,_0xbf3e54[_0x1363e8(0x666)]),_0x30be7b=()=>{const _0x109c6c=_0x1363e8;var _0x531e25,_0x4c0217;((_0x531e25=(_0x4c0217=_0x2b214a[_0x109c6c(0x216)])['getSession'])==null||(_0x531e25=_0x531e25[_0x109c6c(0x5db)](_0x4c0217,_0xbf3e54[_0x109c6c(0x666)]))==null?void 0x0:_0x531e25[_0x109c6c(0x7e4)])===_0xbf3e54['hostElement']&&(_0x2b214a[_0x109c6c(0x514)][_0x109c6c(0x790)](_0xbf3e54[_0x109c6c(0x666)]),_0x2b214a[_0x109c6c(0x216)][_0x109c6c(0x228)](_0xbf3e54[_0x109c6c(0x666)]));};return(_0x4b8601==null?void 0x0:_0x4b8601[_0x1363e8(0x565)])===_0xbf3e54[_0x1363e8(0x565)]&&_0x4b8601[_0x1363e8(0x8bf)]===_0x1363e8(0x204)&&_0x4b8601[_0x1363e8(0x442)]===_0xbf3e54[_0x1363e8(0x442)]&&_0x4b8601[_0x1363e8(0x7e4)]===_0xbf3e54[_0x1363e8(0x7e4)]?(_0x2b214a[_0x1363e8(0x514)][_0x1363e8(0x4b1)](_0x358267),(0x0,a['toDisposable'])(_0x30be7b)):(_0x2b214a[_0x1363e8(0x216)][_0x1363e8(0x84f)](_0x358267,_0xbf3e54[_0x1363e8(0x7e4)]),_0x2b214a[_0x1363e8(0x514)][_0x1363e8(0x4b1)](_0x358267),(0x0,a[_0x1363e8(0x64a)])(_0x30be7b));},'mountFloatingObject':_0x5c64b0=>{const _0x580cea=_0x54e0;let _0x5679e2=_0x2b214a[_0x580cea(0x8e9)][_0x580cea(0x5ab)](_0x5c64b0[_0x580cea(0x565)],_0x5c64b0[_0x580cea(0x666)])??{'embedId':_0x5c64b0['embedId'],'hostUnitId':_0x5c64b0[_0x580cea(0x565)],'hostType':a[_0x580cea(0x747)][_0x580cea(0x83f)],'entry':_0x580cea(0x3ab),'hostAnchorId':_0x5c64b0[_0x580cea(0x253)],'childUnitId':_0x5c64b0[_0x580cea(0x442)],'childType':_0x5c64b0['childType'],'source':{'unitType':_0x5c64b0[_0x580cea(0x5c7)],'ref':{'file':{'kind':t[_0x580cea(0x238)][_0x580cea(0x427)]},'unit':{'selector':_0x5c64b0[_0x580cea(0x442)],'type':(0x0,t['toResourceRefUnitType'])(_0x5c64b0[_0x580cea(0x5c7)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x580cea(0x808),'fullscreen':!0x0},'tab':!0x1}};return _0x2b214a[_0x580cea(0x216)][_0x580cea(0x84f)](_0x5679e2,_0x5c64b0[_0x580cea(0x7e4)]),(0x0,a[_0x580cea(0x64a)])(()=>{const _0x183c7e=_0x580cea;_0x2b214a['mountService']['unmount'](_0x5c64b0[_0x183c7e(0x666)]);});},'clearAndUnmount':_0x3ca95e=>{const _0x19b969=_0x54e0;_0x2b214a[_0x19b969(0x514)][_0x19b969(0x790)](_0x3ca95e),_0x2b214a['mountService'][_0x19b969(0x228)](_0x3ca95e);},'unmountFloatingSessions':_0xefd4c1=>{const _0x34a11c=_0x54e0;_0x2b214a[_0x34a11c(0x216)][_0x34a11c(0x6db)]()['filter'](_0x24cdf4=>_0x24cdf4[_0x34a11c(0x565)]===_0xefd4c1&&_0x24cdf4[_0x34a11c(0x8bf)]==='slides-floating-object')[_0x34a11c(0x360)](_0x316a05=>_0x2b214a[_0x34a11c(0x216)][_0x34a11c(0x228)](_0x316a05[_0x34a11c(0x666)]));},'listSessions':()=>_0x2b214a[_0x56ea05(0x216)][_0x56ea05(0x6db)]()['map'](_0x3f142a=>({'embedId':_0x3f142a[_0x56ea05(0x666)],'hostUnitId':_0x3f142a[_0x56ea05(0x565)],'entry':_0x3f142a[_0x56ea05(0x8bf)],'childType':_0x3f142a['childType'],'childUnitId':_0x3f142a[_0x56ea05(0x442)]})),'capturePreviewByHostAnchorId':(_0x104914,_0x8190b4)=>Wd(_0x2b214a,_0x104914,_0x8190b4),'mountPresentationEmbed':_0x2829e9=>Ed(_0x2b214a,_0x2829e9)};}async function Wd(_0x42dfa9,_0x4f31be,_0x10017d){const _0x539335=_0x1ed4d3;var _0x1431c4,_0x2f5bd5,_0x120934;let _0x10b50a=(_0x1431c4=_0x42dfa9[_0x539335(0x7ee)])==null?void 0x0:_0x1431c4[_0x539335(0x81f)](_0x4f31be);_0x10b50a&&await wa(_0x10b50a);let _0x32db05=await((_0x2f5bd5=_0x42dfa9[_0x539335(0x7ee)])==null?void 0x0:_0x2f5bd5[_0x539335(0x58d)](_0x4f31be));if(_0x32db05)return Id(_0x32db05);if(!_0x10017d)return;let _0x4eb6bc=await Kd(_0x42dfa9,_0x4f31be,_0x10017d);if(!_0x4eb6bc)return;let _0x589a95=_0x4eb6bc[_0x539335(0x442)]??_0x10017d[_0x539335(0x442)],_0x37cc1b=_0x4eb6bc[_0x539335(0x5c7)]??_0x10017d[_0x539335(0x5c7)];if(!_0x589a95||_0x37cc1b==null)return;let _0x419b68=Gd(_0x42dfa9,_0x4eb6bc,_0x4f31be,_0x10017d),_0x40e461=_0x42dfa9[_0x539335(0x985)]['requestPreview']({'descriptor':{..._0x4eb6bc,'mode':_0x539335(0x7c4)},'childUnitId':_0x589a95,'childType':_0x37cc1b,'width':_0x419b68[_0x539335(0x754)],'height':_0x419b68[_0x539335(0x33c)],'dpr':Math[_0x539335(0x287)](0x1,Math[_0x539335(0x451)](0x3,_0x10017d[_0x539335(0x862)])),'reason':_0x539335(0x789),'context':(_0x120934=_0x42dfa9[_0x539335(0x7ee)])==null?void 0x0:_0x120934[_0x539335(0x81f)](_0x4f31be)}),_0x4c9430=_0x40e461['image']?Id(_0x40e461[_0x539335(0x8f8)]):void 0x0;return _0x40e461[_0x539335(0x4db)]===_0x539335(0x55b)?qd(_0x42dfa9[_0x539335(0x985)],_0x40e461,_0x589a95):_0x4c9430;}function Gd(_0x3f6993,_0x519a62,_0x4090d5,_0x4c556b){const _0x5c739b=_0x1ed4d3;var _0x2eca2f,_0x4ed49e;let _0x305b5a={'width':Math[_0x5c739b(0x287)](0x1,_0x4c556b['width']),'height':Math[_0x5c739b(0x287)](0x1,_0x4c556b[_0x5c739b(0x33c)])};if(_0x519a62[_0x5c739b(0x8bf)]!==t['EmbedHostEntryEnum'][_0x5c739b(0x9cc)])return _0x305b5a;let _0x17d0ee=(_0x2eca2f=_0x3f6993[_0x5c739b(0x58a)])==null?void 0x0:_0x2eca2f['getUnit'](_0x4c556b[_0x5c739b(0x565)],a[_0x5c739b(0x747)]['UNIVER_SLIDE']);if(!_0x17d0ee)return _0x305b5a;let _0x539b62=(_0x4ed49e=_0x17d0ee[_0x5c739b(0x673)][_0x5c739b(0x69b)](_0x4090d5))==null?void 0x0:_0x4ed49e[_0x5c739b(0x7bf)](),_0x3be225=(0x0,S['resolveSlideLogicalPageSize'])((_0x539b62==null?void 0x0:_0x539b62['pageSize'])??_0x17d0ee[_0x5c739b(0x58b)]()['defaultPageSize']);return{'width':Math[_0x5c739b(0x287)](0x1,_0x3be225[_0x5c739b(0x754)]),'height':Math[_0x5c739b(0x287)](0x1,_0x3be225[_0x5c739b(0x33c)])};}async function Kd(_0x2d28a1,_0xcdda91,_0x4027a1){const _0x13f9a7=_0x1ed4d3;let _0x8568ba=_0x2d28a1[_0x13f9a7(0x8e9)][_0x13f9a7(0x5ab)](_0x4027a1['hostUnitId'],_0x4027a1[_0x13f9a7(0x666)])??Fd({'hostUnitId':_0x4027a1[_0x13f9a7(0x565)],'embedId':_0x4027a1['embedId'],'hostAnchorId':_0xcdda91,'childUnitId':_0x4027a1[_0x13f9a7(0x442)],'childType':_0x4027a1[_0x13f9a7(0x5c7)],'entry':t[_0x13f9a7(0x224)][_0x13f9a7(0x9cc)]});if(_0x8568ba){try{_0x8568ba=await _0x2d28a1['restoreService'][_0x13f9a7(0x7ef)]({'descriptor':_0x8568ba});}catch{}return _0x8568ba;}}function qd(_0x20787b,_0x119e63,_0x99efcd){return new Promise(_0x37e865=>{const _0x2f41d1=_0x54e0;let _0x4f36b2=!0x1,_0x189c15,_0x1951b0,_0x4e1ebb=_0x411628=>{const _0x4a72c3=_0x54e0;_0x4f36b2||(_0x4f36b2=!0x0,globalThis[_0x4a72c3(0x7b3)](_0x1951b0),_0x189c15==null||_0x189c15[_0x4a72c3(0x465)](),_0x37e865(_0x411628));};_0x1951b0=globalThis['setTimeout'](()=>_0x4e1ebb(void 0x0),0x1388),_0x189c15=_0x20787b['previewUpdated$'][_0x2f41d1(0x49c)]({'next':_0x35b17d=>{const _0x520908=_0x2f41d1;_0x35b17d[_0x520908(0x666)]!==_0x119e63[_0x520908(0x666)]||_0x35b17d['childUnitId']!==_0x99efcd||_0x35b17d[_0x520908(0x3bc)]<_0x119e63['revision']||_0x35b17d[_0x520908(0x4db)]===_0x520908(0x55b)||_0x4e1ebb(_0x35b17d['image']?Id(_0x35b17d[_0x520908(0x8f8)]):void 0x0);},'complete':()=>_0x4e1ebb(void 0x0)});});}function Jd(_0x5b0a40){Tl(_0x5b0a40),Wu(_0x5b0a40),Vd(_0x5b0a40),Hc(_0x5b0a40),il(_0x5b0a40);}function Yd(_0x11f8dd){Wc(_0x11f8dd);}const Xd=[0x0,0x10,0x64,0x12c,0x3e8];async function Zd(_0x40d495,_0x314ff1){const _0x4f4832=_0x1ed4d3;var _0xf3b9b6;let {instanceService:_0x854028,childUnitId:_0x1272e6,childType:_0x22218d,restoreUnitId:_0x21f017,shouldRestore:_0x163328,settleDelayMs:_0x3c7ddc=0x10,deferredRestoreDelaysMs:_0x87eb39=_0x21f017?Xd:[]}=_0x40d495,_0x2a337a=_0x854028['getCurrentUnitOfType'](_0x22218d),_0x520711=((_0xf3b9b6=_0x854028[_0x4f4832(0x3a5)]())==null?void 0x0:_0xf3b9b6['getUnitId']())??null??_0x21f017??null;_0x854028[_0x4f4832(0x5d6)](_0x1272e6),_0x854028['focusUnit'](_0x1272e6);let _0x2c16f0=()=>{const _0x41ae25=_0x4f4832;_0x163328&&!_0x163328()||(_0x2a337a&&_0x2a337a[_0x41ae25(0x872)]()!==_0x1272e6&&_0x854028[_0x41ae25(0x5d6)](_0x2a337a[_0x41ae25(0x872)]()),_0x21f017&&_0x854028[_0x41ae25(0x5d6)](_0x21f017),_0x854028['focusUnit'](_0x520711));};try{let _0x4297a6=await _0x314ff1();return _0x3c7ddc>0x0&&await Qd(_0x3c7ddc),_0x4297a6;}finally{_0x2c16f0(),$d(_0x2c16f0,_0x87eb39);}}function Qd(_0x179e1a){return new Promise(_0x3f4ccb=>setTimeout(_0x3f4ccb,_0x179e1a));}function $d(_0x532552,_0x5bfe32){const _0x262b8d=_0x1ed4d3;_0x5bfe32[_0x262b8d(0x360)](_0x25cd29=>{const _0x2a10c1=_0x262b8d;globalThis[_0x2a10c1(0x84e)](_0x532552,_0x25cd29);});}const ef=new WeakMap();let tf=0x0;function nf(_0x4b3be9,_0x410ad9){const _0x258915=_0x1ed4d3;return _0x4b3be9['has'](sf)?_0x4b3be9[_0x258915(0x53b)](sf)['register'](_0x410ad9):af(_0x4b3be9,_0x410ad9);}function rf(_0x29f24b){const _0x141069=_0x1ed4d3;if(!_0x29f24b[_0x141069(0x54f)](sf))return;let _0x9b73a5=ef['get'](_0x29f24b);_0x9b73a5!=null&&_0x9b73a5['size']&&([..._0x9b73a5[_0x141069(0x3e4)]()][_0x141069(0x481)]((_0x4fbf9a,_0x2aac93)=>_0x4fbf9a[_0x141069(0x530)]-_0x2aac93[_0x141069(0x530)])[_0x141069(0x360)](({contribution:_0x160387})=>nf(_0x29f24b,_0x160387)),ef[_0x141069(0x74c)](_0x29f24b));}function af(_0x875040,_0x302676){const _0x17bc44=_0x1ed4d3;let _0x21b117={'contribution':_0x302676,'index':tf++},_0x3e535d=of(_0x302676,_0x21b117[_0x17bc44(0x530)]),_0x8fcd69=_0x875040,_0x701e1e=ef[_0x17bc44(0x53b)](_0x8fcd69)??new Map();return _0x701e1e['set'](_0x3e535d,_0x21b117),ef[_0x17bc44(0x753)](_0x8fcd69,_0x701e1e),(0x0,a[_0x17bc44(0x64a)])(()=>{const _0x2b37aa=_0x17bc44;let _0x35ae59=ef['get'](_0x8fcd69);(_0x35ae59==null?void 0x0:_0x35ae59[_0x2b37aa(0x53b)](_0x3e535d))===_0x21b117&&_0x35ae59[_0x2b37aa(0x74c)](_0x3e535d);});}function of(_0x2f0fdb,_0x3dc007){const _0x41ca92=_0x1ed4d3;return _0x2f0fdb['id']?_0x2f0fdb[_0x41ca92(0x5c7)]+':'+_0x2f0fdb['id']:_0x2f0fdb[_0x41ca92(0x5c7)]+':anonymous:'+_0x3dc007;}let sf=class{constructor(_0x4d0be2,_0x5f6f4f){const _0x30e90b=_0x1ed4d3;this[_0x30e90b(0x3ee)]=_0x4d0be2,this[_0x30e90b(0x4c1)]=_0x5f6f4f,B(this,'_contributions',new Map()),B(this,'_nextIndex',0x0);}[_0x1ed4d3(0x22c)](_0x5c32d4){const _0x830470=_0x1ed4d3;if(_0x5c32d4['id']&&this[_0x830470(0x31d)](_0x5c32d4[_0x830470(0x5c7)],_0x5c32d4['id']))return(0x0,a['toDisposable'])(()=>{});let _0x23d6b8={'contribution':_0x5c32d4,'index':this[_0x830470(0x344)]++},_0x14a002=this[_0x830470(0x232)][_0x830470(0x53b)](_0x5c32d4['childType'])??[];return _0x14a002[_0x830470(0x2fa)](_0x23d6b8),_0x14a002[_0x830470(0x481)](cf),this['_contributions']['set'](_0x5c32d4[_0x830470(0x5c7)],_0x14a002),(0x0,a[_0x830470(0x64a)])(()=>{const _0x4e1193=_0x830470;let _0x4465e0=this[_0x4e1193(0x232)][_0x4e1193(0x53b)](_0x5c32d4[_0x4e1193(0x5c7)]);if(!_0x4465e0)return;let _0x449822=_0x4465e0['filter'](_0xb09fcc=>_0xb09fcc!==_0x23d6b8);_0x449822[_0x4e1193(0x9ba)]?this[_0x4e1193(0x232)][_0x4e1193(0x753)](_0x5c32d4[_0x4e1193(0x5c7)],_0x449822):this[_0x4e1193(0x232)][_0x4e1193(0x74c)](_0x5c32d4[_0x4e1193(0x5c7)]);});}[_0x1ed4d3(0x958)](_0x453f55){const _0x1b19ea=_0x1ed4d3;return(this[_0x1b19ea(0x232)]['get'](_0x453f55)??[])[_0x1b19ea(0x572)](_0x3b0e80=>_0x3b0e80[_0x1b19ea(0x5b0)]);}async[_0x1ed4d3(0x24a)](_0x2a85af){const _0x52c911=_0x1ed4d3;let _0xcd1ec0=this[_0x52c911(0x958)](_0x2a85af[_0x52c911(0x5c7)]);_0xcd1ec0[_0x52c911(0x9ba)]&&await Zd({'instanceService':this['_injector'][_0x52c911(0x53b)](a[_0x52c911(0x90d)]),'childUnitId':_0x2a85af['childUnitId'],'childType':_0x2a85af[_0x52c911(0x5c7)],'restoreUnitId':_0x2a85af[_0x52c911(0x3e2)],'settleDelayMs':_0x2a85af[_0x52c911(0x638)],'shouldRestore':()=>!this[_0x52c911(0x4c1)][_0x52c911(0x59b)](_0x2a85af[_0x52c911(0x442)])},async()=>{const _0x2d0358=_0x52c911;for(let _0x307bce of _0xcd1ec0)_0x307bce[_0x2d0358(0x24a)]&&await _0x307bce[_0x2d0358(0x24a)]({'injector':this['_injector'],'childUnitId':_0x2a85af['childUnitId'],'childType':_0x2a85af[_0x2d0358(0x5c7)],'descriptor':_0x2a85af[_0x2d0358(0x3e8)]});});}[_0x1ed4d3(0x31d)](_0x5d61ac,_0x1ce900){const _0xf487ac=_0x1ed4d3;return(this[_0xf487ac(0x232)][_0xf487ac(0x53b)](_0x5d61ac)??[])[_0xf487ac(0x52a)](_0x3adbac=>_0x3adbac['contribution']['id']===_0x1ce900);}};sf=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(a[_0x1ed4d3(0x6f8)])),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(G))],sf);function cf(_0x2906e1,_0xfeda1){const _0x1a13ee=_0x1ed4d3;return(_0x2906e1[_0x1a13ee(0x5b0)][_0x1a13ee(0x259)]??_0x2906e1[_0x1a13ee(0x530)])-(_0xfeda1[_0x1a13ee(0x5b0)][_0x1a13ee(0x259)]??_0xfeda1['index'])||_0x2906e1[_0x1a13ee(0x530)]-_0xfeda1['index'];}function lf(){return[];}let uf=class{constructor(_0x111678,_0x423910){const _0x51c2d2=_0x1ed4d3;this['_focusOwnerService']=_0x111678,this[_0x51c2d2(0x7a7)]=_0x423910;}['pushUndoRedoForChild'](_0x190ad3){const _0x48ac53=_0x1ed4d3;let _0x4efea9=this[_0x48ac53(0x3e9)](_0x190ad3['unitID']);return this[_0x48ac53(0x7a7)][_0x48ac53(0x934)]({..._0x190ad3,'unitID':_0x4efea9}),{'stackUnitId':_0x4efea9,'routedToHost':_0x4efea9!==_0x190ad3['unitID']};}[_0x1ed4d3(0x3e9)](_0x1c8adc){const _0xda9f97=_0x1ed4d3;let _0x2045f0=this[_0xda9f97(0x404)]['getFocusOwner']();return!_0x2045f0||_0x2045f0[_0xda9f97(0x442)]!==_0x1c8adc?_0x1c8adc:_0x2045f0[_0xda9f97(0x565)];}};uf=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x95b)])),J(0x1,a['IUndoRedoService'])],uf);let df=class extends a[_0x1ed4d3(0x4d7)]{constructor(_0x1cb14a=ir,_0x1d9450,_0x547e66,_0x5cf341){const _0x191184=_0x1ed4d3;super(),this[_0x191184(0x9c8)]=_0x1cb14a,this[_0x191184(0x3ee)]=_0x1d9450,this['_configService']=_0x547e66,this[_0x191184(0x6bb)]=_0x5cf341;let {..._0x3c75c6}=(0x0,a[_0x191184(0x5b7)])({},ir,this[_0x191184(0x9c8)]);this['_configService'][_0x191184(0x899)]('embed-ui.config',_0x3c75c6);}[_0x1ed4d3(0x651)](){const _0x4c7cb6=_0x1ed4d3;this[_0x4c7cb6(0x811)](),this[_0x4c7cb6(0x251)](),this['_registerProductUIContributions'](),this[_0x4c7cb6(0x6e9)](),this[_0x4c7cb6(0x498)](),this[_0x4c7cb6(0x461)](),this[_0x4c7cb6(0x6b5)](),this[_0x4c7cb6(0x4e3)](),this[_0x4c7cb6(0x6ab)]();}[_0x1ed4d3(0x860)](){const _0x2bf42f=_0x1ed4d3;this[_0x2bf42f(0x461)](),this[_0x2bf42f(0x3ee)][_0x2bf42f(0x53b)](Po);}['_registerServices'](){const _0x24dc1e=_0x1ed4d3;this['_injector']['has'](r[_0x24dc1e(0x414)])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([r['IPrintPreparationService'],{'useClass':r[_0x24dc1e(0x3a0)]}]),this[_0x24dc1e(0x3ee)][_0x24dc1e(0x54f)](i[_0x24dc1e(0x469)])||this['_injector'][_0x24dc1e(0x363)]([i['SlidePrintDrawingTransformService']]),this['_injector']['has'](e['BoardPrintCompositionService'])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([e[_0x24dc1e(0x5ac)]]),[[yt],[Gr],[sf],[To],[Kt],[_t],[V],[le],[Wr],[vt],[Ur],[fa],[Qn],[H],[Xr],[q],[Oo],[ko],[Ao],[Mo],[Po],[rs],[Eo],[Ut],[bt],[ai],[ii],[Fa],[Nn],[ss],[de],[G],[pa],[At],[pe],[uf]][_0x24dc1e(0x360)](_0x50dc52=>this[_0x24dc1e(0x3ee)]['add'](_0x50dc52)),this['_injector'][_0x24dc1e(0x54f)](o[_0x24dc1e(0x497)])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([o[_0x24dc1e(0x497)],{'useFactory':()=>this['_injector'][_0x24dc1e(0x53b)](q)}]),this['_injector']['has'](o[_0x24dc1e(0x285)])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([o[_0x24dc1e(0x285)],{'useFactory':()=>this[_0x24dc1e(0x3ee)][_0x24dc1e(0x53b)](G)}]),this[_0x24dc1e(0x3ee)][_0x24dc1e(0x54f)](s[_0x24dc1e(0x2df)])||this[_0x24dc1e(0x3ee)]['add']([s['ISheetEmbedInteractionBoundaryService'],{'useFactory':()=>this['_injector'][_0x24dc1e(0x53b)](q)}]),this[_0x24dc1e(0x3ee)][_0x24dc1e(0x54f)](s['ISheetEmbedRuntimeFocusCoordinator'])||this[_0x24dc1e(0x3ee)]['add']([s['ISheetEmbedRuntimeFocusCoordinator'],{'useFactory':()=>this['_injector'][_0x24dc1e(0x53b)](G)}]),this['_injector'][_0x24dc1e(0x54f)](s['ISheetEmbedFloatingGeometryService'])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([s[_0x24dc1e(0x6ba)],{'useFactory':()=>this[_0x24dc1e(0x3ee)][_0x24dc1e(0x53b)](Wr)}]);}[_0x1ed4d3(0x498)](){const _0x1dd195=_0x1ed4d3;os(this[_0x1dd195(0x3ee)])[_0x1dd195(0x360)](_0x3de7ab=>this[_0x1dd195(0x512)](_0x3de7ab));}[_0x1ed4d3(0x5bb)](){Jd(this['_injector']);}[_0x1ed4d3(0x6e9)](){const _0x200bc9=_0x1ed4d3;let _0x2db6de=this[_0x200bc9(0x6bb)][_0x200bc9(0x622)](a[_0x200bc9(0x747)][_0x200bc9(0x8ed)])[_0x200bc9(0x49c)](()=>Yd(this['_injector']));this[_0x200bc9(0x512)]((0x0,a[_0x200bc9(0x64a)])(()=>_0x2db6de[_0x200bc9(0x465)]()));}['_flushPendingContributions'](){const _0x170b89=_0x1ed4d3;ds(this[_0x170b89(0x3ee)]),An(this['_injector']),rf(this['_injector']);}[_0x1ed4d3(0x6b5)](){const _0x7c43e7=_0x1ed4d3;var _0xb9db0b;let _0xe85168=this['_injector'][_0x7c43e7(0x53b)](vt);((_0xb9db0b=this[_0x7c43e7(0x9c8)][_0x7c43e7(0x65d)])==null?void 0x0:_0xb9db0b['floatingMenus'])!==!0x1&&lf()[_0x7c43e7(0x360)](_0x5390f6=>{const _0x3a0447=_0x7c43e7;_0xe85168[_0x3a0447(0x9a9)](_0x5390f6['hostType'],_0x5390f6[_0x3a0447(0x8bf)],_0x5390f6[_0x3a0447(0x5c7)])||_0xe85168['register'](_0x5390f6);});}[_0x1ed4d3(0x4e3)](){const _0x3e7c6a=_0x1ed4d3;(0x0,a[_0x3e7c6a(0x387)])(this['_injector'],[[yt],[Gr],[sf],[To],[Kt],[_t],[V],[le],[vt],[Ur],[fa],[Qn],[H],[Xr],[Oo],[ko],[Ao],[Mo],[rs],[Eo],[Ut],[bt],[ai],[ii],[Fa],[Nn],[ss],[de],[G],[pa],[At],[pe],[uf]]);}[_0x1ed4d3(0x6ab)](){const _0x205928=_0x1ed4d3;var _0x31c493;((_0x31c493=this[_0x205928(0x9c8)][_0x205928(0x65d)])==null?void 0x0:_0x31c493['hostToolbar'])!==!0x1&&this['disposeWithMe'](this[_0x205928(0x3ee)]['get'](c['IUIPartsService'])[_0x205928(0x722)](c[_0x205928(0x41c)]['GLOBAL'],()=>er));}[_0x1ed4d3(0x811)](){const _0x54b588=_0x1ed4d3;this['_injector']['get'](t[_0x54b588(0x5f6)])[_0x54b588(0x739)]();}};B(df,'pluginName',_0x1ed4d3(0x203)),B(df,_0x1ed4d3(0x29d),ie),B(df,_0x1ed4d3(0x8e1),ae),B(df,_0x1ed4d3(0x5a7),a[_0x1ed4d3(0x747)][_0x1ed4d3(0x3a2)]),df=Y([(0x0,a[_0x1ed4d3(0x59c)])(n[_0x1ed4d3(0x536)],t['UniverEmbedPlugin']),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(a[_0x1ed4d3(0x6f8)])),J(0x2,a['IConfigService']),J(0x3,a[_0x1ed4d3(0x90d)])],df),Object[_0x1ed4d3(0x456)](exports,_0x1ed4d3(0x4fe),{'enumerable':!0x0,'get':function(){return Kt;}}),exports[_0x1ed4d3(0x60a)]=_t,Object[_0x1ed4d3(0x456)](exports,_0x1ed4d3(0x532),{'enumerable':!0x0,'get':function(){return Qn;}}),exports['EmbedHostContainerRegistryService']=yt,exports[_0x1ed4d3(0x937)]=H,Object[_0x1ed4d3(0x456)](exports,'EmbedHostRestoreService',{'enumerable':!0x0,'get':function(){return Gr;}}),Object[_0x1ed4d3(0x456)](exports,_0x1ed4d3(0x4ba),{'enumerable':!0x0,'get':function(){return Ut;}}),Object['defineProperty'](exports,_0x1ed4d3(0x396),{'enumerable':!0x0,'get':function(){return df;}}),exports[_0x1ed4d3(0x92e)]=kn;
|