@univerjs-pro/embed-ui 1.0.0-insiders.20260709-5fcadb2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sheets-floating.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sheets-floating.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +1135 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sheets-floating.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/common/const.d.ts +17 -0
- package/lib/types/common/embed-float-interaction-policy.d.ts +28 -0
- package/lib/types/common/embed-host-chrome-policy.d.ts +34 -0
- package/lib/types/common/embed-runtime-policy.d.ts +28 -0
- package/lib/types/common/embed-runtime-slots.d.ts +24 -0
- package/lib/types/common/tab-peer-workbench.d.ts +21 -0
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +56 -0
- package/lib/types/components/EmbedFloatFullscreenButton.d.ts +31 -0
- package/lib/types/components/EmbedHostToolbarMenu.d.ts +52 -0
- package/lib/types/components/EmbedRuntimeProviders.d.ts +24 -0
- package/lib/types/config/config.d.ts +25 -0
- package/lib/types/controllers/docs-table-passive-wheel-bridge.controller.d.ts +7 -0
- package/lib/types/controllers/embed-host-anchor-cleanup.controller.d.ts +22 -0
- package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +29 -0
- package/lib/types/index.d.ts +71 -0
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/ca-ES.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +70 -0
- package/lib/types/locale/es-ES.d.ts +18 -0
- package/lib/types/locale/fa-IR.d.ts +18 -0
- package/lib/types/locale/fr-FR.d.ts +18 -0
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/ja-JP.d.ts +18 -0
- package/lib/types/locale/ko-KR.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/ru-RU.d.ts +18 -0
- package/lib/types/locale/sheets-floating.d.ts +62 -0
- package/lib/types/locale/sk-SK.d.ts +18 -0
- package/lib/types/locale/types.d.ts +18 -0
- package/lib/types/locale/vi-VN.d.ts +18 -0
- package/lib/types/locale/zh-CN.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/types/locale/zh-TW.d.ts +18 -0
- package/lib/types/plugin.d.ts +38 -0
- package/lib/types/product-menus/docs-product-menus.d.ts +17 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +13 -0
- package/lib/types/products/bases/EmbedChildView.spec.d.ts +1 -0
- package/lib/types/products/bases/EmbedFloatingMenu.d.ts +37 -0
- package/lib/types/products/bases/embed-block.d.ts +2 -0
- package/lib/types/products/bases/embed-content-size.d.ts +9 -0
- package/lib/types/products/bases/embed-host-adapter.d.ts +6 -0
- package/lib/types/products/bases/embed-passive-viewport.d.ts +3 -0
- package/lib/types/products/bases/register.d.ts +13 -0
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +54 -0
- package/lib/types/products/docs/EmbedFloatingMenu.d.ts +29 -0
- package/lib/types/products/docs/embed-block.d.ts +18 -0
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +40 -0
- package/lib/types/products/docs/embed-host-adapter.d.ts +21 -0
- package/lib/types/products/docs/embed-passive-viewport.d.ts +18 -0
- package/lib/types/products/docs/register.d.ts +17 -0
- package/lib/types/products/product-ui-contributions.d.ts +2 -0
- package/lib/types/products/sheets/EmbedBlock.d.ts +23 -0
- package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +79 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +17 -0
- package/lib/types/products/sheets/embed-host-adapter.d.ts +20 -0
- package/lib/types/products/sheets/embed-passive-viewport.d.ts +18 -0
- package/lib/types/products/sheets/embed-product-menu.d.ts +36 -0
- package/lib/types/products/sheets/register.d.ts +43 -0
- package/lib/types/products/slides/EmbedChildView.d.ts +3 -0
- package/lib/types/products/slides/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +28 -0
- package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
- package/lib/types/products/slides/embed-block.d.ts +2 -0
- package/lib/types/products/slides/embed-floating-menu-stage.d.ts +8 -0
- package/lib/types/products/slides/embed-floating-menu.d.ts +5 -0
- package/lib/types/products/slides/embed-host-adapter.d.ts +7 -0
- package/lib/types/products/slides/embed-passive-viewport.d.ts +2 -0
- package/lib/types/products/slides/register.d.ts +13 -0
- package/lib/types/products/slides/services/EmbedSlideReadonlyPreviewProvider.d.ts +15 -0
- package/lib/types/products/slides/services/embed-slide-float-preview.provider.d.ts +34 -0
- package/lib/types/services/embed-activation.service.d.ts +59 -0
- package/lib/types/services/embed-block-contribution-factory.d.ts +32 -0
- package/lib/types/services/embed-block-registry.service.d.ts +23 -0
- package/lib/types/services/embed-child-product-plugin-lease.d.ts +30 -0
- package/lib/types/services/embed-child-product-plugin-registry.service.d.ts +55 -0
- package/lib/types/services/embed-child-runtime-scope.d.ts +22 -0
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +21 -0
- package/lib/types/services/embed-child-view-registry.service.d.ts +23 -0
- package/lib/types/services/embed-content-size-registry.service.d.ts +24 -0
- package/lib/types/services/embed-default-floating-menu.d.ts +19 -0
- package/lib/types/services/embed-docs-sticky-wheel.d.ts +17 -0
- package/lib/types/services/embed-dom-passive-viewport-provider.d.ts +23 -0
- package/lib/types/services/embed-float-preview.service.d.ts +44 -0
- package/lib/types/services/embed-floating-active.service.d.ts +26 -0
- package/lib/types/services/embed-floating-geometry.service.d.ts +37 -0
- package/lib/types/services/embed-floating-menu-registry.service.d.ts +26 -0
- package/lib/types/services/embed-floating-menu-root.d.ts +17 -0
- package/lib/types/services/embed-fullscreen.service.d.ts +27 -0
- package/lib/types/services/embed-host-container-registry.service.d.ts +26 -0
- package/lib/types/services/embed-host-menu-override.service.d.ts +29 -0
- package/lib/types/services/embed-host-restore.service.d.ts +34 -0
- package/lib/types/services/embed-interaction-boundary.service.d.ts +57 -0
- package/lib/types/services/embed-mount.service.d.ts +68 -0
- package/lib/types/services/embed-overlay-root.service.d.ts +37 -0
- package/lib/types/services/embed-passive-viewport-registry.service.d.ts +24 -0
- package/lib/types/services/embed-passive-wheel-handler-registry.service.d.ts +24 -0
- package/lib/types/services/embed-product-floating-menu-contributions.d.ts +17 -0
- package/lib/types/services/embed-product-menu-mounting.d.ts +33 -0
- package/lib/types/services/embed-product-menu-registry.service.d.ts +29 -0
- package/lib/types/services/embed-readonly-preview-registry.service.d.ts +23 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +23 -0
- package/lib/types/services/embed-render-child-view-contribution.d.ts +76 -0
- package/lib/types/services/embed-runtime-focus-coordinator.service.d.ts +91 -0
- package/lib/types/services/embed-runtime-policy.service.d.ts +43 -0
- package/lib/types/services/embed-runtime-scope-dom.d.ts +30 -0
- package/lib/types/services/embed-scene-canvas-capture.service.d.ts +39 -0
- package/lib/types/services/embed-scene-passive-wheel.d.ts +36 -0
- package/lib/types/services/embed-screenshot.service.d.ts +16 -0
- package/lib/types/services/embed-ui-contribution-register.d.ts +20 -0
- package/lib/types/services/embed-undo-bridge.service.d.ts +29 -0
- package/lib/types/services/react-root-disposal.d.ts +21 -0
- package/lib/types/types/embed-ui.d.ts +307 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sheets-floating.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +110 -0
package/lib/cjs/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xf1d127=_0x481e;(function(_0x38a752,_0x51e746){const _0x989540=_0x481e,_0x2e5cb4=_0x38a752();while(!![]){try{const _0x7c6854=parseInt(_0x989540(0x3b7))/0x1*(-parseInt(_0x989540(0x644))/0x2)+-parseInt(_0x989540(0x674))/0x3*(-parseInt(_0x989540(0x4c7))/0x4)+-parseInt(_0x989540(0x1e8))/0x5*(parseInt(_0x989540(0x2bd))/0x6)+parseInt(_0x989540(0x397))/0x7*(-parseInt(_0x989540(0x6be))/0x8)+parseInt(_0x989540(0x532))/0x9*(parseInt(_0x989540(0x5f5))/0xa)+-parseInt(_0x989540(0x6ab))/0xb+parseInt(_0x989540(0x468))/0xc*(parseInt(_0x989540(0x698))/0xd);if(_0x7c6854===_0x51e746)break;else _0x2e5cb4['push'](_0x2e5cb4['shift']());}catch(_0x1877c6){_0x2e5cb4['push'](_0x2e5cb4['shift']());}}}(_0xee6a,0x99bd2),Object[_0xf1d127(0x6ed)](exports,Symbol[_0xf1d127(0x161)],{'value':_0xf1d127(0x3e4)}));let e=require('@univerjs/core'),t=require('@univerjs-pro/embed'),n=require('@univerjs/icons'),r=require('@univerjs/ui'),i=require('react'),a=require('rxjs'),o=require('react/jsx-runtime'),s=require('@univerjs/design'),c=require('@univerjs-pro/bases-ui'),l=require('@univerjs-pro/slides-ui'),u=require('@univerjs/docs-ui'),d=require('@univerjs/sheets-formula-ui'),f=require('@univerjs/sheets-ui'),p=require('@univerjs-pro/docs-table-ui'),m=require('@univerjs/engine-render'),h=require('@univerjs-pro/bases'),g=require('react-dom'),_=require('@univerjs-pro/sheets-chart-ui'),v=require('@univerjs-pro/sheets-chart-ui/menu/schema.ts'),y=require('@univerjs-pro/sheets-outline-ui'),b=require('@univerjs-pro/sheets-outline-ui/menu/schema.ts'),x=require('@univerjs-pro/sheets-pivot-ui'),S=require('@univerjs-pro/sheets-pivot-ui/menu/schema.ts'),C=require('@univerjs-pro/sheets-print'),w=require('@univerjs-pro/sheets-print/menu/schema.ts'),T=require('@univerjs-pro/sheets-shape-ui'),E=require('@univerjs-pro/sheets-shape-ui/menu/schema.ts'),D=require('@univerjs-pro/sheets-sparkline-ui'),O=require('@univerjs-pro/sheets-sparkline-ui/menu/schema.ts'),k=require('@univerjs/sheets-conditional-formatting-ui'),A=require('@univerjs/sheets-conditional-formatting-ui/menu/schema.ts'),j=require('@univerjs/sheets-data-validation-ui'),M=require('@univerjs/sheets-data-validation-ui/menu/schema.ts'),N=require('@univerjs/sheets-drawing-ui'),ee=require('@univerjs/sheets-drawing-ui/menu/schema.ts'),P=require('@univerjs/sheets-filter-ui'),te=require('@univerjs/sheets-filter-ui/menu/schema.ts'),ne=require('@univerjs/sheets-hyper-link-ui'),re=require('@univerjs/sheets-hyper-link-ui/menu/schema.ts'),ie=require('@univerjs/sheets-note-ui'),F=require('@univerjs/sheets-note-ui/menu/schema.ts'),ae=require('@univerjs/sheets-numfmt-ui'),I=require('@univerjs/sheets-numfmt-ui/menu/schema.ts'),L=require('@univerjs/sheets-sort-ui'),R=require('@univerjs/sheets-sort-ui/menu/schema.ts'),oe=require('@univerjs/sheets-table-ui'),se=require('@univerjs/sheets-table-ui/menu/schema.ts'),ce=require('@univerjs/sheets-thread-comment-ui'),le=require('@univerjs/sheets-thread-comment-ui/menu/schema.ts'),ue=require('@univerjs/thread-comment-ui'),z=require('@univerjs/sheets'),B=require('@univerjs-pro/slides');function de(_0x38dac3,_0x118648){const _0x2ea887=_0xf1d127;var _0x33f5f0;return(_0x38dac3==null?void 0x0:_0x38dac3[_0x2ea887(0x500)])===e['UniverInstanceType'][_0x2ea887(0x200)]&&_0x38dac3[_0x2ea887(0x3dc)]===e[_0x2ea887(0x50c)][_0x2ea887(0x200)]&&!!((_0x33f5f0=_0x38dac3[_0x2ea887(0x3a6)])!=null&&_0x33f5f0[_0x2ea887(0x3b0)])&&_0x118648!==_0x2ea887(0x55f);}function fe(_0x38724b,_0x28a995){const _0x27c651=_0xf1d127;return de(_0x38724b,_0x28a995)?_0x27c651(0x6c7):_0x27c651(0x438);}function pe(_0x18ec83){const _0x249e27=_0xf1d127;var _0x2da9f3;return _0x18ec83['fullscreen']||((_0x2da9f3=_0x18ec83[_0x249e27(0x261)])==null?void 0x0:_0x2da9f3[_0x249e27(0x5b8)])===_0x18ec83[_0x249e27(0x5b8)]&&_0x18ec83[_0x249e27(0x261)][_0x249e27(0x304)]===_0x249e27(0x55f)||!_0x18ec83['usesDomFloatingStage']&&_0x18ec83[_0x249e27(0x28a)]?_0x249e27(0x55f):_0x249e27(0x25f);}function me(_0x5ec9fb){const _0x3193d7=_0xf1d127;let {stage:_0x3376bc,interactionFlow:_0x1666a7}=_0x5ec9fb,_0x4921e1=_0x1666a7===_0x3193d7(0x546),_0x4f55dc=_0x3376bc===_0x3193d7(0x71e)&&!_0x4921e1,_0x2f2e4e=_0x3376bc==='stage2'||_0x4921e1;return{'allowHostBodyDrag':_0x4f55dc,'allowHostDragHandle':_0x4f55dc,'disableLiveHostPointerEvents':!_0x4921e1&&(_0x3376bc==='inactive'||_0x3376bc==='stage1'),'passThroughInteractionGate':_0x2f2e4e,'runtimeOwnsInteraction':_0x2f2e4e,'showHostDragHandle':_0x4f55dc};}const he=_0xf1d127(0x38f),ge=_0xf1d127(0x75e),_e=_0xf1d127(0x22e),ve='data-embed-popup-root';function V(_0x424a09,_0x55173a){const _0xbc0280=_0xf1d127;var _0x2c5110;return _0x424a09[_0xbc0280(0x2d7)]('['+_0x55173a+']')?_0x424a09:(_0x2c5110=_0x424a09['querySelector']('['+_0x55173a+']'))==null?void 0x0:_0x2c5110;}function ye(_0x3cad36){const _0x46d74b=_0xf1d127;let _0x14c9da=[];return be(_0x3cad36,he,_0x46d74b(0x273),_0x14c9da),be(_0x3cad36,ge,_0x46d74b(0x455),_0x14c9da),be(_0x3cad36,_e,'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x14c9da),be(_0x3cad36,ve,'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x14c9da),(0x0,e[_0x46d74b(0x211)])(()=>{const _0x48d83f=_0x46d74b;_0x14c9da[_0x48d83f(0x4d6)](_0xcce07f=>_0xcce07f[_0x48d83f(0x331)]());});}function be(_0x1ab1a5,_0x4484ab,_0x30adbf,_0x2316ab){const _0x172093=_0xf1d127;let _0x545bd2=V(_0x1ab1a5,_0x4484ab);if(_0x545bd2)return _0x545bd2;let _0x5b27d9=document[_0x172093(0x5c9)](_0x172093(0x61c));return _0x5b27d9[_0x172093(0x693)](_0x4484ab,'true'),_0x5b27d9[_0x172093(0x693)]('data-embed-runtime-slot-owner',_0x172093(0x1eb)),_0x5b27d9['className']=_0x172093(0x24a)+_0x30adbf,_0x1ab1a5[_0x172093(0x694)](_0x5b27d9),_0x2316ab['push'](_0x5b27d9),_0x5b27d9;}let xe=function(_0x1df3c9){const _0x25eddc=_0xf1d127;return _0x1df3c9[_0x25eddc(0x418)]=_0x25eddc(0x14c),_0x1df3c9[_0x25eddc(0x51e)]=_0x25eddc(0x39a),_0x1df3c9['NONE']=_0x25eddc(0x315),_0x1df3c9;}({});function Se(_0x295f99){'@babel/helpers - typeof';const _0x51f195=_0xf1d127;return Se=typeof Symbol=='function'&&typeof Symbol[_0x51f195(0x2e3)]=='symbol'?function(_0xf8900b){return typeof _0xf8900b;}:function(_0x5a9496){const _0xc17048=_0x51f195;return _0x5a9496&&typeof Symbol=='function'&&_0x5a9496[_0xc17048(0x1a1)]===Symbol&&_0x5a9496!==Symbol[_0xc17048(0x3ee)]?_0xc17048(0x19a):typeof _0x5a9496;},Se(_0x295f99);}function Ce(_0x156f62,_0x5032ea){const _0x3a511f=_0xf1d127;if(Se(_0x156f62)!=_0x3a511f(0x16e)||!_0x156f62)return _0x156f62;var _0x153a5d=_0x156f62[Symbol['toPrimitive']];if(_0x153a5d!==void 0x0){var _0x54424e=_0x153a5d[_0x3a511f(0x511)](_0x156f62,_0x5032ea||'default');if(Se(_0x54424e)!='object')return _0x54424e;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x5032ea===_0x3a511f(0x1cf)?String:Number)(_0x156f62);}function we(_0x161baf){const _0x500e57=_0xf1d127;var _0x2695b9=Ce(_0x161baf,_0x500e57(0x1cf));return Se(_0x2695b9)==_0x500e57(0x19a)?_0x2695b9:_0x2695b9+'';}function H(_0x4be4af,_0xedf368,_0xd74fd){const _0x1fc768=_0xf1d127;return(_0xedf368=we(_0xedf368))in _0x4be4af?Object[_0x1fc768(0x6ed)](_0x4be4af,_0xedf368,{'value':_0xd74fd,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4be4af[_0xedf368]=_0xd74fd,_0x4be4af;}var U=class{constructor(){const _0x201904=_0xf1d127;H(this,_0x201904(0x44e),new Map());}['register'](_0x1c4c48){const _0x5091b7=_0xf1d127;return this[_0x5091b7(0x44e)][_0x5091b7(0x5a3)](_0x1c4c48[_0x5091b7(0x3dc)],_0x1c4c48),(0x0,e[_0x5091b7(0x211)])(()=>{const _0x151bcc=_0x5091b7;this[_0x151bcc(0x44e)][_0x151bcc(0x1f9)](_0x1c4c48[_0x151bcc(0x3dc)])===_0x1c4c48&&this[_0x151bcc(0x44e)][_0x151bcc(0x1f6)](_0x1c4c48[_0x151bcc(0x3dc)]);});}[_0xf1d127(0x1f9)](_0x57f7ca){const _0x40265e=_0xf1d127;return this[_0x40265e(0x44e)][_0x40265e(0x1f9)](_0x57f7ca);}[_0xf1d127(0x60e)](){const _0x10cbf5=_0xf1d127;return[...this['_contributions'][_0x10cbf5(0x611)]()];}},W=class{constructor(){const _0xd4ca6c=_0xf1d127;H(this,_0xd4ca6c(0x64b),new a[(_0xd4ca6c(0x39d))](null)),H(this,_0xd4ca6c(0x172),this['_active$'][_0xd4ca6c(0x75d)]());}[_0xf1d127(0x4ee)](){const _0x4e11c3=_0xf1d127;return this[_0x4e11c3(0x64b)][_0x4e11c3(0x571)]();}[_0xf1d127(0x4dc)](_0x45c401){const _0x17aada=_0xf1d127;var _0x496f0a;let _0x57eb4c=this[_0x17aada(0x4ee)]();return(_0x57eb4c==null?void 0x0:_0x57eb4c['embedId'])===_0x45c401?(_0x496f0a=_0x57eb4c[_0x17aada(0x304)])==null?'stage1':_0x496f0a:_0x17aada(0x25f);}['activate'](_0x73567e,_0x4ed9be){const _0x497060=_0xf1d127;var _0x16e4b6,_0x4addb0,_0x54dd63;let _0x4a60c9=this['getActive'](),_0x174fd2=(_0x4a60c9==null?void 0x0:_0x4a60c9[_0x497060(0x448)])===_0x73567e[_0x497060(0x448)]&&_0x4a60c9['embedId']===_0x73567e[_0x497060(0x5b8)]&&_0x4a60c9[_0x497060(0x28d)]===_0x73567e[_0x497060(0x28d)],_0x415003={..._0x73567e,'stage':(_0x16e4b6=_0x4ed9be==null?_0x73567e[_0x497060(0x304)]:_0x4ed9be)==null?_0x174fd2?(_0x4addb0=_0x4a60c9['stage'])==null?'stage1':_0x4addb0:_0x497060(0x71e):_0x16e4b6};(_0x4a60c9==null?void 0x0:_0x4a60c9['hostUnitId'])===_0x415003[_0x497060(0x448)]&&_0x4a60c9[_0x497060(0x5b8)]===_0x415003[_0x497060(0x5b8)]&&_0x4a60c9[_0x497060(0x28d)]===_0x415003[_0x497060(0x28d)]&&((_0x54dd63=_0x4a60c9['stage'])==null?'stage1':_0x54dd63)===_0x415003[_0x497060(0x304)]||this['_active$'][_0x497060(0x549)](_0x415003);}[_0xf1d127(0x298)](_0x309d55,_0x5c32c6){const _0x16ba63=_0xf1d127;var _0x240e79;let _0x1f50db=this['getActive']();!_0x1f50db||_0x1f50db[_0x16ba63(0x5b8)]!==_0x309d55||((_0x240e79=_0x1f50db[_0x16ba63(0x304)])==null?_0x16ba63(0x71e):_0x240e79)!==_0x5c32c6&&this[_0x16ba63(0x64b)]['next']({..._0x1f50db,'stage':_0x5c32c6});}[_0xf1d127(0x4d5)](_0x1e5922){const _0x13e44c=_0xf1d127;this[_0x13e44c(0x4dc)](_0x1e5922)===_0x13e44c(0x71e)&&this[_0x13e44c(0x298)](_0x1e5922,'stage2');}[_0xf1d127(0x58d)](_0x236bb2){const _0x47f6db=_0xf1d127;let _0x35b7a6=this[_0x47f6db(0x4ee)]();_0x35b7a6&&(!_0x236bb2||_0x35b7a6['embedId']===_0x236bb2)&&this[_0x47f6db(0x64b)][_0x47f6db(0x549)](null);}},Te=class{constructor(){const _0x2de35d=_0xf1d127;H(this,_0x2de35d(0x4a8),new a[(_0x2de35d(0x39d))](null)),H(this,_0x2de35d(0x730),this['_override$'][_0x2de35d(0x75d)]());}['getOverride'](){const _0x584b9c=_0xf1d127;return this[_0x584b9c(0x4a8)][_0x584b9c(0x571)]();}[_0xf1d127(0x27a)](_0x3a3337,_0x597f7e,_0x2ecbd0={}){const _0x528c8c=_0xf1d127;var _0x5c1f98,_0x5de210,_0x2af103;if(!_0x3a3337[_0x528c8c(0x28d)]||_0x3a3337['childType']==null)throw Error(_0x528c8c(0x3fe));let _0x57903a=((_0x5c1f98=_0x3a3337[_0x528c8c(0x3a6)])==null?void 0x0:_0x5c1f98[_0x528c8c(0x6aa)])||void 0x0;if(_0x597f7e==='tab-active'&&(!_0x57903a||_0x57903a[_0x528c8c(0x525)]!==!0x0))throw Error(_0x528c8c(0x60b));if(_0x597f7e!==_0x528c8c(0x248))throw Error('EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON');if(((_0x5de210=(_0x2af103=_0x2ecbd0[_0x528c8c(0x687)])==null?void 0x0:_0x2af103[_0x528c8c(0x14c)])==null?t[_0x528c8c(0x733)]['ribbon']:_0x5de210)!==_0x528c8c(0x5ff)&&_0x2ecbd0[_0x528c8c(0x592)]!==!0x0)return this[_0x528c8c(0x58d)](_0x3a3337[_0x528c8c(0x5b8)]),null;let _0x58c860={'hostUnitId':_0x3a3337['hostUnitId'],'embedId':_0x3a3337[_0x528c8c(0x5b8)],'childUnitId':_0x3a3337[_0x528c8c(0x28d)],'childType':_0x3a3337[_0x528c8c(0x3dc)],'entry':_0x3a3337['entry'],'reason':_0x597f7e,'portalContainer':_0x2ecbd0[_0x528c8c(0x1cd)],'hideHostFxBar':_0x57903a==null?void 0x0:_0x57903a[_0x528c8c(0x59c)],'lockHostRibbon':_0x57903a==null?void 0x0:_0x57903a['lockHostRibbon']},_0x3b254f=this[_0x528c8c(0x564)]();return Ee(_0x3b254f,_0x58c860)?_0x3b254f:(this[_0x528c8c(0x4a8)][_0x528c8c(0x549)](_0x58c860),_0x58c860);}[_0xf1d127(0x58d)](_0x36301b){const _0xc2fb83=_0xf1d127;let _0x3b1dc6=this[_0xc2fb83(0x564)]();_0x3b1dc6&&(!_0x36301b||_0x3b1dc6[_0xc2fb83(0x5b8)]===_0x36301b)&&this[_0xc2fb83(0x4a8)][_0xc2fb83(0x549)](null);}};function Ee(_0x4f0527,_0x1177ca){const _0x2bcab2=_0xf1d127;return _0x4f0527!=null&&_0x4f0527[_0x2bcab2(0x448)]===_0x1177ca[_0x2bcab2(0x448)]&&_0x4f0527[_0x2bcab2(0x5b8)]===_0x1177ca['embedId']&&_0x4f0527[_0x2bcab2(0x28d)]===_0x1177ca[_0x2bcab2(0x28d)]&&_0x4f0527[_0x2bcab2(0x3dc)]===_0x1177ca[_0x2bcab2(0x3dc)]&&_0x4f0527['entry']===_0x1177ca[_0x2bcab2(0x6ee)]&&_0x4f0527[_0x2bcab2(0x543)]===_0x1177ca['reason']&&_0x4f0527['portalContainer']===_0x1177ca['portalContainer']&&_0x4f0527[_0x2bcab2(0x59c)]===_0x1177ca[_0x2bcab2(0x59c)]&&_0x4f0527[_0x2bcab2(0x35e)]===_0x1177ca[_0x2bcab2(0x35e)];}const De=[0x0,0x10,0x64,0x12c,0x3e8];async function Oe(_0x256d1f,_0x41d3a5){const _0xefea98=_0xf1d127;var _0x36307c,_0x221d8a,_0x2ae1cd;let {instanceService:_0x27e269,childUnitId:_0x4d65e3,childType:_0x4bc624,restoreUnitId:_0x31da8b,shouldRestore:_0x43fa77,settleDelayMs:_0x499c7f=0x10,deferredRestoreDelaysMs:_0xc68fb0=_0x31da8b?De:[]}=_0x256d1f,_0x185c88=_0x27e269[_0xefea98(0x31e)](_0x4bc624),_0x298162=(_0x36307c=(_0x221d8a=_0x27e269['getFocusedUnit']())==null?void 0x0:_0x221d8a[_0xefea98(0x735)]())==null?null:_0x36307c,_0x12e8a3=(_0x2ae1cd=_0x298162==null?_0x31da8b:_0x298162)==null?null:_0x2ae1cd;_0x27e269['setCurrentUnitForType'](_0x4d65e3),_0x27e269[_0xefea98(0x71d)](_0x4d65e3);let _0x3cdd0c=()=>{const _0x12353d=_0xefea98;_0x43fa77&&!_0x43fa77()||(_0x185c88&&_0x185c88[_0x12353d(0x735)]()!==_0x4d65e3&&_0x27e269[_0x12353d(0x447)](_0x185c88[_0x12353d(0x735)]()),_0x31da8b&&_0x27e269[_0x12353d(0x447)](_0x31da8b),_0x27e269[_0x12353d(0x71d)](_0x12e8a3));};try{let _0x3c35a2=await _0x41d3a5();return _0x499c7f>0x0&&await ke(_0x499c7f),_0x3c35a2;}finally{_0x3cdd0c(),Ae(_0x3cdd0c,_0xc68fb0);}}function ke(_0x2a7f98){return new Promise(_0x53ba83=>setTimeout(_0x53ba83,_0x2a7f98));}function Ae(_0x1e4a8f,_0x566124){const _0x1da946=_0xf1d127;_0x566124[_0x1da946(0x4d6)](_0x47f16b=>{const _0x24d642=_0x1da946;globalThis[_0x24d642(0x4ce)](_0x1e4a8f,_0x47f16b);});}const G=_0xf1d127(0x5b3);function je(_0x1fa5e6){const _0x1e6505=_0xf1d127;var _0x4daee5,_0x293975;return(_0x4daee5=_0x1fa5e6==null||(_0x293975=_0x1fa5e6['closest'](_0x1e6505(0x291)))==null?void 0x0:_0x293975[_0x1e6505(0x47c)](_0x1e6505(0x5b3)))==null?void 0x0:_0x4daee5;}function Me(_0xfe3161,_0x4396b2){if(!_0xfe3161||!(_0x4396b2 instanceof HTMLElement))return!0x1;let _0x2632fc=je(_0xfe3161);return _0x2632fc?je(_0x4396b2)===_0x2632fc:!0x1;}var K=class{constructor(){const _0x4f2401=_0xf1d127;H(this,_0x4f2401(0x686),new Map()),H(this,_0x4f2401(0x1ed),new WeakMap()),H(this,_0x4f2401(0x62e),new WeakMap()),H(this,_0x4f2401(0x3a8),void 0x0);}['registerRoot'](_0x3b15b9,_0x194edc){const _0x3189ba=_0xf1d127;let _0x404e03=this[_0x3189ba(0x686)][_0x3189ba(0x1f9)](_0x3b15b9);_0x404e03||(_0x404e03=new Set(),this[_0x3189ba(0x686)][_0x3189ba(0x5a3)](_0x3b15b9,_0x404e03)),_0x404e03[_0x3189ba(0x170)](_0x194edc);let _0x2887ab=_0x194edc[_0x3189ba(0x47c)](G);_0x194edc['setAttribute'](G,_0x3b15b9);let _0x13085e=this[_0x3189ba(0x236)](_0x3b15b9,_0x194edc),_0x193eab=()=>this[_0x3189ba(0x685)](_0x3b15b9,_0x194edc[_0x3189ba(0x5c1)]);return _0x194edc[_0x3189ba(0x5d7)]('pointerdown',_0x193eab,!0x0),_0x194edc['addEventListener'](_0x3189ba(0x2e9),_0x193eab,!0x0),_0x194edc[_0x3189ba(0x5d7)](_0x3189ba(0x3ef),_0x193eab,!0x0),(0x0,e['toDisposable'])(()=>{const _0x453162=_0x3189ba;var _0x5503aa;_0x13085e[_0x453162(0x5f2)](),_0x194edc['removeEventListener']('pointerdown',_0x193eab,!0x0),_0x194edc['removeEventListener'](_0x453162(0x2e9),_0x193eab,!0x0),_0x194edc[_0x453162(0x76d)](_0x453162(0x3ef),_0x193eab,!0x0),((_0x5503aa=this[_0x453162(0x3a8)])==null?void 0x0:_0x5503aa[_0x453162(0x5b8)])===_0x3b15b9&&this[_0x453162(0x3a8)][_0x453162(0x37d)]===_0x194edc[_0x453162(0x5c1)]&&(this['_pendingPortalOwner']=void 0x0),_0x404e03==null||_0x404e03[_0x453162(0x1f6)](_0x194edc),_0x404e03&&_0x404e03[_0x453162(0x230)]===0x0&&this[_0x453162(0x686)]['delete'](_0x3b15b9),_0x2887ab==null?_0x194edc['removeAttribute'](G):_0x194edc[_0x453162(0x693)](G,_0x2887ab);});}['_registerRootPopupDescendantFocusRoles'](_0x4d3578,_0x48c0f0){const _0x29fee5=_0xf1d127;let _0x4fb8bc=_0x48c0f0['ownerDocument']['defaultView'],_0x58ec88=new Map(),_0x48bcf5=new Map(),_0x15f049,_0x230775=!0x1,_0x506384=_0x10bc69=>{const _0x465fb0=_0x481e;_0x58ec88['has'](_0x10bc69)||_0x58ec88[_0x465fb0(0x5a3)](_0x10bc69,_0x10bc69[_0x465fb0(0x47c)](G)),_0x48bcf5[_0x465fb0(0x75f)](_0x10bc69)||_0x48bcf5['set'](_0x10bc69,_0x10bc69[_0x465fb0(0x47c)](q));},_0x35e15e=_0x59748a=>{const _0x5316e5=_0x481e;_0x506384(_0x59748a),_0x59748a[_0x5316e5(0x693)](G,_0x4d3578),_0x59748a[_0x5316e5(0x693)](q,'child-popup');},_0x215097=_0x1218c5=>{const _0x4ce19c=_0x481e;this[_0x4ce19c(0x740)](_0x1218c5)&&(_0x35e15e(_0x1218c5),_0x1218c5[_0x4ce19c(0x548)]('*')[_0x4ce19c(0x4d6)](_0x35e15e));},_0x230a89=_0x3712fe=>{const _0x2e66f6=_0x481e;_0x230775||(_0x215097(_0x3712fe),_0x3712fe[_0x2e66f6(0x548)]('*')[_0x2e66f6(0x4d6)](_0x504883=>_0x215097(_0x504883)));};return _0x230a89(_0x48c0f0),_0x4fb8bc!=null&&_0x4fb8bc['MutationObserver']&&(_0x15f049=new _0x4fb8bc[(_0x29fee5(0x5d3))](_0xb12476=>{_0xb12476['forEach'](_0x411288=>{const _0x314b78=_0x481e;_0x411288['addedNodes'][_0x314b78(0x4d6)](_0x144c51=>{_0x144c51 instanceof _0x4fb8bc['HTMLElement']&&_0x230a89(_0x144c51);});});}),_0x15f049[_0x29fee5(0x318)](_0x48c0f0,{'childList':!0x0,'subtree':!0x0})),(0x0,e[_0x29fee5(0x211)])(()=>{const _0x315d39=_0x29fee5;_0x230775=!0x0,_0x15f049==null||_0x15f049[_0x315d39(0x441)](),_0x58ec88[_0x315d39(0x4d6)]((_0x508eb1,_0x34cbaf)=>{const _0x532686=_0x315d39;if(_0x508eb1==null){_0x34cbaf[_0x532686(0x535)](G);return;}_0x34cbaf[_0x532686(0x693)](G,_0x508eb1);}),_0x48bcf5[_0x315d39(0x4d6)]((_0x325ac2,_0x16e26d)=>{const _0x16b753=_0x315d39;if(_0x325ac2==null){_0x16e26d[_0x16b753(0x535)](q);return;}_0x16e26d[_0x16b753(0x693)](q,_0x325ac2);});});}[_0xf1d127(0x4c2)](_0x839722,_0x51c73c){const _0x4ee423=_0xf1d127;let _0x3f31a8=this[_0x4ee423(0x686)][_0x4ee423(0x1f9)](_0x839722);_0x3f31a8||(_0x3f31a8=new Set(),this[_0x4ee423(0x686)][_0x4ee423(0x5a3)](_0x839722,_0x3f31a8)),_0x3f31a8[_0x4ee423(0x170)](_0x51c73c);let _0x4f6833=this['_markInteractionBoundaryOwnerTree'](_0x839722,_0x51c73c);return(0x0,e['toDisposable'])(()=>{const _0x2d9141=_0x4ee423;_0x3f31a8==null||_0x3f31a8[_0x2d9141(0x1f6)](_0x51c73c),_0x3f31a8&&_0x3f31a8[_0x2d9141(0x230)]===0x0&&this['_roots'][_0x2d9141(0x1f6)](_0x839722),_0x4f6833[_0x2d9141(0x5f2)]();});}[_0xf1d127(0x596)](_0x44b8fd,_0x3a8fd5,_0xd4942a){const _0x3627ac=_0xf1d127;let _0x533eaf=typeof(_0xd4942a==null?void 0x0:_0xd4942a[_0x3627ac(0x3ff)])==_0x3627ac(0x439)?_0xd4942a[_0x3627ac(0x3ff)]():void 0x0;if(_0x533eaf!=null&&_0x533eaf['some'](_0x421603=>_0x421603 instanceof HTMLElement&&this[_0x3627ac(0x5f1)](_0x44b8fd,_0x421603)))return!0x0;if(!(_0x3a8fd5 instanceof HTMLElement))return!0x1;if(this['_isOwnedElement'](_0x44b8fd,_0x3a8fd5))return!0x0;if(!_0x44b8fd)return Array[_0x3627ac(0x433)](this[_0x3627ac(0x686)][_0x3627ac(0x611)]())[_0x3627ac(0x68f)](_0x5cf6f4=>[..._0x5cf6f4][_0x3627ac(0x68f)](_0x4d041a=>_0x4d041a[_0x3627ac(0x46b)]&&_0x4d041a[_0x3627ac(0x596)](_0x3a8fd5)));let _0xc06634=this['_roots'][_0x3627ac(0x1f9)](_0x44b8fd);return!!_0xc06634&&[..._0xc06634][_0x3627ac(0x68f)](_0x59cae0=>_0x59cae0['isConnected']&&_0x59cae0[_0x3627ac(0x596)](_0x3a8fd5));}['hasRecentInteraction'](_0x16f393){const _0xf3f963=_0xf1d127;let _0x4138c9=_0x16f393?this['_activePortalOwners'][_0xf3f963(0x1f9)](_0x16f393):typeof document<'u'?this['_activePortalOwners'][_0xf3f963(0x1f9)](document):void 0x0;if(_0x4138c9!=null&&_0x4138c9['length'])return!0x0;let _0xd466ab=this[_0xf3f963(0x3a8)];return!_0xd466ab||Date[_0xf3f963(0x169)]()>_0xd466ab['expiresAt']?!0x1:!_0x16f393||_0xd466ab['document']===_0x16f393;}[_0xf1d127(0x6e3)](_0x53a400,_0x2cc9c5){const _0x3a3a36=_0xf1d127;if(!_0x53a400)return!0x1;let _0xc6d8a3=_0x2cc9c5?this[_0x3a3a36(0x62e)][_0x3a3a36(0x1f9)](_0x2cc9c5):typeof document<'u'?this[_0x3a3a36(0x62e)][_0x3a3a36(0x1f9)](document):void 0x0;if(_0xc6d8a3!=null&&_0xc6d8a3['some'](_0x41294e=>_0x41294e[_0x3a3a36(0x5b8)]===_0x53a400))return!0x0;let _0x374074=this['_pendingPortalOwner'];return!_0x374074||_0x374074[_0x3a3a36(0x5b8)]!==_0x53a400||Date[_0x3a3a36(0x169)]()>_0x374074['expiresAt']?!0x1:!_0x2cc9c5||_0x374074['document']===_0x2cc9c5;}[_0xf1d127(0x544)](_0x3b1082,_0x329019){const _0x15afb6=_0xf1d127;!_0x3b1082||!(_0x329019!=null&&_0x329019['body'])||this[_0x15afb6(0x703)](_0x3b1082,_0x329019)[_0x15afb6(0x4d6)](_0x12bcef=>this[_0x15afb6(0x6b0)](_0x12bcef,_0x329019));}[_0xf1d127(0x664)](_0x4c4206,_0x2c49d2){const _0xd5e410=_0xf1d127;var _0x425489,_0x4e48f6;if(!(_0x2c49d2!=null&&_0x2c49d2[_0xd5e410(0x3e8)]))return(0x0,e[_0xd5e410(0x211)])(()=>{});let _0x169f37=Symbol(_0x4c4206),_0x514a49=(_0x425489=this[_0xd5e410(0x62e)][_0xd5e410(0x1f9)](_0x2c49d2))==null?[]:_0x425489;return _0x514a49['push']({'embedId':_0x4c4206,'token':_0x169f37}),this[_0xd5e410(0x62e)]['set'](_0x2c49d2,_0x514a49),this[_0xd5e410(0x1a3)](_0x2c49d2),this[_0xd5e410(0x2aa)](_0x4c4206,_0x2c49d2,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x4c4206,_0x2c49d2),(_0x4e48f6=_0x2c49d2[_0xd5e410(0x14a)])==null||_0x4e48f6['setTimeout'](()=>{const _0xe41f56=_0xd5e410;let _0x509cc5=this[_0xe41f56(0x22a)](_0x2c49d2);(_0x509cc5==null?void 0x0:_0x509cc5[_0xe41f56(0x5b8)])===_0x4c4206&&_0x509cc5[_0xe41f56(0x557)]===_0x169f37&&(this[_0xe41f56(0x2aa)](_0x4c4206,_0x2c49d2,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0xe41f56(0x2f7)](_0x4c4206,_0x2c49d2));},0x0),(0x0,e['toDisposable'])(()=>{const _0x2a113c=_0xd5e410;let _0x5174ff=this[_0x2a113c(0x62e)][_0x2a113c(0x1f9)](_0x2c49d2),_0x5df0e5=!0x1;if(_0x5174ff){let _0x2235ee=_0x5174ff[_0x2a113c(0x1b5)](_0x2c9e2c=>_0x2c9e2c[_0x2a113c(0x5b8)]===_0x4c4206&&_0x2c9e2c[_0x2a113c(0x557)]===_0x169f37);_0x2235ee>=0x0&&_0x5174ff[_0x2a113c(0x2da)](_0x2235ee,0x1),_0x5df0e5=_0x5174ff[_0x2a113c(0x68f)](_0x329d86=>_0x329d86['embedId']===_0x4c4206),_0x5174ff[_0x2a113c(0x65c)]===0x0&&this[_0x2a113c(0x62e)][_0x2a113c(0x1f6)](_0x2c49d2);}_0x5df0e5||this[_0x2a113c(0x4a3)](_0x4c4206,_0x2c49d2);let _0x3ad858=this[_0x2a113c(0x22a)](_0x2c49d2);_0x3ad858&&(this[_0x2a113c(0x2aa)](_0x3ad858[_0x2a113c(0x5b8)],_0x2c49d2,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x3ad858[_0x2a113c(0x5b8)],_0x2c49d2));});}['_collectOwnedFloatingSurfaceRoots'](_0xba29d,_0x1a09b2){const _0x181b2f=_0xf1d127;var _0x14f072;let _0x250f4b=new Set(),_0x3e9aaf=_0x40ccd9=>{const _0x1590bb=_0x481e;let _0x2eec75=this['_resolveFloatingSurfaceRoot'](_0x40ccd9);!_0x2eec75||!this[_0x1590bb(0x5f1)](_0xba29d,_0x2eec75)||_0x250f4b[_0x1590bb(0x170)](_0x2eec75);};return _0x1a09b2[_0x181b2f(0x3e8)][_0x181b2f(0x548)]('['+G+'=\x22'+_0xba29d+'\x22]')['forEach'](_0x3e9aaf),(_0x14f072=this[_0x181b2f(0x686)][_0x181b2f(0x1f9)](_0xba29d))==null||_0x14f072[_0x181b2f(0x4d6)](_0x5714f9=>{_0x5714f9['isConnected']&&(_0x3e9aaf(_0x5714f9),_0x5714f9['querySelectorAll']('*')['forEach'](_0x3e9aaf));}),[..._0x250f4b]['sort']((_0x5b6a6d,_0x4271e1)=>_0x5b6a6d[_0x181b2f(0x596)](_0x4271e1)?0x1:_0x4271e1[_0x181b2f(0x596)](_0x5b6a6d)?-0x1:0x0);}[_0xf1d127(0x4f2)](_0x2b9f6d){const _0x4ee5b3=_0xf1d127;var _0x29c78b;if(!_0x2b9f6d['closest'](_0x4ee5b3(0x4d4))&&this[_0x4ee5b3(0x740)](_0x2b9f6d))return(_0x29c78b=_0x2b9f6d[_0x4ee5b3(0x763)](_0x4ee5b3(0x297)))==null?_0x2b9f6d:_0x29c78b;}[_0xf1d127(0x6b0)](_0x40e346,_0x3db66a){const _0x2ed3ee=_0xf1d127;let _0x21f288=_0x3db66a[_0x2ed3ee(0x14a)],_0x317716=_0x3db66a[_0x2ed3ee(0x4ba)]instanceof HTMLElement&&_0x40e346[_0x2ed3ee(0x596)](_0x3db66a['activeElement'])?_0x3db66a[_0x2ed3ee(0x4ba)]:_0x40e346,_0x22c2a1=_0x21f288!=null&&_0x21f288[_0x2ed3ee(0x45d)]?new _0x21f288[(_0x2ed3ee(0x45d))](_0x2ed3ee(0x63e),{'key':_0x2ed3ee(0x36b),'code':_0x2ed3ee(0x36b),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x2ed3ee(0x63e),{'bubbles':!0x0,'cancelable':!0x0});_0x317716['dispatchEvent'](_0x22c2a1);}[_0xf1d127(0x5f1)](_0x15a00d,_0x5b5b29){const _0x28be89=_0xf1d127;let _0x1f9150=_0x5b5b29[_0x28be89(0x763)]('['+G+']'),_0x432cd4=_0x1f9150==null?void 0x0:_0x1f9150[_0x28be89(0x47c)](G);if(_0x432cd4&&(!_0x15a00d||_0x432cd4===_0x15a00d))return!0x0;if(!_0x15a00d)return Array[_0x28be89(0x433)](this[_0x28be89(0x686)][_0x28be89(0x611)]())['some'](_0x45f821=>[..._0x45f821][_0x28be89(0x68f)](_0x2ebd6b=>_0x2ebd6b===_0x5b5b29||_0x2ebd6b[_0x28be89(0x596)](_0x5b5b29)));let _0x42c9af=this[_0x28be89(0x686)][_0x28be89(0x1f9)](_0x15a00d);return!!_0x42c9af&&[..._0x42c9af]['some'](_0x15d2df=>_0x15d2df===_0x5b5b29||_0x15d2df[_0x28be89(0x596)](_0x5b5b29));}[_0xf1d127(0x685)](_0x2a00d3,_0xc0ec59){const _0x54788b=_0xf1d127;var _0x5a5860;_0xc0ec59!=null&&_0xc0ec59[_0x54788b(0x3e8)]&&(this[_0x54788b(0x3a8)]={'embedId':_0x2a00d3,'document':_0xc0ec59,'expiresAt':Date['now']()+0x3e8},this[_0x54788b(0x1a3)](_0xc0ec59),this[_0x54788b(0x2aa)](_0x2a00d3,_0xc0ec59,{'includeAppShellEditorPortal':!0x1}),(_0x5a5860=_0xc0ec59[_0x54788b(0x14a)])==null||_0x5a5860['setTimeout'](()=>{const _0x4ad880=_0x54788b;let _0x6429cf=this[_0x4ad880(0x3a8)];(_0x6429cf==null?void 0x0:_0x6429cf[_0x4ad880(0x5b8)])===_0x2a00d3&&_0x6429cf[_0x4ad880(0x37d)]===_0xc0ec59&&Date[_0x4ad880(0x169)]()<=_0x6429cf[_0x4ad880(0x462)]&&this[_0x4ad880(0x2aa)](_0x2a00d3,_0xc0ec59,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0xf1d127(0x1a3)](_0x478fa9){const _0x1e9a46=_0xf1d127;if(this[_0x1e9a46(0x1ed)][_0x1e9a46(0x75f)](_0x478fa9)||!_0x478fa9['body'])return;let _0x341964=_0x478fa9['defaultView'];if(!(_0x341964!=null&&_0x341964[_0x1e9a46(0x5d3)]))return;let _0x29327c=new _0x341964[(_0x1e9a46(0x5d3))](_0x31fb81=>{const _0x38f5ae=_0x1e9a46;let _0x10f383=this[_0x38f5ae(0x3ea)](_0x478fa9);if(!_0x10f383)return;let _0x287f35={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x10f383[_0x38f5ae(0x2fa)],'allowDirectBodyPortal':!_0x10f383['stable']};_0x31fb81[_0x38f5ae(0x4d6)](_0x25dec3=>{const _0x59094c=_0x38f5ae;_0x25dec3[_0x59094c(0x5ea)]===_0x59094c(0x20a)&&_0x25dec3['target']instanceof _0x341964[_0x59094c(0x1ac)]&&this['_markBodyPortalOwner'](_0x25dec3['target'],_0x10f383[_0x59094c(0x5b8)],_0x478fa9,_0x287f35),_0x25dec3[_0x59094c(0x330)][_0x59094c(0x4d6)](_0x420ead=>{const _0x1af861=_0x59094c;_0x420ead instanceof _0x341964[_0x1af861(0x1ac)]&&(this[_0x1af861(0x1b0)](_0x420ead,_0x10f383[_0x1af861(0x5b8)],_0x478fa9,_0x287f35),_0x420ead[_0x1af861(0x548)]('*')[_0x1af861(0x4d6)](_0x3dee06=>{const _0x24bb0c=_0x1af861;this[_0x24bb0c(0x1b0)](_0x3dee06,_0x10f383[_0x24bb0c(0x5b8)],_0x478fa9,_0x287f35);}));});}),_0x10f383[_0x38f5ae(0x2fa)]&&this[_0x38f5ae(0x2f7)](_0x10f383[_0x38f5ae(0x5b8)],_0x478fa9);});_0x29327c[_0x1e9a46(0x318)](_0x478fa9['body'],{'attributeFilter':[_0x1e9a46(0x2d9),_0x1e9a46(0x2c5),'id',_0x1e9a46(0x32f),_0x1e9a46(0x4e4)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x29327c[_0x1e9a46(0x373)](),this[_0x1e9a46(0x1ed)][_0x1e9a46(0x5a3)](_0x478fa9,_0x29327c);}['_markBodyPortalOwner'](_0x1a0dd3,_0x41b215,_0x14a6a7,_0x15c3e4={}){const _0x309753=_0xf1d127;_0x15c3e4[_0x309753(0x321)]===!0x1&&_0x1a0dd3[_0x309753(0x515)]===_0x14a6a7[_0x309753(0x3e8)]&&!this['_isUniverPortalCandidate'](_0x1a0dd3)&&!this[_0x309753(0x246)](_0x1a0dd3)||this['_isBodyPortalCandidate'](_0x1a0dd3,_0x14a6a7,_0x15c3e4)&&(!this[_0x309753(0x246)](_0x1a0dd3)&&this[_0x309753(0x5e2)](_0x1a0dd3,_0x14a6a7)||(this[_0x309753(0x59e)](_0x1a0dd3,_0x41b215,_0x14a6a7),this[_0x309753(0x1dd)](_0x41b215,_0x1a0dd3,{'transient':!0x0}),this[_0x309753(0x600)](_0x1a0dd3,_0x15c3e4)));}['_markExistingBodyPortals'](_0x1d898d,_0x3e476c,_0x1a473d={}){const _0x3dc907=_0xf1d127;_0x3e476c[_0x3dc907(0x3e8)][_0x3dc907(0x548)]('*')[_0x3dc907(0x4d6)](_0x202b99=>{const _0x48cef2=_0x3dc907;this[_0x48cef2(0x1b0)](_0x202b99,_0x1d898d,_0x3e476c,{'includeAppShellEditorPortal':_0x1a473d['includeAppShellEditorPortal'],'allowOwnedPortalReassignment':_0x1a473d[_0x48cef2(0x19c)],'allowDirectBodyPortal':_0x1a473d[_0x48cef2(0x321)]});});}['_isBodyPortalCandidate'](_0x27bcf7,_0x5edc8b,_0x36f4ab={}){const _0x212311=_0xf1d127;if(!_0x5edc8b[_0x212311(0x3e8)][_0x212311(0x596)](_0x27bcf7))return!0x1;let _0x386f70=!!_0x36f4ab[_0x212311(0x30a)]&&this[_0x212311(0x246)](_0x27bcf7),_0xe65c92=this[_0x212311(0x5ba)](_0x27bcf7);if(!_0x36f4ab[_0x212311(0x19c)]&&!_0x386f70&&_0x27bcf7['closest'](_0x212311(0x291))||_0x27bcf7['id']===_0x212311(0x50a))return!0x1;let _0x4af0cb=_0x27bcf7['parentElement'];return!!_0x36f4ab[_0x212311(0x321)]&&_0x4af0cb===_0x5edc8b['body']||(_0x4af0cb==null?void 0x0:_0x4af0cb[_0x212311(0x763)]('[data-radix-popper-content-wrapper]'))!=null||_0xe65c92||_0x386f70;}[_0xf1d127(0x246)](_0x53e3c5){const _0x50790f=_0xf1d127;var _0x35eb9a,_0x5a061d;return((_0x35eb9a=_0x53e3c5[_0x50790f(0x515)])==null?void 0x0:_0x35eb9a['id'])!=='app'&&((_0x5a061d=_0x53e3c5['closest'](_0x50790f(0x3be)))==null?void 0x0:_0x5a061d['parentElement'])!==_0x53e3c5[_0x50790f(0x5c1)][_0x50790f(0x3e8)]?!0x1:_0x53e3c5['id'][_0x50790f(0x747)](_0x50790f(0x5b4))||_0x53e3c5['id'][_0x50790f(0x747)]('__editor___INTERNAL_EDITOR__')||_0x53e3c5[_0x50790f(0x763)](_0x50790f(0x617))!=null||_0x53e3c5['closest']('[id^=\x22__editor___INTERNAL_EDITOR__\x22]')!=null;}[_0xf1d127(0x343)](_0x833903){const _0x264791=_0xf1d127;return _0x833903['id'][_0x264791(0x747)](_0x264791(0x5b9))||_0x833903['id'][_0x264791(0x747)](_0x264791(0x14f))||_0x833903[_0x264791(0x763)]('[id^=\x22univer-doc-selection-container-docs-\x22]')!=null||_0x833903[_0x264791(0x763)](_0x264791(0x658))!=null;}[_0xf1d127(0x5ba)](_0x586de8){const _0x1a1e23=_0xf1d127;let _0x25b1c3=typeof _0x586de8[_0x1a1e23(0x302)]==_0x1a1e23(0x1cf)?_0x586de8[_0x1a1e23(0x302)]:'';if(_0x586de8[_0x1a1e23(0x47c)](_0x1a1e23(0x2c5))===_0x1a1e23(0x584)||_0x586de8[_0x1a1e23(0x5a5)]['contains'](_0x1a1e23(0x6a5))||_0x586de8['classList'][_0x1a1e23(0x596)](_0x1a1e23(0x41e))||_0x586de8[_0x1a1e23(0x5a5)][_0x1a1e23(0x596)](_0x1a1e23(0x3ae))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x1a1e23(0x3cc)](_0x25b1c3))return!0x0;let _0x1e42f3=_0x586de8[_0x1a1e23(0x47c)](_0x1a1e23(0x32f));return _0x1e42f3==='dialog'||_0x1e42f3===_0x1a1e23(0x2bc)||_0x1e42f3===_0x1a1e23(0x1d2)||_0x1e42f3===_0x1a1e23(0x210)||_0x586de8[_0x1a1e23(0x74c)](_0x1a1e23(0x6c5));}[_0xf1d127(0x5e2)](_0x106bb0,_0x3d1b53){const _0xbc1003=_0xf1d127;var _0x191c29,_0x9cd335;if(!this['_isUniverPortalTreeElement'](_0x106bb0))return!0x1;let _0x1db075=(_0x191c29=_0x106bb0[_0xbc1003(0x763)](_0xbc1003(0x297)))==null?_0x106bb0:_0x191c29,_0x47524e=(_0x9cd335=_0x1db075[_0xbc1003(0x763)](_0xbc1003(0x3be)))==null?_0x1db075[_0xbc1003(0x515)]:_0x9cd335;if(_0x1db075[_0xbc1003(0x515)]!==_0x3d1b53[_0xbc1003(0x3e8)]&&(_0x47524e==null?void 0x0:_0x47524e[_0xbc1003(0x515)])!==_0x3d1b53[_0xbc1003(0x3e8)])return!0x1;let _0x4a006e=_0x3d1b53[_0xbc1003(0x14a)];if(!_0x4a006e)return!0x1;let _0x5a8dd9=_0x1db075[_0xbc1003(0x539)]();return _0x5a8dd9[_0xbc1003(0x437)]<0x0||_0x5a8dd9['bottom']<0x0||_0x5a8dd9[_0xbc1003(0x356)]>_0x4a006e['innerWidth']||_0x5a8dd9[_0xbc1003(0x3c9)]>_0x4a006e['innerHeight']?!0x0:_0x5a8dd9[_0xbc1003(0x58b)]<=0x0||_0x5a8dd9[_0xbc1003(0x3d5)]<=0x0?_0x5a8dd9[_0xbc1003(0x356)]<0x0||_0x5a8dd9[_0xbc1003(0x3c9)]<0x0||_0x5a8dd9[_0xbc1003(0x356)]>_0x4a006e['innerWidth']||_0x5a8dd9[_0xbc1003(0x3c9)]>_0x4a006e[_0xbc1003(0x56c)]:!0x1;}[_0xf1d127(0x600)](_0x5080f2,_0x2e1de2={}){const _0x486c7f=_0xf1d127;let _0x358879=_0x2e1de2[_0x486c7f(0x30a)]&&this[_0x486c7f(0x246)](_0x5080f2)?_0x486c7f(0x4ed):this[_0x486c7f(0x740)](_0x5080f2)?_0x486c7f(0x66d):void 0x0;_0x358879&&(_0x5080f2[_0x486c7f(0x693)](q,_0x358879),_0x5080f2[_0x486c7f(0x548)]('*')[_0x486c7f(0x4d6)](_0x37a633=>{const _0x499cf6=_0x486c7f;_0x37a633[_0x499cf6(0x693)](q,_0x358879);}));}['_markInteractionBoundaryOwnerTree'](_0x2f3952,_0xfd171d,_0x5e015c={}){const _0x5d3b19=_0xf1d127;let _0x2e2938=new Map(),_0xa2b950=_0x4917b2=>{const _0x1138e7=_0x481e;_0x5e015c[_0x1138e7(0x560)]||_0x2e2938[_0x1138e7(0x5a3)](_0x4917b2,_0x4917b2[_0x1138e7(0x47c)](G)),_0x4917b2[_0x1138e7(0x693)](G,_0x2f3952);};return _0xa2b950(_0xfd171d),_0xfd171d[_0x5d3b19(0x548)]('*')[_0x5d3b19(0x4d6)](_0xa2b950),(0x0,e[_0x5d3b19(0x211)])(()=>{const _0x382755=_0x5d3b19;_0x2e2938[_0x382755(0x4d6)]((_0x641278,_0x3e9d09)=>{const _0xa5ecc4=_0x382755;if(_0x641278==null){_0x3e9d09[_0xa5ecc4(0x535)](G);return;}_0x3e9d09[_0xa5ecc4(0x693)](G,_0x641278);});});}[_0xf1d127(0x740)](_0x10cf4f){const _0x4d4d8e=_0xf1d127;return this[_0x4d4d8e(0x5ba)](_0x10cf4f)||_0x10cf4f[_0x4d4d8e(0x763)](_0x4d4d8e(0x297))!=null;}[_0xf1d127(0x3ea)](_0x443066){const _0x13a0b3=_0xf1d127;let _0x3e5f35=this[_0x13a0b3(0x22a)](_0x443066);if(_0x3e5f35)return{'embedId':_0x3e5f35[_0x13a0b3(0x5b8)],'stable':!0x0};let _0x4aa76c=this[_0x13a0b3(0x3a8)];if(_0x4aa76c&&_0x4aa76c[_0x13a0b3(0x37d)]===_0x443066&&Date[_0x13a0b3(0x169)]()<=_0x4aa76c['expiresAt'])return{'embedId':_0x4aa76c[_0x13a0b3(0x5b8)],'stable':!0x1};}[_0xf1d127(0x22a)](_0x4965ff){const _0x143035=_0xf1d127;let _0x1e8982=this[_0x143035(0x62e)][_0x143035(0x1f9)](_0x4965ff);return _0x1e8982==null?void 0x0:_0x1e8982[_0x1e8982[_0x143035(0x65c)]-0x1];}[_0xf1d127(0x2f7)](_0x492b63,_0x13f3b8){const _0x45d3b8=_0xf1d127;let _0x32f52d=this['_roots'][_0x45d3b8(0x1f9)](_0x492b63);_0x13f3b8[_0x45d3b8(0x3e8)][_0x45d3b8(0x548)]('['+G+'=\x22'+_0x492b63+'\x22]')[_0x45d3b8(0x4d6)](_0x40b671=>{const _0x449986=_0x45d3b8;_0x40b671['parentElement']===_0x13f3b8['body']&&(_0x32f52d&&[..._0x32f52d][_0x449986(0x68f)](_0x169b04=>_0x169b04===_0x40b671||_0x169b04['contains'](_0x40b671))||this['_isUniverPortalCandidate'](_0x40b671)||this['_isAppShellEditorPortalCandidate'](_0x40b671)||_0x40b671[_0x449986(0x535)](G));});}[_0xf1d127(0x59e)](_0x4e73aa,_0x337967,_0x38f7c6){const _0x2834dc=_0xf1d127;let _0x164bad=_0x4e73aa['getAttribute'](G);if(!_0x164bad||_0x164bad===_0x337967)return;let _0x72056=_0x38f7c6['activeElement'];!(_0x72056 instanceof HTMLElement)||_0x72056!==_0x4e73aa&&!_0x4e73aa[_0x2834dc(0x596)](_0x72056)||(_0x72056[_0x2834dc(0x662)](),_0x38f7c6['activeElement']===_0x72056&&this[_0x2834dc(0x309)](_0x38f7c6));}[_0xf1d127(0x4a3)](_0x1a0bf2,_0x3b8a77){const _0x3d095f=_0xf1d127;let _0x417035=this[_0x3d095f(0x686)][_0x3d095f(0x1f9)](_0x1a0bf2),_0x8a26f=_0x3b8a77['body'][_0x3d095f(0x548)]('['+G+'=\x22'+_0x1a0bf2+'\x22]'),_0x3cadb8=_0x2201dd=>_0x417035!=null&&[..._0x417035]['some'](_0x51d29d=>_0x51d29d===_0x2201dd||_0x51d29d[_0x3d095f(0x596)](_0x2201dd)),_0x575eb3=[];_0x8a26f[_0x3d095f(0x4d6)](_0x31c0d5=>{const _0xb2db2a=_0x3d095f;_0x3cadb8(_0x31c0d5)||(_0x575eb3['push'](_0x31c0d5),_0x31c0d5['removeAttribute'](G),this[_0xb2db2a(0x429)](_0x31c0d5));});let _0x1bd413=_0x3b8a77['activeElement'];_0x1bd413 instanceof HTMLElement&&_0x575eb3[_0x3d095f(0x68f)](_0x4bc5b4=>_0x4bc5b4===_0x1bd413||_0x4bc5b4[_0x3d095f(0x596)](_0x1bd413))&&(_0x1bd413[_0x3d095f(0x662)](),_0x3b8a77[_0x3d095f(0x4ba)]===_0x1bd413&&this[_0x3d095f(0x309)](_0x3b8a77));}['_focusDocumentBody'](_0x2e8ac6){const _0x34b734=_0xf1d127;let _0x340054=_0x2e8ac6['body'];if(!_0x340054)return;let _0x2bb5b7=_0x340054[_0x34b734(0x47c)](_0x34b734(0x639));_0x2bb5b7==null&&(_0x340054['tabIndex']=-0x1),_0x340054[_0x34b734(0x4c6)]({'preventScroll':!0x0}),_0x2bb5b7==null?_0x340054[_0x34b734(0x535)]('tabindex'):_0x340054[_0x34b734(0x693)]('tabindex',_0x2bb5b7),_0x2e8ac6[_0x34b734(0x4ba)]!==_0x340054&&this[_0x34b734(0x2f2)](_0x2e8ac6);}[_0xf1d127(0x2f2)](_0x8a4026){const _0x1559ad=_0xf1d127;var _0x211b87;let _0x2b79d2=_0x8a4026[_0x1559ad(0x3e8)];if(!_0x2b79d2)return;let _0x3a5474=_0x8a4026[_0x1559ad(0x5c9)](_0x1559ad(0x67c));_0x3a5474[_0x1559ad(0x472)]=-0x1,_0x3a5474[_0x1559ad(0x693)](_0x1559ad(0x4ab),'true'),_0x3a5474[_0x1559ad(0x4e4)][_0x1559ad(0x595)]='position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;',_0x2b79d2[_0x1559ad(0x694)](_0x3a5474),_0x3a5474[_0x1559ad(0x4c6)]({'preventScroll':!0x0}),(_0x211b87=_0x8a4026[_0x1559ad(0x14a)])==null||_0x211b87['setTimeout'](()=>_0x3a5474[_0x1559ad(0x331)](),0x0);}[_0xf1d127(0x429)](_0x28f76e){const _0x43d86f=_0xf1d127;(_0x28f76e['getAttribute'](_0x43d86f(0x324))==='child-editor'||_0x28f76e['getAttribute'](_0x43d86f(0x324))==='child-popup')&&_0x28f76e[_0x43d86f(0x535)](q),_0x28f76e[_0x43d86f(0x548)]('['+q+']')['forEach'](_0xc76bba=>{const _0x556a98=_0x43d86f;let _0x1ffcad=_0xc76bba['getAttribute'](q);(_0x1ffcad===_0x556a98(0x4ed)||_0x1ffcad===_0x556a98(0x66d))&&_0xc76bba[_0x556a98(0x535)](q);});}};const q='data-embed-runtime-focus-role';var J=class{constructor(){const _0x550244=_0xf1d127;H(this,'_leases',new Map()),H(this,_0x550244(0x41b),new Map()),H(this,'_runtimeScopes',new Map()),H(this,_0x550244(0x393),0x0),H(this,_0x550244(0x428),new a['Subject']()),H(this,_0x550244(0x353),new a['Subject']());}[_0xf1d127(0x2e6)](_0x424d48){const _0x3587d2=_0xf1d127;let _0x45bb25={'role':_0x424d48['role'],'owner':_0x424d48[_0x3587d2(0x556)],'sessionMode':_0x424d48[_0x3587d2(0x34d)],'hostUnitId':_0x424d48[_0x3587d2(0x448)],'childUnitId':_0x424d48[_0x3587d2(0x28d)],'childType':_0x424d48[_0x3587d2(0x3dc)],'associatedChildUnitIds':_0x424d48[_0x3587d2(0x3fc)],'sequence':++this[_0x3587d2(0x393)]},_0x131f05=this[_0x3587d2(0x253)]['get'](_0x424d48[_0x3587d2(0x5b8)]);return _0x131f05||(_0x131f05=new Set(),this[_0x3587d2(0x253)][_0x3587d2(0x5a3)](_0x424d48[_0x3587d2(0x5b8)],_0x131f05)),_0x131f05[_0x3587d2(0x170)](_0x45bb25),_0x45bb25[_0x3587d2(0x32f)]!=='runtime'&&this[_0x3587d2(0x6c9)](),_0x45bb25[_0x3587d2(0x32f)]===_0x3587d2(0x6f8)&&this[_0x3587d2(0x21f)](),(0x0,e['toDisposable'])(()=>{const _0x25eb33=_0x3587d2;_0x131f05==null||_0x131f05[_0x25eb33(0x1f6)](_0x45bb25),(_0x131f05==null?void 0x0:_0x131f05['size'])===0x0&&this[_0x25eb33(0x253)][_0x25eb33(0x1f6)](_0x424d48[_0x25eb33(0x5b8)]),_0x45bb25[_0x25eb33(0x32f)]!==_0x25eb33(0x5f9)&&this[_0x25eb33(0x6c9)](),_0x45bb25[_0x25eb33(0x32f)]===_0x25eb33(0x6f8)&&this[_0x25eb33(0x21f)]();});}['hasChildInteractionLease'](_0x225cb8){const _0x5be2f9=_0xf1d127;if(!_0x225cb8)return!0x1;let _0x17b0f8=this['_leases'][_0x5be2f9(0x1f9)](_0x225cb8);return _0x17b0f8&&[..._0x17b0f8]['some'](_0x3fbd11=>_0x3fbd11[_0x5be2f9(0x32f)]!==_0x5be2f9(0x5f9))?!0x0:this[_0x5be2f9(0x1c5)](_0x225cb8,this[_0x5be2f9(0x3c5)](_0x225cb8));}[_0xf1d127(0x6d2)](_0x1a7c27,_0x52271f){const _0x4f7474=_0xf1d127;if(!_0x1a7c27)return!0x1;let _0x16da6a=this[_0x4f7474(0x253)][_0x4f7474(0x1f9)](_0x1a7c27);return _0x16da6a&&[..._0x16da6a]['some'](_0x41d8a4=>this[_0x4f7474(0x572)](_0x41d8a4,_0x52271f))?!0x0:this['containsElement'](_0x1a7c27,this['_getActiveElement'](_0x1a7c27));}[_0xf1d127(0x150)](){const _0x44381e=_0xf1d127;return[...this[_0x44381e(0x253)][_0x44381e(0x611)]()][_0x44381e(0x68f)](_0x7d2c24=>[..._0x7d2c24][_0x44381e(0x68f)](_0x455737=>_0x455737[_0x44381e(0x32f)]!==_0x44381e(0x5f9)))||this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0xf1d127(0x530)](_0x42ecea){const _0x446a91=_0xf1d127;if([...this[_0x446a91(0x253)][_0x446a91(0x611)]()][_0x446a91(0x68f)](_0x4bee8a=>[..._0x4bee8a][_0x446a91(0x68f)](_0x303ef0=>this[_0x446a91(0x572)](_0x303ef0,_0x42ecea))))return!0x0;let _0x1601c6=this[_0x446a91(0x466)]();return _0x1601c6!=null&&this[_0x446a91(0x6f9)](_0x1601c6[_0x446a91(0x32f)]);}[_0xf1d127(0x688)](_0x35528c,_0x47dc77){const _0x21fdc3=_0xf1d127;if(!_0x35528c)return!0x1;let _0xd923ea=this['_leases'][_0x21fdc3(0x1f9)](_0x35528c);return _0xd923ea&&[..._0xd923ea]['some'](_0x518962=>this[_0x21fdc3(0x57a)](_0x518962,_0x47dc77))?!0x0:this[_0x21fdc3(0x1c5)](_0x35528c,this[_0x21fdc3(0x3c5)](_0x35528c));}[_0xf1d127(0x256)](_0x3e736e){const _0x53162c=_0xf1d127;return[...this[_0x53162c(0x253)][_0x53162c(0x611)]()][_0x53162c(0x68f)](_0x567be5=>[..._0x567be5]['some'](_0x3caa90=>this[_0x53162c(0x57a)](_0x3caa90,_0x3e736e)))?!0x0:this[_0x53162c(0x466)]()!=null;}[_0xf1d127(0x3e9)](_0x2684d3,_0x5363db){const _0x33cf9c=_0xf1d127;if(!_0x2684d3)return this[_0x33cf9c(0x256)](_0x5363db);if([...this[_0x33cf9c(0x253)][_0x33cf9c(0x611)]()][_0x33cf9c(0x68f)](_0x25adc9=>[..._0x25adc9][_0x33cf9c(0x68f)](_0x502c52=>this[_0x33cf9c(0x57a)](_0x502c52,_0x5363db)&&this[_0x33cf9c(0x3cb)](_0x502c52,_0x2684d3))))return!0x0;let _0x5b2394=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0x5b2394)return!0x1;let _0x3e28b7=this[_0x33cf9c(0x253)]['get'](_0x5b2394[_0x33cf9c(0x5b8)]);return _0x3e28b7&&[..._0x3e28b7][_0x33cf9c(0x68f)](_0x283728=>this[_0x33cf9c(0x57a)](_0x283728,_0x5363db)&&this[_0x33cf9c(0x3cb)](_0x283728,_0x2684d3))?!0x0:this['_ownedRuntimeFocusAppliesToHost'](_0x5b2394[_0x33cf9c(0x5b8)],_0x2684d3);}[_0xf1d127(0x231)](_0x5d7c00){const _0x3b455b=_0xf1d127;return _0x5d7c00?[...this[_0x3b455b(0x253)][_0x3b455b(0x611)]()][_0x3b455b(0x68f)](_0x32ea11=>[..._0x32ea11][_0x3b455b(0x68f)](_0x363522=>this['_leaseAppliesToChildUnit'](_0x363522,_0x5d7c00)&&_0x363522[_0x3b455b(0x32f)]!=='runtime')):!0x1;}[_0xf1d127(0x1ce)](_0x4c052b){const _0x3c89f5=_0xf1d127;let _0x19a372={'hostUnitId':_0x4c052b[_0x3c89f5(0x448)],'childUnitId':_0x4c052b['childUnitId'],'childType':_0x4c052b['childType'],'sessionMode':_0x4c052b[_0x3c89f5(0x34d)]};return this['_runtimeScopes'][_0x3c89f5(0x5a3)](_0x4c052b[_0x3c89f5(0x5b8)],_0x19a372),this['_notifyRuntimeFocusChanged'](),this[_0x3c89f5(0x21f)](),(0x0,e[_0x3c89f5(0x211)])(()=>{const _0xd03f8f=_0x3c89f5;this[_0xd03f8f(0x2d8)][_0xd03f8f(0x1f9)](_0x4c052b[_0xd03f8f(0x5b8)])===_0x19a372&&(this['_runtimeScopes']['delete'](_0x4c052b[_0xd03f8f(0x5b8)]),this['_notifyRuntimeFocusChanged'](),this[_0xd03f8f(0x21f)]());});}['resolveRuntimeScopeByChildUnitId'](_0x1ddd22){const _0x5c4de2=_0xf1d127;if(_0x1ddd22){for(let [_0x3d33f2,_0x57740c]of this[_0x5c4de2(0x2d8)])if(_0x57740c['childUnitId']===_0x1ddd22)return{'embedId':_0x3d33f2,'hostUnitId':_0x57740c[_0x5c4de2(0x448)],'childUnitId':_0x57740c['childUnitId'],'childType':_0x57740c[_0x5c4de2(0x3dc)],'sessionMode':_0x57740c[_0x5c4de2(0x34d)]};}}[_0xf1d127(0x386)](){const _0x990a4b=_0xf1d127;let _0xcc4ce4;for(let [_0x4df7a8,_0xa627ff]of this['_leases'])for(let _0x5a3b89 of _0xa627ff){if(_0x5a3b89[_0x990a4b(0x32f)]!==_0x990a4b(0x6f8)||!_0x5a3b89['childUnitId'])continue;let _0x2f350d=this['_getChildSessionPriority'](_0x5a3b89);(!_0xcc4ce4||_0x2f350d>_0xcc4ce4['priority']||_0x2f350d===_0xcc4ce4[_0x990a4b(0x513)]&&_0x5a3b89[_0x990a4b(0x471)]>_0xcc4ce4[_0x990a4b(0x509)][_0x990a4b(0x471)])&&(_0xcc4ce4={'embedId':_0x4df7a8,'lease':_0x5a3b89,'priority':_0x2f350d});}return _0xcc4ce4?{'embedId':_0xcc4ce4[_0x990a4b(0x5b8)],'hostUnitId':_0xcc4ce4[_0x990a4b(0x509)][_0x990a4b(0x448)],'childUnitId':_0xcc4ce4[_0x990a4b(0x509)][_0x990a4b(0x28d)],'childType':_0xcc4ce4[_0x990a4b(0x509)][_0x990a4b(0x3dc)],'sessionMode':this[_0x990a4b(0x6f3)](_0xcc4ce4[_0x990a4b(0x509)])}:void 0x0;}['isChildUnitRuntimeEvent'](_0x574584,_0x30c838,_0x1a2978){const _0x11d490=_0xf1d127;if(!_0x574584)return!0x1;let _0x5d05c0=this[_0x11d490(0x51d)](_0x30c838,_0x1a2978);return _0x5d05c0?this['_ownedEmbedAppliesToChildUnit'](_0x5d05c0,_0x574584):!0x1;}['shouldSuppressHostInteraction'](_0x4c65b8,_0x4576d3,_0x165448,_0x46cec7){const _0x3f880d=_0xf1d127;return this[_0x3f880d(0x235)](_0x4c65b8,_0x4576d3,_0x165448)||this[_0x3f880d(0x231)](_0x4c65b8)?!0x1:this[_0x3f880d(0x3e9)](_0x4c65b8,_0x46cec7);}['registerElement'](_0x5904e8){const _0x355e5e=_0xf1d127;let _0x295c8c=this[_0x355e5e(0x41b)][_0x355e5e(0x1f9)](_0x5904e8['embedId']);_0x295c8c||(_0x295c8c=new Set(),this['_elements'][_0x355e5e(0x5a3)](_0x5904e8['embedId'],_0x295c8c)),_0x295c8c[_0x355e5e(0x170)](_0x5904e8[_0x355e5e(0x60c)]);let _0x20c7bd=_0x5904e8['element'][_0x355e5e(0x47c)](q);return _0x5904e8['element'][_0x355e5e(0x693)](q,_0x5904e8[_0x355e5e(0x32f)]),(0x0,e[_0x355e5e(0x211)])(()=>{const _0x3eb578=_0x355e5e;_0x295c8c==null||_0x295c8c['delete'](_0x5904e8['element']),(_0x295c8c==null?void 0x0:_0x295c8c[_0x3eb578(0x230)])===0x0&&this['_elements'][_0x3eb578(0x1f6)](_0x5904e8[_0x3eb578(0x5b8)]),_0x20c7bd==null?_0x5904e8['element'][_0x3eb578(0x535)](q):_0x5904e8[_0x3eb578(0x60c)][_0x3eb578(0x693)](q,_0x20c7bd);});}[_0xf1d127(0x1c5)](_0x4ecda6,_0x3c09e5,_0x4839fd){const _0x530cd5=_0xf1d127;if(!_0x4ecda6)return!0x1;let _0x95a7bb=this['_elements'][_0x530cd5(0x1f9)](_0x4ecda6),_0x1a9c9e=typeof(_0x4839fd==null?void 0x0:_0x4839fd[_0x530cd5(0x3ff)])=='function'?_0x4839fd[_0x530cd5(0x3ff)]():void 0x0;return _0x95a7bb!=null&&_0x95a7bb[_0x530cd5(0x230)]&&_0x1a9c9e!=null&&_0x1a9c9e[_0x530cd5(0x68f)](_0x589e97=>_0x589e97 instanceof HTMLElement&&this[_0x530cd5(0x5b7)](_0x95a7bb,_0x589e97))||_0x1a9c9e!=null&&_0x1a9c9e[_0x530cd5(0x68f)](_0x16c304=>_0x16c304 instanceof HTMLElement&&this[_0x530cd5(0x6df)](_0x4ecda6,_0x16c304))?!0x0:_0x3c09e5 instanceof HTMLElement&&(!!(_0x95a7bb!=null&&_0x95a7bb['size'])&&this[_0x530cd5(0x5b7)](_0x95a7bb,_0x3c09e5)||this[_0x530cd5(0x6df)](_0x4ecda6,_0x3c09e5));}[_0xf1d127(0x5b7)](_0x192fca,_0x1f7ae4){const _0x41b122=_0xf1d127;return[..._0x192fca][_0x41b122(0x68f)](_0x12076e=>_0x12076e===_0x1f7ae4||_0x12076e['contains'](_0x1f7ae4));}[_0xf1d127(0x572)](_0x4b026d,_0x2f5c2b){const _0x363d95=_0xf1d127;var _0x718636;return _0x4b026d[_0x363d95(0x556)]&&!(_0x2f5c2b==null||(_0x718636=_0x2f5c2b[_0x363d95(0x143)])==null)&&_0x718636[_0x363d95(0x3d4)](_0x4b026d[_0x363d95(0x556)])?!0x1:this['_isBlockingRole'](_0x4b026d[_0x363d95(0x32f)]);}[_0xf1d127(0x57a)](_0x4cbfa0,_0x73b84a){const _0x350555=_0xf1d127;var _0x2206b3;return _0x4cbfa0[_0x350555(0x556)]&&!(_0x73b84a==null||(_0x2206b3=_0x73b84a[_0x350555(0x143)])==null)&&_0x2206b3[_0x350555(0x3d4)](_0x4cbfa0[_0x350555(0x556)])?!0x1:_0x4cbfa0[_0x350555(0x32f)]!==_0x350555(0x5f9);}[_0xf1d127(0x3cb)](_0x555cf4,_0x2c8b42){const _0xd95691=_0xf1d127;return _0x555cf4[_0xd95691(0x448)]==null||_0x555cf4['hostUnitId']===_0x2c8b42;}['_ownedRuntimeFocusAppliesToHost'](_0x5bd362,_0x50e95d){const _0x3508cd=_0xf1d127;let _0x394cde=this[_0x3508cd(0x2d8)]['get'](_0x5bd362);return!!_0x394cde&&(_0x394cde[_0x3508cd(0x448)]==null||_0x394cde[_0x3508cd(0x448)]===_0x50e95d);}[_0xf1d127(0x258)](_0x511743,_0x1c4dd1){const _0x502b61=_0xf1d127;var _0x3851a8;return _0x511743[_0x502b61(0x28d)]===_0x1c4dd1||((_0x3851a8=_0x511743['associatedChildUnitIds'])==null?void 0x0:_0x3851a8[_0x502b61(0x3d4)](_0x1c4dd1))===!0x0;}[_0xf1d127(0x574)](_0x5aee50,_0x56d5c8){const _0x54eb6d=_0xf1d127;var _0x3b1860;if(((_0x3b1860=this['_runtimeScopes'][_0x54eb6d(0x1f9)](_0x5aee50))==null?void 0x0:_0x3b1860['childUnitId'])===_0x56d5c8)return!0x0;let _0x3b6d4f=this[_0x54eb6d(0x253)][_0x54eb6d(0x1f9)](_0x5aee50);return!!_0x3b6d4f&&[..._0x3b6d4f][_0x54eb6d(0x68f)](_0x591d9e=>this[_0x54eb6d(0x258)](_0x591d9e,_0x56d5c8));}[_0xf1d127(0x6f9)](_0x3d4286){const _0x3bbbc1=_0xf1d127;return _0x3d4286!==_0x3bbbc1(0x5f9);}[_0xf1d127(0x582)](_0xac4411){const _0x360255=_0xf1d127;let _0x5be3b1=this[_0x360255(0x6f3)](_0xac4411);return _0x5be3b1===_0x360255(0x43c)?0x1e:_0x5be3b1===_0x360255(0x502)?0x14:_0x5be3b1===_0x360255(0x4df)?0xa:0x0;}[_0xf1d127(0x6f3)](_0x2ce278){const _0x5c7dfb=_0xf1d127;return _0x2ce278[_0x5c7dfb(0x34d)]?_0x2ce278['sessionMode']:_0x2ce278[_0x5c7dfb(0x556)]===_0x5c7dfb(0x4e6)?_0x5c7dfb(0x43c):_0x2ce278[_0x5c7dfb(0x556)]===_0x5c7dfb(0x181)||_0x2ce278[_0x5c7dfb(0x556)]===_0x5c7dfb(0x684)?_0x5c7dfb(0x502):_0x2ce278[_0x5c7dfb(0x556)]==='tab-peer-runtime'?_0x5c7dfb(0x4df):_0x2ce278[_0x5c7dfb(0x32f)]==='child-session'?'child-keyboard':_0x5c7dfb(0x567);}[_0xf1d127(0x6df)](_0xd07f03,_0x13c06f){const _0x526fd2=_0xf1d127;return _0x13c06f[_0x526fd2(0x763)]('['+G+'=\x22'+_0xd07f03+'\x22]')!=null;}[_0xf1d127(0x51d)](_0x382e3e,_0x5c1c17){const _0x532bd1=_0xf1d127;var _0x49c36e,_0x1890a0;let _0x108bae=typeof(_0x5c1c17==null?void 0x0:_0x5c1c17[_0x532bd1(0x3ff)])==_0x532bd1(0x439)?_0x5c1c17['composedPath']():void 0x0,_0x2e57b2=_0x108bae==null?void 0x0:_0x108bae[_0x532bd1(0x27e)](_0x5eb193=>this['_isHTMLElement'](_0x5eb193)&&_0x5eb193[_0x532bd1(0x74c)](_0x532bd1(0x5b3))),_0x5b38c6=_0x2e57b2==null?this[_0x532bd1(0x218)](_0x382e3e)?(_0x49c36e=_0x382e3e['closest'](_0x532bd1(0x291)))==null?void 0x0:_0x49c36e:void 0x0:_0x2e57b2;return(_0x1890a0=_0x5b38c6==null?void 0x0:_0x5b38c6[_0x532bd1(0x47c)](_0x532bd1(0x5b3)))==null?this['_getOwnedEmbedIdFromEventPoint'](_0x5c1c17):_0x1890a0;}[_0xf1d127(0x463)](_0x453448){const _0x4818da=_0xf1d127;let _0x301e97=this['_getEventClientPoint'](_0x453448);if(!_0x301e97)return;let _0x5f31f1;for(let [_0x27bd8e,_0xe4dce5]of this['_elements'])for(let _0x38a868 of _0xe4dce5){let _0x48d6c7=_0x38a868[_0x4818da(0x539)]();if(!this['_rectContainsPoint'](_0x48d6c7,_0x301e97[_0x4818da(0x182)],_0x301e97[_0x4818da(0x436)]))continue;let _0xbd80a2=_0x48d6c7[_0x4818da(0x58b)]*_0x48d6c7[_0x4818da(0x3d5)];(!_0x5f31f1||_0xbd80a2<_0x5f31f1[_0x4818da(0x312)])&&(_0x5f31f1={'embedId':_0x27bd8e,'area':_0xbd80a2});}return _0x5f31f1==null?void 0x0:_0x5f31f1[_0x4818da(0x5b8)];}[_0xf1d127(0x49e)](_0xa90863){const _0x14dbf2=_0xf1d127;let _0xa5e4b4=_0xa90863;if(_0xa5e4b4){if(Number[_0x14dbf2(0x612)](_0xa5e4b4['clientX'])&&Number[_0x14dbf2(0x612)](_0xa5e4b4[_0x14dbf2(0x436)]))return{'clientX':_0xa5e4b4[_0x14dbf2(0x182)],'clientY':_0xa5e4b4[_0x14dbf2(0x436)]};if(Number['isFinite'](_0xa5e4b4['x'])&&Number['isFinite'](_0xa5e4b4['y']))return{'clientX':_0xa5e4b4['x'],'clientY':_0xa5e4b4['y']};}}[_0xf1d127(0x691)](_0x312df7,_0x38d945,_0x170dec){const _0x162902=_0xf1d127;return _0x312df7['width']>0x0&&_0x312df7[_0x162902(0x3d5)]>0x0&&_0x38d945>=_0x312df7[_0x162902(0x356)]&&_0x38d945<=_0x312df7[_0x162902(0x437)]&&_0x170dec>=_0x312df7['top']&&_0x170dec<=_0x312df7['bottom'];}[_0xf1d127(0x466)](){const _0x4fe3bf=_0xf1d127;var _0x108dc5;let _0x4ebf2a=this[_0x4fe3bf(0x1ec)]();if(!this['_isHTMLElement'](_0x4ebf2a))return;let _0x53fb37=_0x4ebf2a[_0x4fe3bf(0x763)]('['+G+']');if(!_0x53fb37)return;let _0x24f900=_0x53fb37[_0x4fe3bf(0x47c)](G),_0x3be962=(_0x108dc5=_0x4ebf2a[_0x4fe3bf(0x763)](_0x4fe3bf(0x275)))==null?void 0x0:_0x108dc5[_0x4fe3bf(0x47c)](q);return _0x24f900&&this[_0x4fe3bf(0x3f8)](_0x3be962)?{'embedId':_0x24f900,'role':_0x3be962}:void 0x0;}[_0xf1d127(0x218)](_0x5e87ec){const _0x28f56b=_0xf1d127;var _0x2522b5;if(!_0x5e87ec)return!0x1;let _0x755318=(_0x2522b5=_0x5e87ec[_0x28f56b(0x5c1)])==null?void 0x0:_0x2522b5[_0x28f56b(0x14a)];return _0x755318?_0x5e87ec instanceof _0x755318[_0x28f56b(0x1ac)]:typeof HTMLElement<'u'&&_0x5e87ec instanceof HTMLElement;}[_0xf1d127(0x3f8)](_0x51b520){const _0x17ab45=_0xf1d127;return _0x51b520==='runtime'||_0x51b520===_0x17ab45(0x6f8)||_0x51b520===_0x17ab45(0x4ed)||_0x51b520===_0x17ab45(0x66d)||_0x51b520===_0x17ab45(0x307);}[_0xf1d127(0x1ec)](){const _0x1232eb=_0xf1d127;for(let _0x6a1edd of this[_0x1232eb(0x41b)][_0x1232eb(0x611)]()){var _0x302f98;let _0x250934=(_0x302f98=_0x6a1edd[_0x1232eb(0x611)]()['next']()[_0x1232eb(0x1b4)])==null?void 0x0:_0x302f98[_0x1232eb(0x5c1)];if(_0x250934!=null&&_0x250934['activeElement'])return _0x250934[_0x1232eb(0x4ba)];}return typeof document>'u'?null:document['activeElement'];}[_0xf1d127(0x3c5)](_0x4be2ec){const _0x49b10d=_0xf1d127;var _0x37b14f,_0x39f709;let _0x4db3bb=this['_elements'][_0x49b10d(0x1f9)](_0x4be2ec),_0x1eb634=_0x4db3bb==null||(_0x37b14f=_0x4db3bb[_0x49b10d(0x611)]()[_0x49b10d(0x549)]()[_0x49b10d(0x1b4)])==null?void 0x0:_0x37b14f[_0x49b10d(0x5c1)];return(_0x39f709=_0x1eb634==null?void 0x0:_0x1eb634['activeElement'])==null?typeof document>'u'?null:document[_0x49b10d(0x4ba)]:_0x39f709;}[_0xf1d127(0x6c9)](){const _0x3d24da=_0xf1d127;this['runtimeFocusChanged$'][_0x3d24da(0x549)]();}['_notifyRuntimeSessionChanged'](){const _0x5d7bab=_0xf1d127;this['runtimeSessionChanged$'][_0x5d7bab(0x549)]();}};function Y(_0x5927ca,_0x4ce4f4){return function(_0x12530d,_0xd6fe96){_0x4ce4f4(_0x12530d,_0xd6fe96,_0x5927ca);};}function Ne(_0x754333,_0x4bc33d,_0x127319,_0x284a65){const _0x49ef6e=_0xf1d127;var _0x474a70=arguments[_0x49ef6e(0x65c)],_0x3ae384=_0x474a70<0x3?_0x4bc33d:_0x284a65===null?_0x284a65=Object[_0x49ef6e(0x498)](_0x4bc33d,_0x127319):_0x284a65,_0x353852;if(typeof Reflect==_0x49ef6e(0x16e)&&typeof Reflect['decorate']=='function')_0x3ae384=Reflect[_0x49ef6e(0x2d3)](_0x754333,_0x4bc33d,_0x127319,_0x284a65);else{for(var _0x1821bc=_0x754333[_0x49ef6e(0x65c)]-0x1;_0x1821bc>=0x0;_0x1821bc--)(_0x353852=_0x754333[_0x1821bc])&&(_0x3ae384=(_0x474a70<0x3?_0x353852(_0x3ae384):_0x474a70>0x3?_0x353852(_0x4bc33d,_0x127319,_0x3ae384):_0x353852(_0x4bc33d,_0x127319))||_0x3ae384);}return _0x474a70>0x3&&_0x3ae384&&Object[_0x49ef6e(0x6ed)](_0x4bc33d,_0x127319,_0x3ae384),_0x3ae384;}const Pe=new WeakMap();let Fe=0x0;function Ie(_0x7070de,_0x41e4bf){const _0x18a838=_0xf1d127;return _0x7070de[_0x18a838(0x75f)](Be)?_0x7070de[_0x18a838(0x1f9)](Be)[_0x18a838(0x251)](_0x41e4bf):Re(_0x7070de,_0x41e4bf);}function Le(_0x304168){const _0x1885d7=_0xf1d127;if(!_0x304168[_0x1885d7(0x75f)](Be))return;let _0x3c6eab=Pe[_0x1885d7(0x1f9)](_0x304168);_0x3c6eab!=null&&_0x3c6eab[_0x1885d7(0x230)]&&([..._0x3c6eab[_0x1885d7(0x611)]()][_0x1885d7(0x1d1)]((_0x19cce3,_0x4346af)=>_0x19cce3['index']-_0x4346af['index'])[_0x1885d7(0x4d6)](({contribution:_0x4656d0})=>Ie(_0x304168,_0x4656d0)),Pe[_0x1885d7(0x1f6)](_0x304168));}function Re(_0x5c1fde,_0x46f634){const _0x37d633=_0xf1d127;var _0x3d8098;let _0x2c9656={'contribution':_0x46f634,'index':Fe++},_0x39c66a=ze(_0x46f634,_0x2c9656['index']),_0x4cf17c=_0x5c1fde,_0x55ee75=(_0x3d8098=Pe[_0x37d633(0x1f9)](_0x4cf17c))==null?new Map():_0x3d8098;return _0x55ee75['set'](_0x39c66a,_0x2c9656),Pe['set'](_0x4cf17c,_0x55ee75),(0x0,e['toDisposable'])(()=>{const _0x240f5f=_0x37d633;let _0x22985e=Pe['get'](_0x4cf17c);(_0x22985e==null?void 0x0:_0x22985e[_0x240f5f(0x1f9)](_0x39c66a))===_0x2c9656&&_0x22985e[_0x240f5f(0x1f6)](_0x39c66a);});}function ze(_0x35660d,_0x4d7dc0){const _0xb65d2f=_0xf1d127;return _0x35660d['id']?_0x35660d[_0xb65d2f(0x3dc)]+':'+_0x35660d['id']:_0x35660d[_0xb65d2f(0x3dc)]+':anonymous:'+_0x4d7dc0;}let Be=class{constructor(_0x3fc415,_0x9af081){const _0x1e00aa=_0xf1d127;this['_injector']=_0x3fc415,this['_focusCoordinator']=_0x9af081,H(this,_0x1e00aa(0x44e),new Map()),H(this,_0x1e00aa(0x2b9),new Set()),H(this,_0x1e00aa(0x2d4),0x0);}[_0xf1d127(0x251)](_0x2e1a7c){const _0x3161c6=_0xf1d127;var _0x47b9ec;if(_0x2e1a7c['id']&&this[_0x3161c6(0x73e)](_0x2e1a7c[_0x3161c6(0x3dc)],_0x2e1a7c['id']))return(0x0,e[_0x3161c6(0x211)])(()=>{});let _0x885c2e={'contribution':_0x2e1a7c,'index':this[_0x3161c6(0x2d4)]++},_0x51f975=(_0x47b9ec=this[_0x3161c6(0x44e)][_0x3161c6(0x1f9)](_0x2e1a7c[_0x3161c6(0x3dc)]))==null?[]:_0x47b9ec;return _0x51f975[_0x3161c6(0x76b)](_0x885c2e),_0x51f975[_0x3161c6(0x1d1)](Ve),this['_contributions']['set'](_0x2e1a7c[_0x3161c6(0x3dc)],_0x51f975),(0x0,e[_0x3161c6(0x211)])(()=>{const _0x2871e6=_0x3161c6;let _0x39e2bf=this[_0x2871e6(0x44e)]['get'](_0x2e1a7c[_0x2871e6(0x3dc)]);if(!_0x39e2bf)return;let _0x46831c=_0x39e2bf[_0x2871e6(0x70c)](_0x28a13b=>_0x28a13b!==_0x885c2e);_0x46831c[_0x2871e6(0x65c)]?this[_0x2871e6(0x44e)]['set'](_0x2e1a7c[_0x2871e6(0x3dc)],_0x46831c):this[_0x2871e6(0x44e)][_0x2871e6(0x1f6)](_0x2e1a7c['childType']);});}[_0xf1d127(0x2a6)](_0x57f58e){const _0x4bb91b=_0xf1d127;var _0x18c6f8;return((_0x18c6f8=this['_contributions']['get'](_0x57f58e))==null?[]:_0x18c6f8)[_0x4bb91b(0x4ff)](_0x1f012a=>_0x1f012a[_0x4bb91b(0x1ef)]);}[_0xf1d127(0x403)](_0x3e5304){const _0x4fadba=_0xf1d127;let _0x8259bc=this[_0x4fadba(0x2a6)](_0x3e5304);for(let _0xbb9061 of _0x8259bc)this['_registerProductPluginsOnce'](_0xbb9061);}async[_0xf1d127(0x6b2)](_0x457506){const _0x51f1d9=_0xf1d127;let _0x598403=this[_0x51f1d9(0x2a6)](_0x457506[_0x51f1d9(0x3dc)]);_0x598403[_0x51f1d9(0x65c)]&&await Oe({'instanceService':this['_injector'][_0x51f1d9(0x1f9)](e['IUniverInstanceService']),'childUnitId':_0x457506[_0x51f1d9(0x28d)],'childType':_0x457506['childType'],'restoreUnitId':_0x457506[_0x51f1d9(0x1c2)],'settleDelayMs':_0x457506[_0x51f1d9(0x3ac)],'shouldRestore':()=>{const _0x4f5a2d=_0x51f1d9;var _0x3ff3a4;return!((_0x3ff3a4=this[_0x4f5a2d(0x2e2)])!=null&&_0x3ff3a4[_0x4f5a2d(0x231)](_0x457506[_0x4f5a2d(0x28d)]));}},async()=>{const _0x264ffa=_0x51f1d9;for(let _0xd89bbb of _0x598403)this[_0x264ffa(0x4ea)](_0xd89bbb),_0xd89bbb['prepare']&&await _0xd89bbb['prepare']({'injector':this[_0x264ffa(0x224)],'childUnitId':_0x457506['childUnitId'],'childType':_0x457506[_0x264ffa(0x3dc)],'descriptor':_0x457506[_0x264ffa(0x4da)]});});}[_0xf1d127(0x73e)](_0x36c114,_0x9d9757){const _0x438cab=_0xf1d127;var _0x42bd21;return((_0x42bd21=this[_0x438cab(0x44e)][_0x438cab(0x1f9)](_0x36c114))==null?[]:_0x42bd21)['some'](_0x53f1db=>_0x53f1db[_0x438cab(0x1ef)]['id']===_0x9d9757);}['_registerProductPluginsOnce'](_0x4166e0){const _0x1c5625=_0xf1d127;var _0x3b396b;if(!((_0x3b396b=_0x4166e0[_0x1c5625(0x48d)])!=null&&_0x3b396b[_0x1c5625(0x65c)])||!this[_0x1c5625(0x224)]['has'](e['PluginService']))return;let _0x5cb055=this[_0x1c5625(0x224)]['get'](e[_0x1c5625(0x534)]);_0x4166e0[_0x1c5625(0x48d)][_0x1c5625(0x4d6)](_0x89b936=>{const _0x49c113=_0x1c5625;let [_0x157c4e,_0x35d9be]=He(_0x89b936);if(!this['_registeredProductPluginNames'][_0x49c113(0x75f)](_0x157c4e[_0x49c113(0x2f0)])){try{_0x5cb055[_0x49c113(0x1a5)](_0x157c4e,_0x35d9be);}catch(_0x1df3e0){if(!Ue(_0x1df3e0,_0x157c4e['pluginName']))throw _0x1df3e0;}this['_registeredProductPluginNames'][_0x49c113(0x170)](_0x157c4e[_0x49c113(0x2f0)]);}});}};Be=Ne([Y(0x0,(0x0,e['Inject'])(e['Injector'])),Y(0x1,(0x0,e['Optional'])(J))],Be);function Ve(_0x3a66c6,_0x26eb49){const _0x334b8f=_0xf1d127;var _0xf37a77,_0x3507dd;return((_0xf37a77=_0x3a66c6[_0x334b8f(0x1ef)]['order'])==null?_0x3a66c6[_0x334b8f(0x6c8)]:_0xf37a77)-((_0x3507dd=_0x26eb49[_0x334b8f(0x1ef)][_0x334b8f(0x23b)])==null?_0x26eb49['index']:_0x3507dd)||_0x3a66c6[_0x334b8f(0x6c8)]-_0x26eb49[_0x334b8f(0x6c8)];}function He(_0x29aa30){const _0x293948=_0xf1d127;return Array[_0x293948(0x6ea)](_0x29aa30)?[_0x29aa30[0x0],_0x29aa30[0x1]]:[_0x29aa30,void 0x0];}function Ue(_0x49d442,_0x3f31a1){const _0x13ba3c=_0xf1d127;return _0x49d442 instanceof Error&&_0x49d442[_0x13ba3c(0x2ad)][_0x13ba3c(0x3d4)]('duplicated\x20plugin\x20name')&&_0x49d442[_0x13ba3c(0x2ad)][_0x13ba3c(0x3d4)]('\x22'+_0x3f31a1+'\x22');}var We=class{constructor(_0x1bbc03={}){const _0x370fb7=_0xf1d127;H(this,_0x370fb7(0x36e),new Map()),H(this,_0x370fb7(0x149),void 0x0),this['_maxDepth']=Ge(_0x1bbc03[_0x370fb7(0x5aa)]);}['canMount'](_0x881fbe){const _0x2478b4=_0xf1d127;let _0x4c352f=this[_0x2478b4(0x35c)](_0x881fbe[_0x2478b4(0x448)]);return _0x4c352f['some'](_0x5b6767=>_0x5b6767[_0x2478b4(0x448)]===_0x881fbe['childUnitId']||_0x5b6767[_0x2478b4(0x28d)]===_0x881fbe['childUnitId'])?{'allowed':!0x1,'reason':_0x2478b4(0x274),'ancestry':_0x4c352f}:_0x4c352f[_0x2478b4(0x65c)]>=this[_0x2478b4(0x149)]?{'allowed':!0x1,'reason':'max-depth','ancestry':_0x4c352f}:{'allowed':!0x0,'ancestry':_0x4c352f};}['registerMountedRuntime'](_0x1addad){const _0x2ad7e2=_0xf1d127;let _0x118159=[...this['getAncestryForHostUnit'](_0x1addad[_0x2ad7e2(0x448)]),{'hostUnitId':_0x1addad[_0x2ad7e2(0x448)],'embedId':_0x1addad[_0x2ad7e2(0x5b8)],'childUnitId':_0x1addad['childUnitId']}];return this[_0x2ad7e2(0x36e)][_0x2ad7e2(0x5a3)](_0x1addad[_0x2ad7e2(0x28d)],_0x118159),(0x0,e[_0x2ad7e2(0x211)])(()=>{const _0xe0a81e=_0x2ad7e2;this['_childUnitAncestry']['get'](_0x1addad[_0xe0a81e(0x28d)])===_0x118159&&this[_0xe0a81e(0x36e)][_0xe0a81e(0x1f6)](_0x1addad[_0xe0a81e(0x28d)]);});}[_0xf1d127(0x35c)](_0x344620){const _0x4d663d=_0xf1d127;var _0x5b6689;return(_0x5b6689=this[_0x4d663d(0x36e)][_0x4d663d(0x1f9)](_0x344620))==null?[]:_0x5b6689;}[_0xf1d127(0x6e9)](_0x1f29f2){const _0x4bab56=_0xf1d127;var _0x5be6bb;return(_0x5be6bb=this[_0x4bab56(0x35c)](_0x1f29f2)['at'](-0x1))==null?void 0x0:_0x5be6bb['embedId'];}};function Ge(_0xc8ece2){const _0x5be5ea=_0xf1d127;return typeof _0xc8ece2==_0x5be5ea(0x541)&&Number[_0x5be5ea(0x612)](_0xc8ece2)&&_0xc8ece2>=0x0?Math['floor'](_0xc8ece2):0x1;}const Ke=new Set([_0xf1d127(0x6e4),_0xf1d127(0x2ee),'identifier:ui.contextmenu.service',_0xf1d127(0x60d),_0xf1d127(0x50b),_0xf1d127(0x6d4),_0xf1d127(0x605)]);function qe(_0x123dd0){const _0x1b87ec=_0xf1d127;let _0x4382b6=_0x123dd0[_0x1b87ec(0x158)]['get'](e[_0x1b87ec(0x432)]),_0x5f0a8f=_0x4382b6[_0x1b87ec(0x485)](_0x123dd0[_0x1b87ec(0x28d)],_0x123dd0['childType']);if(!_0x5f0a8f)return;let _0x31bc1b=Ye(_0x4382b6,_0x123dd0,_0x5f0a8f,new a[(_0x1b87ec(0x39d))](_0x5f0a8f),new a['BehaviorSubject'](_0x5f0a8f['getUnitId']())),_0x13fd6b=Qe(_0x123dd0),_0x24457e=Ze(_0x123dd0[_0x1b87ec(0x158)][_0x1b87ec(0x1f9)](e[_0x1b87ec(0x16b)]),_0x123dd0,_0x4382b6,_0x13fd6b),_0x17591c=new Map([[e[_0x1b87ec(0x432)],_0x31bc1b],[e[_0x1b87ec(0x16b)],_0x24457e]]);_0x123dd0[_0x1b87ec(0x158)][_0x1b87ec(0x75f)](We)&&_0x17591c[_0x1b87ec(0x5a3)](We,_0x123dd0[_0x1b87ec(0x158)]['get'](We));let _0x3cb636=et(_0x123dd0[_0x1b87ec(0x158)],_0x123dd0[_0x1b87ec(0x3dc)]);_0x3cb636&&_0x17591c[_0x1b87ec(0x5a3)](e[_0x1b87ec(0x58e)],_0x3cb636);let _0x60eb31=ot(_0x123dd0['injector'],_0x17591c),_0xb550a9=[];if(_0x123dd0['injector'][_0x1b87ec(0x75f)](r[_0x1b87ec(0x652)])){let _0x1a1126=_0x123dd0['injector']['get'](r['IUIRuntimeScopeService']);_0xb550a9[_0x1b87ec(0x76b)](_0x1a1126[_0x1b87ec(0x251)]({'unitId':_0x123dd0[_0x1b87ec(0x28d)],'has':_0x429974=>_0x60eb31[_0x1b87ec(0x75f)](_0x429974),'get':_0x3b57cd=>_0x60eb31[_0x1b87ec(0x1f9)](_0x3b57cd)}));}let _0x3617e3=Tt(_0x123dd0[_0x1b87ec(0x158)],_0x60eb31);if(_0x3617e3){_0x60eb31[_0x1b87ec(0x170)]([r[_0x1b87ec(0x728)],{'useValue':_0x3617e3}]);let _0x3f8f51=new r['DesktopRibbonService'](_0x3617e3,_0x31bc1b);_0x60eb31[_0x1b87ec(0x170)]([r[_0x1b87ec(0x3d7)],{'useValue':_0x3f8f51}]),_0xb550a9[_0x1b87ec(0x76b)](_0x3f8f51);}if(_0x123dd0[_0x1b87ec(0x3eb)]['fullscreen']){let _0x4a712f=Dt(_0x60eb31,_0x123dd0[_0x1b87ec(0x28d)]),_0x95ec1d=new r[(_0x1b87ec(0x76c))](),_0x4969ed=new r[(_0x1b87ec(0x681))]();_0x60eb31[_0x1b87ec(0x170)]([r[_0x1b87ec(0x347)],{'useValue':_0x4a712f}]),_0x60eb31['add']([r[_0x1b87ec(0x4c9)],{'useValue':_0x95ec1d}]),_0x60eb31['add']([r[_0x1b87ec(0x753)],{'useValue':_0x4969ed}]),_0xb550a9[_0x1b87ec(0x76b)](_0x4a712f,_0x95ec1d,_0x4969ed);}else{let _0x204c80=Et(_0x123dd0['injector'],_0x60eb31,_0x123dd0[_0x1b87ec(0x28d)]);_0x204c80&&_0x60eb31[_0x1b87ec(0x170)]([r[_0x1b87ec(0x347)],{'useValue':_0x204c80}]);}let _0x4bd71d=Ot(_0x123dd0[_0x1b87ec(0x158)],_0x123dd0);if(_0x4bd71d&&_0x60eb31[_0x1b87ec(0x170)]([r['ILayoutService'],{'useValue':_0x4bd71d}]),_0xb550a9[_0x1b87ec(0x65c)]){let _0x51ec7a=_0x60eb31[_0x1b87ec(0x5f2)][_0x1b87ec(0x33e)](_0x60eb31),_0x97466e=!0x1;_0x60eb31[_0x1b87ec(0x5f2)]=()=>{const _0x1c758e=_0x1b87ec;_0x97466e||(_0x97466e=!0x0,_0xb550a9['forEach'](_0x3ce6f6=>_0x3ce6f6[_0x1c758e(0x5f2)]()),_0x51ec7a());};}return _0x60eb31;}function Je(_0x1f51ac,_0x4f388c){const _0x12f157=_0xf1d127;if(!_0x1f51ac['has'](e[_0x12f157(0x72e)]))return;let _0x5ed75b=_0x1f51ac[_0x12f157(0x1f9)](e[_0x12f157(0x72e)]);return ot(_0x1f51ac,new Map([[e['IConfigService'],it(_0x5ed75b,_0x4f388c)]]));}function Ye(_0x555f63,_0x2eeb51,_0x5e75d3,_0x2f3e5c,_0xd92843){const _0x331bd2=_0xf1d127;return{'unitAdded$':_0x555f63[_0x331bd2(0x6a4)],'getTypeOfUnitAdded$':(..._0xcc5c08)=>_0x555f63['getTypeOfUnitAdded$'](..._0xcc5c08),'__addUnit':(..._0x314520)=>_0x555f63[_0x331bd2(0x33d)](..._0x314520),'unitDisposed$':_0x555f63[_0x331bd2(0x42a)],'getTypeOfUnitDisposed$':(..._0x5aeb16)=>_0x555f63[_0x331bd2(0x570)](..._0x5aeb16),'focused$':_0xd92843[_0x331bd2(0x75d)](),'focusUnit':_0x49c196=>{const _0x15d398=_0x331bd2;if(_0x49c196===null||Xe(_0x2eeb51,_0x49c196)){_0xd92843[_0x15d398(0x571)]()!==_0x49c196&&_0xd92843['next'](_0x49c196);return;}_0x555f63[_0x15d398(0x71d)](_0x49c196);},'getFocusedUnit':()=>{const _0x2a98c3=_0x331bd2;let _0x273495=_0xd92843[_0x2a98c3(0x571)]();if(_0x273495===null)return null;if(_0x273495===_0x2eeb51['childUnitId'])return _0x5e75d3;if((0x0,e['isInternalEditorID'])(_0x273495)){var _0x3c1bb6;return(_0x3c1bb6=_0x555f63[_0x2a98c3(0x485)](_0x273495))==null?_0x5e75d3:_0x3c1bb6;}return _0x555f63['getFocusedUnit']();},'getCurrentUnitOfType':_0x5700d4=>_0x5700d4===_0x2eeb51['childType']?_0x2f3e5c['getValue']():_0x555f63[_0x331bd2(0x31e)](_0x5700d4),'setCurrentUnitForType':_0x45dbda=>{const _0x2a1b33=_0x331bd2;if(Xe(_0x2eeb51,_0x45dbda)){_0x2f3e5c[_0x2a1b33(0x571)]()!==_0x5e75d3&&_0x2f3e5c[_0x2a1b33(0x549)](_0x5e75d3);return;}_0x555f63[_0x2a1b33(0x447)](_0x45dbda);},'getCurrentTypeOfUnit$':_0x281a3b=>_0x281a3b===_0x2eeb51[_0x331bd2(0x3dc)]?_0x2f3e5c[_0x331bd2(0x75d)]():_0x555f63[_0x331bd2(0x768)](_0x281a3b),'createUnit':(..._0x579756)=>_0x555f63[_0x331bd2(0x76f)](..._0x579756),'getUnitCreateOptions':(..._0x929b2c)=>_0x555f63[_0x331bd2(0x2ac)](..._0x929b2c),'disposeUnit':(..._0x2d4192)=>_0x555f63[_0x331bd2(0x581)](..._0x2d4192),'registerCtorForType':(..._0x1abbdd)=>_0x555f63[_0x331bd2(0x5ad)](..._0x1abbdd),'changeDoc':(..._0x167969)=>_0x555f63[_0x331bd2(0x4b8)](..._0x167969),'getUnit':(..._0x1fda3e)=>_0x555f63[_0x331bd2(0x485)](..._0x1fda3e),'getAllUnitsForType':(..._0xfcaed5)=>_0x555f63[_0x331bd2(0x3e1)](..._0xfcaed5),'getUnitType':(..._0x16af03)=>_0x555f63[_0x331bd2(0x637)](..._0x16af03),'getUniverSheetInstance':(..._0x50e1d5)=>_0x555f63[_0x331bd2(0x4d8)](..._0x50e1d5),'dispose':()=>{}};}function Xe(_0x483bb6,_0x37efa1){const _0x426a7b=_0xf1d127;return _0x37efa1===_0x483bb6['childUnitId']||(0x0,e[_0x426a7b(0x555)])(_0x37efa1);}function Ze(_0x237e43,_0x49974a,_0x2df9be,_0x429cfb){const _0x41a7a9=_0xf1d127;return{'disposed':()=>_0x237e43['disposed'](),'hasCommand':_0x19233e=>_0x237e43[_0x41a7a9(0x35a)](_0x19233e),'registerCommand':(..._0x3664fd)=>_0x237e43[_0x41a7a9(0x2f5)](..._0x3664fd),'unregisterCommand':_0x42cfe6=>_0x237e43['unregisterCommand'](_0x42cfe6),'registerMultipleCommand':(..._0x45fc9c)=>_0x237e43[_0x41a7a9(0x716)](..._0x45fc9c),'executeCommand':async(..._0x2ee147)=>{const _0x330e7b=_0x41a7a9;var _0x53662c,_0x3c37a6;let _0x2fc657=()=>_0x237e43[_0x330e7b(0x1e2)](_0x2ee147[0x0],at(_0x49974a,_0x2ee147[0x0],_0x2ee147[0x1]),_0x2ee147[0x2]);if(!_0x429cfb)return await _0x2fc657();let _0x507dfe=_0x2df9be[_0x330e7b(0x31e)](_0x49974a['childType']),_0xb98f67=(_0x53662c=(_0x3c37a6=_0x2df9be[_0x330e7b(0x4f0)]())==null?void 0x0:_0x3c37a6[_0x330e7b(0x735)]())==null?null:_0x53662c;try{return _0x2df9be['setCurrentUnitForType'](_0x49974a[_0x330e7b(0x28d)]),_0x2df9be[_0x330e7b(0x71d)](_0x49974a['childUnitId']),await _0x2fc657();}finally{_0x507dfe&&_0x2df9be['setCurrentUnitForType'](_0x507dfe[_0x330e7b(0x735)]()),st(_0x49974a,_0x2df9be,_0xb98f67);}},'syncExecuteCommand':(..._0x3b096f)=>{const _0x19d880=_0x41a7a9;var _0x37005c,_0x2067ae;let _0x5bd141=()=>_0x237e43[_0x19d880(0x2f1)](_0x3b096f[0x0],at(_0x49974a,_0x3b096f[0x0],_0x3b096f[0x1]),_0x3b096f[0x2]);if(!_0x429cfb)return _0x5bd141();let _0x53b8d4=_0x2df9be[_0x19d880(0x31e)](_0x49974a[_0x19d880(0x3dc)]),_0x45b8bb=(_0x37005c=(_0x2067ae=_0x2df9be[_0x19d880(0x4f0)]())==null?void 0x0:_0x2067ae[_0x19d880(0x735)]())==null?null:_0x37005c;try{return _0x2df9be[_0x19d880(0x447)](_0x49974a[_0x19d880(0x28d)]),_0x2df9be[_0x19d880(0x71d)](_0x49974a[_0x19d880(0x28d)]),_0x5bd141();}finally{_0x53b8d4&&_0x2df9be[_0x19d880(0x447)](_0x53b8d4[_0x19d880(0x735)]()),st(_0x49974a,_0x2df9be,_0x45b8bb);}},'onCommandExecuted':(..._0x36e1a2)=>_0x237e43[_0x41a7a9(0x4a5)](..._0x36e1a2),'beforeCommandExecuted':(..._0x6d319a)=>_0x237e43['beforeCommandExecuted'](..._0x6d319a),'onMutationExecutedForCollab':(..._0x22ccd0)=>_0x237e43['onMutationExecutedForCollab'](..._0x22ccd0),'dispose':()=>{}};}function Qe(_0x81e827){const _0x270438=_0xf1d127;return _0x81e827[_0x270438(0x3eb)][_0x270438(0x5ed)]||_0x81e827[_0x270438(0x4da)][_0x270438(0x6ee)]===_0x270438(0x653)?!0x0:$e(_0x81e827);}function $e(_0x1ed1ba){const _0x389a27=_0xf1d127;var _0x372745;return _0x1ed1ba[_0x389a27(0x4da)]['entry']===_0x389a27(0x1ea)||_0x1ed1ba['descriptor']['entry']===_0x389a27(0x313)||_0x1ed1ba[_0x389a27(0x4da)][_0x389a27(0x6ee)]==='slides-page-list-block'||_0x1ed1ba['layout']===_0x389a27(0x3c3)||!!((_0x372745=_0x1ed1ba[_0x389a27(0x4da)][_0x389a27(0x3a6)])!=null&&_0x372745[_0x389a27(0x6aa)]);}function et(_0x441b22,_0x5c50da){const _0x1411b5=_0xf1d127;var _0x4c430b;if(!_0x441b22[_0x1411b5(0x75f)](e[_0x1411b5(0x58e)]))return;let _0xe48ded=_0x441b22[_0x1411b5(0x1f9)](e[_0x1411b5(0x58e)]),_0x42cfea=tt(_0x5c50da),_0x2c4d74=new a[(_0x1411b5(0x1a9))]();return{'contextChanged$':(0x0,a[_0x1411b5(0x6e6)])(((_0x4c430b=_0xe48ded['contextChanged$'])==null?a[_0x1411b5(0x1a8)]:_0x4c430b)[_0x1411b5(0x31a)]((0x0,a[_0x1411b5(0x4ff)])(_0x15e10e=>Object['fromEntries'](Object[_0x1411b5(0x34f)](_0x15e10e)[_0x1411b5(0x70c)](([_0x20829d])=>!rt(_0x20829d)))),(0x0,a['filter'])(_0x28ff54=>Object[_0x1411b5(0x55e)](_0x28ff54)[_0x1411b5(0x65c)]>0x0)),_0x2c4d74),'getContextValue':_0x50f5b1=>rt(_0x50f5b1)?nt(_0x42cfea,_0x50f5b1):_0xe48ded[_0x1411b5(0x1c6)](_0x50f5b1),'setContextValue':(_0x2fd51f,_0xec4e3b)=>{const _0x4a6066=_0x1411b5;if(!rt(_0x2fd51f)){_0xe48ded[_0x4a6066(0x15f)](_0x2fd51f,_0xec4e3b);return;}_0x42cfea[_0x4a6066(0x5a3)](_0x2fd51f,_0xec4e3b),_0x2c4d74[_0x4a6066(0x549)]({[_0x2fd51f]:_0xec4e3b});},'subscribeContextValue$':_0x10b98d=>rt(_0x10b98d)?new a[(_0x1411b5(0x44b))](_0x43b84d=>{const _0x55b783=_0x1411b5;let _0x11ec10=_0x2c4d74[_0x55b783(0x31a)]((0x0,a['filter'])(_0x1d5b4f=>_0x1d5b4f[_0x10b98d]!==void 0x0))['subscribe'](_0x5c171d=>_0x43b84d[_0x55b783(0x549)](_0x5c171d[_0x10b98d]));return _0x43b84d[_0x55b783(0x549)](nt(_0x42cfea,_0x10b98d)),()=>_0x11ec10[_0x55b783(0x3c6)]();}):_0xe48ded['subscribeContextValue$'](_0x10b98d)};}function tt(_0x53f8b8){const _0x559c7b=_0xf1d127;return new Map([[e['FOCUSING_UNIT'],!0x0],[e[_0x559c7b(0x677)],_0x53f8b8===e['UniverInstanceType']['UNIVER_SHEET']],[e[_0x559c7b(0x4a0)],_0x53f8b8===e[_0x559c7b(0x50c)][_0x559c7b(0x705)]],[e[_0x559c7b(0x44f)],_0x53f8b8===e[_0x559c7b(0x50c)][_0x559c7b(0x329)]]]);}function nt(_0x55c9e2,_0x83e3e5){const _0x13b9ac=_0xf1d127;var _0x3b8783;return(_0x3b8783=_0x55c9e2[_0x13b9ac(0x1f9)](_0x83e3e5))==null?!0x1:_0x3b8783;}function rt(_0x316fdc){const _0x103b0c=_0xf1d127;return _0x316fdc[_0x103b0c(0x747)](_0x103b0c(0x65a))||_0x316fdc===e['EDITOR_ACTIVATED']||_0x316fdc===e[_0x103b0c(0x4de)];}function it(_0x2dc4c4,_0x4510ce){const _0x5496b1=_0xf1d127;return{'getConfig':_0x2c652f=>{const _0x370fe1=_0x481e;let _0xaf2c8a=_0x2dc4c4[_0x370fe1(0x5fb)](_0x2c652f),_0x1d6959=_0x4510ce[_0x370fe1(0x1f9)](_0x2c652f);return _0x1d6959?_0x1d6959(_0xaf2c8a):_0xaf2c8a;},'setConfig':_0x2dc4c4['setConfig'][_0x5496b1(0x33e)](_0x2dc4c4),'deleteConfig':_0x2dc4c4[_0x5496b1(0x451)]['bind'](_0x2dc4c4),'subscribeConfigValue$':_0x2dc4c4['subscribeConfigValue$']['bind'](_0x2dc4c4),'configChanged$':_0x2dc4c4[_0x5496b1(0x289)],'dispose':()=>{}};}function at(_0x5227c2,_0x1ccabc,_0x3ae663){const _0x2d1354=_0xf1d127;if(_0x1ccabc!==t[_0x2d1354(0x3b1)]['id']||!_0x3ae663||typeof _0x3ae663!=_0x2d1354(0x16e))return _0x3ae663;let _0x5ec482=_0x3ae663;return _0x5ec482['parentEmbedId']?_0x5ec482:{..._0x5ec482,'parentEmbedId':_0x5227c2[_0x2d1354(0x5b8)]};}function ot(_0x2383f1,_0x2ec6ca,_0x41b154=_0x2383f1){const _0x373031=_0xf1d127;var _0x3b3c6a;let _0x549c36=(_0x3b3c6a=vt(_0x2383f1))==null?_0x41b154:_0x3b3c6a,_0x2d9b1c=new Map(_0x2ec6ca),_0x1666be=new Map(),_0x4f752d=new Set(),_0x32e554=new Map(),_0x13cc9a;_0x2d9b1c[_0x373031(0x4d6)]((_0x4d64ab,_0x248c99)=>{_0x19950d(_0x248c99);});function _0x19950d(_0x1502af){const _0x5f0d32=_0x373031;let _0x4dcecc=lt(_0x1502af);return _0x4f752d[_0x5f0d32(0x170)](_0x4dcecc),_0x32e554[_0x5f0d32(0x75f)](_0x4dcecc)||_0x32e554[_0x5f0d32(0x5a3)](_0x4dcecc,_0x1502af),_0x4dcecc;}let _0x2b2d43=_0x37589b=>{const _0x37f8cc=_0x373031;var _0x528db2;return _0x2d9b1c[_0x37f8cc(0x75f)](_0x37589b)||_0x1666be[_0x37f8cc(0x75f)](_0x37589b)||(_0x528db2=_0x32e554[_0x37f8cc(0x1f9)](lt(_0x37589b)))==null?_0x37589b:_0x528db2;},_0x157517=_0x469532=>{const _0x1a6505=_0x373031;let _0x24d74a=_0x2b2d43(_0x469532);if(_0x2d9b1c[_0x1a6505(0x75f)](_0x24d74a))return _0x2d9b1c[_0x1a6505(0x1f9)](_0x24d74a);let _0x3e03d9=_0x1666be['get'](_0x24d74a);if(!_0x3e03d9)return;let _0x505d67=_0x3e03d9();return _0x1666be[_0x1a6505(0x1f6)](_0x24d74a),_0x2d9b1c[_0x1a6505(0x5a3)](_0x24d74a,_0x505d67),ht(_0x13cc9a,_0x24d74a,_0x505d67),_0x24d74a!==_0x469532&&ht(_0x13cc9a,_0x469532,_0x505d67),_0x505d67;},_0x3b6c67=_0x53e994=>{const _0x20aebd=_0x373031;let _0x29dbca=_0x2b2d43(_0x53e994);return _0x2d9b1c[_0x20aebd(0x75f)](_0x29dbca)||_0x1666be[_0x20aebd(0x75f)](_0x29dbca);},_0xc8a5a5=_0x57632d=>_0x4f752d['has'](lt(_0x57632d)),_0x411c4b=_0x91a3d1=>Ke[_0x373031(0x75f)](lt(_0x91a3d1)),_0x424e62=_0x414bf3=>!_0xc8a5a5(_0x414bf3)&&_0x2383f1[_0x373031(0x75f)](_0x414bf3),_0x17ee9a=()=>{const _0x5a2741=_0x373031;if(_0x13cc9a)return _0x13cc9a;let _0x2e2007=_0x2383f1[_0x5a2741(0x229)];if(typeof _0x2e2007==_0x5a2741(0x439))return _0x13cc9a=_0x2e2007[_0x5a2741(0x511)](_0x2383f1,[...Ct(_0x2d9b1c),[e[_0x5a2741(0x6f6)],{'useFactory':()=>_0x13cc9a}]]),_0x13cc9a;},_0x2f799b={'has':_0x258434=>{const _0x14d70f=_0x373031;var _0x4d48f9;if(_0x258434===e[_0x14d70f(0x6f6)]||_0x3b6c67(_0x258434)||_0x424e62(_0x258434))return!0x0;let _0x2eb828=_0x17ee9a();return(_0x4d48f9=_0x2eb828==null?void 0x0:_0x2eb828[_0x14d70f(0x75f)](_0x258434))==null?_0x2383f1[_0x14d70f(0x75f)](_0x258434):_0x4d48f9;},'get':(_0x36e899,..._0x3e4f4d)=>{const _0x4667b5=_0x373031;if(_0x36e899===e['Injector'])return _0x2f799b;if(ut(_0x3e4f4d,e['LookUp'][_0x4667b5(0x165)])){let _0x59928b=_0x17ee9a();_0x4f8e24(_0x59928b,_0x36e899);let _0x2524e0=pt(_0x59928b,_0x36e899);return _0x2524e0[_0x4667b5(0x26c)]?_0x2524e0['value']:ft(_0x59928b||_0x2383f1,_0x36e899,_0x3e4f4d);}return _0x3b6c67(_0x36e899)?_0x157517(_0x36e899):ut(_0x3e4f4d,e[_0x4667b5(0x3d6)][_0x4667b5(0x370)])?ft(_0x2383f1,_0x36e899,dt(_0x3e4f4d,e[_0x4667b5(0x3d6)][_0x4667b5(0x370)])):_0x424e62(_0x36e899)?ft(_0x2383f1,_0x36e899,_0x3e4f4d):ft(_0x17ee9a()||_0x2383f1,_0x36e899,_0x3e4f4d);},'invoke':(_0x50b73e,..._0x16050f)=>_0x50b73e({'has':_0x31f31b=>{const _0x361c07=_0x373031;var _0x168234;if(_0x31f31b===e['Injector']||_0x3b6c67(_0x31f31b)||_0x424e62(_0x31f31b))return!0x0;let _0x490b60=_0x17ee9a();return(_0x168234=_0x490b60==null?void 0x0:_0x490b60[_0x361c07(0x75f)](_0x31f31b))==null?_0x2383f1['has'](_0x31f31b):_0x168234;},'get':(_0x40ffe9,..._0x10cc87)=>{const _0x5a7369=_0x373031;if(_0x40ffe9===e['Injector'])return _0x2f799b;if(ut(_0x10cc87,e[_0x5a7369(0x3d6)]['SELF'])){let _0x432048=_0x17ee9a();_0x4f8e24(_0x432048,_0x40ffe9);let _0x5c65ff=pt(_0x432048,_0x40ffe9);return _0x5c65ff[_0x5a7369(0x26c)]?_0x5c65ff[_0x5a7369(0x1b4)]:ft(_0x432048||_0x2383f1,_0x40ffe9,_0x10cc87);}return _0x3b6c67(_0x40ffe9)?_0x157517(_0x40ffe9):ut(_0x10cc87,e['LookUp']['SKIP_SELF'])?ft(_0x2383f1,_0x40ffe9,dt(_0x10cc87,e['LookUp'][_0x5a7369(0x370)])):_0x424e62(_0x40ffe9)?ft(_0x2383f1,_0x40ffe9,_0x10cc87):ft(_0x17ee9a()||_0x2383f1,_0x40ffe9,_0x10cc87);}},..._0x16050f),'add':_0x2b3b68=>{const _0x558667=_0x373031;let _0x1bd4b8=wt(_0x2b3b68);if(_0x1bd4b8){if(_0x1bd4b8[_0x558667(0x3c7)]!=='factory'&&_0x424e62(_0x1bd4b8['identifier'])&&!_0x411c4b(_0x1bd4b8[_0x558667(0x53d)]))return;let _0x50c236=lt(_0x1bd4b8['identifier']);if(_0x4f752d[_0x558667(0x75f)](_0x50c236))return;if(_0x19950d(_0x1bd4b8[_0x558667(0x53d)]),_0x1bd4b8[_0x558667(0x3c7)]==='value')_0x1666be[_0x558667(0x1f6)](_0x1bd4b8[_0x558667(0x53d)]),_0x2d9b1c[_0x558667(0x5a3)](_0x1bd4b8[_0x558667(0x53d)],_0x1bd4b8[_0x558667(0x1b4)]);else{let _0x5e37b9=_0x17ee9a();_0x5e37b9?_t(_0x5e37b9,_0x1bd4b8[_0x558667(0x53d)])||_0x5e37b9[_0x558667(0x170)](_0x2b3b68):(_0x2d9b1c['delete'](_0x1bd4b8[_0x558667(0x53d)]),_0x1666be['set'](_0x1bd4b8[_0x558667(0x53d)],_0x1bd4b8['factory']));}return;}let _0x33371e=lt(ct(_0x2b3b68));if(_0x33371e!=null){if(_0x4f752d['has'](_0x33371e))return;_0x19950d(ct(_0x2b3b68));}let _0x2cfbbf=_0x17ee9a();if(_0x2cfbbf){_0x2cfbbf[_0x558667(0x170)](_0x2b3b68);return;}_0x2383f1[_0x558667(0x170)](_0x2b3b68);},'createChild':(_0x590da6=[])=>{const _0x16f8b3=_0x373031;let _0x155a64=new Map(_0x2d9b1c),_0x5ada4f=[];_0x590da6[_0x16f8b3(0x4d6)](_0x2ba462=>{const _0x405d23=_0x16f8b3;let _0x18201f=wt(_0x2ba462);if((_0x18201f==null?void 0x0:_0x18201f[_0x405d23(0x3c7)])==='value'){_0x155a64['set'](_0x18201f['identifier'],_0x18201f[_0x405d23(0x1b4)]);return;}_0x5ada4f[_0x405d23(0x76b)](_0x2ba462);});let _0x203574=ot(_0x2383f1,_0x155a64,_0x549c36);return _0x5ada4f[_0x16f8b3(0x4d6)](_0x20c7e5=>{const _0x1d9f0d=_0x16f8b3;_0x203574[_0x1d9f0d(0x170)](_0x20c7e5);}),_0x203574;},'createInstance':(..._0x31a140)=>{const _0x58d582=_0x373031;let _0xda1d4c=_0x17ee9a(),_0x407eb8=_0xda1d4c==null?void 0x0:_0xda1d4c[_0x58d582(0x682)];if(_0xda1d4c&&typeof _0x407eb8==_0x58d582(0x439))return _0x3779e3(_0xda1d4c,_0x31a140[0x0]),_0x407eb8[_0x58d582(0x4db)](_0xda1d4c,_0x31a140);let _0x121d51=_0x2383f1[_0x58d582(0x682)];if(typeof _0x121d51==_0x58d582(0x439))return _0x121d51[_0x58d582(0x4db)](_0x2383f1,_0x31a140);let [_0x40cabc,..._0x2aaa1f]=_0x31a140;return new _0x40cabc(..._0x2aaa1f);},'dispose':()=>{const _0x325487=_0x373031;_0x13cc9a&&yt(_0x13cc9a,_0x549c36,_0x2d9b1c[_0x325487(0x611)]()),_0x13cc9a=void 0x0,_0x4f752d[_0x325487(0x58d)](),_0x32e554[_0x325487(0x58d)](),_0x1666be[_0x325487(0x58d)]();}};function _0x4f8e24(_0x54f99b,_0x2f4c1f){!_0x54f99b||!_0x3b6c67(_0x2f4c1f)||ht(_0x54f99b,_0x2f4c1f,_0x157517(_0x2f4c1f));}function _0x3779e3(_0x6586a9,_0x562c9d){const _0x12de13=_0x373031;gt(_0x562c9d)[_0x12de13(0x4d6)](_0x5ce007=>_0x4f8e24(_0x6586a9,_0x5ce007));}return _0x2f799b['__embedSharedRootInjector']=_0x549c36,_0x2f799b;}function st(_0x45d620,_0x3499f7,_0x1e3642){const _0x349701=_0xf1d127;let _0x48f6e8=_0x45d620[_0x349701(0x158)][_0x349701(0x75f)](J)?_0x45d620['injector'][_0x349701(0x1f9)](J):void 0x0;_0x3499f7[_0x349701(0x71d)](_0x48f6e8!=null&&_0x48f6e8[_0x349701(0x283)](_0x45d620[_0x349701(0x5b8)])?_0x45d620[_0x349701(0x28d)]:_0x1e3642);}function ct(_0x47ad07){const _0x34d6d3=_0xf1d127;return Array[_0x34d6d3(0x6ea)](_0x47ad07)?_0x47ad07[0x0]:_0x47ad07;}function lt(_0x7b9374){const _0x40ba25=_0xf1d127;let _0x4478a0=_0x7b9374==null?void 0x0:_0x7b9374[_0x40ba25(0x197)];return typeof _0x4478a0==_0x40ba25(0x1cf)&&_0x4478a0?_0x40ba25(0x2fb)+_0x4478a0:_0x7b9374;}function ut(_0x3940ba,_0x7350fa){const _0x574e1d=_0xf1d127;return _0x3940ba[_0x574e1d(0x3d4)](_0x7350fa);}function dt(_0x17a70d,_0x28117a){const _0x3e200e=_0xf1d127;return _0x17a70d[_0x3e200e(0x70c)](_0x48e704=>_0x48e704!==_0x28117a);}function ft(_0x536207,_0x508273,_0x49cdfc){const _0x21272a=_0xf1d127;return _0x536207[_0x21272a(0x1f9)](_0x508273,..._0x49cdfc);}function pt(_0x505d17,_0x109af0){const _0x5d3ed8=_0xf1d127;var _0x53d301;let _0x118cf6=_0x505d17==null||(_0x53d301=_0x505d17['resolvedDependencyCollection'])==null?void 0x0:_0x53d301['resolvedDependencies'];if(!_0x118cf6)return{'resolved':!0x1};let _0x30b149=mt(_0x118cf6[_0x5d3ed8(0x1f9)](_0x109af0));if(_0x30b149[_0x5d3ed8(0x26c)])return _0x30b149;let _0xac7c15=lt(_0x109af0);for(let [_0x4065b7,_0x3cc84c]of _0x118cf6){if(_0x4065b7===_0x109af0||lt(_0x4065b7)!==_0xac7c15)continue;let _0x2904bd=mt(_0x3cc84c);if(_0x2904bd[_0x5d3ed8(0x26c)])return _0x2904bd;}return{'resolved':!0x1};}function mt(_0x33df7d){return!_0x33df7d||_0x33df7d['length']!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x33df7d[0x0]};}function ht(_0x3e0b5d,_0x348f31,_0x2889bd){const _0x4e89e4=_0xf1d127;!_0x3e0b5d||_t(_0x3e0b5d,_0x348f31)||_0x3e0b5d[_0x4e89e4(0x170)]([_0x348f31,{'useValue':_0x2889bd}]);}function gt(_0x3bf5b6){const _0x8b02d8=_0xf1d127;if(!_0x3bf5b6||typeof _0x3bf5b6!='function'&&typeof _0x3bf5b6!=_0x8b02d8(0x16e))return[];for(let _0x578ec0 of Object[_0x8b02d8(0x40e)](_0x3bf5b6)){let _0x73d3d2=_0x3bf5b6[_0x578ec0];if(!Array['isArray'](_0x73d3d2))continue;let _0x30391f=_0x73d3d2['map'](_0x51228b=>_0x51228b==null?void 0x0:_0x51228b[_0x8b02d8(0x53d)])['filter'](_0x3e5c78=>_0x3e5c78!==void 0x0);if(_0x30391f['length'])return _0x30391f;}return[];}function _t(_0x166182,_0x2b316c){const _0x411ade=_0xf1d127;var _0x5b8008,_0x53dcf0,_0x5f3f4a,_0x72e550;let _0xde5c32=_0x166182;return!!(!((_0x5b8008=_0xde5c32[_0x411ade(0x3b9)])==null||(_0x53dcf0=_0x5b8008[_0x411ade(0x75f)])==null)&&_0x53dcf0[_0x411ade(0x511)](_0x5b8008,_0x2b316c)||!((_0x5f3f4a=_0xde5c32[_0x411ade(0x3ca)])==null||(_0x72e550=_0x5f3f4a[_0x411ade(0x75f)])==null)&&_0x72e550[_0x411ade(0x511)](_0x5f3f4a,_0x2b316c));}function vt(_0x4bce9b){return _0x4bce9b['__embedSharedRootInjector'];}function yt(_0x34e75c,_0x223d48,_0x2a1152=[]){const _0x5673ca=_0xf1d127;let _0x341053=bt(_0x223d48);for(let _0x4bf058 of _0x2a1152)_0x341053[_0x5673ca(0x170)](_0x4bf058);xt(_0x34e75c,_0x341053),_0x34e75c[_0x5673ca(0x5f2)]();}function bt(_0x43c165){const _0x3fcb6b=_0xf1d127;let _0x5cb674=new Set(),_0x3682fb=St(_0x43c165);return _0x3682fb&&_0x3682fb[_0x3fcb6b(0x4d6)](_0xab215c=>{const _0x583fd0=_0x3fcb6b;Array['isArray'](_0xab215c)&&_0xab215c[_0x583fd0(0x4d6)](_0x49ed48=>_0x5cb674[_0x583fd0(0x170)](_0x49ed48));}),_0x5cb674;}function xt(_0x3f2a89,_0x995060,_0x2f6f66=new Set()){const _0x33ad9f=_0xf1d127;if(_0x2f6f66[_0x33ad9f(0x75f)](_0x3f2a89))return;_0x2f6f66[_0x33ad9f(0x170)](_0x3f2a89);let _0x1d8e05=_0x3f2a89['children'];_0x1d8e05==null||_0x1d8e05[_0x33ad9f(0x4d6)](_0x5ca63e=>xt(_0x5ca63e,_0x995060,_0x2f6f66));let _0x4f8324=St(_0x3f2a89);_0x4f8324&&_0x4f8324[_0x33ad9f(0x4d6)]((_0x499939,_0x2a1cf3)=>{const _0x4a3be3=_0x33ad9f;if(!Array[_0x4a3be3(0x6ea)](_0x499939))return;let _0x118e87=_0x499939[_0x4a3be3(0x70c)](_0x2eda78=>!_0x995060[_0x4a3be3(0x75f)](_0x2eda78));if(_0x118e87[_0x4a3be3(0x65c)]!==_0x499939[_0x4a3be3(0x65c)]){if(_0x118e87[_0x4a3be3(0x65c)]===0x0){_0x4f8324[_0x4a3be3(0x1f6)](_0x2a1cf3);return;}_0x4f8324['set'](_0x2a1cf3,_0x118e87);}});}function St(_0x3d0111){const _0x30b5b3=_0xf1d127;var _0xd9fbde;return(_0xd9fbde=_0x3d0111['resolvedDependencyCollection'])==null?void 0x0:_0xd9fbde[_0x30b5b3(0x5fa)];}function Ct(_0x523752){const _0x4b0451=_0xf1d127;return Array[_0x4b0451(0x433)](_0x523752,([_0x3c8056,_0x470dd5])=>[_0x3c8056,{'useValue':_0x470dd5}]);}function wt(_0x5af7ea){const _0x21de4a=_0xf1d127;if(!Array[_0x21de4a(0x6ea)](_0x5af7ea)||_0x5af7ea[_0x21de4a(0x65c)]<0x2)return;let [_0x502ae7,_0x2b705f]=_0x5af7ea;if(!(!_0x2b705f||typeof _0x2b705f!='object')){if(_0x21de4a(0x281)in _0x2b705f)return{'kind':_0x21de4a(0x1b4),'identifier':_0x502ae7,'value':_0x2b705f[_0x21de4a(0x281)]};if(typeof _0x2b705f[_0x21de4a(0x522)]==_0x21de4a(0x439))return{'kind':_0x21de4a(0x73d),'identifier':_0x502ae7,'factory':_0x2b705f[_0x21de4a(0x522)]};}}function Tt(_0x6e3a3,_0x3d0886){const _0x30dfac=_0xf1d127;if(!_0x6e3a3[_0x30dfac(0x75f)](r['IMenuManagerService']))return;let _0x10dcf6=_0x6e3a3[_0x30dfac(0x1f9)](r['IMenuManagerService']),_0x55fbb6=_0x10dcf6['createScoped'];return typeof _0x55fbb6==_0x30dfac(0x439)?_0x55fbb6[_0x30dfac(0x511)](_0x10dcf6,_0x3d0886):_0x10dcf6;}function Et(_0x295e55,_0x2ca6d4,_0xe55957){const _0x2cda65=_0xf1d127;if(!_0x295e55[_0x2cda65(0x75f)](r[_0x2cda65(0x347)]))return;let _0xc57d21=_0x295e55[_0x2cda65(0x1f9)](r[_0x2cda65(0x347)]);return{get 'disabled'(){const _0x5aaf52=_0x2cda65;return _0xc57d21[_0x5aaf52(0x15a)];},set 'disabled'(_0x5a2432){const _0x337ad0=_0x2cda65;_0xc57d21[_0x337ad0(0x15a)]=_0x5a2432;},get 'visible'(){const _0x442bab=_0x2cda65;return _0xc57d21[_0x442bab(0x537)];},'enable':()=>_0xc57d21[_0x2cda65(0x26f)](),'disable':()=>_0xc57d21['disable'](),'triggerContextMenu':(_0x357b40,_0x15ae10,_0x2cc9f6)=>{const _0x264430=_0x2cda65;var _0x53b104;_0xc57d21[_0x264430(0x73f)](_0x357b40,_0x15ae10,{..._0x2cc9f6,'unitId':(_0x53b104=_0x2cc9f6==null?void 0x0:_0x2cc9f6[_0x264430(0x647)])==null?_0xe55957:_0x53b104});},'hideContextMenu':()=>_0xc57d21['hideContextMenu'](),'registerContextMenuHandler':_0xf3b144=>_0xc57d21[_0x2cda65(0x609)](_0xf3b144)};}function Dt(_0x277506,_0x4bdea2){const _0x1a45a3=_0xf1d127;let _0x213dfb=new r[(_0x1a45a3(0x6bc))]();return{get 'disabled'(){const _0x4df01a=_0x1a45a3;return _0x213dfb[_0x4df01a(0x15a)];},set 'disabled'(_0x6f805d){const _0x5361c1=_0x1a45a3;_0x213dfb[_0x5361c1(0x15a)]=_0x6f805d;},get 'visible'(){const _0x528859=_0x1a45a3;return _0x213dfb[_0x528859(0x537)];},'enable':()=>_0x213dfb[_0x1a45a3(0x26f)](),'disable':()=>_0x213dfb[_0x1a45a3(0x366)](),'triggerContextMenu':(_0x3c757e,_0x3ad148,_0x1b737a)=>{const _0x47e74d=_0x1a45a3;var _0x18cce6;_0x213dfb[_0x47e74d(0x73f)](_0x3c757e,_0x3ad148,{..._0x1b737a,'unitId':(_0x18cce6=_0x1b737a==null?void 0x0:_0x1b737a['unitId'])==null?_0x4bdea2:_0x18cce6});},'hideContextMenu':()=>_0x213dfb['hideContextMenu'](),'registerContextMenuHandler':_0x2cd101=>_0x213dfb['registerContextMenuHandler'](_0x2cd101),'dispose':()=>_0x213dfb[_0x1a45a3(0x5f2)]()};}function Ot(_0xcc4f3f,_0x494828){const _0x5ed924=_0xf1d127;var _0x2f6f06,_0xa8279d,_0x343b5b,_0x118446,_0x2ef646;if(!_0xcc4f3f[_0x5ed924(0x75f)](r[_0x5ed924(0x29b)]))return;let _0x46187c=_0xcc4f3f[_0x5ed924(0x1f9)](r[_0x5ed924(0x29b)]),_0x6bb8da=_0xcc4f3f['has'](K)?_0xcc4f3f['get'](K):void 0x0,_0x1f5cbc=_0xcc4f3f['has'](J)?_0xcc4f3f[_0x5ed924(0x1f9)](J):void 0x0,_0x466450=(_0x2f6f06=(_0xa8279d=_0x494828[_0x5ed924(0x435)])==null||(_0xa8279d=_0xa8279d[_0x5ed924(0x484)])==null?void 0x0:_0xa8279d[_0x5ed924(0x1f2)])==null?_0x494828[_0x5ed924(0x3eb)][_0x5ed924(0x5c7)]:_0x2f6f06,_0x386dfd=(_0x343b5b=(_0x118446=(_0x2ef646=_0x494828['runtimeScope'])==null||(_0x2ef646=_0x2ef646[_0x5ed924(0x484)])==null?void 0x0:_0x2ef646['content'])==null?_0x494828[_0x5ed924(0x3eb)][_0x5ed924(0x743)]:_0x118446)==null?_0x466450:_0x343b5b,_0x1e138c=new Set([_0x466450,_0x386dfd]),_0x596ade=(_0x47a7a8,_0x1c86b3)=>{const _0x445c6=_0x5ed924;_0x1e138c[_0x445c6(0x170)](_0x47a7a8);let _0x193d17=_0x1c86b3!=null&&_0x1c86b3['registerChildInteraction']?kt(_0x47a7a8):void 0x0,_0x40b485=_0x1c86b3!=null&&_0x1c86b3[_0x445c6(0x5f0)]?_0x6bb8da==null?void 0x0:_0x6bb8da[_0x445c6(0x4c2)](_0x494828[_0x445c6(0x5b8)],_0x47a7a8):void 0x0,_0x57f7c6=_0x1c86b3!=null&&_0x1c86b3[_0x445c6(0x5f0)]?_0x1f5cbc==null?void 0x0:_0x1f5cbc[_0x445c6(0x1d7)]({'embedId':_0x494828[_0x445c6(0x5b8)],'role':_0x445c6(0x4ed),'element':_0x47a7a8}):void 0x0;return(0x0,e[_0x445c6(0x211)])(()=>{const _0x4bf206=_0x445c6;_0x57f7c6==null||_0x57f7c6['dispose'](),_0x40b485==null||_0x40b485['dispose'](),_0x193d17==null||_0x193d17[_0x4bf206(0x5f2)](),_0x1e138c[_0x4bf206(0x1f6)](_0x47a7a8);});},_0x2e05b3=_0x28a753=>_0x28a753?[..._0x1e138c]['some'](_0x25fc12=>_0x25fc12===_0x28a753||_0x25fc12['contains'](_0x28a753)):!0x1;return{get 'isFocused'(){const _0xe169a0=_0x5ed924;return _0x46187c[_0xe169a0(0x186)];},get 'rootContainerElement'(){return _0x466450;},'focus':()=>_0x46187c['focus'](),'registerFocusHandler':(_0x2925a9,_0x448bf0)=>_0x46187c[_0x5ed924(0x2e1)](_0x2925a9,_0x448bf0),'registerRootContainerElement':_0x596ade,'registerContentElement':_0x596ade,'registerContainerElement':_0x418873=>_0x596ade(_0x418873,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x386dfd,'checkElementInCurrentContainers':_0x5846c4=>_0x2e05b3(_0x5846c4)||(_0x6bb8da==null?void 0x0:_0x6bb8da['contains'](_0x494828[_0x5ed924(0x5b8)],_0x5846c4))||_0x46187c[_0x5ed924(0x729)](_0x5846c4),'checkContentIsFocused':()=>_0x2e05b3(_0x386dfd[_0x5ed924(0x5c1)][_0x5ed924(0x4ba)])||(_0x1f5cbc==null?void 0x0:_0x1f5cbc[_0x5ed924(0x283)](_0x494828['embedId']))||_0x46187c['checkContentIsFocused']()};}function kt(_0x5bf180){const _0x543557=_0xf1d127;let _0x5a31df=new Map(),_0x308d96=_0x8a7a77=>{const _0x50955a=_0x481e;_0x5a31df[_0x50955a(0x5a3)](_0x8a7a77,_0x8a7a77[_0x50955a(0x47c)](q)),_0x8a7a77[_0x50955a(0x693)](q,_0x50955a(0x4ed));};return _0x308d96(_0x5bf180),_0x5bf180[_0x543557(0x548)]('*')[_0x543557(0x4d6)](_0x308d96),(0x0,e[_0x543557(0x211)])(()=>{_0x5a31df['forEach']((_0x2fa2dc,_0x3ae733)=>{const _0x2ec2f8=_0x481e;if(_0x2fa2dc==null){_0x3ae733['removeAttribute'](q);return;}_0x3ae733[_0x2ec2f8(0x693)](q,_0x2fa2dc);});});}function At(_0x1208ba,_0x4d4b10){const _0x4bf57e=_0xf1d127;var _0x38479a;let _0x1e0c62=(_0x38479a=Mt(_0x1208ba))==null?_0x1208ba[_0x4bf57e(0x158)]:_0x38479a,_0x153997=_0x1e0c62!==_0x1208ba[_0x4bf57e(0x158)],_0xe9a34c=jt(_0x1208ba),_0xee9a8d={'descriptor':_0x1208ba[_0x4bf57e(0x4da)],'host':{'unitId':_0x1208ba['hostUnitId'],'type':_0x1208ba[_0x4bf57e(0x4da)][_0x4bf57e(0x500)],'anchorId':_0x1208ba[_0x4bf57e(0x4da)]['hostAnchorId'],'entry':_0x1208ba[_0x4bf57e(0x4da)][_0x4bf57e(0x6ee)],'layout':Pt(_0x1208ba)},'child':{'unitId':_0x1208ba[_0x4bf57e(0x28d)],'type':_0x1208ba[_0x4bf57e(0x3dc)]},'injector':_0x1e0c62,'instanceService':Nt(_0x1e0c62,e[_0x4bf57e(0x432)]),'commandService':Nt(_0x1e0c62,e[_0x4bf57e(0x16b)]),'menuManagerService':Nt(_0x1e0c62,r[_0x4bf57e(0x728)]),'roots':_0xe9a34c,'activate':()=>_0x4d4b10(!0x0),'deactivate':()=>_0x4d4b10(!0x1),'dispose':()=>{const _0x52e658=_0x4bf57e;_0x153997&&_0x1e0c62[_0x52e658(0x5f2)]();}};return{'runtimeScope':_0xee9a8d,'disposable':(0x0,e[_0x4bf57e(0x211)])(()=>_0xee9a8d[_0x4bf57e(0x5f2)]())};}function jt(_0x2ed0cf){const _0x51383a=_0xf1d127;var _0x327482,_0x563cfc,_0x59c509,_0x1674db,_0x5529a2,_0x4ab575,_0x3efebe,_0x24bf22,_0x1c5657,_0x5e45e0,_0x230d56,_0x19fe27;let _0x4f8fee=_0x2ed0cf[_0x51383a(0x3eb)]['rootElement'],_0x1d554d=(_0x327482=(_0x563cfc=_0x2ed0cf[_0x51383a(0x3eb)][_0x51383a(0x743)])==null?V(_0x4f8fee,_0x51383a(0x38f)):_0x563cfc)==null?_0x4f8fee:_0x327482,_0x28d482=(_0x59c509=(_0x1674db=_0x2ed0cf['renderScope'][_0x51383a(0x482)])==null?V(_0x4f8fee,_0x51383a(0x22e)):_0x1674db)==null?_0x4f8fee:_0x59c509;return{'root':_0x4f8fee,'content':_0x1d554d,'canvas':(_0x5529a2=(_0x4ab575=_0x2ed0cf[_0x51383a(0x3eb)][_0x51383a(0x357)])==null?V(_0x4f8fee,'data-embed-canvas-root'):_0x4ab575)==null?void 0x0:_0x5529a2,'overlay':_0x28d482,'popup':(_0x3efebe=(_0x24bf22=_0x2ed0cf['renderScope']['popupRoot'])==null?V(_0x4f8fee,_0x51383a(0x52b)):_0x24bf22)==null?_0x28d482:_0x3efebe,'menuSlot':(_0x1c5657=(_0x5e45e0=(_0x230d56=_0x2ed0cf[_0x51383a(0x3eb)][_0x51383a(0x521)])==null?void 0x0:_0x230d56['container'])==null?V(_0x4f8fee,_0x51383a(0x37a)):_0x5e45e0)==null?void 0x0:_0x1c5657,'footerSlot':(_0x19fe27=V(_0x4f8fee,_0x51383a(0x701)))==null?void 0x0:_0x19fe27};}function Mt(_0x3f866d){const _0x504d5c=_0xf1d127;if(!(!_0x3f866d[_0x504d5c(0x158)][_0x504d5c(0x75f)](e[_0x504d5c(0x432)])||!_0x3f866d[_0x504d5c(0x158)][_0x504d5c(0x75f)](e[_0x504d5c(0x16b)])))return qe(_0x3f866d);}function Nt(_0x388ff3,_0x176ba0){const _0x5b9348=_0xf1d127;if(_0x388ff3['has'](_0x176ba0))return _0x388ff3[_0x5b9348(0x1f9)](_0x176ba0);}function Pt(_0xe1f18d){const _0x489fdc=_0xf1d127;var _0x1ceaf0,_0x624b33;switch(_0xe1f18d[_0x489fdc(0x4da)]['entry']){case _0x489fdc(0x653):return _0x489fdc(0x270);case _0x489fdc(0x345):case _0x489fdc(0x206):case'boards-floating-object':return _0x489fdc(0x622);case _0x489fdc(0x1ea):case _0x489fdc(0x313):case'slides-page-list-block':return'tab-peer';default:break;}return _0xe1f18d[_0x489fdc(0x42c)]==='tab-peer'||(_0x1ceaf0=_0xe1f18d[_0x489fdc(0x4da)][_0x489fdc(0x3a6)])!=null&&_0x1ceaf0[_0x489fdc(0x6aa)]?_0x489fdc(0x3c3):(_0x624b33=_0xe1f18d[_0x489fdc(0x4da)]['sourceMeta'])!=null&&_0x624b33[_0x489fdc(0x3b0)]?_0x489fdc(0x622):_0xe1f18d['layout'][_0x489fdc(0x747)](_0x489fdc(0x1f4))||_0xe1f18d[_0x489fdc(0x42c)]==='scroll-contained'?'doc-flow':_0x489fdc(0x622);}var Ft=class{constructor(){const _0x2f1d10=_0xf1d127;H(this,_0x2f1d10(0x44e),new Map());}['register'](_0x7258b2){const _0x218438=_0xf1d127;if(this[_0x218438(0x44e)][_0x218438(0x75f)](_0x7258b2[_0x218438(0x3dc)]))throw Error('Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20'+_0x7258b2[_0x218438(0x3dc)]);this[_0x218438(0x44e)][_0x218438(0x5a3)](_0x7258b2['childType'],_0x7258b2);}[_0xf1d127(0x1f9)](_0x415af6){return this['_contributions']['get'](_0x415af6);}['list'](){return[...this['_contributions']['values']()];}},X=class{constructor(){const _0x425003=_0xf1d127;H(this,_0x425003(0x44e),new Map());}['register'](_0x2fefd3){const _0x29c429=_0xf1d127;let _0x5618d7=this[_0x29c429(0x18d)](_0x2fefd3[_0x29c429(0x500)],_0x2fefd3['entry'],_0x2fefd3[_0x29c429(0x3dc)]);if(this[_0x29c429(0x44e)][_0x29c429(0x75f)](_0x5618d7))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x5618d7);return this['_contributions'][_0x29c429(0x5a3)](_0x5618d7,_0x2fefd3),(0x0,e['toDisposable'])(()=>{const _0x5a97ae=_0x29c429;this[_0x5a97ae(0x44e)][_0x5a97ae(0x1f9)](_0x5618d7)===_0x2fefd3&&this['_contributions'][_0x5a97ae(0x1f6)](_0x5618d7);});}[_0xf1d127(0x1f9)](_0x4e74c3,_0x5ab377,_0x259c0e){const _0x5c177f=_0xf1d127;if(_0x259c0e!=null){let _0x1eefda=this[_0x5c177f(0x44e)][_0x5c177f(0x1f9)](this[_0x5c177f(0x18d)](_0x4e74c3,_0x5ab377,_0x259c0e));if(_0x1eefda)return _0x1eefda;}return this[_0x5c177f(0x44e)]['get'](this['_key'](_0x4e74c3,_0x5ab377));}[_0xf1d127(0x633)](_0x3b7b82,_0x1b21e6,_0x2f3103){const _0x119e4f=_0xf1d127;return this[_0x119e4f(0x44e)][_0x119e4f(0x75f)](this['_key'](_0x3b7b82,_0x1b21e6,_0x2f3103));}[_0xf1d127(0x60e)](){const _0x36b8ba=_0xf1d127;return[...this[_0x36b8ba(0x44e)]['values']()];}[_0xf1d127(0x18d)](_0x3f8613,_0x11a41e,_0x48ac7f){return _0x48ac7f==null?_0x3f8613+':'+_0x11a41e+':*':_0x3f8613+':'+_0x11a41e+':'+_0x48ac7f;}},It=class{constructor(){H(this,'_contributions',new Map());}[_0xf1d127(0x251)](_0x47f1c4){const _0x10a236=_0xf1d127;let _0x1f7524=this[_0x10a236(0x18d)](_0x47f1c4[_0x10a236(0x500)],_0x47f1c4['entry']);if(this[_0x10a236(0x44e)]['has'](_0x1f7524))throw Error(_0x10a236(0x49b)+_0x1f7524);this[_0x10a236(0x44e)]['set'](_0x1f7524,_0x47f1c4);}[_0xf1d127(0x1f9)](_0x1913c5,_0x47adff){const _0x5ebdfa=_0xf1d127;return this['_contributions']['get'](this[_0x5ebdfa(0x18d)](_0x1913c5,_0x47adff));}[_0xf1d127(0x60e)](){return[...this['_contributions']['values']()];}['supports'](_0x3e79fd,_0x15f3e6,_0x58b1aa){const _0x83ebe2=_0xf1d127;var _0x5b4415;let _0x4b9a00=this[_0x83ebe2(0x1f9)](_0x3e79fd,_0x15f3e6);return _0x4b9a00?((_0x5b4415=_0x4b9a00[_0x83ebe2(0x517)])==null?[_0x4b9a00[_0x83ebe2(0x42c)]]:_0x5b4415)[_0x83ebe2(0x3d4)](_0x58b1aa):!0x1;}['_key'](_0x55d019,_0x4816ac){return _0x55d019+':'+_0x4816ac;}},Lt=class{constructor(){const _0x4af136=_0xf1d127;H(this,'_rootsByChildUnitId',new Map()),H(this,_0x4af136(0x6a3),new Map()),H(this,_0x4af136(0x2cc),new Map());}[_0xf1d127(0x251)](_0x459a2d,_0x111aca){const _0x1bbb9d=_0xf1d127;let _0x598c90=typeof _0x459a2d==_0x1bbb9d(0x1cf)?{'childUnitId':_0x459a2d,'root':_0x111aca}:_0x459a2d;return this['_rootsByChildUnitId'][_0x1bbb9d(0x5a3)](_0x598c90[_0x1bbb9d(0x28d)],_0x598c90),_0x598c90[_0x1bbb9d(0x5b8)]&&this[_0x1bbb9d(0x6a3)][_0x1bbb9d(0x5a3)](_0x598c90[_0x1bbb9d(0x5b8)],_0x598c90),_0x598c90[_0x1bbb9d(0x173)]&&this['_rootsByHostAnchorId'][_0x1bbb9d(0x5a3)](_0x598c90[_0x1bbb9d(0x173)],_0x598c90),(0x0,e[_0x1bbb9d(0x211)])(()=>{const _0x11af95=_0x1bbb9d;this[_0x11af95(0x396)][_0x11af95(0x1f9)](_0x598c90[_0x11af95(0x28d)])===_0x598c90&&this[_0x11af95(0x396)][_0x11af95(0x1f6)](_0x598c90[_0x11af95(0x28d)]),_0x598c90[_0x11af95(0x5b8)]&&this['_rootsByEmbedId']['get'](_0x598c90['embedId'])===_0x598c90&&this[_0x11af95(0x6a3)]['delete'](_0x598c90['embedId']),_0x598c90[_0x11af95(0x173)]&&this[_0x11af95(0x2cc)][_0x11af95(0x1f9)](_0x598c90[_0x11af95(0x173)])===_0x598c90&&this['_rootsByHostAnchorId'][_0x11af95(0x1f6)](_0x598c90['hostAnchorId']);});}[_0xf1d127(0x1f9)](_0x1b19b1){const _0xf701a6=_0xf1d127;var _0x5725dd,_0x468a16;return(_0x5725dd=(_0x468a16=this[_0xf701a6(0x396)][_0xf701a6(0x1f9)](_0x1b19b1))==null?void 0x0:_0x468a16['root'])==null?null:_0x5725dd;}[_0xf1d127(0x630)](_0x499611){const _0x279919=_0xf1d127;var _0x4939a2,_0x182599;return(_0x4939a2=(_0x182599=this[_0x279919(0x6a3)][_0x279919(0x1f9)](_0x499611))==null?void 0x0:_0x182599[_0x279919(0x1f2)])==null?null:_0x4939a2;}['getByHostAnchorId'](_0x37e641){const _0x3bfb99=_0xf1d127;var _0x80ec1a,_0x179edf;return(_0x80ec1a=(_0x179edf=this[_0x3bfb99(0x2cc)]['get'](_0x37e641))==null?void 0x0:_0x179edf[_0x3bfb99(0x1f2)])==null?null:_0x80ec1a;}[_0xf1d127(0x596)](_0x166875,_0x52bb22){const _0x55894a=_0xf1d127;if(!(_0x166875 instanceof Node))return!0x1;let _0x467860=_0x52bb22[_0x55894a(0x5b8)]?this['getByEmbedId'](_0x52bb22['embedId']):_0x52bb22[_0x55894a(0x173)]?this[_0x55894a(0x337)](_0x52bb22['hostAnchorId']):_0x52bb22[_0x55894a(0x28d)]?this['get'](_0x52bb22[_0x55894a(0x28d)]):null;return!!(_0x467860!=null&&_0x467860[_0x55894a(0x596)](_0x166875));}},Rt=class{constructor(){const _0x2fd193=_0xf1d127;H(this,'_providers',new Map()),H(this,_0x2fd193(0x348),new Map()),H(this,'_contextsByHostAnchorId',new Map()),H(this,_0x2fd193(0x6ba),new Map());}[_0xf1d127(0x251)](_0x130cce){const _0x30dbcd=_0xf1d127;return this['_providers'][_0x30dbcd(0x5a3)](_0x130cce['childType'],_0x130cce),(0x0,e[_0x30dbcd(0x211)])(()=>{const _0x364c9b=_0x30dbcd;this['_providers'][_0x364c9b(0x1f9)](_0x130cce[_0x364c9b(0x3dc)])===_0x130cce&&this[_0x364c9b(0x766)][_0x364c9b(0x1f6)](_0x130cce[_0x364c9b(0x3dc)]);});}['get'](_0x5361a5){const _0x1bea0a=_0xf1d127;return this[_0x1bea0a(0x766)]['get'](_0x5361a5);}['registerContext'](_0x3cd48f){const _0x333b10=_0xf1d127;return this['_contextsByEmbedId'][_0x333b10(0x5a3)](_0x3cd48f[_0x333b10(0x5b8)],_0x3cd48f),this[_0x333b10(0x5c5)][_0x333b10(0x5a3)](_0x3cd48f[_0x333b10(0x4da)][_0x333b10(0x173)],_0x3cd48f),this[_0x333b10(0x6ba)][_0x333b10(0x5a3)](_0x3cd48f[_0x333b10(0x28d)],_0x3cd48f),(0x0,e['toDisposable'])(()=>{const _0x40a10d=_0x333b10;this[_0x40a10d(0x348)][_0x40a10d(0x1f9)](_0x3cd48f['embedId'])===_0x3cd48f&&this[_0x40a10d(0x348)][_0x40a10d(0x1f6)](_0x3cd48f[_0x40a10d(0x5b8)]),this[_0x40a10d(0x5c5)][_0x40a10d(0x1f9)](_0x3cd48f[_0x40a10d(0x4da)][_0x40a10d(0x173)])===_0x3cd48f&&this['_contextsByHostAnchorId'][_0x40a10d(0x1f6)](_0x3cd48f['descriptor'][_0x40a10d(0x173)]),this[_0x40a10d(0x6ba)][_0x40a10d(0x1f9)](_0x3cd48f['childUnitId'])===_0x3cd48f&&this[_0x40a10d(0x6ba)]['delete'](_0x3cd48f[_0x40a10d(0x28d)]);});}[_0xf1d127(0x454)](_0x1640d4){const _0x3732f6=_0xf1d127;return this[_0x3732f6(0x348)]['get'](_0x1640d4);}['getContextByHostAnchorId'](_0x460d3c){const _0x438de6=_0xf1d127;return this[_0x438de6(0x5c5)][_0x438de6(0x1f9)](_0x460d3c);}[_0xf1d127(0x67e)](_0x4c3990){const _0x1c6525=_0xf1d127;return this[_0x1c6525(0x6ba)][_0x1c6525(0x1f9)](_0x4c3990);}[_0xf1d127(0x5c8)](_0x35e7ea){const _0xc26311=_0xf1d127;let _0x2019f9=this[_0xc26311(0x1f9)](_0x35e7ea['childType']);return _0x2019f9?Promise['resolve'](_0x2019f9[_0xc26311(0x5c8)](_0x35e7ea)):Promise[_0xc26311(0x16a)](zt(_0x35e7ea));}[_0xf1d127(0x4e3)](_0x470742){const _0x48ded6=_0xf1d127;let _0x355967=this[_0x48ded6(0x454)](_0x470742);return _0x355967?this['capture'](_0x355967):Promise[_0x48ded6(0x16a)](void 0x0);}['captureByHostAnchorId'](_0x172473){const _0x1cf3c2=_0xf1d127;let _0x25fd34=this[_0x1cf3c2(0x6d8)](_0x172473);return _0x25fd34?this[_0x1cf3c2(0x5c8)](_0x25fd34):Promise[_0x1cf3c2(0x16a)](void 0x0);}[_0xf1d127(0x342)](_0x56364c){const _0x47194e=_0xf1d127;let _0x2542cc=this[_0x47194e(0x67e)](_0x56364c);return _0x2542cc?this['capture'](_0x2542cc):Promise[_0x47194e(0x16a)](void 0x0);}};function zt(_0x38c8e2){const _0x27c407=_0xf1d127;if(!_0x38c8e2['renderScope'])return;let _0x702608=[_0x38c8e2['renderScope'][_0x27c407(0x357)],_0x38c8e2['renderScope'][_0x27c407(0x743)],_0x38c8e2[_0x27c407(0x3eb)]['rootElement']][_0x27c407(0x70c)](_0x503d6a=>!!_0x503d6a),_0x106489=Array[_0x27c407(0x433)](new Set(_0x702608[_0x27c407(0x6fa)](_0x351256=>Array[_0x27c407(0x433)](_0x351256[_0x27c407(0x548)]('canvas')))))[_0x27c407(0x70c)](_0x4a2fbe=>_0x4a2fbe[_0x27c407(0x58b)]>0x1&&_0x4a2fbe[_0x27c407(0x3d5)]>0x1)[_0x27c407(0x1d1)]((_0x303299,_0x2a2dff)=>_0x2a2dff[_0x27c407(0x58b)]*_0x2a2dff[_0x27c407(0x3d5)]-_0x303299[_0x27c407(0x58b)]*_0x303299[_0x27c407(0x3d5)]);for(let _0x28cc2e of _0x106489)try{return _0x28cc2e[_0x27c407(0x5b2)]('image/png');}catch{}}const Bt=_0xf1d127(0x252);var Vt=class extends Error{constructor(_0x443fd6,_0x33c328){const _0x356a5f=_0xf1d127;super(Bt+':\x20'+_0x443fd6),this[_0x356a5f(0x28d)]=_0x443fd6,this[_0x356a5f(0x2d1)]=_0x33c328,H(this,'code',Bt),this[_0x356a5f(0x60f)]=_0x356a5f(0x5bb);}};let Ht=class{constructor(_0x2f937c,_0x13b23c,_0x144b1a,_0x208f3a,_0x35d27b,_0x267cb5,_0x328fe5){const _0x5b1f49=_0xf1d127;this[_0x5b1f49(0x72f)]=_0x2f937c,this[_0x5b1f49(0x632)]=_0x13b23c,this[_0x5b1f49(0x610)]=_0x144b1a,this[_0x5b1f49(0x5ce)]=_0x208f3a,this[_0x5b1f49(0x277)]=_0x35d27b,this['_runtimePolicyService']=_0x267cb5,this[_0x5b1f49(0x224)]=_0x328fe5,H(this,_0x5b1f49(0x284),new Map()),H(this,_0x5b1f49(0x45c),new Map());}['mount'](_0x4d7cd7){return this['_mountResolvedHost'](_0x4d7cd7);}['mountIntoHostElement'](_0x33a5e5,_0x1e1d7e,_0x287c02){const _0x484c53=_0xf1d127;return this[_0x484c53(0x24d)](_0x33a5e5,{'hostElement':_0x1e1d7e,'runtimeRoots':_0x287c02});}[_0xf1d127(0x24d)](_0x59a76b,_0x244cc5){const _0x42ad06=_0xf1d127;var _0x15fe66,_0x23bab5,_0x5e510a;if(!_0x59a76b[_0x42ad06(0x28d)]||_0x59a76b[_0x42ad06(0x3dc)]==null)throw Error(_0x42ad06(0x27c));this[_0x42ad06(0x59f)](_0x59a76b);let _0x462487={'hostUnitId':_0x59a76b[_0x42ad06(0x448)],'embedId':_0x59a76b['embedId'],'childUnitId':_0x59a76b[_0x42ad06(0x28d)]},_0x491de3=this[_0x42ad06(0x5d5)](_0x59a76b),_0x3e2246=this['_hostContainerRegistry']['get'](_0x59a76b[_0x42ad06(0x500)],_0x59a76b['entry']);if(!_0x3e2246||!this['_hostContainerRegistry'][_0x42ad06(0x6b8)](_0x59a76b[_0x42ad06(0x500)],_0x59a76b['entry'],_0x491de3))throw Error('EMBED_MOUNT_HOST_NOT_REGISTERED');let _0x1b5742=this[_0x42ad06(0x580)][_0x42ad06(0x1e0)](_0x462487),_0x542be6=this[_0x42ad06(0x632)][_0x42ad06(0x1f9)](_0x59a76b[_0x42ad06(0x3dc)]);if(_0x1b5742[_0x42ad06(0x1d8)]&&!(_0x542be6!=null&&_0x542be6[_0x42ad06(0x517)][_0x42ad06(0x3d4)](_0x491de3)))throw Error(_0x42ad06(0x416));this['unmount'](_0x59a76b[_0x42ad06(0x5b8)]);let _0x2e1b4c={'descriptor':_0x59a76b,'layout':_0x491de3,'injector':this[_0x42ad06(0x224)],'hostUnitId':_0x59a76b['hostUnitId'],'embedId':_0x59a76b[_0x42ad06(0x5b8)],'childUnitId':_0x59a76b[_0x42ad06(0x28d)],'childType':_0x59a76b[_0x42ad06(0x3dc)]},_0x47d73c=[],_0xc1fc9a=_0x244cc5==null?(_0x15fe66=_0x3e2246[_0x42ad06(0x25a)])==null?void 0x0:_0x15fe66[_0x42ad06(0x511)](_0x3e2246,_0x2e1b4c):_0x244cc5,_0x280a17=this['_normalizeHostMountResult'](_0xc1fc9a);if(_0x280a17[_0x42ad06(0x17c)]&&_0x47d73c[_0x42ad06(0x76b)](_0x280a17[_0x42ad06(0x17c)]),_0x2e1b4c[_0x42ad06(0x4d9)]=(_0x23bab5=_0x280a17[_0x42ad06(0x4d9)])==null?_0x2e1b4c[_0x42ad06(0x4d9)]:_0x23bab5,_0x2e1b4c[_0x42ad06(0x5da)]=_0x2e1b4c[_0x42ad06(0x4d9)],!_0x2e1b4c[_0x42ad06(0x4d9)]||!_0x2e1b4c['container'])throw[..._0x47d73c][_0x42ad06(0x5be)]()[_0x42ad06(0x4d6)](_0x1a0656=>_0x1a0656['dispose']()),Error(_0x42ad06(0x54c));if(_0x280a17[_0x42ad06(0x358)]||_0x47d73c[_0x42ad06(0x76b)](ye(_0x2e1b4c[_0x42ad06(0x4d9)])),!_0x1b5742['allowed'])return this[_0x42ad06(0x280)](_0x59a76b,_0x491de3,_0x2e1b4c[_0x42ad06(0x4d9)],_0x280a17[_0x42ad06(0x358)],_0x47d73c,_0x1b5742[_0x42ad06(0x543)]);if(!_0x542be6)throw[..._0x47d73c][_0x42ad06(0x5be)]()[_0x42ad06(0x4d6)](_0xc31bac=>_0xc31bac['dispose']()),Error(_0x42ad06(0x416));this[_0x42ad06(0x1bd)](_0x59a76b['childType']);let {renderScope:_0x2d599f,disposable:_0x1c8566,setActive:_0x12105d}=this[_0x42ad06(0x21e)](_0x59a76b,_0x491de3,_0x2e1b4c['hostElement'],_0x280a17[_0x42ad06(0x358)]);_0x47d73c[_0x42ad06(0x76b)](_0x1c8566);let _0x2ea740={..._0x2e1b4c,'hostElement':_0x2e1b4c[_0x42ad06(0x4d9)],'container':_0x2e1b4c[_0x42ad06(0x5da)],'renderScope':_0x2d599f},{runtimeScope:_0x1fd9ed,disposable:_0x35e296}=At(_0x2ea740,_0x12105d),_0x3c0a22={..._0x2ea740,'runtimeScope':_0x1fd9ed};_0x47d73c['push'](_0x35e296);let _0x56202b=this['_registerRuntimeBoundary'](_0x59a76b,_0x2e1b4c['hostElement'],_0x2d599f,_0x1fd9ed[_0x42ad06(0x484)]);_0x56202b&&_0x47d73c[_0x42ad06(0x76b)](_0x56202b),this[_0x42ad06(0x224)][_0x42ad06(0x75f)](J)&&_0x47d73c['push'](this[_0x42ad06(0x224)][_0x42ad06(0x1f9)](J)['registerRuntimeScope']({'embedId':_0x59a76b['embedId'],'hostUnitId':_0x59a76b[_0x42ad06(0x448)],'childUnitId':_0x59a76b[_0x42ad06(0x28d)],'childType':_0x59a76b[_0x42ad06(0x3dc)]})),_0x47d73c[_0x42ad06(0x76b)](this['_registerChildFocusBridge'](_0x59a76b,_0x2e1b4c[_0x42ad06(0x4d9)],_0x2d599f[_0x42ad06(0x2eb)],_0x1fd9ed[_0x42ad06(0x260)])),_0x47d73c[_0x42ad06(0x76b)](this['_sceneCanvasCaptureService']['registerContext'](_0x3c0a22));let _0x4f0089=this['_createMountFocusRestorer'](_0x59a76b),_0x4cc5b2=(_0x5e510a=_0x542be6[_0x42ad06(0x25a)])==null?void 0x0:_0x5e510a[_0x42ad06(0x511)](_0x542be6,_0x3c0a22);if(_0x4cc5b2&&_0x47d73c[_0x42ad06(0x76b)](_0x4cc5b2),_0x47d73c[_0x42ad06(0x76b)](_0x4f0089),_0x47d73c[_0x42ad06(0x76b)](this[_0x42ad06(0x580)][_0x42ad06(0x279)](_0x462487)),_0x2d599f[_0x42ad06(0x2eb)]==='float'){let _0x569fc8=this[_0x42ad06(0x741)](_0x3c0a22);_0x569fc8&&_0x47d73c[_0x42ad06(0x76b)](_0x569fc8);}let _0x46f713={'hostUnitId':_0x59a76b['hostUnitId'],'embedId':_0x59a76b[_0x42ad06(0x5b8)],'childUnitId':_0x59a76b[_0x42ad06(0x28d)],'childType':_0x59a76b[_0x42ad06(0x3dc)],'entry':_0x59a76b[_0x42ad06(0x6ee)],'layout':_0x491de3,'hostElement':_0x2e1b4c[_0x42ad06(0x4d9)],'context':_0x3c0a22};return this['_sessions'][_0x42ad06(0x5a3)](_0x59a76b[_0x42ad06(0x5b8)],{'session':_0x46f713,'disposables':_0x47d73c,'setActive':_0x12105d}),_0x491de3!=='tab-peer'&&this[_0x42ad06(0x54f)](_0x59a76b,_0x491de3,_0x12105d),_0x46f713;}[_0xf1d127(0x280)](_0x3566ab,_0x365fe1,_0x29aefb,_0x37f431,_0x3deb89,_0x58c3ff){const _0x574492=_0xf1d127;var _0x32f3c0,_0x59d065;let _0x122759=(_0x32f3c0=(_0x59d065=_0x37f431==null?void 0x0:_0x37f431[_0x574492(0x69b)])==null?V(_0x29aefb,_0x574492(0x38f)):_0x59d065)==null?_0x29aefb:_0x32f3c0,_0x5686ca=Wt(_0x58c3ff);_0x122759['replaceChildren'](_0x5686ca),_0x3deb89['push']((0x0,e[_0x574492(0x211)])(()=>{const _0x59d3da=_0x574492;_0x5686ca[_0x59d3da(0x515)]===_0x122759&&_0x5686ca['remove']();}));let _0x30c144={'hostUnitId':_0x3566ab['hostUnitId'],'embedId':_0x3566ab['embedId'],'childUnitId':_0x3566ab[_0x574492(0x28d)],'childType':_0x3566ab[_0x574492(0x3dc)],'entry':_0x3566ab[_0x574492(0x6ee)],'layout':_0x365fe1,'hostElement':_0x29aefb};return this[_0x574492(0x284)][_0x574492(0x5a3)](_0x3566ab[_0x574492(0x5b8)],{'session':_0x30c144,'disposables':_0x3deb89,'setActive':()=>{}}),_0x30c144;}[_0xf1d127(0x54f)](_0x8974e2,_0x26259f,_0xcecb4e){const _0x540a3f=_0xf1d127;if(_0x26259f!==_0x540a3f(0x3c3)){if(this['_injector'][_0x540a3f(0x75f)](t[_0x540a3f(0x286)])){let _0x518e91=this[_0x540a3f(0x224)][_0x540a3f(0x1f9)](t[_0x540a3f(0x286)])['getFocusOwner']();if((_0x518e91==null?void 0x0:_0x518e91[_0x540a3f(0x448)])===_0x8974e2[_0x540a3f(0x448)]){_0xcecb4e(_0x518e91[_0x540a3f(0x5b8)]===_0x8974e2[_0x540a3f(0x5b8)]);return;}}_0xcecb4e(!0x1);}}['unmount'](_0x384ac3){const _0x35244e=_0xf1d127;let _0x13b5a2=this[_0x35244e(0x284)]['get'](_0x384ac3);_0x13b5a2&&(this[_0x35244e(0x6d9)](_0x384ac3),[..._0x13b5a2[_0x35244e(0x5a2)]][_0x35244e(0x5be)]()[_0x35244e(0x4d6)](_0x586855=>_0x586855[_0x35244e(0x5f2)]()),this[_0x35244e(0x284)][_0x35244e(0x1f6)](_0x384ac3));}[_0xf1d127(0x726)](_0x375b2){const _0x43c1d2=_0xf1d127;var _0x29c0d1;return(_0x29c0d1=this[_0x43c1d2(0x284)][_0x43c1d2(0x1f9)](_0x375b2))==null?void 0x0:_0x29c0d1['session'];}[_0xf1d127(0x645)](){const _0x38c780=_0xf1d127;return[...this['_sessions'][_0x38c780(0x611)]()]['map'](({session:_0xd54fcd})=>_0xd54fcd);}[_0xf1d127(0x2c4)](_0x406fe5){const _0x23abb4=_0xf1d127;let _0x59b4fb=this[_0x23abb4(0x284)]['get'](_0x406fe5);if(_0x59b4fb){if(_0x59b4fb[_0x23abb4(0x62c)][_0x23abb4(0x42c)]!=='tab-peer'){this[_0x23abb4(0x284)][_0x23abb4(0x4d6)](_0x420d0c=>{const _0x4d9a6d=_0x23abb4;_0x420d0c['session'][_0x4d9a6d(0x42c)]===_0x4d9a6d(0x3c3)||_0x420d0c[_0x4d9a6d(0x62c)][_0x4d9a6d(0x448)]!==_0x59b4fb[_0x4d9a6d(0x62c)][_0x4d9a6d(0x448)]||_0x420d0c[_0x4d9a6d(0x6ac)](_0x420d0c[_0x4d9a6d(0x62c)]['embedId']===_0x406fe5);});return;}this[_0x23abb4(0x5fc)](_0x59b4fb[_0x23abb4(0x62c)]),this['_sessions']['forEach'](_0x2e08e2=>{const _0x5bbd6d=_0x23abb4;_0x2e08e2[_0x5bbd6d(0x62c)][_0x5bbd6d(0x42c)]!==_0x5bbd6d(0x3c3)||_0x2e08e2[_0x5bbd6d(0x62c)][_0x5bbd6d(0x448)]!==_0x59b4fb[_0x5bbd6d(0x62c)][_0x5bbd6d(0x448)]||_0x2e08e2[_0x5bbd6d(0x6ac)](_0x2e08e2[_0x5bbd6d(0x62c)][_0x5bbd6d(0x5b8)]===_0x406fe5);});}}[_0xf1d127(0x334)](_0x3f18dc){let _0x5a657=[];return this['_sessions']['forEach'](_0x5e1bb3=>{const _0x55298d=_0x481e;_0x5e1bb3['session']['layout']===_0x55298d(0x3c3)&&(_0x3f18dc&&_0x5e1bb3[_0x55298d(0x62c)]['embedId']!==_0x3f18dc||(this[_0x55298d(0x4b5)](_0x5e1bb3['session']),this['_releaseTabPeerFocusLease'](_0x5e1bb3['session']['embedId']),_0x5e1bb3['setActive'](!0x1),_0x5a657[_0x55298d(0x76b)](_0x5e1bb3[_0x55298d(0x62c)])));}),_0x5a657;}['deactivateFloatingSession'](_0x1c1ee8){const _0x5dfafd=_0xf1d127;let _0x4f067c=this[_0x5dfafd(0x284)][_0x5dfafd(0x1f9)](_0x1c1ee8);if(!(!_0x4f067c||_0x4f067c[_0x5dfafd(0x62c)]['layout']==='tab-peer'))return this[_0x5dfafd(0x4b5)](_0x4f067c[_0x5dfafd(0x62c)]),_0x4f067c[_0x5dfafd(0x6ac)](!0x1),_0x4f067c[_0x5dfafd(0x62c)];}[_0xf1d127(0x6ac)](_0xf5545a,_0x5dd614){const _0x392a29=_0xf1d127;var _0x172d95;(_0x172d95=this['_sessions'][_0x392a29(0x1f9)](_0xf5545a))==null||_0x172d95[_0x392a29(0x6ac)](_0x5dd614);}['_runChildBeforeDeactivate'](_0x438a93){const _0x49926d=_0xf1d127;let _0x9f4743=_0x438a93[_0x49926d(0x616)];if(!_0x9f4743)return;let _0x58dfb4=this[_0x49926d(0x632)][_0x49926d(0x1f9)](_0x438a93['childType']);if(_0x58dfb4!=null&&_0x58dfb4['beforeDeactivate'])try{_0x58dfb4[_0x49926d(0x5d0)](_0x9f4743);}catch(_0x21d2ae){console['warn']('[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view',_0x21d2ae);}}['_resolveLayout'](_0x44cde7){const _0x290ca8=_0xf1d127;var _0x2060f6,_0x32a5d0;let _0x3bd5f5=((_0x2060f6=_0x44cde7['sourceMeta'])==null?void 0x0:_0x2060f6[_0x290ca8(0x3b0)])||void 0x0;if(_0x3bd5f5!=null&&_0x3bd5f5['layout'])return _0x3bd5f5[_0x290ca8(0x42c)];let _0x22ea52=((_0x32a5d0=_0x44cde7[_0x290ca8(0x3a6)])==null?void 0x0:_0x32a5d0['tab'])||void 0x0;if(_0x22ea52!=null&&_0x22ea52[_0x290ca8(0x525)])return'tab-peer';throw Error(_0x290ca8(0x1f8));}[_0xf1d127(0x1bd)](_0x36ef57){const _0x132161=_0xf1d127;this[_0x132161(0x224)][_0x132161(0x75f)](Be)&&this[_0x132161(0x224)]['get'](Be)[_0x132161(0x403)](_0x36ef57);}['_createRenderScope'](_0x4a0bbd,_0x388665,_0x229792,_0x54b561){const _0x4e036b=_0xf1d127;var _0x22b991,_0x23cf43,_0x29945d,_0xc28b69,_0xc388ae,_0x3d3d2a,_0x3285e7,_0x5d51a1,_0x1cf870,_0x41b299;let _0x384118=new a[(_0x4e036b(0x39d))](!0x0),_0x4b13cf=_0x4a0bbd[_0x4e036b(0x173)],_0x3348ec=(_0x22b991=_0x4a0bbd[_0x4e036b(0x3a6)])==null?void 0x0:_0x22b991[_0x4e036b(0x6aa)],_0x2d95ca=_0x3348ec&&_0x3348ec[_0x4e036b(0x525)]?_0x4e036b(0x6aa):(_0x23cf43=_0x4a0bbd[_0x4e036b(0x3a6)])!=null&&_0x23cf43[_0x4e036b(0x3b0)]?_0x4e036b(0x622):_0x4e036b(0x445),_0x1c2757=(_0x29945d=(_0xc28b69=_0x54b561==null?void 0x0:_0x54b561[_0x4e036b(0x69b)])==null?V(_0x229792,_0x4e036b(0x38f)):_0xc28b69)==null?_0x229792:_0x29945d,_0x3f6aea=(_0xc388ae=(_0x3d3d2a=_0x54b561==null?void 0x0:_0x54b561[_0x4e036b(0x748)])==null?V(_0x229792,_0x4e036b(0x75e)):_0x3d3d2a)==null?_0x229792:_0xc388ae,_0x5bc5b3=(_0x3285e7=(_0x5d51a1=_0x54b561==null?void 0x0:_0x54b561[_0x4e036b(0x3ce)])==null?V(_0x229792,_0x4e036b(0x22e)):_0x5d51a1)==null?_0x229792:_0x3285e7,_0x97468=(_0x1cf870=(_0x41b299=_0x54b561==null?void 0x0:_0x54b561[_0x4e036b(0x5b6)])==null?V(_0x229792,_0x4e036b(0x52b)):_0x41b299)==null?_0x5bc5b3:_0x1cf870,_0x425387=this[_0x4e036b(0x610)][_0x4e036b(0x251)]({'childUnitId':_0x4a0bbd['childUnitId'],'embedId':_0x4a0bbd[_0x4e036b(0x5b8)],'hostAnchorId':_0x4b13cf,'root':_0x5bc5b3}),_0x3ca2c5=_0xe08470=>{const _0x15fd6e=_0x4e036b;_0x384118[_0x15fd6e(0x571)]()!==_0xe08470&&(Ut(_0x229792,_0xe08470,_0x2d95ca),_0x384118[_0x15fd6e(0x549)](_0xe08470));};return Ut(_0x229792,!0x0,_0x2d95ca),{'renderScope':{'hostUnitId':_0x4a0bbd['hostUnitId'],'hostAnchorId':_0x4b13cf,'embedId':_0x4a0bbd[_0x4e036b(0x5b8)],'childUnitId':_0x4a0bbd[_0x4e036b(0x28d)],'childType':_0x4a0bbd[_0x4e036b(0x3dc)],'layout':_0x388665,'mode':_0x2d95ca,'rootElement':_0x229792,'contentRoot':_0x1c2757,'canvasRoot':_0x3f6aea,'overlayRoot':_0x5bc5b3,'popupRoot':_0x97468,'menuOutlet':_0x54b561!=null&&_0x54b561['menuSlot']?{'container':_0x54b561[_0x4e036b(0x5b5)]}:void 0x0,'active$':_0x384118[_0x4e036b(0x75d)]()},'disposable':(0x0,e[_0x4e036b(0x211)])(()=>{const _0x47e795=_0x4e036b;_0x425387[_0x47e795(0x5f2)](),_0x3ca2c5(!0x1),_0x384118[_0x47e795(0x587)]();}),'setActive':_0x3ca2c5};}[_0xf1d127(0x18c)](_0x5929bd,_0x53cbc1,_0x55c35b,_0x1c91eb){const _0x1a91d5=_0xf1d127;let _0x19742e=this[_0x1a91d5(0x224)][_0x1a91d5(0x75f)](K),_0x27b757=this[_0x1a91d5(0x224)][_0x1a91d5(0x75f)](J);if(!_0x19742e&&!_0x27b757)return;let _0x13edb7=_0x19742e?this['_injector']['get'](K):void 0x0,_0x429d5b=_0x27b757?this['_injector'][_0x1a91d5(0x1f9)](J):void 0x0,_0x110854=new Map(),_0x596ca2=(_0x29febd,_0x40c832)=>{const _0x306bd1=_0x1a91d5;if(!_0x29febd)return;let _0x34871e=_0x110854[_0x306bd1(0x1f9)](_0x29febd);(!_0x34871e||_0x34871e===_0x306bd1(0x5f9))&&_0x110854[_0x306bd1(0x5a3)](_0x29febd,_0x40c832);};_0x596ca2(_0x53cbc1,_0x1a91d5(0x5f9)),_0x596ca2(_0x55c35b[_0x1a91d5(0x5c7)],_0x1a91d5(0x5f9)),_0x596ca2(_0x55c35b[_0x1a91d5(0x743)],_0x1a91d5(0x5f9)),_0x596ca2(_0x55c35b[_0x1a91d5(0x357)],'runtime'),_0x596ca2(_0x55c35b[_0x1a91d5(0x482)],_0x1a91d5(0x5f9)),_0x596ca2(_0x1c91eb[_0x1a91d5(0x1f2)],_0x1a91d5(0x5f9)),_0x596ca2(_0x1c91eb[_0x1a91d5(0x69b)],_0x1a91d5(0x5f9)),_0x596ca2(_0x1c91eb[_0x1a91d5(0x748)],_0x1a91d5(0x5f9)),_0x596ca2(_0x1c91eb[_0x1a91d5(0x3ce)],_0x1a91d5(0x5f9)),_0x596ca2(_0x55c35b[_0x1a91d5(0x6c2)],_0x1a91d5(0x66d)),_0x596ca2(_0x1c91eb[_0x1a91d5(0x5b6)],_0x1a91d5(0x66d));let _0x4d6235=[..._0x110854]['flatMap'](([_0x4c7fe0,_0x25651b])=>[_0x13edb7==null?void 0x0:_0x13edb7['registerRoot'](_0x5929bd[_0x1a91d5(0x5b8)],_0x4c7fe0),_0x429d5b==null?void 0x0:_0x429d5b[_0x1a91d5(0x1d7)]({'embedId':_0x5929bd[_0x1a91d5(0x5b8)],'role':_0x25651b,'element':_0x4c7fe0})][_0x1a91d5(0x70c)](_0x4d5546=>!!_0x4d5546));return(0x0,e[_0x1a91d5(0x211)])(()=>{const _0x4cc38e=_0x1a91d5;[..._0x4d6235][_0x4cc38e(0x5be)]()[_0x4cc38e(0x4d6)](_0x109662=>_0x109662['dispose']());});}[_0xf1d127(0x19e)](_0x2f0b3a){const _0x41a6c3=_0xf1d127;return _0x2f0b3a?_0x41a6c3(0x5f2)in _0x2f0b3a?{'disposable':_0x2f0b3a}:{'hostElement':_0x2f0b3a['hostElement'],'runtimeRoots':_0x2f0b3a['runtimeRoots'],'disposable':_0x2f0b3a['disposable']?(0x0,e[_0x41a6c3(0x211)])(()=>{const _0x549ec3=_0x41a6c3;var _0x49dadc;return(_0x49dadc=_0x2f0b3a[_0x549ec3(0x17c)])==null?void 0x0:_0x49dadc[_0x549ec3(0x5f2)]();}):void 0x0}:{};}[_0xf1d127(0x741)](_0x570929){const _0x278f23=_0xf1d127;if(!this[_0x278f23(0x224)][_0x278f23(0x75f)](X))return;let _0x54007d=this[_0x278f23(0x224)][_0x278f23(0x1f9)](X)['get'](_0x570929['descriptor'][_0x278f23(0x500)],_0x570929[_0x278f23(0x4da)][_0x278f23(0x6ee)],_0x570929[_0x278f23(0x3dc)]);if(!_0x54007d)return;let _0x145481=this[_0x278f23(0x224)][_0x278f23(0x75f)](W)?this[_0x278f23(0x224)][_0x278f23(0x1f9)](W)['getActive']():null,_0x45b73b=_0x54007d[_0x278f23(0x25a)]({..._0x570929,'active':_0x145481});return _0x45b73b?(0x0,e['toDisposable'])(()=>_0x45b73b[_0x278f23(0x5f2)]()):void 0x0;}[_0xf1d127(0x646)](_0x44f92f,_0x3ac6a0,_0x7a8f4c,_0x1bd0f6){const _0x36867a=_0xf1d127;let _0x4c186a=this['_injector']['has'](K)?this[_0x36867a(0x224)][_0x36867a(0x1f9)](K):void 0x0,_0x2114ab=this[_0x36867a(0x224)][_0x36867a(0x75f)](J)?this[_0x36867a(0x224)]['get'](J):void 0x0,_0x5bd98d=_0x3ac6a0[_0x36867a(0x5c1)],_0x31d3dd=[],_0xb2e0d5=()=>_0x7a8f4c==='float'?this['_injector']['has'](W)?this['_injector'][_0x36867a(0x1f9)](W)[_0x36867a(0x4dc)](_0x44f92f[_0x36867a(0x5b8)])==='stage2':!0x1:!0x0,_0x2d292e=(_0x3a7578,_0x2c6685={})=>{const _0x3459ac=_0x36867a;let _0x2327a2=_0x2c6685[_0x3459ac(0x71d)]!==!0x1,_0x30f4ce=_0x2c6685['activateSession']!==!0x1,_0x4cc278=(_0x3a7578==null?void 0x0:_0x3a7578[_0x3459ac(0x336)])instanceof Element?_0x3a7578['target']:null;if(!(_0x4cc278!=null&&_0x4cc278['closest'](_0x3459ac(0x74d)))&&!(!_0x44f92f[_0x3459ac(0x28d)]||_0x44f92f[_0x3459ac(0x3dc)]==null)&&_0xb2e0d5()){if(_0x7a8f4c===_0x3459ac(0x622)&&_0x1bd0f6&&(_0x1bd0f6[_0x3459ac(0x447)](_0x44f92f[_0x3459ac(0x28d)]),_0x2327a2&&_0x1bd0f6[_0x3459ac(0x71d)](_0x44f92f['childUnitId'])),_0x7a8f4c==='tab'&&this[_0x3459ac(0x224)][_0x3459ac(0x75f)](e[_0x3459ac(0x432)])){var _0x53f6c1,_0x17de1f;let _0x1f44bc=this[_0x3459ac(0x224)][_0x3459ac(0x1f9)](e[_0x3459ac(0x432)]),_0x4edb4e=_0x1f44bc[_0x3459ac(0x31e)],_0x419ecc=_0x1f44bc[_0x3459ac(0x4f0)];(typeof _0x4edb4e!='function'||((_0x53f6c1=_0x4edb4e[_0x3459ac(0x511)](_0x1f44bc,_0x44f92f[_0x3459ac(0x3dc)]))==null?void 0x0:_0x53f6c1[_0x3459ac(0x735)]())!==_0x44f92f['childUnitId'])&&_0x1f44bc[_0x3459ac(0x447)](_0x44f92f[_0x3459ac(0x28d)]),_0x2327a2&&(typeof _0x419ecc!='function'||((_0x17de1f=_0x419ecc['call'](_0x1f44bc))==null?void 0x0:_0x17de1f[_0x3459ac(0x735)]())!==_0x44f92f[_0x3459ac(0x28d)])&&_0x1f44bc[_0x3459ac(0x71d)](_0x44f92f['childUnitId']);}if(_0x7a8f4c==='tab'&&this['_injector'][_0x3459ac(0x75f)](e[_0x3459ac(0x58e)])){let _0x5da38b=this[_0x3459ac(0x224)][_0x3459ac(0x1f9)](e[_0x3459ac(0x58e)]);_0x5da38b[_0x3459ac(0x15f)](e['FOCUSING_UNIT'],!0x0),_0x5da38b['setContextValue'](e['FOCUSING_DOC'],_0x44f92f[_0x3459ac(0x3dc)]===e[_0x3459ac(0x50c)][_0x3459ac(0x705)]),_0x5da38b['setContextValue'](e[_0x3459ac(0x677)],_0x44f92f[_0x3459ac(0x3dc)]===e[_0x3459ac(0x50c)][_0x3459ac(0x200)]),_0x5da38b[_0x3459ac(0x15f)](e[_0x3459ac(0x44f)],_0x44f92f[_0x3459ac(0x3dc)]===e[_0x3459ac(0x50c)][_0x3459ac(0x329)]);}if(this[_0x3459ac(0x224)][_0x3459ac(0x75f)](t[_0x3459ac(0x286)])){let _0x5b9654=this[_0x3459ac(0x224)][_0x3459ac(0x1f9)](t[_0x3459ac(0x286)]),_0x2ed502={'hostUnitId':_0x44f92f[_0x3459ac(0x448)],'embedId':_0x44f92f[_0x3459ac(0x5b8)],'childUnitId':_0x44f92f[_0x3459ac(0x28d)],'childType':_0x44f92f[_0x3459ac(0x3dc)],'reason':_0x3459ac(0x42d)},_0x9fbae5=_0x5b9654[_0x3459ac(0x264)]();((_0x9fbae5==null?void 0x0:_0x9fbae5[_0x3459ac(0x448)])!==_0x2ed502[_0x3459ac(0x448)]||_0x9fbae5[_0x3459ac(0x5b8)]!==_0x2ed502['embedId']||_0x9fbae5[_0x3459ac(0x28d)]!==_0x2ed502['childUnitId']||_0x9fbae5[_0x3459ac(0x3dc)]!==_0x2ed502['childType']||_0x9fbae5[_0x3459ac(0x543)]!==_0x2ed502['reason'])&&_0x5b9654[_0x3459ac(0x25e)](_0x2ed502);}_0x30f4ce&&this[_0x3459ac(0x2c4)](_0x44f92f[_0x3459ac(0x5b8)]);}},_0x458bfe=_0x154091=>{const _0x289396=_0x36867a;let _0x46e98b=_0x154091[_0x289396(0x336)]instanceof Element?_0x154091[_0x289396(0x336)]:null;if(!_0x46e98b||_0x3ac6a0[_0x289396(0x596)](_0x46e98b)||!(_0x4c186a!=null&&_0x4c186a[_0x289396(0x596)](_0x44f92f['embedId'],_0x46e98b,_0x154091)||_0x2114ab!=null&&_0x2114ab[_0x289396(0x1c5)](_0x44f92f[_0x289396(0x5b8)],_0x46e98b,_0x154091)))return;_0x2d292e(_0x154091,{'focusUnit':!0x1,'activateSession':!0x1});let _0x39dca8=_0x5bd98d[_0x289396(0x14a)];_0x39dca8&&_0x31d3dd[_0x289396(0x76b)](_0x39dca8['setTimeout'](()=>_0x2d292e(_0x154091,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x3ac6a0[_0x36867a(0x5d7)](_0x36867a(0x6da),_0x2d292e,{'capture':!0x0}),_0x3ac6a0[_0x36867a(0x5d7)]('focusin',_0x2d292e),_0x5bd98d['addEventListener'](_0x36867a(0x6da),_0x458bfe,{'capture':!0x0}),_0x5bd98d['addEventListener'](_0x36867a(0x3ef),_0x458bfe,{'capture':!0x0}),(0x0,e[_0x36867a(0x211)])(()=>{const _0x1546f6=_0x36867a;_0x3ac6a0['removeEventListener'](_0x1546f6(0x6da),_0x2d292e,{'capture':!0x0}),_0x3ac6a0[_0x1546f6(0x76d)]('focusin',_0x2d292e),_0x5bd98d[_0x1546f6(0x76d)](_0x1546f6(0x6da),_0x458bfe,{'capture':!0x0}),_0x5bd98d[_0x1546f6(0x76d)](_0x1546f6(0x3ef),_0x458bfe,{'capture':!0x0}),_0x31d3dd[_0x1546f6(0x4d6)](_0x589cb0=>{const _0x3ea75c=_0x1546f6;var _0x137a48;return(_0x137a48=_0x5bd98d[_0x3ea75c(0x14a)])==null?void 0x0:_0x137a48['clearTimeout'](_0x589cb0);});});}[_0xf1d127(0x5fc)](_0x10ade6){const _0xdf7c12=_0xf1d127;if(this['_activateTabPeerFocusLease'](_0x10ade6),this[_0xdf7c12(0x224)][_0xdf7c12(0x75f)](e[_0xdf7c12(0x432)])){let _0x3be0ae=this['_injector']['get'](e[_0xdf7c12(0x432)]);_0x3be0ae[_0xdf7c12(0x447)](_0x10ade6['childUnitId']),_0x3be0ae[_0xdf7c12(0x71d)](_0x10ade6['childUnitId']);}if(this[_0xdf7c12(0x224)][_0xdf7c12(0x75f)](e[_0xdf7c12(0x58e)])){let _0x36e05a=this[_0xdf7c12(0x224)][_0xdf7c12(0x1f9)](e[_0xdf7c12(0x58e)]);_0x36e05a[_0xdf7c12(0x15f)](e[_0xdf7c12(0x382)],!0x0),_0x36e05a['setContextValue'](e[_0xdf7c12(0x4a0)],_0x10ade6['childType']===e[_0xdf7c12(0x50c)]['UNIVER_DOC']),_0x36e05a[_0xdf7c12(0x15f)](e[_0xdf7c12(0x677)],_0x10ade6[_0xdf7c12(0x3dc)]===e[_0xdf7c12(0x50c)][_0xdf7c12(0x200)]),_0x36e05a[_0xdf7c12(0x15f)](e[_0xdf7c12(0x44f)],_0x10ade6[_0xdf7c12(0x3dc)]===e[_0xdf7c12(0x50c)]['UNIVER_SLIDE']);}this[_0xdf7c12(0x224)]['has'](t[_0xdf7c12(0x286)])&&this[_0xdf7c12(0x224)][_0xdf7c12(0x1f9)](t[_0xdf7c12(0x286)])[_0xdf7c12(0x25e)]({'hostUnitId':_0x10ade6[_0xdf7c12(0x448)],'embedId':_0x10ade6[_0xdf7c12(0x5b8)],'childUnitId':_0x10ade6[_0xdf7c12(0x28d)],'childType':_0x10ade6[_0xdf7c12(0x3dc)],'reason':_0xdf7c12(0x4b2)});}[_0xf1d127(0x349)](_0x148515){const _0x1cf1c9=_0xf1d127;if(!this['_injector'][_0x1cf1c9(0x75f)](J))return;this['_releaseTabPeerFocusLeasesForHost'](_0x148515[_0x1cf1c9(0x448)],_0x148515['embedId']),this[_0x1cf1c9(0x6d9)](_0x148515['embedId']);let _0x4cd1f7=this['_injector']['get'](J)['acquireLease']({'embedId':_0x148515[_0x1cf1c9(0x5b8)],'role':_0x1cf1c9(0x6f8),'owner':'tab-peer-runtime','sessionMode':'child-tab','hostUnitId':_0x148515[_0x1cf1c9(0x448)],'childUnitId':_0x148515[_0x1cf1c9(0x28d)],'childType':_0x148515['childType']});this[_0x1cf1c9(0x45c)][_0x1cf1c9(0x5a3)](_0x148515[_0x1cf1c9(0x5b8)],{'hostUnitId':_0x148515[_0x1cf1c9(0x448)],'disposable':_0x4cd1f7});}[_0xf1d127(0x526)](_0x2f25f0,_0x2af3a4){const _0x1fee01=_0xf1d127;[...this['_tabFocusLeases'][_0x1fee01(0x34f)]()][_0x1fee01(0x4d6)](([_0x4d34ad,_0x2e7156])=>{const _0x57c1b1=_0x1fee01;_0x4d34ad===_0x2af3a4||_0x2e7156[_0x57c1b1(0x448)]!==_0x2f25f0||(_0x2e7156[_0x57c1b1(0x17c)][_0x57c1b1(0x5f2)](),this[_0x57c1b1(0x45c)][_0x57c1b1(0x1f6)](_0x4d34ad));});}['_releaseTabPeerFocusLease'](_0x4c4e2e){const _0x4abd8f=_0xf1d127;let _0x73dc4c=this[_0x4abd8f(0x45c)][_0x4abd8f(0x1f9)](_0x4c4e2e);_0x73dc4c&&(_0x73dc4c['disposable'][_0x4abd8f(0x5f2)](),this[_0x4abd8f(0x45c)][_0x4abd8f(0x1f6)](_0x4c4e2e));}[_0xf1d127(0x657)](_0xdf3b40){const _0x22f462=_0xf1d127;var _0x2185e6,_0x38aae1;if((_0x2185e6=_0xdf3b40[_0x22f462(0x3a6)])!=null&&_0x2185e6[_0x22f462(0x6aa)]&&_0xdf3b40[_0x22f462(0x3a6)]['tab'][_0x22f462(0x525)]||!this[_0x22f462(0x224)][_0x22f462(0x75f)](e[_0x22f462(0x432)])||!_0xdf3b40[_0x22f462(0x28d)])return(0x0,e['toDisposable'])(()=>{});let _0x1832b0=this[_0x22f462(0x224)][_0x22f462(0x1f9)](e[_0x22f462(0x432)]),_0x3017f0=_0x1832b0['getFocusedUnit'],_0x3d8881=_0x1832b0[_0x22f462(0x71d)];if(typeof _0x3017f0!=_0x22f462(0x439)||typeof _0x3d8881!=_0x22f462(0x439))return(0x0,e[_0x22f462(0x211)])(()=>{});let _0x1f1b12=(_0x38aae1=_0x3017f0[_0x22f462(0x511)](_0x1832b0))==null?void 0x0:_0x38aae1[_0x22f462(0x735)]();if(!_0x1f1b12||_0x1f1b12===_0xdf3b40[_0x22f462(0x28d)])return(0x0,e[_0x22f462(0x211)])(()=>{});let _0x137cd4=()=>{const _0x4e8c64=_0x22f462;var _0x38d825;((_0x38d825=_0x3017f0[_0x4e8c64(0x511)](_0x1832b0))==null?void 0x0:_0x38d825[_0x4e8c64(0x735)]())===_0xdf3b40[_0x4e8c64(0x28d)]&&_0x3d8881[_0x4e8c64(0x511)](_0x1832b0,_0x1f1b12);},_0x1af470=[],_0x39db18=[];return _0x137cd4(),typeof window<'u'&&(_0x39db18[_0x22f462(0x76b)](window[_0x22f462(0x2c2)](_0x137cd4)),_0x1af470['push'](window[_0x22f462(0x4ce)](_0x137cd4,0x0)),_0x1af470[_0x22f462(0x76b)](window['setTimeout'](_0x137cd4,0x78))),(0x0,e['toDisposable'])(()=>{const _0x16edf8=_0x22f462;typeof window>'u'||(_0x39db18[_0x16edf8(0x4d6)](_0x18369f=>window[_0x16edf8(0x3f2)](_0x18369f)),_0x1af470[_0x16edf8(0x4d6)](_0x585607=>window['clearTimeout'](_0x585607)));});}[_0xf1d127(0x59f)](_0x307a1c){const _0x4e70f7=_0xf1d127;let _0x127294=[...this['_sessions'][_0x4e70f7(0x611)]()][_0x4e70f7(0x27e)](({session:_0x1762d6})=>_0x1762d6['embedId']!==_0x307a1c[_0x4e70f7(0x5b8)]&&_0x1762d6['childUnitId']===_0x307a1c[_0x4e70f7(0x28d)]);if(_0x127294)throw new Vt(_0x307a1c[_0x4e70f7(0x28d)],_0x127294['session'][_0x4e70f7(0x5b8)]);if(this['_univerInstanceService'][_0x4e70f7(0x485)](_0x307a1c['childUnitId'],_0x307a1c[_0x4e70f7(0x3dc)]))return;let _0x2ddba1=this['_univerInstanceService']['getUnitType'](_0x307a1c['childUnitId']);throw _0x2ddba1!==e[_0x4e70f7(0x50c)][_0x4e70f7(0x73a)]&&_0x2ddba1!==_0x307a1c['childType']?Error(_0x4e70f7(0x696)):Error(_0x4e70f7(0x52d));}};Ht=Ne([Y(0x0,(0x0,e[_0xf1d127(0x3ec)])(It)),Y(0x1,(0x0,e[_0xf1d127(0x3ec)])(Ft)),Y(0x2,(0x0,e[_0xf1d127(0x3ec)])(Lt)),Y(0x3,(0x0,e['Inject'])(Rt)),Y(0x4,e[_0xf1d127(0x432)]),Y(0x5,(0x0,e[_0xf1d127(0x3ec)])(We)),Y(0x6,(0x0,e[_0xf1d127(0x3ec)])(e['Injector']))],Ht);function Ut(_0xa3a68f,_0x3a0d53,_0x2bc30a){const _0xb49a4c=_0xf1d127;if(_0xa3a68f[_0xb49a4c(0x24f)][_0xb49a4c(0x411)]=_0x3a0d53?'true':_0xb49a4c(0x1b2),_0x2bc30a!=='tab'){_0xa3a68f['removeAttribute'](_0xb49a4c(0x266)),_0xa3a68f['removeAttribute'](_0xb49a4c(0x4ab)),_0xa3a68f['style'][_0xb49a4c(0x3bb)](_0xb49a4c(0x162)),_0xa3a68f[_0xb49a4c(0x4e4)][_0xb49a4c(0x3bb)](_0xb49a4c(0x756));return;}if(_0xa3a68f[_0xb49a4c(0x774)](_0xb49a4c(0x266),!_0x3a0d53),_0x3a0d53){_0xa3a68f[_0xb49a4c(0x535)](_0xb49a4c(0x4ab)),_0xa3a68f['style']['removeProperty'](_0xb49a4c(0x162)),_0xa3a68f[_0xb49a4c(0x4e4)]['removeProperty'](_0xb49a4c(0x756));return;}_0xa3a68f['setAttribute'](_0xb49a4c(0x4ab),_0xb49a4c(0x718)),_0xa3a68f['style'][_0xb49a4c(0x162)]=_0xb49a4c(0x315),_0xa3a68f['style'][_0xb49a4c(0x554)]=_0xb49a4c(0x315);}function Wt(_0x2f43cd){const _0x1806c6=_0xf1d127;let _0x3bba0e=document[_0x1806c6(0x5c9)](_0x1806c6(0x61c));return _0x3bba0e[_0x1806c6(0x24f)][_0x1806c6(0x3fd)]=_0x2f43cd==null?_0x1806c6(0x6d7):_0x2f43cd,_0x3bba0e['style'][_0x1806c6(0x595)]=[_0x1806c6(0x649),_0x1806c6(0x288),'height:100%',_0x1806c6(0x65d),_0x1806c6(0x26d),'align-items:center','justify-content:center','padding:16px',_0x1806c6(0x153),'border-radius:8px','background:rgba(99,102,106,.06)','color:rgba(30,34,43,.64)',_0x1806c6(0x727),'text-align:center'][_0x1806c6(0x4bb)](';'),_0x3bba0e['textContent']=_0x2f43cd===_0x1806c6(0x274)?_0x1806c6(0x369):_0x1806c6(0x3ad),_0x3bba0e;}let Gt=class{constructor(_0x54d8b0,_0x2344e2,_0x266ca1,_0x32d9e0,_0x3bfdf3,_0x1e924a,_0x4cca0f,_0x44678f,_0x20dfb7){const _0x47f671=_0xf1d127;this[_0x47f671(0x277)]=_0x54d8b0,this['_focusOwnerService']=_0x2344e2,this[_0x47f671(0x3a1)]=_0x266ca1,this[_0x47f671(0x512)]=_0x32d9e0,this[_0x47f671(0x58f)]=_0x3bfdf3,this[_0x47f671(0x4b6)]=_0x1e924a,this['_floatingActiveService']=_0x4cca0f,this['_contextService']=_0x44678f,this[_0x47f671(0x593)]=_0x20dfb7,H(this,_0x47f671(0x558),new Map()),H(this,_0x47f671(0x33c),new Map());}[_0xf1d127(0x306)](_0x1f02f2){const _0x133e8a=_0xf1d127;var _0x1bb1c3,_0x3c4d9c;this[_0x133e8a(0x6cc)](_0x1f02f2),this[_0x133e8a(0x2be)](_0x1f02f2),this['_hostAdapterRegistry'][_0x133e8a(0x1a0)]({'embedId':_0x1f02f2[_0x133e8a(0x5b8)],'hostUnitId':_0x1f02f2[_0x133e8a(0x448)],'hostType':_0x1f02f2[_0x133e8a(0x500)],'entry':_0x1f02f2[_0x133e8a(0x6ee)],'hostAnchorId':_0x1f02f2[_0x133e8a(0x173)],'descriptor':_0x1f02f2}),this[_0x133e8a(0x58f)][_0x133e8a(0x2c4)](_0x1f02f2[_0x133e8a(0x5b8)]);let _0x567668=(_0x1bb1c3=this[_0x133e8a(0x4b6)])==null?void 0x0:_0x1bb1c3['get'](_0x1f02f2[_0x133e8a(0x3dc)]);return this['_menuOverrideService'][_0x133e8a(0x27a)](_0x1f02f2,_0x133e8a(0x248),{'layoutPolicy':_0x567668==null||(_0x3c4d9c=_0x567668['layoutPolicy'])==null?void 0x0:_0x3c4d9c[_0x133e8a(0x6aa)],'allowPlaceholder':(_0x567668==null?void 0x0:_0x567668[_0x133e8a(0x56b)])===_0x133e8a(0x39a)||(_0x567668==null?void 0x0:_0x567668[_0x133e8a(0x504)])==='placeholder'});}[_0xf1d127(0x5ca)](_0x1a948c,_0x1e133b,_0x3ca979={}){const _0x471a34=_0xf1d127;this[_0x471a34(0x6cc)](_0x1a948c),this[_0x471a34(0x2f6)]['setFocusOwner']({'hostUnitId':_0x1a948c['hostUnitId'],'embedId':_0x1a948c['embedId'],'childUnitId':_0x1a948c[_0x471a34(0x28d)],'childType':_0x1a948c[_0x471a34(0x3dc)],'reason':'pointer'}),this['_mountService']['activateSession'](_0x1a948c[_0x471a34(0x5b8)]);let _0x112d92={'hostUnitId':_0x1a948c['hostUnitId'],'embedId':_0x1a948c[_0x471a34(0x5b8)],'childUnitId':_0x1a948c['childUnitId']};if(_0x1e133b){var _0x579db9;(_0x579db9=this[_0x471a34(0x678)])==null||_0x579db9['activate'](_0x112d92,_0x1e133b);}else{var _0x57beb2;(_0x57beb2=this[_0x471a34(0x678)])==null||_0x57beb2['activate'](_0x112d92);}this[_0x471a34(0x512)][_0x471a34(0x58d)](),_0x1e133b===_0x471a34(0x55f)?(this['_setCurrentUnitForType'](_0x1a948c[_0x471a34(0x28d)],_0x1a948c[_0x471a34(0x3dc)]),this[_0x471a34(0x3e7)](_0x1a948c)):this[_0x471a34(0x50f)]();}[_0xf1d127(0x1b6)](_0x472235,_0xcd9a52={}){const _0x4e3f13=_0xf1d127;this[_0x4e3f13(0x5ca)](_0x472235,_0x4e3f13(0x55f),_0xcd9a52);}['activateFullscreen'](_0x57d43d){const _0x3f6493=_0xf1d127;this['_assertResolvedChild'](_0x57d43d),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x57d43d[_0x3f6493(0x448)],'embedId':_0x57d43d[_0x3f6493(0x5b8)],'childUnitId':_0x57d43d['childUnitId'],'childType':_0x57d43d[_0x3f6493(0x3dc)],'reason':'pointer'}),this[_0x3f6493(0x339)](_0x57d43d[_0x3f6493(0x28d)],_0x57d43d[_0x3f6493(0x3dc)]);}[_0xf1d127(0x61b)](_0x5e672b){const _0x5e1912=_0xf1d127;let _0x4e5581=this['_focusOwnerService'][_0x5e1912(0x264)]();_0x4e5581!=null&&_0x4e5581['embedId']&&_0x4e5581[_0x5e1912(0x5b8)]!==_0x5e672b[_0x5e1912(0x5b8)]||(this['_focusOwnerService'][_0x5e1912(0x6b3)](_0x5e672b[_0x5e1912(0x5b8)]),this['_univerInstanceService']['setCurrentUnitForType'](_0x5e672b[_0x5e1912(0x448)]),this[_0x5e1912(0x277)]['focusUnit'](_0x5e672b[_0x5e1912(0x448)]));}['clearFloating'](_0x3a2a19,_0x434787){const _0x47dc46=_0xf1d127;var _0x285bca,_0x62d18,_0x565e48;let _0x5aa6c0=this[_0x47dc46(0x2f6)][_0x47dc46(0x264)]();if(_0x3a2a19&&_0x5aa6c0!=null&&_0x5aa6c0[_0x47dc46(0x5b8)]&&_0x5aa6c0[_0x47dc46(0x5b8)]!==_0x3a2a19)return;let _0x566f41=(_0x285bca=this[_0x47dc46(0x678)])==null?void 0x0:_0x285bca[_0x47dc46(0x4ee)],_0x3f4216=typeof _0x566f41==_0x47dc46(0x439)?_0x566f41[_0x47dc46(0x511)](this[_0x47dc46(0x678)]):null;if(_0x3a2a19&&!_0x5aa6c0&&(_0x3f4216==null?void 0x0:_0x3f4216['embedId'])!==_0x3a2a19&&!_0x434787)return;let _0x47247e=(_0x62d18=_0x434787==null?_0x5aa6c0==null?void 0x0:_0x5aa6c0['hostUnitId']:_0x434787)==null?_0x3f4216==null?void 0x0:_0x3f4216[_0x47dc46(0x448)]:_0x62d18;(_0x565e48=this[_0x47dc46(0x678)])==null||_0x565e48['clear'](_0x3a2a19),this[_0x47dc46(0x2f6)][_0x47dc46(0x6b3)](_0x3a2a19),this[_0x47dc46(0x512)][_0x47dc46(0x58d)](_0x3a2a19),this[_0x47dc46(0x50f)](_0x3a2a19),_0x3a2a19&&this[_0x47dc46(0x58f)][_0x47dc46(0x2a9)](_0x3a2a19),_0x47247e&&(this['_univerInstanceService']['setCurrentUnitForType'](_0x47247e),this['_univerInstanceService']['focusUnit'](_0x47247e));}[_0xf1d127(0x479)](_0x31ca03){const _0x234ab5=_0xf1d127;this[_0x234ab5(0x512)]['clear'](_0x31ca03),this['_focusOwnerService'][_0x234ab5(0x6b3)](_0x31ca03);let _0x366180=this['_mountService'][_0x234ab5(0x334)](_0x31ca03);_0x366180['forEach'](_0x40a469=>this[_0x234ab5(0x335)](_0x40a469[_0x234ab5(0x5b8)],_0x40a469[_0x234ab5(0x3dc)],_0x40a469['childUnitId'])),new Set(_0x366180[_0x234ab5(0x4ff)](_0xb235e1=>_0xb235e1['hostUnitId']))['forEach'](_0x2077db=>{const _0x3c9701=_0x234ab5;this['_univerInstanceService'][_0x3c9701(0x447)](_0x2077db),this[_0x3c9701(0x277)][_0x3c9701(0x71d)](_0x2077db);});}['_rememberPreviousChildCurrentUnit'](_0x838819){const _0xa15d5a=_0xf1d127;let _0x416fdf=_0x838819[_0xa15d5a(0x3dc)],_0x427520=this[_0xa15d5a(0x5fd)](_0x416fdf);this[_0xa15d5a(0x558)]['set'](_0x838819[_0xa15d5a(0x5b8)],{'childType':_0x416fdf,'unitId':_0x427520&&_0x427520!==_0x838819['childUnitId']?_0x427520:void 0x0});}[_0xf1d127(0x335)](_0x154ff8,_0x40a6b3,_0x5d7b54){const _0x38a1b0=_0xf1d127;let _0x18170f=this[_0x38a1b0(0x558)][_0x38a1b0(0x1f9)](_0x154ff8);this['_previousChildCurrentUnits']['delete'](_0x154ff8);let _0x4255f7=(_0x18170f==null?void 0x0:_0x18170f[_0x38a1b0(0x3dc)])===_0x40a6b3&&_0x18170f[_0x38a1b0(0x647)]&&this[_0x38a1b0(0x6ec)](_0x18170f[_0x38a1b0(0x647)],_0x40a6b3)?_0x18170f[_0x38a1b0(0x647)]:this[_0x38a1b0(0x379)](_0x40a6b3,_0x5d7b54);_0x4255f7&&this[_0x38a1b0(0x277)]['setCurrentUnitForType'](_0x4255f7);}[_0xf1d127(0x5fd)](_0x2e5b9a){const _0x3a99ef=_0xf1d127;var _0x8034b2;let _0x194216=this[_0x3a99ef(0x277)][_0x3a99ef(0x31e)];return _0x194216==null||(_0x8034b2=_0x194216[_0x3a99ef(0x511)](this[_0x3a99ef(0x277)],_0x2e5b9a))==null?void 0x0:_0x8034b2[_0x3a99ef(0x735)]();}[_0xf1d127(0x6ec)](_0x5a9db2,_0x394706){const _0x52f491=_0xf1d127;let _0x517ef8=this[_0x52f491(0x277)]['getUnit'];return!!(_0x517ef8!=null&&_0x517ef8['call'](this['_univerInstanceService'],_0x5a9db2,_0x394706));}[_0xf1d127(0x379)](_0x2f1743,_0x423192){const _0x343750=_0xf1d127;var _0x235585;let _0x18b100=this[_0x343750(0x277)][_0x343750(0x3e1)];return _0x18b100==null||(_0x235585=_0x18b100[_0x343750(0x511)](this[_0x343750(0x277)],_0x2f1743))==null||(_0x235585=_0x235585[_0x343750(0x27e)](_0x2fb343=>_0x2fb343[_0x343750(0x735)]()!==_0x423192))==null?void 0x0:_0x235585[_0x343750(0x735)]();}[_0xf1d127(0x339)](_0x152f79,_0x31ad06){const _0x3e34fa=_0xf1d127;var _0x398cde,_0xb3b41c,_0x377356,_0x9a1eab,_0x3dc74;this[_0x3e34fa(0x147)](_0x152f79,_0x31ad06);let _0x26d72c=this[_0x3e34fa(0x277)]['getFocusedUnit'];(typeof _0x26d72c!=_0x3e34fa(0x439)||((_0x398cde=_0x26d72c[_0x3e34fa(0x511)](this[_0x3e34fa(0x277)]))==null?void 0x0:_0x398cde[_0x3e34fa(0x735)]())!==_0x152f79)&&this[_0x3e34fa(0x277)]['focusUnit'](_0x152f79),(_0xb3b41c=this['_contextService'])==null||_0xb3b41c['setContextValue'](e[_0x3e34fa(0x382)],!0x0),(_0x377356=this[_0x3e34fa(0x2af)])==null||_0x377356['setContextValue'](e[_0x3e34fa(0x4a0)],_0x31ad06===e[_0x3e34fa(0x50c)][_0x3e34fa(0x705)]),(_0x9a1eab=this[_0x3e34fa(0x2af)])==null||_0x9a1eab[_0x3e34fa(0x15f)](e[_0x3e34fa(0x677)],_0x31ad06===e[_0x3e34fa(0x50c)]['UNIVER_SHEET']),(_0x3dc74=this[_0x3e34fa(0x2af)])==null||_0x3dc74[_0x3e34fa(0x15f)](e[_0x3e34fa(0x44f)],_0x31ad06===e['UniverInstanceType']['UNIVER_SLIDE']),this['_focusLayout']();}[_0xf1d127(0x147)](_0x385b01,_0x2918e7){const _0x2a8b9b=_0xf1d127;var _0x563817;let _0x731e96=this[_0x2a8b9b(0x277)][_0x2a8b9b(0x31e)];(typeof _0x731e96!=_0x2a8b9b(0x439)||((_0x563817=_0x731e96['call'](this[_0x2a8b9b(0x277)],_0x2918e7))==null?void 0x0:_0x563817['getUnitId']())!==_0x385b01)&&this['_univerInstanceService']['setCurrentUnitForType'](_0x385b01);}[_0xf1d127(0x4e1)](){const _0x62ea59=_0xf1d127;let _0xb90bad=()=>{const _0x2cfe6b=_0x481e;var _0x354520;return(_0x354520=this[_0x2cfe6b(0x593)])==null?void 0x0:_0x354520[_0x2cfe6b(0x4c6)]();};_0xb90bad(),typeof queueMicrotask==_0x62ea59(0x439)&&queueMicrotask(_0xb90bad),typeof requestAnimationFrame==_0x62ea59(0x439)&&requestAnimationFrame(_0xb90bad);}[_0xf1d127(0x3e7)](_0x32859f){const _0x392d20=_0xf1d127;var _0x4dce4c;if(this[_0x392d20(0x50f)](),_0x32859f[_0x392d20(0x6ee)]===_0x392d20(0x653))return;let _0x53b662=_0x32859f[_0x392d20(0x28d)],_0x16aac8=_0x32859f['hostUnitId'],_0x36e4cb=this[_0x392d20(0x277)],_0x57e2d2=!0x1,_0x3ee6cd=()=>{const _0x518d87=_0x392d20;var _0x4018c3;if(!(_0x57e2d2||((_0x4018c3=_0x36e4cb[_0x518d87(0x4f0)])==null||(_0x4018c3=_0x4018c3['call'](this['_univerInstanceService']))==null?void 0x0:_0x4018c3[_0x518d87(0x735)]())!==_0x53b662)){_0x57e2d2=!0x0;try{this[_0x518d87(0x277)][_0x518d87(0x447)](_0x16aac8),this['_univerInstanceService'][_0x518d87(0x71d)](_0x16aac8);}finally{_0x57e2d2=!0x1;}}},_0x47fd90=(_0x4dce4c=_0x36e4cb[_0x392d20(0x6cd)])==null?void 0x0:_0x4dce4c[_0x392d20(0x2e4)](_0x3ee6cd);this[_0x392d20(0x33c)][_0x392d20(0x5a3)](_0x32859f[_0x392d20(0x5b8)],(0x0,e['toDisposable'])(()=>_0x47fd90==null?void 0x0:_0x47fd90['unsubscribe']())),_0x3ee6cd();}[_0xf1d127(0x50f)](_0xc25b48){const _0x4a4542=_0xf1d127;this[_0x4a4542(0x33c)][_0x4a4542(0x4d6)]((_0xf89008,_0x4eafdb)=>{const _0x37b684=_0x4a4542;_0xc25b48&&_0x4eafdb!==_0xc25b48||(_0xf89008[_0x37b684(0x5f2)](),this[_0x37b684(0x33c)][_0x37b684(0x1f6)](_0x4eafdb));});}[_0xf1d127(0x6cc)](_0xfb8038){const _0x234885=_0xf1d127;if(!_0xfb8038[_0x234885(0x28d)]||_0xfb8038[_0x234885(0x3dc)]==null)throw Error(_0x234885(0x442));}};Gt=Ne([Y(0x0,e[_0xf1d127(0x432)]),Y(0x1,(0x0,e[_0xf1d127(0x3ec)])(t[_0xf1d127(0x286)])),Y(0x2,(0x0,e['Inject'])(t[_0xf1d127(0x764)])),Y(0x3,(0x0,e['Inject'])(Te)),Y(0x4,(0x0,e[_0xf1d127(0x3ec)])(Ht)),Y(0x5,(0x0,e[_0xf1d127(0x61a)])(U)),Y(0x6,(0x0,e[_0xf1d127(0x61a)])(W)),Y(0x7,(0x0,e['Optional'])(e[_0xf1d127(0x58e)])),Y(0x8,(0x0,e[_0xf1d127(0x61a)])(r[_0xf1d127(0x29b)]))],Gt);function Kt(_0x5217af,_0x2f0aba){const _0x51a099=_0xf1d127;return _0x5217af!=='docs-sticky-sheet'&&_0x5217af!==_0x51a099(0x3e2)||_0x2f0aba['shiftKey']||_0x2f0aba['ctrlKey']||_0x2f0aba[_0x51a099(0x402)]?!0x1:Math['abs'](_0x2f0aba['deltaY'])>Math[_0x51a099(0x6d1)](_0x2f0aba[_0x51a099(0x683)]);}var qt=class{constructor(){const _0x1b60ac=_0xf1d127;H(this,_0x1b60ac(0x31f),new a[(_0x1b60ac(0x1a9))]()),H(this,'_providers',new Map()),H(this,'_entriesByEmbedId',new Map()),H(this,_0x1b60ac(0x295),new Map()),H(this,_0x1b60ac(0x480),[]),H(this,_0x1b60ac(0x566),!0x1),H(this,_0x1b60ac(0x47e),null);}['registerProvider'](_0x2df3de){const _0x516339=_0xf1d127;return this[_0x516339(0x766)][_0x516339(0x5a3)](_0x2df3de['childType'],_0x2df3de),(0x0,e[_0x516339(0x211)])(()=>{const _0x5ccbc9=_0x516339;this[_0x5ccbc9(0x766)][_0x5ccbc9(0x1f9)](_0x2df3de[_0x5ccbc9(0x3dc)])===_0x2df3de&&this[_0x5ccbc9(0x766)][_0x5ccbc9(0x1f6)](_0x2df3de[_0x5ccbc9(0x3dc)]);});}[_0xf1d127(0x293)](_0x235bdb){const _0x4e852e=_0xf1d127;return this['_providers'][_0x4e852e(0x1f9)](_0x235bdb);}[_0xf1d127(0x30b)](_0x6d6d90){const _0x331872=_0xf1d127;return this[_0x331872(0x4c4)][_0x331872(0x1f9)](_0x6d6d90);}['requestPreview'](_0x5f2e27){const _0x3d7c9b=_0xf1d127;var _0x25b83c,_0x2beaf1;let _0x591b89=this[_0x3d7c9b(0x760)](_0x5f2e27),_0x399ce4=this[_0x3d7c9b(0x295)]['get'](_0x591b89);if(_0x399ce4&&(_0x399ce4[_0x3d7c9b(0x199)]===_0x3d7c9b(0x4f5)||_0x399ce4[_0x3d7c9b(0x199)]===_0x3d7c9b(0x438)))return _0x399ce4;let _0x371069=this[_0x3d7c9b(0x4c4)][_0x3d7c9b(0x1f9)](_0x5f2e27[_0x3d7c9b(0x4da)][_0x3d7c9b(0x5b8)]),_0x133079={'embedId':_0x5f2e27[_0x3d7c9b(0x4da)][_0x3d7c9b(0x5b8)],'childUnitId':_0x5f2e27['childUnitId'],'childType':_0x5f2e27[_0x3d7c9b(0x3dc)],'status':'pending','width':Math['max'](0x1,Math[_0x3d7c9b(0x20e)](_0x5f2e27[_0x3d7c9b(0x58b)])),'height':Math[_0x3d7c9b(0x62f)](0x1,Math[_0x3d7c9b(0x20e)](_0x5f2e27[_0x3d7c9b(0x3d5)])),'dpr':_0x5f2e27[_0x3d7c9b(0x66a)],'viewState':(_0x25b83c=_0x5f2e27['viewState'])==null?_0x371069==null?void 0x0:_0x371069[_0x3d7c9b(0x4bf)]:_0x25b83c,'revision':((_0x2beaf1=_0x371069==null?void 0x0:_0x371069['revision'])==null?0x0:_0x2beaf1)+0x1,'updatedAt':Date[_0x3d7c9b(0x169)]()};return this[_0x3d7c9b(0x295)][_0x3d7c9b(0x5a3)](_0x591b89,_0x133079),this[_0x3d7c9b(0x4c4)]['set'](_0x133079['embedId'],_0x133079),this['_queue'][_0x3d7c9b(0x76b)](_0x5f2e27),this[_0x3d7c9b(0x267)](),this[_0x3d7c9b(0x31f)][_0x3d7c9b(0x549)](_0x133079),_0x133079;}async[_0xf1d127(0x613)](_0x5e3f98){const _0x384ad6=_0xf1d127;let _0x44ea92=this[_0x384ad6(0x766)]['get'](_0x5e3f98[_0x384ad6(0x3dc)]);if(!_0x44ea92)return;let _0x425958=await _0x44ea92[_0x384ad6(0x613)](_0x5e3f98);return this[_0x384ad6(0x565)](_0x5e3f98[_0x384ad6(0x5b8)],_0x425958),_0x425958;}async[_0xf1d127(0x68c)](_0x37b97e,_0x410bff){const _0x392c8b=_0xf1d127;if(_0x410bff==null)return;let _0x125268=this[_0x392c8b(0x766)][_0x392c8b(0x1f9)](_0x37b97e['childType']);await(_0x125268==null?void 0x0:_0x125268[_0x392c8b(0x68c)](_0x37b97e,_0x410bff));}[_0xf1d127(0x565)](_0x125082,_0x1cf93e){const _0xe32364=_0xf1d127;let _0xe57279=this[_0xe32364(0x4c4)]['get'](_0x125082);if(!_0xe57279){let _0xa79a0b={'embedId':_0x125082,'childUnitId':'','childType':void 0x0,'status':'stale','width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x1cf93e,'revision':0x0,'updatedAt':Date[_0xe32364(0x169)]()};this[_0xe32364(0x4c4)]['set'](_0x125082,_0xa79a0b),this[_0xe32364(0x31f)][_0xe32364(0x549)](_0xa79a0b);return;}_0xe57279['viewState']=_0x1cf93e,_0xe57279['updatedAt']=Date[_0xe32364(0x169)](),this[_0xe32364(0x31f)][_0xe32364(0x549)](_0xe57279);}['markStale'](_0xa85c19,_0x350e14){const _0x5859f9=_0xf1d127;let _0x284364=this[_0x5859f9(0x4c4)][_0x5859f9(0x1f9)](_0xa85c19);_0x284364&&(_0x284364[_0x5859f9(0x199)]=_0x5859f9(0x5fe),_0x284364[_0x5859f9(0x2ea)]=_0x350e14,_0x284364['updatedAt']=Date[_0x5859f9(0x169)](),this[_0x5859f9(0x31f)]['next'](_0x284364));}['invalidate'](_0x25e92c){const _0x3a1c5f=_0xf1d127;let _0x5a8c0f=this[_0x3a1c5f(0x4c4)][_0x3a1c5f(0x1f9)](_0x25e92c);this['_entriesByEmbedId']['delete'](_0x25e92c),_0x5a8c0f&&Array['from'](this[_0x3a1c5f(0x295)][_0x3a1c5f(0x34f)]())[_0x3a1c5f(0x4d6)](([_0x4b4a20,_0x2ea952])=>{const _0x360929=_0x3a1c5f;_0x2ea952[_0x360929(0x5b8)]===_0x25e92c&&this[_0x360929(0x295)][_0x360929(0x1f6)](_0x4b4a20);});}[_0xf1d127(0x760)](_0x4141d3){const _0x3e954d=_0xf1d127;return[_0x4141d3[_0x3e954d(0x4da)]['embedId'],_0x4141d3[_0x3e954d(0x28d)],_0x4141d3[_0x3e954d(0x3dc)],Math[_0x3e954d(0x62f)](0x1,Math[_0x3e954d(0x20e)](_0x4141d3['width'])),Math[_0x3e954d(0x62f)](0x1,Math[_0x3e954d(0x20e)](_0x4141d3[_0x3e954d(0x3d5)])),_0x4141d3[_0x3e954d(0x66a)]][_0x3e954d(0x4bb)]('::');}async['flushForTests'](){const _0x956a03=_0xf1d127;for(;this[_0x956a03(0x480)][_0x956a03(0x65c)]>0x0||this[_0x956a03(0x566)]||this[_0x956a03(0x47e)];){var _0x1fff36;await((_0x1fff36=this[_0x956a03(0x47e)])==null?Promise['resolve']():_0x1fff36),await Promise['resolve']();}}['dispose'](){const _0x2b15d6=_0xf1d127;this['_providers'][_0x2b15d6(0x58d)](),this[_0x2b15d6(0x4c4)][_0x2b15d6(0x58d)](),this[_0x2b15d6(0x295)][_0x2b15d6(0x58d)](),this[_0x2b15d6(0x480)][_0x2b15d6(0x65c)]=0x0,this[_0x2b15d6(0x31f)][_0x2b15d6(0x587)]();}[_0xf1d127(0x267)](){const _0x1f2048=_0xf1d127;this[_0x1f2048(0x566)]||this['_activeDrain']||(this['_activeDrain']=this[_0x1f2048(0x23e)]()[_0x1f2048(0x14e)](()=>{this['_activeDrain']=null;}));}async[_0xf1d127(0x23e)](){const _0x5051da=_0xf1d127;if(!this[_0x5051da(0x566)]){this[_0x5051da(0x566)]=!0x0;try{for(;this[_0x5051da(0x480)][_0x5051da(0x65c)]>0x0;)await this[_0x5051da(0x6b1)](this[_0x5051da(0x480)][_0x5051da(0x154)]());}finally{this[_0x5051da(0x566)]=!0x1;}}}async['_renderOne'](_0x42db72){const _0x73358b=_0xf1d127;let _0x570ea6=this[_0x73358b(0x760)](_0x42db72),_0x5cfa69=this['_entriesByKey'][_0x73358b(0x1f9)](_0x570ea6);if(!_0x5cfa69||_0x5cfa69[_0x73358b(0x199)]!=='pending')return;let _0x749660=this[_0x73358b(0x766)][_0x73358b(0x1f9)](_0x42db72[_0x73358b(0x3dc)]),_0x1da5f3=this[_0x73358b(0x551)](_0x5cfa69[_0x73358b(0x5b8)],_0x5cfa69);if(!_0x749660){let _0x534307=_0x42db72[_0x73358b(0x616)]?zt(_0x42db72[_0x73358b(0x616)]):void 0x0;if(_0x534307){_0x5cfa69['image']=_0x534307,_0x5cfa69[_0x73358b(0x199)]='ready',_0x5cfa69[_0x73358b(0x213)]=Date[_0x73358b(0x169)](),this['_entriesByEmbedId'][_0x73358b(0x5a3)](_0x5cfa69[_0x73358b(0x5b8)],_0x5cfa69),this[_0x73358b(0x31f)]['next'](_0x5cfa69);return;}this['_setRenderFailure'](_0x5cfa69,_0x1da5f3,Error(_0x73358b(0x737)+_0x42db72['childType']));return;}try{let _0x40e9c8=await _0x749660[_0x73358b(0x75b)]({..._0x42db72,'width':_0x5cfa69[_0x73358b(0x58b)],'height':_0x5cfa69[_0x73358b(0x3d5)],'viewState':_0x5cfa69[_0x73358b(0x4bf)]});if(this['_entriesByKey'][_0x73358b(0x1f9)](_0x570ea6)!==_0x5cfa69||_0x5cfa69[_0x73358b(0x199)]!==_0x73358b(0x4f5))return;if(!_0x40e9c8){this[_0x73358b(0x294)](_0x5cfa69,_0x1da5f3,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0x5cfa69[_0x73358b(0x13f)]=_0x40e9c8,_0x5cfa69[_0x73358b(0x199)]='ready',_0x5cfa69[_0x73358b(0x213)]=Date[_0x73358b(0x169)](),this[_0x73358b(0x4c4)][_0x73358b(0x5a3)](_0x5cfa69[_0x73358b(0x5b8)],_0x5cfa69),this[_0x73358b(0x31f)][_0x73358b(0x549)](_0x5cfa69);}catch(_0x5065b9){this[_0x73358b(0x294)](_0x5cfa69,_0x1da5f3,_0x5065b9);}}['_findPreviousReadyEntry'](_0x4a86f9,_0x4bd6a2){const _0x3d6939=_0xf1d127;let _0x26087a=this[_0x3d6939(0x4c4)][_0x3d6939(0x1f9)](_0x4a86f9);return _0x26087a&&_0x26087a!==_0x4bd6a2&&_0x26087a[_0x3d6939(0x13f)]?_0x26087a:Array['from'](this[_0x3d6939(0x295)]['values']())[_0x3d6939(0x5be)]()['find'](_0x4cba11=>_0x4cba11[_0x3d6939(0x5b8)]===_0x4a86f9&&_0x4cba11!==_0x4bd6a2&&_0x4cba11[_0x3d6939(0x13f)]);}['_setRenderFailure'](_0x5b3c83,_0x29a018,_0x5bb6c0){const _0x32ef3b=_0xf1d127;var _0x105548;_0x5b3c83[_0x32ef3b(0x199)]=_0x29a018!=null&&_0x29a018[_0x32ef3b(0x13f)]?'stale':_0x32ef3b(0x2ea),_0x5b3c83[_0x32ef3b(0x13f)]=_0x29a018==null?void 0x0:_0x29a018[_0x32ef3b(0x13f)],_0x5b3c83[_0x32ef3b(0x4bf)]=(_0x105548=_0x5b3c83[_0x32ef3b(0x4bf)])==null?_0x29a018==null?void 0x0:_0x29a018[_0x32ef3b(0x4bf)]:_0x105548,_0x5b3c83[_0x32ef3b(0x2ea)]=_0x5bb6c0,_0x5b3c83['updatedAt']=Date[_0x32ef3b(0x169)](),this['_entriesByEmbedId'][_0x32ef3b(0x5a3)](_0x5b3c83[_0x32ef3b(0x5b8)],_0x5b3c83),this['previewUpdated$'][_0x32ef3b(0x549)](_0x5b3c83);}},Jt=class{constructor(){const _0x435d28=_0xf1d127;H(this,_0x435d28(0x452),new Map()),H(this,_0x435d28(0x1de),new a[(_0x435d28(0x1a9))]()),H(this,_0x435d28(0x380),this['_geometryInvalidated$'][_0x435d28(0x75d)]());}[_0xf1d127(0x251)](_0x2035ea){const _0x1f0864=_0xf1d127;return this[_0x1f0864(0x452)][_0x1f0864(0x5a3)](_0x2035ea[_0x1f0864(0x5b8)],_0x2035ea),this[_0x1f0864(0x476)]({'embedId':_0x2035ea[_0x1f0864(0x5b8)],'reason':_0x1f0864(0x5e3)}),(0x0,e[_0x1f0864(0x211)])(()=>{const _0x35a3d0=_0x1f0864;this[_0x35a3d0(0x452)]['get'](_0x2035ea['embedId'])===_0x2035ea&&(this[_0x35a3d0(0x452)]['delete'](_0x2035ea[_0x35a3d0(0x5b8)]),this[_0x35a3d0(0x476)]({'embedId':_0x2035ea[_0x35a3d0(0x5b8)],'reason':_0x35a3d0(0x5e3)}));});}[_0xf1d127(0x176)](_0x4cd24d){const _0x24cec2=_0xf1d127;return this['_registrations'][_0x24cec2(0x1f9)](_0x4cd24d);}[_0xf1d127(0x3ed)](_0x495d08){const _0x1e5273=_0xf1d127;return Array[_0x1e5273(0x433)](this[_0x1e5273(0x452)][_0x1e5273(0x611)]())['find'](_0x13483b=>_0x13483b[_0x1e5273(0x28d)]===_0x495d08);}[_0xf1d127(0x476)](_0x316416){const _0x3d95c8=_0xf1d127;this[_0x3d95c8(0x1de)][_0x3d95c8(0x549)](_0x316416);}},Yt=class{constructor(){const _0x36a5b8=_0xf1d127;H(this,_0x36a5b8(0x475),new a['BehaviorSubject'](null)),H(this,_0x36a5b8(0x311),new a[(_0x36a5b8(0x1a9))]()),H(this,_0x36a5b8(0x6bd),this['_session$'][_0x36a5b8(0x75d)]()),H(this,_0x36a5b8(0x4b0),this['_exited$'][_0x36a5b8(0x75d)]());}[_0xf1d127(0x726)](){const _0x1d662d=_0xf1d127;return this[_0x1d662d(0x475)]['getValue']();}[_0xf1d127(0x26b)](_0x34a1b3){const _0xae54ec=_0xf1d127;var _0x26fc3a,_0x24d578;if(!_0x34a1b3[_0xae54ec(0x28d)]||_0x34a1b3[_0xae54ec(0x3dc)]==null)throw Error('EMBED_FULLSCREEN_CHILD_NOT_RESOLVED');let _0x4d53be=((_0x26fc3a=_0x34a1b3[_0xae54ec(0x3a6)])==null?void 0x0:_0x26fc3a[_0xae54ec(0x3b0)])||void 0x0,_0x386452=((_0x24d578=_0x34a1b3[_0xae54ec(0x3a6)])==null?void 0x0:_0x24d578[_0xae54ec(0x6aa)])||void 0x0;if(_0x386452&&_0x386452['enabled']&&!_0x4d53be)throw Error(_0xae54ec(0x29c));let _0x1af82a=_0x4d53be?_0x4d53be[_0xae54ec(0x42c)]:void 0x0;if(!_0x1af82a)throw Error(_0xae54ec(0x643));let _0x2e1ec5={'hostUnitId':_0x34a1b3[_0xae54ec(0x448)],'embedId':_0x34a1b3[_0xae54ec(0x5b8)],'childUnitId':_0x34a1b3[_0xae54ec(0x28d)],'childType':_0x34a1b3[_0xae54ec(0x3dc)],'entry':_0x34a1b3[_0xae54ec(0x6ee)],'layout':_0x1af82a};return this['_session$']['next'](_0x2e1ec5),_0x2e1ec5;}[_0xf1d127(0x222)](_0x442a53){const _0x22b8e2=_0xf1d127;let _0x140e30=this['getSession']();_0x140e30&&(!_0x442a53||_0x140e30[_0x22b8e2(0x5b8)]===_0x442a53)&&this['_session$']['next'](null);}[_0xf1d127(0x1a7)](_0x41c7fc){const _0x3fc29e=_0xf1d127;this[_0x3fc29e(0x311)][_0x3fc29e(0x549)](_0x41c7fc);}};let Xt=class{constructor(_0x161ccb,_0x3e56fc,_0x2c65b2,_0x5a43d2){const _0x1dc616=_0xf1d127;this['_modelService']=_0x161ccb,this[_0x1dc616(0x2d6)]=_0x3e56fc,this[_0x1dc616(0x3a1)]=_0x2c65b2,this[_0x1dc616(0x490)]=_0x5a43d2;}async[_0xf1d127(0x58a)](_0x396c40){const _0x2cf597=_0xf1d127;return this[_0x2cf597(0x2d6)][_0x2cf597(0x58a)](_0x396c40);}async['restoreEmbed'](_0x44d813){const _0x248295=_0xf1d127;var _0x4e90fb;let _0x54130a=_0x44d813['descriptor'],_0x238b7e=(_0x4e90fb=_0x44d813[_0x248295(0x655)])==null?this['_hostAdapterRegistry'][_0x248295(0x576)]({'embedId':_0x54130a[_0x248295(0x5b8)],'hostUnitId':_0x54130a['hostUnitId'],'hostType':_0x54130a[_0x248295(0x500)],'entry':_0x54130a[_0x248295(0x6ee)],'hostAnchorId':_0x54130a[_0x248295(0x173)],'hostContext':_0x44d813[_0x248295(0x17b)],'descriptor':_0x54130a}):_0x4e90fb;return this[_0x248295(0x1fe)]['addDescriptor'](_0x54130a[_0x248295(0x448)],_0x54130a),this[_0x248295(0x490)][_0x248295(0x4b9)](_0x238b7e),this[_0x248295(0x1fe)][_0x248295(0x73c)](_0x54130a[_0x248295(0x448)],_0x54130a[_0x248295(0x5b8)]);}};Xt=Ne([Y(0x0,(0x0,e[_0xf1d127(0x3ec)])(t[_0xf1d127(0x656)])),Y(0x1,(0x0,e[_0xf1d127(0x3ec)])(t[_0xf1d127(0x327)])),Y(0x2,(0x0,e[_0xf1d127(0x3ec)])(t['EmbedHostAdapterRegistryService'])),Y(0x3,(0x0,e['Inject'])(t[_0xf1d127(0x75a)]))],Xt);var Zt=class{constructor(){const _0x2784d3=_0xf1d127;H(this,_0x2784d3(0x766),new Map());}['register'](_0x5b71bc){const _0x5369f6=_0xf1d127;return this[_0x5369f6(0x766)][_0x5369f6(0x5a3)](_0x5b71bc[_0x5369f6(0x3dc)],_0x5b71bc),(0x0,e['toDisposable'])(()=>{const _0x1f978a=_0x5369f6;this['_providers'][_0x1f978a(0x1f9)](_0x5b71bc[_0x1f978a(0x3dc)])===_0x5b71bc&&this[_0x1f978a(0x766)]['delete'](_0x5b71bc[_0x1f978a(0x3dc)]);});}[_0xf1d127(0x1f9)](_0x5123e8,_0x361b8f){const _0x153155=_0xf1d127;var _0x3ef574;let _0x292dfd=this['_providers'][_0x153155(0x1f9)](_0x5123e8);if(_0x292dfd&&!(_0x361b8f&&(_0x3ef574=_0x292dfd[_0x153155(0x517)])!=null&&_0x3ef574[_0x153155(0x65c)]&&!_0x292dfd['supportedLayouts'][_0x153155(0x3d4)](_0x361b8f)))return _0x292dfd;}[_0xf1d127(0x60e)](){const _0x347cef=_0xf1d127;return[...this[_0x347cef(0x766)][_0x347cef(0x611)]()];}},Qt=class{constructor(){const _0x5ce1a2=_0xf1d127;H(this,_0x5ce1a2(0x4f1),[]);}[_0xf1d127(0x251)](_0x12d900){const _0x53d75d=_0xf1d127;return this[_0x53d75d(0x4f1)]['push'](_0x12d900),this['_sortHandlers'](),(0x0,e['toDisposable'])(()=>{const _0x190680=_0x53d75d;let _0x35f509=this[_0x190680(0x4f1)][_0x190680(0x2bb)](_0x12d900);_0x35f509>=0x0&&this[_0x190680(0x4f1)][_0x190680(0x2da)](_0x35f509,0x1);});}[_0xf1d127(0x6fb)](_0x5d6dfd){const _0x3af7bc=_0xf1d127;for(let _0xa03740 of this[_0x3af7bc(0x4f1)]){var _0x41b5dc;if(_0xa03740[_0x3af7bc(0x3dc)]===_0x5d6dfd[_0x3af7bc(0x3dc)]&&!(_0x5d6dfd[_0x3af7bc(0x42c)]&&(_0x41b5dc=_0xa03740['supportedLayouts'])!=null&&_0x41b5dc[_0x3af7bc(0x65c)]&&!_0xa03740[_0x3af7bc(0x517)]['includes'](_0x5d6dfd[_0x3af7bc(0x42c)]))&&_0xa03740[_0x3af7bc(0x6fb)](_0x5d6dfd)===!0x0)return!0x0;}return!0x1;}[_0xf1d127(0x60e)](){const _0x42fbde=_0xf1d127;return[...this[_0x42fbde(0x4f1)]];}['_sortHandlers'](){const _0x5f1479=_0xf1d127;this[_0x5f1479(0x4f1)][_0x5f1479(0x1d1)]((_0x194b9f,_0x45ccb3)=>{const _0x8f6beb=_0x5f1479;var _0x2dcec1,_0x8ae23f;return((_0x2dcec1=_0x45ccb3[_0x8f6beb(0x23b)])==null?0x0:_0x2dcec1)-((_0x8ae23f=_0x194b9f[_0x8f6beb(0x23b)])==null?0x0:_0x8ae23f);});}};function $t(_0x1e4ed9){const _0x14dbe0=_0xf1d127;let {hostUnitId:_0x395b11,embedId:_0x42c657,className:_0x380076}=_0x1e4ed9,_0x3500dd=(0x0,i[_0x14dbe0(0x361)])(null),_0x2a789c=(0x0,r[_0x14dbe0(0x667)])(t[_0x14dbe0(0x656)]),_0x377a8d=(0x0,r[_0x14dbe0(0x667)])(Gt),_0x1ac9bc=(0x0,r[_0x14dbe0(0x667)])(Yt),_0x4b9267=(0x0,i[_0x14dbe0(0x545)])(_0x13d1ba=>{const _0x342873=_0x14dbe0;_0x13d1ba[_0x342873(0x52e)](),_0x13d1ba[_0x342873(0x19d)](),!(!_0x395b11||!_0x42c657)&&en({'hostUnitId':_0x395b11,'embedId':_0x42c657,'activationService':_0x377a8d,'embedModelService':_0x2a789c,'fullscreenService':_0x1ac9bc});},[_0x377a8d,_0x42c657,_0x2a789c,_0x1ac9bc,_0x395b11]);return(0x0,i[_0x14dbe0(0x196)])(()=>{const _0x4b755d=_0x14dbe0;let _0x3c2077=_0x3500dd['current'];if(!_0x3c2077)return;let _0x3222b3=_0x2733fc=>{const _0xab9ca2=_0x481e;_0x2733fc[_0xab9ca2(0x19d)]();};return _0x3c2077['addEventListener'](_0x4b755d(0x6da),_0x3222b3),_0x3c2077[_0x4b755d(0x5d7)](_0x4b755d(0x449),_0x4b9267),()=>{const _0x30f043=_0x4b755d;_0x3c2077['removeEventListener'](_0x30f043(0x6da),_0x3222b3),_0x3c2077[_0x30f043(0x76d)]('click',_0x4b9267);};},[_0x4b9267]),(0x0,o['jsx'])('button',{'ref':_0x3500dd,'type':_0x14dbe0(0x675),'className':['univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-rounded-md\x20univer-border-0\x20univer-bg-[rgba(0,0,0,0.15)]\x20univer-p-0\x20univer-text-white\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-opacity-100\x20univer-shadow-sm\x20univer-transition\x20univer-duration-150\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hover:univer-bg-[rgba(0,0,0,0.4)]\x20hover:univer-opacity-100\x20hover:univer-shadow-md\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-bg-[rgba(243,244,246,0.22)]\x20dark:!univer-text-gray-900\x20dark:!univer-shadow-none\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:hover:!univer-bg-[rgba(243,244,246,0.4)]',_0x380076][_0x14dbe0(0x70c)](Boolean)[_0x14dbe0(0x4bb)]('\x20'),'data-embed-float-fullscreen-button':'true','children':(0x0,o[_0x14dbe0(0x1ab)])(n['FullscreenIcon'],{'className':'univer-size-3.5'})});}function en(_0x4fd617){const _0x59de55=_0xf1d127;var _0x4140bf;let _0x4a3e03=_0x4fd617[_0x59de55(0x573)][_0x59de55(0x73c)](_0x4fd617[_0x59de55(0x448)],_0x4fd617[_0x59de55(0x5b8)]);return!(_0x4a3e03!=null&&_0x4a3e03[_0x59de55(0x28d)])||_0x4a3e03[_0x59de55(0x3dc)]==null?!0x1:((_0x4140bf=_0x4fd617[_0x59de55(0x16c)])==null||_0x4140bf[_0x59de55(0x3d0)](_0x4fd617[_0x59de55(0x5b8)],_0x4fd617[_0x59de55(0x448)]),_0x4fd617[_0x59de55(0x54a)][_0x59de55(0x26b)](_0x4a3e03),!0x0);}const tn='univer:embed-float-drag-handle:pointerdown',nn=Symbol(_0xf1d127(0x772)),rn=Symbol(_0xf1d127(0x39b)),an=new Map(),on=_0xf1d127(0x181),sn=_0xf1d127(0x684),cn=[on,sn],ln=_0xf1d127(0x74d);function un(_0x317ec8){const _0x548c9c=_0xf1d127;let {initialStage:_0xfca9d9,interactionFlow:_0x3650f4='floating-stage',isExternalHostInteraction:_0x1b8c6a,onRuntimeStageEnter:_0x20f64d,onRuntimeStageExit:_0x75dc97}=_0x317ec8,_0x1043c8=(0x0,i[_0x548c9c(0x361)])(null),_0x3540ed=(0x0,i[_0x548c9c(0x361)])(null),_0x3f3591=(0x0,i[_0x548c9c(0x361)])(null),_0x48cd80=(0x0,i[_0x548c9c(0x361)])(null),_0x5858eb=(0x0,i[_0x548c9c(0x361)])(null),_0x54f505=(0x0,i[_0x548c9c(0x361)])(null),_0x4d3dbb=(0x0,i[_0x548c9c(0x361)])(null),_0x2157ef=(0x0,i[_0x548c9c(0x361)])(null),_0x50cf9f=(0x0,i[_0x548c9c(0x361)])(null),_0xa7e0cd=(0x0,r[_0x548c9c(0x667)])(t[_0x548c9c(0x656)]),_0x46bc6a=(0x0,r[_0x548c9c(0x667)])(W),_0x2b7385=(0x0,r[_0x548c9c(0x667)])(Gt),_0x2eac90=(0x0,r[_0x548c9c(0x667)])(qt),_0x2f9ad8=(0x0,r[_0x548c9c(0x667)])(Jt),_0x26ccee=(0x0,r[_0x548c9c(0x667)])(Yt),_0x1b0439=(0x0,r['useDependency'])(K),_0x3ff06a=(0x0,r['useDependency'])(Ht),_0x396264=(0x0,r[_0x548c9c(0x667)])(Xt),_0x1885e4=(0x0,r['useDependency'])(Qt),_0x4c212a=(0x0,r['useDependency'])(Zt),_0x106ba8=(0x0,r[_0x548c9c(0x667)])(J),_0x1cc9d6=In(_0x317ec8['data']),[_0xc9c775,_0x2b118d]=(0x0,i[_0x548c9c(0x604)])(0x0),[_0x15deaa,_0x36ccc3]=(0x0,i['useState'])(()=>_0xfca9d9==null?_0x1cc9d6!=null&&_0x1cc9d6[_0x548c9c(0x5b8)]?_0x46bc6a[_0x548c9c(0x4dc)](_0x1cc9d6[_0x548c9c(0x5b8)]):'inactive':_0xfca9d9),_0x354821=(0x0,i[_0x548c9c(0x361)])(_0x15deaa),_0x24f925=(0x0,i['useRef'])(!0x1),_0x11efff=(0x0,i[_0x548c9c(0x361)])(void 0x0),_0x376d8c=(0x0,i['useRef'])(void 0x0),_0xe679b0=(0x0,i[_0x548c9c(0x361)])(void 0x0),_0x431851=(0x0,i[_0x548c9c(0x361)])(void 0x0),_0x5d9b13=(0x0,i[_0x548c9c(0x361)])(void 0x0),_0x327118=(0x0,i[_0x548c9c(0x361)])(void 0x0),_0x103903=(0x0,i[_0x548c9c(0x361)])(0x0),_0x4e6663=(0x0,i[_0x548c9c(0x361)])(0x0),_0x41c10f=(0x0,i['useRef'])(0x0),_0x115e6d=(0x0,i['useRef'])([]),_0x4f6653=(0x0,i[_0x548c9c(0x361)])(_0x15deaa);_0x4f6653[_0x548c9c(0x487)]=_0x15deaa;let _0x48945b=(0x0,i['useCallback'])(()=>{const _0xe9de8e=_0x548c9c;var _0x14643f;(_0x14643f=_0xe679b0['current'])==null||_0x14643f['dispose'](),_0xe679b0[_0xe9de8e(0x487)]=void 0x0;},[]),_0x2a1887=(0x0,i[_0x548c9c(0x545)])(()=>{const _0x108dc4=_0x548c9c;var _0x2d4c54,_0x2d9091,_0x518536,_0x521aa8,_0x50b665,_0x3ab414,_0x301501,_0x2b6480;if(!(_0x1cc9d6!=null&&_0x1cc9d6[_0x108dc4(0x5b8)])||_0xe679b0[_0x108dc4(0x487)])return;let _0x647377=_0x1cc9d6[_0x108dc4(0x448)]?_0xa7e0cd[_0x108dc4(0x73c)](_0x1cc9d6[_0x108dc4(0x448)],_0x1cc9d6['embedId']):void 0x0,_0x4e0030=dn(_0x647377),_0x15d257=(_0x2d4c54=(_0x2d9091=(_0x518536=_0x1cc9d6[_0x108dc4(0x28d)])==null?_0x647377==null?void 0x0:_0x647377[_0x108dc4(0x28d)]:_0x518536)==null?(_0x521aa8=_0x376d8c[_0x108dc4(0x487)])==null?void 0x0:_0x521aa8[_0x108dc4(0x28d)]:_0x2d9091)==null?_0x4e0030==null?void 0x0:_0x4e0030[_0x108dc4(0x28d)]:_0x2d4c54,_0x1313ac=(_0x50b665=(_0x3ab414=(_0x301501=_0x1cc9d6[_0x108dc4(0x3dc)])==null?_0x647377==null?void 0x0:_0x647377[_0x108dc4(0x3dc)]:_0x301501)==null?(_0x2b6480=_0x376d8c[_0x108dc4(0x487)])==null?void 0x0:_0x2b6480['childType']:_0x3ab414)==null?_0x4e0030==null?void 0x0:_0x4e0030[_0x108dc4(0x3dc)]:_0x50b665;_0xe679b0['current']=_0x106ba8[_0x108dc4(0x2e6)]({'embedId':_0x1cc9d6['embedId'],'role':_0x108dc4(0x6f8),'owner':_0x3650f4===_0x108dc4(0x546)?sn:on,'sessionMode':_0x108dc4(0x502),'hostUnitId':_0x1cc9d6[_0x108dc4(0x448)],'childUnitId':_0x15d257,'childType':_0x1313ac});},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x3dc)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x28d)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0xa7e0cd,_0x106ba8,_0x3650f4]),_0x21b7dd=(0x0,i[_0x548c9c(0x545)])(()=>{const _0x3d3ad8=_0x548c9c;if(!(_0x1cc9d6!=null&&_0x1cc9d6[_0x3d3ad8(0x5b8)]))return;let _0x271684=_0x1cc9d6[_0x3d3ad8(0x5b8)];En(()=>{const _0x83faa0=_0x3d3ad8;_0x46bc6a[_0x83faa0(0x4dc)](_0x271684)!==_0x83faa0(0x55f)&&_0x48945b();});},[_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],_0x46bc6a,_0x48945b]),_0x44b40d=fe(_0x1cc9d6!=null&&_0x1cc9d6[_0x548c9c(0x448)]?_0xa7e0cd[_0x548c9c(0x73c)](_0x1cc9d6[_0x548c9c(0x448)],_0x1cc9d6[_0x548c9c(0x5b8)]):void 0x0,_0x15deaa);(0x0,i['useEffect'])(()=>{const _0x14c531=_0x548c9c;if(!(!(_0x1cc9d6!=null&&_0x1cc9d6[_0x14c531(0x5b8)])||_0x15deaa!==_0x14c531(0x55f)))return _0x2a1887(),_0x48945b;},[_0x2a1887,_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x48945b,_0x15deaa]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0xf21fa8=_0x548c9c;let _0x5bc58b=_0x354821[_0xf21fa8(0x487)];_0x354821['current']=_0x15deaa;let _0x34b636=_0x5bc58b!==_0x15deaa||!_0x24f925[_0xf21fa8(0x487)]&&_0x15deaa!==_0xf21fa8(0x25f);_0x24f925['current']=!0x0,_0x34b636&&(_0x20f64d==null||_0x20f64d(_0x15deaa),_0x2f9ad8[_0xf21fa8(0x476)]({'embedId':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0xf21fa8(0x5b8)],'reason':'stage-change'})),_0x5bc58b==='stage2'&&_0x15deaa!==_0xf21fa8(0x55f)&&(_r(_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],cr(_0x3f3591[_0xf21fa8(0x487)],_0x48cd80[_0xf21fa8(0x487)],_0x5858eb['current'],_0x2157ef[_0xf21fa8(0x487)],_0x50cf9f[_0xf21fa8(0x487)])),_0x2b7385['clearFloating'](_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0xf21fa8(0x448)]),_0x75dc97==null||_0x75dc97());},[_0x2b7385,_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0x2f9ad8,_0x20f64d,_0x75dc97,_0x15deaa]),(0x0,i['useEffect'])(()=>{const _0x364c7b=_0x548c9c;if(_0xfca9d9!==_0x364c7b(0x55f)||!(_0x1cc9d6!=null&&_0x1cc9d6[_0x364c7b(0x5b8)])||!_0x1cc9d6[_0x364c7b(0x448)])return;let _0x3828c5=_0xa7e0cd['getDescriptor'](_0x1cc9d6[_0x364c7b(0x448)],_0x1cc9d6[_0x364c7b(0x5b8)]);_0x3828c5!=null&&_0x3828c5[_0x364c7b(0x28d)]&&_0x46bc6a[_0x364c7b(0x27a)]({'hostUnitId':_0x1cc9d6[_0x364c7b(0x448)],'embedId':_0x1cc9d6[_0x364c7b(0x5b8)],'childUnitId':_0x3828c5[_0x364c7b(0x28d)]},_0x364c7b(0x55f));},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0xa7e0cd,_0x46bc6a,_0xfca9d9]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x5515b5=_0x548c9c;let _0x1457d4=_0x3f3591[_0x5515b5(0x487)],_0x49a026=_0x48cd80['current'],_0x47e71f=_0x5858eb[_0x5515b5(0x487)],_0x158c49=_0x2157ef[_0x5515b5(0x487)],_0x95f17f=_0x50cf9f['current'];if(!_0x1457d4||!_0x49a026||!_0x47e71f||!_0x158c49||!_0x95f17f)return;let _0x49aad7=_0x1cc9d6!=null&&_0x1cc9d6['hostUnitId']?_0xa7e0cd[_0x5515b5(0x73c)](_0x1cc9d6[_0x5515b5(0x448)],_0x1cc9d6['embedId']):void 0x0,_0x1c85c4=_0x49aad7?Ln(_0x49aad7):void 0x0;if(!_0x49aad7||!_0x1c85c4||_0x44b40d===_0x5515b5(0x6c7))return;let _0x1d7fec=!0x1,_0x528f16;return _0x396264['materializeDescriptor']({'descriptor':_0x49aad7})[_0x5515b5(0x27b)](_0x47d4d9=>{const _0x9b698a=_0x5515b5;var _0x194a40;if(_0x1d7fec)return;let _0x3d5675=_0x3ff06a[_0x9b698a(0x4b7)](_0x47d4d9,_0x1457d4,{'content':_0x49a026,'canvas':_0x47e71f,'overlay':_0x158c49,'popup':_0x95f17f});_0x528f16=_0x47d4d9[_0x9b698a(0x5b8)];let _0x3c6142=_0x3d5675==null?void 0x0:_0x3d5675[_0x9b698a(0x616)];_0x376d8c[_0x9b698a(0x487)]=_0x3c6142;let _0x1cfcbe=_0x1cc9d6!=null&&_0x1cc9d6['embedId']?(_0x194a40=_0x2eac90[_0x9b698a(0x30b)](_0x1cc9d6[_0x9b698a(0x5b8)]))==null?void 0x0:_0x194a40[_0x9b698a(0x4bf)]:void 0x0;_0x3c6142&&_0x1cfcbe!=null&&_0x2eac90[_0x9b698a(0x68c)](_0x3c6142,_0x1cfcbe);})[_0x5515b5(0x221)](_0x3c980f=>{throw _0x3c980f;}),()=>{const _0x463842=_0x5515b5;var _0x1ac00c;_0x1d7fec=!0x0,_0x528f16&&((_0x1ac00c=_0x376d8c[_0x463842(0x487)])==null?void 0x0:_0x1ac00c[_0x463842(0x5b8)])===_0x528f16&&(_0x376d8c[_0x463842(0x487)]=void 0x0),_0x3ff06a[_0x463842(0x272)](_0x49aad7[_0x463842(0x5b8)]);};},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0xa7e0cd,_0x3ff06a,_0xc9c775,_0x2eac90,_0x396264,_0x44b40d]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x1666db=_0x548c9c;if(!(_0x1cc9d6!=null&&_0x1cc9d6['embedId']))return;let _0x5959a3=_0x1cc9d6['embedId'],_0x3366c6=[];[{'element':_0x3f3591['current'],'role':_0x1666db(0x5f9)},{'element':_0x48cd80[_0x1666db(0x487)],'role':'runtime'},{'element':_0x5858eb[_0x1666db(0x487)],'role':_0x1666db(0x5f9)}][_0x1666db(0x4d6)](_0x35bc61=>{const _0x342309=_0x1666db;let _0x1e150a=_0x35bc61[_0x342309(0x60c)];_0x1e150a&&_0x3366c6['push']({'element':_0x1e150a,'role':_0x35bc61['role']});}),_0x15deaa==='stage2'&&[{'element':_0x54f505[_0x1666db(0x487)],'role':_0x1666db(0x307)},{'element':_0x2157ef[_0x1666db(0x487)],'role':_0x1666db(0x307)},{'element':_0x50cf9f[_0x1666db(0x487)],'role':_0x1666db(0x66d)}][_0x1666db(0x4d6)](_0x2b3a4c=>{const _0x44caf3=_0x1666db;_0x2b3a4c[_0x44caf3(0x60c)]&&_0x3366c6[_0x44caf3(0x76b)](_0x2b3a4c);});let _0x4063d5=_0x3366c6['flatMap'](({element:_0x520841,role:_0xff28c7})=>[_0x1b0439[_0x1666db(0x699)](_0x5959a3,_0x520841),_0x106ba8['registerElement']({'embedId':_0x5959a3,'role':_0xff28c7,'element':_0x520841})]);return()=>_0x4063d5['forEach'](_0x5e8356=>_0x5e8356[_0x1666db(0x5f2)]());},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x106ba8,_0x1b0439,_0x15deaa]),(0x0,i['useEffect'])(()=>{const _0xf4f89=_0x548c9c;var _0x1a4854,_0x358eed,_0x3f6950,_0x24f29f;if(!(_0x1cc9d6!=null&&_0x1cc9d6[_0xf4f89(0x5b8)])||_0x15deaa!==_0xf4f89(0x55f))return;let _0x1a5769=(_0x1a4854=(_0x358eed=(_0x3f6950=_0x1043c8[_0xf4f89(0x487)])==null?void 0x0:_0x3f6950[_0xf4f89(0x5c1)])==null?(_0x24f29f=_0x3f3591[_0xf4f89(0x487)])==null?void 0x0:_0x24f29f[_0xf4f89(0x5c1)]:_0x358eed)==null?typeof document>'u'?void 0x0:document:_0x1a4854,_0xff733d=_0x1b0439[_0xf4f89(0x664)](_0x1cc9d6[_0xf4f89(0x5b8)],_0x1a5769);return()=>{const _0x538b98=_0xf4f89;_0x4f6653['current']!==_0x538b98(0x55f)&&_0x1b0439[_0x538b98(0x544)](_0x1cc9d6[_0x538b98(0x5b8)],_0x1a5769),_0xff733d['dispose']();};},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1b0439,_0x15deaa]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x214954=_0x548c9c;var _0x479ad1,_0x46ab6a,_0x59a0dd,_0x286dbe;if(!(_0x1cc9d6!=null&&_0x1cc9d6[_0x214954(0x5b8)])||_0x15deaa!==_0x214954(0x55f))return;let _0x6d280e=(_0x479ad1=(_0x46ab6a=(_0x59a0dd=_0x1043c8[_0x214954(0x487)])==null?void 0x0:_0x59a0dd[_0x214954(0x5c1)])==null?(_0x286dbe=_0x3f3591[_0x214954(0x487)])==null?void 0x0:_0x286dbe['ownerDocument']:_0x46ab6a)==null?typeof document>'u'?void 0x0:document:_0x479ad1,_0x31ebaa=_0x6d280e==null?void 0x0:_0x6d280e[_0x214954(0x673)](_0x214954(0x536));if(!_0x31ebaa)return;let _0x2b9b3d=[_0x1b0439[_0x214954(0x699)](_0x1cc9d6[_0x214954(0x5b8)],_0x31ebaa),_0x106ba8['registerElement']({'embedId':_0x1cc9d6[_0x214954(0x5b8)],'role':_0x214954(0x307),'element':_0x31ebaa})];return()=>_0x2b9b3d['forEach'](_0x5c8e9b=>_0x5c8e9b['dispose']());},[_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],_0x106ba8,_0x1b0439,_0x15deaa]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x4a6ce6=_0x548c9c;let _0x171f60=_0x1043c8[_0x4a6ce6(0x487)],_0x1d4e84=_0x171f60==null?void 0x0:_0x171f60[_0x4a6ce6(0x673)](_0x4a6ce6(0x3fa));if(!(_0x1cc9d6!=null&&_0x1cc9d6[_0x4a6ce6(0x5b8)])||!_0x171f60)return;let _0x494c1d=_0x1cc9d6['hostUnitId']?_0xa7e0cd['getDescriptor'](_0x1cc9d6[_0x4a6ce6(0x448)],_0x1cc9d6[_0x4a6ce6(0x5b8)]):void 0x0,_0x234571=_0x2f9ad8[_0x4a6ce6(0x251)]({'embedId':_0x1cc9d6['embedId'],'childUnitId':_0x494c1d==null?void 0x0:_0x494c1d[_0x4a6ce6(0x28d)],'root':_0x171f60,'viewport':_0x1d4e84,'contentRoot':_0x48cd80['current']});return()=>_0x234571[_0x4a6ce6(0x5f2)]();},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0xa7e0cd,_0x2f9ad8]),(0x0,i['useEffect'])(()=>{const _0x364409=_0x548c9c;if(!(_0x1cc9d6!=null&&_0x1cc9d6['embedId']))return;let _0xcb85e7=_0x26ccee['exited$'][_0x364409(0x2e4)](_0x10c0cb=>{const _0x122e29=_0x364409;_0x10c0cb[_0x122e29(0x5b8)]===_0x1cc9d6['embedId']&&(_0x2b7385[_0x122e29(0x3d0)](_0x1cc9d6['embedId'],_0x1cc9d6[_0x122e29(0x448)]),_0x3ff06a['unmount'](_0x1cc9d6[_0x122e29(0x5b8)]),_0x5d9b13[_0x122e29(0x487)]!=null&&(Dn(_0x5d9b13[_0x122e29(0x487)]),_0x5d9b13[_0x122e29(0x487)]=void 0x0),_0x327118[_0x122e29(0x487)]!=null&&globalThis[_0x122e29(0x749)](_0x327118[_0x122e29(0x487)]),_0x327118['current']=globalThis[_0x122e29(0x4ce)](()=>{const _0x2bf8a9=_0x122e29;_0x327118[_0x2bf8a9(0x487)]=void 0x0,_0x5d9b13['current']=En(()=>{const _0x59242a=_0x2bf8a9;_0x5d9b13[_0x59242a(0x487)]=void 0x0,_0x2b118d(_0x1234e2=>_0x1234e2+0x1);});},0x0));});return()=>{const _0x2ec6ac=_0x364409;_0xcb85e7['unsubscribe'](),_0x327118[_0x2ec6ac(0x487)]!=null&&(globalThis[_0x2ec6ac(0x749)](_0x327118['current']),_0x327118[_0x2ec6ac(0x487)]=void 0x0),_0x5d9b13[_0x2ec6ac(0x487)]!=null&&(Dn(_0x5d9b13['current']),_0x5d9b13['current']=void 0x0);};},[_0x2b7385,_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0x26ccee,_0x3ff06a]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x17aefe=_0x548c9c;var _0x4061d3;let _0x725259=_0x1043c8[_0x17aefe(0x487)],_0x9eb120=_0x54f505[_0x17aefe(0x487)];if(!_0x725259||!_0x9eb120||typeof document>'u')return;let _0x106c4a=_0x9eb120[_0x17aefe(0x515)],_0x59569a=_0x9eb120[_0x17aefe(0x257)],_0x5b9acf,_0x11f545,_0x4b4bf4=0x0,_0x11246d,_0x26c1cb,_0x3a9d3f,_0x382cfe,_0x4d8bf0,_0x58ed70,_0x1ad6aa,_0x408dc1,_0x4c6346=()=>{const _0x29b444=_0x17aefe;let _0x677e10=yn(_0x725259),_0x5bc274=vn(_0x725259),_0x323811=_0x725259[_0x29b444(0x539)](),_0x504677=!bn(_0x725259)&&_0x408dc1!=null&&_0x11246d===_0x5bc274[_0x29b444(0x356)]&&_0x3a9d3f===_0x5bc274[_0x29b444(0x58b)]&&_0x382cfe===_0x5bc274[_0x29b444(0x3d5)];!bn(_0x725259)&&_0x408dc1!=null&&!_0x504677&&(_0x408dc1=void 0x0);let _0x9647c2=_0x504677?new DOMRect(_0x5bc274[_0x29b444(0x356)],_0x408dc1,_0x5bc274[_0x29b444(0x58b)],_0x5bc274['height']):_0x5bc274,_0x3347a8=!_0x677e10||_0x9647c2[_0x29b444(0x3d5)]>=xn,_0x275155=_0x9647c2[_0x29b444(0x3d5)]>=Sn,_0x22d8bf=_0x275155&&_0x323811[_0x29b444(0x3c9)]>=_0x9647c2[_0x29b444(0x3c9)];mn(_0x725259,_0x9eb120,_0x3347a8,_0x15deaa),hn(_0x9eb120,_0x275155,_0x22d8bf,_0x15deaa),_0x677e10?(_0x9eb120[_0x29b444(0x4e4)][_0x29b444(0x249)](_0x29b444(0x47a),'8px'),gn(_0x9eb120,_0x9647c2,_0x323811)):(_0x9eb120[_0x29b444(0x4e4)][_0x29b444(0x3bb)](_0x29b444(0x47a)),_n(_0x9eb120)),_0x9eb120[_0x29b444(0x4e4)]['visibility']=_0x3347a8?'':_0x29b444(0x606),_0x9eb120['style']['pointerEvents']=_0x3347a8&&_0x15deaa!=='inactive'?'':'none',!(_0x9647c2[_0x29b444(0x356)]===_0x11246d&&_0x9647c2[_0x29b444(0x3c9)]===_0x26c1cb&&_0x9647c2[_0x29b444(0x58b)]===_0x3a9d3f&&_0x9647c2['height']===_0x382cfe&&_0x3347a8===_0x4d8bf0&&_0x275155===_0x58ed70&&_0x22d8bf===_0x1ad6aa)&&(_0x11246d=_0x9647c2['left'],_0x26c1cb=_0x9647c2[_0x29b444(0x3c9)],_0x3a9d3f=_0x9647c2[_0x29b444(0x58b)],_0x382cfe=_0x9647c2[_0x29b444(0x3d5)],_0x4d8bf0=_0x3347a8,_0x58ed70=_0x275155,_0x1ad6aa=_0x22d8bf,an[_0x29b444(0x5a3)](_0x725259,{'left':_0x9647c2[_0x29b444(0x356)],'top':_0x9647c2[_0x29b444(0x3c9)],'width':_0x9647c2[_0x29b444(0x58b)],'height':_0x9647c2[_0x29b444(0x3d5)]}),_0x9eb120[_0x29b444(0x4e4)][_0x29b444(0x356)]=_0x9647c2[_0x29b444(0x356)]+'px',_0x9eb120[_0x29b444(0x4e4)]['top']=_0x9647c2['top']+'px',_0x9eb120[_0x29b444(0x4e4)][_0x29b444(0x58b)]=_0x9647c2['width']+'px',_0x9eb120[_0x29b444(0x4e4)][_0x29b444(0x3d5)]=_0x9647c2[_0x29b444(0x3d5)]+'px');},_0x102da3=()=>{const _0x534d65=_0x17aefe;_0x4c6346(),_0x5b9acf=window[_0x534d65(0x2c2)](_0x102da3);},_0x8379b7=()=>{_0x11f545=void 0x0,_0x4c6346(),!(_0x4b4bf4<=0x0)&&(--_0x4b4bf4,_0x11f545=window['requestAnimationFrame'](_0x8379b7));},_0x3cf149=_0xa22865=>{const _0x3a63b=_0x17aefe;if(!bn(_0x725259)&&An(_0xa22865)&&_0x26c1cb!=null&&(_0x408dc1=_0x26c1cb),kn(_0x725259,_0xa22865,{'left':_0x11246d,'top':_0x26c1cb,'width':_0x3a9d3f,'height':_0x382cfe})){if(typeof window[_0x3a63b(0x2c2)]!=_0x3a63b(0x439)){_0x4c6346(),_0x2f9ad8[_0x3a63b(0x476)]({'embedId':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x3a63b(0x5b8)],'reason':_0x3a63b(0x5e3)});return;}_0x2f9ad8['invalidate']({'embedId':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x3a63b(0x5b8)],'reason':_0x3a63b(0x3bc)}),_0x4b4bf4=Math[_0x3a63b(0x62f)](_0x4b4bf4,0x3),_0x11f545==null&&(_0x11f545=window[_0x3a63b(0x2c2)](_0x8379b7));}},_0x113619=()=>{const _0x21b274=_0x17aefe;if(_0x408dc1=void 0x0,typeof window[_0x21b274(0x2c2)]!='function'){_0x4c6346(),_0x2f9ad8[_0x21b274(0x476)]({'embedId':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x21b274(0x5b8)],'reason':_0x21b274(0x367)});return;}_0x2f9ad8[_0x21b274(0x476)]({'embedId':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x21b274(0x5b8)],'reason':_0x21b274(0x367)}),_0x4b4bf4=Math[_0x21b274(0x62f)](_0x4b4bf4,0x2),_0x11f545==null&&(_0x11f545=window['requestAnimationFrame'](_0x8379b7));};_0x4c6346(),document[_0x17aefe(0x3e8)][_0x17aefe(0x694)](_0x9eb120);let _0x20ab50=()=>{_0x408dc1=void 0x0;},_0x1eb711=new ResizeObserver(_0x4c6346);_0x1eb711['observe'](_0x725259);let _0x5b8372=(_0x4061d3=_0x317ec8['hostFloatDomLayout$'])==null?void 0x0:_0x4061d3[_0x17aefe(0x2e4)](_0x113619);return window[_0x17aefe(0x5d7)](_0x17aefe(0x6da),_0x20ab50,!0x0),window[_0x17aefe(0x5d7)](_0x17aefe(0x575),_0x3cf149,!0x0),window[_0x17aefe(0x5d7)](_0x17aefe(0x3bc),_0x3cf149,!0x0),window[_0x17aefe(0x5d7)]('resize',_0x3cf149),(_0x15deaa!==_0x17aefe(0x25f)||bn(_0x725259))&&typeof window['requestAnimationFrame']==_0x17aefe(0x439)&&(_0x5b9acf=window['requestAnimationFrame'](_0x102da3)),()=>{const _0x4cbdbe=_0x17aefe;_0x5b9acf!=null&&window['cancelAnimationFrame'](_0x5b9acf),_0x11f545!=null&&window[_0x4cbdbe(0x3f2)](_0x11f545),_0x5b8372==null||_0x5b8372[_0x4cbdbe(0x3c6)](),_0x1eb711[_0x4cbdbe(0x441)](),window['removeEventListener'](_0x4cbdbe(0x6da),_0x20ab50,!0x0),window[_0x4cbdbe(0x76d)](_0x4cbdbe(0x575),_0x3cf149,!0x0),window[_0x4cbdbe(0x76d)]('wheel',_0x3cf149,!0x0),window[_0x4cbdbe(0x76d)]('resize',_0x3cf149),an[_0x4cbdbe(0x1f6)](_0x725259),_0x9eb120[_0x4cbdbe(0x535)](_0x4cbdbe(0x4e4)),mn(_0x725259,_0x9eb120,!0x0,_0x4cbdbe(0x55f)),hn(_0x9eb120,!0x0,!0x0,_0x4cbdbe(0x55f)),_0x106c4a!=null&&_0x106c4a[_0x4cbdbe(0x46b)]?_0x106c4a['insertBefore'](_0x9eb120,_0x59569a):_0x9eb120[_0x4cbdbe(0x331)]();};},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x2f9ad8,_0x317ec8[_0x548c9c(0x533)],_0x15deaa]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0xd8a8e8=_0x548c9c;let _0x23033c=_0x46bc6a[_0xd8a8e8(0x172)][_0xd8a8e8(0x2e4)](()=>{const _0x35814f=_0xd8a8e8;_0x36ccc3(_0x1cc9d6!=null&&_0x1cc9d6[_0x35814f(0x5b8)]?_0x46bc6a['getStage'](_0x1cc9d6[_0x35814f(0x5b8)]):'inactive');});return()=>_0x23033c[_0xd8a8e8(0x3c6)]();},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x46bc6a]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x4b5441=_0x548c9c;if(!(_0x1cc9d6!=null&&_0x1cc9d6['embedId'])||typeof document>'u')return;let _0x1748bf=_0x394440=>{const _0x32bcf2=_0x481e;var _0x239df2;let _0x364a16=_0x1043c8['current'],_0x246bad=_0x54f505[_0x32bcf2(0x487)],_0x528d10=_0x394440[_0x32bcf2(0x336)],_0x5d6ca2=(_0x239df2=_0x1b8c6a==null?void 0x0:_0x1b8c6a(_0x394440))==null?!0x1:_0x239df2;if(_0x46bc6a[_0x32bcf2(0x4dc)](_0x1cc9d6[_0x32bcf2(0x5b8)])===_0x32bcf2(0x25f))return;_0x5d6ca2&&(_0x4e6663[_0x32bcf2(0x487)]=Date['now']()+0x28a);let _0x590f70=_0x106ba8['containsElement'](_0x1cc9d6[_0x32bcf2(0x5b8)],_0x528d10,_0x394440)||_0x1b0439['contains'](_0x1cc9d6[_0x32bcf2(0x5b8)],_0x528d10,_0x394440);_0x590f70&&(_0x41c10f[_0x32bcf2(0x487)]=Date['now']()+0x28a),!(!_0x364a16||!_0x528d10||_0x364a16[_0x32bcf2(0x596)](_0x528d10)||_0x246bad!=null&&_0x246bad[_0x32bcf2(0x596)](_0x528d10)||_0x528d10[_0x32bcf2(0x763)](ln)||_0x590f70||_0x5d6ca2||fn(_0x364a16,_0x394440))&&_0x2b7385[_0x32bcf2(0x3d0)](_0x1cc9d6[_0x32bcf2(0x5b8)],_0x1cc9d6[_0x32bcf2(0x448)]);},_0x34b747=_0x108370=>{const _0x223dbe=_0x481e;var _0x8833a4;let _0x414160=_0x1043c8['current'],_0x434641=_0x54f505[_0x223dbe(0x487)],_0xda8d88=_0x108370[_0x223dbe(0x336)],_0xdbb53a=(_0x8833a4=_0x414160==null?void 0x0:_0x414160[_0x223dbe(0x5c1)])==null?_0xda8d88==null?void 0x0:_0xda8d88[_0x223dbe(0x5c1)]:_0x8833a4,_0x2e4070=_0x106ba8['hasBlockingChildFocusLease'](_0x1cc9d6['embedId'],{'ignoreOwners':cn}),_0x36a3c6=mr({'now':Date[_0x223dbe(0x169)](),'ownedPointerInteractionUntil':_0x41c10f[_0x223dbe(0x487)]});_0x46bc6a[_0x223dbe(0x4dc)](_0x1cc9d6['embedId'])!==_0x223dbe(0x25f)&&(!_0x414160||!_0xda8d88||_0x2e4070||_0x36a3c6||Date[_0x223dbe(0x169)]()<_0x4e6663['current']||_0x1b0439[_0x223dbe(0x6e3)](_0x1cc9d6[_0x223dbe(0x5b8)],_0xdbb53a)||!gr(_0xda8d88)||_0x414160[_0x223dbe(0x596)](_0xda8d88)||_0x434641!=null&&_0x434641[_0x223dbe(0x596)](_0xda8d88)||_0xda8d88[_0x223dbe(0x763)](ln)||_0x106ba8['containsElement'](_0x1cc9d6[_0x223dbe(0x5b8)],_0xda8d88,_0x108370)||_0x1b0439[_0x223dbe(0x596)](_0x1cc9d6['embedId'],_0xda8d88,_0x108370)||_0x2b7385['clearFloating'](_0x1cc9d6[_0x223dbe(0x5b8)],_0x1cc9d6[_0x223dbe(0x448)]));};return document[_0x4b5441(0x5d7)](_0x4b5441(0x6da),_0x1748bf,!0x0),document[_0x4b5441(0x5d7)]('focusin',_0x34b747,!0x0),()=>{const _0x27e9ab=_0x4b5441;document[_0x27e9ab(0x76d)](_0x27e9ab(0x6da),_0x1748bf,!0x0),document[_0x27e9ab(0x76d)](_0x27e9ab(0x3ef),_0x34b747,!0x0);};},[_0x2b7385,_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0x106ba8,_0x1b0439,_0x1b8c6a]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x437299=_0x548c9c;var _0x58ccc6;_0x15deaa!==_0x437299(0x55f)&&((_0x58ccc6=_0x431851[_0x437299(0x487)])==null||_0x58ccc6[_0x437299(0x5f2)](),_0x431851[_0x437299(0x487)]=void 0x0,_r(_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x437299(0x5b8)],cr(_0x3f3591['current'],_0x48cd80['current'],_0x5858eb['current'],_0x2157ef[_0x437299(0x487)],_0x50cf9f['current'])));},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x15deaa]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x242f17=_0x548c9c;let _0x3f0543=_0x3540ed[_0x242f17(0x487)];if(!_0x3f0543||!(_0x1cc9d6!=null&&_0x1cc9d6[_0x242f17(0x5b8)])||!_0x1cc9d6['hostUnitId'])return;let _0x3bfc69=()=>{const _0x476fc3=_0x242f17;_0x11efff[_0x476fc3(0x487)]=void 0x0;},_0x488a6f=_0x390ee1=>{const _0x39cbb4=_0x242f17;var _0x5c17a6;let _0x1ff209=_0xa7e0cd[_0x39cbb4(0x73c)](_0x1cc9d6[_0x39cbb4(0x448)],_0x1cc9d6[_0x39cbb4(0x5b8)]);if(!(_0x1ff209!=null&&_0x1ff209[_0x39cbb4(0x28d)]))return;let _0x4356b9=_0x390ee1[_0x39cbb4(0x336)];_0x4356b9!=null&&_0x4356b9['closest'](ln)||_0x46bc6a[_0x39cbb4(0x4dc)](_0x1cc9d6[_0x39cbb4(0x5b8)])!==_0x39cbb4(0x55f)&&(_0x11efff['current']={'pointerId':_0x390ee1[_0x39cbb4(0x3f0)],'startX':_0x390ee1[_0x39cbb4(0x182)],'startY':_0x390ee1[_0x39cbb4(0x436)],'button':(_0x5c17a6=_0x390ee1[_0x39cbb4(0x675)])==null?0x0:_0x5c17a6,'startedAt':Date['now'](),'moved':!0x1,'dragStarted':!0x1});},_0x1705d8=_0x326f36=>{const _0x3c7366=_0x242f17;let _0x4f9e84=_0x11efff[_0x3c7366(0x487)];if(!(!_0x4f9e84||_0x4f9e84[_0x3c7366(0x3f0)]!==_0x326f36[_0x3c7366(0x3f0)])&&Math[_0x3c7366(0x1cc)](_0x326f36[_0x3c7366(0x182)]-_0x4f9e84[_0x3c7366(0x542)],_0x326f36['clientY']-_0x4f9e84[_0x3c7366(0x76e)])>0x4){_0x4f9e84['moved']=!0x0;let _0x3ac64a=me({'stage':_0x46bc6a[_0x3c7366(0x4dc)](_0x1cc9d6[_0x3c7366(0x5b8)]),'interactionFlow':_0x3650f4});_0x317ec8['enableStage1BodyDrag']&&!_0x4f9e84[_0x3c7366(0x6c3)]&&_0x3ac64a[_0x3c7366(0x1bb)]&&(_0x4f9e84[_0x3c7366(0x6c3)]=!0x0,document[_0x3c7366(0x4d1)](new CustomEvent(tn,{'detail':{'embedId':_0x1cc9d6[_0x3c7366(0x5b8)],'hostUnitId':_0x1cc9d6['hostUnitId'],'hostAnchorId':_0x1cc9d6[_0x3c7366(0x173)],'pointerId':_0x4f9e84[_0x3c7366(0x3f0)],'clientX':_0x4f9e84['startX'],'clientY':_0x4f9e84[_0x3c7366(0x76e)],'button':_0x4f9e84['button']}})));}},_0x19c92a=_0x288f76=>{const _0x592808=_0x242f17;let _0x224be3=_0x11efff['current'];if(_0x11efff[_0x592808(0x487)]=void 0x0,!_0x224be3||_0x224be3[_0x592808(0x3f0)]!==_0x288f76[_0x592808(0x3f0)]||_0x224be3['moved']||Date[_0x592808(0x169)]()-_0x224be3[_0x592808(0x679)]>0x1f4)return;let _0x8c0ed1=_0xa7e0cd[_0x592808(0x73c)](_0x1cc9d6[_0x592808(0x448)],_0x1cc9d6[_0x592808(0x5b8)]);if(!(_0x8c0ed1!=null&&_0x8c0ed1[_0x592808(0x28d)]))return;let _0x23c827=_0x46bc6a[_0x592808(0x4dc)](_0x1cc9d6['embedId']);if(_0x23c827!=='stage2'){if(_0x23c827===_0x592808(0x71e)){_0x2b7385[_0x592808(0x5ca)](_0x8c0ed1,_0x592808(0x55f),{'portalContainer':_0x50cf9f[_0x592808(0x487)]});return;}if(_0x3650f4===_0x592808(0x546)){_0x2a1887(),_0x2b7385['activateFloating'](_0x8c0ed1,_0x592808(0x55f),{'portalContainer':_0x50cf9f[_0x592808(0x487)]}),_0x21b7dd();return;}_0x2b7385['activateFloating'](_0x8c0ed1,_0x592808(0x71e));}};return _0x3f0543[_0x242f17(0x5d7)](_0x242f17(0x6da),_0x488a6f,!0x0),_0x3f0543[_0x242f17(0x5d7)]('pointermove',_0x1705d8,!0x0),_0x3f0543[_0x242f17(0x5d7)](_0x242f17(0x44d),_0x19c92a,!0x0),_0x3f0543[_0x242f17(0x5d7)](_0x242f17(0x35f),_0x3bfc69,!0x0),()=>{const _0x4f6356=_0x242f17;_0x3f0543['removeEventListener'](_0x4f6356(0x6da),_0x488a6f,!0x0),_0x3f0543[_0x4f6356(0x76d)]('pointermove',_0x1705d8,!0x0),_0x3f0543[_0x4f6356(0x76d)](_0x4f6356(0x44d),_0x19c92a,!0x0),_0x3f0543[_0x4f6356(0x76d)](_0x4f6356(0x35f),_0x3bfc69,!0x0);};},[_0x2a1887,_0x2b7385,_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x173)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0xa7e0cd,_0x46bc6a,_0x3650f4,_0x317ec8['enableStage1BodyDrag'],_0x21b7dd]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x86a268=_0x548c9c;let _0x4f483a=_0x1043c8['current'],_0x3a8271=_0x3540ed['current'],_0x3bb48a=_0x3f3591['current'];if(!_0x4f483a||!_0x3a8271||!_0x3bb48a)return;let _0x3f138a=_0x2c1577=>{const _0x409094=_0x481e;if(jn(_0x2c1577)||_0x2c1577['ctrlKey']||_0x2c1577['metaKey'])return;let _0x2c8480=_0x1cc9d6!=null&&_0x1cc9d6[_0x409094(0x5b8)]?_0x46bc6a[_0x409094(0x4dc)](_0x1cc9d6[_0x409094(0x5b8)]):_0x409094(0x25f);if(_0x2c8480==='stage2')return;let _0x483f0f=_0x376d8c[_0x409094(0x487)],_0xac503=_0x483f0f?_0x4c212a[_0x409094(0x1f9)](_0x483f0f[_0x409094(0x3dc)],_0x483f0f['layout']):void 0x0,_0x37ac06=_0x483f0f?{..._0x483f0f,'event':_0x2c1577,'stage':_0x2c8480,'viewportScrollY':_0x317ec8[_0x409094(0x205)]?_0x103903[_0x409094(0x487)]:void 0x0}:void 0x0;if(_0x483f0f&&Vn(_0x483f0f,_0x2c1577,_0x317ec8[_0x409094(0x205)])){var _0x55ddb1;if(((_0x55ddb1=_0x317ec8[_0x409094(0x39f)])==null?void 0x0:_0x55ddb1['call'](_0x317ec8,_0x2c1577,_0x483f0f))===!0x0||Bn(_0x4f483a,_0x2c1577)){On(_0x2f9ad8,_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],_0x409094(0x367),_0x115e6d),_0x2c1577[_0x409094(0x52e)](),_0x2c1577[_0x409094(0x19d)](),_0x2c1577['stopImmediatePropagation']();return;}}let _0x5edc8d=_0x37ac06?_0x1885e4[_0x409094(0x6fb)](_0x37ac06):!0x1,_0x394696=!_0x5edc8d&&Hn(_0x4f483a,_0x2c1577),_0x24d97a=_0x394696&&Un(_0x2c1577)>0x0?sr(_0x2c1577,_0x3bb48a):!0x1,_0x186a6a=_0x24d97a||_0x394696?!0x1:(_0xac503==null?void 0x0:_0xac503[_0x409094(0x6fb)](_0x37ac06))===!0x0,_0x3aa76c=_0x186a6a||_0x24d97a||!_0x394696?!0x1:sr(_0x2c1577,_0x3bb48a),_0x158ccc=_0x186a6a||_0x24d97a||_0x394696&&_0x3aa76c?!0x1:Rn(_0x2c1577,_0x3bb48a),_0x10edc8=_0x24d97a||_0x3aa76c||(_0x186a6a||_0x394696||_0x158ccc?!0x1:zn(_0x2c1577,_0x3bb48a));(_0x5edc8d||_0x186a6a||_0x24d97a||_0x3aa76c||_0x158ccc||_0x10edc8)&&(_0x2c1577['preventDefault'](),_0x2c1577[_0x409094(0x19d)]());};return _0x3a8271[_0x86a268(0x5d7)](_0x86a268(0x3bc),_0x3f138a,{'passive':!0x1}),_0x3bb48a[_0x86a268(0x5d7)](_0x86a268(0x3bc),_0x3f138a,{'capture':!0x0,'passive':!0x1}),()=>{const _0x5b8bba=_0x86a268;_0x3a8271['removeEventListener']('wheel',_0x3f138a),_0x3bb48a[_0x5b8bba(0x76d)](_0x5b8bba(0x3bc),_0x3f138a,{'capture':!0x0});};},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x46bc6a,_0x2f9ad8,_0x4c212a,_0x1885e4,_0x317ec8[_0x548c9c(0x39f)],_0x317ec8[_0x548c9c(0x205)]]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x2c07fa=_0x548c9c;let _0x22738f=_0x1043c8[_0x2c07fa(0x487)],_0x1c953e=_0x3f3591[_0x2c07fa(0x487)];if(!_0x22738f||!_0x1c953e)return;let _0x5846a2=_0x1a6b5b=>{const _0x529c52=_0x2c07fa;On(_0x2f9ad8,_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x529c52(0x5b8)],_0x1a6b5b,_0x115e6d);},_0x439b58=_0x5af563=>{const _0x229d21=_0x2c07fa;var _0x182430;if((_0x1cc9d6!=null&&_0x1cc9d6[_0x229d21(0x5b8)]?_0x46bc6a[_0x229d21(0x4dc)](_0x1cc9d6['embedId']):_0x229d21(0x25f))!==_0x229d21(0x55f))return;let _0x68edae=_0x376d8c[_0x229d21(0x487)];!_0x68edae||!Vn(_0x68edae,_0x5af563,_0x317ec8['syncHostVerticalScroll'])||Nn(_0x5af563)||(Mn(_0x5af563),(((_0x182430=_0x317ec8[_0x229d21(0x39f)])==null?void 0x0:_0x182430[_0x229d21(0x511)](_0x317ec8,_0x5af563,_0x68edae))===!0x0||Bn(_0x22738f,_0x5af563))&&(_0x5846a2('host-scroll'),_0x5af563['preventDefault'](),_0x5af563[_0x229d21(0x19d)](),_0x5af563[_0x229d21(0x3a0)]()));},_0x3c7dfd=()=>{const _0x3bb878=_0x2c07fa;_0x5846a2(_0x3bb878(0x40a));};return _0x22738f['addEventListener'](_0x2c07fa(0x3bc),_0x439b58,{'capture':!0x0,'passive':!0x1}),_0x1c953e[_0x2c07fa(0x5d7)](_0x2c07fa(0x3bc),_0x439b58,{'capture':!0x0,'passive':!0x1}),_0x1c953e[_0x2c07fa(0x5d7)](_0x2c07fa(0x575),_0x3c7dfd,!0x0),()=>{const _0x27ab38=_0x2c07fa;_0x22738f[_0x27ab38(0x76d)]('wheel',_0x439b58,{'capture':!0x0}),_0x1c953e[_0x27ab38(0x76d)]('wheel',_0x439b58,{'capture':!0x0}),_0x1c953e[_0x27ab38(0x76d)]('scroll',_0x3c7dfd,!0x0);};},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x46bc6a,_0x2f9ad8,_0x317ec8[_0x548c9c(0x39f)],_0x317ec8['syncHostVerticalScroll']]),(0x0,i[_0x548c9c(0x196)])(()=>()=>{const _0x39fa1d=_0x548c9c;_0x115e6d[_0x39fa1d(0x487)]['forEach'](Dn),_0x115e6d[_0x39fa1d(0x487)]=[];},[]),(0x0,i['useEffect'])(()=>{const _0x155ab5=_0x548c9c;let _0x4b8f20=_0x3f3591[_0x155ab5(0x487)];if(!_0x4b8f20)return;let _0x3694ac=()=>{const _0x9e52b2=_0x155ab5;let _0x2ebb3e=_0x4b8f20['ownerDocument'][_0x9e52b2(0x4ba)];return _0x2ebb3e?cr(_0x3f3591[_0x9e52b2(0x487)],_0x48cd80[_0x9e52b2(0x487)],_0x5858eb[_0x9e52b2(0x487)],_0x2157ef[_0x9e52b2(0x487)],_0x50cf9f[_0x9e52b2(0x487)])[_0x9e52b2(0x68f)](_0x486b3d=>_0x486b3d['contains'](_0x2ebb3e)):!0x1;},_0x4d8521=(_0x5d2cd2,_0x17cc8a=!0x1)=>{const _0x4b3c95=_0x155ab5;_0x1cc9d6!=null&&_0x1cc9d6[_0x4b3c95(0x5b8)]&&_0x46bc6a['getStage'](_0x1cc9d6['embedId'])!==_0x4b3c95(0x55f)||ur(_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x4b3c95(0x3dc)])&&(_0x106ba8[_0x4b3c95(0x6d2)](_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x4b3c95(0x5b8)],{'ignoreOwners':cn})||!_0x17cc8a&&_0x3694ac()||(_0x5d2cd2['hasAttribute']('tabindex')||(_0x5d2cd2[_0x4b3c95(0x472)]=-0x1),_0x5d2cd2[_0x4b3c95(0x4c6)]({'preventScroll':!0x0})));},_0x276b61=_0x45912e=>{const _0x551fcd=_0x155ab5;let _0x5537d6=_0x1cc9d6!=null&&_0x1cc9d6[_0x551fcd(0x5b8)]?_0x46bc6a[_0x551fcd(0x4dc)](_0x1cc9d6[_0x551fcd(0x5b8)]):_0x551fcd(0x25f);if(_0x1cc9d6!=null&&_0x1cc9d6[_0x551fcd(0x5b8)]&&_0x5537d6!==_0x551fcd(0x55f)){if(_0x3650f4!==_0x551fcd(0x546)||!_0x1cc9d6[_0x551fcd(0x448)])return;let _0x48cf9e=_0xa7e0cd['getDescriptor'](_0x1cc9d6[_0x551fcd(0x448)],_0x1cc9d6['embedId']);if(!(_0x48cf9e!=null&&_0x48cf9e[_0x551fcd(0x28d)]))return;_0x2a1887(),_0x2b7385['activateFloating'](_0x48cf9e,_0x551fcd(0x55f),{'portalContainer':_0x50cf9f['current']}),_0x21b7dd();}if(dr(_0x45912e[_0x551fcd(0x336)])||_0x106ba8[_0x551fcd(0x6d2)](_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x551fcd(0x5b8)],{'ignoreOwners':cn}))return;if(_0x1cc9d6!=null&&_0x1cc9d6[_0x551fcd(0x448)]&&_0x1cc9d6[_0x551fcd(0x5b8)]){let _0x4c3170=_0xa7e0cd['getDescriptor'](_0x1cc9d6[_0x551fcd(0x448)],_0x1cc9d6['embedId']);(_0x4c3170==null?void 0x0:_0x4c3170[_0x551fcd(0x28d)])!=null&&_0x4c3170[_0x551fcd(0x3dc)]!=null&&_0x2b7385[_0x551fcd(0x1b6)](_0x4c3170);}let _0x1cd3f9=lr(cr(_0x5858eb[_0x551fcd(0x487)],_0x48cd80[_0x551fcd(0x487)],_0x2157ef[_0x551fcd(0x487)],_0x50cf9f[_0x551fcd(0x487)],_0x3f3591[_0x551fcd(0x487)]),_0x45912e[_0x551fcd(0x336)]);_0x1cd3f9&&_0x4d8521(_0x1cd3f9,!0x0);};return _0x4b8f20['addEventListener'](_0x155ab5(0x6da),_0x276b61,!0x0),()=>_0x4b8f20[_0x155ab5(0x76d)]('pointerdown',_0x276b61,!0x0);},[_0x2a1887,_0x2b7385,_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0xa7e0cd,_0x46bc6a,_0x106ba8,_0x3650f4,_0x21b7dd]),(0x0,i['useEffect'])(()=>{const _0x561a9b=_0x548c9c;let _0x32d1f6=_0x3f3591[_0x561a9b(0x487)],_0x2eeeb3=_0x32d1f6==null?void 0x0:_0x32d1f6[_0x561a9b(0x5c1)];if(!_0x32d1f6||!_0x2eeeb3||!(_0x1cc9d6!=null&&_0x1cc9d6['embedId']))return;let _0x75ff6c,_0x4e8135=()=>{const _0x28e1ec=_0x561a9b;_0x75ff6c!=null&&(globalThis[_0x28e1ec(0x749)](_0x75ff6c),_0x75ff6c=void 0x0);},_0x40a475=()=>{const _0x52cde8=_0x561a9b;var _0x23a015;_0x4e8135(),(_0x23a015=_0x431851[_0x52cde8(0x487)])==null||_0x23a015[_0x52cde8(0x5f2)](),_0x431851[_0x52cde8(0x487)]=void 0x0;},_0x40c2a0=()=>{_0x4e8135(),_0x75ff6c=globalThis['setTimeout'](()=>{const _0xcef795=_0x481e;var _0x227a43;_0x75ff6c=void 0x0,(_0x227a43=_0x431851[_0xcef795(0x487)])==null||_0x227a43['dispose'](),_0x431851['current']=void 0x0;},0x28a);},_0x3b299c=()=>{const _0xc05432=_0x561a9b;_0x46bc6a[_0xc05432(0x4dc)](_0x1cc9d6[_0xc05432(0x5b8)])===_0xc05432(0x55f)&&(_0x40a475(),_0x431851[_0xc05432(0x487)]=_0x106ba8[_0xc05432(0x2e6)]({'embedId':_0x1cc9d6[_0xc05432(0x5b8)],'role':_0xc05432(0x4ed),'owner':'runtime-pointer','hostUnitId':_0x1cc9d6[_0xc05432(0x448)],'childUnitId':_0x1cc9d6['childUnitId'],'childType':_0x1cc9d6[_0xc05432(0x3dc)]}));},_0x5560e0=_0x4b03a0=>{const _0x34b59a=_0x561a9b;var _0xb65002;if(_0x46bc6a[_0x34b59a(0x4dc)](_0x1cc9d6['embedId'])!=='stage2')return;let _0x175580=_0x4b03a0[_0x34b59a(0x336)],_0x4503e1=_0x106ba8['containsElement'](_0x1cc9d6[_0x34b59a(0x5b8)],_0x175580,_0x4b03a0)||_0x1b0439[_0x34b59a(0x596)](_0x1cc9d6[_0x34b59a(0x5b8)],_0x175580,_0x4b03a0);if(!pr({'stage':_0x46bc6a[_0x34b59a(0x4dc)](_0x1cc9d6[_0x34b59a(0x5b8)]),'target':_0x175580,'liveRoot':_0x32d1f6,'isOwnedChildInteraction':_0x4503e1}))return;_0x41c10f[_0x34b59a(0x487)]=Date[_0x34b59a(0x169)]()+0x28a,_0x40a475();let _0x367212=(_0xb65002=fr(_0x175580))==null?'child-editor':_0xb65002;_0x431851[_0x34b59a(0x487)]=_0x106ba8[_0x34b59a(0x2e6)]({'embedId':_0x1cc9d6[_0x34b59a(0x5b8)],'role':_0x367212==='runtime'||_0x367212===_0x34b59a(0x6f8)||_0x367212===_0x34b59a(0x307)?_0x34b59a(0x4ed):_0x367212,'owner':'runtime-pointer','hostUnitId':_0x1cc9d6[_0x34b59a(0x448)],'childUnitId':_0x1cc9d6['childUnitId'],'childType':_0x1cc9d6[_0x34b59a(0x3dc)]});};return _0x32d1f6[_0x561a9b(0x5d7)](_0x561a9b(0x6da),_0x3b299c,!0x0),_0x2eeeb3[_0x561a9b(0x5d7)](_0x561a9b(0x6da),_0x5560e0,!0x0),_0x2eeeb3['addEventListener'](_0x561a9b(0x44d),_0x40c2a0,!0x0),_0x2eeeb3[_0x561a9b(0x5d7)]('pointercancel',_0x40c2a0,!0x0),()=>{const _0x1fe39c=_0x561a9b;_0x32d1f6[_0x1fe39c(0x76d)](_0x1fe39c(0x6da),_0x3b299c,!0x0),_0x2eeeb3[_0x1fe39c(0x76d)](_0x1fe39c(0x6da),_0x5560e0,!0x0),_0x2eeeb3['removeEventListener']('pointerup',_0x40c2a0,!0x0),_0x2eeeb3[_0x1fe39c(0x76d)](_0x1fe39c(0x35f),_0x40c2a0,!0x0),_0x40a475();};},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x28d)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0x46bc6a,_0x106ba8,_0x1b0439]),(0x0,i[_0x548c9c(0x196)])(()=>{const _0x3fb57a=_0x548c9c;if(_0x15deaa!==_0x3fb57a(0x55f)||_0x3650f4!==_0x3fb57a(0x546))return;let _0x4e407d=_0x3f3591[_0x3fb57a(0x487)];if(!_0x4e407d)return;let _0x891c68,_0xef963=()=>lr(cr(_0x5858eb[_0x3fb57a(0x487)],_0x48cd80[_0x3fb57a(0x487)],_0x2157ef['current'],_0x50cf9f[_0x3fb57a(0x487)],_0x3f3591[_0x3fb57a(0x487)])),_0xe4b5ee=()=>{const _0x5ba3b9=_0x3fb57a;let _0x375f91=_0x4e407d[_0x5ba3b9(0x5c1)][_0x5ba3b9(0x4ba)];return!_0x375f91||_0x375f91===_0xef963()?!0x1:cr(_0x3f3591[_0x5ba3b9(0x487)],_0x48cd80['current'],_0x5858eb['current'],_0x2157ef[_0x5ba3b9(0x487)],_0x50cf9f[_0x5ba3b9(0x487)])['some'](_0x26dde4=>_0x26dde4[_0x5ba3b9(0x596)](_0x375f91));},_0x29c463=()=>{const _0x2719e8=_0x3fb57a;if(!ur(_0x1cc9d6==null?void 0x0:_0x1cc9d6['childType']))return;let _0x1a30c9=_0xef963();if(_0x1a30c9&&!_0x106ba8['hasBlockingChildFocusLease'](_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],{'ignoreOwners':cn})&&!_0xe4b5ee()){if(_0x1cc9d6!=null&&_0x1cc9d6[_0x2719e8(0x448)]&&_0x1cc9d6[_0x2719e8(0x5b8)]){let _0x4f93d7=_0xa7e0cd['getDescriptor'](_0x1cc9d6[_0x2719e8(0x448)],_0x1cc9d6[_0x2719e8(0x5b8)]);(_0x4f93d7==null?void 0x0:_0x4f93d7[_0x2719e8(0x28d)])!=null&&_0x4f93d7['childType']!=null&&_0x2b7385[_0x2719e8(0x1b6)](_0x4f93d7);}_0x1a30c9[_0x2719e8(0x74c)]('tabindex')||(_0x1a30c9['tabIndex']=-0x1),_0x1a30c9[_0x2719e8(0x4c6)]({'preventScroll':!0x0});}};return _0x29c463(),_0x891c68=En(()=>{_0x891c68=void 0x0,_0x29c463();}),()=>{_0x891c68!=null&&(Dn(_0x891c68),_0x891c68=void 0x0);};},[_0x2b7385,_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0xa7e0cd,_0x106ba8,_0x3650f4,_0x15deaa]),(0x0,i['useEffect'])(()=>{const _0x430e64=_0x548c9c;let _0x1ecada=_0x1043c8[_0x430e64(0x487)];if(!_0x1ecada||typeof window>'u')return;let _0x3e26ae,_0x3f6419=()=>{const _0x240691=_0x430e64;var _0x338415;let _0x2db158=_0x376d8c['current'];if(!_0x2db158||!_0x317ec8[_0x240691(0x205)]){_0x103903[_0x240691(0x487)]=0x0,_0x1ecada[_0x240691(0x4e4)][_0x240691(0x249)]('--univer-embed-docs-scroll-offset','0px');return;}let _0x37e630=_0x4c212a[_0x240691(0x1f9)](_0x2db158['childType'],_0x2db158[_0x240691(0x42c)]);if(!_0x37e630)return;let _0x167304=Kn(_0x1ecada),_0x3a8039=(_0x338415=_0x167304==null?void 0x0:_0x167304[_0x240691(0x539)]())==null?{'bottom':window[_0x240691(0x56c)],'height':window['innerHeight'],'left':0x0,'right':window[_0x240691(0x308)],'top':0x0,'width':window[_0x240691(0x308)]}:_0x338415,_0x4a42a9=_0x1ecada[_0x240691(0x539)](),_0x434940=qn(_0x1ecada,_0x4a42a9[_0x240691(0x3d5)]),_0x834fbd=Math[_0x240691(0x48c)](_0x434940,Jn(_0x1ecada,_0x3a8039[_0x240691(0x3d5)])),_0x167a24=Math[_0x240691(0x62f)](0x0,_0x434940-_0x834fbd),_0x484928=nr(_0x3a8039[_0x240691(0x3c9)]-_0x4a42a9[_0x240691(0x3c9)],0x0,_0x167a24);_0x1ecada[_0x240691(0x4e4)][_0x240691(0x249)](_0x240691(0x48f),_0x484928+'px');let _0xe46ddb=_0x484928-_0x103903[_0x240691(0x487)];if(Math['abs'](_0xe46ddb)<0.5)return;_0x103903[_0x240691(0x487)]=_0x484928,_0x2f9ad8[_0x240691(0x476)]({'embedId':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x240691(0x5b8)],'reason':_0x240691(0x367)});let _0x2b0a5b=new WheelEvent(_0x240691(0x3bc),{'cancelable':!0x1,'clientX':_0x4a42a9[_0x240691(0x356)]+Math[_0x240691(0x48c)](_0x4a42a9[_0x240691(0x58b)],_0x3a8039[_0x240691(0x58b)])/0x2,'clientY':_0x3a8039[_0x240691(0x3c9)]+_0x834fbd/0x2,'deltaY':_0xe46ddb});_0x37e630['handleWheel']({..._0x2db158,'event':_0x2b0a5b,'source':_0x240691(0x4f7),'stage':_0x1cc9d6!=null&&_0x1cc9d6[_0x240691(0x5b8)]?_0x46bc6a[_0x240691(0x4dc)](_0x1cc9d6['embedId']):'inactive','viewportScrollY':_0x484928});},_0x565733=()=>{_0x3f6419(),_0x3e26ae=window['requestAnimationFrame'](_0x565733);};_0x3e26ae=window['requestAnimationFrame'](_0x565733),window[_0x430e64(0x5d7)](_0x430e64(0x575),_0x3f6419,!0x0),window['addEventListener'](_0x430e64(0x5e1),_0x3f6419);let _0x44e7dc=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x3f6419);return _0x44e7dc==null||_0x44e7dc[_0x430e64(0x318)](_0x1ecada),()=>{const _0x10c9d2=_0x430e64;_0x3e26ae!=null&&window['cancelAnimationFrame'](_0x3e26ae),_0x44e7dc==null||_0x44e7dc[_0x10c9d2(0x441)](),window['removeEventListener'](_0x10c9d2(0x575),_0x3f6419,!0x0),window['removeEventListener'](_0x10c9d2(0x5e1),_0x3f6419);};},[_0x1cc9d6==null?void 0x0:_0x1cc9d6['embedId'],_0x46bc6a,_0x2f9ad8,_0xc9c775,_0x4c212a,_0x317ec8[_0x548c9c(0x205)]]);let _0x3d118f=(0x0,i['useCallback'])(_0x301cec=>{const _0x74497e=_0x548c9c;if(_0x301cec[_0x74497e(0x52e)](),_0x301cec[_0x74497e(0x19d)](),!(_0x1cc9d6!=null&&_0x1cc9d6[_0x74497e(0x5b8)])||!_0x1cc9d6[_0x74497e(0x448)])return;let _0x3cb74e=_0xa7e0cd[_0x74497e(0x73c)](_0x1cc9d6[_0x74497e(0x448)],_0x1cc9d6['embedId']);if(!(_0x3cb74e!=null&&_0x3cb74e[_0x74497e(0x28d)])||!me({'stage':_0x46bc6a[_0x74497e(0x4dc)](_0x1cc9d6[_0x74497e(0x5b8)]),'interactionFlow':_0x3650f4})[_0x74497e(0x725)])return;_0x46bc6a[_0x74497e(0x27a)]({'hostUnitId':_0x1cc9d6[_0x74497e(0x448)],'embedId':_0x1cc9d6[_0x74497e(0x5b8)],'childUnitId':_0x3cb74e[_0x74497e(0x28d)]},_0x74497e(0x71e));let _0x427169='nativeEvent'in _0x301cec?_0x301cec[_0x74497e(0x2e7)]:_0x301cec;document[_0x74497e(0x4d1)](new CustomEvent(tn,{'detail':{'embedId':_0x1cc9d6['embedId'],'hostUnitId':_0x1cc9d6[_0x74497e(0x448)],'hostAnchorId':_0x1cc9d6[_0x74497e(0x173)],'pointerId':_0x427169[_0x74497e(0x3f0)],'clientX':_0x427169[_0x74497e(0x182)],'clientY':_0x427169[_0x74497e(0x436)],'button':_0x427169[_0x74497e(0x675)]}}));},[_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x173)],_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],_0xa7e0cd,_0x46bc6a,_0x3650f4]);(0x0,i[_0x548c9c(0x196)])(()=>{const _0x3e0201=_0x548c9c;let _0x149ad3=_0x4d3dbb['current'];if(_0x149ad3)return _0x149ad3['addEventListener'](_0x3e0201(0x6da),_0x3d118f),()=>_0x149ad3[_0x3e0201(0x76d)](_0x3e0201(0x6da),_0x3d118f);},[_0x3d118f]);let _0x1ba28f=me({'stage':_0x15deaa,'interactionFlow':_0x3650f4}),_0x1d4ad3=_0x1ba28f[_0x548c9c(0x328)],_0x9b6038=_0x1ba28f['passThroughInteractionGate'],_0x416475=_0x1ba28f[_0x548c9c(0x61f)];return(0x0,o[_0x548c9c(0x1f5)])(_0x548c9c(0x61c),{'ref':_0x1043c8,'className':_0x548c9c(0x599),'data-embed-float-dom':_0x548c9c(0x718),'data-embed-float-stage':_0x15deaa,'data-embed-id':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],'data-embed-host-unit-id':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],'data-embed-host-anchor-id':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x173)],'data-embed-child-unit-id':_0x1cc9d6==null?void 0x0:_0x1cc9d6['childUnitId'],'data-embed-child-type':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x3dc)],'data-embed-interaction-flow':_0x3650f4,'children':[(0x0,o[_0x548c9c(0x1f5)])('div',{'className':_0x548c9c(0x719),'children':[(0x0,o['jsxs'])('div',{'ref':_0x3f3591,'className':'univer-embed-float-dom__live\x20univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','data-embed-float-live':_0x548c9c(0x718),'children':[(0x0,o['jsx'])(_0x548c9c(0x61c),{'ref':_0x5858eb,'className':[_0x548c9c(0x6d0),_0x1d4ad3&&_0x548c9c(0x711)]['filter'](Boolean)[_0x548c9c(0x4bb)]('\x20'),[ge]:_0x548c9c(0x718)}),(0x0,o[_0x548c9c(0x1ab)])(_0x548c9c(0x61c),{'ref':_0x48cd80,'className':[_0x548c9c(0x700),_0x1d4ad3&&'univer-pointer-events-none'][_0x548c9c(0x70c)](Boolean)[_0x548c9c(0x4bb)]('\x20'),[he]:_0x548c9c(0x718)})]}),(0x0,o['jsx'])(_0x548c9c(0x61c),{'ref':_0x3540ed,'className':[_0x548c9c(0x22d),_0x9b6038&&_0x548c9c(0x711)][_0x548c9c(0x70c)](Boolean)[_0x548c9c(0x4bb)]('\x20'),'data-embed-float-interaction-gate':_0x548c9c(0x718)})]}),(0x0,o[_0x548c9c(0x1f5)])(_0x548c9c(0x61c),{'ref':_0x54f505,'className':_0x548c9c(0x66c),'data-embed-float-stage':_0x15deaa,'data-embed-id':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)],'children':[(0x0,o[_0x548c9c(0x1ab)])(_0x548c9c(0x61c),{'ref':_0x2157ef,'className':_0x548c9c(0x4a2),[_e]:_0x548c9c(0x718)}),(0x0,o['jsx'])(_0x548c9c(0x61c),{'ref':_0x50cf9f,'className':_0x548c9c(0x48b),[ve]:_0x548c9c(0x718)}),(0x0,o['jsx'])($t,{'hostUnitId':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x448)],'embedId':_0x1cc9d6==null?void 0x0:_0x1cc9d6[_0x548c9c(0x5b8)]}),(0x0,o[_0x548c9c(0x1ab)])('button',{'ref':_0x4d3dbb,'type':_0x548c9c(0x675),'className':['univer-embed-float-dom__drag-handle\x20univer-absolute\x20-univer-top-6\x20univer-left-0\x20univer-z-[2]\x20univer-h-4\x20univer-w-6\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-500\x20univer-shadow-none\x20dark:!univer-text-gray-300',_0x416475?_0x548c9c(0x2de):_0x548c9c(0x4ae)][_0x548c9c(0x70c)](Boolean)['join']('\x20'),'data-embed-float-drag-handle':_0x548c9c(0x718),'children':(0x0,o[_0x548c9c(0x1ab)])(n[_0x548c9c(0x368)],{'className':_0x548c9c(0x4a1)})})]})]});}function dn(_0xd62bae){const _0x407f8d=_0xf1d127;let _0x4ee2af=_0xd62bae==null?void 0x0:_0xd62bae[_0x407f8d(0x3fb)]['ref'];if(_0x4ee2af)try{let _0x4c8342=typeof _0x4ee2af=='string'?(0x0,t[_0x407f8d(0x14b)])(_0x4ee2af):_0x4ee2af;return{'childUnitId':_0x4c8342[_0x407f8d(0x578)]['selector'],'childType':(0x0,t['fromResourceRefUnitType'])(_0x4c8342[_0x407f8d(0x578)]['type'])};}catch{return;}}function fn(_0x2a8a34,_0x483f6b){const _0x362cd5=_0xf1d127;var _0x1d3335,_0x3f8e88;if(yn(_0x2a8a34))return pn(_0x2a8a34,_0x483f6b);let _0x38645e=yn(_0x2a8a34)?0x0:0x28,_0xfa93af=[_0x2a8a34[_0x362cd5(0x539)](),(_0x1d3335=_0x2a8a34[_0x362cd5(0x673)](_0x362cd5(0x3fa)))==null?void 0x0:_0x1d3335['getBoundingClientRect']()][_0x362cd5(0x70c)](_0x2a562d=>!!_0x2a562d),_0x129ef9=[(_0x3f8e88=document[_0x362cd5(0x673)](_0x362cd5(0x1e6)+_0x2a8a34[_0x362cd5(0x24f)][_0x362cd5(0x5b8)]+'\x22]'))==null?void 0x0:_0x3f8e88['getBoundingClientRect']()][_0x362cd5(0x70c)](_0x1970f7=>!!_0x1970f7);return _0xfa93af[_0x362cd5(0x68f)](_0x472b7e=>_0x483f6b[_0x362cd5(0x182)]>=_0x472b7e[_0x362cd5(0x356)]&&_0x483f6b[_0x362cd5(0x182)]<=_0x472b7e[_0x362cd5(0x437)]&&_0x483f6b[_0x362cd5(0x436)]>=_0x472b7e[_0x362cd5(0x3c9)]&&_0x483f6b[_0x362cd5(0x436)]<=_0x472b7e[_0x362cd5(0x38a)])||_0x129ef9['some'](_0x3e5266=>_0x483f6b[_0x362cd5(0x182)]>=_0x3e5266[_0x362cd5(0x356)]&&_0x483f6b[_0x362cd5(0x182)]<=_0x3e5266[_0x362cd5(0x437)]&&_0x483f6b['clientY']>=_0x3e5266[_0x362cd5(0x3c9)]-_0x38645e&&_0x483f6b[_0x362cd5(0x436)]<=_0x3e5266[_0x362cd5(0x38a)]);}function pn(_0x4d4445,_0x104adf){const _0x357f78=_0xf1d127;var _0x480506,_0x5d3026,_0x3571cb,_0x21db87,_0x2687a2;let _0x5ee9b6=_0x4d4445[_0x357f78(0x24f)][_0x357f78(0x5b8)],_0x1e2b06=[(_0x480506=_0x4d4445['querySelector'](_0x357f78(0x1e4)))==null?void 0x0:_0x480506[_0x357f78(0x539)](),(_0x5d3026=_0x4d4445['querySelector'](_0x357f78(0x426)))==null?void 0x0:_0x5d3026[_0x357f78(0x539)]()][_0x357f78(0x70c)](_0x36b345=>!!_0x36b345&&_0x36b345[_0x357f78(0x58b)]>0x0&&_0x36b345[_0x357f78(0x3d5)]>0x0),_0x31306e=document['querySelector'](_0x357f78(0x1e6)+_0x5ee9b6+'\x22]'),_0x1b1677=[_0x31306e==null||(_0x3571cb=_0x31306e['querySelector'](_0x357f78(0x1f3)))==null?void 0x0:_0x3571cb[_0x357f78(0x539)](),_0x31306e==null||(_0x21db87=_0x31306e[_0x357f78(0x673)](_0x357f78(0x48a)))==null?void 0x0:_0x21db87[_0x357f78(0x539)](),_0x31306e==null||(_0x2687a2=_0x31306e[_0x357f78(0x673)](_0x357f78(0x201)))==null?void 0x0:_0x2687a2[_0x357f78(0x539)]()][_0x357f78(0x70c)](_0x54510f=>!!_0x54510f&&_0x54510f[_0x357f78(0x58b)]>0x0&&_0x54510f[_0x357f78(0x3d5)]>0x0),_0x205c7b=Array[_0x357f78(0x433)](document[_0x357f78(0x548)]('[data-embed-floating-menu-popup=\x22true\x22]'))['filter'](_0x4092f2=>_0x4092f2[_0x357f78(0x24f)][_0x357f78(0x5b8)]===_0x5ee9b6)[_0x357f78(0x4ff)](_0x4f7815=>_0x4f7815[_0x357f78(0x539)]())['filter'](_0x6e1b9a=>_0x6e1b9a[_0x357f78(0x58b)]>0x0&&_0x6e1b9a[_0x357f78(0x3d5)]>0x0);return[..._0x1e2b06,..._0x1b1677,..._0x205c7b][_0x357f78(0x68f)](_0x2f34ef=>_0x104adf['clientX']>=_0x2f34ef[_0x357f78(0x356)]&&_0x104adf['clientX']<=_0x2f34ef[_0x357f78(0x437)]&&_0x104adf['clientY']>=_0x2f34ef[_0x357f78(0x3c9)]&&_0x104adf[_0x357f78(0x436)]<=_0x2f34ef[_0x357f78(0x38a)]);}function mn(_0x345cdd,_0x1c25f2,_0xdee22e,_0xd8d311){const _0x38f9a3=_0xf1d127;let _0x201acf=_0xdee22e?'':_0x38f9a3(0x315),_0x555dcf=_0x345cdd[_0x38f9a3(0x673)](_0x38f9a3(0x3fa)),_0x525659=_0x345cdd[_0x38f9a3(0x673)](_0x38f9a3(0x2c9)),_0x33b875=_0x345cdd[_0x38f9a3(0x673)](_0x38f9a3(0x1e4)),_0x27bbd4=_0x345cdd['querySelector'](_0x38f9a3(0x426)),_0xfceef3=_0x345cdd[_0x38f9a3(0x673)](_0x38f9a3(0x5df)),_0x549fa6=_0x1c25f2==null?void 0x0:_0x1c25f2['querySelector'](_0x38f9a3(0x62a)),_0x13ad67=_0x1c25f2==null?void 0x0:_0x1c25f2[_0x38f9a3(0x673)](_0x38f9a3(0x60a));if(_0x549fa6==null||_0x549fa6[_0x38f9a3(0x4e4)]['setProperty'](_0x38f9a3(0x756),_0x38f9a3(0x315)),_0x13ad67==null||_0x13ad67[_0x38f9a3(0x4e4)][_0x38f9a3(0x249)]('pointer-events',_0x38f9a3(0x315)),yn(_0x345cdd)){_0x555dcf==null||_0x555dcf[_0x38f9a3(0x4e4)][_0x38f9a3(0x249)]('pointer-events',_0x38f9a3(0x315)),_0x525659==null||_0x525659['style'][_0x38f9a3(0x249)](_0x38f9a3(0x756),_0x38f9a3(0x315)),_0x33b875==null||_0x33b875[_0x38f9a3(0x4e4)][_0x38f9a3(0x249)]('pointer-events',_0xdee22e?_0x38f9a3(0x67d):'none'),_0x27bbd4==null||_0x27bbd4['style']['setProperty']('pointer-events',_0x38f9a3(0x315)),_0xfceef3==null||_0xfceef3['style']['setProperty']('pointer-events',_0x38f9a3(0x315));return;}_0x555dcf==null||_0x555dcf[_0x38f9a3(0x4e4)][_0x38f9a3(0x3bb)](_0x38f9a3(0x756)),_0x525659==null||_0x525659[_0x38f9a3(0x4e4)][_0x38f9a3(0x249)](_0x38f9a3(0x756),_0x201acf),_0x33b875==null||_0x33b875[_0x38f9a3(0x4e4)][_0x38f9a3(0x3bb)](_0x38f9a3(0x756)),_0x27bbd4==null||_0x27bbd4[_0x38f9a3(0x4e4)][_0x38f9a3(0x3bb)](_0x38f9a3(0x756)),_0xfceef3==null||_0xfceef3[_0x38f9a3(0x4e4)]['setProperty'](_0x38f9a3(0x756),_0x201acf);}function hn(_0x2e9a3b,_0x3276e5,_0xb9c371,_0xfd079c){const _0x4e0f15=_0xf1d127;let _0x3d498b=_0x3276e5&&_0xfd079c!=='stage2',_0x2580fb=_0x3d498b?'':_0x4e0f15(0x606),_0x5dd718=_0x3d498b?'':_0x4e0f15(0x315),_0x129ea5=_0xb9c371&&_0xfd079c===_0x4e0f15(0x71e),_0xcf090e=_0x129ea5?'':'hidden',_0x39951e=_0x129ea5?'':'none',_0xe153d7=_0x3276e5&&_0xfd079c===_0x4e0f15(0x55f)?'':'hidden',_0x598773=_0x2e9a3b==null?void 0x0:_0x2e9a3b[_0x4e0f15(0x673)](_0x4e0f15(0x48a)),_0x17698d=_0x2e9a3b==null?void 0x0:_0x2e9a3b[_0x4e0f15(0x673)](_0x4e0f15(0x201)),_0x371d3e=[_0x2e9a3b==null?void 0x0:_0x2e9a3b['querySelector'](_0x4e0f15(0x62a)),_0x2e9a3b==null?void 0x0:_0x2e9a3b[_0x4e0f15(0x673)](_0x4e0f15(0x60a))];_0x598773==null||_0x598773['style'][_0x4e0f15(0x249)]('visibility',_0x2580fb),_0x598773==null||_0x598773[_0x4e0f15(0x4e4)][_0x4e0f15(0x249)](_0x4e0f15(0x756),_0x5dd718),_0x17698d==null||_0x17698d[_0x4e0f15(0x4e4)]['setProperty']('visibility',_0xcf090e),_0x17698d==null||_0x17698d[_0x4e0f15(0x4e4)][_0x4e0f15(0x249)]('pointer-events',_0x39951e),_0x371d3e[_0x4e0f15(0x4d6)](_0x56f3fb=>{const _0x12a3bf=_0x4e0f15;_0x56f3fb==null||_0x56f3fb['style'][_0x12a3bf(0x249)](_0x12a3bf(0x501),_0xe153d7),_0x56f3fb==null||_0x56f3fb['style']['setProperty'](_0x12a3bf(0x756),_0x12a3bf(0x315)),_0xfd079c!==_0x12a3bf(0x55f)&&(_0x56f3fb==null||_0x56f3fb[_0x12a3bf(0x535)](_0x12a3bf(0x324)),_0x56f3fb==null||_0x56f3fb['querySelectorAll'](_0x12a3bf(0x275))[_0x12a3bf(0x4d6)](_0x569905=>{const _0x23a768=_0x12a3bf;_0x569905[_0x23a768(0x535)](_0x23a768(0x324));}));});}function gn(_0x373c4e,_0x4d8c1e,_0x33d537){const _0x40614a=_0xf1d127;let _0x1cce2b=Math[_0x40614a(0x62f)](_0x4d8c1e['left'],_0x33d537[_0x40614a(0x356)]),_0x57ea88=Math[_0x40614a(0x48c)](_0x4d8c1e[_0x40614a(0x437)],_0x33d537[_0x40614a(0x437)]),_0x2b9c44=Math[_0x40614a(0x62f)](0x0,_0x1cce2b-_0x4d8c1e['left']),_0x5932a1=Math['max'](0x1,_0x57ea88-_0x1cce2b||Math[_0x40614a(0x48c)](_0x33d537[_0x40614a(0x58b)],_0x4d8c1e[_0x40614a(0x58b)]));_0x373c4e[_0x40614a(0x4e4)][_0x40614a(0x249)]('--univer-embed-docs-block-page-left',_0x2b9c44+'px'),_0x373c4e['style'][_0x40614a(0x249)]('--univer-embed-docs-block-page-width',_0x5932a1+'px');}function _n(_0x5dc1f4){const _0x559c6d=_0xf1d127;_0x5dc1f4[_0x559c6d(0x4e4)][_0x559c6d(0x3bb)]('--univer-embed-docs-block-page-left'),_0x5dc1f4[_0x559c6d(0x4e4)][_0x559c6d(0x3bb)](_0x559c6d(0x408));}function vn(_0x289fcd){const _0x23faae=_0xf1d127;let _0x35a9c4=bn(_0x289fcd)?_0x289fcd[_0x23faae(0x673)](_0x23faae(0x3fa)):null,_0xb0a86a=_0x35a9c4==null?void 0x0:_0x35a9c4['getBoundingClientRect']();return _0xb0a86a&&_0xb0a86a['width']>0x0&&_0xb0a86a['height']>0x0?Cn(_0xb0a86a,_0x289fcd):Cn(_0x289fcd['getBoundingClientRect'](),_0x289fcd);}function yn(_0x4a8017){const _0x2dbc7c=_0xf1d127;return!!_0x4a8017['closest'](_0x2dbc7c(0x338));}function bn(_0x4f1701){const _0x40bbda=_0xf1d127;return yn(_0x4f1701)||!!_0x4f1701['closest'](_0x40bbda(0x707));}const xn=0x18,Sn=0x28;function Cn(_0x2ecd3a,_0x6b8682){const _0x13bf1d=_0xf1d127;var _0x2ac1be;let _0x3d06fa=wn(_0x6b8682,_0x2ecd3a);if(!_0x3d06fa&&_0x2ecd3a[_0x13bf1d(0x3c9)]>=0x0&&_0x2ecd3a[_0x13bf1d(0x356)]>=0x0)return _0x2ecd3a;let _0x51e9b0=(_0x2ac1be=_0x3d06fa==null?void 0x0:_0x3d06fa[_0x13bf1d(0x539)]())==null?new DOMRect(0x0,0x0,window[_0x13bf1d(0x308)],window[_0x13bf1d(0x56c)]):_0x2ac1be,_0x2792c0=Math[_0x13bf1d(0x62f)](_0x2ecd3a['left'],_0x51e9b0[_0x13bf1d(0x356)]),_0x15e8c7=Math[_0x13bf1d(0x62f)](_0x2ecd3a[_0x13bf1d(0x3c9)],_0x51e9b0[_0x13bf1d(0x3c9)]),_0x20d04d=Math[_0x13bf1d(0x48c)](_0x2ecd3a[_0x13bf1d(0x437)],_0x51e9b0[_0x13bf1d(0x437)]),_0x470467=Math[_0x13bf1d(0x48c)](_0x2ecd3a[_0x13bf1d(0x38a)],_0x51e9b0[_0x13bf1d(0x38a)]);return _0x20d04d<=_0x2792c0||_0x470467<=_0x15e8c7?new DOMRect(_0x2792c0,_0x15e8c7,0x0,0x0):new DOMRect(_0x2792c0,_0x15e8c7,_0x20d04d-_0x2792c0,_0x470467-_0x15e8c7);}function wn(_0x386359,_0x408804){const _0x1f7f09=_0xf1d127;let _0x3a80cc=_0x386359[_0x1f7f09(0x515)];for(;_0x3a80cc&&_0x3a80cc!==document[_0x1f7f09(0x3e8)]&&_0x3a80cc!==document[_0x1f7f09(0x146)];){if(Zn(_0x3a80cc)&&!Tn(_0x3a80cc,_0x408804))return _0x3a80cc;_0x3a80cc=_0x3a80cc[_0x1f7f09(0x515)];}return null;}function Tn(_0x325153,_0x2a79e4){const _0x39748e=_0xf1d127;let _0x103571=_0x325153['getBoundingClientRect']();return _0x103571[_0x39748e(0x58b)]<=0x0||_0x103571[_0x39748e(0x3d5)]<=0x0?!0x0:Math[_0x39748e(0x6d1)](_0x103571[_0x39748e(0x356)]-_0x2a79e4[_0x39748e(0x356)])<0x1&&Math[_0x39748e(0x6d1)](_0x103571[_0x39748e(0x3c9)]-_0x2a79e4[_0x39748e(0x3c9)])<0x1&&Math[_0x39748e(0x6d1)](_0x103571[_0x39748e(0x58b)]-_0x2a79e4[_0x39748e(0x58b)])<0x1&&Math['abs'](_0x103571[_0x39748e(0x3d5)]-_0x2a79e4[_0x39748e(0x3d5)])<0x1;}function En(_0x38df23){const _0x4c4bd1=_0xf1d127;return typeof window<'u'&&typeof window['requestAnimationFrame']==_0x4c4bd1(0x439)?window[_0x4c4bd1(0x2c2)](_0x38df23):globalThis[_0x4c4bd1(0x4ce)](_0x38df23,0x0);}function Dn(_0x16d8b2){const _0x3091c4=_0xf1d127;if(typeof _0x16d8b2==_0x3091c4(0x541)&&typeof window<'u'&&typeof window[_0x3091c4(0x3f2)]==_0x3091c4(0x439)){window[_0x3091c4(0x3f2)](_0x16d8b2);return;}globalThis[_0x3091c4(0x749)](_0x16d8b2);}function On(_0x4e23fa,_0x341499,_0xd28ee,_0x5bf66d){const _0x6c6490=_0xf1d127;_0x5bf66d[_0x6c6490(0x487)][_0x6c6490(0x4d6)](Dn),_0x5bf66d[_0x6c6490(0x487)]=[],_0x4e23fa[_0x6c6490(0x476)]({'embedId':_0x341499,'reason':_0xd28ee});let _0x5926e0=_0x3106a8=>{const _0x15b9c4=_0x6c6490;let _0x23dfd2=En(()=>{const _0x535564=_0x481e;_0x5bf66d[_0x535564(0x487)]=_0x5bf66d['current'][_0x535564(0x70c)](_0xcad5e5=>_0xcad5e5!==_0x23dfd2),_0x4e23fa['invalidate']({'embedId':_0x341499,'reason':_0xd28ee}),_0x3106a8>0x1&&_0x5926e0(_0x3106a8-0x1);});_0x5bf66d['current'][_0x15b9c4(0x76b)](_0x23dfd2);};_0x5926e0(0x2);}function kn(_0x557bb0,_0x347712,_0x5bc5dc){const _0x3ac88e=_0xf1d127;if(jn(_0x347712))return!0x1;let _0x19b73b=_0x347712==null?void 0x0:_0x347712[_0x3ac88e(0x336)];return!(_0x19b73b instanceof Node&&_0x557bb0[_0x3ac88e(0x596)](_0x19b73b)||_0x19b73b instanceof HTMLElement&&_0x19b73b[_0x3ac88e(0x763)](_0x3ac88e(0x3f4))||_0x347712 instanceof WheelEvent&&(Pn(_0x347712)||Fn(_0x5bc5dc,_0x347712)));}function An(_0x272372){const _0x1a1f48=_0xf1d127;return _0x272372 instanceof WheelEvent?Math[_0x1a1f48(0x6d1)](_0x272372['deltaY'])>=Math[_0x1a1f48(0x6d1)](_0x272372[_0x1a1f48(0x683)]):(_0x272372==null?void 0x0:_0x272372[_0x1a1f48(0x5ea)])==='scroll';}function jn(_0x46b9dd){return!!_0x46b9dd&&_0x46b9dd[nn]instanceof WheelEvent;}function Mn(_0x3b53d8){const _0x562d2d=_0xf1d127;Object[_0x562d2d(0x6ed)](_0x3b53d8,rn,{'configurable':!0x0,'value':!0x0});}function Nn(_0xce3788){return!!_0xce3788[rn];}function Pn(_0xd5cb02){const _0x33e77e=_0xf1d127;for(let _0x2135f8 of an[_0x33e77e(0x611)]())if(Fn(_0x2135f8,_0xd5cb02))return!0x0;return!0x1;}function Fn(_0xf15a46,_0x3af3c7){const _0x2133f4=_0xf1d127;let {left:_0x42e49c,top:_0x3f4ac4,width:_0x161cd9,height:_0x177a79}=_0xf15a46;return!Number[_0x2133f4(0x612)](_0x42e49c)||!Number[_0x2133f4(0x612)](_0x3f4ac4)||!Number['isFinite'](_0x161cd9)||!Number['isFinite'](_0x177a79)||(_0x161cd9==null?0x0:_0x161cd9)<=0x0||(_0x177a79==null?0x0:_0x177a79)<=0x0?!0x1:_0x3af3c7[_0x2133f4(0x182)]>=_0x42e49c&&_0x3af3c7[_0x2133f4(0x182)]<=_0x42e49c+_0x161cd9&&_0x3af3c7[_0x2133f4(0x436)]>=_0x3f4ac4&&_0x3af3c7[_0x2133f4(0x436)]<=_0x3f4ac4+_0x177a79;}function In(_0x53ce36){const _0x52a042=_0xf1d127;if(!_0x53ce36||typeof _0x53ce36!=_0x52a042(0x16e))return;let _0x53c52e=_0x53ce36;if(!(_0x53c52e[_0x52a042(0x2f9)]!==0x1||!_0x53c52e[_0x52a042(0x5b8)]||!_0x53c52e[_0x52a042(0x173)]))return _0x53c52e;}function Ln(_0x1ca712){const _0x4dd2a0=_0xf1d127;var _0x36cfcb,_0x40670f;let _0x43145f=((_0x36cfcb=_0x1ca712[_0x4dd2a0(0x3a6)])==null?void 0x0:_0x36cfcb[_0x4dd2a0(0x3b0)])||void 0x0;if(_0x43145f&&typeof _0x43145f=='object'&&_0x43145f['layout'])return _0x43145f[_0x4dd2a0(0x42c)];let _0x3186d2=((_0x40670f=_0x1ca712['sourceMeta'])==null?void 0x0:_0x40670f[_0x4dd2a0(0x6aa)])||void 0x0;return _0x3186d2&&typeof _0x3186d2=='object'&&_0x3186d2[_0x4dd2a0(0x525)]?'tab-peer':void 0x0;}function Rn(_0x4dafe2,_0x87c15){const _0x22d74e=_0xf1d127;var _0x8ebd1e;let _0x27f8bb=(_0x8ebd1e=rr(_0x87c15,_0x4dafe2[_0x22d74e(0x182)],_0x4dafe2[_0x22d74e(0x436)]))==null?_0x87c15:_0x8ebd1e;if(_0x27f8bb===_0x87c15&&!_0x87c15[_0x22d74e(0x596)](_0x27f8bb))return!0x1;let _0x2b4622=er(_0x4dafe2,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x4dafe2[_0x22d74e(0x182)],'clientY':_0x4dafe2[_0x22d74e(0x436)],'ctrlKey':_0x4dafe2[_0x22d74e(0x70a)],'deltaMode':_0x4dafe2[_0x22d74e(0x2b4)],'deltaX':_0x4dafe2['deltaX'],'deltaY':_0x4dafe2[_0x22d74e(0x2b8)],'deltaZ':_0x4dafe2[_0x22d74e(0x1f7)],'metaKey':_0x4dafe2['metaKey'],'shiftKey':_0x4dafe2[_0x22d74e(0x32b)]});return _0x27f8bb[_0x22d74e(0x4d1)](_0x2b4622),_0x2b4622['defaultPrevented'];}function zn(_0x5ab843,_0x13e667){const _0x393797=_0xf1d127;var _0x18845d;let _0xbf920a=or((_0x18845d=rr(_0x13e667,_0x5ab843[_0x393797(0x182)],_0x5ab843[_0x393797(0x436)]))==null?_0x13e667:_0x18845d,_0x13e667,_0x5ab843);return _0xbf920a?sr(_0x5ab843,_0xbf920a):!0x1;}function Bn(_0x3b777f,_0x6616d8){const _0x2e450b=_0xf1d127;let _0x56cbed=Kn(_0x3b777f);if(!_0x56cbed)return $n(_0x3b777f[_0x2e450b(0x5c1)][_0x2e450b(0x3e8)],_0x3b777f,_0x6616d8);if(!Qn(_0x56cbed))return $n(_0x56cbed,_0x3b777f,_0x6616d8);let _0x209c85=_0x56cbed['scrollTop'];return _0x56cbed['scrollTop']+=_0x6616d8[_0x2e450b(0x2b8)],_0x56cbed[_0x2e450b(0x6ad)]!==_0x209c85;}function Vn(_0x5cf22b,_0x4c3633,_0x56c9aa){const _0x391a7f=_0xf1d127;var _0x4e6bc9;return _0x56c9aa||((_0x4e6bc9=_0x5cf22b[_0x391a7f(0x4da)][_0x391a7f(0x3a6)])==null?void 0x0:_0x4e6bc9[_0x391a7f(0x4fc)])===_0x391a7f(0x5ff)?Gn(_0x4c3633):Kt(_0x5cf22b['layout'],_0x4c3633);}function Hn(_0xf4277,_0x10a452){return yn(_0xf4277)&&Wn(_0x10a452);}function Un(_0x3da7ff){const _0x37b58a=_0xf1d127;return _0x3da7ff['deltaX']||(_0x3da7ff[_0x37b58a(0x32b)]?_0x3da7ff[_0x37b58a(0x2b8)]:0x0);}function Wn(_0x4eb28f){const _0x52d535=_0xf1d127;if(_0x4eb28f[_0x52d535(0x70a)]||_0x4eb28f[_0x52d535(0x402)])return!0x1;let _0x380100=Un(_0x4eb28f),_0x5d3168=_0x4eb28f[_0x52d535(0x32b)]?0x0:_0x4eb28f['deltaY'];return Math[_0x52d535(0x6d1)](_0x380100)>Math[_0x52d535(0x6d1)](_0x5d3168);}function Gn(_0x35c988){const _0x1209ca=_0xf1d127;return _0x35c988[_0x1209ca(0x32b)]||_0x35c988[_0x1209ca(0x70a)]||_0x35c988[_0x1209ca(0x402)]?!0x1:Math[_0x1209ca(0x6d1)](_0x35c988[_0x1209ca(0x2b8)])>Math[_0x1209ca(0x6d1)](_0x35c988[_0x1209ca(0x683)]);}function Kn(_0x4fcdca){const _0x284212=_0xf1d127;let _0xcf0cae=_0x4fcdca[_0x284212(0x515)];for(;_0xcf0cae&&_0xcf0cae!==document[_0x284212(0x3e8)]&&_0xcf0cae!==document[_0x284212(0x146)];){if(_0xcf0cae[_0x284212(0x420)]>_0xcf0cae[_0x284212(0x496)]&&Zn(_0xcf0cae))return _0xcf0cae;_0xcf0cae=_0xcf0cae[_0x284212(0x515)];}return null;}function qn(_0x2a30ca,_0x1d29c1){const _0x52caac=_0xf1d127;let _0x531308=_0x2a30ca[_0x52caac(0x763)](_0x52caac(0x338)),_0x982dac=_0x531308?window['getComputedStyle'](_0x531308):void 0x0,_0x58413e=Xn(_0x982dac==null?void 0x0:_0x982dac['getPropertyValue']('--univer-embed-docs-block-content-height'));return Math[_0x52caac(0x62f)](0x1,_0x58413e==null?_0x1d29c1:_0x58413e);}function Jn(_0x11a346,_0x27dfae){const _0x33228f=_0xf1d127;var _0x237cc1,_0x1c9755;let _0x1bd2e0=_0x11a346[_0x33228f(0x763)](_0x33228f(0x338)),_0x482071=_0x1bd2e0?window[_0x33228f(0x547)](_0x1bd2e0):void 0x0,_0x183882=Xn(_0x482071==null?void 0x0:_0x482071[_0x33228f(0x6a7)](_0x33228f(0x255))),_0x462768=(_0x237cc1=_0x11a346[_0x33228f(0x673)](_0x33228f(0x3fa)))==null?void 0x0:_0x237cc1[_0x33228f(0x539)]()[_0x33228f(0x3d5)];return Math[_0x33228f(0x62f)](0x1,(_0x1c9755=_0x183882==null?Yn(_0x462768):_0x183882)==null?_0x27dfae:_0x1c9755);}function Yn(_0x29d1ff){const _0x53097d=_0xf1d127;return typeof _0x29d1ff=='number'&&Number[_0x53097d(0x612)](_0x29d1ff)&&_0x29d1ff>0x0?_0x29d1ff:void 0x0;}function Xn(_0x5c5bae){const _0x16e4f8=_0xf1d127;if(!_0x5c5bae)return;let _0x5024ed=Number[_0x16e4f8(0x70d)](_0x5c5bae);return Number[_0x16e4f8(0x612)](_0x5024ed)&&_0x5024ed>0x0?_0x5024ed:void 0x0;}function Zn(_0x2ad683){const _0x3dd395=_0xf1d127;let _0x150f2d=window['getComputedStyle'](_0x2ad683);return _0x150f2d[_0x3dd395(0x75c)]===_0x3dd395(0x67d)||_0x150f2d['overflow']===_0x3dd395(0x575)||_0x150f2d['overflow']===_0x3dd395(0x606)||_0x150f2d[_0x3dd395(0x562)]===_0x3dd395(0x67d)||_0x150f2d['overflowY']===_0x3dd395(0x575)||_0x150f2d['overflowY']==='hidden';}function Qn(_0x20eacf){const _0x244c9c=_0xf1d127;let _0xdb4c3f=window['getComputedStyle'](_0x20eacf);return _0xdb4c3f[_0x244c9c(0x75c)]===_0x244c9c(0x67d)||_0xdb4c3f[_0x244c9c(0x75c)]===_0x244c9c(0x575)||_0xdb4c3f[_0x244c9c(0x562)]===_0x244c9c(0x67d)||_0xdb4c3f['overflowY']===_0x244c9c(0x575);}function $n(_0x4bb0fd,_0x1df9cc,_0x271999){const _0x575e67=_0xf1d127;let _0x47d13e=Array[_0x575e67(0x433)](_0x4bb0fd[_0x575e67(0x548)](_0x575e67(0x748)))[_0x575e67(0x27e)](_0x323131=>!_0x1df9cc['contains'](_0x323131));if(!_0x47d13e)return!0x1;let _0x3bab04=tr(_0x47d13e,_0x1df9cc,_0x271999);return _0x47d13e[_0x575e67(0x4d1)](er(_0x271999,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x3bab04[_0x575e67(0x182)],'clientY':_0x3bab04['clientY'],'ctrlKey':_0x271999['ctrlKey'],'deltaMode':_0x271999[_0x575e67(0x2b4)],'deltaX':_0x271999[_0x575e67(0x683)],'deltaY':_0x271999[_0x575e67(0x2b8)],'deltaZ':_0x271999[_0x575e67(0x1f7)],'metaKey':_0x271999['metaKey'],'shiftKey':_0x271999[_0x575e67(0x32b)]})),!0x0;}function er(_0x51d06b,_0x27ed8c){const _0x85493a=_0xf1d127;let _0x22f8ec=new WheelEvent(_0x85493a(0x3bc),_0x27ed8c);return Object[_0x85493a(0x6ed)](_0x22f8ec,nn,{'configurable':!0x0,'value':_0x51d06b}),_0x22f8ec;}function tr(_0x5da223,_0x16386f,_0x54d755){const _0x23df93=_0xf1d127;var _0x12c95a;if(!ar(_0x16386f,_0x54d755[_0x23df93(0x182)],_0x54d755[_0x23df93(0x436)]))return{'clientX':_0x54d755[_0x23df93(0x182)],'clientY':_0x54d755[_0x23df93(0x436)]};let _0x4a3e10=_0x5da223[_0x23df93(0x539)](),_0x291282=Math[_0x23df93(0x48c)](0x18,Math[_0x23df93(0x62f)](0x4,Math[_0x23df93(0x48c)](_0x4a3e10[_0x23df93(0x58b)],_0x4a3e10[_0x23df93(0x3d5)])/0x8)),_0x33009e=[{'clientX':_0x4a3e10[_0x23df93(0x356)]+_0x291282,'clientY':_0x4a3e10[_0x23df93(0x3c9)]+_0x291282},{'clientX':_0x4a3e10['right']-_0x291282,'clientY':_0x4a3e10[_0x23df93(0x3c9)]+_0x291282},{'clientX':_0x4a3e10['left']+_0x291282,'clientY':_0x4a3e10[_0x23df93(0x38a)]-_0x291282},{'clientX':_0x4a3e10[_0x23df93(0x437)]-_0x291282,'clientY':_0x4a3e10[_0x23df93(0x38a)]-_0x291282},{'clientX':_0x4a3e10['left']+_0x4a3e10['width']/0x2,'clientY':_0x4a3e10['top']+_0x4a3e10[_0x23df93(0x3d5)]/0x2}];return(_0x12c95a=_0x33009e[_0x23df93(0x27e)](_0x22f40d=>!ar(_0x16386f,_0x22f40d[_0x23df93(0x182)],_0x22f40d[_0x23df93(0x436)])))==null?_0x33009e[0x0]:_0x12c95a;}function nr(_0x9b7e03,_0x2ab0f5,_0x9b2b58){const _0x5854ac=_0xf1d127;return Math[_0x5854ac(0x62f)](_0x2ab0f5,Math[_0x5854ac(0x48c)](_0x9b2b58,_0x9b7e03));}function rr(_0x2d0fb7,_0x115f92,_0x5b17bf){if(!ar(_0x2d0fb7,_0x115f92,_0x5b17bf))return null;let _0x245d37=ir(_0x2d0fb7,_0x115f92,_0x5b17bf);if(_0x245d37)return _0x245d37;let _0x342102=_0x2d0fb7,_0x3c939a=_0x185534=>{const _0x21261c=_0x481e;let _0x45e8fc=Array[_0x21261c(0x433)](_0x185534[_0x21261c(0x6c0)]);for(let _0x240386=_0x45e8fc[_0x21261c(0x65c)]-0x1;_0x240386>=0x0;_0x240386--){let _0x24bd5f=_0x45e8fc[_0x240386];if(!(!(_0x24bd5f instanceof HTMLElement)||!ar(_0x24bd5f,_0x115f92,_0x5b17bf))){_0x342102=_0x24bd5f,_0x3c939a(_0x24bd5f);return;}}};return _0x3c939a(_0x2d0fb7),_0x342102;}function ir(_0x148e40,_0x293b5d,_0x2c081f){const _0x31f134=_0xf1d127;let _0x440cb7=_0x148e40['ownerDocument'][_0x31f134(0x6d3)];if(typeof _0x440cb7!=_0x31f134(0x439))return null;let _0x2142a6=_0x440cb7[_0x31f134(0x511)](_0x148e40[_0x31f134(0x5c1)],_0x293b5d,_0x2c081f)[_0x31f134(0x27e)](_0x54eef2=>_0x54eef2 instanceof HTMLElement&&_0x148e40[_0x31f134(0x596)](_0x54eef2));return _0x2142a6==null?null:_0x2142a6;}function ar(_0xb5095,_0x4e6940,_0x59b7f5){const _0x4fd1f5=_0xf1d127;let _0x59b6f7=_0xb5095[_0x4fd1f5(0x539)]();return _0x4e6940>=_0x59b6f7[_0x4fd1f5(0x356)]&&_0x4e6940<=_0x59b6f7[_0x4fd1f5(0x437)]&&_0x59b7f5>=_0x59b6f7['top']&&_0x59b7f5<=_0x59b6f7[_0x4fd1f5(0x38a)];}function or(_0x47af20,_0x198e4f,_0x126f70){const _0x514753=_0xf1d127;let _0xd65099=_0x126f70[_0x514753(0x683)]||(_0x126f70[_0x514753(0x32b)]?_0x126f70[_0x514753(0x2b8)]:0x0),_0x3c14f4=_0x126f70[_0x514753(0x32b)]?0x0:_0x126f70[_0x514753(0x2b8)],_0x46d8a7=_0x47af20;for(;_0x46d8a7&&_0x198e4f[_0x514753(0x596)](_0x46d8a7);){if(vr(_0x46d8a7,_0xd65099,_0x3c14f4))return _0x46d8a7;_0x46d8a7=_0x46d8a7[_0x514753(0x515)];}return vr(_0x198e4f,_0xd65099,_0x3c14f4)?_0x198e4f:null;}function sr(_0x17cfbd,_0x232266){const _0x19f429=_0xf1d127;let _0x42b5a2=_0x17cfbd['deltaX']||(_0x17cfbd[_0x19f429(0x32b)]?_0x17cfbd[_0x19f429(0x2b8)]:0x0),_0x489dc5=_0x17cfbd[_0x19f429(0x32b)]?0x0:_0x17cfbd[_0x19f429(0x2b8)],_0x3e1d31=_0x232266[_0x19f429(0x497)],_0x58f6cf=_0x232266['scrollTop'];return _0x42b5a2&&(_0x232266[_0x19f429(0x497)]+=_0x42b5a2),_0x489dc5&&(_0x232266[_0x19f429(0x6ad)]+=_0x489dc5),_0x232266[_0x19f429(0x497)]!==_0x3e1d31||_0x232266[_0x19f429(0x6ad)]!==_0x58f6cf;}function cr(..._0x57fb0b){const _0x3ddc0c=_0xf1d127;return _0x57fb0b[_0x3ddc0c(0x70c)](_0x5b9632=>!!_0x5b9632&&_0x5b9632[_0x3ddc0c(0x46b)]);}function lr(_0x300e4b,_0x19b864){const _0x14b1a6=_0xf1d127;if(_0x19b864 instanceof HTMLCanvasElement&&_0x300e4b[_0x14b1a6(0x68f)](_0x25834d=>_0x25834d[_0x14b1a6(0x596)](_0x19b864)))return _0x19b864;for(let _0x2ffec0 of _0x300e4b){let _0x165bda=_0x2ffec0[_0x14b1a6(0x673)](_0x14b1a6(0x748));if(_0x165bda)return _0x165bda;}return null;}function ur(_0x17d095){const _0x597c6a=_0xf1d127;return _0x17d095!==e[_0x597c6a(0x50c)][_0x597c6a(0x200)]&&_0x17d095!==e[_0x597c6a(0x50c)][_0x597c6a(0x705)]&&_0x17d095!==e[_0x597c6a(0x50c)][_0x597c6a(0x406)];}function dr(_0x3b81f3){const _0x2a632e=_0xf1d127;let _0x54fec7=fr(_0x3b81f3);return _0x54fec7===_0x2a632e(0x4ed)||_0x54fec7===_0x2a632e(0x66d)||_0x54fec7===_0x2a632e(0x307);}function fr(_0x314e02){const _0x20e23a=_0xf1d127;var _0x18fc70;if(!(_0x314e02 instanceof HTMLElement))return;let _0x3371c6=(_0x18fc70=_0x314e02[_0x20e23a(0x763)]('[data-embed-runtime-focus-role]'))==null?void 0x0:_0x18fc70[_0x20e23a(0x47c)](q);return hr(_0x3371c6)?_0x3371c6:void 0x0;}function pr(_0x254c42){let {stage:_0x30f5e0,isOwnedChildInteraction:_0x3fe840}=_0x254c42;return _0x30f5e0==='stage2'&&_0x3fe840;}function mr(_0x565540){const _0x586cb6=_0xf1d127;return _0x565540[_0x586cb6(0x169)]<_0x565540[_0x586cb6(0x444)];}function hr(_0x350249){const _0x5c9ee6=_0xf1d127;return _0x350249===_0x5c9ee6(0x5f9)||_0x350249===_0x5c9ee6(0x6f8)||_0x350249===_0x5c9ee6(0x4ed)||_0x350249==='child-popup'||_0x350249==='floating-menu';}function gr(_0x36dbec){const _0x3883c9=_0xf1d127;return _0x36dbec['id']===_0x3883c9(0x2c0)||_0x36dbec['id'][_0x3883c9(0x747)](_0x3883c9(0x5b9))||_0x36dbec['id'][_0x3883c9(0x747)]('univer-doc-selection-container-docs-')||_0x36dbec[_0x3883c9(0x763)]('#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]')!=null;}function _r(_0x2229cf,_0x1b730f){const _0x9515d3=_0xf1d127;if(!_0x2229cf||_0x1b730f[_0x9515d3(0x65c)]===0x0)return;let _0x4d5242=_0x1b730f[0x0][_0x9515d3(0x5c1)][_0x9515d3(0x4ba)];_0x4d5242 instanceof HTMLElement&&(_0x1b730f[_0x9515d3(0x68f)](_0x2eb293=>_0x2eb293[_0x9515d3(0x596)](_0x4d5242))||_0x4d5242[_0x9515d3(0x763)](_0x9515d3(0x276)+_0x2229cf+'\x22]')!=null)&&_0x4d5242[_0x9515d3(0x662)]();}function vr(_0x18c904,_0x32b809,_0x5e68ea){const _0x33a3e5=_0xf1d127;let _0x389554=_0x32b809!==0x0&&_0x18c904[_0x33a3e5(0x4cc)]>_0x18c904['clientWidth']&&(_0x32b809<0x0?_0x18c904['scrollLeft']>0x0:_0x18c904[_0x33a3e5(0x497)]+_0x18c904[_0x33a3e5(0x151)]<_0x18c904[_0x33a3e5(0x4cc)]),_0x20a6b3=_0x5e68ea!==0x0&&_0x18c904[_0x33a3e5(0x420)]>_0x18c904[_0x33a3e5(0x496)]&&(_0x5e68ea<0x0?_0x18c904[_0x33a3e5(0x6ad)]>0x0:_0x18c904[_0x33a3e5(0x6ad)]+_0x18c904['clientHeight']<_0x18c904['scrollHeight']);return _0x389554||_0x20a6b3;}function Z(_0x407deb){const _0x56939d=_0xf1d127;let {injector:_0x3ac2c1,children:_0x1cf3af,mountContainer:_0x3b56ef,embedId:_0x2d1253}=_0x407deb;return(0x0,o[_0x56939d(0x1ab)])((0x0,i[_0x56939d(0x296)])(()=>(0x0,r[_0x56939d(0x425)])(yr,_0x3ac2c1),[_0x3ac2c1]),{'injector':_0x3ac2c1,'mountContainer':_0x3b56ef,'embedId':_0x2d1253,'children':_0x1cf3af});}function yr(_0x336bf2){const _0x5e44f6=_0xf1d127;let {injector:_0xaacc9d,children:_0x22a4cd,mountContainer:_0x5ddd25,embedId:_0x2285db}=_0x336bf2,_0x2b465c=(0x0,r[_0x5e44f6(0x667)])(e[_0x5e44f6(0x237)]),_0x338020=(0x0,i[_0x5e44f6(0x296)])(()=>_0xaacc9d[_0x5e44f6(0x75f)](e[_0x5e44f6(0x2ff)])?_0xaacc9d['get'](e[_0x5e44f6(0x2ff)]):void 0x0,[_0xaacc9d]),[_0xc38994,_0x250462]=(0x0,i['useState'])(_0x2b465c['getLocales']()),[_0x1beb2a,_0x56a7fb]=(0x0,i[_0x5e44f6(0x604)])(_0x2b465c['getDirection']()),_0x38fb15=br(_0x338020),_0x1f03bc=(0x0,i['useMemo'])(()=>_0x5ddd25!==void 0x0||typeof document>'u'?null:document[_0x5e44f6(0x5c9)](_0x5e44f6(0x61c)),[_0x5ddd25]),_0x10eb9f=_0x5ddd25===void 0x0?_0x1f03bc:_0x5ddd25;return(0x0,i[_0x5e44f6(0x196)])(()=>{const _0x2e4800=_0x5e44f6;if(_0x1f03bc)return document[_0x2e4800(0x3e8)][_0x2e4800(0x694)](_0x1f03bc),()=>{const _0x29c27f=_0x2e4800;document[_0x29c27f(0x3e8)]['removeChild'](_0x1f03bc);};},[_0x1f03bc]),(0x0,i['useEffect'])(()=>{const _0xc696d0=_0x5e44f6;let _0x5bd383=[_0x2b465c[_0xc696d0(0x720)][_0xc696d0(0x2e4)](()=>{const _0x3fcd8f=_0xc696d0;_0x250462(_0x2b465c[_0x3fcd8f(0x194)]());}),_0x2b465c[_0xc696d0(0x721)]['subscribe'](()=>{const _0x12201d=_0xc696d0;_0x56a7fb(_0x2b465c[_0x12201d(0x227)]());})];return()=>{const _0x5b7e0e=_0xc696d0;_0x5bd383[_0x5b7e0e(0x4d6)](_0x313897=>_0x313897['unsubscribe']());};},[_0x2b465c]),(0x0,i[_0x5e44f6(0x196)])(()=>{const _0x269253=_0x5e44f6;let _0x3ec01d=_0x10eb9f;_0x3ec01d&&_0x3ec01d[_0x269253(0x693)](_0x269253(0x71a),_0x1beb2a);},[_0x1beb2a,_0x10eb9f]),(0x0,i[_0x5e44f6(0x196)])(()=>{const _0x30188a=_0x5e44f6;let _0x30ce07=_0x10eb9f;if(!_0x30ce07||!_0x2285db)return;let _0x1bdb6e=_0x30ce07['getAttribute'](G);return _0x30ce07[_0x30188a(0x693)](G,_0x2285db),()=>{const _0xc34412=_0x30188a;if(_0x1bdb6e==null){_0x30ce07[_0xc34412(0x535)](G);return;}_0x30ce07[_0xc34412(0x693)](G,_0x1bdb6e);};},[_0x2285db,_0x10eb9f]),(0x0,o[_0x5e44f6(0x1ab)])(s[_0x5e44f6(0x473)],{'locale':_0xc38994==null?void 0x0:_0xc38994['design'],'direction':_0x1beb2a,'mountContainer':_0x10eb9f,'children':(0x0,o[_0x5e44f6(0x1ab)])(_0x5e44f6(0x61c),{'className':(0x0,s[_0x5e44f6(0x5f7)])(_0x5e44f6(0x30c),{'univer-dark':_0x38fb15}),'data-embed-runtime-provider':'true','children':_0x22a4cd})});}function br(_0x5262df){return(0x0,i['useSyncExternalStore'])(_0x40242d=>{const _0x5a5f50=_0x481e;if(!_0x5262df)return()=>{};let _0x2723ec=_0x5262df['darkMode$']['subscribe'](()=>_0x40242d());return()=>_0x2723ec[_0x5a5f50(0x3c6)]();},()=>{const _0x36c3cf=_0x481e;var _0x38cc12;return(_0x38cc12=_0x5262df==null?void 0x0:_0x5262df[_0x36c3cf(0x50d)])==null?!0x1:_0x38cc12;},()=>!0x1);}const xr=_0xf1d127(0x2ae),Sr={};var Cr=_0xf1d127(0x4a6),wr=_0xf1d127(0x6cb);const Tr=new WeakMap(),Er=new WeakMap(),Dr=new WeakMap();function Or(_0x11fc20){const _0x20ec49=_0xf1d127;let _0x6d3cfa=Tr[_0x20ec49(0x1f9)](_0x11fc20);if(_0x6d3cfa){var _0x52891d;return Dr[_0x20ec49(0x5a3)](_0x6d3cfa,((_0x52891d=Dr[_0x20ec49(0x1f9)](_0x6d3cfa))==null?0x0:_0x52891d)+0x1),_0x6d3cfa;}let _0x23e9d2={'render':_0x3ea941=>(0x0,s[_0x20ec49(0x642)])(_0x3ea941,_0x11fc20)};return Tr[_0x20ec49(0x5a3)](_0x11fc20,_0x23e9d2),Er[_0x20ec49(0x5a3)](_0x23e9d2,_0x11fc20),Dr[_0x20ec49(0x5a3)](_0x23e9d2,0x0),_0x23e9d2;}function kr(_0xc68699){const _0x1fa729=_0xf1d127;var _0x6eb71b;let _0x5699af=Er[_0x1fa729(0x1f9)](_0xc68699),_0x32493d=(_0x6eb71b=Dr[_0x1fa729(0x1f9)](_0xc68699))==null?0x0:_0x6eb71b;globalThis[_0x1fa729(0x4ce)](()=>{const _0x6a56a3=_0x1fa729;var _0x5a0ef5;_0x5699af&&Tr[_0x6a56a3(0x1f9)](_0x5699af)!==_0xc68699||((_0x5a0ef5=Dr[_0x6a56a3(0x1f9)](_0xc68699))==null?0x0:_0x5a0ef5)===_0x32493d&&(_0x5699af&&(Tr[_0x6a56a3(0x1f6)](_0x5699af),Er['delete'](_0xc68699)),Dr[_0x6a56a3(0x1f6)](_0xc68699),_0x5699af&&(0x0,s[_0x6a56a3(0x272)])(_0x5699af));},0x0);}function Ar(_0x1e1ac9){const _0x405761=_0xf1d127;let {container:_0x1b24b4,portalContainer:_0x2558d7,injector:_0x35c963,childType:_0x556435,childUnitId:_0x2365b8,embedId:_0x56a58e,menuSchema:_0x1da18a,menuTitlePrefix:_0x3a2add,activeRibbonTab:_0x597cfd,headerMenu:_0x333374=!0x1,toolbarOnly:_0x505d14,ribbonHeaderClassName:_0x258064,scopedActionServiceTokens:_0x1075c1}=_0x1e1ac9;if(_0x1da18a!=null&&typeof _0x1da18a!='object')return;let _0xd29e72=jr(_0x35c963,{'childType':_0x556435,'childUnitId':_0x2365b8,'embedId':_0x56a58e,'menuSchema':_0x1da18a,'menuTitlePrefix':_0x3a2add,'activeRibbonTab':_0x597cfd,'scopedActionServiceTokens':_0x1075c1}),_0x36d053=Or(_0x1b24b4);return _0x36d053['render']((0x0,i[_0x405761(0x5c9)])(Z,{'injector':_0xd29e72[_0x405761(0x158)],'mountContainer':_0x2558d7==null?_0x1b24b4:_0x2558d7,'embedId':_0x56a58e},(0x0,i[_0x405761(0x5c9)])(r[_0x405761(0x3bd)],{'ribbonType':_0x405761(0x64d),'headerMenu':_0x333374,'toolbarOnly':_0x505d14,'headerClassName':_0x258064}))),(0x0,e['toDisposable'])(()=>{const _0x4865e6=_0x405761;kr(_0x36d053),_0xd29e72[_0x4865e6(0x17c)][_0x4865e6(0x5f2)]();});}function jr(_0x35cfad,_0x335ccc){const _0x2aa079=_0xf1d127;let {childType:_0x1620fd,childUnitId:_0x205ac8,embedId:_0x3a9e61,menuSchema:_0x1aa988,menuTitlePrefix:_0x789771,activeRibbonTab:_0x184d48,scopedActionServiceTokens:_0x1093d7}=_0x335ccc,_0x16cfec=_0x35cfad['get'](e[_0x2aa079(0x432)]),_0x3f5bdf=Ir(_0x16cfec,_0x1620fd,_0x205ac8),_0x148efb=new Set(_0x1093d7==null?[]:_0x1093d7),_0x4b86f3=new WeakMap(),_0x49e175,_0xb743ef=Br(_0x35cfad['get'](e[_0x2aa079(0x16b)]),_0x16cfec,_0x1620fd,_0x205ac8,_0x3a9e61,()=>_0x49e175),_0x374885=_0x205ac8&&_0x35cfad['has'](e[_0x2aa079(0x58e)])?Lr(_0x35cfad[_0x2aa079(0x1f9)](e[_0x2aa079(0x58e)]),_0x1620fd):void 0x0,_0x218f7a=new Map([[e['IUniverInstanceService'],_0x3f5bdf],[e[_0x2aa079(0x16b)],_0xb743ef]]);_0x374885&&_0x218f7a[_0x2aa079(0x5a3)](e[_0x2aa079(0x58e)],_0x374885),_0x148efb[_0x2aa079(0x4d6)](_0x1bb0e9=>{const _0x4d773e=_0x2aa079;_0x205ac8&&_0x35cfad[_0x4d773e(0x75f)](_0x1bb0e9)&&_0x218f7a[_0x4d773e(0x5a3)](_0x1bb0e9,Vr(_0x35cfad[_0x4d773e(0x1f9)](_0x1bb0e9),_0x16cfec,_0x1620fd,_0x205ac8,_0x3a9e61,()=>_0x49e175,_0x4b86f3));}),_0x49e175=ot(_0x35cfad,_0x218f7a);let _0x1cd40a,_0x1a7048,_0x19d7dd={};if(_0x1aa988&&typeof _0x1aa988==_0x2aa079(0x16e)){let _0x341438=new r[(_0x2aa079(0x5cd))](_0x49e175,_0x35cfad['get'](e[_0x2aa079(0x72e)]));_0x341438[_0x2aa079(0x1d9)](Pr(_0x1aa988,_0x789771,_0x35cfad)),_0x1cd40a=_0x341438,_0x1a7048=_0x341438;}else{let _0x474334=_0x35cfad[_0x2aa079(0x1f9)](r[_0x2aa079(0x728)]),_0x320d02=_0x474334[_0x2aa079(0x4ca)];_0x1cd40a=typeof _0x320d02=='function'?_0x320d02[_0x2aa079(0x511)](_0x474334,_0x49e175):_0x474334;}let _0x1212c6=new r[(_0x2aa079(0x234))](_0x1cd40a,_0x3f5bdf);_0x19d7dd[_0x2aa079(0x487)]=_0x1212c6,_0x184d48&&_0x1212c6['setActivatedTab'](_0x184d48);let _0x2a194a=_0x789771?Mr(_0x1212c6,_0x789771,_0x35cfad):_0x1212c6;return _0x49e175[_0x2aa079(0x170)]([r[_0x2aa079(0x728)],{'useValue':_0x1cd40a}]),_0x49e175[_0x2aa079(0x170)]([r['IRibbonService'],{'useValue':_0x2a194a}]),{'injector':_0x49e175,'ribbonService':_0x2a194a,'disposable':(0x0,e[_0x2aa079(0x211)])(()=>{const _0x46ef08=_0x2aa079;var _0x5f7a67;(_0x5f7a67=_0x19d7dd[_0x46ef08(0x487)])==null||_0x5f7a67[_0x46ef08(0x5f2)](),_0x1a7048==null||_0x1a7048[_0x46ef08(0x5f2)](),_0x49e175['dispose']();})};}function Mr(_0x432bf9,_0x36895d,_0x80e350){const _0x273054=_0xf1d127;let _0x36baac;try{_0x36baac=_0x80e350[_0x273054(0x1f9)](e[_0x273054(0x237)]);}catch{_0x36baac=void 0x0;}return{'ribbon$':_0x432bf9['ribbon$'][_0x273054(0x31a)]((0x0,a[_0x273054(0x4ff)])(_0x594596=>_0x594596[_0x273054(0x4ff)](_0x319a3a=>Nr(_0x319a3a,_0x36895d,_0x36baac)))),'activatedTab$':_0x432bf9[_0x273054(0x640)],'collapsedIds$':_0x432bf9['collapsedIds$'],'fakeToolbarVisible$':_0x432bf9[_0x273054(0x672)],'setActivatedTab':_0x1509bb=>_0x432bf9['setActivatedTab'](_0x1509bb),'showContextualTab':(_0x4818de,_0x381e0d)=>_0x432bf9[_0x273054(0x619)](_0x4818de,_0x381e0d),'hideContextualTab':_0x56d06f=>_0x432bf9[_0x273054(0x4e5)](_0x56d06f),'hideAllContextualTabs':()=>_0x432bf9[_0x273054(0x507)](),'setCollapsedIds':_0x39f271=>_0x432bf9[_0x273054(0x4b3)](_0x39f271),'setFakeToolbarVisible':_0x3a9ab0=>_0x432bf9[_0x273054(0x2ab)](_0x3a9ab0)};}function Nr(_0x5c7123,_0xa2c89b,_0x162a24){const _0x18c174=_0xf1d127;var _0x1c08ea;let _0x4741e0=_0x5c7123['title']||_0x5c7123[_0x18c174(0x35b)],_0x54dafe=(_0x1c08ea=_0x162a24==null?void 0x0:_0x162a24['t'](_0x4741e0))==null?_0x4741e0:_0x1c08ea;return{..._0x5c7123,'title':_0xa2c89b+_0x18c174(0x51b)+_0x54dafe};}function Pr(_0x177eac,_0x37b5fa,_0x3d43dd){const _0x23156d=_0xf1d127;if(!_0x37b5fa||!_0x177eac||typeof _0x177eac!='object')return _0x177eac;let _0x5e2083=Fr(_0x177eac),_0x553187=_0x5e2083[r[_0x23156d(0x669)]['RIBBON']];if(!_0x553187||typeof _0x553187!=_0x23156d(0x16e))return _0x5e2083;let _0x1cffb2;try{_0x1cffb2=_0x3d43dd['get'](e['LocaleService']);}catch{_0x1cffb2=void 0x0;}return Object[_0x23156d(0x611)](_0x553187)[_0x23156d(0x4d6)](_0xd145ac=>{const _0x1fd833=_0x23156d;var _0x4ed5bf;if(!_0xd145ac||typeof _0xd145ac!='object')return;let _0xd2d52=_0xd145ac,_0x5c9744=_0xd2d52[_0x1fd833(0x239)];_0x5c9744&&(_0xd2d52[_0x1fd833(0x239)]=_0x37b5fa+_0x1fd833(0x51b)+((_0x4ed5bf=_0x1cffb2==null?void 0x0:_0x1cffb2['t'](_0x5c9744))==null?_0x5c9744:_0x4ed5bf));}),_0x5e2083;}function Fr(_0x4c0505){const _0x22a76a=_0xf1d127;return!_0x4c0505||typeof _0x4c0505!=_0x22a76a(0x16e)?_0x4c0505:Array[_0x22a76a(0x6ea)](_0x4c0505)?_0x4c0505[_0x22a76a(0x4ff)](_0x20ac6c=>Fr(_0x20ac6c)):Object[_0x22a76a(0x53a)](Object[_0x22a76a(0x34f)](_0x4c0505)['map'](([_0xcb0349,_0x3e7b1e])=>[_0xcb0349,Fr(_0x3e7b1e)]));}function Ir(_0xced4d2,_0x41cf5a,_0x5b969e){const _0x34887a=_0xf1d127;let _0x3c8a9e=()=>_0x5b969e?_0xced4d2[_0x34887a(0x485)](_0x5b969e,_0x41cf5a):null,_0x95fdf4=_0x5b969e?(0x0,a['merge'])((0x0,a['of'])(_0x5b969e),_0xced4d2[_0x34887a(0x3d3)](_0x41cf5a)[_0x34887a(0x31a)]((0x0,a[_0x34887a(0x4ff)])(()=>_0x5b969e)),_0xced4d2[_0x34887a(0x570)](_0x41cf5a)['pipe']((0x0,a[_0x34887a(0x4ff)])(()=>_0x5b969e))):_0xced4d2[_0x34887a(0x6cd)];return{'unitAdded$':_0xced4d2['unitAdded$'],'getTypeOfUnitAdded$':(..._0x1e7125)=>_0xced4d2[_0x34887a(0x3d3)](..._0x1e7125),'__addUnit':(..._0x53df04)=>_0xced4d2[_0x34887a(0x33d)](..._0x53df04),'unitDisposed$':_0xced4d2[_0x34887a(0x42a)],'getTypeOfUnitDisposed$':(..._0x8864bd)=>_0xced4d2[_0x34887a(0x570)](..._0x8864bd),'focused$':_0x95fdf4,get 'focused'(){const _0xfd58f3=_0x34887a;var _0x386025;return(_0x386025=_0x3c8a9e())==null?_0xced4d2[_0xfd58f3(0x4f0)]():_0x386025;},'focusUnit':(..._0x106a1d)=>_0xced4d2['focusUnit'](..._0x106a1d),'getFocusedUnit':()=>{var _0x3a8cf3;return(_0x3a8cf3=_0x3c8a9e())==null?_0xced4d2['getFocusedUnit']():_0x3a8cf3;},'getCurrentUnitOfType':_0x44ec5c=>_0x44ec5c===_0x41cf5a&&_0x5b969e?_0x3c8a9e():_0xced4d2[_0x34887a(0x31e)](_0x44ec5c),'setCurrentUnitForType':(..._0x391c52)=>_0xced4d2[_0x34887a(0x447)](..._0x391c52),'getCurrentTypeOfUnit$':_0x12ea4f=>_0x12ea4f!==_0x41cf5a||!_0x5b969e?_0xced4d2[_0x34887a(0x768)](_0x12ea4f):(0x0,a[_0x34887a(0x6e6)])((0x0,a['of'])(void 0x0),_0xced4d2['getTypeOfUnitAdded$'](_0x41cf5a),_0xced4d2[_0x34887a(0x570)](_0x41cf5a))[_0x34887a(0x31a)]((0x0,a[_0x34887a(0x4ff)])(()=>_0x3c8a9e())),'createUnit':(..._0x31bd42)=>_0xced4d2[_0x34887a(0x76f)](..._0x31bd42),'getUnitCreateOptions':(..._0x32c8ff)=>_0xced4d2[_0x34887a(0x2ac)](..._0x32c8ff),'disposeUnit':(..._0x164aa3)=>_0xced4d2[_0x34887a(0x581)](..._0x164aa3),'registerCtorForType':(..._0x34ab33)=>_0xced4d2['registerCtorForType'](..._0x34ab33),'changeDoc':(..._0x58d197)=>_0xced4d2[_0x34887a(0x4b8)](..._0x58d197),'getUnit':(..._0x27e5cf)=>_0xced4d2[_0x34887a(0x485)](..._0x27e5cf),'getAllUnitsForType':(..._0x4044e4)=>_0xced4d2[_0x34887a(0x3e1)](..._0x4044e4),'getUnitType':(..._0x5da0ea)=>_0xced4d2[_0x34887a(0x637)](..._0x5da0ea),'getUniverSheetInstance':(..._0x6978b1)=>_0xced4d2[_0x34887a(0x4d8)](..._0x6978b1)};}function Lr(_0x312470,_0x59697f){const _0xe10faa=_0xf1d127;return{'contextChanged$':_0x312470[_0xe10faa(0x40f)],'getContextValue':_0x5dfabd=>{const _0x3384db=_0xe10faa;let _0x3dd4b8=Rr(_0x5dfabd,_0x59697f);return _0x3dd4b8==null?_0x312470[_0x3384db(0x1c6)](_0x5dfabd):_0x3dd4b8;},'setContextValue':(_0xa1c98a,_0x132f12)=>_0x312470[_0xe10faa(0x15f)](_0xa1c98a,_0x132f12),'subscribeContextValue$':_0x5cd5fe=>{let _0x9329a2=Rr(_0x5cd5fe,_0x59697f);return _0x9329a2==null?_0x312470['subscribeContextValue$'](_0x5cd5fe):(0x0,a['of'])(_0x9329a2);}};}function Rr(_0xfc0a36,_0x552d6b){const _0xe31b35=_0xf1d127;if(_0xfc0a36===e[_0xe31b35(0x382)])return!0x0;if(_0xfc0a36===e['FOCUSING_SHEET']||_0xfc0a36===e[_0xe31b35(0x4a0)]||_0xfc0a36===e[_0xe31b35(0x44f)])return _0xfc0a36===zr(_0x552d6b);}function zr(_0x5d4d22){const _0x2f8393=_0xf1d127;if(_0x5d4d22===e[_0x2f8393(0x50c)][_0x2f8393(0x200)])return e[_0x2f8393(0x677)];if(_0x5d4d22===e['UniverInstanceType']['UNIVER_DOC'])return e[_0x2f8393(0x4a0)];if(_0x5d4d22===e[_0x2f8393(0x50c)][_0x2f8393(0x329)])return e[_0x2f8393(0x44f)];}function Br(_0x5578f3,_0x5a2100,_0x961458,_0x268271,_0x49cc6a,_0x346972){const _0xf90e29=_0xf1d127;return _0x268271?{'disposed':()=>_0x5578f3[_0xf90e29(0x722)](),'hasCommand':_0x504939=>_0x5578f3[_0xf90e29(0x35a)](_0x504939),'registerCommand':(..._0x474b3f)=>_0x5578f3['registerCommand'](..._0x474b3f),'unregisterCommand':_0x48704e=>_0x5578f3[_0xf90e29(0x76a)](_0x48704e),'registerMultipleCommand':(..._0x1d8657)=>_0x5578f3[_0xf90e29(0x716)](..._0x1d8657),'executeCommand':async(..._0x4fdba9)=>{const _0x25872e=_0xf90e29;let _0x1c10a0=_0x5a2100[_0x25872e(0x31e)](_0x961458);try{return _0x5a2100['setCurrentUnitForType'](_0x268271),await _0x5578f3[_0x25872e(0x1e2)](_0x4fdba9[0x0],_0x4fdba9[0x1],_0x4fdba9[0x2]);}finally{Gr(_0x5a2100,_0x268271,_0x1c10a0,_0x49cc6a,_0x346972);}},'syncExecuteCommand':(..._0x37c62b)=>{const _0x22182a=_0xf90e29;let _0x5429d4=_0x5a2100['getCurrentUnitOfType'](_0x961458);try{return _0x5a2100[_0x22182a(0x447)](_0x268271),_0x5578f3['syncExecuteCommand'](_0x37c62b[0x0],_0x37c62b[0x1],_0x37c62b[0x2]);}finally{Gr(_0x5a2100,_0x268271,_0x5429d4,_0x49cc6a,_0x346972);}},'onCommandExecuted':(..._0x2b2c7d)=>_0x5578f3[_0xf90e29(0x4a5)](..._0x2b2c7d),'beforeCommandExecuted':(..._0x5f301f)=>_0x5578f3[_0xf90e29(0x1e7)](..._0x5f301f),'onMutationExecutedForCollab':(..._0x370ee2)=>_0x5578f3['onMutationExecutedForCollab'](..._0x370ee2)}:_0x5578f3;}function Vr(_0x2b300e,_0x442db6,_0x395d0b,_0xa7475e,_0x3f3b14,_0x31a180,_0x23eaae){const _0x18780c=_0xf1d127;if(typeof _0x2b300e!=_0x18780c(0x16e)&&typeof _0x2b300e!=_0x18780c(0x439)||_0x2b300e==null)return _0x2b300e;let _0xb3c863=_0x2b300e,_0x8be6a2=_0x23eaae==null?void 0x0:_0x23eaae['get'](_0xb3c863);if(_0x8be6a2)return _0x8be6a2;let _0x5767bd={..._0xb3c863};return Hr(_0xb3c863,_0x5767bd,_0x442db6,_0x395d0b,_0xa7475e,_0x3f3b14,_0x31a180),_0x23eaae==null||_0x23eaae[_0x18780c(0x5a3)](_0xb3c863,_0x5767bd),_0x5767bd;}function Hr(_0x36d051,_0x31099a,_0x3a1e5b,_0x1f3756,_0x4e42e8,_0x4bbe74,_0x3666d4){const _0x41e419=_0xf1d127;let _0xa69621=_0xf8ba28=>{const _0x5ebcc8=_0x481e;if(_0xf8ba28==='constructor')return;let _0x137d6c=_0x36d051[_0xf8ba28];if(typeof _0x137d6c!=_0x5ebcc8(0x439))return;let _0x129695=_0x31099a;_0x129695[_0xf8ba28]=(..._0x5629ed)=>Ur(_0x3a1e5b,_0x1f3756,_0x4e42e8,_0x4bbe74,_0x3666d4,()=>_0x137d6c[_0x5ebcc8(0x4db)](_0x36d051,_0x5629ed));};Object['keys'](_0x36d051)[_0x41e419(0x4d6)](_0xa69621);let _0x10283a=Object['getPrototypeOf'](_0x36d051);_0x10283a&&_0x10283a!==Object['prototype']&&Object[_0x41e419(0x34c)](_0x10283a)[_0x41e419(0x4d6)](_0xa69621);}function Ur(_0x1a94fe,_0x5a3577,_0x3a8e07,_0x3ae8a1,_0x2e9853,_0x35a3e6){const _0x16846f=_0xf1d127;let _0x484e0b=_0x1a94fe[_0x16846f(0x31e)](_0x5a3577),_0x12b89c;try{_0x1a94fe[_0x16846f(0x447)](_0x3a8e07),_0x12b89c=_0x35a3e6();}catch(_0x525dc8){throw Gr(_0x1a94fe,_0x3a8e07,_0x484e0b,_0x3ae8a1,_0x2e9853),_0x525dc8;}return Wr(_0x12b89c)?_0x12b89c[_0x16846f(0x14e)](()=>{Gr(_0x1a94fe,_0x3a8e07,_0x484e0b,_0x3ae8a1,_0x2e9853);}):(Gr(_0x1a94fe,_0x3a8e07,_0x484e0b,_0x3ae8a1,_0x2e9853),_0x12b89c);}function Wr(_0x40520d){const _0xaa61dc=_0xf1d127;return!!(_0x40520d&&typeof _0x40520d[_0xaa61dc(0x14e)]=='function');}function Gr(_0x310d15,_0x3a0876,_0x37bb87,_0x59cb3a,_0x4b98dc){const _0x5b5772=_0xf1d127;if(Kr(_0x59cb3a,_0x4b98dc)){var _0xd4c266;_0x310d15[_0x5b5772(0x447)](_0x3a0876),(_0xd4c266=_0x310d15[_0x5b5772(0x71d)])==null||_0xd4c266['call'](_0x310d15,_0x3a0876);return;}_0x37bb87&&_0x310d15[_0x5b5772(0x447)](_0x37bb87[_0x5b5772(0x735)]());}function Kr(_0x137b9c,_0x44d2a6){const _0x46985a=_0xf1d127;let _0x49a1f4=_0x44d2a6==null?void 0x0:_0x44d2a6();return!_0x137b9c||!(_0x49a1f4!=null&&_0x49a1f4[_0x46985a(0x75f)](J))?!0x1:_0x49a1f4[_0x46985a(0x1f9)](J)['hasChildInteractionLease'](_0x137b9c);}const qr=new WeakMap();function _0x481e(_0x3fada9,_0x27024c){_0x3fada9=_0x3fada9-0x13d;const _0xee6a7e=_0xee6a();let _0x481edf=_0xee6a7e[_0x3fada9];return _0x481edf;}let Jr=0x0;function Yr(_0x3330c7,_0x147ef0){const _0x21d1c7=_0xf1d127;if(!_0x3330c7[_0x21d1c7(0x75f)]($r))return Zr(_0x3330c7,_0x147ef0);let _0x1f3260=_0x3330c7[_0x21d1c7(0x1f9)]($r);if(!(_0x147ef0['id']&&_0x1f3260[_0x21d1c7(0x2a6)](_0x147ef0[_0x21d1c7(0x3dc)],_0x147ef0['surface'])[_0x21d1c7(0x68f)](_0x36d577=>_0x36d577['id']===_0x147ef0['id'])))return _0x1f3260[_0x21d1c7(0x251)](_0x147ef0);}function Xr(_0x4e32f2){const _0x17a170=_0xf1d127;if(!_0x4e32f2[_0x17a170(0x75f)]($r))return;let _0x4c672f=qr[_0x17a170(0x1f9)](_0x4e32f2);_0x4c672f!=null&&_0x4c672f['size']&&([..._0x4c672f['values']()]['sort']((_0x2b427f,_0x439a27)=>_0x2b427f[_0x17a170(0x6c8)]-_0x439a27[_0x17a170(0x6c8)])[_0x17a170(0x4d6)](({contribution:_0x23c34c})=>Yr(_0x4e32f2,_0x23c34c)),qr[_0x17a170(0x1f6)](_0x4e32f2));}function Zr(_0x284337,_0x56b464){const _0xab7f87=_0xf1d127;var _0x4625fd;let _0x235874={'contribution':_0x56b464,'index':Jr++},_0x4da9c8=Qr(_0x56b464,_0x235874[_0xab7f87(0x6c8)]),_0x9e197d=_0x284337,_0x1c4877=(_0x4625fd=qr[_0xab7f87(0x1f9)](_0x9e197d))==null?new Map():_0x4625fd;return _0x1c4877['set'](_0x4da9c8,_0x235874),qr[_0xab7f87(0x5a3)](_0x9e197d,_0x1c4877),(0x0,e[_0xab7f87(0x211)])(()=>{const _0x5c507e=_0xab7f87;let _0x2689ab=qr[_0x5c507e(0x1f9)](_0x9e197d);(_0x2689ab==null?void 0x0:_0x2689ab[_0x5c507e(0x1f9)](_0x4da9c8))===_0x235874&&_0x2689ab['delete'](_0x4da9c8);});}function Qr(_0x4ffbe7,_0xc1236f){const _0x203427=_0xf1d127;let _0x32a801=ti(_0x4ffbe7);return _0x4ffbe7['id']?_0x4ffbe7['childType']+':'+_0x32a801+':'+_0x4ffbe7['id']:_0x4ffbe7[_0x203427(0x3dc)]+':'+_0x32a801+_0x203427(0x458)+_0xc1236f;}var $r=class{constructor(){const _0x58fb1e=_0xf1d127;H(this,'_contributions',new Map()),H(this,_0x58fb1e(0x2d4),0x0);}[_0xf1d127(0x251)](_0x167d9a){const _0x439e94=_0xf1d127;var _0x14ad16;let _0x113e16={'contribution':_0x167d9a,'index':this[_0x439e94(0x2d4)]++},_0x1e7025=(_0x14ad16=this[_0x439e94(0x44e)][_0x439e94(0x1f9)](_0x167d9a[_0x439e94(0x3dc)]))==null?[]:_0x14ad16;return _0x1e7025['push'](_0x113e16),_0x1e7025['sort'](ni),this[_0x439e94(0x44e)][_0x439e94(0x5a3)](_0x167d9a[_0x439e94(0x3dc)],_0x1e7025),(0x0,e[_0x439e94(0x211)])(()=>{const _0x2fb74d=_0x439e94;let _0x9a0ec0=this['_contributions'][_0x2fb74d(0x1f9)](_0x167d9a[_0x2fb74d(0x3dc)]);if(!_0x9a0ec0)return;let _0x4ae607=_0x9a0ec0['filter'](_0x39e8fa=>_0x39e8fa!==_0x113e16);_0x4ae607[_0x2fb74d(0x65c)]?this['_contributions']['set'](_0x167d9a[_0x2fb74d(0x3dc)],_0x4ae607):this[_0x2fb74d(0x44e)][_0x2fb74d(0x1f6)](_0x167d9a[_0x2fb74d(0x3dc)]);});}['get'](_0x2f8f2b){const _0x485b69=_0xf1d127;return this[_0x485b69(0x2a6)](_0x2f8f2b)[0x0];}['getAll'](_0x5418e1,_0x547556){const _0x6d7f6b=_0xf1d127;var _0xecd216;return((_0xecd216=this[_0x6d7f6b(0x44e)][_0x6d7f6b(0x1f9)](_0x5418e1))==null?[]:_0xecd216)['map'](_0x5eace4=>_0x5eace4['contribution'])[_0x6d7f6b(0x70c)](_0x3e025d=>!_0x547556||ti(_0x3e025d)===_0x547556);}[_0xf1d127(0x4f4)](_0x261957,_0x6cb109=_0xf1d127(0x14c)){const _0x36d228=_0xf1d127;let _0x5cf35f=this[_0x36d228(0x2a6)](_0x261957,_0x6cb109)['map'](_0x573d9c=>_0x573d9c[_0x36d228(0x63c)])[_0x36d228(0x70c)](_0x5ef5ca=>_0x5ef5ca&&typeof _0x5ef5ca==_0x36d228(0x16e));if(_0x5cf35f[_0x36d228(0x65c)])return ri(_0x5cf35f);}[_0xf1d127(0x419)](_0x2e7ecc){const _0x29ddc8=_0xf1d127;var _0x340f25,_0x3330b9;let _0x5eeed0=(_0x340f25=_0x2e7ecc['surface'])==null?'ribbon':_0x340f25,_0x45f083=this[_0x29ddc8(0x2a6)](_0x2e7ecc[_0x29ddc8(0x3dc)],_0x5eeed0);if(!_0x45f083[_0x29ddc8(0x65c)])return;let _0x19c08a=_0x45f083[_0x29ddc8(0x70c)](_0x16afc2=>_0x16afc2[_0x29ddc8(0x419)]);if(_0x19c08a[_0x29ddc8(0x65c)]){let _0x4d3488=_0x19c08a[_0x29ddc8(0x4ff)](_0x34a1fe=>{const _0x5aa28c=_0x29ddc8;var _0xb855d4;return(_0xb855d4=_0x34a1fe[_0x5aa28c(0x419)])==null?void 0x0:_0xb855d4[_0x5aa28c(0x511)](_0x34a1fe,{..._0x2e7ecc,'surface':_0x5eeed0,'menuSchema':_0x34a1fe['menuSchema'],'scopedActionServiceTokens':_0x34a1fe[_0x5aa28c(0x187)]});})[_0x29ddc8(0x70c)](_0x1185f2=>!!_0x1185f2);return(0x0,e['toDisposable'])(()=>{const _0x1016de=_0x29ddc8;_0x4d3488[_0x1016de(0x4d6)](_0x2456de=>_0x2456de[_0x1016de(0x5f2)]());});}let _0x36f18f=this[_0x29ddc8(0x4f4)](_0x2e7ecc[_0x29ddc8(0x3dc)],_0x5eeed0);if(_0x5eeed0===_0x29ddc8(0x14c))return(_0x3330b9=Ar({..._0x2e7ecc,'surface':_0x5eeed0,'menuSchema':_0x36f18f,'scopedActionServiceTokens':ei(_0x45f083)}))==null?void 0x0:_0x3330b9;}};function ei(_0x2c7f6c){const _0x197aa7=_0xf1d127;let _0x73721c=_0x2c7f6c[_0x197aa7(0x6fa)](_0x47427d=>{var _0xef55c;return(_0xef55c=_0x47427d['scopedActionServiceTokens'])==null?[]:_0xef55c;});return _0x73721c['length']?Array[_0x197aa7(0x433)](new Set(_0x73721c)):void 0x0;}function ti(_0x10fb20){const _0xb77519=_0xf1d127;var _0x5a278c;return(_0x5a278c=_0x10fb20[_0xb77519(0x761)])==null?_0xb77519(0x14c):_0x5a278c;}function ni(_0x1e4128,_0x3fe91f){const _0x59bd37=_0xf1d127;var _0x413368,_0x160917;return((_0x413368=_0x1e4128[_0x59bd37(0x1ef)][_0x59bd37(0x23b)])==null?_0x1e4128[_0x59bd37(0x6c8)]:_0x413368)-((_0x160917=_0x3fe91f[_0x59bd37(0x1ef)][_0x59bd37(0x23b)])==null?_0x3fe91f[_0x59bd37(0x6c8)]:_0x160917)||_0x1e4128[_0x59bd37(0x6c8)]-_0x3fe91f['index'];}function ri(_0x17097a){const _0x45f3a9=_0xf1d127;return _0x17097a[_0x45f3a9(0x2fc)]((_0x1fdbd9,_0x34189b)=>si(_0x1fdbd9,ii(_0x34189b)),{});}function ii(_0x6c19c3){const _0x4f76b0=_0xf1d127;if(!li(_0x6c19c3))return _0x6c19c3;let _0x16cb7a=new Set(Object[_0x4f76b0(0x611)](r[_0x4f76b0(0x148)])),_0x30238c=Object[_0x4f76b0(0x34f)](_0x6c19c3)[_0x4f76b0(0x70c)](([_0x2e95eb])=>_0x16cb7a[_0x4f76b0(0x75f)](_0x2e95eb)),_0x1a7082=Object['entries'](_0x6c19c3)[_0x4f76b0(0x70c)](([_0x554755])=>oi(_0x554755));if(!_0x30238c[_0x4f76b0(0x65c)]&&!_0x1a7082[_0x4f76b0(0x65c)])return _0x6c19c3;let _0x1988c1={};Object[_0x4f76b0(0x34f)](_0x6c19c3)[_0x4f76b0(0x4d6)](([_0x272dcf,_0x2b6386])=>{!_0x16cb7a['has'](_0x272dcf)&&!oi(_0x272dcf)&&(_0x1988c1[_0x272dcf]=ci(_0x2b6386));});let _0x11f73f=li(_0x1988c1[r[_0x4f76b0(0x669)][_0x4f76b0(0x418)]])?_0x1988c1[r[_0x4f76b0(0x669)][_0x4f76b0(0x418)]]:{};return _0x30238c[_0x4f76b0(0x4d6)](([_0x3b67f9,_0x394689])=>{_0x11f73f[_0x3b67f9]=_0x3b67f9 in _0x11f73f?si(_0x11f73f[_0x3b67f9],_0x394689):ci(_0x394689);}),_0x1a7082[_0x4f76b0(0x4d6)](([_0x1bb826,_0x4a9e7c])=>{let _0x54a3af=oi(_0x1bb826);if(!_0x54a3af)return;let _0x15a6e6=li(_0x11f73f[_0x54a3af])?_0x11f73f[_0x54a3af]:{};_0x15a6e6[_0x1bb826]=_0x1bb826 in _0x15a6e6?si(_0x15a6e6[_0x1bb826],_0x4a9e7c):ci(_0x4a9e7c),_0x11f73f[_0x54a3af]=_0x15a6e6;}),_0x1988c1[r[_0x4f76b0(0x669)][_0x4f76b0(0x418)]]=_0x11f73f,_0x1988c1;}const ai=[[Object[_0xf1d127(0x611)](r[_0xf1d127(0x1a2)]),r[_0xf1d127(0x148)][_0xf1d127(0x47b)]],[Object[_0xf1d127(0x611)](r[_0xf1d127(0x2a1)]),r[_0xf1d127(0x148)]['INSERT']],[Object[_0xf1d127(0x611)](r[_0xf1d127(0x602)]),r['RibbonPosition'][_0xf1d127(0x233)]],[Object[_0xf1d127(0x611)](r[_0xf1d127(0x621)]),r[_0xf1d127(0x148)][_0xf1d127(0x180)]],[Object[_0xf1d127(0x611)](r[_0xf1d127(0x17d)]),r[_0xf1d127(0x148)][_0xf1d127(0x417)]],[Object[_0xf1d127(0x611)](r[_0xf1d127(0x5dc)]),r[_0xf1d127(0x148)][_0xf1d127(0x1db)]]];function oi(_0x319779){const _0xdc7396=_0xf1d127;var _0x5b348f;return(_0x5b348f=ai['find'](([_0x4e5008])=>_0x4e5008[_0xdc7396(0x3d4)](_0x319779)))==null?void 0x0:_0x5b348f[0x1];}function si(_0x34176f,_0x3b2f8e){const _0x5ef6f2=_0xf1d127;if(!li(_0x34176f)||!li(_0x3b2f8e))return ci(_0x3b2f8e);let _0x375f9f={..._0x34176f};return Object[_0x5ef6f2(0x34f)](_0x3b2f8e)[_0x5ef6f2(0x4d6)](([_0x231262,_0x55da86])=>{_0x375f9f[_0x231262]=_0x231262 in _0x375f9f?si(_0x375f9f[_0x231262],_0x55da86):ci(_0x55da86);}),_0x375f9f;}function ci(_0x19c74d){const _0xdcc3f0=_0xf1d127;return Array[_0xdcc3f0(0x6ea)](_0x19c74d)?_0x19c74d[_0xdcc3f0(0x4ff)](_0x1e2a95=>ci(_0x1e2a95)):li(_0x19c74d)?Object[_0xdcc3f0(0x53a)](Object[_0xdcc3f0(0x34f)](_0x19c74d)[_0xdcc3f0(0x4ff)](([_0x335698,_0x26b967])=>[_0x335698,ci(_0x26b967)])):_0x19c74d;}function li(_0x151652){const _0xcd68b4=_0xf1d127;return!!_0x151652&&typeof _0x151652==_0xcd68b4(0x16e)&&!Array[_0xcd68b4(0x6ea)](_0x151652);}function ui(){const _0x5de014=_0xf1d127;return(0x0,o[_0x5de014(0x1ab)])(di,{});}function di(){const _0x35d5de=_0xf1d127;let _0x5d80ad=(0x0,r['useDependency'])(e[_0x35d5de(0x6f6)]),_0x5f272e=(0x0,r[_0x35d5de(0x667)])(e['LocaleService']),_0x41fe56=(0x0,r['useDependency'])(Gt),_0x50170f=(0x0,r[_0x35d5de(0x667)])(Yt),_0x2987e8=(0x0,i[_0x35d5de(0x361)])(null),_0x333b99=(0x0,i['useRef'])(null),_0x44940d=(0x0,i[_0x35d5de(0x361)])(null),_0x3e6f71=(0x0,i[_0x35d5de(0x361)])(null),_0x36641d=(0x0,i['useRef'])(null),_0x523800=(0x0,i[_0x35d5de(0x361)])(null),_0x201b8e=(0x0,i[_0x35d5de(0x361)])(null),[_0x37d830,_0x10c6f3]=(0x0,i[_0x35d5de(0x604)])(()=>_0x50170f['getSession']()),[_0x4d7aef,_0x6214b7]=(0x0,i['useState'])(null);if((0x0,i['useEffect'])(()=>{const _0x734e86=_0x35d5de;let _0x3f295e=_0x50170f[_0x734e86(0x6bd)][_0x734e86(0x2e4)](_0x10c6f3);return()=>_0x3f295e[_0x734e86(0x3c6)]();},[_0x50170f]),(0x0,i[_0x35d5de(0x196)])(()=>{const _0x3c28a7=_0x35d5de;var _0x2905fd;let _0x166bbb=_0x44940d[_0x3c28a7(0x487)],_0xc20022=_0x333b99[_0x3c28a7(0x487)],_0x3a6e31=_0x3e6f71[_0x3c28a7(0x487)],_0x2d68a3=_0x36641d['current'],_0x15b47b=_0x523800[_0x3c28a7(0x487)],_0x10e1cf=_0x201b8e[_0x3c28a7(0x487)];if(!_0x37d830||!_0x166bbb||!_0xc20022||!_0x3a6e31||!_0x2d68a3||!_0x15b47b||!_0x10e1cf)return;let _0x27eabe=hi(_0x5d80ad,_0x37d830[_0x3c28a7(0x448)],_0x37d830[_0x3c28a7(0x5b8)]);if(!(_0x27eabe!=null&&_0x27eabe[_0x3c28a7(0x28d)])||_0x27eabe[_0x3c28a7(0x3dc)]==null){_0x166bbb[_0x3c28a7(0x24f)][_0x3c28a7(0x16f)]='missing-descriptor';return;}let _0x4e1443=_0x5d80ad[_0x3c28a7(0x1f9)](Ft)['get'](_0x27eabe['childType']);if(!(_0x4e1443!=null&&_0x4e1443[_0x3c28a7(0x517)][_0x3c28a7(0x3d4)](_0x37d830[_0x3c28a7(0x42c)]))){_0x166bbb[_0x3c28a7(0x24f)][_0x3c28a7(0x16f)]=_0x3c28a7(0x26a);return;}_0x166bbb[_0x3c28a7(0x24f)][_0x3c28a7(0x16f)]='mounting',_0x166bbb[_0x3c28a7(0x24f)]['embedId']=_0x27eabe[_0x3c28a7(0x5b8)],_0x166bbb[_0x3c28a7(0x24f)][_0x3c28a7(0x709)]=_0x27eabe[_0x3c28a7(0x6ee)],_0x166bbb[_0x3c28a7(0x24f)][_0x3c28a7(0x680)]=_0x27eabe[_0x3c28a7(0x173)],_0x166bbb[_0x3c28a7(0x24f)][_0x3c28a7(0x1ae)]=_0x37d830[_0x3c28a7(0x42c)],_0x166bbb[_0x3c28a7(0x24f)][_0x3c28a7(0x31c)]=String(_0x27eabe[_0x3c28a7(0x3dc)]),_0x166bbb['dataset'][_0x3c28a7(0x290)]=_0x27eabe['childUnitId'];let _0x4d838e=ye(_0x166bbb),_0x582c81=_i(_0x27eabe,_0x37d830[_0x3c28a7(0x42c)],{'viewport':_0x166bbb,'menuSlot':_0xc20022,'popupSlot':_0x3a6e31,'footerSlot':_0x10e1cf}),_0xcb3924={'descriptor':_0x27eabe,'layout':_0x37d830['layout'],'injector':_0x5d80ad,'hostElement':_0x166bbb,'container':_0x166bbb,'renderScope':_0x582c81,'hostUnitId':_0x27eabe[_0x3c28a7(0x448)],'embedId':_0x27eabe['embedId'],'childUnitId':_0x27eabe['childUnitId'],'childType':_0x27eabe[_0x3c28a7(0x3dc)]},{runtimeScope:_0x21f818,disposable:_0x3f7b08}=At(_0xcb3924,()=>{});_0x6214b7({'embedId':_0x27eabe['embedId'],'injector':_0x21f818[_0x3c28a7(0x158)],'sourceInjector':_0x5d80ad,'popupContainer':_0x21f818[_0x3c28a7(0x484)][_0x3c28a7(0x5b6)]});let _0x36b248={..._0xcb3924,'runtimeScope':_0x21f818},_0x1b6289=vi({'injector':_0x5d80ad,'descriptor':_0x27eabe,'renderScope':_0x582c81,'menuRoot':_0x2987e8['current'],'menuSlot':_0xc20022,'popupSlot':_0x3a6e31,'sidebarSlot':_0x2d68a3,'rightSidebarSlot':_0x15b47b,'footerSlot':_0x10e1cf}),_0x4f5b98=_0x5c28d1=>{const _0x41963e=_0x3c28a7;var _0x219820,_0x422f60;let _0x3f4761=(_0x5c28d1==null?void 0x0:_0x5c28d1[_0x41963e(0x336)])instanceof Element?_0x5c28d1[_0x41963e(0x336)]:null;_0x3f4761!=null&&_0x3f4761[_0x41963e(0x763)](_0x41963e(0x2b2))||((_0x219820=_0x21f818[_0x41963e(0x260)])==null||_0x219820[_0x41963e(0x447)](_0x27eabe['childUnitId']),(_0x422f60=_0x21f818[_0x41963e(0x260)])==null||_0x422f60[_0x41963e(0x71d)](_0x27eabe[_0x41963e(0x28d)]),_0x41fe56[_0x41963e(0x33a)](_0x27eabe));};_0x4f5b98(),_0x166bbb[_0x3c28a7(0x5d7)](_0x3c28a7(0x6da),_0x4f5b98,{'capture':!0x0}),_0x166bbb[_0x3c28a7(0x5d7)]('focusin',_0x4f5b98);let _0x3d82cd=(_0x2905fd=_0x4e1443[_0x3c28a7(0x25a)])==null?void 0x0:_0x2905fd['call'](_0x4e1443,_0x36b248),_0x125bc3=bi({'injector':_0x5d80ad,'descriptor':_0x27eabe,'childContext':_0x36b248,'menuContainer':_0xc20022});return _0x166bbb[_0x3c28a7(0x24f)]['embedFullscreenStatus']='mounted',()=>{_0x6214b7(null),mi(()=>{const _0x2e3059=_0x481e;_0x166bbb[_0x2e3059(0x76d)](_0x2e3059(0x6da),_0x4f5b98,{'capture':!0x0}),_0x166bbb[_0x2e3059(0x76d)](_0x2e3059(0x3ef),_0x4f5b98),_0x125bc3==null||_0x125bc3[_0x2e3059(0x5f2)](),_0x3d82cd==null||_0x3d82cd[_0x2e3059(0x5f2)](),_0x1b6289[_0x2e3059(0x5f2)](),_0x3f7b08[_0x2e3059(0x5f2)](),_0x4d838e[_0x2e3059(0x5f2)](),_0x41fe56[_0x2e3059(0x61b)](_0x27eabe),delete _0x166bbb[_0x2e3059(0x24f)]['embedFullscreenStatus'],delete _0x166bbb[_0x2e3059(0x24f)][_0x2e3059(0x5b8)],delete _0x166bbb[_0x2e3059(0x24f)]['embedHostEntry'],delete _0x166bbb['dataset']['embedHostAnchorId'],delete _0x166bbb[_0x2e3059(0x24f)][_0x2e3059(0x1ae)],delete _0x166bbb[_0x2e3059(0x24f)][_0x2e3059(0x31c)],delete _0x166bbb['dataset'][_0x2e3059(0x290)],_0x50170f[_0x2e3059(0x1a7)](_0x37d830);});};},[_0x41fe56,_0x50170f,_0x5d80ad,_0x37d830]),!_0x37d830)return null;let _0x31cf70=()=>{const _0x1069ae=_0x35d5de;_0x50170f[_0x1069ae(0x222)](_0x37d830[_0x1069ae(0x5b8)]);},_0x45986d=_0x5f272e['t']('embed-ui.fullscreen.exit');return(0x0,o[_0x35d5de(0x1f5)])(_0x35d5de(0x61c),{'className':_0x35d5de(0x506),'data-embed-fullscreen-shell':_0x35d5de(0x718),'children':[(0x0,o[_0x35d5de(0x1f5)])(_0x35d5de(0x61c),{'ref':_0x2987e8,'className':'univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-menu':_0x35d5de(0x718),'children':[(0x0,o[_0x35d5de(0x1f5)])('div',{'className':_0x35d5de(0x30e),'data-embed-fullscreen-header':_0x35d5de(0x718),'children':[(0x0,o[_0x35d5de(0x1ab)])(_0x35d5de(0x67c),{'className':_0x35d5de(0x1c3),'children':gi(_0x5d80ad,_0x37d830[_0x35d5de(0x3dc)])}),(0x0,o['jsxs'])(s[_0x35d5de(0x68b)],{'type':_0x35d5de(0x675),'size':_0x35d5de(0x6a0),'variant':'ghost','className':_0x35d5de(0x724),'data-embed-fullscreen-close':_0x35d5de(0x718),'onClick':_0x31cf70,'children':[(0x0,o['jsx'])(n[_0x35d5de(0x4ef)],{}),(0x0,o['jsx'])(_0x35d5de(0x67c),{'children':_0x45986d})]})]}),(0x0,o[_0x35d5de(0x1ab)])(_0x35d5de(0x61c),{'ref':_0x333b99,'className':_0x35d5de(0x241),'data-embed-fullscreen-menu-slot':'true','data-embed-menu-slot':_0x35d5de(0x718)})]}),(0x0,o[_0x35d5de(0x1f5)])(_0x35d5de(0x61c),{'className':_0x35d5de(0x189),'data-embed-fullscreen-body':'true','children':[(0x0,o[_0x35d5de(0x1ab)])(_0x35d5de(0x61c),{'ref':_0x36641d,'className':_0x35d5de(0x431),'data-embed-fullscreen-sidebar-slot':'true','data-embed-id':_0x37d830[_0x35d5de(0x5b8)]}),(0x0,o[_0x35d5de(0x1ab)])(_0x35d5de(0x61c),{'ref':_0x44940d,'className':_0x35d5de(0x400),'data-embed-fullscreen-viewport':_0x35d5de(0x718),'onContextMenuCapture':_0x1cc36e=>{const _0x29b9db=_0x35d5de;_0x1cc36e[_0x29b9db(0x52e)]();}}),(0x0,o[_0x35d5de(0x1ab)])(_0x35d5de(0x61c),{'ref':_0x523800,'className':_0x35d5de(0x1bf),'data-embed-fullscreen-right-sidebar-slot':_0x35d5de(0x718),'data-embed-id':_0x37d830[_0x35d5de(0x5b8)],'children':_0x4d7aef&&(0x0,o[_0x35d5de(0x1ab)])(pi,{..._0x4d7aef})})]}),(0x0,o[_0x35d5de(0x1ab)])(_0x35d5de(0x61c),{'ref':_0x201b8e,'className':_0x35d5de(0x4c0),'data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':_0x35d5de(0x718)}),(0x0,o['jsx'])(_0x35d5de(0x61c),{'ref':_0x3e6f71,'className':_0x35d5de(0x61e),'data-embed-fullscreen-popup-root':'true',[ve]:_0x35d5de(0x718),'children':_0x4d7aef&&(0x0,o[_0x35d5de(0x1ab)])(fi,{..._0x4d7aef})})]});}function fi(_0x3c8b1d){const _0x26e468=_0xf1d127;let {embedId:_0x200a02,injector:_0x19ea86,sourceInjector:_0x4ac554,popupContainer:_0x318675}=_0x3c8b1d;return(0x0,o[_0x26e468(0x1f5)])(o['Fragment'],{'children':[(0x0,o[_0x26e468(0x1f5)])(Z,{'injector':_0x19ea86,'mountContainer':_0x318675,'embedId':_0x200a02,'children':[(0x0,o[_0x26e468(0x1ab)])(r[_0x26e468(0x3db)],{}),(0x0,o[_0x26e468(0x1ab)])(r[_0x26e468(0x71b)],{})]}),(0x0,o[_0x26e468(0x1ab)])(Z,{'injector':_0x4ac554,'mountContainer':_0x318675,'embedId':_0x200a02,'children':(0x0,o[_0x26e468(0x1ab)])(r['CanvasPopup'],{})})]});}function pi(_0x39024a){const _0x776f02=_0xf1d127;let {embedId:_0x53bf93,injector:_0x1b77ff,sourceInjector:_0x324320,popupContainer:_0x7d0fcc}=_0x39024a;return(0x0,o[_0x776f02(0x1f5)])(_0x776f02(0x2dd),{'className':_0x776f02(0x212),'children':[(0x0,o[_0x776f02(0x1ab)])(Z,{'injector':_0x1b77ff,'mountContainer':_0x7d0fcc,'embedId':_0x53bf93,'children':(0x0,o[_0x776f02(0x1ab)])(r[_0x776f02(0x37e)],{})}),(0x0,o[_0x776f02(0x1ab)])(Z,{'injector':_0x324320,'mountContainer':_0x7d0fcc,'embedId':_0x53bf93,'children':(0x0,o[_0x776f02(0x1ab)])(r[_0x776f02(0x37e)],{})})]});}function mi(_0x4bdd77){const _0x2f2809=_0xf1d127;(typeof globalThis['requestAnimationFrame']==_0x2f2809(0x439)?globalThis[_0x2f2809(0x2c2)][_0x2f2809(0x33e)](globalThis):_0x37a6a6=>globalThis[_0x2f2809(0x4ce)](_0x37a6a6,0x0))(()=>_0x4bdd77());}function hi(_0x6d2dd7,_0x4d3f3a,_0x1d1f55){const _0x5b26ab=_0xf1d127;try{return _0x6d2dd7[_0x5b26ab(0x1f9)](t[_0x5b26ab(0x656)])[_0x5b26ab(0x73c)](_0x4d3f3a,_0x1d1f55);}catch{return;}}function gi(_0x374260,_0x21084f){const _0xb3a6ea=_0xf1d127;try{var _0x19b57b,_0x376079;return(_0x19b57b=(_0x376079=_0x374260[_0xb3a6ea(0x1f9)](U)[_0xb3a6ea(0x1f9)](_0x21084f))==null?void 0x0:_0x376079[_0xb3a6ea(0x483)])==null?_0xb3a6ea(0x668):_0x19b57b;}catch{return'Embed';}}function _i(_0x30254d,_0x431a3c,_0x479f42){const _0x2e1243=_0xf1d127;var _0x374851,_0x3fcb83,_0xe0d32b,_0x5d68f9;let {viewport:_0x454971,menuSlot:_0x1c7df9,popupSlot:_0x20c707}=_0x479f42;return{'hostUnitId':_0x30254d[_0x2e1243(0x448)],'hostAnchorId':_0x30254d['hostAnchorId'],'embedId':_0x30254d[_0x2e1243(0x5b8)],'childUnitId':_0x30254d['childUnitId'],'childType':_0x30254d[_0x2e1243(0x3dc)],'layout':_0x431a3c,'mode':_0x2e1243(0x622),'rootElement':_0x454971,'contentRoot':(_0x374851=V(_0x454971,_0x2e1243(0x38f)))==null?_0x454971:_0x374851,'canvasRoot':(_0x3fcb83=V(_0x454971,_0x2e1243(0x75e)))==null?_0x454971:_0x3fcb83,'overlayRoot':(_0xe0d32b=V(_0x454971,_0x2e1243(0x22e)))==null?_0x454971:_0xe0d32b,'popupRoot':(_0x5d68f9=_0x20c707==null?V(_0x454971,_0x2e1243(0x52b)):_0x20c707)==null?_0x454971:_0x5d68f9,'menuOutlet':{'container':_0x1c7df9},'active$':(0x0,a['of'])(!0x0),'fullscreen':!0x0};}function vi(_0x2b1fdb){const _0x15b22c=_0xf1d127;let {injector:_0x9ae302,descriptor:_0x331b88,renderScope:_0x19f5f4,menuRoot:_0x329815,menuSlot:_0x315fca,popupSlot:_0x2c23e1,sidebarSlot:_0x2956f3,rightSidebarSlot:_0x43b3b5,footerSlot:_0x42f9d1}=_0x2b1fdb,_0x415c85=[],_0x11ec08=_0x331b88[_0x15b22c(0x5b8)];if(_0x9ae302[_0x15b22c(0x75f)](J)){let _0x3a385c=_0x9ae302['get'](J);_0x415c85[_0x15b22c(0x76b)](_0x3a385c[_0x15b22c(0x1ce)]({'embedId':_0x11ec08,'hostUnitId':_0x331b88['hostUnitId'],'childUnitId':_0x331b88[_0x15b22c(0x28d)],'childType':_0x331b88[_0x15b22c(0x3dc)],'sessionMode':_0x15b22c(0x43c)})),_0x331b88[_0x15b22c(0x28d)]&&_0x415c85[_0x15b22c(0x76b)](_0x3a385c[_0x15b22c(0x2e6)]({'embedId':_0x11ec08,'role':_0x15b22c(0x6f8),'owner':_0x15b22c(0x4e6),'sessionMode':_0x15b22c(0x43c),'hostUnitId':_0x331b88['hostUnitId'],'childUnitId':_0x331b88[_0x15b22c(0x28d)],'childType':_0x331b88['childType']})),yi({'renderScope':_0x19f5f4,'menuRoot':_0x329815,'menuSlot':_0x315fca,'popupSlot':_0x2c23e1,'sidebarSlot':_0x2956f3,'rightSidebarSlot':_0x43b3b5,'footerSlot':_0x42f9d1})[_0x15b22c(0x4d6)](({element:_0x1b6477,role:_0x52aa43})=>{const _0x378950=_0x15b22c;_0x415c85[_0x378950(0x76b)](_0x3a385c[_0x378950(0x1d7)]({'embedId':_0x11ec08,'element':_0x1b6477,'role':_0x52aa43}));});}if(_0x9ae302[_0x15b22c(0x75f)](K)){let _0x3d3061=_0x9ae302['get'](K);yi({'renderScope':_0x19f5f4,'menuRoot':_0x329815,'menuSlot':_0x315fca,'popupSlot':_0x2c23e1,'sidebarSlot':_0x2956f3,'rightSidebarSlot':_0x43b3b5,'footerSlot':_0x42f9d1})['forEach'](({element:_0x4de5be})=>{const _0x15aaa7=_0x15b22c;_0x415c85['push'](_0x3d3061[_0x15aaa7(0x699)](_0x11ec08,_0x4de5be));}),_0x415c85[_0x15b22c(0x76b)](_0x3d3061['activatePortalScope'](_0x11ec08,_0x19f5f4[_0x15b22c(0x5c7)][_0x15b22c(0x5c1)]));}return(0x0,e[_0x15b22c(0x211)])(()=>{const _0x490b93=_0x15b22c;[..._0x415c85][_0x490b93(0x5be)]()[_0x490b93(0x4d6)](_0x4b640e=>_0x4b640e[_0x490b93(0x5f2)]());});}function yi(_0x56490f){const _0x3ed218=_0xf1d127;let {renderScope:_0x209b73,menuRoot:_0x3b7bc1,menuSlot:_0x355dd2,popupSlot:_0x29426f,sidebarSlot:_0x108e37,rightSidebarSlot:_0x272e4f,footerSlot:_0x22b4bf}=_0x56490f,_0x5ab62d=[{'element':_0x209b73['rootElement'],'role':'runtime'},{'element':_0x209b73['contentRoot'],'role':'runtime'},{'element':_0x209b73['canvasRoot'],'role':_0x3ed218(0x5f9)},{'element':_0x209b73[_0x3ed218(0x482)],'role':_0x3ed218(0x5f9)},{'element':_0x3b7bc1,'role':_0x3ed218(0x307)},{'element':_0x355dd2,'role':_0x3ed218(0x307)},{'element':_0x22b4bf,'role':_0x3ed218(0x307)},{'element':_0x108e37,'role':_0x3ed218(0x66d)},{'element':_0x272e4f,'role':'child-popup'},{'element':_0x29426f,'role':_0x3ed218(0x66d)}],_0xc88ed0=new Set();return _0x5ab62d[_0x3ed218(0x6fa)](({element:_0x18bd6a,role:_0x5d4d7c})=>!_0x18bd6a||_0xc88ed0[_0x3ed218(0x75f)](_0x18bd6a)?[]:(_0xc88ed0['add'](_0x18bd6a),[{'element':_0x18bd6a,'role':_0x5d4d7c}]));}function bi(_0x33a518){return xi(_0x33a518)||Si(_0x33a518);}function xi(_0x1f0d32){const _0x4d3409=_0xf1d127;if(!_0x1f0d32[_0x4d3409(0x158)]['has'](U)||_0x1f0d32['descriptor'][_0x4d3409(0x3dc)]==null)return;let _0x565458=_0x1f0d32[_0x4d3409(0x158)][_0x4d3409(0x1f9)](U)['get'](_0x1f0d32[_0x4d3409(0x4da)][_0x4d3409(0x3dc)]);if((_0x565458==null?void 0x0:_0x565458[_0x4d3409(0x56b)])===_0x4d3409(0x14c)){if(_0x1f0d32[_0x4d3409(0x158)]['has']($r)){let _0x30e860=_0x1f0d32['injector']['get']($r)[_0x4d3409(0x419)]({'container':_0x1f0d32[_0x4d3409(0x470)],'portalContainer':_0x1f0d32[_0x4d3409(0x332)][_0x4d3409(0x435)][_0x4d3409(0x484)][_0x4d3409(0x5b6)],'injector':_0x1f0d32['childContext'][_0x4d3409(0x435)][_0x4d3409(0x158)],'childType':_0x1f0d32[_0x4d3409(0x4da)]['childType'],'childUnitId':_0x1f0d32['descriptor'][_0x4d3409(0x28d)],'embedId':_0x1f0d32[_0x4d3409(0x4da)][_0x4d3409(0x5b8)],'surface':'ribbon','headerMenu':!0x0,'ribbonHeaderClassName':_0x4d3409(0x3f1)});if(_0x30e860)return _0x30e860;}return Ar({'container':_0x1f0d32['menuContainer'],'portalContainer':_0x1f0d32[_0x4d3409(0x332)][_0x4d3409(0x435)][_0x4d3409(0x484)][_0x4d3409(0x5b6)],'injector':_0x1f0d32[_0x4d3409(0x332)][_0x4d3409(0x435)][_0x4d3409(0x158)],'childType':_0x1f0d32[_0x4d3409(0x4da)][_0x4d3409(0x3dc)],'childUnitId':_0x1f0d32['descriptor'][_0x4d3409(0x28d)],'embedId':_0x1f0d32[_0x4d3409(0x4da)][_0x4d3409(0x5b8)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0x4d3409(0x3f1)});}}function Si(_0x5509bf){const _0xf87d31=_0xf1d127;if(!_0x5509bf[_0xf87d31(0x158)][_0xf87d31(0x75f)](X)||_0x5509bf['descriptor']['childType']==null||!_0x5509bf[_0xf87d31(0x4da)][_0xf87d31(0x28d)])return;let _0x5f0260=_0x5509bf['injector'][_0xf87d31(0x1f9)](X)[_0xf87d31(0x1f9)](_0x5509bf[_0xf87d31(0x4da)][_0xf87d31(0x500)],_0x5509bf[_0xf87d31(0x4da)][_0xf87d31(0x6ee)],_0x5509bf['descriptor'][_0xf87d31(0x3dc)]),_0x140397=_0x5f0260==null?void 0x0:_0x5f0260[_0xf87d31(0x25a)]({..._0x5509bf[_0xf87d31(0x332)],'active':{'hostUnitId':_0x5509bf[_0xf87d31(0x4da)][_0xf87d31(0x448)],'embedId':_0x5509bf[_0xf87d31(0x4da)][_0xf87d31(0x5b8)],'childUnitId':_0x5509bf[_0xf87d31(0x4da)]['childUnitId'],'stage':_0xf87d31(0x55f)}});return _0x140397?(0x0,e[_0xf87d31(0x211)])(()=>_0x140397[_0xf87d31(0x5f2)]()):void 0x0;}let Ci=class{constructor(_0x3be178,_0x14cdeb){const _0x5bf55d=_0xf1d127;this[_0x5bf55d(0x224)]=_0x3be178,this[_0x5bf55d(0x389)]=_0x14cdeb,this[_0x5bf55d(0x389)][_0x5bf55d(0x251)]({'childType':e[_0x5bf55d(0x50c)][_0x5bf55d(0x705)],'handleWheel':_0x5286df=>this['_injector'][_0x5bf55d(0x75f)](p[_0x5bf55d(0x603)])?this['_injector'][_0x5bf55d(0x1f9)](p[_0x5bf55d(0x603)])['handleWheel']({'childUnitId':_0x5286df[_0x5bf55d(0x28d)],'event':_0x5286df['event'],'source':_0x5286df['source']}):!0x1,'order':0x64});}};Ci=Ne([Y(0x0,(0x0,e[_0xf1d127(0x3ec)])(e[_0xf1d127(0x6f6)])),Y(0x1,(0x0,e[_0xf1d127(0x3ec)])(Qt))],Ci);const wi=[e[_0xf1d127(0x50c)]['UNIVER_DOC'],e[_0xf1d127(0x50c)][_0xf1d127(0x200)],e[_0xf1d127(0x50c)]['UNIVER_BASE'],e[_0xf1d127(0x50c)][_0xf1d127(0x329)]];let Ti=class extends e[_0xf1d127(0x2c1)]{constructor(_0xe14ce8,_0x529912){const _0x98c2c2=_0xf1d127;super(),this[_0x98c2c2(0x277)]=_0xe14ce8,this['_anchorModelService']=_0x529912,wi[_0x98c2c2(0x4d6)](_0x12490b=>{const _0x1cce4f=_0x98c2c2;this['disposeWithMe'](this[_0x1cce4f(0x277)][_0x1cce4f(0x570)](_0x12490b)[_0x1cce4f(0x2e4)](_0x2ee73d=>{const _0x4179b1=_0x1cce4f;this['_anchorModelService']['clearUnit'](_0x2ee73d[_0x4179b1(0x735)]());}));});}};Ti=Ne([Y(0x0,e[_0xf1d127(0x432)]),Y(0x1,(0x0,e[_0xf1d127(0x3ec)])(t[_0xf1d127(0x75a)]))],Ti);let Ei=class extends e[_0xf1d127(0x2c1)]{constructor(_0x4d8506,_0x39a4f7,_0x1afa3a,_0x2466fd){const _0x18dc6a=_0xf1d127;super(),this[_0x18dc6a(0x512)]=_0x4d8506,this[_0x18dc6a(0x4b6)]=_0x39a4f7,this[_0x18dc6a(0x759)]=_0x1afa3a,this[_0x18dc6a(0x224)]=_0x2466fd,H(this,_0x18dc6a(0x3b4),null),H(this,_0x18dc6a(0x41d),null),this[_0x18dc6a(0x2b7)]((0x0,e[_0x18dc6a(0x211)])(this[_0x18dc6a(0x512)][_0x18dc6a(0x730)][_0x18dc6a(0x2e4)](_0x175b00=>{const _0x3bc550=_0x18dc6a;var _0x364bca,_0x1e0cad,_0x1f98db;if(!_0x175b00){this[_0x3bc550(0x3b4)]?(this[_0x3bc550(0x3b4)][_0x3bc550(0x5f2)](),this[_0x3bc550(0x3b4)]=null):this[_0x3bc550(0x759)][_0x3bc550(0x58d)](),this[_0x3bc550(0x41d)]=null;return;}if(Di(this[_0x3bc550(0x41d)],_0x175b00))return;(_0x364bca=this[_0x3bc550(0x3b4)])==null||_0x364bca[_0x3bc550(0x5f2)](),this['_current']=null,this[_0x3bc550(0x41d)]=null;let _0x5c8357=this[_0x3bc550(0x4b6)][_0x3bc550(0x1f9)](_0x175b00['childType']),_0x441e76=_0x5c8357==null||(_0x1e0cad=_0x5c8357[_0x3bc550(0x6de)])==null?void 0x0:_0x1e0cad['call'](_0x5c8357,{'childType':_0x175b00[_0x3bc550(0x3dc)],'childUnitId':_0x175b00[_0x3bc550(0x28d)],'injector':this[_0x3bc550(0x224)],'embedId':_0x175b00[_0x3bc550(0x5b8)],'hostUnitId':_0x175b00['hostUnitId'],'entry':_0x175b00[_0x3bc550(0x6ee)]});if(!_0x441e76){this['_ribbonOverrideService'][_0x3bc550(0x58d)]();return;}this[_0x3bc550(0x759)][_0x3bc550(0x27a)]({'id':_0x175b00[_0x3bc550(0x5b8)],'ribbonService':_0x441e76['ribbonService'],'injector':_0x441e76[_0x3bc550(0x158)],'portalContainer':(_0x1f98db=_0x441e76['portalContainer'])==null?_0x175b00[_0x3bc550(0x1cd)]:_0x1f98db,'placeholderTitle':_0x441e76[_0x3bc550(0x52c)],'hideToolbar':_0x441e76[_0x3bc550(0x3cd)]}),this[_0x3bc550(0x41d)]=_0x175b00,this[_0x3bc550(0x3b4)]=(0x0,e[_0x3bc550(0x211)])(()=>{const _0x13336e=_0x3bc550;var _0x4bea7e;this[_0x13336e(0x759)][_0x13336e(0x58d)](_0x175b00[_0x13336e(0x5b8)]),(_0x4bea7e=_0x441e76[_0x13336e(0x17c)])==null||_0x4bea7e[_0x13336e(0x5f2)](),this[_0x13336e(0x41d)]=null;});})));}[_0xf1d127(0x5f2)](){const _0x4d4c40=_0xf1d127;var _0x216486;(_0x216486=this[_0x4d4c40(0x3b4)])==null||_0x216486[_0x4d4c40(0x5f2)](),this[_0x4d4c40(0x3b4)]=null,this[_0x4d4c40(0x41d)]=null,super[_0x4d4c40(0x5f2)]();}};Ei=Ne([Y(0x0,(0x0,e[_0xf1d127(0x3ec)])(Te)),Y(0x1,(0x0,e[_0xf1d127(0x3ec)])(U)),Y(0x2,(0x0,e[_0xf1d127(0x3ec)])(r[_0xf1d127(0x15c)])),Y(0x3,(0x0,e[_0xf1d127(0x3ec)])(e[_0xf1d127(0x6f6)]))],Ei);function Di(_0x60dfd7,_0x2a0d8d){const _0x7574e6=_0xf1d127;return _0x60dfd7!=null&&_0x60dfd7['hostUnitId']===_0x2a0d8d['hostUnitId']&&_0x60dfd7[_0x7574e6(0x5b8)]===_0x2a0d8d[_0x7574e6(0x5b8)]&&_0x60dfd7[_0x7574e6(0x28d)]===_0x2a0d8d[_0x7574e6(0x28d)]&&_0x60dfd7['childType']===_0x2a0d8d[_0x7574e6(0x3dc)]&&_0x60dfd7[_0x7574e6(0x6ee)]===_0x2a0d8d['entry']&&_0x60dfd7[_0x7574e6(0x543)]===_0x2a0d8d['reason']&&_0x60dfd7[_0x7574e6(0x1cd)]===_0x2a0d8d[_0x7574e6(0x1cd)]&&_0x60dfd7[_0x7574e6(0x59c)]===_0x2a0d8d[_0x7574e6(0x59c)]&&_0x60dfd7[_0x7574e6(0x35e)]===_0x2a0d8d['lockHostRibbon'];}function Oi(_0x567bfc){const _0xe63082=_0xf1d127;let _0x11f550=[];return[[e[_0xe63082(0x50c)]['UNIVER_DOC'],_0xe63082(0x423)],[e['UniverInstanceType'][_0xe63082(0x200)],_0xe63082(0x4c3)],[e[_0xe63082(0x50c)][_0xe63082(0x329)],_0xe63082(0x282)],[e[_0xe63082(0x50c)]['UNIVER_BASE'],'bases-ui.ribbon']]['forEach'](([_0x4f9d80,_0x244630])=>{const _0x3ada70=_0xe63082;let _0x783fae=Yr(_0x567bfc,{'childType':_0x4f9d80,'id':_0x244630});_0x783fae&&_0x11f550[_0x3ada70(0x76b)](_0x783fae);}),_0x11f550;}var ki=class{constructor(){H(this,'_providers',new Map());}[_0xf1d127(0x251)](_0x301a28){const _0x4db2bf=_0xf1d127;return this['_providers'][_0x4db2bf(0x5a3)](_0x301a28[_0x4db2bf(0x3dc)],_0x301a28),(0x0,e['toDisposable'])(()=>{const _0x5e8430=_0x4db2bf;this[_0x5e8430(0x766)][_0x5e8430(0x1f9)](_0x301a28[_0x5e8430(0x3dc)])===_0x301a28&&this[_0x5e8430(0x766)][_0x5e8430(0x1f6)](_0x301a28['childType']);});}[_0xf1d127(0x1f9)](_0x5e484c){const _0x52c14a=_0xf1d127;return this[_0x52c14a(0x766)]['get'](_0x5e484c);}[_0xf1d127(0x60e)](){const _0x16afc1=_0xf1d127;return[...this[_0x16afc1(0x766)]['values']()];}[_0xf1d127(0x341)](_0x324bdf){const _0x54bb16=_0xf1d127;var _0x561d2b;return(_0x561d2b=this[_0x54bb16(0x1f9)](_0x324bdf[_0x54bb16(0x3dc)]))==null?void 0x0:_0x561d2b['measureContentSize'](_0x324bdf);}};function Ai(_0x3be379,_0x40319d,_0x592979=Ni(_0x3be379),_0x4c9406={}){const _0x3c0ecb=_0xf1d127;var _0x1c347b,_0x51f475,_0x321bec,_0x57fff1,_0x403612;let _0x30ea90=_0x3be379[_0x3c0ecb(0x158)][_0x3c0ecb(0x1f9)](_0x40319d),_0x59dc11=(_0x1c347b=_0x4c9406[_0x3c0ecb(0x1fb)])==null?_0x4c9406[_0x3c0ecb(0x140)]===!0x1?void 0x0:(_0x51f475=(_0x321bec=_0x3be379['runtimeScope'])==null?void 0x0:_0x321bec['injector'])==null?ji(_0x3be379):_0x51f475:_0x1c347b,_0x39f93e=!_0x4c9406['scopedInjector']&&_0x59dc11!==((_0x57fff1=_0x3be379[_0x3c0ecb(0x435)])==null?void 0x0:_0x57fff1[_0x3c0ecb(0x158)]),_0x453074=Ii(_0x30ea90,_0x3be379['childUnitId'],_0x59dc11);if(!_0x453074){_0x39f93e&&(_0x59dc11==null||_0x59dc11[_0x3c0ecb(0x5f2)]());return;}_0x592979['dataset'][_0x3c0ecb(0x4eb)]=_0x3be379[_0x3c0ecb(0x28d)],_0x592979[_0x3c0ecb(0x24f)]['embedChildRenderMode']=_0x3be379[_0x3c0ecb(0x3eb)][_0x3c0ecb(0x2eb)];try{var _0x58bc64,_0x1bd290;(_0x58bc64=(_0x1bd290=_0x453074['engine'])['unmount'])==null||_0x58bc64['call'](_0x1bd290);}catch{}_0x453074[_0x3c0ecb(0x1e5)][_0x3c0ecb(0x25a)](_0x592979),Pi(_0x453074,_0x592979),Ri(_0x453074,{'activate':(_0x403612=_0x4c9406[_0x3c0ecb(0x27a)])==null?!0x0:_0x403612});let _0x43a03b=Mi(_0x453074,_0x592979,{'activate':!0x1});return(0x0,e[_0x3c0ecb(0x211)])(()=>{const _0x34c935=_0x3c0ecb;var _0x1c3137;_0x43a03b[_0x34c935(0x5f2)]();try{var _0x1116e3,_0x434829;(_0x1116e3=(_0x434829=_0x453074[_0x34c935(0x1e5)])[_0x34c935(0x272)])==null||_0x1116e3[_0x34c935(0x511)](_0x434829);}catch{}(_0x1c3137=_0x30ea90[_0x34c935(0x36d)])==null||_0x1c3137[_0x34c935(0x511)](_0x30ea90,_0x3be379[_0x34c935(0x28d)]),_0x592979[_0x34c935(0x535)](_0x34c935(0x72a)),_0x592979[_0x34c935(0x535)](_0x34c935(0x5ef)),_0x39f93e&&(_0x59dc11==null||_0x59dc11[_0x34c935(0x5f2)]());});}function ji(_0x197f74){const _0x4f89d2=_0xf1d127;if(typeof _0x197f74[_0x4f89d2(0x158)][_0x4f89d2(0x75f)]=='function'&&!(!_0x197f74[_0x4f89d2(0x158)]['has'](e[_0x4f89d2(0x432)])||!_0x197f74[_0x4f89d2(0x158)]['has'](e[_0x4f89d2(0x16b)])))return qe(_0x197f74);}function Mi(_0x2eb199,_0xc7aa40,_0x503fa4={}){const _0x51c776=_0xf1d127;if(typeof ResizeObserver>'u')return(0x0,e[_0x51c776(0x211)])(()=>{});let _0x2a94f7=-0x1,_0x12cb90=-0x1,_0x53a415=0x0,_0x12ef6b=new ResizeObserver(_0x5ca21f=>{const _0x79bb3e=_0x51c776;var _0x505078,_0x3ca09d,_0x3ece11;let _0x1e6bd5=(_0x505078=_0x5ca21f[0x0])==null?void 0x0:_0x505078[_0x79bb3e(0x167)],_0x6869e4=(_0x3ca09d=_0x1e6bd5==null?void 0x0:_0x1e6bd5['width'])==null?_0xc7aa40['clientWidth']:_0x3ca09d,_0x5b11e0=(_0x3ece11=_0x1e6bd5==null?void 0x0:_0x1e6bd5[_0x79bb3e(0x3d5)])==null?_0xc7aa40[_0x79bb3e(0x496)]:_0x3ece11;_0x6869e4===_0x2a94f7&&_0x5b11e0===_0x12cb90||(_0x2a94f7=_0x6869e4,_0x12cb90=_0x5b11e0,_0x53a415&&window[_0x79bb3e(0x3f2)](_0x53a415),_0x53a415=window[_0x79bb3e(0x2c2)](()=>{const _0x1732b2=_0x79bb3e;var _0x5c56af;_0x53a415=0x0,Ri(_0x2eb199,{'activate':(_0x5c56af=_0x503fa4[_0x1732b2(0x27a)])==null?!0x1:_0x5c56af});}));});return _0x12ef6b[_0x51c776(0x318)](_0xc7aa40),(0x0,e['toDisposable'])(()=>{const _0x5ba0ba=_0x51c776;_0x53a415&&window['cancelAnimationFrame'](_0x53a415),_0x12ef6b[_0x5ba0ba(0x441)]();});}function Ni(_0x10bf68){const _0x333c4c=_0xf1d127;var _0x3e832c,_0x75b32b,_0x3244f5;return(_0x3e832c=(_0x75b32b=(_0x3244f5=_0x10bf68['runtimeScope'][_0x333c4c(0x484)][_0x333c4c(0x748)])==null?_0x10bf68[_0x333c4c(0x3eb)][_0x333c4c(0x357)]:_0x3244f5)==null?_0x10bf68[_0x333c4c(0x3eb)][_0x333c4c(0x743)]:_0x75b32b)==null?_0x10bf68['renderScope'][_0x333c4c(0x5c7)]:_0x3e832c;}function Pi(_0xda9075,_0x32b05d){const _0x59b2e9=_0xf1d127;var _0x2091dc,_0xb2dec9,_0x5a48bc,_0x4d5b86,_0x163c2d,_0x3e09ea;let _0x4df3d0=(_0x2091dc=(_0xb2dec9=(_0x5a48bc=_0xda9075[_0x59b2e9(0x1e5)])[_0x59b2e9(0x5f3)])==null?void 0x0:_0xb2dec9[_0x59b2e9(0x511)](_0x5a48bc))==null?(_0x4d5b86=(_0x163c2d=_0xda9075['engine'])[_0x59b2e9(0x44c)])==null||(_0x4d5b86=_0x4d5b86[_0x59b2e9(0x511)](_0x163c2d))==null||(_0x3e09ea=_0x4d5b86[_0x59b2e9(0x34e)])==null?void 0x0:_0x3e09ea[_0x59b2e9(0x511)](_0x4d5b86):_0x2091dc;!_0x4df3d0||_0x4df3d0['parentElement']===_0x32b05d||_0x32b05d[_0x59b2e9(0x694)](_0x4df3d0);}function Fi(_0x5e780a,_0x589b3d,_0x21fce7){const _0x18ff88=_0xf1d127;try{let _0x584924=_0x5e780a[_0x18ff88(0x481)](_0x589b3d);if(_0x584924){var _0x530b6b;if(!_0x21fce7||Li(_0x584924)===_0x21fce7)return _0x584924;(_0x530b6b=_0x5e780a[_0x18ff88(0x36d)])==null||_0x530b6b[_0x18ff88(0x511)](_0x5e780a,_0x589b3d);}return _0x5e780a[_0x18ff88(0x4fd)](_0x589b3d,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x21fce7,'skipAutoRender':!0x0});}catch{return;}}function Ii(_0x398694,_0x33f505,_0x5d596a){const _0x274326=_0xf1d127;try{let _0x555adf=_0x398694[_0x274326(0x481)](_0x33f505);if(_0x555adf){var _0x247073;if(!_0x5d596a||Li(_0x555adf)===_0x5d596a)return _0x555adf;(_0x247073=_0x398694[_0x274326(0x36d)])==null||_0x247073[_0x274326(0x511)](_0x398694,_0x33f505);}return _0x398694['createRender'](_0x33f505,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x5d596a,'skipAutoRender':!0x0});}catch(_0x53a11e){var _0x344c41;(_0x344c41=_0x398694[_0x274326(0x36d)])==null||_0x344c41[_0x274326(0x511)](_0x398694,_0x33f505),console['warn']('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0x53a11e);return;}}function Li(_0x3143a8){const _0x12b708=_0xf1d127;try{var _0x4a12b4;return(_0x4a12b4=_0x3143a8[_0x12b708(0x519)])==null?void 0x0:_0x4a12b4['call'](_0x3143a8,e[_0x12b708(0x6f6)]);}catch{return;}}function Ri(_0x1f55f5,_0x1d1b12={}){const _0x53381e=_0xf1d127;var _0x3ecaf0,_0x440338,_0x1a43f5,_0x3a2b7d;if(_0x1d1b12['activate']){var _0x2680e3;(_0x2680e3=_0x1f55f5[_0x53381e(0x27a)])==null||_0x2680e3[_0x53381e(0x511)](_0x1f55f5);}_0x1f55f5[_0x53381e(0x1e5)][_0x53381e(0x5e1)](),_0x1f55f5[_0x53381e(0x5ac)][_0x53381e(0x4d6)](_0x5b3887=>{const _0x4572a5=_0x53381e;var _0x124bef,_0x26beba;(_0x124bef=_0x5b3887[_0x4572a5(0x757)])==null||_0x124bef[_0x4572a5(0x511)](_0x5b3887,!0x0),(_0x26beba=_0x5b3887[_0x4572a5(0x478)])==null||_0x26beba[_0x4572a5(0x511)](_0x5b3887,!0x0);}),(_0x3ecaf0=_0x1f55f5[_0x53381e(0x4d0)])==null||(_0x440338=_0x3ecaf0['makeDirty'])==null||_0x440338['call'](_0x3ecaf0,!0x0),_0x1f55f5[_0x53381e(0x407)][_0x53381e(0x478)](),(_0x1a43f5=(_0x3a2b7d=_0x1f55f5[_0x53381e(0x407)])['render'])==null||_0x1a43f5[_0x53381e(0x511)](_0x3a2b7d);}function zi(_0x240ea8,_0x43071d){const _0x1b69cc=_0xf1d127;return{'childType':_0x43071d[_0x1b69cc(0x3dc)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x158bbe=>Bi(_0x240ea8,_0x43071d[_0x1b69cc(0x1c8)],_0x158bbe)};}function Bi(_0x497322,_0x1cc578,_0x5bf243){const _0x38b574=_0xf1d127;var _0x9883f7,_0x2b9751,_0x3b18c2;if(_0x5bf243[_0x38b574(0x616)]){let _0x58591f=zt(_0x5bf243[_0x38b574(0x616)]);if(_0x58591f)return _0x58591f;}if(typeof document>'u')return;let _0x5f2f8c=document['createElement'](_0x38b574(0x61c));_0x5f2f8c[_0x38b574(0x4e4)][_0x38b574(0x62b)]=_0x38b574(0x5e6),_0x5f2f8c[_0x38b574(0x4e4)]['left']=_0x38b574(0x4cb),_0x5f2f8c[_0x38b574(0x4e4)]['top']=_0x38b574(0x4cb),_0x5f2f8c[_0x38b574(0x4e4)][_0x38b574(0x58b)]=Math[_0x38b574(0x62f)](0x1,Math[_0x38b574(0x20e)](_0x5bf243[_0x38b574(0x58b)]))+'px',_0x5f2f8c[_0x38b574(0x4e4)][_0x38b574(0x3d5)]=Math[_0x38b574(0x62f)](0x1,Math[_0x38b574(0x20e)](_0x5bf243[_0x38b574(0x3d5)]))+'px',_0x5f2f8c[_0x38b574(0x4e4)][_0x38b574(0x554)]='none',document[_0x38b574(0x3e8)][_0x38b574(0x694)](_0x5f2f8c);let _0x3dd0f4=_0x497322[_0x38b574(0x1f9)](_0x1cc578),_0x59413c=!((_0x9883f7=_0x5bf243[_0x38b574(0x616)])==null||(_0x9883f7=_0x9883f7[_0x38b574(0x435)])==null)&&_0x9883f7[_0x38b574(0x158)]?void 0x0:qe(Vi(_0x497322,_0x5bf243,_0x5f2f8c)),_0x52b8d0=(_0x2b9751=(_0x3b18c2=_0x5bf243[_0x38b574(0x616)])==null||(_0x3b18c2=_0x3b18c2['runtimeScope'])==null?void 0x0:_0x3b18c2[_0x38b574(0x158)])==null?_0x59413c:_0x2b9751,_0x26896e=Fi(_0x3dd0f4,_0x5bf243[_0x38b574(0x28d)],_0x52b8d0);if(!_0x26896e){_0x59413c==null||_0x59413c['dispose'](),_0x5f2f8c[_0x38b574(0x331)]();return;}try{var _0x421ce6,_0x2fafa6,_0x4d053a,_0x533092,_0x46ca31,_0x40d1b2;_0x26896e[_0x38b574(0x1e5)]['mount'](_0x5f2f8c),Ri(_0x26896e,{'activate':!0x1});let _0x7881db=(_0x421ce6=(_0x2fafa6=(_0x4d053a=_0x26896e[_0x38b574(0x1e5)])['getCanvasElement'])==null?void 0x0:_0x2fafa6['call'](_0x4d053a))==null?(_0x533092=(_0x46ca31=_0x26896e[_0x38b574(0x1e5)])[_0x38b574(0x44c)])==null||(_0x533092=_0x533092[_0x38b574(0x511)](_0x46ca31))==null||(_0x40d1b2=_0x533092[_0x38b574(0x34e)])==null?void 0x0:_0x40d1b2[_0x38b574(0x511)](_0x533092):_0x421ce6;return!_0x7881db||_0x7881db[_0x38b574(0x58b)]<=0x1||_0x7881db[_0x38b574(0x3d5)]<=0x1||typeof _0x7881db[_0x38b574(0x5b2)]!=_0x38b574(0x439)?void 0x0:_0x7881db['toDataURL']('image/png');}catch{return;}finally{try{var _0x2a74ef,_0x459738;(_0x2a74ef=(_0x459738=_0x26896e[_0x38b574(0x1e5)])['unmount'])==null||_0x2a74ef[_0x38b574(0x511)](_0x459738);}catch{}if(_0x59413c){var _0x342d65;(_0x342d65=_0x3dd0f4[_0x38b574(0x36d)])==null||_0x342d65[_0x38b574(0x511)](_0x3dd0f4,_0x5bf243[_0x38b574(0x28d)]),_0x59413c[_0x38b574(0x5f2)]();}_0x5f2f8c['remove']();}}function Vi(_0x105941,_0x3440f6,_0x324e61){const _0x38ccf6=_0xf1d127;let _0x20b79d=Hi(_0x3440f6),_0x4f4c5e=()=>{};return{'descriptor':_0x3440f6['descriptor'],'layout':_0x20b79d,'injector':_0x105941,'hostElement':_0x324e61,'container':_0x324e61,'hostUnitId':_0x3440f6['descriptor'][_0x38ccf6(0x448)],'embedId':_0x3440f6['descriptor']['embedId'],'childUnitId':_0x3440f6['childUnitId'],'childType':_0x3440f6[_0x38ccf6(0x3dc)],'renderScope':{'hostUnitId':_0x3440f6[_0x38ccf6(0x4da)][_0x38ccf6(0x448)],'hostAnchorId':_0x3440f6[_0x38ccf6(0x4da)][_0x38ccf6(0x173)],'embedId':_0x3440f6[_0x38ccf6(0x4da)][_0x38ccf6(0x5b8)],'childUnitId':_0x3440f6[_0x38ccf6(0x28d)],'childType':_0x3440f6[_0x38ccf6(0x3dc)],'layout':_0x20b79d,'mode':'float','rootElement':_0x324e61,'contentRoot':_0x324e61,'canvasRoot':_0x324e61,'active$':(0x0,a['of'])(!0x1)},'runtimeScope':{'descriptor':_0x3440f6['descriptor'],'host':{'unitId':_0x3440f6[_0x38ccf6(0x4da)][_0x38ccf6(0x448)],'type':_0x3440f6['descriptor'][_0x38ccf6(0x500)],'anchorId':_0x3440f6[_0x38ccf6(0x4da)][_0x38ccf6(0x173)],'entry':_0x3440f6[_0x38ccf6(0x4da)][_0x38ccf6(0x6ee)],'layout':'float'},'child':{'unitId':_0x3440f6[_0x38ccf6(0x28d)],'type':_0x3440f6[_0x38ccf6(0x3dc)]},'injector':_0x105941,'roots':{'root':_0x324e61,'content':_0x324e61,'canvas':_0x324e61,'overlay':_0x324e61,'popup':_0x324e61},'activate':_0x4f4c5e,'deactivate':_0x4f4c5e,'dispose':_0x4f4c5e}};}function Hi(_0x44e869){const _0xfd3c4a=_0xf1d127;var _0x5b8195,_0x28d5ff,_0x329b26;let _0xd9680b=(_0x5b8195=_0x44e869[_0xfd3c4a(0x4da)]['sourceMeta'])==null?void 0x0:_0x5b8195[_0xfd3c4a(0x3b0)];return _0xd9680b&&typeof _0xd9680b==_0xfd3c4a(0x16e)&&typeof _0xd9680b[_0xfd3c4a(0x42c)]==_0xfd3c4a(0x1cf)?_0xd9680b['layout']:(_0x28d5ff=(_0x329b26=_0x44e869[_0xfd3c4a(0x616)])==null?void 0x0:_0x329b26['layout'])==null?_0xfd3c4a(0x44a):_0x28d5ff;}var Ui=class{constructor(){const _0x27ee4f=_0xf1d127;H(this,_0x27ee4f(0x766),new Map());}[_0xf1d127(0x251)](_0x2d89a0){const _0x2a3980=_0xf1d127;if(this[_0x2a3980(0x766)]['has'](_0x2d89a0[_0x2a3980(0x3dc)]))throw Error(_0x2a3980(0x4af)+_0x2d89a0[_0x2a3980(0x3dc)]);this[_0x2a3980(0x766)]['set'](_0x2d89a0['childType'],_0x2d89a0);}[_0xf1d127(0x1f9)](_0x4f8c14){const _0x26ce1a=_0xf1d127;return this[_0x26ce1a(0x766)]['get'](_0x4f8c14);}[_0xf1d127(0x60e)](){const _0x475797=_0xf1d127;return[...this[_0x475797(0x766)][_0x475797(0x611)]()];}};const Wi=new WeakMap(),Gi=new WeakMap();function Ki(_0x3eb325,_0x15186a,_0x45ddeb){const _0x3b05ec=_0xf1d127;var _0x1d2c1d,_0x2f6773;if(Yi(_0x3eb325)){Ji(_0x3eb325,_0x15186a,_0x45ddeb);return;}let _0x3f03db=_0x3eb325;if((_0x1d2c1d=Gi[_0x3b05ec(0x1f9)](_0x3f03db))!=null&&_0x1d2c1d[_0x3b05ec(0x75f)](_0x15186a))return;let _0x3a678b=(_0x2f6773=Wi[_0x3b05ec(0x1f9)](_0x3f03db))==null?new Map():_0x2f6773;_0x3a678b[_0x3b05ec(0x5a3)](_0x15186a,_0x45ddeb),Wi[_0x3b05ec(0x5a3)](_0x3f03db,_0x3a678b);}function qi(_0x416f84){const _0x4633d9=_0xf1d127;if(!Yi(_0x416f84))return;let _0x2ae544=_0x416f84,_0x19bc3d=Wi[_0x4633d9(0x1f9)](_0x2ae544);_0x19bc3d!=null&&_0x19bc3d[_0x4633d9(0x230)]&&(_0x19bc3d['forEach']((_0x2b6cd8,_0x16892b)=>Ji(_0x416f84,_0x16892b,_0x2b6cd8)),Wi['delete'](_0x2ae544));}function Ji(_0x1e476b,_0x174335,_0x522066){const _0x493a25=_0xf1d127;var _0x509dde;let _0x32218c=_0x1e476b,_0x538521=(_0x509dde=Gi[_0x493a25(0x1f9)](_0x32218c))==null?new Set():_0x509dde;_0x538521[_0x493a25(0x75f)](_0x174335)||(_0x522066(_0x1e476b),_0x538521['add'](_0x174335),Gi['set'](_0x32218c,_0x538521));}function Yi(_0x2cc8d3){const _0xe534c2=_0xf1d127;return _0x2cc8d3['has'](t[_0xe534c2(0x764)])&&_0x2cc8d3['has'](It)&&_0x2cc8d3[_0xe534c2(0x75f)](Ft)&&_0x2cc8d3['has'](U)&&_0x2cc8d3[_0xe534c2(0x75f)]($r)&&_0x2cc8d3[_0xe534c2(0x75f)](X)&&_0x2cc8d3[_0xe534c2(0x75f)](qt)&&_0x2cc8d3[_0xe534c2(0x75f)](ki)&&_0x2cc8d3[_0xe534c2(0x75f)](Zt)&&_0x2cc8d3[_0xe534c2(0x75f)](Ui);}function Xi(_0x34b953){const _0x39d932=_0xf1d127;let {childType:_0xbeb2a6,productName:_0x2b7a09}=_0x34b953;return{'childType':_0xbeb2a6,'productName':_0x2b7a09,'hostChromeMode':_0x39d932(0x14c),'layoutPolicy':{'tab':t['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':t[_0x39d932(0x625)],'docFlow':t[_0x39d932(0x494)]},'createRibbonOverride':({childUnitId:_0x2877c1,embedId:_0x108cde,injector:_0x43b0ab})=>{const _0x4c9e04=_0x39d932;let _0xcc6041=jr(_0x43b0ab,{'childType':_0xbeb2a6,'childUnitId':_0x2877c1,'embedId':_0x108cde,'menuSchema':Zi(_0x43b0ab,_0xbeb2a6,_0x34b953[_0x4c9e04(0x63c)])});return{'mode':'ribbon','ribbonService':_0xcc6041[_0x4c9e04(0x35d)],'injector':_0xcc6041['injector'],'placeholderTitle':_0x2b7a09,'disposable':_0xcc6041[_0x4c9e04(0x17c)]};}};}function Zi(_0x45c45a,_0x565339,_0x4b4ab8){const _0x51e0eb=_0xf1d127;let _0x2979a0=_0x45c45a;if(typeof _0x2979a0[_0x51e0eb(0x75f)]==_0x51e0eb(0x439)&&typeof _0x2979a0[_0x51e0eb(0x1f9)]==_0x51e0eb(0x439)&&_0x2979a0[_0x51e0eb(0x75f)]($r)){let _0x483d78=_0x2979a0['get']($r)['getMergedMenuSchema'](_0x565339,_0x51e0eb(0x14c));if(_0x483d78)return _0x483d78;}return _0x4b4ab8;}function Qi(_0x64155){const _0x4b2dca=_0xf1d127;var _0xf9fa80;let _0x40dff1=$i(_0x64155);return{'childType':_0x64155['childType'],'productName':_0x64155[_0x4b2dca(0x483)],'hostChromeMode':_0x40dff1,'hostHeaderMode':(_0xf9fa80=_0x64155[_0x4b2dca(0x504)])==null?_0x4b2dca(0x315):_0xf9fa80,'layoutPolicy':{'tab':{...t['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'ribbon':_0x40dff1===_0x4b2dca(0x315)?_0x4b2dca(0x606):_0x4b2dca(0x5ff)},'float':t[_0x4b2dca(0x625)],'docFlow':t['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':_0x40dff1===_0x4b2dca(0x39a)?()=>({'mode':_0x4b2dca(0x39a),'ribbonService':ea(),'placeholderTitle':_0x64155[_0x4b2dca(0x483)],'hideToolbar':!0x0}):void 0x0};}function $i(_0x2534f5){const _0x3c7b13=_0xf1d127;return _0x2534f5[_0x3c7b13(0x56b)]?_0x2534f5['hostChromeMode']:_0x2534f5[_0x3c7b13(0x504)]==='placeholder'?_0x3c7b13(0x39a):_0x3c7b13(0x315);}function ea(){return{'ribbon$':(0x0,a['of'])([]),'activatedTab$':(0x0,a['of'])(''),'collapsedIds$':(0x0,a['of'])([]),'fakeToolbarVisible$':(0x0,a['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function ta(){const _0x475897=_0xf1d127;return Qi({'childType':e['UniverInstanceType'][_0x475897(0x406)],'productName':_0x475897(0x6cf),'hostChromeMode':_0x475897(0x39a)});}function na(_0x527769){const _0xd462bb=_0xf1d127;return{'childType':e[_0xd462bb(0x50c)][_0xd462bb(0x406)],'measureContentSize':_0x20aa42=>{const _0x23850a=_0xd462bb;var _0x21484e;let _0x2f0a3e=_0x527769==null||(_0x21484e=_0x527769['getState'])==null?void 0x0:_0x21484e[_0x23850a(0x511)](_0x527769),_0x18d860=ra(_0x20aa42[_0x23850a(0x5f8)],_0x2f0a3e),_0x16851e=ia(_0x20aa42[_0x23850a(0x5f8)],_0x2f0a3e);return _0x18d860==null&&_0x16851e==null?void 0x0:{'height':_0x18d860,'width':_0x16851e};}};}function ra(_0x2f439a,_0x2c2c6a){const _0x191c21=_0xf1d127;var _0x50ddb4,_0x3d77f3;let _0x59d9e1=_0x2f439a==null||(_0x50ddb4=_0x2f439a[_0x191c21(0x2dc)])==null?void 0x0:_0x50ddb4['call'](_0x2f439a);if(!(_0x59d9e1!=null&&_0x59d9e1['tables']))return;let _0x2c5f68=oa(_0x59d9e1,_0x2c2c6a==null?void 0x0:_0x2c2c6a[_0x191c21(0x6a6)]);if(!_0x2c5f68)return;let _0x505abc=sa(_0x2c5f68,_0x2c2c6a==null?void 0x0:_0x2c2c6a[_0x191c21(0x446)]);return c['GRID_HEADER_HEIGHT']+ua(_0x2c5f68)*(0x0,c[_0x191c21(0x3da)])(_0x505abc==null||(_0x3d77f3=_0x505abc[_0x191c21(0x365)])==null?void 0x0:_0x3d77f3[_0x191c21(0x1b1)])+c[_0x191c21(0x26e)]+c[_0x191c21(0x2ce)];}function ia(_0x4caa5f,_0x3a8c4a){const _0xed864b=_0xf1d127;var _0x37af53,_0x5362ff,_0x9dd1f5,_0x41b7d6;let _0x431e4c=_0x4caa5f==null||(_0x37af53=_0x4caa5f['getSnapshot'])==null?void 0x0:_0x37af53[_0xed864b(0x511)](_0x4caa5f);if(!(_0x431e4c!=null&&_0x431e4c['tables']))return;let _0x194ae9=oa(_0x431e4c,_0x3a8c4a==null?void 0x0:_0x3a8c4a[_0xed864b(0x6a6)]);if(!_0x194ae9)return;let _0x433b1e=sa(_0x194ae9,_0x3a8c4a==null?void 0x0:_0x3a8c4a[_0xed864b(0x446)]),_0x4631a6=(_0x5362ff=_0x194ae9[_0xed864b(0x141)])==null?{}:_0x5362ff;return c[_0xed864b(0x2b1)]+(!(_0x433b1e==null||(_0x9dd1f5=_0x433b1e['fieldOrder'])==null)&&_0x9dd1f5[_0xed864b(0x65c)]?_0x433b1e['fieldOrder']:(_0x41b7d6=_0x194ae9[_0xed864b(0x5a8)])!=null&&_0x41b7d6['length']?_0x194ae9[_0xed864b(0x5a8)]:Object[_0xed864b(0x55e)](_0x4631a6))[_0xed864b(0x2fc)]((_0x2c5f02,_0x56895f)=>{const _0x158a95=_0xed864b;var _0x3f119c,_0x5c36da;let _0x50dbbd=_0x4631a6[_0x56895f],_0xf80a6b=_0x433b1e==null||(_0x3f119c=_0x433b1e[_0x158a95(0x491)])==null?void 0x0:_0x3f119c[_0x56895f];return _0x50dbbd&&!_0x50dbbd[_0x158a95(0x385)]&&!(_0xf80a6b!=null&&_0xf80a6b['hidden'])?_0x2c5f02+aa((_0x5c36da=_0xf80a6b==null?void 0x0:_0xf80a6b[_0x158a95(0x58b)])==null?_0x50dbbd[_0x158a95(0x58b)]:_0x5c36da):_0x2c5f02;},0x0)+c['GRID_ADD_FIELD_COLUMN_WIDTH'];}function aa(_0xebec7a){const _0x615daa=_0xf1d127;return typeof _0xebec7a==_0x615daa(0x541)&&Number[_0x615daa(0x612)](_0xebec7a)&&_0xebec7a>0x0?_0xebec7a:c[_0x615daa(0x36f)];}function oa(_0x1f75b4,_0x29e4a8){const _0x1d7d37=_0xf1d127;var _0x1562eb;let _0x5abbe8=_0x29e4a8?(_0x1562eb=_0x1f75b4['tables'])==null?void 0x0:_0x1562eb[_0x29e4a8]:void 0x0;return _0x5abbe8&&!_0x5abbe8[_0x1d7d37(0x385)]?_0x5abbe8:ca(_0x1f75b4);}function sa(_0x5e79cd,_0x339aea){const _0x269587=_0xf1d127;var _0x5b6bca;let _0x6fbaf2=_0x339aea?(_0x5b6bca=_0x5e79cd[_0x269587(0x5f4)])==null?void 0x0:_0x5b6bca[_0x339aea]:void 0x0;return _0x6fbaf2&&!_0x6fbaf2[_0x269587(0x385)]?_0x6fbaf2:la(_0x5e79cd);}function ca(_0x4cd648){const _0x380844=_0xf1d127;var _0x42ec91,_0x28bab3;let _0x4067e0=(_0x42ec91=_0x4cd648[_0x380844(0x215)])==null?{}:_0x42ec91,_0x43f09d=(_0x28bab3=_0x4cd648['tableOrder'])==null?[]:_0x28bab3;return[..._0x43f09d,...Object[_0x380844(0x55e)](_0x4067e0)['filter'](_0x423f8a=>!_0x43f09d[_0x380844(0x3d4)](_0x423f8a))][_0x380844(0x4ff)](_0x5e9a42=>_0x4067e0[_0x5e9a42])[_0x380844(0x27e)](_0xf221d7=>_0xf221d7&&!_0xf221d7[_0x380844(0x385)]);}function la(_0x14987b){const _0x563441=_0xf1d127;var _0x3b034e,_0x36ef13;let _0x327ea5=(_0x3b034e=_0x14987b[_0x563441(0x5f4)])==null?{}:_0x3b034e,_0x266837=(_0x36ef13=_0x14987b[_0x563441(0x19f)])==null?[]:_0x36ef13;return[..._0x266837,...Object[_0x563441(0x55e)](_0x327ea5)[_0x563441(0x70c)](_0xeeafa9=>!_0x266837[_0x563441(0x3d4)](_0xeeafa9))]['map'](_0x3d1a08=>_0x327ea5[_0x3d1a08])[_0x563441(0x27e)](_0x2f9219=>_0x2f9219&&!_0x2f9219['deleted']);}function ua(_0x12b2d6){const _0x5d818e=_0xf1d127;var _0x39b73c,_0x257d0e;let _0x2e7b43=(_0x39b73c=_0x12b2d6[_0x5d818e(0x553)])==null?{}:_0x39b73c;return((_0x257d0e=_0x12b2d6['recordOrder'])!=null&&_0x257d0e[_0x5d818e(0x65c)]?_0x12b2d6[_0x5d818e(0x163)]:Object[_0x5d818e(0x55e)](_0x2e7b43))[_0x5d818e(0x70c)](_0x3d4150=>{const _0x553e3f=_0x5d818e;var _0x452d85;return!((_0x452d85=_0x2e7b43[_0x3d4150])!=null&&_0x452d85[_0x553e3f(0x385)]);})['length'];}function da(_0x418be1,_0x261ff6,_0xe42f01){const _0x6d0efb=_0xf1d127;return{...(0x0,t[_0x6d0efb(0x771)])(_0x418be1,_0x261ff6),'activateAnchor':_0x3f80bd=>{const _0x1b57b0=_0x6d0efb;pa(_0x3f80bd[_0x1b57b0(0x448)],_0x3f80bd[_0x1b57b0(0x173)],_0x261ff6,ha(_0xe42f01));}};}function fa(){const _0xc3ec1c=_0xf1d127;return{'hostType':e[_0xc3ec1c(0x50c)][_0xc3ec1c(0x406)],'entry':'bases-table-list-block','layout':_0xc3ec1c(0x3c3),'supportedLayouts':[_0xc3ec1c(0x3c3)],'menuBehavior':'host-override','mount':_0x38c5c2=>{const _0x5b7f44=_0xc3ec1c;let _0xb0f5ee=ga(_0x5b7f44(0x39e),_0x38c5c2[_0x5b7f44(0x4da)][_0x5b7f44(0x173)]);return _0xb0f5ee?{'hostElement':_0xb0f5ee}:{};}};}function pa(_0xa852d4,_0x4b121a,_0x1d1dbc,_0x3992be){const _0x1fcabc=_0xf1d127;var _0x748a48;if(!_0x3992be)return;_0x3992be[_0x1fcabc(0x538)](_0x4b121a);let _0x31646e=(_0x748a48=ma(_0x1d1dbc,_0xa852d4))==null?void 0x0:_0x748a48[_0x1fcabc(0x215)][_0x4b121a],_0x18e25f=_0x31646e==null?void 0x0:_0x31646e[_0x1fcabc(0x19f)][_0x1fcabc(0x27e)](_0x1ef693=>{const _0x1ad19e=_0x1fcabc;let _0x32c1db=_0x31646e['views'][_0x1ef693];return _0x32c1db&&!_0x32c1db[_0x1ad19e(0x385)];});_0x18e25f&&_0x3992be[_0x1fcabc(0x37b)](_0x18e25f),_0x3992be['setSelection'](null),_0x3992be[_0x1fcabc(0x66f)]();}function ma(_0x121631,_0x3f4003){const _0xbfc324=_0xf1d127;var _0x2f8f35;return _0x121631==null||(_0x2f8f35=_0x121631[_0xbfc324(0x485)](_0x3f4003,e[_0xbfc324(0x50c)][_0xbfc324(0x406)]))==null?void 0x0:_0x2f8f35['getSnapshot']();}function ha(_0x40cfa9){return typeof _0x40cfa9=='function'?_0x40cfa9():_0x40cfa9;}function ga(_0x48264c,_0x1bce26){const _0x436ea5=_0xf1d127;return document[_0x436ea5(0x673)]('['+_0x48264c+'=\x22'+_a(_0x1bce26)+'\x22]');}function _a(_0x41ba81){const _0x2d0a16=_0xf1d127;return _0x41ba81[_0x2d0a16(0x160)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function va(_0x2a36b4){const _0x4a8582=_0xf1d127;return{'childType':e[_0x4a8582(0x50c)][_0x4a8582(0x406)],'handleWheel'(_0xb08b9e){const _0x59be5b=_0x4a8582;var _0x1eea37,_0xa261d;if(_0xb08b9e[_0x59be5b(0x3fb)]!==_0x59be5b(0x4f7)&&Kt(_0xb08b9e[_0x59be5b(0x42c)],_0xb08b9e[_0x59be5b(0x51a)]))return!0x1;let _0x1ff9db=(_0x1eea37=_0xb08b9e[_0x59be5b(0x435)]['injector'])==null?_0x2a36b4:_0x1eea37,_0x50578a=_0x1ff9db[_0x59be5b(0x75f)](c[_0x59be5b(0x1e1)])?_0x1ff9db[_0x59be5b(0x1f9)](c[_0x59be5b(0x1e1)]):_0x2a36b4[_0x59be5b(0x75f)](c['IBaseViewWheelScrollService'])?_0x2a36b4[_0x59be5b(0x1f9)](c[_0x59be5b(0x1e1)]):void 0x0;return(_0xa261d=_0x50578a==null?void 0x0:_0x50578a[_0x59be5b(0x70e)](_0xb08b9e['childUnitId'],ya(_0xb08b9e[_0x59be5b(0x51a)],_0xb08b9e[_0x59be5b(0x1cb)])))==null?!0x1:_0xa261d;}};}function ya(_0x2cae94,_0x3efaa7){const _0x1ccbc7=_0xf1d127;return{'deltaX':_0x2cae94[_0x1ccbc7(0x683)],'deltaY':_0x2cae94['deltaY'],'deltaMode':_0x2cae94[_0x1ccbc7(0x2b4)],'clientX':_0x2cae94[_0x1ccbc7(0x182)],'clientY':_0x2cae94[_0x1ccbc7(0x436)],'shiftKey':_0x2cae94['shiftKey'],'viewportScrollY':_0x3efaa7};}function ba(){const _0x12cc5b=_0xf1d127;return{'childType':e[_0x12cc5b(0x50c)][_0x12cc5b(0x406)],'supportedLayouts':[_0x12cc5b(0x3c3),_0x12cc5b(0x3e2),_0x12cc5b(0x44a)],'beforeDeactivate':xa,'mount':Sa};}function xa(_0x3def73){const _0x16731b=_0xf1d127;var _0x176526;(_0x176526=_0x3def73['runtimeScope'][_0x16731b(0x4f6)])==null||_0x176526['syncExecuteCommand'](c['StopBaseEditingCellOperation']['id'],{'commit':!0x1});}function Sa(_0x3ee412){const _0xbac3d9=_0xf1d127;let _0x357418=_0x3ee412['injector'][_0xbac3d9(0x1f9)](e['IUniverInstanceService'])[_0xbac3d9(0x485)](_0x3ee412[_0xbac3d9(0x28d)],e[_0xbac3d9(0x50c)][_0xbac3d9(0x406)]);if(!_0x357418)return;let _0xf9685=new c[(_0xbac3d9(0x46a))](),_0x5daeab=new c['BaseUIPopupService'](),_0x3fd094=new c[(_0xbac3d9(0x18f))](_0xf9685),_0x51da59=new c[(_0xbac3d9(0x42f))](),_0x4d6418=ka(_0x3ee412,_0xf9685,_0x5daeab,_0x3fd094);if(!_0x4d6418){_0x51da59[_0xbac3d9(0x5f2)](),_0x3fd094[_0xbac3d9(0x5f2)](),_0x5daeab[_0xbac3d9(0x5f2)](),_0xf9685[_0xbac3d9(0x5f2)]();return;}let _0x12f8ce=Ma(_0x3ee412);ja(_0xf9685,_0x357418,_0x12f8ce);let _0x3a7321=_0x3ee412['descriptor'][_0xbac3d9(0x2eb)]===_0xbac3d9(0x6c6),_0x59539f=Na(_0x3ee412['injector'],_0x4d6418,_0xf9685,_0x5daeab,_0x3fd094,_0x12f8ce,_0x51da59,_0x3a7321,_0x3ee412[_0xbac3d9(0x435)][_0xbac3d9(0x484)][_0xbac3d9(0x5b6)]);Ca(_0x3ee412,_0x59539f);let _0x251efc=wa(_0x3ee412),_0x161c75=Or(_0x251efc),_0x57ede8=Ta(_0x3ee412,_0x59539f),_0x164b3b=_0x3ee412['injector']['get'](e[_0xbac3d9(0x432)]),_0x4b78bd=_0x164b3b[_0xbac3d9(0x31e)](e['UniverInstanceType']['UNIVER_BASE']);return _0x164b3b[_0xbac3d9(0x447)](_0x3ee412[_0xbac3d9(0x28d)]),_0x251efc['dataset'][_0xbac3d9(0x4eb)]=_0x3ee412[_0xbac3d9(0x28d)],_0x251efc[_0xbac3d9(0x24f)]['embedChildRenderMode']='base-workbench',_0x161c75[_0xbac3d9(0x642)]((0x0,o[_0xbac3d9(0x1ab)])(Z,{'injector':_0x59539f,'mountContainer':_0x3ee412[_0xbac3d9(0x435)]['roots'][_0xbac3d9(0x5b6)],'embedId':_0x3ee412[_0xbac3d9(0x5b8)],'children':(0x0,o['jsx'])(c[_0xbac3d9(0x6bb)],{})})),(0x0,e[_0xbac3d9(0x211)])(()=>{const _0x2ce0a0=_0xbac3d9;_0x57ede8[_0x2ce0a0(0x5f2)](),kr(_0x161c75),_0x4b78bd&&_0x164b3b[_0x2ce0a0(0x447)](_0x4b78bd[_0x2ce0a0(0x735)]()),_0x51da59['dispose'](),_0x3fd094[_0x2ce0a0(0x5f2)](),_0x5daeab[_0x2ce0a0(0x5f2)](),_0xf9685[_0x2ce0a0(0x5f2)](),_0x59539f[_0x2ce0a0(0x5f2)](),_0x251efc[_0x2ce0a0(0x46b)]&&(_0x251efc[_0x2ce0a0(0x535)](_0x2ce0a0(0x72a)),_0x251efc[_0x2ce0a0(0x535)]('data-embed-child-render-mode'));});}function Ca(_0x29af88,_0x56786d){const _0x2493b6=_0xf1d127;_0x29af88[_0x2493b6(0x435)][_0x2493b6(0x158)]=_0x56786d,_0x29af88[_0x2493b6(0x435)][_0x2493b6(0x260)]=_0x56786d[_0x2493b6(0x1f9)](e[_0x2493b6(0x432)]),_0x29af88[_0x2493b6(0x435)][_0x2493b6(0x4f6)]=_0x56786d[_0x2493b6(0x1f9)](e[_0x2493b6(0x16b)]);}function wa(_0x29dec4){const _0x26aa28=_0xf1d127;var _0x11e1dd,_0x17451f,_0x46d5e2,_0x7b59fc,_0x5ee962,_0x4a976a;return(_0x11e1dd=(_0x17451f=(_0x46d5e2=(_0x7b59fc=_0x29dec4['runtimeScope'])==null||(_0x7b59fc=_0x7b59fc['roots'])==null?void 0x0:_0x7b59fc[_0x26aa28(0x69b)])==null?(_0x5ee962=_0x29dec4['renderScope'])==null?void 0x0:_0x5ee962[_0x26aa28(0x743)]:_0x46d5e2)==null?(_0x4a976a=_0x29dec4[_0x26aa28(0x3eb)])==null?void 0x0:_0x4a976a[_0x26aa28(0x5c7)]:_0x17451f)==null?document:_0x11e1dd;}function Ta(_0x2144d4,_0xdee716){const _0x570ad0=_0xf1d127;let _0x94d81a=!0x1,_0x21a97b=0x0,_0x39b1a2=(0x0,e['toDisposable'])(()=>{}),_0x2bc9ea,_0x5ce43b=()=>{const _0x5248a4=_0x481e;if(_0x94d81a)return;let _0x1c1414=()=>{_0x21a97b=window['requestAnimationFrame'](_0x5ce43b);},_0x270626=Ea(_0x2144d4);if(!Da(_0x270626)){_0x2144d4[_0x5248a4(0x5da)]['dataset'][_0x5248a4(0x228)]=_0x5248a4(0x69f),_0x1c1414();return;}if(_0x2bc9ea===_0x270626&&_0x270626[_0x5248a4(0x673)]('canvas'))return;_0x39b1a2[_0x5248a4(0x5f2)]();let _0x1cdb3d=_0x2144d4[_0x5248a4(0x158)][_0x5248a4(0x1f9)](m[_0x5248a4(0x32a)]),_0x1a794d;try{_0x1a794d=Ii(_0x1cdb3d,_0x2144d4['childUnitId'],_0xdee716);}catch(_0x462f4e){_0x2144d4[_0x5248a4(0x5da)][_0x5248a4(0x24f)]['embedChildRenderError']=_0x462f4e instanceof Error?_0x462f4e[_0x5248a4(0x2ad)]:String(_0x462f4e),_0x1a794d=void 0x0;}if(!_0x1a794d){_0x2144d4[_0x5248a4(0x5da)][_0x5248a4(0x24f)][_0x5248a4(0x228)]=_0x5248a4(0x317),_0x2bc9ea=void 0x0,_0x1c1414();return;}delete _0x2144d4[_0x5248a4(0x5da)][_0x5248a4(0x24f)]['embedChildRenderError'],_0x270626[_0x5248a4(0x24f)][_0x5248a4(0x4eb)]=_0x2144d4[_0x5248a4(0x28d)],_0x1a794d[_0x5248a4(0x1e5)][_0x5248a4(0x25a)](_0x270626),Ri(_0x1a794d,{'activate':Oa(_0x2144d4)});let _0x307192=Mi(_0x1a794d,_0x270626,{'activate':!0x1});_0x39b1a2=(0x0,e[_0x5248a4(0x211)])(()=>{const _0x2a9007=_0x5248a4;_0x307192[_0x2a9007(0x5f2)]();try{var _0x241861,_0x529f14;(_0x241861=(_0x529f14=_0x1a794d['engine'])[_0x2a9007(0x272)])==null||_0x241861[_0x2a9007(0x511)](_0x529f14);}catch{}_0x1cdb3d[_0x2a9007(0x36d)](_0x2144d4[_0x2a9007(0x28d)]),_0x270626[_0x2a9007(0x535)](_0x2a9007(0x72a));}),_0x2bc9ea=_0x270626,_0x2144d4[_0x5248a4(0x5da)][_0x5248a4(0x24f)]['embedChildRenderStatus']=_0x5248a4(0x174),_0x1c1414();};return _0x21a97b=window[_0x570ad0(0x2c2)](_0x5ce43b),(0x0,e[_0x570ad0(0x211)])(()=>{const _0x48bd01=_0x570ad0;_0x94d81a=!0x0,window[_0x48bd01(0x3f2)](_0x21a97b),_0x39b1a2['dispose']();});}function Ea(_0x290e57){const _0x43c779=_0xf1d127;return(0x0,c['getBaseCanvasRoot'])({'unitId':_0x290e57[_0x43c779(0x28d)],'scope':wa(_0x290e57)});}function Da(_0x37ae36){const _0x4bf9f2=_0xf1d127;return!!_0x37ae36&&_0x37ae36[_0x4bf9f2(0x46b)]&&_0x37ae36['clientWidth']>0x0&&_0x37ae36[_0x4bf9f2(0x496)]>0x0;}function Oa(_0x90cd12){return!0x0;}function ka(_0x365f67,_0x53cfc1,_0x6ef818,_0x14a0fe){const _0x293d85=_0xf1d127;let _0x1d00aa=_0x365f67['injector'][_0x293d85(0x1f9)](e[_0x293d85(0x432)]),_0x22ee79=_0x1d00aa[_0x293d85(0x485)](_0x365f67[_0x293d85(0x28d)],_0x365f67[_0x293d85(0x3dc)]);if(!_0x22ee79)return;let _0x59848c=Aa(_0x1d00aa,_0x365f67,_0x22ee79),_0x4db9f4=Pa(_0x365f67[_0x293d85(0x158)][_0x293d85(0x1f9)](e[_0x293d85(0x16b)]),_0x53cfc1,_0x6ef818,_0x14a0fe,_0x1d00aa,_0x365f67[_0x293d85(0x28d)]);return ot(_0x365f67['injector'],new Map([[e[_0x293d85(0x432)],_0x59848c],[e[_0x293d85(0x16b)],_0x4db9f4],[c['IBaseCanvasRootResolverService'],(0x0,c[_0x293d85(0x765)])(wa(_0x365f67))]]));}function Aa(_0x35ae12,_0xd005a3,_0x1bbaf7){const _0x4f3abf=_0xf1d127;return{'unitAdded$':_0x35ae12[_0x4f3abf(0x6a4)],'unitDisposed$':_0x35ae12['unitDisposed$'],'focused$':(0x0,a['of'])(_0x1bbaf7[_0x4f3abf(0x735)]()),'getTypeOfUnitAdded$':_0x35ae12[_0x4f3abf(0x3d3)][_0x4f3abf(0x33e)](_0x35ae12),'__addUnit':_0x35ae12[_0x4f3abf(0x33d)][_0x4f3abf(0x33e)](_0x35ae12),'getTypeOfUnitDisposed$':_0x35ae12[_0x4f3abf(0x570)][_0x4f3abf(0x33e)](_0x35ae12),'focusUnit':_0x9d0b6f=>{const _0x5deaf7=_0x4f3abf;_0x9d0b6f===null||_0x9d0b6f===_0xd005a3[_0x5deaf7(0x28d)]||_0x35ae12[_0x5deaf7(0x71d)](_0x9d0b6f);},'getFocusedUnit':()=>_0x1bbaf7,'getCurrentUnitOfType':_0x37f636=>_0x37f636===_0xd005a3[_0x4f3abf(0x3dc)]?_0x1bbaf7:_0x35ae12[_0x4f3abf(0x31e)](_0x37f636),'setCurrentUnitForType':_0x268f69=>{const _0x4ffaa8=_0x4f3abf;_0x268f69!==_0xd005a3['childUnitId']&&_0x35ae12[_0x4ffaa8(0x447)](_0x268f69);},'getCurrentTypeOfUnit$':_0x58f30b=>_0x58f30b===_0xd005a3[_0x4f3abf(0x3dc)]?(0x0,a['of'])(_0x1bbaf7):_0x35ae12['getCurrentTypeOfUnit$'](_0x58f30b),'createUnit':_0x35ae12[_0x4f3abf(0x76f)]['bind'](_0x35ae12),'getUnitCreateOptions':_0x35ae12[_0x4f3abf(0x2ac)]['bind'](_0x35ae12),'disposeUnit':_0x35ae12[_0x4f3abf(0x581)][_0x4f3abf(0x33e)](_0x35ae12),'registerCtorForType':_0x35ae12[_0x4f3abf(0x5ad)][_0x4f3abf(0x33e)](_0x35ae12),'changeDoc':_0x35ae12[_0x4f3abf(0x4b8)][_0x4f3abf(0x33e)](_0x35ae12),'getUnit':_0x35ae12['getUnit']['bind'](_0x35ae12),'getAllUnitsForType':_0x2d6f5b=>_0x2d6f5b===_0xd005a3[_0x4f3abf(0x3dc)]?[_0x1bbaf7]:_0x35ae12[_0x4f3abf(0x3e1)](_0x2d6f5b),'getUnitType':_0x35ae12[_0x4f3abf(0x637)][_0x4f3abf(0x33e)](_0x35ae12),'getUniverSheetInstance':_0x35ae12[_0x4f3abf(0x4d8)][_0x4f3abf(0x33e)](_0x35ae12)};}function ja(_0x5867ba,_0x1ede64,_0x205013=_0xf1d127(0x19b)){const _0x523196=_0xf1d127;var _0xdfeed6,_0x2fec3e,_0x117295,_0x4233aa;let _0x35fa4d=_0x1ede64[_0x523196(0x2dc)](),_0x292278=(_0xdfeed6=(_0x2fec3e=_0x35fa4d[_0x523196(0x27d)])==null?void 0x0:_0x2fec3e[0x0])==null?Object[_0x523196(0x55e)]((_0x117295=_0x35fa4d[_0x523196(0x215)])==null?{}:_0x117295)[0x0]:_0xdfeed6,_0x38746d=_0x292278?(_0x4233aa=_0x35fa4d[_0x523196(0x215)])==null||(_0x4233aa=_0x4233aa[_0x292278])==null||(_0x4233aa=_0x4233aa['viewOrder'])==null?void 0x0:_0x4233aa[0x0]:void 0x0;_0x292278&&_0x5867ba[_0x523196(0x538)](_0x292278),_0x38746d&&_0x5867ba[_0x523196(0x37b)](_0x38746d),_0x5867ba[_0x523196(0x6e1)](_0x205013===_0x523196(0x19b));}function Ma(_0x3f5ed3){const _0x1ee878=_0xf1d127;return _0x3f5ed3[_0x1ee878(0x3eb)][_0x1ee878(0x5ed)]?_0x1ee878(0x5ed):_0x3f5ed3[_0x1ee878(0x3eb)][_0x1ee878(0x2eb)]==='float'?_0x1ee878(0x5e4):_0x1ee878(0x19b);}function Na(_0x2e33d2,_0x4aac93,_0x843313,_0x48d589=new c[(_0xf1d127(0x350))](),_0x43281d=new c[(_0xf1d127(0x18f))](_0x843313),_0x164b4a=_0xf1d127(0x19b),_0x31ae19,_0x2318e8=!0x1,_0x2ea18f){const _0x3c15e5=_0xf1d127;let _0x507529=La(_0x2e33d2[_0x3c15e5(0x1f9)](e[_0x3c15e5(0x72e)]),_0x164b4a),_0x4661fc=Pa(_0x4aac93['get'](e['ICommandService']),_0x843313,_0x48d589,_0x43281d,_0x4aac93[_0x3c15e5(0x1f9)](e[_0x3c15e5(0x432)]),void 0x0,_0x2318e8),_0xe13648=new Map([[c[_0x3c15e5(0x499)],_0x843313],[c[_0x3c15e5(0x41c)],_0x48d589],[c[_0x3c15e5(0x209)],_0x43281d],[e[_0x3c15e5(0x16b)],_0x4661fc],[e[_0x3c15e5(0x72e)],_0x507529],[c['IBaseCanvasRootResolverService'],_0x4aac93[_0x3c15e5(0x1f9)](c[_0x3c15e5(0x636)])],[c['IBaseGlobalPortalService'],(0x0,c[_0x3c15e5(0x2a0)])(_0x2ea18f)]]);return _0x31ae19&&_0xe13648['set'](c[_0x3c15e5(0x1e1)],_0x31ae19),ot(_0x4aac93,_0xe13648);}function Pa(_0x11f67e,_0x4e1bfe,_0x17a947,_0x56b445,_0x4752dd,_0x61b334,_0x3ff9da=!0x1){const _0x5c8067=_0xf1d127;return{'disposed':_0x11f67e[_0x5c8067(0x722)]['bind'](_0x11f67e),'hasCommand':_0x11f67e[_0x5c8067(0x35a)][_0x5c8067(0x33e)](_0x11f67e),'registerCommand':_0x11f67e[_0x5c8067(0x2f5)][_0x5c8067(0x33e)](_0x11f67e),'unregisterCommand':_0x11f67e[_0x5c8067(0x76a)][_0x5c8067(0x33e)](_0x11f67e),'registerMultipleCommand':_0x11f67e[_0x5c8067(0x716)][_0x5c8067(0x33e)](_0x11f67e),'executeCommand':async(..._0x90779)=>{const _0x5a4124=_0x5c8067;let _0x572bb5=Fa(_0x90779[0x0],_0x90779[0x1],_0x4e1bfe,_0x17a947,_0x4752dd,_0x61b334);if(_0x572bb5!==void 0x0)return _0x572bb5;if(Ia(_0x90779[0x0],_0x90779[0x1],_0x56b445,_0x3ff9da))return!0x0;let _0x16c97f=_0x61b334?_0x4752dd==null?void 0x0:_0x4752dd[_0x5a4124(0x31e)](e[_0x5a4124(0x50c)][_0x5a4124(0x406)]):void 0x0;try{return _0x61b334&&(_0x4752dd==null||_0x4752dd[_0x5a4124(0x447)](_0x61b334)),await _0x11f67e['executeCommand'](_0x90779[0x0],_0x90779[0x1],_0x90779[0x2]);}finally{_0x16c97f&&(_0x4752dd==null||_0x4752dd[_0x5a4124(0x447)](_0x16c97f[_0x5a4124(0x735)]()));}},'syncExecuteCommand':(..._0x273709)=>{const _0x4e315e=_0x5c8067;let _0x2a2501=Fa(_0x273709[0x0],_0x273709[0x1],_0x4e1bfe,_0x17a947,_0x4752dd,_0x61b334);if(_0x2a2501!==void 0x0)return _0x2a2501;if(Ia(_0x273709[0x0],_0x273709[0x1],_0x56b445,_0x3ff9da))return!0x0;let _0x1a6472=_0x61b334?_0x4752dd==null?void 0x0:_0x4752dd[_0x4e315e(0x31e)](e['UniverInstanceType'][_0x4e315e(0x406)]):void 0x0;try{return _0x61b334&&(_0x4752dd==null||_0x4752dd[_0x4e315e(0x447)](_0x61b334)),_0x11f67e[_0x4e315e(0x2f1)](_0x273709[0x0],_0x273709[0x1],_0x273709[0x2]);}finally{_0x1a6472&&(_0x4752dd==null||_0x4752dd[_0x4e315e(0x447)](_0x1a6472['getUnitId']()));}},'onCommandExecuted':_0x11f67e[_0x5c8067(0x4a5)][_0x5c8067(0x33e)](_0x11f67e),'beforeCommandExecuted':_0x11f67e[_0x5c8067(0x1e7)][_0x5c8067(0x33e)](_0x11f67e),'onMutationExecutedForCollab':_0x11f67e[_0x5c8067(0x56a)][_0x5c8067(0x33e)](_0x11f67e)};}function Fa(_0x41ca17,_0x1edaf4,_0x2b26df,_0x499aee,_0xa31f2e,_0x18169f){const _0x73414=_0xf1d127;if(_0x41ca17===c[_0x73414(0x3aa)]['id']){let _0x240bc4=_0x1edaf4;return _0x240bc4!=null&&_0x240bc4[_0x73414(0x6f0)]?(_0x240bc4[_0x73414(0x17f)]&&_0x2b26df[_0x73414(0x538)](_0x240bc4[_0x73414(0x17f)]),_0x2b26df[_0x73414(0x37b)](_0x240bc4[_0x73414(0x6f0)]),!0x0):!0x1;}if(_0x41ca17===c[_0x73414(0x184)]['id']){var _0x586463;let _0x4f83ca=_0x1edaf4;if(!(_0x4f83ca!=null&&_0x4f83ca[_0x73414(0x17f)]))return!0x1;_0x2b26df[_0x73414(0x538)](_0x4f83ca[_0x73414(0x17f)]);let _0x82bc5d=_0x4f83ca[_0x73414(0x647)]?_0xa31f2e==null?void 0x0:_0xa31f2e['getUnit'](_0x4f83ca[_0x73414(0x647)],e[_0x73414(0x50c)][_0x73414(0x406)]):_0xa31f2e==null?void 0x0:_0xa31f2e[_0x73414(0x31e)](e[_0x73414(0x50c)][_0x73414(0x406)]),_0x3869e7=(_0x586463=_0x82bc5d==null?void 0x0:_0x82bc5d[_0x73414(0x735)]())==null?_0x18169f:_0x586463;_0x3869e7&&(_0xa31f2e==null||_0xa31f2e['setCurrentUnitForType'](_0x3869e7),_0xa31f2e==null||_0xa31f2e[_0x73414(0x71d)](_0x3869e7));let _0x4a080d=_0x82bc5d==null?void 0x0:_0x82bc5d[_0x73414(0x2dc)]()[_0x73414(0x215)][_0x4f83ca['tableId']],_0x5b3098=_0x4a080d==null?void 0x0:_0x4a080d['viewOrder'][_0x73414(0x27e)](_0xc01fb4=>{let _0x426cbd=_0x4a080d['views'][_0xc01fb4];return _0x426cbd&&!_0x426cbd['deleted'];});return _0x5b3098&&_0x2b26df['activateView'](_0x5b3098),!0x0;}if(_0x41ca17===c[_0x73414(0x6dd)]['id']){var _0x524e0f,_0x5cbb78;let _0x2c0297=_0x1edaf4;return _0x2c0297!=null&&_0x2c0297[_0x73414(0x6f0)]?(_0x2b26df[_0x73414(0x305)](_0x2c0297[_0x73414(0x6f0)],{'x':(_0x524e0f=_0x2c0297['x'])==null?0x0:_0x524e0f,'y':(_0x5cbb78=_0x2c0297['y'])==null?0x0:_0x5cbb78}),!0x0):!0x1;}if(_0x41ca17===c[_0x73414(0x50e)]['id']){let _0x249dec=_0x1edaf4;return!(_0x249dec!=null&&_0x249dec[_0x73414(0x6f0)])||typeof _0x249dec[_0x73414(0x4a7)]!='number'?!0x1:(_0x2b26df[_0x73414(0x715)](_0x249dec[_0x73414(0x6f0)],_0x249dec[_0x73414(0x4a7)]),!0x0);}if(_0x41ca17===c['OpenBasePanelOperation']['id'])return _0x1edaf4?(_0x2b26df['clearVirtualRecords'](),_0x499aee[_0x73414(0x38d)](_0x1edaf4),!0x0):!0x1;if(_0x41ca17===c['CloseBasePanelOperation']['id'])return _0x499aee[_0x73414(0x4aa)](),!0x0;if(_0x41ca17===c['OpenBaseContextMenuOperation']['id'])return _0x1edaf4?(_0x2b26df['clearVirtualRecords'](),_0x499aee[_0x73414(0x166)](_0x1edaf4),!0x0):!0x1;if(_0x41ca17===c[_0x73414(0x2ec)]['id'])return _0x499aee[_0x73414(0x6ef)](),!0x0;if(_0x41ca17===c[_0x73414(0x4d3)]['id'])return _0x1edaf4?(_0x499aee['openActiveEditor'](_0x1edaf4),!0x0):!0x1;if(_0x41ca17===c[_0x73414(0x577)]['id'])return _0x499aee[_0x73414(0x4e0)](),!0x0;if(_0x41ca17===c[_0x73414(0x38b)]['id']){let _0x390294=_0x1edaf4;return _0x390294!=null&&_0x390294[_0x73414(0x3c4)]?(_0x2b26df[_0x73414(0x67f)](_0x390294['recordId']),!0x0):!0x1;}if(_0x41ca17===c[_0x73414(0x710)]['id'])return _0x2b26df[_0x73414(0x66f)](),!0x0;}function Ia(_0x3e67fd,_0x6b37ee,_0x12a275,_0x29fc0d=!0x1){const _0x47cbf4=_0xf1d127;return _0x3e67fd===c[_0x47cbf4(0x750)]['id']?(_0x29fc0d||_0x12a275['startEditingCell'](_0x6b37ee),!0x0):_0x3e67fd===c[_0x47cbf4(0x1a4)]['id']?(_0x12a275[_0x47cbf4(0x216)](),!0x0):!0x1;}function La(_0x44298c,_0x180f48){const _0x4830d5=_0xf1d127;return{'getConfig':_0xea584=>{const _0x41dd0d=_0x481e;let _0x508ecf=_0x44298c[_0x41dd0d(0x5fb)](_0xea584);return _0xea584===c[_0x41dd0d(0x67a)]?Ra(_0x508ecf==null?{}:_0x508ecf,_0x180f48):_0x508ecf;},'setConfig':_0x44298c[_0x4830d5(0x388)][_0x4830d5(0x33e)](_0x44298c),'deleteConfig':_0x44298c[_0x4830d5(0x451)]['bind'](_0x44298c),'subscribeConfigValue$':_0x44298c[_0x4830d5(0x6b9)][_0x4830d5(0x33e)](_0x44298c)};}function Ra(_0x217334,_0x5b5f21=_0xf1d127(0x19b)){const _0xa7f32f=_0xf1d127;var _0x1e63a7;let _0x97a966;return _0x97a966=_0x5b5f21==='content-only'||_0x5b5f21===_0xa7f32f(0x5ed)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x217334,'workbench':{...(_0x1e63a7=_0x217334[_0xa7f32f(0x19b)])==null?{}:_0x1e63a7,..._0x97a966,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function za(_0x587643){const _0x2bfb60=_0xf1d127;var _0x2fbba9,_0x3b7103,_0x207a73;if(_0x587643[_0x2bfb60(0x3eb)][_0x2bfb60(0x5ed)]&&_0x587643['runtimeScope'][_0x2bfb60(0x484)][_0x2bfb60(0x5b5)])return _0x587643[_0x2bfb60(0x435)]['roots'][_0x2bfb60(0x5b5)];let _0x3a84c1=(_0x2fbba9=(_0x3b7103=_0x587643[_0x2bfb60(0x435)][_0x2bfb60(0x484)][_0x2bfb60(0x3ce)])==null?_0x587643['renderScope']['overlayRoot']:_0x3b7103)==null?_0x587643[_0x2bfb60(0x3eb)]['rootElement']:_0x2fbba9,_0x2bf8c6=(_0x207a73=_0x3a84c1[_0x2bfb60(0x515)])!=null&&_0x207a73[_0x2bfb60(0x5a5)][_0x2bfb60(0x596)](_0x2bfb60(0x516))?_0x3a84c1[_0x2bfb60(0x515)]:void 0x0;return _0x2bf8c6==null?_0x3a84c1:_0x2bf8c6;}function Ba(_0xf72ea8){const _0x3f9dd5=_0xf1d127;return[{'hostType':e[_0x3f9dd5(0x50c)]['UNIVER_DOC'],'entry':_0x3f9dd5(0x653),'childType':_0xf72ea8[_0x3f9dd5(0x3dc)],'mount':_0xf72ea8[_0x3f9dd5(0x25a)]},{'hostType':e[_0x3f9dd5(0x50c)][_0x3f9dd5(0x200)],'entry':'sheets-floating-object','childType':_0xf72ea8['childType'],'mount':_0xf72ea8[_0x3f9dd5(0x25a)]},{'hostType':e[_0x3f9dd5(0x50c)][_0x3f9dd5(0x329)],'entry':_0x3f9dd5(0x206),'childType':_0xf72ea8[_0x3f9dd5(0x3dc)],'mount':_0xf72ea8[_0x3f9dd5(0x25a)]}];}const Va=_0xf1d127(0x45e);function Ha(){const _0x3ec120=_0xf1d127;return Ba({'childType':e[_0x3ec120(0x50c)][_0x3ec120(0x406)],'mount':Ua});}function Ua(_0x239c02){const _0x40bcf0=_0xf1d127;let _0x34e648=Wa(_0x239c02),_0x55ae4d=document[_0x40bcf0(0x5c9)](_0x40bcf0(0x61c));_0x55ae4d['setAttribute']('data-embed-floating-menu-entry',_0x239c02['descriptor'][_0x40bcf0(0x6ee)]),_0x34e648[_0x40bcf0(0x694)](_0x55ae4d);let _0x5e7fcb=Or(_0x55ae4d),_0x407498=_0x239c02[_0x40bcf0(0x435)][_0x40bcf0(0x158)];return _0x5e7fcb['render']((0x0,i[_0x40bcf0(0x5c9)])(Z,{'injector':_0x407498,'mountContainer':_0x34e648,'embedId':_0x239c02[_0x40bcf0(0x5b8)]},(0x0,i[_0x40bcf0(0x5c9)])(Qa,{'hostUnitId':_0x239c02[_0x40bcf0(0x448)],'embedId':_0x239c02[_0x40bcf0(0x5b8)],'childUnitId':_0x239c02[_0x40bcf0(0x28d)],'entry':_0x239c02[_0x40bcf0(0x4da)][_0x40bcf0(0x6ee)],'fullscreen':!!_0x239c02['renderScope'][_0x40bcf0(0x5ed)],'usesDomFloatingStage':_0x239c02[_0x40bcf0(0x4da)][_0x40bcf0(0x6ee)]==='sheets-floating-object','renderScopeActive$':_0x239c02[_0x40bcf0(0x3eb)]['active$']}))),(0x0,e[_0x40bcf0(0x211)])(()=>{const _0x3e6c46=_0x40bcf0;kr(_0x5e7fcb),globalThis[_0x3e6c46(0x4ce)](()=>_0x55ae4d['remove'](),0x0);});}function Wa(_0x22d8b5){return za(_0x22d8b5);}function Ga(_0x4fc052){const _0x1c7635=_0xf1d127;return pe({'embedId':_0x4fc052['embedId'],'active':Ka(_0x4fc052[_0x1c7635(0x3e0)],_0x4fc052[_0x1c7635(0x304)]),'fullscreen':_0x4fc052[_0x1c7635(0x5ed)],'usesDomFloatingStage':_0x4fc052[_0x1c7635(0x177)],'renderScopeActive':_0x4fc052['renderScopeActive']});}function Ka(_0x3077e4,_0x524d56){const _0x1b3395=_0xf1d127;return _0x3077e4?{'hostUnitId':'','childUnitId':'','embedId':_0x3077e4,'stage':_0x524d56===_0x1b3395(0x55f)||_0x524d56===_0x1b3395(0x71e)?_0x1b3395(0x55f):_0x1b3395(0x25f)}:null;}function qa(_0x1ee85c){const _0x3a4ebf=_0xf1d127;let {entry:_0x5b02ef,fullscreen:_0xea8131,stage:_0x5aa3f2}=_0x1ee85c;return(0x0,s[_0x3a4ebf(0x5f7)])(_0x3a4ebf(0x663),{'univer-hidden':_0x5aa3f2!==_0x3a4ebf(0x55f),'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':_0xea8131,'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':!_0xea8131,'univer-top-[var(--univer-embed-floating-menu-top,-44px)]':!_0xea8131&&_0x5b02ef!=='docs-custom-block','univer-w-full':!_0xea8131,'!univer-left-[var(--univer-embed-docs-block-page-left,0px)]\x20!univer-right-auto\x20univer-top-[calc(var(--univer-embed-docs-block-floating-menu-inset-top,52px)*-1+8px)]\x20!univer-w-[var(--univer-embed-docs-block-page-width,100%)]':!_0xea8131&&_0x5b02ef===_0x3a4ebf(0x653)});}function Ja(_0x2c45c1){return _0x2c45c1;}function Ya(_0x206da6){return _0x206da6;}function Xa(_0x88aa82){return!_0x88aa82;}function Za(_0x1664c4){const _0x2e52fe=_0xf1d127;return{[G]:_0x1664c4,[q]:_0x2e52fe(0x307)};}function Qa(_0x344cfb){const _0x315cb3=_0xf1d127;var _0x55128a;let {hostUnitId:_0x304afd,embedId:_0x16533c,childUnitId:_0x415bd7,entry:_0x466948,fullscreen:_0x1082bc,usesDomFloatingStage:_0x6c15fd,renderScopeActive$:_0x45114b}=_0x344cfb,_0x528524=(0x0,r[_0x315cb3(0x667)])(e[_0x315cb3(0x16b)]),_0x4ef996=(0x0,r[_0x315cb3(0x667)])(e[_0x315cb3(0x432)]),_0x44efc8=(0x0,r[_0x315cb3(0x667)])(e[_0x315cb3(0x237)]),_0x44961c=(0x0,r[_0x315cb3(0x667)])(h['IBaseViewRegistryService']),_0x49dae7=(0x0,r['useDependency'])(e[_0x315cb3(0x6e0)]),_0x3a7e71=(0x0,r[_0x315cb3(0x667)])(c['IBaseUIStateService']),_0x29eb05=(0x0,r['useDependency'])(c['IBaseUIPopupService']),_0xe9adfb=(0x0,r[_0x315cb3(0x667)])(W),_0x46dd48=(0x0,r[_0x315cb3(0x5c6)])(()=>_0x3a7e71['state$'],_0x3a7e71[_0x315cb3(0x531)](),!0x1,[_0x3a7e71]),_0x464161=(0x0,r['useObservable'])(()=>_0x49dae7[_0x315cb3(0x2a7)],{'undos':0x0,'redos':0x0},!0x1,[_0x49dae7]),_0x20cb66=(0x0,r[_0x315cb3(0x5c6)])(()=>_0x45114b,!0x1,!0x1,[_0x45114b]),_0x3fa3fa=(0x0,r[_0x315cb3(0x5c6)])(()=>_0xe9adfb[_0x315cb3(0x172)],_0xe9adfb[_0x315cb3(0x4ee)](),!0x1,[_0xe9adfb]),_0x35fa1b=_0xe9adfb[_0x315cb3(0x4dc)](_0x16533c),[_0x1b3cdd,_0x414bc2]=(0x0,i[_0x315cb3(0x604)])(0x0),[_0x4cccc8,_0x3ce499]=(0x0,i['useState'])(null),[_0x28fb5d,_0x2afb10]=(0x0,i['useState'])(!0x1),[_0x52cea4,_0xa6a103]=(0x0,i['useState'])(null),_0x425b6a=(0x0,i[_0x315cb3(0x361)])(null),_0x202765=_0x4ef996['getUnit'](_0x415bd7,e[_0x315cb3(0x50c)][_0x315cb3(0x406)]),_0x539bb7=_0x202765==null?void 0x0:_0x202765['getSnapshot'](),_0x180ee7=po(_0x539bb7,_0x46dd48[_0x315cb3(0x6a6)]),_0x17be7f=mo(_0x180ee7),_0x2cbcb7=ho(_0x180ee7,_0x46dd48[_0x315cb3(0x446)]),_0x13989f=Ga({'embedId':_0x16533c,'activeEmbedId':_0x3fa3fa==null?void 0x0:_0x3fa3fa['embedId'],'stage':_0x35fa1b,'fullscreen':_0x1082bc,'usesDomFloatingStage':_0x6c15fd,'renderScopeActive':_0x20cb66})===_0x315cb3(0x55f),_0x4a0354=Ja(_0x1082bc),_0x47b16d=Ya(_0x1082bc),_0x7c0ffe=Xa(_0x1082bc),_0x5b0d48=_0x4a0354?_0x315cb3(0x375):_0x315cb3(0x179);if((0x0,i['useEffect'])(()=>{const _0x5428c3=_0x315cb3;_0x13989f||(_0x29eb05[_0x5428c3(0x4aa)](),_0x29eb05[_0x5428c3(0x6ef)](),_0x29eb05['closeActiveEditor'](),_0x3ce499(null),_0x2afb10(!0x1),_0xa6a103(null));},[_0x13989f,_0x29eb05]),(0x0,i[_0x315cb3(0x196)])(()=>{const _0x17ed62=_0x315cb3;if(!_0x4cccc8)return;let _0x558bf7=_0xeda82c=>{const _0x11ec97=_0x481e;var _0x2aba14;let _0xe4cd1a=_0xeda82c[_0x11ec97(0x336)]instanceof Node?_0xeda82c['target']:null;_0xe4cd1a&&(_0x2aba14=_0x425b6a['current'])!=null&&_0x2aba14['contains'](_0xe4cd1a)||_0x3ce499(null);},_0x150aaa=_0x2a7af4=>{const _0x447829=_0x481e;_0x2a7af4[_0x447829(0x35b)]==='Escape'&&_0x3ce499(null);};return document[_0x17ed62(0x5d7)](_0x17ed62(0x6da),_0x558bf7,!0x0),document[_0x17ed62(0x5d7)](_0x17ed62(0x63e),_0x150aaa,!0x0),()=>{const _0x2dd39b=_0x17ed62;document[_0x2dd39b(0x76d)](_0x2dd39b(0x6da),_0x558bf7,!0x0),document['removeEventListener']('keydown',_0x150aaa,!0x0);};},[_0x4cccc8]),!_0x539bb7||!_0x202765||!_0x180ee7||!_0x2cbcb7)return null;let _0x195457=()=>{const _0x1db92c=_0x315cb3;_0xe9adfb[_0x1db92c(0x27a)]({'hostUnitId':_0x304afd,'embedId':_0x16533c,'childUnitId':_0x415bd7},_0x1db92c(0x55f));},_0x528260=(_0x25d861,_0x254fb6)=>{const _0x13291e=_0x315cb3;_0x195457(),_0x528524['executeCommand'](c[_0x13291e(0x6f7)]['id'],{'type':_0x25d861,'anchor':yo(_0x254fb6['getBoundingClientRect']())});},_0x1c4f81=_0x1ca770=>{const _0x382e93=_0x315cb3;_0x195457(),_0x528524[_0x382e93(0x1e2)](c[_0x382e93(0x3aa)]['id'],{'tableId':_0x180ee7['id'],'unitId':_0x415bd7,'viewId':_0x1ca770}),_0x414bc2(_0x4c83cf=>_0x4c83cf+0x1);},_0x5fad0d=_0x2c3da8=>{const _0x4a5d81=_0x315cb3;_0x195457();let _0x3aeead='view-'+(0x0,e[_0x4a5d81(0x43a)])(0x6),_0x52f16f=_0x44961c[_0x4a5d81(0x1f9)](_0x2c3da8)[_0x4a5d81(0x2a3)](_0x180ee7);_0x528524['executeCommand'](h[_0x4a5d81(0x374)]['id'],{'unitId':_0x415bd7,'tableId':_0x180ee7['id'],'view':{'id':_0x3aeead,'tableId':_0x180ee7['id'],'name':(0x0,c[_0x4a5d81(0x24b)])(_0x44efc8,_0x2c3da8),'type':_0x2c3da8,'config':_0x52f16f,'fieldOrder':[..._0x180ee7['fieldOrder']],'fieldSettings':{}}})[_0x4a5d81(0x27b)](_0x4a9228=>{_0x4a9228&&_0x1c4f81(_0x3aeead);}),_0x3ce499(null),_0x2afb10(!0x1),_0x414bc2(_0x18c4ef=>_0x18c4ef+0x1);},_0x4dd1cd=_0x11e5ba=>{const _0x35d27d=_0x315cb3;var _0x399638;let _0x1b8891=(_0x399638=_0x17be7f[0x0])==null?void 0x0:_0x399638['id'];!_0x1b8891||_0x1b8891===_0x11e5ba||(_0x195457(),_0x528524[_0x35d27d(0x1e2)](h[_0x35d27d(0x518)]['id'],{'unitId':_0x415bd7,'tableId':_0x180ee7['id'],'viewId':_0x11e5ba,'target':{'beforeViewId':_0x1b8891}}),_0x414bc2(_0x37a8d9=>_0x37a8d9+0x1));},_0x5d069b=(_0x1b92d9,_0x5496d0)=>{const _0x5606e1=_0x315cb3;_0x195457(),_0x528524[_0x5606e1(0x1e2)](h['MoveBaseViewCommand']['id'],{'unitId':_0x415bd7,'tableId':_0x180ee7['id'],'viewId':_0x1b92d9,'target':_0x5496d0}),_0x414bc2(_0x25dc11=>_0x25dc11+0x1);},_0x4be1fb=(_0xc02634,_0x1f6463)=>{const _0x4a7486=_0x315cb3;_0x195457(),_0x528524['executeCommand'](h[_0x4a7486(0x378)]['id'],{'unitId':_0x415bd7,'tableId':_0x180ee7['id'],'viewId':_0xc02634,'name':_0x1f6463}),_0x414bc2(_0x313651=>_0x313651+0x1);},_0x1c3189=_0xd1ee38=>{const _0x4aad57=_0x315cb3;let _0x265e99=_0x180ee7[_0x4aad57(0x5f4)][_0xd1ee38];if(!_0x265e99||_0x265e99[_0x4aad57(0x385)])return;_0x195457();let _0xbd3dc6=go(_0x265e99,_0x180ee7['id'],_0x44efc8['t'](_0x4aad57(0x219)));_0x528524[_0x4aad57(0x1e2)](h['CreateBaseViewCommand']['id'],{'unitId':_0x415bd7,'tableId':_0x180ee7['id'],'view':_0xbd3dc6})[_0x4aad57(0x27b)](_0x55e375=>{_0x55e375&&_0x1c4f81(_0xbd3dc6['id']);}),_0x414bc2(_0x35c326=>_0x35c326+0x1);},_0x2f755a=()=>{const _0x56cd99=_0x315cb3;var _0x35e675;let _0x3cf673=_0x52cea4==null?_0x2cbcb7['id']:_0x52cea4;if(_0x17be7f[_0x56cd99(0x65c)]<=0x1){_0xa6a103(null);return;}let _0x553982=(_0x35e675=_0x17be7f[_0x56cd99(0x27e)](_0x329c37=>_0x329c37['id']!==_0x3cf673))==null?void 0x0:_0x35e675['id'];_0x528524[_0x56cd99(0x1e2)](h[_0x56cd99(0x4e2)]['id'],{'unitId':_0x415bd7,'tableId':_0x180ee7['id'],'viewId':_0x3cf673})[_0x56cd99(0x27b)](_0x1a83a5=>{_0x1a83a5&&_0x553982&&_0x1c4f81(_0x553982);}),_0xa6a103(null),_0x414bc2(_0x39d03a=>_0x39d03a+0x1);},_0x3705de=()=>{const _0xd3b52b=_0x315cb3;_0x528524['executeCommand'](t[_0xd3b52b(0x263)]['id'],{'hostUnitId':_0x304afd,'embedId':_0x16533c});},_0x2a1d56=_0x105dd4=>{const _0x3c186b=_0x315cb3;_0x105dd4[_0x3c186b(0x19d)]();},_0x5a9741=_0x371e8d=>{const _0x5e1716=_0x315cb3;_0x371e8d[_0x5e1716(0x52e)](),_0x371e8d[_0x5e1716(0x19d)]();};return(0x0,o[_0x315cb3(0x1f5)])(o['Fragment'],{'children':[(0x0,o[_0x315cb3(0x1f5)])(_0x315cb3(0x61c),{'className':qa({'entry':_0x466948,'fullscreen':_0x1082bc,'stage':_0x13989f?'stage2':_0x315cb3(0x25f)}),'data-embed-floating-menu':_0x315cb3(0x718),'data-embed-id':_0x16533c,'data-embed-float-stage':_0x13989f?_0x315cb3(0x55f):_0x315cb3(0x25f),'data-base-render-version':_0x1b3cdd,...Za(_0x16533c),'onClick':_0x2a1d56,'onDoubleClick':_0x2a1d56,'onMouseDown':_0x5a9741,'onMouseUp':_0x2a1d56,'onPointerDown':_0x5a9741,'onPointerUp':_0x2a1d56,'children':[_0x47b16d?(0x0,o[_0x315cb3(0x1ab)])(no,{'embedId':_0x16533c,'activeView':_0x2cbcb7,'views':_0x17be7f,'addViewOpen':_0x28fb5d,'onAddViewOpenChange':_0x2afb10,'onActivateView':_0x1c4f81,'onAddView':_0x5fad0d,'onSetViewAsFirst':_0x4dd1cd,'onMoveView':_0x5d069b,'onRenameView':_0x4be1fb,'onDuplicateView':_0x1c3189,'onConfigureView':_0x34e0c8=>_0x528260(_0x315cb3(0x33b),_0x34e0c8),'onDeleteView':_0xa6a103}):(0x0,o[_0x315cb3(0x1ab)])(ro,{'activeView':_0x2cbcb7,'views':_0x17be7f,'onActivateView':_0x1c4f81,'embedId':_0x16533c,'onAddView':_0x594cf8=>{const _0x578286=_0x315cb3;_0x195457(),_0x3ce499(_0x594cf8[_0x578286(0x539)]());},'onConfigureView':_0x29c71f=>_0x528260(_0x315cb3(0x33b),_0x29c71f),'onDeleteView':()=>_0xa6a103(_0x2cbcb7['id'])}),(0x0,o['jsxs'])(_0x315cb3(0x61c),{'className':_0x315cb3(0x29a),'children':[(0x0,o[_0x315cb3(0x1ab)])(c[_0x315cb3(0x13e)],{'iconOnly':!_0x4a0354,'className':_0x5b0d48,'state':{...so(_0x2cbcb7,_0x464161),'searchOpen':_0x46dd48[_0x315cb3(0x68a)][_0x315cb3(0x690)],'searchQuery':_0x46dd48[_0x315cb3(0x68a)]['query'],'searchActiveIndex':_0x46dd48[_0x315cb3(0x68a)]['activeIndex']},'onAddRecord':_0x5572d9=>_0x5572d9&&_0x528260(_0x315cb3(0x22f),_0x5572d9),'onCustomizeField':_0x2b5055=>_0x528260(_0x315cb3(0x1fa),_0x2b5055),'onCustomizeKanban':_0x40cd4f=>_0x528260('customizeKanban',_0x40cd4f),'onCustomizeGallery':_0x2ac2fe=>_0x528260('customizeGallery',_0x2ac2fe),'onCalendarEventSettings':_0x27e64a=>_0x528260(_0x315cb3(0x381),_0x27e64a),'onCalendarViewSettings':_0x1fb405=>_0x528260(_0x315cb3(0x54e),_0x1fb405),'onViewSettings':_0x4f33d3=>_0x528260(_0x315cb3(0x33b),_0x4f33d3),'onFilter':_0x435bde=>_0x528260('filter',_0x435bde),'onGroup':_0x44ba43=>_0x528260(_0x315cb3(0x3e5),_0x44ba43),'onSort':_0x20ac2f=>_0x528260('sort',_0x20ac2f),'onRowHeight':_0x52585d=>_0x528260(_0x315cb3(0x1b1),_0x52585d),'onConditionalColoring':_0x12ab36=>_0x528260('conditionalColoring',_0x12ab36),'onUndo':()=>void _0x528524[_0x315cb3(0x1e2)](e[_0x315cb3(0x5d2)]['id']),'onRedo':()=>void _0x528524[_0x315cb3(0x1e2)](e[_0x315cb3(0x6e7)]['id']),'onOpenSearch':()=>_0x3a7e71[_0x315cb3(0x742)](),'onSearchQueryChange':_0x4b327d=>_0x3a7e71[_0x315cb3(0x14d)](_0x4b327d),'onSearchPrevious':()=>{const _0x5881b2=_0x315cb3;var _0x21ac6f;return _0x3a7e71[_0x5881b2(0x4be)](Math['max'](0x0,((_0x21ac6f=_0x46dd48['search'][_0x5881b2(0x242)])==null?0x0:_0x21ac6f)-0x1));},'onSearchNext':()=>{const _0x9b4031=_0x315cb3;var _0x21fa37;return _0x3a7e71[_0x9b4031(0x4be)](((_0x21fa37=_0x46dd48[_0x9b4031(0x68a)][_0x9b4031(0x242)])==null?-0x1:_0x21fa37)+0x1);},'onCloseSearch':()=>_0x3a7e71[_0x315cb3(0x5e7)]()}),_0x7c0ffe?(0x0,o[_0x315cb3(0x1f5)])(o['Fragment'],{'children':[(0x0,o[_0x315cb3(0x1ab)])(vo,{}),(0x0,o[_0x315cb3(0x1ab)])(_o,{'title':_0x44efc8['t']('bases-ui.common.delete'),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x3705de,'children':(0x0,o[_0x315cb3(0x1ab)])(n[_0x315cb3(0x2c6)],{})})]}):null]})]}),_0x4cccc8?(0x0,g['createPortal'])((0x0,o[_0x315cb3(0x1ab)])(_0x315cb3(0x61c),{'ref':_0x425b6a,'data-u-comp':_0x315cb3(0x434),'data-embed-id':_0x16533c,[Va]:'true','className':'univer-fixed\x20univer-z-[900]','style':bo(_0x4cccc8),'onPointerDown':_0x23f4e3=>_0x23f4e3[_0x315cb3(0x19d)](),'children':(0x0,o[_0x315cb3(0x1ab)])(c[_0x315cb3(0x22c)],{'views':(0x0,c[_0x315cb3(0x359)])(_0x44efc8),'onCreate':_0x5fad0d})}),(_0x55128a=(0x0,c[_0x315cb3(0x568)])(!0x0))==null?document[_0x315cb3(0x3e8)]:_0x55128a):null,(0x0,o['jsx'])(c[_0x315cb3(0x1dc)],{'open':!!_0x52cea4,'title':_0x44efc8['t'](_0x315cb3(0x6fd)),'description':_0x44efc8['t'](_0x315cb3(0x1ee)),'onCancel':()=>_0xa6a103(null),'onConfirm':_0x2f755a}),_0x1082bc?(0x0,o['jsx'])($a,{'embedId':_0x16533c,'childUnitId':_0x415bd7,'base':_0x202765,'activeTable':_0x180ee7}):null]});}function $a(_0x25ed12){const _0x20c4c3=_0xf1d127;let _0x440a9f=eo(_0x25ed12[_0x20c4c3(0x5b8)]);return _0x440a9f?(0x0,g[_0x20c4c3(0x586)])((0x0,o['jsx'])(to,{'childUnitId':_0x25ed12[_0x20c4c3(0x28d)],'base':_0x25ed12[_0x20c4c3(0x69d)],'activeTable':_0x25ed12['activeTable']}),_0x440a9f):null;}function eo(_0x47557b){const _0x57ce7e=_0xf1d127;let [_0x3d9317,_0x3d27f8]=(0x0,i[_0x57ce7e(0x604)])(null);return(0x0,i[_0x57ce7e(0x196)])(()=>{const _0x4a48ec=_0x57ce7e;let _0x3fbb3f=0x0,_0x521f21=()=>{const _0x3ed5b9=_0x481e;var _0x1b45c7;_0x3d27f8((_0x1b45c7=Array['from'](document[_0x3ed5b9(0x548)](_0x3ed5b9(0x37f)))[_0x3ed5b9(0x27e)](_0x1b3a1f=>_0x1b3a1f[_0x3ed5b9(0x24f)][_0x3ed5b9(0x5b8)]===_0x47557b))==null?null:_0x1b45c7);};return _0x521f21(),_0x3fbb3f=window[_0x4a48ec(0x2c2)](_0x521f21),()=>{const _0x3f81e7=_0x4a48ec;window[_0x3f81e7(0x3f2)](_0x3fbb3f);};},[_0x47557b]),_0x3d9317;}function to(_0x5bd418){const _0x2b8adc=_0xf1d127;var _0x56997e,_0x564d15,_0x4ba80c,_0x3acb83,_0x474385,_0x4aaa0b;let {childUnitId:_0x131f65,base:_0x4a25f8,activeTable:_0xc1d757}=_0x5bd418,_0x341357=(0x0,r[_0x2b8adc(0x667)])(e[_0x2b8adc(0x16b)]),_0x2a76c9=(0x0,r[_0x2b8adc(0x667)])(e[_0x2b8adc(0x72e)]),_0x5cc6df=(0x0,r[_0x2b8adc(0x667)])(e[_0x2b8adc(0x237)]),_0x1a3a2a=(0x0,r['useDependency'])(c[_0x2b8adc(0x499)]),_0x3d3bbe=(0x0,r[_0x2b8adc(0x5c6)])(()=>_0x1a3a2a[_0x2b8adc(0x607)],_0x1a3a2a[_0x2b8adc(0x531)](),!0x1,[_0x1a3a2a]),[_0x49550a,_0x11cb03]=(0x0,i[_0x2b8adc(0x604)])(null),[_0x4da6a0,_0x63039d]=(0x0,i[_0x2b8adc(0x604)])(null),[_0x54a0cc,_0x224404]=(0x0,i['useState'])(''),[_0x57fec3,_0x526bd6]=(0x0,i[_0x2b8adc(0x604)])(_0x2b8adc(0x247)),[_0x1dbdec,_0x2a4ea3]=(0x0,i[_0x2b8adc(0x604)])(null),_0x3d0d0a=(_0x56997e=_0x2a76c9==null||(_0x564d15=_0x2a76c9['getConfig'](c['BASES_UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0x564d15['workbench'])==null?{}:_0x56997e,_0xa20835=(_0x4ba80c=(_0x3acb83=(_0x474385=_0x3d3bbe[_0x2b8adc(0x42c)]['leftPanelWidth'])==null?_0x3d0d0a[_0x2b8adc(0x55c)]:_0x474385)==null?(_0x4aaa0b=c[_0x2b8adc(0x301)]['workbench'])==null?void 0x0:_0x4aaa0b['leftPanelWidth']:_0x3acb83)==null?c[_0x2b8adc(0x2d2)]:_0x4ba80c,_0xbd5519=_0x4a25f8[_0x2b8adc(0x2dc)](),_0x3c00d6=lo(_0xbd5519,_0xc1d757['id']),_0x545ced=_0x49204e=>{const _0x13eac3=_0x2b8adc;let _0x15618f=_0xbd5519[_0x13eac3(0x215)][_0x49204e];if(!_0x15618f||_0x15618f[_0x13eac3(0x385)])return;let _0x39f2a1=_0x15618f[_0x13eac3(0x19f)]['find'](_0x420b78=>{const _0x8cef07=_0x13eac3;let _0x1a7b36=_0x15618f[_0x8cef07(0x5f4)][_0x420b78];return _0x1a7b36&&!_0x1a7b36[_0x8cef07(0x385)];});_0x1a3a2a[_0x13eac3(0x538)](_0x15618f['id']),_0x39f2a1&&_0x1a3a2a['activateView'](_0x39f2a1),_0x1a3a2a[_0x13eac3(0x144)](null),_0x1a3a2a[_0x13eac3(0x66f)](),_0x341357[_0x13eac3(0x1e2)](c[_0x13eac3(0x184)]['id'],{'unitId':_0x131f65,'tableId':_0x49204e});},_0x4674a4=async()=>{const _0x54bcf4=_0x2b8adc;let _0x26ced8=(0x0,e[_0x54bcf4(0x712)])({'id':'table-'+(0x0,e[_0x54bcf4(0x43a)])(0x8),'name':uo(_0x4a25f8[_0x54bcf4(0x2dc)](),_0x3f7afb=>_0x5cc6df['t'](_0x54bcf4(0x495),String(_0x3f7afb))),'primaryFieldId':_0x54bcf4(0x510)+(0x0,e[_0x54bcf4(0x43a)])(0x8),'gridViewId':_0x54bcf4(0x651)+(0x0,e[_0x54bcf4(0x43a)])(0x8)});await _0x341357[_0x54bcf4(0x1e2)](h[_0x54bcf4(0x1e3)]['id'],{'unitId':_0x131f65,'table':_0x26ced8})&&(_0x1a3a2a[_0x54bcf4(0x538)](_0x26ced8['id']),_0x1a3a2a[_0x54bcf4(0x37b)](_0x26ced8['viewOrder'][0x0]),_0x1a3a2a[_0x54bcf4(0x144)](null),_0x1a3a2a[_0x54bcf4(0x66f)](),_0x2a4ea3(_0x26ced8['id']));},_0x37d1a3=async(_0x1f18a9,_0x2bce3d,_0x52d391)=>{const _0x4bfb73=_0x2b8adc;let _0x5c80df=_0x4a25f8[_0x4bfb73(0x2dc)](),_0x2e8764=_0x5c80df['tables'][_0x1f18a9];if(!_0x2e8764||_0x2e8764[_0x4bfb73(0x385)])return;let _0x95c897=(0x0,h['copyBaseTableSnapshot'])(_0x2e8764,{'id':_0x4bfb73(0x3c1)+(0x0,e[_0x4bfb73(0x43a)])(0x8),'name':_0x2bce3d,'includeRecords':_0x52d391===_0x4bfb73(0x553),'regenerateViewIds':!0x0,'createViewId':()=>_0x4bfb73(0x651)+(0x0,e[_0x4bfb73(0x43a)])(0x8)});await _0x341357['executeCommand'](h['CreateBaseTableCommand']['id'],{'unitId':_0x131f65,'table':_0x95c897,'index':_0x5c80df['tableOrder'][_0x4bfb73(0x2bb)](_0x1f18a9)+0x1})&&(_0x1a3a2a[_0x4bfb73(0x538)](_0x95c897['id']),_0x1a3a2a['activateView'](_0x95c897[_0x4bfb73(0x19f)][0x0]),_0x1a3a2a[_0x4bfb73(0x144)](null),_0x1a3a2a[_0x4bfb73(0x66f)]());},_0x5a12c0=async _0x11f0dd=>{const _0x10f534=_0x2b8adc;let _0x40c281=_0x4a25f8['getSnapshot'](),_0x105127=lo(_0x40c281,_0xc1d757['id'])['map'](_0x497724=>_0x497724['id']);if(_0x105127[_0x10f534(0x65c)]<=0x1)return;let _0xecd173=_0x11f0dd===_0xc1d757['id']?_0x105127[_0x10f534(0x27e)](_0x309878=>_0x309878!==_0x11f0dd):null;if(await _0x341357[_0x10f534(0x1e2)](h['DeleteBaseTableCommand']['id'],{'unitId':_0x131f65,'tableId':_0x11f0dd})&&_0xecd173){let _0x1c29ec=_0x40c281[_0x10f534(0x215)][_0xecd173],_0x3ac1a8=_0x1c29ec==null?void 0x0:_0x1c29ec[_0x10f534(0x19f)][_0x10f534(0x27e)](_0x16118b=>_0x1c29ec['views'][_0x16118b]&&!_0x1c29ec[_0x10f534(0x5f4)][_0x16118b][_0x10f534(0x385)]);_0x1a3a2a['activateTable'](_0xecd173),_0x3ac1a8&&_0x1a3a2a[_0x10f534(0x37b)](_0x3ac1a8),_0x1a3a2a['setSelection'](null),_0x1a3a2a[_0x10f534(0x66f)]();}};return(0x0,o[_0x2b8adc(0x1f5)])(o[_0x2b8adc(0x767)],{'children':[(0x0,o[_0x2b8adc(0x1ab)])(c[_0x2b8adc(0x265)],{'title':_0xbd5519[_0x2b8adc(0x60f)]||_0x2b8adc(0x6ae),'items':_0x3c00d6,'width':_0xa20835,'pendingRenameItemId':_0x1dbdec,'onActivateItem':_0x545ced,'onAddTable':()=>{_0x4674a4();},'onRenameTable':(_0x13673b,_0x5a183d)=>{const _0x437586=_0x2b8adc;_0x341357[_0x437586(0x1e2)](h[_0x437586(0x15e)]['id'],{'unitId':_0x131f65,'tableId':_0x13673b,'name':_0x5a183d});},'onPendingRenameItemConsumed':_0x408b3a=>{_0x1dbdec===_0x408b3a&&_0x2a4ea3(null);},'onDuplicateTable':_0x3b96cc=>{const _0x172182=_0x2b8adc;let _0x28acb6=_0x4a25f8[_0x172182(0x2dc)](),_0x1fc0c8=_0x28acb6[_0x172182(0x215)][_0x3b96cc];!_0x1fc0c8||_0x1fc0c8['deleted']||(_0x63039d(_0x3b96cc),_0x224404(fo(_0x28acb6,_0x5cc6df['t'](_0x172182(0x676),_0x1fc0c8[_0x172182(0x60f)]))),_0x526bd6(_0x172182(0x247)));},'onDeleteTable':_0x11cb03,'onResizeWidth':_0x7ef65c=>_0x1a3a2a['setLeftPanelWidth'](_0x7ef65c)}),(0x0,o[_0x2b8adc(0x1ab)])(c[_0x2b8adc(0x362)],{'open':!!_0x4da6a0,'name':_0x54a0cc,'mode':_0x57fec3,'onNameChange':_0x224404,'onModeChange':_0x526bd6,'onCancel':()=>_0x63039d(null),'onConfirm':()=>{const _0x533275=_0x2b8adc;let _0xe222d1=_0x4da6a0,_0x141acd=_0x54a0cc[_0x533275(0x372)](),_0x5326bb=_0x57fec3;!_0xe222d1||!_0x141acd||(_0x63039d(null),_0x37d1a3(_0xe222d1,_0x141acd,_0x5326bb));}}),(0x0,o['jsx'])(c[_0x2b8adc(0x1dc)],{'open':!!_0x49550a,'title':_0x5cc6df['t'](_0x2b8adc(0x670)),'description':_0x5cc6df['t']('bases-ui.confirmDelete.tableDescription'),'onCancel':()=>_0x11cb03(null),'onConfirm':()=>{let _0x17d0e0=_0x49550a;_0x11cb03(null),_0x17d0e0&&_0x5a12c0(_0x17d0e0);}})]});}function no(_0x267635){const _0x42c7af=_0xf1d127;let {activeView:_0x441682,views:_0x408e53,addViewOpen:_0x457286,onAddViewOpenChange:_0x15a0a0,onActivateView:_0x54d52d,onAddView:_0x1d97dd,onSetViewAsFirst:_0x28fc52,onMoveView:_0xc64cdd,onRenameView:_0x321d0d,onDuplicateView:_0x519519,onConfigureView:_0x212e8b,onDeleteView:_0x200962}=_0x267635,_0x5a28be=(0x0,r[_0x42c7af(0x667)])(e[_0x42c7af(0x237)]);return(0x0,o[_0x42c7af(0x1ab)])(_0x42c7af(0x61c),{'data-u-comp':_0x42c7af(0x626),'className':_0x42c7af(0x4fa),'children':(0x0,o[_0x42c7af(0x1ab)])(c[_0x42c7af(0x69e)],{'className':_0x42c7af(0x3a3),'views':_0x408e53[_0x42c7af(0x4ff)](_0x2b6329=>({'id':_0x2b6329['id'],'name':_0x2b6329[_0x42c7af(0x60f)],'type':_0x2b6329[_0x42c7af(0x5ea)],'deleted':_0x2b6329[_0x42c7af(0x385)]})),'activeViewId':_0x441682['id'],'onActivateView':_0x54d52d,'onSetViewAsFirst':_0x28fc52,'onMoveView':_0xc64cdd,'onRenameView':_0x321d0d,'onDuplicateView':_0x519519,'onConfigureView':_0x212e8b,'onDeleteView':_0x200962,'onAddView':()=>_0x15a0a0(!_0x457286),'addViewDropdown':{'open':_0x457286,'onOpenChange':_0x15a0a0,'overlay':(0x0,o['jsx'])(_0x42c7af(0x61c),{'data-u-comp':_0x42c7af(0x422),'data-embed-id':_0x267635[_0x42c7af(0x5b8)],[Va]:_0x42c7af(0x718),'children':(0x0,o[_0x42c7af(0x1ab)])(c['AddViewMenu'],{'views':(0x0,c[_0x42c7af(0x359)])(_0x5a28be),'onCreate':_0x1d97dd})})}})});}function ro(_0x3aea7c){const _0x4a49e4=_0xf1d127;var _0x5eaafb,_0x13965d,_0xa93fb8;let {activeView:_0x10645f,views:_0x5ae6a7,onActivateView:_0x389168,onAddView:_0x598468,onConfigureView:_0x38ed96,onDeleteView:_0x10a0d4}=_0x3aea7c,_0x13f353=(0x0,r[_0x4a49e4(0x667)])(e[_0x4a49e4(0x237)]),_0xed28d0=(0x0,i[_0x4a49e4(0x361)])(null),_0x12015d=(0x0,i[_0x4a49e4(0x361)])(null),[_0x2c1edf,_0xbb7e33]=(0x0,i[_0x4a49e4(0x604)])(!0x1),_0x1998a9=_0x258756=>{const _0x457804=_0x4a49e4;_0x258756[_0x457804(0x52e)](),_0x258756[_0x457804(0x19d)]();},_0x2271e8=(_0x5eaafb=(_0x13965d=_0xed28d0[_0x4a49e4(0x487)])==null?void 0x0:_0x13965d[_0x4a49e4(0x539)]())==null?null:_0x5eaafb;return(0x0,i[_0x4a49e4(0x196)])(()=>{if(!_0x2c1edf)return;let _0x38656f=_0x10ba51=>{const _0x7605e5=_0x481e;var _0x5b215e,_0x3b5ea8;let _0xe23ce7=_0x10ba51[_0x7605e5(0x336)]instanceof Node?_0x10ba51[_0x7605e5(0x336)]:null;!_0xe23ce7||(_0x5b215e=_0xed28d0[_0x7605e5(0x487)])!=null&&_0x5b215e[_0x7605e5(0x596)](_0xe23ce7)||(_0x3b5ea8=_0x12015d[_0x7605e5(0x487)])!=null&&_0x3b5ea8[_0x7605e5(0x596)](_0xe23ce7)||_0xbb7e33(!0x1);},_0xb779c2=_0x1e48be=>{const _0xfa0f8e=_0x481e;_0x1e48be[_0xfa0f8e(0x35b)]===_0xfa0f8e(0x36b)&&_0xbb7e33(!0x1);};return document['addEventListener']('pointerdown',_0x38656f,!0x0),document['addEventListener']('keydown',_0xb779c2,!0x0),()=>{const _0x4f5b9e=_0x481e;document[_0x4f5b9e(0x76d)](_0x4f5b9e(0x6da),_0x38656f,!0x0),document['removeEventListener'](_0x4f5b9e(0x63e),_0xb779c2,!0x0);};},[_0x2c1edf]),(0x0,o['jsxs'])(o[_0x4a49e4(0x767)],{'children':[(0x0,o[_0x4a49e4(0x1f5)])(s['Button'],{'ref':_0xed28d0,'type':_0x4a49e4(0x675),'size':_0x4a49e4(0x6a0),'variant':_0x4a49e4(0x192),'className':_0x4a49e4(0x5ab),'title':_0x10645f['name'],'aria-label':_0x13f353['t']('bases-ui.viewSettings.title'),'onClick':_0x1a0eaf=>{_0x1a0eaf['stopPropagation'](),_0xbb7e33(_0x46e8dc=>!_0x46e8dc);},'onMouseDown':_0x1998a9,'onPointerDown':_0x1998a9,'children':[(0x0,o[_0x4a49e4(0x1ab)])(_0x4a49e4(0x67c),{'className':_0x4a49e4(0x21b),'aria-hidden':_0x4a49e4(0x718),'children':(0x0,o['jsx'])(c['BaseViewIcon'],{'type':_0x10645f[_0x4a49e4(0x5ea)]})}),(0x0,o[_0x4a49e4(0x1ab)])('span',{'className':_0x4a49e4(0x38e),'children':_0x10645f[_0x4a49e4(0x60f)]}),(0x0,o[_0x4a49e4(0x1ab)])(n[_0x4a49e4(0x319)],{'className':_0x4a49e4(0x3f9)})]}),_0x2c1edf&&_0x2271e8?(0x0,g['createPortal'])((0x0,o[_0x4a49e4(0x1f5)])('div',{'ref':_0x12015d,'data-u-comp':_0x4a49e4(0x529),'data-embed-id':_0x3aea7c[_0x4a49e4(0x5b8)],[Va]:_0x4a49e4(0x718),'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':xo(_0x2271e8),'onClick':_0x28265c=>_0x28265c[_0x4a49e4(0x19d)](),'onMouseDown':_0x1998a9,'onPointerDown':_0x1998a9,'children':[(0x0,o[_0x4a49e4(0x1ab)])('div',{'className':'univer-grid\x20univer-gap-0.5','children':_0x5ae6a7[_0x4a49e4(0x4ff)](_0x176b8e=>(0x0,o[_0x4a49e4(0x1ab)])(s['Button'],{'type':'button','variant':_0x4a49e4(0x192),'size':_0x4a49e4(0x6a0),'className':'univer-h-8\x20univer-w-full\x20univer-px-2','onClick':_0x1d39cb=>{const _0x42fcb5=_0x4a49e4;_0x1d39cb[_0x42fcb5(0x19d)](),_0x389168(_0x176b8e['id']),_0xbb7e33(!0x1);},'children':(0x0,o[_0x4a49e4(0x1ab)])(io,{'icon':(0x0,o['jsx'])(c[_0x4a49e4(0x689)],{'type':_0x176b8e[_0x4a49e4(0x5ea)]}),'label':_0x176b8e[_0x4a49e4(0x60f)],'trailing':_0x176b8e['id']===_0x10645f['id']?(0x0,o[_0x4a49e4(0x1ab)])(_0x4a49e4(0x67c),{'className':_0x4a49e4(0x4dd)}):null})},_0x176b8e['id']))}),(0x0,o[_0x4a49e4(0x1ab)])(oo,{}),(0x0,o[_0x4a49e4(0x1ab)])(ao,{'icon':(0x0,o[_0x4a49e4(0x1ab)])(n[_0x4a49e4(0x2c8)],{}),'label':_0x13f353['t']('bases-ui.viewSettings.addView'),'onClick':()=>{const _0x36e866=_0x4a49e4;let _0x36645d=_0xed28d0[_0x36e866(0x487)];_0x36645d&&_0x598468(_0x36645d),_0xbb7e33(!0x1);}}),(0x0,o[_0x4a49e4(0x1ab)])(ao,{'icon':(0x0,o[_0x4a49e4(0x1ab)])(n[_0x4a49e4(0x168)],{}),'label':_0x13f353['t'](_0x4a49e4(0x69a)),'onClick':()=>{let _0x44e1f5=_0xed28d0['current'];_0x44e1f5&&_0x38ed96(_0x44e1f5),_0xbb7e33(!0x1);}}),(0x0,o[_0x4a49e4(0x1ab)])(ao,{'danger':!0x0,'disabled':_0x5ae6a7['length']<=0x1,'icon':(0x0,o[_0x4a49e4(0x1ab)])(n[_0x4a49e4(0x2c6)],{}),'label':_0x13f353['t'](_0x4a49e4(0x46c)),'onClick':()=>{_0x10a0d4(),_0xbb7e33(!0x1);}})]}),(_0xa93fb8=(0x0,c[_0x4a49e4(0x568)])(!0x0))==null?document[_0x4a49e4(0x3e8)]:_0xa93fb8):null]});}function io(_0x207f98){const _0x4c4acb=_0xf1d127;return(0x0,o[_0x4c4acb(0x1f5)])(_0x4c4acb(0x67c),{'className':_0x4c4acb(0x552),'children':[(0x0,o[_0x4c4acb(0x1ab)])(_0x4c4acb(0x67c),{'className':_0x4c4acb(0x3d1),'aria-hidden':_0x4c4acb(0x718),'children':_0x207f98['icon']}),(0x0,o[_0x4c4acb(0x1ab)])(_0x4c4acb(0x67c),{'className':'univer-min-w-0\x20univer-truncate\x20univer-text-left','children':_0x207f98[_0x4c4acb(0x24c)]}),(0x0,o[_0x4c4acb(0x1ab)])(_0x4c4acb(0x67c),{'className':_0x4c4acb(0x40c),'children':_0x207f98[_0x4c4acb(0x6ff)]})]});}function ao(_0x31b398){const _0x6b15e=_0xf1d127;let {danger:_0x2479e3,disabled:_0x27a30d,icon:_0x56b92a,label:_0x41feb6,onClick:_0x2f5d62}=_0x31b398;return(0x0,o['jsx'])(s[_0x6b15e(0x68b)],{'type':_0x6b15e(0x675),'variant':_0x6b15e(0x192),'size':_0x6b15e(0x6a0),'disabled':_0x27a30d,'className':[_0x6b15e(0x5c3),_0x2479e3?_0x6b15e(0x755):'']['filter'](Boolean)[_0x6b15e(0x4bb)]('\x20'),'onClick':_0x30a7ee=>{const _0x7802b2=_0x6b15e;_0x30a7ee[_0x7802b2(0x19d)](),_0x2f5d62();},'children':(0x0,o[_0x6b15e(0x1ab)])(io,{'icon':_0x56b92a,'label':_0x41feb6})});}function oo(){const _0x1432e6=_0xf1d127;return(0x0,o[_0x1432e6(0x1ab)])(_0x1432e6(0x67c),{'className':'univer-my-1\x20univer-block\x20univer-h-px\x20univer-w-full\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700'});}function so(_0x5f1e1c,_0x578e77={}){const _0x3fe091=_0xf1d127;var _0x2507a6,_0x3329b1,_0x28d778,_0xf83b56,_0x37a0c2,_0x3e489f,_0x999641,_0x122979,_0x2c0622;let _0x5012d5=(_0x2507a6=_0x5f1e1c['config'])==null?{}:_0x2507a6,_0x3ca023=_0x5012d5['conditionalColoring'],_0x1ba57f=Array['isArray'](_0x3ca023==null?void 0x0:_0x3ca023['rules'])?_0x3ca023['rules']['length']:0x0;return{'viewType':_0x5f1e1c['type'],'filterCount':(_0x3329b1=(_0x28d778=_0x5f1e1c[_0x3fe091(0x70c)])==null||(_0x28d778=_0x28d778[_0x3fe091(0x69c)])==null?void 0x0:_0x28d778[_0x3fe091(0x65c)])==null?0x0:_0x3329b1,'groupCount':(_0xf83b56=(_0x37a0c2=_0x5f1e1c['group'])==null?void 0x0:_0x37a0c2[_0x3fe091(0x65c)])==null?0x0:_0xf83b56,'sortCount':(_0x3e489f=(_0x999641=_0x5f1e1c[_0x3fe091(0x1d1)])==null?void 0x0:_0x999641[_0x3fe091(0x65c)])==null?0x0:_0x3e489f,'rowHeightActive':!!(_0x5012d5[_0x3fe091(0x1b1)]&&_0x5012d5['rowHeight']!==_0x3fe091(0x6b5)),'conditionalColoringActive':_0x1ba57f>0x0,'conditionalColoringCount':_0x1ba57f,'canUndo':((_0x122979=_0x578e77['undos'])==null?0x0:_0x122979)>0x0,'canRedo':((_0x2c0622=_0x578e77[_0x3fe091(0x47d)])==null?0x0:_0x2c0622)>0x0};}function co(_0x36887e){const _0x4f5815=_0xf1d127;var _0x2048c5,_0x1399c3;return(_0x2048c5=_0x36887e==null||(_0x1399c3=_0x36887e[_0x4f5815(0x27d)])==null?void 0x0:_0x1399c3[_0x4f5815(0x4ff)](_0x1dbffa=>_0x36887e['tables'][_0x1dbffa])['filter'](_0xb50721=>!!(_0xb50721&&!_0xb50721[_0x4f5815(0x385)])))==null?[]:_0x2048c5;}function lo(_0x46edad,_0x231842){const _0x29caf2=_0xf1d127;return co(_0x46edad)[_0x29caf2(0x4ff)](_0x23c132=>({'id':_0x23c132['id'],'name':_0x23c132[_0x29caf2(0x60f)],'active':_0x23c132['id']===_0x231842}));}function uo(_0x1ab34d,_0x206ab2){const _0x37a676=_0xf1d127;let _0x19721d=new Set(co(_0x1ab34d)[_0x37a676(0x4ff)](_0x58132f=>_0x58132f[_0x37a676(0x60f)])),_0x1b7666=_0x19721d[_0x37a676(0x230)]+0x1,_0x3c1070=_0x206ab2(_0x1b7666);for(;_0x19721d[_0x37a676(0x75f)](_0x3c1070);)_0x1b7666+=0x1,_0x3c1070=_0x206ab2(_0x1b7666);return _0x3c1070;}function fo(_0x2c6158,_0x32e036){const _0x1491d6=_0xf1d127;let _0x27928b=new Set(co(_0x2c6158)[_0x1491d6(0x4ff)](_0x2a8477=>_0x2a8477[_0x1491d6(0x60f)]));if(!_0x27928b['has'](_0x32e036))return _0x32e036;let _0x1e8883=0x2,_0x1b7649=_0x32e036+'\x20'+_0x1e8883;for(;_0x27928b[_0x1491d6(0x75f)](_0x1b7649);)_0x1e8883+=0x1,_0x1b7649=_0x32e036+'\x20'+_0x1e8883;return _0x1b7649;}function po(_0x391428,_0x1a914c){const _0x2bad2f=_0xf1d127;if(!_0x391428)return;let _0x763cc7=_0x1a914c?_0x391428['tables'][_0x1a914c]:void 0x0;return _0x763cc7&&!_0x763cc7[_0x2bad2f(0x385)]?_0x763cc7:co(_0x391428)[0x0];}function mo(_0x2bb76e){const _0x3953ad=_0xf1d127;var _0x131147,_0x593125;return(_0x131147=_0x2bb76e==null||(_0x593125=_0x2bb76e['viewOrder'])==null?void 0x0:_0x593125['map'](_0x27ce91=>_0x2bb76e[_0x3953ad(0x5f4)][_0x27ce91])[_0x3953ad(0x70c)](_0x3e95ac=>!!(_0x3e95ac&&!_0x3e95ac['deleted'])))==null?[]:_0x131147;}function ho(_0x22cfbd,_0x3c28b6){const _0x5e0591=_0xf1d127;if(!_0x22cfbd)return;let _0x50fc7f=_0x3c28b6?_0x22cfbd[_0x5e0591(0x5f4)][_0x3c28b6]:void 0x0;return _0x50fc7f&&!_0x50fc7f[_0x5e0591(0x385)]?_0x50fc7f:mo(_0x22cfbd)[0x0];}function go(_0x5e2ae7,_0x4c000a,_0x23e8a5){const _0x2986c9=_0xf1d127;var _0x4523c5,_0x4f7186;return{..._0x5e2ae7,'id':_0x2986c9(0x651)+(0x0,e['generateRandomId'])(0x8),'tableId':_0x4c000a,'name':_0x5e2ae7['name']+'\x20'+_0x23e8a5,'config':{..._0x5e2ae7['config']},'fieldSettings':{...(_0x4523c5=_0x5e2ae7[_0x2986c9(0x491)])==null?{}:_0x4523c5},'fieldOrder':[...(_0x4f7186=_0x5e2ae7[_0x2986c9(0x5a8)])==null?[]:_0x4f7186],'filter':_0x5e2ae7[_0x2986c9(0x70c)]?{..._0x5e2ae7[_0x2986c9(0x70c)],'conditions':[..._0x5e2ae7[_0x2986c9(0x70c)][_0x2986c9(0x69c)]]}:void 0x0,'group':_0x5e2ae7[_0x2986c9(0x3e5)]?[..._0x5e2ae7[_0x2986c9(0x3e5)]]:void 0x0,'sort':_0x5e2ae7[_0x2986c9(0x1d1)]?[..._0x5e2ae7[_0x2986c9(0x1d1)]]:void 0x0};}function _o(_0x1f7b23){const _0x5c7205=_0xf1d127;let {children:_0x1048a5,title:_0x4ad249,className:_0x21d0be,onClick:_0x547645}=_0x1f7b23;return(0x0,o[_0x5c7205(0x1ab)])(s[_0x5c7205(0x68b)],{'type':_0x5c7205(0x675),'size':_0x5c7205(0x6a0),'variant':_0x5c7205(0x192),'className':['univer-size-6\x20univer-p-0',_0x21d0be][_0x5c7205(0x70c)](Boolean)[_0x5c7205(0x4bb)]('\x20'),'title':_0x4ad249,'aria-label':_0x4ad249,'onClick':_0x4445fa=>_0x547645(_0x4445fa[_0x5c7205(0x68e)]),'children':_0x1048a5});}function vo(){const _0x552a00=_0xf1d127;return(0x0,o['jsx'])(_0x552a00(0x67c),{'className':_0x552a00(0x74b)});}function yo(_0x51dc34){const _0x35edf3=_0xf1d127;return{'x':_0x51dc34['x'],'y':_0x51dc34['y'],'width':_0x51dc34[_0x35edf3(0x58b)],'height':_0x51dc34['height']};}function bo(_0x59a342){const _0x5189c7=_0xf1d127;let _0x261b54=(0x0,c[_0x5189c7(0x2fe)])(_0x59a342,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x261b54[_0x5189c7(0x3c9)],'left':_0x261b54[_0x5189c7(0x356)],'maxHeight':_0x261b54[_0x5189c7(0x3df)]};}function _0xee6a(){const _0x5efd9c=['prepare','clearFocusOwner','UniverSheetsDataValidationUIPlugin','medium','VerticalAlign','_getDocsLeft','supports','subscribeConfigValue$','_contextsByChildUnitId','RenderBaseWorkbench','ContextMenuService','session$','1242688uwLYbT','sparkline','children','ShapeTextEditorContainer','popupRoot','dragStarted','createProDocsCustomBlockHostAdapterContribution','data-radix-popper-content-wrapper','readonly','deferred','index','_notifyRuntimeFocusChanged','EmbedActivationService','1.0.0-insiders.20260709-5fcadb2','_assertResolvedChild','focused$','shape','Bases','univer-embed-float-dom__live-canvas\x20univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','abs','hasBlockingChildFocusLease','elementsFromPoint','identifier:ui.layout-service','SetBorderBasicCommand','data-embed-slides-page-list-host','nested','getContextByHostAnchorId','_releaseTabPeerFocusLease','pointerdown','_context','showChrome','SetBaseScrollOperation','createRibbonOverride','_isOwnedBoundaryElement','IUndoRedoService','setLeftSidebarVisible','IBaseEmbedFloatingActiveService','hasRecentInteractionFor','identifier:univer.menu-manager-service','univer-size-7','merge','RedoCommand','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','getParentEmbedId','isArray','ISheetEmbedRuntimeService','_hasUnit','defineProperty','entry','closeContextMenu','viewId','EmbedFullscreenService','fontFamily','_resolveChildSessionMode','onReset','numfmt','Injector','OpenBasePanelOperation','child-session','_isBlockingRole','flatMap','handleWheel','runWithEmbedChildProductCurrentUnit','bases-ui.confirmDelete.viewTitle','embed.sheets.','trailing','univer-embed-float-dom__live-content\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','data-embed-footer-slot','UniverSheetsSortUIPlugin','_collectOwnedFloatingSurfaceRoots','100%','UNIVER_DOC','restoreService','.univer-embed-docs-custom-block','unmerge','embedHostEntry','ctrlKey','getActiveDescriptorsByChildUnit','filter','parseFloat','handleRegisteredWheel','replaceChildren','CloseBaseRecordDetailPanelOperation','univer-pointer-events-none','createDefaultBaseTableSnapshot','fitToWidth','table','setZoom','registerMultipleCommand','_resolvedChildUnits','true','univer-embed-float-dom__content\x20univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x20dark:after:!univer-border-gray-600','dir','CanvasPopup','HorizontalMergeIcon','focusUnit','stage1','UNIVER_UNKNOWN','localeChanged$','direction$','disposed','BORDER_SIZE_CHILDREN','univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','allowHostDragHandle','getSession','font:13px/1.5\x20sans-serif','IMenuManagerService','checkElementInCurrentContainers','data-embed-child-render-unit-id','ColorPicker','BrushIcon','aspect-fit','IConfigService','_hostContainerRegistry','override$','registerEmbedProductMenuContribution','enableExclusivePolicy','DEFAULT_EMBED_TAB_LAYOUT_POLICY','zoomRatio','getUnitId','contentWidth','Missing\x20embed\x20float\x20preview\x20provider:\x20','slideOrder$','ResetBackgroundColorCommand','UNRECOGNIZED','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','getDescriptor','factory','_hasContributionId','triggerContextMenu','_isUniverPortalTreeElement','_mountFloatingMenu','openSearch','contentRoot','pageManager','embed-ui.sheetsFloating.toolbar.bold','sheet-overlay','startsWith','canvas','clearTimeout','General','univer-mx-0.5\x20univer-h-5\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-600','hasAttribute','[data-embed-float-drag-handle=\x22true\x22],\x20[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','commandId','EmbedFloatingActiveService','StartBaseEditingCellOperation','divider-format','HorizontalAlign','ISidebarService','retry','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','pointer-events','makeForceDirty','touchDependencies','_ribbonOverrideService','EmbedHostAnchorModelService','renderPreview','overflow','asObservable','data-embed-canvas-root','has','getCacheKey','surface','registerProvider','closest','EmbedHostAdapterRegistryService','createScopedBaseCanvasRootResolverService','_providers','Fragment','getCurrentTypeOfUnit$','sheets-numfmt-ui.title','unregisterCommand','push','CanvasPopupService','removeEventListener','startY','createUnit','CanvasFloatDomPreviewService','createProBasesTableListBlockHostAdapterContribution','univer.embed.forwarded-wheel-event','createProSlidesFloatingObjectHostAdapterContribution','toggleAttribute','_getHostUnit','#000000','BaseToolbar','image','scopedRenderInjector','fields','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','ignoreOwners','setSelection','all','documentElement','_setCurrentUnitForType','RibbonPosition','_maxDepth','defaultView','parseResourceRef','ribbon','setSearchQuery','finally','univer-doc-selection-container-docs-','hasAnyChildInteractionLease','clientWidth','getCellMatrix','border:1px\x20dashed\x20rgba(99,102,106,.35)','shift','IBaseEmbedRuntimeFocusCoordinator','setContainer','VIEW_MAIN','injector','getSheetId','disabled','Failed\x20to\x20load\x20embedded\x20sheet.','IRibbonOverrideService','=\x22true\x22][data-embed-float-stage=\x22stage2\x22]','RenameBaseTableCommand','setContextValue','replace','toStringTag','display','recordOrder','THIN','SELF','openContextMenu','contentRect','PenIcon','now','resolve','ICommandService','activationService','EmbedSceneCanvasCaptureService','object','embedFullscreenStatus','add','IDocEmbedRuntimeFocusCoordinator','active$','hostAnchorId','mounted','getMaxScrollLeft','getRegistration','usesDomFloatingStage','getZoomRatio','univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','chart','hostContext','disposable','RibbonViewGroup','removeAllRanges','tableId','DATA','stage2-runtime','clientX','EmbedMountService','ActivateBaseTableOperation','deleteBlock','isFocused','scopedActionServiceTokens','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','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','DocRenderController','thread-comment','_registerRuntimeBoundary','_key','UniverBasesUIPlugin','BaseEditorService','VerticalIntegrationIcon','sheet.operation.open.numfmt.panel','ghost','scaleX','getLocales','_getChildUnitForMeasurement','useEffect','decoratorName','univer-size-3','status','symbol','workbench','allowOwnedPortalReassignment','stopPropagation','_normalizeHostMountResult','viewOrder','activateAnchor','constructor','RibbonStartGroup','_ensurePortalObserver','StopBaseEditingCellOperation','registerPlugin','formatPainter','notifyExited','EMPTY','Subject','Sheets','jsx','HTMLElement','GLOBAL','embedLayout','previewRequested$','_markBodyPortalOwner','rowHeight','false','embed-ui.sheetsFloating.toolbar.fillColor.main','value','findIndex','focusFloatingRuntime','_registerDefaultHostToolbar','setActiveSlide','color','RemoveWorksheetMergeCommand','allowHostBodyDrag','bleedLeft','_registerChildProductPlugins','_registerDefaultProductUIPlugins','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','FloatingToolbarSplitTrigger','customBlockRenderViewport','restoreUnitId','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','borderComposite','containsElement','getContextValue','ToolbarButton','renderManagerService','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','footer','viewportScrollY','hypot','portalContainer','registerRuntimeScope','string','image/png','sort','menu','dividerBefore','note','EmbedBlockRegistryService','UniverSheetsTableUIPlugin','registerElement','allowed','mergeMenu','selections','OTHERS','BaseDeleteConfirmDialog','_markInteractionBoundaryOwnerTree','_geometryInvalidated$','ISlideEmbedRuntimeFocusCoordinator','canMount','IBaseViewWheelScrollService','executeCommand','CreateBaseTableCommand','.univer-embed-float-dom__live-canvas','engine','.univer-embed-float-dom__chrome[data-embed-id=\x22','beforeCommandExecuted','5810255lszbBt','univer-size-6\x20univer-p-0','sheets-sheet-tab','embed-ui','_getAnyActiveElement','_portalObservers','bases-ui.confirmDelete.viewDescription','contribution','slide-page-list','hideFloatMenu','root','[data-embed-floating-menu=\x22true\x22]','docs-','jsxs','delete','deltaZ','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','get','customizeField','scopedInjector','[data-embed-sheets-sheet-tab-host=\x22','resolveDocsTableLikeCustomBlockBleedViewport','_modelService','value$','UNIVER_SHEET','[data-embed-float-drag-handle=\x22true\x22]','embed-ui.sheetsFloating.align.middle','ISlideEmbedFloatingActiveService','vertical','syncHostVerticalScroll','slides-floating-object','_enableEmbedUnitLeasePolicy','BoldIcon','IBaseEditorService','attributes','BuiltInUIPart','createEmbedRibbonBlockContribution','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','round','EmbedHostMenuOverrideService','tooltip','toDisposable','univer-z-[2]\x20univer-flex\x20univer-h-full','updatedAt','#111827','tables','stopEditingCell','NoColorDoubleIcon','_isHTMLElement','bases-ui.viewSettings.copySuffix','menuInsetTop','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','data-embed-child-unit-id','EMBED_RUNTIME_FOCUS_ROLE_ATTRIBUTE','_createRenderScope','_notifyRuntimeSessionChanged','_refreshHostDocZoom','catch','exit','viewportHeight','_injector','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','getDirection','embedChildRenderStatus','createChild','_getLatestActivePortalOwner','embed-ui.sheetsFloating.textWrap.clip','AddViewMenu','univer-embed-float-dom__interaction-gate\x20univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','data-embed-overlay-root','addRecord','size','isChildUnitInActiveSession','IBaseEmbedFloatingGeometryService','FORMULAS','DesktopRibbonService','isChildUnitRuntimeEvent','_registerRootPopupDescendantFocusRoles','LocaleService','_instanceService','title','_flushPendingContributions','order','EmbedChildViewRegistryService','embed-ui.sheetsFloating.toolbar.textWrapMode.main','_runQueue','embedFloatStage','Tooltip','univer-min-w-0','activeIndex','TOP','embed-ui.sheetsFloating.toolbar.resetColor','SetCellEditVisibleOperation','_isAppShellEditorPortalCandidate','configurations','tab-active','setProperty','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','createDefaultViewName','label','_mountResolvedHost','univer-my-1\x20univer-block\x20univer-h-px\x20univer-w-full\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700','dataset','useConfigValue','register','EMBED_DUPLICATE_CHILD_UNIT','_leases','SheetsSelectionsService','--univer-embed-docs-block-viewport-height','hasAnyHostPreservingChildFocusLease','nextSibling','_leaseAppliesToChildUnit','univer-flex\x20univer-items-center\x20univer-justify-center','mount','VIEWPORT_KEY','ISlideEmbedRuntimeService','mountService','setFocusOwner','inactive','instanceService','active','EmbedContentSizeRegistryService','RemoveEmbedCommand','getFocusOwner','BaseTableSidebarFrame','inert','_drainQueue','createDefaultDocsTableLikeCustomBlockBleedViewport','BorderStyleTypes','unsupported-layout','enter','resolved','display:flex','GRID_ADD_RECORD_ROW_HEIGHT','enable','doc-flow','schedule','unmount','univer-overflow-hidden','cycle','[data-embed-runtime-focus-role]','[data-embed-interaction-boundary-owner=\x22','_univerInstanceService','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','registerMountedRuntime','activate','then','EMBED_MOUNT_CHILD_NOT_RESOLVED','tableOrder','find','univer-text-sm','_mountBlockedRuntime','useValue','slides-ui.ribbon','hasChildInteractionLease','_sessions','getActiveSlide','EmbedFocusOwnerService','Dropdown','width:100%','configChanged$','renderScopeActive','data-embed-id','embed-ui.sheetsFloating.align.right','childUnitId','getResourceRefInputUnitSelector','univer-min-w-6\x20univer-text-left','embedChildUnitId','[data-embed-interaction-boundary-owner]','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','getProvider','_setRenderFailure','_entriesByKey','useMemo','.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]','setStage','getRowCount','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','ILayoutService','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','UNIVER_EMBED_UI_PLUGIN','getColVisible','backgroundColor','createScopedBaseGlobalPortalService','RibbonInsertGroup','TruncationIcon','createDefaultConfig','UniverSlidesUIPlugin','rowHeader','getAll','undoRedoStatus$','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','deactivateFloatingSession','_markExistingBodyPortals','setFakeToolbarVisible','getUnitCreateOptions','message','embed-ui.config','_contextService','EMBED_DUPLICATE_CHILD_UNIT_ERROR_CODE','GRID_ROW_HEADER_WIDTH','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','_getSlideModel','deltaMode','0\x20/\x200','ISheetHostChromeOverrideService','disposeWithMe','deltaY','_registeredProductPluginNames','ISlideEmbedMountService','indexOf','listbox','6LjquEt','_rememberPreviousChildCurrentUnit','createEmbedScopedConfigInjector','univer-doc-main-canvas','Disposable','requestAnimationFrame','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','activateSession','data-u-comp','DeleteIcon','EmbedFloatDomRenderer','IncreaseIcon','.univer-embed-float-dom__live','getActiveSheet','formulaBar','_rootsByHostAnchorId','hidden$','GRID_SUMMARY_HEIGHT','devicePixelRatio','_registerFloatingMenus','existingEmbedId','BASE_LEFT_PANEL_DEFAULT_WIDTH','decorate','_nextIndex','IBaseEmbedRuntimeService','_materializeService','matches','_runtimeScopes','class','splice','EMBED_INTERACTION_BOUNDARY_OWNER_ATTRIBUTE','getSnapshot','aside','univer-inline-flex\x20univer-cursor-move','AddWorksheetMergeHorizontalCommand','_undoRedoService','registerFocusHandler','_focusCoordinator','iterator','subscribe','PointerDown','acquireLease','nativeEvent','Subscription','mousedown','error','mode','CloseBaseContextMenuOperation','verticalAlign','identifier:univer.ribbon-service','defaultEmbedUIPluginConfig','pluginName','syncExecuteCommand','_focusTemporarySink','IconManager','resolveDocsCustomBlockSize','registerCommand','_focusOwnerService','_cleanupOrdinaryBodyChromeClaims','slide-readonly-preview','version','stable','identifier:','reduce','createEmbedScopedInjector','getBaseFloatingPosition','ThemeService','univer-text-gray-900\x20dark:!univer-text-white','defaultPluginConfig','className','setDocsCustomBlockRenderViewportProvider','stage','setScrollState','activateTab','floating-menu','innerWidth','_focusDocumentBody','includeAppShellEditorPortal','getPreview','univer-contents','PRO_EMBED_SHEETS_FLOATING_COMPONENT_KEY','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','menuItems','data-embed-host-unit-id','_exited$','area','bases-table-list-block','setPreview','none','UniverSheetsPivotTableUIPlugin','retrying-base-child-render','observe','MoreDownIcon','pipe','scaleY','embedChildType','getSlide','getCurrentUnitOfType','previewUpdated$','getSlides','allowDirectBodyPortal','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','baseUnitId','data-embed-runtime-focus-role','onStarting','columnHeader','EmbedReferencedUnitMaterializeService','disableLiveHostPointerEvents','UNIVER_SLIDE','IRenderManagerService','shiftKey','host-override','IBaseHostChromeOverrideService','_resolveChildUnitId','role','addedNodes','remove','childContext','slides-page-list-block','deactivateTabSessions','_restorePreviousChildCurrentUnit','target','getByHostAnchorId','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','_focusUnit','activateFullscreen','viewSettings','_floatingHostFocusRestorers','__addUnit','bind','disposeEmbedReactRoot','sheetBar','measureContentSize','captureByChildUnitId','_isHostDocEditorPortal','EmbedScreenshotService','sheets-floating-object','SetDocZoomRatioOperation','IContextMenuService','_contextsByEmbedId','_activateTabPeerFocusLease','SetRangeTextColorCommand','UniverDocsUIPlugin','getOwnPropertyNames','sessionMode','getCanvasEle','entries','BaseUIPopupService','UniverEmbedPlugin','UniverSheetSparklineUIPlugin','runtimeSessionChanged$','=\x22true\x22]','univer-sheet-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','left','canvasRoot','runtimeRoots','createBaseViewMenuItems','hasCommand','key','getAncestryForHostUnit','ribbonService','lockHostRibbon','pointercancel','observeEmbedRenderTargetResize','useRef','BaseDuplicateTableDialog','univer-text-red-500\x20hover:univer-text-red-600','ComponentManager','config','disable','host-scroll','GripHorizontalIcon','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','DEFAULT_WORKSHEET_ROW_HEIGHT','Escape','shouldRefreshDocsCustomBlockSizeForCommand','removeRender','_childUnitAncestry','GRID_DEFAULT_COLUMN_WIDTH','SKIP_SELF','refreshEmbedChildRender','trim','takeRecords','CreateBaseViewCommand','univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','Delete\x20embed\x20block','getContext','RenameBaseViewCommand','_findFallbackUnitId','data-embed-menu-slot','activateView','embed-ui.sheetsFloating.borderLine.borderSize','document','Sidebar','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','geometryInvalidated$','calendarEventSettings','FOCUSING_UNIT','icon','_embedModelService','deleted','resolveActiveChildSessionRuntimeScope','fit-width','setConfig','_passiveWheelHandlerRegistry','bottom','OpenBaseRecordDetailPanelOperation','pushUndoRedo','openToolbarPanel','univer-min-w-0\x20univer-truncate','data-embed-content-root','getRowHeight','_configService','bold','_leaseSequence','univer-h-3\x20univer-w-px\x20univer-bg-gray-100\x20dark:!univer-bg-gray-700','RIGHT','_rootsByChildUnitId','42tagMed','DocPageLayoutService','SetRangeBoldCommand','title-only','univer.embed.host-vertical-wheel-attempted-event','section','BehaviorSubject','data-embed-bases-table-list-host','onHostWheel','stopImmediatePropagation','_hostAdapterRegistry','getDataRange','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','defaults','LEFT','sourceMeta','getCurrentSelections','_pendingPortalOwner','closed','ActivateBaseViewOperation','slide-readonly-preview-shell','settleDelayMs','Nested\x20embed\x20is\x20not\x20supported.','univer-dropdown','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','floating','CreateEmbedCommand','embedChildRenderMode','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','_current','divider-format-tools','execute','7167OpRwNf','Filter','dependencyCollection','12px','removeProperty','wheel','Ribbon','#app','data-embed-float-dom','packageName','table-','menuItem','tab-peer','recordId','_getActiveElement','unsubscribe','kind','disableEdit','top','resolvedDependencyCollection','_leaseAppliesToHostUnit','test','hideToolbar','overlay','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','clearFloating','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','FormulaBar','getTypeOfUnitAdded$','includes','height','LookUp','IRibbonService','EmbedUnitLeasePolicyService','embed-ui.sheetsFloating.borderLine.borderColor','resolveGridRowHeight','ContextMenu','childType','fontSize','VerticalCenterIcon','maxHeight','activeEmbedId','getAllUnitsForType','docs-sticky-base','AllBorderIcon','Module','group','DOCS_UI_PLUGIN_CONFIG_KEY','_preserveHostGlobalFocusForFloating','body','hasHostPreservingChildFocusLeaseForHost','_getBodyPortalOwner','renderScope','Inject','getRegistrationByChildUnitId','prototype','focusin','pointerId','univer-box-border\x20univer-px-24','cancelAnimationFrame','IUIPartsService','[data-embed-float-dom=\x22true\x22]','getFlatMenuByPositionKey','EmbedHostChromeMode','SetTextWrapCommand','_isRuntimeFocusRole','univer-size-3\x20univer-shrink-0','.univer-embed-float-dom__content','source','associatedChildUnitIds','embedRuntimeBlocked','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','composedPath','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','UniverSheetsFormulaUIPlugin','metaKey','registerProductPlugins','embed-ui.sheetsFloating.toolbar.fontSize','getColumnCount','UNIVER_BASE','scene','--univer-embed-docs-block-page-width','forwardRef','child-scroll','CellPopupManagerService','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','AutoFillPopupMenu','getOwnPropertySymbols','contextChanged$','conditional-formatting','embedRenderScopeActive','canvasFloatDomPreviewService','_registerProductMenus','divider-border','horizontal','EMBED_MOUNT_CHILD_NOT_REGISTERED','VIEW','RIBBON','mountMenu','pageId','_elements','IBaseUIPopupService','_currentOverride','univer-popover','floor','scrollHeight','drawings','base-embed-fullscreen-add-view-menu','docs-ui.ribbon','CLIP','connectInjector','.univer-embed-float-dom__live-content','BorderType','runtimeFocusChanged$','_removeRuntimeFocusRoleTree','unitDisposed$','items','layout','pointer','WRAP','BaseViewWheelScrollService','embed-ui.sheetsFloating.align.left','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','IUniverInstanceService','from','base-embed-add-view-menu','runtimeScope','clientY','right','ready','function','generateRandomId','initial','child-fullscreen','wrap','mountEmbedRenderChildUnit','SetVerticalTextAlignCommand','resolveDocsTableLikeCustomBlockContentHeight','disconnect','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','getColumnWidth','ownedPointerInteractionUntil','inline','activeViewId','setCurrentUnitForType','hostUnitId','click','scroll-contained','Observable','getCanvas','pointerup','_contributions','FOCUSING_SLIDE','fallbackTitle','deleteConfig','_registrations','useLayoutEffect','getContextByEmbedId','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','_registerServices','pageMarginRight',':anonymous:','pageWidth','SHEETS_UI_PLUGIN_CONFIG_KEY','onSelect','_tabFocusLeases','KeyboardEvent','data-embed-floating-menu-popup','ref','sHeight','28px','expiresAt','_getOwnedEmbedIdFromEventPoint','_disposed','SetRangeFontSizeCommand','_getActiveOwnedRuntimeFocusInfo','resolveSlideLogicalPageSize','36CDLAkC','UniverSheetsNumfmtUIPlugin','BaseUIStateService','isConnected','bases-ui.viewSettings.deleteView','ResetRangeTextColorCommand','outline','Previous\x20page','menuContainer','sequence','tabIndex','ConfigProvider','menuChanged$','_session$','invalidate','UniverSheetsHyperLinkUIPlugin','makeDirty','clearTab','--univer-embed-floating-menu-top','START','getAttribute','redos','_activeDrain','attachSlideRenderToCanvasHost','_queue','getRenderById','overlayRoot','productName','roots','getUnit','UniverSheetsDrawingUIPlugin','current','endRow','ISlideEmbedActivationService','[data-embed-float-fullscreen-button]','univer-embed-float-dom__popup\x20univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','min','plugins','ALL','--univer-embed-docs-scroll-offset','_anchorModelService','fieldSettings','calculatePagePosition','univer-relative\x20univer-overflow-hidden','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','bases-ui.tableSidebar.defaultTableName','clientHeight','scrollLeft','getOwnPropertyDescriptor','IBaseUIStateService','scrollToViewportPos','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','ISlideDrawingService','_registerProductUIContributions','_getEventClientPoint','doc-width-scale','FOCUSING_DOC','univer-size-[23px]\x20univer-fill-current','univer-embed-float-dom__overlay\x20univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','_releaseBodyPortalClaims','activeSlideId$','onCommandExecuted','@univerjs-pro/embed-ui','zoom','_override$','SetRangeFontFamilyCommand','closeToolbarPanel','aria-hidden','univer-fill-primary-600','univer-flex\x20univer-items-center\x20univer-gap-1','univer-hidden','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','exited$','_touchServices','keyboard','setCollapsedIds','SHEET_VIEWPORT_KEY','_runChildBeforeDeactivate','_blockRegistry','mountIntoHostElement','changeDoc','setAnchor','activeElement','join','divider-font','table-list','setSearchActiveIndex','viewState','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','[data-embed-float-dom]','registerOwnedElement','sheets-ui.ribbon','_entriesByEmbedId','embedSlidePreviewCanvasHost','focus','713840yqbAIo','onClick','ICanvasPopupService','createScoped','-100000px','scrollWidth','EmbedHostRestoreService','setTimeout','collectDocsTableLikeEmbedChildUnitIds','mainComponent','dispatchEvent','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','OpenBaseActiveEditorOperation','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','promote','forEach','ISheetEmbedInteractionBoundaryService','getUniverSheetInstance','hostElement','descriptor','apply','getStage','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','FORMULA_EDITOR_ACTIVATED','child-tab','closeActiveEditor','_focusLayout','DeleteBaseViewCommand','captureByEmbedId','style','hideContextualTab','fullscreen-runtime','slide-canvas','AddWorksheetMergeAllCommand','docs-ui.embed','_registerProductPluginsOnce','embedChildRenderUnitId','embed.sheets.full-ui-plugins','child-editor','getActive','FullscreenIcon','getFocusedUnit','_handlers','_resolveFloatingSurfaceRoot','getViewport','getMergedMenuSchema','pending','commandService','host-scroll-sync','EmbedReadonlyPreviewRegistryService','_getVisibleCanvasDocumentRect','univer-min-w-0\x20univer-self-stretch','EmbedRuntimeFocusCoordinator','verticalWheelMode','createRender','univer-size-4','map','hostType','visibility','child-keyboard','_renderManagerService','hostHeaderMode','SheetBar','univer-fixed\x20univer-inset-0\x20univer-z-[1070]\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-white\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','hideAllContextualTabs','_getHostSnapshot','lease','app','identifier:ui.sidebar.service','UniverInstanceType','darkMode','SetBaseZoomOperation','_releaseFloatingHostFocusRestorers','field-','call','_menuOverrideService','priority','onChange','parentElement','univer-embed-float-dom__chrome','supportedLayouts','MoveBaseViewCommand','with','event','\x20-\x20','self','_getOwnedEmbedIdFromTarget','TITLE_ONLY','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','FloatingToolbarTrigger','menuOutlet','useFactory','radio','ArrowLeftIcon','enabled','_releaseTabPeerFocusLeasesForHost','divider-block','OverflowIcon','base-embed-view-panel','item','data-embed-popup-root','placeholderTitle','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','preventDefault','defaultColor','hasAnyBlockingChildFocusLease','getState','929655QrByHi','hostFloatDomLayout$','PluginService','removeAttribute','[data-u-comp=\x22headerbar\x22]','visible','activateTable','getBoundingClientRect','fromEntries','drawing','horizontalAlign','identifier','BorderLine','_rerenderHostDoc','slide-workbench','number','startX','reason','closeOwnedFloatingSurfaces','useCallback','doc-block','getComputedStyle','querySelectorAll','next','fullscreenService','onOpenChange','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','calendarViewSettings','_initializeFloatingSessionActiveState','MergeAllIcon','_findPreviousReadyEntry','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','records','pointerEvents','isInternalEditorID','owner','token','_previousChildCurrentUnits','UniverSheetsUIPlugin','DEFAULT_WORKSHEET_COLUMN_WIDTH','AutowrapIcon','leftPanelWidth','Slides','keys','stage2','transient','#b91c1c','overflowY','fallbackWidth','getOverride','updateViewState','_rendering','host-passive','getBaseFloatingPanelPortalContainer','LeftJustifyingIcon','onMutationExecutedForCollab','hostChromeMode','innerHeight','docs-sticky-sheet','FontColorDoubleIcon','floatingMenus','getTypeOfUnitDisposed$','getValue','_isBlockingLease','embedModelService','_ownedEmbedAppliesToChildUnit','scroll','restoreAnchor','CloseBaseActiveEditorOperation','unit','SLIDE_PAGE_RECT_KEY','_isHostPreservingLease','bleedWidth','ISlideDrawingStateService','createEmbedChildRender','FONT_SIZE_LIST','toResourceRefUnitType','_runtimePolicyService','disposeUnit','_getChildSessionPriority','_getOrCreateRender','rect-popup','PaintBucketDoubleIcon','createPortal','complete','univer-fill-gray-900\x20dark:!univer-fill-white','activated$','materializeDescriptor','width','EmbedProductMenuRegistryService','clear','IContextService','_mountService','UniverSheetsThreadCommentUIPlugin','isEventTargetInSameEmbedInteractionBoundary','allowPlaceholder','_layoutService','embed-ui.sheetsFloating.align.bottom','cssText','contains','sheetLike','ArrowRightIcon','univer-embed-float-dom\x20univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','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','padding','hideHostFxBar','UniverSheetsPrintPlugin','_blurActiveElementBeforePortalReassignment','_assertChildUnitAvailable','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','pushUndoRedoForChild','disposables','set','onPointerDown','classList','createEmbedChildRuntimeScope','embed-ui.sheetsFloating.toolbar.textColor.main','fieldOrder','resolveEmbedFloatingMenuRoot','maxDepth','univer-ml-9\x20univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','components','registerCtorForType','SHEET_FOOTER_BAR_HEIGHT','SlideCanvasView','registerRenderModule','_config','toDataURL','data-embed-interaction-boundary-owner','univer-doc-selection-container-__INTERNAL_EDITOR__','menuSlot','popup','_containsRegisteredElement','embedId','__editor_docs-','_isUniverPortalCandidate','EmbedDuplicateChildUnitError','ISlideEmbedFocusOwnerService','clearSelection','reverse','displayName','Plugin','ownerDocument','BOTTOM','univer-h-8\x20univer-w-full\x20univer-px-2','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','_contextsByHostAnchorId','useObservable','rootElement','capture','createElement','activateFloating','CENTER','univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','MenuManagerService','_sceneCanvasCaptureService','IDocEmbedInteractionBoundaryService','beforeDeactivate','unitID','UndoCommand','MutationObserver','ISheetEmbedFloatingGeometryService','_resolveLayout','hostToolbar','addEventListener','UniverEmbedUIPlugin','univer-docs-embed-floating-menu\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','container','createEmbedChildUnitScopedInjector','RibbonOthersGroup','univer-slide-embed-floating-menu\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','RightJustifyingIcon','.univer-embed-float-dom__interaction-gate','registerEmbedUIContribution','resize','_isDetachedOffscreenPortalCandidate','manual','content-only','retryDelay','fixed','closeSearch','getOffsetConfig','contentHeight','type','embed-ui.sheetsFloating.toolbar.mergeCell.main','captureEmbedContextCanvasScreenshot','fullscreen','bases-ui.embed','data-embed-child-render-mode','registerChildInteraction','_isOwnedElement','dispose','getCanvasElement','views','40vJWHms','getAncestorScale','clsx','childUnit','runtime','resolvedDependencies','getConfig','_focusTabPeerSession','_getCurrentUnitId','stale','host','_markRuntimeFocusRole','documentStyle','RibbonFormulasGroup','DocsTablePassiveWheelService','useState','identifier:univer.sheet.selection-render-service','hidden','state$','SheetsUIMenuSchema','registerContextMenuHandler','[data-embed-popup-root]','EMBED_MENU_OVERRIDE_TAB_REQUIRED','element','identifier:ui.popup.service','list','name','_overlayRootService','values','isFinite','collectViewState','DocSelectionRenderService','createEmbedReactRoot','context','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','SetHorizontalTextAlignCommand','showContextualTab','Optional','clearFullscreen','div','offsetWidth','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','showHostDragHandle','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','RibbonDataGroup','float','bleedRight','AddWorksheetMergeVerticalCommand','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','base-embed-fullscreen-view-tabs','WrapStrategy','endColumn','defaultRowHeight','[data-embed-overlay-root]','position','session','data-embed-child-type','_activePortalOwners','max','getByEmbedId','maxRetries','_childViewRegistry','hasExact','textColor','UniverSheetsOutlineUIPlugin','IBaseCanvasRootResolverService','getUnitType','previewService','tabindex','viewportScrollX','BORDER_LINE_CHILDREN','menuSchema','scrollByViewportDeltaVal','keydown','numberFormat','activatedTab$','CheckMarkIcon','render','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','128EBMNmu','listSessions','_registerChildFocusBridge','unitId','DeviceInputEventType','box-sizing:border-box','univer-w-28\x20univer-truncate\x20univer-text-left','_active$','textContent','classic','EmbedHostContainerRegistryService','fit','data-embed-floating-menu-entry','view-','IUIRuntimeScopeService','docs-custom-block','ISheetEmbedRuntimeFocusCoordinator','hostAnchorRecord','EmbedModelService','_createMountFocusRestorer','[id^=\x22__editor_docs-\x22]','start','FOCUSING_','resolveStackUnitId','length','min-height:96px','FontFamilyItem','divider-layout','EmbedRuntimeProviders','virtualWidth','blur','univer-base-embed-floating-menu\x20univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','activatePortalScope','SetBackgroundColorCommand','registerEmbedChildProductPluginContribution','useDependency','Embed','MenuManagerPosition','dpr','params','univer-embed-float-dom__chrome\x20univer-pointer-events-none\x20univer-fixed\x20univer-z-[1000]\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','child-popup','NumberIcon','closeRecordDetail','bases-ui.confirmDelete.tableTitle','Arial','fakeToolbarVisible$','querySelector','6znRmgr','button','bases-ui.duplicateTable.copyName','FOCUSING_SHEET','_floatingActiveService','startedAt','BASES_UI_PLUGIN_CONFIG_KEY','UniverSheetsConditionalFormattingUIPlugin','span','auto','getContextByChildUnitId','openRecordDetail','embedHostAnchorId','DesktopSidebarService','createInstance','deltaX','doc-block-stage2-runtime','_claimBodyPortals','_roots','layoutPolicy','hasHostPreservingChildFocusLease','BaseViewIcon','search','Button','restoreViewState','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','currentTarget','some','open','_rectContainsPoint','getId','setAttribute','appendChild','reRender','EMBED_MOUNT_CHILD_TYPE_MISMATCH','NoBorderIcon','12968072SHwDWc','registerRoot','bases-ui.viewSettings.configureView','content','conditions','base','ViewTabs','waiting-base-canvas-root','small','_commandService','_pendingChildUnits','_rootsByEmbedId','unitAdded$','univer-popup','activeTableId','getPropertyValue','ISlideEmbedFloatDomRenderer','triggerClassName','tab','6382893srOuca','setActive','scrollTop','Base','embed-ui.sheetsFloating.toolbar.font','_dispatchEscapeToFloatingSurface','_renderOne'];_0xee6a=function(){return _0x5efd9c;};return _0xee6a();}function xo(_0x1645d2){const _0x4e31ce=_0xf1d127;let _0xb383c7=(0x0,c[_0x4e31ce(0x2fe)])({'left':_0x1645d2[_0x4e31ce(0x437)]-0xd0,'right':_0x1645d2[_0x4e31ce(0x437)],'top':_0x1645d2['top'],'bottom':_0x1645d2[_0x4e31ce(0x38a)],'width':0xd0,'height':_0x1645d2[_0x4e31ce(0x3d5)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0xb383c7['top'],'left':_0xb383c7[_0x4e31ce(0x356)],'maxHeight':_0xb383c7[_0x4e31ce(0x3df)]};}function So(_0x140942){const _0x3b71d9=_0xf1d127;Ki(_0x140942,_0x3b71d9(0x5ee),Co);}function Co(_0xe68541){const _0x5a03e1=_0xf1d127;_0xe68541[_0x5a03e1(0x75f)](c['IBaseHostChromeOverrideService'])||_0xe68541[_0x5a03e1(0x170)]([c[_0x5a03e1(0x32d)],{'useFactory':()=>_0xe68541[_0x5a03e1(0x1f9)](Te)}]),_0xe68541[_0x5a03e1(0x75f)](c[_0x5a03e1(0x6e2)])||_0xe68541[_0x5a03e1(0x170)]([c['IBaseEmbedFloatingActiveService'],{'useFactory':()=>_0xe68541[_0x5a03e1(0x1f9)](W)}]),_0xe68541[_0x5a03e1(0x75f)](c[_0x5a03e1(0x232)])||_0xe68541[_0x5a03e1(0x170)]([c[_0x5a03e1(0x232)],{'useFactory':()=>_0xe68541[_0x5a03e1(0x1f9)](Jt)}]),_0xe68541[_0x5a03e1(0x75f)](c[_0x5a03e1(0x155)])||_0xe68541[_0x5a03e1(0x170)]([c[_0x5a03e1(0x155)],{'useFactory':()=>_0xe68541['get'](J)}]),_0xe68541[_0x5a03e1(0x75f)](c['IBaseEmbedRuntimeService'])||_0xe68541[_0x5a03e1(0x170)]([c[_0x5a03e1(0x2d5)],{'useFactory':()=>wo({'embedModelService':_0xe68541[_0x5a03e1(0x1f9)](t[_0x5a03e1(0x656)]),'restoreService':_0xe68541[_0x5a03e1(0x1f9)](Xt),'mountService':_0xe68541['get'](Ht),'activationService':_0xe68541[_0x5a03e1(0x1f9)](Gt)})}]);let _0x3e4fee=_0xe68541[_0x5a03e1(0x1f9)](t[_0x5a03e1(0x764)]),_0x15b803=_0xe68541[_0x5a03e1(0x1f9)](It),_0x3eedf5=_0xe68541['get'](Ft),_0x2d33cc=_0xe68541[_0x5a03e1(0x1f9)](U),_0x1fc342=_0xe68541[_0x5a03e1(0x1f9)](X),_0x2d1c84=_0xe68541[_0x5a03e1(0x1f9)](qt),_0x5ac1f3=_0xe68541[_0x5a03e1(0x1f9)](ki),_0x208e59=_0xe68541['get'](Zt),_0x26b7dd=_0xe68541[_0x5a03e1(0x75f)](t[_0x5a03e1(0x75a)])?_0xe68541[_0x5a03e1(0x1f9)](t[_0x5a03e1(0x75a)]):void 0x0,_0x347acb=_0xe68541[_0x5a03e1(0x75f)](e[_0x5a03e1(0x432)])?_0xe68541[_0x5a03e1(0x1f9)](e[_0x5a03e1(0x432)]):void 0x0,_0x59b061=()=>_0xe68541[_0x5a03e1(0x75f)](c[_0x5a03e1(0x499)])?_0xe68541[_0x5a03e1(0x1f9)](c[_0x5a03e1(0x499)]):void 0x0,_0x29b451=da(_0x26b7dd,_0x347acb,_0x59b061);_0x3e4fee['get'](_0x29b451['hostType'],_0x29b451[_0x5a03e1(0x6ee)])||_0x3e4fee[_0x5a03e1(0x251)](_0x29b451);let _0x518460=fa();_0x15b803[_0x5a03e1(0x1f9)](_0x518460['hostType'],_0x518460['entry'])||_0x15b803[_0x5a03e1(0x251)](_0x518460);let _0x4bbfc4=ba();_0x3eedf5[_0x5a03e1(0x1f9)](_0x4bbfc4[_0x5a03e1(0x3dc)])||_0x3eedf5[_0x5a03e1(0x251)](_0x4bbfc4);let _0x12cbf8=ta();_0x2d33cc[_0x5a03e1(0x1f9)](_0x12cbf8[_0x5a03e1(0x3dc)])||_0x2d33cc['register'](_0x12cbf8),Ha()[_0x5a03e1(0x4d6)](_0x26a8cb=>{const _0x158cac=_0x5a03e1;_0x1fc342['hasExact'](_0x26a8cb[_0x158cac(0x500)],_0x26a8cb['entry'],_0x26a8cb[_0x158cac(0x3dc)])||_0x1fc342[_0x158cac(0x251)](_0x26a8cb);}),_0x2d1c84[_0x5a03e1(0x762)](zi(_0xe68541,{'childType':e[_0x5a03e1(0x50c)][_0x5a03e1(0x406)],'renderManagerService':m['IRenderManagerService']})),_0x5ac1f3[_0x5a03e1(0x1f9)](e['UniverInstanceType']['UNIVER_BASE'])||_0x5ac1f3[_0x5a03e1(0x251)](na(_0x59b061())),_0x208e59[_0x5a03e1(0x1f9)](e[_0x5a03e1(0x50c)]['UNIVER_BASE'])||_0x208e59['register'](va(_0xe68541));}function wo(_0x2ed688){return{'mountTableList':async _0x276650=>{const _0x4d50f6=_0x481e;let _0x3048ed=_0x2ed688['embedModelService']['getDescriptor'](_0x276650[_0x4d50f6(0x323)],_0x276650[_0x4d50f6(0x5b8)]);if(!_0x3048ed&&_0x276650['childUnitId']&&(_0x3048ed={'embedId':_0x276650[_0x4d50f6(0x5b8)],'hostUnitId':_0x276650[_0x4d50f6(0x323)],'hostType':e['UniverInstanceType'][_0x4d50f6(0x406)],'entry':_0x4d50f6(0x313),'hostAnchorId':_0x276650[_0x4d50f6(0x173)],'childUnitId':_0x276650[_0x4d50f6(0x28d)],'childType':_0x276650['childType'],'source':{'unitType':_0x276650[_0x4d50f6(0x3dc)],'ref':{'file':{'kind':_0x4d50f6(0x51c)},'unit':{'selector':_0x276650[_0x4d50f6(0x28d)],'type':(0x0,t[_0x4d50f6(0x57f)])(_0x276650[_0x4d50f6(0x3dc)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x4d50f6(0x4bd),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x3048ed||_0x3048ed['hostAnchorId']!==_0x276650[_0x4d50f6(0x173)])&&((!_0x3048ed[_0x4d50f6(0x28d)]||_0x3048ed[_0x4d50f6(0x3dc)]==null)&&(_0x3048ed=await _0x2ed688[_0x4d50f6(0x706)][_0x4d50f6(0x58a)]({'descriptor':_0x3048ed})),!(!_0x3048ed['childUnitId']||_0x3048ed[_0x4d50f6(0x3dc)]==null)))return _0x2ed688[_0x4d50f6(0x25d)][_0x4d50f6(0x25a)](_0x3048ed),_0x2ed688[_0x4d50f6(0x16c)]['activateTab'](_0x3048ed),(0x0,e[_0x4d50f6(0x211)])(()=>{const _0x4981ee=_0x4d50f6;_0x2ed688[_0x4981ee(0x25d)][_0x4981ee(0x272)](_0x276650[_0x4981ee(0x5b8)]),_0x2ed688[_0x4981ee(0x16c)][_0x4981ee(0x479)](_0x276650['embedId']);});}};}const To={'mode':_0xf1d127(0x387),'target':_0xf1d127(0x5da),'paddingX':0x0,'minScale':0x0,'align':_0xf1d127(0x659)};function Eo(){const _0x3f9c5f=_0xf1d127;return Xi({'childType':e[_0x3f9c5f(0x50c)]['UNIVER_DOC'],'productName':'Docs'});}function Do(){const _0x22efd8=_0xf1d127;return{'childType':e[_0x22efd8(0x50c)][_0x22efd8(0x705)],'supportedLayouts':[_0x22efd8(0x3c3),_0x22efd8(0x49f),_0x22efd8(0x44a)],'beforeDeactivate':Oo,'mount':_0x1d72f9=>_0x1d72f9[_0x22efd8(0x3eb)]['mode']===_0x22efd8(0x622)?Ai(_0x1d72f9,m[_0x22efd8(0x32a)],void 0x0,{'scopedInjector':ko(_0x1d72f9[_0x22efd8(0x435)][_0x22efd8(0x158)])}):Ai(_0x1d72f9,m[_0x22efd8(0x32a)])};}function Oo(_0x900394){const _0x1b595b=_0xf1d127;var _0x345661;let _0x516b13=_0x900394[_0x1b595b(0x158)]['get'](m[_0x1b595b(0x32a)])[_0x1b595b(0x481)](_0x900394[_0x1b595b(0x28d)]),_0x5a6fd1=_0x516b13==null?void 0x0:_0x516b13[_0x1b595b(0x519)](u[_0x1b595b(0x614)]);_0x516b13==null||(_0x345661=_0x516b13[_0x1b595b(0x519)](u['DocFloatMenuService']))==null||_0x345661[_0x1b595b(0x1f1)](),_0x5a6fd1==null||_0x5a6fd1[_0x1b595b(0x17e)](),_0x5a6fd1==null||_0x5a6fd1[_0x1b595b(0x662)]();}function ko(_0x2fd83a){const _0x329b29=_0xf1d127;return Je(_0x2fd83a,new Map([[u[_0x329b29(0x3e6)],_0x41fb74=>Ao(_0x41fb74)]]));}function Ao(_0x2cff9d){const _0x547b44=_0xf1d127;return{..._0x2cff9d,'fitToWidth':{..._0x2cff9d==null?void 0x0:_0x2cff9d[_0x547b44(0x713)],...To}};}function jo(_0x4e32f9,_0x130e7c,_0x504b6d){const _0x17d3dd=_0xf1d127;return{...(0x0,t[_0x17d3dd(0x6c4)])(_0x4e32f9,_0x130e7c),'afterCreateAnchor':_0x1665b2=>No(_0x504b6d,_0x1665b2[_0x17d3dd(0x448)]),'afterRemoveAnchor':_0x366078=>No(_0x504b6d,_0x366078['hostUnitId'])};}function Mo(){const _0x4cacec=_0xf1d127;return{'hostType':e['UniverInstanceType'][_0x4cacec(0x705)],'entry':_0x4cacec(0x653),'layout':_0x4cacec(0x56d),'supportedLayouts':[_0x4cacec(0x56d),_0x4cacec(0x3e2),'aspect-fit',_0x4cacec(0x44a)],'menuBehavior':_0x4cacec(0x3b0)};}function No(_0x579e9c,_0x51b1ea){const _0x5025e7=_0xf1d127;var _0x3dccba,_0xac5e66,_0x13e978,_0x5e9969;if(!_0x579e9c)return;let _0x1e26c7=_0x579e9c[_0x5025e7(0x481)](_0x51b1ea);if(_0x1e26c7){for(let _0x4afd10 of _0x1e26c7[_0x5025e7(0x5ac)][_0x5025e7(0x611)]()){var _0xc8db57;(_0xc8db57=_0x4afd10[_0x5025e7(0x478)])==null||_0xc8db57['call'](_0x4afd10);}(_0x3dccba=_0x1e26c7[_0x5025e7(0x1e5)])==null||_0x3dccba[_0x5025e7(0x5e1)](),(_0xac5e66=_0x1e26c7[_0x5025e7(0x407)])==null||_0xac5e66[_0x5025e7(0x478)](),(_0x13e978=_0x1e26c7[_0x5025e7(0x519)])==null||(_0x13e978=_0x13e978[_0x5025e7(0x511)](_0x1e26c7,u[_0x5025e7(0x398)]))==null||(_0x5e9969=_0x13e978[_0x5025e7(0x492)])==null||_0x5e9969[_0x5025e7(0x511)](_0x13e978);}}function Po(_0x501945,_0x5e6756=0x1,_0x3cae2c=0x1){const _0x57f428=_0xf1d127;let _0x353b90=_0x501945[_0x57f428(0x683)]/(Math['abs'](_0x5e6756)||0x1),_0x1189ba=_0x501945[_0x57f428(0x2b8)]/(Math[_0x57f428(0x6d1)](_0x3cae2c)||0x1);if(_0x501945[_0x57f428(0x32b)])_0x353b90=(_0x501945[_0x57f428(0x2b8)]||_0x501945[_0x57f428(0x683)])*0x3/(Math[_0x57f428(0x6d1)](_0x5e6756)||0x1),_0x1189ba=0x0;else{let _0x592f18=Math['abs'](_0x353b90),_0x3d376e=Math[_0x57f428(0x6d1)](_0x1189ba);_0x3d376e>=_0x592f18*0x2?_0x353b90=0x0:_0x592f18>=_0x3d376e*0x2&&(_0x1189ba=0x0);}return{'offsetX':_0x353b90,'offsetY':_0x1189ba};}function Fo(_0x2c8e95,_0x1285a4,_0x16f5b6){const _0x250548=_0xf1d127;var _0xe5f9ca,_0x4f910a,_0x4159ba,_0x147df7;if(!_0x1285a4)return!0x1;let {offsetX:_0x4677c1,offsetY:_0x20fc06}=Io(_0x2c8e95,_0x1285a4,_0x16f5b6);if(!_0x4677c1&&!_0x20fc06)return!0x1;let _0xe3d65e=(_0xe5f9ca=_0x1285a4[_0x250548(0x63a)])==null?0x0:_0xe5f9ca,_0x548fa8=(_0x4f910a=_0x1285a4['viewportScrollY'])==null?0x0:_0x4f910a;if(_0x2c8e95['source']===_0x250548(0x4f7)&&_0x1285a4[_0x250548(0x49a)]&&(_0x2c8e95[_0x250548(0x63a)]!=null||_0x2c8e95['viewportScrollY']!=null)){var _0x198533,_0x48ed2a;_0x1285a4[_0x250548(0x49a)]({'viewportScrollX':(_0x198533=_0x2c8e95[_0x250548(0x63a)])==null?_0xe3d65e:_0x198533,'viewportScrollY':(_0x48ed2a=_0x2c8e95['viewportScrollY'])==null?_0x548fa8:_0x48ed2a});}else{if(_0x1285a4[_0x250548(0x63d)])_0x1285a4[_0x250548(0x63d)]({'viewportScrollX':_0x4677c1,'viewportScrollY':_0x20fc06});else return!0x1;}let _0x69ecb2=((_0x4159ba=_0x1285a4[_0x250548(0x63a)])==null?0x0:_0x4159ba)!==_0xe3d65e||((_0x147df7=_0x1285a4[_0x250548(0x1cb)])==null?0x0:_0x147df7)!==_0x548fa8;if(_0x69ecb2){var _0x34e063;_0x16f5b6==null||(_0x34e063=_0x16f5b6[_0x250548(0x478)])==null||_0x34e063[_0x250548(0x511)](_0x16f5b6,!0x0);}return _0x69ecb2;}function Io(_0x24a9c6,_0x2c7b4d,_0x5131d6){const _0x2de323=_0xf1d127;if(_0x24a9c6[_0x2de323(0x3fb)]===_0x2de323(0x4f7)&&(_0x24a9c6['viewportScrollX']!=null||_0x24a9c6[_0x2de323(0x1cb)]!=null)){var _0x78c0d2,_0x55f4a4,_0x5ad5ad,_0x2a4385,_0x5d9ec3,_0x163c15;return{'offsetX':((_0x78c0d2=(_0x55f4a4=_0x24a9c6['viewportScrollX'])==null?_0x2c7b4d[_0x2de323(0x63a)]:_0x55f4a4)==null?0x0:_0x78c0d2)-((_0x5ad5ad=_0x2c7b4d[_0x2de323(0x63a)])==null?0x0:_0x5ad5ad),'offsetY':((_0x2a4385=(_0x5d9ec3=_0x24a9c6[_0x2de323(0x1cb)])==null?_0x2c7b4d[_0x2de323(0x1cb)]:_0x5d9ec3)==null?0x0:_0x2a4385)-((_0x163c15=_0x2c7b4d[_0x2de323(0x1cb)])==null?0x0:_0x163c15)};}return Po(_0x24a9c6[_0x2de323(0x51a)],_0x5131d6==null?void 0x0:_0x5131d6['scaleX'],_0x5131d6==null?void 0x0:_0x5131d6[_0x2de323(0x31b)]);}function Lo(_0x4744a0){const _0x40136f=_0xf1d127;return{'childType':e[_0x40136f(0x50c)]['UNIVER_DOC'],'handleWheel':_0x21b332=>{const _0x3184ce=_0x40136f;let _0x1a078d=_0x4744a0[_0x3184ce(0x75f)](Qt)?_0x4744a0[_0x3184ce(0x1f9)](Qt):void 0x0;if((_0x1a078d==null?void 0x0:_0x1a078d[_0x3184ce(0x6fb)](_0x21b332))===!0x0)return!0x0;if(!_0x4744a0[_0x3184ce(0x75f)](m[_0x3184ce(0x32a)]))return!0x1;let _0x5cb870=_0x4744a0[_0x3184ce(0x1f9)](m['IRenderManagerService'])['getRenderById'](_0x21b332[_0x3184ce(0x28d)]),_0x27dce5=_0x5cb870==null?void 0x0:_0x5cb870[_0x3184ce(0x407)];return Fo(_0x21b332,_0x27dce5==null?void 0x0:_0x27dce5[_0x3184ce(0x4f3)](u[_0x3184ce(0x25b)][_0x3184ce(0x157)]),_0x27dce5);}};}function Ro(_0x157773){const _0x371d1d=_0xf1d127;var _0x2c70b8,_0x47d5db,_0x39fa0f,_0x567914;let _0x20708a=(0x0,r[_0x371d1d(0x667)])(e[_0x371d1d(0x16b)]),_0x556772=(0x0,r[_0x371d1d(0x667)])(e[_0x371d1d(0x432)]),_0x31c309=(0x0,r['useDependency'])(m['IRenderManagerService']),_0x19a7c4=qo(_0x157773['data']),_0x2c60a9=_0x19a7c4==null?void 0x0:_0x19a7c4[_0x371d1d(0x448)],_0x364ccd=_0x2c60a9==null?(_0x2c70b8=_0x556772[_0x371d1d(0x31e)](e[_0x371d1d(0x50c)]['UNIVER_DOC']))==null?void 0x0:_0x2c70b8[_0x371d1d(0x735)]():_0x2c60a9,_0xda66f8=(0x0,i[_0x371d1d(0x361)])(null),_0x4d0691=(0x0,i[_0x371d1d(0x361)])(null),[_0x2004f8,_0x5868a3]=(0x0,i[_0x371d1d(0x604)])(()=>(0x0,u[_0x371d1d(0x268)])()),_0x2ab564=(0x0,i[_0x371d1d(0x361)])(_0x2004f8),_0x10f968=Jo(_0x19a7c4),_0x43495e=_0x157773[_0x371d1d(0x1c1)],_0x2c51f4=_0x43495e==null?void 0x0:_0x43495e['bleedLeft'],_0x5aa78b=_0x43495e==null?void 0x0:_0x43495e[_0x371d1d(0x57b)],_0x149a6a=_0x43495e==null?void 0x0:_0x43495e[_0x371d1d(0x736)];_0x2ab564[_0x371d1d(0x487)]=_0x2004f8,(0x0,i[_0x371d1d(0x196)])(()=>{if(!_0x2c60a9)return;let _0x41ac7b=[],_0xa4e544=()=>{const _0x57556e=_0x481e;let _0x430d9c=_0x556772[_0x57556e(0x485)](_0x2c60a9,e[_0x57556e(0x50c)][_0x57556e(0x705)]),_0x29e42a=_0x430d9c==null?void 0x0:_0x430d9c[_0x57556e(0x734)];typeof _0x29e42a==_0x57556e(0x541)&&_0x20708a['syncExecuteCommand'](u[_0x57556e(0x346)]['id'],{'unitId':_0x2c60a9,'zoomRatio':_0x29e42a});},_0x5b0ae3=_0x2f37f5=>{const _0x7cb1e1=_0x481e;if(typeof requestAnimationFrame==_0x7cb1e1(0x439)){let _0x10d158=requestAnimationFrame(_0x2f37f5);_0x41ac7b[_0x7cb1e1(0x76b)](()=>cancelAnimationFrame(_0x10d158));return;}let _0x27a849=setTimeout(_0x2f37f5,0x10);_0x41ac7b[_0x7cb1e1(0x76b)](()=>clearTimeout(_0x27a849));},_0x1272e8=_0x5be414=>{const _0xde33c5=_0x481e;let _0x47fe2d=setTimeout(_0xa4e544,_0x5be414);_0x41ac7b[_0xde33c5(0x76b)](()=>clearTimeout(_0x47fe2d));};return _0xa4e544(),_0x5b0ae3(_0xa4e544),_0x5b0ae3(()=>_0x5b0ae3(_0xa4e544)),_0x1272e8(0x78),_0x1272e8(0x1f4),()=>{const _0x2b1865=_0x481e;_0x41ac7b[_0x2b1865(0x4d6)](_0x1d0dba=>_0x1d0dba());};},[_0x20708a,_0x2c60a9,_0x556772]),(0x0,i[_0x371d1d(0x453)])(()=>{const _0x5c428e=_0x371d1d;let _0x5d1ca7=_0xda66f8[_0x5c428e(0x487)];if(!_0x5d1ca7||!_0x10f968||typeof window>'u')return;let _0x3466ce,_0x72f989=()=>{const _0x4d089f=_0x5c428e;_0x3466ce=void 0x0;let _0x4405c3=_0x5d1ca7[_0x4d089f(0x539)](),_0x43db51=(0x0,u[_0x4d089f(0x1fd)])(_0x5d1ca7,Go(_0x149a6a,()=>Zo(_0x5d1ca7,_0x4405c3[_0x4d089f(0x58b)])),{'bleedLeft':_0x2c51f4,'bleedWidth':_0x5aa78b});_0x5868a3(_0x8cc506=>Math[_0x4d089f(0x6d1)](_0x8cc506['bleedLeft']-_0x43db51[_0x4d089f(0x1bc)])<0.5&&Math[_0x4d089f(0x6d1)](_0x8cc506[_0x4d089f(0x623)]-_0x43db51[_0x4d089f(0x623)])<0.5&&Math[_0x4d089f(0x6d1)](_0x8cc506['bleedWidth']-_0x43db51['bleedWidth'])<0.5&&Math[_0x4d089f(0x6d1)](_0x8cc506[_0x4d089f(0x736)]-_0x43db51['contentWidth'])<0.5&&Math['abs'](_0x8cc506[_0x4d089f(0x661)]-_0x43db51[_0x4d089f(0x661)])<0.5?_0x8cc506:_0x43db51);},_0x1ee328=()=>{const _0xc7e455=_0x5c428e;_0x3466ce==null&&(_0x3466ce=window[_0xc7e455(0x2c2)](_0x72f989));},_0x1ee50b=_0x3b7432=>{const _0x4c2dd6=_0x5c428e;Ko(_0x5d1ca7,_0x3b7432[_0x4c2dd6(0x336)])&&_0x1ee328();};_0x72f989();let _0x195644=new ResizeObserver(_0x1ee328);return _0x195644[_0x5c428e(0x318)](_0x5d1ca7),window[_0x5c428e(0x5d7)]('resize',_0x1ee328),window[_0x5c428e(0x5d7)](_0x5c428e(0x575),_0x1ee50b,!0x0),()=>{const _0x387818=_0x5c428e;_0x3466ce!=null&&window['cancelAnimationFrame'](_0x3466ce),_0x195644['disconnect'](),window[_0x387818(0x76d)](_0x387818(0x5e1),_0x1ee328),window[_0x387818(0x76d)](_0x387818(0x575),_0x1ee50b,!0x0);};},[_0x2c51f4,_0x5aa78b,_0x149a6a,_0x10f968]),(0x0,i[_0x371d1d(0x453)])(()=>{const _0x31f8c5=_0x371d1d;let _0x173cb5=_0xda66f8[_0x31f8c5(0x487)];if(!_0x173cb5||!_0x10f968){_0x4d0691[_0x31f8c5(0x487)]=null;return;}let _0x3021e0=()=>{const _0x1cd8a7=_0x31f8c5;_0x4d0691[_0x1cd8a7(0x487)]=_0x173cb5[_0x1cd8a7(0x673)](_0x1cd8a7(0x2c9));};_0x3021e0();let _0x5b7e98=new MutationObserver(_0x3021e0);return _0x5b7e98['observe'](_0x173cb5,{'childList':!0x0,'subtree':!0x0}),()=>{const _0x4aa5d3=_0x31f8c5;_0x4d0691[_0x4aa5d3(0x487)]=null,_0x5b7e98[_0x4aa5d3(0x441)]();};},[_0x10f968]);let _0x56458f=_0x10f968?Ho((_0x47d5db=_0x157773[_0x371d1d(0x1c1)])==null?void 0x0:_0x47d5db[_0x371d1d(0x5e9)]):(0x0,u[_0x371d1d(0x440)])((_0x39fa0f=_0x157773['customBlockRenderViewport'])==null?void 0x0:_0x39fa0f[_0x371d1d(0x5e9)],0x1),_0x26e114=Wo({'contentHeight':_0x56458f,'menuInsetTop':0x34,'sheetLike':_0x10f968}),_0x2a64e9=Uo({'contentHeight':_0x56458f,'sheetLike':_0x10f968,'viewportHeight':(_0x567914=_0x157773[_0x371d1d(0x1c1)])==null?void 0x0:_0x567914[_0x371d1d(0x223)]}),_0x4bc789=_0x10f968?{'--univer-embed-docs-block-bleed-left':_0x2004f8['bleedLeft']+'px','--univer-embed-docs-block-bleed-width':_0x2004f8['bleedWidth']+'px','--univer-embed-docs-block-content-height':_0x56458f+'px','--univer-embed-docs-block-content-width':_0x2004f8['contentWidth']+'px','--univer-embed-docs-block-floating-menu-inset-top':'52px','--univer-embed-docs-block-outer-height':_0x26e114+'px','--univer-embed-docs-block-viewport-height':_0x2a64e9+'px','--univer-embed-docs-block-virtual-width':_0x2004f8[_0x371d1d(0x661)]+'px'}:{'--univer-embed-docs-block-floating-menu-inset-top':'52px'},_0x545fc5=(0x0,i[_0x371d1d(0x545)])((_0x697bd7,_0x1bbb8d)=>{const _0x5ec7eb=_0x371d1d;var _0xd0975f;let _0x4f42cf=(_0xd0975f=_0x31c309[_0x5ec7eb(0x481)](_0x1bbb8d['hostUnitId']))==null?void 0x0:_0xd0975f['scene'];return Fo({..._0x1bbb8d,'event':_0x697bd7,'source':_0x5ec7eb(0x3bc),'stage':_0x5ec7eb(0x55f)},_0x4f42cf==null?void 0x0:_0x4f42cf[_0x5ec7eb(0x4f3)](u[_0x5ec7eb(0x25b)][_0x5ec7eb(0x157)]),_0x4f42cf);},[_0x31c309]),_0x48674c=(0x0,i[_0x371d1d(0x545)])(_0x56dc07=>{const _0x53aeb7=_0x371d1d;var _0x2ae0b1;if(!_0x364ccd)return!0x1;let _0x28b90f=(_0x2ae0b1=_0x31c309[_0x53aeb7(0x481)](_0x364ccd))==null?void 0x0:_0x2ae0b1[_0x53aeb7(0x407)];return Fo({'event':_0x56dc07,'source':'wheel','stage':_0x53aeb7(0x55f)},_0x28b90f==null?void 0x0:_0x28b90f[_0x53aeb7(0x4f3)](u[_0x53aeb7(0x25b)][_0x53aeb7(0x157)]),_0x28b90f);},[_0x31c309,_0x364ccd]),_0x5d1f46=(0x0,i[_0x371d1d(0x545)])(_0x126896=>{zo(_0x31c309,_0x364ccd,_0x126896);},[_0x31c309,_0x364ccd]);return(0x0,i['useEffect'])(()=>{const _0x3dee4d=_0x371d1d;let _0x57d9a0=_0xda66f8[_0x3dee4d(0x487)];if(!_0x57d9a0||!_0x10f968)return;let _0x56cfba=_0x419db2=>{const _0x1cb70b=_0x3dee4d;var _0x3adfc5;Yo(_0x419db2)&&((_0x3adfc5=_0x57d9a0[_0x1cb70b(0x673)]('[data-embed-float-dom]'))==null?void 0x0:_0x3adfc5[_0x1cb70b(0x24f)]['embedFloatStage'])==='stage2'&&_0x48674c(_0x419db2)&&(_0x419db2[_0x1cb70b(0x52e)](),_0x419db2[_0x1cb70b(0x19d)](),_0x419db2[_0x1cb70b(0x3a0)]());};return _0x57d9a0[_0x3dee4d(0x5d7)](_0x3dee4d(0x3bc),_0x56cfba,{'capture':!0x0,'passive':!0x1}),()=>_0x57d9a0[_0x3dee4d(0x76d)](_0x3dee4d(0x3bc),_0x56cfba,{'capture':!0x0});},[_0x48674c,_0x10f968]),(0x0,i[_0x371d1d(0x196)])(()=>{const _0x44da5b=_0x371d1d;let _0x349547=_0xda66f8['current'];if(!_0x349547||!_0x10f968)return;let _0x328abe=Vo({'getLive':()=>_0x4d0691[_0x44da5b(0x487)],'getStage':()=>{const _0x1c1764=_0x44da5b;var _0x3e2cbe;return(_0x3e2cbe=_0x349547['querySelector'](_0x1c1764(0x4c1)))==null?void 0x0:_0x3e2cbe[_0x1c1764(0x24f)][_0x1c1764(0x23f)];},'getMaxScrollLeft':()=>{const _0x28e960=_0x44da5b;let _0x4b1fc8=_0x2ab564['current'][_0x28e960(0x661)]-_0x2ab564[_0x28e960(0x487)][_0x28e960(0x57b)];return _0x4b1fc8>0x0?_0x4b1fc8:void 0x0;}});return _0x349547[_0x44da5b(0x5d7)](_0x44da5b(0x3bc),_0x328abe,{'capture':!0x0,'passive':!0x1}),()=>_0x349547[_0x44da5b(0x76d)](_0x44da5b(0x3bc),_0x328abe,{'capture':!0x0});},[_0x10f968]),(0x0,o[_0x371d1d(0x1ab)])(_0x371d1d(0x61c),{'ref':_0xda66f8,'className':'univer-embed-docs-custom-block','data-embed-docs-custom-block':_0x371d1d(0x718),'data-embed-docs-custom-block-child-type':(_0x19a7c4==null?void 0x0:_0x19a7c4[_0x371d1d(0x3dc)])==null?void 0x0:String(_0x19a7c4[_0x371d1d(0x3dc)]),'data-embed-docs-custom-block-sheet-like':_0x10f968?_0x371d1d(0x718):void 0x0,'style':_0x4bc789,'children':(0x0,o[_0x371d1d(0x1ab)])(un,{..._0x157773,'interactionFlow':'doc-block','onHostWheel':_0x10f968?_0x545fc5:void 0x0,'onRuntimeStageEnter':_0x5d1f46,'syncHostVerticalScroll':_0x10f968})});}function zo(_0x30c9f0,_0x46aa98,_0x121392){const _0x276bb0=_0xf1d127;var _0x30780e;_0x121392!==_0x276bb0(0x55f)||!_0x46aa98||(_0x30780e=_0x30c9f0[_0x276bb0(0x481)](_0x46aa98))==null||(_0x30780e=_0x30780e[_0x276bb0(0x519)](u['DocSelectionRenderService']))==null||_0x30780e[_0x276bb0(0x662)]();}function Bo(_0x11bd9a){return _0x14f884=>{const _0x282dd7=_0x481e;var _0x2d040d;let _0x44201d=_0x11bd9a['getLive']();!_0x44201d||_0x14f884[_0x282dd7(0x70a)]||_0x14f884[_0x282dd7(0x402)]||(0x0,u['scrollDocsTableLikeCustomBlockLive'])(_0x14f884,_0x44201d,{'maxScrollLeft':(_0x2d040d=_0x11bd9a[_0x282dd7(0x175)])==null?void 0x0:_0x2d040d[_0x282dd7(0x511)](_0x11bd9a)})&&(_0x14f884['preventDefault'](),_0x14f884[_0x282dd7(0x19d)]());};}function Vo(_0x1442d5){let _0x3633d2=Bo(_0x1442d5);return _0x418d67=>{const _0x58a6b5=_0x481e;_0x1442d5['getStage']()!==_0x58a6b5(0x55f)||!Xo(_0x418d67)||_0x3633d2(_0x418d67);};}function Ho(_0x10c747){const _0x430e98=_0xf1d127;return(0x0,u[_0x430e98(0x440)])(_0x10c747,0x1e0);}function Uo(_0x4d6731){const _0xaddb14=_0xf1d127;return(0x0,u[_0xaddb14(0x440)])(_0x4d6731[_0xaddb14(0x223)],_0x4d6731[_0xaddb14(0x5e9)]);}function Wo(_0x2e5ff4){const _0x3523e4=_0xf1d127;return _0x2e5ff4[_0x3523e4(0x597)]?_0x2e5ff4[_0x3523e4(0x5e9)]+_0x2e5ff4[_0x3523e4(0x21a)]:_0x2e5ff4[_0x3523e4(0x5e9)];}function Go(_0x29e9a0,_0x1124da){const _0x503602=_0xf1d127;return Number[_0x503602(0x612)](_0x29e9a0)&&(_0x29e9a0==null?0x0:_0x29e9a0)>0x0?_0x29e9a0:(0x0,u['resolveDocsTableLikeCustomBlockContentWidth'])(void 0x0,_0x1124da());}function Ko(_0x556a7a,_0x4c8bf8){const _0x1132a0=_0xf1d127;return!(_0x4c8bf8 instanceof Node&&_0x556a7a[_0x1132a0(0x596)](_0x4c8bf8));}function qo(_0x487417){const _0x1efe49=_0xf1d127;if(!_0x487417||typeof _0x487417!='object')return;let _0x5f1e55=_0x487417;if(!(_0x5f1e55[_0x1efe49(0x2f9)]!==0x1||!_0x5f1e55[_0x1efe49(0x5b8)]||!_0x5f1e55[_0x1efe49(0x173)]))return _0x5f1e55;}function Jo(_0x185696){const _0x320194=_0xf1d127;return(_0x185696==null?void 0x0:_0x185696['childType'])===e[_0x320194(0x50c)][_0x320194(0x200)]||(_0x185696==null?void 0x0:_0x185696[_0x320194(0x3dc)])===e['UniverInstanceType'][_0x320194(0x406)];}function Yo(_0x169f60){const _0x2ba25d=_0xf1d127;return _0x169f60['shiftKey']||_0x169f60[_0x2ba25d(0x70a)]||_0x169f60[_0x2ba25d(0x402)]?!0x1:Math['abs'](_0x169f60[_0x2ba25d(0x2b8)])>Math[_0x2ba25d(0x6d1)](_0x169f60[_0x2ba25d(0x683)]);}function Xo(_0x13966c){const _0x1d7484=_0xf1d127;if(_0x13966c[_0x1d7484(0x70a)]||_0x13966c[_0x1d7484(0x402)])return!0x1;let _0x1acee3=_0x13966c[_0x1d7484(0x683)]||(_0x13966c['shiftKey']?_0x13966c[_0x1d7484(0x2b8)]:0x0),_0x42cf21=_0x13966c[_0x1d7484(0x32b)]?0x0:_0x13966c[_0x1d7484(0x2b8)];return Math[_0x1d7484(0x6d1)](_0x1acee3)>Math['abs'](_0x42cf21);}function Zo(_0x27d1fa,_0x1e3289){const _0x5b6bfd=_0xf1d127;let _0x43250a=_0x27d1fa[_0x5b6bfd(0x673)](_0x5b6bfd(0x426)),_0x4e846a=_0x27d1fa[_0x5b6bfd(0x673)](_0x5b6bfd(0x1e4)),_0x159753=[Math[_0x5b6bfd(0x62f)](0x1,_0x1e3289)];return Qo(_0x43250a,_0x159753),Qo(_0x4e846a,_0x159753),Math[_0x5b6bfd(0x62f)](..._0x159753['filter'](_0x5e5aa8=>Number['isFinite'](_0x5e5aa8)&&_0x5e5aa8>0x0));}function Qo(_0x887724,_0x5bbb8a){const _0x3153ac=_0xf1d127;if(_0x887724){_0x5bbb8a[_0x3153ac(0x76b)](_0x887724[_0x3153ac(0x4cc)],_0x887724[_0x3153ac(0x61d)],_0x887724[_0x3153ac(0x539)]()[_0x3153ac(0x58b)]);for(let _0x3e9581 of Array[_0x3153ac(0x433)](_0x887724[_0x3153ac(0x6c0)])){if(!(_0x3e9581 instanceof HTMLElement))continue;let _0x419aa2=_0x3e9581[_0x3153ac(0x539)](),_0xb5f3ee=_0x887724[_0x3153ac(0x539)]();_0x5bbb8a[_0x3153ac(0x76b)](_0x3e9581[_0x3153ac(0x4cc)],_0x3e9581[_0x3153ac(0x61d)],_0x419aa2[_0x3153ac(0x437)]-_0xb5f3ee[_0x3153ac(0x356)]);}}}function $o(){const _0x58df5a=_0xf1d127;return Ba({'childType':e['UniverInstanceType'][_0x58df5a(0x705)],'mount':es});}function es(_0x31d20d){const _0x230c6a=_0xf1d127;let _0x4ba1ae=za(_0x31d20d),_0x232b89=document[_0x230c6a(0x5c9)]('div');_0x232b89[_0x230c6a(0x693)]('data-embed-floating-menu-entry',_0x31d20d[_0x230c6a(0x4da)][_0x230c6a(0x6ee)]),_0x4ba1ae[_0x230c6a(0x694)](_0x232b89);let _0xbddb73=Or(_0x232b89);return _0xbddb73[_0x230c6a(0x642)]((0x0,i[_0x230c6a(0x5c9)])(Z,{'injector':_0x31d20d[_0x230c6a(0x435)][_0x230c6a(0x158)],'mountContainer':_0x4ba1ae,'embedId':_0x31d20d[_0x230c6a(0x5b8)]},(0x0,i[_0x230c6a(0x5c9)])(ts,{'hostUnitId':_0x31d20d[_0x230c6a(0x448)],'embedId':_0x31d20d[_0x230c6a(0x5b8)],'entry':_0x31d20d[_0x230c6a(0x4da)][_0x230c6a(0x6ee)],'fullscreen':!!_0x31d20d['renderScope'][_0x230c6a(0x5ed)],'usesDomFloatingStage':_0x31d20d[_0x230c6a(0x4da)][_0x230c6a(0x6ee)]!==_0x230c6a(0x206),'renderScopeActive$':_0x31d20d[_0x230c6a(0x3eb)][_0x230c6a(0x172)]}))),(0x0,e[_0x230c6a(0x211)])(()=>{const _0x2317e5=_0x230c6a;kr(_0xbddb73),globalThis['setTimeout'](()=>_0x232b89[_0x2317e5(0x331)](),0x0);});}function ts(_0x6e5be9){const _0x26741d=_0xf1d127;let {hostUnitId:_0x404274,embedId:_0x4961d7,entry:_0x1d3d6a,fullscreen:_0x40d16a,usesDomFloatingStage:_0x309b48,renderScopeActive$:_0xea483a}=_0x6e5be9,_0x43a661=(0x0,r[_0x26741d(0x5c6)])(()=>_0xea483a,!0x1,!0x1,[_0xea483a]),_0x14df73=(0x0,r[_0x26741d(0x667)])(e[_0x26741d(0x16b)]),_0x45965a=(0x0,r[_0x26741d(0x667)])(W),_0x195778=ns({'embedId':_0x4961d7,'active':(0x0,r[_0x26741d(0x5c6)])(()=>_0x45965a['active$'],_0x45965a[_0x26741d(0x4ee)](),!0x1,[_0x45965a]),'fullscreen':_0x40d16a,'usesDomFloatingStage':_0x309b48,'renderScopeActive':_0x43a661});return(0x0,o['jsx'])('div',{'className':rs({'entry':_0x1d3d6a,'fullscreen':_0x40d16a,'stage':_0x195778}),'data-embed-floating-menu':_0x26741d(0x718),'data-embed-id':_0x4961d7,'data-embed-float-stage':_0x195778,'onPointerDown':_0x233619=>_0x233619[_0x26741d(0x19d)](),'children':(0x0,o[_0x26741d(0x1ab)])(s['Button'],{'type':_0x26741d(0x675),'size':_0x26741d(0x6a0),'variant':_0x26741d(0x192),'className':'univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{const _0x34915e=_0x26741d;_0x14df73[_0x34915e(0x1e2)](t[_0x34915e(0x263)]['id'],{'hostUnitId':_0x404274,'embedId':_0x4961d7});},'children':(0x0,o[_0x26741d(0x1ab)])(n[_0x26741d(0x2c6)],{})})});}function ns(_0x44c9aa){return pe(_0x44c9aa);}function rs(_0x377302){const _0x3abebf=_0xf1d127;let {entry:_0x1ba981,fullscreen:_0xc2f2e0,stage:_0x44a3f4}=_0x377302;return(0x0,s[_0x3abebf(0x5f7)])(_0x3abebf(0x5d9),{'univer-hidden':_0x44a3f4!==_0x3abebf(0x55f),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0xc2f2e0,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0xc2f2e0,'-univer-top-9':!_0xc2f2e0&&_0x1ba981!==_0x3abebf(0x653),'univer-top-[calc(var(--univer-embed-docs-block-floating-menu-inset-top,52px)*-1)]':!_0xc2f2e0&&_0x1ba981===_0x3abebf(0x653)});}let is=class extends e[_0xf1d127(0x2c1)]{constructor(_0x509691,_0x1ab725,_0x2b1dd5,_0x38aeba,_0x1270e9,_0x28d3a1){const _0x456608=_0xf1d127;super(),this[_0x456608(0x6db)]=_0x509691,this[_0x456608(0x277)]=_0x1ab725,this['_commandService']=_0x2b1dd5,this['_contentSizeRegistry']=_0x38aeba,this[_0x456608(0x384)]=_0x1270e9,this[_0x456608(0x503)]=_0x28d3a1,H(this,'_resolvedChildUnits',new Map()),H(this,_0x456608(0x6a2),new Map());let _0x437d26=(0x0,u['createDocsCustomBlockSizeRefreshScheduler'])(()=>{const _0x3ee17d=_0x456608;this['_rerenderHostDoc']()||this[_0x3ee17d(0x220)]();});this[_0x456608(0x2b7)](_0x437d26),this[_0x456608(0x2b7)]({'dispose':()=>{const _0x3c7f61=_0x456608;this['_resolvedChildUnits']['clear'](),this[_0x3c7f61(0x6a2)][_0x3c7f61(0x58d)]();}});let _0x23c558=this[_0x456608(0x277)]['getTypeOfUnitAdded$'](e[_0x456608(0x50c)][_0x456608(0x200)])[_0x456608(0x2e4)](()=>{const _0x2beb70=_0x456608;_0x437d26[_0x2beb70(0x271)]();}),_0x41279a=this['_univerInstanceService'][_0x456608(0x3d3)](e[_0x456608(0x50c)]['UNIVER_BASE'])[_0x456608(0x2e4)](()=>{_0x437d26['schedule']();});this[_0x456608(0x2b7)]((0x0,e[_0x456608(0x211)])(()=>_0x23c558['unsubscribe']())),this['disposeWithMe']((0x0,e[_0x456608(0x211)])(()=>_0x41279a[_0x456608(0x3c6)]()));let _0x24db34=(0x0,m[_0x456608(0x303)])((_0x39d9c4,_0x58e1c4,_0x1aa3f8)=>{const _0xb92fae=_0x456608;var _0x4ad0ea,_0x3c77ab,_0x19cb48,_0x38b3b0;if(_0x39d9c4!==this['_context'][_0xb92fae(0x647)])return null;let _0x558bfc=this[_0xb92fae(0x508)]();if(!_0x558bfc)return null;let _0x45e16e=(_0x4ad0ea=_0x558bfc[_0xb92fae(0x421)])==null?void 0x0:_0x4ad0ea[_0x58e1c4],_0x4821c0=_0x45e16e==null?void 0x0:_0x45e16e[_0xb92fae(0x226)],_0x37ad7e=_0x4821c0==null?void 0x0:_0x4821c0[_0xb92fae(0x3dc)];if(_0x37ad7e!==e[_0xb92fae(0x50c)][_0xb92fae(0x200)]&&_0x37ad7e!==e['UniverInstanceType'][_0xb92fae(0x406)])return null;let _0x341810=this[_0xb92fae(0x4f9)](),_0x47c147=this[_0xb92fae(0x32e)](_0x4821c0,_0x37ad7e),_0x1c48e6=_0x47c147?this[_0xb92fae(0x195)](_0x47c147,_0x37ad7e,_0x437d26[_0xb92fae(0x271)]):void 0x0,_0x5705c7=_0x47c147&&_0x1c48e6!=null?(_0x3c77ab=this['_contentSizeRegistry'])==null?void 0x0:_0x3c77ab[_0xb92fae(0x341)]({'childType':_0x37ad7e,'childUnit':_0x1c48e6,'childUnitId':_0x47c147,'viewportWidth':_0x1aa3f8['fallbackWidth']}):void 0x0,_0x4b5e78=(0x0,u[_0xb92fae(0x2f4)])(_0x37ad7e),_0x23cbe2=os(_0x1aa3f8['fallbackHeight'],_0x4b5e78[_0xb92fae(0x3d5)]),_0x68686=os(_0x1aa3f8[_0xb92fae(0x563)],_0x4b5e78['width']);return(0x0,u['resolveDocsCustomBlockRenderViewport'])({'childType':_0x37ad7e,'contentHeight':(_0x19cb48=_0x5705c7==null?void 0x0:_0x5705c7[_0xb92fae(0x3d5)])==null?_0x23cbe2:_0x19cb48,'contentWidth':_0x5705c7==null?void 0x0:_0x5705c7['width'],'docsLeft':this[_0xb92fae(0x6b7)](),'documentFlavor':(_0x38b3b0=_0x558bfc[_0xb92fae(0x601)])==null?void 0x0:_0x38b3b0['documentFlavor'],'fallbackHeight':_0x23cbe2,'fallbackWidth':_0x68686,'pageMarginLeft':_0x1aa3f8['pageMarginLeft'],'pageMarginRight':_0x1aa3f8[_0xb92fae(0x457)],'pageWidth':_0x1aa3f8[_0xb92fae(0x459)],'scale':this[_0xb92fae(0x6db)][_0xb92fae(0x407)][_0xb92fae(0x5f6)]()[_0xb92fae(0x193)]||0x1,'visibleCanvasHeight':_0x341810==null?void 0x0:_0x341810[_0xb92fae(0x3d5)],'visibleCanvasLeft':_0x341810==null?void 0x0:_0x341810[_0xb92fae(0x356)],'visibleCanvasWidth':_0x341810==null?void 0x0:_0x341810[_0xb92fae(0x58b)]});});this[_0x456608(0x2b7)]({'dispose':_0x24db34}),this[_0x456608(0x2b7)](this[_0x456608(0x6a1)][_0x456608(0x4a5)](_0x4e8ea9=>{const _0x1631eb=_0x456608;if(_0x4e8ea9['id']===u[_0x1631eb(0x346)]['id'])return;let _0x108c0b=this['_getHostSnapshot']();_0x108c0b&&(0x0,u[_0x1631eb(0x36c)])({'childUnitIds':(0x0,u[_0x1631eb(0x4cf)])(_0x108c0b['drawings'],_0x463a2b=>this['_resolveChildUnitId'](_0x463a2b)),'commandId':_0x4e8ea9['id'],'commandParams':_0x4e8ea9[_0x1631eb(0x66b)],'hostUnitId':this[_0x1631eb(0x6db)][_0x1631eb(0x647)]})&&_0x437d26[_0x1631eb(0x271)]();}));}[_0xf1d127(0x775)](){const _0xc8cf04=_0xf1d127;var _0x549c2d;if(!this[_0xc8cf04(0x464)])return(_0x549c2d=this[_0xc8cf04(0x6db)][_0xc8cf04(0x578)])==null?void 0x0:_0x549c2d;}[_0xf1d127(0x508)](){const _0x21a5c1=_0xf1d127;var _0x25f036;return(_0x25f036=this[_0x21a5c1(0x775)]())==null?void 0x0:_0x25f036[_0x21a5c1(0x2dc)]();}[_0xf1d127(0x53f)](){const _0x519704=_0xf1d127;var _0x566fad;let _0x65b13=(_0x566fad=this[_0x519704(0x503)])==null?void 0x0:_0x566fad[_0x519704(0x481)](this[_0x519704(0x6db)]['unitId']);try{var _0x4eb69b;let _0x179f46=_0x65b13==null||(_0x4eb69b=_0x65b13['with'])==null?void 0x0:_0x4eb69b[_0x519704(0x511)](_0x65b13,u[_0x519704(0x18a)]);return _0x179f46?(_0x179f46[_0x519704(0x695)](this[_0x519704(0x6db)]['unitId']),!0x0):!0x1;}catch{return!0x1;}}[_0xf1d127(0x220)](){const _0x50b800=_0xf1d127;let _0x5dc8ad=this[_0x50b800(0x775)](),_0x5d9fb8=_0x5dc8ad==null?void 0x0:_0x5dc8ad[_0x50b800(0x734)];typeof _0x5d9fb8==_0x50b800(0x541)&&this[_0x50b800(0x6a1)][_0x50b800(0x2f1)](u[_0x50b800(0x346)]['id'],{'unitId':this[_0x50b800(0x6db)][_0x50b800(0x647)],'zoomRatio':_0x5d9fb8});}['_resolveChildUnitId'](_0x3be566,_0x58d3ec){const _0x31d32d=_0xf1d127;var _0x20a3ad;if(!_0x3be566||typeof _0x3be566!='object')return;let _0x14b56a=_0x3be566,_0x1356ff=typeof _0x14b56a['childType']==_0x31d32d(0x541)?_0x14b56a[_0x31d32d(0x3dc)]:_0x58d3ec;if(_0x1356ff!==e[_0x31d32d(0x50c)]['UNIVER_SHEET']&&_0x1356ff!==e[_0x31d32d(0x50c)][_0x31d32d(0x406)])return;if(typeof _0x14b56a[_0x31d32d(0x28d)]=='string')return _0x14b56a['childUnitId'];if(typeof _0x14b56a[_0x31d32d(0x5b8)]!=_0x31d32d(0x1cf))return;let _0x267140=typeof _0x14b56a[_0x31d32d(0x448)]==_0x31d32d(0x1cf)?_0x14b56a['hostUnitId']:this[_0x31d32d(0x6db)][_0x31d32d(0x647)],_0x2c1744=(_0x20a3ad=this['_embedModelService'])==null?void 0x0:_0x20a3ad[_0x31d32d(0x73c)](_0x267140,_0x14b56a['embedId']);if((_0x2c1744==null?void 0x0:_0x2c1744[_0x31d32d(0x3dc)])===_0x1356ff){if(typeof _0x2c1744[_0x31d32d(0x28d)]==_0x31d32d(0x1cf))return _0x2c1744['childUnitId'];try{return(0x0,t[_0x31d32d(0x28e)])(_0x2c1744['source'][_0x31d32d(0x45f)]);}catch{return;}}}[_0xf1d127(0x195)](_0x1c621f,_0x4a1bdc,_0x3c1f29){const _0xb948bf=_0xf1d127;let _0x54ecd6=_0x4a1bdc+':'+_0x1c621f;if(this['_resolvedChildUnits'][_0xb948bf(0x75f)](_0x54ecd6))return this[_0xb948bf(0x717)]['get'](_0x54ecd6);let _0x31d52e=this[_0xb948bf(0x277)][_0xb948bf(0x485)](_0x1c621f,_0x4a1bdc);if(_0x31d52e!=null){if(!as(_0x31d52e))return this[_0xb948bf(0x717)][_0xb948bf(0x5a3)](_0x54ecd6,_0x31d52e),_0x31d52e;if(!this[_0xb948bf(0x6a2)][_0xb948bf(0x75f)](_0x54ecd6)){let _0x5e7f1c=Promise[_0xb948bf(0x16a)](_0x31d52e)['then'](_0x5d61c2=>(this['_pendingChildUnits'][_0xb948bf(0x1f6)](_0x54ecd6),this['_resolvedChildUnits'][_0xb948bf(0x5a3)](_0x54ecd6,_0x5d61c2),this[_0xb948bf(0x464)]||_0x3c1f29(),_0x5d61c2),()=>{const _0x5dedef=_0xb948bf;this['_pendingChildUnits'][_0x5dedef(0x1f6)](_0x54ecd6);});this[_0xb948bf(0x6a2)]['set'](_0x54ecd6,_0x5e7f1c);}}}[_0xf1d127(0x6b7)](){const _0xe7b474=_0xf1d127;var _0xb4b8be,_0x2748dd,_0x57c069;return(_0xb4b8be=(_0x2748dd=this[_0xe7b474(0x6db)]['mainComponent'])==null||(_0x57c069=_0x2748dd[_0xe7b474(0x5e8)])==null||(_0x57c069=_0x57c069[_0xe7b474(0x511)](_0x2748dd))==null?void 0x0:_0x57c069['docsLeft'])==null?0x0:_0xb4b8be;}['_getVisibleCanvasDocumentRect'](){const _0x1e9ad4=_0xf1d127;var _0x18785c,_0x16ed4e,_0x21d6fe,_0x32a484,_0x280549,_0x435ebb,_0x1083e5,_0x18130f,_0xfb459a,_0x45c0c0,_0x4796b0;let _0x4ca12a=this['_context'][_0x1e9ad4(0x407)]['getAncestorScale']()[_0x1e9ad4(0x193)]||0x1,_0x5820f3=this['_context'][_0x1e9ad4(0x407)][_0x1e9ad4(0x5f6)]()[_0x1e9ad4(0x31b)]||0x1,_0x8af0bc=(_0x18785c=(_0x16ed4e=this[_0x1e9ad4(0x6db)]['scene'][_0x1e9ad4(0x4f3)](u[_0x1e9ad4(0x25b)]['VIEW_MAIN']))==null?void 0x0:_0x16ed4e[_0x1e9ad4(0x63a)])==null?0x0:_0x18785c,_0xd61d7e=(_0x21d6fe=(_0x32a484=this[_0x1e9ad4(0x6db)][_0x1e9ad4(0x1e5)])[_0x1e9ad4(0x5f3)])==null||(_0x21d6fe=_0x21d6fe[_0x1e9ad4(0x511)](_0x32a484))==null||(_0x280549=_0x21d6fe[_0x1e9ad4(0x539)])==null?void 0x0:_0x280549[_0x1e9ad4(0x511)](_0x21d6fe),_0x3159a8=_0xd61d7e==null?void 0x0:_0xd61d7e['width'],_0x55b7e4=_0xd61d7e==null?void 0x0:_0xd61d7e['height'],_0x3a6f58=(_0x435ebb=(_0x1083e5=this[_0x1e9ad4(0x6db)][_0x1e9ad4(0x4d0)])==null?void 0x0:_0x1083e5['width'])==null?this[_0x1e9ad4(0x6db)][_0x1e9ad4(0x407)][_0x1e9ad4(0x58b)]:_0x435ebb,_0x730013=((_0x18130f=_0x3159a8==null?_0x3a6f58:_0x3159a8)==null?0x0:_0x18130f)/_0x4ca12a,_0x1504af=(_0xfb459a=(_0x45c0c0=this[_0x1e9ad4(0x6db)][_0x1e9ad4(0x4d0)])==null?void 0x0:_0x45c0c0[_0x1e9ad4(0x3d5)])==null?this[_0x1e9ad4(0x6db)][_0x1e9ad4(0x407)][_0x1e9ad4(0x3d5)]:_0xfb459a,_0x17fe5a=((_0x4796b0=_0x55b7e4==null?_0x1504af:_0x55b7e4)==null?0x0:_0x4796b0)/_0x5820f3;return!_0x730013||!Number[_0x1e9ad4(0x612)](_0x730013)||_0x730013<=0x0||!_0x17fe5a||!Number['isFinite'](_0x17fe5a)||_0x17fe5a<=0x0?null:{'height':_0x17fe5a,'left':_0x8af0bc,'width':_0x730013};}};is=Ne([Y(0x1,(0x0,e[_0xf1d127(0x3ec)])(e['IUniverInstanceService'])),Y(0x2,(0x0,e[_0xf1d127(0x3ec)])(e[_0xf1d127(0x16b)])),Y(0x3,(0x0,e['Optional'])(ki)),Y(0x4,(0x0,e[_0xf1d127(0x61a)])(t[_0xf1d127(0x656)])),Y(0x5,(0x0,e['Optional'])(m[_0xf1d127(0x32a)]))],is);function as(_0x3cd61e){const _0x5da5bc=_0xf1d127;return!!_0x3cd61e&&typeof _0x3cd61e[_0x5da5bc(0x27b)]==_0x5da5bc(0x439);}function os(_0x319b0e,_0x217045){return typeof _0x319b0e=='number'&&Number['isFinite'](_0x319b0e)&&_0x319b0e>0x1?_0x319b0e:_0x217045;}function ss(_0x6f70a3){const _0x2f6173=_0xf1d127;Ki(_0x6f70a3,_0x2f6173(0x4e9),cs);}function cs(_0x26941d){const _0x91b71=_0xf1d127;let _0x5928dd=_0x26941d[_0x91b71(0x1f9)](t[_0x91b71(0x764)]),_0x283209=_0x26941d['get'](It),_0x420bb0=_0x26941d[_0x91b71(0x1f9)](Ft),_0x2d6e2b=_0x26941d[_0x91b71(0x1f9)](U),_0xc2b6df=_0x26941d[_0x91b71(0x1f9)](X),_0x210c30=_0x26941d[_0x91b71(0x1f9)](qt),_0x4aba86=_0x26941d['get'](Zt),_0x3223a2=_0x26941d['has'](t[_0x91b71(0x75a)])?_0x26941d[_0x91b71(0x1f9)](t[_0x91b71(0x75a)]):void 0x0,_0x5b07f=_0x26941d[_0x91b71(0x75f)](e[_0x91b71(0x432)])?_0x26941d[_0x91b71(0x1f9)](e[_0x91b71(0x432)]):void 0x0,_0x5ab2a7=_0x26941d[_0x91b71(0x75f)](m[_0x91b71(0x32a)])?_0x26941d[_0x91b71(0x1f9)](m[_0x91b71(0x32a)]):void 0x0;_0x5ab2a7==null||_0x5ab2a7[_0x91b71(0x5b0)](e[_0x91b71(0x50c)][_0x91b71(0x705)],[is]),_0x26941d[_0x91b71(0x75f)](r[_0x91b71(0x364)])&&_0x26941d[_0x91b71(0x1f9)](r[_0x91b71(0x364)])['register'](u[_0x91b71(0x51f)],Ro);let _0x48ae68=jo(_0x3223a2,_0x5b07f,_0x5ab2a7);_0x5928dd['get'](_0x48ae68[_0x91b71(0x500)],_0x48ae68[_0x91b71(0x6ee)])||_0x5928dd[_0x91b71(0x251)](_0x48ae68);let _0xce8cf7=Mo();_0x283209[_0x91b71(0x1f9)](_0xce8cf7[_0x91b71(0x500)],_0xce8cf7[_0x91b71(0x6ee)])||_0x283209[_0x91b71(0x251)](_0xce8cf7);let _0x46e76d=Do();_0x420bb0[_0x91b71(0x1f9)](_0x46e76d[_0x91b71(0x3dc)])||_0x420bb0[_0x91b71(0x251)](_0x46e76d);let _0x26d843=Eo();_0x2d6e2b[_0x91b71(0x1f9)](_0x26d843[_0x91b71(0x3dc)])||_0x2d6e2b[_0x91b71(0x251)](_0x26d843),$o()[_0x91b71(0x4d6)](_0x30da7f=>{const _0x357f4a=_0x91b71;_0xc2b6df['hasExact'](_0x30da7f[_0x357f4a(0x500)],_0x30da7f[_0x357f4a(0x6ee)],_0x30da7f['childType'])||_0xc2b6df['register'](_0x30da7f);}),_0x210c30[_0x91b71(0x762)](zi(_0x26941d,{'childType':e['UniverInstanceType'][_0x91b71(0x705)],'renderManagerService':m['IRenderManagerService']})),_0x4aba86['get'](e[_0x91b71(0x50c)][_0x91b71(0x705)])||_0x4aba86[_0x91b71(0x251)](Lo(_0x26941d));}function ls(){const _0x2de6c8=_0xf1d127;return{'childType':e[_0x2de6c8(0x50c)][_0x2de6c8(0x200)],'measureContentSize':_0x39a71d=>{const _0x5cb72c=_0x2de6c8;let _0x53cdb5=us(_0x39a71d[_0x5cb72c(0x5f8)]),_0x2d995b=ds(_0x39a71d[_0x5cb72c(0x5f8)]);return _0x53cdb5==null&&_0x2d995b==null?void 0x0:{'height':_0x53cdb5,'width':_0x2d995b};}};}function us(_0x21b3fd){const _0x4d1984=_0xf1d127;var _0x3da8c2,_0x13ff55,_0x12052e;let _0x724158=_0x21b3fd,_0x542fb7=_0x724158==null||(_0x3da8c2=_0x724158[_0x4d1984(0x2ca)])==null?void 0x0:_0x3da8c2[_0x4d1984(0x511)](_0x724158,!0x0);if(!_0x542fb7)return;let _0x16087d=fs(_0x542fb7);if(!Number[_0x4d1984(0x612)](_0x16087d)||_0x16087d==null||_0x16087d<0x0)return;let _0x4066c6=(_0x13ff55=_0x542fb7[_0x4d1984(0x5fb)])==null||(_0x13ff55=_0x13ff55[_0x4d1984(0x511)](_0x542fb7))==null?void 0x0:_0x13ff55[_0x4d1984(0x326)],_0x4033c7=_s((_0x12052e=_0x542fb7[_0x4d1984(0x5fb)])==null||(_0x12052e=_0x12052e['call'](_0x542fb7))==null?void 0x0:_0x12052e[_0x4d1984(0x629)],e[_0x4d1984(0x36a)]),_0x72dc1c=_0x4066c6!=null&&_0x4066c6[_0x4d1984(0x606)]?0x0:_s(_0x4066c6==null?void 0x0:_0x4066c6['height'],0x18),_0xc24b91=0x0;for(let _0x335c08=0x0;_0x335c08<_0x16087d;_0x335c08++){var _0x54e029,_0x25d105;((_0x54e029=_0x542fb7['getRowVisible'])==null?void 0x0:_0x54e029[_0x4d1984(0x511)](_0x542fb7,_0x335c08))!==!0x1&&(_0xc24b91+=vs((_0x25d105=_0x542fb7[_0x4d1984(0x390)])==null?void 0x0:_0x25d105[_0x4d1984(0x511)](_0x542fb7,_0x335c08),_0x4033c7));}return _0x72dc1c+_0xc24b91;}function ds(_0x18b2cd){const _0xa00360=_0xf1d127;var _0x2538de,_0x165698,_0x5c0049;let _0xad6a0a=_0x18b2cd,_0x2d39bf=_0xad6a0a==null||(_0x2538de=_0xad6a0a[_0xa00360(0x2ca)])==null?void 0x0:_0x2538de['call'](_0xad6a0a,!0x0);if(!_0x2d39bf)return;let _0x5c7ffc=ps(_0x2d39bf);if(!Number[_0xa00360(0x612)](_0x5c7ffc)||_0x5c7ffc==null||_0x5c7ffc<0x0)return;let _0x491dd7=(_0x165698=_0x2d39bf[_0xa00360(0x5fb)])==null||(_0x165698=_0x165698[_0xa00360(0x511)](_0x2d39bf))==null?void 0x0:_0x165698[_0xa00360(0x2a5)],_0x1a6355=_s((_0x5c0049=_0x2d39bf['getConfig'])==null||(_0x5c0049=_0x5c0049[_0xa00360(0x511)](_0x2d39bf))==null?void 0x0:_0x5c0049['defaultColumnWidth'],e[_0xa00360(0x55a)]),_0x18163f=_0x491dd7!=null&&_0x491dd7[_0xa00360(0x606)]?0x0:_s(_0x491dd7==null?void 0x0:_0x491dd7[_0xa00360(0x58b)],e[_0xa00360(0x54d)]),_0x3b6299=0x0;for(let _0x2d7980=0x0;_0x2d7980<_0x5c7ffc;_0x2d7980++){var _0x543445,_0x391d1f;((_0x543445=_0x2d39bf[_0xa00360(0x29e)])==null?void 0x0:_0x543445[_0xa00360(0x511)](_0x2d39bf,_0x2d7980))!==!0x1&&(_0x3b6299+=_s((_0x391d1f=_0x2d39bf[_0xa00360(0x443)])==null?void 0x0:_0x391d1f['call'](_0x2d39bf,_0x2d7980),_0x1a6355));}return _0x18163f+_0x3b6299;}function fs(_0x58c51e){const _0x57519d=_0xf1d127;var _0x1f8f98;return hs((_0x1f8f98=_0x58c51e[_0x57519d(0x299)])==null?void 0x0:_0x1f8f98['call'](_0x58c51e));}function ps(_0x3c8942){const _0x45c1c1=_0xf1d127;var _0x482cc6,_0x1341ae,_0xd9d98b;let _0x168a45=(_0x482cc6=_0x3c8942[_0x45c1c1(0x152)])==null?void 0x0:_0x482cc6[_0x45c1c1(0x511)](_0x3c8942),_0x441b16=_0x168a45==null||(_0x1341ae=_0x168a45[_0x45c1c1(0x3a2)])==null?void 0x0:_0x1341ae['call'](_0x168a45);return ms(_0x168a45,_0x441b16,_0x441b16==null?void 0x0:_0x441b16['endColumn'],(_0xd9d98b=_0x3c8942[_0x45c1c1(0x405)])==null?void 0x0:_0xd9d98b['call'](_0x3c8942));}function ms(_0x27bc45,_0x20b970,_0x4b3cc7,_0x306daf){const _0x541b29=_0xf1d127;if(_0x27bc45==null)return hs(_0x306daf);if(!gs(_0x20b970)||typeof _0x4b3cc7!=_0x541b29(0x541)||!Number[_0x541b29(0x612)](_0x4b3cc7)||_0x4b3cc7<0x0)return;let _0x1911d9=Math[_0x541b29(0x41f)](_0x4b3cc7)+0x1,_0x24c783=hs(_0x306daf);return _0x24c783==null?_0x1911d9:Math[_0x541b29(0x48c)](_0x1911d9,_0x24c783);}function hs(_0x2cc2de){const _0x3f7b52=_0xf1d127;return typeof _0x2cc2de==_0x3f7b52(0x541)&&Number[_0x3f7b52(0x612)](_0x2cc2de)&&_0x2cc2de>=0x0?Math['floor'](_0x2cc2de):void 0x0;}function gs(_0x278450){const _0x189b97=_0xf1d127;return typeof(_0x278450==null?void 0x0:_0x278450[_0x189b97(0x488)])==_0x189b97(0x541)&&Number[_0x189b97(0x612)](_0x278450[_0x189b97(0x488)])&&_0x278450[_0x189b97(0x488)]>=0x0&&typeof _0x278450[_0x189b97(0x628)]==_0x189b97(0x541)&&Number[_0x189b97(0x612)](_0x278450['endColumn'])&&_0x278450[_0x189b97(0x628)]>=0x0;}function _s(_0x2e0e7d,_0x1a4b29){const _0x395e8a=_0xf1d127;return typeof _0x2e0e7d=='number'&&Number[_0x395e8a(0x612)](_0x2e0e7d)&&_0x2e0e7d>0x0?_0x2e0e7d:_0x1a4b29;}function vs(_0x1c37f4,_0x10be74){const _0x247bf3=_0xf1d127;return typeof _0x1c37f4==_0x247bf3(0x541)&&Number[_0x247bf3(0x612)](_0x1c37f4)&&_0x1c37f4>=0x0?_0x1c37f4:_0x10be74;}function ys(){const _0x1934f7=_0xf1d127;return{'hostType':e[_0x1934f7(0x50c)][_0x1934f7(0x200)],'entry':_0x1934f7(0x345),'layout':'doc-width-scale','supportedLayouts':[_0x1934f7(0x49f),_0x1934f7(0x72d),_0x1934f7(0x44a)],'menuBehavior':_0x1934f7(0x3b0)};}function bs(){const _0x497837=_0xf1d127;return{'hostType':e[_0x497837(0x50c)][_0x497837(0x200)],'entry':_0x497837(0x1ea),'layout':'tab-peer','supportedLayouts':[_0x497837(0x3c3)],'menuBehavior':_0x497837(0x32c),'mount':_0x5037d1=>{const _0x4870fa=_0x497837;let _0x309aca=xs('data-embed-sheets-sheet-tab-host',_0x5037d1[_0x4870fa(0x4da)][_0x4870fa(0x173)]);return _0x309aca?{'hostElement':_0x309aca}:{};}};}function xs(_0x29fff4,_0x4242ac){return document['querySelector']('['+_0x29fff4+'=\x22'+Ss(_0x4242ac)+'\x22]');}function Ss(_0x367c60){return _0x367c60['replace'](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Cs(_0x8b6e8a){return{'childType':e['UniverInstanceType']['UNIVER_SHEET'],'handleWheel':_0x44512e=>{const _0x40cbcc=_0x481e;var _0x4f5955,_0x11641c;if(_0x44512e[_0x40cbcc(0x3fb)]!==_0x40cbcc(0x4f7)&&Kt(_0x44512e[_0x40cbcc(0x42c)],_0x44512e[_0x40cbcc(0x51a)]))return!0x1;let _0x1e8118=(_0x4f5955=(_0x11641c=_0x44512e[_0x40cbcc(0x435)])==null?void 0x0:_0x11641c[_0x40cbcc(0x158)])==null?_0x8b6e8a:_0x4f5955,_0x2d8bfc=_0x1e8118['has'](m[_0x40cbcc(0x32a)])?_0x1e8118[_0x40cbcc(0x1f9)](m[_0x40cbcc(0x32a)]):_0x8b6e8a[_0x40cbcc(0x75f)](m[_0x40cbcc(0x32a)])?_0x8b6e8a[_0x40cbcc(0x1f9)](m['IRenderManagerService']):void 0x0;if(!_0x2d8bfc)return!0x1;let _0x2ea345=_0x2d8bfc['getRenderById'](_0x44512e[_0x40cbcc(0x28d)]),_0xb134bb=_0x2ea345==null?void 0x0:_0x2ea345['scene'];return Fo(_0x44512e,_0xb134bb==null?void 0x0:_0xb134bb[_0x40cbcc(0x4f3)](m[_0x40cbcc(0x4b4)][_0x40cbcc(0x157)]),_0xb134bb);}};}const ws=[f[_0xf1d127(0x559)],y[_0xf1d127(0x635)],ae[_0xf1d127(0x469)],k[_0xf1d127(0x67b)],j[_0xf1d127(0x6b4)],P['UniverSheetsFilterUIPlugin'],N[_0xf1d127(0x486)],L[_0xf1d127(0x702)],ne[_0xf1d127(0x477)],ue['UniverThreadCommentUIPlugin'],ce[_0xf1d127(0x590)],oe[_0xf1d127(0x1d6)],ie['UniverSheetsNoteUIPlugin'],C[_0xf1d127(0x59d)],x[_0xf1d127(0x316)],_['UniverSheetsChartUIPlugin'],D[_0xf1d127(0x352)],T['UniverSheetsShapeUIPlugin']];function Ts(_0x1d00ec){const _0x33d4c3=_0xf1d127;let _0x49f260=[];return _0x49f260['push'](Ie(_0x1d00ec,{'id':_0x33d4c3(0x4ec),'childType':e[_0x33d4c3(0x50c)][_0x33d4c3(0x200)],'plugins':ws})),[[_0x33d4c3(0x69d),f[_0x33d4c3(0x608)],0x0],[_0x33d4c3(0x46e),b[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x6f5),I[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x410),A[_0x33d4c3(0x63c)],0x64],['data-validation',M['menuSchema'],0x64],[_0x33d4c3(0x70c),te[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x53b),ee[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x1d1),R[_0x33d4c3(0x63c)],0x64],['hyper-link',re[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x18b),le[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x714),se[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x1d4),F[_0x33d4c3(0x63c)],0x64],['print',w[_0x33d4c3(0x63c)],0x64],['pivot-table',S['menuSchema'],0x64],[_0x33d4c3(0x17a),v[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x6bf),O[_0x33d4c3(0x63c)],0x64],[_0x33d4c3(0x6ce),E[_0x33d4c3(0x63c)],0x64]][_0x33d4c3(0x4d6)](([_0x128471,_0x55dbd1,_0x27caa3])=>{const _0xa8d838=_0x33d4c3;let _0x1d26c1=Yr(_0x1d00ec,{'id':_0xa8d838(0x6fe)+_0x128471,'childType':e[_0xa8d838(0x50c)][_0xa8d838(0x200)],'surface':'ribbon','order':_0x27caa3,'menuSchema':_0x55dbd1});_0x1d26c1&&_0x49f260[_0xa8d838(0x76b)](_0x1d26c1);}),(0x0,e['toDisposable'])(()=>_0x49f260[_0x33d4c3(0x4d6)](_0x1a3ed2=>_0x1a3ed2[_0x33d4c3(0x5f2)]()));}function Es(){const _0x25bcea=_0xf1d127;return Xi({'childType':e[_0x25bcea(0x50c)][_0x25bcea(0x200)],'productName':_0x25bcea(0x1aa)});}function Ds(){return{'childType':e['UniverInstanceType']['UNIVER_SHEET'],'supportedLayouts':['tab-peer','docs-sticky-sheet','scroll-contained'],'beforeDeactivate':Os,'mount':_0x447eba=>{const _0x46715c=_0x481e;var _0x1b03fe,_0x33dbf0,_0x148887,_0x2f85f5,_0x42e6a6,_0x3a7d16,_0x1d7985;let _0x349e77=_0x447eba['runtimeScope'][_0x46715c(0x158)],_0x4f2e88=(_0x1b03fe=(_0x33dbf0=(_0x148887=_0x447eba[_0x46715c(0x435)][_0x46715c(0x484)][_0x46715c(0x748)])==null?_0x447eba[_0x46715c(0x3eb)]['canvasRoot']:_0x148887)==null?_0x447eba[_0x46715c(0x3eb)]['contentRoot']:_0x33dbf0)==null?_0x447eba[_0x46715c(0x3eb)]['rootElement']:_0x1b03fe,_0x55caa2=(_0x2f85f5=(_0x42e6a6=_0x447eba[_0x46715c(0x435)][_0x46715c(0x484)]['content'])==null?_0x447eba[_0x46715c(0x3eb)][_0x46715c(0x743)]:_0x42e6a6)==null?_0x4f2e88:_0x2f85f5;_0x4f2e88['dataset'][_0x46715c(0x4eb)]=_0x447eba['childUnitId'],_0x4f2e88[_0x46715c(0x24f)][_0x46715c(0x3b2)]='sheet-workbench',_0x55caa2[_0x46715c(0x24f)]['embedChildRenderUnitId']=_0x447eba[_0x46715c(0x28d)],_0x55caa2[_0x46715c(0x24f)][_0x46715c(0x3b2)]=_0x46715c(0x746);let _0x19a667=(_0x3a7d16=Ai(_0x447eba,m[_0x46715c(0x32a)],_0x4f2e88,{'scopedRenderInjector':!0x0}))==null?(0x0,e['toDisposable'])(()=>{}):_0x3a7d16,_0x1ff724=js(_0x447eba,_0x55caa2),_0x1a0559=Or(_0x55caa2);return _0x1a0559[_0x46715c(0x642)]((0x0,o[_0x46715c(0x1ab)])(Z,{'injector':_0x349e77,'mountContainer':_0x447eba['runtimeScope'][_0x46715c(0x484)][_0x46715c(0x5b6)],'embedId':_0x447eba[_0x46715c(0x5b8)],'children':(0x0,o[_0x46715c(0x1ab)])(Ms,{'canvasRoot':_0x4f2e88,'showChrome':ks(_0x447eba),'readonly':((_0x1d7985=_0x447eba[_0x46715c(0x4da)])==null?void 0x0:_0x1d7985[_0x46715c(0x2eb)])===_0x46715c(0x6c6)})})),(0x0,e[_0x46715c(0x211)])(()=>{const _0xfbf3d8=_0x46715c;_0x1ff724[_0xfbf3d8(0x5f2)](),_0x19a667[_0xfbf3d8(0x5f2)](),kr(_0x1a0559),_0x4f2e88[_0xfbf3d8(0x46b)]&&(_0x4f2e88['removeAttribute'](_0xfbf3d8(0x72a)),_0x4f2e88[_0xfbf3d8(0x535)]('data-embed-child-render-mode')),_0x55caa2[_0xfbf3d8(0x46b)]&&(_0x55caa2['removeAttribute'](_0xfbf3d8(0x72a)),_0x55caa2[_0xfbf3d8(0x535)](_0xfbf3d8(0x5ef)));});}};}function Os(_0x4c281d){const _0x7d3de0=_0xf1d127;var _0x4a0ed1;(_0x4a0ed1=_0x4c281d[_0x7d3de0(0x435)][_0x7d3de0(0x4f6)])==null||_0x4a0ed1[_0x7d3de0(0x2f1)](f[_0x7d3de0(0x245)]['id'],{'visible':!0x1,'eventType':m[_0x7d3de0(0x648)][_0x7d3de0(0x2e5)],'unitId':_0x4c281d[_0x7d3de0(0x28d)]}),_0x4c281d[_0x7d3de0(0x435)][_0x7d3de0(0x158)][_0x7d3de0(0x75f)](f[_0x7d3de0(0x40b)])&&_0x4c281d[_0x7d3de0(0x435)]['injector'][_0x7d3de0(0x1f9)](f['CellPopupManagerService'])['hidePopupsForUnit'](_0x4c281d[_0x7d3de0(0x28d)]);}function ks(_0x5993bb){const _0x55e62a=_0xf1d127;return _0x5993bb[_0x55e62a(0x3eb)]['mode']===_0x55e62a(0x6aa)||!!_0x5993bb[_0x55e62a(0x3eb)][_0x55e62a(0x5ed)];}function As(_0x387ebf,_0x235ae1){const _0x3613b2=_0xf1d127;let _0x455d30=_0x387ebf[_0x3613b2(0x4e4)]['top'],_0x48b360=_0x387ebf[_0x3613b2(0x4e4)][_0x3613b2(0x38a)];return _0x387ebf[_0x3613b2(0x4e4)][_0x3613b2(0x3c9)]=_0x235ae1[_0x3613b2(0x2cb)]?_0x3613b2(0x461):'',_0x387ebf[_0x3613b2(0x4e4)][_0x3613b2(0x38a)]=_0x235ae1['sheetBar']?f[_0x3613b2(0x5ae)]+'px':'',(0x0,e['toDisposable'])(()=>{const _0x4abde8=_0x3613b2;_0x387ebf[_0x4abde8(0x4e4)][_0x4abde8(0x3c9)]=_0x455d30,_0x387ebf['style'][_0x4abde8(0x38a)]=_0x48b360;});}function js(_0x25bfda,_0x42772b){const _0x33d851=_0xf1d127;var _0x1a0777,_0x293479;return!((_0x1a0777=_0x25bfda[_0x33d851(0x158)])==null||(_0x293479=_0x1a0777[_0x33d851(0x75f)])==null)&&_0x293479[_0x33d851(0x511)](_0x1a0777,Jt)?_0x25bfda[_0x33d851(0x158)]['get'](Jt)[_0x33d851(0x251)]({'embedId':_0x25bfda[_0x33d851(0x5b8)],'childUnitId':_0x25bfda[_0x33d851(0x28d)],'root':_0x25bfda[_0x33d851(0x3eb)]['rootElement'],'contentRoot':_0x42772b}):(0x0,e[_0x33d851(0x211)])(()=>{});}function Ms(_0x2f4908){const _0x2b3104=_0xf1d127;var _0x588ff9;let _0x2b1ccc=(0x0,r[_0x2b3104(0x250)])(f[_0x2b3104(0x45a)]),_0x6f4eb6=(0x0,r[_0x2b3104(0x667)])(r['ComponentManager']),_0x44d4de=(_0x588ff9=_0x6f4eb6[_0x2b3104(0x1f9)]('SheetShapeTextEditorContainer'))==null?_0x6f4eb6[_0x2b3104(0x1f9)](_0x2b3104(0x6c1)):_0x588ff9,_0x89b212=_0x2f4908[_0x2b3104(0x6dc)]&&(_0x2b1ccc==null?void 0x0:_0x2b1ccc[_0x2b3104(0x2cb)])!==!0x1,_0x42125a=_0x2b1ccc==null?void 0x0:_0x2b1ccc[_0x2b3104(0x1ca)],_0x10c0ce=_0x2f4908['showChrome']&&_0x42125a!==!0x1&&(typeof _0x42125a!=_0x2b3104(0x16e)||_0x42125a[_0x2b3104(0x340)]!==!0x1);return(0x0,i['useEffect'])(()=>{const _0x5ebbeb=_0x2b3104;let _0x1d422e=As(_0x2f4908[_0x5ebbeb(0x357)],{'formulaBar':_0x89b212,'sheetBar':_0x10c0ce});return()=>_0x1d422e[_0x5ebbeb(0x5f2)]();},[_0x2f4908[_0x2b3104(0x357)],_0x89b212,_0x10c0ce]),(0x0,o['jsxs'])(o['Fragment'],{'children':[_0x89b212&&(0x0,o[_0x2b3104(0x1ab)])(_0x2b3104(0x61c),{'className':_0x2b3104(0x322),'style':{'height':0x1c},'children':(0x0,o[_0x2b3104(0x1ab)])(f[_0x2b3104(0x3d2)],{})}),!_0x2f4908[_0x2b3104(0x6c6)]&&_0x44d4de&&(0x0,o['jsx'])(_0x44d4de,{}),!_0x2f4908[_0x2b3104(0x6c6)]&&!(_0x2b1ccc!=null&&_0x2b1ccc[_0x2b3104(0x3c8)])&&(0x0,o['jsx'])(f['EditorContainer'],{}),!_0x2f4908['readonly']&&(0x0,o[_0x2b3104(0x1ab)])(f[_0x2b3104(0x40d)],{}),_0x10c0ce&&(0x0,o[_0x2b3104(0x1ab)])('div',{'className':'univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','style':{'height':f[_0x2b3104(0x5ae)]},'children':(0x0,o[_0x2b3104(0x1ab)])(f[_0x2b3104(0x505)],{})})]});}function Ns(){const _0x4bf53a=_0xf1d127;return[...f[_0x4bf53a(0x63b)]];}function Ps(){const _0x632813=_0xf1d127;return[...r[_0x632813(0x57e)]];}const Fs={'formatPainter':f['SetOnceFormatPainterCommand']['id'],'numberFormat':_0xf1d127(0x191),'fontFamily':f[_0xf1d127(0x4a9)]['id'],'fontSize':f[_0xf1d127(0x465)]['id'],'bold':f[_0xf1d127(0x399)]['id'],'textColor':f[_0xf1d127(0x34a)]['id'],'backgroundColor':z[_0xf1d127(0x665)]['id'],'borderComposite':z[_0xf1d127(0x6d5)]['id'],'horizontalAlign':z[_0xf1d127(0x618)]['id'],'verticalAlign':z[_0xf1d127(0x43f)]['id'],'wrap':z[_0xf1d127(0x3f7)]['id'],'filter':'sheet.command.smart-toggle-filter'},Is={'root':z['AddWorksheetMergeCommand']['id'],'all':z[_0xf1d127(0x4e8)]['id'],'vertical':z[_0xf1d127(0x624)]['id'],'horizontal':z[_0xf1d127(0x2df)]['id'],'unmerge':z[_0xf1d127(0x1ba)]['id']};function Ls(_0x5bcb9a){const _0x1585d3=_0xf1d127;let _0x18854={},_0x152732=_0x5efaa1=>{const _0x171362=_0x481e;let _0x8bf50=_0x5bcb9a[_0x171362(0x27e)](_0x20e19c=>{const _0x7e5370=_0x171362;let _0x25c789=_0x20e19c[_0x7e5370(0x52a)];return _0x20e19c[_0x7e5370(0x35b)]===_0x5efaa1||(_0x25c789==null?void 0x0:_0x25c789['id'])===_0x5efaa1||(_0x25c789==null?void 0x0:_0x25c789['commandId'])===_0x5efaa1;});return _0x8bf50==null?void 0x0:_0x8bf50[_0x171362(0x52a)];};Object[_0x1585d3(0x55e)](Fs)[_0x1585d3(0x4d6)](_0x615a7a=>{_0x18854[_0x615a7a]=_0x152732(Fs[_0x615a7a]);});let _0x56350b=Object['entries'](Is)[_0x1585d3(0x2fc)]((_0x25b2e0,[_0x36a0d2,_0x10654c])=>{let _0x2a9121=_0x152732(_0x10654c);return _0x2a9121&&(_0x25b2e0[_0x36a0d2]=_0x2a9121),_0x25b2e0;},{});return Vs(_0x56350b)&&(_0x18854[_0x1585d3(0x6e6)]=_0x56350b),_0x18854[_0x1585d3(0x185)]=!0x0,_0x18854;}const Rs=[{'items':[_0xf1d127(0x1a6)]},{'dividerBefore':_0xf1d127(0x3b5),'items':[_0xf1d127(0x63f)]},{'dividerBefore':_0xf1d127(0x751),'items':['fontFamily','fontSize','bold']},{'dividerBefore':_0xf1d127(0x4bc),'items':['textColor',_0xf1d127(0x29f),'borderComposite']},{'dividerBefore':_0xf1d127(0x414),'items':[_0xf1d127(0x6e6),_0xf1d127(0x53c),'verticalAlign','wrap']},{'dividerBefore':_0xf1d127(0x65f),'items':['filter']},{'dividerBefore':_0xf1d127(0x527),'items':[_0xf1d127(0x185)]}];function zs(_0x496985){const _0xaa3268=_0xf1d127;let _0x3ed8b4=[];return Rs[_0xaa3268(0x4d6)](_0x5a05ea=>{const _0x2e398a=_0xaa3268;let _0x3a4cc1=_0x5a05ea[_0x2e398a(0x42b)][_0x2e398a(0x70c)](_0x4b1a57=>Bs(_0x496985,_0x4b1a57))['map'](_0x1b6157=>({'id':_0x1b6157,'type':_0x1b6157===_0x2e398a(0x1a6)||_0x1b6157==='bold'||_0x1b6157===_0x2e398a(0x70c)||_0x1b6157===_0x2e398a(0x185)?_0x2e398a(0x675):'dropdown'}));_0x3a4cc1[_0x2e398a(0x65c)]&&(_0x3ed8b4[_0x2e398a(0x65c)]&&_0x5a05ea[_0x2e398a(0x1d3)]&&_0x3ed8b4[_0x2e398a(0x76b)]({'id':_0x5a05ea[_0x2e398a(0x1d3)],'type':'divider'}),_0x3ed8b4[_0x2e398a(0x76b)](..._0x3a4cc1));}),_0x3ed8b4;}function Bs(_0x265746,_0x5961fe){return!!_0x265746[_0x5961fe];}function Vs(_0x567499){const _0xd7fd97=_0xf1d127;return Object[_0xd7fd97(0x611)](_0x567499)[_0xd7fd97(0x68f)](Boolean);}function Hs(_0x242188){const _0x392226=_0xf1d127;return!_0x242188||!(_0x392226(0x1da)in _0x242188)||!Array[_0x392226(0x6ea)](_0x242188[_0x392226(0x1da)])?[]:_0x242188[_0x392226(0x1da)];}function Us(_0x1bdd56,_0x1755de){const _0x128911=_0xf1d127;var _0x1f8bc3;if(_0x1bdd56)return{'commandId':(_0x1f8bc3=_0x1bdd56[_0x128911(0x74e)])==null?_0x1bdd56['id']:_0x1f8bc3,'params':_0x1755de==null?typeof _0x1bdd56[_0x128911(0x66b)]==_0x128911(0x439)?_0x1bdd56[_0x128911(0x66b)]():_0x1bdd56['params']:_0x1755de};}function Ws(){const _0x35af28=_0xf1d127;return Ba({'childType':e[_0x35af28(0x50c)]['UNIVER_SHEET'],'mount':Gs});}function Gs(_0x49a07e){const _0xe84c32=_0xf1d127;let _0x5edcec=za(_0x49a07e),_0x303138=document[_0xe84c32(0x5c9)](_0xe84c32(0x61c));_0x303138['setAttribute'](_0xe84c32(0x650),_0x49a07e[_0xe84c32(0x4da)][_0xe84c32(0x6ee)]),_0x5edcec['appendChild'](_0x303138);let _0x1b0aeb=Or(_0x303138);return _0x1b0aeb[_0xe84c32(0x642)]((0x0,i[_0xe84c32(0x5c9)])(Z,{'injector':_0x49a07e[_0xe84c32(0x435)]['injector'],'mountContainer':_0x5edcec,'embedId':_0x49a07e[_0xe84c32(0x5b8)]},(0x0,i[_0xe84c32(0x5c9)])(Ys,{'hostUnitId':_0x49a07e[_0xe84c32(0x448)],'embedId':_0x49a07e[_0xe84c32(0x5b8)],'childUnitId':_0x49a07e[_0xe84c32(0x28d)],'entry':_0x49a07e[_0xe84c32(0x4da)]['entry'],'fullscreen':!!_0x49a07e[_0xe84c32(0x3eb)][_0xe84c32(0x5ed)],'usesDomFloatingStage':Ks(_0x49a07e['descriptor'][_0xe84c32(0x6ee)]),'renderScopeActive$':_0x49a07e[_0xe84c32(0x3eb)][_0xe84c32(0x172)]}))),(0x0,e[_0xe84c32(0x211)])(()=>{const _0x18d585=_0xe84c32;kr(_0x1b0aeb),globalThis[_0x18d585(0x4ce)](()=>_0x303138[_0x18d585(0x331)](),0x0);});}function Ks(_0x271977){return!0x0;}function qs(_0x25eafc){return pe(_0x25eafc);}function Js(_0x585056){const _0x5ea4a9=_0xf1d127;let {entry:_0x1c48e5,fullscreen:_0x255a12,stage:_0x194545}=_0x585056;return(0x0,s[_0x5ea4a9(0x5f7)])(_0x5ea4a9(0x355),{'univer-hidden':_0x194545!==_0x5ea4a9(0x55f),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x255a12,'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':!_0x255a12,'univer-top-[var(--univer-embed-floating-menu-top,-36px)]':!_0x255a12&&_0x1c48e5!==_0x5ea4a9(0x653),'univer-top-[calc(var(--univer-embed-docs-block-floating-menu-inset-top,52px)*-1)]':!_0x255a12&&_0x1c48e5===_0x5ea4a9(0x653)});}function Ys(_0x9bb73f){const _0x317c94=_0xf1d127;let {hostUnitId:_0x2e7fc3,embedId:_0x3bd6c7,childUnitId:_0xeaada6,entry:_0x593a7d,fullscreen:_0x11b4fd,usesDomFloatingStage:_0x345201,renderScopeActive$:_0x574549}=_0x9bb73f,_0x314c32=(0x0,r[_0x317c94(0x667)])(e[_0x317c94(0x16b)]),_0x3d8c62=(0x0,r[_0x317c94(0x667)])(e[_0x317c94(0x432)]),_0x5982af=(0x0,r[_0x317c94(0x667)])(r['IMenuManagerService']),_0x40f23f=(0x0,r[_0x317c94(0x667)])(e[_0x317c94(0x237)]),_0x1f47e4=(0x0,r[_0x317c94(0x667)])(z[_0x317c94(0x254)]),_0x3fe654=(0x0,r[_0x317c94(0x667)])(W),_0x422094=qs({'embedId':_0x3bd6c7,'active':(0x0,r[_0x317c94(0x5c6)])(()=>_0x3fe654[_0x317c94(0x172)],_0x3fe654['getActive'](),!0x1,[_0x3fe654]),'fullscreen':_0x11b4fd,'usesDomFloatingStage':_0x345201,'renderScopeActive':(0x0,r['useObservable'])(()=>_0x574549,!0x1,!0x1,[_0x574549])})===_0x317c94(0x55f),[_0x3d77d0,_0x3b3c02]=(0x0,i[_0x317c94(0x604)])(0x0),[_0x2b83d8,_0x4a65f3]=(0x0,i[_0x317c94(0x604)])(null),_0x4a0bbc=_0x342fe3=>({'open':_0x2b83d8===_0x342fe3,'onOpenChange':_0x3dfca5=>_0x4a65f3(_0x3dfca5?_0x342fe3:null)});(0x0,i[_0x317c94(0x196)])(()=>{const _0x5a1e87=_0x317c94;if(!_0x2b83d8)return;let _0x3754a4=_0x327b55=>{const _0x3d9eb2=_0x481e;yc(_0x327b55[_0x3d9eb2(0x336)],_0x3bd6c7)||_0x4a65f3(null);};return document[_0x5a1e87(0x5d7)](_0x5a1e87(0x6da),_0x3754a4,!0x0),()=>{const _0x348a73=_0x5a1e87;document[_0x348a73(0x76d)]('pointerdown',_0x3754a4,!0x0);};},[_0x3bd6c7,_0x2b83d8]),(0x0,i[_0x317c94(0x196)])(()=>{const _0x39d883=_0x317c94;let _0x272fab=_0x5982af[_0x39d883(0x474)]['subscribe'](()=>{_0x3b3c02(_0x354d27=>_0x354d27+0x1);});return()=>_0x272fab[_0x39d883(0x3c6)]();},[_0x5982af]);let _0x224710=(0x0,i[_0x317c94(0x296)])(()=>Ls(_0x5982af[_0x317c94(0x3f5)](r[_0x317c94(0x669)]['RIBBON'])),[_0x5982af,_0x3d77d0]),_0x49de0c=(0x0,i[_0x317c94(0x296)])(()=>new Set(zs(_0x224710)[_0x317c94(0x4ff)](_0xc47892=>_0xc47892['id'])),[_0x224710]),_0x66688f=()=>{const _0x22c282=_0x317c94;_0x3fe654[_0x22c282(0x27a)]({'hostUnitId':_0x2e7fc3,'embedId':_0x3bd6c7,'childUnitId':_0xeaada6},_0x22c282(0x55f)),_0x3d8c62['setCurrentUnitForType'](_0xeaada6);},_0x1c73a1=(_0x3eb3a2,_0x288016)=>{_0x66688f(),_0x314c32['executeCommand'](_0x3eb3a2,_0x288016);},_0x4ffbe5=(_0x43a41b,_0xf6fda4)=>{const _0xa69062=_0x317c94;let _0x471913=Us(_0x43a41b,_0xf6fda4);_0x471913&&_0x1c73a1(_0x471913[_0xa69062(0x74e)],_0x471913[_0xa69062(0x66b)]);},_0x37f495=()=>{const _0x4bb701=_0x317c94;let _0x4329db=_0x3d8c62[_0x4bb701(0x485)](_0xeaada6,e[_0x4bb701(0x50c)][_0x4bb701(0x200)]),_0x45c655=_0x4329db==null?void 0x0:_0x4329db[_0x4bb701(0x2ca)]();return!_0x4329db||!_0x45c655?null:{'workbook':_0x4329db,'worksheet':_0x45c655,'unitId':_0x4329db['getUnitId'](),'subUnitId':_0x45c655[_0x4bb701(0x159)]()};},_0x28a376=()=>{const _0x35105f=_0x317c94;var _0x403c2b,_0x358e0d;return(_0x403c2b=(_0x358e0d=_0x1f47e4[_0x35105f(0x3a7)]())==null?void 0x0:_0x358e0d['map'](_0x108f09=>_0x108f09['range']))==null?[]:_0x403c2b;},_0x4118f7=(_0x53475f,_0x47f5a7,_0x19e979=e[_0x317c94(0x269)][_0x317c94(0x164)],_0x14be0c='#000000')=>{const _0x308509=_0x317c94;let _0x1adb94=_0x37f495(),_0x3ac4e7=_0x28a376();!_0x1adb94||!_0x3ac4e7[_0x308509(0x65c)]||_0x4ffbe5(_0x53475f,{'unitId':_0x1adb94[_0x308509(0x647)],'subUnitId':_0x1adb94['subUnitId'],'ranges':_0x3ac4e7,'value':{'type':_0x47f5a7,'color':_0x14be0c,'style':_0x19e979,'activeBorderType':!0x0}});},_0x799a72=()=>{const _0x2edbbe=_0x317c94;_0x314c32[_0x2edbbe(0x1e2)](t[_0x2edbbe(0x263)]['id'],{'hostUnitId':_0x2e7fc3,'embedId':_0x3bd6c7});};return(0x0,o['jsxs'])('div',{'className':Js({'entry':_0x593a7d,'fullscreen':_0x11b4fd,'stage':_0x422094?'stage2':'inactive'}),'data-embed-floating-menu':_0x317c94(0x718),'data-embed-id':_0x3bd6c7,'data-embed-float-stage':_0x422094?_0x317c94(0x55f):_0x317c94(0x25f),'onPointerDown':_0x58fb05=>_0x58fb05[_0x317c94(0x19d)](),'onMouseDown':Q,'children':[_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x1a6))&&(0x0,o[_0x317c94(0x1ab)])(nc,{'item':_0x224710[_0x317c94(0x1a6)],'fallbackTitle':_0x40f23f['t']('embed-ui.sheetsFloating.toolbar.formatPainter'),'onClick':()=>_0x4ffbe5(_0x224710[_0x317c94(0x1a6)]),'children':(0x0,o[_0x317c94(0x1ab)])(n[_0x317c94(0x72c)],{})}),_0x49de0c[_0x317c94(0x75f)]('divider-format-tools')&&(0x0,o[_0x317c94(0x1ab)])(kc,{}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x63f))&&(0x0,o[_0x317c94(0x1ab)])(ic,{'menuItem':_0x224710[_0x317c94(0x63f)],'onClick':()=>_0x4ffbe5(_0x224710[_0x317c94(0x63f)])}),_0x49de0c['has'](_0x317c94(0x751))&&(0x0,o[_0x317c94(0x1ab)])(kc,{}),_0x49de0c['has'](_0x317c94(0x6f2))&&(0x0,o[_0x317c94(0x1ab)])(ac,{'embedId':_0x3bd6c7,'menuItem':_0x224710[_0x317c94(0x6f2)],'title':_0x40f23f['t'](_0x317c94(0x6af)),..._0x4a0bbc('fontFamily'),'onSelect':_0x522e0=>_0x4ffbe5(_0x224710[_0x317c94(0x6f2)],{'value':_0x522e0})}),_0x49de0c[_0x317c94(0x75f)]('fontSize')&&(0x0,o[_0x317c94(0x1ab)])(oc,{'embedId':_0x3bd6c7,'menuItem':_0x224710[_0x317c94(0x3dd)],'title':_0x40f23f['t'](_0x317c94(0x404)),..._0x4a0bbc(_0x317c94(0x3dd)),'onSelect':_0x2d817e=>_0x4ffbe5(_0x224710[_0x317c94(0x3dd)],{'value':Number(_0x2d817e)})}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x392))&&(0x0,o['jsx'])(nc,{'item':_0x224710[_0x317c94(0x392)],'fallbackTitle':_0x40f23f['t'](_0x317c94(0x745)),'onClick':()=>_0x4ffbe5(_0x224710[_0x317c94(0x392)]),'children':(0x0,o[_0x317c94(0x1ab)])(n[_0x317c94(0x208)],{})}),_0x49de0c['has']('divider-font')&&(0x0,o[_0x317c94(0x1ab)])(kc,{}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x634))&&(0x0,o[_0x317c94(0x1ab)])(uc,{'embedId':_0x3bd6c7,'menuItem':_0x224710['textColor'],'title':_0x40f23f['t'](_0x317c94(0x5a7)),'icon':(0x0,o[_0x317c94(0x1ab)])(n[_0x317c94(0x56e)],{'className':_0x317c94(0x4ac)}),'defaultColor':_0x317c94(0x214),..._0x4a0bbc(_0x317c94(0x634)),'onChange':_0x2c222c=>_0x4ffbe5(_0x224710[_0x317c94(0x634)],{'value':_0x2c222c}),'onReset':()=>_0x1c73a1(f[_0x317c94(0x46d)]['id'])}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x29f))&&(0x0,o['jsx'])(uc,{'embedId':_0x3bd6c7,'menuItem':_0x224710[_0x317c94(0x29f)],'title':_0x40f23f['t'](_0x317c94(0x1b3)),'icon':(0x0,o[_0x317c94(0x1ab)])(n[_0x317c94(0x585)],{'className':_0x317c94(0x4ac)}),'defaultColor':'#ffffff',..._0x4a0bbc(_0x317c94(0x29f)),'onChange':_0x239a77=>_0x4ffbe5(_0x224710[_0x317c94(0x29f)],{'value':_0x239a77}),'onReset':()=>_0x1c73a1(z[_0x317c94(0x739)]['id'])}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x1c4))&&(0x0,o[_0x317c94(0x1ab)])(dc,{'embedId':_0x3bd6c7,'menuItem':_0x224710[_0x317c94(0x1c4)],..._0x4a0bbc(_0x317c94(0x1c4)),'onSelect':(_0x23c1c1,_0x43bb7b,_0x52c5da)=>_0x4118f7(_0x224710[_0x317c94(0x1c4)],_0x23c1c1,_0x43bb7b,_0x52c5da)}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x414))&&(0x0,o[_0x317c94(0x1ab)])(kc,{}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x6e6))&&(0x0,o[_0x317c94(0x1ab)])(fc,{'embedId':_0x3bd6c7,'menuItems':_0x224710[_0x317c94(0x6e6)],..._0x4a0bbc(_0x317c94(0x6e6)),'execute':_0x4ffbe5}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x53c))&&(0x0,o['jsx'])(sc,{'embedId':_0x3bd6c7,'menuItem':_0x224710['horizontalAlign'],..._0x4a0bbc(_0x317c94(0x53c)),'execute':_0x4ffbe5}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x2ed))&&(0x0,o[_0x317c94(0x1ab)])(cc,{'embedId':_0x3bd6c7,'menuItem':_0x224710[_0x317c94(0x2ed)],..._0x4a0bbc('verticalAlign'),'execute':_0x4ffbe5}),_0x49de0c['has'](_0x317c94(0x43d))&&(0x0,o[_0x317c94(0x1ab)])(pc,{'embedId':_0x3bd6c7,'menuItem':_0x224710[_0x317c94(0x43d)],..._0x4a0bbc(_0x317c94(0x43d)),'execute':_0x1c73a1}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x65f))&&(0x0,o[_0x317c94(0x1ab)])(kc,{}),_0x49de0c['has'](_0x317c94(0x70c))&&(0x0,o[_0x317c94(0x1ab)])(nc,{'item':_0x224710[_0x317c94(0x70c)],'fallbackTitle':_0x317c94(0x3b8),'onClick':()=>_0x4ffbe5(_0x224710[_0x317c94(0x70c)]),'children':(0x0,o['jsx'])(n['FilterIcon'],{})}),_0x49de0c[_0x317c94(0x75f)](_0x317c94(0x527))&&(0x0,o['jsx'])(kc,{}),_0x49de0c[_0x317c94(0x75f)]('deleteBlock')&&(0x0,o[_0x317c94(0x1ab)])(tc,{'title':_0x317c94(0x376),'className':_0x317c94(0x363),'onClick':_0x799a72,'children':(0x0,o[_0x317c94(0x1ab)])(n[_0x317c94(0x2c6)],{})})]});}const Xs='univer-gap-0.5\x20univer-px-1',Zs=_0xf1d127(0x4fe),Qs='data-embed-floating-menu-popup',$s=(0x0,i[_0xf1d127(0x409)])(({children:_0x311566,className:_0x2fd2c1,title:_0x5304ed,onClick:_0x437bd7,onMouseDown:_0x2bf7a8,onPointerDown:_0x28c539,..._0x158324},_0x4d8751)=>(0x0,o['jsx'])(s[_0xf1d127(0x68b)],{'ref':_0x4d8751,'type':'button','size':_0xf1d127(0x6a0),'variant':_0xf1d127(0x192),'className':(0x0,s[_0xf1d127(0x5f7)])(_0xf1d127(0x4d2),_0x2fd2c1),'onPointerDown':_0x5d3249=>{const _0x5574e3=_0xf1d127;_0x5d3249[_0x5574e3(0x19d)](),_0x28c539==null||_0x28c539(_0x5d3249);},'onMouseDown':_0x13fb40=>{const _0x5e9c08=_0xf1d127;_0x13fb40[_0x5e9c08(0x19d)](),_0x2bf7a8==null||_0x2bf7a8(_0x13fb40);},'onClick':_0x5c1fdd=>{const _0x159a02=_0xf1d127;_0x437bd7==null||_0x437bd7(_0x5c1fdd),_0x5c1fdd[_0x159a02(0x19d)]();},..._0x158324,'children':_0x311566}));$s[_0xf1d127(0x5bf)]=_0xf1d127(0x520);const ec=(0x0,i[_0xf1d127(0x409)])(({title:_0x31efd5,primary:_0x3789df,disabled:_0x1199c8,open:_0x29dec6,onPrimaryClick:_0x4c6a8f,onMouseDown:_0x1b8119,onPointerDown:_0x3e6229,onClick:_0x2989e8,..._0x4cd748},_0x409527)=>(0x0,o['jsxs'])(_0xf1d127(0x61c),{'ref':_0x409527,'className':(0x0,s[_0xf1d127(0x5f7)])(_0xf1d127(0x292),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x29dec6,'univer-cursor-not-allowed\x20univer-opacity-60':_0x1199c8}),'onPointerDown':_0x53d673=>{const _0x2a97fa=_0xf1d127;_0x53d673[_0x2a97fa(0x19d)](),_0x3e6229==null||_0x3e6229(_0x53d673);},'onMouseDown':_0x281316=>{_0x281316['stopPropagation'](),_0x1b8119==null||_0x1b8119(_0x281316);},'onClick':_0x17307b=>{const _0x3860b7=_0xf1d127;_0x2989e8==null||_0x2989e8(_0x17307b),_0x17307b[_0x3860b7(0x19d)]();},..._0x4cd748,'children':[(0x0,o[_0xf1d127(0x1ab)])(_0xf1d127(0x675),{'type':_0xf1d127(0x675),'className':_0xf1d127(0x68d),'disabled':_0x1199c8,'onClick':_0x14782a=>{const _0x3cafc9=_0xf1d127;_0x14782a[_0x3cafc9(0x19d)](),_0x4c6a8f();},'children':_0x3789df}),(0x0,o[_0xf1d127(0x1ab)])(_0xf1d127(0x67c),{'className':_0xf1d127(0x394)}),(0x0,o[_0xf1d127(0x1ab)])(_0xf1d127(0x675),{'type':_0xf1d127(0x675),'className':_0xf1d127(0x225),'disabled':_0x1199c8,'children':(0x0,o[_0xf1d127(0x1ab)])(n[_0xf1d127(0x319)],{'className':Zs})})]}));ec[_0xf1d127(0x5bf)]=_0xf1d127(0x1c0);function tc(_0x51ce9a){const _0x1c520e=_0xf1d127;return(0x0,o[_0x1c520e(0x1ab)])(s[_0x1c520e(0x240)],{'title':_0x51ce9a[_0x1c520e(0x239)],'placement':_0x1c520e(0x38a),'children':(0x0,o[_0x1c520e(0x1ab)])(r['ToolbarButton'],{'className':(0x0,s[_0x1c520e(0x5f7)])(_0x1c520e(0x27f),_0x51ce9a[_0x1c520e(0x302)]),'disabled':_0x51ce9a[_0x1c520e(0x15a)],'active':_0x51ce9a[_0x1c520e(0x261)],'onClick':_0x51ce9a['onClick'],'children':_0x51ce9a[_0x1c520e(0x6c0)]})});}function nc(_0x228436){const _0x5728ea=_0xf1d127;let {hidden:_0x3cf398,disabled:_0x271c6f,activated:_0x47ab2c}=rc(_0x228436[_0x5728ea(0x52a)]),_0x5a1a65=(0x0,r['useDependency'])(e[_0x5728ea(0x237)]);return!_0x228436[_0x5728ea(0x52a)]||_0x3cf398?null:(0x0,o[_0x5728ea(0x1ab)])(tc,{'title':mc(_0x228436[_0x5728ea(0x52a)],_0x5a1a65,_0x228436[_0x5728ea(0x450)]),'disabled':_0x271c6f,'active':_0x47ab2c,'onClick':_0x228436[_0x5728ea(0x4c8)],'children':_0x228436[_0x5728ea(0x6c0)]});}function rc(_0x1d05b3){const _0x59934b=_0xf1d127;let [_0x56bad4,_0x24d779]=(0x0,i[_0x59934b(0x604)])(!0x1),[_0x11545b,_0x13c71]=(0x0,i[_0x59934b(0x604)])(!0x1),[_0x425bc3,_0x5a601a]=(0x0,i['useState'])(!0x1),[_0x4fa7ea,_0x170441]=(0x0,i[_0x59934b(0x604)])(void 0x0);return(0x0,i[_0x59934b(0x196)])(()=>{const _0x4ee837=_0x59934b;var _0xcf17f,_0x52c7db,_0x200989,_0x2e52bc;if(_0x24d779(!0x1),_0x13c71(!0x1),_0x5a601a(!0x1),_0x170441(void 0x0),!_0x1d05b3)return;let _0x214792=[(_0xcf17f=_0x1d05b3[_0x4ee837(0x2cd)])==null?void 0x0:_0xcf17f[_0x4ee837(0x2e4)](_0x24d779),(_0x52c7db=_0x1d05b3['disabled$'])==null?void 0x0:_0x52c7db['subscribe'](_0x13c71),(_0x200989=_0x1d05b3[_0x4ee837(0x589)])==null?void 0x0:_0x200989[_0x4ee837(0x2e4)](_0x5a601a),(_0x2e52bc=_0x1d05b3[_0x4ee837(0x1ff)])==null?void 0x0:_0x2e52bc[_0x4ee837(0x2e4)](_0x170441)]['filter'](_0x3a23a1=>!!_0x3a23a1);return()=>{const _0x315872=_0x4ee837;_0x214792[_0x315872(0x4d6)](_0x308ac4=>_0x308ac4[_0x315872(0x3c6)]());};},[_0x1d05b3]),{'hidden':_0x56bad4,'disabled':_0x11545b,'activated':_0x425bc3,'value':_0x4fa7ea};}function ic(_0x2fe2af){const _0x47a028=_0xf1d127;let {hidden:_0x1829bb,disabled:_0x5e9c2b,value:_0x2d1e33}=rc(_0x2fe2af[_0x47a028(0x3c2)]),_0x2743e5=(0x0,r['useDependency'])(e[_0x47a028(0x237)]);if(!_0x2fe2af[_0x47a028(0x3c2)]||_0x1829bb)return null;let _0x28c046=mc(_0x2fe2af['menuItem'],_0x2743e5,_0x47a028(0x769)),_0x577d07=typeof _0x2d1e33=='string'&&_0x2d1e33?_0x2d1e33:_0x47a028(0x74a);return(0x0,o[_0x47a028(0x1ab)])(s[_0x47a028(0x240)],{'title':_0x28c046,'placement':_0x47a028(0x38a),'children':(0x0,o[_0x47a028(0x1f5)])($s,{'title':_0x28c046,'disabled':_0x5e9c2b,'onClick':_0x2fe2af[_0x47a028(0x4c8)],'children':[(0x0,o['jsx'])(n[_0x47a028(0x66e)],{}),(0x0,o[_0x47a028(0x1ab)])(_0x47a028(0x67c),{'children':_0x577d07}),(0x0,o[_0x47a028(0x1ab)])(n[_0x47a028(0x319)],{'className':Zs})]})});}function ac(_0xdd762d){const _0x1f3306=_0xf1d127;let {hidden:_0x555e7e,disabled:_0x4cbda0,value:_0x3c8598}=rc(_0xdd762d[_0x1f3306(0x3c2)]);if(!_0xdd762d[_0x1f3306(0x3c2)]||_0x555e7e)return null;let _0x975065=typeof _0x3c8598==_0x1f3306(0x1cf)&&_0x3c8598?_0x3c8598:_0x1f3306(0x671);return(0x0,o['jsx'])(Cc,{'embedId':_0xdd762d['embedId'],'disabled':_0x4cbda0,'title':_0xdd762d['title'],'open':_0xdd762d[_0x1f3306(0x690)],'onOpenChange':_0xdd762d['onOpenChange'],'trigger':(0x0,o[_0x1f3306(0x1f5)])(o[_0x1f3306(0x767)],{'children':[(0x0,o[_0x1f3306(0x1ab)])('span',{'className':_0x1f3306(0x64a),'children':_0x975065}),(0x0,o[_0x1f3306(0x1ab)])(n[_0x1f3306(0x319)],{'className':Zs})]}),'overlay':(0x0,o['jsx'])(_0x1f3306(0x61c),{'className':_0x1f3306(0x620),'onPointerDown':Q,'onMouseDown':Q,'children':(0x0,o[_0x1f3306(0x1ab)])(r[_0x1f3306(0x65e)],{'value':_0x975065,'onChange':_0x347c96=>{const _0x1594a6=_0x1f3306;_0xdd762d['onSelect'](_0x347c96),_0xdd762d[_0x1594a6(0x54b)](!0x1);}})})});}function oc(_0x11518c){const _0xe33ca2=_0xf1d127;let {hidden:_0x3d2712,disabled:_0x55d61a,value:_0x204663}=rc(_0x11518c[_0xe33ca2(0x3c2)]);if(!_0x11518c[_0xe33ca2(0x3c2)]||_0x3d2712)return null;let _0x263e97=typeof _0x204663==_0xe33ca2(0x541)||typeof _0x204663=='string'?Number(_0x204663):0xb;return(0x0,o[_0xe33ca2(0x1ab)])(Cc,{'embedId':_0x11518c['embedId'],'disabled':_0x55d61a,'title':_0x11518c['title'],'open':_0x11518c[_0xe33ca2(0x690)],'onOpenChange':_0x11518c[_0xe33ca2(0x54b)],'trigger':(0x0,o[_0xe33ca2(0x1f5)])(o['Fragment'],{'children':[(0x0,o['jsx'])(_0xe33ca2(0x67c),{'className':_0xe33ca2(0x28f),'children':_0x263e97}),(0x0,o[_0xe33ca2(0x1ab)])(n['MoreDownIcon'],{'className':Zs})]}),'overlay':(0x0,o[_0xe33ca2(0x1ab)])('div',{'className':_0xe33ca2(0x6e8),'onPointerDown':Q,'onMouseDown':Q,'children':Ps()[_0xe33ca2(0x4ff)](_0x324663=>{const _0x20c173=_0xe33ca2;let _0x36075a=Number(_0x324663[_0x20c173(0x1b4)])===_0x263e97;return(0x0,o[_0x20c173(0x1f5)])('button',{'type':_0x20c173(0x675),'className':(0x0,s[_0x20c173(0x5f7)])(_0x20c173(0x3af),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x36075a}),'onClick':()=>{const _0x3c6aa0=_0x20c173;_0x11518c['onSelect'](String(_0x324663['value'])),_0x11518c[_0x3c6aa0(0x54b)](!0x1);},'children':[(0x0,o[_0x20c173(0x1ab)])('span',{'children':_0x324663['label']}),_0x36075a&&(0x0,o[_0x20c173(0x1ab)])(n[_0x20c173(0x641)],{'className':'univer-text-primary-600'})]},_0x324663[_0x20c173(0x1b4)]);})})});}function sc(_0x3d689b){const _0x321b09=_0xf1d127;let _0x12f83d=(0x0,r[_0x321b09(0x667)])(e[_0x321b09(0x237)]),{hidden:_0x119ebc,disabled:_0xc4a0e5}=rc(_0x3d689b[_0x321b09(0x3c2)]);return!_0x3d689b[_0x321b09(0x3c2)]||_0x119ebc?null:(0x0,o['jsx'])(Cc,{'embedId':_0x3d689b[_0x321b09(0x5b8)],'disabled':_0xc4a0e5,'title':_0x12f83d['t'](_0x321b09(0x5c4)),'triggerClassName':Xs,'open':_0x3d689b['open'],'onOpenChange':_0x3d689b[_0x321b09(0x54b)],'trigger':(0x0,o[_0x321b09(0x1f5)])(o['Fragment'],{'children':[(0x0,o[_0x321b09(0x1ab)])(n[_0x321b09(0x569)],{}),(0x0,o['jsx'])(n[_0x321b09(0x319)],{'className':Zs})]}),'overlay':(0x0,o[_0x321b09(0x1ab)])(bc,{'embedId':_0x3d689b[_0x321b09(0x5b8)],'onPointerDown':_0x423e7d=>_0x423e7d[_0x321b09(0x19d)](),'children':(0x0,o[_0x321b09(0x1f5)])(xc,{'children':[(0x0,o[_0x321b09(0x1ab)])(lc,{'item':_0x3d689b[_0x321b09(0x3c2)],'title':_0x12f83d['t'](_0x321b09(0x430)),'onClick':()=>_0x3d689b[_0x321b09(0x3b6)](_0x3d689b[_0x321b09(0x3c2)],{'value':e[_0x321b09(0x752)][_0x321b09(0x3a5)]}),'children':(0x0,o[_0x321b09(0x1ab)])(n[_0x321b09(0x569)],{})}),(0x0,o['jsx'])(lc,{'item':_0x3d689b[_0x321b09(0x3c2)],'title':_0x12f83d['t']('embed-ui.sheetsFloating.align.center'),'onClick':()=>_0x3d689b['execute'](_0x3d689b['menuItem'],{'value':e[_0x321b09(0x752)][_0x321b09(0x5cb)]}),'children':(0x0,o[_0x321b09(0x1ab)])(n['HorizontallyIcon'],{})}),(0x0,o[_0x321b09(0x1ab)])(lc,{'item':_0x3d689b['menuItem'],'title':_0x12f83d['t'](_0x321b09(0x28c)),'onClick':()=>_0x3d689b[_0x321b09(0x3b6)](_0x3d689b[_0x321b09(0x3c2)],{'value':e['HorizontalAlign'][_0x321b09(0x395)]}),'children':(0x0,o[_0x321b09(0x1ab)])(n[_0x321b09(0x5de)],{})})]})})});}function cc(_0x38356e){const _0x306fbc=_0xf1d127;let _0x44f90b=(0x0,r[_0x306fbc(0x667)])(e[_0x306fbc(0x237)]),{hidden:_0x5681a8,disabled:_0x1d79a8}=rc(_0x38356e[_0x306fbc(0x3c2)]);return!_0x38356e['menuItem']||_0x5681a8?null:(0x0,o[_0x306fbc(0x1ab)])(Cc,{'embedId':_0x38356e[_0x306fbc(0x5b8)],'disabled':_0x1d79a8,'title':_0x44f90b['t'](_0x306fbc(0x278)),'triggerClassName':Xs,'open':_0x38356e[_0x306fbc(0x690)],'onOpenChange':_0x38356e[_0x306fbc(0x54b)],'trigger':(0x0,o[_0x306fbc(0x1f5)])(o[_0x306fbc(0x767)],{'children':[(0x0,o[_0x306fbc(0x1ab)])(n[_0x306fbc(0x3de)],{}),(0x0,o[_0x306fbc(0x1ab)])(n[_0x306fbc(0x319)],{'className':Zs})]}),'overlay':(0x0,o[_0x306fbc(0x1ab)])(bc,{'embedId':_0x38356e[_0x306fbc(0x5b8)],'onPointerDown':_0x5d7fd6=>_0x5d7fd6[_0x306fbc(0x19d)](),'children':(0x0,o[_0x306fbc(0x1f5)])(xc,{'children':[(0x0,o['jsx'])(lc,{'item':_0x38356e[_0x306fbc(0x3c2)],'title':_0x44f90b['t']('embed-ui.sheetsFloating.align.top'),'onClick':()=>_0x38356e[_0x306fbc(0x3b6)](_0x38356e['menuItem'],{'value':e[_0x306fbc(0x6b6)][_0x306fbc(0x243)]}),'children':(0x0,o[_0x306fbc(0x1ab)])(n['AlignTopIcon'],{})}),(0x0,o[_0x306fbc(0x1ab)])(lc,{'item':_0x38356e[_0x306fbc(0x3c2)],'title':_0x44f90b['t'](_0x306fbc(0x202)),'onClick':()=>_0x38356e[_0x306fbc(0x3b6)](_0x38356e[_0x306fbc(0x3c2)],{'value':e[_0x306fbc(0x6b6)]['MIDDLE']}),'children':(0x0,o[_0x306fbc(0x1ab)])(n[_0x306fbc(0x3de)],{})}),(0x0,o[_0x306fbc(0x1ab)])(lc,{'item':_0x38356e[_0x306fbc(0x3c2)],'title':_0x44f90b['t'](_0x306fbc(0x594)),'onClick':()=>_0x38356e['execute'](_0x38356e[_0x306fbc(0x3c2)],{'value':e[_0x306fbc(0x6b6)][_0x306fbc(0x5c2)]}),'children':(0x0,o[_0x306fbc(0x1ab)])(n['AlignBottomIcon'],{})})]})})});}function lc(_0x31917f){const _0x4c1ab9=_0xf1d127;let {hidden:_0x3a856a,disabled:_0x536a0e,activated:_0x2893d6}=rc(_0x31917f[_0x4c1ab9(0x52a)]);return!_0x31917f[_0x4c1ab9(0x52a)]||_0x3a856a?null:(0x0,o['jsx'])(Oc,{'title':_0x31917f[_0x4c1ab9(0x239)],'disabled':_0x536a0e,'active':_0x2893d6,'onClick':_0x31917f[_0x4c1ab9(0x4c8)],'children':_0x31917f[_0x4c1ab9(0x6c0)]});}function uc(_0x4c1524){const _0x1220f1=_0xf1d127;let _0x35c2d0=(0x0,r['useDependency'])(e[_0x1220f1(0x237)]),{hidden:_0x205fe8,disabled:_0x4a2392,value:_0xa7aace}=rc(_0x4c1524[_0x1220f1(0x3c2)]),[_0x3c80f5,_0x42b64d]=(0x0,i['useState'])(_0x4c1524[_0x1220f1(0x52f)]);if(!_0x4c1524[_0x1220f1(0x3c2)]||_0x205fe8)return null;let _0x45bfff=typeof _0xa7aace==_0x1220f1(0x1cf)&&_0xa7aace?_0xa7aace:_0x3c80f5;return(0x0,o[_0x1220f1(0x1ab)])(s[_0x1220f1(0x287)],{'disabled':_0x4a2392,'align':'start','sideOffset':0x6,'open':_0x4c1524[_0x1220f1(0x690)],'onOpenChange':_0x4c1524['onOpenChange'],'onPointerDownOutside':_0x29854c=>$(_0x29854c,_0x4c1524[_0x1220f1(0x5b8)]),'onFocusOutside':_0x2de4b2=>$(_0x2de4b2,_0x4c1524[_0x1220f1(0x5b8)]),'onInteractOutside':_0x551bfb=>$(_0x551bfb,_0x4c1524['embedId']),'overlay':(0x0,o[_0x1220f1(0x1f5)])(_0x1220f1(0x61c),{'data-embed-id':_0x4c1524[_0x1220f1(0x5b8)],[Qs]:_0x1220f1(0x718),'className':_0x1220f1(0x73b),'onPointerDown':Q,'onMouseDown':Q,'children':[(0x0,o['jsx'])(s['ColorPicker'],{'value':_0x45bfff,'onChange':_0x1aa302=>{const _0x339327=_0x1220f1;_0x42b64d(_0x1aa302),_0x4c1524[_0x339327(0x514)](_0x1aa302);}}),(0x0,o['jsx'])(Sc,{}),(0x0,o[_0x1220f1(0x1f5)])(_0x1220f1(0x675),{'type':_0x1220f1(0x675),'className':_0x1220f1(0x59a),'onClick':()=>{const _0x20b8fd=_0x1220f1;_0x42b64d(_0x4c1524[_0x20b8fd(0x52f)]),_0x4c1524[_0x20b8fd(0x6f4)](),_0x4c1524[_0x20b8fd(0x54b)](!0x1);},'children':[(0x0,o['jsx'])(n[_0x1220f1(0x217)],{}),(0x0,o[_0x1220f1(0x1ab)])('span',{'children':_0x35c2d0['t'](_0x1220f1(0x244))})]})]}),'children':(0x0,o['jsx'])($s,{'title':_0x4c1524['title'],'disabled':_0x4a2392,'children':_0x4c1524[_0x1220f1(0x383)]})});}function dc(_0x1b5ecb){const _0x50bc01=_0xf1d127;let _0x2d1134=(0x0,r[_0x50bc01(0x667)])(e['LocaleService']),_0x1c8da4=(0x0,r[_0x50bc01(0x667)])(r[_0x50bc01(0x2f3)]),{hidden:_0x4261f6,disabled:_0x221de4}=rc(_0x1b5ecb[_0x50bc01(0x3c2)]),[_0x2d3cfe,_0x386f58]=(0x0,i[_0x50bc01(0x604)])(e[_0x50bc01(0x427)][_0x50bc01(0x48e)]),[_0x332d20,_0x5650d2]=(0x0,i['useState'])(e['BorderStyleTypes'][_0x50bc01(0x164)]),[_0x1ec671,_0x3213ce]=(0x0,i[_0x50bc01(0x604)])(_0x50bc01(0x13d));if(!_0x1b5ecb[_0x50bc01(0x3c2)]||_0x4261f6)return null;let _0x36423d=(_0x9e443=_0x2d3cfe,_0x56305e=_0x332d20,_0x26068e=_0x1ec671)=>{const _0x4f4fc8=_0x50bc01;_0x386f58(_0x9e443),_0x5650d2(_0x56305e),_0x3213ce(_0x26068e),_0x1b5ecb[_0x4f4fc8(0x45b)](_0x9e443,_0x56305e,_0x26068e);},_0x557573=_0x5ec171=>{const _0x3bde6a=_0x50bc01;var _0x44f272,_0x5bd748;return(_0x44f272=(_0x5bd748=Ns()[_0x3bde6a(0x27e)](_0x2f5b13=>_0x2f5b13[_0x3bde6a(0x1b4)]===_0x5ec171))==null?void 0x0:_0x5bd748[_0x3bde6a(0x383)])==null?_0x3bde6a(0x3e3):_0x44f272;},_0x58737e=(_0x24099b,_0x1ff8a7=_0x50bc01(0x4ac))=>{const _0x10fa99=_0x50bc01;let _0x49b99b=_0x1c8da4[_0x10fa99(0x1f9)](_0x24099b);return _0x49b99b?(0x0,o[_0x10fa99(0x1ab)])(_0x49b99b,{'className':_0x1ff8a7}):(0x0,o['jsx'])(n[_0x10fa99(0x697)],{});};return(0x0,o[_0x50bc01(0x1ab)])(s[_0x50bc01(0x287)],{'disabled':_0x221de4,'align':_0x50bc01(0x659),'sideOffset':0x6,'open':_0x1b5ecb[_0x50bc01(0x690)],'onOpenChange':_0x1b5ecb[_0x50bc01(0x54b)],'onPointerDownOutside':_0x5585a2=>$(_0x5585a2,_0x1b5ecb[_0x50bc01(0x5b8)]),'onFocusOutside':_0x27cf60=>$(_0x27cf60,_0x1b5ecb[_0x50bc01(0x5b8)]),'onInteractOutside':_0x155c4c=>$(_0x155c4c,_0x1b5ecb['embedId']),'overlay':(0x0,o[_0x50bc01(0x1f5)])(bc,{'embedId':_0x1b5ecb['embedId'],'onPointerDown':_0xda4a47=>_0xda4a47['stopPropagation'](),'children':[(0x0,o['jsx'])(_0x50bc01(0x61c),{'className':_0x50bc01(0x3b3),'children':Ns()[_0x50bc01(0x4ff)](_0x1d49de=>(0x0,o[_0x50bc01(0x1ab)])(Oc,{'title':_0x2d1134['t'](_0x1d49de[_0x50bc01(0x24c)]),'active':_0x2d3cfe===_0x1d49de[_0x50bc01(0x1b4)],'onClick':()=>_0x36423d(_0x1d49de[_0x50bc01(0x1b4)]),'children':_0x58737e(_0x1d49de['icon'])},_0x1d49de[_0x50bc01(0x1b4)]))}),(0x0,o[_0x50bc01(0x1ab)])(Sc,{}),(0x0,o[_0x50bc01(0x1f5)])(xc,{'children':[(0x0,o[_0x50bc01(0x1ab)])(s[_0x50bc01(0x287)],{'align':_0x50bc01(0x659),'sideOffset':0x6,'onPointerDownOutside':_0x163abe=>$(_0x163abe,_0x1b5ecb[_0x50bc01(0x5b8)]),'onFocusOutside':_0x597c0d=>$(_0x597c0d,_0x1b5ecb['embedId']),'onInteractOutside':_0x173066=>$(_0x173066,_0x1b5ecb[_0x50bc01(0x5b8)]),'overlay':(0x0,o['jsx'])(_0x50bc01(0x61c),{'data-embed-id':_0x1b5ecb['embedId'],[Qs]:_0x50bc01(0x718),'className':'univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','onPointerDown':Q,'onMouseDown':Q,'children':(0x0,o[_0x50bc01(0x1ab)])(s[_0x50bc01(0x72b)],{'value':_0x1ec671,'onChange':_0x3a5c40=>_0x36423d(_0x2d3cfe,_0x332d20,_0x3a5c40)})}),'children':(0x0,o[_0x50bc01(0x1f5)])(Oc,{'title':_0x2d1134['t'](_0x50bc01(0x3d9)),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,o['jsx'])(n[_0x50bc01(0x585)],{'extend':{'colorChannel1':_0x1ec671}}),(0x0,o['jsx'])(n[_0x50bc01(0x319)],{'className':Zs})]})}),(0x0,o['jsx'])(s['Dropdown'],{'align':_0x50bc01(0x659),'sideOffset':0x6,'onPointerDownOutside':_0x4e48a6=>$(_0x4e48a6,_0x1b5ecb['embedId']),'onFocusOutside':_0x4039f3=>$(_0x4039f3,_0x1b5ecb[_0x50bc01(0x5b8)]),'onInteractOutside':_0x3a51cd=>$(_0x3a51cd,_0x1b5ecb[_0x50bc01(0x5b8)]),'overlay':(0x0,o[_0x50bc01(0x1ab)])(_0x50bc01(0x61c),{'data-embed-id':_0x1b5ecb[_0x50bc01(0x5b8)],[Qs]:'true','className':_0x50bc01(0x188),'onPointerDown':Q,'onMouseDown':Q,'children':f[_0x50bc01(0x723)]['map'](_0x1fea6e=>(0x0,o[_0x50bc01(0x1ab)])('button',{'type':_0x50bc01(0x675),'className':(0x0,s[_0x50bc01(0x5f7)])(_0x50bc01(0x3cf),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x332d20===_0x1fea6e[_0x50bc01(0x1b4)]}),'onClick':()=>_0x36423d(_0x2d3cfe,_0x1fea6e[_0x50bc01(0x1b4)]),'children':(0x0,o[_0x50bc01(0x1ab)])(f[_0x50bc01(0x53e)],{'className':_0x50bc01(0x588),'type':_0x1fea6e['value']})},_0x1fea6e[_0x50bc01(0x1b4)]))}),'children':(0x0,o[_0x50bc01(0x1f5)])(Oc,{'title':_0x2d1134['t'](_0x50bc01(0x37c)),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,o[_0x50bc01(0x1ab)])(f['BorderLine'],{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x332d20}),(0x0,o['jsx'])(n[_0x50bc01(0x319)],{'className':Zs})]})})]})]}),'children':(0x0,o['jsx'])(ec,{'title':mc(_0x1b5ecb[_0x50bc01(0x3c2)],_0x2d1134,'embed-ui.sheetsFloating.toolbar.border.main'),'disabled':_0x221de4,'open':_0x1b5ecb[_0x50bc01(0x690)],'primary':_0x58737e(_0x557573(_0x2d3cfe),_0x50bc01(0x300)),'onPrimaryClick':()=>{const _0x3a370f=_0x50bc01;_0x36423d(),_0x1b5ecb[_0x3a370f(0x54b)](!0x1);}})});}function fc(_0x562f96){const _0x1fb5d5=_0xf1d127;var _0x2bcfe7,_0x52c1a8,_0x3e982f,_0x25e96e,_0x2399a4,_0xbb9b95;let _0x25decf=(0x0,r[_0x1fb5d5(0x667)])(e[_0x1fb5d5(0x237)]),{hidden:_0x36d14d,disabled:_0x88f4d4}=rc((_0x2bcfe7=_0x562f96['menuItems'])==null?void 0x0:_0x2bcfe7['root']),_0x5535ef=[];return[{'item':(_0x52c1a8=_0x562f96[_0x1fb5d5(0x30f)])==null?void 0x0:_0x52c1a8[_0x1fb5d5(0x145)],'icon':(0x0,o[_0x1fb5d5(0x1ab)])(n[_0x1fb5d5(0x550)],{})},{'item':(_0x3e982f=_0x562f96[_0x1fb5d5(0x30f)])==null?void 0x0:_0x3e982f[_0x1fb5d5(0x204)],'icon':(0x0,o[_0x1fb5d5(0x1ab)])(n[_0x1fb5d5(0x190)],{})},{'item':(_0x25e96e=_0x562f96[_0x1fb5d5(0x30f)])==null?void 0x0:_0x25e96e[_0x1fb5d5(0x415)],'icon':(0x0,o[_0x1fb5d5(0x1ab)])(n[_0x1fb5d5(0x71c)],{})},{'item':(_0x2399a4=_0x562f96[_0x1fb5d5(0x30f)])==null?void 0x0:_0x2399a4[_0x1fb5d5(0x708)],'icon':(0x0,o[_0x1fb5d5(0x1ab)])(n['CancelMergeIcon'],{})}][_0x1fb5d5(0x4d6)](({item:_0x91635a,icon:_0xa441b3})=>{const _0x1fe3c8=_0x1fb5d5;_0x91635a&&_0x5535ef[_0x1fe3c8(0x76b)]({'item':_0x91635a,'icon':_0xa441b3});}),!((_0xbb9b95=_0x562f96[_0x1fb5d5(0x30f)])!=null&&_0xbb9b95[_0x1fb5d5(0x1f2)])||_0x36d14d||!_0x5535ef[_0x1fb5d5(0x65c)]?null:(0x0,o[_0x1fb5d5(0x1ab)])(Cc,{'embedId':_0x562f96[_0x1fb5d5(0x5b8)],'disabled':_0x88f4d4,'title':mc(_0x562f96[_0x1fb5d5(0x30f)][_0x1fb5d5(0x1f2)],_0x25decf,_0x1fb5d5(0x5eb)),'triggerClassName':Xs,'open':_0x562f96[_0x1fb5d5(0x690)],'onOpenChange':_0x562f96[_0x1fb5d5(0x54b)],'trigger':(0x0,o[_0x1fb5d5(0x1f5)])(o[_0x1fb5d5(0x767)],{'children':[(0x0,o['jsx'])(n[_0x1fb5d5(0x550)],{}),(0x0,o[_0x1fb5d5(0x1ab)])(n['MoreDownIcon'],{'className':Zs})]}),'overlay':(0x0,o[_0x1fb5d5(0x1ab)])(Tc,{'children':_0x5535ef['map'](({item:_0x343204,icon:_0x43d824})=>(0x0,o['jsx'])(Ec,{'icon':_0x43d824,'onClick':()=>{const _0x29c161=_0x1fb5d5;_0x562f96[_0x29c161(0x3b6)](_0x343204),_0x562f96[_0x29c161(0x54b)](!0x1);},'children':_0x25decf['t'](hc(_0x343204))},_0x343204['id']))})});}function pc(_0x3d2b7f){const _0x3cfec3=_0xf1d127;let _0x34fd86=(0x0,r['useDependency'])(e['LocaleService']),{hidden:_0x3dabdd,disabled:_0x33c511}=rc(_0x3d2b7f[_0x3cfec3(0x3c2)]);if(!_0x3d2b7f[_0x3cfec3(0x3c2)]||_0x3dabdd)return null;let _0x136d01=Hs(_0x3d2b7f['menuItem']),_0x21c177=_0x136d01['length']?_0x136d01[_0x3cfec3(0x4ff)](_0x525a44=>{const _0x4f14aa=_0x3cfec3;var _0x51d790,_0x32e4,_0x5d1269,_0x419432,_0x285cd2,_0x1dea86;return{'label':_0x34fd86['t'](gc(_0x525a44)),'icon':_c(_0x525a44[_0x4f14aa(0x1b4)]),'commandId':(_0x51d790=(_0x32e4=(_0x5d1269=_0x525a44[_0x4f14aa(0x74e)])==null?(_0x419432=_0x3d2b7f['menuItem'])==null?void 0x0:_0x419432['commandId']:_0x5d1269)==null?(_0x285cd2=_0x3d2b7f[_0x4f14aa(0x3c2)])==null?void 0x0:_0x285cd2['id']:_0x32e4)==null?z[_0x4f14aa(0x3f7)]['id']:_0x51d790,'params':(_0x1dea86=_0x525a44[_0x4f14aa(0x66b)])==null?{'value':_0x525a44[_0x4f14aa(0x1b4)]}:_0x1dea86};}):[{'label':_0x34fd86['t'](_0x3cfec3(0x22b)),'icon':(0x0,o[_0x3cfec3(0x1ab)])(n[_0x3cfec3(0x2a2)],{}),'commandId':z[_0x3cfec3(0x3f7)]['id'],'params':{'value':e[_0x3cfec3(0x627)][_0x3cfec3(0x424)]}},{'label':_0x34fd86['t']('embed-ui.sheetsFloating.textWrap.overflow'),'icon':(0x0,o[_0x3cfec3(0x1ab)])(n[_0x3cfec3(0x528)],{}),'commandId':z[_0x3cfec3(0x3f7)]['id'],'params':{'value':e[_0x3cfec3(0x627)]['OVERFLOW']}},{'label':_0x34fd86['t']('embed-ui.sheetsFloating.textWrap.wrap'),'icon':(0x0,o[_0x3cfec3(0x1ab)])(n[_0x3cfec3(0x55b)],{}),'commandId':z[_0x3cfec3(0x3f7)]['id'],'params':{'value':e['WrapStrategy']['WRAP']}}];return(0x0,o[_0x3cfec3(0x1ab)])(Cc,{'embedId':_0x3d2b7f['embedId'],'disabled':_0x33c511,'title':mc(_0x3d2b7f['menuItem'],_0x34fd86,_0x3cfec3(0x23d)),'triggerClassName':Xs,'open':_0x3d2b7f[_0x3cfec3(0x690)],'onOpenChange':_0x3d2b7f['onOpenChange'],'trigger':(0x0,o[_0x3cfec3(0x1f5)])(o[_0x3cfec3(0x767)],{'children':[(0x0,o['jsx'])(n[_0x3cfec3(0x55b)],{}),(0x0,o[_0x3cfec3(0x1ab)])(n[_0x3cfec3(0x319)],{'className':Zs})]}),'overlay':(0x0,o[_0x3cfec3(0x1ab)])(wc,{'children':_0x21c177[_0x3cfec3(0x4ff)](_0xff686=>{const _0x436df6=_0x3cfec3;var _0x4f6885,_0x5ea219;return(0x0,o[_0x436df6(0x1ab)])(Dc,{'icon':_0xff686['icon'],'onClick':()=>{const _0x423d0d=_0x436df6;_0x3d2b7f[_0x423d0d(0x3b6)](_0xff686['commandId'],_0xff686[_0x423d0d(0x66b)]),_0x3d2b7f[_0x423d0d(0x54b)](!0x1);},'children':_0xff686[_0x436df6(0x24c)]},_0xff686[_0x436df6(0x74e)]+'-'+String((_0x4f6885=(_0x5ea219=_0xff686[_0x436df6(0x66b)])==null?void 0x0:_0x5ea219[_0x436df6(0x1b4)])==null?_0xff686[_0x436df6(0x24c)]:_0x4f6885));})})});}function mc(_0x1022f8,_0xf24d29,_0x1d8403){const _0xc90d7c=_0xf1d127;var _0x3a795d,_0x262e1f;let _0x4f16f0=(_0x3a795d=(_0x262e1f=_0x1022f8==null?void 0x0:_0x1022f8['tooltip'])==null?_0x1022f8==null?void 0x0:_0x1022f8[_0xc90d7c(0x239)]:_0x262e1f)==null?_0x1d8403:_0x3a795d;return _0xf24d29['t'](_0x4f16f0);}function hc(_0x4b9123){const _0x3ad3f3=_0xf1d127;var _0x41b856,_0x1c7af7;return(_0x41b856=(_0x1c7af7=_0x4b9123[_0x3ad3f3(0x210)])==null?_0x4b9123[_0x3ad3f3(0x239)]:_0x1c7af7)==null?_0x4b9123['id']:_0x41b856;}function gc(_0xb4ed84){const _0x1ee3c1=_0xf1d127;var _0x27e89f;return typeof _0xb4ed84['label']==_0x1ee3c1(0x1cf)?_0xb4ed84['label']:typeof _0xb4ed84['value']=='string'||typeof _0xb4ed84[_0x1ee3c1(0x1b4)]==_0x1ee3c1(0x541)?String(_0xb4ed84['value']):(_0x27e89f=_0xb4ed84['id'])==null?'':_0x27e89f;}function _c(_0x3da03c){const _0x2a8787=_0xf1d127;return _0x3da03c===e[_0x2a8787(0x627)][_0x2a8787(0x424)]?(0x0,o[_0x2a8787(0x1ab)])(n[_0x2a8787(0x2a2)],{}):_0x3da03c===e[_0x2a8787(0x627)][_0x2a8787(0x42e)]?(0x0,o[_0x2a8787(0x1ab)])(n['AutowrapIcon'],{}):(0x0,o[_0x2a8787(0x1ab)])(n[_0x2a8787(0x528)],{});}function vc(_0x555e71){const _0x474bb4=_0xf1d127;return _0x555e71 instanceof HTMLElement&&!!_0x555e71[_0x474bb4(0x763)](_0x474bb4(0x5a0));}function Q(_0x27f70e){const _0x5542b5=_0xf1d127;_0x27f70e[_0x5542b5(0x19d)](),vc(_0x27f70e['target'])||_0x27f70e[_0x5542b5(0x52e)]();}function yc(_0x97d360,_0x344f72){const _0x45e9ff=_0xf1d127;if(!(_0x97d360 instanceof HTMLElement))return!0x1;let _0x1ed12a=_0x97d360[_0x45e9ff(0x763)](_0x45e9ff(0x4d4));return(_0x1ed12a==null?void 0x0:_0x1ed12a[_0x45e9ff(0x47c)](_0x45e9ff(0x28b)))===_0x344f72;}function $(_0x47eda3,_0x1bbba3){const _0x9ba233=_0xf1d127;let _0x8405a1=_0x47eda3['target'];yc(_0x8405a1,_0x1bbba3)&&_0x47eda3[_0x9ba233(0x52e)]();}function bc(_0xfe0508){const _0x53a036=_0xf1d127;return(0x0,o[_0x53a036(0x1ab)])('section',{'data-embed-id':_0xfe0508[_0x53a036(0x5b8)],[Qs]:_0x53a036(0x718),'className':_0x53a036(0x20d),'onPointerDown':_0xfe0508[_0x53a036(0x5a4)],'onMouseDown':Q,'children':_0xfe0508['children']});}function xc(_0x3f247a){const _0x11cfe7=_0xf1d127;return(0x0,o[_0x11cfe7(0x1ab)])('div',{'className':_0x11cfe7(0x4ad),'children':_0x3f247a[_0x11cfe7(0x6c0)]});}function Sc(){const _0x16336b=_0xf1d127;return(0x0,o[_0x16336b(0x1ab)])(_0x16336b(0x67c),{'className':_0x16336b(0x24e)});}function Cc(_0x39d8fb){const _0xb4e66f=_0xf1d127;let {open:_0x3795c7,onOpenChange:_0x1331eb}=_0x39d8fb;return(0x0,o['jsx'])(s['Dropdown'],{'disabled':_0x39d8fb['disabled'],'align':_0xb4e66f(0x659),'sideOffset':0x6,'open':_0x3795c7,'onOpenChange':_0x1331eb,'onPointerDownOutside':_0x29322d=>$(_0x29322d,_0x39d8fb[_0xb4e66f(0x5b8)]),'onFocusOutside':_0x1b171e=>$(_0x1b171e,_0x39d8fb[_0xb4e66f(0x5b8)]),'onInteractOutside':_0x5bbe75=>$(_0x5bbe75,_0x39d8fb[_0xb4e66f(0x5b8)]),'overlay':(0x0,o[_0xb4e66f(0x1ab)])('div',{'data-embed-id':_0x39d8fb[_0xb4e66f(0x5b8)],[Qs]:_0xb4e66f(0x718),'onPointerDown':Q,'onMouseDown':Q,'children':_0x39d8fb['overlay']}),'children':(0x0,o[_0xb4e66f(0x1ab)])($s,{'title':_0x39d8fb['title'],'data-state':_0x3795c7?_0xb4e66f(0x690):_0xb4e66f(0x3a9),'disabled':_0x39d8fb['disabled'],'className':_0x39d8fb[_0xb4e66f(0x6a9)],'children':_0x39d8fb['trigger']})});}function wc(_0x334553){const _0x5955fc=_0xf1d127;return(0x0,o['jsx'])(_0x5955fc(0x39c),{'className':_0x5955fc(0x1c9),'onPointerDown':Q,'onMouseDown':Q,'children':_0x334553[_0x5955fc(0x6c0)]});}function Tc(_0x139b30){const _0x5bcae4=_0xf1d127;return(0x0,o[_0x5bcae4(0x1ab)])(_0x5bcae4(0x39c),{'className':_0x5bcae4(0x2c3),'onPointerDown':Q,'onMouseDown':Q,'children':_0x139b30[_0x5bcae4(0x6c0)]});}function Ec(_0x5dc8e7){const _0x106214=_0xf1d127;return(0x0,o[_0x106214(0x1f5)])(_0x106214(0x675),{'type':_0x106214(0x675),'className':'univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','onClick':_0x5dc8e7['onClick'],'children':[(0x0,o[_0x106214(0x1ab)])(_0x106214(0x67c),{'className':_0x106214(0x259),'children':_0x5dc8e7[_0x106214(0x383)]}),(0x0,o['jsx'])(_0x106214(0x67c),{'className':'univer-truncate','children':_0x5dc8e7[_0x106214(0x6c0)]})]});}function Dc(_0x1c99e3){const _0x23413c=_0xf1d127;return(0x0,o[_0x23413c(0x1f5)])(_0x23413c(0x675),{'type':_0x23413c(0x675),'className':(0x0,s[_0x23413c(0x5f7)])(_0x23413c(0x142),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x1c99e3['active']}),'onClick':_0x1c99e3[_0x23413c(0x4c8)],'children':[_0x1c99e3[_0x23413c(0x383)],_0x1c99e3[_0x23413c(0x6c0)]]});}function Oc(_0x4d5b17){const _0x48408c=_0xf1d127;return(0x0,o['jsx'])(s[_0x48408c(0x240)],{'title':_0x4d5b17['title'],'placement':_0x48408c(0x38a),'children':(0x0,o[_0x48408c(0x1ab)])(r[_0x48408c(0x1c7)],{'className':_0x48408c(0x6e5),'disabled':_0x4d5b17[_0x48408c(0x15a)],'active':_0x4d5b17[_0x48408c(0x261)],'onClick':_0x4d5b17[_0x48408c(0x4c8)],'children':_0x4d5b17[_0x48408c(0x6c0)]})});}function kc(){const _0x5275a9=_0xf1d127;return(0x0,o[_0x5275a9(0x1ab)])('span',{'className':'univer-mx-2\x20univer-h-6\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-600'});}const Ac=new WeakMap(),jc=new WeakSet();function Mc(_0x313d23){Ki(_0x313d23,'sheets-ui.embed',Nc);}function Nc(_0x55fb07){const _0x3ac663=_0xf1d127;let _0xba8e10=_0x55fb07['get'](It),_0x2bbf79=_0x55fb07[_0x3ac663(0x1f9)](Ft),_0x605cfe=_0x55fb07[_0x3ac663(0x1f9)](U),_0x357c61=_0x55fb07[_0x3ac663(0x1f9)](X),_0x2bef11=_0x55fb07[_0x3ac663(0x1f9)](qt),_0x168c5a=_0x55fb07[_0x3ac663(0x1f9)](ki),_0x1817c0=_0x55fb07[_0x3ac663(0x1f9)](Zt);Ts(_0x55fb07),_0x55fb07[_0x3ac663(0x75f)](f[_0x3ac663(0x2b6)])||_0x55fb07[_0x3ac663(0x170)]([f[_0x3ac663(0x2b6)],{'useFactory':()=>_0x55fb07[_0x3ac663(0x1f9)](Te)}]),_0x55fb07[_0x3ac663(0x75f)](f['ISheetEmbedRuntimeService'])||_0x55fb07[_0x3ac663(0x170)]([f[_0x3ac663(0x6eb)],{'useFactory':()=>Pc({'embedModelService':_0x55fb07[_0x3ac663(0x1f9)](t['EmbedModelService']),'mountService':_0x55fb07['get'](Ht),'activationService':_0x55fb07[_0x3ac663(0x1f9)](Gt),'restoreService':_0x55fb07[_0x3ac663(0x1f9)](Xt)})}]),_0x55fb07[_0x3ac663(0x75f)](r['ComponentManager'])&&_0x55fb07[_0x3ac663(0x1f9)](r[_0x3ac663(0x364)])[_0x3ac663(0x251)](t[_0x3ac663(0x30d)],un),[ys(),bs()][_0x3ac663(0x4d6)](_0x14013e=>{const _0x5dce07=_0x3ac663;_0xba8e10['get'](_0x14013e['hostType'],_0x14013e[_0x5dce07(0x6ee)])||_0xba8e10['register'](_0x14013e);});let _0x46c461=Ds();_0x2bbf79['get'](_0x46c461['childType'])||_0x2bbf79['register'](_0x46c461);let _0x59c4bf=Es();_0x605cfe[_0x3ac663(0x1f9)](_0x59c4bf[_0x3ac663(0x3dc)])||_0x605cfe[_0x3ac663(0x251)](_0x59c4bf),Ws()[_0x3ac663(0x4d6)](_0x1e69da=>{const _0x54000c=_0x3ac663;_0x357c61[_0x54000c(0x1f9)](_0x1e69da[_0x54000c(0x500)],_0x1e69da[_0x54000c(0x6ee)],_0x1e69da[_0x54000c(0x3dc)])||_0x357c61[_0x54000c(0x251)](_0x1e69da);}),_0x2bef11[_0x3ac663(0x762)](zi(_0x55fb07,{'childType':e[_0x3ac663(0x50c)]['UNIVER_SHEET'],'renderManagerService':m['IRenderManagerService']})),_0x168c5a['get'](e[_0x3ac663(0x50c)][_0x3ac663(0x200)])||_0x168c5a[_0x3ac663(0x251)](ls()),_0x1817c0['get'](e['UniverInstanceType'][_0x3ac663(0x200)])||_0x1817c0[_0x3ac663(0x251)](Cs(_0x55fb07)),zc({'injector':_0x55fb07,'previewService':_0x2bef11});}function Pc(_0x27c6e1){return{'mountSheetTab':({hostUnitId:_0x138701,hostAnchorId:_0x275940,embedId:_0x205e38})=>{const _0x427f4d=_0x481e;let _0x267263=_0x27c6e1['embedModelService'][_0x427f4d(0x73c)](_0x138701,_0x205e38);if(!_0x267263||_0x267263[_0x427f4d(0x173)]!==_0x275940)return;let _0x34c06c=!0x1,_0x4e38fb=!0x1,_0x3d26eb;return _0x27c6e1[_0x427f4d(0x706)][_0x427f4d(0x58a)]({'descriptor':_0x267263})[_0x427f4d(0x27b)](_0x23c929=>{const _0x154e57=_0x427f4d;_0x34c06c||(_0x3d26eb==null||_0x3d26eb['remove'](),_0x3d26eb=void 0x0,_0x27c6e1['mountService'][_0x154e57(0x25a)](_0x23c929),_0x27c6e1[_0x154e57(0x16c)][_0x154e57(0x306)](_0x23c929),_0x4e38fb=!0x0);})[_0x427f4d(0x221)](_0x49ceaa=>{_0x34c06c||(_0x3d26eb=Fc(_0x275940,_0x49ceaa));}),(0x0,e[_0x427f4d(0x211)])(()=>{const _0x26ba15=_0x427f4d;_0x34c06c=!0x0,_0x3d26eb==null||_0x3d26eb[_0x26ba15(0x331)](),_0x4e38fb&&_0x27c6e1[_0x26ba15(0x25d)][_0x26ba15(0x272)](_0x205e38),_0x27c6e1['activationService'][_0x26ba15(0x479)](_0x205e38);});},'clearTab':_0x4d9584=>{const _0x1d84bc=_0x481e;_0x27c6e1['activationService'][_0x1d84bc(0x479)](_0x4d9584);}};}function Fc(_0x36df68,_0x3b48aa){const _0x39657f=_0xf1d127;let _0x49d3b1=Ic(_0x36df68);if(!_0x49d3b1)return;let _0x434c21=document[_0x39657f(0x5c9)](_0x39657f(0x61c));return _0x434c21['dataset']['embedSheetsSheetTabError']=_0x39657f(0x718),_0x434c21[_0x39657f(0x4e4)][_0x39657f(0x59b)]=_0x39657f(0x3ba),_0x434c21['style'][_0x39657f(0x1b9)]=_0x39657f(0x561),_0x434c21[_0x39657f(0x4e4)][_0x39657f(0x3dd)]='13px',_0x434c21[_0x39657f(0x64c)]=_0x3b48aa instanceof Error&&_0x3b48aa[_0x39657f(0x2ad)]?_0x3b48aa[_0x39657f(0x2ad)]:_0x39657f(0x15b),_0x49d3b1[_0x39657f(0x70f)](_0x434c21),_0x434c21;}function Ic(_0x40d67f){const _0x4a425f=_0xf1d127;return document[_0x4a425f(0x673)](_0x4a425f(0x1fc)+Lc(_0x40d67f)+'\x22]');}function Lc(_0x1828d4){const _0x5f2249=_0xf1d127;return _0x1828d4[_0x5f2249(0x160)](/\\/g,'\x5c\x5c')[_0x5f2249(0x160)](/"/g,'\x5c\x22');}function Rc(_0x51f5ab){const _0x8de488=_0xf1d127;let _0x1c3cf9=new a[(_0x8de488(0x2e8))](),_0x3e7652=0x0,_0x167023;if(_0x1c3cf9[_0x8de488(0x170)](_0x51f5ab[_0x8de488(0x638)][_0x8de488(0x31f)]['subscribe'](_0x17b415=>{const _0xeccb55=_0x8de488;if(typeof _0x17b415['image']!=_0xeccb55(0x1cf))return;let _0x18d1b3=_0x51f5ab[_0xeccb55(0x573)][_0xeccb55(0x70b)](_0x17b415[_0xeccb55(0x28d)])[_0xeccb55(0x27e)](_0x226dc9=>_0x226dc9[_0xeccb55(0x5b8)]===_0x17b415[_0xeccb55(0x5b8)]&&_0x226dc9[_0xeccb55(0x6ee)]===_0xeccb55(0x345));_0x18d1b3!=null&&_0x18d1b3[_0xeccb55(0x173)]&&_0x51f5ab[_0xeccb55(0x412)][_0xeccb55(0x314)]({'id':_0x18d1b3['hostAnchorId'],'image':_0x17b415[_0xeccb55(0x13f)],'updatedAt':_0x17b415[_0xeccb55(0x213)]});})),!_0x51f5ab[_0x8de488(0x412)][_0x8de488(0x1af)])return _0x1c3cf9;let _0x1fd06e=()=>{_0x167023||_0x3e7652>=0xf0||(_0x167023=globalThis['setTimeout'](()=>{_0x167023=void 0x0,_0x3e7652+=0x1,_0x298ae5();},0xfa));},_0x540383=_0x1928cb=>{const _0x55f7f1=_0x8de488;let _0x34e135=_0x1928cb[_0x55f7f1(0x226)];if(!_0x34e135||typeof _0x34e135!=_0x55f7f1(0x16e))return!0x0;let _0x323692=Hc(_0x34e135,'embedId'),_0x101c0a=Hc(_0x34e135,'hostUnitId');if(!_0x323692||!_0x101c0a)return!0x0;let _0x81b07e=_0x51f5ab[_0x55f7f1(0x573)][_0x55f7f1(0x73c)](_0x101c0a,_0x323692);return!_0x81b07e||_0x81b07e[_0x55f7f1(0x6ee)]!==_0x55f7f1(0x345)||!_0x81b07e['childUnitId']||_0x81b07e['childType']==null?!0x1:(_0x51f5ab['previewService']['requestPreview']({'descriptor':_0x81b07e,'childUnitId':_0x81b07e[_0x55f7f1(0x28d)],'childType':_0x81b07e['childType'],'width':_0x1928cb[_0x55f7f1(0x58b)],'height':_0x1928cb[_0x55f7f1(0x3d5)],'dpr':typeof window>'u'?0x1:window[_0x55f7f1(0x2cf)]||0x1,'reason':_0x55f7f1(0x43b)}),!0x0);},_0x298ae5=()=>{const _0x376f74=_0x8de488;var _0xd1c77a,_0x16ec2a;let _0xdf6959=!0x1;(_0xd1c77a=(_0x16ec2a=_0x51f5ab[_0x376f74(0x412)])['getPendingRequests'])==null||_0xd1c77a[_0x376f74(0x511)](_0x16ec2a)['forEach'](_0x4a07c0=>{_0x540383(_0x4a07c0)||(_0xdf6959=!0x0);}),_0xdf6959&&_0x1fd06e();};return _0x298ae5(),_0x1c3cf9[_0x8de488(0x170)](_0x51f5ab[_0x8de488(0x412)][_0x8de488(0x1af)][_0x8de488(0x2e4)](_0x39fd73=>{_0x540383(_0x39fd73)||_0x1fd06e();})),_0x1c3cf9[_0x8de488(0x170)](()=>{_0x167023&&globalThis['clearTimeout'](_0x167023);}),_0x1c3cf9;}function zc(_0x25e620){const _0x48e935=_0xf1d127;let _0xf166a4=_0x25e620[_0x48e935(0x158)],_0x4c1288=Ac[_0x48e935(0x1f9)](_0xf166a4);if(_0x4c1288)return _0x4c1288;let _0x4c2482=Vc(_0x25e620[_0x48e935(0x158)]);if(_0x4c2482!==null){if(_0x4c2482){let _0x1366d9=Rc({'previewService':_0x25e620[_0x48e935(0x638)],'embedModelService':_0x4c2482[_0x48e935(0x573)],'canvasFloatDomPreviewService':_0x4c2482[_0x48e935(0x412)]});return Ac['set'](_0xf166a4,_0x1366d9),_0x1366d9;}_0x25e620[_0x48e935(0x754)]===!0x1||jc[_0x48e935(0x75f)](_0xf166a4)||(jc[_0x48e935(0x170)](_0xf166a4),Bc(_0x25e620,0x0));}}function Bc(_0x43ef31,_0x3686e7){const _0x21f0a5=_0xf1d127;var _0x2df6ae,_0x141170;let _0x2a12c4=(_0x2df6ae=_0x43ef31[_0x21f0a5(0x631)])==null?0xf0:_0x2df6ae,_0x47c06f=(_0x141170=_0x43ef31[_0x21f0a5(0x5e5)])==null?0xfa:_0x141170,_0x443c3f=_0x43ef31['injector'];globalThis[_0x21f0a5(0x4ce)](()=>{const _0x5f188d=_0x21f0a5;if(zc({..._0x43ef31,'retry':!0x1})||_0x3686e7+0x1>=_0x2a12c4){jc[_0x5f188d(0x1f6)](_0x443c3f);return;}Bc(_0x43ef31,_0x3686e7+0x1);},_0x47c06f);}function Vc(_0x1b5814){const _0x4c0ce8=_0xf1d127;try{return!_0x1b5814[_0x4c0ce8(0x75f)](r[_0x4c0ce8(0x770)])||!_0x1b5814[_0x4c0ce8(0x75f)](t[_0x4c0ce8(0x656)])?void 0x0:{'embedModelService':_0x1b5814[_0x4c0ce8(0x1f9)](t[_0x4c0ce8(0x656)]),'canvasFloatDomPreviewService':_0x1b5814['get'](r[_0x4c0ce8(0x770)])};}catch{return null;}}function Hc(_0x1e8c0b,_0x40c82d){const _0x21175a=_0xf1d127;let _0xcf4445=_0x1e8c0b[_0x40c82d];return typeof _0xcf4445==_0x21175a(0x1cf)?_0xcf4445:void 0x0;}function Uc(){const _0x31b15f=_0xf1d127;return Xi({'childType':e[_0x31b15f(0x50c)][_0x31b15f(0x329)],'productName':_0x31b15f(0x55d)});}function Wc(_0x558a58){const _0x1a7f0c=_0xf1d127;var _0x2c5a00,_0xe23038;return pe({'embedId':_0x558a58['embedId'],'active':_0x558a58['active'],'fullscreen':_0x558a58['fullscreen'],'usesDomFloatingStage':(_0x2c5a00=_0x558a58[_0x1a7f0c(0x177)])==null?!0x0:_0x2c5a00,'renderScopeActive':(_0xe23038=_0x558a58[_0x1a7f0c(0x28a)])==null?!0x1:_0xe23038});}function Gc(_0x34d9d2){const _0x449272=_0xf1d127;var _0x3a4d45;let {hostUnitId:_0x5bc2fd,entry:_0x27999d,embedId:_0x48af1a,childUnitId:_0x578385,slideModel:_0xe8b050,floatingActiveService:_0x5c814e,commandService:_0x51e166,instanceService:_0x24efae,fullscreen:_0x30a970,usesDomFloatingStage:_0x130d38,renderScopeActive$:_0x56e3da}=_0x34d9d2,[_0x57dc48,_0x49bde0]=(0x0,i['useState'])(0x0),[_0x250cbe,_0x3b8e62]=(0x0,i[_0x449272(0x604)])(()=>_0x5c814e['getActive']()),[_0x45811b,_0x5345f6]=(0x0,i[_0x449272(0x604)])(!0x1);(0x0,i[_0x449272(0x196)])(()=>{const _0x311e37=_0x449272;let _0x2c8bf1=()=>{const _0x5b8f55=_0x481e;_0x3b8e62(_0x5c814e[_0x5b8f55(0x4ee)]()),_0x49bde0(_0x553ef4=>_0x553ef4+0x1);},_0xa7576c=_0x5c814e[_0x311e37(0x172)]['subscribe'](_0x2c8bf1),_0x131a74=_0xe8b050==null?void 0x0:_0xe8b050['pageManager'][_0x311e37(0x738)][_0x311e37(0x2e4)](_0x2c8bf1),_0x23b2b3=_0xe8b050==null?void 0x0:_0xe8b050[_0x311e37(0x744)][_0x311e37(0x4a4)][_0x311e37(0x2e4)](_0x2c8bf1);return()=>{const _0x515835=_0x311e37;_0xa7576c[_0x515835(0x3c6)](),_0x131a74==null||_0x131a74[_0x515835(0x3c6)](),_0x23b2b3==null||_0x23b2b3['unsubscribe']();};},[_0x48af1a,_0x5c814e,_0xe8b050]),(0x0,i['useEffect'])(()=>{const _0x1b9ce9=_0x449272;let _0x6b4403=_0x56e3da[_0x1b9ce9(0x2e4)](_0x3b1752=>{_0x5345f6(_0x3b1752);});return()=>_0x6b4403[_0x1b9ce9(0x3c6)]();},[_0x56e3da]);let _0x38c73d=(0x0,i[_0x449272(0x296)])(()=>{const _0x5c02fc=_0x449272;var _0x5d4e68;return(_0x5d4e68=_0xe8b050==null?void 0x0:_0xe8b050[_0x5c02fc(0x744)][_0x5c02fc(0x320)]())==null?[]:_0x5d4e68;},[_0xe8b050,_0x57dc48]),_0x2dc79a=_0xe8b050==null||(_0x3a4d45=_0xe8b050[_0x449272(0x744)][_0x449272(0x285)]())==null?void 0x0:_0x3a4d45['getId'](),_0x13f1ea=Math[_0x449272(0x62f)](0x0,_0x38c73d[_0x449272(0x1b5)](_0x4fcd95=>_0x4fcd95[_0x449272(0x692)]()===_0x2dc79a)),_0x27e163=_0x38c73d['length'],_0x52030e=Wc({'active':_0x250cbe,'embedId':_0x48af1a,'fullscreen':_0x30a970,'renderScopeActive':_0x45811b,'usesDomFloatingStage':_0x130d38})===_0x449272(0x55f),_0x104197=()=>{const _0x40f422=_0x449272;_0x5c814e[_0x40f422(0x27a)]({'hostUnitId':_0x5bc2fd,'embedId':_0x48af1a,'childUnitId':_0x578385},_0x40f422(0x55f)),_0x24efae[_0x40f422(0x447)](_0x578385);},_0x28552b=_0x1899ea=>{const _0x44fda4=_0x449272;let _0x4e46d7=_0x38c73d[_0x1899ea];!_0x4e46d7||!_0xe8b050||(_0x104197(),_0xe8b050[_0x44fda4(0x744)]['setActiveSlide'](_0x4e46d7[_0x44fda4(0x692)]()),_0x49bde0(_0x417fd5=>_0x417fd5+0x1));};return(0x0,o[_0x449272(0x1f5)])('div',{'className':Kc({'entry':_0x27999d,'fullscreen':_0x30a970,'stage':_0x52030e?_0x449272(0x55f):_0x449272(0x25f)}),'data-embed-floating-menu':_0x449272(0x718),'data-embed-id':_0x48af1a,'data-embed-float-stage':_0x52030e?_0x449272(0x55f):'inactive','onPointerDown':_0x47d13d=>_0x47d13d['stopPropagation'](),'children':[(0x0,o[_0x449272(0x1ab)])(qc,{'title':_0x449272(0x46f),'disabled':_0x13f1ea<=0x0,'onClick':()=>_0x28552b(_0x13f1ea-0x1),'children':(0x0,o[_0x449272(0x1ab)])(n[_0x449272(0x524)],{})}),(0x0,o[_0x449272(0x1ab)])(qc,{'title':'Next\x20page','disabled':_0x27e163===0x0||_0x13f1ea>=_0x27e163-0x1,'onClick':()=>_0x28552b(_0x13f1ea+0x1),'children':(0x0,o[_0x449272(0x1ab)])(n[_0x449272(0x598)],{})}),(0x0,o[_0x449272(0x1ab)])(s['DropdownMenu'],{'align':_0x449272(0x659),'sideOffset':0x6,'data-embed-id':_0x48af1a,'data-embed-floating-menu-popup':_0x449272(0x718),'items':[{'type':_0x449272(0x523),'value':String(_0x13f1ea),'hideIndicator':!0x0,'options':_0x38c73d[_0x449272(0x4ff)]((_0x17c257,_0xd5958e)=>({'label':'Slide\x20'+(_0xd5958e+0x1),'value':String(_0xd5958e)})),'onSelect':_0x209d04=>_0x28552b(Number(_0x209d04))}],'children':(0x0,o[_0x449272(0x1f5)])(s[_0x449272(0x68b)],{'type':_0x449272(0x675),'size':_0x449272(0x6a0),'variant':_0x449272(0x192),'className':_0x449272(0x2a8),'title':'Select\x20page','children':[(0x0,o[_0x449272(0x1ab)])(_0x449272(0x67c),{'children':_0x27e163===0x0?_0x449272(0x2b5):_0x13f1ea+0x1+'\x20/\x20'+_0x27e163}),(0x0,o[_0x449272(0x1ab)])(n[_0x449272(0x319)],{'className':_0x449272(0x198)})]})}),(0x0,o['jsx'])(Jc,{}),(0x0,o['jsx'])(qc,{'title':_0x449272(0x376),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{_0x51e166['executeCommand'](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x5bc2fd,'embedId':_0x48af1a});},'children':(0x0,o['jsx'])(n[_0x449272(0x2c6)],{})})]});}function Kc(_0xa1415d){const _0x2f6460=_0xf1d127;let {entry:_0x418d1d,fullscreen:_0x118fb1,stage:_0x40e769}=_0xa1415d;return(0x0,s[_0x2f6460(0x5f7)])(_0x2f6460(0x5dd),{'univer-hidden':_0x40e769!==_0x2f6460(0x55f),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x118fb1,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x118fb1,'-univer-top-9':!_0x118fb1&&_0x418d1d!==_0x2f6460(0x653),'univer-top-0':!_0x118fb1&&_0x418d1d===_0x2f6460(0x653)});}function qc(_0x107b8a){const _0x1e12f8=_0xf1d127;let {children:_0x48b919,title:_0x4de8a8,disabled:_0x527d0b,className:_0x1eb6b0,onClick:_0x498e66}=_0x107b8a;return(0x0,o['jsx'])(s[_0x1e12f8(0x68b)],{'type':'button','size':'small','variant':_0x1e12f8(0x192),'className':[_0x1e12f8(0x1e9),_0x1eb6b0][_0x1e12f8(0x70c)](Boolean)[_0x1e12f8(0x4bb)]('\x20'),'title':_0x4de8a8,'aria-label':_0x4de8a8,'disabled':_0x527d0b,'onClick':_0x498e66,'children':_0x48b919});}function Jc(){const _0x10ad6f=_0xf1d127;return(0x0,o[_0x10ad6f(0x1ab)])(_0x10ad6f(0x67c),{'className':_0x10ad6f(0x74b)});}function Yc(){const _0x3dc912=_0xf1d127;return Ba({'childType':e[_0x3dc912(0x50c)][_0x3dc912(0x329)],'mount':Xc});}function Xc(_0x1a6805){const _0x3d0d73=_0xf1d127;let _0x386e03=za(_0x1a6805),_0x4b1888=document[_0x3d0d73(0x5c9)]('div');_0x4b1888[_0x3d0d73(0x693)](_0x3d0d73(0x650),_0x1a6805[_0x3d0d73(0x4da)][_0x3d0d73(0x6ee)]),_0x386e03[_0x3d0d73(0x694)](_0x4b1888);let _0x25f0e9=Or(_0x4b1888),_0x555cb2=_0x1a6805['injector'][_0x3d0d73(0x1f9)](W),_0x59ee7e=_0x1a6805['injector'][_0x3d0d73(0x1f9)](e[_0x3d0d73(0x16b)]),_0x4ebf97=_0x1a6805[_0x3d0d73(0x158)][_0x3d0d73(0x1f9)](e[_0x3d0d73(0x432)]),_0x4d95b3=_0x4ebf97[_0x3d0d73(0x485)](_0x1a6805[_0x3d0d73(0x28d)],e['UniverInstanceType'][_0x3d0d73(0x329)]);return _0x25f0e9[_0x3d0d73(0x642)]((0x0,i[_0x3d0d73(0x5c9)])(Z,{'injector':_0x1a6805['runtimeScope'][_0x3d0d73(0x158)],'mountContainer':_0x386e03,'embedId':_0x1a6805[_0x3d0d73(0x5b8)]},(0x0,i[_0x3d0d73(0x5c9)])(Gc,{'hostUnitId':_0x1a6805[_0x3d0d73(0x448)],'entry':_0x1a6805[_0x3d0d73(0x4da)][_0x3d0d73(0x6ee)],'embedId':_0x1a6805[_0x3d0d73(0x5b8)],'childUnitId':_0x1a6805['childUnitId'],'slideModel':_0x4d95b3==null?null:_0x4d95b3,'floatingActiveService':_0x555cb2,'commandService':_0x59ee7e,'instanceService':_0x4ebf97,'fullscreen':!!_0x1a6805['renderScope'][_0x3d0d73(0x5ed)],'usesDomFloatingStage':_0x1a6805[_0x3d0d73(0x4da)][_0x3d0d73(0x6ee)]!==_0x3d0d73(0x206),'renderScopeActive$':_0x1a6805[_0x3d0d73(0x3eb)][_0x3d0d73(0x172)]}))),(0x0,e[_0x3d0d73(0x211)])(()=>{const _0x1d6bed=_0x3d0d73;kr(_0x25f0e9),globalThis[_0x1d6bed(0x4ce)](()=>_0x4b1888[_0x1d6bed(0x331)](),0x0);});}function Zc(_0x564798,_0x4a5cb3,_0x533b09){return{...(0x0,t['createProSlidesPageListBlockHostAdapterContribution'])(_0x564798,_0x4a5cb3),'activateAnchor':_0x552191=>{const _0x2a163f=_0x481e;_0x533b09==null||_0x533b09['unmountFloatingSessions'](_0x552191['hostUnitId']),_0x552191[_0x2a163f(0x4da)][_0x2a163f(0x28d)]&&(_0x4a5cb3==null||_0x4a5cb3[_0x2a163f(0x447)](_0x552191[_0x2a163f(0x4da)]['childUnitId']));let _0x45e4d6=_0x4a5cb3==null?void 0x0:_0x4a5cb3[_0x2a163f(0x485)](_0x552191[_0x2a163f(0x448)],e['UniverInstanceType'][_0x2a163f(0x329)]),_0xd565e4=()=>{const _0x4fc2ca=_0x2a163f;var _0x1e656c,_0x24766c;return _0x45e4d6==null||(_0x1e656c=_0x45e4d6[_0x4fc2ca(0x744)])==null||(_0x24766c=_0x1e656c[_0x4fc2ca(0x1b8)])==null?void 0x0:_0x24766c[_0x4fc2ca(0x511)](_0x1e656c,_0x552191['hostAnchorId']);};if(typeof window>'u'){_0xd565e4();return;}window[_0x2a163f(0x2c2)](_0xd565e4);}};}function Qc(){const _0x5f474e=_0xf1d127;return{'hostType':e[_0x5f474e(0x50c)][_0x5f474e(0x329)],'entry':_0x5f474e(0x206),'layout':_0x5f474e(0x44a),'supportedLayouts':[_0x5f474e(0x44a),'doc-width-scale',_0x5f474e(0x72d)],'menuBehavior':_0x5f474e(0x3b0),'mount':_0x3ced51=>{const _0x47506a=_0x5f474e;let _0x4827d5=el('data-embed-slides-floating-object-host',_0x3ced51['descriptor'][_0x47506a(0x173)]);return _0x4827d5?{'hostElement':_0x4827d5}:{};}};}function $c(){const _0x45a05b=_0xf1d127;return{'hostType':e['UniverInstanceType'][_0x45a05b(0x329)],'entry':_0x45a05b(0x333),'layout':_0x45a05b(0x3c3),'supportedLayouts':['tab-peer'],'menuBehavior':_0x45a05b(0x32c),'mount':_0x23f67f=>{const _0x2940df=_0x45a05b;let _0x2fe76c=el(_0x2940df(0x6d6),_0x23f67f[_0x2940df(0x4da)][_0x2940df(0x173)]);return _0x2fe76c?{'hostElement':_0x2fe76c}:{};}};}function el(_0x274642,_0x11ad7a){const _0x4a837b=_0xf1d127;return document[_0x4a837b(0x673)]('['+_0x274642+'=\x22'+tl(_0x11ad7a)+'\x22]');}function tl(_0xcb6952){const _0x68213=_0xf1d127;return _0xcb6952['replace'](/\\/g,'\x5c\x5c')[_0x68213(0x160)](/"/g,'\x5c\x22');}function nl(){const _0x9d1aec=_0xf1d127;return{'childType':e[_0x9d1aec(0x50c)][_0x9d1aec(0x329)],'handleWheel':()=>!0x1};}const rl=0x10/0x9;function il(_0x3467ce,_0x31c240=rl){const _0x4a0452=_0xf1d127;let _0x1ea458=Math[_0x4a0452(0x62f)](0x1,_0x3467ce[_0x4a0452(0x58b)]),_0x418b92=Math[_0x4a0452(0x62f)](0x1,_0x3467ce['height']),_0x38f33a=Number['isFinite'](_0x31c240)&&_0x31c240>0x0?_0x31c240:rl;return _0x1ea458/_0x418b92>_0x38f33a?{'width':_0x418b92*_0x38f33a,'height':_0x418b92}:{'width':_0x1ea458,'height':_0x1ea458/_0x38f33a};}function al(_0x642717={}){const _0x4e08e8=_0xf1d127;let {unitId:_0x3f22fe,active$:_0x5ad8ce}=_0x642717,_0x5bf6a0=ll(_0x5ad8ce,!0x0);return(0x0,o[_0x4e08e8(0x1f5)])(cl,{'children':[(0x0,o['jsx'])(l['SlideCanvasView'],{'previewMode':!0x0,'unitId':_0x3f22fe}),_0x5bf6a0&&(0x0,o[_0x4e08e8(0x1f5)])(o[_0x4e08e8(0x767)],{'children':[(0x0,o[_0x4e08e8(0x1ab)])(l[_0x4e08e8(0x6c1)],{}),(0x0,o['jsx'])(l['EditorUIFloatingContainer'],{})]})]});}function ol(_0x658c38={}){const _0x2da51d=_0xf1d127;let {unitId:_0x3cf179,render:_0x41add8}=_0x658c38;return(0x0,o[_0x2da51d(0x1ab)])(cl,{'readonly':!0x0,'children':_0x3cf179?(0x0,o['jsx'])(sl,{'unitId':_0x3cf179,'render':_0x41add8}):(0x0,o[_0x2da51d(0x1ab)])(l[_0x2da51d(0x5af)],{'previewMode':!0x0})});}function sl(_0x33a044){const _0x3785f7=_0xf1d127;let {unitId:_0x51bd6b,render:_0x656d01}=_0x33a044,_0x5987f0=(0x0,i[_0x3785f7(0x361)])(null),_0x15fa93=(0x0,r['useDependency'])(m[_0x3785f7(0x32a)]);return(0x0,i[_0x3785f7(0x453)])(()=>{const _0xdee2a9=_0x3785f7;let _0x2ac2cf=_0x5987f0[_0xdee2a9(0x487)];if(!_0x2ac2cf)return;let _0x596776=_0x656d01==null?_0x15fa93['getRenderById'](_0x51bd6b):_0x656d01;_0x596776&&(0x0,l[_0xdee2a9(0x47f)])(_0x596776,_0x2ac2cf);},[_0x656d01,_0x15fa93,_0x51bd6b]),(0x0,o['jsx'])(_0x3785f7(0x61c),{'ref':_0x5987f0,'className':'univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','data-embed-slide-readonly-canvas-host':_0x3785f7(0x718),'data-embed-child-render-unit-id':_0x51bd6b});}function cl(_0x1344f1){const _0x1adacd=_0xf1d127;let {children:_0x1e275b,readonly:_0x1fd396=!0x1}=_0x1344f1,_0x44025e=(0x0,i['useRef'])(null),[_0x19652a,_0x3c53b1]=(0x0,i[_0x1adacd(0x604)])(null);return(0x0,i[_0x1adacd(0x453)])(()=>{const _0x4aa2f9=_0x1adacd;let _0x17ce2f=_0x44025e[_0x4aa2f9(0x487)];if(!_0x17ce2f)return;let _0x30be3c=()=>{const _0x5d238e=_0x4aa2f9;let _0x2de5bb=_0x17ce2f['getBoundingClientRect']();_0x3c53b1(il({'width':_0x2de5bb[_0x5d238e(0x58b)]||_0x17ce2f[_0x5d238e(0x151)],'height':_0x2de5bb['height']||_0x17ce2f['clientHeight']}));};if(_0x30be3c(),typeof ResizeObserver>'u')return;let _0x2abfd3=new ResizeObserver(_0x30be3c);return _0x2abfd3['observe'](_0x17ce2f),()=>_0x2abfd3[_0x4aa2f9(0x441)]();},[]),(0x0,o[_0x1adacd(0x1ab)])(_0x1adacd(0x61c),{'ref':_0x44025e,'className':_0x1adacd(0x5cc),'data-embed-slide-floating-preview':_0x1adacd(0x718),'data-embed-slide-readonly-floating-preview':_0x1fd396?_0x1adacd(0x718):void 0x0,'children':(0x0,o[_0x1adacd(0x1ab)])(_0x1adacd(0x61c),{'className':_0x1adacd(0x493),'data-embed-slide-floating-page-frame':'true','style':{'width':_0x19652a?_0x19652a[_0x1adacd(0x58b)]+'px':_0x1adacd(0x704),'height':_0x19652a?_0x19652a[_0x1adacd(0x3d5)]+'px':'100%'},'children':_0x1e275b})});}function ll(_0x35f05c,_0x160109){const _0x5c6e02=_0xf1d127;let [_0x55bbf3,_0x58e2d8]=(0x0,i['useState'])(_0x160109);return(0x0,i[_0x5c6e02(0x196)])(()=>{const _0x1ea411=_0x5c6e02;if(!_0x35f05c){_0x58e2d8(_0x160109);return;}let _0x254951=_0x35f05c[_0x1ea411(0x2e4)](_0x260151=>_0x58e2d8(_0x260151));return()=>_0x254951['unsubscribe']();},[_0x160109,_0x35f05c]),_0x55bbf3;}function ul(){const _0xd66b51=_0xf1d127;return{'childType':e[_0xd66b51(0x50c)][_0xd66b51(0x329)],'supportedLayouts':[_0xd66b51(0x3c3),_0xd66b51(0x72d),_0xd66b51(0x44a)],'beforeDeactivate':dl,'mount':fl};}function dl(_0x13a23c){const _0x464e45=_0xf1d127;let _0x338f13=_0x13a23c['runtimeScope'][_0x464e45(0x158)];if(!(_0x338f13!=null&&_0x338f13[_0x464e45(0x75f)](l[_0x464e45(0x57c)])))return;let _0x185aa4=_0x338f13[_0x464e45(0x1f9)](l['ISlideDrawingStateService']);_0x185aa4['clearActiveEditing'](),_0x185aa4[_0x464e45(0x5bd)]();}function fl(_0x715b36){const _0x483062=_0xf1d127;if(!_0x715b36[_0x483062(0x158)]['get'](e[_0x483062(0x432)])['getUnit'](_0x715b36[_0x483062(0x28d)],e[_0x483062(0x50c)][_0x483062(0x329)]))return;let _0x301c73=_0x715b36[_0x483062(0x435)][_0x483062(0x158)];if(!_0x301c73)return;let _0x3f63e1=_0x715b36['runtimeScope'][_0x483062(0x484)]['content'],_0x2778bd=_0x715b36['runtimeScope'][_0x483062(0x484)][_0x483062(0x748)],_0x52a5ec=_0x715b36['injector'][_0x483062(0x1f9)](m['IRenderManagerService']),_0x5f2d9d=pl(_0x715b36),_0x5d83af=_0x2778bd?Ii(_0x52a5ec,_0x715b36['childUnitId'],_0x301c73):void 0x0;if(_0x5d83af&&_0x2778bd&&!_0x5f2d9d){try{var _0x43becd,_0xc0900c;(_0x43becd=(_0xc0900c=_0x5d83af[_0x483062(0x1e5)])[_0x483062(0x272)])==null||_0x43becd[_0x483062(0x511)](_0xc0900c);}catch{}_0x5d83af[_0x483062(0x1e5)][_0x483062(0x25a)](_0x2778bd),Ri(_0x5d83af,{'activate':!0x0}),_0x2778bd['dataset'][_0x483062(0x4eb)]=_0x715b36[_0x483062(0x28d)],_0x2778bd[_0x483062(0x24f)][_0x483062(0x3b2)]=_0x483062(0x4e7);}let _0x36664=Or(_0x3f63e1);return _0x3f63e1['dataset'][_0x483062(0x4eb)]=_0x715b36[_0x483062(0x28d)],_0x3f63e1[_0x483062(0x24f)][_0x483062(0x3b2)]=_0x483062(0x540),_0x36664['render']((0x0,o[_0x483062(0x1ab)])(Z,{'injector':_0x301c73,'mountContainer':_0x715b36[_0x483062(0x435)][_0x483062(0x484)][_0x483062(0x5b6)],'embedId':_0x715b36[_0x483062(0x5b8)],'children':_0x5f2d9d?(0x0,o[_0x483062(0x1ab)])(al,{'unitId':_0x715b36[_0x483062(0x28d)],'active$':_0x715b36[_0x483062(0x3eb)][_0x483062(0x172)]}):(0x0,o['jsx'])(l['SlideEmbedChildWorkbench'],{})})),(0x0,e[_0x483062(0x211)])(()=>{const _0x279dba=_0x483062;try{var _0x33327b,_0x54009b;_0x5d83af==null||(_0x54009b=(_0x33327b=_0x5d83af['engine'])[_0x279dba(0x272)])==null||_0x54009b['call'](_0x33327b);}catch{}_0x52a5ec[_0x279dba(0x36d)](_0x715b36[_0x279dba(0x28d)]),kr(_0x36664),_0x3f63e1[_0x279dba(0x46b)]&&(_0x3f63e1[_0x279dba(0x535)](_0x279dba(0x72a)),_0x3f63e1[_0x279dba(0x535)](_0x279dba(0x5ef))),_0x2778bd!=null&&_0x2778bd[_0x279dba(0x46b)]&&(_0x2778bd[_0x279dba(0x535)](_0x279dba(0x72a)),_0x2778bd[_0x279dba(0x535)](_0x279dba(0x5ef))),_0x301c73[_0x279dba(0x5f2)]();});}function pl(_0x5193e4){const _0x5c18b7=_0xf1d127;return _0x5193e4[_0x5c18b7(0x3eb)][_0x5c18b7(0x2eb)]==='float'&&!_0x5193e4['renderScope'][_0x5c18b7(0x5ed)]&&_0x5193e4[_0x5c18b7(0x42c)]===_0x5c18b7(0x72d);}let ml=class{constructor(_0x36a104,_0x55bc12){const _0x596bc0=_0xf1d127;this['_instanceService']=_0x36a104,this[_0x596bc0(0x503)]=_0x55bc12,H(this,_0x596bc0(0x3dc),e[_0x596bc0(0x50c)][_0x596bc0(0x329)]);}['collectViewState'](_0x29cad8){const _0x525ceb=_0xf1d127;var _0x123ce7,_0x2cc999,_0x211ed2;let _0x162f6a=this[_0x525ceb(0x2b3)](_0x29cad8[_0x525ceb(0x28d)]),_0x3cfdcd=(_0x123ce7=_0x162f6a==null||(_0x2cc999=_0x162f6a[_0x525ceb(0x744)]['getActiveSlide']())==null?void 0x0:_0x2cc999[_0x525ceb(0x692)]())==null?'':_0x123ce7;return{'unitId':_0x29cad8[_0x525ceb(0x28d)],'pageId':_0x3cfdcd,'scaleMode':_0x525ceb(0x64f),'zoomRatio':_0x162f6a==null||(_0x211ed2=_0x162f6a[_0x525ceb(0x178)])==null?void 0x0:_0x211ed2[_0x525ceb(0x511)](_0x162f6a)};}['restoreViewState'](_0x15bac4,_0x4542f0){const _0x56ef37=_0xf1d127;let _0x37a84e=this[_0x56ef37(0x2b3)](_0x15bac4[_0x56ef37(0x28d)]);!_0x37a84e||!_0x4542f0[_0x56ef37(0x41a)]||!_0x37a84e[_0x56ef37(0x744)][_0x56ef37(0x31d)](_0x4542f0['pageId'])||_0x37a84e[_0x56ef37(0x744)][_0x56ef37(0x1b8)](_0x4542f0['pageId']);}[_0xf1d127(0x75b)](_0x3ddc90){const _0x2afb84=_0xf1d127;var _0x55b429,_0x45752e,_0x2935dc;let _0x4add41=this[_0x2afb84(0x2b3)](_0x3ddc90['childUnitId']),_0x25299a=(_0x55b429=_0x3ddc90['viewState'])==null?void 0x0:_0x55b429[_0x2afb84(0x41a)];_0x4add41&&_0x25299a&&_0x4add41[_0x2afb84(0x744)][_0x2afb84(0x31d)](_0x25299a)&&_0x4add41['pageManager']['setActiveSlide'](_0x25299a);let _0x24300f=this[_0x2afb84(0x583)](_0x3ddc90[_0x2afb84(0x28d)]),_0x51a06c=_0x24300f==null||(_0x45752e=_0x24300f['engine'])==null||(_0x2935dc=_0x45752e[_0x2afb84(0x5f3)])==null?void 0x0:_0x2935dc[_0x2afb84(0x511)](_0x45752e);if(_0x24300f&&(!_0x51a06c||_0x51a06c[_0x2afb84(0x58b)]<=0x1||_0x51a06c[_0x2afb84(0x3d5)]<=0x1)&&(_0x51a06c=hl(_0x24300f,_0x3ddc90[_0x2afb84(0x58b)],_0x3ddc90[_0x2afb84(0x3d5)])),!(!_0x51a06c||_0x51a06c['width']<=0x1||_0x51a06c['height']<=0x1||typeof _0x51a06c['toDataURL']!='function'))try{var _0x4e5afb,_0x349b46;let _0x1e98a8=_0x4add41?(0x0,l[_0x2afb84(0x467)])(_0x4add41[_0x2afb84(0x2dc)]()['defaultPageSize']):void 0x0,_0x28c733=_0x1e98a8?_0x1e98a8[_0x2afb84(0x58b)]/_0x1e98a8['height']:void 0x0,_0x27864d=(_0x4e5afb=vl(_0x24300f,_0x51a06c['width'],_0x51a06c[_0x2afb84(0x3d5)]))==null?_0x28c733?gl(_0x51a06c[_0x2afb84(0x58b)],_0x51a06c[_0x2afb84(0x3d5)],_0x28c733):void 0x0:_0x4e5afb;return(_0x349b46=yl(_0x51a06c,_0x3ddc90[_0x2afb84(0x58b)],_0x3ddc90[_0x2afb84(0x3d5)],_0x3ddc90['dpr'],_0x27864d))==null?_0x51a06c[_0x2afb84(0x5b2)](_0x2afb84(0x1d0)):_0x349b46;}catch{return;}}[_0xf1d127(0x2b3)](_0x5cbff1){const _0x273b25=_0xf1d127;var _0x1130ed;return(_0x1130ed=this['_instanceService'][_0x273b25(0x485)](_0x5cbff1,e[_0x273b25(0x50c)][_0x273b25(0x329)]))==null?void 0x0:_0x1130ed;}[_0xf1d127(0x583)](_0x474683){const _0x450d53=_0xf1d127;let _0x3b7542=this[_0x450d53(0x503)][_0x450d53(0x481)](_0x474683);if(_0x3b7542)return _0x3b7542;try{return this[_0x450d53(0x503)][_0x450d53(0x4fd)](_0x474683);}catch{return;}}};ml=Ne([Y(0x0,e['IUniverInstanceService']),Y(0x1,m['IRenderManagerService'])],ml);function hl(_0x168605,_0x2c0cb1,_0x129edd){const _0x4d9fa9=_0xf1d127;if(typeof document>'u')return;let _0x5365c5=_0x168605[_0x4d9fa9(0x1e5)],_0x870bc6=_0x168605[_0x4d9fa9(0x407)];if(!(_0x5365c5!=null&&_0x5365c5[_0x4d9fa9(0x156)])||!_0x5365c5[_0x4d9fa9(0x5e1)])return;let _0x46bd94=document[_0x4d9fa9(0x5c9)](_0x4d9fa9(0x61c));_0x46bd94[_0x4d9fa9(0x4e4)]['position']=_0x4d9fa9(0x5e6),_0x46bd94[_0x4d9fa9(0x4e4)][_0x4d9fa9(0x356)]=_0x4d9fa9(0x4cb),_0x46bd94[_0x4d9fa9(0x4e4)][_0x4d9fa9(0x3c9)]=_0x4d9fa9(0x4cb),_0x46bd94[_0x4d9fa9(0x4e4)][_0x4d9fa9(0x58b)]=Math[_0x4d9fa9(0x62f)](0x1,Math[_0x4d9fa9(0x20e)](_0x2c0cb1))+'px',_0x46bd94['style'][_0x4d9fa9(0x3d5)]=Math[_0x4d9fa9(0x62f)](0x1,Math[_0x4d9fa9(0x20e)](_0x129edd))+'px',_0x46bd94[_0x4d9fa9(0x4e4)][_0x4d9fa9(0x554)]=_0x4d9fa9(0x315),_0x46bd94[_0x4d9fa9(0x24f)][_0x4d9fa9(0x4c5)]=_0x4d9fa9(0x718),document[_0x4d9fa9(0x3e8)][_0x4d9fa9(0x694)](_0x46bd94);try{var _0x25cc69,_0x216ce0,_0xf6d904;return _0x5365c5[_0x4d9fa9(0x156)](_0x46bd94),_0x5365c5[_0x4d9fa9(0x5e1)](),_0x870bc6==null||(_0x25cc69=_0x870bc6[_0x4d9fa9(0x478)])==null||_0x25cc69[_0x4d9fa9(0x511)](_0x870bc6,!0x0),_0x870bc6==null||(_0x216ce0=_0x870bc6[_0x4d9fa9(0x642)])==null||_0x216ce0[_0x4d9fa9(0x511)](_0x870bc6),(_0xf6d904=_0x5365c5['getCanvasElement'])==null?void 0x0:_0xf6d904['call'](_0x5365c5);}finally{_0x46bd94['remove']();}}function gl(_0x188c97,_0x5ae849,_0x3d2452){const _0x96a92f=_0xf1d127;let _0x11adc6=Math[_0x96a92f(0x62f)](0x1,Math[_0x96a92f(0x20e)](_0x188c97)),_0x525066=Math[_0x96a92f(0x62f)](0x1,Math[_0x96a92f(0x20e)](_0x5ae849));if(!Number['isFinite'](_0x3d2452)||_0x3d2452<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x11adc6,'sHeight':_0x525066};if(_0x11adc6/_0x525066>_0x3d2452){let _0x35ade8=Math[_0x96a92f(0x20e)](_0x525066*_0x3d2452);return{'sx':Math[_0x96a92f(0x62f)](0x0,Math[_0x96a92f(0x20e)]((_0x11adc6-_0x35ade8)/0x2)),'sy':0x0,'sWidth':_0x35ade8,'sHeight':_0x525066};}let _0x3ba7a5=Math['round'](_0x11adc6/_0x3d2452);return{'sx':0x0,'sy':Math[_0x96a92f(0x62f)](0x0,Math[_0x96a92f(0x20e)]((_0x525066-_0x3ba7a5)/0x2)),'sWidth':_0x11adc6,'sHeight':_0x3ba7a5};}function _l(_0x352699,_0x245348,_0x35f73c,_0x1d5393,_0x438005){const _0x3f334c=_0xf1d127;if(typeof _0x35f73c[_0x3f334c(0x356)]!=_0x3f334c(0x541)||typeof _0x35f73c[_0x3f334c(0x3c9)]!=_0x3f334c(0x541)||typeof _0x35f73c[_0x3f334c(0x58b)]!=_0x3f334c(0x541)||typeof _0x35f73c['height']!=_0x3f334c(0x541)||_0x35f73c[_0x3f334c(0x58b)]<=0x0||_0x35f73c[_0x3f334c(0x3d5)]<=0x0)return;let _0x4cadf6=Math[_0x3f334c(0x62f)](0x0,Math[_0x3f334c(0x20e)](_0x35f73c[_0x3f334c(0x356)]*_0x1d5393)),_0x28f389=Math[_0x3f334c(0x62f)](0x0,Math['round'](_0x35f73c[_0x3f334c(0x3c9)]*_0x438005));return{'sx':_0x4cadf6,'sy':_0x28f389,'sWidth':Math[_0x3f334c(0x48c)](Math[_0x3f334c(0x62f)](0x1,Math['round'](_0x35f73c[_0x3f334c(0x58b)]*_0x1d5393)),Math[_0x3f334c(0x62f)](0x1,Math[_0x3f334c(0x20e)](_0x352699-_0x4cadf6))),'sHeight':Math[_0x3f334c(0x48c)](Math[_0x3f334c(0x62f)](0x1,Math[_0x3f334c(0x20e)](_0x35f73c[_0x3f334c(0x3d5)]*_0x438005)),Math['max'](0x1,Math[_0x3f334c(0x20e)](_0x245348-_0x28f389)))};}function vl(_0x27baea,_0x233d1e,_0x26469){const _0x23814c=_0xf1d127;var _0x303f4e,_0x55f6ee,_0xa4ea71,_0x4a3511,_0x250b9e,_0x1e6705;let _0x58cd7a=_0x27baea==null?void 0x0:_0x27baea[_0x23814c(0x407)],_0x11ad6d=_0x58cd7a==null||(_0x303f4e=_0x58cd7a['getObject'])==null?void 0x0:_0x303f4e['call'](_0x58cd7a,l[_0x23814c(0x579)]),_0x1be453=_0x58cd7a==null||(_0x55f6ee=_0x58cd7a[_0x23814c(0x5f6)])==null?void 0x0:_0x55f6ee[_0x23814c(0x511)](_0x58cd7a),_0x3655f8=(_0xa4ea71=(_0x4a3511=_0x1be453==null?void 0x0:_0x1be453[_0x23814c(0x193)])==null?_0x58cd7a==null?void 0x0:_0x58cd7a[_0x23814c(0x193)]:_0x4a3511)==null?0x1:_0xa4ea71,_0x53fd57=(_0x250b9e=(_0x1e6705=_0x1be453==null?void 0x0:_0x1be453[_0x23814c(0x31b)])==null?_0x58cd7a==null?void 0x0:_0x58cd7a[_0x23814c(0x31b)]:_0x1e6705)==null?_0x3655f8:_0x250b9e;return _0x11ad6d?_l(_0x233d1e,_0x26469,_0x11ad6d,_0x3655f8,_0x53fd57):void 0x0;}function yl(_0x18a06c,_0x4512ff,_0x3bd0cf,_0x506086,_0x2255b9){const _0x4a73d5=_0xf1d127;if(typeof document>'u'||!_0x2255b9)return;let _0x337d36=document[_0x4a73d5(0x5c9)](_0x4a73d5(0x748));_0x337d36[_0x4a73d5(0x58b)]=Math[_0x4a73d5(0x62f)](0x1,Math[_0x4a73d5(0x20e)](_0x4512ff*Math[_0x4a73d5(0x62f)](0x1,_0x506086||0x1))),_0x337d36[_0x4a73d5(0x3d5)]=Math['max'](0x1,Math[_0x4a73d5(0x20e)](_0x3bd0cf*Math['max'](0x1,_0x506086||0x1)));let _0xd923e9=null;try{_0xd923e9=_0x337d36[_0x4a73d5(0x377)]('2d');}catch{return;}if(_0xd923e9)return _0xd923e9['drawImage'](_0x18a06c,_0x2255b9['sx'],_0x2255b9['sy'],_0x2255b9['sWidth'],_0x2255b9[_0x4a73d5(0x460)],0x0,0x0,_0x337d36[_0x4a73d5(0x58b)],_0x337d36[_0x4a73d5(0x3d5)]),_0x337d36[_0x4a73d5(0x5b2)](_0x4a73d5(0x1d0));}let bl=class{constructor(_0x392d47,_0x4ea13c){const _0x47a0b3=_0xf1d127;this[_0x47a0b3(0x238)]=_0x392d47,this[_0x47a0b3(0x503)]=_0x4ea13c,H(this,'childType',e['UniverInstanceType']['UNIVER_SLIDE']),H(this,'supportedLayouts',[_0x47a0b3(0x72d)]);}[_0xf1d127(0x25a)](_0x1ef4e8){const _0xd68677=_0xf1d127;var _0x2707cd;let _0x159c8f=this['_getSlideModel'](_0x1ef4e8['childUnitId']);if(!_0x159c8f)return;(_0x2707cd=_0x1ef4e8['viewState'])!=null&&_0x2707cd['pageId']&&_0x159c8f[_0xd68677(0x744)][_0xd68677(0x31d)](_0x1ef4e8[_0xd68677(0x4bf)][_0xd68677(0x41a)])&&_0x159c8f[_0xd68677(0x744)]['setActiveSlide'](_0x1ef4e8[_0xd68677(0x4bf)][_0xd68677(0x41a)]);let _0x5e172a=qe(xl(_0x1ef4e8));if(!_0x5e172a)return;let _0x49b12d=_0x1ef4e8['roots'][_0xd68677(0x748)]?Ii(this[_0xd68677(0x503)],_0x1ef4e8[_0xd68677(0x28d)],_0x5e172a):void 0x0;if(!_0x49b12d){_0x5e172a[_0xd68677(0x5f2)]();return;}_0x1ef4e8['roots'][_0xd68677(0x748)]&&(_0x1ef4e8[_0xd68677(0x484)][_0xd68677(0x748)]['dataset'][_0xd68677(0x4eb)]=_0x1ef4e8[_0xd68677(0x28d)],_0x1ef4e8[_0xd68677(0x484)][_0xd68677(0x748)]['dataset'][_0xd68677(0x3b2)]=_0xd68677(0x3ab));let _0x171474=Or(_0x1ef4e8[_0xd68677(0x484)][_0xd68677(0x69b)]);return _0x1ef4e8[_0xd68677(0x484)]['content'][_0xd68677(0x24f)][_0xd68677(0x4eb)]=_0x1ef4e8[_0xd68677(0x28d)],_0x1ef4e8['roots'][_0xd68677(0x69b)]['dataset'][_0xd68677(0x3b2)]=_0xd68677(0x2f8),_0x171474['render']((0x0,o['jsx'])(Z,{'injector':_0x5e172a,'mountContainer':_0x1ef4e8['roots']['root'],'embedId':_0x1ef4e8[_0xd68677(0x5b8)],'children':(0x0,o['jsx'])(ol,{'unitId':_0x1ef4e8[_0xd68677(0x28d)],'render':_0x49b12d})})),(0x0,e[_0xd68677(0x211)])(()=>{const _0x30db5e=_0xd68677;var _0x51603e,_0x4f3861,_0x50ea66,_0x476ab7;try{var _0x4df5f0,_0x2076be;_0x49b12d==null||(_0x2076be=(_0x4df5f0=_0x49b12d['engine'])[_0x30db5e(0x272)])==null||_0x2076be[_0x30db5e(0x511)](_0x4df5f0);}catch{}(_0x51603e=(_0x4f3861=this[_0x30db5e(0x503)])['removeRender'])==null||_0x51603e[_0x30db5e(0x511)](_0x4f3861,_0x1ef4e8['childUnitId']),kr(_0x171474),_0x1ef4e8[_0x30db5e(0x484)][_0x30db5e(0x69b)][_0x30db5e(0x535)]('data-embed-child-render-unit-id'),_0x1ef4e8['roots'][_0x30db5e(0x69b)]['removeAttribute'](_0x30db5e(0x5ef)),(_0x50ea66=_0x1ef4e8['roots'][_0x30db5e(0x748)])==null||_0x50ea66[_0x30db5e(0x535)](_0x30db5e(0x72a)),(_0x476ab7=_0x1ef4e8[_0x30db5e(0x484)][_0x30db5e(0x748)])==null||_0x476ab7[_0x30db5e(0x535)]('data-embed-child-render-mode'),_0x5e172a[_0x30db5e(0x5f2)]();});}[_0xf1d127(0x6fb)](_0x2c0386){const _0x62b53a=_0xf1d127;var _0x142c68,_0x2db452,_0x11df4b;let _0x1a395c=this['_getSlideModel'](_0x2c0386['childUnitId']);if(!_0x1a395c)return!0x1;let _0x32af63=Math['abs'](_0x2c0386[_0x62b53a(0x51a)][_0x62b53a(0x2b8)])>=Math[_0x62b53a(0x6d1)](_0x2c0386[_0x62b53a(0x51a)][_0x62b53a(0x683)])?_0x2c0386[_0x62b53a(0x51a)][_0x62b53a(0x2b8)]:_0x2c0386[_0x62b53a(0x51a)][_0x62b53a(0x683)];if(_0x32af63===0x0)return!0x1;let _0x555cc4=Sl(_0x1a395c);if(_0x555cc4['length']<0x2)return!0x0;let _0x577ce6=(_0x142c68=(_0x2db452=_0x1a395c[_0x62b53a(0x744)]['getActiveSlide']())==null?void 0x0:_0x2db452['getId']())==null?_0x555cc4[0x0]:_0x142c68,_0x4be731=Math['max'](0x0,_0x555cc4[_0x62b53a(0x2bb)](_0x577ce6)),_0x26efcb=_0x555cc4[Math[_0x62b53a(0x62f)](0x0,Math['min'](_0x555cc4[_0x62b53a(0x65c)]-0x1,_0x4be731+(_0x32af63>0x0?0x1:-0x1)))];return!_0x26efcb||_0x26efcb===_0x577ce6?!0x0:(_0x1a395c['pageManager']['setActiveSlide'](_0x26efcb),_0x2c0386[_0x62b53a(0x565)]({'unitId':_0x2c0386[_0x62b53a(0x28d)],'pageId':_0x26efcb,'scaleMode':_0x62b53a(0x64f),'zoomRatio':(_0x11df4b=_0x1a395c[_0x62b53a(0x178)])==null?void 0x0:_0x11df4b['call'](_0x1a395c)}),!0x0);}[_0xf1d127(0x2b3)](_0x364851){const _0x20a68d=_0xf1d127;var _0x4e5290;return(_0x4e5290=this[_0x20a68d(0x238)][_0x20a68d(0x485)](_0x364851,e['UniverInstanceType']['UNIVER_SLIDE']))==null?void 0x0:_0x4e5290;}};bl=Ne([Y(0x0,e[_0xf1d127(0x432)]),Y(0x1,m['IRenderManagerService'])],bl);function xl(_0x59eac7){const _0xc27e01=_0xf1d127;let _0x14f327=()=>{};return{'descriptor':_0x59eac7['descriptor'],'layout':_0x59eac7[_0xc27e01(0x42c)],'injector':_0x59eac7['injector'],'hostElement':_0x59eac7[_0xc27e01(0x484)][_0xc27e01(0x1f2)],'container':_0x59eac7[_0xc27e01(0x484)]['root'],'hostUnitId':_0x59eac7['hostUnitId'],'embedId':_0x59eac7[_0xc27e01(0x5b8)],'childUnitId':_0x59eac7[_0xc27e01(0x28d)],'childType':_0x59eac7[_0xc27e01(0x3dc)],'renderScope':{'hostUnitId':_0x59eac7[_0xc27e01(0x448)],'hostAnchorId':_0x59eac7['descriptor'][_0xc27e01(0x173)],'embedId':_0x59eac7[_0xc27e01(0x5b8)],'childUnitId':_0x59eac7[_0xc27e01(0x28d)],'childType':_0x59eac7['childType'],'layout':_0x59eac7[_0xc27e01(0x42c)],'mode':_0xc27e01(0x622),'rootElement':_0x59eac7['roots']['root'],'contentRoot':_0x59eac7['roots'][_0xc27e01(0x69b)],'canvasRoot':_0x59eac7['roots']['canvas'],'active$':(0x0,a['of'])(!0x1)},'runtimeScope':{'descriptor':_0x59eac7['descriptor'],'host':{'unitId':_0x59eac7[_0xc27e01(0x448)],'type':_0x59eac7['descriptor'][_0xc27e01(0x500)],'anchorId':_0x59eac7[_0xc27e01(0x4da)][_0xc27e01(0x173)],'entry':_0x59eac7[_0xc27e01(0x4da)][_0xc27e01(0x6ee)],'layout':_0xc27e01(0x622)},'child':{'unitId':_0x59eac7[_0xc27e01(0x28d)],'type':_0x59eac7[_0xc27e01(0x3dc)]},'injector':_0x59eac7[_0xc27e01(0x158)],'roots':{'root':_0x59eac7[_0xc27e01(0x484)]['root'],'content':_0x59eac7[_0xc27e01(0x484)][_0xc27e01(0x69b)],'canvas':_0x59eac7[_0xc27e01(0x484)][_0xc27e01(0x748)],'overlay':_0x59eac7[_0xc27e01(0x484)]['root'],'popup':_0x59eac7[_0xc27e01(0x484)][_0xc27e01(0x1f2)]},'activate':_0x14f327,'deactivate':_0x14f327,'dispose':_0x14f327}};}function Sl(_0x2baf3c){const _0x350d3b=_0xf1d127;var _0x4e1822,_0x11021f,_0x13ce83,_0x5bd7a2;let _0x16afab=(_0x4e1822=_0x2baf3c[_0x350d3b(0x2dc)])==null?void 0x0:_0x4e1822[_0x350d3b(0x511)](_0x2baf3c)['slideOrder'];return Array['isArray'](_0x16afab)&&_0x16afab['length']>0x0?_0x16afab:(_0x11021f=(_0x13ce83=(_0x5bd7a2=_0x2baf3c[_0x350d3b(0x744)])[_0x350d3b(0x320)])==null?void 0x0:_0x13ce83[_0x350d3b(0x511)](_0x5bd7a2)[_0x350d3b(0x4ff)](_0x4bb0bf=>_0x4bb0bf[_0x350d3b(0x692)]())['filter'](Boolean))==null?[]:_0x11021f;}function Cl(_0xc2d200){Ki(_0xc2d200,'slides-ui.embed',wl);}function wl(_0x410e07){const _0x3d8c04=_0xf1d127;let _0x26dc92=_0x410e07[_0x3d8c04(0x1f9)](t[_0x3d8c04(0x764)]),_0x282c65=_0x410e07[_0x3d8c04(0x1f9)](It),_0x4a9e08=_0x410e07[_0x3d8c04(0x1f9)](Ft),_0x15ba45=_0x410e07[_0x3d8c04(0x1f9)](U),_0x331718=_0x410e07[_0x3d8c04(0x1f9)](X),_0x47f372=_0x410e07[_0x3d8c04(0x1f9)](qt),_0x8e2968=_0x410e07[_0x3d8c04(0x1f9)](Zt),_0x148ab9=_0x410e07['get'](Ui),_0x1d1ebf=_0x410e07['has'](t[_0x3d8c04(0x75a)])?_0x410e07[_0x3d8c04(0x1f9)](t[_0x3d8c04(0x75a)]):void 0x0,_0x25ba5b=_0x410e07[_0x3d8c04(0x75f)](e['IUniverInstanceService'])?_0x410e07[_0x3d8c04(0x1f9)](e[_0x3d8c04(0x432)]):void 0x0;_0x410e07[_0x3d8c04(0x75f)](l[_0x3d8c04(0x25c)])||_0x410e07['add']([l['ISlideEmbedRuntimeService'],{'useFactory':()=>Tl({'embedModelService':_0x410e07[_0x3d8c04(0x1f9)](t[_0x3d8c04(0x656)]),'mountService':_0x410e07[_0x3d8c04(0x1f9)](Ht),'activationService':_0x410e07[_0x3d8c04(0x1f9)](Gt),'sceneCanvasCaptureService':_0x410e07['has'](Rt)?_0x410e07[_0x3d8c04(0x1f9)](Rt):void 0x0})}]),_0x410e07['has'](l[_0x3d8c04(0x203)])||_0x410e07[_0x3d8c04(0x170)]([l[_0x3d8c04(0x203)],{'useFactory':()=>_0x410e07[_0x3d8c04(0x1f9)](W)}]),_0x410e07[_0x3d8c04(0x75f)](l[_0x3d8c04(0x2ba)])||_0x410e07[_0x3d8c04(0x170)]([l[_0x3d8c04(0x2ba)],{'useFactory':()=>_0x410e07[_0x3d8c04(0x1f9)](Ht)}]),_0x410e07[_0x3d8c04(0x75f)](l[_0x3d8c04(0x489)])||_0x410e07['add']([l[_0x3d8c04(0x489)],{'useFactory':()=>_0x410e07['get'](Gt)}]),_0x410e07[_0x3d8c04(0x75f)](l['ISlideEmbedFocusOwnerService'])||_0x410e07[_0x3d8c04(0x170)]([l[_0x3d8c04(0x5bc)],{'useFactory':()=>_0x410e07[_0x3d8c04(0x1f9)](t['EmbedFocusOwnerService'])}]),_0x410e07[_0x3d8c04(0x75f)](l['ISlideEmbedRuntimeFocusCoordinator'])||_0x410e07[_0x3d8c04(0x170)]([l[_0x3d8c04(0x1df)],{'useFactory':()=>_0x410e07['get'](J)}]),_0x410e07['has'](l[_0x3d8c04(0x6a8)])||_0x410e07[_0x3d8c04(0x170)]([l[_0x3d8c04(0x6a8)],{'useFactory':()=>({'render':_0x51dbd8=>(0x0,i['createElement'])(un,{..._0x51dbd8,'data':_0x51dbd8[_0x3d8c04(0x226)]})})}]),[(0x0,t[_0x3d8c04(0x773)])(_0x1d1ebf,_0x25ba5b,()=>_0x410e07['has'](B[_0x3d8c04(0x49c)])?_0x410e07[_0x3d8c04(0x1f9)](B[_0x3d8c04(0x49c)]):void 0x0),Zc(_0x1d1ebf,_0x25ba5b,_0x410e07[_0x3d8c04(0x1f9)](l[_0x3d8c04(0x25c)]))]['forEach'](_0x2c470a=>{const _0x1d35f2=_0x3d8c04;_0x26dc92['get'](_0x2c470a[_0x1d35f2(0x500)],_0x2c470a[_0x1d35f2(0x6ee)])||_0x26dc92[_0x1d35f2(0x251)](_0x2c470a);}),[Qc(),$c()][_0x3d8c04(0x4d6)](_0x3ce296=>{const _0x5e2a45=_0x3d8c04;_0x282c65['get'](_0x3ce296[_0x5e2a45(0x500)],_0x3ce296[_0x5e2a45(0x6ee)])||_0x282c65[_0x5e2a45(0x251)](_0x3ce296);});let _0x374b50=ul();_0x4a9e08[_0x3d8c04(0x1f9)](_0x374b50[_0x3d8c04(0x3dc)])||_0x4a9e08['register'](_0x374b50);let _0x422848=Uc();_0x15ba45[_0x3d8c04(0x1f9)](_0x422848[_0x3d8c04(0x3dc)])||_0x15ba45['register'](_0x422848),Yc()[_0x3d8c04(0x4d6)](_0x308637=>{const _0x4da662=_0x3d8c04;_0x331718[_0x4da662(0x633)](_0x308637[_0x4da662(0x500)],_0x308637[_0x4da662(0x6ee)],_0x308637[_0x4da662(0x3dc)])||_0x331718['register'](_0x308637);}),_0x47f372[_0x3d8c04(0x762)](_0x410e07[_0x3d8c04(0x682)](ml)),_0x8e2968[_0x3d8c04(0x1f9)](e['UniverInstanceType'][_0x3d8c04(0x329)])||_0x8e2968['register'](nl()),_0x148ab9[_0x3d8c04(0x1f9)](e[_0x3d8c04(0x50c)][_0x3d8c04(0x329)])||_0x148ab9[_0x3d8c04(0x251)](_0x410e07[_0x3d8c04(0x682)](bl));}function Tl(_0x104f4a){const _0x34e19b=_0xf1d127;let _0x58f49f=_0x17bb1f=>{const _0x528349=_0x481e;if(typeof _0x17bb1f==_0x528349(0x1cf))return _0x17bb1f;if(_0x17bb1f instanceof HTMLCanvasElement)try{return _0x17bb1f[_0x528349(0x5b2)](_0x528349(0x1d0));}catch{return;}};return{'mountPageList':_0xece4f6=>{const _0x34f401=_0x481e;var _0x3020f1,_0x2ca9c7;let _0x15c1e6={'embedId':_0xece4f6[_0x34f401(0x5b8)],'hostUnitId':_0xece4f6[_0x34f401(0x448)],'hostType':e['UniverInstanceType'][_0x34f401(0x329)],'entry':_0x34f401(0x333),'hostAnchorId':_0xece4f6[_0x34f401(0x173)],'childUnitId':_0xece4f6[_0x34f401(0x28d)],'childType':_0xece4f6[_0x34f401(0x3dc)],'source':{'unitType':_0xece4f6[_0x34f401(0x3dc)],'ref':{'file':{'kind':_0x34f401(0x51c)},'unit':{'selector':_0xece4f6[_0x34f401(0x28d)],'type':(0x0,t[_0x34f401(0x57f)])(_0xece4f6[_0x34f401(0x3dc)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x34f401(0x1f0),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x4ef6fb=(_0x3020f1=(_0x2ca9c7=_0x104f4a[_0x34f401(0x25d)])[_0x34f401(0x726)])==null?void 0x0:_0x3020f1[_0x34f401(0x511)](_0x2ca9c7,_0xece4f6['embedId']);return(_0x4ef6fb==null?void 0x0:_0x4ef6fb[_0x34f401(0x448)])===_0xece4f6[_0x34f401(0x448)]&&_0x4ef6fb[_0x34f401(0x6ee)]===_0x34f401(0x333)&&_0x4ef6fb[_0x34f401(0x28d)]===_0xece4f6[_0x34f401(0x28d)]?(_0x104f4a[_0x34f401(0x16c)][_0x34f401(0x306)](_0x15c1e6),(0x0,e[_0x34f401(0x211)])(()=>{})):(_0x104f4a[_0x34f401(0x25d)]['mount'](_0x15c1e6),_0x104f4a[_0x34f401(0x16c)][_0x34f401(0x306)](_0x15c1e6),(0x0,e[_0x34f401(0x211)])(()=>{const _0xedcf50=_0x34f401;_0x104f4a[_0xedcf50(0x16c)][_0xedcf50(0x479)](_0xece4f6[_0xedcf50(0x5b8)]),_0x104f4a['mountService']['unmount'](_0xece4f6['embedId']);}));},'mountFloatingObject':_0x1ad8a0=>{const _0x5ba637=_0x481e;var _0x3cccae;let _0x33337a=(_0x3cccae=_0x104f4a[_0x5ba637(0x573)][_0x5ba637(0x73c)](_0x1ad8a0[_0x5ba637(0x448)],_0x1ad8a0[_0x5ba637(0x5b8)]))==null?{'embedId':_0x1ad8a0[_0x5ba637(0x5b8)],'hostUnitId':_0x1ad8a0[_0x5ba637(0x448)],'hostType':e[_0x5ba637(0x50c)][_0x5ba637(0x329)],'entry':_0x5ba637(0x206),'hostAnchorId':_0x1ad8a0[_0x5ba637(0x173)],'childUnitId':_0x1ad8a0[_0x5ba637(0x28d)],'childType':_0x1ad8a0[_0x5ba637(0x3dc)],'source':{'unitType':_0x1ad8a0['childType'],'ref':{'file':{'kind':_0x5ba637(0x51c)},'unit':{'selector':_0x1ad8a0[_0x5ba637(0x28d)],'type':(0x0,t['toResourceRefUnitType'])(_0x1ad8a0[_0x5ba637(0x3dc)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x5ba637(0x44a),'fullscreen':!0x0},'tab':!0x1}}:_0x3cccae;return _0x104f4a['mountService'][_0x5ba637(0x4b7)](_0x33337a,_0x1ad8a0['hostElement']),(0x0,e[_0x5ba637(0x211)])(()=>{const _0x1b645f=_0x5ba637;_0x104f4a[_0x1b645f(0x25d)]['unmount'](_0x1ad8a0[_0x1b645f(0x5b8)]);});},'clearAndUnmount':_0x428c8b=>{const _0x2d31b0=_0x481e;_0x104f4a[_0x2d31b0(0x16c)][_0x2d31b0(0x479)](_0x428c8b),_0x104f4a[_0x2d31b0(0x25d)][_0x2d31b0(0x272)](_0x428c8b);},'unmountFloatingSessions':_0x1414b8=>{const _0x1db45e=_0x481e;_0x104f4a[_0x1db45e(0x25d)][_0x1db45e(0x645)]()[_0x1db45e(0x70c)](_0x4cb378=>_0x4cb378[_0x1db45e(0x448)]===_0x1414b8&&_0x4cb378[_0x1db45e(0x6ee)]===_0x1db45e(0x206))[_0x1db45e(0x4d6)](_0x4f165e=>_0x104f4a[_0x1db45e(0x25d)]['unmount'](_0x4f165e[_0x1db45e(0x5b8)]));},'listSessions':()=>_0x104f4a[_0x34e19b(0x25d)][_0x34e19b(0x645)]()[_0x34e19b(0x4ff)](_0x3c5f7a=>({'embedId':_0x3c5f7a[_0x34e19b(0x5b8)],'hostUnitId':_0x3c5f7a[_0x34e19b(0x448)],'entry':_0x3c5f7a[_0x34e19b(0x6ee)],'childType':_0x3c5f7a[_0x34e19b(0x3dc)],'childUnitId':_0x3c5f7a[_0x34e19b(0x28d)]})),'capturePreviewByHostAnchorId':async _0x25c29a=>{var _0x3dc234;return _0x58f49f(await((_0x3dc234=_0x104f4a['sceneCanvasCaptureService'])==null?void 0x0:_0x3dc234['captureByHostAnchorId'](_0x25c29a)));}};}function El(_0x3af05f){ss(_0x3af05f),Mc(_0x3af05f),Cl(_0x3af05f),So(_0x3af05f);}function Dl(){return[];}let Ol=class{constructor(_0x398989,_0x1d16a8){const _0x1f5c7b=_0xf1d127;this[_0x1f5c7b(0x2f6)]=_0x398989,this[_0x1f5c7b(0x2e0)]=_0x1d16a8;}[_0xf1d127(0x5a1)](_0x2b623c){const _0x188bb5=_0xf1d127;let _0x1ac77a=this['resolveStackUnitId'](_0x2b623c[_0x188bb5(0x5d1)]);return this[_0x188bb5(0x2e0)][_0x188bb5(0x38c)]({..._0x2b623c,'unitID':_0x1ac77a}),{'stackUnitId':_0x1ac77a,'routedToHost':_0x1ac77a!==_0x2b623c[_0x188bb5(0x5d1)]};}[_0xf1d127(0x65b)](_0x54305e){const _0x38b9b8=_0xf1d127;let _0xa8b5a3=this['_focusOwnerService'][_0x38b9b8(0x264)]();return!_0xa8b5a3||_0xa8b5a3['childUnitId']!==_0x54305e?_0x54305e:_0xa8b5a3[_0x38b9b8(0x448)];}};Ol=Ne([Y(0x0,(0x0,e[_0xf1d127(0x3ec)])(t[_0xf1d127(0x286)])),Y(0x1,e[_0xf1d127(0x6e0)])],Ol);let kl=class extends e[_0xf1d127(0x5c0)]{constructor(_0x440922=Sr,_0x25e2d2,_0xf94151){const _0x58cf8c=_0xf1d127;super(),this[_0x58cf8c(0x5b1)]=_0x440922,this['_injector']=_0x25e2d2,this[_0x58cf8c(0x391)]=_0xf94151;let {..._0x99f3de}=(0x0,e[_0x58cf8c(0x6e6)])({},Sr,this[_0x58cf8c(0x5b1)]);this[_0x58cf8c(0x391)]['setConfig'](xr,_0x99f3de),this[_0x58cf8c(0x1be)]();}[_0xf1d127(0x325)](){const _0x30be07=_0xf1d127;this['_enableEmbedUnitLeasePolicy'](),this[_0x30be07(0x456)](),this[_0x30be07(0x49d)](),this['_registerProductMenus'](),this[_0x30be07(0x23a)](),this[_0x30be07(0x2d0)](),this[_0x30be07(0x4b1)](),this[_0x30be07(0x1b7)]();}['onReady'](){const _0x1191fb=_0xf1d127;this[_0x1191fb(0x23a)]();}['_registerServices'](){const _0x5150d5=_0xf1d127;[[It],[Xt],[Be],[Gt],[Ft],[U],[W],[Jt],[X],[qt],[ki],[Yt],[Te],[K],[Ti],[Ei],[Ci],[Ht],[Lt],[Qt],[Zt],[$r],[Ui],[We],[J],[Rt],[Ol]][_0x5150d5(0x4d6)](_0x1e5b0c=>this['_injector'][_0x5150d5(0x170)](_0x1e5b0c)),this[_0x5150d5(0x224)][_0x5150d5(0x75f)](u[_0x5150d5(0x5cf)])||this[_0x5150d5(0x224)][_0x5150d5(0x170)]([u[_0x5150d5(0x5cf)],{'useFactory':()=>this[_0x5150d5(0x224)][_0x5150d5(0x1f9)](K)}]),this[_0x5150d5(0x224)][_0x5150d5(0x75f)](u['IDocEmbedRuntimeFocusCoordinator'])||this[_0x5150d5(0x224)][_0x5150d5(0x170)]([u[_0x5150d5(0x171)],{'useFactory':()=>this['_injector']['get'](J)}]),this[_0x5150d5(0x224)][_0x5150d5(0x75f)](f['ISheetEmbedInteractionBoundaryService'])||this['_injector'][_0x5150d5(0x170)]([f[_0x5150d5(0x4d7)],{'useFactory':()=>this[_0x5150d5(0x224)][_0x5150d5(0x1f9)](K)}]),this[_0x5150d5(0x224)][_0x5150d5(0x75f)](f['ISheetEmbedRuntimeFocusCoordinator'])||this[_0x5150d5(0x224)]['add']([f[_0x5150d5(0x654)],{'useFactory':()=>this[_0x5150d5(0x224)]['get'](J)}]),this[_0x5150d5(0x224)][_0x5150d5(0x75f)](f[_0x5150d5(0x5d4)])||this[_0x5150d5(0x224)]['add']([f[_0x5150d5(0x5d4)],{'useFactory':()=>this[_0x5150d5(0x224)]['get'](Jt)}]);}[_0xf1d127(0x413)](){const _0x19443b=_0xf1d127;Oi(this[_0x19443b(0x224)])[_0x19443b(0x4d6)](_0x5a7956=>this[_0x19443b(0x2b7)](_0x5a7956));}[_0xf1d127(0x1be)](){const _0x1f0924=_0xf1d127;if(!this[_0x1f0924(0x224)][_0x1f0924(0x75f)](e[_0x1f0924(0x534)]))return;let _0x2f0d32=this[_0x1f0924(0x224)][_0x1f0924(0x1f9)](e[_0x1f0924(0x534)]);[u[_0x1f0924(0x34b)],d[_0x1f0924(0x401)],c[_0x1f0924(0x18e)],l[_0x1f0924(0x2a4)],...ws][_0x1f0924(0x4d6)](_0x55bf6b=>{const _0x37538e=_0x1f0924;try{_0x2f0d32[_0x37538e(0x1a5)](_0x55bf6b);}catch(_0x4cf8f9){if(!Al(_0x4cf8f9,_0x55bf6b[_0x37538e(0x2f0)]))throw _0x4cf8f9;}});}['_registerProductUIContributions'](){El(this['_injector']);}[_0xf1d127(0x23a)](){const _0x3a4b6c=_0xf1d127;qi(this[_0x3a4b6c(0x224)]),Xr(this[_0x3a4b6c(0x224)]),Le(this[_0x3a4b6c(0x224)]);}[_0xf1d127(0x2d0)](){const _0xae39dc=_0xf1d127;var _0x45d4f5;let _0x2389d8=this[_0xae39dc(0x224)]['get'](X);((_0x45d4f5=this[_0xae39dc(0x5b1)][_0xae39dc(0x3a4)])==null?void 0x0:_0x45d4f5[_0xae39dc(0x56f)])!==!0x1&&Dl()['forEach'](_0x6cde11=>{const _0x23c2b2=_0xae39dc;_0x2389d8[_0x23c2b2(0x633)](_0x6cde11[_0x23c2b2(0x500)],_0x6cde11[_0x23c2b2(0x6ee)],_0x6cde11[_0x23c2b2(0x3dc)])||_0x2389d8[_0x23c2b2(0x251)](_0x6cde11);});}['_touchServices'](){const _0x352a9b=_0xf1d127;(0x0,e[_0x352a9b(0x758)])(this[_0x352a9b(0x224)],[[It],[Xt],[Be],[Gt],[Ft],[U],[W],[X],[qt],[ki],[Yt],[Te],[Ti],[Ei],[Ci],[Ht],[Lt],[Qt],[Zt],[$r],[Ui],[We],[J],[Rt],[Ol]]);}[_0xf1d127(0x1b7)](){const _0xa25106=_0xf1d127;var _0x3918f5;((_0x3918f5=this[_0xa25106(0x5b1)]['defaults'])==null?void 0x0:_0x3918f5[_0xa25106(0x5d6)])!==!0x1&&this[_0xa25106(0x224)][_0xa25106(0x75f)](r[_0xa25106(0x3f3)])&&this[_0xa25106(0x2b7)](this[_0xa25106(0x224)][_0xa25106(0x1f9)](r['IUIPartsService'])['registerComponent'](r[_0xa25106(0x20b)][_0xa25106(0x1ad)],()=>ui));}[_0xf1d127(0x207)](){const _0x2dfe14=_0xf1d127;this[_0x2dfe14(0x224)][_0x2dfe14(0x1f9)](t[_0x2dfe14(0x3d8)])[_0x2dfe14(0x732)]();}};H(kl,_0xf1d127(0x2f0),_0xf1d127(0x29d)),H(kl,_0xf1d127(0x3c0),Cr),H(kl,'version',wr),H(kl,_0xf1d127(0x5ea),e[_0xf1d127(0x50c)][_0xf1d127(0x71f)]),kl=Ne([(0x0,e['DependentOn'])(t[_0xf1d127(0x351)]),Y(0x1,(0x0,e[_0xf1d127(0x3ec)])(e[_0xf1d127(0x6f6)])),Y(0x2,e[_0xf1d127(0x72e)])],kl);function Al(_0x4a79bd,_0x48f9a1){const _0xe56af7=_0xf1d127;return _0x4a79bd instanceof Error&&_0x4a79bd[_0xe56af7(0x2ad)][_0xe56af7(0x3d4)]('duplicated\x20plugin\x20name')&&_0x4a79bd['message'][_0xe56af7(0x3d4)]('\x22'+_0x48f9a1+'\x22');}const jl=_0xf1d127(0x3bf);function Ml(_0xa742a){const _0x4a3ed5=_0xf1d127;var _0x1fc906,_0x230c52,_0x4e6db0,_0x45542f,_0x14ff07;if(!_0xa742a)return;let _0x3dac35=(_0x1fc906=(_0x230c52=_0xa742a[_0x4a3ed5(0x763)](_0x4a3ed5(0x291)))==null?void 0x0:_0x230c52[_0x4a3ed5(0x47c)](_0x4a3ed5(0x5b3)))==null?void 0x0:_0x1fc906,_0x31acae=Pl(_0xa742a,_0x3dac35),_0x5d9503=(_0x4e6db0=_0x31acae==null?void 0x0:_0x31acae['getAttribute']('data-embed-id'))==null?_0x3dac35:_0x4e6db0;if(_0x5d9503)return{'embedId':_0x5d9503,'hostUnitId':(_0x45542f=_0x31acae==null?void 0x0:_0x31acae[_0x4a3ed5(0x47c)](_0x4a3ed5(0x310)))==null?void 0x0:_0x45542f,'childUnitId':(_0x14ff07=_0x31acae==null?void 0x0:_0x31acae[_0x4a3ed5(0x47c)](_0x4a3ed5(0x21c)))==null?void 0x0:_0x14ff07,'childType':Il(_0x31acae)};}function Nl(_0x112281=document){const _0x59c4d3=_0xf1d127;let _0x371f6d=_0x112281['querySelector']('['+jl+_0x59c4d3(0x15d));if(_0x371f6d)return Ml(_0x371f6d);}function Pl(_0x261501,_0x3d6283){const _0x2a0a10=_0xf1d127;var _0x22f0c1,_0xd96c41;let _0x5533fd=_0x261501==null?void 0x0:_0x261501[_0x2a0a10(0x763)]('['+jl+_0x2a0a10(0x354));if(_0x5533fd&&(!_0x3d6283||_0x5533fd[_0x2a0a10(0x47c)]('data-embed-id')===_0x3d6283))return _0x5533fd;let _0xb97b0f=(_0x22f0c1=_0x261501==null?void 0x0:_0x261501[_0x2a0a10(0x5c1)])==null?typeof document>'u'?void 0x0:document:_0x22f0c1;return!_0xb97b0f||!_0x3d6283?_0x5533fd==null?void 0x0:_0x5533fd:(_0xd96c41=_0xb97b0f['querySelector']('[data-embed-float-dom=\x22true\x22][data-embed-id=\x22'+Fl(_0x3d6283)+'\x22]'))==null?void 0x0:_0xd96c41;}function Fl(_0x19db31){const _0x24c291=_0xf1d127;return _0x19db31['replace'](/\\/g,'\x5c\x5c')[_0x24c291(0x160)](/"/g,'\x5c\x22');}function Il(_0x291705){const _0x55b4a7=_0xf1d127;let _0x36c81a=_0x291705==null?void 0x0:_0x291705[_0x55b4a7(0x47c)](_0x55b4a7(0x62d));if(!(_0x36c81a==null||_0x36c81a===''))return Number(_0x36c81a);}exports[_0xf1d127(0x2b0)]=Bt,exports[_0xf1d127(0x2db)]=G,exports[_0xf1d127(0x21d)]=q,exports['EMBED_UI_PLUGIN_CONFIG_KEY']=xr,Object['defineProperty'](exports,_0xf1d127(0x6ca),{'enumerable':!0x0,'get':function(){return Gt;}}),exports[_0xf1d127(0x1d5)]=U,Object[_0xf1d127(0x6ed)](exports,'EmbedChildProductPluginRegistryService',{'enumerable':!0x0,'get':function(){return Be;}}),exports[_0xf1d127(0x23c)]=Ft,exports[_0xf1d127(0x262)]=ki,exports[_0xf1d127(0x5bb)]=Vt,exports[_0xf1d127(0x2c7)]=un,exports['EmbedFloatPreviewService']=qt,exports[_0xf1d127(0x74f)]=W,exports['EmbedFloatingGeometryService']=Jt,exports['EmbedFloatingMenuRegistryService']=X,exports[_0xf1d127(0x6f1)]=Yt,exports[_0xf1d127(0x3f6)]=xe,exports[_0xf1d127(0x64e)]=It,exports[_0xf1d127(0x20f)]=Te,Object[_0xf1d127(0x6ed)](exports,_0xf1d127(0x4cd),{'enumerable':!0x0,'get':function(){return Xt;}}),exports['EmbedInteractionBoundaryService']=K,Object[_0xf1d127(0x6ed)](exports,_0xf1d127(0x183),{'enumerable':!0x0,'get':function(){return Ht;}}),exports['EmbedOverlayRootService']=Lt,exports['EmbedPassiveViewportRegistryService']=Zt,exports['EmbedPassiveWheelHandlerRegistryService']=Qt,exports[_0xf1d127(0x58c)]=$r,exports[_0xf1d127(0x4f8)]=Ui,exports[_0xf1d127(0x4fb)]=J,exports['EmbedRuntimePolicyService']=We,exports[_0xf1d127(0x660)]=Z,exports[_0xf1d127(0x16d)]=Rt,exports[_0xf1d127(0x344)]=Rt,Object[_0xf1d127(0x6ed)](exports,_0xf1d127(0x5d8),{'enumerable':!0x0,'get':function(){return kl;}}),exports[_0xf1d127(0x5ec)]=zt,exports[_0xf1d127(0x57d)]=Ii,exports[_0xf1d127(0x5a6)]=At,exports[_0xf1d127(0x5db)]=qe,exports['createEmbedNoHeaderBlockContribution']=Qi,exports['createEmbedProductFloatingMenuContributions']=Ba,exports[_0xf1d127(0x615)]=Or,exports['createEmbedRenderCanvasPreviewProvider']=zi,exports[_0xf1d127(0x20c)]=Xi,exports[_0xf1d127(0x2bf)]=Je,exports[_0xf1d127(0x2fd)]=ot,exports[_0xf1d127(0x2ef)]=Sr,exports[_0xf1d127(0x33f)]=kr,exports['flushPendingEmbedChildProductPluginContributions']=Le,exports['flushPendingEmbedUIContributions']=qi,exports[_0xf1d127(0x591)]=Me,exports[_0xf1d127(0x43e)]=Ai,exports[_0xf1d127(0x360)]=Mi,exports[_0xf1d127(0x371)]=Ri,exports[_0xf1d127(0x666)]=Ie,exports[_0xf1d127(0x731)]=Yr,exports[_0xf1d127(0x5e0)]=Ki,exports['resolveActiveEmbedRuntimeDomScope']=Nl,exports[_0xf1d127(0x5a9)]=za,exports['resolveEmbedFloatingMenuStage']=pe,exports['resolveEmbedRuntimeDomScope']=Ml,exports[_0xf1d127(0x6fc)]=Oe,exports['scrollSceneViewportPassive']=Fo,exports['shouldPassDocsStickyVerticalWheelToHost']=Kt;
|