@univerjs-pro/embed-ui 1.0.0-alpha.8 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +135 -98
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +4 -40
- package/lib/types/components/EmbedHostToolbarMenu.d.ts +0 -26
- package/lib/types/components/embed-float-dom-data.d.ts +10 -0
- package/lib/types/components/embed-float-dom-geometry.d.ts +97 -0
- package/lib/types/components/embed-float-dom-interaction.d.ts +122 -0
- package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +2 -2
- package/lib/types/plugin.d.ts +4 -2
- package/lib/types/products/bases/BaseFullscreenTableSidebar.d.ts +31 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +2 -2
- package/lib/types/products/bases/EmbedFloatingMenu.d.ts +1 -6
- package/lib/types/products/bases/embed-content-size.d.ts +13 -7
- package/lib/types/products/bases/embed-passive-viewport.d.ts +2 -3
- package/lib/types/products/bases/register.d.ts +1 -0
- package/lib/types/products/boards/EmbedChildView.d.ts +2 -1
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +3 -10
- package/lib/types/products/docs/docs-custom-block-layout.d.ts +2 -1
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +8 -1
- package/lib/types/products/product-ui-contributions.d.ts +1 -0
- package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +2 -33
- package/lib/types/products/sheets/SheetEmbedFloatingMenuControls.d.ts +92 -0
- package/lib/types/products/sheets/SheetEmbedFloatingMenuPrimitives.d.ts +85 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +2 -0
- package/lib/types/products/sheets/embed-passive-viewport.d.ts +2 -3
- package/lib/types/products/sheets/register.d.ts +1 -1
- package/lib/types/products/slides/EmbedChildView.d.ts +1 -1
- package/lib/types/products/slides/embed-floating-menu-stage.d.ts +2 -2
- package/lib/types/products/slides/register.d.ts +4 -0
- package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +14 -2
- package/lib/types/services/embed-activation.service.d.ts +1 -0
- package/lib/types/services/embed-child-runtime-scope.d.ts +2 -2
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +4 -1
- package/lib/types/services/embed-content-size-registry.service.d.ts +9 -1
- package/lib/types/services/embed-display-target-sync.d.ts +3 -5
- package/lib/types/services/embed-dom-wheel.d.ts +40 -0
- package/lib/types/services/embed-fullscreen-runtime.d.ts +26 -0
- package/lib/types/services/embed-host-menu-override.service.d.ts +1 -0
- package/lib/types/services/embed-interaction-boundary.service.d.ts +2 -1
- package/lib/types/services/embed-mount.service.d.ts +8 -1
- package/lib/types/services/embed-presentation-policy.d.ts +1 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +3 -2
- package/lib/types/types/embed-ui.d.ts +23 -3
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +36 -36
- package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +0 -24
package/lib/umd/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x511b(_0x262939,_0x290300){_0x262939=_0x262939-0xb4;const _0x58f147=_0x58f1();let _0x511b0b=_0x58f147[_0x262939];return _0x511b0b;}(function(_0x4081ca,_0x4efa2e){const _0x29c784=_0x511b,_0x2082ee=_0x4081ca();while(!![]){try{const _0x31deb1=-parseInt(_0x29c784(0x716))/0x1+parseInt(_0x29c784(0x70a))/0x2+parseInt(_0x29c784(0x406))/0x3+parseInt(_0x29c784(0x135))/0x4+parseInt(_0x29c784(0x663))/0x5+parseInt(_0x29c784(0x515))/0x6+parseInt(_0x29c784(0x703))/0x7*(-parseInt(_0x29c784(0x6ca))/0x8);if(_0x31deb1===_0x4efa2e)break;else _0x2082ee['push'](_0x2082ee['shift']());}catch(_0xf29f62){_0x2082ee['push'](_0x2082ee['shift']());}}}(_0x58f1,0x9506e),function(_0x5be538,_0x212807){const _0x13b770=_0x511b;typeof exports==_0x13b770(0x294)&&typeof module<'u'?_0x212807(exports,require('@univerjs-pro/embed'),require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/docs-ui'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('@univerjs/design'),require('react'),require('rxjs'),require('@univerjs-pro/boards'),require('@univerjs-pro/boards-ui'),require('react/jsx-runtime'),require('@univerjs/docs'),require('@univerjs/engine-render'),require('@univerjs-pro/docs-table-ui'),require('@univerjs-pro/bases-ui'),require('@univerjs-pro/bases'),require('react-dom'),require('@univerjs-pro/sheets-chart-ui'),require('@univerjs-pro/sheets-outline-ui'),require('@univerjs-pro/sheets-pivot-ui'),require('@univerjs-pro/sheets-print'),require('@univerjs-pro/sheets-shape-ui'),require('@univerjs-pro/sheets-sparkline-ui'),require('@univerjs/sheets-conditional-formatting-ui'),require('@univerjs/sheets-data-validation-ui'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-filter-ui'),require('@univerjs/sheets-hyper-link-ui'),require('@univerjs/sheets-note-ui'),require('@univerjs/sheets-numfmt-ui'),require('@univerjs/sheets-sort-ui'),require('@univerjs/sheets-table-ui'),require('@univerjs/sheets-thread-comment-ui'),require('@univerjs/sheets'),require('@univerjs-pro/slides'),require('@univerjs-pro/slides-ui')):typeof define==_0x13b770(0x52a)&&define[_0x13b770(0x169)]?define(_0x13b770(0x536)[_0x13b770(0x2bb)]('.'),_0x212807):(_0x5be538=typeof globalThis<'u'?globalThis:_0x5be538||self,_0x212807(_0x5be538[_0x13b770(0x71a)]={},_0x5be538['UniverProEmbed'],_0x5be538[_0x13b770(0x46d)],_0x5be538[_0x13b770(0x529)],_0x5be538['UniverDocsUi'],_0x5be538[_0x13b770(0x364)],_0x5be538[_0x13b770(0x1c1)],_0x5be538['UniverDesign'],_0x5be538['React'],_0x5be538['rxjs'],_0x5be538[_0x13b770(0x2b7)],_0x5be538[_0x13b770(0x672)],_0x5be538[_0x13b770(0x33a)],_0x5be538[_0x13b770(0x74d)],_0x5be538['UniverEngineRender'],_0x5be538[_0x13b770(0x110)],_0x5be538[_0x13b770(0x53b)],_0x5be538[_0x13b770(0x1d5)],_0x5be538[_0x13b770(0x4fe)],_0x5be538[_0x13b770(0x57d)],_0x5be538[_0x13b770(0x142)],_0x5be538[_0x13b770(0x2fa)],_0x5be538[_0x13b770(0x4f1)],_0x5be538[_0x13b770(0x106)],_0x5be538[_0x13b770(0x73d)],_0x5be538[_0x13b770(0x2a6)],_0x5be538[_0x13b770(0x5e7)],_0x5be538[_0x13b770(0x40f)],_0x5be538[_0x13b770(0x783)],_0x5be538[_0x13b770(0x59c)],_0x5be538['UniverSheetsNoteUi'],_0x5be538[_0x13b770(0x2a2)],_0x5be538[_0x13b770(0x512)],_0x5be538['UniverSheetsTableUi'],_0x5be538['UniverSheetsThreadCommentUi'],_0x5be538[_0x13b770(0x639)],_0x5be538['UniverProSlides'],_0x5be538[_0x13b770(0x72f)]));}(this,function(_0x227add,_0x73305e,_0x37a008,_0x4a1c51,_0x16f5e7,_0x558462,_0x1468c8,_0x536b6f,_0x4f18af,_0x416516,_0x27f87e,_0x48316b,_0x258aa1,_0x4a8aca,_0x1b1b3f,_0xb53eea,_0x481ca6,_0x392e11,_0x37166e,_0x87bfc2,_0x2030f9,_0x459715,_0x188698,_0x4dab1b,_0x457df6,_0x2a7860,_0x46e4f7,_0x4eff06,_0x1928c2,_0x113394,_0x5bac22,_0x148747,_0x415e9a,_0x29c604,_0x4bbfac,_0x37e97b,_0x44478d,_0x5cfc91){const _0x118bac=_0x511b;Object[_0x118bac(0x677)](_0x227add,Symbol[_0x118bac(0x758)],{'value':'Module'});var _0x3eb694=_0x118bac(0x52b),_0x30b4e5='1.0.0-alpha.8';function _0x366e5c({ref:_0x1e3a9f,..._0x98c3f8}){const _0x3bed39=_0x118bac;let {icon:_0x40ad08,id:_0x509bc5,className:_0x298798,extend:_0x2234a5,..._0x3c675d}=_0x98c3f8,_0x1b5854=('univerjs-icon\x20univerjs-icon-'+_0x509bc5+'\x20'+(_0x298798||''))['trim'](),_0x5869f6=(0x0,_0x4f18af[_0x3bed39(0x4b8)])('_'+_0x3fe798());return _0x20b55c(_0x40ad08,''+_0x509bc5,{'defIds':_0x40ad08[_0x3bed39(0x1c5)],'idSuffix':_0x5869f6[_0x3bed39(0x67d)]},{'ref':_0x1e3a9f,'className':_0x1b5854,..._0x3c675d},_0x2234a5);}function _0x20b55c(_0x327cd2,_0x4198c8,_0x542b4c,_0x3be9da,_0x322bd4){const _0x2e7c8c=_0x118bac;return(0x0,_0x4f18af[_0x2e7c8c(0x4c7)])(_0x327cd2['tag'],{'key':_0x4198c8,..._0x5ac7b1(_0x327cd2,_0x542b4c,_0x322bd4),..._0x3be9da},(_0x2c6c68(_0x327cd2,_0x542b4c)[_0x2e7c8c(0x3de)]||[])[_0x2e7c8c(0x734)]((_0x52fefe,_0x446975)=>_0x20b55c(_0x52fefe,_0x4198c8+'-'+_0x327cd2[_0x2e7c8c(0x437)]+'-'+_0x446975,_0x542b4c,void 0x0,_0x322bd4)));}function _0x5ac7b1(_0x30d354,_0x3068ac,_0x1328f1){const _0x495893=_0x118bac;let _0x4d7d98={..._0x30d354[_0x495893(0x6e5)]};_0x1328f1!=null&&_0x1328f1['colorChannel1']&&_0x4d7d98['fill']==='colorChannel1'&&(_0x4d7d98[_0x495893(0x628)]=_0x1328f1[_0x495893(0x183)]),_0x1328f1!=null&&_0x1328f1[_0x495893(0x183)]&&_0x4d7d98[_0x495893(0x48b)]==='colorChannel1'&&(_0x4d7d98[_0x495893(0x48b)]=_0x1328f1['colorChannel1']),_0x30d354[_0x495893(0x437)]===_0x495893(0x13a)&&_0x4d7d98['id']&&(_0x4d7d98['id']+=_0x3068ac['idSuffix']),Object[_0x495893(0x683)](_0x4d7d98)[_0x495893(0x362)](([_0x2bdb96,_0x1ac8b2])=>{const _0x314836=_0x495893;_0x2bdb96==='mask'&&typeof _0x1ac8b2=='string'&&(_0x4d7d98[_0x2bdb96]=_0x1ac8b2['replace'](/url\(#(.*)\)/,'url(#$1'+_0x3068ac[_0x314836(0x4ec)]+')'));});let {defIds:_0x33d209}=_0x3068ac;return!_0x33d209||_0x33d209[_0x495893(0x51d)]===0x0?_0x4d7d98:(_0x30d354['tag']===_0x495893(0x380)&&_0x4d7d98['xlink:href']&&(_0x4d7d98['xlink:href']+=_0x3068ac[_0x495893(0x4ec)]),Object[_0x495893(0x683)](_0x4d7d98)[_0x495893(0x362)](([_0x5c35a6,_0x1e68ef])=>{const _0x11549b=_0x495893;typeof _0x1e68ef==_0x11549b(0x1b3)&&(_0x4d7d98[_0x5c35a6]=_0x1e68ef[_0x11549b(0x49d)](/url\(#(.*)\)/,_0x11549b(0x1da)+_0x3068ac[_0x11549b(0x4ec)]+')'));}),_0x4d7d98);}function _0x2c6c68(_0x346f57,_0x19b012){const _0x3a5db1=_0x118bac;var _0x3ebc48;let {defIds:_0x1bbdbc}=_0x19b012;return!_0x1bbdbc||_0x1bbdbc[_0x3a5db1(0x51d)]===0x0?_0x346f57:_0x346f57[_0x3a5db1(0x437)]==='defs'&&(_0x3ebc48=_0x346f57['children'])!=null&&_0x3ebc48[_0x3a5db1(0x51d)]?{..._0x346f57,'children':_0x346f57[_0x3a5db1(0x3de)]['map'](_0x86ba2b=>typeof _0x86ba2b['attrs']['id']==_0x3a5db1(0x1b3)&&_0x1bbdbc&&_0x1bbdbc[_0x3a5db1(0x2a5)](_0x86ba2b['attrs']['id'])?{..._0x86ba2b,'attrs':{..._0x86ba2b[_0x3a5db1(0x6e5)],'id':_0x86ba2b[_0x3a5db1(0x6e5)]['id']+_0x19b012[_0x3a5db1(0x4ec)]}}:_0x86ba2b)}:_0x346f57;}function _0x3fe798(){const _0x642bfe=_0x118bac;return Math[_0x642bfe(0x715)]()[_0x642bfe(0x2ec)](0x24)['substring'](0x2,0x8);}_0x366e5c[_0x118bac(0x131)]='UniverIcon';let _0x153ca3={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':'M1.3999\x2013.6999C1.3999\x2013.3685\x201.66853\x2013.0999\x201.9999\x2013.0999H13.9999C14.3313\x2013.0999\x2014.5999\x2013.3685\x2014.5999\x2013.6999C14.5999\x2014.0312\x2014.3313\x2014.2999\x2013.9999\x2014.2999H1.9999C1.66853\x2014.2999\x201.3999\x2014.0312\x201.3999\x2013.6999Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x62d),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':'M7.9999\x2010.5671C8.33127\x2010.5671\x208.5999\x2010.2985\x208.5999\x209.96714V2.30047C8.5999\x201.9691\x208.33127\x201.70047\x207.9999\x201.70047C7.66853\x201.70047\x207.3999\x201.9691\x207.3999\x202.30047V9.96714C7.3999\x2010.2985\x207.66853\x2010.5671\x207.9999\x2010.5671Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x361ae3=(0x0,_0x4f18af['forwardRef'])(function(_0x4e8b46,_0x4c121c){const _0x3b4de9=_0x118bac;return(0x0,_0x4f18af[_0x3b4de9(0x4c7)])(_0x366e5c,Object['assign']({},_0x4e8b46,{'id':_0x3b4de9(0x63a),'ref':_0x4c121c,'icon':_0x153ca3}));});_0x361ae3['displayName']=_0x118bac(0x2d8);let _0x113033={'tag':'svg','attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x118bac(0x469)}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':'M8.22957\x205.47839C8.30034\x205.50767\x208.36664\x205.55107\x208.42417\x205.6086L10.4242\x207.6086C10.6585\x207.84291\x2010.6585\x208.22281\x2010.4242\x208.45713C10.1899\x208.69144\x209.80995\x208.69144\x209.57564\x208.45713L8.5999\x207.48139V13.6995C8.5999\x2014.0309\x208.33127\x2014.2995\x207.9999\x2014.2995C7.66853\x2014.2995\x207.3999\x2014.0309\x207.3999\x2013.6995V7.48139L6.42417\x208.45713C6.18985\x208.69144\x205.80995\x208.69144\x205.57564\x208.45713C5.34132\x208.22281\x205.34132\x207.84291\x205.57564\x207.6086L7.57541\x205.60882C7.7522\x205.43203\x208.01209\x205.38841\x208.22957\x205.47839Z'}}]},_0x536f17=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x2a9c9f,_0xcefedf){const _0x44d8ac=_0x118bac;return(0x0,_0x4f18af[_0x44d8ac(0x4c7)])(_0x366e5c,Object['assign']({},_0x2a9c9f,{'id':_0x44d8ac(0x3bd),'ref':_0xcefedf,'icon':_0x113033}));});_0x536f17[_0x118bac(0x131)]=_0x118bac(0x259);let _0x4647c2={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0x6fc),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1c0),'transform':'matrix(-1\x200\x200\x201\x2020\x200)','fillRule':'evenodd','clipRule':'evenodd'}}]},_0x4b1c20=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x67f80b,_0x7e9fa2){const _0x1baff1=_0x118bac;return(0x0,_0x4f18af[_0x1baff1(0x4c7)])(_0x366e5c,Object[_0x1baff1(0x5ad)]({},_0x67f80b,{'id':_0x1baff1(0x603),'ref':_0x7e9fa2,'icon':_0x4647c2}));});_0x4b1c20[_0x118bac(0x131)]=_0x118bac(0x2e6);let _0x29e1ee={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0x6fc),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1c0),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x1e4f73=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x23364b,_0x5b96dc){const _0x2888dc=_0x118bac;return(0x0,_0x4f18af[_0x2888dc(0x4c7)])(_0x366e5c,Object[_0x2888dc(0x5ad)]({},_0x23364b,{'id':_0x2888dc(0x1ca),'ref':_0x5b96dc,'icon':_0x29e1ee}));});_0x1e4f73['displayName']=_0x118bac(0x34d);let _0x57ec28={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M2.5999\x202.2001C2.5999\x201.86873\x202.33127\x201.6001\x201.9999\x201.6001C1.66853\x201.6001\x201.3999\x201.86873\x201.3999\x202.2001V13.8001C1.3999\x2014.1315\x201.66853\x2014.4001\x201.9999\x2014.4001C2.33127\x2014.4001\x202.5999\x2014.1315\x202.5999\x2013.8001V2.2001Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M14.5999\x202.2001C14.5999\x201.86873\x2014.3313\x201.6001\x2013.9999\x201.6001C13.6685\x201.6001\x2013.3999\x201.86873\x2013.3999\x202.2001V13.8001C13.3999\x2014.1315\x2013.6685\x2014.4001\x2013.9999\x2014.4001C14.3313\x2014.4001\x2014.5999\x2014.1315\x2014.5999\x2013.8001V2.2001Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2b5)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x652)}}]},_0x4e90b2=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0xc34821,_0x339fa0){const _0x537ef5=_0x118bac;return(0x0,_0x4f18af[_0x537ef5(0x4c7)])(_0x366e5c,Object[_0x537ef5(0x5ad)]({},_0xc34821,{'id':_0x537ef5(0x620),'ref':_0x339fa0,'icon':_0x57ec28}));});_0x4e90b2[_0x118bac(0x131)]=_0x118bac(0x65b);let _0x21c40f={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x76f),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x3766fc=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x55934c,_0x301f4e){const _0x2e5471=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x2e5471(0x5ad)]({},_0x55934c,{'id':'bold-icon','ref':_0x301f4e,'icon':_0x21c40f}));});_0x3766fc['displayName']='BoldIcon';let _0xb268d={'tag':_0x118bac(0x290),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x118bac(0xcb),'width':'1em','height':'1em'},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M2.59219\x201.3667C1.70853\x201.3667\x200.992188\x202.08304\x200.992188\x202.9667V4.9667C0.992188\x205.85036\x201.70853\x206.5667\x202.59219\x206.5667H11.2694C12.1531\x206.5667\x2012.8694\x205.85036\x2012.8694\x204.9667V4.79985H13.8075V8.18642C13.8075\x208.38777\x2013.6579\x208.55773\x2013.4581\x208.58321L7.10511\x209.39341C6.30618\x209.4953\x205.70752\x2010.1752\x205.70752\x2010.9806V14.0332C5.70752\x2014.3646\x205.97615\x2014.6332\x206.30752\x2014.6332C6.63889\x2014.6332\x206.90752\x2014.3646\x206.90752\x2014.0332V10.9806C6.90752\x2010.7792\x207.05718\x2010.6092\x207.25692\x2010.5838L13.6099\x209.77356C14.4089\x209.67168\x2015.0075\x208.99182\x2015.0075\x208.18642V4.19985C15.0075\x203.86848\x2014.7389\x203.59985\x2014.4075\x203.59985H12.8694V2.9667C12.8694\x202.08304\x2012.1531\x201.3667\x2011.2694\x201.3667H2.59219ZM2.19219\x202.9667C2.19219\x202.74579\x202.37127\x202.5667\x202.59219\x202.5667H11.2694C11.4903\x202.5667\x2011.6694\x202.74579\x2011.6694\x202.9667V4.9667C11.6694\x205.18761\x2011.4903\x205.3667\x2011.2694\x205.3667H2.59219C2.37127\x205.3667\x202.19219\x205.18761\x202.19219\x204.9667V2.9667Z','fillRule':'evenodd','clipRule':_0x118bac(0x6fb)}}]},_0x4b92d6=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x2cab6d,_0x554da3){const _0x497adf=_0x118bac;return(0x0,_0x4f18af[_0x497adf(0x4c7)])(_0x366e5c,Object['assign']({},_0x2cab6d,{'id':_0x497adf(0x5a4),'ref':_0x554da3,'icon':_0xb268d}));});_0x4b92d6[_0x118bac(0x131)]='BrushIcon';let _0x40fa73={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':'M12.5939\x201.13916L10.6607\x201.1392C9.55628\x201.13922\x208.66093\x202.03448\x208.66077\x203.13893L8.66063\x204.19191C8.66059\x204.52328\x208.92918\x204.79194\x209.26055\x204.79199C9.59192\x204.79204\x209.86059\x204.52344\x209.86063\x204.19207L9.86077\x203.13909C9.86084\x202.69731\x2010.219\x202.33921\x2010.6608\x202.3392L12.594\x202.33916C13.0358\x202.33915\x2013.394\x202.69732\x2013.394\x203.13916L13.394\x2012.8612C13.394\x2013.303\x2013.0358\x2013.6612\x2012.594\x2013.6612H10.6606C10.2188\x2013.6612\x209.86063\x2013.303\x209.86063\x2012.8612V11.8084C9.86063\x2011.4771\x209.592\x2011.2084\x209.26063\x2011.2084C8.92926\x2011.2084\x208.66063\x2011.4771\x208.66063\x2011.8084V12.8612C8.66063\x2013.9658\x209.55606\x2014.8612\x2010.6606\x2014.8612H12.594C13.6986\x2014.8612\x2014.594\x2013.9658\x2014.594\x2012.8612L14.594\x203.13915C14.594\x202.03457\x2013.6985\x201.13914\x2012.5939\x201.13916Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x3f5)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x19b)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x3fa)}}]},_0x19754f=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x48c3f7,_0x19fe5b){const _0x38e821=_0x118bac;return(0x0,_0x4f18af[_0x38e821(0x4c7)])(_0x366e5c,Object['assign']({},_0x48c3f7,{'id':_0x38e821(0x18a),'ref':_0x19fe5b,'icon':_0x40fa73}));});_0x19754f['displayName']='CancelMergeIcon';let _0x4e3e39={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x4c8),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x297afb=(0x0,_0x4f18af['forwardRef'])(function(_0x4e8d63,_0x3ca4bc){const _0x4f0226=_0x118bac;return(0x0,_0x4f18af[_0x4f0226(0x4c7)])(_0x366e5c,Object[_0x4f0226(0x5ad)]({},_0x4e8d63,{'id':_0x4f0226(0x710),'ref':_0x3ca4bc,'icon':_0x4e3e39}));});_0x297afb[_0x118bac(0x131)]=_0x118bac(0x4e5);let _0x50f023={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x6a8)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x23a)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x70c)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2ae),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x2a8a74=(0x0,_0x4f18af['forwardRef'])(function(_0x747c85,_0xfc9883){const _0x4ee060=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x4ee060(0x5ad)]({},_0x747c85,{'id':_0x4ee060(0x4ef),'ref':_0xfc9883,'icon':_0x50f023}));});_0x2a8a74[_0x118bac(0x131)]=_0x118bac(0x4f7);let _0x13665e={'tag':_0x118bac(0x290),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'stroke':_0x118bac(0x6b4),'d':_0x118bac(0x17d),'strokeLinecap':_0x118bac(0x3ee),'strokeLinejoin':_0x118bac(0x3ee),'strokeWidth':1.2}}]},_0xfa9a16=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x139a00,_0xfe0bde){const _0x2bd029=_0x118bac;return(0x0,_0x4f18af[_0x2bd029(0x4c7)])(_0x366e5c,Object['assign']({},_0x139a00,{'id':_0x2bd029(0x27e),'ref':_0xfe0bde,'icon':_0x13665e}));});_0xfa9a16['displayName']=_0x118bac(0x51b);let _0x3862b6={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0x22e),'width':_0x118bac(0x78e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x565),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x4f1ddc=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0xb703f8,_0x5c9e1c){const _0x58d749=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x58d749(0x5ad)]({},_0xb703f8,{'id':_0x58d749(0x143),'ref':_0x5c9e1c,'icon':_0x3862b6}));});_0x4f1ddc['displayName']='FilterIcon';let _0x4cd992={'tag':'svg','attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M5.91296\x206.82256L5.89774\x206.82237L2.83868\x206.8223C1.89982\x206.82228\x201.13874\x206.06119\x201.13872\x205.12234L1.13867\x203.32265C1.13865\x202.38375\x201.89977\x201.62261\x202.83866\x201.62261L5.90639\x201.62259L5.91296\x201.62256L5.91953\x201.62259L10.0821\x201.62258L10.0868\x201.62256L10.0914\x201.62258L13.1607\x201.62256C14.0996\x201.62256\x2014.8607\x202.38368\x2014.8607\x203.32256V5.12253C14.8607\x206.06143\x2014.0996\x206.82256\x2013.1607\x206.82253L10.0975\x206.82246L10.0868\x206.82256L10.076\x206.82246L5.92815\x206.82237L5.91296\x206.82256ZM10.6868\x205.62248L13.1607\x205.62253C13.4368\x205.62254\x2013.6607\x205.39868\x2013.6607\x205.12253V3.32256C13.6607\x203.04642\x2013.4368\x202.82256\x2013.1607\x202.82256L10.6868\x202.82257V5.62248ZM9.48679\x202.82258V5.62245L6.51296\x205.62238V2.82259L9.48679\x202.82258ZM5.31296\x202.8226V5.62236L2.8387\x205.6223C2.56257\x205.62229\x202.33872\x205.39845\x202.33872\x205.12231L2.33867\x203.32262C2.33867\x203.04647\x202.56252\x202.82261\x202.83867\x202.82261L5.31296\x202.8226Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x36b),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x748de7=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x49fc79,_0x5f4a9f){const _0x3f7e8c=_0x118bac;return(0x0,_0x4f18af[_0x3f7e8c(0x4c7)])(_0x366e5c,Object['assign']({},_0x49fc79,{'id':'horizontal-merge-icon','ref':_0x5f4a9f,'icon':_0x4cd992}));});_0x748de7[_0x118bac(0x131)]=_0x118bac(0x237);let _0x8521f9={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M1.9999\x201.89941C1.66853\x201.89941\x201.3999\x202.16804\x201.3999\x202.49941C1.3999\x202.83078\x201.66853\x203.09941\x201.9999\x203.09941H13.9999C14.3313\x203.09941\x2014.5999\x202.83078\x2014.5999\x202.49941C14.5999\x202.16804\x2014.3313\x201.89941\x2013.9999\x201.89941H1.9999Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':'M3.33315\x205.56641C3.00178\x205.56641\x202.73315\x205.83504\x202.73315\x206.16641C2.73315\x206.49778\x203.00178\x206.76641\x203.33315\x206.76641H12.6665C12.9979\x206.76641\x2013.2665\x206.49778\x2013.2665\x206.16641C13.2665\x205.83504\x2012.9979\x205.56641\x2012.6665\x205.56641H3.33315Z'}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x224)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2ba)}}]},_0x56b321=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x4126a8,_0x360936){const _0x2cbb3f=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x2cbb3f(0x5ad)]({},_0x4126a8,{'id':_0x2cbb3f(0x5a0),'ref':_0x360936,'icon':_0x8521f9}));});_0x56b321[_0x118bac(0x131)]=_0x118bac(0x70b);let _0x212d79={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':'0\x200\x2016\x2016','width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M8.6\x201.99991C8.60001\x201.66854\x208.33138\x201.39991\x208.00001\x201.3999C7.66864\x201.3999\x207.40001\x201.66853\x207.4\x201.9999L7.39996\x207.3999H1.9999C1.66853\x207.3999\x201.3999\x207.66853\x201.3999\x207.9999C1.3999\x208.33127\x201.66853\x208.5999\x201.9999\x208.5999H7.39995L7.3999\x2013.9999C7.3999\x2014.3313\x207.66853\x2014.5999\x207.9999\x2014.5999C8.33127\x2014.5999\x208.5999\x2014.3313\x208.5999\x2013.9999L8.59995\x208.5999H13.9999C14.3313\x208.5999\x2014.5999\x208.33127\x2014.5999\x207.9999C14.5999\x207.66853\x2014.3313\x207.3999\x2013.9999\x207.3999H8.59996L8.6\x201.99991Z'}}]},_0x1be36f=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x9ecf0f,_0x1f11f5){const _0x4b1dac=_0x118bac;return(0x0,_0x4f18af[_0x4b1dac(0x4c7)])(_0x366e5c,Object['assign']({},_0x9ecf0f,{'id':_0x4b1dac(0x198),'ref':_0x1f11f5,'icon':_0x212d79}));});_0x1be36f[_0x118bac(0x131)]=_0x118bac(0x4fb);let _0x4f223d={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':_0x118bac(0x3d1)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1de)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x224)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0xbe)}}]},_0x3aa60f=(0x0,_0x4f18af['forwardRef'])(function(_0x19cc79,_0x314c45){const _0xba79e1=_0x118bac;return(0x0,_0x4f18af[_0xba79e1(0x4c7)])(_0x366e5c,Object['assign']({},_0x19cc79,{'id':_0xba79e1(0x20c),'ref':_0x314c45,'icon':_0x4f223d}));});_0x3aa60f[_0x118bac(0x131)]=_0x118bac(0x342);let _0x33bd73={'tag':_0x118bac(0x290),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x118bac(0x78e),'height':'1em'},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':_0x118bac(0x3fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x67a)}}]},_0x250f45=(0x0,_0x4f18af['forwardRef'])(function(_0x448c60,_0x54fde5){const _0x2efc51=_0x118bac;return(0x0,_0x4f18af[_0x2efc51(0x4c7)])(_0x366e5c,Object['assign']({},_0x448c60,{'id':_0x2efc51(0x736),'ref':_0x54fde5,'icon':_0x33bd73}));});_0x250f45['displayName']=_0x118bac(0x1fa);let _0x454ead={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x661),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x5e6630=(0x0,_0x4f18af['forwardRef'])(function(_0x2c24e7,_0x19fb0c){const _0x1bd492=_0x118bac;return(0x0,_0x4f18af[_0x1bd492(0x4c7)])(_0x366e5c,Object[_0x1bd492(0x5ad)]({},_0x2c24e7,{'id':_0x1bd492(0x239),'ref':_0x19fb0c,'icon':_0x454ead}));});_0x5e6630[_0x118bac(0x131)]=_0x118bac(0x10d);let _0x1b9cc8={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x118bac(0x325)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x145)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x43a)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M7.1349\x2013.9399C6.80353\x2013.9399\x206.5349\x2014.2085\x206.5349\x2014.5399C6.5349\x2014.8713\x206.80353\x2015.1399\x207.1349\x2015.1399H8.24962C8.25966\x2015.1404\x208.26977\x2015.1407\x208.27993\x2015.1407C8.2901\x2015.1407\x208.3002\x2015.1404\x208.31024\x2015.1399H9.4049C9.73627\x2015.1399\x2010.0049\x2014.8713\x2010.0049\x2014.5399C10.0049\x2014.2085\x209.73627\x2013.9399\x209.4049\x2013.9399H8.87993V12.0107C8.87993\x2011.6793\x208.6113\x2011.4107\x208.27993\x2011.4107C7.94856\x2011.4107\x207.67993\x2011.6793\x207.67993\x2012.0107V13.9399H7.1349Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x6d6)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':_0x118bac(0x3e0)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M2.60991\x2012.1997C2.60991\x2011.8683\x202.34128\x2011.5997\x202.00991\x2011.5997C1.67854\x2011.5997\x201.40991\x2011.8683\x201.40991\x2012.1997V12.5297C1.40991\x2013.9656\x202.57397\x2015.1297\x204.00991\x2015.1297H4.33991C4.67128\x2015.1297\x204.93991\x2014.861\x204.93991\x2014.5297C4.93991\x2014.1983\x204.67128\x2013.9297\x204.33991\x2013.9297H4.00991C3.23671\x2013.9297\x202.60991\x2013.3029\x202.60991\x2012.5297V12.1997Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M15.1299\x2012.1997C15.1299\x2011.8683\x2014.8613\x2011.5997\x2014.5299\x2011.5997C14.1985\x2011.5997\x2013.9299\x2011.8683\x2013.9299\x2012.1997V12.5297C13.9299\x2013.3029\x2013.3031\x2013.9297\x2012.5299\x2013.9297H12.1999C11.8685\x2013.9297\x2011.5999\x2014.1983\x2011.5999\x2014.5297C11.5999\x2014.861\x2011.8685\x2015.1297\x2012.1999\x2015.1297H12.5299C13.9659\x2015.1297\x2015.1299\x2013.9656\x2015.1299\x2012.5297V12.1997Z'}}]},_0x390128=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x184586,_0x511064){const _0x5a9f53=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x5a9f53(0x5ad)]({},_0x184586,{'id':'no-border-icon','ref':_0x511064,'icon':_0x1b9cc8}));});_0x390128['displayName']=_0x118bac(0x740);let _0x43b0b7={'tag':_0x118bac(0x290),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':'M5.9334\x202.00527C5.9334\x201.6739\x205.66477\x201.40527\x205.3334\x201.40527C5.00203\x201.40527\x204.7334\x201.6739\x204.7334\x202.00527V4.73877H1.9999C1.66853\x204.73877\x201.3999\x205.0074\x201.3999\x205.33877C1.3999\x205.67014\x201.66853\x205.93877\x201.9999\x205.93877H4.7334V10.072H1.9999C1.66853\x2010.072\x201.3999\x2010.3407\x201.3999\x2010.672C1.3999\x2011.0034\x201.66853\x2011.272\x201.9999\x2011.272H4.7334V14.0053C4.7334\x2014.3366\x205.00203\x2014.6053\x205.3334\x2014.6053C5.66477\x2014.6053\x205.9334\x2014.3366\x205.9334\x2014.0053V11.272H10.0667V14.0053C10.0667\x2014.3366\x2010.3353\x2014.6053\x2010.6667\x2014.6053C10.998\x2014.6053\x2011.2667\x2014.3366\x2011.2667\x2014.0053V11.272H13.9999C14.3313\x2011.272\x2014.5999\x2011.0034\x2014.5999\x2010.672C14.5999\x2010.3407\x2014.3313\x2010.072\x2013.9999\x2010.072H11.2667V5.93877H13.9999C14.3313\x205.93877\x2014.5999\x205.67014\x2014.5999\x205.33877C14.5999\x205.0074\x2014.3313\x204.73877\x2013.9999\x204.73877H11.2667V2.00527C11.2667\x201.6739\x2010.998\x201.40527\x2010.6667\x201.40527C10.3353\x201.40527\x2010.0667\x201.6739\x2010.0667\x202.00527V4.73877H5.9334V2.00527ZM10.0667\x2010.072V5.93877H5.9334V10.072H10.0667Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x22100d=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x1f2316,_0x2c3f5f){const _0x29ac9d=_0x118bac;return(0x0,_0x4f18af[_0x29ac9d(0x4c7)])(_0x366e5c,Object[_0x29ac9d(0x5ad)]({},_0x1f2316,{'id':_0x29ac9d(0x1f1),'ref':_0x2c3f5f,'icon':_0x43b0b7}));});_0x22100d['displayName']=_0x118bac(0x24b);let _0x2749e6={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1c9)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x62b)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x695)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x770)}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x701),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x2b5e1e=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x575e23,_0x2a2bdc){const _0x3f6f6b=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x3f6f6b(0x5ad)]({},_0x575e23,{'id':_0x3f6f6b(0x3d9),'ref':_0x2a2bdc,'icon':_0x2749e6}));});_0x2b5e1e['displayName']='OneToOneIcon';let _0x7a347d={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M7.9999\x200.733154C8.33127\x200.733154\x208.5999\x201.00178\x208.5999\x201.33315V5.33315C8.5999\x205.66453\x208.33127\x205.93315\x207.9999\x205.93315C7.66853\x205.93315\x207.3999\x205.66453\x207.3999\x205.33315V1.33315C7.3999\x201.00178\x207.66853\x200.733154\x207.9999\x200.733154Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M2.46621\x202.73315C2.79758\x202.73315\x203.06621\x203.00178\x203.06621\x203.33315V12.6665C3.06621\x2012.9979\x202.79758\x2013.2665\x202.46621\x2013.2665C2.13484\x2013.2665\x201.86621\x2012.9979\x201.86621\x2012.6665V3.33315C1.86621\x203.00178\x202.13484\x202.73315\x202.46621\x202.73315Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x43d)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x3db)}}]},_0x24f848=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x1a382f,_0x4ec6dd){const _0x397f89=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x397f89(0x5ad)]({},_0x1a382f,{'id':_0x397f89(0x24c),'ref':_0x4ec6dd,'icon':_0x7a347d}));});_0x24f848['displayName']=_0x118bac(0x68c);let _0x40dfaa={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x60e)}}]},_0xd883f3=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x38e371,_0x359b30){const _0x30a2d7=_0x118bac;return(0x0,_0x4f18af[_0x30a2d7(0x4c7)])(_0x366e5c,Object[_0x30a2d7(0x5ad)]({},_0x38e371,{'id':_0x30a2d7(0x21e),'ref':_0x359b30,'icon':_0x40dfaa}));});_0xd883f3[_0x118bac(0x131)]=_0x118bac(0x22b);let _0x2338c4={'tag':'svg','attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x3d1)}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1e9)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':_0x118bac(0x224)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x6d0)}}]},_0xfbe04b=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x2b65b8,_0x599256){return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object['assign']({},_0x2b65b8,{'id':'right-justifying-icon','ref':_0x599256,'icon':_0x2338c4}));});_0xfbe04b['displayName']=_0x118bac(0x2f9);let _0x3659fb={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x6fa)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2ea)}}]},_0x1965e5=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x3c1b85,_0x1d0704){const _0x59251b=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x59251b(0x5ad)]({},_0x3c1b85,{'id':_0x59251b(0x318),'ref':_0x1d0704,'icon':_0x3659fb}));});_0x1965e5[_0x118bac(0x131)]=_0x118bac(0x528);let _0x5c1f0e={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x588)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x642)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':'M1.9999\x207.40015C1.66853\x207.40015\x201.3999\x207.66878\x201.3999\x208.00015C1.3999\x208.33152\x201.66853\x208.60015\x201.9999\x208.60015H13.9999C14.3313\x208.60015\x2014.5999\x208.33152\x2014.5999\x208.00015C14.5999\x207.66878\x2014.3313\x207.40015\x2013.9999\x207.40015H1.9999Z'}}]},_0x3ec37e=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x54903c,_0x1ac2fe){const _0x44d98a=_0x118bac;return(0x0,_0x4f18af[_0x44d98a(0x4c7)])(_0x366e5c,Object['assign']({},_0x54903c,{'id':'vertical-center-icon','ref':_0x1ac2fe,'icon':_0x5c1f0e}));});_0x3ec37e[_0x118bac(0x131)]=_0x118bac(0x35a);let _0x401d77={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0x6e0),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x64c),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x4b6),'fillRule':'evenodd','clipRule':_0x118bac(0x6fb)}}]},_0x500d39=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x4e0f7d,_0x2ce9e8){const _0x3d93a5=_0x118bac;return(0x0,_0x4f18af[_0x3d93a5(0x4c7)])(_0x366e5c,Object['assign']({},_0x4e0f7d,{'id':_0x3d93a5(0x5bd),'ref':_0x2ce9e8,'icon':_0x401d77}));});_0x500d39[_0x118bac(0x131)]=_0x118bac(0x2aa);let _0x2bf1c3={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M8.04883\x205.38216C8.04883\x205.01397\x207.75035\x204.71549\x207.38216\x204.71549C7.01397\x204.71549\x206.71549\x205.01397\x206.71549\x205.38216V6.71897L5.3865\x206.7207C5.01831\x206.72117\x204.72022\x207.02004\x204.7207\x207.38823C4.72118\x207.75642\x205.02005\x208.05451\x205.38824\x208.05403L6.71549\x208.0523V9.38216C6.71549\x209.75035\x207.01397\x2010.0488\x207.38216\x2010.0488C7.75035\x2010.0488\x208.04883\x209.75035\x208.04883\x209.38216V8.05056L9.38304\x208.04883C9.75123\x208.04835\x2010.0493\x207.74948\x2010.0488\x207.38129C10.0484\x207.0131\x209.74949\x206.71502\x209.3813\x206.7155L8.04883\x206.71723V5.38216Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':'M7.38216\x201.04883C3.88437\x201.04883\x201.04883\x203.88437\x201.04883\x207.38216C1.04883\x2010.88\x203.88437\x2013.7155\x207.38216\x2013.7155C8.89089\x2013.7155\x2010.2764\x2013.1879\x2011.3643\x2012.3072L13.813\x2014.7559C14.0733\x2015.0162\x2014.4954\x2015.0162\x2014.7558\x2014.7559C15.0161\x2014.4955\x2015.0161\x2014.0734\x2014.7558\x2013.8131L12.3071\x2011.3644C13.1879\x2010.2765\x2013.7155\x208.89095\x2013.7155\x207.38216C13.7155\x203.88437\x2010.88\x201.04883\x207.38216\x201.04883ZM2.38216\x207.38216C2.38216\x204.62075\x204.62075\x202.38216\x207.38216\x202.38216C10.1436\x202.38216\x2012.3822\x204.62075\x2012.3822\x207.38216C12.3822\x2010.1436\x2010.1436\x2012.3822\x207.38216\x2012.3822C4.62075\x2012.3822\x202.38216\x2010.1436\x202.38216\x207.38216Z','fillRule':_0x118bac(0x6fb),'clipRule':'evenodd'}}]},_0x4d5554=(0x0,_0x4f18af['forwardRef'])(function(_0x4fca02,_0x2408e3){const _0x414cea=_0x118bac;return(0x0,_0x4f18af[_0x414cea(0x4c7)])(_0x366e5c,Object[_0x414cea(0x5ad)]({},_0x4fca02,{'id':_0x414cea(0x458),'ref':_0x2408e3,'icon':_0x2bf1c3}));});_0x4d5554[_0x118bac(0x131)]=_0x118bac(0x540);let _0xe4ab04={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2e2)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M1.04883\x207.38216C1.04883\x203.88437\x203.88437\x201.04883\x207.38216\x201.04883C10.88\x201.04883\x2013.7155\x203.88437\x2013.7155\x207.38216C13.7155\x208.89095\x2013.1879\x2010.2765\x2012.3071\x2011.3644L14.7558\x2013.8131C15.0161\x2014.0734\x2015.0161\x2014.4955\x2014.7558\x2014.7559C14.4954\x2015.0162\x2014.0733\x2015.0162\x2013.813\x2014.7559L11.3643\x2012.3072C10.2764\x2013.1879\x208.89089\x2013.7155\x207.38216\x2013.7155C3.88437\x2013.7155\x201.04883\x2010.88\x201.04883\x207.38216ZM7.38216\x202.38216C4.62075\x202.38216\x202.38216\x204.62075\x202.38216\x207.38216C2.38216\x2010.1436\x204.62075\x2012.3822\x207.38216\x2012.3822C10.1436\x2012.3822\x2012.3822\x2010.1436\x2012.3822\x207.38216C12.3822\x204.62075\x2010.1436\x202.38216\x207.38216\x202.38216Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x25ec2f=(0x0,_0x4f18af['forwardRef'])(function(_0x1454b5,_0x2d81c8){const _0x3b71d2=_0x118bac;return(0x0,_0x4f18af[_0x3b71d2(0x4c7)])(_0x366e5c,Object[_0x3b71d2(0x5ad)]({},_0x1454b5,{'id':_0x3b71d2(0x3cb),'ref':_0x2d81c8,'icon':_0xe4ab04}));});_0x25ec2f[_0x118bac(0x131)]=_0x118bac(0x30b);let _0x3d3f39={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':'0\x200\x2017\x2016','width':_0x118bac(0x78e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x183),'d':'M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x234),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x547f0f=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x234d7f,_0x1dd5f7){const _0x32ccdc=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x32ccdc(0x5ad)]({},_0x234d7f,{'id':_0x32ccdc(0x372),'ref':_0x1dd5f7,'icon':_0x3d3f39}));});_0x547f0f[_0x118bac(0x131)]='FontColorDoubleIcon';let _0x34cc86={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x118bac(0xc4),'fillRule':'evenodd','clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x183),'d':'M13.2559\x2014.1963L1.64941\x202.58984L2.58987\x201.64939L14.1963\x2013.2558L13.2559\x2014.1963Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x5ef327=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x14a272,_0x9b626f){const _0x2e16d2=_0x118bac;return(0x0,_0x4f18af[_0x2e16d2(0x4c7)])(_0x366e5c,Object[_0x2e16d2(0x5ad)]({},_0x14a272,{'id':_0x2e16d2(0x2d3),'ref':_0x9b626f,'icon':_0x34cc86}));});_0x5ef327[_0x118bac(0x131)]=_0x118bac(0x2f3);let _0x52412c={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':'0\x200\x2017\x2016','width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x39d),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x5e2)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'colorChannel1','d':_0x118bac(0x55e)}}]},_0x1a9b16=(0x0,_0x4f18af['forwardRef'])(function(_0x224785,_0x4ced82){const _0xf5389e=_0x118bac;return(0x0,_0x4f18af[_0xf5389e(0x4c7)])(_0x366e5c,Object[_0xf5389e(0x5ad)]({},_0x224785,{'id':_0xf5389e(0x34a),'ref':_0x4ced82,'icon':_0x52412c}));});_0x1a9b16[_0x118bac(0x131)]=_0x118bac(0x2c8);function _0x4a5d5c(_0x465ffc,_0x4ff914){const _0x2565cd=_0x118bac;var _0x410fcb;return _0x465ffc[_0x2565cd(0x591)]('['+_0x4ff914+']')?_0x465ffc:(_0x410fcb=_0x465ffc[_0x2565cd(0x14a)]('['+_0x4ff914+']'))==null?void 0x0:_0x410fcb;}function _0x2a1c4d(_0x42d54a){const _0x257308=_0x118bac;let _0x1c08bd=[];return _0x30e87d(_0x42d54a,'data-embed-content-root',_0x257308(0x4d6),_0x1c08bd),_0x30e87d(_0x42d54a,_0x257308(0x428),_0x257308(0x6ce),_0x1c08bd),_0x30e87d(_0x42d54a,_0x257308(0x526),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x1c08bd),_0x30e87d(_0x42d54a,_0x257308(0x374),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x1c08bd),(0x0,_0x4a1c51[_0x257308(0xbb)])(()=>{_0x1c08bd['forEach'](_0x39acad=>_0x39acad['remove']());});}function _0x30e87d(_0x64d79b,_0x595083,_0x47ca56,_0x244764){const _0x41ed5c=_0x118bac;let _0x3580bc=_0x4a5d5c(_0x64d79b,_0x595083);if(_0x3580bc)return _0x3580bc;let _0x11027a=document[_0x41ed5c(0x4c7)](_0x41ed5c(0x73b));return _0x11027a['setAttribute'](_0x595083,'true'),_0x11027a['setAttribute'](_0x41ed5c(0x562),_0x41ed5c(0x679)),_0x11027a['className']=_0x41ed5c(0x509)+_0x47ca56,_0x64d79b['appendChild'](_0x11027a),_0x244764[_0x41ed5c(0x6f2)](_0x11027a),_0x11027a;}function _0x2cde62(_0x503475){'@babel/helpers - typeof';const _0x375395=_0x118bac;return _0x2cde62=typeof Symbol==_0x375395(0x52a)&&typeof Symbol['iterator']==_0x375395(0x629)?function(_0x404672){return typeof _0x404672;}:function(_0x359f52){const _0x2ffe6a=_0x375395;return _0x359f52&&typeof Symbol==_0x2ffe6a(0x52a)&&_0x359f52[_0x2ffe6a(0x357)]===Symbol&&_0x359f52!==Symbol[_0x2ffe6a(0x144)]?_0x2ffe6a(0x629):typeof _0x359f52;},_0x2cde62(_0x503475);}function _0x5dceb3(_0xdf037c,_0x22127f){const _0x6bb7ca=_0x118bac;if(_0x2cde62(_0xdf037c)!='object'||!_0xdf037c)return _0xdf037c;var _0x48ed3f=_0xdf037c[Symbol[_0x6bb7ca(0x33f)]];if(_0x48ed3f!==void 0x0){var _0x85be9c=_0x48ed3f[_0x6bb7ca(0xf4)](_0xdf037c,_0x22127f||_0x6bb7ca(0x772));if(_0x2cde62(_0x85be9c)!='object')return _0x85be9c;throw TypeError(_0x6bb7ca(0x4e1));}return(_0x22127f==='string'?String:Number)(_0xdf037c);}function _0x5c06d5(_0x383588){const _0x45d4ec=_0x118bac;var _0xff1f4e=_0x5dceb3(_0x383588,'string');return _0x2cde62(_0xff1f4e)==_0x45d4ec(0x629)?_0xff1f4e:_0xff1f4e+'';}function _0x2d0c25(_0xa32fca,_0xb03d25,_0x22ced2){const _0x11cea5=_0x118bac;return(_0xb03d25=_0x5c06d5(_0xb03d25))in _0xa32fca?Object[_0x11cea5(0x677)](_0xa32fca,_0xb03d25,{'value':_0x22ced2,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xa32fca[_0xb03d25]=_0x22ced2,_0xa32fca;}var _0x1f9ba5=class{constructor(){const _0x38472d=_0x118bac;_0x2d0c25(this,_0x38472d(0x36d),new Map());}[_0x118bac(0x246)](_0x1da359){const _0x491b20=_0x118bac;return this[_0x491b20(0x36d)][_0x491b20(0x3d4)](_0x1da359[_0x491b20(0x559)],_0x1da359),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x415622=_0x491b20;this[_0x415622(0x36d)][_0x415622(0x714)](_0x1da359[_0x415622(0x559)])===_0x1da359&&this['_contributions'][_0x415622(0x2cd)](_0x1da359[_0x415622(0x559)]);});}[_0x118bac(0x714)](_0x206ef6){const _0x97576a=_0x118bac;return this['_contributions'][_0x97576a(0x714)](_0x206ef6);}[_0x118bac(0x4ff)](){const _0x212b9a=_0x118bac;return[...this['_contributions'][_0x212b9a(0x308)]()];}},_0x34aece=class{constructor(){const _0x591946=_0x118bac;_0x2d0c25(this,'_active$',new _0x416516[(_0x591946(0x65e))](null)),_0x2d0c25(this,_0x591946(0x4b7),this['_active$']['asObservable']());}['getActive'](){const _0x3a6e0a=_0x118bac;return this[_0x3a6e0a(0x77d)]['getValue']();}[_0x118bac(0x6ac)](_0x678d5f){const _0xc2f349=_0x118bac;var _0x401246;let _0x10aab9=this[_0xc2f349(0x778)]();return(_0x10aab9==null?void 0x0:_0x10aab9[_0xc2f349(0x5bc)])===_0x678d5f?(_0x401246=_0x10aab9['stage'])==null?_0xc2f349(0x49a):_0x401246:_0xc2f349(0x421);}[_0x118bac(0x133)](_0x25191b,_0x18f9c6){const _0x456e87=_0x118bac;var _0x549a8b,_0x1c70f8,_0x2d9eac;let _0x28924a=this[_0x456e87(0x778)](),_0x32ea65=(_0x28924a==null?void 0x0:_0x28924a['hostUnitId'])===_0x25191b[_0x456e87(0x2dc)]&&_0x28924a['embedId']===_0x25191b[_0x456e87(0x5bc)]&&_0x28924a['childUnitId']===_0x25191b['childUnitId'],_0x38a23a={..._0x25191b,'stage':(_0x549a8b=_0x18f9c6==null?_0x25191b['stage']:_0x18f9c6)==null?_0x32ea65?(_0x1c70f8=_0x28924a[_0x456e87(0x545)])==null?'stage1':_0x1c70f8:_0x456e87(0x49a):_0x549a8b};((_0x28924a==null?void 0x0:_0x28924a[_0x456e87(0x2dc)])!==_0x38a23a['hostUnitId']||_0x28924a[_0x456e87(0x5bc)]!==_0x38a23a[_0x456e87(0x5bc)]||_0x28924a[_0x456e87(0x4c1)]!==_0x38a23a[_0x456e87(0x4c1)]||((_0x2d9eac=_0x28924a[_0x456e87(0x545)])==null?_0x456e87(0x49a):_0x2d9eac)!==_0x38a23a[_0x456e87(0x545)])&&this[_0x456e87(0x77d)][_0x456e87(0x2f7)](_0x38a23a);}[_0x118bac(0x5e9)](_0x4f1d76,_0x25cb7f){const _0x38f7e9=_0x118bac;var _0x35bcd1;let _0x2da37f=this[_0x38f7e9(0x778)]();!_0x2da37f||_0x2da37f[_0x38f7e9(0x5bc)]!==_0x4f1d76||((_0x35bcd1=_0x2da37f['stage'])==null?_0x38f7e9(0x49a):_0x35bcd1)!==_0x25cb7f&&this[_0x38f7e9(0x77d)][_0x38f7e9(0x2f7)]({..._0x2da37f,'stage':_0x25cb7f});}[_0x118bac(0x13c)](_0x3c54ad){const _0x447dae=_0x118bac;this['getStage'](_0x3c54ad)===_0x447dae(0x49a)&&this[_0x447dae(0x5e9)](_0x3c54ad,_0x447dae(0x510));}['clear'](_0x18b6d8){const _0x429e2b=_0x118bac;let _0x6e80a9=this[_0x429e2b(0x778)]();_0x6e80a9&&(!_0x18b6d8||_0x6e80a9[_0x429e2b(0x5bc)]===_0x18b6d8)&&this[_0x429e2b(0x77d)]['next'](null);}},_0x247cd5=class{constructor(){const _0x59a7a0=_0x118bac;_0x2d0c25(this,_0x59a7a0(0x18d),new _0x416516['BehaviorSubject'](null)),_0x2d0c25(this,_0x59a7a0(0x678),this[_0x59a7a0(0x18d)][_0x59a7a0(0x4ee)]());}[_0x118bac(0x16c)](){const _0xaac68a=_0x118bac;return this[_0xaac68a(0x18d)][_0xaac68a(0x441)]();}[_0x118bac(0x133)](_0x19157b,_0x156cbc,_0x9b3408={}){const _0x1b7867=_0x118bac;var _0x340983,_0xca824d,_0x2ed0ea;if(!_0x19157b[_0x1b7867(0x4c1)]||_0x19157b[_0x1b7867(0x559)]==null)throw Error(_0x1b7867(0x332));let _0x1e5c4a=((_0x340983=_0x19157b[_0x1b7867(0x584)])==null?void 0x0:_0x340983['tab'])||void 0x0;if(_0x156cbc===_0x1b7867(0x434)&&(!_0x1e5c4a||_0x1e5c4a[_0x1b7867(0x306)]!==!0x0))throw Error('EMBED_MENU_OVERRIDE_TAB_REQUIRED');if(_0x156cbc!==_0x1b7867(0x434))throw Error(_0x1b7867(0x6cb));if(((_0xca824d=(_0x2ed0ea=_0x9b3408['layoutPolicy'])==null?void 0x0:_0x2ed0ea[_0x1b7867(0x1d6)])==null?_0x73305e[_0x1b7867(0x433)][_0x1b7867(0x1d6)]:_0xca824d)!==_0x1b7867(0x146)&&_0x9b3408['allowPlaceholder']!==!0x0)return this[_0x1b7867(0x173)](_0x19157b[_0x1b7867(0x5bc)]),null;let _0x45997b={'hostUnitId':_0x19157b[_0x1b7867(0x2dc)],'embedId':_0x19157b['embedId'],'childUnitId':_0x19157b['childUnitId'],'childType':_0x19157b[_0x1b7867(0x559)],'entry':_0x19157b[_0x1b7867(0x3be)],'reason':_0x156cbc,'portalContainer':_0x9b3408[_0x1b7867(0x439)],'hideHostFxBar':_0x1e5c4a==null?void 0x0:_0x1e5c4a[_0x1b7867(0x176)],'lockHostRibbon':_0x1e5c4a==null?void 0x0:_0x1e5c4a['lockHostRibbon']},_0x2d4959=this[_0x1b7867(0x16c)]();return _0x2c7b5a(_0x2d4959,_0x45997b)?_0x2d4959:(this[_0x1b7867(0x18d)][_0x1b7867(0x2f7)](_0x45997b),_0x45997b);}[_0x118bac(0x173)](_0xf40423){const _0x57d1bd=_0x118bac;let _0x43b645=this['getOverride']();_0x43b645&&(!_0xf40423||_0x43b645['embedId']===_0xf40423)&&this[_0x57d1bd(0x18d)][_0x57d1bd(0x2f7)](null);}};function _0x2c7b5a(_0x1a556f,_0x5e7773){const _0x3ea65a=_0x118bac;return _0x1a556f!=null&&_0x1a556f[_0x3ea65a(0x2dc)]===_0x5e7773['hostUnitId']&&_0x1a556f[_0x3ea65a(0x5bc)]===_0x5e7773[_0x3ea65a(0x5bc)]&&_0x1a556f['childUnitId']===_0x5e7773[_0x3ea65a(0x4c1)]&&_0x1a556f[_0x3ea65a(0x559)]===_0x5e7773[_0x3ea65a(0x559)]&&_0x1a556f[_0x3ea65a(0x3be)]===_0x5e7773[_0x3ea65a(0x3be)]&&_0x1a556f[_0x3ea65a(0x531)]===_0x5e7773['reason']&&_0x1a556f['portalContainer']===_0x5e7773['portalContainer']&&_0x1a556f[_0x3ea65a(0x176)]===_0x5e7773[_0x3ea65a(0x176)]&&_0x1a556f[_0x3ea65a(0xd5)]===_0x5e7773['lockHostRibbon'];}let _0x451258='data-embed-runtime-focus-role';var _0x164bef=class{constructor(){const _0x160222=_0x118bac;_0x2d0c25(this,_0x160222(0x440),new Map()),_0x2d0c25(this,_0x160222(0x39c),new Map()),_0x2d0c25(this,_0x160222(0x13e),new Map()),_0x2d0c25(this,_0x160222(0x21a),0x0),_0x2d0c25(this,_0x160222(0x60f),new _0x416516[(_0x160222(0x4bd))]()),_0x2d0c25(this,'runtimeSessionChanged$',new _0x416516[(_0x160222(0x4bd))]());}[_0x118bac(0x311)](_0x58373f){const _0x3649c7=_0x118bac;let _0x1545fd={'role':_0x58373f[_0x3649c7(0x550)],'owner':_0x58373f['owner'],'sessionMode':_0x58373f['sessionMode'],'hostUnitId':_0x58373f['hostUnitId'],'childUnitId':_0x58373f['childUnitId'],'childType':_0x58373f[_0x3649c7(0x559)],'associatedChildUnitIds':_0x58373f[_0x3649c7(0x4c5)],'sequence':++this[_0x3649c7(0x21a)]},_0x51f461=this[_0x3649c7(0x440)][_0x3649c7(0x714)](_0x58373f[_0x3649c7(0x5bc)]);return _0x51f461||(_0x51f461=new Set(),this['_leases'][_0x3649c7(0x3d4)](_0x58373f[_0x3649c7(0x5bc)],_0x51f461)),_0x51f461[_0x3649c7(0x410)](_0x1545fd),_0x1545fd['role']!=='runtime'&&this['_notifyRuntimeFocusChanged'](),_0x1545fd[_0x3649c7(0x550)]===_0x3649c7(0x708)&&this['_notifyRuntimeSessionChanged'](),(0x0,_0x4a1c51[_0x3649c7(0xbb)])(()=>{const _0x45ab83=_0x3649c7;_0x51f461==null||_0x51f461['delete'](_0x1545fd),(_0x51f461==null?void 0x0:_0x51f461['size'])===0x0&&this[_0x45ab83(0x440)][_0x45ab83(0x2cd)](_0x58373f['embedId']),_0x1545fd[_0x45ab83(0x550)]!=='runtime'&&this['_notifyRuntimeFocusChanged'](),_0x1545fd[_0x45ab83(0x550)]==='child-session'&&this[_0x45ab83(0x34b)]();});}['hasChildInteractionLease'](_0xca956d){const _0x2ada7c=_0x118bac;if(!_0xca956d)return!0x1;let _0x15470e=this['_leases'][_0x2ada7c(0x714)](_0xca956d);return _0x15470e&&[..._0x15470e][_0x2ada7c(0x48c)](_0x1776c1=>_0x1776c1[_0x2ada7c(0x550)]!==_0x2ada7c(0x4e9))?!0x0:this['containsElement'](_0xca956d,this[_0x2ada7c(0x5a9)](_0xca956d));}[_0x118bac(0x4b2)](_0x23fc10,_0x4ae3c){const _0x358a67=_0x118bac;if(!_0x23fc10)return!0x1;let _0x4de3ae=this[_0x358a67(0x440)][_0x358a67(0x714)](_0x23fc10);return _0x4de3ae&&[..._0x4de3ae][_0x358a67(0x48c)](_0x1f6b63=>this[_0x358a67(0x659)](_0x1f6b63,_0x4ae3c))?!0x0:this[_0x358a67(0x49e)](_0x23fc10,this['_getActiveElement'](_0x23fc10));}[_0x118bac(0x35b)](){const _0x1c0cab=_0x118bac;return[...this[_0x1c0cab(0x440)][_0x1c0cab(0x308)]()]['some'](_0x3d421f=>[..._0x3d421f][_0x1c0cab(0x48c)](_0x42d18c=>_0x42d18c[_0x1c0cab(0x550)]!==_0x1c0cab(0x4e9)))||this[_0x1c0cab(0x11b)]()!=null;}[_0x118bac(0x1f5)](_0x4d7fe5){const _0x595541=_0x118bac;if([...this[_0x595541(0x440)][_0x595541(0x308)]()][_0x595541(0x48c)](_0x107182=>[..._0x107182]['some'](_0x172eca=>this[_0x595541(0x659)](_0x172eca,_0x4d7fe5))))return!0x0;let _0x177741=this['_getActiveOwnedRuntimeFocusInfo']();return _0x177741!=null&&this[_0x595541(0x4aa)](_0x177741['role']);}[_0x118bac(0x233)](_0x432e4c,_0x59a70a){const _0x58715a=_0x118bac;if(!_0x432e4c)return!0x1;let _0x5c0835=this['_leases']['get'](_0x432e4c);return _0x5c0835&&[..._0x5c0835][_0x58715a(0x48c)](_0x77b473=>this[_0x58715a(0xd6)](_0x77b473,_0x59a70a))?!0x0:this['containsElement'](_0x432e4c,this['_getActiveElement'](_0x432e4c));}[_0x118bac(0x1a4)](_0x2ddb17){const _0x7ef2a8=_0x118bac;return[...this[_0x7ef2a8(0x440)]['values']()][_0x7ef2a8(0x48c)](_0x5148e2=>[..._0x5148e2][_0x7ef2a8(0x48c)](_0x77ec07=>this['_isHostPreservingLease'](_0x77ec07,_0x2ddb17)))?!0x0:this[_0x7ef2a8(0x11b)]()!=null;}[_0x118bac(0x1e1)](_0x21f608,_0x2db0eb){const _0x1d47e7=_0x118bac;if(!_0x21f608)return this[_0x1d47e7(0x1a4)](_0x2db0eb);if([...this['_leases'][_0x1d47e7(0x308)]()]['some'](_0x480279=>[..._0x480279][_0x1d47e7(0x48c)](_0x5dcc58=>this[_0x1d47e7(0xd6)](_0x5dcc58,_0x2db0eb)&&this[_0x1d47e7(0x298)](_0x5dcc58,_0x21f608))))return!0x0;let _0x3668bd=this[_0x1d47e7(0x11b)]();if(!_0x3668bd)return!0x1;let _0x5c4edd=this[_0x1d47e7(0x440)][_0x1d47e7(0x714)](_0x3668bd['embedId']);return _0x5c4edd&&[..._0x5c4edd][_0x1d47e7(0x48c)](_0x24a364=>this[_0x1d47e7(0xd6)](_0x24a364,_0x2db0eb)&&this['_leaseAppliesToHostUnit'](_0x24a364,_0x21f608))?!0x0:this['_ownedRuntimeFocusAppliesToHost'](_0x3668bd[_0x1d47e7(0x5bc)],_0x21f608);}['isChildUnitInActiveSession'](_0x7b3916){const _0x31de1f=_0x118bac;return _0x7b3916?[...this[_0x31de1f(0x440)][_0x31de1f(0x308)]()][_0x31de1f(0x48c)](_0x517e83=>[..._0x517e83][_0x31de1f(0x48c)](_0x4eed8a=>this[_0x31de1f(0x66f)](_0x4eed8a,_0x7b3916)&&_0x4eed8a[_0x31de1f(0x550)]!=='runtime')):!0x1;}['registerRuntimeScope'](_0x1464c2){const _0x1a3366=_0x118bac;let _0x15f889={'hostUnitId':_0x1464c2[_0x1a3366(0x2dc)],'childUnitId':_0x1464c2[_0x1a3366(0x4c1)],'childType':_0x1464c2[_0x1a3366(0x559)],'sessionMode':_0x1464c2[_0x1a3366(0x760)]};return this[_0x1a3366(0x13e)]['set'](_0x1464c2[_0x1a3366(0x5bc)],_0x15f889),this[_0x1a3366(0x568)](),this['_notifyRuntimeSessionChanged'](),(0x0,_0x4a1c51[_0x1a3366(0xbb)])(()=>{const _0x398b60=_0x1a3366;this['_runtimeScopes'][_0x398b60(0x714)](_0x1464c2['embedId'])===_0x15f889&&(this[_0x398b60(0x13e)][_0x398b60(0x2cd)](_0x1464c2['embedId']),this[_0x398b60(0x568)](),this[_0x398b60(0x34b)]());});}[_0x118bac(0x3c2)](_0x451f4f){const _0x7d1eec=_0x118bac;if(_0x451f4f){for(let [_0x5a895a,_0xfd96c3]of this[_0x7d1eec(0x13e)])if(_0xfd96c3[_0x7d1eec(0x4c1)]===_0x451f4f)return{'embedId':_0x5a895a,'hostUnitId':_0xfd96c3['hostUnitId'],'childUnitId':_0xfd96c3[_0x7d1eec(0x4c1)],'childType':_0xfd96c3[_0x7d1eec(0x559)],'sessionMode':_0xfd96c3['sessionMode']};}}[_0x118bac(0x5aa)](){const _0x553200=_0x118bac;let _0x436c20;for(let [_0x50492a,_0xce041d]of this[_0x553200(0x440)])for(let _0x236b4d of _0xce041d){if(_0x236b4d[_0x553200(0x550)]!==_0x553200(0x708)||!_0x236b4d['childUnitId'])continue;let _0x38c659=this['_getChildSessionPriority'](_0x236b4d);(!_0x436c20||_0x38c659>_0x436c20['priority']||_0x38c659===_0x436c20[_0x553200(0x369)]&&_0x236b4d['sequence']>_0x436c20[_0x553200(0x6e9)][_0x553200(0x37f)])&&(_0x436c20={'embedId':_0x50492a,'lease':_0x236b4d,'priority':_0x38c659});}return _0x436c20?{'embedId':_0x436c20[_0x553200(0x5bc)],'hostUnitId':_0x436c20['lease'][_0x553200(0x2dc)],'childUnitId':_0x436c20['lease'][_0x553200(0x4c1)],'childType':_0x436c20[_0x553200(0x6e9)][_0x553200(0x559)],'sessionMode':this['_resolveChildSessionMode'](_0x436c20[_0x553200(0x6e9)])}:void 0x0;}['isChildUnitRuntimeEvent'](_0xeef468,_0x16140f,_0x34fd4a){const _0x111608=_0x118bac;if(!_0xeef468)return!0x1;let _0x2276f1=this['_getOwnedEmbedIdFromTarget'](_0x16140f,_0x34fd4a);return _0x2276f1?this[_0x111608(0x2c4)](_0x2276f1,_0xeef468):!0x1;}[_0x118bac(0x1ac)](_0x125f9a,_0x31600b,_0x72ed98,_0x149544){const _0x388b8f=_0x118bac;return this[_0x388b8f(0x219)](_0x125f9a,_0x31600b,_0x72ed98)||this[_0x388b8f(0xb5)](_0x125f9a)?!0x1:this[_0x388b8f(0x1e1)](_0x125f9a,_0x149544);}['registerElement'](_0x30b589){const _0x1ac25d=_0x118bac;let _0x31f9e0=this['_elements'][_0x1ac25d(0x714)](_0x30b589[_0x1ac25d(0x5bc)]);_0x31f9e0||(_0x31f9e0=new Set(),this[_0x1ac25d(0x39c)][_0x1ac25d(0x3d4)](_0x30b589[_0x1ac25d(0x5bc)],_0x31f9e0)),_0x31f9e0[_0x1ac25d(0x410)](_0x30b589[_0x1ac25d(0x725)]);let _0x29fcdd=_0x30b589[_0x1ac25d(0x725)]['getAttribute'](_0x451258);return _0x30b589[_0x1ac25d(0x725)][_0x1ac25d(0x3e7)](_0x451258,_0x30b589['role']),this[_0x1ac25d(0x568)](),(0x0,_0x4a1c51[_0x1ac25d(0xbb)])(()=>{const _0x115e70=_0x1ac25d;_0x31f9e0==null||_0x31f9e0[_0x115e70(0x2cd)](_0x30b589[_0x115e70(0x725)]),(_0x31f9e0==null?void 0x0:_0x31f9e0[_0x115e70(0x347)])===0x0&&this[_0x115e70(0x39c)][_0x115e70(0x2cd)](_0x30b589[_0x115e70(0x5bc)]),_0x29fcdd==null?_0x30b589[_0x115e70(0x725)][_0x115e70(0x30f)](_0x451258):_0x30b589[_0x115e70(0x725)][_0x115e70(0x3e7)](_0x451258,_0x29fcdd),this[_0x115e70(0x568)]();});}[_0x118bac(0x491)](_0x1f1947){const _0x157d6e=_0x118bac;var _0x5c78d9;return _0x1f1947?[...(_0x5c78d9=this[_0x157d6e(0x39c)][_0x157d6e(0x714)](_0x1f1947))==null?[]:_0x5c78d9]:[];}[_0x118bac(0x49e)](_0x51e13c,_0x210bac,_0x59ab0a){const _0x37b9ec=_0x118bac;if(!_0x51e13c)return!0x1;let _0x27277e=this[_0x37b9ec(0x39c)][_0x37b9ec(0x714)](_0x51e13c),_0x4825c8=typeof(_0x59ab0a==null?void 0x0:_0x59ab0a[_0x37b9ec(0x179)])==_0x37b9ec(0x52a)?_0x59ab0a['composedPath']():void 0x0;return _0x27277e!=null&&_0x27277e[_0x37b9ec(0x347)]&&_0x4825c8!=null&&_0x4825c8[_0x37b9ec(0x48c)](_0x4afc1d=>_0x4afc1d instanceof HTMLElement&&this[_0x37b9ec(0x517)](_0x27277e,_0x4afc1d))||_0x4825c8!=null&&_0x4825c8[_0x37b9ec(0x48c)](_0x296691=>_0x296691 instanceof HTMLElement&&this[_0x37b9ec(0xb8)](_0x51e13c,_0x296691))?!0x0:_0x210bac instanceof HTMLElement&&(!!(_0x27277e!=null&&_0x27277e[_0x37b9ec(0x347)])&&this['_containsRegisteredElement'](_0x27277e,_0x210bac)||this['_isOwnedBoundaryElement'](_0x51e13c,_0x210bac));}[_0x118bac(0x517)](_0x3df72f,_0x2a8fe2){const _0x1bcfb9=_0x118bac;return[..._0x3df72f][_0x1bcfb9(0x48c)](_0x1a0950=>_0x1a0950===_0x2a8fe2||_0x1a0950['contains'](_0x2a8fe2));}[_0x118bac(0x659)](_0x4c8b67,_0x1b225c){const _0x2d03c6=_0x118bac;var _0x46de7b;return _0x4c8b67[_0x2d03c6(0x6d3)]&&_0x1b225c!=null&&(_0x46de7b=_0x1b225c[_0x2d03c6(0x350)])!=null&&_0x46de7b['includes'](_0x4c8b67['owner'])?!0x1:this[_0x2d03c6(0x4aa)](_0x4c8b67[_0x2d03c6(0x550)]);}[_0x118bac(0xd6)](_0x3a4291,_0x4198d7){const _0x19a3d6=_0x118bac;var _0xc49290;return _0x3a4291[_0x19a3d6(0x6d3)]&&_0x4198d7!=null&&(_0xc49290=_0x4198d7[_0x19a3d6(0x350)])!=null&&_0xc49290['includes'](_0x3a4291[_0x19a3d6(0x6d3)])?!0x1:_0x3a4291[_0x19a3d6(0x550)]!==_0x19a3d6(0x4e9);}['_leaseAppliesToHostUnit'](_0x38cb4d,_0x4a3b98){const _0x2361f5=_0x118bac;return _0x38cb4d['hostUnitId']==null||_0x38cb4d[_0x2361f5(0x2dc)]===_0x4a3b98;}[_0x118bac(0x307)](_0x4a6317,_0x1a557e){const _0xdaf0ca=_0x118bac;let _0x4d30d9=this['_runtimeScopes'][_0xdaf0ca(0x714)](_0x4a6317);return!!_0x4d30d9&&(_0x4d30d9[_0xdaf0ca(0x2dc)]==null||_0x4d30d9[_0xdaf0ca(0x2dc)]===_0x1a557e);}[_0x118bac(0x66f)](_0x37528e,_0x5cc338){const _0x3faee0=_0x118bac;var _0x45aee3;return _0x37528e[_0x3faee0(0x4c1)]===_0x5cc338||((_0x45aee3=_0x37528e[_0x3faee0(0x4c5)])==null?void 0x0:_0x45aee3[_0x3faee0(0x2a5)](_0x5cc338))===!0x0;}[_0x118bac(0x2c4)](_0x1eac38,_0x53d60a){const _0x3931fd=_0x118bac;var _0x1a598b;if(((_0x1a598b=this[_0x3931fd(0x13e)][_0x3931fd(0x714)](_0x1eac38))==null?void 0x0:_0x1a598b['childUnitId'])===_0x53d60a)return!0x0;let _0x51f74c=this[_0x3931fd(0x440)][_0x3931fd(0x714)](_0x1eac38);return!!_0x51f74c&&[..._0x51f74c]['some'](_0x551068=>this[_0x3931fd(0x66f)](_0x551068,_0x53d60a));}[_0x118bac(0x4aa)](_0x689763){const _0x4a3bdc=_0x118bac;return _0x689763!==_0x4a3bdc(0x4e9);}[_0x118bac(0x149)](_0x31443b){const _0x4cbf92=_0x118bac;let _0x55b23c=this['_resolveChildSessionMode'](_0x31443b);return _0x55b23c===_0x4cbf92(0x3b8)?0x1e:_0x55b23c===_0x4cbf92(0x3d8)?0x14:_0x55b23c===_0x4cbf92(0x3fd)?0xa:0x0;}[_0x118bac(0x3d2)](_0x56f8c9){const _0x9a82b7=_0x118bac;return _0x56f8c9[_0x9a82b7(0x760)]?_0x56f8c9[_0x9a82b7(0x760)]:_0x56f8c9[_0x9a82b7(0x6d3)]==='fullscreen-runtime'?'child-fullscreen':_0x56f8c9[_0x9a82b7(0x6d3)]===_0x9a82b7(0x317)||_0x56f8c9[_0x9a82b7(0x6d3)]==='doc-block-stage2-runtime'?_0x9a82b7(0x3d8):_0x56f8c9[_0x9a82b7(0x6d3)]===_0x9a82b7(0x498)?_0x9a82b7(0x3fd):_0x56f8c9['role']===_0x9a82b7(0x708)?'child-keyboard':'host-passive';}[_0x118bac(0xb8)](_0x36b95b,_0x11ee85){const _0x21a31f=_0x118bac;return _0x11ee85[_0x21a31f(0x46f)]('['+_0x123f1e+'=\x22'+_0x36b95b+'\x22]')!=null;}[_0x118bac(0x41e)](_0x4e4594,_0x326afc){const _0x35069d=_0x118bac;var _0x4c8083,_0x1581d3;let _0xb8d0b3=typeof(_0x326afc==null?void 0x0:_0x326afc[_0x35069d(0x179)])==_0x35069d(0x52a)?_0x326afc[_0x35069d(0x179)]():void 0x0,_0x3aee44=_0xb8d0b3==null?void 0x0:_0xb8d0b3['find'](_0x455c0e=>this[_0x35069d(0x62a)](_0x455c0e)&&_0x455c0e['hasAttribute']('data-embed-interaction-boundary-owner')),_0x24ccfe=_0x3aee44==null?this['_isHTMLElement'](_0x4e4594)?(_0x4c8083=_0x4e4594['closest'](_0x35069d(0x331)))==null?void 0x0:_0x4c8083:void 0x0:_0x3aee44;return(_0x1581d3=_0x24ccfe==null?void 0x0:_0x24ccfe['getAttribute'](_0x35069d(0x55c)))==null?this[_0x35069d(0x1e7)](_0x326afc):_0x1581d3;}[_0x118bac(0x1e7)](_0x43f15c){const _0x57ef0=_0x118bac;let _0x3bc9ae=this[_0x57ef0(0x693)](_0x43f15c);if(!_0x3bc9ae)return;let _0x46ae03;for(let [_0x1474f3,_0x50bfd4]of this[_0x57ef0(0x39c)])for(let _0x38f221 of _0x50bfd4){let _0x26d348=_0x38f221[_0x57ef0(0x6b7)]();if(!this['_rectContainsPoint'](_0x26d348,_0x3bc9ae[_0x57ef0(0x100)],_0x3bc9ae[_0x57ef0(0x573)]))continue;let _0x3f1f4e=_0x26d348[_0x57ef0(0x5df)]*_0x26d348[_0x57ef0(0x2c7)];(!_0x46ae03||_0x3f1f4e<_0x46ae03[_0x57ef0(0x2f2)])&&(_0x46ae03={'embedId':_0x1474f3,'area':_0x3f1f4e});}return _0x46ae03==null?void 0x0:_0x46ae03['embedId'];}[_0x118bac(0x693)](_0x1ee401){const _0x404d60=_0x118bac;let _0x3706a2=_0x1ee401;if(_0x3706a2){if(Number[_0x404d60(0xf6)](_0x3706a2[_0x404d60(0x100)])&&Number[_0x404d60(0xf6)](_0x3706a2[_0x404d60(0x573)]))return{'clientX':_0x3706a2[_0x404d60(0x100)],'clientY':_0x3706a2[_0x404d60(0x573)]};if(Number[_0x404d60(0xf6)](_0x3706a2['x'])&&Number[_0x404d60(0xf6)](_0x3706a2['y']))return{'clientX':_0x3706a2['x'],'clientY':_0x3706a2['y']};}}[_0x118bac(0x124)](_0x18d62c,_0x15b427,_0x18beae){const _0x39251c=_0x118bac;return _0x18d62c[_0x39251c(0x5df)]>0x0&&_0x18d62c[_0x39251c(0x2c7)]>0x0&&_0x15b427>=_0x18d62c[_0x39251c(0x41d)]&&_0x15b427<=_0x18d62c['right']&&_0x18beae>=_0x18d62c[_0x39251c(0x4bc)]&&_0x18beae<=_0x18d62c['bottom'];}[_0x118bac(0x11b)](){const _0x465df6=_0x118bac;var _0x2b79a7;let _0x36dc52=this[_0x465df6(0x147)]();if(!this['_isHTMLElement'](_0x36dc52))return;let _0x7f2006=_0x36dc52['closest']('['+_0x123f1e+']');if(!_0x7f2006)return;let _0x576df7=_0x7f2006[_0x465df6(0x38c)](_0x123f1e),_0x4c7e5d=(_0x2b79a7=_0x36dc52[_0x465df6(0x46f)](_0x465df6(0x2d2)))==null?void 0x0:_0x2b79a7[_0x465df6(0x38c)](_0x451258);return _0x576df7&&this[_0x465df6(0x6c9)](_0x4c7e5d)?{'embedId':_0x576df7,'role':_0x4c7e5d}:void 0x0;}['_isHTMLElement'](_0x19cbb3){const _0x48dd45=_0x118bac;var _0x381795;if(!_0x19cbb3)return!0x1;let _0x3172c9=(_0x381795=_0x19cbb3[_0x48dd45(0x18b)])==null?void 0x0:_0x381795['defaultView'];return _0x3172c9?_0x19cbb3 instanceof _0x3172c9[_0x48dd45(0xea)]:typeof HTMLElement<'u'&&_0x19cbb3 instanceof HTMLElement;}['_isRuntimeFocusRole'](_0x27a579){const _0x59cfc4=_0x118bac;return _0x27a579===_0x59cfc4(0x4e9)||_0x27a579==='child-session'||_0x27a579==='child-editor'||_0x27a579===_0x59cfc4(0x10a)||_0x27a579===_0x59cfc4(0xff);}[_0x118bac(0x147)](){const _0x181d43=_0x118bac;for(let _0x8c9a2d of this[_0x181d43(0x39c)]['values']()){var _0xd2465;let _0x4261f7=(_0xd2465=_0x8c9a2d[_0x181d43(0x308)]()[_0x181d43(0x2f7)]()['value'])==null?void 0x0:_0xd2465[_0x181d43(0x18b)];if(_0x4261f7!=null&&_0x4261f7[_0x181d43(0xfc)])return _0x4261f7[_0x181d43(0xfc)];}return typeof document>'u'?null:document['activeElement'];}[_0x118bac(0x5a9)](_0xb74ffe){const _0xef39bf=_0x118bac;var _0x2a2108,_0x3b10e0;let _0x280def=this[_0xef39bf(0x39c)][_0xef39bf(0x714)](_0xb74ffe),_0x57a6ec=_0x280def==null||(_0x2a2108=_0x280def['values']()[_0xef39bf(0x2f7)]()[_0xef39bf(0x664)])==null?void 0x0:_0x2a2108[_0xef39bf(0x18b)];return(_0x3b10e0=_0x57a6ec==null?void 0x0:_0x57a6ec[_0xef39bf(0xfc)])==null?typeof document>'u'?null:document['activeElement']:_0x3b10e0;}[_0x118bac(0x568)](){const _0x2d62f2=_0x118bac;this[_0x2d62f2(0x60f)]['next']();}[_0x118bac(0x34b)](){const _0x35782a=_0x118bac;this[_0x35782a(0x65a)][_0x35782a(0x2f7)]();}};let _0x123f1e=_0x118bac(0x55c);var _0x7aa80d=class{constructor(){const _0x2b0542=_0x118bac;_0x2d0c25(this,'_roots',new Map()),_0x2d0c25(this,'_portalObservers',new WeakMap()),_0x2d0c25(this,_0x2b0542(0x704),new WeakMap()),_0x2d0c25(this,_0x2b0542(0x348),void 0x0);}[_0x118bac(0x56f)](_0x36688b,_0x1b17a3){const _0x12bff0=_0x118bac;let _0x33863e=this['_roots'][_0x12bff0(0x714)](_0x36688b);_0x33863e||(_0x33863e=new Set(),this[_0x12bff0(0x339)]['set'](_0x36688b,_0x33863e)),_0x33863e['add'](_0x1b17a3);let _0x2bfe48=_0x1b17a3[_0x12bff0(0x38c)](_0x123f1e);_0x1b17a3[_0x12bff0(0x3e7)](_0x123f1e,_0x36688b);let _0x698b18=this['_registerRootPopupDescendantFocusRoles'](_0x36688b,_0x1b17a3),_0x5a49d0=()=>this[_0x12bff0(0x2be)](_0x36688b,_0x1b17a3[_0x12bff0(0x18b)]);return _0x1b17a3[_0x12bff0(0x607)](_0x12bff0(0x3a8),_0x5a49d0,!0x0),_0x1b17a3[_0x12bff0(0x607)](_0x12bff0(0x2f6),_0x5a49d0,!0x0),_0x1b17a3['addEventListener']('focusin',_0x5a49d0,!0x0),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x134ae8=_0x12bff0;var _0x26dba4;_0x698b18['dispose'](),_0x1b17a3[_0x134ae8(0x5cf)](_0x134ae8(0x3a8),_0x5a49d0,!0x0),_0x1b17a3['removeEventListener'](_0x134ae8(0x2f6),_0x5a49d0,!0x0),_0x1b17a3['removeEventListener'](_0x134ae8(0x640),_0x5a49d0,!0x0),((_0x26dba4=this['_pendingPortalOwner'])==null?void 0x0:_0x26dba4['embedId'])===_0x36688b&&this[_0x134ae8(0x348)]['document']===_0x1b17a3['ownerDocument']&&(this[_0x134ae8(0x348)]=void 0x0),_0x33863e==null||_0x33863e[_0x134ae8(0x2cd)](_0x1b17a3),_0x33863e&&_0x33863e['size']===0x0&&this[_0x134ae8(0x339)][_0x134ae8(0x2cd)](_0x36688b),_0x2bfe48==null?_0x1b17a3[_0x134ae8(0x30f)](_0x123f1e):_0x1b17a3['setAttribute'](_0x123f1e,_0x2bfe48);});}[_0x118bac(0x405)](_0x370448,_0x26cd54){const _0x2cbdc8=_0x118bac;let _0x46ca24=_0x26cd54[_0x2cbdc8(0x18b)][_0x2cbdc8(0x4de)],_0x1b2747=new Map(),_0x2fa1f8=new Map(),_0x4857ae,_0x377301=!0x1,_0x4104a8=_0x253f4d=>{const _0x160372=_0x2cbdc8;_0x1b2747['has'](_0x253f4d)||_0x1b2747[_0x160372(0x3d4)](_0x253f4d,_0x253f4d[_0x160372(0x38c)](_0x123f1e)),_0x2fa1f8[_0x160372(0x722)](_0x253f4d)||_0x2fa1f8[_0x160372(0x3d4)](_0x253f4d,_0x253f4d['getAttribute'](_0x451258));},_0x4cc32=_0x4c03c2=>{const _0x291304=_0x2cbdc8;_0x4104a8(_0x4c03c2),_0x4c03c2[_0x291304(0x3e7)](_0x123f1e,_0x370448),_0x4c03c2[_0x291304(0x3e7)](_0x451258,_0x291304(0x10a));},_0xb35366=_0x5c81de=>{const _0x59ce4a=_0x2cbdc8;this['_isUniverPortalTreeElement'](_0x5c81de)&&(_0x4cc32(_0x5c81de),_0x5c81de[_0x59ce4a(0x66b)]('*')[_0x59ce4a(0x362)](_0x4cc32));},_0x1b835e=_0xc20aa=>{const _0x166e5d=_0x2cbdc8;_0x377301||(_0xb35366(_0xc20aa),_0xc20aa['querySelectorAll']('*')[_0x166e5d(0x362)](_0x2ce1dd=>_0xb35366(_0x2ce1dd)));};return _0x1b835e(_0x26cd54),_0x46ca24!=null&&_0x46ca24[_0x2cbdc8(0x1b6)]&&(_0x4857ae=new _0x46ca24[(_0x2cbdc8(0x1b6))](_0xcd1371=>{_0xcd1371['forEach'](_0x4d1ee3=>{const _0x17f47e=_0x511b;_0x4d1ee3['addedNodes'][_0x17f47e(0x362)](_0x3e122d=>{_0x3e122d instanceof _0x46ca24['HTMLElement']&&_0x1b835e(_0x3e122d);});});}),_0x4857ae['observe'](_0x26cd54,{'childList':!0x0,'subtree':!0x0})),(0x0,_0x4a1c51[_0x2cbdc8(0xbb)])(()=>{const _0x9d9a28=_0x2cbdc8;_0x377301=!0x0,_0x4857ae==null||_0x4857ae[_0x9d9a28(0x1ed)](),_0x1b2747[_0x9d9a28(0x362)]((_0x4fc657,_0x1c770a)=>{const _0x15e660=_0x9d9a28;if(_0x4fc657==null){_0x1c770a[_0x15e660(0x30f)](_0x123f1e);return;}_0x1c770a['setAttribute'](_0x123f1e,_0x4fc657);}),_0x2fa1f8[_0x9d9a28(0x362)]((_0xb137a4,_0x871ca0)=>{const _0x31b33d=_0x9d9a28;if(_0xb137a4==null){_0x871ca0[_0x31b33d(0x30f)](_0x451258);return;}_0x871ca0[_0x31b33d(0x3e7)](_0x451258,_0xb137a4);});});}[_0x118bac(0x41a)](_0x2d8a0f,_0x173843){const _0x455e70=_0x118bac;let _0x16b5d6=this[_0x455e70(0x339)][_0x455e70(0x714)](_0x2d8a0f);_0x16b5d6||(_0x16b5d6=new Set(),this[_0x455e70(0x339)][_0x455e70(0x3d4)](_0x2d8a0f,_0x16b5d6)),_0x16b5d6['add'](_0x173843);let _0x56e447=this[_0x455e70(0x282)](_0x2d8a0f,_0x173843);return(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x497b08=_0x455e70;_0x16b5d6==null||_0x16b5d6[_0x497b08(0x2cd)](_0x173843),_0x16b5d6&&_0x16b5d6[_0x497b08(0x347)]===0x0&&this['_roots']['delete'](_0x2d8a0f),_0x56e447['dispose']();});}[_0x118bac(0x1e8)](_0x30ed5a,_0x46211d,_0x21c773){const _0x76462d=_0x118bac;let _0x117efb=typeof(_0x21c773==null?void 0x0:_0x21c773[_0x76462d(0x179)])==_0x76462d(0x52a)?_0x21c773[_0x76462d(0x179)]():void 0x0;if(_0x117efb!=null&&_0x117efb[_0x76462d(0x48c)](_0x2beda6=>_0x2beda6 instanceof HTMLElement&&this['_isOwnedElement'](_0x30ed5a,_0x2beda6)))return!0x0;if(!(_0x46211d instanceof HTMLElement))return!0x1;if(this['_isOwnedElement'](_0x30ed5a,_0x46211d))return!0x0;if(!_0x30ed5a)return Array['from'](this[_0x76462d(0x339)][_0x76462d(0x308)]())['some'](_0x1eb091=>[..._0x1eb091][_0x76462d(0x48c)](_0x11d8f9=>_0x11d8f9['isConnected']&&_0x11d8f9['contains'](_0x46211d)));let _0x1f4991=this[_0x76462d(0x339)]['get'](_0x30ed5a);return!!_0x1f4991&&[..._0x1f4991]['some'](_0x5c8f75=>_0x5c8f75['isConnected']&&_0x5c8f75[_0x76462d(0x1e8)](_0x46211d));}[_0x118bac(0x63b)](_0x176a4c){const _0x88ecc1=_0x118bac;let _0x2fe802=_0x176a4c?this[_0x88ecc1(0x704)]['get'](_0x176a4c):typeof document<'u'?this[_0x88ecc1(0x704)][_0x88ecc1(0x714)](document):void 0x0;if(_0x2fe802!=null&&_0x2fe802['length'])return!0x0;let _0x41d9a9=this['_pendingPortalOwner'];return!_0x41d9a9||Date[_0x88ecc1(0x765)]()>_0x41d9a9[_0x88ecc1(0x4dc)]?!0x1:!_0x176a4c||_0x41d9a9[_0x88ecc1(0xc6)]===_0x176a4c;}[_0x118bac(0x2e3)](_0x25e12b,_0x5c7b4b){const _0x1fa2ad=_0x118bac;if(!_0x25e12b)return!0x1;let _0x350a42=_0x5c7b4b?this['_activePortalOwners'][_0x1fa2ad(0x714)](_0x5c7b4b):typeof document<'u'?this['_activePortalOwners']['get'](document):void 0x0;if(_0x350a42!=null&&_0x350a42['some'](_0x3e40bc=>_0x3e40bc[_0x1fa2ad(0x5bc)]===_0x25e12b))return!0x0;let _0x6c35c6=this[_0x1fa2ad(0x348)];return!_0x6c35c6||_0x6c35c6[_0x1fa2ad(0x5bc)]!==_0x25e12b||Date[_0x1fa2ad(0x765)]()>_0x6c35c6[_0x1fa2ad(0x4dc)]?!0x1:!_0x5c7b4b||_0x6c35c6[_0x1fa2ad(0xc6)]===_0x5c7b4b;}[_0x118bac(0x125)](_0x30f69f,_0x3ce341){const _0x13fcc8=_0x118bac;!_0x30f69f||!(_0x3ce341!=null&&_0x3ce341['body'])||this[_0x13fcc8(0x4e8)](_0x30f69f,_0x3ce341)[_0x13fcc8(0x362)](_0xc3ba7=>this[_0x13fcc8(0x1f4)](_0xc3ba7,_0x3ce341));}['activatePortalScope'](_0x1193bd,_0x546176){const _0x488aed=_0x118bac;var _0x1783f1,_0x4d9636;if(!(_0x546176!=null&&_0x546176[_0x488aed(0x627)]))return(0x0,_0x4a1c51['toDisposable'])(()=>{});let _0x26a098=Symbol(_0x1193bd),_0x28d018=(_0x1783f1=this[_0x488aed(0x704)][_0x488aed(0x714)](_0x546176))==null?[]:_0x1783f1;return _0x28d018[_0x488aed(0x6f2)]({'embedId':_0x1193bd,'token':_0x26a098}),this[_0x488aed(0x704)][_0x488aed(0x3d4)](_0x546176,_0x28d018),this['_ensurePortalObserver'](_0x546176),this['_markExistingBodyPortals'](_0x1193bd,_0x546176,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x488aed(0x50d)](_0x1193bd,_0x546176),(_0x4d9636=_0x546176[_0x488aed(0x4de)])==null||_0x4d9636[_0x488aed(0x1cb)](()=>{const _0x5aee56=_0x488aed;let _0x2f1938=this[_0x5aee56(0x6ad)](_0x546176);(_0x2f1938==null?void 0x0:_0x2f1938[_0x5aee56(0x5bc)])===_0x1193bd&&_0x2f1938[_0x5aee56(0x461)]===_0x26a098&&(this['_markExistingBodyPortals'](_0x1193bd,_0x546176,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x5aee56(0x50d)](_0x1193bd,_0x546176));},0x0),(0x0,_0x4a1c51[_0x488aed(0xbb)])(()=>{const _0x5d3622=_0x488aed;let _0x267cc5=this[_0x5d3622(0x704)][_0x5d3622(0x714)](_0x546176),_0x44574f=!0x1;if(_0x267cc5){let _0x558edc=_0x267cc5[_0x5d3622(0x54a)](_0x5a8e87=>_0x5a8e87[_0x5d3622(0x5bc)]===_0x1193bd&&_0x5a8e87[_0x5d3622(0x461)]===_0x26a098);_0x558edc>=0x0&&_0x267cc5['splice'](_0x558edc,0x1),_0x44574f=_0x267cc5[_0x5d3622(0x48c)](_0x391de7=>_0x391de7[_0x5d3622(0x5bc)]===_0x1193bd),_0x267cc5[_0x5d3622(0x51d)]===0x0&&this[_0x5d3622(0x704)]['delete'](_0x546176);}_0x44574f||this[_0x5d3622(0x5f4)](_0x1193bd,_0x546176);let _0x5ba8bb=this[_0x5d3622(0x6ad)](_0x546176);_0x5ba8bb&&(this['_markExistingBodyPortals'](_0x5ba8bb[_0x5d3622(0x5bc)],_0x546176,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x5d3622(0x50d)](_0x5ba8bb[_0x5d3622(0x5bc)],_0x546176));});}[_0x118bac(0x4e8)](_0x50c333,_0x2cf055){const _0x51a0ae=_0x118bac;var _0x500fc6;let _0x39ae7d=new Set(),_0xd6b43d=_0x27b73c=>{const _0x521088=_0x511b;let _0x1de1f0=this[_0x521088(0x4eb)](_0x27b73c);!_0x1de1f0||!this[_0x521088(0x33d)](_0x50c333,_0x1de1f0)||_0x39ae7d[_0x521088(0x410)](_0x1de1f0);};return _0x2cf055[_0x51a0ae(0x627)][_0x51a0ae(0x66b)]('['+_0x123f1e+'=\x22'+_0x50c333+'\x22]')['forEach'](_0xd6b43d),(_0x500fc6=this[_0x51a0ae(0x339)][_0x51a0ae(0x714)](_0x50c333))==null||_0x500fc6[_0x51a0ae(0x362)](_0x20aa29=>{const _0x38ea50=_0x51a0ae;_0x20aa29['isConnected']&&(_0xd6b43d(_0x20aa29),_0x20aa29[_0x38ea50(0x66b)]('*')[_0x38ea50(0x362)](_0xd6b43d));}),[..._0x39ae7d][_0x51a0ae(0x76c)]((_0x15345f,_0x420ee5)=>_0x15345f[_0x51a0ae(0x1e8)](_0x420ee5)?0x1:_0x420ee5[_0x51a0ae(0x1e8)](_0x15345f)?-0x1:0x0);}[_0x118bac(0x4eb)](_0x44d610){const _0x224443=_0x118bac;var _0x43a6e4;if(!_0x44d610[_0x224443(0x46f)](_0x224443(0x2a7))&&this['_isUniverPortalTreeElement'](_0x44d610))return(_0x43a6e4=_0x44d610[_0x224443(0x46f)](_0x224443(0x606)))==null?_0x44d610:_0x43a6e4;}['_dispatchEscapeToFloatingSurface'](_0x3bc6cd,_0x31ebad){const _0x585faf=_0x118bac;let _0x3b442a=_0x31ebad[_0x585faf(0x4de)],_0x3b993e=_0x31ebad[_0x585faf(0xfc)]instanceof HTMLElement&&_0x3bc6cd[_0x585faf(0x1e8)](_0x31ebad[_0x585faf(0xfc)])?_0x31ebad[_0x585faf(0xfc)]:_0x3bc6cd,_0x2d2f3e=_0x3b442a!=null&&_0x3b442a[_0x585faf(0x387)]?new _0x3b442a[(_0x585faf(0x387))](_0x585faf(0x449),{'key':'Escape','code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0x585faf(0x449),{'bubbles':!0x0,'cancelable':!0x0});_0x3b993e['dispatchEvent'](_0x2d2f3e);}[_0x118bac(0x33d)](_0x34715d,_0x3c54ce){const _0x50774a=_0x118bac;let _0x669cd2=_0x3c54ce['closest']('['+_0x123f1e+']'),_0x17983e=_0x669cd2==null?void 0x0:_0x669cd2[_0x50774a(0x38c)](_0x123f1e);if(_0x17983e&&(!_0x34715d||_0x17983e===_0x34715d))return!0x0;if(!_0x34715d)return Array[_0x50774a(0x289)](this[_0x50774a(0x339)]['values']())[_0x50774a(0x48c)](_0x586919=>[..._0x586919][_0x50774a(0x48c)](_0x19cffa=>_0x19cffa===_0x3c54ce||_0x19cffa[_0x50774a(0x1e8)](_0x3c54ce)));let _0x12d826=this[_0x50774a(0x339)][_0x50774a(0x714)](_0x34715d);return!!_0x12d826&&[..._0x12d826][_0x50774a(0x48c)](_0x4c2a91=>_0x4c2a91===_0x3c54ce||_0x4c2a91['contains'](_0x3c54ce));}[_0x118bac(0x2be)](_0xac9cce,_0x362b33){const _0x29679b=_0x118bac;var _0x3d6453;_0x362b33!=null&&_0x362b33['body']&&(this['_pendingPortalOwner']={'embedId':_0xac9cce,'document':_0x362b33,'expiresAt':Date['now']()+0x3e8},this[_0x29679b(0x3c5)](_0x362b33),this[_0x29679b(0xdb)](_0xac9cce,_0x362b33,{'includeAppShellEditorPortal':!0x1}),(_0x3d6453=_0x362b33[_0x29679b(0x4de)])==null||_0x3d6453[_0x29679b(0x1cb)](()=>{const _0x37a02b=_0x29679b;let _0x42b692=this[_0x37a02b(0x348)];(_0x42b692==null?void 0x0:_0x42b692[_0x37a02b(0x5bc)])===_0xac9cce&&_0x42b692[_0x37a02b(0xc6)]===_0x362b33&&Date[_0x37a02b(0x765)]()<=_0x42b692['expiresAt']&&this['_markExistingBodyPortals'](_0xac9cce,_0x362b33,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x118bac(0x3c5)](_0x3b95b5){const _0x544569=_0x118bac;if(this[_0x544569(0x577)][_0x544569(0x722)](_0x3b95b5)||!_0x3b95b5[_0x544569(0x627)])return;let _0x31c53a=_0x3b95b5[_0x544569(0x4de)];if(!(_0x31c53a!=null&&_0x31c53a[_0x544569(0x1b6)]))return;let _0x556319=new _0x31c53a[(_0x544569(0x1b6))](_0x4ecae5=>{const _0x1522b4=_0x544569;let _0x109a07=this[_0x1522b4(0x3a4)](_0x3b95b5);if(!_0x109a07)return;let _0x11531b={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x109a07['stable'],'allowDirectBodyPortal':!_0x109a07['stable']};_0x4ecae5[_0x1522b4(0x362)](_0x3051bd=>{const _0x3f0f8b=_0x1522b4;_0x3051bd[_0x3f0f8b(0x614)]==='attributes'&&_0x3051bd['target']instanceof _0x31c53a[_0x3f0f8b(0xea)]&&this[_0x3f0f8b(0x763)](_0x3051bd[_0x3f0f8b(0x6a7)],_0x109a07[_0x3f0f8b(0x5bc)],_0x3b95b5,_0x11531b),_0x3051bd[_0x3f0f8b(0x398)][_0x3f0f8b(0x362)](_0x5c395d=>{const _0x41d71d=_0x3f0f8b;_0x5c395d instanceof _0x31c53a[_0x41d71d(0xea)]&&(this['_markBodyPortalOwner'](_0x5c395d,_0x109a07[_0x41d71d(0x5bc)],_0x3b95b5,_0x11531b),_0x5c395d[_0x41d71d(0x66b)]('*')['forEach'](_0x48a791=>{const _0x448ef4=_0x41d71d;this[_0x448ef4(0x763)](_0x48a791,_0x109a07[_0x448ef4(0x5bc)],_0x3b95b5,_0x11531b);}));});}),_0x109a07[_0x1522b4(0x379)]&&this[_0x1522b4(0x50d)](_0x109a07[_0x1522b4(0x5bc)],_0x3b95b5);});_0x556319['observe'](_0x3b95b5['body'],{'attributeFilter':[_0x544569(0xdd),_0x544569(0x769),'id','role',_0x544569(0x5d3)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x556319[_0x544569(0x158)](),this[_0x544569(0x577)][_0x544569(0x3d4)](_0x3b95b5,_0x556319);}[_0x118bac(0x763)](_0x51f4ed,_0x2aec27,_0x1fde98,_0x4ec57c={}){const _0x38b8eb=_0x118bac;_0x4ec57c['allowDirectBodyPortal']===!0x1&&_0x51f4ed[_0x38b8eb(0x6d4)]===_0x1fde98['body']&&!this[_0x38b8eb(0xf7)](_0x51f4ed)&&!this['_isAppShellEditorPortalCandidate'](_0x51f4ed)||this[_0x38b8eb(0x632)](_0x51f4ed,_0x1fde98,_0x4ec57c)&&(!this[_0x38b8eb(0x33c)](_0x51f4ed)&&this['_isDetachedOffscreenPortalCandidate'](_0x51f4ed,_0x1fde98)||(this[_0x38b8eb(0x363)](_0x51f4ed,_0x2aec27,_0x1fde98),this['_markInteractionBoundaryOwnerTree'](_0x2aec27,_0x51f4ed,{'transient':!0x0}),this[_0x38b8eb(0x192)](_0x51f4ed,_0x4ec57c)));}[_0x118bac(0xdb)](_0x10adf5,_0x3a1812,_0xcc27ed={}){const _0x17da37=_0x118bac;_0x3a1812['body'][_0x17da37(0x66b)]('*')[_0x17da37(0x362)](_0x20a456=>{const _0x2d17ef=_0x17da37;this[_0x2d17ef(0x763)](_0x20a456,_0x10adf5,_0x3a1812,{'includeAppShellEditorPortal':_0xcc27ed[_0x2d17ef(0xd7)],'allowOwnedPortalReassignment':_0xcc27ed['allowOwnedPortalReassignment'],'allowDirectBodyPortal':_0xcc27ed['allowDirectBodyPortal']});});}['_isBodyPortalCandidate'](_0x15670a,_0x4dea71,_0x4c1465={}){const _0x564811=_0x118bac;if(!_0x4dea71[_0x564811(0x627)][_0x564811(0x1e8)](_0x15670a))return!0x1;let _0x3aaef0=!!_0x4c1465['includeAppShellEditorPortal']&&this['_isAppShellEditorPortalCandidate'](_0x15670a),_0x29117a=this[_0x564811(0xf7)](_0x15670a);if(!_0x4c1465['allowOwnedPortalReassignment']&&!_0x3aaef0&&_0x15670a[_0x564811(0x46f)](_0x564811(0x331))||_0x15670a['id']===_0x564811(0x58d))return!0x1;let _0x4b372d=_0x15670a[_0x564811(0x6d4)];return!!_0x4c1465[_0x564811(0x1e3)]&&_0x4b372d===_0x4dea71[_0x564811(0x627)]||(_0x4b372d==null?void 0x0:_0x4b372d[_0x564811(0x46f)](_0x564811(0x208)))!=null||_0x29117a||_0x3aaef0;}[_0x118bac(0x33c)](_0x3ea788){const _0x3c16e3=_0x118bac;var _0xc06feb,_0x2be70b;return((_0xc06feb=_0x3ea788[_0x3c16e3(0x6d4)])==null?void 0x0:_0xc06feb['id'])!==_0x3c16e3(0x58d)&&((_0x2be70b=_0x3ea788[_0x3c16e3(0x46f)](_0x3c16e3(0x75c)))==null?void 0x0:_0x2be70b[_0x3c16e3(0x6d4)])!==_0x3ea788[_0x3c16e3(0x18b)][_0x3c16e3(0x627)]?!0x1:_0x3ea788['id'][_0x3c16e3(0x5ea)](_0x3c16e3(0x238))||_0x3ea788['id'][_0x3c16e3(0x5ea)](_0x3c16e3(0x488))||_0x3ea788[_0x3c16e3(0x46f)]('[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]')!=null||_0x3ea788['closest']('[id^=\x22__editor___INTERNAL_EDITOR__\x22]')!=null;}['_isHostDocEditorPortal'](_0x2df718){const _0x27c8aa=_0x118bac;return _0x2df718['id'][_0x27c8aa(0x5ea)]('__editor_docs-')||_0x2df718['id'][_0x27c8aa(0x5ea)](_0x27c8aa(0x2b4))||_0x2df718[_0x27c8aa(0x46f)]('[id^=\x22univer-doc-selection-container-docs-\x22]')!=null||_0x2df718[_0x27c8aa(0x46f)](_0x27c8aa(0x739))!=null;}['_isUniverPortalCandidate'](_0x6b5a83){const _0x30d3ed=_0x118bac;let _0x29bad3=typeof _0x6b5a83['className']==_0x30d3ed(0x1b3)?_0x6b5a83[_0x30d3ed(0xbf)]:'';if(_0x6b5a83['getAttribute'](_0x30d3ed(0x769))===_0x30d3ed(0xd9)||_0x6b5a83[_0x30d3ed(0x19a)][_0x30d3ed(0x1e8)](_0x30d3ed(0x616))||_0x6b5a83[_0x30d3ed(0x19a)][_0x30d3ed(0x1e8)]('univer-popover')||_0x6b5a83['classList'][_0x30d3ed(0x1e8)](_0x30d3ed(0x1c8))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x30d3ed(0x4b9)](_0x29bad3))return!0x0;let _0x28d435=_0x6b5a83[_0x30d3ed(0x38c)]('role');return _0x28d435===_0x30d3ed(0x24e)||_0x28d435===_0x30d3ed(0x152)||_0x28d435===_0x30d3ed(0x4c6)||_0x28d435===_0x30d3ed(0x571)||_0x6b5a83[_0x30d3ed(0x39b)](_0x30d3ed(0x70f));}[_0x118bac(0x17f)](_0x148e03,_0x32f550){const _0x2cd528=_0x118bac;var _0x20914d,_0xc81f35;if(!this['_isUniverPortalTreeElement'](_0x148e03))return!0x1;let _0x36de39=(_0x20914d=_0x148e03[_0x2cd528(0x46f)](_0x2cd528(0x606)))==null?_0x148e03:_0x20914d,_0x2dff11=(_0xc81f35=_0x36de39['closest']('#app'))==null?_0x36de39[_0x2cd528(0x6d4)]:_0xc81f35;if(_0x36de39[_0x2cd528(0x6d4)]!==_0x32f550[_0x2cd528(0x627)]&&(_0x2dff11==null?void 0x0:_0x2dff11[_0x2cd528(0x6d4)])!==_0x32f550[_0x2cd528(0x627)])return!0x1;let _0x51ed22=_0x32f550[_0x2cd528(0x4de)];if(!_0x51ed22)return!0x1;let _0x430ecd=_0x36de39[_0x2cd528(0x6b7)]();return _0x430ecd['right']<0x0||_0x430ecd[_0x2cd528(0x587)]<0x0||_0x430ecd[_0x2cd528(0x41d)]>_0x51ed22[_0x2cd528(0x6a4)]||_0x430ecd[_0x2cd528(0x4bc)]>_0x51ed22[_0x2cd528(0x480)]?!0x0:_0x430ecd[_0x2cd528(0x5df)]<=0x0||_0x430ecd['height']<=0x0?_0x430ecd['left']<0x0||_0x430ecd[_0x2cd528(0x4bc)]<0x0||_0x430ecd[_0x2cd528(0x41d)]>_0x51ed22[_0x2cd528(0x6a4)]||_0x430ecd['top']>_0x51ed22[_0x2cd528(0x480)]:!0x1;}[_0x118bac(0x192)](_0x248f1f,_0x2a4164={}){const _0x9c4304=_0x118bac;let _0x29240d=_0x2a4164[_0x9c4304(0xd7)]&&this[_0x9c4304(0x33c)](_0x248f1f)?'child-editor':this[_0x9c4304(0x12e)](_0x248f1f)?_0x9c4304(0x10a):void 0x0;_0x29240d&&(_0x248f1f[_0x9c4304(0x3e7)](_0x451258,_0x29240d),_0x248f1f[_0x9c4304(0x66b)]('*')['forEach'](_0xb03385=>{const _0x3470e7=_0x9c4304;_0xb03385[_0x3470e7(0x3e7)](_0x451258,_0x29240d);}));}[_0x118bac(0x282)](_0x2ee0fe,_0xff9158,_0x518dba={}){const _0x3ce8a4=_0x118bac;let _0x5a345c=new Map(),_0x402919=_0x3e526f=>{const _0x15571a=_0x511b;_0x518dba[_0x15571a(0x55f)]||_0x5a345c['set'](_0x3e526f,_0x3e526f[_0x15571a(0x38c)](_0x123f1e)),_0x3e526f[_0x15571a(0x3e7)](_0x123f1e,_0x2ee0fe);};return _0x402919(_0xff9158),_0xff9158['querySelectorAll']('*')[_0x3ce8a4(0x362)](_0x402919),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x9a307a=_0x3ce8a4;_0x5a345c[_0x9a307a(0x362)]((_0x35341d,_0x4e2958)=>{const _0x1c9e44=_0x9a307a;if(_0x35341d==null){_0x4e2958[_0x1c9e44(0x30f)](_0x123f1e);return;}_0x4e2958['setAttribute'](_0x123f1e,_0x35341d);});});}['_isUniverPortalTreeElement'](_0x41d756){const _0x201f01=_0x118bac;return this[_0x201f01(0xf7)](_0x41d756)||_0x41d756[_0x201f01(0x46f)](_0x201f01(0x606))!=null;}[_0x118bac(0x3a4)](_0x2ae774){const _0x4db13a=_0x118bac;let _0x16210c=this[_0x4db13a(0x6ad)](_0x2ae774);if(_0x16210c)return{'embedId':_0x16210c[_0x4db13a(0x5bc)],'stable':!0x0};let _0x4dedda=this['_pendingPortalOwner'];if(_0x4dedda&&_0x4dedda[_0x4db13a(0xc6)]===_0x2ae774&&Date['now']()<=_0x4dedda['expiresAt'])return{'embedId':_0x4dedda[_0x4db13a(0x5bc)],'stable':!0x1};}[_0x118bac(0x6ad)](_0x19e591){const _0x3ec9cb=_0x118bac;let _0x533d15=this['_activePortalOwners'][_0x3ec9cb(0x714)](_0x19e591);return _0x533d15==null?void 0x0:_0x533d15[_0x533d15[_0x3ec9cb(0x51d)]-0x1];}[_0x118bac(0x50d)](_0x21f2e4,_0x2873fe){const _0x17b8dd=_0x118bac;let _0x5ed3d3=this[_0x17b8dd(0x339)][_0x17b8dd(0x714)](_0x21f2e4);_0x2873fe[_0x17b8dd(0x627)][_0x17b8dd(0x66b)]('['+_0x123f1e+'=\x22'+_0x21f2e4+'\x22]')['forEach'](_0x58827c=>{const _0x48266b=_0x17b8dd;_0x58827c[_0x48266b(0x6d4)]===_0x2873fe[_0x48266b(0x627)]&&(_0x5ed3d3&&[..._0x5ed3d3]['some'](_0x4bd239=>_0x4bd239===_0x58827c||_0x4bd239[_0x48266b(0x1e8)](_0x58827c))||this[_0x48266b(0xf7)](_0x58827c)||this['_isAppShellEditorPortalCandidate'](_0x58827c)||_0x58827c[_0x48266b(0x30f)](_0x123f1e));});}['_blurActiveElementBeforePortalReassignment'](_0x4dccf0,_0x595020,_0x5604fb){const _0x23a332=_0x118bac;let _0x609c18=_0x4dccf0[_0x23a332(0x38c)](_0x123f1e);if(!_0x609c18||_0x609c18===_0x595020)return;let _0x20a511=_0x5604fb['activeElement'];!(_0x20a511 instanceof HTMLElement)||_0x20a511!==_0x4dccf0&&!_0x4dccf0['contains'](_0x20a511)||(_0x20a511[_0x23a332(0x502)](),_0x5604fb[_0x23a332(0xfc)]===_0x20a511&&this[_0x23a332(0x429)](_0x5604fb));}[_0x118bac(0x5f4)](_0x42bc0a,_0x283d9f){const _0x4e0647=_0x118bac;let _0x5eef38=this['_roots'][_0x4e0647(0x714)](_0x42bc0a),_0x582f90=_0x283d9f[_0x4e0647(0x627)][_0x4e0647(0x66b)]('['+_0x123f1e+'=\x22'+_0x42bc0a+'\x22]'),_0x2748e7=_0x4059f8=>_0x5eef38!=null&&[..._0x5eef38][_0x4e0647(0x48c)](_0x3f384a=>_0x3f384a===_0x4059f8||_0x3f384a[_0x4e0647(0x1e8)](_0x4059f8)),_0x4eaf5d=[];_0x582f90[_0x4e0647(0x362)](_0x17a2b8=>{const _0x1ea24d=_0x4e0647;_0x2748e7(_0x17a2b8)||(_0x4eaf5d[_0x1ea24d(0x6f2)](_0x17a2b8),_0x17a2b8[_0x1ea24d(0x30f)](_0x123f1e),this['_removeRuntimeFocusRoleTree'](_0x17a2b8));});let _0x39abb1=_0x283d9f[_0x4e0647(0xfc)];_0x39abb1 instanceof HTMLElement&&_0x4eaf5d[_0x4e0647(0x48c)](_0x87582d=>_0x87582d===_0x39abb1||_0x87582d['contains'](_0x39abb1))&&(_0x39abb1[_0x4e0647(0x502)](),_0x283d9f['activeElement']===_0x39abb1&&this[_0x4e0647(0x429)](_0x283d9f));}[_0x118bac(0x429)](_0x2d5194){const _0x39bdf7=_0x118bac;let _0x236817=_0x2d5194[_0x39bdf7(0x627)];if(!_0x236817)return;let _0x1fb09a=_0x236817[_0x39bdf7(0x38c)](_0x39bdf7(0x3a3));_0x1fb09a==null&&(_0x236817[_0x39bdf7(0x1c4)]=-0x1),_0x236817[_0x39bdf7(0x2ac)]({'preventScroll':!0x0}),_0x1fb09a==null?_0x236817[_0x39bdf7(0x30f)](_0x39bdf7(0x3a3)):_0x236817[_0x39bdf7(0x3e7)](_0x39bdf7(0x3a3),_0x1fb09a),_0x2d5194[_0x39bdf7(0xfc)]!==_0x236817&&this[_0x39bdf7(0x16f)](_0x2d5194);}[_0x118bac(0x16f)](_0x33ffff){const _0x464af9=_0x118bac;var _0x5dfb8a;let _0x2c669d=_0x33ffff[_0x464af9(0x627)];if(!_0x2c669d)return;let _0x240c7b=_0x33ffff[_0x464af9(0x4c7)](_0x464af9(0x596));_0x240c7b['tabIndex']=-0x1,_0x240c7b[_0x464af9(0x3e7)](_0x464af9(0x2ca),_0x464af9(0xd4)),_0x240c7b[_0x464af9(0x5d3)]['cssText']=_0x464af9(0x504),_0x2c669d[_0x464af9(0x6e1)](_0x240c7b),_0x240c7b['focus']({'preventScroll':!0x0}),(_0x5dfb8a=_0x33ffff[_0x464af9(0x4de)])==null||_0x5dfb8a['setTimeout'](()=>_0x240c7b[_0x464af9(0x2f4)](),0x0);}['_removeRuntimeFocusRoleTree'](_0x45a618){const _0x1becfc=_0x118bac;(_0x45a618['getAttribute'](_0x1becfc(0x4a4))===_0x1becfc(0x222)||_0x45a618[_0x1becfc(0x38c)](_0x1becfc(0x4a4))===_0x1becfc(0x10a))&&_0x45a618[_0x1becfc(0x30f)](_0x451258),_0x45a618['querySelectorAll']('['+_0x451258+']')[_0x1becfc(0x362)](_0x4813d6=>{const _0x2b5acf=_0x1becfc;let _0x20f194=_0x4813d6[_0x2b5acf(0x38c)](_0x451258);(_0x20f194===_0x2b5acf(0x222)||_0x20f194===_0x2b5acf(0x10a))&&_0x4813d6[_0x2b5acf(0x30f)](_0x451258);});}},_0x22f07b=class{constructor(_0x2ff7b5={}){const _0x4f91e3=_0x118bac;_0x2d0c25(this,_0x4f91e3(0x11a),new Map()),_0x2d0c25(this,_0x4f91e3(0x3aa),void 0x0),this[_0x4f91e3(0x3aa)]=_0x5776ed(_0x2ff7b5['maxDepth']);}[_0x118bac(0x27c)](_0x2e2a54){const _0x46e1b1=_0x118bac;let _0x1b6614=this['getAncestryForHostUnit'](_0x2e2a54['hostUnitId']);return _0x1b6614[_0x46e1b1(0x48c)](_0x3b4552=>_0x3b4552[_0x46e1b1(0x2dc)]===_0x2e2a54[_0x46e1b1(0x4c1)]||_0x3b4552['childUnitId']===_0x2e2a54['childUnitId'])?{'allowed':!0x1,'reason':_0x46e1b1(0x446),'ancestry':_0x1b6614}:_0x1b6614['length']>=this[_0x46e1b1(0x3aa)]?{'allowed':!0x1,'reason':'max-depth','ancestry':_0x1b6614}:{'allowed':!0x0,'ancestry':_0x1b6614};}[_0x118bac(0x454)](_0x15b522){const _0x471ee4=_0x118bac;let _0x57a91e=[...this['getAncestryForHostUnit'](_0x15b522[_0x471ee4(0x2dc)]),{'hostUnitId':_0x15b522[_0x471ee4(0x2dc)],'embedId':_0x15b522[_0x471ee4(0x5bc)],'childUnitId':_0x15b522[_0x471ee4(0x4c1)]}];return this[_0x471ee4(0x11a)]['set'](_0x15b522[_0x471ee4(0x4c1)],_0x57a91e),(0x0,_0x4a1c51[_0x471ee4(0xbb)])(()=>{const _0x3a8d30=_0x471ee4;this[_0x3a8d30(0x11a)][_0x3a8d30(0x714)](_0x15b522[_0x3a8d30(0x4c1)])===_0x57a91e&&this[_0x3a8d30(0x11a)][_0x3a8d30(0x2cd)](_0x15b522[_0x3a8d30(0x4c1)]);});}[_0x118bac(0x1f0)](_0x1f1509){var _0x3d6d79;return(_0x3d6d79=this['_childUnitAncestry']['get'](_0x1f1509))==null?[]:_0x3d6d79;}['getParentEmbedId'](_0x4a129e){const _0x1de932=_0x118bac;var _0xf0c628;return(_0xf0c628=this[_0x1de932(0x1f0)](_0x4a129e)['at'](-0x1))==null?void 0x0:_0xf0c628['embedId'];}};function _0x5776ed(_0x264ee4){const _0x57a5c3=_0x118bac;return typeof _0x264ee4==_0x57a5c3(0x3bc)&&Number[_0x57a5c3(0xf6)](_0x264ee4)&&_0x264ee4>=0x0?Math['floor'](_0x264ee4):0x1;}let _0x501149=new Set([_0x118bac(0x78d),_0x118bac(0x36a),'identifier:ui.contextmenu.service',_0x118bac(0x575),_0x118bac(0x6c3),_0x118bac(0x202),_0x118bac(0xe0)]);function _0x53c6dd(_0x62053f){const _0x54f7bc=_0x118bac;let _0x120f47=_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x714)](_0x4a1c51[_0x54f7bc(0x723)]),_0x1ac7ba=_0x120f47[_0x54f7bc(0x553)](_0x62053f[_0x54f7bc(0x4c1)],_0x62053f[_0x54f7bc(0x559)]);if(!_0x1ac7ba)return;let _0x5629d0=_0x5903b9(_0x120f47,_0x62053f,_0x1ac7ba,new _0x416516[(_0x54f7bc(0x65e))](_0x1ac7ba),new _0x416516['BehaviorSubject'](_0x1ac7ba[_0x54f7bc(0x5eb)]())),_0x11b6b1=_0x5449b4(_0x62053f),_0x6a07a6=_0x2d4e8f(_0x62053f['injector'][_0x54f7bc(0x714)](_0x4a1c51['ICommandService']),_0x62053f,_0x120f47,_0x11b6b1),_0x36536b=new Map([[_0x4a1c51[_0x54f7bc(0x723)],_0x5629d0],[_0x4a1c51['ICommandService'],_0x6a07a6]]),_0x5bd7e1=[];if(_0x62053f[_0x54f7bc(0x559)]===_0x4a1c51['UniverInstanceType'][_0x54f7bc(0x76a)]&&_0x62053f['injector']['has'](_0x27f87e['IBoardElementService'])){let _0x3ec0c9=_0x62053f['injector'][_0x54f7bc(0x714)](_0x27f87e['IBoardElementService']),_0x4afc28=_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x714)](_0x4a1c51[_0x54f7bc(0xd8)]),_0x4cb282=new _0x48316b[(_0x54f7bc(0x1d8))](_0x4afc28),_0x4ed767=new _0x48316b[(_0x54f7bc(0x762))](_0x3ec0c9),_0x111045=new _0x48316b['BoardDomLayerService'](),_0x4216cd=new _0x48316b[(_0x54f7bc(0x622))](_0x3ec0c9,_0x4cb282),_0x5beedd=new _0x48316b[(_0x54f7bc(0x72c))](_0x6a07a6,_0x3ec0c9,_0x4ed767),_0x527780=new _0x48316b[(_0x54f7bc(0x655))](_0x3ec0c9,_0x4ed767),_0x3a2e56=new _0x48316b[(_0x54f7bc(0x698))](_0x3ec0c9,_0x5beedd,_0x62053f[_0x54f7bc(0x5c1)]['get'](_0x48316b['BoardShapeIntrinsicSizeService'])),_0x5532fb=new _0x48316b[(_0x54f7bc(0x541))](_0x6a07a6,_0x4ed767,_0x4cb282,_0x3ec0c9,_0x3a2e56),_0x31cc3d=new _0x48316b['BoardImageInsertService'](_0x5629d0,_0x5532fb,_0x4afc28,_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x722)](_0x4a1c51['IImageIoService'])?_0x62053f['injector'][_0x54f7bc(0x714)](_0x4a1c51[_0x54f7bc(0x451)]):void 0x0),_0xaf6cce=new _0x48316b['BoardToolService'](_0x4cb282,_0x6a07a6,_0x5629d0,_0x4afc28);_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x13f)],_0x4cb282),_0x36536b['set'](_0x48316b[_0x54f7bc(0x4fd)],_0x4ed767),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x61c)],_0x111045),_0x36536b['set'](_0x48316b[_0x54f7bc(0x72c)],_0x5beedd),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x541)],_0x5532fb),_0x36536b['set'](_0x48316b[_0x54f7bc(0x156)],_0x31cc3d),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x655)],_0x527780),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x622)],_0x4216cd),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b['BoardTextEditingService'],_0x3a2e56),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x39a)],_0xaf6cce),_0x5bd7e1['push'](_0x4cb282,_0x4ed767,_0x111045,_0x3a2e56);}_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x722)](_0x22f07b)&&_0x36536b[_0x54f7bc(0x3d4)](_0x22f07b,_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x714)](_0x22f07b));let _0x288d18=_0x2f1cec(_0x62053f[_0x54f7bc(0x5c1)],_0x62053f[_0x54f7bc(0x559)]);_0x288d18&&_0x36536b[_0x54f7bc(0x3d4)](_0x4a1c51[_0x54f7bc(0x4d5)],_0x288d18);let _0x428f21=_0x309796(_0x62053f['injector'],_0x36536b);if(_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x722)](_0x1468c8['IUIRuntimeScopeService'])){let _0x500b3a=_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x714)](_0x1468c8[_0x54f7bc(0x19e)]);_0x5bd7e1[_0x54f7bc(0x6f2)](_0x500b3a[_0x54f7bc(0x246)]({'unitId':_0x62053f['childUnitId'],'has':_0x370c27=>_0x428f21[_0x54f7bc(0x722)](_0x370c27),'get':_0xbc56c=>_0x428f21[_0x54f7bc(0x714)](_0xbc56c)}));}let _0x54d9e2=_0x199ee8(_0x62053f['injector'],_0x428f21);if(_0x54d9e2){_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x6b3)],{'useValue':_0x54d9e2}]);let _0x4b519f=new _0x1468c8['DesktopRibbonService'](_0x54d9e2,_0x5629d0);_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x78c)],{'useValue':_0x4b519f}]),_0x5bd7e1['push'](_0x4b519f);}if(_0x62053f[_0x54f7bc(0x6af)]['fullscreen']){let _0x5ca043=_0x5d2ecd(_0x428f21,_0x62053f['childUnitId']),_0x2443b5=new _0x1468c8[(_0x54f7bc(0x3dc))](),_0x54a77a=new _0x1468c8[(_0x54f7bc(0x378))]();_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x4bb)],{'useValue':_0x5ca043}]),_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x535)],{'useValue':_0x2443b5}]),_0x428f21['add']([_0x1468c8[_0x54f7bc(0x25a)],{'useValue':_0x54a77a}]),_0x5bd7e1['push'](_0x5ca043,_0x2443b5,_0x54a77a);}else{let _0x96b718=_0x4eaa87(_0x62053f[_0x54f7bc(0x5c1)],_0x428f21,_0x62053f[_0x54f7bc(0x4c1)]);_0x96b718&&_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x4bb)],{'useValue':_0x96b718}]);}let _0x3f490a=_0x3468a4(_0x62053f[_0x54f7bc(0x5c1)],_0x62053f);if(_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x537)],{'useValue':_0x3f490a}]),_0x5bd7e1['length']){let _0x48d198=_0x428f21[_0x54f7bc(0x60c)][_0x54f7bc(0x5ac)](_0x428f21),_0x25ba0d=!0x1;_0x428f21[_0x54f7bc(0x60c)]=()=>{const _0x5130fd=_0x54f7bc;_0x25ba0d||(_0x25ba0d=!0x0,_0x5bd7e1[_0x5130fd(0x362)](_0x1a4b3d=>_0x1a4b3d[_0x5130fd(0x60c)]()),_0x48d198());};}return _0x428f21;}function _0x1fcd33(_0x133899,_0x425841){const _0x51b901=_0x118bac;if(!_0x133899['has'](_0x4a1c51[_0x51b901(0xd8)]))return;let _0x547b83=_0x133899['get'](_0x4a1c51[_0x51b901(0xd8)]);return _0x309796(_0x133899,new Map([[_0x4a1c51[_0x51b901(0xd8)],_0x2e512d(_0x547b83,_0x425841)]]));}function _0x5903b9(_0x3d3073,_0x31c22a,_0x36138e,_0x570c51,_0x20f0a6){const _0x37714a=_0x118bac;return{'unitAdded$':_0x3d3073[_0x37714a(0x3e3)],'getTypeOfUnitAdded$':(..._0x4ad25a)=>_0x3d3073[_0x37714a(0x382)](..._0x4ad25a),'__addUnit':(..._0x170d06)=>_0x3d3073['__addUnit'](..._0x170d06),'unitDisposed$':_0x3d3073[_0x37714a(0x6f1)],'getTypeOfUnitDisposed$':(..._0x52505a)=>_0x3d3073[_0x37714a(0x2bd)](..._0x52505a),'focused$':_0x20f0a6['asObservable'](),'focusUnit':_0x1ef73e=>{const _0x1e47e8=_0x37714a;if(_0x1ef73e===null||_0x567dd8(_0x31c22a,_0x1ef73e)){_0x20f0a6[_0x1e47e8(0x441)]()!==_0x1ef73e&&_0x20f0a6[_0x1e47e8(0x2f7)](_0x1ef73e);return;}_0x3d3073[_0x1e47e8(0x737)](_0x1ef73e);},'getFocusedUnit':()=>{const _0x5a2117=_0x37714a;let _0x3b6903=_0x20f0a6['getValue']();if(_0x3b6903===null)return null;if(_0x3b6903===_0x31c22a['childUnitId'])return _0x36138e;if((0x0,_0x4a1c51[_0x5a2117(0x51f)])(_0x3b6903)){var _0x544812;return(_0x544812=_0x3d3073[_0x5a2117(0x553)](_0x3b6903))==null?_0x36138e:_0x544812;}return _0x3d3073[_0x5a2117(0x431)]();},'getCurrentUnitOfType':_0x149bf7=>_0x149bf7===_0x31c22a['childType']?_0x570c51[_0x37714a(0x441)]():_0x3d3073[_0x37714a(0x5b9)](_0x149bf7),'setCurrentUnitForType':_0x4d6894=>{const _0x18e70e=_0x37714a;if(_0x567dd8(_0x31c22a,_0x4d6894)){_0x570c51[_0x18e70e(0x441)]()!==_0x36138e&&_0x570c51['next'](_0x36138e);return;}_0x3d3073[_0x18e70e(0x164)](_0x4d6894);},'getCurrentTypeOfUnit$':_0x15ce5d=>_0x15ce5d===_0x31c22a[_0x37714a(0x559)]?_0x570c51[_0x37714a(0x4ee)]():_0x3d3073[_0x37714a(0x759)](_0x15ce5d),'createUnit':(..._0x17af22)=>_0x3d3073['createUnit'](..._0x17af22),'getUnitCreateOptions':(..._0xf58b15)=>_0x3d3073[_0x37714a(0x6ab)](..._0xf58b15),'disposeUnit':(..._0x2a1be1)=>_0x3d3073[_0x37714a(0x19f)](..._0x2a1be1),'registerCtorForType':(..._0x5f5921)=>_0x3d3073['registerCtorForType'](..._0x5f5921),'getUnit':(..._0x1cb0ed)=>_0x3d3073[_0x37714a(0x553)](..._0x1cb0ed),'getAllUnitsForType':(..._0x28a588)=>_0x3d3073[_0x37714a(0x731)](..._0x28a588),'getUnitType':(..._0x2d3c5c)=>_0x3d3073['getUnitType'](..._0x2d3c5c),'dispose':()=>{}};}function _0x567dd8(_0x1928f5,_0x5f4ab5){return _0x5f4ab5===_0x1928f5['childUnitId']||(0x0,_0x4a1c51['isInternalEditorID'])(_0x5f4ab5);}function _0x2d4e8f(_0x360572,_0x388c4d,_0x49ec77,_0x2d5338){const _0xc97c79=_0x118bac;return{'disposed':()=>_0x360572['disposed'](),'hasCommand':_0x43bff5=>_0x360572[_0xc97c79(0x18e)](_0x43bff5),'registerCommand':(..._0x3047c8)=>_0x360572[_0xc97c79(0x5f8)](..._0x3047c8),'unregisterCommand':_0x18492a=>_0x360572[_0xc97c79(0x2d1)](_0x18492a),'registerMultipleCommand':(..._0x2595a8)=>_0x360572[_0xc97c79(0x3ce)](..._0x2595a8),'executeCommand':async(..._0x1183a3)=>{const _0x476000=_0xc97c79;var _0x57a533,_0x163442;let _0x38a873=()=>_0x360572['executeCommand'](_0x1183a3[0x0],_0x594fbf(_0x388c4d,_0x1183a3[0x0],_0x1183a3[0x1]),_0x1183a3[0x2]);if(!_0x2d5338)return await _0x38a873();let _0x1a3333=_0x49ec77[_0x476000(0x5b9)](_0x388c4d[_0x476000(0x559)]),_0x1808ce=(_0x57a533=(_0x163442=_0x49ec77[_0x476000(0x431)]())==null?void 0x0:_0x163442['getUnitId']())==null?null:_0x57a533;try{return _0x49ec77[_0x476000(0x164)](_0x388c4d[_0x476000(0x4c1)]),_0x49ec77[_0x476000(0x737)](_0x388c4d[_0x476000(0x4c1)]),await _0x38a873();}finally{_0x1a3333&&_0x49ec77['setCurrentUnitForType'](_0x1a3333[_0x476000(0x5eb)]()),_0x3ea11(_0x388c4d,_0x49ec77,_0x1808ce);}},'syncExecuteCommand':(..._0x3a8cef)=>{const _0x570d29=_0xc97c79;var _0xb41444,_0x5a17ff;let _0x1a9999=()=>_0x360572[_0x570d29(0x2c5)](_0x3a8cef[0x0],_0x594fbf(_0x388c4d,_0x3a8cef[0x0],_0x3a8cef[0x1]),_0x3a8cef[0x2]);if(!_0x2d5338)return _0x1a9999();let _0x451950=_0x49ec77[_0x570d29(0x5b9)](_0x388c4d[_0x570d29(0x559)]),_0x116736=(_0xb41444=(_0x5a17ff=_0x49ec77[_0x570d29(0x431)]())==null?void 0x0:_0x5a17ff[_0x570d29(0x5eb)]())==null?null:_0xb41444;try{return _0x49ec77[_0x570d29(0x164)](_0x388c4d[_0x570d29(0x4c1)]),_0x49ec77[_0x570d29(0x737)](_0x388c4d[_0x570d29(0x4c1)]),_0x1a9999();}finally{_0x451950&&_0x49ec77['setCurrentUnitForType'](_0x451950[_0x570d29(0x5eb)]()),_0x3ea11(_0x388c4d,_0x49ec77,_0x116736);}},'onCommandExecuted':(..._0x40b2a5)=>_0x360572[_0xc97c79(0x301)](..._0x40b2a5),'beforeCommandExecuted':(..._0x3cfcdd)=>_0x360572[_0xc97c79(0x572)](..._0x3cfcdd),'onMutationExecutedForCollab':(..._0x367fa3)=>_0x360572['onMutationExecutedForCollab'](..._0x367fa3),'dispose':()=>{}};}function _0x5449b4(_0x517f39){const _0x7f7a88=_0x118bac;return _0x517f39[_0x7f7a88(0x6af)][_0x7f7a88(0x12a)]||_0x517f39[_0x7f7a88(0x319)][_0x7f7a88(0x3be)]==='docs-custom-block'?!0x0:_0x183e2d(_0x517f39);}function _0x183e2d(_0x31e8d8){const _0x4a773=_0x118bac;var _0x23b2c7;return _0x31e8d8[_0x4a773(0x319)][_0x4a773(0x3be)]===_0x4a773(0x3d5)||_0x31e8d8['descriptor'][_0x4a773(0x3be)]===_0x4a773(0x29c)||_0x31e8d8[_0x4a773(0x319)][_0x4a773(0x3be)]===_0x4a773(0x134)||_0x31e8d8['layout']===_0x4a773(0x5f7)||!!((_0x23b2c7=_0x31e8d8[_0x4a773(0x319)][_0x4a773(0x584)])!=null&&_0x23b2c7[_0x4a773(0x14f)]);}function _0x2f1cec(_0x1a7eff,_0xf8f72a){const _0x279f63=_0x118bac;var _0x14ad93;if(!_0x1a7eff[_0x279f63(0x722)](_0x4a1c51[_0x279f63(0x4d5)]))return;let _0x3c9317=_0x1a7eff[_0x279f63(0x714)](_0x4a1c51[_0x279f63(0x4d5)]),_0x51848c=_0x492da7(_0xf8f72a),_0x4450cb=new _0x416516[(_0x279f63(0x4bd))]();return{'contextChanged$':(0x0,_0x416516[_0x279f63(0x6bd)])(((_0x14ad93=_0x3c9317[_0x279f63(0x459)])==null?_0x416516[_0x279f63(0x644)]:_0x14ad93)[_0x279f63(0x188)]((0x0,_0x416516[_0x279f63(0x734)])(_0x5c5186=>Object[_0x279f63(0x472)](Object['entries'](_0x5c5186)[_0x279f63(0x2f0)](([_0x345d1b])=>!_0x514605(_0x345d1b)))),(0x0,_0x416516[_0x279f63(0x2f0)])(_0x1e00da=>Object[_0x279f63(0x11c)](_0x1e00da)[_0x279f63(0x51d)]>0x0)),_0x4450cb),'getContextValue':_0x10445b=>_0x514605(_0x10445b)?_0x25a16c(_0x51848c,_0x10445b):_0x3c9317[_0x279f63(0x220)](_0x10445b),'setContextValue':(_0x44315a,_0x317001)=>{const _0x112412=_0x279f63;if(!_0x514605(_0x44315a)){_0x3c9317[_0x112412(0x786)](_0x44315a,_0x317001);return;}_0x51848c[_0x112412(0x3d4)](_0x44315a,_0x317001),_0x4450cb[_0x112412(0x2f7)]({[_0x44315a]:_0x317001});},'subscribeContextValue$':_0xab8244=>_0x514605(_0xab8244)?new _0x416516[(_0x279f63(0x418))](_0x555bd8=>{const _0x2a615e=_0x279f63;let _0x2e9d5b=_0x4450cb[_0x2a615e(0x188)]((0x0,_0x416516['filter'])(_0x50345f=>_0x50345f[_0xab8244]!==void 0x0))[_0x2a615e(0x26e)](_0x552a1d=>_0x555bd8[_0x2a615e(0x2f7)](_0x552a1d[_0xab8244]));return _0x555bd8[_0x2a615e(0x2f7)](_0x25a16c(_0x51848c,_0xab8244)),()=>_0x2e9d5b[_0x2a615e(0x297)]();}):_0x3c9317[_0x279f63(0x191)](_0xab8244)};}function _0x492da7(_0x5bb591){const _0x493403=_0x118bac;return new Map([[_0x4a1c51[_0x493403(0x688)],!0x0],[_0x4a1c51[_0x493403(0x508)],_0x5bb591===_0x4a1c51[_0x493403(0x336)]['UNIVER_SHEET']],[_0x4a1c51['FOCUSING_DOC'],_0x5bb591===_0x4a1c51['UniverInstanceType'][_0x493403(0x3e8)]],[_0x4a1c51[_0x493403(0x518)],_0x5bb591===_0x4a1c51['UniverInstanceType'][_0x493403(0x3af)]],[_0x4a1c51[_0x493403(0x14c)],_0x5bb591===_0x4a1c51[_0x493403(0x336)][_0x493403(0x76a)]]]);}function _0x25a16c(_0x2e7fbe,_0x2694fd){const _0x4282d3=_0x118bac;var _0x15bf73;return(_0x15bf73=_0x2e7fbe[_0x4282d3(0x714)](_0x2694fd))!=null&&_0x15bf73;}function _0x514605(_0x47dd31){const _0x4b5c93=_0x118bac;return _0x47dd31[_0x4b5c93(0x5ea)](_0x4b5c93(0x690))||_0x47dd31===_0x4a1c51['EDITOR_ACTIVATED']||_0x47dd31===_0x4a1c51[_0x4b5c93(0x236)];}function _0x2e512d(_0x43b0a7,_0x56da4d){const _0x36fb14=_0x118bac;return{'getConfig':_0x52b0f9=>{const _0x442e0a=_0x511b;let _0x4967fb=_0x43b0a7[_0x442e0a(0x38b)](_0x52b0f9),_0x2c3e24=_0x56da4d['get'](_0x52b0f9);return _0x2c3e24?_0x2c3e24(_0x4967fb):_0x4967fb;},'setConfig':_0x43b0a7['setConfig'][_0x36fb14(0x5ac)](_0x43b0a7),'deleteConfig':_0x43b0a7['deleteConfig'][_0x36fb14(0x5ac)](_0x43b0a7),'subscribeConfigValue$':_0x43b0a7[_0x36fb14(0x240)][_0x36fb14(0x5ac)](_0x43b0a7),'configChanged$':_0x43b0a7[_0x36fb14(0x6c0)],'dispose':()=>{}};}function _0x594fbf(_0x132dc7,_0x301d1c,_0x6725e1){const _0x274de6=_0x118bac;if(_0x301d1c!==_0x73305e['CreateEmbedCommand']['id']||!_0x6725e1||typeof _0x6725e1!=_0x274de6(0x294))return _0x6725e1;let _0x5008bd=_0x6725e1;return _0x5008bd[_0x274de6(0x1b9)]?_0x5008bd:{..._0x5008bd,'parentEmbedId':_0x132dc7[_0x274de6(0x5bc)]};}function _0x309796(_0x4b5eec,_0x510a48,_0x1f0843=_0x4b5eec){const _0x530f5d=_0x118bac;var _0x5badd6;let _0x5c84df=(_0x5badd6=_0x5568da(_0x4b5eec))==null?_0x1f0843:_0x5badd6,_0x59ed3d=new Map(_0x510a48),_0x564d30=new Map(),_0x149458=new Set(),_0x267f10=new Map(),_0x14b62a;_0x59ed3d[_0x530f5d(0x362)]((_0x2e5f36,_0x472007)=>{_0x5c6108(_0x472007);});function _0x5c6108(_0x46a218){const _0x16eb56=_0x530f5d;let _0xb3f3d0=_0x181509(_0x46a218);return _0x149458['add'](_0xb3f3d0),_0x267f10['has'](_0xb3f3d0)||_0x267f10[_0x16eb56(0x3d4)](_0xb3f3d0,_0x46a218),_0xb3f3d0;}let _0x21b971=_0x5c797e=>{const _0x4230db=_0x530f5d;var _0x3b9cb4;return _0x59ed3d[_0x4230db(0x722)](_0x5c797e)||_0x564d30[_0x4230db(0x722)](_0x5c797e)||(_0x3b9cb4=_0x267f10[_0x4230db(0x714)](_0x181509(_0x5c797e)))==null?_0x5c797e:_0x3b9cb4;},_0x23f188=_0x3e9781=>{const _0x2920a5=_0x530f5d;let _0x1ebaff=_0x21b971(_0x3e9781);if(_0x59ed3d[_0x2920a5(0x722)](_0x1ebaff))return _0x59ed3d[_0x2920a5(0x714)](_0x1ebaff);let _0x227531=_0x564d30['get'](_0x1ebaff);if(!_0x227531)return;let _0x419a22=_0x227531();return _0x564d30[_0x2920a5(0x2cd)](_0x1ebaff),_0x59ed3d['set'](_0x1ebaff,_0x419a22),_0x2bb069(_0x14b62a,_0x1ebaff,_0x419a22),_0x1ebaff!==_0x3e9781&&_0x2bb069(_0x14b62a,_0x3e9781,_0x419a22),_0x419a22;},_0x2f7fc5=_0x3c3742=>{const _0x12aabe=_0x530f5d;let _0x3f5821=_0x21b971(_0x3c3742);return _0x59ed3d[_0x12aabe(0x722)](_0x3f5821)||_0x564d30[_0x12aabe(0x722)](_0x3f5821);},_0x483b6a=_0x350dde=>_0x149458[_0x530f5d(0x722)](_0x181509(_0x350dde)),_0x2c9a58=_0x3dd9f2=>_0x501149[_0x530f5d(0x722)](_0x181509(_0x3dd9f2)),_0x3d2a3f=_0x431ec1=>!_0x483b6a(_0x431ec1)&&_0x4b5eec[_0x530f5d(0x722)](_0x431ec1),_0x59ee06=()=>{const _0x35f9ed=_0x530f5d;if(_0x14b62a)return _0x14b62a;let _0x2c693f=_0x4b5eec['createChild'];if(typeof _0x2c693f==_0x35f9ed(0x52a))return _0x14b62a=_0x2c693f[_0x35f9ed(0xf4)](_0x4b5eec,[..._0x25b12d(_0x59ed3d),[_0x4a1c51[_0x35f9ed(0x721)],{'useFactory':()=>_0x14b62a}]]),_0x14b62a;},_0x206a37={'has':_0x27c7b9=>{const _0x5a2c0d=_0x530f5d;var _0x3f3831;if(_0x27c7b9===_0x4a1c51[_0x5a2c0d(0x721)]||_0x2f7fc5(_0x27c7b9)||_0x3d2a3f(_0x27c7b9))return!0x0;let _0x2d7a4a=_0x59ee06();return(_0x3f3831=_0x2d7a4a==null?void 0x0:_0x2d7a4a[_0x5a2c0d(0x722)](_0x27c7b9))==null?_0x4b5eec['has'](_0x27c7b9):_0x3f3831;},'get':(_0x4525e0,..._0xfdccfc)=>{const _0x5df06e=_0x530f5d;if(_0x4525e0===_0x4a1c51[_0x5df06e(0x721)])return _0x206a37;if(_0x158e92(_0xfdccfc,_0x4a1c51[_0x5df06e(0x2cb)][_0x5df06e(0x324)])){let _0x50fe47=_0x59ee06();_0x5b4234(_0x50fe47,_0x4525e0);let _0x31774f=_0x391d1a(_0x50fe47,_0x4525e0);return _0x31774f[_0x5df06e(0x70d)]?_0x31774f[_0x5df06e(0x664)]:_0x5ca99c(_0x50fe47||_0x4b5eec,_0x4525e0,_0xfdccfc);}return _0x2f7fc5(_0x4525e0)?_0x23f188(_0x4525e0):_0x158e92(_0xfdccfc,_0x4a1c51['LookUp'][_0x5df06e(0x213)])?_0x5ca99c(_0x4b5eec,_0x4525e0,_0x5d2c94(_0xfdccfc,_0x4a1c51['LookUp'][_0x5df06e(0x213)])):_0x3d2a3f(_0x4525e0)?_0x5ca99c(_0x4b5eec,_0x4525e0,_0xfdccfc):_0x5ca99c(_0x59ee06()||_0x4b5eec,_0x4525e0,_0xfdccfc);},'invoke':(_0x404a5b,..._0x2da60b)=>_0x404a5b({'has':_0x1a97a9=>{const _0x1ccad5=_0x530f5d;var _0x83ce69;if(_0x1a97a9===_0x4a1c51[_0x1ccad5(0x721)]||_0x2f7fc5(_0x1a97a9)||_0x3d2a3f(_0x1a97a9))return!0x0;let _0x1e0f21=_0x59ee06();return(_0x83ce69=_0x1e0f21==null?void 0x0:_0x1e0f21[_0x1ccad5(0x722)](_0x1a97a9))==null?_0x4b5eec['has'](_0x1a97a9):_0x83ce69;},'get':(_0x34151e,..._0x1c33a6)=>{const _0x2e0826=_0x530f5d;if(_0x34151e===_0x4a1c51['Injector'])return _0x206a37;if(_0x158e92(_0x1c33a6,_0x4a1c51[_0x2e0826(0x2cb)][_0x2e0826(0x324)])){let _0x4894e9=_0x59ee06();_0x5b4234(_0x4894e9,_0x34151e);let _0x7bde50=_0x391d1a(_0x4894e9,_0x34151e);return _0x7bde50[_0x2e0826(0x70d)]?_0x7bde50[_0x2e0826(0x664)]:_0x5ca99c(_0x4894e9||_0x4b5eec,_0x34151e,_0x1c33a6);}return _0x2f7fc5(_0x34151e)?_0x23f188(_0x34151e):_0x158e92(_0x1c33a6,_0x4a1c51['LookUp']['SKIP_SELF'])?_0x5ca99c(_0x4b5eec,_0x34151e,_0x5d2c94(_0x1c33a6,_0x4a1c51['LookUp'][_0x2e0826(0x213)])):_0x3d2a3f(_0x34151e)?_0x5ca99c(_0x4b5eec,_0x34151e,_0x1c33a6):_0x5ca99c(_0x59ee06()||_0x4b5eec,_0x34151e,_0x1c33a6);}},..._0x2da60b),'add':_0x592034=>{const _0x4d3ff4=_0x530f5d;let _0x5736e5=_0x131f09(_0x592034);if(_0x5736e5){if(_0x5736e5['kind']!=='factory'&&_0x3d2a3f(_0x5736e5[_0x4d3ff4(0x3a1)])&&!_0x2c9a58(_0x5736e5['identifier']))return;let _0x5ddbe9=_0x181509(_0x5736e5[_0x4d3ff4(0x3a1)]);if(_0x149458['has'](_0x5ddbe9))return;if(_0x5c6108(_0x5736e5['identifier']),_0x5736e5[_0x4d3ff4(0x6c4)]===_0x4d3ff4(0x664))_0x564d30[_0x4d3ff4(0x2cd)](_0x5736e5[_0x4d3ff4(0x3a1)]),_0x59ed3d[_0x4d3ff4(0x3d4)](_0x5736e5[_0x4d3ff4(0x3a1)],_0x5736e5[_0x4d3ff4(0x664)]);else{let _0x59b572=_0x59ee06();_0x59b572?_0x324557(_0x59b572,_0x5736e5[_0x4d3ff4(0x3a1)])||_0x59b572['add'](_0x592034):(_0x59ed3d[_0x4d3ff4(0x2cd)](_0x5736e5[_0x4d3ff4(0x3a1)]),_0x564d30[_0x4d3ff4(0x3d4)](_0x5736e5['identifier'],_0x5736e5['factory']));}return;}let _0x2299c2=_0x181509(_0x18683f(_0x592034));if(_0x2299c2!=null){if(_0x149458[_0x4d3ff4(0x722)](_0x2299c2))return;_0x5c6108(_0x18683f(_0x592034));}let _0x513999=_0x59ee06();if(_0x513999){_0x513999[_0x4d3ff4(0x410)](_0x592034);return;}_0x4b5eec[_0x4d3ff4(0x410)](_0x592034);},'createChild':(_0x483c82=[])=>{const _0x14c80a=_0x530f5d;let _0x58735d=new Map(_0x59ed3d),_0x3bcadb=[];_0x483c82[_0x14c80a(0x362)](_0x4774f9=>{const _0x52d9ab=_0x14c80a;let _0x60d7a5=_0x131f09(_0x4774f9);if((_0x60d7a5==null?void 0x0:_0x60d7a5[_0x52d9ab(0x6c4)])===_0x52d9ab(0x664)){_0x58735d[_0x52d9ab(0x3d4)](_0x60d7a5[_0x52d9ab(0x3a1)],_0x60d7a5['value']);return;}_0x3bcadb[_0x52d9ab(0x6f2)](_0x4774f9);});let _0x4004ee=_0x309796(_0x4b5eec,_0x58735d,_0x5c84df);return _0x3bcadb[_0x14c80a(0x362)](_0x532520=>{const _0x553d44=_0x14c80a;_0x4004ee[_0x553d44(0x410)](_0x532520);}),_0x4004ee;},'createInstance':(..._0x4ea8b5)=>{const _0x417dd4=_0x530f5d;let _0x92d425=_0x59ee06(),_0x46b140=_0x92d425==null?void 0x0:_0x92d425[_0x417dd4(0x3f0)];if(_0x92d425&&typeof _0x46b140==_0x417dd4(0x52a))return _0x1f0659(_0x92d425,_0x4ea8b5[0x0]),_0x46b140[_0x417dd4(0x557)](_0x92d425,_0x4ea8b5);let _0x2d44d8=_0x4b5eec[_0x417dd4(0x3f0)];if(typeof _0x2d44d8==_0x417dd4(0x52a))return _0x2d44d8[_0x417dd4(0x557)](_0x4b5eec,_0x4ea8b5);let [_0x268080,..._0x5e7d58]=_0x4ea8b5;return new _0x268080(..._0x5e7d58);},'dispose':()=>{const _0x33026a=_0x530f5d;_0x14b62a&&_0x131a35(_0x14b62a,_0x5c84df,_0x59ed3d[_0x33026a(0x308)]()),_0x14b62a=void 0x0,_0x149458[_0x33026a(0x173)](),_0x267f10[_0x33026a(0x173)](),_0x564d30[_0x33026a(0x173)]();}};function _0x5b4234(_0x166b3f,_0x4e35a3){!_0x166b3f||!_0x2f7fc5(_0x4e35a3)||_0x2bb069(_0x166b3f,_0x4e35a3,_0x23f188(_0x4e35a3));}function _0x1f0659(_0x4c6b07,_0x476a05){const _0x1af443=_0x530f5d;_0x2f3a8a(_0x476a05)[_0x1af443(0x362)](_0x583c9b=>_0x5b4234(_0x4c6b07,_0x583c9b));}return _0x206a37[_0x530f5d(0x221)]=_0x5c84df,_0x206a37;}function _0x3ea11(_0x266734,_0x333105,_0x4b0de2){const _0x157c88=_0x118bac;let _0x3f2c73=_0x266734[_0x157c88(0x5c1)][_0x157c88(0x722)](_0x164bef)?_0x266734[_0x157c88(0x5c1)][_0x157c88(0x714)](_0x164bef):void 0x0;_0x333105[_0x157c88(0x737)](_0x3f2c73!=null&&_0x3f2c73['hasChildInteractionLease'](_0x266734['embedId'])?_0x266734[_0x157c88(0x4c1)]:_0x4b0de2);}function _0x18683f(_0x3fb0d2){const _0x26e667=_0x118bac;return Array[_0x26e667(0x6bf)](_0x3fb0d2)?_0x3fb0d2[0x0]:_0x3fb0d2;}function _0x181509(_0x3315a6){const _0x87ab44=_0x118bac;let _0x387bcb=_0x3315a6==null?void 0x0:_0x3315a6['decoratorName'];return typeof _0x387bcb==_0x87ab44(0x1b3)&&_0x387bcb?_0x87ab44(0x4da)+_0x387bcb:_0x3315a6;}function _0x158e92(_0x34a5a9,_0x1a36df){const _0x425f47=_0x118bac;return _0x34a5a9[_0x425f47(0x2a5)](_0x1a36df);}function _0x5d2c94(_0x6d1eab,_0x483563){return _0x6d1eab['filter'](_0x56a997=>_0x56a997!==_0x483563);}function _0x5ca99c(_0x114060,_0x43912b,_0x4295bd){const _0x205e0b=_0x118bac;return _0x114060[_0x205e0b(0x714)](_0x43912b,..._0x4295bd);}function _0x391d1a(_0x3b4a6d,_0x540b07){const _0x5419ec=_0x118bac;var _0x209d8d;let _0x291b42=_0x3b4a6d==null||(_0x209d8d=_0x3b4a6d[_0x5419ec(0x46b)])==null?void 0x0:_0x209d8d[_0x5419ec(0x645)];if(!_0x291b42)return{'resolved':!0x1};let _0x4c5669=_0x5f0e4f(_0x291b42['get'](_0x540b07));if(_0x4c5669['resolved'])return _0x4c5669;let _0x12e7e9=_0x181509(_0x540b07);for(let [_0x4c52da,_0x31501c]of _0x291b42){if(_0x4c52da===_0x540b07||_0x181509(_0x4c52da)!==_0x12e7e9)continue;let _0x18624f=_0x5f0e4f(_0x31501c);if(_0x18624f[_0x5419ec(0x70d)])return _0x18624f;}return{'resolved':!0x1};}function _0x5f0e4f(_0x1ce3eb){const _0x54edb8=_0x118bac;return!_0x1ce3eb||_0x1ce3eb[_0x54edb8(0x51d)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x1ce3eb[0x0]};}function _0x2bb069(_0xecd95c,_0x4b46fd,_0x1eacc4){const _0x540b16=_0x118bac;!_0xecd95c||_0x324557(_0xecd95c,_0x4b46fd)||_0xecd95c[_0x540b16(0x410)]([_0x4b46fd,{'useValue':_0x1eacc4}]);}function _0x2f3a8a(_0x1265a6){const _0x25bf16=_0x118bac;if(!_0x1265a6||typeof _0x1265a6!=_0x25bf16(0x52a)&&typeof _0x1265a6!='object')return[];for(let _0x40f889 of Object[_0x25bf16(0x749)](_0x1265a6)){let _0x3bdd17=_0x1265a6[_0x40f889];if(!Array[_0x25bf16(0x6bf)](_0x3bdd17))continue;let _0x3d18df=_0x3bdd17['map'](_0x551795=>_0x551795==null?void 0x0:_0x551795[_0x25bf16(0x3a1)])['filter'](_0x2d2827=>_0x2d2827!==void 0x0);if(_0x3d18df[_0x25bf16(0x51d)])return _0x3d18df;}return[];}function _0x324557(_0x1962e1,_0x41faf5){const _0x34442e=_0x118bac;var _0x1f0958,_0x3b3b2c,_0x350e47,_0x4bbdb8;let _0x3c8298=_0x1962e1;return!!((_0x1f0958=_0x3c8298[_0x34442e(0x4db)])!=null&&(_0x3b3b2c=_0x1f0958['has'])!=null&&_0x3b3b2c[_0x34442e(0xf4)](_0x1f0958,_0x41faf5)||(_0x350e47=_0x3c8298['resolvedDependencyCollection'])!=null&&(_0x4bbdb8=_0x350e47[_0x34442e(0x722)])!=null&&_0x4bbdb8[_0x34442e(0xf4)](_0x350e47,_0x41faf5));}function _0x5568da(_0x1eeb18){return _0x1eeb18['__embedSharedRootInjector'];}function _0x131a35(_0x2e2d0c,_0x2415e8,_0x27fa14=[]){const _0x504e1e=_0x118bac;let _0x2c644=_0x32f6ae(_0x2415e8);for(let _0x261169 of _0x27fa14)_0x2c644[_0x504e1e(0x410)](_0x261169);_0x223aa7(_0x2e2d0c,_0x2c644),_0x2e2d0c[_0x504e1e(0x60c)]();}function _0x32f6ae(_0x30ca4f){let _0x42652f=new Set(),_0x5d1b77=_0x295e08(_0x30ca4f);return _0x5d1b77&&_0x5d1b77['forEach'](_0xbd9a32=>{const _0x302a59=_0x511b;Array[_0x302a59(0x6bf)](_0xbd9a32)&&_0xbd9a32[_0x302a59(0x362)](_0x585600=>_0x42652f[_0x302a59(0x410)](_0x585600));}),_0x42652f;}function _0x223aa7(_0x254bcb,_0x4293c8,_0x48e374=new Set()){const _0x328142=_0x118bac;if(_0x48e374['has'](_0x254bcb))return;_0x48e374[_0x328142(0x410)](_0x254bcb);let _0x26ba46=_0x254bcb[_0x328142(0x3de)];_0x26ba46==null||_0x26ba46[_0x328142(0x362)](_0x1dff5f=>_0x223aa7(_0x1dff5f,_0x4293c8,_0x48e374));let _0x575530=_0x295e08(_0x254bcb);_0x575530&&_0x575530['forEach']((_0x45b1f6,_0x38be81)=>{const _0x4dad36=_0x328142;if(!Array[_0x4dad36(0x6bf)](_0x45b1f6))return;let _0x3be1c6=_0x45b1f6[_0x4dad36(0x2f0)](_0x446ad3=>!_0x4293c8[_0x4dad36(0x722)](_0x446ad3));if(_0x3be1c6[_0x4dad36(0x51d)]!==_0x45b1f6[_0x4dad36(0x51d)]){if(_0x3be1c6[_0x4dad36(0x51d)]===0x0){_0x575530[_0x4dad36(0x2cd)](_0x38be81);return;}_0x575530[_0x4dad36(0x3d4)](_0x38be81,_0x3be1c6);}});}function _0x295e08(_0x262d5c){const _0x48e56d=_0x118bac;var _0x21218f;return(_0x21218f=_0x262d5c[_0x48e56d(0x46b)])==null?void 0x0:_0x21218f['resolvedDependencies'];}function _0x25b12d(_0x3ca470){const _0xcaf95e=_0x118bac;return Array[_0xcaf95e(0x289)](_0x3ca470,([_0x5901a8,_0x4374ef])=>[_0x5901a8,{'useValue':_0x4374ef}]);}function _0x131f09(_0x25eb09){const _0x41a957=_0x118bac;if(!Array[_0x41a957(0x6bf)](_0x25eb09)||_0x25eb09[_0x41a957(0x51d)]<0x2)return;let [_0x48926b,_0x319da2]=_0x25eb09;if(!(!_0x319da2||typeof _0x319da2!=_0x41a957(0x294))){if(_0x41a957(0x581)in _0x319da2)return{'kind':'value','identifier':_0x48926b,'value':_0x319da2['useValue']};if(typeof _0x319da2[_0x41a957(0x4d2)]==_0x41a957(0x52a))return{'kind':'factory','identifier':_0x48926b,'factory':_0x319da2['useFactory']};}}function _0x199ee8(_0x58e81d,_0xde6362){const _0x50db20=_0x118bac;if(!_0x58e81d['has'](_0x1468c8[_0x50db20(0x6b3)]))return;let _0x5d2c72=_0x58e81d[_0x50db20(0x714)](_0x1468c8[_0x50db20(0x6b3)]),_0x164b21=_0x5d2c72[_0x50db20(0x51e)];return typeof _0x164b21==_0x50db20(0x52a)?_0x164b21['call'](_0x5d2c72,_0xde6362):_0x5d2c72;}function _0x4eaa87(_0x131674,_0x11fbce,_0x37f7af){const _0x20f886=_0x118bac;if(!_0x131674[_0x20f886(0x722)](_0x1468c8[_0x20f886(0x4bb)]))return;let _0x185829=_0x131674[_0x20f886(0x714)](_0x1468c8['IContextMenuService']);return{get 'disabled'(){const _0x22d833=_0x20f886;return _0x185829[_0x22d833(0x6ae)];},set 'disabled'(_0x3d6df2){const _0x4122aa=_0x20f886;_0x185829[_0x4122aa(0x6ae)]=_0x3d6df2;},get 'visible'(){const _0x419f2e=_0x20f886;return _0x185829[_0x419f2e(0x210)];},'enable':()=>_0x185829[_0x20f886(0x5d8)](),'disable':()=>_0x185829[_0x20f886(0x63f)](),'triggerContextMenu':(_0x3583c5,_0x26bf4e,_0x1bd50a)=>{const _0x136d90=_0x20f886;var _0x27447d;_0x185829[_0x136d90(0x411)](_0x3583c5,_0x26bf4e,{..._0x1bd50a,'unitId':(_0x27447d=_0x1bd50a==null?void 0x0:_0x1bd50a['unitId'])==null?_0x37f7af:_0x27447d});},'hideContextMenu':()=>_0x185829[_0x20f886(0x386)](),'registerContextMenuHandler':_0xb1b908=>_0x185829[_0x20f886(0x40d)](_0xb1b908)};}function _0x5d2ecd(_0x527fce,_0x7dd29c){const _0x973d63=_0x118bac;let _0x4b8496=new _0x1468c8[(_0x973d63(0x20a))]();return{get 'disabled'(){const _0x56e469=_0x973d63;return _0x4b8496[_0x56e469(0x6ae)];},set 'disabled'(_0x1db44a){const _0x13413d=_0x973d63;_0x4b8496[_0x13413d(0x6ae)]=_0x1db44a;},get 'visible'(){return _0x4b8496['visible'];},'enable':()=>_0x4b8496[_0x973d63(0x5d8)](),'disable':()=>_0x4b8496[_0x973d63(0x63f)](),'triggerContextMenu':(_0x3f7689,_0x4503c0,_0x4c060d)=>{const _0x53ee9d=_0x973d63;var _0x47d054;_0x4b8496['triggerContextMenu'](_0x3f7689,_0x4503c0,{..._0x4c060d,'unitId':(_0x47d054=_0x4c060d==null?void 0x0:_0x4c060d[_0x53ee9d(0x73c)])==null?_0x7dd29c:_0x47d054});},'hideContextMenu':()=>_0x4b8496[_0x973d63(0x386)](),'registerContextMenuHandler':_0x53633f=>_0x4b8496[_0x973d63(0x40d)](_0x53633f),'dispose':()=>_0x4b8496['dispose']()};}function _0x3468a4(_0x47ba12,_0x3e40e7){const _0x2fbe5d=_0x118bac;var _0x4b0f5c,_0x4041a5,_0x45a506,_0x519b4b,_0x152bf7;let _0x250c38=_0x47ba12['get'](_0x1468c8[_0x2fbe5d(0x537)]),_0x535e69=_0x47ba12[_0x2fbe5d(0x722)](_0x7aa80d)?_0x47ba12[_0x2fbe5d(0x714)](_0x7aa80d):void 0x0,_0x58dae4=_0x47ba12['has'](_0x164bef)?_0x47ba12['get'](_0x164bef):void 0x0,_0x40dcc9=(_0x4b0f5c=(_0x4041a5=_0x3e40e7[_0x2fbe5d(0x41f)])==null||(_0x4041a5=_0x4041a5[_0x2fbe5d(0x5b3)])==null?void 0x0:_0x4041a5['root'])==null?_0x3e40e7['renderScope'][_0x2fbe5d(0x2fe)]:_0x4b0f5c,_0x19630e=(_0x45a506=(_0x519b4b=(_0x152bf7=_0x3e40e7[_0x2fbe5d(0x41f)])==null||(_0x152bf7=_0x152bf7[_0x2fbe5d(0x5b3)])==null?void 0x0:_0x152bf7[_0x2fbe5d(0x177)])==null?_0x3e40e7['renderScope'][_0x2fbe5d(0x399)]:_0x519b4b)==null?_0x40dcc9:_0x45a506,_0x120748=new Set([_0x40dcc9,_0x19630e]),_0x2fa7f7=(_0x5081d6,_0x13c77c)=>{const _0x2f994f=_0x2fbe5d;_0x120748[_0x2f994f(0x410)](_0x5081d6);let _0x2f85e5=_0x13c77c!=null&&_0x13c77c[_0x2f994f(0x6aa)]?_0x34d4a1(_0x5081d6):void 0x0,_0xfd8d3=_0x13c77c!=null&&_0x13c77c[_0x2f994f(0x6aa)]?_0x535e69==null?void 0x0:_0x535e69['registerOwnedElement'](_0x3e40e7[_0x2f994f(0x5bc)],_0x5081d6):void 0x0,_0x1a2dde=_0x13c77c!=null&&_0x13c77c[_0x2f994f(0x6aa)]?_0x58dae4==null?void 0x0:_0x58dae4[_0x2f994f(0x245)]({'embedId':_0x3e40e7[_0x2f994f(0x5bc)],'role':_0x2f994f(0x222),'element':_0x5081d6}):void 0x0;return(0x0,_0x4a1c51['toDisposable'])(()=>{const _0xde18dc=_0x2f994f;_0x1a2dde==null||_0x1a2dde['dispose'](),_0xfd8d3==null||_0xfd8d3[_0xde18dc(0x60c)](),_0x2f85e5==null||_0x2f85e5['dispose'](),_0x120748[_0xde18dc(0x2cd)](_0x5081d6);});},_0x2dcc55=_0x3102=>_0x3102?[..._0x120748]['some'](_0x204a27=>_0x204a27===_0x3102||_0x204a27['contains'](_0x3102)):!0x1;return{get 'isFocused'(){const _0x51da0b=_0x2fbe5d;return _0x250c38[_0x51da0b(0x490)];},get 'rootContainerElement'(){return _0x40dcc9;},'focus':()=>_0x250c38[_0x2fbe5d(0x2ac)](),'registerFocusHandler':(_0x7d5aef,_0x4b4903)=>_0x250c38[_0x2fbe5d(0x10c)](_0x7d5aef,_0x4b4903),'registerRootContainerElement':_0x2fa7f7,'registerContentElement':_0x2fa7f7,'registerContainerElement':_0x3ffb94=>_0x2fa7f7(_0x3ffb94,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x19630e,'checkElementInCurrentContainers':_0xaf4139=>_0x2dcc55(_0xaf4139)||(_0x535e69==null?void 0x0:_0x535e69['contains'](_0x3e40e7[_0x2fbe5d(0x5bc)],_0xaf4139))||_0x250c38[_0x2fbe5d(0x75d)](_0xaf4139),'checkContentIsFocused':()=>_0x2dcc55(_0x19630e[_0x2fbe5d(0x18b)][_0x2fbe5d(0xfc)])||(_0x58dae4==null?void 0x0:_0x58dae4['hasChildInteractionLease'](_0x3e40e7[_0x2fbe5d(0x5bc)]))||_0x250c38[_0x2fbe5d(0x1c2)]()};}function _0x34d4a1(_0x5ea5a5){const _0x44c78b=_0x118bac;let _0x3b60d4=new Map(),_0x3204f3=_0x5de3ee=>{const _0x4fa5a2=_0x511b;_0x3b60d4[_0x4fa5a2(0x3d4)](_0x5de3ee,_0x5de3ee[_0x4fa5a2(0x38c)](_0x451258)),_0x5de3ee[_0x4fa5a2(0x3e7)](_0x451258,_0x4fa5a2(0x222));};return _0x3204f3(_0x5ea5a5),_0x5ea5a5[_0x44c78b(0x66b)]('*')[_0x44c78b(0x362)](_0x3204f3),(0x0,_0x4a1c51['toDisposable'])(()=>{_0x3b60d4['forEach']((_0x139056,_0x1dbf47)=>{const _0x14c1a3=_0x511b;if(_0x139056==null){_0x1dbf47['removeAttribute'](_0x451258);return;}_0x1dbf47[_0x14c1a3(0x3e7)](_0x451258,_0x139056);});});}function _0x3cca9c(_0x5d60fb,_0x5410cb){const _0x28a1d8=_0x118bac;var _0x1c62e3;let _0x1a737c=(_0x1c62e3=_0x17472d(_0x5d60fb))==null?_0x5d60fb['injector']:_0x1c62e3,_0x3307a1=_0x1a737c!==_0x5d60fb[_0x28a1d8(0x5c1)],_0x275a88=_0x1bd71a(_0x5d60fb),_0x4721a6={'descriptor':_0x5d60fb[_0x28a1d8(0x319)],'host':{'unitId':_0x5d60fb[_0x28a1d8(0x2dc)],'type':_0x5d60fb[_0x28a1d8(0x319)]['hostType'],'anchorId':_0x5d60fb['descriptor'][_0x28a1d8(0x333)],'entry':_0x5d60fb['descriptor']['entry'],'layout':_0x7a0825(_0x5d60fb)},'child':{'unitId':_0x5d60fb['childUnitId'],'type':_0x5d60fb[_0x28a1d8(0x559)]},'injector':_0x1a737c,'instanceService':_0x36bd89(_0x1a737c,_0x4a1c51[_0x28a1d8(0x723)]),'commandService':_0x36bd89(_0x1a737c,_0x4a1c51[_0x28a1d8(0x36f)]),'menuManagerService':_0x36bd89(_0x1a737c,_0x1468c8[_0x28a1d8(0x6b3)]),'roots':_0x275a88,'activate':()=>_0x5410cb(!0x0),'deactivate':()=>_0x5410cb(!0x1),'dispose':()=>{const _0x1cfd67=_0x28a1d8;_0x3307a1&&_0x1a737c[_0x1cfd67(0x60c)]();}};return{'runtimeScope':_0x4721a6,'disposable':(0x0,_0x4a1c51['toDisposable'])(()=>_0x4721a6[_0x28a1d8(0x60c)]())};}function _0x1bd71a(_0x5251b8){const _0xb46a31=_0x118bac;var _0x5e73fc,_0x2ad1a9,_0x5e8086,_0x514055,_0xd0bd21,_0x4596f4,_0x4fca2b,_0x439691,_0x121ecd,_0x325ccf,_0x168804,_0x2b70ff;let _0x7f96b6=_0x5251b8[_0xb46a31(0x6af)][_0xb46a31(0x2fe)],_0x25fa3f=(_0x5e73fc=(_0x2ad1a9=_0x5251b8[_0xb46a31(0x6af)][_0xb46a31(0x399)])==null?_0x4a5d5c(_0x7f96b6,_0xb46a31(0x630)):_0x2ad1a9)==null?_0x7f96b6:_0x5e73fc,_0x15e66f=(_0x5e8086=(_0x514055=_0x5251b8['renderScope'][_0xb46a31(0x4ed)])==null?_0x4a5d5c(_0x7f96b6,_0xb46a31(0x526)):_0x514055)==null?_0x7f96b6:_0x5e8086;return{'root':_0x7f96b6,'content':_0x25fa3f,'canvas':(_0xd0bd21=(_0x4596f4=_0x5251b8[_0xb46a31(0x6af)]['canvasRoot'])==null?_0x4a5d5c(_0x7f96b6,'data-embed-canvas-root'):_0x4596f4)==null?void 0x0:_0xd0bd21,'overlay':_0x15e66f,'popup':(_0x4fca2b=(_0x439691=_0x5251b8[_0xb46a31(0x6af)][_0xb46a31(0x15f)])==null?_0x4a5d5c(_0x7f96b6,'data-embed-popup-root'):_0x439691)==null?_0x15e66f:_0x4fca2b,'menuSlot':(_0x121ecd=(_0x325ccf=(_0x168804=_0x5251b8[_0xb46a31(0x6af)]['menuOutlet'])==null?void 0x0:_0x168804[_0xb46a31(0x1d0)])==null?_0x4a5d5c(_0x7f96b6,_0xb46a31(0x4f0)):_0x325ccf)==null?void 0x0:_0x121ecd,'footerSlot':(_0x2b70ff=_0x4a5d5c(_0x7f96b6,'data-embed-footer-slot'))==null?void 0x0:_0x2b70ff};}function _0x17472d(_0xd1e8ef){const _0x1c8497=_0x118bac;if(!(!_0xd1e8ef[_0x1c8497(0x5c1)]['has'](_0x4a1c51[_0x1c8497(0x723)])||!_0xd1e8ef[_0x1c8497(0x5c1)][_0x1c8497(0x722)](_0x4a1c51[_0x1c8497(0x36f)])))return _0x53c6dd(_0xd1e8ef);}function _0x36bd89(_0x5ebac4,_0x173c0c){if(_0x5ebac4['has'](_0x173c0c))return _0x5ebac4['get'](_0x173c0c);}function _0x7a0825(_0x3c71eb){const _0x475ce3=_0x118bac;var _0x2fdf9f,_0x34cae3;switch(_0x3c71eb[_0x475ce3(0x319)]['entry']){case'docs-custom-block':return _0x475ce3(0x6da);case _0x475ce3(0x2d5):case'slides-floating-object':case'boards-floating-object':return _0x475ce3(0x48d);case _0x475ce3(0x3d5):case _0x475ce3(0x29c):case _0x475ce3(0x134):return _0x475ce3(0x5f7);default:break;}return _0x3c71eb[_0x475ce3(0x767)]===_0x475ce3(0x5f7)||(_0x2fdf9f=_0x3c71eb[_0x475ce3(0x319)][_0x475ce3(0x584)])!=null&&_0x2fdf9f[_0x475ce3(0x14f)]?_0x475ce3(0x5f7):(_0x34cae3=_0x3c71eb[_0x475ce3(0x319)][_0x475ce3(0x584)])!=null&&_0x34cae3['floating']?_0x475ce3(0x48d):_0x3c71eb[_0x475ce3(0x767)][_0x475ce3(0x5ea)](_0x475ce3(0x326))||_0x3c71eb[_0x475ce3(0x767)]===_0x475ce3(0x780)?_0x475ce3(0x6da):_0x475ce3(0x48d);}var _0x55f3cf=class{constructor(){const _0xd98d3c=_0x118bac;_0x2d0c25(this,_0xd98d3c(0x36d),new Map());}[_0x118bac(0x246)](_0x1c9e38){const _0x11e562=_0x118bac;if(this['_contributions'][_0x11e562(0x722)](_0x1c9e38['childType']))throw Error('Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20'+_0x1c9e38[_0x11e562(0x559)]);this[_0x11e562(0x36d)]['set'](_0x1c9e38['childType'],_0x1c9e38);}[_0x118bac(0x714)](_0x48c3d0){const _0x47b24f=_0x118bac;return this[_0x47b24f(0x36d)][_0x47b24f(0x714)](_0x48c3d0);}['list'](){const _0x3f6da4=_0x118bac;return[...this[_0x3f6da4(0x36d)][_0x3f6da4(0x308)]()];}},_0x23b823=class{constructor(){const _0x1c60b5=_0x118bac;_0x2d0c25(this,_0x1c60b5(0x36d),new Map());}[_0x118bac(0x246)](_0x240b47){const _0x34774f=_0x118bac;let _0x1fd743=this[_0x34774f(0x4e7)](_0x240b47[_0x34774f(0x53f)],_0x240b47['entry'],_0x240b47[_0x34774f(0x559)]);if(this[_0x34774f(0x36d)][_0x34774f(0x722)](_0x1fd743))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x1fd743);return this[_0x34774f(0x36d)][_0x34774f(0x3d4)](_0x1fd743,_0x240b47),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x495101=_0x34774f;this['_contributions'][_0x495101(0x714)](_0x1fd743)===_0x240b47&&this['_contributions'][_0x495101(0x2cd)](_0x1fd743);});}[_0x118bac(0x714)](_0xb57d48,_0x831544,_0x452a88){const _0x5c9226=_0x118bac;if(_0x452a88!=null){let _0xe4fc63=this[_0x5c9226(0x36d)][_0x5c9226(0x714)](this[_0x5c9226(0x4e7)](_0xb57d48,_0x831544,_0x452a88));if(_0xe4fc63)return _0xe4fc63;}return this[_0x5c9226(0x36d)][_0x5c9226(0x714)](this[_0x5c9226(0x4e7)](_0xb57d48,_0x831544));}[_0x118bac(0x570)](_0x297442,_0x36ee1d,_0x4cf24c){const _0x23a364=_0x118bac;return this[_0x23a364(0x36d)][_0x23a364(0x722)](this[_0x23a364(0x4e7)](_0x297442,_0x36ee1d,_0x4cf24c));}[_0x118bac(0x4ff)](){const _0x2a7925=_0x118bac;return[...this['_contributions'][_0x2a7925(0x308)]()];}[_0x118bac(0x4e7)](_0x3a8cba,_0x1715b7,_0x342fc8){return _0x342fc8==null?_0x3a8cba+':'+_0x1715b7+':*':_0x3a8cba+':'+_0x1715b7+':'+_0x342fc8;}},_0x1cd1ba=class{constructor(){const _0xf5a1d=_0x118bac;_0x2d0c25(this,_0xf5a1d(0x36d),new Map());}['register'](_0x4846db){const _0x594b2d=_0x118bac;let _0x1fe447=this[_0x594b2d(0x4e7)](_0x4846db['hostType'],_0x4846db[_0x594b2d(0x3be)]);if(this[_0x594b2d(0x36d)][_0x594b2d(0x722)](_0x1fe447))throw Error(_0x594b2d(0x662)+_0x1fe447);this['_contributions'][_0x594b2d(0x3d4)](_0x1fe447,_0x4846db);}[_0x118bac(0x714)](_0x1d5540,_0x1b045c){const _0x1769dd=_0x118bac;return this[_0x1769dd(0x36d)][_0x1769dd(0x714)](this['_key'](_0x1d5540,_0x1b045c));}[_0x118bac(0x4ff)](){const _0x1754a5=_0x118bac;return[...this[_0x1754a5(0x36d)]['values']()];}[_0x118bac(0x2ce)](_0x1aea50,_0x3d5883,_0x4d5512){const _0x51cf23=_0x118bac;var _0x16dcaa;let _0xa349af=this[_0x51cf23(0x714)](_0x1aea50,_0x3d5883);return _0xa349af?((_0x16dcaa=_0xa349af[_0x51cf23(0x18f)])==null?[_0xa349af[_0x51cf23(0x767)]]:_0x16dcaa)[_0x51cf23(0x2a5)](_0x4d5512):!0x1;}[_0x118bac(0x4e7)](_0x5c9865,_0x36d674){return _0x5c9865+':'+_0x36d674;}},_0x561a5b=class{constructor(){const _0x5d81e7=_0x118bac;_0x2d0c25(this,'_rootsByChildUnitId',new Map()),_0x2d0c25(this,_0x5d81e7(0x161),new Map()),_0x2d0c25(this,_0x5d81e7(0x69d),new Map());}[_0x118bac(0x246)](_0x1483ec,_0x487109){const _0x493a41=_0x118bac;let _0x1704aa=typeof _0x1483ec==_0x493a41(0x1b3)?{'childUnitId':_0x1483ec,'root':_0x487109}:_0x1483ec;return this[_0x493a41(0x187)][_0x493a41(0x3d4)](_0x1704aa[_0x493a41(0x4c1)],_0x1704aa),_0x1704aa[_0x493a41(0x5bc)]&&this[_0x493a41(0x161)][_0x493a41(0x3d4)](_0x1704aa[_0x493a41(0x5bc)],_0x1704aa),_0x1704aa['hostAnchorId']&&this[_0x493a41(0x69d)]['set'](_0x1704aa[_0x493a41(0x333)],_0x1704aa),(0x0,_0x4a1c51[_0x493a41(0xbb)])(()=>{const _0x2cdf0b=_0x493a41;this['_rootsByChildUnitId'][_0x2cdf0b(0x714)](_0x1704aa[_0x2cdf0b(0x4c1)])===_0x1704aa&&this[_0x2cdf0b(0x187)]['delete'](_0x1704aa[_0x2cdf0b(0x4c1)]),_0x1704aa['embedId']&&this[_0x2cdf0b(0x161)][_0x2cdf0b(0x714)](_0x1704aa[_0x2cdf0b(0x5bc)])===_0x1704aa&&this['_rootsByEmbedId']['delete'](_0x1704aa[_0x2cdf0b(0x5bc)]),_0x1704aa[_0x2cdf0b(0x333)]&&this['_rootsByHostAnchorId'][_0x2cdf0b(0x714)](_0x1704aa[_0x2cdf0b(0x333)])===_0x1704aa&&this[_0x2cdf0b(0x69d)]['delete'](_0x1704aa[_0x2cdf0b(0x333)]);});}[_0x118bac(0x714)](_0x2b616d){const _0x365a11=_0x118bac;var _0xd5c365,_0x290407;return(_0xd5c365=(_0x290407=this['_rootsByChildUnitId'][_0x365a11(0x714)](_0x2b616d))==null?void 0x0:_0x290407['root'])==null?null:_0xd5c365;}[_0x118bac(0x4d7)](_0x7b7d60){const _0x238cca=_0x118bac;var _0xc5d21e,_0x4cb9c2;return(_0xc5d21e=(_0x4cb9c2=this['_rootsByEmbedId']['get'](_0x7b7d60))==null?void 0x0:_0x4cb9c2[_0x238cca(0x500)])==null?null:_0xc5d21e;}[_0x118bac(0x6c8)](_0x52132a){const _0x4d5fb7=_0x118bac;var _0x2553bd,_0x1067a6;return(_0x2553bd=(_0x1067a6=this[_0x4d5fb7(0x69d)][_0x4d5fb7(0x714)](_0x52132a))==null?void 0x0:_0x1067a6[_0x4d5fb7(0x500)])==null?null:_0x2553bd;}[_0x118bac(0x1e8)](_0x418ae7,_0x16cc9f){const _0x4e16d8=_0x118bac;if(!(_0x418ae7 instanceof Node))return!0x1;let _0x4db340=_0x16cc9f[_0x4e16d8(0x5bc)]?this[_0x4e16d8(0x4d7)](_0x16cc9f[_0x4e16d8(0x5bc)]):_0x16cc9f['hostAnchorId']?this[_0x4e16d8(0x6c8)](_0x16cc9f[_0x4e16d8(0x333)]):_0x16cc9f[_0x4e16d8(0x4c1)]?this[_0x4e16d8(0x714)](_0x16cc9f[_0x4e16d8(0x4c1)]):null;return!!(_0x4db340!=null&&_0x4db340[_0x4e16d8(0x1e8)](_0x418ae7));}},_0xc55dd1=class{constructor(){const _0xd6bb58=_0x118bac;_0x2d0c25(this,_0xd6bb58(0x2e5),new Map()),_0x2d0c25(this,_0xd6bb58(0x59e),new Map()),_0x2d0c25(this,_0xd6bb58(0x61d),new Map()),_0x2d0c25(this,_0xd6bb58(0x785),new Map());}['register'](_0x5dc803){const _0x7eeb76=_0x118bac;return this[_0x7eeb76(0x2e5)][_0x7eeb76(0x3d4)](_0x5dc803[_0x7eeb76(0x559)],_0x5dc803),(0x0,_0x4a1c51[_0x7eeb76(0xbb)])(()=>{const _0x4cf63d=_0x7eeb76;this[_0x4cf63d(0x2e5)][_0x4cf63d(0x714)](_0x5dc803['childType'])===_0x5dc803&&this[_0x4cf63d(0x2e5)][_0x4cf63d(0x2cd)](_0x5dc803[_0x4cf63d(0x559)]);});}[_0x118bac(0x714)](_0x85897e){const _0x3c5ac6=_0x118bac;return this[_0x3c5ac6(0x2e5)][_0x3c5ac6(0x714)](_0x85897e);}[_0x118bac(0x43e)](_0x4ef537){const _0xf635e4=_0x118bac;return this[_0xf635e4(0x59e)][_0xf635e4(0x3d4)](_0x4ef537[_0xf635e4(0x5bc)],_0x4ef537),this[_0xf635e4(0x61d)][_0xf635e4(0x3d4)](_0x4ef537[_0xf635e4(0x319)][_0xf635e4(0x333)],_0x4ef537),this[_0xf635e4(0x785)][_0xf635e4(0x3d4)](_0x4ef537[_0xf635e4(0x4c1)],_0x4ef537),(0x0,_0x4a1c51[_0xf635e4(0xbb)])(()=>{const _0x119abb=_0xf635e4;this[_0x119abb(0x59e)][_0x119abb(0x714)](_0x4ef537[_0x119abb(0x5bc)])===_0x4ef537&&this[_0x119abb(0x59e)][_0x119abb(0x2cd)](_0x4ef537[_0x119abb(0x5bc)]),this[_0x119abb(0x61d)][_0x119abb(0x714)](_0x4ef537[_0x119abb(0x319)][_0x119abb(0x333)])===_0x4ef537&&this[_0x119abb(0x61d)]['delete'](_0x4ef537[_0x119abb(0x319)][_0x119abb(0x333)]),this[_0x119abb(0x785)][_0x119abb(0x714)](_0x4ef537[_0x119abb(0x4c1)])===_0x4ef537&&this[_0x119abb(0x785)][_0x119abb(0x2cd)](_0x4ef537[_0x119abb(0x4c1)]);});}[_0x118bac(0x2ab)](_0x2f4b5a){const _0x18b1d2=_0x118bac;return this['_contextsByEmbedId'][_0x18b1d2(0x714)](_0x2f4b5a);}[_0x118bac(0x42a)](_0x53dbc6){const _0x1c4f83=_0x118bac;return this[_0x1c4f83(0x61d)]['get'](_0x53dbc6);}[_0x118bac(0x4c2)](_0x5865f3){const _0x58ff46=_0x118bac;return this[_0x58ff46(0x785)][_0x58ff46(0x714)](_0x5865f3);}[_0x118bac(0x2c3)](_0x4c78ea){const _0x2f2ae1=_0x118bac;let _0x49fc29=this[_0x2f2ae1(0x714)](_0x4c78ea[_0x2f2ae1(0x559)]);return _0x49fc29?Promise[_0x2f2ae1(0x5fe)](_0x49fc29[_0x2f2ae1(0x2c3)](_0x4c78ea)):Promise[_0x2f2ae1(0x5fe)](_0xedafcd(_0x4c78ea));}['captureByEmbedId'](_0x337b5a){const _0x14a307=_0x118bac;let _0x3f6f97=this['getContextByEmbedId'](_0x337b5a);return _0x3f6f97?this[_0x14a307(0x2c3)](_0x3f6f97):Promise['resolve'](void 0x0);}['captureByHostAnchorId'](_0x31531a){const _0x3988f6=_0x118bac;let _0x5f54eb=this[_0x3988f6(0x42a)](_0x31531a);return _0x5f54eb?this[_0x3988f6(0x2c3)](_0x5f54eb):Promise['resolve'](void 0x0);}[_0x118bac(0x21c)](_0x1b464a){const _0x1632f7=_0x118bac;let _0x54a1b4=this[_0x1632f7(0x4c2)](_0x1b464a);return _0x54a1b4?this[_0x1632f7(0x2c3)](_0x54a1b4):Promise[_0x1632f7(0x5fe)](void 0x0);}};function _0xedafcd(_0x58f9f5){const _0x238576=_0x118bac;if(!_0x58f9f5['renderScope'])return;let _0x26923d=[_0x58f9f5[_0x238576(0x6af)][_0x238576(0x75f)],_0x58f9f5[_0x238576(0x6af)][_0x238576(0x399)],_0x58f9f5[_0x238576(0x6af)]['rootElement']][_0x238576(0x2f0)](_0x5f251b=>!!_0x5f251b),_0x5d2c77=Array['from'](new Set(_0x26923d[_0x238576(0x3c9)](_0x33fb5d=>Array[_0x238576(0x289)](_0x33fb5d['querySelectorAll'](_0x238576(0x648))))))['filter'](_0x3ea50f=>_0x3ea50f[_0x238576(0x5df)]>0x1&&_0x3ea50f[_0x238576(0x2c7)]>0x1)[_0x238576(0x76c)]((_0x260c33,_0x3fd29e)=>_0x3fd29e[_0x238576(0x5df)]*_0x3fd29e[_0x238576(0x2c7)]-_0x260c33['width']*_0x260c33['height']);for(let _0x35f3a1 of _0x5d2c77)try{return _0x35f3a1['toDataURL'](_0x238576(0x322));}catch{}}function _0x4ded49(_0x25e4c8,_0x595bf2){return function(_0x1c8b15,_0x30c9b6){_0x595bf2(_0x1c8b15,_0x30c9b6,_0x25e4c8);};}function _0x5c1435(_0x38e1c4,_0x131ed2,_0x2fa8cb,_0x147025){const _0x5ab992=_0x118bac;var _0x3e3a5b=arguments[_0x5ab992(0x51d)],_0x27595b=_0x3e3a5b<0x3?_0x131ed2:_0x147025===null?_0x147025=Object[_0x5ab992(0x1a9)](_0x131ed2,_0x2fa8cb):_0x147025,_0x2241f9;if(typeof Reflect==_0x5ab992(0x294)&&typeof Reflect[_0x5ab992(0xbd)]==_0x5ab992(0x52a))_0x27595b=Reflect[_0x5ab992(0xbd)](_0x38e1c4,_0x131ed2,_0x2fa8cb,_0x147025);else{for(var _0x4990a6=_0x38e1c4[_0x5ab992(0x51d)]-0x1;_0x4990a6>=0x0;_0x4990a6--)(_0x2241f9=_0x38e1c4[_0x4990a6])&&(_0x27595b=(_0x3e3a5b<0x3?_0x2241f9(_0x27595b):_0x3e3a5b>0x3?_0x2241f9(_0x131ed2,_0x2fa8cb,_0x27595b):_0x2241f9(_0x131ed2,_0x2fa8cb))||_0x27595b);}return _0x3e3a5b>0x3&&_0x27595b&&Object['defineProperty'](_0x131ed2,_0x2fa8cb,_0x27595b),_0x27595b;}let _0x40cb95=_0x118bac(0x3b6);var _0x59df5c=class extends Error{constructor(_0x51943d,_0x6480){const _0x358e81=_0x118bac;super(_0x40cb95+':\x20'+_0x51943d),this['childUnitId']=_0x51943d,this[_0x358e81(0x5d2)]=_0x6480,_0x2d0c25(this,'code',_0x40cb95),this[_0x358e81(0x401)]=_0x358e81(0x29f);}};let _0x70dabe=class{constructor(_0x45bd0f,_0x2f36b9,_0x53a941,_0xbdefc9,_0x2bc744,_0x2f823a,_0x5e1f6e){const _0x28ab73=_0x118bac;this['_hostContainerRegistry']=_0x45bd0f,this[_0x28ab73(0x359)]=_0x2f36b9,this[_0x28ab73(0x579)]=_0x53a941,this['_sceneCanvasCaptureService']=_0xbdefc9,this[_0x28ab73(0x389)]=_0x2bc744,this[_0x28ab73(0x74b)]=_0x2f823a,this[_0x28ab73(0x609)]=_0x5e1f6e,_0x2d0c25(this,'_sessions',new Map()),_0x2d0c25(this,'_tabFocusLeases',new Map());}[_0x118bac(0xde)](_0x3184fa){return this['_mountResolvedHost'](_0x3184fa);}['mountIntoHostElement'](_0x1cf56c,_0x12debc,_0x58822e){return this['_mountResolvedHost'](_0x1cf56c,{'hostElement':_0x12debc,'runtimeRoots':_0x58822e});}[_0x118bac(0x1ad)](_0x4e119a,_0x39060a){const _0x46235d=_0x118bac;var _0x5bc800,_0x359508,_0x349d76;if(!_0x4e119a[_0x46235d(0x4c1)]||_0x4e119a[_0x46235d(0x559)]==null)throw Error(_0x46235d(0x4f4));this[_0x46235d(0x157)](_0x4e119a);let _0x23e26a={'hostUnitId':_0x4e119a[_0x46235d(0x2dc)],'embedId':_0x4e119a[_0x46235d(0x5bc)],'childUnitId':_0x4e119a[_0x46235d(0x4c1)]},_0x176e77=this[_0x46235d(0x196)](_0x4e119a),_0x4feb87=this[_0x46235d(0x20d)]['get'](_0x4e119a[_0x46235d(0x53f)],_0x4e119a[_0x46235d(0x3be)]);if(!_0x4feb87||!this[_0x46235d(0x20d)][_0x46235d(0x2ce)](_0x4e119a[_0x46235d(0x53f)],_0x4e119a['entry'],_0x176e77))throw Error(_0x46235d(0x341));let _0x270c24=this['_runtimePolicyService'][_0x46235d(0x27c)](_0x23e26a),_0x52fb0a=this[_0x46235d(0x359)][_0x46235d(0x714)](_0x4e119a['childType']);if(_0x270c24['allowed']&&!(_0x52fb0a!=null&&_0x52fb0a['supportedLayouts']['includes'](_0x176e77)))throw Error(_0x46235d(0x604));this['unmount'](_0x4e119a[_0x46235d(0x5bc)]);let _0x3e4f8f={'descriptor':_0x4e119a,'layout':_0x176e77,'injector':this[_0x46235d(0x609)],'hostUnitId':_0x4e119a[_0x46235d(0x2dc)],'embedId':_0x4e119a[_0x46235d(0x5bc)],'childUnitId':_0x4e119a[_0x46235d(0x4c1)],'childType':_0x4e119a[_0x46235d(0x559)]},_0x24a2a8=[],_0x266330=_0x39060a==null?(_0x5bc800=_0x4feb87[_0x46235d(0xde)])==null?void 0x0:_0x5bc800[_0x46235d(0xf4)](_0x4feb87,_0x3e4f8f):_0x39060a,_0x124995=this['_normalizeHostMountResult'](_0x266330);if(_0x124995[_0x46235d(0x327)]&&_0x24a2a8['push'](_0x124995['disposable']),_0x3e4f8f[_0x46235d(0xe2)]=(_0x359508=_0x124995[_0x46235d(0xe2)])==null?_0x3e4f8f[_0x46235d(0xe2)]:_0x359508,_0x3e4f8f['container']=_0x3e4f8f[_0x46235d(0xe2)],!_0x3e4f8f[_0x46235d(0xe2)]||!_0x3e4f8f[_0x46235d(0x1d0)])throw[..._0x24a2a8][_0x46235d(0x15a)]()[_0x46235d(0x362)](_0x5bdda2=>_0x5bdda2[_0x46235d(0x60c)]()),Error(_0x46235d(0x5ee));if(_0x124995['runtimeRoots']||_0x24a2a8['push'](_0x2a1c4d(_0x3e4f8f[_0x46235d(0xe2)])),!_0x270c24[_0x46235d(0x76b)])return this['_mountBlockedRuntime'](_0x4e119a,_0x176e77,_0x3e4f8f[_0x46235d(0xe2)],_0x124995[_0x46235d(0x376)],_0x24a2a8,_0x270c24[_0x46235d(0x531)]);if(!_0x52fb0a)throw[..._0x24a2a8]['reverse']()[_0x46235d(0x362)](_0x1d07b5=>_0x1d07b5[_0x46235d(0x60c)]()),Error(_0x46235d(0x604));let {renderScope:_0x41337e,disposable:_0x368038,setActive:_0x53ba7b}=this[_0x46235d(0x618)](_0x4e119a,_0x176e77,_0x3e4f8f[_0x46235d(0xe2)],_0x124995[_0x46235d(0x376)]);_0x24a2a8[_0x46235d(0x6f2)](_0x368038);let _0x2126ea={..._0x3e4f8f,'hostElement':_0x3e4f8f[_0x46235d(0xe2)],'container':_0x3e4f8f[_0x46235d(0x1d0)],'renderScope':_0x41337e},{runtimeScope:_0x2d043b,disposable:_0x3193c2}=_0x3cca9c(_0x2126ea,_0x53ba7b),_0x3fc458={..._0x2126ea,'runtimeScope':_0x2d043b};_0x24a2a8[_0x46235d(0x6f2)](_0x3193c2);let _0x142283=this['_registerRuntimeBoundary'](_0x4e119a,_0x3e4f8f[_0x46235d(0xe2)],_0x41337e,_0x2d043b[_0x46235d(0x5b3)]);_0x142283&&_0x24a2a8['push'](_0x142283),this[_0x46235d(0x609)][_0x46235d(0x722)](_0x164bef)&&_0x24a2a8['push'](this[_0x46235d(0x609)][_0x46235d(0x714)](_0x164bef)[_0x46235d(0x31a)]({'embedId':_0x4e119a[_0x46235d(0x5bc)],'hostUnitId':_0x4e119a['hostUnitId'],'childUnitId':_0x4e119a[_0x46235d(0x4c1)],'childType':_0x4e119a[_0x46235d(0x559)]})),_0x24a2a8[_0x46235d(0x6f2)](this[_0x46235d(0x334)](_0x4e119a,_0x3e4f8f[_0x46235d(0xe2)],_0x41337e[_0x46235d(0x395)],_0x2d043b[_0x46235d(0x558)])),_0x24a2a8['push'](this[_0x46235d(0x11e)][_0x46235d(0x43e)](_0x3fc458));let _0xe956a3=this[_0x46235d(0x534)](_0x4e119a),_0x54513b=(_0x349d76=_0x52fb0a[_0x46235d(0xde)])==null?void 0x0:_0x349d76[_0x46235d(0xf4)](_0x52fb0a,_0x3fc458);if(_0x54513b&&_0x24a2a8[_0x46235d(0x6f2)](_0x54513b),_0x24a2a8['push'](_0xe956a3),_0x24a2a8[_0x46235d(0x6f2)](this[_0x46235d(0x74b)][_0x46235d(0x454)](_0x23e26a)),_0x41337e[_0x46235d(0x395)]===_0x46235d(0x48d)){let _0x4315e1=this[_0x46235d(0x5b0)](_0x3fc458);_0x4315e1&&_0x24a2a8[_0x46235d(0x6f2)](_0x4315e1);}let _0x30048d={'hostUnitId':_0x4e119a['hostUnitId'],'embedId':_0x4e119a[_0x46235d(0x5bc)],'childUnitId':_0x4e119a['childUnitId'],'childType':_0x4e119a['childType'],'entry':_0x4e119a['entry'],'layout':_0x176e77,'hostElement':_0x3e4f8f[_0x46235d(0xe2)],'context':_0x3fc458};return this[_0x46235d(0x689)][_0x46235d(0x3d4)](_0x4e119a['embedId'],{'session':_0x30048d,'disposables':_0x24a2a8,'setActive':_0x53ba7b}),_0x176e77!==_0x46235d(0x5f7)&&this[_0x46235d(0xe1)](_0x4e119a,_0x176e77,_0x53ba7b),_0x30048d;}[_0x118bac(0x270)](_0x514822,_0x32209e,_0x393277,_0xab8dea,_0x131c25,_0x59fd10){const _0xd2104f=_0x118bac;var _0x11d04a,_0x30fc21;let _0x449a4a=(_0x11d04a=(_0x30fc21=_0xab8dea==null?void 0x0:_0xab8dea[_0xd2104f(0x177)])==null?_0x4a5d5c(_0x393277,_0xd2104f(0x630)):_0x30fc21)==null?_0x393277:_0x11d04a,_0x196bb7=_0x18f2e2(_0x59fd10);_0x449a4a['replaceChildren'](_0x196bb7),_0x131c25[_0xd2104f(0x6f2)]((0x0,_0x4a1c51[_0xd2104f(0xbb)])(()=>{const _0x4e7c07=_0xd2104f;_0x196bb7['parentElement']===_0x449a4a&&_0x196bb7[_0x4e7c07(0x2f4)]();}));let _0x31400f={'hostUnitId':_0x514822[_0xd2104f(0x2dc)],'embedId':_0x514822[_0xd2104f(0x5bc)],'childUnitId':_0x514822[_0xd2104f(0x4c1)],'childType':_0x514822['childType'],'entry':_0x514822[_0xd2104f(0x3be)],'layout':_0x32209e,'hostElement':_0x393277};return this['_sessions'][_0xd2104f(0x3d4)](_0x514822[_0xd2104f(0x5bc)],{'session':_0x31400f,'disposables':_0x131c25,'setActive':()=>{}}),_0x31400f;}[_0x118bac(0xe1)](_0x4d1498,_0x1433e0,_0x5eee01){const _0x3d915c=_0x118bac;if(_0x1433e0!==_0x3d915c(0x5f7)){if(this[_0x3d915c(0x609)][_0x3d915c(0x722)](_0x73305e[_0x3d915c(0xe5)])){let _0x2f34dc=this[_0x3d915c(0x609)]['get'](_0x73305e[_0x3d915c(0xe5)])[_0x3d915c(0x38f)]();if((_0x2f34dc==null?void 0x0:_0x2f34dc[_0x3d915c(0x2dc)])===_0x4d1498[_0x3d915c(0x2dc)]){_0x5eee01(_0x2f34dc[_0x3d915c(0x5bc)]===_0x4d1498[_0x3d915c(0x5bc)]);return;}}_0x5eee01(!0x1);}}[_0x118bac(0x40b)](_0x1fd573){const _0x1c13f4=_0x118bac;let _0x4e2039=this[_0x1c13f4(0x689)][_0x1c13f4(0x714)](_0x1fd573);_0x4e2039&&(this[_0x1c13f4(0x12c)](_0x1fd573),[..._0x4e2039[_0x1c13f4(0x65d)]][_0x1c13f4(0x15a)]()[_0x1c13f4(0x362)](_0x43c4f3=>_0x43c4f3[_0x1c13f4(0x60c)]()),this[_0x1c13f4(0x689)]['delete'](_0x1fd573));}[_0x118bac(0x1c7)](_0x592ad4){const _0x3e80a2=_0x118bac;var _0x5c18a5;return(_0x5c18a5=this[_0x3e80a2(0x689)][_0x3e80a2(0x714)](_0x592ad4))==null?void 0x0:_0x5c18a5[_0x3e80a2(0x466)];}[_0x118bac(0x136)](){const _0x577a49=_0x118bac;return[...this[_0x577a49(0x689)][_0x577a49(0x308)]()][_0x577a49(0x734)](({session:_0x19087d})=>_0x19087d);}['activateSession'](_0x3aeefc){const _0x41b235=_0x118bac;let _0xb38eb0=this[_0x41b235(0x689)][_0x41b235(0x714)](_0x3aeefc);if(_0xb38eb0){if(_0xb38eb0[_0x41b235(0x466)][_0x41b235(0x767)]!=='tab-peer'){this[_0x41b235(0x689)]['forEach'](_0x407a0c=>{const _0x1877c4=_0x41b235;_0x407a0c['session'][_0x1877c4(0x767)]!==_0x1877c4(0x5f7)&&_0x407a0c[_0x1877c4(0x466)][_0x1877c4(0x2dc)]===_0xb38eb0[_0x1877c4(0x466)][_0x1877c4(0x2dc)]&&_0x407a0c[_0x1877c4(0x4cb)](_0x407a0c[_0x1877c4(0x466)]['embedId']===_0x3aeefc);});return;}this[_0x41b235(0x4d3)](_0xb38eb0[_0x41b235(0x466)]),this['_sessions'][_0x41b235(0x362)](_0x1f2149=>{const _0x524859=_0x41b235;_0x1f2149[_0x524859(0x466)][_0x524859(0x767)]===_0x524859(0x5f7)&&_0x1f2149[_0x524859(0x466)][_0x524859(0x2dc)]===_0xb38eb0[_0x524859(0x466)]['hostUnitId']&&_0x1f2149[_0x524859(0x4cb)](_0x1f2149['session'][_0x524859(0x5bc)]===_0x3aeefc);});}}[_0x118bac(0xb7)](_0x39be0b){const _0x29a0f4=_0x118bac;let _0x1ca1ea=[];return this[_0x29a0f4(0x689)][_0x29a0f4(0x362)](_0x224341=>{const _0x2aa053=_0x29a0f4;_0x224341[_0x2aa053(0x466)][_0x2aa053(0x767)]===_0x2aa053(0x5f7)&&(_0x39be0b&&_0x224341[_0x2aa053(0x466)][_0x2aa053(0x5bc)]!==_0x39be0b||(this[_0x2aa053(0x4d9)](_0x224341[_0x2aa053(0x466)]),this[_0x2aa053(0x12c)](_0x224341[_0x2aa053(0x466)][_0x2aa053(0x5bc)]),_0x224341[_0x2aa053(0x4cb)](!0x1),_0x1ca1ea[_0x2aa053(0x6f2)](_0x224341[_0x2aa053(0x466)])));}),_0x1ca1ea;}['deactivateFloatingSession'](_0x489a8e){const _0x5d2977=_0x118bac;let _0x1c627a=this['_sessions'][_0x5d2977(0x714)](_0x489a8e);if(!(!_0x1c627a||_0x1c627a[_0x5d2977(0x466)][_0x5d2977(0x767)]==='tab-peer'))return this[_0x5d2977(0x4d9)](_0x1c627a[_0x5d2977(0x466)]),_0x1c627a[_0x5d2977(0x4cb)](!0x1),_0x1c627a[_0x5d2977(0x466)];}[_0x118bac(0x4cb)](_0x3f0ce1,_0x2fa1f5){const _0x5f8e39=_0x118bac;var _0x512d79;(_0x512d79=this[_0x5f8e39(0x689)][_0x5f8e39(0x714)](_0x3f0ce1))==null||_0x512d79[_0x5f8e39(0x4cb)](_0x2fa1f5);}['_runChildBeforeDeactivate'](_0x26d935){const _0x5049cf=_0x118bac;let _0x16b603=_0x26d935[_0x5049cf(0x533)];if(!_0x16b603)return;let _0xdfb43e=this[_0x5049cf(0x359)][_0x5049cf(0x714)](_0x26d935[_0x5049cf(0x559)]);if(_0xdfb43e!=null&&_0xdfb43e[_0x5049cf(0x5dc)])try{_0xdfb43e[_0x5049cf(0x5dc)](_0x16b603);}catch(_0x208181){console[_0x5049cf(0x3f2)](_0x5049cf(0x1d2),_0x208181);}}[_0x118bac(0x196)](_0x293805){const _0x16f85a=_0x118bac;var _0x4566d9,_0x1ab99b;let _0x5a55b5=((_0x4566d9=_0x293805[_0x16f85a(0x584)])==null?void 0x0:_0x4566d9[_0x16f85a(0x305)])||void 0x0;if(_0x5a55b5!=null&&_0x5a55b5[_0x16f85a(0x767)])return _0x5a55b5['layout'];let _0x4f232a=((_0x1ab99b=_0x293805[_0x16f85a(0x584)])==null?void 0x0:_0x1ab99b[_0x16f85a(0x14f)])||void 0x0;if(_0x4f232a!=null&&_0x4f232a[_0x16f85a(0x306)])return _0x16f85a(0x5f7);throw Error('EMBED_MOUNT_LAYOUT_NOT_RESOLVED');}['_createRenderScope'](_0x3cdea3,_0x1d5aa0,_0x496c01,_0x5de793){const _0x4326be=_0x118bac;var _0x1e8856,_0x247482,_0x16ae84,_0x46fa29,_0x43015f,_0x4dc9f3,_0x18be39,_0x31118e,_0x2e9a7e,_0x26b259;let _0x18488f=new _0x416516[(_0x4326be(0x65e))](!0x0),_0x2048f4=_0x3cdea3[_0x4326be(0x333)],_0x452c38=(_0x1e8856=_0x3cdea3['sourceMeta'])==null?void 0x0:_0x1e8856[_0x4326be(0x14f)],_0x428a54=_0x452c38&&_0x452c38['enabled']?_0x4326be(0x14f):(_0x247482=_0x3cdea3[_0x4326be(0x584)])!=null&&_0x247482[_0x4326be(0x305)]?'float':_0x4326be(0x273),_0x379601=(_0x16ae84=(_0x46fa29=_0x5de793==null?void 0x0:_0x5de793[_0x4326be(0x177)])==null?_0x4a5d5c(_0x496c01,_0x4326be(0x630)):_0x46fa29)==null?_0x496c01:_0x16ae84,_0x5659d9=(_0x43015f=(_0x4dc9f3=_0x5de793==null?void 0x0:_0x5de793[_0x4326be(0x648)])==null?_0x4a5d5c(_0x496c01,_0x4326be(0x428)):_0x4dc9f3)==null?_0x496c01:_0x43015f,_0x1dcf8b=(_0x18be39=(_0x31118e=_0x5de793==null?void 0x0:_0x5de793[_0x4326be(0x650)])==null?_0x4a5d5c(_0x496c01,_0x4326be(0x526)):_0x31118e)==null?_0x496c01:_0x18be39,_0x23eab3=(_0x2e9a7e=(_0x26b259=_0x5de793==null?void 0x0:_0x5de793[_0x4326be(0x416)])==null?_0x4a5d5c(_0x496c01,'data-embed-popup-root'):_0x26b259)==null?_0x1dcf8b:_0x2e9a7e,_0x638229=this[_0x4326be(0x579)][_0x4326be(0x246)]({'childUnitId':_0x3cdea3[_0x4326be(0x4c1)],'embedId':_0x3cdea3[_0x4326be(0x5bc)],'hostAnchorId':_0x2048f4,'root':_0x1dcf8b}),_0x46bc14=_0x57ff99=>{const _0x58aa52=_0x4326be;_0x18488f[_0x58aa52(0x441)]()!==_0x57ff99&&(_0x1c49e0(_0x496c01,_0x57ff99,_0x428a54),_0x18488f[_0x58aa52(0x2f7)](_0x57ff99));};return _0x1c49e0(_0x496c01,!0x0,_0x428a54),{'renderScope':{'hostUnitId':_0x3cdea3[_0x4326be(0x2dc)],'hostAnchorId':_0x2048f4,'embedId':_0x3cdea3[_0x4326be(0x5bc)],'childUnitId':_0x3cdea3[_0x4326be(0x4c1)],'childType':_0x3cdea3[_0x4326be(0x559)],'layout':_0x1d5aa0,'mode':_0x428a54,'rootElement':_0x496c01,'contentRoot':_0x379601,'canvasRoot':_0x5659d9,'overlayRoot':_0x1dcf8b,'popupRoot':_0x23eab3,'menuOutlet':_0x5de793!=null&&_0x5de793['menuSlot']?{'container':_0x5de793['menuSlot']}:void 0x0,'active$':_0x18488f[_0x4326be(0x4ee)]()},'disposable':(0x0,_0x4a1c51[_0x4326be(0xbb)])(()=>{const _0xc71dd2=_0x4326be;_0x638229[_0xc71dd2(0x60c)](),_0x46bc14(!0x1),_0x18488f[_0xc71dd2(0x1be)]();}),'setActive':_0x46bc14};}[_0x118bac(0x368)](_0x4e2c84,_0x5aa707,_0x5566cd,_0x3ca549){const _0x474b12=_0x118bac;let _0xa5b3d0=this[_0x474b12(0x609)]['has'](_0x7aa80d),_0x23c34f=this[_0x474b12(0x609)][_0x474b12(0x722)](_0x164bef);if(!_0xa5b3d0&&!_0x23c34f)return;let _0x2e3f92=_0xa5b3d0?this[_0x474b12(0x609)][_0x474b12(0x714)](_0x7aa80d):void 0x0,_0x2f722c=_0x23c34f?this[_0x474b12(0x609)][_0x474b12(0x714)](_0x164bef):void 0x0,_0x3e965b=new Map(),_0x5c400c=(_0x5b90e5,_0x339b1b)=>{const _0x39eafb=_0x474b12;if(!_0x5b90e5)return;let _0x3c4101=_0x3e965b[_0x39eafb(0x714)](_0x5b90e5);(!_0x3c4101||_0x3c4101===_0x39eafb(0x4e9))&&_0x3e965b[_0x39eafb(0x3d4)](_0x5b90e5,_0x339b1b);};_0x5c400c(_0x5aa707,_0x474b12(0x4e9)),_0x5c400c(_0x5566cd[_0x474b12(0x2fe)],_0x474b12(0x4e9)),_0x5c400c(_0x5566cd[_0x474b12(0x399)],_0x474b12(0x4e9)),_0x5c400c(_0x5566cd['canvasRoot'],_0x474b12(0x4e9)),_0x5c400c(_0x5566cd[_0x474b12(0x4ed)],_0x474b12(0x4e9)),_0x5c400c(_0x3ca549['root'],_0x474b12(0x4e9)),_0x5c400c(_0x3ca549[_0x474b12(0x177)],_0x474b12(0x4e9)),_0x5c400c(_0x3ca549[_0x474b12(0x648)],_0x474b12(0x4e9)),_0x5c400c(_0x3ca549['overlay'],_0x474b12(0x4e9)),_0x5c400c(_0x5566cd[_0x474b12(0x15f)],'child-popup'),_0x5c400c(_0x3ca549[_0x474b12(0x416)],_0x474b12(0x10a));let _0x1c0585=[..._0x3e965b][_0x474b12(0x3c9)](([_0x511511,_0x17e27f])=>[_0x2e3f92==null?void 0x0:_0x2e3f92['registerRoot'](_0x4e2c84[_0x474b12(0x5bc)],_0x511511),_0x2f722c==null?void 0x0:_0x2f722c[_0x474b12(0x245)]({'embedId':_0x4e2c84[_0x474b12(0x5bc)],'role':_0x17e27f,'element':_0x511511})]['filter'](_0x5b5a48=>!!_0x5b5a48));return(0x0,_0x4a1c51[_0x474b12(0xbb)])(()=>{const _0x3c00c0=_0x474b12;[..._0x1c0585][_0x3c00c0(0x15a)]()[_0x3c00c0(0x362)](_0x4be3cb=>_0x4be3cb['dispose']());});}[_0x118bac(0x235)](_0x5d3bf7){const _0x4759b9=_0x118bac;return _0x5d3bf7?'dispose'in _0x5d3bf7?{'disposable':_0x5d3bf7}:{'hostElement':_0x5d3bf7[_0x4759b9(0xe2)],'runtimeRoots':_0x5d3bf7[_0x4759b9(0x376)],'disposable':_0x5d3bf7[_0x4759b9(0x327)]?(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x1481c3=_0x4759b9;var _0x3650f3;return(_0x3650f3=_0x5d3bf7['disposable'])==null?void 0x0:_0x3650f3[_0x1481c3(0x60c)]();}):void 0x0}:{};}[_0x118bac(0x5b0)](_0x5ccbc8){const _0x6b6e27=_0x118bac;if(!this[_0x6b6e27(0x609)]['has'](_0x23b823))return;let _0x323097=this[_0x6b6e27(0x609)][_0x6b6e27(0x714)](_0x23b823)[_0x6b6e27(0x714)](_0x5ccbc8[_0x6b6e27(0x319)][_0x6b6e27(0x53f)],_0x5ccbc8[_0x6b6e27(0x319)]['entry'],_0x5ccbc8[_0x6b6e27(0x559)]);if(!_0x323097)return;let _0x588948=this[_0x6b6e27(0x609)][_0x6b6e27(0x722)](_0x34aece)?this[_0x6b6e27(0x609)]['get'](_0x34aece)[_0x6b6e27(0x778)]():null,_0x1e2b26=_0x323097[_0x6b6e27(0xde)]({..._0x5ccbc8,'active':_0x588948});return _0x1e2b26?(0x0,_0x4a1c51[_0x6b6e27(0xbb)])(()=>_0x1e2b26[_0x6b6e27(0x60c)]()):void 0x0;}[_0x118bac(0x334)](_0x59f578,_0x31098,_0x22b3e2,_0x2149dc){const _0x4ad8c7=_0x118bac;let _0x86d47f=this[_0x4ad8c7(0x609)]['has'](_0x7aa80d)?this[_0x4ad8c7(0x609)]['get'](_0x7aa80d):void 0x0,_0x3397c8=this[_0x4ad8c7(0x609)][_0x4ad8c7(0x722)](_0x164bef)?this[_0x4ad8c7(0x609)]['get'](_0x164bef):void 0x0,_0x4c11df=_0x31098['ownerDocument'],_0x5e7999=[],_0xa53f6=()=>_0x22b3e2==='float'?this['_injector'][_0x4ad8c7(0x722)](_0x34aece)?this[_0x4ad8c7(0x609)][_0x4ad8c7(0x714)](_0x34aece)['getStage'](_0x59f578[_0x4ad8c7(0x5bc)])===_0x4ad8c7(0x510):!0x1:!0x0,_0x499d9b=(_0x3aa53a,_0x2e2fe6={})=>{const _0x22b676=_0x4ad8c7;let _0xef25f3=_0x2e2fe6[_0x22b676(0x737)]!==!0x1,_0x1beb4b=_0x2e2fe6[_0x22b676(0x3a0)]!==!0x1,_0x193f5e=(_0x3aa53a==null?void 0x0:_0x3aa53a[_0x22b676(0x6a7)])instanceof Element?_0x3aa53a[_0x22b676(0x6a7)]:null;if(!(_0x193f5e!=null&&_0x193f5e[_0x22b676(0x46f)](_0x22b676(0x1eb)))&&!(!_0x59f578[_0x22b676(0x4c1)]||_0x59f578[_0x22b676(0x559)]==null)&&_0xa53f6()){if(_0x22b3e2==='float'&&_0x2149dc&&(_0x2149dc[_0x22b676(0x164)](_0x59f578[_0x22b676(0x4c1)]),_0xef25f3&&_0x2149dc['focusUnit'](_0x59f578[_0x22b676(0x4c1)])),_0x22b3e2===_0x22b676(0x14f)&&this['_injector'][_0x22b676(0x722)](_0x4a1c51[_0x22b676(0x723)])){var _0x569a68,_0x2b4b61;let _0x7d7487=this[_0x22b676(0x609)]['get'](_0x4a1c51[_0x22b676(0x723)]),_0x2223d5=_0x7d7487[_0x22b676(0x5b9)],_0x5e0ce1=_0x7d7487['getFocusedUnit'];(typeof _0x2223d5!=_0x22b676(0x52a)||((_0x569a68=_0x2223d5[_0x22b676(0xf4)](_0x7d7487,_0x59f578[_0x22b676(0x559)]))==null?void 0x0:_0x569a68[_0x22b676(0x5eb)]())!==_0x59f578[_0x22b676(0x4c1)])&&_0x7d7487['setCurrentUnitForType'](_0x59f578[_0x22b676(0x4c1)]),_0xef25f3&&(typeof _0x5e0ce1!=_0x22b676(0x52a)||((_0x2b4b61=_0x5e0ce1[_0x22b676(0xf4)](_0x7d7487))==null?void 0x0:_0x2b4b61[_0x22b676(0x5eb)]())!==_0x59f578[_0x22b676(0x4c1)])&&_0x7d7487[_0x22b676(0x737)](_0x59f578[_0x22b676(0x4c1)]);}if(_0x22b3e2===_0x22b676(0x14f)&&this['_injector'][_0x22b676(0x722)](_0x4a1c51[_0x22b676(0x4d5)])){let _0x4f3081=this[_0x22b676(0x609)][_0x22b676(0x714)](_0x4a1c51[_0x22b676(0x4d5)]);_0x4f3081[_0x22b676(0x786)](_0x4a1c51['FOCUSING_UNIT'],!0x0),_0x4f3081[_0x22b676(0x786)](_0x4a1c51[_0x22b676(0x214)],_0x59f578[_0x22b676(0x559)]===_0x4a1c51['UniverInstanceType'][_0x22b676(0x3e8)]),_0x4f3081['setContextValue'](_0x4a1c51[_0x22b676(0x508)],_0x59f578[_0x22b676(0x559)]===_0x4a1c51[_0x22b676(0x336)][_0x22b676(0x6c7)]),_0x4f3081[_0x22b676(0x786)](_0x4a1c51[_0x22b676(0x518)],_0x59f578['childType']===_0x4a1c51[_0x22b676(0x336)][_0x22b676(0x3af)]);}if(this[_0x22b676(0x609)]['has'](_0x73305e[_0x22b676(0xe5)])){let _0x3ebe94=this[_0x22b676(0x609)][_0x22b676(0x714)](_0x73305e['EmbedFocusOwnerService']),_0x1e2633={'hostUnitId':_0x59f578[_0x22b676(0x2dc)],'embedId':_0x59f578['embedId'],'childUnitId':_0x59f578[_0x22b676(0x4c1)],'childType':_0x59f578[_0x22b676(0x559)],'reason':_0x22b676(0x64f)},_0x1efaec=_0x3ebe94[_0x22b676(0x38f)]();((_0x1efaec==null?void 0x0:_0x1efaec['hostUnitId'])!==_0x1e2633['hostUnitId']||_0x1efaec[_0x22b676(0x5bc)]!==_0x1e2633['embedId']||_0x1efaec['childUnitId']!==_0x1e2633[_0x22b676(0x4c1)]||_0x1efaec[_0x22b676(0x559)]!==_0x1e2633['childType']||_0x1efaec[_0x22b676(0x531)]!==_0x1e2633[_0x22b676(0x531)])&&_0x3ebe94[_0x22b676(0x6ec)](_0x1e2633);}_0x1beb4b&&this[_0x22b676(0x3a0)](_0x59f578['embedId']);}},_0x27ab0c=_0x4e1341=>{const _0x30b065=_0x4ad8c7;let _0x16c9df=_0x4e1341['target']instanceof Element?_0x4e1341['target']:null;if(!_0x16c9df||_0x31098[_0x30b065(0x1e8)](_0x16c9df)||!(_0x86d47f!=null&&_0x86d47f['contains'](_0x59f578['embedId'],_0x16c9df,_0x4e1341)||_0x3397c8!=null&&_0x3397c8['containsElement'](_0x59f578['embedId'],_0x16c9df,_0x4e1341)))return;_0x499d9b(_0x4e1341,{'focusUnit':!0x1,'activateSession':!0x1});let _0x1d0574=_0x4c11df[_0x30b065(0x4de)];_0x1d0574&&_0x5e7999['push'](_0x1d0574[_0x30b065(0x1cb)](()=>_0x499d9b(_0x4e1341,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x31098[_0x4ad8c7(0x607)](_0x4ad8c7(0x3a8),_0x499d9b,{'capture':!0x0}),_0x31098[_0x4ad8c7(0x607)](_0x4ad8c7(0x640),_0x499d9b),_0x4c11df[_0x4ad8c7(0x607)](_0x4ad8c7(0x3a8),_0x27ab0c,{'capture':!0x0}),_0x4c11df[_0x4ad8c7(0x607)]('focusin',_0x27ab0c,{'capture':!0x0}),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x40712c=_0x4ad8c7;_0x31098[_0x40712c(0x5cf)]('pointerdown',_0x499d9b,{'capture':!0x0}),_0x31098['removeEventListener']('focusin',_0x499d9b),_0x4c11df[_0x40712c(0x5cf)](_0x40712c(0x3a8),_0x27ab0c,{'capture':!0x0}),_0x4c11df[_0x40712c(0x5cf)](_0x40712c(0x640),_0x27ab0c,{'capture':!0x0}),_0x5e7999[_0x40712c(0x362)](_0x3c8be8=>{const _0x2fabdb=_0x40712c;var _0x18c338;return(_0x18c338=_0x4c11df[_0x2fabdb(0x4de)])==null?void 0x0:_0x18c338[_0x2fabdb(0x3b0)](_0x3c8be8);});});}[_0x118bac(0x4d3)](_0x458237){const _0x1a88c8=_0x118bac;if(this[_0x1a88c8(0x544)](_0x458237),this[_0x1a88c8(0x609)][_0x1a88c8(0x722)](_0x4a1c51[_0x1a88c8(0x723)])){let _0x1f6470=this[_0x1a88c8(0x609)]['get'](_0x4a1c51[_0x1a88c8(0x723)]);_0x1f6470['setCurrentUnitForType'](_0x458237['childUnitId']),_0x1f6470[_0x1a88c8(0x737)](_0x458237[_0x1a88c8(0x4c1)]);}if(this['_injector'][_0x1a88c8(0x722)](_0x4a1c51[_0x1a88c8(0x4d5)])){let _0x5063f3=this['_injector'][_0x1a88c8(0x714)](_0x4a1c51[_0x1a88c8(0x4d5)]);_0x5063f3['setContextValue'](_0x4a1c51[_0x1a88c8(0x688)],!0x0),_0x5063f3[_0x1a88c8(0x786)](_0x4a1c51[_0x1a88c8(0x214)],_0x458237['childType']===_0x4a1c51[_0x1a88c8(0x336)][_0x1a88c8(0x3e8)]),_0x5063f3['setContextValue'](_0x4a1c51[_0x1a88c8(0x508)],_0x458237[_0x1a88c8(0x559)]===_0x4a1c51[_0x1a88c8(0x336)][_0x1a88c8(0x6c7)]),_0x5063f3[_0x1a88c8(0x786)](_0x4a1c51[_0x1a88c8(0x518)],_0x458237[_0x1a88c8(0x559)]===_0x4a1c51[_0x1a88c8(0x336)][_0x1a88c8(0x3af)]);}this[_0x1a88c8(0x609)][_0x1a88c8(0x722)](_0x73305e[_0x1a88c8(0xe5)])&&this[_0x1a88c8(0x609)][_0x1a88c8(0x714)](_0x73305e[_0x1a88c8(0xe5)])[_0x1a88c8(0x6ec)]({'hostUnitId':_0x458237[_0x1a88c8(0x2dc)],'embedId':_0x458237['embedId'],'childUnitId':_0x458237[_0x1a88c8(0x4c1)],'childType':_0x458237[_0x1a88c8(0x559)],'reason':_0x1a88c8(0x310)});}[_0x118bac(0x544)](_0x2a0fac){const _0x4172d5=_0x118bac;this[_0x4172d5(0x373)](_0x2a0fac[_0x4172d5(0x2dc)],_0x2a0fac[_0x4172d5(0x5bc)]),this[_0x4172d5(0x12c)](_0x2a0fac[_0x4172d5(0x5bc)]);let _0x1c250d=[];if(this[_0x4172d5(0x609)]['has'](_0x164bef)&&_0x1c250d[_0x4172d5(0x6f2)](this['_injector'][_0x4172d5(0x714)](_0x164bef)[_0x4172d5(0x311)]({'embedId':_0x2a0fac['embedId'],'role':_0x4172d5(0x708),'owner':_0x4172d5(0x498),'sessionMode':_0x4172d5(0x3fd),'hostUnitId':_0x2a0fac[_0x4172d5(0x2dc)],'childUnitId':_0x2a0fac[_0x4172d5(0x4c1)],'childType':_0x2a0fac['childType']})),this[_0x4172d5(0x609)][_0x4172d5(0x722)](_0x7aa80d)){var _0x296d5d,_0x1d04d7,_0x193340;_0x1c250d['push'](this['_injector']['get'](_0x7aa80d)[_0x4172d5(0x4d0)](_0x2a0fac[_0x4172d5(0x5bc)],(_0x296d5d=(_0x1d04d7=_0x2a0fac[_0x4172d5(0xe2)])==null?void 0x0:_0x1d04d7['ownerDocument'])==null?(_0x193340=_0x2a0fac['context'])==null?void 0x0:_0x193340[_0x4172d5(0x6af)][_0x4172d5(0x2fe)][_0x4172d5(0x18b)]:_0x296d5d));}_0x1c250d['length']&&this['_tabFocusLeases'][_0x4172d5(0x3d4)](_0x2a0fac[_0x4172d5(0x5bc)],{'hostUnitId':_0x2a0fac[_0x4172d5(0x2dc)],'disposable':(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x2db0a4=_0x4172d5;[..._0x1c250d][_0x2db0a4(0x15a)]()[_0x2db0a4(0x362)](_0x15377b=>_0x15377b[_0x2db0a4(0x60c)]());})});}[_0x118bac(0x373)](_0x58ded9,_0x1bc5a3){const _0x26887b=_0x118bac;[...this[_0x26887b(0x390)]['entries']()][_0x26887b(0x362)](([_0x3a55f1,_0x3d9d81])=>{const _0x2847d7=_0x26887b;_0x3a55f1!==_0x1bc5a3&&_0x3d9d81[_0x2847d7(0x2dc)]===_0x58ded9&&(_0x3d9d81[_0x2847d7(0x327)][_0x2847d7(0x60c)](),this[_0x2847d7(0x390)][_0x2847d7(0x2cd)](_0x3a55f1));});}[_0x118bac(0x12c)](_0x2ff15a){const _0x12574b=_0x118bac;let _0x3cec55=this[_0x12574b(0x390)][_0x12574b(0x714)](_0x2ff15a);_0x3cec55&&(_0x3cec55['disposable'][_0x12574b(0x60c)](),this['_tabFocusLeases'][_0x12574b(0x2cd)](_0x2ff15a));}[_0x118bac(0x534)](_0x6f2300){const _0xdc75c9=_0x118bac;var _0x4fbd80,_0x2e0aef;if((_0x4fbd80=_0x6f2300[_0xdc75c9(0x584)])!=null&&_0x4fbd80[_0xdc75c9(0x14f)]&&_0x6f2300[_0xdc75c9(0x584)][_0xdc75c9(0x14f)][_0xdc75c9(0x306)]||!this[_0xdc75c9(0x609)]['has'](_0x4a1c51[_0xdc75c9(0x723)])||!_0x6f2300[_0xdc75c9(0x4c1)])return(0x0,_0x4a1c51[_0xdc75c9(0xbb)])(()=>{});let _0x1e1ed7=this[_0xdc75c9(0x609)][_0xdc75c9(0x714)](_0x4a1c51['IUniverInstanceService']),_0x1b6f0b=_0x1e1ed7[_0xdc75c9(0x431)],_0x92ed86=_0x1e1ed7['focusUnit'];if(typeof _0x1b6f0b!=_0xdc75c9(0x52a)||typeof _0x92ed86!=_0xdc75c9(0x52a))return(0x0,_0x4a1c51[_0xdc75c9(0xbb)])(()=>{});let _0x31509b=(_0x2e0aef=_0x1b6f0b['call'](_0x1e1ed7))==null?void 0x0:_0x2e0aef[_0xdc75c9(0x5eb)]();if(!_0x31509b||_0x31509b===_0x6f2300['childUnitId'])return(0x0,_0x4a1c51[_0xdc75c9(0xbb)])(()=>{});let _0x410c95=()=>{const _0x4a49bd=_0xdc75c9;var _0x10307f;((_0x10307f=_0x1b6f0b[_0x4a49bd(0xf4)](_0x1e1ed7))==null?void 0x0:_0x10307f[_0x4a49bd(0x5eb)]())===_0x6f2300['childUnitId']&&_0x92ed86['call'](_0x1e1ed7,_0x31509b);},_0x4a3478=[],_0x22c1bc=[];return _0x410c95(),typeof window<'u'&&(_0x22c1bc[_0xdc75c9(0x6f2)](window['requestAnimationFrame'](_0x410c95)),_0x4a3478[_0xdc75c9(0x6f2)](window[_0xdc75c9(0x1cb)](_0x410c95,0x0)),_0x4a3478[_0xdc75c9(0x6f2)](window[_0xdc75c9(0x1cb)](_0x410c95,0x78))),(0x0,_0x4a1c51[_0xdc75c9(0xbb)])(()=>{const _0x5b848f=_0xdc75c9;typeof window>'u'||(_0x22c1bc[_0x5b848f(0x362)](_0x75372c=>window[_0x5b848f(0x1a8)](_0x75372c)),_0x4a3478[_0x5b848f(0x362)](_0x4be2e7=>window[_0x5b848f(0x3b0)](_0x4be2e7)));});}['_assertChildUnitAvailable'](_0x239c86){const _0x4c2b3d=_0x118bac;let _0xd35359=[...this[_0x4c2b3d(0x689)][_0x4c2b3d(0x308)]()]['find'](({session:_0x39f5b4})=>_0x39f5b4[_0x4c2b3d(0x5bc)]!==_0x239c86[_0x4c2b3d(0x5bc)]&&_0x39f5b4[_0x4c2b3d(0x4c1)]===_0x239c86['childUnitId']);if(_0xd35359)throw new _0x59df5c(_0x239c86[_0x4c2b3d(0x4c1)],_0xd35359[_0x4c2b3d(0x466)]['embedId']);if(this[_0x4c2b3d(0x389)][_0x4c2b3d(0x553)](_0x239c86[_0x4c2b3d(0x4c1)],_0x239c86[_0x4c2b3d(0x559)]))return;let _0x24b740=this[_0x4c2b3d(0x389)][_0x4c2b3d(0x2b3)](_0x239c86[_0x4c2b3d(0x4c1)]);throw _0x24b740!==_0x4a1c51['UniverInstanceType'][_0x4c2b3d(0x5f0)]&&_0x24b740!==_0x239c86[_0x4c2b3d(0x559)]?Error('EMBED_MOUNT_CHILD_TYPE_MISMATCH'):Error(_0x4c2b3d(0x6d8));}};_0x70dabe=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x1cd1ba)),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x55f3cf)),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x561a5b)),_0x4ded49(0x3,(0x0,_0x4a1c51['Inject'])(_0xc55dd1)),_0x4ded49(0x4,_0x4a1c51['IUniverInstanceService']),_0x4ded49(0x5,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x22f07b)),_0x4ded49(0x6,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51['Injector']))],_0x70dabe);function _0x1c49e0(_0x41cecd,_0x52daba,_0x4e0da3){const _0x1106f6=_0x118bac;if(_0x41cecd[_0x1106f6(0xcc)][_0x1106f6(0x423)]=_0x52daba?_0x1106f6(0xd4):_0x1106f6(0x29b),_0x4e0da3!==_0x1106f6(0x14f)){_0x41cecd['removeAttribute']('inert'),_0x41cecd[_0x1106f6(0x30f)](_0x1106f6(0x2ca)),_0x41cecd[_0x1106f6(0x5d3)][_0x1106f6(0x56d)]('display'),_0x41cecd[_0x1106f6(0x5d3)][_0x1106f6(0x56d)]('pointer-events');return;}if(_0x41cecd[_0x1106f6(0x25f)](_0x1106f6(0x25d),!_0x52daba),_0x52daba){_0x41cecd[_0x1106f6(0x30f)]('aria-hidden'),_0x41cecd[_0x1106f6(0x5d3)][_0x1106f6(0x56d)]('display'),_0x41cecd[_0x1106f6(0x5d3)]['removeProperty'](_0x1106f6(0x3b9));return;}_0x41cecd[_0x1106f6(0x3e7)](_0x1106f6(0x2ca),_0x1106f6(0xd4)),_0x41cecd['style']['display']=_0x1106f6(0x35e),_0x41cecd[_0x1106f6(0x5d3)][_0x1106f6(0x383)]='none';}function _0x18f2e2(_0x443b2d){const _0x5e137a=_0x118bac;let _0x57dc41=document[_0x5e137a(0x4c7)](_0x5e137a(0x73b));return _0x57dc41[_0x5e137a(0xcc)]['embedRuntimeBlocked']=_0x443b2d==null?_0x5e137a(0x76d):_0x443b2d,_0x57dc41['style'][_0x5e137a(0x64d)]=[_0x5e137a(0x70e),_0x5e137a(0x29a),'height:100%',_0x5e137a(0x5c2),_0x5e137a(0x122),_0x5e137a(0x4cc),_0x5e137a(0x231),_0x5e137a(0x556),_0x5e137a(0x432),_0x5e137a(0x4e4),'background:rgba(99,102,106,.06)','color:rgba(30,34,43,.64)',_0x5e137a(0x2a9),_0x5e137a(0x33e)][_0x5e137a(0x1f7)](';'),_0x57dc41[_0x5e137a(0x212)]=_0x443b2d==='cycle'?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x5e137a(0x28f),_0x57dc41;}let _0x287047=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x400de1,_0x17a4d2,_0x4315e7,_0x362999,_0x487986,_0x5e5c9b,_0x365e6f,_0x527908,_0x3766d0){const _0x4355ee=_0x118bac;var _0x15d47f;super(),this[_0x4355ee(0x389)]=_0x400de1,this['_focusOwnerService']=_0x17a4d2,this['_hostAdapterRegistry']=_0x4315e7,this[_0x4355ee(0x28a)]=_0x362999,this[_0x4355ee(0x4dd)]=_0x487986,this[_0x4355ee(0x525)]=_0x5e5c9b,this['_floatingActiveService']=_0x365e6f,this[_0x4355ee(0x478)]=_0x527908,this[_0x4355ee(0x1a1)]=_0x3766d0,_0x2d0c25(this,_0x4355ee(0x49b),new Map());let _0x411cdb=(_0x15d47f=this[_0x4355ee(0x389)][_0x4355ee(0x1a6)])==null?void 0x0:_0x15d47f[_0x4355ee(0x26e)](_0x125116=>{const _0x11b5da=_0x4355ee;this[_0x11b5da(0x404)](_0x125116==null?null:_0x125116);});_0x411cdb&&this[_0x4355ee(0x377)](_0x411cdb);}[_0x118bac(0x51a)](_0x374209){const _0x35de78=_0x118bac;var _0x1f9de5;this[_0x35de78(0x700)](_0x374209),this['_rememberPreviousChildCurrentUnit'](_0x374209),this[_0x35de78(0x25c)][_0x35de78(0x552)]({'embedId':_0x374209[_0x35de78(0x5bc)],'hostUnitId':_0x374209[_0x35de78(0x2dc)],'hostType':_0x374209[_0x35de78(0x53f)],'entry':_0x374209['entry'],'hostAnchorId':_0x374209[_0x35de78(0x333)],'descriptor':_0x374209}),this['_mountService'][_0x35de78(0x3a0)](_0x374209['embedId']);let _0x2dc1bb=this[_0x35de78(0x525)]['get'](_0x374209[_0x35de78(0x559)]);return this[_0x35de78(0x28a)][_0x35de78(0x133)](_0x374209,_0x35de78(0x434),{'layoutPolicy':_0x2dc1bb==null||(_0x1f9de5=_0x2dc1bb[_0x35de78(0x3c3)])==null?void 0x0:_0x1f9de5['tab'],'allowPlaceholder':(_0x2dc1bb==null?void 0x0:_0x2dc1bb['hostChromeMode'])===_0x35de78(0x31d)||(_0x2dc1bb==null?void 0x0:_0x2dc1bb['hostHeaderMode'])===_0x35de78(0x1b2)});}[_0x118bac(0x5a1)](_0x2f32d1,_0x524b89,_0x169234={}){const _0x2c4d44=_0x118bac;this[_0x2c4d44(0x700)](_0x2f32d1);let _0x16ac7f=this[_0x2c4d44(0x4e2)][_0x2c4d44(0x778)](),_0x53bf49=_0x524b89===_0x2c4d44(0x510)&&(_0x16ac7f==null?void 0x0:_0x16ac7f[_0x2c4d44(0x5bc)])===_0x2f32d1['embedId']&&_0x16ac7f['childUnitId']===_0x2f32d1[_0x2c4d44(0x4c1)]&&_0x16ac7f[_0x2c4d44(0x545)]==='stage2';(_0x16ac7f==null?void 0x0:_0x16ac7f[_0x2c4d44(0x545)])==='stage2'&&!_0x53bf49&&this[_0x2c4d44(0x4b3)](_0x16ac7f['embedId']),_0x524b89==='stage2'&&!_0x53bf49&&this[_0x2c4d44(0x479)](_0x2f32d1),this[_0x2c4d44(0x718)][_0x2c4d44(0x6ec)]({'hostUnitId':_0x2f32d1[_0x2c4d44(0x2dc)],'embedId':_0x2f32d1[_0x2c4d44(0x5bc)],'childUnitId':_0x2f32d1['childUnitId'],'childType':_0x2f32d1['childType'],'reason':_0x2c4d44(0x64f)}),this['_mountService'][_0x2c4d44(0x3a0)](_0x2f32d1[_0x2c4d44(0x5bc)]);let _0x490ef6={'hostUnitId':_0x2f32d1['hostUnitId'],'embedId':_0x2f32d1[_0x2c4d44(0x5bc)],'childUnitId':_0x2f32d1[_0x2c4d44(0x4c1)]};_0x524b89?this[_0x2c4d44(0x4e2)][_0x2c4d44(0x133)](_0x490ef6,_0x524b89):this[_0x2c4d44(0x4e2)][_0x2c4d44(0x133)](_0x490ef6),this[_0x2c4d44(0x28a)]['clear'](),_0x524b89===_0x2c4d44(0x510)?(this['_focusUnit'](_0x2f32d1[_0x2c4d44(0x4c1)],_0x2f32d1[_0x2c4d44(0x559)],!0x1),this[_0x2c4d44(0x636)](_0x2f32d1)):(this[_0x2c4d44(0x389)]['setCurrentUnitForType'](_0x2f32d1[_0x2c4d44(0x2dc)]),this['_univerInstanceService'][_0x2c4d44(0x737)](_0x2f32d1[_0x2c4d44(0x2dc)]));}[_0x118bac(0x272)](_0x36266f,_0xa66018={}){const _0x4f35c2=_0x118bac;this[_0x4f35c2(0x5a1)](_0x36266f,_0x4f35c2(0x510),_0xa66018);}[_0x118bac(0x37d)](_0x3ba2a0){const _0x4db155=_0x118bac;this[_0x4db155(0x700)](_0x3ba2a0),this[_0x4db155(0x718)][_0x4db155(0x6ec)]({'hostUnitId':_0x3ba2a0[_0x4db155(0x2dc)],'embedId':_0x3ba2a0[_0x4db155(0x5bc)],'childUnitId':_0x3ba2a0['childUnitId'],'childType':_0x3ba2a0[_0x4db155(0x559)],'reason':_0x4db155(0x64f)}),this[_0x4db155(0x1ec)](_0x3ba2a0[_0x4db155(0x4c1)],_0x3ba2a0[_0x4db155(0x559)]);}['clearFullscreen'](_0x4b09a9){const _0x1e243b=_0x118bac;let _0xdf1907=this['_focusOwnerService']['getFocusOwner']();_0xdf1907!=null&&_0xdf1907[_0x1e243b(0x5bc)]&&_0xdf1907[_0x1e243b(0x5bc)]!==_0x4b09a9['embedId']||(this[_0x1e243b(0x718)][_0x1e243b(0x184)](_0x4b09a9[_0x1e243b(0x5bc)]),this[_0x1e243b(0x389)][_0x1e243b(0x164)](_0x4b09a9[_0x1e243b(0x2dc)]),this[_0x1e243b(0x389)]['focusUnit'](_0x4b09a9['hostUnitId']));}[_0x118bac(0x335)](_0x409fae,_0x39ecb3){const _0xe9e91f=_0x118bac;var _0x3d53d6;let _0x12002d=this[_0xe9e91f(0x718)][_0xe9e91f(0x38f)]();if(_0x409fae&&_0x12002d!=null&&_0x12002d[_0xe9e91f(0x5bc)]&&_0x12002d[_0xe9e91f(0x5bc)]!==_0x409fae)return;let _0x4807ba=this['_floatingActiveService']['getActive']();if(_0x409fae&&!_0x12002d&&(_0x4807ba==null?void 0x0:_0x4807ba[_0xe9e91f(0x5bc)])!==_0x409fae&&!_0x39ecb3)return;let _0x40f4e1=(_0x3d53d6=_0x39ecb3==null?_0x12002d==null?void 0x0:_0x12002d[_0xe9e91f(0x2dc)]:_0x39ecb3)==null?_0x4807ba==null?void 0x0:_0x4807ba[_0xe9e91f(0x2dc)]:_0x3d53d6;this[_0xe9e91f(0x4e2)][_0xe9e91f(0x173)](_0x409fae),this[_0xe9e91f(0x718)][_0xe9e91f(0x184)](_0x409fae),this['_menuOverrideService'][_0xe9e91f(0x173)](_0x409fae),_0x409fae&&this['_restorePreviousChildCurrentUnit'](_0x409fae),_0x409fae&&this[_0xe9e91f(0x4dd)]['deactivateFloatingSession'](_0x409fae),_0x40f4e1&&(this[_0xe9e91f(0x389)][_0xe9e91f(0x164)](_0x40f4e1),this[_0xe9e91f(0x389)][_0xe9e91f(0x737)](_0x40f4e1));}[_0x118bac(0x6ff)](_0x27c83c){const _0x7c316f=_0x118bac;this['_menuOverrideService']['clear'](_0x27c83c),this['_focusOwnerService']['clearFocusOwner'](_0x27c83c);let _0x1cf8d8=this['_mountService']['deactivateTabSessions'](_0x27c83c);_0x1cf8d8['forEach'](_0xfcbbe3=>this[_0x7c316f(0x4b3)](_0xfcbbe3['embedId'],_0xfcbbe3['childType'],_0xfcbbe3['childUnitId'])),new Set(_0x1cf8d8[_0x7c316f(0x734)](_0xe46d11=>_0xe46d11[_0x7c316f(0x2dc)]))[_0x7c316f(0x362)](_0x4f0c18=>{const _0x5a65d2=_0x7c316f;this[_0x5a65d2(0x389)]['setCurrentUnitForType'](_0x4f0c18),this[_0x5a65d2(0x389)]['focusUnit'](_0x4f0c18);});}[_0x118bac(0x479)](_0x1cd37c){const _0x4bdb4b=_0x118bac;if(this[_0x4bdb4b(0x49b)]['has'](_0x1cd37c['embedId']))return;let _0x5e48d2=_0x1cd37c[_0x4bdb4b(0x559)],_0x1fe190=this['_getCurrentUnitId'](_0x5e48d2);this[_0x4bdb4b(0x49b)][_0x4bdb4b(0x3d4)](_0x1cd37c[_0x4bdb4b(0x5bc)],{'childType':_0x5e48d2,'childUnitId':_0x1cd37c[_0x4bdb4b(0x4c1)],'unitId':_0x1fe190&&_0x1fe190!==_0x1cd37c['childUnitId']?_0x1fe190:void 0x0});}['_restorePreviousChildCurrentUnit'](_0x3b5d54,_0x10ce0a,_0x3cf697){const _0x3b0dff=_0x118bac;let _0x271137=this[_0x3b0dff(0x49b)][_0x3b0dff(0x714)](_0x3b5d54);this['_previousChildCurrentUnits'][_0x3b0dff(0x2cd)](_0x3b5d54);let _0x33972d=_0x10ce0a==null?_0x271137==null?void 0x0:_0x271137['childType']:_0x10ce0a,_0x48ca76=_0x3cf697==null?_0x271137==null?void 0x0:_0x271137[_0x3b0dff(0x4c1)]:_0x3cf697;if(_0x33972d==null||!_0x48ca76)return;let _0x306b2c=(_0x271137==null?void 0x0:_0x271137[_0x3b0dff(0x559)])===_0x33972d&&_0x271137['unitId']&&this[_0x3b0dff(0x656)](_0x271137['unitId'],_0x33972d)?_0x271137[_0x3b0dff(0x73c)]:this['_findFallbackUnitId'](_0x33972d,_0x48ca76);_0x306b2c&&this[_0x3b0dff(0x389)][_0x3b0dff(0x164)](_0x306b2c);}['_getCurrentUnitId'](_0x59e4e7){const _0x6b3542=_0x118bac;var _0x37e8be;let _0x51a497=this[_0x6b3542(0x389)][_0x6b3542(0x5b9)];return _0x51a497==null||(_0x37e8be=_0x51a497[_0x6b3542(0xf4)](this[_0x6b3542(0x389)],_0x59e4e7))==null?void 0x0:_0x37e8be[_0x6b3542(0x5eb)]();}[_0x118bac(0x656)](_0x549eba,_0x21c37c){const _0x2b0d9f=_0x118bac;let _0x17f755=this[_0x2b0d9f(0x389)]['getUnit'];return!!(_0x17f755!=null&&_0x17f755['call'](this[_0x2b0d9f(0x389)],_0x549eba,_0x21c37c));}['_findFallbackUnitId'](_0x5634f9,_0x209b6b){const _0x51add2=_0x118bac;var _0xb32591;let _0x127318=this[_0x51add2(0x389)][_0x51add2(0x731)];return _0x127318==null||(_0xb32591=_0x127318[_0x51add2(0xf4)](this[_0x51add2(0x389)],_0x5634f9))==null||(_0xb32591=_0xb32591[_0x51add2(0x3ae)](_0x4a5e64=>_0x4a5e64[_0x51add2(0x5eb)]()!==_0x209b6b))==null?void 0x0:_0xb32591[_0x51add2(0x5eb)]();}[_0x118bac(0x1ec)](_0x4c8841,_0x2123cf,_0x42fb90=!0x0){const _0x411fd4=_0x118bac;var _0x213799;let _0x3d9c21=this[_0x411fd4(0x389)][_0x411fd4(0x431)];(typeof _0x3d9c21!=_0x411fd4(0x52a)||((_0x213799=_0x3d9c21[_0x411fd4(0xf4)](this[_0x411fd4(0x389)]))==null?void 0x0:_0x213799[_0x411fd4(0x5eb)]())!==_0x4c8841)&&this[_0x411fd4(0x389)]['focusUnit'](_0x4c8841),this['_setCurrentUnitForType'](_0x4c8841,_0x2123cf),this['_contextService']['setContextValue'](_0x4a1c51['FOCUSING_UNIT'],!0x0),this[_0x411fd4(0x478)]['setContextValue'](_0x4a1c51[_0x411fd4(0x214)],_0x2123cf===_0x4a1c51[_0x411fd4(0x336)][_0x411fd4(0x3e8)]),this['_contextService'][_0x411fd4(0x786)](_0x4a1c51['FOCUSING_SHEET'],_0x2123cf===_0x4a1c51[_0x411fd4(0x336)][_0x411fd4(0x6c7)]),this[_0x411fd4(0x478)][_0x411fd4(0x786)](_0x4a1c51[_0x411fd4(0x518)],_0x2123cf===_0x4a1c51['UniverInstanceType'][_0x411fd4(0x3af)]),_0x42fb90&&this['_focusLayout']();}[_0x118bac(0x404)](_0x287284){const _0x20e695=_0x118bac;let _0x15eba5=this[_0x20e695(0x4e2)]['getActive']();if((_0x15eba5==null?void 0x0:_0x15eba5[_0x20e695(0x545)])!==_0x20e695(0x510)||_0x287284!==_0x15eba5[_0x20e695(0x2dc)])return;let _0x3aaff2=this[_0x20e695(0x718)][_0x20e695(0x38f)]();(_0x3aaff2==null?void 0x0:_0x3aaff2[_0x20e695(0x5bc)])===_0x15eba5[_0x20e695(0x5bc)]&&_0x3aaff2[_0x20e695(0x4c1)]===_0x15eba5[_0x20e695(0x4c1)]&&_0x3aaff2[_0x20e695(0x559)]!=null&&this[_0x20e695(0x1ec)](_0x3aaff2[_0x20e695(0x4c1)],_0x3aaff2[_0x20e695(0x559)],!0x1);}[_0x118bac(0x636)](_0x31c91e){const _0x329fac=_0x118bac;let _0x4ef7bf=()=>{const _0x4a9aef=_0x511b;let _0x4f1c29=this[_0x4a9aef(0x4e2)][_0x4a9aef(0x778)]();(_0x4f1c29==null?void 0x0:_0x4f1c29[_0x4a9aef(0x5bc)])===_0x31c91e[_0x4a9aef(0x5bc)]&&_0x4f1c29[_0x4a9aef(0x4c1)]===_0x31c91e[_0x4a9aef(0x4c1)]&&_0x4f1c29[_0x4a9aef(0x545)]===_0x4a9aef(0x510)&&this[_0x4a9aef(0x1ec)](_0x31c91e[_0x4a9aef(0x4c1)],_0x31c91e[_0x4a9aef(0x559)],!0x1);};typeof queueMicrotask==_0x329fac(0x52a)&&queueMicrotask(_0x4ef7bf),requestAnimationFrame(_0x4ef7bf);}['_setCurrentUnitForType'](_0x123b3c,_0x108e28){const _0x1da44b=_0x118bac;var _0x53a7cb;let _0x385370=this['_univerInstanceService'][_0x1da44b(0x5b9)];(typeof _0x385370!=_0x1da44b(0x52a)||((_0x53a7cb=_0x385370[_0x1da44b(0xf4)](this[_0x1da44b(0x389)],_0x108e28))==null?void 0x0:_0x53a7cb[_0x1da44b(0x5eb)]())!==_0x123b3c)&&this['_univerInstanceService'][_0x1da44b(0x164)](_0x123b3c);}[_0x118bac(0x160)](){const _0x1b291d=_0x118bac;let _0x157234=()=>this[_0x1b291d(0x1a1)][_0x1b291d(0x2ac)]();_0x157234(),typeof queueMicrotask=='function'&&queueMicrotask(_0x157234),requestAnimationFrame(_0x157234);}[_0x118bac(0x700)](_0x30d444){const _0x370221=_0x118bac;if(!_0x30d444['childUnitId']||_0x30d444[_0x370221(0x559)]==null)throw Error(_0x370221(0x476));}};_0x287047=_0x5c1435([_0x4ded49(0x0,_0x4a1c51[_0x118bac(0x723)]),_0x4ded49(0x1,(0x0,_0x4a1c51['Inject'])(_0x73305e['EmbedFocusOwnerService'])),_0x4ded49(0x2,(0x0,_0x4a1c51['Inject'])(_0x73305e[_0x118bac(0x717)])),_0x4ded49(0x3,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x247cd5)),_0x4ded49(0x4,(0x0,_0x4a1c51['Inject'])(_0x70dabe)),_0x4ded49(0x5,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x1f9ba5)),_0x4ded49(0x6,(0x0,_0x4a1c51['Inject'])(_0x34aece)),_0x4ded49(0x7,_0x4a1c51['IContextService']),_0x4ded49(0x8,_0x1468c8[_0x118bac(0x537)])],_0x287047);var _0x52f0c3=class{constructor(){const _0x2d317a=_0x118bac;_0x2d0c25(this,'_session$',new _0x416516[(_0x2d317a(0x65e))](null)),_0x2d0c25(this,_0x2d317a(0x35c),new _0x416516[(_0x2d317a(0x4bd))]()),_0x2d0c25(this,'session$',this[_0x2d317a(0x5a7)][_0x2d317a(0x4ee)]()),_0x2d0c25(this,_0x2d317a(0x538),this[_0x2d317a(0x35c)][_0x2d317a(0x4ee)]());}[_0x118bac(0x1c7)](){const _0x51c773=_0x118bac;return this[_0x51c773(0x5a7)]['getValue']();}['enter'](_0x38d92f){const _0xaa5570=_0x118bac;var _0x59b71d,_0x2a3b00;if(!_0x38d92f[_0xaa5570(0x4c1)]||_0x38d92f[_0xaa5570(0x559)]==null)throw Error(_0xaa5570(0x22f));let _0x1e9fb1=((_0x59b71d=_0x38d92f[_0xaa5570(0x584)])==null?void 0x0:_0x59b71d[_0xaa5570(0x305)])||void 0x0,_0x3af778=((_0x2a3b00=_0x38d92f[_0xaa5570(0x584)])==null?void 0x0:_0x2a3b00[_0xaa5570(0x14f)])||void 0x0;if(_0x3af778&&_0x3af778[_0xaa5570(0x306)]&&!_0x1e9fb1)throw Error(_0xaa5570(0x267));let _0x285744=_0x1e9fb1?_0x1e9fb1[_0xaa5570(0x767)]:void 0x0;if(!_0x285744)throw Error(_0xaa5570(0x494));let _0x25ddfc={'hostUnitId':_0x38d92f[_0xaa5570(0x2dc)],'embedId':_0x38d92f[_0xaa5570(0x5bc)],'childUnitId':_0x38d92f['childUnitId'],'childType':_0x38d92f['childType'],'entry':_0x38d92f[_0xaa5570(0x3be)],'layout':_0x285744};return this[_0xaa5570(0x5a7)]['next'](_0x25ddfc),_0x25ddfc;}['exit'](_0x15f119){const _0x41f2a1=_0x118bac;let _0x2ee047=this['getSession']();_0x2ee047&&(!_0x15f119||_0x2ee047[_0x41f2a1(0x5bc)]===_0x15f119)&&this[_0x41f2a1(0x5a7)][_0x41f2a1(0x2f7)](null);}['notifyExited'](_0x4be27d){const _0x55d637=_0x118bac;this[_0x55d637(0x35c)][_0x55d637(0x2f7)](_0x4be27d);}};function _0x9354df(_0xa1dcac){const _0x4d1887=_0x118bac;let {injector:_0x292173,children:_0x17865f,mountContainer:_0x268061,embedId:_0x57109d}=_0xa1dcac;return(0x0,_0x258aa1[_0x4d1887(0x199)])((0x0,_0x4f18af[_0x4d1887(0x691)])(()=>(0x0,_0x1468c8[_0x4d1887(0xeb)])(_0x53388a,_0x292173),[_0x292173]),{'mountContainer':_0x268061,'embedId':_0x57109d,'children':_0x17865f});}function _0x53388a(_0x29222d){const _0x3d4a91=_0x118bac;let {children:_0x4a9b39,mountContainer:_0x57ccc1,embedId:_0xfd51fb}=_0x29222d,_0x3ff6c1=(0x0,_0x1468c8['useInjector'])(),_0x584f7d=(0x0,_0x1468c8[_0x3d4a91(0x60a)])(_0x4a1c51['LocaleService']),_0x5ca434=(0x0,_0x4f18af['useMemo'])(()=>_0x3ff6c1[_0x3d4a91(0x722)](_0x4a1c51[_0x3d4a91(0x665)])?_0x3ff6c1[_0x3d4a91(0x714)](_0x4a1c51[_0x3d4a91(0x665)]):void 0x0,[_0x3ff6c1]),_0x4ce96a=(0x0,_0x1468c8[_0x3d4a91(0xca)])(()=>_0x584f7d[_0x3d4a91(0x23c)][_0x3d4a91(0x188)]((0x0,_0x416516[_0x3d4a91(0x734)])(()=>_0x584f7d['getLocales']())),_0x584f7d[_0x3d4a91(0x103)](),!0x1,[_0x584f7d]),_0x3e1939=(0x0,_0x1468c8[_0x3d4a91(0xca)])(()=>_0x584f7d[_0x3d4a91(0x6ea)],_0x584f7d[_0x3d4a91(0x278)](),!0x1,[_0x584f7d]),_0x52c432=_0x2ed63d(_0x5ca434),_0x42103c=(0x0,_0x4f18af[_0x3d4a91(0x4b8)])(null),_0x35b074=(0x0,_0x4f18af[_0x3d4a91(0x691)])(()=>_0x57ccc1!==void 0x0||typeof document>'u'?null:document[_0x3d4a91(0x4c7)](_0x3d4a91(0x73b)),[_0x57ccc1]),_0x227126=_0x57ccc1===void 0x0?_0x35b074:_0x57ccc1;return(0x0,_0x4f18af[_0x3d4a91(0x207)])(()=>{const _0x49c862=_0x3d4a91;if(_0x35b074)return document[_0x49c862(0x627)][_0x49c862(0x6e1)](_0x35b074),()=>{const _0x1fc03e=_0x49c862;document[_0x1fc03e(0x627)]['removeChild'](_0x35b074);};},[_0x35b074]),(0x0,_0x4f18af[_0x3d4a91(0x207)])(()=>{let _0x3321f4=_0x227126;_0x3321f4&&_0x3321f4['setAttribute']('dir',_0x3e1939);},[_0x3e1939,_0x227126]),(0x0,_0x4f18af[_0x3d4a91(0x207)])(()=>{const _0x4421f7=_0x3d4a91;let _0x762d2f=_0x227126;if(!_0x762d2f||!_0xfd51fb)return;let _0x418343=_0x762d2f[_0x4421f7(0x38c)](_0x123f1e);return _0x762d2f[_0x4421f7(0x3e7)](_0x123f1e,_0xfd51fb),()=>{const _0x1ecf79=_0x4421f7;if(_0x418343==null){_0x762d2f[_0x1ecf79(0x30f)](_0x123f1e);return;}_0x762d2f[_0x1ecf79(0x3e7)](_0x123f1e,_0x418343);};},[_0xfd51fb,_0x227126]),(0x0,_0x258aa1[_0x3d4a91(0x199)])(_0x536b6f['ConfigProvider'],{'locale':_0x4ce96a==null?void 0x0:_0x4ce96a[_0x3d4a91(0x400)],'direction':_0x3e1939,'mountContainer':_0x227126,'children':(0x0,_0x258aa1['jsx'])(_0x3d4a91(0x73b),{'ref':_0x42103c,'className':(0x0,_0x536b6f[_0x3d4a91(0x578)])('univer-contents',{'univer-dark':_0x52c432}),'data-embed-runtime-provider':_0x3d4a91(0xd4),'onPointerUpCapture':_0x1d20ce=>{const _0x3abeb8=_0x3d4a91;let _0x38878c=_0x42103c[_0x3abeb8(0x67d)],_0x339423=_0x1d20ce[_0x3abeb8(0x6a7)];if(!_0xfd51fb||!_0x38878c)return;let _0x4a2a31=()=>_0x47c0ad(_0xfd51fb,_0x38878c,_0x339423);typeof queueMicrotask=='function'?queueMicrotask(_0x4a2a31):Promise[_0x3abeb8(0x5fe)]()[_0x3abeb8(0x771)](_0x4a2a31);},'children':_0x4a9b39})});}function _0x47c0ad(_0xe11ad5,_0x24c54e,_0x1a08f4){const _0x1e2d90=_0x118bac;let _0x498201=_0x24c54e[_0x1e2d90(0x18b)][_0x1e2d90(0xfc)];if(_0x44536d(_0x498201,_0xe11ad5))return;let _0xaf2657=_0x1a08f4 instanceof HTMLElement&&_0x24c54e['contains'](_0x1a08f4)?_0x1a08f4:null,_0x3446da=_0x51db53(_0xaf2657)?_0xaf2657:_0x24c54e[_0x1e2d90(0x14a)](_0x1e2d90(0x3bf));_0x3446da==null||_0x3446da[_0x1e2d90(0x2ac)]({'preventScroll':!0x0});}function _0x44536d(_0x247eaf,_0x491f4a){const _0x5f0afa=_0x118bac;let _0x10a796=_0x247eaf==null?void 0x0:_0x247eaf[_0x5f0afa(0x46f)]('['+_0x123f1e+']');return(_0x10a796==null?void 0x0:_0x10a796[_0x5f0afa(0x38c)](_0x123f1e))===_0x491f4a;}function _0x51db53(_0x16a3ad){const _0x46397e=_0x118bac;return!!_0x16a3ad&&!_0x16a3ad[_0x46397e(0x39b)](_0x46397e(0x6ae))&&_0x16a3ad[_0x46397e(0x1c4)]>=0x0;}function _0x2ed63d(_0x5660e2){const _0x376202=_0x118bac;return(0x0,_0x4f18af[_0x376202(0x594)])(_0x19109e=>{const _0x46909e=_0x376202;if(!_0x5660e2)return()=>{};let _0x466081=_0x5660e2[_0x46909e(0x271)]['subscribe'](()=>_0x19109e());return()=>_0x466081['unsubscribe']();},()=>{var _0x4b4d9b;return(_0x4b4d9b=_0x5660e2==null?void 0x0:_0x5660e2['darkMode'])!=null&&_0x4b4d9b;},()=>!0x1);}let _0x57bdf6=new WeakMap(),_0x11363a=new WeakMap(),_0xc1731=new WeakMap();function _0x21b169(_0x5120f2){const _0x589386=_0x118bac;let _0x28fb94=_0x57bdf6[_0x589386(0x714)](_0x5120f2);if(_0x28fb94){var _0x637bb5;return _0xc1731[_0x589386(0x3d4)](_0x28fb94,((_0x637bb5=_0xc1731[_0x589386(0x714)](_0x28fb94))==null?0x0:_0x637bb5)+0x1),_0x28fb94;}let _0x1bf6e3={'render':_0x10b6d4=>(0x0,_0x536b6f[_0x589386(0x30d)])(_0x10b6d4,_0x5120f2)};return _0x57bdf6[_0x589386(0x3d4)](_0x5120f2,_0x1bf6e3),_0x11363a[_0x589386(0x3d4)](_0x1bf6e3,_0x5120f2),_0xc1731[_0x589386(0x3d4)](_0x1bf6e3,0x0),_0x1bf6e3;}function _0x594117(_0x19f071){const _0x19c400=_0x118bac;var _0x104a57;let _0x1da9bc=_0x11363a['get'](_0x19f071),_0x46a9da=(_0x104a57=_0xc1731[_0x19c400(0x714)](_0x19f071))==null?0x0:_0x104a57;globalThis[_0x19c400(0x1cb)](()=>{const _0xfc45ba=_0x19c400;var _0x48f3f5;_0x1da9bc&&_0x57bdf6[_0xfc45ba(0x714)](_0x1da9bc)!==_0x19f071||((_0x48f3f5=_0xc1731['get'](_0x19f071))==null?0x0:_0x48f3f5)===_0x46a9da&&(_0x1da9bc&&(_0x57bdf6[_0xfc45ba(0x2cd)](_0x1da9bc),_0x11363a[_0xfc45ba(0x2cd)](_0x19f071)),_0xc1731[_0xfc45ba(0x2cd)](_0x19f071),_0x1da9bc&&(0x0,_0x536b6f[_0xfc45ba(0x40b)])(_0x1da9bc));},0x0);}function _0x2093a2(_0xedb646){const _0x2af5d5=_0x118bac;let {container:_0x103d16,portalContainer:_0x3021a3,injector:_0x32c506,childType:_0x3fbab3,childUnitId:_0x33fc37,embedId:_0x2a8cec,menuSchema:_0x3c87dd,menuTitlePrefix:_0x424476,activeRibbonTab:_0x317a68,headerMenu:_0x2bf841=!0x1,toolbarOnly:_0x1f1ad7,ribbonHeaderClassName:_0x4d4e9a,scopedActionServiceTokens:_0x4c477f}=_0xedb646;if(_0x3c87dd!=null&&typeof _0x3c87dd!=_0x2af5d5(0x294))return;let _0x4a36b3=_0x267cca(_0x32c506,{'childType':_0x3fbab3,'childUnitId':_0x33fc37,'embedId':_0x2a8cec,'menuSchema':_0x3c87dd,'menuTitlePrefix':_0x424476,'activeRibbonTab':_0x317a68,'scopedActionServiceTokens':_0x4c477f}),_0x23bda6=_0x21b169(_0x103d16);return _0x23bda6[_0x2af5d5(0x30d)]((0x0,_0x4f18af[_0x2af5d5(0x4c7)])(_0x9354df,{'injector':_0x4a36b3[_0x2af5d5(0x5c1)],'mountContainer':_0x3021a3==null?_0x103d16:_0x3021a3,'embedId':_0x2a8cec},(0x0,_0x4f18af['createElement'])(_0x1468c8[_0x2af5d5(0x563)],{'ribbonType':'classic','headerMenu':_0x2bf841,'toolbarOnly':_0x1f1ad7,'headerClassName':_0x4d4e9a}))),(0x0,_0x4a1c51[_0x2af5d5(0xbb)])(()=>{const _0x59f8fc=_0x2af5d5;_0x594117(_0x23bda6),_0x4a36b3[_0x59f8fc(0x327)][_0x59f8fc(0x60c)]();});}function _0x267cca(_0x3f1944,_0x544791){const _0x383124=_0x118bac;let {childType:_0x133560,childUnitId:_0x5ac462,embedId:_0x3180f4,menuSchema:_0x2284c2,menuTitlePrefix:_0x4b1544,activeRibbonTab:_0x22bc25,scopedActionServiceTokens:_0x2f09c5}=_0x544791,_0x24f2d6=_0x3f1944[_0x383124(0x714)](_0x4a1c51[_0x383124(0x723)]),_0x4cefde=_0x5a19e4(_0x24f2d6,_0x133560,_0x5ac462),_0x5cd630=new Set(_0x2f09c5==null?[]:_0x2f09c5),_0x3a0561=new WeakMap(),_0x580efa,_0x2e0ddc=_0x29eb04(_0x3f1944['get'](_0x4a1c51[_0x383124(0x36f)]),_0x24f2d6,_0x133560,_0x5ac462,_0x3180f4,()=>_0x580efa),_0xc42aa0=_0x5ac462&&_0x3f1944[_0x383124(0x722)](_0x4a1c51['IContextService'])?_0x7c878d(_0x3f1944[_0x383124(0x714)](_0x4a1c51['IContextService']),_0x133560):void 0x0,_0x4d0066=new Map([[_0x4a1c51[_0x383124(0x723)],_0x4cefde],[_0x4a1c51['ICommandService'],_0x2e0ddc]]);_0xc42aa0&&_0x4d0066['set'](_0x4a1c51['IContextService'],_0xc42aa0),_0x5cd630['forEach'](_0xc70289=>{const _0x2116a2=_0x383124;_0x5ac462&&_0x3f1944[_0x2116a2(0x722)](_0xc70289)&&_0x4d0066[_0x2116a2(0x3d4)](_0xc70289,_0x2e5c5a(_0x3f1944['get'](_0xc70289),_0x24f2d6,_0x133560,_0x5ac462,_0x3180f4,()=>_0x580efa,_0x3a0561));}),_0x580efa=_0x309796(_0x3f1944,_0x4d0066);let _0x44188b,_0x1cc89d,_0x36a568={};if(_0x2284c2&&typeof _0x2284c2==_0x383124(0x294)){let _0x41144f=new _0x1468c8[(_0x383124(0x102))](_0x580efa,_0x3f1944[_0x383124(0x714)](_0x4a1c51['IConfigService']));_0x41144f[_0x383124(0x6a1)](_0x551205(_0x2284c2,_0x4b1544,_0x3f1944)),_0x44188b=_0x41144f,_0x1cc89d=_0x41144f;}else{let _0x3a1339=_0x3f1944[_0x383124(0x714)](_0x1468c8[_0x383124(0x6b3)]),_0x109851=_0x3a1339[_0x383124(0x51e)];_0x44188b=typeof _0x109851==_0x383124(0x52a)?_0x109851[_0x383124(0xf4)](_0x3a1339,_0x580efa):_0x3a1339;}let _0x666e16=new _0x1468c8[(_0x383124(0x388))](_0x44188b,_0x4cefde);_0x36a568[_0x383124(0x67d)]=_0x666e16,_0x22bc25&&_0x666e16[_0x383124(0x11f)](_0x22bc25);let _0x134f2b=_0x4b1544?_0x3f20a8(_0x666e16,_0x4b1544,_0x3f1944):_0x666e16;return _0x580efa['add']([_0x1468c8[_0x383124(0x6b3)],{'useValue':_0x44188b}]),_0x580efa[_0x383124(0x410)]([_0x1468c8[_0x383124(0x78c)],{'useValue':_0x134f2b}]),{'injector':_0x580efa,'ribbonService':_0x134f2b,'disposable':(0x0,_0x4a1c51[_0x383124(0xbb)])(()=>{const _0xe26f8c=_0x383124;var _0x557d7f;(_0x557d7f=_0x36a568[_0xe26f8c(0x67d)])==null||_0x557d7f[_0xe26f8c(0x60c)](),_0x1cc89d==null||_0x1cc89d[_0xe26f8c(0x60c)](),_0x580efa[_0xe26f8c(0x60c)]();})};}function _0x3f20a8(_0x4b8656,_0x54baca,_0x568fff){const _0x42fa0f=_0x118bac;let _0x5da98f;try{_0x5da98f=_0x568fff[_0x42fa0f(0x714)](_0x4a1c51[_0x42fa0f(0x743)]);}catch{_0x5da98f=void 0x0;}return{'ribbon$':_0x4b8656[_0x42fa0f(0x56a)][_0x42fa0f(0x188)]((0x0,_0x416516[_0x42fa0f(0x734)])(_0x323626=>_0x323626['map'](_0x22b099=>_0x1a9352(_0x22b099,_0x54baca,_0x5da98f)))),'activatedTab$':_0x4b8656['activatedTab$'],'collapsedIds$':_0x4b8656[_0x42fa0f(0x13d)],'fakeToolbarVisible$':_0x4b8656[_0x42fa0f(0x22c)],'setActivatedTab':_0x1dda8d=>_0x4b8656[_0x42fa0f(0x11f)](_0x1dda8d),'showContextualTab':(_0x4edd2d,_0x1c8671)=>_0x4b8656['showContextualTab'](_0x4edd2d,_0x1c8671),'hideContextualTab':_0x49530f=>_0x4b8656[_0x42fa0f(0x71e)](_0x49530f),'hideAllContextualTabs':()=>_0x4b8656[_0x42fa0f(0x5de)](),'setCollapsedIds':_0x55370a=>_0x4b8656[_0x42fa0f(0x1b5)](_0x55370a),'setFakeToolbarVisible':_0x2980d0=>_0x4b8656[_0x42fa0f(0x11d)](_0x2980d0)};}function _0x1a9352(_0x29ebe6,_0x5ca0eb,_0x2f6bf2){const _0x16d179=_0x118bac;let _0x441052=_0x29ebe6[_0x16d179(0x481)]||_0x29ebe6['key'],_0x72e2c7=_0x2f6bf2?_0x2f6bf2['t'](_0x441052):_0x441052;return{..._0x29ebe6,'title':_0x5ca0eb+_0x16d179(0x5c4)+_0x72e2c7};}function _0x551205(_0x338b90,_0x16b270,_0x212a11){const _0x524fe0=_0x118bac;if(!_0x16b270||!_0x338b90||typeof _0x338b90!=_0x524fe0(0x294))return _0x338b90;let _0x224bd3=_0x3986ca(_0x338b90),_0x22abf7=_0x224bd3[_0x1468c8[_0x524fe0(0x590)]['RIBBON']];if(!_0x22abf7||typeof _0x22abf7!=_0x524fe0(0x294))return _0x224bd3;let _0x1cf90a;try{_0x1cf90a=_0x212a11[_0x524fe0(0x714)](_0x4a1c51[_0x524fe0(0x743)]);}catch{_0x1cf90a=void 0x0;}return Object[_0x524fe0(0x308)](_0x22abf7)[_0x524fe0(0x362)](_0x507cd2=>{const _0x350e4b=_0x524fe0;if(!_0x507cd2||typeof _0x507cd2!='object')return;let _0xedde4c=_0x507cd2,_0x2e2929=_0xedde4c[_0x350e4b(0x481)];_0x2e2929&&(_0xedde4c['title']=_0x16b270+'\x20-\x20'+(_0x1cf90a?_0x1cf90a['t'](_0x2e2929):_0x2e2929));}),_0x224bd3;}function _0x3986ca(_0xa67b4a){const _0x452ec4=_0x118bac;return!_0xa67b4a||typeof _0xa67b4a!=_0x452ec4(0x294)?_0xa67b4a:Array[_0x452ec4(0x6bf)](_0xa67b4a)?_0xa67b4a['map'](_0x346feb=>_0x3986ca(_0x346feb)):Object[_0x452ec4(0x472)](Object[_0x452ec4(0x683)](_0xa67b4a)[_0x452ec4(0x734)](([_0x97b29,_0x26732c])=>[_0x97b29,_0x3986ca(_0x26732c)]));}function _0x5a19e4(_0x4bb955,_0x1181ae,_0x4601f4){const _0x27233f=_0x118bac;let _0x2f1d26=()=>_0x4601f4?_0x4bb955[_0x27233f(0x553)](_0x4601f4,_0x1181ae):null,_0xee2267=_0x4601f4?(0x0,_0x416516[_0x27233f(0x6bd)])((0x0,_0x416516['of'])(_0x4601f4),_0x4bb955[_0x27233f(0x382)](_0x1181ae)['pipe']((0x0,_0x416516[_0x27233f(0x734)])(()=>_0x4601f4)),_0x4bb955[_0x27233f(0x2bd)](_0x1181ae)['pipe']((0x0,_0x416516[_0x27233f(0x734)])(()=>_0x4601f4))):_0x4bb955[_0x27233f(0x1a6)];return{'unitAdded$':_0x4bb955[_0x27233f(0x3e3)],'getTypeOfUnitAdded$':(..._0xca2f7)=>_0x4bb955[_0x27233f(0x382)](..._0xca2f7),'__addUnit':(..._0x45a135)=>_0x4bb955[_0x27233f(0x44b)](..._0x45a135),'unitDisposed$':_0x4bb955[_0x27233f(0x6f1)],'getTypeOfUnitDisposed$':(..._0x33acd0)=>_0x4bb955[_0x27233f(0x2bd)](..._0x33acd0),'focused$':_0xee2267,get 'focused'(){const _0x4a808a=_0x27233f;var _0x47ac91;return(_0x47ac91=_0x2f1d26())==null?_0x4bb955[_0x4a808a(0x431)]():_0x47ac91;},'focusUnit':(..._0x5cebce)=>_0x4bb955[_0x27233f(0x737)](..._0x5cebce),'getFocusedUnit':()=>{const _0x5d0bf6=_0x27233f;var _0x462343;return(_0x462343=_0x2f1d26())==null?_0x4bb955[_0x5d0bf6(0x431)]():_0x462343;},'getCurrentUnitOfType':_0x4cb0e8=>_0x4cb0e8===_0x1181ae&&_0x4601f4?_0x2f1d26():_0x4bb955[_0x27233f(0x5b9)](_0x4cb0e8),'setCurrentUnitForType':(..._0x4192fe)=>_0x4bb955[_0x27233f(0x164)](..._0x4192fe),'getCurrentTypeOfUnit$':_0x484d31=>_0x484d31!==_0x1181ae||!_0x4601f4?_0x4bb955[_0x27233f(0x759)](_0x484d31):(0x0,_0x416516['merge'])((0x0,_0x416516['of'])(void 0x0),_0x4bb955[_0x27233f(0x382)](_0x1181ae),_0x4bb955[_0x27233f(0x2bd)](_0x1181ae))['pipe']((0x0,_0x416516[_0x27233f(0x734)])(()=>_0x2f1d26())),'createUnit':(..._0x3b7385)=>_0x4bb955[_0x27233f(0x197)](..._0x3b7385),'getUnitCreateOptions':(..._0x3ff4f4)=>_0x4bb955['getUnitCreateOptions'](..._0x3ff4f4),'disposeUnit':(..._0xdcd54a)=>_0x4bb955[_0x27233f(0x19f)](..._0xdcd54a),'registerCtorForType':(..._0x17284e)=>_0x4bb955[_0x27233f(0x697)](..._0x17284e),'getUnit':(..._0xfd6f13)=>_0x4bb955[_0x27233f(0x553)](..._0xfd6f13),'getAllUnitsForType':(..._0x389630)=>_0x4bb955[_0x27233f(0x731)](..._0x389630),'getUnitType':(..._0x543748)=>_0x4bb955[_0x27233f(0x2b3)](..._0x543748)};}function _0x7c878d(_0xa1e3ea,_0x19c794){const _0x5ce9c9=_0x118bac;return{'contextChanged$':_0xa1e3ea[_0x5ce9c9(0x459)],'getContextValue':_0x1f18ac=>{const _0x544ebe=_0x5ce9c9;let _0x3d0108=_0x527bf0(_0x1f18ac,_0x19c794);return _0x3d0108==null?_0xa1e3ea[_0x544ebe(0x220)](_0x1f18ac):_0x3d0108;},'setContextValue':(_0x5e942d,_0x5e6c87)=>_0xa1e3ea['setContextValue'](_0x5e942d,_0x5e6c87),'subscribeContextValue$':_0x454188=>{const _0xebb2cb=_0x5ce9c9;let _0x26e38a=_0x527bf0(_0x454188,_0x19c794);return _0x26e38a==null?_0xa1e3ea[_0xebb2cb(0x191)](_0x454188):(0x0,_0x416516['of'])(_0x26e38a);}};}function _0x527bf0(_0x55cd5e,_0x123507){const _0x14ae53=_0x118bac;if(_0x55cd5e===_0x4a1c51[_0x14ae53(0x688)])return!0x0;if(_0x55cd5e===_0x4a1c51['FOCUSING_SHEET']||_0x55cd5e===_0x4a1c51[_0x14ae53(0x214)]||_0x55cd5e===_0x4a1c51[_0x14ae53(0x518)])return _0x55cd5e===_0xec7296(_0x123507);}function _0xec7296(_0x182063){const _0x45c2dd=_0x118bac;if(_0x182063===_0x4a1c51[_0x45c2dd(0x336)][_0x45c2dd(0x6c7)])return _0x4a1c51[_0x45c2dd(0x508)];if(_0x182063===_0x4a1c51[_0x45c2dd(0x336)][_0x45c2dd(0x3e8)])return _0x4a1c51[_0x45c2dd(0x214)];if(_0x182063===_0x4a1c51[_0x45c2dd(0x336)][_0x45c2dd(0x3af)])return _0x4a1c51[_0x45c2dd(0x518)];}function _0x29eb04(_0x1cc813,_0xb6fe64,_0x28ee6b,_0x30469e,_0x2b7604,_0x48fad2){const _0x29f195=_0x118bac;return _0x30469e?{'disposed':()=>_0x1cc813['disposed'](),'hasCommand':_0x35ba75=>_0x1cc813['hasCommand'](_0x35ba75),'registerCommand':(..._0x1ba7a5)=>_0x1cc813[_0x29f195(0x5f8)](..._0x1ba7a5),'unregisterCommand':_0x4f873d=>_0x1cc813[_0x29f195(0x2d1)](_0x4f873d),'registerMultipleCommand':(..._0x1ff4f4)=>_0x1cc813[_0x29f195(0x3ce)](..._0x1ff4f4),'executeCommand':async(..._0x5624a6)=>{const _0x5a040b=_0x29f195;let _0x2d7069=_0xb6fe64[_0x5a040b(0x5b9)](_0x28ee6b);try{return _0xb6fe64['setCurrentUnitForType'](_0x30469e),await _0x1cc813[_0x5a040b(0x484)](_0x5624a6[0x0],_0x5624a6[0x1],_0x5624a6[0x2]);}finally{_0x2bf828(_0xb6fe64,_0x30469e,_0x2d7069,_0x2b7604,_0x48fad2);}},'syncExecuteCommand':(..._0x394250)=>{const _0x58eb61=_0x29f195;let _0x53cd9b=_0xb6fe64[_0x58eb61(0x5b9)](_0x28ee6b);try{return _0xb6fe64['setCurrentUnitForType'](_0x30469e),_0x1cc813[_0x58eb61(0x2c5)](_0x394250[0x0],_0x394250[0x1],_0x394250[0x2]);}finally{_0x2bf828(_0xb6fe64,_0x30469e,_0x53cd9b,_0x2b7604,_0x48fad2);}},'onCommandExecuted':(..._0x56c858)=>_0x1cc813['onCommandExecuted'](..._0x56c858),'beforeCommandExecuted':(..._0x11f0f4)=>_0x1cc813['beforeCommandExecuted'](..._0x11f0f4),'onMutationExecutedForCollab':(..._0x1a0e03)=>_0x1cc813[_0x29f195(0x2d9)](..._0x1a0e03)}:_0x1cc813;}function _0x2e5c5a(_0x28a181,_0xf68e87,_0x39558c,_0x342e4c,_0x5cc21c,_0x17919c,_0x17df6f){const _0x23ae9b=_0x118bac;if(typeof _0x28a181!=_0x23ae9b(0x294)&&typeof _0x28a181!=_0x23ae9b(0x52a)||_0x28a181==null)return _0x28a181;let _0x351da3=_0x28a181,_0x33eade=_0x17df6f==null?void 0x0:_0x17df6f[_0x23ae9b(0x714)](_0x351da3);if(_0x33eade)return _0x33eade;let _0x2c96d9={..._0x351da3};return _0x25e5c6(_0x351da3,_0x2c96d9,_0xf68e87,_0x39558c,_0x342e4c,_0x5cc21c,_0x17919c),_0x17df6f==null||_0x17df6f['set'](_0x351da3,_0x2c96d9),_0x2c96d9;}function _0x25e5c6(_0x18997a,_0x5caa64,_0x25ee5b,_0x4927c3,_0x4d1d76,_0x5c00b9,_0x2d31f4){const _0x367ff=_0x118bac;let _0x1b0e99=_0x1635e6=>{const _0x446a51=_0x511b;if(_0x1635e6===_0x446a51(0x357))return;let _0x392187=_0x18997a[_0x1635e6];if(typeof _0x392187!=_0x446a51(0x52a))return;let _0x58c1e4=_0x5caa64;_0x58c1e4[_0x1635e6]=(..._0x321252)=>_0x3bc3ee(_0x25ee5b,_0x4927c3,_0x4d1d76,_0x5c00b9,_0x2d31f4,()=>_0x392187[_0x446a51(0x557)](_0x18997a,_0x321252));};Object[_0x367ff(0x11c)](_0x18997a)[_0x367ff(0x362)](_0x1b0e99);let _0x3c169f=Object[_0x367ff(0x438)](_0x18997a);_0x3c169f&&_0x3c169f!==Object[_0x367ff(0x144)]&&Object[_0x367ff(0x277)](_0x3c169f)[_0x367ff(0x362)](_0x1b0e99);}function _0x3bc3ee(_0x4563a1,_0x1302ff,_0x46cff9,_0x168ff0,_0x3cb4cc,_0xefa093){const _0x1cc21f=_0x118bac;let _0x136fd2=_0x4563a1[_0x1cc21f(0x5b9)](_0x1302ff),_0x4b63e9;try{_0x4563a1[_0x1cc21f(0x164)](_0x46cff9),_0x4b63e9=_0xefa093();}catch(_0x3a08d5){throw _0x2bf828(_0x4563a1,_0x46cff9,_0x136fd2,_0x168ff0,_0x3cb4cc),_0x3a08d5;}return _0x3f1624(_0x4b63e9)?_0x4b63e9[_0x1cc21f(0x1ae)](()=>{_0x2bf828(_0x4563a1,_0x46cff9,_0x136fd2,_0x168ff0,_0x3cb4cc);}):(_0x2bf828(_0x4563a1,_0x46cff9,_0x136fd2,_0x168ff0,_0x3cb4cc),_0x4b63e9);}function _0x3f1624(_0x2f44a7){const _0x25f30f=_0x118bac;return!!(_0x2f44a7&&typeof _0x2f44a7[_0x25f30f(0x1ae)]==_0x25f30f(0x52a));}function _0x2bf828(_0x41cfb0,_0x15765c,_0x2301a0,_0x4f44c6,_0x3dc9bf){const _0x446bed=_0x118bac;if(_0xc26ea(_0x4f44c6,_0x3dc9bf)){var _0x27da8f;_0x41cfb0[_0x446bed(0x164)](_0x15765c),(_0x27da8f=_0x41cfb0[_0x446bed(0x737)])==null||_0x27da8f[_0x446bed(0xf4)](_0x41cfb0,_0x15765c);return;}_0x2301a0&&_0x41cfb0[_0x446bed(0x164)](_0x2301a0[_0x446bed(0x5eb)]());}function _0xc26ea(_0x3e8cbc,_0x374892){const _0xda5dbc=_0x118bac;let _0x237e86=_0x374892==null?void 0x0:_0x374892();return!_0x3e8cbc||!(_0x237e86!=null&&_0x237e86['has'](_0x164bef))?!0x1:_0x237e86[_0xda5dbc(0x714)](_0x164bef)[_0xda5dbc(0x113)](_0x3e8cbc);}let _0xf4bb19=new WeakMap(),_0x4140b5=0x0;function _0x4ef1fb(_0x4b50ca,_0x176a77){const _0x4d3ea4=_0x118bac;if(!_0x4b50ca['has'](_0x2a2d57))return _0x33d2cc(_0x4b50ca,_0x176a77);let _0x499344=_0x4b50ca[_0x4d3ea4(0x714)](_0x2a2d57);if(!(_0x176a77['id']&&_0x499344['getAll'](_0x176a77[_0x4d3ea4(0x559)],_0x176a77['surface'])[_0x4d3ea4(0x48c)](_0x33879f=>_0x33879f['id']===_0x176a77['id'])))return _0x499344[_0x4d3ea4(0x246)](_0x176a77);}function _0x10e6c1(_0x33527f){const _0xa50bd=_0x118bac;if(!_0x33527f[_0xa50bd(0x722)](_0x2a2d57))return;let _0x33f45e=_0xf4bb19[_0xa50bd(0x714)](_0x33527f);_0x33f45e!=null&&_0x33f45e[_0xa50bd(0x347)]&&([..._0x33f45e[_0xa50bd(0x308)]()]['sort']((_0x2dfbe2,_0x5373bd)=>_0x2dfbe2[_0xa50bd(0x111)]-_0x5373bd['index'])[_0xa50bd(0x362)](({contribution:_0xb66052})=>_0x4ef1fb(_0x33527f,_0xb66052)),_0xf4bb19['delete'](_0x33527f));}function _0x33d2cc(_0x1a2939,_0x2ffe5f){const _0x127280=_0x118bac;var _0x3bb6f0;let _0x38f714={'contribution':_0x2ffe5f,'index':_0x4140b5++},_0x5c65d5=_0xbeaba(_0x2ffe5f,_0x38f714[_0x127280(0x111)]),_0x3d5f79=_0x1a2939,_0x5a7747=(_0x3bb6f0=_0xf4bb19[_0x127280(0x714)](_0x3d5f79))==null?new Map():_0x3bb6f0;return _0x5a7747[_0x127280(0x3d4)](_0x5c65d5,_0x38f714),_0xf4bb19['set'](_0x3d5f79,_0x5a7747),(0x0,_0x4a1c51[_0x127280(0xbb)])(()=>{const _0x25376a=_0x127280;let _0x56200b=_0xf4bb19[_0x25376a(0x714)](_0x3d5f79);(_0x56200b==null?void 0x0:_0x56200b[_0x25376a(0x714)](_0x5c65d5))===_0x38f714&&_0x56200b['delete'](_0x5c65d5);});}function _0xbeaba(_0x59c9aa,_0x1c0f46){const _0x29285c=_0x118bac;let _0x385911=_0x3073f6(_0x59c9aa);return _0x59c9aa['id']?_0x59c9aa[_0x29285c(0x559)]+':'+_0x385911+':'+_0x59c9aa['id']:_0x59c9aa[_0x29285c(0x559)]+':'+_0x385911+_0x29285c(0x22d)+_0x1c0f46;}var _0x2a2d57=class{constructor(){const _0x13a5c4=_0x118bac;_0x2d0c25(this,'_contributions',new Map()),_0x2d0c25(this,_0x13a5c4(0x1fb),0x0);}[_0x118bac(0x246)](_0x2d228d){const _0x5a5b78=_0x118bac;var _0x272068;let _0x30e570={'contribution':_0x2d228d,'index':this[_0x5a5b78(0x1fb)]++},_0x294765=(_0x272068=this[_0x5a5b78(0x36d)][_0x5a5b78(0x714)](_0x2d228d[_0x5a5b78(0x559)]))==null?[]:_0x272068;return _0x294765['push'](_0x30e570),_0x294765[_0x5a5b78(0x76c)](_0x15c3da),this[_0x5a5b78(0x36d)][_0x5a5b78(0x3d4)](_0x2d228d[_0x5a5b78(0x559)],_0x294765),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x4166a2=_0x5a5b78;let _0x464219=this[_0x4166a2(0x36d)][_0x4166a2(0x714)](_0x2d228d['childType']);if(!_0x464219)return;let _0xa5f85a=_0x464219[_0x4166a2(0x2f0)](_0x53b4d4=>_0x53b4d4!==_0x30e570);_0xa5f85a[_0x4166a2(0x51d)]?this[_0x4166a2(0x36d)][_0x4166a2(0x3d4)](_0x2d228d[_0x4166a2(0x559)],_0xa5f85a):this['_contributions'][_0x4166a2(0x2cd)](_0x2d228d['childType']);});}['get'](_0x1f49a0){const _0x2f0a06=_0x118bac;return this[_0x2f0a06(0x174)](_0x1f49a0)[0x0];}['getAll'](_0x55c31e,_0x26d44c){const _0xca3a22=_0x118bac;var _0x2fa3b8;return((_0x2fa3b8=this[_0xca3a22(0x36d)][_0xca3a22(0x714)](_0x55c31e))==null?[]:_0x2fa3b8)[_0xca3a22(0x734)](_0x11213d=>_0x11213d[_0xca3a22(0x166)])[_0xca3a22(0x2f0)](_0x1f96fd=>!_0x26d44c||_0x3073f6(_0x1f96fd)===_0x26d44c);}[_0x118bac(0x649)](_0x2a0698,_0xbf8031=_0x118bac(0x1d6)){const _0x84a3e5=_0x118bac;let _0x1d81c4=this[_0x84a3e5(0x174)](_0x2a0698,_0xbf8031)['map'](_0x31ca78=>_0x31ca78[_0x84a3e5(0x5ed)])[_0x84a3e5(0x2f0)](_0x174897=>_0x174897&&typeof _0x174897=='object');if(_0x1d81c4[_0x84a3e5(0x51d)])return _0x4cea3e(_0x1d81c4);}[_0x118bac(0x57a)](_0x3ff69f){const _0x42e389=_0x118bac;var _0x549784,_0x88e985;let _0x22cd21=(_0x549784=_0x3ff69f[_0x42e389(0x132)])==null?_0x42e389(0x1d6):_0x549784,_0x437289=this[_0x42e389(0x174)](_0x3ff69f[_0x42e389(0x559)],_0x22cd21);if(!_0x437289['length'])return;let _0x3e73a7=_0x437289[_0x42e389(0x2f0)](_0x118fc7=>_0x118fc7[_0x42e389(0x57a)]);if(_0x3e73a7[_0x42e389(0x51d)]){let _0x1219f3=_0x3e73a7['map'](_0xae1330=>{const _0x1cae9f=_0x42e389;var _0x3d64cc;return(_0x3d64cc=_0xae1330[_0x1cae9f(0x57a)])==null?void 0x0:_0x3d64cc[_0x1cae9f(0xf4)](_0xae1330,{..._0x3ff69f,'surface':_0x22cd21,'menuSchema':_0xae1330[_0x1cae9f(0x5ed)],'scopedActionServiceTokens':_0xae1330[_0x1cae9f(0x65f)]});})['filter'](_0x46543f=>!!_0x46543f);return(0x0,_0x4a1c51[_0x42e389(0xbb)])(()=>{_0x1219f3['forEach'](_0x4e2705=>_0x4e2705['dispose']());});}let _0x22efff=this[_0x42e389(0x649)](_0x3ff69f['childType'],_0x22cd21);if(_0x22cd21==='ribbon')return(_0x88e985=_0x2093a2({..._0x3ff69f,'surface':_0x22cd21,'menuSchema':_0x22efff,'scopedActionServiceTokens':_0x1b2c80(_0x437289)}))==null?void 0x0:_0x88e985;}};function _0x1b2c80(_0x1a1d28){const _0x5bfbb9=_0x118bac;let _0x3f9f7f=_0x1a1d28['flatMap'](_0x573a0e=>{const _0x5e1a94=_0x511b;var _0x57c5b9;return(_0x57c5b9=_0x573a0e[_0x5e1a94(0x65f)])==null?[]:_0x57c5b9;});return _0x3f9f7f['length']?Array[_0x5bfbb9(0x289)](new Set(_0x3f9f7f)):void 0x0;}function _0x3073f6(_0x238143){const _0x1ef4dd=_0x118bac;var _0x91a66d;return(_0x91a66d=_0x238143[_0x1ef4dd(0x132)])==null?_0x1ef4dd(0x1d6):_0x91a66d;}function _0x15c3da(_0x4f971a,_0x41677b){const _0x5d1c00=_0x118bac;var _0x2220de,_0x1ffeee;return((_0x2220de=_0x4f971a['contribution'][_0x5d1c00(0x4c9)])==null?_0x4f971a[_0x5d1c00(0x111)]:_0x2220de)-((_0x1ffeee=_0x41677b[_0x5d1c00(0x166)][_0x5d1c00(0x4c9)])==null?_0x41677b[_0x5d1c00(0x111)]:_0x1ffeee)||_0x4f971a[_0x5d1c00(0x111)]-_0x41677b[_0x5d1c00(0x111)];}function _0x4cea3e(_0x18a2ed){const _0x2740d2=_0x118bac;return _0x18a2ed[_0x2740d2(0x5be)]((_0x1c656a,_0x108926)=>_0x690c6b(_0x1c656a,_0x5a148b(_0x108926)),{});}function _0x5a148b(_0xe62e08){const _0x44b7af=_0x118bac;if(!_0x109657(_0xe62e08))return _0xe62e08;let _0x5cc976=new Set(Object[_0x44b7af(0x308)](_0x1468c8['RibbonPosition'])),_0x5cc9b1=Object[_0x44b7af(0x683)](_0xe62e08)[_0x44b7af(0x2f0)](([_0x360fdb])=>_0x5cc976[_0x44b7af(0x722)](_0x360fdb)),_0x1e69e4=Object['entries'](_0xe62e08)[_0x44b7af(0x2f0)](([_0x3ddde8])=>_0x50bde9(_0x3ddde8));if(!_0x5cc9b1[_0x44b7af(0x51d)]&&!_0x1e69e4[_0x44b7af(0x51d)])return _0xe62e08;let _0x32f12f={};Object[_0x44b7af(0x683)](_0xe62e08)['forEach'](([_0x5d6b95,_0x3e9fc2])=>{!_0x5cc976['has'](_0x5d6b95)&&!_0x50bde9(_0x5d6b95)&&(_0x32f12f[_0x5d6b95]=_0x2bf717(_0x3e9fc2));});let _0x5c55d0=_0x109657(_0x32f12f[_0x1468c8['MenuManagerPosition']['RIBBON']])?_0x32f12f[_0x1468c8[_0x44b7af(0x590)][_0x44b7af(0xee)]]:{};return _0x5cc9b1[_0x44b7af(0x362)](([_0x3d1d58,_0x3e7ef3])=>{_0x5c55d0[_0x3d1d58]=_0x3d1d58 in _0x5c55d0?_0x690c6b(_0x5c55d0[_0x3d1d58],_0x3e7ef3):_0x2bf717(_0x3e7ef3);}),_0x1e69e4[_0x44b7af(0x362)](([_0x13b714,_0x4a07a0])=>{let _0x424bf1=_0x50bde9(_0x13b714);if(!_0x424bf1)return;let _0x31a23f=_0x109657(_0x5c55d0[_0x424bf1])?_0x5c55d0[_0x424bf1]:{};_0x31a23f[_0x13b714]=_0x13b714 in _0x31a23f?_0x690c6b(_0x31a23f[_0x13b714],_0x4a07a0):_0x2bf717(_0x4a07a0),_0x5c55d0[_0x424bf1]=_0x31a23f;}),_0x32f12f[_0x1468c8[_0x44b7af(0x590)][_0x44b7af(0xee)]]=_0x5c55d0,_0x32f12f;}let _0x3584de=[[Object[_0x118bac(0x308)](_0x1468c8['RibbonStartGroup']),_0x1468c8[_0x118bac(0x4e6)][_0x118bac(0x58e)]],[Object[_0x118bac(0x308)](_0x1468c8[_0x118bac(0x674)]),_0x1468c8['RibbonPosition'][_0x118bac(0x426)]],[Object[_0x118bac(0x308)](_0x1468c8[_0x118bac(0xd2)]),_0x1468c8['RibbonPosition']['FORMULAS']],[Object[_0x118bac(0x308)](_0x1468c8[_0x118bac(0x54b)]),_0x1468c8[_0x118bac(0x4e6)][_0x118bac(0x6f0)]],[Object[_0x118bac(0x308)](_0x1468c8[_0x118bac(0x3f3)]),_0x1468c8['RibbonPosition']['VIEW']],[Object['values'](_0x1468c8[_0x118bac(0x4fa)]),_0x1468c8[_0x118bac(0x4e6)][_0x118bac(0x501)]]];function _0x50bde9(_0x58529a){var _0x3f99ec;return(_0x3f99ec=_0x3584de['find'](([_0x5b6069])=>_0x5b6069['includes'](_0x58529a)))==null?void 0x0:_0x3f99ec[0x1];}function _0x690c6b(_0x5936cc,_0xc5b4c2){const _0x5e87ba=_0x118bac;if(!_0x109657(_0x5936cc)||!_0x109657(_0xc5b4c2))return _0x2bf717(_0xc5b4c2);let _0x4b9c88={..._0x5936cc};return Object[_0x5e87ba(0x683)](_0xc5b4c2)[_0x5e87ba(0x362)](([_0x32cd01,_0x12aaa3])=>{_0x4b9c88[_0x32cd01]=_0x32cd01 in _0x4b9c88?_0x690c6b(_0x4b9c88[_0x32cd01],_0x12aaa3):_0x2bf717(_0x12aaa3);}),_0x4b9c88;}function _0x2bf717(_0x544390){const _0x44e62d=_0x118bac;return Array[_0x44e62d(0x6bf)](_0x544390)?_0x544390[_0x44e62d(0x734)](_0x1e9332=>_0x2bf717(_0x1e9332)):_0x109657(_0x544390)?Object[_0x44e62d(0x472)](Object['entries'](_0x544390)[_0x44e62d(0x734)](([_0x4ecbbf,_0x1f928f])=>[_0x4ecbbf,_0x2bf717(_0x1f928f)])):_0x544390;}function _0x109657(_0x3197da){const _0x1836bc=_0x118bac;return!!_0x3197da&&typeof _0x3197da=='object'&&!Array[_0x1836bc(0x6bf)](_0x3197da);}function _0x420432(){const _0x1d4366=_0x118bac;let _0xc19848=(0x0,_0x1468c8[_0x1d4366(0x60a)])(_0x4a1c51[_0x1d4366(0x721)]),_0x16a271=(0x0,_0x1468c8['useDependency'])(_0x4a1c51['LocaleService']),_0x172f9c=(0x0,_0x1468c8[_0x1d4366(0x60a)])(_0x287047),_0x3c9f28=(0x0,_0x1468c8[_0x1d4366(0x60a)])(_0x52f0c3),_0x359fbd=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x1ad862=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x18a647=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x20e869=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x359de3=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x10083c=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x2e3f72=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x5721ff=(0x0,_0x1468c8[_0x1d4366(0xca)])(()=>_0x3c9f28[_0x1d4366(0x77e)],_0x3c9f28[_0x1d4366(0x1c7)](),!0x1,[_0x3c9f28]),[_0x258ed7,_0x446ed1]=(0x0,_0x4f18af[_0x1d4366(0xba)])(null);if((0x0,_0x4f18af[_0x1d4366(0x207)])(()=>{const _0x129544=_0x1d4366;var _0x4b7998;let _0x1eccff=_0x18a647[_0x129544(0x67d)],_0x477d3d=_0x1ad862['current'],_0x26c5e5=_0x20e869[_0x129544(0x67d)],_0xe6fe69=_0x359de3['current'],_0x4a02fc=_0x10083c[_0x129544(0x67d)],_0x3eddc5=_0x2e3f72[_0x129544(0x67d)];if(!_0x5721ff||!_0x1eccff||!_0x477d3d||!_0x26c5e5||!_0xe6fe69||!_0x4a02fc||!_0x3eddc5)return;let _0x1b0487=_0x38a3ff(_0xc19848,_0x5721ff[_0x129544(0x2dc)],_0x5721ff[_0x129544(0x5bc)]);if(!(_0x1b0487!=null&&_0x1b0487[_0x129544(0x4c1)])||_0x1b0487[_0x129544(0x559)]==null){_0x1eccff[_0x129544(0xcc)][_0x129544(0x6d9)]=_0x129544(0x6a6);return;}let _0x2a77de=_0xc19848[_0x129544(0x714)](_0x55f3cf)[_0x129544(0x714)](_0x1b0487[_0x129544(0x559)]);if(!(_0x2a77de!=null&&_0x2a77de[_0x129544(0x18f)][_0x129544(0x2a5)](_0x5721ff[_0x129544(0x767)]))){_0x1eccff['dataset'][_0x129544(0x6d9)]=_0x129544(0x343);return;}_0x1eccff[_0x129544(0xcc)][_0x129544(0x6d9)]='mounting',_0x1eccff['dataset'][_0x129544(0x5bc)]=_0x1b0487[_0x129544(0x5bc)],_0x1eccff[_0x129544(0xcc)][_0x129544(0x29e)]=_0x1b0487[_0x129544(0x3be)],_0x1eccff[_0x129544(0xcc)][_0x129544(0x468)]=_0x1b0487[_0x129544(0x333)],_0x1eccff[_0x129544(0xcc)][_0x129544(0x155)]=_0x5721ff['layout'],_0x1eccff[_0x129544(0xcc)]['embedChildType']=String(_0x1b0487['childType']),_0x1eccff[_0x129544(0xcc)][_0x129544(0x118)]=_0x1b0487[_0x129544(0x4c1)];let _0x5ba119=_0x2a1c4d(_0x1eccff),_0x246b03=_0x2ddf51(_0x1b0487,_0x5721ff[_0x129544(0x767)],{'viewport':_0x1eccff,'menuSlot':_0x477d3d,'popupSlot':_0x26c5e5,'footerSlot':_0x3eddc5}),_0x560f42={'descriptor':_0x1b0487,'layout':_0x5721ff['layout'],'injector':_0xc19848,'hostElement':_0x1eccff,'container':_0x1eccff,'renderScope':_0x246b03,'hostUnitId':_0x1b0487[_0x129544(0x2dc)],'embedId':_0x1b0487[_0x129544(0x5bc)],'childUnitId':_0x1b0487[_0x129544(0x4c1)],'childType':_0x1b0487[_0x129544(0x559)]},{runtimeScope:_0x4519da,disposable:_0x337f4f}=_0x3cca9c(_0x560f42,()=>{});_0x446ed1({'embedId':_0x1b0487[_0x129544(0x5bc)],'injector':_0x4519da[_0x129544(0x5c1)],'sourceInjector':_0xc19848,'popupContainer':_0x4519da[_0x129544(0x5b3)][_0x129544(0x416)]});let _0x29e885={..._0x560f42,'runtimeScope':_0x4519da},_0x2b3556=_0x32ab50({'injector':_0xc19848,'descriptor':_0x1b0487,'renderScope':_0x246b03,'menuRoot':_0x359fbd[_0x129544(0x67d)],'menuSlot':_0x477d3d,'popupSlot':_0x26c5e5,'sidebarSlot':_0xe6fe69,'rightSidebarSlot':_0x4a02fc,'footerSlot':_0x3eddc5}),_0x49d0ed=_0x3668a2=>{const _0xb25485=_0x129544;var _0x3e5666,_0x34c2f4;let _0x4427e4=(_0x3668a2==null?void 0x0:_0x3668a2[_0xb25485(0x6a7)])instanceof Element?_0x3668a2['target']:null;_0x4427e4!=null&&_0x4427e4[_0xb25485(0x46f)](_0xb25485(0x68d))||((_0x3e5666=_0x4519da[_0xb25485(0x558)])==null||_0x3e5666[_0xb25485(0x164)](_0x1b0487[_0xb25485(0x4c1)]),(_0x34c2f4=_0x4519da[_0xb25485(0x558)])==null||_0x34c2f4[_0xb25485(0x737)](_0x1b0487[_0xb25485(0x4c1)]),_0x172f9c[_0xb25485(0x37d)](_0x1b0487));};_0x49d0ed(),_0x1eccff[_0x129544(0x607)](_0x129544(0x3a8),_0x49d0ed,{'capture':!0x0}),_0x1eccff['addEventListener'](_0x129544(0x640),_0x49d0ed);let _0x2b0c10=(_0x4b7998=_0x2a77de[_0x129544(0xde)])==null?void 0x0:_0x4b7998[_0x129544(0xf4)](_0x2a77de,_0x29e885),_0x270263=_0x21df20({'injector':_0xc19848,'descriptor':_0x1b0487,'childContext':_0x29e885,'menuContainer':_0x477d3d});return _0x1eccff[_0x129544(0xcc)][_0x129544(0x6d9)]='mounted',()=>{const _0x311e80=_0x129544;_0x446ed1(null),globalThis[_0x311e80(0x668)](()=>{const _0x465bf8=_0x311e80;_0x1eccff[_0x465bf8(0x5cf)](_0x465bf8(0x3a8),_0x49d0ed,{'capture':!0x0}),_0x1eccff[_0x465bf8(0x5cf)](_0x465bf8(0x640),_0x49d0ed),_0x270263==null||_0x270263[_0x465bf8(0x60c)](),_0x2b0c10==null||_0x2b0c10[_0x465bf8(0x60c)](),_0x2b3556[_0x465bf8(0x60c)](),_0x337f4f[_0x465bf8(0x60c)](),_0x5ba119[_0x465bf8(0x60c)](),_0x172f9c['clearFullscreen'](_0x1b0487),delete _0x1eccff['dataset'][_0x465bf8(0x6d9)],delete _0x1eccff[_0x465bf8(0xcc)][_0x465bf8(0x5bc)],delete _0x1eccff[_0x465bf8(0xcc)][_0x465bf8(0x29e)],delete _0x1eccff['dataset'][_0x465bf8(0x468)],delete _0x1eccff[_0x465bf8(0xcc)][_0x465bf8(0x155)],delete _0x1eccff['dataset'][_0x465bf8(0x1d7)],delete _0x1eccff[_0x465bf8(0xcc)][_0x465bf8(0x118)],_0x3c9f28[_0x465bf8(0xe6)](_0x5721ff);});};},[_0x172f9c,_0x3c9f28,_0xc19848,_0x5721ff]),!_0x5721ff)return null;let _0x42f227=()=>{const _0x3ef5f1=_0x1d4366;_0x3c9f28[_0x3ef5f1(0x631)](_0x5721ff[_0x3ef5f1(0x5bc)]);};return(0x0,_0x258aa1['jsxs'])(_0x1d4366(0x73b),{'className':_0x1d4366(0x194),'data-embed-fullscreen-shell':_0x1d4366(0xd4),'style':{'zIndex':0x32a},'children':[_0x5721ff[_0x1d4366(0x559)]===_0x4a1c51['UniverInstanceType'][_0x1d4366(0x76a)]&&(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x73b),{'className':_0x1d4366(0x5af),'data-embed-boards-fullscreen-exit':_0x1d4366(0xd4),'title':_0x16a271['t'](_0x1d4366(0x151)),'children':(0x0,_0x258aa1[_0x1d4366(0x712)])(_0x1468c8[_0x1d4366(0x69b)],{'noIcon':!0x0,'className':_0x1d4366(0x68b),'onClick':_0x42f227,'children':[(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x4b1c20,{}),(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x596),{'children':_0x16a271['t']('embed-ui.fullscreen.exit')})]})}),(0x0,_0x258aa1[_0x1d4366(0x712)])('div',{'ref':_0x359fbd,'className':'univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-menu':_0x1d4366(0xd4),'children':[_0x5721ff[_0x1d4366(0x559)]!==_0x4a1c51['UniverInstanceType'][_0x1d4366(0x76a)]&&(0x0,_0x258aa1[_0x1d4366(0x712)])(_0x1d4366(0x73b),{'className':_0x1d4366(0x116),'data-embed-fullscreen-header':_0x1d4366(0xd4),'children':[(0x0,_0x258aa1[_0x1d4366(0x199)])('span',{'className':_0x1d4366(0x344),'children':_0x4dbcff(_0xc19848,_0x5721ff['childType'])}),(0x0,_0x258aa1[_0x1d4366(0x712)])(_0x536b6f[_0x1d4366(0xfd)],{'type':_0x1d4366(0x2d6),'size':_0x1d4366(0x4cd),'variant':_0x1d4366(0x709),'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':'true','onClick':_0x42f227,'children':[(0x0,_0x258aa1[_0x1d4366(0x199)])(_0xfa9a16,{}),(0x0,_0x258aa1['jsx'])(_0x1d4366(0x596),{'children':_0x16a271['t'](_0x1d4366(0x151))})]})]}),(0x0,_0x258aa1['jsx'])(_0x1d4366(0x73b),{'ref':_0x1ad862,'className':_0x1d4366(0xc0),'data-embed-fullscreen-menu-slot':_0x1d4366(0xd4),'data-embed-menu-slot':_0x1d4366(0xd4)})]}),(0x0,_0x258aa1[_0x1d4366(0x712)])('div',{'className':_0x1d4366(0x5b1),'data-embed-fullscreen-body':_0x1d4366(0xd4),'children':[(0x0,_0x258aa1['jsx'])(_0x1d4366(0x73b),{'ref':_0x359de3,'className':_0x1d4366(0x6c1),'data-embed-fullscreen-sidebar-slot':'true','data-embed-id':_0x5721ff['embedId']}),(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x73b),{'ref':_0x18a647,'className':_0x1d4366(0x3c0),'data-embed-fullscreen-viewport':_0x1d4366(0xd4),'onContextMenuCapture':_0x3b3ab5=>{const _0xd5987a=_0x1d4366;_0x3b3ab5[_0xd5987a(0x582)]();}}),(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x73b),{'ref':_0x10083c,'className':_0x1d4366(0x72b),'data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x5721ff[_0x1d4366(0x5bc)],'children':_0x258ed7&&(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d081b,{..._0x258ed7})})]}),(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x73b),{'ref':_0x2e3f72,'className':_0x1d4366(0x228),'data-embed-fullscreen-footer-slot':_0x1d4366(0xd4),'data-embed-footer-slot':_0x1d4366(0xd4)}),(0x0,_0x258aa1['jsx'])(_0x1d4366(0x73b),{'ref':_0x20e869,'className':_0x1d4366(0x32e),'data-embed-fullscreen-popup-root':_0x1d4366(0xd4),'data-embed-popup-root':_0x1d4366(0xd4),'children':_0x258ed7&&(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x55be8a,{..._0x258ed7})})]});}function _0x55be8a(_0x1df2fe){const _0x1d4f65=_0x118bac;let {embedId:_0x476cc6,injector:_0xe12e87,sourceInjector:_0x5d03b5,popupContainer:_0x2b1764}=_0x1df2fe;return(0x0,_0x258aa1[_0x1d4f65(0x712)])(_0x258aa1[_0x1d4f65(0x34e)],{'children':[(0x0,_0x258aa1[_0x1d4f65(0x712)])(_0x9354df,{'injector':_0xe12e87,'mountContainer':_0x2b1764,'embedId':_0x476cc6,'children':[(0x0,_0x258aa1['jsx'])(_0x1468c8[_0x1d4f65(0x32d)],{}),(0x0,_0x258aa1[_0x1d4f65(0x199)])(_0x1468c8[_0x1d4f65(0x1d3)],{})]}),(0x0,_0x258aa1[_0x1d4f65(0x199)])(_0x9354df,{'injector':_0x5d03b5,'mountContainer':_0x2b1764,'embedId':_0x476cc6,'children':(0x0,_0x258aa1['jsx'])(_0x1468c8[_0x1d4f65(0x1d3)],{})})]});}function _0x1d081b(_0x56cc5f){const _0x4e6bdc=_0x118bac;let {embedId:_0x599d9e,injector:_0x4e3cee,sourceInjector:_0x109169,popupContainer:_0xff5f75}=_0x56cc5f;return(0x0,_0x258aa1[_0x4e6bdc(0x712)])(_0x4e6bdc(0x5c7),{'className':_0x4e6bdc(0x17c),'children':[(0x0,_0x258aa1[_0x4e6bdc(0x199)])(_0x9354df,{'injector':_0x4e3cee,'mountContainer':_0xff5f75,'embedId':_0x599d9e,'children':(0x0,_0x258aa1[_0x4e6bdc(0x199)])(_0x1468c8[_0x4e6bdc(0x638)],{})}),(0x0,_0x258aa1[_0x4e6bdc(0x199)])(_0x9354df,{'injector':_0x109169,'mountContainer':_0xff5f75,'embedId':_0x599d9e,'children':(0x0,_0x258aa1[_0x4e6bdc(0x199)])(_0x1468c8['Sidebar'],{})})]});}function _0x38a3ff(_0x2c23f2,_0x24141e,_0x5e5125){const _0x295aeb=_0x118bac;try{return _0x2c23f2['get'](_0x73305e[_0x295aeb(0x6e4)])[_0x295aeb(0x686)](_0x24141e,_0x5e5125);}catch{return;}}function _0x4dbcff(_0x47fb89,_0x1a9c49){const _0xe31bc3=_0x118bac;try{var _0x4ff4d8,_0x39894d;return(_0x4ff4d8=(_0x39894d=_0x47fb89[_0xe31bc3(0x714)](_0x1f9ba5)[_0xe31bc3(0x714)](_0x1a9c49))==null?void 0x0:_0x39894d['productName'])==null?'Embed':_0x4ff4d8;}catch{return'Embed';}}function _0x2ddf51(_0x3f9e67,_0x557503,_0x5e4f1a){const _0x33d355=_0x118bac;var _0x33ee79,_0x2189d6,_0x487d89,_0x158fe0;let {viewport:_0x4c759f,menuSlot:_0x11962d,popupSlot:_0xa20adf}=_0x5e4f1a;return{'hostUnitId':_0x3f9e67[_0x33d355(0x2dc)],'hostAnchorId':_0x3f9e67[_0x33d355(0x333)],'embedId':_0x3f9e67[_0x33d355(0x5bc)],'childUnitId':_0x3f9e67[_0x33d355(0x4c1)],'childType':_0x3f9e67['childType'],'layout':_0x557503,'mode':_0x33d355(0x48d),'rootElement':_0x4c759f,'contentRoot':(_0x33ee79=_0x4a5d5c(_0x4c759f,_0x33d355(0x630)))==null?_0x4c759f:_0x33ee79,'canvasRoot':(_0x2189d6=_0x4a5d5c(_0x4c759f,_0x33d355(0x428)))==null?_0x4c759f:_0x2189d6,'overlayRoot':(_0x487d89=_0x4a5d5c(_0x4c759f,_0x33d355(0x526)))==null?_0x4c759f:_0x487d89,'popupRoot':(_0x158fe0=_0xa20adf==null?_0x4a5d5c(_0x4c759f,'data-embed-popup-root'):_0xa20adf)==null?_0x4c759f:_0x158fe0,'menuOutlet':{'container':_0x11962d},'active$':(0x0,_0x416516['of'])(!0x0),'fullscreen':!0x0};}function _0x32ab50(_0x53999d){const _0x2e1b73=_0x118bac;let {injector:_0x3c6b29,descriptor:_0x1a5b18,renderScope:_0x11facb,menuRoot:_0x47f412,menuSlot:_0xaf2d53,popupSlot:_0x3e00ae,sidebarSlot:_0x4aa372,rightSidebarSlot:_0x1b3c9f,footerSlot:_0x5c5193}=_0x53999d,_0x29c3fa=[],_0x20161e=_0x1a5b18['embedId'];if(_0x3c6b29['has'](_0x164bef)){let _0x37bab7=_0x3c6b29[_0x2e1b73(0x714)](_0x164bef);_0x29c3fa[_0x2e1b73(0x6f2)](_0x37bab7[_0x2e1b73(0x31a)]({'embedId':_0x20161e,'hostUnitId':_0x1a5b18[_0x2e1b73(0x2dc)],'childUnitId':_0x1a5b18[_0x2e1b73(0x4c1)],'childType':_0x1a5b18[_0x2e1b73(0x559)],'sessionMode':_0x2e1b73(0x3b8)})),_0x1a5b18['childUnitId']&&_0x29c3fa[_0x2e1b73(0x6f2)](_0x37bab7[_0x2e1b73(0x311)]({'embedId':_0x20161e,'role':_0x2e1b73(0x708),'owner':_0x2e1b73(0x61a),'sessionMode':'child-fullscreen','hostUnitId':_0x1a5b18[_0x2e1b73(0x2dc)],'childUnitId':_0x1a5b18[_0x2e1b73(0x4c1)],'childType':_0x1a5b18['childType']})),_0x373d12({'renderScope':_0x11facb,'menuRoot':_0x47f412,'menuSlot':_0xaf2d53,'popupSlot':_0x3e00ae,'sidebarSlot':_0x4aa372,'rightSidebarSlot':_0x1b3c9f,'footerSlot':_0x5c5193})[_0x2e1b73(0x362)](({element:_0x2fd617,role:_0x597cb4})=>{const _0x70a96a=_0x2e1b73;_0x29c3fa[_0x70a96a(0x6f2)](_0x37bab7['registerElement']({'embedId':_0x20161e,'element':_0x2fd617,'role':_0x597cb4}));});}if(_0x3c6b29['has'](_0x7aa80d)){let _0x239594=_0x3c6b29[_0x2e1b73(0x714)](_0x7aa80d);_0x373d12({'renderScope':_0x11facb,'menuRoot':_0x47f412,'menuSlot':_0xaf2d53,'popupSlot':_0x3e00ae,'sidebarSlot':_0x4aa372,'rightSidebarSlot':_0x1b3c9f,'footerSlot':_0x5c5193})[_0x2e1b73(0x362)](({element:_0x32ecee})=>{const _0x1895f6=_0x2e1b73;_0x29c3fa['push'](_0x239594[_0x1895f6(0x56f)](_0x20161e,_0x32ecee));}),_0x29c3fa[_0x2e1b73(0x6f2)](_0x239594[_0x2e1b73(0x4d0)](_0x20161e,_0x11facb[_0x2e1b73(0x2fe)][_0x2e1b73(0x18b)]));}return(0x0,_0x4a1c51[_0x2e1b73(0xbb)])(()=>{const _0x1a89a9=_0x2e1b73;[..._0x29c3fa][_0x1a89a9(0x15a)]()['forEach'](_0x1a6da1=>_0x1a6da1[_0x1a89a9(0x60c)]());});}function _0x373d12(_0x1ee34f){const _0x43f794=_0x118bac;let {renderScope:_0x2bfbb4,menuRoot:_0x502b15,menuSlot:_0xfdcdae,popupSlot:_0x173eb2,sidebarSlot:_0x5ebe99,rightSidebarSlot:_0x1f6ef9,footerSlot:_0x584a99}=_0x1ee34f,_0x69dae8=[{'element':_0x2bfbb4[_0x43f794(0x2fe)],'role':_0x43f794(0x4e9)},{'element':_0x2bfbb4[_0x43f794(0x399)],'role':_0x43f794(0x4e9)},{'element':_0x2bfbb4[_0x43f794(0x75f)],'role':_0x43f794(0x4e9)},{'element':_0x2bfbb4[_0x43f794(0x4ed)],'role':_0x43f794(0x4e9)},{'element':_0x502b15,'role':_0x43f794(0xff)},{'element':_0xfdcdae,'role':_0x43f794(0xff)},{'element':_0x584a99,'role':_0x43f794(0xff)},{'element':_0x5ebe99,'role':'child-popup'},{'element':_0x1f6ef9,'role':_0x43f794(0x10a)},{'element':_0x173eb2,'role':_0x43f794(0x10a)}],_0x5d1f5d=new Set();return _0x69dae8[_0x43f794(0x3c9)](({element:_0x413618,role:_0x102e5e})=>!_0x413618||_0x5d1f5d[_0x43f794(0x722)](_0x413618)?[]:(_0x5d1f5d[_0x43f794(0x410)](_0x413618),[{'element':_0x413618,'role':_0x102e5e}]));}function _0x21df20(_0x4020e9){return _0x3d3f67(_0x4020e9)||_0x56f666(_0x4020e9);}function _0x3d3f67(_0x1e905a){const _0x200b5b=_0x118bac;if(!_0x1e905a[_0x200b5b(0x5c1)][_0x200b5b(0x722)](_0x1f9ba5)||_0x1e905a['descriptor'][_0x200b5b(0x559)]==null)return;let _0x5b95f8=_0x1e905a[_0x200b5b(0x5c1)][_0x200b5b(0x714)](_0x1f9ba5)[_0x200b5b(0x714)](_0x1e905a[_0x200b5b(0x319)]['childType']);if((_0x5b95f8==null?void 0x0:_0x5b95f8[_0x200b5b(0x353)])===_0x200b5b(0x1d6)){if(_0x1e905a[_0x200b5b(0x5c1)]['has'](_0x2a2d57)){let _0x2debc4=_0x1e905a[_0x200b5b(0x5c1)]['get'](_0x2a2d57)[_0x200b5b(0x57a)]({'container':_0x1e905a[_0x200b5b(0x6de)],'portalContainer':_0x1e905a[_0x200b5b(0x50e)]['runtimeScope']['roots']['popup'],'injector':_0x1e905a['childContext']['runtimeScope']['injector'],'childType':_0x1e905a[_0x200b5b(0x319)][_0x200b5b(0x559)],'childUnitId':_0x1e905a['descriptor']['childUnitId'],'embedId':_0x1e905a[_0x200b5b(0x319)][_0x200b5b(0x5bc)],'surface':_0x200b5b(0x1d6),'headerMenu':!0x0,'ribbonHeaderClassName':'univer-box-border\x20univer-px-24'});if(_0x2debc4)return _0x2debc4;}return _0x2093a2({'container':_0x1e905a['menuContainer'],'portalContainer':_0x1e905a[_0x200b5b(0x50e)][_0x200b5b(0x41f)][_0x200b5b(0x5b3)][_0x200b5b(0x416)],'injector':_0x1e905a[_0x200b5b(0x50e)][_0x200b5b(0x41f)][_0x200b5b(0x5c1)],'childType':_0x1e905a[_0x200b5b(0x319)][_0x200b5b(0x559)],'childUnitId':_0x1e905a[_0x200b5b(0x319)]['childUnitId'],'embedId':_0x1e905a[_0x200b5b(0x319)][_0x200b5b(0x5bc)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0x200b5b(0x68f)});}}function _0x56f666(_0x5a55fc){const _0x583d6d=_0x118bac;if(!_0x5a55fc['injector'][_0x583d6d(0x722)](_0x23b823)||_0x5a55fc[_0x583d6d(0x319)][_0x583d6d(0x559)]==null||!_0x5a55fc['descriptor'][_0x583d6d(0x4c1)])return;let _0x421c0f=_0x5a55fc['injector'][_0x583d6d(0x714)](_0x23b823)[_0x583d6d(0x714)](_0x5a55fc['descriptor'][_0x583d6d(0x53f)],_0x5a55fc[_0x583d6d(0x319)]['entry'],_0x5a55fc['descriptor'][_0x583d6d(0x559)]),_0xe1fc86=_0x421c0f==null?void 0x0:_0x421c0f[_0x583d6d(0xde)]({..._0x5a55fc[_0x583d6d(0x50e)],'active':{'hostUnitId':_0x5a55fc[_0x583d6d(0x319)]['hostUnitId'],'embedId':_0x5a55fc[_0x583d6d(0x319)][_0x583d6d(0x5bc)],'childUnitId':_0x5a55fc[_0x583d6d(0x319)][_0x583d6d(0x4c1)],'stage':_0x583d6d(0x510)}});return _0xe1fc86?(0x0,_0x4a1c51[_0x583d6d(0xbb)])(()=>_0xe1fc86[_0x583d6d(0x60c)]()):void 0x0;}let _0x25806d={};function _0x4ab848(_0x5f5456){const _0x525eca=_0x118bac;let {stage:_0x1e3e57,interactionFlow:_0x3a03cf}=_0x5f5456,_0x2c0bcb=_0x3a03cf===_0x525eca(0x546),_0x531ad6=_0x1e3e57==='stage1'&&!_0x2c0bcb,_0x145224=_0x1e3e57==='stage2'||_0x2c0bcb;return{'allowHostBodyDrag':_0x531ad6,'disableLiveHostPointerEvents':!_0x2c0bcb&&(_0x1e3e57==='inactive'||_0x1e3e57===_0x525eca(0x49a)),'passThroughInteractionGate':_0x145224,'runtimeOwnsInteraction':_0x145224};}function _0x414ec3(_0x3a7e8a,_0x2da74a){const _0x445590=_0x118bac;var _0x3e79ab;return(_0x3a7e8a==null?void 0x0:_0x3a7e8a[_0x445590(0x53f)])===_0x4a1c51[_0x445590(0x336)][_0x445590(0x6c7)]&&_0x3a7e8a[_0x445590(0x559)]===_0x4a1c51[_0x445590(0x336)][_0x445590(0x6c7)]&&!!((_0x3e79ab=_0x3a7e8a[_0x445590(0x584)])!=null&&_0x3e79ab['floating'])&&_0x2da74a!==_0x445590(0x510);}function _0x4a3da6(_0x239711,_0x11f858){const _0x6b63ed=_0x118bac;return _0x414ec3(_0x239711,_0x11f858)?_0x6b63ed(0x76e):'ready';}function _0x468ff2(_0x415ad2){const _0xaac5c4=_0x118bac;var _0x3ff2a8;return _0x415ad2['fullscreen']||((_0x3ff2a8=_0x415ad2[_0xaac5c4(0x6fd)])==null?void 0x0:_0x3ff2a8['embedId'])===_0x415ad2[_0xaac5c4(0x5bc)]&&_0x415ad2[_0xaac5c4(0x6fd)][_0xaac5c4(0x545)]===_0xaac5c4(0x510)||!_0x415ad2['usesDomFloatingStage']&&_0x415ad2[_0xaac5c4(0x3e1)]?_0xaac5c4(0x510):_0xaac5c4(0x421);}function _0x11ffd9(_0x5768c3,_0x3275da){const _0x481cc1=_0x118bac;return _0x5768c3!==_0x481cc1(0x358)&&_0x5768c3!==_0x481cc1(0x56c)||_0x3275da['shiftKey']||_0x3275da[_0x481cc1(0xfe)]||_0x3275da[_0x481cc1(0x170)]?!0x1:Math[_0x481cc1(0x4d8)](_0x3275da[_0x481cc1(0x692)])>Math[_0x481cc1(0x4d8)](_0x3275da[_0x481cc1(0x74a)]);}var _0x43540b=class{constructor(){const _0x17bc16=_0x118bac;_0x2d0c25(this,'previewUpdated$',new _0x416516[(_0x17bc16(0x4bd))]()),_0x2d0c25(this,_0x17bc16(0x2e5),new Map()),_0x2d0c25(this,_0x17bc16(0x14e),new Map()),_0x2d0c25(this,'_entriesByKey',new Map()),_0x2d0c25(this,_0x17bc16(0x4b5),[]),_0x2d0c25(this,_0x17bc16(0x6f7),!0x1),_0x2d0c25(this,_0x17bc16(0xf9),null);}['registerProvider'](_0x57cb26){const _0xcb6d69=_0x118bac;return this['_providers'][_0xcb6d69(0x3d4)](_0x57cb26[_0xcb6d69(0x559)],_0x57cb26),(0x0,_0x4a1c51[_0xcb6d69(0xbb)])(()=>{const _0x25e5de=_0xcb6d69;this['_providers'][_0x25e5de(0x714)](_0x57cb26[_0x25e5de(0x559)])===_0x57cb26&&this['_providers']['delete'](_0x57cb26[_0x25e5de(0x559)]);});}[_0x118bac(0x751)](_0x49f85a){const _0x10eb8d=_0x118bac;return this['_providers'][_0x10eb8d(0x714)](_0x49f85a);}[_0x118bac(0x24f)](_0x35a731){const _0x26f9ed=_0x118bac;return this[_0x26f9ed(0x14e)][_0x26f9ed(0x714)](_0x35a731);}[_0x118bac(0x54c)](_0x55b463){const _0x39187a=_0x118bac;var _0x947c5,_0x4e2b7d;let _0x2d1e2f=this[_0x39187a(0x150)](_0x55b463),_0xe896c9=this[_0x39187a(0x774)][_0x39187a(0x714)](_0x2d1e2f);if(_0xe896c9&&(_0xe896c9[_0x39187a(0x2f5)]===_0x39187a(0x61e)||_0xe896c9['status']===_0x39187a(0x3ba)))return _0xe896c9;let _0x8bc860=this['_entriesByEmbedId'][_0x39187a(0x714)](_0x55b463[_0x39187a(0x319)][_0x39187a(0x5bc)]),_0x11572f={'embedId':_0x55b463[_0x39187a(0x319)]['embedId'],'childUnitId':_0x55b463['childUnitId'],'childType':_0x55b463[_0x39187a(0x559)],'status':'pending','width':Math[_0x39187a(0x1d4)](0x1,Math['round'](_0x55b463[_0x39187a(0x5df)])),'height':Math[_0x39187a(0x1d4)](0x1,Math[_0x39187a(0x3ee)](_0x55b463['height'])),'dpr':_0x55b463['dpr'],'viewState':(_0x947c5=_0x55b463[_0x39187a(0x516)])==null?_0x8bc860==null?void 0x0:_0x8bc860['viewState']:_0x947c5,'revision':((_0x4e2b7d=_0x8bc860==null?void 0x0:_0x8bc860[_0x39187a(0x474)])==null?0x0:_0x4e2b7d)+0x1,'updatedAt':Date['now']()};return this[_0x39187a(0x774)][_0x39187a(0x3d4)](_0x2d1e2f,_0x11572f),this[_0x39187a(0x14e)][_0x39187a(0x3d4)](_0x11572f[_0x39187a(0x5bc)],_0x11572f),this[_0x39187a(0x4b5)]['push'](_0x55b463),this['_drainQueue'](),this['previewUpdated$'][_0x39187a(0x2f7)](_0x11572f),_0x11572f;}async[_0x118bac(0x49c)](_0x578eff){const _0x4b9d20=_0x118bac;let _0x3c53ae=this[_0x4b9d20(0x2e5)][_0x4b9d20(0x714)](_0x578eff[_0x4b9d20(0x559)]);if(!_0x3c53ae)return;let _0x16150e=await _0x3c53ae[_0x4b9d20(0x49c)](_0x578eff);return this[_0x4b9d20(0x412)](_0x578eff[_0x4b9d20(0x5bc)],_0x16150e),_0x16150e;}async[_0x118bac(0x669)](_0x3c1fc1,_0x1f0fb4){const _0x29ce7d=_0x118bac;if(_0x1f0fb4==null)return;let _0x397549=this[_0x29ce7d(0x2e5)]['get'](_0x3c1fc1[_0x29ce7d(0x559)]);await(_0x397549==null?void 0x0:_0x397549['restoreViewState'](_0x3c1fc1,_0x1f0fb4));}[_0x118bac(0x412)](_0x33068c,_0x411181){const _0x35cd95=_0x118bac;let _0x6a22a7=this[_0x35cd95(0x14e)][_0x35cd95(0x714)](_0x33068c);if(!_0x6a22a7){let _0x78fd08={'embedId':_0x33068c,'childUnitId':'','childType':void 0x0,'status':'stale','width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x411181,'revision':0x0,'updatedAt':Date[_0x35cd95(0x765)]()};this[_0x35cd95(0x14e)]['set'](_0x33068c,_0x78fd08),this[_0x35cd95(0x757)]['next'](_0x78fd08);return;}_0x6a22a7[_0x35cd95(0x516)]=_0x411181,_0x6a22a7[_0x35cd95(0x3ab)]=Date[_0x35cd95(0x765)](),this[_0x35cd95(0x757)][_0x35cd95(0x2f7)](_0x6a22a7);}[_0x118bac(0x45d)](_0x15934d,_0x22b8cf){const _0xfd38f0=_0x118bac;let _0x3a3a90=this[_0xfd38f0(0x14e)][_0xfd38f0(0x714)](_0x15934d);_0x3a3a90&&(_0x3a3a90[_0xfd38f0(0x2f5)]='stale',_0x3a3a90[_0xfd38f0(0xb4)]=_0x22b8cf,_0x3a3a90[_0xfd38f0(0x3ab)]=Date[_0xfd38f0(0x765)](),this[_0xfd38f0(0x757)][_0xfd38f0(0x2f7)](_0x3a3a90));}[_0x118bac(0x360)](_0x464f0c){const _0x109510=_0x118bac;let _0x4eeadc=this[_0x109510(0x14e)][_0x109510(0x714)](_0x464f0c);this[_0x109510(0x14e)]['delete'](_0x464f0c),_0x4eeadc&&Array['from'](this[_0x109510(0x774)][_0x109510(0x683)]())[_0x109510(0x362)](([_0xb796db,_0x311516])=>{const _0x542c13=_0x109510;_0x311516['embedId']===_0x464f0c&&this[_0x542c13(0x774)]['delete'](_0xb796db);});}[_0x118bac(0x150)](_0x27c05c){const _0x18b77c=_0x118bac;return[_0x27c05c[_0x18b77c(0x319)][_0x18b77c(0x5bc)],_0x27c05c['childUnitId'],_0x27c05c[_0x18b77c(0x559)],Math[_0x18b77c(0x1d4)](0x1,Math[_0x18b77c(0x3ee)](_0x27c05c[_0x18b77c(0x5df)])),Math[_0x18b77c(0x1d4)](0x1,Math[_0x18b77c(0x3ee)](_0x27c05c[_0x18b77c(0x2c7)])),_0x27c05c[_0x18b77c(0x291)]][_0x18b77c(0x1f7)]('::');}async['flushForTests'](){const _0x1a308d=_0x118bac;for(;this[_0x1a308d(0x4b5)][_0x1a308d(0x51d)]>0x0||this['_rendering']||this[_0x1a308d(0xf9)];){var _0x4a17ff;await((_0x4a17ff=this[_0x1a308d(0xf9)])==null?Promise['resolve']():_0x4a17ff),await Promise[_0x1a308d(0x5fe)]();}}[_0x118bac(0x60c)](){const _0x335c77=_0x118bac;this[_0x335c77(0x2e5)][_0x335c77(0x173)](),this[_0x335c77(0x14e)][_0x335c77(0x173)](),this[_0x335c77(0x774)][_0x335c77(0x173)](),this['_queue'][_0x335c77(0x51d)]=0x0,this[_0x335c77(0x757)][_0x335c77(0x1be)]();}[_0x118bac(0x250)](){const _0x21e091=_0x118bac;this[_0x21e091(0x6f7)]||this[_0x21e091(0xf9)]||(this['_activeDrain']=this[_0x21e091(0x30c)]()[_0x21e091(0x1ae)](()=>{const _0x47f777=_0x21e091;this[_0x47f777(0xf9)]=null;}));}async[_0x118bac(0x30c)](){const _0x13394c=_0x118bac;if(!this[_0x13394c(0x6f7)]){this['_rendering']=!0x0;try{for(;this[_0x13394c(0x4b5)][_0x13394c(0x51d)]>0x0;)await this['_renderOne'](this['_queue'][_0x13394c(0x39e)]());}finally{this[_0x13394c(0x6f7)]=!0x1;}}}async[_0x118bac(0x75a)](_0x4237ab){const _0x3118e2=_0x118bac;let _0x4e21e3=this[_0x3118e2(0x150)](_0x4237ab),_0xb76e61=this[_0x3118e2(0x774)][_0x3118e2(0x714)](_0x4e21e3);if(!_0xb76e61||_0xb76e61['status']!=='pending')return;let _0x4e12f0=this['_providers'][_0x3118e2(0x714)](_0x4237ab['childType']),_0x2ddae4=this[_0x3118e2(0xc7)](_0xb76e61[_0x3118e2(0x5bc)],_0xb76e61);if(!_0x4e12f0){let _0x2afc7c=_0x4237ab[_0x3118e2(0x533)]?_0xedafcd(_0x4237ab[_0x3118e2(0x533)]):void 0x0;if(_0x2afc7c){_0xb76e61[_0x3118e2(0x6e6)]=_0x2afc7c,_0xb76e61[_0x3118e2(0x2f5)]=_0x3118e2(0x3ba),_0xb76e61[_0x3118e2(0x3ab)]=Date[_0x3118e2(0x765)](),this[_0x3118e2(0x14e)][_0x3118e2(0x3d4)](_0xb76e61[_0x3118e2(0x5bc)],_0xb76e61),this[_0x3118e2(0x757)]['next'](_0xb76e61);return;}this[_0x3118e2(0x29d)](_0xb76e61,_0x2ddae4,Error(_0x3118e2(0x1aa)+_0x4237ab['childType']));return;}try{let _0x2bf149=await _0x4e12f0['renderPreview']({..._0x4237ab,'width':_0xb76e61[_0x3118e2(0x5df)],'height':_0xb76e61[_0x3118e2(0x2c7)],'viewState':_0xb76e61[_0x3118e2(0x516)]});if(this[_0x3118e2(0x774)][_0x3118e2(0x714)](_0x4e21e3)!==_0xb76e61||_0xb76e61[_0x3118e2(0x2f5)]!==_0x3118e2(0x61e))return;if(!_0x2bf149){this[_0x3118e2(0x29d)](_0xb76e61,_0x2ddae4,Error(_0x3118e2(0x782)));return;}_0xb76e61[_0x3118e2(0x6e6)]=_0x2bf149,_0xb76e61['status']=_0x3118e2(0x3ba),_0xb76e61['updatedAt']=Date[_0x3118e2(0x765)](),this[_0x3118e2(0x14e)][_0x3118e2(0x3d4)](_0xb76e61[_0x3118e2(0x5bc)],_0xb76e61),this[_0x3118e2(0x757)]['next'](_0xb76e61);}catch(_0x2fde53){this[_0x3118e2(0x29d)](_0xb76e61,_0x2ddae4,_0x2fde53);}}['_findPreviousReadyEntry'](_0x3b5b7d,_0x8687bc){const _0x43af76=_0x118bac;let _0x4046c4=this[_0x43af76(0x14e)][_0x43af76(0x714)](_0x3b5b7d);return _0x4046c4&&_0x4046c4!==_0x8687bc&&_0x4046c4[_0x43af76(0x6e6)]?_0x4046c4:Array[_0x43af76(0x289)](this[_0x43af76(0x774)][_0x43af76(0x308)]())[_0x43af76(0x15a)]()[_0x43af76(0x3ae)](_0x4604a1=>_0x4604a1[_0x43af76(0x5bc)]===_0x3b5b7d&&_0x4604a1!==_0x8687bc&&_0x4604a1[_0x43af76(0x6e6)]);}['_setRenderFailure'](_0xe37bba,_0x588bb1,_0x2ed3fa){const _0x2f626a=_0x118bac;var _0x1c0104;_0xe37bba[_0x2f626a(0x2f5)]=_0x588bb1!=null&&_0x588bb1[_0x2f626a(0x6e6)]?_0x2f626a(0x3f8):_0x2f626a(0xb4),_0xe37bba[_0x2f626a(0x6e6)]=_0x588bb1==null?void 0x0:_0x588bb1['image'],_0xe37bba[_0x2f626a(0x516)]=(_0x1c0104=_0xe37bba['viewState'])==null?_0x588bb1==null?void 0x0:_0x588bb1['viewState']:_0x1c0104,_0xe37bba['error']=_0x2ed3fa,_0xe37bba['updatedAt']=Date['now'](),this['_entriesByEmbedId']['set'](_0xe37bba['embedId'],_0xe37bba),this['previewUpdated$'][_0x2f626a(0x2f7)](_0xe37bba);}},_0xc08a98=class{constructor(){const _0x217dcc=_0x118bac;_0x2d0c25(this,_0x217dcc(0x2cf),new Map()),_0x2d0c25(this,'_geometryInvalidated$',new _0x416516[(_0x217dcc(0x4bd))]()),_0x2d0c25(this,_0x217dcc(0x209),this[_0x217dcc(0x564)][_0x217dcc(0x4ee)]());}[_0x118bac(0x246)](_0xa79326){const _0x23ffc7=_0x118bac;return this[_0x23ffc7(0x2cf)][_0x23ffc7(0x3d4)](_0xa79326['embedId'],_0xa79326),this[_0x23ffc7(0x360)]({'embedId':_0xa79326['embedId'],'reason':_0x23ffc7(0x200)}),(0x0,_0x4a1c51[_0x23ffc7(0xbb)])(()=>{const _0x3e5f5c=_0x23ffc7;this[_0x3e5f5c(0x2cf)]['get'](_0xa79326['embedId'])===_0xa79326&&(this[_0x3e5f5c(0x2cf)]['delete'](_0xa79326[_0x3e5f5c(0x5bc)]),this[_0x3e5f5c(0x360)]({'embedId':_0xa79326['embedId'],'reason':_0x3e5f5c(0x200)}));});}[_0x118bac(0x77c)](_0x196c5d){return this['_registrations']['get'](_0x196c5d);}[_0x118bac(0x5e8)](_0x355b6c){const _0x57e638=_0x118bac;return Array[_0x57e638(0x289)](this[_0x57e638(0x2cf)][_0x57e638(0x308)]())['find'](_0x122b25=>_0x122b25['childUnitId']===_0x355b6c);}[_0x118bac(0x360)](_0x4c48bc){const _0x3743cd=_0x118bac;this[_0x3743cd(0x564)][_0x3743cd(0x2f7)](_0x4c48bc);}};let _0x1858f1=class{constructor(_0x48b225,_0x14e8b8,_0x51a593,_0x4a8dad){const _0x30cc3c=_0x118bac;this[_0x30cc3c(0x283)]=_0x48b225,this[_0x30cc3c(0x5d0)]=_0x14e8b8,this['_hostAdapterRegistry']=_0x51a593,this[_0x30cc3c(0x50a)]=_0x4a8dad;}async[_0x118bac(0x6f5)](_0x16f5cb){const _0x5d9bed=_0x118bac;return this[_0x5d9bed(0x5d0)]['materializeDescriptor'](_0x16f5cb);}async['restoreEmbed'](_0x2299e6){const _0x5e4560=_0x118bac;var _0x2e1689;let _0xcb37af=_0x2299e6['descriptor'],_0x56c40=(_0x2e1689=_0x2299e6[_0x5e4560(0x30e)])==null?this[_0x5e4560(0x25c)]['restoreAnchor']({'embedId':_0xcb37af[_0x5e4560(0x5bc)],'hostUnitId':_0xcb37af[_0x5e4560(0x2dc)],'hostType':_0xcb37af[_0x5e4560(0x53f)],'entry':_0xcb37af[_0x5e4560(0x3be)],'hostAnchorId':_0xcb37af[_0x5e4560(0x333)],'hostContext':_0x2299e6[_0x5e4560(0x5c3)],'descriptor':_0xcb37af}):_0x2e1689;return this['_modelService'][_0x5e4560(0x4ce)](_0xcb37af[_0x5e4560(0x2dc)],_0xcb37af),this[_0x5e4560(0x50a)]['setAnchor'](_0x56c40),this[_0x5e4560(0x283)][_0x5e4560(0x686)](_0xcb37af[_0x5e4560(0x2dc)],_0xcb37af['embedId']);}};_0x1858f1=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x6e4)])),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x3dd)])),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x717)])),_0x4ded49(0x3,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x163)]))],_0x1858f1);function _0x36ad68(_0x49a950){const _0x970ebf=_0x118bac;var _0x39668c,_0x49209e,_0x5b4433,_0x3a5517,_0x507da2;if(!_0x49a950)return;let _0x262019=(_0x39668c=(_0x49209e=_0x49a950['closest'](_0x970ebf(0x331)))==null?void 0x0:_0x49209e[_0x970ebf(0x38c)]('data-embed-interaction-boundary-owner'))==null?void 0x0:_0x39668c,_0x1b9750=_0x1089e1(_0x49a950,_0x262019),_0xc08e2b=(_0x5b4433=_0x1b9750==null?void 0x0:_0x1b9750[_0x970ebf(0x38c)]('data-embed-id'))==null?_0x262019:_0x5b4433;if(_0xc08e2b)return{'embedId':_0xc08e2b,'hostUnitId':(_0x3a5517=_0x1b9750==null?void 0x0:_0x1b9750['getAttribute'](_0x970ebf(0x1df)))==null?void 0x0:_0x3a5517,'childUnitId':(_0x507da2=_0x1b9750==null?void 0x0:_0x1b9750[_0x970ebf(0x38c)](_0x1468c8[_0x970ebf(0x168)]))==null?void 0x0:_0x507da2,'childType':_0x11cd8d(_0x1b9750)};}function _0x1089e1(_0x22fc67,_0x14b7f6){const _0x45efeb=_0x118bac;var _0x5953be,_0x51cf60;let _0x4b2bc5=_0x22fc67==null?void 0x0:_0x22fc67['closest'](_0x45efeb(0x462));if(_0x4b2bc5&&(!_0x14b7f6||_0x4b2bc5[_0x45efeb(0x38c)](_0x45efeb(0x4e3))===_0x14b7f6))return _0x4b2bc5;let _0x4b7e4f=(_0x5953be=_0x22fc67==null?void 0x0:_0x22fc67['ownerDocument'])==null?typeof document>'u'?void 0x0:document:_0x5953be;return!_0x4b7e4f||!_0x14b7f6?_0x4b2bc5==null?void 0x0:_0x4b2bc5:(_0x51cf60=_0x4b7e4f['querySelector'](_0x45efeb(0x6f8)+_0x444155(_0x14b7f6)+'\x22]'))==null?void 0x0:_0x51cf60;}function _0x444155(_0x227513){const _0x482c9c=_0x118bac;return _0x227513[_0x482c9c(0x49d)](/\\/g,'\x5c\x5c')[_0x482c9c(0x49d)](/"/g,'\x5c\x22');}function _0x11cd8d(_0x17bb62){const _0x520f9b=_0x118bac;let _0x45b21a=_0x17bb62==null?void 0x0:_0x17bb62[_0x520f9b(0x38c)](_0x520f9b(0x3d0));if(_0x45b21a!=null&&_0x45b21a!=='')return Number(_0x45b21a);}var _0x312f60=class{constructor(){const _0x50a72d=_0x118bac;_0x2d0c25(this,_0x50a72d(0x689),new WeakMap()),_0x2d0c25(this,_0x50a72d(0x660),new WeakSet());}['register'](_0x3475de){const _0x2f9617=_0x118bac;let _0x28df00=this[_0x2f9617(0x689)]['get'](_0x3475de);if(!_0x28df00){let _0x4b3162=_0x3475de[_0x2f9617(0x18b)][_0x2f9617(0x4de)];if(!_0x4b3162)return(0x0,_0x4a1c51['toDisposable'])(()=>{});let _0x149f45=_0x161ded=>this['_observeWheel'](_0x3475de,_0x161ded);_0x4b3162[_0x2f9617(0x607)](_0x2f9617(0x729),_0x149f45,{'capture':!0x0,'passive':!0x0}),_0x28df00={'activeUntil':0x0,'dispose':()=>_0x4b3162[_0x2f9617(0x5cf)](_0x2f9617(0x729),_0x149f45,{'capture':!0x0}),'refCount':0x0},this[_0x2f9617(0x689)]['set'](_0x3475de,_0x28df00);}let _0x3829ba=_0x28df00;return _0x3829ba[_0x2f9617(0x68a)]+=0x1,(0x0,_0x4a1c51[_0x2f9617(0xbb)])(()=>{const _0x38cdef=_0x2f9617;--_0x3829ba[_0x38cdef(0x68a)],!(_0x3829ba[_0x38cdef(0x68a)]>0x0||this[_0x38cdef(0x689)]['get'](_0x3475de)!==_0x3829ba)&&(_0x3829ba[_0x38cdef(0x60c)](),this[_0x38cdef(0x689)]['delete'](_0x3475de));});}[_0x118bac(0x2e8)](_0x553e17){const _0x2e606d=_0x118bac;return this[_0x2e606d(0x660)]['has'](_0x553e17);}['_observeWheel'](_0x643999,_0x43b616){const _0x490a3e=_0x118bac;var _0x110021;let _0x40f20b=_0x643999[_0x490a3e(0x18b)][_0x490a3e(0x4de)];if(!_0x40f20b)return;let _0x583ca9=_0x5bfa00(_0x43b616,_0x40f20b);if(!_0x583ca9||!_0x643999['contains'](_0x583ca9))return;let _0x3b48c8=this[_0x490a3e(0x689)][_0x490a3e(0x714)](_0x643999);if(!_0x3b48c8)return;let _0x5e937e=Date[_0x490a3e(0x765)](),_0x32380a=_0x1089e1(_0x583ca9);if(!_0x32380a||!_0x643999[_0x490a3e(0x1e8)](_0x32380a)){_0x3b48c8[_0x490a3e(0x3eb)]=_0x5e937e+0x1f4;return;}if(((_0x110021=_0x36ad68(_0x32380a))==null?void 0x0:_0x110021['childType'])===_0x4a1c51[_0x490a3e(0x336)]['UNIVER_SLIDE']){_0x3b48c8[_0x490a3e(0x3eb)]=_0x5e937e+0x1f4,this[_0x490a3e(0x660)][_0x490a3e(0x410)](_0x43b616);return;}_0x5e937e>=_0x3b48c8[_0x490a3e(0x3eb)]||(_0x3b48c8[_0x490a3e(0x3eb)]=_0x5e937e+0x1f4,this['_hostGestureEvents'][_0x490a3e(0x410)](_0x43b616));}};function _0x5bfa00(_0xf2a3f0,_0x1d1a4a){const _0x2057ad=_0x118bac;let _0x38f94d=_0xf2a3f0[_0x2057ad(0x6a7)];return _0x38f94d instanceof _0x1d1a4a[_0x2057ad(0xea)]?_0x38f94d:_0x38f94d instanceof _0x1d1a4a[_0x2057ad(0x789)]||_0x38f94d instanceof _0x1d1a4a[_0x2057ad(0x58f)]?_0x38f94d['parentElement']:null;}var _0x3ef29=class{constructor(){const _0x22e39c=_0x118bac;_0x2d0c25(this,_0x22e39c(0x2e5),new Map());}['register'](_0x14cb1b){const _0x4a309d=_0x118bac;return this[_0x4a309d(0x2e5)]['set'](_0x14cb1b[_0x4a309d(0x559)],_0x14cb1b),(0x0,_0x4a1c51[_0x4a309d(0xbb)])(()=>{const _0x21473d=_0x4a309d;this[_0x21473d(0x2e5)][_0x21473d(0x714)](_0x14cb1b[_0x21473d(0x559)])===_0x14cb1b&&this[_0x21473d(0x2e5)][_0x21473d(0x2cd)](_0x14cb1b['childType']);});}[_0x118bac(0x714)](_0x4dd3c0,_0x575eda){const _0x80a3c2=_0x118bac;var _0x3f9ec8;let _0x5375fe=this[_0x80a3c2(0x2e5)]['get'](_0x4dd3c0);if(_0x5375fe&&!(_0x575eda&&(_0x3f9ec8=_0x5375fe['supportedLayouts'])!=null&&_0x3f9ec8['length']&&!_0x5375fe[_0x80a3c2(0x18f)][_0x80a3c2(0x2a5)](_0x575eda)))return _0x5375fe;}[_0x118bac(0x4ff)](){const _0x4df9d8=_0x118bac;return[...this[_0x4df9d8(0x2e5)][_0x4df9d8(0x308)]()];}},_0x3957bf=class{constructor(){const _0xfc5ca8=_0x118bac;_0x2d0c25(this,_0xfc5ca8(0x205),[]);}['register'](_0x531956){const _0x2ce66c=_0x118bac;return this[_0x2ce66c(0x205)][_0x2ce66c(0x6f2)](_0x531956),this[_0x2ce66c(0x355)](),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x2a40c0=_0x2ce66c;let _0x2d0194=this['_handlers'][_0x2a40c0(0x274)](_0x531956);_0x2d0194>=0x0&&this[_0x2a40c0(0x205)]['splice'](_0x2d0194,0x1);});}[_0x118bac(0x543)](_0x2b3c8f){const _0x110f23=_0x118bac;for(let _0x390d09 of this[_0x110f23(0x205)]){var _0x36a6aa;if(_0x390d09[_0x110f23(0x559)]===_0x2b3c8f[_0x110f23(0x559)]&&!(_0x2b3c8f[_0x110f23(0x767)]&&(_0x36a6aa=_0x390d09['supportedLayouts'])!=null&&_0x36a6aa[_0x110f23(0x51d)]&&!_0x390d09[_0x110f23(0x18f)]['includes'](_0x2b3c8f['layout']))&&_0x390d09[_0x110f23(0x543)](_0x2b3c8f)===!0x0)return!0x0;}return!0x1;}['list'](){const _0x5c79c1=_0x118bac;return[...this[_0x5c79c1(0x205)]];}['_sortHandlers'](){const _0x154c49=_0x118bac;this['_handlers'][_0x154c49(0x76c)]((_0x53c3ca,_0x2f2a15)=>{const _0xf667db=_0x154c49;var _0xcdba5c,_0x237973;return((_0xcdba5c=_0x2f2a15[_0xf667db(0x4c9)])==null?0x0:_0xcdba5c)-((_0x237973=_0x53c3ca['order'])==null?0x0:_0x237973);});}};function _0x2a16db(_0x4f80df){const _0x4d7f89=_0x118bac;let {hostUnitId:_0x1b72a6,embedId:_0x54f17f,className:_0x2f6a43}=_0x4f80df,_0x1df0b2=(0x0,_0x4f18af[_0x4d7f89(0x4b8)])(null),_0x91dd24=(0x0,_0x1468c8[_0x4d7f89(0x60a)])(_0x73305e['EmbedModelService']),_0x1dfd0d=(0x0,_0x1468c8[_0x4d7f89(0x60a)])(_0x287047),_0x219383=(0x0,_0x1468c8[_0x4d7f89(0x60a)])(_0x52f0c3),_0x55a6f9=(0x0,_0x4f18af['useCallback'])(_0x1c7037=>{const _0x1f41f6=_0x4d7f89;_0x1c7037[_0x1f41f6(0x582)](),_0x1c7037[_0x1f41f6(0x6ed)](),!(!_0x1b72a6||!_0x54f17f)&&_0x263033({'hostUnitId':_0x1b72a6,'embedId':_0x54f17f,'activationService':_0x1dfd0d,'embedModelService':_0x91dd24,'fullscreenService':_0x219383});},[_0x1dfd0d,_0x54f17f,_0x91dd24,_0x219383,_0x1b72a6]);return(0x0,_0x4f18af[_0x4d7f89(0x207)])(()=>{const _0x5ca2e0=_0x4d7f89;let _0x1e0546=_0x1df0b2[_0x5ca2e0(0x67d)];if(!_0x1e0546)return;let _0x4ad6b1=_0x1476aa=>{_0x1476aa['stopPropagation']();};return _0x1e0546['addEventListener'](_0x5ca2e0(0x3a8),_0x4ad6b1),_0x1e0546[_0x5ca2e0(0x607)](_0x5ca2e0(0xec),_0x55a6f9),()=>{const _0x251482=_0x5ca2e0;_0x1e0546['removeEventListener'](_0x251482(0x3a8),_0x4ad6b1),_0x1e0546[_0x251482(0x5cf)]('click',_0x55a6f9);};},[_0x55a6f9]),(0x0,_0x258aa1[_0x4d7f89(0x199)])(_0x4d7f89(0x2d6),{'ref':_0x1df0b2,'type':_0x4d7f89(0x2d6),'className':(0x0,_0x536b6f[_0x4d7f89(0x578)])(_0x4d7f89(0x43b),_0x2f6a43),'data-embed-float-fullscreen-button':'true','children':(0x0,_0x258aa1['jsx'])(_0xfa9a16,{'className':_0x4d7f89(0x50b)})});}function _0x263033(_0x3283f7){const _0x1fdd97=_0x118bac;var _0x35115c;let _0x5ea211=_0x3283f7['embedModelService'][_0x1fdd97(0x686)](_0x3283f7[_0x1fdd97(0x2dc)],_0x3283f7['embedId']);return!(_0x5ea211!=null&&_0x5ea211[_0x1fdd97(0x4c1)])||_0x5ea211['childType']==null?!0x1:((_0x35115c=_0x3283f7[_0x1fdd97(0x5d9)])==null||_0x35115c[_0x1fdd97(0x335)](_0x3283f7[_0x1fdd97(0x5bc)],_0x3283f7[_0x1fdd97(0x2dc)]),_0x3283f7[_0x1fdd97(0x354)][_0x1fdd97(0x20f)](_0x5ea211),!0x0);}let _0x21e2a4=_0x118bac(0x32b),_0x1d7d90=Symbol(_0x118bac(0x309)),_0x32499a=Symbol(_0x118bac(0x59a)),_0x5083eb=new Map(),_0x11a4a8=_0x118bac(0x317),_0x5f4049='doc-block-stage2-runtime',_0x4eaad1=[_0x11a4a8,_0x5f4049],_0x157e44=_0x118bac(0x1eb);function _0x2cdbbb(_0x3fa71b){const _0x423587=_0x118bac;var _0x332323,_0x14828d,_0x3b8768,_0x199181,_0x1dd25b,_0x385a65,_0x243356,_0x254c9e,_0x2e2f1d;let {data:_0x55777b,deferInactiveFloatingChrome:_0x36da43,docsCustomBlockLayout:_0xf868ed,enableStage1BodyDrag:_0x3151ff,floatingChromeZIndex:_0x3fbf0f,fullscreenButtonInBlock:_0x129075,hostFloatDomLayout$:_0x399130,initialStage:_0x10ccc3,interactionFlow:_0x41215a=_0x423587(0x340),isExternalHostInteraction:_0x4b6bc8,onHostWheel:_0x5e0595,onRuntimeStageEnter:_0x199309,onRuntimeStageExit:_0x475470,resolveHostWheelGestureRoot:_0x4322d3,syncHostVerticalScroll:_0x228533}=_0x3fa71b,_0x143c36=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x425416=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x498b67=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x2027d3=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x10602c=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x53f00a=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x47d33f=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x831d04=(0x0,_0x4f18af['useRef'])(null),_0x3d3f50=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x1a821e=(0x0,_0x1468c8['useDependency'])(_0x73305e[_0x423587(0x6e4)]),_0x5bd495=(0x0,_0x1468c8['useDependency'])(_0x55f3cf),_0x2530af=(0x0,_0x1468c8['useDependency'])(_0x34aece),_0x2bf63a=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x287047),_0x451b78=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x43540b),_0x288b3a=(0x0,_0x1468c8['useDependency'])(_0xc08a98),_0x35588b=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x52f0c3),_0x36fa7c=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x7aa80d),_0x53dfd8=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x70dabe),_0xd3b21e=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x1858f1),_0x68c5be=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x3957bf),_0x581546=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x3ef29),_0x4c9aa4=(0x0,_0x1468c8['useDependency'])(_0x164bef),_0x44b463=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x312f60),_0x51e177=(0x0,_0x1468c8['useDependency'])(_0x1468c8[_0x423587(0x537)]),_0x1c2e91=_0x2a6261(_0x55777b),_0x77c08a=_0xf868ed!=null&&_0xf868ed[_0x423587(0x264)]?_0xf868ed:void 0x0,[_0x1a073f,_0x286f4d]=(0x0,_0x4f18af['useState'])(0x0),_0x584bdc=(0x0,_0x1468c8[_0x423587(0xca)])(()=>_0x2530af['active$'][_0x423587(0x188)]((0x0,_0x416516[_0x423587(0x734)])(()=>_0x1c2e91!=null&&_0x1c2e91[_0x423587(0x5bc)]?_0x2530af['getStage'](_0x1c2e91[_0x423587(0x5bc)]):_0x423587(0x421))),_0x10ccc3==null?_0x1c2e91!=null&&_0x1c2e91[_0x423587(0x5bc)]?_0x2530af[_0x423587(0x6ac)](_0x1c2e91[_0x423587(0x5bc)]):_0x423587(0x421):_0x10ccc3,!0x1,[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x2530af]),_0x36bb39=(0x0,_0x4f18af[_0x423587(0x4b8)])(_0x584bdc),_0x225800=(0x0,_0x4f18af[_0x423587(0x4b8)])(!0x1),_0x2c81ed=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0x160412=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0x2ae794=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0x2256f4=(0x0,_0x4f18af['useRef'])(void 0x0),_0x19a3f8=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0x574b74=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0xaeb920=(0x0,_0x4f18af[_0x423587(0x4b8)])(0x0),_0x16c554=(0x0,_0x4f18af['useRef'])(0x0),_0x3067fc=(0x0,_0x4f18af['useRef'])(0x0),_0x5f183d=(0x0,_0x4f18af[_0x423587(0x4b8)])([]),_0x439d24=(0x0,_0x4f18af[_0x423587(0x4b8)])(_0x584bdc);_0x439d24[_0x423587(0x67d)]=_0x584bdc;let _0x14571c=(0x0,_0x4f18af['useCallback'])(()=>{const _0x306a97=_0x423587;var _0x5344a2;(_0x5344a2=_0x2ae794[_0x306a97(0x67d)])==null||_0x5344a2['dispose'](),_0x2ae794[_0x306a97(0x67d)]=void 0x0;},[]),_0x36feca=(0x0,_0x4f18af[_0x423587(0x313)])(()=>{const _0x27c77a=_0x423587;var _0x23aaff,_0x4fc743,_0x16c639,_0x4bc773,_0x1abb67,_0x19f4ed,_0x1ac07a,_0x4032c8;if(!(_0x1c2e91!=null&&_0x1c2e91[_0x27c77a(0x5bc)])||_0x2ae794[_0x27c77a(0x67d)])return;let _0x16ef3a=_0x1c2e91[_0x27c77a(0x2dc)]?_0x1a821e[_0x27c77a(0x686)](_0x1c2e91['hostUnitId'],_0x1c2e91[_0x27c77a(0x5bc)]):void 0x0,_0x1c222a=_0x455040(_0x16ef3a),_0x376f00=(_0x23aaff=(_0x4fc743=(_0x16c639=_0x1c2e91[_0x27c77a(0x4c1)])==null?_0x16ef3a==null?void 0x0:_0x16ef3a[_0x27c77a(0x4c1)]:_0x16c639)==null?(_0x4bc773=_0x160412[_0x27c77a(0x67d)])==null?void 0x0:_0x4bc773[_0x27c77a(0x4c1)]:_0x4fc743)==null?_0x1c222a==null?void 0x0:_0x1c222a['childUnitId']:_0x23aaff,_0xf6de08=(_0x1abb67=(_0x19f4ed=(_0x1ac07a=_0x1c2e91['childType'])==null?_0x16ef3a==null?void 0x0:_0x16ef3a[_0x27c77a(0x559)]:_0x1ac07a)==null?(_0x4032c8=_0x160412[_0x27c77a(0x67d)])==null?void 0x0:_0x4032c8[_0x27c77a(0x559)]:_0x19f4ed)==null?_0x1c222a==null?void 0x0:_0x1c222a[_0x27c77a(0x559)]:_0x1abb67;_0x2ae794['current']=_0x4c9aa4[_0x27c77a(0x311)]({'embedId':_0x1c2e91[_0x27c77a(0x5bc)],'role':_0x27c77a(0x708),'owner':_0x41215a===_0x27c77a(0x546)?_0x5f4049:_0x11a4a8,'sessionMode':_0x27c77a(0x3d8),'hostUnitId':_0x1c2e91[_0x27c77a(0x2dc)],'childUnitId':_0x376f00,'childType':_0xf6de08});},[_0x1c2e91==null?void 0x0:_0x1c2e91['childType'],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x4c1)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x1a821e,_0x4c9aa4,_0x41215a]),_0x118022=(0x0,_0x4f18af['useCallback'])(()=>{const _0xeb9a24=_0x423587;if(!(_0x1c2e91!=null&&_0x1c2e91[_0xeb9a24(0x5bc)]))return;let _0x53cf07=_0x1c2e91[_0xeb9a24(0x5bc)];window['requestAnimationFrame'](()=>{const _0x5b6661=_0xeb9a24;_0x2530af[_0x5b6661(0x6ac)](_0x53cf07)!=='stage2'&&_0x14571c();});},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x2530af,_0x14571c]),_0x198527=_0x1c2e91!=null&&_0x1c2e91[_0x423587(0x2dc)]?_0x1a821e['getDescriptor'](_0x1c2e91[_0x423587(0x2dc)],_0x1c2e91[_0x423587(0x5bc)]):void 0x0,_0x2a19b5=_0x455040(_0x198527),_0x36ab23=(_0x332323=(_0x14828d=(_0x3b8768=_0x1c2e91==null?void 0x0:_0x1c2e91['childUnitId'])==null?_0x198527==null?void 0x0:_0x198527[_0x423587(0x4c1)]:_0x3b8768)==null?(_0x199181=_0x160412[_0x423587(0x67d)])==null?void 0x0:_0x199181[_0x423587(0x4c1)]:_0x14828d)==null?_0x2a19b5==null?void 0x0:_0x2a19b5['childUnitId']:_0x332323,_0x40ed4d=(_0x1dd25b=(_0x385a65=(_0x243356=_0x1c2e91==null?void 0x0:_0x1c2e91['childType'])==null?_0x198527==null?void 0x0:_0x198527[_0x423587(0x559)]:_0x243356)==null?(_0x254c9e=_0x160412[_0x423587(0x67d)])==null?void 0x0:_0x254c9e[_0x423587(0x559)]:_0x385a65)==null?_0x2a19b5==null?void 0x0:_0x2a19b5['childType']:_0x1dd25b,_0x34cae8=_0x40ed4d==null||(_0x2e2f1d=_0x5bd495[_0x423587(0x714)](_0x40ed4d))==null?void 0x0:_0x2e2f1d[_0x423587(0xef)],_0x473ca4=_0x4a3da6(_0x198527,_0x584bdc);(0x0,_0x4f18af['useEffect'])(()=>{const _0x528558=_0x423587;if(!(!(_0x1c2e91!=null&&_0x1c2e91[_0x528558(0x5bc)])||_0x584bdc!==_0x528558(0x510)))return _0x36feca(),_0x14571c;},[_0x36feca,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x14571c,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x29307c=_0x423587;let _0x20463d=_0x143c36['current'],_0x4d6a73=_0xd77ab3(_0x51e177,_0x4c9aa4,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x29307c(0x5bc)],_0x20463d,_0x584bdc);if(_0x4d6a73)return()=>_0x4d6a73['dispose']();},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x4c9aa4,_0x51e177,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x599c41=_0x423587;let _0x3226b2=_0x36bb39['current'];_0x36bb39['current']=_0x584bdc;let _0x45d32a=_0x3226b2!==_0x584bdc||!_0x225800[_0x599c41(0x67d)]&&_0x584bdc!==_0x599c41(0x421);_0x225800[_0x599c41(0x67d)]=!0x0,_0x45d32a&&(_0x199309==null||_0x199309(_0x584bdc),_0x288b3a['invalidate']({'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x599c41(0x5bc)],'reason':_0x599c41(0x186)})),_0x3226b2===_0x599c41(0x510)&&_0x584bdc!==_0x599c41(0x510)&&(_0xa5535e(_0x1c2e91==null?void 0x0:_0x1c2e91[_0x599c41(0x5bc)],_0x6fb204(_0x2027d3[_0x599c41(0x67d)],_0x10602c['current'],_0x53f00a['current'],_0x831d04[_0x599c41(0x67d)],_0x3d3f50['current'])),_0x2bf63a[_0x599c41(0x335)](_0x1c2e91==null?void 0x0:_0x1c2e91[_0x599c41(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x599c41(0x2dc)]),_0x475470==null||_0x475470());},[_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x288b3a,_0x199309,_0x475470,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x4cff0d=_0x423587;if(_0x10ccc3!==_0x4cff0d(0x510)||!(_0x1c2e91!=null&&_0x1c2e91['embedId'])||!_0x1c2e91[_0x4cff0d(0x2dc)])return;let _0x3b2d73=_0x1a821e[_0x4cff0d(0x686)](_0x1c2e91[_0x4cff0d(0x2dc)],_0x1c2e91[_0x4cff0d(0x5bc)]);_0x3b2d73!=null&&_0x3b2d73[_0x4cff0d(0x4c1)]&&_0x2530af[_0x4cff0d(0x133)]({'hostUnitId':_0x1c2e91[_0x4cff0d(0x2dc)],'embedId':_0x1c2e91[_0x4cff0d(0x5bc)],'childUnitId':_0x3b2d73[_0x4cff0d(0x4c1)]},'stage2');},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x1a821e,_0x2530af,_0x10ccc3]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x1ee1ae=_0x423587;let _0x2d6816=_0x2027d3[_0x1ee1ae(0x67d)],_0x461ddf=_0x10602c[_0x1ee1ae(0x67d)],_0x28378a=_0x53f00a[_0x1ee1ae(0x67d)],_0x160a19=_0x831d04[_0x1ee1ae(0x67d)],_0x259fce=_0x3d3f50[_0x1ee1ae(0x67d)];if(!_0x2d6816||!_0x461ddf||!_0x28378a||!_0x160a19||!_0x259fce)return;let _0x5bf9ea=_0x1c2e91!=null&&_0x1c2e91[_0x1ee1ae(0x2dc)]?_0x1a821e['getDescriptor'](_0x1c2e91['hostUnitId'],_0x1c2e91[_0x1ee1ae(0x5bc)]):void 0x0,_0x533262=_0x5bf9ea?_0x42c278(_0x5bf9ea):void 0x0;if(!_0x5bf9ea||!_0x533262||_0x473ca4===_0x1ee1ae(0x76e))return;let _0x1f0e51=!0x1,_0x9af7e3;return _0xd3b21e['materializeDescriptor']({'descriptor':_0x5bf9ea})[_0x1ee1ae(0x771)](_0x14d707=>{const _0x44e76e=_0x1ee1ae;var _0x53c41d;if(_0x1f0e51)return;let _0x418623=_0x53dfd8[_0x44e76e(0x201)](_0x14d707,_0x2d6816,{'content':_0x461ddf,'canvas':_0x28378a,'overlay':_0x160a19,'popup':_0x259fce});_0x9af7e3=_0x14d707[_0x44e76e(0x5bc)];let _0x3ef69e=_0x418623==null?void 0x0:_0x418623[_0x44e76e(0x533)];_0x160412[_0x44e76e(0x67d)]=_0x3ef69e;let _0xfff944=_0x1c2e91!=null&&_0x1c2e91[_0x44e76e(0x5bc)]?(_0x53c41d=_0x451b78[_0x44e76e(0x24f)](_0x1c2e91[_0x44e76e(0x5bc)]))==null?void 0x0:_0x53c41d[_0x44e76e(0x516)]:void 0x0;_0x3ef69e&&_0xfff944!=null&&_0x451b78[_0x44e76e(0x669)](_0x3ef69e,_0xfff944);})[_0x1ee1ae(0x442)](_0x292410=>{throw _0x292410;}),()=>{const _0x2d3244=_0x1ee1ae;var _0x5b6493;_0x1f0e51=!0x0,_0x9af7e3&&((_0x5b6493=_0x160412[_0x2d3244(0x67d)])==null?void 0x0:_0x5b6493[_0x2d3244(0x5bc)])===_0x9af7e3&&(_0x160412['current']=void 0x0),_0x53dfd8['unmount'](_0x5bf9ea[_0x2d3244(0x5bc)]);};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],_0x1a821e,_0x53dfd8,_0x1a073f,_0x451b78,_0xd3b21e,_0x473ca4]),(0x0,_0x4f18af['useEffect'])(()=>{const _0x1cbd6f=_0x423587;if(!(_0x1c2e91!=null&&_0x1c2e91[_0x1cbd6f(0x5bc)]))return;let _0x22e6c0=_0x1c2e91[_0x1cbd6f(0x5bc)],_0x5d59ab=[];[{'element':_0x2027d3[_0x1cbd6f(0x67d)],'role':_0x1cbd6f(0x4e9)},{'element':_0x10602c['current'],'role':_0x1cbd6f(0x4e9)},{'element':_0x53f00a[_0x1cbd6f(0x67d)],'role':_0x1cbd6f(0x4e9)}][_0x1cbd6f(0x362)](_0x18f521=>{const _0x260e06=_0x1cbd6f;let _0x5dc2df=_0x18f521[_0x260e06(0x725)];_0x5dc2df&&_0x5d59ab[_0x260e06(0x6f2)]({'element':_0x5dc2df,'role':_0x18f521[_0x260e06(0x550)]});}),_0x584bdc===_0x1cbd6f(0x510)&&[{'element':_0x47d33f[_0x1cbd6f(0x67d)],'role':_0x1cbd6f(0xff)},{'element':_0x831d04[_0x1cbd6f(0x67d)],'role':'floating-menu'},{'element':_0x3d3f50[_0x1cbd6f(0x67d)],'role':_0x1cbd6f(0x10a)}][_0x1cbd6f(0x362)](_0x6fb4f5=>{_0x6fb4f5['element']&&_0x5d59ab['push'](_0x6fb4f5);});let _0xf9f811=_0x5d59ab['flatMap'](({element:_0x5eb1a4,role:_0x45f64a})=>[_0x36fa7c[_0x1cbd6f(0x56f)](_0x22e6c0,_0x5eb1a4),_0x4c9aa4[_0x1cbd6f(0x245)]({'embedId':_0x22e6c0,'role':_0x45f64a,'element':_0x5eb1a4})]);return()=>_0xf9f811[_0x1cbd6f(0x362)](_0x51b52d=>_0x51b52d[_0x1cbd6f(0x60c)]());},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x4c9aa4,_0x36fa7c,_0x584bdc]),(0x0,_0x4f18af['useEffect'])(()=>{const _0x423622=_0x423587;var _0x17d821,_0x63f1fc,_0x3f19c5,_0x3f2413;if(!(_0x1c2e91!=null&&_0x1c2e91['embedId'])||_0x584bdc!==_0x423622(0x510))return;let _0x22861d=(_0x17d821=(_0x63f1fc=(_0x3f19c5=_0x143c36[_0x423622(0x67d)])==null?void 0x0:_0x3f19c5[_0x423622(0x18b)])==null?(_0x3f2413=_0x2027d3[_0x423622(0x67d)])==null?void 0x0:_0x3f2413[_0x423622(0x18b)]:_0x63f1fc)==null?typeof document>'u'?void 0x0:document:_0x17d821,_0x4180f9=_0x36fa7c[_0x423622(0x4d0)](_0x1c2e91['embedId'],_0x22861d);return()=>{const _0x4e8b98=_0x423622;_0x439d24[_0x4e8b98(0x67d)]!==_0x4e8b98(0x510)&&_0x36fa7c[_0x4e8b98(0x125)](_0x1c2e91['embedId'],_0x22861d),_0x4180f9['dispose']();};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x36fa7c,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x42e0f9=_0x423587;var _0x52c4cb,_0x4098f5,_0x2b3866,_0xc9687b;if(!(_0x1c2e91!=null&&_0x1c2e91['embedId'])||_0x584bdc!==_0x42e0f9(0x510))return;let _0x9634d=(_0x52c4cb=(_0x4098f5=(_0x2b3866=_0x143c36[_0x42e0f9(0x67d)])==null?void 0x0:_0x2b3866[_0x42e0f9(0x18b)])==null?(_0xc9687b=_0x2027d3['current'])==null?void 0x0:_0xc9687b[_0x42e0f9(0x18b)]:_0x4098f5)==null?typeof document>'u'?void 0x0:document:_0x52c4cb,_0x6b284e=_0x9634d==null?void 0x0:_0x9634d[_0x42e0f9(0x14a)](_0x42e0f9(0x707));if(!_0x6b284e)return;let _0x413e21=[_0x36fa7c[_0x42e0f9(0x56f)](_0x1c2e91[_0x42e0f9(0x5bc)],_0x6b284e),_0x4c9aa4['registerElement']({'embedId':_0x1c2e91[_0x42e0f9(0x5bc)],'role':_0x42e0f9(0xff),'element':_0x6b284e})];return()=>_0x413e21[_0x42e0f9(0x362)](_0x3a57de=>_0x3a57de[_0x42e0f9(0x60c)]());},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x4c9aa4,_0x36fa7c,_0x584bdc]),(0x0,_0x4f18af['useEffect'])(()=>{const _0x56af17=_0x423587;let _0x2a3710=_0x143c36[_0x56af17(0x67d)],_0x593a02=_0x2a3710==null?void 0x0:_0x2a3710[_0x56af17(0x14a)](_0x56af17(0x57f));if(!(_0x1c2e91!=null&&_0x1c2e91[_0x56af17(0x5bc)])||!_0x2a3710)return;let _0x1a9ca7=_0x1c2e91[_0x56af17(0x2dc)]?_0x1a821e[_0x56af17(0x686)](_0x1c2e91[_0x56af17(0x2dc)],_0x1c2e91[_0x56af17(0x5bc)]):void 0x0,_0x403801=_0x288b3a[_0x56af17(0x246)]({'embedId':_0x1c2e91[_0x56af17(0x5bc)],'childUnitId':_0x1a9ca7==null?void 0x0:_0x1a9ca7['childUnitId'],'root':_0x2a3710,'viewport':_0x593a02,'contentRoot':_0x10602c[_0x56af17(0x67d)]});return()=>_0x403801[_0x56af17(0x60c)]();},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],_0x1a821e,_0x288b3a]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x2f782f=_0x423587;if(!(_0x1c2e91!=null&&_0x1c2e91['embedId']))return;let _0x4a9078=_0x35588b[_0x2f782f(0x538)][_0x2f782f(0x26e)](_0x4f6975=>{const _0x261435=_0x2f782f;_0x4f6975['embedId']===_0x1c2e91[_0x261435(0x5bc)]&&(_0x2bf63a['clearFloating'](_0x1c2e91[_0x261435(0x5bc)],_0x1c2e91[_0x261435(0x2dc)]),_0x53dfd8['unmount'](_0x1c2e91[_0x261435(0x5bc)]),_0x19a3f8[_0x261435(0x67d)]!=null&&(window[_0x261435(0x1a8)](_0x19a3f8[_0x261435(0x67d)]),_0x19a3f8[_0x261435(0x67d)]=void 0x0),_0x574b74['current']!=null&&globalThis[_0x261435(0x3b0)](_0x574b74[_0x261435(0x67d)]),_0x574b74[_0x261435(0x67d)]=globalThis['setTimeout'](()=>{const _0x3a0998=_0x261435;_0x574b74[_0x3a0998(0x67d)]=void 0x0,_0x19a3f8[_0x3a0998(0x67d)]=window['requestAnimationFrame'](()=>{const _0x5f58a9=_0x3a0998;_0x19a3f8[_0x5f58a9(0x67d)]=void 0x0,_0x286f4d(_0x22f6dc=>_0x22f6dc+0x1);});},0x0));});return()=>{const _0x43f616=_0x2f782f;_0x4a9078[_0x43f616(0x297)](),_0x574b74[_0x43f616(0x67d)]!=null&&(globalThis['clearTimeout'](_0x574b74[_0x43f616(0x67d)]),_0x574b74[_0x43f616(0x67d)]=void 0x0),_0x19a3f8['current']!=null&&(window['cancelAnimationFrame'](_0x19a3f8[_0x43f616(0x67d)]),_0x19a3f8['current']=void 0x0);};},[_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x35588b,_0x53dfd8]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x31d814=_0x423587;let _0x3ab5a2=_0x143c36[_0x31d814(0x67d)],_0xb1a603=_0x47d33f[_0x31d814(0x67d)];if(!_0x3ab5a2||!_0xb1a603||typeof document>'u')return;if(_0x36da43===!0x0&&_0x584bdc===_0x31d814(0x421))return _0xb1a603['style'][_0x31d814(0x112)]=_0x31d814(0x699),_0xb1a603[_0x31d814(0x5d3)]['pointerEvents']=_0x31d814(0x35e),()=>{const _0x46cf96=_0x31d814;_0xb1a603[_0x46cf96(0x5d3)][_0x46cf96(0x56d)](_0x46cf96(0x112)),_0xb1a603[_0x46cf96(0x5d3)][_0x46cf96(0x56d)](_0x46cf96(0x3b9));};let _0x66e2d7=_0xb1a603[_0x31d814(0x6d4)],_0x10e740=_0xb1a603['nextSibling'],_0x5ac35e,_0x17662f,_0x28f665=0x0,_0x4065b0,_0x32c24d,_0x1498de,_0x257f32,_0x6a7bfb,_0x42c422,_0x44882a,_0x575f28=()=>{const _0x1242f1=_0x31d814;let _0x2f75f6=_0xcec73a(_0x3ab5a2),_0x16a9d6=_0x45d166(_0x3ab5a2),_0x45c89c=_0x3ab5a2[_0x1242f1(0x6b7)](),_0x5b9ec8=!_0x4714f4(_0x3ab5a2)&&_0x44882a!=null&&_0x4065b0===_0x16a9d6[_0x1242f1(0x41d)]&&_0x1498de===_0x16a9d6[_0x1242f1(0x5df)]&&_0x257f32===_0x16a9d6[_0x1242f1(0x2c7)];!_0x4714f4(_0x3ab5a2)&&_0x44882a!=null&&!_0x5b9ec8&&(_0x44882a=void 0x0);let _0x4834cd=_0x5b9ec8?new DOMRect(_0x16a9d6[_0x1242f1(0x41d)],_0x44882a,_0x16a9d6[_0x1242f1(0x5df)],_0x16a9d6[_0x1242f1(0x2c7)]):_0x16a9d6,_0x49f12b=!_0x2f75f6||_0x4834cd[_0x1242f1(0x2c7)]>=_0x86a3d6,_0x2acaf8=_0x4834cd[_0x1242f1(0x2c7)]>=_0xc2e7de;_0x4d567e(_0x3ab5a2,_0xb1a603,_0x49f12b,_0x584bdc),_0x24bfcc(_0x3ab5a2,_0xb1a603,_0x2acaf8,_0x584bdc),_0x2f75f6?_0x24f926(_0xb1a603,_0x4834cd,_0x45c89c):_0x322ab4(_0xb1a603),_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x112)]=_0x49f12b?'':_0x1242f1(0x699),_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x383)]=_0x49f12b&&_0x584bdc!==_0x1242f1(0x421)?'':_0x1242f1(0x35e),(_0x4834cd[_0x1242f1(0x41d)]!==_0x4065b0||_0x4834cd[_0x1242f1(0x4bc)]!==_0x32c24d||_0x4834cd[_0x1242f1(0x5df)]!==_0x1498de||_0x4834cd[_0x1242f1(0x2c7)]!==_0x257f32||_0x49f12b!==_0x6a7bfb||_0x2acaf8!==_0x42c422)&&(_0x4065b0=_0x4834cd[_0x1242f1(0x41d)],_0x32c24d=_0x4834cd[_0x1242f1(0x4bc)],_0x1498de=_0x4834cd[_0x1242f1(0x5df)],_0x257f32=_0x4834cd['height'],_0x6a7bfb=_0x49f12b,_0x42c422=_0x2acaf8,_0x5083eb[_0x1242f1(0x3d4)](_0x3ab5a2,{'left':_0x4834cd[_0x1242f1(0x41d)],'top':_0x4834cd['top'],'width':_0x4834cd[_0x1242f1(0x5df)],'height':_0x4834cd[_0x1242f1(0x2c7)]}),_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x41d)]=_0x4834cd[_0x1242f1(0x41d)]+'px',_0xb1a603['style']['top']=_0x4834cd[_0x1242f1(0x4bc)]+'px',_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x5df)]=_0x4834cd['width']+'px',_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x2c7)]=_0x4834cd[_0x1242f1(0x2c7)]+'px');},_0x31a4d8=()=>{const _0xd3ee07=_0x31d814;_0x575f28(),_0x5ac35e=window[_0xd3ee07(0x668)](_0x31a4d8);},_0x23ff6f=()=>{_0x17662f=void 0x0,_0x575f28(),!(_0x28f665<=0x0)&&(--_0x28f665,_0x17662f=window['requestAnimationFrame'](_0x23ff6f));},_0x409ddc=_0x33ca70=>{const _0x127829=_0x31d814;!_0x4714f4(_0x3ab5a2)&&_0x551447(_0x33ca70)&&_0x32c24d!=null&&(_0x44882a=_0x32c24d),_0x843f2e(_0x3ab5a2,_0x33ca70,{'left':_0x4065b0,'top':_0x32c24d,'width':_0x1498de,'height':_0x257f32})&&(_0x288b3a[_0x127829(0x360)]({'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],'reason':_0x127829(0x729)}),_0x28f665=Math[_0x127829(0x1d4)](_0x28f665,0x3),_0x17662f==null&&(_0x17662f=window['requestAnimationFrame'](_0x23ff6f)));},_0xe8e2e1=()=>{const _0x54ede2=_0x31d814;_0x44882a=void 0x0,_0x288b3a['invalidate']({'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x54ede2(0x5bc)],'reason':_0x54ede2(0x511)}),_0x28f665=Math[_0x54ede2(0x1d4)](_0x28f665,0x2),_0x17662f==null&&(_0x17662f=window[_0x54ede2(0x668)](_0x23ff6f));};_0x575f28(),document[_0x31d814(0x627)][_0x31d814(0x6e1)](_0xb1a603);let _0x33bc57=()=>{_0x44882a=void 0x0;},_0x252511=new ResizeObserver(_0x575f28);_0x252511[_0x31d814(0x53c)](_0x3ab5a2);let _0x11a6e0=_0x399130==null?void 0x0:_0x399130[_0x31d814(0x26e)](_0xe8e2e1);return window[_0x31d814(0x607)](_0x31d814(0x3a8),_0x33bc57,!0x0),window[_0x31d814(0x607)](_0x31d814(0x2b2),_0x409ddc,!0x0),window[_0x31d814(0x607)](_0x31d814(0x729),_0x409ddc,!0x0),window['addEventListener']('resize',_0x409ddc),(_0x584bdc!==_0x31d814(0x421)||_0x4714f4(_0x3ab5a2))&&(_0x5ac35e=window[_0x31d814(0x668)](_0x31a4d8)),()=>{const _0x358d9d=_0x31d814;_0x5ac35e!=null&&window['cancelAnimationFrame'](_0x5ac35e),_0x17662f!=null&&window[_0x358d9d(0x1a8)](_0x17662f),_0x11a6e0==null||_0x11a6e0[_0x358d9d(0x297)](),_0x252511[_0x358d9d(0x1ed)](),window['removeEventListener'](_0x358d9d(0x3a8),_0x33bc57,!0x0),window[_0x358d9d(0x5cf)](_0x358d9d(0x2b2),_0x409ddc,!0x0),window[_0x358d9d(0x5cf)](_0x358d9d(0x729),_0x409ddc,!0x0),window[_0x358d9d(0x5cf)]('resize',_0x409ddc),_0x5083eb[_0x358d9d(0x2cd)](_0x3ab5a2),_0x2e9a0e(_0xb1a603),_0x4d567e(_0x3ab5a2,_0xb1a603,!0x0,'stage2'),_0x24bfcc(_0x3ab5a2,_0xb1a603,!0x0,_0x358d9d(0x510)),_0x66e2d7!=null&&_0x66e2d7[_0x358d9d(0x2a8)]?_0x66e2d7[_0x358d9d(0x21d)](_0xb1a603,_0x10e740):_0xb1a603[_0x358d9d(0x2f4)]();};},[_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x36da43,_0x288b3a,_0x399130,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x40c0e0=_0x423587;if(!(_0x1c2e91!=null&&_0x1c2e91[_0x40c0e0(0x5bc)])||typeof document>'u')return;let _0x373f6e=_0x1d9dc5=>{const _0x2becdf=_0x40c0e0;var _0xc13e08;let _0x415f58=_0x143c36[_0x2becdf(0x67d)],_0x5dcff9=_0x47d33f[_0x2becdf(0x67d)],_0x2da290=_0x1d9dc5[_0x2becdf(0x6a7)],_0x39fb65=(_0xc13e08=_0x4b6bc8==null?void 0x0:_0x4b6bc8(_0x1d9dc5))!=null&&_0xc13e08;if(_0x2530af[_0x2becdf(0x6ac)](_0x1c2e91['embedId'])===_0x2becdf(0x421))return;_0x39fb65&&(_0x16c554['current']=Date[_0x2becdf(0x765)]()+0x28a);let _0x2dc85f=_0x4c9aa4[_0x2becdf(0x49e)](_0x1c2e91[_0x2becdf(0x5bc)],_0x2da290,_0x1d9dc5)||_0x36fa7c[_0x2becdf(0x1e8)](_0x1c2e91[_0x2becdf(0x5bc)],_0x2da290,_0x1d9dc5);_0x2dc85f&&(_0x3067fc[_0x2becdf(0x67d)]=Date[_0x2becdf(0x765)]()+0x28a),!(!_0x415f58||!_0x2da290||_0x415f58[_0x2becdf(0x1e8)](_0x2da290)||_0x5dcff9!=null&&_0x5dcff9[_0x2becdf(0x1e8)](_0x2da290)||_0x2da290[_0x2becdf(0x46f)](_0x157e44)||_0x2dc85f||_0x39fb65||_0x451851(_0x415f58,_0x1d9dc5))&&_0x2bf63a[_0x2becdf(0x335)](_0x1c2e91[_0x2becdf(0x5bc)],_0x1c2e91[_0x2becdf(0x2dc)]);},_0x146329=_0x364bf0=>{const _0x4aec20=_0x40c0e0;var _0x434fff;let _0xd0d86f=_0x143c36['current'],_0x3d4254=_0x47d33f[_0x4aec20(0x67d)],_0x4e42fa=_0x364bf0[_0x4aec20(0x6a7)],_0x30f214=(_0x434fff=_0xd0d86f==null?void 0x0:_0xd0d86f['ownerDocument'])==null?_0x4e42fa==null?void 0x0:_0x4e42fa[_0x4aec20(0x18b)]:_0x434fff,_0x2d5762=_0x4c9aa4[_0x4aec20(0x4b2)](_0x1c2e91[_0x4aec20(0x5bc)],{'ignoreOwners':_0x4eaad1}),_0xdfa96a=_0x1fa08d({'now':Date[_0x4aec20(0x765)](),'ownedPointerInteractionUntil':_0x3067fc[_0x4aec20(0x67d)]});_0x2530af[_0x4aec20(0x6ac)](_0x1c2e91[_0x4aec20(0x5bc)])!=='inactive'&&(!_0xd0d86f||!_0x4e42fa||_0x2d5762||_0xdfa96a||Date[_0x4aec20(0x765)]()<_0x16c554[_0x4aec20(0x67d)]||_0x36fa7c[_0x4aec20(0x2e3)](_0x1c2e91[_0x4aec20(0x5bc)],_0x30f214)||!_0x378846(_0x4e42fa)||_0xd0d86f[_0x4aec20(0x1e8)](_0x4e42fa)||_0x3d4254!=null&&_0x3d4254[_0x4aec20(0x1e8)](_0x4e42fa)||_0x4e42fa[_0x4aec20(0x46f)](_0x157e44)||_0x4c9aa4[_0x4aec20(0x49e)](_0x1c2e91[_0x4aec20(0x5bc)],_0x4e42fa,_0x364bf0)||_0x36fa7c[_0x4aec20(0x1e8)](_0x1c2e91[_0x4aec20(0x5bc)],_0x4e42fa,_0x364bf0)||_0x2bf63a[_0x4aec20(0x335)](_0x1c2e91[_0x4aec20(0x5bc)],_0x1c2e91[_0x4aec20(0x2dc)]));};return document[_0x40c0e0(0x607)]('pointerdown',_0x373f6e,!0x0),document['addEventListener'](_0x40c0e0(0x640),_0x146329,!0x0),()=>{const _0x2f67bb=_0x40c0e0;document[_0x2f67bb(0x5cf)](_0x2f67bb(0x3a8),_0x373f6e,!0x0),document[_0x2f67bb(0x5cf)](_0x2f67bb(0x640),_0x146329,!0x0);};},[_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x4c9aa4,_0x36fa7c,_0x4b6bc8]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x5d6667=_0x423587;var _0x309551;_0x584bdc!==_0x5d6667(0x510)&&((_0x309551=_0x2256f4[_0x5d6667(0x67d)])==null||_0x309551['dispose'](),_0x2256f4['current']=void 0x0,_0xa5535e(_0x1c2e91==null?void 0x0:_0x1c2e91[_0x5d6667(0x5bc)],_0x6fb204(_0x2027d3[_0x5d6667(0x67d)],_0x10602c[_0x5d6667(0x67d)],_0x53f00a['current'],_0x831d04[_0x5d6667(0x67d)],_0x3d3f50[_0x5d6667(0x67d)])));},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x50d7ed=_0x423587;let _0x3c155f=_0x498b67[_0x50d7ed(0x67d)];if(!_0x3c155f||!(_0x1c2e91!=null&&_0x1c2e91[_0x50d7ed(0x5bc)])||!_0x1c2e91[_0x50d7ed(0x2dc)])return;let _0x45c172=()=>{const _0x23eed8=_0x50d7ed;_0x2c81ed[_0x23eed8(0x67d)]=void 0x0;},_0x49d01b=_0x2d89d7=>{const _0x50703f=_0x50d7ed;var _0x270aa5;let _0x586c37=_0x1a821e[_0x50703f(0x686)](_0x1c2e91[_0x50703f(0x2dc)],_0x1c2e91[_0x50703f(0x5bc)]);if(!(_0x586c37!=null&&_0x586c37[_0x50703f(0x4c1)]))return;let _0x346535=_0x2d89d7[_0x50703f(0x6a7)];_0x346535!=null&&_0x346535[_0x50703f(0x46f)](_0x157e44)||_0x2530af[_0x50703f(0x6ac)](_0x1c2e91[_0x50703f(0x5bc)])!==_0x50703f(0x510)&&(_0x2c81ed[_0x50703f(0x67d)]={'pointerId':_0x2d89d7[_0x50703f(0x602)],'startX':_0x2d89d7[_0x50703f(0x100)],'startY':_0x2d89d7[_0x50703f(0x573)],'button':(_0x270aa5=_0x2d89d7[_0x50703f(0x2d6)])==null?0x0:_0x270aa5,'startedAt':Date[_0x50703f(0x765)](),'moved':!0x1,'dragStarted':!0x1});},_0x4efb42=_0x493547=>{const _0x2d6abc=_0x50d7ed;let _0x100a46=_0x2c81ed[_0x2d6abc(0x67d)];if(!(!_0x100a46||_0x100a46[_0x2d6abc(0x602)]!==_0x493547[_0x2d6abc(0x602)])&&Math[_0x2d6abc(0x3f7)](_0x493547[_0x2d6abc(0x100)]-_0x100a46[_0x2d6abc(0x54d)],_0x493547[_0x2d6abc(0x573)]-_0x100a46[_0x2d6abc(0x55a)])>0x4){_0x100a46[_0x2d6abc(0x31b)]=!0x0;let _0x35af7a=_0x4ab848({'stage':_0x2530af[_0x2d6abc(0x6ac)](_0x1c2e91[_0x2d6abc(0x5bc)]),'interactionFlow':_0x41215a});_0x3151ff&&!_0x100a46[_0x2d6abc(0x16b)]&&_0x35af7a['allowHostBodyDrag']&&(_0x100a46[_0x2d6abc(0x16b)]=!0x0,document[_0x2d6abc(0x6dc)](new CustomEvent(_0x21e2a4,{'detail':{'embedId':_0x1c2e91[_0x2d6abc(0x5bc)],'hostUnitId':_0x1c2e91[_0x2d6abc(0x2dc)],'hostAnchorId':_0x1c2e91['hostAnchorId'],'pointerId':_0x100a46[_0x2d6abc(0x602)],'clientX':_0x100a46[_0x2d6abc(0x54d)],'clientY':_0x100a46[_0x2d6abc(0x55a)],'button':_0x100a46[_0x2d6abc(0x2d6)]}})));}},_0x3cbfdb=_0x20b95e=>{const _0x28a440=_0x50d7ed;let _0x4b7977=_0x2c81ed[_0x28a440(0x67d)];if(_0x2c81ed[_0x28a440(0x67d)]=void 0x0,!_0x4b7977||_0x4b7977['pointerId']!==_0x20b95e[_0x28a440(0x602)]||_0x4b7977['moved']||Date[_0x28a440(0x765)]()-_0x4b7977[_0x28a440(0x69f)]>0x1f4)return;let _0x3c66e1=_0x1a821e[_0x28a440(0x686)](_0x1c2e91[_0x28a440(0x2dc)],_0x1c2e91['embedId']);if(!(_0x3c66e1!=null&&_0x3c66e1[_0x28a440(0x4c1)]))return;let _0x1c2d58=_0x2530af[_0x28a440(0x6ac)](_0x1c2e91[_0x28a440(0x5bc)]);if(_0x1c2d58!=='stage2'){if(_0x1c2d58===_0x28a440(0x49a)){_0x2bf63a[_0x28a440(0x5a1)](_0x3c66e1,_0x28a440(0x510),{'portalContainer':_0x3d3f50['current']});return;}if(_0x41215a===_0x28a440(0x546)){_0x36feca(),_0x2bf63a[_0x28a440(0x5a1)](_0x3c66e1,_0x28a440(0x510),{'portalContainer':_0x3d3f50[_0x28a440(0x67d)]}),_0x118022();return;}_0x2bf63a['activateFloating'](_0x3c66e1,_0x28a440(0x49a));}};return _0x3c155f['addEventListener'](_0x50d7ed(0x3a8),_0x49d01b,!0x0),_0x3c155f[_0x50d7ed(0x607)]('pointermove',_0x4efb42,!0x0),_0x3c155f['addEventListener'](_0x50d7ed(0x547),_0x3cbfdb,!0x0),_0x3c155f['addEventListener']('pointercancel',_0x45c172,!0x0),()=>{const _0x5f2ed2=_0x50d7ed;_0x3c155f[_0x5f2ed2(0x5cf)](_0x5f2ed2(0x3a8),_0x49d01b,!0x0),_0x3c155f[_0x5f2ed2(0x5cf)](_0x5f2ed2(0x427),_0x4efb42,!0x0),_0x3c155f[_0x5f2ed2(0x5cf)](_0x5f2ed2(0x547),_0x3cbfdb,!0x0),_0x3c155f[_0x5f2ed2(0x5cf)](_0x5f2ed2(0x784),_0x45c172,!0x0);};},[_0x36feca,_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x333)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x1a821e,_0x2530af,_0x41215a,_0x3151ff,_0x118022]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x2c7fa1=_0x423587;let _0x16b127=_0x143c36[_0x2c7fa1(0x67d)];if(!_0x16b127||!_0x4322d3)return;let _0x42aa5b=_0x4322d3(_0x16b127);if(!_0x42aa5b)return;let _0xb6da9f=_0x44b463['register'](_0x42aa5b);return()=>_0xb6da9f[_0x2c7fa1(0x60c)]();},[_0x44b463,_0x4322d3]),(0x0,_0x4f18af['useEffect'])(()=>{const _0x5b5d28=_0x423587;let _0x39d05f=_0x143c36[_0x5b5d28(0x67d)],_0x4cbca9=_0x498b67[_0x5b5d28(0x67d)],_0x2ac5ac=_0x2027d3[_0x5b5d28(0x67d)];if(!_0x39d05f||!_0x4cbca9||!_0x2ac5ac)return;let _0x43dc54=_0x29ff1f=>{const _0x4412b6=_0x5b5d28;if(_0x3aea10(_0x29ff1f))return;if(_0x4322d3&&_0x44b463['isHostGesture'](_0x29ff1f)){let _0x1d7fed=_0x160412[_0x4412b6(0x67d)];if(_0x1d7fed&&(_0x5e0595==null?void 0x0:_0x5e0595(_0x29ff1f,_0x1d7fed))===!0x0||_0x3dacdc(_0x39d05f,_0x29ff1f)){_0x607083(_0x288b3a,_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x4412b6(0x511),_0x5f183d),_0x29ff1f[_0x4412b6(0x582)](),_0x29ff1f[_0x4412b6(0x6ed)](),_0x29ff1f[_0x4412b6(0x65c)]();return;}}if(_0x29ff1f[_0x4412b6(0xfe)]||_0x29ff1f[_0x4412b6(0x170)])return;let _0x5bbc67=_0x1c2e91!=null&&_0x1c2e91['embedId']?_0x2530af[_0x4412b6(0x6ac)](_0x1c2e91['embedId']):_0x4412b6(0x421);if(_0x5bbc67===_0x4412b6(0x510))return;let _0x25ec55=_0x160412[_0x4412b6(0x67d)],_0x43806c=_0x25ec55?_0x581546['get'](_0x25ec55['childType'],_0x25ec55[_0x4412b6(0x767)]):void 0x0,_0x587e47=_0x25ec55?{..._0x25ec55,'event':_0x29ff1f,'stage':_0x5bbc67,'viewportScrollY':_0x228533?_0xaeb920[_0x4412b6(0x67d)]:void 0x0}:void 0x0;if(_0x25ec55&&_0xcdb45f(_0x25ec55,_0x29ff1f,_0x228533)&&((_0x5e0595==null?void 0x0:_0x5e0595(_0x29ff1f,_0x25ec55))===!0x0||_0x3dacdc(_0x39d05f,_0x29ff1f))){_0x607083(_0x288b3a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x4412b6(0x5bc)],_0x4412b6(0x511),_0x5f183d),_0x29ff1f[_0x4412b6(0x582)](),_0x29ff1f[_0x4412b6(0x6ed)](),_0x29ff1f[_0x4412b6(0x65c)]();return;}let _0x447b5c=_0x587e47?_0x68c5be[_0x4412b6(0x543)](_0x587e47):!0x1,_0x24aad5=!_0x447b5c&&_0x262e71(_0x39d05f,_0x29ff1f),_0x3f0a34=_0x24aad5&&_0x463aeb(_0x29ff1f)>0x0?_0x258db1(_0x29ff1f,_0x2ac5ac):!0x1,_0x2f8f7f=_0x3f0a34||_0x24aad5?!0x1:(_0x43806c==null?void 0x0:_0x43806c[_0x4412b6(0x543)](_0x587e47))===!0x0;if(!_0x447b5c&&!_0x2f8f7f&&!_0x3f0a34&&!_0x24aad5&&_0x43806c&&_0x25ec55&&_0x4a861b(_0x29ff1f)&&(_0x5e0595==null?void 0x0:_0x5e0595(_0x29ff1f,_0x25ec55))===!0x0){_0x607083(_0x288b3a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x4412b6(0x5bc)],'host-scroll',_0x5f183d),_0x29ff1f[_0x4412b6(0x582)](),_0x29ff1f[_0x4412b6(0x6ed)](),_0x29ff1f['stopImmediatePropagation']();return;}let _0x47eea2=_0x2f8f7f||_0x3f0a34||!_0x24aad5?!0x1:_0x258db1(_0x29ff1f,_0x2ac5ac),_0x5a2303=_0x2f8f7f||_0x3f0a34||_0x24aad5&&_0x47eea2?!0x1:_0x8e0d2d(_0x29ff1f,_0x2ac5ac),_0x20868b=_0x3f0a34||_0x47eea2||(_0x2f8f7f||_0x24aad5||_0x5a2303?!0x1:_0x1e951c(_0x29ff1f,_0x2ac5ac));(_0x447b5c||_0x2f8f7f||_0x3f0a34||_0x47eea2||_0x5a2303||_0x20868b)&&(_0x29ff1f[_0x4412b6(0x582)](),_0x29ff1f[_0x4412b6(0x6ed)]());};return _0x4cbca9[_0x5b5d28(0x607)](_0x5b5d28(0x729),_0x43dc54,{'passive':!0x1}),_0x2ac5ac[_0x5b5d28(0x607)](_0x5b5d28(0x729),_0x43dc54,{'capture':!0x0,'passive':!0x1}),()=>{const _0x3aee9c=_0x5b5d28;_0x4cbca9['removeEventListener'](_0x3aee9c(0x729),_0x43dc54),_0x2ac5ac[_0x3aee9c(0x5cf)]('wheel',_0x43dc54,{'capture':!0x0});};},[_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x2530af,_0x288b3a,_0x44b463,_0x5e0595,_0x581546,_0x68c5be,_0x4322d3,_0x228533]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x2823a7=_0x423587;let _0x100e19=_0x143c36[_0x2823a7(0x67d)],_0x36f680=_0x2027d3[_0x2823a7(0x67d)];if(!_0x100e19||!_0x36f680)return;let _0x5c524f=_0x8c36c9=>{const _0x1b7657=_0x2823a7;_0x607083(_0x288b3a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x1b7657(0x5bc)],_0x8c36c9,_0x5f183d);},_0x35ba99=_0x31e14e=>{const _0x407752=_0x2823a7;if((_0x1c2e91!=null&&_0x1c2e91['embedId']?_0x2530af[_0x407752(0x6ac)](_0x1c2e91['embedId']):_0x407752(0x421))!==_0x407752(0x510))return;let _0x4bbc7d=_0x160412['current'];!_0x4bbc7d||!_0xcdb45f(_0x4bbc7d,_0x31e14e,_0x228533)||_0x1a2b7b(_0x31e14e)||(_0xbe7b40(_0x31e14e),((_0x5e0595==null?void 0x0:_0x5e0595(_0x31e14e,_0x4bbc7d))===!0x0||_0x3dacdc(_0x100e19,_0x31e14e))&&(_0x5c524f(_0x407752(0x511)),_0x31e14e[_0x407752(0x582)](),_0x31e14e[_0x407752(0x6ed)](),_0x31e14e[_0x407752(0x65c)]()));},_0x260c91=()=>{const _0x4ce658=_0x2823a7;_0x5c524f(_0x4ce658(0xd3));};return _0x100e19[_0x2823a7(0x607)](_0x2823a7(0x729),_0x35ba99,{'capture':!0x0,'passive':!0x1}),_0x36f680[_0x2823a7(0x607)]('wheel',_0x35ba99,{'capture':!0x0,'passive':!0x1}),_0x36f680[_0x2823a7(0x607)]('scroll',_0x260c91,!0x0),()=>{const _0x384b7e=_0x2823a7;_0x100e19['removeEventListener'](_0x384b7e(0x729),_0x35ba99,{'capture':!0x0}),_0x36f680[_0x384b7e(0x5cf)]('wheel',_0x35ba99,{'capture':!0x0}),_0x36f680[_0x384b7e(0x5cf)]('scroll',_0x260c91,!0x0);};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x2530af,_0x288b3a,_0x5e0595,_0x228533]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>()=>{const _0x3b51ab=_0x423587;_0x5f183d[_0x3b51ab(0x67d)][_0x3b51ab(0x362)](_0x20d365=>window['cancelAnimationFrame'](_0x20d365)),_0x5f183d[_0x3b51ab(0x67d)]=[];},[]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x63289d=_0x423587;let _0x19aa1e=_0x2027d3[_0x63289d(0x67d)];if(!_0x19aa1e)return;let _0x448c27=()=>{const _0x2f3111=_0x63289d;let _0x5a7435=_0x19aa1e[_0x2f3111(0x18b)][_0x2f3111(0xfc)];return _0x5a7435?_0x6fb204(_0x2027d3['current'],_0x10602c[_0x2f3111(0x67d)],_0x53f00a[_0x2f3111(0x67d)],_0x831d04['current'],_0x3d3f50[_0x2f3111(0x67d)])[_0x2f3111(0x48c)](_0x2b4c11=>_0x2b4c11[_0x2f3111(0x1e8)](_0x5a7435)):!0x1;},_0x279ae4=(_0x299850,_0x145f69=!0x1,_0x25162c=!0x1)=>{const _0x3b1b24=_0x63289d;_0x1c2e91!=null&&_0x1c2e91[_0x3b1b24(0x5bc)]&&_0x2530af[_0x3b1b24(0x6ac)](_0x1c2e91[_0x3b1b24(0x5bc)])!==_0x3b1b24(0x510)||_0xc6e377(_0x1c2e91==null?void 0x0:_0x1c2e91['childType'],_0x25162c)&&(_0x4c9aa4[_0x3b1b24(0x4b2)](_0x1c2e91==null?void 0x0:_0x1c2e91[_0x3b1b24(0x5bc)],{'ignoreOwners':_0x4eaad1})||!_0x145f69&&_0x448c27()||(_0x299850[_0x3b1b24(0x39b)]('tabindex')||(_0x299850[_0x3b1b24(0x1c4)]=-0x1),_0x299850[_0x3b1b24(0x2ac)]({'preventScroll':!0x0})));},_0x66f529=_0x449eed=>{const _0x4fac81=_0x63289d;let _0x453553=_0x1c2e91!=null&&_0x1c2e91[_0x4fac81(0x5bc)]?_0x2530af[_0x4fac81(0x6ac)](_0x1c2e91['embedId']):_0x4fac81(0x421);if(_0x1c2e91!=null&&_0x1c2e91[_0x4fac81(0x5bc)]&&_0x453553!=='stage2'){if(_0x41215a!==_0x4fac81(0x546)||!_0x1c2e91[_0x4fac81(0x2dc)])return;let _0x193da3=_0x1a821e['getDescriptor'](_0x1c2e91[_0x4fac81(0x2dc)],_0x1c2e91[_0x4fac81(0x5bc)]);if(!(_0x193da3!=null&&_0x193da3['childUnitId']))return;_0x36feca(),_0x2bf63a[_0x4fac81(0x5a1)](_0x193da3,_0x4fac81(0x510),{'portalContainer':_0x3d3f50['current']}),_0x118022();}if(_0x2f5a63(_0x449eed[_0x4fac81(0x6a7)])||_0x4c9aa4[_0x4fac81(0x4b2)](_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],{'ignoreOwners':_0x4eaad1}))return;if(_0x1c2e91!=null&&_0x1c2e91[_0x4fac81(0x2dc)]&&_0x1c2e91[_0x4fac81(0x5bc)]){let _0x389807=_0x1a821e['getDescriptor'](_0x1c2e91[_0x4fac81(0x2dc)],_0x1c2e91['embedId']);(_0x389807==null?void 0x0:_0x389807[_0x4fac81(0x4c1)])!=null&&_0x389807['childType']!=null&&_0x2bf63a[_0x4fac81(0x272)](_0x389807);}let _0xdad23d=_0x63cedd(_0x6fb204(_0x53f00a[_0x4fac81(0x67d)],_0x10602c['current'],_0x831d04['current'],_0x3d3f50[_0x4fac81(0x67d)],_0x2027d3[_0x4fac81(0x67d)]),_0x449eed[_0x4fac81(0x6a7)]);_0xdad23d&&_0x279ae4(_0xdad23d,!0x0,_0x449eed[_0x4fac81(0x6a7)]===_0xdad23d);};return _0x19aa1e[_0x63289d(0x607)](_0x63289d(0x3a8),_0x66f529,!0x0),()=>_0x19aa1e['removeEventListener'](_0x63289d(0x3a8),_0x66f529,!0x0);},[_0x36feca,_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x1a821e,_0x2530af,_0x4c9aa4,_0x41215a,_0x118022]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x149fdd=_0x423587;let _0x942e64=_0x2027d3[_0x149fdd(0x67d)],_0x2ac19f=_0x942e64==null?void 0x0:_0x942e64['ownerDocument'];if(!_0x942e64||!_0x2ac19f||!(_0x1c2e91!=null&&_0x1c2e91[_0x149fdd(0x5bc)]))return;let _0x4656e4,_0x58c715=()=>{_0x4656e4!=null&&(globalThis['clearTimeout'](_0x4656e4),_0x4656e4=void 0x0);},_0x50cfb5=()=>{const _0x4726a4=_0x149fdd;var _0x57d730;_0x58c715(),(_0x57d730=_0x2256f4['current'])==null||_0x57d730['dispose'](),_0x2256f4[_0x4726a4(0x67d)]=void 0x0;},_0x372044=()=>{const _0x1a0e25=_0x149fdd;_0x58c715(),_0x4656e4=globalThis[_0x1a0e25(0x1cb)](()=>{const _0x168975=_0x1a0e25;var _0x2d4325;_0x4656e4=void 0x0,(_0x2d4325=_0x2256f4[_0x168975(0x67d)])==null||_0x2d4325['dispose'](),_0x2256f4['current']=void 0x0;},0x28a);},_0x5cd44d=()=>{const _0x3d7f76=_0x149fdd;_0x2530af[_0x3d7f76(0x6ac)](_0x1c2e91[_0x3d7f76(0x5bc)])===_0x3d7f76(0x510)&&(_0x50cfb5(),_0x2256f4[_0x3d7f76(0x67d)]=_0x4c9aa4[_0x3d7f76(0x311)]({'embedId':_0x1c2e91['embedId'],'role':_0x3d7f76(0x222),'owner':_0x3d7f76(0x3cf),'hostUnitId':_0x1c2e91['hostUnitId'],'childUnitId':_0x1c2e91[_0x3d7f76(0x4c1)],'childType':_0x1c2e91[_0x3d7f76(0x559)]}));},_0x4456c0=_0x310512=>{const _0x855c75=_0x149fdd;var _0x56236f;if(_0x2530af[_0x855c75(0x6ac)](_0x1c2e91['embedId'])!==_0x855c75(0x510))return;let _0x413af2=_0x310512[_0x855c75(0x6a7)],_0x4d21f7=_0x4c9aa4[_0x855c75(0x49e)](_0x1c2e91['embedId'],_0x413af2,_0x310512)||_0x36fa7c[_0x855c75(0x1e8)](_0x1c2e91[_0x855c75(0x5bc)],_0x413af2,_0x310512);if(!_0x11190e({'stage':_0x2530af[_0x855c75(0x6ac)](_0x1c2e91['embedId']),'target':_0x413af2,'liveRoot':_0x942e64,'isOwnedChildInteraction':_0x4d21f7}))return;_0x3067fc[_0x855c75(0x67d)]=Date[_0x855c75(0x765)]()+0x28a,_0x50cfb5();let _0x181343=(_0x56236f=_0x5a476a(_0x413af2))==null?_0x855c75(0x222):_0x56236f;_0x2256f4[_0x855c75(0x67d)]=_0x4c9aa4['acquireLease']({'embedId':_0x1c2e91[_0x855c75(0x5bc)],'role':_0x181343==='runtime'||_0x181343===_0x855c75(0x708)||_0x181343===_0x855c75(0xff)?_0x855c75(0x222):_0x181343,'owner':'runtime-pointer','hostUnitId':_0x1c2e91['hostUnitId'],'childUnitId':_0x1c2e91['childUnitId'],'childType':_0x1c2e91['childType']});};return _0x942e64[_0x149fdd(0x607)]('pointerdown',_0x5cd44d,!0x0),_0x2ac19f['addEventListener']('pointerdown',_0x4456c0,!0x0),_0x2ac19f[_0x149fdd(0x607)](_0x149fdd(0x547),_0x372044,!0x0),_0x2ac19f['addEventListener'](_0x149fdd(0x784),_0x372044,!0x0),()=>{const _0x38ef7d=_0x149fdd;_0x942e64[_0x38ef7d(0x5cf)](_0x38ef7d(0x3a8),_0x5cd44d,!0x0),_0x2ac19f['removeEventListener'](_0x38ef7d(0x3a8),_0x4456c0,!0x0),_0x2ac19f[_0x38ef7d(0x5cf)]('pointerup',_0x372044,!0x0),_0x2ac19f[_0x38ef7d(0x5cf)](_0x38ef7d(0x784),_0x372044,!0x0),_0x50cfb5();};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x4c1)],_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],_0x2530af,_0x4c9aa4,_0x36fa7c]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x321b5a=_0x423587;if(_0x584bdc!==_0x321b5a(0x510)||_0x41215a!==_0x321b5a(0x546))return;let _0x1bc125=_0x2027d3[_0x321b5a(0x67d)];if(!_0x1bc125)return;let _0x5be6e7,_0x375d42=()=>_0x63cedd(_0x6fb204(_0x53f00a[_0x321b5a(0x67d)],_0x10602c['current'],_0x831d04[_0x321b5a(0x67d)],_0x3d3f50['current'],_0x2027d3[_0x321b5a(0x67d)])),_0x9f158f=()=>{const _0x183649=_0x321b5a;let _0x5387d5=_0x1bc125[_0x183649(0x18b)][_0x183649(0xfc)];return!_0x5387d5||_0x5387d5===_0x375d42()?!0x1:_0x6fb204(_0x2027d3[_0x183649(0x67d)],_0x10602c['current'],_0x53f00a[_0x183649(0x67d)],_0x831d04['current'],_0x3d3f50[_0x183649(0x67d)])[_0x183649(0x48c)](_0x25774b=>_0x25774b[_0x183649(0x1e8)](_0x5387d5));},_0xede426=()=>{const _0x4d6259=_0x321b5a;if(!_0xc6e377(_0x1c2e91==null?void 0x0:_0x1c2e91['childType'],!0x0))return;let _0x47542d=_0x375d42();if(_0x47542d&&!_0x4c9aa4[_0x4d6259(0x4b2)](_0x1c2e91==null?void 0x0:_0x1c2e91[_0x4d6259(0x5bc)],{'ignoreOwners':_0x4eaad1})&&!_0x9f158f()){if(_0x1c2e91!=null&&_0x1c2e91[_0x4d6259(0x2dc)]&&_0x1c2e91[_0x4d6259(0x5bc)]){let _0x2e4e0f=_0x1a821e[_0x4d6259(0x686)](_0x1c2e91['hostUnitId'],_0x1c2e91[_0x4d6259(0x5bc)]);(_0x2e4e0f==null?void 0x0:_0x2e4e0f['childUnitId'])!=null&&_0x2e4e0f[_0x4d6259(0x559)]!=null&&_0x2bf63a[_0x4d6259(0x272)](_0x2e4e0f);}_0x47542d[_0x4d6259(0x39b)](_0x4d6259(0x3a3))||(_0x47542d['tabIndex']=-0x1),_0x47542d[_0x4d6259(0x2ac)]({'preventScroll':!0x0});}};return _0xede426(),_0x5be6e7=window[_0x321b5a(0x668)](()=>{_0x5be6e7=void 0x0,_0xede426();}),()=>{const _0x256a56=_0x321b5a;_0x5be6e7!=null&&(window[_0x256a56(0x1a8)](_0x5be6e7),_0x5be6e7=void 0x0);};},[_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],_0x1a821e,_0x4c9aa4,_0x41215a,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x3bb80f=_0x423587;let _0x390a46=_0x143c36[_0x3bb80f(0x67d)],_0x13c03c=_0x425416[_0x3bb80f(0x67d)];if(!_0x390a46||!_0x13c03c||typeof window>'u')return;let _0x52ab21,_0x407a1b=()=>{const _0x1c20b3=_0x3bb80f;var _0x2980ac;let _0x24689e=_0x160412[_0x1c20b3(0x67d)];if(!_0x24689e||!_0x228533){_0xaeb920[_0x1c20b3(0x67d)]=0x0,_0x13c03c['style'][_0x1c20b3(0x56d)](_0x1c20b3(0x768));return;}let _0x571a9d=_0x581546[_0x1c20b3(0x714)](_0x24689e[_0x1c20b3(0x559)],_0x24689e[_0x1c20b3(0x767)]);if(!_0x571a9d)return;let _0xf32dc6=_0x240f06(_0x390a46),_0xde72f3=(_0x2980ac=_0xf32dc6==null?void 0x0:_0xf32dc6[_0x1c20b3(0x6b7)]())==null?{'bottom':window[_0x1c20b3(0x480)],'height':window[_0x1c20b3(0x480)],'left':0x0,'right':window[_0x1c20b3(0x6a4)],'top':0x0,'width':window[_0x1c20b3(0x6a4)]}:_0x2980ac,_0x41054e=_0x390a46[_0x1c20b3(0x6b7)](),_0x2f106a=_0x4e8b1f(_0x77c08a==null?void 0x0:_0x77c08a['contentHeight'],_0x41054e[_0x1c20b3(0x2c7)]),_0x4a8575=Math[_0x1c20b3(0x1e0)](_0x2f106a,_0x1b322b(_0x77c08a==null?void 0x0:_0x77c08a['viewportHeight'],_0x13c03c['getBoundingClientRect']()['height'],_0xde72f3['height'])),_0x1c9535=Math[_0x1c20b3(0x1d4)](0x0,_0x2f106a-_0x4a8575),_0x151ad2=_0x178953(_0xde72f3[_0x1c20b3(0x4bc)]-_0x41054e[_0x1c20b3(0x4bc)],0x0,_0x1c9535);_0x13c03c[_0x1c20b3(0x5d3)][_0x1c20b3(0x768)]=_0x151ad2===0x0?'':'translateY('+_0x151ad2+_0x1c20b3(0x162);let _0x286399=_0x151ad2-_0xaeb920[_0x1c20b3(0x67d)];if(Math['abs'](_0x286399)<0.5)return;_0xaeb920['current']=_0x151ad2,_0x288b3a[_0x1c20b3(0x360)]({'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x1c20b3(0x5bc)],'reason':_0x1c20b3(0x511)});let _0x2fd17d=new WheelEvent(_0x1c20b3(0x729),{'cancelable':!0x1,'clientX':_0x41054e[_0x1c20b3(0x41d)]+Math[_0x1c20b3(0x1e0)](_0x41054e[_0x1c20b3(0x5df)],_0xde72f3[_0x1c20b3(0x5df)])/0x2,'clientY':_0xde72f3['top']+_0x4a8575/0x2,'deltaY':_0x286399});_0x571a9d[_0x1c20b3(0x543)]({..._0x24689e,'event':_0x2fd17d,'source':_0x1c20b3(0x585),'stage':_0x1c2e91!=null&&_0x1c2e91[_0x1c20b3(0x5bc)]?_0x2530af[_0x1c20b3(0x6ac)](_0x1c2e91['embedId']):'inactive','viewportScrollY':_0x151ad2});},_0x2f5e35=()=>{const _0x1bf34a=_0x3bb80f;_0x407a1b(),_0x52ab21=window[_0x1bf34a(0x668)](_0x2f5e35);};_0x52ab21=window['requestAnimationFrame'](_0x2f5e35),window[_0x3bb80f(0x607)](_0x3bb80f(0x2b2),_0x407a1b,!0x0),window[_0x3bb80f(0x607)](_0x3bb80f(0x67e),_0x407a1b);let _0x18e296=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x407a1b);return _0x18e296==null||_0x18e296[_0x3bb80f(0x53c)](_0x390a46),()=>{const _0xea13da=_0x3bb80f;_0x52ab21!=null&&window[_0xea13da(0x1a8)](_0x52ab21),_0x18e296==null||_0x18e296['disconnect'](),window['removeEventListener'](_0xea13da(0x2b2),_0x407a1b,!0x0),window[_0xea13da(0x5cf)]('resize',_0x407a1b),_0x13c03c[_0xea13da(0x5d3)][_0xea13da(0x56d)](_0xea13da(0x768));};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x77c08a==null?void 0x0:_0x77c08a[_0x423587(0x5f6)],_0x77c08a==null?void 0x0:_0x77c08a[_0x423587(0x482)],_0x2530af,_0x288b3a,_0x1a073f,_0x581546,_0x228533]);let _0x2e95ba=_0x4ab848({'stage':_0x584bdc,'interactionFlow':_0x41215a}),_0x4712b2=_0x2e95ba[_0x423587(0x393)],_0x25a605=_0x2e95ba[_0x423587(0x251)],_0x15013c=_0x77c08a?{'top':_0x77c08a[_0x423587(0x3a7)],'left':-_0x77c08a['bleedLeft'],'width':_0x77c08a[_0x423587(0x452)],'height':_0x77c08a[_0x423587(0x482)]}:_0xf868ed?{'top':_0xf868ed['floatingMenuInsetTop'],'height':_0x423587(0x4a8)+_0xf868ed[_0x423587(0x3a7)]+_0x423587(0x162)}:void 0x0,_0x2789de=_0x77c08a?{'left':_0x77c08a[_0x423587(0x3e5)],'width':_0x77c08a[_0x423587(0x452)],'height':_0x77c08a[_0x423587(0x482)],'minHeight':_0x77c08a['viewportHeight']}:void 0x0;return(0x0,_0x258aa1[_0x423587(0x712)])(_0x423587(0x73b),{'ref':_0x143c36,'className':_0x423587(0x1b4),'data-u-comp':_0x423587(0x78f),'data-embed-float-dom':_0x423587(0xd4),'data-embed-float-stage':_0x584bdc,'data-embed-id':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],'data-embed-host-unit-id':_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],'data-embed-host-anchor-id':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x333)],'data-embed-child-unit-id':_0x36ab23,'data-embed-child-type':_0x40ed4d,'data-embed-interaction-flow':_0x41215a,'children':[(0x0,_0x258aa1[_0x423587(0x712)])(_0x423587(0x73b),{'ref':_0x425416,'className':(0x0,_0x536b6f[_0x423587(0x578)])(_0x423587(0x71f),_0x77c08a&&_0x423587(0x3e2)),'data-u-comp':_0x423587(0x5fa),'data-embed-float-content':_0x423587(0xd4),'style':_0x15013c,'children':[(0x0,_0x258aa1[_0x423587(0x712)])(_0x423587(0x73b),{'ref':_0x2027d3,'className':(0x0,_0x536b6f['clsx'])(_0x423587(0x66c),_0x77c08a&&_0x423587(0x315)),'data-u-comp':_0x423587(0xe7),'data-embed-float-live':_0x423587(0xd4),'children':[(0x0,_0x258aa1[_0x423587(0x199)])(_0x423587(0x73b),{'ref':_0x53f00a,'className':(0x0,_0x536b6f[_0x423587(0x578)])(_0x423587(0x14b),_0x34cae8,_0x4712b2&&_0x423587(0x513)),'data-u-comp':'embed-float-dom-live-canvas','style':_0x2789de,'data-embed-canvas-root':_0x423587(0xd4)}),(0x0,_0x258aa1[_0x423587(0x199)])(_0x423587(0x73b),{'ref':_0x10602c,'className':(0x0,_0x536b6f[_0x423587(0x578)])(_0x423587(0x1a2),_0x4712b2&&_0x423587(0x513)),'data-u-comp':_0x423587(0x120),'style':_0x2789de,'data-embed-content-root':_0x423587(0xd4)})]}),(0x0,_0x258aa1['jsx'])('div',{'ref':_0x498b67,'className':(0x0,_0x536b6f[_0x423587(0x578)])('univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent',_0x25a605&&_0x423587(0x513)),'data-u-comp':_0x423587(0x4b4),'data-embed-float-interaction-gate':_0x423587(0xd4)})]}),(0x0,_0x258aa1[_0x423587(0x712)])(_0x423587(0x73b),{'ref':_0x47d33f,'className':_0x423587(0x287),'data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x584bdc,'data-embed-id':_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],'style':{'zIndex':_0x3fbf0f==null?0x320:_0x3fbf0f},'children':[(0x0,_0x258aa1[_0x423587(0x199)])(_0x423587(0x73b),{'ref':_0x831d04,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':'embed-float-dom-overlay','data-embed-overlay-root':_0x423587(0xd4)}),(0x0,_0x258aa1['jsx'])(_0x423587(0x73b),{'ref':_0x3d3f50,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':'embed-float-dom-popup','data-embed-popup-root':_0x423587(0xd4)}),!_0x129075&&(0x0,_0x258aa1[_0x423587(0x199)])(_0x2a16db,{'hostUnitId':_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)]})]}),_0x129075&&(0x0,_0x258aa1[_0x423587(0x199)])(_0x2a16db,{'hostUnitId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],'className':_0x423587(0x787)})]});}function _0x2e9a0e(_0x1abf91){const _0x3eaeac=_0x118bac;_0x1abf91[_0x3eaeac(0x5d3)]['removeProperty'](_0x3eaeac(0x41d)),_0x1abf91[_0x3eaeac(0x5d3)][_0x3eaeac(0x56d)](_0x3eaeac(0x4bc)),_0x1abf91[_0x3eaeac(0x5d3)][_0x3eaeac(0x56d)](_0x3eaeac(0x5df)),_0x1abf91['style']['removeProperty'](_0x3eaeac(0x2c7)),_0x1abf91['style'][_0x3eaeac(0x56d)](_0x3eaeac(0x112)),_0x1abf91[_0x3eaeac(0x5d3)][_0x3eaeac(0x56d)](_0x3eaeac(0x3b9));}function _0x455040(_0x13d20b){const _0xfe2397=_0x118bac;let _0x42da9f=_0x13d20b==null?void 0x0:_0x13d20b[_0xfe2397(0x63e)][_0xfe2397(0x330)];if(_0x42da9f)try{let _0x1044bb=typeof _0x42da9f==_0xfe2397(0x1b3)?(0x0,_0x73305e[_0xfe2397(0x51c)])(_0x42da9f):_0x42da9f;return{'childUnitId':_0x1044bb[_0xfe2397(0x300)][_0xfe2397(0xbc)],'childType':(0x0,_0x73305e['fromResourceRefUnitType'])(_0x1044bb[_0xfe2397(0x300)][_0xfe2397(0x614)])};}catch{return;}}function _0x451851(_0x7baa98,_0x192a77){const _0x30a6d7=_0x118bac;var _0x6e6a82,_0x153e09,_0x2ffa93;if(_0xcec73a(_0x7baa98))return _0x280972(_0x7baa98,_0x192a77);let _0x4ad05d=[_0x7baa98[_0x30a6d7(0x6b7)](),(_0x6e6a82=_0x7baa98['querySelector'](_0x30a6d7(0x57f)))==null?void 0x0:_0x6e6a82['getBoundingClientRect']()]['filter'](_0x308a58=>!!_0x308a58),_0x5d2480=_0x7baa98[_0x30a6d7(0xcc)][_0x30a6d7(0x5bc)],_0x1d0ac7=_0x7baa98[_0x30a6d7(0x18b)],_0x422731=_0x1d0ac7[_0x30a6d7(0x14a)](_0x30a6d7(0xce)+_0x5d2480+'\x22]'),_0x14496e=[_0x422731==null||(_0x153e09=_0x422731[_0x30a6d7(0x14a)](_0x30a6d7(0x2ed)))==null?void 0x0:_0x153e09[_0x30a6d7(0x6b7)](),_0x422731==null||(_0x2ffa93=_0x422731[_0x30a6d7(0x14a)]('[data-embed-float-fullscreen-button]'))==null?void 0x0:_0x2ffa93[_0x30a6d7(0x6b7)]()][_0x30a6d7(0x2f0)](_0x2b714e=>!!_0x2b714e&&_0x2b714e[_0x30a6d7(0x5df)]>0x0&&_0x2b714e['height']>0x0),_0x5f1d00=Array[_0x30a6d7(0x289)](_0x1d0ac7['querySelectorAll']('[data-embed-floating-menu-popup=\x22true\x22]'))[_0x30a6d7(0x2f0)](_0x12044f=>_0x12044f['dataset'][_0x30a6d7(0x5bc)]===_0x5d2480)[_0x30a6d7(0x734)](_0x4e1c3c=>_0x4e1c3c[_0x30a6d7(0x6b7)]())[_0x30a6d7(0x2f0)](_0x5a0112=>_0x5a0112[_0x30a6d7(0x5df)]>0x0&&_0x5a0112[_0x30a6d7(0x2c7)]>0x0);return[..._0x4ad05d,..._0x14496e,..._0x5f1d00][_0x30a6d7(0x48c)](_0x3776af=>_0x192a77[_0x30a6d7(0x100)]>=_0x3776af[_0x30a6d7(0x41d)]&&_0x192a77[_0x30a6d7(0x100)]<=_0x3776af['right']&&_0x192a77[_0x30a6d7(0x573)]>=_0x3776af[_0x30a6d7(0x4bc)]&&_0x192a77[_0x30a6d7(0x573)]<=_0x3776af['bottom']);}function _0x280972(_0x695649,_0x384e7f){const _0x456d76=_0x118bac;var _0x98611f,_0xb85988,_0x25d3d0,_0x16f50e;let _0x299e8d=_0x695649[_0x456d76(0xcc)][_0x456d76(0x5bc)],_0x5b57f6=_0x695649[_0x456d76(0x18b)],_0x5e2e6a=[(_0x98611f=_0x695649[_0x456d76(0x14a)](_0x456d76(0x53d)))==null?void 0x0:_0x98611f[_0x456d76(0x6b7)](),(_0xb85988=_0x695649['querySelector'](_0x456d76(0x3b7)))==null?void 0x0:_0xb85988[_0x456d76(0x6b7)]()][_0x456d76(0x2f0)](_0xc52d66=>!!_0xc52d66&&_0xc52d66['width']>0x0&&_0xc52d66[_0x456d76(0x2c7)]>0x0),_0x6642bd=_0x5b57f6[_0x456d76(0x14a)](_0x456d76(0xce)+_0x299e8d+'\x22]'),_0x266f89=[_0x6642bd==null||(_0x25d3d0=_0x6642bd[_0x456d76(0x14a)](_0x456d76(0x2ed)))==null?void 0x0:_0x25d3d0['getBoundingClientRect'](),_0x6642bd==null||(_0x16f50e=_0x6642bd['querySelector'](_0x456d76(0x13b)))==null?void 0x0:_0x16f50e[_0x456d76(0x6b7)]()][_0x456d76(0x2f0)](_0x3ed7b3=>!!_0x3ed7b3&&_0x3ed7b3['width']>0x0&&_0x3ed7b3[_0x456d76(0x2c7)]>0x0),_0x16f4b9=Array[_0x456d76(0x289)](_0x5b57f6['querySelectorAll'](_0x456d76(0x5fb)))[_0x456d76(0x2f0)](_0x132f9d=>_0x132f9d['dataset']['embedId']===_0x299e8d)[_0x456d76(0x734)](_0x2ebacf=>_0x2ebacf[_0x456d76(0x6b7)]())[_0x456d76(0x2f0)](_0x3115a0=>_0x3115a0['width']>0x0&&_0x3115a0[_0x456d76(0x2c7)]>0x0);return[..._0x5e2e6a,..._0x266f89,..._0x16f4b9][_0x456d76(0x48c)](_0x582b8d=>_0x384e7f[_0x456d76(0x100)]>=_0x582b8d['left']&&_0x384e7f['clientX']<=_0x582b8d[_0x456d76(0x1b0)]&&_0x384e7f[_0x456d76(0x573)]>=_0x582b8d[_0x456d76(0x4bc)]&&_0x384e7f[_0x456d76(0x573)]<=_0x582b8d['bottom']);}function _0x4d567e(_0x19bbd7,_0x5d8903,_0x1e3b21,_0x597559){const _0xe9bc1e=_0x118bac;let _0x1b6926=_0x1e3b21?'':_0xe9bc1e(0x35e),_0x478f33=_0x19bbd7[_0xe9bc1e(0x14a)](_0xe9bc1e(0x57f)),_0x12e81c=_0x19bbd7[_0xe9bc1e(0x14a)](_0xe9bc1e(0x495)),_0x237d8c=_0x19bbd7[_0xe9bc1e(0x14a)](_0xe9bc1e(0x53d)),_0x3c147d=_0x19bbd7[_0xe9bc1e(0x14a)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x1ffe5c=_0x19bbd7[_0xe9bc1e(0x14a)](_0xe9bc1e(0x4a1)),_0x58ce06=_0x5d8903==null?void 0x0:_0x5d8903[_0xe9bc1e(0x14a)](_0xe9bc1e(0x52e)),_0x281a77=_0x5d8903==null?void 0x0:_0x5d8903[_0xe9bc1e(0x14a)](_0xe9bc1e(0x346));if(_0x58ce06==null||_0x58ce06[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)]('pointer-events',_0xe9bc1e(0x35e)),_0x281a77==null||_0x281a77[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)]('pointer-events',_0xe9bc1e(0x35e)),_0xcec73a(_0x19bbd7)){_0x478f33==null||_0x478f33[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)]('pointer-events','none'),_0x12e81c==null||_0x12e81c[_0xe9bc1e(0x5d3)]['setProperty'](_0xe9bc1e(0x3b9),_0xe9bc1e(0x35e)),_0x237d8c==null||_0x237d8c[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0x1e3b21?_0xe9bc1e(0x3c7):_0xe9bc1e(0x35e)),_0x3c147d==null||_0x3c147d[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0xe9bc1e(0x35e)),_0x1ffe5c==null||_0x1ffe5c[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0xe9bc1e(0x35e));return;}_0x478f33==null||_0x478f33[_0xe9bc1e(0x5d3)]['removeProperty'](_0xe9bc1e(0x3b9)),_0x12e81c==null||_0x12e81c[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0x1b6926),_0x237d8c==null||_0x237d8c[_0xe9bc1e(0x5d3)]['removeProperty'](_0xe9bc1e(0x3b9)),_0x3c147d==null||_0x3c147d['style'][_0xe9bc1e(0x56d)]('pointer-events'),_0x1ffe5c==null||_0x1ffe5c[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0x1b6926);}function _0x24bfcc(_0x52308a,_0x17db68,_0x18e4e6,_0x33a877){const _0x43336f=_0x118bac;var _0xf1cff4;let _0x5c1836=_0x18e4e6&&_0x33a877!==_0x43336f(0x510),_0x5681aa=_0x5c1836?'':_0x43336f(0x699),_0x27e19a=_0x5c1836?'':'none',_0x518d17=_0x18e4e6&&_0x33a877===_0x43336f(0x510)?'':_0x43336f(0x699),_0x3c9217=(_0xf1cff4=_0x52308a['querySelector']('[data-embed-float-fullscreen-button]'))==null?_0x17db68==null?void 0x0:_0x17db68['querySelector'](_0x43336f(0x13b)):_0xf1cff4,_0x1907e6=[_0x17db68==null?void 0x0:_0x17db68[_0x43336f(0x14a)](_0x43336f(0x52e)),_0x17db68==null?void 0x0:_0x17db68[_0x43336f(0x14a)](_0x43336f(0x346))];_0x3c9217==null||_0x3c9217[_0x43336f(0x5d3)]['setProperty']('visibility',_0x5681aa),_0x3c9217==null||_0x3c9217[_0x43336f(0x5d3)]['setProperty'](_0x43336f(0x3b9),_0x27e19a),_0x1907e6[_0x43336f(0x362)](_0x275dc6=>{const _0x4bc3a0=_0x43336f;_0x275dc6==null||_0x275dc6['style']['setProperty'](_0x4bc3a0(0x112),_0x518d17),_0x275dc6==null||_0x275dc6['style']['setProperty'](_0x4bc3a0(0x3b9),'none'),_0x33a877!=='stage2'&&(_0x275dc6==null||_0x275dc6['removeAttribute']('data-embed-runtime-focus-role'),_0x275dc6==null||_0x275dc6[_0x4bc3a0(0x66b)]('[data-embed-runtime-focus-role]')[_0x4bc3a0(0x362)](_0x568795=>{const _0x57d10a=_0x4bc3a0;_0x568795[_0x57d10a(0x30f)](_0x57d10a(0x4a4));}));});}function _0x24f926(_0x17a6d5,_0x52f553,_0x4574c8){const _0x321c3c=_0x118bac;let _0x216037=Math[_0x321c3c(0x1d4)](_0x52f553[_0x321c3c(0x41d)],_0x4574c8[_0x321c3c(0x41d)]),_0x61ae3e=Math[_0x321c3c(0x1d4)](0x0,_0x216037-_0x52f553['left']);_0x17a6d5[_0x321c3c(0x66b)](_0x321c3c(0x2ed))[_0x321c3c(0x362)](_0x1e5a74=>{const _0x441765=_0x321c3c;var _0x245732;let _0x2ed1e=(_0x245732=_0x1e5a74[_0x441765(0x46f)]('[data-embed-floating-menu-entry]'))==null?void 0x0:_0x245732[_0x441765(0xcc)]['embedFloatingMenuEntry'],_0x4647ee=_0x1e5a74['dataset'][_0x441765(0x680)]===_0x441765(0x580),_0x46b041=_0x1e5a74['dataset'][_0x441765(0x680)]===_0x441765(0x49f);if(_0x2ed1e===_0x441765(0x26c)){if(_0x1e5a74['style'][_0x441765(0x4bc)]=_0x4647ee?_0x441765(0x4a7):_0x441765(0xcd),_0x4647ee){var _0xf5ceb0;(_0xf5ceb0=_0x1e5a74['querySelector'](_0x441765(0x352)))==null||_0xf5ceb0[_0x441765(0x5d3)]['setProperty'](_0x441765(0x611),_0x61ae3e+'px');}}else(_0x4647ee||_0x46b041)&&(_0x1e5a74['style']['top']=_0x441765(0x284));});}function _0x322ab4(_0x3bb9fa){const _0xbddc5a=_0x118bac;_0x3bb9fa[_0xbddc5a(0x66b)](_0xbddc5a(0x2ed))[_0xbddc5a(0x362)](_0x50f0e3=>{const _0x27e72a=_0xbddc5a;var _0x8df346;_0x50f0e3['style'][_0x27e72a(0x56d)](_0x27e72a(0x41d)),_0x50f0e3[_0x27e72a(0x5d3)][_0x27e72a(0x56d)](_0x27e72a(0x4bc)),_0x50f0e3[_0x27e72a(0x5d3)][_0x27e72a(0x56d)]('width'),(_0x8df346=_0x50f0e3[_0x27e72a(0x14a)](_0x27e72a(0x352)))==null||_0x8df346[_0x27e72a(0x5d3)][_0x27e72a(0x56d)](_0x27e72a(0x611));});}function _0x45d166(_0x338e0b){const _0x6437b0=_0x118bac;let _0x53a09b=_0x4714f4(_0x338e0b)?_0x338e0b[_0x6437b0(0x14a)]('[data-u-comp=\x22embed-float-dom-content\x22]'):null,_0x258cd0=_0x53a09b==null?void 0x0:_0x53a09b[_0x6437b0(0x6b7)]();return _0x258cd0&&_0x258cd0[_0x6437b0(0x5df)]>0x0&&_0x258cd0[_0x6437b0(0x2c7)]>0x0?_0x4f5830(_0x258cd0,_0x338e0b):_0x4f5830(_0x338e0b[_0x6437b0(0x6b7)](),_0x338e0b);}function _0xcec73a(_0x385937){const _0x561b3f=_0x118bac;return!!_0x385937[_0x561b3f(0x46f)](_0x561b3f(0x5e3));}function _0x4714f4(_0x5aa264){const _0x3a65bf=_0x118bac;return _0xcec73a(_0x5aa264)||!!_0x5aa264[_0x3a65bf(0x46f)](_0x3a65bf(0x165));}let _0x86a3d6=0x18,_0xc2e7de=0x28;function _0x4f5830(_0x2ebe98,_0x23c05a){const _0x10a246=_0x118bac;var _0x481dde;let _0xebc9b7=_0x2186f3(_0x23c05a,_0x2ebe98);if(!_0xebc9b7&&_0x2ebe98[_0x10a246(0x4bc)]>=0x0&&_0x2ebe98[_0x10a246(0x41d)]>=0x0)return _0x2ebe98;let _0x48d458=(_0x481dde=_0xebc9b7==null?void 0x0:_0xebc9b7['getBoundingClientRect']())==null?new DOMRect(0x0,0x0,window[_0x10a246(0x6a4)],window['innerHeight']):_0x481dde,_0x3423e8=Math[_0x10a246(0x1d4)](_0x2ebe98[_0x10a246(0x41d)],_0x48d458[_0x10a246(0x41d)]),_0x38364b=Math[_0x10a246(0x1d4)](_0x2ebe98['top'],_0x48d458[_0x10a246(0x4bc)]),_0x402a62=Math['min'](_0x2ebe98[_0x10a246(0x1b0)],_0x48d458['right']),_0x41bd35=Math['min'](_0x2ebe98[_0x10a246(0x587)],_0x48d458[_0x10a246(0x587)]);return _0x402a62<=_0x3423e8||_0x41bd35<=_0x38364b?new DOMRect(_0x3423e8,_0x38364b,0x0,0x0):new DOMRect(_0x3423e8,_0x38364b,_0x402a62-_0x3423e8,_0x41bd35-_0x38364b);}function _0x2186f3(_0x4686de,_0x4f4d2f){const _0xff7aca=_0x118bac;let _0x4ff133=_0x4686de[_0xff7aca(0x6d4)];for(;_0x4ff133&&_0x4ff133!==document['body']&&_0x4ff133!==document[_0xff7aca(0x128)];){if(_0x3177ea(_0x4ff133)&&!_0x1f09cc(_0x4ff133,_0x4f4d2f))return _0x4ff133;_0x4ff133=_0x4ff133[_0xff7aca(0x6d4)];}return null;}function _0x1f09cc(_0x23e03b,_0x15842b){const _0x4d9c72=_0x118bac;let _0x58f488=_0x23e03b[_0x4d9c72(0x6b7)]();return _0x58f488[_0x4d9c72(0x5df)]<=0x0||_0x58f488[_0x4d9c72(0x2c7)]<=0x0||Math['abs'](_0x58f488['left']-_0x15842b[_0x4d9c72(0x41d)])<0x1&&Math[_0x4d9c72(0x4d8)](_0x58f488[_0x4d9c72(0x4bc)]-_0x15842b[_0x4d9c72(0x4bc)])<0x1&&Math[_0x4d9c72(0x4d8)](_0x58f488[_0x4d9c72(0x5df)]-_0x15842b[_0x4d9c72(0x5df)])<0x1&&Math[_0x4d9c72(0x4d8)](_0x58f488[_0x4d9c72(0x2c7)]-_0x15842b[_0x4d9c72(0x2c7)])<0x1;}function _0x607083(_0x1c4dff,_0xbd1651,_0x1a982c,_0x59e1d4){const _0x27b024=_0x118bac;_0x59e1d4[_0x27b024(0x67d)][_0x27b024(0x362)](_0x3ff11b=>window[_0x27b024(0x1a8)](_0x3ff11b)),_0x59e1d4[_0x27b024(0x67d)]=[],_0x1c4dff[_0x27b024(0x360)]({'embedId':_0xbd1651,'reason':_0x1a982c});let _0x5e8e0e=_0x3d3d3b=>{const _0x2f13e7=_0x27b024;let _0x40d0f7=window[_0x2f13e7(0x668)](()=>{const _0x10671b=_0x2f13e7;_0x59e1d4[_0x10671b(0x67d)]=_0x59e1d4[_0x10671b(0x67d)]['filter'](_0x422c4=>_0x422c4!==_0x40d0f7),_0x1c4dff['invalidate']({'embedId':_0xbd1651,'reason':_0x1a982c}),_0x3d3d3b>0x1&&_0x5e8e0e(_0x3d3d3b-0x1);});_0x59e1d4['current'][_0x2f13e7(0x6f2)](_0x40d0f7);};_0x5e8e0e(0x2);}function _0x843f2e(_0x122411,_0x296455,_0x1c4a16){const _0x5baf57=_0x118bac;if(_0x3aea10(_0x296455))return!0x1;let _0x41a087=_0x296455==null?void 0x0:_0x296455[_0x5baf57(0x6a7)];return!(_0x41a087 instanceof Node&&_0x122411[_0x5baf57(0x1e8)](_0x41a087)||_0x41a087 instanceof HTMLElement&&_0x41a087['closest'](_0x5baf57(0x462))||_0x296455 instanceof WheelEvent&&(_0x3b0f7e(_0x296455)||_0x5b6454(_0x1c4a16,_0x296455)));}function _0x551447(_0x2ceb4e){const _0x5afd1e=_0x118bac;return _0x2ceb4e instanceof WheelEvent?Math[_0x5afd1e(0x4d8)](_0x2ceb4e[_0x5afd1e(0x692)])>=Math[_0x5afd1e(0x4d8)](_0x2ceb4e[_0x5afd1e(0x74a)]):(_0x2ceb4e==null?void 0x0:_0x2ceb4e[_0x5afd1e(0x614)])===_0x5afd1e(0x2b2);}function _0x3aea10(_0x11189c){return!!_0x11189c&&_0x11189c[_0x1d7d90]instanceof WheelEvent;}function _0xbe7b40(_0xc7824d){const _0x486c6a=_0x118bac;Object[_0x486c6a(0x677)](_0xc7824d,_0x32499a,{'configurable':!0x0,'value':!0x0});}function _0x1a2b7b(_0x365454){return!!_0x365454[_0x32499a];}function _0x3b0f7e(_0x2795ed){const _0x18f90e=_0x118bac;for(let _0x2cecf7 of _0x5083eb[_0x18f90e(0x308)]())if(_0x5b6454(_0x2cecf7,_0x2795ed))return!0x0;return!0x1;}function _0x5b6454(_0x4e74e2,_0xc96262){const _0x443b04=_0x118bac;let {left:_0x31a5e4,top:_0x557d5c,width:_0x455863,height:_0x553f38}=_0x4e74e2;return!Number[_0x443b04(0xf6)](_0x31a5e4)||!Number['isFinite'](_0x557d5c)||!Number['isFinite'](_0x455863)||!Number[_0x443b04(0xf6)](_0x553f38)||(_0x455863==null?0x0:_0x455863)<=0x0||(_0x553f38==null?0x0:_0x553f38)<=0x0?!0x1:_0xc96262['clientX']>=_0x31a5e4&&_0xc96262[_0x443b04(0x100)]<=_0x31a5e4+_0x455863&&_0xc96262[_0x443b04(0x573)]>=_0x557d5c&&_0xc96262[_0x443b04(0x573)]<=_0x557d5c+_0x553f38;}function _0x2a6261(_0x22ab5f){const _0x4d5e01=_0x118bac;if(!_0x22ab5f||typeof _0x22ab5f!=_0x4d5e01(0x294))return;let _0xce94a2=_0x22ab5f;if(!(_0xce94a2[_0x4d5e01(0x15b)]!==0x1||!_0xce94a2[_0x4d5e01(0x5bc)]||!_0xce94a2[_0x4d5e01(0x333)]))return _0xce94a2;}function _0x42c278(_0x249905){const _0x13a303=_0x118bac;var _0x471968,_0xad7119;let _0x226226=((_0x471968=_0x249905['sourceMeta'])==null?void 0x0:_0x471968[_0x13a303(0x305)])||void 0x0;if(_0x226226&&typeof _0x226226==_0x13a303(0x294)&&_0x226226['layout'])return _0x226226[_0x13a303(0x767)];let _0x3d6221=((_0xad7119=_0x249905['sourceMeta'])==null?void 0x0:_0xad7119[_0x13a303(0x14f)])||void 0x0;return _0x3d6221&&typeof _0x3d6221==_0x13a303(0x294)&&_0x3d6221[_0x13a303(0x306)]?_0x13a303(0x5f7):void 0x0;}function _0x8e0d2d(_0x5e0d64,_0x3df5c2){const _0x582ec0=_0x118bac;var _0x51a1f9;let _0x3b195b=(_0x51a1f9=_0x37e102(_0x3df5c2,_0x5e0d64['clientX'],_0x5e0d64[_0x582ec0(0x573)]))==null?_0x3df5c2:_0x51a1f9;if(_0x3b195b===_0x3df5c2&&!_0x3df5c2['contains'](_0x3b195b))return!0x1;let _0x194d30=_0x51028f(_0x5e0d64,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x5e0d64[_0x582ec0(0x100)],'clientY':_0x5e0d64[_0x582ec0(0x573)],'ctrlKey':_0x5e0d64[_0x582ec0(0xfe)],'deltaMode':_0x5e0d64[_0x582ec0(0x569)],'deltaX':_0x5e0d64['deltaX'],'deltaY':_0x5e0d64[_0x582ec0(0x692)],'deltaZ':_0x5e0d64[_0x582ec0(0x6b5)],'metaKey':_0x5e0d64[_0x582ec0(0x170)],'shiftKey':_0x5e0d64['shiftKey']});return _0x3b195b[_0x582ec0(0x6dc)](_0x194d30),_0x194d30[_0x582ec0(0x3da)];}function _0x1e951c(_0x43027c,_0x535030){const _0x19da33=_0x118bac;var _0x20d249;let _0x3e628e=_0x40cdc5((_0x20d249=_0x37e102(_0x535030,_0x43027c[_0x19da33(0x100)],_0x43027c[_0x19da33(0x573)]))==null?_0x535030:_0x20d249,_0x535030,_0x43027c);return _0x3e628e?_0x258db1(_0x43027c,_0x3e628e):!0x1;}function _0x3dacdc(_0x85aa27,_0x5643c0){const _0x3ea51d=_0x118bac;let _0x47240d=_0x240f06(_0x85aa27);if(!_0x47240d)return _0x562105(_0x85aa27[_0x3ea51d(0x18b)]['body'],_0x85aa27,_0x5643c0);if(!_0x198bf8(_0x47240d))return _0x562105(_0x47240d,_0x85aa27,_0x5643c0);let _0x1fb2ca=_0x47240d['scrollTop'];return _0x47240d[_0x3ea51d(0x329)]+=_0x5643c0[_0x3ea51d(0x692)],_0x47240d[_0x3ea51d(0x329)]!==_0x1fb2ca;}function _0xcdb45f(_0x59de6b,_0x334dff,_0x35b043){const _0x2c6a6e=_0x118bac;var _0x5773d4;return _0x35b043||((_0x5773d4=_0x59de6b[_0x2c6a6e(0x319)]['sourceMeta'])==null?void 0x0:_0x5773d4[_0x2c6a6e(0x42f)])===_0x2c6a6e(0x146)?_0x3ffbb4(_0x334dff):_0x11ffd9(_0x59de6b[_0x2c6a6e(0x767)],_0x334dff);}function _0x262e71(_0x4ca22a,_0x4ef22d){return _0xcec73a(_0x4ca22a)&&_0x588ca1(_0x4ef22d);}function _0x463aeb(_0x41d285){const _0x2a4400=_0x118bac;return _0x41d285['deltaX']||(_0x41d285['shiftKey']?_0x41d285[_0x2a4400(0x692)]:0x0);}function _0x588ca1(_0x59984e){const _0x2181de=_0x118bac;if(_0x59984e[_0x2181de(0xfe)]||_0x59984e['metaKey'])return!0x1;let _0x30464c=_0x463aeb(_0x59984e),_0x53519f=_0x59984e['shiftKey']?0x0:_0x59984e[_0x2181de(0x692)];return Math[_0x2181de(0x4d8)](_0x30464c)>Math[_0x2181de(0x4d8)](_0x53519f);}function _0x3ffbb4(_0x5105a3){const _0x21f5a9=_0x118bac;return _0x5105a3[_0x21f5a9(0x623)]||_0x5105a3[_0x21f5a9(0xfe)]||_0x5105a3[_0x21f5a9(0x170)]?!0x1:Math[_0x21f5a9(0x4d8)](_0x5105a3[_0x21f5a9(0x692)])>Math['abs'](_0x5105a3[_0x21f5a9(0x74a)]);}function _0x4a861b(_0x2f07bd){return _0x588ca1(_0x2f07bd)||_0x3ffbb4(_0x2f07bd);}function _0x240f06(_0x13db58){const _0x5c8590=_0x118bac;let _0x3d3588=_0x13db58[_0x5c8590(0x6d4)];for(;_0x3d3588&&_0x3d3588!==document[_0x5c8590(0x627)]&&_0x3d3588!==document[_0x5c8590(0x128)];){if(_0x3d3588[_0x5c8590(0x1e2)]>_0x3d3588[_0x5c8590(0x337)]&&_0x3177ea(_0x3d3588))return _0x3d3588;_0x3d3588=_0x3d3588['parentElement'];}return null;}function _0x4e8b1f(_0x3ce28d,_0x2d7332){var _0x3d639f;return Math['max'](0x1,(_0x3d639f=_0x57f155(_0x3ce28d))==null?_0x2d7332:_0x3d639f);}function _0x1b322b(_0x3e4aa6,_0x294cdc,_0x38a0e0){var _0x2c67cc,_0x2c6002;return Math['max'](0x1,(_0x2c67cc=(_0x2c6002=_0x57f155(_0x3e4aa6))==null?_0x57f155(_0x294cdc):_0x2c6002)==null?_0x38a0e0:_0x2c67cc);}function _0x57f155(_0x4508c5){const _0x4a7da7=_0x118bac;return typeof _0x4508c5==_0x4a7da7(0x3bc)&&Number[_0x4a7da7(0xf6)](_0x4508c5)&&_0x4508c5>0x0?_0x4508c5:void 0x0;}function _0x3177ea(_0xd1aad4){const _0x41637d=_0x118bac;let _0x199107=window[_0x41637d(0x1ef)](_0xd1aad4);return _0x199107[_0x41637d(0x117)]==='auto'||_0x199107[_0x41637d(0x117)]===_0x41637d(0x2b2)||_0x199107[_0x41637d(0x117)]==='hidden'||_0x199107[_0x41637d(0xd0)]==='auto'||_0x199107[_0x41637d(0xd0)]==='scroll'||_0x199107[_0x41637d(0xd0)]===_0x41637d(0x699);}function _0x198bf8(_0x583c48){const _0x3c924d=_0x118bac;let _0x4cf90a=window['getComputedStyle'](_0x583c48);return _0x4cf90a[_0x3c924d(0x117)]==='auto'||_0x4cf90a[_0x3c924d(0x117)]===_0x3c924d(0x2b2)||_0x4cf90a[_0x3c924d(0xd0)]===_0x3c924d(0x3c7)||_0x4cf90a['overflowY']===_0x3c924d(0x2b2);}function _0x562105(_0x3a7dfa,_0x497300,_0x3fad17){const _0x48ada4=_0x118bac;let _0x5f0498=Array[_0x48ada4(0x289)](_0x3a7dfa[_0x48ada4(0x66b)](_0x48ada4(0x648)))['find'](_0x4e6be2=>!_0x497300[_0x48ada4(0x1e8)](_0x4e6be2));if(!_0x5f0498)return!0x1;let _0x1007d0=_0x18d039(_0x5f0498,_0x497300,_0x3fad17);return _0x5f0498['dispatchEvent'](_0x51028f(_0x3fad17,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x1007d0[_0x48ada4(0x100)],'clientY':_0x1007d0['clientY'],'ctrlKey':_0x3fad17[_0x48ada4(0xfe)],'deltaMode':_0x3fad17['deltaMode'],'deltaX':_0x3fad17['deltaX'],'deltaY':_0x3fad17[_0x48ada4(0x692)],'deltaZ':_0x3fad17[_0x48ada4(0x6b5)],'metaKey':_0x3fad17[_0x48ada4(0x170)],'shiftKey':_0x3fad17[_0x48ada4(0x623)]})),!0x0;}function _0x51028f(_0x33ccf5,_0x3177dd){const _0x264674=_0x118bac;let _0x557b10=new WheelEvent(_0x264674(0x729),_0x3177dd);return Object[_0x264674(0x677)](_0x557b10,_0x1d7d90,{'configurable':!0x0,'value':_0x33ccf5}),_0x557b10;}function _0x18d039(_0x25d92a,_0x4892f4,_0x3b8ca3){const _0x1d217b=_0x118bac;var _0x56f4f6;if(!_0x208dba(_0x4892f4,_0x3b8ca3[_0x1d217b(0x100)],_0x3b8ca3[_0x1d217b(0x573)]))return{'clientX':_0x3b8ca3[_0x1d217b(0x100)],'clientY':_0x3b8ca3['clientY']};let _0x11c5aa=_0x25d92a[_0x1d217b(0x6b7)](),_0x28e183=Math[_0x1d217b(0x1e0)](0x18,Math[_0x1d217b(0x1d4)](0x4,Math[_0x1d217b(0x1e0)](_0x11c5aa[_0x1d217b(0x5df)],_0x11c5aa['height'])/0x8)),_0x5af5ec=[{'clientX':_0x11c5aa[_0x1d217b(0x41d)]+_0x28e183,'clientY':_0x11c5aa[_0x1d217b(0x4bc)]+_0x28e183},{'clientX':_0x11c5aa['right']-_0x28e183,'clientY':_0x11c5aa[_0x1d217b(0x4bc)]+_0x28e183},{'clientX':_0x11c5aa[_0x1d217b(0x41d)]+_0x28e183,'clientY':_0x11c5aa[_0x1d217b(0x587)]-_0x28e183},{'clientX':_0x11c5aa['right']-_0x28e183,'clientY':_0x11c5aa[_0x1d217b(0x587)]-_0x28e183},{'clientX':_0x11c5aa['left']+_0x11c5aa[_0x1d217b(0x5df)]/0x2,'clientY':_0x11c5aa['top']+_0x11c5aa['height']/0x2}];return(_0x56f4f6=_0x5af5ec[_0x1d217b(0x3ae)](_0x2c66f3=>!_0x208dba(_0x4892f4,_0x2c66f3[_0x1d217b(0x100)],_0x2c66f3[_0x1d217b(0x573)])))==null?_0x5af5ec[0x0]:_0x56f4f6;}function _0x178953(_0x19e679,_0x40c7cc,_0x4460d7){const _0x194c9e=_0x118bac;return Math['max'](_0x40c7cc,Math[_0x194c9e(0x1e0)](_0x4460d7,_0x19e679));}function _0x37e102(_0x8a9f10,_0x52d976,_0x49499b){if(!_0x208dba(_0x8a9f10,_0x52d976,_0x49499b))return null;let _0x344c9e=_0x5706b5(_0x8a9f10,_0x52d976,_0x49499b);if(_0x344c9e)return _0x344c9e;let _0x1773ae=_0x8a9f10,_0x44ed7f=_0x15a39b=>{const _0x12b767=_0x511b;let _0x2a1b9c=Array[_0x12b767(0x289)](_0x15a39b[_0x12b767(0x3de)]);for(let _0x95478=_0x2a1b9c['length']-0x1;_0x95478>=0x0;_0x95478--){let _0x4db2a5=_0x2a1b9c[_0x95478];if(!(!(_0x4db2a5 instanceof HTMLElement)||!_0x208dba(_0x4db2a5,_0x52d976,_0x49499b))){_0x1773ae=_0x4db2a5,_0x44ed7f(_0x4db2a5);return;}}};return _0x44ed7f(_0x8a9f10),_0x1773ae;}function _0x5706b5(_0x210988,_0x4c9aa5,_0x4a3722){const _0x5c9692=_0x118bac;let _0x1b0c54=_0x210988[_0x5c9692(0x18b)]['elementsFromPoint'];if(typeof _0x1b0c54!=_0x5c9692(0x52a))return null;let _0x4b9927=_0x1b0c54[_0x5c9692(0xf4)](_0x210988[_0x5c9692(0x18b)],_0x4c9aa5,_0x4a3722)['find'](_0x32b985=>_0x32b985 instanceof HTMLElement&&_0x210988['contains'](_0x32b985));return _0x4b9927==null?null:_0x4b9927;}function _0x208dba(_0x4e3c47,_0x58fcc2,_0x11f43d){const _0x57382c=_0x118bac;let _0x50c75e=_0x4e3c47[_0x57382c(0x6b7)]();return _0x58fcc2>=_0x50c75e['left']&&_0x58fcc2<=_0x50c75e[_0x57382c(0x1b0)]&&_0x11f43d>=_0x50c75e[_0x57382c(0x4bc)]&&_0x11f43d<=_0x50c75e[_0x57382c(0x587)];}function _0x40cdc5(_0x45aaf7,_0x1dda1a,_0x1b9560){const _0x22e60a=_0x118bac;let _0x21c454=_0x1b9560[_0x22e60a(0x74a)]||(_0x1b9560[_0x22e60a(0x623)]?_0x1b9560[_0x22e60a(0x692)]:0x0),_0xdd8b79=_0x1b9560['shiftKey']?0x0:_0x1b9560[_0x22e60a(0x692)],_0x130860=_0x45aaf7;for(;_0x130860&&_0x1dda1a[_0x22e60a(0x1e8)](_0x130860);){if(_0x17c2ff(_0x130860,_0x21c454,_0xdd8b79))return _0x130860;_0x130860=_0x130860[_0x22e60a(0x6d4)];}return _0x17c2ff(_0x1dda1a,_0x21c454,_0xdd8b79)?_0x1dda1a:null;}function _0x258db1(_0x329f8c,_0x2bad45){const _0x4f6a81=_0x118bac;let _0x361fae=_0x329f8c[_0x4f6a81(0x74a)]||(_0x329f8c[_0x4f6a81(0x623)]?_0x329f8c[_0x4f6a81(0x692)]:0x0),_0x57405d=_0x329f8c[_0x4f6a81(0x623)]?0x0:_0x329f8c[_0x4f6a81(0x692)],_0x39ff57=_0x2bad45[_0x4f6a81(0x25e)],_0x181353=_0x2bad45[_0x4f6a81(0x329)];return _0x361fae&&(_0x2bad45['scrollLeft']+=_0x361fae),_0x57405d&&(_0x2bad45[_0x4f6a81(0x329)]+=_0x57405d),_0x2bad45[_0x4f6a81(0x25e)]!==_0x39ff57||_0x2bad45[_0x4f6a81(0x329)]!==_0x181353;}function _0x6fb204(..._0x3799dd){const _0x56f0f2=_0x118bac;return _0x3799dd[_0x56f0f2(0x2f0)](_0x3058ca=>!!_0x3058ca&&_0x3058ca[_0x56f0f2(0x2a8)]);}function _0x63cedd(_0xdf2da3,_0x3873b7){const _0x4ecf6a=_0x118bac;if(_0x3873b7 instanceof HTMLCanvasElement&&_0xdf2da3[_0x4ecf6a(0x48c)](_0x2315f9=>_0x2315f9[_0x4ecf6a(0x1e8)](_0x3873b7)))return _0x3873b7;for(let _0x21c0ce of _0xdf2da3){let _0x1766f0=_0x21c0ce[_0x4ecf6a(0x14a)](_0x4ecf6a(0x648));if(_0x1766f0)return _0x1766f0;}return null;}function _0xc6e377(_0x2c0f19,_0x52f499=!0x1){const _0x2898c6=_0x118bac;return _0x2c0f19!==_0x4a1c51['UniverInstanceType'][_0x2898c6(0x6c7)]&&_0x2c0f19!==_0x4a1c51[_0x2898c6(0x336)]['UNIVER_DOC']&&(_0x52f499||_0x2c0f19!==_0x4a1c51[_0x2898c6(0x336)][_0x2898c6(0x109)]);}function _0x2f5a63(_0x1f4b76){const _0x48381d=_0x118bac;let _0x408478=_0x5a476a(_0x1f4b76);return _0x408478==='child-editor'||_0x408478===_0x48381d(0x10a)||_0x408478===_0x48381d(0xff);}function _0x5a476a(_0x31d100){const _0x2ec637=_0x118bac;var _0x4cbf89;if(!(_0x31d100 instanceof HTMLElement))return;let _0x53bbe9=(_0x4cbf89=_0x31d100['closest'](_0x2ec637(0x2d2)))==null?void 0x0:_0x4cbf89['getAttribute'](_0x451258);return _0x49f2c6(_0x53bbe9)?_0x53bbe9:void 0x0;}function _0xd77ab3(_0x4e2d01,_0xbf741e,_0x359840,_0x4a1fb9,_0x52abfd){const _0x47e695=_0x118bac;if(_0x52abfd!==_0x47e695(0x510)||!_0x359840||!_0x4a1fb9)return;let _0x1e23e7=new Map(),_0x646d0b=()=>{const _0x430c28=_0x47e695;let _0x11fd52=new Set([_0x4a1fb9,..._0xbf741e[_0x430c28(0x491)](_0x359840)]);_0x1e23e7[_0x430c28(0x362)]((_0x59e857,_0x2b9736)=>{const _0xa59165=_0x430c28;_0x11fd52[_0xa59165(0x722)](_0x2b9736)||(_0x59e857[_0xa59165(0x60c)](),_0x1e23e7[_0xa59165(0x2cd)](_0x2b9736));}),_0x11fd52[_0x430c28(0x362)](_0x5194f7=>{const _0x49f09b=_0x430c28;_0x1e23e7[_0x49f09b(0x722)](_0x5194f7)||_0x4e2d01['checkElementInCurrentContainers'](_0x5194f7)||_0x1e23e7['set'](_0x5194f7,_0x4e2d01[_0x49f09b(0x28c)](_0x5194f7));});};_0x646d0b();let _0x40599d=_0xbf741e[_0x47e695(0x60f)][_0x47e695(0x26e)](_0x646d0b);return(0x0,_0x4a1c51[_0x47e695(0xbb)])(()=>{const _0x29d5bd=_0x47e695;_0x40599d[_0x29d5bd(0x297)](),_0x1e23e7[_0x29d5bd(0x362)](_0x47c099=>_0x47c099[_0x29d5bd(0x60c)]()),_0x1e23e7['clear']();});}function _0x11190e(_0x285a99){const _0x3118c5=_0x118bac;let {stage:_0xaaa5d8,isOwnedChildInteraction:_0x3c5e3a}=_0x285a99;return _0xaaa5d8===_0x3118c5(0x510)&&_0x3c5e3a;}function _0x1fa08d(_0x53ab72){const _0x48d3de=_0x118bac;return _0x53ab72[_0x48d3de(0x765)]<_0x53ab72[_0x48d3de(0x2cc)];}function _0x49f2c6(_0x55ff3f){const _0x5a3461=_0x118bac;return _0x55ff3f===_0x5a3461(0x4e9)||_0x55ff3f===_0x5a3461(0x708)||_0x55ff3f===_0x5a3461(0x222)||_0x55ff3f===_0x5a3461(0x10a)||_0x55ff3f===_0x5a3461(0xff);}function _0x378846(_0x21a560){const _0x4e9b45=_0x118bac;return _0x21a560['id']===_0x4e9b45(0x195)||_0x21a560['id'][_0x4e9b45(0x5ea)]('__editor_docs-')||_0x21a560['id']['startsWith'](_0x4e9b45(0x2b4))||_0x21a560[_0x4e9b45(0x46f)](_0x4e9b45(0x2fd))!=null;}function _0xa5535e(_0x2803b5,_0x8d714d){const _0x4beb01=_0x118bac;if(!_0x2803b5||_0x8d714d[_0x4beb01(0x51d)]===0x0)return;let _0x843e01=_0x8d714d[0x0][_0x4beb01(0x18b)][_0x4beb01(0xfc)];_0x843e01 instanceof HTMLElement&&(_0x8d714d[_0x4beb01(0x48c)](_0x2e09d0=>_0x2e09d0[_0x4beb01(0x1e8)](_0x843e01))||_0x843e01[_0x4beb01(0x46f)](_0x4beb01(0x779)+_0x2803b5+'\x22]')!=null)&&_0x843e01[_0x4beb01(0x502)]();}function _0x17c2ff(_0x44a3e9,_0x4744ff,_0x45f982){const _0x2e5526=_0x118bac;let _0x13507a=_0x4744ff!==0x0&&_0x44a3e9[_0x2e5526(0x3cd)]>_0x44a3e9[_0x2e5526(0x6b8)]&&(_0x4744ff<0x0?_0x44a3e9[_0x2e5526(0x25e)]>0x0:_0x44a3e9[_0x2e5526(0x25e)]+_0x44a3e9[_0x2e5526(0x6b8)]<_0x44a3e9['scrollWidth']),_0x2f11de=_0x45f982!==0x0&&_0x44a3e9['scrollHeight']>_0x44a3e9[_0x2e5526(0x337)]&&(_0x45f982<0x0?_0x44a3e9[_0x2e5526(0x329)]>0x0:_0x44a3e9['scrollTop']+_0x44a3e9['clientHeight']<_0x44a3e9[_0x2e5526(0x1e2)]);return _0x13507a||_0x2f11de;}function _0x43ab3e(_0xfe931f,_0x4bc6f6=0x1,_0x5f4554=0x1){const _0x51553c=_0x118bac;let _0x1458ee=_0xfe931f[_0x51553c(0x74a)]/(Math[_0x51553c(0x4d8)](_0x4bc6f6)||0x1),_0x55d660=_0xfe931f[_0x51553c(0x692)]/(Math[_0x51553c(0x4d8)](_0x5f4554)||0x1);if(_0xfe931f['shiftKey'])_0x1458ee=(_0xfe931f[_0x51553c(0x692)]||_0xfe931f['deltaX'])*0x3/(Math[_0x51553c(0x4d8)](_0x4bc6f6)||0x1),_0x55d660=0x0;else{let _0x138341=Math[_0x51553c(0x4d8)](_0x1458ee),_0xbecbce=Math['abs'](_0x55d660);_0xbecbce>=_0x138341*0x2?_0x1458ee=0x0:_0x138341>=_0xbecbce*0x2&&(_0x55d660=0x0);}return{'offsetX':_0x1458ee,'offsetY':_0x55d660};}function _0x12d3aa(_0x2b4e1f,_0x145064,_0x44d53a){const _0x920906=_0x118bac;var _0x585b24,_0x429367,_0x1fbdc1,_0x4d37b8;if(!_0x145064)return!0x1;let {offsetX:_0x21f9f1,offsetY:_0x556cdb}=_0x31b359(_0x2b4e1f,_0x145064,_0x44d53a);if(!_0x21f9f1&&!_0x556cdb)return!0x1;let _0xb37416=(_0x585b24=_0x145064[_0x920906(0x3b2)])==null?0x0:_0x585b24,_0x2f2131=(_0x429367=_0x145064[_0x920906(0x77b)])==null?0x0:_0x429367;if(_0x2b4e1f[_0x920906(0x63e)]===_0x920906(0x585)&&_0x145064[_0x920906(0x252)]&&(_0x2b4e1f[_0x920906(0x3b2)]!=null||_0x2b4e1f['viewportScrollY']!=null)){var _0x26e51f,_0xc7152;_0x145064[_0x920906(0x252)]({'viewportScrollX':(_0x26e51f=_0x2b4e1f['viewportScrollX'])==null?_0xb37416:_0x26e51f,'viewportScrollY':(_0xc7152=_0x2b4e1f[_0x920906(0x77b)])==null?_0x2f2131:_0xc7152});}else{if(_0x145064[_0x920906(0x78b)])_0x145064[_0x920906(0x78b)]({'viewportScrollX':_0x21f9f1,'viewportScrollY':_0x556cdb});else return!0x1;}let _0xb1578d=((_0x1fbdc1=_0x145064[_0x920906(0x3b2)])==null?0x0:_0x1fbdc1)!==_0xb37416||((_0x4d37b8=_0x145064[_0x920906(0x77b)])==null?0x0:_0x4d37b8)!==_0x2f2131;if(_0xb1578d){var _0x5b60c1;_0x44d53a==null||(_0x5b60c1=_0x44d53a[_0x920906(0x522)])==null||_0x5b60c1['call'](_0x44d53a,!0x0);}return _0xb1578d;}function _0x31b359(_0x3051e9,_0x31fce6,_0xfe2b68){const _0x5adf62=_0x118bac;if(_0x3051e9['source']===_0x5adf62(0x585)&&(_0x3051e9[_0x5adf62(0x3b2)]!=null||_0x3051e9[_0x5adf62(0x77b)]!=null)){var _0x4a3a60,_0x382817,_0x268ca2,_0x5f046c,_0x3976eb,_0x414256;return{'offsetX':((_0x4a3a60=(_0x382817=_0x3051e9[_0x5adf62(0x3b2)])==null?_0x31fce6[_0x5adf62(0x3b2)]:_0x382817)==null?0x0:_0x4a3a60)-((_0x268ca2=_0x31fce6[_0x5adf62(0x3b2)])==null?0x0:_0x268ca2),'offsetY':((_0x5f046c=(_0x3976eb=_0x3051e9[_0x5adf62(0x77b)])==null?_0x31fce6[_0x5adf62(0x77b)]:_0x3976eb)==null?0x0:_0x5f046c)-((_0x414256=_0x31fce6['viewportScrollY'])==null?0x0:_0x414256)};}return _0x43ab3e(_0x3051e9[_0x5adf62(0x1a5)],_0xfe2b68==null?void 0x0:_0xfe2b68[_0x5adf62(0x28d)],_0xfe2b68==null?void 0x0:_0xfe2b68['scaleY']);}function _0x2c8598(_0x10733b){const _0x520a05=_0x118bac;return _0x10733b[_0x520a05(0x539)]?_0x10733b[_0x520a05(0x5f6)]+0x34:_0x10733b[_0x520a05(0x5f6)];}function _0x39cac2(_0x4ae3d2){const _0x3281f9=_0x118bac;var _0x900330;let {data:_0x3f50de,customBlockRenderViewport:_0x44dd3b}=_0x4ae3d2,_0x1fc8a1=(0x0,_0x1468c8[_0x3281f9(0x60a)])(_0x4a1c51[_0x3281f9(0x36f)]),_0x526efc=(0x0,_0x1468c8[_0x3281f9(0x60a)])(_0x4a1c51[_0x3281f9(0x723)]),_0x5be494=(0x0,_0x1468c8[_0x3281f9(0x60a)])(_0x1b1b3f['IRenderManagerService']),_0x3f8f6b=_0xf0fc07(_0x3f50de),_0x4ba877=_0x3f8f6b==null?void 0x0:_0x3f8f6b[_0x3281f9(0x2dc)],_0x3dc63c=_0x4ba877==null?(_0x900330=_0x526efc['getCurrentUnitOfType'](_0x4a1c51['UniverInstanceType'][_0x3281f9(0x3e8)]))==null?void 0x0:_0x900330[_0x3281f9(0x5eb)]():_0x4ba877,_0x29d90a=(0x0,_0x4f18af[_0x3281f9(0x4b8)])(null),_0x4bf591=(0x0,_0x4f18af['useRef'])(null),[_0x25ed22,_0x1ef462]=(0x0,_0x4f18af['useState'])(()=>(0x0,_0x16f5e7['createDefaultDocsTableLikeCustomBlockBleedViewport'])()),_0x103427=(0x0,_0x4f18af[_0x3281f9(0x4b8)])(_0x25ed22),_0x33dba9=(0x0,_0x4a8aca[_0x3281f9(0x66a)])(_0x3f8f6b==null?void 0x0:_0x3f8f6b['childType']),_0xae8895=_0x44dd3b==null?void 0x0:_0x44dd3b[_0x3281f9(0x3e5)],_0x3a009f=_0x44dd3b==null?void 0x0:_0x44dd3b[_0x3281f9(0x452)],_0x565818=_0x44dd3b==null?void 0x0:_0x44dd3b['contentWidth'];_0x103427[_0x3281f9(0x67d)]=_0x25ed22,(0x0,_0x4f18af[_0x3281f9(0x207)])(()=>{if(!_0x4ba877)return;let _0x16fb2e=[],_0x48b32a=()=>{const _0x5ee44e=_0x511b;let _0x2c5f6e=_0x526efc[_0x5ee44e(0x553)](_0x4ba877,_0x4a1c51[_0x5ee44e(0x336)][_0x5ee44e(0x3e8)]),_0x33d37c=_0x2c5f6e==null?void 0x0:_0x2c5f6e[_0x5ee44e(0x5ff)];typeof _0x33d37c=='number'&&_0x1fc8a1[_0x5ee44e(0x2c5)](_0x16f5e7[_0x5ee44e(0x1c3)]['id'],{'unitId':_0x4ba877,'zoomRatio':_0x33d37c});},_0x5815cd=_0xd7463d=>{const _0x108807=_0x511b;let _0xa1117=requestAnimationFrame(_0xd7463d);_0x16fb2e[_0x108807(0x6f2)](()=>cancelAnimationFrame(_0xa1117));},_0x45a125=_0x133842=>{let _0x146640=setTimeout(_0x48b32a,_0x133842);_0x16fb2e['push'](()=>clearTimeout(_0x146640));};return _0x48b32a(),_0x5815cd(_0x48b32a),_0x5815cd(()=>_0x5815cd(_0x48b32a)),_0x45a125(0x78),_0x45a125(0x1f4),()=>{const _0x5d206d=_0x511b;_0x16fb2e[_0x5d206d(0x362)](_0x3c2c37=>_0x3c2c37());};},[_0x1fc8a1,_0x4ba877,_0x526efc]),(0x0,_0x4f18af[_0x3281f9(0xc5)])(()=>{const _0x35fef3=_0x3281f9;let _0x490e2d=_0x29d90a[_0x35fef3(0x67d)];if(!_0x490e2d||!_0x33dba9||typeof window>'u')return;let _0x3d60d4,_0x17b516=()=>{const _0x50ffd8=_0x35fef3;_0x3d60d4=void 0x0;let _0x4f42a4=_0x490e2d['getBoundingClientRect'](),_0xcd939d=_0x23582d(_0x565818,()=>_0x55c10c(_0x490e2d,_0x4f42a4[_0x50ffd8(0x5df)])),_0x3b42b1=(0x0,_0x16f5e7['resolveDocsTableLikeCustomBlockBleedViewport'])(_0x490e2d,_0xcd939d,{'bleedLeft':_0xae8895,'bleedWidth':_0x3a009f});_0x1ef462(_0x39d27b=>Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x3e5)]-_0x3b42b1[_0x50ffd8(0x3e5)])<0.5&&Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x413)]-_0x3b42b1[_0x50ffd8(0x413)])<0.5&&Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x452)]-_0x3b42b1[_0x50ffd8(0x452)])<0.5&&Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x684)]-_0x3b42b1[_0x50ffd8(0x684)])<0.5&&Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x38a)]-_0x3b42b1[_0x50ffd8(0x38a)])<0.5?_0x39d27b:_0x3b42b1);},_0x59b44b=()=>{const _0x14986d=_0x35fef3;_0x3d60d4==null&&(_0x3d60d4=window[_0x14986d(0x668)](_0x17b516));},_0xdf1004=_0x3a591e=>{const _0x4ddf36=_0x35fef3;_0x24a209(_0x490e2d,_0x3a591e[_0x4ddf36(0x6a7)])&&_0x59b44b();};_0x17b516();let _0x57974e=new ResizeObserver(_0x59b44b);return _0x57974e[_0x35fef3(0x53c)](_0x490e2d),window[_0x35fef3(0x607)]('resize',_0x59b44b),window[_0x35fef3(0x607)]('scroll',_0xdf1004,!0x0),()=>{const _0x15f8cb=_0x35fef3;_0x3d60d4!=null&&window[_0x15f8cb(0x1a8)](_0x3d60d4),_0x57974e['disconnect'](),window[_0x15f8cb(0x5cf)](_0x15f8cb(0x67e),_0x59b44b),window[_0x15f8cb(0x5cf)]('scroll',_0xdf1004,!0x0);};},[_0xae8895,_0x3a009f,_0x565818,_0x33dba9]),(0x0,_0x4f18af[_0x3281f9(0xc5)])(()=>{const _0x38cde1=_0x3281f9;let _0x157264=_0x29d90a[_0x38cde1(0x67d)];if(!_0x157264||!_0x33dba9){_0x4bf591[_0x38cde1(0x67d)]=null;return;}let _0x5b2b7d=()=>{const _0x1e7aab=_0x38cde1;_0x4bf591[_0x1e7aab(0x67d)]=_0x157264[_0x1e7aab(0x14a)](_0x1e7aab(0x495));};_0x5b2b7d();let _0x144d27=new MutationObserver(_0x5b2b7d);return _0x144d27[_0x38cde1(0x53c)](_0x157264,{'childList':!0x0,'subtree':!0x0}),()=>{_0x4bf591['current']=null,_0x144d27['disconnect']();};},[_0x33dba9]);let _0x4b96e5=_0x33dba9?_0x3600eb(_0x44dd3b==null?void 0x0:_0x44dd3b['contentHeight']):(0x0,_0x16f5e7[_0x3281f9(0xf1)])(_0x44dd3b==null?void 0x0:_0x44dd3b[_0x3281f9(0x5f6)],0x1),_0x19443d=_0x2c8598({'contentHeight':_0x4b96e5,'tableLike':_0x33dba9}),_0x3c9981=_0x2e5a2c({'contentHeight':_0x4b96e5,'viewportHeight':_0x44dd3b==null?void 0x0:_0x44dd3b[_0x3281f9(0x482)]}),_0x1acbb4=_0x33dba9?{'height':_0x19443d,'minHeight':_0x19443d}:void 0x0,_0x58242c=(0x0,_0x4f18af[_0x3281f9(0x313)])((_0x4bd6b0,_0x53643c)=>{const _0x4c2936=_0x3281f9;var _0x5d0906;let _0x13be6c=(_0x5d0906=_0x5be494['getRenderUnitById'](_0x53643c[_0x4c2936(0x2dc)]))==null?void 0x0:_0x5d0906['scene'];return _0x12d3aa({..._0x53643c,'event':_0x4bd6b0,'source':_0x4c2936(0x729),'stage':'stage2'},_0x13be6c==null?void 0x0:_0x13be6c['getViewport'](_0x16f5e7['VIEWPORT_KEY']['VIEW_MAIN']),_0x13be6c);},[_0x5be494]),_0xc63b51=(0x0,_0x4f18af[_0x3281f9(0x313)])(_0x2fd39d=>{const _0x55ed5f=_0x3281f9;var _0x460049;if(!_0x3dc63c)return!0x1;let _0x2282af=(_0x460049=_0x5be494[_0x55ed5f(0x72a)](_0x3dc63c))==null?void 0x0:_0x460049[_0x55ed5f(0x4b1)];return _0x12d3aa({'event':_0x2fd39d,'source':'wheel','stage':_0x55ed5f(0x510)},_0x2282af==null?void 0x0:_0x2282af[_0x55ed5f(0x551)](_0x16f5e7[_0x55ed5f(0x265)][_0x55ed5f(0x17a)]),_0x2282af);},[_0x5be494,_0x3dc63c]),_0x28c2c2=(0x0,_0x4f18af['useCallback'])(_0x6dea4e=>{_0x426f61(_0x5be494,_0x3dc63c,_0x6dea4e);},[_0x5be494,_0x3dc63c]);return(0x0,_0x4f18af[_0x3281f9(0x207)])(()=>{const _0x28b152=_0x3281f9;let _0x4c3d10=_0x29d90a[_0x28b152(0x67d)];if(!_0x4c3d10||!_0x33dba9)return;let _0x5f5aa2=_0x22c100=>{const _0x4f3928=_0x28b152;var _0x2366cc;_0x3b8acc(_0x22c100)&&((_0x2366cc=_0x4c3d10['querySelector'](_0x4f3928(0xc9)))==null?void 0x0:_0x2366cc[_0x4f3928(0xcc)][_0x4f3928(0x523)])===_0x4f3928(0x510)&&_0xc63b51(_0x22c100)&&(_0x22c100['preventDefault'](),_0x22c100[_0x4f3928(0x6ed)](),_0x22c100[_0x4f3928(0x65c)]());};return _0x4c3d10['addEventListener'](_0x28b152(0x729),_0x5f5aa2,{'capture':!0x0,'passive':!0x1}),()=>_0x4c3d10['removeEventListener']('wheel',_0x5f5aa2,{'capture':!0x0});},[_0xc63b51,_0x33dba9]),(0x0,_0x4f18af[_0x3281f9(0x207)])(()=>{const _0x417989=_0x3281f9;let _0xcb9790=_0x29d90a['current'];if(!_0xcb9790||!_0x33dba9)return;let _0x9ee266=_0x42263c({'getLive':()=>_0x4bf591[_0x417989(0x67d)],'getStage':()=>{const _0x11c941=_0x417989;var _0x1201d1;return(_0x1201d1=_0xcb9790[_0x11c941(0x14a)]('[data-embed-float-dom]'))==null?void 0x0:_0x1201d1[_0x11c941(0xcc)][_0x11c941(0x523)];},'getMaxScrollLeft':()=>{const _0x16ceb5=_0x417989;let _0x4bb761=_0x103427[_0x16ceb5(0x67d)][_0x16ceb5(0x38a)]-_0x103427[_0x16ceb5(0x67d)][_0x16ceb5(0x452)];return _0x4bb761>0x0?_0x4bb761:void 0x0;}});return _0xcb9790[_0x417989(0x607)](_0x417989(0x729),_0x9ee266,{'capture':!0x0,'passive':!0x1}),()=>_0xcb9790[_0x417989(0x5cf)](_0x417989(0x729),_0x9ee266,{'capture':!0x0});},[_0x33dba9]),(0x0,_0x258aa1[_0x3281f9(0x199)])('div',{'ref':_0x29d90a,'className':_0x3281f9(0x394),'data-u-comp':_0x3281f9(0x425),'data-embed-docs-custom-block':_0x3281f9(0xd4),'data-embed-docs-custom-block-child-type':(_0x3f8f6b==null?void 0x0:_0x3f8f6b[_0x3281f9(0x559)])==null?void 0x0:String(_0x3f8f6b[_0x3281f9(0x559)]),'data-embed-docs-custom-block-sheet-like':_0x33dba9?'true':void 0x0,'style':_0x1acbb4,'children':(0x0,_0x258aa1[_0x3281f9(0x199)])(_0x2cdbbb,{..._0x4ae3d2,'docsCustomBlockLayout':_0x33dba9?{'bleedLeft':_0x25ed22[_0x3281f9(0x3e5)],'bleedWidth':_0x25ed22[_0x3281f9(0x452)],'contentHeight':_0x4b96e5,'floatingMenuInsetTop':0x34,'sheetLike':!0x0,'viewportHeight':_0x3c9981}:{'floatingMenuInsetTop':0x34,'sheetLike':!0x1},'interactionFlow':_0x3281f9(0x546),'onHostWheel':_0x33dba9?_0x58242c:void 0x0,'onRuntimeStageEnter':_0x28c2c2,'syncHostVerticalScroll':_0x33dba9})});}function _0x426f61(_0x36ef2c,_0x1e48e0,_0x2724c2){const _0x4a77ef=_0x118bac;var _0x2063d1;_0x2724c2!=='stage2'||!_0x1e48e0||(_0x2063d1=_0x36ef2c[_0x4a77ef(0x72a)](_0x1e48e0))==null||(_0x2063d1=_0x2063d1['with'](_0x16f5e7['DocSelectionRenderService']))==null||_0x2063d1[_0x4a77ef(0x502)]();}function _0x346d39(_0x375c6a){return _0x4baa5c=>{const _0x39d4ed=_0x511b;var _0x141e75;let _0x4f72ad=_0x375c6a[_0x39d4ed(0x71b)]();!_0x4f72ad||_0x4baa5c[_0x39d4ed(0xfe)]||_0x4baa5c['metaKey']||(0x0,_0x16f5e7['scrollDocsTableLikeCustomBlockLive'])(_0x4baa5c,_0x4f72ad,{'maxScrollLeft':(_0x141e75=_0x375c6a[_0x39d4ed(0x286)])==null?void 0x0:_0x141e75[_0x39d4ed(0xf4)](_0x375c6a)})&&(_0x4baa5c['preventDefault'](),_0x4baa5c[_0x39d4ed(0x6ed)]());};}function _0x42263c(_0x306d2d){let _0x1bd19b=_0x346d39(_0x306d2d);return _0x32db6b=>{const _0x5da9c=_0x511b;_0x306d2d[_0x5da9c(0x6ac)]()!==_0x5da9c(0x510)||!_0x588c3b(_0x32db6b)||_0x1bd19b(_0x32db6b);};}function _0x3600eb(_0x35b3b5){return(0x0,_0x16f5e7['resolveDocsTableLikeCustomBlockContentHeight'])(_0x35b3b5,0x1e0);}function _0x2e5a2c(_0x3a0f22){const _0x2dd33f=_0x118bac;return(0x0,_0x16f5e7[_0x2dd33f(0xf1)])(_0x3a0f22['viewportHeight'],_0x3a0f22[_0x2dd33f(0x5f6)]);}function _0x23582d(_0x1ee981,_0x5a819b){const _0x777d8a=_0x118bac;return Number[_0x777d8a(0xf6)](_0x1ee981)&&(_0x1ee981==null?0x0:_0x1ee981)>0x0?_0x1ee981:(0x0,_0x16f5e7[_0x777d8a(0x247)])(void 0x0,_0x5a819b());}function _0x24a209(_0x48c1dc,_0x4f0aac){const _0x5b2a88=_0x118bac;return!(_0x4f0aac instanceof Node&&_0x48c1dc[_0x5b2a88(0x1e8)](_0x4f0aac));}function _0xf0fc07(_0x23c534){const _0xc287ce=_0x118bac;if(!_0x23c534||typeof _0x23c534!=_0xc287ce(0x294))return;let _0x294e5a=_0x23c534;if(!(_0x294e5a['version']!==0x1||!_0x294e5a[_0xc287ce(0x5bc)]||!_0x294e5a[_0xc287ce(0x333)]))return _0x294e5a;}function _0x3b8acc(_0x1819ff){const _0x154fb4=_0x118bac;return _0x1819ff[_0x154fb4(0x623)]||_0x1819ff[_0x154fb4(0xfe)]||_0x1819ff['metaKey']?!0x1:Math[_0x154fb4(0x4d8)](_0x1819ff[_0x154fb4(0x692)])>Math[_0x154fb4(0x4d8)](_0x1819ff[_0x154fb4(0x74a)]);}function _0x588c3b(_0x265274){const _0x58c1f7=_0x118bac;if(_0x265274[_0x58c1f7(0xfe)]||_0x265274[_0x58c1f7(0x170)])return!0x1;let _0x425777=_0x265274['deltaX']||(_0x265274[_0x58c1f7(0x623)]?_0x265274['deltaY']:0x0),_0x53bf6d=_0x265274[_0x58c1f7(0x623)]?0x0:_0x265274['deltaY'];return Math['abs'](_0x425777)>Math[_0x58c1f7(0x4d8)](_0x53bf6d);}function _0x55c10c(_0x4a9266,_0x17b113){const _0x17dc74=_0x118bac;let _0x4d4a98=_0x4a9266[_0x17dc74(0x14a)](_0x17dc74(0x3b7)),_0x1e8c13=_0x4a9266[_0x17dc74(0x14a)]('[data-u-comp=\x22embed-float-dom-live-canvas\x22]'),_0x35d1d6=[Math[_0x17dc74(0x1d4)](0x1,_0x17b113)];return _0x56230f(_0x4d4a98,_0x35d1d6),_0x56230f(_0x1e8c13,_0x35d1d6),Math[_0x17dc74(0x1d4)](..._0x35d1d6[_0x17dc74(0x2f0)](_0x56a659=>Number[_0x17dc74(0xf6)](_0x56a659)&&_0x56a659>0x0));}function _0x56230f(_0x332c98,_0x4f61c5){const _0x7f702=_0x118bac;if(_0x332c98){_0x4f61c5['push'](_0x332c98[_0x7f702(0x3cd)],_0x332c98[_0x7f702(0x6a9)],_0x332c98['getBoundingClientRect']()['width']);for(let _0x557666 of Array[_0x7f702(0x289)](_0x332c98[_0x7f702(0x3de)])){if(!(_0x557666 instanceof HTMLElement))continue;let _0x1e2cac=_0x557666[_0x7f702(0x6b7)](),_0xca6d33=_0x332c98['getBoundingClientRect']();_0x4f61c5['push'](_0x557666[_0x7f702(0x3cd)],_0x557666[_0x7f702(0x6a9)],_0x1e2cac[_0x7f702(0x1b0)]-_0xca6d33['left']);}}}let _0x49a92f=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x3dd9d9){const _0x2f5a7e=_0x118bac;super(),this[_0x2f5a7e(0x4a0)]=_0x3dd9d9,this[_0x2f5a7e(0x5cc)]();}[_0x118bac(0x5cc)](){const _0x520cf8=_0x118bac;this['disposeWithMe'](this[_0x520cf8(0x4a0)]['register'](_0x4a8aca[_0x520cf8(0x1ea)],_0x39cac2)),this[_0x520cf8(0x377)](this[_0x520cf8(0x4a0)]['register'](_0x73305e[_0x520cf8(0x63d)],_0x2cdbbb));}};_0x49a92f=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51['Inject'])(_0x1468c8[_0x118bac(0x612)]))],_0x49a92f);let _0x3f3a8c=class{constructor(_0x758279,_0x19a1ec){const _0x4975a3=_0x118bac;this[_0x4975a3(0x609)]=_0x758279,this[_0x4975a3(0x732)]=_0x19a1ec,this[_0x4975a3(0x732)][_0x4975a3(0x246)]({'childType':_0x4a1c51[_0x4975a3(0x336)]['UNIVER_DOC'],'handleWheel':_0x3b0cf7=>this['_injector'][_0x4975a3(0x722)](_0xb53eea[_0x4975a3(0x1dc)])?this[_0x4975a3(0x609)][_0x4975a3(0x714)](_0xb53eea[_0x4975a3(0x1dc)])['handleWheel']({'childUnitId':_0x3b0cf7[_0x4975a3(0x4c1)],'event':_0x3b0cf7[_0x4975a3(0x1a5)],'source':_0x3b0cf7[_0x4975a3(0x63e)]}):!0x1,'order':0x64});}};_0x3f3a8c=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51['Inject'])(_0x4a1c51['Injector'])),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x3957bf))],_0x3f3a8c);let _0xbea479=[_0x4a1c51['UniverInstanceType']['UNIVER_DOC'],_0x4a1c51['UniverInstanceType'][_0x118bac(0x6c7)],_0x4a1c51[_0x118bac(0x336)][_0x118bac(0x109)],_0x4a1c51[_0x118bac(0x336)][_0x118bac(0x3af)]],_0x49babd=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x182544,_0x4270c4){const _0x3304ef=_0x118bac;super(),this[_0x3304ef(0x389)]=_0x182544,this['_anchorModelService']=_0x4270c4,_0xbea479['forEach'](_0x48b5bf=>{const _0x52b4cb=_0x3304ef;this['disposeWithMe'](this[_0x52b4cb(0x389)][_0x52b4cb(0x2bd)](_0x48b5bf)[_0x52b4cb(0x26e)](_0x13b27a=>{const _0x39af10=_0x52b4cb;this['_anchorModelService'][_0x39af10(0x40c)](_0x13b27a[_0x39af10(0x5eb)]());}));});}};_0x49babd=_0x5c1435([_0x4ded49(0x0,_0x4a1c51[_0x118bac(0x723)]),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e['EmbedHostAnchorModelService']))],_0x49babd);let _0x45af56=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x75a0d9,_0x350c73,_0x2f7853,_0x1fc916){const _0x569218=_0x118bac;super(),this[_0x569218(0x28a)]=_0x75a0d9,this[_0x569218(0x525)]=_0x350c73,this[_0x569218(0x242)]=_0x2f7853,this['_injector']=_0x1fc916,_0x2d0c25(this,_0x569218(0x37b),null),_0x2d0c25(this,'_currentOverride',null),this[_0x569218(0x377)]((0x0,_0x4a1c51[_0x569218(0xbb)])(this[_0x569218(0x28a)][_0x569218(0x678)]['subscribe'](_0x3be848=>{const _0x4ae43c=_0x569218;var _0x22649b,_0x39b749,_0x152d0c;if(!_0x3be848){this[_0x4ae43c(0x37b)]?(this[_0x4ae43c(0x37b)][_0x4ae43c(0x60c)](),this[_0x4ae43c(0x37b)]=null):this['_ribbonOverrideService'][_0x4ae43c(0x173)](),this[_0x4ae43c(0x75e)]=null;return;}if(_0x32d35e(this[_0x4ae43c(0x75e)],_0x3be848))return;(_0x22649b=this[_0x4ae43c(0x37b)])==null||_0x22649b['dispose'](),this[_0x4ae43c(0x37b)]=null,this[_0x4ae43c(0x75e)]=null;let _0x4ea5d3=this[_0x4ae43c(0x525)][_0x4ae43c(0x714)](_0x3be848[_0x4ae43c(0x559)]),_0x570fe1=_0x4ea5d3==null||(_0x39b749=_0x4ea5d3[_0x4ae43c(0x470)])==null?void 0x0:_0x39b749[_0x4ae43c(0xf4)](_0x4ea5d3,{'childType':_0x3be848[_0x4ae43c(0x559)],'childUnitId':_0x3be848['childUnitId'],'injector':this[_0x4ae43c(0x609)],'embedId':_0x3be848[_0x4ae43c(0x5bc)],'hostUnitId':_0x3be848['hostUnitId'],'entry':_0x3be848['entry']});if(!_0x570fe1){this['_ribbonOverrideService'][_0x4ae43c(0x173)]();return;}this[_0x4ae43c(0x242)]['activate']({'id':_0x3be848[_0x4ae43c(0x5bc)],'ribbonService':_0x570fe1[_0x4ae43c(0x3c1)],'injector':_0x570fe1['injector'],'portalContainer':(_0x152d0c=_0x570fe1[_0x4ae43c(0x439)])==null?_0x3be848['portalContainer']:_0x152d0c,'placeholderTitle':_0x570fe1[_0x4ae43c(0x667)],'hideToolbar':_0x570fe1[_0x4ae43c(0x4ac)]}),this[_0x4ae43c(0x75e)]=_0x3be848,this[_0x4ae43c(0x37b)]=(0x0,_0x4a1c51[_0x4ae43c(0xbb)])(()=>{const _0x82d6d2=_0x4ae43c;var _0x293b06;this[_0x82d6d2(0x242)][_0x82d6d2(0x173)](_0x3be848[_0x82d6d2(0x5bc)]),(_0x293b06=_0x570fe1['disposable'])==null||_0x293b06[_0x82d6d2(0x60c)](),this[_0x82d6d2(0x75e)]=null;});})));}['dispose'](){const _0x187b6e=_0x118bac;var _0x2ddab3;(_0x2ddab3=this[_0x187b6e(0x37b)])==null||_0x2ddab3[_0x187b6e(0x60c)](),this[_0x187b6e(0x37b)]=null,this['_currentOverride']=null,super[_0x187b6e(0x60c)]();}};_0x45af56=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51['Inject'])(_0x247cd5)),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x1f9ba5)),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x1468c8[_0x118bac(0x189)])),_0x4ded49(0x3,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51[_0x118bac(0x721)]))],_0x45af56);function _0x32d35e(_0x1a7060,_0x5121ec){const _0x5ebd02=_0x118bac;return _0x1a7060!=null&&_0x1a7060[_0x5ebd02(0x2dc)]===_0x5121ec[_0x5ebd02(0x2dc)]&&_0x1a7060[_0x5ebd02(0x5bc)]===_0x5121ec['embedId']&&_0x1a7060['childUnitId']===_0x5121ec[_0x5ebd02(0x4c1)]&&_0x1a7060['childType']===_0x5121ec['childType']&&_0x1a7060[_0x5ebd02(0x3be)]===_0x5121ec[_0x5ebd02(0x3be)]&&_0x1a7060[_0x5ebd02(0x531)]===_0x5121ec[_0x5ebd02(0x531)]&&_0x1a7060[_0x5ebd02(0x439)]===_0x5121ec[_0x5ebd02(0x439)]&&_0x1a7060[_0x5ebd02(0x176)]===_0x5121ec['hideHostFxBar']&&_0x1a7060[_0x5ebd02(0xd5)]===_0x5121ec[_0x5ebd02(0xd5)];}function _0x53f00c(_0x5dcdf5){const _0x28dfc5=_0x118bac;let _0x24ff16=[];return[[_0x4a1c51[_0x28dfc5(0x336)]['UNIVER_DOC'],_0x28dfc5(0x463)],[_0x4a1c51[_0x28dfc5(0x336)][_0x28dfc5(0x6c7)],_0x28dfc5(0x633)],[_0x4a1c51['UniverInstanceType'][_0x28dfc5(0x3af)],_0x28dfc5(0x3ef)],[_0x4a1c51['UniverInstanceType'][_0x28dfc5(0x109)],'bases-ui.ribbon']][_0x28dfc5(0x362)](([_0x47ea2b,_0x169bb6])=>{const _0x3cce53=_0x28dfc5;let _0x4ca3db=_0x4ef1fb(_0x5dcdf5,{'childType':_0x47ea2b,'id':_0x169bb6});_0x4ca3db&&_0x24ff16[_0x3cce53(0x6f2)](_0x4ca3db);}),_0x24ff16;}var _0x2b6f2d=class{constructor(){const _0x15b23c=_0x118bac;_0x2d0c25(this,_0x15b23c(0x2e5),new Map());}[_0x118bac(0x246)](_0x23b1fb){const _0x26855f=_0x118bac;return this['_providers']['set'](_0x23b1fb[_0x26855f(0x559)],_0x23b1fb),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x1db99e=_0x26855f;this['_providers'][_0x1db99e(0x714)](_0x23b1fb[_0x1db99e(0x559)])===_0x23b1fb&&this['_providers'][_0x1db99e(0x2cd)](_0x23b1fb[_0x1db99e(0x559)]);});}[_0x118bac(0x714)](_0x14da92){const _0x38873e=_0x118bac;return this['_providers'][_0x38873e(0x714)](_0x14da92);}[_0x118bac(0x4ff)](){const _0x190447=_0x118bac;return[...this[_0x190447(0x2e5)][_0x190447(0x308)]()];}['measureContentSize'](_0x13dfd7){const _0x4bf485=_0x118bac;var _0x469799;return(_0x469799=this[_0x4bf485(0x714)](_0x13dfd7['childType']))==null?void 0x0:_0x469799[_0x4bf485(0x597)](_0x13dfd7);}};function _0x27640d(_0x5c4ace,_0x11b963,_0x1aa95e=_0x398a78(_0x5c4ace),_0x75ae7a={}){const _0x2377c8=_0x118bac;var _0x3c89db,_0x101327,_0x481707,_0x1c85a5,_0x58456a;let _0x28878c=_0x5c4ace[_0x2377c8(0x5c1)][_0x2377c8(0x714)](_0x11b963),_0x2d09a6=(_0x3c89db=_0x75ae7a[_0x2377c8(0x44a)])==null?_0x75ae7a[_0x2377c8(0x73a)]===!0x1?void 0x0:(_0x101327=(_0x481707=_0x5c4ace['runtimeScope'])==null?void 0x0:_0x481707[_0x2377c8(0x5c1)])==null?_0x451c5a(_0x5c4ace):_0x101327:_0x3c89db,_0x2a24e3=!_0x75ae7a[_0x2377c8(0x44a)]&&_0x2d09a6!==((_0x1c85a5=_0x5c4ace[_0x2377c8(0x41f)])==null?void 0x0:_0x1c85a5[_0x2377c8(0x5c1)]),_0x598326=_0xfe0e7d(_0x28878c,_0x5c4ace[_0x2377c8(0x4c1)],_0x2d09a6);if(!_0x598326){_0x2a24e3&&(_0x2d09a6==null||_0x2d09a6['dispose']());return;}_0x1aa95e[_0x2377c8(0xcc)][_0x2377c8(0x6e8)]=_0x5c4ace[_0x2377c8(0x4c1)],_0x1aa95e[_0x2377c8(0xcc)][_0x2377c8(0x26d)]=_0x5c4ace[_0x2377c8(0x6af)][_0x2377c8(0x395)];try{var _0x10a409,_0x5cd683;(_0x10a409=(_0x5cd683=_0x598326[_0x2377c8(0x666)])[_0x2377c8(0x40b)])==null||_0x10a409[_0x2377c8(0xf4)](_0x5cd683);}catch{}_0x598326[_0x2377c8(0x666)][_0x2377c8(0xde)](_0x1aa95e),_0x4479f2(_0x598326,_0x1aa95e),_0xb2724a(_0x598326,{'activate':(_0x58456a=_0x75ae7a['activate'])==null||_0x58456a});let _0x411896=_0x451779(_0x598326,_0x1aa95e,{'activate':!0x1});return(0x0,_0x4a1c51[_0x2377c8(0xbb)])(()=>{const _0xe0bec5=_0x2377c8;var _0xd3cb88;_0x411896['dispose']();try{var _0x3395d1,_0x381ef2;(_0x3395d1=(_0x381ef2=_0x598326[_0xe0bec5(0x666)])['unmount'])==null||_0x3395d1[_0xe0bec5(0xf4)](_0x381ef2);}catch{}(_0xd3cb88=_0x28878c[_0xe0bec5(0x72e)])==null||_0xd3cb88['call'](_0x28878c,_0x5c4ace[_0xe0bec5(0x4c1)]),_0x1aa95e[_0xe0bec5(0x30f)]('data-embed-child-render-unit-id'),_0x1aa95e[_0xe0bec5(0x30f)](_0xe0bec5(0x619)),_0x2a24e3&&(_0x2d09a6==null||_0x2d09a6[_0xe0bec5(0x60c)]());});}function _0x451c5a(_0x49a2ad){const _0x3c3ffd=_0x118bac;if(typeof _0x49a2ad[_0x3c3ffd(0x5c1)]['has']==_0x3c3ffd(0x52a)&&!(!_0x49a2ad[_0x3c3ffd(0x5c1)]['has'](_0x4a1c51[_0x3c3ffd(0x723)])||!_0x49a2ad[_0x3c3ffd(0x5c1)][_0x3c3ffd(0x722)](_0x4a1c51[_0x3c3ffd(0x36f)])))return _0x53c6dd(_0x49a2ad);}function _0x451779(_0x5c9b1a,_0x27fded,_0x3af1f8={}){const _0x5a6aff=_0x118bac;if(typeof ResizeObserver>'u')return(0x0,_0x4a1c51['toDisposable'])(()=>{});let _0x48235f=-0x1,_0x1ce27b=-0x1,_0x439360=0x0,_0xb62a09=new ResizeObserver(_0xf8582e=>{const _0x5dbe11=_0x511b;var _0x73dd46,_0x2460b8,_0x3879ae;let _0xa242ac=(_0x73dd46=_0xf8582e[0x0])==null?void 0x0:_0x73dd46[_0x5dbe11(0x257)],_0x27d1aa=(_0x2460b8=_0xa242ac==null?void 0x0:_0xa242ac[_0x5dbe11(0x5df)])==null?_0x27fded[_0x5dbe11(0x6b8)]:_0x2460b8,_0x4cc6b9=(_0x3879ae=_0xa242ac==null?void 0x0:_0xa242ac[_0x5dbe11(0x2c7)])==null?_0x27fded[_0x5dbe11(0x337)]:_0x3879ae;(_0x27d1aa!==_0x48235f||_0x4cc6b9!==_0x1ce27b)&&(_0x48235f=_0x27d1aa,_0x1ce27b=_0x4cc6b9,_0x439360&&window['cancelAnimationFrame'](_0x439360),_0x439360=window[_0x5dbe11(0x668)](()=>{const _0x3667a4=_0x5dbe11;var _0x2117cb;_0x439360=0x0,_0xb2724a(_0x5c9b1a,{'activate':(_0x2117cb=_0x3af1f8[_0x3667a4(0x133)])!=null&&_0x2117cb});}));});return _0xb62a09[_0x5a6aff(0x53c)](_0x27fded),(0x0,_0x4a1c51[_0x5a6aff(0xbb)])(()=>{const _0x55fb4a=_0x5a6aff;_0x439360&&window[_0x55fb4a(0x1a8)](_0x439360),_0xb62a09[_0x55fb4a(0x1ed)]();});}function _0x398a78(_0x2ab1df){const _0x8f3025=_0x118bac;var _0x43fd4c,_0x584c95,_0x49f2a5;return(_0x43fd4c=(_0x584c95=(_0x49f2a5=_0x2ab1df[_0x8f3025(0x41f)][_0x8f3025(0x5b3)][_0x8f3025(0x648)])==null?_0x2ab1df['renderScope'][_0x8f3025(0x75f)]:_0x49f2a5)==null?_0x2ab1df[_0x8f3025(0x6af)]['contentRoot']:_0x584c95)==null?_0x2ab1df[_0x8f3025(0x6af)][_0x8f3025(0x2fe)]:_0x43fd4c;}function _0x4479f2(_0x1b0b5a,_0x4f943b){const _0x24f7cd=_0x118bac;var _0x3a6fc1,_0x441bc0,_0x51e655,_0x2dd490,_0x1219eb,_0x105f66;let _0x310635=(_0x3a6fc1=(_0x441bc0=(_0x51e655=_0x1b0b5a[_0x24f7cd(0x666)])['getCanvasElement'])==null?void 0x0:_0x441bc0[_0x24f7cd(0xf4)](_0x51e655))==null?(_0x2dd490=(_0x1219eb=_0x1b0b5a[_0x24f7cd(0x666)])[_0x24f7cd(0x2e1)])==null||(_0x2dd490=_0x2dd490[_0x24f7cd(0xf4)](_0x1219eb))==null||(_0x105f66=_0x2dd490[_0x24f7cd(0x5a6)])==null?void 0x0:_0x105f66[_0x24f7cd(0xf4)](_0x2dd490):_0x3a6fc1;!_0x310635||_0x310635[_0x24f7cd(0x6d4)]===_0x4f943b||_0x4f943b['appendChild'](_0x310635);}function _0x28d5e1(_0x1f4063,_0x344bea,_0x3ea3f3){const _0x22873f=_0x118bac;try{let _0x4129d6=_0x1f4063['getRenderUnitById'](_0x344bea);if(_0x4129d6){var _0x4dcf3a;if(!_0x3ea3f3||_0x567ca7(_0x4129d6)===_0x3ea3f3)return _0x4129d6;(_0x4dcf3a=_0x1f4063[_0x22873f(0x72e)])==null||_0x4dcf3a[_0x22873f(0xf4)](_0x1f4063,_0x344bea);}return _0x1f4063['createRender'](_0x344bea,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x3ea3f3,'skipAutoRender':!0x0});}catch{return;}}function _0xfe0e7d(_0x199709,_0x4e54b8,_0x3bb062){const _0x15137a=_0x118bac;try{let _0x28cbfe=_0x199709[_0x15137a(0x72a)](_0x4e54b8);if(_0x28cbfe){var _0x422f89;if(!_0x3bb062||_0x567ca7(_0x28cbfe)===_0x3bb062)return _0x28cbfe;(_0x422f89=_0x199709[_0x15137a(0x72e)])==null||_0x422f89['call'](_0x199709,_0x4e54b8);}return _0x199709['createRender'](_0x4e54b8,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x3bb062,'skipAutoRender':!0x0});}catch(_0x4d7047){var _0x17f3a6;(_0x17f3a6=_0x199709['removeRender'])==null||_0x17f3a6[_0x15137a(0xf4)](_0x199709,_0x4e54b8),console['warn'](_0x15137a(0x485),_0x4d7047);return;}}function _0x567ca7(_0x164eab){const _0x1ad0ec=_0x118bac;try{var _0x26cba4;return(_0x26cba4=_0x164eab[_0x1ad0ec(0x57c)])==null?void 0x0:_0x26cba4[_0x1ad0ec(0xf4)](_0x164eab,_0x4a1c51['Injector']);}catch{return;}}function _0xb2724a(_0x1f31b8,_0x5d15fc={}){const _0x3d9245=_0x118bac;var _0x402d9b,_0x4d3368,_0x1136a4,_0xb25c39;if(_0x5d15fc['activate']){var _0x20dc7c;(_0x20dc7c=_0x1f31b8['activate'])==null||_0x20dc7c['call'](_0x1f31b8);}_0x1f31b8[_0x3d9245(0x666)][_0x3d9245(0x67e)](),_0x1f31b8[_0x3d9245(0x16a)]['forEach'](_0xc492c4=>{const _0x409875=_0x3d9245;var _0x24d228,_0x358e49;(_0x24d228=_0xc492c4[_0x409875(0x3ea)])==null||_0x24d228[_0x409875(0xf4)](_0xc492c4,!0x0),(_0x358e49=_0xc492c4[_0x409875(0x522)])==null||_0x358e49[_0x409875(0xf4)](_0xc492c4,!0x0);}),(_0x402d9b=_0x1f31b8[_0x3d9245(0x321)])==null||(_0x4d3368=_0x402d9b[_0x3d9245(0x522)])==null||_0x4d3368[_0x3d9245(0xf4)](_0x402d9b,!0x0),_0x1f31b8[_0x3d9245(0x4b1)][_0x3d9245(0x522)](),(_0x1136a4=(_0xb25c39=_0x1f31b8[_0x3d9245(0x4b1)])[_0x3d9245(0x30d)])==null||_0x1136a4[_0x3d9245(0xf4)](_0xb25c39);}function _0x492d56(_0x54e758,_0x13b2f3){return{'childType':_0x13b2f3['childType'],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x42aa0d=>_0x44d0a6(_0x54e758,_0x13b2f3['renderManagerService'],_0x42aa0d)};}function _0x44d0a6(_0x141892,_0x48df9e,_0x5d1959){const _0x2154b4=_0x118bac;var _0x1c6ac8,_0x461041,_0x506d2b;if(_0x5d1959[_0x2154b4(0x533)]){let _0x543c77=_0xedafcd(_0x5d1959[_0x2154b4(0x533)]);if(_0x543c77)return _0x543c77;}if(typeof document>'u')return;let _0x33e455=document[_0x2154b4(0x4c7)]('div');_0x33e455[_0x2154b4(0x5d3)][_0x2154b4(0x5bb)]=_0x2154b4(0x696),_0x33e455[_0x2154b4(0x5d3)][_0x2154b4(0x41d)]=_0x2154b4(0x356),_0x33e455[_0x2154b4(0x5d3)]['top']='-100000px',_0x33e455['style'][_0x2154b4(0x5df)]=Math[_0x2154b4(0x1d4)](0x1,Math[_0x2154b4(0x3ee)](_0x5d1959[_0x2154b4(0x5df)]))+'px',_0x33e455[_0x2154b4(0x5d3)]['height']=Math[_0x2154b4(0x1d4)](0x1,Math[_0x2154b4(0x3ee)](_0x5d1959[_0x2154b4(0x2c7)]))+'px',_0x33e455[_0x2154b4(0x5d3)][_0x2154b4(0x383)]=_0x2154b4(0x35e),document['body']['appendChild'](_0x33e455);let _0x3694ae=_0x141892[_0x2154b4(0x714)](_0x48df9e),_0x2b2ed3=(_0x1c6ac8=_0x5d1959[_0x2154b4(0x533)])!=null&&(_0x1c6ac8=_0x1c6ac8['runtimeScope'])!=null&&_0x1c6ac8[_0x2154b4(0x5c1)]?void 0x0:_0x53c6dd(_0x416f57(_0x141892,_0x5d1959,_0x33e455)),_0x2c20f0=(_0x461041=(_0x506d2b=_0x5d1959[_0x2154b4(0x533)])==null||(_0x506d2b=_0x506d2b[_0x2154b4(0x41f)])==null?void 0x0:_0x506d2b[_0x2154b4(0x5c1)])==null?_0x2b2ed3:_0x461041,_0x1d7c49=_0x28d5e1(_0x3694ae,_0x5d1959[_0x2154b4(0x4c1)],_0x2c20f0);if(!_0x1d7c49){_0x2b2ed3==null||_0x2b2ed3[_0x2154b4(0x60c)](),_0x33e455[_0x2154b4(0x2f4)]();return;}try{var _0x58f98f,_0x342a24,_0x323088,_0x17b610,_0x15d860,_0x452738;_0x1d7c49[_0x2154b4(0x666)][_0x2154b4(0xde)](_0x33e455),_0xb2724a(_0x1d7c49,{'activate':!0x1});let _0x590a1d=(_0x58f98f=(_0x342a24=(_0x323088=_0x1d7c49[_0x2154b4(0x666)])[_0x2154b4(0x140)])==null?void 0x0:_0x342a24['call'](_0x323088))==null?(_0x17b610=(_0x15d860=_0x1d7c49[_0x2154b4(0x666)])[_0x2154b4(0x2e1)])==null||(_0x17b610=_0x17b610[_0x2154b4(0xf4)](_0x15d860))==null||(_0x452738=_0x17b610[_0x2154b4(0x5a6)])==null?void 0x0:_0x452738[_0x2154b4(0xf4)](_0x17b610):_0x58f98f;return!_0x590a1d||_0x590a1d[_0x2154b4(0x5df)]<=0x1||_0x590a1d['height']<=0x1||typeof _0x590a1d[_0x2154b4(0x69a)]!=_0x2154b4(0x52a)?void 0x0:_0x590a1d[_0x2154b4(0x69a)]('image/png');}catch{return;}finally{try{var _0x5cb168,_0xf10b59;(_0x5cb168=(_0xf10b59=_0x1d7c49[_0x2154b4(0x666)])[_0x2154b4(0x40b)])==null||_0x5cb168[_0x2154b4(0xf4)](_0xf10b59);}catch{}if(_0x2b2ed3){var _0xbbb89c;(_0xbbb89c=_0x3694ae[_0x2154b4(0x72e)])==null||_0xbbb89c[_0x2154b4(0xf4)](_0x3694ae,_0x5d1959['childUnitId']),_0x2b2ed3[_0x2154b4(0x60c)]();}_0x33e455[_0x2154b4(0x2f4)]();}}function _0x416f57(_0x1e5f25,_0x1c6115,_0xfef68b){const _0x2bce25=_0x118bac;let _0x2171ca=_0x56be2b(_0x1c6115),_0x423d1d=()=>{};return{'descriptor':_0x1c6115[_0x2bce25(0x319)],'layout':_0x2171ca,'injector':_0x1e5f25,'hostElement':_0xfef68b,'container':_0xfef68b,'hostUnitId':_0x1c6115['descriptor'][_0x2bce25(0x2dc)],'embedId':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x5bc)],'childUnitId':_0x1c6115['childUnitId'],'childType':_0x1c6115[_0x2bce25(0x559)],'renderScope':{'hostUnitId':_0x1c6115[_0x2bce25(0x319)]['hostUnitId'],'hostAnchorId':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x333)],'embedId':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x5bc)],'childUnitId':_0x1c6115[_0x2bce25(0x4c1)],'childType':_0x1c6115[_0x2bce25(0x559)],'layout':_0x2171ca,'mode':'float','rootElement':_0xfef68b,'contentRoot':_0xfef68b,'canvasRoot':_0xfef68b,'active$':(0x0,_0x416516['of'])(!0x1)},'runtimeScope':{'descriptor':_0x1c6115[_0x2bce25(0x319)],'host':{'unitId':_0x1c6115['descriptor'][_0x2bce25(0x2dc)],'type':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x53f)],'anchorId':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x333)],'entry':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x3be)],'layout':_0x2bce25(0x48d)},'child':{'unitId':_0x1c6115['childUnitId'],'type':_0x1c6115[_0x2bce25(0x559)]},'injector':_0x1e5f25,'roots':{'root':_0xfef68b,'content':_0xfef68b,'canvas':_0xfef68b,'overlay':_0xfef68b,'popup':_0xfef68b},'activate':_0x423d1d,'deactivate':_0x423d1d,'dispose':_0x423d1d}};}function _0x56be2b(_0x19aaba){const _0xf5013e=_0x118bac;var _0x1e34e1,_0x29612d,_0x378b1a;let _0x528672=(_0x1e34e1=_0x19aaba['descriptor'][_0xf5013e(0x584)])==null?void 0x0:_0x1e34e1['floating'];return _0x528672&&typeof _0x528672==_0xf5013e(0x294)&&typeof _0x528672[_0xf5013e(0x767)]==_0xf5013e(0x1b3)?_0x528672[_0xf5013e(0x767)]:(_0x29612d=(_0x378b1a=_0x19aaba[_0xf5013e(0x533)])==null?void 0x0:_0x378b1a['layout'])==null?_0xf5013e(0x780):_0x29612d;}var _0x3f8bf3=class{constructor(){_0x2d0c25(this,'_providers',new Map());}[_0x118bac(0x246)](_0x5dfa8c){const _0x3afa99=_0x118bac;if(this['_providers'][_0x3afa99(0x722)](_0x5dfa8c[_0x3afa99(0x559)]))throw Error(_0x3afa99(0x55d)+_0x5dfa8c['childType']);this['_providers'][_0x3afa99(0x3d4)](_0x5dfa8c[_0x3afa99(0x559)],_0x5dfa8c);}[_0x118bac(0x714)](_0x556bf4){const _0x387cfa=_0x118bac;return this[_0x387cfa(0x2e5)][_0x387cfa(0x714)](_0x556bf4);}['list'](){const _0x4c06ff=_0x118bac;return[...this[_0x4c06ff(0x2e5)][_0x4c06ff(0x308)]()];}};let _0x3b33ef=new WeakMap(),_0x5ee074=new WeakMap();function _0x3859ab(_0xb59328,_0x2f5479,_0x2a4812){const _0x29f58d=_0x118bac;var _0x39348c,_0xc9328f;if(_0xd567ee(_0xb59328)){_0x1d0171(_0xb59328,_0x2f5479,_0x2a4812);return;}let _0x544e0e=_0xb59328;if((_0x39348c=_0x5ee074['get'](_0x544e0e))!=null&&_0x39348c[_0x29f58d(0x722)](_0x2f5479))return;let _0x4a1157=(_0xc9328f=_0x3b33ef[_0x29f58d(0x714)](_0x544e0e))==null?new Map():_0xc9328f;_0x4a1157['set'](_0x2f5479,_0x2a4812),_0x3b33ef[_0x29f58d(0x3d4)](_0x544e0e,_0x4a1157);}function _0x1ffb2f(_0x42ab6d){const _0x45a7db=_0x118bac;if(!_0xd567ee(_0x42ab6d))return;let _0x60a7bf=_0x42ab6d,_0x583ed3=_0x3b33ef[_0x45a7db(0x714)](_0x60a7bf);_0x583ed3!=null&&_0x583ed3[_0x45a7db(0x347)]&&(_0x583ed3[_0x45a7db(0x362)]((_0x141654,_0x43b02a)=>_0x1d0171(_0x42ab6d,_0x43b02a,_0x141654)),_0x3b33ef[_0x45a7db(0x2cd)](_0x60a7bf));}function _0x1d0171(_0x4d84bf,_0x2e7464,_0x2b04cc){const _0x1830bd=_0x118bac;var _0x31483;let _0x14dd8d=_0x4d84bf,_0x22f724=(_0x31483=_0x5ee074[_0x1830bd(0x714)](_0x14dd8d))==null?new Set():_0x31483;_0x22f724[_0x1830bd(0x722)](_0x2e7464)||(_0x2b04cc(_0x4d84bf),_0x22f724[_0x1830bd(0x410)](_0x2e7464),_0x5ee074[_0x1830bd(0x3d4)](_0x14dd8d,_0x22f724));}function _0xd567ee(_0x33e861){const _0x2e0f7d=_0x118bac;return _0x33e861[_0x2e0f7d(0x722)](_0x73305e[_0x2e0f7d(0x717)])&&_0x33e861[_0x2e0f7d(0x722)](_0x1cd1ba)&&_0x33e861[_0x2e0f7d(0x722)](_0x55f3cf)&&_0x33e861['has'](_0x1f9ba5)&&_0x33e861[_0x2e0f7d(0x722)](_0x2a2d57)&&_0x33e861[_0x2e0f7d(0x722)](_0x23b823)&&_0x33e861[_0x2e0f7d(0x722)](_0x43540b)&&_0x33e861['has'](_0x2b6f2d)&&_0x33e861[_0x2e0f7d(0x722)](_0x3ef29)&&_0x33e861[_0x2e0f7d(0x722)](_0x3f8bf3);}function _0x39e948(_0x5cc497){let {childType:_0x4acda4,productName:_0x5cda5e}=_0x5cc497;return{'childType':_0x4acda4,'productName':_0x5cda5e,'hostChromeMode':'ribbon','layoutPolicy':{'tab':_0x73305e['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':_0x73305e['DEFAULT_EMBED_FLOAT_LAYOUT_POLICY'],'docFlow':_0x73305e['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':({childUnitId:_0x578c3b,embedId:_0x33cf26,injector:_0x540fc7})=>{const _0x3eac69=_0x511b;let _0x16bf4d=_0x267cca(_0x540fc7,{'childType':_0x4acda4,'childUnitId':_0x578c3b,'embedId':_0x33cf26,'menuSchema':_0xa88aca(_0x540fc7,_0x4acda4,_0x5cc497[_0x3eac69(0x5ed)])});return{'mode':_0x3eac69(0x1d6),'ribbonService':_0x16bf4d[_0x3eac69(0x3c1)],'injector':_0x16bf4d[_0x3eac69(0x5c1)],'placeholderTitle':_0x5cda5e,'disposable':_0x16bf4d[_0x3eac69(0x327)]};}};}function _0xa88aca(_0x5e9aa2,_0x52f669,_0x2a16ce){const _0x1fc26f=_0x118bac;let _0x519f57=_0x5e9aa2;if(typeof _0x519f57[_0x1fc26f(0x722)]==_0x1fc26f(0x52a)&&typeof _0x519f57[_0x1fc26f(0x714)]=='function'&&_0x519f57[_0x1fc26f(0x722)](_0x2a2d57)){let _0x278d87=_0x519f57['get'](_0x2a2d57)[_0x1fc26f(0x649)](_0x52f669,_0x1fc26f(0x1d6));if(_0x278d87)return _0x278d87;}return _0x2a16ce;}function _0x3dd20a(_0x57df7a){const _0x1293a3=_0x118bac;var _0xc70338;let _0x1a172d=_0x5aee0f(_0x57df7a);return{'childType':_0x57df7a['childType'],'productName':_0x57df7a['productName'],'hostChromeMode':_0x1a172d,'hostHeaderMode':(_0xc70338=_0x57df7a[_0x1293a3(0x37e)])==null?_0x1293a3(0x35e):_0xc70338,'layoutPolicy':{'tab':{..._0x73305e['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'ribbon':_0x1a172d==='none'?_0x1293a3(0x699):_0x1293a3(0x146)},'float':_0x73305e[_0x1293a3(0x2c6)],'docFlow':_0x73305e[_0x1293a3(0x521)]},'createRibbonOverride':_0x1a172d===_0x1293a3(0x31d)?()=>({'mode':'title-only','ribbonService':_0x2241c7(),'placeholderTitle':_0x57df7a[_0x1293a3(0x31c)],'hideToolbar':!0x0}):void 0x0};}function _0x5aee0f(_0x46db88){const _0x29ec73=_0x118bac;return _0x46db88[_0x29ec73(0x353)]?_0x46db88[_0x29ec73(0x353)]:_0x46db88[_0x29ec73(0x37e)]===_0x29ec73(0x1b2)?'title-only':_0x29ec73(0x35e);}function _0x2241c7(){return{'ribbon$':(0x0,_0x416516['of'])([]),'activatedTab$':(0x0,_0x416516['of'])(''),'collapsedIds$':(0x0,_0x416516['of'])([]),'fakeToolbarVisible$':(0x0,_0x416516['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function _0x215875(){const _0x35171b=_0x118bac;return _0x3dd20a({'childType':_0x4a1c51[_0x35171b(0x336)][_0x35171b(0x109)],'productName':_0x35171b(0x64a),'hostChromeMode':_0x35171b(0x31d)});}function _0x2ea304(_0x2913ba){const _0x555b3d=_0x118bac;return{'childType':_0x4a1c51['UniverInstanceType'][_0x555b3d(0x109)],'measureContentSize':_0x20eaa4=>{const _0x56cf92=_0x555b3d;var _0x315ab6;let _0x142809=_0x2913ba==null||(_0x315ab6=_0x2913ba[_0x56cf92(0x6dd)])==null?void 0x0:_0x315ab6['call'](_0x2913ba),_0x1f7e85=_0x26f890(_0x20eaa4[_0x56cf92(0x1f8)],_0x142809),_0x2e0649=_0x52087e(_0x20eaa4[_0x56cf92(0x1f8)],_0x142809);return _0x1f7e85==null&&_0x2e0649==null?void 0x0:{'height':_0x1f7e85,'width':_0x2e0649};}};}function _0x26f890(_0x259084,_0x47de37){const _0x1bf4ff=_0x118bac;var _0x2d4375,_0x286938;let _0x5be5f3=_0x259084==null||(_0x2d4375=_0x259084['getSnapshot'])==null?void 0x0:_0x2d4375['call'](_0x259084);if(!(_0x5be5f3!=null&&_0x5be5f3[_0x1bf4ff(0x6ef)]))return;let _0x444bb9=_0x3a7fcb(_0x5be5f3,_0x47de37==null?void 0x0:_0x47de37[_0x1bf4ff(0x52c)]);if(!_0x444bb9)return;let _0x387f74=_0x46b8b7(_0x444bb9,_0x47de37==null?void 0x0:_0x47de37[_0x1bf4ff(0x790)]);return _0x481ca6[_0x1bf4ff(0x6e3)]+_0x491307(_0x444bb9)*(0x0,_0x481ca6[_0x1bf4ff(0x5a3)])(_0x387f74==null||(_0x286938=_0x387f74[_0x1bf4ff(0x415)])==null?void 0x0:_0x286938[_0x1bf4ff(0x3cc)])+_0x481ca6[_0x1bf4ff(0x275)]+_0x481ca6['GRID_SUMMARY_HEIGHT'];}function _0x52087e(_0x45f7cd,_0x4529d8){const _0x3ef9e0=_0x118bac;var _0x2bea73,_0x3c227e,_0x1c1983,_0x525bc6;let _0x5e6e3a=_0x45f7cd==null||(_0x2bea73=_0x45f7cd[_0x3ef9e0(0x4f5)])==null?void 0x0:_0x2bea73['call'](_0x45f7cd);if(!(_0x5e6e3a!=null&&_0x5e6e3a[_0x3ef9e0(0x6ef)]))return;let _0x2ac0e0=_0x3a7fcb(_0x5e6e3a,_0x4529d8==null?void 0x0:_0x4529d8[_0x3ef9e0(0x52c)]);if(!_0x2ac0e0)return;let _0x6cc214=_0x46b8b7(_0x2ac0e0,_0x4529d8==null?void 0x0:_0x4529d8[_0x3ef9e0(0x790)]),_0xbc45ac=(_0x3c227e=_0x2ac0e0[_0x3ef9e0(0x101)])==null?{}:_0x3c227e;return _0x481ca6[_0x3ef9e0(0x58c)]+(_0x6cc214!=null&&(_0x1c1983=_0x6cc214[_0x3ef9e0(0x15e)])!=null&&_0x1c1983[_0x3ef9e0(0x51d)]?_0x6cc214[_0x3ef9e0(0x15e)]:(_0x525bc6=_0x2ac0e0['fieldOrder'])!=null&&_0x525bc6[_0x3ef9e0(0x51d)]?_0x2ac0e0[_0x3ef9e0(0x15e)]:Object[_0x3ef9e0(0x11c)](_0xbc45ac))['reduce']((_0x3ad0a9,_0x1c58af)=>{const _0x2ebfc2=_0x3ef9e0;var _0x5c558d,_0x5a0f89;let _0x2a9d91=_0xbc45ac[_0x1c58af],_0x345d8e=_0x6cc214==null||(_0x5c558d=_0x6cc214[_0x2ebfc2(0x6b0)])==null?void 0x0:_0x5c558d[_0x1c58af];return _0x2a9d91&&!(_0x345d8e!=null&&_0x345d8e[_0x2ebfc2(0x699)])?_0x3ad0a9+_0x25927a((_0x5a0f89=_0x345d8e==null?void 0x0:_0x345d8e['width'])==null?_0x2a9d91['width']:_0x5a0f89):_0x3ad0a9;},0x0)+_0x481ca6['GRID_ADD_FIELD_COLUMN_WIDTH'];}function _0x25927a(_0x2ba00c){const _0x33eb5e=_0x118bac;return typeof _0x2ba00c==_0x33eb5e(0x3bc)&&Number[_0x33eb5e(0xf6)](_0x2ba00c)&&_0x2ba00c>0x0?_0x2ba00c:_0x481ca6[_0x33eb5e(0x635)];}function _0x3a7fcb(_0x201b9e,_0x63fd70){const _0xeead28=_0x118bac;var _0x1cf7c2;let _0x351e1b=_0x63fd70?(_0x1cf7c2=_0x201b9e[_0xeead28(0x6ef)])==null?void 0x0:_0x1cf7c2[_0x63fd70]:void 0x0;return _0x351e1b==null?_0x252ed8(_0x201b9e):_0x351e1b;}function _0x46b8b7(_0x21baa5,_0xde46e9){var _0x4a8dcb;let _0xe9eb9c=_0xde46e9?(_0x4a8dcb=_0x21baa5['views'])==null?void 0x0:_0x4a8dcb[_0xde46e9]:void 0x0;return _0xe9eb9c==null?_0x3d47cf(_0x21baa5):_0xe9eb9c;}function _0x252ed8(_0x2bd0ce){const _0x566a47=_0x118bac;var _0x1dfbf2,_0x4bce66;let _0x4434ed=(_0x1dfbf2=_0x2bd0ce[_0x566a47(0x6ef)])==null?{}:_0x1dfbf2,_0x22ebc5=(_0x4bce66=_0x2bd0ce[_0x566a47(0x5c0)])==null?[]:_0x4bce66;return[..._0x22ebc5,...Object[_0x566a47(0x11c)](_0x4434ed)[_0x566a47(0x2f0)](_0x5d63a9=>!_0x22ebc5['includes'](_0x5d63a9))][_0x566a47(0x734)](_0x246e2e=>_0x4434ed[_0x246e2e])[_0x566a47(0x3ae)](_0x6efa82=>_0x6efa82);}function _0x3d47cf(_0x3193a1){const _0x486c23=_0x118bac;var _0x507f02,_0x2d4263;let _0x42a098=(_0x507f02=_0x3193a1[_0x486c23(0x2df)])==null?{}:_0x507f02,_0x1deca7=(_0x2d4263=_0x3193a1[_0x486c23(0x44d)])==null?[]:_0x2d4263;return[..._0x1deca7,...Object[_0x486c23(0x11c)](_0x42a098)[_0x486c23(0x2f0)](_0x144b7f=>!_0x1deca7['includes'](_0x144b7f))][_0x486c23(0x734)](_0x1c909d=>_0x42a098[_0x1c909d])[_0x486c23(0x3ae)](_0x1a796d=>_0x1a796d);}function _0x491307(_0x195e6e){const _0x189317=_0x118bac;var _0x577d52,_0x114314;let _0x368c8d=(_0x577d52=_0x195e6e[_0x189317(0x2b6)])==null?{}:_0x577d52;return((_0x114314=_0x195e6e[_0x189317(0x52f)])!=null&&_0x114314['length']?_0x195e6e[_0x189317(0x52f)]:Object['keys'](_0x368c8d))[_0x189317(0x2f0)](_0x3ecdae=>_0x368c8d[_0x3ecdae])[_0x189317(0x51d)];}function _0x264f49(_0x49979e,_0x5bc68a,_0x5ab9fa){return{...(0x0,_0x73305e['createBasesTableListBlockHostAdapterContribution'])(_0x49979e,_0x5bc68a),'activateAnchor':_0xfd9ed9=>{_0x2b8942(_0xfd9ed9['hostUnitId'],_0xfd9ed9['hostAnchorId'],_0x5bc68a,_0x11fb89(_0x5ab9fa));}};}function _0x572e8e(){const _0x4508ef=_0x118bac;return{'hostType':_0x4a1c51[_0x4508ef(0x336)][_0x4508ef(0x109)],'entry':_0x4508ef(0x29c),'layout':'tab-peer','supportedLayouts':['tab-peer'],'menuBehavior':'host-override','mount':_0x1b8449=>{const _0x51a8f8=_0x4508ef;let _0xd757b9=_0x387693(_0x51a8f8(0x1dd),_0x1b8449[_0x51a8f8(0x319)][_0x51a8f8(0x333)]);return _0xd757b9?{'hostElement':_0xd757b9}:{};}};}function _0x2b8942(_0x203643,_0xf26043,_0x435c52,_0x210598){const _0x274da1=_0x118bac;var _0x12add3;if(!_0x210598)return;_0x210598['activateTable'](_0xf26043);let _0x1e4414=(_0x12add3=_0x59488d(_0x435c52,_0x203643))==null?void 0x0:_0x12add3['tables'][_0xf26043],_0x55e27f=_0x1e4414==null?void 0x0:_0x1e4414['viewOrder'][_0x274da1(0x3ae)](_0x3387a2=>_0x1e4414[_0x274da1(0x2df)][_0x3387a2]);_0x55e27f&&_0x210598[_0x274da1(0x3d7)](_0x55e27f),_0x210598['setSelection'](null),_0x210598[_0x274da1(0x5b7)]();}function _0x59488d(_0x16de19,_0x2e3334){const _0x52e165=_0x118bac;var _0x9e92e1;return _0x16de19==null||(_0x9e92e1=_0x16de19['getUnit'](_0x2e3334,_0x4a1c51[_0x52e165(0x336)][_0x52e165(0x109)]))==null?void 0x0:_0x9e92e1[_0x52e165(0x4f5)]();}function _0x11fb89(_0x41e63e){const _0x26edde=_0x118bac;return typeof _0x41e63e==_0x26edde(0x52a)?_0x41e63e():_0x41e63e;}function _0x387693(_0x529af5,_0x2e2211){const _0x129d8e=_0x118bac;return document[_0x129d8e(0x14a)]('['+_0x529af5+'=\x22'+_0x377cbe(_0x2e2211)+'\x22]');}function _0x377cbe(_0x5bac89){const _0x591a68=_0x118bac;return _0x5bac89[_0x591a68(0x49d)](/\\/g,'\x5c\x5c')[_0x591a68(0x49d)](/"/g,'\x5c\x22');}function _0xa38eba(_0x535e81){const _0x21732e=_0x118bac;return{'childType':_0x4a1c51[_0x21732e(0x336)][_0x21732e(0x109)],'handleWheel'(_0x2109b2){const _0x16685e=_0x21732e;var _0x2bb8c6,_0x4069a5;if(_0x2109b2[_0x16685e(0x63e)]!==_0x16685e(0x585)&&_0x11ffd9(_0x2109b2[_0x16685e(0x767)],_0x2109b2[_0x16685e(0x1a5)]))return!0x1;let _0x45288c=(_0x2bb8c6=_0x2109b2[_0x16685e(0x41f)]['injector'])==null?_0x535e81:_0x2bb8c6,_0x4ad17b=_0x45288c[_0x16685e(0x722)](_0x481ca6['IBaseViewWheelScrollService'])?_0x45288c[_0x16685e(0x714)](_0x481ca6['IBaseViewWheelScrollService']):_0x535e81[_0x16685e(0x722)](_0x481ca6[_0x16685e(0x60b)])?_0x535e81['get'](_0x481ca6[_0x16685e(0x60b)]):void 0x0;return(_0x4069a5=_0x4ad17b==null?void 0x0:_0x4ad17b[_0x16685e(0x487)](_0x2109b2[_0x16685e(0x4c1)],_0x2962a1(_0x2109b2[_0x16685e(0x1a5)],_0x2109b2[_0x16685e(0x77b)])))!=null&&_0x4069a5;}};}function _0x2962a1(_0x2e872a,_0x33001b){const _0x586c8d=_0x118bac;return{'deltaX':_0x2e872a[_0x586c8d(0x74a)],'deltaY':_0x2e872a[_0x586c8d(0x692)],'deltaMode':_0x2e872a['deltaMode'],'clientX':_0x2e872a['clientX'],'clientY':_0x2e872a[_0x586c8d(0x573)],'shiftKey':_0x2e872a['shiftKey'],'viewportScrollY':_0x33001b};}function _0x4f3362(_0x543041,_0x4d7a33,_0x3a014a){const _0x3f8969=_0x118bac;let _0x47fe7a=_0x543041['descriptor'][_0x3f8969(0x492)];return _0x3a014a(_0x47fe7a),_0x4d7a33[_0x3f8969(0x301)](_0x13bb85=>{const _0x3f10a2=_0x3f8969;var _0x345e1a;if(!_0x56d89c(_0x13bb85))return;let {params:_0x18393d}=_0x13bb85;if(_0x18393d[_0x3f10a2(0x73c)]!==_0x543041[_0x3f10a2(0x2dc)]||_0x18393d[_0x3f10a2(0x319)][_0x3f10a2(0x5bc)]!==_0x543041[_0x3f10a2(0x5bc)])return;let _0x5b1265=_0x18393d[_0x3f10a2(0x319)]['displayTarget'];(0x0,_0x4a1c51['deepCompare'])((_0x345e1a=_0x47fe7a)==null?{}:_0x345e1a,_0x5b1265==null?{}:_0x5b1265)||(_0x47fe7a=_0x5b1265,_0x3a014a(_0x5b1265));});}function _0x56d89c(_0x22d1b4){const _0xa97fc2=_0x118bac;return _0x22d1b4['id']===_0x73305e[_0xa97fc2(0x2af)]['id']&&_0x22d1b4[_0xa97fc2(0xdf)]!==void 0x0&&_0xa97fc2(0x73c)in _0x22d1b4[_0xa97fc2(0xdf)]&&typeof _0x22d1b4['params'][_0xa97fc2(0x73c)]==_0xa97fc2(0x1b3)&&_0xa97fc2(0x319)in _0x22d1b4[_0xa97fc2(0xdf)]&&typeof _0x22d1b4[_0xa97fc2(0xdf)][_0xa97fc2(0x319)]==_0xa97fc2(0x294)&&_0x22d1b4[_0xa97fc2(0xdf)][_0xa97fc2(0x319)]!==null&&'embedId'in _0x22d1b4['params'][_0xa97fc2(0x319)]&&typeof _0x22d1b4[_0xa97fc2(0xdf)]['descriptor'][_0xa97fc2(0x5bc)]==_0xa97fc2(0x1b3);}function _0x4d019c(_0x5cfe12){const _0x8c4687=_0x118bac;return{'childType':_0x4a1c51[_0x8c4687(0x336)][_0x8c4687(0x109)],'supportedLayouts':[_0x8c4687(0x5f7),_0x8c4687(0x56c),_0x8c4687(0x780)],'beforeDeactivate':_0x24b50d,'mount':_0x40eb73=>_0x519201(_0x40eb73,_0x5cfe12)};}function _0x24b50d(_0x3785f4){const _0x2d7f8e=_0x118bac;var _0x1d4d8c;(_0x1d4d8c=_0x3785f4['runtimeScope'][_0x2d7f8e(0x555)])==null||_0x1d4d8c[_0x2d7f8e(0x2c5)](_0x481ca6[_0x2d7f8e(0x16e)]['id'],{'commit':!0x1});}function _0x519201(_0x102ea9,_0x376548){const _0x177d0c=_0x118bac;let _0x3c6201=_0x102ea9[_0x177d0c(0x5c1)]['get'](_0x4a1c51['IUniverInstanceService'])[_0x177d0c(0x553)](_0x102ea9[_0x177d0c(0x4c1)],_0x4a1c51[_0x177d0c(0x336)][_0x177d0c(0x109)]);if(!_0x3c6201)return;let _0x46dd78=new _0x481ca6[(_0x177d0c(0x126))](),_0x5ff090=new _0x481ca6[(_0x177d0c(0x34f))](),_0x3fcd20=new _0x481ca6[(_0x177d0c(0x4c4))](_0x46dd78),_0x258af8=new _0x481ca6[(_0x177d0c(0x45c))](),_0x39e5f6=_0x304a4a(_0x102ea9,_0x46dd78,_0x5ff090,_0x3fcd20);if(!_0x39e5f6){_0x258af8[_0x177d0c(0x60c)](),_0x3fcd20[_0x177d0c(0x60c)](),_0x5ff090[_0x177d0c(0x60c)](),_0x46dd78[_0x177d0c(0x60c)]();return;}let _0x4132f3=_0x5699ef(_0x102ea9);_0x242c47(_0x46dd78,_0x3c6201,_0x4132f3,_0x102ea9[_0x177d0c(0x319)]['displayTarget']);let _0x47dc2c=_0x4f3362(_0x102ea9,_0x376548,_0x5aad9b=>_0x12680e(_0x46dd78,_0x3c6201,_0x5aad9b)),_0x3033fc=_0x102ea9[_0x177d0c(0x319)][_0x177d0c(0x395)]==='readonly',_0x4a27d4=_0x942182(_0x102ea9['injector'],_0x39e5f6,_0x46dd78,_0x5ff090,_0x3fcd20,_0x4132f3,_0x258af8,_0x3033fc,_0x102ea9['runtimeScope']['roots']['popup']);_0x552485(_0x102ea9,_0x4a27d4);let _0x176839=_0x5ec93a(_0x102ea9),_0x20d0e4=_0x21b169(_0x176839),_0x310775=_0x4c4051(_0x102ea9,_0x4a27d4),_0x2fa999=_0x102ea9['injector'][_0x177d0c(0x714)](_0x4a1c51[_0x177d0c(0x723)]),_0x206d56=_0x2fa999[_0x177d0c(0x5b9)](_0x4a1c51[_0x177d0c(0x336)][_0x177d0c(0x109)]);return _0x2fa999[_0x177d0c(0x164)](_0x102ea9[_0x177d0c(0x4c1)]),_0x176839[_0x177d0c(0xcc)][_0x177d0c(0x6e8)]=_0x102ea9[_0x177d0c(0x4c1)],_0x176839[_0x177d0c(0xcc)][_0x177d0c(0x26d)]='base-workbench',_0x20d0e4[_0x177d0c(0x30d)]((0x0,_0x258aa1[_0x177d0c(0x199)])(_0x9354df,{'injector':_0x4a27d4,'mountContainer':_0x102ea9[_0x177d0c(0x41f)]['roots'][_0x177d0c(0x416)],'embedId':_0x102ea9['embedId'],'children':(0x0,_0x258aa1[_0x177d0c(0x199)])(_0x481ca6['RenderBaseWorkbench'],{})})),(0x0,_0x4a1c51[_0x177d0c(0xbb)])(()=>{const _0x3ee1cc=_0x177d0c;_0x47dc2c[_0x3ee1cc(0x60c)](),_0x310775[_0x3ee1cc(0x60c)](),_0x594117(_0x20d0e4),_0x206d56&&_0x2fa999[_0x3ee1cc(0x164)](_0x206d56[_0x3ee1cc(0x5eb)]()),_0x258af8[_0x3ee1cc(0x60c)](),_0x3fcd20[_0x3ee1cc(0x60c)](),_0x5ff090['dispose'](),_0x46dd78['dispose'](),_0x4a27d4[_0x3ee1cc(0x60c)](),_0x176839[_0x3ee1cc(0x2a8)]&&(_0x176839['removeAttribute'](_0x3ee1cc(0x64b)),_0x176839[_0x3ee1cc(0x30f)](_0x3ee1cc(0x619)));});}function _0x552485(_0x22bb68,_0x52decd){const _0x3748f8=_0x118bac;_0x22bb68['runtimeScope'][_0x3748f8(0x5c1)]=_0x52decd,_0x22bb68[_0x3748f8(0x41f)][_0x3748f8(0x558)]=_0x52decd[_0x3748f8(0x714)](_0x4a1c51[_0x3748f8(0x723)]),_0x22bb68[_0x3748f8(0x41f)][_0x3748f8(0x555)]=_0x52decd[_0x3748f8(0x714)](_0x4a1c51[_0x3748f8(0x36f)]);}function _0x5ec93a(_0x3dd596){const _0x237dcd=_0x118bac;var _0x1f6e2e,_0x287675,_0x43aff4,_0x5f2444,_0xacdbc9,_0x355812;return(_0x1f6e2e=(_0x287675=(_0x43aff4=(_0x5f2444=_0x3dd596[_0x237dcd(0x41f)])==null||(_0x5f2444=_0x5f2444[_0x237dcd(0x5b3)])==null?void 0x0:_0x5f2444[_0x237dcd(0x177)])==null?(_0xacdbc9=_0x3dd596[_0x237dcd(0x6af)])==null?void 0x0:_0xacdbc9[_0x237dcd(0x399)]:_0x43aff4)==null?(_0x355812=_0x3dd596[_0x237dcd(0x6af)])==null?void 0x0:_0x355812[_0x237dcd(0x2fe)]:_0x287675)==null?document:_0x1f6e2e;}function _0x4c4051(_0x35b3f4,_0x26ee43){const _0x30778c=_0x118bac;let _0x5c4c2f=!0x1,_0x1ea663=0x0,_0x2a9377=(0x0,_0x4a1c51[_0x30778c(0xbb)])(()=>{}),_0x27f89f,_0x559ef0=()=>{const _0x4b39bf=_0x30778c;if(_0x5c4c2f)return;let _0x373fcb=()=>{const _0x47f805=_0x511b;_0x1ea663=window[_0x47f805(0x668)](_0x559ef0);},_0x21908b=_0x2fffb9(_0x35b3f4);if(!_0x3b8b1f(_0x21908b)){_0x35b3f4[_0x4b39bf(0x1d0)][_0x4b39bf(0xcc)][_0x4b39bf(0x3c6)]='waiting-base-canvas-root',_0x373fcb();return;}if(_0x27f89f===_0x21908b&&_0x21908b[_0x4b39bf(0x14a)](_0x4b39bf(0x648)))return;_0x2a9377['dispose']();let _0x3264b9=_0x35b3f4[_0x4b39bf(0x5c1)][_0x4b39bf(0x714)](_0x1b1b3f[_0x4b39bf(0x402)]),_0x531f30;try{_0x531f30=_0xfe0e7d(_0x3264b9,_0x35b3f4[_0x4b39bf(0x4c1)],_0x26ee43);}catch(_0x4d4c55){_0x35b3f4[_0x4b39bf(0x1d0)]['dataset'][_0x4b39bf(0x41b)]=_0x4d4c55 instanceof Error?_0x4d4c55[_0x4b39bf(0x6db)]:String(_0x4d4c55),_0x531f30=void 0x0;}if(!_0x531f30){_0x35b3f4['container'][_0x4b39bf(0xcc)]['embedChildRenderStatus']=_0x4b39bf(0x26b),_0x27f89f=void 0x0,_0x373fcb();return;}delete _0x35b3f4[_0x4b39bf(0x1d0)]['dataset']['embedChildRenderError'],_0x21908b['dataset'][_0x4b39bf(0x6e8)]=_0x35b3f4['childUnitId'],_0x531f30['engine'][_0x4b39bf(0xde)](_0x21908b),_0xb2724a(_0x531f30,{'activate':_0x3a6e8c(_0x35b3f4)});let _0x9d3748=_0x451779(_0x531f30,_0x21908b,{'activate':!0x1});_0x2a9377=(0x0,_0x4a1c51[_0x4b39bf(0xbb)])(()=>{const _0x1329eb=_0x4b39bf;_0x9d3748[_0x1329eb(0x60c)]();try{var _0x476835,_0x4feb3c;(_0x476835=(_0x4feb3c=_0x531f30['engine'])[_0x1329eb(0x40b)])==null||_0x476835[_0x1329eb(0xf4)](_0x4feb3c);}catch{}_0x3264b9[_0x1329eb(0x72e)](_0x35b3f4['childUnitId']),_0x21908b[_0x1329eb(0x30f)](_0x1329eb(0x64b));}),_0x27f89f=_0x21908b,_0x35b3f4['container'][_0x4b39bf(0xcc)][_0x4b39bf(0x3c6)]='mounted',_0x373fcb();};return _0x1ea663=window[_0x30778c(0x668)](_0x559ef0),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x262c41=_0x30778c;_0x5c4c2f=!0x0,window[_0x262c41(0x1a8)](_0x1ea663),_0x2a9377[_0x262c41(0x60c)]();});}function _0x2fffb9(_0x4510f3){const _0xd66cdb=_0x118bac;return(0x0,_0x481ca6['getBaseCanvasRoot'])({'unitId':_0x4510f3[_0xd66cdb(0x4c1)],'scope':_0x5ec93a(_0x4510f3)});}function _0x3b8b1f(_0x50c43c){const _0x171a14=_0x118bac;return!!_0x50c43c&&_0x50c43c[_0x171a14(0x2a8)]&&_0x50c43c[_0x171a14(0x6b8)]>0x0&&_0x50c43c['clientHeight']>0x0;}function _0x3a6e8c(_0x2a792f){return!0x0;}function _0x304a4a(_0x29bcfc,_0x3a8834,_0x419746,_0x42de24){const _0x2699eb=_0x118bac;let _0x4ad61f=_0x29bcfc[_0x2699eb(0x5c1)][_0x2699eb(0x714)](_0x4a1c51[_0x2699eb(0x723)]),_0x563e52=_0x4ad61f[_0x2699eb(0x553)](_0x29bcfc['childUnitId'],_0x29bcfc[_0x2699eb(0x559)]);if(!_0x563e52)return;let _0x415fc2=_0x256fb5(_0x4ad61f,_0x29bcfc,_0x563e52),_0x55e34a=_0x17266e(_0x29bcfc[_0x2699eb(0x5c1)][_0x2699eb(0x714)](_0x4a1c51[_0x2699eb(0x36f)]),_0x3a8834,_0x419746,_0x42de24,_0x4ad61f,_0x29bcfc[_0x2699eb(0x4c1)]);return _0x309796(_0x29bcfc[_0x2699eb(0x5c1)],new Map([[_0x4a1c51['IUniverInstanceService'],_0x415fc2],[_0x4a1c51[_0x2699eb(0x36f)],_0x55e34a],[_0x481ca6['IBaseCanvasRootResolverService'],(0x0,_0x481ca6['createScopedBaseCanvasRootResolverService'])(_0x5ec93a(_0x29bcfc))]]));}function _0x256fb5(_0x5c284f,_0x422b59,_0x5e4a8a){const _0x2d8ff2=_0x118bac;return{'unitAdded$':_0x5c284f[_0x2d8ff2(0x3e3)],'unitDisposed$':_0x5c284f[_0x2d8ff2(0x6f1)],'focused$':(0x0,_0x416516['of'])(_0x5e4a8a['getUnitId']()),'getTypeOfUnitAdded$':_0x5c284f[_0x2d8ff2(0x382)][_0x2d8ff2(0x5ac)](_0x5c284f),'__addUnit':_0x5c284f[_0x2d8ff2(0x44b)][_0x2d8ff2(0x5ac)](_0x5c284f),'getTypeOfUnitDisposed$':_0x5c284f[_0x2d8ff2(0x2bd)][_0x2d8ff2(0x5ac)](_0x5c284f),'focusUnit':_0x84b77c=>{const _0x1a4996=_0x2d8ff2;_0x84b77c!==null&&_0x84b77c!==_0x422b59[_0x1a4996(0x4c1)]&&_0x5c284f[_0x1a4996(0x737)](_0x84b77c);},'getFocusedUnit':()=>_0x5e4a8a,'getCurrentUnitOfType':_0xa7698c=>_0xa7698c===_0x422b59[_0x2d8ff2(0x559)]?_0x5e4a8a:_0x5c284f[_0x2d8ff2(0x5b9)](_0xa7698c),'setCurrentUnitForType':_0x4ed536=>{const _0x3eea58=_0x2d8ff2;_0x4ed536!==_0x422b59['childUnitId']&&_0x5c284f[_0x3eea58(0x164)](_0x4ed536);},'getCurrentTypeOfUnit$':_0xfcb937=>_0xfcb937===_0x422b59['childType']?(0x0,_0x416516['of'])(_0x5e4a8a):_0x5c284f[_0x2d8ff2(0x759)](_0xfcb937),'createUnit':_0x5c284f[_0x2d8ff2(0x197)][_0x2d8ff2(0x5ac)](_0x5c284f),'getUnitCreateOptions':_0x5c284f[_0x2d8ff2(0x6ab)][_0x2d8ff2(0x5ac)](_0x5c284f),'disposeUnit':_0x5c284f[_0x2d8ff2(0x19f)][_0x2d8ff2(0x5ac)](_0x5c284f),'registerCtorForType':_0x5c284f[_0x2d8ff2(0x697)]['bind'](_0x5c284f),'getUnit':_0x5c284f[_0x2d8ff2(0x553)]['bind'](_0x5c284f),'getAllUnitsForType':_0x1b95b0=>_0x1b95b0===_0x422b59[_0x2d8ff2(0x559)]?[_0x5e4a8a]:_0x5c284f[_0x2d8ff2(0x731)](_0x1b95b0),'getUnitType':_0x5c284f[_0x2d8ff2(0x2b3)][_0x2d8ff2(0x5ac)](_0x5c284f)};}function _0x242c47(_0x336f3c,_0x8e60b9,_0x155bac='workbench',_0x4228a7){const _0x8fc910=_0x118bac;let {tableId:_0x532542,viewId:_0x4d76ff}=_0x59c17e(_0x8e60b9,_0x4228a7);_0x532542&&_0x336f3c[_0x8fc910(0x3df)](_0x532542),_0x4d76ff&&_0x336f3c[_0x8fc910(0x3d7)](_0x4d76ff),_0x336f3c[_0x8fc910(0x328)](_0x155bac==='workbench');}function _0x59c17e(_0x16d5c5,_0x4fc554){const _0x41579a=_0x118bac;var _0x1e5e8b,_0x3cb902,_0x4ff7ad,_0x11f6d4,_0x12a47f,_0x5a58bd,_0x5a67a1,_0x2768fc;let _0xcc1690=_0x16d5c5['getSnapshot'](),_0x1a1e23=_0x4fc554==null?void 0x0:_0x4fc554['tableId'],_0x5b23e8=_0x1a1e23&&(_0x1e5e8b=_0xcc1690[_0x41579a(0x6ef)])!=null&&_0x1e5e8b[_0x1a1e23]?_0x1a1e23:(_0x3cb902=(_0x4ff7ad=(_0x11f6d4=_0xcc1690[_0x41579a(0x5c0)])==null?void 0x0:_0x11f6d4['find'](_0x54c7b4=>{const _0x3c36d3=_0x41579a;var _0xd5833;return!!((_0xd5833=_0xcc1690[_0x3c36d3(0x6ef)])!=null&&_0xd5833[_0x54c7b4]);}))==null?Object[_0x41579a(0x11c)]((_0x12a47f=_0xcc1690[_0x41579a(0x6ef)])==null?{}:_0x12a47f)[0x0]:_0x4ff7ad)==null?'':_0x3cb902,_0x188144=(_0x5a58bd=_0xcc1690[_0x41579a(0x6ef)])==null?void 0x0:_0x5a58bd[_0x5b23e8],_0x210cf9=_0x4fc554==null?void 0x0:_0x4fc554[_0x41579a(0x489)],_0x360150=_0x210cf9&&_0x188144!=null&&(_0x5a67a1=_0x188144[_0x41579a(0x2df)])!=null&&_0x5a67a1[_0x210cf9]?_0x210cf9:_0x188144==null||(_0x2768fc=_0x188144[_0x41579a(0x44d)])==null?void 0x0:_0x2768fc[_0x41579a(0x3ae)](_0x5cfcb9=>{const _0x255d24=_0x41579a;var _0x560841;return!!((_0x560841=_0x188144[_0x255d24(0x2df)])!=null&&_0x560841[_0x5cfcb9]);});return{'tableId':_0x5b23e8,..._0x360150?{'viewId':_0x360150}:{}};}function _0x12680e(_0x58c3e6,_0x4f7336,_0x599e8a){const _0x5ed764=_0x118bac;let _0x36a889=_0x59c17e(_0x4f7336,_0x599e8a),_0x2eea7a=_0x58c3e6['getState']();_0x36a889[_0x5ed764(0x58a)]&&_0x2eea7a[_0x5ed764(0x52c)]!==_0x36a889['tableId']&&_0x58c3e6[_0x5ed764(0x3df)](_0x36a889[_0x5ed764(0x58a)]),_0x36a889[_0x5ed764(0x489)]&&_0x58c3e6[_0x5ed764(0x6dd)]()['activeViewId']!==_0x36a889[_0x5ed764(0x489)]&&_0x58c3e6[_0x5ed764(0x3d7)](_0x36a889[_0x5ed764(0x489)]);}function _0x5699ef(_0x123bb0){const _0x42d753=_0x118bac;return _0x123bb0[_0x42d753(0x6af)][_0x42d753(0x12a)]?_0x42d753(0x12a):_0x123bb0[_0x42d753(0x6af)][_0x42d753(0x395)]===_0x42d753(0x48d)?'content-only':_0x42d753(0x21b);}function _0x942182(_0x4ec374,_0x273d10,_0x396f3e,_0x583809=new _0x481ca6[(_0x118bac(0x34f))](),_0x1b6ca1=new _0x481ca6[(_0x118bac(0x4c4))](_0x396f3e),_0x5321cd=_0x118bac(0x21b),_0x8eb1a0,_0x52c8aa=!0x1,_0x549692){const _0x27a524=_0x118bac;let _0x4f4dae=_0x3350fa(_0x4ec374[_0x27a524(0x714)](_0x4a1c51[_0x27a524(0xd8)]),_0x5321cd),_0x5ec763=_0x17266e(_0x273d10['get'](_0x4a1c51[_0x27a524(0x36f)]),_0x396f3e,_0x583809,_0x1b6ca1,_0x273d10[_0x27a524(0x714)](_0x4a1c51[_0x27a524(0x723)]),void 0x0,_0x52c8aa),_0x13ac22=new Map([[_0x481ca6[_0x27a524(0x66e)],_0x396f3e],[_0x481ca6[_0x27a524(0x2e7)],_0x583809],[_0x481ca6[_0x27a524(0x530)],_0x1b6ca1],[_0x4a1c51[_0x27a524(0x36f)],_0x5ec763],[_0x4a1c51[_0x27a524(0xd8)],_0x4f4dae],[_0x481ca6[_0x27a524(0x2d7)],_0x273d10['get'](_0x481ca6[_0x27a524(0x2d7)])],[_0x481ca6['IBaseGlobalPortalService'],(0x0,_0x481ca6[_0x27a524(0x6b2)])(_0x549692)]]);return _0x8eb1a0&&_0x13ac22['set'](_0x481ca6[_0x27a524(0x60b)],_0x8eb1a0),_0x309796(_0x273d10,_0x13ac22);}function _0x17266e(_0x1db9a5,_0x33078b,_0x2fec3c,_0x2fa24a,_0xc529eb,_0x279279,_0x1cdf64=!0x1){const _0x2d0d0d=_0x118bac;return{'disposed':_0x1db9a5[_0x2d0d0d(0x5f1)]['bind'](_0x1db9a5),'hasCommand':_0x1db9a5[_0x2d0d0d(0x18e)]['bind'](_0x1db9a5),'registerCommand':_0x1db9a5[_0x2d0d0d(0x5f8)][_0x2d0d0d(0x5ac)](_0x1db9a5),'unregisterCommand':_0x1db9a5[_0x2d0d0d(0x2d1)]['bind'](_0x1db9a5),'registerMultipleCommand':_0x1db9a5[_0x2d0d0d(0x3ce)]['bind'](_0x1db9a5),'executeCommand':async(..._0xb7e578)=>{const _0xa6b231=_0x2d0d0d;let _0x4e82c8=_0x3d0669(_0xb7e578[0x0],_0xb7e578[0x1],_0x33078b,_0x2fec3c,_0xc529eb,_0x279279);if(_0x4e82c8!==void 0x0)return _0x4e82c8;if(_0x10b121(_0xb7e578[0x0],_0xb7e578[0x1],_0x2fa24a,_0x1cdf64))return!0x0;let _0x56b438=_0x279279?_0xc529eb==null?void 0x0:_0xc529eb['getCurrentUnitOfType'](_0x4a1c51['UniverInstanceType'][_0xa6b231(0x109)]):void 0x0;try{return _0x279279&&(_0xc529eb==null||_0xc529eb[_0xa6b231(0x164)](_0x279279)),await _0x1db9a5[_0xa6b231(0x484)](_0xb7e578[0x0],_0xb7e578[0x1],_0xb7e578[0x2]);}finally{_0x56b438&&(_0xc529eb==null||_0xc529eb[_0xa6b231(0x164)](_0x56b438[_0xa6b231(0x5eb)]()));}},'syncExecuteCommand':(..._0xee9145)=>{const _0x2d578a=_0x2d0d0d;let _0xafce0f=_0x3d0669(_0xee9145[0x0],_0xee9145[0x1],_0x33078b,_0x2fec3c,_0xc529eb,_0x279279);if(_0xafce0f!==void 0x0)return _0xafce0f;if(_0x10b121(_0xee9145[0x0],_0xee9145[0x1],_0x2fa24a,_0x1cdf64))return!0x0;let _0x57ad7b=_0x279279?_0xc529eb==null?void 0x0:_0xc529eb[_0x2d578a(0x5b9)](_0x4a1c51[_0x2d578a(0x336)][_0x2d578a(0x109)]):void 0x0;try{return _0x279279&&(_0xc529eb==null||_0xc529eb[_0x2d578a(0x164)](_0x279279)),_0x1db9a5[_0x2d578a(0x2c5)](_0xee9145[0x0],_0xee9145[0x1],_0xee9145[0x2]);}finally{_0x57ad7b&&(_0xc529eb==null||_0xc529eb[_0x2d578a(0x164)](_0x57ad7b[_0x2d578a(0x5eb)]()));}},'onCommandExecuted':_0x1db9a5[_0x2d0d0d(0x301)][_0x2d0d0d(0x5ac)](_0x1db9a5),'beforeCommandExecuted':_0x1db9a5[_0x2d0d0d(0x572)][_0x2d0d0d(0x5ac)](_0x1db9a5),'onMutationExecutedForCollab':_0x1db9a5[_0x2d0d0d(0x2d9)][_0x2d0d0d(0x5ac)](_0x1db9a5)};}function _0x3d0669(_0x5c1240,_0x54fac2,_0x2e4f25,_0x354aee,_0x323546,_0x46f19e){const _0x5e5b8b=_0x118bac;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x5d5)]['id']){let _0x8d8a1b=_0x54fac2;return _0x8d8a1b!=null&&_0x8d8a1b[_0x5e5b8b(0x489)]?(_0x8d8a1b['tableId']&&_0x2e4f25['activateTable'](_0x8d8a1b[_0x5e5b8b(0x58a)]),_0x2e4f25[_0x5e5b8b(0x3d7)](_0x8d8a1b[_0x5e5b8b(0x489)]),!0x0):!0x1;}if(_0x5c1240===_0x481ca6['ActivateBaseTableOperation']['id']){var _0x27ae83;let _0x8aabdb=_0x54fac2;if(!(_0x8aabdb!=null&&_0x8aabdb[_0x5e5b8b(0x58a)]))return!0x1;_0x2e4f25['activateTable'](_0x8aabdb[_0x5e5b8b(0x58a)]);let _0x45f60d=_0x8aabdb[_0x5e5b8b(0x73c)]?_0x323546==null?void 0x0:_0x323546[_0x5e5b8b(0x553)](_0x8aabdb[_0x5e5b8b(0x73c)],_0x4a1c51[_0x5e5b8b(0x336)][_0x5e5b8b(0x109)]):_0x323546==null?void 0x0:_0x323546[_0x5e5b8b(0x5b9)](_0x4a1c51[_0x5e5b8b(0x336)]['UNIVER_BASE']),_0x55fbdc=(_0x27ae83=_0x45f60d==null?void 0x0:_0x45f60d[_0x5e5b8b(0x5eb)]())==null?_0x46f19e:_0x27ae83;_0x55fbdc&&(_0x323546==null||_0x323546[_0x5e5b8b(0x164)](_0x55fbdc),_0x323546==null||_0x323546[_0x5e5b8b(0x737)](_0x55fbdc));let _0x5c7474=_0x45f60d==null?void 0x0:_0x45f60d['getSnapshot']()[_0x5e5b8b(0x6ef)][_0x8aabdb[_0x5e5b8b(0x58a)]],_0xbe8de3=_0x5c7474==null?void 0x0:_0x5c7474[_0x5e5b8b(0x44d)][_0x5e5b8b(0x3ae)](_0x2c3a5d=>_0x5c7474[_0x5e5b8b(0x2df)][_0x2c3a5d]);return _0xbe8de3&&_0x2e4f25[_0x5e5b8b(0x3d7)](_0xbe8de3),!0x0;}if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x738)]['id']){var _0x136d07,_0x1670a8;let _0xd82e1d=_0x54fac2;return _0xd82e1d!=null&&_0xd82e1d[_0x5e5b8b(0x489)]?(_0x2e4f25[_0x5e5b8b(0x5c6)](_0xd82e1d[_0x5e5b8b(0x489)],{'x':(_0x136d07=_0xd82e1d['x'])==null?0x0:_0x136d07,'y':(_0x1670a8=_0xd82e1d['y'])==null?0x0:_0x1670a8}),!0x0):!0x1;}if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x3e6)]['id']){let _0x340f95=_0x54fac2;return!(_0x340f95!=null&&_0x340f95[_0x5e5b8b(0x489)])||typeof _0x340f95[_0x5e5b8b(0x72d)]!='number'?!0x1:(_0x2e4f25['setZoom'](_0x340f95['viewId'],_0x340f95[_0x5e5b8b(0x72d)]),!0x0);}if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x6a2)]['id'])return _0x54fac2?(_0x2e4f25['clearVirtualRecords'](),_0x354aee[_0x5e5b8b(0x258)](_0x54fac2),!0x0):!0x1;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x296)]['id'])return _0x354aee[_0x5e5b8b(0x464)](),!0x0;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x226)]['id'])return _0x54fac2?(_0x2e4f25[_0x5e5b8b(0x1b8)](),_0x354aee[_0x5e5b8b(0x64e)](_0x54fac2),!0x0):!0x1;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x4af)]['id'])return _0x354aee[_0x5e5b8b(0x2de)](),!0x0;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x38d)]['id'])return _0x54fac2?(_0x354aee[_0x5e5b8b(0x5f5)](_0x54fac2),!0x0):!0x1;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x776)]['id'])return _0x354aee[_0x5e5b8b(0x35f)](),!0x0;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x6a5)]['id']){let _0x48eb74=_0x54fac2;return _0x48eb74!=null&&_0x48eb74[_0x5e5b8b(0x727)]?(_0x2e4f25[_0x5e5b8b(0x42d)](_0x48eb74[_0x5e5b8b(0x727)]),!0x0):!0x1;}if(_0x5c1240===_0x481ca6[_0x5e5b8b(0xc2)]['id'])return _0x2e4f25[_0x5e5b8b(0x5b7)](),!0x0;}function _0x10b121(_0x5c5825,_0x187440,_0x40f655,_0x265ba1=!0x1){const _0x5a7d60=_0x118bac;return _0x5c5825===_0x481ca6[_0x5a7d60(0x4ca)]['id']?(_0x265ba1||_0x40f655[_0x5a7d60(0x26a)](_0x187440),!0x0):_0x5c5825===_0x481ca6[_0x5a7d60(0x16e)]['id']?(_0x40f655[_0x5a7d60(0x1f2)](),!0x0):!0x1;}function _0x3350fa(_0x474091,_0x4f4b5f){const _0x5005ee=_0x118bac;return{'getConfig':_0x256ea2=>{const _0x1b73b0=_0x511b;let _0x417cc3=_0x474091[_0x1b73b0(0x38b)](_0x256ea2);return _0x256ea2===_0x481ca6[_0x1b73b0(0x5fc)]?_0x6f4c3e(_0x417cc3==null?{}:_0x417cc3,_0x4f4b5f):_0x417cc3;},'setConfig':_0x474091[_0x5005ee(0x2b1)][_0x5005ee(0x5ac)](_0x474091),'deleteConfig':_0x474091['deleteConfig'][_0x5005ee(0x5ac)](_0x474091),'subscribeConfigValue$':_0x474091['subscribeConfigValue$'][_0x5005ee(0x5ac)](_0x474091)};}function _0x6f4c3e(_0x539a4d,_0x57dd1a='workbench'){const _0x4ae62a=_0x118bac;var _0x227412;let _0x1d7e21;return _0x1d7e21=_0x57dd1a==='content-only'||_0x57dd1a===_0x4ae62a(0x12a)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x539a4d,'workbench':{...(_0x227412=_0x539a4d[_0x4ae62a(0x21b)])==null?{}:_0x227412,..._0x1d7e21,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function _0x117c53(_0x3c0493){const _0x5533b7=_0x118bac;var _0x531fb5,_0x1ffdd9,_0x46f276;if(_0x3c0493[_0x5533b7(0x6af)][_0x5533b7(0x12a)]&&_0x3c0493[_0x5533b7(0x41f)][_0x5533b7(0x5b3)][_0x5533b7(0x3ad)])return _0x3c0493[_0x5533b7(0x41f)][_0x5533b7(0x5b3)][_0x5533b7(0x3ad)];let _0x452856=(_0x531fb5=(_0x1ffdd9=_0x3c0493[_0x5533b7(0x41f)][_0x5533b7(0x5b3)][_0x5533b7(0x650)])==null?_0x3c0493[_0x5533b7(0x6af)][_0x5533b7(0x4ed)]:_0x1ffdd9)==null?_0x3c0493['renderScope'][_0x5533b7(0x2fe)]:_0x531fb5,_0x4f9a52=((_0x46f276=_0x452856[_0x5533b7(0x6d4)])==null?void 0x0:_0x46f276[_0x5533b7(0xcc)][_0x5533b7(0x680)])==='embed-float-dom-chrome'?_0x452856[_0x5533b7(0x6d4)]:void 0x0;if(!_0x4f9a52||!_0x3c0493[_0x5533b7(0x5bc)]||!_0x4f9a52[_0x5533b7(0xcc)]['embedId']||_0x4f9a52['dataset'][_0x5533b7(0x5bc)]===_0x3c0493[_0x5533b7(0x5bc)])return _0x4f9a52==null?_0x452856:_0x4f9a52;let _0x2e71f4=_0x3c0493[_0x5533b7(0x6af)][_0x5533b7(0x2fe)]['ownerDocument'],_0x1bf511=Array['from'](_0x2e71f4[_0x5533b7(0x66b)](_0x5533b7(0x617)))[_0x5533b7(0x3ae)](_0x3ca1b0=>_0x3ca1b0[_0x5533b7(0xcc)]['embedId']===_0x3c0493[_0x5533b7(0x5bc)]);return _0x1bf511==null?_0x452856:_0x1bf511;}function _0x3229f5(_0x1fe26e){const _0x26dedb=_0x118bac;let _0x1f7c1d=_0x117c53(_0x1fe26e),_0x1d861d=_0x1fe26e[_0x26dedb(0x6af)][_0x26dedb(0x2fe)][_0x26dedb(0x18b)][_0x26dedb(0x4c7)]('div');return _0x1d861d[_0x26dedb(0xcc)][_0x26dedb(0x781)]=_0x1fe26e['descriptor']['entry'],_0x1d861d[_0x26dedb(0xbf)]=_0x26dedb(0x513),_0x1f7c1d[_0x26dedb(0x6e1)](_0x1d861d),{'root':_0x1f7c1d,'menu':_0x1d861d};}function _0x11d97c(_0x568a03){const _0x3e5dbd=_0x118bac;return[{'hostType':_0x4a1c51[_0x3e5dbd(0x336)]['UNIVER_DOC'],'entry':_0x73305e[_0x3e5dbd(0x396)][_0x3e5dbd(0x15c)],'childType':_0x568a03[_0x3e5dbd(0x559)],'mount':_0x568a03['mount']},{'hostType':_0x4a1c51[_0x3e5dbd(0x336)][_0x3e5dbd(0x6c7)],'entry':_0x73305e['EmbedHostEntryEnum'][_0x3e5dbd(0x6f9)],'childType':_0x568a03['childType'],'mount':_0x568a03['mount']},{'hostType':_0x4a1c51['UniverInstanceType']['UNIVER_SLIDE'],'entry':_0x73305e[_0x3e5dbd(0x396)][_0x3e5dbd(0x23e)],'childType':_0x568a03[_0x3e5dbd(0x559)],'mount':_0x568a03[_0x3e5dbd(0xde)]},{'hostType':_0x4a1c51[_0x3e5dbd(0x336)][_0x3e5dbd(0x76a)],'entry':_0x73305e[_0x3e5dbd(0x396)][_0x3e5dbd(0x185)],'childType':_0x568a03[_0x3e5dbd(0x559)],'mount':_0x568a03['mount']}];}function _0x35b2d2(){const _0x2ae954=_0x118bac;return _0x11d97c({'childType':_0x4a1c51[_0x2ae954(0x336)]['UNIVER_BASE'],'mount':_0x1f83e7});}function _0x1f83e7(_0x2e0384){const _0x22cfc4=_0x118bac;let {root:_0x5eece4,menu:_0x3bb6b7}=_0x3229f5(_0x2e0384),_0x133dd3=_0x21b169(_0x3bb6b7),_0x5029fe=_0x2e0384[_0x22cfc4(0x41f)]['injector'];return _0x133dd3[_0x22cfc4(0x30d)]((0x0,_0x4f18af[_0x22cfc4(0x4c7)])(_0x9354df,{'injector':_0x5029fe,'mountContainer':_0x5eece4,'embedId':_0x2e0384[_0x22cfc4(0x5bc)]},(0x0,_0x4f18af[_0x22cfc4(0x4c7)])(_0x392b38,{'hostUnitId':_0x2e0384[_0x22cfc4(0x2dc)],'embedId':_0x2e0384[_0x22cfc4(0x5bc)],'childUnitId':_0x2e0384[_0x22cfc4(0x4c1)],'entry':_0x2e0384['descriptor'][_0x22cfc4(0x3be)],'fullscreen':!!_0x2e0384['renderScope']['fullscreen'],'usesDomFloatingStage':_0x2e0384[_0x22cfc4(0x319)][_0x22cfc4(0x3be)]===_0x22cfc4(0x2d5),'renderScopeActive$':_0x2e0384[_0x22cfc4(0x6af)]['active$']}))),(0x0,_0x4a1c51[_0x22cfc4(0xbb)])(()=>{const _0x26b0e5=_0x22cfc4;_0x594117(_0x133dd3),globalThis['setTimeout'](()=>_0x3bb6b7[_0x26b0e5(0x2f4)](),0x0);});}function _0x1ddf79(_0x3e3d3b){const _0xc7ac27=_0x118bac;return _0x468ff2({'embedId':_0x3e3d3b[_0xc7ac27(0x5bc)],'active':_0x18b5f6(_0x3e3d3b[_0xc7ac27(0x675)],_0x3e3d3b[_0xc7ac27(0x545)]),'fullscreen':_0x3e3d3b[_0xc7ac27(0x12a)],'usesDomFloatingStage':_0x3e3d3b[_0xc7ac27(0x744)],'renderScopeActive':_0x3e3d3b[_0xc7ac27(0x3e1)]});}function _0x18b5f6(_0x2d25fb,_0x4205a1){const _0x43f9ce=_0x118bac;return _0x2d25fb?{'hostUnitId':'','childUnitId':'','embedId':_0x2d25fb,'stage':_0x4205a1===_0x43f9ce(0x510)||_0x4205a1==='stage1'?_0x43f9ce(0x510):_0x43f9ce(0x421)}:null;}function _0x10babe(_0x4ce741){return _0x4ce741;}function _0x5e9c98(_0x26681e){return _0x26681e;}function _0x3f60fa(_0x6339e3){return!_0x6339e3;}function _0x979dc0(_0x57f1f2){return{[_0x123f1e]:_0x57f1f2,[_0x451258]:'floating-menu'};}function _0x392b38(_0x763ce9){const _0x4fbc06=_0x118bac;var _0x5196ed;let {hostUnitId:_0x243650,embedId:_0xc00f95,childUnitId:_0x7efe94,entry:_0x4603cc,fullscreen:_0x3b37a1,usesDomFloatingStage:_0x84dd2c,renderScopeActive$:_0x2e3e74}=_0x763ce9,_0x74c167=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x4a1c51[_0x4fbc06(0x36f)]),_0x157845=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x4a1c51['IUniverInstanceService']),_0x2d7d90=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x4a1c51[_0x4fbc06(0x743)]),_0x41c6e0=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x392e11[_0x4fbc06(0x507)]),_0x4233ed=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x4a1c51[_0x4fbc06(0x45b)]),_0x50158a=(0x0,_0x1468c8['useDependency'])(_0x481ca6[_0x4fbc06(0x66e)]),_0x276f67=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x481ca6[_0x4fbc06(0x2e7)]),_0x2579e3=(0x0,_0x1468c8['useDependency'])(_0x34aece),_0x44223c=(0x0,_0x1468c8[_0x4fbc06(0xca)])(()=>_0x50158a['state$'],_0x50158a[_0x4fbc06(0x6dd)](),!0x1,[_0x50158a]),_0x40f5c3=(0x0,_0x1468c8[_0x4fbc06(0xca)])(()=>_0x4233ed[_0x4fbc06(0x5c8)],{'undos':0x0,'redos':0x0},!0x1,[_0x4233ed]),_0x476703=(0x0,_0x1468c8[_0x4fbc06(0xca)])(()=>_0x2e3e74,!0x1,!0x1,[_0x2e3e74]),_0x547c7d=(0x0,_0x1468c8[_0x4fbc06(0xca)])(()=>_0x2579e3[_0x4fbc06(0x4b7)],_0x2579e3[_0x4fbc06(0x778)](),!0x1,[_0x2579e3]),_0x4f6c91=_0x2579e3[_0x4fbc06(0x6ac)](_0xc00f95),[_0x12ad7f,_0x54ccad]=(0x0,_0x4f18af[_0x4fbc06(0xba)])(0x0),[_0x25a850,_0x518c05]=(0x0,_0x4f18af['useState'])(null),[_0x596ca5,_0x1eb20e]=(0x0,_0x4f18af['useState'])(!0x1),[_0x160cc0,_0x28ca1a]=(0x0,_0x4f18af[_0x4fbc06(0xba)])(null),_0x5a15b2=(0x0,_0x4f18af[_0x4fbc06(0x4b8)])(null),_0x41e183=_0x157845[_0x4fbc06(0x553)](_0x7efe94,_0x4a1c51[_0x4fbc06(0x336)][_0x4fbc06(0x109)]),_0x237c40=_0x41e183==null?void 0x0:_0x41e183[_0x4fbc06(0x4f5)](),_0xde278b=_0x27684f(_0x237c40,_0x44223c[_0x4fbc06(0x52c)]),_0x406a90=_0x334b1d(_0xde278b),_0x4b279c=_0x1d1247(_0xde278b,_0x44223c[_0x4fbc06(0x790)]),_0x4a68ee=_0x1ddf79({'embedId':_0xc00f95,'activeEmbedId':_0x547c7d==null?void 0x0:_0x547c7d['embedId'],'stage':_0x4f6c91,'fullscreen':_0x3b37a1,'usesDomFloatingStage':_0x84dd2c,'renderScopeActive':_0x476703})===_0x4fbc06(0x510),_0x3f494f=_0x10babe(_0x3b37a1),_0x4b06a8=_0x5e9c98(_0x3b37a1),_0x3cc1ec=_0x3f60fa(_0x3b37a1),_0x37dfab=_0x3f494f?_0x4fbc06(0x422):'univer-pointer-events-auto\x20univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent';if((0x0,_0x4f18af[_0x4fbc06(0x207)])(()=>{const _0x11f93c=_0x4fbc06;_0x4a68ee||(_0x276f67[_0x11f93c(0x464)](),_0x276f67[_0x11f93c(0x2de)](),_0x276f67[_0x11f93c(0x35f)](),_0x518c05(null),_0x1eb20e(!0x1),_0x28ca1a(null));},[_0x4a68ee,_0x276f67]),(0x0,_0x4f18af[_0x4fbc06(0x207)])(()=>{const _0x49cbd1=_0x4fbc06;if(!_0x25a850)return;let _0x3856dc=_0x2a9448=>{const _0x4ec8fa=_0x511b;var _0x4e0b39;let _0x206cff=_0x2a9448[_0x4ec8fa(0x6a7)]instanceof Node?_0x2a9448['target']:null;_0x206cff&&(_0x4e0b39=_0x5a15b2['current'])!=null&&_0x4e0b39[_0x4ec8fa(0x1e8)](_0x206cff)||_0x518c05(null);},_0x424041=_0x4de030=>{const _0x353b72=_0x511b;_0x4de030[_0x353b72(0x6a0)]==='Escape'&&_0x518c05(null);};return document['addEventListener'](_0x49cbd1(0x3a8),_0x3856dc,!0x0),document[_0x49cbd1(0x607)](_0x49cbd1(0x449),_0x424041,!0x0),()=>{const _0x1635d7=_0x49cbd1;document[_0x1635d7(0x5cf)](_0x1635d7(0x3a8),_0x3856dc,!0x0),document[_0x1635d7(0x5cf)](_0x1635d7(0x449),_0x424041,!0x0);};},[_0x25a850]),!_0x237c40||!_0x41e183||!_0xde278b||!_0x4b279c)return null;let _0x6f4ab3=()=>{const _0x19f01f=_0x4fbc06;_0x2579e3[_0x19f01f(0x133)]({'hostUnitId':_0x243650,'embedId':_0xc00f95,'childUnitId':_0x7efe94},'stage2');},_0x85768e=(_0x46c40c,_0x2b4190)=>{const _0x2fa8b5=_0x4fbc06;_0x6f4ab3(),_0x74c167[_0x2fa8b5(0x484)](_0x481ca6[_0x2fa8b5(0x6a2)]['id'],{'type':_0x46c40c,'anchor':_0x12f971(_0x2b4190[_0x2fa8b5(0x6b7)]())});},_0x31dc04=_0xb2b0fe=>{const _0x4e2baa=_0x4fbc06;_0x6f4ab3(),_0x74c167[_0x4e2baa(0x484)](_0x481ca6[_0x4e2baa(0x5d5)]['id'],{'tableId':_0xde278b['id'],'unitId':_0x7efe94,'viewId':_0xb2b0fe}),_0x54ccad(_0xedbd4=>_0xedbd4+0x1);},_0x4b4fd1=_0x1d37b6=>{const _0x333399=_0x4fbc06;_0x6f4ab3();let _0x3e98f8=_0x333399(0x182)+(0x0,_0x4a1c51['generateRandomId'])(0x6),_0x10f163=_0x41c6e0[_0x333399(0x714)](_0x1d37b6)['createDefaultConfig'](_0xde278b);_0x74c167[_0x333399(0x484)](_0x392e11[_0x333399(0x349)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'view':{'id':_0x3e98f8,'tableId':_0xde278b['id'],'name':(0x0,_0x481ca6[_0x333399(0x6d2)])(_0x2d7d90,_0x1d37b6),'type':_0x1d37b6,'config':_0x10f163,'fieldOrder':[..._0xde278b['fieldOrder']],'fieldSettings':{}}})['then'](_0x26dba9=>{_0x26dba9&&_0x31dc04(_0x3e98f8);}),_0x518c05(null),_0x1eb20e(!0x1),_0x54ccad(_0x1246a2=>_0x1246a2+0x1);},_0x3a8fb9=_0x560f02=>{const _0x442f7a=_0x4fbc06;var _0x292b6c;let _0x32290b=(_0x292b6c=_0x406a90[0x0])==null?void 0x0:_0x292b6c['id'];!_0x32290b||_0x32290b===_0x560f02||(_0x6f4ab3(),_0x74c167['executeCommand'](_0x392e11[_0x442f7a(0x2ff)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'viewId':_0x560f02,'target':{'beforeViewId':_0x32290b}}),_0x54ccad(_0xeffcbf=>_0xeffcbf+0x1));},_0x5369a1=(_0x1b1062,_0x544b04)=>{const _0x5cd7d3=_0x4fbc06;_0x6f4ab3(),_0x74c167[_0x5cd7d3(0x484)](_0x392e11[_0x5cd7d3(0x2ff)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'viewId':_0x1b1062,'target':_0x544b04}),_0x54ccad(_0xbdd9c5=>_0xbdd9c5+0x1);},_0x2a166c=(_0x2e61cb,_0x530a3d)=>{const _0x1bf02e=_0x4fbc06;_0x6f4ab3(),_0x74c167[_0x1bf02e(0x484)](_0x392e11['RenameBaseViewCommand']['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'viewId':_0x2e61cb,'name':_0x530a3d}),_0x54ccad(_0x18ca24=>_0x18ca24+0x1);},_0x45862a=_0x35eeca=>{const _0x2825f8=_0x4fbc06;let _0x13317d=_0xde278b[_0x2825f8(0x2df)][_0x35eeca];if(!_0x13317d)return;_0x6f4ab3();let _0x11fed4=_0x479202(_0x13317d,_0xde278b['id'],_0x2d7d90['t'](_0x2825f8(0x519)));_0x74c167['executeCommand'](_0x392e11[_0x2825f8(0x349)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'view':_0x11fed4})['then'](_0x2bc5bc=>{_0x2bc5bc&&_0x31dc04(_0x11fed4['id']);}),_0x54ccad(_0x3c9fd1=>_0x3c9fd1+0x1);},_0x1d44cd=()=>{const _0x4d1825=_0x4fbc06;var _0x266482;let _0x58624a=_0x160cc0==null?_0x4b279c['id']:_0x160cc0;if(_0x406a90[_0x4d1825(0x51d)]<=0x1){_0x28ca1a(null);return;}let _0x4ff6c2=(_0x266482=_0x406a90[_0x4d1825(0x3ae)](_0x288a23=>_0x288a23['id']!==_0x58624a))==null?void 0x0:_0x266482['id'];_0x74c167[_0x4d1825(0x484)](_0x392e11[_0x4d1825(0x6eb)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'viewId':_0x58624a})[_0x4d1825(0x771)](_0x1d9771=>{_0x1d9771&&_0x4ff6c2&&_0x31dc04(_0x4ff6c2);}),_0x28ca1a(null),_0x54ccad(_0x51dacc=>_0x51dacc+0x1);},_0x2e47af=()=>{const _0x4d8809=_0x4fbc06;_0x74c167[_0x4d8809(0x484)](_0x73305e[_0x4d8809(0x36e)]['id'],{'hostUnitId':_0x243650,'embedId':_0xc00f95});},_0x25bc78=_0x189617=>{const _0x574e8e=_0x4fbc06;_0x189617[_0x574e8e(0x6ed)]();},_0x814ac7=_0x23ddd7=>{_0x23ddd7['preventDefault'](),_0x23ddd7['stopPropagation']();};return(0x0,_0x258aa1['jsxs'])(_0x258aa1['Fragment'],{'children':[(0x0,_0x258aa1[_0x4fbc06(0x712)])(_0x4fbc06(0x73b),{'className':(0x0,_0x536b6f['clsx'])(_0x4fbc06(0x601),{'univer-hidden':!_0x4a68ee,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-24\x20univer-py-0\x20univer-shadow-none':_0x3b37a1,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-1\x20univer-shadow-none':!_0x3b37a1,'-univer-top-[44px]':!_0x3b37a1&&_0x4603cc!==_0x4fbc06(0x26c),'univer-w-full':!_0x3b37a1,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x3b37a1&&_0x4603cc===_0x4fbc06(0x26c)}),'data-u-comp':_0x4fbc06(0x580),'data-embed-floating-menu':_0x4fbc06(0xd4),'data-embed-id':_0xc00f95,'data-embed-float-stage':_0x4a68ee?_0x4fbc06(0x510):'inactive','data-base-render-version':_0x12ad7f,..._0x979dc0(_0xc00f95),'onClick':_0x25bc78,'onDoubleClick':_0x25bc78,'onMouseDown':_0x814ac7,'onMouseUp':_0x25bc78,'onPointerDown':_0x814ac7,'onPointerUp':_0x25bc78,'children':[_0x4b06a8?(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x545d1f,{'embedId':_0xc00f95,'activeView':_0x4b279c,'views':_0x406a90,'addViewOpen':_0x596ca5,'onAddViewOpenChange':_0x1eb20e,'onActivateView':_0x31dc04,'onAddView':_0x4b4fd1,'onSetViewAsFirst':_0x3a8fb9,'onMoveView':_0x5369a1,'onRenameView':_0x2a166c,'onDuplicateView':_0x45862a,'onConfigureView':_0x34186c=>_0x85768e(_0x4fbc06(0x445),_0x34186c),'onDeleteView':_0x28ca1a}):(0x0,_0x258aa1['jsx'])('div',{'data-u-comp':_0x4fbc06(0x304),'className':_0x4fbc06(0x6c2),'children':(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x5770d4,{'activeView':_0x4b279c,'views':_0x406a90,'onActivateView':_0x31dc04,'embedId':_0xc00f95,'onAddView':_0x2e99c8=>{const _0x326cff=_0x4fbc06;_0x6f4ab3(),_0x518c05(_0x2e99c8[_0x326cff(0x6b7)]());},'onConfigureView':_0x2f9ea6=>_0x85768e('viewSettings',_0x2f9ea6),'onDeleteView':()=>_0x28ca1a(_0x4b279c['id'])})}),(0x0,_0x258aa1[_0x4fbc06(0x712)])(_0x4fbc06(0x73b),{'className':_0x4fbc06(0xb6),'children':[(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x481ca6[_0x4fbc06(0x4a3)],{'iconOnly':!_0x3f494f,'className':_0x37dfab,'state':{..._0x3a29bf(_0x4b279c,_0x40f5c3),'searchOpen':_0x44223c[_0x4fbc06(0x4f9)][_0x4fbc06(0x4c3)],'searchQuery':_0x44223c[_0x4fbc06(0x4f9)][_0x4fbc06(0x1fd)],'searchActiveIndex':_0x44223c[_0x4fbc06(0x4f9)][_0x4fbc06(0x12b)]},'onAddRecord':_0xc68480=>_0xc68480&&_0x85768e(_0x4fbc06(0x281),_0xc68480),'onCustomizeField':_0x57befb=>_0x85768e('customizeField',_0x57befb),'onCustomizeKanban':_0x4bb18a=>_0x85768e(_0x4fbc06(0x5d4),_0x4bb18a),'onCustomizeGallery':_0x25dbc1=>_0x85768e('customizeGallery',_0x25dbc1),'onCalendarEventSettings':_0x319102=>_0x85768e(_0x4fbc06(0x180),_0x319102),'onCalendarViewSettings':_0x32fbc3=>_0x85768e('calendarViewSettings',_0x32fbc3),'onViewSettings':_0x23842a=>_0x85768e('viewSettings',_0x23842a),'onFilter':_0xd4faff=>_0x85768e('filter',_0xd4faff),'onGroup':_0x82b6f8=>_0x85768e(_0x4fbc06(0xe3),_0x82b6f8),'onSort':_0x3437a3=>_0x85768e(_0x4fbc06(0x76c),_0x3437a3),'onRowHeight':_0x2f2631=>_0x85768e(_0x4fbc06(0x3cc),_0x2f2631),'onConditionalColoring':_0x343cfa=>_0x85768e(_0x4fbc06(0x2bc),_0x343cfa),'onUndo':()=>void _0x74c167[_0x4fbc06(0x484)](_0x4a1c51[_0x4fbc06(0x218)]['id']),'onRedo':()=>void _0x74c167['executeCommand'](_0x4a1c51['RedoCommand']['id']),'onOpenSearch':()=>_0x50158a[_0x4fbc06(0x52d)](),'onSearchQueryChange':_0x300149=>_0x50158a[_0x4fbc06(0x77a)](_0x300149),'onSearchPrevious':()=>{const _0x48db2a=_0x4fbc06;var _0x161ddb;return _0x50158a['setSearchActiveIndex'](Math[_0x48db2a(0x1d4)](0x0,((_0x161ddb=_0x44223c[_0x48db2a(0x4f9)][_0x48db2a(0x12b)])==null?0x0:_0x161ddb)-0x1));},'onSearchNext':()=>{const _0x51d76c=_0x4fbc06;var _0x4d75d9;return _0x50158a['setSearchActiveIndex'](((_0x4d75d9=_0x44223c[_0x51d76c(0x4f9)][_0x51d76c(0x12b)])==null?-0x1:_0x4d75d9)+0x1);},'onCloseSearch':()=>_0x50158a['closeSearch']()}),_0x3cc1ec?(0x0,_0x258aa1[_0x4fbc06(0x712)])(_0x258aa1[_0x4fbc06(0x34e)],{'children':[(0x0,_0x258aa1['jsx'])(_0x536b6f['Separator'],{'orientation':'vertical'}),(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x2ccfe0,{'title':_0x2d7d90['t'](_0x4fbc06(0x262)),'className':_0x4fbc06(0x419),'onClick':_0x2e47af,'children':(0x0,_0x258aa1['jsx'])(_0x2a8a74,{})})]}):null]})]}),_0x25a850?(0x0,_0x37166e['createPortal'])((0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x4fbc06(0x73b),{'ref':_0x5a15b2,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0xc00f95,'data-embed-floating-menu-popup':_0x4fbc06(0xd4),'className':'univer-fixed\x20univer-z-[900]','style':_0x36c12f(_0x25a850),'onPointerDown':_0x226e7a=>_0x226e7a['stopPropagation'](),'children':(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x481ca6[_0x4fbc06(0x46a)],{'views':_0x481ca6[_0x4fbc06(0xf5)]['map'](_0x4b7197=>({..._0x4b7197,'label':_0x2d7d90['t'](_0x4b7197['label']),'description':_0x2d7d90['t'](_0x4b7197['description'])})),'onCreate':_0x4b4fd1})}),(_0x5196ed=(0x0,_0x481ca6[_0x4fbc06(0x227)])(!0x0))==null?document[_0x4fbc06(0x627)]:_0x5196ed):null,(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x481ca6[_0x4fbc06(0x473)],{'open':!!_0x160cc0,'title':_0x2d7d90['t'](_0x4fbc06(0x3f6)),'description':_0x2d7d90['t']('embed-ui.basesFloating.confirmDelete.viewDescription'),'onCancel':()=>_0x28ca1a(null),'onConfirm':_0x1d44cd}),_0x3b37a1?(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0xb4c6b9,{'embedId':_0xc00f95,'childUnitId':_0x7efe94,'base':_0x41e183,'activeTable':_0xde278b}):null]});}function _0xb4c6b9(_0x154ff2){const _0x3ced46=_0x118bac;let {embedId:_0x52c9d1,childUnitId:_0x3f1816,base:_0x3de495,activeTable:_0x597d77}=_0x154ff2,_0x5d8da2=_0x1c4489(_0x52c9d1);return _0x5d8da2?(0x0,_0x37166e[_0x3ced46(0x592)])((0x0,_0x258aa1['jsx'])(_0x254f48,{'childUnitId':_0x3f1816,'base':_0x3de495,'activeTable':_0x597d77}),_0x5d8da2):null;}function _0x1c4489(_0x1b3971){const _0x78324a=_0x118bac;let [_0x42c388,_0x27f8e7]=(0x0,_0x4f18af[_0x78324a(0xba)])(null);return(0x0,_0x4f18af[_0x78324a(0x207)])(()=>{const _0x289d43=_0x78324a;let _0x4d0e15=0x0,_0x25b3bc=()=>{const _0x57186d=_0x511b;var _0x403ab4;let _0x42258d=(_0x403ab4=Array[_0x57186d(0x289)](document[_0x57186d(0x66b)](_0x57186d(0x253)))['find'](_0xc3ecae=>_0xc3ecae['dataset'][_0x57186d(0x5bc)]===_0x1b3971))==null?null:_0x403ab4;_0x27f8e7(_0x42258d);};return _0x25b3bc(),_0x4d0e15=window[_0x289d43(0x668)](_0x25b3bc),()=>{window['cancelAnimationFrame'](_0x4d0e15);};},[_0x1b3971]),_0x42c388;}function _0x254f48(_0x1bd139){const _0x5273c4=_0x118bac;var _0x295e92,_0x55ecfd,_0x35669f,_0x205272,_0x3d3643,_0x459fe9;let {childUnitId:_0x2836be,base:_0x47c826,activeTable:_0x2835c3}=_0x1bd139,_0xc5714d=(0x0,_0x1468c8[_0x5273c4(0x60a)])(_0x4a1c51[_0x5273c4(0x36f)]),_0xe111db=(0x0,_0x1468c8[_0x5273c4(0x60a)])(_0x4a1c51[_0x5273c4(0xd8)]),_0x4f8f08=(0x0,_0x1468c8['useDependency'])(_0x4a1c51['LocaleService']),_0x1a55bf=(0x0,_0x1468c8['useDependency'])(_0x481ca6['IBaseUIStateService']),_0xb1c380=(0x0,_0x1468c8[_0x5273c4(0xca)])(()=>_0x1a55bf[_0x5273c4(0x365)],_0x1a55bf[_0x5273c4(0x6dd)](),!0x1,[_0x1a55bf]),[_0x3b746f,_0xd18612]=(0x0,_0x4f18af[_0x5273c4(0xba)])(null),[_0x12eafb,_0x50eb78]=(0x0,_0x4f18af[_0x5273c4(0xba)])(null),[_0x237a0b,_0x472690]=(0x0,_0x4f18af['useState'])(''),[_0x3e785f,_0x369739]=(0x0,_0x4f18af[_0x5273c4(0xba)])(_0x5273c4(0x1f9)),[_0xb4ec7b,_0x27570a]=(0x0,_0x4f18af[_0x5273c4(0xba)])(null),_0x201ccd=(_0x295e92=_0xe111db==null||(_0x55ecfd=_0xe111db[_0x5273c4(0x38b)](_0x481ca6['BASES_UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0x55ecfd[_0x5273c4(0x21b)])==null?{}:_0x295e92,_0x1ff2d1=(_0x35669f=(_0x205272=(_0x3d3643=_0xb1c380[_0x5273c4(0x767)][_0x5273c4(0x5ce)])==null?_0x201ccd[_0x5273c4(0x5ce)]:_0x3d3643)==null?(_0x459fe9=_0x481ca6['defaultPluginConfig'][_0x5273c4(0x21b)])==null?void 0x0:_0x459fe9[_0x5273c4(0x5ce)]:_0x205272)==null?_0x481ca6['BASE_LEFT_PANEL_DEFAULT_WIDTH']:_0x35669f,_0x166c66=_0x47c826[_0x5273c4(0x4f5)](),_0x2d8bff=_0x40cf91(_0x166c66,_0x2835c3['id']),_0x2192e7=_0x4c31cc=>{const _0x19a157=_0x5273c4;let _0xc41a2d=_0x166c66[_0x19a157(0x6ef)][_0x4c31cc];if(!_0xc41a2d)return;let _0x5e2532=_0xc41a2d[_0x19a157(0x44d)][_0x19a157(0x3ae)](_0x515ef8=>_0xc41a2d[_0x19a157(0x2df)][_0x515ef8]);_0x1a55bf[_0x19a157(0x3df)](_0xc41a2d['id']),_0x5e2532&&_0x1a55bf['activateView'](_0x5e2532),_0x1a55bf[_0x19a157(0x2da)](null),_0x1a55bf[_0x19a157(0x5b7)](),_0xc5714d[_0x19a157(0x484)](_0x481ca6['ActivateBaseTableOperation']['id'],{'unitId':_0x2836be,'tableId':_0x4c31cc});},_0x3058b5=async()=>{const _0x5af6bf=_0x5273c4;let _0x52f785=(0x0,_0x4a1c51['createDefaultBaseTableSnapshot'])({'id':'table-'+(0x0,_0x4a1c51[_0x5af6bf(0x1d1)])(0x8),'name':_0x5e8145(_0x47c826[_0x5af6bf(0x4f5)](),_0xd4db92=>_0x4f8f08['t'](_0x5af6bf(0x605),String(_0xd4db92))),'primaryFieldId':'field-'+(0x0,_0x4a1c51[_0x5af6bf(0x1d1)])(0x8),'gridViewId':_0x5af6bf(0x182)+(0x0,_0x4a1c51[_0x5af6bf(0x1d1)])(0x8)});await _0xc5714d['executeCommand'](_0x392e11['CreateBaseTableCommand']['id'],{'unitId':_0x2836be,'table':_0x52f785})&&(_0x1a55bf[_0x5af6bf(0x3df)](_0x52f785['id']),_0x1a55bf[_0x5af6bf(0x3d7)](_0x52f785['viewOrder'][0x0]),_0x1a55bf[_0x5af6bf(0x2da)](null),_0x1a55bf[_0x5af6bf(0x5b7)](),_0x27570a(_0x52f785['id']));},_0x1e4567=async(_0x2f42fc,_0x53ba95,_0x3491d0)=>{const _0x1ceb43=_0x5273c4;let _0x179ccc=_0x47c826['getSnapshot'](),_0x5dd545=_0x179ccc[_0x1ceb43(0x6ef)][_0x2f42fc];if(!_0x5dd545)return;let _0x1e3e6a=(0x0,_0x392e11[_0x1ceb43(0x741)])(_0x5dd545,{'id':_0x1ceb43(0x54e)+(0x0,_0x4a1c51[_0x1ceb43(0x1d1)])(0x8),'name':_0x53ba95,'includeRecords':_0x3491d0===_0x1ceb43(0x2b6),'regenerateViewIds':!0x0,'createViewId':()=>_0x1ceb43(0x182)+(0x0,_0x4a1c51[_0x1ceb43(0x1d1)])(0x8)});await _0xc5714d['executeCommand'](_0x392e11[_0x1ceb43(0x728)]['id'],{'unitId':_0x2836be,'table':_0x1e3e6a,'index':_0x179ccc[_0x1ceb43(0x5c0)][_0x1ceb43(0x274)](_0x2f42fc)+0x1})&&(_0x1a55bf[_0x1ceb43(0x3df)](_0x1e3e6a['id']),_0x1a55bf[_0x1ceb43(0x3d7)](_0x1e3e6a[_0x1ceb43(0x44d)][0x0]),_0x1a55bf[_0x1ceb43(0x2da)](null),_0x1a55bf[_0x1ceb43(0x5b7)]());},_0x5193c2=async _0x16768d=>{const _0x56ce9c=_0x5273c4;let _0x3674f5=_0x47c826[_0x56ce9c(0x4f5)](),_0x4a48b5=_0x40cf91(_0x3674f5,_0x2835c3['id'])[_0x56ce9c(0x734)](_0x5adcb1=>_0x5adcb1['id']);if(_0x4a48b5['length']<=0x1)return;let _0x3b00ad=_0x16768d===_0x2835c3['id']?_0x4a48b5['find'](_0xb19a86=>_0xb19a86!==_0x16768d):null;if(await _0xc5714d[_0x56ce9c(0x484)](_0x392e11[_0x56ce9c(0x32c)]['id'],{'unitId':_0x2836be,'tableId':_0x16768d})&&_0x3b00ad){let _0x9fb8ba=_0x3674f5[_0x56ce9c(0x6ef)][_0x3b00ad],_0x121471=_0x9fb8ba==null?void 0x0:_0x9fb8ba[_0x56ce9c(0x44d)][_0x56ce9c(0x3ae)](_0x3b1926=>_0x9fb8ba['views'][_0x3b1926]);_0x1a55bf[_0x56ce9c(0x3df)](_0x3b00ad),_0x121471&&_0x1a55bf[_0x56ce9c(0x3d7)](_0x121471),_0x1a55bf['setSelection'](null),_0x1a55bf['closeRecordDetail']();}};return(0x0,_0x258aa1[_0x5273c4(0x712)])(_0x258aa1[_0x5273c4(0x34e)],{'children':[(0x0,_0x258aa1[_0x5273c4(0x199)])(_0x481ca6[_0x5273c4(0x223)],{'title':_0x166c66[_0x5273c4(0x401)]||_0x5273c4(0x5ba),'items':_0x2d8bff,'width':_0x1ff2d1,'pendingRenameItemId':_0xb4ec7b,'onActivateItem':_0x2192e7,'onAddTable':()=>{_0x3058b5();},'onRenameTable':(_0x23c4e8,_0x4cc32e)=>{_0xc5714d['executeCommand'](_0x392e11['RenameBaseTableCommand']['id'],{'unitId':_0x2836be,'tableId':_0x23c4e8,'name':_0x4cc32e});},'onPendingRenameItemConsumed':_0x277db9=>{_0xb4ec7b===_0x277db9&&_0x27570a(null);},'onDuplicateTable':_0x212663=>{const _0x5d213e=_0x5273c4;let _0x1a4e5a=_0x47c826[_0x5d213e(0x4f5)](),_0x393fe3=_0x1a4e5a[_0x5d213e(0x6ef)][_0x212663];_0x393fe3&&(_0x50eb78(_0x212663),_0x472690(_0x223898(_0x1a4e5a,_0x4f8f08['t']('embed-ui.basesFloating.duplicateTable.copyName',_0x393fe3[_0x5d213e(0x401)]))),_0x369739(_0x5d213e(0x1f9)));},'onDeleteTable':_0xd18612,'onResizeWidth':_0x3bd22a=>_0x1a55bf['setLeftPanelWidth'](_0x3bd22a)}),(0x0,_0x258aa1[_0x5273c4(0x199)])(_0x481ca6[_0x5273c4(0x1a3)],{'open':!!_0x12eafb,'name':_0x237a0b,'mode':_0x3e785f,'onNameChange':_0x472690,'onModeChange':_0x369739,'onCancel':()=>_0x50eb78(null),'onConfirm':()=>{let _0x543f12=_0x12eafb,_0x47fd42=_0x237a0b['trim'](),_0xb5d927=_0x3e785f;!_0x543f12||!_0x47fd42||(_0x50eb78(null),_0x1e4567(_0x543f12,_0x47fd42,_0xb5d927));}}),(0x0,_0x258aa1[_0x5273c4(0x199)])(_0x481ca6[_0x5273c4(0x473)],{'open':!!_0x3b746f,'title':_0x4f8f08['t'](_0x5273c4(0x46e)),'description':_0x4f8f08['t'](_0x5273c4(0x2fb)),'onCancel':()=>_0xd18612(null),'onConfirm':()=>{let _0x246cb1=_0x3b746f;_0xd18612(null),_0x246cb1&&_0x5193c2(_0x246cb1);}})]});}function _0x545d1f(_0x56cda9){const _0x36de8e=_0x118bac;let {embedId:_0x4bf227,activeView:_0x3cb2a6,views:_0x8439fc,addViewOpen:_0x191627,onAddViewOpenChange:_0x164f28,onActivateView:_0x12a3a5,onAddView:_0x467c80,onSetViewAsFirst:_0x392f7d,onMoveView:_0x82981e,onRenameView:_0x158719,onDuplicateView:_0x25abf4,onConfigureView:_0x182189,onDeleteView:_0x3eb2d4}=_0x56cda9,_0x41a53d=(0x0,_0x1468c8[_0x36de8e(0x60a)])(_0x4a1c51['LocaleService']);return(0x0,_0x258aa1[_0x36de8e(0x199)])(_0x36de8e(0x73b),{'data-u-comp':'base-embed-fullscreen-view-tabs','className':'univer-pointer-events-auto\x20univer-min-w-0\x20univer-self-stretch','children':(0x0,_0x258aa1[_0x36de8e(0x199)])(_0x481ca6[_0x36de8e(0x409)],{'className':_0x36de8e(0x53a),'views':_0x8439fc[_0x36de8e(0x734)](_0x446722=>({'id':_0x446722['id'],'name':_0x446722['name'],'type':_0x446722['type']})),'activeViewId':_0x3cb2a6['id'],'onActivateView':_0x12a3a5,'onSetViewAsFirst':_0x392f7d,'onMoveView':_0x82981e,'onRenameView':_0x158719,'onDuplicateView':_0x25abf4,'onConfigureView':_0x182189,'onDeleteView':_0x3eb2d4,'onAddView':()=>_0x164f28(!_0x191627),'addViewDropdown':{'open':_0x191627,'onOpenChange':_0x164f28,'overlay':(0x0,_0x258aa1[_0x36de8e(0x199)])(_0x36de8e(0x73b),{'data-u-comp':_0x36de8e(0x37c),'data-embed-id':_0x4bf227,'data-embed-floating-menu-popup':'true','children':(0x0,_0x258aa1[_0x36de8e(0x199)])(_0x481ca6[_0x36de8e(0x46a)],{'views':_0x481ca6['BASE_VIEW_MENU_ITEMS'][_0x36de8e(0x734)](_0x173fcf=>({..._0x173fcf,'label':_0x41a53d['t'](_0x173fcf['label']),'description':_0x41a53d['t'](_0x173fcf[_0x36de8e(0x36c)])})),'onCreate':_0x467c80})})}})});}function _0x5770d4(_0x20abd6){const _0x10e0a2=_0x118bac;var _0x3fc07b,_0x32fbc7,_0x1ddc73;let {embedId:_0x4f7dc9,activeView:_0x4bfff6,views:_0x505919,onActivateView:_0x18801b,onAddView:_0x5cc6ed,onConfigureView:_0x1ec00b,onDeleteView:_0x3e2e2a}=_0x20abd6,_0x18b14b=(0x0,_0x1468c8[_0x10e0a2(0x60a)])(_0x4a1c51[_0x10e0a2(0x743)]),_0x199edf=(0x0,_0x4f18af['useRef'])(null),_0x1c8900=(0x0,_0x4f18af[_0x10e0a2(0x4b8)])(null),[_0x33c221,_0x122e36]=(0x0,_0x4f18af[_0x10e0a2(0xba)])(!0x1),_0x4cebdc=_0x10ab4d=>{const _0x3352be=_0x10e0a2;_0x10ab4d[_0x3352be(0x582)](),_0x10ab4d[_0x3352be(0x6ed)]();},_0x4d16f6=(_0x3fc07b=(_0x32fbc7=_0x199edf['current'])==null?void 0x0:_0x32fbc7[_0x10e0a2(0x6b7)]())==null?null:_0x3fc07b;return(0x0,_0x4f18af[_0x10e0a2(0x207)])(()=>{const _0xf0e92=_0x10e0a2;if(!_0x33c221)return;let _0x4237ac=_0x2e850b=>{const _0x3881dc=_0x511b;var _0x4580f3,_0x48a9a2;let _0x5bfe68=_0x2e850b[_0x3881dc(0x6a7)]instanceof Node?_0x2e850b[_0x3881dc(0x6a7)]:null;!_0x5bfe68||(_0x4580f3=_0x199edf[_0x3881dc(0x67d)])!=null&&_0x4580f3[_0x3881dc(0x1e8)](_0x5bfe68)||(_0x48a9a2=_0x1c8900[_0x3881dc(0x67d)])!=null&&_0x48a9a2[_0x3881dc(0x1e8)](_0x5bfe68)||_0x122e36(!0x1);},_0x5250ce=_0x23e20a=>{const _0x5c700f=_0x511b;_0x23e20a[_0x5c700f(0x6a0)]===_0x5c700f(0x6cc)&&_0x122e36(!0x1);};return document[_0xf0e92(0x607)](_0xf0e92(0x3a8),_0x4237ac,!0x0),document['addEventListener']('keydown',_0x5250ce,!0x0),()=>{const _0xd2b8d7=_0xf0e92;document[_0xd2b8d7(0x5cf)](_0xd2b8d7(0x3a8),_0x4237ac,!0x0),document['removeEventListener'](_0xd2b8d7(0x449),_0x5250ce,!0x0);};},[_0x33c221]),(0x0,_0x258aa1['jsxs'])(_0x258aa1[_0x10e0a2(0x34e)],{'children':[(0x0,_0x258aa1[_0x10e0a2(0x712)])(_0x536b6f['Button'],{'ref':_0x199edf,'type':'button','size':_0x10e0a2(0x4cd),'variant':_0x10e0a2(0x709),'className':_0x10e0a2(0x6ba),'title':_0x4bfff6[_0x10e0a2(0x401)],'aria-label':_0x18b14b['t'](_0x10e0a2(0x211)),'onClick':_0x3f6c9b=>{const _0x40b8d0=_0x10e0a2;_0x3f6c9b[_0x40b8d0(0x6ed)](),_0x122e36(_0x1048e=>!_0x1048e);},'onMouseDown':_0x4cebdc,'onPointerDown':_0x4cebdc,'children':[(0x0,_0x258aa1[_0x10e0a2(0x199)])('span',{'className':_0x10e0a2(0x171),'aria-hidden':_0x10e0a2(0xd4),'children':(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x481ca6[_0x10e0a2(0x2ef)],{'type':_0x4bfff6['type']})}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x10e0a2(0x596),{'className':_0x10e0a2(0x1ff),'children':_0x4bfff6[_0x10e0a2(0x401)]}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x5e6630,{'className':'univer-size-3\x20univer-shrink-0'})]}),_0x33c221&&_0x4d16f6?(0x0,_0x37166e[_0x10e0a2(0x592)])((0x0,_0x258aa1['jsxs'])(_0x10e0a2(0x73b),{'ref':_0x1c8900,'data-u-comp':_0x10e0a2(0x3a9),'data-embed-id':_0x4f7dc9,'data-embed-floating-menu-popup':_0x10e0a2(0xd4),'className':_0x10e0a2(0x361),'style':_0xa36380(_0x4d16f6),'onClick':_0x1a6562=>_0x1a6562['stopPropagation'](),'onMouseDown':_0x4cebdc,'onPointerDown':_0x4cebdc,'children':[(0x0,_0x258aa1['jsx'])(_0x10e0a2(0x73b),{'className':_0x10e0a2(0x4a9),'children':_0x505919[_0x10e0a2(0x734)](_0x5541ef=>(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x536b6f['Button'],{'type':_0x10e0a2(0x2d6),'variant':_0x10e0a2(0x709),'size':_0x10e0a2(0x4cd),'className':_0x10e0a2(0x671),'onClick':_0x323f19=>{const _0x17293f=_0x10e0a2;_0x323f19[_0x17293f(0x6ed)](),_0x18801b(_0x5541ef['id']),_0x122e36(!0x1);},'children':(0x0,_0x258aa1['jsx'])(_0x56d5b6,{'icon':(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x481ca6[_0x10e0a2(0x2ef)],{'type':_0x5541ef[_0x10e0a2(0x614)]}),'label':_0x5541ef[_0x10e0a2(0x401)],'trailing':_0x5541ef['id']===_0x4bfff6['id']?(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x10e0a2(0x596),{'className':_0x10e0a2(0x127)}):null})},_0x5541ef['id']))}),(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x10e0a2(0x266)],{}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x5281a7,{'icon':(0x0,_0x258aa1['jsx'])(_0x1be36f,{}),'label':_0x18b14b['t']('embed-ui.basesFloating.viewSettings.addView'),'onClick':()=>{const _0x5457c8=_0x10e0a2;let _0x5a1be6=_0x199edf[_0x5457c8(0x67d)];_0x5a1be6&&_0x5cc6ed(_0x5a1be6),_0x122e36(!0x1);}}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x5281a7,{'icon':(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0xd883f3,{}),'label':_0x18b14b['t']('embed-ui.basesFloating.viewSettings.configureView'),'onClick':()=>{const _0x5fda3e=_0x10e0a2;let _0xa09079=_0x199edf[_0x5fda3e(0x67d)];_0xa09079&&_0x1ec00b(_0xa09079),_0x122e36(!0x1);}}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x5281a7,{'danger':!0x0,'disabled':_0x505919[_0x10e0a2(0x51d)]<=0x1,'icon':(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x2a8a74,{}),'label':_0x18b14b['t'](_0x10e0a2(0x465)),'onClick':()=>{_0x3e2e2a(),_0x122e36(!0x1);}})]}),(_0x1ddc73=(0x0,_0x481ca6[_0x10e0a2(0x227)])(!0x0))==null?document[_0x10e0a2(0x627)]:_0x1ddc73):null]});}function _0x56d5b6(_0x3a7a7b){const _0x47d0a1=_0x118bac;let {icon:_0xc585a8,label:_0x5ef0c9,trailing:_0x33ad2d}=_0x3a7a7b;return(0x0,_0x258aa1[_0x47d0a1(0x712)])(_0x47d0a1(0x596),{'className':_0x47d0a1(0x23d),'children':[(0x0,_0x258aa1[_0x47d0a1(0x199)])(_0x47d0a1(0x596),{'className':_0x47d0a1(0x448),'aria-hidden':_0x47d0a1(0xd4),'children':_0xc585a8}),(0x0,_0x258aa1['jsx'])('span',{'className':'univer-min-w-0\x20univer-truncate\x20univer-text-left','children':_0x5ef0c9}),(0x0,_0x258aa1[_0x47d0a1(0x199)])(_0x47d0a1(0x596),{'className':_0x47d0a1(0x114),'children':_0x33ad2d})]});}function _0x5281a7(_0x590e08){const _0x374c75=_0x118bac;let {danger:_0x5e4b26,disabled:_0x437cb1,icon:_0x54d602,label:_0x5386b2,onClick:_0x253cde}=_0x590e08;return(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x374c75(0xfd)],{'type':_0x374c75(0x2d6),'variant':'ghost','size':'small','disabled':_0x437cb1,'className':(0x0,_0x536b6f[_0x374c75(0x578)])(_0x374c75(0x671),_0x5e4b26&&_0x374c75(0x2a3)),'onClick':_0x48a8d3=>{const _0x342f18=_0x374c75;_0x48a8d3[_0x342f18(0x6ed)](),_0x253cde();},'children':(0x0,_0x258aa1[_0x374c75(0x199)])(_0x56d5b6,{'icon':_0x54d602,'label':_0x5386b2})});}function _0x3a29bf(_0x2390c6,_0x121dc6={}){const _0x1fd29a=_0x118bac;var _0x14ca55,_0xffcc4c,_0x12cf99,_0x427cf3,_0x4f3a32,_0x582e27,_0x20c8bf,_0x461684,_0x139e2f;let _0x1f3997=(_0x14ca55=_0x2390c6[_0x1fd29a(0x415)])==null?{}:_0x14ca55,_0x1b9e48=_0x1f3997[_0x1fd29a(0x2bc)],_0x42d7ba=Array[_0x1fd29a(0x6bf)](_0x1b9e48==null?void 0x0:_0x1b9e48[_0x1fd29a(0x3b5)])?_0x1b9e48['rules'][_0x1fd29a(0x51d)]:0x0;return{'viewType':_0x2390c6[_0x1fd29a(0x614)],'filterCount':(_0xffcc4c=(_0x12cf99=_0x2390c6[_0x1fd29a(0x2f0)])==null||(_0x12cf99=_0x12cf99[_0x1fd29a(0x43c)])==null?void 0x0:_0x12cf99[_0x1fd29a(0x51d)])==null?0x0:_0xffcc4c,'groupCount':(_0x427cf3=(_0x4f3a32=_0x2390c6[_0x1fd29a(0xe3)])==null?void 0x0:_0x4f3a32[_0x1fd29a(0x51d)])==null?0x0:_0x427cf3,'sortCount':(_0x582e27=(_0x20c8bf=_0x2390c6[_0x1fd29a(0x76c)])==null?void 0x0:_0x20c8bf[_0x1fd29a(0x51d)])==null?0x0:_0x582e27,'rowHeightActive':!!(_0x1f3997[_0x1fd29a(0x3cc)]&&_0x1f3997[_0x1fd29a(0x3cc)]!==_0x1fd29a(0x178)),'conditionalColoringActive':_0x42d7ba>0x0,'conditionalColoringCount':_0x42d7ba,'canUndo':((_0x461684=_0x121dc6['undos'])==null?0x0:_0x461684)>0x0,'canRedo':((_0x139e2f=_0x121dc6[_0x1fd29a(0x3ed)])==null?0x0:_0x139e2f)>0x0};}function _0x2200fa(_0x574b83){const _0x4dfe4a=_0x118bac;var _0x7d9266,_0x44df3a;return(_0x7d9266=_0x574b83==null||(_0x44df3a=_0x574b83[_0x4dfe4a(0x5c0)])==null?void 0x0:_0x44df3a[_0x4dfe4a(0x734)](_0x23191f=>_0x574b83[_0x4dfe4a(0x6ef)][_0x23191f])['filter'](_0xc8fe9c=>!!_0xc8fe9c))==null?[]:_0x7d9266;}function _0x40cf91(_0x21d222,_0x350582){const _0x2dad12=_0x118bac;return _0x2200fa(_0x21d222)[_0x2dad12(0x734)](_0xc0706f=>({'id':_0xc0706f['id'],'name':_0xc0706f[_0x2dad12(0x401)],'active':_0xc0706f['id']===_0x350582}));}function _0x5e8145(_0x330326,_0x2ef172){const _0x1529f8=_0x118bac;let _0x399839=new Set(_0x2200fa(_0x330326)[_0x1529f8(0x734)](_0x56d478=>_0x56d478[_0x1529f8(0x401)])),_0xc09521=_0x399839[_0x1529f8(0x347)]+0x1,_0x287ef9=_0x2ef172(_0xc09521);for(;_0x399839[_0x1529f8(0x722)](_0x287ef9);)_0xc09521+=0x1,_0x287ef9=_0x2ef172(_0xc09521);return _0x287ef9;}function _0x223898(_0x1b1438,_0x361eff){const _0x5248cc=_0x118bac;let _0x105aac=new Set(_0x2200fa(_0x1b1438)[_0x5248cc(0x734)](_0x407e5b=>_0x407e5b['name']));if(!_0x105aac['has'](_0x361eff))return _0x361eff;let _0x10d999=0x2,_0x763e14=_0x361eff+'\x20'+_0x10d999;for(;_0x105aac[_0x5248cc(0x722)](_0x763e14);)_0x10d999+=0x1,_0x763e14=_0x361eff+'\x20'+_0x10d999;return _0x763e14;}function _0x27684f(_0x187569,_0x3babb7){const _0x242d35=_0x118bac;if(!_0x187569)return;let _0x381e06=_0x3babb7?_0x187569[_0x242d35(0x6ef)][_0x3babb7]:void 0x0;return _0x381e06==null?_0x2200fa(_0x187569)[0x0]:_0x381e06;}function _0x334b1d(_0x1bbaa1){const _0x2f77d9=_0x118bac;var _0x3610b7,_0x1ad234;return(_0x3610b7=_0x1bbaa1==null||(_0x1ad234=_0x1bbaa1['viewOrder'])==null?void 0x0:_0x1ad234[_0x2f77d9(0x734)](_0x313d65=>_0x1bbaa1[_0x2f77d9(0x2df)][_0x313d65])[_0x2f77d9(0x2f0)](_0x68be8a=>!!_0x68be8a))==null?[]:_0x3610b7;}function _0x1d1247(_0x3839a3,_0x24956e){const _0x2aa7b8=_0x118bac;if(!_0x3839a3)return;let _0x2af27f=_0x24956e?_0x3839a3[_0x2aa7b8(0x2df)][_0x24956e]:void 0x0;return _0x2af27f==null?_0x334b1d(_0x3839a3)[0x0]:_0x2af27f;}function _0x479202(_0x439393,_0x3abd42,_0x414da3){const _0x10f59c=_0x118bac;var _0x2d626e,_0x593b14;return{..._0x439393,'id':_0x10f59c(0x182)+(0x0,_0x4a1c51[_0x10f59c(0x1d1)])(0x8),'tableId':_0x3abd42,'name':_0x439393['name']+'\x20'+_0x414da3,'config':{..._0x439393[_0x10f59c(0x415)]},'fieldSettings':{...(_0x2d626e=_0x439393['fieldSettings'])==null?{}:_0x2d626e},'fieldOrder':[...(_0x593b14=_0x439393[_0x10f59c(0x15e)])==null?[]:_0x593b14],'filter':_0x439393['filter']?{..._0x439393['filter'],'conditions':[..._0x439393[_0x10f59c(0x2f0)][_0x10f59c(0x43c)]]}:void 0x0,'group':_0x439393[_0x10f59c(0xe3)]?[..._0x439393[_0x10f59c(0xe3)]]:void 0x0,'sort':_0x439393['sort']?[..._0x439393[_0x10f59c(0x76c)]]:void 0x0};}function _0x2ccfe0(_0x33ebc7){const _0x19de61=_0x118bac;let {children:_0xef3e5,title:_0x282483,className:_0x3c5ad1,onClick:_0x52a2a3}=_0x33ebc7;return(0x0,_0x258aa1[_0x19de61(0x199)])(_0x536b6f[_0x19de61(0xfd)],{'type':'button','size':'small','variant':_0x19de61(0x709),'className':(0x0,_0x536b6f[_0x19de61(0x578)])(_0x19de61(0x414),_0x3c5ad1),'title':_0x282483,'aria-label':_0x282483,'onClick':_0x2bf26a=>_0x52a2a3(_0x2bf26a[_0x19de61(0xfa)]),'children':_0xef3e5});}function _0x12f971(_0x4d297d){const _0x3270bf=_0x118bac;return{'x':_0x4d297d['x'],'y':_0x4d297d['y'],'width':_0x4d297d[_0x3270bf(0x5df)],'height':_0x4d297d[_0x3270bf(0x2c7)]};}function _0x36c12f(_0x36f7aa){const _0x31e2bc=_0x118bac;let _0x28b41=(0x0,_0x481ca6[_0x31e2bc(0x42c)])(_0x36f7aa,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x28b41['top'],'left':_0x28b41['left'],'maxHeight':_0x28b41[_0x31e2bc(0x460)]};}function _0xa36380(_0x1ecf31){const _0x23676b=_0x118bac;let _0x4bbb0c=(0x0,_0x481ca6[_0x23676b(0x42c)])({'left':_0x1ecf31['right']-0xd0,'right':_0x1ecf31['right'],'top':_0x1ecf31['top'],'bottom':_0x1ecf31[_0x23676b(0x587)],'width':0xd0,'height':_0x1ecf31['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x4bbb0c[_0x23676b(0x4bc)],'left':_0x4bbb0c[_0x23676b(0x41d)],'maxHeight':_0x4bbb0c['maxHeight']};}function _0x105369(_0x2be7e7){const _0x7635af=_0x118bac;_0x3859ab(_0x2be7e7,_0x7635af(0x6cd),_0x4f8527);}function _0x4f8527(_0x3c6b9a){const _0x3880aa=_0x118bac;_0x3c6b9a['has'](_0x481ca6[_0x3880aa(0x15d)])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6['IBaseHostChromeOverrideService'],{'useFactory':()=>_0x3c6b9a['get'](_0x247cd5)}]),_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6[_0x3880aa(0x115)])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6[_0x3880aa(0x115)],{'useFactory':()=>_0x3c6b9a['get'](_0x34aece)}]),_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6[_0x3880aa(0x43f)])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6['IBaseEmbedFloatingGeometryService'],{'useFactory':()=>_0x3c6b9a[_0x3880aa(0x714)](_0xc08a98)}]),_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6[_0x3880aa(0x4ae)])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6[_0x3880aa(0x4ae)],{'useFactory':()=>_0x3c6b9a[_0x3880aa(0x714)](_0x164bef)}]),_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6['IBaseEmbedRuntimeService'])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6[_0x3880aa(0x554)],{'useFactory':()=>_0x2043f7({'embedModelService':_0x3c6b9a[_0x3880aa(0x714)](_0x73305e[_0x3880aa(0x6e4)]),'restoreService':_0x3c6b9a[_0x3880aa(0x714)](_0x1858f1),'mountService':_0x3c6b9a[_0x3880aa(0x714)](_0x70dabe),'activationService':_0x3c6b9a[_0x3880aa(0x714)](_0x287047)})}]);let _0x43155e=_0x3c6b9a[_0x3880aa(0x714)](_0x73305e[_0x3880aa(0x717)]),_0x188c56=_0x3c6b9a[_0x3880aa(0x714)](_0x1cd1ba),_0x4f093c=_0x3c6b9a['get'](_0x55f3cf),_0x560bad=_0x3c6b9a[_0x3880aa(0x714)](_0x1f9ba5),_0x549af3=_0x3c6b9a['get'](_0x23b823),_0x28950c=_0x3c6b9a[_0x3880aa(0x714)](_0x43540b),_0x416d01=_0x3c6b9a[_0x3880aa(0x714)](_0x2b6f2d),_0x407481=_0x3c6b9a[_0x3880aa(0x714)](_0x3ef29),_0x952429=_0x3c6b9a[_0x3880aa(0x722)](_0x73305e[_0x3880aa(0x163)])?_0x3c6b9a[_0x3880aa(0x714)](_0x73305e['EmbedHostAnchorModelService']):void 0x0,_0x13c0b2=_0x3c6b9a[_0x3880aa(0x722)](_0x4a1c51['IUniverInstanceService'])?_0x3c6b9a[_0x3880aa(0x714)](_0x4a1c51[_0x3880aa(0x723)]):void 0x0,_0x2adc39=()=>_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6['IBaseUIStateService'])?_0x3c6b9a['get'](_0x481ca6[_0x3880aa(0x66e)]):void 0x0,_0x407d0d=_0x264f49(_0x952429,_0x13c0b2,_0x2adc39);_0x43155e[_0x3880aa(0x714)](_0x407d0d['hostType'],_0x407d0d['entry'])||_0x43155e[_0x3880aa(0x246)](_0x407d0d);let _0x228f3b=_0x572e8e();_0x188c56['get'](_0x228f3b['hostType'],_0x228f3b[_0x3880aa(0x3be)])||_0x188c56[_0x3880aa(0x246)](_0x228f3b);let _0x3ce867=_0x4d019c(_0x3c6b9a[_0x3880aa(0x714)](_0x4a1c51[_0x3880aa(0x36f)]));_0x4f093c['get'](_0x3ce867[_0x3880aa(0x559)])||_0x4f093c[_0x3880aa(0x246)](_0x3ce867);let _0x180c20=_0x215875();_0x560bad[_0x3880aa(0x714)](_0x180c20[_0x3880aa(0x559)])||_0x560bad[_0x3880aa(0x246)](_0x180c20),_0x35b2d2()[_0x3880aa(0x362)](_0x337a97=>{const _0x155c2b=_0x3880aa;_0x549af3[_0x155c2b(0x570)](_0x337a97[_0x155c2b(0x53f)],_0x337a97[_0x155c2b(0x3be)],_0x337a97[_0x155c2b(0x559)])||_0x549af3[_0x155c2b(0x246)](_0x337a97);}),_0x28950c['registerProvider'](_0x492d56(_0x3c6b9a,{'childType':_0x4a1c51[_0x3880aa(0x336)][_0x3880aa(0x109)],'renderManagerService':_0x1b1b3f[_0x3880aa(0x402)]})),_0x416d01[_0x3880aa(0x714)](_0x4a1c51['UniverInstanceType'][_0x3880aa(0x109)])||_0x416d01[_0x3880aa(0x246)](_0x2ea304(_0x2adc39())),_0x407481[_0x3880aa(0x714)](_0x4a1c51['UniverInstanceType'][_0x3880aa(0x109)])||_0x407481[_0x3880aa(0x246)](_0xa38eba(_0x3c6b9a));}function _0x2043f7(_0x581c6c){return{'mountTableList':async _0x370537=>{const _0x2542e9=_0x511b;let _0x272a22=_0x581c6c[_0x2542e9(0x26f)][_0x2542e9(0x686)](_0x370537[_0x2542e9(0x625)],_0x370537[_0x2542e9(0x5bc)]);if(!_0x272a22&&_0x370537['childUnitId']&&(_0x272a22={'embedId':_0x370537[_0x2542e9(0x5bc)],'hostUnitId':_0x370537['baseUnitId'],'hostType':_0x4a1c51[_0x2542e9(0x336)][_0x2542e9(0x109)],'entry':_0x2542e9(0x29c),'hostAnchorId':_0x370537[_0x2542e9(0x333)],'childUnitId':_0x370537[_0x2542e9(0x4c1)],'childType':_0x370537[_0x2542e9(0x559)],'source':{'unitType':_0x370537[_0x2542e9(0x559)],'ref':{'file':{'kind':_0x2542e9(0x303)},'unit':{'selector':_0x370537[_0x2542e9(0x4c1)],'type':(0x0,_0x73305e[_0x2542e9(0x455)])(_0x370537[_0x2542e9(0x559)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x2542e9(0x676),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x272a22||_0x272a22['hostAnchorId']!==_0x370537[_0x2542e9(0x333)])&&((!_0x272a22[_0x2542e9(0x4c1)]||_0x272a22[_0x2542e9(0x559)]==null)&&(_0x272a22=await _0x581c6c[_0x2542e9(0x71c)][_0x2542e9(0x6f5)]({'descriptor':_0x272a22})),!(!_0x272a22[_0x2542e9(0x4c1)]||_0x272a22['childType']==null)))return _0x581c6c[_0x2542e9(0x243)][_0x2542e9(0xde)](_0x272a22),_0x581c6c[_0x2542e9(0x5d9)][_0x2542e9(0x51a)](_0x272a22),(0x0,_0x4a1c51[_0x2542e9(0xbb)])(()=>{const _0x2b6dae=_0x2542e9;_0x581c6c[_0x2b6dae(0x243)][_0x2b6dae(0x40b)](_0x370537[_0x2b6dae(0x5bc)]),_0x581c6c[_0x2b6dae(0x5d9)]['clearTab'](_0x370537[_0x2b6dae(0x5bc)]);});}};}let _0x20d648=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x2e2aae,_0x486924,_0x58e654,_0x50d868,_0x2c9c3e,_0x49d7ab,_0x4b5e2d,_0x3bf28b){const _0x3027de=_0x118bac;if(super(),this[_0x3027de(0x6b6)]=_0x2e2aae,this[_0x3027de(0x520)]=_0x486924,this[_0x3027de(0x32a)]=_0x58e654,this[_0x3027de(0xda)]=_0x50d868,this['_boardElementStateService']=_0x2c9c3e,this[_0x3027de(0x58b)]=_0x49d7ab,this[_0x3027de(0x159)]=_0x4b5e2d,this[_0x3027de(0x74e)]=_0x3bf28b,_0x2d0c25(this,_0x3027de(0x139),new Map()),_0x2d0c25(this,_0x3027de(0xf8),void 0x0),_0x2d0c25(this,_0x3027de(0x32f),_0x10bd37=>{const _0x4c8ab4=_0x3027de;var _0x291857,_0x17b052;let _0x54da2f=(_0x291857=(_0x17b052=this[_0x4c8ab4(0x6b6)][_0x4c8ab4(0x666)])[_0x4c8ab4(0x140)])==null?void 0x0:_0x291857[_0x4c8ab4(0xf4)](_0x17b052);return _0x54da2f?(_0x54da2f[_0x4c8ab4(0x6dc)](new WheelEvent(_0x4c8ab4(0x729),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x10bd37['clientX'],'clientY':_0x10bd37[_0x4c8ab4(0x573)],'ctrlKey':_0x10bd37[_0x4c8ab4(0xfe)],'deltaMode':_0x10bd37[_0x4c8ab4(0x569)],'deltaX':_0x10bd37[_0x4c8ab4(0x74a)],'deltaY':_0x10bd37[_0x4c8ab4(0x692)],'deltaZ':_0x10bd37[_0x4c8ab4(0x6b5)],'metaKey':_0x10bd37['metaKey'],'shiftKey':_0x10bd37[_0x4c8ab4(0x623)]})),!0x0):!0x1;}),_0x2d0c25(this,_0x3027de(0x4fc),_0x55fdc=>{const _0x2c49bb=_0x3027de;var _0x38dfdd,_0x53bf4b;let _0x5b59f0=(_0x38dfdd=(_0x53bf4b=this[_0x2c49bb(0x6b6)][_0x2c49bb(0x666)])[_0x2c49bb(0x140)])==null?void 0x0:_0x38dfdd[_0x2c49bb(0xf4)](_0x53bf4b);if(!_0x5b59f0)return null;let _0x5992c9=_0x55fdc;for(;_0x5992c9&&!_0x5992c9[_0x2c49bb(0x1e8)](_0x5b59f0);)_0x5992c9=_0x5992c9['parentElement'];return _0x5992c9;}),Promise['resolve']()[_0x3027de(0x771)](()=>this[_0x3027de(0x249)]()),typeof document<'u'){let _0x592afb=_0x4aa771=>this[_0x3027de(0x4e0)](_0x4aa771);document[_0x3027de(0x607)](_0x21e2a4,_0x592afb),this['disposeWithMe']((0x0,_0x4a1c51[_0x3027de(0xbb)])(()=>document[_0x3027de(0x5cf)](_0x21e2a4,_0x592afb)));}this[_0x3027de(0x377)](this['_commandService'][_0x3027de(0x301)](_0x51d200=>{const _0x4ce1ab=_0x3027de;(_0x51d200['id']===_0x73305e[_0x4ce1ab(0x3ca)]['id']||_0x51d200['id']===_0x73305e[_0x4ce1ab(0x36e)]['id']||_0x51d200['id']===_0x73305e[_0x4ce1ab(0x2af)]['id']||_0x51d200['id']===_0x73305e[_0x4ce1ab(0x5cb)]['id'])&&this[_0x4ce1ab(0x249)]();})),[this[_0x3027de(0xda)][_0x3027de(0x61f)],this['_boardElementService'][_0x3027de(0x18c)],this[_0x3027de(0xda)][_0x3027de(0x754)]][_0x3027de(0x362)](_0x4b75a8=>{const _0x53866d=_0x3027de;let _0x21d83c=_0x4b75a8['subscribe'](_0x247065=>{const _0x5b0fbe=_0x511b;_0x247065['some'](_0xcb6e2e=>_0xcb6e2e[_0x5b0fbe(0x73c)]===this[_0x5b0fbe(0x6b6)]['unitId'])&&this[_0x5b0fbe(0x249)]();});this[_0x53866d(0x377)]((0x0,_0x4a1c51['toDisposable'])(()=>_0x21d83c[_0x53866d(0x297)]()));});}[_0x118bac(0x60c)](){const _0x3ef160=_0x118bac;var _0x5b014a;(_0x5b014a=this[_0x3ef160(0xf8)])==null||_0x5b014a[_0x3ef160(0xf4)](this),this['_activeDragCleanup']=void 0x0,this[_0x3ef160(0x139)][_0x3ef160(0x362)](_0x3ee638=>_0x3ee638['dispose']()),this[_0x3ef160(0x139)]['clear'](),super[_0x3ef160(0x60c)]();}['_sync'](){const _0x1b4e6a=_0x118bac;let _0x53dccc=this['_context'][_0x1b4e6a(0x73c)];if(this[_0x1b4e6a(0x520)][_0x1b4e6a(0xfb)](_0x53dccc)[_0x1b4e6a(0x51d)]>0x0){this[_0x1b4e6a(0x653)]();return;}let _0x57c263=this[_0x1b4e6a(0xda)][_0x1b4e6a(0x493)](_0x53dccc),_0x1d83f0=new Set();this[_0x1b4e6a(0x520)][_0x1b4e6a(0x27b)](_0x53dccc)[_0x1b4e6a(0x2f0)](_0x2a7a0c=>_0x2a7a0c['entry']===_0x73305e['EmbedHostEntryEnum']['BoardsFloatingObject'])[_0x1b4e6a(0x362)](_0x4b33f0=>{const _0x532811=_0x1b4e6a;var _0x432938,_0x3cb648,_0xeab697,_0x3df282;let _0x3d0a7a=Object['values'](_0x57c263)[_0x532811(0x3ae)](_0x503595=>{const _0x6c5daf=_0x532811;var _0x2ef0b6;return(0x0,_0x27f87e[_0x6c5daf(0x279)])((_0x2ef0b6=_0x503595[_0x6c5daf(0x35d)][_0x4b33f0[_0x6c5daf(0x333)]])==null?void 0x0:_0x2ef0b6[_0x6c5daf(0x725)]);}),_0x402ca5=_0x3d0a7a==null?void 0x0:_0x3d0a7a[_0x532811(0x35d)][_0x4b33f0['hostAnchorId']],_0x55132a=_0x402ca5==null?void 0x0:_0x402ca5['element'];if(!_0x3d0a7a||!_0x402ca5||!(0x0,_0x27f87e[_0x532811(0x279)])(_0x55132a))return;let _0x580577=(0x0,_0x27f87e[_0x532811(0x593)])(_0x55132a),_0x31d036=this['_itemId'](_0x4b33f0[_0x532811(0x333)]);_0x1d83f0[_0x532811(0x410)](_0x31d036);let _0x2b20e1={'left':(_0x432938=_0x55132a[_0x532811(0x768)][_0x532811(0x41d)])==null?0x0:_0x432938,'top':(_0x3cb648=_0x55132a[_0x532811(0x768)][_0x532811(0x4bc)])==null?0x0:_0x3cb648,'width':(_0xeab697=_0x55132a[_0x532811(0x768)][_0x532811(0x5df)])==null?0x230:_0xeab697,'height':(_0x3df282=_0x55132a[_0x532811(0x768)][_0x532811(0x2c7)])==null?0x168:_0x3df282},_0x3b7740=()=>{const _0x57004b=_0x532811;var _0x2f5f4e,_0x24d005;return(0x0,_0x4f18af[_0x57004b(0x4c7)])(_0x2cdbbb,{'data':{'version':0x1,'embedId':_0x4b33f0[_0x57004b(0x5bc)],'hostUnitId':_0x53dccc,'hostAnchorId':_0x4b33f0[_0x57004b(0x333)],'childUnitId':(_0x2f5f4e=_0x4b33f0['childUnitId'])==null?_0x580577==null?void 0x0:_0x580577[_0x57004b(0x4c1)]:_0x2f5f4e,'childType':(_0x24d005=_0x4b33f0[_0x57004b(0x559)])==null?_0x580577==null?void 0x0:_0x580577[_0x57004b(0x559)]:_0x24d005},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this['_routeWheelToHost'],'resolveHostWheelGestureRoot':this[_0x57004b(0x4fc)],'onRuntimeStageEnter':_0x30223e=>this['_setAnchorTransformerVisible'](_0x30223e!==_0x57004b(0x510),_0x402ca5['subUnitId'],_0x4b33f0['hostAnchorId'])});};this[_0x532811(0x139)][_0x532811(0x722)](_0x31d036)?this['_domLayerService'][_0x532811(0x3f9)](_0x31d036,{'rect':_0x2b20e1,'content':_0x3b7740}):this['_items']['set'](_0x31d036,this['_domLayerService'][_0x532811(0x705)]({'id':_0x31d036,'unitId':_0x53dccc,'subUnitId':_0x402ca5['subUnitId'],'elementId':_0x4b33f0['hostAnchorId'],'rect':_0x2b20e1,'content':_0x3b7740,'interactive':!0x0,'showResizeGuide':!0x0}));}),this['_items'][_0x1b4e6a(0x362)]((_0x5493b4,_0x360f9b)=>{const _0x33950d=_0x1b4e6a;_0x1d83f0['has'](_0x360f9b)||(_0x5493b4[_0x33950d(0x60c)](),this[_0x33950d(0x139)]['delete'](_0x360f9b));});}[_0x118bac(0x444)](_0x28f19f){const _0x2a186b=_0x118bac;return'board-embed:'+this[_0x2a186b(0x6b6)][_0x2a186b(0x73c)]+':'+_0x28f19f;}['_selectAnchor'](_0x4a63e9,_0x21edf6){const _0x22df1b=_0x118bac;this['_boardElementStateService'][_0x22df1b(0xf0)]({'unitId':this[_0x22df1b(0x6b6)][_0x22df1b(0x73c)],'subUnitId':_0x4a63e9},[_0x21edf6],_0x21edf6);}[_0x118bac(0x316)](_0x70a046,_0x35489b,_0xb3dee8){const _0x510ca2=_0x118bac;if(_0x70a046){this[_0x510ca2(0x646)](_0x35489b,_0xb3dee8);return;}this['_boardElementStateService'][_0x510ca2(0x1bc)]();}[_0x118bac(0x4e0)](_0x25a45d){const _0x2f8795=_0x118bac;var _0x29f48f,_0x4a9f85,_0x2763c6,_0x1a4d89,_0x19e1f5,_0x4835cd,_0x5fa7d2,_0x1e7025;let _0x528adb=_0x25a45d[_0x2f8795(0x62e)];if(!_0x528adb||_0x528adb[_0x2f8795(0x2dc)]!==this[_0x2f8795(0x6b6)]['unitId'])return;let _0x3ef0ba=this[_0x2f8795(0xda)][_0x2f8795(0x493)](this[_0x2f8795(0x6b6)][_0x2f8795(0x73c)]),_0x4a2fea=Object['values'](_0x3ef0ba)['find'](_0x38fe39=>_0x38fe39[_0x2f8795(0x35d)][_0x528adb[_0x2f8795(0x333)]]),_0x435b3e=_0x4a2fea==null?void 0x0:_0x4a2fea[_0x2f8795(0x35d)][_0x528adb[_0x2f8795(0x333)]];if(!_0x4a2fea||!_0x435b3e||!(0x0,_0x27f87e[_0x2f8795(0x279)])(_0x435b3e[_0x2f8795(0x725)])||((_0x29f48f=(0x0,_0x27f87e[_0x2f8795(0x593)])(_0x435b3e['element']))==null?void 0x0:_0x29f48f[_0x2f8795(0x5bc)])!==_0x528adb[_0x2f8795(0x5bc)])return;let _0x42a82f=(_0x4a9f85=(_0x2763c6=this[_0x2f8795(0x6b6)][_0x2f8795(0x666)])['getCanvasElement'])==null?void 0x0:_0x4a9f85[_0x2f8795(0xf4)](_0x2763c6);if(!_0x42a82f)return;(_0x1a4d89=this[_0x2f8795(0xf8)])==null||_0x1a4d89[_0x2f8795(0xf4)](this),this[_0x2f8795(0x646)](_0x435b3e[_0x2f8795(0x746)],_0x528adb[_0x2f8795(0x333)]),this[_0x2f8795(0x316)](!0x1,_0x435b3e[_0x2f8795(0x746)],_0x528adb[_0x2f8795(0x333)]);let _0x4e201c=_0x435b3e[_0x2f8795(0x725)],_0x2005e6=(_0x19e1f5=_0x4e201c[_0x2f8795(0x768)]['left'])==null?0x0:_0x19e1f5,_0x3963c4=(_0x4835cd=_0x4e201c[_0x2f8795(0x768)]['top'])==null?0x0:_0x4835cd,_0x592452=this['_boardUIStateService']['getState'](),_0x2856de=(0x0,_0x48316b[_0x2f8795(0x430)])((_0x5fa7d2=this[_0x2f8795(0x159)]['getConfig'](_0x48316b[_0x2f8795(0x104)]))==null?void 0x0:_0x5fa7d2),_0x133c57=(0x0,_0x48316b[_0x2f8795(0x681)])(_0x42a82f,_0x528adb[_0x2f8795(0x100)],_0x528adb[_0x2f8795(0x573)],{'zoomRatio':_0x592452[_0x2f8795(0x5ff)],'panOffset':_0x592452[_0x2f8795(0x4f6)]},_0x2856de),_0x2d13bb=(_0x1e7025=document[_0x2f8795(0x4de)])==null?window:_0x1e7025,_0x1ead61=(_0x41d794,_0xc79346)=>{const _0x44ddbc=_0x2f8795;let _0x4b9cc8=this['_boardUIStateService'][_0x44ddbc(0x6dd)](),_0x510555=(0x0,_0x48316b[_0x44ddbc(0x681)])(_0x42a82f,_0x41d794,_0xc79346,{'zoomRatio':_0x4b9cc8[_0x44ddbc(0x5ff)],'panOffset':_0x4b9cc8[_0x44ddbc(0x4f6)]},_0x2856de);return{'left':_0x2005e6+_0x510555['x']-_0x133c57['x'],'top':_0x3963c4+_0x510555['y']-_0x133c57['y']};},_0x25e8a8=(_0x36276c,_0x15ba1b)=>{const _0x182dc7=_0x2f8795;var _0x83aeae,_0x49733f;let _0x4ff3f5=_0x1ead61(_0x36276c,_0x15ba1b);return this[_0x182dc7(0x32a)][_0x182dc7(0x3f9)](this[_0x182dc7(0x444)](_0x528adb[_0x182dc7(0x333)]),{'rect':{..._0x4ff3f5,'width':(_0x83aeae=_0x4e201c[_0x182dc7(0x768)][_0x182dc7(0x5df)])==null?0x230:_0x83aeae,'height':(_0x49733f=_0x4e201c[_0x182dc7(0x768)]['height'])==null?0x168:_0x49733f}}),_0x4ff3f5;},_0x395c8e=_0x21bbbb=>_0x528adb['pointerId']==null||_0x21bbbb[_0x2f8795(0x602)]===_0x528adb[_0x2f8795(0x602)],_0x38541a=()=>{const _0x3add3b=_0x2f8795;_0x2d13bb[_0x3add3b(0x5cf)](_0x3add3b(0x427),_0x10f66c),_0x2d13bb[_0x3add3b(0x5cf)](_0x3add3b(0x547),_0x20c3d4),_0x2d13bb[_0x3add3b(0x5cf)](_0x3add3b(0x784),_0x8ba53c),this[_0x3add3b(0xf8)]===_0x38541a&&(this['_activeDragCleanup']=void 0x0);},_0x10f66c=_0x529fe2=>{const _0x13d6d7=_0x2f8795;_0x395c8e(_0x529fe2)&&(_0x529fe2[_0x13d6d7(0x582)](),_0x25e8a8(_0x529fe2['clientX'],_0x529fe2[_0x13d6d7(0x573)]));},_0x20c3d4=_0x1f3097=>{const _0x2acb65=_0x2f8795;if(!_0x395c8e(_0x1f3097))return;_0x38541a(),_0x1f3097[_0x2acb65(0x582)]();let _0x5bd8fd=_0x25e8a8(_0x1f3097[_0x2acb65(0x100)],_0x1f3097['clientY']);this['_commandService'][_0x2acb65(0x484)](_0x27f87e['UpdateBoardElementMutation']['id'],{'unitId':this['_context'][_0x2acb65(0x73c)],'subUnitId':_0x435b3e[_0x2acb65(0x746)],'elementId':_0x528adb[_0x2acb65(0x333)],'element':_0x4e201c,'transform':{..._0x435b3e[_0x2acb65(0x768)],..._0x5bd8fd}})[_0x2acb65(0x1ae)](()=>{const _0x13ac3e=_0x2acb65;this[_0x13ac3e(0x249)](),this[_0x13ac3e(0x316)](!0x0,_0x435b3e[_0x13ac3e(0x746)],_0x528adb[_0x13ac3e(0x333)]);});},_0x8ba53c=_0x2299c0=>{const _0x11805f=_0x2f8795;_0x395c8e(_0x2299c0)&&(_0x38541a(),this[_0x11805f(0x249)](),this[_0x11805f(0x316)](!0x0,_0x435b3e[_0x11805f(0x746)],_0x528adb['hostAnchorId']));};_0x2d13bb['addEventListener'](_0x2f8795(0x427),_0x10f66c),_0x2d13bb[_0x2f8795(0x607)](_0x2f8795(0x547),_0x20c3d4),_0x2d13bb[_0x2f8795(0x607)](_0x2f8795(0x784),_0x8ba53c),this[_0x2f8795(0xf8)]=_0x38541a;}[_0x118bac(0x653)](){const _0x4eaba9=_0x118bac;this[_0x4eaba9(0x139)][_0x4eaba9(0x362)](_0x2ffc2b=>_0x2ffc2b['dispose']()),this[_0x4eaba9(0x139)][_0x4eaba9(0x173)]();}};_0x20d648=_0x5c1435([_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e['EmbedModelService'])),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x48316b[_0x118bac(0x61c)])),_0x4ded49(0x3,(0x0,_0x4a1c51['Inject'])(_0x27f87e[_0x118bac(0x2a0)])),_0x4ded49(0x4,(0x0,_0x4a1c51['Inject'])(_0x48316b[_0x118bac(0x4fd)])),_0x4ded49(0x5,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x48316b[_0x118bac(0x13f)])),_0x4ded49(0x6,_0x4a1c51['IConfigService']),_0x4ded49(0x7,_0x4a1c51[_0x118bac(0x36f)])],_0x20d648);function _0x3d17bf(){const _0x2322b3=_0x118bac;return _0x3dd20a({'childType':_0x4a1c51[_0x2322b3(0x336)]['UNIVER_BOARD'],'productName':'Boards','hostChromeMode':_0x2322b3(0x31d)});}function _0x29429d(){const _0x3bd648=_0x118bac;return{'hostType':_0x4a1c51['UniverInstanceType'][_0x3bd648(0x76a)],'entry':_0x73305e[_0x3bd648(0x396)][_0x3bd648(0x185)],'layout':_0x3bd648(0x780),'supportedLayouts':[_0x3bd648(0x780),_0x3bd648(0x59b),_0x3bd648(0x17e)],'menuBehavior':'floating'};}function _0x3e18e1(){const _0x6bab23=_0x118bac;return{'childType':_0x4a1c51[_0x6bab23(0x336)][_0x6bab23(0x76a)],'handleWheel':_0x537cc1=>{const _0x3670a2=_0x6bab23;let _0x42503c=_0x537cc1[_0x3670a2(0x41f)][_0x3670a2(0x5c1)];return _0x42503c!=null&&_0x42503c[_0x3670a2(0x722)](_0x48316b[_0x3670a2(0x13f)])?(_0x42503c[_0x3670a2(0x714)](_0x48316b['IBoardUIStateService'])[_0x3670a2(0x47d)]({'x':-_0x537cc1['event']['deltaX'],'y':-_0x537cc1['event']['deltaY']}),!0x0):!0x1;}};}function _0x36e820(){const _0x329e1c=_0x118bac;return{'childType':_0x4a1c51[_0x329e1c(0x336)][_0x329e1c(0x76a)],'supportedLayouts':[_0x329e1c(0x384),_0x329e1c(0x5f7),_0x329e1c(0x780)],'beforeDeactivate':_0x21c7a3,'mount':_0x22c9af};}function _0x21c7a3(_0x3d9892){const _0x48bca1=_0x118bac;let _0x4ba46a=_0x3d9892['runtimeScope']['injector'];if(_0x4ba46a['has'](_0x48316b[_0x48bca1(0x698)])&&_0x4ba46a[_0x48bca1(0x714)](_0x48316b['BoardTextEditingService'])[_0x48bca1(0x225)](),_0x4ba46a[_0x48bca1(0x722)](_0x48316b[_0x48bca1(0x4fd)])){let _0x8fb525=_0x4ba46a[_0x48bca1(0x714)](_0x48316b[_0x48bca1(0x4fd)]);_0x8fb525[_0x48bca1(0x27f)](),_0x8fb525[_0x48bca1(0x1bc)]();}}function _0x22c9af(_0x3391cc){const _0x43806a=_0x118bac;var _0x16cf34,_0xa8229b;let _0x2a96ec=_0x3391cc[_0x43806a(0x5c1)][_0x43806a(0x714)](_0x4a1c51['IUniverInstanceService'])[_0x43806a(0x553)](_0x3391cc[_0x43806a(0x4c1)],_0x4a1c51[_0x43806a(0x336)][_0x43806a(0x76a)]),_0x9ce2c8=_0x3391cc[_0x43806a(0x41f)][_0x43806a(0x5c1)];if(!_0x2a96ec||!_0x9ce2c8)return;let _0x33782d=_0x3391cc[_0x43806a(0x5c1)]['get'](_0x1b1b3f['IRenderManagerService']),_0x35abb5=_0xfe0e7d(_0x33782d,_0x3391cc[_0x43806a(0x4c1)],_0x9ce2c8);if(!_0x35abb5)return;let _0x2d6f5b=_0x21b169(_0x3391cc[_0x43806a(0x41f)][_0x43806a(0x5b3)][_0x43806a(0x177)]);_0x2d6f5b[_0x43806a(0x30d)]((0x0,_0x258aa1[_0x43806a(0x712)])(_0x9354df,{'injector':_0x9ce2c8,'mountContainer':_0x3391cc[_0x43806a(0x41f)][_0x43806a(0x5b3)]['popup'],'embedId':_0x3391cc['embedId'],'children':[(0x0,_0x258aa1[_0x43806a(0x199)])(_0x48316b['BoardWorkbench'],{'embedded':_0x3391cc['renderScope'][_0x43806a(0x395)]===_0x43806a(0x48d)&&!_0x3391cc[_0x43806a(0x6af)][_0x43806a(0x12a)],'fitOnMount':!0x1,'showZoomControls':_0x3391cc[_0x43806a(0x6af)][_0x43806a(0x395)]===_0x43806a(0x14f)||_0x3391cc[_0x43806a(0x6af)][_0x43806a(0x12a)]===!0x0}),(0x0,_0x258aa1[_0x43806a(0x199)])(_0x48316b[_0x43806a(0x4a6)],{'positionRoot':_0x3391cc['runtimeScope'][_0x43806a(0x5b3)][_0x43806a(0x177)]})]})),_0xb2724a(_0x35abb5,{'activate':!0x0});let _0x3b566e=(_0x16cf34=(_0xa8229b=globalThis)[_0x43806a(0x668)])==null?void 0x0:_0x16cf34[_0x43806a(0xf4)](_0xa8229b,()=>{const _0x92658d=_0x43806a;var _0x14afb8,_0x13a133;let _0x1b5aa8=_0x3391cc[_0x92658d(0x41f)][_0x92658d(0x5b3)]['content']['querySelector']('[data-board-viewport-host=\x22true\x22]'),_0x832ebf=(_0x14afb8=_0x1b5aa8==null?void 0x0:_0x1b5aa8[_0x92658d(0x6b7)]())==null?_0x3391cc[_0x92658d(0x41f)][_0x92658d(0x5b3)]['content'][_0x92658d(0x6b7)]():_0x14afb8,_0x324578=(0x0,_0x48316b[_0x92658d(0x430)])((_0x13a133=_0x9ce2c8[_0x92658d(0x714)](_0x4a1c51['IConfigService'])[_0x92658d(0x38b)](_0x48316b[_0x92658d(0x104)]))==null?void 0x0:_0x13a133);_0x9ce2c8[_0x92658d(0x714)](_0x48316b[_0x92658d(0x622)])[_0x92658d(0x524)](_0x2a96ec,{'viewportSize':{'width':_0x832ebf['width'],'height':_0x832ebf['height']},'padding':Math[_0x92658d(0x1d4)](0x10,Math['min'](0x40,Math[_0x92658d(0x1e0)](_0x832ebf[_0x92658d(0x5df)],_0x832ebf['height'])*0.08)),'zoom':_0x324578});});return(0x0,_0x4a1c51[_0x43806a(0xbb)])(()=>{const _0x4eb4ab=_0x43806a;if(_0x3b566e!=null){var _0x4ff18e,_0x33a868;(_0x4ff18e=(_0x33a868=globalThis)[_0x4eb4ab(0x1a8)])==null||_0x4ff18e[_0x4eb4ab(0xf4)](_0x33a868,_0x3b566e);}try{var _0x5647d1,_0x5a5ca9;(_0x5647d1=(_0x5a5ca9=_0x35abb5['engine'])[_0x4eb4ab(0x40b)])==null||_0x5647d1['call'](_0x5a5ca9);}catch{}_0x33782d['removeRender'](_0x3391cc['childUnitId']),_0x594117(_0x2d6f5b),_0x9ce2c8[_0x4eb4ab(0x60c)]();});}function _0x2e9468(){const _0x4bb58c=_0x118bac;return _0x11d97c({'childType':_0x4a1c51[_0x4bb58c(0x336)]['UNIVER_BOARD'],'mount':_0x10addd});}function _0x10addd(_0x5bbeb6){const _0x3ed392=_0x118bac;if(_0x5bbeb6[_0x3ed392(0x6af)]['fullscreen'])return;let {root:_0x313ce2,menu:_0x29b1f9}=_0x3229f5(_0x5bbeb6),_0x3b9468=_0x21b169(_0x29b1f9);return _0x3b9468[_0x3ed392(0x30d)]((0x0,_0x4f18af[_0x3ed392(0x4c7)])(_0x9354df,{'injector':_0x5bbeb6[_0x3ed392(0x41f)][_0x3ed392(0x5c1)],'mountContainer':_0x313ce2,'embedId':_0x5bbeb6[_0x3ed392(0x5bc)]},(0x0,_0x4f18af['createElement'])(_0x4567a7,{'hostUnitId':_0x5bbeb6[_0x3ed392(0x2dc)],'embedId':_0x5bbeb6[_0x3ed392(0x5bc)],'childUnitId':_0x5bbeb6[_0x3ed392(0x4c1)],'viewportRoot':_0x5bbeb6[_0x3ed392(0x41f)][_0x3ed392(0x5b3)][_0x3ed392(0x177)],'fullscreen':!!_0x5bbeb6[_0x3ed392(0x6af)][_0x3ed392(0x12a)]}))),(0x0,_0x4a1c51[_0x3ed392(0xbb)])(()=>{const _0xc389ed=_0x3ed392;_0x594117(_0x3b9468),globalThis[_0xc389ed(0x1cb)](()=>_0x29b1f9[_0xc389ed(0x2f4)](),0x0);});}function _0x4567a7(_0x1d3227){const _0x367928=_0x118bac;var _0x44bb0b;let {hostUnitId:_0x1555d2,embedId:_0x1b0976,childUnitId:_0x53aa6b,viewportRoot:_0xadc69e,fullscreen:_0x3ed8e0}=_0x1d3227,_0x4e3137=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x4a1c51['ICommandService']),_0x312f0b=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x4a1c51['IConfigService']),_0xaca610=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x4a1c51['IUniverInstanceService']),_0x255b4e=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x4a1c51[_0x367928(0x743)]),_0x232f40=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x34aece),_0x245e23=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x48316b[_0x367928(0x13f)]),_0xe32b3a=(0x0,_0x1468c8['useDependency'])(_0x48316b['BoardViewportService']),_0x146b4b=(0x0,_0x1468c8[_0x367928(0xca)])(()=>_0x245e23['state$'],_0x245e23['getState'](),!0x1,[_0x245e23]),_0x44c4bc=_0x2b7ad2({'embedId':_0x1b0976,'active':(0x0,_0x1468c8[_0x367928(0xca)])(()=>_0x232f40[_0x367928(0x4b7)],_0x232f40['getActive'](),!0x1,[_0x232f40]),'fullscreen':_0x3ed8e0}),_0x518dc2=_0xaca610[_0x367928(0x553)](_0x53aa6b,_0x4a1c51[_0x367928(0x336)][_0x367928(0x76a)]),_0x9547bf=(0x0,_0x48316b['resolveBoardInteractionConfig'])((_0x44bb0b=_0x312f0b[_0x367928(0x38b)](_0x48316b[_0x367928(0x104)]))==null?void 0x0:_0x44bb0b),_0x4890ab=()=>_0xadc69e[_0x367928(0x6b7)](),_0x440c1e=()=>({'x':_0x4890ab()[_0x367928(0x5df)]/0x2,'y':_0x4890ab()[_0x367928(0x2c7)]/0x2}),_0x13e398=_0x5ae270=>_0x245e23[_0x367928(0x255)](_0x5ae270,_0x440c1e());return(0x0,_0x258aa1[_0x367928(0x712)])(_0x367928(0x73b),{'className':(0x0,_0x536b6f[_0x367928(0x578)])(_0x367928(0x56b),{'univer-hidden':_0x44c4bc===_0x367928(0x421),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x3ed8e0,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x3ed8e0,'-univer-top-[44px]':!_0x3ed8e0}),'data-embed-floating-menu':_0x367928(0xd4),'data-embed-id':_0x1b0976,'data-embed-float-stage':_0x44c4bc,'onPointerDown':_0x133016=>_0x133016['stopPropagation'](),'children':[(0x0,_0x258aa1[_0x367928(0x199)])(_0x367928(0x596),{'title':_0x255b4e['t'](_0x367928(0x3a5)),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x1468c8[_0x367928(0x69b)],{'onClick':()=>{const _0x3bd7e9=_0x367928;let _0x1b21cc=_0x4890ab();_0xe32b3a[_0x3bd7e9(0x524)](_0x518dc2==null?null:_0x518dc2,{'viewportSize':{'width':_0x1b21cc[_0x3bd7e9(0x5df)],'height':_0x1b21cc[_0x3bd7e9(0x2c7)]},'padding':Math[_0x3bd7e9(0x1d4)](0x10,Math[_0x3bd7e9(0x1e0)](0x40,Math[_0x3bd7e9(0x1e0)](_0x1b21cc[_0x3bd7e9(0x5df)],_0x1b21cc[_0x3bd7e9(0x2c7)])*0.08)),'zoom':_0x9547bf});},'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x2b5e1e,{})})}),(0x0,_0x258aa1[_0x367928(0x199)])(_0x367928(0x596),{'title':_0x255b4e['t'](_0x367928(0x3e9)),'children':(0x0,_0x258aa1['jsx'])(_0x1468c8[_0x367928(0x69b)],{'onClick':()=>_0x13e398(_0x146b4b['zoomRatio']-_0x9547bf[_0x367928(0x216)]),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x25ec2f,{})})}),(0x0,_0x258aa1[_0x367928(0x199)])(_0x367928(0x596),{'title':_0x255b4e['t'](_0x367928(0x4c0)),'children':(0x0,_0x258aa1[_0x367928(0x712)])(_0x1468c8[_0x367928(0x69b)],{'noIcon':!0x0,'onClick':()=>_0x13e398(0x1),'children':[Math[_0x367928(0x3ee)](_0x146b4b[_0x367928(0x5ff)]*0x64),'%']})}),(0x0,_0x258aa1[_0x367928(0x199)])('span',{'title':_0x255b4e['t'](_0x367928(0x2ee)),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x1468c8[_0x367928(0x69b)],{'onClick':()=>_0x13e398(_0x146b4b[_0x367928(0x5ff)]+_0x9547bf['zoomStep']),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x4d5554,{})})}),(0x0,_0x258aa1[_0x367928(0x199)])('span',{'title':_0x255b4e['t'](_0x367928(0x320)),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x1468c8[_0x367928(0x69b)],{'className':_0x367928(0x351),'onClick':()=>void _0x4e3137[_0x367928(0x484)](_0x73305e[_0x367928(0x36e)]['id'],{'hostUnitId':_0x1555d2,'embedId':_0x1b0976}),'children':(0x0,_0x258aa1['jsx'])(_0x2a8a74,{})})})]});}function _0x2b7ad2(_0x1fba08){const _0x1aef9b=_0x118bac;var _0x5d8400,_0x1cf00d;return _0x1fba08[_0x1aef9b(0x12a)]?_0x1aef9b(0x510):((_0x5d8400=_0x1fba08[_0x1aef9b(0x6fd)])==null?void 0x0:_0x5d8400[_0x1aef9b(0x5bc)])===_0x1fba08[_0x1aef9b(0x5bc)]?(_0x1cf00d=_0x1fba08[_0x1aef9b(0x6fd)][_0x1aef9b(0x545)])==null?_0x1aef9b(0x49a):_0x1cf00d:_0x1aef9b(0x421);}function _0x5e5265(_0x227d04){_0x3859ab(_0x227d04,'boards-ui.embed',_0x3cd687);}function _0x3cd687(_0x96a9){const _0x12e3f5=_0x118bac;_0x96a9[_0x12e3f5(0x722)](_0x48316b[_0x12e3f5(0x45e)])||_0x96a9[_0x12e3f5(0x410)]([_0x48316b[_0x12e3f5(0x45e)],{'useFactory':()=>_0x96a9[_0x12e3f5(0x714)](_0x164bef)}]);let _0x10ab65=_0x96a9['get'](_0x1cd1ba),_0x101fcc=_0x96a9[_0x12e3f5(0x714)](_0x55f3cf),_0x7ee3f0=_0x96a9[_0x12e3f5(0x714)](_0x1f9ba5),_0x4b03a6=_0x96a9[_0x12e3f5(0x714)](_0x23b823),_0x4999ac=_0x96a9[_0x12e3f5(0x714)](_0x43540b),_0x15693c=_0x96a9[_0x12e3f5(0x714)](_0x3ef29),_0x3e8c2b=_0x29429d();_0x10ab65[_0x12e3f5(0x714)](_0x3e8c2b['hostType'],_0x3e8c2b[_0x12e3f5(0x3be)])||_0x10ab65[_0x12e3f5(0x246)](_0x3e8c2b);let _0x5c750e=_0x36e820();_0x101fcc[_0x12e3f5(0x714)](_0x5c750e[_0x12e3f5(0x559)])||_0x101fcc[_0x12e3f5(0x246)](_0x5c750e);let _0x51eb0b=_0x3d17bf();_0x7ee3f0[_0x12e3f5(0x714)](_0x51eb0b[_0x12e3f5(0x559)])||_0x7ee3f0[_0x12e3f5(0x246)](_0x51eb0b),_0x2e9468()[_0x12e3f5(0x362)](_0x7b0a30=>{const _0x3a38cf=_0x12e3f5;_0x4b03a6[_0x3a38cf(0x570)](_0x7b0a30[_0x3a38cf(0x53f)],_0x7b0a30[_0x3a38cf(0x3be)],_0x7b0a30[_0x3a38cf(0x559)])||_0x4b03a6['register'](_0x7b0a30);}),_0x4999ac[_0x12e3f5(0x3d6)](_0x492d56(_0x96a9,{'childType':_0x4a1c51[_0x12e3f5(0x336)][_0x12e3f5(0x76a)],'renderManagerService':_0x1b1b3f[_0x12e3f5(0x402)]})),_0x15693c[_0x12e3f5(0x714)](_0x4a1c51[_0x12e3f5(0x336)]['UNIVER_BOARD'])||_0x15693c[_0x12e3f5(0x246)](_0x3e18e1()),_0x96a9[_0x12e3f5(0x714)](_0x1b1b3f[_0x12e3f5(0x402)])[_0x12e3f5(0x4a2)](_0x4a1c51[_0x12e3f5(0x336)][_0x12e3f5(0x76a)],_0x20d648);}let _0x2f7467={'mode':'fit-width','target':_0x118bac(0x1d0),'paddingX':0x0,'minScale':0x0,'align':_0x118bac(0xc8)};function _0x8d3f48(){const _0x249650=_0x118bac;return _0x39e948({'childType':_0x4a1c51[_0x249650(0x336)][_0x249650(0x3e8)],'productName':_0x249650(0x129)});}function _0x5dc9a7(){const _0x4c2bfd=_0x118bac;return{'childType':_0x4a1c51[_0x4c2bfd(0x336)][_0x4c2bfd(0x3e8)],'supportedLayouts':[_0x4c2bfd(0x5f7),_0x4c2bfd(0x59b),_0x4c2bfd(0x780)],'beforeDeactivate':_0x44a692,'mount':_0xd2adb5=>_0xd2adb5['renderScope'][_0x4c2bfd(0x395)]===_0x4c2bfd(0x48d)?_0x27640d(_0xd2adb5,_0x1b1b3f[_0x4c2bfd(0x402)],void 0x0,{'scopedInjector':_0x300afb(_0xd2adb5['runtimeScope'][_0x4c2bfd(0x5c1)])}):_0x27640d(_0xd2adb5,_0x1b1b3f[_0x4c2bfd(0x402)])};}function _0x44a692(_0x30fd05){const _0x30830d=_0x118bac;var _0x5dd411;let _0x4d27df=_0x30fd05[_0x30830d(0x5c1)][_0x30830d(0x714)](_0x1b1b3f[_0x30830d(0x402)])[_0x30830d(0x72a)](_0x30fd05[_0x30830d(0x4c1)]),_0x48ff16=_0x4d27df==null?void 0x0:_0x4d27df[_0x30830d(0x57c)](_0x16f5e7[_0x30830d(0x496)]);_0x4d27df==null||(_0x5dd411=_0x4d27df[_0x30830d(0x57c)](_0x16f5e7[_0x30830d(0x60d)]))==null||_0x5dd411[_0x30830d(0x682)](),_0x48ff16==null||_0x48ff16['removeAllRanges'](),_0x48ff16==null||_0x48ff16[_0x30830d(0x502)]();}function _0x300afb(_0x5f376a){const _0x18fd01=_0x118bac;return _0x1fcd33(_0x5f376a,new Map([[_0x16f5e7[_0x18fd01(0x2a1)],_0x4a526e=>_0xa30530(_0x4a526e)]]));}function _0xa30530(_0x56223b){return{..._0x56223b,'fitToWidth':{..._0x56223b==null?void 0x0:_0x56223b['fitToWidth'],..._0x2f7467}};}let _0x582cc0=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x2e3da4,_0x1a65d3,_0x410b80,_0x149de8,_0x49102b,_0x4b6527){const _0x42d69d=_0x118bac;super(),this[_0x42d69d(0x6b6)]=_0x2e3da4,this[_0x42d69d(0x389)]=_0x1a65d3,this[_0x42d69d(0x74e)]=_0x410b80,this['_contentSizeRegistry']=_0x149de8,this[_0x42d69d(0x520)]=_0x49102b,this[_0x42d69d(0x2dd)]=_0x4b6527,_0x2d0c25(this,_0x42d69d(0x47e),new Map()),_0x2d0c25(this,'_pendingChildUnits',new Map());let _0x54ad8e=(0x0,_0x16f5e7[_0x42d69d(0x63c)])(()=>{const _0x41038c=_0x42d69d;this[_0x41038c(0x724)]()||this[_0x41038c(0x67b)]();});this[_0x42d69d(0x377)](_0x54ad8e),this[_0x42d69d(0x377)]({'dispose':()=>{const _0x8c1808=_0x42d69d;this['_resolvedChildUnits'][_0x8c1808(0x173)](),this[_0x8c1808(0x2a4)][_0x8c1808(0x173)]();}});let _0x378bae=this[_0x42d69d(0x389)][_0x42d69d(0x382)](_0x4a1c51[_0x42d69d(0x336)]['UNIVER_SHEET'])[_0x42d69d(0x26e)](()=>{const _0x427dc4=_0x42d69d;_0x54ad8e[_0x427dc4(0x37a)]();}),_0x571bfa=this[_0x42d69d(0x389)][_0x42d69d(0x382)](_0x4a1c51[_0x42d69d(0x336)][_0x42d69d(0x109)])[_0x42d69d(0x26e)](()=>{const _0xda8185=_0x42d69d;_0x54ad8e[_0xda8185(0x37a)]();});this[_0x42d69d(0x377)]((0x0,_0x4a1c51[_0x42d69d(0xbb)])(()=>_0x378bae[_0x42d69d(0x297)]())),this['disposeWithMe']((0x0,_0x4a1c51[_0x42d69d(0xbb)])(()=>_0x571bfa['unsubscribe']()));let _0x425f81=(0x0,_0x1b1b3f[_0x42d69d(0x4ba)])((_0x5dbaa1,_0x17675f,_0x4aea1e)=>{const _0x546683=_0x42d69d;var _0xbcaa25,_0x319ba0,_0x219de8,_0xa3d25a;if(_0x5dbaa1!==this[_0x546683(0x6b6)][_0x546683(0x73c)])return null;let _0x2cdaea=this[_0x546683(0x4cf)]();if(!_0x2cdaea)return null;let _0x119141=(_0xbcaa25=_0x2cdaea['drawings'])==null?void 0x0:_0xbcaa25[_0x17675f],_0x49585d=_0x119141==null?void 0x0:_0x119141[_0x546683(0x35d)],_0x174e63=_0x49585d==null?void 0x0:_0x49585d[_0x546683(0x559)];if(_0x174e63!==_0x4a1c51[_0x546683(0x336)][_0x546683(0x6c7)]&&_0x174e63!==_0x4a1c51[_0x546683(0x336)][_0x546683(0x109)])return null;let _0x20f29b=this[_0x546683(0x345)](),_0x4cd74d=this[_0x546683(0x6bb)](_0x49585d,_0x174e63),_0x3fc5be=_0x4cd74d?this['_getChildUnitForMeasurement'](_0x4cd74d,_0x174e63,_0x54ad8e[_0x546683(0x37a)]):void 0x0,_0x488cf0=_0x4cd74d&&_0x3fc5be!=null?this[_0x546683(0x5ae)][_0x546683(0x597)]({'childType':_0x174e63,'childUnit':_0x3fc5be,'childUnitId':_0x4cd74d,'viewportWidth':_0x4aea1e[_0x546683(0x471)]}):void 0x0,_0x28971e=(0x0,_0x4a8aca[_0x546683(0x3ff)])(_0x174e63),_0xde2ce7=_0x88621e(_0x4aea1e[_0x546683(0x1ee)],_0x28971e[_0x546683(0x2c7)]),_0x476564=_0x88621e(_0x4aea1e[_0x546683(0x471)],_0x28971e[_0x546683(0x5df)]),_0xb52ec7=(0x0,_0x16f5e7[_0x546683(0x69e)])({'childType':_0x174e63,'contentHeight':(_0x319ba0=_0x488cf0==null?void 0x0:_0x488cf0[_0x546683(0x2c7)])==null?_0xde2ce7:_0x319ba0,'contentWidth':_0x488cf0==null?void 0x0:_0x488cf0[_0x546683(0x5df)],'docsLeft':this[_0x546683(0x48e)](),'documentFlavor':(_0x219de8=_0x2cdaea[_0x546683(0x47f)])==null?void 0x0:_0x219de8['documentFlavor'],'fallbackHeight':_0xde2ce7,'fallbackWidth':_0x476564,'pageMarginLeft':_0x4aea1e['pageMarginLeft'],'pageMarginRight':_0x4aea1e[_0x546683(0x367)],'pageWidth':_0x4aea1e[_0x546683(0x5e4)],'scale':this['_context'][_0x546683(0x4b1)]['getAncestorScale']()[_0x546683(0x28d)]||0x1,'visibleCanvasHeight':_0x20f29b==null?void 0x0:_0x20f29b[_0x546683(0x2c7)],'visibleCanvasLeft':_0x20f29b==null?void 0x0:_0x20f29b['left'],'visibleCanvasWidth':_0x20f29b==null?void 0x0:_0x20f29b[_0x546683(0x5df)]});return{..._0xb52ec7,'height':_0x2c8598({'contentHeight':(_0xa3d25a=_0xb52ec7[_0x546683(0x5f6)])==null?_0xb52ec7['height']:_0xa3d25a,'tableLike':!0x0})};});this['disposeWithMe']({'dispose':_0x425f81}),this[_0x42d69d(0x377)](this[_0x42d69d(0x74e)][_0x42d69d(0x301)](_0x99a997=>{const _0x3f9bfd=_0x42d69d;if(_0x99a997['id']===_0x16f5e7[_0x3f9bfd(0x1c3)]['id'])return;let _0x4093de=this[_0x3f9bfd(0x4cf)]();_0x4093de&&(0x0,_0x16f5e7[_0x3f9bfd(0x3c8)])({'childUnitIds':(0x0,_0x16f5e7[_0x3f9bfd(0x77f)])(_0x4093de[_0x3f9bfd(0x694)],_0x23271f=>this[_0x3f9bfd(0x6bb)](_0x23271f)),'commandId':_0x99a997['id'],'commandParams':_0x99a997[_0x3f9bfd(0xdf)],'hostUnitId':this[_0x3f9bfd(0x6b6)][_0x3f9bfd(0x73c)]})&&_0x54ad8e['schedule']();}));}['_getHostUnit'](){const _0x10a055=_0x118bac;var _0x520822;if(!this[_0x10a055(0x74f)])return(_0x520822=this[_0x10a055(0x6b6)][_0x10a055(0x300)])==null?void 0x0:_0x520822;}['_getHostSnapshot'](){const _0x345a2e=_0x118bac;var _0x6776f6;return(_0x6776f6=this[_0x345a2e(0x19d)]())==null?void 0x0:_0x6776f6[_0x345a2e(0x4f5)]();}[_0x118bac(0x724)](){const _0x22558c=_0x118bac;let _0x1c9cc5=this[_0x22558c(0x2dd)][_0x22558c(0x72a)](this[_0x22558c(0x6b6)][_0x22558c(0x73c)]);try{var _0x309565;let _0x29ec2f=_0x1c9cc5==null||(_0x309565=_0x1c9cc5[_0x22558c(0x57c)])==null?void 0x0:_0x309565[_0x22558c(0xf4)](_0x1c9cc5,_0x16f5e7[_0x22558c(0x641)]);return _0x29ec2f?(_0x29ec2f[_0x22558c(0x391)](this[_0x22558c(0x6b6)][_0x22558c(0x73c)]),!0x0):!0x1;}catch{return!0x1;}}[_0x118bac(0x67b)](){const _0x355b5b=_0x118bac;let _0x119c6a=this['_getHostUnit'](),_0x195ed8=_0x119c6a==null?void 0x0:_0x119c6a['zoomRatio'];typeof _0x195ed8==_0x355b5b(0x3bc)&&this[_0x355b5b(0x74e)][_0x355b5b(0x2c5)](_0x16f5e7[_0x355b5b(0x1c3)]['id'],{'unitId':this['_context'][_0x355b5b(0x73c)],'zoomRatio':_0x195ed8});}['_resolveChildUnitId'](_0x46409c,_0x37feff){const _0x34b38b=_0x118bac;if(!_0x46409c||typeof _0x46409c!=_0x34b38b(0x294))return;let _0x27cb0f=_0x46409c,_0x11b79f=typeof _0x27cb0f[_0x34b38b(0x559)]==_0x34b38b(0x3bc)?_0x27cb0f[_0x34b38b(0x559)]:_0x37feff;if(_0x11b79f!==_0x4a1c51[_0x34b38b(0x336)][_0x34b38b(0x6c7)]&&_0x11b79f!==_0x4a1c51['UniverInstanceType'][_0x34b38b(0x109)])return;if(typeof _0x27cb0f['childUnitId']==_0x34b38b(0x1b3))return _0x27cb0f[_0x34b38b(0x4c1)];if(typeof _0x27cb0f[_0x34b38b(0x5bc)]!=_0x34b38b(0x1b3))return;let _0x221e3=typeof _0x27cb0f['hostUnitId']==_0x34b38b(0x1b3)?_0x27cb0f[_0x34b38b(0x2dc)]:this['_context'][_0x34b38b(0x73c)],_0x17e31f=this[_0x34b38b(0x520)][_0x34b38b(0x686)](_0x221e3,_0x27cb0f[_0x34b38b(0x5bc)]);if((_0x17e31f==null?void 0x0:_0x17e31f[_0x34b38b(0x559)])===_0x11b79f){if(typeof _0x17e31f['childUnitId']==_0x34b38b(0x1b3))return _0x17e31f['childUnitId'];try{return(0x0,_0x73305e[_0x34b38b(0x610)])(_0x17e31f[_0x34b38b(0x63e)][_0x34b38b(0x330)]);}catch{return;}}}['_getChildUnitForMeasurement'](_0x43bec4,_0x2e727d,_0x93d386){const _0x29ffed=_0x118bac;let _0x1623d8=_0x2e727d+':'+_0x43bec4;if(this[_0x29ffed(0x47e)][_0x29ffed(0x722)](_0x1623d8))return this[_0x29ffed(0x47e)][_0x29ffed(0x714)](_0x1623d8);let _0x4dddb6=this[_0x29ffed(0x389)][_0x29ffed(0x553)](_0x43bec4,_0x2e727d);if(_0x4dddb6!=null){if(!_0x2d83dd(_0x4dddb6))return this[_0x29ffed(0x47e)]['set'](_0x1623d8,_0x4dddb6),_0x4dddb6;if(!this[_0x29ffed(0x2a4)][_0x29ffed(0x722)](_0x1623d8)){let _0x4cefad=Promise['resolve'](_0x4dddb6)[_0x29ffed(0x771)](_0x3793de=>(this[_0x29ffed(0x2a4)]['delete'](_0x1623d8),this[_0x29ffed(0x47e)][_0x29ffed(0x3d4)](_0x1623d8,_0x3793de),this[_0x29ffed(0x74f)]||_0x93d386(),_0x3793de),()=>{this['_pendingChildUnits']['delete'](_0x1623d8);});this[_0x29ffed(0x2a4)][_0x29ffed(0x3d4)](_0x1623d8,_0x4cefad);}}}[_0x118bac(0x48e)](){const _0x1bee86=_0x118bac;var _0x34fd06,_0xb328b4,_0x48ae91;return(_0x34fd06=(_0xb328b4=this[_0x1bee86(0x6b6)][_0x1bee86(0x321)])==null||(_0x48ae91=_0xb328b4['getOffsetConfig'])==null||(_0x48ae91=_0x48ae91['call'](_0xb328b4))==null?void 0x0:_0x48ae91['docsLeft'])==null?0x0:_0x34fd06;}['_getVisibleCanvasDocumentRect'](){const _0x5663d6=_0x118bac;var _0x3ad257,_0x7b3890,_0x38cb7c,_0x21ccc0,_0x5aba14,_0x122896,_0x10c4a7,_0x1e6a5b,_0x42327f,_0x40aac1,_0xc2bb1b;let _0x2c9665=this[_0x5663d6(0x6b6)][_0x5663d6(0x4b1)][_0x5663d6(0x608)]()[_0x5663d6(0x28d)]||0x1,_0x223031=this['_context'][_0x5663d6(0x4b1)]['getAncestorScale']()[_0x5663d6(0x566)]||0x1,_0x2c9ea9=(_0x3ad257=(_0x7b3890=this[_0x5663d6(0x6b6)][_0x5663d6(0x4b1)]['getViewport'](_0x16f5e7[_0x5663d6(0x265)][_0x5663d6(0x17a)]))==null?void 0x0:_0x7b3890[_0x5663d6(0x3b2)])==null?0x0:_0x3ad257,_0x17f9a4=(_0x38cb7c=(_0x21ccc0=this['_context']['engine'])[_0x5663d6(0x140)])==null||(_0x38cb7c=_0x38cb7c['call'](_0x21ccc0))==null||(_0x5aba14=_0x38cb7c[_0x5663d6(0x6b7)])==null?void 0x0:_0x5aba14[_0x5663d6(0xf4)](_0x38cb7c),_0x4dbbe2=_0x17f9a4==null?void 0x0:_0x17f9a4['width'],_0x4a498e=_0x17f9a4==null?void 0x0:_0x17f9a4[_0x5663d6(0x2c7)],_0x2aafa9=(_0x122896=(_0x10c4a7=this[_0x5663d6(0x6b6)]['mainComponent'])==null?void 0x0:_0x10c4a7[_0x5663d6(0x5df)])==null?this[_0x5663d6(0x6b6)][_0x5663d6(0x4b1)][_0x5663d6(0x5df)]:_0x122896,_0x4ee959=((_0x1e6a5b=_0x4dbbe2==null?_0x2aafa9:_0x4dbbe2)==null?0x0:_0x1e6a5b)/_0x2c9665,_0x164bc0=(_0x42327f=(_0x40aac1=this[_0x5663d6(0x6b6)][_0x5663d6(0x321)])==null?void 0x0:_0x40aac1[_0x5663d6(0x2c7)])==null?this[_0x5663d6(0x6b6)]['scene'][_0x5663d6(0x2c7)]:_0x42327f,_0x4a129d=((_0xc2bb1b=_0x4a498e==null?_0x164bc0:_0x4a498e)==null?0x0:_0xc2bb1b)/_0x223031;return!_0x4ee959||!Number[_0x5663d6(0xf6)](_0x4ee959)||_0x4ee959<=0x0||!_0x4a129d||!Number[_0x5663d6(0xf6)](_0x4a129d)||_0x4a129d<=0x0?null:{'height':_0x4a129d,'left':_0x2c9ea9,'width':_0x4ee959};}};_0x582cc0=_0x5c1435([_0x4ded49(0x1,(0x0,_0x4a1c51['Inject'])(_0x4a1c51['IUniverInstanceService'])),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51[_0x118bac(0x36f)])),_0x4ded49(0x3,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x2b6f2d)),_0x4ded49(0x4,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x6e4)])),_0x4ded49(0x5,_0x1b1b3f[_0x118bac(0x402)])],_0x582cc0);function _0x2d83dd(_0x6c01d5){const _0x1833e2=_0x118bac;return!!_0x6c01d5&&typeof _0x6c01d5['then']==_0x1833e2(0x52a);}function _0x88621e(_0x1f5df7,_0xe6f2cc){const _0x546dc1=_0x118bac;return typeof _0x1f5df7==_0x546dc1(0x3bc)&&Number[_0x546dc1(0xf6)](_0x1f5df7)&&_0x1f5df7>0x1?_0x1f5df7:_0xe6f2cc;}function _0x30aab6(_0x10ebe4,_0x57360c,_0x2b7c52){const _0x59882f=_0x118bac;return{...(0x0,_0x73305e[_0x59882f(0x61b)])(_0x10ebe4,_0x57360c),'afterCreateAnchor':_0x162e16=>_0x424d06(_0x2b7c52,_0x162e16[_0x59882f(0x2dc)]),'afterRemoveAnchor':_0xbaac5a=>_0x424d06(_0x2b7c52,_0xbaac5a[_0x59882f(0x2dc)])};}function _0x57628d(){const _0x1f28ee=_0x118bac;return{'hostType':_0x4a1c51['UniverInstanceType'][_0x1f28ee(0x3e8)],'entry':'docs-custom-block','layout':_0x1f28ee(0x358),'supportedLayouts':[_0x1f28ee(0x358),_0x1f28ee(0x56c),_0x1f28ee(0x17e),_0x1f28ee(0x780),_0x1f28ee(0x384)],'menuBehavior':_0x1f28ee(0x305)};}function _0x424d06(_0x3e28a9,_0x2fcb7a){const _0x4ceecc=_0x118bac;var _0x3ab0e8,_0x3572e1,_0x107582,_0x2edc2c;if(!_0x3e28a9)return;let _0x1777fa=_0x3e28a9['getRenderUnitById'](_0x2fcb7a);if(_0x1777fa){for(let _0x482f78 of _0x1777fa[_0x4ceecc(0x16a)]['values']()){var _0x5a6419;(_0x5a6419=_0x482f78[_0x4ceecc(0x522)])==null||_0x5a6419[_0x4ceecc(0xf4)](_0x482f78);}(_0x3ab0e8=_0x1777fa['engine'])==null||_0x3ab0e8[_0x4ceecc(0x67e)](),(_0x3572e1=_0x1777fa['scene'])==null||_0x3572e1['makeDirty'](),(_0x107582=_0x1777fa[_0x4ceecc(0x57c)])==null||(_0x107582=_0x107582['call'](_0x1777fa,_0x16f5e7['DocPageLayoutService']))==null||(_0x2edc2c=_0x107582[_0x4ceecc(0x5b4)])==null||_0x2edc2c[_0x4ceecc(0xf4)](_0x107582);}}function _0x4af387(_0x3d0f05){const _0x5f4771=_0x118bac;return{'childType':_0x4a1c51[_0x5f4771(0x336)][_0x5f4771(0x3e8)],'handleWheel':_0x370155=>{const _0x269b97=_0x5f4771;let _0x14217e=_0x3d0f05[_0x269b97(0x722)](_0x3957bf)?_0x3d0f05[_0x269b97(0x714)](_0x3957bf):void 0x0;if((_0x14217e==null?void 0x0:_0x14217e[_0x269b97(0x543)](_0x370155))===!0x0)return!0x0;if(!_0x3d0f05['has'](_0x1b1b3f['IRenderManagerService']))return!0x1;let _0x3e779f=_0x3d0f05[_0x269b97(0x714)](_0x1b1b3f[_0x269b97(0x402)])['getRenderUnitById'](_0x370155[_0x269b97(0x4c1)]),_0x59590f=_0x3e779f==null?void 0x0:_0x3e779f[_0x269b97(0x4b1)];return _0x12d3aa(_0x370155,_0x59590f==null?void 0x0:_0x59590f[_0x269b97(0x551)](_0x16f5e7['VIEWPORT_KEY'][_0x269b97(0x17a)]),_0x59590f);}};}function _0x3aa261(){const _0x291d2e=_0x118bac;return _0x11d97c({'childType':_0x4a1c51[_0x291d2e(0x336)]['UNIVER_DOC'],'mount':_0x430c77});}function _0x430c77(_0x130ff6){const _0x23dfca=_0x118bac;let {root:_0x4e25e8,menu:_0x377058}=_0x3229f5(_0x130ff6),_0x45e7cc=_0x21b169(_0x377058);return _0x45e7cc[_0x23dfca(0x30d)]((0x0,_0x4f18af['createElement'])(_0x9354df,{'injector':_0x130ff6[_0x23dfca(0x41f)][_0x23dfca(0x5c1)],'mountContainer':_0x4e25e8,'embedId':_0x130ff6[_0x23dfca(0x5bc)]},(0x0,_0x4f18af[_0x23dfca(0x4c7)])(_0x30ba63,{'hostUnitId':_0x130ff6[_0x23dfca(0x2dc)],'embedId':_0x130ff6['embedId'],'entry':_0x130ff6[_0x23dfca(0x319)][_0x23dfca(0x3be)],'fullscreen':!!_0x130ff6['renderScope'][_0x23dfca(0x12a)],'usesDomFloatingStage':_0x130ff6[_0x23dfca(0x319)][_0x23dfca(0x3be)]!==_0x23dfca(0x5b8),'renderScopeActive$':_0x130ff6[_0x23dfca(0x6af)][_0x23dfca(0x4b7)]}))),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x2c35bb=_0x23dfca;_0x594117(_0x45e7cc),globalThis[_0x2c35bb(0x1cb)](()=>_0x377058[_0x2c35bb(0x2f4)](),0x0);});}function _0x30ba63(_0x17d329){const _0x108aa2=_0x118bac;let {hostUnitId:_0x2cd624,embedId:_0xc6dfb1,entry:_0x52c703,fullscreen:_0x2843ad,usesDomFloatingStage:_0x5563e9,renderScopeActive$:_0x1847cd}=_0x17d329,_0x2c1092=(0x0,_0x1468c8['useObservable'])(()=>_0x1847cd,!0x1,!0x1,[_0x1847cd]),_0x22b994=(0x0,_0x1468c8[_0x108aa2(0x60a)])(_0x4a1c51['ICommandService']),_0x403567=(0x0,_0x1468c8[_0x108aa2(0x60a)])(_0x34aece),_0x5b3ddc=_0x468ff2({'embedId':_0xc6dfb1,'active':(0x0,_0x1468c8['useObservable'])(()=>_0x403567['active$'],_0x403567[_0x108aa2(0x778)](),!0x1,[_0x403567]),'fullscreen':_0x2843ad,'usesDomFloatingStage':_0x5563e9,'renderScopeActive':_0x2c1092});return(0x0,_0x258aa1[_0x108aa2(0x199)])(_0x108aa2(0x73b),{'className':(0x0,_0x536b6f['clsx'])(_0x108aa2(0x1a0),{'univer-hidden':_0x5b3ddc!==_0x108aa2(0x510),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2843ad,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x2843ad,'-univer-top-9':!_0x2843ad&&_0x52c703!==_0x108aa2(0x26c),'-univer-top-[52px]':!_0x2843ad&&_0x52c703==='docs-custom-block'}),'data-embed-floating-menu':'true','data-embed-id':_0xc6dfb1,'data-embed-float-stage':_0x5b3ddc,'onPointerDown':_0x33588c=>_0x33588c[_0x108aa2(0x6ed)](),'children':(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x108aa2(0xfd)],{'type':_0x108aa2(0x2d6),'size':_0x108aa2(0x4cd),'variant':_0x108aa2(0x709),'className':_0x108aa2(0x2fc),'onClick':()=>{const _0x5a10d4=_0x108aa2;_0x22b994[_0x5a10d4(0x484)](_0x73305e[_0x5a10d4(0x36e)]['id'],{'hostUnitId':_0x2cd624,'embedId':_0xc6dfb1});},'children':(0x0,_0x258aa1[_0x108aa2(0x199)])(_0x2a8a74,{})})});}function _0x1fd288(_0x3d0741){const _0x48fa84=_0x118bac;_0x3859ab(_0x3d0741,_0x48fa84(0x3b4),_0x188c7e);}function _0x188c7e(_0x59a9cf){const _0x30fde6=_0x118bac;let _0x4ecddc=_0x59a9cf[_0x30fde6(0x714)](_0x73305e['EmbedHostAdapterRegistryService']),_0x4b6c7f=_0x59a9cf[_0x30fde6(0x714)](_0x1cd1ba),_0x19fa4c=_0x59a9cf[_0x30fde6(0x714)](_0x55f3cf),_0x8ac6ec=_0x59a9cf[_0x30fde6(0x714)](_0x1f9ba5),_0x3180c0=_0x59a9cf[_0x30fde6(0x714)](_0x23b823),_0x492821=_0x59a9cf['get'](_0x43540b),_0x1d3c5c=_0x59a9cf[_0x30fde6(0x714)](_0x3ef29),_0xd37ebe=_0x59a9cf['has'](_0x73305e[_0x30fde6(0x163)])?_0x59a9cf['get'](_0x73305e[_0x30fde6(0x163)]):void 0x0,_0x2b9f88=_0x59a9cf[_0x30fde6(0x722)](_0x4a1c51[_0x30fde6(0x723)])?_0x59a9cf[_0x30fde6(0x714)](_0x4a1c51[_0x30fde6(0x723)]):void 0x0,_0xea840=_0x59a9cf[_0x30fde6(0x722)](_0x1b1b3f[_0x30fde6(0x402)])?_0x59a9cf[_0x30fde6(0x714)](_0x1b1b3f[_0x30fde6(0x402)]):void 0x0;_0xea840==null||_0xea840[_0x30fde6(0x4a2)](_0x4a1c51[_0x30fde6(0x336)][_0x30fde6(0x3e8)],[_0x582cc0]);let _0x36ee20=_0x30aab6(_0xd37ebe,_0x2b9f88,_0xea840);_0x4ecddc[_0x30fde6(0x714)](_0x36ee20[_0x30fde6(0x53f)],_0x36ee20[_0x30fde6(0x3be)])||_0x4ecddc[_0x30fde6(0x246)](_0x36ee20);let _0x1ff24d=_0x57628d();_0x4b6c7f[_0x30fde6(0x714)](_0x1ff24d[_0x30fde6(0x53f)],_0x1ff24d['entry'])||_0x4b6c7f['register'](_0x1ff24d);let _0xe11b55=_0x5dc9a7();_0x19fa4c[_0x30fde6(0x714)](_0xe11b55[_0x30fde6(0x559)])||_0x19fa4c[_0x30fde6(0x246)](_0xe11b55);let _0x1cc9d7=_0x8d3f48();_0x8ac6ec[_0x30fde6(0x714)](_0x1cc9d7[_0x30fde6(0x559)])||_0x8ac6ec[_0x30fde6(0x246)](_0x1cc9d7),_0x3aa261()['forEach'](_0x370c0d=>{const _0x2c8709=_0x30fde6;_0x3180c0[_0x2c8709(0x570)](_0x370c0d[_0x2c8709(0x53f)],_0x370c0d[_0x2c8709(0x3be)],_0x370c0d[_0x2c8709(0x559)])||_0x3180c0[_0x2c8709(0x246)](_0x370c0d);}),_0x492821['registerProvider'](_0x492d56(_0x59a9cf,{'childType':_0x4a1c51[_0x30fde6(0x336)][_0x30fde6(0x3e8)],'renderManagerService':_0x1b1b3f[_0x30fde6(0x402)]})),_0x1d3c5c['get'](_0x4a1c51[_0x30fde6(0x336)][_0x30fde6(0x3e8)])||_0x1d3c5c[_0x30fde6(0x246)](_0x4af387(_0x59a9cf));}function _0x30e9dd(){const _0xaee7a0=_0x118bac;return{'childType':_0x4a1c51[_0xaee7a0(0x336)][_0xaee7a0(0x6c7)],'measureContentSize':_0x430c13=>{const _0x2510ef=_0xaee7a0;let _0x24898f=_0x57ec4d(_0x430c13[_0x2510ef(0x1f8)]),_0x3307ea=_0x593769(_0x430c13[_0x2510ef(0x1f8)]);return _0x24898f==null&&_0x3307ea==null?void 0x0:{'height':_0x24898f,'width':_0x3307ea};}};}function _0x57ec4d(_0x2dadfa){const _0x4d609f=_0x118bac;var _0x442f82,_0x218148,_0x5edbf4;let _0x2e0b70=_0x2dadfa,_0x222328=_0x2e0b70==null||(_0x442f82=_0x2e0b70['getActiveSheet'])==null?void 0x0:_0x442f82['call'](_0x2e0b70,!0x0);if(!_0x222328)return;let _0x385350=_0x464403(_0x222328);if(!Number[_0x4d609f(0xf6)](_0x385350)||_0x385350==null||_0x385350<0x0)return;let _0xce4b21=(_0x218148=_0x222328[_0x4d609f(0x38b)])==null||(_0x218148=_0x218148[_0x4d609f(0xf4)](_0x222328))==null?void 0x0:_0x218148[_0x4d609f(0x295)],_0x2a482c=_0x4299ba((_0x5edbf4=_0x222328['getConfig'])==null||(_0x5edbf4=_0x5edbf4['call'](_0x222328))==null?void 0x0:_0x5edbf4[_0x4d609f(0x435)],_0x4a1c51[_0x4d609f(0xb9)]),_0x3091f5=_0xce4b21!=null&&_0xce4b21[_0x4d609f(0x699)]?0x0:_0x4299ba(_0xce4b21==null?void 0x0:_0xce4b21[_0x4d609f(0x2c7)],0x18),_0x5bf588=0x0;for(let _0x38325b=0x0;_0x38325b<_0x385350;_0x38325b++){var _0x43f018,_0x33140f;((_0x43f018=_0x222328[_0x4d609f(0x28e)])==null?void 0x0:_0x43f018[_0x4d609f(0xf4)](_0x222328,_0x38325b))!==!0x1&&(_0x5bf588+=_0x5853a8((_0x33140f=_0x222328[_0x4d609f(0x41c)])==null?void 0x0:_0x33140f[_0x4d609f(0xf4)](_0x222328,_0x38325b),_0x2a482c));}return _0x3091f5+_0x5bf588;}function _0x593769(_0x406cfd){const _0xdfd3cd=_0x118bac;var _0x5c2dc4,_0x1c2753,_0x1cf350;let _0x3f9fc8=_0x406cfd,_0x375699=_0x3f9fc8==null||(_0x5c2dc4=_0x3f9fc8[_0xdfd3cd(0x248)])==null?void 0x0:_0x5c2dc4['call'](_0x3f9fc8,!0x0);if(!_0x375699)return;let _0x6e99df=_0x89d2ad(_0x375699);if(!Number[_0xdfd3cd(0xf6)](_0x6e99df)||_0x6e99df==null||_0x6e99df<0x0)return;let _0x4edfec=(_0x1c2753=_0x375699[_0xdfd3cd(0x38b)])==null||(_0x1c2753=_0x1c2753[_0xdfd3cd(0xf4)](_0x375699))==null?void 0x0:_0x1c2753[_0xdfd3cd(0x276)],_0x302ed5=_0x4299ba((_0x1cf350=_0x375699['getConfig'])==null||(_0x1cf350=_0x1cf350[_0xdfd3cd(0xf4)](_0x375699))==null?void 0x0:_0x1cf350[_0xdfd3cd(0x33b)],_0x4a1c51[_0xdfd3cd(0x457)]),_0x43ea47=_0x4edfec!=null&&_0x4edfec[_0xdfd3cd(0x699)]?0x0:_0x4299ba(_0x4edfec==null?void 0x0:_0x4edfec[_0xdfd3cd(0x5df)],_0x4a1c51[_0xdfd3cd(0x107)]),_0x3c3552=0x0;for(let _0x2a30f0=0x0;_0x2a30f0<_0x6e99df;_0x2a30f0++){var _0x1c79f6,_0x51d976;((_0x1c79f6=_0x375699[_0xdfd3cd(0x5ec)])==null?void 0x0:_0x1c79f6[_0xdfd3cd(0xf4)](_0x375699,_0x2a30f0))!==!0x1&&(_0x3c3552+=_0x4299ba((_0x51d976=_0x375699[_0xdfd3cd(0x119)])==null?void 0x0:_0x51d976[_0xdfd3cd(0xf4)](_0x375699,_0x2a30f0),_0x302ed5));}return _0x43ea47+_0x3c3552;}function _0x464403(_0x387cd){const _0x2085e6=_0x118bac;var _0x8fa8fa;return _0xa3e4fc((_0x8fa8fa=_0x387cd[_0x2085e6(0xc1)])==null?void 0x0:_0x8fa8fa[_0x2085e6(0xf4)](_0x387cd));}function _0x89d2ad(_0x1b59e0){const _0x53148e=_0x118bac;var _0x2e9241,_0x403bf5,_0x3e0dfc;let _0x1c45a0=(_0x2e9241=_0x1b59e0[_0x53148e(0x766)])==null?void 0x0:_0x2e9241[_0x53148e(0xf4)](_0x1b59e0),_0x3ee02d=_0x1c45a0==null||(_0x403bf5=_0x1c45a0[_0x53148e(0x713)])==null?void 0x0:_0x403bf5[_0x53148e(0xf4)](_0x1c45a0);return _0xa29bf2(_0x1c45a0,_0x3ee02d,_0x3ee02d==null?void 0x0:_0x3ee02d[_0x53148e(0x167)],(_0x3e0dfc=_0x1b59e0[_0x53148e(0x532)])==null?void 0x0:_0x3e0dfc[_0x53148e(0xf4)](_0x1b59e0));}function _0xa29bf2(_0x41215d,_0xc6d7e9,_0x1bade7,_0x3aaefd){const _0x2252f9=_0x118bac;if(_0x41215d==null)return _0xa3e4fc(_0x3aaefd);if(!_0x3088fb(_0xc6d7e9)||typeof _0x1bade7!=_0x2252f9(0x3bc)||!Number[_0x2252f9(0xf6)](_0x1bade7)||_0x1bade7<0x0)return;let _0x92cb3a=Math[_0x2252f9(0x24a)](_0x1bade7)+0x1,_0x535502=_0xa3e4fc(_0x3aaefd);return _0x535502==null?_0x92cb3a:Math['min'](_0x92cb3a,_0x535502);}function _0xa3e4fc(_0x2d7256){const _0x4f932f=_0x118bac;return typeof _0x2d7256==_0x4f932f(0x3bc)&&Number[_0x4f932f(0xf6)](_0x2d7256)&&_0x2d7256>=0x0?Math[_0x4f932f(0x24a)](_0x2d7256):void 0x0;}function _0x3088fb(_0x41c80c){const _0x358e09=_0x118bac;return typeof(_0x41c80c==null?void 0x0:_0x41c80c['endRow'])=='number'&&Number[_0x358e09(0xf6)](_0x41c80c[_0x358e09(0x730)])&&_0x41c80c[_0x358e09(0x730)]>=0x0&&typeof _0x41c80c[_0x358e09(0x167)]==_0x358e09(0x3bc)&&Number['isFinite'](_0x41c80c['endColumn'])&&_0x41c80c[_0x358e09(0x167)]>=0x0;}function _0x4299ba(_0x2a101e,_0xcc229b){const _0x5ec913=_0x118bac;return typeof _0x2a101e==_0x5ec913(0x3bc)&&Number[_0x5ec913(0xf6)](_0x2a101e)&&_0x2a101e>0x0?_0x2a101e:_0xcc229b;}function _0x5853a8(_0x2af740,_0x134d0b){const _0x25d350=_0x118bac;return typeof _0x2af740==_0x25d350(0x3bc)&&Number[_0x25d350(0xf6)](_0x2af740)&&_0x2af740>=0x0?_0x2af740:_0x134d0b;}function _0x3ccd07(){const _0x48183a=_0x118bac;return{'hostType':_0x4a1c51[_0x48183a(0x336)][_0x48183a(0x6c7)],'entry':_0x48183a(0x2d5),'layout':'doc-width-scale','supportedLayouts':[_0x48183a(0x59b),_0x48183a(0x17e),'scroll-contained',_0x48183a(0x384)],'menuBehavior':_0x48183a(0x305)};}function _0x3eb13b(){const _0x43581c=_0x118bac;return{'hostType':_0x4a1c51['UniverInstanceType']['UNIVER_SHEET'],'entry':_0x43581c(0x3d5),'layout':'tab-peer','supportedLayouts':[_0x43581c(0x5f7)],'menuBehavior':_0x43581c(0x486),'mount':_0x16e8bc=>{const _0x4aa6a6=_0x43581c;let _0xb2cd12=_0x5f4d99(_0x4aa6a6(0xf2),_0x16e8bc[_0x4aa6a6(0x319)][_0x4aa6a6(0x333)]);return _0xb2cd12?{'hostElement':_0xb2cd12}:{};}};}function _0x5f4d99(_0x3eadab,_0xfcd7b9){const _0x2b72a9=_0x118bac;return document[_0x2b72a9(0x14a)]('['+_0x3eadab+'=\x22'+_0x3c48b9(_0xfcd7b9)+'\x22]');}function _0x3c48b9(_0x6e6217){const _0x10a5d3=_0x118bac;return _0x6e6217['replace'](/\\/g,'\x5c\x5c')[_0x10a5d3(0x49d)](/"/g,'\x5c\x22');}function _0x1c48ae(_0x473bfa){const _0x5909f8=_0x118bac;return{'childType':_0x4a1c51['UniverInstanceType'][_0x5909f8(0x6c7)],'handleWheel':_0x12dee0=>{const _0x1d14c6=_0x5909f8;var _0x2e26b2,_0x4157de;if(_0x12dee0['source']!==_0x1d14c6(0x585)&&_0x11ffd9(_0x12dee0[_0x1d14c6(0x767)],_0x12dee0[_0x1d14c6(0x1a5)]))return!0x1;let _0x34e29f=(_0x2e26b2=(_0x4157de=_0x12dee0['runtimeScope'])==null?void 0x0:_0x4157de[_0x1d14c6(0x5c1)])==null?_0x473bfa:_0x2e26b2,_0x11ea3b=_0x34e29f[_0x1d14c6(0x722)](_0x1b1b3f[_0x1d14c6(0x402)])?_0x34e29f['get'](_0x1b1b3f['IRenderManagerService']):_0x473bfa[_0x1d14c6(0x722)](_0x1b1b3f[_0x1d14c6(0x402)])?_0x473bfa[_0x1d14c6(0x714)](_0x1b1b3f[_0x1d14c6(0x402)]):void 0x0;if(!_0x11ea3b)return!0x1;let _0x27f13e=_0x11ea3b[_0x1d14c6(0x72a)](_0x12dee0[_0x1d14c6(0x4c1)]),_0xdd4402=_0x27f13e==null?void 0x0:_0x27f13e[_0x1d14c6(0x4b1)];return _0x12d3aa(_0x12dee0,_0xdd4402==null?void 0x0:_0xdd4402[_0x1d14c6(0x551)](_0x1b1b3f['SHEET_VIEWPORT_KEY'][_0x1d14c6(0x17a)]),_0xdd4402);}};}function _0x3a6c4a(_0x2ac223){const _0x1f0919=_0x118bac;let _0x14a999=[];return[['base',_0x558462[_0x1f0919(0x47c)],0x0],[_0x1f0919(0x3d3),_0x2030f9[_0x1f0919(0x154)],0x64],['numfmt',_0x148747[_0x1f0919(0x777)],0x64],[_0x1f0919(0x62c),_0x2a7860['SheetsConditionalFormattingUIMenuSchema'],0x64],[_0x1f0919(0x338),_0x46e4f7[_0x1f0919(0x4f2)],0x64],[_0x1f0919(0x2f0),_0x1928c2[_0x1f0919(0x483)],0x64],['drawing',_0x4eff06[_0x1f0919(0x23b)],0x64],['sort',_0x415e9a[_0x1f0919(0x42b)],0x64],[_0x1f0919(0x687),_0x113394['SheetsHyperLinkUIMenuSchema'],0x64],['thread-comment',_0x4bbfac['SheetsThreadCommentUIMenuSchema'],0x64],[_0x1f0919(0x408),_0x29c604[_0x1f0919(0x4ea)],0x64],['note',_0x5bac22['SheetsNoteUIMenuSchema'],0x64],[_0x1f0919(0x2ad),_0x188698[_0x1f0919(0x702)],0x64],[_0x1f0919(0x2b8),_0x459715['SheetsPivotTableUIMenuSchema'],0x64],['chart',_0x87bfc2[_0x1f0919(0x685)],0x64],[_0x1f0919(0x75b),_0x457df6['SheetsSparklineUIMenuSchema'],0x64],[_0x1f0919(0x68e),_0x4dab1b['SheetsShapeUIMenuSchema'],0x64]][_0x1f0919(0x362)](([_0x40b8f3,_0x3fcdd1,_0x5b7854])=>{const _0x158972=_0x1f0919;let _0x18d3ab=_0x4ef1fb(_0x2ac223,{'id':_0x158972(0x148)+_0x40b8f3,'childType':_0x4a1c51[_0x158972(0x336)]['UNIVER_SHEET'],'surface':_0x158972(0x1d6),'order':_0x5b7854,'menuSchema':_0x3fcdd1});_0x18d3ab&&_0x14a999['push'](_0x18d3ab);}),(0x0,_0x4a1c51[_0x1f0919(0xbb)])(()=>_0x14a999[_0x1f0919(0x362)](_0x1b9c07=>_0x1b9c07[_0x1f0919(0x60c)]()));}function _0x54f8ea(){const _0x52d0ed=_0x118bac;return _0x39e948({'childType':_0x4a1c51[_0x52d0ed(0x336)]['UNIVER_SHEET'],'productName':_0x52d0ed(0x456)});}function _0x394072(_0x38feae){const _0x3b4c64=_0x118bac;return{'childType':_0x4a1c51[_0x3b4c64(0x336)][_0x3b4c64(0x6c7)],'supportedLayouts':[_0x3b4c64(0x5f7),_0x3b4c64(0x358),_0x3b4c64(0x780)],'canvasRootClassName':'univer-bg-white\x20dark:!univer-bg-gray-900','beforeDeactivate':_0x4d04aa,'mount':_0x52cbd7=>{const _0x3c465b=_0x3b4c64;var _0x1ae16c,_0x5ad2a8,_0x5917c2,_0x588b81,_0x5e0884,_0x22848c,_0x5ee385;let _0x41347e=_0x52cbd7['runtimeScope'][_0x3c465b(0x5c1)],_0x3fc460=(_0x1ae16c=(_0x5ad2a8=(_0x5917c2=_0x52cbd7['runtimeScope']['roots'][_0x3c465b(0x648)])==null?_0x52cbd7['renderScope'][_0x3c465b(0x75f)]:_0x5917c2)==null?_0x52cbd7['renderScope'][_0x3c465b(0x399)]:_0x5ad2a8)==null?_0x52cbd7[_0x3c465b(0x6af)][_0x3c465b(0x2fe)]:_0x1ae16c,_0x3c2999=(_0x588b81=(_0x5e0884=_0x52cbd7[_0x3c465b(0x41f)][_0x3c465b(0x5b3)][_0x3c465b(0x177)])==null?_0x52cbd7[_0x3c465b(0x6af)][_0x3c465b(0x399)]:_0x5e0884)==null?_0x3fc460:_0x588b81;_0x3fc460[_0x3c465b(0xcc)][_0x3c465b(0x6e8)]=_0x52cbd7[_0x3c465b(0x4c1)],_0x3fc460[_0x3c465b(0xcc)][_0x3c465b(0x26d)]='sheet-workbench',_0x3c2999[_0x3c465b(0xcc)][_0x3c465b(0x6e8)]=_0x52cbd7[_0x3c465b(0x4c1)],_0x3c2999[_0x3c465b(0xcc)][_0x3c465b(0x26d)]='sheet-overlay';let _0xbc1cf7=_0x52cbd7[_0x3c465b(0x5c1)][_0x3c465b(0x714)](_0x4a1c51[_0x3c465b(0x723)])[_0x3c465b(0x553)](_0x52cbd7[_0x3c465b(0x4c1)],_0x4a1c51[_0x3c465b(0x336)][_0x3c465b(0x6c7)]),_0x1d4726=_0xbc1cf7?_0x4f3362(_0x52cbd7,_0x38feae,_0x2cabad=>_0x445282(_0xbc1cf7,_0x2cabad)):(0x0,_0x4a1c51[_0x3c465b(0xbb)])(()=>{}),_0x2c3cb9=(_0x22848c=_0x27640d(_0x52cbd7,_0x1b1b3f[_0x3c465b(0x402)],_0x3fc460,{'scopedRenderInjector':!0x0}))==null?(0x0,_0x4a1c51['toDisposable'])(()=>{}):_0x22848c,_0x5a9d3d=_0x10d1c0(_0x52cbd7,_0x3c2999),_0x5735dc=_0x21b169(_0x3c2999);return _0x5735dc['render']((0x0,_0x258aa1[_0x3c465b(0x199)])(_0x9354df,{'injector':_0x41347e,'mountContainer':_0x52cbd7[_0x3c465b(0x41f)][_0x3c465b(0x5b3)]['popup'],'embedId':_0x52cbd7[_0x3c465b(0x5bc)],'children':(0x0,_0x258aa1[_0x3c465b(0x199)])(_0x1c730b,{'canvasRoot':_0x3fc460,'showChrome':_0x569800(_0x52cbd7),'readonly':((_0x5ee385=_0x52cbd7[_0x3c465b(0x319)])==null?void 0x0:_0x5ee385['mode'])==='readonly'})})),(0x0,_0x4a1c51[_0x3c465b(0xbb)])(()=>{const _0x50e92f=_0x3c465b;_0x1d4726['dispose'](),_0x5a9d3d[_0x50e92f(0x60c)](),_0x2c3cb9[_0x50e92f(0x60c)](),_0x594117(_0x5735dc),_0x3fc460[_0x50e92f(0x2a8)]&&(_0x3fc460[_0x50e92f(0x30f)](_0x50e92f(0x64b)),_0x3fc460[_0x50e92f(0x30f)](_0x50e92f(0x619))),_0x3c2999[_0x50e92f(0x2a8)]&&(_0x3c2999[_0x50e92f(0x30f)](_0x50e92f(0x64b)),_0x3c2999[_0x50e92f(0x30f)](_0x50e92f(0x619)));});}};}function _0x445282(_0xa7df0a,_0x406c86){const _0x387a18=_0x118bac;var _0x356dd1,_0x36abcb;let _0x3fe4c7=_0x406c86==null?void 0x0:_0x406c86[_0x387a18(0x746)],_0x314af0=(_0x356dd1=_0x3fe4c7?_0xa7df0a['getSheetBySheetId'](_0x3fe4c7):void 0x0)==null?_0xa7df0a[_0x387a18(0x67f)]()[0x0]:_0x356dd1;_0x314af0&&((_0x36abcb=_0xa7df0a[_0x387a18(0x248)](!0x0))==null?void 0x0:_0x36abcb[_0x387a18(0x3b3)]())!==_0x314af0[_0x387a18(0x3b3)]()&&_0xa7df0a[_0x387a18(0x6f4)](_0x314af0);}function _0x4d04aa(_0x2009d0){const _0x49850d=_0x118bac;var _0x1c8e3b;(_0x1c8e3b=_0x2009d0['runtimeScope'][_0x49850d(0x555)])==null||_0x1c8e3b[_0x49850d(0x2c5)](_0x558462[_0x49850d(0x292)]['id'],{'visible':!0x1,'eventType':_0x1b1b3f['DeviceInputEventType'][_0x49850d(0x3c4)],'unitId':_0x2009d0['childUnitId']}),_0x2009d0[_0x49850d(0x41f)]['injector'][_0x49850d(0x722)](_0x558462[_0x49850d(0x5ef)])&&_0x2009d0[_0x49850d(0x41f)][_0x49850d(0x5c1)][_0x49850d(0x714)](_0x558462[_0x49850d(0x5ef)])[_0x49850d(0x1b7)](_0x2009d0['childUnitId']);}function _0x569800(_0x273c51){const _0x3ca0ce=_0x118bac;return _0x273c51[_0x3ca0ce(0x6af)]['mode']===_0x3ca0ce(0x14f)||!!_0x273c51[_0x3ca0ce(0x6af)][_0x3ca0ce(0x12a)];}function _0x55249f(_0x5b18b5,_0x5037b5){const _0x349424=_0x118bac;let _0x4186c3=_0x5b18b5[_0x349424(0x5d3)][_0x349424(0x4bc)],_0xcffb4f=_0x5b18b5[_0x349424(0x5d3)][_0x349424(0x587)];return _0x5b18b5[_0x349424(0x5d3)][_0x349424(0x4bc)]=_0x5037b5[_0x349424(0x39f)]?_0x349424(0x6ee):'',_0x5b18b5[_0x349424(0x5d3)][_0x349424(0x587)]=_0x5037b5[_0x349424(0x1bd)]?_0x558462[_0x349424(0x56e)]+'px':'',(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x56288e=_0x349424;_0x5b18b5['style']['top']=_0x4186c3,_0x5b18b5[_0x56288e(0x5d3)][_0x56288e(0x587)]=_0xcffb4f;});}function _0x10d1c0(_0x55b0ed,_0x426af8){const _0x17764b=_0x118bac;var _0x4386ac,_0x42e41b;return(_0x4386ac=_0x55b0ed[_0x17764b(0x5c1)])!=null&&(_0x42e41b=_0x4386ac['has'])!=null&&_0x42e41b['call'](_0x4386ac,_0xc08a98)?_0x55b0ed[_0x17764b(0x5c1)][_0x17764b(0x714)](_0xc08a98)['register']({'embedId':_0x55b0ed[_0x17764b(0x5bc)],'childUnitId':_0x55b0ed[_0x17764b(0x4c1)],'root':_0x55b0ed[_0x17764b(0x6af)][_0x17764b(0x2fe)],'contentRoot':_0x426af8}):(0x0,_0x4a1c51[_0x17764b(0xbb)])(()=>{});}function _0x1c730b(_0x2f9fa7){const _0x3cb277=_0x118bac;var _0x53557f;let {canvasRoot:_0x3c189d,showChrome:_0x2d3f32,readonly:_0xee63f4}=_0x2f9fa7,_0x59c667=(0x0,_0x1468c8[_0x3cb277(0x6a3)])(_0x558462['SHEETS_UI_PLUGIN_CONFIG_KEY']),_0x3265ee=(0x0,_0x1468c8[_0x3cb277(0x60a)])(_0x1468c8[_0x3cb277(0x612)]),_0x239702=(_0x53557f=_0x3265ee[_0x3cb277(0x714)](_0x3cb277(0x40a)))==null?_0x3265ee[_0x3cb277(0x714)](_0x3cb277(0x750)):_0x53557f,_0x7ea8e1=_0x2d3f32&&(_0x59c667==null?void 0x0:_0x59c667[_0x3cb277(0x39f)])!==!0x1,_0xc009d5=_0x59c667==null?void 0x0:_0x59c667['footer'],_0x263caf=_0x2d3f32&&_0xc009d5!==!0x1&&(typeof _0xc009d5!=_0x3cb277(0x294)||_0xc009d5[_0x3cb277(0x1bd)]!==!0x1);return(0x0,_0x4f18af['useEffect'])(()=>{const _0x5343c7=_0x3cb277;let _0x451b03=_0x55249f(_0x3c189d,{'formulaBar':_0x7ea8e1,'sheetBar':_0x263caf});return()=>_0x451b03[_0x5343c7(0x60c)]();},[_0x3c189d,_0x7ea8e1,_0x263caf]),(0x0,_0x258aa1[_0x3cb277(0x712)])(_0x258aa1[_0x3cb277(0x34e)],{'children':[_0x7ea8e1&&(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x3cb277(0x73b),{'className':_0x3cb277(0x172),'style':{'height':0x1c},'children':(0x0,_0x258aa1['jsx'])(_0x558462[_0x3cb277(0x548)],{})}),!_0xee63f4&&_0x239702&&(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x239702,{}),!_0xee63f4&&!(_0x59c667!=null&&_0x59c667[_0x3cb277(0x20b)])&&(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x558462[_0x3cb277(0x12d)],{}),!_0xee63f4&&(0x0,_0x258aa1['jsx'])(_0x558462[_0x3cb277(0x424)],{}),_0x263caf&&(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x3cb277(0x73b),{'className':_0x3cb277(0x5fd),'style':{'height':_0x558462[_0x3cb277(0x56e)]},'children':(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x558462[_0x3cb277(0x371)],{})})]});}function _0x145ebc(){const _0x28d36e=_0x118bac;return[..._0x558462[_0x28d36e(0x742)]];}function _0x997282(){const _0x540ed7=_0x118bac;return[..._0x1468c8[_0x540ed7(0x1e5)]];}let _0x512b34={'formatPainter':_0x558462['SetOnceFormatPainterCommand']['id'],'numberFormat':'sheet.operation.open.numfmt.panel','fontFamily':_0x558462['SetRangeFontFamilyCommand']['id'],'fontSize':_0x558462[_0x118bac(0xd1)]['id'],'bold':_0x558462[_0x118bac(0x40e)]['id'],'textColor':_0x558462[_0x118bac(0x4df)]['id'],'backgroundColor':_0x37e97b[_0x118bac(0x3ec)]['id'],'borderComposite':_0x37e97b[_0x118bac(0x3a6)]['id'],'horizontalAlign':_0x37e97b[_0x118bac(0x6c6)]['id'],'verticalAlign':_0x37e97b[_0x118bac(0x756)]['id'],'wrap':_0x37e97b['SetTextWrapCommand']['id'],'filter':_0x118bac(0x217)},_0x4a5e21={'root':_0x37e97b[_0x118bac(0x407)]['id'],'all':_0x37e97b[_0x118bac(0x25b)]['id'],'vertical':_0x37e97b[_0x118bac(0x46c)]['id'],'horizontal':_0x37e97b[_0x118bac(0x6e2)]['id'],'unmerge':_0x37e97b[_0x118bac(0x647)]['id']};function _0x20bfe3(_0x29f82d){const _0x1e6fa6=_0x118bac;let _0x35eb3e={},_0x459333=_0x21adbc=>{const _0x584c70=_0x511b;let _0x41b35b=_0x29f82d[_0x584c70(0x3ae)](_0xf9dd51=>{const _0x482c53=_0x584c70;let _0x4e4097=_0xf9dd51[_0x482c53(0x615)];return _0xf9dd51[_0x482c53(0x6a0)]===_0x21adbc||(_0x4e4097==null?void 0x0:_0x4e4097['id'])===_0x21adbc||(_0x4e4097==null?void 0x0:_0x4e4097['commandId'])===_0x21adbc;});return _0x41b35b==null?void 0x0:_0x41b35b[_0x584c70(0x615)];};Object['keys'](_0x512b34)['forEach'](_0x1e3670=>{_0x35eb3e[_0x1e3670]=_0x459333(_0x512b34[_0x1e3670]);});let _0x51e8cd=Object[_0x1e6fa6(0x683)](_0x4a5e21)['reduce']((_0x48fc65,[_0x326f73,_0x2c4804])=>{let _0x3eec54=_0x459333(_0x2c4804);return _0x3eec54&&(_0x48fc65[_0x326f73]=_0x3eec54),_0x48fc65;},{});return _0x470026(_0x51e8cd)&&(_0x35eb3e[_0x1e6fa6(0x6bd)]=_0x51e8cd),_0x35eb3e[_0x1e6fa6(0x1cc)]=!0x0,_0x35eb3e;}let _0x1e3d7c=[{'items':[_0x118bac(0x560)]},{'dividerBefore':_0x118bac(0x403),'items':[_0x118bac(0x752)]},{'dividerBefore':_0x118bac(0x38e),'items':[_0x118bac(0x5cd),_0x118bac(0x17b),_0x118bac(0x57b)]},{'dividerBefore':_0x118bac(0x549),'items':[_0x118bac(0x5e0),_0x118bac(0x2c1),_0x118bac(0xed)]},{'dividerBefore':_0x118bac(0x244),'items':[_0x118bac(0x6bd),_0x118bac(0x3fc),'verticalAlign',_0x118bac(0x50f)]},{'dividerBefore':_0x118bac(0x108),'items':[_0x118bac(0x2f0)]},{'dividerBefore':_0x118bac(0x241),'items':[_0x118bac(0x1cc)]}];function _0x13bcc6(_0x59517f){const _0x50e5f1=_0x118bac;let _0x1e92f3=[];return _0x1e3d7c[_0x50e5f1(0x362)](_0x495be8=>{const _0x3d305d=_0x50e5f1;let _0x557c80=_0x495be8[_0x3d305d(0x12f)][_0x3d305d(0x2f0)](_0x25c179=>_0x114375(_0x59517f,_0x25c179))[_0x3d305d(0x734)](_0x19fbf4=>({'id':_0x19fbf4,'type':_0x19fbf4===_0x3d305d(0x560)||_0x19fbf4===_0x3d305d(0x57b)||_0x19fbf4==='filter'||_0x19fbf4===_0x3d305d(0x1cc)?_0x3d305d(0x2d6):_0x3d305d(0x50c)}));_0x557c80[_0x3d305d(0x51d)]&&(_0x1e92f3['length']&&_0x495be8['dividerBefore']&&_0x1e92f3[_0x3d305d(0x6f2)]({'id':_0x495be8[_0x3d305d(0x719)],'type':_0x3d305d(0xc3)}),_0x1e92f3[_0x3d305d(0x6f2)](..._0x557c80));}),_0x1e92f3;}function _0x114375(_0x159062,_0x24159c){return!!_0x159062[_0x24159c];}function _0x470026(_0x5818cd){const _0x4ee52b=_0x118bac;return Object[_0x4ee52b(0x308)](_0x5818cd)['some'](Boolean);}function _0x1830e8(_0x582f04){const _0xf00493=_0x118bac;return!_0x582f04||!(_0xf00493(0x755)in _0x582f04)||!Array[_0xf00493(0x6bf)](_0x582f04[_0xf00493(0x755)])?[]:_0x582f04[_0xf00493(0x755)];}function _0x59e430(_0x3c49e3,_0xa75b15){const _0x243dce=_0x118bac;var _0x5abfa8;if(_0x3c49e3)return{'commandId':(_0x5abfa8=_0x3c49e3[_0x243dce(0x561)])==null?_0x3c49e3['id']:_0x5abfa8,'params':_0xa75b15==null?typeof _0x3c49e3['params']==_0x243dce(0x52a)?_0x3c49e3[_0x243dce(0xdf)]():_0x3c49e3[_0x243dce(0xdf)]:_0xa75b15};}function _0x3e0f55(){const _0x10eea2=_0x118bac;return _0x11d97c({'childType':_0x4a1c51[_0x10eea2(0x336)][_0x10eea2(0x6c7)],'mount':_0x565b31});}function _0x565b31(_0x51f405){const _0xea753a=_0x118bac;let {root:_0x5085ba,menu:_0x560519}=_0x3229f5(_0x51f405),_0x11a779=_0x21b169(_0x560519);return _0x11a779[_0xea753a(0x30d)]((0x0,_0x4f18af[_0xea753a(0x4c7)])(_0x9354df,{'injector':_0x51f405[_0xea753a(0x41f)]['injector'],'mountContainer':_0x5085ba,'embedId':_0x51f405['embedId']},(0x0,_0x4f18af[_0xea753a(0x4c7)])(_0x33a7f1,{'hostUnitId':_0x51f405['hostUnitId'],'embedId':_0x51f405[_0xea753a(0x5bc)],'childUnitId':_0x51f405['childUnitId'],'entry':_0x51f405[_0xea753a(0x319)][_0xea753a(0x3be)],'fullscreen':!!_0x51f405[_0xea753a(0x6af)][_0xea753a(0x12a)],'usesDomFloatingStage':_0x19d568(_0x51f405[_0xea753a(0x319)][_0xea753a(0x3be)]),'renderScopeActive$':_0x51f405[_0xea753a(0x6af)][_0xea753a(0x4b7)]}))),(0x0,_0x4a1c51[_0xea753a(0xbb)])(()=>{const _0x33f95f=_0xea753a;_0x594117(_0x11a779),globalThis[_0x33f95f(0x1cb)](()=>_0x560519['remove'](),0x0);});}function _0x19d568(_0x55858a){return!0x0;}function _0x33a7f1(_0x45208c){const _0x186790=_0x118bac;let {hostUnitId:_0x2203d8,embedId:_0x197793,childUnitId:_0x4805b2,entry:_0x24aa3d,fullscreen:_0x4fc18e,usesDomFloatingStage:_0x1f1c38,renderScopeActive$:_0x417960}=_0x45208c,_0x1a3771=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x4a1c51['LocaleService']),_0x116f0=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x4a1c51['ICommandService']),_0x331302=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x4a1c51[_0x186790(0x723)]),_0x58b8ab=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x1468c8[_0x186790(0x6b3)]),_0x503d55=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x37e97b[_0x186790(0x45a)]),_0x566567=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x34aece),_0x25a9d6=_0x468ff2({'embedId':_0x197793,'active':(0x0,_0x1468c8['useObservable'])(()=>_0x566567[_0x186790(0x4b7)],_0x566567[_0x186790(0x778)](),!0x1,[_0x566567]),'fullscreen':_0x4fc18e,'usesDomFloatingStage':_0x1f1c38,'renderScopeActive':(0x0,_0x1468c8[_0x186790(0xca)])(()=>_0x417960,!0x1,!0x1,[_0x417960])})===_0x186790(0x510),[_0x2638e3,_0x3f34e7]=(0x0,_0x4f18af[_0x186790(0xba)])(null),_0x2fa0dd=_0x41775c=>({'open':_0x2638e3===_0x41775c,'onOpenChange':_0x4b061a=>_0x3f34e7(_0x4b061a?_0x41775c:null)});(0x0,_0x4f18af[_0x186790(0x207)])(()=>{const _0x306245=_0x186790;if(!_0x2638e3)return;let _0x53e5c7=_0x2c92f9=>{const _0x51e3e7=_0x511b;_0xafd718(_0x2c92f9[_0x51e3e7(0x6a7)],_0x197793)||_0x3f34e7(null);};return document[_0x306245(0x607)](_0x306245(0x3a8),_0x53e5c7,!0x0),()=>{const _0x1ca0b5=_0x306245;document[_0x1ca0b5(0x5cf)](_0x1ca0b5(0x3a8),_0x53e5c7,!0x0);};},[_0x197793,_0x2638e3]);let _0x267909=(0x0,_0x1468c8[_0x186790(0xca)])(()=>_0x58b8ab[_0x186790(0x3ac)][_0x186790(0x188)]((0x0,_0x416516[_0x186790(0x734)])(()=>_0x20bfe3(_0x58b8ab[_0x186790(0x4d1)](_0x1468c8[_0x186790(0x590)][_0x186790(0xee)])))),_0x20bfe3(_0x58b8ab['getFlatMenuByPositionKey'](_0x1468c8[_0x186790(0x590)][_0x186790(0xee)])),!0x1,[_0x58b8ab]),_0x22319d=(0x0,_0x4f18af[_0x186790(0x691)])(()=>new Set(_0x13bcc6(_0x267909)['map'](_0xe67802=>_0xe67802['id'])),[_0x267909]),_0x30001f=()=>{const _0x23b95b=_0x186790;_0x566567[_0x23b95b(0x133)]({'hostUnitId':_0x2203d8,'embedId':_0x197793,'childUnitId':_0x4805b2},'stage2'),_0x331302[_0x23b95b(0x164)](_0x4805b2);},_0x414b84=(_0x4e7672,_0x517d34)=>{const _0xb4e0aa=_0x186790;_0x30001f(),_0x116f0[_0xb4e0aa(0x484)](_0x4e7672,_0x517d34);},_0x5e96dc=(_0x42ba55,_0x563bb2)=>{const _0x4fd88a=_0x186790;let _0x51ca9d=_0x59e430(_0x42ba55,_0x563bb2);_0x51ca9d&&_0x414b84(_0x51ca9d['commandId'],_0x51ca9d[_0x4fd88a(0xdf)]);},_0xd4b57d=()=>{const _0x143023=_0x186790;let _0x1931a3=_0x331302[_0x143023(0x553)](_0x4805b2,_0x4a1c51[_0x143023(0x336)][_0x143023(0x6c7)]),_0x43f265=_0x1931a3==null?void 0x0:_0x1931a3[_0x143023(0x248)]();return!_0x1931a3||!_0x43f265?null:{'workbook':_0x1931a3,'worksheet':_0x43f265,'unitId':_0x1931a3['getUnitId'](),'subUnitId':_0x43f265[_0x143023(0x3b3)]()};},_0x5c475c=()=>{const _0x2978e9=_0x186790;var _0x1cc750,_0xf6a084;return(_0x1cc750=(_0xf6a084=_0x503d55[_0x2978e9(0x34c)]())==null?void 0x0:_0xf6a084['map'](_0x26b14f=>_0x26b14f[_0x2978e9(0x3f4)]))==null?[]:_0x1cc750;},_0x58d01a=(_0x518df2,_0x23b585,_0x315d85=_0x4a1c51[_0x186790(0x3fe)]['THIN'],_0x466f45='#000000')=>{const _0x7312bd=_0x186790;let _0x5969fc=_0xd4b57d(),_0x35c5ad=_0x5c475c();!_0x5969fc||!_0x35c5ad['length']||_0x5e96dc(_0x518df2,{'unitId':_0x5969fc['unitId'],'subUnitId':_0x5969fc[_0x7312bd(0x746)],'ranges':_0x35c5ad,'value':{'type':_0x23b585,'color':_0x466f45,'style':_0x315d85,'activeBorderType':!0x0}});},_0x210b8b=()=>{const _0x12dbba=_0x186790;_0x116f0[_0x12dbba(0x484)](_0x73305e[_0x12dbba(0x36e)]['id'],{'hostUnitId':_0x2203d8,'embedId':_0x197793});};return(0x0,_0x258aa1[_0x186790(0x712)])(_0x186790(0x73b),{'className':(0x0,_0x536b6f['clsx'])(_0x186790(0x613),{'univer-hidden':!_0x25a9d6,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x4fc18e,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20univer-max-w-[min(calc(100vw-72px),880px)]\x20-univer-translate-x-1/2\x20univer-overflow-x-auto\x20univer-overflow-y-visible\x20[scrollbar-width:none]\x20[&::-webkit-scrollbar]:univer-hidden':!_0x4fc18e,'-univer-top-9':!_0x4fc18e&&_0x24aa3d!==_0x186790(0x26c),'-univer-top-[52px]':!_0x4fc18e&&_0x24aa3d===_0x186790(0x26c)}),'data-u-comp':_0x186790(0x49f),'data-embed-floating-menu':_0x186790(0xd4),'data-embed-id':_0x197793,'data-embed-float-stage':_0x25a9d6?_0x186790(0x510):_0x186790(0x421),'onPointerDown':_0x2de604=>_0x2de604[_0x186790(0x6ed)](),'onMouseDown':_0x3faf71,'children':[_0x22319d[_0x186790(0x722)](_0x186790(0x560))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x1e5ff5,{'item':_0x267909[_0x186790(0x560)],'title':_0x186790(0x1d9),'onClick':()=>_0x5e96dc(_0x267909[_0x186790(0x560)]),'children':(0x0,_0x258aa1[_0x186790(0x199)])(_0x4b92d6,{})}),_0x22319d['has']('divider-format-tools')&&(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x186790(0x266)],{'orientation':'vertical'}),_0x22319d['has'](_0x186790(0x752))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x3f9e7f,{'menuItem':_0x267909[_0x186790(0x752)],'onClick':()=>_0x5e96dc(_0x267909['numberFormat'])}),_0x22319d[_0x186790(0x722)](_0x186790(0x38e))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f[_0x186790(0x266)],{'orientation':'vertical'}),_0x22319d['has'](_0x186790(0x5cd))&&(0x0,_0x258aa1['jsx'])(_0x148ddb,{'embedId':_0x197793,'menuItem':_0x267909['fontFamily'],'title':_0x186790(0x62f),..._0x2fa0dd(_0x186790(0x5cd)),'onSelect':_0x6890eb=>_0x5e96dc(_0x267909[_0x186790(0x5cd)],{'value':_0x6890eb})}),_0x22319d[_0x186790(0x722)](_0x186790(0x17b))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x3be743,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x17b)],'title':_0x186790(0xdc),..._0x2fa0dd(_0x186790(0x17b)),'onSelect':_0x58e4a6=>_0x5e96dc(_0x267909['fontSize'],{'value':Number(_0x58e4a6)})}),_0x22319d[_0x186790(0x722)]('bold')&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x1e5ff5,{'item':_0x267909[_0x186790(0x57b)],'title':'embed-ui.sheetsFloating.toolbar.bold','onClick':()=>_0x5e96dc(_0x267909['bold']),'children':(0x0,_0x258aa1[_0x186790(0x199)])(_0x3766fc,{})}),_0x22319d[_0x186790(0x722)]('divider-font')&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f[_0x186790(0x266)],{'orientation':_0x186790(0x5a8)}),_0x22319d[_0x186790(0x722)](_0x186790(0x5e0))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x4bee72,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x5e0)],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':(0x0,_0x258aa1['jsx'])(_0x547f0f,{'className':_0x186790(0x3f1)}),'defaultColor':_0x186790(0x753),..._0x2fa0dd(_0x186790(0x5e0)),'onChange':_0x2debce=>_0x5e96dc(_0x267909[_0x186790(0x5e0)],{'value':_0x2debce}),'onReset':()=>_0x414b84(_0x558462['ResetRangeTextColorCommand']['id'])}),_0x22319d[_0x186790(0x722)]('backgroundColor')&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x4bee72,{'embedId':_0x197793,'menuItem':_0x267909['backgroundColor'],'title':_0x186790(0x31e),'icon':(0x0,_0x258aa1['jsx'])(_0x1a9b16,{'className':_0x186790(0x3f1)}),'defaultColor':_0x186790(0x4f3),..._0x2fa0dd('backgroundColor'),'onChange':_0x288e3a=>_0x5e96dc(_0x267909[_0x186790(0x2c1)],{'value':_0x288e3a}),'onReset':()=>_0x414b84(_0x37e97b[_0x186790(0x1cd)]['id'])}),_0x22319d['has'](_0x186790(0xed))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x3d3a68,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0xed)],..._0x2fa0dd(_0x186790(0xed)),'onSelect':(_0xb52aa6,_0x58c9c0,_0xff2d42)=>_0x58d01a(_0x267909[_0x186790(0xed)],_0xb52aa6,_0x58c9c0,_0xff2d42)}),_0x22319d[_0x186790(0x722)](_0x186790(0x244))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f[_0x186790(0x266)],{'orientation':_0x186790(0x5a8)}),_0x22319d[_0x186790(0x722)](_0x186790(0x6bd))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0xdb8a40,{'embedId':_0x197793,'menuItems':_0x267909['merge'],..._0x2fa0dd(_0x186790(0x6bd)),'execute':_0x5e96dc}),_0x22319d[_0x186790(0x722)](_0x186790(0x3fc))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x58bf3d,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x3fc)],..._0x2fa0dd(_0x186790(0x3fc)),'execute':_0x5e96dc}),_0x22319d[_0x186790(0x722)](_0x186790(0x45f))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x2b3975,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x45f)],..._0x2fa0dd('verticalAlign'),'execute':_0x5e96dc}),_0x22319d[_0x186790(0x722)]('wrap')&&(0x0,_0x258aa1['jsx'])(_0x1961c2,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x50f)],..._0x2fa0dd('wrap'),'execute':_0x414b84}),_0x22319d[_0x186790(0x722)](_0x186790(0x108))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f['Separator'],{'orientation':_0x186790(0x5a8)}),_0x22319d[_0x186790(0x722)](_0x186790(0x2f0))&&(0x0,_0x258aa1['jsx'])(_0x1e5ff5,{'item':_0x267909['filter'],'title':_0x186790(0x506),'onClick':()=>_0x5e96dc(_0x267909[_0x186790(0x2f0)]),'children':(0x0,_0x258aa1['jsx'])(_0x4f1ddc,{})}),_0x22319d['has'](_0x186790(0x241))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f[_0x186790(0x266)],{'orientation':_0x186790(0x5a8)}),_0x22319d[_0x186790(0x722)](_0x186790(0x1cc))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x76f0b3,{'title':_0x1a3771['t'](_0x186790(0x23f)),'className':_0x186790(0x586),'onClick':_0x210b8b,'children':(0x0,_0x258aa1['jsx'])(_0x2a8a74,{})})]});}let _0x16307f=(0x0,_0x4f18af[_0x118bac(0x497)])(({children:_0x1ad86c,className:_0x4007d2,title:_0x40d79e,onClick:_0x33f680,onMouseDown:_0x450902,onPointerDown:_0x52d6ab,..._0xfddeb1},_0x542af0)=>{const _0x4a999f=_0x118bac;let _0xd7d60=(0x0,_0x1468c8['useDependency'])(_0x4a1c51[_0x4a999f(0x743)])['t'](_0x40d79e);return(0x0,_0x258aa1[_0x4a999f(0x199)])(_0x536b6f[_0x4a999f(0xfd)],{'ref':_0x542af0,'type':_0x4a999f(0x2d6),'size':'small','variant':_0x4a999f(0x709),'aria-label':_0xd7d60,'title':_0xd7d60,'className':(0x0,_0x536b6f[_0x4a999f(0x578)])('univer-gap-1\x20univer-px-1.5\x20univer-text-sm',_0x4007d2),'onPointerDown':_0x1ac894=>{const _0x55f0ae=_0x4a999f;_0x1ac894[_0x55f0ae(0x6ed)](),_0x52d6ab==null||_0x52d6ab(_0x1ac894);},'onMouseDown':_0x3c04e8=>{const _0x54d2de=_0x4a999f;_0x3c04e8[_0x54d2de(0x6ed)](),_0x450902==null||_0x450902(_0x3c04e8);},'onClick':_0x24f3cd=>{const _0x48e72a=_0x4a999f;_0x33f680==null||_0x33f680(_0x24f3cd),_0x24f3cd[_0x48e72a(0x6ed)]();},..._0xfddeb1,'children':_0x1ad86c});}),_0x5e0c1f=(0x0,_0x4f18af[_0x118bac(0x497)])(({title:_0xfc35ce,primary:_0x3529fb,disabled:_0x2b6a7c,open:_0x496dda,onPrimaryClick:_0x1b7e7d,onMouseDown:_0x4b47c1,onPointerDown:_0x29a714,onClick:_0x19e165,..._0x3d2119},_0x40cf26)=>(0x0,_0x258aa1[_0x118bac(0x712)])(_0x118bac(0x73b),{'ref':_0x40cf26,'className':(0x0,_0x536b6f[_0x118bac(0x578)])('univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x496dda,'univer-cursor-not-allowed\x20univer-opacity-60':_0x2b6a7c}),'onPointerDown':_0x190421=>{const _0x19ea17=_0x118bac;_0x190421[_0x19ea17(0x6ed)](),_0x29a714==null||_0x29a714(_0x190421);},'onMouseDown':_0x15be2c=>{const _0x17a547=_0x118bac;_0x15be2c[_0x17a547(0x6ed)](),_0x4b47c1==null||_0x4b47c1(_0x15be2c);},'onClick':_0x493423=>{const _0x152fea=_0x118bac;_0x19e165==null||_0x19e165(_0x493423),_0x493423[_0x152fea(0x6ed)]();},..._0x3d2119,'children':[(0x0,_0x258aa1[_0x118bac(0x199)])('button',{'type':_0x118bac(0x2d6),'className':_0x118bac(0x475),'disabled':_0x2b6a7c,'onClick':_0x5117a0=>{const _0x2e35de=_0x118bac;_0x5117a0[_0x2e35de(0x6ed)](),_0x1b7e7d();},'children':_0x3529fb}),(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x118bac(0x266)],{'orientation':_0x118bac(0x5a8)}),(0x0,_0x258aa1[_0x118bac(0x199)])(_0x118bac(0x2d6),{'type':'button','className':_0x118bac(0x254),'disabled':_0x2b6a7c,'children':(0x0,_0x258aa1[_0x118bac(0x199)])(_0x5e6630,{})})]}));_0x5e0c1f[_0x118bac(0x131)]=_0x118bac(0x748);function _0x76f0b3(_0x59caf5){const _0xa31aa0=_0x118bac;let {children:_0x5f0f4c,title:_0xc250cc,className:_0x27339d,disabled:_0x17761a,active:_0x578dac,onClick:_0x2c380a}=_0x59caf5;return(0x0,_0x258aa1[_0xa31aa0(0x199)])(_0x536b6f[_0xa31aa0(0x66d)],{'title':_0xc250cc,'placement':'bottom','children':(0x0,_0x258aa1[_0xa31aa0(0x199)])(_0x1468c8[_0xa31aa0(0x69b)],{'className':(0x0,_0x536b6f[_0xa31aa0(0x578)])('univer-text-sm',_0x27339d),'disabled':_0x17761a,'active':_0x578dac,'onClick':_0x2c380a,'children':_0x5f0f4c})});}function _0x1e5ff5(_0x5d3cd4){const _0x3dc751=_0x118bac;let {item:_0x2e8016,children:_0x4f7670,title:_0x448587,onClick:_0x1218b1}=_0x5d3cd4,{hidden:_0x3fceac,disabled:_0x31ab9f,activated:_0x17989c}=_0x54fc30(_0x2e8016),_0x553474=(0x0,_0x1468c8[_0x3dc751(0x60a)])(_0x4a1c51['LocaleService']);return!_0x2e8016||_0x3fceac?null:(0x0,_0x258aa1[_0x3dc751(0x199)])(_0x76f0b3,{'title':_0x553474['t'](_0x448587),'disabled':_0x31ab9f,'active':_0x17989c,'onClick':_0x1218b1,'children':_0x4f7670});}function _0x54fc30(_0x970f8f){const _0x588e0b=_0x118bac;return{'hidden':(0x0,_0x1468c8[_0x588e0b(0xca)])(()=>{const _0x57dec7=_0x588e0b;var _0x229182,_0x26da94;return(_0x229182=_0x970f8f==null||(_0x26da94=_0x970f8f[_0x57dec7(0x503)])==null?void 0x0:_0x26da94[_0x57dec7(0x188)]((0x0,_0x416516[_0x57dec7(0x5da)])(!0x1)))==null?(0x0,_0x416516['of'])(!0x1):_0x229182;},!0x1,!0x1,[_0x970f8f]),'disabled':(0x0,_0x1468c8[_0x588e0b(0xca)])(()=>{const _0x448954=_0x588e0b;var _0x1a44f0,_0x28be3d;return(_0x1a44f0=_0x970f8f==null||(_0x28be3d=_0x970f8f[_0x448954(0x1c6)])==null?void 0x0:_0x28be3d[_0x448954(0x188)]((0x0,_0x416516[_0x448954(0x5da)])(!0x1)))==null?(0x0,_0x416516['of'])(!0x1):_0x1a44f0;},!0x1,!0x1,[_0x970f8f]),'activated':(0x0,_0x1468c8[_0x588e0b(0xca)])(()=>{const _0x542ba2=_0x588e0b;var _0x2ee7bb,_0x2f25dd;return(_0x2ee7bb=_0x970f8f==null||(_0x2f25dd=_0x970f8f['activated$'])==null?void 0x0:_0x2f25dd[_0x542ba2(0x188)]((0x0,_0x416516[_0x542ba2(0x5da)])(!0x1)))==null?(0x0,_0x416516['of'])(!0x1):_0x2ee7bb;},!0x1,!0x1,[_0x970f8f]),'value':(0x0,_0x1468c8[_0x588e0b(0xca)])(()=>{const _0x257b23=_0x588e0b;var _0x4d739c,_0x4add1a;return(_0x4d739c=_0x970f8f==null||(_0x4add1a=_0x970f8f[_0x257b23(0x381)])==null?void 0x0:_0x4add1a['pipe']((0x0,_0x416516['startWith'])(void 0x0)))==null?(0x0,_0x416516['of'])(void 0x0):_0x4d739c;},void 0x0,!0x1,[_0x970f8f])};}function _0x3f9e7f(_0x459c3d){const _0x3dfedb=_0x118bac;let {menuItem:_0x5b6c60,onClick:_0x2ff413}=_0x459c3d,{hidden:_0x118266,disabled:_0x44c0b8,value:_0x1e6f8e}=_0x54fc30(_0x5b6c60),_0x2bed02=(0x0,_0x1468c8[_0x3dfedb(0x60a)])(_0x4a1c51[_0x3dfedb(0x743)]);if(!_0x5b6c60||_0x118266)return null;let _0x295c79=_0x2bed02['t'](_0x3dfedb(0x4be));return(0x0,_0x258aa1[_0x3dfedb(0x199)])(_0x536b6f[_0x3dfedb(0x66d)],{'title':_0x295c79,'placement':_0x3dfedb(0x587),'children':(0x0,_0x258aa1[_0x3dfedb(0x712)])(_0x16307f,{'title':_0x295c79,'disabled':_0x44c0b8,'onClick':_0x2ff413,'children':[(0x0,_0x258aa1[_0x3dfedb(0x199)])(_0x22100d,{}),(0x0,_0x258aa1[_0x3dfedb(0x199)])(_0x3dfedb(0x596),{'children':typeof _0x1e6f8e=='string'&&_0x1e6f8e?_0x1e6f8e:_0x3dfedb(0x1e6)}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]})});}function _0x148ddb(_0x11c064){const _0x2a862a=_0x118bac;let {embedId:_0xe89cab,menuItem:_0x3e9323,title:_0x62aef1,open:_0x36b558,onOpenChange:_0x44c569,onSelect:_0x218e4e}=_0x11c064,{hidden:_0x4831f9,disabled:_0x4d4875,value:_0x58ea57}=_0x54fc30(_0x3e9323);if(!_0x3e9323||_0x4831f9)return null;let _0x5cc013=typeof _0x58ea57==_0x2a862a(0x1b3)&&_0x58ea57?_0x58ea57:_0x2a862a(0x6f3);return(0x0,_0x258aa1[_0x2a862a(0x199)])(_0x419b46,{'embedId':_0xe89cab,'disabled':_0x4d4875,'title':_0x62aef1,'open':_0x36b558,'onOpenChange':_0x44c569,'trigger':(0x0,_0x258aa1[_0x2a862a(0x712)])(_0x258aa1[_0x2a862a(0x34e)],{'children':[(0x0,_0x258aa1[_0x2a862a(0x199)])(_0x2a862a(0x596),{'className':_0x2a862a(0x514),'children':_0x5cc013}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x2a862a(0x199)])(_0x2a862a(0x73b),{'className':_0x2a862a(0x4bf),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':(0x0,_0x258aa1['jsx'])(_0x1468c8[_0x2a862a(0x5db)],{'value':_0x5cc013,'onChange':_0x168349=>{_0x218e4e(_0x168349),_0x44c569(!0x1);}})})});}function _0x3be743(_0x1d713b){const _0x5e34eb=_0x118bac;let {embedId:_0x4bac08,menuItem:_0x375d95,title:_0x4de878,open:_0x54e654,onOpenChange:_0x30254a,onSelect:_0x1c99d5}=_0x1d713b,{hidden:_0x436006,disabled:_0x318de3,value:_0x1ece5b}=_0x54fc30(_0x375d95);if(!_0x375d95||_0x436006)return null;let _0x187427=typeof _0x1ece5b==_0x5e34eb(0x3bc)||typeof _0x1ece5b==_0x5e34eb(0x1b3)?Number(_0x1ece5b):0xb;return(0x0,_0x258aa1['jsx'])(_0x419b46,{'embedId':_0x4bac08,'disabled':_0x318de3,'title':_0x4de878,'open':_0x54e654,'onOpenChange':_0x30254a,'trigger':(0x0,_0x258aa1[_0x5e34eb(0x712)])(_0x258aa1[_0x5e34eb(0x34e)],{'children':[(0x0,_0x258aa1['jsx'])(_0x5e34eb(0x596),{'className':_0x5e34eb(0x775),'children':_0x187427}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x5e34eb(0x199)])('div',{'className':'univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0x997282()[_0x5e34eb(0x734)](_0x50b37c=>{const _0x9f102a=_0x5e34eb;let _0x108d31=Number(_0x50b37c['value'])===_0x187427;return(0x0,_0x258aa1['jsxs'])(_0x9f102a(0x2d6),{'type':_0x9f102a(0x2d6),'className':(0x0,_0x536b6f[_0x9f102a(0x578)])(_0x9f102a(0x3e4),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x108d31}),'onClick':()=>{_0x1c99d5(String(_0x50b37c['value'])),_0x30254a(!0x1);},'children':[(0x0,_0x258aa1[_0x9f102a(0x199)])(_0x9f102a(0x596),{'children':_0x50b37c[_0x9f102a(0x206)]}),_0x108d31&&(0x0,_0x258aa1[_0x9f102a(0x199)])(_0x297afb,{'className':'univer-text-primary-600'})]},_0x50b37c[_0x9f102a(0x664)]);})})});}function _0x58bf3d(_0x1cadf8){const _0x28d25b=_0x118bac;let {embedId:_0x28bffb,menuItem:_0x572620,open:_0x226468,onOpenChange:_0x2c98c8,execute:_0x2e91fa}=_0x1cadf8,{hidden:_0x58c7db,disabled:_0x5645b0}=_0x54fc30(_0x572620);return!_0x572620||_0x58c7db?null:(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x419b46,{'embedId':_0x28bffb,'disabled':_0x5645b0,'title':_0x28d25b(0x137),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x226468,'onOpenChange':_0x2c98c8,'trigger':(0x0,_0x258aa1[_0x28d25b(0x712)])(_0x258aa1['Fragment'],{'children':[(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x3aa60f,{}),(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x1d749f,{'embedId':_0x28bffb,'onPointerDown':_0x4dc596=>_0x4dc596[_0x28d25b(0x6ed)](),'children':(0x0,_0x258aa1[_0x28d25b(0x712)])(_0x913153,{'children':[(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x4a9124,{'item':_0x572620,'title':_0x28d25b(0x1bb),'onClick':()=>_0x2e91fa(_0x572620,{'value':_0x4a1c51[_0x28d25b(0xe8)][_0x28d25b(0x123)]}),'children':(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x3aa60f,{})}),(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x4a9124,{'item':_0x572620,'title':_0x28d25b(0x2b9),'onClick':()=>_0x2e91fa(_0x572620,{'value':_0x4a1c51['HorizontalAlign'][_0x28d25b(0x2e0)]}),'children':(0x0,_0x258aa1['jsx'])(_0x56b321,{})}),(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x4a9124,{'item':_0x572620,'title':_0x28d25b(0x44e),'onClick':()=>_0x2e91fa(_0x572620,{'value':_0x4a1c51['HorizontalAlign'][_0x28d25b(0x2bf)]}),'children':(0x0,_0x258aa1[_0x28d25b(0x199)])(_0xfbe04b,{})})]})})});}function _0x2b3975(_0x4b9d23){const _0x5a61f1=_0x118bac;let {embedId:_0x503325,menuItem:_0x2f547b,open:_0x2c2a1f,onOpenChange:_0x1df181,execute:_0x217289}=_0x4b9d23,{hidden:_0x348742,disabled:_0x46a0bf}=_0x54fc30(_0x2f547b);return!_0x2f547b||_0x348742?null:(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x419b46,{'embedId':_0x503325,'disabled':_0x46a0bf,'title':_0x5a61f1(0x299),'triggerClassName':_0x5a61f1(0x711),'open':_0x2c2a1f,'onOpenChange':_0x1df181,'trigger':(0x0,_0x258aa1[_0x5a61f1(0x712)])(_0x258aa1[_0x5a61f1(0x34e)],{'children':[(0x0,_0x258aa1['jsx'])(_0x3ec37e,{}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x1d749f,{'embedId':_0x503325,'onPointerDown':_0x2b8042=>_0x2b8042[_0x5a61f1(0x6ed)](),'children':(0x0,_0x258aa1['jsxs'])(_0x913153,{'children':[(0x0,_0x258aa1['jsx'])(_0x4a9124,{'item':_0x2f547b,'title':_0x5a61f1(0x6be),'onClick':()=>_0x217289(_0x2f547b,{'value':_0x4a1c51[_0x5a61f1(0x14d)]['TOP']}),'children':(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x536f17,{})}),(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x4a9124,{'item':_0x2f547b,'title':_0x5a61f1(0x288),'onClick':()=>_0x217289(_0x2f547b,{'value':_0x4a1c51[_0x5a61f1(0x14d)][_0x5a61f1(0x4ad)]}),'children':(0x0,_0x258aa1['jsx'])(_0x3ec37e,{})}),(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x4a9124,{'item':_0x2f547b,'title':'embed-ui.sheetsFloating.align.bottom','onClick':()=>_0x217289(_0x2f547b,{'value':_0x4a1c51[_0x5a61f1(0x14d)][_0x5a61f1(0x5d1)]}),'children':(0x0,_0x258aa1['jsx'])(_0x361ae3,{})})]})})});}function _0x4a9124(_0x371cc1){let {item:_0x5ca9ad,title:_0x52756e,children:_0x3ad6ec,onClick:_0x81e094}=_0x371cc1,{hidden:_0x555bf1,disabled:_0x1d6f2f,activated:_0x4c3192}=_0x54fc30(_0x5ca9ad);return!_0x5ca9ad||_0x555bf1?null:(0x0,_0x258aa1['jsx'])(_0x29531c,{'title':_0x52756e,'disabled':_0x1d6f2f,'active':_0x4c3192,'onClick':_0x81e094,'children':_0x3ad6ec});}function _0x4bee72(_0x24f8db){const _0x413725=_0x118bac;let {embedId:_0x3cd10a,menuItem:_0x30295f,title:_0xf59caa,icon:_0x9c2ee7,defaultColor:_0x3026cc,open:_0x4339fd,onOpenChange:_0x543020,onChange:_0x41657c,onReset:_0x31ce34}=_0x24f8db,_0x2342bc=(0x0,_0x1468c8[_0x413725(0x60a)])(_0x4a1c51[_0x413725(0x743)]),{hidden:_0x2ff687,disabled:_0x463741,value:_0x4b4f9e}=_0x54fc30(_0x30295f),[_0x40d830,_0x23b49b]=(0x0,_0x4f18af['useState'])(_0x3026cc);return!_0x30295f||_0x2ff687?null:(0x0,_0x258aa1[_0x413725(0x199)])(_0x536b6f[_0x413725(0x761)],{'disabled':_0x463741,'align':_0x413725(0xc8),'sideOffset':0x6,'open':_0x4339fd,'onOpenChange':_0x543020,'onPointerDownOutside':_0x10200f=>_0x211fc4(_0x10200f,_0x3cd10a),'onFocusOutside':_0xafdd21=>_0x211fc4(_0xafdd21,_0x3cd10a),'onInteractOutside':_0x347586=>_0x211fc4(_0x347586,_0x3cd10a),'overlay':(0x0,_0x258aa1['jsxs'])(_0x413725(0x73b),{'data-embed-id':_0x3cd10a,'data-embed-floating-menu-popup':_0x413725(0xd4),'className':_0x413725(0x10f),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':[(0x0,_0x258aa1[_0x413725(0x199)])(_0x536b6f['ColorPicker'],{'value':typeof _0x4b4f9e==_0x413725(0x1b3)&&_0x4b4f9e?_0x4b4f9e:_0x40d830,'onChange':_0x27c0b3=>{_0x23b49b(_0x27c0b3),_0x41657c(_0x27c0b3);}}),(0x0,_0x258aa1[_0x413725(0x199)])(_0x536b6f[_0x413725(0x266)],{}),(0x0,_0x258aa1[_0x413725(0x712)])('button',{'type':_0x413725(0x2d6),'className':_0x413725(0x2e9),'onClick':()=>{_0x23b49b(_0x3026cc),_0x31ce34(),_0x543020(!0x1);},'children':[(0x0,_0x258aa1['jsx'])(_0x5ef327,{}),(0x0,_0x258aa1[_0x413725(0x199)])('span',{'children':_0x2342bc['t'](_0x413725(0x19c))})]})]}),'children':(0x0,_0x258aa1[_0x413725(0x199)])(_0x16307f,{'title':_0xf59caa,'disabled':_0x463741,'children':_0x9c2ee7})});}function _0x3d3a68(_0x1988c6){const _0x347fe4=_0x118bac;let {embedId:_0x1de299,menuItem:_0x5895f0,open:_0x2f3692,onOpenChange:_0x282a42,onSelect:_0x4d6dce}=_0x1988c6,_0x524b34=(0x0,_0x1468c8['useDependency'])(_0x4a1c51[_0x347fe4(0x743)]),_0x4cc0ef=(0x0,_0x1468c8[_0x347fe4(0x60a)])(_0x1468c8[_0x347fe4(0x4b0)]),{hidden:_0x16b7e1,disabled:_0xe172b8}=_0x54fc30(_0x5895f0),[_0x45ccbe,_0x2e2e70]=(0x0,_0x4f18af[_0x347fe4(0xba)])(_0x4a1c51[_0x347fe4(0x263)][_0x347fe4(0x78a)]),[_0x469935,_0x1e0515]=(0x0,_0x4f18af[_0x347fe4(0xba)])(_0x4a1c51[_0x347fe4(0x3fe)][_0x347fe4(0x73e)]),[_0xe91e3d,_0x51af57]=(0x0,_0x4f18af[_0x347fe4(0xba)])(_0x347fe4(0x1f3));if(!_0x5895f0||_0x16b7e1)return null;let _0xe99f03=(_0x454f7a=_0x45ccbe,_0x364e56=_0x469935,_0x425af9=_0xe91e3d)=>{_0x2e2e70(_0x454f7a),_0x1e0515(_0x364e56),_0x51af57(_0x425af9),_0x4d6dce(_0x454f7a,_0x364e56,_0x425af9);},_0x1d1f90=_0xa70ae8=>{const _0x5abae7=_0x347fe4;var _0x244826,_0x3e9484;return(_0x244826=(_0x3e9484=_0x145ebc()['find'](_0xde55d2=>_0xde55d2['value']===_0xa70ae8))==null?void 0x0:_0x3e9484[_0x5abae7(0x5d7)])==null?_0x5abae7(0x626):_0x244826;},_0x824297=(_0x4023df,_0x2a9d3d=_0x347fe4(0x3f1))=>{const _0x3fa8b5=_0x347fe4;let _0x209509=_0x4cc0ef[_0x3fa8b5(0x714)](_0x4023df);return _0x209509?(0x0,_0x258aa1[_0x3fa8b5(0x199)])(_0x209509,{'className':_0x2a9d3d}):(0x0,_0x258aa1['jsx'])(_0x390128,{});};return(0x0,_0x258aa1['jsx'])(_0x536b6f['Dropdown'],{'disabled':_0xe172b8,'align':_0x347fe4(0xc8),'sideOffset':0x6,'open':_0x2f3692,'onOpenChange':_0x282a42,'onPointerDownOutside':_0x4a847f=>_0x211fc4(_0x4a847f,_0x1de299),'onFocusOutside':_0x4105b1=>_0x211fc4(_0x4105b1,_0x1de299),'onInteractOutside':_0x2498b4=>_0x211fc4(_0x2498b4,_0x1de299),'overlay':(0x0,_0x258aa1['jsxs'])(_0x1d749f,{'embedId':_0x1de299,'onPointerDown':_0x3db0c6=>_0x3db0c6[_0x347fe4(0x6ed)](),'children':[(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x347fe4(0x73b),{'className':_0x347fe4(0x10b),'children':_0x145ebc()['map'](_0x57df12=>(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x29531c,{'title':_0x57df12[_0x347fe4(0x206)],'active':_0x45ccbe===_0x57df12[_0x347fe4(0x664)],'onClick':()=>_0xe99f03(_0x57df12['value']),'children':_0x824297(_0x57df12[_0x347fe4(0x5d7)])},_0x57df12['value']))}),(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x536b6f['Separator'],{}),(0x0,_0x258aa1[_0x347fe4(0x712)])(_0x913153,{'children':[(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x536b6f[_0x347fe4(0x761)],{'align':_0x347fe4(0xc8),'sideOffset':0x6,'onPointerDownOutside':_0x361fb7=>_0x211fc4(_0x361fb7,_0x1de299),'onFocusOutside':_0x4287bd=>_0x211fc4(_0x4287bd,_0x1de299),'onInteractOutside':_0x2f878b=>_0x211fc4(_0x2f878b,_0x1de299),'overlay':(0x0,_0x258aa1['jsx'])('div',{'data-embed-id':_0x1de299,'data-embed-floating-menu-popup':_0x347fe4(0xd4),'className':_0x347fe4(0x215),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x536b6f['ColorPicker'],{'value':_0xe91e3d,'onChange':_0x5478a4=>_0xe99f03(_0x45ccbe,_0x469935,_0x5478a4)})}),'children':(0x0,_0x258aa1['jsxs'])(_0x29531c,{'title':_0x347fe4(0x269),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x1a9b16,{'extend':{'colorChannel1':_0xe91e3d}}),(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x5e6630,{})]})}),(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x536b6f[_0x347fe4(0x761)],{'align':_0x347fe4(0xc8),'sideOffset':0x6,'onPointerDownOutside':_0x56867b=>_0x211fc4(_0x56867b,_0x1de299),'onFocusOutside':_0x461f7b=>_0x211fc4(_0x461f7b,_0x1de299),'onInteractOutside':_0x1ca76e=>_0x211fc4(_0x1ca76e,_0x1de299),'overlay':(0x0,_0x258aa1['jsx'])(_0x347fe4(0x73b),{'data-embed-id':_0x1de299,'data-embed-floating-menu-popup':_0x347fe4(0xd4),'className':_0x347fe4(0x589),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0x558462[_0x347fe4(0x4d4)][_0x347fe4(0x734)](_0x44363a=>(0x0,_0x258aa1['jsx'])(_0x347fe4(0x2d6),{'type':_0x347fe4(0x2d6),'className':(0x0,_0x536b6f[_0x347fe4(0x578)])(_0x347fe4(0x138),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x469935===_0x44363a[_0x347fe4(0x664)]}),'onClick':()=>_0xe99f03(_0x45ccbe,_0x44363a[_0x347fe4(0x664)]),'children':(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x558462[_0x347fe4(0x6f6)],{'className':_0x347fe4(0x1b1),'type':_0x44363a[_0x347fe4(0x664)]})},_0x44363a[_0x347fe4(0x664)]))}),'children':(0x0,_0x258aa1['jsxs'])(_0x29531c,{'title':_0x347fe4(0x385),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x558462[_0x347fe4(0x6f6)],{'className':_0x347fe4(0x1b1),'type':_0x469935}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]})})]})]}),'children':(0x0,_0x258aa1['jsx'])(_0x5e0c1f,{'title':_0x524b34['t']('embed-ui.sheetsFloating.toolbar.border.main'),'disabled':_0xe172b8,'open':_0x2f3692,'primary':_0x824297(_0x1d1f90(_0x45ccbe),_0x347fe4(0x6fe)),'onPrimaryClick':()=>{_0xe99f03(),_0x282a42(!0x1);}})});}function _0xdb8a40(_0x8065b2){const _0x2ae332=_0x118bac;let {embedId:_0x87e3dd,menuItems:_0x291c80,open:_0x40ce9e,onOpenChange:_0x3204c5,execute:_0x298185}=_0x8065b2,_0x1cd799=(0x0,_0x1468c8[_0x2ae332(0x60a)])(_0x4a1c51[_0x2ae332(0x743)]),{hidden:_0x393704,disabled:_0x25c42f}=_0x54fc30(_0x291c80==null?void 0x0:_0x291c80['root']),_0x5d5ffc=[];return[{'item':_0x291c80==null?void 0x0:_0x291c80['all'],'icon':(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x250f45,{})},{'item':_0x291c80==null?void 0x0:_0x291c80[_0x2ae332(0x5a8)],'icon':(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x500d39,{})},{'item':_0x291c80==null?void 0x0:_0x291c80[_0x2ae332(0x2f8)],'icon':(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x748de7,{})},{'item':_0x291c80==null?void 0x0:_0x291c80[_0x2ae332(0x654)],'icon':(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x19754f,{})}][_0x2ae332(0x362)](({item:_0x3b3b10,icon:_0xf51173})=>{_0x3b3b10&&_0x5d5ffc['push']({'item':_0x3b3b10,'icon':_0xf51173});}),!(_0x291c80!=null&&_0x291c80[_0x2ae332(0x500)])||_0x393704||!_0x5d5ffc[_0x2ae332(0x51d)]?null:(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x419b46,{'embedId':_0x87e3dd,'disabled':_0x25c42f,'title':_0x2ae332(0x6b9),'triggerClassName':_0x2ae332(0x711),'open':_0x40ce9e,'onOpenChange':_0x3204c5,'trigger':(0x0,_0x258aa1[_0x2ae332(0x712)])(_0x258aa1['Fragment'],{'children':[(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x250f45,{}),(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1['jsx'])(_0x15d20e,{'children':_0x5d5ffc[_0x2ae332(0x734)](({item:_0x5570d4,icon:_0x4032a1})=>(0x0,_0x258aa1[_0x2ae332(0x199)])(_0xf1d23b,{'icon':_0x4032a1,'onClick':()=>{_0x298185(_0x5570d4),_0x3204c5(!0x1);},'children':_0x1cd799['t'](_0x4d6565(_0x5570d4))},_0x5570d4['id']))})});}function _0x1961c2(_0x3f7599){const _0x4f4a36=_0x118bac;let {embedId:_0x41f38b,menuItem:_0xad82e9,open:_0x44fbf1,onOpenChange:_0x4c2198,execute:_0x2f1f2d}=_0x3f7599,_0x5b3150=(0x0,_0x1468c8[_0x4f4a36(0x60a)])(_0x4a1c51[_0x4f4a36(0x743)]),{hidden:_0x112ee6,disabled:_0x278a5a}=_0x54fc30(_0xad82e9);if(!_0xad82e9||_0x112ee6)return null;let _0x5d53c1=_0x1830e8(_0xad82e9),_0x569767=_0x5d53c1[_0x4f4a36(0x51d)]?_0x5d53c1[_0x4f4a36(0x734)](_0x1fb28e=>{const _0x453ab3=_0x4f4a36;var _0x4b9861,_0x3022f7,_0x247cbf,_0x478f97;return{'label':_0x5b3150['t'](_0x1324fa(_0x1fb28e)),'icon':_0x16fe46(_0x1fb28e[_0x453ab3(0x664)]),'commandId':(_0x4b9861=(_0x3022f7=(_0x247cbf=_0x1fb28e[_0x453ab3(0x561)])==null?_0xad82e9==null?void 0x0:_0xad82e9[_0x453ab3(0x561)]:_0x247cbf)==null?_0xad82e9==null?void 0x0:_0xad82e9['id']:_0x3022f7)==null?_0x37e97b['SetTextWrapCommand']['id']:_0x4b9861,'params':(_0x478f97=_0x1fb28e['params'])==null?{'value':_0x1fb28e[_0x453ab3(0x664)]}:_0x478f97};}):[{'label':_0x5b3150['t'](_0x4f4a36(0x706)),'icon':(0x0,_0x258aa1['jsx'])(_0x1965e5,{}),'commandId':_0x37e97b[_0x4f4a36(0x285)]['id'],'params':{'value':_0x4a1c51[_0x4f4a36(0x22a)]['CLIP']}},{'label':_0x5b3150['t'](_0x4f4a36(0x673)),'icon':(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x24f848,{}),'commandId':_0x37e97b['SetTextWrapCommand']['id'],'params':{'value':_0x4a1c51[_0x4f4a36(0x22a)][_0x4f4a36(0x527)]}},{'label':_0x5b3150['t'](_0x4f4a36(0x420)),'icon':(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x4e90b2,{}),'commandId':_0x37e97b[_0x4f4a36(0x285)]['id'],'params':{'value':_0x4a1c51['WrapStrategy'][_0x4f4a36(0x745)]}}];return(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x419b46,{'embedId':_0x41f38b,'disabled':_0x278a5a,'title':_0x4f4a36(0x55b),'triggerClassName':_0x4f4a36(0x711),'open':_0x44fbf1,'onOpenChange':_0x4c2198,'trigger':(0x0,_0x258aa1[_0x4f4a36(0x712)])(_0x258aa1[_0x4f4a36(0x34e)],{'children':[(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x4e90b2,{}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x966e91,{'children':_0x569767['map'](_0x2f4e4a=>{const _0x2264c5=_0x4f4a36;var _0x2230b7,_0x39efb9;return(0x0,_0x258aa1[_0x2264c5(0x199)])(_0x3b89d3,{'icon':_0x2f4e4a['icon'],'onClick':()=>{const _0x4207ec=_0x2264c5;_0x2f1f2d(_0x2f4e4a[_0x4207ec(0x561)],_0x2f4e4a[_0x4207ec(0xdf)]),_0x4c2198(!0x1);},'children':_0x2f4e4a[_0x2264c5(0x206)]},_0x2f4e4a['commandId']+'-'+String((_0x2230b7=(_0x39efb9=_0x2f4e4a[_0x2264c5(0xdf)])==null?void 0x0:_0x39efb9[_0x2264c5(0x664)])==null?_0x2f4e4a[_0x2264c5(0x206)]:_0x2230b7));})})});}function _0x4d6565(_0x27829a){const _0x30cc66=_0x118bac;var _0x132e3d,_0x503f14;return(_0x132e3d=(_0x503f14=_0x27829a[_0x30cc66(0x571)])==null?_0x27829a[_0x30cc66(0x481)]:_0x503f14)==null?_0x27829a['id']:_0x132e3d;}function _0x1324fa(_0x85114){const _0x2838d5=_0x118bac;var _0x4ced70;return typeof _0x85114[_0x2838d5(0x206)]==_0x2838d5(0x1b3)?_0x85114[_0x2838d5(0x206)]:typeof _0x85114[_0x2838d5(0x664)]==_0x2838d5(0x1b3)||typeof _0x85114['value']==_0x2838d5(0x3bc)?String(_0x85114['value']):(_0x4ced70=_0x85114['id'])==null?'':_0x4ced70;}function _0x16fe46(_0x331356){const _0x7a0d47=_0x118bac;return _0x331356===_0x4a1c51['WrapStrategy'][_0x7a0d47(0x59f)]?(0x0,_0x258aa1[_0x7a0d47(0x199)])(_0x1965e5,{}):_0x331356===_0x4a1c51[_0x7a0d47(0x22a)][_0x7a0d47(0x745)]?(0x0,_0x258aa1[_0x7a0d47(0x199)])(_0x4e90b2,{}):(0x0,_0x258aa1[_0x7a0d47(0x199)])(_0x24f848,{});}function _0x139a7e(_0x23d04b){const _0x392aad=_0x118bac;return _0x23d04b instanceof HTMLElement&&!!_0x23d04b[_0x392aad(0x46f)](_0x392aad(0x4a5));}function _0x3faf71(_0x1abc1f){const _0x3bdfa0=_0x118bac;_0x1abc1f['stopPropagation'](),_0x139a7e(_0x1abc1f['target'])||_0x1abc1f[_0x3bdfa0(0x582)]();}function _0xafd718(_0x212d18,_0x3b5bd0){const _0x490bd3=_0x118bac;if(!(_0x212d18 instanceof HTMLElement))return!0x1;let _0x5a3c8b=_0x212d18[_0x490bd3(0x46f)](_0x490bd3(0x2a7));return(_0x5a3c8b==null?void 0x0:_0x5a3c8b[_0x490bd3(0x38c)](_0x490bd3(0x4e3)))===_0x3b5bd0;}function _0x211fc4(_0x607ea4,_0x69cde0){const _0x448329=_0x118bac;let _0xf20ebe=_0x607ea4[_0x448329(0x6a7)];_0xafd718(_0xf20ebe,_0x69cde0)&&_0x607ea4['preventDefault']();}function _0x1d749f(_0x1969b0){const _0x397a49=_0x118bac;let {embedId:_0xcb7ed0,children:_0x5d0cd3,onPointerDown:_0x156e3f}=_0x1969b0;return(0x0,_0x258aa1[_0x397a49(0x199)])('section',{'data-embed-id':_0xcb7ed0,'data-embed-floating-menu-popup':_0x397a49(0xd4),'className':'univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x156e3f,'onMouseDown':_0x3faf71,'children':_0x5d0cd3});}function _0x913153(_0x539c35){const _0x5967c5=_0x118bac;let {children:_0x2e63c0}=_0x539c35;return(0x0,_0x258aa1[_0x5967c5(0x199)])(_0x5967c5(0x73b),{'className':_0x5967c5(0x1db),'children':_0x2e63c0});}function _0x419b46(_0xca8f9c){const _0x468097=_0x118bac;let {embedId:_0xc86679,title:_0x16c8b9,trigger:_0x332bd9,overlay:_0xfe017a,disabled:_0x3ae003,triggerClassName:_0x3c8346,open:_0x3993b2,onOpenChange:_0x1cb204}=_0xca8f9c;return(0x0,_0x258aa1[_0x468097(0x199)])(_0x536b6f[_0x468097(0x761)],{'disabled':_0x3ae003,'align':_0x468097(0xc8),'sideOffset':0x6,'open':_0x3993b2,'onOpenChange':_0x1cb204,'onPointerDownOutside':_0x56a78c=>_0x211fc4(_0x56a78c,_0xc86679),'onFocusOutside':_0x4b516f=>_0x211fc4(_0x4b516f,_0xc86679),'onInteractOutside':_0x55e1e9=>_0x211fc4(_0x55e1e9,_0xc86679),'overlay':(0x0,_0x258aa1[_0x468097(0x199)])(_0x468097(0x73b),{'data-embed-id':_0xc86679,'data-embed-floating-menu-popup':_0x468097(0xd4),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0xfe017a}),'children':(0x0,_0x258aa1['jsx'])(_0x16307f,{'title':_0x16c8b9,'data-state':_0x3993b2?_0x468097(0x4c3):_0x468097(0x67c),'disabled':_0x3ae003,'className':_0x3c8346,'children':_0x332bd9})});}function _0x966e91(_0x373452){const _0x5b02b6=_0x118bac;let {children:_0x1f3964}=_0x373452;return(0x0,_0x258aa1[_0x5b02b6(0x199)])('section',{'className':_0x5b02b6(0x2f1),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0x1f3964});}function _0x15d20e(_0x473736){const _0x254481=_0x118bac;let {children:_0x3f3b90}=_0x473736;return(0x0,_0x258aa1[_0x254481(0x199)])('section',{'className':_0x254481(0x73f),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0x3f3b90});}function _0xf1d23b(_0x5ecfc0){const _0x2c2783=_0x118bac;let {children:_0x54c9fa,icon:_0x2b8554,onClick:_0x48958a}=_0x5ecfc0;return(0x0,_0x258aa1[_0x2c2783(0x712)])(_0x2c2783(0x2d6),{'type':_0x2c2783(0x2d6),'className':'univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','onClick':_0x48958a,'children':[(0x0,_0x258aa1[_0x2c2783(0x199)])(_0x2c2783(0x596),{'className':_0x2c2783(0x1cf),'children':_0x2b8554}),(0x0,_0x258aa1[_0x2c2783(0x199)])(_0x2c2783(0x596),{'className':'univer-truncate','children':_0x54c9fa})]});}function _0x3b89d3(_0x2e8329){const _0x208d05=_0x118bac;let {children:_0x24530f,icon:_0x358018,active:_0x5ab863,onClick:_0x37d3a2}=_0x2e8329;return(0x0,_0x258aa1[_0x208d05(0x712)])('button',{'type':_0x208d05(0x2d6),'className':(0x0,_0x536b6f[_0x208d05(0x578)])(_0x208d05(0x1a7),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x5ab863}),'onClick':_0x37d3a2,'children':[_0x358018,_0x24530f]});}function _0x29531c(_0xbf2ae3){const _0x1d5a02=_0x118bac;let {title:_0x5b2aa0,active:_0x296c7a,disabled:_0x2e5920,children:_0x2d4eca,onClick:_0x44c040}=_0xbf2ae3;return(0x0,_0x258aa1[_0x1d5a02(0x199)])(_0x536b6f[_0x1d5a02(0x66d)],{'title':(0x0,_0x1468c8[_0x1d5a02(0x60a)])(_0x4a1c51[_0x1d5a02(0x743)])['t'](_0x5b2aa0),'placement':_0x1d5a02(0x587),'children':(0x0,_0x258aa1[_0x1d5a02(0x199)])(_0x1468c8[_0x1d5a02(0x69b)],{'className':'univer-size-7','disabled':_0x2e5920,'active':_0x296c7a,'onClick':_0x44c040,'children':_0x2d4eca})});}let _0x597657=new WeakMap(),_0x34dfed=new WeakSet();function _0x5c3887(_0x470bde){_0x3859ab(_0x470bde,'sheets-ui.embed',_0x503bff);}function _0x503bff(_0x3521f3){const _0x58a6ad=_0x118bac;let _0x28f5bd=_0x3521f3[_0x58a6ad(0x714)](_0x1cd1ba),_0x53555b=_0x3521f3[_0x58a6ad(0x714)](_0x55f3cf),_0x362338=_0x3521f3[_0x58a6ad(0x714)](_0x1f9ba5),_0x430690=_0x3521f3['get'](_0x23b823),_0x54ce88=_0x3521f3[_0x58a6ad(0x714)](_0x43540b),_0x4b03c7=_0x3521f3[_0x58a6ad(0x714)](_0x2b6f2d),_0x24c33d=_0x3521f3[_0x58a6ad(0x714)](_0x3ef29);_0x3a6c4a(_0x3521f3),_0x3521f3[_0x58a6ad(0x722)](_0x558462['ISheetHostChromeOverrideService'])||_0x3521f3['add']([_0x558462[_0x58a6ad(0x5f9)],{'useFactory':()=>_0x3521f3[_0x58a6ad(0x714)](_0x247cd5)}]),_0x3521f3[_0x58a6ad(0x722)](_0x558462[_0x58a6ad(0x392)])||_0x3521f3['add']([_0x558462[_0x58a6ad(0x392)],{'useFactory':()=>_0x46efad({'embedModelService':_0x3521f3[_0x58a6ad(0x714)](_0x73305e[_0x58a6ad(0x6e4)]),'mountService':_0x3521f3[_0x58a6ad(0x714)](_0x70dabe),'activationService':_0x3521f3['get'](_0x287047),'restoreService':_0x3521f3['get'](_0x1858f1)})}]),[_0x3ccd07(),_0x3eb13b()][_0x58a6ad(0x362)](_0x72001e=>{const _0x159f84=_0x58a6ad;_0x28f5bd['get'](_0x72001e['hostType'],_0x72001e[_0x159f84(0x3be)])||_0x28f5bd[_0x159f84(0x246)](_0x72001e);});let _0x179dca=_0x394072(_0x3521f3[_0x58a6ad(0x714)](_0x4a1c51[_0x58a6ad(0x36f)]));_0x53555b['get'](_0x179dca[_0x58a6ad(0x559)])||_0x53555b['register'](_0x179dca);let _0x548d94=_0x54f8ea();_0x362338[_0x58a6ad(0x714)](_0x548d94['childType'])||_0x362338[_0x58a6ad(0x246)](_0x548d94),_0x3e0f55()[_0x58a6ad(0x362)](_0x5085be=>{const _0x482c08=_0x58a6ad;_0x430690[_0x482c08(0x714)](_0x5085be[_0x482c08(0x53f)],_0x5085be[_0x482c08(0x3be)],_0x5085be[_0x482c08(0x559)])||_0x430690['register'](_0x5085be);}),_0x54ce88[_0x58a6ad(0x3d6)](_0x492d56(_0x3521f3,{'childType':_0x4a1c51['UniverInstanceType'][_0x58a6ad(0x6c7)],'renderManagerService':_0x1b1b3f['IRenderManagerService']})),_0x4b03c7[_0x58a6ad(0x714)](_0x4a1c51[_0x58a6ad(0x336)][_0x58a6ad(0x6c7)])||_0x4b03c7['register'](_0x30e9dd()),_0x24c33d['get'](_0x4a1c51['UniverInstanceType']['UNIVER_SHEET'])||_0x24c33d[_0x58a6ad(0x246)](_0x1c48ae(_0x3521f3)),_0x3094b8({'injector':_0x3521f3,'previewService':_0x54ce88});}function _0x46efad(_0x1adcc0){return{'mountSheetTab':({hostUnitId:_0x54c0b8,hostAnchorId:_0x429bcb,embedId:_0x594924})=>{const _0x20c3b3=_0x511b;let _0x5dbeba=_0x1adcc0[_0x20c3b3(0x26f)][_0x20c3b3(0x686)](_0x54c0b8,_0x594924);if(!_0x5dbeba||_0x5dbeba[_0x20c3b3(0x333)]!==_0x429bcb)return;let _0x3a0d90=!0x1,_0xa9a400=!0x1,_0x53cdf6;return _0x1adcc0['restoreService'][_0x20c3b3(0x6f5)]({'descriptor':_0x5dbeba})['then'](_0x3a78ce=>{const _0x4e195a=_0x20c3b3;_0x3a0d90||(_0x53cdf6==null||_0x53cdf6[_0x4e195a(0x2f4)](),_0x53cdf6=void 0x0,_0x1adcc0[_0x4e195a(0x243)]['mount'](_0x3a78ce),_0x1adcc0[_0x4e195a(0x5d9)][_0x4e195a(0x51a)](_0x3a78ce),_0xa9a400=!0x0);})['catch'](_0x17e095=>{_0x3a0d90||(_0x53cdf6=_0x556fbf(_0x429bcb,_0x17e095));}),(0x0,_0x4a1c51[_0x20c3b3(0xbb)])(()=>{const _0x358eff=_0x20c3b3;_0x3a0d90=!0x0,_0x53cdf6==null||_0x53cdf6['remove'](),_0xa9a400&&_0x1adcc0[_0x358eff(0x243)][_0x358eff(0x40b)](_0x594924),_0x1adcc0[_0x358eff(0x5d9)][_0x358eff(0x6ff)](_0x594924);});},'clearTab':_0x280484=>{const _0x90b4df=_0x511b;_0x1adcc0[_0x90b4df(0x5d9)]['clearTab'](_0x280484);}};}function _0x556fbf(_0x1d2f7c,_0xffc3c9){const _0x5da6ee=_0x118bac;let _0x522178=_0x17bd5d(_0x1d2f7c);if(!_0x522178)return;let _0x3f5b6c=document[_0x5da6ee(0x4c7)](_0x5da6ee(0x73b));return _0x3f5b6c[_0x5da6ee(0xcc)]['embedSheetsSheetTabError']=_0x5da6ee(0xd4),_0x3f5b6c[_0x5da6ee(0x5d3)][_0x5da6ee(0x505)]=_0x5da6ee(0x48a),_0x3f5b6c[_0x5da6ee(0x5d3)]['color']='#b91c1c',_0x3f5b6c[_0x5da6ee(0x5d3)][_0x5da6ee(0x17b)]=_0x5da6ee(0x1af),_0x3f5b6c[_0x5da6ee(0x212)]=_0xffc3c9 instanceof Error&&_0xffc3c9[_0x5da6ee(0x6db)]?_0xffc3c9[_0x5da6ee(0x6db)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x522178['replaceChildren'](_0x3f5b6c),_0x3f5b6c;}function _0x17bd5d(_0x389520){const _0x4ade73=_0x118bac;return document[_0x4ade73(0x14a)](_0x4ade73(0x1ab)+_0x3ef245(_0x389520)+'\x22]');}function _0x3ef245(_0x1eb321){const _0x573f90=_0x118bac;return _0x1eb321[_0x573f90(0x49d)](/\\/g,'\x5c\x5c')[_0x573f90(0x49d)](/"/g,'\x5c\x22');}function _0x28e4dc(_0x59e254){const _0x482b6c=_0x118bac;let _0xa0a13d=new _0x416516['Subscription'](),_0x3acebc=0x0,_0x3014bf;if(_0xa0a13d[_0x482b6c(0x410)](_0x59e254['previewService'][_0x482b6c(0x757)][_0x482b6c(0x26e)](_0x28ffad=>{const _0x55f318=_0x482b6c;if(typeof _0x28ffad[_0x55f318(0x6e6)]!=_0x55f318(0x1b3))return;let _0x43f149=_0x59e254[_0x55f318(0x26f)]['getActiveDescriptorsByChildUnit'](_0x28ffad[_0x55f318(0x4c1)])[_0x55f318(0x3ae)](_0x5dfb48=>_0x5dfb48['embedId']===_0x28ffad[_0x55f318(0x5bc)]&&_0x5dfb48['entry']===_0x55f318(0x2d5));_0x43f149!=null&&_0x43f149['hostAnchorId']&&_0x59e254['canvasFloatDomPreviewService']['setPreview']({'id':_0x43f149[_0x55f318(0x333)],'image':_0x28ffad['image'],'updatedAt':_0x28ffad['updatedAt']});})),!_0x59e254['canvasFloatDomPreviewService'][_0x482b6c(0x670)])return _0xa0a13d;let _0x37bdf2=()=>{_0x3014bf||_0x3acebc>=0xf0||(_0x3014bf=globalThis['setTimeout'](()=>{_0x3014bf=void 0x0,_0x3acebc+=0x1,_0x5e9e04();},0xfa));},_0x5cdf79=_0x19cf22=>{const _0x5ccb44=_0x482b6c;let _0x4bde34=_0x19cf22[_0x5ccb44(0x35d)];if(!_0x4bde34||typeof _0x4bde34!='object')return!0x0;let _0x41872b=_0x173c1b(_0x4bde34,_0x5ccb44(0x5bc)),_0x21b7df=_0x173c1b(_0x4bde34,_0x5ccb44(0x2dc));if(!_0x41872b||!_0x21b7df)return!0x0;let _0x36d97e=_0x59e254[_0x5ccb44(0x26f)][_0x5ccb44(0x686)](_0x21b7df,_0x41872b);return!_0x36d97e||_0x36d97e[_0x5ccb44(0x3be)]!==_0x5ccb44(0x2d5)||!_0x36d97e[_0x5ccb44(0x4c1)]||_0x36d97e[_0x5ccb44(0x559)]==null?!0x1:(_0x59e254[_0x5ccb44(0x417)][_0x5ccb44(0x54c)]({'descriptor':_0x36d97e,'childUnitId':_0x36d97e[_0x5ccb44(0x4c1)],'childType':_0x36d97e[_0x5ccb44(0x559)],'width':_0x19cf22[_0x5ccb44(0x5df)],'height':_0x19cf22['height'],'dpr':typeof window>'u'?0x1:window[_0x5ccb44(0x599)]||0x1,'reason':'initial'}),!0x0);},_0x5e9e04=()=>{const _0x5060bd=_0x482b6c;var _0xe6702a,_0x259ea6;let _0x225c64=!0x1;(_0xe6702a=(_0x259ea6=_0x59e254[_0x5060bd(0x30a)])['getPendingRequests'])==null||_0xe6702a[_0x5060bd(0xf4)](_0x259ea6)['forEach'](_0x1debda=>{_0x5cdf79(_0x1debda)||(_0x225c64=!0x0);}),_0x225c64&&_0x37bdf2();};return _0x5e9e04(),_0xa0a13d[_0x482b6c(0x410)](_0x59e254[_0x482b6c(0x30a)][_0x482b6c(0x670)][_0x482b6c(0x26e)](_0x2cf549=>{_0x5cdf79(_0x2cf549)||_0x37bdf2();})),_0xa0a13d[_0x482b6c(0x410)](()=>{const _0x1d8fdc=_0x482b6c;_0x3014bf&&globalThis[_0x1d8fdc(0x3b0)](_0x3014bf);}),_0xa0a13d;}function _0x3094b8(_0x3c7dcf){const _0x5d53b5=_0x118bac;let _0x5401ee=_0x3c7dcf['injector'],_0x4b75cc=_0x597657[_0x5d53b5(0x714)](_0x5401ee);if(_0x4b75cc)return _0x4b75cc;let _0xd21e1e=_0x2e9006(_0x3c7dcf[_0x5d53b5(0x5c1)]);if(_0xd21e1e!==null){if(_0xd21e1e){let _0x587149=_0x28e4dc({'previewService':_0x3c7dcf['previewService'],'embedModelService':_0xd21e1e[_0x5d53b5(0x26f)],'canvasFloatDomPreviewService':_0xd21e1e[_0x5d53b5(0x30a)]});return _0x597657[_0x5d53b5(0x3d4)](_0x5401ee,_0x587149),_0x587149;}_0x3c7dcf[_0x5d53b5(0x71d)]===!0x1||_0x34dfed[_0x5d53b5(0x722)](_0x5401ee)||(_0x34dfed[_0x5d53b5(0x410)](_0x5401ee),_0x1a4d73(_0x3c7dcf,0x0));}}function _0x1a4d73(_0x1d0d75,_0x559175){const _0x3dd7fc=_0x118bac;var _0x5b3780,_0x3a8b5c;let _0x4ead65=(_0x5b3780=_0x1d0d75[_0x3dd7fc(0x747)])==null?0xf0:_0x5b3780,_0x12141d=(_0x3a8b5c=_0x1d0d75[_0x3dd7fc(0x2db)])==null?0xfa:_0x3a8b5c,_0x5b381f=_0x1d0d75[_0x3dd7fc(0x5c1)];globalThis[_0x3dd7fc(0x1cb)](()=>{const _0x58270d=_0x3dd7fc;if(_0x3094b8({..._0x1d0d75,'retry':!0x1})||_0x559175+0x1>=_0x4ead65){_0x34dfed[_0x58270d(0x2cd)](_0x5b381f);return;}_0x1a4d73(_0x1d0d75,_0x559175+0x1);},_0x12141d);}function _0x2e9006(_0x41c480){const _0x19a10a=_0x118bac;try{return!_0x41c480[_0x19a10a(0x722)](_0x1468c8[_0x19a10a(0x48f)])||!_0x41c480[_0x19a10a(0x722)](_0x73305e['EmbedModelService'])?void 0x0:{'embedModelService':_0x41c480[_0x19a10a(0x714)](_0x73305e[_0x19a10a(0x6e4)]),'canvasFloatDomPreviewService':_0x41c480[_0x19a10a(0x714)](_0x1468c8[_0x19a10a(0x48f)])};}catch{return null;}}function _0x173c1b(_0x175985,_0x596512){const _0x477e35=_0x118bac;let _0x158e91=_0x175985[_0x596512];return typeof _0x158e91==_0x477e35(0x1b3)?_0x158e91:void 0x0;}let _0x4fbd11=class{constructor(_0x56b266){const _0x2cdfeb=_0x118bac;this[_0x2cdfeb(0x4dd)]=_0x56b266,_0x2d0c25(this,_0x2cdfeb(0x440),new Map());}['acquire'](_0xea1cb4,_0x59ad02){const _0x20dfcd=_0x118bac;if(this[_0x20dfcd(0x440)][_0x20dfcd(0x722)](_0xea1cb4['embedId']))throw Error(_0x20dfcd(0x1fc)+_0xea1cb4[_0x20dfcd(0x5bc)]);let _0x257c4a=this[_0x20dfcd(0x4dd)][_0x20dfcd(0x1c7)](_0xea1cb4[_0x20dfcd(0x5bc)]),_0xa91f75=_0x257c4a!=null&&_0x257c4a[_0x20dfcd(0x533)]?this['_relocateExistingSession'](_0x257c4a,_0x59ad02):this[_0x20dfcd(0x397)](_0xea1cb4,_0x59ad02);return this[_0x20dfcd(0x440)][_0x20dfcd(0x3d4)](_0xea1cb4['embedId'],_0xa91f75),{'session':_0xa91f75[_0x20dfcd(0x466)],'ownsSession':_0xa91f75[_0x20dfcd(0x2eb)],'dispose':()=>{const _0x911ec1=_0x20dfcd;this[_0x911ec1(0x440)][_0x911ec1(0x714)](_0xea1cb4[_0x911ec1(0x5bc)])===_0xa91f75&&(this[_0x911ec1(0x440)][_0x911ec1(0x2cd)](_0xea1cb4[_0x911ec1(0x5bc)]),_0xa91f75[_0x911ec1(0x60c)]());}};}[_0x118bac(0x6d7)](_0x4d2b7c,_0x1908b9){const _0x3ae01b=_0x118bac;let _0x448b91=_0x4d2b7c[_0x3ae01b(0x533)]['renderScope']['rootElement'],_0x23469d=_0x448b91['parentNode'],_0x1849c6=_0x448b91[_0x3ae01b(0x477)];if(!_0x23469d)throw Error(_0x3ae01b(0x735)+_0x4d2b7c[_0x3ae01b(0x5bc)]);return _0x1908b9['replaceChildren'](_0x448b91),{'session':_0x4d2b7c,'ownsSession':!0x1,'dispose':()=>{const _0x2f44f9=_0x3ae01b;if(this[_0x2f44f9(0x4dd)][_0x2f44f9(0x1c7)](_0x4d2b7c[_0x2f44f9(0x5bc)])!==_0x4d2b7c){_0x448b91[_0x2f44f9(0x2f4)]();return;}(_0x1849c6==null?void 0x0:_0x1849c6[_0x2f44f9(0x314)])===_0x23469d?_0x23469d['insertBefore'](_0x448b91,_0x1849c6):_0x23469d[_0x2f44f9(0x6e1)](_0x448b91);}};}[_0x118bac(0x397)](_0x4fb7f9,_0x4a86ec){const _0x2d2f7d=_0x118bac;let _0x42d72f=this[_0x2d2f7d(0x4dd)]['mountIntoHostElement'](_0x4fb7f9,_0x4a86ec);return{'session':_0x42d72f,'ownsSession':!0x0,'dispose':()=>{const _0x4f96c5=_0x2d2f7d;this[_0x4f96c5(0x4dd)][_0x4f96c5(0x1c7)](_0x4fb7f9['embedId'])===_0x42d72f&&this[_0x4f96c5(0x4dd)][_0x4f96c5(0x40b)](_0x4fb7f9[_0x4f96c5(0x5bc)]);}};}};_0x4fbd11=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x70dabe))],_0x4fbd11);function _0x2b28a7(){const _0x131af4=_0x118bac;return _0x39e948({'childType':_0x4a1c51[_0x131af4(0x336)][_0x131af4(0x3af)],'productName':'Slides'});}function _0xdce980(_0x460178){const _0x1d5dad=_0x118bac;var _0x447157,_0xbe8458;return _0x468ff2({'embedId':_0x460178[_0x1d5dad(0x5bc)],'active':_0x460178['active'],'fullscreen':_0x460178['fullscreen'],'usesDomFloatingStage':(_0x447157=_0x460178[_0x1d5dad(0x744)])==null||_0x447157,'renderScopeActive':(_0xbe8458=_0x460178['renderScopeActive'])!=null&&_0xbe8458});}function _0x2ed7b4(_0x39f18f){const _0x289b50=_0x118bac;var _0xfeb637;let _0x1d6201=(0x0,_0x1468c8[_0x289b50(0x60a)])(_0x4a1c51[_0x289b50(0x743)]),{hostUnitId:_0x400193,embedId:_0x49c30c,childUnitId:_0x46987c,slideModel:_0x5bb8f7,floatingActiveService:_0x4121bd,commandService:_0x847144,instanceService:_0x412b06,fullscreen:_0x592881,usesDomFloatingStage:_0x10dc15,renderScopeActive$:_0x283bd0}=_0x39f18f,_0x337f0b=(0x0,_0x1468c8[_0x289b50(0xca)])(()=>_0x4121bd[_0x289b50(0x4b7)],_0x4121bd['getActive'](),!0x1,[_0x4121bd]),_0x34bb3a=(0x0,_0x1468c8[_0x289b50(0xca)])(_0x283bd0,!0x1),_0xa96fc1=(0x0,_0x1468c8[_0x289b50(0xca)])(_0x5bb8f7===null?null:()=>_0x5bb8f7[_0x289b50(0x5bf)][_0x289b50(0x1e4)],[],!0x1,[_0x5bb8f7]),_0x3b7845=(0x0,_0x1468c8[_0x289b50(0xca)])(_0x5bb8f7===null?null:()=>_0x5bb8f7[_0x289b50(0x5bf)][_0x289b50(0x261)],_0x5bb8f7==null||(_0xfeb637=_0x5bb8f7[_0x289b50(0x5bf)]['getActiveSlide']())==null?void 0x0:_0xfeb637[_0x289b50(0x5ca)](),!0x1,[_0x5bb8f7]),_0x4ae638=(0x0,_0x4f18af[_0x289b50(0x691)])(()=>{const _0x3dfa30=_0x289b50;var _0x146f61;return(_0x146f61=_0x5bb8f7==null?void 0x0:_0x5bb8f7[_0x3dfa30(0x5bf)][_0x3dfa30(0x583)]())==null?[]:_0x146f61;},[_0x5bb8f7,_0xa96fc1]),_0x31323f=Math['max'](0x0,_0x4ae638[_0x289b50(0x54a)](_0x30b291=>_0x30b291[_0x289b50(0x5ca)]()===_0x3b7845)),_0x998609=_0x4ae638[_0x289b50(0x51d)],_0x47a60e=_0xdce980({'active':_0x337f0b,'embedId':_0x49c30c,'fullscreen':_0x592881,'renderScopeActive':_0x34bb3a,'usesDomFloatingStage':_0x10dc15})===_0x289b50(0x510),_0x4f5ad9=()=>{const _0x4aeaa4=_0x289b50;_0x4121bd[_0x4aeaa4(0x133)]({'hostUnitId':_0x400193,'embedId':_0x49c30c,'childUnitId':_0x46987c},'stage2'),_0x412b06['setCurrentUnitForType'](_0x46987c);},_0x582e01=_0x387ed1=>{const _0x36c082=_0x289b50;let _0x145b70=_0x4ae638[_0x387ed1];!_0x145b70||!_0x5bb8f7||(_0x4f5ad9(),_0x5bb8f7['pageManager'][_0x36c082(0x20e)](_0x145b70['getId']()));};return(0x0,_0x258aa1[_0x289b50(0x712)])('div',{'className':(0x0,_0x536b6f[_0x289b50(0x578)])(_0x289b50(0x5a5),{'univer-hidden':!_0x47a60e,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x592881,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x592881,'-univer-top-9':!_0x592881}),'data-embed-floating-menu':_0x289b50(0xd4),'data-embed-id':_0x49c30c,'data-embed-float-stage':_0x47a60e?_0x289b50(0x510):_0x289b50(0x421),'onPointerDown':_0x169517=>_0x169517[_0x289b50(0x6ed)](),'children':[(0x0,_0x258aa1['jsx'])(_0x4a14f6,{'title':_0x289b50(0x10e),'disabled':_0x31323f<=0x0,'onClick':()=>_0x582e01(_0x31323f-0x1),'children':(0x0,_0x258aa1[_0x289b50(0x199)])(_0x4b1c20,{})}),(0x0,_0x258aa1[_0x289b50(0x199)])(_0x4a14f6,{'title':_0x289b50(0x293),'disabled':_0x998609===0x0||_0x31323f>=_0x998609-0x1,'onClick':()=>_0x582e01(_0x31323f+0x1),'children':(0x0,_0x258aa1[_0x289b50(0x199)])(_0x1e4f73,{})}),(0x0,_0x258aa1[_0x289b50(0x199)])(_0x536b6f['DropdownMenu'],{'align':_0x289b50(0xc8),'sideOffset':0x6,'data-embed-id':_0x49c30c,'data-embed-floating-menu-popup':_0x289b50(0xd4),'items':[{'type':'radio','value':String(_0x31323f),'hideIndicator':!0x0,'options':_0x4ae638[_0x289b50(0x734)]((_0x30054d,_0x3ed595)=>({'label':'Slide\x20'+(_0x3ed595+0x1),'value':String(_0x3ed595)})),'onSelect':_0x4c4bd1=>_0x582e01(Number(_0x4c4bd1))}],'children':(0x0,_0x258aa1[_0x289b50(0x712)])(_0x536b6f['Button'],{'type':_0x289b50(0x2d6),'size':_0x289b50(0x4cd),'variant':'ghost','className':'univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','title':'Select\x20page','children':[(0x0,_0x258aa1['jsx'])(_0x289b50(0x596),{'children':_0x998609===0x0?'0\x20/\x200':_0x31323f+0x1+'\x20/\x20'+_0x998609}),(0x0,_0x258aa1[_0x289b50(0x199)])(_0x5e6630,{'className':_0x289b50(0x1fe)})]})}),(0x0,_0x258aa1[_0x289b50(0x199)])(_0x536b6f['Separator'],{'orientation':'vertical'}),(0x0,_0x258aa1['jsx'])(_0x4a14f6,{'title':_0x1d6201['t']('embed-ui.deleteBlock'),'className':_0x289b50(0x586),'onClick':()=>{const _0x52cdc7=_0x289b50;_0x847144[_0x52cdc7(0x484)](_0x73305e[_0x52cdc7(0x36e)]['id'],{'hostUnitId':_0x400193,'embedId':_0x49c30c});},'children':(0x0,_0x258aa1[_0x289b50(0x199)])(_0x2a8a74,{})})]});}function _0x4a14f6(_0x43e67e){const _0x1b163b=_0x118bac;let {children:_0x4f8c45,title:_0xdb3f8c,disabled:_0x28128d,className:_0x59441c,onClick:_0x3e6e79}=_0x43e67e;return(0x0,_0x258aa1[_0x1b163b(0x199)])(_0x536b6f['Button'],{'type':_0x1b163b(0x2d6),'size':_0x1b163b(0x4cd),'variant':'ghost','className':(0x0,_0x536b6f['clsx'])(_0x1b163b(0x414),_0x59441c),'title':_0xdb3f8c,'aria-label':_0xdb3f8c,'disabled':_0x28128d,'onClick':_0x3e6e79,'children':_0x4f8c45});}function _0x212703(){return _0x11d97c({'childType':_0x4a1c51['UniverInstanceType']['UNIVER_SLIDE'],'mount':_0x35afb2});}function _0x35afb2(_0x99637b){const _0x352fba=_0x118bac;let {root:_0x5113c6,menu:_0x4ba2bf}=_0x3229f5(_0x99637b),_0x33929c=_0x21b169(_0x4ba2bf),_0x279480=_0x99637b[_0x352fba(0x5c1)][_0x352fba(0x714)](_0x34aece),_0x4e2334=_0x99637b[_0x352fba(0x5c1)]['get'](_0x4a1c51[_0x352fba(0x36f)]),_0x42d6ad=_0x99637b['injector'][_0x352fba(0x714)](_0x4a1c51['IUniverInstanceService']),_0x6a872c=_0x42d6ad['getUnit'](_0x99637b[_0x352fba(0x4c1)],_0x4a1c51[_0x352fba(0x336)][_0x352fba(0x3af)]);return _0x33929c['render']((0x0,_0x4f18af[_0x352fba(0x4c7)])(_0x9354df,{'injector':_0x99637b[_0x352fba(0x41f)][_0x352fba(0x5c1)],'mountContainer':_0x5113c6,'embedId':_0x99637b[_0x352fba(0x5bc)]},(0x0,_0x4f18af[_0x352fba(0x4c7)])(_0x2ed7b4,{'hostUnitId':_0x99637b['hostUnitId'],'embedId':_0x99637b[_0x352fba(0x5bc)],'childUnitId':_0x99637b[_0x352fba(0x4c1)],'slideModel':_0x6a872c==null?null:_0x6a872c,'floatingActiveService':_0x279480,'commandService':_0x4e2334,'instanceService':_0x42d6ad,'fullscreen':!!_0x99637b['renderScope'][_0x352fba(0x12a)],'usesDomFloatingStage':_0x99637b[_0x352fba(0x319)][_0x352fba(0x3be)]!==_0x352fba(0x5b8),'renderScopeActive$':_0x99637b[_0x352fba(0x6af)]['active$']}))),(0x0,_0x4a1c51[_0x352fba(0xbb)])(()=>{const _0x4f9c19=_0x352fba;_0x594117(_0x33929c),globalThis[_0x4f9c19(0x1cb)](()=>_0x4ba2bf[_0x4f9c19(0x2f4)](),0x0);});}function _0x174c48(_0x5dd73e,_0x356bc7,_0x45e4dd){const _0x1505e5=_0x118bac;return{...(0x0,_0x73305e[_0x1505e5(0x624)])(_0x5dd73e,_0x356bc7),'activateAnchor':_0x4e1ae2=>{const _0x3ddff4=_0x1505e5;_0x45e4dd==null||_0x45e4dd['unmountFloatingSessions'](_0x4e1ae2[_0x3ddff4(0x2dc)]),_0x4e1ae2['descriptor']['childUnitId']&&(_0x356bc7==null||_0x356bc7[_0x3ddff4(0x164)](_0x4e1ae2['descriptor'][_0x3ddff4(0x4c1)]));let _0x4fd2a4=_0x356bc7==null?void 0x0:_0x356bc7[_0x3ddff4(0x553)](_0x4e1ae2['hostUnitId'],_0x4a1c51[_0x3ddff4(0x336)][_0x3ddff4(0x3af)]),_0x44d238=()=>{const _0x1f986d=_0x3ddff4;var _0x416a37,_0x1d07f2;return _0x4fd2a4==null||(_0x416a37=_0x4fd2a4['pageManager'])==null||(_0x1d07f2=_0x416a37['setActiveSlide'])==null?void 0x0:_0x1d07f2[_0x1f986d(0xf4)](_0x416a37,_0x4e1ae2[_0x1f986d(0x333)]);};if(typeof window>'u'){_0x44d238();return;}window['requestAnimationFrame'](_0x44d238);}};}function _0x346fa1(){const _0x19bd1e=_0x118bac;return{'hostType':_0x4a1c51[_0x19bd1e(0x336)][_0x19bd1e(0x3af)],'entry':_0x19bd1e(0x5b8),'layout':_0x19bd1e(0x780),'supportedLayouts':[_0x19bd1e(0x780),_0x19bd1e(0x59b),_0x19bd1e(0x17e),'content-bounds-fit'],'menuBehavior':_0x19bd1e(0x305),'mount':_0x3cbebf=>{const _0x388c38=_0x19bd1e;let _0x5c5931=_0x1fefe0(_0x388c38(0x44c),_0x3cbebf[_0x388c38(0x319)][_0x388c38(0x333)]);return _0x5c5931?{'hostElement':_0x5c5931}:{};}};}function _0x37dd09(){const _0x3c243a=_0x118bac;return{'hostType':_0x4a1c51[_0x3c243a(0x336)][_0x3c243a(0x3af)],'entry':_0x3c243a(0x134),'layout':_0x3c243a(0x5f7),'supportedLayouts':[_0x3c243a(0x5f7)],'menuBehavior':_0x3c243a(0x486),'mount':_0x358ae7=>{const _0x4d5338=_0x3c243a;let _0x366022=_0x1fefe0(_0x4d5338(0x27a),_0x358ae7[_0x4d5338(0x319)][_0x4d5338(0x333)]);return _0x366022?{'hostElement':_0x366022}:{};}};}function _0x1fefe0(_0x5ef653,_0x27e7b6){const _0x59a514=_0x118bac;return document[_0x59a514(0x14a)]('['+_0x5ef653+'=\x22'+_0x2b40f1(_0x27e7b6)+'\x22]');}function _0x2b40f1(_0x22fa4f){const _0x228faa=_0x118bac;return _0x22fa4f[_0x228faa(0x49d)](/\\/g,'\x5c\x5c')[_0x228faa(0x49d)](/"/g,'\x5c\x22');}function _0x226f8b(){const _0x3d2c6c=_0x118bac;return{'childType':_0x4a1c51['UniverInstanceType'][_0x3d2c6c(0x3af)],'handleWheel':()=>!0x1};}let _0x4f0a3e=0x10/0x9;function _0xfcb6e9(_0x4b8e35,_0x32f122=_0x4f0a3e){const _0x8d8485=_0x118bac;let _0x1ceee0=Math[_0x8d8485(0x1d4)](0x1,_0x4b8e35[_0x8d8485(0x5df)]),_0x33a501=Math[_0x8d8485(0x1d4)](0x1,_0x4b8e35[_0x8d8485(0x2c7)]),_0x243c46=Number[_0x8d8485(0xf6)](_0x32f122)&&_0x32f122>0x0?_0x32f122:_0x4f0a3e;return _0x1ceee0/_0x33a501>_0x243c46?{'width':_0x33a501*_0x243c46,'height':_0x33a501}:{'width':_0x1ceee0,'height':_0x1ceee0/_0x243c46};}function _0x252cb3(_0x22d6e7={}){const _0x11222e=_0x118bac;let {unitId:_0x453837,active$:_0xa776ec}=_0x22d6e7,_0x37e37e=(0x0,_0x1468c8['useObservable'])(_0xa776ec==null?null:_0xa776ec,!0x0);return(0x0,_0x258aa1[_0x11222e(0x712)])(_0x1f6d79,{'children':[(0x0,_0x258aa1[_0x11222e(0x199)])(_0x5cfc91[_0x11222e(0x2c2)],{'previewMode':!0x0,'unitId':_0x453837}),_0x37e37e&&(0x0,_0x258aa1[_0x11222e(0x712)])(_0x258aa1[_0x11222e(0x34e)],{'children':[(0x0,_0x258aa1[_0x11222e(0x199)])(_0x5cfc91[_0x11222e(0x750)],{}),(0x0,_0x258aa1['jsx'])(_0x5cfc91[_0x11222e(0x4f8)],{})]})]});}function _0x7a1318(_0x2d169a={}){const _0x1f947a=_0x118bac;let {unitId:_0x46c453,render:_0x150aa2}=_0x2d169a;return(0x0,_0x258aa1[_0x1f947a(0x199)])(_0x1f6d79,{'readonly':!0x0,'children':_0x46c453?(0x0,_0x258aa1['jsx'])(_0x3c4dd1,{'unitId':_0x46c453,'render':_0x150aa2}):(0x0,_0x258aa1[_0x1f947a(0x199)])(_0x5cfc91[_0x1f947a(0x2c2)],{'previewMode':!0x0})});}function _0x3c4dd1(_0x869656){const _0x2cea7a=_0x118bac;let {unitId:_0x5eccea,render:_0x35aaed}=_0x869656,_0x15a213=(0x0,_0x4f18af[_0x2cea7a(0x4b8)])(null),_0x3836a4=(0x0,_0x1468c8[_0x2cea7a(0x60a)])(_0x1b1b3f['IRenderManagerService']);return(0x0,_0x4f18af[_0x2cea7a(0xc5)])(()=>{const _0x180db2=_0x2cea7a;let _0x2d791b=_0x15a213['current'];if(!_0x2d791b)return;let _0x30e31a=_0x35aaed==null?_0x3836a4[_0x180db2(0x72a)](_0x5eccea):_0x35aaed;_0x30e31a&&(0x0,_0x5cfc91[_0x180db2(0x450)])(_0x30e31a,_0x2d791b);},[_0x35aaed,_0x3836a4,_0x5eccea]),(0x0,_0x258aa1[_0x2cea7a(0x199)])(_0x2cea7a(0x73b),{'ref':_0x15a213,'className':_0x2cea7a(0x726),'data-embed-slide-readonly-canvas-host':'true','data-embed-child-render-unit-id':_0x5eccea});}function _0x1f6d79(_0x457b2b){const _0x5898b2=_0x118bac;let {children:_0x4cab0e,readonly:_0x361f37=!0x1}=_0x457b2b,_0x793c5c=(0x0,_0x4f18af[_0x5898b2(0x4b8)])(null),[_0x1a05e7,_0x450e50]=(0x0,_0x4f18af[_0x5898b2(0xba)])(null);return(0x0,_0x4f18af[_0x5898b2(0xc5)])(()=>{const _0x28f1b2=_0x5898b2;let _0x3309fd=_0x793c5c[_0x28f1b2(0x67d)];if(!_0x3309fd)return;let _0x13afd7=()=>{const _0x371980=_0x28f1b2;let _0x4c12c9=_0x3309fd[_0x371980(0x6b7)]();_0x450e50(_0xfcb6e9({'width':_0x4c12c9['width']||_0x3309fd[_0x371980(0x6b8)],'height':_0x4c12c9['height']||_0x3309fd[_0x371980(0x337)]}));};if(_0x13afd7(),typeof ResizeObserver>'u')return;let _0x55c6ee=new ResizeObserver(_0x13afd7);return _0x55c6ee[_0x28f1b2(0x53c)](_0x3309fd),()=>_0x55c6ee[_0x28f1b2(0x1ed)]();},[]),(0x0,_0x258aa1[_0x5898b2(0x199)])(_0x5898b2(0x73b),{'ref':_0x793c5c,'className':'univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','data-embed-slide-floating-preview':_0x5898b2(0xd4),'data-embed-slide-readonly-floating-preview':_0x361f37?_0x5898b2(0xd4):void 0x0,'children':(0x0,_0x258aa1[_0x5898b2(0x199)])(_0x5898b2(0x73b),{'className':_0x5898b2(0x6d1),'data-embed-slide-floating-page-frame':'true','style':{'width':_0x1a05e7?_0x1a05e7[_0x5898b2(0x5df)]+'px':_0x5898b2(0x1ba),'height':_0x1a05e7?_0x1a05e7[_0x5898b2(0x2c7)]+'px':_0x5898b2(0x1ba)},'children':_0x4cab0e})});}function _0x3d8132(_0x453b0e){const _0x48e1b5=_0x118bac;return{'childType':_0x4a1c51[_0x48e1b5(0x336)]['UNIVER_SLIDE'],'supportedLayouts':[_0x48e1b5(0x5f7),_0x48e1b5(0x17e),'scroll-contained'],'beforeDeactivate':_0x240ab3,'mount':_0x3e1614=>_0x3284dc(_0x3e1614,_0x453b0e)};}function _0x240ab3(_0x57e78b){const _0x30f9ff=_0x118bac;let _0x25232f=_0x57e78b[_0x30f9ff(0x41f)][_0x30f9ff(0x5c1)];if(!(_0x25232f!=null&&_0x25232f[_0x30f9ff(0x722)](_0x5cfc91[_0x30f9ff(0x6cf)])))return;let _0x4909e0=_0x25232f[_0x30f9ff(0x714)](_0x5cfc91[_0x30f9ff(0x6cf)]);_0x4909e0[_0x30f9ff(0x27f)](),_0x4909e0[_0x30f9ff(0x1bc)]();}function _0x3284dc(_0x387b2e,_0x18b3d4){const _0x488729=_0x118bac;let _0x22eec8=_0x387b2e[_0x488729(0x5c1)][_0x488729(0x714)](_0x4a1c51[_0x488729(0x723)])[_0x488729(0x553)](_0x387b2e[_0x488729(0x4c1)],_0x4a1c51[_0x488729(0x336)][_0x488729(0x3af)]);if(!_0x22eec8)return;let _0x57f55b=_0x387b2e[_0x488729(0x41f)]['injector'];if(!_0x57f55b)return;let _0x2ee227=_0x4f3362(_0x387b2e,_0x18b3d4,_0x361839=>_0x450f94(_0x22eec8,_0x361839)),_0x297f3d=_0x387b2e['runtimeScope'][_0x488729(0x5b3)][_0x488729(0x177)],_0x317081=_0x387b2e[_0x488729(0x41f)]['roots'][_0x488729(0x648)],_0x4f55c1=_0x387b2e[_0x488729(0x5c1)][_0x488729(0x714)](_0x1b1b3f['IRenderManagerService']),_0x21bd8f=_0x18cc59(_0x387b2e),_0x3d2b18=_0x317081?_0xfe0e7d(_0x4f55c1,_0x387b2e[_0x488729(0x4c1)],_0x57f55b):void 0x0;if(_0x3d2b18&&_0x317081&&!_0x21bd8f){try{var _0x245451,_0xa374f2;(_0x245451=(_0xa374f2=_0x3d2b18[_0x488729(0x666)])[_0x488729(0x40b)])==null||_0x245451[_0x488729(0xf4)](_0xa374f2);}catch{}_0x3d2b18['engine'][_0x488729(0xde)](_0x317081),_0xb2724a(_0x3d2b18,{'activate':!0x0}),_0x317081['dataset'][_0x488729(0x6e8)]=_0x387b2e['childUnitId'],_0x317081[_0x488729(0xcc)][_0x488729(0x26d)]=_0x488729(0x21f);}let _0x24bfc4=_0x21b169(_0x297f3d);return _0x297f3d['dataset'][_0x488729(0x6e8)]=_0x387b2e[_0x488729(0x4c1)],_0x297f3d[_0x488729(0xcc)][_0x488729(0x26d)]='slide-workbench',_0x24bfc4['render']((0x0,_0x258aa1[_0x488729(0x199)])(_0x9354df,{'injector':_0x57f55b,'mountContainer':_0x387b2e[_0x488729(0x41f)][_0x488729(0x5b3)][_0x488729(0x416)],'embedId':_0x387b2e[_0x488729(0x5bc)],'children':_0x21bd8f?(0x0,_0x258aa1[_0x488729(0x199)])(_0x252cb3,{'unitId':_0x387b2e[_0x488729(0x4c1)],'active$':_0x387b2e[_0x488729(0x6af)][_0x488729(0x4b7)]}):(0x0,_0x258aa1['jsx'])(_0x5cfc91['SlideEmbedChildWorkbench'],{})})),(0x0,_0x4a1c51[_0x488729(0xbb)])(()=>{const _0x3a13b8=_0x488729;_0x2ee227[_0x3a13b8(0x60c)]();try{var _0x30e9c7,_0x24daa6;_0x3d2b18==null||(_0x24daa6=(_0x30e9c7=_0x3d2b18['engine'])[_0x3a13b8(0x40b)])==null||_0x24daa6[_0x3a13b8(0xf4)](_0x30e9c7);}catch{}_0x4f55c1['removeRender'](_0x387b2e[_0x3a13b8(0x4c1)]),_0x594117(_0x24bfc4),_0x297f3d[_0x3a13b8(0x2a8)]&&(_0x297f3d[_0x3a13b8(0x30f)](_0x3a13b8(0x64b)),_0x297f3d[_0x3a13b8(0x30f)]('data-embed-child-render-mode')),_0x317081!=null&&_0x317081[_0x3a13b8(0x2a8)]&&(_0x317081[_0x3a13b8(0x30f)](_0x3a13b8(0x64b)),_0x317081[_0x3a13b8(0x30f)](_0x3a13b8(0x619))),_0x57f55b[_0x3a13b8(0x60c)]();});}function _0x450f94(_0x45bf31,_0x143682){const _0x1b68a4=_0x118bac;var _0x43aaf2,_0x3ac767;let _0x213537=_0x143682==null?void 0x0:_0x143682[_0x1b68a4(0x2d4)],_0x3e7c3b=_0x213537&&_0x45bf31[_0x1b68a4(0x5bf)][_0x1b68a4(0x268)](_0x213537)?_0x213537:(_0x43aaf2=_0x45bf31['pageManager'][_0x1b68a4(0x583)]()[0x0])==null?void 0x0:_0x43aaf2[_0x1b68a4(0x5ca)]();_0x3e7c3b&&((_0x3ac767=_0x45bf31['pageManager'][_0x1b68a4(0x3bb)]())==null?void 0x0:_0x3ac767['getId']())!==_0x3e7c3b&&_0x45bf31[_0x1b68a4(0x5bf)]['setActiveSlide'](_0x3e7c3b);}function _0x18cc59(_0x287334){const _0x137c7e=_0x118bac;return _0x287334['renderScope'][_0x137c7e(0x395)]===_0x137c7e(0x48d)&&!_0x287334[_0x137c7e(0x6af)][_0x137c7e(0x12a)]&&_0x287334['layout']===_0x137c7e(0x17e);}let _0x470b3e=class{constructor(_0x1fcb3a,_0x56dd65){const _0x5153c=_0x118bac;this[_0x5153c(0x499)]=_0x1fcb3a,this[_0x5153c(0x2dd)]=_0x56dd65,_0x2d0c25(this,'childType',_0x4a1c51['UniverInstanceType'][_0x5153c(0x3af)]);}[_0x118bac(0x49c)](_0x2fd70e){const _0x411871=_0x118bac;var _0x4cd0fd,_0x15132,_0x3c373e;let _0x4d8e50=this[_0x411871(0x2c0)](_0x2fd70e[_0x411871(0x4c1)]),_0x3a5df6=(_0x4cd0fd=_0x4d8e50==null||(_0x15132=_0x4d8e50[_0x411871(0x5bf)][_0x411871(0x3bb)]())==null?void 0x0:_0x15132['getId']())==null?'':_0x4cd0fd;return{'unitId':_0x2fd70e[_0x411871(0x4c1)],'pageId':_0x3a5df6,'scaleMode':'fit','zoomRatio':_0x4d8e50==null||(_0x3c373e=_0x4d8e50[_0x411871(0x69c)])==null?void 0x0:_0x3c373e['call'](_0x4d8e50)};}[_0x118bac(0x669)](_0x5895c7,_0x18489a){const _0x4de7bd=_0x118bac;let _0x591e30=this[_0x4de7bd(0x2c0)](_0x5895c7[_0x4de7bd(0x4c1)]);!_0x591e30||!_0x18489a[_0x4de7bd(0x2d4)]||!_0x591e30[_0x4de7bd(0x5bf)][_0x4de7bd(0x268)](_0x18489a[_0x4de7bd(0x2d4)])||_0x591e30[_0x4de7bd(0x5bf)][_0x4de7bd(0x20e)](_0x18489a[_0x4de7bd(0x2d4)]);}[_0x118bac(0x260)](_0x5f0246){const _0x1ef212=_0x118bac;var _0x5ed8fb,_0xb553e2,_0x45c073;let _0x568ec0=this['_getSlideModel'](_0x5f0246['childUnitId']),_0x4ee065=(_0x5ed8fb=_0x5f0246[_0x1ef212(0x516)])==null?void 0x0:_0x5ed8fb[_0x1ef212(0x2d4)];_0x568ec0&&_0x4ee065&&_0x568ec0['pageManager'][_0x1ef212(0x268)](_0x4ee065)&&_0x568ec0['pageManager'][_0x1ef212(0x20e)](_0x4ee065);let _0x5a398b=this['_getOrCreateRender'](_0x5f0246['childUnitId']),_0x3bb579=_0x5a398b==null||(_0xb553e2=_0x5a398b['engine'])==null||(_0x45c073=_0xb553e2['getCanvasElement'])==null?void 0x0:_0x45c073[_0x1ef212(0xf4)](_0xb553e2);if(_0x5a398b&&(!_0x3bb579||_0x3bb579[_0x1ef212(0x5df)]<=0x1||_0x3bb579[_0x1ef212(0x2c7)]<=0x1)&&(_0x3bb579=_0x136ad7(_0x5a398b,_0x5f0246[_0x1ef212(0x5df)],_0x5f0246[_0x1ef212(0x2c7)])),!(!_0x3bb579||_0x3bb579[_0x1ef212(0x5df)]<=0x1||_0x3bb579['height']<=0x1||typeof _0x3bb579['toDataURL']!=_0x1ef212(0x52a)))try{var _0x986b58,_0x1f932f;let _0x482b61=_0x568ec0?(0x0,_0x5cfc91[_0x1ef212(0x5a2)])(_0x568ec0[_0x1ef212(0x4f5)]()[_0x1ef212(0x5b5)]):void 0x0,_0x5e9863=_0x482b61?_0x482b61[_0x1ef212(0x5df)]/_0x482b61[_0x1ef212(0x2c7)]:void 0x0,_0x4cd950=(_0x986b58=_0x2598c0(_0x5a398b,_0x3bb579[_0x1ef212(0x5df)],_0x3bb579['height']))==null?_0x5e9863?_0x482857(_0x3bb579[_0x1ef212(0x5df)],_0x3bb579[_0x1ef212(0x2c7)],_0x5e9863):void 0x0:_0x986b58;return(_0x1f932f=_0x251d38(_0x3bb579,_0x5f0246['width'],_0x5f0246[_0x1ef212(0x2c7)],_0x5f0246[_0x1ef212(0x291)],_0x4cd950))==null?_0x3bb579[_0x1ef212(0x69a)](_0x1ef212(0x322)):_0x1f932f;}catch{return;}}[_0x118bac(0x2c0)](_0x5b771c){const _0x4905fe=_0x118bac;var _0x309407;return(_0x309407=this[_0x4905fe(0x499)][_0x4905fe(0x553)](_0x5b771c,_0x4a1c51[_0x4905fe(0x336)][_0x4905fe(0x3af)]))==null?void 0x0:_0x309407;}['_getOrCreateRender'](_0x3660ea){const _0x43c0df=_0x118bac;let _0x519793=this[_0x43c0df(0x2dd)][_0x43c0df(0x72a)](_0x3660ea);if(_0x519793)return _0x519793;try{return this[_0x43c0df(0x2dd)]['createRender'](_0x3660ea);}catch{return;}}};_0x470b3e=_0x5c1435([_0x4ded49(0x0,_0x4a1c51[_0x118bac(0x723)]),_0x4ded49(0x1,_0x1b1b3f[_0x118bac(0x402)])],_0x470b3e);function _0x136ad7(_0x533bcf,_0x514409,_0x29eaba){const _0x17ee53=_0x118bac;if(typeof document>'u')return;let _0x7ae45c=_0x533bcf['engine'],_0x1268ac=_0x533bcf[_0x17ee53(0x4b1)];if(!(_0x7ae45c!=null&&_0x7ae45c[_0x17ee53(0xde)])||!_0x7ae45c[_0x17ee53(0x67e)])return;let _0x1c7393=document['createElement'](_0x17ee53(0x73b));_0x1c7393['style'][_0x17ee53(0x5bb)]=_0x17ee53(0x696),_0x1c7393[_0x17ee53(0x5d3)]['left']=_0x17ee53(0x356),_0x1c7393[_0x17ee53(0x5d3)][_0x17ee53(0x4bc)]=_0x17ee53(0x356),_0x1c7393[_0x17ee53(0x5d3)]['width']=Math[_0x17ee53(0x1d4)](0x1,Math[_0x17ee53(0x3ee)](_0x514409))+'px',_0x1c7393['style'][_0x17ee53(0x2c7)]=Math[_0x17ee53(0x1d4)](0x1,Math[_0x17ee53(0x3ee)](_0x29eaba))+'px',_0x1c7393[_0x17ee53(0x5d3)][_0x17ee53(0x383)]=_0x17ee53(0x35e),_0x1c7393['dataset'][_0x17ee53(0x130)]=_0x17ee53(0xd4),document[_0x17ee53(0x627)][_0x17ee53(0x6e1)](_0x1c7393);try{var _0x1aa736,_0x4156c1,_0x21b46c;return _0x7ae45c['mount'](_0x1c7393),_0x7ae45c[_0x17ee53(0x67e)](),_0x1268ac==null||(_0x1aa736=_0x1268ac[_0x17ee53(0x522)])==null||_0x1aa736[_0x17ee53(0xf4)](_0x1268ac,!0x0),_0x1268ac==null||(_0x4156c1=_0x1268ac[_0x17ee53(0x30d)])==null||_0x4156c1[_0x17ee53(0xf4)](_0x1268ac),(_0x21b46c=_0x7ae45c[_0x17ee53(0x140)])==null?void 0x0:_0x21b46c[_0x17ee53(0xf4)](_0x7ae45c);}finally{_0x1c7393['remove']();}}function _0x482857(_0x2f4979,_0x3ff522,_0x240b41){const _0x34fa2e=_0x118bac;let _0x53b9c9=Math[_0x34fa2e(0x1d4)](0x1,Math[_0x34fa2e(0x3ee)](_0x2f4979)),_0x7f6570=Math['max'](0x1,Math[_0x34fa2e(0x3ee)](_0x3ff522));if(!Number[_0x34fa2e(0xf6)](_0x240b41)||_0x240b41<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x53b9c9,'sHeight':_0x7f6570};if(_0x53b9c9/_0x7f6570>_0x240b41){let _0x38d06d=Math[_0x34fa2e(0x3ee)](_0x7f6570*_0x240b41);return{'sx':Math[_0x34fa2e(0x1d4)](0x0,Math[_0x34fa2e(0x3ee)]((_0x53b9c9-_0x38d06d)/0x2)),'sy':0x0,'sWidth':_0x38d06d,'sHeight':_0x7f6570};}let _0x41964f=Math[_0x34fa2e(0x3ee)](_0x53b9c9/_0x240b41);return{'sx':0x0,'sy':Math[_0x34fa2e(0x1d4)](0x0,Math[_0x34fa2e(0x3ee)]((_0x7f6570-_0x41964f)/0x2)),'sWidth':_0x53b9c9,'sHeight':_0x41964f};}function _0x159a31(_0x2d7b7b,_0x21ef07,_0x2f426a,_0xbd002a,_0x5d17df){const _0x429a83=_0x118bac;if(typeof _0x2f426a['left']!='number'||typeof _0x2f426a[_0x429a83(0x4bc)]!=_0x429a83(0x3bc)||typeof _0x2f426a[_0x429a83(0x5df)]!=_0x429a83(0x3bc)||typeof _0x2f426a[_0x429a83(0x2c7)]!=_0x429a83(0x3bc)||_0x2f426a[_0x429a83(0x5df)]<=0x0||_0x2f426a[_0x429a83(0x2c7)]<=0x0)return;let _0x28fb21=Math['max'](0x0,Math[_0x429a83(0x3ee)](_0x2f426a['left']*_0xbd002a)),_0x4ef9bb=Math['max'](0x0,Math[_0x429a83(0x3ee)](_0x2f426a[_0x429a83(0x4bc)]*_0x5d17df));return{'sx':_0x28fb21,'sy':_0x4ef9bb,'sWidth':Math[_0x429a83(0x1e0)](Math['max'](0x1,Math[_0x429a83(0x3ee)](_0x2f426a[_0x429a83(0x5df)]*_0xbd002a)),Math[_0x429a83(0x1d4)](0x1,Math['round'](_0x2d7b7b-_0x28fb21))),'sHeight':Math[_0x429a83(0x1e0)](Math[_0x429a83(0x1d4)](0x1,Math['round'](_0x2f426a[_0x429a83(0x2c7)]*_0x5d17df)),Math[_0x429a83(0x1d4)](0x1,Math[_0x429a83(0x3ee)](_0x21ef07-_0x4ef9bb)))};}function _0x2598c0(_0x10b503,_0x300e2e,_0x31f76a){const _0x5a0d20=_0x118bac;var _0x466be9,_0x224432,_0x10aec5,_0x9beba4,_0x133a45,_0x2c12b7;let _0x48c080=_0x10b503==null?void 0x0:_0x10b503[_0x5a0d20(0x4b1)],_0x260fb5=_0x48c080==null||(_0x466be9=_0x48c080['getObject'])==null?void 0x0:_0x466be9[_0x5a0d20(0xf4)](_0x48c080,_0x5cfc91[_0x5a0d20(0x600)]),_0x200b6f=_0x48c080==null||(_0x224432=_0x48c080[_0x5a0d20(0x608)])==null?void 0x0:_0x224432[_0x5a0d20(0xf4)](_0x48c080),_0x2c3ab9=(_0x10aec5=(_0x9beba4=_0x200b6f==null?void 0x0:_0x200b6f[_0x5a0d20(0x28d)])==null?_0x48c080==null?void 0x0:_0x48c080[_0x5a0d20(0x28d)]:_0x9beba4)==null?0x1:_0x10aec5,_0x9b849e=(_0x133a45=(_0x2c12b7=_0x200b6f==null?void 0x0:_0x200b6f[_0x5a0d20(0x566)])==null?_0x48c080==null?void 0x0:_0x48c080[_0x5a0d20(0x566)]:_0x2c12b7)==null?_0x2c3ab9:_0x133a45;return _0x260fb5?_0x159a31(_0x300e2e,_0x31f76a,_0x260fb5,_0x2c3ab9,_0x9b849e):void 0x0;}function _0x251d38(_0x45b044,_0xbe1a2b,_0x48a815,_0x55b83a,_0x2f77ba){const _0x31bc5f=_0x118bac;if(typeof document>'u'||!_0x2f77ba)return;let _0x103e7d=document['createElement'](_0x31bc5f(0x648));_0x103e7d['width']=Math[_0x31bc5f(0x1d4)](0x1,Math['round'](_0xbe1a2b*Math['max'](0x1,_0x55b83a||0x1))),_0x103e7d[_0x31bc5f(0x2c7)]=Math['max'](0x1,Math['round'](_0x48a815*Math[_0x31bc5f(0x1d4)](0x1,_0x55b83a||0x1)));let _0x48834f=null;try{_0x48834f=_0x103e7d['getContext']('2d');}catch{return;}if(_0x48834f)return _0x48834f[_0x31bc5f(0x637)](_0x45b044,_0x2f77ba['sx'],_0x2f77ba['sy'],_0x2f77ba['sWidth'],_0x2f77ba[_0x31bc5f(0x6d5)],0x0,0x0,_0x103e7d[_0x31bc5f(0x5df)],_0x103e7d[_0x31bc5f(0x2c7)]),_0x103e7d[_0x31bc5f(0x69a)](_0x31bc5f(0x322));}function _0x56a7dc(_0x45d641,_0x593b77){const _0xc723c3=_0x118bac;let _0xb41ba7=!0x1,_0xb52ba0,_0x36f635,_0x767b48,_0x54c241=_0x2ea778=>{const _0x2f2b4f=_0x511b;if(_0xb41ba7||_0x36f635||!_0x2ea778[_0x2f2b4f(0x6e6)])return;let _0x1ca12f=_0x5e57ed(_0x2ea778['image']);_0x1ca12f&&(_0xb52ba0=_0x314fd0(_0x593b77['hostElement'],_0xb52ba0,_0x1ca12f));},_0xab133b=_0x45d641[_0xc723c3(0x417)]['previewUpdated$'][_0xc723c3(0x26e)](_0x56b94e=>{const _0x8c9319=_0xc723c3;_0x56b94e['embedId']===_0x593b77[_0x8c9319(0x5bc)]&&(!_0x593b77['childUnitId']||_0x56b94e[_0x8c9319(0x4c1)]===_0x593b77[_0x8c9319(0x4c1)])&&_0x54c241(_0x56b94e);});return _0x163393(_0x45d641,_0x593b77)[_0xc723c3(0x771)](_0x60256b=>{const _0x240158=_0xc723c3;if(_0xb41ba7||!_0x60256b)return;let _0x2600bc=_0x363cd5();try{let _0x497d8c=_0x45d641[_0x240158(0x59d)]['acquire']({..._0x60256b,'mode':_0x240158(0x193)},_0x2600bc['runtimeHost']);if(!_0x497d8c['session']['context'])throw _0x497d8c[_0x240158(0x60c)](),Error(_0x240158(0x5b6));if(_0xb41ba7){_0x497d8c[_0x240158(0x60c)]();return;}_0x583c5d(_0x2600bc[_0x240158(0xe4)]),_0x36f635=_0x497d8c,_0x767b48=_0x2600bc,_0xb52ba0=void 0x0,_0x593b77['hostElement'][_0x240158(0x2e4)](_0x2600bc[_0x240158(0x132)]),_0x2600bc[_0x240158(0x6c5)](_0xd070fc(_0x45d641,_0x497d8c,_0x2600bc[_0x240158(0x3a2)]));return;}catch{}_0x4f27fb(_0x45d641,_0x593b77,_0x60256b,_0x54c241,()=>_0xb41ba7)[_0x240158(0x771)](_0x57c7eb=>{const _0x49bd02=_0x240158;!_0xb41ba7&&_0x57c7eb&&(_0xb52ba0=_0x314fd0(_0x593b77[_0x49bd02(0xe2)],_0xb52ba0,_0x57c7eb));});},()=>{}),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x4a872e=_0xc723c3;_0xb41ba7=!0x0,_0xab133b[_0x4a872e(0x297)](),_0x36f635==null||_0x36f635['dispose'](),_0x36f635=void 0x0,_0x767b48==null||_0x767b48['dispose'](),_0x767b48=void 0x0,_0xb52ba0==null||_0xb52ba0[_0x4a872e(0x2f4)](),_0xb52ba0=void 0x0;});}async function _0x163393(_0x4eb9bd,_0x4144cc){const _0x5333a5=_0x118bac;var _0x3efe08;let _0x1acba9=(_0x3efe08=_0x4eb9bd[_0x5333a5(0x26f)][_0x5333a5(0x686)](_0x4144cc[_0x5333a5(0x2dc)],_0x4144cc['embedId']))==null?_0x52fc4c(_0x4144cc):_0x3efe08;if(_0x1acba9){try{_0x1acba9=await _0x4eb9bd[_0x5333a5(0x71c)][_0x5333a5(0x6f5)]({'descriptor':_0x1acba9});}catch{}return _0x1acba9[_0x5333a5(0x4c1)]&&_0x1acba9['childType']!=null?_0x1acba9:void 0x0;}}async function _0x4f27fb(_0x280e8e,_0x2b3015,_0x4d7704,_0x1c7196,_0x4c1ada){const _0x3fe706=_0x118bac;var _0x3bc7b9,_0x338e21;let _0x2f6069=await((_0x3bc7b9=_0x280e8e[_0x3fe706(0x5e1)])==null?void 0x0:_0x3bc7b9['captureByHostAnchorId'](_0x2b3015[_0x3fe706(0x333)]));if(_0x4c1ada())return;if(_0x2f6069)return _0x5e57ed(_0x2f6069);let _0x34efb0=_0x4d7704[_0x3fe706(0x4c1)],_0x38db33=_0x4d7704[_0x3fe706(0x559)];if(!_0x34efb0||_0x38db33==null)return;let _0x4511dc=(_0x338e21=_0x280e8e[_0x3fe706(0x5e1)])==null?void 0x0:_0x338e21['getContextByHostAnchorId'](_0x2b3015[_0x3fe706(0x333)]);_0x1c7196(_0x280e8e[_0x3fe706(0x417)][_0x3fe706(0x54c)]({'descriptor':{..._0x4d7704,'mode':'readonly'},'childUnitId':_0x34efb0,'childType':_0x38db33,'width':Math[_0x3fe706(0x1d4)](0x1,_0x2b3015[_0x3fe706(0x5df)]),'height':Math[_0x3fe706(0x1d4)](0x1,_0x2b3015[_0x3fe706(0x2c7)]),'dpr':Math[_0x3fe706(0x1d4)](0x1,Math[_0x3fe706(0x1e0)](0x2,_0x2b3015[_0x3fe706(0x291)])),'reason':_0x3fe706(0x6df),'context':_0x4511dc}));}function _0x363cd5(){const _0x312b8d=_0x118bac;let _0x24b5dd=document[_0x312b8d(0x4c7)](_0x312b8d(0x73b));_0x24b5dd[_0x312b8d(0xcc)][_0x312b8d(0x733)]='true',_0x24b5dd[_0x312b8d(0x5d3)][_0x312b8d(0x5bb)]=_0x312b8d(0x598),_0x24b5dd['style']['inset']='0',_0x24b5dd[_0x312b8d(0x5d3)][_0x312b8d(0x42e)]='isolate',_0x24b5dd[_0x312b8d(0x5d3)][_0x312b8d(0x117)]=_0x312b8d(0x699);let _0x32a32f=document[_0x312b8d(0x4c7)]('div');_0x32a32f['dataset'][_0x312b8d(0x74c)]=_0x312b8d(0xd4),_0x32a32f['style'][_0x312b8d(0x5bb)]=_0x312b8d(0x598),_0x32a32f[_0x312b8d(0x5d3)][_0x312b8d(0x2d0)]='0',_0x32a32f[_0x312b8d(0x5d3)][_0x312b8d(0x634)]='0',_0x32a32f[_0x312b8d(0x5d3)][_0x312b8d(0x117)]=_0x312b8d(0x699),_0x32a32f['style'][_0x312b8d(0x383)]=_0x312b8d(0x35e);let _0x5e5d1d=document[_0x312b8d(0x4c7)](_0x312b8d(0x73b));_0x5e5d1d[_0x312b8d(0xcc)][_0x312b8d(0x542)]='true',_0x5e5d1d['style']['position']='absolute',_0x5e5d1d['style'][_0x312b8d(0x2d0)]='0',_0x5e5d1d[_0x312b8d(0x5d3)][_0x312b8d(0x634)]='1',_0x5e5d1d[_0x312b8d(0x5d3)][_0x312b8d(0x383)]=_0x312b8d(0x3c7),_0x5e5d1d[_0x312b8d(0x5d3)]['touchAction']=_0x312b8d(0x35e),_0x24b5dd[_0x312b8d(0x175)](_0x32a32f,_0x5e5d1d);let _0x4ed4c2=[];return{'surface':_0x24b5dd,'runtimeHost':_0x32a32f,'interactionGate':_0x5e5d1d,'addDisposer':_0x5d1e8a=>_0x4ed4c2[_0x312b8d(0x6f2)](_0x5d1e8a),'dispose':()=>{const _0x5631fb=_0x312b8d;_0x4ed4c2[_0x5631fb(0x256)](0x0)[_0x5631fb(0x15a)]()['forEach'](_0x1b15cd=>_0x1b15cd()),_0x24b5dd['remove']();}};}function _0x583c5d(_0x2e01ee){const _0x264fb8=_0x118bac;_0x2e01ee[_0x264fb8(0x5d3)][_0x264fb8(0x383)]='none';}function _0xd070fc(_0x16a34b,_0x24206d,_0x2f5008){const _0x325c1b=_0x118bac;let _0x1bc3b7=_0x57b362=>{const _0xb9ca68=_0x511b;_0x57b362[_0xb9ca68(0x582)](),_0x57b362[_0xb9ca68(0x6ed)]();},_0x79d8d9=_0x54c318=>{const _0x2bfc39=_0x511b;var _0x304e85;if(_0x54c318[_0x2bfc39(0xfe)]||_0x54c318[_0x2bfc39(0x170)])return;let _0x43c48d=_0x24206d['session'][_0x2bfc39(0x533)];if(!_0x43c48d)return;let _0x189b97={..._0x43c48d,'event':_0x54c318,'stage':_0x2bfc39(0x421),'source':'wheel'},_0x470724=_0x16a34b['passiveWheelHandlerRegistry'][_0x2bfc39(0x543)](_0x189b97),_0x10fd0d=!_0x470724&&((_0x304e85=_0x16a34b[_0x2bfc39(0x232)][_0x2bfc39(0x714)](_0x43c48d[_0x2bfc39(0x559)],_0x43c48d[_0x2bfc39(0x767)]))==null?void 0x0:_0x304e85['handleWheel'](_0x189b97))===!0x0;(_0x470724||_0x10fd0d)&&(_0x54c318[_0x2bfc39(0x582)](),_0x54c318[_0x2bfc39(0x6ed)](),_0x54c318['stopImmediatePropagation']());},_0x2e22f8=[_0x325c1b(0x3a8),_0x325c1b(0x547),_0x325c1b(0xec),_0x325c1b(0x651),_0x325c1b(0x5c9)];return _0x2e22f8['forEach'](_0x59df49=>_0x2f5008['addEventListener'](_0x59df49,_0x1bc3b7)),_0x2f5008['addEventListener']('wheel',_0x79d8d9,{'passive':!0x1}),()=>{const _0x3307b6=_0x325c1b;_0x2e22f8[_0x3307b6(0x362)](_0x3a24d2=>_0x2f5008[_0x3307b6(0x5cf)](_0x3a24d2,_0x1bc3b7)),_0x2f5008['removeEventListener'](_0x3307b6(0x729),_0x79d8d9);};}function _0x52fc4c(_0x206eaf){const _0x3cdb9a=_0x118bac;if(!(!_0x206eaf[_0x3cdb9a(0x4c1)]||_0x206eaf[_0x3cdb9a(0x559)]==null))return{'embedId':_0x206eaf[_0x3cdb9a(0x5bc)],'hostUnitId':_0x206eaf[_0x3cdb9a(0x2dc)],'hostType':_0x4a1c51[_0x3cdb9a(0x336)]['UNIVER_SLIDE'],'entry':_0x206eaf[_0x3cdb9a(0x3be)],'hostAnchorId':_0x206eaf['hostAnchorId'],'childUnitId':_0x206eaf[_0x3cdb9a(0x4c1)],'childType':_0x206eaf[_0x3cdb9a(0x559)],'mode':_0x3cdb9a(0x193),'source':{'unitType':_0x206eaf['childType'],'ref':{'file':{'kind':_0x3cdb9a(0x303)},'unit':{'selector':_0x206eaf[_0x3cdb9a(0x4c1)],'type':(0x0,_0x73305e['toResourceRefUnitType'])(_0x206eaf[_0x3cdb9a(0x559)])}}},'sourceMeta':{'floating':_0x206eaf['entry']===_0x3cdb9a(0x5b8)&&{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1},'tab':_0x206eaf['entry']===_0x3cdb9a(0x134)&&{'enabled':!0x0,'container':_0x3cdb9a(0x141),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function _0x5e57ed(_0x1b2c03){const _0x13df52=_0x118bac;if(typeof _0x1b2c03==_0x13df52(0x1b3))return _0x1b2c03;if(typeof HTMLCanvasElement<'u'&&_0x1b2c03 instanceof HTMLCanvasElement)try{return _0x1b2c03['toDataURL'](_0x13df52(0x322));}catch{return;}if(typeof ImageBitmap<'u'&&_0x1b2c03 instanceof ImageBitmap&&typeof document<'u'){let _0x4346aa=document[_0x13df52(0x4c7)](_0x13df52(0x648));_0x4346aa[_0x13df52(0x5df)]=_0x1b2c03[_0x13df52(0x5df)],_0x4346aa[_0x13df52(0x2c7)]=_0x1b2c03[_0x13df52(0x2c7)];let _0x5cabd9=_0x4346aa['getContext']('2d');return _0x5cabd9?(_0x5cabd9['drawImage'](_0x1b2c03,0x0,0x0),_0x4346aa['toDataURL'](_0x13df52(0x322))):void 0x0;}}function _0x314fd0(_0x341f3a,_0x51f4bc,_0x5b8fa5){const _0x284c8b=_0x118bac;let _0x557942=_0x51f4bc==null?document[_0x284c8b(0x4c7)](_0x284c8b(0x370)):_0x51f4bc;return _0x557942[_0x284c8b(0x436)]='',_0x557942['dataset'][_0x284c8b(0x47b)]='true',_0x557942[_0x284c8b(0x5d3)][_0x284c8b(0x312)]='block',_0x557942[_0x284c8b(0x5d3)]['width']=_0x284c8b(0x1ba),_0x557942[_0x284c8b(0x5d3)][_0x284c8b(0x2c7)]=_0x284c8b(0x1ba),_0x557942[_0x284c8b(0x5d3)]['objectFit']=_0x284c8b(0x628),_0x557942[_0x284c8b(0x5d3)]['pointerEvents']=_0x284c8b(0x35e),_0x557942[_0x284c8b(0x47a)]=_0x5b8fa5,_0x557942[_0x284c8b(0x6d4)]!==_0x341f3a&&_0x341f3a[_0x284c8b(0x2e4)](_0x557942),_0x557942;}let _0x1e427d=class{constructor(_0x59d700,_0x4f3c08){const _0x30528e=_0x118bac;this[_0x30528e(0x499)]=_0x59d700,this[_0x30528e(0x2dd)]=_0x4f3c08,_0x2d0c25(this,_0x30528e(0x559),_0x4a1c51[_0x30528e(0x336)][_0x30528e(0x3af)]),_0x2d0c25(this,'supportedLayouts',[_0x30528e(0x17e)]);}['mount'](_0x3e116e){const _0x21d889=_0x118bac;var _0x3bf08a;let _0x31110d=this[_0x21d889(0x2c0)](_0x3e116e['childUnitId']);if(!_0x31110d)return;(_0x3bf08a=_0x3e116e['viewState'])!=null&&_0x3bf08a[_0x21d889(0x2d4)]&&_0x31110d['pageManager'][_0x21d889(0x268)](_0x3e116e[_0x21d889(0x516)][_0x21d889(0x2d4)])&&_0x31110d['pageManager'][_0x21d889(0x20e)](_0x3e116e['viewState'][_0x21d889(0x2d4)]);let _0x1dcebc=_0x53c6dd(_0x2443e4(_0x3e116e));if(!_0x1dcebc)return;let _0x49468f=_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x648)]?_0xfe0e7d(this[_0x21d889(0x2dd)],_0x3e116e[_0x21d889(0x4c1)],_0x1dcebc):void 0x0;if(!_0x49468f){_0x1dcebc['dispose']();return;}_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x648)]&&(_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x648)]['dataset']['embedChildRenderUnitId']=_0x3e116e[_0x21d889(0x4c1)],_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x648)][_0x21d889(0xcc)][_0x21d889(0x26d)]=_0x21d889(0x5dd));let _0x44450c=_0x21b169(_0x3e116e[_0x21d889(0x5b3)]['content']);return _0x3e116e[_0x21d889(0x5b3)]['content'][_0x21d889(0xcc)][_0x21d889(0x6e8)]=_0x3e116e[_0x21d889(0x4c1)],_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x177)]['dataset']['embedChildRenderMode']=_0x21d889(0x105),_0x44450c[_0x21d889(0x30d)]((0x0,_0x258aa1[_0x21d889(0x199)])(_0x9354df,{'injector':_0x1dcebc,'mountContainer':_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x500)],'embedId':_0x3e116e['embedId'],'children':(0x0,_0x258aa1[_0x21d889(0x199)])(_0x7a1318,{'unitId':_0x3e116e[_0x21d889(0x4c1)],'render':_0x49468f})})),(0x0,_0x4a1c51[_0x21d889(0xbb)])(()=>{const _0x38c8b7=_0x21d889;var _0x325253,_0x3ea738,_0x49c99c,_0x353f32;try{var _0x3c2aec,_0x3f1696;_0x49468f==null||(_0x3f1696=(_0x3c2aec=_0x49468f[_0x38c8b7(0x666)])[_0x38c8b7(0x40b)])==null||_0x3f1696[_0x38c8b7(0xf4)](_0x3c2aec);}catch{}(_0x325253=(_0x3ea738=this[_0x38c8b7(0x2dd)])[_0x38c8b7(0x72e)])==null||_0x325253[_0x38c8b7(0xf4)](_0x3ea738,_0x3e116e['childUnitId']),_0x594117(_0x44450c),_0x3e116e[_0x38c8b7(0x5b3)][_0x38c8b7(0x177)][_0x38c8b7(0x30f)](_0x38c8b7(0x64b)),_0x3e116e[_0x38c8b7(0x5b3)][_0x38c8b7(0x177)][_0x38c8b7(0x30f)]('data-embed-child-render-mode'),(_0x49c99c=_0x3e116e[_0x38c8b7(0x5b3)][_0x38c8b7(0x648)])==null||_0x49c99c[_0x38c8b7(0x30f)]('data-embed-child-render-unit-id'),(_0x353f32=_0x3e116e['roots'][_0x38c8b7(0x648)])==null||_0x353f32[_0x38c8b7(0x30f)]('data-embed-child-render-mode'),_0x1dcebc[_0x38c8b7(0x60c)]();});}[_0x118bac(0x543)](_0x41f597){const _0x2a7e5e=_0x118bac;var _0x3472d6,_0x54c80f,_0x4b968c;let _0x5763de=this[_0x2a7e5e(0x2c0)](_0x41f597[_0x2a7e5e(0x4c1)]);if(!_0x5763de)return!0x1;let _0x26cf44=Math[_0x2a7e5e(0x4d8)](_0x41f597[_0x2a7e5e(0x1a5)][_0x2a7e5e(0x692)])>=Math['abs'](_0x41f597[_0x2a7e5e(0x1a5)]['deltaX'])?_0x41f597[_0x2a7e5e(0x1a5)][_0x2a7e5e(0x692)]:_0x41f597[_0x2a7e5e(0x1a5)][_0x2a7e5e(0x74a)];if(_0x26cf44===0x0)return!0x1;let _0x239a60=_0x590e18(_0x5763de);if(_0x239a60[_0x2a7e5e(0x51d)]<0x2)return!0x0;let _0x13c7f6=(_0x3472d6=(_0x54c80f=_0x5763de[_0x2a7e5e(0x5bf)][_0x2a7e5e(0x3bb)]())==null?void 0x0:_0x54c80f['getId']())==null?_0x239a60[0x0]:_0x3472d6,_0x3c91d6=Math['max'](0x0,_0x239a60[_0x2a7e5e(0x274)](_0x13c7f6)),_0x57c784=_0x239a60[Math[_0x2a7e5e(0x1d4)](0x0,Math[_0x2a7e5e(0x1e0)](_0x239a60[_0x2a7e5e(0x51d)]-0x1,_0x3c91d6+(_0x26cf44>0x0?0x1:-0x1)))];return!_0x57c784||_0x57c784===_0x13c7f6?!0x0:(_0x5763de[_0x2a7e5e(0x5bf)][_0x2a7e5e(0x20e)](_0x57c784),_0x41f597[_0x2a7e5e(0x412)]({'unitId':_0x41f597[_0x2a7e5e(0x4c1)],'pageId':_0x57c784,'scaleMode':'fit','zoomRatio':(_0x4b968c=_0x5763de[_0x2a7e5e(0x69c)])==null?void 0x0:_0x4b968c['call'](_0x5763de)}),!0x0);}[_0x118bac(0x2c0)](_0x384f33){const _0x563cb9=_0x118bac;var _0x28146a;return(_0x28146a=this[_0x563cb9(0x499)][_0x563cb9(0x553)](_0x384f33,_0x4a1c51[_0x563cb9(0x336)][_0x563cb9(0x3af)]))==null?void 0x0:_0x28146a;}};_0x1e427d=_0x5c1435([_0x4ded49(0x0,_0x4a1c51['IUniverInstanceService']),_0x4ded49(0x1,_0x1b1b3f[_0x118bac(0x402)])],_0x1e427d);function _0x2443e4(_0x3dc83a){const _0x115e6d=_0x118bac;let _0x58383e=()=>{};return{'descriptor':_0x3dc83a[_0x115e6d(0x319)],'layout':_0x3dc83a[_0x115e6d(0x767)],'injector':_0x3dc83a[_0x115e6d(0x5c1)],'hostElement':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x500)],'container':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x500)],'hostUnitId':_0x3dc83a[_0x115e6d(0x2dc)],'embedId':_0x3dc83a[_0x115e6d(0x5bc)],'childUnitId':_0x3dc83a[_0x115e6d(0x4c1)],'childType':_0x3dc83a[_0x115e6d(0x559)],'renderScope':{'hostUnitId':_0x3dc83a[_0x115e6d(0x2dc)],'hostAnchorId':_0x3dc83a[_0x115e6d(0x319)][_0x115e6d(0x333)],'embedId':_0x3dc83a[_0x115e6d(0x5bc)],'childUnitId':_0x3dc83a[_0x115e6d(0x4c1)],'childType':_0x3dc83a[_0x115e6d(0x559)],'layout':_0x3dc83a[_0x115e6d(0x767)],'mode':_0x115e6d(0x48d),'rootElement':_0x3dc83a['roots'][_0x115e6d(0x500)],'contentRoot':_0x3dc83a[_0x115e6d(0x5b3)]['content'],'canvasRoot':_0x3dc83a['roots'][_0x115e6d(0x648)],'active$':(0x0,_0x416516['of'])(!0x1)},'runtimeScope':{'descriptor':_0x3dc83a[_0x115e6d(0x319)],'host':{'unitId':_0x3dc83a['hostUnitId'],'type':_0x3dc83a[_0x115e6d(0x319)][_0x115e6d(0x53f)],'anchorId':_0x3dc83a[_0x115e6d(0x319)][_0x115e6d(0x333)],'entry':_0x3dc83a[_0x115e6d(0x319)][_0x115e6d(0x3be)],'layout':'float'},'child':{'unitId':_0x3dc83a[_0x115e6d(0x4c1)],'type':_0x3dc83a[_0x115e6d(0x559)]},'injector':_0x3dc83a['injector'],'roots':{'root':_0x3dc83a[_0x115e6d(0x5b3)]['root'],'content':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x177)],'canvas':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x648)],'overlay':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x500)],'popup':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x500)]},'activate':_0x58383e,'deactivate':_0x58383e,'dispose':_0x58383e}};}function _0x590e18(_0x181124){const _0x2d904b=_0x118bac;var _0xdc662a,_0x329e43,_0x53e20e,_0x57886c;let _0xf2cf33=(_0xdc662a=_0x181124[_0x2d904b(0x4f5)])==null?void 0x0:_0xdc662a[_0x2d904b(0xf4)](_0x181124)[_0x2d904b(0x204)];return Array['isArray'](_0xf2cf33)&&_0xf2cf33[_0x2d904b(0x51d)]>0x0?_0xf2cf33:(_0x329e43=(_0x53e20e=(_0x57886c=_0x181124[_0x2d904b(0x5bf)])['getSlides'])==null?void 0x0:_0x53e20e['call'](_0x57886c)[_0x2d904b(0x734)](_0xba221=>_0xba221[_0x2d904b(0x5ca)]())[_0x2d904b(0x2f0)](Boolean))==null?[]:_0x329e43;}function _0x15d46d(_0x3ebf34){const _0x5a27c1=_0x118bac;_0x3859ab(_0x3ebf34,_0x5a27c1(0x44f),_0x539c2d);}function _0x539c2d(_0x1c0d80){const _0x4b77fd=_0x118bac;let _0x3ec798=_0x1c0d80['get'](_0x73305e[_0x4b77fd(0x717)]),_0x39f336=_0x1c0d80[_0x4b77fd(0x714)](_0x1cd1ba),_0x447b1f=_0x1c0d80[_0x4b77fd(0x714)](_0x55f3cf),_0xa193c1=_0x1c0d80[_0x4b77fd(0x714)](_0x1f9ba5),_0x550b87=_0x1c0d80['get'](_0x23b823),_0x52c0b6=_0x1c0d80[_0x4b77fd(0x714)](_0x43540b),_0xda51a5=_0x1c0d80['get'](_0x3ef29),_0x2e66e8=_0x1c0d80[_0x4b77fd(0x714)](_0x3f8bf3),_0x12c7ae=_0x1c0d80[_0x4b77fd(0x722)](_0x73305e['EmbedHostAnchorModelService'])?_0x1c0d80[_0x4b77fd(0x714)](_0x73305e[_0x4b77fd(0x163)]):void 0x0,_0x2c5ef8=_0x1c0d80[_0x4b77fd(0x722)](_0x4a1c51['IUniverInstanceService'])?_0x1c0d80['get'](_0x4a1c51[_0x4b77fd(0x723)]):void 0x0;_0x1c0d80[_0x4b77fd(0x722)](_0x5cfc91[_0x4b77fd(0x773)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91['ISlideEmbedRuntimeService'],{'useFactory':()=>_0x4d8a04({'embedModelService':_0x1c0d80['get'](_0x73305e[_0x4b77fd(0x6e4)]),'mountService':_0x1c0d80[_0x4b77fd(0x714)](_0x70dabe),'activationService':_0x1c0d80['get'](_0x287047),'restoreService':_0x1c0d80['get'](_0x1858f1),'previewService':_0x1c0d80[_0x4b77fd(0x714)](_0x43540b),'runtimeHostLeaseService':_0x1c0d80['get'](_0x4fbd11),'passiveViewportRegistry':_0x1c0d80[_0x4b77fd(0x714)](_0x3ef29),'passiveWheelHandlerRegistry':_0x1c0d80[_0x4b77fd(0x714)](_0x3957bf),'sceneCanvasCaptureService':_0x1c0d80[_0x4b77fd(0x722)](_0xc55dd1)?_0x1c0d80['get'](_0xc55dd1):void 0x0})}]),_0x1c0d80[_0x4b77fd(0x722)](_0x5cfc91[_0x4b77fd(0x6b1)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x6b1)],{'useFactory':()=>_0x1c0d80['get'](_0x34aece)}]),_0x1c0d80[_0x4b77fd(0x722)](_0x5cfc91[_0x4b77fd(0x203)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x203)],{'useFactory':()=>_0x1c0d80['get'](_0x70dabe)}]),_0x1c0d80['has'](_0x5cfc91[_0x4b77fd(0x567)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x567)],{'useFactory':()=>_0x1c0d80['get'](_0x287047)}]),_0x1c0d80['has'](_0x5cfc91[_0x4b77fd(0x621)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91['ISlideEmbedFocusOwnerService'],{'useFactory':()=>_0x1c0d80[_0x4b77fd(0x714)](_0x73305e['EmbedFocusOwnerService'])}]),_0x1c0d80[_0x4b77fd(0x722)](_0x5cfc91['ISlideEmbedRuntimeFocusCoordinator'])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x121)],{'useFactory':()=>_0x1c0d80[_0x4b77fd(0x714)](_0x164bef)}]),_0x1c0d80['has'](_0x5cfc91['ISlideEmbedFloatDomRenderer'])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x5b2)],{'useFactory':()=>({'render':_0x35b068=>{const _0x5f8aab=_0x4b77fd;let {data:_0x1367ec}=_0x35b068;return(0x0,_0x4f18af[_0x5f8aab(0x4c7)])(_0x2cdbbb,{..._0x35b068,'data':_0x1367ec});}})}]),[(0x0,_0x73305e[_0x4b77fd(0x6bc)])(_0x12c7ae,_0x2c5ef8,()=>_0x1c0d80[_0x4b77fd(0x722)](_0x44478d[_0x4b77fd(0x5e5)])?_0x1c0d80[_0x4b77fd(0x714)](_0x44478d['ISlideDrawingService']):void 0x0),_0x174c48(_0x12c7ae,_0x2c5ef8,_0x1c0d80['get'](_0x5cfc91[_0x4b77fd(0x773)]))][_0x4b77fd(0x362)](_0x474bf1=>{const _0x38b15d=_0x4b77fd;_0x3ec798[_0x38b15d(0x714)](_0x474bf1[_0x38b15d(0x53f)],_0x474bf1[_0x38b15d(0x3be)])||_0x3ec798[_0x38b15d(0x246)](_0x474bf1);}),[_0x346fa1(),_0x37dd09()][_0x4b77fd(0x362)](_0x2adb6d=>{const _0x1e7744=_0x4b77fd;_0x39f336['get'](_0x2adb6d[_0x1e7744(0x53f)],_0x2adb6d[_0x1e7744(0x3be)])||_0x39f336[_0x1e7744(0x246)](_0x2adb6d);});let _0x597e8e=_0x3d8132(_0x1c0d80[_0x4b77fd(0x714)](_0x4a1c51['ICommandService']));_0x447b1f['get'](_0x597e8e['childType'])||_0x447b1f[_0x4b77fd(0x246)](_0x597e8e);let _0x351159=_0x2b28a7();_0xa193c1[_0x4b77fd(0x714)](_0x351159[_0x4b77fd(0x559)])||_0xa193c1[_0x4b77fd(0x246)](_0x351159),_0x212703()['forEach'](_0x4b96f1=>{const _0x4e870c=_0x4b77fd;_0x550b87['hasExact'](_0x4b96f1[_0x4e870c(0x53f)],_0x4b96f1[_0x4e870c(0x3be)],_0x4b96f1['childType'])||_0x550b87[_0x4e870c(0x246)](_0x4b96f1);}),_0x52c0b6['registerProvider'](_0x1c0d80['createInstance'](_0x470b3e)),_0xda51a5[_0x4b77fd(0x714)](_0x4a1c51[_0x4b77fd(0x336)][_0x4b77fd(0x3af)])||_0xda51a5[_0x4b77fd(0x246)](_0x226f8b()),_0x2e66e8[_0x4b77fd(0x714)](_0x4a1c51[_0x4b77fd(0x336)][_0x4b77fd(0x3af)])||_0x2e66e8[_0x4b77fd(0x246)](_0x1c0d80[_0x4b77fd(0x3f0)](_0x1e427d));}function _0x4d8a04(_0x4e70aa){const _0x16663c=_0x118bac;return{'mountPageList':_0x220f14=>{const _0x538e37=_0x511b;var _0x5ba39f,_0x4ac8d4;let _0x393e51={'embedId':_0x220f14['embedId'],'hostUnitId':_0x220f14[_0x538e37(0x2dc)],'hostType':_0x4a1c51[_0x538e37(0x336)][_0x538e37(0x3af)],'entry':'slides-page-list-block','hostAnchorId':_0x220f14[_0x538e37(0x333)],'childUnitId':_0x220f14[_0x538e37(0x4c1)],'childType':_0x220f14['childType'],'source':{'unitType':_0x220f14[_0x538e37(0x559)],'ref':{'file':{'kind':_0x538e37(0x303)},'unit':{'selector':_0x220f14[_0x538e37(0x4c1)],'type':(0x0,_0x73305e[_0x538e37(0x455)])(_0x220f14[_0x538e37(0x559)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0xb4b289=(_0x5ba39f=(_0x4ac8d4=_0x4e70aa['mountService'])[_0x538e37(0x1c7)])==null?void 0x0:_0x5ba39f[_0x538e37(0xf4)](_0x4ac8d4,_0x220f14[_0x538e37(0x5bc)]);return(_0xb4b289==null?void 0x0:_0xb4b289[_0x538e37(0x2dc)])===_0x220f14[_0x538e37(0x2dc)]&&_0xb4b289['entry']===_0x538e37(0x134)&&_0xb4b289['childUnitId']===_0x220f14[_0x538e37(0x4c1)]?(_0x4e70aa['activationService'][_0x538e37(0x51a)](_0x393e51),(0x0,_0x4a1c51[_0x538e37(0xbb)])(()=>{})):(_0x4e70aa[_0x538e37(0x243)]['mount'](_0x393e51),_0x4e70aa[_0x538e37(0x5d9)][_0x538e37(0x51a)](_0x393e51),(0x0,_0x4a1c51[_0x538e37(0xbb)])(()=>{const _0x204f49=_0x538e37;_0x4e70aa[_0x204f49(0x5d9)]['clearTab'](_0x220f14[_0x204f49(0x5bc)]),_0x4e70aa[_0x204f49(0x243)][_0x204f49(0x40b)](_0x220f14[_0x204f49(0x5bc)]);}));},'mountFloatingObject':_0x23ac75=>{const _0x4f3cb8=_0x511b;var _0x29ac8f;let _0x161f0c=(_0x29ac8f=_0x4e70aa[_0x4f3cb8(0x26f)][_0x4f3cb8(0x686)](_0x23ac75[_0x4f3cb8(0x2dc)],_0x23ac75[_0x4f3cb8(0x5bc)]))==null?{'embedId':_0x23ac75[_0x4f3cb8(0x5bc)],'hostUnitId':_0x23ac75['hostUnitId'],'hostType':_0x4a1c51['UniverInstanceType'][_0x4f3cb8(0x3af)],'entry':_0x4f3cb8(0x5b8),'hostAnchorId':_0x23ac75[_0x4f3cb8(0x333)],'childUnitId':_0x23ac75[_0x4f3cb8(0x4c1)],'childType':_0x23ac75[_0x4f3cb8(0x559)],'source':{'unitType':_0x23ac75[_0x4f3cb8(0x559)],'ref':{'file':{'kind':_0x4f3cb8(0x303)},'unit':{'selector':_0x23ac75[_0x4f3cb8(0x4c1)],'type':(0x0,_0x73305e[_0x4f3cb8(0x455)])(_0x23ac75['childType'])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x4f3cb8(0x780),'fullscreen':!0x0},'tab':!0x1}}:_0x29ac8f;return _0x4e70aa[_0x4f3cb8(0x243)]['mountIntoHostElement'](_0x161f0c,_0x23ac75[_0x4f3cb8(0xe2)]),(0x0,_0x4a1c51[_0x4f3cb8(0xbb)])(()=>{const _0xc4b074=_0x4f3cb8;_0x4e70aa[_0xc4b074(0x243)][_0xc4b074(0x40b)](_0x23ac75[_0xc4b074(0x5bc)]);});},'clearAndUnmount':_0x466b46=>{const _0x2be252=_0x511b;_0x4e70aa['activationService'][_0x2be252(0x6ff)](_0x466b46),_0x4e70aa['mountService'][_0x2be252(0x40b)](_0x466b46);},'unmountFloatingSessions':_0x14760d=>{const _0x5049f3=_0x511b;_0x4e70aa[_0x5049f3(0x243)]['listSessions']()['filter'](_0x2fec35=>_0x2fec35['hostUnitId']===_0x14760d&&_0x2fec35[_0x5049f3(0x3be)]===_0x5049f3(0x5b8))['forEach'](_0x4e1866=>_0x4e70aa[_0x5049f3(0x243)][_0x5049f3(0x40b)](_0x4e1866[_0x5049f3(0x5bc)]));},'listSessions':()=>_0x4e70aa[_0x16663c(0x243)][_0x16663c(0x136)]()[_0x16663c(0x734)](_0x372595=>({'embedId':_0x372595[_0x16663c(0x5bc)],'hostUnitId':_0x372595['hostUnitId'],'entry':_0x372595[_0x16663c(0x3be)],'childType':_0x372595['childType'],'childUnitId':_0x372595['childUnitId']})),'capturePreviewByHostAnchorId':async _0x5cd01c=>{const _0x297dbc=_0x16663c;var _0x3eaf3d;let _0x43ac04=await((_0x3eaf3d=_0x4e70aa[_0x297dbc(0x5e1)])==null?void 0x0:_0x3eaf3d['captureByHostAnchorId'](_0x5cd01c));return _0x43ac04?_0x5e57ed(_0x43ac04):void 0x0;},'mountPresentationEmbed':_0x4879fe=>_0x56a7dc(_0x4e70aa,_0x4879fe)};}function _0x3137fc(_0x483ddf){_0x1fd288(_0x483ddf),_0x5c3887(_0x483ddf),_0x15d46d(_0x483ddf),_0x105369(_0x483ddf),_0x5e5265(_0x483ddf);}let _0x13b68c=[0x0,0x10,0x64,0x12c,0x3e8];async function _0x5f3829(_0x3a8468,_0x5728f5){const _0x3959fe=_0x118bac;var _0x34e328,_0x3a649b,_0x29e492;let {instanceService:_0x5a7615,childUnitId:_0x1494ac,childType:_0x883703,restoreUnitId:_0x5ae493,shouldRestore:_0x4e91b4,settleDelayMs:_0xeafb52=0x10,deferredRestoreDelaysMs:_0x4cddfc=_0x5ae493?_0x13b68c:[]}=_0x3a8468,_0x21cdf8=_0x5a7615[_0x3959fe(0x5b9)](_0x883703),_0x143917=(_0x34e328=(_0x3a649b=_0x5a7615[_0x3959fe(0x431)]())==null?void 0x0:_0x3a649b[_0x3959fe(0x5eb)]())==null?null:_0x34e328,_0x332348=(_0x29e492=_0x143917==null?_0x5ae493:_0x143917)==null?null:_0x29e492;_0x5a7615['setCurrentUnitForType'](_0x1494ac),_0x5a7615[_0x3959fe(0x737)](_0x1494ac);let _0x2ca924=()=>{const _0x1e59d5=_0x3959fe;_0x4e91b4&&!_0x4e91b4()||(_0x21cdf8&&_0x21cdf8['getUnitId']()!==_0x1494ac&&_0x5a7615[_0x1e59d5(0x164)](_0x21cdf8[_0x1e59d5(0x5eb)]()),_0x5ae493&&_0x5a7615[_0x1e59d5(0x164)](_0x5ae493),_0x5a7615['focusUnit'](_0x332348));};try{let _0x36baf1=await _0x5728f5();return _0xeafb52>0x0&&await _0x5241f0(_0xeafb52),_0x36baf1;}finally{_0x2ca924(),_0xe0769d(_0x2ca924,_0x4cddfc);}}function _0x5241f0(_0xa0fd57){return new Promise(_0x13aa7c=>setTimeout(_0x13aa7c,_0xa0fd57));}function _0xe0769d(_0x215259,_0x23c133){const _0x38b63d=_0x118bac;_0x23c133[_0x38b63d(0x362)](_0x2ff914=>{const _0x333ae4=_0x38b63d;globalThis[_0x333ae4(0x1cb)](_0x215259,_0x2ff914);});}let _0x1c0627=new WeakMap(),_0x5ab009=0x0;function _0x129d7b(_0x139b71,_0x1966db){const _0x4f125e=_0x118bac;return _0x139b71[_0x4f125e(0x722)](_0x44876c)?_0x139b71[_0x4f125e(0x714)](_0x44876c)[_0x4f125e(0x246)](_0x1966db):_0x518110(_0x139b71,_0x1966db);}function _0x3f8314(_0x3d829e){const _0x433a55=_0x118bac;if(!_0x3d829e[_0x433a55(0x722)](_0x44876c))return;let _0x7511e5=_0x1c0627[_0x433a55(0x714)](_0x3d829e);_0x7511e5!=null&&_0x7511e5['size']&&([..._0x7511e5[_0x433a55(0x308)]()][_0x433a55(0x76c)]((_0x5b6b1f,_0x3b0de4)=>_0x5b6b1f['index']-_0x3b0de4[_0x433a55(0x111)])[_0x433a55(0x362)](({contribution:_0x2b0140})=>_0x129d7b(_0x3d829e,_0x2b0140)),_0x1c0627[_0x433a55(0x2cd)](_0x3d829e));}function _0x518110(_0x120db8,_0x4a66e3){const _0x1009d6=_0x118bac;var _0x3db008;let _0x513254={'contribution':_0x4a66e3,'index':_0x5ab009++},_0x1805c1=_0x48b4e1(_0x4a66e3,_0x513254[_0x1009d6(0x111)]),_0x288cf9=_0x120db8,_0x151e95=(_0x3db008=_0x1c0627[_0x1009d6(0x714)](_0x288cf9))==null?new Map():_0x3db008;return _0x151e95[_0x1009d6(0x3d4)](_0x1805c1,_0x513254),_0x1c0627[_0x1009d6(0x3d4)](_0x288cf9,_0x151e95),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x1619b4=_0x1009d6;let _0x34a3eb=_0x1c0627[_0x1619b4(0x714)](_0x288cf9);(_0x34a3eb==null?void 0x0:_0x34a3eb[_0x1619b4(0x714)](_0x1805c1))===_0x513254&&_0x34a3eb[_0x1619b4(0x2cd)](_0x1805c1);});}function _0x48b4e1(_0x934a0c,_0x261069){const _0x3d32fb=_0x118bac;return _0x934a0c['id']?_0x934a0c['childType']+':'+_0x934a0c['id']:_0x934a0c['childType']+_0x3d32fb(0x22d)+_0x261069;}let _0x44876c=class{constructor(_0x256f50,_0x39ecad){const _0x34eae0=_0x118bac;this[_0x34eae0(0x609)]=_0x256f50,this[_0x34eae0(0x3b1)]=_0x39ecad,_0x2d0c25(this,_0x34eae0(0x36d),new Map()),_0x2d0c25(this,'_nextIndex',0x0);}['register'](_0x2e76ec){const _0x5a1187=_0x118bac;var _0x1dc654;if(_0x2e76ec['id']&&this[_0x5a1187(0x28b)](_0x2e76ec[_0x5a1187(0x559)],_0x2e76ec['id']))return(0x0,_0x4a1c51['toDisposable'])(()=>{});let _0xa1982a={'contribution':_0x2e76ec,'index':this['_nextIndex']++},_0x439931=(_0x1dc654=this[_0x5a1187(0x36d)][_0x5a1187(0x714)](_0x2e76ec[_0x5a1187(0x559)]))==null?[]:_0x1dc654;return _0x439931[_0x5a1187(0x6f2)](_0xa1982a),_0x439931[_0x5a1187(0x76c)](_0xe3d9dc),this['_contributions'][_0x5a1187(0x3d4)](_0x2e76ec[_0x5a1187(0x559)],_0x439931),(0x0,_0x4a1c51[_0x5a1187(0xbb)])(()=>{const _0x498409=_0x5a1187;let _0x30e137=this[_0x498409(0x36d)][_0x498409(0x714)](_0x2e76ec[_0x498409(0x559)]);if(!_0x30e137)return;let _0x36b595=_0x30e137[_0x498409(0x2f0)](_0x185282=>_0x185282!==_0xa1982a);_0x36b595[_0x498409(0x51d)]?this[_0x498409(0x36d)][_0x498409(0x3d4)](_0x2e76ec[_0x498409(0x559)],_0x36b595):this['_contributions']['delete'](_0x2e76ec[_0x498409(0x559)]);});}[_0x118bac(0x174)](_0xc5bc6d){const _0x4a0543=_0x118bac;var _0x108fae;return((_0x108fae=this[_0x4a0543(0x36d)]['get'](_0xc5bc6d))==null?[]:_0x108fae)[_0x4a0543(0x734)](_0x572d05=>_0x572d05[_0x4a0543(0x166)]);}async['prepare'](_0x24f45c){const _0x121eeb=_0x118bac;let _0x390090=this[_0x121eeb(0x174)](_0x24f45c[_0x121eeb(0x559)]);_0x390090[_0x121eeb(0x51d)]&&await _0x5f3829({'instanceService':this[_0x121eeb(0x609)][_0x121eeb(0x714)](_0x4a1c51[_0x121eeb(0x723)]),'childUnitId':_0x24f45c[_0x121eeb(0x4c1)],'childType':_0x24f45c[_0x121eeb(0x559)],'restoreUnitId':_0x24f45c['restoreUnitId'],'settleDelayMs':_0x24f45c['settleDelayMs'],'shouldRestore':()=>!this[_0x121eeb(0x3b1)]['isChildUnitInActiveSession'](_0x24f45c[_0x121eeb(0x4c1)])},async()=>{const _0x5f37b6=_0x121eeb;for(let _0xe979c2 of _0x390090)_0xe979c2['prepare']&&await _0xe979c2[_0x5f37b6(0x190)]({'injector':this['_injector'],'childUnitId':_0x24f45c[_0x5f37b6(0x4c1)],'childType':_0x24f45c[_0x5f37b6(0x559)],'descriptor':_0x24f45c['descriptor']});});}[_0x118bac(0x28b)](_0xdec612,_0x40ea8b){const _0x1e1739=_0x118bac;var _0x4edca5;return((_0x4edca5=this[_0x1e1739(0x36d)][_0x1e1739(0x714)](_0xdec612))==null?[]:_0x4edca5)['some'](_0x103be2=>_0x103be2[_0x1e1739(0x166)]['id']===_0x40ea8b);}};_0x44876c=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51[_0x118bac(0x721)])),_0x4ded49(0x1,(0x0,_0x4a1c51['Inject'])(_0x164bef))],_0x44876c);function _0xe3d9dc(_0x296942,_0x2cf6e9){const _0x57368a=_0x118bac;var _0x1d5a80,_0x43b94c;return((_0x1d5a80=_0x296942[_0x57368a(0x166)]['order'])==null?_0x296942[_0x57368a(0x111)]:_0x1d5a80)-((_0x43b94c=_0x2cf6e9['contribution'][_0x57368a(0x4c9)])==null?_0x2cf6e9['index']:_0x43b94c)||_0x296942[_0x57368a(0x111)]-_0x2cf6e9[_0x57368a(0x111)];}function _0x4c256e(){return[];}let _0x3fb886=class{constructor(_0x4daf28,_0x7a04c1){const _0x185520=_0x118bac;this[_0x185520(0x718)]=_0x4daf28,this[_0x185520(0x5f3)]=_0x7a04c1;}['pushUndoRedoForChild'](_0x12e45d){const _0x3410f5=_0x118bac;let _0x18b7f0=this[_0x3410f5(0x16d)](_0x12e45d[_0x3410f5(0x447)]);return this[_0x3410f5(0x5f3)][_0x3410f5(0x443)]({..._0x12e45d,'unitID':_0x18b7f0}),{'stackUnitId':_0x18b7f0,'routedToHost':_0x18b7f0!==_0x12e45d[_0x3410f5(0x447)]};}[_0x118bac(0x16d)](_0x474167){const _0x22d971=_0x118bac;let _0x450993=this[_0x22d971(0x718)][_0x22d971(0x38f)]();return!_0x450993||_0x450993[_0x22d971(0x4c1)]!==_0x474167?_0x474167:_0x450993['hostUnitId'];}};_0x3fb886=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e['EmbedFocusOwnerService'])),_0x4ded49(0x1,_0x4a1c51[_0x118bac(0x45b)])],_0x3fb886);let _0x1f4647=class extends _0x4a1c51['Plugin']{constructor(_0x2073f2=_0x25806d,_0x439cfd,_0x15a9d6){const _0xe977d0=_0x118bac;super(),this['_config']=_0x2073f2,this[_0xe977d0(0x609)]=_0x439cfd,this[_0xe977d0(0x159)]=_0x15a9d6;let {..._0xd66b9a}=(0x0,_0x4a1c51[_0xe977d0(0x6bd)])({},_0x25806d,this[_0xe977d0(0x5e6)]);this['_configService'][_0xe977d0(0x2b1)](_0xe977d0(0x1f6),_0xd66b9a);}[_0x118bac(0xe9)](){const _0x373264=_0x118bac;this['_enableEmbedUnitLeasePolicy'](),this['_registerServices'](),this['_registerProductUIContributions'](),this[_0x373264(0x453)](),this[_0x373264(0x230)](),this[_0x373264(0x2c9)](),this['_touchServices'](),this['_registerDefaultHostToolbar']();}['onReady'](){const _0x1ecaec=_0x118bac;this[_0x1ecaec(0x230)]();}[_0x118bac(0x31f)](){const _0x5a909e=_0x118bac;[[_0x1cd1ba],[_0x1858f1],[_0x44876c],[_0x49a92f],[_0x287047],[_0x55f3cf],[_0x1f9ba5],[_0x34aece],[_0xc08a98],[_0x23b823],[_0x43540b],[_0x2b6f2d],[_0x52f0c3],[_0x247cd5],[_0x312f60],[_0x7aa80d],[_0x49babd],[_0x45af56],[_0x3f3a8c],[_0x70dabe],[_0x561a5b],[_0x3957bf],[_0x3ef29],[_0x2a2d57],[_0x3f8bf3],[_0x22f07b],[_0x164bef],[_0x4fbd11],[_0xc55dd1],[_0x3fb886]][_0x5a909e(0x362)](_0x424a69=>this['_injector'][_0x5a909e(0x410)](_0x424a69)),this[_0x5a909e(0x609)][_0x5a909e(0x722)](_0x16f5e7[_0x5a909e(0x181)])||this[_0x5a909e(0x609)][_0x5a909e(0x410)]([_0x16f5e7[_0x5a909e(0x181)],{'useFactory':()=>this[_0x5a909e(0x609)][_0x5a909e(0x714)](_0x7aa80d)}]),this['_injector'][_0x5a909e(0x722)](_0x16f5e7['IDocEmbedRuntimeFocusCoordinator'])||this[_0x5a909e(0x609)][_0x5a909e(0x410)]([_0x16f5e7[_0x5a909e(0x24d)],{'useFactory':()=>this[_0x5a909e(0x609)][_0x5a909e(0x714)](_0x164bef)}]),this['_injector'][_0x5a909e(0x722)](_0x558462[_0x5a909e(0xf3)])||this[_0x5a909e(0x609)][_0x5a909e(0x410)]([_0x558462['ISheetEmbedInteractionBoundaryService'],{'useFactory':()=>this['_injector']['get'](_0x7aa80d)}]),this[_0x5a909e(0x609)][_0x5a909e(0x722)](_0x558462['ISheetEmbedRuntimeFocusCoordinator'])||this[_0x5a909e(0x609)][_0x5a909e(0x410)]([_0x558462[_0x5a909e(0x1ce)],{'useFactory':()=>this[_0x5a909e(0x609)]['get'](_0x164bef)}]),this[_0x5a909e(0x609)]['has'](_0x558462[_0x5a909e(0x5ab)])||this[_0x5a909e(0x609)]['add']([_0x558462['ISheetEmbedFloatingGeometryService'],{'useFactory':()=>this['_injector'][_0x5a909e(0x714)](_0xc08a98)}]);}[_0x118bac(0x453)](){const _0x3a565d=_0x118bac;_0x53f00c(this['_injector'])[_0x3a565d(0x362)](_0x3dd674=>this[_0x3a565d(0x377)](_0x3dd674));}[_0x118bac(0xcf)](){_0x3137fc(this['_injector']);}[_0x118bac(0x230)](){const _0x5b99c7=_0x118bac;_0x1ffb2f(this['_injector']),_0x10e6c1(this['_injector']),_0x3f8314(this[_0x5b99c7(0x609)]);}[_0x118bac(0x2c9)](){const _0x485750=_0x118bac;var _0x97a211;let _0x4e22a8=this[_0x485750(0x609)][_0x485750(0x714)](_0x23b823);((_0x97a211=this[_0x485750(0x5e6)][_0x485750(0x280)])==null?void 0x0:_0x97a211[_0x485750(0x467)])!==!0x1&&_0x4c256e()[_0x485750(0x362)](_0x5bae36=>{const _0x1b37bf=_0x485750;_0x4e22a8[_0x1b37bf(0x570)](_0x5bae36[_0x1b37bf(0x53f)],_0x5bae36[_0x1b37bf(0x3be)],_0x5bae36[_0x1b37bf(0x559)])||_0x4e22a8['register'](_0x5bae36);});}[_0x118bac(0x53e)](){const _0x1bf13b=_0x118bac;(0x0,_0x4a1c51[_0x1bf13b(0x657)])(this[_0x1bf13b(0x609)],[[_0x1cd1ba],[_0x1858f1],[_0x44876c],[_0x49a92f],[_0x287047],[_0x55f3cf],[_0x1f9ba5],[_0x34aece],[_0x23b823],[_0x43540b],[_0x2b6f2d],[_0x52f0c3],[_0x247cd5],[_0x312f60],[_0x49babd],[_0x45af56],[_0x3f3a8c],[_0x70dabe],[_0x561a5b],[_0x3957bf],[_0x3ef29],[_0x2a2d57],[_0x3f8bf3],[_0x22f07b],[_0x164bef],[_0x4fbd11],[_0xc55dd1],[_0x3fb886]]);}[_0x118bac(0x643)](){const _0x13a555=_0x118bac;var _0x16456c;((_0x16456c=this[_0x13a555(0x5e6)][_0x13a555(0x280)])==null?void 0x0:_0x16456c[_0x13a555(0x153)])!==!0x1&&this[_0x13a555(0x377)](this[_0x13a555(0x609)]['get'](_0x1468c8[_0x13a555(0x57e)])[_0x13a555(0x302)](_0x1468c8[_0x13a555(0x1bf)][_0x13a555(0x4ab)],()=>_0x420432));}['_enableEmbedUnitLeasePolicy'](){const _0x346465=_0x118bac;this[_0x346465(0x609)][_0x346465(0x714)](_0x73305e[_0x346465(0x764)])[_0x346465(0x366)]();}};_0x2d0c25(_0x1f4647,_0x118bac(0x2b0),_0x118bac(0x323)),_0x2d0c25(_0x1f4647,_0x118bac(0x595),_0x3eb694),_0x2d0c25(_0x1f4647,_0x118bac(0x15b),_0x30b4e5),_0x2d0c25(_0x1f4647,_0x118bac(0x614),_0x4a1c51['UniverInstanceType']['UNIVER_UNKNOWN']),_0x1f4647=_0x5c1435([(0x0,_0x4a1c51['DependentOn'])(_0x37a008[_0x118bac(0x5f2)],_0x73305e[_0x118bac(0x54f)],_0x1468c8['UniverUIPlugin']),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51[_0x118bac(0x721)])),_0x4ded49(0x2,_0x4a1c51[_0x118bac(0xd8)])],_0x1f4647),Object[_0x118bac(0x677)](_0x227add,_0x118bac(0x574),{'enumerable':!0x0,'get':function(){return _0x287047;}}),_0x227add[_0x118bac(0x27d)]=_0x55f3cf,_0x227add['EmbedFullscreenService']=_0x52f0c3,_0x227add[_0x118bac(0x5d6)]=_0x1cd1ba,_0x227add[_0x118bac(0x229)]=_0x247cd5,Object['defineProperty'](_0x227add,'EmbedHostRestoreService',{'enumerable':!0x0,'get':function(){return _0x1858f1;}}),Object['defineProperty'](_0x227add,_0x118bac(0x720),{'enumerable':!0x0,'get':function(){return _0x70dabe;}}),Object[_0x118bac(0x677)](_0x227add,_0x118bac(0x6e7),{'enumerable':!0x0,'get':function(){return _0x1f4647;}}),_0x227add['registerEmbedProductMenuContribution']=_0x4ef1fb;}));function _0x58f1(){const _0x374fd9=['exit','_isBodyPortalCandidate','sheets-ui.ribbon','zIndex','GRID_DEFAULT_COLUMN_WIDTH','_scheduleFloatingChildFocus','drawImage','Sidebar','UniverSheets','align-bottom-icon','hasRecentInteraction','createDocsCustomBlockSizeRefreshScheduler','EMBED_SHEETS_FLOATING_COMPONENT_KEY','source','disable','focusin','DocRenderController','M5.57564\x2011.5756L7.57564\x209.57564C7.80995\x209.34132\x208.18985\x209.34132\x208.42417\x209.57564L10.4242\x2011.5756C10.6585\x2011.81\x2010.6585\x2012.1899\x2010.4242\x2012.4242C10.1899\x2012.6585\x209.80995\x2012.6585\x209.57564\x2012.4242L8.5999\x2011.4484V14.6665C8.5999\x2014.9979\x208.33127\x2015.2665\x207.9999\x2015.2665C7.66853\x2015.2665\x207.3999\x2014.9979\x207.3999\x2014.6665V11.4484L6.42417\x2012.4242C6.18985\x2012.6585\x205.80995\x2012.6585\x205.57564\x2012.4242C5.34132\x2012.1899\x205.34132\x2011.81\x205.57564\x2011.5756Z','_registerDefaultHostToolbar','EMPTY','resolvedDependencies','_selectAnchor','RemoveWorksheetMergeCommand','canvas','getMergedMenuSchema','Bases','data-embed-child-render-unit-id','M2.2157\x202.90265C2.2157\x202.16628\x202.81264\x201.56934\x203.54901\x201.56934H6.21565C6.95202\x201.56934\x207.54896\x202.16628\x207.54896\x202.90265V13.5692C7.54896\x2014.3056\x206.95202\x2014.9025\x206.21565\x2014.9025H3.54901C2.81264\x2014.9025\x202.2157\x2014.3056\x202.2157\x2013.5692V2.90265ZM3.54901\x202.90265H6.21565V5.5622H3.54901V2.90265ZM3.54901\x206.89552V9.57631H6.21565V6.89552H3.54901ZM3.54901\x2013.5692V10.9096H6.21565V13.5692H3.54901Z','cssText','openContextMenu','pointer','overlay','dblclick','M4.6666\x206.5999C4.33523\x206.5999\x204.06641\x206.33127\x204.06641\x205.9999C4.06641\x205.66853\x204.33508\x205.3999\x204.66645\x205.3999L4.6666\x206.5999Z','_clearItems','unmerge','BoardSelectionService','_hasUnit','touchDependencies','http://www.w3.org/2000/svg','_isBlockingLease','runtimeSessionChanged$','AutowrapIcon','stopImmediatePropagation','disposables','BehaviorSubject','scopedActionServiceTokens','_hostGestureEvents','M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','5349340xLoBBh','value','ThemeService','engine','placeholderTitle','requestAnimationFrame','restoreViewState','isSheetLikeDocsCustomBlockChildType','querySelectorAll','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','Tooltip','IBaseUIStateService','_leaseAppliesToChildUnit','previewRequested$','univer-h-8\x20univer-w-full\x20univer-px-2','UniverProBoardsUi','embed-ui.sheetsFloating.textWrap.overflow','RibbonInsertGroup','activeEmbedId','table-list','defineProperty','override$','embed-ui','M5.33889\x201.13919L3.4057\x201.13926C2.30115\x201.13931\x201.40576\x202.03474\x201.40578\x203.13928L1.40582\x207.99139L1.40576\x208.00012L1.40582\x208.00886L1.40587\x2012.8612C1.40588\x2013.9658\x202.30131\x2014.8612\x203.40587\x2014.8612H5.33897C6.44354\x2014.8612\x207.33897\x2013.9658\x207.33897\x2012.8612V11.8084C7.33897\x2011.4771\x207.07034\x2011.2084\x206.73897\x2011.2084C6.4076\x2011.2084\x206.13897\x2011.4771\x206.13897\x2011.8084V12.8612C6.13897\x2013.303\x205.7808\x2013.6612\x205.33897\x2013.6612H3.40587C2.96405\x2013.6612\x202.60588\x2013.303\x202.60587\x2012.8612L2.60583\x208.60012H5.53538L4.95357\x209.18193C4.71925\x209.41624\x204.71925\x209.79614\x204.95357\x2010.0305C5.18788\x2010.2648\x205.56778\x2010.2648\x205.8021\x2010.0305L6.68599\x209.14656C7.31083\x208.52172\x207.31083\x207.50866\x206.68599\x206.88382L5.8021\x205.99993C5.56778\x205.76561\x205.18788\x205.76561\x204.95357\x205.99993C4.71925\x206.23424\x204.71925\x206.61414\x204.95357\x206.84845L5.50523\x207.40012H2.60582L2.60578\x203.13927C2.60577\x202.69745\x202.96393\x202.33928\x203.40574\x202.33926L5.33894\x202.33919C5.78078\x202.33917\x206.13897\x202.69735\x206.13897\x203.13919V4.192C6.13897\x204.52337\x206.4076\x204.792\x206.73897\x204.792C7.07034\x204.792\x207.33897\x204.52337\x207.33897\x204.192V3.13919C7.33897\x202.03459\x206.44349\x201.13914\x205.33889\x201.13919Z','_refreshHostDocZoom','closed','current','resize','getSheets','uComp','getBoardPointFromClient','hideFloatMenu','entries','contentWidth','SheetsChartUIMenuSchema','getDescriptor','hyper-link','FOCUSING_UNIT','_sessions','refCount','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','OverflowIcon','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','shape','univer-box-border\x20univer-px-24','FOCUSING_','useMemo','deltaY','_getEventClientPoint','drawings','M8.00008\x205.99984C8.36827\x205.99984\x208.66675\x206.29831\x208.66675\x206.6665V6.99984C8.66675\x207.36803\x208.36827\x207.6665\x208.00008\x207.6665C7.63189\x207.6665\x207.33341\x207.36803\x207.33341\x206.99984V6.6665C7.33341\x206.29831\x207.63189\x205.99984\x208.00008\x205.99984Z','fixed','registerCtorForType','BoardTextEditingService','hidden','toDataURL','ToolbarButton','getZoomRatio','_rootsByHostAnchorId','resolveDocsCustomBlockRenderViewport','startedAt','key','mergeMenu','OpenBasePanelOperation','useConfigValue','innerWidth','OpenBaseRecordDetailPanelOperation','missing-descriptor','target','M5.3313\x201.4667C5.3313\x201.13533\x205.59993\x200.866699\x205.9313\x200.866699H10.069C10.4004\x200.866699\x2010.669\x201.13533\x2010.669\x201.4667C10.669\x201.79807\x2010.4004\x202.0667\x2010.069\x202.0667H5.9313C5.59993\x202.0667\x205.3313\x201.79807\x205.3313\x201.4667Z','offsetWidth','registerChildInteraction','getUnitCreateOptions','getStage','_getLatestActivePortalOwner','disabled','renderScope','fieldSettings','ISlideEmbedFloatingActiveService','createScopedBaseGlobalPortalService','IMenuManagerService','currentColor','deltaZ','_context','getBoundingClientRect','clientWidth','embed-ui.sheetsFloating.toolbar.mergeCell.main','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','_resolveChildUnitId','createSlidesFloatingObjectHostAdapterContribution','merge','embed-ui.sheetsFloating.align.top','isArray','configChanged$','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','univer-pointer-events-auto\x20univer-shrink-0','identifier:ui.sidebar.service','kind','addDisposer','SetHorizontalTextAlignCommand','UNIVER_SHEET','getByHostAnchorId','_isRuntimeFocusRole','1369136CqzdzP','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','Escape','bases-ui.embed','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','ISlideDrawingStateService','M4.66665\x2012.9004C4.33528\x2012.9004\x204.06665\x2013.169\x204.06665\x2013.5004C4.06665\x2013.8318\x204.33528\x2014.1004\x204.66665\x2014.1004H14C14.3314\x2014.1004\x2014.6\x2013.8318\x2014.6\x2013.5004C14.6\x2013.169\x2014.3314\x2012.9004\x2014\x2012.9004H4.66665Z','univer-relative\x20univer-overflow-hidden','createDefaultViewName','owner','parentElement','sHeight','M2.60991\x204.00967C2.60991\x203.23647\x203.23671\x202.60967\x204.00991\x202.60967H4.33991C4.67128\x202.60967\x204.93991\x202.34104\x204.93991\x202.00967C4.93991\x201.6783\x204.67128\x201.40967\x204.33991\x201.40967H4.00991C2.57397\x201.40967\x201.40991\x202.57373\x201.40991\x204.00967V4.33967C1.40991\x204.67104\x201.67854\x204.93967\x202.00991\x204.93967C2.34128\x204.93967\x202.60991\x204.67104\x202.60991\x204.33967V4.00967Z','_relocateExistingSession','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','embedFullscreenStatus','doc-flow','message','dispatchEvent','getState','menuContainer','initial','0\x200\x2017\x2017','appendChild','AddWorksheetMergeHorizontalCommand','GRID_HEADER_HEIGHT','EmbedModelService','attrs','image','UniverEmbedUIPlugin','embedChildRenderUnitId','lease','direction$','DeleteBaseViewCommand','setFocusOwner','stopPropagation','28px','tables','DATA','unitDisposed$','push','Arial','setActiveSheet','materializeDescriptor','BorderLine','_rendering','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','SheetsFloatingObject','M2.21572\x201.80029C2.54709\x201.80029\x202.81572\x202.06892\x202.81572\x202.40029V14.0003C2.81572\x2014.3317\x202.54709\x2014.6003\x202.21572\x2014.6003C1.88435\x2014.6003\x201.61572\x2014.3317\x201.61572\x2014.0003V2.40029C1.61572\x202.06892\x201.88435\x201.80029\x202.21572\x201.80029Z','evenodd','0\x200\x2020\x2021','active','univer-text-gray-900\x20dark:!univer-text-white','clearTab','_assertResolvedChild','M0.666748\x202.99984C0.666748\x202.26346\x201.2637\x201.6665\x202.00008\x201.6665H14.0001C14.7365\x201.6665\x2015.3334\x202.26346\x2015.3334\x202.99984V12.9998C15.3334\x2013.7362\x2014.7365\x2014.3332\x2014.0001\x2014.3332H2.00008C1.26371\x2014.3332\x200.666748\x2013.7362\x200.666748\x2012.9998V2.99984ZM14.0001\x202.99984H2.00008V12.9998H14.0001V2.99984Z','SheetsPrintMenuSchema','126THRnsk','_activePortalOwners','registerItem','embed-ui.sheetsFloating.textWrap.clip','[data-u-comp=\x22headerbar\x22]','child-session','ghost','2350150tbwXZx','HorizontallyIcon','M6.12398\x208.30171C6.35829\x208.0674\x206.73819\x208.0674\x206.97251\x208.30171L8.00007\x209.32928L9.02764\x208.30171C9.26195\x208.0674\x209.64185\x208.0674\x209.87617\x208.30171C10.1105\x208.53603\x2010.1105\x208.91593\x209.87617\x209.15024L8.8486\x2010.1778L9.87617\x2011.2054C10.1105\x2011.4397\x2010.1105\x2011.8196\x209.87617\x2012.0539C9.64185\x2012.2882\x209.26195\x2012.2882\x209.02764\x2012.0539L8.00007\x2011.0263L6.97251\x2012.0539C6.73819\x2012.2882\x206.35829\x2012.2882\x206.12398\x2012.0539C5.88966\x2011.8196\x205.88966\x2011.4397\x206.12398\x2011.2054L7.15154\x2010.1778L6.12398\x209.15024C5.88966\x208.91593\x205.88966\x208.53603\x206.12398\x208.30171Z','resolved','box-sizing:border-box','data-radix-popper-content-wrapper','check-mark-icon','univer-gap-0.5\x20univer-px-1','jsxs','getDataRange','get','random','546773qrCifS','EmbedHostAdapterRegistryService','_focusOwnerService','dividerBefore','UniverProEmbedUi','getLive','restoreService','retry','hideContextualTab','univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x20dark:after:!univer-border-gray-600','EmbedMountService','Injector','has','IUniverInstanceService','_rerenderHostDoc','element','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','recordId','CreateBaseTableCommand','wheel','getRenderUnitById','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','BoardElementEditService','zoom','removeRender','UniverProSlidesUi','endRow','getAllUnitsForType','_passiveWheelHandlerRegistry','embedSlidesPresentationSurface','map','EMBED_RUNTIME_HOST_NOT_ATTACHED:','merge-all-icon','focusUnit','SetBaseScrollOperation','[id^=\x22__editor_docs-\x22]','scopedRenderInjector','div','unitId','UniverProSheetsSparklineUi','THIN','univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','NoBorderIcon','copyBaseTableSnapshot','BORDER_LINE_CHILDREN','LocaleService','usesDomFloatingStage','WRAP','subUnitId','maxRetries','FloatingToolbarSplitTrigger','getOwnPropertySymbols','deltaX','_runtimePolicyService','embedSlidesPresentationRuntime','UniverDocs','_commandService','_disposed','ShapeTextEditorContainer','getProvider','numberFormat','#111827','elementRemove$','selections','SetVerticalTextAlignCommand','previewUpdated$','toStringTag','getCurrentTypeOfUnit$','_renderOne','sparkline','#app','checkElementInCurrentContainers','_currentOverride','canvasRoot','sessionMode','Dropdown','BoardElementStateService','_markBodyPortalOwner','EmbedUnitLeasePolicyService','now','getCellMatrix','layout','transform','data-u-comp','UNIVER_BOARD','allowed','sort','nested','deferred','M4.65791\x201.30005C3.77355\x201.30005\x203.05664\x202.01696\x203.05664\x202.90132V12.8588C3.05664\x2013.8755\x203.88086\x2014.6998\x204.89759\x2014.6998H9.1016C11.2233\x2014.6998\x2012.9433\x2012.9798\x2012.9433\x2010.8581C12.9433\x209.13925\x2011.8145\x207.68407\x2010.2578\x207.1934C10.8806\x206.56856\x2011.2655\x205.70659\x2011.2655\x204.75472C11.2655\x202.84676\x209.71883\x201.30005\x207.81087\x201.30005H4.65791ZM4.25664\x202.90132C4.25664\x202.6797\x204.4363\x202.50005\x204.65791\x202.50005H7.81087C9.05609\x202.50005\x2010.0655\x203.5095\x2010.0655\x204.75472C10.0655\x205.99993\x209.05609\x207.00938\x207.81087\x207.00938H4.25664V2.90132ZM4.25664\x2012.8588V8.21636H9.1016C10.5606\x208.21636\x2011.7433\x209.39909\x2011.7433\x2010.8581C11.7433\x2012.317\x2010.5606\x2013.4998\x209.1016\x2013.4998H4.89759C4.5436\x2013.4998\x204.25664\x2013.2128\x204.25664\x2012.8588Z','M8.66675\x208.99984C8.66675\x208.63165\x208.36827\x208.33317\x208.00008\x208.33317C7.63189\x208.33317\x207.33341\x208.63165\x207.33341\x208.99984V9.33317C7.33341\x209.70136\x207.63189\x209.99984\x208.00008\x209.99984C8.36827\x209.99984\x208.66675\x209.70136\x208.66675\x209.33317V8.99984Z','then','default','ISlideEmbedRuntimeService','_entriesByKey','univer-min-w-6\x20univer-text-left','CloseBaseActiveEditorOperation','SheetsNumfmtUIMenuSchema','getActive','[data-embed-interaction-boundary-owner=\x22','setSearchQuery','viewportScrollY','getRegistration','_active$','session$','collectDocsTableLikeEmbedChildUnitIds','scroll-contained','embedFloatingMenuEntry','Empty\x20embed\x20float\x20preview\x20result.','UniverSheetsFilterUi','pointercancel','_contextsByChildUnitId','setContextValue','univer-z-30','setProperty','Element','ALL','scrollByViewportDeltaVal','IRibbonService','identifier:univer.menu-manager-service','1em','embed-float-dom','activeViewId','error','isChildUnitInActiveSession','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','deactivateTabSessions','_isOwnedBoundaryElement','DEFAULT_WORKSHEET_ROW_HEIGHT','useState','toDisposable','selector','decorate','M1.9999\x2012.9004C1.66853\x2012.9004\x201.3999\x2013.169\x201.3999\x2013.5004C1.3999\x2013.8318\x201.66853\x2014.1004\x201.9999\x2014.1004H11.3332C11.6646\x2014.1004\x2011.9332\x2013.8318\x2011.9332\x2013.5004C11.9332\x2013.169\x2011.6646\x2012.9004\x2011.3332\x2012.9004H1.9999Z','className','univer-min-w-0','getRowCount','CloseBaseRecordDetailPanelOperation','divider','M12.665\x202.66496H3.33496C2.96493\x202.66496\x202.66496\x202.96493\x202.66496\x203.33496V12.665C2.66496\x2013.035\x202.96493\x2013.335\x203.33496\x2013.335H12.665C13.035\x2013.335\x2013.335\x2013.035\x2013.335\x2012.665V3.33496C13.335\x202.96493\x2013.035\x202.66496\x2012.665\x202.66496ZM3.33496\x201.33496C2.23039\x201.33496\x201.33496\x202.23039\x201.33496\x203.33496V12.665C1.33496\x2013.7695\x202.23039\x2014.665\x203.33496\x2014.665H12.665C13.7695\x2014.665\x2014.665\x2013.7695\x2014.665\x2012.665V3.33496C14.665\x202.23039\x2013.7695\x201.33496\x2012.665\x201.33496H3.33496Z','useLayoutEffect','document','_findPreviousReadyEntry','start','[data-embed-float-dom]','useObservable','0\x200\x2016\x2016','dataset','-52px','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','_registerProductUIContributions','overflowY','SetRangeFontSizeCommand','RibbonFormulasGroup','child-scroll','true','lockHostRibbon','_isHostPreservingLease','includeAppShellEditorPortal','IConfigService','rect-popup','_boardElementService','_markExistingBodyPortals','embed-ui.sheetsFloating.toolbar.fontSize','class','mount','params','identifier:univer.sheet.selection-render-service','_initializeFloatingSessionActiveState','hostElement','group','runtimeHost','EmbedFocusOwnerService','notifyExited','embed-float-dom-live','HorizontalAlign','onStarting','HTMLElement','connectInjector','click','borderComposite','RIBBON','canvasRootClassName','selectElements','resolveDocsTableLikeCustomBlockContentHeight','data-embed-sheets-sheet-tab-host','ISheetEmbedInteractionBoundaryService','call','BASE_VIEW_MENU_ITEMS','isFinite','_isUniverPortalCandidate','_activeDragCleanup','_activeDrain','currentTarget','getActiveDescriptorsByChildUnit','activeElement','Button','ctrlKey','floating-menu','clientX','fields','MenuManagerService','getLocales','BOARDS_UI_PLUGIN_CONFIG_KEY','slide-readonly-preview','UniverProSheetsShapeUi','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','divider-layout','UNIVER_BASE','child-popup','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','registerFocusHandler','MoreDownIcon','Previous\x20page','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','UniverProDocsTableUi','index','visibility','hasChildInteractionLease','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','IBaseEmbedFloatingActiveService','univer-pointer-events-none\x20univer-absolute\x20univer-left-3.5\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-min-w-0\x20univer-items-center\x20univer-justify-between\x20univer-gap-4','overflow','embedChildUnitId','getColumnWidth','_childUnitAncestry','_getActiveOwnedRuntimeFocusInfo','keys','setFakeToolbarVisible','_sceneCanvasCaptureService','setActivatedTab','embed-float-dom-live-content','ISlideEmbedRuntimeFocusCoordinator','display:flex','LEFT','_rectContainsPoint','closeOwnedFloatingSurfaces','BaseUIStateService','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','documentElement','Docs','fullscreen','activeIndex','_releaseTabPeerFocusLease','EditorContainer','_isUniverPortalTreeElement','items','embedSlidePreviewCanvasHost','displayName','surface','activate','slides-page-list-block','4686972AXVGxy','listSessions','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','univer-relative\x20univer-flex\x20univer-h-8\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','_items','mask','[data-embed-float-fullscreen-button]','promote','collapsedIds$','_runtimeScopes','IBoardUIStateService','getCanvasElement','slide-page-list','UniverProSheetsOutlineUi','filter-icon','prototype','M2.5999\x207.1349C2.5999\x206.80353\x202.33127\x206.5349\x201.9999\x206.5349C1.66853\x206.5349\x201.3999\x206.80353\x201.3999\x207.1349V9.4049C1.3999\x209.73627\x201.66853\x2010.0049\x201.9999\x2010.0049C2.33127\x2010.0049\x202.5999\x209.73627\x202.5999\x209.4049V8.86968H4.54992C4.88129\x208.86968\x205.14992\x208.60105\x205.14992\x208.26968C5.14992\x207.93831\x204.88129\x207.66968\x204.54992\x207.66968H2.5999V7.1349Z','host','_getAnyActiveElement','embed.sheets.','_getChildSessionPriority','querySelector','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','FOCUSING_BOARD','VerticalAlign','_entriesByEmbedId','tab','getCacheKey','embed-ui.fullscreen.exit','listbox','hostToolbar','SheetsOutlineUIMenuSchema','embedLayout','BoardImageInsertService','_assertChildUnitAvailable','takeRecords','_configService','reverse','version','DocsCustomBlock','IBaseHostChromeOverrideService','fieldOrder','popupRoot','_focusLayout','_rootsByEmbedId','px)','EmbedHostAnchorModelService','setCurrentUnitForType','[data-u-comp=\x22embed-docs-custom-block\x22]','contribution','endColumn','EMBED_CHILD_UNIT_ID_ATTRIBUTE','amd','components','dragStarted','getOverride','resolveStackUnitId','StopBaseEditingCellOperation','_focusTemporarySink','metaKey','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','clear','getAll','append','hideHostFxBar','content','medium','composedPath','VIEW_MAIN','fontSize','univer-z-[2]\x20univer-flex\x20univer-h-full','M10\x2010L14\x2014M10\x206L14\x202M14\x2010.6667V14H10.6667M14\x205.33333V2H10.6667M2\x2010.6667V14H5.33333M2\x2014L6\x2010M2\x205.33333V2H5.33333M6\x206L2\x202','aspect-fit','_isDetachedOffscreenPortalCandidate','calendarEventSettings','IDocEmbedInteractionBoundaryService','view-','colorChannel1','clearFocusOwner','BoardsFloatingObject','stage-change','_rootsByChildUnitId','pipe','IRibbonOverrideService','cancel-merge-icon','ownerDocument','elementUpdate$','_override$','hasCommand','supportedLayouts','prepare','subscribeContextValue$','_markRuntimeFocusRole','readonly','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-white\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','univer-doc-main-canvas','_resolveLayout','createUnit','increase-icon','jsx','classList','M9.20731\x205.99993C8.973\x206.23424\x208.973\x206.61414\x209.20731\x206.84845L10.0912\x207.73235C10.2474\x207.88856\x2010.2474\x208.14182\x2010.0912\x208.29803L9.20731\x209.18192C8.973\x209.41624\x208.973\x209.79614\x209.20731\x2010.0305C9.44163\x2010.2648\x209.82153\x2010.2648\x2010.0558\x2010.0305L10.9397\x209.14654C11.5646\x208.52171\x2011.5646\x207.50867\x2010.9397\x206.88384L10.0558\x205.99993C9.82153\x205.76561\x209.44163\x205.76561\x209.20731\x205.99993Z','embed-ui.sheetsFloating.toolbar.resetColor','_getHostUnit','IUIRuntimeScopeService','disposeUnit','univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','_layoutService','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','BaseDuplicateTableDialog','hasAnyHostPreservingChildFocusLease','event','focused$','univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','cancelAnimationFrame','getOwnPropertyDescriptor','Missing\x20embed\x20float\x20preview\x20provider:\x20','[data-embed-sheets-sheet-tab-host=\x22','shouldSuppressHostInteraction','_mountResolvedHost','finally','13px','right','univer-fill-gray-900\x20dark:!univer-fill-white','placeholder','string','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','setCollapsedIds','MutationObserver','hidePopupsForUnit','clearVirtualRecords','parentEmbedId','100%','embed-ui.sheetsFloating.align.left','clearSelection','sheetBar','complete','BuiltInUIPart','M3.32508\x2011.7609C3.46644\x2011.8194\x203.64565\x2011.8194\x204.00407\x2011.8194H13.049L10.1235\x2014.745C9.87002\x2014.9984\x209.7433\x2015.1251\x209.68475\x2015.2665C9.60668\x2015.455\x209.60668\x2015.6668\x209.68475\x2015.8552C9.7433\x2015.9966\x209.87002\x2016.1233\x2010.1235\x2016.3768C10.3769\x2016.6302\x2010.5036\x2016.7569\x2010.645\x2016.8155C10.8335\x2016.8935\x2011.0452\x2016.8935\x2011.2337\x2016.8155C11.3751\x2016.7569\x2011.5018\x2016.6302\x2011.7552\x2016.3768L16.5105\x2011.6215C16.5524\x2011.5803\x2016.5983\x2011.5344\x2016.6493\x2011.4834L16.6495\x2011.4831C16.8561\x2011.2765\x2016.9785\x2011.1542\x2017.0484\x2011.0394C17.0648\x2011.0128\x2017.0782\x2010.9866\x2017.0893\x2010.9599C17.1674\x2010.7714\x2017.1674\x2010.5596\x2017.0893\x2010.3711C17.0308\x2010.2298\x2016.904\x2010.1031\x2016.6506\x209.84962C16.5685\x209.76752\x2016.4997\x209.69872\x2016.4394\x209.64123L11.7542\x204.95601C11.5007\x204.70257\x2011.374\x204.57585\x2011.2327\x204.5173C11.0442\x204.43923\x2010.8324\x204.43923\x2010.6439\x204.5173C10.5026\x204.57585\x2010.3758\x204.70257\x2010.1224\x204.95601L10.1224\x204.95601C9.86895\x205.20945\x209.74223\x205.33617\x209.68368\x205.47753C9.60561\x205.66601\x209.60561\x205.87779\x209.68368\x206.06627C9.74223\x206.20764\x209.86895\x206.33436\x2010.1224\x206.5878L13.0463\x209.51175H4.00407C3.64565\x209.51175\x203.46644\x209.51175\x203.32508\x209.5703C3.1366\x209.64837\x202.98685\x209.79812\x202.90877\x209.98661C2.85022\x2010.128\x202.85022\x2010.3072\x202.85022\x2010.6656C2.85022\x2011.024\x202.85022\x2011.2032\x202.90877\x2011.3446C2.98685\x2011.5331\x203.1366\x2011.6828\x203.32508\x2011.7609Z','UniverUi','checkContentIsFocused','SetDocZoomRatioOperation','tabIndex','defIds','disabled$','getSession','univer-dropdown','M5.65252\x205.41446C5.86681\x205.53124\x206.00016\x205.75579\x206.00016\x205.99984V9.99984C6.00016\x2010.368\x205.70168\x2010.6665\x205.3335\x2010.6665C4.96531\x2010.6665\x204.66683\x2010.368\x204.66683\x209.99984V7.22312L4.36151\x207.42005C4.05209\x207.61961\x203.63948\x207.53056\x203.43992\x207.22115C3.24035\x206.91173\x203.3294\x206.49912\x203.63882\x206.29956L4.97215\x205.43959C5.17724\x205.30731\x205.43822\x205.29767\x205.65252\x205.41446Z','arrow-right-icon','setTimeout','deleteBlock','ResetBackgroundColorCommand','ISheetEmbedRuntimeFocusCoordinator','univer-flex\x20univer-items-center\x20univer-justify-center','container','generateRandomId','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','CanvasPopup','max','UniverProBases','ribbon','embedChildType','BoardUIStateService','embed-ui.sheetsFloating.toolbar.formatPainter','url(#$1','univer-flex\x20univer-items-center\x20univer-gap-1','DocsTablePassiveWheelService','data-embed-bases-table-list-host','M1.9999\x205.56641C1.66853\x205.56641\x201.3999\x205.83504\x201.3999\x206.16641C1.3999\x206.49778\x201.66853\x206.76641\x201.9999\x206.76641H11.3332C11.6646\x206.76641\x2011.9332\x206.49778\x2011.9332\x206.16641C11.9332\x205.83504\x2011.6646\x205.56641\x2011.3332\x205.56641H1.9999Z','data-embed-host-unit-id','min','hasHostPreservingChildFocusLeaseForHost','scrollHeight','allowDirectBodyPortal','slideOrder$','FONT_SIZE_LIST','General','_getOwnedEmbedIdFromEventPoint','contains','M4.66665\x205.56641C4.33528\x205.56641\x204.06665\x205.83504\x204.06665\x206.16641C4.06665\x206.49778\x204.33528\x206.76641\x204.66665\x206.76641H14C14.3314\x206.76641\x2014.6\x206.49778\x2014.6\x206.16641C14.6\x205.83504\x2014.3314\x205.56641\x2014\x205.56641H4.66665Z','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','_focusUnit','disconnect','fallbackHeight','getComputedStyle','getAncestryForHostUnit','number-icon','stopEditingCell','#000000','_dispatchEscapeToFloatingSurface','hasAnyBlockingChildFocusLease','embed-ui.config','join','childUnit','configurations','MergeAllIcon','_nextIndex','EMBED_RUNTIME_HOST_ALREADY_LEASED:','query','univer-size-3','univer-min-w-0\x20univer-truncate','manual','mountIntoHostElement','identifier:ui.layout-service','ISlideEmbedMountService','slideOrder','_handlers','label','useEffect','[data-radix-popper-content-wrapper]','geometryInvalidated$','ContextMenuService','disableEdit','left-justifying-icon','_hostContainerRegistry','setActiveSlide','enter','visible','embed-ui.basesFloating.viewSettings.title','textContent','SKIP_SELF','FOCUSING_DOC','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','zoomStep','sheet.command.smart-toggle-filter','UndoCommand','isChildUnitRuntimeEvent','_leaseSequence','workbench','captureByChildUnitId','insertBefore','pen-icon','slide-canvas','getContextValue','__embedSharedRootInjector','child-editor','BaseTableSidebarFrame','M1.3999\x209.8334C1.3999\x209.50203\x201.66853\x209.2334\x201.9999\x209.2334H13.9999C14.3313\x209.2334\x2014.5999\x209.50203\x2014.5999\x209.8334C14.5999\x2010.1648\x2014.3313\x2010.4334\x2013.9999\x2010.4334H1.9999C1.66853\x2010.4334\x201.3999\x2010.1648\x201.3999\x209.8334Z','cancelEditing','OpenBaseContextMenuOperation','getBaseFloatingPanelPortalContainer','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','EmbedHostMenuOverrideService','WrapStrategy','PenIcon','fakeToolbarVisible$',':anonymous:','0\x200\x2017\x2016','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','_flushPendingContributions','justify-content:center','passiveViewportRegistry','hasHostPreservingChildFocusLease','M10.3014\x201.70389C9.85268\x200.479568\x208.12109\x200.479557\x207.67238\x201.70389L4.72235\x209.75326C4.60832\x2010.0644\x204.76811\x2010.4091\x205.07924\x2010.5231C5.39038\x2010.6371\x205.73504\x2010.4773\x205.84907\x2010.1662L6.99975\x207.02646C7.03588\x207.03324\x207.07314\x207.03679\x207.11123\x207.03679H10.9778L12.1247\x2010.1662C12.2387\x2010.4773\x2012.5834\x2010.6371\x2012.8945\x2010.5231C13.2057\x2010.4091\x2013.3654\x2010.0644\x2013.2514\x209.75326L10.3014\x201.70389ZM10.538\x205.83679L9.17467\x202.11682C9.11057\x201.94192\x208.8632\x201.94192\x208.7991\x202.11682L7.43576\x205.83679H10.538Z','_normalizeHostMountResult','FORMULA_EDITOR_ACTIVATED','HorizontalMergeIcon','univer-doc-selection-container-__INTERNAL_EDITOR__','more-down-icon','M1.09985\x203.64443C1.09985\x203.31306\x201.36848\x203.04443\x201.69985\x203.04443H14.2999C14.6312\x203.04443\x2014.8999\x203.31306\x2014.8999\x203.64443C14.8999\x203.9758\x2014.6312\x204.24443\x2014.2999\x204.24443H1.69985C1.36848\x204.24443\x201.09985\x203.9758\x201.09985\x203.64443Z','SheetsDrawingUIMenuSchema','localeChanged$','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','SlidesFloatingObject','embed-ui.deleteBlock','subscribeConfigValue$','divider-block','_ribbonOverrideService','mountService','divider-border','registerElement','register','resolveDocsTableLikeCustomBlockContentWidth','getActiveSheet','_sync','floor','NumberIcon','overflow-icon','IDocEmbedRuntimeFocusCoordinator','dialog','getPreview','_drainQueue','passThroughInteractionGate','scrollToViewportPos','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','setZoomRatioAtViewportPoint','splice','contentRect','openToolbarPanel','AlignTopIcon','ISidebarService','AddWorksheetMergeAllCommand','_hostAdapterRegistry','inert','scrollLeft','toggleAttribute','renderPreview','activeSlideId$','embed-ui.basesFloating.delete','BorderType','sheetLike','VIEWPORT_KEY','Separator','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','getSlide','embed-ui.sheetsFloating.borderLine.borderColor','startEditingCell','retrying-base-child-render','docs-custom-block','embedChildRenderMode','subscribe','embedModelService','_mountBlockedRuntime','darkMode$','focusFloatingRuntime','inline','indexOf','GRID_ADD_RECORD_ROW_HEIGHT','rowHeader','getOwnPropertyNames','getDirection','isEmbedBoardsFloatingElement','data-embed-slides-page-list-host','getActiveDescriptors','canMount','EmbedChildViewRegistryService','expand-icon','clearActiveEditing','defaults','addRecord','_markInteractionBoundaryOwnerTree','_modelService','8px','SetTextWrapCommand','getMaxScrollLeft','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','embed-ui.sheetsFloating.align.middle','from','_menuOverrideService','_hasContributionId','registerContainerElement','scaleX','getRowVisible','Nested\x20embed\x20is\x20not\x20supported.','svg','dpr','SetCellEditVisibleOperation','Next\x20page','object','columnHeader','CloseBasePanelOperation','unsubscribe','_leaseAppliesToHostUnit','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','width:100%','false','bases-table-list-block','_setRenderFailure','embedHostEntry','EmbedDuplicateChildUnitError','IBoardElementService','DOCS_UI_PLUGIN_CONFIG_KEY','UniverSheetsNumfmtUi','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','_pendingChildUnits','includes','UniverSheetsConditionalFormattingUi','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','isConnected','font:13px/1.5\x20sans-serif','VerticalIntegrationIcon','getContextByEmbedId','focus','print','M4.75332\x205.22217C3.86966\x205.22217\x203.15332\x205.93851\x203.15332\x206.82217V12.5331C3.15332\x2013.9691\x204.31738\x2015.1332\x205.75332\x2015.1332H10.2465C11.6825\x2015.1332\x2012.8465\x2013.9691\x2012.8465\x2012.5331V6.82217C12.8465\x205.93851\x2012.1302\x205.22217\x2011.2465\x205.22217H4.75332ZM4.35332\x206.82217C4.35332\x206.60125\x204.53241\x206.42217\x204.75332\x206.42217H11.2465C11.4674\x206.42217\x2011.6465\x206.60125\x2011.6465\x206.82217V12.5331C11.6465\x2013.3063\x2011.0197\x2013.9332\x2010.2465\x2013.9332H5.75332C4.98012\x2013.9332\x204.35332\x2013.3063\x204.35332\x2012.5331V6.82217Z','SetEmbedDescriptorMutation','pluginName','setConfig','scroll','getUnitType','univer-doc-selection-container-docs-','M6.424\x208.24239C6.65832\x208.4767\x206.65832\x208.8566\x206.424\x209.09091L6.11502\x209.3999H9.33307C10.1063\x209.3999\x2010.7331\x208.7731\x2010.7331\x207.9999C10.7331\x207.22671\x2010.1063\x206.5999\x209.33307\x206.5999H4.6666L4.66645\x205.3999H9.33307C10.769\x205.3999\x2011.9331\x206.56396\x2011.9331\x207.9999C11.9331\x209.43584\x2010.769\x2010.5999\x209.33307\x2010.5999H6.11485L6.424\x2010.9091C6.65832\x2011.1434\x206.65832\x2011.5233\x206.424\x2011.7576C6.18969\x2011.9919\x205.80979\x2011.9919\x205.57548\x2011.7576L4.24214\x2010.4242C4.00783\x2010.1899\x204.00783\x209.81003\x204.24214\x209.57572L5.57548\x208.24239C5.80979\x208.00807\x206.18969\x208.00807\x206.424\x208.24239Z','records','UniverProBoards','pivot-table','embed-ui.sheetsFloating.align.center','M3.33315\x2012.9004C3.00178\x2012.9004\x202.73315\x2013.169\x202.73315\x2013.5004C2.73315\x2013.8318\x203.00178\x2014.1004\x203.33315\x2014.1004H12.6665C12.9979\x2014.1004\x2013.2665\x2013.8318\x2013.2665\x2013.5004C13.2665\x2013.169\x2012.9979\x2012.9004\x2012.6665\x2012.9004H3.33315Z','split','conditionalColoring','getTypeOfUnitDisposed$','_claimBodyPortals','RIGHT','_getSlideModel','backgroundColor','SlideCanvasView','capture','_ownedEmbedAppliesToChildUnit','syncExecuteCommand','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','height','PaintBucketDoubleIcon','_registerFloatingMenus','aria-hidden','LookUp','ownedPointerInteractionUntil','delete','supports','_registrations','inset','unregisterCommand','[data-embed-runtime-focus-role]','no-color-double-icon','pageId','sheets-floating-object','button','IBaseCanvasRootResolverService','AlignBottomIcon','onMutationExecutedForCollab','setSelection','retryDelay','hostUnitId','_renderManagerService','closeContextMenu','views','CENTER','getCanvas','M4.71549\x207.38216C4.71549\x207.01397\x205.01397\x206.71549\x205.38216\x206.71549H9.38216C9.75035\x206.71549\x2010.0488\x207.01397\x2010.0488\x207.38216C10.0488\x207.75035\x209.75035\x208.04883\x209.38216\x208.04883H5.38216C5.01397\x208.04883\x204.71549\x207.75035\x204.71549\x207.38216Z','hasRecentInteractionFor','replaceChildren','_providers','ArrowLeftIcon','IBaseUIPopupService','isHostGesture','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','M13.7841\x201.80029C14.1155\x201.80029\x2014.3841\x202.06892\x2014.3841\x202.40029V14.0003C14.3841\x2014.3317\x2014.1155\x2014.6003\x2013.7841\x2014.6003C13.4527\x2014.6003\x2013.1841\x2014.3317\x2013.1841\x2014.0003V8.60259H7.13467C6.8033\x208.60259\x206.53467\x208.33396\x206.53467\x208.00259C6.53467\x207.67122\x206.8033\x207.40259\x207.13467\x207.40259H13.1841V2.40029C13.1841\x202.06892\x2013.4527\x201.80029\x2013.7841\x201.80029Z','ownsSession','toString','[data-embed-floating-menu=\x22true\x22]','embed-ui.boardsFloating.zoomIn','BaseViewIcon','filter','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','area','NoColorDoubleIcon','remove','status','mousedown','next','horizontal','RightJustifyingIcon','UniverProSheetsPivotUi','embed-ui.basesFloating.confirmDelete.tableDescription','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','rootElement','MoveBaseViewCommand','unit','onCommandExecuted','registerComponent','self','base-embed-view-slot','floating','enabled','_ownedRuntimeFocusAppliesToHost','values','univer.embed.forwarded-wheel-event','canvasFloatDomPreviewService','ZoomOutIcon','_runQueue','render','hostAnchorRecord','removeAttribute','keyboard','acquireLease','display','useCallback','parentNode','before:univer-hidden','_setAnchorTransformerVisible','stage2-runtime','truncation-icon','descriptor','registerRuntimeScope','moved','productName','title-only','embed-ui.sheetsFloating.toolbar.fillColor.main','_registerServices','embed-ui.boardsFloating.delete','mainComponent','image/png','UNIVER_EMBED_UI_PLUGIN','SELF','M7.1349\x201.3999C6.80353\x201.3999\x206.5349\x201.66853\x206.5349\x201.9999C6.5349\x202.33127\x206.80353\x202.5999\x207.1349\x202.5999H7.67993V4.55065C7.67993\x204.88203\x207.94856\x205.15065\x208.27993\x205.15065C8.6113\x205.15065\x208.87993\x204.88203\x208.87993\x204.55065V2.5999H9.4049C9.73627\x202.5999\x2010.0049\x202.33127\x2010.0049\x201.9999C10.0049\x201.66853\x209.73627\x201.3999\x209.4049\x201.3999H7.1349Z','docs-','disposable','setLeftSidebarVisible','scrollTop','_domLayerService','univer:embed-float-drag-handle:pointerdown','DeleteBaseTableCommand','ContextMenu','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','_routeWheelToHost','ref','[data-embed-interaction-boundary-owner]','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','hostAnchorId','_registerChildFocusBridge','clearFloating','UniverInstanceType','clientHeight','data-validation','_roots','React','defaultColumnWidth','_isAppShellEditorPortalCandidate','_isOwnedElement','text-align:center','toPrimitive','floating-stage','EMBED_MOUNT_HOST_NOT_REGISTERED','LeftJustifyingIcon','unsupported-layout','univer-min-w-0\x20univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20univer-text-sm\x20univer-font-semibold\x20univer-text-gray-700\x20dark:!univer-text-gray-200','_getVisibleCanvasDocumentRect','[data-embed-popup-root]','size','_pendingPortalOwner','CreateBaseViewCommand','paint-bucket-double-icon','_notifyRuntimeSessionChanged','getCurrentSelections','ArrowRightIcon','Fragment','BaseUIPopupService','ignoreOwners','univer-text-red-500','[data-u-comp=\x22base-embed-view-slot\x22]','hostChromeMode','fullscreenService','_sortHandlers','-100000px','constructor','docs-sticky-sheet','_childViewRegistry','VerticalCenterIcon','hasAnyChildInteractionLease','_exited$','data','none','closeActiveEditor','invalidate','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','forEach','_blurActiveElementBeforePortalReassignment','UniverSheetsUi','state$','enableExclusivePolicy','pageMarginRight','_registerRuntimeBoundary','priority','identifier:univer.ribbon-service','M1.1387\x2010.8773L1.13878\x2012.6773C1.13883\x2013.6162\x201.89994\x2014.3772\x202.8388\x2014.3772L5.90638\x2014.3772L5.91296\x2014.3772L5.91955\x2014.3772L10.0775\x2014.3772C10.0806\x2014.3772\x2010.0837\x2014.3772\x2010.0868\x2014.3772C10.0899\x2014.3772\x2010.093\x2014.3772\x2010.0961\x2014.3772L13.1607\x2014.3772C14.0996\x2014.3771\x2014.8607\x2013.616\x2014.8607\x2012.6772V10.8772C14.8607\x209.93836\x2014.0996\x209.17725\x2013.1607\x209.17725H2.8387C1.89978\x209.17725\x201.13865\x209.93841\x201.1387\x2010.8773ZM9.48679\x2010.3772H6.51296V13.1772L9.48679\x2013.1772V10.3772ZM10.6868\x2013.1772V10.3772H13.1607C13.4369\x2010.3772\x2013.6607\x2010.6011\x2013.6607\x2010.8772V12.6772C13.6607\x2012.9533\x2013.4369\x2013.1771\x2013.1607\x2013.1772L10.6868\x2013.1772ZM5.31296\x2013.1772V10.3772H2.8387C2.56254\x2010.3772\x202.33868\x2010.6011\x202.3387\x2010.8773L2.33878\x2012.6773C2.33879\x2012.9534\x202.56265\x2013.1772\x202.83879\x2013.1772L5.31296\x2013.1772Z','description','_contributions','RemoveEmbedCommand','ICommandService','img','SheetBar','font-color-double-icon','_releaseTabPeerFocusLeasesForHost','data-embed-popup-root','Disposable','runtimeRoots','disposeWithMe','DesktopSidebarService','stable','schedule','_current','base-embed-fullscreen-add-view-menu','activateFullscreen','hostHeaderMode','sequence','use','value$','getTypeOfUnitAdded$','pointerEvents','content-bounds-fit','embed-ui.sheetsFloating.borderLine.borderSize','hideContextMenu','KeyboardEvent','DesktopRibbonService','_univerInstanceService','virtualWidth','getConfig','getAttribute','OpenBaseActiveEditorOperation','divider-format','getFocusOwner','_tabFocusLeases','reRender','ISheetEmbedRuntimeService','disableLiveHostPointerEvents','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','mode','EmbedHostEntryEnum','_mountOwnedSession','addedNodes','contentRoot','BoardToolService','hasAttribute','_elements','M8.01281\x201.36643C8.79386\x200.585377\x2010.0602\x200.585378\x2010.8412\x201.36643L12.9223\x203.44752C13.7034\x204.22857\x2013.7034\x205.4949\x2012.9223\x206.27595L9.36445\x209.83383C8.5834\x2010.6149\x207.31707\x2010.6149\x206.53602\x209.83383L4.45493\x207.75273C3.67388\x206.97168\x203.67388\x205.70535\x204.45493\x204.9243L8.01281\x201.36643ZM9.9927\x202.21495C9.68028\x201.90253\x209.17375\x201.90253\x208.86133\x202.21495L5.30346\x205.77283L5.29671\x205.77966L10.839\x206.66224L12.0738\x205.42742C12.3862\x205.115\x2012.3862\x204.60847\x2012.0738\x204.29605L9.9927\x202.21495Z','shift','formulaBar','activateSession','identifier','interactionGate','tabindex','_getBodyPortalOwner','embed-ui.boardsFloating.fitContent','SetBorderBasicCommand','floatingMenuInsetTop','pointerdown','base-embed-view-panel','_maxDepth','updatedAt','menuChanged$','menuSlot','find','UNIVER_SLIDE','clearTimeout','_focusCoordinator','viewportScrollX','getSheetId','docs-ui.embed','rules','EMBED_DUPLICATE_CHILD_UNIT','[data-u-comp=\x22embed-float-dom-live-content\x22]','child-fullscreen','pointer-events','ready','getActiveSlide','number','align-top-icon','entry','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','ribbonService','resolveRuntimeScopeByChildUnitId','layoutPolicy','PointerDown','_ensurePortalObserver','embedChildRenderStatus','auto','shouldRefreshDocsCustomBlockSizeForCommand','flatMap','CreateEmbedCommand','zoom-out-icon','rowHeight','scrollWidth','registerMultipleCommand','runtime-pointer','data-embed-child-type','M1.9999\x201.89941C1.66853\x201.89941\x201.3999\x202.16804\x201.3999\x202.49941C1.3999\x202.83078\x201.66853\x203.09941\x201.9999\x203.09941H13.9999C14.3313\x203.09941\x2014.5999\x202.83078\x2014.5999\x202.49941C14.5999\x202.16804\x2014.3313\x201.89941\x2013.9999\x201.89941H1.9999Z','_resolveChildSessionMode','outline','set','sheets-sheet-tab','registerProvider','activateView','child-keyboard','one-to-one-icon','defaultPrevented','M8.5999\x2010.6667C8.5999\x2010.3353\x208.33127\x2010.0667\x207.9999\x2010.0667C7.66853\x2010.0667\x207.3999\x2010.3353\x207.3999\x2010.6667V14.6667C7.3999\x2014.998\x207.66853\x2015.2667\x207.9999\x2015.2667C8.33127\x2015.2667\x208.5999\x2014.998\x208.5999\x2014.6667V10.6667Z','CanvasPopupService','EmbedReferencedUnitMaterializeService','children','activateTable','M12.1999\x201.40967C11.8685\x201.40967\x2011.5999\x201.6783\x2011.5999\x202.00967C11.5999\x202.34104\x2011.8685\x202.60967\x2012.1999\x202.60967H12.5299C13.3031\x202.60967\x2013.9299\x203.23647\x2013.9299\x204.00967V4.33967C13.9299\x204.67104\x2014.1985\x204.93967\x2014.5299\x204.93967C14.8613\x204.93967\x2015.1299\x204.67104\x2015.1299\x204.33967V4.00967C15.1299\x202.57373\x2013.9659\x201.40967\x2012.5299\x201.40967H12.1999Z','renderScopeActive','after:!univer-border-0','unitAdded$','univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','bleedLeft','SetBaseZoomOperation','setAttribute','UNIVER_DOC','embed-ui.boardsFloating.zoomOut','makeForceDirty','activeUntil','SetBackgroundColorCommand','redos','round','slides-ui.ribbon','createInstance','univer-fill-primary-600','warn','RibbonViewGroup','range','M5.33888\x201.13919L3.40568\x201.13926C2.30114\x201.13931\x201.40575\x202.03474\x201.40576\x203.13928L1.40586\x2012.8612C1.40587\x2013.9658\x202.3013\x2014.8612\x203.40586\x2014.8612H5.33896C6.44353\x2014.8612\x207.33896\x2013.9658\x207.33896\x2012.8612V11.8084C7.33896\x2011.4771\x207.07033\x2011.2084\x206.73896\x2011.2084C6.40759\x2011.2084\x206.13896\x2011.4771\x206.13896\x2011.8084V12.8612C6.13896\x2013.303\x205.78079\x2013.6612\x205.33896\x2013.6612H3.40586C2.96403\x2013.6612\x202.60586\x2013.303\x202.60586\x2012.8612L2.60576\x203.13927C2.60576\x202.69745\x202.96391\x202.33928\x203.40573\x202.33926L5.33893\x202.33919C5.78077\x202.33917\x206.13896\x202.69735\x206.13896\x203.13919V4.192C6.13896\x204.52337\x206.40759\x204.792\x206.73896\x204.792C7.07033\x204.792\x207.33896\x204.52337\x207.33896\x204.192V3.13919C7.33896\x202.03459\x206.44348\x201.13914\x205.33888\x201.13919Z','embed-ui.basesFloating.confirmDelete.viewTitle','hypot','stale','updateItem','M5.94379\x205.99993C6.1781\x205.76561\x206.558\x205.76561\x206.79232\x205.99993C7.02663\x206.23424\x207.02663\x206.61414\x206.79232\x206.84845L5.90842\x207.73235C5.75221\x207.88856\x205.75221\x208.14182\x205.90842\x208.29803L6.79232\x209.18193C7.02663\x209.41624\x207.02663\x209.79614\x206.79232\x2010.0305C6.558\x2010.2648\x206.1781\x2010.2648\x205.94379\x2010.0305L5.0599\x209.14656C4.43506\x208.52172\x204.43506\x207.50866\x205.0599\x206.88382L5.94379\x205.99993Z','M12.5939\x201.13916L10.6607\x201.1392C9.5563\x201.13922\x208.66094\x202.03448\x208.66079\x203.13893L8.66064\x204.19191C8.6606\x204.52328\x208.92919\x204.79194\x209.26056\x204.79199C9.59193\x204.79204\x209.8606\x204.52344\x209.86064\x204.19207L9.86079\x203.13909C9.86085\x202.69731\x2010.219\x202.33921\x2010.6608\x202.3392L12.594\x202.33916C13.0358\x202.33915\x2013.394\x202.69732\x2013.394\x203.13916L13.394\x207.40012H10.4947L11.0464\x206.84845C11.2807\x206.61414\x2011.2807\x206.23424\x2011.0464\x205.99993C10.8121\x205.76561\x2010.4322\x205.76561\x2010.1979\x205.99993L9.31395\x206.88384C8.68914\x207.50867\x208.68914\x208.52171\x209.31396\x209.14654L10.1979\x2010.0305C10.4322\x2010.2648\x2010.8121\x2010.2648\x2011.0464\x2010.0305C11.2807\x209.79614\x2011.2807\x209.41624\x2011.0464\x209.18192L10.4646\x208.60012H13.394L13.394\x2012.8612C13.394\x2013.303\x2013.0359\x2013.6612\x2012.594\x2013.6612H10.6606C10.2188\x2013.6612\x209.86064\x2013.303\x209.86064\x2012.8612V11.8084C9.86064\x2011.4771\x209.59202\x2011.2084\x209.26064\x2011.2084C8.92927\x2011.2084\x208.66064\x2011.4771\x208.66064\x2011.8084V12.8612C8.66064\x2013.9658\x209.55607\x2014.8612\x2010.6606\x2014.8612H12.594C13.6986\x2014.8612\x2014.594\x2013.9658\x2014.594\x2012.8612L14.594\x208.0066L14.594\x208.00012L14.594\x207.99363L14.594\x203.13915C14.594\x202.03457\x2013.6985\x201.13914\x2012.5939\x201.13916Z','horizontalAlign','child-tab','BorderStyleTypes','resolveDocsCustomBlockSize','design','name','IRenderManagerService','divider-format-tools','_restoreStage2ChildFocusWhenHostRefocuses','_registerRootPopupDescendantFocusRoles','230697afQbKR','AddWorksheetMergeCommand','table','ViewTabs','SheetShapeTextEditorContainer','unmount','clearUnit','registerContextMenuHandler','SetRangeBoldCommand','UniverSheetsDrawingUi','add','triggerContextMenu','updateViewState','bleedRight','univer-size-6\x20univer-p-0','config','popup','previewService','Observable','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','registerOwnedElement','embedChildRenderError','getRowHeight','left','_getOwnedEmbedIdFromTarget','runtimeScope','embed-ui.sheetsFloating.textWrap.wrap','inactive','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','embedRenderScopeActive','AutoFillPopupMenu','embed-docs-custom-block','INSERT','pointermove','data-embed-canvas-root','_focusDocumentBody','getContextByHostAnchorId','SheetsSortUIMenuSchema','getBaseFloatingPosition','openRecordDetail','isolation','verticalWheelMode','resolveBoardInteractionConfig','getFocusedUnit','border:1px\x20dashed\x20rgba(99,102,106,.35)','DEFAULT_EMBED_TAB_LAYOUT_POLICY','tab-active','defaultRowHeight','alt','tag','getPrototypeOf','portalContainer','M15.1399\x207.1349C15.1399\x206.80353\x2014.8713\x206.5349\x2014.5399\x206.5349C14.2085\x206.5349\x2013.9399\x206.80353\x2013.9399\x207.1349V7.66968H12.0099C11.6786\x207.66968\x2011.4099\x207.93831\x2011.4099\x208.26968C11.4099\x208.60105\x2011.6786\x208.86968\x2012.0099\x208.86968H13.9399V9.4049C13.9399\x209.73627\x2014.2085\x2010.0049\x2014.5399\x2010.0049C14.8713\x2010.0049\x2015.1399\x209.73627\x2015.1399\x209.4049V8.27463L15.1399\x208.26968L15.1399\x208.26472V7.1349Z','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-[rgba(0,0,0,0.15)]\x20univer-p-0\x20univer-text-white\x20univer-opacity-100\x20univer-shadow-sm\x20univer-transition\x20univer-duration-150\x20hover:univer-bg-[rgba(0,0,0,0.4)]\x20hover:univer-opacity-100\x20hover:univer-shadow-md\x20dark:!univer-bg-[rgba(243,244,246,0.22)]\x20dark:!univer-text-gray-900\x20dark:!univer-shadow-none\x20dark:hover:!univer-bg-[rgba(243,244,246,0.4)]','conditions','M5.3334\x207.3999C5.00203\x207.3999\x204.7334\x207.66853\x204.7334\x207.9999C4.7334\x208.33127\x205.00203\x208.5999\x205.3334\x208.5999H12.603L11.9252\x209.28591C11.6922\x209.52163\x2011.6945\x209.90152\x2011.9302\x2010.1344C12.166\x2010.3673\x2012.5458\x2010.3651\x2012.7788\x2010.1293L14.4577\x208.43018C14.69\x208.19509\x2014.6884\x207.81641\x2014.4542\x207.58324L12.7753\x205.91184C12.5404\x205.67806\x2012.1605\x205.67891\x2011.9267\x205.91375C11.6929\x206.14859\x2011.6938\x206.52849\x2011.9286\x206.76228L12.5691\x207.3999H5.3334Z','registerContext','IBaseEmbedFloatingGeometryService','_leases','getValue','catch','pushUndoRedo','_itemId','viewSettings','cycle','unitID','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','keydown','scopedInjector','__addUnit','data-embed-slides-floating-object-host','viewOrder','embed-ui.sheetsFloating.align.right','slides-ui.embed','attachSlideRenderToCanvasHost','IImageIoService','bleedWidth','_registerProductMenus','registerMountedRuntime','toResourceRefUnitType','Sheets','DEFAULT_WORKSHEET_COLUMN_WIDTH','zoom-in-icon','contextChanged$','SheetsSelectionsService','IUndoRedoService','BaseViewWheelScrollService','markStale','IBoardEmbedRuntimeFocusCoordinator','verticalAlign','maxHeight','token','[data-embed-float-dom=\x22true\x22]','docs-ui.ribbon','closeToolbarPanel','embed-ui.basesFloating.viewSettings.deleteView','session','floatingMenus','embedHostAnchorId','M1.3999\x202.3002C1.3999\x202.63157\x201.66853\x202.9002\x201.9999\x202.9002H13.9999C14.3313\x202.9002\x2014.5999\x202.63157\x2014.5999\x202.3002C14.5999\x201.96882\x2014.3313\x201.7002\x2013.9999\x201.7002H1.9999C1.66853\x201.7002\x201.3999\x201.96882\x201.3999\x202.3002Z','AddViewMenu','resolvedDependencyCollection','AddWorksheetMergeVerticalCommand','UniverProLicense','embed-ui.basesFloating.confirmDelete.tableTitle','closest','createRibbonOverride','fallbackWidth','fromEntries','BaseDeleteConfirmDialog','revision','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','nextSibling','_contextService','_rememberPreviousChildCurrentUnit','src','embedSlidesPresentationPreviewImage','SheetsUIMenuSchema','shiftViewportPanOffset','_resolvedChildUnits','documentStyle','innerHeight','title','viewportHeight','SheetsFilterUIMenuSchema','executeCommand','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','host-override','handleRegisteredWheel','__editor___INTERNAL_EDITOR__','viewId','12px','stroke','some','float','_getDocsLeft','CanvasFloatDomPreviewService','isFocused','listElements','displayTarget','getElementDataForUnit','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','[data-u-comp=\x22embed-float-dom-live\x22]','DocSelectionRenderService','forwardRef','tab-peer-runtime','_instanceService','stage1','_previousChildCurrentUnits','collectViewState','replace','containsElement','sheet-embed-floating-menu','_componentManager','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','registerRenderModule','BaseToolbar','data-embed-runtime-focus-role','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','BoardShapeTextEditorContainer','-44px','calc(100%\x20-\x20','univer-grid\x20univer-gap-0.5','_isBlockingRole','GLOBAL','hideToolbar','MIDDLE','IBaseEmbedRuntimeFocusCoordinator','CloseBaseContextMenuOperation','IconManager','scene','hasBlockingChildFocusLease','_restorePreviousChildCurrentUnit','embed-float-dom-interaction-gate','_queue','M10.2156\x202.90265C10.2156\x202.16628\x2010.8125\x201.56934\x2011.5489\x201.56934H14.2155C14.9519\x201.56934\x2015.5489\x202.16628\x2015.5489\x202.90265V13.5692C15.5489\x2014.3056\x2014.9519\x2014.9025\x2014.2155\x2014.9025H11.5489C10.8125\x2014.9025\x2010.2156\x2014.3056\x2010.2156\x2013.5692V2.90265ZM11.5489\x202.90265H14.2155V5.5622H11.5489V2.90265ZM11.5489\x206.89552V9.57631H14.2155V6.89552H11.5489ZM11.5489\x2013.5692V10.9096H14.2155V13.5692H11.5489Z','active$','useRef','test','setDocsCustomBlockRenderViewportProvider','IContextMenuService','top','Subject','embed-ui.sheetsFloating.toolbar.numberFormat','univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','embed-ui.boardsFloating.resetZoom','childUnitId','getContextByChildUnitId','open','BaseEditorService','associatedChildUnitIds','menu','createElement','M14.1544\x203.75557C14.3887\x203.98988\x2014.3887\x204.36978\x2014.1544\x204.6041L6.51409\x2012.2444C6.40157\x2012.3569\x206.24896\x2012.4201\x206.08983\x2012.4201C5.9307\x2012.4201\x205.77808\x2012.3569\x205.66556\x2012.2444L1.84541\x208.42425C1.6111\x208.18993\x201.6111\x207.81003\x201.84541\x207.57572C2.07973\x207.34141\x202.45963\x207.34141\x202.69394\x207.57572L6.08983\x2010.9716L13.3059\x203.75557C13.5402\x203.52126\x2013.9201\x203.52126\x2014.1544\x203.75557Z','order','StartBaseEditingCellOperation','setActive','align-items:center','small','addDescriptor','_getHostSnapshot','activatePortalScope','getFlatMenuByPositionKey','useFactory','_focusTabPeerSession','BORDER_SIZE_CHILDREN','IContextService','univer-overflow-hidden','getByEmbedId','abs','_runChildBeforeDeactivate','identifier:','dependencyCollection','expiresAt','_mountService','defaultView','SetRangeTextColorCommand','_handleDragStart','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_floatingActiveService','data-embed-id','border-radius:8px','CheckMarkIcon','RibbonPosition','_key','_collectOwnedFloatingSurfaceRoots','runtime','SheetsTableUIMenuSchema','_resolveFloatingSurfaceRoot','idSuffix','overlayRoot','asObservable','delete-icon','data-embed-menu-slot','UniverProSheetsPrint','SheetsDataValidationUIMenuSchema','#ffffff','EMBED_MOUNT_CHILD_NOT_RESOLVED','getSnapshot','viewportPanOffset','DeleteIcon','EditorUIFloatingContainer','search','RibbonOthersGroup','IncreaseIcon','_resolveHostWheelGestureRoot','IBoardElementStateService','ReactDOM','list','root','OTHERS','blur','hidden$','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','padding','embed-ui.sheetsFloating.toolbar.filter','IBaseViewRegistryService','FOCUSING_SHEET','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','_anchorModelService','univer-size-3.5','dropdown','_cleanupOrdinaryBodyChromeClaims','childContext','wrap','stage2','host-scroll','UniverSheetsSortUi','univer-pointer-events-none','univer-w-28\x20univer-truncate\x20univer-text-left','4464948rTdXui','viewState','_containsRegisteredElement','FOCUSING_SLIDE','embed-ui.basesFloating.copySuffix','activateTab','ExpandIcon','parseResourceRef','length','createScoped','isInternalEditorID','_embedModelService','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','makeDirty','embedFloatStage','fitContent','_blockRegistry','data-embed-overlay-root','OVERFLOW','TruncationIcon','UniverCore','function','@univerjs-pro/embed-ui','activeTableId','openSearch','[data-embed-overlay-root]','recordOrder','IBaseEditorService','reason','getColumnCount','context','_createMountFocusRestorer','ICanvasPopupService','exports.@univerjs-pro/embed.@univerjs-pro/license.@univerjs/core.@univerjs/docs-ui.@univerjs/sheets-ui.@univerjs/ui.@univerjs/design.react.rxjs.@univerjs-pro/boards.@univerjs-pro/boards-ui.react/jsx-runtime.@univerjs/docs.@univerjs/engine-render.@univerjs-pro/docs-table-ui.@univerjs-pro/bases-ui.@univerjs-pro/bases.react-dom.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-outline-ui.@univerjs-pro/sheets-pivot-ui.@univerjs-pro/sheets-print.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline-ui.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter-ui.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-note-ui.@univerjs/sheets-numfmt-ui.@univerjs/sheets-sort-ui.@univerjs/sheets-table-ui.@univerjs/sheets-thread-comment-ui.@univerjs/sheets.@univerjs-pro/slides.@univerjs-pro/slides-ui','ILayoutService','exited$','tableLike','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','UniverProBasesUi','observe','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','_touchServices','hostType','ZoomInIcon','BoardElementInsertService','embedSlidesPresentationInteractionGate','handleWheel','_activateTabPeerFocusLease','stage','doc-block','pointerup','FormulaBar','divider-font','findIndex','RibbonDataGroup','requestPreview','startX','table-','UniverEmbedPlugin','role','getViewport','activateAnchor','getUnit','IBaseEmbedRuntimeService','commandService','padding:16px','apply','instanceService','childType','startY','embed-ui.sheetsFloating.toolbar.textWrapMode.main','data-embed-interaction-boundary-owner','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z','transient','formatPainter','commandId','data-embed-runtime-slot-owner','Ribbon','_geometryInvalidated$','M3.32182\x202.60967C2.98161\x202.60967\x202.79671\x203.0074\x203.01601\x203.2675L6.85819\x207.8246C6.94943\x207.93282\x206.99947\x208.06981\x206.99947\x208.21136V12.7338C6.99947\x2012.898\x207.0998\x2013.0455\x207.2525\x2013.1058L8.73833\x2013.6928C9.00085\x2013.7965\x209.28531\x2013.6031\x209.28531\x2013.3208V8.21136C9.28531\x208.06981\x209.33535\x207.93282\x209.42659\x207.8246L13.2688\x203.2675C13.4881\x203.0074\x2013.3032\x202.60967\x2012.963\x202.60967H3.32182ZM2.09858\x204.04101C1.22139\x203.0006\x201.96097\x201.40967\x203.32182\x201.40967H12.963C14.3238\x201.40967\x2015.0634\x203.0006\x2014.1862\x204.04101L10.4853\x208.43054V13.3208C10.4853\x2014.4498\x209.34747\x2015.2237\x208.29742\x2014.8089L6.81158\x2014.2219C6.20078\x2013.9806\x205.79947\x2013.3905\x205.79947\x2012.7338V8.43054L2.09858\x204.04101Z','scaleY','ISlideEmbedActivationService','_notifyRuntimeFocusChanged','deltaMode','ribbon$','univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','docs-sticky-base','removeProperty','SHEET_FOOTER_BAR_HEIGHT','registerRoot','hasExact','tooltip','beforeCommandExecuted','clientY','EmbedActivationService','identifier:ui.popup.service','Inject','_portalObservers','clsx','_overlayRootService','mountMenu','bold','with','UniverProSheetsChartUi','IUIPartsService','[data-u-comp=\x22embed-float-dom-content\x22]','base-embed-floating-menu','useValue','preventDefault','getSlides','sourceMeta','host-scroll-sync','univer-text-red-500\x20hover:univer-text-red-600','bottom','M7.9999\x200.733398C8.33127\x200.733398\x208.5999\x201.00203\x208.5999\x201.3334V4.55137L9.57564\x203.57564C9.80995\x203.34132\x2010.1899\x203.34132\x2010.4242\x203.57564C10.6585\x203.80995\x2010.6585\x204.18985\x2010.4242\x204.42417L8.42417\x206.42417C8.18985\x206.65848\x207.80995\x206.65848\x207.57564\x206.42417L5.57564\x204.42417C5.34132\x204.18985\x205.34132\x203.80995\x205.57564\x203.57564C5.80995\x203.34132\x206.18985\x203.34132\x206.42417\x203.57564L7.3999\x204.55137V1.3334C7.3999\x201.00203\x207.66853\x200.733398\x207.9999\x200.733398Z','univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','tableId','_boardUIStateService','GRID_ROW_HEADER_WIDTH','app','START','Node','MenuManagerPosition','matches','createPortal','getEmbedBoardsFloatingCustomData','useSyncExternalStore','packageName','span','measureContentSize','absolute','devicePixelRatio','univer.embed.host-vertical-wheel-attempted-event','doc-width-scale','UniverSheetsHyperLinkUi','runtimeHostLeaseService','_contextsByEmbedId','CLIP','horizontally-icon','activateFloating','resolveSlideLogicalPageSize','resolveGridRowHeight','brush-icon','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','getCanvasEle','_session$','vertical','_getActiveElement','resolveActiveChildSessionRuntimeScope','ISheetEmbedFloatingGeometryService','bind','assign','_contentSizeRegistry','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','_mountFloatingMenu','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','ISlideEmbedFloatDomRenderer','roots','calculatePagePosition','defaultPageSize','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','closeRecordDetail','slides-floating-object','getCurrentUnitOfType','Base','position','embedId','vertical-integration-icon','reduce','pageManager','tableOrder','injector','min-height:96px','hostContext','\x20-\x20','path','setScrollState','aside','undoRedoStatus$','contextmenu','getId','SoftDeleteEmbedDescriptorMutation','_registerComponents','fontFamily','leftPanelWidth','removeEventListener','_materializeService','BOTTOM','existingEmbedId','style','customizeKanban','ActivateBaseViewOperation','EmbedHostContainerRegistryService','icon','enable','activationService','startWith','FontFamilyItem','beforeDeactivate','slide-readonly-preview-shell','hideAllContextualTabs','width','textColor','sceneCanvasCaptureService','M14.5179\x209.48875C14.5179\x209.99175\x2014.1101\x2010.3995\x2013.607\x2010.3995C13.1041\x2010.3995\x2012.6963\x209.99175\x2012.6963\x209.48875C12.6963\x209.1773\x2013.0455\x208.59966\x2013.3114\x208.20487C13.4549\x207.99177\x2013.7591\x207.99177\x2013.9027\x208.20486C14.1687\x208.59965\x2014.5179\x209.1773\x2014.5179\x209.48875Z','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','pageWidth','ISlideDrawingService','_config','UniverSheetsDataValidationUi','getRegistrationByChildUnitId','setStage','startsWith','getUnitId','getColVisible','menuSchema','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','CellPopupManagerService','UNRECOGNIZED','disposed','UniverLicensePlugin','_undoRedoService','_releaseBodyPortalClaims','openActiveEditor','contentHeight','tab-peer','registerCommand','ISheetHostChromeOverrideService','embed-float-dom-content','[data-embed-floating-menu-popup=\x22true\x22]','BASES_UI_PLUGIN_CONFIG_KEY','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','resolve','zoomRatio','SLIDE_PAGE_RECT_KEY','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','pointerId','arrow-left-icon','EMBED_MOUNT_CHILD_NOT_REGISTERED','embed-ui.basesFloating.tableSidebar.defaultTableName','.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]','addEventListener','getAncestorScale','_injector','useDependency','IBaseViewWheelScrollService','dispose','DocFloatMenuService','M12.666\x202.70571C11.7769\x201.76476\x2010.3295\x201.76476\x209.4404\x202.70571L3.37843\x209.12427C3.31779\x209.18848\x203.27756\x209.26409\x203.24979\x209.3439C3.24809\x209.3493\x203.24299\x209.3529\x203.24129\x209.3583L2.02912\x2013.2097C1.96112\x2013.4251\x202.01439\x2013.6633\x202.16626\x2013.8236C2.27393\x2013.9382\x202.41901\x2014\x202.56692\x2014C2.62699\x2014\x202.68762\x2013.9898\x202.74599\x2013.9688L6.3825\x2012.6846C6.3876\x2012.6828\x206.391\x2012.678\x206.39553\x2012.6762C6.47147\x2012.6474\x206.54287\x2012.6042\x206.60351\x2012.54L12.666\x206.12202C13.5558\x205.18048\x2013.5558\x203.64725\x2012.666\x202.70571ZM8.62832\x205.26209L9.04031\x205.69836C9.03918\x205.69956\x209.03748\x205.70016\x209.03634\x205.70136L4.99182\x209.9836L4.58096\x209.54853L8.62832\x205.26209ZM3.46287\x2012.4512L4.02673\x2010.6593L5.15446\x2011.8535L3.46287\x2012.4512ZM6.20342\x2011.2672L5.79256\x2010.8321L9.83709\x206.54988C9.83822\x206.54868\x209.83879\x206.54688\x209.83992\x206.54568L10.2513\x206.98135L6.20342\x2011.2672ZM11.8647\x205.27349L11.0532\x206.13282L9.42963\x204.41356L10.2411\x203.55423C10.6888\x203.08016\x2011.417\x203.08076\x2011.8642\x203.55423C12.3124\x204.0283\x2012.3124\x204.79942\x2011.8647\x205.27349Z','runtimeFocusChanged$','getResourceRefInputUnitSelector','margin-left','ComponentManager','univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','type','item','univer-popup','[data-u-comp=\x22embed-float-dom-chrome\x22]','_createRenderScope','data-embed-child-render-mode','fullscreen-runtime','createDocsCustomBlockHostAdapterContribution','BoardDomLayerService','_contextsByHostAnchorId','pending','elementAdd$','autowrap-icon','ISlideEmbedFocusOwnerService','BoardViewportService','shiftKey','createSlidesPageListBlockHostAdapterContribution','baseUnitId','AllBorderIcon','body','fill','symbol','_isHTMLElement','M12.3335\x205.99984C12.3335\x205.75579\x2012.2001\x205.53124\x2011.9858\x205.41446C11.7716\x205.29767\x2011.5106\x205.30731\x2011.3055\x205.43959L9.97215\x206.29956C9.66274\x206.49912\x209.57368\x206.91173\x209.77325\x207.22115C9.97281\x207.53056\x2010.3854\x207.61961\x2010.6948\x207.42005L11.0002\x207.22312V9.99984C11.0002\x2010.368\x2011.2986\x2010.6665\x2011.6668\x2010.6665C12.035\x2010.6665\x2012.3335\x2010.368\x2012.3335\x209.99984V5.99984Z','conditional-formatting','M7.57564\x2010.3914C7.80995\x2010.6257\x208.18985\x2010.6257\x208.42417\x2010.3914L10.4242\x208.3914C10.6585\x208.15709\x2010.6585\x207.77719\x2010.4242\x207.54287C10.1899\x207.30856\x209.80995\x207.30856\x209.57564\x207.54287L7.9999\x209.11861L6.42417\x207.54287C6.18985\x207.30856\x205.80995\x207.30856\x205.57564\x207.54287C5.34132\x207.77719\x205.34132\x208.15709\x205.57564\x208.3914L7.57564\x2010.3914Z','detail','embed-ui.sheetsFloating.toolbar.font','data-embed-content-root'];_0x58f1=function(){return _0x374fd9;};return _0x58f1();}
|
|
1
|
+
function _0x3a85(_0x2840bd,_0x226708){_0x2840bd=_0x2840bd-0x1cf;const _0x5eb2f9=_0x5eb2();let _0x3a8554=_0x5eb2f9[_0x2840bd];return _0x3a8554;}function _0x5eb2(){const _0x8868ef=['scaleY','tab','defaultColumnWidth','display','_materializeService','OpenBasePanelOperation','_initializeFloatingSessionActiveState','M3.33315\x205.56641C3.00178\x205.56641\x202.73315\x205.83504\x202.73315\x206.16641C2.73315\x206.49778\x203.00178\x206.76641\x203.33315\x206.76641H12.6665C12.9979\x206.76641\x2013.2665\x206.49778\x2013.2665\x206.16641C13.2665\x205.83504\x2012.9979\x205.56641\x2012.6665\x205.56641H3.33315Z','SetDocZoomRatioOperation','stroke','BaseViewWheelScrollService','checkContentIsFocused','abs','DesktopSidebarService','registerMultipleCommand','SetTextWrapCommand','SetCellEditVisibleOperation','_commandService','hasAnyHostPreservingChildFocusLease','_notifyRuntimeFocusChanged','pointerup','then','UniverUi','BaseEditorService','innerHeight','_key','key','UniverInstanceType','CanvasFloatDomPreviewService','hidden$','OverflowIcon','zoom','_getActiveOwnedRuntimeFocusInfo','expiresAt','routeHostGestures','stage-change','tab-active','cancel-merge-icon','getCanvasEle','0\x20/\x200','value','scopedInjector','_isUniverPortalCandidate','settleDelayMs','mountService','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','table-','_leaseSequence','forEach','UniverProBoards','remove','waiting-base-canvas-root','false','IBaseEmbedFloatingGeometryService','_projectionService','ownedPointerInteractionUntil','updateItem','getRegistration','getBaseFloatingPosition','hasAnyChildInteractionLease','delta','hostHeaderMode','viewportPoint','Dropdown','clearVirtualRecords','displayName','UniverDesign','BORDER_LINE_CHILDREN','_getOwnedEmbedIdFromEventPoint','doc-width-scale','mounted','__embedSharedRootInjector','deltaX','zoomStep','injector','-48px','VerticalAlign','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','getCanvasElement','focusCoordinator','allowed','displayTarget','UNRECOGNIZED','ThemeService','dependencyCollection','getContextByChildUnitId','source','scrollState','embed-ui.basesFloating.tableSidebar.defaultTableName','getLocales','_refreshHostDocZoom','divider-font','border:1px\x20dashed\x20rgba(99,102,106,.35)','_rootsByHostAnchorId','FOCUSING_BOARD','sheet.command.smart-toggle-filter','M7.9999\x200.733154C8.33127\x200.733154\x208.5999\x201.00178\x208.5999\x201.33315V5.33315C8.5999\x205.66453\x208.33127\x205.93315\x207.9999\x205.93315C7.66853\x205.93315\x207.3999\x205.66453\x207.3999\x205.33315V1.33315C7.3999\x201.00178\x207.66853\x200.733154\x207.9999\x200.733154Z','5327610ANbSDF','matrix(-1\x200\x200\x201\x2020\x200)','idSuffix','_pendingChildUnits','defaultPluginConfig','canMount','unitDisposed$','disposable','sequence','DependentOn','addRecord','configurations','packageName','isHostGesture','IBaseViewWheelScrollService','_findFallbackUnitId','IContextService','associatedChildUnitIds','contentRoot','verticalAlign','observe','_cleanupOrdinaryBodyChromeClaims','scopedRenderInjector','LEFT','M5.94379\x205.99993C6.1781\x205.76561\x206.558\x205.76561\x206.79232\x205.99993C7.02663\x206.23424\x207.02663\x206.61414\x206.79232\x206.84845L5.90842\x207.73235C5.75221\x207.88856\x205.75221\x208.14182\x205.90842\x208.29803L6.79232\x209.18193C7.02663\x209.41624\x207.02663\x209.79614\x206.79232\x2010.0305C6.558\x2010.2648\x206.1781\x2010.2648\x205.94379\x2010.0305L5.0599\x209.14656C4.43506\x208.52172\x204.43506\x207.50866\x205.0599\x206.88382L5.94379\x205.99993Z','removeRender','apply','createDefaultViewName','updateViewState','dataset','UNIVER_SHEET','_isHTMLElement','xlink:href','AlignTopIcon','UniverSheetsDrawingUi','SELF','token','_flushPendingContributions','embed-ui.config','_sessions','documentStyle','embedSlidesPresentationRuntime','_activePortalOwners','_drainQueue','visible','preventBrowserZoomInContainers','_getHostSnapshot','popupRoot','previewUpdated$','SheetsSelectionsService','MergeAllIcon','embed-ui.basesFloating.viewSettings.configureView','SHEETS_UI_PLUGIN_CONFIG_KEY','clearActiveEditing','-100000px','BoardShapeTextEditorContainer','EmbedHostContainerRegistryService','commandService','CloseBaseContextMenuOperation','_collectOwnedFloatingSurfaceRoots','shape','getUnitCreateOptions','toDataURL','CloseBaseActiveEditorOperation','ribbon$','DocSelectionRenderService','getActiveSlide','runtimeRoots','scrollWidth','IRibbonOverrideService','supportedLayouts','liveRoot','docsLeft','nested','radio','IUniverInstanceService','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','metaKey','RenderBaseWorkbench','activateNavigationAtPoint','General','data-embed-slides-page-list-host','_getHostUnit','context','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','items','Injector','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','_contextsByChildUnitId','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','univer-flex\x20univer-items-center\x20univer-justify-center','CreateEmbedCommand','_getAnyActiveElement','_releaseTabPeerFocusLease','roots','MenuManagerService','univerInstanceService','contains','IBaseEmbedRuntimeService','focusHostForPassiveRuntime','setZoomRatioAtViewportPoint','disposeWithMe','_entriesByKey','VerticalIntegrationIcon','elementAdd$','M1.09985\x203.64443C1.09985\x203.31306\x201.36848\x203.04443\x201.69985\x203.04443H14.2999C14.6312\x203.04443\x2014.8999\x203.31306\x2014.8999\x203.64443C14.8999\x203.9758\x2014.6312\x204.24443\x2014.2999\x204.24443H1.69985C1.36848\x204.24443\x201.09985\x203.9758\x201.09985\x203.64443Z','workbench','SoftDeleteEmbedDescriptorMutation','EmbedReferencedUnitMaterializeService','763758abmdpg','embed-ui.sheetsFloating.align.top','BASE_VIEW_MENU_ITEMS','fallbackWidth','DOCS_UI_PLUGIN_CONFIG_KEY','justify-content:center','Sidebar','data-embed-child-render-unit-id','ContextMenu','fieldOrder','_notifyRuntimeSessionChanged','identifier:ui.layout-service','EditorUIFloatingContainer','alt','univer.embed.forwarded-wheel-event','chrome','image','params','moved','getProvider','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-left-toolbar=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-top-right-menu=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-zoom-controls=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-help-control=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-object-list-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-shape-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-floating-panel-layer=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-text-editor-position-wrapper\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-floating-toolbar\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22editor-ui-floating-container\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','setAnchor','ISlideEmbedFocusOwnerService','setProperty','baseUnitId','_mountFloatingMenu','collapsedGroupPaths','univer-pointer-events-none','CanvasPopupService','[data-u-comp=\x22embed-float-dom-live-content\x22]','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','_resolvedChildUnits','BaseViewIcon','current','pan','_hostGestureEvents','_observeWheel','SlidesPageListBlock','univer-text-primary-600','SheetsShapeUIMenuSchema','usesDomFloatingStage','bleedLeft','Calendar','fieldSettings','ISlideDrawingStateService','StartBaseEditingCellOperation','clientY','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','true','tooltip','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','getActiveDescriptors','register','requestPreview','top','DeviceInputEventType','dispatchEvent','table-list','setFocusOwner','initial','role','createPortal','useState','getMergedMenuSchema','app','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','SlideEmbedFloatingPreview','univer-truncate','base-embed-view-slot','enableExclusivePolicy','_sceneCanvasCaptureService','Previous\x20page','_layoutService','engine','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','default','box-sizing:border-box','useMemo','univer-size-3','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','nextSibling','hasRecentInteractionFor','defaultPrevented','_registerLateProductUIContributions','_wheelScrollService','slide-page-list','isFocused','_leaseAppliesToChildUnit','focusUnit','distinctUntilChanged','_registerProductMenus','entries','_queue','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','wrap','[data-embed-floating-menu=\x22true\x22]','owner','label','12px','closeOwnedFloatingSurfaces','pointer-events','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','getData','jsxs','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','acquireLease','_domLayerService','elementsFromPoint','split','_previousChildCurrentUnits','drawImage','UniverSheetsNumfmtUi','pageContentWidth','tableId','_activateTabPeerFocusLease','refCount','IBaseHostChromeOverrideService','resolveGridRowHeight','_current','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','number-icon','cancelAnimationFrame','prototype','_ribbonOverrideService','_findPreviousReadyEntry','M12.666\x202.70571C11.7769\x201.76476\x2010.3295\x201.76476\x209.4404\x202.70571L3.37843\x209.12427C3.31779\x209.18848\x203.27756\x209.26409\x203.24979\x209.3439C3.24809\x209.3493\x203.24299\x209.3529\x203.24129\x209.3583L2.02912\x2013.2097C1.96112\x2013.4251\x202.01439\x2013.6633\x202.16626\x2013.8236C2.27393\x2013.9382\x202.41901\x2014\x202.56692\x2014C2.62699\x2014\x202.68762\x2013.9898\x202.74599\x2013.9688L6.3825\x2012.6846C6.3876\x2012.6828\x206.391\x2012.678\x206.39553\x2012.6762C6.47147\x2012.6474\x206.54287\x2012.6042\x206.60351\x2012.54L12.666\x206.12202C13.5558\x205.18048\x2013.5558\x203.64725\x2012.666\x202.70571ZM8.62832\x205.26209L9.04031\x205.69836C9.03918\x205.69956\x209.03748\x205.70016\x209.03634\x205.70136L4.99182\x209.9836L4.58096\x209.54853L8.62832\x205.26209ZM3.46287\x2012.4512L4.02673\x2010.6593L5.15446\x2011.8535L3.46287\x2012.4512ZM6.20342\x2011.2672L5.79256\x2010.8321L9.83709\x206.54988C9.83822\x206.54868\x209.83879\x206.54688\x209.83992\x206.54568L10.2513\x206.98135L6.20342\x2011.2672ZM11.8647\x205.27349L11.0532\x206.13282L9.42963\x204.41356L10.2411\x203.55423C10.6888\x203.08016\x2011.417\x203.08076\x2011.8642\x203.55423C12.3124\x204.0283\x2012.3124\x204.79942\x2011.8647\x205.27349Z','getColVisible','sessionMode','createDefaultDocsTableLikeCustomBlockBleedViewport','defaults','embed-ui.sheetsFloating.toolbar.border.main','_runtimeScopes','getBaseTableNameErrorMessage','resolveDocsCustomBlockSize','LookUp','scrollLeft','_currentOverride','_registerRootPopupDescendantFocusRoles','M2.46621\x202.73315C2.79758\x202.73315\x203.06621\x203.00178\x203.06621\x203.33315V12.6665C3.06621\x2012.9979\x202.79758\x2013.2665\x202.46621\x2013.2665C2.13484\x2013.2665\x201.86621\x2012.9979\x201.86621\x2012.6665V3.33315C1.86621\x203.00178\x202.13484\x202.73315\x202.46621\x202.73315Z','embed-ui.sheetsFloating.toolbar.numberFormat','composedPath','increase-icon','join','IBaseUIPopupService','keydown','restoreService','fit-width','_relocateExistingSession','aside','hasChildInteractionLease','commandId','floatingMenuInsetTop','_rootsByEmbedId','shouldSuppressHostInteraction','max-depth','divider-block','scroll-contained','UpdateBoardElementMutation','attributes','retryDelay','248oEsxUo','_setRenderFailure','resize','openToolbarPanel','bases-ui.ribbon','horizontal-merge-icon','_registerServices','section','entry','getRowCount','removeProperty','_docViewScaleService','UniverSheetsNoteUi','ISheetHostChromeOverrideService','startX','conditional-formatting','StopBaseEditingCellOperation','status','RibbonFormulasGroup','open','className','materializeDescriptor','embed-ui.sheetsFloating.toolbar.fontSize','getComputedStyle','maxHeight','embed-ui.sheetsFloating.borderLine.borderColor','FOCUSING_SHEET','resolvedDependencyCollection','virtualWidth','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','closeRecordDetail','UniverEngineRender','url(#$1','subscribeConfigValue$','prepare','docs-','_ensurePortalObserver','CheckMarkIcon','columnHeader','getSession','IContextMenuService','embed-ui.sheetsFloating.textWrap.clip','onReady','value$','RibbonOthersGroup','RESOURCE_REF_FILE_KIND','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','UniverProSheetsSparklineUi','data-embed-popup-root','insertBefore','truncation-icon','ColorPicker','retrying-base-child-render','EMBED_RUNTIME_HOST_NOT_ATTACHED:','activatePortalScope','child-fullscreen','Disposable','clearUnit','runtimeFocusChanged$','resolveBoardInteractionConfig','FORMULA_EDITOR_ACTIVATED','sheets-ui.ribbon','_tabFocusLeases','_refreshTabPeerRender','layoutPolicy','embed-float-dom-chrome','M8.6\x201.99991C8.60001\x201.66854\x208.33138\x201.39991\x208.00001\x201.3999C7.66864\x201.3999\x207.40001\x201.66853\x207.4\x201.9999L7.39996\x207.3999H1.9999C1.66853\x207.3999\x201.3999\x207.66853\x201.3999\x207.9999C1.3999\x208.33127\x201.66853\x208.5999\x201.9999\x208.5999H7.39995L7.3999\x2013.9999C7.3999\x2014.3313\x207.66853\x2014.5999\x207.9999\x2014.5999C8.33127\x2014.5999\x208.5999\x2014.3313\x208.5999\x2013.9999L8.59995\x208.5999H13.9999C14.3313\x208.5999\x2014.5999\x208.33127\x2014.5999\x207.9999C14.5999\x207.66853\x2014.3313\x207.3999\x2013.9999\x207.3999H8.59996L8.6\x201.99991Z','base-embed-actions-surface','M1.1387\x2010.8773L1.13878\x2012.6773C1.13883\x2013.6162\x201.89994\x2014.3772\x202.8388\x2014.3772L5.90638\x2014.3772L5.91296\x2014.3772L5.91955\x2014.3772L10.0775\x2014.3772C10.0806\x2014.3772\x2010.0837\x2014.3772\x2010.0868\x2014.3772C10.0899\x2014.3772\x2010.093\x2014.3772\x2010.0961\x2014.3772L13.1607\x2014.3772C14.0996\x2014.3771\x2014.8607\x2013.616\x2014.8607\x2012.6772V10.8772C14.8607\x209.93836\x2014.0996\x209.17725\x2013.1607\x209.17725H2.8387C1.89978\x209.17725\x201.13865\x209.93841\x201.1387\x2010.8773ZM9.48679\x2010.3772H6.51296V13.1772L9.48679\x2013.1772V10.3772ZM10.6868\x2013.1772V10.3772H13.1607C13.4369\x2010.3772\x2013.6607\x2010.6011\x2013.6607\x2010.8772V12.6772C13.6607\x2012.9533\x2013.4369\x2013.1771\x2013.1607\x2013.1772L10.6868\x2013.1772ZM5.31296\x2013.1772V10.3772H2.8387C2.56254\x2010.3772\x202.33868\x2010.6011\x202.3387\x2010.8773L2.33878\x2012.6773C2.33879\x2012.9534\x202.56265\x2013.1772\x202.83879\x2013.1772L5.31296\x2013.1772Z','deepCompare','_passiveWheelHandlerRegistry','order','schedule','type','ISlideEmbedFloatingActiveService','child-session','Boards','children','tabIndex','SheetShapeTextEditorContainer','merge-all-icon','[data-embed-interaction-boundary-owner]','hasHostPreservingChildFocusLeaseForHost','UniverProBoardsUi','identifier:ui.popup.service','SLIDE_PAGE_RECT_KEY','getRenderUnitById','univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','#000000','Tooltip','shiftViewportPanOffset','registerOwnedElement','DATA','data-embed-canvas-root','createScoped','base-embed-floating-menu','getSheetId','embedChildRenderStatus','altKey','hostToolbar','child-editor','74AWWbiW','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','icon','FOCUSING_BASE','_getEventClientPoint','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','embed-ui.sheetsFloating.borderLine.borderSize','_renderManagerService','maxRetries','_boardElementStateService','calc(100%\x20-\x20','dialog','HTMLElement','restoreViewState','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','transient','embedSheetsSheetTabError','clearFloating','embedId','clearTimeout','hidePopupsForUnit','data-embed-sheets-sheet-tab-host','all','EmbedHostAnchorModelService','assign','_isBodyPortalCandidate','releaseSessionFocus','setContextValue','getOffsetConfig','createDefaultConfig','1367788uqPMNk','_childViewRegistry','getRowHeight','makeDirty','runtimeHostLeaseService','data-embed-footer-slot','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','setActiveSlide','embed-ui.basesFloating.viewSettings.deleteView','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','formatPainter','getActiveSheet','focused$','EmbedFocusOwnerService','number','recordId','AddViewMenu','getCurrentSelections','allowHiddenRibbon','_renderOne','_mountResolvedHost','elementUpdate$','bases-ui.embed','pointerdown','deltaZ','KeyboardEvent','_runChildBeforeDeactivate','_isRuntimeFocusRole','activate','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','clear','closeActiveEditor','numberFormat','M15.1399\x207.1349C15.1399\x206.80353\x2014.8713\x206.5349\x2014.5399\x206.5349C14.2085\x206.5349\x2013.9399\x206.80353\x2013.9399\x207.1349V7.66968H12.0099C11.6786\x207.66968\x2011.4099\x207.93831\x2011.4099\x208.26968C11.4099\x208.60105\x2011.6786\x208.86968\x2012.0099\x208.86968H13.9399V9.4049C13.9399\x209.73627\x2014.2085\x2010.0049\x2014.5399\x2010.0049C14.8713\x2010.0049\x2015.1399\x209.73627\x2015.1399\x209.4049V8.27463L15.1399\x208.26968L15.1399\x208.26472V7.1349Z','UNIVER_BASE','FONT_SIZE_LIST','span','filter-icon','divider-layout','defIds','unsupported-layout','univer-fill-primary-600','activeUntil','_exited$','previewService','OpenBaseRecordDetailPanelOperation','bases-table-list-block','right','useRef','sheetBar','RibbonPosition','EmbedModelService','IUIPartsService','SheetsHyperLinkUIMenuSchema','substring','mergeMenu','.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]','ContextMenuService','data-embed-content-root','autowrap-icon','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','clientWidth','embedRenderScopeActive','no-border-icon','_getBodyPortalOwner','\x20-\x20','registerEmbedProductMenuContribution','ResetRangeTextColorCommand','data-embed-runtime-slot-owner','getActive','createUnit','translateY(','no-color-double-icon','registerContext','isEmbedBoardsFloatingElement','fullscreenService','pointercancel','pointerId','_roots','offsetWidth','content-only','BuiltInUIPart','FOCUSING_DOC','runtimeHost','redos','DocFloatMenuService','listSessions','_sync','recalculate','parseResourceRef','align-top-icon','now','BoardViewportService','ISlideEmbedMountService','IDocEmbedInteractionBoundaryService','UNIVER_BOARD','target','Nested\x20embed\x20is\x20not\x20supported.','enable','getByHostAnchorId','IMenuManagerService','RibbonDataGroup','_rememberPreviousChildCurrentUnit','BaseUIStateService','override$','filter','identifier:ui.contextmenu.service','state$','selector','shift','viewportWidth','top\x20left','getFocusedUnit','more-down-icon','addDisposer','generateRandomId','_blockRegistry','medium','setLeftSidebarVisible','defaultPageSize','getViewport','dragStarted','supports','_maxDepth','Kanban','getElementDataForUnit','interactionFlow','univer-min-w-0\x20univer-truncate\x20univer-text-left','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','presentationPolicy','visibility','allowHostBodyDrag','host-passive','EmbedActivationService','height','UniverProSlides','IconManager','toStringTag','_assertChildUnitAvailable','hostElement','SheetsOutlineUIMenuSchema','[data-u-comp=\x22base-view-tab\x22]','hideTrackWhenUnscrollable','activeSlideId$','5NmraDw','inset','getState','element','_touchServices','_componentManager','setActiveSheet','embed-float-dom-live-content','validateBaseTableName','flatMap','message','pageManager','CreateBaseTableCommand','_config','left-justifying-icon','removeEventListener','vertical','embed-ui.sheetsFloating.toolbar.filter','_boardUIStateService','univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','toDisposable','_hostContainerRegistry','BaseDataModel','backgroundColor','scrollToViewportPos','runtimeSessionChanged$','M4.66665\x205.56641C4.33528\x205.56641\x204.06665\x205.83504\x204.06665\x206.16641C4.06665\x206.49778\x204.33528\x206.76641\x204.66665\x206.76641H14C14.3314\x206.76641\x2014.6\x206.49778\x2014.6\x206.16641C14.6\x205.83504\x2014.3314\x205.56641\x2014\x205.56641H4.66665Z','data-u-comp','renderManagerService','ready','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','M1.3999\x202.3002C1.3999\x202.63157\x201.66853\x202.9002\x201.9999\x202.9002H13.9999C14.3313\x202.9002\x2014.5999\x202.63157\x2014.5999\x202.3002C14.5999\x201.96882\x2014.3313\x201.7002\x2013.9999\x201.7002H1.9999C1.66853\x201.7002\x201.3999\x201.96882\x201.3999\x202.3002Z','isDisposed','getTypeOfUnitDisposed$','menuOutlet','M5.91296\x206.82256L5.89774\x206.82237L2.83868\x206.8223C1.89982\x206.82228\x201.13874\x206.06119\x201.13872\x205.12234L1.13867\x203.32265C1.13865\x202.38375\x201.89977\x201.62261\x202.83866\x201.62261L5.90639\x201.62259L5.91296\x201.62256L5.91953\x201.62259L10.0821\x201.62258L10.0868\x201.62256L10.0914\x201.62258L13.1607\x201.62256C14.0996\x201.62256\x2014.8607\x202.38368\x2014.8607\x203.32256V5.12253C14.8607\x206.06143\x2014.0996\x206.82256\x2013.1607\x206.82253L10.0975\x206.82246L10.0868\x206.82256L10.076\x206.82246L5.92815\x206.82237L5.91296\x206.82256ZM10.6868\x205.62248L13.1607\x205.62253C13.4368\x205.62254\x2013.6607\x205.39868\x2013.6607\x205.12253V3.32256C13.6607\x203.04642\x2013.4368\x202.82256\x2013.1607\x202.82256L10.6868\x202.82257V5.62248ZM9.48679\x202.82258V5.62245L6.51296\x205.62238V2.82259L9.48679\x202.82258ZM5.31296\x202.8226V5.62236L2.8387\x205.6223C2.56257\x205.62229\x202.33872\x205.39845\x202.33872\x205.12231L2.33867\x203.32262C2.33867\x203.04647\x202.56252\x202.82261\x202.83867\x202.82261L5.31296\x202.8226Z','activateTable','_contributions','warn','table','UniverCore','embed-ui.sheetsFloating.textWrap.wrap','elements','getByEmbedId','geometryInvalidated$','clearSelection','_mountService','EmbedFullscreenService','_registerFloatingMenus','priority','embedPresentationRuntime','slide-canvas','univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','M1.3999\x2013.6999C1.3999\x2013.3685\x201.66853\x2013.0999\x201.9999\x2013.0999H13.9999C14.3313\x2013.0999\x2014.5999\x2013.3685\x2014.5999\x2013.6999C14.5999\x2014.0312\x2014.3313\x2014.2999\x2013.9999\x2014.2999H1.9999C1.66853\x2014.2999\x201.3999\x2014.0312\x201.3999\x2013.6999Z','listElements','activationService',':anonymous:','univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x20dark:after:!univer-border-gray-600','getGridProjectionBodyHeight','embed-ui.sheetsFloating.toolbar.mergeCell.main','session$','getGalleryProjectionBodyHeight','embed-float-dom','selections','preventDefault','captureByHostAnchorId','_isOwnedBoundaryElement','pageId','BaseKeyboardOperation','maxExpansion','with','activated$','design','host-override','hostAnchorId','_rerenderHostDoc','_blurActiveElementBeforePortalReassignment','_registerComponents','openRecordDetail','Missing\x20embed\x20float\x20preview\x20provider:\x20','unmerge','floating-menu','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','activeIndex','disposeUnit','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-gray-0\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-0','clsx','100%','slideOrder$','SHEET_FOOTER_BAR_HEIGHT','M14.5999\x202.2001C14.5999\x201.86873\x2014.3313\x201.6001\x2013.9999\x201.6001C13.6685\x201.6001\x2013.3999\x201.86873\x2013.3999\x202.2001V13.8001C13.3999\x2014.1315\x2013.6685\x2014.4001\x2013.9999\x2014.4001C14.3313\x2014.4001\x2014.5999\x2014.1315\x2014.5999\x2013.8001V2.2001Z','_ownedEmbedAppliesToChildUnit','M5.3313\x201.4667C5.3313\x201.13533\x205.59993\x200.866699\x205.9313\x200.866699H10.069C10.4004\x200.866699\x2010.669\x201.13533\x2010.669\x201.4667C10.669\x201.79807\x2010.4004\x202.0667\x2010.069\x202.0667H5.9313C5.59993\x202.0667\x205.3313\x201.79807\x205.3313\x201.4667Z','version','M5.3334\x207.3999C5.00203\x207.3999\x204.7334\x207.66853\x204.7334\x207.9999C4.7334\x208.33127\x205.00203\x208.5999\x205.3334\x208.5999H12.603L11.9252\x209.28591C11.6922\x209.52163\x2011.6945\x209.90152\x2011.9302\x2010.1344C12.166\x2010.3673\x2012.5458\x2010.3651\x2012.7788\x2010.1293L14.4577\x208.43018C14.69\x208.19509\x2014.6884\x207.81641\x2014.4542\x207.58324L12.7753\x205.91184C12.5404\x205.67806\x2012.1605\x205.67891\x2011.9267\x205.91375C11.6929\x206.14859\x2011.6938\x206.52849\x2011.9286\x206.76228L12.5691\x207.3999H5.3334Z','IBaseEmbedFloatingActiveService','_contextsByHostAnchorId','defineProperty','getAncestryForHostUnit','_focusOwnerService','_claimBodyPortals','M3.32508\x2011.7609C3.46644\x2011.8194\x203.64565\x2011.8194\x204.00407\x2011.8194H13.049L10.1235\x2014.745C9.87002\x2014.9984\x209.7433\x2015.1251\x209.68475\x2015.2665C9.60668\x2015.455\x209.60668\x2015.6668\x209.68475\x2015.8552C9.7433\x2015.9966\x209.87002\x2016.1233\x2010.1235\x2016.3768C10.3769\x2016.6302\x2010.5036\x2016.7569\x2010.645\x2016.8155C10.8335\x2016.8935\x2011.0452\x2016.8935\x2011.2337\x2016.8155C11.3751\x2016.7569\x2011.5018\x2016.6302\x2011.7552\x2016.3768L16.5105\x2011.6215C16.5524\x2011.5803\x2016.5983\x2011.5344\x2016.6493\x2011.4834L16.6495\x2011.4831C16.8561\x2011.2765\x2016.9785\x2011.1542\x2017.0484\x2011.0394C17.0648\x2011.0128\x2017.0782\x2010.9866\x2017.0893\x2010.9599C17.1674\x2010.7714\x2017.1674\x2010.5596\x2017.0893\x2010.3711C17.0308\x2010.2298\x2016.904\x2010.1031\x2016.6506\x209.84962C16.5685\x209.76752\x2016.4997\x209.69872\x2016.4394\x209.64123L11.7542\x204.95601C11.5007\x204.70257\x2011.374\x204.57585\x2011.2327\x204.5173C11.0442\x204.43923\x2010.8324\x204.43923\x2010.6439\x204.5173C10.5026\x204.57585\x2010.3758\x204.70257\x2010.1224\x204.95601L10.1224\x204.95601C9.86895\x205.20945\x209.74223\x205.33617\x209.68368\x205.47753C9.60561\x205.66601\x209.60561\x205.87779\x209.68368\x206.06627C9.74223\x206.20764\x209.86895\x206.33436\x2010.1224\x206.5878L13.0463\x209.51175H4.00407C3.64565\x209.51175\x203.46644\x209.51175\x203.32508\x209.5703C3.1366\x209.64837\x202.98685\x209.79812\x202.90877\x209.98661C2.85022\x2010.128\x202.85022\x2010.3072\x202.85022\x2010.6656C2.85022\x2011.024\x202.85022\x2011.2032\x202.90877\x2011.3446C2.98685\x2011.5331\x203.1366\x2011.6828\x203.32508\x2011.7609Z','createDocsCustomBlockHostAdapterContribution','1em','note','FORMULAS','embed-float-dom-live','embedSlidesPresentationChrome','UniverSheetsSortUi','disabled$','FOCUSING_UNIT','hasExact','bold-icon','map','univerjs-icon\x20univerjs-icon-','base-workbench','_menuOverrideService','_enableEmbedUnitLeasePolicy','_isBlockingLease','image/png','attrs','#ffffff','embed-ui.deleteBlock','createScopedBaseCanvasRootResolverService','left','jsx','SlideEmbedReadonlyFloatingPreview','hasBlockingChildFocusLease','IEditorUIService','menuSchema','closed','BoardsFloatingObject','undos','ghost','_getChildUnitForMeasurement','calendarViewSettings','uComp','deleteConfig','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','addedNodes','color','mousedown','fullscreen','pluginName','HoverTrack','EMBED_CHILD_UNIT_ID_ATTRIBUTE','includes','M4.66665\x2012.9004C4.33528\x2012.9004\x204.06665\x2013.169\x204.06665\x2013.5004C4.06665\x2013.8318\x204.33528\x2014.1004\x204.66665\x2014.1004H14C14.3314\x2014.1004\x2014.6\x2013.8318\x2014.6\x2013.5004C14.6\x2013.169\x2014.3314\x2012.9004\x2014\x2012.9004H4.66665Z','RemoveEmbedCommand','calendarEventSettings','leftPanelWidth','CloseBasePanelOperation','LeftJustifyingIcon','embedLayout','sheets-ui.embed','SheetBar','FOCUSING_UNIVER_EDITOR','field-','container','button','_hasContributionId','React','M2.21572\x201.80029C2.54709\x201.80029\x202.81572\x202.06892\x202.81572\x202.40029V14.0003C2.81572\x2014.3317\x202.54709\x2014.6003\x202.21572\x2014.6003C1.88435\x2014.6003\x201.61572\x2014.3317\x201.61572\x2014.0003V2.40029C1.61572\x202.06892\x201.88435\x201.80029\x202.21572\x201.80029Z','resolved','CancelMergeIcon','RightJustifyingIcon','inactive','pageSize','ActivateBaseTableOperation','M10.2156\x202.90265C10.2156\x202.16628\x2010.8125\x201.56934\x2011.5489\x201.56934H14.2155C14.9519\x201.56934\x2015.5489\x202.16628\x2015.5489\x202.90265V13.5692C15.5489\x2014.3056\x2014.9519\x2014.9025\x2014.2155\x2014.9025H11.5489C10.8125\x2014.9025\x2010.2156\x2014.3056\x2010.2156\x2013.5692V2.90265ZM11.5489\x202.90265H14.2155V5.5622H11.5489V2.90265ZM11.5489\x206.89552V9.57631H14.2155V6.89552H11.5489ZM11.5489\x2013.5692V10.9096H14.2155V13.5692H11.5489Z','UniverProSheetsPrint','SetOnceFormatPainterCommand','M2.5999\x207.1349C2.5999\x206.80353\x202.33127\x206.5349\x201.9999\x206.5349C1.66853\x206.5349\x201.3999\x206.80353\x201.3999\x207.1349V9.4049C1.3999\x209.73627\x201.66853\x2010.0049\x201.9999\x2010.0049C2.33127\x2010.0049\x202.5999\x209.73627\x202.5999\x209.4049V8.86968H4.54992C4.88129\x208.86968\x205.14992\x208.60105\x205.14992\x208.26968C5.14992\x207.93831\x204.88129\x207.66968\x204.54992\x207.66968H2.5999V7.1349Z','_focusDocumentBody','fill','canvasRootClassName','embed-ui.sheetsFloating.toolbar.textWrapMode.main','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','important','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','registerComponent','docs-custom-block','beforeDeactivate','length','disable','ISlideEmbedActivationService','base-embed-fullscreen-add-view-menu','subUnitId','M4.65791\x201.30005C3.77355\x201.30005\x203.05664\x202.01696\x203.05664\x202.90132V12.8588C3.05664\x2013.8755\x203.88086\x2014.6998\x204.89759\x2014.6998H9.1016C11.2233\x2014.6998\x2012.9433\x2012.9798\x2012.9433\x2010.8581C12.9433\x209.13925\x2011.8145\x207.68407\x2010.2578\x207.1934C10.8806\x206.56856\x2011.2655\x205.70659\x2011.2655\x204.75472C11.2655\x202.84676\x209.71883\x201.30005\x207.81087\x201.30005H4.65791ZM4.25664\x202.90132C4.25664\x202.6797\x204.4363\x202.50005\x204.65791\x202.50005H7.81087C9.05609\x202.50005\x2010.0655\x203.5095\x2010.0655\x204.75472C10.0655\x205.99993\x209.05609\x207.00938\x207.81087\x207.00938H4.25664V2.90132ZM4.25664\x2012.8588V8.21636H9.1016C10.5606\x208.21636\x2011.7433\x209.39909\x2011.7433\x2010.8581C11.7433\x2012.317\x2010.5606\x2013.4998\x209.1016\x2013.4998H4.89759C4.5436\x2013.4998\x204.25664\x2013.2128\x204.25664\x2012.8588Z','SKIP_SELF','delete','child','_anchorModelService','_baseUIStateService','univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','SheetsConditionalFormattingUIMenuSchema','setCurrentUnitForType','Bases','portalContainer','deactivateFloatingSession','getCanvas','resolveBoardWheelViewportAction','view-','bind','_getChildSessionPriority','replace','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','registerElement','host','EditorContainer','setLeftPanelWidth','ISlideDrawingService','[data-embed-interaction-boundary-owner=\x22','#b91c1c','START','getSnapshot','ArrowLeftIcon','GRID_SUMMARY_HEIGHT','http://www.w3.org/2000/svg','MutationObserver','pointer','bubbles','min','ISheetBarService','restoreEmbed','UNIVER_SLIDE','_markInteractionBoundaryOwnerTree','THIN','Element','RedoCommand','fromResourceRefUnitType','UniverSheetsTableUi','getSlide','previewRequested$','session','univer-relative\x20univer-flex\x20univer-h-8\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','mountIntoHostElement','_markExistingBodyPortals','BORDER_SIZE_CHILDREN','HorizontalAlign','notifyExited','title-only','sparkline','M3.32182\x202.60967C2.98161\x202.60967\x202.79671\x203.0074\x203.01601\x203.2675L6.85819\x207.8246C6.94943\x207.93282\x206.99947\x208.06981\x206.99947\x208.21136V12.7338C6.99947\x2012.898\x207.0998\x2013.0455\x207.2525\x2013.1058L8.73833\x2013.6928C9.00085\x2013.7965\x209.28531\x2013.6031\x209.28531\x2013.3208V8.21136C9.28531\x208.06981\x209.33535\x207.93282\x209.42659\x207.8246L13.2688\x203.2675C13.4881\x203.0074\x2013.3032\x202.60967\x2012.963\x202.60967H3.32182ZM2.09858\x204.04101C1.22139\x203.0006\x201.96097\x201.40967\x203.32182\x201.40967H12.963C14.3238\x201.40967\x2015.0634\x203.0006\x2014.1862\x204.04101L10.4853\x208.43054V13.3208C10.4853\x2014.4498\x209.34747\x2015.2237\x208.29742\x2014.8089L6.81158\x2014.2219C6.20078\x2013.9806\x205.79947\x2013.3905\x205.79947\x2012.7338V8.43054L2.09858\x204.04101Z','_active$','_isUniverPortalTreeElement','subscribeContextValue$','string','IBaseUIStateService','BorderType','M8.04883\x205.38216C8.04883\x205.01397\x207.75035\x204.71549\x207.38216\x204.71549C7.01397\x204.71549\x206.71549\x205.01397\x206.71549\x205.38216V6.71897L5.3865\x206.7207C5.01831\x206.72117\x204.72022\x207.02004\x204.7207\x207.38823C4.72118\x207.75642\x205.02005\x208.05451\x205.38824\x208.05403L6.71549\x208.0523V9.38216C6.71549\x209.75035\x207.01397\x2010.0488\x207.38216\x2010.0488C7.75035\x2010.0488\x208.04883\x209.75035\x208.04883\x209.38216V8.05056L9.38304\x208.04883C9.75123\x208.04835\x2010.0493\x207.74948\x2010.0488\x207.38129C10.0484\x207.0131\x209.74949\x206.71502\x209.3813\x206.7155L8.04883\x206.71723V5.38216Z','M10\x2010L14\x2014M10\x206L14\x202M14\x2010.6667V14H10.6667M14\x205.33333V2H10.6667M2\x2010.6667V14H5.33333M2\x2014L6\x2010M2\x205.33333V2H5.33333M6\x206L2\x202','SlideEmbedChildWorkbench','exports.@univerjs-pro/embed.@univerjs-pro/license.@univerjs/core.@univerjs/docs-ui.@univerjs/sheets-ui.@univerjs/ui.@univerjs/design.react.rxjs.@univerjs/engine-render.react/jsx-runtime.@univerjs/docs.@univerjs-pro/docs-table-ui.@univerjs-pro/bases.@univerjs-pro/bases-ui.react-dom.@univerjs-pro/boards-ui.@univerjs-pro/boards.@univerjs-pro/slides-ui.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-outline-ui.@univerjs-pro/sheets-pivot-ui.@univerjs-pro/sheets-print.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline-ui.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter-ui.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-note-ui.@univerjs/sheets-numfmt-ui.@univerjs/sheets-sort-ui.@univerjs/sheets-table-ui.@univerjs/sheets-thread-comment-ui.@univerjs/sheets.@univerjs-pro/slides','\x20/\x20','setSearchActiveIndex','0\x200\x2016\x2016','includeAppShellEditorPortal','embed-ui.basesFloating.duplicateTable.copyName','identifier','114633klnybC','duplicateView','active','hideAllContextualTabs','tables','recordOrder','ribbonService','registerMountedRuntime','removeAllRanges','ISlideEmbedRuntimeFocusCoordinator','pending','root','univer-gap-0.5\x20univer-px-1','getOwnPropertyNames','registerItem','embed-ui.sheetsFloating.toolbar.fillColor.main','FOCUSING_SLIDE','captureByChildUnitId','M4.71549\x207.38216C4.71549\x207.01397\x205.01397\x206.71549\x205.38216\x206.71549H9.38216C9.75035\x206.71549\x2010.0488\x207.01397\x2010.0488\x207.38216C10.0488\x207.75035\x209.75035\x208.04883\x209.38216\x208.04883H5.38216C5.01397\x208.04883\x204.71549\x207.75035\x204.71549\x207.38216Z','_markRuntimeFocusRole','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','passThroughInteractionGate','floating','enableStage1BodyDrag','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','collectViewState','menuChanged$','descriptor','_registerProductUIContributions','right-justifying-icon','calculatePagePosition','div','overflowY','createSlidesFloatingObjectHostAdapterContribution','13003hWijbo','renderScope','viewScale','viewportScrollX','viewportScrollY','univer-dropdown','_getVisibleCanvasDocumentRect','IBoardUIStateService','getActiveDescriptorsByChildUnit','flushForTests','M7.1349\x2013.9399C6.80353\x2013.9399\x206.5349\x2014.2085\x206.5349\x2014.5399C6.5349\x2014.8713\x206.80353\x2015.1399\x207.1349\x2015.1399H8.24962C8.25966\x2015.1404\x208.26977\x2015.1407\x208.27993\x2015.1407C8.2901\x2015.1407\x208.3002\x2015.1404\x208.31024\x2015.1399H9.4049C9.73627\x2015.1399\x2010.0049\x2014.8713\x2010.0049\x2014.5399C10.0049\x2014.2085\x209.73627\x2013.9399\x209.4049\x2013.9399H8.87993V12.0107C8.87993\x2011.6793\x208.6113\x2011.4107\x208.27993\x2011.4107C7.94856\x2011.4107\x207.67993\x2011.6793\x207.67993\x2012.0107V13.9399H7.1349Z','VIEWPORT_KEY','_embedModelService','numfmt','align-bottom-icon','class','add','get','getId','M2.5999\x202.2001C2.5999\x201.86873\x202.33127\x201.6001\x201.9999\x201.6001C1.66853\x201.6001\x201.3999\x201.86873\x201.3999\x202.2001V13.8001C1.3999\x2014.1315\x201.66853\x2014.4001\x201.9999\x2014.4001C2.33127\x2014.4001\x202.5999\x2014.1315\x202.5999\x2013.8001V2.2001Z','BaseDeleteConfirmDialog','WrapStrategy','univer-min-w-0\x20univer-truncate','focusFloatingRuntime','replaceChildren','data-embed-child-render-mode','BOTTOM','embed-ui.basesFloating.confirmDelete.tableTitle','data','sheet-embed-floating-menu','selectElements','activateTab','DropdownMenu','mount','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','darkMode$','complete','canvas','FilterIcon','BaseEmbedRuntimeRegistryService','ZoomOutIcon','arrow-right-icon','indexOf','isFinite','contentWidth','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','SetRangeTextColorCommand','hidden','vertical-integration-icon','getContextValue','resolveActiveChildSessionRuntimeScope','data-embed-slides-floating-object-host','DEFAULT_TOTAL_SIZE','SetRangeFontSizeCommand','symbol','M2.59219\x201.3667C1.70853\x201.3667\x200.992188\x202.08304\x200.992188\x202.9667V4.9667C0.992188\x205.85036\x201.70853\x206.5667\x202.59219\x206.5667H11.2694C12.1531\x206.5667\x2012.8694\x205.85036\x2012.8694\x204.9667V4.79985H13.8075V8.18642C13.8075\x208.38777\x2013.6579\x208.55773\x2013.4581\x208.58321L7.10511\x209.39341C6.30618\x209.4953\x205.70752\x2010.1752\x205.70752\x2010.9806V14.0332C5.70752\x2014.3646\x205.97615\x2014.6332\x206.30752\x2014.6332C6.63889\x2014.6332\x206.90752\x2014.3646\x206.90752\x2014.0332V10.9806C6.90752\x2010.7792\x207.05718\x2010.6092\x207.25692\x2010.5838L13.6099\x209.77356C14.4089\x209.67168\x2015.0075\x208.99182\x2015.0075\x208.18642V4.19985C15.0075\x203.86848\x2014.7389\x203.59985\x2014.4075\x203.59985H12.8694V2.9667C12.8694\x202.08304\x2012.1531\x201.3667\x2011.2694\x201.3667H2.59219ZM2.19219\x202.9667C2.19219\x202.74579\x202.37127\x202.5667\x202.59219\x202.5667H11.2694C11.4903\x202.5667\x2011.6694\x202.74579\x2011.6694\x202.9667V4.9667C11.6694\x205.18761\x2011.4903\x205.3667\x2011.2694\x205.3667H2.59219C2.37127\x205.3667\x202.19219\x205.18761\x202.19219\x204.9667V2.9667Z','subscribe','activeViewId','renderPreview','embedFloatingMenuEntry','dpr','hideContextMenu','capture','rules','SetWorksheetActiveOperation','_hostAdapterRegistry','UniverDocsUi','pen-icon','makeForceDirty','Observable','UniverBoardsUIPlugin','lease','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','_configService','textContent','getChildContext','UniverLicensePlugin','Plugin','IBaseEmbedRuntimeFocusCoordinator','DesktopRibbonService','evenodd','allowDirectBodyPortal','values','ISheetEmbedRuntimeFocusCoordinator','px)','UniverEmbedUIPlugin','hostWheelGestureService','base','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','stage1','M10.3014\x201.70389C9.85268\x200.479568\x208.12109\x200.479557\x207.67238\x201.70389L4.72235\x209.75326C4.60832\x2010.0644\x204.76811\x2010.4091\x205.07924\x2010.5231C5.39038\x2010.6371\x205.73504\x2010.4773\x205.84907\x2010.1662L6.99975\x207.02646C7.03588\x207.03324\x207.07314\x207.03679\x207.11123\x207.03679H10.9778L12.1247\x2010.1662C12.2387\x2010.4773\x2012.5834\x2010.6371\x2012.8945\x2010.5231C13.2057\x2010.4091\x2013.3654\x2010.0644\x2013.2514\x209.75326L10.3014\x201.70389ZM10.538\x205.83679L9.17467\x202.11682C9.11057\x201.94192\x208.8632\x201.94192\x208.7991\x202.11682L7.43576\x205.83679H10.538Z','sheet-overlay','_boardElementService','collectDocsTableLikeEmbedChildUnitIds','components','EmbedChildViewRegistryService','isInternalEditorID','UniverProSheetsChartUi','passiveWheelHandlerRegistry','useCallback','getChromeCss','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','Base','isConnected','call','syncingHostFromChild','UNIVER_DOC','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','_entriesByEmbedId','parentNode','aria-hidden','base-embed-add-view-menu','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','zIndex','univer-w-28\x20univer-truncate\x20univer-text-left','data-radix-popper-content-wrapper','[data-embed-popup-root]','textColor','aspect-fit','isMainScene','NoColorDoubleIcon','DocViewScaleService','reduce','SheetsUIMenuSchema','style','size','UniverProBasesUi','isolate','Arial','instanceService','isChildUnitRuntimeEvent','_nextIndex','IBaseProjectionService','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','M1.9999\x2012.9004C1.66853\x2012.9004\x201.3999\x2013.169\x201.3999\x2013.5004C1.3999\x2013.8318\x201.66853\x2014.1004\x201.9999\x2014.1004H11.3332C11.6646\x2014.1004\x2011.9332\x2013.8318\x2011.9332\x2013.5004C11.9332\x2013.169\x2011.6646\x2012.9004\x2011.3332\x2012.9004H1.9999Z','IUIRuntimeScopeService','divider-border','BehaviorSubject','getBoundingClientRect','univer-doc-selection-container-__INTERNAL_EDITOR__','lockHostRibbon','data-embed-interaction-boundary-owner','SheetsPivotTableUIMenuSchema','_routeWheelToHost','sceneCanvasCaptureService','EMBED_MOUNT_CHILD_NOT_REGISTERED','dispose','isChildUnitInActiveSession','document','0\x200\x2017\x2016','embed-ui.boardsFloating.resetZoom','docs-sticky-sheet','pointerLease','unmount','EMBED_DUPLICATE_CHILD_UNIT','DeleteBaseViewCommand','divider-format','onHostWheel','13px','getKanbanProjectionBodyHeight','FloatDom','ribbon','undoRedoStatus$','MenuManagerPosition','RenameBaseTableCommand','getConfig','M15.1299\x2012.1997C15.1299\x2011.8683\x2014.8613\x2011.5997\x2014.5299\x2011.5997C14.1985\x2011.5997\x2013.9299\x2011.8683\x2013.9299\x2012.1997V12.5297C13.9299\x2013.3029\x2013.3031\x2013.9297\x2012.5299\x2013.9297H12.1999C11.8685\x2013.9297\x2011.5999\x2014.1983\x2011.5999\x2014.5297C11.5999\x2014.861\x2011.8685\x2015.1297\x2012.1999\x2015.1297H12.5299C13.9659\x2015.1297\x2015.1299\x2013.9656\x2015.1299\x2012.5297V12.1997Z','IConfigService','beforeCommandExecuted','child-popup','toggleAttribute','embed-ui.fullscreen.exit','onCommandExecuted','embed-ui.sheetsFloating.toolbar.resetColor','sHeight','objectFit','setSelection','_dispatchEscapeToFloatingSurface','AutoFillPopupMenu','keyboard','records','scaleX','auto','_selectAnchor','sheets-floating-object','UniverSheets','initialWidth','hostLayout$','query','divider-format-tools','restoreUnitId','focusin','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','data-embed-id','contribution','hasAnyBlockingChildFocusLease','acquire','zoomFactor','ISlideEmbedRuntimeService','EMBED_RUNTIME_HOST_ALREADY_LEASED:','ICanvasPopupService','IBaseEditorService','RemoveWorksheetMergeCommand','_handlers','object','embed-ui.basesFloating.viewSettings.title','_leases','ownerDocument','bleedWidth','Subject','DeleteBaseTableCommand','registerRenderModule','univer-flex\x20univer-items-center\x20univer-gap-1','removeAttribute','embedModelService','CreateBaseViewCommand','_isAppShellEditorPortalCandidate','querySelector','host-scroll','activateFloating','M6.424\x208.24239C6.65832\x208.4767\x206.65832\x208.8566\x206.424\x209.09091L6.11502\x209.3999H9.33307C10.1063\x209.3999\x2010.7331\x208.7731\x2010.7331\x207.9999C10.7331\x207.22671\x2010.1063\x206.5999\x209.33307\x206.5999H4.6666L4.66645\x205.3999H9.33307C10.769\x205.3999\x2011.9331\x206.56396\x2011.9331\x207.9999C11.9331\x209.43584\x2010.769\x2010.5999\x209.33307\x2010.5999H6.11485L6.424\x2010.9091C6.65832\x2011.1434\x206.65832\x2011.5233\x206.424\x2011.7576C6.18969\x2011.9919\x205.80979\x2011.9919\x205.57548\x2011.7576L4.24214\x2010.4242C4.00783\x2010.1899\x204.00783\x209.81003\x204.24214\x209.57572L5.57548\x208.24239C5.80979\x208.00807\x206.18969\x208.00807\x206.424\x208.24239Z','padding','univer-fixed\x20univer-z-[900]','boards-floating-object','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','isExternalHostInteraction','ConfigProvider','scrollHeight','overlay','child-keyboard','SheetsTableUIMenuSchema','_pendingPortalOwner','_clearItems','IBaseViewRegistryService','ribbonType','setConfig','slide-readonly-preview-shell','SHEET_VIEWPORT_KEY','[data-embed-runtime-focus-role]','getUnitId','passiveViewportRegistry','EDITOR_ACTIVATED','doc-block','deltaY','handleWheel','EmbedHostRestoreService','ISidebarService','unitId','_contextService','group','onScrollByBar$','DEFAULT_WORKSHEET_COLUMN_WIDTH','findIndex','activateSession','ctrlKey','margin-left','viewportPanOffset','embed-float-dom-popup','M14.1544\x203.75557C14.3887\x203.98988\x2014.3887\x204.36978\x2014.1544\x204.6041L6.51409\x2012.2444C6.40157\x2012.3569\x206.24896\x2012.4201\x206.08983\x2012.4201C5.9307\x2012.4201\x205.77808\x2012.3569\x205.66556\x2012.2444L1.84541\x208.42425C1.6111\x208.18993\x201.6111\x207.81003\x201.84541\x207.57572C2.07973\x207.34141\x202.45963\x207.34141\x202.69394\x207.57572L6.08983\x2010.9716L13.3059\x203.75557C13.5402\x203.52126\x2013.9201\x203.52126\x2014.1544\x203.75557Z','Inject','setActivatedTab','hasCommand','sheet.operation.open.numfmt.panel','allowOwnedPortalReassignment','click','hostContext','_context','registerRoot','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','_sortHandlers','SetBaseZoomOperation','area','SetBaseScrollOperation','_resolveHostWheelGestureRoot','verticalScrollOwner','_providers','Fragment','clientX','_getSlideModel','stopPropagation','_scheduleFloatingChildFocus','Node','embed-ui.sheetsFloating.toolbar.font','containsElement','layout','_registrations','_items','asObservable','stage2','svg','ICommandService','[data-embed-overlay-root]','univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','getPrototypeOf','VIEW','pipe','ResetBackgroundColorCommand','stale','pageMarginLeft','_childUnitIds','_ownedRuntimeFocusAppliesToHost','_modelService','cancelEditing','max','fallbackHeight','_isOwnedElement','NumberIcon','UniverProEmbed','stage2-runtime','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-50\x20univer-shadow-sm\x20before:univer-absolute\x20before:univer-inset-0\x20before:univer-rounded-md\x20before:univer-bg-gray-900\x20before:univer-opacity-[0.45]\x20before:univer-transition-opacity\x20before:univer-duration-150\x20before:univer-content-[\x27\x27]\x20hover:univer-shadow-md\x20hover:before:univer-opacity-[0.65]','getUnitType','getRuntimeRoots','CLIP','useFactory','visualOffset','FontColorDoubleIcon','slides-ui.embed','subscribeEvent','MoveBaseViewCommand','openActiveEditor','getDescriptor','verticalWheelMode','_contentSizeRegistry','runtimeScope','getFlatMenuByPositionKey','_getDocsLeft','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','tableOrder','_assertResolvedChild','_releaseTabPeerFocusLeasesForHost','ownsSession','-52px','host-scroll-sync','showContextualTab','search','[data-u-comp=\x22headerbar\x22]','getCurrentTypeOfUnit$','_releaseTabPeerHostRenderLease','fitToWidth','getOverride','executeBaseKeyboardOperation','overlayRoot','error','univer-z-[2]\x20univer-flex\x20univer-h-full','docs-ui.ribbon','menu','getPendingRequests','embedChildRenderMode','footer','setStage','SlidesFloatingObject','IDocEmbedRuntimeFocusCoordinator','tabindex','conditionalColoring','RIBBON','measureContentSize','clearFullscreen','_activeDragCleanup','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','FOCUSING_','sourceMeta','scene','set','toResourceRefUnitType','embedChildRenderUnitId','_leaseAppliesToHostUnit','render','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','IBaseCanvasRootResolverService','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','tag','externalHostInteractionUntil','disposed','stopImmediatePropagation','WRAP','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','resolveRuntimeScopeByChildUnitId','MIDDLE','slide-readonly-preview','M2.60991\x204.00967C2.60991\x203.23647\x203.23671\x202.60967\x204.00991\x202.60967H4.33991C4.67128\x202.60967\x204.93991\x202.34104\x204.93991\x202.00967C4.93991\x201.6783\x204.67128\x201.40967\x204.33991\x201.40967H4.00991C2.57397\x201.40967\x201.40991\x202.57373\x201.40991\x204.00967V4.33967C1.40991\x204.67104\x201.67854\x204.93967\x202.00991\x204.93967C2.34128\x204.93967\x202.60991\x204.67104\x202.60991\x204.33967V4.00967Z','bottom','UniverProLicense','zoom-out-icon','hideContextualTab','deferInactive','afterRender$','__editor___INTERNAL_EDITOR__','M12.5939\x201.13916L10.6607\x201.1392C9.55628\x201.13922\x208.66093\x202.03448\x208.66077\x203.13893L8.66063\x204.19191C8.66059\x204.52328\x208.92918\x204.79194\x209.26055\x204.79199C9.59192\x204.79204\x209.86059\x204.52344\x209.86063\x204.19207L9.86077\x203.13909C9.86084\x202.69731\x2010.219\x202.33921\x2010.6608\x202.3392L12.594\x202.33916C13.0358\x202.33915\x2013.394\x202.69732\x2013.394\x203.13916L13.394\x2012.8612C13.394\x2013.303\x2013.0358\x2013.6612\x2012.594\x2013.6612H10.6606C10.2188\x2013.6612\x209.86063\x2013.303\x209.86063\x2012.8612V11.8084C9.86063\x2011.4771\x209.592\x2011.2084\x209.26063\x2011.2084C8.92926\x2011.2084\x208.66063\x2011.4771\x208.66063\x2011.8084V12.8612C8.66063\x2013.9658\x209.55606\x2014.8612\x2010.6606\x2014.8612H12.594C13.6986\x2014.8612\x2014.594\x2013.9658\x2014.594\x2012.8612L14.594\x203.13915C14.594\x202.03457\x2013.6985\x201.13914\x2012.5939\x201.13916Z','acquireStage2SessionLease','RibbonStartGroup','shiftKey','disconnect','CanvasPopup','registerContextMenuHandler','LocaleService','getSheets','Gantt','Next\x20page','handleRegisteredWheel','activateView','push','OTHERS','univer-pointer-events-auto','BaseToolbar','ref','hasHostPreservingChildFocusLease','createRibbonOverride','_createRenderScope','scrollTop','BASES_UI_PLUGIN_CONFIG_KEY','invalidate','M1.04883\x207.38216C1.04883\x203.88437\x203.88437\x201.04883\x207.38216\x201.04883C10.88\x201.04883\x2013.7155\x203.88437\x2013.7155\x207.38216C13.7155\x208.89095\x2013.1879\x2010.2765\x2012.3071\x2011.3644L14.7558\x2013.8131C15.0161\x2014.0734\x2015.0161\x2014.4955\x2014.7558\x2014.7559C14.4954\x2015.0162\x2014.0733\x2015.0162\x2013.813\x2014.7559L11.3643\x2012.3072C10.2764\x2013.1879\x208.89089\x2013.7155\x207.38216\x2013.7155C3.88437\x2013.7155\x201.04883\x2010.88\x201.04883\x207.38216ZM7.38216\x202.38216C4.62075\x202.38216\x202.38216\x204.62075\x202.38216\x207.38216C2.38216\x2010.1436\x204.62075\x2012.3822\x207.38216\x2012.3822C10.1436\x2012.3822\x2012.3822\x2010.1436\x2012.3822\x207.38216C12.3822\x204.62075\x2010.1436\x202.38216\x207.38216\x202.38216Z','font:13px/1.5\x20sans-serif','deactivateTabSessions','__editor_docs-','shouldRefreshDocsCustomBlockSizeForCommand','isSheetLikeDocsCustomBlockChildType','max-width','_rectContainsPoint','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','ISheetEmbedFloatingGeometryService','useLayoutEffect','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','merge','useInjector','_getActiveElement','clip-path','SetHorizontalTextAlignCommand','inline','UndoCommand','splice','toString','delete-icon','embed-ui.basesFloating.confirmDelete.tableDescription','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','setTimeout','M13.2559\x2014.1963L1.64941\x202.58984L2.58987\x201.64939L14.1963\x2013.2558L13.2559\x2014.1963Z','setDocsCustomBlockRenderViewportProvider','univer-pointer-events-none\x20univer-absolute\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-items-center','retry','univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','getSlides','path','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','appendChild','enabled','requestAnimationFrame','scale(','_hasUnit','activatedTab$','univer-size-6\x20univer-p-0','getCacheKey','localeChanged$','hideHostFxBar','hostOffset','overflow','_removeRuntimeFocusRoleTree','registerDisabledUIParts','docs-ui.embed','drawings','classic','ISheetEmbedRuntimeService','hasRecentInteraction','none','closeToolbarPanel','background:rgba(99,102,106,.06)','_rendering','univer-z-30','getAllUnitsForType','getEmbedBoardsFloatingCustomData','hasAttribute','BoardTextEditingService','_contextsByEmbedId','DEFAULT_EMBED_TAB_LAYOUT_POLICY','horizontalAlign','getAll','getDirection','M12.3335\x205.99984C12.3335\x205.75579\x2012.2001\x205.53124\x2011.9858\x205.41446C11.7716\x205.29767\x2011.5106\x205.30731\x2011.3055\x205.43959L9.97215\x206.29956C9.66274\x206.49912\x209.57368\x206.91173\x209.77325\x207.22115C9.97281\x207.53056\x2010.3854\x207.61961\x2010.6948\x207.42005L11.0002\x207.22312V9.99984C11.0002\x2010.368\x2011.2986\x2010.6665\x2011.6668\x2010.6665C12.035\x2010.6665\x2012.3335\x2010.368\x2012.3335\x209.99984V5.99984Z','embed-ui.basesFloating.confirmDelete.viewTitle','isolation','createElement','runtimeFocusOwners','hostChromeMode','index','3622908iSrPxS','_univerInstanceService','M8.66675\x208.99984C8.66675\x208.63165\x208.36827\x208.33317\x208.00008\x208.33317C7.63189\x208.33317\x207.33341\x208.63165\x207.33341\x208.99984V9.33317C7.33341\x209.70136\x207.63189\x209.99984\x208.00008\x209.99984C8.36827\x209.99984\x208.66675\x209.70136\x208.66675\x209.33317V8.99984Z','innerWidth','maxDepth','getViewScale','defaultRowHeight','_resolveChildSessionMode','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','SheetsNumfmtUIMenuSchema','data-embed-overlay-root','bold','transform','_childUnitAncestry','font-color-double-icon','M5.65252\x205.41446C5.86681\x205.53124\x206.00016\x205.75579\x206.00016\x205.99984V9.99984C6.00016\x2010.368\x205.70168\x2010.6665\x205.3335\x2010.6665C4.96531\x2010.6665\x204.66683\x2010.368\x204.66683\x209.99984V7.22312L4.36151\x207.42005C4.05209\x207.61961\x203.63948\x207.53056\x203.43992\x207.22115C3.24035\x206.91173\x203.3294\x206.49912\x203.63882\x206.29956L4.97215\x205.43959C5.17724\x205.30731\x205.43822\x205.29767\x205.65252\x205.41446Z','active$','readonly','_handleDragStart','resolve','M8.01281\x201.36643C8.79386\x200.585377\x2010.0602\x200.585378\x2010.8412\x201.36643L12.9223\x203.44752C13.7034\x204.22857\x2013.7034\x205.4949\x2012.9223\x206.27595L9.36445\x209.83383C8.5834\x2010.6149\x207.31707\x2010.6149\x206.53602\x209.83383L4.45493\x207.75273C3.67388\x206.97168\x203.67388\x205.70535\x204.45493\x204.9243L8.01281\x201.36643ZM9.9927\x202.21495C9.68028\x201.90253\x209.17375\x201.90253\x208.86133\x202.21495L5.30346\x205.77283L5.29671\x205.77966L10.839\x206.66224L12.0738\x205.42742C12.3862\x205.115\x2012.3862\x204.60847\x2012.0738\x204.29605L9.9927\x202.21495Z','trim','embedChildType','mounting','onMutationExecutedForCollab','scopedDependencies','setSearchQuery','_suspendTabPeerHostRender','ISheetEmbedInteractionBoundaryService','BoardWorkbench','wheel','_focusLayout','_getCurrentUnitId','_focusTemporarySink','resolveDocsCustomBlockRenderViewport','startsWith','resolveSlideLogicalPageSize','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','rootElement','restoreAnchor','fromEntries','stage','_mountOwnedSession','embed-ui.basesFloating.viewSettings.addView','bleedRight','text-align:center','views','_createMountFocusRestorer','deltaMode','hostScrollOffset','_markBodyPortalOwner','univer-z-[21]','checkElementInCurrentContainers','direction$','unregisterCommand','fullscreen-runtime','BorderStyleTypes','resizeDocsSheetLikeRendererByWheel','append','list','closest','getBaseCanvasRoot','univer:embed-float-drag-handle:pointerdown','graceMs','reverse','PointerDown','borderComposite','registerFocusHandler','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','check-mark-icon','boards-ui.embed','addDescriptor','SetBorderBasicCommand','cssText','menuSlot','UniverProBases','_getLatestActivePortalOwner','createSlidesPageListBlockHostAdapterContribution','mode','_overlayRootService','getValue','_isHostDocEditorPortal','IBoardEmbedRuntimeFocusCoordinator','getContextByHostAnchorId','stopEditingCell','executeCommand','BOARDS_UI_PLUGIN_CONFIG_KEY','collapsedIds$','existingEmbedId','inset(0\x200\x20','classList','unmountFloatingSessions','embedHostAnchorId','Gallery','_setAnchorTransformerVisible','childType','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22formula-bar\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-embed-canvas-root]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20top:\x200\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','[id^=\x22univer-doc-selection-container-docs-\x22]','overflow-icon','fontFamily','triggerContextMenu','_instanceService','_focusUnit','univer-min-w-0','activeTableId','exit','clipBottom','activeEmbedId','UniverProSlidesUi','Docs','border-radius:8px','item','title','currentTarget','interactionBoundaryService','IRibbonService','_isBlockingRole','_isHostPreservingLease','disableLiveHostPointerEvents','ReactDOM','vertical-center-icon','child-tab','childOffset','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','config','canvasRoot','height:100%','prepend','identifier:univer.ribbon-service','OpenBaseContextMenuOperation','currentColor','CellPopupManagerService','subscribeVerticalScroll','interactionGate','embed-ui.sheetsFloating.align.middle','sort','univer-doc-selection-container-docs-','fitContent','_activeDrain','fixed','zoomRatio','function','Separator','fakeToolbarVisible$','decorate','registerRuntimeScope','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','parentEmbedId','BrushIcon','unitAdded$','_runtimePolicyService','floor','rowHeight','colorChannel1','resolveStackUnitId','activateFullscreen','mainComponent','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0','embedHostEntry','clientHeight','closeSearch','connectInjector','M12.5939\x201.13916L10.6607\x201.1392C9.5563\x201.13922\x208.66094\x202.03448\x208.66079\x203.13893L8.66064\x204.19191C8.6606\x204.52328\x208.92919\x204.79194\x209.26056\x204.79199C9.59193\x204.79204\x209.8606\x204.52344\x209.86064\x204.19207L9.86079\x203.13909C9.86085\x202.69731\x2010.219\x202.33921\x2010.6608\x202.3392L12.594\x202.33916C13.0358\x202.33915\x2013.394\x202.69732\x2013.394\x203.13916L13.394\x207.40012H10.4947L11.0464\x206.84845C11.2807\x206.61414\x2011.2807\x206.23424\x2011.0464\x205.99993C10.8121\x205.76561\x2010.4322\x205.76561\x2010.1979\x205.99993L9.31395\x206.88384C8.68914\x207.50867\x208.68914\x208.52171\x209.31396\x209.14654L10.1979\x2010.0305C10.4322\x2010.2648\x2010.8121\x2010.2648\x2011.0464\x2010.0305C11.2807\x209.79614\x2011.2807\x209.41624\x2011.0464\x209.18192L10.4646\x208.60012H13.394L13.394\x2012.8612C13.394\x2013.303\x2013.0359\x2013.6612\x2012.594\x2013.6612H10.6606C10.2188\x2013.6612\x209.86064\x2013.303\x209.86064\x2012.8612V11.8084C9.86064\x2011.4771\x209.59202\x2011.2084\x209.26064\x2011.2084C8.92927\x2011.2084\x208.66064\x2011.4771\x208.66064\x2011.8084V12.8612C8.66064\x2013.9658\x209.55607\x2014.8612\x2010.6606\x2014.8612H12.594C13.6986\x2014.8612\x2014.594\x2013.9658\x2014.594\x2012.8612L14.594\x208.0066L14.594\x208.00012L14.594\x207.99363L14.594\x203.13915C14.594\x202.03457\x2013.6985\x201.13914\x2012.5939\x201.13916Z','HOVER_TRACK_HOST_CLASS_NAME','M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z','embed.sheets.','isArray','factory','menuContainer','ToolbarButton','brush-icon','useValue','use','content','childContext','floatingMenus','_resolveChildUnitId','random','_session$','surface','name','before:univer-hidden','embed-ui.basesFloating.copySuffix','ComponentManager','_floatingActiveService','scroll','_getOrCreateRender','EMBED_SHEETS_FLOATING_COMPONENT_KEY','clearTab','ILayoutService','absolute','_portalObservers','useObservable','enter','createInstance','_resolveLayout','getAttribute','childUnit','data-embed-runtime-focus-role','_releaseBodyPortalClaims','DEFAULT_WORKSHEET_ROW_HEIGHT','data-embed-menu-slot','IRenderManagerService','[id^=\x22__editor_docs-\x22]','ShapeTextEditorContainer','getCurrentUnitOfType','viewportHeight','captureByEmbedId','2198273jxNygP','placeholderTitle','pointermove','univer.embed.host-vertical-wheel-attempted-event','pageMarginRight','hypot','mountMenu','registerProvider','_registerChildFocusBridge','fields','UNIVER_UNKNOWN','__addUnit','_runQueue','univer-text-red-500\x20hover:univer-text-red-600','EMBED_MOUNT_CHILD_TYPE_MISMATCH','openSearch','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','resolveDocsTableLikeCustomBlockContentHeight','formulaBar','createDocsCustomBlockSizeRefreshScheduler','fonts','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','content-bounds-fit','[data-u-comp=\x22base-embed-view-slot\x22]','close','_itemId','getContextByEmbedId','UniverSheetsThreadCommentUi','embedFullscreenStatus','M12.1999\x201.40967C11.8685\x201.40967\x2011.5999\x201.6783\x2011.5999\x202.00967C11.5999\x202.34104\x2011.8685\x202.60967\x2012.1999\x202.60967H12.5299C13.3031\x202.60967\x2013.9299\x203.23647\x2013.9299\x204.00967V4.33967C13.9299\x204.67104\x2014.1985\x204.93967\x2014.5299\x204.93967C14.8613\x204.93967\x2015.1299\x204.67104\x2015.1299\x204.33967V4.00967C15.1299\x202.57373\x2013.9659\x201.40967\x2012.5299\x201.40967H12.1999Z','getScrollBar','floating-stage','matches','focus','getContext','embed-float-dom-overlay','hideFloatMenu','getBaseFloatingPanelPortalContainer','runtime','EmbedHostAdapterRegistryService','getProjection','IncreaseIcon','EMBED_MENU_OVERRIDE_TAB_REQUIRED','constructor','viewOrder','thread-comment','_containsRegisteredElement','#app','identifier:univer.menu-manager-service','collapseWithoutChildScroll','runtime-pointer','ActivateBaseViewOperation','GRID_HEADER_HEIGHT','round','EmbedHostEntryEnum','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','_override$','canvasFloatDomPreviewService','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','ALL','useConfigValue','exited$','_injector','registerCtorForType','univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','UniverIcon','syncingChildFromHost','closeContextMenu','setAttribute','getRowVisible','_tabHostRenderLeases','small','univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','UniverProSheetsOutlineUi','setCollapsedIds','syncHostVerticalScroll','embedChildUnitId','parentElement','finally','one-to-one-icon','OpenBaseActiveEditorOperation','DocsTablePassiveWheelService','_embedMountService','releaseStage2SessionLeaseIfActivationDoesNotStick','mask','_focusTabPeerSession','BaseUIPopupService','embed-ui','OneToOneIcon','embed-ui.sheetsFloating.toolbar.bold','onStarting','floatingActiveService','tab-peer','amd','body','addEventListener','HorizontalMergeIcon','find','childUnitId','TOOLBAR','_mountBlockedRuntime','SheetBarService','detail','M8.22957\x205.47839C8.30034\x205.50767\x208.36664\x205.55107\x208.42417\x205.6086L10.4242\x207.6086C10.6585\x207.84291\x2010.6585\x208.22281\x2010.4242\x208.45713C10.1899\x208.69144\x209.80995\x208.69144\x209.57564\x208.45713L8.5999\x207.48139V13.6995C8.5999\x2014.0309\x208.33127\x2014.2995\x207.9999\x2014.2995C7.66853\x2014.2995\x207.3999\x2014.0309\x207.3999\x2013.6995V7.48139L6.42417\x208.45713C6.18985\x208.69144\x205.80995\x208.69144\x205.57564\x208.45713C5.34132\x208.22281\x205.34132\x207.84291\x205.57564\x207.6086L7.57541\x205.60882C7.7522\x205.43203\x208.01209\x205.38841\x208.22957\x205.47839Z','_focusCoordinator','_setCurrentUnitForType','doc-block-stage2-runtime','_registerDefaultHostToolbar','float','univer-text-red-500','clipPath','paint-bucket-double-icon','horizontal','M12.665\x202.66496H3.33496C2.96493\x202.66496\x202.66496\x202.96493\x202.66496\x203.33496V12.665C2.66496\x2013.035\x202.96493\x2013.335\x203.33496\x2013.335H12.665C13.035\x2013.335\x2013.335\x2013.035\x2013.335\x2012.665V3.33496C13.335\x202.96493\x2013.035\x202.66496\x2012.665\x202.66496ZM3.33496\x201.33496C2.23039\x201.33496\x201.33496\x202.23039\x201.33496\x203.33496V12.665C1.33496\x2013.7695\x202.23039\x2014.665\x203.33496\x2014.665H12.665C13.7695\x2014.665\x2014.665\x2013.7695\x2014.665\x2012.665V3.33496C14.665\x202.23039\x2013.7695\x201.33496\x2012.665\x201.33496H3.33496Z','querySelectorAll','embed-ui.sheetsFloating.align.left','_elements','kind','clearFocusOwner','SetEmbedDescriptorMutation','blur','some','univer-fill-gray-900\x20dark:!univer-fill-gray-0','missing-descriptor','IUndoRedoService','gate','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','docs-sticky-base','takeRecords','from','scopedActionServiceTokens','M6.12398\x208.30171C6.35829\x208.0674\x206.73819\x208.0674\x206.97251\x208.30171L8.00007\x209.32928L9.02764\x208.30171C9.26195\x208.0674\x209.64185\x208.0674\x209.87617\x208.30171C10.1105\x208.53603\x2010.1105\x208.91593\x209.87617\x209.15024L8.8486\x2010.1778L9.87617\x2011.2054C10.1105\x2011.4397\x2010.1105\x2011.8196\x209.87617\x2012.0539C9.64185\x2012.2882\x209.26195\x2012.2882\x209.02764\x2012.0539L8.00007\x2011.0263L6.97251\x2012.0539C6.73819\x2012.2882\x206.35829\x2012.2882\x206.12398\x2012.0539C5.88966\x2011.8196\x205.88966\x2011.4397\x206.12398\x2011.2054L7.15154\x2010.1778L6.12398\x209.15024C5.88966\x208.91593\x205.88966\x208.53603\x206.12398\x208.30171Z','renderScopeActive','HorizontallyIcon','getTypeOfUnitAdded$','getResourceRefInputUnitSelector','0\x200\x2020\x2021','getColumnWidth','event','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','viewState','inert','Workbook','M1.9999\x201.89941C1.66853\x201.89941\x201.3999\x202.16804\x201.3999\x202.49941C1.3999\x202.83078\x201.66853\x203.09941\x201.9999\x203.09941H13.9999C14.3313\x203.09941\x2014.5999\x202.83078\x2014.5999\x202.49941C14.5999\x202.16804\x2014.3313\x201.89941\x2013.9999\x201.89941H1.9999Z','useEffect','unsubscribe','keys','BaseViewType','slideOrder','setZoom','getZoomRatio','next','scrollByViewportDeltaVal','pivot-table','[data-radix-popper-content-wrapper]','viewSettings','useDependency','#111827','updatedAt','CENTER','univer-text-gray-900\x20dark:!univer-text-gray-0','month','print','ScrollBar','defaultView','univer-grid\x20univer-gap-0.5','productName','BaseTableSidebarFrame','_restorePreviousChildCurrentUnit','slide-workbench','AddWorksheetMergeVerticalCommand','resolvedDependencies','start','embed-ui.sheetsFloating.align.right','hostUnitId','setActive','cancelable','unit','_rootsByChildUnitId','getStage','M8.00008\x205.99984C8.36827\x205.99984\x208.66675\x206.29831\x208.66675\x206.6665V6.99984C8.66675\x207.36803\x208.36827\x207.6665\x208.00008\x207.6665C7.63189\x207.6665\x207.33341\x207.36803\x207.33341\x206.99984V6.6665C7.33341\x206.29831\x207.63189\x205.99984\x208.00008\x205.99984Z','contentHeight','_resolveFloatingSurfaceRoot','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','\x0a\x20\x20univer-pointer-events-auto\x20univer-relative\x20univer-isolate\x20univer-flex\x20univer-shrink-0\x0a\x20\x20univer-items-center\x20univer-self-stretch\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x0a\x20\x20univer-border-gray-200\x20univer-bg-transparent\x20univer-p-1\x20univer-shadow-lg\x0a\x20\x20before:univer-pointer-events-none\x20before:univer-absolute\x20before:univer-inset-0\x0a\x20\x20before:univer-z-[-1]\x20before:univer-rounded-lg\x20before:univer-bg-gray-0\x20before:univer-opacity-90\x0a\x20\x20before:univer-content-[\x27\x27]\x20dark:!univer-border-gray-600\x20dark:before:!univer-bg-gray-900\x0a','notifyContentSizeChanged','[data-u-comp=\x22slide-tab-item\x22]','AllBorderIcon','unitID','univer-size-3.5','has','reason','univer-h-8\x20univer-w-full\x20univer-px-2','documentElement','manual','_disposed','width','horizontally-icon','getFocusOwner','dblclick','dir','deleteBlock','FormulaBar','Button','revision','description','syncExecuteCommand','M1.3999\x209.8334C1.3999\x209.50203\x201.66853\x209.2334\x201.9999\x209.2334H13.9999C14.3313\x209.2334\x2014.5999\x209.50203\x2014.5999\x209.8334C14.5999\x2010.1648\x2014.3313\x2010.4334\x2013.9999\x2010.4334H1.9999C1.66853\x2010.4334\x201.3999\x2010.1648\x201.3999\x209.8334Z','popup','_geometryInvalidated$','pointerEvents','openContextMenu','[data-u-comp=\x22embed-float-dom-content\x22]','slides-floating-object','getPreview','slides-page-list-block','registerCommand','_isDetachedOffscreenPortalCandidate','disabled','embed-ui.boardsFloating.zoomOut','createRender','embed-float-dom-live-canvas','position','M3.33315\x2012.9004C3.00178\x2012.9004\x202.73315\x2013.169\x202.73315\x2013.5004C2.73315\x2013.8318\x203.00178\x2014.1004\x203.33315\x2014.1004H12.6665C12.9979\x2014.1004\x2013.2665\x2013.8318\x2013.2665\x2013.5004C13.2665\x2013.169\x2012.9979\x2012.9004\x2012.6665\x2012.9004H3.33315Z','stable','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','_undoRedoService','viewId','hostType','[data-embed-floating-menu-entry]','contentSizeChanged$','IBoardElementStateService','sheets-sheet-tab','forwardRef','fontSize','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','M7.1349\x201.3999C6.80353\x201.3999\x206.5349\x201.66853\x206.5349\x201.9999C6.5349\x202.33127\x206.80353\x202.5999\x207.1349\x202.5999H7.67993V4.55065C7.67993\x204.88203\x207.94856\x205.15065\x208.27993\x205.15065C8.6113\x205.15065\x208.87993\x204.88203\x208.87993\x204.55065V2.5999H9.4049C9.73627\x202.5999\x2010.0049\x202.33127\x2010.0049\x201.9999C10.0049\x201.66853\x209.73627\x201.3999\x209.4049\x201.3999H7.1349Z','getUnit','_contentSizeChanged$','M13.7841\x201.80029C14.1155\x201.80029\x2014.3841\x202.06892\x2014.3841\x202.40029V14.0003C14.3841\x2014.3317\x2014.1155\x2014.6003\x2013.7841\x2014.6003C13.4527\x2014.6003\x2013.1841\x2014.3317\x2013.1841\x2014.0003V8.60259H7.13467C6.8033\x208.60259\x206.53467\x208.33396\x206.53467\x208.00259C6.53467\x207.67122\x206.8033\x207.40259\x207.13467\x207.40259H13.1841V2.40029C13.1841\x202.06892\x2013.4527\x201.80029\x2013.7841\x201.80029Z','activeElement','UI_PLUGIN_CONFIG_KEY','M7.38216\x201.04883C3.88437\x201.04883\x201.04883\x203.88437\x201.04883\x207.38216C1.04883\x2010.88\x203.88437\x2013.7155\x207.38216\x2013.7155C8.89089\x2013.7155\x2010.2764\x2013.1879\x2011.3643\x2012.3072L13.813\x2014.7559C14.0733\x2015.0162\x2014.4954\x2015.0162\x2014.7558\x2014.7559C15.0161\x2014.4955\x2015.0161\x2014.0734\x2014.7558\x2013.8131L12.3071\x2011.3644C13.1879\x2010.2765\x2013.7155\x208.89095\x2013.7155\x207.38216C13.7155\x203.88437\x2010.88\x201.04883\x207.38216\x201.04883ZM2.38216\x207.38216C2.38216\x204.62075\x204.62075\x202.38216\x207.38216\x202.38216C10.1436\x202.38216\x2012.3822\x204.62075\x2012.3822\x207.38216C12.3822\x2010.1436\x2010.1436\x2012.3822\x207.38216\x2012.3822C4.62075\x2012.3822\x202.38216\x2010.1436\x202.38216\x207.38216Z','[data-embed-float-fullscreen-button]','M7.9999\x2010.5671C8.33127\x2010.5671\x208.5999\x2010.2985\x208.5999\x209.96714V2.30047C8.5999\x201.9691\x208.33127\x201.70047\x207.9999\x201.70047C7.66853\x201.70047\x207.3999\x201.9691\x207.3999\x202.30047V9.96714C7.3999\x2010.2985\x207.66853\x2010.5671\x207.9999\x2010.5671Z','startWith','[data-board-viewport-host=\x22true\x22]','img','contentRect','embedChildRenderError','VIEW_MAIN','setPreview','SetVerticalTextAlignCommand'];_0x5eb2=function(){return _0x8868ef;};return _0x5eb2();}(function(_0x42c4ea,_0x870a0c){const _0x4cbcbf=_0x3a85,_0x24986b=_0x42c4ea();while(!![]){try{const _0x56e8d2=-parseInt(_0x4cbcbf(0x46d))/0x1*(-parseInt(_0x4cbcbf(0x298))/0x2)+-parseInt(_0x4cbcbf(0x8ec))/0x3+-parseInt(_0x4cbcbf(0x2b7))/0x4+parseInt(_0x4cbcbf(0x347))/0x5*(parseInt(_0x4cbcbf(0x651))/0x6)+-parseInt(_0x4cbcbf(0x721))/0x7+parseInt(_0x4cbcbf(0x233))/0x8*(-parseInt(_0x4cbcbf(0x44b))/0x9)+parseInt(_0x4cbcbf(0x87f))/0xa;if(_0x56e8d2===_0x870a0c)break;else _0x24986b['push'](_0x24986b['shift']());}catch(_0x56e276){_0x24986b['push'](_0x24986b['shift']());}}}(_0x5eb2,0x4c3cf),function(_0x341810,_0x4f2205){const _0x2428ba=_0x3a85;typeof exports==_0x2428ba(0x539)&&typeof module<'u'?_0x4f2205(exports,require('@univerjs-pro/embed'),require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/docs-ui'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('@univerjs/design'),require('react'),require('rxjs'),require('@univerjs/engine-render'),require('react/jsx-runtime'),require('@univerjs/docs'),require('@univerjs-pro/docs-table-ui'),require('@univerjs-pro/bases'),require('@univerjs-pro/bases-ui'),require('react-dom'),require('@univerjs-pro/boards-ui'),require('@univerjs-pro/boards'),require('@univerjs-pro/slides-ui'),require('@univerjs-pro/sheets-chart-ui'),require('@univerjs-pro/sheets-outline-ui'),require('@univerjs-pro/sheets-pivot-ui'),require('@univerjs-pro/sheets-print'),require('@univerjs-pro/sheets-shape-ui'),require('@univerjs-pro/sheets-sparkline-ui'),require('@univerjs/sheets-conditional-formatting-ui'),require('@univerjs/sheets-data-validation-ui'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-filter-ui'),require('@univerjs/sheets-hyper-link-ui'),require('@univerjs/sheets-note-ui'),require('@univerjs/sheets-numfmt-ui'),require('@univerjs/sheets-sort-ui'),require('@univerjs/sheets-table-ui'),require('@univerjs/sheets-thread-comment-ui'),require('@univerjs/sheets'),require('@univerjs-pro/slides')):typeof define=='function'&&define[_0x2428ba(0x77e)]?define(_0x2428ba(0x444)[_0x2428ba(0x1ff)]('.'),_0x4f2205):(_0x341810=typeof globalThis<'u'?globalThis:_0x341810||self,_0x4f2205(_0x341810['UniverProEmbedUi']={},_0x341810[_0x2428ba(0x5a0)],_0x341810[_0x2428ba(0x5ea)],_0x341810[_0x2428ba(0x36f)],_0x341810[_0x2428ba(0x4af)],_0x341810['UniverSheetsUi'],_0x341810[_0x2428ba(0x834)],_0x341810[_0x2428ba(0x860)],_0x341810['React'],_0x341810['rxjs'],_0x341810[_0x2428ba(0x252)],_0x341810[_0x2428ba(0x3e8)],_0x341810['UniverDocs'],_0x341810['UniverProDocsTableUi'],_0x341810[_0x2428ba(0x69c)],_0x341810[_0x2428ba(0x4eb)],_0x341810[_0x2428ba(0x6c8)],_0x341810[_0x2428ba(0x286)],_0x341810[_0x2428ba(0x84f)],_0x341810[_0x2428ba(0x6bd)],_0x341810[_0x2428ba(0x4ce)],_0x341810[_0x2428ba(0x76a)],_0x341810['UniverProSheetsPivotUi'],_0x341810[_0x2428ba(0x3f1)],_0x341810['UniverProSheetsShapeUi'],_0x341810[_0x2428ba(0x262)],_0x341810['UniverSheetsConditionalFormattingUi'],_0x341810['UniverSheetsDataValidationUi'],_0x341810[_0x2428ba(0x8a1)],_0x341810['UniverSheetsFilterUi'],_0x341810['UniverSheetsHyperLinkUi'],_0x341810[_0x2428ba(0x23f)],_0x341810[_0x2428ba(0x202)],_0x341810[_0x2428ba(0x3b3)],_0x341810[_0x2428ba(0x42e)],_0x341810[_0x2428ba(0x73c)],_0x341810[_0x2428ba(0x526)],_0x341810[_0x2428ba(0x33e)]));}(this,function(_0x480412,_0x5e0ca8,_0x514320,_0x423058,_0xeb41bb,_0x1fa4c3,_0x4fbb7a,_0x314f23,_0x10447b,_0x12f7a8,_0x18a9fe,_0x8825e5,_0x93b5c7,_0x10a26e,_0x3d115f,_0x281b76,_0x321d8d,_0x2384f3,_0x5b8681,_0x731e9d,_0x5736c2,_0xea3ca9,_0x4e4099,_0x3abbc2,_0x3b6782,_0x2a9bd0,_0x5600ba,_0x431f62,_0x52cd52,_0x79c264,_0x1c7373,_0x437ecc,_0x5d2754,_0x2ee62e,_0x2249f4,_0x2c1e78,_0x2ef170,_0x6f5871){const _0x37672f=_0x3a85;Object[_0x37672f(0x3a8)](_0x480412,Symbol[_0x37672f(0x340)],{'value':'Module'});var _0x9742a4='@univerjs-pro/embed-ui',_0x5c056f='1.0.0-beta.1';function _0x4010b6({ref:_0x583af0,..._0x1a92ec}){const _0x2c8d86=_0x37672f;let {icon:_0x8aa1c3,id:_0x3a365b,className:_0x34dc96,extend:_0x3b6da3,..._0x115892}=_0x1a92ec,_0x2a5f31=(_0x2c8d86(0x3b9)+_0x3a365b+'\x20'+(_0x34dc96||''))['trim'](),_0x17f698=(0x0,_0x10447b[_0x2c8d86(0x2e7)])('_'+_0x38015b());return _0x504e04(_0x8aa1c3,''+_0x3a365b,{'defIds':_0x8aa1c3[_0x2c8d86(0x2de)],'idSuffix':_0x17f698[_0x2c8d86(0x90d)]},{'ref':_0x583af0,'className':_0x2a5f31,..._0x115892},_0x3b6da3);}function _0x504e04(_0x13c05a,_0x57892c,_0x1e8e79,_0x51bae0,_0x45633b){const _0x3307c3=_0x37672f;return(0x0,_0x10447b[_0x3307c3(0x64d)])(_0x13c05a[_0x3307c3(0x5df)],{'key':_0x57892c,..._0x329ef4(_0x13c05a,_0x1e8e79,_0x45633b),..._0x51bae0},(_0xdfadea(_0x13c05a,_0x1e8e79)[_0x3307c3(0x280)]||[])['map']((_0x241d62,_0x5a33e7)=>_0x504e04(_0x241d62,_0x57892c+'-'+_0x13c05a[_0x3307c3(0x5df)]+'-'+_0x5a33e7,_0x1e8e79,void 0x0,_0x45633b)));}function _0x329ef4(_0x51b952,_0x3fc3bf,_0x343b55){const _0x35f994=_0x37672f;let _0x2bd58d={..._0x51b952[_0x35f994(0x3bf)]};_0x343b55!=null&&_0x343b55[_0x35f994(0x6ea)]&&_0x2bd58d[_0x35f994(0x3f5)]===_0x35f994(0x6ea)&&(_0x2bd58d[_0x35f994(0x3f5)]=_0x343b55[_0x35f994(0x6ea)]),_0x343b55!=null&&_0x343b55[_0x35f994(0x6ea)]&&_0x2bd58d[_0x35f994(0x827)]===_0x35f994(0x6ea)&&(_0x2bd58d[_0x35f994(0x827)]=_0x343b55[_0x35f994(0x6ea)]),_0x51b952[_0x35f994(0x5df)]===_0x35f994(0x775)&&_0x2bd58d['id']&&(_0x2bd58d['id']+=_0x3fc3bf[_0x35f994(0x881)]),Object[_0x35f994(0x1ee)](_0x2bd58d)[_0x35f994(0x84e)](([_0x4bf861,_0x2d7c0d])=>{const _0x4e92fe=_0x35f994;_0x4bf861===_0x4e92fe(0x775)&&typeof _0x2d7c0d==_0x4e92fe(0x43e)&&(_0x2bd58d[_0x4bf861]=_0x2d7c0d[_0x4e92fe(0x414)](/url\(#(.*)\)/,_0x4e92fe(0x253)+_0x3fc3bf[_0x4e92fe(0x881)]+')'));});let {defIds:_0x5d74d3}=_0x3fc3bf;return!_0x5d74d3||_0x5d74d3['length']===0x0?_0x2bd58d:(_0x51b952[_0x35f994(0x5df)]===_0x35f994(0x6fd)&&_0x2bd58d[_0x35f994(0x89f)]&&(_0x2bd58d[_0x35f994(0x89f)]+=_0x3fc3bf[_0x35f994(0x881)]),Object[_0x35f994(0x1ee)](_0x2bd58d)[_0x35f994(0x84e)](([_0x59535d,_0xf273f5])=>{const _0xe8d5b6=_0x35f994;typeof _0xf273f5==_0xe8d5b6(0x43e)&&(_0x2bd58d[_0x59535d]=_0xf273f5[_0xe8d5b6(0x414)](/url\(#(.*)\)/,'url(#$1'+_0x3fc3bf[_0xe8d5b6(0x881)]+')'));}),_0x2bd58d);}function _0xdfadea(_0x9393df,_0x23eee6){const _0x245913=_0x37672f;var _0x39d4f3;let {defIds:_0x1967d3}=_0x23eee6;return!_0x1967d3||_0x1967d3[_0x245913(0x3fe)]===0x0?_0x9393df:_0x9393df[_0x245913(0x5df)]==='defs'&&(_0x39d4f3=_0x9393df['children'])!=null&&_0x39d4f3[_0x245913(0x3fe)]?{..._0x9393df,'children':_0x9393df['children'][_0x245913(0x3b8)](_0x4ba4f1=>typeof _0x4ba4f1['attrs']['id']==_0x245913(0x43e)&&_0x1967d3&&_0x1967d3[_0x245913(0x3d9)](_0x4ba4f1['attrs']['id'])?{..._0x4ba4f1,'attrs':{..._0x4ba4f1[_0x245913(0x3bf)],'id':_0x4ba4f1[_0x245913(0x3bf)]['id']+_0x23eee6['idSuffix']}}:_0x4ba4f1)}:_0x9393df;}function _0x38015b(){const _0x55606a=_0x37672f;return Math[_0x55606a(0x702)]()[_0x55606a(0x61c)](0x24)[_0x55606a(0x2ed)](0x2,0x8);}_0x4010b6[_0x37672f(0x85f)]=_0x37672f(0x762);let _0x1fa67b={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x37c),'fillRule':_0x37672f(0x4bd),'clipRule':'evenodd'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M7.57564\x2010.3914C7.80995\x2010.6257\x208.18985\x2010.6257\x208.42417\x2010.3914L10.4242\x208.3914C10.6585\x208.15709\x2010.6585\x207.77719\x2010.4242\x207.54287C10.1899\x207.30856\x209.80995\x207.30856\x209.57564\x207.54287L7.9999\x209.11861L6.42417\x207.54287C6.18985\x207.30856\x205.80995\x207.30856\x205.57564\x207.54287C5.34132\x207.77719\x205.34132\x208.15709\x205.57564\x208.3914L7.57564\x2010.3914Z','fillRule':_0x37672f(0x4bd),'clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x815),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x41d82f=(0x0,_0x10447b['forwardRef'])(function(_0x1f22d7,_0x4b2420){const _0x4a5d59=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object['assign']({},_0x1f22d7,{'id':_0x4a5d59(0x47b),'ref':_0x4b2420,'icon':_0x1fa67b}));});_0x41d82f[_0x37672f(0x85f)]='AlignBottomIcon';let _0x1e5f13={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x366)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x788)}}]},_0x4e6ef2=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x378704,_0xec14fc){const _0x4997e9=_0x37672f;return(0x0,_0x10447b[_0x4997e9(0x64d)])(_0x4010b6,Object[_0x4997e9(0x2b1)]({},_0x378704,{'id':_0x4997e9(0x311),'ref':_0xec14fc,'icon':_0x1e5f13}));});_0x4e6ef2[_0x37672f(0x85f)]=_0x37672f(0x8a0);let _0x2cca0a={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x7a9),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M3.32508\x2011.7609C3.46644\x2011.8194\x203.64565\x2011.8194\x204.00407\x2011.8194H13.049L10.1235\x2014.745C9.87002\x2014.9984\x209.7433\x2015.1251\x209.68475\x2015.2665C9.60668\x2015.455\x209.60668\x2015.6668\x209.68475\x2015.8552C9.7433\x2015.9966\x209.87002\x2016.1233\x2010.1235\x2016.3768C10.3769\x2016.6302\x2010.5036\x2016.7569\x2010.645\x2016.8155C10.8335\x2016.8935\x2011.0452\x2016.8935\x2011.2337\x2016.8155C11.3751\x2016.7569\x2011.5018\x2016.6302\x2011.7552\x2016.3768L16.5105\x2011.6215C16.5524\x2011.5803\x2016.5983\x2011.5344\x2016.6493\x2011.4834L16.6495\x2011.4831C16.8561\x2011.2765\x2016.9785\x2011.1542\x2017.0484\x2011.0394C17.0648\x2011.0128\x2017.0782\x2010.9866\x2017.0893\x2010.9599C17.1674\x2010.7714\x2017.1674\x2010.5596\x2017.0893\x2010.3711C17.0308\x2010.2298\x2016.904\x2010.1031\x2016.6506\x209.84962C16.5685\x209.76752\x2016.4997\x209.69872\x2016.4394\x209.64123L11.7542\x204.95601C11.5007\x204.70257\x2011.374\x204.57585\x2011.2327\x204.5173C11.0442\x204.43923\x2010.8324\x204.43923\x2010.6439\x204.5173C10.5026\x204.57585\x2010.3758\x204.70257\x2010.1224\x204.95601L10.1224\x204.95601C9.86895\x205.20945\x209.74223\x205.33617\x209.68368\x205.47753C9.60561\x205.66601\x209.60561\x205.87779\x209.68368\x206.06627C9.74223\x206.20764\x209.86895\x206.33436\x2010.1224\x206.5878L13.0463\x209.51175H4.00407C3.64565\x209.51175\x203.46644\x209.51175\x203.32508\x209.5703C3.1366\x209.64837\x202.98685\x209.79812\x202.90877\x209.98661C2.85022\x2010.128\x202.85022\x2010.3072\x202.85022\x2010.6656C2.85022\x2011.024\x202.85022\x2011.2032\x202.90877\x2011.3446C2.98685\x2011.5331\x203.1366\x2011.6828\x203.32508\x2011.7609Z','transform':_0x37672f(0x880),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x5af7b7=(0x0,_0x10447b['forwardRef'])(function(_0x2ed4db,_0x287f11){const _0x25e5d5=_0x37672f;return(0x0,_0x10447b[_0x25e5d5(0x64d)])(_0x4010b6,Object['assign']({},_0x2ed4db,{'id':'arrow-left-icon','ref':_0x287f11,'icon':_0x2cca0a}));});_0x5af7b7[_0x37672f(0x85f)]=_0x37672f(0x41f);let _0x103384={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2020\x2021','width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x3ac),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x368fb2=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x6010ad,_0xd81026){const _0x54b868=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object['assign']({},_0x6010ad,{'id':_0x54b868(0x496),'ref':_0xd81026,'icon':_0x103384}));});_0x368fb2[_0x37672f(0x85f)]='ArrowRightIcon';let _0x3ffaa5={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2016\x2016','width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x480)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3a1)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x549)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':'M4.6666\x206.5999C4.33523\x206.5999\x204.06641\x206.33127\x204.06641\x205.9999C4.06641\x205.66853\x204.33508\x205.3999\x204.66645\x205.3999L4.6666\x206.5999Z'}}]},_0x255a1d=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x280907,_0x2ed155){const _0x53397a=_0x37672f;return(0x0,_0x10447b[_0x53397a(0x64d)])(_0x4010b6,Object['assign']({},_0x280907,{'id':_0x53397a(0x2f2),'ref':_0x2ed155,'icon':_0x3ffaa5}));});_0x255a1d[_0x37672f(0x85f)]='AutowrapIcon';let _0x5edad0={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x403),'fillRule':'evenodd','clipRule':_0x37672f(0x4bd)}}]},_0xca2be=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x519d8c,_0x886915){const _0x2df718=_0x37672f;return(0x0,_0x10447b[_0x2df718(0x64d)])(_0x4010b6,Object[_0x2df718(0x2b1)]({},_0x519d8c,{'id':_0x2df718(0x3b7),'ref':_0x886915,'icon':_0x5edad0}));});_0xca2be[_0x37672f(0x85f)]='BoldIcon';let _0x1eafce={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x4a4),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x121d43=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x2bd40b,_0x2f7c30){const _0x5dd5e5=_0x37672f;return(0x0,_0x10447b[_0x5dd5e5(0x64d)])(_0x4010b6,Object[_0x5dd5e5(0x2b1)]({},_0x2bd40b,{'id':_0x5dd5e5(0x6fb),'ref':_0x2f7c30,'icon':_0x1eafce}));});_0x121d43[_0x37672f(0x85f)]=_0x37672f(0x6e5);let _0x5a82b5={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':'1em','height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x5f0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M5.33888\x201.13919L3.40568\x201.13926C2.30114\x201.13931\x201.40575\x202.03474\x201.40576\x203.13928L1.40586\x2012.8612C1.40587\x2013.9658\x202.3013\x2014.8612\x203.40586\x2014.8612H5.33896C6.44353\x2014.8612\x207.33896\x2013.9658\x207.33896\x2012.8612V11.8084C7.33896\x2011.4771\x207.07033\x2011.2084\x206.73896\x2011.2084C6.40759\x2011.2084\x206.13896\x2011.4771\x206.13896\x2011.8084V12.8612C6.13896\x2013.303\x205.78079\x2013.6612\x205.33896\x2013.6612H3.40586C2.96403\x2013.6612\x202.60586\x2013.303\x202.60586\x2012.8612L2.60576\x203.13927C2.60576\x202.69745\x202.96391\x202.33928\x203.40573\x202.33926L5.33893\x202.33919C5.78077\x202.33917\x206.13896\x202.69735\x206.13896\x203.13919V4.192C6.13896\x204.52337\x206.40759\x204.792\x206.73896\x204.792C7.07033\x204.792\x207.33896\x204.52337\x207.33896\x204.192V3.13919C7.33896\x202.03459\x206.44348\x201.13914\x205.33888\x201.13919Z'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':'M9.20731\x205.99993C8.973\x206.23424\x208.973\x206.61414\x209.20731\x206.84845L10.0912\x207.73235C10.2474\x207.88856\x2010.2474\x208.14182\x2010.0912\x208.29803L9.20731\x209.18192C8.973\x209.41624\x208.973\x209.79614\x209.20731\x2010.0305C9.44163\x2010.2648\x209.82153\x2010.2648\x2010.0558\x2010.0305L10.9397\x209.14654C11.5646\x208.52171\x2011.5646\x207.50867\x2010.9397\x206.88384L10.0558\x205.99993C9.82153\x205.76561\x209.44163\x205.76561\x209.20731\x205.99993Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x897)}}]},_0x250b2a=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x440802,_0x1c9435){const _0x3c5d60=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object[_0x3c5d60(0x2b1)]({},_0x440802,{'id':_0x3c5d60(0x843),'ref':_0x1c9435,'icon':_0x5a82b5}));});_0x250b2a['displayName']=_0x37672f(0x3eb);let _0x188044={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x56f),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x5a86a1=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x31e88a,_0x29f8ec){const _0x16c5c2=_0x37672f;return(0x0,_0x10447b[_0x16c5c2(0x64d)])(_0x4010b6,Object[_0x16c5c2(0x2b1)]({},_0x31e88a,{'id':_0x16c5c2(0x696),'ref':_0x29f8ec,'icon':_0x188044}));});_0x5a86a1['displayName']=_0x37672f(0x258);let _0x59710e={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x3a3)}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x8e8)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7a4)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':'M4.75332\x205.22217C3.86966\x205.22217\x203.15332\x205.93851\x203.15332\x206.82217V12.5331C3.15332\x2013.9691\x204.31738\x2015.1332\x205.75332\x2015.1332H10.2465C11.6825\x2015.1332\x2012.8465\x2013.9691\x2012.8465\x2012.5331V6.82217C12.8465\x205.93851\x2012.1302\x205.22217\x2011.2465\x205.22217H4.75332ZM4.35332\x206.82217C4.35332\x206.60125\x204.53241\x206.42217\x204.75332\x206.42217H11.2465C11.4674\x206.42217\x2011.6465\x206.60125\x2011.6465\x206.82217V12.5331C11.6465\x2013.3063\x2011.0197\x2013.9332\x2010.2465\x2013.9332H5.75332C4.98012\x2013.9332\x204.35332\x2013.3063\x204.35332\x2012.5331V6.82217Z','fillRule':_0x37672f(0x4bd),'clipRule':'evenodd'}}]},_0x30bdbf=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0xc41bc9,_0x13e91a){const _0xfcb854=_0x37672f;return(0x0,_0x10447b[_0xfcb854(0x64d)])(_0x4010b6,Object['assign']({},_0xc41bc9,{'id':_0xfcb854(0x61d),'ref':_0x13e91a,'icon':_0x59710e}));});_0x30bdbf[_0x37672f(0x85f)]='DeleteIcon';let _0x1b8dc3={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'stroke':_0x37672f(0x6d3),'d':_0x37672f(0x442),'strokeLinecap':_0x37672f(0x756),'strokeLinejoin':_0x37672f(0x756),'strokeWidth':1.2}}]},_0x1ec338=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x340d79,_0x1ee2e5){const _0x476c21=_0x37672f;return(0x0,_0x10447b[_0x476c21(0x64d)])(_0x4010b6,Object[_0x476c21(0x2b1)]({},_0x340d79,{'id':'expand-icon','ref':_0x1ee2e5,'icon':_0x1b8dc3}));});_0x1ec338[_0x37672f(0x85f)]='ExpandIcon';let _0x4d3043={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x502),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x43a),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x46a9b7=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x339eb0,_0x4f8937){const _0xaf261f=_0x37672f;return(0x0,_0x10447b[_0xaf261f(0x64d)])(_0x4010b6,Object[_0xaf261f(0x2b1)]({},_0x339eb0,{'id':_0xaf261f(0x2dc),'ref':_0x4f8937,'icon':_0x4d3043}));});_0x46a9b7[_0x37672f(0x85f)]=_0x37672f(0x493);let _0x4845f2={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x36a),'fillRule':'evenodd','clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x277),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x42433a=(0x0,_0x10447b['forwardRef'])(function(_0x374219,_0x416aba){const _0x23e45f=_0x37672f;return(0x0,_0x10447b[_0x23e45f(0x64d)])(_0x4010b6,Object[_0x23e45f(0x2b1)]({},_0x374219,{'id':_0x23e45f(0x238),'ref':_0x416aba,'icon':_0x4845f2}));});_0x42433a[_0x37672f(0x85f)]=_0x37672f(0x781);let _0x52ef56={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7b0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x825)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x7f0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x800)}}]},_0x531163=(0x0,_0x10447b['forwardRef'])(function(_0x45ac8a,_0x372e49){const _0x3b7a57=_0x37672f;return(0x0,_0x10447b[_0x3b7a57(0x64d)])(_0x4010b6,Object[_0x3b7a57(0x2b1)]({},_0x45ac8a,{'id':_0x3b7a57(0x7e6),'ref':_0x372e49,'icon':_0x52ef56}));});_0x531163[_0x37672f(0x85f)]=_0x37672f(0x7a6);let _0x2e6ad4={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x275)}}]},_0x451b60=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x46d6bf,_0x32ef1e){const _0x202589=_0x37672f;return(0x0,_0x10447b[_0x202589(0x64d)])(_0x4010b6,Object[_0x202589(0x2b1)]({},_0x46d6bf,{'id':_0x202589(0x220),'ref':_0x32ef1e,'icon':_0x2e6ad4}));});_0x451b60[_0x37672f(0x85f)]=_0x37672f(0x74a);let _0x5ba1b4={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7b0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M1.9999\x205.56641C1.66853\x205.56641\x201.3999\x205.83504\x201.3999\x206.16641C1.3999\x206.49778\x201.66853\x206.76641\x201.9999\x206.76641H11.3332C11.6646\x206.76641\x2011.9332\x206.49778\x2011.9332\x206.16641C11.9332\x205.83504\x2011.6646\x205.56641\x2011.3332\x205.56641H1.9999Z'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7f0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x4f3)}}]},_0x48492e=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x378964,_0x58d17a){const _0x40b480=_0x37672f;return(0x0,_0x10447b[_0x40b480(0x64d)])(_0x4010b6,Object[_0x40b480(0x2b1)]({},_0x378964,{'id':_0x40b480(0x355),'ref':_0x58d17a,'icon':_0x5ba1b4}));});_0x48492e[_0x37672f(0x85f)]=_0x37672f(0x3df);let _0x440e44={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x6f3)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M5.33889\x201.13919L3.4057\x201.13926C2.30115\x201.13931\x201.40576\x202.03474\x201.40578\x203.13928L1.40582\x207.99139L1.40576\x208.00012L1.40582\x208.00886L1.40587\x2012.8612C1.40588\x2013.9658\x202.30131\x2014.8612\x203.40587\x2014.8612H5.33897C6.44354\x2014.8612\x207.33897\x2013.9658\x207.33897\x2012.8612V11.8084C7.33897\x2011.4771\x207.07034\x2011.2084\x206.73897\x2011.2084C6.4076\x2011.2084\x206.13897\x2011.4771\x206.13897\x2011.8084V12.8612C6.13897\x2013.303\x205.7808\x2013.6612\x205.33897\x2013.6612H3.40587C2.96405\x2013.6612\x202.60588\x2013.303\x202.60587\x2012.8612L2.60583\x208.60012H5.53538L4.95357\x209.18193C4.71925\x209.41624\x204.71925\x209.79614\x204.95357\x2010.0305C5.18788\x2010.2648\x205.56778\x2010.2648\x205.8021\x2010.0305L6.68599\x209.14656C7.31083\x208.52172\x207.31083\x207.50866\x206.68599\x206.88382L5.8021\x205.99993C5.56778\x205.76561\x205.18788\x205.76561\x204.95357\x205.99993C4.71925\x206.23424\x204.71925\x206.61414\x204.95357\x206.84845L5.50523\x207.40012H2.60582L2.60578\x203.13927C2.60577\x202.69745\x202.96393\x202.33928\x203.40574\x202.33926L5.33894\x202.33919C5.78078\x202.33917\x206.13897\x202.69735\x206.13897\x203.13919V4.192C6.13897\x204.52337\x206.4076\x204.792\x206.73897\x204.792C7.07034\x204.792\x207.33897\x204.52337\x207.33897\x204.192V3.13919C7.33897\x202.03459\x206.44349\x201.13914\x205.33889\x201.13919Z'}}]},_0x360c04=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x4a4895,_0x31bd07){const _0x19e3a8=_0x37672f;return(0x0,_0x10447b[_0x19e3a8(0x64d)])(_0x4010b6,Object['assign']({},_0x4a4895,{'id':_0x19e3a8(0x283),'ref':_0x31bd07,'icon':_0x440e44}));});_0x360c04[_0x37672f(0x85f)]=_0x37672f(0x8b1);let _0x45f213={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':'M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','fillRule':'evenodd','clipRule':_0x37672f(0x4bd)}}]},_0x47a4bd=(0x0,_0x10447b['forwardRef'])(function(_0x4023e9,_0x4aeffd){const _0x2824ad=_0x37672f;return(0x0,_0x10447b[_0x2824ad(0x64d)])(_0x4010b6,Object[_0x2824ad(0x2b1)]({},_0x4023e9,{'id':_0x2824ad(0x328),'ref':_0x4aeffd,'icon':_0x45f213}));});_0x47a4bd[_0x37672f(0x85f)]='MoreDownIcon';let _0x2e58a6={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x80d)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3f3)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x2d8)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x477)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x5e8)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x73e)}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':'M2.60991\x2012.1997C2.60991\x2011.8683\x202.34128\x2011.5997\x202.00991\x2011.5997C1.67854\x2011.5997\x201.40991\x2011.8683\x201.40991\x2012.1997V12.5297C1.40991\x2013.9656\x202.57397\x2015.1297\x204.00991\x2015.1297H4.33991C4.67128\x2015.1297\x204.93991\x2014.861\x204.93991\x2014.5297C4.93991\x2014.1983\x204.67128\x2013.9297\x204.33991\x2013.9297H4.00991C3.23671\x2013.9297\x202.60991\x2013.3029\x202.60991\x2012.5297V12.1997Z'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x513)}}]},_0xeb7cb9=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x5507ce,_0x112ca5){const _0x576bb0=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object[_0x576bb0(0x2b1)]({},_0x5507ce,{'id':_0x576bb0(0x2f6),'ref':_0x112ca5,'icon':_0x2e58a6}));});_0xeb7cb9[_0x37672f(0x85f)]='NoBorderIcon';let _0x4864ab={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x37672f(0x447),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':'M5.9334\x202.00527C5.9334\x201.6739\x205.66477\x201.40527\x205.3334\x201.40527C5.00203\x201.40527\x204.7334\x201.6739\x204.7334\x202.00527V4.73877H1.9999C1.66853\x204.73877\x201.3999\x205.0074\x201.3999\x205.33877C1.3999\x205.67014\x201.66853\x205.93877\x201.9999\x205.93877H4.7334V10.072H1.9999C1.66853\x2010.072\x201.3999\x2010.3407\x201.3999\x2010.672C1.3999\x2011.0034\x201.66853\x2011.272\x201.9999\x2011.272H4.7334V14.0053C4.7334\x2014.3366\x205.00203\x2014.6053\x205.3334\x2014.6053C5.66477\x2014.6053\x205.9334\x2014.3366\x205.9334\x2014.0053V11.272H10.0667V14.0053C10.0667\x2014.3366\x2010.3353\x2014.6053\x2010.6667\x2014.6053C10.998\x2014.6053\x2011.2667\x2014.3366\x2011.2667\x2014.0053V11.272H13.9999C14.3313\x2011.272\x2014.5999\x2011.0034\x2014.5999\x2010.672C14.5999\x2010.3407\x2014.3313\x2010.072\x2013.9999\x2010.072H11.2667V5.93877H13.9999C14.3313\x205.93877\x2014.5999\x205.67014\x2014.5999\x205.33877C14.5999\x205.0074\x2014.3313\x204.73877\x2013.9999\x204.73877H11.2667V2.00527C11.2667\x201.6739\x2010.998\x201.40527\x2010.6667\x201.40527C10.3353\x201.40527\x2010.0667\x201.6739\x2010.0667\x202.00527V4.73877H5.9334V2.00527ZM10.0667\x2010.072V5.93877H5.9334V10.072H10.0667Z','fillRule':_0x37672f(0x4bd),'clipRule':'evenodd'}}]},_0x584d6a=(0x0,_0x10447b['forwardRef'])(function(_0xee4cc9,_0x336c41){const _0xf7311f=_0x37672f;return(0x0,_0x10447b[_0xf7311f(0x64d)])(_0x4010b6,Object[_0xf7311f(0x2b1)]({},_0xee4cc9,{'id':_0xf7311f(0x20b),'ref':_0x336c41,'icon':_0x4864ab}));});_0x584d6a[_0x37672f(0x85f)]=_0x37672f(0x59f);let _0x1a36a7={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x660)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x64a)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7d5)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x653)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':'M0.666748\x202.99984C0.666748\x202.26346\x201.2637\x201.6665\x202.00008\x201.6665H14.0001C14.7365\x201.6665\x2015.3334\x202.26346\x2015.3334\x202.99984V12.9998C15.3334\x2013.7362\x2014.7365\x2014.3332\x2014.0001\x2014.3332H2.00008C1.26371\x2014.3332\x200.666748\x2013.7362\x200.666748\x2012.9998V2.99984ZM14.0001\x202.99984H2.00008V12.9998H14.0001V2.99984Z','fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x298840=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x5c521f,_0x1d00d1){const _0x3a0213=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object['assign']({},_0x5c521f,{'id':_0x3a0213(0x770),'ref':_0x1d00d1,'icon':_0x1a36a7}));});_0x298840[_0x37672f(0x85f)]=_0x37672f(0x779);let _0x21dd55={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x87e)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x21d)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3a5)}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':'M8.5999\x2010.6667C8.5999\x2010.3353\x208.33127\x2010.0667\x207.9999\x2010.0667C7.66853\x2010.0667\x207.3999\x2010.3353\x207.3999\x2010.6667V14.6667C7.3999\x2014.998\x207.66853\x2015.2667\x207.9999\x2015.2667C8.33127\x2015.2667\x208.5999\x2014.998\x208.5999\x2014.6667V10.6667Z'}}]},_0x3abc1e=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x1f944c,_0x227e5d){const _0x282b3a=_0x37672f;return(0x0,_0x10447b[_0x282b3a(0x64d)])(_0x4010b6,Object[_0x282b3a(0x2b1)]({},_0x1f944c,{'id':_0x282b3a(0x6b3),'ref':_0x227e5d,'icon':_0x21dd55}));});_0x3abc1e['displayName']=_0x37672f(0x83c);let _0x36ae1d={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':'none','viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x210)}}]},_0x537a09=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x448fcf,_0x1955a2){const _0x5118d8=_0x37672f;return(0x0,_0x10447b[_0x5118d8(0x64d)])(_0x4010b6,Object[_0x5118d8(0x2b1)]({},_0x448fcf,{'id':_0x5118d8(0x4b0),'ref':_0x1955a2,'icon':_0x36ae1d}));});_0x537a09['displayName']='PenIcon';let _0x18da8c={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7b0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x361)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x7f0)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3da)}}]},_0x25cf3d=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x457905,_0x131256){const _0x1e843e=_0x37672f;return(0x0,_0x10447b[_0x1e843e(0x64d)])(_0x4010b6,Object[_0x1e843e(0x2b1)]({},_0x457905,{'id':_0x1e843e(0x468),'ref':_0x131256,'icon':_0x18da8c}));});_0x25cf3d[_0x37672f(0x85f)]=_0x37672f(0x3ec);let _0x3b6f73={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3e9)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x810)}}]},_0x2a3b46=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x2d6019,_0x25cde5){const _0x535bf7=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object[_0x535bf7(0x2b1)]({},_0x2d6019,{'id':_0x535bf7(0x265),'ref':_0x25cde5,'icon':_0x3b6f73}));});_0x2a3b46[_0x37672f(0x85f)]='TruncationIcon';let _0x43ec4a={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':'1em'},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M7.9999\x200.733398C8.33127\x200.733398\x208.5999\x201.00203\x208.5999\x201.3334V4.55137L9.57564\x203.57564C9.80995\x203.34132\x2010.1899\x203.34132\x2010.4242\x203.57564C10.6585\x203.80995\x2010.6585\x204.18985\x2010.4242\x204.42417L8.42417\x206.42417C8.18985\x206.65848\x207.80995\x206.65848\x207.57564\x206.42417L5.57564\x204.42417C5.34132\x204.18985\x205.34132\x203.80995\x205.57564\x203.57564C5.80995\x203.34132\x206.18985\x203.34132\x206.42417\x203.57564L7.3999\x204.55137V1.3334C7.3999\x201.00203\x207.66853\x200.733398\x207.9999\x200.733398Z'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6d3),'d':'M5.57564\x2011.5756L7.57564\x209.57564C7.80995\x209.34132\x208.18985\x209.34132\x208.42417\x209.57564L10.4242\x2011.5756C10.6585\x2011.81\x2010.6585\x2012.1899\x2010.4242\x2012.4242C10.1899\x2012.6585\x209.80995\x2012.6585\x209.57564\x2012.4242L8.5999\x2011.4484V14.6665C8.5999\x2014.9979\x208.33127\x2015.2665\x207.9999\x2015.2665C7.66853\x2015.2665\x207.3999\x2014.9979\x207.3999\x2014.6665V11.4484L6.42417\x2012.4242C6.18985\x2012.6585\x205.80995\x2012.6585\x205.57564\x2012.4242C5.34132\x2012.1899\x205.34132\x2011.81\x205.57564\x2011.5756Z'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M1.9999\x207.40015C1.66853\x207.40015\x201.3999\x207.66878\x201.3999\x208.00015C1.3999\x208.33152\x201.66853\x208.60015\x201.9999\x208.60015H13.9999C14.3313\x208.60015\x2014.5999\x208.33152\x2014.5999\x208.00015C14.5999\x207.66878\x2014.3313\x207.40015\x2013.9999\x207.40015H1.9999Z'}}]},_0x5ee63e=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x1a1584,_0x5af3ba){const _0x5ad0b2=_0x37672f;return(0x0,_0x10447b[_0x5ad0b2(0x64d)])(_0x4010b6,Object[_0x5ad0b2(0x2b1)]({},_0x1a1584,{'id':_0x5ad0b2(0x6c9),'ref':_0x5af3ba,'icon':_0x43ec4a}));});_0x5ee63e['displayName']='VerticalCenterIcon';let _0x488ab2={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2017\x2017','width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M2.2157\x202.90265C2.2157\x202.16628\x202.81264\x201.56934\x203.54901\x201.56934H6.21565C6.95202\x201.56934\x207.54896\x202.16628\x207.54896\x202.90265V13.5692C7.54896\x2014.3056\x206.95202\x2014.9025\x206.21565\x2014.9025H3.54901C2.81264\x2014.9025\x202.2157\x2014.3056\x202.2157\x2013.5692V2.90265ZM3.54901\x202.90265H6.21565V5.5622H3.54901V2.90265ZM3.54901\x206.89552V9.57631H6.21565V6.89552H3.54901ZM3.54901\x2013.5692V10.9096H6.21565V13.5692H3.54901Z','fillRule':'evenodd','clipRule':'evenodd'}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x3f0),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x341d88=(0x0,_0x10447b['forwardRef'])(function(_0x33eae6,_0x552fe6){const _0x1f9453=_0x37672f;return(0x0,_0x10447b[_0x1f9453(0x64d)])(_0x4010b6,Object['assign']({},_0x33eae6,{'id':_0x1f9453(0x49d),'ref':_0x552fe6,'icon':_0x488ab2}));});_0x341d88['displayName']=_0x37672f(0x8e6);let _0x505e27={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x441)}},{'tag':_0x37672f(0x627),'attrs':{'fill':'currentColor','d':_0x37672f(0x813),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x3d7f0f=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x5265da,_0x4dc179){const _0x2a85c7=_0x37672f;return(0x0,_0x10447b['createElement'])(_0x4010b6,Object[_0x2a85c7(0x2b1)]({},_0x5265da,{'id':'zoom-in-icon','ref':_0x4dc179,'icon':_0x505e27}));});_0x3d7f0f[_0x37672f(0x85f)]='ZoomInIcon';let _0x25290f={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x447),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x45d)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x608),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x53099d=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0xf16044,_0x3511ce){const _0x43767f=_0x37672f;return(0x0,_0x10447b[_0x43767f(0x64d)])(_0x4010b6,Object[_0x43767f(0x2b1)]({},_0xf16044,{'id':_0x43767f(0x5eb),'ref':_0x3511ce,'icon':_0x25290f}));});_0x53099d[_0x37672f(0x85f)]=_0x37672f(0x495);let _0x34b859={'tag':_0x37672f(0x58e),'attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':_0x37672f(0x502),'width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':_0x37672f(0x627),'attrs':{'fill':'colorChannel1','d':_0x37672f(0x6f5)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':_0x37672f(0x4c7),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0xfa2616=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x10162b,_0x1a2532){const _0x3e4ad6=_0x37672f;return(0x0,_0x10447b[_0x3e4ad6(0x64d)])(_0x4010b6,Object[_0x3e4ad6(0x2b1)]({},_0x10162b,{'id':_0x3e4ad6(0x65f),'ref':_0x1a2532,'icon':_0x34b859}));});_0xfa2616[_0x37672f(0x85f)]=_0x37672f(0x5a8);let _0xcc5e1d={'tag':'svg','attrs':{'xmlns':_0x37672f(0x421),'fill':_0x37672f(0x63c),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x37672f(0x3ae)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x792),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6ea),'d':_0x37672f(0x621),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}}]},_0x1dd094=(0x0,_0x10447b['forwardRef'])(function(_0x272d38,_0x2d83d8){const _0x43b37e=_0x37672f;return(0x0,_0x10447b[_0x43b37e(0x64d)])(_0x4010b6,Object[_0x43b37e(0x2b1)]({},_0x272d38,{'id':_0x43b37e(0x2ff),'ref':_0x2d83d8,'icon':_0xcc5e1d}));});_0x1dd094['displayName']=_0x37672f(0x4e5);let _0x2501e7={'tag':_0x37672f(0x58e),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x37672f(0x502),'width':_0x37672f(0x3ae),'height':_0x37672f(0x3ae)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x37672f(0x665),'fillRule':_0x37672f(0x4bd),'clipRule':_0x37672f(0x4bd)}},{'tag':_0x37672f(0x627),'attrs':{'fill':_0x37672f(0x6d3),'d':'M14.5179\x209.48875C14.5179\x209.99175\x2014.1101\x2010.3995\x2013.607\x2010.3995C13.1041\x2010.3995\x2012.6963\x209.99175\x2012.6963\x209.48875C12.6963\x209.1773\x2013.0455\x208.59966\x2013.3114\x208.20487C13.4549\x207.99177\x2013.7591\x207.99177\x2013.9027\x208.20486C14.1687\x208.59965\x2014.5179\x209.1773\x2014.5179\x209.48875Z'}},{'tag':'path','attrs':{'fill':_0x37672f(0x6ea),'d':_0x37672f(0x6f5)}}]},_0x5a61c8=(0x0,_0x10447b[_0x37672f(0x80a)])(function(_0x5acd55,_0x4751a0){const _0x370454=_0x37672f;return(0x0,_0x10447b[_0x370454(0x64d)])(_0x4010b6,Object[_0x370454(0x2b1)]({},_0x5acd55,{'id':_0x370454(0x790),'ref':_0x4751a0,'icon':_0x2501e7}));});_0x5a61c8[_0x37672f(0x85f)]='PaintBucketDoubleIcon';function _0x27a665(_0x2f8eaa,_0x506035){const _0x9174e7=_0x37672f;return _0x2f8eaa[_0x9174e7(0x741)]('['+_0x506035+']')?_0x2f8eaa:_0x2f8eaa[_0x9174e7(0x546)]('['+_0x506035+']')??void 0x0;}function _0x280939(_0x4817f5){const _0x1a31d7=_0x37672f;let _0x30448d=[];return _0x4a08a0(_0x4817f5,_0x1a31d7(0x2f1),'univer-overflow-hidden',_0x30448d),_0x4a08a0(_0x4817f5,_0x1a31d7(0x290),_0x1a31d7(0x4b5),_0x30448d),_0x4a08a0(_0x4817f5,'data-embed-overlay-root',_0x1a31d7(0x80c),_0x30448d),_0x4a08a0(_0x4817f5,_0x1a31d7(0x263),_0x1a31d7(0x80c),_0x30448d),(0x0,_0x423058[_0x1a31d7(0x35b)])(()=>{const _0x401d02=_0x1a31d7;_0x30448d[_0x401d02(0x84e)](_0x4797f1=>_0x4797f1[_0x401d02(0x850)]());});}function _0x4a08a0(_0x1b0bb6,_0x337d09,_0x47ff40,_0x341e9b){const _0x2fb49d=_0x37672f;let _0xfd601a=_0x27a665(_0x1b0bb6,_0x337d09);if(_0xfd601a)return _0xfd601a;let _0x443c0a=document[_0x2fb49d(0x64d)]('div');return _0x443c0a[_0x2fb49d(0x765)](_0x337d09,_0x2fb49d(0x91c)),_0x443c0a['setAttribute'](_0x2fb49d(0x2fb),_0x2fb49d(0x778)),_0x443c0a[_0x2fb49d(0x247)]='univer-box-border\x20univer-absolute\x20univer-inset-0\x20'+_0x47ff40,_0x1b0bb6[_0x2fb49d(0x629)](_0x443c0a),_0x341e9b[_0x2fb49d(0x5fd)](_0x443c0a),_0x443c0a;}function _0x3f6b5d(_0x612c0c){'@babel/helpers - typeof';const _0xcc9401=_0x37672f;return _0x3f6b5d=typeof Symbol==_0xcc9401(0x6de)&&typeof Symbol['iterator']==_0xcc9401(0x4a3)?function(_0x5090e0){return typeof _0x5090e0;}:function(_0x3b7b96){const _0x30f641=_0xcc9401;return _0x3b7b96&&typeof Symbol==_0x30f641(0x6de)&&_0x3b7b96[_0x30f641(0x74c)]===Symbol&&_0x3b7b96!==Symbol['prototype']?_0x30f641(0x4a3):typeof _0x3b7b96;},_0x3f6b5d(_0x612c0c);}function _0x9f9029(_0x416352,_0x1bff69){const _0x881315=_0x37672f;if(_0x3f6b5d(_0x416352)!='object'||!_0x416352)return _0x416352;var _0x11c96f=_0x416352[Symbol['toPrimitive']];if(_0x11c96f!==void 0x0){var _0x4d3743=_0x11c96f['call'](_0x416352,_0x1bff69||_0x881315(0x1de));if(_0x3f6b5d(_0x4d3743)!=_0x881315(0x539))return _0x4d3743;throw TypeError(_0x881315(0x613));}return(_0x1bff69==='string'?String:Number)(_0x416352);}function _0x7eba7(_0x3064b0){const _0x5f5a33=_0x37672f;var _0xe07b50=_0x9f9029(_0x3064b0,_0x5f5a33(0x43e));return _0x3f6b5d(_0xe07b50)==_0x5f5a33(0x4a3)?_0xe07b50:_0xe07b50+'';}function _0x1876b0(_0x3d740b,_0xaca3d0,_0x238cfa){const _0x39df54=_0x37672f;return(_0xaca3d0=_0x7eba7(_0xaca3d0))in _0x3d740b?Object[_0x39df54(0x3a8)](_0x3d740b,_0xaca3d0,{'value':_0x238cfa,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3d740b[_0xaca3d0]=_0x238cfa,_0x3d740b;}var _0x28f187=class{constructor(){const _0x1ac672=_0x37672f;_0x1876b0(this,_0x1ac672(0x36c),new Map());}[_0x37672f(0x920)](_0x5cabd8){const _0x3c7fc9=_0x37672f;return this['_contributions'][_0x3c7fc9(0x5d7)](_0x5cabd8[_0x3c7fc9(0x6b0)],_0x5cabd8),(0x0,_0x423058[_0x3c7fc9(0x35b)])(()=>{const _0x1dcf09=_0x3c7fc9;this['_contributions'][_0x1dcf09(0x47e)](_0x5cabd8[_0x1dcf09(0x6b0)])===_0x5cabd8&&this[_0x1dcf09(0x36c)][_0x1dcf09(0x405)](_0x5cabd8['childType']);});}[_0x37672f(0x47e)](_0x6a1a80){const _0x133a08=_0x37672f;return this[_0x133a08(0x36c)][_0x133a08(0x47e)](_0x6a1a80);}['list'](){const _0x1ceaa6=_0x37672f;return[...this[_0x1ceaa6(0x36c)]['values']()];}},_0x89f79f=class{constructor(){const _0x2f3718=_0x37672f;_0x1876b0(this,'_active$',new _0x12f7a8[(_0x2f3718(0x4f6))](null)),_0x1876b0(this,_0x2f3718(0x661),this[_0x2f3718(0x43b)][_0x2f3718(0x58c)]());}[_0x37672f(0x2fc)](){const _0x1c3209=_0x37672f;return this[_0x1c3209(0x43b)]['getValue']();}[_0x37672f(0x7d4)](_0x14507a){const _0x1bf1a2=_0x37672f;let _0x24ae05=this[_0x1bf1a2(0x2fc)]();return(_0x24ae05==null?void 0x0:_0x24ae05[_0x1bf1a2(0x2ab)])===_0x14507a?_0x24ae05[_0x1bf1a2(0x67a)]??'stage1':_0x1bf1a2(0x3ed);}['activate'](_0x5a10fe,_0x50451c){const _0x15b122=_0x37672f;let _0x4d24ba=this[_0x15b122(0x2fc)](),_0x42e1f0=(_0x4d24ba==null?void 0x0:_0x4d24ba[_0x15b122(0x7cf)])===_0x5a10fe['hostUnitId']&&_0x4d24ba['embedId']===_0x5a10fe['embedId']&&_0x4d24ba['childUnitId']===_0x5a10fe['childUnitId'],_0x5c41bd={..._0x5a10fe,'stage':_0x50451c??_0x5a10fe[_0x15b122(0x67a)]??(_0x42e1f0?_0x4d24ba['stage']??_0x15b122(0x4c6):_0x15b122(0x4c6))};((_0x4d24ba==null?void 0x0:_0x4d24ba[_0x15b122(0x7cf)])!==_0x5c41bd['hostUnitId']||_0x4d24ba['embedId']!==_0x5c41bd['embedId']||_0x4d24ba[_0x15b122(0x783)]!==_0x5c41bd['childUnitId']||(_0x4d24ba[_0x15b122(0x67a)]??'stage1')!==_0x5c41bd[_0x15b122(0x67a)])&&this['_active$'][_0x15b122(0x7b8)](_0x5c41bd);}['setStage'](_0x50a3f0,_0x1f9952){const _0x2a1454=_0x37672f;let _0x1c5735=this[_0x2a1454(0x2fc)]();!_0x1c5735||_0x1c5735['embedId']!==_0x50a3f0||(_0x1c5735[_0x2a1454(0x67a)]??_0x2a1454(0x4c6))!==_0x1f9952&&this[_0x2a1454(0x43b)][_0x2a1454(0x7b8)]({..._0x1c5735,'stage':_0x1f9952});}['promote'](_0x462870){const _0x3f9eee=_0x37672f;this['getStage'](_0x462870)===_0x3f9eee(0x4c6)&&this[_0x3f9eee(0x5ca)](_0x462870,_0x3f9eee(0x58d));}[_0x37672f(0x2d5)](_0x415e5d){const _0xb0038a=_0x37672f;let _0x37fa35=this[_0xb0038a(0x2fc)]();_0x37fa35&&(!_0x415e5d||_0x37fa35['embedId']===_0x415e5d)&&this[_0xb0038a(0x43b)][_0xb0038a(0x7b8)](null);}},_0x5ea44f=class{constructor(){const _0x445141=_0x37672f;_0x1876b0(this,_0x445141(0x759),new _0x12f7a8[(_0x445141(0x4f6))](null)),_0x1876b0(this,_0x445141(0x31f),this[_0x445141(0x759)]['asObservable']());}['getOverride'](){const _0x64abb5=_0x37672f;return this[_0x64abb5(0x759)][_0x64abb5(0x6a1)]();}[_0x37672f(0x2d3)](_0x3386e8,_0x2c4bbf,_0x1ae4ec={}){const _0x2b1099=_0x37672f;var _0xa461ef,_0x43fbb3;if(!_0x3386e8['childUnitId']||_0x3386e8[_0x2b1099(0x6b0)]==null)throw Error(_0x2b1099(0x1d4));let _0x31a2be=((_0xa461ef=_0x3386e8['sourceMeta'])==null?void 0x0:_0xa461ef['tab'])||void 0x0;if(_0x2c4bbf===_0x2b1099(0x842)&&(!_0x31a2be||_0x31a2be[_0x2b1099(0x62a)]!==!0x0))throw Error(_0x2b1099(0x74b));if(_0x2c4bbf!==_0x2b1099(0x842))throw Error(_0x2b1099(0x48f));if((((_0x43fbb3=_0x1ae4ec[_0x2b1099(0x273)])==null?void 0x0:_0x43fbb3[_0x2b1099(0x50e)])??_0x5e0ca8[_0x2b1099(0x646)][_0x2b1099(0x50e)])!==_0x2b1099(0x417)&&_0x1ae4ec['allowPlaceholder']!==!0x0&&_0x1ae4ec[_0x2b1099(0x2c9)]!==!0x0)return this['clear'](_0x3386e8[_0x2b1099(0x2ab)]),null;let _0x433f78={'hostUnitId':_0x3386e8['hostUnitId'],'embedId':_0x3386e8[_0x2b1099(0x2ab)],'childUnitId':_0x3386e8[_0x2b1099(0x783)],'childType':_0x3386e8[_0x2b1099(0x6b0)],'entry':_0x3386e8[_0x2b1099(0x23b)],'reason':_0x2c4bbf,'portalContainer':_0x1ae4ec[_0x2b1099(0x40d)],'hideHostFxBar':_0x31a2be==null?void 0x0:_0x31a2be[_0x2b1099(0x632)],'lockHostRibbon':_0x31a2be==null?void 0x0:_0x31a2be[_0x2b1099(0x4f9)]},_0x518c0b=this[_0x2b1099(0x5c0)]();return _0x474dee(_0x518c0b,_0x433f78)?_0x518c0b:(this[_0x2b1099(0x759)][_0x2b1099(0x7b8)](_0x433f78),_0x433f78);}['clear'](_0x60225a){const _0x411a55=_0x37672f;let _0x25c613=this[_0x411a55(0x5c0)]();_0x25c613&&(!_0x60225a||_0x25c613[_0x411a55(0x2ab)]===_0x60225a)&&this['_override$'][_0x411a55(0x7b8)](null);}};function _0x474dee(_0x41e58b,_0x339384){const _0x331631=_0x37672f;return _0x41e58b!=null&&_0x41e58b[_0x331631(0x7cf)]===_0x339384[_0x331631(0x7cf)]&&_0x41e58b[_0x331631(0x2ab)]===_0x339384[_0x331631(0x2ab)]&&_0x41e58b[_0x331631(0x783)]===_0x339384[_0x331631(0x783)]&&_0x41e58b[_0x331631(0x6b0)]===_0x339384[_0x331631(0x6b0)]&&_0x41e58b[_0x331631(0x23b)]===_0x339384['entry']&&_0x41e58b['reason']===_0x339384[_0x331631(0x7e0)]&&_0x41e58b[_0x331631(0x40d)]===_0x339384['portalContainer']&&_0x41e58b[_0x331631(0x632)]===_0x339384[_0x331631(0x632)]&&_0x41e58b['lockHostRibbon']===_0x339384[_0x331631(0x4f9)];}let _0x3918cf=_0x37672f(0x717);var _0x4b94f0=class{constructor(){const _0x4d1ac1=_0x37672f;_0x1876b0(this,_0x4d1ac1(0x53b),new Map()),_0x1876b0(this,_0x4d1ac1(0x795),new Map()),_0x1876b0(this,_0x4d1ac1(0x216),new Map()),_0x1876b0(this,_0x4d1ac1(0x84d),0x0),_0x1876b0(this,_0x4d1ac1(0x26d),new _0x12f7a8['Subject']()),_0x1876b0(this,_0x4d1ac1(0x360),new _0x12f7a8[(_0x4d1ac1(0x53e))]());}[_0x37672f(0x1fc)](_0x4d36a6){const _0xa5a3bf=_0x37672f;let _0x4d7c81={'role':_0x4d36a6[_0xa5a3bf(0x1cf)],'owner':_0x4d36a6[_0xa5a3bf(0x1f3)],'sessionMode':_0x4d36a6[_0xa5a3bf(0x212)],'hostUnitId':_0x4d36a6[_0xa5a3bf(0x7cf)],'childUnitId':_0x4d36a6[_0xa5a3bf(0x783)],'childType':_0x4d36a6[_0xa5a3bf(0x6b0)],'associatedChildUnitIds':_0x4d36a6[_0xa5a3bf(0x890)],'sequence':++this['_leaseSequence']},_0x2c4b97=this[_0xa5a3bf(0x53b)][_0xa5a3bf(0x47e)](_0x4d36a6[_0xa5a3bf(0x2ab)]);return _0x2c4b97||(_0x2c4b97=new Set(),this[_0xa5a3bf(0x53b)]['set'](_0x4d36a6[_0xa5a3bf(0x2ab)],_0x2c4b97)),_0x2c4b97[_0xa5a3bf(0x47d)](_0x4d7c81),_0x4d7c81[_0xa5a3bf(0x1cf)]!==_0xa5a3bf(0x747)&&this[_0xa5a3bf(0x831)](),_0x4d7c81[_0xa5a3bf(0x1cf)]===_0xa5a3bf(0x27e)&&this[_0xa5a3bf(0x8f6)](),(0x0,_0x423058[_0xa5a3bf(0x35b)])(()=>{const _0x960ddd=_0xa5a3bf;_0x2c4b97==null||_0x2c4b97[_0x960ddd(0x405)](_0x4d7c81),(_0x2c4b97==null?void 0x0:_0x2c4b97[_0x960ddd(0x4ea)])===0x0&&this['_leases'][_0x960ddd(0x405)](_0x4d36a6['embedId']),_0x4d7c81['role']!==_0x960ddd(0x747)&&this[_0x960ddd(0x831)](),_0x4d7c81[_0x960ddd(0x1cf)]===_0x960ddd(0x27e)&&this[_0x960ddd(0x8f6)]();});}[_0x37672f(0x228)](_0x55ac25){const _0x5536c9=_0x37672f;if(!_0x55ac25)return!0x1;let _0x3a82f0=this[_0x5536c9(0x53b)]['get'](_0x55ac25);return _0x3a82f0&&[..._0x3a82f0]['some'](_0x637635=>_0x637635['role']!==_0x5536c9(0x747))?!0x0:this[_0x5536c9(0x588)](_0x55ac25,this['_getActiveElement'](_0x55ac25));}[_0x37672f(0x3c6)](_0x2abdca,_0x50292c){const _0x11af84=_0x37672f;if(!_0x2abdca)return!0x1;let _0x8d9c05=this[_0x11af84(0x53b)][_0x11af84(0x47e)](_0x2abdca);return _0x8d9c05&&[..._0x8d9c05][_0x11af84(0x79a)](_0x1fdfb6=>this[_0x11af84(0x3bd)](_0x1fdfb6,_0x50292c))?!0x0:this['containsElement'](_0x2abdca,this['_getActiveElement'](_0x2abdca));}[_0x37672f(0x859)](){const _0x83a0ff=_0x37672f;return[...this[_0x83a0ff(0x53b)][_0x83a0ff(0x4bf)]()][_0x83a0ff(0x79a)](_0x4a1269=>[..._0x4a1269]['some'](_0x2b9176=>_0x2b9176['role']!=='runtime'))||this[_0x83a0ff(0x83e)]()!=null;}[_0x37672f(0x530)](_0x209612){const _0x280b5e=_0x37672f;if([...this['_leases'][_0x280b5e(0x4bf)]()]['some'](_0x1e36f9=>[..._0x1e36f9]['some'](_0x47ba8c=>this[_0x280b5e(0x3bd)](_0x47ba8c,_0x209612))))return!0x0;let _0x1a8433=this[_0x280b5e(0x83e)]();return _0x1a8433!=null&&this[_0x280b5e(0x6c5)](_0x1a8433['role']);}[_0x37672f(0x602)](_0x774345,_0x299686){const _0x86642d=_0x37672f;if(!_0x774345)return!0x1;let _0xd4139e=this[_0x86642d(0x53b)]['get'](_0x774345);return _0xd4139e&&[..._0xd4139e][_0x86642d(0x79a)](_0x1820a3=>this[_0x86642d(0x6c6)](_0x1820a3,_0x299686))?!0x0:this[_0x86642d(0x588)](_0x774345,this[_0x86642d(0x616)](_0x774345));}[_0x37672f(0x830)](_0xd4b174){const _0x2165a7=_0x37672f;return[...this[_0x2165a7(0x53b)][_0x2165a7(0x4bf)]()]['some'](_0x2f2b5c=>[..._0x2f2b5c][_0x2165a7(0x79a)](_0x1de233=>this['_isHostPreservingLease'](_0x1de233,_0xd4b174)))?!0x0:this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x37672f(0x285)](_0x1167c6,_0x42f6e4){const _0x573909=_0x37672f;if(!_0x1167c6)return this[_0x573909(0x830)](_0x42f6e4);if([...this[_0x573909(0x53b)][_0x573909(0x4bf)]()][_0x573909(0x79a)](_0x10cc15=>[..._0x10cc15][_0x573909(0x79a)](_0x5b15c9=>this[_0x573909(0x6c6)](_0x5b15c9,_0x42f6e4)&&this['_leaseAppliesToHostUnit'](_0x5b15c9,_0x1167c6))))return!0x0;let _0x5e7f55=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0x5e7f55)return!0x1;let _0x4324b5=this[_0x573909(0x53b)][_0x573909(0x47e)](_0x5e7f55[_0x573909(0x2ab)]);return _0x4324b5&&[..._0x4324b5][_0x573909(0x79a)](_0x424806=>this[_0x573909(0x6c6)](_0x424806,_0x42f6e4)&&this[_0x573909(0x5da)](_0x424806,_0x1167c6))?!0x0:this[_0x573909(0x599)](_0x5e7f55['embedId'],_0x1167c6);}[_0x37672f(0x500)](_0x478c24){const _0x587116=_0x37672f;return _0x478c24?[...this[_0x587116(0x53b)][_0x587116(0x4bf)]()][_0x587116(0x79a)](_0xb24cda=>[..._0xb24cda][_0x587116(0x79a)](_0x392190=>this[_0x587116(0x1ea)](_0x392190,_0x478c24)&&_0x392190[_0x587116(0x1cf)]!==_0x587116(0x747))):!0x1;}[_0x37672f(0x6e2)](_0x506a2d){const _0x2db409=_0x37672f;let _0x5bd635={'hostUnitId':_0x506a2d['hostUnitId'],'childUnitId':_0x506a2d[_0x2db409(0x783)],'childType':_0x506a2d[_0x2db409(0x6b0)],'sessionMode':_0x506a2d[_0x2db409(0x212)],'sequence':++this[_0x2db409(0x84d)]},_0x91253a=this['_runtimeScopes']['get'](_0x506a2d[_0x2db409(0x2ab)]);return _0x91253a||(_0x91253a=new Set(),this[_0x2db409(0x216)][_0x2db409(0x5d7)](_0x506a2d[_0x2db409(0x2ab)],_0x91253a)),_0x91253a[_0x2db409(0x47d)](_0x5bd635),this[_0x2db409(0x831)](),this[_0x2db409(0x8f6)](),(0x0,_0x423058[_0x2db409(0x35b)])(()=>{const _0x2ca496=_0x2db409;_0x91253a==null||_0x91253a[_0x2ca496(0x405)](_0x5bd635),(_0x91253a==null?void 0x0:_0x91253a['size'])===0x0&&this[_0x2ca496(0x216)][_0x2ca496(0x405)](_0x506a2d[_0x2ca496(0x2ab)]),this[_0x2ca496(0x831)](),this['_notifyRuntimeSessionChanged']();});}[_0x37672f(0x5e5)](_0x316c7d){const _0x58e44a=_0x37672f;if(!_0x316c7d)return;let _0x492a31;for(let [_0x45e2c5,_0x416403]of this[_0x58e44a(0x216)])for(let _0x1fc27c of _0x416403)_0x1fc27c['childUnitId']===_0x316c7d&&(!_0x492a31||_0x1fc27c[_0x58e44a(0x887)]>_0x492a31['scope'][_0x58e44a(0x887)])&&(_0x492a31={'embedId':_0x45e2c5,'scope':_0x1fc27c});if(_0x492a31){let {embedId:_0x2fe10,scope:_0x3a1796}=_0x492a31;return{'embedId':_0x2fe10,'hostUnitId':_0x3a1796[_0x58e44a(0x7cf)],'childUnitId':_0x3a1796[_0x58e44a(0x783)],'childType':_0x3a1796[_0x58e44a(0x6b0)],'sessionMode':_0x3a1796[_0x58e44a(0x212)]};}}[_0x37672f(0x49f)](){const _0x5b0bb1=_0x37672f;let _0x4c27fd;for(let [_0x1f7f91,_0x3ed292]of this['_leases'])for(let _0xffa3fc of _0x3ed292){if(_0xffa3fc[_0x5b0bb1(0x1cf)]!==_0x5b0bb1(0x27e)||!_0xffa3fc[_0x5b0bb1(0x783)])continue;let _0x392120=this[_0x5b0bb1(0x413)](_0xffa3fc);(!_0x4c27fd||_0x392120>_0x4c27fd[_0x5b0bb1(0x378)]||_0x392120===_0x4c27fd[_0x5b0bb1(0x378)]&&_0xffa3fc[_0x5b0bb1(0x887)]>_0x4c27fd['lease'][_0x5b0bb1(0x887)])&&(_0x4c27fd={'embedId':_0x1f7f91,'lease':_0xffa3fc,'priority':_0x392120});}return _0x4c27fd?{'embedId':_0x4c27fd[_0x5b0bb1(0x2ab)],'hostUnitId':_0x4c27fd[_0x5b0bb1(0x4b4)][_0x5b0bb1(0x7cf)],'childUnitId':_0x4c27fd[_0x5b0bb1(0x4b4)][_0x5b0bb1(0x783)],'childType':_0x4c27fd['lease'][_0x5b0bb1(0x6b0)],'sessionMode':this['_resolveChildSessionMode'](_0x4c27fd[_0x5b0bb1(0x4b4)])}:void 0x0;}[_0x37672f(0x4ef)](_0xc7634c,_0x469564,_0x1e5837){const _0x38b785=_0x37672f;if(!_0xc7634c)return!0x1;let _0x541ce3=this['_getOwnedEmbedIdFromTarget'](_0x469564,_0x1e5837);return _0x541ce3?this[_0x38b785(0x3a2)](_0x541ce3,_0xc7634c):!0x1;}[_0x37672f(0x22c)](_0x3f5855,_0x50ae0f,_0x3056ea,_0x4f7f39){const _0x5e2cb7=_0x37672f;return this['isChildUnitRuntimeEvent'](_0x3f5855,_0x50ae0f,_0x3056ea)||this[_0x5e2cb7(0x500)](_0x3f5855)?!0x1:this['hasHostPreservingChildFocusLeaseForHost'](_0x3f5855,_0x4f7f39);}['registerElement'](_0x47baeb){const _0x11bc63=_0x37672f;let _0x65f1b2=this[_0x11bc63(0x795)][_0x11bc63(0x47e)](_0x47baeb['embedId']);_0x65f1b2||(_0x65f1b2=new Set(),this['_elements'][_0x11bc63(0x5d7)](_0x47baeb[_0x11bc63(0x2ab)],_0x65f1b2)),_0x65f1b2[_0x11bc63(0x47d)](_0x47baeb[_0x11bc63(0x34a)]);let _0x30292e=_0x47baeb[_0x11bc63(0x34a)][_0x11bc63(0x715)](_0x3918cf);return _0x47baeb[_0x11bc63(0x34a)][_0x11bc63(0x765)](_0x3918cf,_0x47baeb[_0x11bc63(0x1cf)]),this[_0x11bc63(0x831)](),(0x0,_0x423058[_0x11bc63(0x35b)])(()=>{const _0x1108c9=_0x11bc63;_0x65f1b2==null||_0x65f1b2['delete'](_0x47baeb['element']),(_0x65f1b2==null?void 0x0:_0x65f1b2[_0x1108c9(0x4ea)])===0x0&&this[_0x1108c9(0x795)][_0x1108c9(0x405)](_0x47baeb['embedId']),_0x30292e==null?_0x47baeb[_0x1108c9(0x34a)][_0x1108c9(0x542)](_0x3918cf):_0x47baeb[_0x1108c9(0x34a)]['setAttribute'](_0x3918cf,_0x30292e),this[_0x1108c9(0x831)]();});}[_0x37672f(0x37d)](_0x54ecd3){const _0x1db300=_0x37672f;return _0x54ecd3?[...this['_elements'][_0x1db300(0x47e)](_0x54ecd3)??[]]:[];}[_0x37672f(0x588)](_0xca2b46,_0x27661a,_0x214973){const _0x138fb0=_0x37672f;if(!_0xca2b46)return!0x1;let _0xa28e5b=this['_elements'][_0x138fb0(0x47e)](_0xca2b46),_0x1bd6eb=typeof(_0x214973==null?void 0x0:_0x214973[_0x138fb0(0x21f)])==_0x138fb0(0x6de)?_0x214973[_0x138fb0(0x21f)]():void 0x0;return _0xa28e5b!=null&&_0xa28e5b[_0x138fb0(0x4ea)]&&_0x1bd6eb!=null&&_0x1bd6eb['some'](_0x709de4=>_0x709de4 instanceof HTMLElement&&this[_0x138fb0(0x74f)](_0xa28e5b,_0x709de4))||_0x1bd6eb!=null&&_0x1bd6eb['some'](_0x25e632=>_0x25e632 instanceof HTMLElement&&this[_0x138fb0(0x389)](_0xca2b46,_0x25e632))?!0x0:_0x27661a instanceof HTMLElement&&(!!(_0xa28e5b!=null&&_0xa28e5b[_0x138fb0(0x4ea)])&&this['_containsRegisteredElement'](_0xa28e5b,_0x27661a)||this[_0x138fb0(0x389)](_0xca2b46,_0x27661a));}[_0x37672f(0x74f)](_0x21d2c2,_0x7f2dad){const _0x41a51c=_0x37672f;return[..._0x21d2c2][_0x41a51c(0x79a)](_0x1f0df9=>_0x1f0df9===_0x7f2dad||_0x1f0df9[_0x41a51c(0x8e0)](_0x7f2dad));}[_0x37672f(0x3bd)](_0x1d8874,_0x1399cc){const _0x252f7d=_0x37672f;var _0x5267ea;return _0x1d8874[_0x252f7d(0x1f3)]&&_0x1399cc!=null&&(_0x5267ea=_0x1399cc['ignoreOwners'])!=null&&_0x5267ea['includes'](_0x1d8874[_0x252f7d(0x1f3)])?!0x1:this[_0x252f7d(0x6c5)](_0x1d8874[_0x252f7d(0x1cf)]);}[_0x37672f(0x6c6)](_0x1e8d69,_0x18b842){const _0xd79eee=_0x37672f;var _0x2a8abb;return _0x1e8d69[_0xd79eee(0x1f3)]&&_0x18b842!=null&&(_0x2a8abb=_0x18b842['ignoreOwners'])!=null&&_0x2a8abb[_0xd79eee(0x3d9)](_0x1e8d69[_0xd79eee(0x1f3)])?!0x1:_0x1e8d69[_0xd79eee(0x1cf)]!==_0xd79eee(0x747);}[_0x37672f(0x5da)](_0x11508d,_0x93c9ba){const _0x570738=_0x37672f;return _0x11508d[_0x570738(0x7cf)]==null||_0x11508d[_0x570738(0x7cf)]===_0x93c9ba;}[_0x37672f(0x599)](_0x34caa8,_0xc0614){const _0x478f89=_0x37672f;let _0x4fc298=this[_0x478f89(0x216)]['get'](_0x34caa8);return!!_0x4fc298&&[..._0x4fc298][_0x478f89(0x79a)](_0x343ee1=>_0x343ee1['hostUnitId']==null||_0x343ee1['hostUnitId']===_0xc0614);}[_0x37672f(0x1ea)](_0x15a8d2,_0x2fb524){const _0x4bb298=_0x37672f;var _0xb9d9f1;return _0x15a8d2[_0x4bb298(0x783)]===_0x2fb524||((_0xb9d9f1=_0x15a8d2[_0x4bb298(0x890)])==null?void 0x0:_0xb9d9f1[_0x4bb298(0x3d9)](_0x2fb524))===!0x0;}[_0x37672f(0x3a2)](_0xb35902,_0x14ad33){const _0x45c348=_0x37672f;if([...this['_runtimeScopes'][_0x45c348(0x47e)](_0xb35902)??[]][_0x45c348(0x79a)](_0x4ede87=>_0x4ede87[_0x45c348(0x783)]===_0x14ad33))return!0x0;let _0x4ab01a=this[_0x45c348(0x53b)][_0x45c348(0x47e)](_0xb35902);return!!_0x4ab01a&&[..._0x4ab01a][_0x45c348(0x79a)](_0x739bd9=>this[_0x45c348(0x1ea)](_0x739bd9,_0x14ad33));}[_0x37672f(0x6c5)](_0x23d39f){const _0x5375ff=_0x37672f;return _0x23d39f!==_0x5375ff(0x747);}['_getChildSessionPriority'](_0x12f6d8){const _0x50938b=_0x37672f;let _0xaea38=this[_0x50938b(0x658)](_0x12f6d8);return _0xaea38==='child-fullscreen'?0x1e:_0xaea38==='child-keyboard'?0x14:_0xaea38===_0x50938b(0x6ca)?0xa:0x0;}[_0x37672f(0x658)](_0x494d8f){const _0x3e0df1=_0x37672f;return _0x494d8f[_0x3e0df1(0x212)]?_0x494d8f['sessionMode']:_0x494d8f[_0x3e0df1(0x1f3)]===_0x3e0df1(0x688)?'child-fullscreen':_0x494d8f[_0x3e0df1(0x1f3)]===_0x3e0df1(0x5a1)||_0x494d8f[_0x3e0df1(0x1f3)]===_0x3e0df1(0x78b)?_0x3e0df1(0x552):_0x494d8f['owner']==='tab-peer-runtime'?_0x3e0df1(0x6ca):_0x494d8f['role']===_0x3e0df1(0x27e)?_0x3e0df1(0x552):_0x3e0df1(0x33b);}[_0x37672f(0x389)](_0x118d0d,_0x4a6001){return _0x4a6001['closest']('['+_0x2f7e9a+'=\x22'+_0x118d0d+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x493991,_0x363552){const _0x455565=_0x37672f;let _0x42cc76=typeof(_0x363552==null?void 0x0:_0x363552['composedPath'])==_0x455565(0x6de)?_0x363552[_0x455565(0x21f)]():void 0x0,_0x67410a=(_0x42cc76==null?void 0x0:_0x42cc76[_0x455565(0x782)](_0x1966d0=>this['_isHTMLElement'](_0x1966d0)&&_0x1966d0[_0x455565(0x643)](_0x455565(0x4fa))))??(this['_isHTMLElement'](_0x493991)?_0x493991[_0x455565(0x68d)](_0x455565(0x284))??void 0x0:void 0x0);return(_0x67410a==null?void 0x0:_0x67410a['getAttribute'](_0x455565(0x4fa)))??this[_0x455565(0x862)](_0x363552);}[_0x37672f(0x862)](_0x1e77d7){const _0xea175e=_0x37672f;let _0x318158=this['_getEventClientPoint'](_0x1e77d7);if(!_0x318158)return;let _0x4d3ec0;for(let [_0x431cfa,_0xee364c]of this[_0xea175e(0x795)])for(let _0x35abbd of _0xee364c){let _0x40a9a5=_0x35abbd[_0xea175e(0x4f7)]();if(!this[_0xea175e(0x60f)](_0x40a9a5,_0x318158['clientX'],_0x318158['clientY']))continue;let _0x4e9414=_0x40a9a5[_0xea175e(0x7e5)]*_0x40a9a5['height'];(!_0x4d3ec0||_0x4e9414<_0x4d3ec0[_0xea175e(0x57c)])&&(_0x4d3ec0={'embedId':_0x431cfa,'area':_0x4e9414});}return _0x4d3ec0==null?void 0x0:_0x4d3ec0[_0xea175e(0x2ab)];}[_0x37672f(0x29c)](_0x48266b){const _0x3e055e=_0x37672f;let _0x1599fd=_0x48266b;if(_0x1599fd){if(Number[_0x3e055e(0x498)](_0x1599fd[_0x3e055e(0x582)])&&Number[_0x3e055e(0x498)](_0x1599fd[_0x3e055e(0x91a)]))return{'clientX':_0x1599fd[_0x3e055e(0x582)],'clientY':_0x1599fd[_0x3e055e(0x91a)]};if(Number[_0x3e055e(0x498)](_0x1599fd['x'])&&Number[_0x3e055e(0x498)](_0x1599fd['y']))return{'clientX':_0x1599fd['x'],'clientY':_0x1599fd['y']};}}[_0x37672f(0x60f)](_0x49b49b,_0x217531,_0x3077a5){const _0x1a72c3=_0x37672f;return _0x49b49b[_0x1a72c3(0x7e5)]>0x0&&_0x49b49b[_0x1a72c3(0x33d)]>0x0&&_0x217531>=_0x49b49b[_0x1a72c3(0x3c3)]&&_0x217531<=_0x49b49b[_0x1a72c3(0x2e6)]&&_0x3077a5>=_0x49b49b['top']&&_0x3077a5<=_0x49b49b['bottom'];}[_0x37672f(0x83e)](){const _0x4a6c9d=_0x37672f;var _0x14cbfc;let _0x2d5ea1=this[_0x4a6c9d(0x8db)]();if(!this[_0x4a6c9d(0x89e)](_0x2d5ea1))return;let _0x3b9aa=_0x2d5ea1[_0x4a6c9d(0x68d)]('['+_0x2f7e9a+']');if(!_0x3b9aa)return;let _0x5c8d32=_0x3b9aa[_0x4a6c9d(0x715)](_0x2f7e9a),_0x2ab21d=(_0x14cbfc=_0x2d5ea1['closest'](_0x4a6c9d(0x55b)))==null?void 0x0:_0x14cbfc[_0x4a6c9d(0x715)](_0x3918cf);return _0x5c8d32&&this[_0x4a6c9d(0x2d2)](_0x2ab21d)?{'embedId':_0x5c8d32,'role':_0x2ab21d}:void 0x0;}[_0x37672f(0x89e)](_0x3d299d){const _0x3fa25d=_0x37672f;var _0x4b9d63;if(!_0x3d299d)return!0x1;let _0x4db7cc=(_0x4b9d63=_0x3d299d[_0x3fa25d(0x53c)])==null?void 0x0:_0x4b9d63[_0x3fa25d(0x7c5)];return _0x4db7cc?_0x3d299d instanceof _0x4db7cc[_0x3fa25d(0x2a4)]:typeof HTMLElement<'u'&&_0x3d299d instanceof HTMLElement;}[_0x37672f(0x2d2)](_0x53395a){const _0x38614e=_0x37672f;return _0x53395a===_0x38614e(0x747)||_0x53395a===_0x38614e(0x27e)||_0x53395a===_0x38614e(0x297)||_0x53395a===_0x38614e(0x516)||_0x53395a===_0x38614e(0x398);}[_0x37672f(0x8db)](){const _0xa3ef3c=_0x37672f;for(let _0x549b0d of this[_0xa3ef3c(0x795)]['values']()){var _0x40d51d;let _0x4dcff7=(_0x40d51d=_0x549b0d[_0xa3ef3c(0x4bf)]()['next']()['value'])==null?void 0x0:_0x40d51d[_0xa3ef3c(0x53c)];if(_0x4dcff7!=null&&_0x4dcff7[_0xa3ef3c(0x811)])return _0x4dcff7[_0xa3ef3c(0x811)];}return typeof document>'u'?null:document[_0xa3ef3c(0x811)];}[_0x37672f(0x616)](_0x311b23){const _0x522c13=_0x37672f;var _0x3557b1;let _0x3ba9b1=this[_0x522c13(0x795)]['get'](_0x311b23),_0x194f4f=_0x3ba9b1==null||(_0x3557b1=_0x3ba9b1['values']()[_0x522c13(0x7b8)]()['value'])==null?void 0x0:_0x3557b1[_0x522c13(0x53c)];return(_0x194f4f==null?void 0x0:_0x194f4f[_0x522c13(0x811)])??(typeof document>'u'?null:document['activeElement']);}[_0x37672f(0x831)](){const _0x3c7e3b=_0x37672f;this[_0x3c7e3b(0x26d)][_0x3c7e3b(0x7b8)]();}[_0x37672f(0x8f6)](){const _0x455674=_0x37672f;this['runtimeSessionChanged$'][_0x455674(0x7b8)]();}};let _0x2f7e9a=_0x37672f(0x4fa);var _0x32cfb9=class{constructor(){const _0x55edfc=_0x37672f;_0x1876b0(this,_0x55edfc(0x305),new Map()),_0x1876b0(this,_0x55edfc(0x598),new Map()),_0x1876b0(this,_0x55edfc(0x710),new WeakMap()),_0x1876b0(this,'_activePortalOwners',new WeakMap()),_0x1876b0(this,'_pendingPortalOwner',void 0x0);}['registerRoot'](_0x117e1c,_0x5cf00d,_0x30f550){const _0x2be3f4=_0x37672f;let _0x25919d=this[_0x2be3f4(0x305)][_0x2be3f4(0x47e)](_0x117e1c);_0x25919d||(_0x25919d=new Set(),this[_0x2be3f4(0x305)][_0x2be3f4(0x5d7)](_0x117e1c,_0x25919d)),_0x30f550&&this[_0x2be3f4(0x598)][_0x2be3f4(0x5d7)](_0x117e1c,_0x30f550),_0x25919d['add'](_0x5cf00d);let _0x269e00=_0x5cf00d['getAttribute'](_0x2f7e9a),_0x4ae58b=_0x5cf00d[_0x2be3f4(0x715)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE']);_0x5cf00d[_0x2be3f4(0x765)](_0x2f7e9a,_0x117e1c),_0x30f550&&_0x5cf00d[_0x2be3f4(0x765)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'],_0x30f550);let _0xeaac4e=this[_0x2be3f4(0x21c)](_0x117e1c,_0x5cf00d),_0x4b6bf3=()=>this[_0x2be3f4(0x3ab)](_0x117e1c,_0x5cf00d[_0x2be3f4(0x53c)]);return _0x5cf00d[_0x2be3f4(0x780)](_0x2be3f4(0x2ce),_0x4b6bf3,!0x0),_0x5cf00d[_0x2be3f4(0x780)]('mousedown',_0x4b6bf3,!0x0),_0x5cf00d[_0x2be3f4(0x780)]('focusin',_0x4b6bf3,!0x0),(0x0,_0x423058['toDisposable'])(()=>{const _0x100d24=_0x2be3f4;var _0x5bbf54;_0xeaac4e[_0x100d24(0x4ff)](),_0x5cf00d[_0x100d24(0x356)]('pointerdown',_0x4b6bf3,!0x0),_0x5cf00d[_0x100d24(0x356)](_0x100d24(0x3d4),_0x4b6bf3,!0x0),_0x5cf00d['removeEventListener'](_0x100d24(0x52c),_0x4b6bf3,!0x0),((_0x5bbf54=this[_0x100d24(0x554)])==null?void 0x0:_0x5bbf54[_0x100d24(0x2ab)])===_0x117e1c&&this[_0x100d24(0x554)][_0x100d24(0x501)]===_0x5cf00d[_0x100d24(0x53c)]&&(this[_0x100d24(0x554)]=void 0x0),_0x25919d==null||_0x25919d[_0x100d24(0x405)](_0x5cf00d),_0x25919d&&_0x25919d[_0x100d24(0x4ea)]===0x0&&(this['_roots'][_0x100d24(0x405)](_0x117e1c),this[_0x100d24(0x598)][_0x100d24(0x405)](_0x117e1c)),_0x269e00==null?_0x5cf00d[_0x100d24(0x542)](_0x2f7e9a):_0x5cf00d[_0x100d24(0x765)](_0x2f7e9a,_0x269e00),_0x4ae58b==null?_0x5cf00d['removeAttribute'](_0x4fbb7a[_0x100d24(0x3d8)]):_0x5cf00d[_0x100d24(0x765)](_0x4fbb7a[_0x100d24(0x3d8)],_0x4ae58b);});}[_0x37672f(0x21c)](_0x171bf6,_0x43b2b2){const _0x376efd=_0x37672f;let _0x3ac041=_0x43b2b2[_0x376efd(0x53c)]['defaultView'],_0x170555=new Map(),_0x3c4b8b=new Map(),_0x5abcbc,_0x21e45c=!0x1,_0x4850c7=_0x5ccd2a=>{const _0x5dc6b9=_0x376efd;_0x170555[_0x5dc6b9(0x7df)](_0x5ccd2a)||_0x170555['set'](_0x5ccd2a,_0x5ccd2a[_0x5dc6b9(0x715)](_0x2f7e9a)),_0x3c4b8b[_0x5dc6b9(0x7df)](_0x5ccd2a)||_0x3c4b8b[_0x5dc6b9(0x5d7)](_0x5ccd2a,_0x5ccd2a[_0x5dc6b9(0x715)](_0x3918cf));},_0x215934=_0x2900c1=>{const _0x2bd2bd=_0x376efd;_0x4850c7(_0x2900c1),_0x2900c1[_0x2bd2bd(0x765)](_0x2f7e9a,_0x171bf6),_0x2900c1[_0x2bd2bd(0x765)](_0x3918cf,'child-popup');},_0x4bdc79=_0x540403=>{const _0x171b22=_0x376efd;this[_0x171b22(0x43c)](_0x540403)&&(_0x215934(_0x540403),_0x540403[_0x171b22(0x793)]('*')[_0x171b22(0x84e)](_0x215934));},_0x260d1c=_0x14174b=>{const _0x41734b=_0x376efd;_0x21e45c||(_0x4bdc79(_0x14174b),_0x14174b[_0x41734b(0x793)]('*')[_0x41734b(0x84e)](_0x5bdb14=>_0x4bdc79(_0x5bdb14)));};return _0x260d1c(_0x43b2b2),_0x3ac041!=null&&_0x3ac041[_0x376efd(0x422)]&&(_0x5abcbc=new _0x3ac041[(_0x376efd(0x422))](_0x529774=>{const _0x30a711=_0x376efd;_0x529774[_0x30a711(0x84e)](_0x1df72d=>{const _0x4da588=_0x30a711;_0x1df72d[_0x4da588(0x3d2)]['forEach'](_0x223742=>{const _0x4ae9d6=_0x4da588;_0x223742 instanceof _0x3ac041[_0x4ae9d6(0x2a4)]&&_0x260d1c(_0x223742);});});}),_0x5abcbc['observe'](_0x43b2b2,{'childList':!0x0,'subtree':!0x0})),(0x0,_0x423058[_0x376efd(0x35b)])(()=>{const _0x15683b=_0x376efd;_0x21e45c=!0x0,_0x5abcbc==null||_0x5abcbc['disconnect'](),_0x170555[_0x15683b(0x84e)]((_0x2baa70,_0x53e386)=>{const _0x404902=_0x15683b;if(_0x2baa70==null){_0x53e386[_0x404902(0x542)](_0x2f7e9a);return;}_0x53e386[_0x404902(0x765)](_0x2f7e9a,_0x2baa70);}),_0x3c4b8b[_0x15683b(0x84e)]((_0x39e9ae,_0x1d386b)=>{const _0x34d365=_0x15683b;if(_0x39e9ae==null){_0x1d386b[_0x34d365(0x542)](_0x3918cf);return;}_0x1d386b[_0x34d365(0x765)](_0x3918cf,_0x39e9ae);});});}[_0x37672f(0x28e)](_0x2dc60e,_0x2d8d73){const _0x1da3ac=_0x37672f;let _0x4047cf=this[_0x1da3ac(0x305)][_0x1da3ac(0x47e)](_0x2dc60e);_0x4047cf||(_0x4047cf=new Set(),this[_0x1da3ac(0x305)][_0x1da3ac(0x5d7)](_0x2dc60e,_0x4047cf)),_0x4047cf['add'](_0x2d8d73);let _0x8266d9=this[_0x1da3ac(0x429)](_0x2dc60e,_0x2d8d73);return(0x0,_0x423058[_0x1da3ac(0x35b)])(()=>{const _0x277545=_0x1da3ac;_0x4047cf==null||_0x4047cf['delete'](_0x2d8d73),_0x4047cf&&_0x4047cf[_0x277545(0x4ea)]===0x0&&this['_roots'][_0x277545(0x405)](_0x2dc60e),_0x8266d9[_0x277545(0x4ff)]();});}[_0x37672f(0x8e0)](_0x3716a2,_0x518606,_0x264acf){const _0x102314=_0x37672f;let _0x43798e=typeof(_0x264acf==null?void 0x0:_0x264acf[_0x102314(0x21f)])==_0x102314(0x6de)?_0x264acf[_0x102314(0x21f)]():void 0x0;if(_0x43798e!=null&&_0x43798e[_0x102314(0x79a)](_0x31c5aa=>_0x31c5aa instanceof HTMLElement&&this[_0x102314(0x59e)](_0x3716a2,_0x31c5aa)))return!0x0;if(!(_0x518606 instanceof HTMLElement))return!0x1;if(this[_0x102314(0x59e)](_0x3716a2,_0x518606))return!0x0;if(!_0x3716a2)return Array[_0x102314(0x7a2)](this['_roots'][_0x102314(0x4bf)]())[_0x102314(0x79a)](_0xe4d38=>[..._0xe4d38][_0x102314(0x79a)](_0x437028=>_0x437028[_0x102314(0x4d4)]&&_0x437028[_0x102314(0x8e0)](_0x518606)));let _0xa2c2ac=this[_0x102314(0x305)]['get'](_0x3716a2);return!!_0xa2c2ac&&[..._0xa2c2ac]['some'](_0x4f330b=>_0x4f330b['isConnected']&&_0x4f330b[_0x102314(0x8e0)](_0x518606));}[_0x37672f(0x63b)](_0x3f3cc9){const _0x2c6197=_0x37672f;let _0x2f85f1=_0x3f3cc9?this[_0x2c6197(0x8a9)][_0x2c6197(0x47e)](_0x3f3cc9):typeof document<'u'?this['_activePortalOwners'][_0x2c6197(0x47e)](document):void 0x0;if(_0x2f85f1!=null&&_0x2f85f1[_0x2c6197(0x3fe)])return!0x0;let _0x4d0eb7=this[_0x2c6197(0x554)];return!_0x4d0eb7||Date[_0x2c6197(0x312)]()>_0x4d0eb7['expiresAt']?!0x1:!_0x3f3cc9||_0x4d0eb7[_0x2c6197(0x501)]===_0x3f3cc9;}['hasRecentInteractionFor'](_0x37da99,_0x1649a4){const _0x430cd9=_0x37672f;if(!_0x37da99)return!0x1;let _0x1b2d12=_0x1649a4?this[_0x430cd9(0x8a9)][_0x430cd9(0x47e)](_0x1649a4):typeof document<'u'?this['_activePortalOwners'][_0x430cd9(0x47e)](document):void 0x0;if(_0x1b2d12!=null&&_0x1b2d12['some'](_0x9e5406=>_0x9e5406[_0x430cd9(0x2ab)]===_0x37da99))return!0x0;let _0x5b2d42=this['_pendingPortalOwner'];return!_0x5b2d42||_0x5b2d42[_0x430cd9(0x2ab)]!==_0x37da99||Date[_0x430cd9(0x312)]()>_0x5b2d42[_0x430cd9(0x83f)]?!0x1:!_0x1649a4||_0x5b2d42[_0x430cd9(0x501)]===_0x1649a4;}[_0x37672f(0x1f6)](_0x4f0763,_0x1d1d0d){const _0x2f8bf0=_0x37672f;!_0x4f0763||!(_0x1d1d0d!=null&&_0x1d1d0d[_0x2f8bf0(0x77f)])||this[_0x2f8bf0(0x8ba)](_0x4f0763,_0x1d1d0d)['forEach'](_0x34bb72=>this['_dispatchEscapeToFloatingSurface'](_0x34bb72,_0x1d1d0d));}['activatePortalScope'](_0x56b8db,_0x22df03){const _0x2bda21=_0x37672f;var _0x157bb5;if(!(_0x22df03!=null&&_0x22df03['body']))return(0x0,_0x423058['toDisposable'])(()=>{});let _0x20d8a5=Symbol(_0x56b8db),_0x14a804=this[_0x2bda21(0x8a9)][_0x2bda21(0x47e)](_0x22df03)??[];return _0x14a804[_0x2bda21(0x5fd)]({'embedId':_0x56b8db,'token':_0x20d8a5}),this[_0x2bda21(0x8a9)]['set'](_0x22df03,_0x14a804),this['_ensurePortalObserver'](_0x22df03),this[_0x2bda21(0x434)](_0x56b8db,_0x22df03,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x2bda21(0x894)](_0x56b8db,_0x22df03),(_0x157bb5=_0x22df03[_0x2bda21(0x7c5)])==null||_0x157bb5['setTimeout'](()=>{const _0x10d12d=_0x2bda21;let _0xce40ea=this['_getLatestActivePortalOwner'](_0x22df03);(_0xce40ea==null?void 0x0:_0xce40ea[_0x10d12d(0x2ab)])===_0x56b8db&&_0xce40ea[_0x10d12d(0x8a3)]===_0x20d8a5&&(this[_0x10d12d(0x434)](_0x56b8db,_0x22df03,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x10d12d(0x894)](_0x56b8db,_0x22df03));},0x0),(0x0,_0x423058['toDisposable'])(()=>{const _0x3f8f80=_0x2bda21;let _0x31b5b3=this['_activePortalOwners'][_0x3f8f80(0x47e)](_0x22df03),_0x479069=!0x1;if(_0x31b5b3){let _0x219eff=_0x31b5b3[_0x3f8f80(0x569)](_0x3f363d=>_0x3f363d[_0x3f8f80(0x2ab)]===_0x56b8db&&_0x3f363d[_0x3f8f80(0x8a3)]===_0x20d8a5);_0x219eff>=0x0&&_0x31b5b3[_0x3f8f80(0x61b)](_0x219eff,0x1),_0x479069=_0x31b5b3['some'](_0x12b984=>_0x12b984[_0x3f8f80(0x2ab)]===_0x56b8db),_0x31b5b3['length']===0x0&&this[_0x3f8f80(0x8a9)][_0x3f8f80(0x405)](_0x22df03);}_0x479069||this['_releaseBodyPortalClaims'](_0x56b8db,_0x22df03);let _0x3c0715=this[_0x3f8f80(0x69d)](_0x22df03);_0x3c0715&&(this[_0x3f8f80(0x434)](_0x3c0715[_0x3f8f80(0x2ab)],_0x22df03,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x3f8f80(0x894)](_0x3c0715[_0x3f8f80(0x2ab)],_0x22df03));});}[_0x37672f(0x8ba)](_0x2464e6,_0x3d0d88){const _0x39dfd9=_0x37672f;var _0x2089aa;let _0x4682bd=new Set(),_0x4a0459=_0x2398f7=>{const _0x31fb06=_0x3a85;let _0x45896f=this[_0x31fb06(0x7d7)](_0x2398f7);!_0x45896f||!this[_0x31fb06(0x59e)](_0x2464e6,_0x45896f)||_0x4682bd['add'](_0x45896f);};return _0x3d0d88['body'][_0x39dfd9(0x793)]('['+_0x2f7e9a+'=\x22'+_0x2464e6+'\x22]')[_0x39dfd9(0x84e)](_0x4a0459),(_0x2089aa=this[_0x39dfd9(0x305)][_0x39dfd9(0x47e)](_0x2464e6))==null||_0x2089aa[_0x39dfd9(0x84e)](_0x574408=>{const _0x228ca5=_0x39dfd9;_0x574408[_0x228ca5(0x4d4)]&&(_0x4a0459(_0x574408),_0x574408['querySelectorAll']('*')['forEach'](_0x4a0459));}),[..._0x4682bd][_0x39dfd9(0x6d8)]((_0x53b034,_0x5b204c)=>_0x53b034[_0x39dfd9(0x8e0)](_0x5b204c)?0x1:_0x5b204c['contains'](_0x53b034)?-0x1:0x0);}['_resolveFloatingSurfaceRoot'](_0x4555ed){const _0x43badc=_0x37672f;if(!_0x4555ed[_0x43badc(0x68d)](_0x43badc(0x659))&&this['_isUniverPortalTreeElement'](_0x4555ed))return _0x4555ed['closest'](_0x43badc(0x2ef))??_0x4555ed;}[_0x37672f(0x51e)](_0x1c267c,_0x27807d){const _0x3bf94c=_0x37672f;let _0x41bc2c=_0x27807d[_0x3bf94c(0x7c5)],_0xc6c3ec=_0x27807d[_0x3bf94c(0x811)]instanceof HTMLElement&&_0x1c267c[_0x3bf94c(0x8e0)](_0x27807d[_0x3bf94c(0x811)])?_0x27807d['activeElement']:_0x1c267c,_0x27444c=_0x41bc2c!=null&&_0x41bc2c[_0x3bf94c(0x2d0)]?new _0x41bc2c[(_0x3bf94c(0x2d0))](_0x3bf94c(0x223),{'key':'Escape','code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0x3bf94c(0x223),{'bubbles':!0x0,'cancelable':!0x0});_0xc6c3ec[_0x3bf94c(0x924)](_0x27444c);}[_0x37672f(0x59e)](_0x861403,_0x36c6cd){const _0x32f999=_0x37672f;let _0x53ce96=_0x36c6cd[_0x32f999(0x68d)]('['+_0x2f7e9a+']'),_0x2b87a9=_0x53ce96==null?void 0x0:_0x53ce96['getAttribute'](_0x2f7e9a);if(_0x2b87a9&&(!_0x861403||_0x2b87a9===_0x861403))return!0x0;if(!_0x861403)return Array[_0x32f999(0x7a2)](this[_0x32f999(0x305)][_0x32f999(0x4bf)]())[_0x32f999(0x79a)](_0x222b3c=>[..._0x222b3c][_0x32f999(0x79a)](_0x4c624a=>_0x4c624a===_0x36c6cd||_0x4c624a[_0x32f999(0x8e0)](_0x36c6cd)));let _0x3ff6f8=this[_0x32f999(0x305)]['get'](_0x861403);return!!_0x3ff6f8&&[..._0x3ff6f8][_0x32f999(0x79a)](_0x14871b=>_0x14871b===_0x36c6cd||_0x14871b[_0x32f999(0x8e0)](_0x36c6cd));}['_claimBodyPortals'](_0xae0789,_0x4930fb){const _0x51013a=_0x37672f;var _0x303587;_0x4930fb!=null&&_0x4930fb['body']&&(this[_0x51013a(0x554)]={'embedId':_0xae0789,'document':_0x4930fb,'expiresAt':Date[_0x51013a(0x312)]()+0x3e8},this[_0x51013a(0x257)](_0x4930fb),this[_0x51013a(0x434)](_0xae0789,_0x4930fb,{'includeAppShellEditorPortal':!0x1}),(_0x303587=_0x4930fb['defaultView'])==null||_0x303587[_0x51013a(0x620)](()=>{const _0x78ae72=_0x51013a;let _0x19642f=this[_0x78ae72(0x554)];(_0x19642f==null?void 0x0:_0x19642f[_0x78ae72(0x2ab)])===_0xae0789&&_0x19642f[_0x78ae72(0x501)]===_0x4930fb&&Date[_0x78ae72(0x312)]()<=_0x19642f[_0x78ae72(0x83f)]&&this[_0x78ae72(0x434)](_0xae0789,_0x4930fb,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x37672f(0x257)](_0x3f5188){const _0x4ad360=_0x37672f;if(this[_0x4ad360(0x710)][_0x4ad360(0x7df)](_0x3f5188)||!_0x3f5188[_0x4ad360(0x77f)])return;let _0x3ffa3b=_0x3f5188[_0x4ad360(0x7c5)];if(!(_0x3ffa3b!=null&&_0x3ffa3b[_0x4ad360(0x422)]))return;let _0x5b0efb=new _0x3ffa3b[(_0x4ad360(0x422))](_0x43fe8c=>{const _0x7d2bfd=_0x4ad360;let _0x3da74e=this['_getBodyPortalOwner'](_0x3f5188);if(!_0x3da74e)return;let _0x15728b={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x3da74e[_0x7d2bfd(0x801)],'allowDirectBodyPortal':!_0x3da74e[_0x7d2bfd(0x801)]};_0x43fe8c[_0x7d2bfd(0x84e)](_0x30ca2a=>{const _0x203549=_0x7d2bfd;_0x30ca2a[_0x203549(0x27c)]===_0x203549(0x231)&&_0x30ca2a[_0x203549(0x317)]instanceof _0x3ffa3b[_0x203549(0x2a4)]&&this['_markBodyPortalOwner'](_0x30ca2a['target'],_0x3da74e[_0x203549(0x2ab)],_0x3f5188,_0x15728b),_0x30ca2a['addedNodes'][_0x203549(0x84e)](_0x18bf6f=>{const _0x1e64db=_0x203549;_0x18bf6f instanceof _0x3ffa3b[_0x1e64db(0x2a4)]&&(this[_0x1e64db(0x683)](_0x18bf6f,_0x3da74e[_0x1e64db(0x2ab)],_0x3f5188,_0x15728b),_0x18bf6f[_0x1e64db(0x793)]('*')['forEach'](_0x23d754=>{const _0x2085ed=_0x1e64db;this[_0x2085ed(0x683)](_0x23d754,_0x3da74e[_0x2085ed(0x2ab)],_0x3f5188,_0x15728b);}));});}),_0x3da74e[_0x7d2bfd(0x801)]&&this[_0x7d2bfd(0x894)](_0x3da74e[_0x7d2bfd(0x2ab)],_0x3f5188);});_0x5b0efb['observe'](_0x3f5188['body'],{'attributeFilter':[_0x4ad360(0x47c),'data-u-comp','id',_0x4ad360(0x1cf),'style'],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x5b0efb[_0x4ad360(0x7a1)](),this[_0x4ad360(0x710)]['set'](_0x3f5188,_0x5b0efb);}[_0x37672f(0x683)](_0x2d18ac,_0xeb7735,_0x1c8cda,_0x2d4bf5={}){const _0x170885=_0x37672f;_0x2d4bf5[_0x170885(0x4be)]===!0x1&&_0x2d18ac[_0x170885(0x76e)]===_0x1c8cda['body']&&!this[_0x170885(0x848)](_0x2d18ac)&&!this[_0x170885(0x545)](_0x2d18ac)||this[_0x170885(0x2b2)](_0x2d18ac,_0x1c8cda,_0x2d4bf5)&&(!this[_0x170885(0x545)](_0x2d18ac)&&this[_0x170885(0x7fa)](_0x2d18ac,_0x1c8cda)||(this[_0x170885(0x393)](_0x2d18ac,_0xeb7735,_0x1c8cda),this[_0x170885(0x429)](_0xeb7735,_0x2d18ac,{'transient':!0x0}),this[_0x170885(0x45e)](_0x2d18ac,_0x2d4bf5)));}['_markExistingBodyPortals'](_0x410cfb,_0x453ccb,_0x17b04c={}){const _0x13a515=_0x37672f;_0x453ccb[_0x13a515(0x77f)][_0x13a515(0x793)]('*')[_0x13a515(0x84e)](_0x2a7bb6=>{const _0x2cda5d=_0x13a515;this['_markBodyPortalOwner'](_0x2a7bb6,_0x410cfb,_0x453ccb,{'includeAppShellEditorPortal':_0x17b04c[_0x2cda5d(0x448)],'allowOwnedPortalReassignment':_0x17b04c[_0x2cda5d(0x574)],'allowDirectBodyPortal':_0x17b04c[_0x2cda5d(0x4be)]});});}['_isBodyPortalCandidate'](_0x26ceb9,_0x2fd346,_0x433fda={}){const _0x324c56=_0x37672f;if(!_0x2fd346[_0x324c56(0x77f)]['contains'](_0x26ceb9))return!0x1;let _0x201da0=!!_0x433fda[_0x324c56(0x448)]&&this[_0x324c56(0x545)](_0x26ceb9),_0x513f67=this[_0x324c56(0x848)](_0x26ceb9);if(!_0x433fda['allowOwnedPortalReassignment']&&!_0x201da0&&_0x26ceb9[_0x324c56(0x68d)](_0x324c56(0x284))||_0x26ceb9['id']===_0x324c56(0x1d3))return!0x1;let _0x59e834=_0x26ceb9[_0x324c56(0x76e)];return!!_0x433fda[_0x324c56(0x4be)]&&_0x59e834===_0x2fd346[_0x324c56(0x77f)]||(_0x59e834==null?void 0x0:_0x59e834[_0x324c56(0x68d)](_0x324c56(0x7bb)))!=null||_0x513f67||_0x201da0;}[_0x37672f(0x545)](_0x274476){const _0x2866ef=_0x37672f;var _0x43f3ff,_0x39d223;return((_0x43f3ff=_0x274476[_0x2866ef(0x76e)])==null?void 0x0:_0x43f3ff['id'])!==_0x2866ef(0x1d3)&&((_0x39d223=_0x274476[_0x2866ef(0x68d)](_0x2866ef(0x750)))==null?void 0x0:_0x39d223[_0x2866ef(0x76e)])!==_0x274476[_0x2866ef(0x53c)][_0x2866ef(0x77f)]?!0x1:_0x274476['id'][_0x2866ef(0x674)](_0x2866ef(0x4f8))||_0x274476['id'][_0x2866ef(0x674)](_0x2866ef(0x5ef))||_0x274476['closest'](_0x2866ef(0x8cb))!=null||_0x274476[_0x2866ef(0x68d)](_0x2866ef(0x5e4))!=null;}[_0x37672f(0x6a2)](_0x300b0e){const _0x2ed5ba=_0x37672f;return _0x300b0e['id'][_0x2ed5ba(0x674)](_0x2ed5ba(0x60b))||_0x300b0e['id'][_0x2ed5ba(0x674)](_0x2ed5ba(0x6d9))||_0x300b0e[_0x2ed5ba(0x68d)](_0x2ed5ba(0x6b2))!=null||_0x300b0e[_0x2ed5ba(0x68d)](_0x2ed5ba(0x71c))!=null;}[_0x37672f(0x848)](_0x544fec){const _0x54965d=_0x37672f;let _0x4f3573=typeof _0x544fec[_0x54965d(0x247)]==_0x54965d(0x43e)?_0x544fec[_0x54965d(0x247)]:'';if(_0x544fec[_0x54965d(0x715)](_0x54965d(0x362))==='rect-popup'||_0x544fec[_0x54965d(0x6ab)][_0x54965d(0x8e0)]('univer-popup')||_0x544fec['classList'][_0x54965d(0x8e0)]('univer-popover')||_0x544fec['classList'][_0x54965d(0x8e0)](_0x54965d(0x472))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/['test'](_0x4f3573))return!0x0;let _0x5f1741=_0x544fec[_0x54965d(0x715)]('role');return _0x5f1741===_0x54965d(0x2a3)||_0x5f1741==='listbox'||_0x5f1741===_0x54965d(0x5c6)||_0x5f1741===_0x54965d(0x91d)||_0x544fec[_0x54965d(0x643)](_0x54965d(0x4e0));}[_0x37672f(0x7fa)](_0x36e692,_0x5ac338){const _0x507ae1=_0x37672f;if(!this[_0x507ae1(0x43c)](_0x36e692))return!0x1;let _0x461992=_0x36e692[_0x507ae1(0x68d)](_0x507ae1(0x2ef))??_0x36e692,_0x285240=_0x461992[_0x507ae1(0x68d)](_0x507ae1(0x750))??_0x461992[_0x507ae1(0x76e)];if(_0x461992[_0x507ae1(0x76e)]!==_0x5ac338['body']&&(_0x285240==null?void 0x0:_0x285240[_0x507ae1(0x76e)])!==_0x5ac338['body'])return!0x1;let _0x3a1bd8=_0x5ac338['defaultView'];if(!_0x3a1bd8)return!0x1;let _0x2197a4=_0x461992['getBoundingClientRect']();return _0x2197a4[_0x507ae1(0x2e6)]<0x0||_0x2197a4['bottom']<0x0||_0x2197a4[_0x507ae1(0x3c3)]>_0x3a1bd8[_0x507ae1(0x654)]||_0x2197a4[_0x507ae1(0x922)]>_0x3a1bd8[_0x507ae1(0x836)]?!0x0:_0x2197a4[_0x507ae1(0x7e5)]<=0x0||_0x2197a4[_0x507ae1(0x33d)]<=0x0?_0x2197a4['left']<0x0||_0x2197a4[_0x507ae1(0x922)]<0x0||_0x2197a4[_0x507ae1(0x3c3)]>_0x3a1bd8['innerWidth']||_0x2197a4[_0x507ae1(0x922)]>_0x3a1bd8[_0x507ae1(0x836)]:!0x1;}['_markRuntimeFocusRole'](_0x2b12f7,_0x459f14={}){const _0x2525ef=_0x37672f;let _0x3e7f45=_0x459f14['includeAppShellEditorPortal']&&this[_0x2525ef(0x545)](_0x2b12f7)?_0x2525ef(0x297):this[_0x2525ef(0x43c)](_0x2b12f7)?_0x2525ef(0x516):void 0x0;_0x3e7f45&&(_0x2b12f7[_0x2525ef(0x765)](_0x3918cf,_0x3e7f45),_0x2b12f7[_0x2525ef(0x793)]('*')[_0x2525ef(0x84e)](_0x198df1=>{const _0x423ec4=_0x2525ef;_0x198df1[_0x423ec4(0x765)](_0x3918cf,_0x3e7f45);}));}['_markInteractionBoundaryOwnerTree'](_0x11f738,_0xccdefe,_0x9d5439={}){const _0x2f5349=_0x37672f;let _0x6aec06=new Map(),_0x3c8113=new Map(),_0x61925e=this['_childUnitIds'][_0x2f5349(0x47e)](_0x11f738),_0x54f8e8=_0x54484a=>{const _0x23b981=_0x2f5349;_0x9d5439[_0x23b981(0x2a8)]||(_0x6aec06['set'](_0x54484a,_0x54484a[_0x23b981(0x715)](_0x2f7e9a)),_0x3c8113[_0x23b981(0x5d7)](_0x54484a,_0x54484a[_0x23b981(0x715)](_0x4fbb7a[_0x23b981(0x3d8)]))),_0x54484a[_0x23b981(0x765)](_0x2f7e9a,_0x11f738),_0x61925e&&_0x54484a[_0x23b981(0x765)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'],_0x61925e);};return _0x54f8e8(_0xccdefe),_0xccdefe[_0x2f5349(0x793)]('*')[_0x2f5349(0x84e)](_0x54f8e8),(0x0,_0x423058[_0x2f5349(0x35b)])(()=>{const _0x49fa00=_0x2f5349;_0x6aec06[_0x49fa00(0x84e)]((_0x277e40,_0x28e7fb)=>{const _0x193624=_0x49fa00;if(_0x277e40==null){_0x28e7fb['removeAttribute'](_0x2f7e9a);return;}_0x28e7fb[_0x193624(0x765)](_0x2f7e9a,_0x277e40);}),_0x3c8113['forEach']((_0x25835a,_0x206a66)=>{const _0x64484a=_0x49fa00;if(_0x25835a==null){_0x206a66[_0x64484a(0x542)](_0x4fbb7a[_0x64484a(0x3d8)]);return;}_0x206a66[_0x64484a(0x765)](_0x4fbb7a[_0x64484a(0x3d8)],_0x25835a);});});}[_0x37672f(0x43c)](_0xabafb7){const _0x469d98=_0x37672f;return this[_0x469d98(0x848)](_0xabafb7)||_0xabafb7[_0x469d98(0x68d)](_0x469d98(0x2ef))!=null;}[_0x37672f(0x2f7)](_0x52de17){const _0x19aace=_0x37672f;let _0x1db3cd=this[_0x19aace(0x69d)](_0x52de17);if(_0x1db3cd)return{'embedId':_0x1db3cd[_0x19aace(0x2ab)],'stable':!0x0};let _0x5835a1=this[_0x19aace(0x554)];if(_0x5835a1&&_0x5835a1[_0x19aace(0x501)]===_0x52de17&&Date[_0x19aace(0x312)]()<=_0x5835a1['expiresAt'])return{'embedId':_0x5835a1['embedId'],'stable':!0x1};}[_0x37672f(0x69d)](_0x3c844e){const _0x10cd6f=_0x37672f;let _0x1f5a0c=this[_0x10cd6f(0x8a9)][_0x10cd6f(0x47e)](_0x3c844e);return _0x1f5a0c==null?void 0x0:_0x1f5a0c[_0x1f5a0c[_0x10cd6f(0x3fe)]-0x1];}[_0x37672f(0x894)](_0x43bb15,_0x165222){const _0x4569eb=_0x37672f;let _0x5321fd=this[_0x4569eb(0x305)][_0x4569eb(0x47e)](_0x43bb15);_0x165222[_0x4569eb(0x77f)]['querySelectorAll']('['+_0x2f7e9a+'=\x22'+_0x43bb15+'\x22]')[_0x4569eb(0x84e)](_0x33d617=>{const _0x70011=_0x4569eb;_0x33d617[_0x70011(0x76e)]===_0x165222['body']&&(_0x5321fd&&[..._0x5321fd][_0x70011(0x79a)](_0x2767e5=>_0x2767e5===_0x33d617||_0x2767e5[_0x70011(0x8e0)](_0x33d617))||this[_0x70011(0x848)](_0x33d617)||this[_0x70011(0x545)](_0x33d617)||(_0x33d617[_0x70011(0x542)](_0x2f7e9a),_0x33d617[_0x70011(0x542)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'])));});}[_0x37672f(0x393)](_0x3ba610,_0x59c249,_0xc2b72c){const _0x35fa04=_0x37672f;let _0x3542e9=_0x3ba610[_0x35fa04(0x715)](_0x2f7e9a);if(!_0x3542e9||_0x3542e9===_0x59c249)return;let _0x929f2a=_0xc2b72c['activeElement'];!(_0x929f2a instanceof HTMLElement)||_0x929f2a!==_0x3ba610&&!_0x3ba610[_0x35fa04(0x8e0)](_0x929f2a)||(_0x929f2a[_0x35fa04(0x799)](),_0xc2b72c['activeElement']===_0x929f2a&&this['_focusDocumentBody'](_0xc2b72c));}[_0x37672f(0x718)](_0x4aa0d7,_0x40900c){const _0x58959b=_0x37672f;let _0xfdc75e=this[_0x58959b(0x305)][_0x58959b(0x47e)](_0x4aa0d7),_0x346901=_0x40900c[_0x58959b(0x77f)]['querySelectorAll']('['+_0x2f7e9a+'=\x22'+_0x4aa0d7+'\x22]'),_0x124eeb=_0x3c4d4e=>_0xfdc75e!=null&&[..._0xfdc75e][_0x58959b(0x79a)](_0x590afc=>_0x590afc===_0x3c4d4e||_0x590afc[_0x58959b(0x8e0)](_0x3c4d4e)),_0x67e415=[];_0x346901[_0x58959b(0x84e)](_0x5045c3=>{const _0x4cb852=_0x58959b;_0x124eeb(_0x5045c3)||(_0x67e415[_0x4cb852(0x5fd)](_0x5045c3),_0x5045c3[_0x4cb852(0x542)](_0x2f7e9a),_0x5045c3[_0x4cb852(0x542)](_0x4fbb7a['EMBED_CHILD_UNIT_ID_ATTRIBUTE']),this['_removeRuntimeFocusRoleTree'](_0x5045c3));});let _0x185b10=_0x40900c[_0x58959b(0x811)];_0x185b10 instanceof HTMLElement&&_0x67e415[_0x58959b(0x79a)](_0x558757=>_0x558757===_0x185b10||_0x558757[_0x58959b(0x8e0)](_0x185b10))&&(_0x185b10['blur'](),_0x40900c[_0x58959b(0x811)]===_0x185b10&&this[_0x58959b(0x3f4)](_0x40900c));}[_0x37672f(0x3f4)](_0x584b6f){const _0x3710ed=_0x37672f;let _0x6b3550=_0x584b6f[_0x3710ed(0x77f)];if(!_0x6b3550)return;let _0x3330bd=_0x6b3550['getAttribute'](_0x3710ed(0x5cd));_0x3330bd??(_0x6b3550[_0x3710ed(0x281)]=-0x1),_0x6b3550[_0x3710ed(0x742)]({'preventScroll':!0x0}),_0x3330bd==null?_0x6b3550[_0x3710ed(0x542)]('tabindex'):_0x6b3550[_0x3710ed(0x765)](_0x3710ed(0x5cd),_0x3330bd),_0x584b6f['activeElement']!==_0x6b3550&&this[_0x3710ed(0x672)](_0x584b6f);}[_0x37672f(0x672)](_0x3180e8){const _0x14b528=_0x37672f;var _0x3d6908;let _0x1e663b=_0x3180e8[_0x14b528(0x77f)];if(!_0x1e663b)return;let _0x1cd249=_0x3180e8[_0x14b528(0x64d)](_0x14b528(0x2db));_0x1cd249[_0x14b528(0x281)]=-0x1,_0x1cd249[_0x14b528(0x765)]('aria-hidden','true'),_0x1cd249[_0x14b528(0x4e9)][_0x14b528(0x69a)]=_0x14b528(0x79f),_0x1e663b[_0x14b528(0x629)](_0x1cd249),_0x1cd249[_0x14b528(0x742)]({'preventScroll':!0x0}),(_0x3d6908=_0x3180e8['defaultView'])==null||_0x3d6908[_0x14b528(0x620)](()=>_0x1cd249[_0x14b528(0x850)](),0x0);}[_0x37672f(0x635)](_0x4c76a3){const _0x139a8e=_0x37672f;(_0x4c76a3[_0x139a8e(0x715)](_0x139a8e(0x717))===_0x139a8e(0x297)||_0x4c76a3['getAttribute'](_0x139a8e(0x717))===_0x139a8e(0x516))&&_0x4c76a3['removeAttribute'](_0x3918cf),_0x4c76a3[_0x139a8e(0x793)]('['+_0x3918cf+']')[_0x139a8e(0x84e)](_0x504b08=>{const _0x339c38=_0x139a8e;let _0x39c155=_0x504b08['getAttribute'](_0x3918cf);(_0x39c155===_0x339c38(0x297)||_0x39c155==='child-popup')&&_0x504b08[_0x339c38(0x542)](_0x3918cf);});}},_0x5a66e9=class{constructor(_0x1601f3={}){const _0x568615=_0x37672f;_0x1876b0(this,'_childUnitAncestry',new Map()),_0x1876b0(this,'_maxDepth',void 0x0),this[_0x568615(0x332)]=_0x227c94(_0x1601f3[_0x568615(0x655)]);}[_0x37672f(0x884)](_0x36328c){const _0xc0b899=_0x37672f;let _0x5d06bd=this['getAncestryForHostUnit'](_0x36328c[_0xc0b899(0x7cf)]);return _0x5d06bd['some'](_0x460558=>_0x460558['hostUnitId']===_0x36328c[_0xc0b899(0x783)]||_0x460558[_0xc0b899(0x783)]===_0x36328c[_0xc0b899(0x783)])?{'allowed':!0x1,'reason':'cycle','ancestry':_0x5d06bd}:_0x5d06bd[_0xc0b899(0x3fe)]>=this[_0xc0b899(0x332)]?{'allowed':!0x1,'reason':_0xc0b899(0x22d),'ancestry':_0x5d06bd}:{'allowed':!0x0,'ancestry':_0x5d06bd};}[_0x37672f(0x452)](_0x3cb9bb){const _0x160a42=_0x37672f;let _0x18b131=[...this[_0x160a42(0x3a9)](_0x3cb9bb[_0x160a42(0x7cf)]),{'hostUnitId':_0x3cb9bb[_0x160a42(0x7cf)],'embedId':_0x3cb9bb[_0x160a42(0x2ab)],'childUnitId':_0x3cb9bb[_0x160a42(0x783)]}];return this[_0x160a42(0x65e)]['set'](_0x3cb9bb[_0x160a42(0x783)],_0x18b131),(0x0,_0x423058[_0x160a42(0x35b)])(()=>{const _0x2c90a4=_0x160a42;this['_childUnitAncestry'][_0x2c90a4(0x47e)](_0x3cb9bb[_0x2c90a4(0x783)])===_0x18b131&&this[_0x2c90a4(0x65e)][_0x2c90a4(0x405)](_0x3cb9bb['childUnitId']);});}[_0x37672f(0x3a9)](_0xe890d2){const _0x39e890=_0x37672f;return this[_0x39e890(0x65e)][_0x39e890(0x47e)](_0xe890d2)??[];}['getParentEmbedId'](_0x32be74){const _0x11ef2d=_0x37672f;var _0x4aef70;return(_0x4aef70=this['getAncestryForHostUnit'](_0x32be74)['slice'](-0x1)[0x0])==null?void 0x0:_0x4aef70[_0x11ef2d(0x2ab)];}};function _0x227c94(_0x13ef72){const _0x5c9a00=_0x37672f;return typeof _0x13ef72=='number'&&Number[_0x5c9a00(0x498)](_0x13ef72)&&_0x13ef72>=0x0?Math[_0x5c9a00(0x6e8)](_0x13ef72):0x1;}let _0x55dc35=new Set([_0x37672f(0x751),_0x37672f(0x6d1),_0x37672f(0x321),_0x37672f(0x287),'identifier:ui.sidebar.service',_0x37672f(0x8f7),'identifier:univer.sheet.selection-render-service']);function _0x1a5a07(_0x9d610,_0x44da24=[]){const _0x599a29=_0x37672f;let _0x334b32=_0x9d610[_0x599a29(0x868)]['get'](_0x423058[_0x599a29(0x8ca)]),_0x142712=_0x334b32['getUnit'](_0x9d610[_0x599a29(0x783)],_0x9d610['childType']);if(!_0x142712)return;let _0x1b3491=_0x15bd67(_0x334b32,_0x9d610,_0x142712,new _0x12f7a8['BehaviorSubject'](_0x142712),new _0x12f7a8[(_0x599a29(0x4f6))](_0x9d610[_0x599a29(0x46e)][_0x599a29(0x69f)]==='float'&&!_0x9d610['renderScope'][_0x599a29(0x3d5)]?null:_0x142712[_0x599a29(0x55c)]())),_0x48af9b=_0x15f671(_0x9d610),_0x37405b=_0x1e8882(_0x9d610[_0x599a29(0x868)][_0x599a29(0x47e)](_0x423058[_0x599a29(0x58f)]),_0x9d610,_0x334b32,_0x48af9b),_0x454679=new Map([[_0x423058[_0x599a29(0x8ca)],_0x1b3491],[_0x423058[_0x599a29(0x58f)],_0x37405b]]),_0x12f29b=[];_0x9d610[_0x599a29(0x868)][_0x599a29(0x7df)](_0x5a66e9)&&_0x454679[_0x599a29(0x5d7)](_0x5a66e9,_0x9d610[_0x599a29(0x868)]['get'](_0x5a66e9));let _0x377552=_0x16de5d(_0x9d610[_0x599a29(0x868)],_0x9d610[_0x599a29(0x6b0)]);_0x377552&&_0x454679[_0x599a29(0x5d7)](_0x423058[_0x599a29(0x88f)],_0x377552);let _0x533f28=_0x37dc54(_0x9d610['injector'],_0x454679);if(_0x44da24[_0x599a29(0x84e)](_0x3b2ed5=>_0x533f28[_0x599a29(0x47d)](_0x3b2ed5)),_0x9d610[_0x599a29(0x868)]['has'](_0x4fbb7a[_0x599a29(0x4f4)])){let _0x265fc7=_0x9d610['injector'][_0x599a29(0x47e)](_0x4fbb7a[_0x599a29(0x4f4)]);_0x12f29b[_0x599a29(0x5fd)](_0x265fc7[_0x599a29(0x920)]({'unitId':_0x9d610['childUnitId'],'has':_0x2cc4f9=>_0x533f28[_0x599a29(0x7df)](_0x2cc4f9),'get':_0x4f6357=>_0x533f28[_0x599a29(0x47e)](_0x4f6357)}));}let _0x41c514=_0x581d35(_0x9d610[_0x599a29(0x868)],_0x533f28);if(_0x41c514){_0x533f28['add']([_0x4fbb7a[_0x599a29(0x31b)],{'useValue':_0x41c514}]);let _0x2c426c=new _0x4fbb7a[(_0x599a29(0x4bc))](_0x41c514,_0x1b3491);_0x533f28[_0x599a29(0x47d)]([_0x4fbb7a[_0x599a29(0x6c4)],{'useValue':_0x2c426c}]),_0x12f29b['push'](_0x2c426c);}if(_0x9d610[_0x599a29(0x46e)][_0x599a29(0x3d5)]){let _0xd4e98a=_0x130f4a(_0x533f28,_0x9d610[_0x599a29(0x783)]),_0xf14ec0=new _0x4fbb7a[(_0x599a29(0x908))](),_0x405893=new _0x4fbb7a[(_0x599a29(0x82b))]();_0x533f28['add']([_0x4fbb7a[_0x599a29(0x25b)],{'useValue':_0xd4e98a}]),_0x533f28[_0x599a29(0x47d)]([_0x4fbb7a[_0x599a29(0x535)],{'useValue':_0xf14ec0}]),_0x533f28[_0x599a29(0x47d)]([_0x4fbb7a[_0x599a29(0x563)],{'useValue':_0x405893}]),_0x12f29b[_0x599a29(0x5fd)](_0xd4e98a,_0xf14ec0,_0x405893);}else{let _0xdd390e=_0x3552b2(_0x9d610['injector'],_0x533f28,_0x9d610[_0x599a29(0x783)]);_0xdd390e&&_0x533f28[_0x599a29(0x47d)]([_0x4fbb7a[_0x599a29(0x25b)],{'useValue':_0xdd390e}]);}let _0x518eaf=_0xcc7281(_0x9d610[_0x599a29(0x868)],_0x9d610);if(_0x533f28['add']([_0x4fbb7a['ILayoutService'],{'useValue':_0x518eaf}]),_0x12f29b[_0x599a29(0x3fe)]){let _0x52f988=_0x533f28[_0x599a29(0x4ff)]['bind'](_0x533f28),_0x371bf0=!0x1;_0x533f28[_0x599a29(0x4ff)]=()=>{const _0x5671b2=_0x599a29;_0x371bf0||(_0x371bf0=!0x0,_0x12f29b[_0x5671b2(0x84e)](_0x26f256=>_0x26f256[_0x5671b2(0x4ff)]()),_0x52f988());};}return _0x533f28;}function _0x310982(_0x5345fc,_0x46e134){const _0x2213e4=_0x37672f;if(!_0x5345fc['has'](_0x423058[_0x2213e4(0x514)]))return;let _0x565771=_0x5345fc[_0x2213e4(0x47e)](_0x423058[_0x2213e4(0x514)]);return _0x37dc54(_0x5345fc,new Map([[_0x423058[_0x2213e4(0x514)],_0x3ef522(_0x565771,_0x46e134)]]));}function _0x15bd67(_0x46b211,_0x2d9e49,_0x37bc23,_0x3067b5,_0x5a4f4d){const _0x296070=_0x37672f;return{'unitAdded$':_0x46b211[_0x296070(0x6e6)],'getTypeOfUnitAdded$':(..._0x6661b9)=>_0x46b211[_0x296070(0x7a7)](..._0x6661b9),'__addUnit':(..._0x4942a6)=>_0x46b211['__addUnit'](..._0x4942a6),'unitDisposed$':_0x46b211[_0x296070(0x885)],'getTypeOfUnitDisposed$':(..._0x310d86)=>_0x46b211[_0x296070(0x368)](..._0x310d86),'focused$':_0x5a4f4d[_0x296070(0x58c)](),'focusUnit':_0x2f5a0d=>{const _0x2a2355=_0x296070;if(_0x2f5a0d===null||_0x3c2d45(_0x2d9e49,_0x2f5a0d)){_0x5a4f4d[_0x2a2355(0x6a1)]()!==_0x2f5a0d&&_0x5a4f4d[_0x2a2355(0x7b8)](_0x2f5a0d);return;}_0x46b211[_0x2a2355(0x1eb)](_0x2f5a0d);},'getFocusedUnit':()=>{const _0x38f21b=_0x296070;let _0x1bfa74=_0x5a4f4d['getValue']();return _0x1bfa74===null?null:_0x1bfa74===_0x2d9e49[_0x38f21b(0x783)]?_0x37bc23:(0x0,_0x423058[_0x38f21b(0x4cd)])(_0x1bfa74)?_0x46b211['getUnit'](_0x1bfa74)??_0x37bc23:_0x46b211[_0x38f21b(0x327)]();},'getCurrentUnitOfType':_0x3c96ba=>_0x3c96ba===_0x2d9e49[_0x296070(0x6b0)]?_0x3067b5['getValue']():_0x46b211[_0x296070(0x71e)](_0x3c96ba),'setCurrentUnitForType':_0x2ea91a=>{const _0x4e5b52=_0x296070;if(_0x3c2d45(_0x2d9e49,_0x2ea91a)){_0x3067b5[_0x4e5b52(0x6a1)]()!==_0x37bc23&&_0x3067b5[_0x4e5b52(0x7b8)](_0x37bc23);return;}_0x46b211[_0x4e5b52(0x40b)](_0x2ea91a);},'getCurrentTypeOfUnit$':_0x23d0b2=>_0x23d0b2===_0x2d9e49['childType']?_0x3067b5['asObservable']():_0x46b211['getCurrentTypeOfUnit$'](_0x23d0b2),'createUnit':(..._0x333b2b)=>_0x46b211[_0x296070(0x2fd)](..._0x333b2b),'getUnitCreateOptions':(..._0x4e16d8)=>_0x46b211['getUnitCreateOptions'](..._0x4e16d8),'disposeUnit':(..._0x405caf)=>_0x46b211[_0x296070(0x39b)](..._0x405caf),'registerCtorForType':(..._0x393ab8)=>_0x46b211[_0x296070(0x760)](..._0x393ab8),'getUnit':(..._0x490847)=>_0x46b211[_0x296070(0x80e)](..._0x490847),'getAllUnitsForType':(..._0x2e64d4)=>_0x46b211[_0x296070(0x641)](..._0x2e64d4),'getUnitType':(..._0x9cb5ad)=>_0x46b211[_0x296070(0x5a3)](..._0x9cb5ad),'dispose':()=>{}};}function _0x3c2d45(_0x5ad83b,_0x26d986){const _0x16a7b9=_0x37672f;return _0x26d986===_0x5ad83b[_0x16a7b9(0x783)]||(0x0,_0x423058['isInternalEditorID'])(_0x26d986);}function _0x1e8882(_0x1d7953,_0xcf3e52,_0x98723d,_0x5cc23b){const _0x4c5b58=_0x37672f;return{'disposed':()=>_0x1d7953[_0x4c5b58(0x5e1)](),'hasCommand':_0x3a198b=>_0x1d7953[_0x4c5b58(0x572)](_0x3a198b),'registerCommand':_0x1f511a=>_0x1d7953[_0x4c5b58(0x7f9)](_0x1f511a),'unregisterCommand':_0x43614e=>_0x1d7953[_0x4c5b58(0x687)](_0x43614e),'registerMultipleCommand':_0x3a1365=>_0x1d7953[_0x4c5b58(0x82c)](_0x3a1365),'executeCommand':async(_0x23e1cd,_0x3dbd6,_0x3367b7)=>{const _0x6f270a=_0x4c5b58;var _0x47ca62;let _0x566b2a=()=>_0x1d7953[_0x6f270a(0x6a6)](_0x23e1cd,_0x44fdb2(_0xcf3e52,_0x23e1cd,_0x3dbd6),_0x5abee9(_0xcf3e52[_0x6f270a(0x6b0)],_0xcf3e52[_0x6f270a(0x783)],_0x3367b7)),_0x5c1fa9=_0x33083b(_0xcf3e52),_0xaf894b=_0x5c1fa9&&!_0x622bbe(_0x23e1cd)&&!_0x3ba6ed(_0x23e1cd),_0x2b731c=_0x5c1fa9?_0x2a15ea():null;if(!(_0x5cc23b||_0x622bbe(_0x23e1cd)||_0x3ba6ed(_0x23e1cd)||_0xaf894b))return await _0x566b2a();let _0x21632c=_0x98723d[_0x6f270a(0x71e)](_0xcf3e52[_0x6f270a(0x6b0)]),_0x5c0ae5=((_0x47ca62=_0x98723d['getFocusedUnit']())==null?void 0x0:_0x47ca62[_0x6f270a(0x55c)]())??null;try{return _0x98723d[_0x6f270a(0x40b)](_0xcf3e52[_0x6f270a(0x783)]),_0xaf894b||_0x98723d['focusUnit'](_0xcf3e52[_0x6f270a(0x783)]),await _0x566b2a();}finally{_0x21632c&&_0x98723d[_0x6f270a(0x40b)](_0x21632c['getUnitId']()),_0xaf894b||(_0x320d68(_0xcf3e52,_0x98723d,_0x5c0ae5,_0x5cc23b),_0x401762(_0x2b731c));}},'syncExecuteCommand':(_0x5575a9,_0x308078,_0x388e15)=>{const _0x264516=_0x4c5b58;var _0x3836bf;let _0x4d982b=()=>_0x1d7953[_0x264516(0x7ef)](_0x5575a9,_0x44fdb2(_0xcf3e52,_0x5575a9,_0x308078),_0x5abee9(_0xcf3e52[_0x264516(0x6b0)],_0xcf3e52[_0x264516(0x783)],_0x388e15)),_0x26806d=_0x33083b(_0xcf3e52),_0xc5158a=_0x26806d&&!_0x622bbe(_0x5575a9)&&!_0x3ba6ed(_0x5575a9),_0x2ab6a7=_0x26806d?_0x2a15ea():null;if(!(_0x5cc23b||_0x622bbe(_0x5575a9)||_0x3ba6ed(_0x5575a9)||_0xc5158a))return _0x4d982b();let _0x4d0abb=_0x98723d['getCurrentUnitOfType'](_0xcf3e52[_0x264516(0x6b0)]),_0x26e8ac=((_0x3836bf=_0x98723d[_0x264516(0x327)]())==null?void 0x0:_0x3836bf[_0x264516(0x55c)]())??null;try{return _0x98723d[_0x264516(0x40b)](_0xcf3e52[_0x264516(0x783)]),_0xc5158a||_0x98723d[_0x264516(0x1eb)](_0xcf3e52[_0x264516(0x783)]),_0x4d982b();}finally{_0x4d0abb&&_0x98723d[_0x264516(0x40b)](_0x4d0abb['getUnitId']()),_0xc5158a||(_0x320d68(_0xcf3e52,_0x98723d,_0x26e8ac,_0x5cc23b),_0x401762(_0x2ab6a7));}},'onCommandExecuted':_0x4d4d01=>_0x1d7953['onCommandExecuted'](_0x4d4d01),'beforeCommandExecuted':_0x43d109=>_0x1d7953[_0x4c5b58(0x515)](_0x43d109),'onMutationExecutedForCollab':_0x15788f=>_0x1d7953['onMutationExecutedForCollab'](_0x15788f)};}function _0x5abee9(_0x1f20f6,_0x483f63,_0x3e63c7){const _0x714c39=_0x37672f;return _0x1f20f6===_0x423058['UniverInstanceType'][_0x714c39(0x316)]?{..._0x3e63c7,'unitId':_0x483f63}:_0x3e63c7;}function _0x622bbe(_0x371c90){const _0x1d7054=_0x37672f;return _0x371c90===_0x423058[_0x1d7054(0x61a)]['id']||_0x371c90===_0x423058[_0x1d7054(0x42c)]['id'];}function _0x2a15ea(){const _0xa80b3c=_0x37672f;return typeof document<'u'&&document[_0xa80b3c(0x811)]instanceof HTMLElement?document[_0xa80b3c(0x811)]:null;}function _0x401762(_0x52fddd){const _0x140814=_0x37672f;var _0x466707;let _0x2592b1=()=>{const _0x289ed0=_0x3a85;_0x52fddd!=null&&_0x52fddd[_0x289ed0(0x4d4)]&&_0x52fddd[_0x289ed0(0x53c)][_0x289ed0(0x811)]!==_0x52fddd&&_0x52fddd[_0x289ed0(0x742)]({'preventScroll':!0x0});};_0x2592b1(),_0x52fddd==null||(_0x466707=_0x52fddd[_0x140814(0x53c)][_0x140814(0x7c5)])==null||_0x466707['requestAnimationFrame'](_0x2592b1);}function _0x33083b(_0x572e15){const _0x35a664=_0x37672f;if(_0x572e15[_0x35a664(0x6b0)]===_0x423058[_0x35a664(0x839)]['UNIVER_BOARD']||_0x572e15['renderScope'][_0x35a664(0x69f)]!==_0x35a664(0x78d)||!_0x572e15['injector'][_0x35a664(0x7df)](_0x4b94f0))return!0x1;let _0x27e6b9=_0x572e15[_0x35a664(0x868)][_0x35a664(0x47e)](_0x4b94f0)['resolveActiveChildSessionRuntimeScope']();return((_0x27e6b9==null?void 0x0:_0x27e6b9['sessionMode'])===_0x35a664(0x552)||(_0x27e6b9==null?void 0x0:_0x27e6b9['sessionMode'])===_0x35a664(0x26a))&&_0x27e6b9[_0x35a664(0x2ab)]===_0x572e15[_0x35a664(0x2ab)]&&_0x27e6b9['hostUnitId']===_0x572e15['hostUnitId']&&_0x27e6b9[_0x35a664(0x783)]===_0x572e15[_0x35a664(0x783)]&&_0x27e6b9[_0x35a664(0x6b0)]===_0x572e15['childType'];}function _0x3ba6ed(_0x32f282){const _0x16ad8b=_0x37672f;return _0x32f282===_0x1fa4c3[_0x16ad8b(0x82e)]['id'];}function _0x15f671(_0x326dc8){const _0x2ccb38=_0x37672f;return _0x326dc8[_0x2ccb38(0x46e)]['fullscreen']||_0x326dc8[_0x2ccb38(0x466)]['entry']===_0x2ccb38(0x3fc)?!0x0:_0x3688c4(_0x326dc8);}function _0x3688c4(_0x1951e0){const _0x50917e=_0x37672f;var _0xb2f772;return _0x1951e0['descriptor'][_0x50917e(0x23b)]===_0x50917e(0x809)||_0x1951e0[_0x50917e(0x466)][_0x50917e(0x23b)]===_0x50917e(0x2e5)||_0x1951e0[_0x50917e(0x466)][_0x50917e(0x23b)]==='slides-page-list-block'||_0x1951e0[_0x50917e(0x589)]===_0x50917e(0x77d)||!!((_0xb2f772=_0x1951e0[_0x50917e(0x466)][_0x50917e(0x5d5)])!=null&&_0xb2f772['tab']);}function _0x16de5d(_0x49e023,_0xf3e3b3){const _0x322311=_0x37672f;if(!_0x49e023['has'](_0x423058[_0x322311(0x88f)]))return;let _0x45afd8=_0x49e023[_0x322311(0x47e)](_0x423058[_0x322311(0x88f)]),_0x29718b=_0x4678c8(_0xf3e3b3),_0x1fa57c=new _0x12f7a8['Subject']();return{'contextChanged$':(0x0,_0x12f7a8[_0x322311(0x614)])((_0x45afd8['contextChanged$']??_0x12f7a8['EMPTY'])[_0x322311(0x594)]((0x0,_0x12f7a8[_0x322311(0x3b8)])(_0x23a731=>Object[_0x322311(0x679)](Object['entries'](_0x23a731)[_0x322311(0x320)](([_0x38efe5])=>!_0x516b96(_0x38efe5)))),(0x0,_0x12f7a8[_0x322311(0x320)])(_0x564dca=>Object[_0x322311(0x7b3)](_0x564dca)['length']>0x0)),_0x1fa57c),'getContextValue':_0x17964c=>_0x516b96(_0x17964c)?_0x4d1999(_0x29718b,_0x17964c):_0x45afd8[_0x322311(0x49e)](_0x17964c),'setContextValue':(_0x3d7062,_0x1166d4)=>{const _0x24922d=_0x322311;if(!_0x516b96(_0x3d7062)){_0x45afd8[_0x24922d(0x2b4)](_0x3d7062,_0x1166d4);return;}_0x29718b[_0x24922d(0x5d7)](_0x3d7062,_0x1166d4),_0x1fa57c[_0x24922d(0x7b8)]({[_0x3d7062]:_0x1166d4});},'subscribeContextValue$':_0x356957=>_0x516b96(_0x356957)?new _0x12f7a8[(_0x322311(0x4b2))](_0x35e8da=>{const _0x52a411=_0x322311;let _0x30b4c1=_0x1fa57c['pipe']((0x0,_0x12f7a8['filter'])(_0x1c2d92=>_0x1c2d92[_0x356957]!==void 0x0))['subscribe'](_0x42efc4=>_0x35e8da[_0x52a411(0x7b8)](_0x42efc4[_0x356957]));return _0x35e8da[_0x52a411(0x7b8)](_0x4d1999(_0x29718b,_0x356957)),()=>_0x30b4c1[_0x52a411(0x7b2)]();}):_0x45afd8[_0x322311(0x43d)](_0x356957)};}function _0x4678c8(_0x1f5875){const _0x1fba52=_0x37672f;return new Map([[_0x423058[_0x1fba52(0x3b5)],!0x0],[_0x423058[_0x1fba52(0x3e3)],_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x89d)]||_0x1f5875===_0x423058['UniverInstanceType'][_0x1fba52(0x4d7)]||_0x1f5875===_0x423058['UniverInstanceType'][_0x1fba52(0x428)]],[_0x423058['FOCUSING_SHEET'],_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x89d)]],[_0x423058['FOCUSING_DOC'],_0x1f5875===_0x423058['UniverInstanceType'][_0x1fba52(0x4d7)]],[_0x423058[_0x1fba52(0x45b)],_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x428)]],[_0x423058['FOCUSING_BOARD'],_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x316)]],[_0x1fba52(0x29b),_0x1f5875===_0x423058[_0x1fba52(0x839)][_0x1fba52(0x2d9)]]]);}function _0x4d1999(_0x407017,_0x1eb0c7){const _0x25d04c=_0x37672f;return _0x407017[_0x25d04c(0x47e)](_0x1eb0c7)??!0x1;}function _0x516b96(_0xf18822){const _0x1cc083=_0x37672f;return _0xf18822[_0x1cc083(0x674)](_0x1cc083(0x5d4))||_0xf18822===_0x423058[_0x1cc083(0x55e)]||_0xf18822===_0x423058[_0x1cc083(0x26f)];}function _0x3ef522(_0x23e7c4,_0x242379){const _0x1d302a=_0x37672f;return{'getConfig':_0x1f4f75=>{const _0x379394=_0x3a85;let _0x51132b=_0x23e7c4[_0x379394(0x512)](_0x1f4f75),_0xa28af7=_0x242379[_0x379394(0x47e)](_0x1f4f75);return _0xa28af7?_0xa28af7(_0x51132b):_0x51132b;},'setConfig':_0x23e7c4['setConfig'][_0x1d302a(0x412)](_0x23e7c4),'deleteConfig':_0x23e7c4[_0x1d302a(0x3d0)][_0x1d302a(0x412)](_0x23e7c4),'subscribeConfigValue$':_0x23e7c4[_0x1d302a(0x254)][_0x1d302a(0x412)](_0x23e7c4),'configChanged$':_0x23e7c4['configChanged$'],'dispose':()=>{}};}function _0x44fdb2(_0x5f706c,_0xf4303f,_0x20cad4){const _0x23e7f0=_0x37672f;if(_0xf4303f!==_0x5e0ca8['CreateEmbedCommand']['id']||!_0x20cad4||typeof _0x20cad4!=_0x23e7f0(0x539))return _0x20cad4;let _0x3a75f9=_0x20cad4;return _0x3a75f9[_0x23e7f0(0x6e4)]?_0x3a75f9:{..._0x3a75f9,'parentEmbedId':_0x5f706c[_0x23e7f0(0x2ab)]};}function _0x37dc54(_0x26cda5,_0x202fba,_0xdfed70=_0x26cda5){const _0x35b01d=_0x37672f;let _0x3a8c97=_0x75d10d(_0x26cda5)??_0xdfed70,_0x3756f7=new Map(_0x202fba),_0x1072eb=new Map(),_0x10e3e2=new Set(),_0x7619f5=new Map(),_0x1de254;_0x3756f7[_0x35b01d(0x84e)]((_0x338a06,_0x25a02d)=>{_0x28b1f1(_0x25a02d);});function _0x28b1f1(_0x1e93d6){const _0x56d516=_0x35b01d;let _0x1350e7=_0x5e2bf5(_0x1e93d6);return _0x10e3e2[_0x56d516(0x47d)](_0x1350e7),_0x7619f5[_0x56d516(0x7df)](_0x1350e7)||_0x7619f5[_0x56d516(0x5d7)](_0x1350e7,_0x1e93d6),_0x1350e7;}let _0x4c6c07=_0x560171=>_0x3756f7[_0x35b01d(0x7df)](_0x560171)||_0x1072eb[_0x35b01d(0x7df)](_0x560171)?_0x560171:_0x7619f5[_0x35b01d(0x47e)](_0x5e2bf5(_0x560171))??_0x560171,_0x18a581=_0x4e765e=>{const _0x27fe33=_0x35b01d;let _0x35fc05=_0x4c6c07(_0x4e765e);if(_0x3756f7[_0x27fe33(0x7df)](_0x35fc05))return _0x3756f7[_0x27fe33(0x47e)](_0x35fc05);let _0x28b501=_0x1072eb['get'](_0x35fc05);if(!_0x28b501)return;let _0xcd8b5=_0x28b501();return _0x1072eb['delete'](_0x35fc05),_0x3756f7[_0x27fe33(0x5d7)](_0x35fc05,_0xcd8b5),_0x1842cd(_0x1de254,_0x35fc05,_0xcd8b5),_0x35fc05!==_0x4e765e&&_0x1842cd(_0x1de254,_0x4e765e,_0xcd8b5),_0xcd8b5;},_0x2dc989=_0x8294ef=>{const _0x922343=_0x35b01d;let _0x471e2f=_0x4c6c07(_0x8294ef);return _0x3756f7[_0x922343(0x7df)](_0x471e2f)||_0x1072eb[_0x922343(0x7df)](_0x471e2f);},_0x26e453=_0xa860f1=>_0x10e3e2[_0x35b01d(0x7df)](_0x5e2bf5(_0xa860f1)),_0x30fe3b=_0x2a8c1d=>_0x55dc35[_0x35b01d(0x7df)](_0x5e2bf5(_0x2a8c1d)),_0x1c3aa1=_0x51f2ae=>!_0x26e453(_0x51f2ae)&&_0x26cda5[_0x35b01d(0x7df)](_0x51f2ae),_0xdd1ff6=()=>{const _0x56841f=_0x35b01d;if(_0x1de254)return _0x1de254;let _0x3c1977=_0x26cda5['createChild'];if(typeof _0x3c1977==_0x56841f(0x6de))return _0x1de254=_0x3c1977[_0x56841f(0x4d5)](_0x26cda5,[..._0x33f7bc(_0x3756f7),[_0x423058[_0x56841f(0x8d5)],{'useFactory':()=>_0x1de254}]]),_0x1de254;},_0x145701={'has':_0x401f4c=>{const _0x4e6cef=_0x35b01d;if(_0x401f4c===_0x423058[_0x4e6cef(0x8d5)]||_0x2dc989(_0x401f4c)||_0x1c3aa1(_0x401f4c))return!0x0;let _0x951e86=_0xdd1ff6();return(_0x951e86==null?void 0x0:_0x951e86[_0x4e6cef(0x7df)](_0x401f4c))??_0x26cda5[_0x4e6cef(0x7df)](_0x401f4c);},'get':(_0x26ec2a,..._0x5b50fc)=>{const _0x45b7ba=_0x35b01d;if(_0x26ec2a===_0x423058['Injector'])return _0x145701;if(_0x259d8b(_0x5b50fc,_0x423058[_0x45b7ba(0x219)][_0x45b7ba(0x8a2)])){let _0x487764=_0xdd1ff6();_0xa73cae(_0x487764,_0x26ec2a);let _0x9dd767=_0x681fc0(_0x487764,_0x26ec2a);return _0x9dd767[_0x45b7ba(0x3ea)]?_0x9dd767[_0x45b7ba(0x846)]:_0x17acb4(_0x487764||_0x26cda5,_0x26ec2a,_0x5b50fc);}return _0x2dc989(_0x26ec2a)?_0x18a581(_0x26ec2a):_0x259d8b(_0x5b50fc,_0x423058[_0x45b7ba(0x219)][_0x45b7ba(0x404)])?_0x17acb4(_0x26cda5,_0x26ec2a,_0x2e7672(_0x5b50fc,_0x423058[_0x45b7ba(0x219)]['SKIP_SELF'])):_0x1c3aa1(_0x26ec2a)?_0x17acb4(_0x26cda5,_0x26ec2a,_0x5b50fc):_0x17acb4(_0xdd1ff6()||_0x26cda5,_0x26ec2a,_0x5b50fc);},'invoke':(_0x4bf5e1,..._0x328300)=>_0x4bf5e1({'has':_0x5331e2=>{const _0x3a5fd3=_0x35b01d;if(_0x5331e2===_0x423058[_0x3a5fd3(0x8d5)]||_0x2dc989(_0x5331e2)||_0x1c3aa1(_0x5331e2))return!0x0;let _0x3b776f=_0xdd1ff6();return(_0x3b776f==null?void 0x0:_0x3b776f[_0x3a5fd3(0x7df)](_0x5331e2))??_0x26cda5['has'](_0x5331e2);},'get':(_0x25b800,..._0x57daf1)=>{const _0x1778f0=_0x35b01d;if(_0x25b800===_0x423058[_0x1778f0(0x8d5)])return _0x145701;if(_0x259d8b(_0x57daf1,_0x423058[_0x1778f0(0x219)][_0x1778f0(0x8a2)])){let _0x1a90a7=_0xdd1ff6();_0xa73cae(_0x1a90a7,_0x25b800);let _0x40db50=_0x681fc0(_0x1a90a7,_0x25b800);return _0x40db50[_0x1778f0(0x3ea)]?_0x40db50[_0x1778f0(0x846)]:_0x17acb4(_0x1a90a7||_0x26cda5,_0x25b800,_0x57daf1);}return _0x2dc989(_0x25b800)?_0x18a581(_0x25b800):_0x259d8b(_0x57daf1,_0x423058[_0x1778f0(0x219)]['SKIP_SELF'])?_0x17acb4(_0x26cda5,_0x25b800,_0x2e7672(_0x57daf1,_0x423058[_0x1778f0(0x219)][_0x1778f0(0x404)])):_0x1c3aa1(_0x25b800)?_0x17acb4(_0x26cda5,_0x25b800,_0x57daf1):_0x17acb4(_0xdd1ff6()||_0x26cda5,_0x25b800,_0x57daf1);}},..._0x328300),'add':_0x5c7cff=>{const _0x1549c7=_0x35b01d;let _0xc0bc7c=_0x2d92e7(_0x5c7cff);if(_0xc0bc7c){if(_0xc0bc7c[_0x1549c7(0x796)]!==_0x1549c7(0x6f8)&&_0x1c3aa1(_0xc0bc7c[_0x1549c7(0x44a)])&&!_0x30fe3b(_0xc0bc7c[_0x1549c7(0x44a)]))return;let _0xba3970=_0x5e2bf5(_0xc0bc7c[_0x1549c7(0x44a)]);if(_0x10e3e2[_0x1549c7(0x7df)](_0xba3970))return;if(_0x28b1f1(_0xc0bc7c[_0x1549c7(0x44a)]),_0xc0bc7c[_0x1549c7(0x796)]==='value')_0x1072eb[_0x1549c7(0x405)](_0xc0bc7c[_0x1549c7(0x44a)]),_0x3756f7[_0x1549c7(0x5d7)](_0xc0bc7c[_0x1549c7(0x44a)],_0xc0bc7c[_0x1549c7(0x846)]);else{let _0x25c616=_0xdd1ff6();_0x25c616?_0x1c0326(_0x25c616,_0xc0bc7c[_0x1549c7(0x44a)])||_0x25c616[_0x1549c7(0x47d)](_0x5c7cff):(_0x3756f7[_0x1549c7(0x405)](_0xc0bc7c[_0x1549c7(0x44a)]),_0x1072eb[_0x1549c7(0x5d7)](_0xc0bc7c['identifier'],_0xc0bc7c[_0x1549c7(0x6f8)]));}return;}let _0x2d4e63=_0x5e2bf5(_0x398959(_0x5c7cff));if(_0x2d4e63!=null){if(_0x10e3e2[_0x1549c7(0x7df)](_0x2d4e63))return;_0x28b1f1(_0x398959(_0x5c7cff));}let _0x21c09e=_0xdd1ff6();if(_0x21c09e){_0x21c09e[_0x1549c7(0x47d)](_0x5c7cff);return;}_0x26cda5[_0x1549c7(0x47d)](_0x5c7cff);},'createChild':(_0x1d1ba1=[])=>{const _0x553f4d=_0x35b01d;let _0x13f47a=new Map(_0x3756f7);_0x7619f5['forEach'](_0x461f9a=>{const _0x37dfc7=_0x3a85;if(_0x13f47a['has'](_0x461f9a))return;if(_0x2dc989(_0x461f9a)){_0x13f47a[_0x37dfc7(0x5d7)](_0x461f9a,_0x18a581(_0x461f9a));return;}let _0x33826e=_0xdd1ff6();_0x33826e&&_0x1c0326(_0x33826e,_0x461f9a)&&_0x13f47a[_0x37dfc7(0x5d7)](_0x461f9a,_0x17acb4(_0x33826e,_0x461f9a,[_0x423058[_0x37dfc7(0x219)][_0x37dfc7(0x8a2)]]));});let _0x3345a7=[];_0x1d1ba1['forEach'](_0x48073e=>{const _0x29f2a2=_0x3a85;let _0xd730e6=_0x2d92e7(_0x48073e);if((_0xd730e6==null?void 0x0:_0xd730e6[_0x29f2a2(0x796)])===_0x29f2a2(0x846)){_0x13f47a['set'](_0xd730e6[_0x29f2a2(0x44a)],_0xd730e6[_0x29f2a2(0x846)]);return;}_0x3345a7[_0x29f2a2(0x5fd)](_0x48073e);});let _0x5ad448=_0x37dc54(_0x26cda5,_0x13f47a,_0x3a8c97);return _0x3345a7[_0x553f4d(0x84e)](_0x387da9=>{const _0x23db04=_0x553f4d;_0x5ad448[_0x23db04(0x47d)](_0x387da9);}),_0x5ad448;},'createInstance':(..._0x5e4dd6)=>{const _0x4ae434=_0x35b01d;let _0x4a4992=_0xdd1ff6(),_0xf07506=_0x4a4992==null?void 0x0:_0x4a4992[_0x4ae434(0x713)];if(_0x4a4992&&typeof _0xf07506==_0x4ae434(0x6de))return _0x1557d8(_0x4a4992,_0x5e4dd6[0x0]),_0xf07506['apply'](_0x4a4992,_0x5e4dd6);let _0x25e8b3=_0x26cda5['createInstance'];if(typeof _0x25e8b3==_0x4ae434(0x6de))return _0x25e8b3[_0x4ae434(0x899)](_0x26cda5,_0x5e4dd6);let [_0x5f44be,..._0x22ea72]=_0x5e4dd6;return new _0x5f44be(..._0x22ea72);},'dispose':()=>{const _0x10c6af=_0x35b01d;_0x1de254&&_0x31c305(_0x1de254,_0x3a8c97,_0x3756f7[_0x10c6af(0x4bf)]()),_0x1de254=void 0x0,_0x10e3e2['clear'](),_0x7619f5['clear'](),_0x1072eb[_0x10c6af(0x2d5)]();}};function _0xa73cae(_0x499a58,_0x38f9b6){!_0x499a58||!_0x2dc989(_0x38f9b6)||_0x1842cd(_0x499a58,_0x38f9b6,_0x18a581(_0x38f9b6));}function _0x1557d8(_0x33c345,_0x2adc59){const _0x27258d=_0x35b01d;_0x540659(_0x2adc59)[_0x27258d(0x84e)](_0x179300=>_0xa73cae(_0x33c345,_0x179300));}return _0x145701['__embedSharedRootInjector']=_0x3a8c97,_0x145701;}function _0x320d68(_0x329067,_0x4dcb5b,_0x566f20,_0x5795a4=!0x0){const _0x4dd708=_0x37672f;let _0x2f6bb0=_0x5795a4&&_0x329067[_0x4dd708(0x868)][_0x4dd708(0x7df)](_0x4b94f0)?_0x329067[_0x4dd708(0x868)][_0x4dd708(0x47e)](_0x4b94f0):void 0x0;_0x4dcb5b[_0x4dd708(0x1eb)](_0x2f6bb0!=null&&_0x2f6bb0[_0x4dd708(0x228)](_0x329067[_0x4dd708(0x2ab)])?_0x329067[_0x4dd708(0x783)]:_0x566f20);}function _0x398959(_0x50e0de){return Array['isArray'](_0x50e0de)?_0x50e0de[0x0]:_0x50e0de;}function _0x5e2bf5(_0x3a5b6e){const _0x3aaa43=_0x37672f;let _0x89e53f=_0x3a5b6e==null?void 0x0:_0x3a5b6e['decoratorName'];return typeof _0x89e53f==_0x3aaa43(0x43e)&&_0x89e53f?'identifier:'+_0x89e53f:_0x3a5b6e;}function _0x259d8b(_0x478421,_0x5d0076){const _0xe047b6=_0x37672f;return _0x478421[_0xe047b6(0x3d9)](_0x5d0076);}function _0x2e7672(_0xe77b79,_0x17bb1c){return _0xe77b79['filter'](_0x36fdac=>_0x36fdac!==_0x17bb1c);}function _0x17acb4(_0x36beb6,_0x3e84c2,_0x39cf82){const _0x84dada=_0x37672f;return _0x36beb6[_0x84dada(0x47e)](_0x3e84c2,..._0x39cf82);}function _0x681fc0(_0x5f2af1,_0x10e8ca){const _0x483664=_0x37672f;var _0x2d609d;let _0x20f5d7=_0x5f2af1==null||(_0x2d609d=_0x5f2af1[_0x483664(0x24e)])==null?void 0x0:_0x2d609d[_0x483664(0x7cc)];if(!_0x20f5d7)return{'resolved':!0x1};let _0x423162=_0x5c12a2(_0x20f5d7[_0x483664(0x47e)](_0x10e8ca));if(_0x423162[_0x483664(0x3ea)])return _0x423162;let _0x4f6480=_0x5e2bf5(_0x10e8ca);for(let [_0x1382d0,_0x486f02]of _0x20f5d7){if(_0x1382d0===_0x10e8ca||_0x5e2bf5(_0x1382d0)!==_0x4f6480)continue;let _0x3f6c74=_0x5c12a2(_0x486f02);if(_0x3f6c74[_0x483664(0x3ea)])return _0x3f6c74;}return{'resolved':!0x1};}function _0x5c12a2(_0x1f6160){const _0x43311b=_0x37672f;return!_0x1f6160||_0x1f6160[_0x43311b(0x3fe)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x1f6160[0x0]};}function _0x1842cd(_0x589bb4,_0x16349b,_0x40c536){const _0x2a10e8=_0x37672f;!_0x589bb4||_0x1c0326(_0x589bb4,_0x16349b)||_0x589bb4[_0x2a10e8(0x47d)]([_0x16349b,{'useValue':_0x40c536}]);}function _0x540659(_0x3ca9a3){const _0x50c17d=_0x37672f;if(!_0x3ca9a3||typeof _0x3ca9a3!=_0x50c17d(0x6de)&&typeof _0x3ca9a3!='object')return[];for(let _0x9f57d of Object['getOwnPropertySymbols'](_0x3ca9a3)){let _0x1c165a=_0x3ca9a3[_0x9f57d];if(!Array[_0x50c17d(0x6f7)](_0x1c165a))continue;let _0x5d5694=_0x1c165a[_0x50c17d(0x3b8)](_0x377d17=>_0x377d17==null?void 0x0:_0x377d17[_0x50c17d(0x44a)])[_0x50c17d(0x320)](_0xac26cd=>_0xac26cd!==void 0x0);if(_0x5d5694[_0x50c17d(0x3fe)])return _0x5d5694;}return[];}function _0x1c0326(_0x46907f,_0x17f032){const _0x3bab6f=_0x37672f;var _0x197705,_0x1e863d,_0x50b8fa,_0x45f17a;let _0x3a3e62=_0x46907f;return!!((_0x197705=_0x3a3e62[_0x3bab6f(0x872)])!=null&&(_0x1e863d=_0x197705[_0x3bab6f(0x7df)])!=null&&_0x1e863d[_0x3bab6f(0x4d5)](_0x197705,_0x17f032)||(_0x50b8fa=_0x3a3e62['resolvedDependencyCollection'])!=null&&(_0x45f17a=_0x50b8fa[_0x3bab6f(0x7df)])!=null&&_0x45f17a[_0x3bab6f(0x4d5)](_0x50b8fa,_0x17f032));}function _0x75d10d(_0x1b5cc){const _0x31f6a6=_0x37672f;return _0x1b5cc[_0x31f6a6(0x865)];}function _0x31c305(_0x4290fb,_0x565152,_0x220e11=[]){const _0x16aef0=_0x37672f;let _0x12fd3a=_0x2c2395(_0x565152);for(let _0x18cba2 of _0x220e11)_0x12fd3a[_0x16aef0(0x47d)](_0x18cba2);_0x4558ec(_0x4290fb,_0x12fd3a),_0x4290fb[_0x16aef0(0x4ff)]();}function _0x2c2395(_0x44dfd6){const _0x951e2=_0x37672f;let _0x344f64=new Set(),_0x57c9ea=_0x14851b(_0x44dfd6);return _0x57c9ea&&_0x57c9ea[_0x951e2(0x84e)](_0x13f7f7=>{const _0x268f0c=_0x951e2;Array[_0x268f0c(0x6f7)](_0x13f7f7)&&_0x13f7f7[_0x268f0c(0x84e)](_0x35c4d8=>_0x344f64[_0x268f0c(0x47d)](_0x35c4d8));}),_0x344f64;}function _0x4558ec(_0x1faf31,_0x59087f,_0x39b55b=new Set()){const _0x18c82c=_0x37672f;if(_0x39b55b[_0x18c82c(0x7df)](_0x1faf31))return;_0x39b55b[_0x18c82c(0x47d)](_0x1faf31);let _0x75bd2e=_0x1faf31[_0x18c82c(0x280)];_0x75bd2e==null||_0x75bd2e[_0x18c82c(0x84e)](_0x3983d6=>_0x4558ec(_0x3983d6,_0x59087f,_0x39b55b));let _0x12a118=_0x14851b(_0x1faf31);_0x12a118&&_0x12a118['forEach']((_0x31754e,_0x45aa0e)=>{const _0xe19076=_0x18c82c;if(!Array['isArray'](_0x31754e))return;let _0x2622eb=_0x31754e[_0xe19076(0x320)](_0x456ed5=>!_0x59087f[_0xe19076(0x7df)](_0x456ed5));if(_0x2622eb[_0xe19076(0x3fe)]!==_0x31754e[_0xe19076(0x3fe)]){if(_0x2622eb[_0xe19076(0x3fe)]===0x0){_0x12a118[_0xe19076(0x405)](_0x45aa0e);return;}_0x12a118[_0xe19076(0x5d7)](_0x45aa0e,_0x2622eb);}});}function _0x14851b(_0x389320){var _0x5160be;return(_0x5160be=_0x389320['resolvedDependencyCollection'])==null?void 0x0:_0x5160be['resolvedDependencies'];}function _0x33f7bc(_0x734df0){return Array['from'](_0x734df0,([_0x5baf33,_0x182553])=>[_0x5baf33,{'useValue':_0x182553}]);}function _0x2d92e7(_0x5974a9){const _0x206bad=_0x37672f;if(!Array[_0x206bad(0x6f7)](_0x5974a9)||_0x5974a9[_0x206bad(0x3fe)]<0x2)return;let [_0x536943,_0x2fe12d]=_0x5974a9;if(!(!_0x2fe12d||typeof _0x2fe12d!='object')){if('useValue'in _0x2fe12d)return{'kind':_0x206bad(0x846),'identifier':_0x536943,'value':_0x2fe12d[_0x206bad(0x6fc)]};if(typeof _0x2fe12d[_0x206bad(0x5a6)]==_0x206bad(0x6de))return{'kind':_0x206bad(0x6f8),'identifier':_0x536943,'factory':_0x2fe12d[_0x206bad(0x5a6)]};}}function _0x581d35(_0x3c62a7,_0x4191c5){const _0x4301b4=_0x37672f;if(!_0x3c62a7[_0x4301b4(0x7df)](_0x4fbb7a['IMenuManagerService']))return;let _0x5cd743=_0x3c62a7[_0x4301b4(0x47e)](_0x4fbb7a['IMenuManagerService']),_0x15c998=_0x5cd743[_0x4301b4(0x291)];return typeof _0x15c998=='function'?_0x15c998[_0x4301b4(0x4d5)](_0x5cd743,_0x4191c5):_0x5cd743;}function _0x3552b2(_0x47f5eb,_0xd58255,_0x3813d1){const _0x56d5cc=_0x37672f;if(!_0x47f5eb['has'](_0x4fbb7a[_0x56d5cc(0x25b)]))return;let _0x4c9a2c=_0x47f5eb[_0x56d5cc(0x47e)](_0x4fbb7a[_0x56d5cc(0x25b)]);return{get 'disabled'(){return _0x4c9a2c['disabled'];},set 'disabled'(_0x23097c){const _0x3b5ee0=_0x56d5cc;_0x4c9a2c[_0x3b5ee0(0x7fb)]=_0x23097c;},get 'visible'(){const _0x25bd90=_0x56d5cc;return _0x4c9a2c[_0x25bd90(0x8ab)];},'enable':()=>_0x4c9a2c[_0x56d5cc(0x319)](),'disable':()=>_0x4c9a2c[_0x56d5cc(0x3ff)](),'triggerContextMenu':(_0xa5cbb,_0x2b35e6,_0x3b2475)=>{const _0x2d5e28=_0x56d5cc;_0x4c9a2c['triggerContextMenu'](_0xa5cbb,_0x2b35e6,{..._0x3b2475,'unitId':(_0x3b2475==null?void 0x0:_0x3b2475[_0x2d5e28(0x564)])??_0x3813d1});},'hideContextMenu':()=>_0x4c9a2c['hideContextMenu'](),'registerContextMenuHandler':_0x14b570=>_0x4c9a2c[_0x56d5cc(0x5f6)](_0x14b570)};}function _0x130f4a(_0x398e7d,_0x260f39){const _0x3b8276=_0x37672f;let _0x59fdfe=new _0x4fbb7a[(_0x3b8276(0x2f0))]();return{get 'disabled'(){const _0x541951=_0x3b8276;return _0x59fdfe[_0x541951(0x7fb)];},set 'disabled'(_0x471be1){const _0x543d37=_0x3b8276;_0x59fdfe[_0x543d37(0x7fb)]=_0x471be1;},get 'visible'(){const _0xc1bfe8=_0x3b8276;return _0x59fdfe[_0xc1bfe8(0x8ab)];},'enable':()=>_0x59fdfe[_0x3b8276(0x319)](),'disable':()=>_0x59fdfe[_0x3b8276(0x3ff)](),'triggerContextMenu':(_0x34e18d,_0x59fe98,_0x2c7c4d)=>{const _0x475210=_0x3b8276;_0x59fdfe[_0x475210(0x6b5)](_0x34e18d,_0x59fe98,{..._0x2c7c4d,'unitId':(_0x2c7c4d==null?void 0x0:_0x2c7c4d[_0x475210(0x564)])??_0x260f39});},'hideContextMenu':()=>_0x59fdfe[_0x3b8276(0x4aa)](),'registerContextMenuHandler':_0x417dae=>_0x59fdfe[_0x3b8276(0x5f6)](_0x417dae),'dispose':()=>_0x59fdfe['dispose']()};}function _0xcc7281(_0x5a1e3f,_0x5c6346){const _0x5c3824=_0x37672f;let _0x55a55e=_0x5a1e3f[_0x5c3824(0x47e)](_0x4fbb7a['ILayoutService']),_0x723695=_0x5a1e3f[_0x5c3824(0x7df)](_0x32cfb9)?_0x5a1e3f[_0x5c3824(0x47e)](_0x32cfb9):void 0x0,_0x3dd28b=_0x5a1e3f['has'](_0x4b94f0)?_0x5a1e3f[_0x5c3824(0x47e)](_0x4b94f0):void 0x0,_0x585fc8=_0x5c6346[_0x5c3824(0x46e)]['rootElement'],_0x5c9249=_0x5c6346[_0x5c3824(0x46e)][_0x5c3824(0x891)]??_0x585fc8,_0x2c339b=new Set([_0x585fc8,_0x5c9249]),_0x16801f=_0x5c6346['renderScope'][_0x5c3824(0x69f)]!==_0x5c3824(0x78d)||_0x5c6346[_0x5c3824(0x46e)]['fullscreen'],_0x345945=(_0x59666a,_0x368531)=>{const _0x464419=_0x5c3824;_0x2c339b[_0x464419(0x47d)](_0x59666a);let _0x2078b5=(_0x368531==null?void 0x0:_0x368531['registerChildInteraction'])&&_0x16801f,_0x2c6280=_0x2078b5?_0x5b8ea2(_0x59666a):void 0x0,_0x4564ff=_0x2078b5?_0x723695==null?void 0x0:_0x723695[_0x464419(0x28e)](_0x5c6346[_0x464419(0x2ab)],_0x59666a):void 0x0,_0x5d3486=_0x2078b5?_0x3dd28b==null?void 0x0:_0x3dd28b[_0x464419(0x416)]({'embedId':_0x5c6346['embedId'],'role':_0x464419(0x297),'element':_0x59666a}):void 0x0;return(0x0,_0x423058[_0x464419(0x35b)])(()=>{const _0x3d1523=_0x464419;_0x5d3486==null||_0x5d3486[_0x3d1523(0x4ff)](),_0x4564ff==null||_0x4564ff[_0x3d1523(0x4ff)](),_0x2c6280==null||_0x2c6280['dispose'](),_0x2c339b[_0x3d1523(0x405)](_0x59666a);});},_0x4c60d7=_0x335bc3=>_0x335bc3?[..._0x2c339b][_0x5c3824(0x79a)](_0x77db40=>_0x77db40===_0x335bc3||_0x77db40[_0x5c3824(0x8e0)](_0x335bc3)):!0x1;return{get 'isFocused'(){const _0x387f40=_0x5c3824;return _0x55a55e[_0x387f40(0x1e9)];},get 'rootContainerElement'(){return _0x585fc8;},'focus':()=>_0x55a55e[_0x5c3824(0x742)](),'registerFocusHandler':(_0x3487d5,_0x2c065f)=>_0x55a55e[_0x5c3824(0x694)](_0x3487d5,_0x2c065f),'registerRootContainerElement':_0x345945,'registerContentElement':_0x345945,'registerContainerElement':_0x2aef62=>_0x345945(_0x2aef62,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x5c9249,'checkElementInCurrentContainers':_0x412550=>_0x4c60d7(_0x412550)||(_0x723695==null?void 0x0:_0x723695[_0x5c3824(0x8e0)](_0x5c6346['embedId'],_0x412550))||_0x55a55e[_0x5c3824(0x685)](_0x412550),'checkContentIsFocused':()=>_0x4c60d7(_0x5c9249[_0x5c3824(0x53c)]['activeElement'])||(_0x3dd28b==null?void 0x0:_0x3dd28b[_0x5c3824(0x228)](_0x5c6346[_0x5c3824(0x2ab)]))||_0x55a55e[_0x5c3824(0x829)]()};}function _0x5b8ea2(_0x15f4b7){const _0x858b5f=_0x37672f;let _0x5539a5=new Map(),_0x596a96=_0x415b39=>{const _0x310aa1=_0x3a85;_0x5539a5[_0x310aa1(0x5d7)](_0x415b39,_0x415b39[_0x310aa1(0x715)](_0x3918cf)),_0x415b39[_0x310aa1(0x765)](_0x3918cf,_0x310aa1(0x297));};return _0x596a96(_0x15f4b7),_0x15f4b7[_0x858b5f(0x793)]('*')[_0x858b5f(0x84e)](_0x596a96),(0x0,_0x423058[_0x858b5f(0x35b)])(()=>{_0x5539a5['forEach']((_0xdb134f,_0x3f63e0)=>{const _0x3dd765=_0x3a85;if(_0xdb134f==null){_0x3f63e0[_0x3dd765(0x542)](_0x3918cf);return;}_0x3f63e0[_0x3dd765(0x765)](_0x3918cf,_0xdb134f);});});}function _0x10e112(_0x2f8bbc,_0x497786,_0x4badf6=[]){const _0x47da15=_0x37672f;let _0x42d469=_0x2f0211(_0x2f8bbc,_0x4badf6)??_0x2f8bbc[_0x47da15(0x868)],_0x504616=_0x42d469!==_0x2f8bbc['injector'],_0x3b505a=_0x533703(_0x2f8bbc),_0x2be3f5={'descriptor':_0x2f8bbc[_0x47da15(0x466)],'host':{'unitId':_0x2f8bbc[_0x47da15(0x7cf)],'type':_0x2f8bbc['descriptor'][_0x47da15(0x805)],'anchorId':_0x2f8bbc[_0x47da15(0x466)][_0x47da15(0x391)],'entry':_0x2f8bbc[_0x47da15(0x466)][_0x47da15(0x23b)],'layout':_0x5e0ad4(_0x2f8bbc)},'child':{'unitId':_0x2f8bbc[_0x47da15(0x783)],'type':_0x2f8bbc[_0x47da15(0x6b0)]},'injector':_0x42d469,'instanceService':_0x544d79(_0x42d469,_0x423058[_0x47da15(0x8ca)]),'commandService':_0x544d79(_0x42d469,_0x423058[_0x47da15(0x58f)]),'menuManagerService':_0x544d79(_0x42d469,_0x4fbb7a[_0x47da15(0x31b)]),'roots':_0x3b505a,'activate':()=>_0x497786(!0x0),'deactivate':()=>_0x497786(!0x1),'dispose':()=>{const _0xd6157b=_0x47da15;_0x504616&&_0x42d469[_0xd6157b(0x4ff)]();}};return{'runtimeScope':_0x2be3f5,'disposable':(0x0,_0x423058[_0x47da15(0x35b)])(()=>_0x2be3f5[_0x47da15(0x4ff)]())};}function _0x533703(_0x5d4697){const _0x2d4621=_0x37672f;var _0x4278d9;let _0x24bc96=_0x5d4697['renderScope']['rootElement'],_0x2bcc48=_0x5d4697['renderScope']['contentRoot']??_0x27a665(_0x24bc96,_0x2d4621(0x2f1))??_0x24bc96,_0x247e39=_0x5d4697[_0x2d4621(0x46e)][_0x2d4621(0x5c2)]??_0x27a665(_0x24bc96,_0x2d4621(0x65b))??_0x24bc96;return{'root':_0x24bc96,'content':_0x2bcc48,'canvas':_0x5d4697[_0x2d4621(0x46e)][_0x2d4621(0x6ce)]??_0x27a665(_0x24bc96,_0x2d4621(0x290))??void 0x0,'overlay':_0x247e39,'popup':_0x5d4697[_0x2d4621(0x46e)][_0x2d4621(0x8ae)]??_0x27a665(_0x24bc96,'data-embed-popup-root')??_0x247e39,'menuSlot':((_0x4278d9=_0x5d4697['renderScope'][_0x2d4621(0x369)])==null?void 0x0:_0x4278d9[_0x2d4621(0x3e5)])??_0x27a665(_0x24bc96,_0x2d4621(0x71a))??void 0x0,'footerSlot':_0x27a665(_0x24bc96,_0x2d4621(0x2bc))??void 0x0};}function _0x2f0211(_0x3474fa,_0x3465c8){const _0x51fb76=_0x37672f;if(!(!_0x3474fa[_0x51fb76(0x868)][_0x51fb76(0x7df)](_0x423058[_0x51fb76(0x8ca)])||!_0x3474fa[_0x51fb76(0x868)][_0x51fb76(0x7df)](_0x423058[_0x51fb76(0x58f)])))return _0x1a5a07(_0x3474fa,_0x3465c8);}function _0x544d79(_0xc8f7e1,_0x4546b2){const _0x3b02fe=_0x37672f;if(_0xc8f7e1[_0x3b02fe(0x7df)](_0x4546b2))return _0xc8f7e1[_0x3b02fe(0x47e)](_0x4546b2);}function _0x5e0ad4(_0x59a410){const _0x54493d=_0x37672f;var _0x329ba6,_0x53a95a;switch(_0x59a410[_0x54493d(0x466)]['entry']){case _0x54493d(0x3fc):return'doc-flow';case _0x54493d(0x525):case _0x54493d(0x7f6):case _0x54493d(0x54c):return _0x54493d(0x78d);case'sheets-sheet-tab':case _0x54493d(0x2e5):case _0x54493d(0x7f8):return _0x54493d(0x77d);default:break;}return _0x59a410[_0x54493d(0x589)]==='tab-peer'||(_0x329ba6=_0x59a410['descriptor'][_0x54493d(0x5d5)])!=null&&_0x329ba6['tab']?'tab-peer':(_0x53a95a=_0x59a410[_0x54493d(0x466)][_0x54493d(0x5d5)])!=null&&_0x53a95a[_0x54493d(0x461)]?_0x54493d(0x78d):_0x59a410[_0x54493d(0x589)][_0x54493d(0x674)](_0x54493d(0x256))||_0x59a410[_0x54493d(0x589)]===_0x54493d(0x22f)?'doc-flow':_0x54493d(0x78d);}var _0x402a2b=class{constructor(){const _0x29fbf6=_0x37672f;_0x1876b0(this,_0x29fbf6(0x36c),new Map());}['register'](_0xafa6e0){const _0x1b9674=_0x37672f;if(this[_0x1b9674(0x36c)][_0x1b9674(0x7df)](_0xafa6e0[_0x1b9674(0x6b0)]))throw Error('Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20'+_0xafa6e0['childType']);this['_contributions'][_0x1b9674(0x5d7)](_0xafa6e0[_0x1b9674(0x6b0)],_0xafa6e0);}[_0x37672f(0x47e)](_0x40fd56){const _0x1ede88=_0x37672f;return this[_0x1ede88(0x36c)]['get'](_0x40fd56);}[_0x37672f(0x68c)](){const _0x16c031=_0x37672f;return[...this['_contributions'][_0x16c031(0x4bf)]()];}},_0x74c661=class{constructor(){_0x1876b0(this,'_contributions',new Map());}[_0x37672f(0x920)](_0x2a145a){const _0x154e62=_0x37672f;let _0x3362ce=this[_0x154e62(0x837)](_0x2a145a[_0x154e62(0x805)],_0x2a145a['entry'],_0x2a145a['childType']);if(this['_contributions'][_0x154e62(0x7df)](_0x3362ce))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x3362ce);return this['_contributions'][_0x154e62(0x5d7)](_0x3362ce,_0x2a145a),(0x0,_0x423058[_0x154e62(0x35b)])(()=>{const _0x348554=_0x154e62;this[_0x348554(0x36c)][_0x348554(0x47e)](_0x3362ce)===_0x2a145a&&this[_0x348554(0x36c)][_0x348554(0x405)](_0x3362ce);});}[_0x37672f(0x47e)](_0x3fbe1e,_0x3f565b,_0xcfac85){const _0x6f285e=_0x37672f;if(_0xcfac85!=null){let _0x465807=this[_0x6f285e(0x36c)][_0x6f285e(0x47e)](this[_0x6f285e(0x837)](_0x3fbe1e,_0x3f565b,_0xcfac85));if(_0x465807)return _0x465807;}return this['_contributions'][_0x6f285e(0x47e)](this['_key'](_0x3fbe1e,_0x3f565b));}[_0x37672f(0x3b6)](_0x407349,_0x252416,_0x5c534c){const _0x26e128=_0x37672f;return this['_contributions'][_0x26e128(0x7df)](this[_0x26e128(0x837)](_0x407349,_0x252416,_0x5c534c));}[_0x37672f(0x68c)](){const _0x29e0f1=_0x37672f;return[...this[_0x29e0f1(0x36c)][_0x29e0f1(0x4bf)]()];}[_0x37672f(0x837)](_0x38960d,_0xa96630,_0x4d35f8){return _0x4d35f8==null?_0x38960d+':'+_0xa96630+':*':_0x38960d+':'+_0xa96630+':'+_0x4d35f8;}},_0x16de5f=class{constructor(){_0x1876b0(this,'_contributions',new Map());}[_0x37672f(0x920)](_0x1b559b){const _0x5ae0ec=_0x37672f;let _0x5ea777=this[_0x5ae0ec(0x837)](_0x1b559b[_0x5ae0ec(0x805)],_0x1b559b[_0x5ae0ec(0x23b)]);if(this[_0x5ae0ec(0x36c)][_0x5ae0ec(0x7df)](_0x5ea777))throw Error(_0x5ae0ec(0x75b)+_0x5ea777);this[_0x5ae0ec(0x36c)][_0x5ae0ec(0x5d7)](_0x5ea777,_0x1b559b);}[_0x37672f(0x47e)](_0x2e1539,_0x1d5aa2){const _0x492d2a=_0x37672f;return this[_0x492d2a(0x36c)][_0x492d2a(0x47e)](this['_key'](_0x2e1539,_0x1d5aa2));}[_0x37672f(0x68c)](){const _0x52ee63=_0x37672f;return[...this['_contributions'][_0x52ee63(0x4bf)]()];}[_0x37672f(0x331)](_0x3adf40,_0xfae520,_0x4099b4){const _0x5712ed=_0x37672f;let _0x162d01=this[_0x5712ed(0x47e)](_0x3adf40,_0xfae520);return _0x162d01?(_0x162d01[_0x5712ed(0x8c5)]??[_0x162d01[_0x5712ed(0x589)]])[_0x5712ed(0x3d9)](_0x4099b4):!0x1;}[_0x37672f(0x837)](_0x300504,_0x2cbeee){return _0x300504+':'+_0x2cbeee;}},_0x5b6fce=class{constructor(){const _0x118117=_0x37672f;_0x1876b0(this,_0x118117(0x7d3),new Map()),_0x1876b0(this,'_rootsByEmbedId',new Map()),_0x1876b0(this,'_rootsByHostAnchorId',new Map());}['register'](_0x30f27f,_0x38555b){const _0x42285a=_0x37672f;let _0x2df5fd=typeof _0x30f27f=='string'?{'childUnitId':_0x30f27f,'root':_0x38555b}:_0x30f27f;return this[_0x42285a(0x7d3)]['set'](_0x2df5fd[_0x42285a(0x783)],_0x2df5fd),_0x2df5fd[_0x42285a(0x2ab)]&&this[_0x42285a(0x22b)]['set'](_0x2df5fd[_0x42285a(0x2ab)],_0x2df5fd),_0x2df5fd['hostAnchorId']&&this['_rootsByHostAnchorId'][_0x42285a(0x5d7)](_0x2df5fd[_0x42285a(0x391)],_0x2df5fd),(0x0,_0x423058[_0x42285a(0x35b)])(()=>{const _0x555d85=_0x42285a;this[_0x555d85(0x7d3)][_0x555d85(0x47e)](_0x2df5fd[_0x555d85(0x783)])===_0x2df5fd&&this[_0x555d85(0x7d3)]['delete'](_0x2df5fd[_0x555d85(0x783)]),_0x2df5fd['embedId']&&this[_0x555d85(0x22b)][_0x555d85(0x47e)](_0x2df5fd[_0x555d85(0x2ab)])===_0x2df5fd&&this['_rootsByEmbedId'][_0x555d85(0x405)](_0x2df5fd['embedId']),_0x2df5fd['hostAnchorId']&&this[_0x555d85(0x87b)][_0x555d85(0x47e)](_0x2df5fd['hostAnchorId'])===_0x2df5fd&&this[_0x555d85(0x87b)][_0x555d85(0x405)](_0x2df5fd[_0x555d85(0x391)]);});}[_0x37672f(0x47e)](_0x5b3770){const _0x315bb3=_0x37672f;var _0x338b23;return((_0x338b23=this[_0x315bb3(0x7d3)][_0x315bb3(0x47e)](_0x5b3770))==null?void 0x0:_0x338b23[_0x315bb3(0x456)])??null;}[_0x37672f(0x372)](_0x4d29f4){const _0x4f0986=_0x37672f;var _0x3173b9;return((_0x3173b9=this[_0x4f0986(0x22b)]['get'](_0x4d29f4))==null?void 0x0:_0x3173b9[_0x4f0986(0x456)])??null;}[_0x37672f(0x31a)](_0x12a53f){const _0xb1fa0f=_0x37672f;var _0x54c503;return((_0x54c503=this[_0xb1fa0f(0x87b)][_0xb1fa0f(0x47e)](_0x12a53f))==null?void 0x0:_0x54c503['root'])??null;}[_0x37672f(0x8e0)](_0x1dcc38,_0x171d23){const _0x4f9a95=_0x37672f;if(!(_0x1dcc38 instanceof Node))return!0x1;let _0x28786a=_0x171d23['embedId']?this[_0x4f9a95(0x372)](_0x171d23['embedId']):_0x171d23[_0x4f9a95(0x391)]?this[_0x4f9a95(0x31a)](_0x171d23['hostAnchorId']):_0x171d23[_0x4f9a95(0x783)]?this[_0x4f9a95(0x47e)](_0x171d23[_0x4f9a95(0x783)]):null;return!!(_0x28786a!=null&&_0x28786a[_0x4f9a95(0x8e0)](_0x1dcc38));}};function _0x16222d(_0x5d4c58,_0x1fe9bd,_0x511b71=_0x41615c(_0x5d4c58),_0x1e8558={}){const _0xc8c541=_0x37672f;var _0x1636ae,_0x4d8b45;let _0x56a801=_0x5d4c58[_0xc8c541(0x868)]['get'](_0x1fe9bd),_0x4e4fd7=_0x1e8558['scopedInjector']??(_0x1e8558[_0xc8c541(0x895)]===!0x1?void 0x0:((_0x1636ae=_0x5d4c58['runtimeScope'])==null?void 0x0:_0x1636ae[_0xc8c541(0x868)])??_0x59f523(_0x5d4c58)),_0x40b3a3=!_0x1e8558[_0xc8c541(0x847)]&&_0x4e4fd7!==((_0x4d8b45=_0x5d4c58['runtimeScope'])==null?void 0x0:_0x4d8b45[_0xc8c541(0x868)]),_0x27554a=_0x1a2ebf(_0x56a801,_0x5d4c58['childUnitId'],_0x4e4fd7);if(!_0x27554a){_0x40b3a3&&(_0x4e4fd7==null||_0x4e4fd7['dispose']());return;}_0x511b71[_0xc8c541(0x89c)][_0xc8c541(0x5d9)]=_0x5d4c58[_0xc8c541(0x783)],_0x511b71['dataset'][_0xc8c541(0x5c8)]=_0x5d4c58[_0xc8c541(0x46e)][_0xc8c541(0x69f)];try{var _0x283a3d,_0x2703bc;(_0x283a3d=(_0x2703bc=_0x27554a['engine'])['unmount'])==null||_0x283a3d[_0xc8c541(0x4d5)](_0x2703bc);}catch{}_0x27554a[_0xc8c541(0x1dc)][_0xc8c541(0x48e)](_0x511b71),_0x7982b(_0x27554a,_0x511b71),_0x4c236a(_0x27554a,{'activate':_0x1e8558[_0xc8c541(0x2d3)]??!0x0});let _0x20308c=_0x5ca7bb(_0x27554a,_0x511b71,{'activate':!0x1});return(0x0,_0x423058[_0xc8c541(0x35b)])(()=>{const _0x2f2468=_0xc8c541;var _0x4188ff;_0x20308c[_0x2f2468(0x4ff)]();try{var _0x1546c5,_0x15dc40;(_0x1546c5=(_0x15dc40=_0x27554a['engine'])[_0x2f2468(0x506)])==null||_0x1546c5[_0x2f2468(0x4d5)](_0x15dc40);}catch{}(_0x4188ff=_0x56a801[_0x2f2468(0x898)])==null||_0x4188ff[_0x2f2468(0x4d5)](_0x56a801,_0x5d4c58[_0x2f2468(0x783)]),_0x511b71['removeAttribute'](_0x2f2468(0x8f3)),_0x511b71[_0x2f2468(0x542)](_0x2f2468(0x486)),_0x40b3a3&&(_0x4e4fd7==null||_0x4e4fd7[_0x2f2468(0x4ff)]());});}function _0x59f523(_0x4d691a){const _0x504ab2=_0x37672f;if(typeof _0x4d691a[_0x504ab2(0x868)][_0x504ab2(0x7df)]==_0x504ab2(0x6de)&&!(!_0x4d691a[_0x504ab2(0x868)][_0x504ab2(0x7df)](_0x423058[_0x504ab2(0x8ca)])||!_0x4d691a[_0x504ab2(0x868)][_0x504ab2(0x7df)](_0x423058[_0x504ab2(0x58f)])))return _0x1a5a07(_0x4d691a);}function _0x5ca7bb(_0x27a49f,_0x2ef69b,_0x214058={}){const _0x1eeccd=_0x37672f;if(typeof ResizeObserver>'u')return(0x0,_0x423058['toDisposable'])(()=>{});let _0x2df125=-0x1,_0x28fd46=-0x1,_0x17c674=0x0,_0x4dc5d8=new ResizeObserver(_0x34038f=>{const _0x11ca13=_0x3a85;var _0x46270e;let _0x48d379=(_0x46270e=_0x34038f[0x0])==null?void 0x0:_0x46270e[_0x11ca13(0x819)],_0x4e55bd=(_0x48d379==null?void 0x0:_0x48d379['width'])??_0x2ef69b[_0x11ca13(0x2f4)],_0x5c5b97=(_0x48d379==null?void 0x0:_0x48d379[_0x11ca13(0x33d)])??_0x2ef69b[_0x11ca13(0x6f0)];(_0x4e55bd!==_0x2df125||_0x5c5b97!==_0x28fd46)&&(_0x2df125=_0x4e55bd,_0x28fd46=_0x5c5b97,_0x17c674&&window[_0x11ca13(0x20c)](_0x17c674),_0x17c674=window[_0x11ca13(0x62b)](()=>{const _0x41500a=_0x11ca13;_0x17c674=0x0,_0x4c236a(_0x27a49f,{'activate':_0x214058[_0x41500a(0x2d3)]??!0x1});}));});return _0x4dc5d8[_0x1eeccd(0x893)](_0x2ef69b),(0x0,_0x423058[_0x1eeccd(0x35b)])(()=>{const _0x1b49d4=_0x1eeccd;_0x17c674&&window[_0x1b49d4(0x20c)](_0x17c674),_0x4dc5d8[_0x1b49d4(0x5f4)]();});}function _0x41615c(_0xd96633){const _0xead9b1=_0x37672f;return _0xd96633[_0xead9b1(0x5b0)][_0xead9b1(0x8dd)]['canvas']??_0xd96633[_0xead9b1(0x46e)][_0xead9b1(0x6ce)]??_0xd96633[_0xead9b1(0x46e)][_0xead9b1(0x891)]??_0xd96633['renderScope'][_0xead9b1(0x677)];}function _0x7982b(_0x22c527,_0xf1fd2e){const _0x2d7286=_0x37672f;var _0x2348cb,_0x54ed73,_0x5c9913,_0x685810,_0x91ac5d;let _0x441d4f=((_0x2348cb=(_0x54ed73=_0x22c527[_0x2d7286(0x1dc)])[_0x2d7286(0x86c)])==null?void 0x0:_0x2348cb[_0x2d7286(0x4d5)](_0x54ed73))??((_0x5c9913=(_0x685810=_0x22c527[_0x2d7286(0x1dc)])['getCanvas'])==null||(_0x5c9913=_0x5c9913['call'](_0x685810))==null||(_0x91ac5d=_0x5c9913['getCanvasEle'])==null?void 0x0:_0x91ac5d[_0x2d7286(0x4d5)](_0x5c9913));!_0x441d4f||_0x441d4f[_0x2d7286(0x76e)]===_0xf1fd2e||_0xf1fd2e[_0x2d7286(0x629)](_0x441d4f);}function _0x1fd2ef(_0x5dd3b5,_0x5a0738,_0x24bbcb){const _0x18d61a=_0x37672f;try{let _0x33e483=_0x5dd3b5[_0x18d61a(0x289)](_0x5a0738);if(_0x33e483){var _0x34df08;if(!_0x24bbcb||_0x1ae69e(_0x33e483)===_0x24bbcb)return _0x33e483;(_0x34df08=_0x5dd3b5[_0x18d61a(0x898)])==null||_0x34df08[_0x18d61a(0x4d5)](_0x5dd3b5,_0x5a0738);}return _0x5dd3b5[_0x18d61a(0x7fd)](_0x5a0738,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x24bbcb,'skipAutoRender':!0x0});}catch{return;}}function _0x1a2ebf(_0xd54365,_0x513971,_0x3348bd){const _0x2d5552=_0x37672f;try{let _0x113748=_0xd54365['getRenderUnitById'](_0x513971);if(_0x113748){var _0x5ecdbd;if(!_0x3348bd||_0x1ae69e(_0x113748)===_0x3348bd)return _0x113748;(_0x5ecdbd=_0xd54365[_0x2d5552(0x898)])==null||_0x5ecdbd[_0x2d5552(0x4d5)](_0xd54365,_0x513971);}return _0xd54365[_0x2d5552(0x7fd)](_0x513971,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x3348bd,'skipAutoRender':!0x0});}catch(_0xec9084){var _0xb53d9;(_0xb53d9=_0xd54365[_0x2d5552(0x898)])==null||_0xb53d9[_0x2d5552(0x4d5)](_0xd54365,_0x513971),console[_0x2d5552(0x36d)]('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0xec9084);return;}}function _0x1ae69e(_0x34df27){const _0x55bae5=_0x37672f;try{var _0x53338a;return(_0x53338a=_0x34df27[_0x55bae5(0x38d)])==null?void 0x0:_0x53338a['call'](_0x34df27,_0x423058[_0x55bae5(0x8d5)]);}catch{return;}}function _0x4c236a(_0x1c6c12,_0x1bb445={}){const _0x21c601=_0x37672f;var _0x36c689,_0x340c05,_0x163ca3,_0x135323;if(_0x1bb445[_0x21c601(0x2d3)]){var _0x3b2bf7;(_0x3b2bf7=_0x1c6c12[_0x21c601(0x2d3)])==null||_0x3b2bf7[_0x21c601(0x4d5)](_0x1c6c12);}_0x1c6c12[_0x21c601(0x1dc)]['resize'](),_0x1c6c12[_0x21c601(0x4cb)]['forEach'](_0x40482b=>{const _0x66769c=_0x21c601;var _0x457219,_0x533298;(_0x457219=_0x40482b[_0x66769c(0x4b1)])==null||_0x457219['call'](_0x40482b,!0x0),(_0x533298=_0x40482b[_0x66769c(0x2ba)])==null||_0x533298['call'](_0x40482b,!0x0);}),(_0x36c689=_0x1c6c12['mainComponent'])==null||(_0x340c05=_0x36c689['makeDirty'])==null||_0x340c05[_0x21c601(0x4d5)](_0x36c689,!0x0),_0x1c6c12[_0x21c601(0x5d6)][_0x21c601(0x2ba)](),(_0x163ca3=(_0x135323=_0x1c6c12['scene'])[_0x21c601(0x5db)])==null||_0x163ca3[_0x21c601(0x4d5)](_0x135323);}var _0x393ef6=class{constructor(){const _0xebaf62=_0x37672f;_0x1876b0(this,'_providers',new Map()),_0x1876b0(this,_0xebaf62(0x645),new Map()),_0x1876b0(this,_0xebaf62(0x3a7),new Map()),_0x1876b0(this,_0xebaf62(0x8d7),new Map());}[_0x37672f(0x920)](_0x272154){const _0x34bf58=_0x37672f;return this[_0x34bf58(0x580)]['set'](_0x272154[_0x34bf58(0x6b0)],_0x272154),(0x0,_0x423058['toDisposable'])(()=>{const _0x5db812=_0x34bf58;this[_0x5db812(0x580)][_0x5db812(0x47e)](_0x272154['childType'])===_0x272154&&this[_0x5db812(0x580)]['delete'](_0x272154['childType']);});}[_0x37672f(0x47e)](_0x1eda54){const _0x30e2c8=_0x37672f;return this[_0x30e2c8(0x580)]['get'](_0x1eda54);}[_0x37672f(0x300)](_0x214e2a){const _0x5611eb=_0x37672f;return this['_contextsByEmbedId'][_0x5611eb(0x5d7)](_0x214e2a[_0x5611eb(0x2ab)],_0x214e2a),this['_contextsByHostAnchorId']['set'](_0x214e2a[_0x5611eb(0x466)]['hostAnchorId'],_0x214e2a),this['_contextsByChildUnitId']['set'](_0x214e2a[_0x5611eb(0x783)],_0x214e2a),(0x0,_0x423058[_0x5611eb(0x35b)])(()=>{const _0x5dc2d5=_0x5611eb;this[_0x5dc2d5(0x645)]['get'](_0x214e2a[_0x5dc2d5(0x2ab)])===_0x214e2a&&this[_0x5dc2d5(0x645)]['delete'](_0x214e2a[_0x5dc2d5(0x2ab)]),this['_contextsByHostAnchorId']['get'](_0x214e2a['descriptor'][_0x5dc2d5(0x391)])===_0x214e2a&&this[_0x5dc2d5(0x3a7)][_0x5dc2d5(0x405)](_0x214e2a[_0x5dc2d5(0x466)][_0x5dc2d5(0x391)]),this[_0x5dc2d5(0x8d7)][_0x5dc2d5(0x47e)](_0x214e2a['childUnitId'])===_0x214e2a&&this[_0x5dc2d5(0x8d7)]['delete'](_0x214e2a[_0x5dc2d5(0x783)]);});}[_0x37672f(0x73b)](_0x1f8db4){const _0x1bcd0a=_0x37672f;return this[_0x1bcd0a(0x645)][_0x1bcd0a(0x47e)](_0x1f8db4);}[_0x37672f(0x6a4)](_0x259500){const _0x22ce5d=_0x37672f;return this[_0x22ce5d(0x3a7)][_0x22ce5d(0x47e)](_0x259500);}['getContextByChildUnitId'](_0x3632d8){const _0x26ef72=_0x37672f;return this[_0x26ef72(0x8d7)][_0x26ef72(0x47e)](_0x3632d8);}[_0x37672f(0x4ab)](_0x3d729c){const _0x58a61d=_0x37672f;let _0x2f6de5=this[_0x58a61d(0x47e)](_0x3d729c['childType']);return _0x2f6de5?Promise[_0x58a61d(0x664)](_0x2f6de5[_0x58a61d(0x4ab)](_0x3d729c)):Promise['resolve'](_0x1c1c3(_0x3d729c));}[_0x37672f(0x720)](_0x22e93b){const _0x4c5a7e=_0x37672f;let _0x55df79=this['getContextByEmbedId'](_0x22e93b);return _0x55df79?this['capture'](_0x55df79):Promise[_0x4c5a7e(0x664)](void 0x0);}[_0x37672f(0x388)](_0xb13994){const _0x37bbd9=_0x37672f;let _0x2caf24=this[_0x37bbd9(0x6a4)](_0xb13994);return _0x2caf24?this[_0x37bbd9(0x4ab)](_0x2caf24):Promise[_0x37bbd9(0x664)](void 0x0);}[_0x37672f(0x45c)](_0x595e3e){const _0x2b8278=_0x37672f;let _0x45179f=this[_0x2b8278(0x873)](_0x595e3e);return _0x45179f?this[_0x2b8278(0x4ab)](_0x45179f):Promise[_0x2b8278(0x664)](void 0x0);}};function _0x1c1c3(_0x22f18a){const _0x39902b=_0x37672f;if(!_0x22f18a[_0x39902b(0x46e)])return;let _0x57721a=[_0x22f18a[_0x39902b(0x46e)]['canvasRoot'],_0x22f18a[_0x39902b(0x46e)][_0x39902b(0x891)],_0x22f18a[_0x39902b(0x46e)][_0x39902b(0x677)]]['filter'](_0x338250=>!!_0x338250),_0xfad9c6=Array[_0x39902b(0x7a2)](new Set(_0x57721a[_0x39902b(0x350)](_0x5dfca7=>Array['from'](_0x5dfca7[_0x39902b(0x793)](_0x39902b(0x492))))))[_0x39902b(0x320)](_0x172f98=>_0x172f98['width']>0x1&&_0x172f98[_0x39902b(0x33d)]>0x1)[_0x39902b(0x6d8)]((_0x1aa255,_0x3c0b20)=>_0x3c0b20[_0x39902b(0x7e5)]*_0x3c0b20['height']-_0x1aa255[_0x39902b(0x7e5)]*_0x1aa255['height']);for(let _0x4bd001 of _0xfad9c6)try{return _0x4bd001[_0x39902b(0x8bd)](_0x39902b(0x3be));}catch{}}function _0xcd14f8(_0x2fe3fc,_0x2dc9ca){return function(_0x7a5dd4,_0x54e5b6){_0x2dc9ca(_0x7a5dd4,_0x54e5b6,_0x2fe3fc);};}function _0x10216e(_0xfaf5bd,_0x5de9d3,_0x1c37f6,_0x5bd223){const _0x859bf7=_0x37672f;var _0x100623=arguments[_0x859bf7(0x3fe)],_0xcfd6bd=_0x100623<0x3?_0x5de9d3:_0x5bd223===null?_0x5bd223=Object['getOwnPropertyDescriptor'](_0x5de9d3,_0x1c37f6):_0x5bd223,_0x54004f;if(typeof Reflect=='object'&&typeof Reflect[_0x859bf7(0x6e1)]=='function')_0xcfd6bd=Reflect[_0x859bf7(0x6e1)](_0xfaf5bd,_0x5de9d3,_0x1c37f6,_0x5bd223);else{for(var _0x1ce5da=_0xfaf5bd[_0x859bf7(0x3fe)]-0x1;_0x1ce5da>=0x0;_0x1ce5da--)(_0x54004f=_0xfaf5bd[_0x1ce5da])&&(_0xcfd6bd=(_0x100623<0x3?_0x54004f(_0xcfd6bd):_0x100623>0x3?_0x54004f(_0x5de9d3,_0x1c37f6,_0xcfd6bd):_0x54004f(_0x5de9d3,_0x1c37f6))||_0xcfd6bd);}return _0x100623>0x3&&_0xcfd6bd&&Object[_0x859bf7(0x3a8)](_0x5de9d3,_0x1c37f6,_0xcfd6bd),_0xcfd6bd;}let _0xdd2481=_0x37672f(0x507);var _0x199253=class extends Error{constructor(_0x294715,_0x3c5be5){const _0x2497de=_0x37672f;super(_0xdd2481+':\x20'+_0x294715),this[_0x2497de(0x783)]=_0x294715,this[_0x2497de(0x6a9)]=_0x3c5be5,_0x1876b0(this,'code',_0xdd2481),this[_0x2497de(0x705)]='EmbedDuplicateChildUnitError';}};let _0x1d93f4=class{constructor(_0x3449ef,_0x5389de,_0x5344f2,_0x1a7c5c,_0x1995d0,_0x1f6ce8,_0x1f2733,_0x5da4bc){const _0x3d4409=_0x37672f;this['_hostContainerRegistry']=_0x3449ef,this[_0x3d4409(0x2b8)]=_0x5389de,this[_0x3d4409(0x6a0)]=_0x5344f2,this[_0x3d4409(0x1d9)]=_0x1a7c5c,this[_0x3d4409(0x652)]=_0x1995d0,this[_0x3d4409(0x709)]=_0x1f6ce8,this[_0x3d4409(0x6e7)]=_0x1f2733,this[_0x3d4409(0x75f)]=_0x5da4bc,_0x1876b0(this,_0x3d4409(0x8a6),new Map()),_0x1876b0(this,'_tabFocusLeases',new Map()),_0x1876b0(this,_0x3d4409(0x767),new Map());}[_0x37672f(0x48e)](_0x376ffb){return this['_mountResolvedHost'](_0x376ffb);}[_0x37672f(0x433)](_0x28b61e,_0x1f4a90,_0x465900){const _0x1b94e4=_0x37672f;return this[_0x1b94e4(0x2cb)](_0x28b61e,{'hostElement':_0x1f4a90,'runtimeRoots':_0x465900});}[_0x37672f(0x2cb)](_0x45e8e2,_0x281582){const _0x392160=_0x37672f;var _0x55ada2,_0x471774;if(!_0x45e8e2[_0x392160(0x783)]||_0x45e8e2[_0x392160(0x6b0)]==null)throw Error('EMBED_MOUNT_CHILD_NOT_RESOLVED');this[_0x392160(0x341)](_0x45e8e2),this[_0x392160(0x506)](_0x45e8e2[_0x392160(0x2ab)]);let _0x119482={'hostUnitId':_0x45e8e2[_0x392160(0x7cf)],'embedId':_0x45e8e2['embedId'],'childUnitId':_0x45e8e2[_0x392160(0x783)]},_0x4ebf23=this['_resolveLayout'](_0x45e8e2),_0x507357=this[_0x392160(0x35c)]['get'](_0x45e8e2[_0x392160(0x805)],_0x45e8e2['entry']);if(!_0x507357||!this[_0x392160(0x35c)][_0x392160(0x331)](_0x45e8e2[_0x392160(0x805)],_0x45e8e2[_0x392160(0x23b)],_0x4ebf23))throw Error('EMBED_MOUNT_HOST_NOT_REGISTERED');let _0x52228b=this[_0x392160(0x6e7)][_0x392160(0x884)](_0x119482),_0xd1fbde=this[_0x392160(0x2b8)][_0x392160(0x47e)](_0x45e8e2[_0x392160(0x6b0)]);if(_0x52228b[_0x392160(0x86e)]&&!(_0xd1fbde!=null&&_0xd1fbde[_0x392160(0x8c5)][_0x392160(0x3d9)](_0x4ebf23)))throw Error(_0x392160(0x4fe));let _0x3efc3d={'descriptor':_0x45e8e2,'layout':_0x4ebf23,'injector':this[_0x392160(0x75f)],'hostUnitId':_0x45e8e2[_0x392160(0x7cf)],'embedId':_0x45e8e2[_0x392160(0x2ab)],'childUnitId':_0x45e8e2[_0x392160(0x783)],'childType':_0x45e8e2[_0x392160(0x6b0)]},_0x15cb57=[],_0x1fdff7=_0x281582??((_0x55ada2=_0x507357[_0x392160(0x48e)])==null?void 0x0:_0x55ada2[_0x392160(0x4d5)](_0x507357,_0x3efc3d)),_0x54248b=this['_normalizeHostMountResult'](_0x1fdff7);if(_0x54248b['disposable']&&_0x15cb57[_0x392160(0x5fd)](_0x54248b[_0x392160(0x886)]),_0x3efc3d[_0x392160(0x342)]=_0x54248b['hostElement']??_0x3efc3d[_0x392160(0x342)],_0x3efc3d[_0x392160(0x3e5)]=_0x3efc3d[_0x392160(0x342)],!_0x3efc3d[_0x392160(0x342)]||!_0x3efc3d[_0x392160(0x3e5)])throw[..._0x15cb57]['reverse']()[_0x392160(0x84e)](_0x591103=>_0x591103[_0x392160(0x4ff)]()),Error(_0x392160(0x610));if(_0x54248b['runtimeRoots']||_0x15cb57['push'](_0x280939(_0x3efc3d[_0x392160(0x342)])),!_0x52228b[_0x392160(0x86e)])return this[_0x392160(0x785)](_0x45e8e2,_0x4ebf23,_0x3efc3d['hostElement'],_0x54248b[_0x392160(0x8c2)],_0x15cb57,_0x52228b[_0x392160(0x7e0)]);if(!_0xd1fbde)throw[..._0x15cb57][_0x392160(0x691)]()[_0x392160(0x84e)](_0x15d0fe=>_0x15d0fe[_0x392160(0x4ff)]()),Error(_0x392160(0x4fe));let {renderScope:_0x1cbb8e,disposable:_0x11c0b5,setActive:_0x2c2cb0}=this[_0x392160(0x604)](_0x45e8e2,_0x4ebf23,_0x3efc3d[_0x392160(0x342)],_0x54248b[_0x392160(0x8c2)]);_0x15cb57[_0x392160(0x5fd)](_0x11c0b5);let _0x2099e3={..._0x3efc3d,'hostElement':_0x3efc3d[_0x392160(0x342)],'container':_0x3efc3d[_0x392160(0x3e5)],'renderScope':_0x1cbb8e},{runtimeScope:_0x578339,disposable:_0x19c183}=_0x10e112(_0x2099e3,_0x2c2cb0,_0xd1fbde[_0x392160(0x66a)]),_0x5e388f={..._0x2099e3,'runtimeScope':_0x578339};_0x15cb57[_0x392160(0x5fd)](_0x19c183);let _0x4a4840=this['_registerRuntimeBoundary'](_0x45e8e2,_0x3efc3d[_0x392160(0x342)],_0x1cbb8e,_0x578339[_0x392160(0x8dd)]);_0x4a4840&&_0x15cb57[_0x392160(0x5fd)](_0x4a4840),this[_0x392160(0x75f)][_0x392160(0x7df)](_0x4b94f0)&&_0x15cb57[_0x392160(0x5fd)](this[_0x392160(0x75f)][_0x392160(0x47e)](_0x4b94f0)[_0x392160(0x6e2)]({'embedId':_0x45e8e2[_0x392160(0x2ab)],'hostUnitId':_0x45e8e2[_0x392160(0x7cf)],'childUnitId':_0x45e8e2[_0x392160(0x783)],'childType':_0x45e8e2['childType']}));let _0x147681=_0x578339[_0x392160(0x868)]===_0x3efc3d[_0x392160(0x868)]?void 0x0:_0x578339[_0x392160(0x4ee)];_0x15cb57[_0x392160(0x5fd)](this[_0x392160(0x729)](_0x45e8e2,_0x3efc3d[_0x392160(0x342)],_0x1cbb8e[_0x392160(0x69f)],_0x147681)),_0x15cb57[_0x392160(0x5fd)](this[_0x392160(0x1d9)][_0x392160(0x300)](_0x5e388f));let _0x41bd5e=this[_0x392160(0x680)](_0x45e8e2),_0x51cc42=(_0x471774=_0xd1fbde[_0x392160(0x48e)])==null?void 0x0:_0x471774[_0x392160(0x4d5)](_0xd1fbde,_0x5e388f);if(_0x51cc42&&_0x15cb57['push'](_0x51cc42),_0x15cb57[_0x392160(0x5fd)](_0x41bd5e),_0x15cb57['push'](this['_runtimePolicyService'][_0x392160(0x452)](_0x119482)),_0x1cbb8e['mode']===_0x392160(0x78d)){let _0x46f1b8=this['_mountFloatingMenu'](_0x5e388f);_0x46f1b8&&_0x15cb57[_0x392160(0x5fd)](_0x46f1b8);}let _0x5507bb={'hostUnitId':_0x45e8e2['hostUnitId'],'embedId':_0x45e8e2['embedId'],'childUnitId':_0x45e8e2[_0x392160(0x783)],'childType':_0x45e8e2[_0x392160(0x6b0)],'entry':_0x45e8e2[_0x392160(0x23b)],'layout':_0x4ebf23,'hostElement':_0x3efc3d['hostElement'],'context':_0x5e388f};return this['_sessions'][_0x392160(0x5d7)](_0x45e8e2[_0x392160(0x2ab)],{'session':_0x5507bb,'disposables':_0x15cb57,'setActive':_0x2c2cb0}),_0x4ebf23!=='tab-peer'&&this[_0x392160(0x824)](_0x45e8e2,_0x4ebf23,_0x2c2cb0),_0x5507bb;}[_0x37672f(0x785)](_0xb479ad,_0x533b92,_0x36c727,_0x25234b,_0x77d9b5,_0x54a552){const _0x46a5f8=_0x37672f;let _0x39114=(_0x25234b==null?void 0x0:_0x25234b[_0x46a5f8(0x6fe)])??_0x27a665(_0x36c727,_0x46a5f8(0x2f1))??_0x36c727,_0x10e76c=_0x8b2a11(_0x54a552);_0x39114[_0x46a5f8(0x485)](_0x10e76c),_0x77d9b5[_0x46a5f8(0x5fd)]((0x0,_0x423058['toDisposable'])(()=>{const _0x4f9d4e=_0x46a5f8;_0x10e76c[_0x4f9d4e(0x76e)]===_0x39114&&_0x10e76c['remove']();}));let _0x47f73c={'hostUnitId':_0xb479ad[_0x46a5f8(0x7cf)],'embedId':_0xb479ad[_0x46a5f8(0x2ab)],'childUnitId':_0xb479ad[_0x46a5f8(0x783)],'childType':_0xb479ad[_0x46a5f8(0x6b0)],'entry':_0xb479ad[_0x46a5f8(0x23b)],'layout':_0x533b92,'hostElement':_0x36c727};return this[_0x46a5f8(0x8a6)][_0x46a5f8(0x5d7)](_0xb479ad[_0x46a5f8(0x2ab)],{'session':_0x47f73c,'disposables':_0x77d9b5,'setActive':()=>{}}),_0x47f73c;}[_0x37672f(0x824)](_0x359ad9,_0x5501aa,_0x3b215e){const _0x5d5ca2=_0x37672f;if(_0x5501aa!==_0x5d5ca2(0x77d)){if(this[_0x5d5ca2(0x75f)][_0x5d5ca2(0x7df)](_0x5e0ca8[_0x5d5ca2(0x2c4)])){let _0x34b2c7=this[_0x5d5ca2(0x75f)][_0x5d5ca2(0x47e)](_0x5e0ca8[_0x5d5ca2(0x2c4)])['getFocusOwner']();if((_0x34b2c7==null?void 0x0:_0x34b2c7[_0x5d5ca2(0x7cf)])===_0x359ad9['hostUnitId']){_0x3b215e(_0x34b2c7['embedId']===_0x359ad9[_0x5d5ca2(0x2ab)]);return;}}_0x3b215e(!0x1);}}['unmount'](_0x5db9f1){const _0x44dc41=_0x37672f;let _0x131e6f=this[_0x44dc41(0x8a6)][_0x44dc41(0x47e)](_0x5db9f1);_0x131e6f&&(this[_0x44dc41(0x8dc)](_0x5db9f1),this[_0x44dc41(0x5be)](_0x5db9f1),[..._0x131e6f['disposables']][_0x44dc41(0x691)]()['forEach'](_0x431d39=>_0x431d39[_0x44dc41(0x4ff)]()),this[_0x44dc41(0x8a6)][_0x44dc41(0x405)](_0x5db9f1));}[_0x37672f(0x25a)](_0x21984d){const _0x339d73=_0x37672f;var _0x398d31;return(_0x398d31=this[_0x339d73(0x8a6)][_0x339d73(0x47e)](_0x21984d))==null?void 0x0:_0x398d31[_0x339d73(0x431)];}[_0x37672f(0x30d)](){const _0x41a1a3=_0x37672f;return[...this['_sessions'][_0x41a1a3(0x4bf)]()][_0x41a1a3(0x3b8)](({session:_0x38bbf0})=>_0x38bbf0);}[_0x37672f(0x56a)](_0x2d7c17){const _0x2b7cf2=_0x37672f;let _0x37d3f8=this[_0x2b7cf2(0x8a6)][_0x2b7cf2(0x47e)](_0x2d7c17);if(_0x37d3f8){if(_0x37d3f8[_0x2b7cf2(0x431)][_0x2b7cf2(0x589)]!=='tab-peer'){this[_0x2b7cf2(0x8a6)]['forEach'](_0x2982c3=>{const _0x5a5c30=_0x2b7cf2;_0x2982c3[_0x5a5c30(0x431)][_0x5a5c30(0x589)]!==_0x5a5c30(0x77d)&&_0x2982c3[_0x5a5c30(0x431)][_0x5a5c30(0x7cf)]===_0x37d3f8[_0x5a5c30(0x431)]['hostUnitId']&&_0x2982c3[_0x5a5c30(0x7d0)](_0x2982c3[_0x5a5c30(0x431)][_0x5a5c30(0x2ab)]===_0x2d7c17);});return;}this[_0x2b7cf2(0x66c)](_0x37d3f8[_0x2b7cf2(0x431)]),this[_0x2b7cf2(0x8a6)][_0x2b7cf2(0x84e)](_0x238aca=>{const _0x447372=_0x2b7cf2;_0x238aca['session'][_0x447372(0x589)]===_0x447372(0x77d)&&_0x238aca[_0x447372(0x431)][_0x447372(0x7cf)]===_0x37d3f8[_0x447372(0x431)][_0x447372(0x7cf)]&&_0x238aca[_0x447372(0x7d0)](_0x238aca[_0x447372(0x431)][_0x447372(0x2ab)]===_0x2d7c17);}),this[_0x2b7cf2(0x776)](_0x37d3f8[_0x2b7cf2(0x431)]),this[_0x2b7cf2(0x272)](_0x37d3f8['session']);}}['releaseSessionFocus'](_0xdd2d75){const _0x2b54ba=_0x37672f;let _0x1d6c5a=this['_tabFocusLeases'][_0x2b54ba(0x7df)](_0xdd2d75);return this['_releaseTabPeerFocusLease'](_0xdd2d75),_0x1d6c5a;}[_0x37672f(0x60a)](_0x2e0905){let _0x5bf289=[];return this['_sessions']['forEach'](_0x511020=>{const _0x2c0b76=_0x3a85;_0x511020[_0x2c0b76(0x431)]['layout']==='tab-peer'&&(_0x2e0905&&_0x511020[_0x2c0b76(0x431)][_0x2c0b76(0x2ab)]!==_0x2e0905||(this['_runChildBeforeDeactivate'](_0x511020[_0x2c0b76(0x431)]),this['_releaseTabPeerFocusLease'](_0x511020[_0x2c0b76(0x431)][_0x2c0b76(0x2ab)]),_0x511020[_0x2c0b76(0x7d0)](!0x1),this[_0x2c0b76(0x5be)](_0x511020[_0x2c0b76(0x431)][_0x2c0b76(0x2ab)]),_0x5bf289[_0x2c0b76(0x5fd)](_0x511020[_0x2c0b76(0x431)])));}),_0x5bf289;}[_0x37672f(0x40e)](_0x358212){const _0x4c231c=_0x37672f;let _0x1f60f4=this[_0x4c231c(0x8a6)][_0x4c231c(0x47e)](_0x358212);if(!(!_0x1f60f4||_0x1f60f4['session'][_0x4c231c(0x589)]==='tab-peer'))return this['_runChildBeforeDeactivate'](_0x1f60f4[_0x4c231c(0x431)]),_0x1f60f4[_0x4c231c(0x7d0)](!0x1),_0x1f60f4[_0x4c231c(0x431)];}[_0x37672f(0x7d0)](_0x1dcfce,_0x120219){const _0x38f313=_0x37672f;var _0x4d5d57;(_0x4d5d57=this[_0x38f313(0x8a6)][_0x38f313(0x47e)](_0x1dcfce))==null||_0x4d5d57[_0x38f313(0x7d0)](_0x120219);}[_0x37672f(0x2d1)](_0x58e842){const _0x177ce7=_0x37672f;let _0x7a8e1e=_0x58e842[_0x177ce7(0x8d2)];if(!_0x7a8e1e)return;let _0x4a3552=this[_0x177ce7(0x2b8)][_0x177ce7(0x47e)](_0x58e842[_0x177ce7(0x6b0)]);if(_0x4a3552!=null&&_0x4a3552[_0x177ce7(0x3fd)])try{_0x4a3552[_0x177ce7(0x3fd)](_0x7a8e1e);}catch(_0x5c078c){console[_0x177ce7(0x36d)](_0x177ce7(0x20a),_0x5c078c);}}[_0x37672f(0x66c)](_0x131b4b){const _0x4fe3f3=_0x37672f;var _0x375a20;let _0x4730ae=(_0x375a20=_0x131b4b[_0x4fe3f3(0x8d2)])==null?void 0x0:_0x375a20[_0x4fe3f3(0x868)];if(!(_0x4730ae!=null&&_0x4730ae['has'](_0x18a9fe['IRenderManagerService'])))return;let _0x370e0e=this[_0x4fe3f3(0x767)][_0x4fe3f3(0x47e)](_0x131b4b[_0x4fe3f3(0x7cf)]);if(_0x370e0e){this[_0x4fe3f3(0x767)][_0x4fe3f3(0x5d7)](_0x131b4b[_0x4fe3f3(0x7cf)],{..._0x370e0e,'embedId':_0x131b4b[_0x4fe3f3(0x2ab)]});return;}let _0x50d980=_0x4730ae[_0x4fe3f3(0x47e)](_0x18a9fe[_0x4fe3f3(0x71b)])[_0x4fe3f3(0x289)](_0x131b4b[_0x4fe3f3(0x7cf)]);if(!_0x50d980||_0x50d980['isMainScene']===!0x1||_0x50d980[_0x4fe3f3(0x367)]())return;let _0x1306aa=_0x50d980['engine'][_0x4fe3f3(0x86c)]()[_0x4fe3f3(0x76e)];_0x1306aa&&(_0x50d980['deactivate'](),_0x50d980[_0x4fe3f3(0x1dc)]['unmount'](),this['_tabHostRenderLeases'][_0x4fe3f3(0x5d7)](_0x131b4b['hostUnitId'],{'embedId':_0x131b4b[_0x4fe3f3(0x2ab)],'render':_0x50d980,'parentElement':_0x1306aa}));}[_0x37672f(0x5be)](_0x509acb){const _0x48b9d8=_0x37672f;this[_0x48b9d8(0x767)][_0x48b9d8(0x84e)]((_0x39a4a8,_0x270925)=>{const _0x3904c1=_0x48b9d8;_0x39a4a8[_0x3904c1(0x2ab)]===_0x509acb&&(this[_0x3904c1(0x767)][_0x3904c1(0x405)](_0x270925),!(_0x39a4a8[_0x3904c1(0x5db)]['isDisposed']()||!_0x39a4a8[_0x3904c1(0x76e)]['isConnected'])&&(_0x39a4a8[_0x3904c1(0x5db)][_0x3904c1(0x1dc)][_0x3904c1(0x86c)]()[_0x3904c1(0x76e)]!==_0x39a4a8[_0x3904c1(0x76e)]&&_0x39a4a8[_0x3904c1(0x5db)][_0x3904c1(0x1dc)][_0x3904c1(0x48e)](_0x39a4a8[_0x3904c1(0x76e)]),_0x4c236a(_0x39a4a8[_0x3904c1(0x5db)],{'activate':!0x0})));});}[_0x37672f(0x714)](_0x584288){const _0x109b3c=_0x37672f;var _0x2803af,_0x58102a;let _0x3e1b00=((_0x2803af=_0x584288['sourceMeta'])==null?void 0x0:_0x2803af['floating'])||void 0x0;if(_0x3e1b00!=null&&_0x3e1b00[_0x109b3c(0x589)])return _0x3e1b00[_0x109b3c(0x589)];let _0x102cc0=((_0x58102a=_0x584288['sourceMeta'])==null?void 0x0:_0x58102a[_0x109b3c(0x81f)])||void 0x0;if(_0x102cc0!=null&&_0x102cc0[_0x109b3c(0x62a)])return _0x109b3c(0x77d);throw Error(_0x109b3c(0x1dd));}[_0x37672f(0x604)](_0x36c968,_0x195fb0,_0x180be3,_0x30ff37){const _0x103d98=_0x37672f;var _0x628b89,_0x124d13;let _0x52defe=new _0x12f7a8[(_0x103d98(0x4f6))](!0x0),_0x4fdc4c=_0x36c968['hostAnchorId'],_0x35a6d3=(_0x628b89=_0x36c968[_0x103d98(0x5d5)])==null?void 0x0:_0x628b89[_0x103d98(0x81f)],_0x5c07ab=_0x35a6d3&&_0x35a6d3[_0x103d98(0x62a)]?_0x103d98(0x81f):(_0x124d13=_0x36c968[_0x103d98(0x5d5)])!=null&&_0x124d13[_0x103d98(0x461)]?_0x103d98(0x78d):_0x103d98(0x619),_0x5f1a46=(_0x30ff37==null?void 0x0:_0x30ff37[_0x103d98(0x6fe)])??_0x27a665(_0x180be3,_0x103d98(0x2f1))??_0x180be3,_0x233596=(_0x30ff37==null?void 0x0:_0x30ff37[_0x103d98(0x492)])??_0x27a665(_0x180be3,_0x103d98(0x290))??_0x180be3,_0x2dc934=(_0x30ff37==null?void 0x0:_0x30ff37['overlay'])??_0x27a665(_0x180be3,'data-embed-overlay-root')??_0x180be3,_0x45cd29=(_0x30ff37==null?void 0x0:_0x30ff37[_0x103d98(0x7f1)])??_0x27a665(_0x180be3,_0x103d98(0x263))??_0x2dc934,_0x51aaed=this[_0x103d98(0x6a0)][_0x103d98(0x920)]({'childUnitId':_0x36c968[_0x103d98(0x783)],'embedId':_0x36c968[_0x103d98(0x2ab)],'hostAnchorId':_0x4fdc4c,'root':_0x2dc934}),_0x1b50b8=_0x218798=>{const _0x4c19fe=_0x103d98;_0x52defe[_0x4c19fe(0x6a1)]()!==_0x218798&&(_0x366534(_0x180be3,_0x218798,_0x5c07ab),_0x52defe[_0x4c19fe(0x7b8)](_0x218798));};return _0x366534(_0x180be3,!0x0,_0x5c07ab),{'renderScope':{'hostUnitId':_0x36c968['hostUnitId'],'hostAnchorId':_0x4fdc4c,'embedId':_0x36c968['embedId'],'childUnitId':_0x36c968[_0x103d98(0x783)],'childType':_0x36c968[_0x103d98(0x6b0)],'layout':_0x195fb0,'mode':_0x5c07ab,'rootElement':_0x180be3,'contentRoot':_0x5f1a46,'canvasRoot':_0x233596,'overlayRoot':_0x2dc934,'popupRoot':_0x45cd29,'menuOutlet':_0x30ff37!=null&&_0x30ff37[_0x103d98(0x69b)]?{'container':_0x30ff37[_0x103d98(0x69b)]}:void 0x0,'active$':_0x52defe['asObservable']()},'disposable':(0x0,_0x423058[_0x103d98(0x35b)])(()=>{const _0xd936b7=_0x103d98;_0x51aaed[_0xd936b7(0x4ff)](),_0x1b50b8(!0x1),_0x52defe[_0xd936b7(0x491)]();}),'setActive':_0x1b50b8};}['_registerRuntimeBoundary'](_0x4bbd8b,_0x143b8e,_0x3bf8dc,_0x3b4169){const _0xdcf8de=_0x37672f;let _0x527fb3=this['_injector']['has'](_0x32cfb9),_0x164621=this[_0xdcf8de(0x75f)][_0xdcf8de(0x7df)](_0x4b94f0);if(!_0x527fb3&&!_0x164621)return;let _0x4def0c=_0x527fb3?this[_0xdcf8de(0x75f)][_0xdcf8de(0x47e)](_0x32cfb9):void 0x0,_0x20aa2d=_0x164621?this[_0xdcf8de(0x75f)][_0xdcf8de(0x47e)](_0x4b94f0):void 0x0,_0x32005b=new Map(),_0xc76d02=(_0x8e576d,_0x5570ed)=>{const _0xc4b53c=_0xdcf8de;if(!_0x8e576d)return;let _0x4dc601=_0x32005b[_0xc4b53c(0x47e)](_0x8e576d);(!_0x4dc601||_0x4dc601==='runtime')&&_0x32005b['set'](_0x8e576d,_0x5570ed);};_0xc76d02(_0x143b8e,_0xdcf8de(0x747)),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x677)],'runtime'),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x891)],_0xdcf8de(0x747)),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x6ce)],'runtime'),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x5c2)],'runtime'),_0xc76d02(_0x3b4169[_0xdcf8de(0x456)],_0xdcf8de(0x747)),_0xc76d02(_0x3b4169[_0xdcf8de(0x6fe)],_0xdcf8de(0x747)),_0xc76d02(_0x3b4169['canvas'],_0xdcf8de(0x747)),_0xc76d02(_0x3b4169['overlay'],'runtime'),_0xc76d02(_0x3bf8dc[_0xdcf8de(0x8ae)],_0xdcf8de(0x516)),_0xc76d02(_0x3b4169['popup'],_0xdcf8de(0x516));let _0x3d52e1=[..._0x32005b][_0xdcf8de(0x350)](([_0x19fae2,_0x1e2e45])=>[_0x4def0c==null?void 0x0:_0x4def0c[_0xdcf8de(0x578)](_0x4bbd8b[_0xdcf8de(0x2ab)],_0x19fae2,_0x4bbd8b[_0xdcf8de(0x783)]),_0x20aa2d==null?void 0x0:_0x20aa2d['registerElement']({'embedId':_0x4bbd8b[_0xdcf8de(0x2ab)],'role':_0x1e2e45,'element':_0x19fae2})][_0xdcf8de(0x320)](_0xa05861=>!!_0xa05861));return(0x0,_0x423058['toDisposable'])(()=>{const _0x3bfe5d=_0xdcf8de;[..._0x3d52e1][_0x3bfe5d(0x691)]()[_0x3bfe5d(0x84e)](_0x6576c5=>_0x6576c5[_0x3bfe5d(0x4ff)]());});}['_normalizeHostMountResult'](_0x1ae0e0){const _0x1f0e23=_0x37672f;return _0x1ae0e0?'dispose'in _0x1ae0e0?{'disposable':_0x1ae0e0}:{'hostElement':_0x1ae0e0[_0x1f0e23(0x342)],'runtimeRoots':_0x1ae0e0[_0x1f0e23(0x8c2)],'disposable':_0x1ae0e0[_0x1f0e23(0x886)]?(0x0,_0x423058[_0x1f0e23(0x35b)])(()=>{const _0x552401=_0x1f0e23;var _0x1b8efa;return(_0x1b8efa=_0x1ae0e0[_0x552401(0x886)])==null?void 0x0:_0x1b8efa[_0x552401(0x4ff)]();}):void 0x0}:{};}[_0x37672f(0x905)](_0x36e1b1){const _0x2a2e6b=_0x37672f;if(!this[_0x2a2e6b(0x75f)][_0x2a2e6b(0x7df)](_0x74c661))return;let _0x3c1850=this[_0x2a2e6b(0x75f)]['get'](_0x74c661)['get'](_0x36e1b1[_0x2a2e6b(0x466)][_0x2a2e6b(0x805)],_0x36e1b1[_0x2a2e6b(0x466)][_0x2a2e6b(0x23b)],_0x36e1b1['childType']);if(!_0x3c1850)return;let _0x36f56f=this['_floatingActiveService'][_0x2a2e6b(0x2fc)](),_0x5eeda5=_0x3c1850[_0x2a2e6b(0x48e)]({..._0x36e1b1,'active':_0x36f56f});return _0x5eeda5?(0x0,_0x423058[_0x2a2e6b(0x35b)])(()=>_0x5eeda5[_0x2a2e6b(0x4ff)]()):void 0x0;}['_registerChildFocusBridge'](_0x536a21,_0x46f2de,_0x30cba2,_0xc78def){const _0xf8e48d=_0x37672f;let _0x24a52c=this[_0xf8e48d(0x75f)]['has'](_0x32cfb9)?this[_0xf8e48d(0x75f)][_0xf8e48d(0x47e)](_0x32cfb9):void 0x0,_0x37855e=this[_0xf8e48d(0x75f)][_0xf8e48d(0x7df)](_0x4b94f0)?this['_injector'][_0xf8e48d(0x47e)](_0x4b94f0):void 0x0,_0x503c38=_0x46f2de['ownerDocument'],_0x1c7ec8=[],_0x5ab45f=_0x30cba2==='float'&&_0xc78def?this[_0xf8e48d(0x709)][_0xf8e48d(0x661)][_0xf8e48d(0x4a5)](()=>{const _0x5bf270=_0xf8e48d;this[_0x5bf270(0x709)]['getStage'](_0x536a21[_0x5bf270(0x2ab)])!==_0x5bf270(0x58d)&&_0xc78def[_0x5bf270(0x1eb)](null);}):void 0x0,_0x401367=()=>_0x30cba2!==_0xf8e48d(0x78d)||this[_0xf8e48d(0x709)][_0xf8e48d(0x7d4)](_0x536a21[_0xf8e48d(0x2ab)])==='stage2',_0x57e2fa=(_0x5a1d5d,_0x538a03={})=>{const _0x421642=_0xf8e48d;let _0x2920db=_0x538a03[_0x421642(0x1eb)]!==!0x1,_0x19376b=_0x538a03['activateSession']!==!0x1,_0x15c254=(_0x5a1d5d==null?void 0x0:_0x5a1d5d[_0x421642(0x317)])instanceof Element?_0x5a1d5d['target']:null;if(!(_0x15c254!=null&&_0x15c254[_0x421642(0x68d)](_0x421642(0x52d)))&&!(!_0x536a21[_0x421642(0x783)]||_0x536a21[_0x421642(0x6b0)]==null)&&_0x401367()){if(_0x30cba2===_0x421642(0x78d)&&_0xc78def&&(_0xc78def[_0x421642(0x40b)](_0x536a21[_0x421642(0x783)]),_0x2920db&&_0xc78def[_0x421642(0x1eb)](_0x536a21[_0x421642(0x783)])),_0x30cba2===_0x421642(0x81f)&&this[_0x421642(0x75f)]['has'](_0x423058['IUniverInstanceService'])){var _0xa9709c,_0x424c98;let _0x2e8bd6=this[_0x421642(0x75f)][_0x421642(0x47e)](_0x423058[_0x421642(0x8ca)]),_0x227258=_0x2e8bd6[_0x421642(0x71e)],_0x5ccde3=_0x2e8bd6[_0x421642(0x327)];(typeof _0x227258!=_0x421642(0x6de)||((_0xa9709c=_0x227258[_0x421642(0x4d5)](_0x2e8bd6,_0x536a21[_0x421642(0x6b0)]))==null?void 0x0:_0xa9709c['getUnitId']())!==_0x536a21[_0x421642(0x783)])&&_0x2e8bd6[_0x421642(0x40b)](_0x536a21[_0x421642(0x783)]),_0x2920db&&(typeof _0x5ccde3!=_0x421642(0x6de)||((_0x424c98=_0x5ccde3[_0x421642(0x4d5)](_0x2e8bd6))==null?void 0x0:_0x424c98[_0x421642(0x55c)]())!==_0x536a21[_0x421642(0x783)])&&_0x2e8bd6[_0x421642(0x1eb)](_0x536a21[_0x421642(0x783)]);}if(_0x30cba2===_0x421642(0x81f)&&this[_0x421642(0x75f)][_0x421642(0x7df)](_0x423058[_0x421642(0x88f)])){let _0x199cab=this[_0x421642(0x75f)][_0x421642(0x47e)](_0x423058[_0x421642(0x88f)]);_0x199cab[_0x421642(0x2b4)](_0x423058[_0x421642(0x3b5)],!0x0),_0x199cab[_0x421642(0x2b4)](_0x423058[_0x421642(0x309)],_0x536a21[_0x421642(0x6b0)]===_0x423058[_0x421642(0x839)][_0x421642(0x4d7)]),_0x199cab[_0x421642(0x2b4)](_0x423058[_0x421642(0x24d)],_0x536a21[_0x421642(0x6b0)]===_0x423058[_0x421642(0x839)]['UNIVER_SHEET']),_0x199cab[_0x421642(0x2b4)](_0x423058[_0x421642(0x45b)],_0x536a21[_0x421642(0x6b0)]===_0x423058[_0x421642(0x839)]['UNIVER_SLIDE']),_0x199cab[_0x421642(0x2b4)](_0x423058['FOCUSING_BOARD'],_0x536a21['childType']===_0x423058['UniverInstanceType'][_0x421642(0x316)]);}if(this[_0x421642(0x75f)][_0x421642(0x7df)](_0x5e0ca8['EmbedFocusOwnerService'])){let _0x53099b=this[_0x421642(0x75f)][_0x421642(0x47e)](_0x5e0ca8[_0x421642(0x2c4)]),_0x4760f2={'hostUnitId':_0x536a21[_0x421642(0x7cf)],'embedId':_0x536a21['embedId'],'childUnitId':_0x536a21[_0x421642(0x783)],'childType':_0x536a21['childType'],'reason':_0x421642(0x423)},_0x16f4f4=_0x53099b[_0x421642(0x7e7)]();((_0x16f4f4==null?void 0x0:_0x16f4f4[_0x421642(0x7cf)])!==_0x4760f2[_0x421642(0x7cf)]||_0x16f4f4[_0x421642(0x2ab)]!==_0x4760f2[_0x421642(0x2ab)]||_0x16f4f4[_0x421642(0x783)]!==_0x4760f2[_0x421642(0x783)]||_0x16f4f4[_0x421642(0x6b0)]!==_0x4760f2[_0x421642(0x6b0)]||_0x16f4f4[_0x421642(0x7e0)]!==_0x4760f2[_0x421642(0x7e0)])&&_0x53099b[_0x421642(0x926)](_0x4760f2);}_0x19376b&&this[_0x421642(0x56a)](_0x536a21[_0x421642(0x2ab)]);}},_0x24ccc9=_0x2163ee=>{const _0x907f9a=_0xf8e48d;let _0x5f4a94=_0x2163ee[_0x907f9a(0x317)]instanceof Element?_0x2163ee[_0x907f9a(0x317)]:null;if(!_0x5f4a94||_0x46f2de[_0x907f9a(0x8e0)](_0x5f4a94)||!(_0x24a52c!=null&&_0x24a52c['contains'](_0x536a21['embedId'],_0x5f4a94,_0x2163ee)||_0x37855e!=null&&_0x37855e[_0x907f9a(0x588)](_0x536a21['embedId'],_0x5f4a94,_0x2163ee)))return;_0x57e2fa(_0x2163ee,{'focusUnit':!0x1,'activateSession':!0x1});let _0x2f08f5=_0x503c38[_0x907f9a(0x7c5)];_0x2f08f5&&_0x1c7ec8[_0x907f9a(0x5fd)](_0x2f08f5['setTimeout'](()=>_0x57e2fa(_0x2163ee,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x46f2de['addEventListener'](_0xf8e48d(0x2ce),_0x57e2fa,{'capture':!0x0}),_0x46f2de['addEventListener'](_0xf8e48d(0x52c),_0x57e2fa),_0x503c38[_0xf8e48d(0x780)](_0xf8e48d(0x2ce),_0x24ccc9,{'capture':!0x0}),_0x503c38['addEventListener'](_0xf8e48d(0x52c),_0x24ccc9,{'capture':!0x0}),(0x0,_0x423058[_0xf8e48d(0x35b)])(()=>{const _0x4770bb=_0xf8e48d;_0x46f2de[_0x4770bb(0x356)](_0x4770bb(0x2ce),_0x57e2fa,{'capture':!0x0}),_0x46f2de['removeEventListener'](_0x4770bb(0x52c),_0x57e2fa),_0x503c38[_0x4770bb(0x356)](_0x4770bb(0x2ce),_0x24ccc9,{'capture':!0x0}),_0x503c38[_0x4770bb(0x356)](_0x4770bb(0x52c),_0x24ccc9,{'capture':!0x0}),_0x1c7ec8[_0x4770bb(0x84e)](_0x3ec86d=>{const _0x1b22a6=_0x4770bb;var _0x4a2c7f;return(_0x4a2c7f=_0x503c38[_0x1b22a6(0x7c5)])==null?void 0x0:_0x4a2c7f[_0x1b22a6(0x2ac)](_0x3ec86d);}),_0x5ab45f==null||_0x5ab45f[_0x4770bb(0x7b2)]();});}[_0x37672f(0x776)](_0x4229ba){const _0x19aa26=_0x37672f;if(this[_0x19aa26(0x205)](_0x4229ba),this['_injector']['has'](_0x423058[_0x19aa26(0x8ca)])){let _0x18031b=this['_injector'][_0x19aa26(0x47e)](_0x423058[_0x19aa26(0x8ca)]);_0x18031b[_0x19aa26(0x40b)](_0x4229ba[_0x19aa26(0x783)]),_0x18031b[_0x19aa26(0x1eb)](_0x4229ba['childUnitId']);}if(this[_0x19aa26(0x75f)]['has'](_0x423058[_0x19aa26(0x88f)])){let _0x14ff54=this['_injector'][_0x19aa26(0x47e)](_0x423058[_0x19aa26(0x88f)]);_0x14ff54['setContextValue'](_0x423058[_0x19aa26(0x3b5)],!0x0),_0x14ff54['setContextValue'](_0x423058[_0x19aa26(0x309)],_0x4229ba['childType']===_0x423058[_0x19aa26(0x839)][_0x19aa26(0x4d7)]),_0x14ff54[_0x19aa26(0x2b4)](_0x423058[_0x19aa26(0x24d)],_0x4229ba[_0x19aa26(0x6b0)]===_0x423058[_0x19aa26(0x839)][_0x19aa26(0x89d)]),_0x14ff54[_0x19aa26(0x2b4)](_0x423058[_0x19aa26(0x45b)],_0x4229ba[_0x19aa26(0x6b0)]===_0x423058[_0x19aa26(0x839)]['UNIVER_SLIDE']),_0x14ff54[_0x19aa26(0x2b4)](_0x423058[_0x19aa26(0x87c)],_0x4229ba[_0x19aa26(0x6b0)]===_0x423058[_0x19aa26(0x839)]['UNIVER_BOARD']);}this[_0x19aa26(0x75f)][_0x19aa26(0x7df)](_0x5e0ca8[_0x19aa26(0x2c4)])&&this[_0x19aa26(0x75f)]['get'](_0x5e0ca8['EmbedFocusOwnerService'])['setFocusOwner']({'hostUnitId':_0x4229ba[_0x19aa26(0x7cf)],'embedId':_0x4229ba[_0x19aa26(0x2ab)],'childUnitId':_0x4229ba[_0x19aa26(0x783)],'childType':_0x4229ba['childType'],'reason':_0x19aa26(0x520)});}[_0x37672f(0x272)](_0x52b5ff){const _0x3ec05d=_0x37672f;var _0x6fe970;let _0x4db34f=(_0x6fe970=_0x52b5ff[_0x3ec05d(0x8d2)])==null?void 0x0:_0x6fe970[_0x3ec05d(0x868)];if(!(_0x4db34f!=null&&_0x4db34f[_0x3ec05d(0x7df)](_0x18a9fe[_0x3ec05d(0x71b)])))return;let _0x40c508=_0x4db34f[_0x3ec05d(0x47e)](_0x18a9fe[_0x3ec05d(0x71b)])[_0x3ec05d(0x289)](_0x52b5ff[_0x3ec05d(0x783)]);(_0x40c508==null?void 0x0:_0x40c508[_0x3ec05d(0x4e4)])===!0x1&&_0x4c236a(_0x40c508,{'activate':!0x0});}[_0x37672f(0x205)](_0x294a3d){const _0x499eff=_0x37672f;this[_0x499eff(0x5b6)](_0x294a3d[_0x499eff(0x7cf)],_0x294a3d[_0x499eff(0x2ab)]),this[_0x499eff(0x8dc)](_0x294a3d['embedId']);let _0x941bce=[];if(this[_0x499eff(0x75f)][_0x499eff(0x7df)](_0x4b94f0)&&_0x941bce[_0x499eff(0x5fd)](this['_injector']['get'](_0x4b94f0)[_0x499eff(0x1fc)]({'embedId':_0x294a3d[_0x499eff(0x2ab)],'role':_0x499eff(0x27e),'owner':'tab-peer-runtime','sessionMode':_0x499eff(0x6ca),'hostUnitId':_0x294a3d[_0x499eff(0x7cf)],'childUnitId':_0x294a3d[_0x499eff(0x783)],'childType':_0x294a3d[_0x499eff(0x6b0)]})),this['_injector'][_0x499eff(0x7df)](_0x32cfb9)){var _0x582b25,_0x340db6;_0x941bce['push'](this[_0x499eff(0x75f)][_0x499eff(0x47e)](_0x32cfb9)[_0x499eff(0x269)](_0x294a3d[_0x499eff(0x2ab)],((_0x582b25=_0x294a3d[_0x499eff(0x342)])==null?void 0x0:_0x582b25[_0x499eff(0x53c)])??((_0x340db6=_0x294a3d[_0x499eff(0x8d2)])==null?void 0x0:_0x340db6['renderScope'][_0x499eff(0x677)]['ownerDocument'])));}_0x941bce[_0x499eff(0x3fe)]&&this['_tabFocusLeases'][_0x499eff(0x5d7)](_0x294a3d['embedId'],{'hostUnitId':_0x294a3d[_0x499eff(0x7cf)],'disposable':(0x0,_0x423058['toDisposable'])(()=>{const _0x1c4d93=_0x499eff;[..._0x941bce][_0x1c4d93(0x691)]()[_0x1c4d93(0x84e)](_0xa1ab11=>_0xa1ab11['dispose']());})});}['_releaseTabPeerFocusLeasesForHost'](_0x87284a,_0x1b1749){const _0x2aa2e1=_0x37672f;[...this[_0x2aa2e1(0x271)][_0x2aa2e1(0x1ee)]()][_0x2aa2e1(0x84e)](([_0x5ead7c,_0x1a4486])=>{const _0x164264=_0x2aa2e1;_0x5ead7c!==_0x1b1749&&_0x1a4486[_0x164264(0x7cf)]===_0x87284a&&(_0x1a4486['disposable'][_0x164264(0x4ff)](),this[_0x164264(0x271)][_0x164264(0x405)](_0x5ead7c));});}[_0x37672f(0x8dc)](_0x57e47b){const _0x4e814f=_0x37672f;let _0x17dbf2=this[_0x4e814f(0x271)][_0x4e814f(0x47e)](_0x57e47b);_0x17dbf2&&(_0x17dbf2['disposable'][_0x4e814f(0x4ff)](),this['_tabFocusLeases'][_0x4e814f(0x405)](_0x57e47b));}[_0x37672f(0x680)](_0x3fd581){const _0x3f24ff=_0x37672f;var _0x46b330,_0x46535e;if((_0x46b330=_0x3fd581['sourceMeta'])!=null&&_0x46b330[_0x3f24ff(0x81f)]&&_0x3fd581[_0x3f24ff(0x5d5)][_0x3f24ff(0x81f)][_0x3f24ff(0x62a)]||!this[_0x3f24ff(0x75f)]['has'](_0x423058['IUniverInstanceService'])||!_0x3fd581[_0x3f24ff(0x783)])return(0x0,_0x423058[_0x3f24ff(0x35b)])(()=>{});let _0x2516da=this['_injector'][_0x3f24ff(0x47e)](_0x423058[_0x3f24ff(0x8ca)]),_0x5710ea=_0x2516da[_0x3f24ff(0x327)],_0x281236=_0x2516da[_0x3f24ff(0x1eb)];if(typeof _0x5710ea!=_0x3f24ff(0x6de)||typeof _0x281236!=_0x3f24ff(0x6de))return(0x0,_0x423058[_0x3f24ff(0x35b)])(()=>{});let _0x46fff2=(_0x46535e=_0x5710ea[_0x3f24ff(0x4d5)](_0x2516da))==null?void 0x0:_0x46535e[_0x3f24ff(0x55c)]();if(!_0x46fff2||_0x46fff2===_0x3fd581['childUnitId'])return(0x0,_0x423058[_0x3f24ff(0x35b)])(()=>{});let _0x5b3f5b=()=>{const _0x3f094d=_0x3f24ff;var _0x146409;((_0x146409=_0x5710ea[_0x3f094d(0x4d5)](_0x2516da))==null?void 0x0:_0x146409['getUnitId']())===_0x3fd581[_0x3f094d(0x783)]&&_0x281236[_0x3f094d(0x4d5)](_0x2516da,_0x46fff2);},_0x394a90=[],_0x16812a=[];return _0x5b3f5b(),typeof window<'u'&&(_0x16812a[_0x3f24ff(0x5fd)](window[_0x3f24ff(0x62b)](_0x5b3f5b)),_0x394a90['push'](window[_0x3f24ff(0x620)](_0x5b3f5b,0x0)),_0x394a90['push'](window[_0x3f24ff(0x620)](_0x5b3f5b,0x78))),(0x0,_0x423058[_0x3f24ff(0x35b)])(()=>{const _0x43e76c=_0x3f24ff;typeof window>'u'||(_0x16812a[_0x43e76c(0x84e)](_0x388f62=>window[_0x43e76c(0x20c)](_0x388f62)),_0x394a90[_0x43e76c(0x84e)](_0x5d1b58=>window['clearTimeout'](_0x5d1b58)));});}[_0x37672f(0x341)](_0x19f3c2){const _0x3d7283=_0x37672f;let _0x4be564=[...this[_0x3d7283(0x8a6)][_0x3d7283(0x4bf)]()][_0x3d7283(0x782)](({session:_0x4b594b})=>_0x4b594b['embedId']!==_0x19f3c2[_0x3d7283(0x2ab)]&&_0x4b594b[_0x3d7283(0x783)]===_0x19f3c2[_0x3d7283(0x783)]);if(_0x4be564)throw new _0x199253(_0x19f3c2['childUnitId'],_0x4be564['session'][_0x3d7283(0x2ab)]);if(this[_0x3d7283(0x652)][_0x3d7283(0x80e)](_0x19f3c2[_0x3d7283(0x783)],_0x19f3c2['childType']))return;let _0xa9ae31=this[_0x3d7283(0x652)][_0x3d7283(0x5a3)](_0x19f3c2[_0x3d7283(0x783)]);throw _0xa9ae31!==_0x423058[_0x3d7283(0x839)][_0x3d7283(0x870)]&&_0xa9ae31!==_0x19f3c2[_0x3d7283(0x6b0)]?Error(_0x3d7283(0x72f)):Error(_0x3d7283(0x1f8));}};_0x1d93f4=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x16de5f)),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x402a2b)),_0xcd14f8(0x2,(0x0,_0x423058['Inject'])(_0x5b6fce)),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x393ef6)),_0xcd14f8(0x4,_0x423058[_0x37672f(0x8ca)]),_0xcd14f8(0x5,(0x0,_0x423058[_0x37672f(0x570)])(_0x89f79f)),_0xcd14f8(0x6,(0x0,_0x423058[_0x37672f(0x570)])(_0x5a66e9)),_0xcd14f8(0x7,(0x0,_0x423058['Inject'])(_0x423058[_0x37672f(0x8d5)]))],_0x1d93f4);function _0x366534(_0x12dedb,_0x287155,_0x5ed834){const _0x21696d=_0x37672f;if(_0x12dedb[_0x21696d(0x89c)][_0x21696d(0x2f5)]=_0x287155?_0x21696d(0x91c):_0x21696d(0x852),_0x5ed834!=='tab'){_0x12dedb['removeAttribute'](_0x21696d(0x7ae)),_0x12dedb[_0x21696d(0x542)]('aria-hidden'),_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x23d)](_0x21696d(0x821)),_0x12dedb[_0x21696d(0x4e9)]['removeProperty'](_0x21696d(0x1f7));return;}if(_0x12dedb[_0x21696d(0x517)]('inert',!_0x287155),_0x287155){_0x12dedb[_0x21696d(0x542)](_0x21696d(0x4db)),_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x23d)]('display'),_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x23d)]('pointer-events');return;}_0x12dedb[_0x21696d(0x765)](_0x21696d(0x4db),'true'),_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x821)]='none',_0x12dedb[_0x21696d(0x4e9)][_0x21696d(0x7f3)]=_0x21696d(0x63c);}function _0x8b2a11(_0x10c4e1){const _0x3fdd58=_0x37672f;let _0x14503f=document[_0x3fdd58(0x64d)]('div');return _0x14503f[_0x3fdd58(0x89c)]['embedRuntimeBlocked']=_0x10c4e1??_0x3fdd58(0x8c8),_0x14503f[_0x3fdd58(0x4e9)][_0x3fdd58(0x69a)]=[_0x3fdd58(0x1df),'width:100%',_0x3fdd58(0x6cf),'min-height:96px','display:flex','align-items:center',_0x3fdd58(0x8f1),'padding:16px',_0x3fdd58(0x87a),_0x3fdd58(0x6bf),_0x3fdd58(0x63e),'color:rgba(30,34,43,.64)',_0x3fdd58(0x609),_0x3fdd58(0x67e)][_0x3fdd58(0x221)](';'),_0x14503f['textContent']=_0x10c4e1==='cycle'?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x3fdd58(0x318),_0x14503f;}let _0x30c858=class extends _0x423058['Disposable']{constructor(_0x558041,_0x244880,_0x35eb83,_0x20538c,_0x53d464,_0x1c9302,_0x4897af,_0x5d4b6b,_0x8aac8f){const _0x483d05=_0x37672f;var _0x1242ec;super(),this[_0x483d05(0x652)]=_0x558041,this[_0x483d05(0x3aa)]=_0x244880,this['_hostAdapterRegistry']=_0x35eb83,this['_menuOverrideService']=_0x20538c,this[_0x483d05(0x375)]=_0x53d464,this['_blockRegistry']=_0x1c9302,this[_0x483d05(0x709)]=_0x4897af,this[_0x483d05(0x565)]=_0x5d4b6b,this[_0x483d05(0x1db)]=_0x8aac8f,_0x1876b0(this,_0x483d05(0x200),new Map());let _0x129517=(_0x1242ec=this[_0x483d05(0x652)][_0x483d05(0x2c3)])==null?void 0x0:_0x1242ec[_0x483d05(0x4a5)](_0x18cad1=>{this['_restoreStage2ChildFocusWhenHostRefocuses'](_0x18cad1??null);});_0x129517&&this[_0x483d05(0x8e4)](_0x129517);}['activateTab'](_0x3196ed){const _0x3942d1=_0x37672f;var _0x4c89c2;this[_0x3942d1(0x5b5)](_0x3196ed),this[_0x3942d1(0x31d)](_0x3196ed),this[_0x3942d1(0x4ae)]['activateAnchor']({'embedId':_0x3196ed[_0x3942d1(0x2ab)],'hostUnitId':_0x3196ed['hostUnitId'],'hostType':_0x3196ed[_0x3942d1(0x805)],'entry':_0x3196ed[_0x3942d1(0x23b)],'hostAnchorId':_0x3196ed['hostAnchorId'],'descriptor':_0x3196ed}),this['_mountService'][_0x3942d1(0x56a)](_0x3196ed[_0x3942d1(0x2ab)]);let _0x50bca1=this[_0x3942d1(0x32b)][_0x3942d1(0x47e)](_0x3196ed[_0x3942d1(0x6b0)]);return this[_0x3942d1(0x3bb)][_0x3942d1(0x2d3)](_0x3196ed,_0x3942d1(0x842),{'layoutPolicy':_0x50bca1==null||(_0x4c89c2=_0x50bca1[_0x3942d1(0x273)])==null?void 0x0:_0x4c89c2[_0x3942d1(0x81f)],'allowPlaceholder':(_0x50bca1==null?void 0x0:_0x50bca1[_0x3942d1(0x64f)])===_0x3942d1(0x438)||(_0x50bca1==null?void 0x0:_0x50bca1[_0x3942d1(0x85b)])==='placeholder','allowHiddenRibbon':(_0x50bca1==null?void 0x0:_0x50bca1[_0x3942d1(0x64f)])===_0x3942d1(0x63c)});}[_0x37672f(0x548)](_0x481446,_0x12f7e3,_0x57206f={}){const _0x2de91e=_0x37672f;this[_0x2de91e(0x5b5)](_0x481446);let _0x54b628=this[_0x2de91e(0x709)][_0x2de91e(0x2fc)](),_0xc47bb1=_0x12f7e3===_0x2de91e(0x58d)&&(_0x54b628==null?void 0x0:_0x54b628[_0x2de91e(0x2ab)])===_0x481446['embedId']&&_0x54b628[_0x2de91e(0x783)]===_0x481446[_0x2de91e(0x783)]&&_0x54b628[_0x2de91e(0x67a)]==='stage2';(_0x54b628==null?void 0x0:_0x54b628[_0x2de91e(0x67a)])===_0x2de91e(0x58d)&&!_0xc47bb1&&this[_0x2de91e(0x7c9)](_0x54b628[_0x2de91e(0x2ab)]),_0x12f7e3===_0x2de91e(0x58d)&&!_0xc47bb1&&this[_0x2de91e(0x31d)](_0x481446),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x481446['hostUnitId'],'embedId':_0x481446['embedId'],'childUnitId':_0x481446[_0x2de91e(0x783)],'childType':_0x481446['childType'],'reason':_0x2de91e(0x423)}),this['_mountService'][_0x2de91e(0x56a)](_0x481446[_0x2de91e(0x2ab)]);let _0x59f7fd={'hostUnitId':_0x481446[_0x2de91e(0x7cf)],'embedId':_0x481446[_0x2de91e(0x2ab)],'childUnitId':_0x481446[_0x2de91e(0x783)]};_0x12f7e3?this['_floatingActiveService'][_0x2de91e(0x2d3)](_0x59f7fd,_0x12f7e3):this['_floatingActiveService'][_0x2de91e(0x2d3)](_0x59f7fd),this[_0x2de91e(0x3bb)]['clear'](),_0x12f7e3===_0x2de91e(0x58d)?(this[_0x2de91e(0x6b7)](_0x481446[_0x2de91e(0x783)],_0x481446['childType'],!0x1,_0x481446[_0x2de91e(0x2ab)]),this[_0x2de91e(0x585)](_0x481446)):(this[_0x2de91e(0x652)][_0x2de91e(0x40b)](_0x481446['hostUnitId']),this[_0x2de91e(0x652)][_0x2de91e(0x1eb)](_0x481446['hostUnitId']));}[_0x37672f(0x484)](_0x5ad916,_0x1e581a={}){const _0x5b2e42=_0x37672f;this['activateFloating'](_0x5ad916,_0x5b2e42(0x58d),_0x1e581a);}[_0x37672f(0x6ec)](_0x57d4dc){const _0x3c3ae2=_0x37672f;this[_0x3c3ae2(0x5b5)](_0x57d4dc),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x57d4dc[_0x3c3ae2(0x7cf)],'embedId':_0x57d4dc[_0x3c3ae2(0x2ab)],'childUnitId':_0x57d4dc['childUnitId'],'childType':_0x57d4dc['childType'],'reason':_0x3c3ae2(0x423)}),this[_0x3c3ae2(0x6b7)](_0x57d4dc[_0x3c3ae2(0x783)],_0x57d4dc['childType'],!0x0,_0x57d4dc[_0x3c3ae2(0x2ab)]);}[_0x37672f(0x8e2)](_0x242a22){const _0x3562dc=_0x37672f;let _0x29768f=this[_0x3562dc(0x375)][_0x3562dc(0x2b3)](_0x242a22[_0x3562dc(0x2ab)]);this[_0x3562dc(0x3bb)]['clear'](_0x242a22[_0x3562dc(0x2ab)]),this[_0x3562dc(0x3aa)][_0x3562dc(0x797)](_0x242a22[_0x3562dc(0x2ab)]),_0x29768f&&this[_0x3562dc(0x200)][_0x3562dc(0x7df)](_0x242a22[_0x3562dc(0x2ab)])&&this[_0x3562dc(0x7c9)](_0x242a22['embedId'],_0x242a22[_0x3562dc(0x6b0)],_0x242a22[_0x3562dc(0x783)]),this[_0x3562dc(0x6b7)](_0x242a22[_0x3562dc(0x7cf)],_0x242a22[_0x3562dc(0x805)],!0x1);}[_0x37672f(0x5d1)](_0x2aa6af){const _0x52d005=_0x37672f;let _0x182aaa=this[_0x52d005(0x3aa)][_0x52d005(0x7e7)]();_0x182aaa!=null&&_0x182aaa[_0x52d005(0x2ab)]&&_0x182aaa['embedId']!==_0x2aa6af[_0x52d005(0x2ab)]||(this[_0x52d005(0x3aa)][_0x52d005(0x797)](_0x2aa6af['embedId']),this[_0x52d005(0x652)][_0x52d005(0x40b)](_0x2aa6af[_0x52d005(0x7cf)]),this[_0x52d005(0x652)]['focusUnit'](_0x2aa6af[_0x52d005(0x7cf)]),requestAnimationFrame(()=>{const _0x5186d5=_0x52d005;this[_0x5186d5(0x3aa)]['getFocusOwner']()||(this[_0x5186d5(0x652)]['focusUnit'](null),this[_0x5186d5(0x652)][_0x5186d5(0x1eb)](_0x2aa6af[_0x5186d5(0x7cf)]));}));}[_0x37672f(0x2aa)](_0x137362,_0x361c2a){const _0x1a35ba=_0x37672f;let _0x9be4d7=this[_0x1a35ba(0x3aa)][_0x1a35ba(0x7e7)]();if(_0x137362&&_0x9be4d7!=null&&_0x9be4d7[_0x1a35ba(0x2ab)]&&_0x9be4d7[_0x1a35ba(0x2ab)]!==_0x137362)return;let _0x5cb937=this[_0x1a35ba(0x709)][_0x1a35ba(0x2fc)]();if(_0x137362&&!_0x9be4d7&&(_0x5cb937==null?void 0x0:_0x5cb937[_0x1a35ba(0x2ab)])!==_0x137362&&!_0x361c2a)return;let _0x203649=_0x361c2a??(_0x9be4d7==null?void 0x0:_0x9be4d7[_0x1a35ba(0x7cf)])??(_0x5cb937==null?void 0x0:_0x5cb937['hostUnitId']);this[_0x1a35ba(0x709)]['clear'](_0x137362),this['_focusOwnerService'][_0x1a35ba(0x797)](_0x137362),this[_0x1a35ba(0x3bb)]['clear'](_0x137362),_0x137362&&this[_0x1a35ba(0x7c9)](_0x137362),_0x137362&&this[_0x1a35ba(0x375)]['deactivateFloatingSession'](_0x137362),_0x203649&&(this['_univerInstanceService']['setCurrentUnitForType'](_0x203649),this[_0x1a35ba(0x652)][_0x1a35ba(0x1eb)](_0x203649),requestAnimationFrame(()=>{const _0x20e0ed=_0x1a35ba;this[_0x20e0ed(0x3aa)]['getFocusOwner']()||(this[_0x20e0ed(0x652)][_0x20e0ed(0x1eb)](null),this['_univerInstanceService']['focusUnit'](_0x203649));}));}['clearTab'](_0x5b04d3){const _0x219844=_0x37672f;this[_0x219844(0x3bb)][_0x219844(0x2d5)](_0x5b04d3),this[_0x219844(0x3aa)][_0x219844(0x797)](_0x5b04d3);let _0x1a1431=this[_0x219844(0x375)]['deactivateTabSessions'](_0x5b04d3);_0x1a1431['forEach'](_0x145d60=>this[_0x219844(0x7c9)](_0x145d60['embedId'],_0x145d60[_0x219844(0x6b0)],_0x145d60[_0x219844(0x783)])),new Set(_0x1a1431[_0x219844(0x3b8)](_0x519d9d=>_0x519d9d[_0x219844(0x7cf)]))[_0x219844(0x84e)](_0x396a36=>{const _0x1b2ce4=_0x219844;this[_0x1b2ce4(0x652)][_0x1b2ce4(0x40b)](_0x396a36),this[_0x1b2ce4(0x652)][_0x1b2ce4(0x1eb)](_0x396a36);});}['_rememberPreviousChildCurrentUnit'](_0x7d6a5d){const _0x38ed47=_0x37672f;if(this[_0x38ed47(0x200)][_0x38ed47(0x7df)](_0x7d6a5d[_0x38ed47(0x2ab)]))return;let _0x2a8fc9=_0x7d6a5d[_0x38ed47(0x6b0)],_0x1e6ffe=this[_0x38ed47(0x671)](_0x2a8fc9);this['_previousChildCurrentUnits'][_0x38ed47(0x5d7)](_0x7d6a5d['embedId'],{'childType':_0x2a8fc9,'childUnitId':_0x7d6a5d[_0x38ed47(0x783)],'unitId':_0x1e6ffe&&_0x1e6ffe!==_0x7d6a5d[_0x38ed47(0x783)]?_0x1e6ffe:void 0x0});}[_0x37672f(0x7c9)](_0x2cdcd2,_0xb3762e,_0x4c1a8c){const _0x46d170=_0x37672f;let _0x5af02c=this[_0x46d170(0x200)][_0x46d170(0x47e)](_0x2cdcd2);this[_0x46d170(0x200)][_0x46d170(0x405)](_0x2cdcd2);let _0x4c7ad5=_0xb3762e??(_0x5af02c==null?void 0x0:_0x5af02c['childType']),_0x4e0370=_0x4c1a8c??(_0x5af02c==null?void 0x0:_0x5af02c['childUnitId']);if(_0x4c7ad5==null||!_0x4e0370)return;let _0x353d3e=(_0x5af02c==null?void 0x0:_0x5af02c[_0x46d170(0x6b0)])===_0x4c7ad5&&_0x5af02c['unitId']&&this[_0x46d170(0x62d)](_0x5af02c[_0x46d170(0x564)],_0x4c7ad5)?_0x5af02c[_0x46d170(0x564)]:this[_0x46d170(0x88e)](_0x4c7ad5,_0x4e0370);_0x353d3e&&this[_0x46d170(0x652)]['setCurrentUnitForType'](_0x353d3e);}[_0x37672f(0x671)](_0x289e60){const _0x39506c=_0x37672f;var _0x4d1993;let _0x55a1d0=this['_univerInstanceService']['getCurrentUnitOfType'];return _0x55a1d0==null||(_0x4d1993=_0x55a1d0[_0x39506c(0x4d5)](this[_0x39506c(0x652)],_0x289e60))==null?void 0x0:_0x4d1993[_0x39506c(0x55c)]();}['_hasUnit'](_0x4f0c14,_0x34572f){const _0x17fb02=_0x37672f;let _0x37e7de=this[_0x17fb02(0x652)]['getUnit'];return!!(_0x37e7de!=null&&_0x37e7de[_0x17fb02(0x4d5)](this[_0x17fb02(0x652)],_0x4f0c14,_0x34572f));}[_0x37672f(0x88e)](_0x25a30d,_0x115401){const _0x13880f=_0x37672f;var _0x4c77d5;let _0x274874=this[_0x13880f(0x652)][_0x13880f(0x641)];return _0x274874==null||(_0x4c77d5=_0x274874[_0x13880f(0x4d5)](this[_0x13880f(0x652)],_0x25a30d))==null||(_0x4c77d5=_0x4c77d5['find'](_0x5ab3d2=>_0x5ab3d2[_0x13880f(0x55c)]()!==_0x115401))==null?void 0x0:_0x4c77d5[_0x13880f(0x55c)]();}[_0x37672f(0x6b7)](_0x4a0035,_0x59b3fc,_0x1f318b=!0x0,_0x50fc61){const _0x585836=_0x37672f;let _0x5657f9=this[_0x585836(0x652)]['getFocusedUnit'];if(!_0x50fc61){var _0x12c82b;(typeof _0x5657f9!=_0x585836(0x6de)||((_0x12c82b=_0x5657f9[_0x585836(0x4d5)](this[_0x585836(0x652)]))==null?void 0x0:_0x12c82b[_0x585836(0x55c)]())!==_0x4a0035)&&this['_univerInstanceService']['focusUnit'](_0x4a0035),this['_setCurrentUnitForType'](_0x4a0035,_0x59b3fc),this[_0x585836(0x565)][_0x585836(0x2b4)](_0x423058[_0x585836(0x3b5)],!0x0),this[_0x585836(0x565)][_0x585836(0x2b4)](_0x423058[_0x585836(0x309)],_0x59b3fc===_0x423058[_0x585836(0x839)]['UNIVER_DOC']),this[_0x585836(0x565)]['setContextValue'](_0x423058[_0x585836(0x24d)],_0x59b3fc===_0x423058[_0x585836(0x839)][_0x585836(0x89d)]),this['_contextService']['setContextValue'](_0x423058[_0x585836(0x45b)],_0x59b3fc===_0x423058[_0x585836(0x839)][_0x585836(0x428)]),this['_contextService'][_0x585836(0x2b4)](_0x423058['FOCUSING_BOARD'],_0x59b3fc===_0x423058[_0x585836(0x839)][_0x585836(0x316)]);}_0x1f318b&&this[_0x585836(0x670)]();}['_restoreStage2ChildFocusWhenHostRefocuses'](_0x546837){const _0xbbb022=_0x37672f;let _0x28fec7=this[_0xbbb022(0x709)][_0xbbb022(0x2fc)]();if((_0x28fec7==null?void 0x0:_0x28fec7['stage'])!==_0xbbb022(0x58d)||_0x546837!==_0x28fec7[_0xbbb022(0x7cf)])return;let _0x366f54=this[_0xbbb022(0x3aa)][_0xbbb022(0x7e7)]();(_0x366f54==null?void 0x0:_0x366f54['embedId'])===_0x28fec7[_0xbbb022(0x2ab)]&&_0x366f54[_0xbbb022(0x783)]===_0x28fec7[_0xbbb022(0x783)]&&_0x366f54[_0xbbb022(0x6b0)]!=null&&this['_focusUnit'](_0x366f54[_0xbbb022(0x783)],_0x366f54[_0xbbb022(0x6b0)],!0x1,_0x366f54[_0xbbb022(0x2ab)]);}[_0x37672f(0x585)](_0x3a6140){let _0x58f3b5=()=>{const _0x30daed=_0x3a85;let _0x8121d6=this[_0x30daed(0x709)][_0x30daed(0x2fc)]();(_0x8121d6==null?void 0x0:_0x8121d6[_0x30daed(0x2ab)])===_0x3a6140[_0x30daed(0x2ab)]&&_0x8121d6[_0x30daed(0x783)]===_0x3a6140['childUnitId']&&_0x8121d6[_0x30daed(0x67a)]==='stage2'&&this[_0x30daed(0x6b7)](_0x3a6140[_0x30daed(0x783)],_0x3a6140[_0x30daed(0x6b0)],!0x1,_0x3a6140['embedId']);};typeof queueMicrotask=='function'&&queueMicrotask(_0x58f3b5),requestAnimationFrame(_0x58f3b5);}[_0x37672f(0x78a)](_0x5131fa,_0x511c53){const _0x4b37f1=_0x37672f;var _0x3ea77b;let _0xf35454=this['_univerInstanceService'][_0x4b37f1(0x71e)];(typeof _0xf35454!=_0x4b37f1(0x6de)||((_0x3ea77b=_0xf35454[_0x4b37f1(0x4d5)](this[_0x4b37f1(0x652)],_0x511c53))==null?void 0x0:_0x3ea77b['getUnitId']())!==_0x5131fa)&&this['_univerInstanceService'][_0x4b37f1(0x40b)](_0x5131fa);}[_0x37672f(0x670)](){const _0x100c84=_0x37672f;let _0x333d37=()=>this[_0x100c84(0x1db)][_0x100c84(0x742)]();_0x333d37(),typeof queueMicrotask==_0x100c84(0x6de)&&queueMicrotask(_0x333d37),requestAnimationFrame(_0x333d37);}[_0x37672f(0x5b5)](_0x4dead0){const _0x4637cb=_0x37672f;if(!_0x4dead0['childUnitId']||_0x4dead0[_0x4637cb(0x6b0)]==null)throw Error('EMBED_ACTIVATION_CHILD_NOT_RESOLVED');}};_0x30c858=_0x10216e([_0xcd14f8(0x0,_0x423058['IUniverInstanceService']),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8['EmbedFocusOwnerService'])),_0xcd14f8(0x2,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8['EmbedHostAdapterRegistryService'])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x5ea44f)),_0xcd14f8(0x4,(0x0,_0x423058[_0x37672f(0x570)])(_0x1d93f4)),_0xcd14f8(0x5,(0x0,_0x423058[_0x37672f(0x570)])(_0x28f187)),_0xcd14f8(0x6,(0x0,_0x423058[_0x37672f(0x570)])(_0x89f79f)),_0xcd14f8(0x7,_0x423058[_0x37672f(0x88f)]),_0xcd14f8(0x8,_0x4fbb7a[_0x37672f(0x70e)])],_0x30c858);function _0x418b69(_0x4a2f4d){const _0x29e6cb=_0x37672f;let {injector:_0x6c0b4e,children:_0x578b63,mountContainer:_0x25dce3,embedId:_0x36160a}=_0x4a2f4d;return(0x0,_0x8825e5[_0x29e6cb(0x3c4)])((0x0,_0x10447b[_0x29e6cb(0x1e0)])(()=>(0x0,_0x4fbb7a[_0x29e6cb(0x6f2)])(_0x3f8061,_0x6c0b4e),[_0x6c0b4e]),{'mountContainer':_0x25dce3,'embedId':_0x36160a,'children':_0x578b63});}function _0x3f8061(_0x3b39a7){const _0x5c1e69=_0x37672f;let {children:_0x5bac6a,mountContainer:_0x43f164,embedId:_0x1ef220}=_0x3b39a7,_0x2b6446=(0x0,_0x4fbb7a[_0x5c1e69(0x615)])(),_0x32e9b5=(0x0,_0x4fbb7a[_0x5c1e69(0x7bd)])(_0x423058['LocaleService']),_0x400daa=(0x0,_0x10447b[_0x5c1e69(0x1e0)])(()=>_0x2b6446[_0x5c1e69(0x7df)](_0x423058['ThemeService'])?_0x2b6446[_0x5c1e69(0x47e)](_0x423058[_0x5c1e69(0x871)]):void 0x0,[_0x2b6446]),_0x4403d9=(0x0,_0x4fbb7a['useObservable'])(()=>_0x32e9b5[_0x5c1e69(0x631)][_0x5c1e69(0x594)]((0x0,_0x12f7a8[_0x5c1e69(0x3b8)])(()=>_0x32e9b5[_0x5c1e69(0x877)]())),_0x32e9b5[_0x5c1e69(0x877)](),!0x1,[_0x32e9b5]),_0x5a4cea=(0x0,_0x4fbb7a[_0x5c1e69(0x711)])(()=>_0x32e9b5[_0x5c1e69(0x686)],_0x32e9b5[_0x5c1e69(0x649)](),!0x1,[_0x32e9b5]),_0x28a9b4=_0x45d238(_0x400daa),_0xa682f8=(0x0,_0x10447b['useRef'])(null),_0x461455=(0x0,_0x10447b[_0x5c1e69(0x1e0)])(()=>_0x43f164!==void 0x0||typeof document>'u'?null:document[_0x5c1e69(0x64d)](_0x5c1e69(0x46a)),[_0x43f164]),_0x539fef=_0x43f164===void 0x0?_0x461455:_0x43f164;return(0x0,_0x10447b[_0x5c1e69(0x7b1)])(()=>{const _0x4406bb=_0x5c1e69;if(_0x461455)return document['body'][_0x4406bb(0x629)](_0x461455),()=>{const _0x51d0de=_0x4406bb;document[_0x51d0de(0x77f)]['removeChild'](_0x461455);};},[_0x461455]),(0x0,_0x10447b[_0x5c1e69(0x7b1)])(()=>{const _0x30b4b3=_0x5c1e69;let _0x59cbea=_0x539fef;_0x59cbea&&_0x59cbea[_0x30b4b3(0x765)](_0x30b4b3(0x7e9),_0x5a4cea);},[_0x5a4cea,_0x539fef]),(0x0,_0x10447b[_0x5c1e69(0x7b1)])(()=>{if(_0x539fef)return(0x0,_0x4fbb7a['preventBrowserZoomInContainers'])([_0x539fef]);},[_0x539fef]),(0x0,_0x10447b['useEffect'])(()=>{const _0x45d287=_0x5c1e69;let _0x4b2c74=_0x539fef;if(!_0x4b2c74||!_0x1ef220)return;let _0x1b3734=_0x4b2c74[_0x45d287(0x715)](_0x2f7e9a);return _0x4b2c74['setAttribute'](_0x2f7e9a,_0x1ef220),()=>{const _0x3dc3b7=_0x45d287;if(_0x1b3734==null){_0x4b2c74[_0x3dc3b7(0x542)](_0x2f7e9a);return;}_0x4b2c74['setAttribute'](_0x2f7e9a,_0x1b3734);};},[_0x1ef220,_0x539fef]),(0x0,_0x8825e5['jsx'])(_0x314f23[_0x5c1e69(0x54f)],{'locale':_0x4403d9==null?void 0x0:_0x4403d9[_0x5c1e69(0x38f)],'direction':_0x5a4cea,'mountContainer':_0x539fef,'children':(0x0,_0x8825e5[_0x5c1e69(0x3c4)])(_0x5c1e69(0x46a),{'ref':_0xa682f8,'className':(0x0,_0x314f23[_0x5c1e69(0x39d)])('univer-contents',{'univer-dark':_0x28a9b4}),'data-embed-runtime-provider':_0x5c1e69(0x91c),'onPointerUpCapture':_0x5bf87a=>{const _0x7c17a2=_0x5c1e69;let _0x26b880=_0xa682f8[_0x7c17a2(0x90d)],_0x4765eb=_0x5bf87a[_0x7c17a2(0x317)];if(!_0x1ef220||!_0x26b880)return;let _0x1b0096=()=>_0x4ff2a4(_0x1ef220,_0x26b880,_0x4765eb);typeof queueMicrotask==_0x7c17a2(0x6de)?queueMicrotask(_0x1b0096):Promise[_0x7c17a2(0x664)]()[_0x7c17a2(0x833)](_0x1b0096);},'children':_0x5bac6a})});}function _0x4ff2a4(_0x4a0c6a,_0x4b92dc,_0x8f650){const _0x3b96f1=_0x37672f;let _0x344588=_0x4b92dc[_0x3b96f1(0x53c)][_0x3b96f1(0x811)];if(_0x45954d(_0x344588,_0x4a0c6a))return;let _0x1d444b=_0x8f650 instanceof HTMLElement&&_0x4b92dc[_0x3b96f1(0x8e0)](_0x8f650)?_0x8f650:null,_0x15035d=_0x2fc0eb(_0x1d444b)?_0x1d444b:_0x4b92dc['querySelector'](_0x3b96f1(0x802));_0x15035d==null||_0x15035d[_0x3b96f1(0x742)]({'preventScroll':!0x0});}function _0x45954d(_0x51e29a,_0x2c3aa4){const _0xad8c5d=_0x37672f;let _0x480a4c=_0x51e29a==null?void 0x0:_0x51e29a['closest']('['+_0x2f7e9a+']');return(_0x480a4c==null?void 0x0:_0x480a4c[_0xad8c5d(0x715)](_0x2f7e9a))===_0x2c3aa4;}function _0x2fc0eb(_0xceadef){const _0x58bc45=_0x37672f;return!!_0xceadef&&!_0xceadef[_0x58bc45(0x643)](_0x58bc45(0x7fb))&&_0xceadef[_0x58bc45(0x281)]>=0x0;}function _0x45d238(_0x2e3906){return(0x0,_0x10447b['useSyncExternalStore'])(_0x413dd9=>{const _0x152ea6=_0x3a85;if(!_0x2e3906)return()=>{};let _0x1f1253=_0x2e3906[_0x152ea6(0x490)][_0x152ea6(0x4a5)](()=>_0x413dd9());return()=>_0x1f1253['unsubscribe']();},()=>(_0x2e3906==null?void 0x0:_0x2e3906['darkMode'])??!0x1,()=>!0x1);}let _0x2b91f0=new WeakMap(),_0x2b2a97=new WeakMap(),_0x1882f4=new WeakMap();function _0x4b0eb6(_0x476c70){const _0x10cea3=_0x37672f;let _0x41e2c4=_0x2b91f0['get'](_0x476c70);if(_0x41e2c4)return _0x1882f4[_0x10cea3(0x5d7)](_0x41e2c4,(_0x1882f4[_0x10cea3(0x47e)](_0x41e2c4)??0x0)+0x1),_0x41e2c4;let _0x1d6ab3={'render':_0x46ec1a=>(0x0,_0x314f23[_0x10cea3(0x5db)])(_0x46ec1a,_0x476c70)};return _0x2b91f0[_0x10cea3(0x5d7)](_0x476c70,_0x1d6ab3),_0x2b2a97[_0x10cea3(0x5d7)](_0x1d6ab3,_0x476c70),_0x1882f4[_0x10cea3(0x5d7)](_0x1d6ab3,0x0),_0x1d6ab3;}function _0x5deccb(_0x41bb4c){const _0x8fc91a=_0x37672f;let _0x4655f3=_0x2b2a97[_0x8fc91a(0x47e)](_0x41bb4c),_0x4db765=_0x1882f4[_0x8fc91a(0x47e)](_0x41bb4c)??0x0;globalThis[_0x8fc91a(0x620)](()=>{const _0x3f9c13=_0x8fc91a;_0x4655f3&&_0x2b91f0[_0x3f9c13(0x47e)](_0x4655f3)!==_0x41bb4c||(_0x1882f4['get'](_0x41bb4c)??0x0)===_0x4db765&&(_0x4655f3&&(_0x2b91f0[_0x3f9c13(0x405)](_0x4655f3),_0x2b2a97[_0x3f9c13(0x405)](_0x41bb4c)),_0x1882f4[_0x3f9c13(0x405)](_0x41bb4c),_0x4655f3&&(0x0,_0x314f23[_0x3f9c13(0x506)])(_0x4655f3));},0x0);}function _0x2c4500(_0xf5ffa8){const _0x257043=_0x37672f;let {container:_0x417070,portalContainer:_0x13217a,injector:_0x2cbc6c,childType:_0x2f6c88,childUnitId:_0x4874bb,embedId:_0x296b30,menuSchema:_0x4c2415,menuTitlePrefix:_0x254f86,activeRibbonTab:_0x1ebf35,headerMenu:_0x14d2cb=!0x1,toolbarOnly:_0x5891e2,ribbonType:_0x2256df=_0x257043(0x639),ribbonHeaderClassName:_0x12e420,scopedActionServiceTokens:_0x2aa002}=_0xf5ffa8;if(_0x4c2415!=null&&typeof _0x4c2415!=_0x257043(0x539))return;let _0x229dc6=_0x434094(_0x2cbc6c,{'childType':_0x2f6c88,'childUnitId':_0x4874bb,'embedId':_0x296b30,'menuSchema':_0x4c2415,'menuTitlePrefix':_0x254f86,'activeRibbonTab':_0x1ebf35,'scopedActionServiceTokens':_0x2aa002}),_0x408bb5=_0x4b0eb6(_0x417070);return _0x408bb5[_0x257043(0x5db)]((0x0,_0x10447b[_0x257043(0x64d)])(_0x418b69,{'injector':_0x229dc6['injector'],'mountContainer':_0x13217a??_0x417070,'embedId':_0x296b30},(0x0,_0x10447b[_0x257043(0x64d)])(_0x4fbb7a['Ribbon'],{'ribbonType':_0x2256df,'headerMenu':_0x14d2cb,'toolbarOnly':_0x5891e2,'headerClassName':_0x12e420}))),(0x0,_0x423058[_0x257043(0x35b)])(()=>{const _0x567406=_0x257043;_0x5deccb(_0x408bb5),_0x229dc6[_0x567406(0x886)][_0x567406(0x4ff)]();});}function _0x434094(_0x1ffb07,_0x3ebd2e){const _0x320b17=_0x37672f;let {childType:_0x2def80,childUnitId:_0xe97bfb,embedId:_0xebb2f6,menuSchema:_0x5dc911,menuTitlePrefix:_0x3fdde2,activeRibbonTab:_0x4da7f4,scopedActionServiceTokens:_0x494e47}=_0x3ebd2e,_0x1e5500=_0x1ffb07[_0x320b17(0x47e)](_0x423058[_0x320b17(0x8ca)]),_0x24ee5b=_0x7d9a03(_0x1e5500,_0x2def80,_0xe97bfb),_0xed42a0=new Set(_0x494e47??[]),_0x605e57=new WeakMap(),_0x452e98,_0x1473ef=_0x5efa89(_0x1ffb07[_0x320b17(0x47e)](_0x423058[_0x320b17(0x58f)]),_0x1e5500,_0x2def80,_0xe97bfb,_0xebb2f6,()=>_0x452e98),_0x538424=_0xe97bfb&&_0x1ffb07[_0x320b17(0x7df)](_0x423058[_0x320b17(0x88f)])?_0x3d03e0(_0x1ffb07[_0x320b17(0x47e)](_0x423058[_0x320b17(0x88f)]),_0x2def80):void 0x0,_0x164c00=new Map([[_0x423058[_0x320b17(0x8ca)],_0x24ee5b],[_0x423058[_0x320b17(0x58f)],_0x1473ef]]);_0x538424&&_0x164c00[_0x320b17(0x5d7)](_0x423058[_0x320b17(0x88f)],_0x538424),_0xed42a0[_0x320b17(0x84e)](_0x4fed5c=>{const _0x1d5aa0=_0x320b17;_0xe97bfb&&_0x1ffb07['has'](_0x4fed5c)&&_0x164c00[_0x1d5aa0(0x5d7)](_0x4fed5c,_0xbe147a(_0x1ffb07[_0x1d5aa0(0x47e)](_0x4fed5c),_0x1e5500,_0x2def80,_0xe97bfb,_0xebb2f6,()=>_0x452e98,_0x605e57));}),_0x452e98=_0x37dc54(_0x1ffb07,_0x164c00);let _0x4eea7b,_0x4be8ac,_0x149c1c={};if(_0x5dc911&&typeof _0x5dc911==_0x320b17(0x539)){let _0x13175b=new _0x4fbb7a[(_0x320b17(0x8de))](_0x452e98,_0x1ffb07[_0x320b17(0x47e)](_0x423058[_0x320b17(0x514)]));_0x13175b[_0x320b17(0x2ee)](_0x1c5caa(_0x5dc911,_0x3fdde2,_0x1ffb07)),_0x4eea7b=_0x13175b,_0x4be8ac=_0x13175b;}else{let _0xd9f43c=_0x1ffb07['get'](_0x4fbb7a[_0x320b17(0x31b)]),_0x36e989=_0xd9f43c[_0x320b17(0x291)];_0x4eea7b=typeof _0x36e989==_0x320b17(0x6de)?_0x36e989[_0x320b17(0x4d5)](_0xd9f43c,_0x452e98):_0xd9f43c;}let _0x24cff0=new _0x4fbb7a[(_0x320b17(0x4bc))](_0x4eea7b,_0x24ee5b);_0x149c1c['current']=_0x24cff0,_0x4da7f4&&_0x24cff0[_0x320b17(0x571)](_0x4da7f4);let _0x48687a=_0x3fdde2?_0x5e5667(_0x24cff0,_0x3fdde2,_0x1ffb07):_0x24cff0;return _0x452e98[_0x320b17(0x47d)]([_0x4fbb7a[_0x320b17(0x31b)],{'useValue':_0x4eea7b}]),_0x452e98[_0x320b17(0x47d)]([_0x4fbb7a[_0x320b17(0x6c4)],{'useValue':_0x48687a}]),{'injector':_0x452e98,'ribbonService':_0x48687a,'disposable':(0x0,_0x423058[_0x320b17(0x35b)])(()=>{const _0x2bbd34=_0x320b17;var _0x56c0b0;(_0x56c0b0=_0x149c1c[_0x2bbd34(0x90d)])==null||_0x56c0b0[_0x2bbd34(0x4ff)](),_0x4be8ac==null||_0x4be8ac['dispose'](),_0x452e98[_0x2bbd34(0x4ff)]();})};}function _0x5e5667(_0x13592f,_0x1878ec,_0x470e7e){const _0x34e155=_0x37672f;let _0x52147d;try{_0x52147d=_0x470e7e[_0x34e155(0x47e)](_0x423058[_0x34e155(0x5f7)]);}catch{_0x52147d=void 0x0;}return{'ribbon$':_0x13592f[_0x34e155(0x8bf)]['pipe']((0x0,_0x12f7a8[_0x34e155(0x3b8)])(_0x40205e=>_0x40205e['map'](_0x2b0a5c=>_0x42c0ee(_0x2b0a5c,_0x1878ec,_0x52147d)))),'activatedTab$':_0x13592f[_0x34e155(0x62e)],'collapsedIds$':_0x13592f[_0x34e155(0x6a8)],'fakeToolbarVisible$':_0x13592f[_0x34e155(0x6e0)],'setActivatedTab':_0x4a1d91=>_0x13592f[_0x34e155(0x571)](_0x4a1d91),'showContextualTab':(_0xdbe9d2,_0x1c5279)=>_0x13592f[_0x34e155(0x5ba)](_0xdbe9d2,_0x1c5279),'hideContextualTab':_0x3a5180=>_0x13592f[_0x34e155(0x5ec)](_0x3a5180),'hideAllContextualTabs':()=>_0x13592f[_0x34e155(0x44e)](),'setCollapsedIds':_0x19e898=>_0x13592f[_0x34e155(0x76b)](_0x19e898),'setFakeToolbarVisible':_0x4999b1=>_0x13592f['setFakeToolbarVisible'](_0x4999b1)};}function _0x42c0ee(_0x3d560a,_0xa8883e,_0x16ca67){const _0xaa54f6=_0x37672f;let _0x5d7685=_0x3d560a[_0xaa54f6(0x6c1)]||_0x3d560a['key'],_0x2b49e9=_0x16ca67?_0x16ca67['t'](_0x5d7685):_0x5d7685;return{..._0x3d560a,'title':_0xa8883e+'\x20-\x20'+_0x2b49e9};}function _0x1c5caa(_0x50f949,_0x263bcf,_0x1c534d){const _0x34247c=_0x37672f;if(!_0x263bcf||!_0x50f949||typeof _0x50f949!=_0x34247c(0x539))return _0x50f949;let _0x20707a=_0x28200f(_0x50f949),_0x576781=_0x20707a[_0x4fbb7a['MenuManagerPosition'][_0x34247c(0x5cf)]];if(!_0x576781||typeof _0x576781!=_0x34247c(0x539))return _0x20707a;let _0x58714e;try{_0x58714e=_0x1c534d['get'](_0x423058[_0x34247c(0x5f7)]);}catch{_0x58714e=void 0x0;}return Object[_0x34247c(0x4bf)](_0x576781)[_0x34247c(0x84e)](_0xa9a6f1=>{const _0x3f07df=_0x34247c;if(!_0xa9a6f1||typeof _0xa9a6f1!='object')return;let _0x5ca704=_0xa9a6f1,_0x2014f6=_0x5ca704[_0x3f07df(0x6c1)];_0x2014f6&&(_0x5ca704[_0x3f07df(0x6c1)]=_0x263bcf+_0x3f07df(0x2f8)+(_0x58714e?_0x58714e['t'](_0x2014f6):_0x2014f6));}),_0x20707a;}function _0x28200f(_0x5554b3){const _0x44e9e2=_0x37672f;return!_0x5554b3||typeof _0x5554b3!=_0x44e9e2(0x539)?_0x5554b3:Array[_0x44e9e2(0x6f7)](_0x5554b3)?_0x5554b3[_0x44e9e2(0x3b8)](_0x1a8457=>_0x28200f(_0x1a8457)):Object[_0x44e9e2(0x679)](Object[_0x44e9e2(0x1ee)](_0x5554b3)['map'](([_0x3edbb5,_0x2a90cd])=>[_0x3edbb5,_0x28200f(_0x2a90cd)]));}function _0x7d9a03(_0x5536fd,_0x10d643,_0x4200ec){const _0x54e566=_0x37672f;let _0x5126a0=()=>_0x4200ec?_0x5536fd['getUnit'](_0x4200ec,_0x10d643):null,_0x571157=_0x4200ec?(0x0,_0x12f7a8[_0x54e566(0x614)])((0x0,_0x12f7a8['of'])(_0x4200ec),_0x5536fd[_0x54e566(0x7a7)](_0x10d643)[_0x54e566(0x594)]((0x0,_0x12f7a8['map'])(()=>_0x4200ec)),_0x5536fd['getTypeOfUnitDisposed$'](_0x10d643)[_0x54e566(0x594)]((0x0,_0x12f7a8[_0x54e566(0x3b8)])(()=>_0x4200ec))):_0x5536fd['focused$'];return{'unitAdded$':_0x5536fd['unitAdded$'],'getTypeOfUnitAdded$':(..._0xf2dbee)=>_0x5536fd[_0x54e566(0x7a7)](..._0xf2dbee),'__addUnit':(..._0x2fd089)=>_0x5536fd[_0x54e566(0x72c)](..._0x2fd089),'unitDisposed$':_0x5536fd['unitDisposed$'],'getTypeOfUnitDisposed$':(..._0x8d4399)=>_0x5536fd[_0x54e566(0x368)](..._0x8d4399),'focused$':_0x571157,get 'focused'(){const _0x357ac0=_0x54e566;return _0x5126a0()??_0x5536fd[_0x357ac0(0x327)]();},'focusUnit':(..._0x1940ee)=>_0x5536fd[_0x54e566(0x1eb)](..._0x1940ee),'getFocusedUnit':()=>_0x5126a0()??_0x5536fd[_0x54e566(0x327)](),'getCurrentUnitOfType':_0x19b31c=>_0x19b31c===_0x10d643&&_0x4200ec?_0x5126a0():_0x5536fd[_0x54e566(0x71e)](_0x19b31c),'setCurrentUnitForType':(..._0x1d29cc)=>_0x5536fd[_0x54e566(0x40b)](..._0x1d29cc),'getCurrentTypeOfUnit$':_0x2c13bf=>_0x2c13bf!==_0x10d643||!_0x4200ec?_0x5536fd[_0x54e566(0x5bd)](_0x2c13bf):(0x0,_0x12f7a8['merge'])((0x0,_0x12f7a8['of'])(void 0x0),_0x5536fd[_0x54e566(0x7a7)](_0x10d643),_0x5536fd[_0x54e566(0x368)](_0x10d643))[_0x54e566(0x594)]((0x0,_0x12f7a8[_0x54e566(0x3b8)])(()=>_0x5126a0())),'createUnit':(..._0x4c32a2)=>_0x5536fd['createUnit'](..._0x4c32a2),'getUnitCreateOptions':(..._0x4c130c)=>_0x5536fd[_0x54e566(0x8bc)](..._0x4c130c),'disposeUnit':(..._0x2c37d0)=>_0x5536fd[_0x54e566(0x39b)](..._0x2c37d0),'registerCtorForType':(..._0x26d2dc)=>_0x5536fd[_0x54e566(0x760)](..._0x26d2dc),'getUnit':(..._0x59a06f)=>_0x5536fd['getUnit'](..._0x59a06f),'getAllUnitsForType':(..._0x4911fe)=>_0x5536fd['getAllUnitsForType'](..._0x4911fe),'getUnitType':(..._0x1994ea)=>_0x5536fd['getUnitType'](..._0x1994ea)};}function _0x3d03e0(_0x4a80c1,_0x14561e){const _0x45a723=_0x37672f;return{'contextChanged$':_0x4a80c1['contextChanged$'],'getContextValue':_0xaa9f55=>_0x2b3221(_0xaa9f55,_0x14561e)??_0x4a80c1[_0x45a723(0x49e)](_0xaa9f55),'setContextValue':(_0x3c7482,_0x463e05)=>_0x4a80c1[_0x45a723(0x2b4)](_0x3c7482,_0x463e05),'subscribeContextValue$':_0x3871f4=>{let _0x19fe3e=_0x2b3221(_0x3871f4,_0x14561e);return _0x19fe3e==null?_0x4a80c1['subscribeContextValue$'](_0x3871f4):(0x0,_0x12f7a8['of'])(_0x19fe3e);}};}function _0x2b3221(_0x22915e,_0x35ef36){const _0x586f18=_0x37672f;if(_0x22915e===_0x423058[_0x586f18(0x3b5)])return!0x0;if(_0x22915e===_0x423058[_0x586f18(0x24d)]||_0x22915e===_0x423058['FOCUSING_DOC']||_0x22915e===_0x423058[_0x586f18(0x45b)])return _0x22915e===_0x4aa91b(_0x35ef36);}function _0x4aa91b(_0x1509a7){const _0x1d2b48=_0x37672f;if(_0x1509a7===_0x423058[_0x1d2b48(0x839)][_0x1d2b48(0x89d)])return _0x423058[_0x1d2b48(0x24d)];if(_0x1509a7===_0x423058[_0x1d2b48(0x839)][_0x1d2b48(0x4d7)])return _0x423058['FOCUSING_DOC'];if(_0x1509a7===_0x423058[_0x1d2b48(0x839)][_0x1d2b48(0x428)])return _0x423058[_0x1d2b48(0x45b)];}function _0x5efa89(_0x1c4382,_0x52097c,_0x14b2a2,_0x303c35,_0x270df5,_0x4f7d29){const _0x378ec7=_0x37672f;return _0x303c35?{'disposed':()=>_0x1c4382[_0x378ec7(0x5e1)](),'hasCommand':_0x48fbc8=>_0x1c4382[_0x378ec7(0x572)](_0x48fbc8),'registerCommand':(..._0x49fd8b)=>_0x1c4382['registerCommand'](..._0x49fd8b),'unregisterCommand':_0xd8fafd=>_0x1c4382['unregisterCommand'](_0xd8fafd),'registerMultipleCommand':(..._0x189d30)=>_0x1c4382[_0x378ec7(0x82c)](..._0x189d30),'executeCommand':async(..._0x15b11a)=>{const _0x1fd243=_0x378ec7;let _0x4d93b8=_0x52097c['getCurrentUnitOfType'](_0x14b2a2);try{return _0x52097c[_0x1fd243(0x40b)](_0x303c35),await _0x1c4382[_0x1fd243(0x6a6)](_0x15b11a[0x0],_0x15b11a[0x1],_0x171e53(_0x14b2a2,_0x303c35,_0x15b11a[0x2]));}finally{_0x1e4c40(_0x52097c,_0x303c35,_0x4d93b8,_0x270df5,_0x4f7d29);}},'syncExecuteCommand':(..._0x6f86bf)=>{const _0x902874=_0x378ec7;let _0x3d99fb=_0x52097c[_0x902874(0x71e)](_0x14b2a2);try{return _0x52097c[_0x902874(0x40b)](_0x303c35),_0x1c4382[_0x902874(0x7ef)](_0x6f86bf[0x0],_0x6f86bf[0x1],_0x171e53(_0x14b2a2,_0x303c35,_0x6f86bf[0x2]));}finally{_0x1e4c40(_0x52097c,_0x303c35,_0x3d99fb,_0x270df5,_0x4f7d29);}},'onCommandExecuted':(..._0x47cf7e)=>_0x1c4382[_0x378ec7(0x519)](..._0x47cf7e),'beforeCommandExecuted':(..._0x1e79c8)=>_0x1c4382[_0x378ec7(0x515)](..._0x1e79c8),'onMutationExecutedForCollab':(..._0x453d99)=>_0x1c4382[_0x378ec7(0x669)](..._0x453d99)}:_0x1c4382;}function _0x171e53(_0x66b6da,_0xdd1c02,_0x15f243){const _0x5af098=_0x37672f;return _0x66b6da===_0x423058[_0x5af098(0x839)][_0x5af098(0x316)]?{..._0x15f243,'unitId':_0xdd1c02}:_0x15f243;}function _0xbe147a(_0x4c6720,_0x53c54d,_0x39758a,_0xd58a07,_0x2f4a39,_0x364347,_0x37ec3c){const _0x22c589=_0x37672f;if(typeof _0x4c6720!=_0x22c589(0x539)&&typeof _0x4c6720!=_0x22c589(0x6de)||_0x4c6720==null)return _0x4c6720;let _0x4fd856=_0x4c6720,_0x592cf9=_0x37ec3c==null?void 0x0:_0x37ec3c[_0x22c589(0x47e)](_0x4fd856);if(_0x592cf9)return _0x592cf9;let _0x12ff2d={..._0x4fd856};return _0x759c73(_0x4fd856,_0x12ff2d,_0x53c54d,_0x39758a,_0xd58a07,_0x2f4a39,_0x364347),_0x37ec3c==null||_0x37ec3c[_0x22c589(0x5d7)](_0x4fd856,_0x12ff2d),_0x12ff2d;}function _0x759c73(_0x18d6b9,_0x4726a8,_0x16c741,_0x3fc990,_0x44bb7c,_0x198190,_0x4bba0e){const _0x52ca90=_0x37672f;let _0x3b408a=_0xd10265=>{const _0x3d46b2=_0x3a85;if(_0xd10265===_0x3d46b2(0x74c))return;let _0x2818b3=_0x18d6b9[_0xd10265];if(typeof _0x2818b3!=_0x3d46b2(0x6de))return;let _0x1fe67b=_0x4726a8;_0x1fe67b[_0xd10265]=(..._0x3cd2af)=>_0x5d1e06(_0x16c741,_0x3fc990,_0x44bb7c,_0x198190,_0x4bba0e,()=>_0x2818b3[_0x3d46b2(0x899)](_0x18d6b9,_0x3cd2af));};Object['keys'](_0x18d6b9)[_0x52ca90(0x84e)](_0x3b408a);let _0x1f0a82=Object[_0x52ca90(0x592)](_0x18d6b9);_0x1f0a82&&_0x1f0a82!==Object[_0x52ca90(0x20d)]&&Object[_0x52ca90(0x458)](_0x1f0a82)[_0x52ca90(0x84e)](_0x3b408a);}function _0x5d1e06(_0x412700,_0x21d7d0,_0x25da63,_0x5b6267,_0x431a25,_0x220087){const _0x5813db=_0x37672f;let _0x4bf747=_0x412700[_0x5813db(0x71e)](_0x21d7d0),_0x12ab31;try{_0x412700['setCurrentUnitForType'](_0x25da63),_0x12ab31=_0x220087();}catch(_0xc1312e){throw _0x1e4c40(_0x412700,_0x25da63,_0x4bf747,_0x5b6267,_0x431a25),_0xc1312e;}return _0x399790(_0x12ab31)?_0x12ab31['finally'](()=>{_0x1e4c40(_0x412700,_0x25da63,_0x4bf747,_0x5b6267,_0x431a25);}):(_0x1e4c40(_0x412700,_0x25da63,_0x4bf747,_0x5b6267,_0x431a25),_0x12ab31);}function _0x399790(_0x4ccc29){return!!(_0x4ccc29&&typeof _0x4ccc29['finally']=='function');}function _0x1e4c40(_0x1f716a,_0x6ea832,_0x311d8a,_0x11356c,_0x4858a5){const _0x35a7da=_0x37672f;if(_0xdf5185(_0x11356c,_0x4858a5)){var _0x251930;_0x1f716a[_0x35a7da(0x40b)](_0x6ea832),(_0x251930=_0x1f716a[_0x35a7da(0x1eb)])==null||_0x251930[_0x35a7da(0x4d5)](_0x1f716a,_0x6ea832);return;}_0x311d8a&&_0x1f716a[_0x35a7da(0x40b)](_0x311d8a['getUnitId']());}function _0xdf5185(_0x3c10ea,_0x3b920c){const _0x4eb91c=_0x37672f;let _0x16de9c=_0x3b920c==null?void 0x0:_0x3b920c();return!_0x3c10ea||!(_0x16de9c!=null&&_0x16de9c[_0x4eb91c(0x7df)](_0x4b94f0))?!0x1:_0x16de9c[_0x4eb91c(0x47e)](_0x4b94f0)[_0x4eb91c(0x228)](_0x3c10ea);}let _0x16972d=new WeakMap(),_0xdb3739=0x0;function _0x1eca07(_0x481cbc,_0x265b67){const _0x45e763=_0x37672f;if(!_0x481cbc[_0x45e763(0x7df)](_0x105b0d))return _0x2a3948(_0x481cbc,_0x265b67);let _0x1cd4cc=_0x481cbc[_0x45e763(0x47e)](_0x105b0d);if(!(_0x265b67['id']&&_0x1cd4cc['getAll'](_0x265b67[_0x45e763(0x6b0)],_0x265b67[_0x45e763(0x704)])[_0x45e763(0x79a)](_0x4bd141=>_0x4bd141['id']===_0x265b67['id'])))return _0x1cd4cc['register'](_0x265b67);}function _0x4a19fd(_0x6743bf){const _0x33f5b8=_0x37672f;if(!_0x6743bf[_0x33f5b8(0x7df)](_0x105b0d))return;let _0x4a7181=_0x16972d[_0x33f5b8(0x47e)](_0x6743bf);_0x4a7181!=null&&_0x4a7181[_0x33f5b8(0x4ea)]&&([..._0x4a7181[_0x33f5b8(0x4bf)]()]['sort']((_0x1a1c7b,_0x4caa31)=>_0x1a1c7b['index']-_0x4caa31[_0x33f5b8(0x650)])[_0x33f5b8(0x84e)](({contribution:_0x528633})=>_0x1eca07(_0x6743bf,_0x528633)),_0x16972d[_0x33f5b8(0x405)](_0x6743bf));}function _0x2a3948(_0x1be0d2,_0x2f96d2){const _0x183731=_0x37672f;let _0x42ee5c={'contribution':_0x2f96d2,'index':_0xdb3739++},_0x28a4f3=_0x4b7c9d(_0x2f96d2,_0x42ee5c['index']),_0x25fcf8=_0x1be0d2,_0x2f8792=_0x16972d[_0x183731(0x47e)](_0x25fcf8)??new Map();return _0x2f8792[_0x183731(0x5d7)](_0x28a4f3,_0x42ee5c),_0x16972d[_0x183731(0x5d7)](_0x25fcf8,_0x2f8792),(0x0,_0x423058[_0x183731(0x35b)])(()=>{const _0x280fd2=_0x183731;let _0x212670=_0x16972d[_0x280fd2(0x47e)](_0x25fcf8);(_0x212670==null?void 0x0:_0x212670['get'](_0x28a4f3))===_0x42ee5c&&_0x212670[_0x280fd2(0x405)](_0x28a4f3);});}function _0x4b7c9d(_0x312db0,_0x3a0786){const _0x2c7566=_0x37672f;let _0x1f7b7e=_0x447e2b(_0x312db0);return _0x312db0['id']?_0x312db0[_0x2c7566(0x6b0)]+':'+_0x1f7b7e+':'+_0x312db0['id']:_0x312db0[_0x2c7566(0x6b0)]+':'+_0x1f7b7e+_0x2c7566(0x37f)+_0x3a0786;}var _0x105b0d=class{constructor(){_0x1876b0(this,'_contributions',new Map()),_0x1876b0(this,'_nextIndex',0x0);}[_0x37672f(0x920)](_0x87bcea){const _0x3b9d13=_0x37672f;let _0xfefdaf={'contribution':_0x87bcea,'index':this[_0x3b9d13(0x4f0)]++},_0x5548f8=this[_0x3b9d13(0x36c)]['get'](_0x87bcea[_0x3b9d13(0x6b0)])??[];return _0x5548f8[_0x3b9d13(0x5fd)](_0xfefdaf),_0x5548f8[_0x3b9d13(0x6d8)](_0x555ba5),this[_0x3b9d13(0x36c)][_0x3b9d13(0x5d7)](_0x87bcea[_0x3b9d13(0x6b0)],_0x5548f8),(0x0,_0x423058[_0x3b9d13(0x35b)])(()=>{const _0x1d2b3c=_0x3b9d13;let _0x2f7756=this[_0x1d2b3c(0x36c)][_0x1d2b3c(0x47e)](_0x87bcea['childType']);if(!_0x2f7756)return;let _0x18be17=_0x2f7756[_0x1d2b3c(0x320)](_0x2550ff=>_0x2550ff!==_0xfefdaf);_0x18be17['length']?this[_0x1d2b3c(0x36c)][_0x1d2b3c(0x5d7)](_0x87bcea[_0x1d2b3c(0x6b0)],_0x18be17):this['_contributions'][_0x1d2b3c(0x405)](_0x87bcea[_0x1d2b3c(0x6b0)]);});}[_0x37672f(0x47e)](_0x29e45a){return this['getAll'](_0x29e45a)[0x0];}['getAll'](_0x5c6358,_0x55594a){const _0x2fb58d=_0x37672f;return(this[_0x2fb58d(0x36c)][_0x2fb58d(0x47e)](_0x5c6358)??[])['map'](_0x34efdd=>_0x34efdd[_0x2fb58d(0x52f)])[_0x2fb58d(0x320)](_0x5f1299=>!_0x55594a||_0x447e2b(_0x5f1299)===_0x55594a);}['getMergedMenuSchema'](_0x1aaff4,_0x191bef=_0x37672f(0x50e)){const _0x5537f9=_0x37672f;let _0x203df8=this['getAll'](_0x1aaff4,_0x191bef)[_0x5537f9(0x3b8)](_0x31740e=>_0x31740e[_0x5537f9(0x3c8)])['filter'](_0x5b3317=>_0x5b3317&&typeof _0x5b3317=='object');if(_0x203df8[_0x5537f9(0x3fe)])return _0x26ef77(_0x203df8);}[_0x37672f(0x727)](_0x581fa3){const _0x5ab743=_0x37672f;let _0xb3b6d1=_0x581fa3[_0x5ab743(0x704)]??'ribbon',_0x2bd238=this[_0x5ab743(0x648)](_0x581fa3[_0x5ab743(0x6b0)],_0xb3b6d1);if(!_0x2bd238['length'])return;let _0x250a78=_0x2bd238[_0x5ab743(0x320)](_0xe890da=>_0xe890da[_0x5ab743(0x727)]);if(_0x250a78['length']){let _0x446c4b=_0x250a78[_0x5ab743(0x3b8)](_0x1b4ecb=>{const _0x50053e=_0x5ab743;var _0x31ed72;return(_0x31ed72=_0x1b4ecb['mountMenu'])==null?void 0x0:_0x31ed72[_0x50053e(0x4d5)](_0x1b4ecb,{..._0x581fa3,'surface':_0xb3b6d1,'menuSchema':_0x1b4ecb[_0x50053e(0x3c8)],'scopedActionServiceTokens':_0x1b4ecb['scopedActionServiceTokens']});})[_0x5ab743(0x320)](_0xbbdbd4=>!!_0xbbdbd4);return(0x0,_0x423058[_0x5ab743(0x35b)])(()=>{const _0x5285f1=_0x5ab743;_0x446c4b[_0x5285f1(0x84e)](_0x44083f=>_0x44083f['dispose']());});}let _0x490b90=this[_0x5ab743(0x1d2)](_0x581fa3[_0x5ab743(0x6b0)],_0xb3b6d1);if(_0xb3b6d1===_0x5ab743(0x50e))return _0x2c4500({..._0x581fa3,'surface':_0xb3b6d1,'menuSchema':_0x490b90,'scopedActionServiceTokens':_0x2df2dc(_0x2bd238)})??void 0x0;}};function _0x2df2dc(_0x44230c){const _0x1c53bf=_0x37672f;let _0x1d25c3=_0x44230c['flatMap'](_0x3bb33f=>_0x3bb33f[_0x1c53bf(0x7a3)]??[]);return _0x1d25c3['length']?Array[_0x1c53bf(0x7a2)](new Set(_0x1d25c3)):void 0x0;}function _0x447e2b(_0x19e7ee){const _0xf49363=_0x37672f;return _0x19e7ee['surface']??_0xf49363(0x50e);}function _0x555ba5(_0x46e1e1,_0x1afb6d){const _0x3a5797=_0x37672f;return(_0x46e1e1[_0x3a5797(0x52f)][_0x3a5797(0x27a)]??_0x46e1e1[_0x3a5797(0x650)])-(_0x1afb6d[_0x3a5797(0x52f)]['order']??_0x1afb6d['index'])||_0x46e1e1[_0x3a5797(0x650)]-_0x1afb6d[_0x3a5797(0x650)];}function _0x26ef77(_0xc1581){const _0x16dc21=_0x37672f;return _0xc1581[_0x16dc21(0x4e7)]((_0x364b8c,_0x27dee5)=>_0x2def55(_0x364b8c,_0x56902e(_0x27dee5)),{});}function _0x56902e(_0x485683){const _0x302817=_0x37672f;if(!_0x51a136(_0x485683))return _0x485683;let _0x3da22e=new Set(Object[_0x302817(0x4bf)](_0x4fbb7a[_0x302817(0x2e9)])),_0x3e6cd6=Object[_0x302817(0x1ee)](_0x485683)[_0x302817(0x320)](([_0x455656])=>_0x3da22e[_0x302817(0x7df)](_0x455656)),_0x40a14e=Object[_0x302817(0x1ee)](_0x485683)[_0x302817(0x320)](([_0x9e7ea5])=>_0x4d94f4(_0x9e7ea5));if(!_0x3e6cd6[_0x302817(0x3fe)]&&!_0x40a14e['length'])return _0x485683;let _0x227dac={};Object[_0x302817(0x1ee)](_0x485683)[_0x302817(0x84e)](([_0x28254b,_0x180948])=>{const _0x451d8b=_0x302817;!_0x3da22e[_0x451d8b(0x7df)](_0x28254b)&&!_0x4d94f4(_0x28254b)&&(_0x227dac[_0x28254b]=_0x39fd9b(_0x180948));});let _0x5c673d=_0x51a136(_0x227dac[_0x4fbb7a[_0x302817(0x510)]['RIBBON']])?_0x227dac[_0x4fbb7a[_0x302817(0x510)][_0x302817(0x5cf)]]:{};return _0x3e6cd6[_0x302817(0x84e)](([_0x57b7be,_0x67d922])=>{_0x5c673d[_0x57b7be]=_0x57b7be in _0x5c673d?_0x2def55(_0x5c673d[_0x57b7be],_0x67d922):_0x39fd9b(_0x67d922);}),_0x40a14e[_0x302817(0x84e)](([_0x4ddb2e,_0x25314a])=>{let _0x37b649=_0x4d94f4(_0x4ddb2e);if(!_0x37b649)return;let _0xfb38cf=_0x51a136(_0x5c673d[_0x37b649])?_0x5c673d[_0x37b649]:{};_0xfb38cf[_0x4ddb2e]=_0x4ddb2e in _0xfb38cf?_0x2def55(_0xfb38cf[_0x4ddb2e],_0x25314a):_0x39fd9b(_0x25314a),_0x5c673d[_0x37b649]=_0xfb38cf;}),_0x227dac[_0x4fbb7a[_0x302817(0x510)]['RIBBON']]=_0x5c673d,_0x227dac;}let _0x3481cc=[[Object['values'](_0x4fbb7a[_0x37672f(0x5f2)]),_0x4fbb7a['RibbonPosition'][_0x37672f(0x41d)]],[Object[_0x37672f(0x4bf)](_0x4fbb7a['RibbonInsertGroup']),_0x4fbb7a[_0x37672f(0x2e9)]['INSERT']],[Object[_0x37672f(0x4bf)](_0x4fbb7a[_0x37672f(0x245)]),_0x4fbb7a[_0x37672f(0x2e9)][_0x37672f(0x3b0)]],[Object[_0x37672f(0x4bf)](_0x4fbb7a[_0x37672f(0x31c)]),_0x4fbb7a['RibbonPosition'][_0x37672f(0x28f)]],[Object[_0x37672f(0x4bf)](_0x4fbb7a['RibbonViewGroup']),_0x4fbb7a[_0x37672f(0x2e9)][_0x37672f(0x593)]],[Object['values'](_0x4fbb7a[_0x37672f(0x25f)]),_0x4fbb7a[_0x37672f(0x2e9)][_0x37672f(0x5fe)]]];function _0x4d94f4(_0x5af074){const _0x1813ab=_0x37672f;var _0x510432;return(_0x510432=_0x3481cc[_0x1813ab(0x782)](([_0x24b023])=>_0x24b023['includes'](_0x5af074)))==null?void 0x0:_0x510432[0x1];}function _0x2def55(_0x1e5e19,_0x162b9e){const _0x55cc1a=_0x37672f;if(!_0x51a136(_0x1e5e19)||!_0x51a136(_0x162b9e))return _0x39fd9b(_0x162b9e);let _0x375e90={..._0x1e5e19};return Object[_0x55cc1a(0x1ee)](_0x162b9e)[_0x55cc1a(0x84e)](([_0x5d2b63,_0x238dd5])=>{_0x375e90[_0x5d2b63]=_0x5d2b63 in _0x375e90?_0x2def55(_0x375e90[_0x5d2b63],_0x238dd5):_0x39fd9b(_0x238dd5);}),_0x375e90;}function _0x39fd9b(_0x1bd48e){const _0x17342e=_0x37672f;return Array[_0x17342e(0x6f7)](_0x1bd48e)?_0x1bd48e[_0x17342e(0x3b8)](_0x56916e=>_0x39fd9b(_0x56916e)):_0x51a136(_0x1bd48e)?Object['fromEntries'](Object[_0x17342e(0x1ee)](_0x1bd48e)[_0x17342e(0x3b8)](([_0x5338bc,_0x273263])=>[_0x5338bc,_0x39fd9b(_0x273263)])):_0x1bd48e;}function _0x51a136(_0x43f771){const _0x4bb594=_0x37672f;return!!_0x43f771&&typeof _0x43f771==_0x4bb594(0x539)&&!Array['isArray'](_0x43f771);}function _0x2e550f(_0x1fc2bc,_0x453078,_0x46cf40){const _0x18929c=_0x37672f;let {viewport:_0x43fd15,menuSlot:_0x42548c,popupSlot:_0x1e1027}=_0x46cf40;return{'hostUnitId':_0x1fc2bc[_0x18929c(0x7cf)],'hostAnchorId':_0x1fc2bc[_0x18929c(0x391)],'embedId':_0x1fc2bc['embedId'],'childUnitId':_0x1fc2bc['childUnitId'],'childType':_0x1fc2bc[_0x18929c(0x6b0)],'layout':_0x453078,'mode':'float','rootElement':_0x43fd15,'contentRoot':_0x27a665(_0x43fd15,_0x18929c(0x2f1))??_0x43fd15,'canvasRoot':_0x27a665(_0x43fd15,'data-embed-canvas-root')??_0x43fd15,'overlayRoot':_0x27a665(_0x43fd15,'data-embed-overlay-root')??_0x43fd15,'popupRoot':_0x1e1027??_0x27a665(_0x43fd15,_0x18929c(0x263))??_0x43fd15,'menuOutlet':{'container':_0x42548c},'active$':(0x0,_0x12f7a8['of'])(!0x0),'fullscreen':!0x0};}function _0x3271e5(_0x2a998b){const _0x465cbc=_0x37672f;let {injector:_0x4bf507,descriptor:_0x4a905c,renderScope:_0x7c298e}=_0x2a998b,_0x3bf576=[],_0xe16dba=_0x4a905c[_0x465cbc(0x2ab)];if(_0x4bf507['has'](_0x4b94f0)){let _0x4f7288=_0x4bf507[_0x465cbc(0x47e)](_0x4b94f0);_0x3bf576[_0x465cbc(0x5fd)](_0x4f7288['registerRuntimeScope']({'embedId':_0xe16dba,'hostUnitId':_0x4a905c['hostUnitId'],'childUnitId':_0x4a905c[_0x465cbc(0x783)],'childType':_0x4a905c['childType'],'sessionMode':_0x465cbc(0x26a)})),_0x4a905c['childUnitId']&&_0x3bf576[_0x465cbc(0x5fd)](_0x4f7288[_0x465cbc(0x1fc)]({'embedId':_0xe16dba,'role':_0x465cbc(0x27e),'owner':_0x465cbc(0x688),'sessionMode':_0x465cbc(0x26a),'hostUnitId':_0x4a905c[_0x465cbc(0x7cf)],'childUnitId':_0x4a905c[_0x465cbc(0x783)],'childType':_0x4a905c[_0x465cbc(0x6b0)]})),_0x33e5e2(_0x2a998b)['forEach'](({element:_0x25653b,role:_0x5a1ccd})=>{const _0x1d51a8=_0x465cbc;_0x3bf576[_0x1d51a8(0x5fd)](_0x4f7288[_0x1d51a8(0x416)]({'embedId':_0xe16dba,'element':_0x25653b,'role':_0x5a1ccd}));});}if(_0x4bf507['has'](_0x32cfb9)){let _0x4bf627=_0x4bf507[_0x465cbc(0x47e)](_0x32cfb9);_0x33e5e2(_0x2a998b)[_0x465cbc(0x84e)](({element:_0x28a7ca})=>{const _0x2b6c61=_0x465cbc;_0x3bf576[_0x2b6c61(0x5fd)](_0x4bf627[_0x2b6c61(0x578)](_0xe16dba,_0x28a7ca));}),_0x3bf576['push'](_0x4bf627[_0x465cbc(0x269)](_0xe16dba,_0x7c298e[_0x465cbc(0x677)][_0x465cbc(0x53c)]));}return(0x0,_0x423058[_0x465cbc(0x35b)])(()=>{const _0x518e82=_0x465cbc;[..._0x3bf576][_0x518e82(0x691)]()['forEach'](_0x3656b7=>_0x3656b7['dispose']());});}function _0x33e5e2(_0x448f4d){const _0x2a261f=_0x37672f;let {renderScope:_0x146696,menuRoot:_0x2e1407,menuSlot:_0x24a890,popupSlot:_0x5f0e10,sidebarSlot:_0x2967f3,rightSidebarSlot:_0x52553e,footerSlot:_0x30eb03}=_0x448f4d,_0x116a9d=[{'element':_0x146696[_0x2a261f(0x677)],'role':_0x2a261f(0x747)},{'element':_0x146696[_0x2a261f(0x891)],'role':_0x2a261f(0x747)},{'element':_0x146696[_0x2a261f(0x6ce)],'role':'runtime'},{'element':_0x146696[_0x2a261f(0x5c2)],'role':_0x2a261f(0x747)},{'element':_0x2e1407,'role':'floating-menu'},{'element':_0x24a890,'role':_0x2a261f(0x398)},{'element':_0x30eb03,'role':_0x2a261f(0x398)},{'element':_0x2967f3,'role':'child-popup'},{'element':_0x52553e,'role':_0x2a261f(0x516)},{'element':_0x5f0e10,'role':'child-popup'}],_0xb1034e=new Set();return _0x116a9d[_0x2a261f(0x350)](({element:_0x283d54,role:_0x5b59e7})=>!_0x283d54||_0xb1034e['has'](_0x283d54)?[]:(_0xb1034e[_0x2a261f(0x47d)](_0x283d54),[{'element':_0x283d54,'role':_0x5b59e7}]));}function _0x59d63a(_0x4b03c0){return _0x52ff3e(_0x4b03c0)||_0x41fb37(_0x4b03c0);}function _0x52ff3e(_0x3d62cc){const _0x401248=_0x37672f;if(!_0x3d62cc['injector'][_0x401248(0x7df)](_0x28f187)||_0x3d62cc[_0x401248(0x466)]['childType']==null)return;let _0x38836a=_0x3d62cc[_0x401248(0x868)][_0x401248(0x47e)](_0x28f187)['get'](_0x3d62cc[_0x401248(0x466)][_0x401248(0x6b0)]);if((_0x38836a==null?void 0x0:_0x38836a[_0x401248(0x64f)])!=='ribbon')return;let _0x14cf6c=_0x2a91d5(_0x3d62cc[_0x401248(0x868)]);if(_0x3d62cc[_0x401248(0x868)][_0x401248(0x7df)](_0x105b0d)){let _0x41bebc=_0x3d62cc['injector']['get'](_0x105b0d)['mountMenu']({'container':_0x3d62cc[_0x401248(0x6f9)],'portalContainer':_0x3d62cc['childContext'][_0x401248(0x5b0)]['roots'][_0x401248(0x7f1)],'injector':_0x3d62cc[_0x401248(0x6ff)][_0x401248(0x5b0)][_0x401248(0x868)],'childType':_0x3d62cc[_0x401248(0x466)][_0x401248(0x6b0)],'childUnitId':_0x3d62cc[_0x401248(0x466)][_0x401248(0x783)],'embedId':_0x3d62cc[_0x401248(0x466)]['embedId'],'surface':'ribbon','headerMenu':!0x0,'ribbonType':_0x14cf6c,'ribbonHeaderClassName':_0x401248(0x2f3)});if(_0x41bebc)return _0x41bebc;}return _0x2c4500({'container':_0x3d62cc[_0x401248(0x6f9)],'portalContainer':_0x3d62cc['childContext'][_0x401248(0x5b0)][_0x401248(0x8dd)][_0x401248(0x7f1)],'injector':_0x3d62cc['childContext'][_0x401248(0x5b0)][_0x401248(0x868)],'childType':_0x3d62cc['descriptor']['childType'],'childUnitId':_0x3d62cc[_0x401248(0x466)][_0x401248(0x783)],'embedId':_0x3d62cc[_0x401248(0x466)][_0x401248(0x2ab)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0x14cf6c,'ribbonHeaderClassName':_0x401248(0x2f3)});}function _0x2a91d5(_0x4992b0){const _0x2b64fc=_0x37672f;var _0x34a4a6;return _0x4992b0['has'](_0x423058[_0x2b64fc(0x514)])?((_0x34a4a6=_0x4992b0['get'](_0x423058[_0x2b64fc(0x514)])['getConfig'](_0x4fbb7a[_0x2b64fc(0x812)]))==null?void 0x0:_0x34a4a6[_0x2b64fc(0x557)])??'classic':_0x2b64fc(0x639);}function _0x41fb37(_0x4cfc45){const _0x48fe9e=_0x37672f;if(!_0x4cfc45[_0x48fe9e(0x868)][_0x48fe9e(0x7df)](_0x74c661)||_0x4cfc45[_0x48fe9e(0x466)][_0x48fe9e(0x6b0)]==null||!_0x4cfc45[_0x48fe9e(0x466)][_0x48fe9e(0x783)])return;let _0x4978a6=_0x4cfc45['injector'][_0x48fe9e(0x47e)](_0x74c661)[_0x48fe9e(0x47e)](_0x4cfc45[_0x48fe9e(0x466)][_0x48fe9e(0x805)],_0x4cfc45['descriptor'][_0x48fe9e(0x23b)],_0x4cfc45['descriptor'][_0x48fe9e(0x6b0)]),_0x3c635d=_0x4978a6==null?void 0x0:_0x4978a6['mount']({..._0x4cfc45[_0x48fe9e(0x6ff)],'active':{'hostUnitId':_0x4cfc45[_0x48fe9e(0x466)]['hostUnitId'],'embedId':_0x4cfc45[_0x48fe9e(0x466)][_0x48fe9e(0x2ab)],'childUnitId':_0x4cfc45[_0x48fe9e(0x466)]['childUnitId'],'stage':_0x48fe9e(0x58d)}});return _0x3c635d?(0x0,_0x423058[_0x48fe9e(0x35b)])(()=>_0x3c635d[_0x48fe9e(0x4ff)]()):void 0x0;}var _0x50411d=class{constructor(){const _0x26d133=_0x37672f;_0x1876b0(this,'_session$',new _0x12f7a8['BehaviorSubject'](null)),_0x1876b0(this,_0x26d133(0x2e2),new _0x12f7a8[(_0x26d133(0x53e))]()),_0x1876b0(this,_0x26d133(0x383),this[_0x26d133(0x703)]['asObservable']()),_0x1876b0(this,_0x26d133(0x75e),this[_0x26d133(0x2e2)][_0x26d133(0x58c)]());}[_0x37672f(0x25a)](){const _0x483e4c=_0x37672f;return this[_0x483e4c(0x703)]['getValue']();}[_0x37672f(0x712)](_0x4c37da){const _0x556e27=_0x37672f;var _0x414cdb,_0xf8d394;if(!_0x4c37da[_0x556e27(0x783)]||_0x4c37da['childType']==null)throw Error(_0x556e27(0x2bd));let _0x4e8fb5=((_0x414cdb=_0x4c37da[_0x556e27(0x5d5)])==null?void 0x0:_0x414cdb['floating'])||void 0x0,_0x284ccc=((_0xf8d394=_0x4c37da['sourceMeta'])==null?void 0x0:_0xf8d394[_0x556e27(0x81f)])||void 0x0;if(_0x284ccc&&_0x284ccc[_0x556e27(0x62a)]&&!_0x4e8fb5)throw Error(_0x556e27(0x628));let _0x434bca=_0x4e8fb5?_0x4e8fb5[_0x556e27(0x589)]:void 0x0;if(!_0x434bca)throw Error(_0x556e27(0x3f8));let _0x111b48={'hostUnitId':_0x4c37da['hostUnitId'],'embedId':_0x4c37da[_0x556e27(0x2ab)],'childUnitId':_0x4c37da[_0x556e27(0x783)],'childType':_0x4c37da[_0x556e27(0x6b0)],'entry':_0x4c37da['entry'],'layout':_0x434bca};return this[_0x556e27(0x703)]['next'](_0x111b48),_0x111b48;}[_0x37672f(0x6ba)](_0x3deb1b){const _0x2417db=_0x37672f;let _0x44b3e7=this[_0x2417db(0x25a)]();_0x44b3e7&&(!_0x3deb1b||_0x44b3e7[_0x2417db(0x2ab)]===_0x3deb1b)&&this['_session$'][_0x2417db(0x7b8)](null);}[_0x37672f(0x437)](_0x2623ad){const _0x2634d3=_0x37672f;this[_0x2634d3(0x2e2)]['next'](_0x2623ad);}};function _0x31c6e0(){const _0x534730=_0x37672f;let _0x2f9050=(0x0,_0x4fbb7a[_0x534730(0x7bd)])(_0x423058[_0x534730(0x8d5)]),_0x295685=(0x0,_0x4fbb7a[_0x534730(0x7bd)])(_0x423058[_0x534730(0x5f7)]),_0x21898e=(0x0,_0x4fbb7a['useDependency'])(_0x30c858),_0x27b14f=(0x0,_0x4fbb7a[_0x534730(0x7bd)])(_0x50411d),_0x11161e=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x490196=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x171a45=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x2d0e58=(0x0,_0x10447b['useRef'])(null),_0x332739=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x12a765=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x53b740=(0x0,_0x10447b[_0x534730(0x2e7)])(null),_0x18d79d=(0x0,_0x4fbb7a['useObservable'])(()=>_0x27b14f['session$'],_0x27b14f['getSession'](),!0x1,[_0x27b14f]),[_0x36a45a,_0xe1a117]=(0x0,_0x10447b[_0x534730(0x1d1)])(null);if((0x0,_0x10447b[_0x534730(0x7b1)])(()=>{const _0x5118e5=_0x534730;var _0x4768db;let _0x1cee6b=_0x171a45[_0x5118e5(0x90d)],_0x74b5d1=_0x490196[_0x5118e5(0x90d)],_0x781d8f=_0x2d0e58['current'],_0x4d693c=_0x332739[_0x5118e5(0x90d)],_0x546f49=_0x12a765[_0x5118e5(0x90d)],_0x33ec5b=_0x53b740[_0x5118e5(0x90d)];if(!_0x18d79d||!_0x1cee6b||!_0x74b5d1||!_0x781d8f||!_0x4d693c||!_0x546f49||!_0x33ec5b)return;let _0x13ada0=_0x4af892(_0x2f9050,_0x18d79d[_0x5118e5(0x7cf)],_0x18d79d[_0x5118e5(0x2ab)]);if(!(_0x13ada0!=null&&_0x13ada0[_0x5118e5(0x783)])||_0x13ada0[_0x5118e5(0x6b0)]==null){_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x73d)]=_0x5118e5(0x79c);return;}let _0x167aac=_0x2f9050[_0x5118e5(0x47e)](_0x402a2b)[_0x5118e5(0x47e)](_0x13ada0[_0x5118e5(0x6b0)]);if(!(_0x167aac!=null&&_0x167aac[_0x5118e5(0x8c5)]['includes'](_0x18d79d['layout']))){_0x1cee6b['dataset'][_0x5118e5(0x73d)]=_0x5118e5(0x2df);return;}_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x73d)]=_0x5118e5(0x668),_0x1cee6b['dataset'][_0x5118e5(0x2ab)]=_0x13ada0['embedId'],_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x6ef)]=_0x13ada0[_0x5118e5(0x23b)],_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x6ad)]=_0x13ada0[_0x5118e5(0x391)],_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x3e0)]=_0x18d79d['layout'],_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x667)]=String(_0x13ada0[_0x5118e5(0x6b0)]),_0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x76d)]=_0x13ada0[_0x5118e5(0x783)];let _0x467f5f=_0x280939(_0x1cee6b),_0x54d79a=_0x2e550f(_0x13ada0,_0x18d79d[_0x5118e5(0x589)],{'viewport':_0x1cee6b,'menuSlot':_0x74b5d1,'popupSlot':_0x781d8f,'footerSlot':_0x33ec5b}),_0x47c7be={'descriptor':_0x13ada0,'layout':_0x18d79d[_0x5118e5(0x589)],'injector':_0x2f9050,'hostElement':_0x1cee6b,'container':_0x1cee6b,'renderScope':_0x54d79a,'hostUnitId':_0x13ada0['hostUnitId'],'embedId':_0x13ada0[_0x5118e5(0x2ab)],'childUnitId':_0x13ada0[_0x5118e5(0x783)],'childType':_0x13ada0['childType']},{runtimeScope:_0x40f9b3,disposable:_0x73a9f1}=_0x10e112(_0x47c7be,()=>{},_0x167aac[_0x5118e5(0x66a)]);_0xe1a117({'embedId':_0x13ada0[_0x5118e5(0x2ab)],'injector':_0x40f9b3['injector'],'sourceInjector':_0x2f9050,'popupContainer':_0x40f9b3[_0x5118e5(0x8dd)][_0x5118e5(0x7f1)]});let _0x329afa={..._0x47c7be,'runtimeScope':_0x40f9b3},_0x3627f3=_0x3271e5({'injector':_0x2f9050,'descriptor':_0x13ada0,'renderScope':_0x54d79a,'menuRoot':_0x11161e[_0x5118e5(0x90d)],'menuSlot':_0x74b5d1,'popupSlot':_0x781d8f,'sidebarSlot':_0x4d693c,'rightSidebarSlot':_0x546f49,'footerSlot':_0x33ec5b}),_0x26200a=_0x3282fc=>{const _0x464052=_0x5118e5;var _0x4c5729,_0x14178a;let _0x474d41=(_0x3282fc==null?void 0x0:_0x3282fc[_0x464052(0x317)])instanceof Element?_0x3282fc['target']:null;_0x474d41!=null&&_0x474d41[_0x464052(0x68d)](_0x464052(0x3fa))||((_0x4c5729=_0x40f9b3[_0x464052(0x4ee)])==null||_0x4c5729[_0x464052(0x40b)](_0x13ada0[_0x464052(0x783)]),(_0x14178a=_0x40f9b3[_0x464052(0x4ee)])==null||_0x14178a['focusUnit'](_0x13ada0[_0x464052(0x783)]),_0x21898e[_0x464052(0x6ec)](_0x13ada0));};_0x26200a(),_0x1cee6b[_0x5118e5(0x780)](_0x5118e5(0x2ce),_0x26200a,{'capture':!0x0}),_0x1cee6b['addEventListener']('focusin',_0x26200a);let _0xa2d63b=(_0x4768db=_0x167aac[_0x5118e5(0x48e)])==null?void 0x0:_0x4768db[_0x5118e5(0x4d5)](_0x167aac,_0x329afa),_0x266f42=_0x59d63a({'injector':_0x2f9050,'descriptor':_0x13ada0,'childContext':_0x329afa,'menuContainer':_0x74b5d1});return _0x1cee6b[_0x5118e5(0x89c)][_0x5118e5(0x73d)]=_0x5118e5(0x864),()=>{const _0x83988d=_0x5118e5;_0xe1a117(null),globalThis[_0x83988d(0x62b)](()=>{const _0x2c261e=_0x83988d;_0x1cee6b['removeEventListener'](_0x2c261e(0x2ce),_0x26200a,{'capture':!0x0}),_0x1cee6b[_0x2c261e(0x356)](_0x2c261e(0x52c),_0x26200a),_0x266f42==null||_0x266f42[_0x2c261e(0x4ff)](),_0xa2d63b==null||_0xa2d63b[_0x2c261e(0x4ff)](),_0x3627f3[_0x2c261e(0x4ff)](),_0x73a9f1[_0x2c261e(0x4ff)](),_0x467f5f[_0x2c261e(0x4ff)](),_0x21898e[_0x2c261e(0x5d1)](_0x13ada0),delete _0x1cee6b[_0x2c261e(0x89c)]['embedFullscreenStatus'],delete _0x1cee6b[_0x2c261e(0x89c)][_0x2c261e(0x2ab)],delete _0x1cee6b['dataset']['embedHostEntry'],delete _0x1cee6b[_0x2c261e(0x89c)]['embedHostAnchorId'],delete _0x1cee6b[_0x2c261e(0x89c)][_0x2c261e(0x3e0)],delete _0x1cee6b[_0x2c261e(0x89c)][_0x2c261e(0x667)],delete _0x1cee6b[_0x2c261e(0x89c)][_0x2c261e(0x76d)],_0x27b14f[_0x2c261e(0x437)](_0x18d79d);});};},[_0x21898e,_0x27b14f,_0x2f9050,_0x18d79d]),!_0x18d79d)return null;let _0x4a8374=()=>{const _0x28e893=_0x534730;_0x27b14f['exit'](_0x18d79d[_0x28e893(0x2ab)]);};return(0x0,_0x8825e5[_0x534730(0x1fa)])(_0x534730(0x46a),{'className':_0x534730(0x39c),'data-embed-fullscreen-shell':_0x534730(0x91c),'style':{'zIndex':0x32a},'children':[_0x18d79d[_0x534730(0x6b0)]===_0x423058[_0x534730(0x839)]['UNIVER_BOARD']&&(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'className':_0x534730(0x1f0),'data-embed-boards-fullscreen-exit':'true','title':_0x295685['t'](_0x534730(0x518)),'children':(0x0,_0x8825e5[_0x534730(0x1fa)])(_0x4fbb7a[_0x534730(0x6fa)],{'noIcon':!0x0,'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','onClick':_0x4a8374,'children':[(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x5af7b7,{}),(0x0,_0x8825e5['jsx'])('span',{'children':_0x295685['t'](_0x534730(0x518))})]})}),(0x0,_0x8825e5[_0x534730(0x1fa)])(_0x534730(0x46a),{'ref':_0x11161e,'className':_0x534730(0x6e3),'data-embed-fullscreen-menu':_0x534730(0x91c),'children':[_0x18d79d[_0x534730(0x6b0)]!==_0x423058[_0x534730(0x839)][_0x534730(0x316)]&&(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'className':_0x534730(0x623),'data-embed-fullscreen-header':_0x534730(0x91c),'children':(0x0,_0x8825e5[_0x534730(0x1fa)])(_0x314f23[_0x534730(0x7ec)],{'type':_0x534730(0x3e6),'size':_0x534730(0x768),'variant':_0x534730(0x3cc),'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20hover:!univer-bg-primary-100\x20hover:!univer-text-primary-700\x20dark:hover:!univer-bg-primary-800\x20dark:hover:!univer-text-primary-100\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':_0x534730(0x91c),'onClick':_0x4a8374,'children':[(0x0,_0x8825e5['jsx'])(_0x1ec338,{}),(0x0,_0x8825e5['jsx'])(_0x534730(0x2db),{'children':_0x295685['t']('embed-ui.fullscreen.exit')})]})}),(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'ref':_0x490196,'className':_0x534730(0x6b8),'data-embed-fullscreen-menu-slot':_0x534730(0x91c),'data-embed-menu-slot':_0x534730(0x91c)})]}),(0x0,_0x8825e5['jsxs'])(_0x534730(0x46a),{'className':_0x534730(0x8d8),'data-embed-fullscreen-body':_0x534730(0x91c),'children':[(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'ref':_0x332739,'className':_0x534730(0x5d3),'data-embed-fullscreen-sidebar-slot':_0x534730(0x91c),'data-embed-id':_0x18d79d[_0x534730(0x2ab)]}),(0x0,_0x8825e5[_0x534730(0x3c4)])('div',{'ref':_0x171a45,'className':'univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','data-embed-fullscreen-viewport':_0x534730(0x91c),'onContextMenuCapture':_0xd21533=>{const _0x10f8a4=_0x534730;_0xd21533[_0x10f8a4(0x387)]();}}),(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'ref':_0x12a765,'className':_0x534730(0x579),'data-embed-fullscreen-right-sidebar-slot':_0x534730(0x91c),'data-embed-id':_0x18d79d[_0x534730(0x2ab)],'children':_0x36a45a&&(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x8392c6,{..._0x36a45a})})]}),(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x534730(0x46a),{'ref':_0x53b740,'className':'univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':_0x534730(0x91c)}),(0x0,_0x8825e5['jsx'])(_0x534730(0x46a),{'ref':_0x2d0e58,'className':_0x534730(0x261),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':_0x534730(0x91c),'children':_0x36a45a&&(0x0,_0x8825e5[_0x534730(0x3c4)])(_0x115f48,{..._0x36a45a})})]});}function _0x115f48(_0x1da990){const _0x1ba065=_0x37672f;let {embedId:_0xa1aded,injector:_0x1efee9,sourceInjector:_0x318fa4,popupContainer:_0x1bd443}=_0x1da990;return(0x0,_0x8825e5['jsxs'])(_0x8825e5['Fragment'],{'children':[(0x0,_0x8825e5['jsxs'])(_0x418b69,{'injector':_0x1efee9,'mountContainer':_0x1bd443,'embedId':_0xa1aded,'children':[(0x0,_0x8825e5[_0x1ba065(0x3c4)])(_0x4fbb7a[_0x1ba065(0x8f4)],{}),(0x0,_0x8825e5['jsx'])(_0x4fbb7a[_0x1ba065(0x5f5)],{})]}),(0x0,_0x8825e5[_0x1ba065(0x3c4)])(_0x418b69,{'injector':_0x318fa4,'mountContainer':_0x1bd443,'embedId':_0xa1aded,'children':(0x0,_0x8825e5[_0x1ba065(0x3c4)])(_0x4fbb7a[_0x1ba065(0x5f5)],{})})]});}function _0x8392c6(_0x46a377){const _0x4e5721=_0x37672f;let {embedId:_0x54d8c9,injector:_0x2df252,sourceInjector:_0x2f4da7,popupContainer:_0x176734}=_0x46a377;return(0x0,_0x8825e5['jsxs'])(_0x4e5721(0x227),{'className':_0x4e5721(0x5c4),'children':[(0x0,_0x8825e5['jsx'])(_0x418b69,{'injector':_0x2df252,'mountContainer':_0x176734,'embedId':_0x54d8c9,'children':(0x0,_0x8825e5[_0x4e5721(0x3c4)])(_0x4fbb7a[_0x4e5721(0x8f2)],{})}),(0x0,_0x8825e5[_0x4e5721(0x3c4)])(_0x418b69,{'injector':_0x2f4da7,'mountContainer':_0x176734,'embedId':_0x54d8c9,'children':(0x0,_0x8825e5['jsx'])(_0x4fbb7a[_0x4e5721(0x8f2)],{})})]});}function _0x4af892(_0x49720f,_0x346025,_0x287b53){const _0x810578=_0x37672f;try{return _0x49720f['get'](_0x5e0ca8[_0x810578(0x2ea)])[_0x810578(0x5ad)](_0x346025,_0x287b53);}catch{return;}}let _0xccfaf4={};function _0x14b03a(_0x377a62){const _0x44764f=_0x37672f;let {stage:_0x32ea56,interactionFlow:_0x372933}=_0x377a62,_0x42dd17=_0x372933===_0x44764f(0x55f),_0x240660=_0x32ea56==='stage1'&&!_0x42dd17,_0xdc8b6e=_0x32ea56===_0x44764f(0x58d)||_0x42dd17;return{'allowHostBodyDrag':_0x240660,'disableLiveHostPointerEvents':!_0x42dd17&&(_0x32ea56===_0x44764f(0x3ed)||_0x32ea56===_0x44764f(0x4c6)),'passThroughInteractionGate':_0xdc8b6e,'runtimeOwnsInteraction':_0xdc8b6e};}function _0x4e92bf(_0x2d3328,_0x5089c6){const _0x3ac3be=_0x37672f;var _0x22b4d5;return(_0x2d3328==null?void 0x0:_0x2d3328[_0x3ac3be(0x805)])===_0x423058[_0x3ac3be(0x839)][_0x3ac3be(0x89d)]&&_0x2d3328[_0x3ac3be(0x6b0)]===_0x423058[_0x3ac3be(0x839)][_0x3ac3be(0x89d)]&&!!((_0x22b4d5=_0x2d3328[_0x3ac3be(0x5d5)])!=null&&_0x22b4d5[_0x3ac3be(0x461)])&&_0x5089c6!==_0x3ac3be(0x58d);}function _0x515bc1(_0x1dcf01,_0x4004f4){const _0x5499be=_0x37672f;return _0x4e92bf(_0x1dcf01,_0x4004f4)?'deferred':_0x5499be(0x364);}function _0x3a08eb(_0xd1ac11){const _0x34263b=_0x37672f;var _0x437e0e;return _0xd1ac11[_0x34263b(0x3d5)]||((_0x437e0e=_0xd1ac11[_0x34263b(0x44d)])==null?void 0x0:_0x437e0e[_0x34263b(0x2ab)])===_0xd1ac11[_0x34263b(0x2ab)]&&_0xd1ac11[_0x34263b(0x44d)][_0x34263b(0x67a)]==='stage2'||!_0xd1ac11[_0x34263b(0x914)]&&_0xd1ac11['renderScopeActive']?_0x34263b(0x58d):_0x34263b(0x3ed);}function _0x20af27(_0xd6da6c,_0x26c8f3){const _0x4b8200=_0x37672f;return _0xd6da6c!==_0x4b8200(0x504)&&_0xd6da6c!==_0x4b8200(0x7a0)||_0x26c8f3['shiftKey']||_0x26c8f3[_0x4b8200(0x56b)]||_0x26c8f3['metaKey']?!0x1:Math['abs'](_0x26c8f3[_0x4b8200(0x560)])>Math['abs'](_0x26c8f3[_0x4b8200(0x866)]);}let _0x16b23f=Symbol(_0x37672f(0x8fa)),_0x1a6ceb=Symbol(_0x37672f(0x724));function _0x569ace(_0xb8e774){const _0x40bcc2=_0x37672f;let _0x4a241a=_0x2d9e35=>{const _0x407ec6=_0x3a85;var _0x4f9734;if(_0x449cd1(_0x2d9e35))return;if(_0xb8e774[_0x407ec6(0x840)]&&_0xb8e774[_0x407ec6(0x4c3)][_0x407ec6(0x88c)](_0x2d9e35)){var _0x3374ef;let _0x138379=_0xb8e774[_0x407ec6(0x4b8)]();if(_0x138379&&((_0x3374ef=_0xb8e774[_0x407ec6(0x50a)])==null?void 0x0:_0x3374ef['call'](_0xb8e774,_0x2d9e35,_0x138379))===!0x0||_0x3e53f5(_0xb8e774[_0x407ec6(0x3e5)],_0x2d9e35)){_0xb8e774[_0x407ec6(0x607)](_0x407ec6(0x547)),_0x3dce18(_0x2d9e35,!0x0);return;}}if(_0x2d9e35[_0x407ec6(0x56b)]||_0x2d9e35[_0x407ec6(0x8cc)])return;let _0x220fda=_0xb8e774[_0x407ec6(0x7d4)]();if(_0x220fda===_0x407ec6(0x58d))return;let _0x4332f0=_0xb8e774['getChildContext'](),_0x57df93=_0x4332f0?_0xb8e774[_0x407ec6(0x55d)][_0x407ec6(0x47e)](_0x4332f0[_0x407ec6(0x6b0)],_0x4332f0[_0x407ec6(0x589)]):void 0x0,_0x40cdd6=_0x5304da(_0x2d9e35,_0xb8e774[_0x407ec6(0x46f)]),_0xe4d53d=_0x4332f0?{..._0x4332f0,'event':_0x40cdd6,'stage':_0x220fda,'viewportScrollY':_0xb8e774[_0x407ec6(0x76c)]?_0xb8e774['hostScrollOffset'][_0x407ec6(0x90d)]:void 0x0}:void 0x0;if(_0x4332f0&&_0x353db1(_0x4332f0,_0x2d9e35,_0xb8e774[_0x407ec6(0x76c)])){var _0x239ac6;if(((_0x239ac6=_0xb8e774['onHostWheel'])==null?void 0x0:_0x239ac6[_0x407ec6(0x4d5)](_0xb8e774,_0x2d9e35,_0x4332f0))===!0x0||_0x3e53f5(_0xb8e774[_0x407ec6(0x3e5)],_0x2d9e35)){_0xb8e774['invalidate']('host-scroll'),_0x3dce18(_0x2d9e35,!0x0);return;}}let _0x3ea438=_0xe4d53d?_0xb8e774[_0x407ec6(0x4cf)]['handleWheel'](_0xe4d53d):!0x1,_0x3bf0c4=!_0x3ea438&&_0x32e45a(_0xb8e774[_0x407ec6(0x3e5)],_0x2d9e35),_0x205aed=!0x1,_0x3a0de1=!0x1;if(!_0x3ea438&&_0x3bf0c4?_0x381fe9(_0x44328a(_0x2d9e35),()=>{const _0x14eec6=_0x407ec6;var _0x1f2852;return _0x3a0de1=((_0x1f2852=_0xb8e774[_0x14eec6(0x68a)])==null?void 0x0:_0x1f2852[_0x14eec6(0x4d5)](_0xb8e774,_0x2d9e35))===!0x0;},()=>_0x205aed=(_0x57df93==null?void 0x0:_0x57df93[_0x407ec6(0x561)](_0xe4d53d))===!0x0):_0x3ea438||(_0x205aed=(_0x57df93==null?void 0x0:_0x57df93['handleWheel'](_0xe4d53d))===!0x0),!_0x3ea438&&!_0x205aed&&!_0x3a0de1&&!_0x3bf0c4&&_0x57df93&&_0x4332f0&&_0x392f3b(_0x2d9e35)&&((_0x4f9734=_0xb8e774[_0x407ec6(0x50a)])==null?void 0x0:_0x4f9734['call'](_0xb8e774,_0x2d9e35,_0x4332f0))===!0x0){_0xb8e774['invalidate'](_0x407ec6(0x547)),_0x3dce18(_0x2d9e35,!0x0);return;}let _0x17c77e=_0x205aed||_0x3a0de1?!0x1:_0x3960b1(_0x2d9e35,_0xb8e774[_0x407ec6(0x8c6)]),_0xb2f51f=_0x205aed||_0x3a0de1||(_0x3bf0c4||_0x17c77e?!0x1:_0x33e106(_0x2d9e35,_0xb8e774['liveRoot']));(_0x3ea438||_0x205aed||_0x3a0de1||_0x17c77e||_0xb2f51f)&&_0x3dce18(_0x2d9e35,!0x1);},_0x593032=_0xaacc50=>{const _0x5a688f=_0x3a85;var _0x48adf5;if(_0xb8e774['getStage']()!==_0x5a688f(0x58d))return;let _0x3ff815=_0xb8e774['getChildContext']();if(_0x3ff815){if(_0x32e45a(_0xb8e774['container'],_0xaacc50)){let _0x59f7ea=_0xb8e774[_0x5a688f(0x55d)]['get'](_0x3ff815[_0x5a688f(0x6b0)],_0x3ff815[_0x5a688f(0x589)]),_0xa0cae8=_0x5304da(_0xaacc50,_0xb8e774[_0x5a688f(0x46f)]),_0xe8ae38={..._0x3ff815,'event':_0xa0cae8,'stage':_0x5a688f(0x58d),'viewportScrollY':_0xb8e774[_0x5a688f(0x76c)]?_0xb8e774[_0x5a688f(0x682)][_0x5a688f(0x90d)]:void 0x0};_0x381fe9(_0x44328a(_0xaacc50),()=>{const _0x2e02b9=_0x5a688f;var _0x3b2fb3;return((_0x3b2fb3=_0xb8e774[_0x2e02b9(0x68a)])==null?void 0x0:_0x3b2fb3[_0x2e02b9(0x4d5)](_0xb8e774,_0xaacc50))===!0x0;},()=>_0xb8e774[_0x5a688f(0x4cf)][_0x5a688f(0x561)](_0xe8ae38)||(_0x59f7ea==null?void 0x0:_0x59f7ea[_0x5a688f(0x561)](_0xe8ae38))===!0x0)&&_0x3dce18(_0xaacc50,!0x0);return;}_0x353db1(_0x3ff815,_0xaacc50,_0xb8e774[_0x5a688f(0x76c)])&&(_0x19cd6a(_0xaacc50)||(_0x67500e(_0xaacc50),(((_0x48adf5=_0xb8e774[_0x5a688f(0x50a)])==null?void 0x0:_0x48adf5[_0x5a688f(0x4d5)](_0xb8e774,_0xaacc50,_0x3ff815))===!0x0||_0x3e53f5(_0xb8e774[_0x5a688f(0x3e5)],_0xaacc50))&&(_0xb8e774[_0x5a688f(0x607)](_0x5a688f(0x547)),_0x3dce18(_0xaacc50,!0x0))));}},_0x3b5f43=()=>_0xb8e774[_0x40bcc2(0x607)]('child-scroll');return _0xb8e774[_0x40bcc2(0x79e)][_0x40bcc2(0x780)](_0x40bcc2(0x66f),_0x4a241a,{'passive':!0x1}),_0xb8e774[_0x40bcc2(0x8c6)]['addEventListener'](_0x40bcc2(0x66f),_0x4a241a,{'capture':!0x0,'passive':!0x1}),_0xb8e774[_0x40bcc2(0x3e5)][_0x40bcc2(0x780)]('wheel',_0x593032,{'capture':!0x0,'passive':!0x1}),_0xb8e774[_0x40bcc2(0x8c6)][_0x40bcc2(0x780)](_0x40bcc2(0x66f),_0x593032,{'capture':!0x0,'passive':!0x1}),_0xb8e774[_0x40bcc2(0x8c6)][_0x40bcc2(0x780)](_0x40bcc2(0x70a),_0x3b5f43,!0x0),(0x0,_0x423058[_0x40bcc2(0x35b)])(()=>{const _0x5929d2=_0x40bcc2;_0xb8e774['gate'][_0x5929d2(0x356)](_0x5929d2(0x66f),_0x4a241a),_0xb8e774[_0x5929d2(0x8c6)]['removeEventListener'](_0x5929d2(0x66f),_0x4a241a,{'capture':!0x0}),_0xb8e774['container'][_0x5929d2(0x356)](_0x5929d2(0x66f),_0x593032,{'capture':!0x0}),_0xb8e774[_0x5929d2(0x8c6)]['removeEventListener']('wheel',_0x593032,{'capture':!0x0}),_0xb8e774[_0x5929d2(0x8c6)][_0x5929d2(0x356)]('scroll',_0x3b5f43,!0x0);});}function _0x5304da(_0x521e05,_0x151c2b){const _0x3e750c=_0x37672f;return typeof _0x151c2b!=_0x3e750c(0x2c5)||!Number[_0x3e750c(0x498)](_0x151c2b)||_0x151c2b<=0x0||_0x151c2b===0x1?_0x521e05:new WheelEvent(_0x521e05[_0x3e750c(0x27c)],{'altKey':_0x521e05[_0x3e750c(0x295)],'bubbles':_0x521e05[_0x3e750c(0x424)],'cancelable':_0x521e05[_0x3e750c(0x7d1)],'clientX':_0x521e05[_0x3e750c(0x582)],'clientY':_0x521e05[_0x3e750c(0x91a)],'ctrlKey':_0x521e05[_0x3e750c(0x56b)],'deltaMode':_0x521e05[_0x3e750c(0x681)],'deltaX':_0x521e05[_0x3e750c(0x866)]/_0x151c2b,'deltaY':_0x521e05['deltaY']/_0x151c2b,'deltaZ':_0x521e05[_0x3e750c(0x2cf)]/_0x151c2b,'metaKey':_0x521e05[_0x3e750c(0x8cc)],'shiftKey':_0x521e05[_0x3e750c(0x5f3)]});}function _0x5886cb(_0x2d76ad,_0x21ef68){const _0x11e563=_0x37672f;let _0x4ba64c=new WheelEvent('wheel',{'clientX':_0x2d76ad[_0x11e563(0x582)],'clientY':_0x2d76ad['clientY'],'ctrlKey':_0x2d76ad[_0x11e563(0x56b)],'deltaMode':_0x2d76ad[_0x11e563(0x681)],'deltaX':_0x2d76ad[_0x11e563(0x866)],'deltaY':_0x2d76ad[_0x11e563(0x560)],'deltaZ':_0x2d76ad[_0x11e563(0x2cf)],'metaKey':_0x2d76ad[_0x11e563(0x8cc)],'shiftKey':_0x2d76ad[_0x11e563(0x5f3)],..._0x21ef68});return Object[_0x11e563(0x3a8)](_0x4ba64c,_0x16b23f,{'configurable':!0x0,'value':_0x2d76ad}),_0x4ba64c;}function _0x449cd1(_0x3c3bb0){return!!_0x3c3bb0&&_0x3c3bb0[_0x16b23f]instanceof WheelEvent;}function _0x67500e(_0x1fedc1){const _0x5afa3a=_0x37672f;Object[_0x5afa3a(0x3a8)](_0x1fedc1,_0x1a6ceb,{'configurable':!0x0,'value':!0x0});}function _0x19cd6a(_0x20719a){return!!_0x20719a[_0x1a6ceb];}function _0x3960b1(_0x343319,_0x262912){const _0x161df8=_0x37672f;let _0x23f32f=_0x386fe5(_0x262912,_0x343319[_0x161df8(0x582)],_0x343319['clientY'])??_0x262912,_0x5ae7de=_0x5886cb(_0x343319,{'bubbles':!0x0,'cancelable':!0x0});return _0x23f32f[_0x161df8(0x924)](_0x5ae7de),_0x5ae7de[_0x161df8(0x1e5)];}function _0x33e106(_0x2f261a,_0x4b4844){const _0x7bf9e5=_0x37672f;let _0x53f1fb=_0x33a794(_0x386fe5(_0x4b4844,_0x2f261a[_0x7bf9e5(0x582)],_0x2f261a[_0x7bf9e5(0x91a)])??_0x4b4844,_0x4b4844,_0x2f261a);return _0x53f1fb?_0x3c54fb(_0x2f261a,_0x53f1fb):!0x1;}function _0x3c54fb(_0x2727bf,_0x2d239b){const _0x11501d=_0x37672f;let _0x2b295a=_0x44328a(_0x2727bf),_0x4c5c5f=_0x2727bf[_0x11501d(0x5f3)]?0x0:_0x2727bf[_0x11501d(0x560)],_0x454123=_0x2d239b[_0x11501d(0x21a)],_0x192638=_0x2d239b[_0x11501d(0x605)];return _0x2b295a&&(_0x2d239b[_0x11501d(0x21a)]+=_0x2b295a),_0x4c5c5f&&(_0x2d239b[_0x11501d(0x605)]+=_0x4c5c5f),_0x2d239b[_0x11501d(0x21a)]!==_0x454123||_0x2d239b[_0x11501d(0x605)]!==_0x192638;}function _0x3e53f5(_0x48de58,_0x2ed83e){const _0x22d4d8=_0x37672f;let _0x378785=_0x2ca57c(_0x48de58);if(!_0x378785)return _0x38a304(_0x48de58[_0x22d4d8(0x53c)][_0x22d4d8(0x77f)],_0x48de58,_0x2ed83e);if(!_0x3ab31c(_0x378785))return _0x38a304(_0x378785,_0x48de58,_0x2ed83e);let _0xc44ef1=_0x378785[_0x22d4d8(0x605)];return _0x378785[_0x22d4d8(0x605)]+=_0x2ed83e['deltaY'],_0x378785['scrollTop']!==_0xc44ef1;}function _0x2ca57c(_0x1822d1){const _0x13c817=_0x37672f;let _0x462fb2=_0x1822d1['parentElement'];for(;_0x462fb2&&_0x462fb2!==document[_0x13c817(0x77f)]&&_0x462fb2!==document['documentElement'];){if(_0x462fb2[_0x13c817(0x550)]>_0x462fb2[_0x13c817(0x6f0)]&&_0x49e1a9(_0x462fb2))return _0x462fb2;_0x462fb2=_0x462fb2['parentElement'];}return null;}function _0x49e1a9(_0x522375){const _0x37feda=_0x37672f;let _0x349f7d=window[_0x37feda(0x24a)](_0x522375);return _0x349f7d[_0x37feda(0x634)]===_0x37feda(0x523)||_0x349f7d[_0x37feda(0x634)]==='scroll'||_0x349f7d[_0x37feda(0x634)]===_0x37feda(0x49c)||_0x349f7d[_0x37feda(0x46b)]===_0x37feda(0x523)||_0x349f7d[_0x37feda(0x46b)]===_0x37feda(0x70a)||_0x349f7d[_0x37feda(0x46b)]==='hidden';}function _0x353db1(_0x55878a,_0x4145dc,_0x51bac3){const _0x20d472=_0x37672f;var _0x89f1b9;return _0x51bac3||((_0x89f1b9=_0x55878a[_0x20d472(0x466)][_0x20d472(0x5d5)])==null?void 0x0:_0x89f1b9[_0x20d472(0x5ae)])===_0x20d472(0x417)?_0x39b7d0(_0x4145dc):_0x20af27(_0x55878a[_0x20d472(0x589)],_0x4145dc);}function _0x32e45a(_0x269e0b,_0x640ad5){const _0x1efc7d=_0x37672f;return!!_0x269e0b['closest'](_0x1efc7d(0x463))&&_0x4c45b1(_0x640ad5);}function _0x44328a(_0xd142bc){const _0xfd9b40=_0x37672f;return _0xd142bc[_0xfd9b40(0x866)]||(_0xd142bc[_0xfd9b40(0x5f3)]?_0xd142bc[_0xfd9b40(0x560)]:0x0);}function _0x381fe9(_0x2800d0,_0x27b975,_0x5c2ae0){return _0x2800d0>0x0?_0x27b975()||_0x5c2ae0():_0x5c2ae0()||_0x27b975();}function _0x392f3b(_0x18c0f4){return _0x4c45b1(_0x18c0f4)||_0x39b7d0(_0x18c0f4);}function _0x4c45b1(_0x5b4a8b){const _0x309345=_0x37672f;if(_0x5b4a8b[_0x309345(0x56b)]||_0x5b4a8b[_0x309345(0x8cc)])return!0x1;let _0x36ea9d=_0x44328a(_0x5b4a8b),_0x441203=_0x5b4a8b[_0x309345(0x5f3)]?0x0:_0x5b4a8b[_0x309345(0x560)];return Math[_0x309345(0x82a)](_0x36ea9d)>Math[_0x309345(0x82a)](_0x441203);}function _0x39b7d0(_0x2a4632){const _0x4323e7=_0x37672f;return _0x2a4632['shiftKey']||_0x2a4632[_0x4323e7(0x56b)]||_0x2a4632[_0x4323e7(0x8cc)]?!0x1:Math['abs'](_0x2a4632[_0x4323e7(0x560)])>Math[_0x4323e7(0x82a)](_0x2a4632[_0x4323e7(0x866)]);}function _0x38a304(_0x1e0da2,_0x1204d0,_0x2364a3){const _0x4e6ca4=_0x37672f;let _0x2f6442=Array[_0x4e6ca4(0x7a2)](_0x1e0da2[_0x4e6ca4(0x793)]('canvas'))[_0x4e6ca4(0x782)](_0x2ba0c3=>!_0x1204d0['contains'](_0x2ba0c3));return _0x2f6442?(_0x2f6442['dispatchEvent'](_0x5886cb(_0x2364a3,{'bubbles':!0x0,'cancelable':!0x0,..._0x73f821(_0x2f6442,_0x1204d0,_0x2364a3)})),!0x0):!0x1;}function _0x73f821(_0x4029d0,_0x21de79,_0xbd0705){const _0x7aeee2=_0x37672f;if(!_0x562c86(_0x21de79,_0xbd0705[_0x7aeee2(0x582)],_0xbd0705[_0x7aeee2(0x91a)]))return{'clientX':_0xbd0705[_0x7aeee2(0x582)],'clientY':_0xbd0705[_0x7aeee2(0x91a)]};let _0x35e461=_0x4029d0[_0x7aeee2(0x4f7)](),_0x12c477=Math[_0x7aeee2(0x425)](0x18,Math[_0x7aeee2(0x59c)](0x4,Math['min'](_0x35e461[_0x7aeee2(0x7e5)],_0x35e461[_0x7aeee2(0x33d)])/0x8)),_0x479dc5=[{'clientX':_0x35e461['left']+_0x12c477,'clientY':_0x35e461[_0x7aeee2(0x922)]+_0x12c477},{'clientX':_0x35e461[_0x7aeee2(0x2e6)]-_0x12c477,'clientY':_0x35e461[_0x7aeee2(0x922)]+_0x12c477},{'clientX':_0x35e461[_0x7aeee2(0x3c3)]+_0x12c477,'clientY':_0x35e461['bottom']-_0x12c477},{'clientX':_0x35e461[_0x7aeee2(0x2e6)]-_0x12c477,'clientY':_0x35e461[_0x7aeee2(0x5e9)]-_0x12c477},{'clientX':_0x35e461[_0x7aeee2(0x3c3)]+_0x35e461['width']/0x2,'clientY':_0x35e461[_0x7aeee2(0x922)]+_0x35e461['height']/0x2}];return _0x479dc5[_0x7aeee2(0x782)](_0x5c4abc=>!_0x562c86(_0x21de79,_0x5c4abc[_0x7aeee2(0x582)],_0x5c4abc[_0x7aeee2(0x91a)]))??_0x479dc5[0x0];}function _0x3ab31c(_0x289162){const _0x4d5702=_0x37672f;let _0x188d22=window[_0x4d5702(0x24a)](_0x289162);return _0x188d22[_0x4d5702(0x634)]===_0x4d5702(0x523)||_0x188d22[_0x4d5702(0x634)]===_0x4d5702(0x70a)||_0x188d22['overflowY']===_0x4d5702(0x523)||_0x188d22['overflowY']===_0x4d5702(0x70a);}function _0x386fe5(_0x4ef996,_0x1cc9c7,_0x512e60){const _0x2702f6=_0x37672f;if(!_0x562c86(_0x4ef996,_0x1cc9c7,_0x512e60))return null;let _0x334f0a=_0x4ef996[_0x2702f6(0x53c)][_0x2702f6(0x1fe)];if(typeof _0x334f0a==_0x2702f6(0x6de)){let _0x4ec9c0=_0x334f0a[_0x2702f6(0x4d5)](_0x4ef996['ownerDocument'],_0x1cc9c7,_0x512e60)[_0x2702f6(0x782)](_0x1edee=>_0x1edee instanceof HTMLElement&&_0x4ef996[_0x2702f6(0x8e0)](_0x1edee));if(_0x4ec9c0)return _0x4ec9c0;}let _0x4d994d=_0x4ef996,_0x8f976b=_0x5ed4eb=>{const _0x5222dc=_0x2702f6;let _0x307a3a=Array['from'](_0x5ed4eb['children']);for(let _0x20506a=_0x307a3a[_0x5222dc(0x3fe)]-0x1;_0x20506a>=0x0;_0x20506a--){let _0x390d24=_0x307a3a[_0x20506a];if(!(!(_0x390d24 instanceof HTMLElement)||!_0x562c86(_0x390d24,_0x1cc9c7,_0x512e60))){_0x4d994d=_0x390d24,_0x8f976b(_0x390d24);return;}}};return _0x8f976b(_0x4ef996),_0x4d994d;}function _0x33a794(_0x2e9c9b,_0x3264a4,_0x8141ee){const _0x5ba173=_0x37672f;let _0x4f2dcb=_0x44328a(_0x8141ee),_0x573d8f=_0x8141ee[_0x5ba173(0x5f3)]?0x0:_0x8141ee[_0x5ba173(0x560)],_0x4974cd=_0x2e9c9b;for(;_0x4974cd&&_0x3264a4[_0x5ba173(0x8e0)](_0x4974cd);){if(_0x37e24d(_0x4974cd,_0x4f2dcb,_0x573d8f))return _0x4974cd;_0x4974cd=_0x4974cd[_0x5ba173(0x76e)];}return _0x37e24d(_0x3264a4,_0x4f2dcb,_0x573d8f)?_0x3264a4:null;}function _0x562c86(_0x265ebc,_0x247b12,_0x27b664){const _0x13b09b=_0x37672f;let _0x30a851=_0x265ebc[_0x13b09b(0x4f7)]();return _0x247b12>=_0x30a851['left']&&_0x247b12<=_0x30a851[_0x13b09b(0x2e6)]&&_0x27b664>=_0x30a851[_0x13b09b(0x922)]&&_0x27b664<=_0x30a851[_0x13b09b(0x5e9)];}function _0x37e24d(_0x4686ae,_0xad1818,_0x42e1ea){const _0x4b3575=_0x37672f;let _0x3023c6=_0xad1818!==0x0&&_0x4686ae[_0x4b3575(0x8c3)]>_0x4686ae[_0x4b3575(0x2f4)]&&(_0xad1818<0x0?_0x4686ae[_0x4b3575(0x21a)]>0x0:_0x4686ae[_0x4b3575(0x21a)]+_0x4686ae[_0x4b3575(0x2f4)]<_0x4686ae['scrollWidth']),_0xe3527d=_0x42e1ea!==0x0&&_0x4686ae[_0x4b3575(0x550)]>_0x4686ae[_0x4b3575(0x6f0)]&&(_0x42e1ea<0x0?_0x4686ae[_0x4b3575(0x605)]>0x0:_0x4686ae[_0x4b3575(0x605)]+_0x4686ae[_0x4b3575(0x6f0)]<_0x4686ae[_0x4b3575(0x550)]);return _0x3023c6||_0xe3527d;}function _0x3dce18(_0x5063fd,_0x13eb71){const _0x433d31=_0x37672f;_0x5063fd['preventDefault'](),_0x5063fd['stopPropagation'](),_0x13eb71&&_0x5063fd[_0x433d31(0x5e2)]();}var _0x24299e=class{constructor(){const _0xc93ef2=_0x37672f;_0x1876b0(this,_0xc93ef2(0x8af),new _0x12f7a8[(_0xc93ef2(0x53e))]()),_0x1876b0(this,'_providers',new Map()),_0x1876b0(this,'_entriesByEmbedId',new Map()),_0x1876b0(this,_0xc93ef2(0x8e5),new Map()),_0x1876b0(this,_0xc93ef2(0x1ef),[]),_0x1876b0(this,_0xc93ef2(0x63f),!0x1),_0x1876b0(this,_0xc93ef2(0x6db),null);}[_0x37672f(0x728)](_0x3af9ff){const _0x4afded=_0x37672f;return this[_0x4afded(0x580)][_0x4afded(0x5d7)](_0x3af9ff[_0x4afded(0x6b0)],_0x3af9ff),(0x0,_0x423058[_0x4afded(0x35b)])(()=>{const _0x146a9c=_0x4afded;this[_0x146a9c(0x580)][_0x146a9c(0x47e)](_0x3af9ff[_0x146a9c(0x6b0)])===_0x3af9ff&&this[_0x146a9c(0x580)][_0x146a9c(0x405)](_0x3af9ff['childType']);});}[_0x37672f(0x8ff)](_0x10fce3){const _0x4c32bb=_0x37672f;return this[_0x4c32bb(0x580)]['get'](_0x10fce3);}['getPreview'](_0x39bad9){const _0x345fd6=_0x37672f;return this[_0x345fd6(0x4d9)][_0x345fd6(0x47e)](_0x39bad9);}[_0x37672f(0x921)](_0x1b5aa9){const _0x277dd4=_0x37672f;let _0x47261b=this['getCacheKey'](_0x1b5aa9),_0x1bd271=this['_entriesByKey'][_0x277dd4(0x47e)](_0x47261b);if(_0x1bd271&&(_0x1bd271['status']===_0x277dd4(0x455)||_0x1bd271['status']==='ready'))return _0x1bd271;let _0x4fa968=this['_entriesByEmbedId'][_0x277dd4(0x47e)](_0x1b5aa9[_0x277dd4(0x466)][_0x277dd4(0x2ab)]),_0x5e3018={'embedId':_0x1b5aa9[_0x277dd4(0x466)][_0x277dd4(0x2ab)],'childUnitId':_0x1b5aa9['childUnitId'],'childType':_0x1b5aa9[_0x277dd4(0x6b0)],'status':_0x277dd4(0x455),'width':Math[_0x277dd4(0x59c)](0x1,Math[_0x277dd4(0x756)](_0x1b5aa9[_0x277dd4(0x7e5)])),'height':Math[_0x277dd4(0x59c)](0x1,Math[_0x277dd4(0x756)](_0x1b5aa9['height'])),'dpr':_0x1b5aa9[_0x277dd4(0x4a9)],'viewState':_0x1b5aa9[_0x277dd4(0x7ad)]??(_0x4fa968==null?void 0x0:_0x4fa968[_0x277dd4(0x7ad)]),'revision':((_0x4fa968==null?void 0x0:_0x4fa968[_0x277dd4(0x7ed)])??0x0)+0x1,'updatedAt':Date[_0x277dd4(0x312)]()};return this[_0x277dd4(0x8e5)][_0x277dd4(0x5d7)](_0x47261b,_0x5e3018),this[_0x277dd4(0x4d9)]['set'](_0x5e3018[_0x277dd4(0x2ab)],_0x5e3018),this[_0x277dd4(0x1ef)][_0x277dd4(0x5fd)](_0x1b5aa9),this[_0x277dd4(0x8aa)](),this[_0x277dd4(0x8af)][_0x277dd4(0x7b8)](_0x5e3018),_0x5e3018;}async[_0x37672f(0x464)](_0xad3be6){const _0x3827fc=_0x37672f;let _0x289ab9=this['_providers'][_0x3827fc(0x47e)](_0xad3be6[_0x3827fc(0x6b0)]);if(!_0x289ab9)return;let _0x1abb09=await _0x289ab9['collectViewState'](_0xad3be6);return this[_0x3827fc(0x89b)](_0xad3be6['embedId'],_0x1abb09),_0x1abb09;}async[_0x37672f(0x2a5)](_0x5f2407,_0x458120){const _0x24afb5=_0x37672f;if(_0x458120==null)return;let _0x308113=this[_0x24afb5(0x580)][_0x24afb5(0x47e)](_0x5f2407[_0x24afb5(0x6b0)]);await(_0x308113==null?void 0x0:_0x308113[_0x24afb5(0x2a5)](_0x5f2407,_0x458120));}[_0x37672f(0x89b)](_0x27f257,_0x2d808d){const _0x23b894=_0x37672f;let _0x99df4f=this[_0x23b894(0x4d9)][_0x23b894(0x47e)](_0x27f257);if(!_0x99df4f){let _0x16ac98={'embedId':_0x27f257,'childUnitId':'','childType':void 0x0,'status':_0x23b894(0x596),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x2d808d,'revision':0x0,'updatedAt':Date[_0x23b894(0x312)]()};this[_0x23b894(0x4d9)][_0x23b894(0x5d7)](_0x27f257,_0x16ac98),this[_0x23b894(0x8af)]['next'](_0x16ac98);return;}_0x99df4f[_0x23b894(0x7ad)]=_0x2d808d,_0x99df4f[_0x23b894(0x7bf)]=Date[_0x23b894(0x312)](),this[_0x23b894(0x8af)][_0x23b894(0x7b8)](_0x99df4f);}['markStale'](_0x2a2507,_0x156080){const _0x4ba9e2=_0x37672f;let _0x22002f=this[_0x4ba9e2(0x4d9)][_0x4ba9e2(0x47e)](_0x2a2507);_0x22002f&&(_0x22002f[_0x4ba9e2(0x244)]=_0x4ba9e2(0x596),_0x22002f[_0x4ba9e2(0x5c3)]=_0x156080,_0x22002f[_0x4ba9e2(0x7bf)]=Date['now'](),this[_0x4ba9e2(0x8af)][_0x4ba9e2(0x7b8)](_0x22002f));}[_0x37672f(0x607)](_0x4ceec5){const _0x479c10=_0x37672f;let _0x54dd34=this['_entriesByEmbedId'][_0x479c10(0x47e)](_0x4ceec5);this['_entriesByEmbedId'][_0x479c10(0x405)](_0x4ceec5),_0x54dd34&&Array[_0x479c10(0x7a2)](this[_0x479c10(0x8e5)]['entries']())[_0x479c10(0x84e)](([_0x30b8ef,_0x45f6d5])=>{const _0x2e4f32=_0x479c10;_0x45f6d5[_0x2e4f32(0x2ab)]===_0x4ceec5&&this[_0x2e4f32(0x8e5)][_0x2e4f32(0x405)](_0x30b8ef);});}['getCacheKey'](_0x4f08eb){const _0x1ca903=_0x37672f;return[_0x4f08eb['descriptor']['embedId'],_0x4f08eb[_0x1ca903(0x783)],_0x4f08eb[_0x1ca903(0x6b0)],Math['max'](0x1,Math[_0x1ca903(0x756)](_0x4f08eb[_0x1ca903(0x7e5)])),Math[_0x1ca903(0x59c)](0x1,Math[_0x1ca903(0x756)](_0x4f08eb['height'])),_0x4f08eb[_0x1ca903(0x4a9)]]['join']('::');}async[_0x37672f(0x476)](){const _0x4725e8=_0x37672f;for(;this['_queue'][_0x4725e8(0x3fe)]>0x0||this['_rendering']||this[_0x4725e8(0x6db)];)await(this[_0x4725e8(0x6db)]??Promise['resolve']()),await Promise[_0x4725e8(0x664)]();}[_0x37672f(0x4ff)](){const _0x241c71=_0x37672f;this[_0x241c71(0x580)]['clear'](),this[_0x241c71(0x4d9)][_0x241c71(0x2d5)](),this['_entriesByKey']['clear'](),this['_queue'][_0x241c71(0x3fe)]=0x0,this[_0x241c71(0x8af)][_0x241c71(0x491)]();}[_0x37672f(0x8aa)](){const _0x3fd74e=_0x37672f;this['_rendering']||this[_0x3fd74e(0x6db)]||(this[_0x3fd74e(0x6db)]=this[_0x3fd74e(0x72d)]()['finally'](()=>{this['_activeDrain']=null;}));}async[_0x37672f(0x72d)](){const _0x35bb66=_0x37672f;if(!this[_0x35bb66(0x63f)]){this[_0x35bb66(0x63f)]=!0x0;try{for(;this[_0x35bb66(0x1ef)][_0x35bb66(0x3fe)]>0x0;)await this[_0x35bb66(0x2ca)](this[_0x35bb66(0x1ef)][_0x35bb66(0x324)]());}finally{this[_0x35bb66(0x63f)]=!0x1;}}}async['_renderOne'](_0x14aadd){const _0x5f59a3=_0x37672f;let _0x3c0081=this[_0x5f59a3(0x630)](_0x14aadd),_0x29c0da=this['_entriesByKey'][_0x5f59a3(0x47e)](_0x3c0081);if(!_0x29c0da||_0x29c0da[_0x5f59a3(0x244)]!==_0x5f59a3(0x455))return;let _0x4be0fe=this['_providers'][_0x5f59a3(0x47e)](_0x14aadd[_0x5f59a3(0x6b0)]),_0x40cfdd=this[_0x5f59a3(0x20f)](_0x29c0da[_0x5f59a3(0x2ab)],_0x29c0da);if(!_0x4be0fe){let _0x890a23=_0x14aadd[_0x5f59a3(0x8d2)]?_0x1c1c3(_0x14aadd[_0x5f59a3(0x8d2)]):void 0x0;if(_0x890a23){_0x29c0da[_0x5f59a3(0x8fc)]=_0x890a23,_0x29c0da[_0x5f59a3(0x244)]=_0x5f59a3(0x364),_0x29c0da['updatedAt']=Date[_0x5f59a3(0x312)](),this['_entriesByEmbedId'][_0x5f59a3(0x5d7)](_0x29c0da[_0x5f59a3(0x2ab)],_0x29c0da),this['previewUpdated$'][_0x5f59a3(0x7b8)](_0x29c0da);return;}this['_setRenderFailure'](_0x29c0da,_0x40cfdd,Error(_0x5f59a3(0x396)+_0x14aadd[_0x5f59a3(0x6b0)]));return;}try{let _0x50be18=await _0x4be0fe[_0x5f59a3(0x4a7)]({..._0x14aadd,'width':_0x29c0da[_0x5f59a3(0x7e5)],'height':_0x29c0da[_0x5f59a3(0x33d)],'viewState':_0x29c0da[_0x5f59a3(0x7ad)]});if(this[_0x5f59a3(0x8e5)][_0x5f59a3(0x47e)](_0x3c0081)!==_0x29c0da||_0x29c0da[_0x5f59a3(0x244)]!==_0x5f59a3(0x455))return;if(!_0x50be18){this['_setRenderFailure'](_0x29c0da,_0x40cfdd,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0x29c0da[_0x5f59a3(0x8fc)]=_0x50be18,_0x29c0da[_0x5f59a3(0x244)]=_0x5f59a3(0x364),_0x29c0da[_0x5f59a3(0x7bf)]=Date[_0x5f59a3(0x312)](),this[_0x5f59a3(0x4d9)]['set'](_0x29c0da[_0x5f59a3(0x2ab)],_0x29c0da),this[_0x5f59a3(0x8af)]['next'](_0x29c0da);}catch(_0xdafba6){this[_0x5f59a3(0x234)](_0x29c0da,_0x40cfdd,_0xdafba6);}}[_0x37672f(0x20f)](_0x3ac6fc,_0x341a27){const _0x36135b=_0x37672f;let _0x33ab03=this['_entriesByEmbedId'][_0x36135b(0x47e)](_0x3ac6fc);return _0x33ab03&&_0x33ab03!==_0x341a27&&_0x33ab03[_0x36135b(0x8fc)]?_0x33ab03:Array[_0x36135b(0x7a2)](this['_entriesByKey']['values']())[_0x36135b(0x691)]()['find'](_0x179941=>_0x179941[_0x36135b(0x2ab)]===_0x3ac6fc&&_0x179941!==_0x341a27&&_0x179941[_0x36135b(0x8fc)]);}[_0x37672f(0x234)](_0x3bfc13,_0x3144e7,_0x574644){const _0x847b83=_0x37672f;_0x3bfc13[_0x847b83(0x244)]=_0x3144e7!=null&&_0x3144e7[_0x847b83(0x8fc)]?_0x847b83(0x596):_0x847b83(0x5c3),_0x3bfc13[_0x847b83(0x8fc)]=_0x3144e7==null?void 0x0:_0x3144e7[_0x847b83(0x8fc)],_0x3bfc13[_0x847b83(0x7ad)]=_0x3bfc13[_0x847b83(0x7ad)]??(_0x3144e7==null?void 0x0:_0x3144e7['viewState']),_0x3bfc13[_0x847b83(0x5c3)]=_0x574644,_0x3bfc13[_0x847b83(0x7bf)]=Date[_0x847b83(0x312)](),this[_0x847b83(0x4d9)]['set'](_0x3bfc13[_0x847b83(0x2ab)],_0x3bfc13),this[_0x847b83(0x8af)]['next'](_0x3bfc13);}},_0x3ca4c9=class{constructor(){const _0x2e2629=_0x37672f;_0x1876b0(this,_0x2e2629(0x58a),new Map()),_0x1876b0(this,_0x2e2629(0x7f2),new _0x12f7a8[(_0x2e2629(0x53e))]()),_0x1876b0(this,_0x2e2629(0x373),this[_0x2e2629(0x7f2)][_0x2e2629(0x58c)]());}['register'](_0x26826d){const _0x187ca8=_0x37672f;return this[_0x187ca8(0x58a)][_0x187ca8(0x5d7)](_0x26826d[_0x187ca8(0x2ab)],_0x26826d),this[_0x187ca8(0x607)]({'embedId':_0x26826d[_0x187ca8(0x2ab)],'reason':_0x187ca8(0x7e3)}),(0x0,_0x423058[_0x187ca8(0x35b)])(()=>{const _0x166eac=_0x187ca8;this[_0x166eac(0x58a)][_0x166eac(0x47e)](_0x26826d[_0x166eac(0x2ab)])===_0x26826d&&(this[_0x166eac(0x58a)][_0x166eac(0x405)](_0x26826d[_0x166eac(0x2ab)]),this[_0x166eac(0x607)]({'embedId':_0x26826d[_0x166eac(0x2ab)],'reason':_0x166eac(0x7e3)}));});}[_0x37672f(0x857)](_0x3a190e){const _0x401d0d=_0x37672f;return this[_0x401d0d(0x58a)][_0x401d0d(0x47e)](_0x3a190e);}['getRegistrationByChildUnitId'](_0x5ec9bc){const _0x2913a0=_0x37672f;return Array[_0x2913a0(0x7a2)](this[_0x2913a0(0x58a)]['values']())[_0x2913a0(0x782)](_0x144d80=>_0x144d80[_0x2913a0(0x783)]===_0x5ec9bc);}[_0x37672f(0x607)](_0x51ab9f){const _0x37450c=_0x37672f;this[_0x37450c(0x7f2)][_0x37450c(0x7b8)](_0x51ab9f);}};let _0x5757ad=class{constructor(_0x36eb0f,_0x53fcc0,_0x226b75,_0x3214dd){const _0x264151=_0x37672f;this[_0x264151(0x59a)]=_0x36eb0f,this['_materializeService']=_0x53fcc0,this[_0x264151(0x4ae)]=_0x226b75,this[_0x264151(0x407)]=_0x3214dd;}async[_0x37672f(0x248)](_0x48a406){const _0x4f4c1b=_0x37672f;return this[_0x4f4c1b(0x822)][_0x4f4c1b(0x248)](_0x48a406);}async[_0x37672f(0x427)](_0x36a2d2){const _0x142b39=_0x37672f;let _0x3f6a54=_0x36a2d2[_0x142b39(0x466)],_0x585f35=_0x36a2d2['hostAnchorRecord']??this[_0x142b39(0x4ae)][_0x142b39(0x678)]({'embedId':_0x3f6a54[_0x142b39(0x2ab)],'hostUnitId':_0x3f6a54[_0x142b39(0x7cf)],'hostType':_0x3f6a54[_0x142b39(0x805)],'entry':_0x3f6a54[_0x142b39(0x23b)],'hostAnchorId':_0x3f6a54[_0x142b39(0x391)],'hostContext':_0x36a2d2[_0x142b39(0x576)],'descriptor':_0x3f6a54});return this[_0x142b39(0x59a)][_0x142b39(0x698)](_0x3f6a54[_0x142b39(0x7cf)],_0x3f6a54),this[_0x142b39(0x407)][_0x142b39(0x901)](_0x585f35),this[_0x142b39(0x59a)][_0x142b39(0x5ad)](_0x3f6a54[_0x142b39(0x7cf)],_0x3f6a54[_0x142b39(0x2ab)]);}};_0x5757ad=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x2ea)])),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x8eb)])),_0xcd14f8(0x2,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x748)])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x2b0)]))],_0x5757ad);function _0x5171ba(_0x26cd79){const _0x2c6b98=_0x37672f;var _0x1e3b21;if(!_0x26cd79)return;let _0x5b6cb4=((_0x1e3b21=_0x26cd79['closest'](_0x2c6b98(0x284)))==null?void 0x0:_0x1e3b21[_0x2c6b98(0x715)](_0x2c6b98(0x4fa)))??void 0x0,_0x150715=_0x2f443e(_0x26cd79,_0x5b6cb4),_0x48786a=(_0x150715==null?void 0x0:_0x150715[_0x2c6b98(0x715)](_0x2c6b98(0x52e)))??_0x5b6cb4;if(_0x48786a)return{'embedId':_0x48786a,'hostUnitId':(_0x150715==null?void 0x0:_0x150715[_0x2c6b98(0x715)]('data-embed-host-unit-id'))??void 0x0,'childUnitId':(_0x150715==null?void 0x0:_0x150715['getAttribute'](_0x4fbb7a[_0x2c6b98(0x3d8)]))??void 0x0,'childType':_0x482567(_0x150715)};}function _0x2f443e(_0x9fe489,_0x332e1d){const _0x4435ca=_0x37672f;let _0x13862d=_0x9fe489==null?void 0x0:_0x9fe489[_0x4435ca(0x68d)]('[data-embed-float-dom=\x22true\x22]');if(_0x13862d&&(!_0x332e1d||_0x13862d[_0x4435ca(0x715)](_0x4435ca(0x52e))===_0x332e1d))return _0x13862d;let _0x2b79a7=(_0x9fe489==null?void 0x0:_0x9fe489['ownerDocument'])??(typeof document>'u'?void 0x0:document);return!_0x2b79a7||!_0x332e1d?_0x13862d??void 0x0:_0x2b79a7[_0x4435ca(0x546)](_0x4435ca(0x7ac)+_0x3e478d(_0x332e1d)+'\x22]')??void 0x0;}function _0x3e478d(_0x431449){const _0x27b4b8=_0x37672f;return _0x431449[_0x27b4b8(0x414)](/\\/g,'\x5c\x5c')[_0x27b4b8(0x414)](/"/g,'\x5c\x22');}function _0x482567(_0x2bb90a){const _0x574c37=_0x37672f;let _0x1a75c6=_0x2bb90a==null?void 0x0:_0x2bb90a[_0x574c37(0x715)]('data-embed-child-type');if(_0x1a75c6!=null&&_0x1a75c6!=='')return Number(_0x1a75c6);}var _0x3fac44=class{constructor(){const _0xf96082=_0x37672f;_0x1876b0(this,_0xf96082(0x8a6),new WeakMap()),_0x1876b0(this,_0xf96082(0x90f),new WeakSet());}[_0x37672f(0x920)](_0x4b7107){const _0x1dc026=_0x37672f;let _0x5a2623=this[_0x1dc026(0x8a6)][_0x1dc026(0x47e)](_0x4b7107);if(!_0x5a2623){let _0x52d0ab=_0x4b7107['ownerDocument'][_0x1dc026(0x7c5)];if(!_0x52d0ab)return(0x0,_0x423058[_0x1dc026(0x35b)])(()=>{});let _0x347330=_0x5ab59d=>this[_0x1dc026(0x910)](_0x4b7107,_0x5ab59d);_0x52d0ab[_0x1dc026(0x780)](_0x1dc026(0x66f),_0x347330,{'capture':!0x0,'passive':!0x0}),_0x5a2623={'activeUntil':0x0,'dispose':()=>_0x52d0ab['removeEventListener'](_0x1dc026(0x66f),_0x347330,{'capture':!0x0}),'refCount':0x0},this[_0x1dc026(0x8a6)][_0x1dc026(0x5d7)](_0x4b7107,_0x5a2623);}let _0x5a47c7=_0x5a2623;return _0x5a47c7['refCount']+=0x1,(0x0,_0x423058['toDisposable'])(()=>{const _0x3ff11=_0x1dc026;--_0x5a47c7['refCount'],!(_0x5a47c7[_0x3ff11(0x206)]>0x0||this[_0x3ff11(0x8a6)][_0x3ff11(0x47e)](_0x4b7107)!==_0x5a47c7)&&(_0x5a47c7[_0x3ff11(0x4ff)](),this[_0x3ff11(0x8a6)][_0x3ff11(0x405)](_0x4b7107));});}[_0x37672f(0x88c)](_0x12af21){const _0x30ad0b=_0x37672f;return this[_0x30ad0b(0x90f)][_0x30ad0b(0x7df)](_0x12af21);}[_0x37672f(0x910)](_0x982809,_0x263faa){const _0x139290=_0x37672f;var _0x5cfbbc;let _0x2c82fd=_0x982809[_0x139290(0x53c)][_0x139290(0x7c5)];if(!_0x2c82fd)return;let _0x3d8638=_0x181aa8(_0x263faa,_0x2c82fd);if(!_0x3d8638||!_0x982809[_0x139290(0x8e0)](_0x3d8638))return;let _0x481ce6=this[_0x139290(0x8a6)][_0x139290(0x47e)](_0x982809);if(!_0x481ce6)return;let _0x26d04e=Date[_0x139290(0x312)](),_0x4d721a=_0x2f443e(_0x3d8638);if(!_0x4d721a||!_0x982809['contains'](_0x4d721a)){_0x481ce6[_0x139290(0x2e1)]=_0x26d04e+0x1f4;return;}if(((_0x5cfbbc=_0x5171ba(_0x4d721a))==null?void 0x0:_0x5cfbbc[_0x139290(0x6b0)])===_0x423058[_0x139290(0x839)][_0x139290(0x428)]){_0x481ce6[_0x139290(0x2e1)]=_0x26d04e+0x1f4,this[_0x139290(0x90f)][_0x139290(0x47d)](_0x263faa);return;}_0x26d04e>=_0x481ce6[_0x139290(0x2e1)]||(_0x481ce6[_0x139290(0x2e1)]=_0x26d04e+0x1f4,this['_hostGestureEvents'][_0x139290(0x47d)](_0x263faa));}};function _0x181aa8(_0x214941,_0x2dd51c){const _0x48d64a=_0x37672f;let _0x5c0df5=_0x214941['target'];return _0x5c0df5 instanceof _0x2dd51c[_0x48d64a(0x2a4)]?_0x5c0df5:_0x5c0df5 instanceof _0x2dd51c[_0x48d64a(0x42b)]||_0x5c0df5 instanceof _0x2dd51c[_0x48d64a(0x586)]?_0x5c0df5['parentElement']:null;}var _0x691e68=class{constructor(){const _0x39c159=_0x37672f;_0x1876b0(this,_0x39c159(0x580),new Map());}['register'](_0x19f5f0){const _0x1aba5a=_0x37672f;return this['_providers'][_0x1aba5a(0x5d7)](_0x19f5f0[_0x1aba5a(0x6b0)],_0x19f5f0),(0x0,_0x423058[_0x1aba5a(0x35b)])(()=>{const _0x593b3c=_0x1aba5a;this[_0x593b3c(0x580)]['get'](_0x19f5f0['childType'])===_0x19f5f0&&this[_0x593b3c(0x580)][_0x593b3c(0x405)](_0x19f5f0['childType']);});}[_0x37672f(0x47e)](_0x4342e1,_0x4ca248){const _0x2c74e5=_0x37672f;var _0x574273;let _0x35aa01=this[_0x2c74e5(0x580)][_0x2c74e5(0x47e)](_0x4342e1);if(_0x35aa01&&!(_0x4ca248&&(_0x574273=_0x35aa01[_0x2c74e5(0x8c5)])!=null&&_0x574273[_0x2c74e5(0x3fe)]&&!_0x35aa01[_0x2c74e5(0x8c5)]['includes'](_0x4ca248)))return _0x35aa01;}[_0x37672f(0x68c)](){const _0x1ae6e1=_0x37672f;return[...this[_0x1ae6e1(0x580)][_0x1ae6e1(0x4bf)]()];}},_0x1b2dea=class{constructor(){const _0x6ad0de=_0x37672f;_0x1876b0(this,_0x6ad0de(0x538),[]);}[_0x37672f(0x920)](_0x5db1c0){const _0x479ce1=_0x37672f;return this[_0x479ce1(0x538)][_0x479ce1(0x5fd)](_0x5db1c0),this[_0x479ce1(0x57a)](),(0x0,_0x423058[_0x479ce1(0x35b)])(()=>{let _0x51e18e=this['_handlers']['indexOf'](_0x5db1c0);_0x51e18e>=0x0&&this['_handlers']['splice'](_0x51e18e,0x1);});}[_0x37672f(0x561)](_0x2a7a1c){const _0x3578fa=_0x37672f;for(let _0x926fc2 of this[_0x3578fa(0x538)]){var _0x183619;if(_0x926fc2['childType']===_0x2a7a1c['childType']&&!(_0x2a7a1c[_0x3578fa(0x589)]&&(_0x183619=_0x926fc2[_0x3578fa(0x8c5)])!=null&&_0x183619['length']&&!_0x926fc2[_0x3578fa(0x8c5)][_0x3578fa(0x3d9)](_0x2a7a1c['layout']))&&_0x926fc2[_0x3578fa(0x561)](_0x2a7a1c)===!0x0)return!0x0;}return!0x1;}[_0x37672f(0x68c)](){const _0x3c7ea5=_0x37672f;return[...this[_0x3c7ea5(0x538)]];}[_0x37672f(0x57a)](){const _0x8c8ab0=_0x37672f;this[_0x8c8ab0(0x538)][_0x8c8ab0(0x6d8)]((_0x157b2f,_0x42603e)=>(_0x42603e['order']??0x0)-(_0x157b2f[_0x8c8ab0(0x27a)]??0x0));}};function _0x1e027c(_0x4bf8f1){const _0x85f0f2=_0x37672f;if(!_0x4bf8f1||typeof _0x4bf8f1!='object')return;let _0xea8298=_0x4bf8f1;return _0xea8298['version']===0x1&&_0xea8298[_0x85f0f2(0x2ab)]&&_0xea8298[_0x85f0f2(0x391)]?_0xea8298:void 0x0;}let _0x17daa8=new Map();function _0x306f35(_0xde86f1){const _0x264215=_0x37672f;var _0x312b77,_0x27c7c2;let {container:_0x1c65d2,content:_0x605f77,offset:_0x5e9834}=_0xde86f1;if(!_0xde86f1[_0x264215(0x62a)])return _0x5e9834[_0x264215(0x90d)]=0x0,_0x605f77['style'][_0x264215(0x23d)]('transform'),_0x605f77[_0x264215(0x4e9)][_0x264215(0x23d)](_0x264215(0x617)),(0x0,_0x423058[_0x264215(0x35b)])(()=>{});let _0x5d8fa0=_0x1c65d2[_0x264215(0x53c)][_0x264215(0x7c5)]??window,_0x527125=_0x4914b6(_0xde86f1[_0x264215(0x46f)],0x1),_0x1625c0=!0x1,_0x87aa1a,_0x2b13eb=()=>{const _0xe32369=_0x264215;var _0x5f1275;if(_0x1625c0)return;let _0x231832=_0xde86f1[_0xe32369(0x4b8)]();if(!_0x231832){_0x5e9834[_0xe32369(0x90d)]=0x0,_0x605f77[_0xe32369(0x4e9)]['removeProperty'](_0xe32369(0x65d)),_0x605f77[_0xe32369(0x4e9)][_0xe32369(0x23d)](_0xe32369(0x617));return;}let _0x4c3c12=_0xde86f1['getProvider'](_0x231832);if(!_0x4c3c12)return;let _0x46d7b8=_0x2ca57c(_0x1c65d2),_0x149d2d=(_0x46d7b8==null?void 0x0:_0x46d7b8['getBoundingClientRect']())??{'height':_0x5d8fa0[_0xe32369(0x836)],'top':0x0,'width':_0x5d8fa0[_0xe32369(0x654)]},_0x51ae7d=_0x1c65d2[_0xe32369(0x4f7)](),_0x5012c2=_0x4914b6(_0xde86f1[_0xe32369(0x7d6)],_0x51ae7d[_0xe32369(0x33d)]/_0x527125),_0x298e5e=Math['min'](_0x5012c2,_0x4914b6(_0xde86f1[_0xe32369(0x71f)],_0x605f77[_0xe32369(0x4f7)]()[_0xe32369(0x33d)]/_0x527125,_0x149d2d['height']/_0x527125)),_0x254f9f=_0x1d1af0({'collapseWithoutChildScroll':_0xde86f1[_0xe32369(0x752)],'contentHeight':_0x5012c2,'hostOffset':Math[_0xe32369(0x59c)](0x0,(_0x149d2d[_0xe32369(0x922)]-_0x51ae7d[_0xe32369(0x922)])/_0x527125),'stickyHeaderHeight':Math[_0xe32369(0x59c)](0x18,((_0x5f1275=_0x4c3c12['getStickyHeaderHeight'])==null?void 0x0:_0x5f1275[_0xe32369(0x4d5)](_0x4c3c12,_0x231832))??0x0),'viewportHeight':_0x298e5e});if(_0x605f77[_0xe32369(0x4e9)]['transform']=_0x254f9f['visualOffset']===0x0?'':_0xe32369(0x2fe)+_0x254f9f[_0xe32369(0x5a7)]*_0x527125+_0xe32369(0x4c1),_0x605f77[_0xe32369(0x4e9)]['clipPath']=_0x254f9f[_0xe32369(0x6bb)]===0x0?'':_0xe32369(0x6aa)+_0x254f9f[_0xe32369(0x6bb)]*_0x527125+'px\x200)',!_0x508033(_0xde86f1['owner'][_0xe32369(0x90d)],'host')||_0xde86f1[_0xe32369(0x4d6)][_0xe32369(0x90d)])return;let _0x446d50=_0x254f9f[_0xe32369(0x6cb)]-_0x5e9834['current'];if(Math[_0xe32369(0x82a)](_0x446d50)<0.5)return;_0x5e9834[_0xe32369(0x90d)]=_0x254f9f[_0xe32369(0x6cb)],_0xde86f1[_0xe32369(0x607)]();let _0x4cc0b6=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x51ae7d[_0xe32369(0x3c3)]+Math['min'](_0x51ae7d[_0xe32369(0x7e5)],_0x149d2d[_0xe32369(0x7e5)])/0x2,'clientY':_0x149d2d['top']+_0x298e5e*_0x527125/0x2,'deltaY':_0x446d50});_0xde86f1[_0xe32369(0x763)]['current']=!0x0;try{_0x4c3c12[_0xe32369(0x561)]({..._0x231832,'event':_0x4cc0b6,'source':_0xe32369(0x5b9),'stage':_0xde86f1['getStage'](),'viewportScrollY':_0x254f9f[_0xe32369(0x6cb)]});}finally{_0xde86f1[_0xe32369(0x763)]['current']=!0x1;}},_0x1edf9d=()=>{const _0x2c27e5=_0x264215;_0x2b13eb(),_0x1625c0||(_0x87aa1a=_0x5d8fa0[_0x2c27e5(0x62b)](_0x1edf9d));},_0x400f99=()=>{globalThis['queueMicrotask'](()=>{_0x1625c0||_0x2b13eb();});},_0x49dc35=_0xde86f1['getChildContext'](),_0x5d4b67=_0x49dc35?_0xde86f1[_0x264215(0x8ff)](_0x49dc35):void 0x0,_0x57ac98=_0x49dc35&&(_0x5d4b67==null||(_0x312b77=_0x5d4b67[_0x264215(0x6d5)])==null?void 0x0:_0x312b77[_0x264215(0x4d5)](_0x5d4b67,_0x49dc35,_0x39f3c6=>{const _0x5ac91c=_0x264215;var _0x2a2b1f;if(_0xde86f1[_0x5ac91c(0x763)][_0x5ac91c(0x90d)]||!_0x508033(_0xde86f1[_0x5ac91c(0x1f3)][_0x5ac91c(0x90d)],_0x5ac91c(0x406)))return;let _0x4b53c3=Math[_0x5ac91c(0x59c)](0x0,_0x4914b6(_0xde86f1[_0x5ac91c(0x7d6)])-_0x4914b6(_0xde86f1[_0x5ac91c(0x71f)])),_0x3eb634=_0x1a5a04(_0x39f3c6,0x0,_0x4b53c3),_0x481ccd=_0x1c65d2[_0x5ac91c(0x4f7)](),_0x143399=((_0x2a2b1f=_0x2ca57c(_0x1c65d2))==null?void 0x0:_0x2a2b1f['getBoundingClientRect']()['top'])??0x0,_0x1155dc=_0xd32735(_0x3eb634,_0x1a5a04((_0x143399-_0x481ccd[_0x5ac91c(0x922)])/_0x527125,0x0,_0x4b53c3),Math[_0x5ac91c(0x59c)](0x0,(_0x481ccd['top']-_0x143399)/_0x527125));if(Math[_0x5ac91c(0x82a)](_0x1155dc)<0.5)return;let _0x19a941=new WheelEvent(_0x5ac91c(0x66f),{'cancelable':!0x1,'clientX':_0x481ccd[_0x5ac91c(0x3c3)]+_0x481ccd[_0x5ac91c(0x7e5)]/0x2,'clientY':_0x481ccd[_0x5ac91c(0x922)]+Math[_0x5ac91c(0x425)](_0x481ccd[_0x5ac91c(0x33d)],(_0xde86f1[_0x5ac91c(0x71f)]??_0x481ccd[_0x5ac91c(0x33d)]/_0x527125)*_0x527125)/0x2,'deltaY':_0x1155dc*_0x527125}),_0x383764=_0x5e9834['current'],_0x206003=_0x605f77[_0x5ac91c(0x4e9)][_0x5ac91c(0x65d)],_0x44245c=_0x605f77[_0x5ac91c(0x4e9)]['clipPath'];_0x5e9834[_0x5ac91c(0x90d)]=_0x3eb634,_0x605f77[_0x5ac91c(0x4e9)][_0x5ac91c(0x65d)]=_0x3eb634===0x0?'':_0x5ac91c(0x2fe)+_0x3eb634*_0x527125+'px)',_0x605f77[_0x5ac91c(0x4e9)]['clipPath']='',_0xde86f1['syncingHostFromChild'][_0x5ac91c(0x90d)]=!0x0;let _0x5e4745=!0x1;try{var _0x39ad1d;_0x5e4745=((_0x39ad1d=_0xde86f1['onHostWheel'])==null?void 0x0:_0x39ad1d[_0x5ac91c(0x4d5)](_0xde86f1,_0x19a941,_0x49dc35))===!0x0||_0x3e53f5(_0x1c65d2,_0x19a941);}finally{_0xde86f1[_0x5ac91c(0x4d6)][_0x5ac91c(0x90d)]=!0x1;}if(!_0x5e4745){_0x5e9834['current']=_0x383764,_0x605f77['style'][_0x5ac91c(0x65d)]=_0x206003,_0x605f77[_0x5ac91c(0x4e9)][_0x5ac91c(0x78f)]=_0x44245c;return;}_0xde86f1[_0x5ac91c(0x607)]();}));_0x87aa1a=_0x5d8fa0[_0x264215(0x62b)](_0x1edf9d);let _0x282801=(_0x27c7c2=_0xde86f1[_0x264215(0x528)])==null?void 0x0:_0x27c7c2['subscribe'](_0x400f99);_0x5d8fa0[_0x264215(0x780)](_0x264215(0x70a),_0x2b13eb,!0x0),_0x5d8fa0[_0x264215(0x780)](_0x264215(0x235),_0x2b13eb);let _0x57fdfb=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x2b13eb);return _0x57fdfb==null||_0x57fdfb['observe'](_0x1c65d2),(0x0,_0x423058[_0x264215(0x35b)])(()=>{const _0x2789c0=_0x264215;_0x1625c0=!0x0,_0x87aa1a!=null&&_0x5d8fa0[_0x2789c0(0x20c)](_0x87aa1a),_0x57ac98==null||_0x57ac98[_0x2789c0(0x4ff)](),_0x282801==null||_0x282801[_0x2789c0(0x7b2)](),_0x57fdfb==null||_0x57fdfb['disconnect'](),_0x5d8fa0[_0x2789c0(0x356)](_0x2789c0(0x70a),_0x2b13eb,!0x0),_0x5d8fa0[_0x2789c0(0x356)](_0x2789c0(0x235),_0x2b13eb),_0x605f77['style']['removeProperty'](_0x2789c0(0x65d)),_0x605f77['style'][_0x2789c0(0x23d)](_0x2789c0(0x617));});}function _0x508033(_0x4fc845,_0x44498e){return _0x4fc845==null||_0x4fc845===_0x44498e;}function _0xd32735(_0x197b51,_0x17ed3c,_0x2632a3){const _0x3708f0=_0x37672f;let _0x1562d6=_0x197b51-_0x17ed3c;return _0x1562d6+(_0x1562d6>0x0?Math[_0x3708f0(0x59c)](0x0,_0x2632a3):0x0);}function _0x1d1af0(_0x459012){const _0x47cf8b=_0x37672f;let _0x52738d=_0x4914b6(_0x459012[_0x47cf8b(0x7d6)]),_0x1a648b=Math[_0x47cf8b(0x425)](_0x52738d,_0x4914b6(_0x459012[_0x47cf8b(0x71f)])),_0x4ebaf9=Math[_0x47cf8b(0x59c)](0x0,_0x52738d-_0x1a648b);if(_0x4ebaf9===0x0&&!_0x459012['collapseWithoutChildScroll'])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x92005a=Math[_0x47cf8b(0x59c)](0x0,_0x459012[_0x47cf8b(0x633)]),_0x655d77=_0x1a5a04(_0x4914b6(_0x459012['stickyHeaderHeight']),0x1,_0x1a648b),_0xbe5f34=Math['max'](_0x4ebaf9,_0x52738d-_0x655d77),_0x1b26a8=Math[_0x47cf8b(0x425)](_0x92005a,_0xbe5f34),_0x51d55c=_0x1a5a04(_0x52738d-_0x92005a,_0x655d77,_0x1a648b);return{'childOffset':Math['min'](_0x92005a,_0x4ebaf9),'clipBottom':_0x1a648b-_0x51d55c,'visualOffset':_0x1b26a8};}function _0x4bce48(_0x5453a4){const _0x4725b6=_0x37672f;let _0x461459=Math[_0x4725b6(0x59c)](0x1,_0x5453a4[_0x4725b6(0x53d)]-_0x5453a4[_0x4725b6(0x915)]),_0x4c50e5=Math[_0x4725b6(0x425)](_0x5453a4['contentWidth'],_0x461459);return{'initialWidth':_0x4c50e5,'maxExpansion':Math['min'](_0x5453a4[_0x4725b6(0x915)],Math['max'](0x0,_0x5453a4[_0x4725b6(0x499)]-_0x4c50e5))};}function _0x1a5a04(_0x8341cb,_0x27b88a,_0x543bf5){const _0xfe079f=_0x37672f;return Math['max'](_0x27b88a,Math[_0xfe079f(0x425)](_0x543bf5,_0x8341cb));}function _0x34e7d6(_0x29d5db){const _0x57b799=_0x37672f;_0x29d5db[_0x57b799(0x4e9)][_0x57b799(0x23d)](_0x57b799(0x3c3)),_0x29d5db[_0x57b799(0x4e9)][_0x57b799(0x23d)](_0x57b799(0x922)),_0x29d5db[_0x57b799(0x4e9)]['removeProperty'](_0x57b799(0x7e5)),_0x29d5db[_0x57b799(0x4e9)]['removeProperty'](_0x57b799(0x33d)),_0x29d5db['style'][_0x57b799(0x23d)](_0x57b799(0x339)),_0x29d5db[_0x57b799(0x4e9)]['removeProperty']('pointer-events');}function _0x370ff3(_0x28eb96,_0x3423ff){const _0x5ba024=_0x37672f;_0x3423ff?_0x17daa8[_0x5ba024(0x5d7)](_0x28eb96,_0x3423ff):_0x17daa8[_0x5ba024(0x405)](_0x28eb96);}function _0x1c22d3(_0x3e660c){const _0x267105=_0x37672f;var _0x40fbeb;let {chrome:_0x314b03,container:_0x12770d,geometryService:_0x4967f6,stage:_0x308fda}=_0x3e660c;if(_0x3e660c[_0x267105(0x5ed)]&&_0x308fda==='inactive')return _0x314b03[_0x267105(0x4e9)][_0x267105(0x339)]='hidden',_0x314b03[_0x267105(0x4e9)][_0x267105(0x7f3)]=_0x267105(0x63c),(0x0,_0x423058[_0x267105(0x35b)])(()=>{const _0x4b527b=_0x267105;_0x314b03[_0x4b527b(0x4e9)]['removeProperty'](_0x4b527b(0x339)),_0x314b03[_0x4b527b(0x4e9)][_0x4b527b(0x23d)](_0x4b527b(0x1f7));});let _0x17c864=_0x314b03['parentElement'],_0x3e5a4e=_0x314b03[_0x267105(0x1e3)],_0x56e09f,_0x290317,_0x5a58cf=0x0,_0xc5c8dc,_0x1c5216,_0x1bc7ce,_0x3d8261,_0x23e4fe,_0x5ac9d6,_0x46be13,_0xdd341f=()=>{const _0x2f430a=_0x267105;let _0x53aff8=_0x131244(_0x12770d),_0xf0bda1=_0x4d46c1(_0x12770d),_0x4c9498=!_0xa021db(_0x12770d)&&_0x46be13!=null&&_0xc5c8dc===_0xf0bda1[_0x2f430a(0x3c3)]&&_0x1bc7ce===_0xf0bda1[_0x2f430a(0x7e5)]&&_0x3d8261===_0xf0bda1[_0x2f430a(0x33d)];!_0xa021db(_0x12770d)&&_0x46be13!=null&&!_0x4c9498&&(_0x46be13=void 0x0);let _0x3d6bec=_0x4c9498?new DOMRect(_0xf0bda1['left'],_0x46be13,_0xf0bda1[_0x2f430a(0x7e5)],_0xf0bda1[_0x2f430a(0x33d)]):_0xf0bda1,_0x5e709c=!_0x53aff8||_0x3d6bec[_0x2f430a(0x33d)]>=0x18,_0x316a01=_0x1c35e1(_0x53aff8,_0x5e709c,_0x3d6bec['height']);if(_0x5d4f8a(_0x12770d,_0x314b03,_0x5e709c,_0x308fda),_0x530e12(_0x12770d,_0x314b03,_0x316a01,_0x308fda),_0x53aff8){let _0x3d1c7d=_0x12770d[_0x2f430a(0x4f7)]();_0x426a17(_0x314b03,_0x3d6bec,_0x59b06f(_0x3d1c7d,_0x3e660c['docsSheetLikeLayout']));}else _0xaae26e(_0x314b03);_0x314b03[_0x2f430a(0x4e9)]['visibility']=_0x5e709c?'':'hidden',_0x314b03[_0x2f430a(0x4e9)]['pointerEvents']=_0x5e709c&&_0x308fda!==_0x2f430a(0x3ed)?'':_0x2f430a(0x63c),(_0x3d6bec['left']!==_0xc5c8dc||_0x3d6bec[_0x2f430a(0x922)]!==_0x1c5216||_0x3d6bec['width']!==_0x1bc7ce||_0x3d6bec[_0x2f430a(0x33d)]!==_0x3d8261||_0x5e709c!==_0x23e4fe||_0x316a01!==_0x5ac9d6)&&(_0xc5c8dc=_0x3d6bec['left'],_0x1c5216=_0x3d6bec['top'],_0x1bc7ce=_0x3d6bec[_0x2f430a(0x7e5)],_0x3d8261=_0x3d6bec['height'],_0x23e4fe=_0x5e709c,_0x5ac9d6=_0x316a01,_0x370ff3(_0x12770d,{'height':_0x3d6bec[_0x2f430a(0x33d)],'left':_0x3d6bec[_0x2f430a(0x3c3)],'top':_0x3d6bec[_0x2f430a(0x922)],'width':_0x3d6bec['width']}),_0x314b03[_0x2f430a(0x4e9)][_0x2f430a(0x3c3)]=_0x3d6bec[_0x2f430a(0x3c3)]+'px',_0x314b03[_0x2f430a(0x4e9)]['top']=_0x3d6bec[_0x2f430a(0x922)]+'px',_0x314b03[_0x2f430a(0x4e9)]['width']=_0x3d6bec['width']+'px',_0x314b03['style'][_0x2f430a(0x33d)]=_0x3d6bec[_0x2f430a(0x33d)]+'px');},_0x25301a=()=>{const _0x55bf72=_0x267105;_0xdd341f(),_0x56e09f=window[_0x55bf72(0x62b)](_0x25301a);},_0x55816c=()=>{const _0x28b8d3=_0x267105;_0x290317=void 0x0,_0xdd341f(),!(_0x5a58cf<=0x0)&&(--_0x5a58cf,_0x290317=window[_0x28b8d3(0x62b)](_0x55816c));},_0x5b571c=_0x168c59=>{const _0x3bf47d=_0x267105;!_0xa021db(_0x12770d)&&_0x4d531a(_0x168c59)&&_0x1c5216!=null&&(_0x46be13=_0x1c5216),_0xf40dd5(_0x12770d,_0x168c59,{'height':_0x3d8261,'left':_0xc5c8dc,'top':_0x1c5216,'width':_0x1bc7ce})&&(_0x4967f6[_0x3bf47d(0x607)]({'embedId':_0x3e660c['embedId'],'reason':'wheel'}),_0x5a58cf=Math['max'](_0x5a58cf,0x3),_0x290317??=window[_0x3bf47d(0x62b)](_0x55816c));},_0x5bce5e=()=>{const _0x26ff6c=_0x267105;_0x46be13=void 0x0,_0x4967f6[_0x26ff6c(0x607)]({'embedId':_0x3e660c['embedId'],'reason':_0x26ff6c(0x547)}),_0x5a58cf=Math[_0x26ff6c(0x59c)](_0x5a58cf,0x2),_0x290317??=window[_0x26ff6c(0x62b)](_0x55816c);},_0x74f29c=()=>{_0x46be13=void 0x0;};_0xdd341f(),document[_0x267105(0x77f)][_0x267105(0x629)](_0x314b03);let _0x4205c6=new ResizeObserver(_0xdd341f);_0x4205c6[_0x267105(0x893)](_0x12770d);let _0x52aee7=(_0x40fbeb=_0x3e660c[_0x267105(0x528)])==null?void 0x0:_0x40fbeb[_0x267105(0x4a5)](_0x5bce5e);return window['addEventListener'](_0x267105(0x2ce),_0x74f29c,!0x0),window[_0x267105(0x780)](_0x267105(0x70a),_0x5b571c,!0x0),window[_0x267105(0x780)](_0x267105(0x66f),_0x5b571c,!0x0),window['addEventListener'](_0x267105(0x235),_0x5b571c),(_0x308fda!=='inactive'||_0xa021db(_0x12770d))&&(_0x56e09f=window[_0x267105(0x62b)](_0x25301a)),(0x0,_0x423058[_0x267105(0x35b)])(()=>{const _0x2a8c04=_0x267105;_0x56e09f!=null&&window['cancelAnimationFrame'](_0x56e09f),_0x290317!=null&&window[_0x2a8c04(0x20c)](_0x290317),_0x52aee7==null||_0x52aee7[_0x2a8c04(0x7b2)](),_0x4205c6[_0x2a8c04(0x5f4)](),window[_0x2a8c04(0x356)](_0x2a8c04(0x2ce),_0x74f29c,!0x0),window['removeEventListener']('scroll',_0x5b571c,!0x0),window[_0x2a8c04(0x356)]('wheel',_0x5b571c,!0x0),window[_0x2a8c04(0x356)](_0x2a8c04(0x235),_0x5b571c),_0x370ff3(_0x12770d),_0x34e7d6(_0x314b03),_0x5d4f8a(_0x12770d,_0x314b03,!0x0,_0x2a8c04(0x58d)),_0x530e12(_0x12770d,_0x314b03,!0x0,_0x2a8c04(0x58d)),_0x17c864!=null&&_0x17c864[_0x2a8c04(0x4d4)]?_0x17c864[_0x2a8c04(0x264)](_0x314b03,_0x3e5a4e):_0x314b03[_0x2a8c04(0x850)]();});}function _0x31f1f7(_0x3e406a,_0x210efa){const _0x4dbbbc=_0x37672f;var _0xdad92b,_0x52e835,_0x3c7389;let _0x16a2c4=_0x3e406a[_0x4dbbbc(0x89c)][_0x4dbbbc(0x2ab)],_0x35ee31=_0x3e406a[_0x4dbbbc(0x53c)],_0x57b623=_0x131244(_0x3e406a)?[_0x4d46c1(_0x3e406a)]:[_0x3e406a[_0x4dbbbc(0x4f7)](),(_0xdad92b=_0x3e406a[_0x4dbbbc(0x546)](_0x4dbbbc(0x7f5)))==null?void 0x0:_0xdad92b['getBoundingClientRect']()],_0x1f27a9=_0x35ee31[_0x4dbbbc(0x546)](_0x4dbbbc(0x29d)+_0x16a2c4+'\x22]'),_0x3a6c19=[_0x1f27a9==null||(_0x52e835=_0x1f27a9['querySelector'](_0x4dbbbc(0x1f2)))==null?void 0x0:_0x52e835['getBoundingClientRect'](),_0x1f27a9==null||(_0x3c7389=_0x1f27a9[_0x4dbbbc(0x546)](_0x4dbbbc(0x814)))==null?void 0x0:_0x3c7389[_0x4dbbbc(0x4f7)]()],_0x331d61=Array[_0x4dbbbc(0x7a2)](_0x35ee31[_0x4dbbbc(0x793)]('[data-embed-floating-menu-popup=\x22true\x22]'))[_0x4dbbbc(0x320)](_0x3e2915=>_0x3e2915[_0x4dbbbc(0x89c)]['embedId']===_0x16a2c4)[_0x4dbbbc(0x3b8)](_0x38b06b=>_0x38b06b[_0x4dbbbc(0x4f7)]());return[..._0x57b623,..._0x3a6c19,..._0x331d61][_0x4dbbbc(0x320)](_0x202490=>!!_0x202490&&_0x202490[_0x4dbbbc(0x7e5)]>0x0&&_0x202490['height']>0x0)['some'](_0x4d357c=>_0x12bcca(_0x4d357c,_0x210efa['clientX'],_0x210efa[_0x4dbbbc(0x91a)]));}function _0x5d4f8a(_0x50449c,_0x47d9b2,_0x8e2f23,_0x4cd1d8){const _0x4088ac=_0x37672f;let _0x255f92=_0x8e2f23?'':_0x4088ac(0x63c),_0x2cf1a8=_0x50449c[_0x4088ac(0x546)](_0x4088ac(0x7f5)),_0x549e97=_0x50449c[_0x4088ac(0x546)]('[data-u-comp=\x22embed-float-dom-live\x22]'),_0x3c50e0=_0x50449c['querySelector'](_0x4088ac(0x2a6)),_0x57ed44=_0x50449c[_0x4088ac(0x546)](_0x4088ac(0x909)),_0x2b8306=_0x50449c[_0x4088ac(0x546)]('[data-u-comp=\x22embed-float-dom-interaction-gate\x22]'),_0x553c01=_0x47d9b2==null?void 0x0:_0x47d9b2['querySelector'](_0x4088ac(0x590)),_0x31e276=_0x47d9b2==null?void 0x0:_0x47d9b2['querySelector'](_0x4088ac(0x4e1));if(_0x553c01==null||_0x553c01[_0x4088ac(0x4e9)][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x31e276==null||_0x31e276['style'][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x131244(_0x50449c)){_0x50449c[_0x4088ac(0x4e9)][_0x4088ac(0x903)]('pointer-events',_0x4088ac(0x63c)),_0x2cf1a8==null||_0x2cf1a8[_0x4088ac(0x4e9)]['setProperty'](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x549e97==null||_0x549e97[_0x4088ac(0x4e9)][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x3c50e0==null||_0x3c50e0[_0x4088ac(0x4e9)][_0x4088ac(0x903)]('pointer-events',_0x8e2f23?_0x4088ac(0x523):'none'),_0x57ed44==null||_0x57ed44[_0x4088ac(0x4e9)]['setProperty'](_0x4088ac(0x1f7),_0x4088ac(0x63c)),_0x2b8306==null||_0x2b8306[_0x4088ac(0x4e9)][_0x4088ac(0x903)](_0x4088ac(0x1f7),'none');return;}_0x50449c[_0x4088ac(0x4e9)][_0x4088ac(0x23d)](_0x4088ac(0x1f7)),_0x2cf1a8==null||_0x2cf1a8['style'][_0x4088ac(0x23d)](_0x4088ac(0x1f7)),_0x549e97==null||_0x549e97['style'][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x255f92),_0x3c50e0==null||_0x3c50e0['style'][_0x4088ac(0x23d)](_0x4088ac(0x1f7)),_0x57ed44==null||_0x57ed44[_0x4088ac(0x4e9)][_0x4088ac(0x23d)](_0x4088ac(0x1f7)),_0x2b8306==null||_0x2b8306[_0x4088ac(0x4e9)][_0x4088ac(0x903)](_0x4088ac(0x1f7),_0x255f92);}function _0x530e12(_0x4abd2c,_0x48b050,_0x2a1565,_0x1d4f5b){const _0x29ab9b=_0x37672f;let _0x2b2991=_0x2a1565&&_0x1d4f5b!==_0x29ab9b(0x58d),_0x26c214=_0x4abd2c[_0x29ab9b(0x546)](_0x29ab9b(0x814))??(_0x48b050==null?void 0x0:_0x48b050[_0x29ab9b(0x546)](_0x29ab9b(0x814))),_0x17a347=[_0x48b050==null?void 0x0:_0x48b050[_0x29ab9b(0x546)](_0x29ab9b(0x590)),_0x48b050==null?void 0x0:_0x48b050[_0x29ab9b(0x546)]('[data-embed-popup-root]')];_0x26c214==null||_0x26c214[_0x29ab9b(0x4e9)]['setProperty'](_0x29ab9b(0x339),_0x2b2991?'':_0x29ab9b(0x49c)),_0x26c214==null||_0x26c214[_0x29ab9b(0x4e9)]['setProperty'](_0x29ab9b(0x1f7),_0x2b2991?'':_0x29ab9b(0x63c)),_0x17a347[_0x29ab9b(0x84e)](_0x423808=>{const _0x1b0564=_0x29ab9b;_0x423808==null||_0x423808[_0x1b0564(0x4e9)][_0x1b0564(0x903)](_0x1b0564(0x339),_0x2a1565&&_0x1d4f5b===_0x1b0564(0x58d)?'':_0x1b0564(0x49c)),_0x423808==null||_0x423808['style'][_0x1b0564(0x903)](_0x1b0564(0x1f7),_0x1b0564(0x63c)),_0x1d4f5b!==_0x1b0564(0x58d)&&(_0x423808==null||_0x423808[_0x1b0564(0x542)](_0x1b0564(0x717)),_0x423808==null||_0x423808[_0x1b0564(0x793)](_0x1b0564(0x55b))[_0x1b0564(0x84e)](_0x4b8af4=>{const _0x241eb8=_0x1b0564;_0x4b8af4[_0x241eb8(0x542)](_0x241eb8(0x717));}));});}function _0x1c35e1(_0x175c87,_0x249769,_0x1617c9){return _0x175c87?_0x249769:_0x1617c9>=0x28;}function _0x426a17(_0x2299fa,_0x7e728c,_0x3ddc66){const _0x24b201=_0x37672f;let _0x298dfb=_0x3ddc66['left']-_0x7e728c['left'],_0x2248e7=_0x3ddc66[_0x24b201(0x7e5)];_0x2299fa[_0x24b201(0x793)](_0x24b201(0x1f2))[_0x24b201(0x84e)](_0x3efbd8=>{const _0x131a5d=_0x24b201;var _0x260d66;let _0x3dd59c=(_0x260d66=_0x3efbd8['closest'](_0x131a5d(0x806)))==null?void 0x0:_0x260d66['dataset'][_0x131a5d(0x4a8)],_0x55dae7=_0x3efbd8[_0x131a5d(0x89c)][_0x131a5d(0x3cf)]===_0x131a5d(0x292),_0x52d07d=_0x3efbd8[_0x131a5d(0x89c)][_0x131a5d(0x3cf)]===_0x131a5d(0x48a);_0x3dd59c===_0x131a5d(0x3fc)?(_0x3efbd8[_0x131a5d(0x4e9)][_0x131a5d(0x922)]=_0x55dae7?_0x131a5d(0x869):_0x131a5d(0x5b8),_0x55dae7?(_0x3efbd8[_0x131a5d(0x4e9)][_0x131a5d(0x903)]('left',_0x298dfb+'px',_0x131a5d(0x3f9)),_0x3efbd8[_0x131a5d(0x4e9)]['setProperty']('right',_0x131a5d(0x523),_0x131a5d(0x3f9)),_0x3efbd8['style'][_0x131a5d(0x903)](_0x131a5d(0x7e5),_0x2248e7+'px',_0x131a5d(0x3f9))):_0x52d07d&&(_0x3efbd8['style'][_0x131a5d(0x903)](_0x131a5d(0x3c3),_0x298dfb+_0x2248e7/0x2+'px',_0x131a5d(0x3f9)),_0x3efbd8[_0x131a5d(0x4e9)][_0x131a5d(0x903)](_0x131a5d(0x60e),_0x2248e7+'px'))):(_0x55dae7||_0x52d07d)&&(_0x3efbd8[_0x131a5d(0x4e9)][_0x131a5d(0x922)]='8px');});}function _0x59b06f(_0x5319f2,_0x706d16){const _0x458310=_0x37672f;if(!_0x706d16)return _0x5319f2;let _0x5e214a=Math[_0x458310(0x425)](_0x706d16[_0x458310(0x499)],_0x706d16[_0x458310(0x203)]);if(_0x5e214a<=0x0||_0x5319f2[_0x458310(0x7e5)]<=0x0)return _0x5319f2;let _0x3d6f8e=_0x5319f2[_0x458310(0x7e5)]/_0x5e214a;return new DOMRect(_0x5319f2['left'],_0x5319f2['top'],_0x706d16[_0x458310(0x203)]*_0x3d6f8e,_0x5319f2['height']);}function _0xaae26e(_0x41b601){const _0x300ebf=_0x37672f;_0x41b601[_0x300ebf(0x793)](_0x300ebf(0x1f2))['forEach'](_0x9ef90f=>{const _0x48e462=_0x300ebf;var _0x555a79;_0x9ef90f[_0x48e462(0x4e9)][_0x48e462(0x23d)](_0x48e462(0x3c3)),_0x9ef90f[_0x48e462(0x4e9)]['removeProperty']('top'),_0x9ef90f[_0x48e462(0x4e9)]['removeProperty']('width'),_0x9ef90f[_0x48e462(0x4e9)][_0x48e462(0x23d)](_0x48e462(0x2e6)),_0x9ef90f[_0x48e462(0x4e9)]['removeProperty']('max-width'),(_0x555a79=_0x9ef90f[_0x48e462(0x546)](_0x48e462(0x738)))==null||_0x555a79[_0x48e462(0x4e9)]['removeProperty'](_0x48e462(0x56c));});}function _0x4d46c1(_0x596359){const _0xe1a976=_0x37672f;let _0x32cceb=_0xa021db(_0x596359)?_0x596359[_0xe1a976(0x546)](_0xe1a976(0x7f5)):null,_0x580145=_0x32cceb==null?void 0x0:_0x32cceb['getBoundingClientRect'](),_0x291380=_0x596359[_0xe1a976(0x4f7)]();return _0x3e034e(_0x580145&&_0x580145[_0xe1a976(0x7e5)]>0x0&&_0x580145['height']>0x0?_0x131244(_0x596359)?_0x1a4cf1(_0x580145,_0x291380[_0xe1a976(0x5e9)]):_0x580145:_0x291380,_0x596359);}function _0x131244(_0x54c4ce){const _0x3ebfa4=_0x37672f;return!!_0x54c4ce[_0x3ebfa4(0x68d)](_0x3ebfa4(0x463));}function _0xa021db(_0x188ed0){const _0x3f24e3=_0x37672f;return _0x131244(_0x188ed0)||!!_0x188ed0[_0x3f24e3(0x68d)]('[data-u-comp=\x22embed-docs-custom-block\x22]');}function _0x1a843d(_0x2e94f4,_0x2b192b,_0x3c46c3,_0x4bb504){const _0x585059=_0x37672f;_0x4bb504[_0x585059(0x90d)][_0x585059(0x84e)](_0x3da466=>window[_0x585059(0x20c)](_0x3da466)),_0x4bb504[_0x585059(0x90d)]=[],_0x2e94f4['invalidate']({'embedId':_0x2b192b,'reason':_0x3c46c3});let _0xad1925=_0x35dfe3=>{const _0x4e2b8b=_0x585059;let _0x4bf31c=window[_0x4e2b8b(0x62b)](()=>{const _0x13e31a=_0x4e2b8b;_0x4bb504['current']=_0x4bb504[_0x13e31a(0x90d)]['filter'](_0x3a19c4=>_0x3a19c4!==_0x4bf31c),_0x2e94f4[_0x13e31a(0x607)]({'embedId':_0x2b192b,'reason':_0x3c46c3}),_0x35dfe3>0x1&&_0xad1925(_0x35dfe3-0x1);});_0x4bb504[_0x4e2b8b(0x90d)][_0x4e2b8b(0x5fd)](_0x4bf31c);};_0xad1925(0x2);}function _0xf40dd5(_0x4dd6b7,_0x4d4d70,_0x5c2c5d){const _0x4a76aa=_0x37672f;if(_0x449cd1(_0x4d4d70))return!0x1;let _0x20f4c1=_0x4d4d70==null?void 0x0:_0x4d4d70[_0x4a76aa(0x317)];return!(_0x20f4c1 instanceof Node&&_0x4dd6b7[_0x4a76aa(0x8e0)](_0x20f4c1)||_0x20f4c1 instanceof HTMLElement&&_0x20f4c1[_0x4a76aa(0x68d)]('[data-embed-float-dom=\x22true\x22]')||_0x4d4d70 instanceof WheelEvent&&([..._0x17daa8['values']()][_0x4a76aa(0x79a)](_0xd9830a=>_0x435d35(_0xd9830a,_0x4d4d70))||_0x435d35(_0x5c2c5d,_0x4d4d70)));}function _0x4d531a(_0x3e31ef){const _0x5def09=_0x37672f;return _0x3e31ef instanceof WheelEvent?Math['abs'](_0x3e31ef[_0x5def09(0x560)])>=Math[_0x5def09(0x82a)](_0x3e31ef[_0x5def09(0x866)]):(_0x3e31ef==null?void 0x0:_0x3e31ef[_0x5def09(0x27c)])===_0x5def09(0x70a);}function _0x3e034e(_0x355f79,_0x13cff0){const _0x97429a=_0x37672f;let _0x33dedf=_0x5b0953(_0x13cff0,_0x355f79);if(!_0x33dedf&&_0x355f79[_0x97429a(0x922)]>=0x0&&_0x355f79[_0x97429a(0x3c3)]>=0x0)return _0x355f79;let _0x5acce3=(_0x33dedf==null?void 0x0:_0x33dedf['getBoundingClientRect']())??new DOMRect(0x0,0x0,window['innerWidth'],window[_0x97429a(0x836)]),_0x56ce2a=Math[_0x97429a(0x59c)](_0x355f79['left'],_0x5acce3[_0x97429a(0x3c3)]),_0x2cf054=Math[_0x97429a(0x59c)](_0x355f79[_0x97429a(0x922)],_0x5acce3[_0x97429a(0x922)]),_0x5ba152=Math[_0x97429a(0x425)](_0x355f79[_0x97429a(0x2e6)],_0x5acce3[_0x97429a(0x2e6)]),_0x1c052d=Math[_0x97429a(0x425)](_0x355f79[_0x97429a(0x5e9)],_0x5acce3[_0x97429a(0x5e9)]);return _0x5ba152<=_0x56ce2a||_0x1c052d<=_0x2cf054?new DOMRect(_0x56ce2a,_0x2cf054,0x0,0x0):new DOMRect(_0x56ce2a,_0x2cf054,_0x5ba152-_0x56ce2a,_0x1c052d-_0x2cf054);}function _0x1a4cf1(_0x59132b,_0x2ef212){const _0x4e82c8=_0x37672f;let _0xbb1ab2=Math[_0x4e82c8(0x425)](_0x59132b[_0x4e82c8(0x5e9)],_0x2ef212);return _0xbb1ab2<=_0x59132b['top']?new DOMRect(_0x59132b['left'],_0x59132b[_0x4e82c8(0x922)],0x0,0x0):new DOMRect(_0x59132b['left'],_0x59132b[_0x4e82c8(0x922)],_0x59132b[_0x4e82c8(0x7e5)],_0xbb1ab2-_0x59132b[_0x4e82c8(0x922)]);}function _0x5b0953(_0x12148e,_0xb21ef){const _0x88e8cb=_0x37672f;let _0x45073f=_0x12148e[_0x88e8cb(0x76e)];for(;_0x45073f&&_0x45073f!==document[_0x88e8cb(0x77f)]&&_0x45073f!==document[_0x88e8cb(0x7e2)];){if(_0x49e1a9(_0x45073f)&&!_0x2844c2(_0x45073f,_0xb21ef))return _0x45073f;_0x45073f=_0x45073f[_0x88e8cb(0x76e)];}return null;}function _0x2844c2(_0x2d545b,_0x4d18ee){const _0x5158fb=_0x37672f;let _0x9aa104=_0x2d545b[_0x5158fb(0x4f7)]();return _0x9aa104[_0x5158fb(0x7e5)]<=0x0||_0x9aa104[_0x5158fb(0x33d)]<=0x0||Math[_0x5158fb(0x82a)](_0x9aa104[_0x5158fb(0x3c3)]-_0x4d18ee[_0x5158fb(0x3c3)])<0x1&&Math[_0x5158fb(0x82a)](_0x9aa104[_0x5158fb(0x922)]-_0x4d18ee[_0x5158fb(0x922)])<0x1&&Math[_0x5158fb(0x82a)](_0x9aa104['width']-_0x4d18ee['width'])<0x1&&Math[_0x5158fb(0x82a)](_0x9aa104[_0x5158fb(0x33d)]-_0x4d18ee['height'])<0x1;}function _0x12bcca(_0x36c2be,_0x468e7d,_0x834584){const _0x11f0d4=_0x37672f;return _0x468e7d>=_0x36c2be[_0x11f0d4(0x3c3)]&&_0x468e7d<=_0x36c2be[_0x11f0d4(0x2e6)]&&_0x834584>=_0x36c2be[_0x11f0d4(0x922)]&&_0x834584<=_0x36c2be[_0x11f0d4(0x5e9)];}function _0x435d35(_0x563c8e,_0x5d3d33){const _0x5d5866=_0x37672f;let {height:_0x3aaad1,left:_0x408a0d,top:_0x30d5bd,width:_0x359ffe}=_0x563c8e;return Number['isFinite'](_0x408a0d)&&Number[_0x5d5866(0x498)](_0x30d5bd)&&Number[_0x5d5866(0x498)](_0x359ffe)&&Number[_0x5d5866(0x498)](_0x3aaad1)&&(_0x359ffe??0x0)>0x0&&(_0x3aaad1??0x0)>0x0&&_0x5d3d33[_0x5d5866(0x582)]>=_0x408a0d&&_0x5d3d33[_0x5d5866(0x582)]<=_0x408a0d+_0x359ffe&&_0x5d3d33[_0x5d5866(0x91a)]>=_0x30d5bd&&_0x5d3d33[_0x5d5866(0x91a)]<=_0x30d5bd+_0x3aaad1;}function _0x4914b6(..._0x4990ef){const _0x54f4eb=_0x37672f;return Math[_0x54f4eb(0x59c)](0x1,_0x4990ef[_0x54f4eb(0x782)](_0x150a04=>typeof _0x150a04=='number'&&Number[_0x54f4eb(0x498)](_0x150a04)&&_0x150a04>0x0)??0x1);}let _0x56503f=_0x37672f(0x68f);function _0xd34664(..._0x2bcfa2){const _0x2eea30=_0x37672f;return _0x2bcfa2[_0x2eea30(0x320)](_0x165890=>!!_0x165890&&_0x165890[_0x2eea30(0x4d4)]);}function _0x341c59(_0x38c049,_0x28f724){const _0xacea59=_0x37672f;return(0x0,_0x4fbb7a[_0xacea59(0x8ac)])(_0x28f724?[_0x38c049,_0x28f724]:[_0x38c049]);}function _0x296300(_0x91ed57,_0x4156fe){const _0x5d962d=_0x37672f;if(_0x4156fe instanceof HTMLCanvasElement&&_0x91ed57['some'](_0x46a2d9=>_0x46a2d9[_0x5d962d(0x8e0)](_0x4156fe)))return _0x4156fe;for(let _0x4b8f14 of _0x91ed57){let _0x515967=_0x4b8f14[_0x5d962d(0x546)](_0x5d962d(0x492));if(_0x515967)return _0x515967;}return null;}function _0x25a118(_0x20cfde,_0x10b21e=!0x1){const _0x105bb6=_0x37672f;return _0x20cfde!==_0x423058['UniverInstanceType'][_0x105bb6(0x89d)]&&_0x20cfde!==_0x423058['UniverInstanceType'][_0x105bb6(0x4d7)]&&(_0x10b21e||_0x20cfde!==_0x423058['UniverInstanceType'][_0x105bb6(0x2d9)]);}function _0x8b787f(_0x5792d2){const _0x5bfe6e=_0x37672f;let _0x5da020=_0xb65f03(_0x5792d2);return _0x5da020===_0x5bfe6e(0x297)||_0x5da020===_0x5bfe6e(0x516)||_0x5da020===_0x5bfe6e(0x398);}function _0xb65f03(_0x4a6185){const _0x24b3fe=_0x37672f;var _0x3492e3;if(!(_0x4a6185 instanceof HTMLElement))return;let _0x2f1d65=(_0x3492e3=_0x4a6185['closest'](_0x24b3fe(0x55b)))==null?void 0x0:_0x3492e3[_0x24b3fe(0x715)](_0x3918cf);return _0x194298(_0x2f1d65)?_0x2f1d65:void 0x0;}function _0x1814b2(_0xf3b2f1,_0x228ad2,_0x2b4c26,_0x35a5e5,_0x336d41){const _0x3e6986=_0x37672f;if(_0x336d41!==_0x3e6986(0x58d)||!_0x2b4c26||!_0x35a5e5)return;let _0x57aaaf=new Map(),_0x12f662=()=>{const _0x213ed1=_0x3e6986;let _0x35b916=new Set([_0x35a5e5,..._0x228ad2[_0x213ed1(0x37d)](_0x2b4c26)]);_0x57aaaf[_0x213ed1(0x84e)]((_0x29670b,_0x141f1d)=>{const _0x11819d=_0x213ed1;_0x35b916[_0x11819d(0x7df)](_0x141f1d)||(_0x29670b[_0x11819d(0x4ff)](),_0x57aaaf[_0x11819d(0x405)](_0x141f1d));}),_0x35b916[_0x213ed1(0x84e)](_0x1c7446=>{const _0x23a7ee=_0x213ed1;_0x57aaaf[_0x23a7ee(0x7df)](_0x1c7446)||_0xf3b2f1[_0x23a7ee(0x685)](_0x1c7446)||_0x57aaaf[_0x23a7ee(0x5d7)](_0x1c7446,_0xf3b2f1['registerContainerElement'](_0x1c7446));});};_0x12f662();let _0x9cf25c=_0x228ad2['runtimeFocusChanged$'][_0x3e6986(0x4a5)](_0x12f662);return(0x0,_0x423058[_0x3e6986(0x35b)])(()=>{const _0xd6bae6=_0x3e6986;_0x9cf25c['unsubscribe'](),_0x57aaaf[_0xd6bae6(0x84e)](_0xf91e80=>_0xf91e80[_0xd6bae6(0x4ff)]()),_0x57aaaf[_0xd6bae6(0x2d5)]();});}function _0x2eddf6(_0x12a8a5){const _0x563d8f=_0x37672f;let _0x1aedc3=_0x14845e=>{const _0x33e218=_0x3a85;var _0x12aa29,_0x163a1c;let _0x1a5409=_0x14845e['target'],_0x3618d5=((_0x12aa29=_0x12a8a5[_0x33e218(0x54e)])==null?void 0x0:_0x12aa29[_0x33e218(0x4d5)](_0x12a8a5,_0x14845e))??!0x1;if(_0x12a8a5[_0x33e218(0x77c)][_0x33e218(0x7d4)](_0x12a8a5['embedId'])==='inactive')return;_0x3618d5&&(_0x12a8a5[_0x33e218(0x5e0)][_0x33e218(0x90d)]=Date[_0x33e218(0x312)]()+_0x12a8a5[_0x33e218(0x690)]);let _0x2ec73c=_0x12a8a5['focusCoordinator'][_0x33e218(0x588)](_0x12a8a5['embedId'],_0x1a5409,_0x14845e)||_0x12a8a5[_0x33e218(0x6c3)][_0x33e218(0x8e0)](_0x12a8a5[_0x33e218(0x2ab)],_0x1a5409,_0x14845e);_0x2ec73c&&(_0x12a8a5[_0x33e218(0x855)][_0x33e218(0x90d)]=Date[_0x33e218(0x312)]()+_0x12a8a5['graceMs']),!(!_0x1a5409||_0x12a8a5['container'][_0x33e218(0x8e0)](_0x1a5409)||(_0x163a1c=_0x12a8a5['chrome'])!=null&&_0x163a1c[_0x33e218(0x8e0)](_0x1a5409)||_0x1a5409[_0x33e218(0x68d)](_0x33e218(0x52d))||_0x2ec73c||_0x3618d5||_0x31f1f7(_0x12a8a5[_0x33e218(0x3e5)],_0x14845e))&&_0x12a8a5[_0x33e218(0x37e)]['clearFloating'](_0x12a8a5['embedId'],_0x12a8a5[_0x33e218(0x7cf)]);},_0x57434a=_0x24d76d=>{const _0x21735f=_0x3a85;var _0xc7ff43;let _0x108592=_0x24d76d[_0x21735f(0x317)],_0x577a46=_0x12a8a5[_0x21735f(0x3e5)][_0x21735f(0x53c)]??(_0x108592==null?void 0x0:_0x108592[_0x21735f(0x53c)]),_0x131409=_0x12a8a5[_0x21735f(0x86d)][_0x21735f(0x3c6)](_0x12a8a5[_0x21735f(0x2ab)],{'ignoreOwners':_0x12a8a5[_0x21735f(0x64e)]});_0x12a8a5[_0x21735f(0x77c)][_0x21735f(0x7d4)](_0x12a8a5['embedId'])!==_0x21735f(0x3ed)&&(!_0x108592||_0x131409||Date[_0x21735f(0x312)]()<_0x12a8a5[_0x21735f(0x855)][_0x21735f(0x90d)]||Date[_0x21735f(0x312)]()<_0x12a8a5['externalHostInteractionUntil'][_0x21735f(0x90d)]||_0x12a8a5[_0x21735f(0x6c3)][_0x21735f(0x1e4)](_0x12a8a5[_0x21735f(0x2ab)],_0x577a46)||!_0x3e9e6a(_0x108592)||_0x12a8a5[_0x21735f(0x3e5)][_0x21735f(0x8e0)](_0x108592)||(_0xc7ff43=_0x12a8a5[_0x21735f(0x8fb)])!=null&&_0xc7ff43['contains'](_0x108592)||_0x108592[_0x21735f(0x68d)](_0x21735f(0x52d))||_0x12a8a5['focusCoordinator']['containsElement'](_0x12a8a5[_0x21735f(0x2ab)],_0x108592,_0x24d76d)||_0x12a8a5[_0x21735f(0x6c3)][_0x21735f(0x8e0)](_0x12a8a5[_0x21735f(0x2ab)],_0x108592,_0x24d76d)||_0x12a8a5[_0x21735f(0x37e)][_0x21735f(0x2aa)](_0x12a8a5[_0x21735f(0x2ab)],_0x12a8a5[_0x21735f(0x7cf)]));};return document[_0x563d8f(0x780)](_0x563d8f(0x2ce),_0x1aedc3,!0x0),document['addEventListener'](_0x563d8f(0x52c),_0x57434a,!0x0),(0x0,_0x423058[_0x563d8f(0x35b)])(()=>{const _0x21e73f=_0x563d8f;document[_0x21e73f(0x356)](_0x21e73f(0x2ce),_0x1aedc3,!0x0),document['removeEventListener'](_0x21e73f(0x52c),_0x57434a,!0x0);});}function _0x34b9f5(_0x5e31d){const _0x33d007=_0x37672f;let _0x1ce131,_0x55f39c=()=>{_0x1ce131=void 0x0;},_0x377419=_0x5de905=>{const _0x4d5693=_0x3a85;let _0x1a6dc4=_0x22c00d(_0x5e31d[_0x4d5693(0x543)][_0x4d5693(0x5ad)](_0x5e31d[_0x4d5693(0x489)][_0x4d5693(0x7cf)],_0x5e31d['data'][_0x4d5693(0x2ab)]),_0x5e31d[_0x4d5693(0x489)]);if(!(_0x1a6dc4!=null&&_0x1a6dc4[_0x4d5693(0x783)]))return;let _0x1aeb35=_0x5de905['target'];_0x1aeb35!=null&&_0x1aeb35['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0x5e31d[_0x4d5693(0x77c)][_0x4d5693(0x7d4)](_0x5e31d[_0x4d5693(0x489)][_0x4d5693(0x2ab)])!==_0x4d5693(0x58d)&&(_0x1ce131={'button':_0x5de905[_0x4d5693(0x3e6)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x5de905[_0x4d5693(0x304)],'startedAt':Date[_0x4d5693(0x312)](),'startX':_0x5de905[_0x4d5693(0x582)],'startY':_0x5de905[_0x4d5693(0x91a)]});},_0x5269f1=_0x5d0f9a=>{const _0x17dd55=_0x3a85;if(!_0x1ce131||_0x1ce131[_0x17dd55(0x304)]!==_0x5d0f9a[_0x17dd55(0x304)]||Math[_0x17dd55(0x726)](_0x5d0f9a[_0x17dd55(0x582)]-_0x1ce131[_0x17dd55(0x241)],_0x5d0f9a[_0x17dd55(0x91a)]-_0x1ce131['startY'])<=0x4)return;_0x1ce131[_0x17dd55(0x8fe)]=!0x0;let _0x4647e3=_0x14b03a({'interactionFlow':_0x5e31d[_0x17dd55(0x335)],'stage':_0x5e31d[_0x17dd55(0x77c)]['getStage'](_0x5e31d[_0x17dd55(0x489)][_0x17dd55(0x2ab)])});!_0x5e31d[_0x17dd55(0x462)]||_0x1ce131[_0x17dd55(0x330)]||!_0x4647e3[_0x17dd55(0x33a)]||(_0x1ce131[_0x17dd55(0x330)]=!0x0,document[_0x17dd55(0x924)](new CustomEvent(_0x56503f,{'detail':{'button':_0x1ce131['button'],'clientX':_0x1ce131[_0x17dd55(0x241)],'clientY':_0x1ce131['startY'],'embedId':_0x5e31d[_0x17dd55(0x489)][_0x17dd55(0x2ab)],'hostAnchorId':_0x5e31d[_0x17dd55(0x489)]['hostAnchorId'],'hostUnitId':_0x5e31d[_0x17dd55(0x489)][_0x17dd55(0x7cf)],'pointerId':_0x1ce131[_0x17dd55(0x304)]}})));},_0x3f14ac=_0x1f19af=>{const _0x309a35=_0x3a85;let _0x28ba72=_0x1ce131;if(_0x1ce131=void 0x0,!_0x28ba72||_0x28ba72[_0x309a35(0x304)]!==_0x1f19af['pointerId']||_0x28ba72[_0x309a35(0x8fe)]||Date[_0x309a35(0x312)]()-_0x28ba72['startedAt']>0x1f4)return;let _0x132425=_0x22c00d(_0x5e31d[_0x309a35(0x543)]['getDescriptor'](_0x5e31d[_0x309a35(0x489)][_0x309a35(0x7cf)],_0x5e31d[_0x309a35(0x489)][_0x309a35(0x2ab)]),_0x5e31d[_0x309a35(0x489)]);if(!(_0x132425!=null&&_0x132425[_0x309a35(0x783)]))return;let _0x3108ae=_0x5e31d[_0x309a35(0x77c)][_0x309a35(0x7d4)](_0x5e31d['data'][_0x309a35(0x2ab)]);if(_0x3108ae!==_0x309a35(0x58d)){if(_0x3108ae===_0x309a35(0x4c6)){_0x5e31d['activationService'][_0x309a35(0x548)](_0x132425,_0x309a35(0x58d),{'portalContainer':_0x5e31d['popupRoot']});return;}if(_0x5e31d[_0x309a35(0x335)]===_0x309a35(0x55f)){_0x5e31d['acquireStage2SessionLease'](),_0x5e31d['activationService'][_0x309a35(0x548)](_0x132425,_0x309a35(0x58d),{'portalContainer':_0x5e31d[_0x309a35(0x8ae)]}),_0x5e31d[_0x309a35(0x774)]();return;}_0x5e31d['activationService'][_0x309a35(0x548)](_0x132425,_0x309a35(0x4c6));}};return _0x5e31d[_0x33d007(0x79e)]['addEventListener'](_0x33d007(0x2ce),_0x377419,!0x0),_0x5e31d[_0x33d007(0x79e)][_0x33d007(0x780)](_0x33d007(0x723),_0x5269f1,!0x0),_0x5e31d[_0x33d007(0x79e)][_0x33d007(0x780)]('pointerup',_0x3f14ac,!0x0),_0x5e31d['gate'][_0x33d007(0x780)](_0x33d007(0x303),_0x55f39c,!0x0),(0x0,_0x423058[_0x33d007(0x35b)])(()=>{const _0x3be248=_0x33d007;_0x5e31d[_0x3be248(0x79e)][_0x3be248(0x356)](_0x3be248(0x2ce),_0x377419,!0x0),_0x5e31d[_0x3be248(0x79e)][_0x3be248(0x356)](_0x3be248(0x723),_0x5269f1,!0x0),_0x5e31d[_0x3be248(0x79e)][_0x3be248(0x356)](_0x3be248(0x832),_0x3f14ac,!0x0),_0x5e31d[_0x3be248(0x79e)][_0x3be248(0x356)]('pointercancel',_0x55f39c,!0x0);});}function _0x22c00d(_0x217be2,_0x10c6b0){const _0x33529b=_0x37672f;return!_0x217be2||_0x217be2['childUnitId']||!_0x10c6b0['childUnitId']||_0x10c6b0['childType']==null?_0x217be2:{..._0x217be2,'childType':_0x10c6b0['childType'],'childUnitId':_0x10c6b0[_0x33529b(0x783)]};}function _0x379c25(_0x245fbd){const _0x2f2367=_0x37672f;let _0x21fbae=()=>{const _0x322bcc=_0x3a85;let _0x490ecf=_0x245fbd[_0x322bcc(0x8c6)][_0x322bcc(0x53c)][_0x322bcc(0x811)];return!!_0x490ecf&&_0x245fbd[_0x322bcc(0x5a4)]()['some'](_0x4ea2ee=>_0x4ea2ee[_0x322bcc(0x8e0)](_0x490ecf));},_0x1f4560=(_0x2fb083,_0x3fd9cf=!0x1,_0x26a0e5=!0x1)=>{const _0x1c7385=_0x3a85;_0x245fbd[_0x1c7385(0x489)][_0x1c7385(0x2ab)]&&_0x245fbd[_0x1c7385(0x77c)][_0x1c7385(0x7d4)](_0x245fbd[_0x1c7385(0x489)][_0x1c7385(0x2ab)])!==_0x1c7385(0x58d)||_0x25a118(_0x245fbd[_0x1c7385(0x489)][_0x1c7385(0x6b0)],_0x26a0e5)&&(_0x245fbd[_0x1c7385(0x86d)]['hasBlockingChildFocusLease'](_0x245fbd[_0x1c7385(0x489)][_0x1c7385(0x2ab)],{'ignoreOwners':_0x245fbd[_0x1c7385(0x64e)]})||!_0x3fd9cf&&_0x21fbae()||(_0x2fb083['hasAttribute']('tabindex')||(_0x2fb083[_0x1c7385(0x281)]=-0x1),_0x2fb083[_0x1c7385(0x742)]({'preventScroll':!0x0})));},_0x164f8d=_0x4a0990=>{const _0x51f0ba=_0x3a85;let _0x16f2a0=_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x2ab)]?_0x245fbd['floatingActiveService'][_0x51f0ba(0x7d4)](_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x2ab)]):_0x51f0ba(0x3ed);if(_0x245fbd[_0x51f0ba(0x489)]['embedId']&&_0x16f2a0!==_0x51f0ba(0x58d)){if(_0x245fbd['interactionFlow']!==_0x51f0ba(0x55f)||!_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x7cf)])return;let _0x598b55=_0x22c00d(_0x245fbd[_0x51f0ba(0x543)][_0x51f0ba(0x5ad)](_0x245fbd[_0x51f0ba(0x489)]['hostUnitId'],_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x2ab)]),_0x245fbd[_0x51f0ba(0x489)]);if(!(_0x598b55!=null&&_0x598b55['childUnitId']))return;_0x245fbd[_0x51f0ba(0x5f1)](),_0x245fbd[_0x51f0ba(0x37e)][_0x51f0ba(0x548)](_0x598b55,_0x51f0ba(0x58d),{'portalContainer':_0x245fbd[_0x51f0ba(0x8ae)]}),_0x245fbd[_0x51f0ba(0x774)]();}if(_0x8b787f(_0x4a0990['target'])||_0x245fbd['focusCoordinator'][_0x51f0ba(0x3c6)](_0x245fbd[_0x51f0ba(0x489)]['embedId'],{'ignoreOwners':_0x245fbd[_0x51f0ba(0x64e)]}))return;if(_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x7cf)]&&_0x245fbd['data'][_0x51f0ba(0x2ab)]){let _0x561135=_0x22c00d(_0x245fbd[_0x51f0ba(0x543)][_0x51f0ba(0x5ad)](_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x7cf)],_0x245fbd[_0x51f0ba(0x489)][_0x51f0ba(0x2ab)]),_0x245fbd[_0x51f0ba(0x489)]);(_0x561135==null?void 0x0:_0x561135[_0x51f0ba(0x783)])!=null&&_0x561135['childType']!=null&&_0x245fbd[_0x51f0ba(0x37e)]['focusFloatingRuntime'](_0x561135);}let _0x3452e0=_0x296300(_0x245fbd[_0x51f0ba(0x5a4)](),_0x4a0990[_0x51f0ba(0x317)]);_0x3452e0&&_0x1f4560(_0x3452e0,!0x0,_0x4a0990[_0x51f0ba(0x317)]===_0x3452e0);};return _0x245fbd[_0x2f2367(0x8c6)][_0x2f2367(0x780)]('pointerdown',_0x164f8d,!0x0),(0x0,_0x423058[_0x2f2367(0x35b)])(()=>_0x245fbd[_0x2f2367(0x8c6)]['removeEventListener'](_0x2f2367(0x2ce),_0x164f8d,!0x0));}function _0x38d554(_0x66cbf5){const _0x258566=_0x37672f;let _0x220f2a=_0x66cbf5[_0x258566(0x8c6)][_0x258566(0x53c)],_0x4079ba,_0x581f73=()=>{_0x4079ba!=null&&(globalThis['clearTimeout'](_0x4079ba),_0x4079ba=void 0x0);},_0x4dd5fb=()=>{const _0x25c754=_0x258566;var _0x1c59c7;_0x581f73(),(_0x1c59c7=_0x66cbf5['pointerLease'][_0x25c754(0x90d)])==null||_0x1c59c7[_0x25c754(0x4ff)](),_0x66cbf5['pointerLease']['current']=void 0x0;},_0x5cb38a=()=>{const _0x450769=_0x258566;globalThis['queueMicrotask'](()=>{const _0x4c6064=_0x3a85;_0x66cbf5[_0x4c6064(0x57f)]['current']=void 0x0;}),_0x581f73(),_0x4079ba=globalThis[_0x450769(0x620)](()=>{const _0x5883a1=_0x450769;var _0x395fc7;_0x4079ba=void 0x0,(_0x395fc7=_0x66cbf5[_0x5883a1(0x505)][_0x5883a1(0x90d)])==null||_0x395fc7[_0x5883a1(0x4ff)](),_0x66cbf5[_0x5883a1(0x505)]['current']=void 0x0;},_0x66cbf5[_0x450769(0x690)]);},_0x4a7c47=_0x35af76=>{const _0x5db879=_0x258566;_0x4dd5fb(),_0x66cbf5['pointerLease'][_0x5db879(0x90d)]=_0x66cbf5[_0x5db879(0x86d)][_0x5db879(0x1fc)]({'childType':_0x66cbf5[_0x5db879(0x489)][_0x5db879(0x6b0)],'childUnitId':_0x66cbf5[_0x5db879(0x489)][_0x5db879(0x783)],'embedId':_0x66cbf5[_0x5db879(0x489)][_0x5db879(0x2ab)],'hostUnitId':_0x66cbf5[_0x5db879(0x489)][_0x5db879(0x7cf)],'owner':_0x5db879(0x753),'role':_0x35af76});},_0x1d26b4=()=>{const _0x54d1f8=_0x258566;_0x66cbf5[_0x54d1f8(0x77c)][_0x54d1f8(0x7d4)](_0x66cbf5[_0x54d1f8(0x489)][_0x54d1f8(0x2ab)])===_0x54d1f8(0x58d)&&_0x4a7c47(_0x54d1f8(0x297));},_0x440d3c=_0x12b602=>{const _0xcc49b2=_0x258566;let _0x1860d4=_0x12b602[_0xcc49b2(0x317)],_0xf53038=_0x1860d4 instanceof Node&&_0x66cbf5['liveRoot'][_0xcc49b2(0x8e0)](_0x1860d4)||_0x66cbf5[_0xcc49b2(0x86d)][_0xcc49b2(0x588)](_0x66cbf5['data'][_0xcc49b2(0x2ab)],_0x1860d4,_0x12b602)||_0x66cbf5[_0xcc49b2(0x6c3)][_0xcc49b2(0x8e0)](_0x66cbf5[_0xcc49b2(0x489)][_0xcc49b2(0x2ab)],_0x1860d4,_0x12b602);_0x66cbf5[_0xcc49b2(0x57f)]['current']=_0xf53038?_0xcc49b2(0x406):_0xcc49b2(0x417);},_0x2e71eb=_0x817e36=>{const _0x5f182a=_0x258566;if(_0x66cbf5[_0x5f182a(0x77c)][_0x5f182a(0x7d4)](_0x66cbf5[_0x5f182a(0x489)][_0x5f182a(0x2ab)])!==_0x5f182a(0x58d)||!(_0x66cbf5[_0x5f182a(0x86d)][_0x5f182a(0x588)](_0x66cbf5[_0x5f182a(0x489)]['embedId'],_0x817e36['target'],_0x817e36)||_0x66cbf5['interactionBoundaryService'][_0x5f182a(0x8e0)](_0x66cbf5['data'][_0x5f182a(0x2ab)],_0x817e36[_0x5f182a(0x317)],_0x817e36)))return;_0x66cbf5[_0x5f182a(0x855)][_0x5f182a(0x90d)]=Date[_0x5f182a(0x312)]()+_0x66cbf5[_0x5f182a(0x690)];let _0x2c7002=_0xb65f03(_0x817e36[_0x5f182a(0x317)])??_0x5f182a(0x297);_0x4a7c47(_0x2c7002==='runtime'||_0x2c7002===_0x5f182a(0x27e)||_0x2c7002===_0x5f182a(0x398)?_0x5f182a(0x297):_0x2c7002);};return _0x66cbf5['liveRoot']['addEventListener'](_0x258566(0x2ce),_0x1d26b4,!0x0),_0x220f2a['addEventListener']('pointerdown',_0x440d3c,!0x0),_0x220f2a[_0x258566(0x780)](_0x258566(0x2ce),_0x2e71eb,!0x0),_0x220f2a[_0x258566(0x780)]('pointerup',_0x5cb38a,!0x0),_0x220f2a[_0x258566(0x780)]('pointercancel',_0x5cb38a,!0x0),(0x0,_0x423058[_0x258566(0x35b)])(()=>{const _0x4997a0=_0x258566;_0x66cbf5[_0x4997a0(0x8c6)]['removeEventListener'](_0x4997a0(0x2ce),_0x1d26b4,!0x0),_0x220f2a[_0x4997a0(0x356)]('pointerdown',_0x440d3c,!0x0),_0x220f2a['removeEventListener'](_0x4997a0(0x2ce),_0x2e71eb,!0x0),_0x220f2a[_0x4997a0(0x356)]('pointerup',_0x5cb38a,!0x0),_0x220f2a[_0x4997a0(0x356)](_0x4997a0(0x303),_0x5cb38a,!0x0),_0x66cbf5[_0x4997a0(0x57f)]['current']=void 0x0,_0x4dd5fb();});}function _0x3e9e6a(_0x5ad10c){const _0x1e2876=_0x37672f;return _0x5ad10c['id']==='univer-doc-main-canvas'||_0x5ad10c['id'][_0x1e2876(0x674)](_0x1e2876(0x60b))||_0x5ad10c['id'][_0x1e2876(0x674)](_0x1e2876(0x6d9))||_0x5ad10c[_0x1e2876(0x68d)](_0x1e2876(0x54d))!=null;}function _0x53ab03(_0x2eb983,_0x463e0b){const _0x1140ab=_0x37672f;if(!_0x2eb983||_0x463e0b['length']===0x0)return;let _0x4ab92f=_0x463e0b[0x0]['ownerDocument']['activeElement'];_0x4ab92f instanceof HTMLElement&&(_0x463e0b['some'](_0x526d50=>_0x526d50[_0x1140ab(0x8e0)](_0x4ab92f))||_0x4ab92f[_0x1140ab(0x68d)](_0x1140ab(0x41b)+_0x2eb983+'\x22]')!=null)&&_0x4ab92f[_0x1140ab(0x799)]();}function _0x194298(_0x3db8e0){const _0xd8ef24=_0x37672f;return _0x3db8e0===_0xd8ef24(0x747)||_0x3db8e0===_0xd8ef24(0x27e)||_0x3db8e0===_0xd8ef24(0x297)||_0x3db8e0===_0xd8ef24(0x516)||_0x3db8e0===_0xd8ef24(0x398);}function _0x264245(_0x2014ee){const _0x3c9487=_0x37672f;let {hostUnitId:_0x1c90a0,embedId:_0x40f75b,className:_0x5eed49}=_0x2014ee,_0x2a35ef=(0x0,_0x10447b[_0x3c9487(0x2e7)])(null),_0x554802=(0x0,_0x4fbb7a[_0x3c9487(0x7bd)])(_0x5e0ca8['EmbedModelService']),_0x5a09bb=(0x0,_0x4fbb7a[_0x3c9487(0x7bd)])(_0x30c858),_0x4174ca=(0x0,_0x4fbb7a[_0x3c9487(0x7bd)])(_0x50411d),_0xdfe504=(0x0,_0x10447b['useCallback'])(_0x5ea7c7=>{const _0xbacc54=_0x3c9487;_0x5ea7c7[_0xbacc54(0x387)](),_0x5ea7c7[_0xbacc54(0x584)](),!(!_0x1c90a0||!_0x40f75b)&&_0x1fc87b({'hostUnitId':_0x1c90a0,'embedId':_0x40f75b,'activationService':_0x5a09bb,'embedModelService':_0x554802,'fullscreenService':_0x4174ca});},[_0x5a09bb,_0x40f75b,_0x554802,_0x4174ca,_0x1c90a0]);return(0x0,_0x10447b['useEffect'])(()=>{const _0x557316=_0x3c9487;let _0xb08916=_0x2a35ef[_0x557316(0x90d)];if(!_0xb08916)return;let _0x5c8283=_0x14a590=>{_0x14a590['stopPropagation']();};return _0xb08916[_0x557316(0x780)](_0x557316(0x2ce),_0x5c8283),_0xb08916[_0x557316(0x780)](_0x557316(0x575),_0xdfe504),()=>{const _0x150a01=_0x557316;_0xb08916[_0x150a01(0x356)](_0x150a01(0x2ce),_0x5c8283),_0xb08916[_0x150a01(0x356)]('click',_0xdfe504);};},[_0xdfe504]),(0x0,_0x8825e5['jsx'])(_0x3c9487(0x3e6),{'ref':_0x2a35ef,'type':'button','className':(0x0,_0x314f23[_0x3c9487(0x39d)])(_0x3c9487(0x5a2),_0x5eed49),'data-embed-float-fullscreen-button':'true','children':(0x0,_0x8825e5['jsx'])(_0x1ec338,{'className':_0x3c9487(0x7de)})});}function _0x1fc87b(_0x4f45cc){const _0x42f1f1=_0x37672f;var _0x32f2e3;let _0x4e4877=_0x4f45cc[_0x42f1f1(0x543)]['getDescriptor'](_0x4f45cc[_0x42f1f1(0x7cf)],_0x4f45cc[_0x42f1f1(0x2ab)]);return!(_0x4e4877!=null&&_0x4e4877['childUnitId'])||_0x4e4877[_0x42f1f1(0x6b0)]==null?!0x1:((_0x32f2e3=_0x4f45cc[_0x42f1f1(0x37e)])==null||_0x32f2e3[_0x42f1f1(0x2aa)](_0x4f45cc['embedId'],_0x4f45cc[_0x42f1f1(0x7cf)]),_0x4f45cc[_0x42f1f1(0x302)][_0x42f1f1(0x712)](_0x4e4877),!0x0);}let _0xcb4ca2=_0x37672f(0x5a1),_0x594364=_0x37672f(0x78b),_0x22d06e=[_0xcb4ca2,_0x594364];function _0x4ca6dc(_0x293c75){const _0x54716a=_0x37672f;var _0xf11a7d,_0x410627,_0x338f81;let {data:_0x45bd57,deferInactiveFloatingChrome:_0x292b04,docsCustomBlockLayout:_0x56dfbe,enableStage1BodyDrag:_0x1564c1,floatingChromeZIndex:_0x52649a,fullscreenButtonInBlock:_0x597072,hostFloatDomLayout$:_0x27b81a,initialStage:_0x6a196f,interactionFlow:_0x4ef523=_0x54716a(0x740),isExternalHostInteraction:_0x2f3c09,onHostWheel:_0x443dd6,onRuntimeStageEnter:_0x53ec4b,onRuntimeStageExit:_0x3400db,resolveHostWheelGestureRoot:_0x56740c,syncHostVerticalScroll:_0x3731df}=_0x293c75,_0x508a40=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0xafee0b=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x299ca0=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x50780b=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x6580ab=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x66f7d3=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x14993b=(0x0,_0x10447b['useRef'])(null),_0x3201b1=(0x0,_0x10447b[_0x54716a(0x2e7)])(null),_0x104412=(0x0,_0x10447b['useRef'])(null),_0x4f06e0=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x5e0ca8['EmbedModelService']),_0x53fe3e=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x402a2b),_0x5fbefb=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x89f79f),_0x3f6f4a=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x30c858),_0x1f8ebb=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x24299e),_0x24d231=(0x0,_0x4fbb7a['useDependency'])(_0x3ca4c9),_0x491f3b=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x50411d),_0x5dc976=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x32cfb9),_0x3073ee=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x1d93f4),_0x3ca4d6=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x5757ad),_0x2f2d9d=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x1b2dea),_0x36780f=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x691e68),_0x505124=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x4b94f0),_0x4b915e=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x3fac44),_0x492e9b=(0x0,_0x4fbb7a[_0x54716a(0x7bd)])(_0x4fbb7a[_0x54716a(0x70e)]),_0x5c12bd=_0x1e027c(_0x45bd57),_0x1c8f9a=_0x56dfbe!=null&&_0x56dfbe['sheetLike']?_0x56dfbe:void 0x0,_0x53b29b=_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x499)],_0x5daed2=_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x203)],_0x58d64c=(_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x46f)])??0x1,[_0x5c7c51,_0x589e17]=(0x0,_0x10447b[_0x54716a(0x1d1)])(0x0),[_0x3ed806,_0x3dada9]=(0x0,_0x10447b[_0x54716a(0x1d1)])(0x0),_0x4598ef=_0x1c8f9a?_0x4bce48(_0x1c8f9a):void 0x0,_0x474c0a=Math['min'](_0x3ed806,(_0x4598ef==null?void 0x0:_0x4598ef[_0x54716a(0x38c)])??0x0),_0x39fecb=(0x0,_0x4fbb7a[_0x54716a(0x711)])(()=>_0x5fbefb['active$'][_0x54716a(0x594)]((0x0,_0x12f7a8['map'])(()=>_0x5c12bd!=null&&_0x5c12bd[_0x54716a(0x2ab)]?_0x5fbefb[_0x54716a(0x7d4)](_0x5c12bd[_0x54716a(0x2ab)]):_0x54716a(0x3ed))),_0x6a196f??(_0x5c12bd!=null&&_0x5c12bd['embedId']?_0x5fbefb[_0x54716a(0x7d4)](_0x5c12bd[_0x54716a(0x2ab)]):_0x54716a(0x3ed)),!0x1,[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5fbefb]),_0x2608b2=(0x0,_0x10447b[_0x54716a(0x2e7)])(_0x39fecb),_0x4f3c6f=(0x0,_0x10447b[_0x54716a(0x2e7)])(!0x1),_0x459e21=(0x0,_0x10447b['useRef'])(void 0x0),_0x44c1b8=(0x0,_0x10447b[_0x54716a(0x2e7)])(void 0x0),_0xe9ecf6=(0x0,_0x10447b[_0x54716a(0x2e7)])(void 0x0),_0x5f34eb=(0x0,_0x10447b[_0x54716a(0x2e7)])(void 0x0),_0x2a6efb=(0x0,_0x10447b[_0x54716a(0x2e7)])(void 0x0),_0x4809a9=(0x0,_0x10447b[_0x54716a(0x2e7)])(0x0),_0xf3eed9=(0x0,_0x10447b['useRef'])(void 0x0),_0x1c9743=(0x0,_0x10447b[_0x54716a(0x2e7)])(!0x1),_0x466a9b=(0x0,_0x10447b[_0x54716a(0x2e7)])(!0x1),_0x343eee=(0x0,_0x10447b[_0x54716a(0x2e7)])(_0x474c0a),_0x373d58=(0x0,_0x10447b[_0x54716a(0x2e7)])(_0x4598ef),_0x1328a0=(0x0,_0x10447b[_0x54716a(0x2e7)])(_0x58d64c),_0x2acd86=(0x0,_0x10447b[_0x54716a(0x2e7)])(0x0),_0x3f7699=(0x0,_0x10447b[_0x54716a(0x2e7)])(0x0),_0x328dce=(0x0,_0x10447b[_0x54716a(0x2e7)])([]),_0x29bdad=(0x0,_0x10447b['useRef'])(_0x39fecb);_0x29bdad[_0x54716a(0x90d)]=_0x39fecb,_0x343eee[_0x54716a(0x90d)]=_0x474c0a,_0x373d58[_0x54716a(0x90d)]=_0x4598ef,_0x1328a0[_0x54716a(0x90d)]=_0x58d64c;let _0x3fd774=(0x0,_0x10447b['useCallback'])(_0x53463a=>{const _0x2df29c=_0x54716a;let _0xfd51f8=_0x373d58['current'];if(!_0xfd51f8)return!0x1;let _0x1a7402=_0x343eee[_0x2df29c(0x90d)],_0x3ae4d4=_0x1a5a04(_0x1a7402+_0x44328a(_0x53463a)/_0x1328a0[_0x2df29c(0x90d)],0x0,_0xfd51f8['maxExpansion']);return _0x3ae4d4===_0x1a7402?!0x1:(_0x343eee[_0x2df29c(0x90d)]=_0x3ae4d4,_0x3dada9(_0x3ae4d4),!0x0);},[]),_0x455fad=(0x0,_0x10447b[_0x54716a(0x4d0)])(()=>{const _0x17d634=_0x54716a;var _0x38ab0f;(_0x38ab0f=_0x44c1b8['current'])==null||_0x38ab0f['dispose'](),_0x44c1b8[_0x17d634(0x90d)]=void 0x0;},[]),_0x3330b8=(0x0,_0x10447b[_0x54716a(0x4d0)])(()=>{const _0x5559ae=_0x54716a;var _0x53f9e2,_0x110a31;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x5559ae(0x2ab)])||_0x44c1b8[_0x5559ae(0x90d)])return;let _0x1ca2ff=_0x5c12bd['hostUnitId']?_0x4f06e0['getDescriptor'](_0x5c12bd[_0x5559ae(0x7cf)],_0x5c12bd[_0x5559ae(0x2ab)]):void 0x0,_0x8993b1=_0x338d53(_0x1ca2ff),_0x4c7665=_0x5c12bd['childUnitId']??(_0x1ca2ff==null?void 0x0:_0x1ca2ff[_0x5559ae(0x783)])??((_0x53f9e2=_0x459e21[_0x5559ae(0x90d)])==null?void 0x0:_0x53f9e2[_0x5559ae(0x783)])??(_0x8993b1==null?void 0x0:_0x8993b1[_0x5559ae(0x783)]),_0x42654b=_0x5c12bd[_0x5559ae(0x6b0)]??(_0x1ca2ff==null?void 0x0:_0x1ca2ff['childType'])??((_0x110a31=_0x459e21[_0x5559ae(0x90d)])==null?void 0x0:_0x110a31[_0x5559ae(0x6b0)])??(_0x8993b1==null?void 0x0:_0x8993b1['childType']);_0x44c1b8[_0x5559ae(0x90d)]=_0x505124['acquireLease']({'embedId':_0x5c12bd[_0x5559ae(0x2ab)],'role':_0x5559ae(0x27e),'owner':_0x4ef523===_0x5559ae(0x55f)?_0x594364:_0xcb4ca2,'sessionMode':_0x5559ae(0x552),'hostUnitId':_0x5c12bd[_0x5559ae(0x7cf)],'childUnitId':_0x4c7665,'childType':_0x42654b});},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x6b0)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x783)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x505124,_0x4ef523]),_0x33b801=(0x0,_0x10447b[_0x54716a(0x4d0)])(()=>{const _0x417c9b=_0x54716a;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x417c9b(0x2ab)]))return;let _0x224a59=_0x5c12bd[_0x417c9b(0x2ab)];window[_0x417c9b(0x62b)](()=>{const _0x3c9daa=_0x417c9b;_0x5fbefb[_0x3c9daa(0x7d4)](_0x224a59)!==_0x3c9daa(0x58d)&&_0x455fad();});},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5fbefb,_0x455fad]),_0x50ee68=_0x5c12bd!=null&&_0x5c12bd[_0x54716a(0x7cf)]?_0x4f06e0[_0x54716a(0x5ad)](_0x5c12bd[_0x54716a(0x7cf)],_0x5c12bd['embedId']):void 0x0,_0x32e799=_0x338d53(_0x50ee68),_0x468a96=(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x783)])??(_0x50ee68==null?void 0x0:_0x50ee68[_0x54716a(0x783)])??((_0xf11a7d=_0x459e21[_0x54716a(0x90d)])==null?void 0x0:_0xf11a7d[_0x54716a(0x783)])??(_0x32e799==null?void 0x0:_0x32e799[_0x54716a(0x783)]),_0x5ef1e7=(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x6b0)])??(_0x50ee68==null?void 0x0:_0x50ee68[_0x54716a(0x6b0)])??((_0x410627=_0x459e21[_0x54716a(0x90d)])==null?void 0x0:_0x410627[_0x54716a(0x6b0)])??(_0x32e799==null?void 0x0:_0x32e799[_0x54716a(0x6b0)]),_0x475ce6=_0x5ef1e7==null||(_0x338f81=_0x53fe3e['get'](_0x5ef1e7))==null?void 0x0:_0x338f81[_0x54716a(0x3f6)],_0x1a6326=_0x515bc1(_0x50ee68,_0x39fecb);(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x2d9a23=_0x54716a;if(!(!(_0x5c12bd!=null&&_0x5c12bd[_0x2d9a23(0x2ab)])||_0x39fecb!=='stage2'))return _0x3330b8(),_0x455fad;},[_0x3330b8,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x455fad,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x93d4ee=_0x54716a;let _0x445870=_0x508a40[_0x93d4ee(0x90d)],_0x350edf=_0x1814b2(_0x492e9b,_0x505124,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x93d4ee(0x2ab)],_0x445870,_0x39fecb);if(_0x350edf)return()=>_0x350edf['dispose']();},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x505124,_0x492e9b,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x5ab762=_0x54716a;let _0x5042cc=_0x2608b2[_0x5ab762(0x90d)];_0x2608b2[_0x5ab762(0x90d)]=_0x39fecb;let _0x4c0b81=_0x5042cc!==_0x39fecb||!_0x4f3c6f[_0x5ab762(0x90d)]&&_0x39fecb!==_0x5ab762(0x3ed);_0x4f3c6f[_0x5ab762(0x90d)]=!0x0,_0x4c0b81&&(_0x53ec4b==null||_0x53ec4b(_0x39fecb),_0x24d231[_0x5ab762(0x607)]({'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5ab762(0x2ab)],'reason':_0x5ab762(0x841)})),_0x5042cc===_0x5ab762(0x58d)&&_0x39fecb!==_0x5ab762(0x58d)&&(_0x53ab03(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5ab762(0x2ab)],_0xd34664(_0x50780b['current'],_0x6580ab[_0x5ab762(0x90d)],_0x66f7d3[_0x5ab762(0x90d)],_0x3201b1['current'],_0x104412['current'])),_0x3f6f4a[_0x5ab762(0x2aa)](_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5ab762(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5ab762(0x7cf)]),_0x3400db==null||_0x3400db());},[_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostUnitId'],_0x24d231,_0x53ec4b,_0x3400db,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x1b46bd=_0x54716a;if(_0x6a196f!=='stage2'||!(_0x5c12bd!=null&&_0x5c12bd[_0x1b46bd(0x2ab)])||!_0x5c12bd[_0x1b46bd(0x7cf)])return;let _0x1f4532=_0x4f06e0[_0x1b46bd(0x5ad)](_0x5c12bd['hostUnitId'],_0x5c12bd[_0x1b46bd(0x2ab)]);_0x1f4532!=null&&_0x1f4532['childUnitId']&&_0x5fbefb[_0x1b46bd(0x2d3)]({'hostUnitId':_0x5c12bd[_0x1b46bd(0x7cf)],'embedId':_0x5c12bd[_0x1b46bd(0x2ab)],'childUnitId':_0x1f4532[_0x1b46bd(0x783)]},_0x1b46bd(0x58d));},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x5fbefb,_0x6a196f]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x1e460b=_0x54716a;let _0x1a68a0=_0x50780b[_0x1e460b(0x90d)],_0x16a57a=_0x6580ab[_0x1e460b(0x90d)],_0xa54008=_0x66f7d3[_0x1e460b(0x90d)],_0x26f0dc=_0x3201b1[_0x1e460b(0x90d)],_0x483d4b=_0x104412['current'];if(!_0x1a68a0||!_0x16a57a||!_0xa54008||!_0x26f0dc||!_0x483d4b)return;let _0x89b749=_0x5c12bd!=null&&_0x5c12bd['hostUnitId']?_0x4f06e0[_0x1e460b(0x5ad)](_0x5c12bd[_0x1e460b(0x7cf)],_0x5c12bd[_0x1e460b(0x2ab)]):void 0x0,_0x380c59=_0x89b749?_0xa6db85(_0x89b749):void 0x0;if(!_0x89b749||!_0x380c59||_0x1a6326==='deferred')return;let _0x450183=!0x1,_0x4f9799;return _0x3ca4d6[_0x1e460b(0x248)]({'descriptor':_0x89b749})[_0x1e460b(0x833)](async _0x5ab33c=>{const _0xe7d2ec=_0x1e460b;var _0x55f07b;if(_0x450183)return;let _0x21ea06=_0x3073ee[_0xe7d2ec(0x433)](_0x5ab33c,_0x1a68a0,{'content':_0x16a57a,'canvas':_0xa54008,'overlay':_0x26f0dc,'popup':_0x483d4b});_0x4f9799=_0x5ab33c['embedId'];let _0x2fcb6d=_0x21ea06==null?void 0x0:_0x21ea06[_0xe7d2ec(0x8d2)];_0x459e21[_0xe7d2ec(0x90d)]=_0x2fcb6d;let _0x5b00bc=_0x5c12bd!=null&&_0x5c12bd[_0xe7d2ec(0x2ab)]?(_0x55f07b=_0x1f8ebb[_0xe7d2ec(0x7f7)](_0x5c12bd[_0xe7d2ec(0x2ab)]))==null?void 0x0:_0x55f07b[_0xe7d2ec(0x7ad)]:void 0x0;_0x2fcb6d&&_0x5b00bc!=null&&await _0x1f8ebb['restoreViewState'](_0x2fcb6d,_0x5b00bc);})['catch'](_0x46a55e=>{queueMicrotask(()=>{throw _0x46a55e;});}),()=>{const _0xfc0a64=_0x1e460b;var _0x3c20b8;_0x450183=!0x0,_0x4f9799&&((_0x3c20b8=_0x459e21['current'])==null?void 0x0:_0x3c20b8[_0xfc0a64(0x2ab)])===_0x4f9799&&(_0x459e21[_0xfc0a64(0x90d)]=void 0x0),_0x3073ee[_0xfc0a64(0x506)](_0x89b749['embedId']);};},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x3073ee,_0x5c7c51,_0x1f8ebb,_0x3ca4d6,_0x1a6326]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x179f33=_0x54716a;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x179f33(0x2ab)]))return;let _0x36c78a=_0x5c12bd[_0x179f33(0x2ab)],_0x3062bc=[];[{'element':_0x50780b[_0x179f33(0x90d)],'role':_0x179f33(0x747)},{'element':_0x6580ab[_0x179f33(0x90d)],'role':_0x179f33(0x747)},{'element':_0x66f7d3[_0x179f33(0x90d)],'role':_0x179f33(0x747)}]['forEach'](_0x429a2a=>{const _0x48de1f=_0x179f33;let _0x36513a=_0x429a2a[_0x48de1f(0x34a)];_0x36513a&&_0x3062bc['push']({'element':_0x36513a,'role':_0x429a2a[_0x48de1f(0x1cf)]});}),_0x39fecb===_0x179f33(0x58d)&&[{'element':_0x14993b[_0x179f33(0x90d)],'role':'floating-menu'},{'element':_0x3201b1['current'],'role':_0x179f33(0x398)},{'element':_0x104412[_0x179f33(0x90d)],'role':'child-popup'}][_0x179f33(0x84e)](_0x379cf0=>{const _0x145bbc=_0x179f33;_0x379cf0[_0x145bbc(0x34a)]&&_0x3062bc['push'](_0x379cf0);});let _0x1a8b2f=_0x3062bc['flatMap'](({element:_0x5b0406,role:_0x281088})=>[_0x5dc976[_0x179f33(0x578)](_0x36c78a,_0x5b0406),_0x505124[_0x179f33(0x416)]({'embedId':_0x36c78a,'role':_0x281088,'element':_0x5b0406})]);return()=>_0x1a8b2f['forEach'](_0x3c2725=>_0x3c2725[_0x179f33(0x4ff)]());},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x505124,_0x5dc976,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x3ac2f3=_0x54716a;var _0x23a29f,_0x3926f0;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x3ac2f3(0x2ab)])||_0x39fecb!==_0x3ac2f3(0x58d))return;let _0x57cdc7=((_0x23a29f=_0x508a40[_0x3ac2f3(0x90d)])==null?void 0x0:_0x23a29f['ownerDocument'])??((_0x3926f0=_0x50780b[_0x3ac2f3(0x90d)])==null?void 0x0:_0x3926f0[_0x3ac2f3(0x53c)])??(typeof document>'u'?void 0x0:document),_0x2c48e4=_0x5dc976[_0x3ac2f3(0x269)](_0x5c12bd['embedId'],_0x57cdc7);return()=>{const _0xecf9b9=_0x3ac2f3;_0x29bdad[_0xecf9b9(0x90d)]!==_0xecf9b9(0x58d)&&_0x5dc976[_0xecf9b9(0x1f6)](_0x5c12bd[_0xecf9b9(0x2ab)],_0x57cdc7),_0x2c48e4[_0xecf9b9(0x4ff)]();};},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5dc976,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x9a934f=_0x54716a;var _0x4adb89,_0x367fa9;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x9a934f(0x2ab)])||_0x39fecb!==_0x9a934f(0x58d))return;let _0x411a68=((_0x4adb89=_0x508a40[_0x9a934f(0x90d)])==null?void 0x0:_0x4adb89[_0x9a934f(0x53c)])??((_0x367fa9=_0x50780b[_0x9a934f(0x90d)])==null?void 0x0:_0x367fa9['ownerDocument'])??(typeof document>'u'?void 0x0:document),_0x190936=_0x411a68==null?void 0x0:_0x411a68['querySelector'](_0x9a934f(0x5bc));if(!_0x190936)return;let _0x3b81bb=[_0x5dc976[_0x9a934f(0x578)](_0x5c12bd['embedId'],_0x190936),_0x505124['registerElement']({'embedId':_0x5c12bd[_0x9a934f(0x2ab)],'role':_0x9a934f(0x398),'element':_0x190936})];return()=>_0x3b81bb[_0x9a934f(0x84e)](_0x81c828=>_0x81c828[_0x9a934f(0x4ff)]());},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x505124,_0x5dc976,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x32bee5=_0x54716a;let _0x478535=_0x508a40['current'],_0x4b81e5=_0x478535==null?void 0x0:_0x478535[_0x32bee5(0x546)](_0x32bee5(0x7f5));if(!(_0x5c12bd!=null&&_0x5c12bd[_0x32bee5(0x2ab)])||!_0x478535)return;let _0x763480=_0x5c12bd['hostUnitId']?_0x4f06e0[_0x32bee5(0x5ad)](_0x5c12bd[_0x32bee5(0x7cf)],_0x5c12bd[_0x32bee5(0x2ab)]):void 0x0,_0xd598ef=_0x24d231['register']({'embedId':_0x5c12bd[_0x32bee5(0x2ab)],'childUnitId':_0x763480==null?void 0x0:_0x763480[_0x32bee5(0x783)],'root':_0x478535,'viewport':_0x4b81e5,'contentRoot':_0x6580ab['current']});return()=>_0xd598ef[_0x32bee5(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x24d231]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x2801ba=_0x54716a;if(!(_0x5c12bd!=null&&_0x5c12bd[_0x2801ba(0x2ab)]))return;let _0x1c4966=_0x491f3b['exited$'][_0x2801ba(0x4a5)](_0x2d183b=>{const _0x1038eb=_0x2801ba;_0x2d183b[_0x1038eb(0x2ab)]===_0x5c12bd[_0x1038eb(0x2ab)]&&(_0x3073ee['unmount'](_0x5c12bd[_0x1038eb(0x2ab)]),_0x3f6f4a['clearFloating'](_0x5c12bd[_0x1038eb(0x2ab)],_0x5c12bd[_0x1038eb(0x7cf)]),_0x5f34eb['current']!=null&&(window['cancelAnimationFrame'](_0x5f34eb['current']),_0x5f34eb['current']=void 0x0),_0x2a6efb[_0x1038eb(0x90d)]!=null&&globalThis['clearTimeout'](_0x2a6efb[_0x1038eb(0x90d)]),_0x2a6efb['current']=globalThis[_0x1038eb(0x620)](()=>{const _0x31e0d3=_0x1038eb;_0x2a6efb[_0x31e0d3(0x90d)]=void 0x0,_0x5f34eb[_0x31e0d3(0x90d)]=window[_0x31e0d3(0x62b)](()=>{const _0x59c71a=_0x31e0d3;_0x5f34eb[_0x59c71a(0x90d)]=void 0x0,_0x3f6f4a[_0x59c71a(0x2aa)](_0x5c12bd[_0x59c71a(0x2ab)],_0x5c12bd[_0x59c71a(0x7cf)]),_0x589e17(_0x24e4cf=>_0x24e4cf+0x1);});},0x0));});return()=>{const _0x32f5ef=_0x2801ba;_0x1c4966['unsubscribe'](),_0x2a6efb[_0x32f5ef(0x90d)]!=null&&(globalThis[_0x32f5ef(0x2ac)](_0x2a6efb['current']),_0x2a6efb['current']=void 0x0),_0x5f34eb['current']!=null&&(window['cancelAnimationFrame'](_0x5f34eb[_0x32f5ef(0x90d)]),_0x5f34eb[_0x32f5ef(0x90d)]=void 0x0);};},[_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x491f3b,_0x3073ee]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x469b7a=_0x54716a;let _0x2da0e3=_0x508a40[_0x469b7a(0x90d)],_0x23735a=_0x14993b[_0x469b7a(0x90d)];if(!_0x2da0e3||!_0x23735a||typeof document>'u')return;let _0x17457d=_0x1c22d3({'chrome':_0x23735a,'container':_0x2da0e3,'deferInactive':_0x292b04,'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x469b7a(0x2ab)],'geometryService':_0x24d231,'hostLayout$':_0x27b81a,'stage':_0x39fecb,'docsSheetLikeLayout':_0x53b29b!=null&&_0x5daed2!=null?{'contentWidth':_0x53b29b,'pageContentWidth':_0x5daed2}:void 0x0});return()=>_0x17457d[_0x469b7a(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x292b04,_0x53b29b,_0x5daed2,_0x24d231,_0x27b81a,_0x39fecb]),(0x0,_0x10447b['useEffect'])(()=>{const _0x3761bc=_0x54716a;let _0x1c9a61=_0x508a40['current'],_0x3fe9e8=_0x14993b[_0x3761bc(0x90d)];if(_0x1c9a61)return _0x341c59(_0x1c9a61,_0x3fe9e8);},[]),(0x0,_0x10447b['useEffect'])(()=>{const _0x19526a=_0x54716a;let _0x3a11c6=_0x508a40[_0x19526a(0x90d)];if(!(_0x5c12bd!=null&&_0x5c12bd[_0x19526a(0x2ab)])||!_0x3a11c6||typeof document>'u')return;let _0x523edb=_0x2eddf6({'activationService':_0x3f6f4a,'chrome':_0x14993b[_0x19526a(0x90d)],'container':_0x3a11c6,'embedId':_0x5c12bd[_0x19526a(0x2ab)],'externalHostInteractionUntil':_0x2acd86,'floatingActiveService':_0x5fbefb,'focusCoordinator':_0x505124,'graceMs':0x28a,'hostUnitId':_0x5c12bd['hostUnitId'],'interactionBoundaryService':_0x5dc976,'isExternalHostInteraction':_0x2f3c09,'ownedPointerInteractionUntil':_0x3f7699,'runtimeFocusOwners':_0x22d06e});return()=>_0x523edb[_0x19526a(0x4ff)]();},[_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostUnitId'],_0x5fbefb,_0x505124,_0x5dc976,_0x2f3c09]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x170090=_0x54716a;var _0x5cdd30;_0x39fecb!==_0x170090(0x58d)&&((_0x5cdd30=_0xe9ecf6[_0x170090(0x90d)])==null||_0x5cdd30[_0x170090(0x4ff)](),_0xe9ecf6[_0x170090(0x90d)]=void 0x0,_0x53ab03(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x170090(0x2ab)],_0xd34664(_0x50780b['current'],_0x6580ab[_0x170090(0x90d)],_0x66f7d3[_0x170090(0x90d)],_0x3201b1[_0x170090(0x90d)],_0x104412['current'])));},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x5dcc27=_0x54716a;let _0x1d25b5=_0x299ca0['current'];if(!_0x1d25b5||!(_0x5c12bd!=null&&_0x5c12bd['embedId'])||!_0x5c12bd[_0x5dcc27(0x7cf)])return;let _0x2b1b19=_0x34b9f5({'acquireStage2SessionLease':_0x3330b8,'activationService':_0x3f6f4a,'data':{'childType':_0x5ef1e7,'childUnitId':_0x468a96,'embedId':_0x5c12bd['embedId'],'hostAnchorId':_0x5c12bd['hostAnchorId'],'hostUnitId':_0x5c12bd[_0x5dcc27(0x7cf)]},'embedModelService':_0x4f06e0,'enableStage1BodyDrag':_0x1564c1,'floatingActiveService':_0x5fbefb,'gate':_0x1d25b5,'interactionFlow':_0x4ef523,'popupRoot':_0x104412[_0x5dcc27(0x90d)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x33b801});return()=>_0x2b1b19[_0x5dcc27(0x4ff)]();},[_0x3330b8,_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostAnchorId'],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x4f06e0,_0x1564c1,_0x5fbefb,_0x4ef523,_0x33b801,_0x5ef1e7,_0x468a96]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x580b2d=_0x54716a;let _0x15ec49=_0x508a40[_0x580b2d(0x90d)];if(!_0x15ec49||!_0x56740c)return;let _0x3a31bb=_0x56740c(_0x15ec49);if(!_0x3a31bb)return;let _0xc835e2=_0x4b915e[_0x580b2d(0x920)](_0x3a31bb);return()=>_0xc835e2[_0x580b2d(0x4ff)]();},[_0x4b915e,_0x56740c]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x16f01a=_0x54716a;let _0x696890=_0x508a40['current'],_0x4bf99e=_0x299ca0[_0x16f01a(0x90d)],_0x37d861=_0x50780b[_0x16f01a(0x90d)];if(!_0x696890||!_0x4bf99e||!_0x37d861)return;let _0x255c0d=_0x569ace({'container':_0x696890,'gate':_0x4bf99e,'getChildContext':()=>_0x459e21['current'],'getStage':()=>_0x5c12bd!=null&&_0x5c12bd[_0x16f01a(0x2ab)]?_0x5fbefb['getStage'](_0x5c12bd[_0x16f01a(0x2ab)]):'inactive','hostScrollOffset':_0x4809a9,'hostWheelGestureService':_0x4b915e,'invalidate':_0x1edb58=>_0x1a843d(_0x24d231,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x16f01a(0x2ab)],_0x1edb58,_0x328dce),'liveRoot':_0x37d861,'onHostWheel':_0x443dd6,'passiveViewportRegistry':_0x36780f,'passiveWheelHandlerRegistry':_0x2f2d9d,'resizeDocsSheetLikeRendererByWheel':_0x3fd774,'routeHostGestures':!!_0x56740c,'syncHostVerticalScroll':_0x3731df,'viewScale':_0x58d64c});return()=>_0x255c0d[_0x16f01a(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],_0x58d64c,_0x5fbefb,_0x24d231,_0x4b915e,_0x443dd6,_0x36780f,_0x2f2d9d,_0x3fd774,_0x56740c,_0x3731df]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>()=>{const _0x34459d=_0x54716a;_0x328dce[_0x34459d(0x90d)][_0x34459d(0x84e)](_0x6e8db4=>window[_0x34459d(0x20c)](_0x6e8db4)),_0x328dce['current']=[];},[]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x5d072a=_0x54716a;let _0x52abd3=_0x50780b[_0x5d072a(0x90d)];if(!_0x52abd3)return;let _0x406463=_0x379c25({'acquireStage2SessionLease':_0x3330b8,'activationService':_0x3f6f4a,'data':{'childType':_0x5ef1e7,'childUnitId':_0x468a96,'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5d072a(0x2ab)],'hostUnitId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x5d072a(0x7cf)]},'embedModelService':_0x4f06e0,'floatingActiveService':_0x5fbefb,'focusCoordinator':_0x505124,'getRuntimeRoots':()=>_0xd34664(_0x66f7d3[_0x5d072a(0x90d)],_0x6580ab['current'],_0x3201b1[_0x5d072a(0x90d)],_0x104412['current'],_0x50780b['current']),'interactionFlow':_0x4ef523,'liveRoot':_0x52abd3,'popupRoot':_0x104412[_0x5d072a(0x90d)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x33b801,'runtimeFocusOwners':_0x22d06e});return()=>_0x406463[_0x5d072a(0x4ff)]();},[_0x3330b8,_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostUnitId'],_0x4f06e0,_0x5fbefb,_0x505124,_0x4ef523,_0x33b801,_0x5ef1e7,_0x468a96]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x423e7c=_0x54716a;let _0x5b23a2=_0x50780b[_0x423e7c(0x90d)];if(!_0x5b23a2||!(_0x5c12bd!=null&&_0x5c12bd[_0x423e7c(0x2ab)]))return;let _0x5c8b54=_0x38d554({'data':{'childType':_0x5c12bd[_0x423e7c(0x6b0)],'childUnitId':_0x5c12bd[_0x423e7c(0x783)],'embedId':_0x5c12bd[_0x423e7c(0x2ab)],'hostUnitId':_0x5c12bd[_0x423e7c(0x7cf)]},'floatingActiveService':_0x5fbefb,'focusCoordinator':_0x505124,'graceMs':0x28a,'interactionBoundaryService':_0x5dc976,'liveRoot':_0x5b23a2,'ownedPointerInteractionUntil':_0x3f7699,'pointerLease':_0xe9ecf6,'verticalScrollOwner':_0xf3eed9});return()=>_0x5c8b54[_0x423e7c(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd['childType'],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x783)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],_0x5fbefb,_0x505124,_0x5dc976]),(0x0,_0x10447b['useEffect'])(()=>{const _0x13c07f=_0x54716a;if(_0x39fecb!=='stage2'||_0x4ef523!==_0x13c07f(0x55f))return;let _0x42388f=_0x50780b['current'];if(!_0x42388f)return;let _0x23d677,_0x1f4476=()=>_0x296300(_0xd34664(_0x66f7d3['current'],_0x6580ab[_0x13c07f(0x90d)],_0x3201b1[_0x13c07f(0x90d)],_0x104412[_0x13c07f(0x90d)],_0x50780b[_0x13c07f(0x90d)])),_0x3ed7e4=()=>{const _0x2fd76c=_0x13c07f;let _0x5368d0=_0x42388f[_0x2fd76c(0x53c)]['activeElement'];return!_0x5368d0||_0x5368d0===_0x1f4476()?!0x1:_0xd34664(_0x50780b[_0x2fd76c(0x90d)],_0x6580ab['current'],_0x66f7d3[_0x2fd76c(0x90d)],_0x3201b1[_0x2fd76c(0x90d)],_0x104412['current'])[_0x2fd76c(0x79a)](_0x540e3c=>_0x540e3c[_0x2fd76c(0x8e0)](_0x5368d0));},_0x532586=()=>{const _0x475852=_0x13c07f;if(!_0x25a118(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x475852(0x6b0)],!0x0))return;let _0x2542aa=_0x1f4476();if(_0x2542aa&&!_0x505124[_0x475852(0x3c6)](_0x5c12bd==null?void 0x0:_0x5c12bd[_0x475852(0x2ab)],{'ignoreOwners':_0x22d06e})&&!_0x3ed7e4()){if(_0x5c12bd!=null&&_0x5c12bd[_0x475852(0x7cf)]&&_0x5c12bd[_0x475852(0x2ab)]){let _0x2f44fc=_0x4f06e0[_0x475852(0x5ad)](_0x5c12bd[_0x475852(0x7cf)],_0x5c12bd[_0x475852(0x2ab)]);(_0x2f44fc==null?void 0x0:_0x2f44fc[_0x475852(0x783)])!=null&&_0x2f44fc[_0x475852(0x6b0)]!=null&&_0x3f6f4a['focusFloatingRuntime'](_0x2f44fc);}_0x2542aa[_0x475852(0x643)](_0x475852(0x5cd))||(_0x2542aa[_0x475852(0x281)]=-0x1),_0x2542aa[_0x475852(0x742)]({'preventScroll':!0x0});}};return _0x532586(),_0x23d677=window[_0x13c07f(0x62b)](()=>{_0x23d677=void 0x0,_0x532586();}),()=>{const _0x4830ae=_0x13c07f;_0x23d677!=null&&(window[_0x4830ae(0x20c)](_0x23d677),_0x23d677=void 0x0);};},[_0x3f6f4a,_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x6b0)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x5c12bd==null?void 0x0:_0x5c12bd['hostUnitId'],_0x4f06e0,_0x505124,_0x4ef523,_0x39fecb]),(0x0,_0x10447b[_0x54716a(0x7b1)])(()=>{const _0x317990=_0x54716a;let _0x92199a=_0x508a40[_0x317990(0x90d)],_0x3299f0=_0xafee0b[_0x317990(0x90d)];if(!_0x92199a||!_0x3299f0||typeof window>'u')return;let _0x1a3c1d=_0x306f35({'collapseWithoutChildScroll':(_0x5c12bd==null?void 0x0:_0x5c12bd[_0x317990(0x6b0)])===_0x423058['UniverInstanceType'][_0x317990(0x2d9)],'container':_0x92199a,'content':_0x3299f0,'contentHeight':_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x317990(0x7d6)],'enabled':_0x3731df,'getChildContext':()=>_0x459e21[_0x317990(0x90d)],'getProvider':_0x317d6d=>_0x36780f[_0x317990(0x47e)](_0x317d6d[_0x317990(0x6b0)],_0x317d6d[_0x317990(0x589)]),'getStage':()=>_0x5c12bd!=null&&_0x5c12bd[_0x317990(0x2ab)]?_0x5fbefb[_0x317990(0x7d4)](_0x5c12bd['embedId']):_0x317990(0x3ed),'hostLayout$':_0x27b81a,'invalidate':()=>_0x24d231['invalidate']({'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x317990(0x2ab)],'reason':_0x317990(0x547)}),'offset':_0x4809a9,'onHostWheel':_0x443dd6,'owner':_0xf3eed9,'syncingChildFromHost':_0x1c9743,'syncingHostFromChild':_0x466a9b,'viewScale':_0x58d64c,'viewportHeight':_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x317990(0x71f)]});return()=>_0x1a3c1d[_0x317990(0x4ff)]();},[_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x6b0)],_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x7d6)],_0x58d64c,_0x1c8f9a==null?void 0x0:_0x1c8f9a[_0x54716a(0x71f)],_0x5fbefb,_0x24d231,_0x27b81a,_0x5c7c51,_0x443dd6,_0x36780f,_0x3731df]);let _0x6075f4=_0x14b03a({'stage':_0x39fecb,'interactionFlow':_0x4ef523}),_0x4c2e39=_0x6075f4[_0x54716a(0x6c7)],_0x3fd0fb=_0x6075f4[_0x54716a(0x460)],_0x5ad48d=_0x1c8f9a?{'top':_0x1c8f9a[_0x54716a(0x22a)]*_0x58d64c,'left':-_0x474c0a*_0x58d64c,'width':(((_0x4598ef==null?void 0x0:_0x4598ef[_0x54716a(0x527)])??0x1)+_0x474c0a)*_0x58d64c,'height':_0x1c8f9a['viewportHeight']*_0x58d64c}:_0x56dfbe?{'top':_0x56dfbe[_0x54716a(0x22a)],'height':_0x54716a(0x2a2)+_0x56dfbe[_0x54716a(0x22a)]+_0x54716a(0x4c1)}:void 0x0,_0x436d29=_0x1c8f9a?{'width':((_0x4598ef==null?void 0x0:_0x4598ef['initialWidth'])??0x1)+_0x474c0a,'height':_0x1c8f9a[_0x54716a(0x71f)],'transform':_0x58d64c===0x1?void 0x0:_0x54716a(0x62c)+_0x58d64c+')','transformOrigin':_0x54716a(0x326)}:void 0x0,_0x1e5146=_0x1c8f9a?{'left':0x0,'width':_0x54716a(0x39e),'height':_0x1c8f9a[_0x54716a(0x71f)],'minHeight':_0x1c8f9a[_0x54716a(0x71f)]}:void 0x0;return(0x0,_0x8825e5[_0x54716a(0x1fa)])(_0x54716a(0x46a),{'ref':_0x508a40,'className':(0x0,_0x314f23[_0x54716a(0x39d)])(_0x54716a(0x2d4),_0x39fecb===_0x54716a(0x3ed)&&_0x4fbb7a[_0x54716a(0x6f4)],_0x1c8f9a&&_0x54716a(0x907)),'data-u-comp':_0x54716a(0x385),'data-embed-float-dom':_0x54716a(0x91c),'data-embed-float-stage':_0x39fecb,'data-embed-id':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],'data-embed-host-unit-id':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],'data-embed-host-anchor-id':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x391)],'data-embed-child-unit-id':_0x468a96,'data-embed-child-type':_0x5ef1e7,'data-embed-interaction-flow':_0x4ef523,'children':[(0x0,_0x8825e5[_0x54716a(0x1fa)])('div',{'ref':_0xafee0b,'className':(0x0,_0x314f23[_0x54716a(0x39d)])(_0x54716a(0x380),_0x1c8f9a&&'after:!univer-border-b-0\x20after:!univer-border-r-0'),'data-u-comp':'embed-float-dom-content','data-embed-float-content':_0x54716a(0x91c),'style':_0x5ad48d,'children':[(0x0,_0x8825e5[_0x54716a(0x1fa)])(_0x54716a(0x46a),{'ref':_0x50780b,'className':(0x0,_0x314f23['clsx'])(_0x54716a(0x8d3),_0x1c8f9a&&_0x54716a(0x706)),'data-u-comp':_0x54716a(0x3b1),'data-embed-float-live':_0x54716a(0x91c),'style':_0x436d29,'children':[(0x0,_0x8825e5[_0x54716a(0x3c4)])('div',{'ref':_0x66f7d3,'className':(0x0,_0x314f23['clsx'])(_0x54716a(0x758),_0x475ce6,_0x1c8f9a&&_0x54716a(0x5ff),_0x4c2e39&&_0x54716a(0x907)),'data-u-comp':_0x54716a(0x7fe),'style':_0x1e5146,'data-embed-canvas-root':_0x54716a(0x91c)}),(0x0,_0x8825e5[_0x54716a(0x3c4)])(_0x54716a(0x46a),{'ref':_0x6580ab,'className':(0x0,_0x314f23[_0x54716a(0x39d)])(_0x54716a(0x5b3),_0x4c2e39&&_0x54716a(0x907)),'data-u-comp':_0x54716a(0x34e),'style':_0x1e5146,'data-embed-content-root':_0x54716a(0x91c)})]}),(0x0,_0x8825e5['jsx'])(_0x54716a(0x46a),{'ref':_0x299ca0,'className':(0x0,_0x314f23[_0x54716a(0x39d)])(_0x54716a(0x2a7),_0x3fd0fb&&_0x54716a(0x907)),'data-u-comp':'embed-float-dom-interaction-gate','data-embed-float-interaction-gate':_0x54716a(0x91c)}),_0x39fecb===_0x54716a(0x3ed)&&(0x0,_0x8825e5[_0x54716a(0x3c4)])(_0x4fbb7a[_0x54716a(0x3d7)],{'className':_0x54716a(0x684)})]}),(0x0,_0x8825e5[_0x54716a(0x1fa)])('div',{'ref':_0x14993b,'className':_0x54716a(0x45f),'data-u-comp':_0x54716a(0x274),'data-embed-float-stage':_0x39fecb,'data-embed-id':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)],'style':{'zIndex':_0x52649a??0x320},'children':[(0x0,_0x8825e5[_0x54716a(0x3c4)])(_0x54716a(0x46a),{'ref':_0x3201b1,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x54716a(0x744),'data-embed-overlay-root':_0x54716a(0x91c)}),(0x0,_0x8825e5[_0x54716a(0x3c4)])('div',{'ref':_0x104412,'className':_0x54716a(0x4d8),'data-u-comp':_0x54716a(0x56e),'data-embed-popup-root':_0x54716a(0x91c)}),!_0x597072&&(0x0,_0x8825e5[_0x54716a(0x3c4)])(_0x264245,{'hostUnitId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x2ab)]})]}),_0x597072&&(0x0,_0x8825e5['jsx'])(_0x264245,{'hostUnitId':_0x5c12bd==null?void 0x0:_0x5c12bd[_0x54716a(0x7cf)],'embedId':_0x5c12bd==null?void 0x0:_0x5c12bd['embedId'],'className':_0x54716a(0x640)})]});}function _0x338d53(_0x1a8038){const _0x40aaca=_0x37672f;let _0x24536e=_0x1a8038==null?void 0x0:_0x1a8038[_0x40aaca(0x874)][_0x40aaca(0x601)];if(_0x24536e)try{let _0x5e9478=typeof _0x24536e==_0x40aaca(0x43e)?(0x0,_0x5e0ca8[_0x40aaca(0x310)])(_0x24536e):_0x24536e;return{'childUnitId':_0x5e9478[_0x40aaca(0x7d2)][_0x40aaca(0x323)],'childType':(0x0,_0x5e0ca8[_0x40aaca(0x42d)])(_0x5e9478['unit'][_0x40aaca(0x27c)])};}catch{return;}}function _0xa6db85(_0x219c7d){const _0x89ecb5=_0x37672f;var _0x48b380,_0x44a7b8;let _0x3a8726=((_0x48b380=_0x219c7d[_0x89ecb5(0x5d5)])==null?void 0x0:_0x48b380[_0x89ecb5(0x461)])||void 0x0;if(_0x3a8726&&typeof _0x3a8726==_0x89ecb5(0x539)&&_0x3a8726['layout'])return _0x3a8726[_0x89ecb5(0x589)];let _0x1464c0=((_0x44a7b8=_0x219c7d[_0x89ecb5(0x5d5)])==null?void 0x0:_0x44a7b8['tab'])||void 0x0;return _0x1464c0&&typeof _0x1464c0==_0x89ecb5(0x539)&&_0x1464c0['enabled']?_0x89ecb5(0x77d):void 0x0;}function _0x22768c(_0xf5fde9,_0x53e493=0x1,_0x419132=0x1){const _0xafed03=_0x37672f;let _0x3f9011=_0xf5fde9[_0xafed03(0x866)]/(Math[_0xafed03(0x82a)](_0x53e493)||0x1),_0xb8127f=_0xf5fde9[_0xafed03(0x560)]/(Math[_0xafed03(0x82a)](_0x419132)||0x1);if(_0xf5fde9[_0xafed03(0x5f3)])_0x3f9011=(_0xf5fde9[_0xafed03(0x560)]||_0xf5fde9[_0xafed03(0x866)])*0x3/(Math[_0xafed03(0x82a)](_0x53e493)||0x1),_0xb8127f=0x0;else{let _0x5692e3=Math[_0xafed03(0x82a)](_0x3f9011),_0x58bd0f=Math[_0xafed03(0x82a)](_0xb8127f);_0x58bd0f>=_0x5692e3*0x2?_0x3f9011=0x0:_0x5692e3>=_0x58bd0f*0x2&&(_0xb8127f=0x0);}return{'offsetX':_0x3f9011,'offsetY':_0xb8127f};}function _0x4fc756(_0x13c3a1,_0x3ddfb1,_0xb24f1d){const _0xffa82=_0x37672f;if(!_0x3ddfb1)return!0x1;let {offsetX:_0x214fb4,offsetY:_0x1109ca}=_0x8e2766(_0x13c3a1,_0x3ddfb1,_0xb24f1d);if(!_0x214fb4&&!_0x1109ca)return!0x1;let _0x14be7e=_0x3ddfb1['viewportScrollX']??0x0,_0x433d21=_0x3ddfb1[_0xffa82(0x471)]??0x0;if(_0x13c3a1['source']===_0xffa82(0x5b9)&&_0x3ddfb1[_0xffa82(0x35f)]&&(_0x13c3a1['viewportScrollX']!=null||_0x13c3a1[_0xffa82(0x471)]!=null))_0x3ddfb1[_0xffa82(0x35f)]({'viewportScrollX':_0x13c3a1[_0xffa82(0x470)]??_0x14be7e,'viewportScrollY':_0x13c3a1['viewportScrollY']??_0x433d21});else{if(_0x3ddfb1[_0xffa82(0x7b9)])_0x3ddfb1[_0xffa82(0x7b9)]({'viewportScrollX':_0x214fb4,'viewportScrollY':_0x1109ca});else return!0x1;}let _0x30d21a=(_0x3ddfb1[_0xffa82(0x470)]??0x0)!==_0x14be7e||(_0x3ddfb1[_0xffa82(0x471)]??0x0)!==_0x433d21;if(_0x30d21a){var _0x78d03d;_0xb24f1d==null||(_0x78d03d=_0xb24f1d[_0xffa82(0x2ba)])==null||_0x78d03d[_0xffa82(0x4d5)](_0xb24f1d,!0x0);}return _0x30d21a;}function _0x8e2766(_0x2d3729,_0xca9957,_0x1bbbeb){const _0x24f4a2=_0x37672f;return _0x2d3729[_0x24f4a2(0x874)]===_0x24f4a2(0x5b9)&&(_0x2d3729[_0x24f4a2(0x470)]!=null||_0x2d3729['viewportScrollY']!=null)?{'offsetX':(_0x2d3729['viewportScrollX']??_0xca9957[_0x24f4a2(0x470)]??0x0)-(_0xca9957['viewportScrollX']??0x0),'offsetY':(_0x2d3729[_0x24f4a2(0x471)]??_0xca9957['viewportScrollY']??0x0)-(_0xca9957[_0x24f4a2(0x471)]??0x0)}:_0x22768c(_0x2d3729[_0x24f4a2(0x7ab)],_0x1bbbeb==null?void 0x0:_0x1bbbeb[_0x24f4a2(0x522)],_0x1bbbeb==null?void 0x0:_0x1bbbeb[_0x24f4a2(0x81e)]);}function _0x10e2c1(_0xbcde40){const _0x30e449=_0x37672f;return _0xbcde40+_0x18a9fe[_0x30e449(0x7c4)][_0x30e449(0x4a1)];}function _0x2c272d(_0x480265){const _0x50a12e=_0x37672f;return _0x480265[_0x50a12e(0x7d6)]+_0x480265[_0x50a12e(0x22a)];}function _0x1e0bd5(_0x5e3e86){const _0x118995=_0x37672f;var _0x4dd592;let {data:_0x3e3f0e,customBlockRenderViewport:_0x5361b2}=_0x5e3e86,_0x23228c=(0x0,_0x4fbb7a[_0x118995(0x7bd)])(_0x423058[_0x118995(0x58f)]),_0x16a45e=(0x0,_0x4fbb7a[_0x118995(0x7bd)])(_0x423058[_0x118995(0x8ca)]),_0x2da89f=(0x0,_0x4fbb7a['useDependency'])(_0x18a9fe[_0x118995(0x71b)]),_0x448580=_0x1e027c(_0x3e3f0e),_0x3ca11f=_0x448580==null?void 0x0:_0x448580[_0x118995(0x7cf)],_0x3d0316=_0x3ca11f??((_0x4dd592=_0x16a45e[_0x118995(0x71e)](_0x423058['UniverInstanceType'][_0x118995(0x4d7)]))==null?void 0x0:_0x4dd592['getUnitId']()),_0x58f050=(0x0,_0x10447b[_0x118995(0x2e7)])(null),[_0x289a83,_0x4c72f5]=(0x0,_0x10447b[_0x118995(0x1d1)])(()=>(0x0,_0xeb41bb[_0x118995(0x213)])()),_0x298088=(0x0,_0x93b5c7[_0x118995(0x60d)])(_0x448580==null?void 0x0:_0x448580[_0x118995(0x6b0)]),_0x44bf71=_0x5361b2==null?void 0x0:_0x5361b2[_0x118995(0x915)],_0x5b7a15=_0x5361b2==null?void 0x0:_0x5361b2['bleedWidth'],_0x331fc9=_0x5361b2==null?void 0x0:_0x5361b2[_0x118995(0x499)],_0x20de6f=_0x5b226a(_0x5361b2==null?void 0x0:_0x5361b2[_0x118995(0x46f)]);(0x0,_0x10447b[_0x118995(0x7b1)])(()=>{if(!_0x3ca11f)return;let _0x19dd4b=[],_0x5cd9e6=()=>{const _0x2b35e2=_0x3a85;let _0xd4780f=_0x16a45e['getUnit'](_0x3ca11f,_0x423058[_0x2b35e2(0x839)]['UNIVER_DOC']),_0x51e689=_0xd4780f==null?void 0x0:_0xd4780f['zoomRatio'];typeof _0x51e689=='number'&&_0x23228c[_0x2b35e2(0x7ef)](_0xeb41bb['SetDocZoomRatioOperation']['id'],{'unitId':_0x3ca11f,'zoomRatio':_0x51e689});},_0x3f8f5b=_0x2a0d66=>{const _0x387b5b=_0x3a85;let _0x2d247a=requestAnimationFrame(_0x2a0d66);_0x19dd4b[_0x387b5b(0x5fd)](()=>cancelAnimationFrame(_0x2d247a));},_0x1bd6ee=_0x418d38=>{const _0x28f6f2=_0x3a85;let _0x1589db=setTimeout(_0x5cd9e6,_0x418d38);_0x19dd4b[_0x28f6f2(0x5fd)](()=>clearTimeout(_0x1589db));};return _0x5cd9e6(),_0x3f8f5b(_0x5cd9e6),_0x3f8f5b(()=>_0x3f8f5b(_0x5cd9e6)),_0x1bd6ee(0x78),_0x1bd6ee(0x1f4),()=>{const _0x22028d=_0x3a85;_0x19dd4b[_0x22028d(0x84e)](_0x43ae36=>_0x43ae36());};},[_0x23228c,_0x3ca11f,_0x16a45e]),(0x0,_0x10447b[_0x118995(0x612)])(()=>{const _0x2cbbcc=_0x118995;let _0x52a618=_0x58f050['current'];if(!_0x52a618||!_0x298088||typeof window>'u')return;let _0x47d450,_0x20dc49=()=>{const _0x4ae7ba=_0x3a85;_0x47d450=void 0x0;let _0x211f58=_0x52a618['getBoundingClientRect'](),_0x38157e=_0x35299f(_0x331fc9,()=>_0x5d9b1f(_0x52a618,_0x211f58[_0x4ae7ba(0x7e5)]/_0x20de6f)),_0x126cec=(0x0,_0xeb41bb['resolveDocsTableLikeCustomBlockBleedViewport'])(_0x52a618,_0x38157e,{'authoritativeContentWidth':Number['isFinite'](_0x331fc9)&&(_0x331fc9??0x0)>0x0,'bleedLeft':_0x44bf71,'bleedWidth':_0x5b7a15,'viewScale':_0x20de6f});_0x4c72f5(_0x1ad5e4=>Math[_0x4ae7ba(0x82a)](_0x1ad5e4[_0x4ae7ba(0x915)]-_0x126cec['bleedLeft'])<0.5&&Math[_0x4ae7ba(0x82a)](_0x1ad5e4['bleedRight']-_0x126cec[_0x4ae7ba(0x67d)])<0.5&&Math[_0x4ae7ba(0x82a)](_0x1ad5e4[_0x4ae7ba(0x53d)]-_0x126cec['bleedWidth'])<0.5&&Math[_0x4ae7ba(0x82a)](_0x1ad5e4['contentWidth']-_0x126cec[_0x4ae7ba(0x499)])<0.5&&Math['abs'](_0x1ad5e4['virtualWidth']-_0x126cec[_0x4ae7ba(0x24f)])<0.5?_0x1ad5e4:_0x126cec);},_0x26f9e1=()=>{_0x47d450??=window['requestAnimationFrame'](_0x20dc49);},_0x1fde0b=_0x284cae=>{_0x399b3a(_0x52a618,_0x284cae['target'])&&_0x26f9e1();};_0x20dc49();let _0x30f1f6=new ResizeObserver(_0x26f9e1);return _0x30f1f6[_0x2cbbcc(0x893)](_0x52a618),window['addEventListener'](_0x2cbbcc(0x235),_0x26f9e1),window['addEventListener'](_0x2cbbcc(0x70a),_0x1fde0b,!0x0),()=>{const _0x535f86=_0x2cbbcc;_0x47d450!=null&&window[_0x535f86(0x20c)](_0x47d450),_0x30f1f6[_0x535f86(0x5f4)](),window[_0x535f86(0x356)](_0x535f86(0x235),_0x26f9e1),window[_0x535f86(0x356)](_0x535f86(0x70a),_0x1fde0b,!0x0);};},[_0x44bf71,_0x5b7a15,_0x331fc9,_0x298088,_0x20de6f]);let _0xf6eba0=_0x298088?_0x242837(_0x5361b2==null?void 0x0:_0x5361b2[_0x118995(0x7d6)]):(0x0,_0xeb41bb['resolveDocsTableLikeCustomBlockContentHeight'])(_0x5361b2==null?void 0x0:_0x5361b2['contentHeight'],0x1),_0x3d11b2=_0x298088?0x34:0x0,_0x383fc5=_0x49ac31({'contentHeight':_0xf6eba0,'viewportHeight':_0x5361b2==null?void 0x0:_0x5361b2['viewportHeight']}),_0xb0fa4c=_0x2c272d({'contentHeight':_0xf6eba0,'floatingMenuInsetTop':_0x3d11b2}),_0x59ee17=_0x298088?{'height':_0xb0fa4c*_0x20de6f,'minHeight':_0xb0fa4c*_0x20de6f}:void 0x0,_0x328c6d=(0x0,_0x10447b['useCallback'])((_0x57f5cf,_0x50c19a)=>{const _0x1d35e3=_0x118995;var _0x6a079a;let _0x19a478=(_0x6a079a=_0x2da89f[_0x1d35e3(0x289)](_0x50c19a[_0x1d35e3(0x7cf)]))==null?void 0x0:_0x6a079a['scene'];return _0x4fc756({..._0x50c19a,'event':_0x57f5cf,'source':_0x1d35e3(0x66f),'stage':_0x1d35e3(0x58d)},_0x19a478==null?void 0x0:_0x19a478[_0x1d35e3(0x32f)](_0xeb41bb['VIEWPORT_KEY'][_0x1d35e3(0x81b)]),_0x19a478);},[_0x2da89f]),_0x4b2289=(0x0,_0x10447b[_0x118995(0x4d0)])(_0x390a85=>{_0x2167a7(_0x2da89f,_0x3d0316,_0x390a85);},[_0x2da89f,_0x3d0316]);return(0x0,_0x8825e5[_0x118995(0x3c4)])('div',{'ref':_0x58f050,'className':'univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:univer-pointer-events-none\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','data-u-comp':'embed-docs-custom-block','data-embed-docs-custom-block':'true','data-embed-docs-custom-block-child-type':(_0x448580==null?void 0x0:_0x448580[_0x118995(0x6b0)])==null?void 0x0:String(_0x448580[_0x118995(0x6b0)]),'data-embed-docs-custom-block-sheet-like':_0x298088?_0x118995(0x91c):void 0x0,'style':_0x59ee17,'children':(0x0,_0x8825e5[_0x118995(0x3c4)])(_0x4ca6dc,{..._0x5e3e86,'docsCustomBlockLayout':_0x298088?{'bleedLeft':_0x289a83[_0x118995(0x915)],'bleedWidth':_0x289a83[_0x118995(0x53d)],'contentHeight':_0xf6eba0,'contentWidth':_0x289a83[_0x118995(0x499)],'floatingMenuInsetTop':_0x3d11b2,'pageContentWidth':(_0x5361b2==null?void 0x0:_0x5361b2['pageContentWidth'])??_0x289a83[_0x118995(0x499)],'sheetLike':!0x0,'viewScale':_0x20de6f,'viewportHeight':_0x383fc5}:{'floatingMenuInsetTop':_0x3d11b2,'sheetLike':!0x1},'interactionFlow':_0x118995(0x55f),'onHostWheel':_0x298088?_0x328c6d:void 0x0,'onRuntimeStageEnter':_0x4b2289,'syncHostVerticalScroll':_0x298088})});}function _0x5b226a(_0x484d03){const _0x27f19d=_0x37672f;return typeof _0x484d03==_0x27f19d(0x2c5)&&Number['isFinite'](_0x484d03)&&_0x484d03>0x0?_0x484d03:0x1;}function _0x2167a7(_0x5d1a74,_0x18c675,_0x739d46){const _0x1cce08=_0x37672f;var _0x2c090d;_0x739d46!=='stage2'||!_0x18c675||(_0x2c090d=_0x5d1a74[_0x1cce08(0x289)](_0x18c675))==null||(_0x2c090d=_0x2c090d[_0x1cce08(0x38d)](_0xeb41bb[_0x1cce08(0x8c0)]))==null||_0x2c090d[_0x1cce08(0x799)]();}function _0x242837(_0x4056e3){const _0x58c740=_0x37672f;return(0x0,_0xeb41bb[_0x58c740(0x732)])(_0x4056e3,0x1e0);}function _0x49ac31(_0x5ac3a8){const _0x3c9f59=_0x37672f;return(0x0,_0xeb41bb[_0x3c9f59(0x732)])(_0x5ac3a8['viewportHeight'],_0x5ac3a8['contentHeight']);}function _0x35299f(_0x5ca307,_0x366d4c){const _0x36a546=_0x37672f;return Number[_0x36a546(0x498)](_0x5ca307)&&(_0x5ca307??0x0)>0x0?_0x5ca307:(0x0,_0xeb41bb['resolveDocsTableLikeCustomBlockContentWidth'])(void 0x0,_0x366d4c());}function _0x399b3a(_0x30c0f9,_0x213587){const _0x10ba45=_0x37672f;return!(_0x213587 instanceof Node&&_0x30c0f9[_0x10ba45(0x8e0)](_0x213587));}function _0x5d9b1f(_0xad3ddc,_0x97b74e){const _0x13d837=_0x37672f;let _0x106912=_0xad3ddc[_0x13d837(0x546)](_0x13d837(0x909)),_0x222718=_0xad3ddc['querySelector']('[data-u-comp=\x22embed-float-dom-live-canvas\x22]'),_0x42878c=[Math[_0x13d837(0x59c)](0x1,_0x97b74e)];return _0x19ff53(_0x106912,_0x42878c),_0x19ff53(_0x222718,_0x42878c),Math['max'](..._0x42878c[_0x13d837(0x320)](_0x3a5948=>Number[_0x13d837(0x498)](_0x3a5948)&&_0x3a5948>0x0));}function _0x19ff53(_0x40979b,_0x2a8321){const _0x288385=_0x37672f;if(_0x40979b){_0x2a8321['push'](_0x40979b['scrollWidth'],_0x40979b[_0x288385(0x306)],_0x40979b['getBoundingClientRect']()[_0x288385(0x7e5)]);for(let _0x9bb69 of Array[_0x288385(0x7a2)](_0x40979b[_0x288385(0x280)])){if(!(_0x9bb69 instanceof HTMLElement))continue;let _0x326f00=_0x9bb69['getBoundingClientRect'](),_0x2b9d24=_0x40979b[_0x288385(0x4f7)]();_0x2a8321[_0x288385(0x5fd)](_0x9bb69[_0x288385(0x8c3)],_0x9bb69['offsetWidth'],_0x326f00['right']-_0x2b9d24[_0x288385(0x3c3)]);}}}let _0x33c4a3=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x1e495c){super(),this['_componentManager']=_0x1e495c,this['_registerComponents']();}[_0x37672f(0x394)](){const _0x2acde5=_0x37672f;this[_0x2acde5(0x8e4)](this[_0x2acde5(0x34c)][_0x2acde5(0x920)](_0x93b5c7[_0x2acde5(0x91e)],_0x1e0bd5)),this[_0x2acde5(0x8e4)](this[_0x2acde5(0x34c)][_0x2acde5(0x920)](_0x5e0ca8[_0x2acde5(0x70c)],_0x4ca6dc));}};_0x33c4a3=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x4fbb7a[_0x37672f(0x708)]))],_0x33c4a3);let _0x2d3499=class{constructor(_0x3c6318,_0x4bcf42){const _0xb6591c=_0x37672f;this['_injector']=_0x3c6318,this[_0xb6591c(0x279)]=_0x4bcf42,this[_0xb6591c(0x279)][_0xb6591c(0x920)]({'childType':_0x423058[_0xb6591c(0x839)]['UNIVER_DOC'],'handleWheel':_0x4144bc=>this['_injector'][_0xb6591c(0x7df)](_0x10a26e[_0xb6591c(0x772)])?this['_injector'][_0xb6591c(0x47e)](_0x10a26e[_0xb6591c(0x772)])[_0xb6591c(0x561)]({'childUnitId':_0x4144bc[_0xb6591c(0x783)],'event':_0x4144bc['event'],'source':_0x4144bc['source']}):!0x1,'order':0x64});}};_0x2d3499=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x423058[_0x37672f(0x8d5)])),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x1b2dea))],_0x2d3499);let _0x4465f6=[_0x423058[_0x37672f(0x839)][_0x37672f(0x4d7)],_0x423058[_0x37672f(0x839)]['UNIVER_SHEET'],_0x423058[_0x37672f(0x839)][_0x37672f(0x2d9)],_0x423058['UniverInstanceType'][_0x37672f(0x428)]],_0x2f0500=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x535032,_0x185987){const _0x2444c5=_0x37672f;super(),this[_0x2444c5(0x652)]=_0x535032,this[_0x2444c5(0x407)]=_0x185987,_0x4465f6[_0x2444c5(0x84e)](_0x1debcb=>{const _0x99e9c7=_0x2444c5;this[_0x99e9c7(0x8e4)](this['_univerInstanceService'][_0x99e9c7(0x368)](_0x1debcb)[_0x99e9c7(0x4a5)](_0x37922f=>{const _0x18573f=_0x99e9c7;this[_0x18573f(0x407)][_0x18573f(0x26c)](_0x37922f[_0x18573f(0x55c)]());}));});}};_0x2f0500=_0x10216e([_0xcd14f8(0x0,_0x423058['IUniverInstanceService']),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x2b0)]))],_0x2f0500);let _0x35ab58=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x1e3a3a,_0x136e83,_0x43c9ee,_0x22128c,_0x2380a9){const _0x1d25c5=_0x37672f;super(),this[_0x1d25c5(0x3bb)]=_0x1e3a3a,this[_0x1d25c5(0x32b)]=_0x136e83,this[_0x1d25c5(0x20e)]=_0x43c9ee,this[_0x1d25c5(0x75f)]=_0x2380a9,_0x1876b0(this,'_current',null),_0x1876b0(this,_0x1d25c5(0x21b),null),this[_0x1d25c5(0x8e4)](_0x22128c[_0x1d25c5(0x636)]([_0x4fbb7a[_0x1d25c5(0x308)][_0x1d25c5(0x784)]],this['_menuOverrideService'][_0x1d25c5(0x31f)][_0x1d25c5(0x594)]((0x0,_0x12f7a8[_0x1d25c5(0x3b8)])(_0x1bdfcb=>{const _0x533b1b=_0x1d25c5;var _0x34a31a;return _0x1bdfcb!=null&&((_0x34a31a=this['_blockRegistry']['get'](_0x1bdfcb[_0x533b1b(0x6b0)]))==null?void 0x0:_0x34a31a[_0x533b1b(0x64f)])===_0x533b1b(0x63c);}),(0x0,_0x12f7a8[_0x1d25c5(0x1ec)])()))),this[_0x1d25c5(0x8e4)]((0x0,_0x423058[_0x1d25c5(0x35b)])(this[_0x1d25c5(0x3bb)][_0x1d25c5(0x31f)]['subscribe'](_0x1ffeb5=>{const _0x351d23=_0x1d25c5;var _0x5a0aae,_0x3fe1b9;if(!_0x1ffeb5){this['_current']?(this[_0x351d23(0x209)][_0x351d23(0x4ff)](),this[_0x351d23(0x209)]=null):this['_ribbonOverrideService'][_0x351d23(0x2d5)](),this[_0x351d23(0x21b)]=null;return;}if(_0x54179f(this['_currentOverride'],_0x1ffeb5))return;(_0x5a0aae=this[_0x351d23(0x209)])==null||_0x5a0aae[_0x351d23(0x4ff)](),this['_current']=null,this['_currentOverride']=null;let _0x19d561=this[_0x351d23(0x32b)]['get'](_0x1ffeb5[_0x351d23(0x6b0)]),_0x4aff55=_0x19d561==null||(_0x3fe1b9=_0x19d561[_0x351d23(0x603)])==null?void 0x0:_0x3fe1b9[_0x351d23(0x4d5)](_0x19d561,{'childType':_0x1ffeb5[_0x351d23(0x6b0)],'childUnitId':_0x1ffeb5['childUnitId'],'injector':this[_0x351d23(0x75f)],'embedId':_0x1ffeb5[_0x351d23(0x2ab)],'hostUnitId':_0x1ffeb5[_0x351d23(0x7cf)],'entry':_0x1ffeb5['entry']});if(!_0x4aff55){this[_0x351d23(0x20e)][_0x351d23(0x2d5)]();return;}this[_0x351d23(0x20e)][_0x351d23(0x2d3)]({'id':_0x1ffeb5[_0x351d23(0x2ab)],'ribbonService':_0x4aff55[_0x351d23(0x451)],'injector':_0x4aff55[_0x351d23(0x868)],'portalContainer':_0x4aff55[_0x351d23(0x40d)]??_0x1ffeb5[_0x351d23(0x40d)],'placeholderTitle':_0x4aff55[_0x351d23(0x722)],'hideToolbar':_0x4aff55['hideToolbar']}),this[_0x351d23(0x21b)]=_0x1ffeb5,this[_0x351d23(0x209)]=(0x0,_0x423058['toDisposable'])(()=>{const _0x15c1a4=_0x351d23;var _0x3ce3c9;this[_0x15c1a4(0x20e)][_0x15c1a4(0x2d5)](_0x1ffeb5['embedId']),(_0x3ce3c9=_0x4aff55[_0x15c1a4(0x886)])==null||_0x3ce3c9[_0x15c1a4(0x4ff)](),this[_0x15c1a4(0x21b)]=null;});})));}['dispose'](){const _0x5875c8=_0x37672f;var _0x1a566e;(_0x1a566e=this[_0x5875c8(0x209)])==null||_0x1a566e[_0x5875c8(0x4ff)](),this[_0x5875c8(0x209)]=null,this[_0x5875c8(0x21b)]=null,super['dispose']();}};_0x35ab58=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x5ea44f)),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x28f187)),_0xcd14f8(0x2,(0x0,_0x423058[_0x37672f(0x570)])(_0x4fbb7a[_0x37672f(0x8c4)])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x4fbb7a[_0x37672f(0x2eb)])),_0xcd14f8(0x4,(0x0,_0x423058['Inject'])(_0x423058['Injector']))],_0x35ab58);function _0x54179f(_0x122b09,_0x5e9251){const _0x35caa7=_0x37672f;return _0x122b09!=null&&_0x122b09[_0x35caa7(0x7cf)]===_0x5e9251['hostUnitId']&&_0x122b09[_0x35caa7(0x2ab)]===_0x5e9251[_0x35caa7(0x2ab)]&&_0x122b09[_0x35caa7(0x783)]===_0x5e9251[_0x35caa7(0x783)]&&_0x122b09['childType']===_0x5e9251[_0x35caa7(0x6b0)]&&_0x122b09['entry']===_0x5e9251[_0x35caa7(0x23b)]&&_0x122b09[_0x35caa7(0x7e0)]===_0x5e9251[_0x35caa7(0x7e0)]&&_0x122b09[_0x35caa7(0x40d)]===_0x5e9251['portalContainer']&&_0x122b09[_0x35caa7(0x632)]===_0x5e9251[_0x35caa7(0x632)]&&_0x122b09['lockHostRibbon']===_0x5e9251['lockHostRibbon'];}function _0x3ae59(_0x5e4e9d){const _0x33d96b=_0x37672f;let _0x36f6ec=[];return[[_0x423058[_0x33d96b(0x839)][_0x33d96b(0x4d7)],_0x33d96b(0x5c5)],[_0x423058[_0x33d96b(0x839)][_0x33d96b(0x89d)],_0x33d96b(0x270)],[_0x423058[_0x33d96b(0x839)][_0x33d96b(0x428)],'slides-ui.ribbon'],[_0x423058[_0x33d96b(0x839)][_0x33d96b(0x2d9)],_0x33d96b(0x237)]][_0x33d96b(0x84e)](([_0x5161c4,_0x616cdd])=>{const _0x29ab94=_0x33d96b;let _0x2cd387=_0x1eca07(_0x5e4e9d,{'childType':_0x5161c4,'id':_0x616cdd});_0x2cd387&&_0x36f6ec[_0x29ab94(0x5fd)](_0x2cd387);}),_0x36f6ec;}var _0x2b84b4=class extends _0x423058[_0x37672f(0x26b)]{constructor(..._0x5f3709){const _0x42b5a9=_0x37672f;super(..._0x5f3709),_0x1876b0(this,_0x42b5a9(0x580),new Map()),_0x1876b0(this,_0x42b5a9(0x80f),new _0x12f7a8[(_0x42b5a9(0x53e))]()),_0x1876b0(this,_0x42b5a9(0x807),this['_contentSizeChanged$'][_0x42b5a9(0x58c)]());}[_0x37672f(0x920)](_0x47e4fd){const _0x194d61=_0x37672f;return this[_0x194d61(0x580)]['set'](_0x47e4fd[_0x194d61(0x6b0)],_0x47e4fd),(0x0,_0x423058[_0x194d61(0x35b)])(()=>{const _0x5ad535=_0x194d61;this[_0x5ad535(0x580)][_0x5ad535(0x47e)](_0x47e4fd['childType'])===_0x47e4fd&&this['_providers'][_0x5ad535(0x405)](_0x47e4fd[_0x5ad535(0x6b0)]);});}[_0x37672f(0x47e)](_0x136a65){const _0x22e698=_0x37672f;return this[_0x22e698(0x580)][_0x22e698(0x47e)](_0x136a65);}['list'](){const _0x1b9b0f=_0x37672f;return[...this[_0x1b9b0f(0x580)][_0x1b9b0f(0x4bf)]()];}[_0x37672f(0x5d0)](_0x1b4ccc){const _0x1f0c7f=_0x37672f;var _0x3d3f6b;return(_0x3d3f6b=this[_0x1f0c7f(0x47e)](_0x1b4ccc[_0x1f0c7f(0x6b0)]))==null?void 0x0:_0x3d3f6b[_0x1f0c7f(0x5d0)](_0x1b4ccc);}[_0x37672f(0x7da)](_0x2b8f13,_0x237b01){const _0x28d335=_0x37672f;this[_0x28d335(0x80f)][_0x28d335(0x7b8)]({'embedId':_0x237b01,'hostUnitId':_0x2b8f13});}[_0x37672f(0x4ff)](){const _0x4950e4=_0x37672f;this[_0x4950e4(0x580)]['clear'](),this[_0x4950e4(0x80f)]['complete'](),super[_0x4950e4(0x4ff)]();}};let _0x36cf04=class{constructor(_0x599c22){const _0x11ad4a=_0x37672f;this['_mountService']=_0x599c22,_0x1876b0(this,_0x11ad4a(0x53b),new Map());}[_0x37672f(0x531)](_0x19c7d1,_0xafd32d){const _0x7aa573=_0x37672f;if(this[_0x7aa573(0x53b)][_0x7aa573(0x7df)](_0x19c7d1[_0x7aa573(0x2ab)]))throw Error(_0x7aa573(0x534)+_0x19c7d1[_0x7aa573(0x2ab)]);let _0x143bad=this[_0x7aa573(0x375)][_0x7aa573(0x25a)](_0x19c7d1[_0x7aa573(0x2ab)]),_0x4255d1=_0x143bad!=null&&_0x143bad[_0x7aa573(0x8d2)]?this['_relocateExistingSession'](_0x143bad,_0xafd32d):this[_0x7aa573(0x67b)](_0x19c7d1,_0xafd32d);return this['_leases'][_0x7aa573(0x5d7)](_0x19c7d1[_0x7aa573(0x2ab)],_0x4255d1),{'session':_0x4255d1[_0x7aa573(0x431)],'ownsSession':_0x4255d1[_0x7aa573(0x5b7)],'dispose':()=>{const _0xd354d4=_0x7aa573;this[_0xd354d4(0x53b)][_0xd354d4(0x47e)](_0x19c7d1[_0xd354d4(0x2ab)])===_0x4255d1&&(this[_0xd354d4(0x53b)][_0xd354d4(0x405)](_0x19c7d1[_0xd354d4(0x2ab)]),_0x4255d1['dispose']());}};}[_0x37672f(0x226)](_0x3a6b6d,_0x107758){const _0xf1a6a4=_0x37672f;let _0xf4a356=_0x3a6b6d[_0xf1a6a4(0x8d2)][_0xf1a6a4(0x46e)][_0xf1a6a4(0x677)],_0x2e7782=_0xf4a356['parentNode'],_0x1f1935=_0xf4a356[_0xf1a6a4(0x1e3)];if(!_0x2e7782)throw Error(_0xf1a6a4(0x268)+_0x3a6b6d['embedId']);return _0x107758[_0xf1a6a4(0x485)](_0xf4a356),{'session':_0x3a6b6d,'ownsSession':!0x1,'dispose':()=>{const _0x1a9339=_0xf1a6a4;if(this[_0x1a9339(0x375)][_0x1a9339(0x25a)](_0x3a6b6d[_0x1a9339(0x2ab)])!==_0x3a6b6d){_0xf4a356[_0x1a9339(0x850)]();return;}(_0x1f1935==null?void 0x0:_0x1f1935[_0x1a9339(0x4da)])===_0x2e7782?_0x2e7782[_0x1a9339(0x264)](_0xf4a356,_0x1f1935):_0x2e7782['appendChild'](_0xf4a356);}};}[_0x37672f(0x67b)](_0x398a55,_0x5d1191){const _0x517ee2=_0x37672f;let _0x338594=this[_0x517ee2(0x375)][_0x517ee2(0x433)](_0x398a55,_0x5d1191);return{'session':_0x338594,'ownsSession':!0x0,'dispose':()=>{const _0x3f65f7=_0x517ee2;this[_0x3f65f7(0x375)]['getSession'](_0x398a55['embedId'])===_0x338594&&this[_0x3f65f7(0x375)][_0x3f65f7(0x506)](_0x398a55[_0x3f65f7(0x2ab)]);}};}};_0x36cf04=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x1d93f4))],_0x36cf04);let _0x2629c6=0x3e8;function _0x5158fc(_0x211593,_0x2102d7){const _0x5db99a=_0x37672f;return{'childType':_0x2102d7[_0x5db99a(0x6b0)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x18d74c=>_0x13eafd(_0x211593,_0x2102d7[_0x5db99a(0x363)],_0x18d74c)};}async function _0x13eafd(_0x113616,_0x585a7a,_0x217f5b){const _0x1690d4=_0x37672f;let _0x12941e=_0x113616['get'](_0x585a7a),_0xa9d3b=await _0x3c19d7(_0x12941e,_0x217f5b);if(_0xa9d3b)return _0xa9d3b;if(!_0x217f5b[_0x1690d4(0x8d2)]){let _0x15c8af=_0x12941e[_0x1690d4(0x289)](_0x217f5b[_0x1690d4(0x783)]);if(_0x15c8af)return _0x35e595(_0x15c8af);}let _0x2cd0db=await _0x5e7e62(_0x113616,_0x217f5b);return _0x2cd0db===null?_0x41c00c(_0x113616,_0x12941e,_0x217f5b):_0x2cd0db;}async function _0x3c19d7(_0x518fd5,_0x2f9525){const _0x54e4f3=_0x37672f;if(!_0x2f9525[_0x54e4f3(0x8d2)])return;let _0x46760a=_0x518fd5[_0x54e4f3(0x289)](_0x2f9525[_0x54e4f3(0x783)]);return _0x46760a&&await _0x21e02a(_0x46760a,!0x1,_0x362837(_0x2f9525[_0x54e4f3(0x8d2)])),_0x1c1c3(_0x2f9525[_0x54e4f3(0x8d2)]);}async function _0x5e7e62(_0x4dc8e2,_0x2af492){const _0x45449c=_0x37672f;if(_0x46cffc(_0x2af492)!==_0x45449c(0x77d)||!_0x4dc8e2['has'](_0x36cf04))return null;if(typeof document>'u')return;let _0x191e26=_0x518942(_0x2af492),_0x152732;try{_0x152732=_0x4dc8e2[_0x45449c(0x47e)](_0x36cf04)[_0x45449c(0x531)]({..._0x2af492[_0x45449c(0x466)],'mode':_0x45449c(0x662)},_0x191e26);let _0xe9b93=_0x152732[_0x45449c(0x431)]['context'];return _0xe9b93?(await _0x4398bb(_0xe9b93),_0x1c1c3(_0xe9b93)):void 0x0;}catch{return;}finally{_0x152732==null||_0x152732[_0x45449c(0x4ff)](),_0x191e26[_0x45449c(0x850)]();}}async function _0x41c00c(_0x149ee6,_0x3a7854,_0x5cbbdf){const _0x332c90=_0x37672f;var _0x1cc3b0,_0x2259e7;if(typeof document>'u')return;let _0x7d1c9b=_0x518942(_0x5cbbdf),_0x512c3f=(_0x1cc3b0=_0x5cbbdf[_0x332c90(0x8d2)])!=null&&(_0x1cc3b0=_0x1cc3b0[_0x332c90(0x5b0)])!=null&&_0x1cc3b0[_0x332c90(0x868)]?void 0x0:_0x1a5a07(_0x5c4643(_0x149ee6,_0x5cbbdf,_0x7d1c9b)),_0xf3b704=((_0x2259e7=_0x5cbbdf[_0x332c90(0x8d2)])==null||(_0x2259e7=_0x2259e7[_0x332c90(0x5b0)])==null?void 0x0:_0x2259e7['injector'])??_0x512c3f,_0x3ef9f4=_0x1fd2ef(_0x3a7854,_0x5cbbdf[_0x332c90(0x783)],_0xf3b704);if(!_0x3ef9f4){_0x512c3f==null||_0x512c3f['dispose'](),_0x7d1c9b['remove']();return;}return _0x63e471(_0x3a7854,_0x5cbbdf[_0x332c90(0x783)],_0x3ef9f4,_0x512c3f,_0x7d1c9b);}async function _0x63e471(_0x677dc6,_0x27a131,_0x522d7f,_0x101e1d,_0x2e271c){const _0x388467=_0x37672f;try{return _0x522d7f[_0x388467(0x1dc)][_0x388467(0x48e)](_0x2e271c),await _0x21e02a(_0x522d7f,!0x0),_0x35e595(_0x522d7f);}catch{return;}finally{try{var _0x1f7e32,_0x2f27ee;(_0x1f7e32=(_0x2f27ee=_0x522d7f[_0x388467(0x1dc)])[_0x388467(0x506)])==null||_0x1f7e32['call'](_0x2f27ee);}catch{}if(_0x101e1d){var _0x41f147;(_0x41f147=_0x677dc6['removeRender'])==null||_0x41f147[_0x388467(0x4d5)](_0x677dc6,_0x27a131),_0x101e1d[_0x388467(0x4ff)]();}_0x2e271c[_0x388467(0x850)]();}}function _0x35e595(_0x100296){const _0x206e31=_0x37672f;var _0x36392a,_0x10a622,_0xfcdd82,_0x260575,_0x947894;let _0xb4ce17=((_0x36392a=(_0x10a622=_0x100296['engine'])[_0x206e31(0x86c)])==null?void 0x0:_0x36392a[_0x206e31(0x4d5)](_0x10a622))??((_0xfcdd82=(_0x260575=_0x100296[_0x206e31(0x1dc)])[_0x206e31(0x40f)])==null||(_0xfcdd82=_0xfcdd82['call'](_0x260575))==null||(_0x947894=_0xfcdd82[_0x206e31(0x844)])==null?void 0x0:_0x947894[_0x206e31(0x4d5)](_0xfcdd82));if(!(!_0xb4ce17||_0xb4ce17[_0x206e31(0x7e5)]<=0x1||_0xb4ce17['height']<=0x1||typeof _0xb4ce17[_0x206e31(0x8bd)]!=_0x206e31(0x6de)))return _0xb4ce17[_0x206e31(0x8bd)]('image/png');}async function _0x4398bb(_0x50fdcb){const _0x1fd5e3=_0x37672f;try{var _0x172988;let _0x1c0fce=(((_0x172988=_0x50fdcb[_0x1fd5e3(0x5b0)])==null?void 0x0:_0x172988['injector'])??_0x50fdcb[_0x1fd5e3(0x868)])[_0x1fd5e3(0x47e)](_0x18a9fe[_0x1fd5e3(0x71b)]),_0x52f2fa=Date[_0x1fd5e3(0x312)]()+_0x2629c6,_0x9cf854=await _0x546e05(_0x1c0fce,_0x50fdcb[_0x1fd5e3(0x783)],_0x52f2fa);_0x9cf854&&await _0x21e02a(_0x9cf854,!0x1,_0x362837(_0x50fdcb),_0x52f2fa);}catch{}}async function _0x546e05(_0xbe8e35,_0x3959eb,_0x2c6d23){const _0x141e35=_0x37672f;let _0x28ea9f=_0xbe8e35[_0x141e35(0x289)](_0x3959eb);if(_0x28ea9f)return _0x28ea9f;let _0x9325=_0xbe8e35['created$'];if(!(!_0x9325||typeof _0x9325[_0x141e35(0x4a5)]!=_0x141e35(0x6de)))return new Promise(_0x4c1b0b=>{const _0x280f57=_0x141e35;let _0x288ba3=!0x1,_0x4ca84f,_0x2ee4e6,_0x7dd47a=_0x1ca240=>{const _0x32a9e4=_0x3a85;_0x288ba3||(_0x288ba3=!0x0,_0x4ca84f!==void 0x0&&globalThis[_0x32a9e4(0x2ac)](_0x4ca84f),_0x2ee4e6==null||_0x2ee4e6[_0x32a9e4(0x7b2)](),_0x4c1b0b(_0x1ca240));},_0x22e0c0=_0x9325[_0x280f57(0x4a5)](_0x23e189=>{const _0xee1ca4=_0x280f57;_0x23e189[_0xee1ca4(0x564)]===_0x3959eb&&_0x7dd47a(_0x23e189);});if(_0x2ee4e6=_0x22e0c0,_0x288ba3){_0x22e0c0[_0x280f57(0x7b2)]();return;}let _0x312e7c=_0xbe8e35[_0x280f57(0x289)](_0x3959eb);if(_0x312e7c){_0x7dd47a(_0x312e7c);return;}_0x4ca84f=globalThis['setTimeout'](()=>_0x7dd47a(_0xbe8e35[_0x280f57(0x289)](_0x3959eb)??void 0x0),Math['max'](0x0,_0x2c6d23-Date[_0x280f57(0x312)]()));});}async function _0x21e02a(_0x56d372,_0x13a284,_0x5de55a=!0x0,_0x3bb569=Date[_0x37672f(0x312)]()+_0x2629c6){const _0x325962=_0x37672f;await _0x132748(_0x3bb569);let _0x2c6a84=_0x56d372['scene'][_0x325962(0x5ee)];if(!_0x2c6a84){_0x13a284&&_0x4c236a(_0x56d372,{'activate':!0x1});return;}await new Promise(_0x538064=>{const _0x417ca7=_0x325962;let _0x464ea5=!0x1,_0x432e14,_0x582728,_0x84d6e3,_0xee6939=()=>{const _0x419844=_0x3a85;_0x464ea5||(_0x464ea5=!0x0,_0x432e14!==void 0x0&&globalThis[_0x419844(0x2ac)](_0x432e14),_0x582728!==void 0x0&&globalThis[_0x419844(0x2ac)](_0x582728),_0x84d6e3==null||_0x84d6e3[_0x419844(0x7b2)](),_0x538064());},_0x56a2b2=()=>{const _0x907e05=_0x3a85;_0x432e14!==void 0x0&&globalThis[_0x907e05(0x2ac)](_0x432e14),_0x432e14=globalThis[_0x907e05(0x620)](_0xee6939,0xa0);};_0x84d6e3=_0x2c6a84[_0x417ca7(0x4a5)](_0x2b5579=>{_0x2b5579&&_0x56a2b2();}),_0x582728=globalThis[_0x417ca7(0x620)](_0xee6939,Math['max'](0x0,_0x3bb569-Date['now']()));try{_0x13a284&&_0x4c236a(_0x56d372,{'activate':!0x1}),(_0x13a284||_0x5de55a)&&_0x56a2b2();}catch{_0xee6939();}});}function _0x518942(_0x5846fb){const _0x5c9c40=_0x37672f;let _0x30b51c=document['createElement'](_0x5c9c40(0x46a));return _0x30b51c[_0x5c9c40(0x4e9)]['position']=_0x5c9c40(0x6dc),_0x30b51c[_0x5c9c40(0x4e9)][_0x5c9c40(0x3c3)]=_0x5c9c40(0x8b5),_0x30b51c[_0x5c9c40(0x4e9)][_0x5c9c40(0x922)]=_0x5c9c40(0x8b5),_0x30b51c[_0x5c9c40(0x4e9)]['width']=Math[_0x5c9c40(0x59c)](0x1,Math[_0x5c9c40(0x756)](_0x5846fb[_0x5c9c40(0x7e5)]))+'px',_0x30b51c[_0x5c9c40(0x4e9)][_0x5c9c40(0x33d)]=Math[_0x5c9c40(0x59c)](0x1,Math[_0x5c9c40(0x756)](_0x5846fb[_0x5c9c40(0x33d)]))+'px',_0x30b51c[_0x5c9c40(0x4e9)][_0x5c9c40(0x7f3)]=_0x5c9c40(0x63c),document[_0x5c9c40(0x77f)][_0x5c9c40(0x629)](_0x30b51c),_0x30b51c;}function _0x362837(_0x5f3fe7){const _0x325315=_0x37672f;var _0x452267,_0x27c7ce,_0x1533aa;return[(_0x452267=_0x5f3fe7[_0x325315(0x46e)])==null?void 0x0:_0x452267[_0x325315(0x6ce)],(_0x27c7ce=_0x5f3fe7[_0x325315(0x46e)])==null?void 0x0:_0x27c7ce[_0x325315(0x891)],(_0x1533aa=_0x5f3fe7[_0x325315(0x46e)])==null?void 0x0:_0x1533aa[_0x325315(0x677)]][_0x325315(0x320)](_0x55635a=>!!_0x55635a)['some'](_0x19a534=>Array[_0x325315(0x7a2)](_0x19a534['querySelectorAll']('canvas'))[_0x325315(0x79a)](_0x4ecaa9=>_0x4ecaa9['width']>0x1&&_0x4ecaa9[_0x325315(0x33d)]>0x1));}async function _0x132748(_0x4f2eb8){const _0x4e3722=_0x37672f;if(typeof document>'u'||!document[_0x4e3722(0x735)]||document['fonts'][_0x4e3722(0x244)]!=='loading')return;let _0x3721d7;try{await Promise['race']([document[_0x4e3722(0x735)][_0x4e3722(0x364)][_0x4e3722(0x833)](()=>void 0x0,()=>void 0x0),new Promise(_0x16f51b=>{const _0x34845d=_0x4e3722;_0x3721d7=globalThis[_0x34845d(0x620)](_0x16f51b,Math['max'](0x0,_0x4f2eb8-Date[_0x34845d(0x312)]()));})]);}finally{_0x3721d7!==void 0x0&&globalThis[_0x4e3722(0x2ac)](_0x3721d7);}}function _0x5c4643(_0x81dcab,_0x1b10ef,_0x56e700){const _0x2f9e04=_0x37672f;let _0x382071=_0x46cffc(_0x1b10ef),_0x211271=_0x382071===_0x2f9e04(0x77d),_0x13b852=()=>{};return{'descriptor':_0x1b10ef['descriptor'],'layout':_0x382071,'injector':_0x81dcab,'hostElement':_0x56e700,'container':_0x56e700,'hostUnitId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x7cf)],'embedId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x2ab)],'childUnitId':_0x1b10ef[_0x2f9e04(0x783)],'childType':_0x1b10ef[_0x2f9e04(0x6b0)],'renderScope':{'hostUnitId':_0x1b10ef['descriptor']['hostUnitId'],'hostAnchorId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x391)],'embedId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x2ab)],'childUnitId':_0x1b10ef[_0x2f9e04(0x783)],'childType':_0x1b10ef['childType'],'layout':_0x382071,'mode':_0x211271?'tab':_0x2f9e04(0x78d),'rootElement':_0x56e700,'contentRoot':_0x56e700,'canvasRoot':_0x56e700,'active$':(0x0,_0x12f7a8['of'])(!0x1)},'runtimeScope':{'descriptor':_0x1b10ef['descriptor'],'host':{'unitId':_0x1b10ef[_0x2f9e04(0x466)]['hostUnitId'],'type':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x805)],'anchorId':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x391)],'entry':_0x1b10ef[_0x2f9e04(0x466)][_0x2f9e04(0x23b)],'layout':_0x211271?_0x2f9e04(0x77d):_0x2f9e04(0x78d)},'child':{'unitId':_0x1b10ef[_0x2f9e04(0x783)],'type':_0x1b10ef['childType']},'injector':_0x81dcab,'roots':{'root':_0x56e700,'content':_0x56e700,'canvas':_0x56e700,'overlay':_0x56e700,'popup':_0x56e700},'activate':_0x13b852,'deactivate':_0x13b852,'dispose':_0x13b852}};}function _0x46cffc(_0x3bdbc0){const _0x5dd82f=_0x37672f;var _0xaf452e,_0x445482,_0x19a067;let _0x380a0d=(_0xaf452e=_0x3bdbc0[_0x5dd82f(0x466)][_0x5dd82f(0x5d5)])==null?void 0x0:_0xaf452e[_0x5dd82f(0x461)];if(_0x380a0d&&typeof _0x380a0d==_0x5dd82f(0x539)&&typeof _0x380a0d[_0x5dd82f(0x589)]==_0x5dd82f(0x43e))return _0x380a0d['layout'];let _0x46f86b=(_0x445482=_0x3bdbc0[_0x5dd82f(0x466)]['sourceMeta'])==null?void 0x0:_0x445482['tab'];return _0x3bdbc0[_0x5dd82f(0x466)][_0x5dd82f(0x23b)]===_0x5e0ca8['EmbedHostEntryEnum']['SheetsSheetTab']||_0x3bdbc0['descriptor'][_0x5dd82f(0x23b)]===_0x5e0ca8[_0x5dd82f(0x757)]['BasesTableListBlock']||_0x3bdbc0['descriptor']['entry']===_0x5e0ca8[_0x5dd82f(0x757)][_0x5dd82f(0x911)]||_0x46f86b&&typeof _0x46f86b==_0x5dd82f(0x539)&&_0x46f86b[_0x5dd82f(0x62a)]?_0x5dd82f(0x77d):((_0x19a067=_0x3bdbc0[_0x5dd82f(0x8d2)])==null?void 0x0:_0x19a067[_0x5dd82f(0x589)])??_0x5dd82f(0x22f);}var _0x40e1a0=class{constructor(){_0x1876b0(this,'_providers',new Map());}[_0x37672f(0x920)](_0x1c5bd0){const _0x5057f6=_0x37672f;if(this[_0x5057f6(0x580)]['has'](_0x1c5bd0[_0x5057f6(0x6b0)]))throw Error(_0x5057f6(0x731)+_0x1c5bd0[_0x5057f6(0x6b0)]);this[_0x5057f6(0x580)]['set'](_0x1c5bd0[_0x5057f6(0x6b0)],_0x1c5bd0);}[_0x37672f(0x47e)](_0x134c4d){const _0x57ad0c=_0x37672f;return this[_0x57ad0c(0x580)][_0x57ad0c(0x47e)](_0x134c4d);}['list'](){const _0x53c2fc=_0x37672f;return[...this[_0x53c2fc(0x580)][_0x53c2fc(0x4bf)]()];}};let _0x3c83ee=new WeakMap(),_0x3c0b4b=new WeakMap();function _0x4ee2ee(_0x41c012,_0x1baf21,_0x5dd70b){const _0x86b1d2=_0x37672f;var _0x5531c4;if(_0x7afb28(_0x41c012)){_0x554dcd(_0x41c012,_0x1baf21,_0x5dd70b);return;}let _0x3ce02a=_0x41c012;if((_0x5531c4=_0x3c0b4b[_0x86b1d2(0x47e)](_0x3ce02a))!=null&&_0x5531c4[_0x86b1d2(0x7df)](_0x1baf21))return;let _0x113d92=_0x3c83ee[_0x86b1d2(0x47e)](_0x3ce02a)??new Map();_0x113d92[_0x86b1d2(0x5d7)](_0x1baf21,_0x5dd70b),_0x3c83ee[_0x86b1d2(0x5d7)](_0x3ce02a,_0x113d92);}function _0x3413ec(_0x36970b){const _0x29521=_0x37672f;if(!_0x7afb28(_0x36970b))return;let _0x38da94=_0x36970b,_0x4bf928=_0x3c83ee[_0x29521(0x47e)](_0x38da94);_0x4bf928!=null&&_0x4bf928[_0x29521(0x4ea)]&&(_0x4bf928['forEach']((_0x20e9e7,_0x21f35b)=>_0x554dcd(_0x36970b,_0x21f35b,_0x20e9e7)),_0x3c83ee[_0x29521(0x405)](_0x38da94));}function _0x554dcd(_0x57c2b3,_0xce1239,_0x39f190){const _0x2c39e8=_0x37672f;let _0x44463d=_0x57c2b3,_0x1e38ef=_0x3c0b4b['get'](_0x44463d)??new Set();_0x1e38ef[_0x2c39e8(0x7df)](_0xce1239)||(_0x39f190(_0x57c2b3),_0x1e38ef[_0x2c39e8(0x47d)](_0xce1239),_0x3c0b4b[_0x2c39e8(0x5d7)](_0x44463d,_0x1e38ef));}function _0x7afb28(_0x4b459d){const _0x15fc3f=_0x37672f;return _0x4b459d['has'](_0x5e0ca8[_0x15fc3f(0x748)])&&_0x4b459d[_0x15fc3f(0x7df)](_0x16de5f)&&_0x4b459d[_0x15fc3f(0x7df)](_0x402a2b)&&_0x4b459d[_0x15fc3f(0x7df)](_0x28f187)&&_0x4b459d[_0x15fc3f(0x7df)](_0x105b0d)&&_0x4b459d[_0x15fc3f(0x7df)](_0x74c661)&&_0x4b459d[_0x15fc3f(0x7df)](_0x24299e)&&_0x4b459d[_0x15fc3f(0x7df)](_0x2b84b4)&&_0x4b459d[_0x15fc3f(0x7df)](_0x691e68)&&_0x4b459d['has'](_0x40e1a0);}function _0x24df5c(_0x2be6e8){const _0x475a7d=_0x37672f;let {childType:_0x5a4f5e,productName:_0x359aa7}=_0x2be6e8;return{'childType':_0x5a4f5e,'productName':_0x359aa7,'hostChromeMode':'ribbon','layoutPolicy':{'tab':_0x5e0ca8['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':_0x5e0ca8[_0x475a7d(0x676)],'docFlow':_0x5e0ca8[_0x475a7d(0x299)]},'createRibbonOverride':({childUnitId:_0xf40c36,embedId:_0x549ea2,injector:_0x28e757})=>{const _0x1bc03d=_0x475a7d;let _0x1b45bb=_0x434094(_0x28e757,{'childType':_0x5a4f5e,'childUnitId':_0xf40c36,'embedId':_0x549ea2,'menuSchema':_0x149737(_0x28e757,_0x5a4f5e,_0x2be6e8[_0x1bc03d(0x3c8)])});return{'mode':_0x1bc03d(0x50e),'ribbonService':_0x1b45bb[_0x1bc03d(0x451)],'injector':_0x1b45bb['injector'],'placeholderTitle':_0x359aa7,'disposable':_0x1b45bb[_0x1bc03d(0x886)]};}};}function _0x149737(_0x7615b9,_0x493fb4,_0x30be31){const _0xb0e4cc=_0x37672f;let _0x59ea3a=_0x7615b9;if(typeof _0x59ea3a[_0xb0e4cc(0x7df)]==_0xb0e4cc(0x6de)&&typeof _0x59ea3a['get']=='function'&&_0x59ea3a[_0xb0e4cc(0x7df)](_0x105b0d)){let _0x13f3ea=_0x59ea3a[_0xb0e4cc(0x47e)](_0x105b0d)[_0xb0e4cc(0x1d2)](_0x493fb4,_0xb0e4cc(0x50e));if(_0x13f3ea)return _0x13f3ea;}return _0x30be31;}function _0xd3f8d0(_0x25877d){const _0x12e987=_0x37672f;let _0x4515c5=_0x1163c8(_0x25877d);return{'childType':_0x25877d[_0x12e987(0x6b0)],'productName':_0x25877d[_0x12e987(0x7c7)],'hostChromeMode':_0x4515c5,'hostHeaderMode':_0x25877d[_0x12e987(0x85b)]??_0x12e987(0x63c),'layoutPolicy':{'tab':{..._0x5e0ca8['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'ribbon':_0x4515c5===_0x12e987(0x63c)?_0x12e987(0x49c):'host'},'float':_0x5e0ca8[_0x12e987(0x676)],'docFlow':_0x5e0ca8['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':_0x4515c5===_0x12e987(0x438)?()=>({'mode':_0x12e987(0x438),'ribbonService':_0x20eaa2(),'placeholderTitle':_0x25877d['productName'],'hideToolbar':!0x0}):void 0x0};}function _0x1163c8(_0x82937b){const _0x5d8cce=_0x37672f;return _0x82937b[_0x5d8cce(0x64f)]?_0x82937b[_0x5d8cce(0x64f)]:_0x82937b[_0x5d8cce(0x85b)]==='placeholder'?_0x5d8cce(0x438):_0x5d8cce(0x63c);}function _0x20eaa2(){return{'ribbon$':(0x0,_0x12f7a8['of'])([]),'activatedTab$':(0x0,_0x12f7a8['of'])(''),'collapsedIds$':(0x0,_0x12f7a8['of'])([]),'fakeToolbarVisible$':(0x0,_0x12f7a8['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function _0x501f5e(_0xd152d4,_0x21466,_0x1bcb17,_0x1d296d){const _0x2a15fa=_0x37672f;return[..._0xd152d4[_0x2a15fa(0x793)](_0x21466)][_0x2a15fa(0x691)]()[_0x2a15fa(0x782)](_0x4ea7c8=>{const _0x2237fe=_0x2a15fa;let _0x218e32=_0x4ea7c8[_0x2237fe(0x4f7)]();return _0x1bcb17>=_0x218e32[_0x2237fe(0x3c3)]&&_0x1bcb17<=_0x218e32[_0x2237fe(0x2e6)]&&_0x1d296d>=_0x218e32[_0x2237fe(0x922)]&&_0x1d296d<=_0x218e32[_0x2237fe(0x5e9)];});}function _0x19a392(){const _0x511f05=_0x37672f;return{..._0xd3f8d0({'childType':_0x423058[_0x511f05(0x839)][_0x511f05(0x2d9)],'productName':_0x511f05(0x40c),'hostChromeMode':_0x511f05(0x63c)}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-workbench-layout\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20grid-template-columns:\x20minmax(0,\x201fr)\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel-floating-expand-trigger\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-header-menu\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-add-view-button\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-view-tab-more\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-global-layer\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-right-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-footer\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','activateNavigationAtPoint':({childContext:_0x17bbf7,clientX:_0x53b908,clientY:_0x89497b,runtimeHost:_0x2061bf})=>{const _0x321117=_0x511f05;if(_0x501f5e(_0x2061bf,'[data-u-comp=\x22base-view-tab-more\x22]',_0x53b908,_0x89497b))return!0x1;let _0x3d52fb=_0x501f5e(_0x2061bf,_0x321117(0x344),_0x53b908,_0x89497b),_0x5c5c33=_0x3d52fb==null?void 0x0:_0x3d52fb[_0x321117(0x89c)][_0x321117(0x804)],_0x4e7e0a=_0x17bbf7[_0x321117(0x5b0)][_0x321117(0x868)];return!_0x5c5c33||!_0x4e7e0a[_0x321117(0x7df)](_0x281b76['IBaseUIStateService'])?!0x1:(_0x4e7e0a[_0x321117(0x47e)](_0x281b76[_0x321117(0x43f)])[_0x321117(0x5fc)](_0x5c5c33),!0x0);}}};}let _0x13104f=class{constructor(_0x2f7a37,_0x15cc37,_0x54d561){const _0x50adb0=_0x37672f;this[_0x50adb0(0x408)]=_0x2f7a37,this[_0x50adb0(0x854)]=_0x15cc37,this[_0x50adb0(0x1e7)]=_0x54d561,_0x1876b0(this,'childType',_0x423058[_0x50adb0(0x839)][_0x50adb0(0x2d9)]);}[_0x37672f(0x5d0)](_0x528be8){const _0x4e9317=_0x37672f;var _0x2e34bc,_0x2ce64d,_0x1a2404;let _0x50bfe8=_0x528be8[_0x4e9317(0x716)]instanceof _0x423058[_0x4e9317(0x35d)]?_0x528be8[_0x4e9317(0x716)]['getSnapshot']():void 0x0;if(!_0x50bfe8)return;let _0x2e6edd=(_0x2e34bc=_0x528be8[_0x4e9317(0x868)])!=null&&_0x2e34bc['has'](_0x281b76['IBaseUIStateService'])?_0x528be8[_0x4e9317(0x868)][_0x4e9317(0x47e)](_0x281b76[_0x4e9317(0x43f)]):this[_0x4e9317(0x408)],_0x57a5be=(_0x2ce64d=_0x528be8['injector'])!=null&&_0x2ce64d['has'](_0x3d115f['IBaseProjectionService'])?_0x528be8[_0x4e9317(0x868)][_0x4e9317(0x47e)](_0x3d115f[_0x4e9317(0x4f1)]):this[_0x4e9317(0x854)],_0x34aebb=(_0x1a2404=_0x528be8['injector'])!=null&&_0x1a2404[_0x4e9317(0x7df)](_0x281b76['IBaseViewWheelScrollService'])?_0x528be8[_0x4e9317(0x868)][_0x4e9317(0x47e)](_0x281b76['IBaseViewWheelScrollService']):this[_0x4e9317(0x1e7)],_0x1fc046=_0x2e6edd[_0x4e9317(0x349)](),_0x2956d8=_0x33f7b7(_0x50bfe8,_0x1fc046,_0x528be8[_0x4e9317(0x325)]),_0x555437=_0x11741b(_0x50bfe8,_0x1fc046,_0x57a5be,_0x34aebb,_0x528be8['viewportHeight'],_0x2956d8??_0x528be8['viewportWidth']);return _0x555437==null&&_0x2956d8==null?void 0x0:{'height':_0x555437,'width':_0x2956d8};}};_0x13104f=_0x10216e([_0xcd14f8(0x0,_0x281b76[_0x37672f(0x43f)]),_0xcd14f8(0x1,_0x3d115f[_0x37672f(0x4f1)]),_0xcd14f8(0x2,_0x281b76[_0x37672f(0x88d)])],_0x13104f);function _0x11741b(_0x138693,_0x1e7315,_0x1fbd39,_0x2d4fe6,_0x5da16a,_0x490e4d){const _0x17c0bc=_0x37672f;var _0x4f8ba9;let _0x290a31=_0x5a61e4(_0x138693,_0x1e7315==null?void 0x0:_0x1e7315[_0x17c0bc(0x6b9)]),_0x50e884=_0x290a31?_0x138693[_0x17c0bc(0x44f)][_0x290a31]:void 0x0;if(!_0x50e884||!_0x290a31)return;let _0x5d712a=_0x415577(_0x50e884,_0x1e7315==null?void 0x0:_0x1e7315[_0x17c0bc(0x4a6)]),_0x3702d9=_0x5d712a?(_0x4f8ba9=_0x50e884[_0x17c0bc(0x67f)])==null?void 0x0:_0x4f8ba9[_0x5d712a]:void 0x0,_0x339145=_0x25cd9d(_0x50e884),_0x5776d4=(0x0,_0x281b76[_0x17c0bc(0x208)])(_0x3702d9!=null&&_0x3702d9[_0x17c0bc(0x6cd)]&&_0x17c0bc(0x6e9)in _0x3702d9[_0x17c0bc(0x6cd)]?_0x3702d9['config'][_0x17c0bc(0x6e9)]:void 0x0);return _0x4b5c92(_0x138693,_0x290a31,_0x5d712a,_0x5776d4,_0x1e7315,_0x1fbd39,_0x2d4fe6,_0x5da16a,_0x490e4d)??_0x281b76[_0x17c0bc(0x755)]+_0x339145*_0x5776d4+_0x281b76['GRID_ADD_RECORD_ROW_HEIGHT']+_0x281b76['GRID_SUMMARY_HEIGHT'];}function _0x4b5c92(_0x51ceba,_0x8a4e9c,_0x18f138,_0x5492f1,_0x36b2cc,_0x45ad10,_0x5c1d63,_0x2bb999,_0x46ce44){const _0x399dd5=_0x37672f;if(!_0x18f138||!_0x45ad10||!_0x5c1d63)return;let _0x1a6d9e=_0x45ad10[_0x399dd5(0x749)](_0x51ceba,_0x8a4e9c,_0x18f138);if(_0x1a6d9e[_0x399dd5(0x27c)]===_0x423058[_0x399dd5(0x7b4)][_0x399dd5(0x916)]&&_0x1a6d9e[_0x399dd5(0x6cd)][_0x399dd5(0x69f)]===_0x399dd5(0x7c2)&&_0x2bb999!=null)return _0x2bb999;if(_0x1a6d9e[_0x399dd5(0x27c)]===_0x423058[_0x399dd5(0x7b4)][_0x399dd5(0x6ae)])return _0x5c1d63[_0x399dd5(0x384)](_0x1a6d9e,_0x46ce44??0x1);if(_0x1a6d9e[_0x399dd5(0x27c)]===_0x423058[_0x399dd5(0x7b4)]['Kanban'])return _0x5c1d63[_0x399dd5(0x50c)](_0x1a6d9e);if(_0x1a6d9e[_0x399dd5(0x27c)]===_0x423058[_0x399dd5(0x7b4)]['Grid']||_0x1a6d9e['type']===_0x423058[_0x399dd5(0x7b4)][_0x399dd5(0x5f9)])return _0x281b76['GRID_HEADER_HEIGHT']+_0x5c1d63[_0x399dd5(0x381)](_0x1a6d9e,_0x36b2cc==null?void 0x0:_0x36b2cc[_0x399dd5(0x906)][_0x18f138],_0x5492f1)+_0x281b76[_0x399dd5(0x420)];}function _0x33f7b7(_0x13f93c,_0x4e9030,_0x5ccac7){const _0x2860b5=_0x37672f;var _0x2fac77,_0xb03368;let _0x42ad19=_0x4d502b(_0x13f93c,_0x4e9030==null?void 0x0:_0x4e9030[_0x2860b5(0x6b9)]);if(!_0x42ad19)return;let _0x57e938=_0x137e48(_0x42ad19,_0x4e9030==null?void 0x0:_0x4e9030[_0x2860b5(0x4a6)]),_0x21aeb9=_0x42ad19[_0x2860b5(0x72a)]??{},_0x218af1=_0x281b76['GRID_ROW_HEADER_WIDTH']+(_0x57e938!=null&&(_0x2fac77=_0x57e938['fieldOrder'])!=null&&_0x2fac77[_0x2860b5(0x3fe)]?_0x57e938['fieldOrder']:(_0xb03368=_0x42ad19[_0x2860b5(0x8f5)])!=null&&_0xb03368[_0x2860b5(0x3fe)]?_0x42ad19['fieldOrder']:Object[_0x2860b5(0x7b3)](_0x21aeb9))['reduce']((_0x2e2570,_0xfc7267)=>{const _0x327427=_0x2860b5;var _0x5c5151;let _0x37e66e=_0x21aeb9[_0xfc7267],_0x1015e5=_0x57e938==null||(_0x5c5151=_0x57e938[_0x327427(0x917)])==null?void 0x0:_0x5c5151[_0xfc7267];return _0x37e66e&&!(_0x1015e5!=null&&_0x1015e5[_0x327427(0x49c)])?_0x2e2570+_0xbacec6(_0x1015e5==null?void 0x0:_0x1015e5[_0x327427(0x7e5)]):_0x2e2570;},0x0)+_0x281b76['GRID_ADD_FIELD_COLUMN_WIDTH'];return(_0x57e938==null?void 0x0:_0x57e938[_0x2860b5(0x27c)])===_0x423058[_0x2860b5(0x7b4)]['Gallery']||(_0x57e938==null?void 0x0:_0x57e938['type'])===_0x423058[_0x2860b5(0x7b4)][_0x2860b5(0x333)]?Math['max'](_0x218af1,_0x5ccac7??0x0):_0x218af1;}function _0xbacec6(_0x3b2a11){const _0x2b684a=_0x37672f;return typeof _0x3b2a11==_0x2b684a(0x2c5)&&Number[_0x2b684a(0x498)](_0x3b2a11)&&_0x3b2a11>0x0?_0x3b2a11:_0x281b76['GRID_DEFAULT_COLUMN_WIDTH'];}function _0x4d502b(_0x37f462,_0x41d1e9){const _0x5a0fa1=_0x37672f;var _0x4562db;let _0x4e7ddc=_0x5a61e4(_0x37f462,_0x41d1e9);return _0x4e7ddc?(_0x4562db=_0x37f462[_0x5a0fa1(0x44f)])==null?void 0x0:_0x4562db[_0x4e7ddc]:void 0x0;}function _0x137e48(_0x409781,_0x48f16c){var _0x163430;let _0x10a2b9=_0x415577(_0x409781,_0x48f16c);return _0x10a2b9?(_0x163430=_0x409781['views'])==null?void 0x0:_0x163430[_0x10a2b9]:void 0x0;}function _0x5a61e4(_0x42bbf8,_0x590db4){const _0x21461b=_0x37672f;let _0x4062d6=_0x42bbf8[_0x21461b(0x44f)]??{};if(_0x590db4&&_0x4062d6[_0x590db4])return _0x590db4;let _0x165e6c=_0x42bbf8['tableOrder']??[];return[..._0x165e6c,...Object[_0x21461b(0x7b3)](_0x4062d6)[_0x21461b(0x320)](_0x21de84=>!_0x165e6c[_0x21461b(0x3d9)](_0x21de84))][_0x21461b(0x782)](_0x39fd0f=>_0x4062d6[_0x39fd0f]);}function _0x415577(_0x519669,_0x259b55){const _0x7f1ea4=_0x37672f;let _0x25bf05=_0x519669[_0x7f1ea4(0x67f)]??{};if(_0x259b55&&_0x25bf05[_0x259b55])return _0x259b55;let _0x257bd8=_0x519669[_0x7f1ea4(0x74d)]??[];return[..._0x257bd8,...Object[_0x7f1ea4(0x7b3)](_0x25bf05)['filter'](_0x194dc5=>!_0x257bd8[_0x7f1ea4(0x3d9)](_0x194dc5))][_0x7f1ea4(0x782)](_0x1862c5=>_0x25bf05[_0x1862c5]);}function _0x25cd9d(_0x36ac90){const _0x16c31e=_0x37672f;var _0x567f2d;let _0x386307=_0x36ac90[_0x16c31e(0x521)]??{};return((_0x567f2d=_0x36ac90[_0x16c31e(0x450)])!=null&&_0x567f2d[_0x16c31e(0x3fe)]?_0x36ac90['recordOrder']:Object[_0x16c31e(0x7b3)](_0x386307))[_0x16c31e(0x320)](_0x32a94d=>_0x386307[_0x32a94d])[_0x16c31e(0x3fe)];}function _0x22b034(_0x4fc6e0,_0x369245,_0x53c3a7){return{...(0x0,_0x5e0ca8['createBasesTableListBlockHostAdapterContribution'])(_0x4fc6e0,_0x369245),'activateAnchor':_0x3d9eaf=>{const _0x565dd1=_0x3a85;_0x280dd1(_0x3d9eaf['hostUnitId'],_0x3d9eaf[_0x565dd1(0x391)],_0x369245,_0x129674(_0x53c3a7));}};}function _0x35d000(){const _0x149de9=_0x37672f;return{'hostType':_0x423058[_0x149de9(0x839)][_0x149de9(0x2d9)],'entry':_0x149de9(0x2e5),'layout':_0x149de9(0x77d),'supportedLayouts':[_0x149de9(0x77d)],'menuBehavior':'host-override','mount':_0x15518c=>{const _0x2d23eb=_0x149de9;let _0x19db0b=_0x26907b('data-embed-bases-table-list-host',_0x15518c[_0x2d23eb(0x466)][_0x2d23eb(0x391)]);return _0x19db0b?{'hostElement':_0x19db0b}:{};}};}function _0x280dd1(_0x5de791,_0x52724b,_0x180825,_0x3824be){const _0x5a2751=_0x37672f;var _0x51c4d0;if(!_0x3824be)return;_0x3824be[_0x5a2751(0x36b)](_0x52724b);let _0x3b480b=(_0x51c4d0=_0xbbdad(_0x180825,_0x5de791))==null?void 0x0:_0x51c4d0[_0x5a2751(0x44f)][_0x52724b],_0xd27f88=_0x3b480b==null?void 0x0:_0x3b480b[_0x5a2751(0x74d)][_0x5a2751(0x782)](_0x3d1bbf=>_0x3b480b[_0x5a2751(0x67f)][_0x3d1bbf]);_0xd27f88&&_0x3824be[_0x5a2751(0x5fc)](_0xd27f88),_0x3824be[_0x5a2751(0x51d)](null),_0x3824be['closeRecordDetail']();}function _0xbbdad(_0x20e91e,_0x55413b){const _0x4471fd=_0x37672f;var _0x3bd5f5;return _0x20e91e==null||(_0x3bd5f5=_0x20e91e[_0x4471fd(0x80e)](_0x55413b,_0x423058[_0x4471fd(0x839)][_0x4471fd(0x2d9)]))==null?void 0x0:_0x3bd5f5[_0x4471fd(0x41e)]();}function _0x129674(_0x1a9a13){return typeof _0x1a9a13=='function'?_0x1a9a13():_0x1a9a13;}function _0x26907b(_0x50178c,_0x47717f){const _0x529e73=_0x37672f;return document[_0x529e73(0x546)]('['+_0x50178c+'=\x22'+_0x3cb124(_0x47717f)+'\x22]');}function _0x3cb124(_0x4ac68e){const _0x4c6c95=_0x37672f;return _0x4ac68e['replace'](/\\/g,'\x5c\x5c')[_0x4c6c95(0x414)](/"/g,'\x5c\x22');}function _0x53de76(_0x293eaf){const _0x20f980=_0x37672f;let _0x29dec8=_0x293eaf[_0x20f980(0x7df)](_0x281b76[_0x20f980(0x43f)])?_0x293eaf[_0x20f980(0x47e)](_0x281b76[_0x20f980(0x43f)]):void 0x0,_0xf9e41a=_0x293eaf[_0x20f980(0x7df)](_0x281b76['IBaseViewWheelScrollService'])?_0x293eaf[_0x20f980(0x47e)](_0x281b76[_0x20f980(0x88d)]):void 0x0;return{'childType':_0x423058['UniverInstanceType']['UNIVER_BASE'],'getStickyHeaderHeight':()=>_0x281b76['GRID_HEADER_HEIGHT'],'subscribeVerticalScroll'(_0xfd946,_0x45e2f3){const _0x2b6692=_0x20f980;var _0x10cb25,_0x543842;let _0x2be03b=((_0x10cb25=_0xfd946[_0x2b6692(0x5b0)])==null?void 0x0:_0x10cb25[_0x2b6692(0x868)])??_0x293eaf,_0x2ba401=_0x2be03b!==_0x293eaf&&_0x2be03b[_0x2b6692(0x7df)](_0x281b76[_0x2b6692(0x43f)])?_0x2be03b['get'](_0x281b76['IBaseUIStateService']):_0x29dec8;if(!_0x2ba401)return;let _0x1ff57d=_0x2ba401['getState'](),_0x483f71=_0x1ff57d[_0x2b6692(0x4a6)],_0x451ec1=_0x483f71?((_0x543842=_0x1ff57d['scrollState'][_0x483f71])==null?void 0x0:_0x543842['y'])??0x0:0x0,_0x3f0fe4=_0x2ba401[_0x2b6692(0x322)][_0x2b6692(0x4a5)](_0x253980=>{const _0x5e544f=_0x2b6692;var _0x3276c5;let _0x7931e5=_0x253980[_0x5e544f(0x4a6)],_0xf09ff=_0x7931e5?((_0x3276c5=_0x253980[_0x5e544f(0x875)][_0x7931e5])==null?void 0x0:_0x3276c5['y'])??0x0:0x0;if(_0x7931e5!==_0x483f71){_0x483f71=_0x7931e5,_0x451ec1=_0xf09ff;return;}_0xf09ff!==_0x451ec1&&(_0x451ec1=_0xf09ff,_0x45e2f3(_0xf09ff));});return(0x0,_0x423058[_0x2b6692(0x35b)])(()=>_0x3f0fe4['unsubscribe']());},'handleWheel'(_0xdb536c){const _0xa0d62=_0x20f980;if(_0xdb536c[_0xa0d62(0x874)]!==_0xa0d62(0x5b9)&&_0x20af27(_0xdb536c[_0xa0d62(0x589)],_0xdb536c[_0xa0d62(0x7ab)]))return!0x1;let _0x400915=_0xdb536c[_0xa0d62(0x5b0)][_0xa0d62(0x868)]??_0x293eaf,_0xa0c41f=_0x400915!==_0x293eaf&&_0x400915['has'](_0x281b76['IBaseViewWheelScrollService'])?_0x400915['get'](_0x281b76[_0xa0d62(0x88d)]):_0xf9e41a;return(_0xa0c41f==null?void 0x0:_0xa0c41f[_0xa0d62(0x5fb)](_0xdb536c['childUnitId'],_0x4d4fea(_0xdb536c[_0xa0d62(0x7ab)],_0xdb536c['viewportScrollY'])))??!0x1;}};}function _0x4d4fea(_0x6937c8,_0x3fa41b){const _0x29f2fd=_0x37672f;return{'deltaX':_0x6937c8[_0x29f2fd(0x866)],'deltaY':_0x6937c8[_0x29f2fd(0x560)],'deltaMode':_0x6937c8[_0x29f2fd(0x681)],'clientX':_0x6937c8[_0x29f2fd(0x582)],'clientY':_0x6937c8[_0x29f2fd(0x91a)],'shiftKey':_0x6937c8['shiftKey'],'viewportScrollY':_0x3fa41b};}function _0x22a037(_0x5c66ea,_0x49647c,_0xf5f01f){const _0x1476ad=_0x37672f;let _0x5de89c=_0x5c66ea['descriptor'][_0x1476ad(0x86f)];return _0xf5f01f(_0x5de89c),_0x49647c[_0x1476ad(0x519)](_0x325731=>{const _0x5870bd=_0x1476ad;if(!_0x447947(_0x325731))return;let {params:_0x29e638}=_0x325731;if(_0x29e638[_0x5870bd(0x564)]!==_0x5c66ea['hostUnitId']||_0x29e638[_0x5870bd(0x466)]['embedId']!==_0x5c66ea[_0x5870bd(0x2ab)])return;let _0x5c649a=_0x29e638[_0x5870bd(0x466)][_0x5870bd(0x86f)];(0x0,_0x423058[_0x5870bd(0x278)])(_0x5de89c??{},_0x5c649a??{})||(_0x5de89c=_0x5c649a,_0xf5f01f(_0x5c649a));});}function _0x447947(_0xef2bef){const _0x1b0d24=_0x37672f;return _0xef2bef['id']===_0x5e0ca8[_0x1b0d24(0x798)]['id']&&_0xef2bef[_0x1b0d24(0x8fd)]!==void 0x0&&_0x1b0d24(0x564)in _0xef2bef[_0x1b0d24(0x8fd)]&&typeof _0xef2bef[_0x1b0d24(0x8fd)][_0x1b0d24(0x564)]==_0x1b0d24(0x43e)&&_0x1b0d24(0x466)in _0xef2bef[_0x1b0d24(0x8fd)]&&typeof _0xef2bef[_0x1b0d24(0x8fd)]['descriptor']=='object'&&_0xef2bef['params']['descriptor']!==null&&_0x1b0d24(0x2ab)in _0xef2bef['params'][_0x1b0d24(0x466)]&&typeof _0xef2bef[_0x1b0d24(0x8fd)]['descriptor'][_0x1b0d24(0x2ab)]==_0x1b0d24(0x43e);}function _0x178911(_0x24a161,_0x8cc89c){const _0x361205=_0x37672f;return{'childType':_0x423058[_0x361205(0x839)]['UNIVER_BASE'],'supportedLayouts':[_0x361205(0x77d),_0x361205(0x7a0),_0x361205(0x22f)],'beforeDeactivate':_0x5aeecb,'mount':_0x476d87=>_0xd07a3d(_0x476d87,_0x24a161,_0x8cc89c)};}function _0x5aeecb(_0x1167e4){const _0x3b77d6=_0x37672f;var _0x4f7a88;(_0x4f7a88=_0x1167e4[_0x3b77d6(0x5b0)][_0x3b77d6(0x8b8)])==null||_0x4f7a88[_0x3b77d6(0x7ef)](_0x281b76[_0x3b77d6(0x243)]['id'],{'commit':!0x1});}function _0xd07a3d(_0x334623,_0x37b0b1,_0x34d810){const _0x415896=_0x37672f;let _0x5b8a86=_0x334623[_0x415896(0x868)]['get'](_0x423058[_0x415896(0x8ca)])[_0x415896(0x80e)](_0x334623[_0x415896(0x783)],_0x423058[_0x415896(0x839)]['UNIVER_BASE']);if(!_0x5b8a86)return;let _0x1c0cef=new _0x281b76[(_0x415896(0x31e))](),_0x149880=new _0x281b76['BaseUIPopupService'](),_0x22fc8c=new _0x281b76['BaseEditorService'](_0x1c0cef),_0x2d790b=new _0x281b76[(_0x415896(0x828))](),_0x54275f=_0x3160c3(_0x334623,_0x1c0cef,_0x149880,_0x22fc8c);if(!_0x54275f){_0x2d790b['dispose'](),_0x22fc8c[_0x415896(0x4ff)](),_0x149880[_0x415896(0x4ff)](),_0x1c0cef['dispose']();return;}let _0x1535e8=_0x3ba7bb(_0x334623);_0x2d5836(_0x1c0cef,_0x5b8a86,_0x1535e8,_0x334623[_0x415896(0x466)]['displayTarget']);let _0x433290=_0x22a037(_0x334623,_0x37b0b1,_0x21b0ae=>_0x3d775d(_0x1c0cef,_0x5b8a86,_0x21b0ae)),_0x2aca6b=_0x334623['descriptor']['mode']==='readonly',_0x223d72=_0xebc495(_0x334623[_0x415896(0x868)],_0x54275f,_0x1c0cef,_0x149880,_0x22fc8c,_0x1535e8,_0x2d790b,_0x2aca6b,_0x334623[_0x415896(0x5b0)]['roots']['popup']);_0x19eece(_0x334623,_0x223d72);let _0x52ec8b=_0x34d810[_0x415896(0x920)]({'roots':_0x5027bb(_0x334623),'commandService':_0x223d72[_0x415896(0x47e)](_0x423058[_0x415896(0x58f)]),'editorService':_0x22fc8c,'stateService':_0x1c0cef}),_0x238218=_0x334623[_0x415896(0x868)]['get'](_0x2b84b4),_0x33c865='',_0x316d3b=_0x1c0cef[_0x415896(0x322)][_0x415896(0x4a5)](_0x344199=>{const _0x3d494d=_0x415896;let _0x31265a=_0x344199[_0x3d494d(0x4a6)]?[..._0x344199[_0x3d494d(0x906)][_0x344199[_0x3d494d(0x4a6)]]??[]][_0x3d494d(0x6d8)]()[_0x3d494d(0x221)]('\x00'):'',_0x4d8a4a=(_0x344199[_0x3d494d(0x6b9)]??'')+'\x00'+(_0x344199[_0x3d494d(0x4a6)]??'')+'\x00'+_0x31265a;_0x4d8a4a!==_0x33c865&&(_0x33c865=_0x4d8a4a,_0x238218['notifyContentSizeChanged'](_0x334623[_0x3d494d(0x7cf)],_0x334623[_0x3d494d(0x2ab)]));}),_0x27a4da=_0x596546(_0x334623),_0x5f2e25=_0x4b0eb6(_0x27a4da),_0x19fb8b=_0x2c96cd(_0x334623,_0x223d72),_0x5634f2=_0x334623[_0x415896(0x868)]['get'](_0x423058[_0x415896(0x8ca)]),_0x497ea5=_0x5634f2[_0x415896(0x71e)](_0x423058['UniverInstanceType'][_0x415896(0x2d9)]);return _0x5634f2[_0x415896(0x40b)](_0x334623[_0x415896(0x783)]),_0x27a4da[_0x415896(0x89c)][_0x415896(0x5d9)]=_0x334623[_0x415896(0x783)],_0x27a4da[_0x415896(0x89c)][_0x415896(0x5c8)]=_0x415896(0x3ba),_0x5f2e25[_0x415896(0x5db)]((0x0,_0x8825e5[_0x415896(0x3c4)])(_0x418b69,{'injector':_0x223d72,'mountContainer':_0x334623[_0x415896(0x5b0)][_0x415896(0x8dd)][_0x415896(0x7f1)],'embedId':_0x334623[_0x415896(0x2ab)],'children':(0x0,_0x8825e5[_0x415896(0x3c4)])(_0x281b76[_0x415896(0x8cd)],{})})),(0x0,_0x423058[_0x415896(0x35b)])(()=>{const _0x13d167=_0x415896;_0x52ec8b[_0x13d167(0x4ff)](),_0x433290['dispose'](),_0x316d3b[_0x13d167(0x7b2)](),_0x19fb8b['dispose'](),_0x5deccb(_0x5f2e25),_0x497ea5&&_0x5634f2[_0x13d167(0x40b)](_0x497ea5[_0x13d167(0x55c)]()),_0x2d790b[_0x13d167(0x4ff)](),_0x22fc8c[_0x13d167(0x4ff)](),_0x149880[_0x13d167(0x4ff)](),_0x1c0cef['dispose'](),_0x223d72[_0x13d167(0x4ff)](),_0x27a4da[_0x13d167(0x4d4)]&&(_0x27a4da[_0x13d167(0x542)](_0x13d167(0x8f3)),_0x27a4da['removeAttribute'](_0x13d167(0x486)));});}function _0x5027bb(_0x2e9c4b){const _0x39d2bc=_0x37672f;let _0x334161=new Set();return _0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x456)]),_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x6fe)]),_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x551)]),_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x7f1)]),_0x2e9c4b['runtimeScope'][_0x39d2bc(0x8dd)]['canvas']&&_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b[_0x39d2bc(0x5b0)][_0x39d2bc(0x8dd)][_0x39d2bc(0x492)]),_0x2e9c4b[_0x39d2bc(0x5b0)]['roots'][_0x39d2bc(0x69b)]&&_0x334161[_0x39d2bc(0x47d)](_0x2e9c4b['runtimeScope'][_0x39d2bc(0x8dd)][_0x39d2bc(0x69b)]),[..._0x334161];}function _0x19eece(_0x39aca1,_0x2d26a5){const _0x328255=_0x37672f;_0x39aca1[_0x328255(0x5b0)][_0x328255(0x868)]=_0x2d26a5,_0x39aca1['runtimeScope'][_0x328255(0x4ee)]=_0x2d26a5[_0x328255(0x47e)](_0x423058[_0x328255(0x8ca)]),_0x39aca1[_0x328255(0x5b0)]['commandService']=_0x2d26a5[_0x328255(0x47e)](_0x423058['ICommandService']);}function _0x596546(_0x3ede58){const _0x48e1c2=_0x37672f;var _0x349af1,_0x4f2623,_0x29cb94;return((_0x349af1=_0x3ede58[_0x48e1c2(0x5b0)])==null||(_0x349af1=_0x349af1['roots'])==null?void 0x0:_0x349af1[_0x48e1c2(0x6fe)])??((_0x4f2623=_0x3ede58[_0x48e1c2(0x46e)])==null?void 0x0:_0x4f2623[_0x48e1c2(0x891)])??((_0x29cb94=_0x3ede58[_0x48e1c2(0x46e)])==null?void 0x0:_0x29cb94[_0x48e1c2(0x677)])??document;}function _0x2c96cd(_0x1ddbaf,_0x5133de){let _0x1614c3=!0x1,_0xd7b16f=0x0,_0x219323=(0x0,_0x423058['toDisposable'])(()=>{}),_0xc49cc0,_0x27fd67=()=>{const _0x3f1a5d=_0x3a85;if(_0x1614c3)return;let _0x2abfec=()=>{const _0x21fe37=_0x3a85;_0xd7b16f=window[_0x21fe37(0x62b)](_0x27fd67);},_0x50066f=_0x119ad3(_0x1ddbaf);if(!_0x56ab3e(_0x50066f)){_0x1ddbaf[_0x3f1a5d(0x3e5)][_0x3f1a5d(0x89c)][_0x3f1a5d(0x294)]=_0x3f1a5d(0x851),_0x2abfec();return;}if(_0xc49cc0===_0x50066f&&_0x50066f[_0x3f1a5d(0x546)](_0x3f1a5d(0x492)))return;_0x219323[_0x3f1a5d(0x4ff)]();let _0x2b4e90=_0x1ddbaf[_0x3f1a5d(0x868)][_0x3f1a5d(0x47e)](_0x18a9fe['IRenderManagerService']),_0x25bdfc;try{_0x25bdfc=_0x1a2ebf(_0x2b4e90,_0x1ddbaf[_0x3f1a5d(0x783)],_0x5133de);}catch(_0x45f39e){_0x1ddbaf[_0x3f1a5d(0x3e5)]['dataset'][_0x3f1a5d(0x81a)]=_0x45f39e instanceof Error?_0x45f39e[_0x3f1a5d(0x351)]:String(_0x45f39e),_0x25bdfc=void 0x0;}if(!_0x25bdfc){_0x1ddbaf[_0x3f1a5d(0x3e5)][_0x3f1a5d(0x89c)][_0x3f1a5d(0x294)]=_0x3f1a5d(0x267),_0xc49cc0=void 0x0,_0x2abfec();return;}delete _0x1ddbaf[_0x3f1a5d(0x3e5)]['dataset'][_0x3f1a5d(0x81a)],_0x50066f[_0x3f1a5d(0x89c)][_0x3f1a5d(0x5d9)]=_0x1ddbaf[_0x3f1a5d(0x783)],_0x25bdfc['engine'][_0x3f1a5d(0x48e)](_0x50066f),_0x4c236a(_0x25bdfc,{'activate':_0x13b6c4(_0x1ddbaf)});let _0xc3dc92=_0x5ca7bb(_0x25bdfc,_0x50066f,{'activate':!0x1});_0x219323=(0x0,_0x423058[_0x3f1a5d(0x35b)])(()=>{const _0x3d042d=_0x3f1a5d;_0xc3dc92['dispose']();try{var _0x1d11d0,_0x1ce3da;(_0x1d11d0=(_0x1ce3da=_0x25bdfc[_0x3d042d(0x1dc)])[_0x3d042d(0x506)])==null||_0x1d11d0['call'](_0x1ce3da);}catch{}_0x2b4e90[_0x3d042d(0x898)](_0x1ddbaf[_0x3d042d(0x783)]),_0x50066f[_0x3d042d(0x542)](_0x3d042d(0x8f3));}),_0xc49cc0=_0x50066f,_0x1ddbaf['container'][_0x3f1a5d(0x89c)][_0x3f1a5d(0x294)]=_0x3f1a5d(0x864),_0x2abfec();};return _0xd7b16f=window['requestAnimationFrame'](_0x27fd67),(0x0,_0x423058['toDisposable'])(()=>{const _0x347429=_0x3a85;_0x1614c3=!0x0,window[_0x347429(0x20c)](_0xd7b16f),_0x219323[_0x347429(0x4ff)]();});}function _0x119ad3(_0xa7d9a8){const _0x445941=_0x37672f;return(0x0,_0x281b76[_0x445941(0x68e)])({'unitId':_0xa7d9a8['childUnitId'],'scope':_0x596546(_0xa7d9a8)});}function _0x56ab3e(_0x1d21f0){const _0x180108=_0x37672f;return!!_0x1d21f0&&_0x1d21f0[_0x180108(0x4d4)]&&_0x1d21f0[_0x180108(0x2f4)]>0x0&&_0x1d21f0['clientHeight']>0x0;}function _0x13b6c4(_0x31207b){return!0x0;}function _0x3160c3(_0x3177c0,_0x20267a,_0x3d2514,_0x8cc807){const _0x278f03=_0x37672f;let _0x4d014f=_0x3177c0['injector'][_0x278f03(0x47e)](_0x423058[_0x278f03(0x8ca)]),_0x1b21ca=_0x4d014f['getUnit'](_0x3177c0[_0x278f03(0x783)],_0x3177c0['childType']);if(!_0x1b21ca)return;let _0x42188b=_0x8617f6(_0x4d014f,_0x3177c0,_0x1b21ca),_0x44b4d3=_0x5adba4(_0x3177c0[_0x278f03(0x868)][_0x278f03(0x47e)](_0x423058['ICommandService']),_0x20267a,_0x3d2514,_0x8cc807,_0x3177c0[_0x278f03(0x868)][_0x278f03(0x47e)](_0x3d115f['IBaseProjectionService']),_0x4d014f,_0x3177c0[_0x278f03(0x783)]);return _0x37dc54(_0x3177c0[_0x278f03(0x868)],new Map([[_0x423058['IUniverInstanceService'],_0x42188b],[_0x423058[_0x278f03(0x58f)],_0x44b4d3],[_0x281b76[_0x278f03(0x5dd)],(0x0,_0x281b76[_0x278f03(0x3c2)])(_0x596546(_0x3177c0))]]));}function _0x8617f6(_0x3dc893,_0x3c1d65,_0x277c99){const _0x1a0a2b=_0x37672f;return{'unitAdded$':_0x3dc893[_0x1a0a2b(0x6e6)],'unitDisposed$':_0x3dc893['unitDisposed$'],'focused$':(0x0,_0x12f7a8['of'])(_0x277c99[_0x1a0a2b(0x55c)]()),'getTypeOfUnitAdded$':_0x3dc893[_0x1a0a2b(0x7a7)][_0x1a0a2b(0x412)](_0x3dc893),'__addUnit':_0x3dc893[_0x1a0a2b(0x72c)][_0x1a0a2b(0x412)](_0x3dc893),'getTypeOfUnitDisposed$':_0x3dc893[_0x1a0a2b(0x368)][_0x1a0a2b(0x412)](_0x3dc893),'focusUnit':_0x282d1b=>{_0x282d1b!==null&&_0x282d1b!==_0x3c1d65['childUnitId']&&_0x3dc893['focusUnit'](_0x282d1b);},'getFocusedUnit':()=>_0x277c99,'getCurrentUnitOfType':_0x542ca9=>_0x542ca9===_0x3c1d65['childType']?_0x277c99:_0x3dc893['getCurrentUnitOfType'](_0x542ca9),'setCurrentUnitForType':_0x13f5cb=>{_0x13f5cb!==_0x3c1d65['childUnitId']&&_0x3dc893['setCurrentUnitForType'](_0x13f5cb);},'getCurrentTypeOfUnit$':_0x3d680f=>_0x3d680f===_0x3c1d65['childType']?(0x0,_0x12f7a8['of'])(_0x277c99):_0x3dc893[_0x1a0a2b(0x5bd)](_0x3d680f),'createUnit':_0x3dc893[_0x1a0a2b(0x2fd)][_0x1a0a2b(0x412)](_0x3dc893),'getUnitCreateOptions':_0x3dc893['getUnitCreateOptions']['bind'](_0x3dc893),'disposeUnit':_0x3dc893['disposeUnit'][_0x1a0a2b(0x412)](_0x3dc893),'registerCtorForType':_0x3dc893[_0x1a0a2b(0x760)][_0x1a0a2b(0x412)](_0x3dc893),'getUnit':_0x3dc893[_0x1a0a2b(0x80e)][_0x1a0a2b(0x412)](_0x3dc893),'getAllUnitsForType':_0x44d499=>_0x44d499===_0x3c1d65[_0x1a0a2b(0x6b0)]?[_0x277c99]:_0x3dc893[_0x1a0a2b(0x641)](_0x44d499),'getUnitType':_0x3dc893['getUnitType'][_0x1a0a2b(0x412)](_0x3dc893)};}function _0x2d5836(_0x3c6a7f,_0x4ffa18,_0x40f862='workbench',_0x4b61fc){const _0xc43132=_0x37672f;let {tableId:_0x300674,viewId:_0x215cff}=_0x1c69f8(_0x4ffa18,_0x4b61fc);_0x300674&&_0x3c6a7f[_0xc43132(0x36b)](_0x300674),_0x215cff&&_0x3c6a7f[_0xc43132(0x5fc)](_0x215cff),_0x3c6a7f[_0xc43132(0x32d)](_0x40f862==='workbench');}function _0x1c69f8(_0x823a49,_0x20d1c6){const _0x2c02a1=_0x37672f;var _0x14f1be,_0x2425c9,_0x246cfc,_0xf00f0f,_0x86a9e7;let _0x50d023=_0x823a49['getSnapshot'](),_0x4af332=_0x20d1c6==null?void 0x0:_0x20d1c6[_0x2c02a1(0x204)],_0x48f255=_0x4af332&&(_0x14f1be=_0x50d023[_0x2c02a1(0x44f)])!=null&&_0x14f1be[_0x4af332]?_0x4af332:((_0x2425c9=_0x50d023['tableOrder'])==null?void 0x0:_0x2425c9[_0x2c02a1(0x782)](_0x4bac7e=>{const _0x4d5834=_0x2c02a1;var _0x3ee190;return!!((_0x3ee190=_0x50d023[_0x4d5834(0x44f)])!=null&&_0x3ee190[_0x4bac7e]);}))??Object['keys'](_0x50d023['tables']??{})[0x0]??'',_0x28738c=(_0x246cfc=_0x50d023[_0x2c02a1(0x44f)])==null?void 0x0:_0x246cfc[_0x48f255],_0x72a378=_0x20d1c6==null?void 0x0:_0x20d1c6['viewId'],_0x3a7d89=_0x72a378&&_0x28738c!=null&&(_0xf00f0f=_0x28738c[_0x2c02a1(0x67f)])!=null&&_0xf00f0f[_0x72a378]?_0x72a378:_0x28738c==null||(_0x86a9e7=_0x28738c[_0x2c02a1(0x74d)])==null?void 0x0:_0x86a9e7[_0x2c02a1(0x782)](_0x4e533b=>{const _0x37feb2=_0x2c02a1;var _0x237f34;return!!((_0x237f34=_0x28738c[_0x37feb2(0x67f)])!=null&&_0x237f34[_0x4e533b]);});return{'tableId':_0x48f255,..._0x3a7d89?{'viewId':_0x3a7d89}:{}};}function _0x3d775d(_0x241f75,_0x3f80b2,_0x13ac8c){const _0x2cbe8b=_0x37672f;let _0x55d93e=_0x1c69f8(_0x3f80b2,_0x13ac8c),_0x494157=_0x241f75[_0x2cbe8b(0x349)]();_0x55d93e[_0x2cbe8b(0x204)]&&_0x494157[_0x2cbe8b(0x6b9)]!==_0x55d93e[_0x2cbe8b(0x204)]&&_0x241f75[_0x2cbe8b(0x36b)](_0x55d93e[_0x2cbe8b(0x204)]),_0x55d93e[_0x2cbe8b(0x804)]&&_0x241f75[_0x2cbe8b(0x349)]()[_0x2cbe8b(0x4a6)]!==_0x55d93e[_0x2cbe8b(0x804)]&&_0x241f75[_0x2cbe8b(0x5fc)](_0x55d93e['viewId']);}function _0x3ba7bb(_0x3e7216){const _0xed304f=_0x37672f;return _0x3e7216[_0xed304f(0x46e)]['fullscreen']?_0xed304f(0x3d5):_0x3e7216['renderScope'][_0xed304f(0x69f)]==='float'?'content-only':_0xed304f(0x8e9);}function _0xebc495(_0x238fb9,_0x5c6d4e,_0x5376a6,_0x2dbb93=new _0x281b76[(_0x37672f(0x777))](),_0x1441b0=new _0x281b76[(_0x37672f(0x835))](_0x5376a6),_0x44681e=_0x37672f(0x8e9),_0x46d6b1,_0x382188=!0x1,_0x46724b){const _0x28f54b=_0x37672f;let _0x599ff8=_0x2c78b4(_0x238fb9[_0x28f54b(0x47e)](_0x423058[_0x28f54b(0x514)]),_0x44681e),_0x551d28=_0x5adba4(_0x5c6d4e['get'](_0x423058['ICommandService']),_0x5376a6,_0x2dbb93,_0x1441b0,_0x5c6d4e[_0x28f54b(0x47e)](_0x3d115f[_0x28f54b(0x4f1)]),_0x5c6d4e[_0x28f54b(0x47e)](_0x423058[_0x28f54b(0x8ca)]),void 0x0,_0x382188),_0x4be3ed=new Map([[_0x281b76['IBaseUIStateService'],_0x5376a6],[_0x281b76['IBaseUIPopupService'],_0x2dbb93],[_0x281b76[_0x28f54b(0x536)],_0x1441b0],[_0x423058['ICommandService'],_0x551d28],[_0x423058[_0x28f54b(0x514)],_0x599ff8],[_0x281b76['IBaseCanvasRootResolverService'],_0x5c6d4e[_0x28f54b(0x47e)](_0x281b76[_0x28f54b(0x5dd)])],[_0x281b76['IBaseGlobalPortalService'],(0x0,_0x281b76['createScopedBaseGlobalPortalService'])(_0x46724b)]]);return _0x46d6b1&&_0x4be3ed[_0x28f54b(0x5d7)](_0x281b76['IBaseViewWheelScrollService'],_0x46d6b1),_0x37dc54(_0x5c6d4e,_0x4be3ed);}function _0x5adba4(_0xc3308,_0x1c614a,_0x4ccff5,_0x3c0eee,_0x204070,_0x538ceb,_0x8d94c0,_0x5e36e0=!0x1){const _0x3c5c4c=_0x37672f;let _0x1297bd={'disposed':_0xc3308[_0x3c5c4c(0x5e1)]['bind'](_0xc3308),'hasCommand':_0xc3308[_0x3c5c4c(0x572)]['bind'](_0xc3308),'registerCommand':_0xc3308['registerCommand']['bind'](_0xc3308),'unregisterCommand':_0xc3308[_0x3c5c4c(0x687)][_0x3c5c4c(0x412)](_0xc3308),'registerMultipleCommand':_0xc3308['registerMultipleCommand'][_0x3c5c4c(0x412)](_0xc3308),'executeCommand':async(..._0x4ce2c6)=>{const _0x5501a8=_0x3c5c4c;if(_0x4ce2c6[0x0]===_0x281b76[_0x5501a8(0x38b)]['id']&&_0x538ceb)return(0x0,_0x281b76['executeBaseKeyboardOperation'])({'commandService':_0x1297bd,'instanceService':_0x538ceb,'projectionService':_0x204070,'stateService':_0x1c614a},_0x4ce2c6[0x1]);let _0x1001ba=_0xa2fdfb(_0x4ce2c6[0x0],_0x4ce2c6[0x1],_0x1c614a,_0x4ccff5,_0x538ceb,_0x8d94c0);if(_0x1001ba!==void 0x0)return _0x1001ba;if(_0x530589(_0x4ce2c6[0x0],_0x4ce2c6[0x1],_0x3c0eee,_0x5e36e0))return!0x0;let _0x13affe=_0x8d94c0?_0x538ceb==null?void 0x0:_0x538ceb[_0x5501a8(0x71e)](_0x423058[_0x5501a8(0x839)]['UNIVER_BASE']):void 0x0;try{return _0x8d94c0&&(_0x538ceb==null||_0x538ceb['setCurrentUnitForType'](_0x8d94c0)),await _0xc3308[_0x5501a8(0x6a6)](_0x4ce2c6[0x0],_0x4ce2c6[0x1],_0x4ce2c6[0x2]);}finally{_0x13affe&&(_0x538ceb==null||_0x538ceb['setCurrentUnitForType'](_0x13affe[_0x5501a8(0x55c)]()));}},'syncExecuteCommand':(..._0x56033d)=>{const _0x5efd8b=_0x3c5c4c;if(_0x56033d[0x0]===_0x281b76['BaseKeyboardOperation']['id']&&_0x538ceb)return(0x0,_0x281b76[_0x5efd8b(0x5c1)])({'commandService':_0x1297bd,'instanceService':_0x538ceb,'projectionService':_0x204070,'stateService':_0x1c614a},_0x56033d[0x1]);let _0x55b920=_0xa2fdfb(_0x56033d[0x0],_0x56033d[0x1],_0x1c614a,_0x4ccff5,_0x538ceb,_0x8d94c0);if(_0x55b920!==void 0x0)return _0x55b920;if(_0x530589(_0x56033d[0x0],_0x56033d[0x1],_0x3c0eee,_0x5e36e0))return!0x0;let _0x1e0bfc=_0x8d94c0?_0x538ceb==null?void 0x0:_0x538ceb[_0x5efd8b(0x71e)](_0x423058[_0x5efd8b(0x839)][_0x5efd8b(0x2d9)]):void 0x0;try{return _0x8d94c0&&(_0x538ceb==null||_0x538ceb[_0x5efd8b(0x40b)](_0x8d94c0)),_0xc3308[_0x5efd8b(0x7ef)](_0x56033d[0x0],_0x56033d[0x1],_0x56033d[0x2]);}finally{_0x1e0bfc&&(_0x538ceb==null||_0x538ceb[_0x5efd8b(0x40b)](_0x1e0bfc['getUnitId']()));}},'onCommandExecuted':_0xc3308[_0x3c5c4c(0x519)][_0x3c5c4c(0x412)](_0xc3308),'beforeCommandExecuted':_0xc3308['beforeCommandExecuted'][_0x3c5c4c(0x412)](_0xc3308),'onMutationExecutedForCollab':_0xc3308['onMutationExecutedForCollab'][_0x3c5c4c(0x412)](_0xc3308)};return _0x1297bd;}function _0xa2fdfb(_0x598227,_0x72b2ce,_0x144dff,_0x504bdc,_0x4a7b10,_0x11b7fa){const _0x254925=_0x37672f;if(_0x598227===_0x281b76[_0x254925(0x754)]['id']){let _0x27eaa0=_0x72b2ce;return _0x27eaa0!=null&&_0x27eaa0[_0x254925(0x804)]?(_0x27eaa0['tableId']&&_0x144dff['activateTable'](_0x27eaa0[_0x254925(0x204)]),_0x144dff[_0x254925(0x5fc)](_0x27eaa0[_0x254925(0x804)]),!0x0):!0x1;}if(_0x598227===_0x281b76[_0x254925(0x3ef)]['id']){let _0x50a0cd=_0x72b2ce;if(!(_0x50a0cd!=null&&_0x50a0cd[_0x254925(0x204)]))return!0x1;_0x144dff[_0x254925(0x36b)](_0x50a0cd['tableId']);let _0x24a198=_0x50a0cd[_0x254925(0x564)]?_0x4a7b10==null?void 0x0:_0x4a7b10[_0x254925(0x80e)](_0x50a0cd[_0x254925(0x564)],_0x423058['UniverInstanceType'][_0x254925(0x2d9)]):_0x4a7b10==null?void 0x0:_0x4a7b10['getCurrentUnitOfType'](_0x423058[_0x254925(0x839)][_0x254925(0x2d9)]),_0x51d5c1=(_0x24a198==null?void 0x0:_0x24a198['getUnitId']())??_0x11b7fa;_0x51d5c1&&(_0x4a7b10==null||_0x4a7b10[_0x254925(0x40b)](_0x51d5c1),_0x4a7b10==null||_0x4a7b10[_0x254925(0x1eb)](_0x51d5c1));let _0x29b574=_0x24a198==null?void 0x0:_0x24a198[_0x254925(0x41e)]()[_0x254925(0x44f)][_0x50a0cd[_0x254925(0x204)]],_0x3e1eac=_0x29b574==null?void 0x0:_0x29b574['viewOrder'][_0x254925(0x782)](_0x59bcb8=>_0x29b574['views'][_0x59bcb8]);return _0x3e1eac&&_0x144dff[_0x254925(0x5fc)](_0x3e1eac),!0x0;}if(_0x598227===_0x281b76[_0x254925(0x57d)]['id']){let _0x481b42=_0x72b2ce;return _0x481b42!=null&&_0x481b42[_0x254925(0x804)]?(_0x144dff['setScrollState'](_0x481b42['viewId'],{'x':_0x481b42['x']??0x0,'y':_0x481b42['y']??0x0}),!0x0):!0x1;}if(_0x598227===_0x281b76[_0x254925(0x57b)]['id']){let _0x587c12=_0x72b2ce;return!(_0x587c12!=null&&_0x587c12[_0x254925(0x804)])||typeof _0x587c12[_0x254925(0x83d)]!=_0x254925(0x2c5)?!0x1:(_0x144dff[_0x254925(0x7b6)](_0x587c12[_0x254925(0x804)],_0x587c12['zoom']),!0x0);}if(_0x598227===_0x281b76[_0x254925(0x823)]['id'])return _0x72b2ce?(_0x144dff[_0x254925(0x85e)](),_0x504bdc[_0x254925(0x236)](_0x72b2ce),!0x0):!0x1;if(_0x598227===_0x281b76[_0x254925(0x3de)]['id'])return _0x504bdc[_0x254925(0x63d)](),!0x0;if(_0x598227===_0x281b76[_0x254925(0x6d2)]['id'])return _0x72b2ce?(_0x144dff[_0x254925(0x85e)](),_0x504bdc[_0x254925(0x7f4)](_0x72b2ce),!0x0):!0x1;if(_0x598227===_0x281b76[_0x254925(0x8b9)]['id'])return _0x504bdc[_0x254925(0x764)](),!0x0;if(_0x598227===_0x281b76[_0x254925(0x771)]['id'])return _0x72b2ce?(_0x504bdc[_0x254925(0x5ac)](_0x72b2ce),!0x0):!0x1;if(_0x598227===_0x281b76[_0x254925(0x8be)]['id'])return _0x504bdc[_0x254925(0x2d6)](),!0x0;if(_0x598227===_0x281b76[_0x254925(0x2e4)]['id']){let _0x520bf2=_0x72b2ce;return _0x520bf2!=null&&_0x520bf2[_0x254925(0x2c6)]?(_0x144dff[_0x254925(0x395)](_0x520bf2['recordId']),!0x0):!0x1;}if(_0x598227===_0x281b76['CloseBaseRecordDetailPanelOperation']['id'])return _0x144dff[_0x254925(0x251)](),!0x0;}function _0x530589(_0x13a9b8,_0x55c227,_0xa2434f,_0x221de9=!0x1){const _0x584a2f=_0x37672f;return _0x13a9b8===_0x281b76[_0x584a2f(0x919)]['id']?(_0x221de9||_0xa2434f['startEditingCell'](_0x55c227),!0x0):_0x13a9b8===_0x281b76['StopBaseEditingCellOperation']['id']?(_0xa2434f[_0x584a2f(0x6a5)](),!0x0):!0x1;}function _0x2c78b4(_0x14ce1c,_0x1f1e24){const _0x4bc20c=_0x37672f;return{'getConfig':_0x3fbce7=>{const _0x19d9af=_0x3a85;let _0x34a820=_0x14ce1c[_0x19d9af(0x512)](_0x3fbce7);return _0x3fbce7===_0x281b76[_0x19d9af(0x606)]?_0x2cf3d0(_0x34a820??{},_0x1f1e24):_0x34a820;},'setConfig':_0x14ce1c['setConfig'][_0x4bc20c(0x412)](_0x14ce1c),'deleteConfig':_0x14ce1c[_0x4bc20c(0x3d0)][_0x4bc20c(0x412)](_0x14ce1c),'subscribeConfigValue$':_0x14ce1c[_0x4bc20c(0x254)]['bind'](_0x14ce1c)};}function _0x2cf3d0(_0x18b5d8,_0x18b8d6='workbench'){const _0x23c817=_0x37672f;let _0x50a8f1;return _0x50a8f1=_0x18b8d6===_0x23c817(0x307)||_0x18b8d6===_0x23c817(0x3d5)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x18b5d8,'workbench':{..._0x18b5d8[_0x23c817(0x8e9)]??{},..._0x50a8f1,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function _0x21d4a2(_0x1a38cc){const _0x59ab7b=_0x37672f;var _0x2cb745;if(_0x1a38cc[_0x59ab7b(0x46e)][_0x59ab7b(0x3d5)]&&_0x1a38cc[_0x59ab7b(0x5b0)][_0x59ab7b(0x8dd)][_0x59ab7b(0x69b)])return _0x1a38cc['runtimeScope']['roots'][_0x59ab7b(0x69b)];let _0x28ee5e=_0x1a38cc[_0x59ab7b(0x5b0)][_0x59ab7b(0x8dd)]['overlay']??_0x1a38cc[_0x59ab7b(0x46e)]['overlayRoot']??_0x1a38cc[_0x59ab7b(0x46e)][_0x59ab7b(0x677)],_0x4c7317=((_0x2cb745=_0x28ee5e[_0x59ab7b(0x76e)])==null?void 0x0:_0x2cb745['dataset'][_0x59ab7b(0x3cf)])===_0x59ab7b(0x274)?_0x28ee5e[_0x59ab7b(0x76e)]:void 0x0;if(!_0x4c7317||!_0x1a38cc['embedId']||!_0x4c7317[_0x59ab7b(0x89c)]['embedId']||_0x4c7317['dataset'][_0x59ab7b(0x2ab)]===_0x1a38cc[_0x59ab7b(0x2ab)])return _0x4c7317??_0x28ee5e;let _0x395a46=_0x1a38cc[_0x59ab7b(0x46e)][_0x59ab7b(0x677)][_0x59ab7b(0x53c)];return Array[_0x59ab7b(0x7a2)](_0x395a46[_0x59ab7b(0x793)]('[data-u-comp=\x22embed-float-dom-chrome\x22]'))[_0x59ab7b(0x782)](_0x16e967=>_0x16e967[_0x59ab7b(0x89c)]['embedId']===_0x1a38cc[_0x59ab7b(0x2ab)])??_0x28ee5e;}function _0x2c109e(_0x38efaa){const _0x379260=_0x37672f;let _0x408a6a=_0x21d4a2(_0x38efaa),_0x1edb68=_0x38efaa[_0x379260(0x46e)][_0x379260(0x677)]['ownerDocument']['createElement'](_0x379260(0x46a));return _0x1edb68[_0x379260(0x89c)]['embedFloatingMenuEntry']=_0x38efaa[_0x379260(0x466)][_0x379260(0x23b)],_0x1edb68[_0x379260(0x247)]='univer-pointer-events-none',_0x408a6a['appendChild'](_0x1edb68),{'root':_0x408a6a,'menu':_0x1edb68};}function _0x454349(_0x3a28c7){const _0x438093=_0x37672f;return[{'hostType':_0x423058['UniverInstanceType'][_0x438093(0x4d7)],'entry':_0x5e0ca8[_0x438093(0x757)]['DocsCustomBlock'],'childType':_0x3a28c7[_0x438093(0x6b0)],'mount':_0x3a28c7[_0x438093(0x48e)]},{'hostType':_0x423058[_0x438093(0x839)][_0x438093(0x89d)],'entry':_0x5e0ca8[_0x438093(0x757)]['SheetsFloatingObject'],'childType':_0x3a28c7[_0x438093(0x6b0)],'mount':_0x3a28c7['mount']},{'hostType':_0x423058[_0x438093(0x839)][_0x438093(0x428)],'entry':_0x5e0ca8['EmbedHostEntryEnum'][_0x438093(0x5cb)],'childType':_0x3a28c7[_0x438093(0x6b0)],'mount':_0x3a28c7['mount']},{'hostType':_0x423058[_0x438093(0x839)][_0x438093(0x316)],'entry':_0x5e0ca8['EmbedHostEntryEnum'][_0x438093(0x3ca)],'childType':_0x3a28c7[_0x438093(0x6b0)],'mount':_0x3a28c7['mount']}];}function _0x15b532(_0x1c9612){const _0x49632a=_0x37672f;let {embedId:_0x561e00,childUnitId:_0x13eff7,base:_0x18893d,activeTable:_0x2ed325}=_0x1c9612,_0x1d5a3b=_0x449f9b(_0x561e00);return _0x1d5a3b?(0x0,_0x321d8d[_0x49632a(0x1d0)])((0x0,_0x8825e5[_0x49632a(0x3c4)])(_0x3282c2,{'childUnitId':_0x13eff7,'base':_0x18893d,'activeTable':_0x2ed325}),_0x1d5a3b):null;}function _0x449f9b(_0x15193c){let [_0x140091,_0x3e3662]=(0x0,_0x10447b['useState'])(()=>_0x494919(_0x15193c));return(0x0,_0x10447b['useEffect'])(()=>{const _0x1b88da=_0x3a85;let _0x1c7d7d=window[_0x1b88da(0x62b)](()=>_0x3e3662(_0x494919(_0x15193c)));return()=>{window['cancelAnimationFrame'](_0x1c7d7d);};},[_0x15193c]),_0x140091;}function _0x494919(_0x9784c2){const _0x3b069a=_0x37672f;return Array[_0x3b069a(0x7a2)](document[_0x3b069a(0x793)]('[data-embed-fullscreen-sidebar-slot=\x22true\x22]'))[_0x3b069a(0x782)](_0x593a6f=>_0x593a6f['dataset'][_0x3b069a(0x2ab)]===_0x9784c2)??null;}function _0x3282c2(_0x1b5b4b){const _0x20492b=_0x37672f;var _0x3981b0,_0x30db5e;let {childUnitId:_0x4478d2,base:_0x5244f3,activeTable:_0x24a8ce}=_0x1b5b4b,_0xc316e6=(0x0,_0x4fbb7a[_0x20492b(0x7bd)])(_0x423058['ICommandService']),_0x1ab870=(0x0,_0x4fbb7a['useDependency'])(_0x423058[_0x20492b(0x514)]),_0x571ddb=(0x0,_0x4fbb7a[_0x20492b(0x7bd)])(_0x423058[_0x20492b(0x5f7)]),_0x37f8db=(0x0,_0x4fbb7a[_0x20492b(0x7bd)])(_0x281b76['IBaseUIStateService']),_0xbe3c78=(0x0,_0x4fbb7a[_0x20492b(0x711)])(()=>_0x37f8db[_0x20492b(0x322)],_0x37f8db[_0x20492b(0x349)](),!0x1,[_0x37f8db]),[_0x1156ba,_0x58fbb7]=(0x0,_0x10447b[_0x20492b(0x1d1)])(null),[_0x1870ce,_0x1dccc0]=(0x0,_0x10447b[_0x20492b(0x1d1)])(null),[_0x3df94c,_0x52bd80]=(0x0,_0x10447b[_0x20492b(0x1d1)])(''),[_0x4fbb40,_0x2799fb]=(0x0,_0x10447b[_0x20492b(0x1d1)])(_0x20492b(0x88a)),[_0x58339a,_0x4db8b2]=(0x0,_0x10447b[_0x20492b(0x1d1)])(null),_0x4c71a5=(_0x1ab870==null||(_0x3981b0=_0x1ab870['getConfig'](_0x281b76[_0x20492b(0x606)]))==null?void 0x0:_0x3981b0[_0x20492b(0x8e9)])??{},_0x28300d=_0xbe3c78['layout'][_0x20492b(0x3dd)]??_0x4c71a5['leftPanelWidth']??((_0x30db5e=_0x281b76[_0x20492b(0x883)][_0x20492b(0x8e9)])==null?void 0x0:_0x30db5e[_0x20492b(0x3dd)])??_0x281b76['BASE_LEFT_PANEL_DEFAULT_WIDTH'],_0x148608=_0x5244f3[_0x20492b(0x41e)](),_0x6f7edc=_0x3ae359(_0x148608,_0x24a8ce['id']),_0x369052=async _0x574a82=>{const _0xf4a9ad=_0x20492b;let _0x5eaf0a=_0x148608['tables'][_0x574a82];if(!_0x5eaf0a)return;let _0x4d2afe=_0x5eaf0a[_0xf4a9ad(0x74d)][_0xf4a9ad(0x782)](_0x156aea=>_0x5eaf0a[_0xf4a9ad(0x67f)][_0x156aea]);_0x37f8db[_0xf4a9ad(0x36b)](_0x5eaf0a['id']),_0x4d2afe&&_0x37f8db['activateView'](_0x4d2afe),_0x37f8db[_0xf4a9ad(0x51d)](null),_0x37f8db[_0xf4a9ad(0x251)](),await _0xc316e6[_0xf4a9ad(0x6a6)](_0x281b76[_0xf4a9ad(0x3ef)]['id'],{'unitId':_0x4478d2,'tableId':_0x574a82});},_0x2c2da3=async()=>{const _0x2345c7=_0x20492b;let _0x31de23=(0x0,_0x423058['createDefaultBaseTableSnapshot'])({'id':_0x2345c7(0x84c)+(0x0,_0x423058[_0x2345c7(0x32a)])(0x8),'name':_0x241753(_0x5244f3[_0x2345c7(0x41e)](),_0x4e176d=>_0x571ddb['t'](_0x2345c7(0x876),String(_0x4e176d))),'primaryFieldId':_0x2345c7(0x3e4)+(0x0,_0x423058[_0x2345c7(0x32a)])(0x8),'gridViewId':'view-'+(0x0,_0x423058[_0x2345c7(0x32a)])(0x8)});await _0xc316e6[_0x2345c7(0x6a6)](_0x3d115f[_0x2345c7(0x353)]['id'],{'unitId':_0x4478d2,'table':_0x31de23})&&(_0x37f8db['activateTable'](_0x31de23['id']),_0x37f8db['activateView'](_0x31de23[_0x2345c7(0x74d)][0x0]),_0x37f8db[_0x2345c7(0x51d)](null),_0x37f8db['closeRecordDetail'](),_0x4db8b2(_0x31de23['id']));},_0x1d40eb=async(_0x3f57d1,_0x266131,_0x248d46)=>{const _0x556bb5=_0x20492b;let _0x1f4cb1=_0x5244f3[_0x556bb5(0x41e)](),_0x1c5617=_0x1f4cb1[_0x556bb5(0x44f)][_0x3f57d1];if(!_0x1c5617)return;let _0x2d258b=(0x0,_0x3d115f['copyBaseTableSnapshot'])(_0x1c5617,{'id':'table-'+(0x0,_0x423058[_0x556bb5(0x32a)])(0x8),'name':_0x266131,'includeRecords':_0x248d46===_0x556bb5(0x521),'regenerateViewIds':!0x0,'createViewId':()=>_0x556bb5(0x411)+(0x0,_0x423058['generateRandomId'])(0x8)});await _0xc316e6[_0x556bb5(0x6a6)](_0x3d115f[_0x556bb5(0x353)]['id'],{'unitId':_0x4478d2,'table':_0x2d258b,'index':_0x1f4cb1[_0x556bb5(0x5b4)]['indexOf'](_0x3f57d1)+0x1})&&(_0x37f8db[_0x556bb5(0x36b)](_0x2d258b['id']),_0x37f8db[_0x556bb5(0x5fc)](_0x2d258b['viewOrder'][0x0]),_0x37f8db[_0x556bb5(0x51d)](null),_0x37f8db['closeRecordDetail']());},_0x412091=async _0x2dc6f2=>{const _0x585aa8=_0x20492b;let _0x32ec3e=_0x5244f3['getSnapshot'](),_0x1d6750=_0x3ae359(_0x32ec3e,_0x24a8ce['id'])[_0x585aa8(0x3b8)](_0x548387=>_0x548387['id']);if(_0x1d6750['length']<=0x1)return;let _0x32c765=_0x2dc6f2===_0x24a8ce['id']?_0x1d6750[_0x585aa8(0x782)](_0x2bb37c=>_0x2bb37c!==_0x2dc6f2):null;if(await _0xc316e6[_0x585aa8(0x6a6)](_0x3d115f[_0x585aa8(0x53f)]['id'],{'unitId':_0x4478d2,'tableId':_0x2dc6f2})&&_0x32c765){let _0x24f634=_0x32ec3e[_0x585aa8(0x44f)][_0x32c765],_0x235155=_0x24f634==null?void 0x0:_0x24f634[_0x585aa8(0x74d)][_0x585aa8(0x782)](_0x3664b4=>_0x24f634[_0x585aa8(0x67f)][_0x3664b4]);_0x37f8db[_0x585aa8(0x36b)](_0x32c765),_0x235155&&_0x37f8db[_0x585aa8(0x5fc)](_0x235155),_0x37f8db[_0x585aa8(0x51d)](null),_0x37f8db[_0x585aa8(0x251)]();}};return(0x0,_0x8825e5[_0x20492b(0x1fa)])(_0x8825e5[_0x20492b(0x581)],{'children':[(0x0,_0x8825e5['jsx'])(_0x281b76[_0x20492b(0x7c8)],{'title':_0x148608['name']||_0x20492b(0x4d3),'items':_0x6f7edc,'width':_0x28300d,'pendingRenameItemId':_0x58339a,'onActivateItem':_0x369052,'onAddTable':async()=>{await _0x2c2da3();},'onRenameTable':async(_0x1593e4,_0x4ace28)=>{const _0x37bdcb=_0x20492b;await _0xc316e6[_0x37bdcb(0x6a6)](_0x3d115f[_0x37bdcb(0x511)]['id'],{'unitId':_0x4478d2,'tableId':_0x1593e4,'name':_0x4ace28});},'getTableNameError':(_0x461088,_0x49a518)=>(0x0,_0x281b76[_0x20492b(0x217)])(_0x571ddb,(0x0,_0x3d115f[_0x20492b(0x34f)])(_0x148608,_0x49a518,_0x461088)),'onPendingRenameItemConsumed':_0x3a8069=>{_0x58339a===_0x3a8069&&_0x4db8b2(null);},'onDuplicateTable':_0x472c51=>{const _0x154ead=_0x20492b;let _0x3a3efa=_0x5244f3['getSnapshot'](),_0x21f589=_0x3a3efa[_0x154ead(0x44f)][_0x472c51];_0x21f589&&(_0x1dccc0(_0x472c51),_0x52bd80((0x0,_0x3d115f['createUniqueBaseTableName'])(_0x3a3efa,_0x571ddb['t'](_0x154ead(0x449),_0x21f589['name']))),_0x2799fb('configurations'));},'onDeleteTable':_0x58fbb7,'onResizeWidth':_0x404fdc=>_0x37f8db[_0x20492b(0x419)](_0x404fdc)}),(0x0,_0x8825e5['jsx'])(_0x281b76['BaseDuplicateTableDialog'],{'open':!!_0x1870ce,'name':_0x3df94c,'nameError':(0x0,_0x281b76['getBaseTableNameErrorMessage'])(_0x571ddb,(0x0,_0x3d115f[_0x20492b(0x34f)])(_0x148608,_0x3df94c[_0x20492b(0x666)]())),'mode':_0x4fbb40,'onNameChange':_0x52bd80,'onModeChange':_0x2799fb,'onCancel':()=>_0x1dccc0(null),'onConfirm':async()=>{let _0x40c6d6=_0x1870ce,_0x27ac43=_0x3df94c['trim'](),_0x3ad3aa=_0x4fbb40;!_0x40c6d6||!_0x27ac43||(_0x1dccc0(null),await _0x1d40eb(_0x40c6d6,_0x27ac43,_0x3ad3aa));}}),(0x0,_0x8825e5[_0x20492b(0x3c4)])(_0x281b76[_0x20492b(0x481)],{'open':!!_0x1156ba,'title':_0x571ddb['t'](_0x20492b(0x488)),'description':_0x571ddb['t'](_0x20492b(0x61e)),'onCancel':()=>_0x58fbb7(null),'onConfirm':async()=>{let _0x3b5b5e=_0x1156ba;_0x58fbb7(null),_0x3b5b5e&&await _0x412091(_0x3b5b5e);}})]});}function _0x7c4a1b(_0x30b81c){const _0xf71a41=_0x37672f;let {embedId:_0x5b6f6f,activeView:_0xaeec37,views:_0x3b63ad,addViewOpen:_0x36b7c0,onAddViewOpenChange:_0x128647,onActivateView:_0x3444f7,onAddView:_0x3d3eab,onSetViewAsFirst:_0x4715ed,onMoveView:_0x58b472,onRenameView:_0x2781a7,onDuplicateView:_0x574cc2,onConfigureView:_0x43e3c2,onDeleteView:_0x44424c}=_0x30b81c,_0x400e0a=(0x0,_0x4fbb7a[_0xf71a41(0x7bd)])(_0x423058[_0xf71a41(0x5f7)]);return(0x0,_0x8825e5[_0xf71a41(0x3c4)])('div',{'data-u-comp':'base-embed-fullscreen-view-tabs','className':'univer-pointer-events-auto\x20univer-box-border\x20univer-min-w-0\x20univer-self-stretch\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','children':(0x0,_0x8825e5['jsx'])(_0x281b76['ViewTabs'],{'className':_0xf71a41(0x8d6),'views':_0x3b63ad[_0xf71a41(0x3b8)](_0x327ea4=>({'id':_0x327ea4['id'],'name':_0x327ea4['name'],'type':_0x327ea4[_0xf71a41(0x27c)]})),'activeViewId':_0xaeec37['id'],'onActivateView':_0x3444f7,'onSetViewAsFirst':_0x4715ed,'onMoveView':_0x58b472,'onRenameView':_0x2781a7,'onDuplicateView':_0x574cc2,'onConfigureView':_0x43e3c2,'onDeleteView':_0x44424c,'onAddView':()=>_0x128647(!_0x36b7c0),'addViewDropdown':{'open':_0x36b7c0,'onOpenChange':_0x128647,'overlay':(0x0,_0x8825e5[_0xf71a41(0x3c4)])(_0xf71a41(0x46a),{'data-u-comp':_0xf71a41(0x401),'data-embed-id':_0x5b6f6f,'data-embed-floating-menu-popup':_0xf71a41(0x91c),'children':(0x0,_0x8825e5[_0xf71a41(0x3c4)])(_0x281b76[_0xf71a41(0x2c7)],{'views':_0x281b76[_0xf71a41(0x8ee)][_0xf71a41(0x3b8)](_0x485438=>({..._0x485438,'label':_0x400e0a['t'](_0x485438[_0xf71a41(0x1f4)]),'description':_0x400e0a['t'](_0x485438[_0xf71a41(0x7ee)])})),'onCreate':_0x3d3eab})})}})});}function _0x1f93f0(_0x46de60){const _0x47e3e1=_0x37672f;var _0xda9a37;return(_0x46de60==null||(_0xda9a37=_0x46de60[_0x47e3e1(0x5b4)])==null?void 0x0:_0xda9a37[_0x47e3e1(0x3b8)](_0x11be86=>_0x46de60[_0x47e3e1(0x44f)][_0x11be86])[_0x47e3e1(0x320)](_0x2e6a59=>!!_0x2e6a59))??[];}function _0x3ae359(_0xa9586a,_0x2f6f9a){const _0x292cb6=_0x37672f;return _0x1f93f0(_0xa9586a)[_0x292cb6(0x3b8)](_0x52b49f=>({'id':_0x52b49f['id'],'name':_0x52b49f['name'],'active':_0x52b49f['id']===_0x2f6f9a}));}function _0x241753(_0xdd6a77,_0x1162a5){const _0xc009e3=_0x37672f;let _0x4277f0=new Set(_0x1f93f0(_0xdd6a77)[_0xc009e3(0x3b8)](_0x3163e1=>_0x3163e1['name'])),_0x307090=_0x4277f0[_0xc009e3(0x4ea)]+0x1,_0x51a446=_0x1162a5(_0x307090);for(;_0x4277f0[_0xc009e3(0x7df)](_0x51a446);)_0x307090+=0x1,_0x51a446=_0x1162a5(_0x307090);return _0x51a446;}let _0x2608ae=_0x37672f(0x7d9);function _0x45200b(){const _0x3d14f6=_0x37672f;return _0x454349({'childType':_0x423058[_0x3d14f6(0x839)][_0x3d14f6(0x2d9)],'mount':_0x12e992});}function _0x12e992(_0x431055){const _0xe97cf9=_0x37672f;let {root:_0x262b74,menu:_0x1ea279}=_0x2c109e(_0x431055),_0x39cc90=_0x4b0eb6(_0x1ea279),_0x5ad6ca=_0x431055['runtimeScope'][_0xe97cf9(0x868)];return _0x39cc90[_0xe97cf9(0x5db)]((0x0,_0x10447b['createElement'])(_0x418b69,{'injector':_0x5ad6ca,'mountContainer':_0x262b74,'embedId':_0x431055['embedId']},(0x0,_0x10447b['createElement'])(_0x2d68e0,{'hostUnitId':_0x431055[_0xe97cf9(0x7cf)],'embedId':_0x431055[_0xe97cf9(0x2ab)],'childUnitId':_0x431055['childUnitId'],'entry':_0x431055['descriptor']['entry'],'fullscreen':!!_0x431055['renderScope'][_0xe97cf9(0x3d5)],'usesDomFloatingStage':_0x431055[_0xe97cf9(0x466)]['entry']==='sheets-floating-object','renderScopeActive$':_0x431055[_0xe97cf9(0x46e)]['active$']}))),(0x0,_0x423058[_0xe97cf9(0x35b)])(()=>{const _0x5a1ed2=_0xe97cf9;_0x5deccb(_0x39cc90),globalThis['setTimeout'](()=>_0x1ea279[_0x5a1ed2(0x850)](),0x0);});}function _0x2fe2b1(_0x281ead){const _0x5b8bbe=_0x37672f;return _0x3a08eb({'embedId':_0x281ead['embedId'],'active':_0x45a254(_0x281ead[_0x5b8bbe(0x6bc)],_0x281ead[_0x5b8bbe(0x67a)]),'fullscreen':_0x281ead[_0x5b8bbe(0x3d5)],'usesDomFloatingStage':_0x281ead[_0x5b8bbe(0x914)],'renderScopeActive':_0x281ead[_0x5b8bbe(0x7a5)]});}function _0x45a254(_0x44bfda,_0x31b224){const _0x5a6ed8=_0x37672f;return _0x44bfda?{'hostUnitId':'','childUnitId':'','embedId':_0x44bfda,'stage':_0x31b224==='stage2'||_0x31b224===_0x5a6ed8(0x4c6)?_0x5a6ed8(0x58d):_0x5a6ed8(0x3ed)}:null;}function _0x14bc76(_0x243b87){return _0x243b87;}function _0x570984(_0x4d3c4c){return _0x4d3c4c;}function _0x3e3a73(_0x366385){return!_0x366385;}function _0x5e7dd8(_0x3bd75f){const _0x196b7d=_0x37672f;return{[_0x2f7e9a]:_0x3bd75f,[_0x3918cf]:_0x196b7d(0x398)};}function _0x2d68e0(_0x41e77d){const _0x4ce9d2=_0x37672f;let {hostUnitId:_0x2b9299,embedId:_0x37df39,childUnitId:_0x5c4d90,entry:_0x19a3bb,fullscreen:_0x1683c5,usesDomFloatingStage:_0x18ef31,renderScopeActive$:_0x299b05}=_0x41e77d,_0x438d6d=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x423058['ICommandService']),_0x1f402b=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x423058[_0x4ce9d2(0x8ca)]),_0x1e5241=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x423058[_0x4ce9d2(0x5f7)]),_0x1423dc=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x3d115f[_0x4ce9d2(0x556)]),_0x2d5bc2=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x423058['IUndoRedoService']),_0x55d92b=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x281b76[_0x4ce9d2(0x43f)]),_0xe3a299=(0x0,_0x4fbb7a[_0x4ce9d2(0x7bd)])(_0x281b76[_0x4ce9d2(0x222)]),_0x3b576c=(0x0,_0x4fbb7a['useDependency'])(_0x89f79f),_0x1a1821=(0x0,_0x4fbb7a['useObservable'])(()=>_0x55d92b[_0x4ce9d2(0x322)],_0x55d92b[_0x4ce9d2(0x349)](),!0x1,[_0x55d92b]),_0x3ed11b=(0x0,_0x4fbb7a[_0x4ce9d2(0x711)])(()=>_0x2d5bc2[_0x4ce9d2(0x50f)],{'undos':0x0,'redos':0x0},!0x1,[_0x2d5bc2]),_0x54e0d8=(0x0,_0x4fbb7a[_0x4ce9d2(0x711)])(()=>_0x299b05,!0x1,!0x1,[_0x299b05]),_0x3d9fab=(0x0,_0x4fbb7a[_0x4ce9d2(0x711)])(()=>_0x3b576c[_0x4ce9d2(0x661)],_0x3b576c[_0x4ce9d2(0x2fc)](),!0x1,[_0x3b576c]),_0x3a1555=_0x3b576c[_0x4ce9d2(0x7d4)](_0x37df39),[_0x4e9768,_0x5d1a7f]=(0x0,_0x10447b[_0x4ce9d2(0x1d1)])(0x0),[_0x44f677,_0x4cb022]=(0x0,_0x10447b['useState'])(null),[_0x1a3817,_0x1091b4]=(0x0,_0x10447b[_0x4ce9d2(0x1d1)])(!0x1),[_0x4453ba,_0xa2f2a8]=(0x0,_0x10447b[_0x4ce9d2(0x1d1)])(null),_0x5170c9=(0x0,_0x10447b[_0x4ce9d2(0x2e7)])(null),_0x2e6e3b=_0x1f402b[_0x4ce9d2(0x80e)](_0x5c4d90,_0x423058[_0x4ce9d2(0x839)][_0x4ce9d2(0x2d9)]),_0x1c2d5e=_0x2e6e3b==null?void 0x0:_0x2e6e3b[_0x4ce9d2(0x41e)](),_0xd86bae=_0x49c8bd(_0x1c2d5e,_0x1a1821['activeTableId']),_0x35c9f6=_0x51b83d(_0xd86bae),_0x25b041=_0x10f612(_0xd86bae,_0x1a1821[_0x4ce9d2(0x4a6)]),_0x57f8bb=_0x2fe2b1({'embedId':_0x37df39,'activeEmbedId':_0x3d9fab==null?void 0x0:_0x3d9fab[_0x4ce9d2(0x2ab)],'stage':_0x3a1555,'fullscreen':_0x1683c5,'usesDomFloatingStage':_0x18ef31,'renderScopeActive':_0x54e0d8})===_0x4ce9d2(0x58d),[_0x1bfe88,_0x6b43f7]=(0x0,_0x10447b[_0x4ce9d2(0x1d1)])(_0x57f8bb),_0x4e897d=_0x14bc76(_0x1683c5),_0x5b49d0=_0x570984(_0x1683c5),_0x3a9629=_0x3e3a73(_0x1683c5),_0x45b46b=_0x4e897d?_0x4ce9d2(0x3d1):_0x4ce9d2(0x28a);if(_0x1bfe88!==_0x57f8bb&&(_0x6b43f7(_0x57f8bb),_0x57f8bb||(_0x4cb022(null),_0x1091b4(!0x1),_0xa2f2a8(null))),(0x0,_0x10447b[_0x4ce9d2(0x7b1)])(()=>{const _0x32d1dd=_0x4ce9d2;_0x57f8bb||(_0xe3a299[_0x32d1dd(0x63d)](),_0xe3a299[_0x32d1dd(0x764)](),_0xe3a299[_0x32d1dd(0x2d6)]());},[_0x57f8bb,_0xe3a299]),(0x0,_0x10447b['useEffect'])(()=>{const _0x22b29a=_0x4ce9d2;if(!_0x44f677)return;let _0x196a03=_0x535afd=>{const _0x431473=_0x3a85;var _0x38590b;let _0x122f7c=_0x535afd[_0x431473(0x317)]instanceof Node?_0x535afd[_0x431473(0x317)]:null;_0x122f7c&&(_0x38590b=_0x5170c9[_0x431473(0x90d)])!=null&&_0x38590b['contains'](_0x122f7c)||_0x4cb022(null);},_0x2d0c0e=_0x146dfc=>{const _0x1de412=_0x3a85;_0x146dfc[_0x1de412(0x838)]==='Escape'&&_0x4cb022(null);};return document[_0x22b29a(0x780)]('pointerdown',_0x196a03,!0x0),document['addEventListener'](_0x22b29a(0x223),_0x2d0c0e,!0x0),()=>{const _0x1ad6e5=_0x22b29a;document[_0x1ad6e5(0x356)](_0x1ad6e5(0x2ce),_0x196a03,!0x0),document[_0x1ad6e5(0x356)](_0x1ad6e5(0x223),_0x2d0c0e,!0x0);};},[_0x44f677]),!_0x1c2d5e||!_0x2e6e3b||!_0xd86bae||!_0x25b041)return null;let _0x3f38b3=()=>{const _0x33d35e=_0x4ce9d2;_0x3b576c['activate']({'hostUnitId':_0x2b9299,'embedId':_0x37df39,'childUnitId':_0x5c4d90},_0x33d35e(0x58d));},_0x2f1185=async(_0x47b348,_0x25e482)=>{const _0x5add5e=_0x4ce9d2;_0x3f38b3(),await _0x438d6d[_0x5add5e(0x6a6)](_0x281b76[_0x5add5e(0x823)]['id'],{'type':_0x47b348,'anchor':_0x90a8da(_0x25e482[_0x5add5e(0x4f7)]())});},_0xcc270c=async _0x1184bb=>{const _0x2aa463=_0x4ce9d2;_0x3f38b3(),await _0x438d6d[_0x2aa463(0x6a6)](_0x281b76[_0x2aa463(0x754)]['id'],{'tableId':_0xd86bae['id'],'unitId':_0x5c4d90,'viewId':_0x1184bb}),_0x5d1a7f(_0x2226fb=>_0x2226fb+0x1);},_0x2036fa=async _0x37cbde=>{const _0x1f20eb=_0x4ce9d2;_0x3f38b3();let _0x22b15d=_0x1f20eb(0x411)+(0x0,_0x423058[_0x1f20eb(0x32a)])(0x6),_0x43c86d=_0x1423dc['get'](_0x37cbde)[_0x1f20eb(0x2b6)](_0xd86bae),_0x559268=await _0x438d6d[_0x1f20eb(0x6a6)](_0x3d115f[_0x1f20eb(0x544)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'view':{'id':_0x22b15d,'tableId':_0xd86bae['id'],'name':(0x0,_0x281b76[_0x1f20eb(0x89a)])(_0x1e5241,_0x37cbde),'type':_0x37cbde,'config':_0x43c86d,'fieldOrder':[..._0xd86bae[_0x1f20eb(0x8f5)]],'fieldSettings':{}}});_0x4cb022(null),_0x1091b4(!0x1),_0x5d1a7f(_0xc685a9=>_0xc685a9+0x1),_0x559268&&await _0xcc270c(_0x22b15d);},_0x77075a=async _0x464344=>{const _0x52c221=_0x4ce9d2;var _0x1ddd6f;let _0x204b17=(_0x1ddd6f=_0x35c9f6[0x0])==null?void 0x0:_0x1ddd6f['id'];!_0x204b17||_0x204b17===_0x464344||(_0x3f38b3(),await _0x438d6d['executeCommand'](_0x3d115f[_0x52c221(0x5ab)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'viewId':_0x464344,'target':{'beforeViewId':_0x204b17}}),_0x5d1a7f(_0x173c0a=>_0x173c0a+0x1));},_0x478d4c=async(_0x5e47d4,_0x3b87d5)=>{const _0x1784e6=_0x4ce9d2;_0x3f38b3(),await _0x438d6d['executeCommand'](_0x3d115f[_0x1784e6(0x5ab)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'viewId':_0x5e47d4,'target':_0x3b87d5}),_0x5d1a7f(_0x6c49eb=>_0x6c49eb+0x1);},_0x891805=async(_0x20db5c,_0x555e8b)=>{_0x3f38b3(),await _0x438d6d['executeCommand'](_0x3d115f['RenameBaseViewCommand']['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'viewId':_0x20db5c,'name':_0x555e8b}),_0x5d1a7f(_0x58b0ed=>_0x58b0ed+0x1);},_0x608626=async _0x33c1d0=>{const _0x4cd03b=_0x4ce9d2;let _0x1fbba1=_0xd86bae[_0x4cd03b(0x67f)][_0x33c1d0];if(!_0x1fbba1)return;_0x3f38b3();let _0x42b24b=(0x0,_0x281b76[_0x4cd03b(0x44c)])(_0x1fbba1,_0xd86bae['id'],_0x1e5241['t'](_0x4cd03b(0x707))),_0x320b56=await _0x438d6d[_0x4cd03b(0x6a6)](_0x3d115f[_0x4cd03b(0x544)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'view':_0x42b24b});_0x5d1a7f(_0x3d9b72=>_0x3d9b72+0x1),_0x320b56&&await _0xcc270c(_0x42b24b['id']);},_0x2620d0=async()=>{const _0x6c0eb7=_0x4ce9d2;var _0x2f343f;let _0xb531a1=_0x4453ba??_0x25b041['id'];if(_0x35c9f6[_0x6c0eb7(0x3fe)]<=0x1){_0xa2f2a8(null);return;}let _0x559ec0=(_0x2f343f=_0x35c9f6['find'](_0x3832e5=>_0x3832e5['id']!==_0xb531a1))==null?void 0x0:_0x2f343f['id'],_0x557911=await _0x438d6d['executeCommand'](_0x3d115f[_0x6c0eb7(0x508)]['id'],{'unitId':_0x5c4d90,'tableId':_0xd86bae['id'],'viewId':_0xb531a1});_0xa2f2a8(null),_0x5d1a7f(_0xa1ea2e=>_0xa1ea2e+0x1),_0x557911&&_0x559ec0&&await _0xcc270c(_0x559ec0);},_0x223a0e=async()=>{const _0xb64e0d=_0x4ce9d2;await _0x438d6d[_0xb64e0d(0x6a6)](_0x5e0ca8['RemoveEmbedCommand']['id'],{'hostUnitId':_0x2b9299,'embedId':_0x37df39});},_0x1fecc3=_0x5f4205=>{const _0xde8d65=_0x4ce9d2;_0x5f4205[_0xde8d65(0x584)]();},_0x12ca89=_0x4b9a9f=>{const _0x40e082=_0x4ce9d2;_0x4b9a9f[_0x40e082(0x387)](),_0x4b9a9f['stopPropagation']();};return(0x0,_0x8825e5['jsxs'])(_0x8825e5[_0x4ce9d2(0x581)],{'children':[(0x0,_0x8825e5[_0x4ce9d2(0x1fa)])('div',{'className':(0x0,_0x314f23[_0x4ce9d2(0x39d)])(_0x4ce9d2(0x6ee),{'univer-hidden':!_0x57f8bb,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-0\x20univer-shadow-none':_0x1683c5,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none':!_0x1683c5,'-univer-top-12':!_0x1683c5&&_0x19a3bb!==_0x4ce9d2(0x3fc),'univer-w-full':!_0x1683c5,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x1683c5&&_0x19a3bb===_0x4ce9d2(0x3fc)}),'data-u-comp':'base-embed-floating-menu','data-embed-floating-menu':_0x4ce9d2(0x91c),'data-embed-id':_0x37df39,'data-embed-float-stage':_0x57f8bb?_0x4ce9d2(0x58d):_0x4ce9d2(0x3ed),'data-base-render-version':_0x4e9768,..._0x5e7dd8(_0x37df39),'onClick':_0x1fecc3,'onDoubleClick':_0x1fecc3,'onMouseDown':_0x12ca89,'onMouseUp':_0x1fecc3,'onPointerDown':_0x12ca89,'onPointerUp':_0x1fecc3,'children':[_0x5b49d0?(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x7c4a1b,{'embedId':_0x37df39,'activeView':_0x25b041,'views':_0x35c9f6,'addViewOpen':_0x1a3817,'onAddViewOpenChange':_0x1091b4,'onActivateView':_0xcc270c,'onAddView':_0x2036fa,'onSetViewAsFirst':_0x77075a,'onMoveView':_0x478d4c,'onRenameView':_0x891805,'onDuplicateView':_0x608626,'onConfigureView':_0x4649db=>_0x2f1185(_0x4ce9d2(0x7bc),_0x4649db),'onDeleteView':_0xa2f2a8}):(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x4ce9d2(0x46a),{'data-u-comp':_0x4ce9d2(0x1d7),'className':_0x2608ae,'children':(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x2cb737,{'activeView':_0x25b041,'views':_0x35c9f6,'onActivateView':_0xcc270c,'embedId':_0x37df39,'onAddView':_0x2a016b=>{_0x3f38b3(),_0x4cb022(_0x2a016b['getBoundingClientRect']());},'onConfigureView':_0x5bb7ef=>_0x2f1185(_0x4ce9d2(0x7bc),_0x5bb7ef),'onDeleteView':()=>_0xa2f2a8(_0x25b041['id'])})}),(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x4ce9d2(0x46a),{'className':(0x0,_0x314f23['clsx'])('univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1',{'univer-min-w-0':_0x1683c5,'univer-min-w-max':!_0x1683c5}),'children':(0x0,_0x8825e5[_0x4ce9d2(0x1fa)])(_0x4ce9d2(0x46a),{'data-u-comp':_0x4ce9d2(0x276),'className':(0x0,_0x314f23[_0x4ce9d2(0x39d)])('univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1',{'univer-w-full\x20univer-flex-1':_0x1683c5,[_0x2608ae]:!_0x1683c5}),'children':[(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x281b76[_0x4ce9d2(0x600)],{'iconOnly':!_0x4e897d,'className':_0x45b46b,'state':{..._0x47f2d8(_0x25b041,_0x3ed11b),'searchOpen':_0x1a1821['search']['open'],'searchQuery':_0x1a1821[_0x4ce9d2(0x5bb)][_0x4ce9d2(0x529)],'searchActiveIndex':_0x1a1821['search'][_0x4ce9d2(0x39a)]},'onAddRecord':_0x158a4c=>_0x158a4c&&_0x2f1185(_0x4ce9d2(0x889),_0x158a4c),'onCustomizeField':_0x1b6294=>_0x2f1185('customizeField',_0x1b6294),'onCustomizeKanban':_0x1668e7=>_0x2f1185('customizeKanban',_0x1668e7),'onCustomizeGallery':_0x3b180e=>_0x2f1185('customizeGallery',_0x3b180e),'onCalendarEventSettings':_0x50deaa=>_0x2f1185(_0x4ce9d2(0x3dc),_0x50deaa),'onCalendarViewSettings':_0x53f1c3=>_0x2f1185(_0x4ce9d2(0x3ce),_0x53f1c3),'onViewSettings':_0x2f3b80=>_0x2f1185(_0x4ce9d2(0x7bc),_0x2f3b80),'onFilter':_0x372d32=>_0x2f1185('filter',_0x372d32),'onGroup':_0x3826c4=>_0x2f1185(_0x4ce9d2(0x566),_0x3826c4),'onSort':_0x1fd42a=>_0x2f1185(_0x4ce9d2(0x6d8),_0x1fd42a),'onRowHeight':_0x359b04=>_0x2f1185(_0x4ce9d2(0x6e9),_0x359b04),'onConditionalColoring':_0x1e03d0=>_0x2f1185('conditionalColoring',_0x1e03d0),'onUndo':async()=>_0x438d6d['executeCommand'](_0x423058[_0x4ce9d2(0x61a)]['id']),'onRedo':async()=>_0x438d6d[_0x4ce9d2(0x6a6)](_0x423058['RedoCommand']['id']),'onOpenSearch':()=>_0x55d92b[_0x4ce9d2(0x730)](),'onSearchQueryChange':_0x22dc89=>_0x55d92b[_0x4ce9d2(0x66b)](_0x22dc89),'onSearchPrevious':()=>_0x55d92b[_0x4ce9d2(0x446)](Math[_0x4ce9d2(0x59c)](0x0,(_0x1a1821[_0x4ce9d2(0x5bb)][_0x4ce9d2(0x39a)]??0x0)-0x1)),'onSearchNext':()=>_0x55d92b[_0x4ce9d2(0x446)]((_0x1a1821[_0x4ce9d2(0x5bb)][_0x4ce9d2(0x39a)]??-0x1)+0x1),'onCloseSearch':()=>_0x55d92b[_0x4ce9d2(0x6f1)]()}),_0x3a9629?(0x0,_0x8825e5[_0x4ce9d2(0x1fa)])(_0x8825e5['Fragment'],{'children':[(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x314f23[_0x4ce9d2(0x6df)],{'orientation':_0x4ce9d2(0x357)}),(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x877423,{'title':_0x1e5241['t']('embed-ui.basesFloating.delete'),'className':_0x4ce9d2(0x250),'onClick':_0x223a0e,'children':(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x30bdbf,{})})]}):null]})})]}),_0x44f677?(0x0,_0x321d8d['createPortal'])((0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x4ce9d2(0x46a),{'ref':_0x5170c9,'data-u-comp':_0x4ce9d2(0x4dc),'data-embed-id':_0x37df39,'data-embed-floating-menu-popup':_0x4ce9d2(0x91c),'className':_0x4ce9d2(0x54b),'style':_0x572617(_0x44f677),'onPointerDown':_0x41fafe=>_0x41fafe['stopPropagation'](),'children':(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x281b76['AddViewMenu'],{'views':_0x281b76['BASE_VIEW_MENU_ITEMS'][_0x4ce9d2(0x3b8)](_0x3ec16b=>({..._0x3ec16b,'label':_0x1e5241['t'](_0x3ec16b[_0x4ce9d2(0x1f4)]),'description':_0x1e5241['t'](_0x3ec16b[_0x4ce9d2(0x7ee)])})),'onCreate':_0x2036fa})}),(0x0,_0x281b76['getBaseFloatingPanelPortalContainer'])(!0x0)??document['body']):null,(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x281b76[_0x4ce9d2(0x481)],{'open':!!_0x4453ba,'title':_0x1e5241['t'](_0x4ce9d2(0x64b)),'description':_0x1e5241['t']('embed-ui.basesFloating.confirmDelete.viewDescription'),'onCancel':()=>_0xa2f2a8(null),'onConfirm':_0x2620d0}),_0x1683c5?(0x0,_0x8825e5[_0x4ce9d2(0x3c4)])(_0x15b532,{'embedId':_0x37df39,'childUnitId':_0x5c4d90,'base':_0x2e6e3b,'activeTable':_0xd86bae}):null]});}function _0x2cb737(_0x4beee2){const _0x543084=_0x37672f;var _0x58a17b;let {embedId:_0x500074,activeView:_0x27bdfa,views:_0x23b7f0,onActivateView:_0x9886ff,onAddView:_0x438ea0,onConfigureView:_0x56cc8f,onDeleteView:_0x225e24}=_0x4beee2,_0x58c9d3=(0x0,_0x4fbb7a[_0x543084(0x7bd)])(_0x423058[_0x543084(0x5f7)]),_0x42d2b2=(0x0,_0x10447b['useRef'])(null),_0x367e95=(0x0,_0x10447b[_0x543084(0x2e7)])(null),[_0x31beae,_0x55ac31]=(0x0,_0x10447b[_0x543084(0x1d1)])(!0x1),_0x4aa045=_0x5cd78e=>{const _0x436809=_0x543084;_0x5cd78e[_0x436809(0x387)](),_0x5cd78e[_0x436809(0x584)]();},_0x271679=((_0x58a17b=_0x42d2b2[_0x543084(0x90d)])==null?void 0x0:_0x58a17b[_0x543084(0x4f7)]())??null;return(0x0,_0x10447b[_0x543084(0x7b1)])(()=>{const _0x3d2f8e=_0x543084;if(!_0x31beae)return;let _0x19ad29=_0x48a26e=>{const _0x476712=_0x3a85;var _0x497fe2,_0x37b219;let _0x5bf08c=_0x48a26e['target']instanceof Node?_0x48a26e[_0x476712(0x317)]:null;!_0x5bf08c||(_0x497fe2=_0x42d2b2[_0x476712(0x90d)])!=null&&_0x497fe2[_0x476712(0x8e0)](_0x5bf08c)||(_0x37b219=_0x367e95[_0x476712(0x90d)])!=null&&_0x37b219[_0x476712(0x8e0)](_0x5bf08c)||_0x55ac31(!0x1);},_0x3397c4=_0x5cc6ba=>{const _0x5da438=_0x3a85;_0x5cc6ba[_0x5da438(0x838)]==='Escape'&&_0x55ac31(!0x1);};return document['addEventListener'](_0x3d2f8e(0x2ce),_0x19ad29,!0x0),document[_0x3d2f8e(0x780)](_0x3d2f8e(0x223),_0x3397c4,!0x0),()=>{const _0x1fa79e=_0x3d2f8e;document[_0x1fa79e(0x356)](_0x1fa79e(0x2ce),_0x19ad29,!0x0),document[_0x1fa79e(0x356)]('keydown',_0x3397c4,!0x0);};},[_0x31beae]),(0x0,_0x8825e5[_0x543084(0x1fa)])(_0x8825e5['Fragment'],{'children':[(0x0,_0x8825e5['jsxs'])(_0x314f23[_0x543084(0x7ec)],{'ref':_0x42d2b2,'type':_0x543084(0x3e6),'size':'small','variant':_0x543084(0x3cc),'className':_0x543084(0x4dd),'title':_0x27bdfa[_0x543084(0x705)],'aria-label':_0x58c9d3['t'](_0x543084(0x53a)),'onClick':_0x14b5aa=>{_0x14b5aa['stopPropagation'](),_0x55ac31(_0x38d9da=>!_0x38d9da);},'onMouseDown':_0x4aa045,'onPointerDown':_0x4aa045,'children':[(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x543084(0x2db),{'className':_0x543084(0x61f),'aria-hidden':_0x543084(0x91c),'children':(0x0,_0x8825e5['jsx'])(_0x281b76[_0x543084(0x90c)],{'type':_0x27bdfa[_0x543084(0x27c)]})}),(0x0,_0x8825e5[_0x543084(0x3c4)])('span',{'className':_0x543084(0x483),'children':_0x27bdfa[_0x543084(0x705)]}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x47a4bd,{'className':'univer-size-3\x20univer-shrink-0'})]}),_0x31beae&&_0x271679?(0x0,_0x321d8d['createPortal'])((0x0,_0x8825e5[_0x543084(0x1fa)])(_0x543084(0x46a),{'ref':_0x367e95,'data-u-comp':'base-embed-view-panel','data-embed-id':_0x500074,'data-embed-floating-menu-popup':'true','className':_0x543084(0x1fb),'style':_0x729911(_0x271679),'onClick':_0x4df2a8=>_0x4df2a8[_0x543084(0x584)](),'onMouseDown':_0x4aa045,'onPointerDown':_0x4aa045,'children':[(0x0,_0x8825e5['jsx'])(_0x543084(0x46a),{'className':_0x543084(0x7c6),'children':_0x23b7f0['map'](_0x21c76e=>(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x314f23[_0x543084(0x7ec)],{'type':_0x543084(0x3e6),'variant':_0x543084(0x3cc),'size':_0x543084(0x768),'className':_0x543084(0x7e1),'onClick':_0x4b09eb=>{const _0x324dfd=_0x543084;_0x4b09eb[_0x324dfd(0x584)](),_0x9886ff(_0x21c76e['id']),_0x55ac31(!0x1);},'children':(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x4717c4,{'icon':(0x0,_0x8825e5['jsx'])(_0x281b76[_0x543084(0x90c)],{'type':_0x21c76e[_0x543084(0x27c)]}),'label':_0x21c76e['name'],'trailing':_0x21c76e['id']===_0x27bdfa['id']?(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x543084(0x2db),{'className':_0x543084(0x4f2)}):null})},_0x21c76e['id']))}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x314f23['Separator'],{}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x22a84a,{'icon':(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x451b60,{}),'label':_0x58c9d3['t'](_0x543084(0x67c)),'onClick':()=>{const _0x5ad1d3=_0x543084;let _0x2d046c=_0x42d2b2[_0x5ad1d3(0x90d)];_0x2d046c&&_0x438ea0(_0x2d046c),_0x55ac31(!0x1);}}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x22a84a,{'icon':(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x537a09,{}),'label':_0x58c9d3['t'](_0x543084(0x8b2)),'onClick':()=>{const _0xb3a32c=_0x543084;let _0x3566d8=_0x42d2b2[_0xb3a32c(0x90d)];_0x3566d8&&_0x56cc8f(_0x3566d8),_0x55ac31(!0x1);}}),(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x22a84a,{'danger':!0x0,'disabled':_0x23b7f0[_0x543084(0x3fe)]<=0x1,'icon':(0x0,_0x8825e5[_0x543084(0x3c4)])(_0x30bdbf,{}),'label':_0x58c9d3['t'](_0x543084(0x2bf)),'onClick':()=>{_0x225e24(),_0x55ac31(!0x1);}})]}),(0x0,_0x281b76[_0x543084(0x746)])(!0x0)??document[_0x543084(0x77f)]):null]});}function _0x4717c4(_0x5c832f){const _0x4bd326=_0x37672f;let {icon:_0x59c2be,label:_0x27bd73,trailing:_0x202f49}=_0x5c832f;return(0x0,_0x8825e5[_0x4bd326(0x1fa)])(_0x4bd326(0x2db),{'className':_0x4bd326(0x415),'children':[(0x0,_0x8825e5[_0x4bd326(0x3c4)])(_0x4bd326(0x2db),{'className':_0x4bd326(0x695),'aria-hidden':_0x4bd326(0x91c),'children':_0x59c2be}),(0x0,_0x8825e5[_0x4bd326(0x3c4)])('span',{'className':_0x4bd326(0x336),'children':_0x27bd73}),(0x0,_0x8825e5[_0x4bd326(0x3c4)])(_0x4bd326(0x2db),{'className':_0x4bd326(0x337),'children':_0x202f49})]});}function _0x22a84a(_0x11f39e){const _0x5ab396=_0x37672f;let {danger:_0x4e24aa,disabled:_0x4db631,icon:_0x4b2f32,label:_0x19632d,onClick:_0x9a0d50}=_0x11f39e;return(0x0,_0x8825e5[_0x5ab396(0x3c4)])(_0x314f23['Button'],{'type':_0x5ab396(0x3e6),'variant':_0x5ab396(0x3cc),'size':_0x5ab396(0x768),'disabled':_0x4db631,'className':(0x0,_0x314f23['clsx'])(_0x5ab396(0x7e1),_0x4e24aa&&_0x5ab396(0x90a)),'onClick':_0x16fd89=>{const _0x5f1c0f=_0x5ab396;_0x16fd89[_0x5f1c0f(0x584)](),_0x9a0d50();},'children':(0x0,_0x8825e5[_0x5ab396(0x3c4)])(_0x4717c4,{'icon':_0x4b2f32,'label':_0x19632d})});}function _0x47f2d8(_0x349ff0,_0x3b857a={}){const _0x2cb3a9=_0x37672f;var _0xce6e13,_0x316a56,_0x9e742a;let _0x277dc9=_0x349ff0[_0x2cb3a9(0x6cd)]??{},_0xbc4010=_0x277dc9[_0x2cb3a9(0x5ce)],_0x17b9c0=Array['isArray'](_0xbc4010==null?void 0x0:_0xbc4010[_0x2cb3a9(0x4ac)])?_0xbc4010[_0x2cb3a9(0x4ac)][_0x2cb3a9(0x3fe)]:0x0;return{'viewType':_0x349ff0[_0x2cb3a9(0x27c)],'filterCount':((_0xce6e13=_0x349ff0['filter'])==null||(_0xce6e13=_0xce6e13['conditions'])==null?void 0x0:_0xce6e13[_0x2cb3a9(0x3fe)])??0x0,'groupCount':((_0x316a56=_0x349ff0[_0x2cb3a9(0x566)])==null?void 0x0:_0x316a56[_0x2cb3a9(0x3fe)])??0x0,'sortCount':((_0x9e742a=_0x349ff0[_0x2cb3a9(0x6d8)])==null?void 0x0:_0x9e742a[_0x2cb3a9(0x3fe)])??0x0,'rowHeightActive':!!(_0x277dc9['rowHeight']&&_0x277dc9[_0x2cb3a9(0x6e9)]!==_0x2cb3a9(0x32c)),'conditionalColoringActive':_0x17b9c0>0x0,'conditionalColoringCount':_0x17b9c0,'canUndo':(_0x3b857a[_0x2cb3a9(0x3cb)]??0x0)>0x0,'canRedo':(_0x3b857a[_0x2cb3a9(0x30b)]??0x0)>0x0};}function _0x49c8bd(_0x20079c,_0x438b93){if(_0x20079c)return(_0x438b93?_0x20079c['tables'][_0x438b93]:void 0x0)??_0x1f93f0(_0x20079c)[0x0];}function _0x51b83d(_0x3e8193){const _0x414970=_0x37672f;var _0x4cf044;return(_0x3e8193==null||(_0x4cf044=_0x3e8193[_0x414970(0x74d)])==null?void 0x0:_0x4cf044[_0x414970(0x3b8)](_0x2e278c=>_0x3e8193[_0x414970(0x67f)][_0x2e278c])[_0x414970(0x320)](_0x4921af=>!!_0x4921af))??[];}function _0x10f612(_0x260a2b,_0x49e4d3){if(_0x260a2b)return(_0x49e4d3?_0x260a2b['views'][_0x49e4d3]:void 0x0)??_0x51b83d(_0x260a2b)[0x0];}function _0x877423(_0x49b4f8){const _0x2d851b=_0x37672f;let {children:_0x1be3bc,title:_0x125acb,className:_0x46665e,onClick:_0x329f84}=_0x49b4f8;return(0x0,_0x8825e5['jsx'])(_0x314f23[_0x2d851b(0x7ec)],{'type':_0x2d851b(0x3e6),'size':'small','variant':_0x2d851b(0x3cc),'className':(0x0,_0x314f23[_0x2d851b(0x39d)])('univer-size-6\x20univer-p-0',_0x46665e),'title':_0x125acb,'aria-label':_0x125acb,'onClick':_0x215e55=>_0x329f84(_0x215e55[_0x2d851b(0x6c2)]),'children':_0x1be3bc});}function _0x90a8da(_0x2ba513){const _0x51fec8=_0x37672f;return{'x':_0x2ba513['x'],'y':_0x2ba513['y'],'width':_0x2ba513[_0x51fec8(0x7e5)],'height':_0x2ba513[_0x51fec8(0x33d)]};}function _0x572617(_0x463409){const _0x16e946=_0x37672f;let _0x329abc=(0x0,_0x281b76[_0x16e946(0x858)])(_0x463409,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x329abc['top'],'left':_0x329abc[_0x16e946(0x3c3)],'maxHeight':_0x329abc[_0x16e946(0x24b)]};}function _0x729911(_0x483005){const _0x42dc76=_0x37672f;let _0x484624=(0x0,_0x281b76[_0x42dc76(0x858)])({'left':_0x483005[_0x42dc76(0x2e6)]-0xd0,'right':_0x483005[_0x42dc76(0x2e6)],'top':_0x483005[_0x42dc76(0x922)],'bottom':_0x483005['bottom'],'width':0xd0,'height':_0x483005['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x484624[_0x42dc76(0x922)],'left':_0x484624[_0x42dc76(0x3c3)],'maxHeight':_0x484624[_0x42dc76(0x24b)]};}function _0x524498(_0x27873c){const _0x3fb5de=_0x37672f;_0x4ee2ee(_0x27873c,_0x3fb5de(0x2cd),_0x4680cd);}function _0x4680cd(_0x5c6e9e){const _0x220216=_0x37672f;_0x5c6e9e[_0x220216(0x7df)](_0x281b76['BaseEmbedRuntimeRegistryService'])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x494)]]),_0x5c6e9e[_0x220216(0x7df)](_0x281b76[_0x220216(0x207)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x207)],{'useFactory':()=>_0x5c6e9e['get'](_0x5ea44f)}]),_0x5c6e9e[_0x220216(0x7df)](_0x281b76[_0x220216(0x3a6)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x3a6)],{'useFactory':()=>_0x5c6e9e[_0x220216(0x47e)](_0x89f79f)}]),_0x5c6e9e['has'](_0x281b76[_0x220216(0x853)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x853)],{'useFactory':()=>_0x5c6e9e['get'](_0x3ca4c9)}]),_0x5c6e9e[_0x220216(0x7df)](_0x281b76[_0x220216(0x4bb)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x4bb)],{'useFactory':()=>_0x5c6e9e[_0x220216(0x47e)](_0x4b94f0)}]),_0x5c6e9e[_0x220216(0x7df)](_0x281b76[_0x220216(0x8e1)])||_0x5c6e9e[_0x220216(0x47d)]([_0x281b76[_0x220216(0x8e1)],{'useFactory':()=>_0x3990a7({'embedModelService':_0x5c6e9e[_0x220216(0x47e)](_0x5e0ca8[_0x220216(0x2ea)]),'restoreService':_0x5c6e9e[_0x220216(0x47e)](_0x5757ad),'mountService':_0x5c6e9e['get'](_0x1d93f4),'activationService':_0x5c6e9e[_0x220216(0x47e)](_0x30c858)})}]);let _0x4678e2=_0x5c6e9e[_0x220216(0x47e)](_0x5e0ca8[_0x220216(0x748)]),_0x38d6e7=_0x5c6e9e[_0x220216(0x47e)](_0x16de5f),_0x1b139c=_0x5c6e9e[_0x220216(0x47e)](_0x402a2b),_0x43294b=_0x5c6e9e[_0x220216(0x47e)](_0x28f187),_0x191823=_0x5c6e9e[_0x220216(0x47e)](_0x74c661),_0x27adfd=_0x5c6e9e[_0x220216(0x47e)](_0x24299e),_0x5517ec=_0x5c6e9e[_0x220216(0x47e)](_0x691e68),_0x5492e7=_0x22b034(_0x5c6e9e['has'](_0x5e0ca8[_0x220216(0x2b0)])?_0x5c6e9e[_0x220216(0x47e)](_0x5e0ca8[_0x220216(0x2b0)]):void 0x0,_0x5c6e9e['has'](_0x423058[_0x220216(0x8ca)])?_0x5c6e9e[_0x220216(0x47e)](_0x423058[_0x220216(0x8ca)]):void 0x0,()=>_0x5c6e9e['has'](_0x281b76[_0x220216(0x43f)])?_0x5c6e9e['get'](_0x281b76['IBaseUIStateService']):void 0x0);_0x4678e2[_0x220216(0x47e)](_0x5492e7['hostType'],_0x5492e7[_0x220216(0x23b)])||_0x4678e2[_0x220216(0x920)](_0x5492e7);let _0x5ae706=_0x35d000();_0x38d6e7['get'](_0x5ae706[_0x220216(0x805)],_0x5ae706[_0x220216(0x23b)])||_0x38d6e7[_0x220216(0x920)](_0x5ae706);let _0x137c5b=_0x178911(_0x5c6e9e['get'](_0x423058[_0x220216(0x58f)]),_0x5c6e9e[_0x220216(0x47e)](_0x281b76['BaseEmbedRuntimeRegistryService']));_0x1b139c[_0x220216(0x47e)](_0x137c5b['childType'])||_0x1b139c[_0x220216(0x920)](_0x137c5b);let _0x3a157c=_0x19a392();_0x43294b[_0x220216(0x47e)](_0x3a157c['childType'])||_0x43294b[_0x220216(0x920)](_0x3a157c),_0x45200b()[_0x220216(0x84e)](_0x19c435=>{const _0x224d94=_0x220216;_0x191823[_0x224d94(0x3b6)](_0x19c435['hostType'],_0x19c435['entry'],_0x19c435['childType'])||_0x191823[_0x224d94(0x920)](_0x19c435);}),_0x27adfd['registerProvider'](_0x5158fc(_0x5c6e9e,{'childType':_0x423058[_0x220216(0x839)][_0x220216(0x2d9)],'renderManagerService':_0x18a9fe[_0x220216(0x71b)]})),_0x17f847(_0x5c6e9e),_0x5517ec[_0x220216(0x47e)](_0x423058['UniverInstanceType']['UNIVER_BASE'])||_0x5517ec[_0x220216(0x920)](_0x53de76(_0x5c6e9e));}function _0x17f847(_0x576e65){const _0x3706b5=_0x37672f;let _0x10d5a9=_0x576e65[_0x3706b5(0x47e)](_0x2b84b4);_0x10d5a9[_0x3706b5(0x47e)](_0x423058['UniverInstanceType'][_0x3706b5(0x2d9)])||!_0x576e65['has'](_0x281b76[_0x3706b5(0x43f)])||!_0x576e65[_0x3706b5(0x7df)](_0x3d115f[_0x3706b5(0x4f1)])||!_0x576e65[_0x3706b5(0x7df)](_0x281b76[_0x3706b5(0x88d)])||_0x10d5a9[_0x3706b5(0x920)](_0x576e65[_0x3706b5(0x713)](_0x13104f));}function _0x3990a7(_0x898fad){return{'mountTableList':async _0x4b28b9=>{const _0x6e6e2d=_0x3a85;let _0x230a2c=_0x898fad[_0x6e6e2d(0x543)][_0x6e6e2d(0x5ad)](_0x4b28b9['baseUnitId'],_0x4b28b9['embedId']);if(!_0x230a2c&&_0x4b28b9['childUnitId']&&(_0x230a2c={'embedId':_0x4b28b9[_0x6e6e2d(0x2ab)],'hostUnitId':_0x4b28b9[_0x6e6e2d(0x904)],'hostType':_0x423058[_0x6e6e2d(0x839)][_0x6e6e2d(0x2d9)],'entry':_0x6e6e2d(0x2e5),'hostAnchorId':_0x4b28b9[_0x6e6e2d(0x391)],'childUnitId':_0x4b28b9[_0x6e6e2d(0x783)],'childType':_0x4b28b9['childType'],'source':{'unitType':_0x4b28b9[_0x6e6e2d(0x6b0)],'ref':{'file':{'kind':_0x5e0ca8[_0x6e6e2d(0x260)][_0x6e6e2d(0x8a2)]},'unit':{'selector':_0x4b28b9[_0x6e6e2d(0x783)],'type':(0x0,_0x5e0ca8[_0x6e6e2d(0x5d8)])(_0x4b28b9[_0x6e6e2d(0x6b0)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x6e6e2d(0x925),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x230a2c||_0x230a2c[_0x6e6e2d(0x391)]!==_0x4b28b9[_0x6e6e2d(0x391)])&&((!_0x230a2c[_0x6e6e2d(0x783)]||_0x230a2c[_0x6e6e2d(0x6b0)]==null)&&(_0x230a2c=await _0x898fad[_0x6e6e2d(0x224)][_0x6e6e2d(0x248)]({'descriptor':_0x230a2c})),!(!_0x230a2c[_0x6e6e2d(0x783)]||_0x230a2c['childType']==null)))return _0x898fad[_0x6e6e2d(0x84a)][_0x6e6e2d(0x48e)](_0x230a2c),_0x898fad[_0x6e6e2d(0x37e)][_0x6e6e2d(0x48c)](_0x230a2c),(0x0,_0x423058['toDisposable'])(()=>{const _0x23c857=_0x6e6e2d;_0x898fad['activationService']['clearTab'](_0x4b28b9[_0x23c857(0x2ab)]),_0x898fad['mountService'][_0x23c857(0x506)](_0x4b28b9['embedId']);});}};}let _0x2459cd=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x5b7a56,_0x1b9a54,_0x54aa96,_0x57b654,_0x126afc,_0x584816,_0x2a8c1f,_0x488f3b){const _0x1f6f9f=_0x37672f;if(super(),this['_context']=_0x5b7a56,this[_0x1f6f9f(0x479)]=_0x1b9a54,this[_0x1f6f9f(0x1fd)]=_0x54aa96,this[_0x1f6f9f(0x4c9)]=_0x57b654,this[_0x1f6f9f(0x2a1)]=_0x126afc,this['_boardUIStateService']=_0x584816,this[_0x1f6f9f(0x4b6)]=_0x2a8c1f,this[_0x1f6f9f(0x82f)]=_0x488f3b,_0x1876b0(this,_0x1f6f9f(0x58b),new Map()),_0x1876b0(this,_0x1f6f9f(0x5d2),void 0x0),_0x1876b0(this,'_routeWheelToHost',_0x3b063c=>{const _0x2705a7=_0x1f6f9f;var _0x1273d1,_0x4c54dc;let _0x2052fd=(_0x1273d1=(_0x4c54dc=this['_context'][_0x2705a7(0x1dc)])['getCanvasElement'])==null?void 0x0:_0x1273d1[_0x2705a7(0x4d5)](_0x4c54dc);return _0x2052fd?(_0x2052fd[_0x2705a7(0x924)](new WheelEvent(_0x2705a7(0x66f),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x3b063c[_0x2705a7(0x582)],'clientY':_0x3b063c[_0x2705a7(0x91a)],'ctrlKey':_0x3b063c[_0x2705a7(0x56b)],'deltaMode':_0x3b063c['deltaMode'],'deltaX':_0x3b063c[_0x2705a7(0x866)],'deltaY':_0x3b063c[_0x2705a7(0x560)],'deltaZ':_0x3b063c[_0x2705a7(0x2cf)],'metaKey':_0x3b063c[_0x2705a7(0x8cc)],'shiftKey':_0x3b063c[_0x2705a7(0x5f3)]})),!0x0):!0x1;}),_0x1876b0(this,_0x1f6f9f(0x57e),_0x4bb3dd=>{const _0x165d83=_0x1f6f9f;var _0x244d4a,_0x2bd76b;let _0x5edf74=(_0x244d4a=(_0x2bd76b=this[_0x165d83(0x577)][_0x165d83(0x1dc)])['getCanvasElement'])==null?void 0x0:_0x244d4a[_0x165d83(0x4d5)](_0x2bd76b);if(!_0x5edf74)return null;let _0x57fde8=_0x4bb3dd;for(;_0x57fde8&&!_0x57fde8[_0x165d83(0x8e0)](_0x5edf74);)_0x57fde8=_0x57fde8['parentElement'];return _0x57fde8;}),Promise[_0x1f6f9f(0x664)]()[_0x1f6f9f(0x833)](()=>this['_sync']()),typeof document<'u'){let _0x54cd99=_0x71d4fd=>this[_0x1f6f9f(0x663)](_0x71d4fd);document[_0x1f6f9f(0x780)](_0x56503f,_0x54cd99),this[_0x1f6f9f(0x8e4)]((0x0,_0x423058[_0x1f6f9f(0x35b)])(()=>document[_0x1f6f9f(0x356)](_0x56503f,_0x54cd99)));}this['disposeWithMe'](this[_0x1f6f9f(0x82f)]['onCommandExecuted'](_0x440ae7=>{const _0x35f6d3=_0x1f6f9f;(_0x440ae7['id']===_0x5e0ca8[_0x35f6d3(0x8da)]['id']||_0x440ae7['id']===_0x5e0ca8['RemoveEmbedCommand']['id']||_0x440ae7['id']===_0x5e0ca8[_0x35f6d3(0x798)]['id']||_0x440ae7['id']===_0x5e0ca8[_0x35f6d3(0x8ea)]['id'])&&this[_0x35f6d3(0x30e)]();})),[this['_boardElementService'][_0x1f6f9f(0x8e7)],this[_0x1f6f9f(0x4c9)][_0x1f6f9f(0x2cc)],this['_boardElementService']['elementRemove$']]['forEach'](_0x5edf19=>{const _0x4575ef=_0x1f6f9f;let _0x4b8d2e=_0x5edf19[_0x4575ef(0x4a5)](_0x559a42=>{const _0x196d62=_0x4575ef;_0x559a42['some'](_0x388238=>_0x388238[_0x196d62(0x564)]===this['_context'][_0x196d62(0x564)])&&this[_0x196d62(0x30e)]();});this[_0x4575ef(0x8e4)]((0x0,_0x423058[_0x4575ef(0x35b)])(()=>_0x4b8d2e[_0x4575ef(0x7b2)]()));});}['dispose'](){const _0x2c8b0d=_0x37672f;var _0x2fdced;(_0x2fdced=this['_activeDragCleanup'])==null||_0x2fdced[_0x2c8b0d(0x4d5)](this),this['_activeDragCleanup']=void 0x0,this[_0x2c8b0d(0x58b)]['forEach'](_0x35f0c3=>_0x35f0c3['dispose']()),this['_items'][_0x2c8b0d(0x2d5)](),super['dispose']();}[_0x37672f(0x30e)](){const _0x3d7516=_0x37672f;let _0x38af36=this[_0x3d7516(0x577)][_0x3d7516(0x564)];if(this[_0x3d7516(0x479)][_0x3d7516(0x475)](_0x38af36)[_0x3d7516(0x3fe)]>0x0){this[_0x3d7516(0x555)]();return;}let _0x52c9b2=this['_boardElementService']['getElementDataForUnit'](_0x38af36),_0x528f58=new Set();this['_embedModelService'][_0x3d7516(0x91f)](_0x38af36)[_0x3d7516(0x320)](_0x5439f9=>_0x5439f9[_0x3d7516(0x23b)]===_0x5e0ca8[_0x3d7516(0x757)]['BoardsFloatingObject'])[_0x3d7516(0x84e)](_0x51011f=>{const _0x236c5c=_0x3d7516;let _0x429dbc=Object[_0x236c5c(0x4bf)](_0x52c9b2)['find'](_0x102da6=>{const _0x38e0fd=_0x236c5c;var _0x5a19ae;return(0x0,_0x5b8681['isEmbedBoardsFloatingElement'])((_0x5a19ae=_0x102da6['data'][_0x51011f[_0x38e0fd(0x391)]])==null?void 0x0:_0x5a19ae[_0x38e0fd(0x34a)]);}),_0x146266=_0x429dbc==null?void 0x0:_0x429dbc[_0x236c5c(0x489)][_0x51011f[_0x236c5c(0x391)]],_0x5cb8c5=_0x146266==null?void 0x0:_0x146266[_0x236c5c(0x34a)];if(!_0x429dbc||!_0x146266||!(0x0,_0x5b8681['isEmbedBoardsFloatingElement'])(_0x5cb8c5))return;let _0x481a9d=(0x0,_0x5b8681[_0x236c5c(0x642)])(_0x5cb8c5),_0x4bb9f8=this[_0x236c5c(0x73a)](_0x51011f[_0x236c5c(0x391)]);_0x528f58[_0x236c5c(0x47d)](_0x4bb9f8);let _0x38e367={'left':_0x5cb8c5[_0x236c5c(0x65d)][_0x236c5c(0x3c3)]??0x0,'top':_0x5cb8c5[_0x236c5c(0x65d)]['top']??0x0,'width':_0x5cb8c5[_0x236c5c(0x65d)]['width']??0x230,'height':_0x5cb8c5[_0x236c5c(0x65d)][_0x236c5c(0x33d)]??0x168},_0x520b6d=()=>(0x0,_0x10447b[_0x236c5c(0x64d)])(_0x4ca6dc,{'data':{'version':0x1,'embedId':_0x51011f[_0x236c5c(0x2ab)],'hostUnitId':_0x38af36,'hostAnchorId':_0x51011f['hostAnchorId'],'childUnitId':_0x51011f[_0x236c5c(0x783)]??(_0x481a9d==null?void 0x0:_0x481a9d[_0x236c5c(0x783)]),'childType':_0x51011f['childType']??(_0x481a9d==null?void 0x0:_0x481a9d['childType'])},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x236c5c(0x4fc)],'resolveHostWheelGestureRoot':this[_0x236c5c(0x57e)],'onRuntimeStageEnter':_0x598e69=>this[_0x236c5c(0x6af)](_0x598e69!==_0x236c5c(0x58d),_0x146266[_0x236c5c(0x402)],_0x51011f['hostAnchorId'])});this['_items'][_0x236c5c(0x7df)](_0x4bb9f8)?this[_0x236c5c(0x1fd)][_0x236c5c(0x856)](_0x4bb9f8,{'rect':_0x38e367,'content':_0x520b6d}):this['_items'][_0x236c5c(0x5d7)](_0x4bb9f8,this[_0x236c5c(0x1fd)][_0x236c5c(0x459)]({'id':_0x4bb9f8,'unitId':_0x38af36,'subUnitId':_0x146266[_0x236c5c(0x402)],'elementId':_0x51011f['hostAnchorId'],'rect':_0x38e367,'content':_0x520b6d,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x3d7516(0x58b)][_0x3d7516(0x84e)]((_0x1d3847,_0x5d3572)=>{const _0x535447=_0x3d7516;_0x528f58['has'](_0x5d3572)||(_0x1d3847[_0x535447(0x4ff)](),this[_0x535447(0x58b)]['delete'](_0x5d3572));});}[_0x37672f(0x73a)](_0x1f7a55){const _0x477958=_0x37672f;return'board-embed:'+this[_0x477958(0x577)][_0x477958(0x564)]+':'+_0x1f7a55;}[_0x37672f(0x524)](_0x5cdbbf,_0xe7766f){const _0x51510e=_0x37672f;this[_0x51510e(0x2a1)][_0x51510e(0x48b)]({'unitId':this[_0x51510e(0x577)][_0x51510e(0x564)],'subUnitId':_0x5cdbbf},[_0xe7766f],_0xe7766f);}[_0x37672f(0x6af)](_0x178c68,_0x5dcdae,_0x3cd70b){const _0x57a5fd=_0x37672f;if(_0x178c68){this[_0x57a5fd(0x524)](_0x5dcdae,_0x3cd70b);return;}this['_boardElementStateService'][_0x57a5fd(0x374)]();}[_0x37672f(0x663)](_0x3ec38f){const _0x3a55eb=_0x37672f;var _0x785e22,_0x1ccc8d,_0xafefb5,_0x3fccca;let _0x1c033d=_0x3ec38f[_0x3a55eb(0x787)];if(!_0x1c033d||_0x1c033d[_0x3a55eb(0x7cf)]!==this['_context'][_0x3a55eb(0x564)])return;let _0x416157=this['_boardElementService'][_0x3a55eb(0x334)](this[_0x3a55eb(0x577)][_0x3a55eb(0x564)]),_0x4a0daf=Object[_0x3a55eb(0x4bf)](_0x416157)[_0x3a55eb(0x782)](_0x29b1a6=>_0x29b1a6[_0x3a55eb(0x489)][_0x1c033d[_0x3a55eb(0x391)]]),_0x20d302=_0x4a0daf==null?void 0x0:_0x4a0daf[_0x3a55eb(0x489)][_0x1c033d['hostAnchorId']];if(!_0x4a0daf||!_0x20d302||!(0x0,_0x5b8681[_0x3a55eb(0x301)])(_0x20d302[_0x3a55eb(0x34a)])||((_0x785e22=(0x0,_0x5b8681[_0x3a55eb(0x642)])(_0x20d302[_0x3a55eb(0x34a)]))==null?void 0x0:_0x785e22[_0x3a55eb(0x2ab)])!==_0x1c033d[_0x3a55eb(0x2ab)])return;let _0x4215f1=(_0x1ccc8d=(_0xafefb5=this[_0x3a55eb(0x577)][_0x3a55eb(0x1dc)])['getCanvasElement'])==null?void 0x0:_0x1ccc8d[_0x3a55eb(0x4d5)](_0xafefb5);if(!_0x4215f1)return;(_0x3fccca=this[_0x3a55eb(0x5d2)])==null||_0x3fccca['call'](this),this[_0x3a55eb(0x524)](_0x20d302[_0x3a55eb(0x402)],_0x1c033d[_0x3a55eb(0x391)]),this['_setAnchorTransformerVisible'](!0x1,_0x20d302[_0x3a55eb(0x402)],_0x1c033d[_0x3a55eb(0x391)]);let _0x59c310=_0x20d302[_0x3a55eb(0x34a)],_0x5c9c92=_0x59c310[_0x3a55eb(0x65d)]['left']??0x0,_0x53d5cf=_0x59c310['transform']['top']??0x0,_0x57de2b=this[_0x3a55eb(0x359)][_0x3a55eb(0x349)](),_0x5201ad=(0x0,_0x2384f3[_0x3a55eb(0x26e)])(this[_0x3a55eb(0x4b6)][_0x3a55eb(0x512)](_0x2384f3[_0x3a55eb(0x6a7)])??void 0x0),_0x24182c=(0x0,_0x2384f3['getBoardPointFromClient'])(_0x4215f1,_0x1c033d[_0x3a55eb(0x582)],_0x1c033d[_0x3a55eb(0x91a)],{'zoomRatio':_0x57de2b['zoomRatio'],'panOffset':_0x57de2b[_0x3a55eb(0x56d)]},_0x5201ad),_0x49e2c6=document[_0x3a55eb(0x7c5)]??window,_0x4d7635=(_0x36bee5,_0x2ec78c)=>{const _0x4e671d=_0x3a55eb;let _0x5b9f5c=this['_boardUIStateService'][_0x4e671d(0x349)](),_0x16335b=(0x0,_0x2384f3['getBoardPointFromClient'])(_0x4215f1,_0x36bee5,_0x2ec78c,{'zoomRatio':_0x5b9f5c[_0x4e671d(0x6dd)],'panOffset':_0x5b9f5c[_0x4e671d(0x56d)]},_0x5201ad);return{'left':_0x5c9c92+_0x16335b['x']-_0x24182c['x'],'top':_0x53d5cf+_0x16335b['y']-_0x24182c['y']};},_0x3816e0=(_0x13425d,_0x1d30e5)=>{const _0x363752=_0x3a55eb;let _0x27e8da=_0x4d7635(_0x13425d,_0x1d30e5);return this[_0x363752(0x1fd)][_0x363752(0x856)](this['_itemId'](_0x1c033d[_0x363752(0x391)]),{'rect':{..._0x27e8da,'width':_0x59c310[_0x363752(0x65d)]['width']??0x230,'height':_0x59c310['transform'][_0x363752(0x33d)]??0x168}}),_0x27e8da;},_0x57ae9a=_0x31b63f=>_0x1c033d['pointerId']==null||_0x31b63f[_0x3a55eb(0x304)]===_0x1c033d[_0x3a55eb(0x304)],_0x2e0508=()=>{},_0xa993ed=_0x4790d2=>{const _0x39d3dd=_0x3a55eb;_0x57ae9a(_0x4790d2)&&(_0x4790d2[_0x39d3dd(0x387)](),_0x3816e0(_0x4790d2[_0x39d3dd(0x582)],_0x4790d2[_0x39d3dd(0x91a)]));},_0x54afef=async _0x37f65f=>{const _0x38dcea=_0x3a55eb;if(!_0x57ae9a(_0x37f65f))return;_0x2e0508(),_0x37f65f[_0x38dcea(0x387)]();let _0x1a7716=_0x3816e0(_0x37f65f[_0x38dcea(0x582)],_0x37f65f[_0x38dcea(0x91a)]);await this['_commandService']['executeCommand'](_0x5b8681[_0x38dcea(0x230)]['id'],{'unitId':this[_0x38dcea(0x577)][_0x38dcea(0x564)],'subUnitId':_0x20d302[_0x38dcea(0x402)],'elementId':_0x1c033d['hostAnchorId'],'element':_0x59c310,'transform':{..._0x20d302[_0x38dcea(0x65d)],..._0x1a7716}})[_0x38dcea(0x76f)](()=>{const _0x20d9c2=_0x38dcea;this[_0x20d9c2(0x30e)](),this[_0x20d9c2(0x6af)](!0x0,_0x20d302[_0x20d9c2(0x402)],_0x1c033d[_0x20d9c2(0x391)]);});},_0x16e97c=_0x5066fe=>{_0x57ae9a(_0x5066fe)&&(_0x2e0508(),this['_sync'](),this['_setAnchorTransformerVisible'](!0x0,_0x20d302['subUnitId'],_0x1c033d['hostAnchorId']));};_0x2e0508=()=>{const _0xc00aa4=_0x3a55eb;_0x49e2c6[_0xc00aa4(0x356)](_0xc00aa4(0x723),_0xa993ed),_0x49e2c6['removeEventListener'](_0xc00aa4(0x832),_0x54afef),_0x49e2c6[_0xc00aa4(0x356)](_0xc00aa4(0x303),_0x16e97c),this['_activeDragCleanup']===_0x2e0508&&(this[_0xc00aa4(0x5d2)]=void 0x0);},_0x49e2c6[_0x3a55eb(0x780)](_0x3a55eb(0x723),_0xa993ed),_0x49e2c6[_0x3a55eb(0x780)](_0x3a55eb(0x832),_0x54afef),_0x49e2c6[_0x3a55eb(0x780)](_0x3a55eb(0x303),_0x16e97c),this[_0x3a55eb(0x5d2)]=_0x2e0508;}[_0x37672f(0x555)](){const _0x1f50d1=_0x37672f;this[_0x1f50d1(0x58b)][_0x1f50d1(0x84e)](_0x2b8db3=>_0x2b8db3['dispose']()),this['_items'][_0x1f50d1(0x2d5)]();}};_0x2459cd=_0x10216e([_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8[_0x37672f(0x2ea)])),_0xcd14f8(0x2,(0x0,_0x423058[_0x37672f(0x570)])(_0x2384f3['BoardDomLayerService'])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x5b8681['IBoardElementService'])),_0xcd14f8(0x4,(0x0,_0x423058[_0x37672f(0x570)])(_0x2384f3['IBoardElementStateService'])),_0xcd14f8(0x5,(0x0,_0x423058['Inject'])(_0x2384f3[_0x37672f(0x474)])),_0xcd14f8(0x6,_0x423058[_0x37672f(0x514)]),_0xcd14f8(0x7,_0x423058['ICommandService'])],_0x2459cd);function _0x2b612d(){const _0x5c39e7=_0x37672f;return{..._0xd3f8d0({'childType':_0x423058['UniverInstanceType'][_0x5c39e7(0x316)],'productName':_0x5c39e7(0x27f),'hostChromeMode':_0x5c39e7(0x63c)}),'presentationPolicy':{'getChromeCss':()=>_0x5c39e7(0x900)}};}function _0x5772a8(){const _0xfbceb8=_0x37672f;return{'hostType':_0x423058[_0xfbceb8(0x839)][_0xfbceb8(0x316)],'entry':_0x5e0ca8[_0xfbceb8(0x757)]['BoardsFloatingObject'],'layout':_0xfbceb8(0x22f),'supportedLayouts':['scroll-contained',_0xfbceb8(0x863),_0xfbceb8(0x4e3)],'menuBehavior':_0xfbceb8(0x461)};}function _0x5cb68f(){const _0x175608=_0x37672f;return{'childType':_0x423058['UniverInstanceType'][_0x175608(0x316)],'handleWheel':_0x5f2423=>{const _0xd64b8e=_0x175608;let _0x1f9089=_0x5f2423[_0xd64b8e(0x5b0)][_0xd64b8e(0x868)];if(!(_0x1f9089!=null&&_0x1f9089['has'](_0x2384f3[_0xd64b8e(0x474)])))return!0x1;let _0x3e88ff=(_0x5f2423['runtimeScope']['roots'][_0xd64b8e(0x6fe)][_0xd64b8e(0x546)](_0xd64b8e(0x817))??_0x5f2423[_0xd64b8e(0x5b0)]['roots'][_0xd64b8e(0x6fe)])[_0xd64b8e(0x4f7)](),_0x2d069e=(0x0,_0x2384f3[_0xd64b8e(0x26e)])(_0x1f9089[_0xd64b8e(0x7df)](_0x423058[_0xd64b8e(0x514)])?_0x1f9089[_0xd64b8e(0x47e)](_0x423058[_0xd64b8e(0x514)])[_0xd64b8e(0x512)](_0x2384f3['BOARDS_UI_PLUGIN_CONFIG_KEY']):void 0x0),_0x494ca4=(0x0,_0x2384f3[_0xd64b8e(0x410)])({'event':_0x5f2423['event'],'interactionConfig':_0x2d069e,'viewportRect':_0x3e88ff});if(_0x494ca4[_0xd64b8e(0x27c)]==='none')return!0x1;let _0x36e181=_0x1f9089['get'](_0x2384f3['IBoardUIStateService']);return _0x494ca4['type']===_0xd64b8e(0x90e)?_0x36e181[_0xd64b8e(0x28d)](_0x494ca4[_0xd64b8e(0x85a)]):_0x36e181[_0xd64b8e(0x8e3)](_0x36e181['getState']()[_0xd64b8e(0x6dd)]*_0x494ca4[_0xd64b8e(0x532)],_0x494ca4[_0xd64b8e(0x85c)]),!0x0;}};}function _0x5b9ecb(_0x3a6847){const _0x1b5c54=_0x37672f;return{'childType':_0x423058[_0x1b5c54(0x839)][_0x1b5c54(0x316)],'supportedLayouts':[_0x1b5c54(0x737),_0x1b5c54(0x77d),_0x1b5c54(0x22f)],'scopedDependencies':_0x2384f3[_0x1b5c54(0x4b3)]['getRuntimeScopedDependencies'](_0x3a6847),'beforeDeactivate':_0x12da97,'mount':_0x4b9a81};}function _0x12da97(_0x52999d){const _0x4c2643=_0x37672f;let _0xdf6110=_0x52999d[_0x4c2643(0x5b0)][_0x4c2643(0x868)];if(_0xdf6110[_0x4c2643(0x7df)](_0x731e9d[_0x4c2643(0x3c7)])&&_0xdf6110[_0x4c2643(0x47e)](_0x731e9d[_0x4c2643(0x3c7)])[_0x4c2643(0x739)](),_0xdf6110[_0x4c2643(0x7df)](_0x2384f3[_0x4c2643(0x644)])&&_0xdf6110['get'](_0x2384f3['BoardTextEditingService'])[_0x4c2643(0x59b)](),_0xdf6110[_0x4c2643(0x7df)](_0x2384f3[_0x4c2643(0x808)])){let _0x5a392b=_0xdf6110['get'](_0x2384f3[_0x4c2643(0x808)]);_0x5a392b[_0x4c2643(0x8b4)](),_0x5a392b[_0x4c2643(0x374)]();}}function _0x4b9a81(_0x1288ff){const _0x3c6f7b=_0x37672f;var _0x26c688,_0x5adb4d;let _0x54d255=_0x1288ff[_0x3c6f7b(0x868)]['get'](_0x423058[_0x3c6f7b(0x8ca)])[_0x3c6f7b(0x80e)](_0x1288ff[_0x3c6f7b(0x783)],_0x423058[_0x3c6f7b(0x839)][_0x3c6f7b(0x316)]),_0x3fe536=_0x1288ff['runtimeScope'][_0x3c6f7b(0x868)];if(!_0x54d255||!_0x3fe536)return;let _0x17f591=_0x1288ff[_0x3c6f7b(0x868)][_0x3c6f7b(0x47e)](_0x18a9fe[_0x3c6f7b(0x71b)]),_0x4811f6=_0x1a2ebf(_0x17f591,_0x1288ff[_0x3c6f7b(0x783)],_0x3fe536);if(!_0x4811f6)return;let _0x1f5fde=_0x4b0eb6(_0x1288ff[_0x3c6f7b(0x5b0)]['roots']['content']);_0x1f5fde[_0x3c6f7b(0x5db)]((0x0,_0x8825e5['jsxs'])(_0x418b69,{'injector':_0x3fe536,'mountContainer':_0x1288ff[_0x3c6f7b(0x5b0)][_0x3c6f7b(0x8dd)][_0x3c6f7b(0x7f1)],'embedId':_0x1288ff['embedId'],'children':[(0x0,_0x8825e5[_0x3c6f7b(0x3c4)])(_0x2384f3[_0x3c6f7b(0x66e)],{'embedded':_0x1288ff[_0x3c6f7b(0x46e)]['mode']==='float'&&!_0x1288ff[_0x3c6f7b(0x46e)]['fullscreen'],'fitOnMount':!0x1,'showZoomControls':_0x1288ff[_0x3c6f7b(0x46e)][_0x3c6f7b(0x69f)]===_0x3c6f7b(0x81f)||_0x1288ff[_0x3c6f7b(0x46e)]['fullscreen']===!0x0}),(0x0,_0x8825e5[_0x3c6f7b(0x3c4)])(_0x2384f3[_0x3c6f7b(0x8b6)],{'positionRoot':_0x1288ff[_0x3c6f7b(0x5b0)][_0x3c6f7b(0x8dd)][_0x3c6f7b(0x6fe)]}),(0x0,_0x8825e5['jsx'])(_0x731e9d[_0x3c6f7b(0x8f8)],{})]}));let _0x68f943=_0x1288ff[_0x3c6f7b(0x46e)][_0x3c6f7b(0x69f)]!==_0x3c6f7b(0x78d)||_0x1288ff[_0x3c6f7b(0x46e)][_0x3c6f7b(0x3d5)]?_0x1288ff['injector'][_0x3c6f7b(0x47e)](_0x32cfb9)[_0x3c6f7b(0x269)](_0x1288ff[_0x3c6f7b(0x2ab)],_0x1288ff['runtimeScope'][_0x3c6f7b(0x8dd)][_0x3c6f7b(0x6fe)][_0x3c6f7b(0x53c)]):void 0x0;_0x4c236a(_0x4811f6,{'activate':!0x0});let _0x7045b5=(_0x26c688=(_0x5adb4d=globalThis)['requestAnimationFrame'])==null?void 0x0:_0x26c688[_0x3c6f7b(0x4d5)](_0x5adb4d,()=>{const _0x1c2735=_0x3c6f7b;let _0x43a5cf=_0x1288ff[_0x1c2735(0x5b0)]['roots'][_0x1c2735(0x6fe)][_0x1c2735(0x546)](_0x1c2735(0x817)),_0x158b51=(_0x43a5cf==null?void 0x0:_0x43a5cf['getBoundingClientRect']())??_0x1288ff[_0x1c2735(0x5b0)][_0x1c2735(0x8dd)][_0x1c2735(0x6fe)][_0x1c2735(0x4f7)](),_0x2d0530=(0x0,_0x2384f3[_0x1c2735(0x26e)])(_0x3fe536[_0x1c2735(0x47e)](_0x423058['IConfigService'])['getConfig'](_0x2384f3[_0x1c2735(0x6a7)])??void 0x0);_0x3fe536[_0x1c2735(0x47e)](_0x2384f3[_0x1c2735(0x313)])[_0x1c2735(0x6da)](_0x54d255,{'viewportSize':{'width':_0x158b51[_0x1c2735(0x7e5)],'height':_0x158b51[_0x1c2735(0x33d)]},'padding':Math[_0x1c2735(0x59c)](0x10,Math['min'](0x40,Math[_0x1c2735(0x425)](_0x158b51[_0x1c2735(0x7e5)],_0x158b51[_0x1c2735(0x33d)])*0.08)),'zoom':_0x2d0530});});return(0x0,_0x423058['toDisposable'])(()=>{const _0x12de4b=_0x3c6f7b;if(_0x7045b5!=null){var _0x19dad3,_0x518c53;(_0x19dad3=(_0x518c53=globalThis)[_0x12de4b(0x20c)])==null||_0x19dad3[_0x12de4b(0x4d5)](_0x518c53,_0x7045b5);}try{var _0x140107,_0x4d1428;(_0x140107=(_0x4d1428=_0x4811f6[_0x12de4b(0x1dc)])[_0x12de4b(0x506)])==null||_0x140107['call'](_0x4d1428);}catch{}_0x17f591['removeRender'](_0x1288ff['childUnitId']),_0x5deccb(_0x1f5fde),_0x68f943==null||_0x68f943[_0x12de4b(0x4ff)](),_0x3fe536[_0x12de4b(0x4ff)]();});}function _0x36f52a(){const _0x572544=_0x37672f;return _0x454349({'childType':_0x423058['UniverInstanceType'][_0x572544(0x316)],'mount':_0x474220});}function _0x474220(_0x5f248f){const _0x13e38a=_0x37672f;if(_0x5f248f['renderScope']['fullscreen'])return;let {root:_0x5ccee0,menu:_0x277f95}=_0x2c109e(_0x5f248f),_0x3ecff3=_0x4b0eb6(_0x277f95);return _0x3ecff3['render']((0x0,_0x10447b[_0x13e38a(0x64d)])(_0x418b69,{'injector':_0x5f248f[_0x13e38a(0x5b0)][_0x13e38a(0x868)],'mountContainer':_0x5ccee0,'embedId':_0x5f248f[_0x13e38a(0x2ab)]},(0x0,_0x10447b[_0x13e38a(0x64d)])(_0x51fe78,{'hostUnitId':_0x5f248f[_0x13e38a(0x7cf)],'embedId':_0x5f248f['embedId'],'childUnitId':_0x5f248f['childUnitId'],'viewportRoot':_0x5f248f[_0x13e38a(0x5b0)][_0x13e38a(0x8dd)][_0x13e38a(0x6fe)],'fullscreen':!!_0x5f248f['renderScope'][_0x13e38a(0x3d5)]}))),(0x0,_0x423058[_0x13e38a(0x35b)])(()=>{const _0x297274=_0x13e38a;_0x5deccb(_0x3ecff3),globalThis[_0x297274(0x620)](()=>_0x277f95['remove'](),0x0);});}function _0x51fe78(_0x4beb1e){const _0x4e8847=_0x37672f;let {hostUnitId:_0x3db9b1,embedId:_0xbd5b24,childUnitId:_0x2365bb,viewportRoot:_0x39cb11,fullscreen:_0x53ca58}=_0x4beb1e,_0x3b7c26=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x423058[_0x4e8847(0x58f)]),_0x3bd532=(0x0,_0x4fbb7a['useDependency'])(_0x423058[_0x4e8847(0x514)]),_0x5b26f2=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x423058[_0x4e8847(0x8ca)]),_0x53c06a=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x423058[_0x4e8847(0x5f7)]),_0xd21ff7=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x89f79f),_0x4bf2cb=(0x0,_0x4fbb7a[_0x4e8847(0x7bd)])(_0x2384f3[_0x4e8847(0x474)]),_0x1f0226=(0x0,_0x4fbb7a['useDependency'])(_0x2384f3[_0x4e8847(0x313)]),_0xc55ccb=(0x0,_0x4fbb7a[_0x4e8847(0x711)])(()=>_0x4bf2cb[_0x4e8847(0x322)],_0x4bf2cb[_0x4e8847(0x349)](),!0x1,[_0x4bf2cb]),_0x37307c=_0x2c31e8({'embedId':_0xbd5b24,'active':(0x0,_0x4fbb7a[_0x4e8847(0x711)])(()=>_0xd21ff7['active$'],_0xd21ff7[_0x4e8847(0x2fc)](),!0x1,[_0xd21ff7]),'fullscreen':_0x53ca58}),_0x12273e=_0x5b26f2['getUnit'](_0x2365bb,_0x423058[_0x4e8847(0x839)]['UNIVER_BOARD']),_0x447146=(0x0,_0x2384f3[_0x4e8847(0x26e)])(_0x3bd532['getConfig'](_0x2384f3[_0x4e8847(0x6a7)])??void 0x0),_0xed0bf9=()=>_0x39cb11[_0x4e8847(0x4f7)](),_0x59c963=()=>({'x':_0xed0bf9()['width']/0x2,'y':_0xed0bf9()['height']/0x2}),_0x414010=_0x5e51fd=>_0x4bf2cb[_0x4e8847(0x8e3)](_0x5e51fd,_0x59c963());return(0x0,_0x8825e5[_0x4e8847(0x1fa)])(_0x4e8847(0x46a),{'className':(0x0,_0x314f23[_0x4e8847(0x39d)])('univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':_0x37307c===_0x4e8847(0x3ed),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x53ca58,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x53ca58,'-univer-top-[44px]':!_0x53ca58}),'data-embed-floating-menu':'true','data-embed-id':_0xbd5b24,'data-embed-float-stage':_0x37307c,'onPointerDown':_0x27182b=>_0x27182b[_0x4e8847(0x584)](),'children':[(0x0,_0x8825e5[_0x4e8847(0x3c4)])('span',{'title':_0x53c06a['t']('embed-ui.boardsFloating.fitContent'),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4fbb7a[_0x4e8847(0x6fa)],{'onClick':()=>{const _0x148aaa=_0x4e8847;let _0xd2466d=_0xed0bf9();_0x1f0226['fitContent'](_0x12273e??null,{'viewportSize':{'width':_0xd2466d[_0x148aaa(0x7e5)],'height':_0xd2466d[_0x148aaa(0x33d)]},'padding':Math[_0x148aaa(0x59c)](0x10,Math[_0x148aaa(0x425)](0x40,Math[_0x148aaa(0x425)](_0xd2466d[_0x148aaa(0x7e5)],_0xd2466d[_0x148aaa(0x33d)])*0.08)),'zoom':_0x447146});},'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x298840,{})})}),(0x0,_0x8825e5['jsx'])(_0x4e8847(0x2db),{'title':_0x53c06a['t'](_0x4e8847(0x7fc)),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4fbb7a['ToolbarButton'],{'onClick':()=>_0x414010(_0xc55ccb['zoomRatio']-_0x447146[_0x4e8847(0x867)]),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x53099d,{})})}),(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4e8847(0x2db),{'title':_0x53c06a['t'](_0x4e8847(0x503)),'children':(0x0,_0x8825e5['jsxs'])(_0x4fbb7a[_0x4e8847(0x6fa)],{'noIcon':!0x0,'onClick':()=>_0x414010(0x1),'children':[Math[_0x4e8847(0x756)](_0xc55ccb['zoomRatio']*0x64),'%']})}),(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4e8847(0x2db),{'title':_0x53c06a['t']('embed-ui.boardsFloating.zoomIn'),'children':(0x0,_0x8825e5['jsx'])(_0x4fbb7a[_0x4e8847(0x6fa)],{'onClick':()=>_0x414010(_0xc55ccb[_0x4e8847(0x6dd)]+_0x447146[_0x4e8847(0x867)]),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x3d7f0f,{})})}),(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4e8847(0x2db),{'title':_0x53c06a['t']('embed-ui.boardsFloating.delete'),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x4fbb7a[_0x4e8847(0x6fa)],{'className':_0x4e8847(0x78e),'onClick':()=>void _0x3b7c26[_0x4e8847(0x6a6)](_0x5e0ca8['RemoveEmbedCommand']['id'],{'hostUnitId':_0x3db9b1,'embedId':_0xbd5b24}),'children':(0x0,_0x8825e5[_0x4e8847(0x3c4)])(_0x30bdbf,{})})})]});}function _0x2c31e8(_0x12e7ae){const _0x3a9bf0=_0x37672f;var _0x26d1b7;return _0x12e7ae[_0x3a9bf0(0x3d5)]?_0x3a9bf0(0x58d):((_0x26d1b7=_0x12e7ae[_0x3a9bf0(0x44d)])==null?void 0x0:_0x26d1b7[_0x3a9bf0(0x2ab)])===_0x12e7ae[_0x3a9bf0(0x2ab)]?_0x12e7ae['active'][_0x3a9bf0(0x67a)]??_0x3a9bf0(0x4c6):_0x3a9bf0(0x3ed);}function _0x43ce46(_0x128fab){const _0x1e8d5a=_0x37672f;_0x4ee2ee(_0x128fab,_0x1e8d5a(0x697),_0x234222);}function _0x234222(_0x389be4){const _0x15c085=_0x37672f;_0x389be4[_0x15c085(0x7df)](_0x2384f3[_0x15c085(0x6a3)])||_0x389be4[_0x15c085(0x47d)]([_0x2384f3[_0x15c085(0x6a3)],{'useFactory':()=>_0x389be4['get'](_0x4b94f0)}]);let _0x114b86=_0x389be4[_0x15c085(0x47e)](_0x16de5f),_0x211f38=_0x389be4[_0x15c085(0x47e)](_0x402a2b),_0x5ce3ff=_0x389be4['get'](_0x28f187),_0xdb9a82=_0x389be4[_0x15c085(0x47e)](_0x74c661),_0x42afd3=_0x389be4['get'](_0x24299e),_0x48cff9=_0x389be4[_0x15c085(0x47e)](_0x691e68),_0x43b7cd=_0x5772a8();_0x114b86[_0x15c085(0x47e)](_0x43b7cd[_0x15c085(0x805)],_0x43b7cd[_0x15c085(0x23b)])||_0x114b86[_0x15c085(0x920)](_0x43b7cd);let _0x4a68a6=_0x5b9ecb(_0x389be4);_0x211f38[_0x15c085(0x47e)](_0x4a68a6[_0x15c085(0x6b0)])||_0x211f38['register'](_0x4a68a6);let _0x46b020=_0x2b612d();_0x5ce3ff[_0x15c085(0x47e)](_0x46b020['childType'])||_0x5ce3ff[_0x15c085(0x920)](_0x46b020),_0x36f52a()[_0x15c085(0x84e)](_0x249f39=>{const _0x169d6c=_0x15c085;_0xdb9a82[_0x169d6c(0x3b6)](_0x249f39[_0x169d6c(0x805)],_0x249f39[_0x169d6c(0x23b)],_0x249f39[_0x169d6c(0x6b0)])||_0xdb9a82[_0x169d6c(0x920)](_0x249f39);}),_0x42afd3['registerProvider'](_0x5158fc(_0x389be4,{'childType':_0x423058['UniverInstanceType']['UNIVER_BOARD'],'renderManagerService':_0x18a9fe[_0x15c085(0x71b)]})),_0x48cff9['get'](_0x423058[_0x15c085(0x839)][_0x15c085(0x316)])||_0x48cff9[_0x15c085(0x920)](_0x5cb68f()),_0x389be4['get'](_0x18a9fe[_0x15c085(0x71b)])['registerRenderModule'](_0x423058[_0x15c085(0x839)][_0x15c085(0x316)],_0x2459cd);}let _0x25f13d={'mode':_0x37672f(0x225),'target':_0x37672f(0x3e5),'paddingX':0x0,'minScale':0x0,'align':'start'};function _0x4d08de(){const _0x5b4955=_0x37672f;return _0x24df5c({'childType':_0x423058[_0x5b4955(0x839)][_0x5b4955(0x4d7)],'productName':_0x5b4955(0x6be)});}function _0x390255(){const _0x3eb9cf=_0x37672f;return{'childType':_0x423058[_0x3eb9cf(0x839)]['UNIVER_DOC'],'supportedLayouts':[_0x3eb9cf(0x77d),_0x3eb9cf(0x863),_0x3eb9cf(0x22f)],'beforeDeactivate':_0x32c6a6,'mount':_0xf1b448=>_0xf1b448[_0x3eb9cf(0x46e)][_0x3eb9cf(0x69f)]===_0x3eb9cf(0x78d)&&!_0xf1b448['renderScope'][_0x3eb9cf(0x3d5)]?_0x16222d(_0xf1b448,_0x18a9fe[_0x3eb9cf(0x71b)],void 0x0,{'scopedInjector':_0x1cca5a(_0xf1b448[_0x3eb9cf(0x5b0)][_0x3eb9cf(0x868)])}):_0x16222d(_0xf1b448,_0x18a9fe[_0x3eb9cf(0x71b)])};}function _0x32c6a6(_0x5447fc){const _0x51e7ad=_0x37672f;var _0x42b47a;let _0x3e67d8=_0x5447fc['injector']['get'](_0x18a9fe[_0x51e7ad(0x71b)])[_0x51e7ad(0x289)](_0x5447fc['childUnitId']),_0x31a679=_0x3e67d8==null?void 0x0:_0x3e67d8[_0x51e7ad(0x38d)](_0xeb41bb[_0x51e7ad(0x8c0)]);_0x3e67d8==null||(_0x42b47a=_0x3e67d8[_0x51e7ad(0x38d)](_0xeb41bb[_0x51e7ad(0x30c)]))==null||_0x42b47a[_0x51e7ad(0x745)](),_0x31a679==null||_0x31a679[_0x51e7ad(0x453)](),_0x31a679==null||_0x31a679[_0x51e7ad(0x799)]();}function _0x1cca5a(_0x5e8f32){const _0x2dd6da=_0x37672f;return _0x310982(_0x5e8f32,new Map([[_0xeb41bb[_0x2dd6da(0x8f0)],_0x3558fc=>_0x9758b9(_0x3558fc)]]));}function _0x9758b9(_0x12395f){const _0x65db7c=_0x37672f;return{..._0x12395f,'fitToWidth':{..._0x12395f==null?void 0x0:_0x12395f[_0x65db7c(0x5bf)],..._0x25f13d}};}let _0x8e95ec=class extends _0x423058[_0x37672f(0x26b)]{constructor(_0x60d20d,_0x3ee2a0,_0x58feed,_0x9e041f,_0x4f2fd3,_0x4f0303,_0x2d27a9,_0x236ddb){const _0x3e642e=_0x37672f;var _0xfb699d,_0xab2780;super(),this[_0x3e642e(0x577)]=_0x60d20d,this['_univerInstanceService']=_0x3ee2a0,this[_0x3e642e(0x82f)]=_0x58feed,this['_contentSizeRegistry']=_0x9e041f,this[_0x3e642e(0x773)]=_0x4f2fd3,this[_0x3e642e(0x479)]=_0x4f0303,this['_renderManagerService']=_0x2d27a9,this[_0x3e642e(0x23e)]=_0x236ddb,_0x1876b0(this,'_resolvedChildUnits',new Map()),_0x1876b0(this,_0x3e642e(0x882),new Map());let _0x3a3aa4=(0x0,_0xeb41bb[_0x3e642e(0x734)])(()=>{const _0x2b2fb7=_0x3e642e;this[_0x2b2fb7(0x392)]()||this[_0x2b2fb7(0x878)]();}),_0x338df7=(0x0,_0xeb41bb['createDocsCustomBlockSizeRefreshScheduler'])(()=>{const _0x2dac0b=_0x3e642e;this[_0x2dac0b(0x392)]();});this[_0x3e642e(0x8e4)](_0x3a3aa4),this[_0x3e642e(0x8e4)](_0x338df7);let _0x456e24=_0x573f6a((_0xfb699d=this[_0x3e642e(0x577)][_0x3e642e(0x1dc)])==null||(_0xab2780=_0xfb699d['getCanvasElement'])==null?void 0x0:_0xab2780[_0x3e642e(0x4d5)](_0xfb699d),_0x3a3aa4['schedule']);_0x456e24&&this[_0x3e642e(0x8e4)](_0x456e24);let _0x2139f2=this[_0x3e642e(0x5af)]['contentSizeChanged$'][_0x3e642e(0x4a5)](({hostUnitId:_0x2719e7})=>{const _0x358a06=_0x3e642e;_0x2719e7===this[_0x358a06(0x577)][_0x358a06(0x564)]&&_0x3a3aa4['schedule']();});this[_0x3e642e(0x8e4)]((0x0,_0x423058[_0x3e642e(0x35b)])(()=>_0x2139f2[_0x3e642e(0x7b2)]())),this[_0x3e642e(0x8e4)]({'dispose':()=>{const _0x57cc9d=_0x3e642e;this[_0x57cc9d(0x90b)][_0x57cc9d(0x2d5)](),this[_0x57cc9d(0x882)][_0x57cc9d(0x2d5)]();}});let _0x4c70b6=this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x423058[_0x3e642e(0x839)][_0x3e642e(0x89d)])[_0x3e642e(0x4a5)](()=>{_0x3a3aa4['schedule']();}),_0x4aab4f=this[_0x3e642e(0x652)][_0x3e642e(0x7a7)](_0x423058[_0x3e642e(0x839)][_0x3e642e(0x2d9)])['subscribe'](()=>{const _0x1e1056=_0x3e642e;_0x3a3aa4[_0x1e1056(0x27b)]();});this[_0x3e642e(0x8e4)]((0x0,_0x423058[_0x3e642e(0x35b)])(()=>_0x4c70b6[_0x3e642e(0x7b2)]())),this[_0x3e642e(0x8e4)]((0x0,_0x423058[_0x3e642e(0x35b)])(()=>_0x4aab4f[_0x3e642e(0x7b2)]()));let _0x52b2cd=(0x0,_0x18a9fe[_0x3e642e(0x622)])((_0x5adf1e,_0x55888c,_0x2cb1dd)=>{const _0x1c5c3b=_0x3e642e;var _0xe3e0ad,_0x3710b5,_0x129d5c;if(_0x5adf1e!==this[_0x1c5c3b(0x577)][_0x1c5c3b(0x564)])return null;let _0x33e6c5=this[_0x1c5c3b(0x8ad)]();if(!_0x33e6c5)return null;let _0x144e54=(_0xe3e0ad=_0x33e6c5[_0x1c5c3b(0x638)])==null?void 0x0:_0xe3e0ad[_0x55888c],_0xb017c3=_0x144e54==null?void 0x0:_0x144e54[_0x1c5c3b(0x489)],_0xfcdc2d=_0xb017c3==null?void 0x0:_0xb017c3[_0x1c5c3b(0x6b0)];if(_0xfcdc2d!==_0x423058[_0x1c5c3b(0x839)][_0x1c5c3b(0x89d)]&&_0xfcdc2d!==_0x423058[_0x1c5c3b(0x839)][_0x1c5c3b(0x2d9)])return null;let _0x5c82c6=this['_docViewScaleService'][_0x1c5c3b(0x656)](),_0x19d01c=this['_getVisibleCanvasDocumentRect'](_0x5c82c6),_0x6a1496=this[_0x1c5c3b(0x701)](_0xb017c3,_0xfcdc2d),_0x594c1e=_0x6a1496?this[_0x1c5c3b(0x3cd)](_0x6a1496,_0xfcdc2d,_0x3a3aa4[_0x1c5c3b(0x27b)]):void 0x0,_0x12b9f9=_0xb017c3==null?void 0x0:_0xb017c3[_0x1c5c3b(0x2ab)],_0x5bd408=typeof _0x12b9f9=='string'?(_0x3710b5=this[_0x1c5c3b(0x773)][_0x1c5c3b(0x25a)](_0x12b9f9))==null||(_0x3710b5=_0x3710b5[_0x1c5c3b(0x8d2)])==null?void 0x0:_0x3710b5[_0x1c5c3b(0x5b0)][_0x1c5c3b(0x868)]:void 0x0,_0x2b9037=_0x6a1496&&_0x594c1e!=null?this[_0x1c5c3b(0x5af)][_0x1c5c3b(0x5d0)]({'childType':_0xfcdc2d,'childUnit':_0x594c1e,'childUnitId':_0x6a1496,'injector':_0x5bd408,'viewportHeight':(_0x19d01c==null?void 0x0:_0x19d01c[_0x1c5c3b(0x33d)])==null?void 0x0:Math[_0x1c5c3b(0x59c)](0x1,_0x19d01c['height']-0x34),'viewportWidth':_0x2cb1dd[_0x1c5c3b(0x8ef)]}):void 0x0,_0x51faa8=(0x0,_0x93b5c7[_0x1c5c3b(0x218)])(_0xfcdc2d),_0x2efa3b=_0x3a1374(_0x2cb1dd[_0x1c5c3b(0x59d)],_0x51faa8[_0x1c5c3b(0x33d)]),_0xce871d=_0x3a1374(_0x2cb1dd['fallbackWidth'],_0x51faa8['width']),_0x4c981f=(_0x2b9037==null?void 0x0:_0x2b9037[_0x1c5c3b(0x33d)])??_0x2efa3b,_0x2ddd76=(0x0,_0xeb41bb[_0x1c5c3b(0x673)])({'childType':_0xfcdc2d,'contentHeight':_0xfcdc2d===_0x423058[_0x1c5c3b(0x839)][_0x1c5c3b(0x89d)]?_0x10e2c1(_0x4c981f):_0x4c981f,'contentWidth':_0x2b9037==null?void 0x0:_0x2b9037['width'],'docsLeft':this['_getDocsLeft'](),'documentFlavor':(_0x129d5c=_0x33e6c5[_0x1c5c3b(0x8a7)])==null?void 0x0:_0x129d5c['documentFlavor'],'fallbackHeight':_0x2efa3b,'fallbackWidth':_0xce871d,'pageMarginLeft':_0x2cb1dd[_0x1c5c3b(0x597)],'pageMarginRight':_0x2cb1dd[_0x1c5c3b(0x725)],'pageWidth':_0x2cb1dd['pageWidth'],'scale':_0x5c82c6,'visibleCanvasHeight':_0x19d01c==null?void 0x0:_0x19d01c[_0x1c5c3b(0x33d)],'visibleCanvasLeft':_0x19d01c==null?void 0x0:_0x19d01c['left'],'visibleCanvasWidth':_0x19d01c==null?void 0x0:_0x19d01c[_0x1c5c3b(0x7e5)]}),_0x4e12b3=_0x2ddd76[_0x1c5c3b(0x7d6)]??_0x2ddd76[_0x1c5c3b(0x33d)],_0x2f775d=_0xfcdc2d===_0x423058['UniverInstanceType']['UNIVER_BASE']?0x34:0x0,_0x1b6955=(_0x19d01c==null?void 0x0:_0x19d01c[_0x1c5c3b(0x33d)])==null?_0x2ddd76[_0x1c5c3b(0x71f)]??_0x4e12b3:Math[_0x1c5c3b(0x425)](_0x4e12b3,Math['max'](0x1,_0x19d01c[_0x1c5c3b(0x33d)]-_0x2f775d));return{..._0x2ddd76,'viewportHeight':_0x1b6955,'height':_0x2c272d({'contentHeight':_0x4e12b3,'floatingMenuInsetTop':0x34})};});this[_0x3e642e(0x8e4)]({'dispose':_0x52b2cd}),this[_0x3e642e(0x8e4)](this[_0x3e642e(0x82f)][_0x3e642e(0x519)](_0x1001c6=>{const _0x17d55b=_0x3e642e;if(_0x1001c6['id']===_0xeb41bb[_0x17d55b(0x826)]['id']){let _0x131172=_0x1001c6['params'];typeof _0x131172==_0x17d55b(0x539)&&_0x131172&&_0x17d55b(0x564)in _0x131172&&_0x131172['unitId']===this[_0x17d55b(0x577)][_0x17d55b(0x564)]&&_0x338df7[_0x17d55b(0x27b)]();return;}let _0x20cf6f=this['_getHostSnapshot']();_0x20cf6f&&(0x0,_0xeb41bb[_0x17d55b(0x60c)])({'childUnitIds':(0x0,_0xeb41bb[_0x17d55b(0x4ca)])(_0x20cf6f['drawings'],_0x21d832=>this[_0x17d55b(0x701)](_0x21d832)),'commandId':_0x1001c6['id'],'commandParams':_0x1001c6[_0x17d55b(0x8fd)],'hostUnitId':this[_0x17d55b(0x577)][_0x17d55b(0x564)]})&&_0x3a3aa4[_0x17d55b(0x27b)]();}));}[_0x37672f(0x8d1)](){const _0x43c78b=_0x37672f;if(!this[_0x43c78b(0x7e4)])return this[_0x43c78b(0x577)][_0x43c78b(0x7d2)]??void 0x0;}[_0x37672f(0x8ad)](){const _0x21746e=_0x37672f;var _0x1d1262;return(_0x1d1262=this[_0x21746e(0x8d1)]())==null?void 0x0:_0x1d1262[_0x21746e(0x41e)]();}['_rerenderHostDoc'](){const _0x3d65f0=_0x37672f;let _0x17c4ad=this[_0x3d65f0(0x29f)][_0x3d65f0(0x289)](this[_0x3d65f0(0x577)][_0x3d65f0(0x564)]);try{var _0x4c3c00;let _0xf03eab=_0x17c4ad==null||(_0x4c3c00=_0x17c4ad[_0x3d65f0(0x38d)])==null?void 0x0:_0x4c3c00['call'](_0x17c4ad,_0x93b5c7['DocSkeletonManagerService']);return _0xf03eab?(_0xf03eab[_0x3d65f0(0x30f)](),!0x0):!0x1;}catch{return!0x1;}}[_0x37672f(0x878)](){const _0x3dba83=_0x37672f;let _0x3e65b1=this[_0x3dba83(0x8d1)](),_0x11fbd2=_0x3e65b1==null?void 0x0:_0x3e65b1[_0x3dba83(0x6dd)];typeof _0x11fbd2=='number'&&this[_0x3dba83(0x82f)][_0x3dba83(0x7ef)](_0xeb41bb[_0x3dba83(0x826)]['id'],{'unitId':this[_0x3dba83(0x577)]['unitId'],'zoomRatio':_0x11fbd2});}[_0x37672f(0x701)](_0xf6f19c,_0x3ce1ba){const _0x192842=_0x37672f;if(!_0xf6f19c||typeof _0xf6f19c!='object')return;let _0x342e77=_0xf6f19c,_0xcdf9a2=typeof _0x342e77[_0x192842(0x6b0)]=='number'?_0x342e77[_0x192842(0x6b0)]:_0x3ce1ba;if(_0xcdf9a2!==_0x423058[_0x192842(0x839)]['UNIVER_SHEET']&&_0xcdf9a2!==_0x423058['UniverInstanceType'][_0x192842(0x2d9)])return;if(typeof _0x342e77[_0x192842(0x783)]=='string')return _0x342e77[_0x192842(0x783)];if(typeof _0x342e77[_0x192842(0x2ab)]!=_0x192842(0x43e))return;let _0x4c4ad8=typeof _0x342e77[_0x192842(0x7cf)]=='string'?_0x342e77[_0x192842(0x7cf)]:this[_0x192842(0x577)][_0x192842(0x564)],_0x17b7b5=this['_embedModelService']['getDescriptor'](_0x4c4ad8,_0x342e77['embedId']);if((_0x17b7b5==null?void 0x0:_0x17b7b5[_0x192842(0x6b0)])===_0xcdf9a2){if(typeof _0x17b7b5[_0x192842(0x783)]=='string')return _0x17b7b5[_0x192842(0x783)];try{return(0x0,_0x5e0ca8[_0x192842(0x7a8)])(_0x17b7b5[_0x192842(0x874)][_0x192842(0x601)]);}catch{return;}}}['_getChildUnitForMeasurement'](_0x4dac9b,_0x198f02,_0x4fa567){const _0x56b4fd=_0x37672f;let _0x248c67=_0x198f02+':'+_0x4dac9b;if(this['_resolvedChildUnits'][_0x56b4fd(0x7df)](_0x248c67))return this[_0x56b4fd(0x90b)]['get'](_0x248c67);let _0x47c9d2=this['_univerInstanceService'][_0x56b4fd(0x80e)](_0x4dac9b,_0x198f02);if(_0x47c9d2!=null){if(!_0x3decad(_0x47c9d2))return this[_0x56b4fd(0x90b)][_0x56b4fd(0x5d7)](_0x248c67,_0x47c9d2),_0x47c9d2;if(!this[_0x56b4fd(0x882)][_0x56b4fd(0x7df)](_0x248c67)){let _0x2e7f43=Promise[_0x56b4fd(0x664)](_0x47c9d2)[_0x56b4fd(0x833)](_0x54c6fc=>(this[_0x56b4fd(0x882)][_0x56b4fd(0x405)](_0x248c67),this[_0x56b4fd(0x90b)]['set'](_0x248c67,_0x54c6fc),this[_0x56b4fd(0x7e4)]||_0x4fa567(),_0x54c6fc),()=>{this['_pendingChildUnits']['delete'](_0x248c67);});this[_0x56b4fd(0x882)][_0x56b4fd(0x5d7)](_0x248c67,_0x2e7f43);}}}[_0x37672f(0x5b2)](){const _0x29322e=_0x37672f;var _0x985bf4,_0x5e5072;return((_0x985bf4=this[_0x29322e(0x577)][_0x29322e(0x6ed)])==null||(_0x5e5072=_0x985bf4[_0x29322e(0x2b5)])==null||(_0x5e5072=_0x5e5072[_0x29322e(0x4d5)](_0x985bf4))==null?void 0x0:_0x5e5072[_0x29322e(0x8c7)])??0x0;}[_0x37672f(0x473)](_0x289892){const _0x2ed5c6=_0x37672f;var _0xa017c,_0x561b1f,_0x10f023,_0xfb212b,_0x4774b7,_0x3e4849;let _0x488f88=Number[_0x2ed5c6(0x498)](_0x289892)&&_0x289892>0x0?_0x289892:0x1,_0x436bd7=((_0xa017c=this[_0x2ed5c6(0x577)][_0x2ed5c6(0x5d6)][_0x2ed5c6(0x32f)](_0xeb41bb[_0x2ed5c6(0x478)][_0x2ed5c6(0x81b)]))==null?void 0x0:_0xa017c[_0x2ed5c6(0x470)])??0x0,_0x30dfe7=(_0x561b1f=(_0x10f023=this[_0x2ed5c6(0x577)]['engine'])['getCanvasElement'])==null||(_0x561b1f=_0x561b1f['call'](_0x10f023))==null||(_0xfb212b=_0x561b1f[_0x2ed5c6(0x4f7)])==null?void 0x0:_0xfb212b[_0x2ed5c6(0x4d5)](_0x561b1f),_0x16df77=_0x30dfe7==null?void 0x0:_0x30dfe7[_0x2ed5c6(0x7e5)],_0x201874=_0x30dfe7==null?void 0x0:_0x30dfe7['height'],_0xc6d86=((_0x4774b7=this[_0x2ed5c6(0x577)][_0x2ed5c6(0x6ed)])==null?void 0x0:_0x4774b7[_0x2ed5c6(0x7e5)])??this[_0x2ed5c6(0x577)][_0x2ed5c6(0x5d6)]['width'],_0x24647e=(_0x16df77??_0xc6d86??0x0)/_0x488f88,_0x220d5a=((_0x3e4849=this['_context'][_0x2ed5c6(0x6ed)])==null?void 0x0:_0x3e4849[_0x2ed5c6(0x33d)])??this[_0x2ed5c6(0x577)]['scene'][_0x2ed5c6(0x33d)],_0x4c2c73=(_0x201874??_0x220d5a??0x0)/_0x488f88;return!_0x24647e||!Number[_0x2ed5c6(0x498)](_0x24647e)||_0x24647e<=0x0||!_0x4c2c73||!Number['isFinite'](_0x4c2c73)||_0x4c2c73<=0x0?null:{'height':_0x4c2c73,'left':_0x436bd7,'width':_0x24647e};}};_0x8e95ec=_0x10216e([_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x423058[_0x37672f(0x8ca)])),_0xcd14f8(0x2,(0x0,_0x423058['Inject'])(_0x423058['ICommandService'])),_0xcd14f8(0x3,(0x0,_0x423058[_0x37672f(0x570)])(_0x2b84b4)),_0xcd14f8(0x4,(0x0,_0x423058[_0x37672f(0x570)])(_0x1d93f4)),_0xcd14f8(0x5,(0x0,_0x423058['Inject'])(_0x5e0ca8[_0x37672f(0x2ea)])),_0xcd14f8(0x6,_0x18a9fe[_0x37672f(0x71b)]),_0xcd14f8(0x7,(0x0,_0x423058[_0x37672f(0x570)])(_0xeb41bb[_0x37672f(0x4e6)]))],_0x8e95ec);function _0x573f6a(_0x2cb784,_0x1036ad){const _0x16e2bf=_0x37672f;if(!_0x2cb784||typeof ResizeObserver>'u')return;let _0x418a3a=new ResizeObserver(()=>_0x1036ad());return _0x418a3a[_0x16e2bf(0x893)](_0x2cb784),{'dispose':()=>_0x418a3a[_0x16e2bf(0x5f4)]()};}function _0x3decad(_0x2dad7f){const _0x2caf9f=_0x37672f;return!!_0x2dad7f&&typeof _0x2dad7f[_0x2caf9f(0x833)]==_0x2caf9f(0x6de);}function _0x3a1374(_0x24081b,_0x525999){const _0x3670a0=_0x37672f;return typeof _0x24081b=='number'&&Number[_0x3670a0(0x498)](_0x24081b)&&_0x24081b>0x1?_0x24081b:_0x525999;}function _0x52abbc(_0x2e020e,_0x300ea1,_0x2d42a8){const _0x2bfc11=_0x37672f;return{...(0x0,_0x5e0ca8[_0x2bfc11(0x3ad)])(_0x2e020e,_0x300ea1),'afterCreateAnchor':_0x2c564e=>_0x193c6a(_0x2d42a8,_0x2c564e[_0x2bfc11(0x7cf)]),'afterRemoveAnchor':_0x575c28=>_0x193c6a(_0x2d42a8,_0x575c28[_0x2bfc11(0x7cf)])};}function _0x44bc5e(){const _0x103c61=_0x37672f;return{'hostType':_0x423058[_0x103c61(0x839)][_0x103c61(0x4d7)],'entry':_0x103c61(0x3fc),'layout':_0x103c61(0x504),'supportedLayouts':[_0x103c61(0x504),_0x103c61(0x7a0),_0x103c61(0x4e3),_0x103c61(0x22f),_0x103c61(0x737)],'menuBehavior':_0x103c61(0x461)};}function _0x193c6a(_0xc830c5,_0x314ac2){const _0x4de81f=_0x37672f;var _0x54aa49,_0x1ad9c2,_0x940c55,_0x5d4f1d;if(!_0xc830c5)return;let _0x18f1c4=_0xc830c5[_0x4de81f(0x289)](_0x314ac2);if(_0x18f1c4){for(let _0x18c92c of _0x18f1c4['components']['values']()){var _0x2dcf23;(_0x2dcf23=_0x18c92c[_0x4de81f(0x2ba)])==null||_0x2dcf23[_0x4de81f(0x4d5)](_0x18c92c);}(_0x54aa49=_0x18f1c4[_0x4de81f(0x1dc)])==null||_0x54aa49[_0x4de81f(0x235)](),(_0x1ad9c2=_0x18f1c4[_0x4de81f(0x5d6)])==null||_0x1ad9c2[_0x4de81f(0x2ba)](),(_0x940c55=_0x18f1c4['with'])==null||(_0x940c55=_0x940c55['call'](_0x18f1c4,_0xeb41bb['DocPageLayoutService']))==null||(_0x5d4f1d=_0x940c55[_0x4de81f(0x469)])==null||_0x5d4f1d[_0x4de81f(0x4d5)](_0x940c55);}}function _0x12675a(_0x455709){const _0x3620b4=_0x37672f;return{'childType':_0x423058[_0x3620b4(0x839)][_0x3620b4(0x4d7)],'handleWheel':_0x346073=>{const _0x1b3a79=_0x3620b4;let _0x222370=_0x455709['has'](_0x1b2dea)?_0x455709[_0x1b3a79(0x47e)](_0x1b2dea):void 0x0;if((_0x222370==null?void 0x0:_0x222370[_0x1b3a79(0x561)](_0x346073))===!0x0)return!0x0;if(!_0x455709['has'](_0x18a9fe[_0x1b3a79(0x71b)]))return!0x1;let _0x1028b2=_0x455709[_0x1b3a79(0x47e)](_0x18a9fe['IRenderManagerService'])[_0x1b3a79(0x289)](_0x346073['childUnitId']),_0x838d43=_0x1028b2==null?void 0x0:_0x1028b2['scene'];return _0x4fc756(_0x346073,_0x838d43==null?void 0x0:_0x838d43[_0x1b3a79(0x32f)](_0xeb41bb[_0x1b3a79(0x478)][_0x1b3a79(0x81b)]),_0x838d43);}};}function _0x1d54b1(){const _0x1f672f=_0x37672f;return _0x454349({'childType':_0x423058[_0x1f672f(0x839)]['UNIVER_DOC'],'mount':_0x2eb17a});}function _0x2eb17a(_0x5534a5){const _0x2a5b12=_0x37672f;let {root:_0x408afc,menu:_0x1edc74}=_0x2c109e(_0x5534a5),_0x1b52b3=_0x4b0eb6(_0x1edc74);return _0x1b52b3[_0x2a5b12(0x5db)]((0x0,_0x10447b[_0x2a5b12(0x64d)])(_0x418b69,{'injector':_0x5534a5['runtimeScope']['injector'],'mountContainer':_0x408afc,'embedId':_0x5534a5[_0x2a5b12(0x2ab)]},(0x0,_0x10447b[_0x2a5b12(0x64d)])(_0x4fb938,{'hostUnitId':_0x5534a5['hostUnitId'],'embedId':_0x5534a5[_0x2a5b12(0x2ab)],'entry':_0x5534a5[_0x2a5b12(0x466)][_0x2a5b12(0x23b)],'fullscreen':!!_0x5534a5['renderScope'][_0x2a5b12(0x3d5)],'usesDomFloatingStage':_0x5534a5[_0x2a5b12(0x466)]['entry']!==_0x2a5b12(0x7f6),'renderScopeActive$':_0x5534a5[_0x2a5b12(0x46e)][_0x2a5b12(0x661)]}))),(0x0,_0x423058['toDisposable'])(()=>{const _0x4cfedc=_0x2a5b12;_0x5deccb(_0x1b52b3),globalThis[_0x4cfedc(0x620)](()=>_0x1edc74[_0x4cfedc(0x850)](),0x0);});}function _0x4fb938(_0x2ea6f0){const _0xd5b6a9=_0x37672f;let {hostUnitId:_0x5d150a,embedId:_0x24b983,entry:_0x2002a5,fullscreen:_0x4b1ce1,usesDomFloatingStage:_0x43c631,renderScopeActive$:_0xbe8eeb}=_0x2ea6f0,_0x41dd92=(0x0,_0x4fbb7a['useObservable'])(()=>_0xbe8eeb,!0x1,!0x1,[_0xbe8eeb]),_0x5382ae=(0x0,_0x4fbb7a[_0xd5b6a9(0x7bd)])(_0x423058[_0xd5b6a9(0x58f)]),_0x20e5de=(0x0,_0x4fbb7a[_0xd5b6a9(0x7bd)])(_0x89f79f),_0x5bae13=_0x3a08eb({'embedId':_0x24b983,'active':(0x0,_0x4fbb7a[_0xd5b6a9(0x711)])(()=>_0x20e5de[_0xd5b6a9(0x661)],_0x20e5de[_0xd5b6a9(0x2fc)](),!0x1,[_0x20e5de]),'fullscreen':_0x4b1ce1,'usesDomFloatingStage':_0x43c631,'renderScopeActive':_0x41dd92});return(0x0,_0x8825e5[_0xd5b6a9(0x3c4)])('div',{'className':(0x0,_0x314f23[_0xd5b6a9(0x39d)])(_0xd5b6a9(0x37b),{'univer-hidden':_0x5bae13!==_0xd5b6a9(0x58d),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x4b1ce1,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x4b1ce1,'-univer-top-9':!_0x4b1ce1&&_0x2002a5!==_0xd5b6a9(0x3fc),'-univer-top-[52px]':!_0x4b1ce1&&_0x2002a5===_0xd5b6a9(0x3fc)}),'data-embed-floating-menu':_0xd5b6a9(0x91c),'data-embed-id':_0x24b983,'data-embed-float-stage':_0x5bae13,'onPointerDown':_0x39f715=>_0x39f715[_0xd5b6a9(0x584)](),'children':(0x0,_0x8825e5['jsx'])(_0x314f23[_0xd5b6a9(0x7ec)],{'type':_0xd5b6a9(0x3e6),'size':_0xd5b6a9(0x768),'variant':_0xd5b6a9(0x3cc),'className':'univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{const _0x584040=_0xd5b6a9;_0x5382ae[_0x584040(0x6a6)](_0x5e0ca8['RemoveEmbedCommand']['id'],{'hostUnitId':_0x5d150a,'embedId':_0x24b983});},'children':(0x0,_0x8825e5['jsx'])(_0x30bdbf,{})})});}function _0x51809b(_0x4ddd85){const _0x5dcc5a=_0x37672f;_0x4ee2ee(_0x4ddd85,_0x5dcc5a(0x637),_0x3918ef);}function _0x3918ef(_0x3a8d2e){const _0xdb883c=_0x37672f;let _0x1083bb=_0x3a8d2e['get'](_0x5e0ca8[_0xdb883c(0x748)]),_0x155adc=_0x3a8d2e[_0xdb883c(0x47e)](_0x16de5f),_0x167816=_0x3a8d2e['get'](_0x402a2b),_0x41e501=_0x3a8d2e['get'](_0x28f187),_0x4a588d=_0x3a8d2e[_0xdb883c(0x47e)](_0x74c661),_0x4cae18=_0x3a8d2e[_0xdb883c(0x47e)](_0x24299e),_0x1f0ea1=_0x3a8d2e[_0xdb883c(0x47e)](_0x691e68),_0x45133e=_0x3a8d2e['has'](_0x5e0ca8[_0xdb883c(0x2b0)])?_0x3a8d2e[_0xdb883c(0x47e)](_0x5e0ca8[_0xdb883c(0x2b0)]):void 0x0,_0x5e67a8=_0x3a8d2e[_0xdb883c(0x7df)](_0x423058[_0xdb883c(0x8ca)])?_0x3a8d2e[_0xdb883c(0x47e)](_0x423058['IUniverInstanceService']):void 0x0,_0xf6b046=_0x3a8d2e['has'](_0x18a9fe[_0xdb883c(0x71b)])?_0x3a8d2e[_0xdb883c(0x47e)](_0x18a9fe[_0xdb883c(0x71b)]):void 0x0;_0xf6b046==null||_0xf6b046[_0xdb883c(0x540)](_0x423058[_0xdb883c(0x839)][_0xdb883c(0x4d7)],[_0x8e95ec]);let _0x42c882=_0x52abbc(_0x45133e,_0x5e67a8,_0xf6b046);_0x1083bb[_0xdb883c(0x47e)](_0x42c882[_0xdb883c(0x805)],_0x42c882['entry'])||_0x1083bb[_0xdb883c(0x920)](_0x42c882);let _0x5a39f2=_0x44bc5e();_0x155adc[_0xdb883c(0x47e)](_0x5a39f2[_0xdb883c(0x805)],_0x5a39f2['entry'])||_0x155adc[_0xdb883c(0x920)](_0x5a39f2);let _0x109d62=_0x390255();_0x167816[_0xdb883c(0x47e)](_0x109d62['childType'])||_0x167816[_0xdb883c(0x920)](_0x109d62);let _0x8059ad=_0x4d08de();_0x41e501['get'](_0x8059ad[_0xdb883c(0x6b0)])||_0x41e501['register'](_0x8059ad),_0x1d54b1()['forEach'](_0x1c4fdb=>{const _0x3da879=_0xdb883c;_0x4a588d[_0x3da879(0x3b6)](_0x1c4fdb[_0x3da879(0x805)],_0x1c4fdb[_0x3da879(0x23b)],_0x1c4fdb['childType'])||_0x4a588d[_0x3da879(0x920)](_0x1c4fdb);}),_0x4cae18[_0xdb883c(0x728)](_0x5158fc(_0x3a8d2e,{'childType':_0x423058['UniverInstanceType']['UNIVER_DOC'],'renderManagerService':_0x18a9fe[_0xdb883c(0x71b)]})),_0x1f0ea1[_0xdb883c(0x47e)](_0x423058['UniverInstanceType'][_0xdb883c(0x4d7)])||_0x1f0ea1[_0xdb883c(0x920)](_0x12675a(_0x3a8d2e));}function _0x3d8ae6(){const _0x51e737=_0x37672f;return{'childType':_0x423058[_0x51e737(0x839)][_0x51e737(0x89d)],'measureContentSize':_0x1d81a0=>{const _0x1f4498=_0x51e737;let _0x2749f4=_0x5fe4b(_0x1d81a0[_0x1f4498(0x716)]),_0x2d9ede=_0x34f6e1(_0x1d81a0[_0x1f4498(0x716)]);return _0x2749f4==null&&_0x2d9ede==null?void 0x0:{'height':_0x2749f4,'width':_0x2d9ede};}};}function _0x5fe4b(_0x4ef936){const _0x451053=_0x37672f;var _0x4c1ea9;let _0x30d7e4=_0x4ef936 instanceof _0x423058[_0x451053(0x7af)]?_0x4ef936[_0x451053(0x2c2)](!0x0):void 0x0;if(!_0x30d7e4)return;let _0x14e9d7=_0x5f4847(_0x30d7e4);if(!Number[_0x451053(0x498)](_0x14e9d7)||_0x14e9d7==null||_0x14e9d7<0x0)return;let _0x59dd85=_0x5133e0((_0x4c1ea9=_0x30d7e4[_0x451053(0x512)])==null||(_0x4c1ea9=_0x4c1ea9['call'](_0x30d7e4))==null?void 0x0:_0x4c1ea9[_0x451053(0x657)],_0x423058[_0x451053(0x719)]),_0x500f59=_0x430ce7(_0x4ef936),_0x156d9c=0x0;for(let _0x4fb7d7=0x0;_0x4fb7d7<_0x14e9d7;_0x4fb7d7++){var _0xad4904,_0x1a90fc;((_0xad4904=_0x30d7e4[_0x451053(0x766)])==null?void 0x0:_0xad4904[_0x451053(0x4d5)](_0x30d7e4,_0x4fb7d7))!==!0x1&&(_0x156d9c+=_0x1eabf2((_0x1a90fc=_0x30d7e4[_0x451053(0x2b9)])==null?void 0x0:_0x1a90fc[_0x451053(0x4d5)](_0x30d7e4,_0x4fb7d7),_0x59dd85));}return _0x500f59+_0x156d9c;}function _0x430ce7(_0x1fcd37){const _0x5544b7=_0x37672f;var _0x5e41be;let _0x3f6339=_0x1fcd37 instanceof _0x423058[_0x5544b7(0x7af)]?_0x1fcd37['getActiveSheet'](!0x0):void 0x0,_0x2acd8b=_0x3f6339==null||(_0x5e41be=_0x3f6339[_0x5544b7(0x512)])==null||(_0x5e41be=_0x5e41be[_0x5544b7(0x4d5)](_0x3f6339))==null?void 0x0:_0x5e41be[_0x5544b7(0x259)];return _0x2acd8b!=null&&_0x2acd8b[_0x5544b7(0x49c)]?0x0:_0x5133e0(_0x2acd8b==null?void 0x0:_0x2acd8b[_0x5544b7(0x33d)],0x18);}function _0x34f6e1(_0x399dd0){const _0x6650f2=_0x37672f;var _0x3a08f1,_0x423516;let _0x308eb3=_0x399dd0 instanceof _0x423058[_0x6650f2(0x7af)]?_0x399dd0[_0x6650f2(0x2c2)](!0x0):void 0x0;if(!_0x308eb3)return;let _0x1ce2a1=_0x49a226(_0x308eb3);if(!Number[_0x6650f2(0x498)](_0x1ce2a1)||_0x1ce2a1==null||_0x1ce2a1<0x0)return;let _0x4e8dff=(_0x3a08f1=_0x308eb3[_0x6650f2(0x512)])==null||(_0x3a08f1=_0x3a08f1['call'](_0x308eb3))==null?void 0x0:_0x3a08f1['rowHeader'],_0x576a86=_0x5133e0((_0x423516=_0x308eb3['getConfig'])==null||(_0x423516=_0x423516[_0x6650f2(0x4d5)](_0x308eb3))==null?void 0x0:_0x423516[_0x6650f2(0x820)],_0x423058[_0x6650f2(0x568)]),_0x15f028=_0x4e8dff!=null&&_0x4e8dff[_0x6650f2(0x49c)]?0x0:_0x5133e0(_0x4e8dff==null?void 0x0:_0x4e8dff[_0x6650f2(0x7e5)],_0x423058[_0x6650f2(0x6cc)]),_0x50eb5f=0x0;for(let _0xc015ae=0x0;_0xc015ae<_0x1ce2a1;_0xc015ae++){var _0x28cb88,_0x20d622;((_0x28cb88=_0x308eb3[_0x6650f2(0x211)])==null?void 0x0:_0x28cb88[_0x6650f2(0x4d5)](_0x308eb3,_0xc015ae))!==!0x1&&(_0x50eb5f+=_0x5133e0((_0x20d622=_0x308eb3[_0x6650f2(0x7aa)])==null?void 0x0:_0x20d622[_0x6650f2(0x4d5)](_0x308eb3,_0xc015ae),_0x576a86));}return _0x15f028+_0x50eb5f+_0x18a9fe['ScrollBar'][_0x6650f2(0x4a1)];}function _0x5f4847(_0x235d6e){const _0x39e9bc=_0x37672f;return _0x5bd37e(_0x235d6e[_0x39e9bc(0x23c)]());}function _0x49a226(_0x4eb502){return _0x5bd37e(_0x4eb502['getColumnCount']());}function _0x5bd37e(_0x56d573){const _0xe5b4a7=_0x37672f;return typeof _0x56d573==_0xe5b4a7(0x2c5)&&Number[_0xe5b4a7(0x498)](_0x56d573)&&_0x56d573>=0x0?Math[_0xe5b4a7(0x6e8)](_0x56d573):void 0x0;}function _0x5133e0(_0x51d840,_0x5448b1){const _0x37d8c2=_0x37672f;return typeof _0x51d840=='number'&&Number[_0x37d8c2(0x498)](_0x51d840)&&_0x51d840>0x0?_0x51d840:_0x5448b1;}function _0x1eabf2(_0x1faba5,_0x454add){const _0x547bc9=_0x37672f;return typeof _0x1faba5==_0x547bc9(0x2c5)&&Number[_0x547bc9(0x498)](_0x1faba5)&&_0x1faba5>=0x0?_0x1faba5:_0x454add;}function _0x31ab33(){const _0x18a975=_0x37672f;return{'hostType':_0x423058['UniverInstanceType']['UNIVER_SHEET'],'entry':_0x18a975(0x525),'layout':_0x18a975(0x863),'supportedLayouts':['doc-width-scale',_0x18a975(0x4e3),_0x18a975(0x22f),_0x18a975(0x737)],'menuBehavior':_0x18a975(0x461)};}function _0x58e9e5(){const _0x53caab=_0x37672f;return{'hostType':_0x423058[_0x53caab(0x839)][_0x53caab(0x89d)],'entry':_0x53caab(0x809),'layout':_0x53caab(0x77d),'supportedLayouts':[_0x53caab(0x77d)],'menuBehavior':_0x53caab(0x390),'mount':_0x3452fd=>{const _0x459e63=_0x53caab;let _0x926986=_0x40b607(_0x459e63(0x2ae),_0x3452fd[_0x459e63(0x466)]['hostAnchorId']);return _0x926986?{'hostElement':_0x926986}:{};}};}function _0x40b607(_0x1f5e19,_0x2415a1){return document['querySelector']('['+_0x1f5e19+'=\x22'+_0xf17a90(_0x2415a1)+'\x22]');}function _0xf17a90(_0x1d9f2f){const _0x2e63e2=_0x37672f;return _0x1d9f2f[_0x2e63e2(0x414)](/\\/g,'\x5c\x5c')[_0x2e63e2(0x414)](/"/g,'\x5c\x22');}function _0x591b5e(_0x335929){const _0x39102b=_0x37672f;let _0x24d259=_0x335929[_0x39102b(0x7df)](_0x423058[_0x39102b(0x8ca)])?_0x335929[_0x39102b(0x47e)](_0x423058[_0x39102b(0x8ca)]):void 0x0,_0x3e2e79=_0x335929[_0x39102b(0x7df)](_0x18a9fe[_0x39102b(0x71b)])?_0x335929[_0x39102b(0x47e)](_0x18a9fe['IRenderManagerService']):void 0x0;return{'childType':_0x423058[_0x39102b(0x839)]['UNIVER_SHEET'],'getStickyHeaderHeight':_0x1632d3=>{const _0x29a705=_0x39102b;let _0x43deaa=_0x1632d3[_0x29a705(0x5b0)][_0x29a705(0x4ee)]??_0x24d259;return _0x430ce7(_0x43deaa==null?void 0x0:_0x43deaa[_0x29a705(0x80e)](_0x1632d3[_0x29a705(0x783)],_0x423058[_0x29a705(0x839)][_0x29a705(0x89d)]));},'subscribeVerticalScroll':(_0x5eb1bb,_0x10cf95)=>{const _0x4d3382=_0x39102b;var _0x57626f,_0x5e976f;let _0x39fd93=((_0x57626f=_0x5eb1bb[_0x4d3382(0x5b0)])==null?void 0x0:_0x57626f['injector'])??_0x335929,_0xa6da5b=_0x39fd93!==_0x335929&&_0x39fd93[_0x4d3382(0x7df)](_0x18a9fe[_0x4d3382(0x71b)])?_0x39fd93['get'](_0x18a9fe[_0x4d3382(0x71b)]):_0x3e2e79,_0x4da591=_0xa6da5b==null||(_0x5e976f=_0xa6da5b[_0x4d3382(0x289)](_0x5eb1bb['childUnitId']))==null||(_0x5e976f=_0x5e976f['scene'])==null?void 0x0:_0x5e976f[_0x4d3382(0x32f)](_0x18a9fe['SHEET_VIEWPORT_KEY'][_0x4d3382(0x81b)]);if(!_0x4da591)return;let _0x5b049d=_0x4da591[_0x4d3382(0x567)][_0x4d3382(0x5aa)](_0x4af6a2=>{const _0x2221e1=_0x4d3382;_0x10cf95(_0x4af6a2['viewportScrollY']??_0x4da591[_0x2221e1(0x471)]??0x0);});return(0x0,_0x423058['toDisposable'])(()=>_0x5b049d[_0x4d3382(0x7b2)]());},'handleWheel':_0x136a89=>{const _0x4edabd=_0x39102b;var _0x782cb2;if(_0x136a89[_0x4edabd(0x874)]!==_0x4edabd(0x5b9)&&_0x20af27(_0x136a89[_0x4edabd(0x589)],_0x136a89[_0x4edabd(0x7ab)]))return!0x1;let _0x12a3bc=((_0x782cb2=_0x136a89['runtimeScope'])==null?void 0x0:_0x782cb2[_0x4edabd(0x868)])??_0x335929,_0x2703c4=_0x12a3bc!==_0x335929&&_0x12a3bc[_0x4edabd(0x7df)](_0x18a9fe[_0x4edabd(0x71b)])?_0x12a3bc[_0x4edabd(0x47e)](_0x18a9fe['IRenderManagerService']):_0x3e2e79;if(!_0x2703c4)return!0x1;let _0x453e7c=_0x2703c4[_0x4edabd(0x289)](_0x136a89['childUnitId']),_0x277f9f=_0x453e7c==null?void 0x0:_0x453e7c[_0x4edabd(0x5d6)];return _0x4fc756(_0x136a89,_0x277f9f==null?void 0x0:_0x277f9f[_0x4edabd(0x32f)](_0x18a9fe[_0x4edabd(0x55a)]['VIEW_MAIN']),_0x277f9f);}};}function _0x4c736f(_0x1ebe58){const _0x31d60e=_0x37672f;let _0x443830=[];return[[_0x31d60e(0x4c4),_0x1fa4c3[_0x31d60e(0x4e8)],0x0],['outline',_0xea3ca9[_0x31d60e(0x343)],0x64],[_0x31d60e(0x47a),_0x5d2754[_0x31d60e(0x65a)],0x64],[_0x31d60e(0x242),_0x5600ba[_0x31d60e(0x40a)],0x64],['data-validation',_0x431f62['SheetsDataValidationUIMenuSchema'],0x64],[_0x31d60e(0x320),_0x79c264['SheetsFilterUIMenuSchema'],0x64],['drawing',_0x52cd52['SheetsDrawingUIMenuSchema'],0x64],[_0x31d60e(0x6d8),_0x2ee62e['SheetsSortUIMenuSchema'],0x64],['hyper-link',_0x1c7373[_0x31d60e(0x2ec)],0x64],[_0x31d60e(0x74e),_0x2c1e78['SheetsThreadCommentUIMenuSchema'],0x64],[_0x31d60e(0x36e),_0x2249f4[_0x31d60e(0x553)],0x64],[_0x31d60e(0x3af),_0x437ecc['SheetsNoteUIMenuSchema'],0x64],[_0x31d60e(0x7c3),_0x3abbc2['SheetsPrintMenuSchema'],0x64],[_0x31d60e(0x7ba),_0x4e4099[_0x31d60e(0x4fb)],0x64],['chart',_0x5736c2['SheetsChartUIMenuSchema'],0x64],[_0x31d60e(0x439),_0x2a9bd0['SheetsSparklineUIMenuSchema'],0x64],[_0x31d60e(0x8bb),_0x3b6782[_0x31d60e(0x913)],0x64]]['forEach'](([_0x4bf6bb,_0x272fe1,_0x2d5856])=>{const _0x5f2759=_0x31d60e;let _0x555b00=_0x1eca07(_0x1ebe58,{'id':_0x5f2759(0x6f6)+_0x4bf6bb,'childType':_0x423058[_0x5f2759(0x839)]['UNIVER_SHEET'],'surface':_0x5f2759(0x50e),'order':_0x2d5856,'menuSchema':_0x272fe1});_0x555b00&&_0x443830[_0x5f2759(0x5fd)](_0x555b00);}),(0x0,_0x423058['toDisposable'])(()=>_0x443830[_0x31d60e(0x84e)](_0x2f3ca8=>_0x2f3ca8[_0x31d60e(0x4ff)]()));}function _0x3e15dc(){const _0x4f72c1=_0x37672f;return{..._0x24df5c({'childType':_0x423058[_0x4f72c1(0x839)][_0x4f72c1(0x89d)],'productName':'Sheets'}),'presentationPolicy':{'getChromeCss':()=>_0x4f72c1(0x6b1),'activateNavigationAtPoint':({childContext:_0x8ac113,clientX:_0x2c470f,clientY:_0x278b38,runtimeHost:_0x28a540})=>{const _0x357881=_0x4f72c1;let _0x27a53b=_0x501f5e(_0x28a540,_0x357881(0x7db),_0x2c470f,_0x278b38),_0x463f5a=_0x27a53b==null?void 0x0:_0x27a53b[_0x357881(0x89c)]['id'],_0x2117e9=_0x8ac113[_0x357881(0x5b0)][_0x357881(0x8b8)];return!_0x463f5a||!_0x2117e9?!0x1:_0x2117e9['syncExecuteCommand'](_0x2ef170[_0x357881(0x4ad)]['id'],{'unitId':_0x8ac113['childUnitId'],'subUnitId':_0x463f5a})!==!0x1;}}};}function _0x451525(_0x133912){const _0x3e130e=_0x37672f;return{'childType':_0x423058[_0x3e130e(0x839)]['UNIVER_SHEET'],'supportedLayouts':['tab-peer','docs-sticky-sheet',_0x3e130e(0x22f)],'canvasRootClassName':'univer-bg-gray-0\x20dark:!univer-bg-gray-900','scopedDependencies':[[_0x1fa4c3[_0x3e130e(0x426)],{'useClass':_0x1fa4c3[_0x3e130e(0x786)]}]],'beforeDeactivate':_0x4528e5,'mount':_0x51ba78=>{const _0x1d39f8=_0x3e130e;var _0x59f6dc;let _0x38e925=_0x51ba78['runtimeScope'][_0x1d39f8(0x868)],_0x54196d=_0x51ba78[_0x1d39f8(0x5b0)][_0x1d39f8(0x8dd)][_0x1d39f8(0x492)]??_0x51ba78[_0x1d39f8(0x46e)][_0x1d39f8(0x6ce)]??_0x51ba78['renderScope'][_0x1d39f8(0x891)]??_0x51ba78[_0x1d39f8(0x46e)][_0x1d39f8(0x677)],_0x4edf4d=_0x51ba78['runtimeScope'][_0x1d39f8(0x8dd)][_0x1d39f8(0x6fe)]??_0x51ba78[_0x1d39f8(0x46e)][_0x1d39f8(0x891)]??_0x54196d;_0x54196d[_0x1d39f8(0x89c)][_0x1d39f8(0x5d9)]=_0x51ba78[_0x1d39f8(0x783)],_0x54196d[_0x1d39f8(0x89c)]['embedChildRenderMode']='sheet-workbench',_0x4edf4d['dataset'][_0x1d39f8(0x5d9)]=_0x51ba78[_0x1d39f8(0x783)],_0x4edf4d[_0x1d39f8(0x89c)][_0x1d39f8(0x5c8)]=_0x1d39f8(0x4c8);let _0x538d2b=_0x51ba78[_0x1d39f8(0x868)][_0x1d39f8(0x47e)](_0x423058[_0x1d39f8(0x8ca)])[_0x1d39f8(0x80e)](_0x51ba78['childUnitId'],_0x423058[_0x1d39f8(0x839)][_0x1d39f8(0x89d)]),_0xcdd874=_0x538d2b?_0x22a037(_0x51ba78,_0x133912,_0xc7cb4f=>_0x42b29f(_0x538d2b,_0xc7cb4f)):(0x0,_0x423058[_0x1d39f8(0x35b)])(()=>{}),_0x4da505=_0x16222d(_0x51ba78,_0x18a9fe[_0x1d39f8(0x71b)],_0x54196d,{'scopedRenderInjector':!0x0})??(0x0,_0x423058[_0x1d39f8(0x35b)])(()=>{}),_0x5a1656=_0x4a1c4f(_0x51ba78),_0x2fdd57=_0x547a84(_0x51ba78,_0x4edf4d),_0x4deee1=_0x4b0eb6(_0x4edf4d);return _0x4deee1[_0x1d39f8(0x5db)]((0x0,_0x8825e5['jsx'])(_0x418b69,{'injector':_0x38e925,'mountContainer':_0x51ba78['runtimeScope'][_0x1d39f8(0x8dd)][_0x1d39f8(0x7f1)],'embedId':_0x51ba78['embedId'],'children':(0x0,_0x8825e5[_0x1d39f8(0x3c4)])(_0x151c2a,{'canvasRoot':_0x54196d,'showChrome':_0x2b7eb5(_0x51ba78),'readonly':((_0x59f6dc=_0x51ba78[_0x1d39f8(0x466)])==null?void 0x0:_0x59f6dc['mode'])===_0x1d39f8(0x662),'unitId':_0x51ba78[_0x1d39f8(0x783)]})})),(0x0,_0x423058[_0x1d39f8(0x35b)])(()=>{const _0x4d3222=_0x1d39f8;_0xcdd874[_0x4d3222(0x4ff)](),_0x2fdd57[_0x4d3222(0x4ff)](),_0x5a1656[_0x4d3222(0x4ff)](),_0x4da505[_0x4d3222(0x4ff)](),_0x5deccb(_0x4deee1),_0x54196d['isConnected']&&(_0x54196d[_0x4d3222(0x542)](_0x4d3222(0x8f3)),_0x54196d[_0x4d3222(0x542)](_0x4d3222(0x486))),_0x4edf4d[_0x4d3222(0x4d4)]&&(_0x4edf4d['removeAttribute']('data-embed-child-render-unit-id'),_0x4edf4d['removeAttribute'](_0x4d3222(0x486)));});}};}function _0x4a1c4f(_0x455011){const _0x7e5f4=_0x37672f;var _0xe9f73c;if(_0x455011[_0x7e5f4(0x589)]!==_0x7e5f4(0x504))return(0x0,_0x423058[_0x7e5f4(0x35b)])(()=>{});let _0x1cc0a6=(_0xe9f73c=_0x455011[_0x7e5f4(0x868)][_0x7e5f4(0x47e)](_0x18a9fe['IRenderManagerService'])[_0x7e5f4(0x289)](_0x455011['childUnitId']))==null||(_0xe9f73c=_0xe9f73c[_0x7e5f4(0x5d6)][_0x7e5f4(0x32f)](_0x18a9fe['SHEET_VIEWPORT_KEY']['VIEW_MAIN']))==null?void 0x0:_0xe9f73c[_0x7e5f4(0x73f)]();if(!_0x1cc0a6)return(0x0,_0x423058[_0x7e5f4(0x35b)])(()=>{});let _0xf9af32=_0x1cc0a6[_0x7e5f4(0x345)];return _0x1cc0a6[_0x7e5f4(0x345)]=!0x0,(0x0,_0x423058['toDisposable'])(()=>{_0x1cc0a6['hideTrackWhenUnscrollable']=_0xf9af32;});}function _0x42b29f(_0x36a20a,_0x517957){const _0x446afa=_0x37672f;var _0x172a46;let _0x2a60b1=_0x517957==null?void 0x0:_0x517957[_0x446afa(0x402)],_0x150561=(_0x2a60b1?_0x36a20a['getSheetBySheetId'](_0x2a60b1):void 0x0)??_0x36a20a[_0x446afa(0x5f8)]()[0x0];_0x150561&&((_0x172a46=_0x36a20a[_0x446afa(0x2c2)](!0x0))==null?void 0x0:_0x172a46['getSheetId']())!==_0x150561[_0x446afa(0x293)]()&&_0x36a20a[_0x446afa(0x34d)](_0x150561);}function _0x4528e5(_0x53eed4){const _0x5df096=_0x37672f;var _0xab4fe5;(_0xab4fe5=_0x53eed4[_0x5df096(0x5b0)][_0x5df096(0x8b8)])==null||_0xab4fe5[_0x5df096(0x7ef)](_0x1fa4c3[_0x5df096(0x82e)]['id'],{'visible':!0x1,'eventType':_0x18a9fe[_0x5df096(0x923)][_0x5df096(0x692)],'unitId':_0x53eed4['childUnitId']}),_0x53eed4[_0x5df096(0x5b0)][_0x5df096(0x868)][_0x5df096(0x7df)](_0x1fa4c3[_0x5df096(0x6d4)])&&_0x53eed4[_0x5df096(0x5b0)][_0x5df096(0x868)][_0x5df096(0x47e)](_0x1fa4c3['CellPopupManagerService'])[_0x5df096(0x2ad)](_0x53eed4['childUnitId']);}function _0x2b7eb5(_0x303f0c){const _0x182afa=_0x37672f;return _0x303f0c['renderScope']['mode']===_0x182afa(0x81f)||!!_0x303f0c[_0x182afa(0x46e)][_0x182afa(0x3d5)];}function _0x4102b6(_0x3f9043,_0x6ad064){const _0x54536e=_0x37672f;let _0x168749=_0x3f9043[_0x54536e(0x4e9)]['top'],_0x5dacfb=_0x3f9043[_0x54536e(0x4e9)]['bottom'];return _0x3f9043[_0x54536e(0x4e9)][_0x54536e(0x922)]=_0x6ad064['formulaBar']?'28px':'',_0x3f9043[_0x54536e(0x4e9)]['bottom']=_0x6ad064['sheetBar']?_0x1fa4c3[_0x54536e(0x3a0)]+'px':'',(0x0,_0x423058['toDisposable'])(()=>{const _0x458143=_0x54536e;_0x3f9043['style'][_0x458143(0x922)]=_0x168749,_0x3f9043[_0x458143(0x4e9)][_0x458143(0x5e9)]=_0x5dacfb;});}function _0x547a84(_0x5bffa5,_0x707478){const _0x8f3c1=_0x37672f;var _0x3cc940,_0x4506be;return(_0x3cc940=_0x5bffa5[_0x8f3c1(0x868)])!=null&&(_0x4506be=_0x3cc940[_0x8f3c1(0x7df)])!=null&&_0x4506be[_0x8f3c1(0x4d5)](_0x3cc940,_0x3ca4c9)?_0x5bffa5['injector'][_0x8f3c1(0x47e)](_0x3ca4c9)[_0x8f3c1(0x920)]({'embedId':_0x5bffa5[_0x8f3c1(0x2ab)],'childUnitId':_0x5bffa5['childUnitId'],'root':_0x5bffa5[_0x8f3c1(0x46e)][_0x8f3c1(0x677)],'contentRoot':_0x707478}):(0x0,_0x423058['toDisposable'])(()=>{});}function _0x151c2a(_0x21e365){const _0x53b4ba=_0x37672f;let {canvasRoot:_0x1caa60,readonly:_0x5ab8ee,showChrome:_0x45c1fb,unitId:_0x1fde0d}=_0x21e365,_0x42b132=(0x0,_0x4fbb7a[_0x53b4ba(0x75d)])(_0x1fa4c3[_0x53b4ba(0x8b3)]),_0x3b451=(0x0,_0x4fbb7a[_0x53b4ba(0x7bd)])(_0x4fbb7a['ComponentManager']),_0x4a70e0=_0x3b451[_0x53b4ba(0x47e)](_0x53b4ba(0x282))??_0x3b451[_0x53b4ba(0x47e)](_0x53b4ba(0x71d)),_0xca3155=_0x45c1fb&&(_0x42b132==null?void 0x0:_0x42b132[_0x53b4ba(0x733)])!==!0x1,_0x1c208d=_0x42b132==null?void 0x0:_0x42b132[_0x53b4ba(0x5c9)],_0x1465c3=_0x45c1fb&&_0x1c208d!==!0x1&&(typeof _0x1c208d!=_0x53b4ba(0x539)||_0x1c208d[_0x53b4ba(0x2e8)]!==!0x1);return(0x0,_0x10447b['useEffect'])(()=>{let _0x5690a2=_0x4102b6(_0x1caa60,{'formulaBar':_0xca3155,'sheetBar':_0x1465c3});return()=>_0x5690a2['dispose']();},[_0x1caa60,_0xca3155,_0x1465c3]),(0x0,_0x8825e5[_0x53b4ba(0x1fa)])(_0x8825e5[_0x53b4ba(0x581)],{'children':[(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x53b4ba(0x46a),{'className':_0x53b4ba(0x365),'data-u-comp':'sheet-embed-float-dom-root','children':(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x4fbb7a[_0x53b4ba(0x50d)],{'unitId':_0x1fde0d})}),_0xca3155&&(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x53b4ba(0x46a),{'className':_0x53b4ba(0x2c0),'style':{'height':0x1c},'children':(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x1fa4c3[_0x53b4ba(0x7eb)],{})}),!_0x5ab8ee&&_0x4a70e0&&(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x4a70e0,{}),!_0x5ab8ee&&!(_0x42b132!=null&&_0x42b132['disableEdit'])&&(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x1fa4c3[_0x53b4ba(0x418)],{}),!_0x5ab8ee&&(0x0,_0x8825e5['jsx'])(_0x1fa4c3[_0x53b4ba(0x51f)],{}),_0x1465c3&&(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x53b4ba(0x46a),{'className':_0x53b4ba(0x49a),'style':{'height':_0x1fa4c3[_0x53b4ba(0x3a0)]},'children':(0x0,_0x8825e5[_0x53b4ba(0x3c4)])(_0x1fa4c3[_0x53b4ba(0x3e2)],{})})]});}let _0x3709d7=(0x0,_0x10447b[_0x37672f(0x80a)])(({children:_0x21696a,className:_0x394a84,title:_0x3f0275,onClick:_0x5b4f38,onMouseDown:_0x567a51,onPointerDown:_0x42222f,..._0x335f1e},_0x2afbb6)=>{const _0x2fb195=_0x37672f;let _0x379bd2=(0x0,_0x4fbb7a[_0x2fb195(0x7bd)])(_0x423058['LocaleService'])['t'](_0x3f0275);return(0x0,_0x8825e5['jsx'])(_0x314f23[_0x2fb195(0x7ec)],{'ref':_0x2afbb6,'type':_0x2fb195(0x3e6),'size':_0x2fb195(0x768),'variant':'ghost','aria-label':_0x379bd2,'title':_0x379bd2,'className':(0x0,_0x314f23[_0x2fb195(0x39d)])(_0x2fb195(0x86b),_0x394a84),'onPointerDown':_0x44d723=>{const _0x1a9b75=_0x2fb195;_0x44d723[_0x1a9b75(0x584)](),_0x42222f==null||_0x42222f(_0x44d723);},'onMouseDown':_0x1d5df4=>{_0x1d5df4['stopPropagation'](),_0x567a51==null||_0x567a51(_0x1d5df4);},'onClick':_0x2a989c=>{const _0x288adb=_0x2fb195;_0x5b4f38==null||_0x5b4f38(_0x2a989c),_0x2a989c[_0x288adb(0x584)]();},..._0x335f1e,'children':_0x21696a});}),_0xd0d1e=(0x0,_0x10447b[_0x37672f(0x80a)])(({title:_0x1c0a3c,primary:_0x2b337f,disabled:_0xf22d13,open:_0x16ab1d,onPrimaryClick:_0x74d236,onMouseDown:_0x328fc7,onPointerDown:_0x73b911,onClick:_0x8d32f7,..._0x433376},_0xaec6c6)=>(0x0,_0x8825e5[_0x37672f(0x1fa)])(_0x37672f(0x46a),{'ref':_0xaec6c6,'className':(0x0,_0x314f23[_0x37672f(0x39d)])(_0x37672f(0x409),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x16ab1d,'univer-cursor-not-allowed\x20univer-opacity-60':_0xf22d13}),'onPointerDown':_0x5c4730=>{const _0x21e10a=_0x37672f;_0x5c4730[_0x21e10a(0x584)](),_0x73b911==null||_0x73b911(_0x5c4730);},'onMouseDown':_0x5c5962=>{const _0x25e42b=_0x37672f;_0x5c5962[_0x25e42b(0x584)](),_0x328fc7==null||_0x328fc7(_0x5c5962);},'onClick':_0x5398dd=>{_0x8d32f7==null||_0x8d32f7(_0x5398dd),_0x5398dd['stopPropagation']();},..._0x433376,'children':[(0x0,_0x8825e5[_0x37672f(0x3c4)])(_0x37672f(0x3e6),{'type':_0x37672f(0x3e6),'className':_0x37672f(0x399),'disabled':_0xf22d13,'onClick':_0x5d32be=>{const _0x5ab172=_0x37672f;_0x5d32be[_0x5ab172(0x584)](),_0x74d236();},'children':_0x2b337f}),(0x0,_0x8825e5[_0x37672f(0x3c4)])(_0x314f23[_0x37672f(0x6df)],{'orientation':_0x37672f(0x357)}),(0x0,_0x8825e5[_0x37672f(0x3c4)])(_0x37672f(0x3e6),{'type':_0x37672f(0x3e6),'className':_0x37672f(0x5dc),'disabled':_0xf22d13,'children':(0x0,_0x8825e5[_0x37672f(0x3c4)])(_0x47a4bd,{})})]}));_0xd0d1e['displayName']='FloatingToolbarSplitTrigger';function _0x3e1179(_0x47cfd9){const _0xc9c468=_0x37672f;let {children:_0x9179ad,title:_0x121667,className:_0x3761b8,disabled:_0x55458d,active:_0x51fefb,onClick:_0xdc0cf9}=_0x47cfd9;return(0x0,_0x8825e5[_0xc9c468(0x3c4)])(_0x314f23[_0xc9c468(0x28c)],{'title':_0x121667,'placement':'bottom','children':(0x0,_0x8825e5[_0xc9c468(0x3c4)])(_0x4fbb7a['ToolbarButton'],{'className':(0x0,_0x314f23[_0xc9c468(0x39d)])('univer-text-sm',_0x3761b8),'disabled':_0x55458d,'active':_0x51fefb,'onClick':_0xdc0cf9,'children':_0x9179ad})});}function _0x498f03(_0x52ac4f){const _0x14035e=_0x37672f;let {item:_0x258820,children:_0x4d7cd3,title:_0x3acd61,onClick:_0x2c53d0}=_0x52ac4f,{hidden:_0x4b5973,disabled:_0x248edf,activated:_0x5042ee}=_0x37e0dc(_0x258820),_0x2798fb=(0x0,_0x4fbb7a[_0x14035e(0x7bd)])(_0x423058[_0x14035e(0x5f7)]);return!_0x258820||_0x4b5973?null:(0x0,_0x8825e5[_0x14035e(0x3c4)])(_0x3e1179,{'title':_0x2798fb['t'](_0x3acd61),'disabled':_0x248edf,'active':_0x5042ee,'onClick':_0x2c53d0,'children':_0x4d7cd3});}function _0x37e0dc(_0x53197c){const _0x473cb2=_0x37672f;return{'hidden':(0x0,_0x4fbb7a[_0x473cb2(0x711)])(()=>{const _0x50abae=_0x473cb2;var _0x332fac;return(_0x53197c==null||(_0x332fac=_0x53197c[_0x50abae(0x83b)])==null?void 0x0:_0x332fac[_0x50abae(0x594)]((0x0,_0x12f7a8[_0x50abae(0x816)])(!0x1)))??(0x0,_0x12f7a8['of'])(!0x1);},!0x1,!0x1,[_0x53197c]),'disabled':(0x0,_0x4fbb7a[_0x473cb2(0x711)])(()=>{const _0x31354c=_0x473cb2;var _0x315c5d;return(_0x53197c==null||(_0x315c5d=_0x53197c[_0x31354c(0x3b4)])==null?void 0x0:_0x315c5d[_0x31354c(0x594)]((0x0,_0x12f7a8['startWith'])(!0x1)))??(0x0,_0x12f7a8['of'])(!0x1);},!0x1,!0x1,[_0x53197c]),'activated':(0x0,_0x4fbb7a['useObservable'])(()=>{const _0x5320fa=_0x473cb2;var _0x5a42e9;return(_0x53197c==null||(_0x5a42e9=_0x53197c[_0x5320fa(0x38e)])==null?void 0x0:_0x5a42e9[_0x5320fa(0x594)]((0x0,_0x12f7a8[_0x5320fa(0x816)])(!0x1)))??(0x0,_0x12f7a8['of'])(!0x1);},!0x1,!0x1,[_0x53197c]),'value':(0x0,_0x4fbb7a[_0x473cb2(0x711)])(()=>{const _0x5a5585=_0x473cb2;var _0x529cc9;return(_0x53197c==null||(_0x529cc9=_0x53197c[_0x5a5585(0x25e)])==null?void 0x0:_0x529cc9[_0x5a5585(0x594)]((0x0,_0x12f7a8[_0x5a5585(0x816)])(void 0x0)))??(0x0,_0x12f7a8['of'])(void 0x0);},void 0x0,!0x1,[_0x53197c])};}function _0x3928b2(_0x3c6b96){const _0x413cef=_0x37672f;return _0x3c6b96[_0x413cef(0x91d)]??_0x3c6b96['title']??_0x3c6b96['id'];}function _0x4c7cab(_0x31ce2b){const _0x1c250d=_0x37672f;return typeof _0x31ce2b[_0x1c250d(0x1f4)]==_0x1c250d(0x43e)?_0x31ce2b['label']:typeof _0x31ce2b[_0x1c250d(0x846)]==_0x1c250d(0x43e)||typeof _0x31ce2b[_0x1c250d(0x846)]==_0x1c250d(0x2c5)?String(_0x31ce2b[_0x1c250d(0x846)]):_0x31ce2b['id']??'';}function _0x1bdb44(_0x1e6dc8){const _0x4e6fd1=_0x37672f;return _0x1e6dc8===_0x423058[_0x4e6fd1(0x482)][_0x4e6fd1(0x5a5)]?(0x0,_0x8825e5[_0x4e6fd1(0x3c4)])(_0x2a3b46,{}):_0x1e6dc8===_0x423058[_0x4e6fd1(0x482)][_0x4e6fd1(0x5e3)]?(0x0,_0x8825e5[_0x4e6fd1(0x3c4)])(_0x255a1d,{}):(0x0,_0x8825e5[_0x4e6fd1(0x3c4)])(_0x3abc1e,{});}function _0x589ef5(_0x360d2a){const _0xb16558=_0x37672f;return _0x360d2a instanceof HTMLElement&&!!_0x360d2a['closest'](_0xb16558(0x84b));}function _0x524969(_0x117882){const _0x32bf96=_0x37672f;_0x117882[_0x32bf96(0x584)](),_0x589ef5(_0x117882[_0x32bf96(0x317)])||_0x117882[_0x32bf96(0x387)]();}function _0x4dddb6(_0x1f0419,_0x402d6e){const _0x4b84f2=_0x37672f;if(!(_0x1f0419 instanceof HTMLElement))return!0x1;let _0x187160=_0x1f0419[_0x4b84f2(0x68d)](_0x4b84f2(0x659));return(_0x187160==null?void 0x0:_0x187160[_0x4b84f2(0x715)](_0x4b84f2(0x52e)))===_0x402d6e;}function _0xc8ee53(_0x66990d,_0x8dca50){const _0x379c0e=_0x37672f;let _0x1f0e8d=_0x66990d[_0x379c0e(0x317)];_0x4dddb6(_0x1f0e8d,_0x8dca50)&&_0x66990d[_0x379c0e(0x387)]();}function _0xda23a(_0x52eb1c){const _0x478a1d=_0x37672f;let {embedId:_0x445e23,children:_0x37e5f5,onPointerDown:_0x17cc6d}=_0x52eb1c;return(0x0,_0x8825e5['jsx'])(_0x478a1d(0x23a),{'data-embed-id':_0x445e23,'data-embed-floating-menu-popup':_0x478a1d(0x91c),'className':'univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x17cc6d,'onMouseDown':_0x524969,'children':_0x37e5f5});}function _0x213b04(_0x304504){const _0x512a18=_0x37672f;let {children:_0x136700}=_0x304504;return(0x0,_0x8825e5[_0x512a18(0x3c4)])('div',{'className':_0x512a18(0x541),'children':_0x136700});}function _0x521a42(_0x1ded1f){const _0x589ce1=_0x37672f;let {embedId:_0x484f15,title:_0x357612,trigger:_0x32e98c,overlay:_0x55416a,disabled:_0x525d4e,triggerClassName:_0x11d275,open:_0x2cc993,onOpenChange:_0x4112d7}=_0x1ded1f;return(0x0,_0x8825e5[_0x589ce1(0x3c4)])(_0x314f23[_0x589ce1(0x85d)],{'disabled':_0x525d4e,'align':_0x589ce1(0x7cd),'sideOffset':0x6,'open':_0x2cc993,'onOpenChange':_0x4112d7,'onPointerDownOutside':_0x1f4fa7=>_0xc8ee53(_0x1f4fa7,_0x484f15),'onFocusOutside':_0xd9ca6f=>_0xc8ee53(_0xd9ca6f,_0x484f15),'onInteractOutside':_0x18cec0=>_0xc8ee53(_0x18cec0,_0x484f15),'overlay':(0x0,_0x8825e5['jsx'])(_0x589ce1(0x46a),{'data-embed-id':_0x484f15,'data-embed-floating-menu-popup':_0x589ce1(0x91c),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x55416a}),'children':(0x0,_0x8825e5[_0x589ce1(0x3c4)])(_0x3709d7,{'title':_0x357612,'data-state':_0x2cc993?_0x589ce1(0x246):_0x589ce1(0x3c9),'disabled':_0x525d4e,'className':_0x11d275,'children':_0x32e98c})});}function _0x3af703(_0x2a91fe){const _0x5bacd1=_0x37672f;let {children:_0x4a57cd}=_0x2a91fe;return(0x0,_0x8825e5[_0x5bacd1(0x3c4)])('section',{'className':_0x5bacd1(0x736),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x4a57cd});}function _0x55ae38(_0x188771){let {children:_0x54544e}=_0x188771;return(0x0,_0x8825e5['jsx'])('section',{'className':'univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x54544e});}function _0x154db1(_0x562e89){const _0x156d24=_0x37672f;let {children:_0x53c3dc,icon:_0x1236ae,onClick:_0x5e3cc8}=_0x562e89;return(0x0,_0x8825e5['jsxs'])(_0x156d24(0x3e6),{'type':'button','className':_0x156d24(0x35a),'onClick':_0x5e3cc8,'children':[(0x0,_0x8825e5[_0x156d24(0x3c4)])('span',{'className':_0x156d24(0x8d9),'children':_0x1236ae}),(0x0,_0x8825e5[_0x156d24(0x3c4)])(_0x156d24(0x2db),{'className':_0x156d24(0x1d6),'children':_0x53c3dc})]});}function _0x24f294(_0x24846c){const _0x32346a=_0x37672f;let {children:_0xebf87d,icon:_0x476b85,active:_0xd0a52c,onClick:_0x1eb0ca}=_0x24846c;return(0x0,_0x8825e5[_0x32346a(0x1fa)])(_0x32346a(0x3e6),{'type':_0x32346a(0x3e6),'className':(0x0,_0x314f23[_0x32346a(0x39d)])(_0x32346a(0x761),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0xd0a52c}),'onClick':_0x1eb0ca,'children':[_0x476b85,_0xebf87d]});}function _0x22938d(_0x4adf79){const _0x1cf0a0=_0x37672f;let {title:_0x26cb1a,active:_0x186a2e,disabled:_0x3ae4e3,children:_0x239e65,onClick:_0x421acc}=_0x4adf79;return(0x0,_0x8825e5[_0x1cf0a0(0x3c4)])(_0x314f23['Tooltip'],{'title':(0x0,_0x4fbb7a['useDependency'])(_0x423058['LocaleService'])['t'](_0x26cb1a),'placement':_0x1cf0a0(0x5e9),'children':(0x0,_0x8825e5[_0x1cf0a0(0x3c4)])(_0x4fbb7a['ToolbarButton'],{'className':'univer-size-7','disabled':_0x3ae4e3,'active':_0x186a2e,'onClick':_0x421acc,'children':_0x239e65})});}function _0x493abf(){const _0xd02bf5=_0x37672f;return[..._0x1fa4c3[_0xd02bf5(0x861)]];}function _0x2e85f2(){const _0x11c123=_0x37672f;return[..._0x4fbb7a[_0x11c123(0x2da)]];}function _0x58ba7d(_0x32edd1){const _0x549f66=_0x37672f;return!_0x32edd1||!(_0x549f66(0x386)in _0x32edd1)||!Array[_0x549f66(0x6f7)](_0x32edd1['selections'])?[]:_0x32edd1[_0x549f66(0x386)];}function _0x1f0dfd(_0x23a998){const _0x4c609e=_0x37672f;let {menuItem:_0x268db2,onClick:_0x1bb5a1}=_0x23a998,{hidden:_0x2d5eeb,disabled:_0x514c3d,value:_0x11b217}=_0x37e0dc(_0x268db2),_0x355ab5=(0x0,_0x4fbb7a[_0x4c609e(0x7bd)])(_0x423058['LocaleService']);if(!_0x268db2||_0x2d5eeb)return null;let _0x1ed3e9=_0x355ab5['t'](_0x4c609e(0x21e));return(0x0,_0x8825e5[_0x4c609e(0x3c4)])(_0x314f23[_0x4c609e(0x28c)],{'title':_0x1ed3e9,'placement':_0x4c609e(0x5e9),'children':(0x0,_0x8825e5[_0x4c609e(0x1fa)])(_0x3709d7,{'title':_0x1ed3e9,'disabled':_0x514c3d,'onClick':_0x1bb5a1,'children':[(0x0,_0x8825e5[_0x4c609e(0x3c4)])(_0x584d6a,{}),(0x0,_0x8825e5[_0x4c609e(0x3c4)])(_0x4c609e(0x2db),{'children':typeof _0x11b217==_0x4c609e(0x43e)&&_0x11b217?_0x11b217:_0x4c609e(0x8cf)}),(0x0,_0x8825e5[_0x4c609e(0x3c4)])(_0x47a4bd,{})]})});}function _0x1e1c8e(_0x235728){const _0x5c729f=_0x37672f;let {embedId:_0x38811f,menuItem:_0x255558,title:_0x88ef15,open:_0xfdfdc8,onOpenChange:_0x38f3ef,onSelect:_0x3db79f}=_0x235728,{hidden:_0x3bcdc4,disabled:_0x1e80ce,value:_0x2c86a3}=_0x37e0dc(_0x255558);if(!_0x255558||_0x3bcdc4)return null;let _0x5d5284=typeof _0x2c86a3==_0x5c729f(0x43e)&&_0x2c86a3?_0x2c86a3:_0x5c729f(0x4ed);return(0x0,_0x8825e5[_0x5c729f(0x3c4)])(_0x521a42,{'embedId':_0x38811f,'disabled':_0x1e80ce,'title':_0x88ef15,'open':_0xfdfdc8,'onOpenChange':_0x38f3ef,'trigger':(0x0,_0x8825e5[_0x5c729f(0x1fa)])(_0x8825e5[_0x5c729f(0x581)],{'children':[(0x0,_0x8825e5[_0x5c729f(0x3c4)])(_0x5c729f(0x2db),{'className':_0x5c729f(0x4df),'children':_0x5d5284}),(0x0,_0x8825e5[_0x5c729f(0x3c4)])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x5c729f(0x3c4)])(_0x5c729f(0x46a),{'className':_0x5c729f(0x769),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':(0x0,_0x8825e5['jsx'])(_0x4fbb7a['FontFamilyItem'],{'value':_0x5d5284,'onChange':_0x5243ac=>{_0x3db79f(_0x5243ac),_0x38f3ef(!0x1);}})})});}function _0x21706c(_0x276a6d){const _0x1d0fbd=_0x37672f;let {embedId:_0x195b3a,menuItem:_0x4a8c9c,title:_0x8454cd,open:_0x322505,onOpenChange:_0x280702,onSelect:_0x18c1c8}=_0x276a6d,{hidden:_0x2769e4,disabled:_0x41d86b,value:_0xf31180}=_0x37e0dc(_0x4a8c9c);if(!_0x4a8c9c||_0x2769e4)return null;let _0x1b5065=typeof _0xf31180=='number'||typeof _0xf31180==_0x1d0fbd(0x43e)?Number(_0xf31180):0xb;return(0x0,_0x8825e5[_0x1d0fbd(0x3c4)])(_0x521a42,{'embedId':_0x195b3a,'disabled':_0x41d86b,'title':_0x8454cd,'open':_0x322505,'onOpenChange':_0x280702,'trigger':(0x0,_0x8825e5[_0x1d0fbd(0x1fa)])(_0x8825e5['Fragment'],{'children':[(0x0,_0x8825e5['jsx'])('span',{'className':'univer-min-w-6\x20univer-text-left','children':_0x1b5065}),(0x0,_0x8825e5['jsx'])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x1d0fbd(0x3c4)])(_0x1d0fbd(0x46a),{'className':_0x1d0fbd(0x625),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x2e85f2()[_0x1d0fbd(0x3b8)](_0x4eb44f=>{const _0x406dc6=_0x1d0fbd;let _0x49b712=Number(_0x4eb44f[_0x406dc6(0x846)])===_0x1b5065;return(0x0,_0x8825e5[_0x406dc6(0x1fa)])(_0x406dc6(0x3e6),{'type':_0x406dc6(0x3e6),'className':(0x0,_0x314f23[_0x406dc6(0x39d)])('univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x49b712}),'onClick':()=>{_0x18c1c8(String(_0x4eb44f['value'])),_0x280702(!0x1);},'children':[(0x0,_0x8825e5['jsx'])(_0x406dc6(0x2db),{'children':_0x4eb44f[_0x406dc6(0x1f4)]}),_0x49b712&&(0x0,_0x8825e5[_0x406dc6(0x3c4)])(_0x5a86a1,{'className':_0x406dc6(0x912)})]},_0x4eb44f[_0x406dc6(0x846)]);})})});}function _0x5adef0(_0x16a1a7){const _0x27d9c9=_0x37672f;let {embedId:_0x2f62dc,menuItem:_0x5bd39d,open:_0x4475aa,onOpenChange:_0x57cb71,execute:_0x455d3f}=_0x16a1a7,{hidden:_0x1c221a,disabled:_0x56623a}=_0x37e0dc(_0x5bd39d);return!_0x5bd39d||_0x1c221a?null:(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0x521a42,{'embedId':_0x2f62dc,'disabled':_0x56623a,'title':_0x27d9c9(0x1e2),'triggerClassName':_0x27d9c9(0x457),'open':_0x4475aa,'onOpenChange':_0x57cb71,'trigger':(0x0,_0x8825e5['jsxs'])(_0x8825e5[_0x27d9c9(0x581)],{'children':[(0x0,_0x8825e5['jsx'])(_0x48492e,{}),(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0xda23a,{'embedId':_0x2f62dc,'onPointerDown':_0x2c27db=>_0x2c27db[_0x27d9c9(0x584)](),'children':(0x0,_0x8825e5[_0x27d9c9(0x1fa)])(_0x213b04,{'children':[(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0xa37dcd,{'item':_0x5bd39d,'title':_0x27d9c9(0x794),'onClick':()=>_0x455d3f(_0x5bd39d,{'value':_0x423058['HorizontalAlign'][_0x27d9c9(0x896)]}),'children':(0x0,_0x8825e5['jsx'])(_0x48492e,{})}),(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0xa37dcd,{'item':_0x5bd39d,'title':'embed-ui.sheetsFloating.align.center','onClick':()=>_0x455d3f(_0x5bd39d,{'value':_0x423058[_0x27d9c9(0x436)][_0x27d9c9(0x7c0)]}),'children':(0x0,_0x8825e5['jsx'])(_0x531163,{})}),(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0xa37dcd,{'item':_0x5bd39d,'title':_0x27d9c9(0x7ce),'onClick':()=>_0x455d3f(_0x5bd39d,{'value':_0x423058['HorizontalAlign']['RIGHT']}),'children':(0x0,_0x8825e5[_0x27d9c9(0x3c4)])(_0x25cf3d,{})})]})})});}function _0x1ce94b(_0x255284){const _0x49f749=_0x37672f;let {embedId:_0x5337f4,menuItem:_0x493769,open:_0x488abb,onOpenChange:_0x5c2b29,execute:_0x57f935}=_0x255284,{hidden:_0x593c54,disabled:_0x5e0eb7}=_0x37e0dc(_0x493769);return!_0x493769||_0x593c54?null:(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x521a42,{'embedId':_0x5337f4,'disabled':_0x5e0eb7,'title':'embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','triggerClassName':_0x49f749(0x457),'open':_0x488abb,'onOpenChange':_0x5c2b29,'trigger':(0x0,_0x8825e5[_0x49f749(0x1fa)])(_0x8825e5[_0x49f749(0x581)],{'children':[(0x0,_0x8825e5['jsx'])(_0x5ee63e,{}),(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0xda23a,{'embedId':_0x5337f4,'onPointerDown':_0x1788f0=>_0x1788f0[_0x49f749(0x584)](),'children':(0x0,_0x8825e5['jsxs'])(_0x213b04,{'children':[(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0xa37dcd,{'item':_0x493769,'title':_0x49f749(0x8ed),'onClick':()=>_0x57f935(_0x493769,{'value':_0x423058[_0x49f749(0x86a)]['TOP']}),'children':(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x4e6ef2,{})}),(0x0,_0x8825e5['jsx'])(_0xa37dcd,{'item':_0x493769,'title':_0x49f749(0x6d7),'onClick':()=>_0x57f935(_0x493769,{'value':_0x423058[_0x49f749(0x86a)][_0x49f749(0x5e6)]}),'children':(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x5ee63e,{})}),(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0xa37dcd,{'item':_0x493769,'title':'embed-ui.sheetsFloating.align.bottom','onClick':()=>_0x57f935(_0x493769,{'value':_0x423058[_0x49f749(0x86a)][_0x49f749(0x487)]}),'children':(0x0,_0x8825e5[_0x49f749(0x3c4)])(_0x41d82f,{})})]})})});}function _0xa37dcd(_0x40fd06){const _0x306b79=_0x37672f;let {item:_0x1ad750,title:_0x5603c8,children:_0x4e1e0e,onClick:_0x57ca7c}=_0x40fd06,{hidden:_0x4aecb6,disabled:_0x4ec968,activated:_0x3994dd}=_0x37e0dc(_0x1ad750);return!_0x1ad750||_0x4aecb6?null:(0x0,_0x8825e5[_0x306b79(0x3c4)])(_0x22938d,{'title':_0x5603c8,'disabled':_0x4ec968,'active':_0x3994dd,'onClick':_0x57ca7c,'children':_0x4e1e0e});}function _0x36d75c(_0x5d74c0){const _0x3ac751=_0x37672f;let {embedId:_0x27ac3c,menuItem:_0x4916c6,title:_0x19d340,icon:_0x3a9e71,defaultColor:_0xf53dbc,open:_0x4d04e8,onOpenChange:_0x3b3749,onChange:_0x3e9c69,onReset:_0x5c8c28}=_0x5d74c0,_0x566a8e=(0x0,_0x4fbb7a[_0x3ac751(0x7bd)])(_0x423058[_0x3ac751(0x5f7)]),{hidden:_0x4f7bc6,disabled:_0x1fc2d4,value:_0x416848}=_0x37e0dc(_0x4916c6),[_0x2ab874,_0x245aca]=(0x0,_0x10447b['useState'])(_0xf53dbc);return!_0x4916c6||_0x4f7bc6?null:(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x314f23[_0x3ac751(0x85d)],{'disabled':_0x1fc2d4,'align':_0x3ac751(0x7cd),'sideOffset':0x6,'open':_0x4d04e8,'onOpenChange':_0x3b3749,'onPointerDownOutside':_0x205c62=>_0xc8ee53(_0x205c62,_0x27ac3c),'onFocusOutside':_0x4b39ec=>_0xc8ee53(_0x4b39ec,_0x27ac3c),'onInteractOutside':_0x23809a=>_0xc8ee53(_0x23809a,_0x27ac3c),'overlay':(0x0,_0x8825e5[_0x3ac751(0x1fa)])(_0x3ac751(0x46a),{'data-embed-id':_0x27ac3c,'data-embed-floating-menu-popup':_0x3ac751(0x91c),'className':_0x3ac751(0x4d2),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':[(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x314f23['ColorPicker'],{'value':typeof _0x416848==_0x3ac751(0x43e)&&_0x416848?_0x416848:_0x2ab874,'onChange':_0x4b98ac=>{_0x245aca(_0x4b98ac),_0x3e9c69(_0x4b98ac);}}),(0x0,_0x8825e5['jsx'])(_0x314f23['Separator'],{}),(0x0,_0x8825e5['jsxs'])(_0x3ac751(0x3e6),{'type':_0x3ac751(0x3e6),'className':_0x3ac751(0x7d8),'onClick':()=>{_0x245aca(_0xf53dbc),_0x5c8c28(),_0x3b3749(!0x1);},'children':[(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x1dd094,{}),(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x3ac751(0x2db),{'children':_0x566a8e['t'](_0x3ac751(0x51a))})]})]}),'children':(0x0,_0x8825e5[_0x3ac751(0x3c4)])(_0x3709d7,{'title':_0x19d340,'disabled':_0x1fc2d4,'children':_0x3a9e71})});}function _0x4652f3(_0x3154a6){const _0x4b7faf=_0x37672f;let {embedId:_0x169b1b,menuItem:_0x446ca4,open:_0x385a73,onOpenChange:_0x417d69,onSelect:_0x54eb98}=_0x3154a6,_0x256d08=(0x0,_0x4fbb7a[_0x4b7faf(0x7bd)])(_0x423058[_0x4b7faf(0x5f7)]),_0x4b54ad=(0x0,_0x4fbb7a[_0x4b7faf(0x7bd)])(_0x4fbb7a[_0x4b7faf(0x33f)]),{hidden:_0x15c5ed,disabled:_0x67643}=_0x37e0dc(_0x446ca4),[_0x4829c6,_0x3bc4a4]=(0x0,_0x10447b[_0x4b7faf(0x1d1)])(_0x423058[_0x4b7faf(0x440)][_0x4b7faf(0x75c)]),[_0x3ac677,_0x2d9c85]=(0x0,_0x10447b[_0x4b7faf(0x1d1)])(_0x423058[_0x4b7faf(0x689)][_0x4b7faf(0x42a)]),[_0x227811,_0x23a098]=(0x0,_0x10447b[_0x4b7faf(0x1d1)])(_0x4b7faf(0x28b));if(!_0x446ca4||_0x15c5ed)return null;let _0x510a55=(_0x1ed513=_0x4829c6,_0xd8a783=_0x3ac677,_0xb7ac5b=_0x227811)=>{_0x3bc4a4(_0x1ed513),_0x2d9c85(_0xd8a783),_0x23a098(_0xb7ac5b),_0x54eb98(_0x1ed513,_0xd8a783,_0xb7ac5b);},_0x23cc52=_0x5e11f4=>{const _0x2d2f10=_0x4b7faf;var _0x50b1bf;return((_0x50b1bf=_0x493abf()['find'](_0x203bea=>_0x203bea[_0x2d2f10(0x846)]===_0x5e11f4))==null?void 0x0:_0x50b1bf[_0x2d2f10(0x29a)])??_0x2d2f10(0x7dc);},_0x3f41b5=(_0x11bca2,_0x481586=_0x4b7faf(0x2e0))=>{const _0x4ff128=_0x4b7faf;let _0x3a2e95=_0x4b54ad[_0x4ff128(0x47e)](_0x11bca2);return _0x3a2e95?(0x0,_0x8825e5[_0x4ff128(0x3c4)])(_0x3a2e95,{'className':_0x481586}):(0x0,_0x8825e5[_0x4ff128(0x3c4)])(_0xeb7cb9,{});};return(0x0,_0x8825e5['jsx'])(_0x314f23[_0x4b7faf(0x85d)],{'disabled':_0x67643,'align':_0x4b7faf(0x7cd),'sideOffset':0x6,'open':_0x385a73,'onOpenChange':_0x417d69,'onPointerDownOutside':_0x54a24e=>_0xc8ee53(_0x54a24e,_0x169b1b),'onFocusOutside':_0x1a4192=>_0xc8ee53(_0x1a4192,_0x169b1b),'onInteractOutside':_0x476621=>_0xc8ee53(_0x476621,_0x169b1b),'overlay':(0x0,_0x8825e5[_0x4b7faf(0x1fa)])(_0xda23a,{'embedId':_0x169b1b,'onPointerDown':_0x3ab733=>_0x3ab733[_0x4b7faf(0x584)](),'children':[(0x0,_0x8825e5[_0x4b7faf(0x3c4)])('div',{'className':_0x4b7faf(0x5de),'children':_0x493abf()[_0x4b7faf(0x3b8)](_0xc8ac59=>(0x0,_0x8825e5['jsx'])(_0x22938d,{'title':_0xc8ac59[_0x4b7faf(0x1f4)],'active':_0x4829c6===_0xc8ac59[_0x4b7faf(0x846)],'onClick':()=>_0x510a55(_0xc8ac59[_0x4b7faf(0x846)]),'children':_0x3f41b5(_0xc8ac59[_0x4b7faf(0x29a)])},_0xc8ac59[_0x4b7faf(0x846)]))}),(0x0,_0x8825e5['jsx'])(_0x314f23[_0x4b7faf(0x6df)],{}),(0x0,_0x8825e5[_0x4b7faf(0x1fa)])(_0x213b04,{'children':[(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x314f23[_0x4b7faf(0x85d)],{'align':_0x4b7faf(0x7cd),'sideOffset':0x6,'onPointerDownOutside':_0x4d0be8=>_0xc8ee53(_0x4d0be8,_0x169b1b),'onFocusOutside':_0x4503ee=>_0xc8ee53(_0x4503ee,_0x169b1b),'onInteractOutside':_0x4df548=>_0xc8ee53(_0x4df548,_0x169b1b),'overlay':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x4b7faf(0x46a),{'data-embed-id':_0x169b1b,'data-embed-floating-menu-popup':_0x4b7faf(0x91c),'className':'univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x314f23[_0x4b7faf(0x266)],{'value':_0x227811,'onChange':_0x126f9f=>_0x510a55(_0x4829c6,_0x3ac677,_0x126f9f)})}),'children':(0x0,_0x8825e5['jsxs'])(_0x22938d,{'title':_0x4b7faf(0x24c),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x5a61c8,{'extend':{'colorChannel1':_0x227811}}),(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x47a4bd,{})]})}),(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x314f23['Dropdown'],{'align':'start','sideOffset':0x6,'onPointerDownOutside':_0x5933eb=>_0xc8ee53(_0x5933eb,_0x169b1b),'onFocusOutside':_0x94c21d=>_0xc8ee53(_0x94c21d,_0x169b1b),'onInteractOutside':_0xd0533=>_0xc8ee53(_0xd0533,_0x169b1b),'overlay':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])('div',{'data-embed-id':_0x169b1b,'data-embed-floating-menu-popup':'true','className':_0x4b7faf(0x591),'onPointerDown':_0x524969,'onMouseDown':_0x524969,'children':_0x1fa4c3[_0x4b7faf(0x435)][_0x4b7faf(0x3b8)](_0x411333=>(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x4b7faf(0x3e6),{'type':_0x4b7faf(0x3e6),'className':(0x0,_0x314f23[_0x4b7faf(0x39d)])(_0x4b7faf(0x432),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x3ac677===_0x411333[_0x4b7faf(0x846)]}),'onClick':()=>_0x510a55(_0x4829c6,_0x411333[_0x4b7faf(0x846)]),'children':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x1fa4c3['BorderLine'],{'className':'univer-fill-gray-900\x20dark:!univer-fill-gray-0','type':_0x411333['value']})},_0x411333['value']))}),'children':(0x0,_0x8825e5[_0x4b7faf(0x1fa)])(_0x22938d,{'title':_0x4b7faf(0x29e),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x1fa4c3['BorderLine'],{'className':_0x4b7faf(0x79b),'type':_0x3ac677}),(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0x47a4bd,{})]})})]})]}),'children':(0x0,_0x8825e5[_0x4b7faf(0x3c4)])(_0xd0d1e,{'title':_0x256d08['t'](_0x4b7faf(0x215)),'disabled':_0x67643,'open':_0x385a73,'primary':_0x3f41b5(_0x23cc52(_0x4829c6),_0x4b7faf(0x7c1)),'onPrimaryClick':()=>{_0x510a55(),_0x417d69(!0x1);}})});}function _0x2e7ce1(_0x560ea9){const _0x5daf07=_0x37672f;let {embedId:_0x26e194,menuItems:_0x572402,open:_0xa700a2,onOpenChange:_0x510ca6,execute:_0xb3be38}=_0x560ea9,_0x5b3162=(0x0,_0x4fbb7a[_0x5daf07(0x7bd)])(_0x423058[_0x5daf07(0x5f7)]),{hidden:_0x5d3a5e,disabled:_0x3cc741}=_0x37e0dc(_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x456)]),_0x503123=[];return[{'item':_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x2af)],'icon':(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x360c04,{})},{'item':_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x357)],'icon':(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x341d88,{})},{'item':_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x791)],'icon':(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x42433a,{})},{'item':_0x572402==null?void 0x0:_0x572402[_0x5daf07(0x397)],'icon':(0x0,_0x8825e5['jsx'])(_0x250b2a,{})}][_0x5daf07(0x84e)](({item:_0x3741ed,icon:_0x65ab67})=>{const _0x49cc09=_0x5daf07;_0x3741ed&&_0x503123[_0x49cc09(0x5fd)]({'item':_0x3741ed,'icon':_0x65ab67});}),!(_0x572402!=null&&_0x572402[_0x5daf07(0x456)])||_0x5d3a5e||!_0x503123['length']?null:(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x521a42,{'embedId':_0x26e194,'disabled':_0x3cc741,'title':_0x5daf07(0x382),'triggerClassName':_0x5daf07(0x457),'open':_0xa700a2,'onOpenChange':_0x510ca6,'trigger':(0x0,_0x8825e5['jsxs'])(_0x8825e5[_0x5daf07(0x581)],{'children':[(0x0,_0x8825e5['jsx'])(_0x360c04,{}),(0x0,_0x8825e5['jsx'])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x5daf07(0x3c4)])(_0x55ae38,{'children':_0x503123['map'](({item:_0x18be00,icon:_0x53191b})=>(0x0,_0x8825e5['jsx'])(_0x154db1,{'icon':_0x53191b,'onClick':()=>{_0xb3be38(_0x18be00),_0x510ca6(!0x1);},'children':_0x5b3162['t'](_0x3928b2(_0x18be00))},_0x18be00['id']))})});}function _0x3b0e61(_0x3fe895){const _0x40affe=_0x37672f;let {embedId:_0x3560a9,menuItem:_0x193afa,open:_0x232020,onOpenChange:_0x8cf951,execute:_0x355bf5}=_0x3fe895,_0x563794=(0x0,_0x4fbb7a[_0x40affe(0x7bd)])(_0x423058[_0x40affe(0x5f7)]),{hidden:_0xe76341,disabled:_0x1bbe91}=_0x37e0dc(_0x193afa);if(!_0x193afa||_0xe76341)return null;let _0x1e514a=_0x58ba7d(_0x193afa),_0x50c3ad=_0x1e514a['length']?_0x1e514a[_0x40affe(0x3b8)](_0x2a6239=>({'label':_0x563794['t'](_0x4c7cab(_0x2a6239)),'icon':_0x1bdb44(_0x2a6239['value']),'commandId':_0x2a6239[_0x40affe(0x229)]??(_0x193afa==null?void 0x0:_0x193afa[_0x40affe(0x229)])??(_0x193afa==null?void 0x0:_0x193afa['id'])??_0x2ef170['SetTextWrapCommand']['id'],'params':_0x2a6239[_0x40affe(0x8fd)]??{'value':_0x2a6239[_0x40affe(0x846)]}})):[{'label':_0x563794['t'](_0x40affe(0x25c)),'icon':(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x2a3b46,{}),'commandId':_0x2ef170[_0x40affe(0x82d)]['id'],'params':{'value':_0x423058[_0x40affe(0x482)][_0x40affe(0x5a5)]}},{'label':_0x563794['t']('embed-ui.sheetsFloating.textWrap.overflow'),'icon':(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x3abc1e,{}),'commandId':_0x2ef170[_0x40affe(0x82d)]['id'],'params':{'value':_0x423058[_0x40affe(0x482)]['OVERFLOW']}},{'label':_0x563794['t'](_0x40affe(0x370)),'icon':(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x255a1d,{}),'commandId':_0x2ef170[_0x40affe(0x82d)]['id'],'params':{'value':_0x423058[_0x40affe(0x482)]['WRAP']}}];return(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x521a42,{'embedId':_0x3560a9,'disabled':_0x1bbe91,'title':_0x40affe(0x3f7),'triggerClassName':_0x40affe(0x457),'open':_0x232020,'onOpenChange':_0x8cf951,'trigger':(0x0,_0x8825e5[_0x40affe(0x1fa)])(_0x8825e5[_0x40affe(0x581)],{'children':[(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x255a1d,{}),(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x47a4bd,{})]}),'overlay':(0x0,_0x8825e5[_0x40affe(0x3c4)])(_0x3af703,{'children':_0x50c3ad['map'](_0x127fdb=>{const _0x2f12b=_0x40affe;var _0x1944bd;return(0x0,_0x8825e5[_0x2f12b(0x3c4)])(_0x24f294,{'icon':_0x127fdb['icon'],'onClick':()=>{const _0x5a9478=_0x2f12b;_0x355bf5(_0x127fdb[_0x5a9478(0x229)],_0x127fdb[_0x5a9478(0x8fd)]),_0x8cf951(!0x1);},'children':_0x127fdb[_0x2f12b(0x1f4)]},_0x127fdb['commandId']+'-'+String(((_0x1944bd=_0x127fdb['params'])==null?void 0x0:_0x1944bd['value'])??_0x127fdb[_0x2f12b(0x1f4)]));})})});}let _0x58fd66={'formatPainter':_0x1fa4c3[_0x37672f(0x3f2)]['id'],'numberFormat':_0x37672f(0x573),'fontFamily':_0x1fa4c3['SetRangeFontFamilyCommand']['id'],'fontSize':_0x1fa4c3[_0x37672f(0x4a2)]['id'],'bold':_0x1fa4c3['SetRangeBoldCommand']['id'],'textColor':_0x1fa4c3[_0x37672f(0x49b)]['id'],'backgroundColor':_0x2ef170['SetBackgroundColorCommand']['id'],'borderComposite':_0x2ef170[_0x37672f(0x699)]['id'],'horizontalAlign':_0x2ef170[_0x37672f(0x618)]['id'],'verticalAlign':_0x2ef170[_0x37672f(0x81d)]['id'],'wrap':_0x2ef170['SetTextWrapCommand']['id'],'filter':_0x37672f(0x87d)},_0x1e63f4={'root':_0x2ef170['AddWorksheetMergeCommand']['id'],'all':_0x2ef170['AddWorksheetMergeAllCommand']['id'],'vertical':_0x2ef170[_0x37672f(0x7cb)]['id'],'horizontal':_0x2ef170['AddWorksheetMergeHorizontalCommand']['id'],'unmerge':_0x2ef170[_0x37672f(0x537)]['id']};function _0x52c816(_0x52e8b3){const _0x216dda=_0x37672f;let _0x1c3faf={},_0x1b6b5b=_0x34c3b6=>{const _0x68d553=_0x3a85;let _0x4be6ba=_0x52e8b3[_0x68d553(0x782)](_0x57639e=>{const _0x54aff1=_0x68d553;let _0x259c98=_0x57639e[_0x54aff1(0x6c0)];return _0x57639e[_0x54aff1(0x838)]===_0x34c3b6||(_0x259c98==null?void 0x0:_0x259c98['id'])===_0x34c3b6||(_0x259c98==null?void 0x0:_0x259c98[_0x54aff1(0x229)])===_0x34c3b6;});return _0x4be6ba==null?void 0x0:_0x4be6ba[_0x68d553(0x6c0)];};Object[_0x216dda(0x7b3)](_0x58fd66)[_0x216dda(0x84e)](_0x3ae99c=>{_0x1c3faf[_0x3ae99c]=_0x1b6b5b(_0x58fd66[_0x3ae99c]);});let _0x4fb682=Object[_0x216dda(0x1ee)](_0x1e63f4)[_0x216dda(0x4e7)]((_0x3ff49f,[_0x48b470,_0x5a40dc])=>{let _0x544576=_0x1b6b5b(_0x5a40dc);return _0x544576&&(_0x3ff49f[_0x48b470]=_0x544576),_0x3ff49f;},{});return _0x5548bb(_0x4fb682)&&(_0x1c3faf['merge']=_0x4fb682),_0x1c3faf[_0x216dda(0x7ea)]=!0x0,_0x1c3faf;}let _0x11fa5a=[{'items':['formatPainter']},{'dividerBefore':_0x37672f(0x52a),'items':[_0x37672f(0x2d7)]},{'dividerBefore':'divider-format','items':['fontFamily',_0x37672f(0x80b),_0x37672f(0x65c)]},{'dividerBefore':'divider-font','items':[_0x37672f(0x4e2),_0x37672f(0x35e),'borderComposite']},{'dividerBefore':'divider-border','items':[_0x37672f(0x614),_0x37672f(0x647),_0x37672f(0x892),_0x37672f(0x1f1)]},{'dividerBefore':_0x37672f(0x2dd),'items':[_0x37672f(0x320)]},{'dividerBefore':_0x37672f(0x22e),'items':[_0x37672f(0x7ea)]}];function _0x42dddb(_0x52b653){const _0x2ba80e=_0x37672f;let _0x2b45f1=[];return _0x11fa5a[_0x2ba80e(0x84e)](_0x8da446=>{const _0x5e31aa=_0x2ba80e;let _0x2a18ca=_0x8da446[_0x5e31aa(0x8d4)][_0x5e31aa(0x320)](_0x2c8652=>_0x34b4bf(_0x52b653,_0x2c8652))['map'](_0x163c4a=>({'id':_0x163c4a,'type':_0x163c4a===_0x5e31aa(0x2c1)||_0x163c4a==='bold'||_0x163c4a==='filter'||_0x163c4a==='deleteBlock'?_0x5e31aa(0x3e6):'dropdown'}));_0x2a18ca[_0x5e31aa(0x3fe)]&&(_0x2b45f1[_0x5e31aa(0x3fe)]&&_0x8da446['dividerBefore']&&_0x2b45f1['push']({'id':_0x8da446['dividerBefore'],'type':'divider'}),_0x2b45f1[_0x5e31aa(0x5fd)](..._0x2a18ca));}),_0x2b45f1;}function _0x34b4bf(_0x355b58,_0x2cd170){return!!_0x355b58[_0x2cd170];}function _0x5548bb(_0x4706e0){const _0x529274=_0x37672f;return Object[_0x529274(0x4bf)](_0x4706e0)[_0x529274(0x79a)](Boolean);}function _0x27ab83(_0x1b89f7,_0x509511){const _0x52ce1f=_0x37672f;if(_0x1b89f7)return{'commandId':_0x1b89f7[_0x52ce1f(0x229)]??_0x1b89f7['id'],'params':_0x509511??(typeof _0x1b89f7[_0x52ce1f(0x8fd)]=='function'?_0x1b89f7[_0x52ce1f(0x8fd)]():_0x1b89f7['params'])};}function _0x3622bb(){const _0x10c243=_0x37672f;return _0x454349({'childType':_0x423058[_0x10c243(0x839)]['UNIVER_SHEET'],'mount':_0x2e2ac4});}function _0x2e2ac4(_0x3b27bc){const _0x25597c=_0x37672f;let {root:_0x2f5368,menu:_0x436872}=_0x2c109e(_0x3b27bc),_0x24206d=_0x4b0eb6(_0x436872);return _0x24206d['render']((0x0,_0x10447b[_0x25597c(0x64d)])(_0x418b69,{'injector':_0x3b27bc['runtimeScope'][_0x25597c(0x868)],'mountContainer':_0x2f5368,'embedId':_0x3b27bc[_0x25597c(0x2ab)]},(0x0,_0x10447b[_0x25597c(0x64d)])(_0x221505,{'hostUnitId':_0x3b27bc[_0x25597c(0x7cf)],'embedId':_0x3b27bc[_0x25597c(0x2ab)],'childUnitId':_0x3b27bc[_0x25597c(0x783)],'entry':_0x3b27bc[_0x25597c(0x466)]['entry'],'fullscreen':!!_0x3b27bc['renderScope']['fullscreen'],'usesDomFloatingStage':_0x2ac19b(_0x3b27bc[_0x25597c(0x466)]['entry']),'renderScopeActive$':_0x3b27bc[_0x25597c(0x46e)]['active$']}))),(0x0,_0x423058['toDisposable'])(()=>{_0x5deccb(_0x24206d),globalThis['setTimeout'](()=>_0x436872['remove'](),0x0);});}function _0x2ac19b(_0x31717b){return!0x0;}function _0x221505(_0x3793f6){const _0x3a1964=_0x37672f;let {hostUnitId:_0x5d865e,embedId:_0x46df09,childUnitId:_0xa2eb2a,entry:_0x3c578d,fullscreen:_0x31766b,usesDomFloatingStage:_0x33af22,renderScopeActive$:_0x4d7ec6}=_0x3793f6,_0xda431f=(0x0,_0x4fbb7a['useDependency'])(_0x423058[_0x3a1964(0x5f7)]),_0x441c59=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x423058[_0x3a1964(0x58f)]),_0x14d2ce=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x423058[_0x3a1964(0x8ca)]),_0x3c7f5a=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x4fbb7a[_0x3a1964(0x31b)]),_0x412c60=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x2ef170[_0x3a1964(0x8b0)]),_0x40e24e=(0x0,_0x4fbb7a[_0x3a1964(0x7bd)])(_0x89f79f),_0x15ef62=_0x3a08eb({'embedId':_0x46df09,'active':(0x0,_0x4fbb7a['useObservable'])(()=>_0x40e24e['active$'],_0x40e24e['getActive'](),!0x1,[_0x40e24e]),'fullscreen':_0x31766b,'usesDomFloatingStage':_0x33af22,'renderScopeActive':(0x0,_0x4fbb7a[_0x3a1964(0x711)])(()=>_0x4d7ec6,!0x1,!0x1,[_0x4d7ec6])})==='stage2',[_0x20c2b4,_0x18d095]=(0x0,_0x10447b[_0x3a1964(0x1d1)])(null),_0x1864c9=_0x29d7b5=>({'open':_0x20c2b4===_0x29d7b5,'onOpenChange':_0x27f77a=>_0x18d095(_0x27f77a?_0x29d7b5:null)});(0x0,_0x10447b[_0x3a1964(0x7b1)])(()=>{const _0x3ce879=_0x3a1964;if(!_0x20c2b4)return;let _0x2d0093=_0x3077a4=>{const _0x432a32=_0x3a85;_0x4dddb6(_0x3077a4[_0x432a32(0x317)],_0x46df09)||_0x18d095(null);};return document[_0x3ce879(0x780)](_0x3ce879(0x2ce),_0x2d0093,!0x0),()=>{const _0x8c20ee=_0x3ce879;document[_0x8c20ee(0x356)](_0x8c20ee(0x2ce),_0x2d0093,!0x0);};},[_0x46df09,_0x20c2b4]);let _0x43f84f=(0x0,_0x4fbb7a[_0x3a1964(0x711)])(()=>_0x3c7f5a[_0x3a1964(0x465)][_0x3a1964(0x594)]((0x0,_0x12f7a8[_0x3a1964(0x3b8)])(()=>_0x52c816(_0x3c7f5a[_0x3a1964(0x5b1)](_0x4fbb7a[_0x3a1964(0x510)][_0x3a1964(0x5cf)])))),_0x52c816(_0x3c7f5a[_0x3a1964(0x5b1)](_0x4fbb7a['MenuManagerPosition'][_0x3a1964(0x5cf)])),!0x1,[_0x3c7f5a]),_0x1b766d=(0x0,_0x10447b[_0x3a1964(0x1e0)])(()=>new Set(_0x42dddb(_0x43f84f)[_0x3a1964(0x3b8)](_0x130cbb=>_0x130cbb['id'])),[_0x43f84f]),_0x1fd3c5=()=>{const _0x155a1a=_0x3a1964;_0x40e24e[_0x155a1a(0x2d3)]({'hostUnitId':_0x5d865e,'embedId':_0x46df09,'childUnitId':_0xa2eb2a},_0x155a1a(0x58d)),_0x14d2ce[_0x155a1a(0x40b)](_0xa2eb2a);},_0x23e338=async(_0x50d4c9,_0xbc2b7e)=>{_0x1fd3c5(),await _0x441c59['executeCommand'](_0x50d4c9,_0xbc2b7e);},_0x433b3e=async(_0x31adb8,_0x584880)=>{const _0x5b3c2a=_0x3a1964;let _0x4863db=_0x27ab83(_0x31adb8,_0x584880);_0x4863db&&await _0x23e338(_0x4863db[_0x5b3c2a(0x229)],_0x4863db[_0x5b3c2a(0x8fd)]);},_0x56c9a2=()=>{const _0x367ccb=_0x3a1964;let _0x408408=_0x14d2ce[_0x367ccb(0x80e)](_0xa2eb2a,_0x423058[_0x367ccb(0x839)][_0x367ccb(0x89d)]),_0x2df7e3=_0x408408==null?void 0x0:_0x408408[_0x367ccb(0x2c2)]();return!_0x408408||!_0x2df7e3?null:{'workbook':_0x408408,'worksheet':_0x2df7e3,'unitId':_0x408408[_0x367ccb(0x55c)](),'subUnitId':_0x2df7e3['getSheetId']()};},_0xd10c20=()=>{const _0x347437=_0x3a1964;var _0x5e46c2;return((_0x5e46c2=_0x412c60[_0x347437(0x2c8)]())==null?void 0x0:_0x5e46c2['map'](_0x425746=>_0x425746['range']))??[];},_0x42e47b=async(_0x583bed,_0x32c4da,_0x1ba081=_0x423058['BorderStyleTypes'][_0x3a1964(0x42a)],_0x125d45='#000000')=>{const _0xff38c9=_0x3a1964;let _0x543c6a=_0x56c9a2(),_0x125647=_0xd10c20();!_0x543c6a||!_0x125647[_0xff38c9(0x3fe)]||await _0x433b3e(_0x583bed,{'unitId':_0x543c6a['unitId'],'subUnitId':_0x543c6a[_0xff38c9(0x402)],'ranges':_0x125647,'value':{'type':_0x32c4da,'color':_0x125d45,'style':_0x1ba081,'activeBorderType':!0x0}});},_0x2678ea=async()=>{const _0x4ca55e=_0x3a1964;await _0x441c59[_0x4ca55e(0x6a6)](_0x5e0ca8[_0x4ca55e(0x3db)]['id'],{'hostUnitId':_0x5d865e,'embedId':_0x46df09});};return(0x0,_0x8825e5[_0x3a1964(0x1fa)])(_0x3a1964(0x46a),{'className':(0x0,_0x314f23[_0x3a1964(0x39d)])('univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0',{'univer-hidden':!_0x15ef62,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x31766b,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20univer-max-w-[min(calc(100vw-72px),880px)]\x20-univer-translate-x-1/2\x20univer-overflow-x-auto\x20univer-overflow-y-visible\x20[scrollbar-width:none]\x20[&::-webkit-scrollbar]:univer-hidden':!_0x31766b,'-univer-top-9':!_0x31766b&&_0x3c578d!==_0x3a1964(0x3fc),'-univer-top-[52px]':!_0x31766b&&_0x3c578d===_0x3a1964(0x3fc)}),'data-u-comp':'sheet-embed-floating-menu','data-embed-floating-menu':'true','data-embed-id':_0x46df09,'data-embed-float-stage':_0x15ef62?'stage2':_0x3a1964(0x3ed),'onPointerDown':_0x5c8384=>_0x5c8384['stopPropagation'](),'onMouseDown':_0x524969,'children':[_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x2c1))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x498f03,{'item':_0x43f84f[_0x3a1964(0x2c1)],'title':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':async()=>_0x433b3e(_0x43f84f['formatPainter']),'children':(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x121d43,{})}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x52a))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d['has']('numberFormat')&&(0x0,_0x8825e5['jsx'])(_0x1f0dfd,{'menuItem':_0x43f84f['numberFormat'],'onClick':async()=>_0x433b3e(_0x43f84f[_0x3a1964(0x2d7)])}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x509))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d['has'](_0x3a1964(0x6b4))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x1e1c8e,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x6b4)],'title':_0x3a1964(0x587),..._0x1864c9(_0x3a1964(0x6b4)),'onSelect':async _0x3fc350=>_0x433b3e(_0x43f84f['fontFamily'],{'value':_0x3fc350})}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x80b))&&(0x0,_0x8825e5['jsx'])(_0x21706c,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x80b)],'title':_0x3a1964(0x249),..._0x1864c9(_0x3a1964(0x80b)),'onSelect':async _0x21f0a8=>_0x433b3e(_0x43f84f['fontSize'],{'value':Number(_0x21f0a8)})}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x65c))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x498f03,{'item':_0x43f84f[_0x3a1964(0x65c)],'title':_0x3a1964(0x77a),'onClick':async()=>_0x433b3e(_0x43f84f[_0x3a1964(0x65c)]),'children':(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0xca2be,{})}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x879))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23['Separator'],{'orientation':_0x3a1964(0x357)}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x4e2))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x36d75c,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x4e2)],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0xfa2616,{'className':'univer-fill-primary-600'}),'defaultColor':_0x3a1964(0x7be),..._0x1864c9(_0x3a1964(0x4e2)),'onChange':async _0x45ee75=>_0x433b3e(_0x43f84f['textColor'],{'value':_0x45ee75}),'onReset':async()=>_0x23e338(_0x1fa4c3[_0x3a1964(0x2fa)]['id'])}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x35e))&&(0x0,_0x8825e5['jsx'])(_0x36d75c,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x35e)],'title':_0x3a1964(0x45a),'icon':(0x0,_0x8825e5['jsx'])(_0x5a61c8,{'className':'univer-fill-primary-600'}),'defaultColor':_0x3a1964(0x3c0),..._0x1864c9(_0x3a1964(0x35e)),'onChange':async _0x1aed39=>_0x433b3e(_0x43f84f['backgroundColor'],{'value':_0x1aed39}),'onReset':async()=>_0x23e338(_0x2ef170[_0x3a1964(0x595)]['id'])}),_0x1b766d['has'](_0x3a1964(0x693))&&(0x0,_0x8825e5['jsx'])(_0x4652f3,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x693)],..._0x1864c9('borderComposite'),'onSelect':async(_0x1cc129,_0x2e6869,_0x1dbe5d)=>_0x42e47b(_0x43f84f[_0x3a1964(0x693)],_0x1cc129,_0x2e6869,_0x1dbe5d)}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x4f5))&&(0x0,_0x8825e5['jsx'])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d['has'](_0x3a1964(0x614))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x2e7ce1,{'embedId':_0x46df09,'menuItems':_0x43f84f[_0x3a1964(0x614)],..._0x1864c9(_0x3a1964(0x614)),'execute':_0x433b3e}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x647))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x5adef0,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x647)],..._0x1864c9(_0x3a1964(0x647)),'execute':_0x433b3e}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x892))&&(0x0,_0x8825e5['jsx'])(_0x1ce94b,{'embedId':_0x46df09,'menuItem':_0x43f84f[_0x3a1964(0x892)],..._0x1864c9('verticalAlign'),'execute':_0x433b3e}),_0x1b766d['has']('wrap')&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x3b0e61,{'embedId':_0x46df09,'menuItem':_0x43f84f['wrap'],..._0x1864c9(_0x3a1964(0x1f1)),'execute':_0x23e338}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x2dd))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x320))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x498f03,{'item':_0x43f84f[_0x3a1964(0x320)],'title':_0x3a1964(0x358),'onClick':async()=>_0x433b3e(_0x43f84f['filter']),'children':(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x46a9b7,{})}),_0x1b766d[_0x3a1964(0x7df)]('divider-block')&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x314f23[_0x3a1964(0x6df)],{'orientation':_0x3a1964(0x357)}),_0x1b766d[_0x3a1964(0x7df)](_0x3a1964(0x7ea))&&(0x0,_0x8825e5[_0x3a1964(0x3c4)])(_0x3e1179,{'title':_0xda431f['t'](_0x3a1964(0x3c1)),'className':_0x3a1964(0x72e),'onClick':_0x2678ea,'children':(0x0,_0x8825e5['jsx'])(_0x30bdbf,{})})]});}let _0x39db85=new WeakMap(),_0x848178=new WeakSet();function _0x68ad45(_0x2f416c){const _0x16499b=_0x37672f;_0x4ee2ee(_0x2f416c,_0x16499b(0x3e1),_0x3229ec);}function _0x3229ec(_0xbf5368){const _0x5d165b=_0x37672f;let _0x20ef82=_0xbf5368[_0x5d165b(0x47e)](_0x16de5f),_0x2b344d=_0xbf5368[_0x5d165b(0x47e)](_0x402a2b),_0x4879c9=_0xbf5368[_0x5d165b(0x47e)](_0x28f187),_0x4456bb=_0xbf5368['get'](_0x74c661),_0x1d072d=_0xbf5368['get'](_0x24299e),_0x3bbf82=_0xbf5368[_0x5d165b(0x47e)](_0x2b84b4),_0x134a4f=_0xbf5368['get'](_0x691e68);_0x4c736f(_0xbf5368),_0xbf5368['has'](_0x1fa4c3[_0x5d165b(0x240)])||_0xbf5368['add']([_0x1fa4c3[_0x5d165b(0x240)],{'useFactory':()=>_0xbf5368[_0x5d165b(0x47e)](_0x5ea44f)}]),_0xbf5368[_0x5d165b(0x7df)](_0x1fa4c3[_0x5d165b(0x63a)])||_0xbf5368[_0x5d165b(0x47d)]([_0x1fa4c3['ISheetEmbedRuntimeService'],{'useFactory':()=>_0x3d3b1c({'embedModelService':_0xbf5368[_0x5d165b(0x47e)](_0x5e0ca8['EmbedModelService']),'mountService':_0xbf5368['get'](_0x1d93f4),'activationService':_0xbf5368[_0x5d165b(0x47e)](_0x30c858),'restoreService':_0xbf5368['get'](_0x5757ad)})}]),[_0x31ab33(),_0x58e9e5()]['forEach'](_0x48878e=>{const _0x2205c4=_0x5d165b;_0x20ef82[_0x2205c4(0x47e)](_0x48878e[_0x2205c4(0x805)],_0x48878e[_0x2205c4(0x23b)])||_0x20ef82['register'](_0x48878e);});let _0x3819c5=_0x451525(_0xbf5368['get'](_0x423058[_0x5d165b(0x58f)]));_0x2b344d[_0x5d165b(0x47e)](_0x3819c5[_0x5d165b(0x6b0)])||_0x2b344d[_0x5d165b(0x920)](_0x3819c5);let _0x4ec1ba=_0x3e15dc();_0x4879c9[_0x5d165b(0x47e)](_0x4ec1ba[_0x5d165b(0x6b0)])||_0x4879c9[_0x5d165b(0x920)](_0x4ec1ba),_0x3622bb()[_0x5d165b(0x84e)](_0x542d50=>{const _0x12406d=_0x5d165b;_0x4456bb[_0x12406d(0x47e)](_0x542d50[_0x12406d(0x805)],_0x542d50[_0x12406d(0x23b)],_0x542d50[_0x12406d(0x6b0)])||_0x4456bb[_0x12406d(0x920)](_0x542d50);}),_0x1d072d[_0x5d165b(0x728)](_0x5158fc(_0xbf5368,{'childType':_0x423058[_0x5d165b(0x839)][_0x5d165b(0x89d)],'renderManagerService':_0x18a9fe[_0x5d165b(0x71b)]})),_0x3bbf82[_0x5d165b(0x47e)](_0x423058['UniverInstanceType'][_0x5d165b(0x89d)])||_0x3bbf82[_0x5d165b(0x920)](_0x3d8ae6()),_0x134a4f[_0x5d165b(0x47e)](_0x423058[_0x5d165b(0x839)][_0x5d165b(0x89d)])||_0x134a4f[_0x5d165b(0x920)](_0x591b5e(_0xbf5368)),_0x32298f({'injector':_0xbf5368,'previewService':_0x1d072d});}function _0x3d3b1c(_0x440fe1){return{'getSheetTabChildType':({hostUnitId:_0x3d3319,hostAnchorId:_0x53d821,embedId:_0x55b1c9})=>{const _0x239cc9=_0x3a85;let _0x51fa6e=_0x440fe1[_0x239cc9(0x543)][_0x239cc9(0x5ad)](_0x3d3319,_0x55b1c9);return(_0x51fa6e==null?void 0x0:_0x51fa6e['hostAnchorId'])===_0x53d821?_0x51fa6e['childType']:void 0x0;},'mountSheetTab':({hostUnitId:_0x236710,hostAnchorId:_0x308926,embedId:_0x235089})=>{const _0x5a1005=_0x3a85;let _0x2dd435=_0x440fe1[_0x5a1005(0x543)][_0x5a1005(0x5ad)](_0x236710,_0x235089);if(!_0x2dd435||_0x2dd435[_0x5a1005(0x391)]!==_0x308926)return;let _0x2d74f5=!0x1,_0x307c41=!0x1,_0x3bcc69;return _0x440fe1[_0x5a1005(0x224)][_0x5a1005(0x248)]({'descriptor':_0x2dd435})[_0x5a1005(0x833)](_0x355111=>{const _0x356be2=_0x5a1005;_0x2d74f5||(_0x3bcc69==null||_0x3bcc69[_0x356be2(0x850)](),_0x3bcc69=void 0x0,_0x440fe1['mountService']['mount'](_0x355111),_0x440fe1['activationService'][_0x356be2(0x48c)](_0x355111),_0x307c41=!0x0);})['catch'](_0x4fe9eb=>{_0x2d74f5||(_0x3bcc69=_0x1244d3(_0x308926,_0x4fe9eb));}),(0x0,_0x423058['toDisposable'])(()=>{const _0x4e7f0e=_0x5a1005;_0x2d74f5=!0x0,_0x3bcc69==null||_0x3bcc69[_0x4e7f0e(0x850)](),_0x440fe1[_0x4e7f0e(0x37e)][_0x4e7f0e(0x70d)](_0x235089),_0x307c41&&_0x440fe1[_0x4e7f0e(0x84a)][_0x4e7f0e(0x506)](_0x235089);});},'clearTab':_0x1f077e=>{const _0x130d4b=_0x3a85;_0x440fe1[_0x130d4b(0x37e)]['clearTab'](_0x1f077e);}};}function _0x1244d3(_0x407922,_0x210cf4){const _0x13e339=_0x37672f;let _0x2fc04d=_0x377ca3(_0x407922);if(!_0x2fc04d)return;let _0x2d63c2=document['createElement'](_0x13e339(0x46a));return _0x2d63c2[_0x13e339(0x89c)][_0x13e339(0x2a9)]=_0x13e339(0x91c),_0x2d63c2[_0x13e339(0x4e9)][_0x13e339(0x54a)]=_0x13e339(0x1f5),_0x2d63c2['style'][_0x13e339(0x3d3)]=_0x13e339(0x41c),_0x2d63c2['style'][_0x13e339(0x80b)]=_0x13e339(0x50b),_0x2d63c2[_0x13e339(0x4b7)]=_0x210cf4 instanceof Error&&_0x210cf4['message']?_0x210cf4[_0x13e339(0x351)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x2fc04d[_0x13e339(0x485)](_0x2d63c2),_0x2d63c2;}function _0x377ca3(_0x42971a){return document['querySelector']('[data-embed-sheets-sheet-tab-host=\x22'+_0x925723(_0x42971a)+'\x22]');}function _0x925723(_0x4bc2a8){const _0x435d90=_0x37672f;return _0x4bc2a8[_0x435d90(0x414)](/\\/g,'\x5c\x5c')[_0x435d90(0x414)](/"/g,'\x5c\x22');}function _0x229d49(_0x10b6b9){const _0x5ca8fc=_0x37672f;let _0x194e4c=new _0x12f7a8['Subscription'](),_0x14c178=0x0,_0x2b9a0d;if(_0x194e4c[_0x5ca8fc(0x47d)](_0x10b6b9[_0x5ca8fc(0x2e3)]['previewUpdated$']['subscribe'](_0x4d1088=>{const _0x286960=_0x5ca8fc;if(typeof _0x4d1088[_0x286960(0x8fc)]!=_0x286960(0x43e))return;let _0x5e8fbd=_0x10b6b9[_0x286960(0x543)][_0x286960(0x475)](_0x4d1088[_0x286960(0x783)])['find'](_0x4b4a8e=>_0x4b4a8e[_0x286960(0x2ab)]===_0x4d1088[_0x286960(0x2ab)]&&_0x4b4a8e[_0x286960(0x23b)]===_0x286960(0x525));_0x5e8fbd!=null&&_0x5e8fbd[_0x286960(0x391)]&&_0x10b6b9['canvasFloatDomPreviewService'][_0x286960(0x81c)]({'id':_0x5e8fbd[_0x286960(0x391)],'image':_0x4d1088[_0x286960(0x8fc)],'updatedAt':_0x4d1088[_0x286960(0x7bf)]});})),!_0x10b6b9['canvasFloatDomPreviewService'][_0x5ca8fc(0x430)])return _0x194e4c;let _0x4f4d2b=()=>{_0x2b9a0d||_0x14c178>=0xf0||(_0x2b9a0d=globalThis['setTimeout'](()=>{_0x2b9a0d=void 0x0,_0x14c178+=0x1,_0x26c8f6();},0xfa));},_0x42f6dd=_0x3bec98=>{const _0x277cf7=_0x5ca8fc;let _0x4061c7=_0x3bec98['data'];if(!_0x4061c7||typeof _0x4061c7!=_0x277cf7(0x539))return!0x0;let _0x1cd55b=_0x29dc27(_0x4061c7,_0x277cf7(0x2ab)),_0x3a7422=_0x29dc27(_0x4061c7,_0x277cf7(0x7cf));if(!_0x1cd55b||!_0x3a7422)return!0x0;let _0x411668=_0x10b6b9[_0x277cf7(0x543)][_0x277cf7(0x5ad)](_0x3a7422,_0x1cd55b);return!_0x411668||_0x411668[_0x277cf7(0x23b)]!==_0x277cf7(0x525)||!_0x411668['childUnitId']||_0x411668[_0x277cf7(0x6b0)]==null?!0x1:(_0x10b6b9[_0x277cf7(0x2e3)][_0x277cf7(0x921)]({'descriptor':_0x411668,'childUnitId':_0x411668[_0x277cf7(0x783)],'childType':_0x411668[_0x277cf7(0x6b0)],'width':_0x3bec98['width'],'height':_0x3bec98[_0x277cf7(0x33d)],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':_0x277cf7(0x927)}),!0x0);},_0x26c8f6=()=>{const _0x46f9ba=_0x5ca8fc;var _0x2947d3,_0x3c2b6e;let _0x59a8d1=!0x1;(_0x2947d3=(_0x3c2b6e=_0x10b6b9[_0x46f9ba(0x75a)])[_0x46f9ba(0x5c7)])==null||_0x2947d3[_0x46f9ba(0x4d5)](_0x3c2b6e)[_0x46f9ba(0x84e)](_0x170462=>{_0x42f6dd(_0x170462)||(_0x59a8d1=!0x0);}),_0x59a8d1&&_0x4f4d2b();};return _0x26c8f6(),_0x194e4c[_0x5ca8fc(0x47d)](_0x10b6b9[_0x5ca8fc(0x75a)][_0x5ca8fc(0x430)][_0x5ca8fc(0x4a5)](_0x5042a8=>{_0x42f6dd(_0x5042a8)||_0x4f4d2b();})),_0x194e4c[_0x5ca8fc(0x47d)](()=>{const _0x3fdcce=_0x5ca8fc;_0x2b9a0d&&globalThis[_0x3fdcce(0x2ac)](_0x2b9a0d);}),_0x194e4c;}function _0x32298f(_0x2e7fe6){const _0x20b84f=_0x37672f;let _0x2a7a50=_0x2e7fe6[_0x20b84f(0x868)],_0x20ae0d=_0x39db85[_0x20b84f(0x47e)](_0x2a7a50);if(_0x20ae0d)return _0x20ae0d;let _0x49a4d0=_0x5190b7(_0x2e7fe6[_0x20b84f(0x868)]);if(_0x49a4d0!==null){if(_0x49a4d0){let _0x172c59=_0x229d49({'previewService':_0x2e7fe6[_0x20b84f(0x2e3)],'embedModelService':_0x49a4d0[_0x20b84f(0x543)],'canvasFloatDomPreviewService':_0x49a4d0[_0x20b84f(0x75a)]});return _0x39db85[_0x20b84f(0x5d7)](_0x2a7a50,_0x172c59),_0x172c59;}_0x2e7fe6[_0x20b84f(0x624)]===!0x1||_0x848178[_0x20b84f(0x7df)](_0x2a7a50)||(_0x848178['add'](_0x2a7a50),_0xbaa2d4(_0x2e7fe6,0x0));}}function _0xbaa2d4(_0x1b37de,_0x27febc){const _0x34f3a6=_0x37672f;let _0x279676=_0x1b37de[_0x34f3a6(0x2a0)]??0xf0,_0x128f27=_0x1b37de[_0x34f3a6(0x232)]??0xfa,_0x155aaf=_0x1b37de[_0x34f3a6(0x868)];globalThis[_0x34f3a6(0x620)](()=>{if(_0x32298f({..._0x1b37de,'retry':!0x1})||_0x27febc+0x1>=_0x279676){_0x848178['delete'](_0x155aaf);return;}_0xbaa2d4(_0x1b37de,_0x27febc+0x1);},_0x128f27);}function _0x5190b7(_0x435bb4){const _0x1d2c10=_0x37672f;try{return!_0x435bb4['has'](_0x4fbb7a['CanvasFloatDomPreviewService'])||!_0x435bb4[_0x1d2c10(0x7df)](_0x5e0ca8[_0x1d2c10(0x2ea)])?void 0x0:{'embedModelService':_0x435bb4[_0x1d2c10(0x47e)](_0x5e0ca8[_0x1d2c10(0x2ea)]),'canvasFloatDomPreviewService':_0x435bb4['get'](_0x4fbb7a[_0x1d2c10(0x83a)])};}catch{return null;}}function _0x29dc27(_0x5ea248,_0x3837f8){const _0x4dc71e=_0x37672f;let _0x1aa423=_0x5ea248[_0x3837f8];return typeof _0x1aa423==_0x4dc71e(0x43e)?_0x1aa423:void 0x0;}function _0xc8b416(){const _0x5994a2=_0x37672f;return _0x24df5c({'childType':_0x423058[_0x5994a2(0x839)]['UNIVER_SLIDE'],'productName':'Slides'});}function _0x1c72de(_0x1a7455){const _0x455c53=_0x37672f;var _0x9d234d;return((_0x9d234d=_0x1a7455[_0x455c53(0x44d)])==null?void 0x0:_0x9d234d['embedId'])===_0x1a7455[_0x455c53(0x2ab)]&&_0x1a7455[_0x455c53(0x44d)]['stage']!==_0x455c53(0x3ed)?_0x1a7455[_0x455c53(0x44d)]['stage']??_0x455c53(0x4c6):_0x3a08eb({'embedId':_0x1a7455[_0x455c53(0x2ab)],'active':_0x1a7455[_0x455c53(0x44d)],'fullscreen':_0x1a7455['fullscreen'],'usesDomFloatingStage':_0x1a7455[_0x455c53(0x914)]??!0x0,'renderScopeActive':_0x1a7455[_0x455c53(0x7a5)]??!0x1});}function _0x40d018(_0x24b284){const _0x1105f8=_0x37672f;var _0x3dc99c;let _0x2260f9=(0x0,_0x4fbb7a['useDependency'])(_0x423058['LocaleService']),{hostUnitId:_0x4f0bf3,embedId:_0x2cbdac,childUnitId:_0x5306c3,slideModel:_0x421c12,floatingActiveService:_0x49ecb5,commandService:_0x1e3b7c,instanceService:_0x28e977,fullscreen:_0x110762,usesDomFloatingStage:_0x995480,renderScopeActive$:_0xa8d441}=_0x24b284,_0x496303=(0x0,_0x4fbb7a[_0x1105f8(0x711)])(()=>_0x49ecb5[_0x1105f8(0x661)],_0x49ecb5['getActive'](),!0x1,[_0x49ecb5]),_0x1fc736=(0x0,_0x4fbb7a['useObservable'])(_0xa8d441,!0x1),_0x1c478a=(0x0,_0x4fbb7a[_0x1105f8(0x711)])(_0x421c12===null?null:()=>_0x421c12[_0x1105f8(0x352)][_0x1105f8(0x39f)],[],!0x1,[_0x421c12]),_0x2e580b=(0x0,_0x4fbb7a[_0x1105f8(0x711)])(_0x421c12===null?null:()=>_0x421c12[_0x1105f8(0x352)][_0x1105f8(0x346)],_0x421c12==null||(_0x3dc99c=_0x421c12[_0x1105f8(0x352)][_0x1105f8(0x8c1)]())==null?void 0x0:_0x3dc99c[_0x1105f8(0x47f)](),!0x1,[_0x421c12]),_0x1ae6a8=(0x0,_0x10447b[_0x1105f8(0x1e0)])(()=>(_0x421c12==null?void 0x0:_0x421c12[_0x1105f8(0x352)][_0x1105f8(0x626)]())??[],[_0x421c12,_0x1c478a]),_0x22c3e5=Math[_0x1105f8(0x59c)](0x0,_0x1ae6a8[_0x1105f8(0x569)](_0x130ee4=>_0x130ee4[_0x1105f8(0x47f)]()===_0x2e580b)),_0x5bda3f=_0x1ae6a8[_0x1105f8(0x3fe)],_0x587e41=_0x1c72de({'active':_0x496303,'embedId':_0x2cbdac,'fullscreen':_0x110762,'renderScopeActive':_0x1fc736,'usesDomFloatingStage':_0x995480}),_0x4bf420=()=>{const _0x36b01f=_0x1105f8;_0x49ecb5[_0x36b01f(0x2d3)]({'hostUnitId':_0x4f0bf3,'embedId':_0x2cbdac,'childUnitId':_0x5306c3},_0x36b01f(0x58d)),_0x28e977[_0x36b01f(0x40b)](_0x5306c3);},_0x4547d4=_0x59ef6d=>{const _0x1681d5=_0x1105f8;let _0x273122=_0x1ae6a8[_0x59ef6d];!_0x273122||!_0x421c12||(_0x4bf420(),_0x421c12[_0x1681d5(0x352)]['setActiveSlide'](_0x273122['getId']()));};return(0x0,_0x8825e5[_0x1105f8(0x1fa)])('div',{'className':(0x0,_0x314f23['clsx'])(_0x1105f8(0x91b),{'univer-hidden':_0x587e41==='inactive','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x110762,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x110762,'-univer-top-9':!_0x110762}),'data-embed-floating-menu':_0x1105f8(0x91c),'data-embed-id':_0x2cbdac,'data-embed-float-stage':_0x587e41,'onPointerDown':_0x49f64d=>_0x49f64d[_0x1105f8(0x584)](),'children':[(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x5dd109,{'title':_0x1105f8(0x1da),'disabled':_0x22c3e5<=0x0,'onClick':()=>_0x4547d4(_0x22c3e5-0x1),'children':(0x0,_0x8825e5['jsx'])(_0x5af7b7,{})}),(0x0,_0x8825e5['jsx'])(_0x5dd109,{'title':_0x1105f8(0x5fa),'disabled':_0x5bda3f===0x0||_0x22c3e5>=_0x5bda3f-0x1,'onClick':()=>_0x4547d4(_0x22c3e5+0x1),'children':(0x0,_0x8825e5['jsx'])(_0x368fb2,{})}),(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x314f23[_0x1105f8(0x48d)],{'align':_0x1105f8(0x7cd),'sideOffset':0x6,'data-embed-id':_0x2cbdac,'data-embed-floating-menu-popup':_0x1105f8(0x91c),'items':[{'type':_0x1105f8(0x8c9),'value':String(_0x22c3e5),'hideIndicator':!0x0,'options':_0x1ae6a8[_0x1105f8(0x3b8)]((_0x304e72,_0x232523)=>({'label':'Slide\x20'+(_0x232523+0x1),'value':String(_0x232523)})),'onSelect':_0x1ed2a0=>_0x4547d4(Number(_0x1ed2a0))}],'children':(0x0,_0x8825e5[_0x1105f8(0x1fa)])(_0x314f23[_0x1105f8(0x7ec)],{'type':'button','size':_0x1105f8(0x768),'variant':'ghost','className':'univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','title':'Select\x20page','children':[(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x1105f8(0x2db),{'children':_0x5bda3f===0x0?_0x1105f8(0x845):_0x22c3e5+0x1+_0x1105f8(0x445)+_0x5bda3f}),(0x0,_0x8825e5['jsx'])(_0x47a4bd,{'className':_0x1105f8(0x1e1)})]})}),(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x314f23[_0x1105f8(0x6df)],{'orientation':_0x1105f8(0x357)}),(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x5dd109,{'title':_0x2260f9['t'](_0x1105f8(0x3c1)),'className':_0x1105f8(0x72e),'onClick':()=>{const _0x1bb831=_0x1105f8;_0x1e3b7c['executeCommand'](_0x5e0ca8[_0x1bb831(0x3db)]['id'],{'hostUnitId':_0x4f0bf3,'embedId':_0x2cbdac});},'children':(0x0,_0x8825e5[_0x1105f8(0x3c4)])(_0x30bdbf,{})})]});}function _0x5dd109(_0x4df6f7){const _0x33b500=_0x37672f;let {children:_0x3aa3c4,title:_0x106be3,disabled:_0x56563a,className:_0x323806,onClick:_0x2e80a3}=_0x4df6f7;return(0x0,_0x8825e5[_0x33b500(0x3c4)])(_0x314f23['Button'],{'type':_0x33b500(0x3e6),'size':_0x33b500(0x768),'variant':_0x33b500(0x3cc),'className':(0x0,_0x314f23[_0x33b500(0x39d)])(_0x33b500(0x62f),_0x323806),'title':_0x106be3,'aria-label':_0x106be3,'disabled':_0x56563a,'onClick':_0x2e80a3,'children':_0x3aa3c4});}function _0x3d9cfd(){const _0x25c226=_0x37672f;return _0x454349({'childType':_0x423058[_0x25c226(0x839)][_0x25c226(0x428)],'mount':_0x3ba13a});}function _0x3ba13a(_0x38da46){const _0x1d1572=_0x37672f;let {root:_0x4ea5f7,menu:_0xfefdfa}=_0x2c109e(_0x38da46),_0x4bd976=_0x4b0eb6(_0xfefdfa),_0x29038f=_0x38da46[_0x1d1572(0x868)][_0x1d1572(0x47e)](_0x89f79f),_0x3d12e5=_0x38da46[_0x1d1572(0x868)][_0x1d1572(0x47e)](_0x423058['ICommandService']),_0x1725bd=_0x38da46['injector'][_0x1d1572(0x47e)](_0x423058['IUniverInstanceService']),_0x14494b=_0x1725bd[_0x1d1572(0x80e)](_0x38da46[_0x1d1572(0x783)],_0x423058[_0x1d1572(0x839)][_0x1d1572(0x428)]);return _0x4bd976[_0x1d1572(0x5db)]((0x0,_0x10447b['createElement'])(_0x418b69,{'injector':_0x38da46[_0x1d1572(0x5b0)][_0x1d1572(0x868)],'mountContainer':_0x4ea5f7,'embedId':_0x38da46[_0x1d1572(0x2ab)]},(0x0,_0x10447b[_0x1d1572(0x64d)])(_0x40d018,{'hostUnitId':_0x38da46[_0x1d1572(0x7cf)],'embedId':_0x38da46[_0x1d1572(0x2ab)],'childUnitId':_0x38da46['childUnitId'],'slideModel':_0x14494b??null,'floatingActiveService':_0x29038f,'commandService':_0x3d12e5,'instanceService':_0x1725bd,'fullscreen':!!_0x38da46['renderScope'][_0x1d1572(0x3d5)],'usesDomFloatingStage':_0x38da46[_0x1d1572(0x466)][_0x1d1572(0x23b)]!==_0x1d1572(0x7f6),'renderScopeActive$':_0x38da46[_0x1d1572(0x46e)]['active$']}))),(0x0,_0x423058[_0x1d1572(0x35b)])(()=>{const _0x4f7a07=_0x1d1572;_0x5deccb(_0x4bd976),globalThis[_0x4f7a07(0x620)](()=>_0xfefdfa['remove'](),0x0);});}function _0x5598ac(_0x4a5c47,_0x330cbc,_0x2721e4){const _0x3c8963=_0x37672f;return{...(0x0,_0x5e0ca8[_0x3c8963(0x69e)])(_0x4a5c47,_0x330cbc),'activateAnchor':_0x15b6fc=>{const _0x15159a=_0x3c8963;_0x2721e4==null||_0x2721e4[_0x15159a(0x6ac)](_0x15b6fc['hostUnitId']);let _0x324b11=_0x330cbc==null?void 0x0:_0x330cbc[_0x15159a(0x80e)](_0x15b6fc['hostUnitId'],_0x423058[_0x15159a(0x839)]['UNIVER_SLIDE']),_0xa9bdcf=()=>{const _0x4df74a=_0x15159a;var _0x451d8d,_0xffd313;return _0x324b11==null||(_0x451d8d=_0x324b11[_0x4df74a(0x352)])==null||(_0xffd313=_0x451d8d['setActiveSlide'])==null?void 0x0:_0xffd313['call'](_0x451d8d,_0x15b6fc[_0x4df74a(0x391)]);};if(typeof window>'u'){_0xa9bdcf();return;}window[_0x15159a(0x62b)](_0xa9bdcf);}};}function _0x331230(){const _0x38d0ba=_0x37672f;return{'hostType':_0x423058[_0x38d0ba(0x839)]['UNIVER_SLIDE'],'entry':_0x38d0ba(0x7f6),'layout':_0x38d0ba(0x22f),'supportedLayouts':['scroll-contained','doc-width-scale',_0x38d0ba(0x4e3),'content-bounds-fit'],'menuBehavior':_0x38d0ba(0x461),'mount':_0x798ad=>{const _0x3c8107=_0x38d0ba;let _0x605eaf=_0xfd298(_0x3c8107(0x4a0),_0x798ad[_0x3c8107(0x466)][_0x3c8107(0x391)]);return _0x605eaf?{'hostElement':_0x605eaf}:{};}};}function _0x2f8a45(){const _0x6777bd=_0x37672f;return{'hostType':_0x423058[_0x6777bd(0x839)][_0x6777bd(0x428)],'entry':_0x6777bd(0x7f8),'layout':_0x6777bd(0x77d),'supportedLayouts':[_0x6777bd(0x77d)],'menuBehavior':'host-override','mount':_0x4f9632=>{const _0x32707e=_0x6777bd;let _0x25dae8=_0xfd298(_0x32707e(0x8d0),_0x4f9632['descriptor'][_0x32707e(0x391)]);return _0x25dae8?{'hostElement':_0x25dae8}:{};}};}function _0xfd298(_0x52a0e7,_0x2e4508){const _0x54d26a=_0x37672f;return document[_0x54d26a(0x546)]('['+_0x52a0e7+'=\x22'+_0x5bc3b8(_0x2e4508)+'\x22]');}function _0x5bc3b8(_0x259dd0){const _0x2883a3=_0x37672f;return _0x259dd0[_0x2883a3(0x414)](/\\/g,'\x5c\x5c')[_0x2883a3(0x414)](/"/g,'\x5c\x22');}function _0x309d0b(){const _0x86f97f=_0x37672f;return{'childType':_0x423058['UniverInstanceType'][_0x86f97f(0x428)],'handleWheel':()=>!0x1};}function _0x5c93b7(_0x5a52c3){const _0x351f55=_0x37672f;return{'childType':_0x423058[_0x351f55(0x839)]['UNIVER_SLIDE'],'supportedLayouts':['tab-peer',_0x351f55(0x4e3),'scroll-contained'],'beforeDeactivate':_0x4b4cf9,'mount':_0x23f066=>_0x16d06c(_0x23f066,_0x5a52c3)};}function _0x4b4cf9(_0x405ef6){const _0x34e58a=_0x37672f;let _0x9bb1b2=_0x405ef6[_0x34e58a(0x5b0)][_0x34e58a(0x868)];if(!(_0x9bb1b2!=null&&_0x9bb1b2[_0x34e58a(0x7df)](_0x731e9d[_0x34e58a(0x918)])))return;let _0x5422a9=_0x9bb1b2[_0x34e58a(0x47e)](_0x731e9d[_0x34e58a(0x918)]);_0x5422a9[_0x34e58a(0x8b4)](),_0x5422a9[_0x34e58a(0x374)]();}function _0x16d06c(_0x14c225,_0x44687e){const _0x54f8ee=_0x37672f;let _0x31789d=_0x14c225[_0x54f8ee(0x868)][_0x54f8ee(0x47e)](_0x423058[_0x54f8ee(0x8ca)])[_0x54f8ee(0x80e)](_0x14c225[_0x54f8ee(0x783)],_0x423058[_0x54f8ee(0x839)]['UNIVER_SLIDE']);if(!_0x31789d)return;let _0x16f1d6=_0x14c225['runtimeScope'][_0x54f8ee(0x868)];if(!_0x16f1d6)return;let _0x54912b=_0x22a037(_0x14c225,_0x44687e,_0x4930ea=>_0x1cda66(_0x31789d,_0x4930ea)),_0x21cf3d=_0x14c225[_0x54f8ee(0x5b0)]['roots'][_0x54f8ee(0x6fe)],_0x1608b1=_0x14c225[_0x54f8ee(0x5b0)][_0x54f8ee(0x8dd)][_0x54f8ee(0x492)],_0x8cd2d7=_0x14c225['injector'][_0x54f8ee(0x47e)](_0x18a9fe[_0x54f8ee(0x71b)]),_0x12df90=_0x718ddd(_0x14c225),_0x37e463=_0x1608b1?_0x1a2ebf(_0x8cd2d7,_0x14c225[_0x54f8ee(0x783)],_0x16f1d6):void 0x0;if(_0x37e463&&_0x1608b1&&!_0x12df90){try{var _0x166fe3,_0x589772;(_0x166fe3=(_0x589772=_0x37e463[_0x54f8ee(0x1dc)])[_0x54f8ee(0x506)])==null||_0x166fe3[_0x54f8ee(0x4d5)](_0x589772);}catch{}_0x37e463['engine'][_0x54f8ee(0x48e)](_0x1608b1),_0x4c236a(_0x37e463,{'activate':!0x0}),_0x1608b1[_0x54f8ee(0x89c)][_0x54f8ee(0x5d9)]=_0x14c225[_0x54f8ee(0x783)],_0x1608b1['dataset'][_0x54f8ee(0x5c8)]=_0x54f8ee(0x37a);}let _0x23f519=_0x4b0eb6(_0x21cf3d);return _0x21cf3d['dataset'][_0x54f8ee(0x5d9)]=_0x14c225[_0x54f8ee(0x783)],_0x21cf3d[_0x54f8ee(0x89c)][_0x54f8ee(0x5c8)]=_0x54f8ee(0x7ca),_0x23f519['render']((0x0,_0x8825e5[_0x54f8ee(0x3c4)])(_0x418b69,{'injector':_0x16f1d6,'mountContainer':_0x14c225['runtimeScope'][_0x54f8ee(0x8dd)][_0x54f8ee(0x7f1)],'embedId':_0x14c225[_0x54f8ee(0x2ab)],'children':_0x12df90?(0x0,_0x8825e5['jsx'])(_0x731e9d[_0x54f8ee(0x1d5)],{'unitId':_0x14c225[_0x54f8ee(0x783)],'active$':_0x14c225[_0x54f8ee(0x46e)][_0x54f8ee(0x661)]}):(0x0,_0x8825e5[_0x54f8ee(0x3c4)])(_0x731e9d[_0x54f8ee(0x443)],{})})),(0x0,_0x423058[_0x54f8ee(0x35b)])(()=>{const _0x1455ba=_0x54f8ee;_0x54912b[_0x1455ba(0x4ff)]();try{var _0x1b006b,_0x4da4f5;_0x37e463==null||(_0x4da4f5=(_0x1b006b=_0x37e463['engine'])[_0x1455ba(0x506)])==null||_0x4da4f5['call'](_0x1b006b);}catch{}_0x8cd2d7[_0x1455ba(0x898)](_0x14c225['childUnitId']),_0x5deccb(_0x23f519),_0x21cf3d[_0x1455ba(0x4d4)]&&(_0x21cf3d[_0x1455ba(0x542)]('data-embed-child-render-unit-id'),_0x21cf3d[_0x1455ba(0x542)]('data-embed-child-render-mode')),_0x1608b1!=null&&_0x1608b1[_0x1455ba(0x4d4)]&&(_0x1608b1['removeAttribute'](_0x1455ba(0x8f3)),_0x1608b1[_0x1455ba(0x542)](_0x1455ba(0x486))),_0x16f1d6[_0x1455ba(0x4ff)]();});}function _0x1cda66(_0xb0ac6e,_0x2a391f){const _0x40f1c3=_0x37672f;var _0x3ddbb7,_0x3605ea;let _0x19fb72=_0x2a391f==null?void 0x0:_0x2a391f[_0x40f1c3(0x38a)],_0x44b63b=_0x19fb72&&_0xb0ac6e['pageManager'][_0x40f1c3(0x42f)](_0x19fb72)?_0x19fb72:(_0x3ddbb7=_0xb0ac6e[_0x40f1c3(0x352)][_0x40f1c3(0x626)]()[0x0])==null?void 0x0:_0x3ddbb7[_0x40f1c3(0x47f)]();_0x44b63b&&((_0x3605ea=_0xb0ac6e['pageManager'][_0x40f1c3(0x8c1)]())==null?void 0x0:_0x3605ea[_0x40f1c3(0x47f)]())!==_0x44b63b&&_0xb0ac6e[_0x40f1c3(0x352)][_0x40f1c3(0x2be)](_0x44b63b);}function _0x718ddd(_0x1d062c){const _0x2d2d46=_0x37672f;return _0x1d062c['renderScope']['mode']===_0x2d2d46(0x78d)&&!_0x1d062c[_0x2d2d46(0x46e)][_0x2d2d46(0x3d5)]&&_0x1d062c['layout']===_0x2d2d46(0x4e3);}let _0x3c0942=class{constructor(_0x47f8cd,_0x29fca5){const _0x21c7f1=_0x37672f;this[_0x21c7f1(0x6b6)]=_0x47f8cd,this[_0x21c7f1(0x29f)]=_0x29fca5,_0x1876b0(this,'childType',_0x423058[_0x21c7f1(0x839)][_0x21c7f1(0x428)]);}[_0x37672f(0x464)](_0x3c1a38){const _0xc98b1=_0x37672f;var _0x2780c4,_0x538ca4;let _0x41f539=this[_0xc98b1(0x583)](_0x3c1a38[_0xc98b1(0x783)]),_0xfefb82=(_0x41f539==null||(_0x2780c4=_0x41f539[_0xc98b1(0x352)][_0xc98b1(0x8c1)]())==null?void 0x0:_0x2780c4['getId']())??'';return{'unitId':_0x3c1a38['childUnitId'],'pageId':_0xfefb82,'scaleMode':'fit','zoomRatio':_0x41f539==null||(_0x538ca4=_0x41f539[_0xc98b1(0x7b7)])==null?void 0x0:_0x538ca4['call'](_0x41f539)};}[_0x37672f(0x2a5)](_0x1258c6,_0x20e30d){const _0x4a3482=_0x37672f;let _0x505bd9=this[_0x4a3482(0x583)](_0x1258c6[_0x4a3482(0x783)]);!_0x505bd9||!_0x20e30d[_0x4a3482(0x38a)]||!_0x505bd9[_0x4a3482(0x352)][_0x4a3482(0x42f)](_0x20e30d[_0x4a3482(0x38a)])||_0x505bd9[_0x4a3482(0x352)][_0x4a3482(0x2be)](_0x20e30d[_0x4a3482(0x38a)]);}[_0x37672f(0x4a7)](_0x27fd49){const _0xa9fa32=_0x37672f;var _0xe42212,_0x465850,_0x148452;let _0x541ff3=this[_0xa9fa32(0x583)](_0x27fd49[_0xa9fa32(0x783)]),_0x436c9d=(_0xe42212=_0x27fd49['viewState'])==null?void 0x0:_0xe42212['pageId'];_0x541ff3&&_0x436c9d&&_0x541ff3['pageManager'][_0xa9fa32(0x42f)](_0x436c9d)&&_0x541ff3[_0xa9fa32(0x352)][_0xa9fa32(0x2be)](_0x436c9d);let _0x3dae18=this['_getOrCreateRender'](_0x27fd49[_0xa9fa32(0x783)]),_0xfb7a5a=_0x3dae18==null||(_0x465850=_0x3dae18['engine'])==null||(_0x148452=_0x465850[_0xa9fa32(0x86c)])==null?void 0x0:_0x148452['call'](_0x465850);if(_0x3dae18&&(!_0xfb7a5a||_0xfb7a5a[_0xa9fa32(0x7e5)]<=0x1||_0xfb7a5a[_0xa9fa32(0x33d)]<=0x1)&&(_0xfb7a5a=_0x3a27c1(_0x3dae18,_0x27fd49[_0xa9fa32(0x7e5)],_0x27fd49[_0xa9fa32(0x33d)])),!(!_0xfb7a5a||_0xfb7a5a['width']<=0x1||_0xfb7a5a[_0xa9fa32(0x33d)]<=0x1||typeof _0xfb7a5a[_0xa9fa32(0x8bd)]!='function'))try{let _0x399c4f=_0x541ff3?(0x0,_0x731e9d[_0xa9fa32(0x675)])(_0x541ff3[_0xa9fa32(0x41e)]()[_0xa9fa32(0x32e)]):void 0x0,_0x16c8d5=_0x399c4f?_0x399c4f[_0xa9fa32(0x7e5)]/_0x399c4f[_0xa9fa32(0x33d)]:void 0x0,_0x17f822=_0x5e2409(_0x3dae18,_0xfb7a5a[_0xa9fa32(0x7e5)],_0xfb7a5a[_0xa9fa32(0x33d)])??(_0x16c8d5?_0x770070(_0xfb7a5a[_0xa9fa32(0x7e5)],_0xfb7a5a['height'],_0x16c8d5):void 0x0);return _0x365421(_0xfb7a5a,_0x27fd49[_0xa9fa32(0x7e5)],_0x27fd49['height'],_0x27fd49['dpr'],_0x17f822)??_0xfb7a5a[_0xa9fa32(0x8bd)](_0xa9fa32(0x3be));}catch{return;}}[_0x37672f(0x583)](_0x485684){const _0x17c2f1=_0x37672f;return this[_0x17c2f1(0x6b6)][_0x17c2f1(0x80e)](_0x485684,_0x423058[_0x17c2f1(0x839)][_0x17c2f1(0x428)])??void 0x0;}[_0x37672f(0x70b)](_0x458f6f){const _0x1697cb=_0x37672f;let _0x44bdd7=this[_0x1697cb(0x29f)][_0x1697cb(0x289)](_0x458f6f);if(_0x44bdd7)return _0x44bdd7;try{return this['_renderManagerService'][_0x1697cb(0x7fd)](_0x458f6f);}catch{return;}}};_0x3c0942=_0x10216e([_0xcd14f8(0x0,_0x423058[_0x37672f(0x8ca)]),_0xcd14f8(0x1,_0x18a9fe[_0x37672f(0x71b)])],_0x3c0942);function _0x3a27c1(_0x2f76dd,_0x55024f,_0x2e378d){const _0x10f058=_0x37672f;if(typeof document>'u')return;let _0x16e0de=_0x2f76dd[_0x10f058(0x1dc)],_0x11f715=_0x2f76dd[_0x10f058(0x5d6)];if(!(_0x16e0de!=null&&_0x16e0de[_0x10f058(0x48e)])||!_0x16e0de[_0x10f058(0x235)])return;let _0x2faf91=document[_0x10f058(0x64d)](_0x10f058(0x46a));_0x2faf91[_0x10f058(0x4e9)][_0x10f058(0x7ff)]=_0x10f058(0x6dc),_0x2faf91['style'][_0x10f058(0x3c3)]='-100000px',_0x2faf91[_0x10f058(0x4e9)][_0x10f058(0x922)]=_0x10f058(0x8b5),_0x2faf91[_0x10f058(0x4e9)]['width']=Math[_0x10f058(0x59c)](0x1,Math[_0x10f058(0x756)](_0x55024f))+'px',_0x2faf91[_0x10f058(0x4e9)][_0x10f058(0x33d)]=Math[_0x10f058(0x59c)](0x1,Math[_0x10f058(0x756)](_0x2e378d))+'px',_0x2faf91[_0x10f058(0x4e9)][_0x10f058(0x7f3)]=_0x10f058(0x63c),_0x2faf91[_0x10f058(0x89c)]['embedSlidePreviewCanvasHost']='true',document[_0x10f058(0x77f)][_0x10f058(0x629)](_0x2faf91);try{var _0x59bc0f,_0x26f23c,_0x3e88d7;return _0x16e0de['mount'](_0x2faf91),_0x16e0de['resize'](),_0x11f715==null||(_0x59bc0f=_0x11f715['makeDirty'])==null||_0x59bc0f[_0x10f058(0x4d5)](_0x11f715,!0x0),_0x11f715==null||(_0x26f23c=_0x11f715[_0x10f058(0x5db)])==null||_0x26f23c['call'](_0x11f715),(_0x3e88d7=_0x16e0de[_0x10f058(0x86c)])==null?void 0x0:_0x3e88d7[_0x10f058(0x4d5)](_0x16e0de);}finally{_0x2faf91[_0x10f058(0x850)]();}}function _0x770070(_0x3dc7c3,_0x2a72f3,_0x246ee1){const _0xde14d=_0x37672f;let _0x440349=Math[_0xde14d(0x59c)](0x1,Math[_0xde14d(0x756)](_0x3dc7c3)),_0x2afff8=Math[_0xde14d(0x59c)](0x1,Math[_0xde14d(0x756)](_0x2a72f3));if(!Number[_0xde14d(0x498)](_0x246ee1)||_0x246ee1<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x440349,'sHeight':_0x2afff8};if(_0x440349/_0x2afff8>_0x246ee1){let _0x508ef4=Math[_0xde14d(0x756)](_0x2afff8*_0x246ee1);return{'sx':Math['max'](0x0,Math[_0xde14d(0x756)]((_0x440349-_0x508ef4)/0x2)),'sy':0x0,'sWidth':_0x508ef4,'sHeight':_0x2afff8};}let _0x4a2f3d=Math[_0xde14d(0x756)](_0x440349/_0x246ee1);return{'sx':0x0,'sy':Math[_0xde14d(0x59c)](0x0,Math['round']((_0x2afff8-_0x4a2f3d)/0x2)),'sWidth':_0x440349,'sHeight':_0x4a2f3d};}function _0x264542(_0x14219f,_0x5aa303,_0x533f63,_0x2b6059,_0x34d061){const _0x460be0=_0x37672f;if(typeof _0x533f63['left']!=_0x460be0(0x2c5)||typeof _0x533f63[_0x460be0(0x922)]!=_0x460be0(0x2c5)||typeof _0x533f63[_0x460be0(0x7e5)]!='number'||typeof _0x533f63[_0x460be0(0x33d)]!='number'||_0x533f63[_0x460be0(0x7e5)]<=0x0||_0x533f63[_0x460be0(0x33d)]<=0x0)return;let _0x1846a7=Math[_0x460be0(0x59c)](0x0,Math['round'](_0x533f63['left']*_0x2b6059)),_0x25923b=Math[_0x460be0(0x59c)](0x0,Math['round'](_0x533f63['top']*_0x34d061));return{'sx':_0x1846a7,'sy':_0x25923b,'sWidth':Math[_0x460be0(0x425)](Math['max'](0x1,Math[_0x460be0(0x756)](_0x533f63['width']*_0x2b6059)),Math['max'](0x1,Math[_0x460be0(0x756)](_0x14219f-_0x1846a7))),'sHeight':Math[_0x460be0(0x425)](Math[_0x460be0(0x59c)](0x1,Math[_0x460be0(0x756)](_0x533f63['height']*_0x34d061)),Math[_0x460be0(0x59c)](0x1,Math[_0x460be0(0x756)](_0x5aa303-_0x25923b)))};}function _0x5e2409(_0x1d3090,_0x437857,_0x3a517a){const _0x16de14=_0x37672f;var _0x361eab,_0x566977;let _0x3bc1bf=_0x1d3090==null?void 0x0:_0x1d3090['scene'],_0x2be928=_0x3bc1bf==null||(_0x361eab=_0x3bc1bf['getObject'])==null?void 0x0:_0x361eab[_0x16de14(0x4d5)](_0x3bc1bf,_0x731e9d[_0x16de14(0x288)]),_0x24b987=_0x3bc1bf==null||(_0x566977=_0x3bc1bf['getAncestorScale'])==null?void 0x0:_0x566977[_0x16de14(0x4d5)](_0x3bc1bf),_0x404d94=(_0x24b987==null?void 0x0:_0x24b987[_0x16de14(0x522)])??(_0x3bc1bf==null?void 0x0:_0x3bc1bf[_0x16de14(0x522)])??0x1,_0x36316e=(_0x24b987==null?void 0x0:_0x24b987[_0x16de14(0x81e)])??(_0x3bc1bf==null?void 0x0:_0x3bc1bf[_0x16de14(0x81e)])??_0x404d94;return _0x2be928?_0x264542(_0x437857,_0x3a517a,_0x2be928,_0x404d94,_0x36316e):void 0x0;}function _0x365421(_0x1b85fd,_0x5e12fd,_0x24643c,_0x12586e,_0x51eada){const _0x4dbd27=_0x37672f;if(typeof document>'u'||!_0x51eada)return;let _0x3147e2=document[_0x4dbd27(0x64d)](_0x4dbd27(0x492));_0x3147e2['width']=Math[_0x4dbd27(0x59c)](0x1,Math[_0x4dbd27(0x756)](_0x5e12fd*Math[_0x4dbd27(0x59c)](0x1,_0x12586e||0x1))),_0x3147e2[_0x4dbd27(0x33d)]=Math[_0x4dbd27(0x59c)](0x1,Math[_0x4dbd27(0x756)](_0x24643c*Math[_0x4dbd27(0x59c)](0x1,_0x12586e||0x1)));let _0x19ddf8=null;try{_0x19ddf8=_0x3147e2[_0x4dbd27(0x743)]('2d');}catch{return;}if(_0x19ddf8)return _0x19ddf8[_0x4dbd27(0x201)](_0x1b85fd,_0x51eada['sx'],_0x51eada['sy'],_0x51eada['sWidth'],_0x51eada[_0x4dbd27(0x51b)],0x0,0x0,_0x3147e2[_0x4dbd27(0x7e5)],_0x3147e2[_0x4dbd27(0x33d)]),_0x3147e2[_0x4dbd27(0x8bd)](_0x4dbd27(0x3be));}let _0x582bbf='slides-page-list-block';function _0x34afe6(_0x426687,_0x350c58){const _0x3ed20d=_0x37672f;let _0x391878=!0x1,_0x246024,_0x2fd206,_0x44a793,_0x504c06=_0x3a519f=>{const _0x214d8e=_0x3a85;if(_0x391878||_0x2fd206||!_0x3a519f[_0x214d8e(0x8fc)])return;let _0x472c79=_0x2e4d1b(_0x3a519f[_0x214d8e(0x8fc)]);_0x472c79&&(_0x246024=_0xac0813(_0x350c58['hostElement'],_0x246024,_0x472c79));},_0x5e218d=_0x426687[_0x3ed20d(0x2e3)][_0x3ed20d(0x8af)][_0x3ed20d(0x4a5)](_0x3a21d1=>{const _0x30bfa5=_0x3ed20d;_0x3a21d1['embedId']===_0x350c58[_0x30bfa5(0x2ab)]&&(!_0x350c58[_0x30bfa5(0x783)]||_0x3a21d1[_0x30bfa5(0x783)]===_0x350c58[_0x30bfa5(0x783)])&&_0x504c06(_0x3a21d1);});return _0x4ff292(_0x426687,_0x350c58)[_0x3ed20d(0x833)](_0x152a7a=>{const _0x455b0d=_0x3ed20d;if(_0x391878||!_0x152a7a)return;let _0x3aac8f=_0x5f2638(_0x426687,_0x350c58,_0x152a7a,()=>_0x391878);if(_0x3aac8f){_0x2fd206=_0x3aac8f[_0x455b0d(0x4b4)],_0x44a793=_0x3aac8f[_0x455b0d(0x371)],_0x246024=void 0x0;return;}_0x3313ff(_0x426687,_0x350c58,_0x152a7a,_0x504c06,()=>_0x391878)['then'](_0x4ed5ae=>{const _0x515c9b=_0x455b0d;!_0x391878&&_0x4ed5ae&&(_0x246024=_0xac0813(_0x350c58[_0x515c9b(0x342)],_0x246024,_0x4ed5ae));});},()=>{}),(0x0,_0x423058[_0x3ed20d(0x35b)])(()=>{const _0x574127=_0x3ed20d;_0x391878=!0x0,_0x5e218d[_0x574127(0x7b2)](),_0x2fd206==null||_0x2fd206['dispose'](),_0x2fd206=void 0x0,_0x44a793==null||_0x44a793[_0x574127(0x4ff)](),_0x44a793=void 0x0,_0x246024==null||_0x246024[_0x574127(0x850)](),_0x246024=void 0x0;});}function _0x5f2638(_0x57eff0,_0x3f2a18,_0x26bf16,_0x25529e){const _0x3fd928=_0x37672f;let _0x5bbd0a=_0x2da85a(),_0x5bc93a;try{var _0x1b55fa;if(_0x5bc93a=_0x57eff0[_0x3fd928(0x2bb)][_0x3fd928(0x531)]({..._0x26bf16,'mode':'readonly'},_0x5bbd0a[_0x3fd928(0x30a)]),!_0x5bc93a[_0x3fd928(0x431)][_0x3fd928(0x8d2)])throw Error(_0x3fd928(0x4c5));if(_0x25529e()){_0x5bc93a[_0x3fd928(0x4ff)](),_0x5bbd0a[_0x3fd928(0x4ff)]();return;}_0x57eff0['activationService']['focusHostForPassiveRuntime'](_0x26bf16),_0x68c3d1(_0x5bbd0a[_0x3fd928(0x30a)]);let _0x439f11=_0x5bc93a[_0x3fd928(0x431)][_0x3fd928(0x8d2)],_0x55465d=(_0x1b55fa=_0x57eff0['blockRegistry'][_0x3fd928(0x47e)](_0x5bc93a[_0x3fd928(0x431)][_0x3fd928(0x6b0)]))==null?void 0x0:_0x1b55fa[_0x3fd928(0x338)];return _0x5bbd0a[_0x3fd928(0x329)](_0x2f3f9c(_0x5bbd0a[_0x3fd928(0x30a)],_0x439f11,_0x3f2a18['entry'],_0x55465d)),_0x3f2a18[_0x3fd928(0x342)][_0x3fd928(0x485)](_0x5bbd0a[_0x3fd928(0x704)]),_0x5bbd0a['addDisposer'](_0x392b76(_0x57eff0,_0x5bc93a,_0x5bbd0a[_0x3fd928(0x30a)],_0x5bbd0a[_0x3fd928(0x6d6)],_0x3f2a18['entry'],_0x55465d)),{'lease':_0x5bc93a,'elements':_0x5bbd0a};}catch{_0x5bc93a==null||_0x5bc93a[_0x3fd928(0x4ff)](),_0x5bbd0a[_0x3fd928(0x4ff)]();return;}}async function _0x4ff292(_0x3fa9e4,_0x1240c7){const _0x560f1a=_0x37672f;let _0x19b0c5=_0x3fa9e4[_0x560f1a(0x543)][_0x560f1a(0x5ad)](_0x1240c7[_0x560f1a(0x7cf)],_0x1240c7[_0x560f1a(0x2ab)])??_0xa31fb3(_0x1240c7);if(_0x19b0c5){try{_0x19b0c5=await _0x3fa9e4['restoreService'][_0x560f1a(0x248)]({'descriptor':_0x19b0c5});}catch{}return _0x19b0c5[_0x560f1a(0x783)]&&_0x19b0c5[_0x560f1a(0x6b0)]!=null?_0x19b0c5:void 0x0;}}async function _0x3313ff(_0x1f9c23,_0x6068dd,_0x3ee904,_0x177ed5,_0x6570a4){const _0x3f2bb8=_0x37672f;var _0xffa562,_0x257542;let _0x17304c=await((_0xffa562=_0x1f9c23[_0x3f2bb8(0x4fd)])==null?void 0x0:_0xffa562[_0x3f2bb8(0x388)](_0x6068dd[_0x3f2bb8(0x391)]));if(_0x6570a4())return;if(_0x17304c)return _0x2e4d1b(_0x17304c);let _0x1ef76a=_0x3ee904[_0x3f2bb8(0x783)],_0x428842=_0x3ee904['childType'];if(!_0x1ef76a||_0x428842==null)return;let _0x4be9fa=(_0x257542=_0x1f9c23[_0x3f2bb8(0x4fd)])==null?void 0x0:_0x257542[_0x3f2bb8(0x6a4)](_0x6068dd[_0x3f2bb8(0x391)]);_0x177ed5(_0x1f9c23[_0x3f2bb8(0x2e3)][_0x3f2bb8(0x921)]({'descriptor':{..._0x3ee904,'mode':'readonly'},'childUnitId':_0x1ef76a,'childType':_0x428842,'width':Math[_0x3f2bb8(0x59c)](0x1,_0x6068dd[_0x3f2bb8(0x7e5)]),'height':Math[_0x3f2bb8(0x59c)](0x1,_0x6068dd[_0x3f2bb8(0x33d)]),'dpr':Math['max'](0x1,Math[_0x3f2bb8(0x425)](0x2,_0x6068dd[_0x3f2bb8(0x4a9)])),'reason':_0x3f2bb8(0x927),'context':_0x4be9fa}));}function _0x2da85a(){const _0x4d0891=_0x37672f;let _0x539c73=document[_0x4d0891(0x64d)](_0x4d0891(0x46a));_0x539c73[_0x4d0891(0x89c)]['embedSlidesPresentationSurface']=_0x4d0891(0x91c),_0x539c73['style'][_0x4d0891(0x7ff)]='absolute',_0x539c73[_0x4d0891(0x4e9)][_0x4d0891(0x348)]='0',_0x539c73[_0x4d0891(0x4e9)][_0x4d0891(0x64c)]=_0x4d0891(0x4ec),_0x539c73[_0x4d0891(0x4e9)][_0x4d0891(0x634)]=_0x4d0891(0x49c);let _0x298451=document[_0x4d0891(0x64d)]('div');_0x298451[_0x4d0891(0x89c)][_0x4d0891(0x379)]='true',_0x298451['dataset'][_0x4d0891(0x8a8)]=_0x4d0891(0x91c),_0x298451['style'][_0x4d0891(0x7ff)]=_0x4d0891(0x70f),_0x298451[_0x4d0891(0x4e9)]['inset']='0',_0x298451[_0x4d0891(0x4e9)][_0x4d0891(0x4de)]='0',_0x298451['style'][_0x4d0891(0x634)]=_0x4d0891(0x49c),_0x298451[_0x4d0891(0x4e9)]['pointerEvents']=_0x4d0891(0x63c);let _0x345e67=document[_0x4d0891(0x64d)](_0x4d0891(0x46a));_0x345e67['dataset']['embedSlidesPresentationInteractionGate']=_0x4d0891(0x91c),_0x345e67[_0x4d0891(0x4e9)][_0x4d0891(0x7ff)]=_0x4d0891(0x70f),_0x345e67[_0x4d0891(0x4e9)][_0x4d0891(0x348)]='0',_0x345e67[_0x4d0891(0x4e9)][_0x4d0891(0x4de)]='1',_0x345e67[_0x4d0891(0x4e9)][_0x4d0891(0x7f3)]=_0x4d0891(0x523),_0x345e67[_0x4d0891(0x4e9)]['touchAction']='none',_0x539c73[_0x4d0891(0x68b)](_0x298451,_0x345e67);let _0x1866b3=[];return{'surface':_0x539c73,'runtimeHost':_0x298451,'interactionGate':_0x345e67,'addDisposer':_0x326ee5=>_0x1866b3[_0x4d0891(0x5fd)](_0x326ee5),'dispose':()=>{const _0x2c395a=_0x4d0891;_0x1866b3[_0x2c395a(0x61b)](0x0)[_0x2c395a(0x691)]()[_0x2c395a(0x84e)](_0x4f92f4=>_0x4f92f4()),_0x539c73[_0x2c395a(0x850)]();}};}function _0x68c3d1(_0x854735){const _0x5eecc4=_0x37672f;_0x854735[_0x5eecc4(0x4e9)][_0x5eecc4(0x7f3)]='none';}function _0x2f3f9c(_0x527d22,_0x205300,_0x106591,_0x369c27){const _0x4a8496=_0x37672f;if(_0x106591!==_0x582bbf||!(_0x369c27!=null&&_0x369c27[_0x4a8496(0x4d1)]))return()=>{};let _0x38ba11=_0x369c27['getChromeCss']({'childContext':_0x205300,'entry':_0x106591,'runtimeHost':_0x527d22});if(!_0x38ba11)return()=>{};let _0x22185b=_0x527d22[_0x4a8496(0x53c)][_0x4a8496(0x64d)]('style');return _0x22185b[_0x4a8496(0x89c)][_0x4a8496(0x3b2)]=_0x4a8496(0x91c),_0x22185b['textContent']=_0x38ba11,_0x527d22[_0x4a8496(0x6d0)](_0x22185b),()=>_0x22185b[_0x4a8496(0x850)]();}function _0x392b76(_0x1597f7,_0xe939df,_0x463091,_0x22b704,_0x3fbf62,_0x5632e1){const _0x416be4=_0x37672f;let _0x49239f=_0x14e85c=>{const _0x14188e=_0x3a85;_0x14e85c[_0x14188e(0x387)](),_0x14e85c[_0x14188e(0x584)]();},_0x3c0a2f=_0x1034f4=>{const _0x3d3769=_0x3a85;if(_0x3fbf62===_0x582bbf&&_0x19c1be(_0x463091,_0xe939df,_0x5632e1,_0x1034f4[_0x3d3769(0x582)],_0x1034f4['clientY'])){_0x1034f4[_0x3d3769(0x387)](),_0x1034f4[_0x3d3769(0x584)]();return;}_0x49239f(_0x1034f4);},_0x5e3415=_0x166b3d=>{const _0x40898b=_0x3a85;var _0x3fd2a0;let _0x5f40bf=_0xe939df[_0x40898b(0x431)]['context'];if(!_0x5f40bf)return;let _0x551f43={..._0x5f40bf,'event':_0x166b3d,'stage':_0x40898b(0x3ed),'source':_0x40898b(0x66f)},_0x4764d9=_0x1597f7[_0x40898b(0x4cf)][_0x40898b(0x561)](_0x551f43),_0x2063eb=!_0x4764d9&&((_0x3fd2a0=_0x1597f7[_0x40898b(0x55d)]['get'](_0x5f40bf[_0x40898b(0x6b0)],_0x5f40bf['layout']))==null?void 0x0:_0x3fd2a0[_0x40898b(0x561)](_0x551f43))===!0x0;(_0x4764d9||_0x2063eb)&&(_0x166b3d['preventDefault'](),_0x166b3d[_0x40898b(0x584)](),_0x166b3d[_0x40898b(0x5e2)]());},_0x47f334=[_0x416be4(0x2ce),_0x416be4(0x832),_0x416be4(0x7e8),'contextmenu'];return _0x47f334[_0x416be4(0x84e)](_0x514f3d=>_0x22b704[_0x416be4(0x780)](_0x514f3d,_0x49239f)),_0x22b704['addEventListener'](_0x416be4(0x575),_0x3c0a2f),_0x22b704[_0x416be4(0x780)](_0x416be4(0x66f),_0x5e3415,{'passive':!0x1}),()=>{const _0xf44c25=_0x416be4;_0x47f334['forEach'](_0x56fb7f=>_0x22b704[_0xf44c25(0x356)](_0x56fb7f,_0x49239f)),_0x22b704[_0xf44c25(0x356)](_0xf44c25(0x575),_0x3c0a2f),_0x22b704[_0xf44c25(0x356)](_0xf44c25(0x66f),_0x5e3415);};}function _0x19c1be(_0x14fb35,_0x532d4f,_0x5bf5a4,_0x2217f6,_0x14d2a6){const _0x427110=_0x37672f;let _0x385911=_0x532d4f[_0x427110(0x431)][_0x427110(0x8d2)];return!_0x385911||!(_0x5bf5a4!=null&&_0x5bf5a4['activateNavigationAtPoint'])?!0x1:_0x5bf5a4[_0x427110(0x8ce)]({'childContext':_0x385911,'clientX':_0x2217f6,'clientY':_0x14d2a6,'entry':_0x582bbf,'runtimeHost':_0x14fb35});}function _0xa31fb3(_0x16f5e4){const _0x219065=_0x37672f;if(!(!_0x16f5e4[_0x219065(0x783)]||_0x16f5e4['childType']==null))return{'embedId':_0x16f5e4[_0x219065(0x2ab)],'hostUnitId':_0x16f5e4[_0x219065(0x7cf)],'hostType':_0x423058[_0x219065(0x839)][_0x219065(0x428)],'entry':_0x16f5e4[_0x219065(0x23b)],'hostAnchorId':_0x16f5e4[_0x219065(0x391)],'childUnitId':_0x16f5e4[_0x219065(0x783)],'childType':_0x16f5e4['childType'],'mode':'readonly','source':{'unitType':_0x16f5e4[_0x219065(0x6b0)],'ref':{'file':{'kind':_0x5e0ca8[_0x219065(0x260)][_0x219065(0x8a2)]},'unit':{'selector':_0x16f5e4['childUnitId'],'type':(0x0,_0x5e0ca8[_0x219065(0x5d8)])(_0x16f5e4['childType'])}}},'sourceMeta':{'floating':_0x16f5e4['entry']===_0x219065(0x7f6)&&{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1},'tab':_0x16f5e4[_0x219065(0x23b)]===_0x219065(0x7f8)&&{'enabled':!0x0,'container':_0x219065(0x1e8),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function _0x2e4d1b(_0xee80f4){const _0x156b07=_0x37672f;if(typeof _0xee80f4=='string')return _0xee80f4;if(typeof HTMLCanvasElement<'u'&&_0xee80f4 instanceof HTMLCanvasElement)try{return _0xee80f4['toDataURL'](_0x156b07(0x3be));}catch{return;}if(typeof ImageBitmap<'u'&&_0xee80f4 instanceof ImageBitmap&&typeof document<'u'){let _0x2c1d6f=document[_0x156b07(0x64d)]('canvas');_0x2c1d6f[_0x156b07(0x7e5)]=_0xee80f4[_0x156b07(0x7e5)],_0x2c1d6f['height']=_0xee80f4[_0x156b07(0x33d)];let _0x3cb79a=_0x2c1d6f[_0x156b07(0x743)]('2d');return _0x3cb79a?(_0x3cb79a[_0x156b07(0x201)](_0xee80f4,0x0,0x0),_0x2c1d6f[_0x156b07(0x8bd)](_0x156b07(0x3be))):void 0x0;}}function _0xac0813(_0x23a5c3,_0x5e8405,_0x1aff8e){const _0x500600=_0x37672f;let _0x806ddb=_0x5e8405??document[_0x500600(0x64d)](_0x500600(0x818));return _0x806ddb[_0x500600(0x8f9)]='',_0x806ddb['dataset']['embedSlidesPresentationPreviewImage']=_0x500600(0x91c),_0x806ddb['style'][_0x500600(0x821)]='block',_0x806ddb[_0x500600(0x4e9)][_0x500600(0x7e5)]=_0x500600(0x39e),_0x806ddb['style'][_0x500600(0x33d)]=_0x500600(0x39e),_0x806ddb[_0x500600(0x4e9)][_0x500600(0x51c)]=_0x500600(0x3f5),_0x806ddb[_0x500600(0x4e9)][_0x500600(0x7f3)]=_0x500600(0x63c),_0x806ddb['src']=_0x1aff8e,_0x806ddb[_0x500600(0x76e)]!==_0x23a5c3&&_0x23a5c3[_0x500600(0x485)](_0x806ddb),_0x806ddb;}let _0x5720e9=class{constructor(_0xfd017d,_0x9aca7b){const _0xe35dee=_0x37672f;this[_0xe35dee(0x6b6)]=_0xfd017d,this[_0xe35dee(0x29f)]=_0x9aca7b,_0x1876b0(this,_0xe35dee(0x6b0),_0x423058[_0xe35dee(0x839)][_0xe35dee(0x428)]),_0x1876b0(this,_0xe35dee(0x8c5),[_0xe35dee(0x4e3)]);}[_0x37672f(0x48e)](_0x3184ea){const _0x2dc6b7=_0x37672f;var _0x33934c;let _0x47faa6=this[_0x2dc6b7(0x583)](_0x3184ea[_0x2dc6b7(0x783)]);if(!_0x47faa6)return;(_0x33934c=_0x3184ea[_0x2dc6b7(0x7ad)])!=null&&_0x33934c[_0x2dc6b7(0x38a)]&&_0x47faa6[_0x2dc6b7(0x352)]['getSlide'](_0x3184ea[_0x2dc6b7(0x7ad)][_0x2dc6b7(0x38a)])&&_0x47faa6[_0x2dc6b7(0x352)][_0x2dc6b7(0x2be)](_0x3184ea[_0x2dc6b7(0x7ad)][_0x2dc6b7(0x38a)]);let _0x3e60a5=_0x1a5a07(_0x5623c4(_0x3184ea));if(!_0x3e60a5)return;let _0x4e0e5d=_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x492)]?_0x1a2ebf(this[_0x2dc6b7(0x29f)],_0x3184ea[_0x2dc6b7(0x783)],_0x3e60a5):void 0x0;if(!_0x4e0e5d){_0x3e60a5[_0x2dc6b7(0x4ff)]();return;}_0x3184ea['roots'][_0x2dc6b7(0x492)]&&(_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x492)]['dataset'][_0x2dc6b7(0x5d9)]=_0x3184ea[_0x2dc6b7(0x783)],_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x492)]['dataset'][_0x2dc6b7(0x5c8)]=_0x2dc6b7(0x559));let _0x4d2a8e=_0x4b0eb6(_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x6fe)]);return _0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x6fe)]['dataset'][_0x2dc6b7(0x5d9)]=_0x3184ea[_0x2dc6b7(0x783)],_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x6fe)][_0x2dc6b7(0x89c)][_0x2dc6b7(0x5c8)]=_0x2dc6b7(0x5e7),_0x4d2a8e[_0x2dc6b7(0x5db)]((0x0,_0x8825e5[_0x2dc6b7(0x3c4)])(_0x418b69,{'injector':_0x3e60a5,'mountContainer':_0x3184ea[_0x2dc6b7(0x8dd)][_0x2dc6b7(0x456)],'embedId':_0x3184ea['embedId'],'children':(0x0,_0x8825e5[_0x2dc6b7(0x3c4)])(_0x731e9d[_0x2dc6b7(0x3c5)],{'unitId':_0x3184ea[_0x2dc6b7(0x783)],'render':_0x4e0e5d})})),(0x0,_0x423058[_0x2dc6b7(0x35b)])(()=>{const _0x4e42be=_0x2dc6b7;var _0x45cc1c,_0x1f3d1b,_0x226711,_0x42dbff;try{var _0x2da07d,_0x268d56;_0x4e0e5d==null||(_0x268d56=(_0x2da07d=_0x4e0e5d['engine'])['unmount'])==null||_0x268d56[_0x4e42be(0x4d5)](_0x2da07d);}catch{}(_0x45cc1c=(_0x1f3d1b=this['_renderManagerService'])[_0x4e42be(0x898)])==null||_0x45cc1c[_0x4e42be(0x4d5)](_0x1f3d1b,_0x3184ea['childUnitId']),_0x5deccb(_0x4d2a8e),_0x3184ea[_0x4e42be(0x8dd)][_0x4e42be(0x6fe)]['removeAttribute'](_0x4e42be(0x8f3)),_0x3184ea[_0x4e42be(0x8dd)][_0x4e42be(0x6fe)][_0x4e42be(0x542)](_0x4e42be(0x486)),(_0x226711=_0x3184ea[_0x4e42be(0x8dd)]['canvas'])==null||_0x226711[_0x4e42be(0x542)]('data-embed-child-render-unit-id'),(_0x42dbff=_0x3184ea[_0x4e42be(0x8dd)]['canvas'])==null||_0x42dbff[_0x4e42be(0x542)](_0x4e42be(0x486)),_0x3e60a5[_0x4e42be(0x4ff)]();});}[_0x37672f(0x561)](_0x4b5aef){const _0x393521=_0x37672f;var _0x46ad84,_0x3b9917;let _0x43525e=this[_0x393521(0x583)](_0x4b5aef[_0x393521(0x783)]);if(!_0x43525e)return!0x1;let _0x20b1b9=Math[_0x393521(0x82a)](_0x4b5aef[_0x393521(0x7ab)][_0x393521(0x560)])>=Math[_0x393521(0x82a)](_0x4b5aef[_0x393521(0x7ab)][_0x393521(0x866)])?_0x4b5aef[_0x393521(0x7ab)]['deltaY']:_0x4b5aef[_0x393521(0x7ab)][_0x393521(0x866)];if(_0x20b1b9===0x0)return!0x1;let _0x32905f=_0x3d2b25(_0x43525e);if(_0x32905f[_0x393521(0x3fe)]<0x2)return!0x0;let _0x7d99fe=((_0x46ad84=_0x43525e[_0x393521(0x352)][_0x393521(0x8c1)]())==null?void 0x0:_0x46ad84['getId']())??_0x32905f[0x0],_0x442d0f=Math[_0x393521(0x59c)](0x0,_0x32905f[_0x393521(0x497)](_0x7d99fe)),_0x108245=_0x32905f[Math['max'](0x0,Math['min'](_0x32905f[_0x393521(0x3fe)]-0x1,_0x442d0f+(_0x20b1b9>0x0?0x1:-0x1)))];return!_0x108245||_0x108245===_0x7d99fe?!0x0:(_0x43525e[_0x393521(0x352)][_0x393521(0x2be)](_0x108245),_0x4b5aef[_0x393521(0x89b)]({'unitId':_0x4b5aef[_0x393521(0x783)],'pageId':_0x108245,'scaleMode':'fit','zoomRatio':(_0x3b9917=_0x43525e['getZoomRatio'])==null?void 0x0:_0x3b9917[_0x393521(0x4d5)](_0x43525e)}),!0x0);}['_getSlideModel'](_0x4a504){const _0x4477e9=_0x37672f;return this[_0x4477e9(0x6b6)]['getUnit'](_0x4a504,_0x423058[_0x4477e9(0x839)][_0x4477e9(0x428)])??void 0x0;}};_0x5720e9=_0x10216e([_0xcd14f8(0x0,_0x423058[_0x37672f(0x8ca)]),_0xcd14f8(0x1,_0x18a9fe[_0x37672f(0x71b)])],_0x5720e9);function _0x5623c4(_0x2b28d7){const _0x5da1b6=_0x37672f;let _0x5dbd15=()=>{};return{'descriptor':_0x2b28d7[_0x5da1b6(0x466)],'layout':_0x2b28d7[_0x5da1b6(0x589)],'injector':_0x2b28d7['injector'],'hostElement':_0x2b28d7['roots']['root'],'container':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x456)],'hostUnitId':_0x2b28d7[_0x5da1b6(0x7cf)],'embedId':_0x2b28d7['embedId'],'childUnitId':_0x2b28d7['childUnitId'],'childType':_0x2b28d7[_0x5da1b6(0x6b0)],'renderScope':{'hostUnitId':_0x2b28d7[_0x5da1b6(0x7cf)],'hostAnchorId':_0x2b28d7[_0x5da1b6(0x466)][_0x5da1b6(0x391)],'embedId':_0x2b28d7[_0x5da1b6(0x2ab)],'childUnitId':_0x2b28d7['childUnitId'],'childType':_0x2b28d7[_0x5da1b6(0x6b0)],'layout':_0x2b28d7[_0x5da1b6(0x589)],'mode':'float','rootElement':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x456)],'contentRoot':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x6fe)],'canvasRoot':_0x2b28d7['roots']['canvas'],'active$':(0x0,_0x12f7a8['of'])(!0x1)},'runtimeScope':{'descriptor':_0x2b28d7[_0x5da1b6(0x466)],'host':{'unitId':_0x2b28d7[_0x5da1b6(0x7cf)],'type':_0x2b28d7[_0x5da1b6(0x466)][_0x5da1b6(0x805)],'anchorId':_0x2b28d7[_0x5da1b6(0x466)][_0x5da1b6(0x391)],'entry':_0x2b28d7[_0x5da1b6(0x466)][_0x5da1b6(0x23b)],'layout':'float'},'child':{'unitId':_0x2b28d7[_0x5da1b6(0x783)],'type':_0x2b28d7['childType']},'injector':_0x2b28d7[_0x5da1b6(0x868)],'roots':{'root':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x456)],'content':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x6fe)],'canvas':_0x2b28d7['roots'][_0x5da1b6(0x492)],'overlay':_0x2b28d7[_0x5da1b6(0x8dd)][_0x5da1b6(0x456)],'popup':_0x2b28d7[_0x5da1b6(0x8dd)]['root']},'activate':_0x5dbd15,'deactivate':_0x5dbd15,'dispose':_0x5dbd15}};}function _0x3d2b25(_0xaebdb6){const _0x409a95=_0x37672f;var _0x599c82,_0x50e2d1,_0x2d146d;let _0x805e86=(_0x599c82=_0xaebdb6['getSnapshot'])==null?void 0x0:_0x599c82[_0x409a95(0x4d5)](_0xaebdb6)[_0x409a95(0x7b5)];return Array['isArray'](_0x805e86)&&_0x805e86[_0x409a95(0x3fe)]>0x0?_0x805e86:((_0x50e2d1=(_0x2d146d=_0xaebdb6['pageManager'])['getSlides'])==null?void 0x0:_0x50e2d1['call'](_0x2d146d)[_0x409a95(0x3b8)](_0x173413=>_0x173413['getId']())['filter'](Boolean))??[];}function _0x24c555(_0x279ed8){const _0x1ad434=_0x37672f;_0x4ee2ee(_0x279ed8,_0x1ad434(0x5a9),_0x9b5fe8);}function _0x9b5fe8(_0x1eebe9){const _0x3a49f1=_0x37672f;let _0x29c4ba=_0x1eebe9['get'](_0x5e0ca8[_0x3a49f1(0x748)]),_0x387e05=_0x1eebe9[_0x3a49f1(0x47e)](_0x16de5f),_0x249b52=_0x1eebe9['get'](_0x402a2b),_0x3f9b95=_0x1eebe9[_0x3a49f1(0x47e)](_0x28f187),_0x106d43=_0x1eebe9['get'](_0x74c661),_0x25a670=_0x1eebe9[_0x3a49f1(0x47e)](_0x24299e),_0x5d949b=_0x1eebe9['get'](_0x691e68),_0x2588d0=_0x1eebe9[_0x3a49f1(0x47e)](_0x40e1a0),_0x46a087=_0x1eebe9[_0x3a49f1(0x7df)](_0x5e0ca8['EmbedHostAnchorModelService'])?_0x1eebe9[_0x3a49f1(0x47e)](_0x5e0ca8[_0x3a49f1(0x2b0)]):void 0x0,_0x5ae6b1=_0x1eebe9[_0x3a49f1(0x7df)](_0x423058[_0x3a49f1(0x8ca)])?_0x1eebe9[_0x3a49f1(0x47e)](_0x423058[_0x3a49f1(0x8ca)]):void 0x0;_0x1eebe9[_0x3a49f1(0x7df)](_0x731e9d[_0x3a49f1(0x533)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x533)],{'useFactory':()=>_0x35f03f({'embedModelService':_0x1eebe9['get'](_0x5e0ca8['EmbedModelService']),'mountService':_0x1eebe9[_0x3a49f1(0x47e)](_0x1d93f4),'activationService':_0x1eebe9[_0x3a49f1(0x47e)](_0x30c858),'blockRegistry':_0x1eebe9[_0x3a49f1(0x47e)](_0x28f187),'restoreService':_0x1eebe9[_0x3a49f1(0x47e)](_0x5757ad),'previewService':_0x1eebe9[_0x3a49f1(0x47e)](_0x24299e),'runtimeHostLeaseService':_0x1eebe9['get'](_0x36cf04),'passiveViewportRegistry':_0x1eebe9[_0x3a49f1(0x47e)](_0x691e68),'passiveWheelHandlerRegistry':_0x1eebe9['get'](_0x1b2dea),'univerInstanceService':_0x5ae6b1,'sceneCanvasCaptureService':_0x1eebe9[_0x3a49f1(0x7df)](_0x393ef6)?_0x1eebe9[_0x3a49f1(0x47e)](_0x393ef6):void 0x0})}]),_0x1eebe9[_0x3a49f1(0x7df)](_0x731e9d[_0x3a49f1(0x27d)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x27d)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x89f79f)}]),_0x1eebe9[_0x3a49f1(0x7df)](_0x731e9d[_0x3a49f1(0x314)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x314)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x1d93f4)}]),_0x1eebe9['has'](_0x731e9d[_0x3a49f1(0x400)])||_0x1eebe9['add']([_0x731e9d[_0x3a49f1(0x400)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x30c858)}]),_0x1eebe9['has'](_0x731e9d[_0x3a49f1(0x902)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x902)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x5e0ca8[_0x3a49f1(0x2c4)])}]),_0x1eebe9['has'](_0x731e9d[_0x3a49f1(0x454)])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d[_0x3a49f1(0x454)],{'useFactory':()=>_0x1eebe9[_0x3a49f1(0x47e)](_0x4b94f0)}]),_0x1eebe9[_0x3a49f1(0x7df)](_0x731e9d['ISlideEmbedFloatDomRenderer'])||_0x1eebe9[_0x3a49f1(0x47d)]([_0x731e9d['ISlideEmbedFloatDomRenderer'],{'useFactory':()=>({'render':_0x4e94a6=>{const _0x2f25c4=_0x3a49f1;let {data:_0x1d5093}=_0x4e94a6;return(0x0,_0x10447b[_0x2f25c4(0x64d)])(_0x4ca6dc,{..._0x4e94a6,'data':_0x1d5093});}})}]),[(0x0,_0x5e0ca8[_0x3a49f1(0x46c)])(_0x46a087,_0x5ae6b1,()=>_0x1eebe9['has'](_0x6f5871[_0x3a49f1(0x41a)])?_0x1eebe9['get'](_0x6f5871[_0x3a49f1(0x41a)]):void 0x0),_0x5598ac(_0x46a087,_0x5ae6b1,_0x1eebe9['get'](_0x731e9d['ISlideEmbedRuntimeService']))][_0x3a49f1(0x84e)](_0x36ff1d=>{const _0x24be1c=_0x3a49f1;_0x29c4ba['get'](_0x36ff1d['hostType'],_0x36ff1d[_0x24be1c(0x23b)])||_0x29c4ba[_0x24be1c(0x920)](_0x36ff1d);}),[_0x331230(),_0x2f8a45()][_0x3a49f1(0x84e)](_0x412f84=>{const _0x305719=_0x3a49f1;_0x387e05[_0x305719(0x47e)](_0x412f84[_0x305719(0x805)],_0x412f84[_0x305719(0x23b)])||_0x387e05[_0x305719(0x920)](_0x412f84);});let _0x4ff950=_0x5c93b7(_0x1eebe9[_0x3a49f1(0x47e)](_0x423058['ICommandService']));_0x249b52[_0x3a49f1(0x47e)](_0x4ff950[_0x3a49f1(0x6b0)])||_0x249b52['register'](_0x4ff950);let _0x1268c7=_0xc8b416();_0x3f9b95[_0x3a49f1(0x47e)](_0x1268c7[_0x3a49f1(0x6b0)])||_0x3f9b95[_0x3a49f1(0x920)](_0x1268c7),_0x3d9cfd()[_0x3a49f1(0x84e)](_0x8fa325=>{const _0x392ada=_0x3a49f1;_0x106d43['hasExact'](_0x8fa325[_0x392ada(0x805)],_0x8fa325['entry'],_0x8fa325[_0x392ada(0x6b0)])||_0x106d43[_0x392ada(0x920)](_0x8fa325);}),_0x25a670[_0x3a49f1(0x728)](_0x1eebe9[_0x3a49f1(0x713)](_0x3c0942)),_0x5d949b[_0x3a49f1(0x47e)](_0x423058[_0x3a49f1(0x839)][_0x3a49f1(0x428)])||_0x5d949b['register'](_0x309d0b()),_0x2588d0['get'](_0x423058[_0x3a49f1(0x839)]['UNIVER_SLIDE'])||_0x2588d0['register'](_0x1eebe9[_0x3a49f1(0x713)](_0x5720e9));}function _0x35f03f(_0x136392){const _0x49fcdd=_0x37672f;return{'mountPageList':_0x5c7e8b=>{const _0x1f3704=_0x3a85;var _0x285833,_0x3d49cc;let _0x469b0d={'embedId':_0x5c7e8b[_0x1f3704(0x2ab)],'hostUnitId':_0x5c7e8b[_0x1f3704(0x7cf)],'hostType':_0x423058[_0x1f3704(0x839)][_0x1f3704(0x428)],'entry':_0x1f3704(0x7f8),'hostAnchorId':_0x5c7e8b[_0x1f3704(0x391)],'childUnitId':_0x5c7e8b['childUnitId'],'childType':_0x5c7e8b[_0x1f3704(0x6b0)],'source':{'unitType':_0x5c7e8b[_0x1f3704(0x6b0)],'ref':{'file':{'kind':_0x5e0ca8[_0x1f3704(0x260)][_0x1f3704(0x8a2)]},'unit':{'selector':_0x5c7e8b[_0x1f3704(0x783)],'type':(0x0,_0x5e0ca8[_0x1f3704(0x5d8)])(_0x5c7e8b['childType'])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x1f3704(0x1e8),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x261698=(_0x285833=(_0x3d49cc=_0x136392[_0x1f3704(0x84a)])['getSession'])==null?void 0x0:_0x285833[_0x1f3704(0x4d5)](_0x3d49cc,_0x5c7e8b[_0x1f3704(0x2ab)]);return(_0x261698==null?void 0x0:_0x261698[_0x1f3704(0x7cf)])===_0x5c7e8b[_0x1f3704(0x7cf)]&&_0x261698['entry']===_0x1f3704(0x7f8)&&_0x261698[_0x1f3704(0x783)]===_0x5c7e8b[_0x1f3704(0x783)]?(_0x136392['activationService'][_0x1f3704(0x48c)](_0x469b0d),(0x0,_0x423058[_0x1f3704(0x35b)])(()=>{})):(_0x136392[_0x1f3704(0x84a)][_0x1f3704(0x48e)](_0x469b0d),_0x136392[_0x1f3704(0x37e)]['activateTab'](_0x469b0d),(0x0,_0x423058['toDisposable'])(()=>{const _0x986839=_0x1f3704;_0x136392[_0x986839(0x37e)][_0x986839(0x70d)](_0x5c7e8b['embedId']),_0x136392[_0x986839(0x84a)][_0x986839(0x506)](_0x5c7e8b[_0x986839(0x2ab)]);}));},'mountFloatingObject':_0x1b1fed=>{const _0x59f616=_0x3a85;let _0x3878d5=_0x136392['embedModelService'][_0x59f616(0x5ad)](_0x1b1fed['hostUnitId'],_0x1b1fed[_0x59f616(0x2ab)])??{'embedId':_0x1b1fed[_0x59f616(0x2ab)],'hostUnitId':_0x1b1fed[_0x59f616(0x7cf)],'hostType':_0x423058[_0x59f616(0x839)][_0x59f616(0x428)],'entry':_0x59f616(0x7f6),'hostAnchorId':_0x1b1fed['hostAnchorId'],'childUnitId':_0x1b1fed['childUnitId'],'childType':_0x1b1fed['childType'],'source':{'unitType':_0x1b1fed[_0x59f616(0x6b0)],'ref':{'file':{'kind':_0x5e0ca8[_0x59f616(0x260)][_0x59f616(0x8a2)]},'unit':{'selector':_0x1b1fed['childUnitId'],'type':(0x0,_0x5e0ca8[_0x59f616(0x5d8)])(_0x1b1fed['childType'])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x59f616(0x22f),'fullscreen':!0x0},'tab':!0x1}};return _0x136392['mountService']['mountIntoHostElement'](_0x3878d5,_0x1b1fed['hostElement']),(0x0,_0x423058[_0x59f616(0x35b)])(()=>{const _0x51b41c=_0x59f616;_0x136392['mountService'][_0x51b41c(0x506)](_0x1b1fed[_0x51b41c(0x2ab)]);});},'clearAndUnmount':_0x51d426=>{const _0x1d93cb=_0x3a85;_0x136392[_0x1d93cb(0x37e)][_0x1d93cb(0x70d)](_0x51d426),_0x136392['mountService']['unmount'](_0x51d426);},'unmountFloatingSessions':_0x2ec538=>{const _0x635976=_0x3a85;_0x136392['mountService'][_0x635976(0x30d)]()[_0x635976(0x320)](_0x8fbfa2=>_0x8fbfa2[_0x635976(0x7cf)]===_0x2ec538&&_0x8fbfa2[_0x635976(0x23b)]===_0x635976(0x7f6))['forEach'](_0x3b5bd8=>_0x136392['mountService'][_0x635976(0x506)](_0x3b5bd8[_0x635976(0x2ab)]));},'listSessions':()=>_0x136392[_0x49fcdd(0x84a)][_0x49fcdd(0x30d)]()[_0x49fcdd(0x3b8)](_0x5a7321=>({'embedId':_0x5a7321[_0x49fcdd(0x2ab)],'hostUnitId':_0x5a7321[_0x49fcdd(0x7cf)],'entry':_0x5a7321['entry'],'childType':_0x5a7321['childType'],'childUnitId':_0x5a7321[_0x49fcdd(0x783)]})),'capturePreviewByHostAnchorId':(_0x28819b,_0x5b960a)=>_0x71d8fa(_0x136392,_0x28819b,_0x5b960a),'mountPresentationEmbed':_0x197c64=>_0x34afe6(_0x136392,_0x197c64)};}async function _0x71d8fa(_0x45b6c3,_0x32f4d4,_0x3a4ecb){const _0x46f572=_0x37672f;var _0x19e22f,_0x1f367d,_0x44ae83;let _0x349fe8=(_0x19e22f=_0x45b6c3['sceneCanvasCaptureService'])==null?void 0x0:_0x19e22f['getContextByHostAnchorId'](_0x32f4d4);_0x349fe8&&await _0x4398bb(_0x349fe8);let _0x56f34e=await((_0x1f367d=_0x45b6c3['sceneCanvasCaptureService'])==null?void 0x0:_0x1f367d['captureByHostAnchorId'](_0x32f4d4));if(_0x56f34e)return _0x2e4d1b(_0x56f34e);if(!_0x3a4ecb)return;let _0x2eaf1e=await _0xadf31d(_0x45b6c3,_0x32f4d4,_0x3a4ecb);if(!_0x2eaf1e)return;let _0x114d5c=_0x2eaf1e['childUnitId']??_0x3a4ecb['childUnitId'],_0xadf348=_0x2eaf1e[_0x46f572(0x6b0)]??_0x3a4ecb[_0x46f572(0x6b0)];if(!_0x114d5c||_0xadf348==null)return;let _0x5badbb=_0x21a1b0(_0x45b6c3,_0x2eaf1e,_0x32f4d4,_0x3a4ecb),_0x2b6e81=_0x45b6c3[_0x46f572(0x2e3)][_0x46f572(0x921)]({'descriptor':{..._0x2eaf1e,'mode':_0x46f572(0x662)},'childUnitId':_0x114d5c,'childType':_0xadf348,'width':_0x5badbb['width'],'height':_0x5badbb[_0x46f572(0x33d)],'dpr':Math['max'](0x1,Math[_0x46f572(0x425)](0x3,_0x3a4ecb[_0x46f572(0x4a9)])),'reason':'initial','context':(_0x44ae83=_0x45b6c3[_0x46f572(0x4fd)])==null?void 0x0:_0x44ae83[_0x46f572(0x6a4)](_0x32f4d4)}),_0xb7a25a=_0x2b6e81[_0x46f572(0x8fc)]?_0x2e4d1b(_0x2b6e81[_0x46f572(0x8fc)]):void 0x0;return _0x2b6e81[_0x46f572(0x244)]===_0x46f572(0x455)?_0x198aba(_0x45b6c3[_0x46f572(0x2e3)],_0x2b6e81,_0x114d5c):_0xb7a25a;}function _0x21a1b0(_0x15ca45,_0x4a510e,_0x229580,_0x29f285){const _0x19cee0=_0x37672f;var _0x1da355,_0x59b409;let _0x47d784={'width':Math[_0x19cee0(0x59c)](0x1,_0x29f285[_0x19cee0(0x7e5)]),'height':Math[_0x19cee0(0x59c)](0x1,_0x29f285[_0x19cee0(0x33d)])};if(_0x4a510e['entry']!==_0x5e0ca8[_0x19cee0(0x757)]['SlidesPageListBlock'])return _0x47d784;let _0x421e4e=(_0x1da355=_0x15ca45[_0x19cee0(0x8df)])==null?void 0x0:_0x1da355[_0x19cee0(0x80e)](_0x29f285[_0x19cee0(0x7cf)],_0x423058[_0x19cee0(0x839)][_0x19cee0(0x428)]);if(!_0x421e4e)return _0x47d784;let _0x151948=(_0x59b409=_0x421e4e[_0x19cee0(0x352)][_0x19cee0(0x42f)](_0x229580))==null?void 0x0:_0x59b409[_0x19cee0(0x1f9)](),_0x481740=(0x0,_0x731e9d[_0x19cee0(0x675)])((_0x151948==null?void 0x0:_0x151948[_0x19cee0(0x3ee)])??_0x421e4e[_0x19cee0(0x41e)]()[_0x19cee0(0x32e)]);return{'width':Math[_0x19cee0(0x59c)](0x1,_0x481740[_0x19cee0(0x7e5)]),'height':Math['max'](0x1,_0x481740[_0x19cee0(0x33d)])};}async function _0xadf31d(_0x2def6a,_0x4b3667,_0x3c3f8c){const _0x16dbef=_0x37672f;let _0x5bc20c=_0x2def6a[_0x16dbef(0x543)][_0x16dbef(0x5ad)](_0x3c3f8c[_0x16dbef(0x7cf)],_0x3c3f8c['embedId'])??_0xa31fb3({'hostUnitId':_0x3c3f8c[_0x16dbef(0x7cf)],'embedId':_0x3c3f8c[_0x16dbef(0x2ab)],'hostAnchorId':_0x4b3667,'childUnitId':_0x3c3f8c[_0x16dbef(0x783)],'childType':_0x3c3f8c[_0x16dbef(0x6b0)],'entry':_0x5e0ca8[_0x16dbef(0x757)][_0x16dbef(0x911)]});if(_0x5bc20c){try{_0x5bc20c=await _0x2def6a[_0x16dbef(0x224)][_0x16dbef(0x248)]({'descriptor':_0x5bc20c});}catch{}return _0x5bc20c;}}function _0x198aba(_0x4ff494,_0x2bd4b6,_0x5a965e){return new Promise(_0x29112e=>{const _0x350a1d=_0x3a85;let _0x575b0f=!0x1,_0x1bf616,_0x49a263,_0x2e68ef=_0x4dbec5=>{const _0x163f4c=_0x3a85;_0x575b0f||(_0x575b0f=!0x0,globalThis['clearTimeout'](_0x49a263),_0x1bf616==null||_0x1bf616[_0x163f4c(0x7b2)](),_0x29112e(_0x4dbec5));};_0x49a263=globalThis[_0x350a1d(0x620)](()=>_0x2e68ef(void 0x0),0x1388),_0x1bf616=_0x4ff494[_0x350a1d(0x8af)][_0x350a1d(0x4a5)]({'next':_0x2dd02a=>{const _0x4cc346=_0x350a1d;_0x2dd02a[_0x4cc346(0x2ab)]!==_0x2bd4b6['embedId']||_0x2dd02a[_0x4cc346(0x783)]!==_0x5a965e||_0x2dd02a[_0x4cc346(0x7ed)]<_0x2bd4b6['revision']||_0x2dd02a[_0x4cc346(0x244)]==='pending'||_0x2e68ef(_0x2dd02a[_0x4cc346(0x8fc)]?_0x2e4d1b(_0x2dd02a[_0x4cc346(0x8fc)]):void 0x0);},'complete':()=>_0x2e68ef(void 0x0)});});}function _0x1f23f6(_0x4e22a9){_0x51809b(_0x4e22a9),_0x68ad45(_0x4e22a9),_0x24c555(_0x4e22a9),_0x524498(_0x4e22a9),_0x43ce46(_0x4e22a9);}function _0x9a3ef1(_0x24bc3a){_0x17f847(_0x24bc3a);}let _0x20d975=[0x0,0x10,0x64,0x12c,0x3e8];async function _0x5f5785(_0x200b36,_0x1f038f){const _0x46d9cc=_0x37672f;var _0x32d486;let {instanceService:_0x4a928e,childUnitId:_0x13e05c,childType:_0x27cc6d,restoreUnitId:_0x13da74,shouldRestore:_0x23ba84,settleDelayMs:_0x58ebaa=0x10,deferredRestoreDelaysMs:_0x5701aa=_0x13da74?_0x20d975:[]}=_0x200b36,_0x565600=_0x4a928e[_0x46d9cc(0x71e)](_0x27cc6d),_0x72544d=((_0x32d486=_0x4a928e[_0x46d9cc(0x327)]())==null?void 0x0:_0x32d486['getUnitId']())??null??_0x13da74??null;_0x4a928e['setCurrentUnitForType'](_0x13e05c),_0x4a928e[_0x46d9cc(0x1eb)](_0x13e05c);let _0x8feb2d=()=>{const _0x8020a1=_0x46d9cc;_0x23ba84&&!_0x23ba84()||(_0x565600&&_0x565600['getUnitId']()!==_0x13e05c&&_0x4a928e['setCurrentUnitForType'](_0x565600[_0x8020a1(0x55c)]()),_0x13da74&&_0x4a928e['setCurrentUnitForType'](_0x13da74),_0x4a928e[_0x8020a1(0x1eb)](_0x72544d));};try{let _0x564c4c=await _0x1f038f();return _0x58ebaa>0x0&&await _0x45c45b(_0x58ebaa),_0x564c4c;}finally{_0x8feb2d(),_0x1ca8a3(_0x8feb2d,_0x5701aa);}}function _0x45c45b(_0x317dae){return new Promise(_0x120e12=>setTimeout(_0x120e12,_0x317dae));}function _0x1ca8a3(_0x4aea1f,_0x1969ae){_0x1969ae['forEach'](_0x11ee9b=>{globalThis['setTimeout'](_0x4aea1f,_0x11ee9b);});}let _0x1047d6=new WeakMap(),_0x4fa817=0x0;function _0x5bad5d(_0x40ad72,_0x22cf1b){const _0x1ffb65=_0x37672f;return _0x40ad72[_0x1ffb65(0x7df)](_0x530afd)?_0x40ad72['get'](_0x530afd)[_0x1ffb65(0x920)](_0x22cf1b):_0x4c39ba(_0x40ad72,_0x22cf1b);}function _0x3388fe(_0x1b5569){const _0x691b77=_0x37672f;if(!_0x1b5569[_0x691b77(0x7df)](_0x530afd))return;let _0x5e3384=_0x1047d6[_0x691b77(0x47e)](_0x1b5569);_0x5e3384!=null&&_0x5e3384[_0x691b77(0x4ea)]&&([..._0x5e3384[_0x691b77(0x4bf)]()]['sort']((_0x42dffc,_0x5af21d)=>_0x42dffc['index']-_0x5af21d['index'])['forEach'](({contribution:_0x128327})=>_0x5bad5d(_0x1b5569,_0x128327)),_0x1047d6['delete'](_0x1b5569));}function _0x4c39ba(_0x4a999a,_0x559303){const _0x9ca91a=_0x37672f;let _0x2dab51={'contribution':_0x559303,'index':_0x4fa817++},_0xf34b24=_0x592719(_0x559303,_0x2dab51[_0x9ca91a(0x650)]),_0xd51c7=_0x4a999a,_0x32519c=_0x1047d6[_0x9ca91a(0x47e)](_0xd51c7)??new Map();return _0x32519c[_0x9ca91a(0x5d7)](_0xf34b24,_0x2dab51),_0x1047d6[_0x9ca91a(0x5d7)](_0xd51c7,_0x32519c),(0x0,_0x423058[_0x9ca91a(0x35b)])(()=>{const _0x439e1f=_0x9ca91a;let _0x25321=_0x1047d6[_0x439e1f(0x47e)](_0xd51c7);(_0x25321==null?void 0x0:_0x25321[_0x439e1f(0x47e)](_0xf34b24))===_0x2dab51&&_0x25321[_0x439e1f(0x405)](_0xf34b24);});}function _0x592719(_0x38239d,_0x43c55e){const _0x37f580=_0x37672f;return _0x38239d['id']?_0x38239d[_0x37f580(0x6b0)]+':'+_0x38239d['id']:_0x38239d['childType']+_0x37f580(0x37f)+_0x43c55e;}let _0x530afd=class{constructor(_0x46a965,_0x4743c6){const _0x61a958=_0x37672f;this[_0x61a958(0x75f)]=_0x46a965,this[_0x61a958(0x789)]=_0x4743c6,_0x1876b0(this,_0x61a958(0x36c),new Map()),_0x1876b0(this,_0x61a958(0x4f0),0x0);}['register'](_0x22f53a){const _0x50de9d=_0x37672f;if(_0x22f53a['id']&&this[_0x50de9d(0x3e7)](_0x22f53a[_0x50de9d(0x6b0)],_0x22f53a['id']))return(0x0,_0x423058[_0x50de9d(0x35b)])(()=>{});let _0x154193={'contribution':_0x22f53a,'index':this['_nextIndex']++},_0x241a2a=this[_0x50de9d(0x36c)]['get'](_0x22f53a[_0x50de9d(0x6b0)])??[];return _0x241a2a[_0x50de9d(0x5fd)](_0x154193),_0x241a2a['sort'](_0x5a7887),this[_0x50de9d(0x36c)]['set'](_0x22f53a['childType'],_0x241a2a),(0x0,_0x423058[_0x50de9d(0x35b)])(()=>{const _0x4d4904=_0x50de9d;let _0x4e2b57=this[_0x4d4904(0x36c)][_0x4d4904(0x47e)](_0x22f53a['childType']);if(!_0x4e2b57)return;let _0x68d579=_0x4e2b57[_0x4d4904(0x320)](_0x3eb96d=>_0x3eb96d!==_0x154193);_0x68d579['length']?this[_0x4d4904(0x36c)][_0x4d4904(0x5d7)](_0x22f53a[_0x4d4904(0x6b0)],_0x68d579):this['_contributions'][_0x4d4904(0x405)](_0x22f53a[_0x4d4904(0x6b0)]);});}[_0x37672f(0x648)](_0x238342){const _0x1e663a=_0x37672f;return(this[_0x1e663a(0x36c)][_0x1e663a(0x47e)](_0x238342)??[])[_0x1e663a(0x3b8)](_0x1ff682=>_0x1ff682[_0x1e663a(0x52f)]);}async['prepare'](_0x4242e9){const _0x2d02c7=_0x37672f;let _0x4691d9=this[_0x2d02c7(0x648)](_0x4242e9[_0x2d02c7(0x6b0)]);_0x4691d9['length']&&await _0x5f5785({'instanceService':this[_0x2d02c7(0x75f)][_0x2d02c7(0x47e)](_0x423058[_0x2d02c7(0x8ca)]),'childUnitId':_0x4242e9[_0x2d02c7(0x783)],'childType':_0x4242e9['childType'],'restoreUnitId':_0x4242e9[_0x2d02c7(0x52b)],'settleDelayMs':_0x4242e9[_0x2d02c7(0x849)],'shouldRestore':()=>!this[_0x2d02c7(0x789)][_0x2d02c7(0x500)](_0x4242e9['childUnitId'])},async()=>{const _0x5da394=_0x2d02c7;for(let _0x5ec4b6 of _0x4691d9)_0x5ec4b6[_0x5da394(0x255)]&&await _0x5ec4b6[_0x5da394(0x255)]({'injector':this[_0x5da394(0x75f)],'childUnitId':_0x4242e9[_0x5da394(0x783)],'childType':_0x4242e9[_0x5da394(0x6b0)],'descriptor':_0x4242e9[_0x5da394(0x466)]});});}[_0x37672f(0x3e7)](_0x5d670c,_0x15913b){const _0xfae2df=_0x37672f;return(this['_contributions']['get'](_0x5d670c)??[])[_0xfae2df(0x79a)](_0xb593c1=>_0xb593c1[_0xfae2df(0x52f)]['id']===_0x15913b);}};_0x530afd=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x423058['Injector'])),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x4b94f0))],_0x530afd);function _0x5a7887(_0x574636,_0x354e85){const _0x3b4961=_0x37672f;return(_0x574636[_0x3b4961(0x52f)][_0x3b4961(0x27a)]??_0x574636['index'])-(_0x354e85['contribution'][_0x3b4961(0x27a)]??_0x354e85[_0x3b4961(0x650)])||_0x574636[_0x3b4961(0x650)]-_0x354e85[_0x3b4961(0x650)];}function _0x261867(){return[];}let _0x1421b6=class{constructor(_0x2c969c,_0xa528e2){const _0x4ff85c=_0x37672f;this['_focusOwnerService']=_0x2c969c,this[_0x4ff85c(0x803)]=_0xa528e2;}['pushUndoRedoForChild'](_0x4188de){const _0x2e75e5=_0x37672f;let _0x43667b=this[_0x2e75e5(0x6eb)](_0x4188de[_0x2e75e5(0x7dd)]);return this[_0x2e75e5(0x803)]['pushUndoRedo']({..._0x4188de,'unitID':_0x43667b}),{'stackUnitId':_0x43667b,'routedToHost':_0x43667b!==_0x4188de[_0x2e75e5(0x7dd)]};}[_0x37672f(0x6eb)](_0x5c7092){const _0x56a2e7=_0x37672f;let _0x336822=this[_0x56a2e7(0x3aa)][_0x56a2e7(0x7e7)]();return!_0x336822||_0x336822[_0x56a2e7(0x783)]!==_0x5c7092?_0x5c7092:_0x336822[_0x56a2e7(0x7cf)];}};_0x1421b6=_0x10216e([_0xcd14f8(0x0,(0x0,_0x423058[_0x37672f(0x570)])(_0x5e0ca8['EmbedFocusOwnerService'])),_0xcd14f8(0x1,_0x423058[_0x37672f(0x79d)])],_0x1421b6);let _0x5a4dd3=class extends _0x423058[_0x37672f(0x4ba)]{constructor(_0x33da40=_0xccfaf4,_0xc318f6,_0x46da4a,_0x5eb4c0){const _0x15253a=_0x37672f;super(),this[_0x15253a(0x354)]=_0x33da40,this[_0x15253a(0x75f)]=_0xc318f6,this[_0x15253a(0x4b6)]=_0x46da4a,this[_0x15253a(0x652)]=_0x5eb4c0;let {..._0x1b18b2}=(0x0,_0x423058[_0x15253a(0x614)])({},_0xccfaf4,this[_0x15253a(0x354)]);this[_0x15253a(0x4b6)][_0x15253a(0x558)](_0x15253a(0x8a5),_0x1b18b2);}[_0x37672f(0x77b)](){const _0x438d11=_0x37672f;this[_0x438d11(0x3bc)](),this[_0x438d11(0x239)](),this[_0x438d11(0x467)](),this[_0x438d11(0x1e6)](),this[_0x438d11(0x1ed)](),this[_0x438d11(0x8a4)](),this[_0x438d11(0x377)](),this[_0x438d11(0x34b)](),this[_0x438d11(0x78c)]();}[_0x37672f(0x25d)](){const _0x2a6975=_0x37672f;this[_0x2a6975(0x8a4)]();}[_0x37672f(0x239)](){const _0x3c0e82=_0x37672f;[[_0x16de5f],[_0x5757ad],[_0x530afd],[_0x33c4a3],[_0x30c858],[_0x402a2b],[_0x28f187],[_0x89f79f],[_0x3ca4c9],[_0x74c661],[_0x24299e],[_0x2b84b4],[_0x50411d],[_0x5ea44f],[_0x3fac44],[_0x32cfb9],[_0x2f0500],[_0x35ab58],[_0x2d3499],[_0x1d93f4],[_0x5b6fce],[_0x1b2dea],[_0x691e68],[_0x105b0d],[_0x40e1a0],[_0x5a66e9],[_0x4b94f0],[_0x36cf04],[_0x393ef6],[_0x1421b6]][_0x3c0e82(0x84e)](_0x47b1b1=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47d)](_0x47b1b1)),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0xeb41bb[_0x3c0e82(0x315)])||this['_injector'][_0x3c0e82(0x47d)]([_0xeb41bb[_0x3c0e82(0x315)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x32cfb9)}]),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0xeb41bb[_0x3c0e82(0x5cc)])||this['_injector'][_0x3c0e82(0x47d)]([_0xeb41bb[_0x3c0e82(0x5cc)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x4b94f0)}]),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0x1fa4c3[_0x3c0e82(0x66d)])||this['_injector'][_0x3c0e82(0x47d)]([_0x1fa4c3[_0x3c0e82(0x66d)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x32cfb9)}]),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0x1fa4c3[_0x3c0e82(0x4c0)])||this[_0x3c0e82(0x75f)][_0x3c0e82(0x47d)]([_0x1fa4c3[_0x3c0e82(0x4c0)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x4b94f0)}]),this[_0x3c0e82(0x75f)][_0x3c0e82(0x7df)](_0x1fa4c3[_0x3c0e82(0x611)])||this[_0x3c0e82(0x75f)][_0x3c0e82(0x47d)]([_0x1fa4c3[_0x3c0e82(0x611)],{'useFactory':()=>this[_0x3c0e82(0x75f)][_0x3c0e82(0x47e)](_0x3ca4c9)}]);}[_0x37672f(0x1ed)](){const _0x228177=_0x37672f;_0x3ae59(this[_0x228177(0x75f)])[_0x228177(0x84e)](_0x41dba5=>this[_0x228177(0x8e4)](_0x41dba5));}[_0x37672f(0x467)](){const _0x42f382=_0x37672f;_0x1f23f6(this[_0x42f382(0x75f)]);}[_0x37672f(0x1e6)](){const _0x4e0a6f=_0x37672f;let _0x3c4dea=this[_0x4e0a6f(0x652)][_0x4e0a6f(0x7a7)](_0x423058['UniverInstanceType'][_0x4e0a6f(0x2d9)])[_0x4e0a6f(0x4a5)](()=>_0x9a3ef1(this[_0x4e0a6f(0x75f)]));this[_0x4e0a6f(0x8e4)]((0x0,_0x423058[_0x4e0a6f(0x35b)])(()=>_0x3c4dea[_0x4e0a6f(0x7b2)]()));}[_0x37672f(0x8a4)](){const _0x46afa5=_0x37672f;_0x3413ec(this[_0x46afa5(0x75f)]),_0x4a19fd(this[_0x46afa5(0x75f)]),_0x3388fe(this[_0x46afa5(0x75f)]);}[_0x37672f(0x377)](){const _0x51bb71=_0x37672f;var _0x2ef858;let _0x54bd54=this[_0x51bb71(0x75f)]['get'](_0x74c661);((_0x2ef858=this['_config'][_0x51bb71(0x214)])==null?void 0x0:_0x2ef858[_0x51bb71(0x700)])!==!0x1&&_0x261867()['forEach'](_0x5ba021=>{const _0x4189db=_0x51bb71;_0x54bd54[_0x4189db(0x3b6)](_0x5ba021[_0x4189db(0x805)],_0x5ba021[_0x4189db(0x23b)],_0x5ba021['childType'])||_0x54bd54[_0x4189db(0x920)](_0x5ba021);});}[_0x37672f(0x34b)](){(0x0,_0x423058['touchDependencies'])(this['_injector'],[[_0x16de5f],[_0x5757ad],[_0x530afd],[_0x33c4a3],[_0x30c858],[_0x402a2b],[_0x28f187],[_0x89f79f],[_0x74c661],[_0x24299e],[_0x2b84b4],[_0x50411d],[_0x5ea44f],[_0x3fac44],[_0x2f0500],[_0x35ab58],[_0x2d3499],[_0x1d93f4],[_0x5b6fce],[_0x1b2dea],[_0x691e68],[_0x105b0d],[_0x40e1a0],[_0x5a66e9],[_0x4b94f0],[_0x36cf04],[_0x393ef6],[_0x1421b6]]);}[_0x37672f(0x78c)](){const _0x236de3=_0x37672f;var _0x1eb626;((_0x1eb626=this['_config'][_0x236de3(0x214)])==null?void 0x0:_0x1eb626[_0x236de3(0x296)])!==!0x1&&this['disposeWithMe'](this[_0x236de3(0x75f)]['get'](_0x4fbb7a[_0x236de3(0x2eb)])[_0x236de3(0x3fb)](_0x4fbb7a[_0x236de3(0x308)]['GLOBAL'],()=>_0x31c6e0));}['_enableEmbedUnitLeasePolicy'](){const _0x394a39=_0x37672f;this[_0x394a39(0x75f)][_0x394a39(0x47e)](_0x5e0ca8['EmbedUnitLeasePolicyService'])[_0x394a39(0x1d8)]();}};_0x1876b0(_0x5a4dd3,_0x37672f(0x3d6),'UNIVER_EMBED_UI_PLUGIN'),_0x1876b0(_0x5a4dd3,_0x37672f(0x88b),_0x9742a4),_0x1876b0(_0x5a4dd3,_0x37672f(0x3a4),_0x5c056f),_0x1876b0(_0x5a4dd3,_0x37672f(0x27c),_0x423058[_0x37672f(0x839)][_0x37672f(0x72b)]),_0x5a4dd3=_0x10216e([(0x0,_0x423058[_0x37672f(0x888)])(_0x514320[_0x37672f(0x4b9)],_0x5e0ca8['UniverEmbedPlugin']),_0xcd14f8(0x1,(0x0,_0x423058[_0x37672f(0x570)])(_0x423058[_0x37672f(0x8d5)])),_0xcd14f8(0x2,_0x423058[_0x37672f(0x514)]),_0xcd14f8(0x3,_0x423058['IUniverInstanceService'])],_0x5a4dd3),Object[_0x37672f(0x3a8)](_0x480412,_0x37672f(0x33c),{'enumerable':!0x0,'get':function(){return _0x30c858;}}),_0x480412[_0x37672f(0x4cc)]=_0x402a2b,_0x480412[_0x37672f(0x376)]=_0x50411d,_0x480412[_0x37672f(0x8b7)]=_0x16de5f,_0x480412['EmbedHostMenuOverrideService']=_0x5ea44f,Object[_0x37672f(0x3a8)](_0x480412,_0x37672f(0x562),{'enumerable':!0x0,'get':function(){return _0x5757ad;}}),Object[_0x37672f(0x3a8)](_0x480412,'EmbedMountService',{'enumerable':!0x0,'get':function(){return _0x1d93f4;}}),Object[_0x37672f(0x3a8)](_0x480412,_0x37672f(0x4c2),{'enumerable':!0x0,'get':function(){return _0x5a4dd3;}}),_0x480412[_0x37672f(0x2f9)]=_0x1eca07;}));
|