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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +115 -24
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/components/EmbedFloatDomRenderer.d.ts +3 -3
  63. package/lib/types/components/EmbedFloatFullscreenButton.d.ts +1 -0
  64. package/lib/types/components/EmbedMenuTooltip.d.ts +11 -0
  65. package/lib/types/components/EmbedPrintImage.d.ts +8 -0
  66. package/lib/types/components/EmbedRuntimeProviders.d.ts +2 -0
  67. package/lib/types/components/embed-float-dom-geometry.d.ts +2 -1
  68. package/lib/types/components/embed-float-dom-interaction.d.ts +3 -2
  69. package/lib/types/controllers/embed-host-popup-lifecycle.controller.d.ts +13 -0
  70. package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +1 -0
  71. package/lib/types/controllers/embed-owned-dialog-cleanup.controller.d.ts +11 -0
  72. package/lib/types/controllers/embed-print.controller.d.ts +71 -0
  73. package/lib/types/controllers/embed-sheet-editor-shortcut.controller.d.ts +8 -0
  74. package/lib/types/locale/en-US.d.ts +6 -0
  75. package/lib/types/products/bases/EmbedChildView.d.ts +1 -1
  76. package/lib/types/products/bases/embed-content-size.d.ts +1 -0
  77. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +6 -0
  78. package/lib/types/products/docs/docs-custom-block-layout.d.ts +1 -0
  79. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +4 -0
  80. package/lib/types/products/sheets/embed-content-size.d.ts +4 -0
  81. package/lib/types/products/slides/EmbedChildView.d.ts +4 -1
  82. package/lib/types/services/embed-activation.service.d.ts +4 -1
  83. package/lib/types/services/embed-child-unit-scoped-injector.d.ts +4 -1
  84. package/lib/types/services/embed-dom-wheel.d.ts +4 -2
  85. package/lib/types/services/embed-floating-menu-root.d.ts +2 -1
  86. package/lib/types/services/embed-fullscreen.service.d.ts +4 -1
  87. package/lib/types/services/embed-host-wheel-gesture.service.d.ts +1 -1
  88. package/lib/types/services/embed-host-zoom-wheel.d.ts +7 -0
  89. package/lib/types/services/embed-interaction-boundary.service.d.ts +6 -1
  90. package/lib/types/services/embed-print.service.d.ts +55 -0
  91. package/lib/types/services/embed-render-canvas-preview-provider.d.ts +1 -1
  92. package/lib/types/services/embed-render-child-view-contribution.d.ts +7 -3
  93. package/lib/types/services/embed-runtime-host-lease.service.d.ts +2 -2
  94. package/lib/types/services/embed-scene-canvas-capture.service.d.ts +29 -1
  95. package/lib/types/services/embed-ui-runtime-scope-lease.service.d.ts +16 -0
  96. package/lib/types/types/embed-ui.d.ts +8 -2
  97. package/lib/umd/index.js +1 -1
  98. package/lib/umd/locale/ar-SA.js +1 -1
  99. package/lib/umd/locale/ca-ES.js +1 -1
  100. package/lib/umd/locale/de-DE.js +1 -1
  101. package/lib/umd/locale/en-US.js +1 -1
  102. package/lib/umd/locale/es-ES.js +1 -1
  103. package/lib/umd/locale/fa-IR.js +1 -1
  104. package/lib/umd/locale/fr-FR.js +1 -1
  105. package/lib/umd/locale/id-ID.js +1 -1
  106. package/lib/umd/locale/it-IT.js +1 -1
  107. package/lib/umd/locale/ja-JP.js +1 -1
  108. package/lib/umd/locale/ko-KR.js +1 -1
  109. package/lib/umd/locale/pl-PL.js +1 -1
  110. package/lib/umd/locale/pt-BR.js +1 -1
  111. package/lib/umd/locale/ru-RU.js +1 -1
  112. package/lib/umd/locale/sk-SK.js +1 -1
  113. package/lib/umd/locale/vi-VN.js +1 -1
  114. package/lib/umd/locale/zh-CN.js +1 -1
  115. package/lib/umd/locale/zh-HK.js +1 -1
  116. package/lib/umd/locale/zh-TW.js +1 -1
  117. package/package.json +40 -37
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- const _0x5b38ef=_0x241e;(function(_0x18aedf,_0x549961){const _0x59965b=_0x241e,_0x2f476d=_0x18aedf();while(!![]){try{const _0x486666=-parseInt(_0x59965b(0x545))/0x1*(-parseInt(_0x59965b(0x72d))/0x2)+parseInt(_0x59965b(0x348))/0x3*(-parseInt(_0x59965b(0x270))/0x4)+-parseInt(_0x59965b(0x180))/0x5+parseInt(_0x59965b(0x663))/0x6+parseInt(_0x59965b(0x142))/0x7*(-parseInt(_0x59965b(0x654))/0x8)+parseInt(_0x59965b(0x6e5))/0x9+-parseInt(_0x59965b(0x470))/0xa;if(_0x486666===_0x549961)break;else _0x2f476d['push'](_0x2f476d['shift']());}catch(_0x5e8287){_0x2f476d['push'](_0x2f476d['shift']());}}}(_0xbf4f,0xa4421),Object[_0x5b38ef(0x61a)](exports,Symbol['toStringTag'],{'value':_0x5b38ef(0x248)}));let e=require('@univerjs-pro/embed'),t=require('@univerjs-pro/license'),n=require('@univerjs/core'),r=require('@univerjs/docs-ui'),i=require('@univerjs/sheets-ui'),a=require('@univerjs/ui'),o=require('@univerjs/design'),s=require('@univerjs/icons'),c=require('react'),l=require('rxjs'),u=require('@univerjs/engine-render'),d=require('react/jsx-runtime'),f=require('@univerjs/docs'),p=require('@univerjs-pro/docs-table-ui'),m=require('@univerjs-pro/bases'),h=require('@univerjs-pro/bases-ui'),g=require('react-dom'),_=require('@univerjs-pro/boards-ui'),v=require('@univerjs-pro/boards'),y=require('@univerjs-pro/slides-ui'),b=require('@univerjs-pro/sheets-chart-ui'),x=require('@univerjs-pro/sheets-outline-ui'),S=require('@univerjs-pro/sheets-pivot-ui'),C=require('@univerjs-pro/sheets-print'),w=require('@univerjs-pro/sheets-shape-ui'),T=require('@univerjs-pro/sheets-sparkline-ui'),E=require('@univerjs/sheets-conditional-formatting-ui'),D=require('@univerjs/sheets-data-validation-ui'),O=require('@univerjs/sheets-drawing-ui'),k=require('@univerjs/sheets-filter-ui'),A=require('@univerjs/sheets-hyper-link-ui'),j=require('@univerjs/sheets-note-ui'),M=require('@univerjs/sheets-numfmt-ui'),N=require('@univerjs/sheets-sort-ui'),P=require('@univerjs/sheets-table-ui'),F=require('@univerjs/sheets-thread-comment-ui'),I=require('@univerjs/sheets'),L=require('@univerjs-pro/slides');var R=_0x5b38ef(0x1eb),ee='1.0.0-beta.1';function z(_0x35dc75,_0x40d84d){const _0xc4c6b4=_0x5b38ef;return _0x35dc75[_0xc4c6b4(0x5b1)]('['+_0x40d84d+']')?_0x35dc75:_0x35dc75['querySelector']('['+_0x40d84d+']')??void 0x0;}function te(_0x5f00c8){const _0x5d038d=_0x5b38ef;let _0x5c8677=[];return B(_0x5f00c8,_0x5d038d(0x2af),'univer-overflow-hidden',_0x5c8677),B(_0x5f00c8,_0x5d038d(0xa4),'univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto',_0x5c8677),B(_0x5f00c8,_0x5d038d(0x488),_0x5d038d(0x345),_0x5c8677),B(_0x5f00c8,'data-embed-popup-root',_0x5d038d(0x345),_0x5c8677),(0x0,n['toDisposable'])(()=>{const _0xbc47d0=_0x5d038d;_0x5c8677[_0xbc47d0(0x53f)](_0xd0983f=>_0xd0983f[_0xbc47d0(0x507)]());});}function B(_0x3529af,_0x5164cc,_0x38de4c,_0x2fb992){const _0x1fe248=_0x5b38ef;let _0x32a168=z(_0x3529af,_0x5164cc);if(_0x32a168)return _0x32a168;let _0x52dd93=document[_0x1fe248(0x221)](_0x1fe248(0x568));return _0x52dd93['setAttribute'](_0x5164cc,_0x1fe248(0x573)),_0x52dd93['setAttribute'](_0x1fe248(0x422),_0x1fe248(0x4f0)),_0x52dd93[_0x1fe248(0x4b8)]=_0x1fe248(0xaa)+_0x38de4c,_0x3529af[_0x1fe248(0x33e)](_0x52dd93),_0x2fb992[_0x1fe248(0x56f)](_0x52dd93),_0x52dd93;}function V(_0x4eba79){'@babel/helpers - typeof';const _0x2cfcd6=_0x5b38ef;return V=typeof Symbol==_0x2cfcd6(0xeb)&&typeof Symbol['iterator']==_0x2cfcd6(0x2d3)?function(_0x391351){return typeof _0x391351;}:function(_0x20e567){const _0x156adb=_0x2cfcd6;return _0x20e567&&typeof Symbol=='function'&&_0x20e567['constructor']===Symbol&&_0x20e567!==Symbol['prototype']?_0x156adb(0x2d3):typeof _0x20e567;},V(_0x4eba79);}function ne(_0x1a6dfc,_0x30aadb){const _0x257cd7=_0x5b38ef;if(V(_0x1a6dfc)!=_0x257cd7(0x4c3)||!_0x1a6dfc)return _0x1a6dfc;var _0x3aa9da=_0x1a6dfc[Symbol[_0x257cd7(0xb7)]];if(_0x3aa9da!==void 0x0){var _0x6beb9a=_0x3aa9da[_0x257cd7(0x591)](_0x1a6dfc,_0x30aadb||_0x257cd7(0x703));if(V(_0x6beb9a)!=_0x257cd7(0x4c3))return _0x6beb9a;throw TypeError(_0x257cd7(0x3a4));}return(_0x30aadb===_0x257cd7(0x710)?String:Number)(_0x1a6dfc);}function re(_0x2fcc4a){const _0x3d5fe7=_0x5b38ef;var _0x4707bc=ne(_0x2fcc4a,_0x3d5fe7(0x710));return V(_0x4707bc)==_0x3d5fe7(0x2d3)?_0x4707bc:_0x4707bc+'';}function H(_0x245662,_0x2e9442,_0x1d1843){return(_0x2e9442=re(_0x2e9442))in _0x245662?Object['defineProperty'](_0x245662,_0x2e9442,{'value':_0x1d1843,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x245662[_0x2e9442]=_0x1d1843,_0x245662;}var U=class{constructor(){const _0x174e0f=_0x5b38ef;H(this,_0x174e0f(0x3e6),new Map());}[_0x5b38ef(0x2f4)](_0x1ca239){const _0x1f7e10=_0x5b38ef;return this['_contributions']['set'](_0x1ca239['childType'],_0x1ca239),(0x0,n[_0x1f7e10(0x5dc)])(()=>{const _0x4ccc6c=_0x1f7e10;this[_0x4ccc6c(0x3e6)][_0x4ccc6c(0x187)](_0x1ca239[_0x4ccc6c(0x210)])===_0x1ca239&&this['_contributions'][_0x4ccc6c(0x720)](_0x1ca239['childType']);});}['get'](_0x1d7a01){const _0x49abdf=_0x5b38ef;return this[_0x49abdf(0x3e6)]['get'](_0x1d7a01);}[_0x5b38ef(0x1bf)](){const _0x4a9b41=_0x5b38ef;return[...this[_0x4a9b41(0x3e6)][_0x4a9b41(0x38d)]()];}},ie=class{constructor(){const _0x12997b=_0x5b38ef;H(this,'_active$',new l[(_0x12997b(0x407))](null)),H(this,_0x12997b(0x3c1),this[_0x12997b(0x106)][_0x12997b(0x62b)]());}[_0x5b38ef(0x1c8)](){const _0x15f879=_0x5b38ef;return this['_active$'][_0x15f879(0x1ae)]();}[_0x5b38ef(0x496)](_0x1aacd0){const _0xc20290=_0x5b38ef;let _0x3e9a00=this['getActive']();return(_0x3e9a00==null?void 0x0:_0x3e9a00['embedId'])===_0x1aacd0?_0x3e9a00[_0xc20290(0x1a9)]??_0xc20290(0x4ce):_0xc20290(0x65d);}[_0x5b38ef(0x728)](_0x13357b,_0xd5c440){const _0xfd3b04=_0x5b38ef;let _0xe8911b=this[_0xfd3b04(0x1c8)](),_0xde3efa=(_0xe8911b==null?void 0x0:_0xe8911b[_0xfd3b04(0x17b)])===_0x13357b[_0xfd3b04(0x17b)]&&_0xe8911b['embedId']===_0x13357b['embedId']&&_0xe8911b[_0xfd3b04(0x1b3)]===_0x13357b[_0xfd3b04(0x1b3)],_0x2eaa84={..._0x13357b,'stage':_0xd5c440??_0x13357b[_0xfd3b04(0x1a9)]??(_0xde3efa?_0xe8911b[_0xfd3b04(0x1a9)]??_0xfd3b04(0x4ce):'stage1')};((_0xe8911b==null?void 0x0:_0xe8911b[_0xfd3b04(0x17b)])!==_0x2eaa84[_0xfd3b04(0x17b)]||_0xe8911b['embedId']!==_0x2eaa84['embedId']||_0xe8911b[_0xfd3b04(0x1b3)]!==_0x2eaa84['childUnitId']||(_0xe8911b[_0xfd3b04(0x1a9)]??_0xfd3b04(0x4ce))!==_0x2eaa84['stage'])&&this['_active$'][_0xfd3b04(0x193)](_0x2eaa84);}[_0x5b38ef(0x481)](_0x34688b,_0x40e0d3){const _0x4e7b35=_0x5b38ef;let _0x2f17c0=this['getActive']();!_0x2f17c0||_0x2f17c0['embedId']!==_0x34688b||(_0x2f17c0[_0x4e7b35(0x1a9)]??_0x4e7b35(0x4ce))!==_0x40e0d3&&this[_0x4e7b35(0x106)][_0x4e7b35(0x193)]({..._0x2f17c0,'stage':_0x40e0d3});}[_0x5b38ef(0x380)](_0x41fb78){const _0x4b09ad=_0x5b38ef;this['getStage'](_0x41fb78)==='stage1'&&this[_0x4b09ad(0x481)](_0x41fb78,_0x4b09ad(0x71b));}[_0x5b38ef(0x688)](_0x3df2b3){const _0x1b9af8=_0x5b38ef;let _0x1f84be=this[_0x1b9af8(0x1c8)]();_0x1f84be&&(!_0x3df2b3||_0x1f84be[_0x1b9af8(0x2a5)]===_0x3df2b3)&&this[_0x1b9af8(0x106)][_0x1b9af8(0x193)](null);}},ae=class{constructor(){const _0x1a9b79=_0x5b38ef;H(this,'_override$',new l[(_0x1a9b79(0x407))](null)),H(this,_0x1a9b79(0x704),this['_override$'][_0x1a9b79(0x62b)]());}['getOverride'](){const _0x371b94=_0x5b38ef;return this['_override$'][_0x371b94(0x1ae)]();}[_0x5b38ef(0x728)](_0x177a8f,_0x12b81e,_0x102df1={}){const _0x37610c=_0x5b38ef;var _0x753dbd,_0x1e134f;if(!_0x177a8f['childUnitId']||_0x177a8f[_0x37610c(0x210)]==null)throw Error(_0x37610c(0x5d7));let _0x3671b5=((_0x753dbd=_0x177a8f[_0x37610c(0x2d7)])==null?void 0x0:_0x753dbd[_0x37610c(0x351)])||void 0x0;if(_0x12b81e===_0x37610c(0x29a)&&(!_0x3671b5||_0x3671b5['enabled']!==!0x0))throw Error(_0x37610c(0x48d));if(_0x12b81e!==_0x37610c(0x29a))throw Error(_0x37610c(0x173));if((((_0x1e134f=_0x102df1[_0x37610c(0x171)])==null?void 0x0:_0x1e134f[_0x37610c(0x27b)])??e[_0x37610c(0x2b2)][_0x37610c(0x27b)])!==_0x37610c(0x602)&&_0x102df1['allowPlaceholder']!==!0x0&&_0x102df1[_0x37610c(0x292)]!==!0x0)return this['clear'](_0x177a8f['embedId']),null;let _0x2946a9={'hostUnitId':_0x177a8f[_0x37610c(0x17b)],'embedId':_0x177a8f[_0x37610c(0x2a5)],'childUnitId':_0x177a8f[_0x37610c(0x1b3)],'childType':_0x177a8f[_0x37610c(0x210)],'entry':_0x177a8f[_0x37610c(0x5d9)],'reason':_0x12b81e,'portalContainer':_0x102df1['portalContainer'],'hideHostFxBar':_0x3671b5==null?void 0x0:_0x3671b5[_0x37610c(0x735)],'lockHostRibbon':_0x3671b5==null?void 0x0:_0x3671b5['lockHostRibbon']},_0x5916fb=this[_0x37610c(0x3bb)]();return oe(_0x5916fb,_0x2946a9)?_0x5916fb:(this[_0x37610c(0x52f)][_0x37610c(0x193)](_0x2946a9),_0x2946a9);}[_0x5b38ef(0x688)](_0x23a498){const _0x4ca107=_0x5b38ef;let _0x4246e5=this[_0x4ca107(0x3bb)]();_0x4246e5&&(!_0x23a498||_0x4246e5[_0x4ca107(0x2a5)]===_0x23a498)&&this['_override$'][_0x4ca107(0x193)](null);}};function oe(_0x25c5d7,_0x3394b0){const _0x4432df=_0x5b38ef;return _0x25c5d7!=null&&_0x25c5d7['hostUnitId']===_0x3394b0[_0x4432df(0x17b)]&&_0x25c5d7[_0x4432df(0x2a5)]===_0x3394b0['embedId']&&_0x25c5d7[_0x4432df(0x1b3)]===_0x3394b0[_0x4432df(0x1b3)]&&_0x25c5d7[_0x4432df(0x210)]===_0x3394b0[_0x4432df(0x210)]&&_0x25c5d7[_0x4432df(0x5d9)]===_0x3394b0[_0x4432df(0x5d9)]&&_0x25c5d7[_0x4432df(0x2f2)]===_0x3394b0[_0x4432df(0x2f2)]&&_0x25c5d7[_0x4432df(0x121)]===_0x3394b0[_0x4432df(0x121)]&&_0x25c5d7[_0x4432df(0x735)]===_0x3394b0[_0x4432df(0x735)]&&_0x25c5d7[_0x4432df(0xe1)]===_0x3394b0[_0x4432df(0xe1)];}const W=_0x5b38ef(0x408);var G=class{constructor(){const _0x1975e6=_0x5b38ef;H(this,_0x1975e6(0x2bb),new Map()),H(this,'_elements',new Map()),H(this,_0x1975e6(0x5ea),new Map()),H(this,_0x1975e6(0x491),0x0),H(this,_0x1975e6(0x178),new l[(_0x1975e6(0xf7))]()),H(this,_0x1975e6(0x50d),new l['Subject']());}[_0x5b38ef(0x2e0)](_0x386bc0){const _0x675af1=_0x5b38ef;let _0x5f5827={'role':_0x386bc0[_0x675af1(0x55a)],'owner':_0x386bc0[_0x675af1(0x5e7)],'sessionMode':_0x386bc0['sessionMode'],'hostUnitId':_0x386bc0[_0x675af1(0x17b)],'childUnitId':_0x386bc0['childUnitId'],'childType':_0x386bc0[_0x675af1(0x210)],'associatedChildUnitIds':_0x386bc0[_0x675af1(0x6a0)],'sequence':++this[_0x675af1(0x491)]},_0x1119fd=this[_0x675af1(0x2bb)][_0x675af1(0x187)](_0x386bc0[_0x675af1(0x2a5)]);return _0x1119fd||(_0x1119fd=new Set(),this[_0x675af1(0x2bb)][_0x675af1(0x534)](_0x386bc0[_0x675af1(0x2a5)],_0x1119fd)),_0x1119fd[_0x675af1(0x474)](_0x5f5827),_0x5f5827[_0x675af1(0x55a)]!==_0x675af1(0x5a7)&&this[_0x675af1(0x1d9)](),_0x5f5827['role']===_0x675af1(0x572)&&this['_notifyRuntimeSessionChanged'](),(0x0,n[_0x675af1(0x5dc)])(()=>{const _0x41195e=_0x675af1;_0x1119fd==null||_0x1119fd[_0x41195e(0x720)](_0x5f5827),(_0x1119fd==null?void 0x0:_0x1119fd[_0x41195e(0x157)])===0x0&&this[_0x41195e(0x2bb)]['delete'](_0x386bc0[_0x41195e(0x2a5)]),_0x5f5827[_0x41195e(0x55a)]!==_0x41195e(0x5a7)&&this['_notifyRuntimeFocusChanged'](),_0x5f5827[_0x41195e(0x55a)]===_0x41195e(0x572)&&this[_0x41195e(0x62c)]();});}[_0x5b38ef(0x265)](_0xb4ff81){const _0x444704=_0x5b38ef;if(!_0xb4ff81)return!0x1;let _0x5b07f4=this[_0x444704(0x2bb)][_0x444704(0x187)](_0xb4ff81);return _0x5b07f4&&[..._0x5b07f4][_0x444704(0x2e7)](_0x43c496=>_0x43c496['role']!==_0x444704(0x5a7))?!0x0:this[_0x444704(0x681)](_0xb4ff81,this['_getActiveElement'](_0xb4ff81));}[_0x5b38ef(0x27f)](_0x25106e,_0x31b8d5){const _0x21bd8b=_0x5b38ef;if(!_0x25106e)return!0x1;let _0x19df10=this['_leases'][_0x21bd8b(0x187)](_0x25106e);return _0x19df10&&[..._0x19df10]['some'](_0xf9ef41=>this[_0x21bd8b(0x3b7)](_0xf9ef41,_0x31b8d5))?!0x0:this[_0x21bd8b(0x681)](_0x25106e,this[_0x21bd8b(0x594)](_0x25106e));}[_0x5b38ef(0x1c5)](){const _0x1eb03c=_0x5b38ef;return[...this[_0x1eb03c(0x2bb)]['values']()][_0x1eb03c(0x2e7)](_0x262518=>[..._0x262518][_0x1eb03c(0x2e7)](_0x52ff0e=>_0x52ff0e[_0x1eb03c(0x55a)]!==_0x1eb03c(0x5a7)))||this[_0x1eb03c(0x199)]()!=null;}[_0x5b38ef(0x3d9)](_0xafed4c){const _0x116b00=_0x5b38ef;if([...this[_0x116b00(0x2bb)][_0x116b00(0x38d)]()][_0x116b00(0x2e7)](_0x1020ef=>[..._0x1020ef][_0x116b00(0x2e7)](_0x1d12ad=>this[_0x116b00(0x3b7)](_0x1d12ad,_0xafed4c))))return!0x0;let _0x2fae32=this['_getActiveOwnedRuntimeFocusInfo']();return _0x2fae32!=null&&this[_0x116b00(0x97)](_0x2fae32[_0x116b00(0x55a)]);}[_0x5b38ef(0x2b1)](_0x326350,_0x914f){const _0x17ccc7=_0x5b38ef;if(!_0x326350)return!0x1;let _0x11d6e7=this['_leases'][_0x17ccc7(0x187)](_0x326350);return _0x11d6e7&&[..._0x11d6e7][_0x17ccc7(0x2e7)](_0xf58793=>this[_0x17ccc7(0x3ca)](_0xf58793,_0x914f))?!0x0:this[_0x17ccc7(0x681)](_0x326350,this[_0x17ccc7(0x594)](_0x326350));}[_0x5b38ef(0x2a2)](_0x3ae472){const _0x1be627=_0x5b38ef;return[...this['_leases'][_0x1be627(0x38d)]()][_0x1be627(0x2e7)](_0x65cb0e=>[..._0x65cb0e][_0x1be627(0x2e7)](_0x237754=>this[_0x1be627(0x3ca)](_0x237754,_0x3ae472)))?!0x0:this[_0x1be627(0x199)]()!=null;}['hasHostPreservingChildFocusLeaseForHost'](_0x585a19,_0x2dba6f){const _0x81ce10=_0x5b38ef;if(!_0x585a19)return this[_0x81ce10(0x2a2)](_0x2dba6f);if([...this[_0x81ce10(0x2bb)]['values']()][_0x81ce10(0x2e7)](_0xdd2ae5=>[..._0xdd2ae5]['some'](_0x4b059d=>this[_0x81ce10(0x3ca)](_0x4b059d,_0x2dba6f)&&this['_leaseAppliesToHostUnit'](_0x4b059d,_0x585a19))))return!0x0;let _0x309bc8=this[_0x81ce10(0x199)]();if(!_0x309bc8)return!0x1;let _0x51d78a=this[_0x81ce10(0x2bb)]['get'](_0x309bc8[_0x81ce10(0x2a5)]);return _0x51d78a&&[..._0x51d78a]['some'](_0x549fea=>this['_isHostPreservingLease'](_0x549fea,_0x2dba6f)&&this[_0x81ce10(0x555)](_0x549fea,_0x585a19))?!0x0:this[_0x81ce10(0x6a6)](_0x309bc8[_0x81ce10(0x2a5)],_0x585a19);}[_0x5b38ef(0x9c)](_0x5c6da8){const _0x3a5296=_0x5b38ef;return _0x5c6da8?[...this[_0x3a5296(0x2bb)]['values']()][_0x3a5296(0x2e7)](_0x10d655=>[..._0x10d655][_0x3a5296(0x2e7)](_0xb67857=>this['_leaseAppliesToChildUnit'](_0xb67857,_0x5c6da8)&&_0xb67857[_0x3a5296(0x55a)]!==_0x3a5296(0x5a7))):!0x1;}['registerRuntimeScope'](_0x5eb5eb){const _0x160345=_0x5b38ef;let _0x244fca={'hostUnitId':_0x5eb5eb[_0x160345(0x17b)],'childUnitId':_0x5eb5eb['childUnitId'],'childType':_0x5eb5eb[_0x160345(0x210)],'sessionMode':_0x5eb5eb[_0x160345(0x643)],'sequence':++this[_0x160345(0x491)]},_0x1a6fb9=this['_runtimeScopes'][_0x160345(0x187)](_0x5eb5eb[_0x160345(0x2a5)]);return _0x1a6fb9||(_0x1a6fb9=new Set(),this['_runtimeScopes'][_0x160345(0x534)](_0x5eb5eb[_0x160345(0x2a5)],_0x1a6fb9)),_0x1a6fb9[_0x160345(0x474)](_0x244fca),this['_notifyRuntimeFocusChanged'](),this[_0x160345(0x62c)](),(0x0,n[_0x160345(0x5dc)])(()=>{const _0x51addf=_0x160345;_0x1a6fb9==null||_0x1a6fb9[_0x51addf(0x720)](_0x244fca),(_0x1a6fb9==null?void 0x0:_0x1a6fb9[_0x51addf(0x157)])===0x0&&this[_0x51addf(0x5ea)][_0x51addf(0x720)](_0x5eb5eb[_0x51addf(0x2a5)]),this[_0x51addf(0x1d9)](),this['_notifyRuntimeSessionChanged']();});}['resolveRuntimeScopeByChildUnitId'](_0x254310){const _0x552136=_0x5b38ef;if(!_0x254310)return;let _0x300527;for(let [_0x4f08b9,_0x577489]of this[_0x552136(0x5ea)])for(let _0x2b16a6 of _0x577489)_0x2b16a6['childUnitId']===_0x254310&&(!_0x300527||_0x2b16a6[_0x552136(0x3b4)]>_0x300527['scope']['sequence'])&&(_0x300527={'embedId':_0x4f08b9,'scope':_0x2b16a6});if(_0x300527){let {embedId:_0x10cab8,scope:_0x563c6b}=_0x300527;return{'embedId':_0x10cab8,'hostUnitId':_0x563c6b[_0x552136(0x17b)],'childUnitId':_0x563c6b[_0x552136(0x1b3)],'childType':_0x563c6b[_0x552136(0x210)],'sessionMode':_0x563c6b['sessionMode']};}}[_0x5b38ef(0x6a9)](){const _0x3a1471=_0x5b38ef;let _0x4cf2e5;for(let [_0x40b2a2,_0x4e339e]of this[_0x3a1471(0x2bb)])for(let _0x2f9bac of _0x4e339e){if(_0x2f9bac[_0x3a1471(0x55a)]!==_0x3a1471(0x572)||!_0x2f9bac['childUnitId'])continue;let _0x19613a=this['_getChildSessionPriority'](_0x2f9bac);(!_0x4cf2e5||_0x19613a>_0x4cf2e5['priority']||_0x19613a===_0x4cf2e5[_0x3a1471(0x639)]&&_0x2f9bac['sequence']>_0x4cf2e5[_0x3a1471(0x6a8)][_0x3a1471(0x3b4)])&&(_0x4cf2e5={'embedId':_0x40b2a2,'lease':_0x2f9bac,'priority':_0x19613a});}return _0x4cf2e5?{'embedId':_0x4cf2e5['embedId'],'hostUnitId':_0x4cf2e5['lease'][_0x3a1471(0x17b)],'childUnitId':_0x4cf2e5['lease'][_0x3a1471(0x1b3)],'childType':_0x4cf2e5[_0x3a1471(0x6a8)][_0x3a1471(0x210)],'sessionMode':this[_0x3a1471(0x2e6)](_0x4cf2e5[_0x3a1471(0x6a8)])}:void 0x0;}[_0x5b38ef(0x1ed)](_0x3276e6,_0x23ba9e,_0x3c5379){const _0x97c669=_0x5b38ef;if(!_0x3276e6)return!0x1;let _0x3433be=this[_0x97c669(0x31f)](_0x23ba9e,_0x3c5379);return _0x3433be?this[_0x97c669(0x1d1)](_0x3433be,_0x3276e6):!0x1;}[_0x5b38ef(0x5f8)](_0x9fef2f,_0x4ddb12,_0x92512c,_0x1932db){const _0x24501c=_0x5b38ef;return this[_0x24501c(0x1ed)](_0x9fef2f,_0x4ddb12,_0x92512c)||this[_0x24501c(0x9c)](_0x9fef2f)?!0x1:this['hasHostPreservingChildFocusLeaseForHost'](_0x9fef2f,_0x1932db);}[_0x5b38ef(0x300)](_0x499d15){const _0x52d10d=_0x5b38ef;let _0x2585ac=this[_0x52d10d(0x131)][_0x52d10d(0x187)](_0x499d15[_0x52d10d(0x2a5)]);_0x2585ac||(_0x2585ac=new Set(),this[_0x52d10d(0x131)]['set'](_0x499d15[_0x52d10d(0x2a5)],_0x2585ac)),_0x2585ac[_0x52d10d(0x474)](_0x499d15['element']);let _0x26ac08=_0x499d15[_0x52d10d(0x1e1)]['getAttribute'](W);return _0x499d15[_0x52d10d(0x1e1)][_0x52d10d(0x13b)](W,_0x499d15['role']),this['_notifyRuntimeFocusChanged'](),(0x0,n[_0x52d10d(0x5dc)])(()=>{const _0x172010=_0x52d10d;_0x2585ac==null||_0x2585ac[_0x172010(0x720)](_0x499d15[_0x172010(0x1e1)]),(_0x2585ac==null?void 0x0:_0x2585ac[_0x172010(0x157)])===0x0&&this['_elements'][_0x172010(0x720)](_0x499d15[_0x172010(0x2a5)]),_0x26ac08==null?_0x499d15[_0x172010(0x1e1)]['removeAttribute'](W):_0x499d15['element'][_0x172010(0x13b)](W,_0x26ac08),this[_0x172010(0x1d9)]();});}['listElements'](_0x37c58f){const _0x4ea1bc=_0x5b38ef;return _0x37c58f?[...this[_0x4ea1bc(0x131)][_0x4ea1bc(0x187)](_0x37c58f)??[]]:[];}[_0x5b38ef(0x681)](_0x1d1217,_0x506c6b,_0x1506a6){const _0xd96993=_0x5b38ef;if(!_0x1d1217)return!0x1;let _0x31e569=this[_0xd96993(0x131)][_0xd96993(0x187)](_0x1d1217),_0x72f622=typeof(_0x1506a6==null?void 0x0:_0x1506a6['composedPath'])==_0xd96993(0xeb)?_0x1506a6[_0xd96993(0x559)]():void 0x0;return _0x31e569!=null&&_0x31e569['size']&&_0x72f622!=null&&_0x72f622[_0xd96993(0x2e7)](_0x3c2228=>_0x3c2228 instanceof HTMLElement&&this[_0xd96993(0x678)](_0x31e569,_0x3c2228))||_0x72f622!=null&&_0x72f622[_0xd96993(0x2e7)](_0x11b2a0=>_0x11b2a0 instanceof HTMLElement&&this['_isOwnedBoundaryElement'](_0x1d1217,_0x11b2a0))?!0x0:_0x506c6b instanceof HTMLElement&&(!!(_0x31e569!=null&&_0x31e569[_0xd96993(0x157)])&&this[_0xd96993(0x678)](_0x31e569,_0x506c6b)||this['_isOwnedBoundaryElement'](_0x1d1217,_0x506c6b));}[_0x5b38ef(0x678)](_0x5797a9,_0x2dc5c6){const _0x5abea8=_0x5b38ef;return[..._0x5797a9][_0x5abea8(0x2e7)](_0x15081f=>_0x15081f===_0x2dc5c6||_0x15081f[_0x5abea8(0x342)](_0x2dc5c6));}[_0x5b38ef(0x3b7)](_0x3e0dec,_0x17e848){const _0x1870a8=_0x5b38ef;var _0x59f453;return _0x3e0dec[_0x1870a8(0x5e7)]&&_0x17e848!=null&&(_0x59f453=_0x17e848[_0x1870a8(0x3ed)])!=null&&_0x59f453['includes'](_0x3e0dec[_0x1870a8(0x5e7)])?!0x1:this[_0x1870a8(0x97)](_0x3e0dec['role']);}[_0x5b38ef(0x3ca)](_0x5772c5,_0x107b0c){const _0x6431bd=_0x5b38ef;var _0x261d12;return _0x5772c5[_0x6431bd(0x5e7)]&&_0x107b0c!=null&&(_0x261d12=_0x107b0c[_0x6431bd(0x3ed)])!=null&&_0x261d12[_0x6431bd(0x691)](_0x5772c5[_0x6431bd(0x5e7)])?!0x1:_0x5772c5['role']!==_0x6431bd(0x5a7);}['_leaseAppliesToHostUnit'](_0xa65ceb,_0x228924){const _0xc147b9=_0x5b38ef;return _0xa65ceb[_0xc147b9(0x17b)]==null||_0xa65ceb[_0xc147b9(0x17b)]===_0x228924;}[_0x5b38ef(0x6a6)](_0x57105d,_0x3135f1){const _0x21cfd9=_0x5b38ef;let _0x5381d2=this[_0x21cfd9(0x5ea)][_0x21cfd9(0x187)](_0x57105d);return!!_0x5381d2&&[..._0x5381d2][_0x21cfd9(0x2e7)](_0x59c66f=>_0x59c66f[_0x21cfd9(0x17b)]==null||_0x59c66f[_0x21cfd9(0x17b)]===_0x3135f1);}[_0x5b38ef(0x6c2)](_0x525f30,_0x21b4d2){const _0x489f28=_0x5b38ef;var _0x52408f;return _0x525f30[_0x489f28(0x1b3)]===_0x21b4d2||((_0x52408f=_0x525f30[_0x489f28(0x6a0)])==null?void 0x0:_0x52408f[_0x489f28(0x691)](_0x21b4d2))===!0x0;}[_0x5b38ef(0x1d1)](_0x1aa34b,_0x942c3b){const _0x10069f=_0x5b38ef;if([...this['_runtimeScopes'][_0x10069f(0x187)](_0x1aa34b)??[]][_0x10069f(0x2e7)](_0x532cd8=>_0x532cd8['childUnitId']===_0x942c3b))return!0x0;let _0xc029be=this[_0x10069f(0x2bb)][_0x10069f(0x187)](_0x1aa34b);return!!_0xc029be&&[..._0xc029be]['some'](_0x4f0ce4=>this[_0x10069f(0x6c2)](_0x4f0ce4,_0x942c3b));}['_isBlockingRole'](_0x38e136){const _0x132092=_0x5b38ef;return _0x38e136!==_0x132092(0x5a7);}[_0x5b38ef(0x655)](_0x48abe2){const _0x8bd9d9=_0x5b38ef;let _0x1a1e6d=this[_0x8bd9d9(0x2e6)](_0x48abe2);return _0x1a1e6d===_0x8bd9d9(0x1de)?0x1e:_0x1a1e6d===_0x8bd9d9(0x352)?0x14:_0x1a1e6d===_0x8bd9d9(0x251)?0xa:0x0;}[_0x5b38ef(0x2e6)](_0x5ecc42){const _0x4bf302=_0x5b38ef;return _0x5ecc42[_0x4bf302(0x643)]?_0x5ecc42[_0x4bf302(0x643)]:_0x5ecc42[_0x4bf302(0x5e7)]===_0x4bf302(0x5b9)?'child-fullscreen':_0x5ecc42['owner']==='stage2-runtime'||_0x5ecc42[_0x4bf302(0x5e7)]===_0x4bf302(0x307)?'child-keyboard':_0x5ecc42[_0x4bf302(0x5e7)]===_0x4bf302(0x4de)?_0x4bf302(0x251):_0x5ecc42[_0x4bf302(0x55a)]===_0x4bf302(0x572)?_0x4bf302(0x352):_0x4bf302(0x13a);}[_0x5b38ef(0x700)](_0x3d8c3d,_0x991423){const _0x352c1a=_0x5b38ef;return _0x991423[_0x352c1a(0x609)]('['+K+'=\x22'+_0x3d8c3d+'\x22]')!=null;}[_0x5b38ef(0x31f)](_0x5d93d6,_0xff8efa){const _0x2398a3=_0x5b38ef;let _0x4de91e=typeof(_0xff8efa==null?void 0x0:_0xff8efa[_0x2398a3(0x559)])=='function'?_0xff8efa[_0x2398a3(0x559)]():void 0x0,_0x17eacf=(_0x4de91e==null?void 0x0:_0x4de91e[_0x2398a3(0x424)](_0x554739=>this[_0x2398a3(0x4af)](_0x554739)&&_0x554739[_0x2398a3(0x208)]('data-embed-interaction-boundary-owner')))??(this[_0x2398a3(0x4af)](_0x5d93d6)?_0x5d93d6[_0x2398a3(0x609)](_0x2398a3(0x7e))??void 0x0:void 0x0);return(_0x17eacf==null?void 0x0:_0x17eacf[_0x2398a3(0x82)]('data-embed-interaction-boundary-owner'))??this[_0x2398a3(0x6d3)](_0xff8efa);}[_0x5b38ef(0x6d3)](_0x48d81e){const _0x51aa4f=_0x5b38ef;let _0x27443c=this[_0x51aa4f(0x3dc)](_0x48d81e);if(!_0x27443c)return;let _0x126a1a;for(let [_0x1f84fa,_0x1426b0]of this['_elements'])for(let _0x4f945a of _0x1426b0){let _0x150ca7=_0x4f945a[_0x51aa4f(0x2fb)]();if(!this['_rectContainsPoint'](_0x150ca7,_0x27443c[_0x51aa4f(0xfe)],_0x27443c[_0x51aa4f(0x571)]))continue;let _0x5cda9c=_0x150ca7[_0x51aa4f(0x33d)]*_0x150ca7[_0x51aa4f(0x658)];(!_0x126a1a||_0x5cda9c<_0x126a1a[_0x51aa4f(0xca)])&&(_0x126a1a={'embedId':_0x1f84fa,'area':_0x5cda9c});}return _0x126a1a==null?void 0x0:_0x126a1a['embedId'];}[_0x5b38ef(0x3dc)](_0x5631b2){const _0xd028b2=_0x5b38ef;let _0x5ba5da=_0x5631b2;if(_0x5ba5da){if(Number[_0xd028b2(0x715)](_0x5ba5da['clientX'])&&Number['isFinite'](_0x5ba5da['clientY']))return{'clientX':_0x5ba5da['clientX'],'clientY':_0x5ba5da[_0xd028b2(0x571)]};if(Number['isFinite'](_0x5ba5da['x'])&&Number['isFinite'](_0x5ba5da['y']))return{'clientX':_0x5ba5da['x'],'clientY':_0x5ba5da['y']};}}[_0x5b38ef(0x2f6)](_0x94df22,_0x45855e,_0x54c1b0){const _0x12a716=_0x5b38ef;return _0x94df22[_0x12a716(0x33d)]>0x0&&_0x94df22[_0x12a716(0x658)]>0x0&&_0x45855e>=_0x94df22[_0x12a716(0x1e4)]&&_0x45855e<=_0x94df22[_0x12a716(0xc4)]&&_0x54c1b0>=_0x94df22[_0x12a716(0x3ec)]&&_0x54c1b0<=_0x94df22[_0x12a716(0x711)];}[_0x5b38ef(0x199)](){const _0x154ea0=_0x5b38ef;var _0x29ded8;let _0x25c16c=this[_0x154ea0(0x718)]();if(!this['_isHTMLElement'](_0x25c16c))return;let _0x1a886f=_0x25c16c[_0x154ea0(0x609)]('['+K+']');if(!_0x1a886f)return;let _0x4cf007=_0x1a886f[_0x154ea0(0x82)](K),_0x457f91=(_0x29ded8=_0x25c16c['closest'](_0x154ea0(0x702)))==null?void 0x0:_0x29ded8['getAttribute'](W);return _0x4cf007&&this[_0x154ea0(0x2c3)](_0x457f91)?{'embedId':_0x4cf007,'role':_0x457f91}:void 0x0;}['_isHTMLElement'](_0xbba640){const _0x30d528=_0x5b38ef;var _0x3b43eb;if(!_0xbba640)return!0x1;let _0x3984f9=(_0x3b43eb=_0xbba640[_0x30d528(0x631)])==null?void 0x0:_0x3b43eb[_0x30d528(0x648)];return _0x3984f9?_0xbba640 instanceof _0x3984f9[_0x30d528(0x3df)]:typeof HTMLElement<'u'&&_0xbba640 instanceof HTMLElement;}[_0x5b38ef(0x2c3)](_0x53ebcd){const _0xa8efad=_0x5b38ef;return _0x53ebcd===_0xa8efad(0x5a7)||_0x53ebcd===_0xa8efad(0x572)||_0x53ebcd===_0xa8efad(0x392)||_0x53ebcd===_0xa8efad(0x21b)||_0x53ebcd==='floating-menu';}[_0x5b38ef(0x718)](){const _0x3eb6dd=_0x5b38ef;for(let _0x5a0e8e of this['_elements'][_0x3eb6dd(0x38d)]()){var _0x25a63d;let _0x104964=(_0x25a63d=_0x5a0e8e[_0x3eb6dd(0x38d)]()[_0x3eb6dd(0x193)]()[_0x3eb6dd(0x17f)])==null?void 0x0:_0x25a63d['ownerDocument'];if(_0x104964!=null&&_0x104964[_0x3eb6dd(0x19b)])return _0x104964[_0x3eb6dd(0x19b)];}return typeof document>'u'?null:document[_0x3eb6dd(0x19b)];}['_getActiveElement'](_0x41b3e9){const _0x263a1c=_0x5b38ef;var _0x5826a4;let _0x1ac1eb=this['_elements'][_0x263a1c(0x187)](_0x41b3e9),_0x1467ca=_0x1ac1eb==null||(_0x5826a4=_0x1ac1eb[_0x263a1c(0x38d)]()[_0x263a1c(0x193)]()['value'])==null?void 0x0:_0x5826a4[_0x263a1c(0x631)];return(_0x1467ca==null?void 0x0:_0x1467ca[_0x263a1c(0x19b)])??(typeof document>'u'?null:document['activeElement']);}[_0x5b38ef(0x1d9)](){const _0x2b6967=_0x5b38ef;this[_0x2b6967(0x178)]['next']();}['_notifyRuntimeSessionChanged'](){const _0x563247=_0x5b38ef;this[_0x563247(0x50d)][_0x563247(0x193)]();}};const K=_0x5b38ef(0x2ae);var q=class{constructor(){const _0x278519=_0x5b38ef;H(this,_0x278519(0x3b9),new Map()),H(this,_0x278519(0x33b),new Map()),H(this,_0x278519(0x302),new WeakMap()),H(this,_0x278519(0x4a1),new WeakMap()),H(this,_0x278519(0x5a5),void 0x0);}[_0x5b38ef(0x726)](_0x195889,_0x455dbc,_0x442c19){const _0x4a35c2=_0x5b38ef;let _0x30c313=this['_roots']['get'](_0x195889);_0x30c313||(_0x30c313=new Set(),this[_0x4a35c2(0x3b9)][_0x4a35c2(0x534)](_0x195889,_0x30c313)),_0x442c19&&this['_childUnitIds'][_0x4a35c2(0x534)](_0x195889,_0x442c19),_0x30c313[_0x4a35c2(0x474)](_0x455dbc);let _0x268226=_0x455dbc[_0x4a35c2(0x82)](K),_0x3fad2e=_0x455dbc[_0x4a35c2(0x82)](a[_0x4a35c2(0x45e)]);_0x455dbc[_0x4a35c2(0x13b)](K,_0x195889),_0x442c19&&_0x455dbc[_0x4a35c2(0x13b)](a[_0x4a35c2(0x45e)],_0x442c19);let _0xdb670c=this[_0x4a35c2(0x40f)](_0x195889,_0x455dbc),_0x2602c5=()=>this[_0x4a35c2(0x164)](_0x195889,_0x455dbc[_0x4a35c2(0x631)]);return _0x455dbc['addEventListener'](_0x4a35c2(0x318),_0x2602c5,!0x0),_0x455dbc[_0x4a35c2(0x344)](_0x4a35c2(0x47a),_0x2602c5,!0x0),_0x455dbc['addEventListener']('focusin',_0x2602c5,!0x0),(0x0,n['toDisposable'])(()=>{const _0xee845f=_0x4a35c2;var _0x328630;_0xdb670c[_0xee845f(0x565)](),_0x455dbc['removeEventListener'](_0xee845f(0x318),_0x2602c5,!0x0),_0x455dbc['removeEventListener'](_0xee845f(0x47a),_0x2602c5,!0x0),_0x455dbc['removeEventListener']('focusin',_0x2602c5,!0x0),((_0x328630=this['_pendingPortalOwner'])==null?void 0x0:_0x328630['embedId'])===_0x195889&&this[_0xee845f(0x5a5)][_0xee845f(0x294)]===_0x455dbc['ownerDocument']&&(this['_pendingPortalOwner']=void 0x0),_0x30c313==null||_0x30c313[_0xee845f(0x720)](_0x455dbc),_0x30c313&&_0x30c313['size']===0x0&&(this[_0xee845f(0x3b9)][_0xee845f(0x720)](_0x195889),this[_0xee845f(0x33b)]['delete'](_0x195889)),_0x268226==null?_0x455dbc[_0xee845f(0x4f9)](K):_0x455dbc[_0xee845f(0x13b)](K,_0x268226),_0x3fad2e==null?_0x455dbc[_0xee845f(0x4f9)](a[_0xee845f(0x45e)]):_0x455dbc[_0xee845f(0x13b)](a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'],_0x3fad2e);});}[_0x5b38ef(0x40f)](_0x5141ea,_0x7ef3d3){const _0x6b3df2=_0x5b38ef;let _0x7773e7=_0x7ef3d3[_0x6b3df2(0x631)][_0x6b3df2(0x648)],_0x2d9aba=new Map(),_0x2d990c=new Map(),_0x5c4753,_0x5d8a97=!0x1,_0x131c6a=_0xa1a17b=>{const _0x271e21=_0x6b3df2;_0x2d9aba[_0x271e21(0x6b7)](_0xa1a17b)||_0x2d9aba[_0x271e21(0x534)](_0xa1a17b,_0xa1a17b[_0x271e21(0x82)](K)),_0x2d990c[_0x271e21(0x6b7)](_0xa1a17b)||_0x2d990c['set'](_0xa1a17b,_0xa1a17b[_0x271e21(0x82)](W));},_0x4146c9=_0x122746=>{const _0x55fa16=_0x6b3df2;_0x131c6a(_0x122746),_0x122746[_0x55fa16(0x13b)](K,_0x5141ea),_0x122746[_0x55fa16(0x13b)](W,_0x55fa16(0x21b));},_0x49e333=_0x3421af=>{const _0x571c60=_0x6b3df2;this['_isUniverPortalTreeElement'](_0x3421af)&&(_0x4146c9(_0x3421af),_0x3421af['querySelectorAll']('*')[_0x571c60(0x53f)](_0x4146c9));},_0x4a28f0=_0xcb487e=>{const _0x163a5f=_0x6b3df2;_0x5d8a97||(_0x49e333(_0xcb487e),_0xcb487e[_0x163a5f(0x2ba)]('*')[_0x163a5f(0x53f)](_0x195026=>_0x49e333(_0x195026)));};return _0x4a28f0(_0x7ef3d3),_0x7773e7!=null&&_0x7773e7[_0x6b3df2(0x1ca)]&&(_0x5c4753=new _0x7773e7[(_0x6b3df2(0x1ca))](_0x5daacb=>{const _0x560ef9=_0x6b3df2;_0x5daacb[_0x560ef9(0x53f)](_0x25060f=>{const _0x44f2c3=_0x560ef9;_0x25060f['addedNodes'][_0x44f2c3(0x53f)](_0x308013=>{const _0x3abf8b=_0x44f2c3;_0x308013 instanceof _0x7773e7[_0x3abf8b(0x3df)]&&_0x4a28f0(_0x308013);});});}),_0x5c4753[_0x6b3df2(0x2ed)](_0x7ef3d3,{'childList':!0x0,'subtree':!0x0})),(0x0,n[_0x6b3df2(0x5dc)])(()=>{const _0x3350b1=_0x6b3df2;_0x5d8a97=!0x0,_0x5c4753==null||_0x5c4753['disconnect'](),_0x2d9aba[_0x3350b1(0x53f)]((_0x4b2cfc,_0x83fb57)=>{const _0x3207eb=_0x3350b1;if(_0x4b2cfc==null){_0x83fb57[_0x3207eb(0x4f9)](K);return;}_0x83fb57[_0x3207eb(0x13b)](K,_0x4b2cfc);}),_0x2d990c[_0x3350b1(0x53f)]((_0x2e288a,_0x4f35b7)=>{const _0x418ba5=_0x3350b1;if(_0x2e288a==null){_0x4f35b7[_0x418ba5(0x4f9)](W);return;}_0x4f35b7[_0x418ba5(0x13b)](W,_0x2e288a);});});}[_0x5b38ef(0x1be)](_0x426ebf,_0x5b0436){const _0x44c787=_0x5b38ef;let _0x163f01=this[_0x44c787(0x3b9)][_0x44c787(0x187)](_0x426ebf);_0x163f01||(_0x163f01=new Set(),this[_0x44c787(0x3b9)]['set'](_0x426ebf,_0x163f01)),_0x163f01[_0x44c787(0x474)](_0x5b0436);let _0x18c80e=this['_markInteractionBoundaryOwnerTree'](_0x426ebf,_0x5b0436);return(0x0,n[_0x44c787(0x5dc)])(()=>{const _0x214922=_0x44c787;_0x163f01==null||_0x163f01[_0x214922(0x720)](_0x5b0436),_0x163f01&&_0x163f01[_0x214922(0x157)]===0x0&&this[_0x214922(0x3b9)]['delete'](_0x426ebf),_0x18c80e['dispose']();});}[_0x5b38ef(0x342)](_0x1eb12e,_0x5986d1,_0x2a83cb){const _0x41c7f3=_0x5b38ef;let _0x3511ea=typeof(_0x2a83cb==null?void 0x0:_0x2a83cb[_0x41c7f3(0x559)])=='function'?_0x2a83cb[_0x41c7f3(0x559)]():void 0x0;if(_0x3511ea!=null&&_0x3511ea[_0x41c7f3(0x2e7)](_0x526916=>_0x526916 instanceof HTMLElement&&this[_0x41c7f3(0x6dc)](_0x1eb12e,_0x526916)))return!0x0;if(!(_0x5986d1 instanceof HTMLElement))return!0x1;if(this[_0x41c7f3(0x6dc)](_0x1eb12e,_0x5986d1))return!0x0;if(!_0x1eb12e)return Array['from'](this[_0x41c7f3(0x3b9)][_0x41c7f3(0x38d)]())[_0x41c7f3(0x2e7)](_0x2876b6=>[..._0x2876b6][_0x41c7f3(0x2e7)](_0x5e69af=>_0x5e69af[_0x41c7f3(0x94)]&&_0x5e69af[_0x41c7f3(0x342)](_0x5986d1)));let _0x44a151=this[_0x41c7f3(0x3b9)][_0x41c7f3(0x187)](_0x1eb12e);return!!_0x44a151&&[..._0x44a151][_0x41c7f3(0x2e7)](_0x2b5f1f=>_0x2b5f1f[_0x41c7f3(0x94)]&&_0x2b5f1f['contains'](_0x5986d1));}[_0x5b38ef(0x61c)](_0x2357ed){const _0x67425a=_0x5b38ef;let _0x13f40c=_0x2357ed?this['_activePortalOwners'][_0x67425a(0x187)](_0x2357ed):typeof document<'u'?this[_0x67425a(0x4a1)][_0x67425a(0x187)](document):void 0x0;if(_0x13f40c!=null&&_0x13f40c['length'])return!0x0;let _0x3912dc=this[_0x67425a(0x5a5)];return!_0x3912dc||Date['now']()>_0x3912dc[_0x67425a(0x81)]?!0x1:!_0x2357ed||_0x3912dc[_0x67425a(0x294)]===_0x2357ed;}['hasRecentInteractionFor'](_0x75de6c,_0x7394b){const _0x2329f5=_0x5b38ef;if(!_0x75de6c)return!0x1;let _0x364e24=_0x7394b?this[_0x2329f5(0x4a1)]['get'](_0x7394b):typeof document<'u'?this['_activePortalOwners'][_0x2329f5(0x187)](document):void 0x0;if(_0x364e24!=null&&_0x364e24[_0x2329f5(0x2e7)](_0x5aa01b=>_0x5aa01b[_0x2329f5(0x2a5)]===_0x75de6c))return!0x0;let _0x4da3b5=this[_0x2329f5(0x5a5)];return!_0x4da3b5||_0x4da3b5['embedId']!==_0x75de6c||Date[_0x2329f5(0x406)]()>_0x4da3b5[_0x2329f5(0x81)]?!0x1:!_0x7394b||_0x4da3b5[_0x2329f5(0x294)]===_0x7394b;}[_0x5b38ef(0x295)](_0x3e3c08,_0x39b769){const _0x5d3e14=_0x5b38ef;!_0x3e3c08||!(_0x39b769!=null&&_0x39b769[_0x5d3e14(0x4b7)])||this[_0x5d3e14(0x58f)](_0x3e3c08,_0x39b769)[_0x5d3e14(0x53f)](_0x184d6f=>this[_0x5d3e14(0x1cc)](_0x184d6f,_0x39b769));}[_0x5b38ef(0x3f4)](_0x28c06c,_0x44200f){const _0x1f14dd=_0x5b38ef;var _0x4a428e;if(!(_0x44200f!=null&&_0x44200f[_0x1f14dd(0x4b7)]))return(0x0,n['toDisposable'])(()=>{});let _0x20999b=Symbol(_0x28c06c),_0x16ce96=this['_activePortalOwners']['get'](_0x44200f)??[];return _0x16ce96[_0x1f14dd(0x56f)]({'embedId':_0x28c06c,'token':_0x20999b}),this[_0x1f14dd(0x4a1)][_0x1f14dd(0x534)](_0x44200f,_0x16ce96),this['_ensurePortalObserver'](_0x44200f),this[_0x1f14dd(0x11b)](_0x28c06c,_0x44200f,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x1f14dd(0x67d)](_0x28c06c,_0x44200f),(_0x4a428e=_0x44200f[_0x1f14dd(0x648)])==null||_0x4a428e['setTimeout'](()=>{const _0x1a642c=_0x1f14dd;let _0x1af7a1=this[_0x1a642c(0x6c0)](_0x44200f);(_0x1af7a1==null?void 0x0:_0x1af7a1['embedId'])===_0x28c06c&&_0x1af7a1[_0x1a642c(0x49f)]===_0x20999b&&(this[_0x1a642c(0x11b)](_0x28c06c,_0x44200f,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x28c06c,_0x44200f));},0x0),(0x0,n['toDisposable'])(()=>{const _0x25afb5=_0x1f14dd;let _0x50ecb2=this[_0x25afb5(0x4a1)][_0x25afb5(0x187)](_0x44200f),_0x35fb22=!0x1;if(_0x50ecb2){let _0x3af5b4=_0x50ecb2['findIndex'](_0x41096f=>_0x41096f[_0x25afb5(0x2a5)]===_0x28c06c&&_0x41096f['token']===_0x20999b);_0x3af5b4>=0x0&&_0x50ecb2[_0x25afb5(0x6ac)](_0x3af5b4,0x1),_0x35fb22=_0x50ecb2[_0x25afb5(0x2e7)](_0x14ac66=>_0x14ac66['embedId']===_0x28c06c),_0x50ecb2[_0x25afb5(0x3da)]===0x0&&this['_activePortalOwners']['delete'](_0x44200f);}_0x35fb22||this[_0x25afb5(0x1af)](_0x28c06c,_0x44200f);let _0x215286=this[_0x25afb5(0x6c0)](_0x44200f);_0x215286&&(this[_0x25afb5(0x11b)](_0x215286['embedId'],_0x44200f,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x25afb5(0x67d)](_0x215286['embedId'],_0x44200f));});}[_0x5b38ef(0x58f)](_0x1f379e,_0x5f321b){const _0x28805f=_0x5b38ef;var _0x1615ff;let _0x169780=new Set(),_0x3a1922=_0x308f6a=>{const _0x43a575=_0x241e;let _0x5bf26b=this['_resolveFloatingSurfaceRoot'](_0x308f6a);!_0x5bf26b||!this['_isOwnedElement'](_0x1f379e,_0x5bf26b)||_0x169780[_0x43a575(0x474)](_0x5bf26b);};return _0x5f321b[_0x28805f(0x4b7)]['querySelectorAll']('['+K+'=\x22'+_0x1f379e+'\x22]')[_0x28805f(0x53f)](_0x3a1922),(_0x1615ff=this[_0x28805f(0x3b9)][_0x28805f(0x187)](_0x1f379e))==null||_0x1615ff[_0x28805f(0x53f)](_0x1f07d2=>{const _0x408273=_0x28805f;_0x1f07d2['isConnected']&&(_0x3a1922(_0x1f07d2),_0x1f07d2['querySelectorAll']('*')[_0x408273(0x53f)](_0x3a1922));}),[..._0x169780][_0x28805f(0x4c5)]((_0x48f21b,_0x2f47d7)=>_0x48f21b[_0x28805f(0x342)](_0x2f47d7)?0x1:_0x2f47d7[_0x28805f(0x342)](_0x48f21b)?-0x1:0x0);}[_0x5b38ef(0x36a)](_0x42b7ef){const _0x75bab3=_0x5b38ef;if(!_0x42b7ef[_0x75bab3(0x609)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]')&&this[_0x75bab3(0x5a8)](_0x42b7ef))return _0x42b7ef[_0x75bab3(0x609)]('.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]')??_0x42b7ef;}[_0x5b38ef(0x1cc)](_0x2de31e,_0xf04771){const _0x11e4bf=_0x5b38ef;let _0x204ce9=_0xf04771[_0x11e4bf(0x648)],_0x10c9cc=_0xf04771[_0x11e4bf(0x19b)]instanceof HTMLElement&&_0x2de31e[_0x11e4bf(0x342)](_0xf04771[_0x11e4bf(0x19b)])?_0xf04771[_0x11e4bf(0x19b)]:_0x2de31e,_0x2668d7=_0x204ce9!=null&&_0x204ce9[_0x11e4bf(0x338)]?new _0x204ce9['KeyboardEvent'](_0x11e4bf(0x6c1),{'key':'Escape','code':_0x11e4bf(0x321),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x11e4bf(0x6c1),{'bubbles':!0x0,'cancelable':!0x0});_0x10c9cc[_0x11e4bf(0x23d)](_0x2668d7);}[_0x5b38ef(0x6dc)](_0x4d757d,_0x1dd21c){const _0x3118bc=_0x5b38ef;let _0x44df80=_0x1dd21c[_0x3118bc(0x609)]('['+K+']'),_0x287cdb=_0x44df80==null?void 0x0:_0x44df80[_0x3118bc(0x82)](K);if(_0x287cdb&&(!_0x4d757d||_0x287cdb===_0x4d757d))return!0x0;if(!_0x4d757d)return Array['from'](this[_0x3118bc(0x3b9)][_0x3118bc(0x38d)]())['some'](_0x5425e4=>[..._0x5425e4][_0x3118bc(0x2e7)](_0x3d9700=>_0x3d9700===_0x1dd21c||_0x3d9700[_0x3118bc(0x342)](_0x1dd21c)));let _0x4ddb84=this[_0x3118bc(0x3b9)][_0x3118bc(0x187)](_0x4d757d);return!!_0x4ddb84&&[..._0x4ddb84]['some'](_0x2ce80c=>_0x2ce80c===_0x1dd21c||_0x2ce80c[_0x3118bc(0x342)](_0x1dd21c));}[_0x5b38ef(0x164)](_0x1d541c,_0x496f10){const _0xf8635e=_0x5b38ef;var _0x1f5d2c;_0x496f10!=null&&_0x496f10['body']&&(this[_0xf8635e(0x5a5)]={'embedId':_0x1d541c,'document':_0x496f10,'expiresAt':Date[_0xf8635e(0x406)]()+0x3e8},this['_ensurePortalObserver'](_0x496f10),this['_markExistingBodyPortals'](_0x1d541c,_0x496f10,{'includeAppShellEditorPortal':!0x1}),(_0x1f5d2c=_0x496f10[_0xf8635e(0x648)])==null||_0x1f5d2c[_0xf8635e(0x5bf)](()=>{const _0x35a191=_0xf8635e;let _0x401267=this[_0x35a191(0x5a5)];(_0x401267==null?void 0x0:_0x401267[_0x35a191(0x2a5)])===_0x1d541c&&_0x401267[_0x35a191(0x294)]===_0x496f10&&Date[_0x35a191(0x406)]()<=_0x401267[_0x35a191(0x81)]&&this[_0x35a191(0x11b)](_0x1d541c,_0x496f10,{'includeAppShellEditorPortal':!0x1});},0x0));}['_ensurePortalObserver'](_0x23a975){const _0x72e067=_0x5b38ef;if(this['_portalObservers'][_0x72e067(0x6b7)](_0x23a975)||!_0x23a975['body'])return;let _0x26430a=_0x23a975[_0x72e067(0x648)];if(!(_0x26430a!=null&&_0x26430a[_0x72e067(0x1ca)]))return;let _0x4dadaa=new _0x26430a[(_0x72e067(0x1ca))](_0x2cface=>{const _0x1c084=_0x72e067;let _0x21143b=this[_0x1c084(0x219)](_0x23a975);if(!_0x21143b)return;let _0x3000f9={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x21143b[_0x1c084(0x6ae)],'allowDirectBodyPortal':!_0x21143b[_0x1c084(0x6ae)]};_0x2cface[_0x1c084(0x53f)](_0x9a4d8d=>{const _0x3f037f=_0x1c084;_0x9a4d8d[_0x3f037f(0x68d)]===_0x3f037f(0x1b0)&&_0x9a4d8d[_0x3f037f(0x487)]instanceof _0x26430a[_0x3f037f(0x3df)]&&this[_0x3f037f(0x2e9)](_0x9a4d8d['target'],_0x21143b[_0x3f037f(0x2a5)],_0x23a975,_0x3000f9),_0x9a4d8d[_0x3f037f(0x55c)][_0x3f037f(0x53f)](_0x3cd192=>{const _0x3336b0=_0x3f037f;_0x3cd192 instanceof _0x26430a[_0x3336b0(0x3df)]&&(this[_0x3336b0(0x2e9)](_0x3cd192,_0x21143b[_0x3336b0(0x2a5)],_0x23a975,_0x3000f9),_0x3cd192[_0x3336b0(0x2ba)]('*')['forEach'](_0x125e88=>{const _0x358032=_0x3336b0;this[_0x358032(0x2e9)](_0x125e88,_0x21143b[_0x358032(0x2a5)],_0x23a975,_0x3000f9);}));});}),_0x21143b[_0x1c084(0x6ae)]&&this[_0x1c084(0x67d)](_0x21143b[_0x1c084(0x2a5)],_0x23a975);});_0x4dadaa[_0x72e067(0x2ed)](_0x23a975[_0x72e067(0x4b7)],{'attributeFilter':[_0x72e067(0x14d),'data-u-comp','id',_0x72e067(0x55a),'style'],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x4dadaa[_0x72e067(0x717)](),this[_0x72e067(0x302)][_0x72e067(0x534)](_0x23a975,_0x4dadaa);}['_markBodyPortalOwner'](_0x1d1460,_0x19af9b,_0x3926d9,_0x1d29e8={}){const _0x146b87=_0x5b38ef;_0x1d29e8[_0x146b87(0x304)]===!0x1&&_0x1d1460[_0x146b87(0x3a7)]===_0x3926d9[_0x146b87(0x4b7)]&&!this[_0x146b87(0x95)](_0x1d1460)&&!this[_0x146b87(0x104)](_0x1d1460)||this[_0x146b87(0x423)](_0x1d1460,_0x3926d9,_0x1d29e8)&&(!this['_isAppShellEditorPortalCandidate'](_0x1d1460)&&this[_0x146b87(0x162)](_0x1d1460,_0x3926d9)||(this['_blurActiveElementBeforePortalReassignment'](_0x1d1460,_0x19af9b,_0x3926d9),this['_markInteractionBoundaryOwnerTree'](_0x19af9b,_0x1d1460,{'transient':!0x0}),this[_0x146b87(0x41f)](_0x1d1460,_0x1d29e8)));}[_0x5b38ef(0x11b)](_0x538837,_0x210e1d,_0xdfe07={}){const _0x2d07d4=_0x5b38ef;_0x210e1d[_0x2d07d4(0x4b7)][_0x2d07d4(0x2ba)]('*')[_0x2d07d4(0x53f)](_0x46e83e=>{const _0xd5b411=_0x2d07d4;this[_0xd5b411(0x2e9)](_0x46e83e,_0x538837,_0x210e1d,{'includeAppShellEditorPortal':_0xdfe07[_0xd5b411(0x4a6)],'allowOwnedPortalReassignment':_0xdfe07[_0xd5b411(0x455)],'allowDirectBodyPortal':_0xdfe07['allowDirectBodyPortal']});});}[_0x5b38ef(0x423)](_0x14ff5d,_0x27e8d1,_0x177a88={}){const _0x5742ef=_0x5b38ef;if(!_0x27e8d1[_0x5742ef(0x4b7)][_0x5742ef(0x342)](_0x14ff5d))return!0x1;let _0x21df36=!!_0x177a88[_0x5742ef(0x4a6)]&&this[_0x5742ef(0x104)](_0x14ff5d),_0x22feb7=this[_0x5742ef(0x95)](_0x14ff5d);if(!_0x177a88[_0x5742ef(0x455)]&&!_0x21df36&&_0x14ff5d[_0x5742ef(0x609)](_0x5742ef(0x7e))||_0x14ff5d['id']==='app')return!0x1;let _0x339488=_0x14ff5d[_0x5742ef(0x3a7)];return!!_0x177a88[_0x5742ef(0x304)]&&_0x339488===_0x27e8d1['body']||(_0x339488==null?void 0x0:_0x339488[_0x5742ef(0x609)]('[data-radix-popper-content-wrapper]'))!=null||_0x22feb7||_0x21df36;}[_0x5b38ef(0x104)](_0xb0453f){const _0x84d4c3=_0x5b38ef;var _0x64fdf9,_0x3333cf;return((_0x64fdf9=_0xb0453f[_0x84d4c3(0x3a7)])==null?void 0x0:_0x64fdf9['id'])!==_0x84d4c3(0x432)&&((_0x3333cf=_0xb0453f[_0x84d4c3(0x609)](_0x84d4c3(0xb3)))==null?void 0x0:_0x3333cf['parentElement'])!==_0xb0453f[_0x84d4c3(0x631)][_0x84d4c3(0x4b7)]?!0x1:_0xb0453f['id']['startsWith'](_0x84d4c3(0x362))||_0xb0453f['id'][_0x84d4c3(0x369)]('__editor___INTERNAL_EDITOR__')||_0xb0453f[_0x84d4c3(0x609)]('[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]')!=null||_0xb0453f['closest'](_0x84d4c3(0x55d))!=null;}['_isHostDocEditorPortal'](_0x765f96){const _0x213848=_0x5b38ef;return _0x765f96['id'][_0x213848(0x369)]('__editor_docs-')||_0x765f96['id'][_0x213848(0x369)]('univer-doc-selection-container-docs-')||_0x765f96[_0x213848(0x609)]('[id^=\x22univer-doc-selection-container-docs-\x22]')!=null||_0x765f96[_0x213848(0x609)](_0x213848(0x6a2))!=null;}[_0x5b38ef(0x95)](_0x519433){const _0x4f1cb1=_0x5b38ef;let _0x5e720f=typeof _0x519433['className']==_0x4f1cb1(0x710)?_0x519433['className']:'';if(_0x519433[_0x4f1cb1(0x82)](_0x4f1cb1(0x70e))===_0x4f1cb1(0x729)||_0x519433[_0x4f1cb1(0x1c6)][_0x4f1cb1(0x342)](_0x4f1cb1(0x29f))||_0x519433[_0x4f1cb1(0x1c6)][_0x4f1cb1(0x342)](_0x4f1cb1(0xc1))||_0x519433['classList'][_0x4f1cb1(0x342)](_0x4f1cb1(0x5f0))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x4f1cb1(0x6f6)](_0x5e720f))return!0x0;let _0x464b9c=_0x519433['getAttribute']('role');return _0x464b9c===_0x4f1cb1(0x4e9)||_0x464b9c===_0x4f1cb1(0x1b4)||_0x464b9c===_0x4f1cb1(0x58c)||_0x464b9c==='tooltip'||_0x519433[_0x4f1cb1(0x208)](_0x4f1cb1(0x39d));}[_0x5b38ef(0x162)](_0x5460e5,_0x3bd1a9){const _0x39cdc8=_0x5b38ef;if(!this[_0x39cdc8(0x5a8)](_0x5460e5))return!0x1;let _0x436781=_0x5460e5[_0x39cdc8(0x609)]('.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]')??_0x5460e5,_0x5b7681=_0x436781[_0x39cdc8(0x609)]('#app')??_0x436781['parentElement'];if(_0x436781[_0x39cdc8(0x3a7)]!==_0x3bd1a9['body']&&(_0x5b7681==null?void 0x0:_0x5b7681[_0x39cdc8(0x3a7)])!==_0x3bd1a9[_0x39cdc8(0x4b7)])return!0x1;let _0x5a29bd=_0x3bd1a9[_0x39cdc8(0x648)];if(!_0x5a29bd)return!0x1;let _0x19e8e5=_0x436781[_0x39cdc8(0x2fb)]();return _0x19e8e5['right']<0x0||_0x19e8e5['bottom']<0x0||_0x19e8e5[_0x39cdc8(0x1e4)]>_0x5a29bd[_0x39cdc8(0x69a)]||_0x19e8e5['top']>_0x5a29bd[_0x39cdc8(0x2d8)]?!0x0:_0x19e8e5[_0x39cdc8(0x33d)]<=0x0||_0x19e8e5[_0x39cdc8(0x658)]<=0x0?_0x19e8e5[_0x39cdc8(0x1e4)]<0x0||_0x19e8e5[_0x39cdc8(0x3ec)]<0x0||_0x19e8e5['left']>_0x5a29bd[_0x39cdc8(0x69a)]||_0x19e8e5[_0x39cdc8(0x3ec)]>_0x5a29bd[_0x39cdc8(0x2d8)]:!0x1;}[_0x5b38ef(0x41f)](_0x56a773,_0x203aa2={}){const _0x2a7e77=_0x5b38ef;let _0x1eb82e=_0x203aa2[_0x2a7e77(0x4a6)]&&this[_0x2a7e77(0x104)](_0x56a773)?'child-editor':this[_0x2a7e77(0x5a8)](_0x56a773)?'child-popup':void 0x0;_0x1eb82e&&(_0x56a773[_0x2a7e77(0x13b)](W,_0x1eb82e),_0x56a773[_0x2a7e77(0x2ba)]('*')[_0x2a7e77(0x53f)](_0x228e5f=>{const _0x5c6149=_0x2a7e77;_0x228e5f[_0x5c6149(0x13b)](W,_0x1eb82e);}));}[_0x5b38ef(0xbf)](_0x23b383,_0x464a42,_0x26a9e9={}){const _0x2c7fc0=_0x5b38ef;let _0x3d244b=new Map(),_0x1f5e6d=new Map(),_0x3b01f2=this[_0x2c7fc0(0x33b)][_0x2c7fc0(0x187)](_0x23b383),_0x1a3b67=_0x258de3=>{const _0x1ab848=_0x2c7fc0;_0x26a9e9[_0x1ab848(0x12f)]||(_0x3d244b[_0x1ab848(0x534)](_0x258de3,_0x258de3[_0x1ab848(0x82)](K)),_0x1f5e6d[_0x1ab848(0x534)](_0x258de3,_0x258de3[_0x1ab848(0x82)](a[_0x1ab848(0x45e)]))),_0x258de3['setAttribute'](K,_0x23b383),_0x3b01f2&&_0x258de3['setAttribute'](a[_0x1ab848(0x45e)],_0x3b01f2);};return _0x1a3b67(_0x464a42),_0x464a42[_0x2c7fc0(0x2ba)]('*')[_0x2c7fc0(0x53f)](_0x1a3b67),(0x0,n[_0x2c7fc0(0x5dc)])(()=>{const _0x7b8299=_0x2c7fc0;_0x3d244b[_0x7b8299(0x53f)]((_0x546464,_0x4df1cd)=>{const _0x2213aa=_0x7b8299;if(_0x546464==null){_0x4df1cd[_0x2213aa(0x4f9)](K);return;}_0x4df1cd['setAttribute'](K,_0x546464);}),_0x1f5e6d['forEach']((_0x23013c,_0xd08459)=>{const _0x12efec=_0x7b8299;if(_0x23013c==null){_0xd08459[_0x12efec(0x4f9)](a[_0x12efec(0x45e)]);return;}_0xd08459[_0x12efec(0x13b)](a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'],_0x23013c);});});}[_0x5b38ef(0x5a8)](_0x4cbf4d){const _0x1f5d12=_0x5b38ef;return this['_isUniverPortalCandidate'](_0x4cbf4d)||_0x4cbf4d[_0x1f5d12(0x609)](_0x1f5d12(0x1fa))!=null;}['_getBodyPortalOwner'](_0x14385a){const _0x108b08=_0x5b38ef;let _0x47b875=this[_0x108b08(0x6c0)](_0x14385a);if(_0x47b875)return{'embedId':_0x47b875[_0x108b08(0x2a5)],'stable':!0x0};let _0x136777=this[_0x108b08(0x5a5)];if(_0x136777&&_0x136777[_0x108b08(0x294)]===_0x14385a&&Date[_0x108b08(0x406)]()<=_0x136777[_0x108b08(0x81)])return{'embedId':_0x136777[_0x108b08(0x2a5)],'stable':!0x1};}[_0x5b38ef(0x6c0)](_0x1d72a5){const _0xe75add=_0x5b38ef;let _0x5ae993=this['_activePortalOwners'][_0xe75add(0x187)](_0x1d72a5);return _0x5ae993==null?void 0x0:_0x5ae993[_0x5ae993[_0xe75add(0x3da)]-0x1];}['_cleanupOrdinaryBodyChromeClaims'](_0x40e5df,_0x446562){const _0x3cd2f8=_0x5b38ef;let _0x381755=this[_0x3cd2f8(0x3b9)][_0x3cd2f8(0x187)](_0x40e5df);_0x446562[_0x3cd2f8(0x4b7)]['querySelectorAll']('['+K+'=\x22'+_0x40e5df+'\x22]')[_0x3cd2f8(0x53f)](_0x4d0ee4=>{const _0x6fde13=_0x3cd2f8;_0x4d0ee4[_0x6fde13(0x3a7)]===_0x446562[_0x6fde13(0x4b7)]&&(_0x381755&&[..._0x381755][_0x6fde13(0x2e7)](_0x200667=>_0x200667===_0x4d0ee4||_0x200667[_0x6fde13(0x342)](_0x4d0ee4))||this[_0x6fde13(0x95)](_0x4d0ee4)||this['_isAppShellEditorPortalCandidate'](_0x4d0ee4)||(_0x4d0ee4[_0x6fde13(0x4f9)](K),_0x4d0ee4[_0x6fde13(0x4f9)](a['EMBED_CHILD_UNIT_ID_ATTRIBUTE'])));});}[_0x5b38ef(0x3a5)](_0x226af2,_0x600229,_0x29cf32){const _0x199135=_0x5b38ef;let _0x1eb422=_0x226af2[_0x199135(0x82)](K);if(!_0x1eb422||_0x1eb422===_0x600229)return;let _0x44cf8f=_0x29cf32[_0x199135(0x19b)];!(_0x44cf8f instanceof HTMLElement)||_0x44cf8f!==_0x226af2&&!_0x226af2[_0x199135(0x342)](_0x44cf8f)||(_0x44cf8f['blur'](),_0x29cf32[_0x199135(0x19b)]===_0x44cf8f&&this[_0x199135(0x185)](_0x29cf32));}['_releaseBodyPortalClaims'](_0x463425,_0x202735){const _0x248aab=_0x5b38ef;let _0x6ffdf9=this[_0x248aab(0x3b9)][_0x248aab(0x187)](_0x463425),_0x9a066d=_0x202735[_0x248aab(0x4b7)][_0x248aab(0x2ba)]('['+K+'=\x22'+_0x463425+'\x22]'),_0x4732ee=_0x1e3cac=>_0x6ffdf9!=null&&[..._0x6ffdf9][_0x248aab(0x2e7)](_0x43058e=>_0x43058e===_0x1e3cac||_0x43058e[_0x248aab(0x342)](_0x1e3cac)),_0x59bfdb=[];_0x9a066d[_0x248aab(0x53f)](_0x17f465=>{const _0x5476c6=_0x248aab;_0x4732ee(_0x17f465)||(_0x59bfdb['push'](_0x17f465),_0x17f465[_0x5476c6(0x4f9)](K),_0x17f465[_0x5476c6(0x4f9)](a[_0x5476c6(0x45e)]),this[_0x5476c6(0x435)](_0x17f465));});let _0xd93db7=_0x202735[_0x248aab(0x19b)];_0xd93db7 instanceof HTMLElement&&_0x59bfdb['some'](_0x19967c=>_0x19967c===_0xd93db7||_0x19967c[_0x248aab(0x342)](_0xd93db7))&&(_0xd93db7[_0x248aab(0x651)](),_0x202735['activeElement']===_0xd93db7&&this[_0x248aab(0x185)](_0x202735));}[_0x5b38ef(0x185)](_0x249bdf){const _0xb728da=_0x5b38ef;let _0x2dc1ab=_0x249bdf[_0xb728da(0x4b7)];if(!_0x2dc1ab)return;let _0x49fea2=_0x2dc1ab[_0xb728da(0x82)](_0xb728da(0x113));_0x49fea2??(_0x2dc1ab[_0xb728da(0x71d)]=-0x1),_0x2dc1ab[_0xb728da(0x566)]({'preventScroll':!0x0}),_0x49fea2==null?_0x2dc1ab[_0xb728da(0x4f9)](_0xb728da(0x113)):_0x2dc1ab['setAttribute']('tabindex',_0x49fea2),_0x249bdf[_0xb728da(0x19b)]!==_0x2dc1ab&&this[_0xb728da(0x2d6)](_0x249bdf);}[_0x5b38ef(0x2d6)](_0x5cdb7b){const _0x39594f=_0x5b38ef;var _0xf7a738;let _0x4e9516=_0x5cdb7b[_0x39594f(0x4b7)];if(!_0x4e9516)return;let _0x1bccf7=_0x5cdb7b[_0x39594f(0x221)](_0x39594f(0x316));_0x1bccf7[_0x39594f(0x71d)]=-0x1,_0x1bccf7['setAttribute'](_0x39594f(0x370),'true'),_0x1bccf7[_0x39594f(0x2ac)][_0x39594f(0x400)]='position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;',_0x4e9516[_0x39594f(0x33e)](_0x1bccf7),_0x1bccf7[_0x39594f(0x566)]({'preventScroll':!0x0}),(_0xf7a738=_0x5cdb7b[_0x39594f(0x648)])==null||_0xf7a738[_0x39594f(0x5bf)](()=>_0x1bccf7['remove'](),0x0);}[_0x5b38ef(0x435)](_0x1ce179){const _0x55fb49=_0x5b38ef;(_0x1ce179['getAttribute'](_0x55fb49(0x408))===_0x55fb49(0x392)||_0x1ce179['getAttribute'](_0x55fb49(0x408))===_0x55fb49(0x21b))&&_0x1ce179[_0x55fb49(0x4f9)](W),_0x1ce179[_0x55fb49(0x2ba)]('['+W+']')[_0x55fb49(0x53f)](_0x4164ee=>{const _0x272ca5=_0x55fb49;let _0x344a80=_0x4164ee[_0x272ca5(0x82)](W);(_0x344a80==='child-editor'||_0x344a80==='child-popup')&&_0x4164ee[_0x272ca5(0x4f9)](W);});}},se=class{constructor(_0x320478={}){const _0x2997b8=_0x5b38ef;H(this,_0x2997b8(0x6b0),new Map()),H(this,_0x2997b8(0x458),void 0x0),this['_maxDepth']=ce(_0x320478[_0x2997b8(0x4e0)]);}[_0x5b38ef(0x52c)](_0x2e12dc){const _0x2d0039=_0x5b38ef;let _0x28cdd3=this[_0x2d0039(0x4ca)](_0x2e12dc[_0x2d0039(0x17b)]);return _0x28cdd3['some'](_0x5e03e7=>_0x5e03e7[_0x2d0039(0x17b)]===_0x2e12dc['childUnitId']||_0x5e03e7[_0x2d0039(0x1b3)]===_0x2e12dc[_0x2d0039(0x1b3)])?{'allowed':!0x1,'reason':_0x2d0039(0x263),'ancestry':_0x28cdd3}:_0x28cdd3[_0x2d0039(0x3da)]>=this['_maxDepth']?{'allowed':!0x1,'reason':_0x2d0039(0xb6),'ancestry':_0x28cdd3}:{'allowed':!0x0,'ancestry':_0x28cdd3};}[_0x5b38ef(0x68f)](_0xb0958e){const _0x544bb9=_0x5b38ef;let _0x53982b=[...this[_0x544bb9(0x4ca)](_0xb0958e[_0x544bb9(0x17b)]),{'hostUnitId':_0xb0958e[_0x544bb9(0x17b)],'embedId':_0xb0958e[_0x544bb9(0x2a5)],'childUnitId':_0xb0958e[_0x544bb9(0x1b3)]}];return this['_childUnitAncestry'][_0x544bb9(0x534)](_0xb0958e['childUnitId'],_0x53982b),(0x0,n[_0x544bb9(0x5dc)])(()=>{const _0x5bb210=_0x544bb9;this['_childUnitAncestry'][_0x5bb210(0x187)](_0xb0958e['childUnitId'])===_0x53982b&&this[_0x5bb210(0x6b0)][_0x5bb210(0x720)](_0xb0958e[_0x5bb210(0x1b3)]);});}[_0x5b38ef(0x4ca)](_0x9677c){const _0x551849=_0x5b38ef;return this[_0x551849(0x6b0)][_0x551849(0x187)](_0x9677c)??[];}['getParentEmbedId'](_0x202cac){const _0x5c3300=_0x5b38ef;var _0x30133c;return(_0x30133c=this[_0x5c3300(0x4ca)](_0x202cac)[_0x5c3300(0x44e)](-0x1)[0x0])==null?void 0x0:_0x30133c[_0x5c3300(0x2a5)];}};function ce(_0x4bd8fb){const _0x487b82=_0x5b38ef;return typeof _0x4bd8fb==_0x487b82(0x4e4)&&Number[_0x487b82(0x715)](_0x4bd8fb)&&_0x4bd8fb>=0x0?Math[_0x487b82(0x660)](_0x4bd8fb):0x1;}const le=new Set([_0x5b38ef(0x578),_0x5b38ef(0x4b0),_0x5b38ef(0x629),'identifier:ui.popup.service','identifier:ui.sidebar.service','identifier:ui.layout-service','identifier:univer.sheet.selection-render-service']);function ue(_0x420274,_0x172e73=[]){const _0x4d74e5=_0x5b38ef;let _0x4ef65=_0x420274[_0x4d74e5(0x42c)][_0x4d74e5(0x187)](n[_0x4d74e5(0x15a)]),_0x1ce038=_0x4ef65[_0x4d74e5(0xcd)](_0x420274['childUnitId'],_0x420274['childType']);if(!_0x1ce038)return;let _0x1446c4=fe(_0x4ef65,_0x420274,_0x1ce038,new l[(_0x4d74e5(0x407))](_0x1ce038),new l[(_0x4d74e5(0x407))](_0x420274['renderScope'][_0x4d74e5(0x32c)]===_0x4d74e5(0x384)&&!_0x420274[_0x4d74e5(0x259)][_0x4d74e5(0x6f1)]?null:_0x1ce038['getUnitId']())),_0x49b85b=be(_0x420274),_0x155fed=me(_0x420274[_0x4d74e5(0x42c)]['get'](n['ICommandService']),_0x420274,_0x4ef65,_0x49b85b),_0x37b53a=new Map([[n[_0x4d74e5(0x15a)],_0x1446c4],[n[_0x4d74e5(0x4bb)],_0x155fed]]),_0x419023=[];_0x420274[_0x4d74e5(0x42c)][_0x4d74e5(0x6b7)](se)&&_0x37b53a[_0x4d74e5(0x534)](se,_0x420274[_0x4d74e5(0x42c)][_0x4d74e5(0x187)](se));let _0x2a6445=Se(_0x420274[_0x4d74e5(0x42c)],_0x420274['childType']);_0x2a6445&&_0x37b53a[_0x4d74e5(0x534)](n['IContextService'],_0x2a6445);let _0x5032ba=Oe(_0x420274[_0x4d74e5(0x42c)],_0x37b53a);if(_0x172e73[_0x4d74e5(0x53f)](_0x19c52d=>_0x5032ba[_0x4d74e5(0x474)](_0x19c52d)),_0x420274['injector'][_0x4d74e5(0x6b7)](a[_0x4d74e5(0x282)])){let _0x1020a4=_0x420274[_0x4d74e5(0x42c)][_0x4d74e5(0x187)](a[_0x4d74e5(0x282)]);_0x419023[_0x4d74e5(0x56f)](_0x1020a4['register']({'unitId':_0x420274[_0x4d74e5(0x1b3)],'has':_0x4f22b2=>_0x5032ba[_0x4d74e5(0x6b7)](_0x4f22b2),'get':_0x33ce6c=>_0x5032ba[_0x4d74e5(0x187)](_0x33ce6c)}));}let _0x30b250=qe(_0x420274[_0x4d74e5(0x42c)],_0x5032ba);if(_0x30b250){_0x5032ba['add']([a['IMenuManagerService'],{'useValue':_0x30b250}]);let _0x49042f=new a[(_0x4d74e5(0x3cf))](_0x30b250,_0x1446c4);_0x5032ba[_0x4d74e5(0x474)]([a[_0x4d74e5(0x5bd)],{'useValue':_0x49042f}]),_0x419023['push'](_0x49042f);}if(_0x420274['renderScope'][_0x4d74e5(0x6f1)]){let _0x174bd6=Ye(_0x5032ba,_0x420274[_0x4d74e5(0x1b3)]),_0x1e529a=new a[(_0x4d74e5(0x98))](),_0x26d43b=new a[(_0x4d74e5(0x2b5))]();_0x5032ba[_0x4d74e5(0x474)]([a[_0x4d74e5(0x520)],{'useValue':_0x174bd6}]),_0x5032ba[_0x4d74e5(0x474)]([a[_0x4d74e5(0x563)],{'useValue':_0x1e529a}]),_0x5032ba[_0x4d74e5(0x474)]([a[_0x4d74e5(0x48f)],{'useValue':_0x26d43b}]),_0x419023[_0x4d74e5(0x56f)](_0x174bd6,_0x1e529a,_0x26d43b);}else{let _0x1682bb=Je(_0x420274['injector'],_0x5032ba,_0x420274[_0x4d74e5(0x1b3)]);_0x1682bb&&_0x5032ba[_0x4d74e5(0x474)]([a[_0x4d74e5(0x520)],{'useValue':_0x1682bb}]);}let _0x29f17b=Xe(_0x420274[_0x4d74e5(0x42c)],_0x420274);if(_0x5032ba['add']([a[_0x4d74e5(0x8a)],{'useValue':_0x29f17b}]),_0x419023[_0x4d74e5(0x3da)]){let _0x2f297d=_0x5032ba[_0x4d74e5(0x565)][_0x4d74e5(0x35d)](_0x5032ba),_0x25d5fb=!0x1;_0x5032ba[_0x4d74e5(0x565)]=()=>{const _0x3d26c5=_0x4d74e5;_0x25d5fb||(_0x25d5fb=!0x0,_0x419023[_0x3d26c5(0x53f)](_0xa08794=>_0xa08794[_0x3d26c5(0x565)]()),_0x2f297d());};}return _0x5032ba;}function de(_0x33fdf8,_0x190d18){const _0x7acad0=_0x5b38ef;if(!_0x33fdf8[_0x7acad0(0x6b7)](n[_0x7acad0(0x5ac)]))return;let _0x5e8150=_0x33fdf8['get'](n[_0x7acad0(0x5ac)]);return Oe(_0x33fdf8,new Map([[n['IConfigService'],Ee(_0x5e8150,_0x190d18)]]));}function fe(_0x4b79bf,_0x49d564,_0x37643b,_0x1f325a,_0x10cf1f){const _0x3d2d05=_0x5b38ef;return{'unitAdded$':_0x4b79bf['unitAdded$'],'getTypeOfUnitAdded$':(..._0x4632cb)=>_0x4b79bf['getTypeOfUnitAdded$'](..._0x4632cb),'__addUnit':(..._0x30035a)=>_0x4b79bf[_0x3d2d05(0x6a3)](..._0x30035a),'unitDisposed$':_0x4b79bf[_0x3d2d05(0x4a8)],'getTypeOfUnitDisposed$':(..._0x203be3)=>_0x4b79bf[_0x3d2d05(0x133)](..._0x203be3),'focused$':_0x10cf1f['asObservable'](),'focusUnit':_0x53b681=>{const _0x277d5a=_0x3d2d05;if(_0x53b681===null||pe(_0x49d564,_0x53b681)){_0x10cf1f[_0x277d5a(0x1ae)]()!==_0x53b681&&_0x10cf1f['next'](_0x53b681);return;}_0x4b79bf['focusUnit'](_0x53b681);},'getFocusedUnit':()=>{const _0x5fb6e4=_0x3d2d05;let _0x100143=_0x10cf1f[_0x5fb6e4(0x1ae)]();return _0x100143===null?null:_0x100143===_0x49d564[_0x5fb6e4(0x1b3)]?_0x37643b:(0x0,n[_0x5fb6e4(0x53e)])(_0x100143)?_0x4b79bf['getUnit'](_0x100143)??_0x37643b:_0x4b79bf[_0x5fb6e4(0x508)]();},'getCurrentUnitOfType':_0x385fd3=>_0x385fd3===_0x49d564[_0x3d2d05(0x210)]?_0x1f325a[_0x3d2d05(0x1ae)]():_0x4b79bf[_0x3d2d05(0x604)](_0x385fd3),'setCurrentUnitForType':_0x5f4b1f=>{const _0x139565=_0x3d2d05;if(pe(_0x49d564,_0x5f4b1f)){_0x1f325a['getValue']()!==_0x37643b&&_0x1f325a['next'](_0x37643b);return;}_0x4b79bf[_0x139565(0x2bc)](_0x5f4b1f);},'getCurrentTypeOfUnit$':_0x3db8f5=>_0x3db8f5===_0x49d564[_0x3d2d05(0x210)]?_0x1f325a[_0x3d2d05(0x62b)]():_0x4b79bf[_0x3d2d05(0x2e2)](_0x3db8f5),'createUnit':(..._0x5cdbe9)=>_0x4b79bf[_0x3d2d05(0x542)](..._0x5cdbe9),'getUnitCreateOptions':(..._0x4b5f11)=>_0x4b79bf[_0x3d2d05(0x4b9)](..._0x4b5f11),'disposeUnit':(..._0x1f86db)=>_0x4b79bf[_0x3d2d05(0x6b1)](..._0x1f86db),'registerCtorForType':(..._0x41044e)=>_0x4b79bf[_0x3d2d05(0x73d)](..._0x41044e),'getUnit':(..._0x143e6d)=>_0x4b79bf['getUnit'](..._0x143e6d),'getAllUnitsForType':(..._0x1c4dc5)=>_0x4b79bf[_0x3d2d05(0x150)](..._0x1c4dc5),'getUnitType':(..._0x295655)=>_0x4b79bf[_0x3d2d05(0x151)](..._0x295655),'dispose':()=>{}};}function pe(_0x4b2d34,_0x27197d){const _0xb508ac=_0x5b38ef;return _0x27197d===_0x4b2d34[_0xb508ac(0x1b3)]||(0x0,n[_0xb508ac(0x53e)])(_0x27197d);}function me(_0x45a947,_0x83df76,_0x2974ea,_0x539147){const _0x4bc173=_0x5b38ef;return{'disposed':()=>_0x45a947[_0x4bc173(0xec)](),'hasCommand':_0x13478a=>_0x45a947[_0x4bc173(0x628)](_0x13478a),'registerCommand':_0x2fd278=>_0x45a947[_0x4bc173(0x336)](_0x2fd278),'unregisterCommand':_0x428d63=>_0x45a947[_0x4bc173(0x64d)](_0x428d63),'registerMultipleCommand':_0x1b9e90=>_0x45a947['registerMultipleCommand'](_0x1b9e90),'executeCommand':async(_0x404a22,_0x5f3bc5,_0x2fe19d)=>{const _0x3e9d17=_0x4bc173;var _0x11d811;let _0x5b8ba3=()=>_0x45a947[_0x3e9d17(0x709)](_0x404a22,De(_0x83df76,_0x404a22,_0x5f3bc5),he(_0x83df76['childType'],_0x83df76['childUnitId'],_0x2fe19d)),_0x527351=ve(_0x83df76),_0x3b2ba4=_0x527351&&!J(_0x404a22)&&!ye(_0x404a22),_0xfd8437=_0x527351?ge():null;if(!(_0x539147||J(_0x404a22)||ye(_0x404a22)||_0x3b2ba4))return await _0x5b8ba3();let _0x846303=_0x2974ea[_0x3e9d17(0x604)](_0x83df76[_0x3e9d17(0x210)]),_0x198c83=((_0x11d811=_0x2974ea[_0x3e9d17(0x508)]())==null?void 0x0:_0x11d811[_0x3e9d17(0x1c4)]())??null;try{return _0x2974ea['setCurrentUnitForType'](_0x83df76[_0x3e9d17(0x1b3)]),_0x3b2ba4||_0x2974ea[_0x3e9d17(0x6ee)](_0x83df76[_0x3e9d17(0x1b3)]),await _0x5b8ba3();}finally{_0x846303&&_0x2974ea['setCurrentUnitForType'](_0x846303[_0x3e9d17(0x1c4)]()),_0x3b2ba4||(ke(_0x83df76,_0x2974ea,_0x198c83,_0x539147),_e(_0xfd8437));}},'syncExecuteCommand':(_0x564387,_0x2165a1,_0x24ce93)=>{const _0x58db30=_0x4bc173;var _0x1f8494;let _0x57ee15=()=>_0x45a947[_0x58db30(0x613)](_0x564387,De(_0x83df76,_0x564387,_0x2165a1),he(_0x83df76[_0x58db30(0x210)],_0x83df76[_0x58db30(0x1b3)],_0x24ce93)),_0x30e405=ve(_0x83df76),_0x2cd800=_0x30e405&&!J(_0x564387)&&!ye(_0x564387),_0x109a26=_0x30e405?ge():null;if(!(_0x539147||J(_0x564387)||ye(_0x564387)||_0x2cd800))return _0x57ee15();let _0x1c1986=_0x2974ea[_0x58db30(0x604)](_0x83df76[_0x58db30(0x210)]),_0x493de4=((_0x1f8494=_0x2974ea[_0x58db30(0x508)]())==null?void 0x0:_0x1f8494[_0x58db30(0x1c4)]())??null;try{return _0x2974ea[_0x58db30(0x2bc)](_0x83df76[_0x58db30(0x1b3)]),_0x2cd800||_0x2974ea['focusUnit'](_0x83df76[_0x58db30(0x1b3)]),_0x57ee15();}finally{_0x1c1986&&_0x2974ea['setCurrentUnitForType'](_0x1c1986[_0x58db30(0x1c4)]()),_0x2cd800||(ke(_0x83df76,_0x2974ea,_0x493de4,_0x539147),_e(_0x109a26));}},'onCommandExecuted':_0x26d70c=>_0x45a947[_0x4bc173(0x73b)](_0x26d70c),'beforeCommandExecuted':_0x44283c=>_0x45a947[_0x4bc173(0x527)](_0x44283c),'onMutationExecutedForCollab':_0x48b4f8=>_0x45a947[_0x4bc173(0x3f6)](_0x48b4f8)};}function he(_0x5865a6,_0x55beec,_0x2a39cc){const _0x214527=_0x5b38ef;return _0x5865a6===n[_0x214527(0x63d)][_0x214527(0x464)]?{..._0x2a39cc,'unitId':_0x55beec}:_0x2a39cc;}function J(_0x493f7c){const _0x2deee0=_0x5b38ef;return _0x493f7c===n[_0x2deee0(0x3e2)]['id']||_0x493f7c===n[_0x2deee0(0x68c)]['id'];}function ge(){const _0x63e413=_0x5b38ef;return typeof document<'u'&&document[_0x63e413(0x19b)]instanceof HTMLElement?document[_0x63e413(0x19b)]:null;}function _e(_0x24dead){const _0x5ce071=_0x5b38ef;var _0x3714b3;let _0x3a6d58=()=>{const _0xfdfc29=_0x241e;_0x24dead!=null&&_0x24dead[_0xfdfc29(0x94)]&&_0x24dead['ownerDocument'][_0xfdfc29(0x19b)]!==_0x24dead&&_0x24dead['focus']({'preventScroll':!0x0});};_0x3a6d58(),_0x24dead==null||(_0x3714b3=_0x24dead[_0x5ce071(0x631)][_0x5ce071(0x648)])==null||_0x3714b3[_0x5ce071(0x746)](_0x3a6d58);}function ve(_0x5426d4){const _0x2d9faf=_0x5b38ef;if(_0x5426d4['childType']===n['UniverInstanceType']['UNIVER_BOARD']||_0x5426d4[_0x2d9faf(0x259)][_0x2d9faf(0x32c)]!==_0x2d9faf(0x384)||!_0x5426d4[_0x2d9faf(0x42c)][_0x2d9faf(0x6b7)](G))return!0x1;let _0x431317=_0x5426d4[_0x2d9faf(0x42c)][_0x2d9faf(0x187)](G)['resolveActiveChildSessionRuntimeScope']();return((_0x431317==null?void 0x0:_0x431317[_0x2d9faf(0x643)])===_0x2d9faf(0x352)||(_0x431317==null?void 0x0:_0x431317[_0x2d9faf(0x643)])===_0x2d9faf(0x1de))&&_0x431317[_0x2d9faf(0x2a5)]===_0x5426d4[_0x2d9faf(0x2a5)]&&_0x431317['hostUnitId']===_0x5426d4[_0x2d9faf(0x17b)]&&_0x431317[_0x2d9faf(0x1b3)]===_0x5426d4[_0x2d9faf(0x1b3)]&&_0x431317[_0x2d9faf(0x210)]===_0x5426d4['childType'];}function ye(_0x1c8ad6){const _0x3a470b=_0x5b38ef;return _0x1c8ad6===i[_0x3a470b(0x28c)]['id'];}function be(_0x4ee88f){const _0x235d47=_0x5b38ef;return _0x4ee88f[_0x235d47(0x259)][_0x235d47(0x6f1)]||_0x4ee88f[_0x235d47(0x212)]['entry']===_0x235d47(0x4bd)?!0x0:xe(_0x4ee88f);}function xe(_0x1aa240){const _0x461afb=_0x5b38ef;var _0x47257f;return _0x1aa240[_0x461afb(0x212)]['entry']===_0x461afb(0x43f)||_0x1aa240[_0x461afb(0x212)][_0x461afb(0x5d9)]==='bases-table-list-block'||_0x1aa240[_0x461afb(0x212)][_0x461afb(0x5d9)]==='slides-page-list-block'||_0x1aa240[_0x461afb(0x502)]===_0x461afb(0x668)||!!((_0x47257f=_0x1aa240[_0x461afb(0x212)]['sourceMeta'])!=null&&_0x47257f['tab']);}function Se(_0x50d423,_0x1851f2){const _0x2d69b4=_0x5b38ef;if(!_0x50d423['has'](n[_0x2d69b4(0x4be)]))return;let _0x140270=_0x50d423[_0x2d69b4(0x187)](n[_0x2d69b4(0x4be)]),_0x5f5318=Ce(_0x1851f2),_0x5da51c=new l[(_0x2d69b4(0xf7))]();return{'contextChanged$':(0x0,l[_0x2d69b4(0x567)])((_0x140270[_0x2d69b4(0xb1)]??l[_0x2d69b4(0x86)])[_0x2d69b4(0x671)]((0x0,l[_0x2d69b4(0x264)])(_0x1f6eda=>Object[_0x2d69b4(0xf4)](Object[_0x2d69b4(0x6a7)](_0x1f6eda)[_0x2d69b4(0xc9)](([_0x4e72e0])=>!Te(_0x4e72e0)))),(0x0,l['filter'])(_0x507073=>Object[_0x2d69b4(0x2c6)](_0x507073)[_0x2d69b4(0x3da)]>0x0)),_0x5da51c),'getContextValue':_0x167085=>Te(_0x167085)?we(_0x5f5318,_0x167085):_0x140270[_0x2d69b4(0x83)](_0x167085),'setContextValue':(_0x1277f3,_0x357d2b)=>{const _0x2346fc=_0x2d69b4;if(!Te(_0x1277f3)){_0x140270[_0x2346fc(0x67b)](_0x1277f3,_0x357d2b);return;}_0x5f5318['set'](_0x1277f3,_0x357d2b),_0x5da51c[_0x2346fc(0x193)]({[_0x1277f3]:_0x357d2b});},'subscribeContextValue$':_0x25c060=>Te(_0x25c060)?new l[(_0x2d69b4(0x222))](_0x2747fe=>{const _0x374e8f=_0x2d69b4;let _0x336afe=_0x5da51c[_0x374e8f(0x671)]((0x0,l[_0x374e8f(0xc9)])(_0x21a0d4=>_0x21a0d4[_0x25c060]!==void 0x0))[_0x374e8f(0xde)](_0x1aa830=>_0x2747fe[_0x374e8f(0x193)](_0x1aa830[_0x25c060]));return _0x2747fe['next'](we(_0x5f5318,_0x25c060)),()=>_0x336afe[_0x374e8f(0x637)]();}):_0x140270[_0x2d69b4(0x2aa)](_0x25c060)};}function Ce(_0x3cf84b){const _0x11d204=_0x5b38ef;return new Map([[n['FOCUSING_UNIT'],!0x0],[n[_0x11d204(0x387)],_0x3cf84b===n[_0x11d204(0x63d)]['UNIVER_SHEET']||_0x3cf84b===n[_0x11d204(0x63d)][_0x11d204(0x3f3)]||_0x3cf84b===n[_0x11d204(0x63d)][_0x11d204(0x125)]],[n[_0x11d204(0x3e3)],_0x3cf84b===n[_0x11d204(0x63d)][_0x11d204(0x28b)]],[n[_0x11d204(0x1a2)],_0x3cf84b===n[_0x11d204(0x63d)][_0x11d204(0x3f3)]],[n[_0x11d204(0x1d6)],_0x3cf84b===n[_0x11d204(0x63d)]['UNIVER_SLIDE']],[n[_0x11d204(0x4d6)],_0x3cf84b===n[_0x11d204(0x63d)][_0x11d204(0x464)]],[_0x11d204(0x65e),_0x3cf84b===n['UniverInstanceType'][_0x11d204(0x36e)]]]);}function we(_0x5a7e2c,_0x135df0){const _0x5b9553=_0x5b38ef;return _0x5a7e2c[_0x5b9553(0x187)](_0x135df0)??!0x1;}function Te(_0xc89f42){const _0x315be8=_0x5b38ef;return _0xc89f42[_0x315be8(0x369)](_0x315be8(0x575))||_0xc89f42===n[_0x315be8(0x14e)]||_0xc89f42===n[_0x315be8(0x2ff)];}function Ee(_0xff2a7f,_0x84bf8e){const _0x27b6cc=_0x5b38ef;return{'getConfig':_0x3a2a2a=>{const _0x2c8b31=_0x241e;let _0x208206=_0xff2a7f['getConfig'](_0x3a2a2a),_0x48bed1=_0x84bf8e[_0x2c8b31(0x187)](_0x3a2a2a);return _0x48bed1?_0x48bed1(_0x208206):_0x208206;},'setConfig':_0xff2a7f[_0x27b6cc(0x25d)][_0x27b6cc(0x35d)](_0xff2a7f),'deleteConfig':_0xff2a7f[_0x27b6cc(0x62e)]['bind'](_0xff2a7f),'subscribeConfigValue$':_0xff2a7f[_0x27b6cc(0x388)]['bind'](_0xff2a7f),'configChanged$':_0xff2a7f[_0x27b6cc(0x14f)],'dispose':()=>{}};}function De(_0x57a506,_0x5490ff,_0xb06395){const _0x22e413=_0x5b38ef;if(_0x5490ff!==e['CreateEmbedCommand']['id']||!_0xb06395||typeof _0xb06395!=_0x22e413(0x4c3))return _0xb06395;let _0x33d637=_0xb06395;return _0x33d637['parentEmbedId']?_0x33d637:{..._0x33d637,'parentEmbedId':_0x57a506[_0x22e413(0x2a5)]};}function Oe(_0x56c5f0,_0x466b05,_0x1104c9=_0x56c5f0){const _0x573ea3=_0x5b38ef;let _0x47de7a=Be(_0x56c5f0)??_0x1104c9,_0x50bf6f=new Map(_0x466b05),_0x221335=new Map(),_0x2efce6=new Set(),_0x18c002=new Map(),_0xc06b96;_0x50bf6f[_0x573ea3(0x53f)]((_0x53e2e5,_0xc25162)=>{_0x21c336(_0xc25162);});function _0x21c336(_0x3755e4){const _0x375610=_0x573ea3;let _0x43733d=je(_0x3755e4);return _0x2efce6['add'](_0x43733d),_0x18c002[_0x375610(0x6b7)](_0x43733d)||_0x18c002[_0x375610(0x534)](_0x43733d,_0x3755e4),_0x43733d;}let _0x4a6463=_0xb3b286=>_0x50bf6f[_0x573ea3(0x6b7)](_0xb3b286)||_0x221335['has'](_0xb3b286)?_0xb3b286:_0x18c002[_0x573ea3(0x187)](je(_0xb3b286))??_0xb3b286,_0x2b86f1=_0x29c341=>{const _0x568a10=_0x573ea3;let _0x1ae4b9=_0x4a6463(_0x29c341);if(_0x50bf6f[_0x568a10(0x6b7)](_0x1ae4b9))return _0x50bf6f[_0x568a10(0x187)](_0x1ae4b9);let _0x517657=_0x221335[_0x568a10(0x187)](_0x1ae4b9);if(!_0x517657)return;let _0x524181=_0x517657();return _0x221335[_0x568a10(0x720)](_0x1ae4b9),_0x50bf6f[_0x568a10(0x534)](_0x1ae4b9,_0x524181),Le(_0xc06b96,_0x1ae4b9,_0x524181),_0x1ae4b9!==_0x29c341&&Le(_0xc06b96,_0x29c341,_0x524181),_0x524181;},_0x3e9930=_0x16cce7=>{const _0x430020=_0x573ea3;let _0x14eda6=_0x4a6463(_0x16cce7);return _0x50bf6f[_0x430020(0x6b7)](_0x14eda6)||_0x221335['has'](_0x14eda6);},_0x560b87=_0x38bd8c=>_0x2efce6[_0x573ea3(0x6b7)](je(_0x38bd8c)),_0xd91f65=_0x5993e3=>le[_0x573ea3(0x6b7)](je(_0x5993e3)),_0x454ffb=_0x2b80ef=>!_0x560b87(_0x2b80ef)&&_0x56c5f0['has'](_0x2b80ef),_0x177d31=()=>{const _0x2d1e33=_0x573ea3;if(_0xc06b96)return _0xc06b96;let _0x58d08c=_0x56c5f0[_0x2d1e33(0x532)];if(typeof _0x58d08c=='function')return _0xc06b96=_0x58d08c[_0x2d1e33(0x591)](_0x56c5f0,[...Ge(_0x50bf6f),[n[_0x2d1e33(0x5ff)],{'useFactory':()=>_0xc06b96}]]),_0xc06b96;},_0x348f51={'has':_0x5d94bb=>{const _0x40fd03=_0x573ea3;if(_0x5d94bb===n[_0x40fd03(0x5ff)]||_0x3e9930(_0x5d94bb)||_0x454ffb(_0x5d94bb))return!0x0;let _0x561485=_0x177d31();return(_0x561485==null?void 0x0:_0x561485['has'](_0x5d94bb))??_0x56c5f0['has'](_0x5d94bb);},'get':(_0x442279,..._0x48ba4f)=>{const _0x574c10=_0x573ea3;if(_0x442279===n['Injector'])return _0x348f51;if(Me(_0x48ba4f,n[_0x574c10(0x26d)]['SELF'])){let _0x534b28=_0x177d31();_0x43438e(_0x534b28,_0x442279);let _0x2e2b91=Fe(_0x534b28,_0x442279);return _0x2e2b91[_0x574c10(0x73e)]?_0x2e2b91[_0x574c10(0x17f)]:Pe(_0x534b28||_0x56c5f0,_0x442279,_0x48ba4f);}return _0x3e9930(_0x442279)?_0x2b86f1(_0x442279):Me(_0x48ba4f,n[_0x574c10(0x26d)][_0x574c10(0x124)])?Pe(_0x56c5f0,_0x442279,Ne(_0x48ba4f,n['LookUp'][_0x574c10(0x124)])):_0x454ffb(_0x442279)?Pe(_0x56c5f0,_0x442279,_0x48ba4f):Pe(_0x177d31()||_0x56c5f0,_0x442279,_0x48ba4f);},'invoke':(_0x5490f8,..._0x3ceb48)=>_0x5490f8({'has':_0xcc5e61=>{const _0x15d742=_0x573ea3;if(_0xcc5e61===n[_0x15d742(0x5ff)]||_0x3e9930(_0xcc5e61)||_0x454ffb(_0xcc5e61))return!0x0;let _0xf1397b=_0x177d31();return(_0xf1397b==null?void 0x0:_0xf1397b['has'](_0xcc5e61))??_0x56c5f0[_0x15d742(0x6b7)](_0xcc5e61);},'get':(_0xf7164f,..._0x20ff43)=>{const _0x4d6170=_0x573ea3;if(_0xf7164f===n[_0x4d6170(0x5ff)])return _0x348f51;if(Me(_0x20ff43,n[_0x4d6170(0x26d)]['SELF'])){let _0x28301c=_0x177d31();_0x43438e(_0x28301c,_0xf7164f);let _0x5af80f=Fe(_0x28301c,_0xf7164f);return _0x5af80f[_0x4d6170(0x73e)]?_0x5af80f['value']:Pe(_0x28301c||_0x56c5f0,_0xf7164f,_0x20ff43);}return _0x3e9930(_0xf7164f)?_0x2b86f1(_0xf7164f):Me(_0x20ff43,n['LookUp'][_0x4d6170(0x124)])?Pe(_0x56c5f0,_0xf7164f,Ne(_0x20ff43,n['LookUp'][_0x4d6170(0x124)])):_0x454ffb(_0xf7164f)?Pe(_0x56c5f0,_0xf7164f,_0x20ff43):Pe(_0x177d31()||_0x56c5f0,_0xf7164f,_0x20ff43);}},..._0x3ceb48),'add':_0x36706f=>{const _0x2f995e=_0x573ea3;let _0x1d2f62=Ke(_0x36706f);if(_0x1d2f62){if(_0x1d2f62['kind']!==_0x2f995e(0x706)&&_0x454ffb(_0x1d2f62[_0x2f995e(0x419)])&&!_0xd91f65(_0x1d2f62[_0x2f995e(0x419)]))return;let _0xba53eb=je(_0x1d2f62['identifier']);if(_0x2efce6[_0x2f995e(0x6b7)](_0xba53eb))return;if(_0x21c336(_0x1d2f62[_0x2f995e(0x419)]),_0x1d2f62[_0x2f995e(0x12d)]===_0x2f995e(0x17f))_0x221335[_0x2f995e(0x720)](_0x1d2f62[_0x2f995e(0x419)]),_0x50bf6f[_0x2f995e(0x534)](_0x1d2f62[_0x2f995e(0x419)],_0x1d2f62[_0x2f995e(0x17f)]);else{let _0x4870a3=_0x177d31();_0x4870a3?ze(_0x4870a3,_0x1d2f62[_0x2f995e(0x419)])||_0x4870a3['add'](_0x36706f):(_0x50bf6f['delete'](_0x1d2f62['identifier']),_0x221335[_0x2f995e(0x534)](_0x1d2f62[_0x2f995e(0x419)],_0x1d2f62[_0x2f995e(0x706)]));}return;}let _0x23af29=je(Ae(_0x36706f));if(_0x23af29!=null){if(_0x2efce6[_0x2f995e(0x6b7)](_0x23af29))return;_0x21c336(Ae(_0x36706f));}let _0x1b0264=_0x177d31();if(_0x1b0264){_0x1b0264[_0x2f995e(0x474)](_0x36706f);return;}_0x56c5f0[_0x2f995e(0x474)](_0x36706f);},'createChild':(_0x573adc=[])=>{const _0x3906d1=_0x573ea3;let _0x1ab1f0=new Map(_0x50bf6f);_0x18c002[_0x3906d1(0x53f)](_0x125cf1=>{const _0x3700a6=_0x3906d1;if(_0x1ab1f0[_0x3700a6(0x6b7)](_0x125cf1))return;if(_0x3e9930(_0x125cf1)){_0x1ab1f0['set'](_0x125cf1,_0x2b86f1(_0x125cf1));return;}let _0x3a46f0=_0x177d31();_0x3a46f0&&ze(_0x3a46f0,_0x125cf1)&&_0x1ab1f0[_0x3700a6(0x534)](_0x125cf1,Pe(_0x3a46f0,_0x125cf1,[n['LookUp'][_0x3700a6(0x8e)]]));});let _0x58e496=[];_0x573adc[_0x3906d1(0x53f)](_0x341a53=>{const _0x4769d2=_0x3906d1;let _0x507abc=Ke(_0x341a53);if((_0x507abc==null?void 0x0:_0x507abc[_0x4769d2(0x12d)])===_0x4769d2(0x17f)){_0x1ab1f0['set'](_0x507abc[_0x4769d2(0x419)],_0x507abc[_0x4769d2(0x17f)]);return;}_0x58e496[_0x4769d2(0x56f)](_0x341a53);});let _0x1dae28=Oe(_0x56c5f0,_0x1ab1f0,_0x47de7a);return _0x58e496[_0x3906d1(0x53f)](_0x5274a0=>{const _0x4dd60d=_0x3906d1;_0x1dae28[_0x4dd60d(0x474)](_0x5274a0);}),_0x1dae28;},'createInstance':(..._0x4ae6e8)=>{const _0x25ed13=_0x573ea3;let _0x7a75e0=_0x177d31(),_0x9edd89=_0x7a75e0==null?void 0x0:_0x7a75e0['createInstance'];if(_0x7a75e0&&typeof _0x9edd89=='function')return _0x2b53c4(_0x7a75e0,_0x4ae6e8[0x0]),_0x9edd89[_0x25ed13(0x61e)](_0x7a75e0,_0x4ae6e8);let _0x32af37=_0x56c5f0['createInstance'];if(typeof _0x32af37=='function')return _0x32af37[_0x25ed13(0x61e)](_0x56c5f0,_0x4ae6e8);let [_0x9a54,..._0x270a33]=_0x4ae6e8;return new _0x9a54(..._0x270a33);},'dispose':()=>{const _0x251bf7=_0x573ea3;_0xc06b96&&Ve(_0xc06b96,_0x47de7a,_0x50bf6f[_0x251bf7(0x38d)]()),_0xc06b96=void 0x0,_0x2efce6['clear'](),_0x18c002['clear'](),_0x221335[_0x251bf7(0x688)]();}};function _0x43438e(_0x124153,_0x5244d7){!_0x124153||!_0x3e9930(_0x5244d7)||Le(_0x124153,_0x5244d7,_0x2b86f1(_0x5244d7));}function _0x2b53c4(_0x438a78,_0x2d0e9c){Re(_0x2d0e9c)['forEach'](_0x40c409=>_0x43438e(_0x438a78,_0x40c409));}return _0x348f51[_0x573ea3(0x4b5)]=_0x47de7a,_0x348f51;}function ke(_0x653fa3,_0x5d4760,_0x387625,_0x3693d7=!0x0){const _0x58e2e9=_0x5b38ef;let _0x4f6940=_0x3693d7&&_0x653fa3['injector'][_0x58e2e9(0x6b7)](G)?_0x653fa3[_0x58e2e9(0x42c)][_0x58e2e9(0x187)](G):void 0x0;_0x5d4760[_0x58e2e9(0x6ee)](_0x4f6940!=null&&_0x4f6940['hasChildInteractionLease'](_0x653fa3[_0x58e2e9(0x2a5)])?_0x653fa3[_0x58e2e9(0x1b3)]:_0x387625);}function Ae(_0x4a41b2){return Array['isArray'](_0x4a41b2)?_0x4a41b2[0x0]:_0x4a41b2;}function je(_0x385b80){const _0x524683=_0x5b38ef;let _0x44d8ce=_0x385b80==null?void 0x0:_0x385b80[_0x524683(0x701)];return typeof _0x44d8ce==_0x524683(0x710)&&_0x44d8ce?'identifier:'+_0x44d8ce:_0x385b80;}function Me(_0x1862e,_0x489db7){const _0x28a108=_0x5b38ef;return _0x1862e[_0x28a108(0x691)](_0x489db7);}function Ne(_0x34b39a,_0x1efa11){const _0x32ed6e=_0x5b38ef;return _0x34b39a[_0x32ed6e(0xc9)](_0x2b0ad7=>_0x2b0ad7!==_0x1efa11);}function Pe(_0x52c75d,_0x389aeb,_0x297322){const _0xe7bd24=_0x5b38ef;return _0x52c75d[_0xe7bd24(0x187)](_0x389aeb,..._0x297322);}function Fe(_0x184f2f,_0x268bcb){const _0x1c8bc6=_0x5b38ef;var _0x57bdfd;let _0x3d04fe=_0x184f2f==null||(_0x57bdfd=_0x184f2f['resolvedDependencyCollection'])==null?void 0x0:_0x57bdfd[_0x1c8bc6(0x11e)];if(!_0x3d04fe)return{'resolved':!0x1};let _0x38673a=Ie(_0x3d04fe[_0x1c8bc6(0x187)](_0x268bcb));if(_0x38673a[_0x1c8bc6(0x73e)])return _0x38673a;let _0x4fe98d=je(_0x268bcb);for(let [_0x312fe2,_0x4b63a9]of _0x3d04fe){if(_0x312fe2===_0x268bcb||je(_0x312fe2)!==_0x4fe98d)continue;let _0x4303d5=Ie(_0x4b63a9);if(_0x4303d5[_0x1c8bc6(0x73e)])return _0x4303d5;}return{'resolved':!0x1};}function Ie(_0xbbefa7){return!_0xbbefa7||_0xbbefa7['length']!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0xbbefa7[0x0]};}function Le(_0x52adfe,_0x43a079,_0x2fac45){const _0xdb57fb=_0x5b38ef;!_0x52adfe||ze(_0x52adfe,_0x43a079)||_0x52adfe[_0xdb57fb(0x474)]([_0x43a079,{'useValue':_0x2fac45}]);}function Re(_0x2f09be){const _0x23e120=_0x5b38ef;if(!_0x2f09be||typeof _0x2f09be!='function'&&typeof _0x2f09be!=_0x23e120(0x4c3))return[];for(let _0x3a1995 of Object[_0x23e120(0x48b)](_0x2f09be)){let _0x4033fa=_0x2f09be[_0x3a1995];if(!Array['isArray'](_0x4033fa))continue;let _0x497cbf=_0x4033fa['map'](_0xe1e857=>_0xe1e857==null?void 0x0:_0xe1e857[_0x23e120(0x419)])[_0x23e120(0xc9)](_0x5ad48e=>_0x5ad48e!==void 0x0);if(_0x497cbf['length'])return _0x497cbf;}return[];}function ze(_0x984808,_0x41c9c2){const _0x525c80=_0x5b38ef;var _0x49aea2,_0x2bafcf,_0x1a924a,_0x3882c9;let _0x3db4af=_0x984808;return!!((_0x49aea2=_0x3db4af[_0x525c80(0x58b)])!=null&&(_0x2bafcf=_0x49aea2[_0x525c80(0x6b7)])!=null&&_0x2bafcf['call'](_0x49aea2,_0x41c9c2)||(_0x1a924a=_0x3db4af[_0x525c80(0x66c)])!=null&&(_0x3882c9=_0x1a924a[_0x525c80(0x6b7)])!=null&&_0x3882c9[_0x525c80(0x591)](_0x1a924a,_0x41c9c2));}function Be(_0x49b4d4){const _0x45272d=_0x5b38ef;return _0x49b4d4[_0x45272d(0x4b5)];}function Ve(_0x1bf408,_0x1f6ee7,_0x19431f=[]){let _0xea0dca=He(_0x1f6ee7);for(let _0x585ba6 of _0x19431f)_0xea0dca['add'](_0x585ba6);Ue(_0x1bf408,_0xea0dca),_0x1bf408['dispose']();}function He(_0x436396){const _0x1267f2=_0x5b38ef;let _0x284a1f=new Set(),_0x343401=We(_0x436396);return _0x343401&&_0x343401[_0x1267f2(0x53f)](_0x4c3c61=>{const _0x5a8f1e=_0x1267f2;Array[_0x5a8f1e(0x4d5)](_0x4c3c61)&&_0x4c3c61['forEach'](_0xbf9ef=>_0x284a1f[_0x5a8f1e(0x474)](_0xbf9ef));}),_0x284a1f;}function Ue(_0x542bcb,_0x4ffc26,_0x3fecfe=new Set()){const _0x4cafd7=_0x5b38ef;if(_0x3fecfe[_0x4cafd7(0x6b7)](_0x542bcb))return;_0x3fecfe[_0x4cafd7(0x474)](_0x542bcb);let _0x247dff=_0x542bcb[_0x4cafd7(0x2cc)];_0x247dff==null||_0x247dff[_0x4cafd7(0x53f)](_0x3a9d4e=>Ue(_0x3a9d4e,_0x4ffc26,_0x3fecfe));let _0x58952b=We(_0x542bcb);_0x58952b&&_0x58952b[_0x4cafd7(0x53f)]((_0x2b0293,_0x5c2bca)=>{const _0x927bbe=_0x4cafd7;if(!Array[_0x927bbe(0x4d5)](_0x2b0293))return;let _0x5e2fd2=_0x2b0293[_0x927bbe(0xc9)](_0x33b2de=>!_0x4ffc26['has'](_0x33b2de));if(_0x5e2fd2[_0x927bbe(0x3da)]!==_0x2b0293[_0x927bbe(0x3da)]){if(_0x5e2fd2[_0x927bbe(0x3da)]===0x0){_0x58952b['delete'](_0x5c2bca);return;}_0x58952b[_0x927bbe(0x534)](_0x5c2bca,_0x5e2fd2);}});}function We(_0xc34403){const _0x70e566=_0x5b38ef;var _0x8ea80e;return(_0x8ea80e=_0xc34403[_0x70e566(0x66c)])==null?void 0x0:_0x8ea80e[_0x70e566(0x11e)];}function Ge(_0x296344){const _0x30091f=_0x5b38ef;return Array[_0x30091f(0x23b)](_0x296344,([_0x25c7f0,_0x21decf])=>[_0x25c7f0,{'useValue':_0x21decf}]);}function Ke(_0x2aed3b){const _0x1c6e66=_0x5b38ef;if(!Array[_0x1c6e66(0x4d5)](_0x2aed3b)||_0x2aed3b[_0x1c6e66(0x3da)]<0x2)return;let [_0x1f6705,_0x170c5a]=_0x2aed3b;if(!(!_0x170c5a||typeof _0x170c5a!='object')){if(_0x1c6e66(0x426)in _0x170c5a)return{'kind':'value','identifier':_0x1f6705,'value':_0x170c5a[_0x1c6e66(0x426)]};if(typeof _0x170c5a['useFactory']==_0x1c6e66(0xeb))return{'kind':_0x1c6e66(0x706),'identifier':_0x1f6705,'factory':_0x170c5a[_0x1c6e66(0x24b)]};}}function qe(_0x2cacb3,_0x2c1bcb){const _0x4a3731=_0x5b38ef;if(!_0x2cacb3[_0x4a3731(0x6b7)](a[_0x4a3731(0x325)]))return;let _0x156488=_0x2cacb3['get'](a[_0x4a3731(0x325)]),_0x2850a5=_0x156488['createScoped'];return typeof _0x2850a5==_0x4a3731(0xeb)?_0x2850a5['call'](_0x156488,_0x2c1bcb):_0x156488;}function Je(_0x54f253,_0x3860dd,_0x588718){const _0x44c7e4=_0x5b38ef;if(!_0x54f253['has'](a[_0x44c7e4(0x520)]))return;let _0x340e50=_0x54f253['get'](a['IContextMenuService']);return{get 'disabled'(){const _0x305120=_0x44c7e4;return _0x340e50[_0x305120(0x661)];},set 'disabled'(_0x81b255){const _0x9a1a11=_0x44c7e4;_0x340e50[_0x9a1a11(0x661)]=_0x81b255;},get 'visible'(){return _0x340e50['visible'];},'enable':()=>_0x340e50[_0x44c7e4(0x3a3)](),'disable':()=>_0x340e50[_0x44c7e4(0x6e4)](),'triggerContextMenu':(_0x5cfc40,_0x505c69,_0x5717e8)=>{const _0x3e4197=_0x44c7e4;_0x340e50[_0x3e4197(0x228)](_0x5cfc40,_0x505c69,{..._0x5717e8,'unitId':(_0x5717e8==null?void 0x0:_0x5717e8[_0x3e4197(0x5d5)])??_0x588718});},'hideContextMenu':()=>_0x340e50['hideContextMenu'](),'registerContextMenuHandler':_0xbd6d4d=>_0x340e50[_0x44c7e4(0x1e0)](_0xbd6d4d)};}function Ye(_0x41d518,_0x3c532e){const _0x2710f9=_0x5b38ef;let _0x3083de=new a['ContextMenuService']();return{get 'disabled'(){const _0x4607db=_0x241e;return _0x3083de[_0x4607db(0x661)];},set 'disabled'(_0x473a27){const _0x4b008c=_0x241e;_0x3083de[_0x4b008c(0x661)]=_0x473a27;},get 'visible'(){const _0x13b4c8=_0x241e;return _0x3083de[_0x13b4c8(0x537)];},'enable':()=>_0x3083de[_0x2710f9(0x3a3)](),'disable':()=>_0x3083de[_0x2710f9(0x6e4)](),'triggerContextMenu':(_0x2b842e,_0x704146,_0x25424f)=>{const _0x4f7e75=_0x2710f9;_0x3083de[_0x4f7e75(0x228)](_0x2b842e,_0x704146,{..._0x25424f,'unitId':(_0x25424f==null?void 0x0:_0x25424f['unitId'])??_0x3c532e});},'hideContextMenu':()=>_0x3083de['hideContextMenu'](),'registerContextMenuHandler':_0x378654=>_0x3083de[_0x2710f9(0x1e0)](_0x378654),'dispose':()=>_0x3083de[_0x2710f9(0x565)]()};}function Xe(_0x24d6f6,_0x3a1c05){const _0x257474=_0x5b38ef;let _0x5cee9b=_0x24d6f6[_0x257474(0x187)](a['ILayoutService']),_0x3d0c25=_0x24d6f6[_0x257474(0x6b7)](q)?_0x24d6f6['get'](q):void 0x0,_0x5b27c6=_0x24d6f6[_0x257474(0x6b7)](G)?_0x24d6f6[_0x257474(0x187)](G):void 0x0,_0x304b68=_0x3a1c05['renderScope'][_0x257474(0x298)],_0xfa05b4=_0x3a1c05[_0x257474(0x259)][_0x257474(0x716)]??_0x304b68,_0x5d7296=new Set([_0x304b68,_0xfa05b4]),_0x5475d7=_0x3a1c05['renderScope'][_0x257474(0x32c)]!==_0x257474(0x384)||_0x3a1c05[_0x257474(0x259)][_0x257474(0x6f1)],_0x135805=(_0x40f9c8,_0x25c7ee)=>{const _0x59e3a8=_0x257474;_0x5d7296[_0x59e3a8(0x474)](_0x40f9c8);let _0xfec8f3=(_0x25c7ee==null?void 0x0:_0x25c7ee[_0x59e3a8(0x5c9)])&&_0x5475d7,_0x37e64a=_0xfec8f3?Ze(_0x40f9c8):void 0x0,_0x4d53a5=_0xfec8f3?_0x3d0c25==null?void 0x0:_0x3d0c25['registerOwnedElement'](_0x3a1c05[_0x59e3a8(0x2a5)],_0x40f9c8):void 0x0,_0x435f77=_0xfec8f3?_0x5b27c6==null?void 0x0:_0x5b27c6[_0x59e3a8(0x300)]({'embedId':_0x3a1c05['embedId'],'role':_0x59e3a8(0x392),'element':_0x40f9c8}):void 0x0;return(0x0,n['toDisposable'])(()=>{const _0x5eba1a=_0x59e3a8;_0x435f77==null||_0x435f77[_0x5eba1a(0x565)](),_0x4d53a5==null||_0x4d53a5['dispose'](),_0x37e64a==null||_0x37e64a[_0x5eba1a(0x565)](),_0x5d7296[_0x5eba1a(0x720)](_0x40f9c8);});},_0x586f9a=_0x2364b0=>_0x2364b0?[..._0x5d7296][_0x257474(0x2e7)](_0x219176=>_0x219176===_0x2364b0||_0x219176[_0x257474(0x342)](_0x2364b0)):!0x1;return{get 'isFocused'(){const _0x28ed1b=_0x257474;return _0x5cee9b[_0x28ed1b(0x6f8)];},get 'rootContainerElement'(){return _0x304b68;},'focus':()=>_0x5cee9b[_0x257474(0x566)](),'registerFocusHandler':(_0x1d7fec,_0x4d886b)=>_0x5cee9b[_0x257474(0xa5)](_0x1d7fec,_0x4d886b),'registerRootContainerElement':_0x135805,'registerContentElement':_0x135805,'registerContainerElement':_0x339f33=>_0x135805(_0x339f33,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0xfa05b4,'checkElementInCurrentContainers':_0x3d42b=>_0x586f9a(_0x3d42b)||(_0x3d0c25==null?void 0x0:_0x3d0c25[_0x257474(0x342)](_0x3a1c05[_0x257474(0x2a5)],_0x3d42b))||_0x5cee9b[_0x257474(0x18d)](_0x3d42b),'checkContentIsFocused':()=>_0x586f9a(_0xfa05b4['ownerDocument']['activeElement'])||(_0x5b27c6==null?void 0x0:_0x5b27c6[_0x257474(0x265)](_0x3a1c05[_0x257474(0x2a5)]))||_0x5cee9b[_0x257474(0x184)]()};}function Ze(_0x11fd24){const _0x1b794c=_0x5b38ef;let _0x31c607=new Map(),_0x433da0=_0xff2374=>{const _0x14d1f2=_0x241e;_0x31c607[_0x14d1f2(0x534)](_0xff2374,_0xff2374[_0x14d1f2(0x82)](W)),_0xff2374[_0x14d1f2(0x13b)](W,_0x14d1f2(0x392));};return _0x433da0(_0x11fd24),_0x11fd24[_0x1b794c(0x2ba)]('*')['forEach'](_0x433da0),(0x0,n['toDisposable'])(()=>{const _0x30b9ab=_0x1b794c;_0x31c607[_0x30b9ab(0x53f)]((_0x23cf12,_0x563101)=>{const _0x31a14a=_0x30b9ab;if(_0x23cf12==null){_0x563101['removeAttribute'](W);return;}_0x563101[_0x31a14a(0x13b)](W,_0x23cf12);});});}function Qe(_0x26e1d7,_0x2edc58,_0xe89a28=[]){const _0x43a8be=_0x5b38ef;let _0x391a39=et(_0x26e1d7,_0xe89a28)??_0x26e1d7[_0x43a8be(0x42c)],_0x21f964=_0x391a39!==_0x26e1d7[_0x43a8be(0x42c)],_0x2befc0=$e(_0x26e1d7),_0x4fb891={'descriptor':_0x26e1d7[_0x43a8be(0x212)],'host':{'unitId':_0x26e1d7['hostUnitId'],'type':_0x26e1d7[_0x43a8be(0x212)][_0x43a8be(0x5ae)],'anchorId':_0x26e1d7[_0x43a8be(0x212)][_0x43a8be(0x659)],'entry':_0x26e1d7['descriptor'][_0x43a8be(0x5d9)],'layout':nt(_0x26e1d7)},'child':{'unitId':_0x26e1d7[_0x43a8be(0x1b3)],'type':_0x26e1d7[_0x43a8be(0x210)]},'injector':_0x391a39,'instanceService':tt(_0x391a39,n['IUniverInstanceService']),'commandService':tt(_0x391a39,n[_0x43a8be(0x4bb)]),'menuManagerService':tt(_0x391a39,a[_0x43a8be(0x325)]),'roots':_0x2befc0,'activate':()=>_0x2edc58(!0x0),'deactivate':()=>_0x2edc58(!0x1),'dispose':()=>{const _0x4b2604=_0x43a8be;_0x21f964&&_0x391a39[_0x4b2604(0x565)]();}};return{'runtimeScope':_0x4fb891,'disposable':(0x0,n[_0x43a8be(0x5dc)])(()=>_0x4fb891[_0x43a8be(0x565)]())};}function $e(_0x12261f){const _0x1ef8da=_0x5b38ef;var _0xd49b26;let _0x5b2002=_0x12261f['renderScope'][_0x1ef8da(0x298)],_0x548bc9=_0x12261f[_0x1ef8da(0x259)][_0x1ef8da(0x716)]??z(_0x5b2002,_0x1ef8da(0x2af))??_0x5b2002,_0x43bfcc=_0x12261f[_0x1ef8da(0x259)][_0x1ef8da(0x287)]??z(_0x5b2002,_0x1ef8da(0x488))??_0x5b2002;return{'root':_0x5b2002,'content':_0x548bc9,'canvas':_0x12261f['renderScope'][_0x1ef8da(0xd8)]??z(_0x5b2002,_0x1ef8da(0xa4))??void 0x0,'overlay':_0x43bfcc,'popup':_0x12261f['renderScope']['popupRoot']??z(_0x5b2002,_0x1ef8da(0x191))??_0x43bfcc,'menuSlot':((_0xd49b26=_0x12261f[_0x1ef8da(0x259)][_0x1ef8da(0x5a4)])==null?void 0x0:_0xd49b26[_0x1ef8da(0x412)])??z(_0x5b2002,'data-embed-menu-slot')??void 0x0,'footerSlot':z(_0x5b2002,_0x1ef8da(0x650))??void 0x0};}function et(_0x488f06,_0x548897){const _0x113e53=_0x5b38ef;if(!(!_0x488f06[_0x113e53(0x42c)][_0x113e53(0x6b7)](n[_0x113e53(0x15a)])||!_0x488f06['injector'][_0x113e53(0x6b7)](n['ICommandService'])))return ue(_0x488f06,_0x548897);}function tt(_0x588ccb,_0x4c584a){const _0x416d32=_0x5b38ef;if(_0x588ccb[_0x416d32(0x6b7)](_0x4c584a))return _0x588ccb[_0x416d32(0x187)](_0x4c584a);}function nt(_0x166a0d){const _0x21e053=_0x5b38ef;var _0x313e64,_0x19bd81;switch(_0x166a0d[_0x21e053(0x212)]['entry']){case _0x21e053(0x4bd):return'doc-flow';case _0x21e053(0x10b):case _0x21e053(0x6c3):case _0x21e053(0x6bf):return'float';case _0x21e053(0x43f):case _0x21e053(0x708):case _0x21e053(0x334):return _0x21e053(0x668);default:break;}return _0x166a0d['layout']===_0x21e053(0x668)||(_0x313e64=_0x166a0d[_0x21e053(0x212)][_0x21e053(0x2d7)])!=null&&_0x313e64[_0x21e053(0x351)]?_0x21e053(0x668):(_0x19bd81=_0x166a0d['descriptor'][_0x21e053(0x2d7)])!=null&&_0x19bd81[_0x21e053(0x1ec)]?_0x21e053(0x384):_0x166a0d[_0x21e053(0x502)][_0x21e053(0x369)](_0x21e053(0x3f9))||_0x166a0d[_0x21e053(0x502)]===_0x21e053(0x4d3)?_0x21e053(0x54d):_0x21e053(0x384);}var rt=class{constructor(){H(this,'_contributions',new Map());}[_0x5b38ef(0x2f4)](_0x3ad444){const _0xd9446f=_0x5b38ef;if(this[_0xd9446f(0x3e6)][_0xd9446f(0x6b7)](_0x3ad444['childType']))throw Error('Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20'+_0x3ad444[_0xd9446f(0x210)]);this[_0xd9446f(0x3e6)][_0xd9446f(0x534)](_0x3ad444[_0xd9446f(0x210)],_0x3ad444);}[_0x5b38ef(0x187)](_0x3b5e47){const _0x4f83d7=_0x5b38ef;return this[_0x4f83d7(0x3e6)]['get'](_0x3b5e47);}[_0x5b38ef(0x1bf)](){const _0x5efd1a=_0x5b38ef;return[...this[_0x5efd1a(0x3e6)]['values']()];}},it=class{constructor(){const _0x569067=_0x5b38ef;H(this,_0x569067(0x3e6),new Map());}[_0x5b38ef(0x2f4)](_0x41823a){const _0x2f12e1=_0x5b38ef;let _0x40ce5f=this['_key'](_0x41823a[_0x2f12e1(0x5ae)],_0x41823a[_0x2f12e1(0x5d9)],_0x41823a[_0x2f12e1(0x210)]);if(this[_0x2f12e1(0x3e6)]['has'](_0x40ce5f))throw Error(_0x2f12e1(0x1ac)+_0x40ce5f);return this[_0x2f12e1(0x3e6)]['set'](_0x40ce5f,_0x41823a),(0x0,n[_0x2f12e1(0x5dc)])(()=>{const _0x1bde58=_0x2f12e1;this['_contributions'][_0x1bde58(0x187)](_0x40ce5f)===_0x41823a&&this['_contributions'][_0x1bde58(0x720)](_0x40ce5f);});}['get'](_0x4789b4,_0x51b3c8,_0x664601){const _0x5a76f7=_0x5b38ef;if(_0x664601!=null){let _0x97df0c=this[_0x5a76f7(0x3e6)]['get'](this[_0x5a76f7(0x296)](_0x4789b4,_0x51b3c8,_0x664601));if(_0x97df0c)return _0x97df0c;}return this['_contributions'][_0x5a76f7(0x187)](this['_key'](_0x4789b4,_0x51b3c8));}[_0x5b38ef(0x71a)](_0xbf8849,_0xe6d73d,_0x17111a){const _0x46d917=_0x5b38ef;return this['_contributions'][_0x46d917(0x6b7)](this[_0x46d917(0x296)](_0xbf8849,_0xe6d73d,_0x17111a));}['list'](){const _0x182e73=_0x5b38ef;return[...this['_contributions'][_0x182e73(0x38d)]()];}[_0x5b38ef(0x296)](_0x27bc07,_0x2d3b0a,_0x21ca26){return _0x21ca26==null?_0x27bc07+':'+_0x2d3b0a+':*':_0x27bc07+':'+_0x2d3b0a+':'+_0x21ca26;}},at=class{constructor(){const _0x2bd638=_0x5b38ef;H(this,_0x2bd638(0x3e6),new Map());}[_0x5b38ef(0x2f4)](_0x2f74f3){const _0x59d1be=_0x5b38ef;let _0x3d6443=this['_key'](_0x2f74f3[_0x59d1be(0x5ae)],_0x2f74f3[_0x59d1be(0x5d9)]);if(this[_0x59d1be(0x3e6)][_0x59d1be(0x6b7)](_0x3d6443))throw Error(_0x59d1be(0x4ec)+_0x3d6443);this[_0x59d1be(0x3e6)][_0x59d1be(0x534)](_0x3d6443,_0x2f74f3);}['get'](_0x509eda,_0x2fa85d){const _0x4404cc=_0x5b38ef;return this[_0x4404cc(0x3e6)][_0x4404cc(0x187)](this[_0x4404cc(0x296)](_0x509eda,_0x2fa85d));}['list'](){const _0x4c653a=_0x5b38ef;return[...this[_0x4c653a(0x3e6)][_0x4c653a(0x38d)]()];}[_0x5b38ef(0x4f6)](_0x448dcf,_0x160709,_0x1a98f7){const _0x291b39=_0x5b38ef;let _0xccf2de=this[_0x291b39(0x187)](_0x448dcf,_0x160709);return _0xccf2de?(_0xccf2de[_0x291b39(0x38a)]??[_0xccf2de[_0x291b39(0x502)]])['includes'](_0x1a98f7):!0x1;}[_0x5b38ef(0x296)](_0x5a9c4e,_0x41f586){return _0x5a9c4e+':'+_0x41f586;}},ot=class{constructor(){const _0x3d1865=_0x5b38ef;H(this,_0x3d1865(0x29c),new Map()),H(this,_0x3d1865(0x57a),new Map()),H(this,_0x3d1865(0x33f),new Map());}[_0x5b38ef(0x2f4)](_0x83dea2,_0x1ec885){const _0x318352=_0x5b38ef;let _0x50b10d=typeof _0x83dea2=='string'?{'childUnitId':_0x83dea2,'root':_0x1ec885}:_0x83dea2;return this[_0x318352(0x29c)][_0x318352(0x534)](_0x50b10d['childUnitId'],_0x50b10d),_0x50b10d[_0x318352(0x2a5)]&&this[_0x318352(0x57a)]['set'](_0x50b10d[_0x318352(0x2a5)],_0x50b10d),_0x50b10d['hostAnchorId']&&this['_rootsByHostAnchorId']['set'](_0x50b10d[_0x318352(0x659)],_0x50b10d),(0x0,n[_0x318352(0x5dc)])(()=>{const _0x5dab5f=_0x318352;this['_rootsByChildUnitId'][_0x5dab5f(0x187)](_0x50b10d['childUnitId'])===_0x50b10d&&this[_0x5dab5f(0x29c)][_0x5dab5f(0x720)](_0x50b10d[_0x5dab5f(0x1b3)]),_0x50b10d[_0x5dab5f(0x2a5)]&&this[_0x5dab5f(0x57a)][_0x5dab5f(0x187)](_0x50b10d[_0x5dab5f(0x2a5)])===_0x50b10d&&this[_0x5dab5f(0x57a)][_0x5dab5f(0x720)](_0x50b10d[_0x5dab5f(0x2a5)]),_0x50b10d[_0x5dab5f(0x659)]&&this[_0x5dab5f(0x33f)]['get'](_0x50b10d['hostAnchorId'])===_0x50b10d&&this[_0x5dab5f(0x33f)][_0x5dab5f(0x720)](_0x50b10d[_0x5dab5f(0x659)]);});}['get'](_0xf3d13f){const _0xec7475=_0x5b38ef;var _0x510de6;return((_0x510de6=this['_rootsByChildUnitId'][_0xec7475(0x187)](_0xf3d13f))==null?void 0x0:_0x510de6[_0xec7475(0x2b3)])??null;}['getByEmbedId'](_0x3f1051){const _0x2cf4a3=_0x5b38ef;var _0x11e964;return((_0x11e964=this[_0x2cf4a3(0x57a)][_0x2cf4a3(0x187)](_0x3f1051))==null?void 0x0:_0x11e964['root'])??null;}[_0x5b38ef(0x445)](_0x4eef86){const _0x33975c=_0x5b38ef;var _0x7fc552;return((_0x7fc552=this['_rootsByHostAnchorId'][_0x33975c(0x187)](_0x4eef86))==null?void 0x0:_0x7fc552[_0x33975c(0x2b3)])??null;}[_0x5b38ef(0x342)](_0x4148ec,_0x156ee6){const _0x17ddbf=_0x5b38ef;if(!(_0x4148ec instanceof Node))return!0x1;let _0x1c470f=_0x156ee6['embedId']?this[_0x17ddbf(0x36f)](_0x156ee6[_0x17ddbf(0x2a5)]):_0x156ee6['hostAnchorId']?this[_0x17ddbf(0x445)](_0x156ee6[_0x17ddbf(0x659)]):_0x156ee6[_0x17ddbf(0x1b3)]?this[_0x17ddbf(0x187)](_0x156ee6[_0x17ddbf(0x1b3)]):null;return!!(_0x1c470f!=null&&_0x1c470f['contains'](_0x4148ec));}};function st(_0x2305ba,_0x9a1855,_0x50e617=ut(_0x2305ba),_0x11c7e0={}){const _0x5b331e=_0x5b38ef;var _0x1ceaa5,_0x220c3b;let _0x225d83=_0x2305ba[_0x5b331e(0x42c)][_0x5b331e(0x187)](_0x9a1855),_0x22a83c=_0x11c7e0[_0x5b331e(0xb4)]??(_0x11c7e0[_0x5b331e(0x672)]===!0x1?void 0x0:((_0x1ceaa5=_0x2305ba[_0x5b331e(0x17e)])==null?void 0x0:_0x1ceaa5[_0x5b331e(0x42c)])??ct(_0x2305ba)),_0x2096b3=!_0x11c7e0[_0x5b331e(0xb4)]&&_0x22a83c!==((_0x220c3b=_0x2305ba['runtimeScope'])==null?void 0x0:_0x220c3b[_0x5b331e(0x42c)]),_0x4d63a3=pt(_0x225d83,_0x2305ba['childUnitId'],_0x22a83c);if(!_0x4d63a3){_0x2096b3&&(_0x22a83c==null||_0x22a83c[_0x5b331e(0x565)]());return;}_0x50e617[_0x5b331e(0x4e8)]['embedChildRenderUnitId']=_0x2305ba[_0x5b331e(0x1b3)],_0x50e617[_0x5b331e(0x4e8)][_0x5b331e(0x411)]=_0x2305ba[_0x5b331e(0x259)][_0x5b331e(0x32c)];try{var _0x35de21,_0x476955;(_0x35de21=(_0x476955=_0x4d63a3['engine'])[_0x5b331e(0x65f)])==null||_0x35de21[_0x5b331e(0x591)](_0x476955);}catch{}_0x4d63a3['engine'][_0x5b331e(0x5c0)](_0x50e617),dt(_0x4d63a3,_0x50e617),ht(_0x4d63a3,{'activate':_0x11c7e0['activate']??!0x0});let _0x301175=lt(_0x4d63a3,_0x50e617,{'activate':!0x1});return(0x0,n['toDisposable'])(()=>{const _0x4ea69a=_0x5b331e;var _0x2e742d;_0x301175[_0x4ea69a(0x565)]();try{var _0x9aa072,_0x317d7d;(_0x9aa072=(_0x317d7d=_0x4d63a3[_0x4ea69a(0x324)])[_0x4ea69a(0x65f)])==null||_0x9aa072[_0x4ea69a(0x591)](_0x317d7d);}catch{}(_0x2e742d=_0x225d83[_0x4ea69a(0x123)])==null||_0x2e742d[_0x4ea69a(0x591)](_0x225d83,_0x2305ba[_0x4ea69a(0x1b3)]),_0x50e617[_0x4ea69a(0x4f9)](_0x4ea69a(0x4f2)),_0x50e617[_0x4ea69a(0x4f9)](_0x4ea69a(0x2a4)),_0x2096b3&&(_0x22a83c==null||_0x22a83c[_0x4ea69a(0x565)]());});}function ct(_0x6ffdd2){const _0x50eb7f=_0x5b38ef;if(typeof _0x6ffdd2[_0x50eb7f(0x42c)][_0x50eb7f(0x6b7)]==_0x50eb7f(0xeb)&&!(!_0x6ffdd2[_0x50eb7f(0x42c)][_0x50eb7f(0x6b7)](n[_0x50eb7f(0x15a)])||!_0x6ffdd2[_0x50eb7f(0x42c)][_0x50eb7f(0x6b7)](n[_0x50eb7f(0x4bb)])))return ue(_0x6ffdd2);}function lt(_0x2f7d8d,_0x142763,_0x4232f2={}){const _0x4b90b6=_0x5b38ef;if(typeof ResizeObserver>'u')return(0x0,n['toDisposable'])(()=>{});let _0x49981d=-0x1,_0x259940=-0x1,_0x6555de=0x0,_0x54977a=new ResizeObserver(_0x397264=>{const _0x38456b=_0x241e;var _0x32c17d;let _0x176e82=(_0x32c17d=_0x397264[0x0])==null?void 0x0:_0x32c17d[_0x38456b(0x22c)],_0x1a0c23=(_0x176e82==null?void 0x0:_0x176e82[_0x38456b(0x33d)])??_0x142763[_0x38456b(0x145)],_0x30fee8=(_0x176e82==null?void 0x0:_0x176e82['height'])??_0x142763[_0x38456b(0x32f)];(_0x1a0c23!==_0x49981d||_0x30fee8!==_0x259940)&&(_0x49981d=_0x1a0c23,_0x259940=_0x30fee8,_0x6555de&&window[_0x38456b(0x46d)](_0x6555de),_0x6555de=window[_0x38456b(0x746)](()=>{const _0x4e9f6e=_0x38456b;_0x6555de=0x0,ht(_0x2f7d8d,{'activate':_0x4232f2[_0x4e9f6e(0x728)]??!0x1});}));});return _0x54977a['observe'](_0x142763),(0x0,n[_0x4b90b6(0x5dc)])(()=>{const _0x15555f=_0x4b90b6;_0x6555de&&window[_0x15555f(0x46d)](_0x6555de),_0x54977a[_0x15555f(0x5ce)]();});}function ut(_0x4b6780){const _0x4374fc=_0x5b38ef;return _0x4b6780['runtimeScope'][_0x4374fc(0x1c0)][_0x4374fc(0x6d1)]??_0x4b6780[_0x4374fc(0x259)][_0x4374fc(0xd8)]??_0x4b6780['renderScope'][_0x4374fc(0x716)]??_0x4b6780[_0x4374fc(0x259)][_0x4374fc(0x298)];}function dt(_0x5e4a30,_0x146079){const _0x445ba0=_0x5b38ef;var _0x12008f,_0x23acd5,_0x5755a7,_0x16d590,_0x81e502;let _0x163950=((_0x12008f=(_0x23acd5=_0x5e4a30[_0x445ba0(0x324)])[_0x445ba0(0x4ad)])==null?void 0x0:_0x12008f[_0x445ba0(0x591)](_0x23acd5))??((_0x5755a7=(_0x16d590=_0x5e4a30[_0x445ba0(0x324)])[_0x445ba0(0x3be)])==null||(_0x5755a7=_0x5755a7['call'](_0x16d590))==null||(_0x81e502=_0x5755a7[_0x445ba0(0x692)])==null?void 0x0:_0x81e502[_0x445ba0(0x591)](_0x5755a7));!_0x163950||_0x163950[_0x445ba0(0x3a7)]===_0x146079||_0x146079[_0x445ba0(0x33e)](_0x163950);}function ft(_0x1951eb,_0x5c2c87,_0x51b3e5){const _0x49f0f6=_0x5b38ef;try{let _0x572c37=_0x1951eb[_0x49f0f6(0x274)](_0x5c2c87);if(_0x572c37){var _0x18eb83;if(!_0x51b3e5||mt(_0x572c37)===_0x51b3e5)return _0x572c37;(_0x18eb83=_0x1951eb[_0x49f0f6(0x123)])==null||_0x18eb83[_0x49f0f6(0x591)](_0x1951eb,_0x5c2c87);}return _0x1951eb['createRender'](_0x5c2c87,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x51b3e5,'skipAutoRender':!0x0});}catch{return;}}function pt(_0x20a150,_0x45ba48,_0x47ccfb){const _0xaf140d=_0x5b38ef;try{let _0x2a2d87=_0x20a150[_0xaf140d(0x274)](_0x45ba48);if(_0x2a2d87){var _0x11ca44;if(!_0x47ccfb||mt(_0x2a2d87)===_0x47ccfb)return _0x2a2d87;(_0x11ca44=_0x20a150[_0xaf140d(0x123)])==null||_0x11ca44[_0xaf140d(0x591)](_0x20a150,_0x45ba48);}return _0x20a150[_0xaf140d(0x283)](_0x45ba48,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x47ccfb,'skipAutoRender':!0x0});}catch(_0x4b07d0){var _0x5404b9;(_0x5404b9=_0x20a150[_0xaf140d(0x123)])==null||_0x5404b9[_0xaf140d(0x591)](_0x20a150,_0x45ba48),console[_0xaf140d(0x39b)](_0xaf140d(0x278),_0x4b07d0);return;}}function mt(_0x563bba){const _0x17c96b=_0x5b38ef;try{var _0x2b9cd4;return(_0x2b9cd4=_0x563bba[_0x17c96b(0x69e)])==null?void 0x0:_0x2b9cd4[_0x17c96b(0x591)](_0x563bba,n[_0x17c96b(0x5ff)]);}catch{return;}}function ht(_0x16e065,_0x1e16e4={}){const _0x22f8c1=_0x5b38ef;var _0x4ce5ea,_0x5237ca,_0x2ede92,_0x12be08;if(_0x1e16e4[_0x22f8c1(0x728)]){var _0x4ac99f;(_0x4ac99f=_0x16e065[_0x22f8c1(0x728)])==null||_0x4ac99f[_0x22f8c1(0x591)](_0x16e065);}_0x16e065[_0x22f8c1(0x324)]['resize'](),_0x16e065[_0x22f8c1(0x6d2)][_0x22f8c1(0x53f)](_0x3e6aba=>{const _0x53c9bb=_0x22f8c1;var _0x227a74,_0x5a5f91;(_0x227a74=_0x3e6aba[_0x53c9bb(0x2bd)])==null||_0x227a74['call'](_0x3e6aba,!0x0),(_0x5a5f91=_0x3e6aba[_0x53c9bb(0x373)])==null||_0x5a5f91[_0x53c9bb(0x591)](_0x3e6aba,!0x0);}),(_0x4ce5ea=_0x16e065['mainComponent'])==null||(_0x5237ca=_0x4ce5ea[_0x22f8c1(0x373)])==null||_0x5237ca[_0x22f8c1(0x591)](_0x4ce5ea,!0x0),_0x16e065[_0x22f8c1(0x564)][_0x22f8c1(0x373)](),(_0x2ede92=(_0x12be08=_0x16e065[_0x22f8c1(0x564)])['render'])==null||_0x2ede92[_0x22f8c1(0x591)](_0x12be08);}var gt=class{constructor(){const _0x2303bf=_0x5b38ef;H(this,_0x2303bf(0x227),new Map()),H(this,'_contextsByEmbedId',new Map()),H(this,_0x2303bf(0x174),new Map()),H(this,_0x2303bf(0x744),new Map());}['register'](_0x1875ee){const _0x4ee07d=_0x5b38ef;return this[_0x4ee07d(0x227)]['set'](_0x1875ee[_0x4ee07d(0x210)],_0x1875ee),(0x0,n[_0x4ee07d(0x5dc)])(()=>{const _0x59efe5=_0x4ee07d;this[_0x59efe5(0x227)][_0x59efe5(0x187)](_0x1875ee[_0x59efe5(0x210)])===_0x1875ee&&this[_0x59efe5(0x227)][_0x59efe5(0x720)](_0x1875ee['childType']);});}[_0x5b38ef(0x187)](_0x45e499){return this['_providers']['get'](_0x45e499);}[_0x5b38ef(0x44d)](_0x2efc80){const _0x39c746=_0x5b38ef;return this[_0x39c746(0x47f)][_0x39c746(0x534)](_0x2efc80[_0x39c746(0x2a5)],_0x2efc80),this['_contextsByHostAnchorId']['set'](_0x2efc80[_0x39c746(0x212)][_0x39c746(0x659)],_0x2efc80),this['_contextsByChildUnitId']['set'](_0x2efc80[_0x39c746(0x1b3)],_0x2efc80),(0x0,n[_0x39c746(0x5dc)])(()=>{const _0x1df7ad=_0x39c746;this[_0x1df7ad(0x47f)][_0x1df7ad(0x187)](_0x2efc80['embedId'])===_0x2efc80&&this[_0x1df7ad(0x47f)][_0x1df7ad(0x720)](_0x2efc80[_0x1df7ad(0x2a5)]),this['_contextsByHostAnchorId'][_0x1df7ad(0x187)](_0x2efc80[_0x1df7ad(0x212)][_0x1df7ad(0x659)])===_0x2efc80&&this['_contextsByHostAnchorId'][_0x1df7ad(0x720)](_0x2efc80[_0x1df7ad(0x212)][_0x1df7ad(0x659)]),this[_0x1df7ad(0x744)][_0x1df7ad(0x187)](_0x2efc80[_0x1df7ad(0x1b3)])===_0x2efc80&&this[_0x1df7ad(0x744)][_0x1df7ad(0x720)](_0x2efc80[_0x1df7ad(0x1b3)]);});}[_0x5b38ef(0x580)](_0x57878d){const _0x37e923=_0x5b38ef;return this[_0x37e923(0x47f)][_0x37e923(0x187)](_0x57878d);}['getContextByHostAnchorId'](_0xc22006){const _0x18bdd3=_0x5b38ef;return this['_contextsByHostAnchorId'][_0x18bdd3(0x187)](_0xc22006);}[_0x5b38ef(0x608)](_0x45a92d){const _0x1bce78=_0x5b38ef;return this[_0x1bce78(0x744)][_0x1bce78(0x187)](_0x45a92d);}[_0x5b38ef(0x2ad)](_0x4bd407){const _0x525d9c=_0x5b38ef;let _0x38fe7c=this[_0x525d9c(0x187)](_0x4bd407[_0x525d9c(0x210)]);return _0x38fe7c?Promise['resolve'](_0x38fe7c[_0x525d9c(0x2ad)](_0x4bd407)):Promise[_0x525d9c(0x13f)](_t(_0x4bd407));}['captureByEmbedId'](_0x1ca1e5){const _0xdf00d5=_0x5b38ef;let _0x237d2f=this['getContextByEmbedId'](_0x1ca1e5);return _0x237d2f?this[_0xdf00d5(0x2ad)](_0x237d2f):Promise[_0xdf00d5(0x13f)](void 0x0);}[_0x5b38ef(0x64b)](_0x107bdb){const _0x303741=_0x5b38ef;let _0x2db57e=this[_0x303741(0x517)](_0x107bdb);return _0x2db57e?this['capture'](_0x2db57e):Promise[_0x303741(0x13f)](void 0x0);}[_0x5b38ef(0x234)](_0x5a0e48){const _0x33fc5b=_0x5b38ef;let _0x3d287e=this['getContextByChildUnitId'](_0x5a0e48);return _0x3d287e?this[_0x33fc5b(0x2ad)](_0x3d287e):Promise[_0x33fc5b(0x13f)](void 0x0);}};function _t(_0x20586d){const _0x147526=_0x5b38ef;if(!_0x20586d[_0x147526(0x259)])return;let _0x5beb3d=[_0x20586d['renderScope']['canvasRoot'],_0x20586d['renderScope'][_0x147526(0x716)],_0x20586d[_0x147526(0x259)][_0x147526(0x298)]]['filter'](_0x21ce4e=>!!_0x21ce4e),_0x2831cd=Array[_0x147526(0x23b)](new Set(_0x5beb3d[_0x147526(0x395)](_0x5d083f=>Array[_0x147526(0x23b)](_0x5d083f['querySelectorAll'](_0x147526(0x6d1))))))[_0x147526(0xc9)](_0x51ef1c=>_0x51ef1c['width']>0x1&&_0x51ef1c['height']>0x1)[_0x147526(0x4c5)]((_0x34c6e6,_0x59617a)=>_0x59617a[_0x147526(0x33d)]*_0x59617a[_0x147526(0x658)]-_0x34c6e6['width']*_0x34c6e6[_0x147526(0x658)]);for(let _0x32108a of _0x2831cd)try{return _0x32108a['toDataURL'](_0x147526(0x6ba));}catch{}}function Y(_0x5e0ed2,_0x5af389){return function(_0x5843c1,_0x161bfb){_0x5af389(_0x5843c1,_0x161bfb,_0x5e0ed2);};}function X(_0x4d6571,_0x437975,_0x43813a,_0x223322){const _0x29500a=_0x5b38ef;var _0x1b2619=arguments['length'],_0x1f3c84=_0x1b2619<0x3?_0x437975:_0x223322===null?_0x223322=Object[_0x29500a(0x186)](_0x437975,_0x43813a):_0x223322,_0x52396c;if(typeof Reflect==_0x29500a(0x4c3)&&typeof Reflect['decorate']==_0x29500a(0xeb))_0x1f3c84=Reflect[_0x29500a(0x454)](_0x4d6571,_0x437975,_0x43813a,_0x223322);else{for(var _0x38899c=_0x4d6571[_0x29500a(0x3da)]-0x1;_0x38899c>=0x0;_0x38899c--)(_0x52396c=_0x4d6571[_0x38899c])&&(_0x1f3c84=(_0x1b2619<0x3?_0x52396c(_0x1f3c84):_0x1b2619>0x3?_0x52396c(_0x437975,_0x43813a,_0x1f3c84):_0x52396c(_0x437975,_0x43813a))||_0x1f3c84);}return _0x1b2619>0x3&&_0x1f3c84&&Object[_0x29500a(0x61a)](_0x437975,_0x43813a,_0x1f3c84),_0x1f3c84;}const vt='EMBED_DUPLICATE_CHILD_UNIT';var yt=class extends Error{constructor(_0x475272,_0x4c422f){const _0xbc31d=_0x5b38ef;super(vt+':\x20'+_0x475272),this[_0xbc31d(0x1b3)]=_0x475272,this[_0xbc31d(0x3fd)]=_0x4c422f,H(this,'code',vt),this[_0xbc31d(0x1f3)]=_0xbc31d(0x5de);}};let bt=class{constructor(_0x2368a0,_0x4673c8,_0x352e8a,_0x19aeba,_0x8d778a,_0xc186a6,_0x51997e,_0x13807c){const _0x4fc0d4=_0x5b38ef;this[_0x4fc0d4(0x742)]=_0x2368a0,this[_0x4fc0d4(0x62a)]=_0x4673c8,this[_0x4fc0d4(0x3e9)]=_0x352e8a,this[_0x4fc0d4(0x4a7)]=_0x19aeba,this[_0x4fc0d4(0x39e)]=_0x8d778a,this[_0x4fc0d4(0x242)]=_0xc186a6,this[_0x4fc0d4(0x368)]=_0x51997e,this[_0x4fc0d4(0x483)]=_0x13807c,H(this,'_sessions',new Map()),H(this,_0x4fc0d4(0x3c8),new Map()),H(this,_0x4fc0d4(0x733),new Map());}[_0x5b38ef(0x5c0)](_0x2c6814){const _0x5381e6=_0x5b38ef;return this[_0x5381e6(0x27d)](_0x2c6814);}[_0x5b38ef(0x4db)](_0x3d320f,_0x5dabb7,_0x518b4f){const _0x4206cd=_0x5b38ef;return this[_0x4206cd(0x27d)](_0x3d320f,{'hostElement':_0x5dabb7,'runtimeRoots':_0x518b4f});}['_mountResolvedHost'](_0x2d45a0,_0x3661f4){const _0x891d96=_0x5b38ef;var _0x24c642,_0x4a704a;if(!_0x2d45a0['childUnitId']||_0x2d45a0['childType']==null)throw Error(_0x891d96(0x347));this[_0x891d96(0x4c2)](_0x2d45a0),this[_0x891d96(0x65f)](_0x2d45a0[_0x891d96(0x2a5)]);let _0x4d3fbd={'hostUnitId':_0x2d45a0[_0x891d96(0x17b)],'embedId':_0x2d45a0[_0x891d96(0x2a5)],'childUnitId':_0x2d45a0[_0x891d96(0x1b3)]},_0x1f45f7=this[_0x891d96(0x3b2)](_0x2d45a0),_0x41512f=this[_0x891d96(0x742)][_0x891d96(0x187)](_0x2d45a0[_0x891d96(0x5ae)],_0x2d45a0[_0x891d96(0x5d9)]);if(!_0x41512f||!this[_0x891d96(0x742)][_0x891d96(0x4f6)](_0x2d45a0[_0x891d96(0x5ae)],_0x2d45a0[_0x891d96(0x5d9)],_0x1f45f7))throw Error(_0x891d96(0x28a));let _0x54126e=this[_0x891d96(0x368)][_0x891d96(0x52c)](_0x4d3fbd),_0x5cf265=this['_childViewRegistry'][_0x891d96(0x187)](_0x2d45a0[_0x891d96(0x210)]);if(_0x54126e[_0x891d96(0x2a7)]&&!(_0x5cf265!=null&&_0x5cf265[_0x891d96(0x38a)][_0x891d96(0x691)](_0x1f45f7)))throw Error(_0x891d96(0x377));let _0x5c212c={'descriptor':_0x2d45a0,'layout':_0x1f45f7,'injector':this[_0x891d96(0x483)],'hostUnitId':_0x2d45a0[_0x891d96(0x17b)],'embedId':_0x2d45a0['embedId'],'childUnitId':_0x2d45a0[_0x891d96(0x1b3)],'childType':_0x2d45a0[_0x891d96(0x210)]},_0x30fb74=[],_0x2453bb=_0x3661f4??((_0x24c642=_0x41512f[_0x891d96(0x5c0)])==null?void 0x0:_0x24c642[_0x891d96(0x591)](_0x41512f,_0x5c212c)),_0x1f8f41=this[_0x891d96(0x633)](_0x2453bb);if(_0x1f8f41[_0x891d96(0x1e2)]&&_0x30fb74[_0x891d96(0x56f)](_0x1f8f41[_0x891d96(0x1e2)]),_0x5c212c[_0x891d96(0x3c9)]=_0x1f8f41['hostElement']??_0x5c212c[_0x891d96(0x3c9)],_0x5c212c[_0x891d96(0x412)]=_0x5c212c[_0x891d96(0x3c9)],!_0x5c212c['hostElement']||!_0x5c212c['container'])throw[..._0x30fb74][_0x891d96(0x23a)]()[_0x891d96(0x53f)](_0x203add=>_0x203add[_0x891d96(0x565)]()),Error(_0x891d96(0xc0));if(_0x1f8f41[_0x891d96(0x402)]||_0x30fb74[_0x891d96(0x56f)](te(_0x5c212c[_0x891d96(0x3c9)])),!_0x54126e[_0x891d96(0x2a7)])return this[_0x891d96(0x255)](_0x2d45a0,_0x1f45f7,_0x5c212c[_0x891d96(0x3c9)],_0x1f8f41['runtimeRoots'],_0x30fb74,_0x54126e[_0x891d96(0x2f2)]);if(!_0x5cf265)throw[..._0x30fb74]['reverse']()['forEach'](_0x53b178=>_0x53b178[_0x891d96(0x565)]()),Error('EMBED_MOUNT_CHILD_NOT_REGISTERED');let {renderScope:_0x4eb875,disposable:_0x48270e,setActive:_0x44d2d7}=this[_0x891d96(0x664)](_0x2d45a0,_0x1f45f7,_0x5c212c[_0x891d96(0x3c9)],_0x1f8f41[_0x891d96(0x402)]);_0x30fb74[_0x891d96(0x56f)](_0x48270e);let _0x2e2487={..._0x5c212c,'hostElement':_0x5c212c[_0x891d96(0x3c9)],'container':_0x5c212c[_0x891d96(0x412)],'renderScope':_0x4eb875},{runtimeScope:_0x21e319,disposable:_0x332055}=Qe(_0x2e2487,_0x44d2d7,_0x5cf265[_0x891d96(0x16e)]),_0x3364a4={..._0x2e2487,'runtimeScope':_0x21e319};_0x30fb74[_0x891d96(0x56f)](_0x332055);let _0x47f33b=this[_0x891d96(0x3ee)](_0x2d45a0,_0x5c212c[_0x891d96(0x3c9)],_0x4eb875,_0x21e319[_0x891d96(0x1c0)]);_0x47f33b&&_0x30fb74['push'](_0x47f33b),this[_0x891d96(0x483)][_0x891d96(0x6b7)](G)&&_0x30fb74['push'](this[_0x891d96(0x483)][_0x891d96(0x187)](G)[_0x891d96(0x679)]({'embedId':_0x2d45a0['embedId'],'hostUnitId':_0x2d45a0[_0x891d96(0x17b)],'childUnitId':_0x2d45a0['childUnitId'],'childType':_0x2d45a0[_0x891d96(0x210)]}));let _0x501b78=_0x21e319[_0x891d96(0x42c)]===_0x5c212c[_0x891d96(0x42c)]?void 0x0:_0x21e319[_0x891d96(0x6cb)];_0x30fb74[_0x891d96(0x56f)](this[_0x891d96(0x416)](_0x2d45a0,_0x5c212c[_0x891d96(0x3c9)],_0x4eb875[_0x891d96(0x32c)],_0x501b78)),_0x30fb74[_0x891d96(0x56f)](this[_0x891d96(0x4a7)][_0x891d96(0x44d)](_0x3364a4));let _0x38f061=this[_0x891d96(0x429)](_0x2d45a0),_0x57def2=(_0x4a704a=_0x5cf265['mount'])==null?void 0x0:_0x4a704a['call'](_0x5cf265,_0x3364a4);if(_0x57def2&&_0x30fb74[_0x891d96(0x56f)](_0x57def2),_0x30fb74['push'](_0x38f061),_0x30fb74[_0x891d96(0x56f)](this[_0x891d96(0x368)]['registerMountedRuntime'](_0x4d3fbd)),_0x4eb875['mode']==='float'){let _0x243647=this['_mountFloatingMenu'](_0x3364a4);_0x243647&&_0x30fb74['push'](_0x243647);}let _0x2d38ae={'hostUnitId':_0x2d45a0[_0x891d96(0x17b)],'embedId':_0x2d45a0[_0x891d96(0x2a5)],'childUnitId':_0x2d45a0[_0x891d96(0x1b3)],'childType':_0x2d45a0['childType'],'entry':_0x2d45a0[_0x891d96(0x5d9)],'layout':_0x1f45f7,'hostElement':_0x5c212c[_0x891d96(0x3c9)],'context':_0x3364a4};return this[_0x891d96(0x6fd)][_0x891d96(0x534)](_0x2d45a0['embedId'],{'session':_0x2d38ae,'disposables':_0x30fb74,'setActive':_0x44d2d7}),_0x1f45f7!==_0x891d96(0x668)&&this['_initializeFloatingSessionActiveState'](_0x2d45a0,_0x1f45f7,_0x44d2d7),_0x2d38ae;}[_0x5b38ef(0x255)](_0x512710,_0x3e71c8,_0x46dfb7,_0x528f52,_0x4f77b5,_0x29bbd1){const _0x2c5f6d=_0x5b38ef;let _0x50f0fb=(_0x528f52==null?void 0x0:_0x528f52[_0x2c5f6d(0x8b)])??z(_0x46dfb7,_0x2c5f6d(0x2af))??_0x46dfb7,_0x6d4da0=St(_0x29bbd1);_0x50f0fb[_0x2c5f6d(0x3ce)](_0x6d4da0),_0x4f77b5[_0x2c5f6d(0x56f)]((0x0,n['toDisposable'])(()=>{const _0x10b281=_0x2c5f6d;_0x6d4da0[_0x10b281(0x3a7)]===_0x50f0fb&&_0x6d4da0['remove']();}));let _0x10a233={'hostUnitId':_0x512710[_0x2c5f6d(0x17b)],'embedId':_0x512710['embedId'],'childUnitId':_0x512710[_0x2c5f6d(0x1b3)],'childType':_0x512710[_0x2c5f6d(0x210)],'entry':_0x512710[_0x2c5f6d(0x5d9)],'layout':_0x3e71c8,'hostElement':_0x46dfb7};return this[_0x2c5f6d(0x6fd)][_0x2c5f6d(0x534)](_0x512710[_0x2c5f6d(0x2a5)],{'session':_0x10a233,'disposables':_0x4f77b5,'setActive':()=>{}}),_0x10a233;}[_0x5b38ef(0x88)](_0x4030c6,_0x2044be,_0x10f4b9){const _0x5c24d4=_0x5b38ef;if(_0x2044be!=='tab-peer'){if(this[_0x5c24d4(0x483)][_0x5c24d4(0x6b7)](e[_0x5c24d4(0x389)])){let _0x496236=this[_0x5c24d4(0x483)]['get'](e[_0x5c24d4(0x389)])[_0x5c24d4(0x5d4)]();if((_0x496236==null?void 0x0:_0x496236[_0x5c24d4(0x17b)])===_0x4030c6[_0x5c24d4(0x17b)]){_0x10f4b9(_0x496236[_0x5c24d4(0x2a5)]===_0x4030c6['embedId']);return;}}_0x10f4b9(!0x1);}}[_0x5b38ef(0x65f)](_0x1e0693){const _0x22336c=_0x5b38ef;let _0x325019=this['_sessions']['get'](_0x1e0693);_0x325019&&(this[_0x22336c(0x747)](_0x1e0693),this[_0x22336c(0x6d4)](_0x1e0693),[..._0x325019['disposables']][_0x22336c(0x23a)]()[_0x22336c(0x53f)](_0x2c4e3e=>_0x2c4e3e['dispose']()),this[_0x22336c(0x6fd)][_0x22336c(0x720)](_0x1e0693));}['getSession'](_0x482b2a){const _0x4d6008=_0x5b38ef;var _0x18ee2d;return(_0x18ee2d=this[_0x4d6008(0x6fd)][_0x4d6008(0x187)](_0x482b2a))==null?void 0x0:_0x18ee2d[_0x4d6008(0x712)];}['listSessions'](){const _0x34581c=_0x5b38ef;return[...this[_0x34581c(0x6fd)]['values']()][_0x34581c(0x264)](({session:_0x13ecec})=>_0x13ecec);}[_0x5b38ef(0x1a1)](_0x4e44be){const _0x5021cc=_0x5b38ef;let _0x4bbe00=this[_0x5021cc(0x6fd)]['get'](_0x4e44be);if(_0x4bbe00){if(_0x4bbe00[_0x5021cc(0x712)]['layout']!==_0x5021cc(0x668)){this['_sessions'][_0x5021cc(0x53f)](_0x5c2673=>{const _0x23afbc=_0x5021cc;_0x5c2673[_0x23afbc(0x712)][_0x23afbc(0x502)]!=='tab-peer'&&_0x5c2673[_0x23afbc(0x712)]['hostUnitId']===_0x4bbe00[_0x23afbc(0x712)][_0x23afbc(0x17b)]&&_0x5c2673[_0x23afbc(0x6a1)](_0x5c2673[_0x23afbc(0x712)][_0x23afbc(0x2a5)]===_0x4e44be);});return;}this[_0x5021cc(0x1fb)](_0x4bbe00['session']),this[_0x5021cc(0x6fd)][_0x5021cc(0x53f)](_0x30b7f9=>{const _0x33b0e9=_0x5021cc;_0x30b7f9[_0x33b0e9(0x712)][_0x33b0e9(0x502)]==='tab-peer'&&_0x30b7f9[_0x33b0e9(0x712)][_0x33b0e9(0x17b)]===_0x4bbe00['session'][_0x33b0e9(0x17b)]&&_0x30b7f9[_0x33b0e9(0x6a1)](_0x30b7f9[_0x33b0e9(0x712)][_0x33b0e9(0x2a5)]===_0x4e44be);}),this[_0x5021cc(0x473)](_0x4bbe00[_0x5021cc(0x712)]),this['_refreshTabPeerRender'](_0x4bbe00[_0x5021cc(0x712)]);}}[_0x5b38ef(0x50a)](_0x201b16){const _0x31ac0d=_0x5b38ef;let _0xbb1f32=this['_tabFocusLeases'][_0x31ac0d(0x6b7)](_0x201b16);return this[_0x31ac0d(0x747)](_0x201b16),_0xbb1f32;}[_0x5b38ef(0x1a5)](_0x20d72e){const _0x2e367a=_0x5b38ef;let _0x49f8c5=[];return this[_0x2e367a(0x6fd)][_0x2e367a(0x53f)](_0x2f358c=>{const _0x146e33=_0x2e367a;_0x2f358c[_0x146e33(0x712)]['layout']===_0x146e33(0x668)&&(_0x20d72e&&_0x2f358c[_0x146e33(0x712)]['embedId']!==_0x20d72e||(this[_0x146e33(0x35b)](_0x2f358c['session']),this[_0x146e33(0x747)](_0x2f358c[_0x146e33(0x712)][_0x146e33(0x2a5)]),_0x2f358c[_0x146e33(0x6a1)](!0x1),this['_releaseTabPeerHostRenderLease'](_0x2f358c[_0x146e33(0x712)][_0x146e33(0x2a5)]),_0x49f8c5[_0x146e33(0x56f)](_0x2f358c[_0x146e33(0x712)])));}),_0x49f8c5;}[_0x5b38ef(0xb5)](_0x4824a8){const _0x5a5963=_0x5b38ef;let _0x3edca3=this[_0x5a5963(0x6fd)][_0x5a5963(0x187)](_0x4824a8);if(!(!_0x3edca3||_0x3edca3[_0x5a5963(0x712)]['layout']===_0x5a5963(0x668)))return this[_0x5a5963(0x35b)](_0x3edca3[_0x5a5963(0x712)]),_0x3edca3[_0x5a5963(0x6a1)](!0x1),_0x3edca3[_0x5a5963(0x712)];}[_0x5b38ef(0x6a1)](_0x93cbc0,_0x3c4433){const _0x1e89c8=_0x5b38ef;var _0x1945e8;(_0x1945e8=this['_sessions'][_0x1e89c8(0x187)](_0x93cbc0))==null||_0x1945e8[_0x1e89c8(0x6a1)](_0x3c4433);}['_runChildBeforeDeactivate'](_0x5b8093){const _0x36475a=_0x5b38ef;let _0x29ab8d=_0x5b8093[_0x36475a(0x1c3)];if(!_0x29ab8d)return;let _0x319479=this[_0x36475a(0x62a)][_0x36475a(0x187)](_0x5b8093[_0x36475a(0x210)]);if(_0x319479!=null&&_0x319479[_0x36475a(0x741)])try{_0x319479[_0x36475a(0x741)](_0x29ab8d);}catch(_0x3e245f){console[_0x36475a(0x39b)]('[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view',_0x3e245f);}}['_suspendTabPeerHostRender'](_0x4fa5b8){const _0x971ef5=_0x5b38ef;var _0x51d706;let _0x152401=(_0x51d706=_0x4fa5b8[_0x971ef5(0x1c3)])==null?void 0x0:_0x51d706[_0x971ef5(0x42c)];if(!(_0x152401!=null&&_0x152401['has'](u[_0x971ef5(0x45d)])))return;let _0x20f35a=this[_0x971ef5(0x733)][_0x971ef5(0x187)](_0x4fa5b8['hostUnitId']);if(_0x20f35a){this[_0x971ef5(0x733)][_0x971ef5(0x534)](_0x4fa5b8['hostUnitId'],{..._0x20f35a,'embedId':_0x4fa5b8[_0x971ef5(0x2a5)]});return;}let _0x23da19=_0x152401[_0x971ef5(0x187)](u[_0x971ef5(0x45d)])[_0x971ef5(0x274)](_0x4fa5b8[_0x971ef5(0x17b)]);if(!_0x23da19||_0x23da19['isMainScene']===!0x1||_0x23da19[_0x971ef5(0x382)]())return;let _0x246c13=_0x23da19[_0x971ef5(0x324)]['getCanvasElement']()[_0x971ef5(0x3a7)];_0x246c13&&(_0x23da19[_0x971ef5(0x62f)](),_0x23da19[_0x971ef5(0x324)][_0x971ef5(0x65f)](),this[_0x971ef5(0x733)][_0x971ef5(0x534)](_0x4fa5b8[_0x971ef5(0x17b)],{'embedId':_0x4fa5b8[_0x971ef5(0x2a5)],'render':_0x23da19,'parentElement':_0x246c13}));}[_0x5b38ef(0x6d4)](_0x11499a){const _0x13ddeb=_0x5b38ef;this[_0x13ddeb(0x733)]['forEach']((_0x486c04,_0x53e373)=>{const _0x4fb5a1=_0x13ddeb;_0x486c04['embedId']===_0x11499a&&(this['_tabHostRenderLeases'][_0x4fb5a1(0x720)](_0x53e373),!(_0x486c04[_0x4fb5a1(0x85)]['isDisposed']()||!_0x486c04[_0x4fb5a1(0x3a7)][_0x4fb5a1(0x94)])&&(_0x486c04[_0x4fb5a1(0x85)][_0x4fb5a1(0x324)]['getCanvasElement']()[_0x4fb5a1(0x3a7)]!==_0x486c04[_0x4fb5a1(0x3a7)]&&_0x486c04[_0x4fb5a1(0x85)]['engine'][_0x4fb5a1(0x5c0)](_0x486c04[_0x4fb5a1(0x3a7)]),ht(_0x486c04[_0x4fb5a1(0x85)],{'activate':!0x0})));});}[_0x5b38ef(0x3b2)](_0x586ac2){const _0x25fe29=_0x5b38ef;var _0x3a7799,_0x1707c3;let _0x29c74b=((_0x3a7799=_0x586ac2['sourceMeta'])==null?void 0x0:_0x3a7799[_0x25fe29(0x1ec)])||void 0x0;if(_0x29c74b!=null&&_0x29c74b[_0x25fe29(0x502)])return _0x29c74b['layout'];let _0x433190=((_0x1707c3=_0x586ac2[_0x25fe29(0x2d7)])==null?void 0x0:_0x1707c3[_0x25fe29(0x351)])||void 0x0;if(_0x433190!=null&&_0x433190[_0x25fe29(0x5a3)])return _0x25fe29(0x668);throw Error(_0x25fe29(0x290));}[_0x5b38ef(0x664)](_0x166f2e,_0x30ede2,_0x38120a,_0x4840e8){const _0x1f63c4=_0x5b38ef;var _0x11f79f,_0x1e74d1;let _0xfda8fa=new l[(_0x1f63c4(0x407))](!0x0),_0x4456c6=_0x166f2e[_0x1f63c4(0x659)],_0x526101=(_0x11f79f=_0x166f2e[_0x1f63c4(0x2d7)])==null?void 0x0:_0x11f79f[_0x1f63c4(0x351)],_0x216e8f=_0x526101&&_0x526101[_0x1f63c4(0x5a3)]?_0x1f63c4(0x351):(_0x1e74d1=_0x166f2e[_0x1f63c4(0x2d7)])!=null&&_0x1e74d1[_0x1f63c4(0x1ec)]?_0x1f63c4(0x384):_0x1f63c4(0x584),_0x28f6e0=(_0x4840e8==null?void 0x0:_0x4840e8['content'])??z(_0x38120a,_0x1f63c4(0x2af))??_0x38120a,_0x4f1bdc=(_0x4840e8==null?void 0x0:_0x4840e8[_0x1f63c4(0x6d1)])??z(_0x38120a,_0x1f63c4(0xa4))??_0x38120a,_0x31680c=(_0x4840e8==null?void 0x0:_0x4840e8['overlay'])??z(_0x38120a,'data-embed-overlay-root')??_0x38120a,_0x21e059=(_0x4840e8==null?void 0x0:_0x4840e8[_0x1f63c4(0x582)])??z(_0x38120a,_0x1f63c4(0x191))??_0x31680c,_0x24d97d=this[_0x1f63c4(0x3e9)][_0x1f63c4(0x2f4)]({'childUnitId':_0x166f2e[_0x1f63c4(0x1b3)],'embedId':_0x166f2e['embedId'],'hostAnchorId':_0x4456c6,'root':_0x31680c}),_0x1be515=_0x25cacc=>{const _0x4d1360=_0x1f63c4;_0xfda8fa[_0x4d1360(0x1ae)]()!==_0x25cacc&&(xt(_0x38120a,_0x25cacc,_0x216e8f),_0xfda8fa[_0x4d1360(0x193)](_0x25cacc));};return xt(_0x38120a,!0x0,_0x216e8f),{'renderScope':{'hostUnitId':_0x166f2e[_0x1f63c4(0x17b)],'hostAnchorId':_0x4456c6,'embedId':_0x166f2e['embedId'],'childUnitId':_0x166f2e[_0x1f63c4(0x1b3)],'childType':_0x166f2e[_0x1f63c4(0x210)],'layout':_0x30ede2,'mode':_0x216e8f,'rootElement':_0x38120a,'contentRoot':_0x28f6e0,'canvasRoot':_0x4f1bdc,'overlayRoot':_0x31680c,'popupRoot':_0x21e059,'menuOutlet':_0x4840e8!=null&&_0x4840e8['menuSlot']?{'container':_0x4840e8[_0x1f63c4(0x472)]}:void 0x0,'active$':_0xfda8fa[_0x1f63c4(0x62b)]()},'disposable':(0x0,n['toDisposable'])(()=>{const _0xf1eb3e=_0x1f63c4;_0x24d97d[_0xf1eb3e(0x565)](),_0x1be515(!0x1),_0xfda8fa['complete']();}),'setActive':_0x1be515};}[_0x5b38ef(0x3ee)](_0x328c6e,_0x46fbd1,_0x3ecd55,_0x291653){const _0x1c3b21=_0x5b38ef;let _0x37bb20=this[_0x1c3b21(0x483)][_0x1c3b21(0x6b7)](q),_0x183427=this[_0x1c3b21(0x483)][_0x1c3b21(0x6b7)](G);if(!_0x37bb20&&!_0x183427)return;let _0x488489=_0x37bb20?this['_injector']['get'](q):void 0x0,_0x3fb3cb=_0x183427?this[_0x1c3b21(0x483)][_0x1c3b21(0x187)](G):void 0x0,_0x5abce8=new Map(),_0x426a82=(_0xbe5a8d,_0x4d7fda)=>{const _0x7227f5=_0x1c3b21;if(!_0xbe5a8d)return;let _0x40dee3=_0x5abce8['get'](_0xbe5a8d);(!_0x40dee3||_0x40dee3===_0x7227f5(0x5a7))&&_0x5abce8['set'](_0xbe5a8d,_0x4d7fda);};_0x426a82(_0x46fbd1,'runtime'),_0x426a82(_0x3ecd55['rootElement'],_0x1c3b21(0x5a7)),_0x426a82(_0x3ecd55[_0x1c3b21(0x716)],_0x1c3b21(0x5a7)),_0x426a82(_0x3ecd55[_0x1c3b21(0xd8)],_0x1c3b21(0x5a7)),_0x426a82(_0x3ecd55[_0x1c3b21(0x287)],_0x1c3b21(0x5a7)),_0x426a82(_0x291653[_0x1c3b21(0x2b3)],_0x1c3b21(0x5a7)),_0x426a82(_0x291653['content'],_0x1c3b21(0x5a7)),_0x426a82(_0x291653[_0x1c3b21(0x6d1)],_0x1c3b21(0x5a7)),_0x426a82(_0x291653['overlay'],_0x1c3b21(0x5a7)),_0x426a82(_0x3ecd55[_0x1c3b21(0x625)],_0x1c3b21(0x21b)),_0x426a82(_0x291653[_0x1c3b21(0x582)],_0x1c3b21(0x21b));let _0x5619cb=[..._0x5abce8][_0x1c3b21(0x395)](([_0x37c908,_0xd57f59])=>[_0x488489==null?void 0x0:_0x488489[_0x1c3b21(0x726)](_0x328c6e['embedId'],_0x37c908,_0x328c6e['childUnitId']),_0x3fb3cb==null?void 0x0:_0x3fb3cb['registerElement']({'embedId':_0x328c6e['embedId'],'role':_0xd57f59,'element':_0x37c908})][_0x1c3b21(0xc9)](_0x7e5c78=>!!_0x7e5c78));return(0x0,n[_0x1c3b21(0x5dc)])(()=>{const _0x1886e0=_0x1c3b21;[..._0x5619cb][_0x1886e0(0x23a)]()['forEach'](_0x93b3a1=>_0x93b3a1[_0x1886e0(0x565)]());});}[_0x5b38ef(0x633)](_0x28409d){const _0x246cf4=_0x5b38ef;return _0x28409d?_0x246cf4(0x565)in _0x28409d?{'disposable':_0x28409d}:{'hostElement':_0x28409d[_0x246cf4(0x3c9)],'runtimeRoots':_0x28409d[_0x246cf4(0x402)],'disposable':_0x28409d['disposable']?(0x0,n[_0x246cf4(0x5dc)])(()=>{const _0x33bdd5=_0x246cf4;var _0x531c65;return(_0x531c65=_0x28409d[_0x33bdd5(0x1e2)])==null?void 0x0:_0x531c65[_0x33bdd5(0x565)]();}):void 0x0}:{};}[_0x5b38ef(0x1d4)](_0x35d57d){const _0x479440=_0x5b38ef;if(!this[_0x479440(0x483)][_0x479440(0x6b7)](it))return;let _0x3280b3=this[_0x479440(0x483)][_0x479440(0x187)](it)['get'](_0x35d57d[_0x479440(0x212)][_0x479440(0x5ae)],_0x35d57d[_0x479440(0x212)]['entry'],_0x35d57d[_0x479440(0x210)]);if(!_0x3280b3)return;let _0x116678=this[_0x479440(0x242)][_0x479440(0x1c8)](),_0x538150=_0x3280b3[_0x479440(0x5c0)]({..._0x35d57d,'active':_0x116678});return _0x538150?(0x0,n[_0x479440(0x5dc)])(()=>_0x538150[_0x479440(0x565)]()):void 0x0;}[_0x5b38ef(0x416)](_0x1e0e9e,_0x2745e9,_0x1c61f7,_0x4f1c28){const _0x3cb479=_0x5b38ef;let _0x2e7432=this[_0x3cb479(0x483)][_0x3cb479(0x6b7)](q)?this[_0x3cb479(0x483)][_0x3cb479(0x187)](q):void 0x0,_0x1d311e=this[_0x3cb479(0x483)][_0x3cb479(0x6b7)](G)?this[_0x3cb479(0x483)][_0x3cb479(0x187)](G):void 0x0,_0x2457a8=_0x2745e9[_0x3cb479(0x631)],_0x3f55d1=[],_0x4aa6ca=_0x1c61f7==='float'&&_0x4f1c28?this['_floatingActiveService'][_0x3cb479(0x3c1)][_0x3cb479(0xde)](()=>{const _0x1f4bc3=_0x3cb479;this['_floatingActiveService']['getStage'](_0x1e0e9e['embedId'])!==_0x1f4bc3(0x71b)&&_0x4f1c28[_0x1f4bc3(0x6ee)](null);}):void 0x0,_0x2a056f=()=>_0x1c61f7!=='float'||this[_0x3cb479(0x242)][_0x3cb479(0x496)](_0x1e0e9e[_0x3cb479(0x2a5)])==='stage2',_0x5aac14=(_0x8b49e7,_0x5ea6c5={})=>{const _0x54ca1e=_0x3cb479;let _0x4fc33=_0x5ea6c5[_0x54ca1e(0x6ee)]!==!0x1,_0x519d3c=_0x5ea6c5[_0x54ca1e(0x1a1)]!==!0x1,_0x15a598=(_0x8b49e7==null?void 0x0:_0x8b49e7[_0x54ca1e(0x487)])instanceof Element?_0x8b49e7[_0x54ca1e(0x487)]:null;if(!(_0x15a598!=null&&_0x15a598['closest'](_0x54ca1e(0x2a6)))&&!(!_0x1e0e9e[_0x54ca1e(0x1b3)]||_0x1e0e9e[_0x54ca1e(0x210)]==null)&&_0x2a056f()){if(_0x1c61f7===_0x54ca1e(0x384)&&_0x4f1c28&&(_0x4f1c28[_0x54ca1e(0x2bc)](_0x1e0e9e[_0x54ca1e(0x1b3)]),_0x4fc33&&_0x4f1c28[_0x54ca1e(0x6ee)](_0x1e0e9e[_0x54ca1e(0x1b3)])),_0x1c61f7===_0x54ca1e(0x351)&&this['_injector'][_0x54ca1e(0x6b7)](n[_0x54ca1e(0x15a)])){var _0x3df6f7,_0x329b55;let _0x357636=this[_0x54ca1e(0x483)][_0x54ca1e(0x187)](n[_0x54ca1e(0x15a)]),_0x501008=_0x357636['getCurrentUnitOfType'],_0xd3bedc=_0x357636['getFocusedUnit'];(typeof _0x501008!=_0x54ca1e(0xeb)||((_0x3df6f7=_0x501008[_0x54ca1e(0x591)](_0x357636,_0x1e0e9e[_0x54ca1e(0x210)]))==null?void 0x0:_0x3df6f7[_0x54ca1e(0x1c4)]())!==_0x1e0e9e[_0x54ca1e(0x1b3)])&&_0x357636[_0x54ca1e(0x2bc)](_0x1e0e9e[_0x54ca1e(0x1b3)]),_0x4fc33&&(typeof _0xd3bedc!=_0x54ca1e(0xeb)||((_0x329b55=_0xd3bedc['call'](_0x357636))==null?void 0x0:_0x329b55[_0x54ca1e(0x1c4)]())!==_0x1e0e9e['childUnitId'])&&_0x357636['focusUnit'](_0x1e0e9e[_0x54ca1e(0x1b3)]);}if(_0x1c61f7===_0x54ca1e(0x351)&&this['_injector'][_0x54ca1e(0x6b7)](n[_0x54ca1e(0x4be)])){let _0x3d4630=this['_injector']['get'](n[_0x54ca1e(0x4be)]);_0x3d4630[_0x54ca1e(0x67b)](n[_0x54ca1e(0x1e6)],!0x0),_0x3d4630[_0x54ca1e(0x67b)](n[_0x54ca1e(0x1a2)],_0x1e0e9e['childType']===n[_0x54ca1e(0x63d)][_0x54ca1e(0x3f3)]),_0x3d4630['setContextValue'](n[_0x54ca1e(0x3e3)],_0x1e0e9e[_0x54ca1e(0x210)]===n[_0x54ca1e(0x63d)][_0x54ca1e(0x28b)]),_0x3d4630[_0x54ca1e(0x67b)](n[_0x54ca1e(0x1d6)],_0x1e0e9e[_0x54ca1e(0x210)]===n[_0x54ca1e(0x63d)][_0x54ca1e(0x125)]),_0x3d4630[_0x54ca1e(0x67b)](n[_0x54ca1e(0x4d6)],_0x1e0e9e[_0x54ca1e(0x210)]===n[_0x54ca1e(0x63d)][_0x54ca1e(0x464)]);}if(this[_0x54ca1e(0x483)][_0x54ca1e(0x6b7)](e[_0x54ca1e(0x389)])){let _0x3a1a15=this['_injector']['get'](e[_0x54ca1e(0x389)]),_0x3963ab={'hostUnitId':_0x1e0e9e[_0x54ca1e(0x17b)],'embedId':_0x1e0e9e[_0x54ca1e(0x2a5)],'childUnitId':_0x1e0e9e['childUnitId'],'childType':_0x1e0e9e[_0x54ca1e(0x210)],'reason':_0x54ca1e(0x4b1)},_0x2704ba=_0x3a1a15[_0x54ca1e(0x5d4)]();((_0x2704ba==null?void 0x0:_0x2704ba[_0x54ca1e(0x17b)])!==_0x3963ab['hostUnitId']||_0x2704ba[_0x54ca1e(0x2a5)]!==_0x3963ab[_0x54ca1e(0x2a5)]||_0x2704ba['childUnitId']!==_0x3963ab[_0x54ca1e(0x1b3)]||_0x2704ba[_0x54ca1e(0x210)]!==_0x3963ab[_0x54ca1e(0x210)]||_0x2704ba['reason']!==_0x3963ab[_0x54ca1e(0x2f2)])&&_0x3a1a15[_0x54ca1e(0x5b6)](_0x3963ab);}_0x519d3c&&this[_0x54ca1e(0x1a1)](_0x1e0e9e[_0x54ca1e(0x2a5)]);}},_0xc6d664=_0x23b373=>{const _0x4a3373=_0x3cb479;let _0x49d4cf=_0x23b373[_0x4a3373(0x487)]instanceof Element?_0x23b373['target']:null;if(!_0x49d4cf||_0x2745e9[_0x4a3373(0x342)](_0x49d4cf)||!(_0x2e7432!=null&&_0x2e7432[_0x4a3373(0x342)](_0x1e0e9e[_0x4a3373(0x2a5)],_0x49d4cf,_0x23b373)||_0x1d311e!=null&&_0x1d311e['containsElement'](_0x1e0e9e[_0x4a3373(0x2a5)],_0x49d4cf,_0x23b373)))return;_0x5aac14(_0x23b373,{'focusUnit':!0x1,'activateSession':!0x1});let _0x42262d=_0x2457a8[_0x4a3373(0x648)];_0x42262d&&_0x3f55d1[_0x4a3373(0x56f)](_0x42262d[_0x4a3373(0x5bf)](()=>_0x5aac14(_0x23b373,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x2745e9[_0x3cb479(0x344)](_0x3cb479(0x318),_0x5aac14,{'capture':!0x0}),_0x2745e9[_0x3cb479(0x344)](_0x3cb479(0x8f),_0x5aac14),_0x2457a8['addEventListener'](_0x3cb479(0x318),_0xc6d664,{'capture':!0x0}),_0x2457a8[_0x3cb479(0x344)]('focusin',_0xc6d664,{'capture':!0x0}),(0x0,n[_0x3cb479(0x5dc)])(()=>{const _0x1b5966=_0x3cb479;_0x2745e9[_0x1b5966(0x6ca)](_0x1b5966(0x318),_0x5aac14,{'capture':!0x0}),_0x2745e9[_0x1b5966(0x6ca)]('focusin',_0x5aac14),_0x2457a8['removeEventListener'](_0x1b5966(0x318),_0xc6d664,{'capture':!0x0}),_0x2457a8[_0x1b5966(0x6ca)]('focusin',_0xc6d664,{'capture':!0x0}),_0x3f55d1[_0x1b5966(0x53f)](_0x507b40=>{const _0x290203=_0x1b5966;var _0x445550;return(_0x445550=_0x2457a8[_0x290203(0x648)])==null?void 0x0:_0x445550[_0x290203(0x1e3)](_0x507b40);}),_0x4aa6ca==null||_0x4aa6ca[_0x1b5966(0x637)]();});}['_focusTabPeerSession'](_0x16fc72){const _0xc36f65=_0x5b38ef;if(this['_activateTabPeerFocusLease'](_0x16fc72),this[_0xc36f65(0x483)]['has'](n['IUniverInstanceService'])){let _0x4aefa3=this[_0xc36f65(0x483)][_0xc36f65(0x187)](n[_0xc36f65(0x15a)]);_0x4aefa3['setCurrentUnitForType'](_0x16fc72[_0xc36f65(0x1b3)]),_0x4aefa3[_0xc36f65(0x6ee)](_0x16fc72['childUnitId']);}if(this[_0xc36f65(0x483)][_0xc36f65(0x6b7)](n['IContextService'])){let _0x4fc592=this[_0xc36f65(0x483)][_0xc36f65(0x187)](n[_0xc36f65(0x4be)]);_0x4fc592['setContextValue'](n[_0xc36f65(0x1e6)],!0x0),_0x4fc592[_0xc36f65(0x67b)](n[_0xc36f65(0x1a2)],_0x16fc72[_0xc36f65(0x210)]===n['UniverInstanceType']['UNIVER_DOC']),_0x4fc592[_0xc36f65(0x67b)](n['FOCUSING_SHEET'],_0x16fc72['childType']===n[_0xc36f65(0x63d)][_0xc36f65(0x28b)]),_0x4fc592[_0xc36f65(0x67b)](n[_0xc36f65(0x1d6)],_0x16fc72[_0xc36f65(0x210)]===n[_0xc36f65(0x63d)][_0xc36f65(0x125)]),_0x4fc592['setContextValue'](n['FOCUSING_BOARD'],_0x16fc72[_0xc36f65(0x210)]===n['UniverInstanceType']['UNIVER_BOARD']);}this[_0xc36f65(0x483)]['has'](e['EmbedFocusOwnerService'])&&this[_0xc36f65(0x483)][_0xc36f65(0x187)](e[_0xc36f65(0x389)])[_0xc36f65(0x5b6)]({'hostUnitId':_0x16fc72['hostUnitId'],'embedId':_0x16fc72[_0xc36f65(0x2a5)],'childUnitId':_0x16fc72['childUnitId'],'childType':_0x16fc72[_0xc36f65(0x210)],'reason':_0xc36f65(0x272)});}['_refreshTabPeerRender'](_0x3a4404){const _0x2c7476=_0x5b38ef;var _0x1dc78a;let _0xbca811=(_0x1dc78a=_0x3a4404[_0x2c7476(0x1c3)])==null?void 0x0:_0x1dc78a[_0x2c7476(0x42c)];if(!(_0xbca811!=null&&_0xbca811[_0x2c7476(0x6b7)](u[_0x2c7476(0x45d)])))return;let _0x15207e=_0xbca811[_0x2c7476(0x187)](u['IRenderManagerService'])[_0x2c7476(0x274)](_0x3a4404[_0x2c7476(0x1b3)]);(_0x15207e==null?void 0x0:_0x15207e[_0x2c7476(0x20f)])===!0x1&&ht(_0x15207e,{'activate':!0x0});}['_activateTabPeerFocusLease'](_0x299e32){const _0x342a40=_0x5b38ef;this['_releaseTabPeerFocusLeasesForHost'](_0x299e32[_0x342a40(0x17b)],_0x299e32[_0x342a40(0x2a5)]),this[_0x342a40(0x747)](_0x299e32[_0x342a40(0x2a5)]);let _0x3d4c66=[];if(this[_0x342a40(0x483)][_0x342a40(0x6b7)](G)&&_0x3d4c66['push'](this[_0x342a40(0x483)][_0x342a40(0x187)](G)['acquireLease']({'embedId':_0x299e32[_0x342a40(0x2a5)],'role':_0x342a40(0x572),'owner':_0x342a40(0x4de),'sessionMode':'child-tab','hostUnitId':_0x299e32[_0x342a40(0x17b)],'childUnitId':_0x299e32[_0x342a40(0x1b3)],'childType':_0x299e32[_0x342a40(0x210)]})),this[_0x342a40(0x483)]['has'](q)){var _0x47ce82,_0x49fd58;_0x3d4c66[_0x342a40(0x56f)](this['_injector'][_0x342a40(0x187)](q)[_0x342a40(0x3f4)](_0x299e32[_0x342a40(0x2a5)],((_0x47ce82=_0x299e32[_0x342a40(0x3c9)])==null?void 0x0:_0x47ce82['ownerDocument'])??((_0x49fd58=_0x299e32['context'])==null?void 0x0:_0x49fd58[_0x342a40(0x259)][_0x342a40(0x298)][_0x342a40(0x631)])));}_0x3d4c66['length']&&this[_0x342a40(0x3c8)]['set'](_0x299e32[_0x342a40(0x2a5)],{'hostUnitId':_0x299e32[_0x342a40(0x17b)],'disposable':(0x0,n[_0x342a40(0x5dc)])(()=>{const _0x35c8f1=_0x342a40;[..._0x3d4c66][_0x35c8f1(0x23a)]()['forEach'](_0x4a3f86=>_0x4a3f86['dispose']());})});}[_0x5b38ef(0x4d2)](_0x385dba,_0x2de7dd){const _0x47f610=_0x5b38ef;[...this[_0x47f610(0x3c8)][_0x47f610(0x6a7)]()][_0x47f610(0x53f)](([_0xaeafb3,_0x378789])=>{const _0x52edc2=_0x47f610;_0xaeafb3!==_0x2de7dd&&_0x378789[_0x52edc2(0x17b)]===_0x385dba&&(_0x378789[_0x52edc2(0x1e2)][_0x52edc2(0x565)](),this[_0x52edc2(0x3c8)][_0x52edc2(0x720)](_0xaeafb3));});}[_0x5b38ef(0x747)](_0x292cf6){const _0x5a0739=_0x5b38ef;let _0x912156=this[_0x5a0739(0x3c8)][_0x5a0739(0x187)](_0x292cf6);_0x912156&&(_0x912156[_0x5a0739(0x1e2)][_0x5a0739(0x565)](),this[_0x5a0739(0x3c8)][_0x5a0739(0x720)](_0x292cf6));}['_createMountFocusRestorer'](_0xdf6a85){const _0xceec2e=_0x5b38ef;var _0x264708,_0x1628b9;if((_0x264708=_0xdf6a85['sourceMeta'])!=null&&_0x264708[_0xceec2e(0x351)]&&_0xdf6a85[_0xceec2e(0x2d7)][_0xceec2e(0x351)][_0xceec2e(0x5a3)]||!this['_injector'][_0xceec2e(0x6b7)](n[_0xceec2e(0x15a)])||!_0xdf6a85[_0xceec2e(0x1b3)])return(0x0,n['toDisposable'])(()=>{});let _0x3c0742=this['_injector'][_0xceec2e(0x187)](n[_0xceec2e(0x15a)]),_0x49ac49=_0x3c0742[_0xceec2e(0x508)],_0x4fab8b=_0x3c0742[_0xceec2e(0x6ee)];if(typeof _0x49ac49!=_0xceec2e(0xeb)||typeof _0x4fab8b!=_0xceec2e(0xeb))return(0x0,n[_0xceec2e(0x5dc)])(()=>{});let _0x61c5b9=(_0x1628b9=_0x49ac49[_0xceec2e(0x591)](_0x3c0742))==null?void 0x0:_0x1628b9[_0xceec2e(0x1c4)]();if(!_0x61c5b9||_0x61c5b9===_0xdf6a85['childUnitId'])return(0x0,n['toDisposable'])(()=>{});let _0x35b57a=()=>{const _0x2fcc42=_0xceec2e;var _0x10114e;((_0x10114e=_0x49ac49[_0x2fcc42(0x591)](_0x3c0742))==null?void 0x0:_0x10114e[_0x2fcc42(0x1c4)]())===_0xdf6a85[_0x2fcc42(0x1b3)]&&_0x4fab8b[_0x2fcc42(0x591)](_0x3c0742,_0x61c5b9);},_0x220462=[],_0x287ded=[];return _0x35b57a(),typeof window<'u'&&(_0x287ded[_0xceec2e(0x56f)](window[_0xceec2e(0x746)](_0x35b57a)),_0x220462[_0xceec2e(0x56f)](window[_0xceec2e(0x5bf)](_0x35b57a,0x0)),_0x220462['push'](window[_0xceec2e(0x5bf)](_0x35b57a,0x78))),(0x0,n[_0xceec2e(0x5dc)])(()=>{const _0x2ffdf6=_0xceec2e;typeof window>'u'||(_0x287ded['forEach'](_0x2139a1=>window[_0x2ffdf6(0x46d)](_0x2139a1)),_0x220462[_0x2ffdf6(0x53f)](_0x425134=>window[_0x2ffdf6(0x1e3)](_0x425134)));});}[_0x5b38ef(0x4c2)](_0x20a27c){const _0x3db700=_0x5b38ef;let _0x35f4a2=[...this['_sessions'][_0x3db700(0x38d)]()][_0x3db700(0x424)](({session:_0x343516})=>_0x343516[_0x3db700(0x2a5)]!==_0x20a27c['embedId']&&_0x343516[_0x3db700(0x1b3)]===_0x20a27c[_0x3db700(0x1b3)]);if(_0x35f4a2)throw new yt(_0x20a27c[_0x3db700(0x1b3)],_0x35f4a2[_0x3db700(0x712)][_0x3db700(0x2a5)]);if(this[_0x3db700(0x39e)][_0x3db700(0xcd)](_0x20a27c['childUnitId'],_0x20a27c['childType']))return;let _0x34c74d=this['_univerInstanceService'][_0x3db700(0x151)](_0x20a27c[_0x3db700(0x1b3)]);throw _0x34c74d!==n['UniverInstanceType'][_0x3db700(0x25c)]&&_0x34c74d!==_0x20a27c[_0x3db700(0x210)]?Error(_0x3db700(0x6f7)):Error(_0x3db700(0x541));}};bt=X([Y(0x0,(0x0,n[_0x5b38ef(0x179)])(at)),Y(0x1,(0x0,n[_0x5b38ef(0x179)])(rt)),Y(0x2,(0x0,n['Inject'])(ot)),Y(0x3,(0x0,n[_0x5b38ef(0x179)])(gt)),Y(0x4,n[_0x5b38ef(0x15a)]),Y(0x5,(0x0,n[_0x5b38ef(0x179)])(ie)),Y(0x6,(0x0,n[_0x5b38ef(0x179)])(se)),Y(0x7,(0x0,n[_0x5b38ef(0x179)])(n[_0x5b38ef(0x5ff)]))],bt);function xt(_0x4cff5a,_0x268420,_0x4d1eef){const _0x11f7eb=_0x5b38ef;if(_0x4cff5a['dataset']['embedRenderScopeActive']=_0x268420?'true':_0x11f7eb(0x1c7),_0x4d1eef!==_0x11f7eb(0x351)){_0x4cff5a[_0x11f7eb(0x4f9)](_0x11f7eb(0x143)),_0x4cff5a[_0x11f7eb(0x4f9)](_0x11f7eb(0x370)),_0x4cff5a[_0x11f7eb(0x2ac)]['removeProperty'](_0x11f7eb(0x51f)),_0x4cff5a[_0x11f7eb(0x2ac)][_0x11f7eb(0x1b6)](_0x11f7eb(0x3f5));return;}if(_0x4cff5a[_0x11f7eb(0xda)](_0x11f7eb(0x143),!_0x268420),_0x268420){_0x4cff5a[_0x11f7eb(0x4f9)](_0x11f7eb(0x370)),_0x4cff5a[_0x11f7eb(0x2ac)][_0x11f7eb(0x1b6)](_0x11f7eb(0x51f)),_0x4cff5a[_0x11f7eb(0x2ac)][_0x11f7eb(0x1b6)](_0x11f7eb(0x3f5));return;}_0x4cff5a['setAttribute'](_0x11f7eb(0x370),_0x11f7eb(0x573)),_0x4cff5a[_0x11f7eb(0x2ac)]['display']=_0x11f7eb(0x31c),_0x4cff5a[_0x11f7eb(0x2ac)][_0x11f7eb(0x66f)]=_0x11f7eb(0x31c);}function St(_0x44efa9){const _0x37d106=_0x5b38ef;let _0x1c6153=document['createElement']('div');return _0x1c6153[_0x37d106(0x4e8)]['embedRuntimeBlocked']=_0x44efa9??_0x37d106(0x515),_0x1c6153[_0x37d106(0x2ac)][_0x37d106(0x400)]=['box-sizing:border-box',_0x37d106(0x10d),_0x37d106(0x530),_0x37d106(0x4da),_0x37d106(0x3ad),_0x37d106(0x1db),_0x37d106(0x5d2),'padding:16px',_0x37d106(0x5da),'border-radius:8px',_0x37d106(0x5e9),'color:rgba(30,34,43,.64)',_0x37d106(0x11d),_0x37d106(0x4e1)][_0x37d106(0x621)](';'),_0x1c6153[_0x37d106(0x25a)]=_0x44efa9===_0x37d106(0x263)?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x37d106(0x33c),_0x1c6153;}let Ct=class extends n[_0x5b38ef(0x6e0)]{constructor(_0x42d994,_0x2dd264,_0x14cbac,_0xe079e6,_0x5aab6f,_0x56fa5c,_0x4d371a,_0x1e84a6,_0x28c234){const _0xda16d3=_0x5b38ef;var _0x1dffc9;super(),this[_0xda16d3(0x39e)]=_0x42d994,this[_0xda16d3(0x3e7)]=_0x2dd264,this['_hostAdapterRegistry']=_0x14cbac,this[_0xda16d3(0x519)]=_0xe079e6,this[_0xda16d3(0x224)]=_0x5aab6f,this[_0xda16d3(0x721)]=_0x56fa5c,this[_0xda16d3(0x242)]=_0x4d371a,this[_0xda16d3(0x37a)]=_0x1e84a6,this[_0xda16d3(0x2ef)]=_0x28c234,H(this,_0xda16d3(0x39f),new Map());let _0x200cd0=(_0x1dffc9=this['_univerInstanceService'][_0xda16d3(0x71e)])==null?void 0x0:_0x1dffc9[_0xda16d3(0xde)](_0x1287ae=>{this['_restoreStage2ChildFocusWhenHostRefocuses'](_0x1287ae??null);});_0x200cd0&&this[_0xda16d3(0x18c)](_0x200cd0);}[_0x5b38ef(0x71c)](_0x12dc99){const _0x4a33a7=_0x5b38ef;var _0x503d5c;this[_0x4a33a7(0x1f9)](_0x12dc99),this[_0x4a33a7(0x5cc)](_0x12dc99),this[_0x4a33a7(0xfc)][_0x4a33a7(0x132)]({'embedId':_0x12dc99[_0x4a33a7(0x2a5)],'hostUnitId':_0x12dc99[_0x4a33a7(0x17b)],'hostType':_0x12dc99['hostType'],'entry':_0x12dc99[_0x4a33a7(0x5d9)],'hostAnchorId':_0x12dc99['hostAnchorId'],'descriptor':_0x12dc99}),this[_0x4a33a7(0x224)][_0x4a33a7(0x1a1)](_0x12dc99[_0x4a33a7(0x2a5)]);let _0x1db463=this[_0x4a33a7(0x721)][_0x4a33a7(0x187)](_0x12dc99[_0x4a33a7(0x210)]);return this[_0x4a33a7(0x519)][_0x4a33a7(0x728)](_0x12dc99,_0x4a33a7(0x29a),{'layoutPolicy':_0x1db463==null||(_0x503d5c=_0x1db463['layoutPolicy'])==null?void 0x0:_0x503d5c[_0x4a33a7(0x351)],'allowPlaceholder':(_0x1db463==null?void 0x0:_0x1db463[_0x4a33a7(0x261)])===_0x4a33a7(0x6b6)||(_0x1db463==null?void 0x0:_0x1db463[_0x4a33a7(0x466)])==='placeholder','allowHiddenRibbon':(_0x1db463==null?void 0x0:_0x1db463[_0x4a33a7(0x261)])===_0x4a33a7(0x31c)});}[_0x5b38ef(0x44c)](_0x5ce2ec,_0x2adcb5,_0x293ba5={}){const _0x28807a=_0x5b38ef;this['_assertResolvedChild'](_0x5ce2ec);let _0xe9ac74=this[_0x28807a(0x242)]['getActive'](),_0x6ca1e9=_0x2adcb5===_0x28807a(0x71b)&&(_0xe9ac74==null?void 0x0:_0xe9ac74[_0x28807a(0x2a5)])===_0x5ce2ec['embedId']&&_0xe9ac74[_0x28807a(0x1b3)]===_0x5ce2ec[_0x28807a(0x1b3)]&&_0xe9ac74[_0x28807a(0x1a9)]==='stage2';(_0xe9ac74==null?void 0x0:_0xe9ac74[_0x28807a(0x1a9)])==='stage2'&&!_0x6ca1e9&&this['_restorePreviousChildCurrentUnit'](_0xe9ac74['embedId']),_0x2adcb5===_0x28807a(0x71b)&&!_0x6ca1e9&&this[_0x28807a(0x5cc)](_0x5ce2ec),this['_focusOwnerService'][_0x28807a(0x5b6)]({'hostUnitId':_0x5ce2ec[_0x28807a(0x17b)],'embedId':_0x5ce2ec[_0x28807a(0x2a5)],'childUnitId':_0x5ce2ec[_0x28807a(0x1b3)],'childType':_0x5ce2ec[_0x28807a(0x210)],'reason':_0x28807a(0x4b1)}),this[_0x28807a(0x224)][_0x28807a(0x1a1)](_0x5ce2ec[_0x28807a(0x2a5)]);let _0x4c172d={'hostUnitId':_0x5ce2ec[_0x28807a(0x17b)],'embedId':_0x5ce2ec[_0x28807a(0x2a5)],'childUnitId':_0x5ce2ec['childUnitId']};_0x2adcb5?this['_floatingActiveService'][_0x28807a(0x728)](_0x4c172d,_0x2adcb5):this[_0x28807a(0x242)][_0x28807a(0x728)](_0x4c172d),this[_0x28807a(0x519)]['clear'](),_0x2adcb5===_0x28807a(0x71b)?(this[_0x28807a(0x355)](_0x5ce2ec[_0x28807a(0x1b3)],_0x5ce2ec[_0x28807a(0x210)],!0x1,_0x5ce2ec['embedId']),this[_0x28807a(0x562)](_0x5ce2ec)):(this[_0x28807a(0x39e)][_0x28807a(0x2bc)](_0x5ce2ec[_0x28807a(0x17b)]),this['_univerInstanceService'][_0x28807a(0x6ee)](_0x5ce2ec[_0x28807a(0x17b)]));}[_0x5b38ef(0x379)](_0x4ab316,_0x2dd38f={}){const _0x1921a0=_0x5b38ef;this[_0x1921a0(0x44c)](_0x4ab316,_0x1921a0(0x71b),_0x2dd38f);}[_0x5b38ef(0x504)](_0x189873){const _0x2aea91=_0x5b38ef;this[_0x2aea91(0x1f9)](_0x189873),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x189873[_0x2aea91(0x17b)],'embedId':_0x189873[_0x2aea91(0x2a5)],'childUnitId':_0x189873['childUnitId'],'childType':_0x189873[_0x2aea91(0x210)],'reason':'pointer'}),this['_focusUnit'](_0x189873[_0x2aea91(0x1b3)],_0x189873[_0x2aea91(0x210)],!0x0,_0x189873[_0x2aea91(0x2a5)]);}[_0x5b38ef(0x734)](_0x587710){const _0x3b4f4b=_0x5b38ef;let _0xc78d9a=this[_0x3b4f4b(0x224)]['releaseSessionFocus'](_0x587710[_0x3b4f4b(0x2a5)]);this[_0x3b4f4b(0x519)][_0x3b4f4b(0x688)](_0x587710[_0x3b4f4b(0x2a5)]),this[_0x3b4f4b(0x3e7)][_0x3b4f4b(0x110)](_0x587710[_0x3b4f4b(0x2a5)]),_0xc78d9a&&this['_previousChildCurrentUnits'][_0x3b4f4b(0x6b7)](_0x587710[_0x3b4f4b(0x2a5)])&&this[_0x3b4f4b(0x1f1)](_0x587710[_0x3b4f4b(0x2a5)],_0x587710[_0x3b4f4b(0x210)],_0x587710[_0x3b4f4b(0x1b3)]),this[_0x3b4f4b(0x355)](_0x587710['hostUnitId'],_0x587710['hostType'],!0x1);}[_0x5b38ef(0xe5)](_0x357583){const _0x440542=_0x5b38ef;let _0x593a2a=this[_0x440542(0x3e7)][_0x440542(0x5d4)]();_0x593a2a!=null&&_0x593a2a[_0x440542(0x2a5)]&&_0x593a2a[_0x440542(0x2a5)]!==_0x357583['embedId']||(this['_focusOwnerService'][_0x440542(0x110)](_0x357583[_0x440542(0x2a5)]),this[_0x440542(0x39e)][_0x440542(0x2bc)](_0x357583[_0x440542(0x17b)]),this['_univerInstanceService']['focusUnit'](_0x357583[_0x440542(0x17b)]),requestAnimationFrame(()=>{const _0x148a5d=_0x440542;this[_0x148a5d(0x3e7)]['getFocusOwner']()||(this[_0x148a5d(0x39e)][_0x148a5d(0x6ee)](null),this[_0x148a5d(0x39e)][_0x148a5d(0x6ee)](_0x357583[_0x148a5d(0x17b)]));}));}[_0x5b38ef(0x1f6)](_0x4fccab,_0x3b8476){const _0x2e1957=_0x5b38ef;let _0x17449d=this[_0x2e1957(0x3e7)][_0x2e1957(0x5d4)]();if(_0x4fccab&&_0x17449d!=null&&_0x17449d[_0x2e1957(0x2a5)]&&_0x17449d[_0x2e1957(0x2a5)]!==_0x4fccab)return;let _0xe22fb1=this[_0x2e1957(0x242)][_0x2e1957(0x1c8)]();if(_0x4fccab&&!_0x17449d&&(_0xe22fb1==null?void 0x0:_0xe22fb1[_0x2e1957(0x2a5)])!==_0x4fccab&&!_0x3b8476)return;let _0x3a32d7=_0x3b8476??(_0x17449d==null?void 0x0:_0x17449d[_0x2e1957(0x17b)])??(_0xe22fb1==null?void 0x0:_0xe22fb1[_0x2e1957(0x17b)]);this['_floatingActiveService'][_0x2e1957(0x688)](_0x4fccab),this[_0x2e1957(0x3e7)]['clearFocusOwner'](_0x4fccab),this[_0x2e1957(0x519)][_0x2e1957(0x688)](_0x4fccab),_0x4fccab&&this['_restorePreviousChildCurrentUnit'](_0x4fccab),_0x4fccab&&this[_0x2e1957(0x224)][_0x2e1957(0xb5)](_0x4fccab),_0x3a32d7&&(this[_0x2e1957(0x39e)][_0x2e1957(0x2bc)](_0x3a32d7),this['_univerInstanceService'][_0x2e1957(0x6ee)](_0x3a32d7),requestAnimationFrame(()=>{const _0xdc70bf=_0x2e1957;this[_0xdc70bf(0x3e7)]['getFocusOwner']()||(this[_0xdc70bf(0x39e)][_0xdc70bf(0x6ee)](null),this['_univerInstanceService'][_0xdc70bf(0x6ee)](_0x3a32d7));}));}['clearTab'](_0x319627){const _0x289f9b=_0x5b38ef;this[_0x289f9b(0x519)][_0x289f9b(0x688)](_0x319627),this[_0x289f9b(0x3e7)][_0x289f9b(0x110)](_0x319627);let _0x2d2ec9=this[_0x289f9b(0x224)]['deactivateTabSessions'](_0x319627);_0x2d2ec9[_0x289f9b(0x53f)](_0x3bdc34=>this[_0x289f9b(0x1f1)](_0x3bdc34[_0x289f9b(0x2a5)],_0x3bdc34[_0x289f9b(0x210)],_0x3bdc34[_0x289f9b(0x1b3)])),new Set(_0x2d2ec9[_0x289f9b(0x264)](_0x222cb2=>_0x222cb2[_0x289f9b(0x17b)]))[_0x289f9b(0x53f)](_0x2b5537=>{const _0x24be91=_0x289f9b;this[_0x24be91(0x39e)][_0x24be91(0x2bc)](_0x2b5537),this['_univerInstanceService']['focusUnit'](_0x2b5537);});}[_0x5b38ef(0x5cc)](_0x494844){const _0x39a13b=_0x5b38ef;if(this[_0x39a13b(0x39f)][_0x39a13b(0x6b7)](_0x494844[_0x39a13b(0x2a5)]))return;let _0x3a6b7c=_0x494844[_0x39a13b(0x210)],_0x26392d=this[_0x39a13b(0x6bc)](_0x3a6b7c);this[_0x39a13b(0x39f)][_0x39a13b(0x534)](_0x494844[_0x39a13b(0x2a5)],{'childType':_0x3a6b7c,'childUnitId':_0x494844[_0x39a13b(0x1b3)],'unitId':_0x26392d&&_0x26392d!==_0x494844['childUnitId']?_0x26392d:void 0x0});}[_0x5b38ef(0x1f1)](_0x1e980d,_0x506b0b,_0x1e89d3){const _0xa05f5=_0x5b38ef;let _0x1c48c5=this[_0xa05f5(0x39f)][_0xa05f5(0x187)](_0x1e980d);this[_0xa05f5(0x39f)][_0xa05f5(0x720)](_0x1e980d);let _0x1be517=_0x506b0b??(_0x1c48c5==null?void 0x0:_0x1c48c5[_0xa05f5(0x210)]),_0x276de4=_0x1e89d3??(_0x1c48c5==null?void 0x0:_0x1c48c5['childUnitId']);if(_0x1be517==null||!_0x276de4)return;let _0x1a6cb5=(_0x1c48c5==null?void 0x0:_0x1c48c5[_0xa05f5(0x210)])===_0x1be517&&_0x1c48c5[_0xa05f5(0x5d5)]&&this['_hasUnit'](_0x1c48c5['unitId'],_0x1be517)?_0x1c48c5['unitId']:this[_0xa05f5(0x53b)](_0x1be517,_0x276de4);_0x1a6cb5&&this[_0xa05f5(0x39e)][_0xa05f5(0x2bc)](_0x1a6cb5);}[_0x5b38ef(0x6bc)](_0x525b6b){const _0x589b3d=_0x5b38ef;var _0x214018;let _0x470eea=this[_0x589b3d(0x39e)]['getCurrentUnitOfType'];return _0x470eea==null||(_0x214018=_0x470eea['call'](this['_univerInstanceService'],_0x525b6b))==null?void 0x0:_0x214018['getUnitId']();}[_0x5b38ef(0x378)](_0x29e2aa,_0x1d8a50){const _0x260859=_0x5b38ef;let _0x1c3e40=this[_0x260859(0x39e)][_0x260859(0xcd)];return!!(_0x1c3e40!=null&&_0x1c3e40[_0x260859(0x591)](this[_0x260859(0x39e)],_0x29e2aa,_0x1d8a50));}[_0x5b38ef(0x53b)](_0x49a9ab,_0x54ac88){const _0x5405dd=_0x5b38ef;var _0xdb276e;let _0x562daf=this[_0x5405dd(0x39e)]['getAllUnitsForType'];return _0x562daf==null||(_0xdb276e=_0x562daf[_0x5405dd(0x591)](this[_0x5405dd(0x39e)],_0x49a9ab))==null||(_0xdb276e=_0xdb276e[_0x5405dd(0x424)](_0x2ffee5=>_0x2ffee5[_0x5405dd(0x1c4)]()!==_0x54ac88))==null?void 0x0:_0xdb276e['getUnitId']();}[_0x5b38ef(0x355)](_0x1da221,_0x9b1d2,_0x5cb930=!0x0,_0x17e217){const _0x36e2a1=_0x5b38ef;let _0x17e90f=this['_univerInstanceService'][_0x36e2a1(0x508)];if(!_0x17e217){var _0x1295ab;(typeof _0x17e90f!=_0x36e2a1(0xeb)||((_0x1295ab=_0x17e90f[_0x36e2a1(0x591)](this[_0x36e2a1(0x39e)]))==null?void 0x0:_0x1295ab['getUnitId']())!==_0x1da221)&&this[_0x36e2a1(0x39e)][_0x36e2a1(0x6ee)](_0x1da221),this[_0x36e2a1(0x5b4)](_0x1da221,_0x9b1d2),this['_contextService'][_0x36e2a1(0x67b)](n[_0x36e2a1(0x1e6)],!0x0),this[_0x36e2a1(0x37a)][_0x36e2a1(0x67b)](n['FOCUSING_DOC'],_0x9b1d2===n[_0x36e2a1(0x63d)][_0x36e2a1(0x3f3)]),this['_contextService'][_0x36e2a1(0x67b)](n[_0x36e2a1(0x3e3)],_0x9b1d2===n['UniverInstanceType']['UNIVER_SHEET']),this[_0x36e2a1(0x37a)][_0x36e2a1(0x67b)](n['FOCUSING_SLIDE'],_0x9b1d2===n[_0x36e2a1(0x63d)][_0x36e2a1(0x125)]),this[_0x36e2a1(0x37a)]['setContextValue'](n[_0x36e2a1(0x4d6)],_0x9b1d2===n[_0x36e2a1(0x63d)][_0x36e2a1(0x464)]);}_0x5cb930&&this['_focusLayout']();}[_0x5b38ef(0x5cb)](_0x444cb2){const _0x4afa85=_0x5b38ef;let _0x3ce241=this[_0x4afa85(0x242)][_0x4afa85(0x1c8)]();if((_0x3ce241==null?void 0x0:_0x3ce241[_0x4afa85(0x1a9)])!=='stage2'||_0x444cb2!==_0x3ce241[_0x4afa85(0x17b)])return;let _0x5d0dd4=this[_0x4afa85(0x3e7)]['getFocusOwner']();(_0x5d0dd4==null?void 0x0:_0x5d0dd4[_0x4afa85(0x2a5)])===_0x3ce241['embedId']&&_0x5d0dd4['childUnitId']===_0x3ce241[_0x4afa85(0x1b3)]&&_0x5d0dd4[_0x4afa85(0x210)]!=null&&this['_focusUnit'](_0x5d0dd4['childUnitId'],_0x5d0dd4[_0x4afa85(0x210)],!0x1,_0x5d0dd4[_0x4afa85(0x2a5)]);}['_scheduleFloatingChildFocus'](_0x1594c2){let _0x3603ce=()=>{const _0x50e112=_0x241e;let _0x16b5d7=this[_0x50e112(0x242)][_0x50e112(0x1c8)]();(_0x16b5d7==null?void 0x0:_0x16b5d7[_0x50e112(0x2a5)])===_0x1594c2[_0x50e112(0x2a5)]&&_0x16b5d7[_0x50e112(0x1b3)]===_0x1594c2[_0x50e112(0x1b3)]&&_0x16b5d7['stage']===_0x50e112(0x71b)&&this[_0x50e112(0x355)](_0x1594c2[_0x50e112(0x1b3)],_0x1594c2[_0x50e112(0x210)],!0x1,_0x1594c2[_0x50e112(0x2a5)]);};typeof queueMicrotask=='function'&&queueMicrotask(_0x3603ce),requestAnimationFrame(_0x3603ce);}['_setCurrentUnitForType'](_0x40bcff,_0x25fe23){const _0x514158=_0x5b38ef;var _0x42839f;let _0x331ff6=this[_0x514158(0x39e)][_0x514158(0x604)];(typeof _0x331ff6!='function'||((_0x42839f=_0x331ff6[_0x514158(0x591)](this[_0x514158(0x39e)],_0x25fe23))==null?void 0x0:_0x42839f[_0x514158(0x1c4)]())!==_0x40bcff)&&this['_univerInstanceService'][_0x514158(0x2bc)](_0x40bcff);}['_focusLayout'](){const _0x30614f=_0x5b38ef;let _0x4a52dc=()=>this[_0x30614f(0x2ef)][_0x30614f(0x566)]();_0x4a52dc(),typeof queueMicrotask==_0x30614f(0xeb)&&queueMicrotask(_0x4a52dc),requestAnimationFrame(_0x4a52dc);}['_assertResolvedChild'](_0x4baecd){const _0x4ee61f=_0x5b38ef;if(!_0x4baecd[_0x4ee61f(0x1b3)]||_0x4baecd[_0x4ee61f(0x210)]==null)throw Error('EMBED_ACTIVATION_CHILD_NOT_RESOLVED');}};Ct=X([Y(0x0,n['IUniverInstanceService']),Y(0x1,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0x389)])),Y(0x2,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0x5c4)])),Y(0x3,(0x0,n[_0x5b38ef(0x179)])(ae)),Y(0x4,(0x0,n[_0x5b38ef(0x179)])(bt)),Y(0x5,(0x0,n['Inject'])(U)),Y(0x6,(0x0,n['Inject'])(ie)),Y(0x7,n['IContextService']),Y(0x8,a[_0x5b38ef(0x8a)])],Ct);function Z(_0x720fc2){const _0x390730=_0x5b38ef;let {injector:_0x5077b2,children:_0x311e41,mountContainer:_0x5b35c5,embedId:_0x1aa484}=_0x720fc2;return(0x0,d[_0x390730(0x588)])((0x0,c['useMemo'])(()=>(0x0,a[_0x390730(0x624)])(wt,_0x5077b2),[_0x5077b2]),{'mountContainer':_0x5b35c5,'embedId':_0x1aa484,'children':_0x311e41});}function wt(_0x4a4301){const _0x488841=_0x5b38ef;let {children:_0x432252,mountContainer:_0x28d1a5,embedId:_0x107368}=_0x4a4301,_0x1562a8=(0x0,a[_0x488841(0x64f)])(),_0x1e1aaf=(0x0,a[_0x488841(0x6f9)])(n[_0x488841(0x20e)]),_0x455389=(0x0,c['useMemo'])(()=>_0x1562a8['has'](n[_0x488841(0x1f2)])?_0x1562a8[_0x488841(0x187)](n[_0x488841(0x1f2)]):void 0x0,[_0x1562a8]),_0x313aaa=(0x0,a[_0x488841(0x540)])(()=>_0x1e1aaf[_0x488841(0x5f9)][_0x488841(0x671)]((0x0,l[_0x488841(0x264)])(()=>_0x1e1aaf[_0x488841(0x45f)]())),_0x1e1aaf[_0x488841(0x45f)](),!0x1,[_0x1e1aaf]),_0x2b26f2=(0x0,a[_0x488841(0x540)])(()=>_0x1e1aaf[_0x488841(0x40b)],_0x1e1aaf[_0x488841(0x169)](),!0x1,[_0x1e1aaf]),_0x1e07fc=Ot(_0x455389),_0x5572ee=(0x0,c[_0x488841(0x634)])(null),_0x1ece00=(0x0,c['useMemo'])(()=>_0x28d1a5!==void 0x0||typeof document>'u'?null:document[_0x488841(0x221)](_0x488841(0x568)),[_0x28d1a5]),_0x1b2d98=_0x28d1a5===void 0x0?_0x1ece00:_0x28d1a5;return(0x0,c['useEffect'])(()=>{const _0x2fc093=_0x488841;if(_0x1ece00)return document[_0x2fc093(0x4b7)][_0x2fc093(0x33e)](_0x1ece00),()=>{document['body']['removeChild'](_0x1ece00);};},[_0x1ece00]),(0x0,c[_0x488841(0x4aa)])(()=>{const _0x16d80b=_0x488841;let _0x534432=_0x1b2d98;_0x534432&&_0x534432[_0x16d80b(0x13b)]('dir',_0x2b26f2);},[_0x2b26f2,_0x1b2d98]),(0x0,c['useEffect'])(()=>{const _0x153bb2=_0x488841;if(_0x1b2d98)return(0x0,a[_0x153bb2(0x3ac)])([_0x1b2d98]);},[_0x1b2d98]),(0x0,c[_0x488841(0x4aa)])(()=>{const _0x4551bd=_0x488841;let _0x4df079=_0x1b2d98;if(!_0x4df079||!_0x107368)return;let _0x35d9a8=_0x4df079['getAttribute'](K);return _0x4df079[_0x4551bd(0x13b)](K,_0x107368),()=>{const _0x2e7069=_0x4551bd;if(_0x35d9a8==null){_0x4df079[_0x2e7069(0x4f9)](K);return;}_0x4df079['setAttribute'](K,_0x35d9a8);};},[_0x107368,_0x1b2d98]),(0x0,d[_0x488841(0x588)])(o[_0x488841(0x2e3)],{'locale':_0x313aaa==null?void 0x0:_0x313aaa['design'],'direction':_0x2b26f2,'mountContainer':_0x1b2d98,'children':(0x0,d[_0x488841(0x588)])(_0x488841(0x568),{'ref':_0x5572ee,'className':(0x0,o[_0x488841(0x596)])(_0x488841(0xbc),{'univer-dark':_0x1e07fc}),'data-embed-runtime-provider':_0x488841(0x573),'onPointerUpCapture':_0x38fa0e=>{const _0x353db4=_0x488841;let _0x348122=_0x5572ee[_0x353db4(0x743)],_0x45c451=_0x38fa0e[_0x353db4(0x487)];if(!_0x107368||!_0x348122)return;let _0x120eef=()=>Tt(_0x107368,_0x348122,_0x45c451);typeof queueMicrotask=='function'?queueMicrotask(_0x120eef):Promise[_0x353db4(0x13f)]()['then'](_0x120eef);},'children':_0x432252})});}function Tt(_0x40cd3a,_0x540789,_0x51d14d){const _0xd947c5=_0x5b38ef;let _0x3ba857=_0x540789[_0xd947c5(0x631)]['activeElement'];if(Et(_0x3ba857,_0x40cd3a))return;let _0x74aa8=_0x51d14d instanceof HTMLElement&&_0x540789[_0xd947c5(0x342)](_0x51d14d)?_0x51d14d:null,_0x4c8c16=Dt(_0x74aa8)?_0x74aa8:_0x540789['querySelector'](_0xd947c5(0x4f5));_0x4c8c16==null||_0x4c8c16[_0xd947c5(0x566)]({'preventScroll':!0x0});}function Et(_0x31fb48,_0x2804b5){const _0x4265c9=_0x5b38ef;let _0x33f1bd=_0x31fb48==null?void 0x0:_0x31fb48[_0x4265c9(0x609)]('['+K+']');return(_0x33f1bd==null?void 0x0:_0x33f1bd[_0x4265c9(0x82)](K))===_0x2804b5;}function Dt(_0xc3aa8c){const _0x295fc5=_0x5b38ef;return!!_0xc3aa8c&&!_0xc3aa8c['hasAttribute'](_0x295fc5(0x661))&&_0xc3aa8c[_0x295fc5(0x71d)]>=0x0;}function Ot(_0x32b832){return(0x0,c['useSyncExternalStore'])(_0x5e8e11=>{const _0x7b1c31=_0x241e;if(!_0x32b832)return()=>{};let _0x31d49f=_0x32b832[_0x7b1c31(0xd0)][_0x7b1c31(0xde)](()=>_0x5e8e11());return()=>_0x31d49f[_0x7b1c31(0x637)]();},()=>(_0x32b832==null?void 0x0:_0x32b832['darkMode'])??!0x1,()=>!0x1);}const kt=new WeakMap(),At=new WeakMap(),jt=new WeakMap();function Mt(_0x509808){const _0x1a13c7=_0x5b38ef;let _0x5b007d=kt[_0x1a13c7(0x187)](_0x509808);if(_0x5b007d)return jt[_0x1a13c7(0x534)](_0x5b007d,(jt['get'](_0x5b007d)??0x0)+0x1),_0x5b007d;let _0xca506f={'render':_0x1b1e72=>(0x0,o[_0x1a13c7(0x85)])(_0x1b1e72,_0x509808)};return kt[_0x1a13c7(0x534)](_0x509808,_0xca506f),At['set'](_0xca506f,_0x509808),jt[_0x1a13c7(0x534)](_0xca506f,0x0),_0xca506f;}function Nt(_0x176a86){const _0xa95f29=_0x5b38ef;let _0x218c65=At[_0xa95f29(0x187)](_0x176a86),_0x38f22e=jt[_0xa95f29(0x187)](_0x176a86)??0x0;globalThis[_0xa95f29(0x5bf)](()=>{const _0x2acb58=_0xa95f29;_0x218c65&&kt[_0x2acb58(0x187)](_0x218c65)!==_0x176a86||(jt[_0x2acb58(0x187)](_0x176a86)??0x0)===_0x38f22e&&(_0x218c65&&(kt[_0x2acb58(0x720)](_0x218c65),At['delete'](_0x176a86)),jt[_0x2acb58(0x720)](_0x176a86),_0x218c65&&(0x0,o[_0x2acb58(0x65f)])(_0x218c65));},0x0);}function Pt(_0x1ba6bd){const _0x5f00ce=_0x5b38ef;let {container:_0x38824c,portalContainer:_0x518d8f,injector:_0x3a142a,childType:_0x22c22d,childUnitId:_0x59b2e8,embedId:_0x507295,menuSchema:_0x4d0956,menuTitlePrefix:_0x5cc396,activeRibbonTab:_0x9d9106,headerMenu:_0x510903=!0x1,toolbarOnly:_0x57738a,ribbonType:_0x18c211=_0x5f00ce(0x394),ribbonHeaderClassName:_0xb1babf,scopedActionServiceTokens:_0x3b358c}=_0x1ba6bd;if(_0x4d0956!=null&&typeof _0x4d0956!='object')return;let _0x2992ee=Ft(_0x3a142a,{'childType':_0x22c22d,'childUnitId':_0x59b2e8,'embedId':_0x507295,'menuSchema':_0x4d0956,'menuTitlePrefix':_0x5cc396,'activeRibbonTab':_0x9d9106,'scopedActionServiceTokens':_0x3b358c}),_0x5c2e3f=Mt(_0x38824c);return _0x5c2e3f['render']((0x0,c[_0x5f00ce(0x221)])(Z,{'injector':_0x2992ee[_0x5f00ce(0x42c)],'mountContainer':_0x518d8f??_0x38824c,'embedId':_0x507295},(0x0,c['createElement'])(a[_0x5f00ce(0x5ab)],{'ribbonType':_0x18c211,'headerMenu':_0x510903,'toolbarOnly':_0x57738a,'headerClassName':_0xb1babf}))),(0x0,n['toDisposable'])(()=>{const _0x254779=_0x5f00ce;Nt(_0x5c2e3f),_0x2992ee['disposable'][_0x254779(0x565)]();});}function Ft(_0x1ce443,_0x501a91){const _0x5eea2d=_0x5b38ef;let {childType:_0x710eed,childUnitId:_0x33eda8,embedId:_0x2b02c8,menuSchema:_0x4df18e,menuTitlePrefix:_0x5c7c36,activeRibbonTab:_0x5138be,scopedActionServiceTokens:_0xff9712}=_0x501a91,_0x3db666=_0x1ce443[_0x5eea2d(0x187)](n['IUniverInstanceService']),_0x53534e=Bt(_0x3db666,_0x710eed,_0x33eda8),_0x530b55=new Set(_0xff9712??[]),_0x4454a6=new WeakMap(),_0x5d4b72,_0x265d38=Wt(_0x1ce443[_0x5eea2d(0x187)](n[_0x5eea2d(0x4bb)]),_0x3db666,_0x710eed,_0x33eda8,_0x2b02c8,()=>_0x5d4b72),_0x3c6b16=_0x33eda8&&_0x1ce443['has'](n[_0x5eea2d(0x4be)])?Vt(_0x1ce443[_0x5eea2d(0x187)](n['IContextService']),_0x710eed):void 0x0,_0x2182e2=new Map([[n[_0x5eea2d(0x15a)],_0x53534e],[n['ICommandService'],_0x265d38]]);_0x3c6b16&&_0x2182e2[_0x5eea2d(0x534)](n['IContextService'],_0x3c6b16),_0x530b55[_0x5eea2d(0x53f)](_0x1d6530=>{const _0x2a16ab=_0x5eea2d;_0x33eda8&&_0x1ce443[_0x2a16ab(0x6b7)](_0x1d6530)&&_0x2182e2[_0x2a16ab(0x534)](_0x1d6530,Kt(_0x1ce443['get'](_0x1d6530),_0x3db666,_0x710eed,_0x33eda8,_0x2b02c8,()=>_0x5d4b72,_0x4454a6));}),_0x5d4b72=Oe(_0x1ce443,_0x2182e2);let _0x15ca95,_0x4f1fd4,_0x148e5d={};if(_0x4df18e&&typeof _0x4df18e==_0x5eea2d(0x4c3)){let _0x28ccd4=new a[(_0x5eea2d(0x469))](_0x5d4b72,_0x1ce443[_0x5eea2d(0x187)](n[_0x5eea2d(0x5ac)]));_0x28ccd4['mergeMenu'](Rt(_0x4df18e,_0x5c7c36,_0x1ce443)),_0x15ca95=_0x28ccd4,_0x4f1fd4=_0x28ccd4;}else{let _0x860a3c=_0x1ce443['get'](a['IMenuManagerService']),_0x43fd96=_0x860a3c[_0x5eea2d(0x8c)];_0x15ca95=typeof _0x43fd96=='function'?_0x43fd96[_0x5eea2d(0x591)](_0x860a3c,_0x5d4b72):_0x860a3c;}let _0x3875f0=new a[(_0x5eea2d(0x3cf))](_0x15ca95,_0x53534e);_0x148e5d[_0x5eea2d(0x743)]=_0x3875f0,_0x5138be&&_0x3875f0[_0x5eea2d(0x6b8)](_0x5138be);let _0x1dab5d=_0x5c7c36?It(_0x3875f0,_0x5c7c36,_0x1ce443):_0x3875f0;return _0x5d4b72[_0x5eea2d(0x474)]([a[_0x5eea2d(0x325)],{'useValue':_0x15ca95}]),_0x5d4b72[_0x5eea2d(0x474)]([a['IRibbonService'],{'useValue':_0x1dab5d}]),{'injector':_0x5d4b72,'ribbonService':_0x1dab5d,'disposable':(0x0,n[_0x5eea2d(0x5dc)])(()=>{const _0x19eb65=_0x5eea2d;var _0x116801;(_0x116801=_0x148e5d['current'])==null||_0x116801[_0x19eb65(0x565)](),_0x4f1fd4==null||_0x4f1fd4[_0x19eb65(0x565)](),_0x5d4b72[_0x19eb65(0x565)]();})};}function It(_0x514c51,_0x3c73f4,_0x5e9c71){const _0x22fc80=_0x5b38ef;let _0x5bea4b;try{_0x5bea4b=_0x5e9c71[_0x22fc80(0x187)](n[_0x22fc80(0x20e)]);}catch{_0x5bea4b=void 0x0;}return{'ribbon$':_0x514c51[_0x22fc80(0x6ff)]['pipe']((0x0,l[_0x22fc80(0x264)])(_0xe77da4=>_0xe77da4[_0x22fc80(0x264)](_0x492029=>Lt(_0x492029,_0x3c73f4,_0x5bea4b)))),'activatedTab$':_0x514c51[_0x22fc80(0x3f0)],'collapsedIds$':_0x514c51[_0x22fc80(0x6b3)],'fakeToolbarVisible$':_0x514c51[_0x22fc80(0x657)],'setActivatedTab':_0x503ddb=>_0x514c51['setActivatedTab'](_0x503ddb),'showContextualTab':(_0x305dfd,_0x5db8c2)=>_0x514c51['showContextualTab'](_0x305dfd,_0x5db8c2),'hideContextualTab':_0x2d42f2=>_0x514c51['hideContextualTab'](_0x2d42f2),'hideAllContextualTabs':()=>_0x514c51['hideAllContextualTabs'](),'setCollapsedIds':_0x6c318c=>_0x514c51[_0x22fc80(0x89)](_0x6c318c),'setFakeToolbarVisible':_0xb66f2d=>_0x514c51[_0x22fc80(0x4fc)](_0xb66f2d)};}function Lt(_0x35e6df,_0xc19291,_0x2ea532){const _0x12d0fe=_0x5b38ef;let _0x13740b=_0x35e6df[_0x12d0fe(0x525)]||_0x35e6df[_0x12d0fe(0x146)],_0xee2a9d=_0x2ea532?_0x2ea532['t'](_0x13740b):_0x13740b;return{..._0x35e6df,'title':_0xc19291+_0x12d0fe(0x20c)+_0xee2a9d};}function Rt(_0x3ca9cc,_0x307a33,_0x113db9){const _0x53c11c=_0x5b38ef;if(!_0x307a33||!_0x3ca9cc||typeof _0x3ca9cc!=_0x53c11c(0x4c3))return _0x3ca9cc;let _0x4ef92f=zt(_0x3ca9cc),_0x5cfbbf=_0x4ef92f[a[_0x53c11c(0x54c)]['RIBBON']];if(!_0x5cfbbf||typeof _0x5cfbbf!=_0x53c11c(0x4c3))return _0x4ef92f;let _0x466d73;try{_0x466d73=_0x113db9[_0x53c11c(0x187)](n[_0x53c11c(0x20e)]);}catch{_0x466d73=void 0x0;}return Object[_0x53c11c(0x38d)](_0x5cfbbf)['forEach'](_0xa53e6e=>{const _0x318263=_0x53c11c;if(!_0xa53e6e||typeof _0xa53e6e!=_0x318263(0x4c3))return;let _0x97a835=_0xa53e6e,_0x544127=_0x97a835[_0x318263(0x525)];_0x544127&&(_0x97a835[_0x318263(0x525)]=_0x307a33+_0x318263(0x20c)+(_0x466d73?_0x466d73['t'](_0x544127):_0x544127));}),_0x4ef92f;}function zt(_0x3f7999){const _0x1c4c83=_0x5b38ef;return!_0x3f7999||typeof _0x3f7999!='object'?_0x3f7999:Array[_0x1c4c83(0x4d5)](_0x3f7999)?_0x3f7999[_0x1c4c83(0x264)](_0x1c3465=>zt(_0x1c3465)):Object['fromEntries'](Object[_0x1c4c83(0x6a7)](_0x3f7999)[_0x1c4c83(0x264)](([_0x41a763,_0x4285eb])=>[_0x41a763,zt(_0x4285eb)]));}function Bt(_0xd84131,_0x34674,_0x47e194){const _0x171b0d=_0x5b38ef;let _0x1eb052=()=>_0x47e194?_0xd84131[_0x171b0d(0xcd)](_0x47e194,_0x34674):null,_0x3d8c99=_0x47e194?(0x0,l['merge'])((0x0,l['of'])(_0x47e194),_0xd84131[_0x171b0d(0x244)](_0x34674)['pipe']((0x0,l[_0x171b0d(0x264)])(()=>_0x47e194)),_0xd84131[_0x171b0d(0x133)](_0x34674)[_0x171b0d(0x671)]((0x0,l['map'])(()=>_0x47e194))):_0xd84131['focused$'];return{'unitAdded$':_0xd84131[_0x171b0d(0x6ce)],'getTypeOfUnitAdded$':(..._0x50384c)=>_0xd84131['getTypeOfUnitAdded$'](..._0x50384c),'__addUnit':(..._0x3e6373)=>_0xd84131[_0x171b0d(0x6a3)](..._0x3e6373),'unitDisposed$':_0xd84131[_0x171b0d(0x4a8)],'getTypeOfUnitDisposed$':(..._0x55773d)=>_0xd84131['getTypeOfUnitDisposed$'](..._0x55773d),'focused$':_0x3d8c99,get 'focused'(){const _0x283c47=_0x171b0d;return _0x1eb052()??_0xd84131[_0x283c47(0x508)]();},'focusUnit':(..._0x5db404)=>_0xd84131[_0x171b0d(0x6ee)](..._0x5db404),'getFocusedUnit':()=>_0x1eb052()??_0xd84131[_0x171b0d(0x508)](),'getCurrentUnitOfType':_0x23342b=>_0x23342b===_0x34674&&_0x47e194?_0x1eb052():_0xd84131['getCurrentUnitOfType'](_0x23342b),'setCurrentUnitForType':(..._0x1c0f4e)=>_0xd84131['setCurrentUnitForType'](..._0x1c0f4e),'getCurrentTypeOfUnit$':_0x4f2339=>_0x4f2339!==_0x34674||!_0x47e194?_0xd84131[_0x171b0d(0x2e2)](_0x4f2339):(0x0,l['merge'])((0x0,l['of'])(void 0x0),_0xd84131['getTypeOfUnitAdded$'](_0x34674),_0xd84131[_0x171b0d(0x133)](_0x34674))[_0x171b0d(0x671)]((0x0,l[_0x171b0d(0x264)])(()=>_0x1eb052())),'createUnit':(..._0x3d5b93)=>_0xd84131[_0x171b0d(0x542)](..._0x3d5b93),'getUnitCreateOptions':(..._0x10aa82)=>_0xd84131[_0x171b0d(0x4b9)](..._0x10aa82),'disposeUnit':(..._0x24986d)=>_0xd84131['disposeUnit'](..._0x24986d),'registerCtorForType':(..._0x4de12b)=>_0xd84131[_0x171b0d(0x73d)](..._0x4de12b),'getUnit':(..._0x2136ac)=>_0xd84131['getUnit'](..._0x2136ac),'getAllUnitsForType':(..._0x194a99)=>_0xd84131[_0x171b0d(0x150)](..._0x194a99),'getUnitType':(..._0x41fa0d)=>_0xd84131[_0x171b0d(0x151)](..._0x41fa0d)};}function Vt(_0x351911,_0x33d5a9){const _0x5a6a6b=_0x5b38ef;return{'contextChanged$':_0x351911[_0x5a6a6b(0xb1)],'getContextValue':_0x240b3b=>Ht(_0x240b3b,_0x33d5a9)??_0x351911['getContextValue'](_0x240b3b),'setContextValue':(_0x1c88c0,_0x2bdf87)=>_0x351911[_0x5a6a6b(0x67b)](_0x1c88c0,_0x2bdf87),'subscribeContextValue$':_0x40e0aa=>{const _0x20dddc=_0x5a6a6b;let _0x470582=Ht(_0x40e0aa,_0x33d5a9);return _0x470582==null?_0x351911[_0x20dddc(0x2aa)](_0x40e0aa):(0x0,l['of'])(_0x470582);}};}function Ht(_0x110506,_0x42d2b1){const _0x2d2056=_0x5b38ef;if(_0x110506===n[_0x2d2056(0x1e6)])return!0x0;if(_0x110506===n[_0x2d2056(0x3e3)]||_0x110506===n['FOCUSING_DOC']||_0x110506===n[_0x2d2056(0x1d6)])return _0x110506===Ut(_0x42d2b1);}function Ut(_0x5bf4c2){const _0x4bb397=_0x5b38ef;if(_0x5bf4c2===n[_0x4bb397(0x63d)]['UNIVER_SHEET'])return n[_0x4bb397(0x3e3)];if(_0x5bf4c2===n[_0x4bb397(0x63d)]['UNIVER_DOC'])return n[_0x4bb397(0x1a2)];if(_0x5bf4c2===n[_0x4bb397(0x63d)]['UNIVER_SLIDE'])return n['FOCUSING_SLIDE'];}function Wt(_0x663b19,_0x189944,_0x3778bf,_0x5497df,_0x27c224,_0x285066){const _0x467985=_0x5b38ef;return _0x5497df?{'disposed':()=>_0x663b19[_0x467985(0xec)](),'hasCommand':_0x220db4=>_0x663b19['hasCommand'](_0x220db4),'registerCommand':(..._0x3d59d4)=>_0x663b19[_0x467985(0x336)](..._0x3d59d4),'unregisterCommand':_0x821c82=>_0x663b19['unregisterCommand'](_0x821c82),'registerMultipleCommand':(..._0x368e5d)=>_0x663b19[_0x467985(0x25f)](..._0x368e5d),'executeCommand':async(..._0x215867)=>{const _0x3675e=_0x467985;let _0x5a353b=_0x189944['getCurrentUnitOfType'](_0x3778bf);try{return _0x189944[_0x3675e(0x2bc)](_0x5497df),await _0x663b19[_0x3675e(0x709)](_0x215867[0x0],_0x215867[0x1],Gt(_0x3778bf,_0x5497df,_0x215867[0x2]));}finally{Xt(_0x189944,_0x5497df,_0x5a353b,_0x27c224,_0x285066);}},'syncExecuteCommand':(..._0xf43fbc)=>{const _0x214de5=_0x467985;let _0x1de030=_0x189944[_0x214de5(0x604)](_0x3778bf);try{return _0x189944[_0x214de5(0x2bc)](_0x5497df),_0x663b19[_0x214de5(0x613)](_0xf43fbc[0x0],_0xf43fbc[0x1],Gt(_0x3778bf,_0x5497df,_0xf43fbc[0x2]));}finally{Xt(_0x189944,_0x5497df,_0x1de030,_0x27c224,_0x285066);}},'onCommandExecuted':(..._0x5727ca)=>_0x663b19[_0x467985(0x73b)](..._0x5727ca),'beforeCommandExecuted':(..._0x1de1db)=>_0x663b19[_0x467985(0x527)](..._0x1de1db),'onMutationExecutedForCollab':(..._0x208ce4)=>_0x663b19[_0x467985(0x3f6)](..._0x208ce4)}:_0x663b19;}function Gt(_0x1baa7d,_0x310223,_0x4bdf15){const _0x5771eb=_0x5b38ef;return _0x1baa7d===n['UniverInstanceType'][_0x5771eb(0x464)]?{..._0x4bdf15,'unitId':_0x310223}:_0x4bdf15;}function Kt(_0x3a9ec5,_0x2c50b1,_0x436cf2,_0x196fd4,_0x1998fc,_0x1354a1,_0xc45613){const _0x1c0f8d=_0x5b38ef;if(typeof _0x3a9ec5!=_0x1c0f8d(0x4c3)&&typeof _0x3a9ec5!='function'||_0x3a9ec5==null)return _0x3a9ec5;let _0xb97f10=_0x3a9ec5,_0x122117=_0xc45613==null?void 0x0:_0xc45613['get'](_0xb97f10);if(_0x122117)return _0x122117;let _0x235d2d={..._0xb97f10};return qt(_0xb97f10,_0x235d2d,_0x2c50b1,_0x436cf2,_0x196fd4,_0x1998fc,_0x1354a1),_0xc45613==null||_0xc45613[_0x1c0f8d(0x534)](_0xb97f10,_0x235d2d),_0x235d2d;}function qt(_0x2c08e5,_0x31f09,_0x1fee20,_0x702459,_0x2e0927,_0x580ab7,_0xf3bf39){const _0x4d607a=_0x5b38ef;let _0x57a688=_0x47a7e4=>{const _0x4f2483=_0x241e;if(_0x47a7e4===_0x4f2483(0x59d))return;let _0x90eabe=_0x2c08e5[_0x47a7e4];if(typeof _0x90eabe!='function')return;let _0x145935=_0x31f09;_0x145935[_0x47a7e4]=(..._0x149088)=>Jt(_0x1fee20,_0x702459,_0x2e0927,_0x580ab7,_0xf3bf39,()=>_0x90eabe[_0x4f2483(0x61e)](_0x2c08e5,_0x149088));};Object[_0x4d607a(0x2c6)](_0x2c08e5)[_0x4d607a(0x53f)](_0x57a688);let _0x1538de=Object[_0x4d607a(0x5e5)](_0x2c08e5);_0x1538de&&_0x1538de!==Object[_0x4d607a(0x6c8)]&&Object['getOwnPropertyNames'](_0x1538de)['forEach'](_0x57a688);}function Jt(_0x43932a,_0x1db82e,_0x5124b3,_0x274b68,_0x40a424,_0x3a4fe7){const _0x4d094e=_0x5b38ef;let _0x44e67d=_0x43932a[_0x4d094e(0x604)](_0x1db82e),_0xc5dca6;try{_0x43932a[_0x4d094e(0x2bc)](_0x5124b3),_0xc5dca6=_0x3a4fe7();}catch(_0x44b302){throw Xt(_0x43932a,_0x5124b3,_0x44e67d,_0x274b68,_0x40a424),_0x44b302;}return Yt(_0xc5dca6)?_0xc5dca6[_0x4d094e(0x5ed)](()=>{Xt(_0x43932a,_0x5124b3,_0x44e67d,_0x274b68,_0x40a424);}):(Xt(_0x43932a,_0x5124b3,_0x44e67d,_0x274b68,_0x40a424),_0xc5dca6);}function Yt(_0x5dae00){const _0x1df60d=_0x5b38ef;return!!(_0x5dae00&&typeof _0x5dae00[_0x1df60d(0x5ed)]==_0x1df60d(0xeb));}function Xt(_0x4c9431,_0x5e4286,_0x343f6d,_0x768e05,_0x4abb5a){const _0x101c95=_0x5b38ef;if(Zt(_0x768e05,_0x4abb5a)){var _0x4e2528;_0x4c9431[_0x101c95(0x2bc)](_0x5e4286),(_0x4e2528=_0x4c9431[_0x101c95(0x6ee)])==null||_0x4e2528[_0x101c95(0x591)](_0x4c9431,_0x5e4286);return;}_0x343f6d&&_0x4c9431[_0x101c95(0x2bc)](_0x343f6d[_0x101c95(0x1c4)]());}function Zt(_0x1f6288,_0x13006b){const _0x297a75=_0x5b38ef;let _0x455044=_0x13006b==null?void 0x0:_0x13006b();return!_0x1f6288||!(_0x455044!=null&&_0x455044[_0x297a75(0x6b7)](G))?!0x1:_0x455044[_0x297a75(0x187)](G)['hasChildInteractionLease'](_0x1f6288);}const Qt=new WeakMap();let $t=0x0;function en(_0x1e1c56,_0x2bce2f){const _0x1d072b=_0x5b38ef;if(!_0x1e1c56[_0x1d072b(0x6b7)](an))return nn(_0x1e1c56,_0x2bce2f);let _0x399d31=_0x1e1c56[_0x1d072b(0x187)](an);if(!(_0x2bce2f['id']&&_0x399d31['getAll'](_0x2bce2f[_0x1d072b(0x210)],_0x2bce2f['surface'])[_0x1d072b(0x2e7)](_0xfb5189=>_0xfb5189['id']===_0x2bce2f['id'])))return _0x399d31[_0x1d072b(0x2f4)](_0x2bce2f);}function tn(_0x339d72){const _0x10ab07=_0x5b38ef;if(!_0x339d72['has'](an))return;let _0x444144=Qt['get'](_0x339d72);_0x444144!=null&&_0x444144['size']&&([..._0x444144[_0x10ab07(0x38d)]()][_0x10ab07(0x4c5)]((_0x5331a0,_0xc9662c)=>_0x5331a0[_0x10ab07(0x535)]-_0xc9662c[_0x10ab07(0x535)])[_0x10ab07(0x53f)](({contribution:_0x3b832b})=>en(_0x339d72,_0x3b832b)),Qt[_0x10ab07(0x720)](_0x339d72));}function nn(_0xbec358,_0x53a0de){const _0x36c8e8=_0x5b38ef;let _0x29b3ad={'contribution':_0x53a0de,'index':$t++},_0x17680a=rn(_0x53a0de,_0x29b3ad['index']),_0x535f83=_0xbec358,_0x3d8ec9=Qt[_0x36c8e8(0x187)](_0x535f83)??new Map();return _0x3d8ec9[_0x36c8e8(0x534)](_0x17680a,_0x29b3ad),Qt['set'](_0x535f83,_0x3d8ec9),(0x0,n['toDisposable'])(()=>{const _0x51bd8f=_0x36c8e8;let _0xe8cf21=Qt[_0x51bd8f(0x187)](_0x535f83);(_0xe8cf21==null?void 0x0:_0xe8cf21[_0x51bd8f(0x187)](_0x17680a))===_0x29b3ad&&_0xe8cf21[_0x51bd8f(0x720)](_0x17680a);});}function rn(_0x2f9377,_0x36fecc){const _0x517ea3=_0x5b38ef;let _0x254519=sn(_0x2f9377);return _0x2f9377['id']?_0x2f9377[_0x517ea3(0x210)]+':'+_0x254519+':'+_0x2f9377['id']:_0x2f9377['childType']+':'+_0x254519+_0x517ea3(0xf1)+_0x36fecc;}var an=class{constructor(){const _0x2d3fbd=_0x5b38ef;H(this,_0x2d3fbd(0x3e6),new Map()),H(this,_0x2d3fbd(0x1ce),0x0);}[_0x5b38ef(0x2f4)](_0x35a1c9){const _0x22fc3a=_0x5b38ef;let _0x1522f4={'contribution':_0x35a1c9,'index':this[_0x22fc3a(0x1ce)]++},_0x5a360d=this[_0x22fc3a(0x3e6)]['get'](_0x35a1c9[_0x22fc3a(0x210)])??[];return _0x5a360d[_0x22fc3a(0x56f)](_0x1522f4),_0x5a360d[_0x22fc3a(0x4c5)](cn),this[_0x22fc3a(0x3e6)][_0x22fc3a(0x534)](_0x35a1c9[_0x22fc3a(0x210)],_0x5a360d),(0x0,n['toDisposable'])(()=>{const _0x98d0fd=_0x22fc3a;let _0x514392=this[_0x98d0fd(0x3e6)][_0x98d0fd(0x187)](_0x35a1c9[_0x98d0fd(0x210)]);if(!_0x514392)return;let _0x13b6be=_0x514392[_0x98d0fd(0xc9)](_0x527771=>_0x527771!==_0x1522f4);_0x13b6be[_0x98d0fd(0x3da)]?this[_0x98d0fd(0x3e6)][_0x98d0fd(0x534)](_0x35a1c9[_0x98d0fd(0x210)],_0x13b6be):this[_0x98d0fd(0x3e6)][_0x98d0fd(0x720)](_0x35a1c9[_0x98d0fd(0x210)]);});}[_0x5b38ef(0x187)](_0x3ef2b1){return this['getAll'](_0x3ef2b1)[0x0];}[_0x5b38ef(0x5d0)](_0x68e999,_0x2359c3){const _0x1f746d=_0x5b38ef;return(this[_0x1f746d(0x3e6)][_0x1f746d(0x187)](_0x68e999)??[])[_0x1f746d(0x264)](_0x40ed24=>_0x40ed24[_0x1f746d(0xea)])[_0x1f746d(0xc9)](_0x441afb=>!_0x2359c3||sn(_0x441afb)===_0x2359c3);}[_0x5b38ef(0x4fd)](_0x27e631,_0x3b592c='ribbon'){const _0x1c0b35=_0x5b38ef;let _0x4d5be1=this[_0x1c0b35(0x5d0)](_0x27e631,_0x3b592c)[_0x1c0b35(0x264)](_0x25a7ef=>_0x25a7ef['menuSchema'])[_0x1c0b35(0xc9)](_0xded9cf=>_0xded9cf&&typeof _0xded9cf==_0x1c0b35(0x4c3));if(_0x4d5be1[_0x1c0b35(0x3da)])return ln(_0x4d5be1);}[_0x5b38ef(0x471)](_0x49dfc5){const _0x50d5f0=_0x5b38ef;let _0x4cd3fb=_0x49dfc5['surface']??_0x50d5f0(0x27b),_0x1cbf54=this[_0x50d5f0(0x5d0)](_0x49dfc5[_0x50d5f0(0x210)],_0x4cd3fb);if(!_0x1cbf54['length'])return;let _0x48121b=_0x1cbf54[_0x50d5f0(0xc9)](_0x2ffc9e=>_0x2ffc9e[_0x50d5f0(0x471)]);if(_0x48121b[_0x50d5f0(0x3da)]){let _0x1c966b=_0x48121b['map'](_0x4c92b0=>{const _0x3fc386=_0x50d5f0;var _0x35d5c8;return(_0x35d5c8=_0x4c92b0[_0x3fc386(0x471)])==null?void 0x0:_0x35d5c8[_0x3fc386(0x591)](_0x4c92b0,{..._0x49dfc5,'surface':_0x4cd3fb,'menuSchema':_0x4c92b0[_0x3fc386(0x1f7)],'scopedActionServiceTokens':_0x4c92b0['scopedActionServiceTokens']});})[_0x50d5f0(0xc9)](_0x3b195b=>!!_0x3b195b);return(0x0,n['toDisposable'])(()=>{const _0x5ebe26=_0x50d5f0;_0x1c966b[_0x5ebe26(0x53f)](_0x205661=>_0x205661[_0x5ebe26(0x565)]());});}let _0x56e28e=this[_0x50d5f0(0x4fd)](_0x49dfc5['childType'],_0x4cd3fb);if(_0x4cd3fb===_0x50d5f0(0x27b))return Pt({..._0x49dfc5,'surface':_0x4cd3fb,'menuSchema':_0x56e28e,'scopedActionServiceTokens':on(_0x1cbf54)})??void 0x0;}};function on(_0x47ff39){const _0x31e0de=_0x5b38ef;let _0x3fa91a=_0x47ff39['flatMap'](_0x39397e=>_0x39397e[_0x31e0de(0x1d0)]??[]);return _0x3fa91a[_0x31e0de(0x3da)]?Array[_0x31e0de(0x23b)](new Set(_0x3fa91a)):void 0x0;}function sn(_0x4f7fc6){const _0x49820d=_0x5b38ef;return _0x4f7fc6[_0x49820d(0x197)]??_0x49820d(0x27b);}function cn(_0x2f661e,_0x3bff98){const _0x45718d=_0x5b38ef;return(_0x2f661e[_0x45718d(0xea)]['order']??_0x2f661e['index'])-(_0x3bff98[_0x45718d(0xea)]['order']??_0x3bff98[_0x45718d(0x535)])||_0x2f661e[_0x45718d(0x535)]-_0x3bff98[_0x45718d(0x535)];}function ln(_0x19e660){const _0x333f9e=_0x5b38ef;return _0x19e660[_0x333f9e(0x737)]((_0x72ffde,_0x3a9181)=>pn(_0x72ffde,un(_0x3a9181)),{});}function un(_0xe794bc){const _0x5412e9=_0x5b38ef;if(!hn(_0xe794bc))return _0xe794bc;let _0x406d3b=new Set(Object[_0x5412e9(0x38d)](a[_0x5412e9(0x58a)])),_0x7cd626=Object[_0x5412e9(0x6a7)](_0xe794bc)['filter'](([_0x25e09f])=>_0x406d3b[_0x5412e9(0x6b7)](_0x25e09f)),_0x16c6eb=Object[_0x5412e9(0x6a7)](_0xe794bc)[_0x5412e9(0xc9)](([_0x7b04e4])=>fn(_0x7b04e4));if(!_0x7cd626[_0x5412e9(0x3da)]&&!_0x16c6eb['length'])return _0xe794bc;let _0x3b1ae4={};Object[_0x5412e9(0x6a7)](_0xe794bc)[_0x5412e9(0x53f)](([_0x3d84fe,_0x3a9a37])=>{const _0x422759=_0x5412e9;!_0x406d3b[_0x422759(0x6b7)](_0x3d84fe)&&!fn(_0x3d84fe)&&(_0x3b1ae4[_0x3d84fe]=mn(_0x3a9a37));});let _0x3fd624=hn(_0x3b1ae4[a['MenuManagerPosition'][_0x5412e9(0x4fb)]])?_0x3b1ae4[a['MenuManagerPosition'][_0x5412e9(0x4fb)]]:{};return _0x7cd626[_0x5412e9(0x53f)](([_0x14f768,_0xc80dcd])=>{_0x3fd624[_0x14f768]=_0x14f768 in _0x3fd624?pn(_0x3fd624[_0x14f768],_0xc80dcd):mn(_0xc80dcd);}),_0x16c6eb['forEach'](([_0x7b4e7b,_0xbf957d])=>{let _0x83812b=fn(_0x7b4e7b);if(!_0x83812b)return;let _0x14946f=hn(_0x3fd624[_0x83812b])?_0x3fd624[_0x83812b]:{};_0x14946f[_0x7b4e7b]=_0x7b4e7b in _0x14946f?pn(_0x14946f[_0x7b4e7b],_0xbf957d):mn(_0xbf957d),_0x3fd624[_0x83812b]=_0x14946f;}),_0x3b1ae4[a[_0x5412e9(0x54c)]['RIBBON']]=_0x3fd624,_0x3b1ae4;}const dn=[[Object[_0x5b38ef(0x38d)](a[_0x5b38ef(0x44f)]),a['RibbonPosition'][_0x5b38ef(0x158)]],[Object[_0x5b38ef(0x38d)](a[_0x5b38ef(0x457)]),a[_0x5b38ef(0x58a)][_0x5b38ef(0x72c)]],[Object[_0x5b38ef(0x38d)](a[_0x5b38ef(0xe8)]),a[_0x5b38ef(0x58a)][_0x5b38ef(0x12b)]],[Object[_0x5b38ef(0x38d)](a[_0x5b38ef(0x597)]),a[_0x5b38ef(0x58a)]['DATA']],[Object[_0x5b38ef(0x38d)](a[_0x5b38ef(0xa8)]),a[_0x5b38ef(0x58a)]['VIEW']],[Object[_0x5b38ef(0x38d)](a['RibbonOthersGroup']),a[_0x5b38ef(0x58a)][_0x5b38ef(0x1f8)]]];function fn(_0x54a43c){const _0x1e530b=_0x5b38ef;var _0x2f6398;return(_0x2f6398=dn['find'](([_0x2d2b3b])=>_0x2d2b3b[_0x1e530b(0x691)](_0x54a43c)))==null?void 0x0:_0x2f6398[0x1];}function pn(_0x11383a,_0x5d2f5e){const _0x4f451f=_0x5b38ef;if(!hn(_0x11383a)||!hn(_0x5d2f5e))return mn(_0x5d2f5e);let _0x44b79a={..._0x11383a};return Object[_0x4f451f(0x6a7)](_0x5d2f5e)[_0x4f451f(0x53f)](([_0x22bfd3,_0x1fe0de])=>{_0x44b79a[_0x22bfd3]=_0x22bfd3 in _0x44b79a?pn(_0x44b79a[_0x22bfd3],_0x1fe0de):mn(_0x1fe0de);}),_0x44b79a;}function mn(_0x5fb3e5){const _0x1d71b8=_0x5b38ef;return Array['isArray'](_0x5fb3e5)?_0x5fb3e5['map'](_0x4239b7=>mn(_0x4239b7)):hn(_0x5fb3e5)?Object['fromEntries'](Object[_0x1d71b8(0x6a7)](_0x5fb3e5)[_0x1d71b8(0x264)](([_0x25c538,_0x100fdc])=>[_0x25c538,mn(_0x100fdc)])):_0x5fb3e5;}function hn(_0x49a239){const _0x2a9277=_0x5b38ef;return!!_0x49a239&&typeof _0x49a239==_0x2a9277(0x4c3)&&!Array['isArray'](_0x49a239);}function gn(_0x4d262f,_0x16f652,_0x169914){const _0x4f1044=_0x5b38ef;let {viewport:_0x2368b7,menuSlot:_0x504b61,popupSlot:_0x599ced}=_0x169914;return{'hostUnitId':_0x4d262f[_0x4f1044(0x17b)],'hostAnchorId':_0x4d262f[_0x4f1044(0x659)],'embedId':_0x4d262f['embedId'],'childUnitId':_0x4d262f['childUnitId'],'childType':_0x4d262f[_0x4f1044(0x210)],'layout':_0x16f652,'mode':_0x4f1044(0x384),'rootElement':_0x2368b7,'contentRoot':z(_0x2368b7,_0x4f1044(0x2af))??_0x2368b7,'canvasRoot':z(_0x2368b7,_0x4f1044(0xa4))??_0x2368b7,'overlayRoot':z(_0x2368b7,_0x4f1044(0x488))??_0x2368b7,'popupRoot':_0x599ced??z(_0x2368b7,_0x4f1044(0x191))??_0x2368b7,'menuOutlet':{'container':_0x504b61},'active$':(0x0,l['of'])(!0x0),'fullscreen':!0x0};}function _n(_0x49d1a4){const _0x1e0bf0=_0x5b38ef;let {injector:_0x55d596,descriptor:_0x1f13ff,renderScope:_0x3a2bcc}=_0x49d1a4,_0x2e715e=[],_0x3cfd84=_0x1f13ff[_0x1e0bf0(0x2a5)];if(_0x55d596['has'](G)){let _0x196f88=_0x55d596['get'](G);_0x2e715e[_0x1e0bf0(0x56f)](_0x196f88['registerRuntimeScope']({'embedId':_0x3cfd84,'hostUnitId':_0x1f13ff[_0x1e0bf0(0x17b)],'childUnitId':_0x1f13ff[_0x1e0bf0(0x1b3)],'childType':_0x1f13ff['childType'],'sessionMode':_0x1e0bf0(0x1de)})),_0x1f13ff[_0x1e0bf0(0x1b3)]&&_0x2e715e[_0x1e0bf0(0x56f)](_0x196f88[_0x1e0bf0(0x2e0)]({'embedId':_0x3cfd84,'role':_0x1e0bf0(0x572),'owner':_0x1e0bf0(0x5b9),'sessionMode':_0x1e0bf0(0x1de),'hostUnitId':_0x1f13ff[_0x1e0bf0(0x17b)],'childUnitId':_0x1f13ff[_0x1e0bf0(0x1b3)],'childType':_0x1f13ff[_0x1e0bf0(0x210)]})),vn(_0x49d1a4)['forEach'](({element:_0x397bc3,role:_0x584aad})=>{const _0x1ce6d9=_0x1e0bf0;_0x2e715e[_0x1ce6d9(0x56f)](_0x196f88['registerElement']({'embedId':_0x3cfd84,'element':_0x397bc3,'role':_0x584aad}));});}if(_0x55d596[_0x1e0bf0(0x6b7)](q)){let _0x5147d0=_0x55d596[_0x1e0bf0(0x187)](q);vn(_0x49d1a4)[_0x1e0bf0(0x53f)](({element:_0x29e0cc})=>{const _0x2bf7fb=_0x1e0bf0;_0x2e715e[_0x2bf7fb(0x56f)](_0x5147d0[_0x2bf7fb(0x726)](_0x3cfd84,_0x29e0cc));}),_0x2e715e[_0x1e0bf0(0x56f)](_0x5147d0[_0x1e0bf0(0x3f4)](_0x3cfd84,_0x3a2bcc[_0x1e0bf0(0x298)][_0x1e0bf0(0x631)]));}return(0x0,n[_0x1e0bf0(0x5dc)])(()=>{const _0x5d5ff2=_0x1e0bf0;[..._0x2e715e][_0x5d5ff2(0x23a)]()['forEach'](_0x4f58de=>_0x4f58de[_0x5d5ff2(0x565)]());});}function vn(_0x510933){const _0x343681=_0x5b38ef;let {renderScope:_0x5b0ba9,menuRoot:_0x2b19ed,menuSlot:_0x556389,popupSlot:_0x17f31f,sidebarSlot:_0x487fb9,rightSidebarSlot:_0x4d9270,footerSlot:_0x3443bd}=_0x510933,_0x39812f=[{'element':_0x5b0ba9[_0x343681(0x298)],'role':_0x343681(0x5a7)},{'element':_0x5b0ba9[_0x343681(0x716)],'role':_0x343681(0x5a7)},{'element':_0x5b0ba9[_0x343681(0xd8)],'role':_0x343681(0x5a7)},{'element':_0x5b0ba9[_0x343681(0x287)],'role':_0x343681(0x5a7)},{'element':_0x2b19ed,'role':_0x343681(0x61b)},{'element':_0x556389,'role':_0x343681(0x61b)},{'element':_0x3443bd,'role':'floating-menu'},{'element':_0x487fb9,'role':'child-popup'},{'element':_0x4d9270,'role':_0x343681(0x21b)},{'element':_0x17f31f,'role':'child-popup'}],_0x19a91f=new Set();return _0x39812f['flatMap'](({element:_0x1a4a0f,role:_0x2f77ac})=>!_0x1a4a0f||_0x19a91f[_0x343681(0x6b7)](_0x1a4a0f)?[]:(_0x19a91f['add'](_0x1a4a0f),[{'element':_0x1a4a0f,'role':_0x2f77ac}]));}function yn(_0x1bc049){return bn(_0x1bc049)||Sn(_0x1bc049);}function bn(_0x111664){const _0x4a44b9=_0x5b38ef;if(!_0x111664[_0x4a44b9(0x42c)][_0x4a44b9(0x6b7)](U)||_0x111664['descriptor'][_0x4a44b9(0x210)]==null)return;let _0x1f502c=_0x111664[_0x4a44b9(0x42c)][_0x4a44b9(0x187)](U)['get'](_0x111664[_0x4a44b9(0x212)][_0x4a44b9(0x210)]);if((_0x1f502c==null?void 0x0:_0x1f502c[_0x4a44b9(0x261)])!=='ribbon')return;let _0x2b1c1=xn(_0x111664['injector']);if(_0x111664[_0x4a44b9(0x42c)]['has'](an)){let _0x1dd0f0=_0x111664[_0x4a44b9(0x42c)][_0x4a44b9(0x187)](an)[_0x4a44b9(0x471)]({'container':_0x111664['menuContainer'],'portalContainer':_0x111664['childContext'][_0x4a44b9(0x17e)]['roots']['popup'],'injector':_0x111664[_0x4a44b9(0x46a)][_0x4a44b9(0x17e)][_0x4a44b9(0x42c)],'childType':_0x111664[_0x4a44b9(0x212)][_0x4a44b9(0x210)],'childUnitId':_0x111664[_0x4a44b9(0x212)][_0x4a44b9(0x1b3)],'embedId':_0x111664[_0x4a44b9(0x212)][_0x4a44b9(0x2a5)],'surface':_0x4a44b9(0x27b),'headerMenu':!0x0,'ribbonType':_0x2b1c1,'ribbonHeaderClassName':_0x4a44b9(0x1e8)});if(_0x1dd0f0)return _0x1dd0f0;}return Pt({'container':_0x111664[_0x4a44b9(0x614)],'portalContainer':_0x111664['childContext'][_0x4a44b9(0x17e)]['roots'][_0x4a44b9(0x582)],'injector':_0x111664[_0x4a44b9(0x46a)][_0x4a44b9(0x17e)][_0x4a44b9(0x42c)],'childType':_0x111664['descriptor']['childType'],'childUnitId':_0x111664[_0x4a44b9(0x212)][_0x4a44b9(0x1b3)],'embedId':_0x111664['descriptor'][_0x4a44b9(0x2a5)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0x2b1c1,'ribbonHeaderClassName':_0x4a44b9(0x1e8)});}function xn(_0x1958b1){const _0x492db9=_0x5b38ef;var _0x4e7bf7;return _0x1958b1[_0x492db9(0x6b7)](n[_0x492db9(0x5ac)])?((_0x4e7bf7=_0x1958b1['get'](n[_0x492db9(0x5ac)])[_0x492db9(0x23e)](a[_0x492db9(0x43e)]))==null?void 0x0:_0x4e7bf7[_0x492db9(0x428)])??_0x492db9(0x394):_0x492db9(0x394);}function Sn(_0x56f53e){const _0x2a5ec4=_0x5b38ef;if(!_0x56f53e['injector'][_0x2a5ec4(0x6b7)](it)||_0x56f53e['descriptor'][_0x2a5ec4(0x210)]==null||!_0x56f53e[_0x2a5ec4(0x212)][_0x2a5ec4(0x1b3)])return;let _0x8f6594=_0x56f53e[_0x2a5ec4(0x42c)][_0x2a5ec4(0x187)](it)[_0x2a5ec4(0x187)](_0x56f53e['descriptor'][_0x2a5ec4(0x5ae)],_0x56f53e[_0x2a5ec4(0x212)][_0x2a5ec4(0x5d9)],_0x56f53e[_0x2a5ec4(0x212)][_0x2a5ec4(0x210)]),_0x2b6a66=_0x8f6594==null?void 0x0:_0x8f6594['mount']({..._0x56f53e['childContext'],'active':{'hostUnitId':_0x56f53e['descriptor']['hostUnitId'],'embedId':_0x56f53e[_0x2a5ec4(0x212)][_0x2a5ec4(0x2a5)],'childUnitId':_0x56f53e[_0x2a5ec4(0x212)][_0x2a5ec4(0x1b3)],'stage':_0x2a5ec4(0x71b)}});return _0x2b6a66?(0x0,n[_0x2a5ec4(0x5dc)])(()=>_0x2b6a66[_0x2a5ec4(0x565)]()):void 0x0;}var Cn=class{constructor(){const _0x49ad5f=_0x5b38ef;H(this,_0x49ad5f(0x521),new l[(_0x49ad5f(0x407))](null)),H(this,_0x49ad5f(0x6b5),new l['Subject']()),H(this,_0x49ad5f(0x543),this[_0x49ad5f(0x521)][_0x49ad5f(0x62b)]()),H(this,'exited$',this[_0x49ad5f(0x6b5)][_0x49ad5f(0x62b)]());}[_0x5b38ef(0x611)](){const _0x5e1039=_0x5b38ef;return this[_0x5e1039(0x521)][_0x5e1039(0x1ae)]();}[_0x5b38ef(0x214)](_0x32a06c){const _0x694250=_0x5b38ef;var _0x355ade,_0x551c6b;if(!_0x32a06c[_0x694250(0x1b3)]||_0x32a06c['childType']==null)throw Error(_0x694250(0x601));let _0x1d1e9b=((_0x355ade=_0x32a06c[_0x694250(0x2d7)])==null?void 0x0:_0x355ade[_0x694250(0x1ec)])||void 0x0,_0x412db5=((_0x551c6b=_0x32a06c[_0x694250(0x2d7)])==null?void 0x0:_0x551c6b['tab'])||void 0x0;if(_0x412db5&&_0x412db5['enabled']&&!_0x1d1e9b)throw Error(_0x694250(0x56d));let _0x664074=_0x1d1e9b?_0x1d1e9b[_0x694250(0x502)]:void 0x0;if(!_0x664074)throw Error(_0x694250(0x361));let _0x4c5cbf={'hostUnitId':_0x32a06c[_0x694250(0x17b)],'embedId':_0x32a06c['embedId'],'childUnitId':_0x32a06c[_0x694250(0x1b3)],'childType':_0x32a06c[_0x694250(0x210)],'entry':_0x32a06c['entry'],'layout':_0x664074};return this[_0x694250(0x521)][_0x694250(0x193)](_0x4c5cbf),_0x4c5cbf;}[_0x5b38ef(0x448)](_0x3a64e1){const _0x2701a4=_0x5b38ef;let _0x3bf370=this[_0x2701a4(0x611)]();_0x3bf370&&(!_0x3a64e1||_0x3bf370['embedId']===_0x3a64e1)&&this['_session$'][_0x2701a4(0x193)](null);}[_0x5b38ef(0x499)](_0x858e9f){const _0x11d881=_0x5b38ef;this[_0x11d881(0x6b5)][_0x11d881(0x193)](_0x858e9f);}};function wn(){const _0x439018=_0x5b38ef;let _0x265023=(0x0,a[_0x439018(0x6f9)])(n[_0x439018(0x5ff)]),_0x3c5c9a=(0x0,a[_0x439018(0x6f9)])(n[_0x439018(0x20e)]),_0x25aa36=(0x0,a['useDependency'])(Ct),_0xc054be=(0x0,a[_0x439018(0x6f9)])(Cn),_0x3cd54f=(0x0,c[_0x439018(0x634)])(null),_0x5de891=(0x0,c['useRef'])(null),_0x81073f=(0x0,c[_0x439018(0x634)])(null),_0x42fafb=(0x0,c[_0x439018(0x634)])(null),_0x52d353=(0x0,c[_0x439018(0x634)])(null),_0x3043cb=(0x0,c[_0x439018(0x634)])(null),_0x31deba=(0x0,c['useRef'])(null),_0x5e9b7d=(0x0,a[_0x439018(0x540)])(()=>_0xc054be[_0x439018(0x543)],_0xc054be['getSession'](),!0x1,[_0xc054be]),[_0x4287b2,_0x15cc70]=(0x0,c[_0x439018(0x617)])(null);if((0x0,c[_0x439018(0x4aa)])(()=>{const _0x180ad7=_0x439018;var _0x4299e5;let _0x294f87=_0x81073f[_0x180ad7(0x743)],_0x4de22f=_0x5de891[_0x180ad7(0x743)],_0xa3bc91=_0x42fafb[_0x180ad7(0x743)],_0x4d2140=_0x52d353[_0x180ad7(0x743)],_0x1f4525=_0x3043cb[_0x180ad7(0x743)],_0xbda015=_0x31deba['current'];if(!_0x5e9b7d||!_0x294f87||!_0x4de22f||!_0xa3bc91||!_0x4d2140||!_0x1f4525||!_0xbda015)return;let _0x230a26=Dn(_0x265023,_0x5e9b7d[_0x180ad7(0x17b)],_0x5e9b7d[_0x180ad7(0x2a5)]);if(!(_0x230a26!=null&&_0x230a26['childUnitId'])||_0x230a26[_0x180ad7(0x210)]==null){_0x294f87[_0x180ad7(0x4e8)][_0x180ad7(0x55b)]=_0x180ad7(0x498);return;}let _0x36c195=_0x265023[_0x180ad7(0x187)](rt)['get'](_0x230a26[_0x180ad7(0x210)]);if(!(_0x36c195!=null&&_0x36c195['supportedLayouts'][_0x180ad7(0x691)](_0x5e9b7d['layout']))){_0x294f87[_0x180ad7(0x4e8)][_0x180ad7(0x55b)]='unsupported-layout';return;}_0x294f87[_0x180ad7(0x4e8)]['embedFullscreenStatus']=_0x180ad7(0x528),_0x294f87[_0x180ad7(0x4e8)][_0x180ad7(0x2a5)]=_0x230a26[_0x180ad7(0x2a5)],_0x294f87[_0x180ad7(0x4e8)][_0x180ad7(0x5f4)]=_0x230a26[_0x180ad7(0x5d9)],_0x294f87[_0x180ad7(0x4e8)][_0x180ad7(0x589)]=_0x230a26[_0x180ad7(0x659)],_0x294f87[_0x180ad7(0x4e8)][_0x180ad7(0x3eb)]=_0x5e9b7d[_0x180ad7(0x502)],_0x294f87[_0x180ad7(0x4e8)][_0x180ad7(0x581)]=String(_0x230a26[_0x180ad7(0x210)]),_0x294f87['dataset'][_0x180ad7(0x35e)]=_0x230a26[_0x180ad7(0x1b3)];let _0x37dabe=te(_0x294f87),_0x550d7f=gn(_0x230a26,_0x5e9b7d[_0x180ad7(0x502)],{'viewport':_0x294f87,'menuSlot':_0x4de22f,'popupSlot':_0xa3bc91,'footerSlot':_0xbda015}),_0x3880fa={'descriptor':_0x230a26,'layout':_0x5e9b7d['layout'],'injector':_0x265023,'hostElement':_0x294f87,'container':_0x294f87,'renderScope':_0x550d7f,'hostUnitId':_0x230a26[_0x180ad7(0x17b)],'embedId':_0x230a26[_0x180ad7(0x2a5)],'childUnitId':_0x230a26[_0x180ad7(0x1b3)],'childType':_0x230a26['childType']},{runtimeScope:_0x2df8d9,disposable:_0x5f5bca}=Qe(_0x3880fa,()=>{},_0x36c195[_0x180ad7(0x16e)]);_0x15cc70({'embedId':_0x230a26[_0x180ad7(0x2a5)],'injector':_0x2df8d9[_0x180ad7(0x42c)],'sourceInjector':_0x265023,'popupContainer':_0x2df8d9[_0x180ad7(0x1c0)][_0x180ad7(0x582)]});let _0x1062a7={..._0x3880fa,'runtimeScope':_0x2df8d9},_0x55708d=_n({'injector':_0x265023,'descriptor':_0x230a26,'renderScope':_0x550d7f,'menuRoot':_0x3cd54f[_0x180ad7(0x743)],'menuSlot':_0x4de22f,'popupSlot':_0xa3bc91,'sidebarSlot':_0x4d2140,'rightSidebarSlot':_0x1f4525,'footerSlot':_0xbda015}),_0x2e6ab6=_0x2769b0=>{const _0x2a44de=_0x180ad7;var _0x37881f,_0x59de66;let _0xc0588d=(_0x2769b0==null?void 0x0:_0x2769b0[_0x2a44de(0x487)])instanceof Element?_0x2769b0[_0x2a44de(0x487)]:null;_0xc0588d!=null&&_0xc0588d[_0x2a44de(0x609)](_0x2a44de(0x40d))||((_0x37881f=_0x2df8d9[_0x2a44de(0x6cb)])==null||_0x37881f[_0x2a44de(0x2bc)](_0x230a26[_0x2a44de(0x1b3)]),(_0x59de66=_0x2df8d9[_0x2a44de(0x6cb)])==null||_0x59de66[_0x2a44de(0x6ee)](_0x230a26['childUnitId']),_0x25aa36[_0x2a44de(0x504)](_0x230a26));};_0x2e6ab6(),_0x294f87['addEventListener']('pointerdown',_0x2e6ab6,{'capture':!0x0}),_0x294f87['addEventListener'](_0x180ad7(0x8f),_0x2e6ab6);let _0x3aac79=(_0x4299e5=_0x36c195['mount'])==null?void 0x0:_0x4299e5['call'](_0x36c195,_0x1062a7),_0x148c2a=yn({'injector':_0x265023,'descriptor':_0x230a26,'childContext':_0x1062a7,'menuContainer':_0x4de22f});return _0x294f87[_0x180ad7(0x4e8)]['embedFullscreenStatus']='mounted',()=>{const _0x768b5=_0x180ad7;_0x15cc70(null),globalThis[_0x768b5(0x746)](()=>{const _0x3e39e9=_0x768b5;_0x294f87[_0x3e39e9(0x6ca)](_0x3e39e9(0x318),_0x2e6ab6,{'capture':!0x0}),_0x294f87['removeEventListener']('focusin',_0x2e6ab6),_0x148c2a==null||_0x148c2a[_0x3e39e9(0x565)](),_0x3aac79==null||_0x3aac79['dispose'](),_0x55708d[_0x3e39e9(0x565)](),_0x5f5bca[_0x3e39e9(0x565)](),_0x37dabe[_0x3e39e9(0x565)](),_0x25aa36[_0x3e39e9(0xe5)](_0x230a26),delete _0x294f87[_0x3e39e9(0x4e8)]['embedFullscreenStatus'],delete _0x294f87[_0x3e39e9(0x4e8)]['embedId'],delete _0x294f87[_0x3e39e9(0x4e8)][_0x3e39e9(0x5f4)],delete _0x294f87[_0x3e39e9(0x4e8)][_0x3e39e9(0x589)],delete _0x294f87[_0x3e39e9(0x4e8)][_0x3e39e9(0x3eb)],delete _0x294f87[_0x3e39e9(0x4e8)]['embedChildType'],delete _0x294f87[_0x3e39e9(0x4e8)][_0x3e39e9(0x35e)],_0xc054be['notifyExited'](_0x5e9b7d);});};},[_0x25aa36,_0xc054be,_0x265023,_0x5e9b7d]),!_0x5e9b7d)return null;let _0x4ec87f=()=>{const _0x3c9db7=_0x439018;_0xc054be[_0x3c9db7(0x448)](_0x5e9b7d[_0x3c9db7(0x2a5)]);};return(0x0,d[_0x439018(0x66a)])(_0x439018(0x568),{'className':_0x439018(0x4fa),'data-embed-fullscreen-shell':'true','style':{'zIndex':0x32a},'children':[_0x5e9b7d[_0x439018(0x210)]===n['UniverInstanceType'][_0x439018(0x464)]&&(0x0,d[_0x439018(0x588)])(_0x439018(0x568),{'className':_0x439018(0x57d),'data-embed-boards-fullscreen-exit':_0x439018(0x573),'title':_0x3c5c9a['t'](_0x439018(0x353)),'children':(0x0,d[_0x439018(0x66a)])(a[_0x439018(0x6d5)],{'noIcon':!0x0,'className':_0x439018(0x4a5),'onClick':_0x4ec87f,'children':[(0x0,d['jsx'])(s[_0x439018(0x641)],{}),(0x0,d[_0x439018(0x588)])(_0x439018(0x316),{'children':_0x3c5c9a['t']('embed-ui.fullscreen.exit')})]})}),(0x0,d[_0x439018(0x66a)])('div',{'ref':_0x3cd54f,'className':_0x439018(0x167),'data-embed-fullscreen-menu':'true','children':[_0x5e9b7d['childType']!==n['UniverInstanceType'][_0x439018(0x464)]&&(0x0,d[_0x439018(0x588)])(_0x439018(0x568),{'className':_0x439018(0x363),'data-embed-fullscreen-header':'true','children':(0x0,d['jsxs'])(o[_0x439018(0x3db)],{'type':_0x439018(0x3c3),'size':_0x439018(0x4ed),'variant':_0x439018(0x239),'className':_0x439018(0x13d),'data-embed-fullscreen-close':'true','onClick':_0x4ec87f,'children':[(0x0,d[_0x439018(0x588)])(s[_0x439018(0x610)],{}),(0x0,d[_0x439018(0x588)])(_0x439018(0x316),{'children':_0x3c5c9a['t'](_0x439018(0x353))})]})}),(0x0,d[_0x439018(0x588)])(_0x439018(0x568),{'ref':_0x5de891,'className':_0x439018(0x26e),'data-embed-fullscreen-menu-slot':_0x439018(0x573),'data-embed-menu-slot':_0x439018(0x573)})]}),(0x0,d[_0x439018(0x66a)])(_0x439018(0x568),{'className':_0x439018(0x346),'data-embed-fullscreen-body':'true','children':[(0x0,d[_0x439018(0x588)])('div',{'ref':_0x52d353,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','data-embed-fullscreen-sidebar-slot':_0x439018(0x573),'data-embed-id':_0x5e9b7d[_0x439018(0x2a5)]}),(0x0,d[_0x439018(0x588)])(_0x439018(0x568),{'ref':_0x81073f,'className':_0x439018(0x4bc),'data-embed-fullscreen-viewport':_0x439018(0x573),'onContextMenuCapture':_0x6ae6c1=>{const _0x22cdb9=_0x439018;_0x6ae6c1[_0x22cdb9(0x558)]();}}),(0x0,d[_0x439018(0x588)])(_0x439018(0x568),{'ref':_0x3043cb,'className':_0x439018(0x476),'data-embed-fullscreen-right-sidebar-slot':_0x439018(0x573),'data-embed-id':_0x5e9b7d[_0x439018(0x2a5)],'children':_0x4287b2&&(0x0,d[_0x439018(0x588)])(En,{..._0x4287b2})})]}),(0x0,d[_0x439018(0x588)])(_0x439018(0x568),{'ref':_0x31deba,'className':_0x439018(0x2ee),'data-embed-fullscreen-footer-slot':_0x439018(0x573),'data-embed-footer-slot':'true'}),(0x0,d[_0x439018(0x588)])(_0x439018(0x568),{'ref':_0x42fafb,'className':_0x439018(0x337),'data-embed-fullscreen-popup-root':_0x439018(0x573),'data-embed-popup-root':_0x439018(0x573),'children':_0x4287b2&&(0x0,d[_0x439018(0x588)])(Tn,{..._0x4287b2})})]});}function Tn(_0x9cea4b){const _0x1c297c=_0x5b38ef;let {embedId:_0x28874a,injector:_0x5870ed,sourceInjector:_0x321d19,popupContainer:_0x3443a1}=_0x9cea4b;return(0x0,d['jsxs'])(d[_0x1c297c(0x70a)],{'children':[(0x0,d['jsxs'])(Z,{'injector':_0x5870ed,'mountContainer':_0x3443a1,'embedId':_0x28874a,'children':[(0x0,d['jsx'])(a['ContextMenu'],{}),(0x0,d['jsx'])(a[_0x1c297c(0x118)],{})]}),(0x0,d['jsx'])(Z,{'injector':_0x321d19,'mountContainer':_0x3443a1,'embedId':_0x28874a,'children':(0x0,d[_0x1c297c(0x588)])(a['CanvasPopup'],{})})]});}function En(_0x45a965){const _0x5df549=_0x5b38ef;let {embedId:_0x2bbe6b,injector:_0x45ef2e,sourceInjector:_0x23556e,popupContainer:_0x142121}=_0x45a965;return(0x0,d[_0x5df549(0x66a)])('aside',{'className':_0x5df549(0x6c9),'children':[(0x0,d['jsx'])(Z,{'injector':_0x45ef2e,'mountContainer':_0x142121,'embedId':_0x2bbe6b,'children':(0x0,d['jsx'])(a[_0x5df549(0x3e4)],{})}),(0x0,d[_0x5df549(0x588)])(Z,{'injector':_0x23556e,'mountContainer':_0x142121,'embedId':_0x2bbe6b,'children':(0x0,d[_0x5df549(0x588)])(a[_0x5df549(0x3e4)],{})})]});}function Dn(_0x11acf1,_0x4c6199,_0x3317bd){const _0x187e3e=_0x5b38ef;try{return _0x11acf1[_0x187e3e(0x187)](e[_0x187e3e(0x5c1)])[_0x187e3e(0x645)](_0x4c6199,_0x3317bd);}catch{return;}}const On={};function kn(_0x37ea33){const _0x1233ba=_0x5b38ef;let {stage:_0xe4c65,interactionFlow:_0xc4c0fa}=_0x37ea33,_0x118548=_0xc4c0fa===_0x1233ba(0x30e),_0x338ebc=_0xe4c65==='stage1'&&!_0x118548,_0x311542=_0xe4c65===_0x1233ba(0x71b)||_0x118548;return{'allowHostBodyDrag':_0x338ebc,'disableLiveHostPointerEvents':!_0x118548&&(_0xe4c65===_0x1233ba(0x65d)||_0xe4c65==='stage1'),'passThroughInteractionGate':_0x311542,'runtimeOwnsInteraction':_0x311542};}function An(_0x1e1854,_0x4d99fc){const _0x4029a9=_0x5b38ef;var _0x395542;return(_0x1e1854==null?void 0x0:_0x1e1854[_0x4029a9(0x5ae)])===n[_0x4029a9(0x63d)][_0x4029a9(0x28b)]&&_0x1e1854[_0x4029a9(0x210)]===n[_0x4029a9(0x63d)]['UNIVER_SHEET']&&!!((_0x395542=_0x1e1854[_0x4029a9(0x2d7)])!=null&&_0x395542[_0x4029a9(0x1ec)])&&_0x4d99fc!==_0x4029a9(0x71b);}function jn(_0x52700b,_0x19f46){const _0x1206e1=_0x5b38ef;return An(_0x52700b,_0x19f46)?_0x1206e1(0x196):_0x1206e1(0x6d8);}function Mn(_0xb93bf1){const _0x3229e5=_0x5b38ef;var _0xcc7a78;return _0xb93bf1[_0x3229e5(0x6f1)]||((_0xcc7a78=_0xb93bf1['active'])==null?void 0x0:_0xcc7a78['embedId'])===_0xb93bf1['embedId']&&_0xb93bf1[_0x3229e5(0x63c)][_0x3229e5(0x1a9)]===_0x3229e5(0x71b)||!_0xb93bf1[_0x3229e5(0x286)]&&_0xb93bf1[_0x3229e5(0x403)]?'stage2':_0x3229e5(0x65d);}function Nn(_0x1f418c,_0x291395){const _0x535563=_0x5b38ef;return _0x1f418c!==_0x535563(0x490)&&_0x1f418c!==_0x535563(0x427)||_0x291395['shiftKey']||_0x291395[_0x535563(0x2c4)]||_0x291395[_0x535563(0xfd)]?!0x1:Math['abs'](_0x291395[_0x535563(0x485)])>Math[_0x535563(0x90)](_0x291395[_0x535563(0x1d5)]);}const Pn=Symbol(_0x5b38ef(0x137)),Fn=Symbol(_0x5b38ef(0x4ea));function In(_0x4b1a64){const _0x3034d9=_0x5b38ef;let _0x140254=_0x5497ec=>{const _0x34066c=_0x241e;var _0xde99b6;if(zn(_0x5497ec))return;if(_0x4b1a64[_0x34066c(0x536)]&&_0x4b1a64[_0x34066c(0x1bc)]['isHostGesture'](_0x5497ec)){var _0x5e3573;let _0x33d4d2=_0x4b1a64[_0x34066c(0x662)]();if(_0x33d4d2&&((_0x5e3573=_0x4b1a64[_0x34066c(0x418)])==null?void 0x0:_0x5e3573[_0x34066c(0x591)](_0x4b1a64,_0x5497ec,_0x33d4d2))===!0x0||Gn(_0x4b1a64[_0x34066c(0x412)],_0x5497ec)){_0x4b1a64['invalidate'](_0x34066c(0x5a6)),cr(_0x5497ec,!0x0);return;}}if(_0x5497ec['ctrlKey']||_0x5497ec['metaKey'])return;let _0x4a7f1b=_0x4b1a64[_0x34066c(0x496)]();if(_0x4a7f1b===_0x34066c(0x71b))return;let _0x39d997=_0x4b1a64['getChildContext'](),_0x1600c9=_0x39d997?_0x4b1a64[_0x34066c(0x4a9)][_0x34066c(0x187)](_0x39d997[_0x34066c(0x210)],_0x39d997[_0x34066c(0x502)]):void 0x0,_0xcda2d9=Ln(_0x5497ec,_0x4b1a64[_0x34066c(0x20b)]),_0x50f094=_0x39d997?{..._0x39d997,'event':_0xcda2d9,'stage':_0x4a7f1b,'viewportScrollY':_0x4b1a64['syncHostVerticalScroll']?_0x4b1a64['hostScrollOffset'][_0x34066c(0x743)]:void 0x0}:void 0x0;if(_0x39d997&&Jn(_0x39d997,_0x5497ec,_0x4b1a64[_0x34066c(0x669)])){var _0x34bc36;if(((_0x34bc36=_0x4b1a64[_0x34066c(0x418)])==null?void 0x0:_0x34bc36[_0x34066c(0x591)](_0x4b1a64,_0x5497ec,_0x39d997))===!0x0||Gn(_0x4b1a64['container'],_0x5497ec)){_0x4b1a64[_0x34066c(0x4df)]('host-scroll'),cr(_0x5497ec,!0x0);return;}}let _0x590184=_0x50f094?_0x4b1a64[_0x34066c(0x10e)]['handleWheel'](_0x50f094):!0x1,_0x39b5e9=!_0x590184&&Yn(_0x4b1a64[_0x34066c(0x412)],_0x5497ec),_0x37065a=!0x1,_0x22783e=!0x1;if(!_0x590184&&_0x39b5e9?Zn(Xn(_0x5497ec),()=>{const _0x516a97=_0x34066c;var _0x42143b;return _0x22783e=((_0x42143b=_0x4b1a64['resizeDocsSheetLikeRendererByWheel'])==null?void 0x0:_0x42143b[_0x516a97(0x591)](_0x4b1a64,_0x5497ec))===!0x0;},()=>_0x37065a=(_0x1600c9==null?void 0x0:_0x1600c9['handleWheel'](_0x50f094))===!0x0):_0x590184||(_0x37065a=(_0x1600c9==null?void 0x0:_0x1600c9[_0x34066c(0x72e)](_0x50f094))===!0x0),!_0x590184&&!_0x37065a&&!_0x22783e&&!_0x39b5e9&&_0x1600c9&&_0x39d997&&Qn(_0x5497ec)&&((_0xde99b6=_0x4b1a64[_0x34066c(0x418)])==null?void 0x0:_0xde99b6[_0x34066c(0x591)](_0x4b1a64,_0x5497ec,_0x39d997))===!0x0){_0x4b1a64[_0x34066c(0x4df)](_0x34066c(0x5a6)),cr(_0x5497ec,!0x0);return;}let _0x492616=_0x37065a||_0x22783e?!0x1:Hn(_0x5497ec,_0x4b1a64[_0x34066c(0x40a)]),_0x882e19=_0x37065a||_0x22783e||(_0x39b5e9||_0x492616?!0x1:Un(_0x5497ec,_0x4b1a64[_0x34066c(0x40a)]));(_0x590184||_0x37065a||_0x22783e||_0x492616||_0x882e19)&&cr(_0x5497ec,!0x1);},_0x42370a=_0x2103b7=>{const _0x3bd2b6=_0x241e;var _0x19a63e;if(_0x4b1a64['getStage']()!==_0x3bd2b6(0x71b))return;let _0x20ce7f=_0x4b1a64[_0x3bd2b6(0x662)]();if(_0x20ce7f){if(Yn(_0x4b1a64[_0x3bd2b6(0x412)],_0x2103b7)){let _0x16d9bb=_0x4b1a64[_0x3bd2b6(0x4a9)][_0x3bd2b6(0x187)](_0x20ce7f[_0x3bd2b6(0x210)],_0x20ce7f[_0x3bd2b6(0x502)]),_0x431ea0=Ln(_0x2103b7,_0x4b1a64[_0x3bd2b6(0x20b)]),_0x1be3ef={..._0x20ce7f,'event':_0x431ea0,'stage':_0x3bd2b6(0x71b),'viewportScrollY':_0x4b1a64['syncHostVerticalScroll']?_0x4b1a64[_0x3bd2b6(0x5f7)]['current']:void 0x0};Zn(Xn(_0x2103b7),()=>{const _0x1ed593=_0x3bd2b6;var _0x5a0322;return((_0x5a0322=_0x4b1a64[_0x1ed593(0x4e5)])==null?void 0x0:_0x5a0322[_0x1ed593(0x591)](_0x4b1a64,_0x2103b7))===!0x0;},()=>_0x4b1a64['passiveWheelHandlerRegistry'][_0x3bd2b6(0x72e)](_0x1be3ef)||(_0x16d9bb==null?void 0x0:_0x16d9bb[_0x3bd2b6(0x72e)](_0x1be3ef))===!0x0)&&cr(_0x2103b7,!0x0);return;}Jn(_0x20ce7f,_0x2103b7,_0x4b1a64[_0x3bd2b6(0x669)])&&(Vn(_0x2103b7)||(Bn(_0x2103b7),(((_0x19a63e=_0x4b1a64[_0x3bd2b6(0x418)])==null?void 0x0:_0x19a63e[_0x3bd2b6(0x591)](_0x4b1a64,_0x2103b7,_0x20ce7f))===!0x0||Gn(_0x4b1a64[_0x3bd2b6(0x412)],_0x2103b7))&&(_0x4b1a64[_0x3bd2b6(0x4df)](_0x3bd2b6(0x5a6)),cr(_0x2103b7,!0x0))));}},_0x4b520e=()=>_0x4b1a64[_0x3034d9(0x4df)](_0x3034d9(0xee));return _0x4b1a64['gate'][_0x3034d9(0x344)](_0x3034d9(0x183),_0x140254,{'passive':!0x1}),_0x4b1a64[_0x3034d9(0x40a)][_0x3034d9(0x344)](_0x3034d9(0x183),_0x140254,{'capture':!0x0,'passive':!0x1}),_0x4b1a64[_0x3034d9(0x412)][_0x3034d9(0x344)](_0x3034d9(0x183),_0x42370a,{'capture':!0x0,'passive':!0x1}),_0x4b1a64['liveRoot']['addEventListener']('wheel',_0x42370a,{'capture':!0x0,'passive':!0x1}),_0x4b1a64['liveRoot'][_0x3034d9(0x344)](_0x3034d9(0x11c),_0x4b520e,!0x0),(0x0,n[_0x3034d9(0x5dc)])(()=>{const _0x534fea=_0x3034d9;_0x4b1a64[_0x534fea(0x433)][_0x534fea(0x6ca)](_0x534fea(0x183),_0x140254),_0x4b1a64['liveRoot'][_0x534fea(0x6ca)](_0x534fea(0x183),_0x140254,{'capture':!0x0}),_0x4b1a64[_0x534fea(0x412)][_0x534fea(0x6ca)]('wheel',_0x42370a,{'capture':!0x0}),_0x4b1a64[_0x534fea(0x40a)][_0x534fea(0x6ca)](_0x534fea(0x183),_0x42370a,{'capture':!0x0}),_0x4b1a64[_0x534fea(0x40a)][_0x534fea(0x6ca)](_0x534fea(0x11c),_0x4b520e,!0x0);});}function Ln(_0xb53d84,_0x453b44){const _0x142fef=_0x5b38ef;return typeof _0x453b44!='number'||!Number[_0x142fef(0x715)](_0x453b44)||_0x453b44<=0x0||_0x453b44===0x1?_0xb53d84:new WheelEvent(_0xb53d84[_0x142fef(0x68d)],{'altKey':_0xb53d84[_0x142fef(0x3bd)],'bubbles':_0xb53d84['bubbles'],'cancelable':_0xb53d84[_0x142fef(0x1c2)],'clientX':_0xb53d84[_0x142fef(0xfe)],'clientY':_0xb53d84[_0x142fef(0x571)],'ctrlKey':_0xb53d84[_0x142fef(0x2c4)],'deltaMode':_0xb53d84['deltaMode'],'deltaX':_0xb53d84[_0x142fef(0x1d5)]/_0x453b44,'deltaY':_0xb53d84[_0x142fef(0x485)]/_0x453b44,'deltaZ':_0xb53d84[_0x142fef(0x327)]/_0x453b44,'metaKey':_0xb53d84[_0x142fef(0xfd)],'shiftKey':_0xb53d84[_0x142fef(0x80)]});}function Rn(_0x134a7e,_0x2217c0){const _0x50b535=_0x5b38ef;let _0x3ee906=new WheelEvent(_0x50b535(0x183),{'clientX':_0x134a7e[_0x50b535(0xfe)],'clientY':_0x134a7e[_0x50b535(0x571)],'ctrlKey':_0x134a7e[_0x50b535(0x2c4)],'deltaMode':_0x134a7e['deltaMode'],'deltaX':_0x134a7e[_0x50b535(0x1d5)],'deltaY':_0x134a7e[_0x50b535(0x485)],'deltaZ':_0x134a7e[_0x50b535(0x327)],'metaKey':_0x134a7e['metaKey'],'shiftKey':_0x134a7e['shiftKey'],..._0x2217c0});return Object[_0x50b535(0x61a)](_0x3ee906,Pn,{'configurable':!0x0,'value':_0x134a7e}),_0x3ee906;}function zn(_0x599008){return!!_0x599008&&_0x599008[Pn]instanceof WheelEvent;}function Bn(_0x9dd760){const _0x48a148=_0x5b38ef;Object[_0x48a148(0x61a)](_0x9dd760,Fn,{'configurable':!0x0,'value':!0x0});}function Vn(_0x534713){return!!_0x534713[Fn];}function Hn(_0x551319,_0x444153){const _0x28c34e=_0x5b38ef;let _0x454a2d=ir(_0x444153,_0x551319['clientX'],_0x551319[_0x28c34e(0x571)])??_0x444153,_0x4b48f4=Rn(_0x551319,{'bubbles':!0x0,'cancelable':!0x0});return _0x454a2d['dispatchEvent'](_0x4b48f4),_0x4b48f4[_0x28c34e(0x22a)];}function Un(_0x2f0ab7,_0x147eaf){const _0x414b44=_0x5b38ef;let _0x493848=ar(ir(_0x147eaf,_0x2f0ab7['clientX'],_0x2f0ab7[_0x414b44(0x571)])??_0x147eaf,_0x147eaf,_0x2f0ab7);return _0x493848?Wn(_0x2f0ab7,_0x493848):!0x1;}function Wn(_0x20ef72,_0x46470f){const _0x37080e=_0x5b38ef;let _0x565bc8=Xn(_0x20ef72),_0x18c5a2=_0x20ef72[_0x37080e(0x80)]?0x0:_0x20ef72['deltaY'],_0x3ab0c1=_0x46470f['scrollLeft'],_0x213c72=_0x46470f['scrollTop'];return _0x565bc8&&(_0x46470f[_0x37080e(0x138)]+=_0x565bc8),_0x18c5a2&&(_0x46470f['scrollTop']+=_0x18c5a2),_0x46470f['scrollLeft']!==_0x3ab0c1||_0x46470f[_0x37080e(0xdd)]!==_0x213c72;}function Gn(_0x3c897b,_0x12a506){const _0xa826a5=_0x5b38ef;let _0x2b2c6d=Kn(_0x3c897b);if(!_0x2b2c6d)return tr(_0x3c897b[_0xa826a5(0x631)][_0xa826a5(0x4b7)],_0x3c897b,_0x12a506);if(!rr(_0x2b2c6d))return tr(_0x2b2c6d,_0x3c897b,_0x12a506);let _0x49ee4d=_0x2b2c6d[_0xa826a5(0xdd)];return _0x2b2c6d[_0xa826a5(0xdd)]+=_0x12a506[_0xa826a5(0x485)],_0x2b2c6d[_0xa826a5(0xdd)]!==_0x49ee4d;}function Kn(_0x179b8b){const _0x41fcb2=_0x5b38ef;let _0x27046c=_0x179b8b[_0x41fcb2(0x3a7)];for(;_0x27046c&&_0x27046c!==document[_0x41fcb2(0x4b7)]&&_0x27046c!==document[_0x41fcb2(0x612)];){if(_0x27046c[_0x41fcb2(0x503)]>_0x27046c[_0x41fcb2(0x32f)]&&qn(_0x27046c))return _0x27046c;_0x27046c=_0x27046c[_0x41fcb2(0x3a7)];}return null;}function qn(_0x1017af){const _0x390759=_0x5b38ef;let _0x52729d=window[_0x390759(0x42a)](_0x1017af);return _0x52729d['overflow']===_0x390759(0x5ad)||_0x52729d[_0x390759(0x2e1)]==='scroll'||_0x52729d['overflow']===_0x390759(0x4dc)||_0x52729d[_0x390759(0x3d4)]===_0x390759(0x5ad)||_0x52729d[_0x390759(0x3d4)]===_0x390759(0x11c)||_0x52729d[_0x390759(0x3d4)]==='hidden';}function Jn(_0x1f2e69,_0x4d5dd9,_0x33ea95){const _0x26ed2f=_0x5b38ef;var _0x5dc8de;return _0x33ea95||((_0x5dc8de=_0x1f2e69[_0x26ed2f(0x212)][_0x26ed2f(0x2d7)])==null?void 0x0:_0x5dc8de['verticalWheelMode'])==='host'?er(_0x4d5dd9):Nn(_0x1f2e69[_0x26ed2f(0x502)],_0x4d5dd9);}function Yn(_0xa1de10,_0x4f6ec4){const _0x55055c=_0x5b38ef;return!!_0xa1de10['closest'](_0x55055c(0x217))&&$n(_0x4f6ec4);}function Xn(_0x5226ff){const _0x213839=_0x5b38ef;return _0x5226ff['deltaX']||(_0x5226ff[_0x213839(0x80)]?_0x5226ff['deltaY']:0x0);}function Zn(_0x4e5b1b,_0x598dd6,_0x1e14c3){return _0x4e5b1b>0x0?_0x598dd6()||_0x1e14c3():_0x1e14c3()||_0x598dd6();}function Qn(_0x4aa9c5){return $n(_0x4aa9c5)||er(_0x4aa9c5);}function $n(_0x35b65b){const _0x4befac=_0x5b38ef;if(_0x35b65b[_0x4befac(0x2c4)]||_0x35b65b['metaKey'])return!0x1;let _0x1dd49e=Xn(_0x35b65b),_0x4b12af=_0x35b65b[_0x4befac(0x80)]?0x0:_0x35b65b[_0x4befac(0x485)];return Math['abs'](_0x1dd49e)>Math[_0x4befac(0x90)](_0x4b12af);}function er(_0x3efe5f){const _0x4aa52a=_0x5b38ef;return _0x3efe5f['shiftKey']||_0x3efe5f[_0x4aa52a(0x2c4)]||_0x3efe5f[_0x4aa52a(0xfd)]?!0x1:Math[_0x4aa52a(0x90)](_0x3efe5f['deltaY'])>Math['abs'](_0x3efe5f[_0x4aa52a(0x1d5)]);}function tr(_0x57c851,_0x74d87,_0x2797e4){const _0x2280ab=_0x5b38ef;let _0x1269ce=Array[_0x2280ab(0x23b)](_0x57c851['querySelectorAll'](_0x2280ab(0x6d1)))[_0x2280ab(0x424)](_0x37d54a=>!_0x74d87[_0x2280ab(0x342)](_0x37d54a));return _0x1269ce?(_0x1269ce['dispatchEvent'](Rn(_0x2797e4,{'bubbles':!0x0,'cancelable':!0x0,...nr(_0x1269ce,_0x74d87,_0x2797e4)})),!0x0):!0x1;}function nr(_0x2fc2af,_0x71e9b0,_0x4bca75){const _0x5344cf=_0x5b38ef;if(!or(_0x71e9b0,_0x4bca75[_0x5344cf(0xfe)],_0x4bca75['clientY']))return{'clientX':_0x4bca75[_0x5344cf(0xfe)],'clientY':_0x4bca75[_0x5344cf(0x571)]};let _0x56a8d2=_0x2fc2af[_0x5344cf(0x2fb)](),_0x510ee7=Math[_0x5344cf(0x22d)](0x18,Math[_0x5344cf(0x2df)](0x4,Math['min'](_0x56a8d2[_0x5344cf(0x33d)],_0x56a8d2[_0x5344cf(0x658)])/0x8)),_0x41be50=[{'clientX':_0x56a8d2[_0x5344cf(0x1e4)]+_0x510ee7,'clientY':_0x56a8d2[_0x5344cf(0x3ec)]+_0x510ee7},{'clientX':_0x56a8d2[_0x5344cf(0xc4)]-_0x510ee7,'clientY':_0x56a8d2['top']+_0x510ee7},{'clientX':_0x56a8d2[_0x5344cf(0x1e4)]+_0x510ee7,'clientY':_0x56a8d2['bottom']-_0x510ee7},{'clientX':_0x56a8d2[_0x5344cf(0xc4)]-_0x510ee7,'clientY':_0x56a8d2[_0x5344cf(0x711)]-_0x510ee7},{'clientX':_0x56a8d2[_0x5344cf(0x1e4)]+_0x56a8d2[_0x5344cf(0x33d)]/0x2,'clientY':_0x56a8d2[_0x5344cf(0x3ec)]+_0x56a8d2[_0x5344cf(0x658)]/0x2}];return _0x41be50[_0x5344cf(0x424)](_0x4e1dec=>!or(_0x71e9b0,_0x4e1dec[_0x5344cf(0xfe)],_0x4e1dec['clientY']))??_0x41be50[0x0];}function rr(_0x2b103a){const _0x201972=_0x5b38ef;let _0x806ccc=window[_0x201972(0x42a)](_0x2b103a);return _0x806ccc[_0x201972(0x2e1)]===_0x201972(0x5ad)||_0x806ccc['overflow']===_0x201972(0x11c)||_0x806ccc['overflowY']===_0x201972(0x5ad)||_0x806ccc['overflowY']==='scroll';}function ir(_0x52d5bc,_0x11bf0b,_0x5c9162){const _0x4c3877=_0x5b38ef;if(!or(_0x52d5bc,_0x11bf0b,_0x5c9162))return null;let _0x3e08ee=_0x52d5bc[_0x4c3877(0x631)][_0x4c3877(0x354)];if(typeof _0x3e08ee==_0x4c3877(0xeb)){let _0x1fca0f=_0x3e08ee[_0x4c3877(0x591)](_0x52d5bc['ownerDocument'],_0x11bf0b,_0x5c9162)[_0x4c3877(0x424)](_0x4a7742=>_0x4a7742 instanceof HTMLElement&&_0x52d5bc[_0x4c3877(0x342)](_0x4a7742));if(_0x1fca0f)return _0x1fca0f;}let _0xfbe045=_0x52d5bc,_0x5dad06=_0x1605f3=>{const _0x202587=_0x4c3877;let _0x5086be=Array[_0x202587(0x23b)](_0x1605f3[_0x202587(0x2cc)]);for(let _0x3d9ddc=_0x5086be[_0x202587(0x3da)]-0x1;_0x3d9ddc>=0x0;_0x3d9ddc--){let _0x47e218=_0x5086be[_0x3d9ddc];if(!(!(_0x47e218 instanceof HTMLElement)||!or(_0x47e218,_0x11bf0b,_0x5c9162))){_0xfbe045=_0x47e218,_0x5dad06(_0x47e218);return;}}};return _0x5dad06(_0x52d5bc),_0xfbe045;}function ar(_0x1c2749,_0x518700,_0x1a312f){const _0x48873d=_0x5b38ef;let _0x5d177d=Xn(_0x1a312f),_0x479760=_0x1a312f['shiftKey']?0x0:_0x1a312f['deltaY'],_0x4bc824=_0x1c2749;for(;_0x4bc824&&_0x518700[_0x48873d(0x342)](_0x4bc824);){if(sr(_0x4bc824,_0x5d177d,_0x479760))return _0x4bc824;_0x4bc824=_0x4bc824[_0x48873d(0x3a7)];}return sr(_0x518700,_0x5d177d,_0x479760)?_0x518700:null;}function or(_0x53d2eb,_0x11a632,_0x27e476){const _0x327ca5=_0x5b38ef;let _0x2b2b3a=_0x53d2eb[_0x327ca5(0x2fb)]();return _0x11a632>=_0x2b2b3a[_0x327ca5(0x1e4)]&&_0x11a632<=_0x2b2b3a[_0x327ca5(0xc4)]&&_0x27e476>=_0x2b2b3a[_0x327ca5(0x3ec)]&&_0x27e476<=_0x2b2b3a['bottom'];}function sr(_0x345c4a,_0x5ec026,_0x30e3d2){const _0x2f2d51=_0x5b38ef;let _0x58f663=_0x5ec026!==0x0&&_0x345c4a[_0x2f2d51(0x727)]>_0x345c4a['clientWidth']&&(_0x5ec026<0x0?_0x345c4a[_0x2f2d51(0x138)]>0x0:_0x345c4a[_0x2f2d51(0x138)]+_0x345c4a[_0x2f2d51(0x145)]<_0x345c4a[_0x2f2d51(0x727)]),_0xe5fc12=_0x30e3d2!==0x0&&_0x345c4a[_0x2f2d51(0x503)]>_0x345c4a[_0x2f2d51(0x32f)]&&(_0x30e3d2<0x0?_0x345c4a[_0x2f2d51(0xdd)]>0x0:_0x345c4a['scrollTop']+_0x345c4a[_0x2f2d51(0x32f)]<_0x345c4a[_0x2f2d51(0x503)]);return _0x58f663||_0xe5fc12;}function cr(_0x243058,_0x2c3cf){const _0x3aa484=_0x5b38ef;_0x243058['preventDefault'](),_0x243058[_0x3aa484(0x732)](),_0x2c3cf&&_0x243058[_0x3aa484(0x50c)]();}var lr=class{constructor(){const _0x5010f3=_0x5b38ef;H(this,_0x5010f3(0x160),new l['Subject']()),H(this,'_providers',new Map()),H(this,'_entriesByEmbedId',new Map()),H(this,_0x5010f3(0x462),new Map()),H(this,_0x5010f3(0x314),[]),H(this,'_rendering',!0x1),H(this,_0x5010f3(0x40e),null);}['registerProvider'](_0x3995a0){const _0x1493a7=_0x5b38ef;return this['_providers'][_0x1493a7(0x534)](_0x3995a0[_0x1493a7(0x210)],_0x3995a0),(0x0,n[_0x1493a7(0x5dc)])(()=>{const _0x4fd368=_0x1493a7;this[_0x4fd368(0x227)][_0x4fd368(0x187)](_0x3995a0[_0x4fd368(0x210)])===_0x3995a0&&this['_providers']['delete'](_0x3995a0[_0x4fd368(0x210)]);});}['getProvider'](_0xc34c73){const _0x2353f7=_0x5b38ef;return this['_providers'][_0x2353f7(0x187)](_0xc34c73);}[_0x5b38ef(0x57b)](_0x58ae28){const _0x4b3a6b=_0x5b38ef;return this[_0x4b3a6b(0x6a4)]['get'](_0x58ae28);}[_0x5b38ef(0x66d)](_0x576dce){const _0x51df83=_0x5b38ef;let _0x342fec=this[_0x51df83(0x2d1)](_0x576dce),_0x44748a=this[_0x51df83(0x462)]['get'](_0x342fec);if(_0x44748a&&(_0x44748a[_0x51df83(0x18f)]===_0x51df83(0x3d3)||_0x44748a[_0x51df83(0x18f)]===_0x51df83(0x6d8)))return _0x44748a;let _0x4b6f34=this[_0x51df83(0x6a4)][_0x51df83(0x187)](_0x576dce[_0x51df83(0x212)]['embedId']),_0x248f5f={'embedId':_0x576dce['descriptor'][_0x51df83(0x2a5)],'childUnitId':_0x576dce[_0x51df83(0x1b3)],'childType':_0x576dce[_0x51df83(0x210)],'status':_0x51df83(0x3d3),'width':Math['max'](0x1,Math[_0x51df83(0x4ff)](_0x576dce[_0x51df83(0x33d)])),'height':Math['max'](0x1,Math[_0x51df83(0x4ff)](_0x576dce[_0x51df83(0x658)])),'dpr':_0x576dce[_0x51df83(0x5a2)],'viewState':_0x576dce[_0x51df83(0x366)]??(_0x4b6f34==null?void 0x0:_0x4b6f34['viewState']),'revision':((_0x4b6f34==null?void 0x0:_0x4b6f34[_0x51df83(0x686)])??0x0)+0x1,'updatedAt':Date[_0x51df83(0x406)]()};return this[_0x51df83(0x462)]['set'](_0x342fec,_0x248f5f),this[_0x51df83(0x6a4)]['set'](_0x248f5f[_0x51df83(0x2a5)],_0x248f5f),this[_0x51df83(0x314)][_0x51df83(0x56f)](_0x576dce),this[_0x51df83(0xc8)](),this[_0x51df83(0x160)][_0x51df83(0x193)](_0x248f5f),_0x248f5f;}async[_0x5b38ef(0x62d)](_0xb173db){const _0x253116=_0x5b38ef;let _0x40de1c=this[_0x253116(0x227)]['get'](_0xb173db[_0x253116(0x210)]);if(!_0x40de1c)return;let _0x4920b1=await _0x40de1c[_0x253116(0x62d)](_0xb173db);return this[_0x253116(0x6dd)](_0xb173db[_0x253116(0x2a5)],_0x4920b1),_0x4920b1;}async['restoreViewState'](_0x480188,_0xeefe66){const _0x363540=_0x5b38ef;if(_0xeefe66==null)return;let _0x1e1305=this[_0x363540(0x227)][_0x363540(0x187)](_0x480188[_0x363540(0x210)]);await(_0x1e1305==null?void 0x0:_0x1e1305['restoreViewState'](_0x480188,_0xeefe66));}[_0x5b38ef(0x6dd)](_0x379cdc,_0x36b3eb){const _0x33373b=_0x5b38ef;let _0x192461=this[_0x33373b(0x6a4)][_0x33373b(0x187)](_0x379cdc);if(!_0x192461){let _0xa5a239={'embedId':_0x379cdc,'childUnitId':'','childType':void 0x0,'status':_0x33373b(0x108),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x36b3eb,'revision':0x0,'updatedAt':Date['now']()};this[_0x33373b(0x6a4)][_0x33373b(0x534)](_0x379cdc,_0xa5a239),this['previewUpdated$'][_0x33373b(0x193)](_0xa5a239);return;}_0x192461[_0x33373b(0x366)]=_0x36b3eb,_0x192461[_0x33373b(0x6de)]=Date[_0x33373b(0x406)](),this['previewUpdated$'][_0x33373b(0x193)](_0x192461);}[_0x5b38ef(0x4bf)](_0x3b50ba,_0x1945dd){const _0x1c3627=_0x5b38ef;let _0x2c4373=this[_0x1c3627(0x6a4)][_0x1c3627(0x187)](_0x3b50ba);_0x2c4373&&(_0x2c4373[_0x1c3627(0x18f)]=_0x1c3627(0x108),_0x2c4373[_0x1c3627(0xf2)]=_0x1945dd,_0x2c4373[_0x1c3627(0x6de)]=Date[_0x1c3627(0x406)](),this['previewUpdated$'][_0x1c3627(0x193)](_0x2c4373));}['invalidate'](_0x4c36da){const _0x496026=_0x5b38ef;let _0x16e88b=this[_0x496026(0x6a4)][_0x496026(0x187)](_0x4c36da);this[_0x496026(0x6a4)][_0x496026(0x720)](_0x4c36da),_0x16e88b&&Array['from'](this[_0x496026(0x462)]['entries']())['forEach'](([_0x417aed,_0xfe394a])=>{const _0x2b4b9b=_0x496026;_0xfe394a[_0x2b4b9b(0x2a5)]===_0x4c36da&&this[_0x2b4b9b(0x462)][_0x2b4b9b(0x720)](_0x417aed);});}['getCacheKey'](_0x383246){const _0x569e30=_0x5b38ef;return[_0x383246[_0x569e30(0x212)]['embedId'],_0x383246[_0x569e30(0x1b3)],_0x383246['childType'],Math['max'](0x1,Math[_0x569e30(0x4ff)](_0x383246[_0x569e30(0x33d)])),Math[_0x569e30(0x2df)](0x1,Math['round'](_0x383246[_0x569e30(0x658)])),_0x383246[_0x569e30(0x5a2)]][_0x569e30(0x621)]('::');}async[_0x5b38ef(0x1fd)](){const _0x21d34a=_0x5b38ef;for(;this[_0x21d34a(0x314)][_0x21d34a(0x3da)]>0x0||this[_0x21d34a(0x2a1)]||this['_activeDrain'];)await(this[_0x21d34a(0x40e)]??Promise[_0x21d34a(0x13f)]()),await Promise[_0x21d34a(0x13f)]();}[_0x5b38ef(0x565)](){const _0x1db9d4=_0x5b38ef;this['_providers'][_0x1db9d4(0x688)](),this[_0x1db9d4(0x6a4)][_0x1db9d4(0x688)](),this[_0x1db9d4(0x462)][_0x1db9d4(0x688)](),this[_0x1db9d4(0x314)][_0x1db9d4(0x3da)]=0x0,this[_0x1db9d4(0x160)][_0x1db9d4(0x64a)]();}[_0x5b38ef(0xc8)](){const _0x1c5b45=_0x5b38ef;this[_0x1c5b45(0x2a1)]||this[_0x1c5b45(0x40e)]||(this[_0x1c5b45(0x40e)]=this['_runQueue']()[_0x1c5b45(0x5ed)](()=>{const _0x50fdff=_0x1c5b45;this[_0x50fdff(0x40e)]=null;}));}async[_0x5b38ef(0x240)](){const _0x1309b2=_0x5b38ef;if(!this[_0x1309b2(0x2a1)]){this[_0x1309b2(0x2a1)]=!0x0;try{for(;this[_0x1309b2(0x314)][_0x1309b2(0x3da)]>0x0;)await this[_0x1309b2(0x695)](this[_0x1309b2(0x314)][_0x1309b2(0x45c)]());}finally{this[_0x1309b2(0x2a1)]=!0x1;}}}async[_0x5b38ef(0x695)](_0x24d4f8){const _0x12148d=_0x5b38ef;let _0x5dba35=this['getCacheKey'](_0x24d4f8),_0x290523=this[_0x12148d(0x462)][_0x12148d(0x187)](_0x5dba35);if(!_0x290523||_0x290523[_0x12148d(0x18f)]!==_0x12148d(0x3d3))return;let _0x484cd6=this['_providers'][_0x12148d(0x187)](_0x24d4f8[_0x12148d(0x210)]),_0x2e105e=this[_0x12148d(0x5b8)](_0x290523['embedId'],_0x290523);if(!_0x484cd6){let _0x57104f=_0x24d4f8['context']?_t(_0x24d4f8[_0x12148d(0x1c3)]):void 0x0;if(_0x57104f){_0x290523['image']=_0x57104f,_0x290523[_0x12148d(0x18f)]=_0x12148d(0x6d8),_0x290523[_0x12148d(0x6de)]=Date[_0x12148d(0x406)](),this[_0x12148d(0x6a4)][_0x12148d(0x534)](_0x290523[_0x12148d(0x2a5)],_0x290523),this[_0x12148d(0x160)]['next'](_0x290523);return;}this['_setRenderFailure'](_0x290523,_0x2e105e,Error(_0x12148d(0x4d7)+_0x24d4f8['childType']));return;}try{let _0x3f8b4a=await _0x484cd6['renderPreview']({..._0x24d4f8,'width':_0x290523[_0x12148d(0x33d)],'height':_0x290523[_0x12148d(0x658)],'viewState':_0x290523[_0x12148d(0x366)]});if(this[_0x12148d(0x462)][_0x12148d(0x187)](_0x5dba35)!==_0x290523||_0x290523[_0x12148d(0x18f)]!=='pending')return;if(!_0x3f8b4a){this['_setRenderFailure'](_0x290523,_0x2e105e,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0x290523['image']=_0x3f8b4a,_0x290523[_0x12148d(0x18f)]=_0x12148d(0x6d8),_0x290523[_0x12148d(0x6de)]=Date[_0x12148d(0x406)](),this['_entriesByEmbedId'][_0x12148d(0x534)](_0x290523[_0x12148d(0x2a5)],_0x290523),this[_0x12148d(0x160)][_0x12148d(0x193)](_0x290523);}catch(_0x1c989d){this['_setRenderFailure'](_0x290523,_0x2e105e,_0x1c989d);}}['_findPreviousReadyEntry'](_0x1901fd,_0x554910){const _0x15973f=_0x5b38ef;let _0x3a2dcb=this[_0x15973f(0x6a4)][_0x15973f(0x187)](_0x1901fd);return _0x3a2dcb&&_0x3a2dcb!==_0x554910&&_0x3a2dcb['image']?_0x3a2dcb:Array[_0x15973f(0x23b)](this['_entriesByKey'][_0x15973f(0x38d)]())[_0x15973f(0x23a)]()[_0x15973f(0x424)](_0x29e10d=>_0x29e10d[_0x15973f(0x2a5)]===_0x1901fd&&_0x29e10d!==_0x554910&&_0x29e10d['image']);}['_setRenderFailure'](_0x415ef3,_0x42611d,_0x2897ba){const _0x3f253e=_0x5b38ef;_0x415ef3['status']=_0x42611d!=null&&_0x42611d['image']?_0x3f253e(0x108):_0x3f253e(0xf2),_0x415ef3['image']=_0x42611d==null?void 0x0:_0x42611d[_0x3f253e(0x49c)],_0x415ef3[_0x3f253e(0x366)]=_0x415ef3[_0x3f253e(0x366)]??(_0x42611d==null?void 0x0:_0x42611d[_0x3f253e(0x366)]),_0x415ef3[_0x3f253e(0xf2)]=_0x2897ba,_0x415ef3[_0x3f253e(0x6de)]=Date[_0x3f253e(0x406)](),this[_0x3f253e(0x6a4)][_0x3f253e(0x534)](_0x415ef3[_0x3f253e(0x2a5)],_0x415ef3),this[_0x3f253e(0x160)][_0x3f253e(0x193)](_0x415ef3);}},ur=class{constructor(){const _0xf59186=_0x5b38ef;H(this,_0xf59186(0x482),new Map()),H(this,_0xf59186(0x4fe),new l[(_0xf59186(0xf7))]()),H(this,_0xf59186(0x6d9),this[_0xf59186(0x4fe)]['asObservable']());}[_0x5b38ef(0x2f4)](_0x12ec7f){const _0x48d446=_0x5b38ef;return this[_0x48d446(0x482)][_0x48d446(0x534)](_0x12ec7f[_0x48d446(0x2a5)],_0x12ec7f),this[_0x48d446(0x4df)]({'embedId':_0x12ec7f[_0x48d446(0x2a5)],'reason':'manual'}),(0x0,n[_0x48d446(0x5dc)])(()=>{const _0x448839=_0x48d446;this[_0x448839(0x482)][_0x448839(0x187)](_0x12ec7f[_0x448839(0x2a5)])===_0x12ec7f&&(this[_0x448839(0x482)][_0x448839(0x720)](_0x12ec7f[_0x448839(0x2a5)]),this[_0x448839(0x4df)]({'embedId':_0x12ec7f['embedId'],'reason':'manual'}));});}[_0x5b38ef(0x6eb)](_0x55350a){const _0x1ad425=_0x5b38ef;return this['_registrations'][_0x1ad425(0x187)](_0x55350a);}[_0x5b38ef(0x38b)](_0x39cc38){const _0x327ff9=_0x5b38ef;return Array['from'](this[_0x327ff9(0x482)][_0x327ff9(0x38d)]())[_0x327ff9(0x424)](_0x30dcb7=>_0x30dcb7[_0x327ff9(0x1b3)]===_0x39cc38);}[_0x5b38ef(0x4df)](_0x50f61d){const _0x5eff16=_0x5b38ef;this['_geometryInvalidated$'][_0x5eff16(0x193)](_0x50f61d);}};let dr=class{constructor(_0x1b6b9b,_0x98c8bd,_0x441d0f,_0x62d337){const _0x67bde5=_0x5b38ef;this[_0x67bde5(0x3e1)]=_0x1b6b9b,this[_0x67bde5(0xf3)]=_0x98c8bd,this[_0x67bde5(0xfc)]=_0x441d0f,this[_0x67bde5(0x358)]=_0x62d337;}async[_0x5b38ef(0x3d2)](_0x5bcc9d){const _0x50b213=_0x5b38ef;return this[_0x50b213(0xf3)][_0x50b213(0x3d2)](_0x5bcc9d);}async[_0x5b38ef(0x70c)](_0x41c9a0){const _0x9f23b7=_0x5b38ef;let _0x2fc1e2=_0x41c9a0[_0x9f23b7(0x212)],_0x3435f4=_0x41c9a0[_0x9f23b7(0x3fe)]??this[_0x9f23b7(0xfc)][_0x9f23b7(0x3fb)]({'embedId':_0x2fc1e2[_0x9f23b7(0x2a5)],'hostUnitId':_0x2fc1e2[_0x9f23b7(0x17b)],'hostType':_0x2fc1e2['hostType'],'entry':_0x2fc1e2[_0x9f23b7(0x5d9)],'hostAnchorId':_0x2fc1e2[_0x9f23b7(0x659)],'hostContext':_0x41c9a0[_0x9f23b7(0x1c1)],'descriptor':_0x2fc1e2});return this[_0x9f23b7(0x3e1)][_0x9f23b7(0x182)](_0x2fc1e2['hostUnitId'],_0x2fc1e2),this[_0x9f23b7(0x358)][_0x9f23b7(0xc5)](_0x3435f4),this['_modelService'][_0x9f23b7(0x645)](_0x2fc1e2[_0x9f23b7(0x17b)],_0x2fc1e2['embedId']);}};dr=X([Y(0x0,(0x0,n['Inject'])(e[_0x5b38ef(0x5c1)])),Y(0x1,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0xa7)])),Y(0x2,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0x5c4)])),Y(0x3,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0x128)]))],dr);function fr(_0x56562e){const _0x42c59c=_0x5b38ef;var _0x41d983;if(!_0x56562e)return;let _0x23dbdb=((_0x41d983=_0x56562e[_0x42c59c(0x609)](_0x42c59c(0x7e)))==null?void 0x0:_0x41d983['getAttribute']('data-embed-interaction-boundary-owner'))??void 0x0,_0x32dcff=pr(_0x56562e,_0x23dbdb),_0x4a5825=(_0x32dcff==null?void 0x0:_0x32dcff[_0x42c59c(0x82)](_0x42c59c(0x6f0)))??_0x23dbdb;if(_0x4a5825)return{'embedId':_0x4a5825,'hostUnitId':(_0x32dcff==null?void 0x0:_0x32dcff[_0x42c59c(0x82)](_0x42c59c(0x30f)))??void 0x0,'childUnitId':(_0x32dcff==null?void 0x0:_0x32dcff[_0x42c59c(0x82)](a[_0x42c59c(0x45e)]))??void 0x0,'childType':hr(_0x32dcff)};}function pr(_0x41708d,_0xf61be3){const _0x365778=_0x5b38ef;let _0x121317=_0x41708d==null?void 0x0:_0x41708d['closest']('[data-embed-float-dom=\x22true\x22]');if(_0x121317&&(!_0xf61be3||_0x121317['getAttribute'](_0x365778(0x6f0))===_0xf61be3))return _0x121317;let _0x1eb47b=(_0x41708d==null?void 0x0:_0x41708d[_0x365778(0x631)])??(typeof document>'u'?void 0x0:document);return!_0x1eb47b||!_0xf61be3?_0x121317??void 0x0:_0x1eb47b[_0x365778(0x724)]('[data-embed-float-dom=\x22true\x22][data-embed-id=\x22'+mr(_0xf61be3)+'\x22]')??void 0x0;}function mr(_0x524563){const _0x24fc0a=_0x5b38ef;return _0x524563['replace'](/\\/g,'\x5c\x5c')[_0x24fc0a(0x626)](/"/g,'\x5c\x22');}function hr(_0x485574){const _0x453a3d=_0x5b38ef;let _0x11a26d=_0x485574==null?void 0x0:_0x485574['getAttribute'](_0x453a3d(0x166));if(_0x11a26d!=null&&_0x11a26d!=='')return Number(_0x11a26d);}var gr=class{constructor(){const _0x2263b0=_0x5b38ef;H(this,_0x2263b0(0x6fd),new WeakMap()),H(this,'_hostGestureEvents',new WeakSet());}[_0x5b38ef(0x2f4)](_0x3d1f71){const _0x268220=_0x5b38ef;let _0x93ff94=this[_0x268220(0x6fd)][_0x268220(0x187)](_0x3d1f71);if(!_0x93ff94){let _0xece623=_0x3d1f71[_0x268220(0x631)]['defaultView'];if(!_0xece623)return(0x0,n[_0x268220(0x5dc)])(()=>{});let _0x8f70d7=_0x4d9c70=>this[_0x268220(0x9b)](_0x3d1f71,_0x4d9c70);_0xece623[_0x268220(0x344)](_0x268220(0x183),_0x8f70d7,{'capture':!0x0,'passive':!0x0}),_0x93ff94={'activeUntil':0x0,'dispose':()=>_0xece623[_0x268220(0x6ca)](_0x268220(0x183),_0x8f70d7,{'capture':!0x0}),'refCount':0x0},this['_sessions'][_0x268220(0x534)](_0x3d1f71,_0x93ff94);}let _0xb67846=_0x93ff94;return _0xb67846[_0x268220(0x4e7)]+=0x1,(0x0,n[_0x268220(0x5dc)])(()=>{const _0x43074f=_0x268220;--_0xb67846[_0x43074f(0x4e7)],!(_0xb67846[_0x43074f(0x4e7)]>0x0||this['_sessions'][_0x43074f(0x187)](_0x3d1f71)!==_0xb67846)&&(_0xb67846['dispose'](),this[_0x43074f(0x6fd)][_0x43074f(0x720)](_0x3d1f71));});}['isHostGesture'](_0x4c2c77){const _0xe05d8d=_0x5b38ef;return this['_hostGestureEvents'][_0xe05d8d(0x6b7)](_0x4c2c77);}[_0x5b38ef(0x9b)](_0x2cfa68,_0x13d535){const _0x19709e=_0x5b38ef;var _0x9cbee6;let _0x1cb075=_0x2cfa68[_0x19709e(0x631)]['defaultView'];if(!_0x1cb075)return;let _0x3b3bdf=_r(_0x13d535,_0x1cb075);if(!_0x3b3bdf||!_0x2cfa68[_0x19709e(0x342)](_0x3b3bdf))return;let _0x41b3c1=this[_0x19709e(0x6fd)][_0x19709e(0x187)](_0x2cfa68);if(!_0x41b3c1)return;let _0x4e055f=Date[_0x19709e(0x406)](),_0x1bd332=pr(_0x3b3bdf);if(!_0x1bd332||!_0x2cfa68[_0x19709e(0x342)](_0x1bd332)){_0x41b3c1['activeUntil']=_0x4e055f+0x1f4;return;}if(((_0x9cbee6=fr(_0x1bd332))==null?void 0x0:_0x9cbee6['childType'])===n[_0x19709e(0x63d)][_0x19709e(0x125)]){_0x41b3c1[_0x19709e(0x67f)]=_0x4e055f+0x1f4,this[_0x19709e(0x682)][_0x19709e(0x474)](_0x13d535);return;}_0x4e055f>=_0x41b3c1[_0x19709e(0x67f)]||(_0x41b3c1['activeUntil']=_0x4e055f+0x1f4,this[_0x19709e(0x682)]['add'](_0x13d535));}};function _r(_0x4bbccc,_0x252736){const _0x3dfb14=_0x5b38ef;let _0x48be38=_0x4bbccc[_0x3dfb14(0x487)];return _0x48be38 instanceof _0x252736[_0x3dfb14(0x3df)]?_0x48be38:_0x48be38 instanceof _0x252736[_0x3dfb14(0xc7)]||_0x48be38 instanceof _0x252736[_0x3dfb14(0x549)]?_0x48be38[_0x3dfb14(0x3a7)]:null;}var vr=class{constructor(){const _0x4ec9e4=_0x5b38ef;H(this,_0x4ec9e4(0x227),new Map());}[_0x5b38ef(0x2f4)](_0x30580b){const _0x40eb63=_0x5b38ef;return this[_0x40eb63(0x227)][_0x40eb63(0x534)](_0x30580b[_0x40eb63(0x210)],_0x30580b),(0x0,n['toDisposable'])(()=>{const _0x4b9393=_0x40eb63;this['_providers']['get'](_0x30580b['childType'])===_0x30580b&&this[_0x4b9393(0x227)][_0x4b9393(0x720)](_0x30580b[_0x4b9393(0x210)]);});}[_0x5b38ef(0x187)](_0x3f60b9,_0x19018c){const _0x56c7b5=_0x5b38ef;var _0x46f861;let _0x129c2c=this[_0x56c7b5(0x227)][_0x56c7b5(0x187)](_0x3f60b9);if(_0x129c2c&&!(_0x19018c&&(_0x46f861=_0x129c2c[_0x56c7b5(0x38a)])!=null&&_0x46f861[_0x56c7b5(0x3da)]&&!_0x129c2c[_0x56c7b5(0x38a)][_0x56c7b5(0x691)](_0x19018c)))return _0x129c2c;}[_0x5b38ef(0x1bf)](){const _0x14ea8e=_0x5b38ef;return[...this[_0x14ea8e(0x227)][_0x14ea8e(0x38d)]()];}},yr=class{constructor(){const _0x466d34=_0x5b38ef;H(this,_0x466d34(0x6f5),[]);}['register'](_0x32096b){const _0x2f1f8d=_0x5b38ef;return this[_0x2f1f8d(0x6f5)][_0x2f1f8d(0x56f)](_0x32096b),this[_0x2f1f8d(0x1ee)](),(0x0,n['toDisposable'])(()=>{const _0x44fdff=_0x2f1f8d;let _0x248076=this[_0x44fdff(0x6f5)]['indexOf'](_0x32096b);_0x248076>=0x0&&this[_0x44fdff(0x6f5)]['splice'](_0x248076,0x1);});}['handleWheel'](_0x1bd8d5){const _0x4748ec=_0x5b38ef;for(let _0x236323 of this[_0x4748ec(0x6f5)]){var _0x2294fa;if(_0x236323[_0x4748ec(0x210)]===_0x1bd8d5[_0x4748ec(0x210)]&&!(_0x1bd8d5[_0x4748ec(0x502)]&&(_0x2294fa=_0x236323['supportedLayouts'])!=null&&_0x2294fa['length']&&!_0x236323['supportedLayouts'][_0x4748ec(0x691)](_0x1bd8d5['layout']))&&_0x236323[_0x4748ec(0x72e)](_0x1bd8d5)===!0x0)return!0x0;}return!0x1;}[_0x5b38ef(0x1bf)](){const _0x3edaa4=_0x5b38ef;return[...this[_0x3edaa4(0x6f5)]];}[_0x5b38ef(0x1ee)](){const _0x16c177=_0x5b38ef;this[_0x16c177(0x6f5)][_0x16c177(0x4c5)]((_0x28ef1d,_0x386ea2)=>(_0x386ea2[_0x16c177(0x141)]??0x0)-(_0x28ef1d[_0x16c177(0x141)]??0x0));}};function br(_0x203936){const _0x27754a=_0x5b38ef;if(!_0x203936||typeof _0x203936!=_0x27754a(0x4c3))return;let _0xb9f685=_0x203936;return _0xb9f685[_0x27754a(0x506)]===0x1&&_0xb9f685[_0x27754a(0x2a5)]&&_0xb9f685['hostAnchorId']?_0xb9f685:void 0x0;}const xr=new Map();function Sr(_0x28f624){const _0x7bb4d4=_0x5b38ef;var _0x1e8f69,_0x3bbce4;let {container:_0x2cd386,content:_0x104ad8,offset:_0x3c9473}=_0x28f624;if(!_0x28f624[_0x7bb4d4(0x5a3)])return _0x3c9473[_0x7bb4d4(0x743)]=0x0,_0x104ad8[_0x7bb4d4(0x2ac)][_0x7bb4d4(0x1b6)](_0x7bb4d4(0x484)),_0x104ad8['style'][_0x7bb4d4(0x1b6)]('clip-path'),(0x0,n[_0x7bb4d4(0x5dc)])(()=>{});let _0x10d73b=_0x2cd386[_0x7bb4d4(0x631)]['defaultView']??window,_0x240616=Xr(_0x28f624[_0x7bb4d4(0x20b)],0x1),_0x55b03d=!0x1,_0x2f8412,_0xd57334=()=>{const _0x545712=_0x7bb4d4;var _0x1a42b8;if(_0x55b03d)return;let _0x5180fd=_0x28f624[_0x545712(0x662)]();if(!_0x5180fd){_0x3c9473[_0x545712(0x743)]=0x0,_0x104ad8['style'][_0x545712(0x1b6)](_0x545712(0x484)),_0x104ad8['style'][_0x545712(0x1b6)](_0x545712(0x2f7));return;}let _0x25d431=_0x28f624[_0x545712(0x605)](_0x5180fd);if(!_0x25d431)return;let _0x5e15cb=Kn(_0x2cd386),_0x31c323=(_0x5e15cb==null?void 0x0:_0x5e15cb[_0x545712(0x2fb)]())??{'height':_0x10d73b['innerHeight'],'top':0x0,'width':_0x10d73b[_0x545712(0x69a)]},_0x4ad54d=_0x2cd386[_0x545712(0x2fb)](),_0x39f63e=Xr(_0x28f624[_0x545712(0x189)],_0x4ad54d[_0x545712(0x658)]/_0x240616),_0x342ff1=Math[_0x545712(0x22d)](_0x39f63e,Xr(_0x28f624[_0x545712(0x41c)],_0x104ad8[_0x545712(0x2fb)]()[_0x545712(0x658)]/_0x240616,_0x31c323[_0x545712(0x658)]/_0x240616)),_0x4fc514=Tr({'collapseWithoutChildScroll':_0x28f624[_0x545712(0x6ab)],'contentHeight':_0x39f63e,'hostOffset':Math[_0x545712(0x2df)](0x0,(_0x31c323['top']-_0x4ad54d[_0x545712(0x3ec)])/_0x240616),'stickyHeaderHeight':Math[_0x545712(0x2df)](0x18,((_0x1a42b8=_0x25d431[_0x545712(0x260)])==null?void 0x0:_0x1a42b8[_0x545712(0x591)](_0x25d431,_0x5180fd))??0x0),'viewportHeight':_0x342ff1});if(_0x104ad8[_0x545712(0x2ac)][_0x545712(0x484)]=_0x4fc514[_0x545712(0x6cd)]===0x0?'':'translateY('+_0x4fc514['visualOffset']*_0x240616+_0x545712(0x55e),_0x104ad8['style'][_0x545712(0x271)]=_0x4fc514[_0x545712(0x450)]===0x0?'':'inset(0\x200\x20'+_0x4fc514['clipBottom']*_0x240616+_0x545712(0x2a8),!Cr(_0x28f624[_0x545712(0x5e7)][_0x545712(0x743)],_0x545712(0x602))||_0x28f624['syncingHostFromChild'][_0x545712(0x743)])return;let _0xb2fd77=_0x4fc514[_0x545712(0x43a)]-_0x3c9473[_0x545712(0x743)];if(Math[_0x545712(0x90)](_0xb2fd77)<0.5)return;_0x3c9473[_0x545712(0x743)]=_0x4fc514[_0x545712(0x43a)],_0x28f624['invalidate']();let _0x86b514=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x4ad54d[_0x545712(0x1e4)]+Math[_0x545712(0x22d)](_0x4ad54d['width'],_0x31c323[_0x545712(0x33d)])/0x2,'clientY':_0x31c323[_0x545712(0x3ec)]+_0x342ff1*_0x240616/0x2,'deltaY':_0xb2fd77});_0x28f624[_0x545712(0x1bd)][_0x545712(0x743)]=!0x0;try{_0x25d431[_0x545712(0x72e)]({..._0x5180fd,'event':_0x86b514,'source':'host-scroll-sync','stage':_0x28f624[_0x545712(0x496)](),'viewportScrollY':_0x4fc514[_0x545712(0x43a)]});}finally{_0x28f624[_0x545712(0x1bd)][_0x545712(0x743)]=!0x1;}},_0x51b020=()=>{const _0x3f1ac8=_0x7bb4d4;_0xd57334(),_0x55b03d||(_0x2f8412=_0x10d73b[_0x3f1ac8(0x746)](_0x51b020));},_0x4dd693=()=>{globalThis['queueMicrotask'](()=>{_0x55b03d||_0xd57334();});},_0x13dfff=_0x28f624[_0x7bb4d4(0x662)](),_0x2adc03=_0x13dfff?_0x28f624[_0x7bb4d4(0x605)](_0x13dfff):void 0x0,_0x3939eb=_0x13dfff&&(_0x2adc03==null||(_0x1e8f69=_0x2adc03[_0x7bb4d4(0x149)])==null?void 0x0:_0x1e8f69[_0x7bb4d4(0x591)](_0x2adc03,_0x13dfff,_0xd40c0e=>{const _0x4b8ca5=_0x7bb4d4;var _0x598366;if(_0x28f624[_0x4b8ca5(0x1bd)][_0x4b8ca5(0x743)]||!Cr(_0x28f624[_0x4b8ca5(0x5e7)][_0x4b8ca5(0x743)],_0x4b8ca5(0x21d)))return;let _0x4a724d=Math[_0x4b8ca5(0x2df)](0x0,Xr(_0x28f624[_0x4b8ca5(0x189)])-Xr(_0x28f624['viewportHeight'])),_0x4c172a=Dr(_0xd40c0e,0x0,_0x4a724d),_0x1373a3=_0x2cd386[_0x4b8ca5(0x2fb)](),_0x433c5b=((_0x598366=Kn(_0x2cd386))==null?void 0x0:_0x598366[_0x4b8ca5(0x2fb)]()[_0x4b8ca5(0x3ec)])??0x0,_0x575576=wr(_0x4c172a,Dr((_0x433c5b-_0x1373a3[_0x4b8ca5(0x3ec)])/_0x240616,0x0,_0x4a724d),Math[_0x4b8ca5(0x2df)](0x0,(_0x1373a3[_0x4b8ca5(0x3ec)]-_0x433c5b)/_0x240616));if(Math[_0x4b8ca5(0x90)](_0x575576)<0.5)return;let _0x373aa9=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x1373a3[_0x4b8ca5(0x1e4)]+_0x1373a3[_0x4b8ca5(0x33d)]/0x2,'clientY':_0x1373a3[_0x4b8ca5(0x3ec)]+Math['min'](_0x1373a3['height'],(_0x28f624[_0x4b8ca5(0x41c)]??_0x1373a3[_0x4b8ca5(0x658)]/_0x240616)*_0x240616)/0x2,'deltaY':_0x575576*_0x240616}),_0x23f5fb=_0x3c9473[_0x4b8ca5(0x743)],_0xb9e0a3=_0x104ad8[_0x4b8ca5(0x2ac)][_0x4b8ca5(0x484)],_0x3fbb2e=_0x104ad8[_0x4b8ca5(0x2ac)][_0x4b8ca5(0x271)];_0x3c9473[_0x4b8ca5(0x743)]=_0x4c172a,_0x104ad8[_0x4b8ca5(0x2ac)][_0x4b8ca5(0x484)]=_0x4c172a===0x0?'':_0x4b8ca5(0x3d8)+_0x4c172a*_0x240616+_0x4b8ca5(0x55e),_0x104ad8[_0x4b8ca5(0x2ac)][_0x4b8ca5(0x271)]='',_0x28f624['syncingHostFromChild'][_0x4b8ca5(0x743)]=!0x0;let _0x32dee6=!0x1;try{var _0x3e0345;_0x32dee6=((_0x3e0345=_0x28f624['onHostWheel'])==null?void 0x0:_0x3e0345[_0x4b8ca5(0x591)](_0x28f624,_0x373aa9,_0x13dfff))===!0x0||Gn(_0x2cd386,_0x373aa9);}finally{_0x28f624[_0x4b8ca5(0x192)][_0x4b8ca5(0x743)]=!0x1;}if(!_0x32dee6){_0x3c9473[_0x4b8ca5(0x743)]=_0x23f5fb,_0x104ad8[_0x4b8ca5(0x2ac)][_0x4b8ca5(0x484)]=_0xb9e0a3,_0x104ad8[_0x4b8ca5(0x2ac)][_0x4b8ca5(0x271)]=_0x3fbb2e;return;}_0x28f624[_0x4b8ca5(0x4df)]();}));_0x2f8412=_0x10d73b['requestAnimationFrame'](_0x51b020);let _0x4284ef=(_0x3bbce4=_0x28f624[_0x7bb4d4(0x5be)])==null?void 0x0:_0x3bbce4['subscribe'](_0x4dd693);_0x10d73b['addEventListener'](_0x7bb4d4(0x11c),_0xd57334,!0x0),_0x10d73b[_0x7bb4d4(0x344)](_0x7bb4d4(0x3cc),_0xd57334);let _0x1fb91c=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0xd57334);return _0x1fb91c==null||_0x1fb91c[_0x7bb4d4(0x2ed)](_0x2cd386),(0x0,n[_0x7bb4d4(0x5dc)])(()=>{const _0x3a5565=_0x7bb4d4;_0x55b03d=!0x0,_0x2f8412!=null&&_0x10d73b['cancelAnimationFrame'](_0x2f8412),_0x3939eb==null||_0x3939eb[_0x3a5565(0x565)](),_0x4284ef==null||_0x4284ef['unsubscribe'](),_0x1fb91c==null||_0x1fb91c[_0x3a5565(0x5ce)](),_0x10d73b[_0x3a5565(0x6ca)](_0x3a5565(0x11c),_0xd57334,!0x0),_0x10d73b[_0x3a5565(0x6ca)]('resize',_0xd57334),_0x104ad8['style'][_0x3a5565(0x1b6)](_0x3a5565(0x484)),_0x104ad8['style'][_0x3a5565(0x1b6)](_0x3a5565(0x2f7));});}function Cr(_0x6fa4ea,_0x3b4b2b){return _0x6fa4ea==null||_0x6fa4ea===_0x3b4b2b;}function wr(_0x12d14f,_0x1f6011,_0x2bee10){let _0x3f7cd9=_0x12d14f-_0x1f6011;return _0x3f7cd9+(_0x3f7cd9>0x0?Math['max'](0x0,_0x2bee10):0x0);}function Tr(_0x1452b0){const _0x18d035=_0x5b38ef;let _0x5dfc68=Xr(_0x1452b0[_0x18d035(0x189)]),_0x1a0fc4=Math[_0x18d035(0x22d)](_0x5dfc68,Xr(_0x1452b0[_0x18d035(0x41c)])),_0x3808fc=Math[_0x18d035(0x2df)](0x0,_0x5dfc68-_0x1a0fc4);if(_0x3808fc===0x0&&!_0x1452b0[_0x18d035(0x6ab)])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x30ef2c=Math[_0x18d035(0x2df)](0x0,_0x1452b0[_0x18d035(0xd9)]),_0xf6d9f2=Dr(Xr(_0x1452b0['stickyHeaderHeight']),0x1,_0x1a0fc4),_0x4b42e5=Math[_0x18d035(0x2df)](_0x3808fc,_0x5dfc68-_0xf6d9f2),_0x1fd29e=Math['min'](_0x30ef2c,_0x4b42e5),_0xefc847=Dr(_0x5dfc68-_0x30ef2c,_0xf6d9f2,_0x1a0fc4);return{'childOffset':Math['min'](_0x30ef2c,_0x3808fc),'clipBottom':_0x1a0fc4-_0xefc847,'visualOffset':_0x1fd29e};}function Er(_0x25f074){const _0x2c69de=_0x5b38ef;let _0x219236=Math['max'](0x1,_0x25f074[_0x2c69de(0x723)]-_0x25f074[_0x2c69de(0x247)]),_0xca3323=Math['min'](_0x25f074[_0x2c69de(0x206)],_0x219236);return{'initialWidth':_0xca3323,'maxExpansion':Math['min'](_0x25f074[_0x2c69de(0x247)],Math[_0x2c69de(0x2df)](0x0,_0x25f074[_0x2c69de(0x206)]-_0xca3323))};}function Dr(_0x35165a,_0x53e441,_0x4cca3d){const _0x194f71=_0x5b38ef;return Math[_0x194f71(0x2df)](_0x53e441,Math['min'](_0x4cca3d,_0x35165a));}function Or(_0x4f0868){const _0x5537eb=_0x5b38ef;_0x4f0868[_0x5537eb(0x2ac)][_0x5537eb(0x1b6)](_0x5537eb(0x1e4)),_0x4f0868['style'][_0x5537eb(0x1b6)](_0x5537eb(0x3ec)),_0x4f0868[_0x5537eb(0x2ac)]['removeProperty'](_0x5537eb(0x33d)),_0x4f0868[_0x5537eb(0x2ac)][_0x5537eb(0x1b6)](_0x5537eb(0x658)),_0x4f0868[_0x5537eb(0x2ac)][_0x5537eb(0x1b6)](_0x5537eb(0x67c)),_0x4f0868[_0x5537eb(0x2ac)][_0x5537eb(0x1b6)]('pointer-events');}function kr(_0x121c38,_0x4780fd){const _0x2eb7f4=_0x5b38ef;_0x4780fd?xr[_0x2eb7f4(0x534)](_0x121c38,_0x4780fd):xr[_0x2eb7f4(0x720)](_0x121c38);}function Ar(_0x10c049){const _0x27cca5=_0x5b38ef;var _0x596f85;let {chrome:_0x17ff3d,container:_0x43855f,geometryService:_0x457501,stage:_0x3b3cba}=_0x10c049;if(_0x10c049[_0x27cca5(0x357)]&&_0x3b3cba===_0x27cca5(0x65d))return _0x17ff3d['style']['visibility']=_0x27cca5(0x4dc),_0x17ff3d[_0x27cca5(0x2ac)][_0x27cca5(0x66f)]=_0x27cca5(0x31c),(0x0,n[_0x27cca5(0x5dc)])(()=>{const _0x46a57c=_0x27cca5;_0x17ff3d[_0x46a57c(0x2ac)][_0x46a57c(0x1b6)](_0x46a57c(0x67c)),_0x17ff3d[_0x46a57c(0x2ac)]['removeProperty'](_0x46a57c(0x3f5));});let _0x59f2e0=_0x17ff3d[_0x27cca5(0x3a7)],_0xfc1242=_0x17ff3d[_0x27cca5(0x385)],_0x4ce942,_0x36413f,_0x243017=0x0,_0x961eb7,_0x424354,_0x59e9a7,_0x2a4a2c,_0x5301ab,_0x5ccd7b,_0x236125,_0x2e9cd4=()=>{const _0x39710d=_0x27cca5;let _0x266364=zr(_0x43855f),_0x2057ed=Rr(_0x43855f),_0x39b81d=!Br(_0x43855f)&&_0x236125!=null&&_0x961eb7===_0x2057ed[_0x39710d(0x1e4)]&&_0x59e9a7===_0x2057ed['width']&&_0x2a4a2c===_0x2057ed[_0x39710d(0x658)];!Br(_0x43855f)&&_0x236125!=null&&!_0x39b81d&&(_0x236125=void 0x0);let _0x4721bc=_0x39b81d?new DOMRect(_0x2057ed[_0x39710d(0x1e4)],_0x236125,_0x2057ed[_0x39710d(0x33d)],_0x2057ed['height']):_0x2057ed,_0x1db446=!_0x266364||_0x4721bc[_0x39710d(0x658)]>=0x18,_0x4d963a=Pr(_0x266364,_0x1db446,_0x4721bc[_0x39710d(0x658)]);if(Mr(_0x43855f,_0x17ff3d,_0x1db446,_0x3b3cba),Nr(_0x43855f,_0x17ff3d,_0x4d963a,_0x3b3cba),_0x266364){let _0x5c8a28=_0x43855f[_0x39710d(0x2fb)]();Fr(_0x17ff3d,_0x4721bc,Ir(_0x5c8a28,_0x10c049[_0x39710d(0x237)]));}else Lr(_0x17ff3d);_0x17ff3d[_0x39710d(0x2ac)][_0x39710d(0x67c)]=_0x1db446?'':'hidden',_0x17ff3d[_0x39710d(0x2ac)]['pointerEvents']=_0x1db446&&_0x3b3cba!==_0x39710d(0x65d)?'':_0x39710d(0x31c),(_0x4721bc[_0x39710d(0x1e4)]!==_0x961eb7||_0x4721bc[_0x39710d(0x3ec)]!==_0x424354||_0x4721bc[_0x39710d(0x33d)]!==_0x59e9a7||_0x4721bc[_0x39710d(0x658)]!==_0x2a4a2c||_0x1db446!==_0x5301ab||_0x4d963a!==_0x5ccd7b)&&(_0x961eb7=_0x4721bc['left'],_0x424354=_0x4721bc['top'],_0x59e9a7=_0x4721bc[_0x39710d(0x33d)],_0x2a4a2c=_0x4721bc[_0x39710d(0x658)],_0x5301ab=_0x1db446,_0x5ccd7b=_0x4d963a,kr(_0x43855f,{'height':_0x4721bc[_0x39710d(0x658)],'left':_0x4721bc[_0x39710d(0x1e4)],'top':_0x4721bc[_0x39710d(0x3ec)],'width':_0x4721bc[_0x39710d(0x33d)]}),_0x17ff3d[_0x39710d(0x2ac)][_0x39710d(0x1e4)]=_0x4721bc[_0x39710d(0x1e4)]+'px',_0x17ff3d[_0x39710d(0x2ac)]['top']=_0x4721bc[_0x39710d(0x3ec)]+'px',_0x17ff3d[_0x39710d(0x2ac)][_0x39710d(0x33d)]=_0x4721bc[_0x39710d(0x33d)]+'px',_0x17ff3d['style']['height']=_0x4721bc[_0x39710d(0x658)]+'px');},_0x2a37cf=()=>{const _0x1c06dc=_0x27cca5;_0x2e9cd4(),_0x4ce942=window[_0x1c06dc(0x746)](_0x2a37cf);},_0x58f206=()=>{_0x36413f=void 0x0,_0x2e9cd4(),!(_0x243017<=0x0)&&(--_0x243017,_0x36413f=window['requestAnimationFrame'](_0x58f206));},_0x441d34=_0x9152e=>{const _0x529ccc=_0x27cca5;!Br(_0x43855f)&&Ur(_0x9152e)&&_0x424354!=null&&(_0x236125=_0x424354),Hr(_0x43855f,_0x9152e,{'height':_0x2a4a2c,'left':_0x961eb7,'top':_0x424354,'width':_0x59e9a7})&&(_0x457501['invalidate']({'embedId':_0x10c049[_0x529ccc(0x2a5)],'reason':_0x529ccc(0x183)}),_0x243017=Math[_0x529ccc(0x2df)](_0x243017,0x3),_0x36413f??=window[_0x529ccc(0x746)](_0x58f206));},_0x2afe95=()=>{const _0x27f879=_0x27cca5;_0x236125=void 0x0,_0x457501[_0x27f879(0x4df)]({'embedId':_0x10c049['embedId'],'reason':_0x27f879(0x5a6)}),_0x243017=Math['max'](_0x243017,0x2),_0x36413f??=window[_0x27f879(0x746)](_0x58f206);},_0x3eba19=()=>{_0x236125=void 0x0;};_0x2e9cd4(),document[_0x27cca5(0x4b7)][_0x27cca5(0x33e)](_0x17ff3d);let _0x434378=new ResizeObserver(_0x2e9cd4);_0x434378[_0x27cca5(0x2ed)](_0x43855f);let _0x2450f9=(_0x596f85=_0x10c049[_0x27cca5(0x5be)])==null?void 0x0:_0x596f85[_0x27cca5(0xde)](_0x2afe95);return window[_0x27cca5(0x344)](_0x27cca5(0x318),_0x3eba19,!0x0),window[_0x27cca5(0x344)](_0x27cca5(0x11c),_0x441d34,!0x0),window[_0x27cca5(0x344)](_0x27cca5(0x183),_0x441d34,!0x0),window[_0x27cca5(0x344)](_0x27cca5(0x3cc),_0x441d34),(_0x3b3cba!=='inactive'||Br(_0x43855f))&&(_0x4ce942=window[_0x27cca5(0x746)](_0x2a37cf)),(0x0,n[_0x27cca5(0x5dc)])(()=>{const _0x3102cf=_0x27cca5;_0x4ce942!=null&&window[_0x3102cf(0x46d)](_0x4ce942),_0x36413f!=null&&window[_0x3102cf(0x46d)](_0x36413f),_0x2450f9==null||_0x2450f9[_0x3102cf(0x637)](),_0x434378['disconnect'](),window[_0x3102cf(0x6ca)](_0x3102cf(0x318),_0x3eba19,!0x0),window[_0x3102cf(0x6ca)](_0x3102cf(0x11c),_0x441d34,!0x0),window['removeEventListener']('wheel',_0x441d34,!0x0),window[_0x3102cf(0x6ca)]('resize',_0x441d34),kr(_0x43855f),Or(_0x17ff3d),Mr(_0x43855f,_0x17ff3d,!0x0,'stage2'),Nr(_0x43855f,_0x17ff3d,!0x0,_0x3102cf(0x71b)),_0x59f2e0!=null&&_0x59f2e0[_0x3102cf(0x94)]?_0x59f2e0[_0x3102cf(0x45a)](_0x17ff3d,_0xfc1242):_0x17ff3d[_0x3102cf(0x507)]();});}function jr(_0x3112d1,_0x3b4c4d){const _0x30b9d8=_0x5b38ef;var _0x3c7da6,_0x5dd51f,_0x934766;let _0x4248e1=_0x3112d1[_0x30b9d8(0x4e8)][_0x30b9d8(0x2a5)],_0x2f44b5=_0x3112d1[_0x30b9d8(0x631)],_0x5ae5cc=zr(_0x3112d1)?[Rr(_0x3112d1)]:[_0x3112d1[_0x30b9d8(0x2fb)](),(_0x3c7da6=_0x3112d1[_0x30b9d8(0x724)](_0x30b9d8(0x202)))==null?void 0x0:_0x3c7da6[_0x30b9d8(0x2fb)]()],_0x7fa875=_0x2f44b5[_0x30b9d8(0x724)](_0x30b9d8(0x68e)+_0x4248e1+'\x22]'),_0x1304aa=[_0x7fa875==null||(_0x5dd51f=_0x7fa875[_0x30b9d8(0x724)](_0x30b9d8(0x666)))==null?void 0x0:_0x5dd51f[_0x30b9d8(0x2fb)](),_0x7fa875==null||(_0x934766=_0x7fa875[_0x30b9d8(0x724)](_0x30b9d8(0x60b)))==null?void 0x0:_0x934766['getBoundingClientRect']()],_0x2db1f0=Array[_0x30b9d8(0x23b)](_0x2f44b5[_0x30b9d8(0x2ba)](_0x30b9d8(0x53a)))[_0x30b9d8(0xc9)](_0x360f14=>_0x360f14[_0x30b9d8(0x4e8)][_0x30b9d8(0x2a5)]===_0x4248e1)[_0x30b9d8(0x264)](_0x4153b5=>_0x4153b5[_0x30b9d8(0x2fb)]());return[..._0x5ae5cc,..._0x1304aa,..._0x2db1f0][_0x30b9d8(0xc9)](_0x4de24d=>!!_0x4de24d&&_0x4de24d[_0x30b9d8(0x33d)]>0x0&&_0x4de24d[_0x30b9d8(0x658)]>0x0)['some'](_0x52e20a=>Jr(_0x52e20a,_0x3b4c4d[_0x30b9d8(0xfe)],_0x3b4c4d[_0x30b9d8(0x571)]));}function Mr(_0x22af8b,_0x2b9f8c,_0x41f958,_0x156149){const _0x161a23=_0x5b38ef;let _0x5ea7bb=_0x41f958?'':_0x161a23(0x31c),_0xa9a29e=_0x22af8b[_0x161a23(0x724)](_0x161a23(0x202)),_0x1ce1b1=_0x22af8b[_0x161a23(0x724)](_0x161a23(0x1f0)),_0x296bd2=_0x22af8b['querySelector'](_0x161a23(0x5cd)),_0x2b438a=_0x22af8b[_0x161a23(0x724)](_0x161a23(0x3bc)),_0x54b387=_0x22af8b[_0x161a23(0x724)](_0x161a23(0xe2)),_0x1468d0=_0x2b9f8c==null?void 0x0:_0x2b9f8c[_0x161a23(0x724)](_0x161a23(0x493)),_0x2f389c=_0x2b9f8c==null?void 0x0:_0x2b9f8c[_0x161a23(0x724)](_0x161a23(0x111));if(_0x1468d0==null||_0x1468d0['style'][_0x161a23(0x453)](_0x161a23(0x3f5),_0x161a23(0x31c)),_0x2f389c==null||_0x2f389c[_0x161a23(0x2ac)][_0x161a23(0x453)](_0x161a23(0x3f5),_0x161a23(0x31c)),zr(_0x22af8b)){_0x22af8b['style'][_0x161a23(0x453)](_0x161a23(0x3f5),'none'),_0xa9a29e==null||_0xa9a29e['style'][_0x161a23(0x453)]('pointer-events',_0x161a23(0x31c)),_0x1ce1b1==null||_0x1ce1b1['style']['setProperty'](_0x161a23(0x3f5),_0x161a23(0x31c)),_0x296bd2==null||_0x296bd2['style'][_0x161a23(0x453)](_0x161a23(0x3f5),_0x41f958?_0x161a23(0x5ad):_0x161a23(0x31c)),_0x2b438a==null||_0x2b438a[_0x161a23(0x2ac)][_0x161a23(0x453)](_0x161a23(0x3f5),'none'),_0x54b387==null||_0x54b387[_0x161a23(0x2ac)][_0x161a23(0x453)](_0x161a23(0x3f5),_0x161a23(0x31c));return;}_0x22af8b[_0x161a23(0x2ac)]['removeProperty']('pointer-events'),_0xa9a29e==null||_0xa9a29e[_0x161a23(0x2ac)][_0x161a23(0x1b6)](_0x161a23(0x3f5)),_0x1ce1b1==null||_0x1ce1b1['style'][_0x161a23(0x453)]('pointer-events',_0x5ea7bb),_0x296bd2==null||_0x296bd2[_0x161a23(0x2ac)][_0x161a23(0x1b6)]('pointer-events'),_0x2b438a==null||_0x2b438a[_0x161a23(0x2ac)][_0x161a23(0x1b6)](_0x161a23(0x3f5)),_0x54b387==null||_0x54b387['style'][_0x161a23(0x453)](_0x161a23(0x3f5),_0x5ea7bb);}function Nr(_0x2e4787,_0x46f187,_0x1ed6a3,_0x4de774){const _0x437552=_0x5b38ef;let _0x536691=_0x1ed6a3&&_0x4de774!==_0x437552(0x71b),_0x1d0036=_0x2e4787['querySelector']('[data-embed-float-fullscreen-button]')??(_0x46f187==null?void 0x0:_0x46f187[_0x437552(0x724)](_0x437552(0x60b))),_0x4e13f=[_0x46f187==null?void 0x0:_0x46f187[_0x437552(0x724)](_0x437552(0x493)),_0x46f187==null?void 0x0:_0x46f187[_0x437552(0x724)]('[data-embed-popup-root]')];_0x1d0036==null||_0x1d0036[_0x437552(0x2ac)]['setProperty']('visibility',_0x536691?'':_0x437552(0x4dc)),_0x1d0036==null||_0x1d0036[_0x437552(0x2ac)][_0x437552(0x453)](_0x437552(0x3f5),_0x536691?'':'none'),_0x4e13f[_0x437552(0x53f)](_0x31371a=>{const _0x5ea064=_0x437552;_0x31371a==null||_0x31371a[_0x5ea064(0x2ac)][_0x5ea064(0x453)](_0x5ea064(0x67c),_0x1ed6a3&&_0x4de774===_0x5ea064(0x71b)?'':_0x5ea064(0x4dc)),_0x31371a==null||_0x31371a[_0x5ea064(0x2ac)]['setProperty'](_0x5ea064(0x3f5),_0x5ea064(0x31c)),_0x4de774!==_0x5ea064(0x71b)&&(_0x31371a==null||_0x31371a[_0x5ea064(0x4f9)](_0x5ea064(0x408)),_0x31371a==null||_0x31371a[_0x5ea064(0x2ba)](_0x5ea064(0x702))['forEach'](_0x48e346=>{const _0x5a1c0b=_0x5ea064;_0x48e346[_0x5a1c0b(0x4f9)](_0x5a1c0b(0x408));}));});}function Pr(_0x5bf168,_0x4b9d37,_0xd293ae){return _0x5bf168?_0x4b9d37:_0xd293ae>=0x28;}function Fr(_0x1d60d3,_0x1ac435,_0x1edcbc){const _0x20d1c0=_0x5b38ef;let _0x2c1062=_0x1edcbc['left']-_0x1ac435['left'],_0x959943=_0x1edcbc[_0x20d1c0(0x33d)];_0x1d60d3[_0x20d1c0(0x2ba)]('[data-embed-floating-menu=\x22true\x22]')['forEach'](_0x17a8cb=>{const _0x3f6159=_0x20d1c0;var _0x11ad25;let _0xebb7a0=(_0x11ad25=_0x17a8cb[_0x3f6159(0x609)](_0x3f6159(0x516)))==null?void 0x0:_0x11ad25['dataset'][_0x3f6159(0x120)],_0x5f2c98=_0x17a8cb[_0x3f6159(0x4e8)][_0x3f6159(0x510)]===_0x3f6159(0x6e3),_0x58873a=_0x17a8cb[_0x3f6159(0x4e8)]['uComp']===_0x3f6159(0x102);_0xebb7a0===_0x3f6159(0x4bd)?(_0x17a8cb['style'][_0x3f6159(0x3ec)]=_0x5f2c98?'-48px':_0x3f6159(0x1a6),_0x5f2c98?(_0x17a8cb['style'][_0x3f6159(0x453)]('left',_0x2c1062+'px',_0x3f6159(0x381)),_0x17a8cb[_0x3f6159(0x2ac)][_0x3f6159(0x453)](_0x3f6159(0xc4),'auto',_0x3f6159(0x381)),_0x17a8cb[_0x3f6159(0x2ac)][_0x3f6159(0x453)](_0x3f6159(0x33d),_0x959943+'px',_0x3f6159(0x381))):_0x58873a&&(_0x17a8cb['style'][_0x3f6159(0x453)]('left',_0x2c1062+_0x959943/0x2+'px',_0x3f6159(0x381)),_0x17a8cb[_0x3f6159(0x2ac)][_0x3f6159(0x453)]('max-width',_0x959943+'px'))):(_0x5f2c98||_0x58873a)&&(_0x17a8cb['style'][_0x3f6159(0x3ec)]='8px');});}function Ir(_0x5d74dd,_0x3dacac){const _0xd4d1b4=_0x5b38ef;if(!_0x3dacac)return _0x5d74dd;let _0x174765=Math[_0xd4d1b4(0x22d)](_0x3dacac['contentWidth'],_0x3dacac[_0xd4d1b4(0x29b)]);if(_0x174765<=0x0||_0x5d74dd[_0xd4d1b4(0x33d)]<=0x0)return _0x5d74dd;let _0x54ba71=_0x5d74dd['width']/_0x174765;return new DOMRect(_0x5d74dd[_0xd4d1b4(0x1e4)],_0x5d74dd[_0xd4d1b4(0x3ec)],_0x3dacac[_0xd4d1b4(0x29b)]*_0x54ba71,_0x5d74dd[_0xd4d1b4(0x658)]);}function Lr(_0x1b7b98){const _0x197d3d=_0x5b38ef;_0x1b7b98[_0x197d3d(0x2ba)](_0x197d3d(0x666))[_0x197d3d(0x53f)](_0x5e29e1=>{const _0xabfef0=_0x197d3d;var _0x48f899;_0x5e29e1['style']['removeProperty'](_0xabfef0(0x1e4)),_0x5e29e1[_0xabfef0(0x2ac)]['removeProperty']('top'),_0x5e29e1['style'][_0xabfef0(0x1b6)]('width'),_0x5e29e1[_0xabfef0(0x2ac)][_0xabfef0(0x1b6)]('right'),_0x5e29e1[_0xabfef0(0x2ac)][_0xabfef0(0x1b6)](_0xabfef0(0x216)),(_0x48f899=_0x5e29e1[_0xabfef0(0x724)]('[data-u-comp=\x22base-embed-view-slot\x22]'))==null||_0x48f899[_0xabfef0(0x2ac)][_0xabfef0(0x1b6)]('margin-left');});}function Rr(_0x236b7e){const _0x334282=_0x5b38ef;let _0xd21019=Br(_0x236b7e)?_0x236b7e['querySelector'](_0x334282(0x202)):null,_0x14d403=_0xd21019==null?void 0x0:_0xd21019[_0x334282(0x2fb)](),_0x1f6410=_0x236b7e[_0x334282(0x2fb)]();return Wr(_0x14d403&&_0x14d403[_0x334282(0x33d)]>0x0&&_0x14d403[_0x334282(0x658)]>0x0?zr(_0x236b7e)?Gr(_0x14d403,_0x1f6410[_0x334282(0x711)]):_0x14d403:_0x1f6410,_0x236b7e);}function zr(_0x5736b3){return!!_0x5736b3['closest']('[data-embed-docs-custom-block-sheet-like=\x22true\x22]');}function Br(_0x384350){const _0x469112=_0x5b38ef;return zr(_0x384350)||!!_0x384350['closest'](_0x469112(0x531));}function Vr(_0x504c47,_0x4410ba,_0x5bcd1e,_0xd06b2e){const _0x259fae=_0x5b38ef;_0xd06b2e[_0x259fae(0x743)]['forEach'](_0xa276bb=>window['cancelAnimationFrame'](_0xa276bb)),_0xd06b2e[_0x259fae(0x743)]=[],_0x504c47[_0x259fae(0x4df)]({'embedId':_0x4410ba,'reason':_0x5bcd1e});let _0x4f7438=_0x28fd53=>{const _0x1e6021=_0x259fae;let _0x577c8e=window['requestAnimationFrame'](()=>{const _0x21d6d8=_0x241e;_0xd06b2e[_0x21d6d8(0x743)]=_0xd06b2e[_0x21d6d8(0x743)][_0x21d6d8(0xc9)](_0x58feac=>_0x58feac!==_0x577c8e),_0x504c47[_0x21d6d8(0x4df)]({'embedId':_0x4410ba,'reason':_0x5bcd1e}),_0x28fd53>0x1&&_0x4f7438(_0x28fd53-0x1);});_0xd06b2e[_0x1e6021(0x743)][_0x1e6021(0x56f)](_0x577c8e);};_0x4f7438(0x2);}function Hr(_0xddfec0,_0x44c075,_0x3ee86a){const _0x19f123=_0x5b38ef;if(zn(_0x44c075))return!0x1;let _0x51667d=_0x44c075==null?void 0x0:_0x44c075['target'];return!(_0x51667d instanceof Node&&_0xddfec0['contains'](_0x51667d)||_0x51667d instanceof HTMLElement&&_0x51667d['closest']('[data-embed-float-dom=\x22true\x22]')||_0x44c075 instanceof WheelEvent&&([...xr[_0x19f123(0x38d)]()][_0x19f123(0x2e7)](_0x20fd4f=>Yr(_0x20fd4f,_0x44c075))||Yr(_0x3ee86a,_0x44c075)));}function Ur(_0x113f1c){const _0x29cbc1=_0x5b38ef;return _0x113f1c instanceof WheelEvent?Math[_0x29cbc1(0x90)](_0x113f1c[_0x29cbc1(0x485)])>=Math[_0x29cbc1(0x90)](_0x113f1c[_0x29cbc1(0x1d5)]):(_0x113f1c==null?void 0x0:_0x113f1c[_0x29cbc1(0x68d)])===_0x29cbc1(0x11c);}function Wr(_0x269970,_0x490943){const _0x247e22=_0x5b38ef;let _0xd90caa=Kr(_0x490943,_0x269970);if(!_0xd90caa&&_0x269970[_0x247e22(0x3ec)]>=0x0&&_0x269970[_0x247e22(0x1e4)]>=0x0)return _0x269970;let _0x80306f=(_0xd90caa==null?void 0x0:_0xd90caa['getBoundingClientRect']())??new DOMRect(0x0,0x0,window[_0x247e22(0x69a)],window[_0x247e22(0x2d8)]),_0x1d8472=Math[_0x247e22(0x2df)](_0x269970[_0x247e22(0x1e4)],_0x80306f[_0x247e22(0x1e4)]),_0x302538=Math[_0x247e22(0x2df)](_0x269970[_0x247e22(0x3ec)],_0x80306f[_0x247e22(0x3ec)]),_0x31cc02=Math[_0x247e22(0x22d)](_0x269970[_0x247e22(0xc4)],_0x80306f[_0x247e22(0xc4)]),_0x291095=Math[_0x247e22(0x22d)](_0x269970[_0x247e22(0x711)],_0x80306f[_0x247e22(0x711)]);return _0x31cc02<=_0x1d8472||_0x291095<=_0x302538?new DOMRect(_0x1d8472,_0x302538,0x0,0x0):new DOMRect(_0x1d8472,_0x302538,_0x31cc02-_0x1d8472,_0x291095-_0x302538);}function Gr(_0x4ff325,_0x188c79){const _0x1c55c3=_0x5b38ef;let _0x3dd3df=Math['min'](_0x4ff325['bottom'],_0x188c79);return _0x3dd3df<=_0x4ff325[_0x1c55c3(0x3ec)]?new DOMRect(_0x4ff325[_0x1c55c3(0x1e4)],_0x4ff325[_0x1c55c3(0x3ec)],0x0,0x0):new DOMRect(_0x4ff325[_0x1c55c3(0x1e4)],_0x4ff325[_0x1c55c3(0x3ec)],_0x4ff325[_0x1c55c3(0x33d)],_0x3dd3df-_0x4ff325[_0x1c55c3(0x3ec)]);}function Kr(_0x5e796d,_0x4df413){const _0x12b83d=_0x5b38ef;let _0x384687=_0x5e796d[_0x12b83d(0x3a7)];for(;_0x384687&&_0x384687!==document[_0x12b83d(0x4b7)]&&_0x384687!==document[_0x12b83d(0x612)];){if(qn(_0x384687)&&!qr(_0x384687,_0x4df413))return _0x384687;_0x384687=_0x384687[_0x12b83d(0x3a7)];}return null;}function qr(_0x3ba9b5,_0x10e4a2){const _0x5e347e=_0x5b38ef;let _0x4de966=_0x3ba9b5[_0x5e347e(0x2fb)]();return _0x4de966[_0x5e347e(0x33d)]<=0x0||_0x4de966[_0x5e347e(0x658)]<=0x0||Math['abs'](_0x4de966['left']-_0x10e4a2[_0x5e347e(0x1e4)])<0x1&&Math[_0x5e347e(0x90)](_0x4de966[_0x5e347e(0x3ec)]-_0x10e4a2[_0x5e347e(0x3ec)])<0x1&&Math[_0x5e347e(0x90)](_0x4de966[_0x5e347e(0x33d)]-_0x10e4a2[_0x5e347e(0x33d)])<0x1&&Math[_0x5e347e(0x90)](_0x4de966[_0x5e347e(0x658)]-_0x10e4a2[_0x5e347e(0x658)])<0x1;}function Jr(_0x4b3d9d,_0x261950,_0x46f6f7){const _0xfad4ee=_0x5b38ef;return _0x261950>=_0x4b3d9d['left']&&_0x261950<=_0x4b3d9d[_0xfad4ee(0xc4)]&&_0x46f6f7>=_0x4b3d9d[_0xfad4ee(0x3ec)]&&_0x46f6f7<=_0x4b3d9d[_0xfad4ee(0x711)];}function Yr(_0x4f7427,_0x4c7916){const _0x55b806=_0x5b38ef;let {height:_0x438cdc,left:_0x2b8487,top:_0x484877,width:_0x2d2488}=_0x4f7427;return Number[_0x55b806(0x715)](_0x2b8487)&&Number[_0x55b806(0x715)](_0x484877)&&Number[_0x55b806(0x715)](_0x2d2488)&&Number[_0x55b806(0x715)](_0x438cdc)&&(_0x2d2488??0x0)>0x0&&(_0x438cdc??0x0)>0x0&&_0x4c7916[_0x55b806(0xfe)]>=_0x2b8487&&_0x4c7916['clientX']<=_0x2b8487+_0x2d2488&&_0x4c7916[_0x55b806(0x571)]>=_0x484877&&_0x4c7916[_0x55b806(0x571)]<=_0x484877+_0x438cdc;}function Xr(..._0xa0cc06){const _0x1def5a=_0x5b38ef;return Math[_0x1def5a(0x2df)](0x1,_0xa0cc06[_0x1def5a(0x424)](_0x4e40c7=>typeof _0x4e40c7==_0x1def5a(0x4e4)&&Number[_0x1def5a(0x715)](_0x4e40c7)&&_0x4e40c7>0x0)??0x1);}const Zr=_0x5b38ef(0x3ef);function Qr(..._0x22d294){const _0x55d611=_0x5b38ef;return _0x22d294[_0x55d611(0xc9)](_0x533416=>!!_0x533416&&_0x533416[_0x55d611(0x94)]);}function $r(_0x2b791b,_0x5864e5){const _0x490684=_0x5b38ef;return(0x0,a[_0x490684(0x3ac)])(_0x5864e5?[_0x2b791b,_0x5864e5]:[_0x2b791b]);}function ei(_0x447bcf,_0x4ba841){const _0x8daef=_0x5b38ef;if(_0x4ba841 instanceof HTMLCanvasElement&&_0x447bcf[_0x8daef(0x2e7)](_0x4db310=>_0x4db310[_0x8daef(0x342)](_0x4ba841)))return _0x4ba841;for(let _0x787347 of _0x447bcf){let _0x11abd7=_0x787347[_0x8daef(0x724)](_0x8daef(0x6d1));if(_0x11abd7)return _0x11abd7;}return null;}function ti(_0x5a7806,_0x2ff502=!0x1){const _0x1b2f0e=_0x5b38ef;return _0x5a7806!==n[_0x1b2f0e(0x63d)][_0x1b2f0e(0x28b)]&&_0x5a7806!==n[_0x1b2f0e(0x63d)][_0x1b2f0e(0x3f3)]&&(_0x2ff502||_0x5a7806!==n[_0x1b2f0e(0x63d)][_0x1b2f0e(0x36e)]);}function ni(_0x3bb123){const _0x3a4e5e=_0x5b38ef;let _0x9122ce=ri(_0x3bb123);return _0x9122ce==='child-editor'||_0x9122ce===_0x3a4e5e(0x21b)||_0x9122ce===_0x3a4e5e(0x61b);}function ri(_0x44a6bf){const _0x55cd58=_0x5b38ef;var _0x27eafe;if(!(_0x44a6bf instanceof HTMLElement))return;let _0x56a71e=(_0x27eafe=_0x44a6bf[_0x55cd58(0x609)](_0x55cd58(0x702)))==null?void 0x0:_0x27eafe[_0x55cd58(0x82)](W);return fi(_0x56a71e)?_0x56a71e:void 0x0;}function ii(_0x417c2c,_0x190e13,_0x5dd03,_0x82c7a5,_0x10c6ba){const _0xbb2103=_0x5b38ef;if(_0x10c6ba!=='stage2'||!_0x5dd03||!_0x82c7a5)return;let _0x33c997=new Map(),_0xad45de=()=>{const _0x37cca8=_0x241e;let _0x1f5e0e=new Set([_0x82c7a5,..._0x190e13[_0x37cca8(0x431)](_0x5dd03)]);_0x33c997[_0x37cca8(0x53f)]((_0x3be4c9,_0x1d5913)=>{const _0xf14d38=_0x37cca8;_0x1f5e0e['has'](_0x1d5913)||(_0x3be4c9[_0xf14d38(0x565)](),_0x33c997[_0xf14d38(0x720)](_0x1d5913));}),_0x1f5e0e[_0x37cca8(0x53f)](_0x1c1c3a=>{const _0x5c86c0=_0x37cca8;_0x33c997[_0x5c86c0(0x6b7)](_0x1c1c3a)||_0x417c2c[_0x5c86c0(0x18d)](_0x1c1c3a)||_0x33c997['set'](_0x1c1c3a,_0x417c2c[_0x5c86c0(0x570)](_0x1c1c3a));});};_0xad45de();let _0xa3fec6=_0x190e13[_0xbb2103(0x178)][_0xbb2103(0xde)](_0xad45de);return(0x0,n['toDisposable'])(()=>{const _0x21ff08=_0xbb2103;_0xa3fec6[_0x21ff08(0x637)](),_0x33c997[_0x21ff08(0x53f)](_0x535516=>_0x535516[_0x21ff08(0x565)]()),_0x33c997[_0x21ff08(0x688)]();});}function ai(_0x264a07){const _0x1ec797=_0x5b38ef;let _0x22357c=_0x5caa61=>{const _0x21d6bf=_0x241e;var _0x3edb9f,_0x4312fe;let _0xd445a4=_0x5caa61[_0x21d6bf(0x487)],_0x46908b=((_0x3edb9f=_0x264a07[_0x21d6bf(0x417)])==null?void 0x0:_0x3edb9f[_0x21d6bf(0x591)](_0x264a07,_0x5caa61))??!0x1;if(_0x264a07['floatingActiveService']['getStage'](_0x264a07[_0x21d6bf(0x2a5)])===_0x21d6bf(0x65d))return;_0x46908b&&(_0x264a07['externalHostInteractionUntil'][_0x21d6bf(0x743)]=Date['now']()+_0x264a07[_0x21d6bf(0x5cf)]);let _0x6cb626=_0x264a07[_0x21d6bf(0x391)][_0x21d6bf(0x681)](_0x264a07[_0x21d6bf(0x2a5)],_0xd445a4,_0x5caa61)||_0x264a07[_0x21d6bf(0x685)][_0x21d6bf(0x342)](_0x264a07[_0x21d6bf(0x2a5)],_0xd445a4,_0x5caa61);_0x6cb626&&(_0x264a07[_0x21d6bf(0x644)]['current']=Date[_0x21d6bf(0x406)]()+_0x264a07[_0x21d6bf(0x5cf)]),!(!_0xd445a4||_0x264a07['container']['contains'](_0xd445a4)||(_0x4312fe=_0x264a07[_0x21d6bf(0x1ef)])!=null&&_0x4312fe[_0x21d6bf(0x342)](_0xd445a4)||_0xd445a4[_0x21d6bf(0x609)](_0x21d6bf(0x2a6))||_0x6cb626||_0x46908b||jr(_0x264a07[_0x21d6bf(0x412)],_0x5caa61))&&_0x264a07['activationService'][_0x21d6bf(0x1f6)](_0x264a07['embedId'],_0x264a07['hostUnitId']);},_0x1a6220=_0x14ac5c=>{const _0x104821=_0x241e;var _0x99472a;let _0x102e85=_0x14ac5c['target'],_0x1b6b41=_0x264a07[_0x104821(0x412)][_0x104821(0x631)]??(_0x102e85==null?void 0x0:_0x102e85[_0x104821(0x631)]),_0x2585ee=_0x264a07['focusCoordinator']['hasBlockingChildFocusLease'](_0x264a07[_0x104821(0x2a5)],{'ignoreOwners':_0x264a07[_0x104821(0xdf)]});_0x264a07['floatingActiveService'][_0x104821(0x496)](_0x264a07[_0x104821(0x2a5)])!==_0x104821(0x65d)&&(!_0x102e85||_0x2585ee||Date['now']()<_0x264a07['ownedPointerInteractionUntil'][_0x104821(0x743)]||Date[_0x104821(0x406)]()<_0x264a07['externalHostInteractionUntil'][_0x104821(0x743)]||_0x264a07[_0x104821(0x685)][_0x104821(0x548)](_0x264a07['embedId'],_0x1b6b41)||!ui(_0x102e85)||_0x264a07['container'][_0x104821(0x342)](_0x102e85)||(_0x99472a=_0x264a07[_0x104821(0x1ef)])!=null&&_0x99472a[_0x104821(0x342)](_0x102e85)||_0x102e85[_0x104821(0x609)](_0x104821(0x2a6))||_0x264a07[_0x104821(0x391)]['containsElement'](_0x264a07['embedId'],_0x102e85,_0x14ac5c)||_0x264a07[_0x104821(0x685)][_0x104821(0x342)](_0x264a07['embedId'],_0x102e85,_0x14ac5c)||_0x264a07[_0x104821(0x65a)][_0x104821(0x1f6)](_0x264a07[_0x104821(0x2a5)],_0x264a07['hostUnitId']));};return document['addEventListener'](_0x1ec797(0x318),_0x22357c,!0x0),document[_0x1ec797(0x344)](_0x1ec797(0x8f),_0x1a6220,!0x0),(0x0,n[_0x1ec797(0x5dc)])(()=>{const _0x533166=_0x1ec797;document['removeEventListener'](_0x533166(0x318),_0x22357c,!0x0),document[_0x533166(0x6ca)](_0x533166(0x8f),_0x1a6220,!0x0);});}function oi(_0x4dcf11){const _0x7ca6af=_0x5b38ef;let _0x472df3,_0x3d6dc9=()=>{_0x472df3=void 0x0;},_0x5293a7=_0x53a51b=>{const _0x5dffa7=_0x241e;let _0x3bb27a=si(_0x4dcf11[_0x5dffa7(0xcc)][_0x5dffa7(0x645)](_0x4dcf11[_0x5dffa7(0x6fc)][_0x5dffa7(0x17b)],_0x4dcf11[_0x5dffa7(0x6fc)][_0x5dffa7(0x2a5)]),_0x4dcf11[_0x5dffa7(0x6fc)]);if(!(_0x3bb27a!=null&&_0x3bb27a['childUnitId']))return;let _0x5e53a1=_0x53a51b[_0x5dffa7(0x487)];_0x5e53a1!=null&&_0x5e53a1[_0x5dffa7(0x609)](_0x5dffa7(0x2a6))||_0x4dcf11[_0x5dffa7(0x326)][_0x5dffa7(0x496)](_0x4dcf11['data'][_0x5dffa7(0x2a5)])!==_0x5dffa7(0x71b)&&(_0x472df3={'button':_0x53a51b[_0x5dffa7(0x3c3)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x53a51b[_0x5dffa7(0x319)],'startedAt':Date[_0x5dffa7(0x406)](),'startX':_0x53a51b[_0x5dffa7(0xfe)],'startY':_0x53a51b[_0x5dffa7(0x571)]});},_0x32d350=_0x5a797f=>{const _0x43d3de=_0x241e;if(!_0x472df3||_0x472df3[_0x43d3de(0x319)]!==_0x5a797f[_0x43d3de(0x319)]||Math[_0x43d3de(0x284)](_0x5a797f['clientX']-_0x472df3[_0x43d3de(0x43d)],_0x5a797f['clientY']-_0x472df3['startY'])<=0x4)return;_0x472df3[_0x43d3de(0x4d0)]=!0x0;let _0x36b3e7=kn({'interactionFlow':_0x4dcf11[_0x43d3de(0x181)],'stage':_0x4dcf11[_0x43d3de(0x326)][_0x43d3de(0x496)](_0x4dcf11[_0x43d3de(0x6fc)][_0x43d3de(0x2a5)])});!_0x4dcf11['enableStage1BodyDrag']||_0x472df3[_0x43d3de(0x359)]||!_0x36b3e7[_0x43d3de(0x1a4)]||(_0x472df3[_0x43d3de(0x359)]=!0x0,document['dispatchEvent'](new CustomEvent(Zr,{'detail':{'button':_0x472df3[_0x43d3de(0x3c3)],'clientX':_0x472df3[_0x43d3de(0x43d)],'clientY':_0x472df3[_0x43d3de(0x15c)],'embedId':_0x4dcf11[_0x43d3de(0x6fc)][_0x43d3de(0x2a5)],'hostAnchorId':_0x4dcf11[_0x43d3de(0x6fc)][_0x43d3de(0x659)],'hostUnitId':_0x4dcf11[_0x43d3de(0x6fc)][_0x43d3de(0x17b)],'pointerId':_0x472df3['pointerId']}})));},_0x2283d8=_0x3da5bb=>{const _0x2aa357=_0x241e;let _0x123586=_0x472df3;if(_0x472df3=void 0x0,!_0x123586||_0x123586[_0x2aa357(0x319)]!==_0x3da5bb[_0x2aa357(0x319)]||_0x123586[_0x2aa357(0x4d0)]||Date[_0x2aa357(0x406)]()-_0x123586['startedAt']>0x1f4)return;let _0x941ee5=si(_0x4dcf11[_0x2aa357(0xcc)][_0x2aa357(0x645)](_0x4dcf11[_0x2aa357(0x6fc)]['hostUnitId'],_0x4dcf11[_0x2aa357(0x6fc)][_0x2aa357(0x2a5)]),_0x4dcf11[_0x2aa357(0x6fc)]);if(!(_0x941ee5!=null&&_0x941ee5[_0x2aa357(0x1b3)]))return;let _0x59f570=_0x4dcf11['floatingActiveService']['getStage'](_0x4dcf11['data'][_0x2aa357(0x2a5)]);if(_0x59f570!==_0x2aa357(0x71b)){if(_0x59f570==='stage1'){_0x4dcf11[_0x2aa357(0x65a)][_0x2aa357(0x44c)](_0x941ee5,_0x2aa357(0x71b),{'portalContainer':_0x4dcf11['popupRoot']});return;}if(_0x4dcf11[_0x2aa357(0x181)]===_0x2aa357(0x30e)){_0x4dcf11['acquireStage2SessionLease'](),_0x4dcf11['activationService'][_0x2aa357(0x44c)](_0x941ee5,'stage2',{'portalContainer':_0x4dcf11['popupRoot']}),_0x4dcf11[_0x2aa357(0x67e)]();return;}_0x4dcf11[_0x2aa357(0x65a)][_0x2aa357(0x44c)](_0x941ee5,_0x2aa357(0x4ce));}};return _0x4dcf11['gate'][_0x7ca6af(0x344)](_0x7ca6af(0x318),_0x5293a7,!0x0),_0x4dcf11['gate'][_0x7ca6af(0x344)]('pointermove',_0x32d350,!0x0),_0x4dcf11['gate'][_0x7ca6af(0x344)](_0x7ca6af(0x405),_0x2283d8,!0x0),_0x4dcf11[_0x7ca6af(0x433)][_0x7ca6af(0x344)](_0x7ca6af(0xa0),_0x3d6dc9,!0x0),(0x0,n[_0x7ca6af(0x5dc)])(()=>{const _0x151386=_0x7ca6af;_0x4dcf11['gate'][_0x151386(0x6ca)](_0x151386(0x318),_0x5293a7,!0x0),_0x4dcf11[_0x151386(0x433)][_0x151386(0x6ca)]('pointermove',_0x32d350,!0x0),_0x4dcf11[_0x151386(0x433)][_0x151386(0x6ca)](_0x151386(0x405),_0x2283d8,!0x0),_0x4dcf11[_0x151386(0x433)][_0x151386(0x6ca)](_0x151386(0xa0),_0x3d6dc9,!0x0);});}function si(_0x453487,_0x50af49){const _0x422a48=_0x5b38ef;return!_0x453487||_0x453487[_0x422a48(0x1b3)]||!_0x50af49[_0x422a48(0x1b3)]||_0x50af49['childType']==null?_0x453487:{..._0x453487,'childType':_0x50af49[_0x422a48(0x210)],'childUnitId':_0x50af49[_0x422a48(0x1b3)]};}function ci(_0x5455bc){const _0x13c745=_0x5b38ef;let _0x412a00=()=>{const _0x5405ed=_0x241e;let _0x456c4f=_0x5455bc['liveRoot'][_0x5405ed(0x631)][_0x5405ed(0x19b)];return!!_0x456c4f&&_0x5455bc[_0x5405ed(0x31a)]()[_0x5405ed(0x2e7)](_0x1cb057=>_0x1cb057[_0x5405ed(0x342)](_0x456c4f));},_0x24a7c8=(_0x497250,_0x5cdcd9=!0x1,_0x450592=!0x1)=>{const _0x33a9bc=_0x241e;_0x5455bc['data'][_0x33a9bc(0x2a5)]&&_0x5455bc['floatingActiveService'][_0x33a9bc(0x496)](_0x5455bc[_0x33a9bc(0x6fc)][_0x33a9bc(0x2a5)])!=='stage2'||ti(_0x5455bc[_0x33a9bc(0x6fc)][_0x33a9bc(0x210)],_0x450592)&&(_0x5455bc['focusCoordinator'][_0x33a9bc(0x27f)](_0x5455bc[_0x33a9bc(0x6fc)][_0x33a9bc(0x2a5)],{'ignoreOwners':_0x5455bc[_0x33a9bc(0xdf)]})||!_0x5cdcd9&&_0x412a00()||(_0x497250[_0x33a9bc(0x208)](_0x33a9bc(0x113))||(_0x497250[_0x33a9bc(0x71d)]=-0x1),_0x497250[_0x33a9bc(0x566)]({'preventScroll':!0x0})));},_0x1c8f16=_0x543de9=>{const _0x35c721=_0x241e;let _0x4170ef=_0x5455bc[_0x35c721(0x6fc)][_0x35c721(0x2a5)]?_0x5455bc['floatingActiveService']['getStage'](_0x5455bc[_0x35c721(0x6fc)][_0x35c721(0x2a5)]):_0x35c721(0x65d);if(_0x5455bc['data'][_0x35c721(0x2a5)]&&_0x4170ef!==_0x35c721(0x71b)){if(_0x5455bc[_0x35c721(0x181)]!==_0x35c721(0x30e)||!_0x5455bc['data']['hostUnitId'])return;let _0x4a766b=si(_0x5455bc[_0x35c721(0xcc)][_0x35c721(0x645)](_0x5455bc[_0x35c721(0x6fc)][_0x35c721(0x17b)],_0x5455bc['data'][_0x35c721(0x2a5)]),_0x5455bc[_0x35c721(0x6fc)]);if(!(_0x4a766b!=null&&_0x4a766b[_0x35c721(0x1b3)]))return;_0x5455bc[_0x35c721(0x257)](),_0x5455bc[_0x35c721(0x65a)][_0x35c721(0x44c)](_0x4a766b,'stage2',{'portalContainer':_0x5455bc[_0x35c721(0x625)]}),_0x5455bc['releaseStage2SessionLeaseIfActivationDoesNotStick']();}if(ni(_0x543de9[_0x35c721(0x487)])||_0x5455bc['focusCoordinator']['hasBlockingChildFocusLease'](_0x5455bc[_0x35c721(0x6fc)][_0x35c721(0x2a5)],{'ignoreOwners':_0x5455bc[_0x35c721(0xdf)]}))return;if(_0x5455bc[_0x35c721(0x6fc)]['hostUnitId']&&_0x5455bc['data'][_0x35c721(0x2a5)]){let _0x59a5d3=si(_0x5455bc[_0x35c721(0xcc)][_0x35c721(0x645)](_0x5455bc[_0x35c721(0x6fc)][_0x35c721(0x17b)],_0x5455bc[_0x35c721(0x6fc)][_0x35c721(0x2a5)]),_0x5455bc[_0x35c721(0x6fc)]);(_0x59a5d3==null?void 0x0:_0x59a5d3[_0x35c721(0x1b3)])!=null&&_0x59a5d3[_0x35c721(0x210)]!=null&&_0x5455bc['activationService'][_0x35c721(0x379)](_0x59a5d3);}let _0x1c2530=ei(_0x5455bc['getRuntimeRoots'](),_0x543de9[_0x35c721(0x487)]);_0x1c2530&&_0x24a7c8(_0x1c2530,!0x0,_0x543de9[_0x35c721(0x487)]===_0x1c2530);};return _0x5455bc['liveRoot'][_0x13c745(0x344)](_0x13c745(0x318),_0x1c8f16,!0x0),(0x0,n[_0x13c745(0x5dc)])(()=>_0x5455bc[_0x13c745(0x40a)][_0x13c745(0x6ca)](_0x13c745(0x318),_0x1c8f16,!0x0));}function li(_0x4988d9){const _0x13ae8b=_0x5b38ef;let _0x3b4a29=_0x4988d9['liveRoot'][_0x13ae8b(0x631)],_0x1594c9,_0x47aea2=()=>{const _0x184587=_0x13ae8b;_0x1594c9!=null&&(globalThis[_0x184587(0x1e3)](_0x1594c9),_0x1594c9=void 0x0);},_0x4935a1=()=>{const _0x2fae65=_0x13ae8b;var _0xccdab7;_0x47aea2(),(_0xccdab7=_0x4988d9[_0x2fae65(0x37b)]['current'])==null||_0xccdab7['dispose'](),_0x4988d9[_0x2fae65(0x37b)]['current']=void 0x0;},_0x239860=()=>{const _0x15f5dd=_0x13ae8b;globalThis[_0x15f5dd(0x135)](()=>{const _0x183e29=_0x15f5dd;_0x4988d9[_0x183e29(0x2c8)][_0x183e29(0x743)]=void 0x0;}),_0x47aea2(),_0x1594c9=globalThis[_0x15f5dd(0x5bf)](()=>{const _0x2c97bd=_0x15f5dd;var _0x248575;_0x1594c9=void 0x0,(_0x248575=_0x4988d9[_0x2c97bd(0x37b)]['current'])==null||_0x248575['dispose'](),_0x4988d9[_0x2c97bd(0x37b)][_0x2c97bd(0x743)]=void 0x0;},_0x4988d9[_0x15f5dd(0x5cf)]);},_0x26ed0d=_0x86ed35=>{const _0x375627=_0x13ae8b;_0x4935a1(),_0x4988d9[_0x375627(0x37b)][_0x375627(0x743)]=_0x4988d9[_0x375627(0x391)][_0x375627(0x2e0)]({'childType':_0x4988d9[_0x375627(0x6fc)][_0x375627(0x210)],'childUnitId':_0x4988d9['data'][_0x375627(0x1b3)],'embedId':_0x4988d9[_0x375627(0x6fc)][_0x375627(0x2a5)],'hostUnitId':_0x4988d9[_0x375627(0x6fc)][_0x375627(0x17b)],'owner':_0x375627(0x3f7),'role':_0x86ed35});},_0x3f06ab=()=>{const _0x4ebe07=_0x13ae8b;_0x4988d9['floatingActiveService'][_0x4ebe07(0x496)](_0x4988d9['data'][_0x4ebe07(0x2a5)])===_0x4ebe07(0x71b)&&_0x26ed0d('child-editor');},_0x50c865=_0x57626f=>{const _0x4a1166=_0x13ae8b;let _0xc7db6e=_0x57626f[_0x4a1166(0x487)],_0x21df65=_0xc7db6e instanceof Node&&_0x4988d9['liveRoot']['contains'](_0xc7db6e)||_0x4988d9[_0x4a1166(0x391)]['containsElement'](_0x4988d9[_0x4a1166(0x6fc)][_0x4a1166(0x2a5)],_0xc7db6e,_0x57626f)||_0x4988d9[_0x4a1166(0x685)][_0x4a1166(0x342)](_0x4988d9[_0x4a1166(0x6fc)][_0x4a1166(0x2a5)],_0xc7db6e,_0x57626f);_0x4988d9[_0x4a1166(0x2c8)][_0x4a1166(0x743)]=_0x21df65?_0x4a1166(0x21d):_0x4a1166(0x602);},_0x1faba9=_0x57259e=>{const _0x40ab98=_0x13ae8b;if(_0x4988d9['floatingActiveService']['getStage'](_0x4988d9[_0x40ab98(0x6fc)]['embedId'])!==_0x40ab98(0x71b)||!(_0x4988d9[_0x40ab98(0x391)]['containsElement'](_0x4988d9['data']['embedId'],_0x57259e[_0x40ab98(0x487)],_0x57259e)||_0x4988d9[_0x40ab98(0x685)][_0x40ab98(0x342)](_0x4988d9[_0x40ab98(0x6fc)][_0x40ab98(0x2a5)],_0x57259e[_0x40ab98(0x487)],_0x57259e)))return;_0x4988d9[_0x40ab98(0x644)][_0x40ab98(0x743)]=Date[_0x40ab98(0x406)]()+_0x4988d9['graceMs'];let _0x24bb04=ri(_0x57259e[_0x40ab98(0x487)])??_0x40ab98(0x392);_0x26ed0d(_0x24bb04==='runtime'||_0x24bb04==='child-session'||_0x24bb04===_0x40ab98(0x61b)?_0x40ab98(0x392):_0x24bb04);};return _0x4988d9[_0x13ae8b(0x40a)]['addEventListener'](_0x13ae8b(0x318),_0x3f06ab,!0x0),_0x3b4a29[_0x13ae8b(0x344)](_0x13ae8b(0x318),_0x50c865,!0x0),_0x3b4a29[_0x13ae8b(0x344)](_0x13ae8b(0x318),_0x1faba9,!0x0),_0x3b4a29[_0x13ae8b(0x344)]('pointerup',_0x239860,!0x0),_0x3b4a29[_0x13ae8b(0x344)](_0x13ae8b(0xa0),_0x239860,!0x0),(0x0,n[_0x13ae8b(0x5dc)])(()=>{const _0x17149a=_0x13ae8b;_0x4988d9[_0x17149a(0x40a)]['removeEventListener'](_0x17149a(0x318),_0x3f06ab,!0x0),_0x3b4a29['removeEventListener'](_0x17149a(0x318),_0x50c865,!0x0),_0x3b4a29[_0x17149a(0x6ca)](_0x17149a(0x318),_0x1faba9,!0x0),_0x3b4a29[_0x17149a(0x6ca)](_0x17149a(0x405),_0x239860,!0x0),_0x3b4a29[_0x17149a(0x6ca)](_0x17149a(0xa0),_0x239860,!0x0),_0x4988d9['verticalScrollOwner'][_0x17149a(0x743)]=void 0x0,_0x4935a1();});}function ui(_0x4f14ec){const _0x44a68f=_0x5b38ef;return _0x4f14ec['id']===_0x44a68f(0x107)||_0x4f14ec['id']['startsWith']('__editor_docs-')||_0x4f14ec['id']['startsWith'](_0x44a68f(0x5fb))||_0x4f14ec[_0x44a68f(0x609)](_0x44a68f(0x1b5))!=null;}function di(_0x56d783,_0x7be2ec){const _0x560347=_0x5b38ef;if(!_0x56d783||_0x7be2ec[_0x560347(0x3da)]===0x0)return;let _0x13ffcf=_0x7be2ec[0x0]['ownerDocument'][_0x560347(0x19b)];_0x13ffcf instanceof HTMLElement&&(_0x7be2ec[_0x560347(0x2e7)](_0x3c701a=>_0x3c701a[_0x560347(0x342)](_0x13ffcf))||_0x13ffcf['closest'](_0x560347(0xc2)+_0x56d783+'\x22]')!=null)&&_0x13ffcf['blur']();}function fi(_0x1ab184){const _0x17d7fb=_0x5b38ef;return _0x1ab184==='runtime'||_0x1ab184==='child-session'||_0x1ab184===_0x17d7fb(0x392)||_0x1ab184===_0x17d7fb(0x21b)||_0x1ab184==='floating-menu';}function pi(_0x408db4){const _0xbdaa6=_0x5b38ef;let {hostUnitId:_0x7cf49,embedId:_0x41bb74,className:_0xd5e35b}=_0x408db4,_0x53609f=(0x0,c[_0xbdaa6(0x634)])(null),_0x6fe896=(0x0,a['useDependency'])(e[_0xbdaa6(0x5c1)]),_0x17df92=(0x0,a[_0xbdaa6(0x6f9)])(Ct),_0x1e1152=(0x0,a[_0xbdaa6(0x6f9)])(Cn),_0x1fe254=(0x0,c['useCallback'])(_0x22a427=>{const _0x357558=_0xbdaa6;_0x22a427[_0x357558(0x558)](),_0x22a427['stopPropagation'](),!(!_0x7cf49||!_0x41bb74)&&mi({'hostUnitId':_0x7cf49,'embedId':_0x41bb74,'activationService':_0x17df92,'embedModelService':_0x6fe896,'fullscreenService':_0x1e1152});},[_0x17df92,_0x41bb74,_0x6fe896,_0x1e1152,_0x7cf49]);return(0x0,c[_0xbdaa6(0x4aa)])(()=>{const _0xb835b7=_0xbdaa6;let _0x4f9f4a=_0x53609f[_0xb835b7(0x743)];if(!_0x4f9f4a)return;let _0x5c625a=_0x2e0b36=>{const _0x291559=_0xb835b7;_0x2e0b36[_0x291559(0x732)]();};return _0x4f9f4a['addEventListener'](_0xb835b7(0x318),_0x5c625a),_0x4f9f4a[_0xb835b7(0x344)](_0xb835b7(0x592),_0x1fe254),()=>{const _0x531a2f=_0xb835b7;_0x4f9f4a[_0x531a2f(0x6ca)](_0x531a2f(0x318),_0x5c625a),_0x4f9f4a[_0x531a2f(0x6ca)](_0x531a2f(0x592),_0x1fe254);};},[_0x1fe254]),(0x0,d[_0xbdaa6(0x588)])(_0xbdaa6(0x3c3),{'ref':_0x53609f,'type':_0xbdaa6(0x3c3),'className':(0x0,o[_0xbdaa6(0x596)])('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]',_0xd5e35b),'data-embed-float-fullscreen-button':'true','children':(0x0,d[_0xbdaa6(0x588)])(s['ExpandIcon'],{'className':_0xbdaa6(0xf9)})});}function mi(_0x3d0073){const _0x387b36=_0x5b38ef;var _0x44dca5;let _0x3e5ba0=_0x3d0073[_0x387b36(0xcc)][_0x387b36(0x645)](_0x3d0073['hostUnitId'],_0x3d0073[_0x387b36(0x2a5)]);return!(_0x3e5ba0!=null&&_0x3e5ba0['childUnitId'])||_0x3e5ba0[_0x387b36(0x210)]==null?!0x1:((_0x44dca5=_0x3d0073[_0x387b36(0x65a)])==null||_0x44dca5['clearFloating'](_0x3d0073['embedId'],_0x3d0073[_0x387b36(0x17b)]),_0x3d0073[_0x387b36(0x34c)]['enter'](_0x3e5ba0),!0x0);}const hi='stage2-runtime',gi=_0x5b38ef(0x307),_i=[hi,gi];function vi(_0x4078e3){const _0x1c3860=_0x5b38ef;var _0x543c0e,_0x485db1,_0x145ed9;let {data:_0x24188e,deferInactiveFloatingChrome:_0x54c823,docsCustomBlockLayout:_0x2d461a,enableStage1BodyDrag:_0x23b924,floatingChromeZIndex:_0x22bb7c,fullscreenButtonInBlock:_0xa5e536,hostFloatDomLayout$:_0xde7fd0,initialStage:_0x2bcd9b,interactionFlow:_0x15fd55='floating-stage',isExternalHostInteraction:_0x227efb,onHostWheel:_0x3816b2,onRuntimeStageEnter:_0x5b5a06,onRuntimeStageExit:_0x17535d,resolveHostWheelGestureRoot:_0xf12671,syncHostVerticalScroll:_0x51554e}=_0x4078e3,_0x341523=(0x0,c['useRef'])(null),_0x5c987e=(0x0,c[_0x1c3860(0x634)])(null),_0x380c15=(0x0,c[_0x1c3860(0x634)])(null),_0x58792b=(0x0,c[_0x1c3860(0x634)])(null),_0x2d2d14=(0x0,c[_0x1c3860(0x634)])(null),_0x23000a=(0x0,c['useRef'])(null),_0x3aea81=(0x0,c[_0x1c3860(0x634)])(null),_0x41dc6e=(0x0,c[_0x1c3860(0x634)])(null),_0x11e417=(0x0,c['useRef'])(null),_0x5ce704=(0x0,a[_0x1c3860(0x6f9)])(e[_0x1c3860(0x5c1)]),_0x2f6e4f=(0x0,a[_0x1c3860(0x6f9)])(rt),_0x2729ec=(0x0,a['useDependency'])(ie),_0x241836=(0x0,a['useDependency'])(Ct),_0x396b53=(0x0,a['useDependency'])(lr),_0x2ae191=(0x0,a['useDependency'])(ur),_0x4c1b44=(0x0,a[_0x1c3860(0x6f9)])(Cn),_0x214353=(0x0,a[_0x1c3860(0x6f9)])(q),_0x1e74eb=(0x0,a[_0x1c3860(0x6f9)])(bt),_0x39abb2=(0x0,a[_0x1c3860(0x6f9)])(dr),_0x99a901=(0x0,a[_0x1c3860(0x6f9)])(yr),_0x15a780=(0x0,a[_0x1c3860(0x6f9)])(vr),_0x283bb6=(0x0,a['useDependency'])(G),_0x14e5c3=(0x0,a[_0x1c3860(0x6f9)])(gr),_0x3d4781=(0x0,a[_0x1c3860(0x6f9)])(a['ILayoutService']),_0x4186da=br(_0x24188e),_0x533556=_0x2d461a!=null&&_0x2d461a[_0x1c3860(0x15b)]?_0x2d461a:void 0x0,_0x34040b=_0x533556==null?void 0x0:_0x533556[_0x1c3860(0x206)],_0x28121a=_0x533556==null?void 0x0:_0x533556[_0x1c3860(0x29b)],_0x2331b5=(_0x533556==null?void 0x0:_0x533556[_0x1c3860(0x20b)])??0x1,[_0x2b2613,_0x4638c8]=(0x0,c[_0x1c3860(0x617)])(0x0),[_0x54dd83,_0x341d11]=(0x0,c[_0x1c3860(0x617)])(0x0),_0x41cc32=_0x533556?Er(_0x533556):void 0x0,_0x3deed6=Math['min'](_0x54dd83,(_0x41cc32==null?void 0x0:_0x41cc32[_0x1c3860(0x598)])??0x0),_0x21c69c=(0x0,a[_0x1c3860(0x540)])(()=>_0x2729ec['active$']['pipe']((0x0,l[_0x1c3860(0x264)])(()=>_0x4186da!=null&&_0x4186da[_0x1c3860(0x2a5)]?_0x2729ec[_0x1c3860(0x496)](_0x4186da[_0x1c3860(0x2a5)]):_0x1c3860(0x65d))),_0x2bcd9b??(_0x4186da!=null&&_0x4186da['embedId']?_0x2729ec[_0x1c3860(0x496)](_0x4186da[_0x1c3860(0x2a5)]):_0x1c3860(0x65d)),!0x1,[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x2729ec]),_0x348266=(0x0,c['useRef'])(_0x21c69c),_0x53879c=(0x0,c[_0x1c3860(0x634)])(!0x1),_0x3a19ed=(0x0,c[_0x1c3860(0x634)])(void 0x0),_0x329260=(0x0,c[_0x1c3860(0x634)])(void 0x0),_0x39daa8=(0x0,c[_0x1c3860(0x634)])(void 0x0),_0x9b7a05=(0x0,c[_0x1c3860(0x634)])(void 0x0),_0x222010=(0x0,c[_0x1c3860(0x634)])(void 0x0),_0x3c00ad=(0x0,c[_0x1c3860(0x634)])(0x0),_0x2dbbbf=(0x0,c[_0x1c3860(0x634)])(void 0x0),_0x268aef=(0x0,c[_0x1c3860(0x634)])(!0x1),_0x80b8f0=(0x0,c[_0x1c3860(0x634)])(!0x1),_0x37dd04=(0x0,c['useRef'])(_0x3deed6),_0x5e93ff=(0x0,c['useRef'])(_0x41cc32),_0x2a50ac=(0x0,c[_0x1c3860(0x634)])(_0x2331b5),_0x34d5b7=(0x0,c[_0x1c3860(0x634)])(0x0),_0x293516=(0x0,c[_0x1c3860(0x634)])(0x0),_0x258ef2=(0x0,c[_0x1c3860(0x634)])([]),_0x56f35d=(0x0,c[_0x1c3860(0x634)])(_0x21c69c);_0x56f35d['current']=_0x21c69c,_0x37dd04[_0x1c3860(0x743)]=_0x3deed6,_0x5e93ff[_0x1c3860(0x743)]=_0x41cc32,_0x2a50ac['current']=_0x2331b5;let _0x1b36f2=(0x0,c[_0x1c3860(0x15d)])(_0x4c6629=>{const _0x1b5f2a=_0x1c3860;let _0x5b83a6=_0x5e93ff['current'];if(!_0x5b83a6)return!0x1;let _0x470b85=_0x37dd04[_0x1b5f2a(0x743)],_0x141f48=Dr(_0x470b85+Xn(_0x4c6629)/_0x2a50ac[_0x1b5f2a(0x743)],0x0,_0x5b83a6['maxExpansion']);return _0x141f48===_0x470b85?!0x1:(_0x37dd04[_0x1b5f2a(0x743)]=_0x141f48,_0x341d11(_0x141f48),!0x0);},[]),_0x2536c7=(0x0,c['useCallback'])(()=>{const _0x336fc3=_0x1c3860;var _0x5236cd;(_0x5236cd=_0x329260[_0x336fc3(0x743)])==null||_0x5236cd['dispose'](),_0x329260[_0x336fc3(0x743)]=void 0x0;},[]),_0x2dde06=(0x0,c[_0x1c3860(0x15d)])(()=>{const _0x5221cd=_0x1c3860;var _0xfea128,_0x155491;if(!(_0x4186da!=null&&_0x4186da['embedId'])||_0x329260['current'])return;let _0x5e471b=_0x4186da[_0x5221cd(0x17b)]?_0x5ce704[_0x5221cd(0x645)](_0x4186da['hostUnitId'],_0x4186da['embedId']):void 0x0,_0x1920bd=yi(_0x5e471b),_0x59f1df=_0x4186da[_0x5221cd(0x1b3)]??(_0x5e471b==null?void 0x0:_0x5e471b[_0x5221cd(0x1b3)])??((_0xfea128=_0x3a19ed[_0x5221cd(0x743)])==null?void 0x0:_0xfea128[_0x5221cd(0x1b3)])??(_0x1920bd==null?void 0x0:_0x1920bd[_0x5221cd(0x1b3)]),_0x2f61cc=_0x4186da[_0x5221cd(0x210)]??(_0x5e471b==null?void 0x0:_0x5e471b[_0x5221cd(0x210)])??((_0x155491=_0x3a19ed[_0x5221cd(0x743)])==null?void 0x0:_0x155491[_0x5221cd(0x210)])??(_0x1920bd==null?void 0x0:_0x1920bd['childType']);_0x329260[_0x5221cd(0x743)]=_0x283bb6[_0x5221cd(0x2e0)]({'embedId':_0x4186da['embedId'],'role':_0x5221cd(0x572),'owner':_0x15fd55===_0x5221cd(0x30e)?gi:hi,'sessionMode':_0x5221cd(0x352),'hostUnitId':_0x4186da[_0x5221cd(0x17b)],'childUnitId':_0x59f1df,'childType':_0x2f61cc});},[_0x4186da==null?void 0x0:_0x4186da['childType'],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x1b3)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],_0x5ce704,_0x283bb6,_0x15fd55]),_0x4af4f4=(0x0,c[_0x1c3860(0x15d)])(()=>{const _0xec6442=_0x1c3860;if(!(_0x4186da!=null&&_0x4186da[_0xec6442(0x2a5)]))return;let _0x117a56=_0x4186da[_0xec6442(0x2a5)];window['requestAnimationFrame'](()=>{const _0x4cf9b6=_0xec6442;_0x2729ec['getStage'](_0x117a56)!==_0x4cf9b6(0x71b)&&_0x2536c7();});},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x2729ec,_0x2536c7]),_0x3e2fdf=_0x4186da!=null&&_0x4186da['hostUnitId']?_0x5ce704[_0x1c3860(0x645)](_0x4186da[_0x1c3860(0x17b)],_0x4186da['embedId']):void 0x0,_0x1307e1=yi(_0x3e2fdf),_0x1fb3bb=(_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x1b3)])??(_0x3e2fdf==null?void 0x0:_0x3e2fdf[_0x1c3860(0x1b3)])??((_0x543c0e=_0x3a19ed[_0x1c3860(0x743)])==null?void 0x0:_0x543c0e[_0x1c3860(0x1b3)])??(_0x1307e1==null?void 0x0:_0x1307e1[_0x1c3860(0x1b3)]),_0x32456d=(_0x4186da==null?void 0x0:_0x4186da['childType'])??(_0x3e2fdf==null?void 0x0:_0x3e2fdf[_0x1c3860(0x210)])??((_0x485db1=_0x3a19ed[_0x1c3860(0x743)])==null?void 0x0:_0x485db1[_0x1c3860(0x210)])??(_0x1307e1==null?void 0x0:_0x1307e1[_0x1c3860(0x210)]),_0x221061=_0x32456d==null||(_0x145ed9=_0x2f6e4f[_0x1c3860(0x187)](_0x32456d))==null?void 0x0:_0x145ed9[_0x1c3860(0x1b8)],_0x752203=jn(_0x3e2fdf,_0x21c69c);(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x40668d=_0x1c3860;if(!(!(_0x4186da!=null&&_0x4186da['embedId'])||_0x21c69c!==_0x40668d(0x71b)))return _0x2dde06(),_0x2536c7;},[_0x2dde06,_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x2536c7,_0x21c69c]),(0x0,c['useEffect'])(()=>{const _0x58e63a=_0x1c3860;let _0x1a835d=_0x341523[_0x58e63a(0x743)],_0x4029c3=ii(_0x3d4781,_0x283bb6,_0x4186da==null?void 0x0:_0x4186da['embedId'],_0x1a835d,_0x21c69c);if(_0x4029c3)return()=>_0x4029c3[_0x58e63a(0x565)]();},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x283bb6,_0x3d4781,_0x21c69c]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x303fa6=_0x1c3860;let _0x3f1234=_0x348266[_0x303fa6(0x743)];_0x348266[_0x303fa6(0x743)]=_0x21c69c;let _0x13347a=_0x3f1234!==_0x21c69c||!_0x53879c[_0x303fa6(0x743)]&&_0x21c69c!==_0x303fa6(0x65d);_0x53879c[_0x303fa6(0x743)]=!0x0,_0x13347a&&(_0x5b5a06==null||_0x5b5a06(_0x21c69c),_0x2ae191[_0x303fa6(0x4df)]({'embedId':_0x4186da==null?void 0x0:_0x4186da[_0x303fa6(0x2a5)],'reason':_0x303fa6(0x2ce)})),_0x3f1234===_0x303fa6(0x71b)&&_0x21c69c!==_0x303fa6(0x71b)&&(di(_0x4186da==null?void 0x0:_0x4186da[_0x303fa6(0x2a5)],Qr(_0x58792b[_0x303fa6(0x743)],_0x2d2d14[_0x303fa6(0x743)],_0x23000a[_0x303fa6(0x743)],_0x41dc6e[_0x303fa6(0x743)],_0x11e417[_0x303fa6(0x743)])),_0x241836[_0x303fa6(0x1f6)](_0x4186da==null?void 0x0:_0x4186da[_0x303fa6(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x303fa6(0x17b)]),_0x17535d==null||_0x17535d());},[_0x241836,_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],_0x2ae191,_0x5b5a06,_0x17535d,_0x21c69c]),(0x0,c['useEffect'])(()=>{const _0x4ccd8b=_0x1c3860;if(_0x2bcd9b!==_0x4ccd8b(0x71b)||!(_0x4186da!=null&&_0x4186da[_0x4ccd8b(0x2a5)])||!_0x4186da[_0x4ccd8b(0x17b)])return;let _0x4ff076=_0x5ce704[_0x4ccd8b(0x645)](_0x4186da[_0x4ccd8b(0x17b)],_0x4186da['embedId']);_0x4ff076!=null&&_0x4ff076[_0x4ccd8b(0x1b3)]&&_0x2729ec[_0x4ccd8b(0x728)]({'hostUnitId':_0x4186da[_0x4ccd8b(0x17b)],'embedId':_0x4186da[_0x4ccd8b(0x2a5)],'childUnitId':_0x4ff076[_0x4ccd8b(0x1b3)]},'stage2');},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],_0x5ce704,_0x2729ec,_0x2bcd9b]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x6a381=_0x1c3860;let _0x2dda60=_0x58792b['current'],_0x5391f2=_0x2d2d14[_0x6a381(0x743)],_0x352e8c=_0x23000a[_0x6a381(0x743)],_0x2fe797=_0x41dc6e[_0x6a381(0x743)],_0x352c34=_0x11e417[_0x6a381(0x743)];if(!_0x2dda60||!_0x5391f2||!_0x352e8c||!_0x2fe797||!_0x352c34)return;let _0x3c1771=_0x4186da!=null&&_0x4186da[_0x6a381(0x17b)]?_0x5ce704[_0x6a381(0x645)](_0x4186da[_0x6a381(0x17b)],_0x4186da[_0x6a381(0x2a5)]):void 0x0,_0x20f851=_0x3c1771?bi(_0x3c1771):void 0x0;if(!_0x3c1771||!_0x20f851||_0x752203==='deferred')return;let _0x329b77=!0x1,_0x242674;return _0x39abb2[_0x6a381(0x3d2)]({'descriptor':_0x3c1771})['then'](async _0xed95ac=>{const _0x1a64f1=_0x6a381;var _0x341b6e;if(_0x329b77)return;let _0x17cf6e=_0x1e74eb['mountIntoHostElement'](_0xed95ac,_0x2dda60,{'content':_0x5391f2,'canvas':_0x352e8c,'overlay':_0x2fe797,'popup':_0x352c34});_0x242674=_0xed95ac['embedId'];let _0x29494f=_0x17cf6e==null?void 0x0:_0x17cf6e[_0x1a64f1(0x1c3)];_0x3a19ed[_0x1a64f1(0x743)]=_0x29494f;let _0x367beb=_0x4186da!=null&&_0x4186da['embedId']?(_0x341b6e=_0x396b53[_0x1a64f1(0x57b)](_0x4186da[_0x1a64f1(0x2a5)]))==null?void 0x0:_0x341b6e['viewState']:void 0x0;_0x29494f&&_0x367beb!=null&&await _0x396b53[_0x1a64f1(0x105)](_0x29494f,_0x367beb);})[_0x6a381(0x399)](_0x3d5097=>{queueMicrotask(()=>{throw _0x3d5097;});}),()=>{const _0x56bfe2=_0x6a381;var _0x1e293e;_0x329b77=!0x0,_0x242674&&((_0x1e293e=_0x3a19ed[_0x56bfe2(0x743)])==null?void 0x0:_0x1e293e['embedId'])===_0x242674&&(_0x3a19ed['current']=void 0x0),_0x1e74eb[_0x56bfe2(0x65f)](_0x3c1771[_0x56bfe2(0x2a5)]);};},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da['hostUnitId'],_0x5ce704,_0x1e74eb,_0x2b2613,_0x396b53,_0x39abb2,_0x752203]),(0x0,c['useEffect'])(()=>{const _0x14b663=_0x1c3860;if(!(_0x4186da!=null&&_0x4186da[_0x14b663(0x2a5)]))return;let _0x59c080=_0x4186da['embedId'],_0x1a14d0=[];[{'element':_0x58792b['current'],'role':_0x14b663(0x5a7)},{'element':_0x2d2d14['current'],'role':_0x14b663(0x5a7)},{'element':_0x23000a[_0x14b663(0x743)],'role':_0x14b663(0x5a7)}][_0x14b663(0x53f)](_0x2727c4=>{const _0xad5e37=_0x14b663;let _0x3155bd=_0x2727c4[_0xad5e37(0x1e1)];_0x3155bd&&_0x1a14d0[_0xad5e37(0x56f)]({'element':_0x3155bd,'role':_0x2727c4[_0xad5e37(0x55a)]});}),_0x21c69c===_0x14b663(0x71b)&&[{'element':_0x3aea81['current'],'role':_0x14b663(0x61b)},{'element':_0x41dc6e[_0x14b663(0x743)],'role':_0x14b663(0x61b)},{'element':_0x11e417['current'],'role':_0x14b663(0x21b)}][_0x14b663(0x53f)](_0x501778=>{const _0x4129b1=_0x14b663;_0x501778[_0x4129b1(0x1e1)]&&_0x1a14d0[_0x4129b1(0x56f)](_0x501778);});let _0x3b39f5=_0x1a14d0[_0x14b663(0x395)](({element:_0x4ce5d4,role:_0xdb30bd})=>[_0x214353['registerRoot'](_0x59c080,_0x4ce5d4),_0x283bb6[_0x14b663(0x300)]({'embedId':_0x59c080,'role':_0xdb30bd,'element':_0x4ce5d4})]);return()=>_0x3b39f5[_0x14b663(0x53f)](_0x3d1f35=>_0x3d1f35['dispose']());},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x283bb6,_0x214353,_0x21c69c]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0xa8650f=_0x1c3860;var _0x269594,_0x4e7919;if(!(_0x4186da!=null&&_0x4186da[_0xa8650f(0x2a5)])||_0x21c69c!==_0xa8650f(0x71b))return;let _0xe7203a=((_0x269594=_0x341523[_0xa8650f(0x743)])==null?void 0x0:_0x269594[_0xa8650f(0x631)])??((_0x4e7919=_0x58792b[_0xa8650f(0x743)])==null?void 0x0:_0x4e7919[_0xa8650f(0x631)])??(typeof document>'u'?void 0x0:document),_0x237f8f=_0x214353[_0xa8650f(0x3f4)](_0x4186da[_0xa8650f(0x2a5)],_0xe7203a);return()=>{const _0x42bdf8=_0xa8650f;_0x56f35d[_0x42bdf8(0x743)]!=='stage2'&&_0x214353[_0x42bdf8(0x295)](_0x4186da[_0x42bdf8(0x2a5)],_0xe7203a),_0x237f8f['dispose']();};},[_0x4186da==null?void 0x0:_0x4186da['embedId'],_0x214353,_0x21c69c]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x16a0f1=_0x1c3860;var _0x5cbcde,_0x281476;if(!(_0x4186da!=null&&_0x4186da[_0x16a0f1(0x2a5)])||_0x21c69c!==_0x16a0f1(0x71b))return;let _0x1bd1a9=((_0x5cbcde=_0x341523['current'])==null?void 0x0:_0x5cbcde[_0x16a0f1(0x631)])??((_0x281476=_0x58792b['current'])==null?void 0x0:_0x281476[_0x16a0f1(0x631)])??(typeof document>'u'?void 0x0:document),_0x5b87e0=_0x1bd1a9==null?void 0x0:_0x1bd1a9[_0x16a0f1(0x724)](_0x16a0f1(0x3ea));if(!_0x5b87e0)return;let _0x5e0ffe=[_0x214353[_0x16a0f1(0x726)](_0x4186da[_0x16a0f1(0x2a5)],_0x5b87e0),_0x283bb6[_0x16a0f1(0x300)]({'embedId':_0x4186da[_0x16a0f1(0x2a5)],'role':'floating-menu','element':_0x5b87e0})];return()=>_0x5e0ffe['forEach'](_0x4c0b16=>_0x4c0b16['dispose']());},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x283bb6,_0x214353,_0x21c69c]),(0x0,c['useEffect'])(()=>{const _0x1a57ac=_0x1c3860;let _0x4cb0f6=_0x341523[_0x1a57ac(0x743)],_0x4a8c1c=_0x4cb0f6==null?void 0x0:_0x4cb0f6[_0x1a57ac(0x724)]('[data-u-comp=\x22embed-float-dom-content\x22]');if(!(_0x4186da!=null&&_0x4186da[_0x1a57ac(0x2a5)])||!_0x4cb0f6)return;let _0x552c90=_0x4186da[_0x1a57ac(0x17b)]?_0x5ce704[_0x1a57ac(0x645)](_0x4186da[_0x1a57ac(0x17b)],_0x4186da['embedId']):void 0x0,_0x538220=_0x2ae191[_0x1a57ac(0x2f4)]({'embedId':_0x4186da[_0x1a57ac(0x2a5)],'childUnitId':_0x552c90==null?void 0x0:_0x552c90[_0x1a57ac(0x1b3)],'root':_0x4cb0f6,'viewport':_0x4a8c1c,'contentRoot':_0x2d2d14[_0x1a57ac(0x743)]});return()=>_0x538220[_0x1a57ac(0x565)]();},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],_0x5ce704,_0x2ae191]),(0x0,c['useEffect'])(()=>{const _0x196d0d=_0x1c3860;if(!(_0x4186da!=null&&_0x4186da[_0x196d0d(0x2a5)]))return;let _0x1f5c5a=_0x4c1b44['exited$']['subscribe'](_0x57c7e4=>{const _0x1f59ff=_0x196d0d;_0x57c7e4[_0x1f59ff(0x2a5)]===_0x4186da[_0x1f59ff(0x2a5)]&&(_0x1e74eb[_0x1f59ff(0x65f)](_0x4186da[_0x1f59ff(0x2a5)]),_0x241836['clearFloating'](_0x4186da[_0x1f59ff(0x2a5)],_0x4186da[_0x1f59ff(0x17b)]),_0x9b7a05[_0x1f59ff(0x743)]!=null&&(window[_0x1f59ff(0x46d)](_0x9b7a05[_0x1f59ff(0x743)]),_0x9b7a05[_0x1f59ff(0x743)]=void 0x0),_0x222010[_0x1f59ff(0x743)]!=null&&globalThis[_0x1f59ff(0x1e3)](_0x222010[_0x1f59ff(0x743)]),_0x222010[_0x1f59ff(0x743)]=globalThis[_0x1f59ff(0x5bf)](()=>{const _0x2a6a4b=_0x1f59ff;_0x222010[_0x2a6a4b(0x743)]=void 0x0,_0x9b7a05[_0x2a6a4b(0x743)]=window['requestAnimationFrame'](()=>{const _0xe31e4f=_0x2a6a4b;_0x9b7a05[_0xe31e4f(0x743)]=void 0x0,_0x241836[_0xe31e4f(0x1f6)](_0x4186da[_0xe31e4f(0x2a5)],_0x4186da[_0xe31e4f(0x17b)]),_0x4638c8(_0x96fa02=>_0x96fa02+0x1);});},0x0));});return()=>{const _0x4e1352=_0x196d0d;_0x1f5c5a[_0x4e1352(0x637)](),_0x222010[_0x4e1352(0x743)]!=null&&(globalThis[_0x4e1352(0x1e3)](_0x222010[_0x4e1352(0x743)]),_0x222010['current']=void 0x0),_0x9b7a05[_0x4e1352(0x743)]!=null&&(window['cancelAnimationFrame'](_0x9b7a05[_0x4e1352(0x743)]),_0x9b7a05[_0x4e1352(0x743)]=void 0x0);};},[_0x241836,_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],_0x4c1b44,_0x1e74eb]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x342b46=_0x1c3860;let _0x52dccc=_0x341523[_0x342b46(0x743)],_0x152f4a=_0x3aea81[_0x342b46(0x743)];if(!_0x52dccc||!_0x152f4a||typeof document>'u')return;let _0x4adca2=Ar({'chrome':_0x152f4a,'container':_0x52dccc,'deferInactive':_0x54c823,'embedId':_0x4186da==null?void 0x0:_0x4186da[_0x342b46(0x2a5)],'geometryService':_0x2ae191,'hostLayout$':_0xde7fd0,'stage':_0x21c69c,'docsSheetLikeLayout':_0x34040b!=null&&_0x28121a!=null?{'contentWidth':_0x34040b,'pageContentWidth':_0x28121a}:void 0x0});return()=>_0x4adca2['dispose']();},[_0x4186da==null?void 0x0:_0x4186da['embedId'],_0x54c823,_0x34040b,_0x28121a,_0x2ae191,_0xde7fd0,_0x21c69c]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x2a5ca9=_0x1c3860;let _0x42987f=_0x341523[_0x2a5ca9(0x743)],_0x2f6f1f=_0x3aea81[_0x2a5ca9(0x743)];if(_0x42987f)return $r(_0x42987f,_0x2f6f1f);},[]),(0x0,c['useEffect'])(()=>{const _0x2047c8=_0x1c3860;let _0x54f250=_0x341523[_0x2047c8(0x743)];if(!(_0x4186da!=null&&_0x4186da['embedId'])||!_0x54f250||typeof document>'u')return;let _0x35c14e=ai({'activationService':_0x241836,'chrome':_0x3aea81['current'],'container':_0x54f250,'embedId':_0x4186da[_0x2047c8(0x2a5)],'externalHostInteractionUntil':_0x34d5b7,'floatingActiveService':_0x2729ec,'focusCoordinator':_0x283bb6,'graceMs':0x28a,'hostUnitId':_0x4186da['hostUnitId'],'interactionBoundaryService':_0x214353,'isExternalHostInteraction':_0x227efb,'ownedPointerInteractionUntil':_0x293516,'runtimeFocusOwners':_i});return()=>_0x35c14e[_0x2047c8(0x565)]();},[_0x241836,_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],_0x2729ec,_0x283bb6,_0x214353,_0x227efb]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x20acf0=_0x1c3860;var _0x2ce40e;_0x21c69c!==_0x20acf0(0x71b)&&((_0x2ce40e=_0x39daa8[_0x20acf0(0x743)])==null||_0x2ce40e[_0x20acf0(0x565)](),_0x39daa8[_0x20acf0(0x743)]=void 0x0,di(_0x4186da==null?void 0x0:_0x4186da[_0x20acf0(0x2a5)],Qr(_0x58792b[_0x20acf0(0x743)],_0x2d2d14[_0x20acf0(0x743)],_0x23000a[_0x20acf0(0x743)],_0x41dc6e[_0x20acf0(0x743)],_0x11e417['current'])));},[_0x4186da==null?void 0x0:_0x4186da['embedId'],_0x21c69c]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x1ae635=_0x1c3860;let _0x3eb6be=_0x380c15[_0x1ae635(0x743)];if(!_0x3eb6be||!(_0x4186da!=null&&_0x4186da[_0x1ae635(0x2a5)])||!_0x4186da[_0x1ae635(0x17b)])return;let _0x10c4e6=oi({'acquireStage2SessionLease':_0x2dde06,'activationService':_0x241836,'data':{'childType':_0x32456d,'childUnitId':_0x1fb3bb,'embedId':_0x4186da[_0x1ae635(0x2a5)],'hostAnchorId':_0x4186da[_0x1ae635(0x659)],'hostUnitId':_0x4186da[_0x1ae635(0x17b)]},'embedModelService':_0x5ce704,'enableStage1BodyDrag':_0x23b924,'floatingActiveService':_0x2729ec,'gate':_0x3eb6be,'interactionFlow':_0x15fd55,'popupRoot':_0x11e417[_0x1ae635(0x743)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x4af4f4});return()=>_0x10c4e6[_0x1ae635(0x565)]();},[_0x2dde06,_0x241836,_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x659)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],_0x5ce704,_0x23b924,_0x2729ec,_0x15fd55,_0x4af4f4,_0x32456d,_0x1fb3bb]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x3e2eaf=_0x1c3860;let _0x13d82a=_0x341523[_0x3e2eaf(0x743)];if(!_0x13d82a||!_0xf12671)return;let _0x2902e8=_0xf12671(_0x13d82a);if(!_0x2902e8)return;let _0x44e003=_0x14e5c3[_0x3e2eaf(0x2f4)](_0x2902e8);return()=>_0x44e003[_0x3e2eaf(0x565)]();},[_0x14e5c3,_0xf12671]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x264cba=_0x1c3860;let _0x4f73d6=_0x341523['current'],_0x35f561=_0x380c15[_0x264cba(0x743)],_0x174ea6=_0x58792b[_0x264cba(0x743)];if(!_0x4f73d6||!_0x35f561||!_0x174ea6)return;let _0x445bbd=In({'container':_0x4f73d6,'gate':_0x35f561,'getChildContext':()=>_0x3a19ed[_0x264cba(0x743)],'getStage':()=>_0x4186da!=null&&_0x4186da[_0x264cba(0x2a5)]?_0x2729ec[_0x264cba(0x496)](_0x4186da['embedId']):_0x264cba(0x65d),'hostScrollOffset':_0x3c00ad,'hostWheelGestureService':_0x14e5c3,'invalidate':_0x225b61=>Vr(_0x2ae191,_0x4186da==null?void 0x0:_0x4186da['embedId'],_0x225b61,_0x258ef2),'liveRoot':_0x174ea6,'onHostWheel':_0x3816b2,'passiveViewportRegistry':_0x15a780,'passiveWheelHandlerRegistry':_0x99a901,'resizeDocsSheetLikeRendererByWheel':_0x1b36f2,'routeHostGestures':!!_0xf12671,'syncHostVerticalScroll':_0x51554e,'viewScale':_0x2331b5});return()=>_0x445bbd[_0x264cba(0x565)]();},[_0x4186da==null?void 0x0:_0x4186da['embedId'],_0x2331b5,_0x2729ec,_0x2ae191,_0x14e5c3,_0x3816b2,_0x15a780,_0x99a901,_0x1b36f2,_0xf12671,_0x51554e]),(0x0,c[_0x1c3860(0x4aa)])(()=>()=>{const _0x5e570a=_0x1c3860;_0x258ef2[_0x5e570a(0x743)][_0x5e570a(0x53f)](_0x1b6cd7=>window[_0x5e570a(0x46d)](_0x1b6cd7)),_0x258ef2[_0x5e570a(0x743)]=[];},[]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x32bb44=_0x1c3860;let _0x563efb=_0x58792b[_0x32bb44(0x743)];if(!_0x563efb)return;let _0x2287cd=ci({'acquireStage2SessionLease':_0x2dde06,'activationService':_0x241836,'data':{'childType':_0x32456d,'childUnitId':_0x1fb3bb,'embedId':_0x4186da==null?void 0x0:_0x4186da[_0x32bb44(0x2a5)],'hostUnitId':_0x4186da==null?void 0x0:_0x4186da[_0x32bb44(0x17b)]},'embedModelService':_0x5ce704,'floatingActiveService':_0x2729ec,'focusCoordinator':_0x283bb6,'getRuntimeRoots':()=>Qr(_0x23000a[_0x32bb44(0x743)],_0x2d2d14['current'],_0x41dc6e[_0x32bb44(0x743)],_0x11e417['current'],_0x58792b[_0x32bb44(0x743)]),'interactionFlow':_0x15fd55,'liveRoot':_0x563efb,'popupRoot':_0x11e417[_0x32bb44(0x743)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x4af4f4,'runtimeFocusOwners':_i});return()=>_0x2287cd[_0x32bb44(0x565)]();},[_0x2dde06,_0x241836,_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da['hostUnitId'],_0x5ce704,_0x2729ec,_0x283bb6,_0x15fd55,_0x4af4f4,_0x32456d,_0x1fb3bb]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x484ba1=_0x1c3860;let _0x5f1094=_0x58792b[_0x484ba1(0x743)];if(!_0x5f1094||!(_0x4186da!=null&&_0x4186da['embedId']))return;let _0x1a4a44=li({'data':{'childType':_0x4186da['childType'],'childUnitId':_0x4186da[_0x484ba1(0x1b3)],'embedId':_0x4186da[_0x484ba1(0x2a5)],'hostUnitId':_0x4186da[_0x484ba1(0x17b)]},'floatingActiveService':_0x2729ec,'focusCoordinator':_0x283bb6,'graceMs':0x28a,'interactionBoundaryService':_0x214353,'liveRoot':_0x5f1094,'ownedPointerInteractionUntil':_0x293516,'pointerLease':_0x39daa8,'verticalScrollOwner':_0x2dbbbf});return()=>_0x1a4a44[_0x484ba1(0x565)]();},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x210)],_0x4186da==null?void 0x0:_0x4186da['childUnitId'],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da['hostUnitId'],_0x2729ec,_0x283bb6,_0x214353]),(0x0,c[_0x1c3860(0x4aa)])(()=>{const _0x3a00fd=_0x1c3860;if(_0x21c69c!==_0x3a00fd(0x71b)||_0x15fd55!==_0x3a00fd(0x30e))return;let _0x444ce5=_0x58792b[_0x3a00fd(0x743)];if(!_0x444ce5)return;let _0x12855c,_0x2c660d=()=>ei(Qr(_0x23000a[_0x3a00fd(0x743)],_0x2d2d14[_0x3a00fd(0x743)],_0x41dc6e['current'],_0x11e417['current'],_0x58792b[_0x3a00fd(0x743)])),_0x1d4c43=()=>{const _0x6e37c3=_0x3a00fd;let _0x376d79=_0x444ce5[_0x6e37c3(0x631)][_0x6e37c3(0x19b)];return!_0x376d79||_0x376d79===_0x2c660d()?!0x1:Qr(_0x58792b[_0x6e37c3(0x743)],_0x2d2d14[_0x6e37c3(0x743)],_0x23000a[_0x6e37c3(0x743)],_0x41dc6e[_0x6e37c3(0x743)],_0x11e417[_0x6e37c3(0x743)])[_0x6e37c3(0x2e7)](_0x350449=>_0x350449[_0x6e37c3(0x342)](_0x376d79));},_0x553c07=()=>{const _0xb1373c=_0x3a00fd;if(!ti(_0x4186da==null?void 0x0:_0x4186da[_0xb1373c(0x210)],!0x0))return;let _0x553dfa=_0x2c660d();if(_0x553dfa&&!_0x283bb6['hasBlockingChildFocusLease'](_0x4186da==null?void 0x0:_0x4186da[_0xb1373c(0x2a5)],{'ignoreOwners':_i})&&!_0x1d4c43()){if(_0x4186da!=null&&_0x4186da[_0xb1373c(0x17b)]&&_0x4186da[_0xb1373c(0x2a5)]){let _0x7d767b=_0x5ce704[_0xb1373c(0x645)](_0x4186da[_0xb1373c(0x17b)],_0x4186da['embedId']);(_0x7d767b==null?void 0x0:_0x7d767b[_0xb1373c(0x1b3)])!=null&&_0x7d767b[_0xb1373c(0x210)]!=null&&_0x241836['focusFloatingRuntime'](_0x7d767b);}_0x553dfa[_0xb1373c(0x208)]('tabindex')||(_0x553dfa[_0xb1373c(0x71d)]=-0x1),_0x553dfa[_0xb1373c(0x566)]({'preventScroll':!0x0});}};return _0x553c07(),_0x12855c=window[_0x3a00fd(0x746)](()=>{_0x12855c=void 0x0,_0x553c07();}),()=>{const _0x349f=_0x3a00fd;_0x12855c!=null&&(window[_0x349f(0x46d)](_0x12855c),_0x12855c=void 0x0);};},[_0x241836,_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x210)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],_0x5ce704,_0x283bb6,_0x15fd55,_0x21c69c]),(0x0,c['useEffect'])(()=>{const _0x394ad7=_0x1c3860;let _0x2c332e=_0x341523[_0x394ad7(0x743)],_0x118a1c=_0x5c987e[_0x394ad7(0x743)];if(!_0x2c332e||!_0x118a1c||typeof window>'u')return;let _0xfb963e=Sr({'collapseWithoutChildScroll':(_0x4186da==null?void 0x0:_0x4186da[_0x394ad7(0x210)])===n[_0x394ad7(0x63d)][_0x394ad7(0x36e)],'container':_0x2c332e,'content':_0x118a1c,'contentHeight':_0x533556==null?void 0x0:_0x533556['contentHeight'],'enabled':_0x51554e,'getChildContext':()=>_0x3a19ed[_0x394ad7(0x743)],'getProvider':_0x18871c=>_0x15a780[_0x394ad7(0x187)](_0x18871c[_0x394ad7(0x210)],_0x18871c[_0x394ad7(0x502)]),'getStage':()=>_0x4186da!=null&&_0x4186da['embedId']?_0x2729ec[_0x394ad7(0x496)](_0x4186da[_0x394ad7(0x2a5)]):'inactive','hostLayout$':_0xde7fd0,'invalidate':()=>_0x2ae191[_0x394ad7(0x4df)]({'embedId':_0x4186da==null?void 0x0:_0x4186da['embedId'],'reason':_0x394ad7(0x5a6)}),'offset':_0x3c00ad,'onHostWheel':_0x3816b2,'owner':_0x2dbbbf,'syncingChildFromHost':_0x268aef,'syncingHostFromChild':_0x80b8f0,'viewScale':_0x2331b5,'viewportHeight':_0x533556==null?void 0x0:_0x533556[_0x394ad7(0x41c)]});return()=>_0xfb963e[_0x394ad7(0x565)]();},[_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x210)],_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],_0x533556==null?void 0x0:_0x533556['contentHeight'],_0x2331b5,_0x533556==null?void 0x0:_0x533556[_0x1c3860(0x41c)],_0x2729ec,_0x2ae191,_0xde7fd0,_0x2b2613,_0x3816b2,_0x15a780,_0x51554e]);let _0x158dad=kn({'stage':_0x21c69c,'interactionFlow':_0x15fd55}),_0x9be3ea=_0x158dad[_0x1c3860(0x21c)],_0x582b74=_0x158dad['passThroughInteractionGate'],_0x31fe20=_0x533556?{'top':_0x533556[_0x1c3860(0x2a3)]*_0x2331b5,'left':-_0x3deed6*_0x2331b5,'width':(((_0x41cc32==null?void 0x0:_0x41cc32[_0x1c3860(0x738)])??0x1)+_0x3deed6)*_0x2331b5,'height':_0x533556['viewportHeight']*_0x2331b5}:_0x2d461a?{'top':_0x2d461a['floatingMenuInsetTop'],'height':_0x1c3860(0x350)+_0x2d461a[_0x1c3860(0x2a3)]+_0x1c3860(0x55e)}:void 0x0,_0x4e0c02=_0x533556?{'width':((_0x41cc32==null?void 0x0:_0x41cc32[_0x1c3860(0x738)])??0x1)+_0x3deed6,'height':_0x533556['viewportHeight'],'transform':_0x2331b5===0x1?void 0x0:_0x1c3860(0x5fc)+_0x2331b5+')','transformOrigin':'top\x20left'}:void 0x0,_0x219599=_0x533556?{'left':0x0,'width':_0x1c3860(0x674),'height':_0x533556[_0x1c3860(0x41c)],'minHeight':_0x533556[_0x1c3860(0x41c)]}:void 0x0;return(0x0,d[_0x1c3860(0x66a)])(_0x1c3860(0x568),{'ref':_0x341523,'className':(0x0,o['clsx'])(_0x1c3860(0x2e4),_0x21c69c===_0x1c3860(0x65d)&&a[_0x1c3860(0x1dc)],_0x533556&&_0x1c3860(0x6f2)),'data-u-comp':_0x1c3860(0x513),'data-embed-float-dom':'true','data-embed-float-stage':_0x21c69c,'data-embed-id':_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],'data-embed-host-unit-id':_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],'data-embed-host-anchor-id':_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x659)],'data-embed-child-unit-id':_0x1fb3bb,'data-embed-child-type':_0x32456d,'data-embed-interaction-flow':_0x15fd55,'children':[(0x0,d[_0x1c3860(0x66a)])(_0x1c3860(0x568),{'ref':_0x5c987e,'className':(0x0,o[_0x1c3860(0x596)])(_0x1c3860(0x330),_0x533556&&_0x1c3860(0x204)),'data-u-comp':_0x1c3860(0x622),'data-embed-float-content':_0x1c3860(0x573),'style':_0x31fe20,'children':[(0x0,d[_0x1c3860(0x66a)])('div',{'ref':_0x58792b,'className':(0x0,o[_0x1c3860(0x596)])(_0x1c3860(0x675),_0x533556&&'before:univer-hidden'),'data-u-comp':_0x1c3860(0x553),'data-embed-float-live':_0x1c3860(0x573),'style':_0x4e0c02,'children':[(0x0,d[_0x1c3860(0x588)])(_0x1c3860(0x568),{'ref':_0x23000a,'className':(0x0,o[_0x1c3860(0x596)])(_0x1c3860(0x6ec),_0x221061,_0x533556&&_0x1c3860(0x51b),_0x9be3ea&&_0x1c3860(0x6f2)),'data-u-comp':_0x1c3860(0x46f),'style':_0x219599,'data-embed-canvas-root':_0x1c3860(0x573)}),(0x0,d[_0x1c3860(0x588)])('div',{'ref':_0x2d2d14,'className':(0x0,o[_0x1c3860(0x596)])('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',_0x9be3ea&&_0x1c3860(0x6f2)),'data-u-comp':_0x1c3860(0x5d3),'style':_0x219599,'data-embed-content-root':_0x1c3860(0x573)})]}),(0x0,d[_0x1c3860(0x588)])('div',{'ref':_0x380c15,'className':(0x0,o[_0x1c3860(0x596)])(_0x1c3860(0x281),_0x582b74&&_0x1c3860(0x6f2)),'data-u-comp':_0x1c3860(0x670),'data-embed-float-interaction-gate':_0x1c3860(0x573)}),_0x21c69c===_0x1c3860(0x65d)&&(0x0,d[_0x1c3860(0x588)])(a['HoverTrack'],{'className':_0x1c3860(0x5eb)})]}),(0x0,d['jsxs'])(_0x1c3860(0x568),{'ref':_0x3aea81,'className':'univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x1c3860(0x653),'data-embed-float-stage':_0x21c69c,'data-embed-id':_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],'style':{'zIndex':_0x22bb7c??0x320},'children':[(0x0,d[_0x1c3860(0x588)])(_0x1c3860(0x568),{'ref':_0x41dc6e,'className':_0x1c3860(0xad),'data-u-comp':_0x1c3860(0x480),'data-embed-overlay-root':_0x1c3860(0x573)}),(0x0,d[_0x1c3860(0x588)])(_0x1c3860(0x568),{'ref':_0x11e417,'className':_0x1c3860(0xad),'data-u-comp':_0x1c3860(0xf5),'data-embed-popup-root':_0x1c3860(0x573)}),!_0xa5e536&&(0x0,d[_0x1c3860(0x588)])(pi,{'hostUnitId':_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],'embedId':_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)]})]}),_0xa5e536&&(0x0,d[_0x1c3860(0x588)])(pi,{'hostUnitId':_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x17b)],'embedId':_0x4186da==null?void 0x0:_0x4186da[_0x1c3860(0x2a5)],'className':_0x1c3860(0x22b)})]});}function yi(_0x2628b2){const _0x2ea438=_0x5b38ef;let _0x5c9783=_0x2628b2==null?void 0x0:_0x2628b2[_0x2ea438(0x56e)]['ref'];if(_0x5c9783)try{let _0x256cfd=typeof _0x5c9783==_0x2ea438(0x710)?(0x0,e[_0x2ea438(0x349)])(_0x5c9783):_0x5c9783;return{'childUnitId':_0x256cfd[_0x2ea438(0x163)][_0x2ea438(0x616)],'childType':(0x0,e[_0x2ea438(0x4f1)])(_0x256cfd[_0x2ea438(0x163)]['type'])};}catch{return;}}function bi(_0x279b72){const _0x132292=_0x5b38ef;var _0x21b8e2,_0x36a3ad;let _0x2a5708=((_0x21b8e2=_0x279b72[_0x132292(0x2d7)])==null?void 0x0:_0x21b8e2[_0x132292(0x1ec)])||void 0x0;if(_0x2a5708&&typeof _0x2a5708==_0x132292(0x4c3)&&_0x2a5708[_0x132292(0x502)])return _0x2a5708[_0x132292(0x502)];let _0xf668f8=((_0x36a3ad=_0x279b72[_0x132292(0x2d7)])==null?void 0x0:_0x36a3ad[_0x132292(0x351)])||void 0x0;return _0xf668f8&&typeof _0xf668f8==_0x132292(0x4c3)&&_0xf668f8['enabled']?_0x132292(0x668):void 0x0;}function xi(_0x77f20b,_0x52fff8=0x1,_0x4d199d=0x1){const _0x24d34c=_0x5b38ef;let _0x176618=_0x77f20b[_0x24d34c(0x1d5)]/(Math[_0x24d34c(0x90)](_0x52fff8)||0x1),_0x34bb12=_0x77f20b[_0x24d34c(0x485)]/(Math[_0x24d34c(0x90)](_0x4d199d)||0x1);if(_0x77f20b[_0x24d34c(0x80)])_0x176618=(_0x77f20b[_0x24d34c(0x485)]||_0x77f20b[_0x24d34c(0x1d5)])*0x3/(Math[_0x24d34c(0x90)](_0x52fff8)||0x1),_0x34bb12=0x0;else{let _0x524361=Math[_0x24d34c(0x90)](_0x176618),_0x173990=Math[_0x24d34c(0x90)](_0x34bb12);_0x173990>=_0x524361*0x2?_0x176618=0x0:_0x524361>=_0x173990*0x2&&(_0x34bb12=0x0);}return{'offsetX':_0x176618,'offsetY':_0x34bb12};}function Si(_0x55cd09,_0x10d9f1,_0x579820){const _0x335a14=_0x5b38ef;if(!_0x10d9f1)return!0x1;let {offsetX:_0x97425b,offsetY:_0x553101}=Ci(_0x55cd09,_0x10d9f1,_0x579820);if(!_0x97425b&&!_0x553101)return!0x1;let _0xac7898=_0x10d9f1[_0x335a14(0x280)]??0x0,_0xc436b1=_0x10d9f1[_0x335a14(0x243)]??0x0;if(_0x55cd09[_0x335a14(0x56e)]===_0x335a14(0xa1)&&_0x10d9f1[_0x335a14(0x59a)]&&(_0x55cd09[_0x335a14(0x280)]!=null||_0x55cd09[_0x335a14(0x243)]!=null))_0x10d9f1[_0x335a14(0x59a)]({'viewportScrollX':_0x55cd09[_0x335a14(0x280)]??_0xac7898,'viewportScrollY':_0x55cd09[_0x335a14(0x243)]??_0xc436b1});else{if(_0x10d9f1[_0x335a14(0x328)])_0x10d9f1[_0x335a14(0x328)]({'viewportScrollX':_0x97425b,'viewportScrollY':_0x553101});else return!0x1;}let _0x1e3399=(_0x10d9f1[_0x335a14(0x280)]??0x0)!==_0xac7898||(_0x10d9f1[_0x335a14(0x243)]??0x0)!==_0xc436b1;if(_0x1e3399){var _0x28aa08;_0x579820==null||(_0x28aa08=_0x579820[_0x335a14(0x373)])==null||_0x28aa08['call'](_0x579820,!0x0);}return _0x1e3399;}function Ci(_0x2ff0ea,_0x18e0f4,_0xf43859){const _0x34c79b=_0x5b38ef;return _0x2ff0ea[_0x34c79b(0x56e)]===_0x34c79b(0xa1)&&(_0x2ff0ea['viewportScrollX']!=null||_0x2ff0ea[_0x34c79b(0x243)]!=null)?{'offsetX':(_0x2ff0ea[_0x34c79b(0x280)]??_0x18e0f4[_0x34c79b(0x280)]??0x0)-(_0x18e0f4['viewportScrollX']??0x0),'offsetY':(_0x2ff0ea[_0x34c79b(0x243)]??_0x18e0f4[_0x34c79b(0x243)]??0x0)-(_0x18e0f4['viewportScrollY']??0x0)}:xi(_0x2ff0ea[_0x34c79b(0x39a)],_0xf43859==null?void 0x0:_0xf43859[_0x34c79b(0x22e)],_0xf43859==null?void 0x0:_0xf43859[_0x34c79b(0xe7)]);}function wi(_0x373acc){const _0x4a8b5a=_0x5b38ef;return _0x373acc+u[_0x4a8b5a(0x1bb)][_0x4a8b5a(0x61f)];}function Ti(_0x576de1){const _0x38cad8=_0x5b38ef;return _0x576de1[_0x38cad8(0x189)]+_0x576de1['floatingMenuInsetTop'];}function Ei(_0x296393){const _0x3be61f=_0x5b38ef;var _0x2a1d6d;let {data:_0x4ae207,customBlockRenderViewport:_0x1326b8}=_0x296393,_0x4180e6=(0x0,a['useDependency'])(n[_0x3be61f(0x4bb)]),_0x24634c=(0x0,a[_0x3be61f(0x6f9)])(n['IUniverInstanceService']),_0x6c2ab3=(0x0,a[_0x3be61f(0x6f9)])(u[_0x3be61f(0x45d)]),_0x4b9f20=br(_0x4ae207),_0x52ba85=_0x4b9f20==null?void 0x0:_0x4b9f20[_0x3be61f(0x17b)],_0x2683f7=_0x52ba85??((_0x2a1d6d=_0x24634c[_0x3be61f(0x604)](n['UniverInstanceType'][_0x3be61f(0x3f3)]))==null?void 0x0:_0x2a1d6d[_0x3be61f(0x1c4)]()),_0x5c7b24=(0x0,c[_0x3be61f(0x634)])(null),[_0x45a7a8,_0x5c8108]=(0x0,c[_0x3be61f(0x617)])(()=>(0x0,r['createDefaultDocsTableLikeCustomBlockBleedViewport'])()),_0x4b8e9a=(0x0,f[_0x3be61f(0x129)])(_0x4b9f20==null?void 0x0:_0x4b9f20['childType']),_0x8199a5=_0x1326b8==null?void 0x0:_0x1326b8[_0x3be61f(0x247)],_0xfdfb47=_0x1326b8==null?void 0x0:_0x1326b8[_0x3be61f(0x723)],_0x545776=_0x1326b8==null?void 0x0:_0x1326b8['contentWidth'],_0x45c5b6=Di(_0x1326b8==null?void 0x0:_0x1326b8[_0x3be61f(0x20b)]);(0x0,c[_0x3be61f(0x4aa)])(()=>{if(!_0x52ba85)return;let _0x15f5ed=[],_0x81fa70=()=>{const _0x29573d=_0x241e;let _0xa2e7a0=_0x24634c[_0x29573d(0xcd)](_0x52ba85,n[_0x29573d(0x63d)]['UNIVER_DOC']),_0x18ba62=_0xa2e7a0==null?void 0x0:_0xa2e7a0[_0x29573d(0x1a7)];typeof _0x18ba62=='number'&&_0x4180e6[_0x29573d(0x613)](r[_0x29573d(0x439)]['id'],{'unitId':_0x52ba85,'zoomRatio':_0x18ba62});},_0x80e31b=_0x232278=>{let _0x44f987=requestAnimationFrame(_0x232278);_0x15f5ed['push'](()=>cancelAnimationFrame(_0x44f987));},_0xce7426=_0x4c0a98=>{const _0x18d4fb=_0x241e;let _0x19a43e=setTimeout(_0x81fa70,_0x4c0a98);_0x15f5ed[_0x18d4fb(0x56f)](()=>clearTimeout(_0x19a43e));};return _0x81fa70(),_0x80e31b(_0x81fa70),_0x80e31b(()=>_0x80e31b(_0x81fa70)),_0xce7426(0x78),_0xce7426(0x1f4),()=>{_0x15f5ed['forEach'](_0xdc1a59=>_0xdc1a59());};},[_0x4180e6,_0x52ba85,_0x24634c]),(0x0,c[_0x3be61f(0x36b)])(()=>{const _0x10e930=_0x3be61f;let _0x3187c6=_0x5c7b24[_0x10e930(0x743)];if(!_0x3187c6||!_0x4b8e9a||typeof window>'u')return;let _0x7a60e0,_0xec2c16=()=>{const _0x275e28=_0x10e930;_0x7a60e0=void 0x0;let _0x3c9b60=_0x3187c6[_0x275e28(0x2fb)](),_0x5abb51=ji(_0x545776,()=>Ni(_0x3187c6,_0x3c9b60['width']/_0x45c5b6)),_0x427179=(0x0,r[_0x275e28(0x211)])(_0x3187c6,_0x5abb51,{'authoritativeContentWidth':Number['isFinite'](_0x545776)&&(_0x545776??0x0)>0x0,'bleedLeft':_0x8199a5,'bleedWidth':_0xfdfb47,'viewScale':_0x45c5b6});_0x5c8108(_0x38ecf7=>Math[_0x275e28(0x90)](_0x38ecf7[_0x275e28(0x247)]-_0x427179[_0x275e28(0x247)])<0.5&&Math['abs'](_0x38ecf7[_0x275e28(0x6b2)]-_0x427179[_0x275e28(0x6b2)])<0.5&&Math['abs'](_0x38ecf7['bleedWidth']-_0x427179[_0x275e28(0x723)])<0.5&&Math[_0x275e28(0x90)](_0x38ecf7[_0x275e28(0x206)]-_0x427179[_0x275e28(0x206)])<0.5&&Math['abs'](_0x38ecf7[_0x275e28(0x1e5)]-_0x427179[_0x275e28(0x1e5)])<0.5?_0x38ecf7:_0x427179);},_0x326bd1=()=>{const _0x4a2309=_0x10e930;_0x7a60e0??=window[_0x4a2309(0x746)](_0xec2c16);},_0x395d5e=_0x2f77d0=>{const _0x19ca9e=_0x10e930;Mi(_0x3187c6,_0x2f77d0[_0x19ca9e(0x487)])&&_0x326bd1();};_0xec2c16();let _0x228f1c=new ResizeObserver(_0x326bd1);return _0x228f1c[_0x10e930(0x2ed)](_0x3187c6),window[_0x10e930(0x344)](_0x10e930(0x3cc),_0x326bd1),window['addEventListener'](_0x10e930(0x11c),_0x395d5e,!0x0),()=>{const _0x761d9d=_0x10e930;_0x7a60e0!=null&&window[_0x761d9d(0x46d)](_0x7a60e0),_0x228f1c[_0x761d9d(0x5ce)](),window['removeEventListener'](_0x761d9d(0x3cc),_0x326bd1),window[_0x761d9d(0x6ca)](_0x761d9d(0x11c),_0x395d5e,!0x0);};},[_0x8199a5,_0xfdfb47,_0x545776,_0x4b8e9a,_0x45c5b6]);let _0x3c53e6=_0x4b8e9a?ki(_0x1326b8==null?void 0x0:_0x1326b8[_0x3be61f(0x189)]):(0x0,r[_0x3be61f(0x619)])(_0x1326b8==null?void 0x0:_0x1326b8[_0x3be61f(0x189)],0x1),_0x427d6d=_0x4b8e9a?0x34:0x0,_0x561215=Ai({'contentHeight':_0x3c53e6,'viewportHeight':_0x1326b8==null?void 0x0:_0x1326b8[_0x3be61f(0x41c)]}),_0x4963c6=Ti({'contentHeight':_0x3c53e6,'floatingMenuInsetTop':_0x427d6d}),_0x474c64=_0x4b8e9a?{'height':_0x4963c6*_0x45c5b6,'minHeight':_0x4963c6*_0x45c5b6}:void 0x0,_0x170be7=(0x0,c[_0x3be61f(0x15d)])((_0x4c6372,_0x58a980)=>{const _0x1f1f1b=_0x3be61f;var _0x3e9f92;let _0x1fade2=(_0x3e9f92=_0x6c2ab3['getRenderUnitById'](_0x58a980['hostUnitId']))==null?void 0x0:_0x3e9f92['scene'];return Si({..._0x58a980,'event':_0x4c6372,'source':_0x1f1f1b(0x183),'stage':_0x1f1f1b(0x71b)},_0x1fade2==null?void 0x0:_0x1fade2[_0x1f1f1b(0x73f)](r['VIEWPORT_KEY'][_0x1f1f1b(0x50e)]),_0x1fade2);},[_0x6c2ab3]),_0x252dff=(0x0,c[_0x3be61f(0x15d)])(_0x20352c=>{Oi(_0x6c2ab3,_0x2683f7,_0x20352c);},[_0x6c2ab3,_0x2683f7]);return(0x0,d[_0x3be61f(0x588)])(_0x3be61f(0x568),{'ref':_0x5c7b24,'className':_0x3be61f(0x16a),'data-u-comp':'embed-docs-custom-block','data-embed-docs-custom-block':_0x3be61f(0x573),'data-embed-docs-custom-block-child-type':(_0x4b9f20==null?void 0x0:_0x4b9f20['childType'])==null?void 0x0:String(_0x4b9f20[_0x3be61f(0x210)]),'data-embed-docs-custom-block-sheet-like':_0x4b8e9a?_0x3be61f(0x573):void 0x0,'style':_0x474c64,'children':(0x0,d['jsx'])(vi,{..._0x296393,'docsCustomBlockLayout':_0x4b8e9a?{'bleedLeft':_0x45a7a8[_0x3be61f(0x247)],'bleedWidth':_0x45a7a8['bleedWidth'],'contentHeight':_0x3c53e6,'contentWidth':_0x45a7a8[_0x3be61f(0x206)],'floatingMenuInsetTop':_0x427d6d,'pageContentWidth':(_0x1326b8==null?void 0x0:_0x1326b8[_0x3be61f(0x29b)])??_0x45a7a8[_0x3be61f(0x206)],'sheetLike':!0x0,'viewScale':_0x45c5b6,'viewportHeight':_0x561215}:{'floatingMenuInsetTop':_0x427d6d,'sheetLike':!0x1},'interactionFlow':_0x3be61f(0x30e),'onHostWheel':_0x4b8e9a?_0x170be7:void 0x0,'onRuntimeStageEnter':_0x252dff,'syncHostVerticalScroll':_0x4b8e9a})});}function Di(_0x1a4e5a){const _0x384367=_0x5b38ef;return typeof _0x1a4e5a==_0x384367(0x4e4)&&Number[_0x384367(0x715)](_0x1a4e5a)&&_0x1a4e5a>0x0?_0x1a4e5a:0x1;}function Oi(_0x1b6a99,_0x37f1c6,_0x243af4){const _0x415fd8=_0x5b38ef;var _0x2a8869;_0x243af4!==_0x415fd8(0x71b)||!_0x37f1c6||(_0x2a8869=_0x1b6a99[_0x415fd8(0x274)](_0x37f1c6))==null||(_0x2a8869=_0x2a8869[_0x415fd8(0x69e)](r[_0x415fd8(0x713)]))==null||_0x2a8869[_0x415fd8(0x651)]();}function ki(_0x1c7bd5){return(0x0,r['resolveDocsTableLikeCustomBlockContentHeight'])(_0x1c7bd5,0x1e0);}function Ai(_0xfe3d6e){const _0x35b34e=_0x5b38ef;return(0x0,r['resolveDocsTableLikeCustomBlockContentHeight'])(_0xfe3d6e[_0x35b34e(0x41c)],_0xfe3d6e[_0x35b34e(0x189)]);}function ji(_0x347918,_0x2494c8){const _0x13ae6d=_0x5b38ef;return Number['isFinite'](_0x347918)&&(_0x347918??0x0)>0x0?_0x347918:(0x0,r[_0x13ae6d(0x63e)])(void 0x0,_0x2494c8());}function Mi(_0x50fe46,_0x222b3a){const _0x2b285f=_0x5b38ef;return!(_0x222b3a instanceof Node&&_0x50fe46[_0x2b285f(0x342)](_0x222b3a));}function Ni(_0x3d9bcd,_0x13e773){const _0x407ac0=_0x5b38ef;let _0x4e7165=_0x3d9bcd[_0x407ac0(0x724)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x28b467=_0x3d9bcd[_0x407ac0(0x724)](_0x407ac0(0x5cd)),_0x2d8580=[Math[_0x407ac0(0x2df)](0x1,_0x13e773)];return Pi(_0x4e7165,_0x2d8580),Pi(_0x28b467,_0x2d8580),Math['max'](..._0x2d8580[_0x407ac0(0xc9)](_0x5eda2f=>Number[_0x407ac0(0x715)](_0x5eda2f)&&_0x5eda2f>0x0));}function Pi(_0x480291,_0x1d7b92){const _0x4b3bb3=_0x5b38ef;if(_0x480291){_0x1d7b92[_0x4b3bb3(0x56f)](_0x480291[_0x4b3bb3(0x727)],_0x480291[_0x4b3bb3(0x175)],_0x480291['getBoundingClientRect']()[_0x4b3bb3(0x33d)]);for(let _0x5da152 of Array[_0x4b3bb3(0x23b)](_0x480291[_0x4b3bb3(0x2cc)])){if(!(_0x5da152 instanceof HTMLElement))continue;let _0x32892d=_0x5da152['getBoundingClientRect'](),_0x331641=_0x480291[_0x4b3bb3(0x2fb)]();_0x1d7b92['push'](_0x5da152['scrollWidth'],_0x5da152[_0x4b3bb3(0x175)],_0x32892d['right']-_0x331641[_0x4b3bb3(0x1e4)]);}}}let Fi=class extends n[_0x5b38ef(0x6e0)]{constructor(_0x2bf5c0){const _0x11e552=_0x5b38ef;super(),this[_0x11e552(0x258)]=_0x2bf5c0,this[_0x11e552(0x683)]();}[_0x5b38ef(0x683)](){const _0x32dfbe=_0x5b38ef;this['disposeWithMe'](this[_0x32dfbe(0x258)][_0x32dfbe(0x2f4)](f[_0x32dfbe(0x618)],Ei)),this[_0x32dfbe(0x18c)](this['_componentManager'][_0x32dfbe(0x2f4)](e[_0x32dfbe(0x37d)],vi));}};Fi=X([Y(0x0,(0x0,n[_0x5b38ef(0x179)])(a[_0x5b38ef(0x561)]))],Fi);let Ii=class{constructor(_0x7ffa20,_0x305baf){const _0x542509=_0x5b38ef;this['_injector']=_0x7ffa20,this['_passiveWheelHandlerRegistry']=_0x305baf,this[_0x542509(0x17c)][_0x542509(0x2f4)]({'childType':n[_0x542509(0x63d)]['UNIVER_DOC'],'handleWheel':_0x1bcf60=>this['_injector'][_0x542509(0x6b7)](p['DocsTablePassiveWheelService'])?this[_0x542509(0x483)][_0x542509(0x187)](p[_0x542509(0x49e)])[_0x542509(0x72e)]({'childUnitId':_0x1bcf60[_0x542509(0x1b3)],'event':_0x1bcf60['event'],'source':_0x1bcf60[_0x542509(0x56e)]}):!0x1,'order':0x64});}};Ii=X([Y(0x0,(0x0,n[_0x5b38ef(0x179)])(n[_0x5b38ef(0x5ff)])),Y(0x1,(0x0,n['Inject'])(yr))],Ii);const Li=[n[_0x5b38ef(0x63d)]['UNIVER_DOC'],n[_0x5b38ef(0x63d)]['UNIVER_SHEET'],n[_0x5b38ef(0x63d)]['UNIVER_BASE'],n[_0x5b38ef(0x63d)][_0x5b38ef(0x125)]];let Ri=class extends n[_0x5b38ef(0x6e0)]{constructor(_0x10a8e3,_0x165d61){const _0x42366e=_0x5b38ef;super(),this['_univerInstanceService']=_0x10a8e3,this['_anchorModelService']=_0x165d61,Li[_0x42366e(0x53f)](_0x12a4d3=>{const _0x1c06b1=_0x42366e;this[_0x1c06b1(0x18c)](this[_0x1c06b1(0x39e)][_0x1c06b1(0x133)](_0x12a4d3)['subscribe'](_0x3cf6c7=>{const _0x42a4d4=_0x1c06b1;this[_0x42a4d4(0x358)][_0x42a4d4(0x2f0)](_0x3cf6c7['getUnitId']());}));});}};Ri=X([Y(0x0,n[_0x5b38ef(0x15a)]),Y(0x1,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0x128)]))],Ri);let zi=class extends n['Disposable']{constructor(_0x5f4a65,_0x1e1137,_0x7b2a93,_0x8ee9f9,_0x584edd){const _0x23a0ba=_0x5b38ef;super(),this[_0x23a0ba(0x519)]=_0x5f4a65,this[_0x23a0ba(0x721)]=_0x1e1137,this[_0x23a0ba(0x3b0)]=_0x7b2a93,this[_0x23a0ba(0x483)]=_0x584edd,H(this,_0x23a0ba(0xdc),null),H(this,_0x23a0ba(0x312),null),this['disposeWithMe'](_0x8ee9f9['registerDisabledUIParts']([a[_0x23a0ba(0x30a)][_0x23a0ba(0x190)]],this['_menuOverrideService'][_0x23a0ba(0x704)][_0x23a0ba(0x671)]((0x0,l[_0x23a0ba(0x264)])(_0x12e2b8=>{const _0x25dea5=_0x23a0ba;var _0x3ce2c0;return _0x12e2b8!=null&&((_0x3ce2c0=this[_0x25dea5(0x721)][_0x25dea5(0x187)](_0x12e2b8[_0x25dea5(0x210)]))==null?void 0x0:_0x3ce2c0[_0x25dea5(0x261)])==='none';}),(0x0,l[_0x23a0ba(0x26f)])()))),this[_0x23a0ba(0x18c)]((0x0,n['toDisposable'])(this[_0x23a0ba(0x519)][_0x23a0ba(0x704)][_0x23a0ba(0xde)](_0x1b7d06=>{const _0x3d2444=_0x23a0ba;var _0x2c6877,_0x4e5297;if(!_0x1b7d06){this['_current']?(this['_current'][_0x3d2444(0x565)](),this[_0x3d2444(0xdc)]=null):this[_0x3d2444(0x3b0)]['clear'](),this['_currentOverride']=null;return;}if(Bi(this[_0x3d2444(0x312)],_0x1b7d06))return;(_0x2c6877=this[_0x3d2444(0xdc)])==null||_0x2c6877['dispose'](),this['_current']=null,this['_currentOverride']=null;let _0x6db451=this[_0x3d2444(0x721)][_0x3d2444(0x187)](_0x1b7d06[_0x3d2444(0x210)]),_0x15ae2c=_0x6db451==null||(_0x4e5297=_0x6db451[_0x3d2444(0x1d3)])==null?void 0x0:_0x4e5297[_0x3d2444(0x591)](_0x6db451,{'childType':_0x1b7d06[_0x3d2444(0x210)],'childUnitId':_0x1b7d06['childUnitId'],'injector':this[_0x3d2444(0x483)],'embedId':_0x1b7d06[_0x3d2444(0x2a5)],'hostUnitId':_0x1b7d06['hostUnitId'],'entry':_0x1b7d06[_0x3d2444(0x5d9)]});if(!_0x15ae2c){this[_0x3d2444(0x3b0)][_0x3d2444(0x688)]();return;}this['_ribbonOverrideService'][_0x3d2444(0x728)]({'id':_0x1b7d06['embedId'],'ribbonService':_0x15ae2c['ribbonService'],'injector':_0x15ae2c[_0x3d2444(0x42c)],'portalContainer':_0x15ae2c[_0x3d2444(0x121)]??_0x1b7d06[_0x3d2444(0x121)],'placeholderTitle':_0x15ae2c[_0x3d2444(0x3b8)],'hideToolbar':_0x15ae2c[_0x3d2444(0x593)]}),this['_currentOverride']=_0x1b7d06,this[_0x3d2444(0xdc)]=(0x0,n[_0x3d2444(0x5dc)])(()=>{const _0x57dd5d=_0x3d2444;var _0x5c5aa9;this['_ribbonOverrideService'][_0x57dd5d(0x688)](_0x1b7d06[_0x57dd5d(0x2a5)]),(_0x5c5aa9=_0x15ae2c[_0x57dd5d(0x1e2)])==null||_0x5c5aa9[_0x57dd5d(0x565)](),this['_currentOverride']=null;});})));}[_0x5b38ef(0x565)](){const _0x3b6c33=_0x5b38ef;var _0x21e656;(_0x21e656=this[_0x3b6c33(0xdc)])==null||_0x21e656[_0x3b6c33(0x565)](),this['_current']=null,this[_0x3b6c33(0x312)]=null,super[_0x3b6c33(0x565)]();}};zi=X([Y(0x0,(0x0,n[_0x5b38ef(0x179)])(ae)),Y(0x1,(0x0,n['Inject'])(U)),Y(0x2,(0x0,n[_0x5b38ef(0x179)])(a['IRibbonOverrideService'])),Y(0x3,(0x0,n[_0x5b38ef(0x179)])(a[_0x5b38ef(0x3d6)])),Y(0x4,(0x0,n['Inject'])(n['Injector']))],zi);function Bi(_0x39759c,_0x36e9ab){const _0x15f5e3=_0x5b38ef;return _0x39759c!=null&&_0x39759c[_0x15f5e3(0x17b)]===_0x36e9ab[_0x15f5e3(0x17b)]&&_0x39759c['embedId']===_0x36e9ab[_0x15f5e3(0x2a5)]&&_0x39759c['childUnitId']===_0x36e9ab[_0x15f5e3(0x1b3)]&&_0x39759c[_0x15f5e3(0x210)]===_0x36e9ab[_0x15f5e3(0x210)]&&_0x39759c['entry']===_0x36e9ab[_0x15f5e3(0x5d9)]&&_0x39759c['reason']===_0x36e9ab[_0x15f5e3(0x2f2)]&&_0x39759c[_0x15f5e3(0x121)]===_0x36e9ab['portalContainer']&&_0x39759c[_0x15f5e3(0x735)]===_0x36e9ab[_0x15f5e3(0x735)]&&_0x39759c[_0x15f5e3(0xe1)]===_0x36e9ab[_0x15f5e3(0xe1)];}function Vi(_0x17a463){const _0x50a28e=_0x5b38ef;let _0x1f5e51=[];return[[n[_0x50a28e(0x63d)][_0x50a28e(0x3f3)],'docs-ui.ribbon'],[n[_0x50a28e(0x63d)][_0x50a28e(0x28b)],_0x50a28e(0x13e)],[n[_0x50a28e(0x63d)][_0x50a28e(0x125)],_0x50a28e(0x168)],[n[_0x50a28e(0x63d)][_0x50a28e(0x36e)],_0x50a28e(0x1aa)]]['forEach'](([_0x2f9ab4,_0x16d3c3])=>{const _0x3f1fc0=_0x50a28e;let _0x13edd0=en(_0x17a463,{'childType':_0x2f9ab4,'id':_0x16d3c3});_0x13edd0&&_0x1f5e51[_0x3f1fc0(0x56f)](_0x13edd0);}),_0x1f5e51;}var Hi=class extends n[_0x5b38ef(0x6e0)]{constructor(..._0x1535aa){const _0x385103=_0x5b38ef;super(..._0x1535aa),H(this,_0x385103(0x227),new Map()),H(this,_0x385103(0x16f),new l[(_0x385103(0xf7))]()),H(this,'contentSizeChanged$',this[_0x385103(0x16f)][_0x385103(0x62b)]());}[_0x5b38ef(0x2f4)](_0xf87e70){const _0x5a846a=_0x5b38ef;return this[_0x5a846a(0x227)][_0x5a846a(0x534)](_0xf87e70[_0x5a846a(0x210)],_0xf87e70),(0x0,n[_0x5a846a(0x5dc)])(()=>{const _0x3116bf=_0x5a846a;this[_0x3116bf(0x227)][_0x3116bf(0x187)](_0xf87e70[_0x3116bf(0x210)])===_0xf87e70&&this['_providers']['delete'](_0xf87e70[_0x3116bf(0x210)]);});}[_0x5b38ef(0x187)](_0xd3e2da){const _0x34d969=_0x5b38ef;return this[_0x34d969(0x227)][_0x34d969(0x187)](_0xd3e2da);}[_0x5b38ef(0x1bf)](){const _0xb0a0a9=_0x5b38ef;return[...this[_0xb0a0a9(0x227)][_0xb0a0a9(0x38d)]()];}[_0x5b38ef(0x29d)](_0x303a55){const _0xdd3b45=_0x5b38ef;var _0x438ad0;return(_0x438ad0=this[_0xdd3b45(0x187)](_0x303a55[_0xdd3b45(0x210)]))==null?void 0x0:_0x438ad0['measureContentSize'](_0x303a55);}['notifyContentSizeChanged'](_0x31a1bf,_0x2ffccf){const _0x1702ca=_0x5b38ef;this[_0x1702ca(0x16f)]['next']({'embedId':_0x2ffccf,'hostUnitId':_0x31a1bf});}[_0x5b38ef(0x565)](){const _0x1b981d=_0x5b38ef;this[_0x1b981d(0x227)][_0x1b981d(0x688)](),this[_0x1b981d(0x16f)][_0x1b981d(0x64a)](),super['dispose']();}};let Ui=class{constructor(_0x54d38c){this['_mountService']=_0x54d38c,H(this,'_leases',new Map());}[_0x5b38ef(0x4d9)](_0x15e2e0,_0x269834){const _0x46c14f=_0x5b38ef;if(this[_0x46c14f(0x2bb)][_0x46c14f(0x6b7)](_0x15e2e0['embedId']))throw Error(_0x46c14f(0x3c4)+_0x15e2e0['embedId']);let _0x1a6f52=this[_0x46c14f(0x224)]['getSession'](_0x15e2e0[_0x46c14f(0x2a5)]),_0x126270=_0x1a6f52!=null&&_0x1a6f52[_0x46c14f(0x1c3)]?this['_relocateExistingSession'](_0x1a6f52,_0x269834):this['_mountOwnedSession'](_0x15e2e0,_0x269834);return this[_0x46c14f(0x2bb)][_0x46c14f(0x534)](_0x15e2e0[_0x46c14f(0x2a5)],_0x126270),{'session':_0x126270[_0x46c14f(0x712)],'ownsSession':_0x126270[_0x46c14f(0x642)],'dispose':()=>{const _0x7bee7a=_0x46c14f;this[_0x7bee7a(0x2bb)][_0x7bee7a(0x187)](_0x15e2e0[_0x7bee7a(0x2a5)])===_0x126270&&(this[_0x7bee7a(0x2bb)][_0x7bee7a(0x720)](_0x15e2e0[_0x7bee7a(0x2a5)]),_0x126270[_0x7bee7a(0x565)]());}};}['_relocateExistingSession'](_0x14374f,_0x402683){const _0x4022a2=_0x5b38ef;let _0x24e088=_0x14374f[_0x4022a2(0x1c3)]['renderScope'][_0x4022a2(0x298)],_0x23fb87=_0x24e088[_0x4022a2(0x1cd)],_0x5c7452=_0x24e088['nextSibling'];if(!_0x23fb87)throw Error(_0x4022a2(0x51a)+_0x14374f[_0x4022a2(0x2a5)]);return _0x402683[_0x4022a2(0x3ce)](_0x24e088),{'session':_0x14374f,'ownsSession':!0x1,'dispose':()=>{const _0x56ae2c=_0x4022a2;if(this[_0x56ae2c(0x224)][_0x56ae2c(0x611)](_0x14374f[_0x56ae2c(0x2a5)])!==_0x14374f){_0x24e088[_0x56ae2c(0x507)]();return;}(_0x5c7452==null?void 0x0:_0x5c7452[_0x56ae2c(0x1cd)])===_0x23fb87?_0x23fb87[_0x56ae2c(0x45a)](_0x24e088,_0x5c7452):_0x23fb87[_0x56ae2c(0x33e)](_0x24e088);}};}['_mountOwnedSession'](_0x55b58a,_0x9304d3){const _0x4ea466=_0x5b38ef;let _0x5765dd=this[_0x4ea466(0x224)][_0x4ea466(0x4db)](_0x55b58a,_0x9304d3);return{'session':_0x5765dd,'ownsSession':!0x0,'dispose':()=>{const _0x47066a=_0x4ea466;this[_0x47066a(0x224)]['getSession'](_0x55b58a['embedId'])===_0x5765dd&&this['_mountService'][_0x47066a(0x65f)](_0x55b58a[_0x47066a(0x2a5)]);}};}};Ui=X([Y(0x0,(0x0,n[_0x5b38ef(0x179)])(bt))],Ui);const Wi=0x3e8;function Gi(_0x3882f9,_0x534a26){const _0x59c5ad=_0x5b38ef;return{'childType':_0x534a26[_0x59c5ad(0x210)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x4cbe8b=>Ki(_0x3882f9,_0x534a26[_0x59c5ad(0x420)],_0x4cbe8b)};}async function Ki(_0x3d6345,_0x1f0803,_0x44378b){const _0x2c5487=_0x5b38ef;let _0xa0087e=_0x3d6345['get'](_0x1f0803),_0x57e1c2=await qi(_0xa0087e,_0x44378b);if(_0x57e1c2)return _0x57e1c2;if(!_0x44378b[_0x2c5487(0x1c3)]){let _0x1b2a5b=_0xa0087e[_0x2c5487(0x274)](_0x44378b[_0x2c5487(0x1b3)]);if(_0x1b2a5b)return Zi(_0x1b2a5b);}let _0x3bf931=await Ji(_0x3d6345,_0x44378b);return _0x3bf931===null?Yi(_0x3d6345,_0xa0087e,_0x44378b):_0x3bf931;}async function qi(_0x24f2bc,_0x1ed0ac){const _0x5366f4=_0x5b38ef;if(!_0x1ed0ac[_0x5366f4(0x1c3)])return;let _0x187ea6=_0x24f2bc[_0x5366f4(0x274)](_0x1ed0ac['childUnitId']);return _0x187ea6&&await ea(_0x187ea6,!0x1,na(_0x1ed0ac[_0x5366f4(0x1c3)])),_t(_0x1ed0ac['context']);}async function Ji(_0x320ebc,_0x3c847b){const _0x284e26=_0x5b38ef;if(aa(_0x3c847b)!==_0x284e26(0x668)||!_0x320ebc[_0x284e26(0x6b7)](Ui))return null;if(typeof document>'u')return;let _0x483dfd=ta(_0x3c847b),_0x19f258;try{_0x19f258=_0x320ebc['get'](Ui)[_0x284e26(0x4d9)]({..._0x3c847b[_0x284e26(0x212)],'mode':'readonly'},_0x483dfd);let _0x6758b5=_0x19f258[_0x284e26(0x712)][_0x284e26(0x1c3)];return _0x6758b5?(await Qi(_0x6758b5),_t(_0x6758b5)):void 0x0;}catch{return;}finally{_0x19f258==null||_0x19f258[_0x284e26(0x565)](),_0x483dfd['remove']();}}async function Yi(_0x5852e3,_0x5b2db3,_0x2f3209){const _0x5d64de=_0x5b38ef;var _0x3552a4,_0x49c229;if(typeof document>'u')return;let _0x235ab=ta(_0x2f3209),_0x1ed3d3=(_0x3552a4=_0x2f3209[_0x5d64de(0x1c3)])!=null&&(_0x3552a4=_0x3552a4[_0x5d64de(0x17e)])!=null&&_0x3552a4[_0x5d64de(0x42c)]?void 0x0:ue(ia(_0x5852e3,_0x2f3209,_0x235ab)),_0x457383=((_0x49c229=_0x2f3209[_0x5d64de(0x1c3)])==null||(_0x49c229=_0x49c229['runtimeScope'])==null?void 0x0:_0x49c229[_0x5d64de(0x42c)])??_0x1ed3d3,_0x54c6f9=ft(_0x5b2db3,_0x2f3209['childUnitId'],_0x457383);if(!_0x54c6f9){_0x1ed3d3==null||_0x1ed3d3['dispose'](),_0x235ab['remove']();return;}return Xi(_0x5b2db3,_0x2f3209[_0x5d64de(0x1b3)],_0x54c6f9,_0x1ed3d3,_0x235ab);}async function Xi(_0x584242,_0x3fe386,_0xc856ca,_0x1d78e3,_0x161d62){const _0x53ada0=_0x5b38ef;try{return _0xc856ca[_0x53ada0(0x324)][_0x53ada0(0x5c0)](_0x161d62),await ea(_0xc856ca,!0x0),Zi(_0xc856ca);}catch{return;}finally{try{var _0x5e448f,_0x205225;(_0x5e448f=(_0x205225=_0xc856ca['engine'])[_0x53ada0(0x65f)])==null||_0x5e448f['call'](_0x205225);}catch{}if(_0x1d78e3){var _0x31427e;(_0x31427e=_0x584242[_0x53ada0(0x123)])==null||_0x31427e[_0x53ada0(0x591)](_0x584242,_0x3fe386),_0x1d78e3[_0x53ada0(0x565)]();}_0x161d62[_0x53ada0(0x507)]();}}function Zi(_0x29b712){const _0x4b3763=_0x5b38ef;var _0x417d1d,_0x57a410,_0x4b99b4,_0x2774ba,_0x27b9d6;let _0x3d1caf=((_0x417d1d=(_0x57a410=_0x29b712[_0x4b3763(0x324)])[_0x4b3763(0x4ad)])==null?void 0x0:_0x417d1d[_0x4b3763(0x591)](_0x57a410))??((_0x4b99b4=(_0x2774ba=_0x29b712[_0x4b3763(0x324)])['getCanvas'])==null||(_0x4b99b4=_0x4b99b4[_0x4b3763(0x591)](_0x2774ba))==null||(_0x27b9d6=_0x4b99b4[_0x4b3763(0x692)])==null?void 0x0:_0x27b9d6[_0x4b3763(0x591)](_0x4b99b4));if(!(!_0x3d1caf||_0x3d1caf[_0x4b3763(0x33d)]<=0x1||_0x3d1caf[_0x4b3763(0x658)]<=0x1||typeof _0x3d1caf[_0x4b3763(0x574)]!=_0x4b3763(0xeb)))return _0x3d1caf[_0x4b3763(0x574)](_0x4b3763(0x6ba));}async function Qi(_0x47c299){const _0x47f72f=_0x5b38ef;try{var _0x40587d;let _0x285dfd=(((_0x40587d=_0x47c299[_0x47f72f(0x17e)])==null?void 0x0:_0x40587d['injector'])??_0x47c299['injector'])['get'](u[_0x47f72f(0x45d)]),_0x126a90=Date[_0x47f72f(0x406)]()+Wi,_0x27c6af=await $i(_0x285dfd,_0x47c299['childUnitId'],_0x126a90);_0x27c6af&&await ea(_0x27c6af,!0x1,na(_0x47c299),_0x126a90);}catch{}}async function $i(_0x11e8ed,_0x33a8ce,_0x48f516){const _0x480288=_0x5b38ef;let _0x282ad5=_0x11e8ed[_0x480288(0x274)](_0x33a8ce);if(_0x282ad5)return _0x282ad5;let _0x421770=_0x11e8ed[_0x480288(0x4e3)];if(!(!_0x421770||typeof _0x421770[_0x480288(0xde)]!=_0x480288(0xeb)))return new Promise(_0x1395f9=>{const _0xb31dd5=_0x480288;let _0x224b9e=!0x1,_0x1f30f7,_0x40b49a,_0x5b4afe=_0x1e1dbc=>{const _0x2fc119=_0x241e;_0x224b9e||(_0x224b9e=!0x0,_0x1f30f7!==void 0x0&&globalThis['clearTimeout'](_0x1f30f7),_0x40b49a==null||_0x40b49a[_0x2fc119(0x637)](),_0x1395f9(_0x1e1dbc));},_0x393898=_0x421770[_0xb31dd5(0xde)](_0x3091ff=>{const _0x12bae8=_0xb31dd5;_0x3091ff[_0x12bae8(0x5d5)]===_0x33a8ce&&_0x5b4afe(_0x3091ff);});if(_0x40b49a=_0x393898,_0x224b9e){_0x393898[_0xb31dd5(0x637)]();return;}let _0x3d9547=_0x11e8ed[_0xb31dd5(0x274)](_0x33a8ce);if(_0x3d9547){_0x5b4afe(_0x3d9547);return;}_0x1f30f7=globalThis[_0xb31dd5(0x5bf)](()=>_0x5b4afe(_0x11e8ed[_0xb31dd5(0x274)](_0x33a8ce)??void 0x0),Math['max'](0x0,_0x48f516-Date[_0xb31dd5(0x406)]()));});}async function ea(_0x2c30da,_0x4aa37c,_0x4ff176=!0x0,_0x1f7df1=Date[_0x5b38ef(0x406)]()+Wi){const _0xd2446d=_0x5b38ef;await ra(_0x1f7df1);let _0x5cd7cc=_0x2c30da[_0xd2446d(0x564)][_0xd2446d(0x447)];if(!_0x5cd7cc){_0x4aa37c&&ht(_0x2c30da,{'activate':!0x1});return;}await new Promise(_0x44fb92=>{const _0x54c3f1=_0xd2446d;let _0x13298a=!0x1,_0x54f8b6,_0x5c3de3,_0x37fbcc,_0x5632dc=()=>{const _0x33d602=_0x241e;_0x13298a||(_0x13298a=!0x0,_0x54f8b6!==void 0x0&&globalThis[_0x33d602(0x1e3)](_0x54f8b6),_0x5c3de3!==void 0x0&&globalThis[_0x33d602(0x1e3)](_0x5c3de3),_0x37fbcc==null||_0x37fbcc['unsubscribe'](),_0x44fb92());},_0x383ed0=()=>{const _0x326bab=_0x241e;_0x54f8b6!==void 0x0&&globalThis[_0x326bab(0x1e3)](_0x54f8b6),_0x54f8b6=globalThis[_0x326bab(0x5bf)](_0x5632dc,0xa0);};_0x37fbcc=_0x5cd7cc[_0x54c3f1(0xde)](_0x325221=>{_0x325221&&_0x383ed0();}),_0x5c3de3=globalThis[_0x54c3f1(0x5bf)](_0x5632dc,Math['max'](0x0,_0x1f7df1-Date[_0x54c3f1(0x406)]()));try{_0x4aa37c&&ht(_0x2c30da,{'activate':!0x1}),(_0x4aa37c||_0x4ff176)&&_0x383ed0();}catch{_0x5632dc();}});}function ta(_0x1d6509){const _0x38b11c=_0x5b38ef;let _0x13ae1a=document[_0x38b11c(0x221)]('div');return _0x13ae1a[_0x38b11c(0x2ac)][_0x38b11c(0x397)]=_0x38b11c(0x2ec),_0x13ae1a[_0x38b11c(0x2ac)][_0x38b11c(0x1e4)]=_0x38b11c(0x690),_0x13ae1a[_0x38b11c(0x2ac)][_0x38b11c(0x3ec)]=_0x38b11c(0x690),_0x13ae1a[_0x38b11c(0x2ac)][_0x38b11c(0x33d)]=Math[_0x38b11c(0x2df)](0x1,Math['round'](_0x1d6509['width']))+'px',_0x13ae1a['style']['height']=Math[_0x38b11c(0x2df)](0x1,Math[_0x38b11c(0x4ff)](_0x1d6509[_0x38b11c(0x658)]))+'px',_0x13ae1a[_0x38b11c(0x2ac)][_0x38b11c(0x66f)]=_0x38b11c(0x31c),document[_0x38b11c(0x4b7)][_0x38b11c(0x33e)](_0x13ae1a),_0x13ae1a;}function na(_0x3dcbbb){const _0xb57335=_0x5b38ef;var _0x35ebea,_0x4fe2dc,_0x44fd68;return[(_0x35ebea=_0x3dcbbb[_0xb57335(0x259)])==null?void 0x0:_0x35ebea['canvasRoot'],(_0x4fe2dc=_0x3dcbbb[_0xb57335(0x259)])==null?void 0x0:_0x4fe2dc[_0xb57335(0x716)],(_0x44fd68=_0x3dcbbb[_0xb57335(0x259)])==null?void 0x0:_0x44fd68['rootElement']][_0xb57335(0xc9)](_0x1f0f8b=>!!_0x1f0f8b)['some'](_0xe88aba=>Array['from'](_0xe88aba[_0xb57335(0x2ba)](_0xb57335(0x6d1)))[_0xb57335(0x2e7)](_0x4c9108=>_0x4c9108[_0xb57335(0x33d)]>0x1&&_0x4c9108[_0xb57335(0x658)]>0x1));}async function ra(_0x440515){const _0x5b7dcf=_0x5b38ef;if(typeof document>'u'||!document[_0x5b7dcf(0x647)]||document[_0x5b7dcf(0x647)]['status']!==_0x5b7dcf(0xe3))return;let _0x11513f;try{await Promise['race']([document[_0x5b7dcf(0x647)][_0x5b7dcf(0x6d8)][_0x5b7dcf(0x5fd)](()=>void 0x0,()=>void 0x0),new Promise(_0x513b25=>{const _0x2acf9c=_0x5b7dcf;_0x11513f=globalThis[_0x2acf9c(0x5bf)](_0x513b25,Math[_0x2acf9c(0x2df)](0x0,_0x440515-Date[_0x2acf9c(0x406)]()));})]);}finally{_0x11513f!==void 0x0&&globalThis['clearTimeout'](_0x11513f);}}function ia(_0x5b4de6,_0x21f78a,_0x426ce6){const _0x2d745e=_0x5b38ef;let _0x1a2094=aa(_0x21f78a),_0x470386=_0x1a2094===_0x2d745e(0x668),_0x4bf3f0=()=>{};return{'descriptor':_0x21f78a['descriptor'],'layout':_0x1a2094,'injector':_0x5b4de6,'hostElement':_0x426ce6,'container':_0x426ce6,'hostUnitId':_0x21f78a['descriptor'][_0x2d745e(0x17b)],'embedId':_0x21f78a['descriptor'][_0x2d745e(0x2a5)],'childUnitId':_0x21f78a[_0x2d745e(0x1b3)],'childType':_0x21f78a[_0x2d745e(0x210)],'renderScope':{'hostUnitId':_0x21f78a[_0x2d745e(0x212)]['hostUnitId'],'hostAnchorId':_0x21f78a['descriptor']['hostAnchorId'],'embedId':_0x21f78a[_0x2d745e(0x212)][_0x2d745e(0x2a5)],'childUnitId':_0x21f78a['childUnitId'],'childType':_0x21f78a['childType'],'layout':_0x1a2094,'mode':_0x470386?_0x2d745e(0x351):'float','rootElement':_0x426ce6,'contentRoot':_0x426ce6,'canvasRoot':_0x426ce6,'active$':(0x0,l['of'])(!0x1)},'runtimeScope':{'descriptor':_0x21f78a[_0x2d745e(0x212)],'host':{'unitId':_0x21f78a[_0x2d745e(0x212)][_0x2d745e(0x17b)],'type':_0x21f78a[_0x2d745e(0x212)][_0x2d745e(0x5ae)],'anchorId':_0x21f78a['descriptor'][_0x2d745e(0x659)],'entry':_0x21f78a[_0x2d745e(0x212)]['entry'],'layout':_0x470386?'tab-peer':_0x2d745e(0x384)},'child':{'unitId':_0x21f78a['childUnitId'],'type':_0x21f78a[_0x2d745e(0x210)]},'injector':_0x5b4de6,'roots':{'root':_0x426ce6,'content':_0x426ce6,'canvas':_0x426ce6,'overlay':_0x426ce6,'popup':_0x426ce6},'activate':_0x4bf3f0,'deactivate':_0x4bf3f0,'dispose':_0x4bf3f0}};}function aa(_0x1b99d8){const _0xa0c55d=_0x5b38ef;var _0x4d34a3,_0x4aee3f,_0x411925;let _0x4bab01=(_0x4d34a3=_0x1b99d8['descriptor']['sourceMeta'])==null?void 0x0:_0x4d34a3[_0xa0c55d(0x1ec)];if(_0x4bab01&&typeof _0x4bab01==_0xa0c55d(0x4c3)&&typeof _0x4bab01[_0xa0c55d(0x502)]==_0xa0c55d(0x710))return _0x4bab01[_0xa0c55d(0x502)];let _0x36e572=(_0x4aee3f=_0x1b99d8['descriptor']['sourceMeta'])==null?void 0x0:_0x4aee3f['tab'];return _0x1b99d8[_0xa0c55d(0x212)][_0xa0c55d(0x5d9)]===e[_0xa0c55d(0x266)][_0xa0c55d(0x249)]||_0x1b99d8['descriptor'][_0xa0c55d(0x5d9)]===e[_0xa0c55d(0x266)]['BasesTableListBlock']||_0x1b99d8['descriptor'][_0xa0c55d(0x5d9)]===e['EmbedHostEntryEnum']['SlidesPageListBlock']||_0x36e572&&typeof _0x36e572==_0xa0c55d(0x4c3)&&_0x36e572[_0xa0c55d(0x5a3)]?'tab-peer':((_0x411925=_0x1b99d8['context'])==null?void 0x0:_0x411925['layout'])??_0xa0c55d(0x4d3);}var oa=class{constructor(){const _0x288d8d=_0x5b38ef;H(this,_0x288d8d(0x227),new Map());}[_0x5b38ef(0x2f4)](_0x50fb11){const _0x52ba94=_0x5b38ef;if(this[_0x52ba94(0x227)][_0x52ba94(0x6b7)](_0x50fb11[_0x52ba94(0x210)]))throw Error(_0x52ba94(0x24a)+_0x50fb11[_0x52ba94(0x210)]);this[_0x52ba94(0x227)]['set'](_0x50fb11[_0x52ba94(0x210)],_0x50fb11);}['get'](_0x4cebaf){return this['_providers']['get'](_0x4cebaf);}[_0x5b38ef(0x1bf)](){const _0x490a70=_0x5b38ef;return[...this[_0x490a70(0x227)][_0x490a70(0x38d)]()];}};const sa=new WeakMap(),ca=new WeakMap();function la(_0x24d980,_0x5c603d,_0x49cfea){const _0x5af667=_0x5b38ef;var _0x5134d5;if(fa(_0x24d980)){da(_0x24d980,_0x5c603d,_0x49cfea);return;}let _0x1b67cb=_0x24d980;if((_0x5134d5=ca[_0x5af667(0x187)](_0x1b67cb))!=null&&_0x5134d5[_0x5af667(0x6b7)](_0x5c603d))return;let _0x13453d=sa[_0x5af667(0x187)](_0x1b67cb)??new Map();_0x13453d[_0x5af667(0x534)](_0x5c603d,_0x49cfea),sa[_0x5af667(0x534)](_0x1b67cb,_0x13453d);}function ua(_0x1611a7){const _0x17a142=_0x5b38ef;if(!fa(_0x1611a7))return;let _0x1afb10=_0x1611a7,_0xa3d378=sa[_0x17a142(0x187)](_0x1afb10);_0xa3d378!=null&&_0xa3d378[_0x17a142(0x157)]&&(_0xa3d378[_0x17a142(0x53f)]((_0x143d2a,_0x41a66c)=>da(_0x1611a7,_0x41a66c,_0x143d2a)),sa[_0x17a142(0x720)](_0x1afb10));}function da(_0x260453,_0x3f480c,_0x5c6614){const _0x36805d=_0x5b38ef;let _0x537cde=_0x260453,_0x41d071=ca[_0x36805d(0x187)](_0x537cde)??new Set();_0x41d071[_0x36805d(0x6b7)](_0x3f480c)||(_0x5c6614(_0x260453),_0x41d071[_0x36805d(0x474)](_0x3f480c),ca['set'](_0x537cde,_0x41d071));}function fa(_0x34838e){const _0x23bce1=_0x5b38ef;return _0x34838e[_0x23bce1(0x6b7)](e['EmbedHostAdapterRegistryService'])&&_0x34838e['has'](at)&&_0x34838e[_0x23bce1(0x6b7)](rt)&&_0x34838e[_0x23bce1(0x6b7)](U)&&_0x34838e[_0x23bce1(0x6b7)](an)&&_0x34838e[_0x23bce1(0x6b7)](it)&&_0x34838e[_0x23bce1(0x6b7)](lr)&&_0x34838e['has'](Hi)&&_0x34838e[_0x23bce1(0x6b7)](vr)&&_0x34838e[_0x23bce1(0x6b7)](oa);}function pa(_0x430870){const _0x5a508c=_0x5b38ef;let {childType:_0x388f18,productName:_0xa6b0c0}=_0x430870;return{'childType':_0x388f18,'productName':_0xa6b0c0,'hostChromeMode':_0x5a508c(0x27b),'layoutPolicy':{'tab':e[_0x5a508c(0x2b2)],'float':e[_0x5a508c(0x6df)],'docFlow':e[_0x5a508c(0x12c)]},'createRibbonOverride':({childUnitId:_0x167bf6,embedId:_0x3f87e4,injector:_0x2e644f})=>{const _0x952bb7=_0x5a508c;let _0x53d414=Ft(_0x2e644f,{'childType':_0x388f18,'childUnitId':_0x167bf6,'embedId':_0x3f87e4,'menuSchema':ma(_0x2e644f,_0x388f18,_0x430870['menuSchema'])});return{'mode':'ribbon','ribbonService':_0x53d414[_0x952bb7(0x606)],'injector':_0x53d414[_0x952bb7(0x42c)],'placeholderTitle':_0xa6b0c0,'disposable':_0x53d414['disposable']};}};}function ma(_0x270ca8,_0x531a3d,_0x47d11e){const _0x274da2=_0x5b38ef;let _0xc22104=_0x270ca8;if(typeof _0xc22104[_0x274da2(0x6b7)]==_0x274da2(0xeb)&&typeof _0xc22104[_0x274da2(0x187)]==_0x274da2(0xeb)&&_0xc22104[_0x274da2(0x6b7)](an)){let _0x26559e=_0xc22104[_0x274da2(0x187)](an)[_0x274da2(0x4fd)](_0x531a3d,_0x274da2(0x27b));if(_0x26559e)return _0x26559e;}return _0x47d11e;}function ha(_0x174296){const _0x213760=_0x5b38ef;let _0x50c879=ga(_0x174296);return{'childType':_0x174296[_0x213760(0x210)],'productName':_0x174296[_0x213760(0x4f8)],'hostChromeMode':_0x50c879,'hostHeaderMode':_0x174296[_0x213760(0x466)]??_0x213760(0x31c),'layoutPolicy':{'tab':{...e[_0x213760(0x2b2)],'ribbon':_0x50c879==='none'?_0x213760(0x4dc):_0x213760(0x602)},'float':e['DEFAULT_EMBED_FLOAT_LAYOUT_POLICY'],'docFlow':e[_0x213760(0x12c)]},'createRibbonOverride':_0x50c879==='title-only'?()=>({'mode':_0x213760(0x6b6),'ribbonService':_a(),'placeholderTitle':_0x174296['productName'],'hideToolbar':!0x0}):void 0x0};}function ga(_0x2084f0){const _0x1b6ce8=_0x5b38ef;return _0x2084f0[_0x1b6ce8(0x261)]?_0x2084f0['hostChromeMode']:_0x2084f0[_0x1b6ce8(0x466)]===_0x1b6ce8(0x55f)?_0x1b6ce8(0x6b6):_0x1b6ce8(0x31c);}function _a(){return{'ribbon$':(0x0,l['of'])([]),'activatedTab$':(0x0,l['of'])(''),'collapsedIds$':(0x0,l['of'])([]),'fakeToolbarVisible$':(0x0,l['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function va(_0x471383,_0x497f2f,_0x58c2c6,_0x2bab12){const _0xb8bb1=_0x5b38ef;return[..._0x471383[_0xb8bb1(0x2ba)](_0x497f2f)]['reverse']()['find'](_0x1a2ee3=>{const _0x13cde9=_0xb8bb1;let _0x844f8=_0x1a2ee3[_0x13cde9(0x2fb)]();return _0x58c2c6>=_0x844f8[_0x13cde9(0x1e4)]&&_0x58c2c6<=_0x844f8[_0x13cde9(0xc4)]&&_0x2bab12>=_0x844f8['top']&&_0x2bab12<=_0x844f8[_0x13cde9(0x711)];});}function ya(){const _0x4baf6c=_0x5b38ef;return{...ha({'childType':n[_0x4baf6c(0x63d)][_0x4baf6c(0x36e)],'productName':_0x4baf6c(0x2ab),'hostChromeMode':'none'}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-workbench-layout\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20grid-template-columns:\x20minmax(0,\x201fr)\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel-floating-expand-trigger\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-header-menu\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-add-view-button\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-view-tab-more\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-global-layer\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-right-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-footer\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','activateNavigationAtPoint':({childContext:_0x1cfb14,clientX:_0x46be9d,clientY:_0x25d257,runtimeHost:_0x1919e8})=>{const _0x53a995=_0x4baf6c;if(va(_0x1919e8,_0x53a995(0x6fb),_0x46be9d,_0x25d257))return!0x1;let _0xb2d090=va(_0x1919e8,_0x53a995(0x262),_0x46be9d,_0x25d257),_0x538beb=_0xb2d090==null?void 0x0:_0xb2d090[_0x53a995(0x4e8)][_0x53a995(0xd2)],_0x4a0615=_0x1cfb14[_0x53a995(0x17e)][_0x53a995(0x42c)];return!_0x538beb||!_0x4a0615[_0x53a995(0x6b7)](h[_0x53a995(0x69c)])?!0x1:(_0x4a0615[_0x53a995(0x187)](h['IBaseUIStateService'])[_0x53a995(0xfa)](_0x538beb),!0x0);}}};}let ba=class{constructor(_0x24d4ae,_0x3dd311,_0x45c918){const _0x44365b=_0x5b38ef;this[_0x44365b(0x673)]=_0x24d4ae,this[_0x44365b(0x229)]=_0x3dd311,this['_wheelScrollService']=_0x45c918,H(this,'childType',n[_0x44365b(0x63d)][_0x44365b(0x36e)]);}['measureContentSize'](_0x5676bb){const _0x49f332=_0x5b38ef;var _0x447a6b,_0x1b0834,_0x3fe40d;let _0x41bc07=_0x5676bb[_0x49f332(0x632)]instanceof n['BaseDataModel']?_0x5676bb[_0x49f332(0x632)][_0x49f332(0x4c6)]():void 0x0;if(!_0x41bc07)return;let _0x1ca8e8=(_0x447a6b=_0x5676bb[_0x49f332(0x42c)])!=null&&_0x447a6b[_0x49f332(0x6b7)](h['IBaseUIStateService'])?_0x5676bb[_0x49f332(0x42c)][_0x49f332(0x187)](h['IBaseUIStateService']):this[_0x49f332(0x673)],_0x341e77=(_0x1b0834=_0x5676bb[_0x49f332(0x42c)])!=null&&_0x1b0834[_0x49f332(0x6b7)](m['IBaseProjectionService'])?_0x5676bb[_0x49f332(0x42c)][_0x49f332(0x187)](m[_0x49f332(0x1a8)]):this[_0x49f332(0x229)],_0x538288=(_0x3fe40d=_0x5676bb['injector'])!=null&&_0x3fe40d[_0x49f332(0x6b7)](h['IBaseViewWheelScrollService'])?_0x5676bb[_0x49f332(0x42c)][_0x49f332(0x187)](h[_0x49f332(0x560)]):this['_wheelScrollService'],_0x4a924a=_0x1ca8e8['getState'](),_0x52f001=Ca(_0x41bc07,_0x4a924a,_0x5676bb[_0x49f332(0x3ab)]),_0x260a87=xa(_0x41bc07,_0x4a924a,_0x341e77,_0x538288,_0x5676bb[_0x49f332(0x41c)],_0x52f001??_0x5676bb['viewportWidth']);return _0x260a87==null&&_0x52f001==null?void 0x0:{'height':_0x260a87,'width':_0x52f001};}};ba=X([Y(0x0,h[_0x5b38ef(0x69c)]),Y(0x1,m[_0x5b38ef(0x1a8)]),Y(0x2,h[_0x5b38ef(0x560)])],ba);function xa(_0x21ed85,_0x466011,_0x3a6a12,_0x1a2f3e,_0x1d76bd,_0x1f3287){const _0x5c37b0=_0x5b38ef;var _0xa70de0;let _0x579926=Da(_0x21ed85,_0x466011==null?void 0x0:_0x466011['activeTableId']),_0x11a2f4=_0x579926?_0x21ed85[_0x5c37b0(0x301)][_0x579926]:void 0x0;if(!_0x11a2f4||!_0x579926)return;let _0x455035=Oa(_0x11a2f4,_0x466011==null?void 0x0:_0x466011[_0x5c37b0(0x2ea)]),_0xb54b06=_0x455035?(_0xa70de0=_0x11a2f4[_0x5c37b0(0x14c)])==null?void 0x0:_0xa70de0[_0x455035]:void 0x0,_0x192d50=ka(_0x11a2f4),_0x1321ff=(0x0,h[_0x5c37b0(0x5db)])(_0xb54b06!=null&&_0xb54b06['config']&&_0x5c37b0(0x63a)in _0xb54b06['config']?_0xb54b06[_0x5c37b0(0x329)]['rowHeight']:void 0x0);return Sa(_0x21ed85,_0x579926,_0x455035,_0x1321ff,_0x466011,_0x3a6a12,_0x1a2f3e,_0x1d76bd,_0x1f3287)??h[_0x5c37b0(0x48c)]+_0x192d50*_0x1321ff+h['GRID_ADD_RECORD_ROW_HEIGHT']+h['GRID_SUMMARY_HEIGHT'];}function Sa(_0x3dc1d2,_0x12413b,_0x21d60e,_0x5ebe17,_0xe91e70,_0x478392,_0x2b6aca,_0x3ba5b7,_0x589486){const _0x4d2d20=_0x5b38ef;if(!_0x21d60e||!_0x478392||!_0x2b6aca)return;let _0x5daf42=_0x478392[_0x4d2d20(0x9f)](_0x3dc1d2,_0x12413b,_0x21d60e);if(_0x5daf42[_0x4d2d20(0x68d)]===n[_0x4d2d20(0x40c)][_0x4d2d20(0x279)]&&_0x5daf42[_0x4d2d20(0x329)][_0x4d2d20(0x32c)]==='month'&&_0x3ba5b7!=null)return _0x3ba5b7;if(_0x5daf42[_0x4d2d20(0x68d)]===n[_0x4d2d20(0x40c)][_0x4d2d20(0x275)])return _0x2b6aca[_0x4d2d20(0x127)](_0x5daf42,_0x589486??0x1);if(_0x5daf42[_0x4d2d20(0x68d)]===n[_0x4d2d20(0x40c)][_0x4d2d20(0x425)])return _0x2b6aca['getKanbanProjectionBodyHeight'](_0x5daf42);if(_0x5daf42[_0x4d2d20(0x68d)]===n[_0x4d2d20(0x40c)][_0x4d2d20(0x4eb)]||_0x5daf42[_0x4d2d20(0x68d)]===n[_0x4d2d20(0x40c)][_0x4d2d20(0x323)])return h['GRID_HEADER_HEIGHT']+_0x2b6aca[_0x4d2d20(0x5af)](_0x5daf42,_0xe91e70==null?void 0x0:_0xe91e70[_0x4d2d20(0x2cd)][_0x21d60e],_0x5ebe17)+h[_0x4d2d20(0x32a)];}function Ca(_0x5ea302,_0x161b86,_0x470786){const _0x25ce62=_0x5b38ef;var _0x57e135,_0x2f1c00;let _0x18126a=Ta(_0x5ea302,_0x161b86==null?void 0x0:_0x161b86[_0x25ce62(0x509)]);if(!_0x18126a)return;let _0x5c87dc=Ea(_0x18126a,_0x161b86==null?void 0x0:_0x161b86[_0x25ce62(0x2ea)]),_0x24e21b=_0x18126a[_0x25ce62(0x5bb)]??{},_0x1abeac=h[_0x25ce62(0x4b4)]+(_0x5c87dc!=null&&(_0x57e135=_0x5c87dc['fieldOrder'])!=null&&_0x57e135[_0x25ce62(0x3da)]?_0x5c87dc[_0x25ce62(0x14a)]:(_0x2f1c00=_0x18126a[_0x25ce62(0x14a)])!=null&&_0x2f1c00[_0x25ce62(0x3da)]?_0x18126a['fieldOrder']:Object[_0x25ce62(0x2c6)](_0x24e21b))[_0x25ce62(0x737)]((_0x73468f,_0x16828c)=>{const _0x4f8fd9=_0x25ce62;var _0xca36f0;let _0x120398=_0x24e21b[_0x16828c],_0x4a0910=_0x5c87dc==null||(_0xca36f0=_0x5c87dc[_0x4f8fd9(0x4b3)])==null?void 0x0:_0xca36f0[_0x16828c];return _0x120398&&!(_0x4a0910!=null&&_0x4a0910[_0x4f8fd9(0x4dc)])?_0x73468f+wa(_0x4a0910==null?void 0x0:_0x4a0910[_0x4f8fd9(0x33d)]):_0x73468f;},0x0)+h[_0x25ce62(0x467)];return(_0x5c87dc==null?void 0x0:_0x5c87dc[_0x25ce62(0x68d)])===n[_0x25ce62(0x40c)]['Gallery']||(_0x5c87dc==null?void 0x0:_0x5c87dc['type'])===n[_0x25ce62(0x40c)]['Kanban']?Math[_0x25ce62(0x2df)](_0x1abeac,_0x470786??0x0):_0x1abeac;}function wa(_0x2490cc){const _0x4b3adb=_0x5b38ef;return typeof _0x2490cc==_0x4b3adb(0x4e4)&&Number[_0x4b3adb(0x715)](_0x2490cc)&&_0x2490cc>0x0?_0x2490cc:h[_0x4b3adb(0x112)];}function Ta(_0x4f157f,_0x2f1b38){var _0x2862a4;let _0x415db6=Da(_0x4f157f,_0x2f1b38);return _0x415db6?(_0x2862a4=_0x4f157f['tables'])==null?void 0x0:_0x2862a4[_0x415db6]:void 0x0;}function Ea(_0x37e739,_0xb1cc07){const _0xf602ec=_0x5b38ef;var _0x1e023;let _0x3b6f61=Oa(_0x37e739,_0xb1cc07);return _0x3b6f61?(_0x1e023=_0x37e739[_0xf602ec(0x14c)])==null?void 0x0:_0x1e023[_0x3b6f61]:void 0x0;}function Da(_0x4f6080,_0x4d1dc0){const _0x46283c=_0x5b38ef;let _0x3343bf=_0x4f6080[_0x46283c(0x301)]??{};if(_0x4d1dc0&&_0x3343bf[_0x4d1dc0])return _0x4d1dc0;let _0xd4cf2b=_0x4f6080[_0x46283c(0xd4)]??[];return[..._0xd4cf2b,...Object[_0x46283c(0x2c6)](_0x3343bf)[_0x46283c(0xc9)](_0x504043=>!_0xd4cf2b['includes'](_0x504043))][_0x46283c(0x424)](_0x56af21=>_0x3343bf[_0x56af21]);}function Oa(_0x9b7e8e,_0x5371a0){const _0x56959b=_0x5b38ef;let _0x6fbe0=_0x9b7e8e[_0x56959b(0x14c)]??{};if(_0x5371a0&&_0x6fbe0[_0x5371a0])return _0x5371a0;let _0xd4981e=_0x9b7e8e[_0x56959b(0x518)]??[];return[..._0xd4981e,...Object[_0x56959b(0x2c6)](_0x6fbe0)[_0x56959b(0xc9)](_0x2c050c=>!_0xd4981e[_0x56959b(0x691)](_0x2c050c))]['find'](_0x402334=>_0x6fbe0[_0x402334]);}function ka(_0xa26869){const _0x2412b8=_0x5b38ef;var _0x5dea52;let _0x27b92b=_0xa26869['records']??{};return((_0x5dea52=_0xa26869[_0x2412b8(0xef)])!=null&&_0x5dea52[_0x2412b8(0x3da)]?_0xa26869[_0x2412b8(0xef)]:Object[_0x2412b8(0x2c6)](_0x27b92b))[_0x2412b8(0xc9)](_0xa0622c=>_0x27b92b[_0xa0622c])[_0x2412b8(0x3da)];}function Aa(_0x180ef6,_0x179648,_0x3e879f){const _0xd8df63=_0x5b38ef;return{...(0x0,e[_0xd8df63(0x452)])(_0x180ef6,_0x179648),'activateAnchor':_0x285907=>{const _0x12f3a2=_0xd8df63;Ma(_0x285907['hostUnitId'],_0x285907[_0x12f3a2(0x659)],_0x179648,Pa(_0x3e879f));}};}function ja(){const _0x41d02a=_0x5b38ef;return{'hostType':n[_0x41d02a(0x63d)][_0x41d02a(0x36e)],'entry':'bases-table-list-block','layout':_0x41d02a(0x668),'supportedLayouts':[_0x41d02a(0x668)],'menuBehavior':_0x41d02a(0x45b),'mount':_0x4d252f=>{const _0x3e0e5a=_0x41d02a;let _0x4d3e62=Fa(_0x3e0e5a(0x68b),_0x4d252f[_0x3e0e5a(0x212)][_0x3e0e5a(0x659)]);return _0x4d3e62?{'hostElement':_0x4d3e62}:{};}};}function Ma(_0x37dd1b,_0x58bd61,_0x4b1cde,_0x1616be){const _0x51484b=_0x5b38ef;var _0x6d5579;if(!_0x1616be)return;_0x1616be[_0x51484b(0x103)](_0x58bd61);let _0x23c2fb=(_0x6d5579=Na(_0x4b1cde,_0x37dd1b))==null?void 0x0:_0x6d5579[_0x51484b(0x301)][_0x58bd61],_0x11bf98=_0x23c2fb==null?void 0x0:_0x23c2fb['viewOrder']['find'](_0x160e7f=>_0x23c2fb[_0x51484b(0x14c)][_0x160e7f]);_0x11bf98&&_0x1616be['activateView'](_0x11bf98),_0x1616be[_0x51484b(0x276)](null),_0x1616be[_0x51484b(0x27a)]();}function Na(_0x455e2a,_0x39e0fa){const _0x513589=_0x5b38ef;var _0xa82cc8;return _0x455e2a==null||(_0xa82cc8=_0x455e2a[_0x513589(0xcd)](_0x39e0fa,n[_0x513589(0x63d)][_0x513589(0x36e)]))==null?void 0x0:_0xa82cc8[_0x513589(0x4c6)]();}function Pa(_0x1d2962){return typeof _0x1d2962=='function'?_0x1d2962():_0x1d2962;}function Fa(_0x13157d,_0x5bff9d){const _0x10041b=_0x5b38ef;return document[_0x10041b(0x724)]('['+_0x13157d+'=\x22'+Ia(_0x5bff9d)+'\x22]');}function Ia(_0x30b4dd){const _0x29c359=_0x5b38ef;return _0x30b4dd[_0x29c359(0x626)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function La(_0xdca0c3){const _0x4930f1=_0x5b38ef;let _0x4034bd=_0xdca0c3[_0x4930f1(0x6b7)](h[_0x4930f1(0x69c)])?_0xdca0c3[_0x4930f1(0x187)](h['IBaseUIStateService']):void 0x0,_0x3972e1=_0xdca0c3[_0x4930f1(0x6b7)](h[_0x4930f1(0x560)])?_0xdca0c3[_0x4930f1(0x187)](h[_0x4930f1(0x560)]):void 0x0;return{'childType':n['UniverInstanceType'][_0x4930f1(0x36e)],'getStickyHeaderHeight':()=>h['GRID_HEADER_HEIGHT'],'subscribeVerticalScroll'(_0x25da4e,_0x172a1f){const _0x3b8654=_0x4930f1;var _0x3c48f1,_0x143a49;let _0x43a4a5=((_0x3c48f1=_0x25da4e[_0x3b8654(0x17e)])==null?void 0x0:_0x3c48f1['injector'])??_0xdca0c3,_0x12332b=_0x43a4a5!==_0xdca0c3&&_0x43a4a5['has'](h[_0x3b8654(0x69c)])?_0x43a4a5[_0x3b8654(0x187)](h[_0x3b8654(0x69c)]):_0x4034bd;if(!_0x12332b)return;let _0xdff7fa=_0x12332b[_0x3b8654(0x56a)](),_0x1440ed=_0xdff7fa[_0x3b8654(0x2ea)],_0x286e8e=_0x1440ed?((_0x143a49=_0xdff7fa['scrollState'][_0x1440ed])==null?void 0x0:_0x143a49['y'])??0x0:0x0,_0x30f889=_0x12332b[_0x3b8654(0x693)][_0x3b8654(0xde)](_0x28658b=>{const _0x4ddb83=_0x3b8654;var _0x5caaea;let _0x26991c=_0x28658b[_0x4ddb83(0x2ea)],_0x479d13=_0x26991c?((_0x5caaea=_0x28658b[_0x4ddb83(0x155)][_0x26991c])==null?void 0x0:_0x5caaea['y'])??0x0:0x0;if(_0x26991c!==_0x1440ed){_0x1440ed=_0x26991c,_0x286e8e=_0x479d13;return;}_0x479d13!==_0x286e8e&&(_0x286e8e=_0x479d13,_0x172a1f(_0x479d13));});return(0x0,n['toDisposable'])(()=>_0x30f889[_0x3b8654(0x637)]());},'handleWheel'(_0x476cd5){const _0x11cbca=_0x4930f1;if(_0x476cd5[_0x11cbca(0x56e)]!=='host-scroll-sync'&&Nn(_0x476cd5[_0x11cbca(0x502)],_0x476cd5[_0x11cbca(0x39a)]))return!0x1;let _0x22230a=_0x476cd5['runtimeScope'][_0x11cbca(0x42c)]??_0xdca0c3,_0x3ea54e=_0x22230a!==_0xdca0c3&&_0x22230a[_0x11cbca(0x6b7)](h['IBaseViewWheelScrollService'])?_0x22230a[_0x11cbca(0x187)](h[_0x11cbca(0x560)]):_0x3972e1;return(_0x3ea54e==null?void 0x0:_0x3ea54e[_0x11cbca(0x6cc)](_0x476cd5[_0x11cbca(0x1b3)],Ra(_0x476cd5[_0x11cbca(0x39a)],_0x476cd5['viewportScrollY'])))??!0x1;}};}function Ra(_0x2f7a5e,_0x15163e){const _0x19278a=_0x5b38ef;return{'deltaX':_0x2f7a5e[_0x19278a(0x1d5)],'deltaY':_0x2f7a5e[_0x19278a(0x485)],'deltaMode':_0x2f7a5e[_0x19278a(0x27c)],'clientX':_0x2f7a5e[_0x19278a(0xfe)],'clientY':_0x2f7a5e[_0x19278a(0x571)],'shiftKey':_0x2f7a5e['shiftKey'],'viewportScrollY':_0x15163e};}function za(_0x4db48d,_0x657e48,_0xfe6b16){const _0xa9846b=_0x5b38ef;let _0x504472=_0x4db48d[_0xa9846b(0x212)]['displayTarget'];return _0xfe6b16(_0x504472),_0x657e48['onCommandExecuted'](_0x14a46d=>{const _0x42606c=_0xa9846b;if(!Ba(_0x14a46d))return;let {params:_0x2bb182}=_0x14a46d;if(_0x2bb182['unitId']!==_0x4db48d['hostUnitId']||_0x2bb182['descriptor']['embedId']!==_0x4db48d[_0x42606c(0x2a5)])return;let _0xb04a86=_0x2bb182[_0x42606c(0x212)][_0x42606c(0x306)];(0x0,n['deepCompare'])(_0x504472??{},_0xb04a86??{})||(_0x504472=_0xb04a86,_0xfe6b16(_0xb04a86));});}function Ba(_0x3a0fc){const _0x244083=_0x5b38ef;return _0x3a0fc['id']===e[_0x244083(0x335)]['id']&&_0x3a0fc[_0x244083(0x6ad)]!==void 0x0&&_0x244083(0x5d5)in _0x3a0fc[_0x244083(0x6ad)]&&typeof _0x3a0fc['params'][_0x244083(0x5d5)]==_0x244083(0x710)&&_0x244083(0x212)in _0x3a0fc['params']&&typeof _0x3a0fc['params']['descriptor']==_0x244083(0x4c3)&&_0x3a0fc[_0x244083(0x6ad)][_0x244083(0x212)]!==null&&_0x244083(0x2a5)in _0x3a0fc['params'][_0x244083(0x212)]&&typeof _0x3a0fc[_0x244083(0x6ad)]['descriptor']['embedId']==_0x244083(0x710);}function Va(_0x1a21ee,_0x3e0b92){const _0x328442=_0x5b38ef;return{'childType':n[_0x328442(0x63d)][_0x328442(0x36e)],'supportedLayouts':['tab-peer',_0x328442(0x427),'scroll-contained'],'beforeDeactivate':Ha,'mount':_0xe6e535=>Ua(_0xe6e535,_0x1a21ee,_0x3e0b92)};}function Ha(_0x16dcc0){const _0x23f5f0=_0x5b38ef;var _0x2f1e7f;(_0x2f1e7f=_0x16dcc0['runtimeScope']['commandService'])==null||_0x2f1e7f[_0x23f5f0(0x613)](h[_0x23f5f0(0x4cd)]['id'],{'commit':!0x1});}function Ua(_0x478152,_0x4e1437,_0x12b57d){const _0x30f2fa=_0x5b38ef;let _0x1fad14=_0x478152['injector'][_0x30f2fa(0x187)](n[_0x30f2fa(0x15a)])['getUnit'](_0x478152['childUnitId'],n[_0x30f2fa(0x63d)][_0x30f2fa(0x36e)]);if(!_0x1fad14)return;let _0x1567e3=new h[(_0x30f2fa(0x365))](),_0x443ebf=new h[(_0x30f2fa(0x404))](),_0x2d4d73=new h[(_0x30f2fa(0x5c2))](_0x1567e3),_0x1e8fed=new h[(_0x30f2fa(0x5f2))](),_0x3065fc=Za(_0x478152,_0x1567e3,_0x443ebf,_0x2d4d73);if(!_0x3065fc){_0x1e8fed['dispose'](),_0x2d4d73[_0x30f2fa(0x565)](),_0x443ebf[_0x30f2fa(0x565)](),_0x1567e3[_0x30f2fa(0x565)]();return;}let _0x4c10e7=no(_0x478152);$a(_0x1567e3,_0x1fad14,_0x4c10e7,_0x478152[_0x30f2fa(0x212)][_0x30f2fa(0x306)]);let _0x4b0532=za(_0x478152,_0x4e1437,_0x9ffaed=>to(_0x1567e3,_0x1fad14,_0x9ffaed)),_0x5e23b3=_0x478152['descriptor'][_0x30f2fa(0x32c)]==='readonly',_0x4c43e9=ro(_0x478152[_0x30f2fa(0x42c)],_0x3065fc,_0x1567e3,_0x443ebf,_0x2d4d73,_0x4c10e7,_0x1e8fed,_0x5e23b3,_0x478152[_0x30f2fa(0x17e)][_0x30f2fa(0x1c0)][_0x30f2fa(0x582)]);Ga(_0x478152,_0x4c43e9);let _0x2e346e=_0x12b57d[_0x30f2fa(0x2f4)]({'roots':Wa(_0x478152),'commandService':_0x4c43e9[_0x30f2fa(0x187)](n[_0x30f2fa(0x4bb)]),'editorService':_0x2d4d73,'stateService':_0x1567e3}),_0x5f4a17=_0x478152['injector'][_0x30f2fa(0x187)](Hi),_0x5799e9='',_0x2b485b=_0x1567e3[_0x30f2fa(0x693)][_0x30f2fa(0xde)](_0x239b16=>{const _0x33a540=_0x30f2fa;let _0x12dc52=_0x239b16['activeViewId']?[..._0x239b16[_0x33a540(0x2cd)][_0x239b16['activeViewId']]??[]][_0x33a540(0x4c5)]()['join']('\x00'):'',_0x2b8866=(_0x239b16['activeTableId']??'')+'\x00'+(_0x239b16[_0x33a540(0x2ea)]??'')+'\x00'+_0x12dc52;_0x2b8866!==_0x5799e9&&(_0x5799e9=_0x2b8866,_0x5f4a17[_0x33a540(0x53d)](_0x478152[_0x33a540(0x17b)],_0x478152['embedId']));}),_0x49512d=Ka(_0x478152),_0x50d995=Mt(_0x49512d),_0x28b871=qa(_0x478152,_0x4c43e9),_0x2d0e13=_0x478152['injector'][_0x30f2fa(0x187)](n[_0x30f2fa(0x15a)]),_0x3b2ebe=_0x2d0e13[_0x30f2fa(0x604)](n[_0x30f2fa(0x63d)][_0x30f2fa(0x36e)]);return _0x2d0e13[_0x30f2fa(0x2bc)](_0x478152[_0x30f2fa(0x1b3)]),_0x49512d[_0x30f2fa(0x4e8)][_0x30f2fa(0x463)]=_0x478152[_0x30f2fa(0x1b3)],_0x49512d[_0x30f2fa(0x4e8)]['embedChildRenderMode']=_0x30f2fa(0x3aa),_0x50d995[_0x30f2fa(0x85)]((0x0,d[_0x30f2fa(0x588)])(Z,{'injector':_0x4c43e9,'mountContainer':_0x478152[_0x30f2fa(0x17e)][_0x30f2fa(0x1c0)]['popup'],'embedId':_0x478152[_0x30f2fa(0x2a5)],'children':(0x0,d[_0x30f2fa(0x588)])(h['RenderBaseWorkbench'],{})})),(0x0,n[_0x30f2fa(0x5dc)])(()=>{const _0x22bc3b=_0x30f2fa;_0x2e346e[_0x22bc3b(0x565)](),_0x4b0532[_0x22bc3b(0x565)](),_0x2b485b[_0x22bc3b(0x637)](),_0x28b871['dispose'](),Nt(_0x50d995),_0x3b2ebe&&_0x2d0e13[_0x22bc3b(0x2bc)](_0x3b2ebe[_0x22bc3b(0x1c4)]()),_0x1e8fed[_0x22bc3b(0x565)](),_0x2d4d73['dispose'](),_0x443ebf[_0x22bc3b(0x565)](),_0x1567e3[_0x22bc3b(0x565)](),_0x4c43e9[_0x22bc3b(0x565)](),_0x49512d['isConnected']&&(_0x49512d[_0x22bc3b(0x4f9)](_0x22bc3b(0x4f2)),_0x49512d[_0x22bc3b(0x4f9)](_0x22bc3b(0x2a4)));});}function Wa(_0x9cbbc9){const _0xe3bcd6=_0x5b38ef;let _0x374786=new Set();return _0x374786['add'](_0x9cbbc9['runtimeScope'][_0xe3bcd6(0x1c0)][_0xe3bcd6(0x2b3)]),_0x374786['add'](_0x9cbbc9['runtimeScope'][_0xe3bcd6(0x1c0)][_0xe3bcd6(0x8b)]),_0x374786[_0xe3bcd6(0x474)](_0x9cbbc9[_0xe3bcd6(0x17e)][_0xe3bcd6(0x1c0)][_0xe3bcd6(0x409)]),_0x374786[_0xe3bcd6(0x474)](_0x9cbbc9['runtimeScope']['roots']['popup']),_0x9cbbc9[_0xe3bcd6(0x17e)][_0xe3bcd6(0x1c0)]['canvas']&&_0x374786[_0xe3bcd6(0x474)](_0x9cbbc9[_0xe3bcd6(0x17e)][_0xe3bcd6(0x1c0)][_0xe3bcd6(0x6d1)]),_0x9cbbc9[_0xe3bcd6(0x17e)]['roots'][_0xe3bcd6(0x472)]&&_0x374786[_0xe3bcd6(0x474)](_0x9cbbc9['runtimeScope'][_0xe3bcd6(0x1c0)][_0xe3bcd6(0x472)]),[..._0x374786];}function Ga(_0x4e69f9,_0x4fab4a){const _0x211ebe=_0x5b38ef;_0x4e69f9['runtimeScope'][_0x211ebe(0x42c)]=_0x4fab4a,_0x4e69f9[_0x211ebe(0x17e)][_0x211ebe(0x6cb)]=_0x4fab4a['get'](n[_0x211ebe(0x15a)]),_0x4e69f9[_0x211ebe(0x17e)][_0x211ebe(0x315)]=_0x4fab4a[_0x211ebe(0x187)](n[_0x211ebe(0x4bb)]);}function Ka(_0x1c9609){const _0x3a8a1c=_0x5b38ef;var _0x100a68,_0x4b3c1a,_0xa3c1a6;return((_0x100a68=_0x1c9609[_0x3a8a1c(0x17e)])==null||(_0x100a68=_0x100a68[_0x3a8a1c(0x1c0)])==null?void 0x0:_0x100a68['content'])??((_0x4b3c1a=_0x1c9609[_0x3a8a1c(0x259)])==null?void 0x0:_0x4b3c1a[_0x3a8a1c(0x716)])??((_0xa3c1a6=_0x1c9609[_0x3a8a1c(0x259)])==null?void 0x0:_0xa3c1a6['rootElement'])??document;}function qa(_0x49bc28,_0x11327d){const _0x1fb9db=_0x5b38ef;let _0x449721=!0x1,_0x5e148d=0x0,_0x1efb6d=(0x0,n[_0x1fb9db(0x5dc)])(()=>{}),_0x44aff8,_0x11098e=()=>{const _0x579dd5=_0x1fb9db;if(_0x449721)return;let _0x2e495c=()=>{const _0x1e2a67=_0x241e;_0x5e148d=window[_0x1e2a67(0x746)](_0x11098e);},_0x511408=Ja(_0x49bc28);if(!Ya(_0x511408)){_0x49bc28[_0x579dd5(0x412)][_0x579dd5(0x4e8)][_0x579dd5(0x6e6)]=_0x579dd5(0x46b),_0x2e495c();return;}if(_0x44aff8===_0x511408&&_0x511408[_0x579dd5(0x724)](_0x579dd5(0x6d1)))return;_0x1efb6d[_0x579dd5(0x565)]();let _0x210e88=_0x49bc28[_0x579dd5(0x42c)]['get'](u[_0x579dd5(0x45d)]),_0x5320d7;try{_0x5320d7=pt(_0x210e88,_0x49bc28[_0x579dd5(0x1b3)],_0x11327d);}catch(_0x2f2fa2){_0x49bc28[_0x579dd5(0x412)][_0x579dd5(0x4e8)][_0x579dd5(0x5d6)]=_0x2f2fa2 instanceof Error?_0x2f2fa2[_0x579dd5(0x442)]:String(_0x2f2fa2),_0x5320d7=void 0x0;}if(!_0x5320d7){_0x49bc28[_0x579dd5(0x412)][_0x579dd5(0x4e8)][_0x579dd5(0x6e6)]=_0x579dd5(0x246),_0x44aff8=void 0x0,_0x2e495c();return;}delete _0x49bc28['container'][_0x579dd5(0x4e8)]['embedChildRenderError'],_0x511408[_0x579dd5(0x4e8)][_0x579dd5(0x463)]=_0x49bc28[_0x579dd5(0x1b3)],_0x5320d7[_0x579dd5(0x324)]['mount'](_0x511408),ht(_0x5320d7,{'activate':Xa(_0x49bc28)});let _0x2cbc07=lt(_0x5320d7,_0x511408,{'activate':!0x1});_0x1efb6d=(0x0,n[_0x579dd5(0x5dc)])(()=>{const _0x1b2ab6=_0x579dd5;_0x2cbc07[_0x1b2ab6(0x565)]();try{var _0x4502f3,_0x5a2b05;(_0x4502f3=(_0x5a2b05=_0x5320d7['engine'])[_0x1b2ab6(0x65f)])==null||_0x4502f3[_0x1b2ab6(0x591)](_0x5a2b05);}catch{}_0x210e88[_0x1b2ab6(0x123)](_0x49bc28[_0x1b2ab6(0x1b3)]),_0x511408[_0x1b2ab6(0x4f9)](_0x1b2ab6(0x4f2));}),_0x44aff8=_0x511408,_0x49bc28[_0x579dd5(0x412)][_0x579dd5(0x4e8)][_0x579dd5(0x6e6)]=_0x579dd5(0x332),_0x2e495c();};return _0x5e148d=window[_0x1fb9db(0x746)](_0x11098e),(0x0,n[_0x1fb9db(0x5dc)])(()=>{const _0x4828c2=_0x1fb9db;_0x449721=!0x0,window[_0x4828c2(0x46d)](_0x5e148d),_0x1efb6d[_0x4828c2(0x565)]();});}function Ja(_0x477435){const _0x2bc284=_0x5b38ef;return(0x0,h[_0x2bc284(0x2cb)])({'unitId':_0x477435[_0x2bc284(0x1b3)],'scope':Ka(_0x477435)});}function Ya(_0x266279){const _0x538811=_0x5b38ef;return!!_0x266279&&_0x266279[_0x538811(0x94)]&&_0x266279[_0x538811(0x145)]>0x0&&_0x266279['clientHeight']>0x0;}function Xa(_0x5c1dcb){return!0x0;}function Za(_0x46aa36,_0x4f2e1c,_0x88a73d,_0x7e5cc3){const _0x4dd9ce=_0x5b38ef;let _0x5e8b8f=_0x46aa36[_0x4dd9ce(0x42c)][_0x4dd9ce(0x187)](n[_0x4dd9ce(0x15a)]),_0x48e0ec=_0x5e8b8f[_0x4dd9ce(0xcd)](_0x46aa36[_0x4dd9ce(0x1b3)],_0x46aa36[_0x4dd9ce(0x210)]);if(!_0x48e0ec)return;let _0x17f00f=Qa(_0x5e8b8f,_0x46aa36,_0x48e0ec),_0x394363=io(_0x46aa36['injector'][_0x4dd9ce(0x187)](n[_0x4dd9ce(0x4bb)]),_0x4f2e1c,_0x88a73d,_0x7e5cc3,_0x46aa36[_0x4dd9ce(0x42c)][_0x4dd9ce(0x187)](m['IBaseProjectionService']),_0x5e8b8f,_0x46aa36['childUnitId']);return Oe(_0x46aa36[_0x4dd9ce(0x42c)],new Map([[n[_0x4dd9ce(0x15a)],_0x17f00f],[n[_0x4dd9ce(0x4bb)],_0x394363],[h[_0x4dd9ce(0x2dc)],(0x0,h[_0x4dd9ce(0x1ad)])(Ka(_0x46aa36))]]));}function Qa(_0x4b6d16,_0x303522,_0x4930b7){const _0x4a0e72=_0x5b38ef;return{'unitAdded$':_0x4b6d16[_0x4a0e72(0x6ce)],'unitDisposed$':_0x4b6d16[_0x4a0e72(0x4a8)],'focused$':(0x0,l['of'])(_0x4930b7[_0x4a0e72(0x1c4)]()),'getTypeOfUnitAdded$':_0x4b6d16[_0x4a0e72(0x244)][_0x4a0e72(0x35d)](_0x4b6d16),'__addUnit':_0x4b6d16['__addUnit'][_0x4a0e72(0x35d)](_0x4b6d16),'getTypeOfUnitDisposed$':_0x4b6d16[_0x4a0e72(0x133)][_0x4a0e72(0x35d)](_0x4b6d16),'focusUnit':_0x5ea339=>{const _0x15ac64=_0x4a0e72;_0x5ea339!==null&&_0x5ea339!==_0x303522[_0x15ac64(0x1b3)]&&_0x4b6d16[_0x15ac64(0x6ee)](_0x5ea339);},'getFocusedUnit':()=>_0x4930b7,'getCurrentUnitOfType':_0x362c93=>_0x362c93===_0x303522[_0x4a0e72(0x210)]?_0x4930b7:_0x4b6d16[_0x4a0e72(0x604)](_0x362c93),'setCurrentUnitForType':_0x167b90=>{_0x167b90!==_0x303522['childUnitId']&&_0x4b6d16['setCurrentUnitForType'](_0x167b90);},'getCurrentTypeOfUnit$':_0x1cb4e6=>_0x1cb4e6===_0x303522['childType']?(0x0,l['of'])(_0x4930b7):_0x4b6d16['getCurrentTypeOfUnit$'](_0x1cb4e6),'createUnit':_0x4b6d16[_0x4a0e72(0x542)][_0x4a0e72(0x35d)](_0x4b6d16),'getUnitCreateOptions':_0x4b6d16['getUnitCreateOptions']['bind'](_0x4b6d16),'disposeUnit':_0x4b6d16[_0x4a0e72(0x6b1)]['bind'](_0x4b6d16),'registerCtorForType':_0x4b6d16['registerCtorForType'][_0x4a0e72(0x35d)](_0x4b6d16),'getUnit':_0x4b6d16['getUnit']['bind'](_0x4b6d16),'getAllUnitsForType':_0x250d0a=>_0x250d0a===_0x303522['childType']?[_0x4930b7]:_0x4b6d16[_0x4a0e72(0x150)](_0x250d0a),'getUnitType':_0x4b6d16['getUnitType'][_0x4a0e72(0x35d)](_0x4b6d16)};}function $a(_0x28e695,_0x5b20c6,_0x3de030='workbench',_0x4f4bf8){const _0x4e930f=_0x5b38ef;let {tableId:_0x4d6317,viewId:_0x3dd158}=eo(_0x5b20c6,_0x4f4bf8);_0x4d6317&&_0x28e695[_0x4e930f(0x103)](_0x4d6317),_0x3dd158&&_0x28e695[_0x4e930f(0xfa)](_0x3dd158),_0x28e695['setLeftSidebarVisible'](_0x3de030==='workbench');}function eo(_0x490687,_0x1492b8){const _0x561daa=_0x5b38ef;var _0x539383,_0x37be36,_0x1ae3f5,_0x53dfb9,_0x5a4351;let _0x13a16c=_0x490687[_0x561daa(0x4c6)](),_0x4d9991=_0x1492b8==null?void 0x0:_0x1492b8[_0x561daa(0x4ef)],_0x4d2e15=_0x4d9991&&(_0x539383=_0x13a16c[_0x561daa(0x301)])!=null&&_0x539383[_0x4d9991]?_0x4d9991:((_0x37be36=_0x13a16c[_0x561daa(0xd4)])==null?void 0x0:_0x37be36[_0x561daa(0x424)](_0x429549=>{const _0x1a5f76=_0x561daa;var _0x597b7e;return!!((_0x597b7e=_0x13a16c[_0x1a5f76(0x301)])!=null&&_0x597b7e[_0x429549]);}))??Object[_0x561daa(0x2c6)](_0x13a16c[_0x561daa(0x301)]??{})[0x0]??'',_0x188adc=(_0x1ae3f5=_0x13a16c[_0x561daa(0x301)])==null?void 0x0:_0x1ae3f5[_0x4d2e15],_0x3e5961=_0x1492b8==null?void 0x0:_0x1492b8[_0x561daa(0xd2)],_0x48a15f=_0x3e5961&&_0x188adc!=null&&(_0x53dfb9=_0x188adc[_0x561daa(0x14c)])!=null&&_0x53dfb9[_0x3e5961]?_0x3e5961:_0x188adc==null||(_0x5a4351=_0x188adc[_0x561daa(0x518)])==null?void 0x0:_0x5a4351[_0x561daa(0x424)](_0x5576a3=>{const _0x2d26cf=_0x561daa;var _0x3bca77;return!!((_0x3bca77=_0x188adc[_0x2d26cf(0x14c)])!=null&&_0x3bca77[_0x5576a3]);});return{'tableId':_0x4d2e15,..._0x48a15f?{'viewId':_0x48a15f}:{}};}function to(_0x35202c,_0x577502,_0x1b5adc){const _0x5e110e=_0x5b38ef;let _0x5eb398=eo(_0x577502,_0x1b5adc),_0x46a66b=_0x35202c['getState']();_0x5eb398[_0x5e110e(0x4ef)]&&_0x46a66b[_0x5e110e(0x509)]!==_0x5eb398[_0x5e110e(0x4ef)]&&_0x35202c[_0x5e110e(0x103)](_0x5eb398[_0x5e110e(0x4ef)]),_0x5eb398[_0x5e110e(0xd2)]&&_0x35202c[_0x5e110e(0x56a)]()[_0x5e110e(0x2ea)]!==_0x5eb398[_0x5e110e(0xd2)]&&_0x35202c[_0x5e110e(0xfa)](_0x5eb398[_0x5e110e(0xd2)]);}function no(_0x25c581){const _0x173a8d=_0x5b38ef;return _0x25c581[_0x173a8d(0x259)][_0x173a8d(0x6f1)]?_0x173a8d(0x6f1):_0x25c581['renderScope'][_0x173a8d(0x32c)]===_0x173a8d(0x384)?_0x173a8d(0x101):_0x173a8d(0x4ae);}function ro(_0x309001,_0x4b1321,_0x5d057e,_0x472ccb=new h[(_0x5b38ef(0x404))](),_0x1370d7=new h[(_0x5b38ef(0x5c2))](_0x5d057e),_0x52b494=_0x5b38ef(0x4ae),_0x5bc91a,_0x592134=!0x1,_0x44793c){const _0x337367=_0x5b38ef;let _0x4fb08c=so(_0x309001[_0x337367(0x187)](n[_0x337367(0x5ac)]),_0x52b494),_0x223e19=io(_0x4b1321[_0x337367(0x187)](n[_0x337367(0x4bb)]),_0x5d057e,_0x472ccb,_0x1370d7,_0x4b1321['get'](m['IBaseProjectionService']),_0x4b1321[_0x337367(0x187)](n[_0x337367(0x15a)]),void 0x0,_0x592134),_0x84d812=new Map([[h[_0x337367(0x69c)],_0x5d057e],[h[_0x337367(0x3c6)],_0x472ccb],[h['IBaseEditorService'],_0x1370d7],[n['ICommandService'],_0x223e19],[n[_0x337367(0x5ac)],_0x4fb08c],[h[_0x337367(0x2dc)],_0x4b1321['get'](h[_0x337367(0x2dc)])],[h[_0x337367(0x11f)],(0x0,h[_0x337367(0x5c3)])(_0x44793c)]]);return _0x5bc91a&&_0x84d812[_0x337367(0x534)](h['IBaseViewWheelScrollService'],_0x5bc91a),Oe(_0x4b1321,_0x84d812);}function io(_0x31fc54,_0x28663c,_0x2063cf,_0x32f507,_0x48d2d0,_0x32d6a4,_0x2bff66,_0x24e698=!0x1){const _0x188bf2=_0x5b38ef;let _0x3aa34f={'disposed':_0x31fc54[_0x188bf2(0xec)][_0x188bf2(0x35d)](_0x31fc54),'hasCommand':_0x31fc54['hasCommand'][_0x188bf2(0x35d)](_0x31fc54),'registerCommand':_0x31fc54[_0x188bf2(0x336)][_0x188bf2(0x35d)](_0x31fc54),'unregisterCommand':_0x31fc54[_0x188bf2(0x64d)][_0x188bf2(0x35d)](_0x31fc54),'registerMultipleCommand':_0x31fc54[_0x188bf2(0x25f)][_0x188bf2(0x35d)](_0x31fc54),'executeCommand':async(..._0x3b2e24)=>{const _0x5f097d=_0x188bf2;if(_0x3b2e24[0x0]===h[_0x5f097d(0x731)]['id']&&_0x32d6a4)return(0x0,h['executeBaseKeyboardOperation'])({'commandService':_0x3aa34f,'instanceService':_0x32d6a4,'projectionService':_0x48d2d0,'stateService':_0x28663c},_0x3b2e24[0x1]);let _0x36fb0b=ao(_0x3b2e24[0x0],_0x3b2e24[0x1],_0x28663c,_0x2063cf,_0x32d6a4,_0x2bff66);if(_0x36fb0b!==void 0x0)return _0x36fb0b;if(oo(_0x3b2e24[0x0],_0x3b2e24[0x1],_0x32f507,_0x24e698))return!0x0;let _0x572d5d=_0x2bff66?_0x32d6a4==null?void 0x0:_0x32d6a4['getCurrentUnitOfType'](n[_0x5f097d(0x63d)][_0x5f097d(0x36e)]):void 0x0;try{return _0x2bff66&&(_0x32d6a4==null||_0x32d6a4[_0x5f097d(0x2bc)](_0x2bff66)),await _0x31fc54[_0x5f097d(0x709)](_0x3b2e24[0x0],_0x3b2e24[0x1],_0x3b2e24[0x2]);}finally{_0x572d5d&&(_0x32d6a4==null||_0x32d6a4[_0x5f097d(0x2bc)](_0x572d5d[_0x5f097d(0x1c4)]()));}},'syncExecuteCommand':(..._0x5993cf)=>{const _0x39138f=_0x188bf2;if(_0x5993cf[0x0]===h['BaseKeyboardOperation']['id']&&_0x32d6a4)return(0x0,h[_0x39138f(0x68a)])({'commandService':_0x3aa34f,'instanceService':_0x32d6a4,'projectionService':_0x48d2d0,'stateService':_0x28663c},_0x5993cf[0x1]);let _0x3af9c4=ao(_0x5993cf[0x0],_0x5993cf[0x1],_0x28663c,_0x2063cf,_0x32d6a4,_0x2bff66);if(_0x3af9c4!==void 0x0)return _0x3af9c4;if(oo(_0x5993cf[0x0],_0x5993cf[0x1],_0x32f507,_0x24e698))return!0x0;let _0x4c7f24=_0x2bff66?_0x32d6a4==null?void 0x0:_0x32d6a4['getCurrentUnitOfType'](n[_0x39138f(0x63d)][_0x39138f(0x36e)]):void 0x0;try{return _0x2bff66&&(_0x32d6a4==null||_0x32d6a4['setCurrentUnitForType'](_0x2bff66)),_0x31fc54[_0x39138f(0x613)](_0x5993cf[0x0],_0x5993cf[0x1],_0x5993cf[0x2]);}finally{_0x4c7f24&&(_0x32d6a4==null||_0x32d6a4['setCurrentUnitForType'](_0x4c7f24[_0x39138f(0x1c4)]()));}},'onCommandExecuted':_0x31fc54[_0x188bf2(0x73b)][_0x188bf2(0x35d)](_0x31fc54),'beforeCommandExecuted':_0x31fc54[_0x188bf2(0x527)][_0x188bf2(0x35d)](_0x31fc54),'onMutationExecutedForCollab':_0x31fc54[_0x188bf2(0x3f6)][_0x188bf2(0x35d)](_0x31fc54)};return _0x3aa34f;}function ao(_0x3a4689,_0x390c87,_0x39c586,_0x5a3e8a,_0x3dbe85,_0x4446d6){const _0x195512=_0x5b38ef;if(_0x3a4689===h[_0x195512(0x5ef)]['id']){let _0x9628ac=_0x390c87;return _0x9628ac!=null&&_0x9628ac[_0x195512(0xd2)]?(_0x9628ac['tableId']&&_0x39c586[_0x195512(0x103)](_0x9628ac['tableId']),_0x39c586[_0x195512(0xfa)](_0x9628ac[_0x195512(0xd2)]),!0x0):!0x1;}if(_0x3a4689===h[_0x195512(0x646)]['id']){let _0x160cb3=_0x390c87;if(!(_0x160cb3!=null&&_0x160cb3[_0x195512(0x4ef)]))return!0x1;_0x39c586[_0x195512(0x103)](_0x160cb3[_0x195512(0x4ef)]);let _0x4f3fc1=_0x160cb3[_0x195512(0x5d5)]?_0x3dbe85==null?void 0x0:_0x3dbe85[_0x195512(0xcd)](_0x160cb3[_0x195512(0x5d5)],n[_0x195512(0x63d)][_0x195512(0x36e)]):_0x3dbe85==null?void 0x0:_0x3dbe85[_0x195512(0x604)](n[_0x195512(0x63d)][_0x195512(0x36e)]),_0x8be54b=(_0x4f3fc1==null?void 0x0:_0x4f3fc1[_0x195512(0x1c4)]())??_0x4446d6;_0x8be54b&&(_0x3dbe85==null||_0x3dbe85[_0x195512(0x2bc)](_0x8be54b),_0x3dbe85==null||_0x3dbe85[_0x195512(0x6ee)](_0x8be54b));let _0x5ccbdf=_0x4f3fc1==null?void 0x0:_0x4f3fc1[_0x195512(0x4c6)]()[_0x195512(0x301)][_0x160cb3[_0x195512(0x4ef)]],_0x10bfd4=_0x5ccbdf==null?void 0x0:_0x5ccbdf['viewOrder'][_0x195512(0x424)](_0x46ea9d=>_0x5ccbdf[_0x195512(0x14c)][_0x46ea9d]);return _0x10bfd4&&_0x39c586[_0x195512(0xfa)](_0x10bfd4),!0x0;}if(_0x3a4689===h['SetBaseScrollOperation']['id']){let _0x4d7023=_0x390c87;return _0x4d7023!=null&&_0x4d7023[_0x195512(0xd2)]?(_0x39c586['setScrollState'](_0x4d7023[_0x195512(0xd2)],{'x':_0x4d7023['x']??0x0,'y':_0x4d7023['y']??0x0}),!0x0):!0x1;}if(_0x3a4689===h[_0x195512(0x2fe)]['id']){let _0x18336f=_0x390c87;return!(_0x18336f!=null&&_0x18336f['viewId'])||typeof _0x18336f['zoom']!=_0x195512(0x4e4)?!0x1:(_0x39c586[_0x195512(0x446)](_0x18336f[_0x195512(0xd2)],_0x18336f['zoom']),!0x0);}if(_0x3a4689===h[_0x195512(0x38f)]['id'])return _0x390c87?(_0x39c586[_0x195512(0x414)](),_0x5a3e8a[_0x195512(0x10a)](_0x390c87),!0x0):!0x1;if(_0x3a4689===h[_0x195512(0x2a0)]['id'])return _0x5a3e8a[_0x195512(0x6d6)](),!0x0;if(_0x3a4689===h[_0x195512(0x28f)]['id'])return _0x390c87?(_0x39c586[_0x195512(0x414)](),_0x5a3e8a['openContextMenu'](_0x390c87),!0x0):!0x1;if(_0x3a4689===h[_0x195512(0x20a)]['id'])return _0x5a3e8a[_0x195512(0x6ed)](),!0x0;if(_0x3a4689===h[_0x195512(0x5aa)]['id'])return _0x390c87?(_0x5a3e8a[_0x195512(0x1e7)](_0x390c87),!0x0):!0x1;if(_0x3a4689===h[_0x195512(0x401)]['id'])return _0x5a3e8a[_0x195512(0x268)](),!0x0;if(_0x3a4689===h[_0x195512(0x2f5)]['id']){let _0x5ec74d=_0x390c87;return _0x5ec74d!=null&&_0x5ec74d[_0x195512(0x1cf)]?(_0x39c586[_0x195512(0x696)](_0x5ec74d['recordId']),!0x0):!0x1;}if(_0x3a4689===h[_0x195512(0x1d2)]['id'])return _0x39c586[_0x195512(0x27a)](),!0x0;}function oo(_0x1b1854,_0x41afc2,_0x4bcb14,_0x1c9290=!0x1){const _0x4194e1=_0x5b38ef;return _0x1b1854===h['StartBaseEditingCellOperation']['id']?(_0x1c9290||_0x4bcb14[_0x4194e1(0x44b)](_0x41afc2),!0x0):_0x1b1854===h[_0x4194e1(0x4cd)]['id']?(_0x4bcb14[_0x4194e1(0x16d)](),!0x0):!0x1;}function so(_0x5d09da,_0x37e2cd){const _0xe62657=_0x5b38ef;return{'getConfig':_0x11300a=>{const _0x3b4a21=_0x241e;let _0x4170fa=_0x5d09da['getConfig'](_0x11300a);return _0x11300a===h[_0x3b4a21(0x100)]?co(_0x4170fa??{},_0x37e2cd):_0x4170fa;},'setConfig':_0x5d09da['setConfig']['bind'](_0x5d09da),'deleteConfig':_0x5d09da[_0xe62657(0x62e)][_0xe62657(0x35d)](_0x5d09da),'subscribeConfigValue$':_0x5d09da[_0xe62657(0x388)][_0xe62657(0x35d)](_0x5d09da)};}function co(_0x399907,_0x84c112=_0x5b38ef(0x4ae)){const _0x2408b4=_0x5b38ef;let _0x68f9de;return _0x68f9de=_0x84c112==='content-only'||_0x84c112===_0x2408b4(0x6f1)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x399907,'workbench':{..._0x399907[_0x2408b4(0x4ae)]??{},..._0x68f9de,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function lo(_0x3daef6){const _0xe97ffd=_0x5b38ef;var _0x3e5bca;if(_0x3daef6[_0xe97ffd(0x259)][_0xe97ffd(0x6f1)]&&_0x3daef6[_0xe97ffd(0x17e)][_0xe97ffd(0x1c0)][_0xe97ffd(0x472)])return _0x3daef6['runtimeScope'][_0xe97ffd(0x1c0)][_0xe97ffd(0x472)];let _0x5cddfd=_0x3daef6['runtimeScope'][_0xe97ffd(0x1c0)][_0xe97ffd(0x409)]??_0x3daef6['renderScope'][_0xe97ffd(0x287)]??_0x3daef6[_0xe97ffd(0x259)][_0xe97ffd(0x298)],_0x33e828=((_0x3e5bca=_0x5cddfd[_0xe97ffd(0x3a7)])==null?void 0x0:_0x3e5bca[_0xe97ffd(0x4e8)][_0xe97ffd(0x510)])===_0xe97ffd(0x653)?_0x5cddfd[_0xe97ffd(0x3a7)]:void 0x0;if(!_0x33e828||!_0x3daef6[_0xe97ffd(0x2a5)]||!_0x33e828[_0xe97ffd(0x4e8)][_0xe97ffd(0x2a5)]||_0x33e828[_0xe97ffd(0x4e8)]['embedId']===_0x3daef6[_0xe97ffd(0x2a5)])return _0x33e828??_0x5cddfd;let _0x5096fb=_0x3daef6[_0xe97ffd(0x259)][_0xe97ffd(0x298)][_0xe97ffd(0x631)];return Array[_0xe97ffd(0x23b)](_0x5096fb[_0xe97ffd(0x2ba)](_0xe97ffd(0x66e)))[_0xe97ffd(0x424)](_0x4568b1=>_0x4568b1[_0xe97ffd(0x4e8)][_0xe97ffd(0x2a5)]===_0x3daef6['embedId'])??_0x5cddfd;}function uo(_0x2772a9){const _0x12f173=_0x5b38ef;let _0x27232a=lo(_0x2772a9),_0x4c8d28=_0x2772a9['renderScope'][_0x12f173(0x298)][_0x12f173(0x631)][_0x12f173(0x221)](_0x12f173(0x568));return _0x4c8d28[_0x12f173(0x4e8)][_0x12f173(0x120)]=_0x2772a9[_0x12f173(0x212)][_0x12f173(0x5d9)],_0x4c8d28['className']=_0x12f173(0x6f2),_0x27232a[_0x12f173(0x33e)](_0x4c8d28),{'root':_0x27232a,'menu':_0x4c8d28};}function fo(_0x1e60d6){const _0x58d35a=_0x5b38ef;return[{'hostType':n[_0x58d35a(0x63d)][_0x58d35a(0x3f3)],'entry':e[_0x58d35a(0x266)][_0x58d35a(0x69b)],'childType':_0x1e60d6[_0x58d35a(0x210)],'mount':_0x1e60d6[_0x58d35a(0x5c0)]},{'hostType':n['UniverInstanceType'][_0x58d35a(0x28b)],'entry':e[_0x58d35a(0x266)][_0x58d35a(0x5c8)],'childType':_0x1e60d6[_0x58d35a(0x210)],'mount':_0x1e60d6['mount']},{'hostType':n[_0x58d35a(0x63d)]['UNIVER_SLIDE'],'entry':e['EmbedHostEntryEnum'][_0x58d35a(0x59c)],'childType':_0x1e60d6['childType'],'mount':_0x1e60d6['mount']},{'hostType':n['UniverInstanceType']['UNIVER_BOARD'],'entry':e[_0x58d35a(0x266)][_0x58d35a(0x15f)],'childType':_0x1e60d6[_0x58d35a(0x210)],'mount':_0x1e60d6[_0x58d35a(0x5c0)]}];}function po(_0x82a821){const _0x41b0bc=_0x5b38ef;let {embedId:_0x48ddef,childUnitId:_0x4f5b6c,base:_0x13a6e7,activeTable:_0x30cdcf}=_0x82a821,_0xd2f7ff=mo(_0x48ddef);return _0xd2f7ff?(0x0,g[_0x41b0bc(0x436)])((0x0,d[_0x41b0bc(0x588)])(go,{'childUnitId':_0x4f5b6c,'base':_0x13a6e7,'activeTable':_0x30cdcf}),_0xd2f7ff):null;}function mo(_0x198499){const _0x1db339=_0x5b38ef;let [_0x46b536,_0x3260ca]=(0x0,c[_0x1db339(0x617)])(()=>ho(_0x198499));return(0x0,c['useEffect'])(()=>{const _0x4cdf12=_0x1db339;let _0xc0b525=window[_0x4cdf12(0x746)](()=>_0x3260ca(ho(_0x198499)));return()=>{const _0x33b5b3=_0x4cdf12;window[_0x33b5b3(0x46d)](_0xc0b525);};},[_0x198499]),_0x46b536;}function ho(_0x2c0efb){const _0x49ad3a=_0x5b38ef;return Array[_0x49ad3a(0x23b)](document[_0x49ad3a(0x2ba)](_0x49ad3a(0x687)))[_0x49ad3a(0x424)](_0x116e34=>_0x116e34[_0x49ad3a(0x4e8)][_0x49ad3a(0x2a5)]===_0x2c0efb)??null;}function go(_0x48af71){const _0x30632e=_0x5b38ef;var _0x5742c6,_0xb13df9;let {childUnitId:_0x266780,base:_0x5c4bd1,activeTable:_0x596de8}=_0x48af71,_0xe93bea=(0x0,a[_0x30632e(0x6f9)])(n[_0x30632e(0x4bb)]),_0xccff9e=(0x0,a[_0x30632e(0x6f9)])(n[_0x30632e(0x5ac)]),_0x357d70=(0x0,a[_0x30632e(0x6f9)])(n[_0x30632e(0x20e)]),_0x568dd6=(0x0,a[_0x30632e(0x6f9)])(h[_0x30632e(0x69c)]),_0x344746=(0x0,a[_0x30632e(0x540)])(()=>_0x568dd6[_0x30632e(0x693)],_0x568dd6[_0x30632e(0x56a)](),!0x1,[_0x568dd6]),[_0x22123b,_0x256504]=(0x0,c[_0x30632e(0x617)])(null),[_0x254c42,_0x5945b4]=(0x0,c[_0x30632e(0x617)])(null),[_0xc2579d,_0x9bb7dd]=(0x0,c['useState'])(''),[_0x4f2d01,_0x2ae51a]=(0x0,c[_0x30632e(0x617)])('configurations'),[_0xcb93fc,_0x5984d6]=(0x0,c[_0x30632e(0x617)])(null),_0x3e80dc=(_0xccff9e==null||(_0x5742c6=_0xccff9e['getConfig'](h[_0x30632e(0x100)]))==null?void 0x0:_0x5742c6[_0x30632e(0x4ae)])??{},_0x466334=_0x344746['layout'][_0x30632e(0x34a)]??_0x3e80dc[_0x30632e(0x34a)]??((_0xb13df9=h[_0x30632e(0x2b8)][_0x30632e(0x4ae)])==null?void 0x0:_0xb13df9[_0x30632e(0x34a)])??h[_0x30632e(0x116)],_0x4df1f7=_0x5c4bd1[_0x30632e(0x4c6)](),_0x114100=yo(_0x4df1f7,_0x596de8['id']),_0xdbb373=async _0x5a1785=>{const _0x4d8382=_0x30632e;let _0x560a6e=_0x4df1f7['tables'][_0x5a1785];if(!_0x560a6e)return;let _0x102771=_0x560a6e[_0x4d8382(0x518)][_0x4d8382(0x424)](_0x515eb3=>_0x560a6e[_0x4d8382(0x14c)][_0x515eb3]);_0x568dd6[_0x4d8382(0x103)](_0x560a6e['id']),_0x102771&&_0x568dd6[_0x4d8382(0xfa)](_0x102771),_0x568dd6[_0x4d8382(0x276)](null),_0x568dd6[_0x4d8382(0x27a)](),await _0xe93bea[_0x4d8382(0x709)](h[_0x4d8382(0x646)]['id'],{'unitId':_0x266780,'tableId':_0x5a1785});},_0x46f122=async()=>{const _0x35721e=_0x30632e;let _0x20b4d5=(0x0,n[_0x35721e(0x51c)])({'id':_0x35721e(0x486)+(0x0,n['generateRandomId'])(0x8),'name':bo(_0x5c4bd1['getSnapshot'](),_0x2531dc=>_0x357d70['t'](_0x35721e(0x7d),String(_0x2531dc))),'primaryFieldId':_0x35721e(0x1d8)+(0x0,n[_0x35721e(0x583)])(0x8),'gridViewId':_0x35721e(0x739)+(0x0,n[_0x35721e(0x583)])(0x8)});await _0xe93bea[_0x35721e(0x709)](m[_0x35721e(0x9e)]['id'],{'unitId':_0x266780,'table':_0x20b4d5})&&(_0x568dd6[_0x35721e(0x103)](_0x20b4d5['id']),_0x568dd6[_0x35721e(0xfa)](_0x20b4d5['viewOrder'][0x0]),_0x568dd6['setSelection'](null),_0x568dd6[_0x35721e(0x27a)](),_0x5984d6(_0x20b4d5['id']));},_0x4074d6=async(_0x2ffd2b,_0x164337,_0x232120)=>{const _0x4467f7=_0x30632e;let _0x4b902e=_0x5c4bd1['getSnapshot'](),_0x32782d=_0x4b902e['tables'][_0x2ffd2b];if(!_0x32782d)return;let _0x3554a2=(0x0,m[_0x4467f7(0x4c9)])(_0x32782d,{'id':_0x4467f7(0x486)+(0x0,n[_0x4467f7(0x583)])(0x8),'name':_0x164337,'includeRecords':_0x232120==='records','regenerateViewIds':!0x0,'createViewId':()=>_0x4467f7(0x739)+(0x0,n[_0x4467f7(0x583)])(0x8)});await _0xe93bea['executeCommand'](m[_0x4467f7(0x9e)]['id'],{'unitId':_0x266780,'table':_0x3554a2,'index':_0x4b902e[_0x4467f7(0xd4)]['indexOf'](_0x2ffd2b)+0x1})&&(_0x568dd6[_0x4467f7(0x103)](_0x3554a2['id']),_0x568dd6[_0x4467f7(0xfa)](_0x3554a2['viewOrder'][0x0]),_0x568dd6[_0x4467f7(0x276)](null),_0x568dd6[_0x4467f7(0x27a)]());},_0x228106=async _0x2914ee=>{const _0x12ce5a=_0x30632e;let _0xaadc9f=_0x5c4bd1['getSnapshot'](),_0x44e93c=yo(_0xaadc9f,_0x596de8['id'])[_0x12ce5a(0x264)](_0x5e9626=>_0x5e9626['id']);if(_0x44e93c['length']<=0x1)return;let _0x190804=_0x2914ee===_0x596de8['id']?_0x44e93c[_0x12ce5a(0x424)](_0x1862d2=>_0x1862d2!==_0x2914ee):null;if(await _0xe93bea['executeCommand'](m[_0x12ce5a(0x4f3)]['id'],{'unitId':_0x266780,'tableId':_0x2914ee})&&_0x190804){let _0x165f72=_0xaadc9f['tables'][_0x190804],_0x3e2e31=_0x165f72==null?void 0x0:_0x165f72['viewOrder'][_0x12ce5a(0x424)](_0x524c90=>_0x165f72[_0x12ce5a(0x14c)][_0x524c90]);_0x568dd6[_0x12ce5a(0x103)](_0x190804),_0x3e2e31&&_0x568dd6['activateView'](_0x3e2e31),_0x568dd6['setSelection'](null),_0x568dd6[_0x12ce5a(0x27a)]();}};return(0x0,d[_0x30632e(0x66a)])(d[_0x30632e(0x70a)],{'children':[(0x0,d[_0x30632e(0x588)])(h[_0x30632e(0x70b)],{'title':_0x4df1f7['name']||_0x30632e(0x223),'items':_0x114100,'width':_0x466334,'pendingRenameItemId':_0xcb93fc,'onActivateItem':_0xdbb373,'onAddTable':async()=>{await _0x46f122();},'onRenameTable':async(_0x4e4668,_0x3552c2)=>{const _0x515b4c=_0x30632e;await _0xe93bea[_0x515b4c(0x709)](m['RenameBaseTableCommand']['id'],{'unitId':_0x266780,'tableId':_0x4e4668,'name':_0x3552c2});},'getTableNameError':(_0x1bb9ed,_0x441cbe)=>(0x0,h[_0x30632e(0x3d1)])(_0x357d70,(0x0,m['validateBaseTableName'])(_0x4df1f7,_0x441cbe,_0x1bb9ed)),'onPendingRenameItemConsumed':_0x2bb1d9=>{_0xcb93fc===_0x2bb1d9&&_0x5984d6(null);},'onDuplicateTable':_0x4169f3=>{const _0x495c14=_0x30632e;let _0x26de9b=_0x5c4bd1['getSnapshot'](),_0x2037c0=_0x26de9b['tables'][_0x4169f3];_0x2037c0&&(_0x5945b4(_0x4169f3),_0x9bb7dd((0x0,m[_0x495c14(0x434)])(_0x26de9b,_0x357d70['t'](_0x495c14(0x494),_0x2037c0[_0x495c14(0x1f3)]))),_0x2ae51a(_0x495c14(0x410)));},'onDeleteTable':_0x256504,'onResizeWidth':_0x1fdae1=>_0x568dd6[_0x30632e(0x736)](_0x1fdae1)}),(0x0,d[_0x30632e(0x588)])(h['BaseDuplicateTableDialog'],{'open':!!_0x254c42,'name':_0xc2579d,'nameError':(0x0,h[_0x30632e(0x3d1)])(_0x357d70,(0x0,m[_0x30632e(0x161)])(_0x4df1f7,_0xc2579d['trim']())),'mode':_0x4f2d01,'onNameChange':_0x9bb7dd,'onModeChange':_0x2ae51a,'onCancel':()=>_0x5945b4(null),'onConfirm':async()=>{const _0x43627e=_0x30632e;let _0x3d18ec=_0x254c42,_0x687f5f=_0xc2579d[_0x43627e(0xae)](),_0x23fa22=_0x4f2d01;!_0x3d18ec||!_0x687f5f||(_0x5945b4(null),await _0x4074d6(_0x3d18ec,_0x687f5f,_0x23fa22));}}),(0x0,d[_0x30632e(0x588)])(h[_0x30632e(0x4c0)],{'open':!!_0x22123b,'title':_0x357d70['t']('embed-ui.basesFloating.confirmDelete.tableTitle'),'description':_0x357d70['t'](_0x30632e(0x5a0)),'onCancel':()=>_0x256504(null),'onConfirm':async()=>{let _0x472c02=_0x22123b;_0x256504(null),_0x472c02&&await _0x228106(_0x472c02);}})]});}function _o(_0x5e20b1){const _0x444e97=_0x5b38ef;let {embedId:_0x4bd9ea,activeView:_0x3945c2,views:_0x269af7,addViewOpen:_0x4c7ac1,onAddViewOpenChange:_0x43a5dd,onActivateView:_0x1ff03f,onAddView:_0x157823,onSetViewAsFirst:_0x28ec77,onMoveView:_0x2bcb90,onRenameView:_0x3ea2ed,onDuplicateView:_0x43f8a2,onConfigureView:_0x4a1a63,onDeleteView:_0x4713e4}=_0x5e20b1,_0x1ebf6c=(0x0,a[_0x444e97(0x6f9)])(n[_0x444e97(0x20e)]);return(0x0,d[_0x444e97(0x588)])(_0x444e97(0x568),{'data-u-comp':_0x444e97(0x393),'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,d['jsx'])(h[_0x444e97(0xf6)],{'className':'univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','views':_0x269af7[_0x444e97(0x264)](_0x5110f2=>({'id':_0x5110f2['id'],'name':_0x5110f2[_0x444e97(0x1f3)],'type':_0x5110f2[_0x444e97(0x68d)]})),'activeViewId':_0x3945c2['id'],'onActivateView':_0x1ff03f,'onSetViewAsFirst':_0x28ec77,'onMoveView':_0x2bcb90,'onRenameView':_0x3ea2ed,'onDuplicateView':_0x43f8a2,'onConfigureView':_0x4a1a63,'onDeleteView':_0x4713e4,'onAddView':()=>_0x43a5dd(!_0x4c7ac1),'addViewDropdown':{'open':_0x4c7ac1,'onOpenChange':_0x43a5dd,'overlay':(0x0,d[_0x444e97(0x588)])(_0x444e97(0x568),{'data-u-comp':_0x444e97(0x22f),'data-embed-id':_0x4bd9ea,'data-embed-floating-menu-popup':'true','children':(0x0,d['jsx'])(h[_0x444e97(0x41e)],{'views':h[_0x444e97(0x42b)][_0x444e97(0x264)](_0x277842=>({..._0x277842,'label':_0x1ebf6c['t'](_0x277842[_0x444e97(0x4e6)]),'description':_0x1ebf6c['t'](_0x277842[_0x444e97(0x188)])})),'onCreate':_0x157823})})}})});}function vo(_0x16578d){const _0x135716=_0x5b38ef;var _0x399a21;return(_0x16578d==null||(_0x399a21=_0x16578d[_0x135716(0xd4)])==null?void 0x0:_0x399a21['map'](_0x2c4d42=>_0x16578d[_0x135716(0x301)][_0x2c4d42])[_0x135716(0xc9)](_0x579682=>!!_0x579682))??[];}function yo(_0x122165,_0x582045){const _0x1280bd=_0x5b38ef;return vo(_0x122165)[_0x1280bd(0x264)](_0x4a7c3d=>({'id':_0x4a7c3d['id'],'name':_0x4a7c3d[_0x1280bd(0x1f3)],'active':_0x4a7c3d['id']===_0x582045}));}function bo(_0x19f188,_0x10e37a){const _0x29d4ce=_0x5b38ef;let _0x441b56=new Set(vo(_0x19f188)[_0x29d4ce(0x264)](_0x4d9c7f=>_0x4d9c7f[_0x29d4ce(0x1f3)])),_0x2e8d98=_0x441b56['size']+0x1,_0x49fdb5=_0x10e37a(_0x2e8d98);for(;_0x441b56[_0x29d4ce(0x6b7)](_0x49fdb5);)_0x2e8d98+=0x1,_0x49fdb5=_0x10e37a(_0x2e8d98);return _0x49fdb5;}const xo='\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';function So(){const _0xb597ab=_0x5b38ef;return fo({'childType':n[_0xb597ab(0x63d)][_0xb597ab(0x36e)],'mount':Co});}function Co(_0x2da10b){const _0x12853f=_0x5b38ef;let {root:_0x9c3f83,menu:_0x292f3d}=uo(_0x2da10b),_0x74d7ad=Mt(_0x292f3d),_0x3c92e5=_0x2da10b[_0x12853f(0x17e)][_0x12853f(0x42c)];return _0x74d7ad[_0x12853f(0x85)]((0x0,c['createElement'])(Z,{'injector':_0x3c92e5,'mountContainer':_0x9c3f83,'embedId':_0x2da10b[_0x12853f(0x2a5)]},(0x0,c[_0x12853f(0x221)])(Ao,{'hostUnitId':_0x2da10b[_0x12853f(0x17b)],'embedId':_0x2da10b[_0x12853f(0x2a5)],'childUnitId':_0x2da10b[_0x12853f(0x1b3)],'entry':_0x2da10b[_0x12853f(0x212)][_0x12853f(0x5d9)],'fullscreen':!!_0x2da10b[_0x12853f(0x259)]['fullscreen'],'usesDomFloatingStage':_0x2da10b['descriptor'][_0x12853f(0x5d9)]==='sheets-floating-object','renderScopeActive$':_0x2da10b['renderScope'][_0x12853f(0x3c1)]}))),(0x0,n['toDisposable'])(()=>{const _0x3748e0=_0x12853f;Nt(_0x74d7ad),globalThis[_0x3748e0(0x5bf)](()=>_0x292f3d[_0x3748e0(0x507)](),0x0);});}function _0x241e(_0x465393,_0x17ef84){_0x465393=_0x465393-0x7d;const _0xbf4f09=_0xbf4f();let _0x241ed8=_0xbf4f09[_0x465393];return _0x241ed8;}function wo(_0x2c2abd){const _0x25cb22=_0x5b38ef;return Mn({'embedId':_0x2c2abd['embedId'],'active':To(_0x2c2abd[_0x25cb22(0x37c)],_0x2c2abd['stage']),'fullscreen':_0x2c2abd['fullscreen'],'usesDomFloatingStage':_0x2c2abd[_0x25cb22(0x286)],'renderScopeActive':_0x2c2abd['renderScopeActive']});}function To(_0x41444b,_0x2b1482){const _0x313d84=_0x5b38ef;return _0x41444b?{'hostUnitId':'','childUnitId':'','embedId':_0x41444b,'stage':_0x2b1482===_0x313d84(0x71b)||_0x2b1482===_0x313d84(0x4ce)?_0x313d84(0x71b):_0x313d84(0x65d)}:null;}function Eo(_0x4065fa){return _0x4065fa;}function Do(_0x7f8d4){return _0x7f8d4;}function Oo(_0x3434cb){return!_0x3434cb;}function ko(_0x58bcbc){const _0x40bb90=_0x5b38ef;return{[K]:_0x58bcbc,[W]:_0x40bb90(0x61b)};}function Ao(_0x4aad7d){const _0x18f8a6=_0x5b38ef;let {hostUnitId:_0x59345a,embedId:_0x35e897,childUnitId:_0x511a6b,entry:_0x3a8aab,fullscreen:_0x1de7a6,usesDomFloatingStage:_0x3fedcf,renderScopeActive$:_0x577ac4}=_0x4aad7d,_0x150bde=(0x0,a['useDependency'])(n[_0x18f8a6(0x4bb)]),_0x3ebf72=(0x0,a[_0x18f8a6(0x6f9)])(n['IUniverInstanceService']),_0x58c5cc=(0x0,a['useDependency'])(n['LocaleService']),_0x5c2e40=(0x0,a['useDependency'])(m['IBaseViewRegistryService']),_0x55b5b8=(0x0,a[_0x18f8a6(0x6f9)])(n[_0x18f8a6(0x461)]),_0x487e8c=(0x0,a[_0x18f8a6(0x6f9)])(h[_0x18f8a6(0x69c)]),_0x8c70bb=(0x0,a[_0x18f8a6(0x6f9)])(h[_0x18f8a6(0x3c6)]),_0x482d65=(0x0,a['useDependency'])(ie),_0x495b34=(0x0,a[_0x18f8a6(0x540)])(()=>_0x487e8c['state$'],_0x487e8c[_0x18f8a6(0x56a)](),!0x1,[_0x487e8c]),_0x3b853f=(0x0,a[_0x18f8a6(0x540)])(()=>_0x55b5b8['undoRedoStatus$'],{'undos':0x0,'redos':0x0},!0x1,[_0x55b5b8]),_0x56849a=(0x0,a[_0x18f8a6(0x540)])(()=>_0x577ac4,!0x1,!0x1,[_0x577ac4]),_0xd3e92e=(0x0,a[_0x18f8a6(0x540)])(()=>_0x482d65['active$'],_0x482d65[_0x18f8a6(0x1c8)](),!0x1,[_0x482d65]),_0x505c4a=_0x482d65[_0x18f8a6(0x496)](_0x35e897),[_0x16e167,_0x11cb2a]=(0x0,c[_0x18f8a6(0x617)])(0x0),[_0x445bf9,_0x1d2aa2]=(0x0,c[_0x18f8a6(0x617)])(null),[_0x9cc891,_0x1f8a1b]=(0x0,c['useState'])(!0x1),[_0x1bea2c,_0x1a108c]=(0x0,c[_0x18f8a6(0x617)])(null),_0x305dc1=(0x0,c[_0x18f8a6(0x634)])(null),_0x163795=_0x3ebf72[_0x18f8a6(0xcd)](_0x511a6b,n[_0x18f8a6(0x63d)][_0x18f8a6(0x36e)]),_0xbde593=_0x163795==null?void 0x0:_0x163795['getSnapshot'](),_0x2c1405=Fo(_0xbde593,_0x495b34[_0x18f8a6(0x509)]),_0x3f70f1=Io(_0x2c1405),_0x531440=Lo(_0x2c1405,_0x495b34[_0x18f8a6(0x2ea)]),_0xe7d4c6=wo({'embedId':_0x35e897,'activeEmbedId':_0xd3e92e==null?void 0x0:_0xd3e92e[_0x18f8a6(0x2a5)],'stage':_0x505c4a,'fullscreen':_0x1de7a6,'usesDomFloatingStage':_0x3fedcf,'renderScopeActive':_0x56849a})==='stage2',[_0x30794e,_0x37d88e]=(0x0,c[_0x18f8a6(0x617)])(_0xe7d4c6),_0xcee1c=Eo(_0x1de7a6),_0x383acf=Do(_0x1de7a6),_0x351f71=Oo(_0x1de7a6),_0x2421b7=_0xcee1c?_0x18f8a6(0x176):_0x18f8a6(0x238);if(_0x30794e!==_0xe7d4c6&&(_0x37d88e(_0xe7d4c6),_0xe7d4c6||(_0x1d2aa2(null),_0x1f8a1b(!0x1),_0x1a108c(null))),(0x0,c[_0x18f8a6(0x4aa)])(()=>{const _0x21f12c=_0x18f8a6;_0xe7d4c6||(_0x8c70bb[_0x21f12c(0x6d6)](),_0x8c70bb['closeContextMenu'](),_0x8c70bb[_0x21f12c(0x268)]());},[_0xe7d4c6,_0x8c70bb]),(0x0,c['useEffect'])(()=>{const _0x2b9fb7=_0x18f8a6;if(!_0x445bf9)return;let _0x1e922b=_0x16a21f=>{const _0x58d7bd=_0x241e;var _0x42a28b;let _0x50cfdb=_0x16a21f[_0x58d7bd(0x487)]instanceof Node?_0x16a21f['target']:null;_0x50cfdb&&(_0x42a28b=_0x305dc1[_0x58d7bd(0x743)])!=null&&_0x42a28b[_0x58d7bd(0x342)](_0x50cfdb)||_0x1d2aa2(null);},_0x6f3d77=_0x2855e9=>{const _0x27a097=_0x241e;_0x2855e9[_0x27a097(0x146)]===_0x27a097(0x321)&&_0x1d2aa2(null);};return document[_0x2b9fb7(0x344)](_0x2b9fb7(0x318),_0x1e922b,!0x0),document['addEventListener'](_0x2b9fb7(0x6c1),_0x6f3d77,!0x0),()=>{const _0x2670fb=_0x2b9fb7;document[_0x2670fb(0x6ca)](_0x2670fb(0x318),_0x1e922b,!0x0),document[_0x2670fb(0x6ca)]('keydown',_0x6f3d77,!0x0);};},[_0x445bf9]),!_0xbde593||!_0x163795||!_0x2c1405||!_0x531440)return null;let _0xc6a07=()=>{const _0x3a7bd5=_0x18f8a6;_0x482d65[_0x3a7bd5(0x728)]({'hostUnitId':_0x59345a,'embedId':_0x35e897,'childUnitId':_0x511a6b},_0x3a7bd5(0x71b));},_0x340a95=async(_0x278c3b,_0x1fff8c)=>{const _0xb6bdaa=_0x18f8a6;_0xc6a07(),await _0x150bde[_0xb6bdaa(0x709)](h[_0xb6bdaa(0x38f)]['id'],{'type':_0x278c3b,'anchor':zo(_0x1fff8c[_0xb6bdaa(0x2fb)]())});},_0x8441d4=async _0x94e183=>{const _0x1b5c2a=_0x18f8a6;_0xc6a07(),await _0x150bde[_0x1b5c2a(0x709)](h[_0x1b5c2a(0x5ef)]['id'],{'tableId':_0x2c1405['id'],'unitId':_0x511a6b,'viewId':_0x94e183}),_0x11cb2a(_0x4512fc=>_0x4512fc+0x1);},_0x25a685=async _0x5373ad=>{const _0x51419b=_0x18f8a6;_0xc6a07();let _0x39f8a6=_0x51419b(0x739)+(0x0,n[_0x51419b(0x583)])(0x6),_0x40fe78=_0x5c2e40['get'](_0x5373ad)[_0x51419b(0x705)](_0x2c1405),_0xf2d552=await _0x150bde[_0x51419b(0x709)](m[_0x51419b(0x4e2)]['id'],{'unitId':_0x511a6b,'tableId':_0x2c1405['id'],'view':{'id':_0x39f8a6,'tableId':_0x2c1405['id'],'name':(0x0,h['createDefaultViewName'])(_0x58c5cc,_0x5373ad),'type':_0x5373ad,'config':_0x40fe78,'fieldOrder':[..._0x2c1405[_0x51419b(0x14a)]],'fieldSettings':{}}});_0x1d2aa2(null),_0x1f8a1b(!0x1),_0x11cb2a(_0x4aa2cc=>_0x4aa2cc+0x1),_0xf2d552&&await _0x8441d4(_0x39f8a6);},_0x13d992=async _0x548a90=>{const _0x6452f8=_0x18f8a6;var _0x5e5680;let _0x8887ac=(_0x5e5680=_0x3f70f1[0x0])==null?void 0x0:_0x5e5680['id'];!_0x8887ac||_0x8887ac===_0x548a90||(_0xc6a07(),await _0x150bde['executeCommand'](m[_0x6452f8(0x38e)]['id'],{'unitId':_0x511a6b,'tableId':_0x2c1405['id'],'viewId':_0x548a90,'target':{'beforeViewId':_0x8887ac}}),_0x11cb2a(_0x3d03e5=>_0x3d03e5+0x1));},_0x313c5d=async(_0x4916ac,_0x25fcad)=>{const _0x24e80e=_0x18f8a6;_0xc6a07(),await _0x150bde[_0x24e80e(0x709)](m[_0x24e80e(0x38e)]['id'],{'unitId':_0x511a6b,'tableId':_0x2c1405['id'],'viewId':_0x4916ac,'target':_0x25fcad}),_0x11cb2a(_0x199251=>_0x199251+0x1);},_0x418003=async(_0x5e88c2,_0x42989e)=>{const _0xbdbdb7=_0x18f8a6;_0xc6a07(),await _0x150bde[_0xbdbdb7(0x709)](m[_0xbdbdb7(0x49a)]['id'],{'unitId':_0x511a6b,'tableId':_0x2c1405['id'],'viewId':_0x5e88c2,'name':_0x42989e}),_0x11cb2a(_0x153676=>_0x153676+0x1);},_0x4437b3=async _0x5bd638=>{const _0x234248=_0x18f8a6;let _0x11ca16=_0x2c1405['views'][_0x5bd638];if(!_0x11ca16)return;_0xc6a07();let _0x34bfed=(0x0,h['duplicateView'])(_0x11ca16,_0x2c1405['id'],_0x58c5cc['t']('embed-ui.basesFloating.copySuffix')),_0x4708e8=await _0x150bde[_0x234248(0x709)](m[_0x234248(0x4e2)]['id'],{'unitId':_0x511a6b,'tableId':_0x2c1405['id'],'view':_0x34bfed});_0x11cb2a(_0x2cadcc=>_0x2cadcc+0x1),_0x4708e8&&await _0x8441d4(_0x34bfed['id']);},_0x11d49a=async()=>{const _0x37f94d=_0x18f8a6;var _0x48c089;let _0x480f2b=_0x1bea2c??_0x531440['id'];if(_0x3f70f1['length']<=0x1){_0x1a108c(null);return;}let _0x1acf16=(_0x48c089=_0x3f70f1[_0x37f94d(0x424)](_0x513641=>_0x513641['id']!==_0x480f2b))==null?void 0x0:_0x48c089['id'],_0x33edf0=await _0x150bde[_0x37f94d(0x709)](m[_0x37f94d(0xb2)]['id'],{'unitId':_0x511a6b,'tableId':_0x2c1405['id'],'viewId':_0x480f2b});_0x1a108c(null),_0x11cb2a(_0x4d01c5=>_0x4d01c5+0x1),_0x33edf0&&_0x1acf16&&await _0x8441d4(_0x1acf16);},_0x5a4d00=async()=>{const _0x4add27=_0x18f8a6;await _0x150bde[_0x4add27(0x709)](e['RemoveEmbedCommand']['id'],{'hostUnitId':_0x59345a,'embedId':_0x35e897});},_0x4e529f=_0x3127bb=>{const _0x37597c=_0x18f8a6;_0x3127bb[_0x37597c(0x732)]();},_0x329ac7=_0x11f118=>{const _0x34c46e=_0x18f8a6;_0x11f118[_0x34c46e(0x558)](),_0x11f118[_0x34c46e(0x732)]();};return(0x0,d['jsxs'])(d[_0x18f8a6(0x70a)],{'children':[(0x0,d[_0x18f8a6(0x66a)])(_0x18f8a6(0x568),{'className':(0x0,o['clsx'])(_0x18f8a6(0x69d),{'univer-hidden':!_0xe7d4c6,'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':_0x1de7a6,'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':!_0x1de7a6,'-univer-top-12':!_0x1de7a6&&_0x3a8aab!==_0x18f8a6(0x4bd),'univer-w-full':!_0x1de7a6,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x1de7a6&&_0x3a8aab==='docs-custom-block'}),'data-u-comp':_0x18f8a6(0x6e3),'data-embed-floating-menu':_0x18f8a6(0x573),'data-embed-id':_0x35e897,'data-embed-float-stage':_0xe7d4c6?'stage2':_0x18f8a6(0x65d),'data-base-render-version':_0x16e167,...ko(_0x35e897),'onClick':_0x4e529f,'onDoubleClick':_0x4e529f,'onMouseDown':_0x329ac7,'onMouseUp':_0x4e529f,'onPointerDown':_0x329ac7,'onPointerUp':_0x4e529f,'children':[_0x383acf?(0x0,d[_0x18f8a6(0x588)])(_o,{'embedId':_0x35e897,'activeView':_0x531440,'views':_0x3f70f1,'addViewOpen':_0x9cc891,'onAddViewOpenChange':_0x1f8a1b,'onActivateView':_0x8441d4,'onAddView':_0x25a685,'onSetViewAsFirst':_0x13d992,'onMoveView':_0x313c5d,'onRenameView':_0x418003,'onDuplicateView':_0x4437b3,'onConfigureView':_0x3d2322=>_0x340a95('viewSettings',_0x3d2322),'onDeleteView':_0x1a108c}):(0x0,d['jsx'])(_0x18f8a6(0x568),{'data-u-comp':_0x18f8a6(0x12a),'className':xo,'children':(0x0,d[_0x18f8a6(0x588)])(jo,{'activeView':_0x531440,'views':_0x3f70f1,'onActivateView':_0x8441d4,'embedId':_0x35e897,'onAddView':_0x3caae7=>{const _0x1615b5=_0x18f8a6;_0xc6a07(),_0x1d2aa2(_0x3caae7[_0x1615b5(0x2fb)]());},'onConfigureView':_0x55b494=>_0x340a95(_0x18f8a6(0x340),_0x55b494),'onDeleteView':()=>_0x1a108c(_0x531440['id'])})}),(0x0,d[_0x18f8a6(0x588)])(_0x18f8a6(0x568),{'className':(0x0,o[_0x18f8a6(0x596)])(_0x18f8a6(0x441),{'univer-min-w-0':_0x1de7a6,'univer-min-w-max':!_0x1de7a6}),'children':(0x0,d[_0x18f8a6(0x66a)])(_0x18f8a6(0x568),{'data-u-comp':_0x18f8a6(0x5ba),'className':(0x0,o[_0x18f8a6(0x596)])(_0x18f8a6(0x48a),{'univer-w-full\x20univer-flex-1':_0x1de7a6,[xo]:!_0x1de7a6}),'children':[(0x0,d[_0x18f8a6(0x588)])(h[_0x18f8a6(0x5dd)],{'iconOnly':!_0xcee1c,'className':_0x2421b7,'state':{...Po(_0x531440,_0x3b853f),'searchOpen':_0x495b34[_0x18f8a6(0x60d)][_0x18f8a6(0x5bc)],'searchQuery':_0x495b34['search']['query'],'searchActiveIndex':_0x495b34[_0x18f8a6(0x60d)][_0x18f8a6(0x6c7)]},'onAddRecord':_0x4879da=>_0x4879da&&_0x340a95('addRecord',_0x4879da),'onCustomizeField':_0x3b8a1e=>_0x340a95('customizeField',_0x3b8a1e),'onCustomizeKanban':_0x2f2ec2=>_0x340a95(_0x18f8a6(0x6bb),_0x2f2ec2),'onCustomizeGallery':_0x432419=>_0x340a95(_0x18f8a6(0xba),_0x432419),'onCalendarEventSettings':_0x1a92de=>_0x340a95('calendarEventSettings',_0x1a92de),'onCalendarViewSettings':_0x49e36d=>_0x340a95('calendarViewSettings',_0x49e36d),'onViewSettings':_0x5d8bfd=>_0x340a95(_0x18f8a6(0x340),_0x5d8bfd),'onFilter':_0x2467b3=>_0x340a95(_0x18f8a6(0xc9),_0x2467b3),'onGroup':_0x1ede0f=>_0x340a95('group',_0x1ede0f),'onSort':_0x207796=>_0x340a95(_0x18f8a6(0x4c5),_0x207796),'onRowHeight':_0x155cf7=>_0x340a95(_0x18f8a6(0x63a),_0x155cf7),'onConditionalColoring':_0x262556=>_0x340a95(_0x18f8a6(0x53c),_0x262556),'onUndo':async()=>_0x150bde['executeCommand'](n[_0x18f8a6(0x3e2)]['id']),'onRedo':async()=>_0x150bde[_0x18f8a6(0x709)](n['RedoCommand']['id']),'onOpenSearch':()=>_0x487e8c[_0x18f8a6(0x1ab)](),'onSearchQueryChange':_0x54ec8d=>_0x487e8c[_0x18f8a6(0x477)](_0x54ec8d),'onSearchPrevious':()=>_0x487e8c['setSearchActiveIndex'](Math['max'](0x0,(_0x495b34[_0x18f8a6(0x60d)][_0x18f8a6(0x6c7)]??0x0)-0x1)),'onSearchNext':()=>_0x487e8c[_0x18f8a6(0xc3)]((_0x495b34['search']['activeIndex']??-0x1)+0x1),'onCloseSearch':()=>_0x487e8c[_0x18f8a6(0x198)]()}),_0x351f71?(0x0,d[_0x18f8a6(0x66a)])(d[_0x18f8a6(0x70a)],{'children':[(0x0,d['jsx'])(o['Separator'],{'orientation':_0x18f8a6(0x6aa)}),(0x0,d[_0x18f8a6(0x588)])(Ro,{'title':_0x58c5cc['t']('embed-ui.basesFloating.delete'),'className':'univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x5a4d00,'children':(0x0,d[_0x18f8a6(0x588)])(s[_0x18f8a6(0x677)],{})})]}):null]})})]}),_0x445bf9?(0x0,g[_0x18f8a6(0x436)])((0x0,d[_0x18f8a6(0x588)])(_0x18f8a6(0x568),{'ref':_0x305dc1,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0x35e897,'data-embed-floating-menu-popup':'true','className':_0x18f8a6(0x70f),'style':Bo(_0x445bf9),'onPointerDown':_0x52c58a=>_0x52c58a[_0x18f8a6(0x732)](),'children':(0x0,d[_0x18f8a6(0x588)])(h[_0x18f8a6(0x41e)],{'views':h[_0x18f8a6(0x42b)][_0x18f8a6(0x264)](_0x56d886=>({..._0x56d886,'label':_0x58c5cc['t'](_0x56d886[_0x18f8a6(0x4e6)]),'description':_0x58c5cc['t'](_0x56d886[_0x18f8a6(0x188)])})),'onCreate':_0x25a685})}),(0x0,h[_0x18f8a6(0x156)])(!0x0)??document['body']):null,(0x0,d['jsx'])(h[_0x18f8a6(0x4c0)],{'open':!!_0x1bea2c,'title':_0x58c5cc['t'](_0x18f8a6(0x6ef)),'description':_0x58c5cc['t']('embed-ui.basesFloating.confirmDelete.viewDescription'),'onCancel':()=>_0x1a108c(null),'onConfirm':_0x11d49a}),_0x1de7a6?(0x0,d[_0x18f8a6(0x588)])(po,{'embedId':_0x35e897,'childUnitId':_0x511a6b,'base':_0x163795,'activeTable':_0x2c1405}):null]});}function jo(_0x1ef155){const _0x4e5b8a=_0x5b38ef;var _0x3fa4b4;let {embedId:_0x40052b,activeView:_0x4e46ed,views:_0x455ae7,onActivateView:_0x509630,onAddView:_0xed114b,onConfigureView:_0x4e951d,onDeleteView:_0x3daae0}=_0x1ef155,_0x2bb4b3=(0x0,a[_0x4e5b8a(0x6f9)])(n[_0x4e5b8a(0x20e)]),_0x54d0c=(0x0,c[_0x4e5b8a(0x634)])(null),_0x31d7d6=(0x0,c['useRef'])(null),[_0x15e96c,_0x306fdd]=(0x0,c['useState'])(!0x1),_0x121c08=_0x473276=>{const _0x1a6336=_0x4e5b8a;_0x473276[_0x1a6336(0x558)](),_0x473276[_0x1a6336(0x732)]();},_0x383067=((_0x3fa4b4=_0x54d0c[_0x4e5b8a(0x743)])==null?void 0x0:_0x3fa4b4[_0x4e5b8a(0x2fb)]())??null;return(0x0,c[_0x4e5b8a(0x4aa)])(()=>{const _0x32c135=_0x4e5b8a;if(!_0x15e96c)return;let _0x238f24=_0x15dd5b=>{const _0x223b5c=_0x241e;var _0x1418aa,_0x16ae59;let _0x30b8b4=_0x15dd5b[_0x223b5c(0x487)]instanceof Node?_0x15dd5b[_0x223b5c(0x487)]:null;!_0x30b8b4||(_0x1418aa=_0x54d0c[_0x223b5c(0x743)])!=null&&_0x1418aa[_0x223b5c(0x342)](_0x30b8b4)||(_0x16ae59=_0x31d7d6[_0x223b5c(0x743)])!=null&&_0x16ae59['contains'](_0x30b8b4)||_0x306fdd(!0x1);},_0x5e5fc0=_0x2aa4f5=>{const _0x5eaf96=_0x241e;_0x2aa4f5[_0x5eaf96(0x146)]===_0x5eaf96(0x321)&&_0x306fdd(!0x1);};return document[_0x32c135(0x344)](_0x32c135(0x318),_0x238f24,!0x0),document[_0x32c135(0x344)]('keydown',_0x5e5fc0,!0x0),()=>{const _0x26f97e=_0x32c135;document[_0x26f97e(0x6ca)](_0x26f97e(0x318),_0x238f24,!0x0),document[_0x26f97e(0x6ca)]('keydown',_0x5e5fc0,!0x0);};},[_0x15e96c]),(0x0,d['jsxs'])(d[_0x4e5b8a(0x70a)],{'children':[(0x0,d[_0x4e5b8a(0x66a)])(o[_0x4e5b8a(0x3db)],{'ref':_0x54d0c,'type':_0x4e5b8a(0x3c3),'size':'small','variant':'ghost','className':_0x4e5b8a(0x697),'title':_0x4e46ed[_0x4e5b8a(0x1f3)],'aria-label':_0x2bb4b3['t'](_0x4e5b8a(0x67a)),'onClick':_0x5490b6=>{_0x5490b6['stopPropagation'](),_0x306fdd(_0x307f47=>!_0x307f47);},'onMouseDown':_0x121c08,'onPointerDown':_0x121c08,'children':[(0x0,d['jsx'])(_0x4e5b8a(0x316),{'className':_0x4e5b8a(0x31b),'aria-hidden':_0x4e5b8a(0x573),'children':(0x0,d[_0x4e5b8a(0x588)])(h[_0x4e5b8a(0x51d)],{'type':_0x4e46ed[_0x4e5b8a(0x68d)]})}),(0x0,d[_0x4e5b8a(0x588)])(_0x4e5b8a(0x316),{'className':_0x4e5b8a(0x66b),'children':_0x4e46ed[_0x4e5b8a(0x1f3)]}),(0x0,d[_0x4e5b8a(0x588)])(s['MoreDownIcon'],{'className':_0x4e5b8a(0x1a3)})]}),_0x15e96c&&_0x383067?(0x0,g[_0x4e5b8a(0x436)])((0x0,d[_0x4e5b8a(0x66a)])(_0x4e5b8a(0x568),{'ref':_0x31d7d6,'data-u-comp':'base-embed-view-panel','data-embed-id':_0x40052b,'data-embed-floating-menu-popup':'true','className':_0x4e5b8a(0x556),'style':Vo(_0x383067),'onClick':_0x409f4d=>_0x409f4d[_0x4e5b8a(0x732)](),'onMouseDown':_0x121c08,'onPointerDown':_0x121c08,'children':[(0x0,d[_0x4e5b8a(0x588)])('div',{'className':_0x4e5b8a(0x2da),'children':_0x455ae7[_0x4e5b8a(0x264)](_0x10e7db=>(0x0,d[_0x4e5b8a(0x588)])(o[_0x4e5b8a(0x3db)],{'type':_0x4e5b8a(0x3c3),'variant':_0x4e5b8a(0x239),'size':_0x4e5b8a(0x4ed),'className':_0x4e5b8a(0x699),'onClick':_0x3d035a=>{_0x3d035a['stopPropagation'](),_0x509630(_0x10e7db['id']),_0x306fdd(!0x1);},'children':(0x0,d[_0x4e5b8a(0x588)])(Mo,{'icon':(0x0,d[_0x4e5b8a(0x588)])(h[_0x4e5b8a(0x51d)],{'type':_0x10e7db[_0x4e5b8a(0x68d)]}),'label':_0x10e7db['name'],'trailing':_0x10e7db['id']===_0x4e46ed['id']?(0x0,d[_0x4e5b8a(0x588)])('span',{'className':_0x4e5b8a(0x277)}):null})},_0x10e7db['id']))}),(0x0,d[_0x4e5b8a(0x588)])(o[_0x4e5b8a(0x437)],{}),(0x0,d[_0x4e5b8a(0x588)])(No,{'icon':(0x0,d[_0x4e5b8a(0x588)])(s[_0x4e5b8a(0x2b4)],{}),'label':_0x2bb4b3['t'](_0x4e5b8a(0x34f)),'onClick':()=>{const _0x5ec111=_0x4e5b8a;let _0x4a7cd7=_0x54d0c[_0x5ec111(0x743)];_0x4a7cd7&&_0xed114b(_0x4a7cd7),_0x306fdd(!0x1);}}),(0x0,d[_0x4e5b8a(0x588)])(No,{'icon':(0x0,d[_0x4e5b8a(0x588)])(s[_0x4e5b8a(0x6b9)],{}),'label':_0x2bb4b3['t'](_0x4e5b8a(0x4c7)),'onClick':()=>{const _0x165fd0=_0x4e5b8a;let _0x44a060=_0x54d0c[_0x165fd0(0x743)];_0x44a060&&_0x4e951d(_0x44a060),_0x306fdd(!0x1);}}),(0x0,d[_0x4e5b8a(0x588)])(No,{'danger':!0x0,'disabled':_0x455ae7[_0x4e5b8a(0x3da)]<=0x1,'icon':(0x0,d[_0x4e5b8a(0x588)])(s['DeleteIcon'],{}),'label':_0x2bb4b3['t'](_0x4e5b8a(0x6da)),'onClick':()=>{_0x3daae0(),_0x306fdd(!0x1);}})]}),(0x0,h['getBaseFloatingPanelPortalContainer'])(!0x0)??document[_0x4e5b8a(0x4b7)]):null]});}function Mo(_0x352ca1){const _0x161dfe=_0x5b38ef;let {icon:_0x4b09f7,label:_0x4dd4d1,trailing:_0x5137bc}=_0x352ca1;return(0x0,d['jsxs'])(_0x161dfe(0x316),{'className':'univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','children':[(0x0,d[_0x161dfe(0x588)])(_0x161dfe(0x316),{'className':_0x161dfe(0x54a),'aria-hidden':_0x161dfe(0x573),'children':_0x4b09f7}),(0x0,d[_0x161dfe(0x588)])('span',{'className':'univer-min-w-0\x20univer-truncate\x20univer-text-left','children':_0x4dd4d1}),(0x0,d['jsx'])('span',{'className':'univer-grid\x20univer-size-[18px]\x20univer-place-items-center','children':_0x5137bc})]});}function No(_0x353797){const _0x274c12=_0x5b38ef;let {danger:_0x4364b9,disabled:_0x250363,icon:_0x199cde,label:_0x465608,onClick:_0x1ab2a9}=_0x353797;return(0x0,d[_0x274c12(0x588)])(o[_0x274c12(0x3db)],{'type':'button','variant':'ghost','size':_0x274c12(0x4ed),'disabled':_0x250363,'className':(0x0,o['clsx'])(_0x274c12(0x699),_0x4364b9&&'univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700'),'onClick':_0xf3a2f=>{const _0x322681=_0x274c12;_0xf3a2f[_0x322681(0x732)](),_0x1ab2a9();},'children':(0x0,d['jsx'])(Mo,{'icon':_0x199cde,'label':_0x465608})});}function Po(_0x375074,_0x1b25ee={}){const _0x271864=_0x5b38ef;var _0xe2d00f,_0x5afd1d,_0x5bdc42;let _0x4c8cce=_0x375074['config']??{},_0x374ff6=_0x4c8cce[_0x271864(0x53c)],_0x54d785=Array[_0x271864(0x4d5)](_0x374ff6==null?void 0x0:_0x374ff6['rules'])?_0x374ff6['rules'][_0x271864(0x3da)]:0x0;return{'viewType':_0x375074[_0x271864(0x68d)],'filterCount':((_0xe2d00f=_0x375074[_0x271864(0xc9)])==null||(_0xe2d00f=_0xe2d00f[_0x271864(0x317)])==null?void 0x0:_0xe2d00f['length'])??0x0,'groupCount':((_0x5afd1d=_0x375074[_0x271864(0x291)])==null?void 0x0:_0x5afd1d[_0x271864(0x3da)])??0x0,'sortCount':((_0x5bdc42=_0x375074[_0x271864(0x4c5)])==null?void 0x0:_0x5bdc42[_0x271864(0x3da)])??0x0,'rowHeightActive':!!(_0x4c8cce[_0x271864(0x63a)]&&_0x4c8cce[_0x271864(0x63a)]!==_0x271864(0x3ff)),'conditionalColoringActive':_0x54d785>0x0,'conditionalColoringCount':_0x54d785,'canUndo':(_0x1b25ee[_0x271864(0x3b5)]??0x0)>0x0,'canRedo':(_0x1b25ee['redos']??0x0)>0x0};}function Fo(_0x5875d9,_0xaca214){const _0x2f1476=_0x5b38ef;if(_0x5875d9)return(_0xaca214?_0x5875d9[_0x2f1476(0x301)][_0xaca214]:void 0x0)??vo(_0x5875d9)[0x0];}function Io(_0x5084a8){const _0x2aa104=_0x5b38ef;var _0x319e70;return(_0x5084a8==null||(_0x319e70=_0x5084a8[_0x2aa104(0x518)])==null?void 0x0:_0x319e70[_0x2aa104(0x264)](_0x481a41=>_0x5084a8['views'][_0x481a41])[_0x2aa104(0xc9)](_0x349318=>!!_0x349318))??[];}function Lo(_0x13a524,_0x1874a8){const _0x367c8b=_0x5b38ef;if(_0x13a524)return(_0x1874a8?_0x13a524[_0x367c8b(0x14c)][_0x1874a8]:void 0x0)??Io(_0x13a524)[0x0];}function Ro(_0x4ed4f1){const _0x3c6be0=_0x5b38ef;let {children:_0xbe211f,title:_0x750c8a,className:_0x5cad7b,onClick:_0x3a275e}=_0x4ed4f1;return(0x0,d['jsx'])(o[_0x3c6be0(0x3db)],{'type':_0x3c6be0(0x3c3),'size':_0x3c6be0(0x4ed),'variant':_0x3c6be0(0x239),'className':(0x0,o[_0x3c6be0(0x596)])(_0x3c6be0(0x2b9),_0x5cad7b),'title':_0x750c8a,'aria-label':_0x750c8a,'onClick':_0x4b9d83=>_0x3a275e(_0x4b9d83[_0x3c6be0(0x313)]),'children':_0xbe211f});}function zo(_0x41fcb7){const _0x4f9e4a=_0x5b38ef;return{'x':_0x41fcb7['x'],'y':_0x41fcb7['y'],'width':_0x41fcb7[_0x4f9e4a(0x33d)],'height':_0x41fcb7[_0x4f9e4a(0x658)]};}function Bo(_0x34b500){const _0x5e4583=_0x5b38ef;let _0x2c0655=(0x0,h[_0x5e4583(0x17a)])(_0x34b500,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x2c0655[_0x5e4583(0x3ec)],'left':_0x2c0655['left'],'maxHeight':_0x2c0655[_0x5e4583(0x468)]};}function Vo(_0x2df169){const _0x2e8642=_0x5b38ef;let _0x2bae80=(0x0,h['getBaseFloatingPosition'])({'left':_0x2df169[_0x2e8642(0xc4)]-0xd0,'right':_0x2df169['right'],'top':_0x2df169[_0x2e8642(0x3ec)],'bottom':_0x2df169[_0x2e8642(0x711)],'width':0xd0,'height':_0x2df169[_0x2e8642(0x658)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x2bae80[_0x2e8642(0x3ec)],'left':_0x2bae80[_0x2e8642(0x1e4)],'maxHeight':_0x2bae80[_0x2e8642(0x468)]};}function Ho(_0x2509aa){const _0x119de1=_0x5b38ef;la(_0x2509aa,_0x119de1(0x41d),Uo);}function Uo(_0x315d3d){const _0x18ca5e=_0x5b38ef;_0x315d3d[_0x18ca5e(0x6b7)](h[_0x18ca5e(0x5c5)])||_0x315d3d[_0x18ca5e(0x474)]([h[_0x18ca5e(0x5c5)]]),_0x315d3d['has'](h[_0x18ca5e(0x72f)])||_0x315d3d[_0x18ca5e(0x474)]([h[_0x18ca5e(0x72f)],{'useFactory':()=>_0x315d3d[_0x18ca5e(0x187)](ae)}]),_0x315d3d[_0x18ca5e(0x6b7)](h[_0x18ca5e(0x42d)])||_0x315d3d['add']([h[_0x18ca5e(0x42d)],{'useFactory':()=>_0x315d3d[_0x18ca5e(0x187)](ie)}]),_0x315d3d[_0x18ca5e(0x6b7)](h[_0x18ca5e(0x623)])||_0x315d3d['add']([h[_0x18ca5e(0x623)],{'useFactory':()=>_0x315d3d['get'](ur)}]),_0x315d3d['has'](h[_0x18ca5e(0x5b3)])||_0x315d3d[_0x18ca5e(0x474)]([h[_0x18ca5e(0x5b3)],{'useFactory':()=>_0x315d3d['get'](G)}]),_0x315d3d[_0x18ca5e(0x6b7)](h['IBaseEmbedRuntimeService'])||_0x315d3d[_0x18ca5e(0x474)]([h[_0x18ca5e(0xd1)],{'useFactory':()=>Go({'embedModelService':_0x315d3d[_0x18ca5e(0x187)](e[_0x18ca5e(0x5c1)]),'restoreService':_0x315d3d[_0x18ca5e(0x187)](dr),'mountService':_0x315d3d[_0x18ca5e(0x187)](bt),'activationService':_0x315d3d['get'](Ct)})}]);let _0x34fe39=_0x315d3d[_0x18ca5e(0x187)](e['EmbedHostAdapterRegistryService']),_0x280f0e=_0x315d3d[_0x18ca5e(0x187)](at),_0x420611=_0x315d3d[_0x18ca5e(0x187)](rt),_0x191722=_0x315d3d[_0x18ca5e(0x187)](U),_0x564e05=_0x315d3d['get'](it),_0x4eef66=_0x315d3d['get'](lr),_0x45e99d=_0x315d3d['get'](vr),_0xcf7795=Aa(_0x315d3d[_0x18ca5e(0x6b7)](e[_0x18ca5e(0x128)])?_0x315d3d[_0x18ca5e(0x187)](e[_0x18ca5e(0x128)]):void 0x0,_0x315d3d[_0x18ca5e(0x6b7)](n[_0x18ca5e(0x15a)])?_0x315d3d[_0x18ca5e(0x187)](n['IUniverInstanceService']):void 0x0,()=>_0x315d3d[_0x18ca5e(0x6b7)](h[_0x18ca5e(0x69c)])?_0x315d3d[_0x18ca5e(0x187)](h[_0x18ca5e(0x69c)]):void 0x0);_0x34fe39[_0x18ca5e(0x187)](_0xcf7795['hostType'],_0xcf7795[_0x18ca5e(0x5d9)])||_0x34fe39[_0x18ca5e(0x2f4)](_0xcf7795);let _0x11302a=ja();_0x280f0e[_0x18ca5e(0x187)](_0x11302a[_0x18ca5e(0x5ae)],_0x11302a['entry'])||_0x280f0e['register'](_0x11302a);let _0x1699e6=Va(_0x315d3d[_0x18ca5e(0x187)](n[_0x18ca5e(0x4bb)]),_0x315d3d[_0x18ca5e(0x187)](h[_0x18ca5e(0x5c5)]));_0x420611[_0x18ca5e(0x187)](_0x1699e6['childType'])||_0x420611[_0x18ca5e(0x2f4)](_0x1699e6);let _0x3e1b03=ya();_0x191722[_0x18ca5e(0x187)](_0x3e1b03[_0x18ca5e(0x210)])||_0x191722[_0x18ca5e(0x2f4)](_0x3e1b03),So()['forEach'](_0x23f38d=>{const _0x4b3012=_0x18ca5e;_0x564e05['hasExact'](_0x23f38d[_0x4b3012(0x5ae)],_0x23f38d[_0x4b3012(0x5d9)],_0x23f38d[_0x4b3012(0x210)])||_0x564e05['register'](_0x23f38d);}),_0x4eef66['registerProvider'](Gi(_0x315d3d,{'childType':n[_0x18ca5e(0x63d)][_0x18ca5e(0x36e)],'renderManagerService':u['IRenderManagerService']})),Wo(_0x315d3d),_0x45e99d[_0x18ca5e(0x187)](n[_0x18ca5e(0x63d)][_0x18ca5e(0x36e)])||_0x45e99d[_0x18ca5e(0x2f4)](La(_0x315d3d));}function Wo(_0x3a37aa){const _0x27c7b7=_0x5b38ef;let _0x50853d=_0x3a37aa[_0x27c7b7(0x187)](Hi);_0x50853d[_0x27c7b7(0x187)](n[_0x27c7b7(0x63d)][_0x27c7b7(0x36e)])||!_0x3a37aa[_0x27c7b7(0x6b7)](h[_0x27c7b7(0x69c)])||!_0x3a37aa[_0x27c7b7(0x6b7)](m[_0x27c7b7(0x1a8)])||!_0x3a37aa[_0x27c7b7(0x6b7)](h['IBaseViewWheelScrollService'])||_0x50853d[_0x27c7b7(0x2f4)](_0x3a37aa[_0x27c7b7(0x415)](ba));}function Go(_0xa3e26c){return{'mountTableList':async _0x3ccfb4=>{const _0x386a54=_0x241e;let _0x5573f9=_0xa3e26c[_0x386a54(0xcc)]['getDescriptor'](_0x3ccfb4[_0x386a54(0x232)],_0x3ccfb4[_0x386a54(0x2a5)]);if(!_0x5573f9&&_0x3ccfb4['childUnitId']&&(_0x5573f9={'embedId':_0x3ccfb4['embedId'],'hostUnitId':_0x3ccfb4['baseUnitId'],'hostType':n[_0x386a54(0x63d)][_0x386a54(0x36e)],'entry':_0x386a54(0x708),'hostAnchorId':_0x3ccfb4[_0x386a54(0x659)],'childUnitId':_0x3ccfb4[_0x386a54(0x1b3)],'childType':_0x3ccfb4[_0x386a54(0x210)],'source':{'unitType':_0x3ccfb4['childType'],'ref':{'file':{'kind':e['RESOURCE_REF_FILE_KIND']['SELF']},'unit':{'selector':_0x3ccfb4[_0x386a54(0x1b3)],'type':(0x0,e[_0x386a54(0x1ba)])(_0x3ccfb4[_0x386a54(0x210)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x386a54(0x70d),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x5573f9||_0x5573f9[_0x386a54(0x659)]!==_0x3ccfb4[_0x386a54(0x659)])&&((!_0x5573f9[_0x386a54(0x1b3)]||_0x5573f9[_0x386a54(0x210)]==null)&&(_0x5573f9=await _0xa3e26c[_0x386a54(0x1cb)]['materializeDescriptor']({'descriptor':_0x5573f9})),!(!_0x5573f9[_0x386a54(0x1b3)]||_0x5573f9[_0x386a54(0x210)]==null)))return _0xa3e26c[_0x386a54(0xd3)][_0x386a54(0x5c0)](_0x5573f9),_0xa3e26c['activationService'][_0x386a54(0x71c)](_0x5573f9),(0x0,n[_0x386a54(0x5dc)])(()=>{const _0x75ed27=_0x386a54;_0xa3e26c['activationService'][_0x75ed27(0x719)](_0x3ccfb4[_0x75ed27(0x2a5)]),_0xa3e26c['mountService'][_0x75ed27(0x65f)](_0x3ccfb4[_0x75ed27(0x2a5)]);});}};}let Ko=class extends n[_0x5b38ef(0x6e0)]{constructor(_0xa64e66,_0x50c4ff,_0x1fdf75,_0x1381a2,_0x2acb57,_0x95fb4b,_0x3f2601,_0x41c4d9){const _0x3f367c=_0x5b38ef;if(super(),this['_context']=_0xa64e66,this[_0x3f367c(0x3a8)]=_0x50c4ff,this[_0x3f367c(0x322)]=_0x1fdf75,this[_0x3f367c(0x73c)]=_0x1381a2,this[_0x3f367c(0x205)]=_0x2acb57,this[_0x3f367c(0x5a9)]=_0x95fb4b,this[_0x3f367c(0x87)]=_0x3f2601,this[_0x3f367c(0x371)]=_0x41c4d9,H(this,_0x3f367c(0x139),new Map()),H(this,_0x3f367c(0x308),void 0x0),H(this,'_routeWheelToHost',_0x4ab5af=>{const _0xabf091=_0x3f367c;var _0x2b4413,_0xc26282;let _0x47af8d=(_0x2b4413=(_0xc26282=this['_context'][_0xabf091(0x324)])[_0xabf091(0x4ad)])==null?void 0x0:_0x2b4413['call'](_0xc26282);return _0x47af8d?(_0x47af8d[_0xabf091(0x23d)](new WheelEvent(_0xabf091(0x183),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x4ab5af[_0xabf091(0xfe)],'clientY':_0x4ab5af[_0xabf091(0x571)],'ctrlKey':_0x4ab5af[_0xabf091(0x2c4)],'deltaMode':_0x4ab5af[_0xabf091(0x27c)],'deltaX':_0x4ab5af['deltaX'],'deltaY':_0x4ab5af[_0xabf091(0x485)],'deltaZ':_0x4ab5af[_0xabf091(0x327)],'metaKey':_0x4ab5af[_0xabf091(0xfd)],'shiftKey':_0x4ab5af[_0xabf091(0x80)]})),!0x0):!0x1;}),H(this,_0x3f367c(0x17d),_0x2a877d=>{const _0x413717=_0x3f367c;var _0x1ebe1d,_0x429385;let _0x1f9b56=(_0x1ebe1d=(_0x429385=this[_0x413717(0x170)]['engine'])[_0x413717(0x4ad)])==null?void 0x0:_0x1ebe1d['call'](_0x429385);if(!_0x1f9b56)return null;let _0xd69b81=_0x2a877d;for(;_0xd69b81&&!_0xd69b81[_0x413717(0x342)](_0x1f9b56);)_0xd69b81=_0xd69b81[_0x413717(0x3a7)];return _0xd69b81;}),Promise[_0x3f367c(0x13f)]()[_0x3f367c(0x5fd)](()=>this[_0x3f367c(0x3de)]()),typeof document<'u'){let _0x28e0a5=_0x434b9f=>this['_handleDragStart'](_0x434b9f);document[_0x3f367c(0x344)](Zr,_0x28e0a5),this[_0x3f367c(0x18c)]((0x0,n[_0x3f367c(0x5dc)])(()=>document['removeEventListener'](Zr,_0x28e0a5)));}this[_0x3f367c(0x18c)](this[_0x3f367c(0x371)][_0x3f367c(0x73b)](_0x373ce2=>{const _0x3147e9=_0x3f367c;(_0x373ce2['id']===e[_0x3147e9(0x19a)]['id']||_0x373ce2['id']===e['RemoveEmbedCommand']['id']||_0x373ce2['id']===e['SetEmbedDescriptorMutation']['id']||_0x373ce2['id']===e[_0x3147e9(0x6c5)]['id'])&&this[_0x3147e9(0x3de)]();})),[this['_boardElementService'][_0x3f367c(0x43c)],this['_boardElementService'][_0x3f367c(0x305)],this[_0x3f367c(0x73c)]['elementRemove$']]['forEach'](_0x43a795=>{const _0x2e8f4f=_0x3f367c;let _0x3bc742=_0x43a795[_0x2e8f4f(0xde)](_0x122851=>{const _0x17b5d7=_0x2e8f4f;_0x122851[_0x17b5d7(0x2e7)](_0x596978=>_0x596978[_0x17b5d7(0x5d5)]===this[_0x17b5d7(0x170)]['unitId'])&&this[_0x17b5d7(0x3de)]();});this['disposeWithMe']((0x0,n[_0x2e8f4f(0x5dc)])(()=>_0x3bc742[_0x2e8f4f(0x637)]()));});}[_0x5b38ef(0x565)](){const _0x24c4a6=_0x5b38ef;var _0x502975;(_0x502975=this[_0x24c4a6(0x308)])==null||_0x502975[_0x24c4a6(0x591)](this),this[_0x24c4a6(0x308)]=void 0x0,this[_0x24c4a6(0x139)][_0x24c4a6(0x53f)](_0x57a83e=>_0x57a83e[_0x24c4a6(0x565)]()),this[_0x24c4a6(0x139)]['clear'](),super[_0x24c4a6(0x565)]();}['_sync'](){const _0x196f3b=_0x5b38ef;let _0x439fc9=this['_context'][_0x196f3b(0x5d5)];if(this[_0x196f3b(0x3a8)]['getActiveDescriptorsByChildUnit'](_0x439fc9)['length']>0x0){this['_clearItems']();return;}let _0x21f5da=this[_0x196f3b(0x73c)][_0x196f3b(0x1b7)](_0x439fc9),_0x362597=new Set();this[_0x196f3b(0x3a8)][_0x196f3b(0x552)](_0x439fc9)[_0x196f3b(0xc9)](_0x2261a6=>_0x2261a6[_0x196f3b(0x5d9)]===e[_0x196f3b(0x266)]['BoardsFloatingObject'])[_0x196f3b(0x53f)](_0x1c5e15=>{const _0x318606=_0x196f3b;let _0x263203=Object[_0x318606(0x38d)](_0x21f5da)[_0x318606(0x424)](_0x4b9a2e=>{const _0x571b83=_0x318606;var _0x1ce472;return(0x0,v[_0x571b83(0x24e)])((_0x1ce472=_0x4b9a2e[_0x571b83(0x6fc)][_0x1c5e15[_0x571b83(0x659)]])==null?void 0x0:_0x1ce472[_0x571b83(0x1e1)]);}),_0x1b0948=_0x263203==null?void 0x0:_0x263203[_0x318606(0x6fc)][_0x1c5e15[_0x318606(0x659)]],_0x340aa1=_0x1b0948==null?void 0x0:_0x1b0948[_0x318606(0x1e1)];if(!_0x263203||!_0x1b0948||!(0x0,v[_0x318606(0x24e)])(_0x340aa1))return;let _0x154a0b=(0x0,v['getEmbedBoardsFloatingCustomData'])(_0x340aa1),_0x1d6109=this[_0x318606(0x4c1)](_0x1c5e15[_0x318606(0x659)]);_0x362597[_0x318606(0x474)](_0x1d6109);let _0x27fffc={'left':_0x340aa1[_0x318606(0x484)][_0x318606(0x1e4)]??0x0,'top':_0x340aa1['transform'][_0x318606(0x3ec)]??0x0,'width':_0x340aa1[_0x318606(0x484)][_0x318606(0x33d)]??0x230,'height':_0x340aa1[_0x318606(0x484)][_0x318606(0x658)]??0x168},_0x5c977e=()=>(0x0,c[_0x318606(0x221)])(vi,{'data':{'version':0x1,'embedId':_0x1c5e15[_0x318606(0x2a5)],'hostUnitId':_0x439fc9,'hostAnchorId':_0x1c5e15[_0x318606(0x659)],'childUnitId':_0x1c5e15['childUnitId']??(_0x154a0b==null?void 0x0:_0x154a0b[_0x318606(0x1b3)]),'childType':_0x1c5e15[_0x318606(0x210)]??(_0x154a0b==null?void 0x0:_0x154a0b[_0x318606(0x210)])},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x318606(0x544)],'resolveHostWheelGestureRoot':this['_resolveHostWheelGestureRoot'],'onRuntimeStageEnter':_0x4b9587=>this['_setAnchorTransformerVisible'](_0x4b9587!==_0x318606(0x71b),_0x1b0948[_0x318606(0x627)],_0x1c5e15[_0x318606(0x659)])});this[_0x318606(0x139)][_0x318606(0x6b7)](_0x1d6109)?this['_domLayerService'][_0x318606(0x5b0)](_0x1d6109,{'rect':_0x27fffc,'content':_0x5c977e}):this['_items'][_0x318606(0x534)](_0x1d6109,this['_domLayerService'][_0x318606(0x8d)]({'id':_0x1d6109,'unitId':_0x439fc9,'subUnitId':_0x1b0948[_0x318606(0x627)],'elementId':_0x1c5e15[_0x318606(0x659)],'rect':_0x27fffc,'content':_0x5c977e,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x196f3b(0x139)][_0x196f3b(0x53f)]((_0x213758,_0x51c476)=>{const _0x4fc594=_0x196f3b;_0x362597['has'](_0x51c476)||(_0x213758[_0x4fc594(0x565)](),this['_items'][_0x4fc594(0x720)](_0x51c476));});}[_0x5b38ef(0x4c1)](_0x2ef7f1){const _0x23eb7a=_0x5b38ef;return'board-embed:'+this[_0x23eb7a(0x170)][_0x23eb7a(0x5d5)]+':'+_0x2ef7f1;}[_0x5b38ef(0xe6)](_0x130423,_0x42dd97){const _0x304126=_0x5b38ef;this[_0x304126(0x205)]['selectElements']({'unitId':this['_context'][_0x304126(0x5d5)],'subUnitId':_0x130423},[_0x42dd97],_0x42dd97);}['_setAnchorTransformerVisible'](_0x249161,_0x29fcbb,_0x2c944a){const _0x4db73b=_0x5b38ef;if(_0x249161){this[_0x4db73b(0xe6)](_0x29fcbb,_0x2c944a);return;}this[_0x4db73b(0x205)]['clearSelection']();}[_0x5b38ef(0x147)](_0x3e27ec){const _0x4fb48f=_0x5b38ef;var _0x2a2361,_0x3d5de7,_0x56e0e6,_0x493596;let _0x27edc2=_0x3e27ec['detail'];if(!_0x27edc2||_0x27edc2[_0x4fb48f(0x17b)]!==this[_0x4fb48f(0x170)][_0x4fb48f(0x5d5)])return;let _0x113ac1=this[_0x4fb48f(0x73c)][_0x4fb48f(0x1b7)](this['_context']['unitId']),_0x263672=Object[_0x4fb48f(0x38d)](_0x113ac1)[_0x4fb48f(0x424)](_0x1922fc=>_0x1922fc[_0x4fb48f(0x6fc)][_0x27edc2[_0x4fb48f(0x659)]]),_0x3c9cbe=_0x263672==null?void 0x0:_0x263672['data'][_0x27edc2[_0x4fb48f(0x659)]];if(!_0x263672||!_0x3c9cbe||!(0x0,v[_0x4fb48f(0x24e)])(_0x3c9cbe[_0x4fb48f(0x1e1)])||((_0x2a2361=(0x0,v[_0x4fb48f(0x58d)])(_0x3c9cbe[_0x4fb48f(0x1e1)]))==null?void 0x0:_0x2a2361[_0x4fb48f(0x2a5)])!==_0x27edc2['embedId'])return;let _0x104f6f=(_0x3d5de7=(_0x56e0e6=this[_0x4fb48f(0x170)][_0x4fb48f(0x324)])[_0x4fb48f(0x4ad)])==null?void 0x0:_0x3d5de7[_0x4fb48f(0x591)](_0x56e0e6);if(!_0x104f6f)return;(_0x493596=this[_0x4fb48f(0x308)])==null||_0x493596['call'](this),this['_selectAnchor'](_0x3c9cbe[_0x4fb48f(0x627)],_0x27edc2['hostAnchorId']),this[_0x4fb48f(0x1c9)](!0x1,_0x3c9cbe[_0x4fb48f(0x627)],_0x27edc2[_0x4fb48f(0x659)]);let _0x430b04=_0x3c9cbe[_0x4fb48f(0x1e1)],_0x5c9095=_0x430b04['transform']['left']??0x0,_0x1f9f31=_0x430b04['transform'][_0x4fb48f(0x3ec)]??0x0,_0x566a5c=this[_0x4fb48f(0x5a9)][_0x4fb48f(0x56a)](),_0x2c5f13=(0x0,_[_0x4fb48f(0x3a1)])(this[_0x4fb48f(0x87)][_0x4fb48f(0x23e)](_[_0x4fb48f(0x140)])??void 0x0),_0xae0c4d=(0x0,_['getBoardPointFromClient'])(_0x104f6f,_0x27edc2[_0x4fb48f(0xfe)],_0x27edc2[_0x4fb48f(0x571)],{'zoomRatio':_0x566a5c[_0x4fb48f(0x1a7)],'panOffset':_0x566a5c['viewportPanOffset']},_0x2c5f13),_0x41e4a4=document[_0x4fb48f(0x648)]??window,_0x1f86c0=(_0x21659d,_0x358b35)=>{const _0xd3566f=_0x4fb48f;let _0x335990=this[_0xd3566f(0x5a9)][_0xd3566f(0x56a)](),_0x534894=(0x0,_['getBoardPointFromClient'])(_0x104f6f,_0x21659d,_0x358b35,{'zoomRatio':_0x335990[_0xd3566f(0x1a7)],'panOffset':_0x335990['viewportPanOffset']},_0x2c5f13);return{'left':_0x5c9095+_0x534894['x']-_0xae0c4d['x'],'top':_0x1f9f31+_0x534894['y']-_0xae0c4d['y']};},_0x17ee32=(_0x12bbf3,_0x2a71f1)=>{const _0x3b5b54=_0x4fb48f;let _0xa03db3=_0x1f86c0(_0x12bbf3,_0x2a71f1);return this[_0x3b5b54(0x322)][_0x3b5b54(0x5b0)](this[_0x3b5b54(0x4c1)](_0x27edc2[_0x3b5b54(0x659)]),{'rect':{..._0xa03db3,'width':_0x430b04['transform']['width']??0x230,'height':_0x430b04[_0x3b5b54(0x484)][_0x3b5b54(0x658)]??0x168}}),_0xa03db3;},_0x1b1ec5=_0x192a26=>_0x27edc2['pointerId']==null||_0x192a26['pointerId']===_0x27edc2['pointerId'],_0x5610cb=()=>{},_0x987ead=_0x32e206=>{const _0x766bc=_0x4fb48f;_0x1b1ec5(_0x32e206)&&(_0x32e206[_0x766bc(0x558)](),_0x17ee32(_0x32e206['clientX'],_0x32e206[_0x766bc(0x571)]));},_0x2493f7=async _0x591b74=>{const _0x402d7a=_0x4fb48f;if(!_0x1b1ec5(_0x591b74))return;_0x5610cb(),_0x591b74[_0x402d7a(0x558)]();let _0x40bcaf=_0x17ee32(_0x591b74[_0x402d7a(0xfe)],_0x591b74['clientY']);await this[_0x402d7a(0x371)]['executeCommand'](v[_0x402d7a(0x2db)]['id'],{'unitId':this['_context'][_0x402d7a(0x5d5)],'subUnitId':_0x3c9cbe[_0x402d7a(0x627)],'elementId':_0x27edc2['hostAnchorId'],'element':_0x430b04,'transform':{..._0x3c9cbe[_0x402d7a(0x484)],..._0x40bcaf}})[_0x402d7a(0x5ed)](()=>{const _0x2c55f1=_0x402d7a;this[_0x2c55f1(0x3de)](),this[_0x2c55f1(0x1c9)](!0x0,_0x3c9cbe[_0x2c55f1(0x627)],_0x27edc2[_0x2c55f1(0x659)]);});},_0x464b9f=_0x3dbb1e=>{const _0x232db4=_0x4fb48f;_0x1b1ec5(_0x3dbb1e)&&(_0x5610cb(),this[_0x232db4(0x3de)](),this[_0x232db4(0x1c9)](!0x0,_0x3c9cbe[_0x232db4(0x627)],_0x27edc2[_0x232db4(0x659)]));};_0x5610cb=()=>{const _0x521cb1=_0x4fb48f;_0x41e4a4['removeEventListener'](_0x521cb1(0x213),_0x987ead),_0x41e4a4[_0x521cb1(0x6ca)](_0x521cb1(0x405),_0x2493f7),_0x41e4a4[_0x521cb1(0x6ca)](_0x521cb1(0xa0),_0x464b9f),this['_activeDragCleanup']===_0x5610cb&&(this[_0x521cb1(0x308)]=void 0x0);},_0x41e4a4['addEventListener'](_0x4fb48f(0x213),_0x987ead),_0x41e4a4[_0x4fb48f(0x344)](_0x4fb48f(0x405),_0x2493f7),_0x41e4a4[_0x4fb48f(0x344)](_0x4fb48f(0xa0),_0x464b9f),this['_activeDragCleanup']=_0x5610cb;}[_0x5b38ef(0x310)](){const _0x3c59e3=_0x5b38ef;this['_items'][_0x3c59e3(0x53f)](_0x196470=>_0x196470[_0x3c59e3(0x565)]()),this[_0x3c59e3(0x139)][_0x3c59e3(0x688)]();}};Ko=X([Y(0x1,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0x5c1)])),Y(0x2,(0x0,n['Inject'])(_['BoardDomLayerService'])),Y(0x3,(0x0,n[_0x5b38ef(0x179)])(v[_0x5b38ef(0x6e9)])),Y(0x4,(0x0,n['Inject'])(_[_0x5b38ef(0x5c6)])),Y(0x5,(0x0,n[_0x5b38ef(0x179)])(_[_0x5b38ef(0x603)])),Y(0x6,n['IConfigService']),Y(0x7,n[_0x5b38ef(0x4bb)])],Ko);function qo(){const _0x5c216f=_0x5b38ef;return{...ha({'childType':n['UniverInstanceType'][_0x5c216f(0x464)],'productName':_0x5c216f(0x1b9),'hostChromeMode':'none'}),'presentationPolicy':{'getChromeCss':()=>_0x5c216f(0x5df)}};}function Jo(){const _0x4c3dfe=_0x5b38ef;return{'hostType':n[_0x4c3dfe(0x63d)]['UNIVER_BOARD'],'entry':e[_0x4c3dfe(0x266)]['BoardsFloatingObject'],'layout':_0x4c3dfe(0x4d3),'supportedLayouts':[_0x4c3dfe(0x4d3),_0x4c3dfe(0x289),'aspect-fit'],'menuBehavior':_0x4c3dfe(0x1ec)};}function Yo(){const _0x4b53df=_0x5b38ef;return{'childType':n[_0x4b53df(0x63d)]['UNIVER_BOARD'],'handleWheel':_0x35589c=>{const _0x46f640=_0x4b53df;let _0x59beed=_0x35589c['runtimeScope']['injector'];if(!(_0x59beed!=null&&_0x59beed[_0x46f640(0x6b7)](_[_0x46f640(0x603)])))return!0x1;let _0x7ed55=(_0x35589c[_0x46f640(0x17e)][_0x46f640(0x1c0)]['content']['querySelector'](_0x46f640(0x201))??_0x35589c[_0x46f640(0x17e)]['roots']['content'])[_0x46f640(0x2fb)](),_0x69c8d3=(0x0,_['resolveBoardInteractionConfig'])(_0x59beed[_0x46f640(0x6b7)](n[_0x46f640(0x5ac)])?_0x59beed[_0x46f640(0x187)](n[_0x46f640(0x5ac)])[_0x46f640(0x23e)](_[_0x46f640(0x140)]):void 0x0),_0x62171c=(0x0,_['resolveBoardWheelViewportAction'])({'event':_0x35589c[_0x46f640(0x39a)],'interactionConfig':_0x69c8d3,'viewportRect':_0x7ed55});if(_0x62171c[_0x46f640(0x68d)]===_0x46f640(0x31c))return!0x1;let _0x2cb022=_0x59beed[_0x46f640(0x187)](_[_0x46f640(0x603)]);return _0x62171c[_0x46f640(0x68d)]===_0x46f640(0x19d)?_0x2cb022[_0x46f640(0x745)](_0x62171c[_0x46f640(0x29e)]):_0x2cb022[_0x46f640(0x43b)](_0x2cb022[_0x46f640(0x56a)]()[_0x46f640(0x1a7)]*_0x62171c[_0x46f640(0x2d0)],_0x62171c[_0x46f640(0x5ec)]),!0x0;}};}function Xo(_0x280b31){const _0x582a62=_0x5b38ef;return{'childType':n[_0x582a62(0x63d)][_0x582a62(0x464)],'supportedLayouts':['content-bounds-fit',_0x582a62(0x668),_0x582a62(0x4d3)],'scopedDependencies':_[_0x582a62(0x109)][_0x582a62(0x130)](_0x280b31),'beforeDeactivate':Zo,'mount':Qo};}function Zo(_0x3232e9){const _0x49f8bb=_0x5b38ef;let _0x2bb753=_0x3232e9[_0x49f8bb(0x17e)][_0x49f8bb(0x42c)];if(_0x2bb753[_0x49f8bb(0x6b7)](y[_0x49f8bb(0x341)])&&_0x2bb753[_0x49f8bb(0x187)](y[_0x49f8bb(0x341)])[_0x49f8bb(0x5e2)](),_0x2bb753['has'](_[_0x49f8bb(0x252)])&&_0x2bb753['get'](_[_0x49f8bb(0x252)])[_0x49f8bb(0x59e)](),_0x2bb753['has'](_[_0x49f8bb(0x5c6)])){let _0x3ae1e0=_0x2bb753[_0x49f8bb(0x187)](_[_0x49f8bb(0x5c6)]);_0x3ae1e0[_0x49f8bb(0x91)](),_0x3ae1e0[_0x49f8bb(0x557)]();}}function Qo(_0x47470a){const _0x3c85d0=_0x5b38ef;var _0x5c35cc,_0x4ab80b;let _0x1ea741=_0x47470a[_0x3c85d0(0x42c)][_0x3c85d0(0x187)](n[_0x3c85d0(0x15a)])[_0x3c85d0(0xcd)](_0x47470a['childUnitId'],n[_0x3c85d0(0x63d)][_0x3c85d0(0x464)]),_0xe9a08d=_0x47470a['runtimeScope']['injector'];if(!_0x1ea741||!_0xe9a08d)return;let _0x25d17e=_0x47470a[_0x3c85d0(0x42c)][_0x3c85d0(0x187)](u['IRenderManagerService']),_0x488253=pt(_0x25d17e,_0x47470a['childUnitId'],_0xe9a08d);if(!_0x488253)return;let _0x5c7c0d=Mt(_0x47470a[_0x3c85d0(0x17e)][_0x3c85d0(0x1c0)][_0x3c85d0(0x8b)]);_0x5c7c0d[_0x3c85d0(0x85)]((0x0,d['jsxs'])(Z,{'injector':_0xe9a08d,'mountContainer':_0x47470a['runtimeScope'][_0x3c85d0(0x1c0)]['popup'],'embedId':_0x47470a[_0x3c85d0(0x2a5)],'children':[(0x0,d['jsx'])(_['BoardWorkbench'],{'embedded':_0x47470a[_0x3c85d0(0x259)]['mode']===_0x3c85d0(0x384)&&!_0x47470a[_0x3c85d0(0x259)]['fullscreen'],'fitOnMount':!0x1,'showZoomControls':_0x47470a[_0x3c85d0(0x259)][_0x3c85d0(0x32c)]===_0x3c85d0(0x351)||_0x47470a[_0x3c85d0(0x259)][_0x3c85d0(0x6f1)]===!0x0}),(0x0,d[_0x3c85d0(0x588)])(_[_0x3c85d0(0x119)],{'positionRoot':_0x47470a[_0x3c85d0(0x17e)][_0x3c85d0(0x1c0)][_0x3c85d0(0x8b)]}),(0x0,d[_0x3c85d0(0x588)])(y[_0x3c85d0(0x293)],{})]}));let _0x56f4a7=_0x47470a['renderScope']['mode']!==_0x3c85d0(0x384)||_0x47470a['renderScope']['fullscreen']?_0x47470a['injector'][_0x3c85d0(0x187)](q)[_0x3c85d0(0x3f4)](_0x47470a[_0x3c85d0(0x2a5)],_0x47470a['runtimeScope'][_0x3c85d0(0x1c0)][_0x3c85d0(0x8b)][_0x3c85d0(0x631)]):void 0x0;ht(_0x488253,{'activate':!0x0});let _0x4c82e5=(_0x5c35cc=(_0x4ab80b=globalThis)['requestAnimationFrame'])==null?void 0x0:_0x5c35cc[_0x3c85d0(0x591)](_0x4ab80b,()=>{const _0x1a5e65=_0x3c85d0;let _0xe95c80=_0x47470a[_0x1a5e65(0x17e)][_0x1a5e65(0x1c0)][_0x1a5e65(0x8b)]['querySelector']('[data-board-viewport-host=\x22true\x22]'),_0xe7bf9b=(_0xe95c80==null?void 0x0:_0xe95c80[_0x1a5e65(0x2fb)]())??_0x47470a[_0x1a5e65(0x17e)]['roots'][_0x1a5e65(0x8b)][_0x1a5e65(0x2fb)](),_0x1cac9d=(0x0,_[_0x1a5e65(0x3a1)])(_0xe9a08d[_0x1a5e65(0x187)](n[_0x1a5e65(0x5ac)])[_0x1a5e65(0x23e)](_[_0x1a5e65(0x140)])??void 0x0);_0xe9a08d[_0x1a5e65(0x187)](_[_0x1a5e65(0x456)])[_0x1a5e65(0x600)](_0x1ea741,{'viewportSize':{'width':_0xe7bf9b['width'],'height':_0xe7bf9b[_0x1a5e65(0x658)]},'padding':Math['max'](0x10,Math[_0x1a5e65(0x22d)](0x40,Math[_0x1a5e65(0x22d)](_0xe7bf9b[_0x1a5e65(0x33d)],_0xe7bf9b[_0x1a5e65(0x658)])*0.08)),'zoom':_0x1cac9d});});return(0x0,n[_0x3c85d0(0x5dc)])(()=>{const _0x1e44b8=_0x3c85d0;if(_0x4c82e5!=null){var _0x5515e3,_0x3a88a7;(_0x5515e3=(_0x3a88a7=globalThis)[_0x1e44b8(0x46d)])==null||_0x5515e3[_0x1e44b8(0x591)](_0x3a88a7,_0x4c82e5);}try{var _0x256516,_0x5ed856;(_0x256516=(_0x5ed856=_0x488253[_0x1e44b8(0x324)])[_0x1e44b8(0x65f)])==null||_0x256516[_0x1e44b8(0x591)](_0x5ed856);}catch{}_0x25d17e[_0x1e44b8(0x123)](_0x47470a[_0x1e44b8(0x1b3)]),Nt(_0x5c7c0d),_0x56f4a7==null||_0x56f4a7[_0x1e44b8(0x565)](),_0xe9a08d['dispose']();});}function $o(){const _0x5cd0c6=_0x5b38ef;return fo({'childType':n[_0x5cd0c6(0x63d)][_0x5cd0c6(0x464)],'mount':es});}function es(_0xe08072){const _0x4f6640=_0x5b38ef;if(_0xe08072[_0x4f6640(0x259)]['fullscreen'])return;let {root:_0x2499f0,menu:_0x2510bb}=uo(_0xe08072),_0x24825c=Mt(_0x2510bb);return _0x24825c[_0x4f6640(0x85)]((0x0,c[_0x4f6640(0x221)])(Z,{'injector':_0xe08072[_0x4f6640(0x17e)][_0x4f6640(0x42c)],'mountContainer':_0x2499f0,'embedId':_0xe08072[_0x4f6640(0x2a5)]},(0x0,c[_0x4f6640(0x221)])(ts,{'hostUnitId':_0xe08072[_0x4f6640(0x17b)],'embedId':_0xe08072[_0x4f6640(0x2a5)],'childUnitId':_0xe08072[_0x4f6640(0x1b3)],'viewportRoot':_0xe08072['runtimeScope']['roots'][_0x4f6640(0x8b)],'fullscreen':!!_0xe08072[_0x4f6640(0x259)][_0x4f6640(0x6f1)]}))),(0x0,n[_0x4f6640(0x5dc)])(()=>{const _0x142c53=_0x4f6640;Nt(_0x24825c),globalThis[_0x142c53(0x5bf)](()=>_0x2510bb[_0x142c53(0x507)](),0x0);});}function ts(_0x5755cc){const _0x500edb=_0x5b38ef;let {hostUnitId:_0x2b91e1,embedId:_0x130e5b,childUnitId:_0x53f61b,viewportRoot:_0x49c1c2,fullscreen:_0x497ad2}=_0x5755cc,_0x52afb1=(0x0,a[_0x500edb(0x6f9)])(n['ICommandService']),_0x2ca948=(0x0,a[_0x500edb(0x6f9)])(n[_0x500edb(0x5ac)]),_0x286f1b=(0x0,a[_0x500edb(0x6f9)])(n[_0x500edb(0x15a)]),_0x1eb5c7=(0x0,a[_0x500edb(0x6f9)])(n[_0x500edb(0x20e)]),_0x17b6a6=(0x0,a[_0x500edb(0x6f9)])(ie),_0x3093e1=(0x0,a[_0x500edb(0x6f9)])(_['IBoardUIStateService']),_0x2b13d5=(0x0,a['useDependency'])(_[_0x500edb(0x456)]),_0x487165=(0x0,a['useObservable'])(()=>_0x3093e1[_0x500edb(0x693)],_0x3093e1[_0x500edb(0x56a)](),!0x1,[_0x3093e1]),_0x9fcbc3=ns({'embedId':_0x130e5b,'active':(0x0,a[_0x500edb(0x540)])(()=>_0x17b6a6[_0x500edb(0x3c1)],_0x17b6a6[_0x500edb(0x1c8)](),!0x1,[_0x17b6a6]),'fullscreen':_0x497ad2}),_0x2faf3f=_0x286f1b[_0x500edb(0xcd)](_0x53f61b,n['UniverInstanceType'][_0x500edb(0x464)]),_0x412bbd=(0x0,_[_0x500edb(0x3a1)])(_0x2ca948['getConfig'](_[_0x500edb(0x140)])??void 0x0),_0x2a4b04=()=>_0x49c1c2[_0x500edb(0x2fb)](),_0x495cd2=()=>({'x':_0x2a4b04()['width']/0x2,'y':_0x2a4b04()['height']/0x2}),_0xeb816a=_0x158692=>_0x3093e1[_0x500edb(0x43b)](_0x158692,_0x495cd2());return(0x0,d[_0x500edb(0x66a)])(_0x500edb(0x568),{'className':(0x0,o['clsx'])(_0x500edb(0x3a9),{'univer-hidden':_0x9fcbc3===_0x500edb(0x65d),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x497ad2,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x497ad2,'-univer-top-[44px]':!_0x497ad2}),'data-embed-floating-menu':_0x500edb(0x573),'data-embed-id':_0x130e5b,'data-embed-float-stage':_0x9fcbc3,'onPointerDown':_0x14fe89=>_0x14fe89[_0x500edb(0x732)](),'children':[(0x0,d[_0x500edb(0x588)])(_0x500edb(0x316),{'title':_0x1eb5c7['t']('embed-ui.boardsFloating.fitContent'),'children':(0x0,d[_0x500edb(0x588)])(a['ToolbarButton'],{'onClick':()=>{const _0x40b887=_0x500edb;let _0x4d6cef=_0x2a4b04();_0x2b13d5[_0x40b887(0x600)](_0x2faf3f??null,{'viewportSize':{'width':_0x4d6cef[_0x40b887(0x33d)],'height':_0x4d6cef[_0x40b887(0x658)]},'padding':Math[_0x40b887(0x2df)](0x10,Math[_0x40b887(0x22d)](0x40,Math['min'](_0x4d6cef[_0x40b887(0x33d)],_0x4d6cef[_0x40b887(0x658)])*0.08)),'zoom':_0x412bbd});},'children':(0x0,d[_0x500edb(0x588)])(s[_0x500edb(0x386)],{})})}),(0x0,d['jsx'])(_0x500edb(0x316),{'title':_0x1eb5c7['t'](_0x500edb(0x44a)),'children':(0x0,d[_0x500edb(0x588)])(a[_0x500edb(0x6d5)],{'onClick':()=>_0xeb816a(_0x487165[_0x500edb(0x1a7)]-_0x412bbd['zoomStep']),'children':(0x0,d[_0x500edb(0x588)])(s['ZoomOutIcon'],{})})}),(0x0,d[_0x500edb(0x588)])(_0x500edb(0x316),{'title':_0x1eb5c7['t'](_0x500edb(0x730)),'children':(0x0,d[_0x500edb(0x66a)])(a[_0x500edb(0x6d5)],{'noIcon':!0x0,'onClick':()=>_0xeb816a(0x1),'children':[Math[_0x500edb(0x4ff)](_0x487165['zoomRatio']*0x64),'%']})}),(0x0,d[_0x500edb(0x588)])('span',{'title':_0x1eb5c7['t'](_0x500edb(0x47c)),'children':(0x0,d[_0x500edb(0x588)])(a[_0x500edb(0x6d5)],{'onClick':()=>_0xeb816a(_0x487165[_0x500edb(0x1a7)]+_0x412bbd['zoomStep']),'children':(0x0,d[_0x500edb(0x588)])(s[_0x500edb(0x585)],{})})}),(0x0,d[_0x500edb(0x588)])(_0x500edb(0x316),{'title':_0x1eb5c7['t'](_0x500edb(0x579)),'children':(0x0,d[_0x500edb(0x588)])(a['ToolbarButton'],{'className':_0x500edb(0x2d2),'onClick':()=>void _0x52afb1[_0x500edb(0x709)](e[_0x500edb(0x1da)]['id'],{'hostUnitId':_0x2b91e1,'embedId':_0x130e5b}),'children':(0x0,d[_0x500edb(0x588)])(s[_0x500edb(0x677)],{})})})]});}function ns(_0x1ab1ef){const _0x123e52=_0x5b38ef;var _0x31c75b;return _0x1ab1ef['fullscreen']?_0x123e52(0x71b):((_0x31c75b=_0x1ab1ef[_0x123e52(0x63c)])==null?void 0x0:_0x31c75b[_0x123e52(0x2a5)])===_0x1ab1ef[_0x123e52(0x2a5)]?_0x1ab1ef[_0x123e52(0x63c)][_0x123e52(0x1a9)]??_0x123e52(0x4ce):_0x123e52(0x65d);}function rs(_0x4d2866){la(_0x4d2866,'boards-ui.embed',is);}function is(_0x4d7288){const _0x3d1c41=_0x5b38ef;_0x4d7288['has'](_[_0x3d1c41(0x1f5)])||_0x4d7288[_0x3d1c41(0x474)]([_[_0x3d1c41(0x1f5)],{'useFactory':()=>_0x4d7288[_0x3d1c41(0x187)](G)}]);let _0x24b00f=_0x4d7288[_0x3d1c41(0x187)](at),_0x41b08a=_0x4d7288[_0x3d1c41(0x187)](rt),_0x493d56=_0x4d7288[_0x3d1c41(0x187)](U),_0x2e005a=_0x4d7288[_0x3d1c41(0x187)](it),_0x5f10f3=_0x4d7288[_0x3d1c41(0x187)](lr),_0x195e18=_0x4d7288[_0x3d1c41(0x187)](vr),_0x5b2f87=Jo();_0x24b00f['get'](_0x5b2f87[_0x3d1c41(0x5ae)],_0x5b2f87[_0x3d1c41(0x5d9)])||_0x24b00f[_0x3d1c41(0x2f4)](_0x5b2f87);let _0x39a0c5=Xo(_0x4d7288);_0x41b08a[_0x3d1c41(0x187)](_0x39a0c5['childType'])||_0x41b08a['register'](_0x39a0c5);let _0xa69fd=qo();_0x493d56[_0x3d1c41(0x187)](_0xa69fd[_0x3d1c41(0x210)])||_0x493d56[_0x3d1c41(0x2f4)](_0xa69fd),$o()['forEach'](_0x524e6c=>{const _0x1b3fdd=_0x3d1c41;_0x2e005a[_0x1b3fdd(0x71a)](_0x524e6c[_0x1b3fdd(0x5ae)],_0x524e6c[_0x1b3fdd(0x5d9)],_0x524e6c[_0x1b3fdd(0x210)])||_0x2e005a[_0x1b3fdd(0x2f4)](_0x524e6c);}),_0x5f10f3[_0x3d1c41(0x3d0)](Gi(_0x4d7288,{'childType':n[_0x3d1c41(0x63d)][_0x3d1c41(0x464)],'renderManagerService':u['IRenderManagerService']})),_0x195e18[_0x3d1c41(0x187)](n[_0x3d1c41(0x63d)][_0x3d1c41(0x464)])||_0x195e18['register'](Yo()),_0x4d7288[_0x3d1c41(0x187)](u[_0x3d1c41(0x45d)])[_0x3d1c41(0x356)](n['UniverInstanceType'][_0x3d1c41(0x464)],Ko);}const as={'mode':'fit-width','target':'container','paddingX':0x0,'minScale':0x0,'align':_0x5b38ef(0x3cd)};function os(){const _0x331cbd=_0x5b38ef;return pa({'childType':n[_0x331cbd(0x63d)]['UNIVER_DOC'],'productName':_0x331cbd(0x59b)});}function ss(){const _0x4121c8=_0x5b38ef;return{'childType':n['UniverInstanceType']['UNIVER_DOC'],'supportedLayouts':[_0x4121c8(0x668),_0x4121c8(0x289),_0x4121c8(0x4d3)],'beforeDeactivate':cs,'mount':_0x5d25bc=>_0x5d25bc[_0x4121c8(0x259)][_0x4121c8(0x32c)]==='float'&&!_0x5d25bc[_0x4121c8(0x259)][_0x4121c8(0x6f1)]?st(_0x5d25bc,u[_0x4121c8(0x45d)],void 0x0,{'scopedInjector':ls(_0x5d25bc[_0x4121c8(0x17e)][_0x4121c8(0x42c)])}):st(_0x5d25bc,u[_0x4121c8(0x45d)])};}function cs(_0x540b84){const _0x5c2d39=_0x5b38ef;var _0x15e7f8;let _0xc6cdc4=_0x540b84[_0x5c2d39(0x42c)][_0x5c2d39(0x187)](u[_0x5c2d39(0x45d)])[_0x5c2d39(0x274)](_0x540b84['childUnitId']),_0x63041c=_0xc6cdc4==null?void 0x0:_0xc6cdc4[_0x5c2d39(0x69e)](r[_0x5c2d39(0x713)]);_0xc6cdc4==null||(_0x15e7f8=_0xc6cdc4[_0x5c2d39(0x69e)](r['DocFloatMenuService']))==null||_0x15e7f8[_0x5c2d39(0x6fa)](),_0x63041c==null||_0x63041c['removeAllRanges'](),_0x63041c==null||_0x63041c[_0x5c2d39(0x651)]();}function ls(_0x6cb536){const _0x49d208=_0x5b38ef;return de(_0x6cb536,new Map([[r[_0x49d208(0x3c5)],_0x140786=>us(_0x140786)]]));}function us(_0x43fc40){const _0x6a2d43=_0x5b38ef;return{..._0x43fc40,'fitToWidth':{..._0x43fc40==null?void 0x0:_0x43fc40[_0x6a2d43(0x165)],...as}};}let ds=class extends n[_0x5b38ef(0x6e0)]{constructor(_0x493dd4,_0x578b61,_0x6f1148,_0x2d934f,_0x247279,_0x1c9289,_0x574fb7,_0x15381f){const _0x6b062=_0x5b38ef;var _0x32c6e8,_0x184e22;super(),this[_0x6b062(0x170)]=_0x493dd4,this[_0x6b062(0x39e)]=_0x578b61,this['_commandService']=_0x6f1148,this[_0x6b062(0x218)]=_0x2d934f,this[_0x6b062(0xb9)]=_0x247279,this[_0x6b062(0x3a8)]=_0x1c9289,this[_0x6b062(0x459)]=_0x574fb7,this[_0x6b062(0x25b)]=_0x15381f,H(this,'_resolvedChildUnits',new Map()),H(this,_0x6b062(0x383),new Map());let _0x17d1ac=(0x0,r[_0x6b062(0x6e8)])(()=>{const _0x255872=_0x6b062;this[_0x255872(0x34d)]()||this[_0x255872(0x364)]();}),_0x3f41cd=(0x0,r[_0x6b062(0x6e8)])(()=>{const _0x194e64=_0x6b062;this[_0x194e64(0x34d)]();});this[_0x6b062(0x18c)](_0x17d1ac),this['disposeWithMe'](_0x3f41cd);let _0x21bd7c=fs((_0x32c6e8=this[_0x6b062(0x170)][_0x6b062(0x324)])==null||(_0x184e22=_0x32c6e8[_0x6b062(0x4ad)])==null?void 0x0:_0x184e22[_0x6b062(0x591)](_0x32c6e8),_0x17d1ac[_0x6b062(0x339)]);_0x21bd7c&&this[_0x6b062(0x18c)](_0x21bd7c);let _0x3234b3=this[_0x6b062(0x218)][_0x6b062(0x511)][_0x6b062(0xde)](({hostUnitId:_0x4c0254})=>{const _0x137e26=_0x6b062;_0x4c0254===this[_0x137e26(0x170)][_0x137e26(0x5d5)]&&_0x17d1ac[_0x137e26(0x339)]();});this['disposeWithMe']((0x0,n[_0x6b062(0x5dc)])(()=>_0x3234b3[_0x6b062(0x637)]())),this['disposeWithMe']({'dispose':()=>{const _0x5b1880=_0x6b062;this[_0x5b1880(0x47d)][_0x5b1880(0x688)](),this[_0x5b1880(0x383)][_0x5b1880(0x688)]();}});let _0xecdbc2=this[_0x6b062(0x39e)][_0x6b062(0x244)](n[_0x6b062(0x63d)][_0x6b062(0x28b)])[_0x6b062(0xde)](()=>{const _0x5d99b9=_0x6b062;_0x17d1ac[_0x5d99b9(0x339)]();}),_0x5f9cd7=this[_0x6b062(0x39e)][_0x6b062(0x244)](n[_0x6b062(0x63d)][_0x6b062(0x36e)])[_0x6b062(0xde)](()=>{const _0x4540cc=_0x6b062;_0x17d1ac[_0x4540cc(0x339)]();});this['disposeWithMe']((0x0,n[_0x6b062(0x5dc)])(()=>_0xecdbc2['unsubscribe']())),this['disposeWithMe']((0x0,n[_0x6b062(0x5dc)])(()=>_0x5f9cd7[_0x6b062(0x637)]()));let _0x1fb51d=(0x0,u['setDocsCustomBlockRenderViewportProvider'])((_0x472954,_0x124000,_0x5bbfcf)=>{const _0x3b2913=_0x6b062;var _0xe9fb6b,_0x3f45ec,_0x331b4e;if(_0x472954!==this['_context']['unitId'])return null;let _0x23cc11=this[_0x3b2913(0x665)]();if(!_0x23cc11)return null;let _0x2aafb7=(_0xe9fb6b=_0x23cc11[_0x3b2913(0x235)])==null?void 0x0:_0xe9fb6b[_0x124000],_0x368bc1=_0x2aafb7==null?void 0x0:_0x2aafb7['data'],_0x20e71b=_0x368bc1==null?void 0x0:_0x368bc1[_0x3b2913(0x210)];if(_0x20e71b!==n[_0x3b2913(0x63d)][_0x3b2913(0x28b)]&&_0x20e71b!==n[_0x3b2913(0x63d)]['UNIVER_BASE'])return null;let _0x4b66c8=this[_0x3b2913(0x25b)][_0x3b2913(0x430)](),_0x33a95f=this[_0x3b2913(0x19f)](_0x4b66c8),_0x16e188=this[_0x3b2913(0x3bf)](_0x368bc1,_0x20e71b),_0xa2fbeb=_0x16e188?this[_0x3b2913(0x615)](_0x16e188,_0x20e71b,_0x17d1ac['schedule']):void 0x0,_0x240680=_0x368bc1==null?void 0x0:_0x368bc1[_0x3b2913(0x2a5)],_0x2b5f31=typeof _0x240680==_0x3b2913(0x710)?(_0x3f45ec=this[_0x3b2913(0xb9)][_0x3b2913(0x611)](_0x240680))==null||(_0x3f45ec=_0x3f45ec[_0x3b2913(0x1c3)])==null?void 0x0:_0x3f45ec[_0x3b2913(0x17e)]['injector']:void 0x0,_0x49563f=_0x16e188&&_0xa2fbeb!=null?this[_0x3b2913(0x218)][_0x3b2913(0x29d)]({'childType':_0x20e71b,'childUnit':_0xa2fbeb,'childUnitId':_0x16e188,'injector':_0x2b5f31,'viewportHeight':(_0x33a95f==null?void 0x0:_0x33a95f[_0x3b2913(0x658)])==null?void 0x0:Math['max'](0x1,_0x33a95f[_0x3b2913(0x658)]-0x34),'viewportWidth':_0x5bbfcf[_0x3b2913(0xbd)]}):void 0x0,_0x33eb08=(0x0,f['resolveDocsCustomBlockSize'])(_0x20e71b),_0x1ce383=ms(_0x5bbfcf[_0x3b2913(0x396)],_0x33eb08[_0x3b2913(0x658)]),_0x4ffd56=ms(_0x5bbfcf[_0x3b2913(0xbd)],_0x33eb08[_0x3b2913(0x33d)]),_0x355871=(_0x49563f==null?void 0x0:_0x49563f[_0x3b2913(0x658)])??_0x1ce383,_0x24cca6=(0x0,r[_0x3b2913(0x148)])({'childType':_0x20e71b,'contentHeight':_0x20e71b===n['UniverInstanceType']['UNIVER_SHEET']?wi(_0x355871):_0x355871,'contentWidth':_0x49563f==null?void 0x0:_0x49563f['width'],'docsLeft':this[_0x3b2913(0x71f)](),'documentFlavor':(_0x331b4e=_0x23cc11[_0x3b2913(0x32e)])==null?void 0x0:_0x331b4e[_0x3b2913(0x4c8)],'fallbackHeight':_0x1ce383,'fallbackWidth':_0x4ffd56,'pageMarginLeft':_0x5bbfcf[_0x3b2913(0x4a2)],'pageMarginRight':_0x5bbfcf[_0x3b2913(0x667)],'pageWidth':_0x5bbfcf[_0x3b2913(0x99)],'scale':_0x4b66c8,'visibleCanvasHeight':_0x33a95f==null?void 0x0:_0x33a95f[_0x3b2913(0x658)],'visibleCanvasLeft':_0x33a95f==null?void 0x0:_0x33a95f[_0x3b2913(0x1e4)],'visibleCanvasWidth':_0x33a95f==null?void 0x0:_0x33a95f[_0x3b2913(0x33d)]}),_0x2cafac=_0x24cca6['contentHeight']??_0x24cca6['height'],_0x3ac256=_0x20e71b===n['UniverInstanceType'][_0x3b2913(0x36e)]?0x34:0x0,_0x2ca3c2=(_0x33a95f==null?void 0x0:_0x33a95f[_0x3b2913(0x658)])==null?_0x24cca6[_0x3b2913(0x41c)]??_0x2cafac:Math[_0x3b2913(0x22d)](_0x2cafac,Math[_0x3b2913(0x2df)](0x1,_0x33a95f[_0x3b2913(0x658)]-_0x3ac256));return{..._0x24cca6,'viewportHeight':_0x2ca3c2,'height':Ti({'contentHeight':_0x2cafac,'floatingMenuInsetTop':0x34})};});this['disposeWithMe']({'dispose':_0x1fb51d}),this[_0x6b062(0x18c)](this[_0x6b062(0x371)][_0x6b062(0x73b)](_0x530ab9=>{const _0x4c2fc6=_0x6b062;if(_0x530ab9['id']===r[_0x4c2fc6(0x439)]['id']){let _0x4abaa9=_0x530ab9[_0x4c2fc6(0x6ad)];typeof _0x4abaa9==_0x4c2fc6(0x4c3)&&_0x4abaa9&&_0x4c2fc6(0x5d5)in _0x4abaa9&&_0x4abaa9['unitId']===this[_0x4c2fc6(0x170)][_0x4c2fc6(0x5d5)]&&_0x3f41cd['schedule']();return;}let _0x23bf66=this['_getHostSnapshot']();_0x23bf66&&(0x0,r['shouldRefreshDocsCustomBlockSizeForCommand'])({'childUnitIds':(0x0,r[_0x4c2fc6(0x73a)])(_0x23bf66[_0x4c2fc6(0x235)],_0x593321=>this[_0x4c2fc6(0x3bf)](_0x593321)),'commandId':_0x530ab9['id'],'commandParams':_0x530ab9[_0x4c2fc6(0x6ad)],'hostUnitId':this[_0x4c2fc6(0x170)][_0x4c2fc6(0x5d5)]})&&_0x17d1ac[_0x4c2fc6(0x339)]();}));}[_0x5b38ef(0x5b7)](){const _0x350e80=_0x5b38ef;if(!this[_0x350e80(0x4ba)])return this[_0x350e80(0x170)][_0x350e80(0x163)]??void 0x0;}[_0x5b38ef(0x665)](){const _0x425d55=_0x5b38ef;var _0x231754;return(_0x231754=this[_0x425d55(0x5b7)]())==null?void 0x0:_0x231754[_0x425d55(0x4c6)]();}[_0x5b38ef(0x34d)](){const _0x2d50f8=_0x5b38ef;let _0x3c68ef=this[_0x2d50f8(0x459)][_0x2d50f8(0x274)](this[_0x2d50f8(0x170)][_0x2d50f8(0x5d5)]);try{var _0x5810a7;let _0x18c787=_0x3c68ef==null||(_0x5810a7=_0x3c68ef['with'])==null?void 0x0:_0x5810a7['call'](_0x3c68ef,f['DocSkeletonManagerService']);return _0x18c787?(_0x18c787[_0x2d50f8(0x5a1)](),!0x0):!0x1;}catch{return!0x1;}}[_0x5b38ef(0x364)](){const _0x37be4a=_0x5b38ef;let _0x7282ec=this[_0x37be4a(0x5b7)](),_0x48e51a=_0x7282ec==null?void 0x0:_0x7282ec[_0x37be4a(0x1a7)];typeof _0x48e51a==_0x37be4a(0x4e4)&&this[_0x37be4a(0x371)]['syncExecuteCommand'](r[_0x37be4a(0x439)]['id'],{'unitId':this[_0x37be4a(0x170)][_0x37be4a(0x5d5)],'zoomRatio':_0x48e51a});}[_0x5b38ef(0x3bf)](_0x1dce19,_0x1ccaf8){const _0x2b4e51=_0x5b38ef;if(!_0x1dce19||typeof _0x1dce19!='object')return;let _0x59cb25=_0x1dce19,_0x6f3a34=typeof _0x59cb25[_0x2b4e51(0x210)]==_0x2b4e51(0x4e4)?_0x59cb25[_0x2b4e51(0x210)]:_0x1ccaf8;if(_0x6f3a34!==n['UniverInstanceType'][_0x2b4e51(0x28b)]&&_0x6f3a34!==n[_0x2b4e51(0x63d)][_0x2b4e51(0x36e)])return;if(typeof _0x59cb25['childUnitId']==_0x2b4e51(0x710))return _0x59cb25[_0x2b4e51(0x1b3)];if(typeof _0x59cb25[_0x2b4e51(0x2a5)]!=_0x2b4e51(0x710))return;let _0x1f14f0=typeof _0x59cb25[_0x2b4e51(0x17b)]==_0x2b4e51(0x710)?_0x59cb25[_0x2b4e51(0x17b)]:this[_0x2b4e51(0x170)][_0x2b4e51(0x5d5)],_0x1c8908=this[_0x2b4e51(0x3a8)][_0x2b4e51(0x645)](_0x1f14f0,_0x59cb25['embedId']);if((_0x1c8908==null?void 0x0:_0x1c8908['childType'])===_0x6f3a34){if(typeof _0x1c8908[_0x2b4e51(0x1b3)]==_0x2b4e51(0x710))return _0x1c8908['childUnitId'];try{return(0x0,e[_0x2b4e51(0x57f)])(_0x1c8908[_0x2b4e51(0x56e)][_0x2b4e51(0x5e8)]);}catch{return;}}}['_getChildUnitForMeasurement'](_0x5e76cd,_0x268067,_0x256fd8){const _0x4c9980=_0x5b38ef;let _0x29818f=_0x268067+':'+_0x5e76cd;if(this[_0x4c9980(0x47d)][_0x4c9980(0x6b7)](_0x29818f))return this[_0x4c9980(0x47d)][_0x4c9980(0x187)](_0x29818f);let _0x2d18aa=this[_0x4c9980(0x39e)][_0x4c9980(0xcd)](_0x5e76cd,_0x268067);if(_0x2d18aa!=null){if(!ps(_0x2d18aa))return this[_0x4c9980(0x47d)][_0x4c9980(0x534)](_0x29818f,_0x2d18aa),_0x2d18aa;if(!this[_0x4c9980(0x383)][_0x4c9980(0x6b7)](_0x29818f)){let _0x5140b1=Promise[_0x4c9980(0x13f)](_0x2d18aa)[_0x4c9980(0x5fd)](_0x7d1a4d=>(this[_0x4c9980(0x383)]['delete'](_0x29818f),this[_0x4c9980(0x47d)][_0x4c9980(0x534)](_0x29818f,_0x7d1a4d),this[_0x4c9980(0x4ba)]||_0x256fd8(),_0x7d1a4d),()=>{const _0x484278=_0x4c9980;this[_0x484278(0x383)]['delete'](_0x29818f);});this[_0x4c9980(0x383)][_0x4c9980(0x534)](_0x29818f,_0x5140b1);}}}[_0x5b38ef(0x71f)](){const _0x106fcd=_0x5b38ef;var _0x11de1c,_0x32f91d;return((_0x11de1c=this[_0x106fcd(0x170)][_0x106fcd(0x2c7)])==null||(_0x32f91d=_0x11de1c[_0x106fcd(0x5e0)])==null||(_0x32f91d=_0x32f91d[_0x106fcd(0x591)](_0x11de1c))==null?void 0x0:_0x32f91d[_0x106fcd(0x443)])??0x0;}['_getVisibleCanvasDocumentRect'](_0x312bb6){const _0x40dd58=_0x5b38ef;var _0x4753da,_0x300d62,_0x53b595,_0x628812,_0x14df28,_0x8b299b;let _0x569282=Number[_0x40dd58(0x715)](_0x312bb6)&&_0x312bb6>0x0?_0x312bb6:0x1,_0x57173b=((_0x4753da=this[_0x40dd58(0x170)][_0x40dd58(0x564)][_0x40dd58(0x73f)](r[_0x40dd58(0x505)]['VIEW_MAIN']))==null?void 0x0:_0x4753da[_0x40dd58(0x280)])??0x0,_0x58c59a=(_0x300d62=(_0x53b595=this[_0x40dd58(0x170)][_0x40dd58(0x324)])[_0x40dd58(0x4ad)])==null||(_0x300d62=_0x300d62['call'](_0x53b595))==null||(_0x628812=_0x300d62[_0x40dd58(0x2fb)])==null?void 0x0:_0x628812[_0x40dd58(0x591)](_0x300d62),_0x3cffce=_0x58c59a==null?void 0x0:_0x58c59a[_0x40dd58(0x33d)],_0x50c214=_0x58c59a==null?void 0x0:_0x58c59a[_0x40dd58(0x658)],_0x46e4af=((_0x14df28=this['_context'][_0x40dd58(0x2c7)])==null?void 0x0:_0x14df28[_0x40dd58(0x33d)])??this[_0x40dd58(0x170)][_0x40dd58(0x564)][_0x40dd58(0x33d)],_0x551485=(_0x3cffce??_0x46e4af??0x0)/_0x569282,_0xe5efa9=((_0x8b299b=this[_0x40dd58(0x170)][_0x40dd58(0x2c7)])==null?void 0x0:_0x8b299b['height'])??this[_0x40dd58(0x170)]['scene'][_0x40dd58(0x658)],_0x54a087=(_0x50c214??_0xe5efa9??0x0)/_0x569282;return!_0x551485||!Number[_0x40dd58(0x715)](_0x551485)||_0x551485<=0x0||!_0x54a087||!Number[_0x40dd58(0x715)](_0x54a087)||_0x54a087<=0x0?null:{'height':_0x54a087,'left':_0x57173b,'width':_0x551485};}};ds=X([Y(0x1,(0x0,n[_0x5b38ef(0x179)])(n[_0x5b38ef(0x15a)])),Y(0x2,(0x0,n['Inject'])(n[_0x5b38ef(0x4bb)])),Y(0x3,(0x0,n[_0x5b38ef(0x179)])(Hi)),Y(0x4,(0x0,n[_0x5b38ef(0x179)])(bt)),Y(0x5,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0x5c1)])),Y(0x6,u[_0x5b38ef(0x45d)]),Y(0x7,(0x0,n[_0x5b38ef(0x179)])(r[_0x5b38ef(0x331)]))],ds);function fs(_0x3a7d55,_0x37f2ea){const _0x386cde=_0x5b38ef;if(!_0x3a7d55||typeof ResizeObserver>'u')return;let _0x4dde7a=new ResizeObserver(()=>_0x37f2ea());return _0x4dde7a['observe'](_0x3a7d55),{'dispose':()=>_0x4dde7a[_0x386cde(0x5ce)]()};}function ps(_0x51a30d){const _0x5cb932=_0x5b38ef;return!!_0x51a30d&&typeof _0x51a30d[_0x5cb932(0x5fd)]==_0x5cb932(0xeb);}function ms(_0x3e7d60,_0x248f63){const _0x1f85ce=_0x5b38ef;return typeof _0x3e7d60==_0x1f85ce(0x4e4)&&Number[_0x1f85ce(0x715)](_0x3e7d60)&&_0x3e7d60>0x1?_0x3e7d60:_0x248f63;}function hs(_0x56835b,_0x336525,_0x2fffb4){const _0x3b17c3=_0x5b38ef;return{...(0x0,e['createDocsCustomBlockHostAdapterContribution'])(_0x56835b,_0x336525),'afterCreateAnchor':_0x33a7fd=>_s(_0x2fffb4,_0x33a7fd[_0x3b17c3(0x17b)]),'afterRemoveAnchor':_0x3c77c1=>_s(_0x2fffb4,_0x3c77c1[_0x3b17c3(0x17b)])};}function gs(){const _0x1c5786=_0x5b38ef;return{'hostType':n[_0x1c5786(0x63d)][_0x1c5786(0x3f3)],'entry':_0x1c5786(0x4bd),'layout':_0x1c5786(0x490),'supportedLayouts':['docs-sticky-sheet',_0x1c5786(0x427),_0x1c5786(0x311),_0x1c5786(0x4d3),'content-bounds-fit'],'menuBehavior':_0x1c5786(0x1ec)};}function _s(_0xa52d0c,_0x2feaaf){const _0x386664=_0x5b38ef;var _0xcf8dd0,_0x59b401,_0x4b596a,_0x33485d;if(!_0xa52d0c)return;let _0x25d1be=_0xa52d0c[_0x386664(0x274)](_0x2feaaf);if(_0x25d1be){for(let _0x5e7105 of _0x25d1be[_0x386664(0x6d2)][_0x386664(0x38d)]()){var _0x5e1321;(_0x5e1321=_0x5e7105[_0x386664(0x373)])==null||_0x5e1321[_0x386664(0x591)](_0x5e7105);}(_0xcf8dd0=_0x25d1be['engine'])==null||_0xcf8dd0['resize'](),(_0x59b401=_0x25d1be[_0x386664(0x564)])==null||_0x59b401[_0x386664(0x373)](),(_0x4b596a=_0x25d1be[_0x386664(0x69e)])==null||(_0x4b596a=_0x4b596a['call'](_0x25d1be,r[_0x386664(0x656)]))==null||(_0x33485d=_0x4b596a[_0x386664(0x398)])==null||_0x33485d['call'](_0x4b596a);}}function vs(_0x337f49){const _0x58637a=_0x5b38ef;return{'childType':n[_0x58637a(0x63d)]['UNIVER_DOC'],'handleWheel':_0x8a62cc=>{const _0x25bd93=_0x58637a;let _0x56473c=_0x337f49[_0x25bd93(0x6b7)](yr)?_0x337f49['get'](yr):void 0x0;if((_0x56473c==null?void 0x0:_0x56473c[_0x25bd93(0x72e)](_0x8a62cc))===!0x0)return!0x0;if(!_0x337f49['has'](u[_0x25bd93(0x45d)]))return!0x1;let _0x26f059=_0x337f49['get'](u[_0x25bd93(0x45d)])[_0x25bd93(0x274)](_0x8a62cc[_0x25bd93(0x1b3)]),_0x513f07=_0x26f059==null?void 0x0:_0x26f059[_0x25bd93(0x564)];return Si(_0x8a62cc,_0x513f07==null?void 0x0:_0x513f07['getViewport'](r[_0x25bd93(0x505)][_0x25bd93(0x50e)]),_0x513f07);}};}function ys(){return fo({'childType':n['UniverInstanceType']['UNIVER_DOC'],'mount':bs});}function bs(_0x162693){const _0x195812=_0x5b38ef;let {root:_0x2facd7,menu:_0x25ec62}=uo(_0x162693),_0x5cb48d=Mt(_0x25ec62);return _0x5cb48d[_0x195812(0x85)]((0x0,c[_0x195812(0x221)])(Z,{'injector':_0x162693[_0x195812(0x17e)][_0x195812(0x42c)],'mountContainer':_0x2facd7,'embedId':_0x162693[_0x195812(0x2a5)]},(0x0,c[_0x195812(0x221)])(xs,{'hostUnitId':_0x162693[_0x195812(0x17b)],'embedId':_0x162693['embedId'],'entry':_0x162693['descriptor'][_0x195812(0x5d9)],'fullscreen':!!_0x162693[_0x195812(0x259)][_0x195812(0x6f1)],'usesDomFloatingStage':_0x162693[_0x195812(0x212)][_0x195812(0x5d9)]!=='slides-floating-object','renderScopeActive$':_0x162693['renderScope']['active$']}))),(0x0,n[_0x195812(0x5dc)])(()=>{const _0x781cd4=_0x195812;Nt(_0x5cb48d),globalThis[_0x781cd4(0x5bf)](()=>_0x25ec62['remove'](),0x0);});}function xs(_0x1ff7c9){const _0x579134=_0x5b38ef;let {hostUnitId:_0x406a91,embedId:_0x3fa049,entry:_0x5715ab,fullscreen:_0x2d81f2,usesDomFloatingStage:_0x351d7b,renderScopeActive$:_0x311826}=_0x1ff7c9,_0x12b80a=(0x0,a['useObservable'])(()=>_0x311826,!0x1,!0x1,[_0x311826]),_0x2884ad=(0x0,a['useDependency'])(n[_0x579134(0x4bb)]),_0x34d2d7=(0x0,a[_0x579134(0x6f9)])(ie),_0x1840ad=Mn({'embedId':_0x3fa049,'active':(0x0,a['useObservable'])(()=>_0x34d2d7[_0x579134(0x3c1)],_0x34d2d7[_0x579134(0x1c8)](),!0x1,[_0x34d2d7]),'fullscreen':_0x2d81f2,'usesDomFloatingStage':_0x351d7b,'renderScopeActive':_0x12b80a});return(0x0,d[_0x579134(0x588)])(_0x579134(0x568),{'className':(0x0,o['clsx'])('univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-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':_0x1840ad!==_0x579134(0x71b),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2d81f2,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x2d81f2,'-univer-top-9':!_0x2d81f2&&_0x5715ab!==_0x579134(0x4bd),'-univer-top-[52px]':!_0x2d81f2&&_0x5715ab===_0x579134(0x4bd)}),'data-embed-floating-menu':_0x579134(0x573),'data-embed-id':_0x3fa049,'data-embed-float-stage':_0x1840ad,'onPointerDown':_0x4bafd0=>_0x4bafd0['stopPropagation'](),'children':(0x0,d[_0x579134(0x588)])(o['Button'],{'type':'button','size':_0x579134(0x4ed),'variant':_0x579134(0x239),'className':'univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{const _0x5ae998=_0x579134;_0x2884ad[_0x5ae998(0x709)](e[_0x5ae998(0x1da)]['id'],{'hostUnitId':_0x406a91,'embedId':_0x3fa049});},'children':(0x0,d[_0x579134(0x588)])(s[_0x579134(0x677)],{})})});}function Ss(_0x4a8af2){const _0x589391=_0x5b38ef;la(_0x4a8af2,_0x589391(0xe4),Cs);}function Cs(_0x324391){const _0x226efa=_0x5b38ef;let _0xf18758=_0x324391['get'](e['EmbedHostAdapterRegistryService']),_0xa00b2c=_0x324391[_0x226efa(0x187)](at),_0x19952b=_0x324391[_0x226efa(0x187)](rt),_0x4d485f=_0x324391['get'](U),_0x57b38f=_0x324391[_0x226efa(0x187)](it),_0x50dcb9=_0x324391['get'](lr),_0x1238e5=_0x324391[_0x226efa(0x187)](vr),_0x356cc4=_0x324391[_0x226efa(0x6b7)](e['EmbedHostAnchorModelService'])?_0x324391['get'](e[_0x226efa(0x128)]):void 0x0,_0x4558cd=_0x324391[_0x226efa(0x6b7)](n['IUniverInstanceService'])?_0x324391[_0x226efa(0x187)](n[_0x226efa(0x15a)]):void 0x0,_0x599c12=_0x324391[_0x226efa(0x6b7)](u[_0x226efa(0x45d)])?_0x324391[_0x226efa(0x187)](u[_0x226efa(0x45d)]):void 0x0;_0x599c12==null||_0x599c12['registerRenderModule'](n[_0x226efa(0x63d)][_0x226efa(0x3f3)],[ds]);let _0x423f6e=hs(_0x356cc4,_0x4558cd,_0x599c12);_0xf18758[_0x226efa(0x187)](_0x423f6e[_0x226efa(0x5ae)],_0x423f6e['entry'])||_0xf18758[_0x226efa(0x2f4)](_0x423f6e);let _0xc2807f=gs();_0xa00b2c[_0x226efa(0x187)](_0xc2807f[_0x226efa(0x5ae)],_0xc2807f[_0x226efa(0x5d9)])||_0xa00b2c['register'](_0xc2807f);let _0x549f24=ss();_0x19952b[_0x226efa(0x187)](_0x549f24[_0x226efa(0x210)])||_0x19952b[_0x226efa(0x2f4)](_0x549f24);let _0x413388=os();_0x4d485f['get'](_0x413388['childType'])||_0x4d485f[_0x226efa(0x2f4)](_0x413388),ys()[_0x226efa(0x53f)](_0x5b39f0=>{const _0x4b262d=_0x226efa;_0x57b38f['hasExact'](_0x5b39f0[_0x4b262d(0x5ae)],_0x5b39f0[_0x4b262d(0x5d9)],_0x5b39f0[_0x4b262d(0x210)])||_0x57b38f[_0x4b262d(0x2f4)](_0x5b39f0);}),_0x50dcb9[_0x226efa(0x3d0)](Gi(_0x324391,{'childType':n[_0x226efa(0x63d)][_0x226efa(0x3f3)],'renderManagerService':u[_0x226efa(0x45d)]})),_0x1238e5[_0x226efa(0x187)](n[_0x226efa(0x63d)][_0x226efa(0x3f3)])||_0x1238e5[_0x226efa(0x2f4)](vs(_0x324391));}function ws(){const _0x435af8=_0x5b38ef;return{'childType':n[_0x435af8(0x63d)][_0x435af8(0x28b)],'measureContentSize':_0x5d5e07=>{const _0x592145=_0x435af8;let _0x296781=Ts(_0x5d5e07['childUnit']),_0x4e1bd6=Ds(_0x5d5e07[_0x592145(0x632)]);return _0x296781==null&&_0x4e1bd6==null?void 0x0:{'height':_0x296781,'width':_0x4e1bd6};}};}function Ts(_0x16dace){const _0x308e39=_0x5b38ef;var _0x5c4c73;let _0x54bbfb=_0x16dace instanceof n[_0x308e39(0x207)]?_0x16dace[_0x308e39(0x37e)](!0x0):void 0x0;if(!_0x54bbfb)return;let _0x5bd754=Os(_0x54bbfb);if(!Number[_0x308e39(0x715)](_0x5bd754)||_0x5bd754==null||_0x5bd754<0x0)return;let _0x4d1e97=js((_0x5c4c73=_0x54bbfb[_0x308e39(0x23e)])==null||(_0x5c4c73=_0x5c4c73[_0x308e39(0x591)](_0x54bbfb))==null?void 0x0:_0x5c4c73[_0x308e39(0x177)],n['DEFAULT_WORKSHEET_ROW_HEIGHT']),_0x5cc8b1=Es(_0x16dace),_0x574e37=0x0;for(let _0x479c61=0x0;_0x479c61<_0x5bd754;_0x479c61++){var _0xa335ee,_0x5ef122;((_0xa335ee=_0x54bbfb[_0x308e39(0x9d)])==null?void 0x0:_0xa335ee[_0x308e39(0x591)](_0x54bbfb,_0x479c61))!==!0x1&&(_0x574e37+=Ms((_0x5ef122=_0x54bbfb[_0x308e39(0x630)])==null?void 0x0:_0x5ef122[_0x308e39(0x591)](_0x54bbfb,_0x479c61),_0x4d1e97));}return _0x5cc8b1+_0x574e37;}function Es(_0x20e0ba){const _0x14c2ff=_0x5b38ef;var _0x258646;let _0x8aa993=_0x20e0ba instanceof n[_0x14c2ff(0x207)]?_0x20e0ba['getActiveSheet'](!0x0):void 0x0,_0x433b05=_0x8aa993==null||(_0x258646=_0x8aa993['getConfig'])==null||(_0x258646=_0x258646[_0x14c2ff(0x591)](_0x8aa993))==null?void 0x0:_0x258646[_0x14c2ff(0x550)];return _0x433b05!=null&&_0x433b05['hidden']?0x0:js(_0x433b05==null?void 0x0:_0x433b05[_0x14c2ff(0x658)],0x18);}function Ds(_0x37a7f8){const _0x4a93c6=_0x5b38ef;var _0x18f89e,_0x28e937;let _0x2c26e9=_0x37a7f8 instanceof n[_0x4a93c6(0x207)]?_0x37a7f8[_0x4a93c6(0x37e)](!0x0):void 0x0;if(!_0x2c26e9)return;let _0x59bb9d=ks(_0x2c26e9);if(!Number[_0x4a93c6(0x715)](_0x59bb9d)||_0x59bb9d==null||_0x59bb9d<0x0)return;let _0x2329ac=(_0x18f89e=_0x2c26e9['getConfig'])==null||(_0x18f89e=_0x18f89e[_0x4a93c6(0x591)](_0x2c26e9))==null?void 0x0:_0x18f89e[_0x4a93c6(0x254)],_0x41d32e=js((_0x28e937=_0x2c26e9['getConfig'])==null||(_0x28e937=_0x28e937[_0x4a93c6(0x591)](_0x2c26e9))==null?void 0x0:_0x28e937[_0x4a93c6(0x30b)],n[_0x4a93c6(0x449)]),_0x4af866=_0x2329ac!=null&&_0x2329ac[_0x4a93c6(0x4dc)]?0x0:js(_0x2329ac==null?void 0x0:_0x2329ac['width'],n['DEFAULT_WORKSHEET_ROW_TITLE_WIDTH']),_0x4c1dce=0x0;for(let _0xb99d98=0x0;_0xb99d98<_0x59bb9d;_0xb99d98++){var _0x51ec42,_0x15f8ab;((_0x51ec42=_0x2c26e9['getColVisible'])==null?void 0x0:_0x51ec42['call'](_0x2c26e9,_0xb99d98))!==!0x1&&(_0x4c1dce+=js((_0x15f8ab=_0x2c26e9[_0x4a93c6(0x2c2)])==null?void 0x0:_0x15f8ab['call'](_0x2c26e9,_0xb99d98),_0x41d32e));}return _0x4af866+_0x4c1dce+u[_0x4a93c6(0x1bb)][_0x4a93c6(0x61f)];}function Os(_0x44b124){const _0x43eee8=_0x5b38ef;return As(_0x44b124[_0x43eee8(0x3e8)]());}function ks(_0xeec144){return As(_0xeec144['getColumnCount']());}function As(_0x59ca79){const _0x4d4e71=_0x5b38ef;return typeof _0x59ca79==_0x4d4e71(0x4e4)&&Number[_0x4d4e71(0x715)](_0x59ca79)&&_0x59ca79>=0x0?Math[_0x4d4e71(0x660)](_0x59ca79):void 0x0;}function js(_0x44e3fc,_0x28975a){const _0x507692=_0x5b38ef;return typeof _0x44e3fc=='number'&&Number[_0x507692(0x715)](_0x44e3fc)&&_0x44e3fc>0x0?_0x44e3fc:_0x28975a;}function Ms(_0x376a6f,_0x356531){const _0x5e79c6=_0x5b38ef;return typeof _0x376a6f==_0x5e79c6(0x4e4)&&Number[_0x5e79c6(0x715)](_0x376a6f)&&_0x376a6f>=0x0?_0x376a6f:_0x356531;}function Ns(){const _0x33d0a9=_0x5b38ef;return{'hostType':n['UniverInstanceType'][_0x33d0a9(0x28b)],'entry':'sheets-floating-object','layout':_0x33d0a9(0x289),'supportedLayouts':['doc-width-scale','aspect-fit','scroll-contained',_0x33d0a9(0x360)],'menuBehavior':_0x33d0a9(0x1ec)};}function Ps(){const _0x264ac2=_0x5b38ef;return{'hostType':n['UniverInstanceType'][_0x264ac2(0x28b)],'entry':_0x264ac2(0x43f),'layout':'tab-peer','supportedLayouts':[_0x264ac2(0x668)],'menuBehavior':_0x264ac2(0x45b),'mount':_0x42a9d5=>{const _0x2dc4dd=_0x264ac2;let _0x4da35c=Fs('data-embed-sheets-sheet-tab-host',_0x42a9d5[_0x2dc4dd(0x212)][_0x2dc4dd(0x659)]);return _0x4da35c?{'hostElement':_0x4da35c}:{};}};}function Fs(_0x20e11a,_0x505b51){const _0x357692=_0x5b38ef;return document[_0x357692(0x724)]('['+_0x20e11a+'=\x22'+Is(_0x505b51)+'\x22]');}function Is(_0x55edf0){const _0x469f83=_0x5b38ef;return _0x55edf0[_0x469f83(0x626)](/\\/g,'\x5c\x5c')[_0x469f83(0x626)](/"/g,'\x5c\x22');}function Ls(_0x1e41df){const _0x4b0764=_0x5b38ef;let _0x371e84=_0x1e41df['has'](n[_0x4b0764(0x15a)])?_0x1e41df['get'](n[_0x4b0764(0x15a)]):void 0x0,_0x1e3246=_0x1e41df[_0x4b0764(0x6b7)](u['IRenderManagerService'])?_0x1e41df[_0x4b0764(0x187)](u[_0x4b0764(0x45d)]):void 0x0;return{'childType':n[_0x4b0764(0x63d)][_0x4b0764(0x28b)],'getStickyHeaderHeight':_0x502b70=>{const _0x501154=_0x4b0764;let _0x1d6321=_0x502b70[_0x501154(0x17e)][_0x501154(0x6cb)]??_0x371e84;return Es(_0x1d6321==null?void 0x0:_0x1d6321[_0x501154(0xcd)](_0x502b70[_0x501154(0x1b3)],n[_0x501154(0x63d)][_0x501154(0x28b)]));},'subscribeVerticalScroll':(_0x5ba638,_0x4a41a8)=>{const _0x3efb12=_0x4b0764;var _0x421f70,_0x138c2e;let _0x5d2096=((_0x421f70=_0x5ba638[_0x3efb12(0x17e)])==null?void 0x0:_0x421f70[_0x3efb12(0x42c)])??_0x1e41df,_0x87e5a5=_0x5d2096!==_0x1e41df&&_0x5d2096[_0x3efb12(0x6b7)](u['IRenderManagerService'])?_0x5d2096[_0x3efb12(0x187)](u[_0x3efb12(0x45d)]):_0x1e3246,_0xe188e3=_0x87e5a5==null||(_0x138c2e=_0x87e5a5[_0x3efb12(0x274)](_0x5ba638[_0x3efb12(0x1b3)]))==null||(_0x138c2e=_0x138c2e[_0x3efb12(0x564)])==null?void 0x0:_0x138c2e[_0x3efb12(0x73f)](u[_0x3efb12(0x58e)][_0x3efb12(0x50e)]);if(!_0xe188e3)return;let _0x33e941=_0xe188e3['onScrollByBar$'][_0x3efb12(0xab)](_0x1f2c1b=>{_0x4a41a8(_0x1f2c1b['viewportScrollY']??_0xe188e3['viewportScrollY']??0x0);});return(0x0,n['toDisposable'])(()=>_0x33e941[_0x3efb12(0x637)]());},'handleWheel':_0x20a62a=>{const _0x547c32=_0x4b0764;var _0x4aaf35;if(_0x20a62a[_0x547c32(0x56e)]!==_0x547c32(0xa1)&&Nn(_0x20a62a[_0x547c32(0x502)],_0x20a62a[_0x547c32(0x39a)]))return!0x1;let _0x19e235=((_0x4aaf35=_0x20a62a[_0x547c32(0x17e)])==null?void 0x0:_0x4aaf35[_0x547c32(0x42c)])??_0x1e41df,_0x4d929f=_0x19e235!==_0x1e41df&&_0x19e235[_0x547c32(0x6b7)](u[_0x547c32(0x45d)])?_0x19e235['get'](u[_0x547c32(0x45d)]):_0x1e3246;if(!_0x4d929f)return!0x1;let _0x220a20=_0x4d929f[_0x547c32(0x274)](_0x20a62a['childUnitId']),_0x55b87a=_0x220a20==null?void 0x0:_0x220a20[_0x547c32(0x564)];return Si(_0x20a62a,_0x55b87a==null?void 0x0:_0x55b87a[_0x547c32(0x73f)](u[_0x547c32(0x58e)][_0x547c32(0x50e)]),_0x55b87a);}};}function Rs(_0x108416){const _0x34c9fc=_0x5b38ef;let _0x51b994=[];return[[_0x34c9fc(0x2c1),i[_0x34c9fc(0x595)],0x0],[_0x34c9fc(0x569),x[_0x34c9fc(0x1d7)],0x64],[_0x34c9fc(0x200),M[_0x34c9fc(0xd6)],0x64],['conditional-formatting',E[_0x34c9fc(0x18b)],0x64],[_0x34c9fc(0x24d),D[_0x34c9fc(0x3a6)],0x64],[_0x34c9fc(0xc9),k[_0x34c9fc(0x495)],0x64],[_0x34c9fc(0x50f),O[_0x34c9fc(0x1b1)],0x64],[_0x34c9fc(0x4c5),N['SheetsSortUIMenuSchema'],0x64],[_0x34c9fc(0x689),A[_0x34c9fc(0x522)],0x64],[_0x34c9fc(0xcb),F[_0x34c9fc(0x5f1)],0x64],[_0x34c9fc(0x590),P['SheetsTableUIMenuSchema'],0x64],[_0x34c9fc(0x465),j[_0x34c9fc(0x52e)],0x64],[_0x34c9fc(0x60c),C[_0x34c9fc(0x25e)],0x64],[_0x34c9fc(0x2f3),S[_0x34c9fc(0x460)],0x64],[_0x34c9fc(0xfb),b[_0x34c9fc(0x599)],0x64],['sparkline',T[_0x34c9fc(0x6bd)],0x64],[_0x34c9fc(0x93),w[_0x34c9fc(0x440)],0x64]][_0x34c9fc(0x53f)](([_0x4515dd,_0x3d3537,_0x3528f3])=>{const _0x160abe=_0x34c9fc;let _0x29df1d=en(_0x108416,{'id':_0x160abe(0x285)+_0x4515dd,'childType':n['UniverInstanceType'][_0x160abe(0x28b)],'surface':_0x160abe(0x27b),'order':_0x3528f3,'menuSchema':_0x3d3537});_0x29df1d&&_0x51b994[_0x160abe(0x56f)](_0x29df1d);}),(0x0,n['toDisposable'])(()=>_0x51b994['forEach'](_0x342321=>_0x342321[_0x34c9fc(0x565)]()));}function zs(){const _0x34275f=_0x5b38ef;return{...pa({'childType':n[_0x34275f(0x63d)][_0x34275f(0x28b)],'productName':'Sheets'}),'presentationPolicy':{'getChromeCss':()=>_0x34275f(0x343),'activateNavigationAtPoint':({childContext:_0x3e2518,clientX:_0x4c1c2d,clientY:_0x58dd16,runtimeHost:_0x26bad7})=>{const _0x449507=_0x34275f;let _0x55ca50=va(_0x26bad7,_0x449507(0x21a),_0x4c1c2d,_0x58dd16),_0x33d148=_0x55ca50==null?void 0x0:_0x55ca50[_0x449507(0x4e8)]['id'],_0x577d4e=_0x3e2518[_0x449507(0x17e)][_0x449507(0x315)];return!_0x33d148||!_0x577d4e?!0x1:_0x577d4e[_0x449507(0x613)](I[_0x449507(0x6fe)]['id'],{'unitId':_0x3e2518['childUnitId'],'subUnitId':_0x33d148})!==!0x1;}}};}function Bs(_0x33727e){const _0x227cc4=_0x5b38ef;return{'childType':n[_0x227cc4(0x63d)][_0x227cc4(0x28b)],'supportedLayouts':['tab-peer',_0x227cc4(0x490),_0x227cc4(0x4d3)],'canvasRootClassName':_0x227cc4(0x5f3),'scopedDependencies':[[i['ISheetBarService'],{'useClass':i[_0x227cc4(0x19e)]}]],'beforeDeactivate':Us,'mount':_0x42cbd7=>{const _0xbb3771=_0x227cc4;var _0x1b7146;let _0x35e7d1=_0x42cbd7[_0xbb3771(0x17e)][_0xbb3771(0x42c)],_0x4517b9=_0x42cbd7[_0xbb3771(0x17e)][_0xbb3771(0x1c0)][_0xbb3771(0x6d1)]??_0x42cbd7[_0xbb3771(0x259)][_0xbb3771(0xd8)]??_0x42cbd7[_0xbb3771(0x259)][_0xbb3771(0x716)]??_0x42cbd7[_0xbb3771(0x259)]['rootElement'],_0x476ccb=_0x42cbd7[_0xbb3771(0x17e)][_0xbb3771(0x1c0)][_0xbb3771(0x8b)]??_0x42cbd7[_0xbb3771(0x259)][_0xbb3771(0x716)]??_0x4517b9;_0x4517b9[_0xbb3771(0x4e8)]['embedChildRenderUnitId']=_0x42cbd7[_0xbb3771(0x1b3)],_0x4517b9['dataset'][_0xbb3771(0x411)]=_0xbb3771(0x20d),_0x476ccb[_0xbb3771(0x4e8)][_0xbb3771(0x463)]=_0x42cbd7[_0xbb3771(0x1b3)],_0x476ccb['dataset']['embedChildRenderMode']=_0xbb3771(0x620);let _0x11ac8e=_0x42cbd7[_0xbb3771(0x42c)][_0xbb3771(0x187)](n[_0xbb3771(0x15a)])[_0xbb3771(0xcd)](_0x42cbd7[_0xbb3771(0x1b3)],n[_0xbb3771(0x63d)][_0xbb3771(0x28b)]),_0x26d8b8=_0x11ac8e?za(_0x42cbd7,_0x33727e,_0x55e5c6=>Hs(_0x11ac8e,_0x55e5c6)):(0x0,n[_0xbb3771(0x5dc)])(()=>{}),_0x53cc5a=st(_0x42cbd7,u['IRenderManagerService'],_0x4517b9,{'scopedRenderInjector':!0x0})??(0x0,n[_0xbb3771(0x5dc)])(()=>{}),_0x302156=Vs(_0x42cbd7),_0x5f0785=Ks(_0x42cbd7,_0x476ccb),_0x2062b5=Mt(_0x476ccb);return _0x2062b5[_0xbb3771(0x85)]((0x0,d[_0xbb3771(0x588)])(Z,{'injector':_0x35e7d1,'mountContainer':_0x42cbd7[_0xbb3771(0x17e)][_0xbb3771(0x1c0)]['popup'],'embedId':_0x42cbd7['embedId'],'children':(0x0,d[_0xbb3771(0x588)])(qs,{'canvasRoot':_0x4517b9,'showChrome':Ws(_0x42cbd7),'readonly':((_0x1b7146=_0x42cbd7[_0xbb3771(0x212)])==null?void 0x0:_0x1b7146[_0xbb3771(0x32c)])===_0xbb3771(0x649),'unitId':_0x42cbd7[_0xbb3771(0x1b3)]})})),(0x0,n['toDisposable'])(()=>{const _0x49e55d=_0xbb3771;_0x26d8b8['dispose'](),_0x5f0785[_0x49e55d(0x565)](),_0x302156[_0x49e55d(0x565)](),_0x53cc5a[_0x49e55d(0x565)](),Nt(_0x2062b5),_0x4517b9[_0x49e55d(0x94)]&&(_0x4517b9[_0x49e55d(0x4f9)](_0x49e55d(0x4f2)),_0x4517b9[_0x49e55d(0x4f9)](_0x49e55d(0x2a4))),_0x476ccb[_0x49e55d(0x94)]&&(_0x476ccb[_0x49e55d(0x4f9)](_0x49e55d(0x4f2)),_0x476ccb[_0x49e55d(0x4f9)]('data-embed-child-render-mode'));});}};}function Vs(_0xe922cd){const _0x38c2b2=_0x5b38ef;var _0x2eb97e;if(_0xe922cd[_0x38c2b2(0x502)]!==_0x38c2b2(0x490))return(0x0,n['toDisposable'])(()=>{});let _0x4921a5=(_0x2eb97e=_0xe922cd[_0x38c2b2(0x42c)][_0x38c2b2(0x187)](u[_0x38c2b2(0x45d)])['getRenderUnitById'](_0xe922cd[_0x38c2b2(0x1b3)]))==null||(_0x2eb97e=_0x2eb97e[_0x38c2b2(0x564)][_0x38c2b2(0x73f)](u['SHEET_VIEWPORT_KEY']['VIEW_MAIN']))==null?void 0x0:_0x2eb97e[_0x38c2b2(0x554)]();if(!_0x4921a5)return(0x0,n[_0x38c2b2(0x5dc)])(()=>{});let _0x41d245=_0x4921a5['hideTrackWhenUnscrollable'];return _0x4921a5[_0x38c2b2(0x576)]=!0x0,(0x0,n[_0x38c2b2(0x5dc)])(()=>{const _0x3da994=_0x38c2b2;_0x4921a5[_0x3da994(0x576)]=_0x41d245;});}function Hs(_0x124f3b,_0x10b3a1){const _0x396f4b=_0x5b38ef;var _0x561ea8;let _0x37d2b9=_0x10b3a1==null?void 0x0:_0x10b3a1[_0x396f4b(0x627)],_0x591e1b=(_0x37d2b9?_0x124f3b[_0x396f4b(0x722)](_0x37d2b9):void 0x0)??_0x124f3b['getSheets']()[0x0];_0x591e1b&&((_0x561ea8=_0x124f3b['getActiveSheet'](!0x0))==null?void 0x0:_0x561ea8[_0x396f4b(0xcf)]())!==_0x591e1b[_0x396f4b(0xcf)]()&&_0x124f3b[_0x396f4b(0x115)](_0x591e1b);}function Us(_0x4bdca2){const _0xb6ff50=_0x5b38ef;var _0x3b774d;(_0x3b774d=_0x4bdca2[_0xb6ff50(0x17e)][_0xb6ff50(0x315)])==null||_0x3b774d[_0xb6ff50(0x613)](i[_0xb6ff50(0x28c)]['id'],{'visible':!0x1,'eventType':u['DeviceInputEventType'][_0xb6ff50(0x1df)],'unitId':_0x4bdca2['childUnitId']}),_0x4bdca2['runtimeScope'][_0xb6ff50(0x42c)]['has'](i[_0xb6ff50(0x3ba)])&&_0x4bdca2[_0xb6ff50(0x17e)][_0xb6ff50(0x42c)][_0xb6ff50(0x187)](i[_0xb6ff50(0x3ba)])['hidePopupsForUnit'](_0x4bdca2[_0xb6ff50(0x1b3)]);}function Ws(_0x2abc80){const _0x352c43=_0x5b38ef;return _0x2abc80[_0x352c43(0x259)][_0x352c43(0x32c)]===_0x352c43(0x351)||!!_0x2abc80[_0x352c43(0x259)][_0x352c43(0x6f1)];}function Gs(_0x308a97,_0xf15f42){const _0x2bc50d=_0x5b38ef;let _0xb72245=_0x308a97[_0x2bc50d(0x2ac)][_0x2bc50d(0x3ec)],_0x5b7951=_0x308a97[_0x2bc50d(0x2ac)][_0x2bc50d(0x711)];return _0x308a97[_0x2bc50d(0x2ac)][_0x2bc50d(0x3ec)]=_0xf15f42['formulaBar']?_0x2bc50d(0x65b):'',_0x308a97[_0x2bc50d(0x2ac)]['bottom']=_0xf15f42[_0x2bc50d(0x4d4)]?i[_0x2bc50d(0xd7)]+'px':'',(0x0,n[_0x2bc50d(0x5dc)])(()=>{const _0x341320=_0x2bc50d;_0x308a97['style'][_0x341320(0x3ec)]=_0xb72245,_0x308a97[_0x341320(0x2ac)][_0x341320(0x711)]=_0x5b7951;});}function Ks(_0x4a17df,_0x33c8a2){const _0x144499=_0x5b38ef;var _0x38499a,_0x42ec2d;return(_0x38499a=_0x4a17df[_0x144499(0x42c)])!=null&&(_0x42ec2d=_0x38499a['has'])!=null&&_0x42ec2d[_0x144499(0x591)](_0x38499a,ur)?_0x4a17df[_0x144499(0x42c)][_0x144499(0x187)](ur)[_0x144499(0x2f4)]({'embedId':_0x4a17df[_0x144499(0x2a5)],'childUnitId':_0x4a17df[_0x144499(0x1b3)],'root':_0x4a17df[_0x144499(0x259)][_0x144499(0x298)],'contentRoot':_0x33c8a2}):(0x0,n[_0x144499(0x5dc)])(()=>{});}function qs(_0xeb45fa){const _0x4d60d2=_0x5b38ef;let {canvasRoot:_0x259873,readonly:_0x10c60c,showChrome:_0x2dbc3a,unitId:_0x49507f}=_0xeb45fa,_0x301faa=(0x0,a[_0x4d60d2(0x27e)])(i[_0x4d60d2(0x5c7)]),_0xcc5634=(0x0,a[_0x4d60d2(0x6f9)])(a[_0x4d60d2(0x561)]),_0x27fcad=_0xcc5634['get']('SheetShapeTextEditorContainer')??_0xcc5634['get'](_0x4d60d2(0x3af)),_0x127250=_0x2dbc3a&&(_0x301faa==null?void 0x0:_0x301faa[_0x4d60d2(0x54e)])!==!0x1,_0x414f23=_0x301faa==null?void 0x0:_0x301faa['footer'],_0x1ff45d=_0x2dbc3a&&_0x414f23!==!0x1&&(typeof _0x414f23!=_0x4d60d2(0x4c3)||_0x414f23['sheetBar']!==!0x1);return(0x0,c[_0x4d60d2(0x4aa)])(()=>{let _0x431e02=Gs(_0x259873,{'formulaBar':_0x127250,'sheetBar':_0x1ff45d});return()=>_0x431e02['dispose']();},[_0x259873,_0x127250,_0x1ff45d]),(0x0,d['jsxs'])(d[_0x4d60d2(0x70a)],{'children':[(0x0,d[_0x4d60d2(0x588)])('div',{'className':_0x4d60d2(0x10c),'data-u-comp':_0x4d60d2(0x1fe),'children':(0x0,d[_0x4d60d2(0x588)])(a[_0x4d60d2(0x233)],{'unitId':_0x49507f})}),_0x127250&&(0x0,d['jsx'])('div',{'className':_0x4d60d2(0x4dd),'style':{'height':0x1c},'children':(0x0,d[_0x4d60d2(0x588)])(i[_0x4d60d2(0x497)],{})}),!_0x10c60c&&_0x27fcad&&(0x0,d[_0x4d60d2(0x588)])(_0x27fcad,{}),!_0x10c60c&&!(_0x301faa!=null&&_0x301faa[_0x4d60d2(0x288)])&&(0x0,d[_0x4d60d2(0x588)])(i['EditorContainer'],{}),!_0x10c60c&&(0x0,d[_0x4d60d2(0x588)])(i[_0x4d60d2(0x159)],{}),_0x1ff45d&&(0x0,d[_0x4d60d2(0x588)])(_0x4d60d2(0x568),{'className':_0x4d60d2(0x84),'style':{'height':i[_0x4d60d2(0xd7)]},'children':(0x0,d[_0x4d60d2(0x588)])(i['SheetBar'],{})})]});}const Js=(0x0,c[_0x5b38ef(0x35f)])(({children:_0xa488f0,className:_0x582cd1,title:_0x5b7b81,onClick:_0x253213,onMouseDown:_0x17990e,onPointerDown:_0x26e820,..._0x249b9e},_0x19d1fe)=>{const _0x49f06e=_0x5b38ef;let _0x10bc13=(0x0,a['useDependency'])(n['LocaleService'])['t'](_0x5b7b81);return(0x0,d[_0x49f06e(0x588)])(o['Button'],{'ref':_0x19d1fe,'type':_0x49f06e(0x3c3),'size':_0x49f06e(0x4ed),'variant':_0x49f06e(0x239),'aria-label':_0x10bc13,'title':_0x10bc13,'className':(0x0,o[_0x49f06e(0x596)])(_0x49f06e(0x3b1),_0x582cd1),'onPointerDown':_0x220a92=>{const _0x5851e0=_0x49f06e;_0x220a92[_0x5851e0(0x732)](),_0x26e820==null||_0x26e820(_0x220a92);},'onMouseDown':_0x4a88f3=>{const _0x56eaf1=_0x49f06e;_0x4a88f3[_0x56eaf1(0x732)](),_0x17990e==null||_0x17990e(_0x4a88f3);},'onClick':_0x64ee50=>{const _0xa9ece8=_0x49f06e;_0x253213==null||_0x253213(_0x64ee50),_0x64ee50[_0xa9ece8(0x732)]();},..._0x249b9e,'children':_0xa488f0});}),Ys=(0x0,c[_0x5b38ef(0x35f)])(({title:_0x3534de,primary:_0xe61f3a,disabled:_0x295caa,open:_0x50aaae,onPrimaryClick:_0x817e28,onMouseDown:_0x3b8057,onPointerDown:_0x5ee733,onClick:_0x3bc99c,..._0x5c9a33},_0x28259c)=>(0x0,d[_0x5b38ef(0x66a)])(_0x5b38ef(0x568),{'ref':_0x28259c,'className':(0x0,o[_0x5b38ef(0x596)])(_0x5b38ef(0x636),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x50aaae,'univer-cursor-not-allowed\x20univer-opacity-60':_0x295caa}),'onPointerDown':_0x17272f=>{_0x17272f['stopPropagation'](),_0x5ee733==null||_0x5ee733(_0x17272f);},'onMouseDown':_0x4f5d18=>{_0x4f5d18['stopPropagation'](),_0x3b8057==null||_0x3b8057(_0x4f5d18);},'onClick':_0x170ddb=>{const _0x13a07e=_0x5b38ef;_0x3bc99c==null||_0x3bc99c(_0x170ddb),_0x170ddb[_0x13a07e(0x732)]();},..._0x5c9a33,'children':[(0x0,d['jsx'])('button',{'type':'button','className':_0x5b38ef(0x230),'disabled':_0x295caa,'onClick':_0x36df42=>{const _0x3a1250=_0x5b38ef;_0x36df42[_0x3a1250(0x732)](),_0x817e28();},'children':_0xe61f3a}),(0x0,d[_0x5b38ef(0x588)])(o[_0x5b38ef(0x437)],{'orientation':_0x5b38ef(0x6aa)}),(0x0,d[_0x5b38ef(0x588)])(_0x5b38ef(0x3c3),{'type':_0x5b38ef(0x3c3),'className':_0x5b38ef(0x3d5),'disabled':_0x295caa,'children':(0x0,d[_0x5b38ef(0x588)])(s[_0x5b38ef(0x2e8)],{})})]}));Ys[_0x5b38ef(0x32b)]='FloatingToolbarSplitTrigger';function Xs(_0x5a9d03){const _0x3b787c=_0x5b38ef;let {children:_0x4fbde7,title:_0x354362,className:_0x4ae3e0,disabled:_0x14c602,active:_0xc5f5a1,onClick:_0xc05024}=_0x5a9d03;return(0x0,d[_0x3b787c(0x588)])(o[_0x3b787c(0x299)],{'title':_0x354362,'placement':_0x3b787c(0x711),'children':(0x0,d[_0x3b787c(0x588)])(a[_0x3b787c(0x6d5)],{'className':(0x0,o[_0x3b787c(0x596)])(_0x3b787c(0xce),_0x4ae3e0),'disabled':_0x14c602,'active':_0xc5f5a1,'onClick':_0xc05024,'children':_0x4fbde7})});}function Zs(_0x1965ee){const _0x44b366=_0x5b38ef;let {item:_0x1ff0fd,children:_0x64d574,title:_0x54a062,onClick:_0x3413fa}=_0x1965ee,{hidden:_0x206584,disabled:_0x1adf9b,activated:_0x5e2e1c}=Qs(_0x1ff0fd),_0x4f5c84=(0x0,a['useDependency'])(n[_0x44b366(0x20e)]);return!_0x1ff0fd||_0x206584?null:(0x0,d['jsx'])(Xs,{'title':_0x4f5c84['t'](_0x54a062),'disabled':_0x1adf9b,'active':_0x5e2e1c,'onClick':_0x3413fa,'children':_0x64d574});}function Qs(_0x407a0d){const _0x2fda4=_0x5b38ef;return{'hidden':(0x0,a['useObservable'])(()=>{const _0x29885f=_0x241e;var _0x34e39c;return(_0x407a0d==null||(_0x34e39c=_0x407a0d[_0x29885f(0x57c)])==null?void 0x0:_0x34e39c[_0x29885f(0x671)]((0x0,l[_0x29885f(0x72b)])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x407a0d]),'disabled':(0x0,a[_0x2fda4(0x540)])(()=>{const _0x41f5e6=_0x2fda4;var _0x3e65db;return(_0x407a0d==null||(_0x3e65db=_0x407a0d[_0x41f5e6(0x56c)])==null?void 0x0:_0x3e65db[_0x41f5e6(0x671)]((0x0,l['startWith'])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x407a0d]),'activated':(0x0,a['useObservable'])(()=>{const _0x12fd28=_0x2fda4;var _0x5a1e24;return(_0x407a0d==null||(_0x5a1e24=_0x407a0d[_0x12fd28(0x3f2)])==null?void 0x0:_0x5a1e24[_0x12fd28(0x671)]((0x0,l[_0x12fd28(0x72b)])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x407a0d]),'value':(0x0,a['useObservable'])(()=>{const _0x2d7036=_0x2fda4;var _0x23d6c2;return(_0x407a0d==null||(_0x23d6c2=_0x407a0d[_0x2d7036(0x533)])==null?void 0x0:_0x23d6c2[_0x2d7036(0x671)]((0x0,l[_0x2d7036(0x72b)])(void 0x0)))??(0x0,l['of'])(void 0x0);},void 0x0,!0x1,[_0x407a0d])};}function $s(_0x432e09){const _0x502924=_0x5b38ef;return _0x432e09[_0x502924(0x5b5)]??_0x432e09['title']??_0x432e09['id'];}function ec(_0x135f39){const _0x2b73fc=_0x5b38ef;return typeof _0x135f39['label']==_0x2b73fc(0x710)?_0x135f39[_0x2b73fc(0x4e6)]:typeof _0x135f39['value']=='string'||typeof _0x135f39[_0x2b73fc(0x17f)]==_0x2b73fc(0x4e4)?String(_0x135f39['value']):_0x135f39['id']??'';}function tc(_0x4549b5){const _0x4ecba6=_0x5b38ef;return _0x4549b5===n['WrapStrategy'][_0x4ecba6(0x52a)]?(0x0,d[_0x4ecba6(0x588)])(s[_0x4ecba6(0x41a)],{}):_0x4549b5===n[_0x4ecba6(0x38c)][_0x4ecba6(0x444)]?(0x0,d[_0x4ecba6(0x588)])(s[_0x4ecba6(0x250)],{}):(0x0,d[_0x4ecba6(0x588)])(s[_0x4ecba6(0x13c)],{});}function nc(_0x54ad2f){const _0x515963=_0x5b38ef;return _0x54ad2f instanceof HTMLElement&&!!_0x54ad2f[_0x515963(0x609)](_0x515963(0x51e));}function Q(_0x37a4cc){_0x37a4cc['stopPropagation'](),nc(_0x37a4cc['target'])||_0x37a4cc['preventDefault']();}function rc(_0x3c3e7a,_0x756e0c){const _0x15cb49=_0x5b38ef;if(!(_0x3c3e7a instanceof HTMLElement))return!0x1;let _0x3abb89=_0x3c3e7a['closest'](_0x15cb49(0xc6));return(_0x3abb89==null?void 0x0:_0x3abb89[_0x15cb49(0x82)]('data-embed-id'))===_0x756e0c;}function $(_0x382326,_0x211aea){const _0x140f30=_0x5b38ef;let _0x4d6261=_0x382326[_0x140f30(0x487)];rc(_0x4d6261,_0x211aea)&&_0x382326[_0x140f30(0x558)]();}function ic(_0x539cc0){const _0x34c015=_0x5b38ef;let {embedId:_0x4c519a,children:_0xcb4cc,onPointerDown:_0x4db908}=_0x539cc0;return(0x0,d['jsx'])(_0x34c015(0x4d1),{'data-embed-id':_0x4c519a,'data-embed-floating-menu-popup':_0x34c015(0x573),'className':_0x34c015(0x1fc),'onPointerDown':_0x4db908,'onMouseDown':Q,'children':_0xcb4cc});}function ac(_0x18fa33){const _0x4babf9=_0x5b38ef;let {children:_0x192454}=_0x18fa33;return(0x0,d['jsx'])(_0x4babf9(0x568),{'className':'univer-flex\x20univer-items-center\x20univer-gap-1','children':_0x192454});}function oc(_0x307a11){const _0x1d577a=_0x5b38ef;let {embedId:_0x58ade9,title:_0x218b49,trigger:_0x2d62ca,overlay:_0x61a39a,disabled:_0x168417,triggerClassName:_0x2fc3bf,open:_0x4d458f,onOpenChange:_0x6a12b4}=_0x307a11;return(0x0,d[_0x1d577a(0x588)])(o[_0x1d577a(0x680)],{'disabled':_0x168417,'align':_0x1d577a(0x3cd),'sideOffset':0x6,'open':_0x4d458f,'onOpenChange':_0x6a12b4,'onPointerDownOutside':_0x4e8a5b=>$(_0x4e8a5b,_0x58ade9),'onFocusOutside':_0x583ccb=>$(_0x583ccb,_0x58ade9),'onInteractOutside':_0x389407=>$(_0x389407,_0x58ade9),'overlay':(0x0,d['jsx'])(_0x1d577a(0x568),{'data-embed-id':_0x58ade9,'data-embed-floating-menu-popup':'true','onPointerDown':Q,'onMouseDown':Q,'children':_0x61a39a}),'children':(0x0,d['jsx'])(Js,{'title':_0x218b49,'data-state':_0x4d458f?_0x1d577a(0x5bc):_0x1d577a(0x526),'disabled':_0x168417,'className':_0x2fc3bf,'children':_0x2d62ca})});}function sc(_0x47b8dc){const _0x138f35=_0x5b38ef;let {children:_0x130c88}=_0x47b8dc;return(0x0,d[_0x138f35(0x588)])(_0x138f35(0x4d1),{'className':'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','onPointerDown':Q,'onMouseDown':Q,'children':_0x130c88});}function cc(_0x33f4de){let {children:_0x307915}=_0x33f4de;return(0x0,d['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':Q,'onMouseDown':Q,'children':_0x307915});}function lc(_0x53f097){const _0x2103cc=_0x5b38ef;let {children:_0x1a9dfe,icon:_0x1b5c7b,onClick:_0x1984dd}=_0x53f097;return(0x0,d[_0x2103cc(0x66a)])(_0x2103cc(0x3c3),{'type':_0x2103cc(0x3c3),'className':'univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','onClick':_0x1984dd,'children':[(0x0,d[_0x2103cc(0x588)])(_0x2103cc(0x316),{'className':_0x2103cc(0x42f),'children':_0x1b5c7b}),(0x0,d[_0x2103cc(0x588)])(_0x2103cc(0x316),{'className':'univer-truncate','children':_0x1a9dfe})]});}function uc(_0xbd44c9){const _0x2b3f7d=_0x5b38ef;let {children:_0x3575b7,icon:_0x5caa74,active:_0xa8488e,onClick:_0x337b8d}=_0xbd44c9;return(0x0,d[_0x2b3f7d(0x66a)])(_0x2b3f7d(0x3c3),{'type':'button','className':(0x0,o[_0x2b3f7d(0x596)])('univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700',{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0xa8488e}),'onClick':_0x337b8d,'children':[_0x5caa74,_0x3575b7]});}function dc(_0x1c4f36){const _0x2841ac=_0x5b38ef;let {title:_0x24b038,active:_0x5dec2d,disabled:_0x447173,children:_0x21877d,onClick:_0x4c97bd}=_0x1c4f36;return(0x0,d[_0x2841ac(0x588)])(o['Tooltip'],{'title':(0x0,a[_0x2841ac(0x6f9)])(n[_0x2841ac(0x20e)])['t'](_0x24b038),'placement':'bottom','children':(0x0,d[_0x2841ac(0x588)])(a[_0x2841ac(0x6d5)],{'className':_0x2841ac(0x69f),'disabled':_0x447173,'active':_0x5dec2d,'onClick':_0x4c97bd,'children':_0x21877d})});}function fc(){const _0x363ef9=_0x5b38ef;return[...i[_0x363ef9(0xff)]];}function pc(){const _0x26693d=_0x5b38ef;return[...a[_0x26693d(0x231)]];}function mc(_0x3e46f7){const _0x13833a=_0x5b38ef;return!_0x3e46f7||!(_0x13833a(0x16b)in _0x3e46f7)||!Array[_0x13833a(0x4d5)](_0x3e46f7[_0x13833a(0x16b)])?[]:_0x3e46f7[_0x13833a(0x16b)];}function hc(_0x5e6f8e){const _0x2e3d29=_0x5b38ef;let {menuItem:_0x3841a2,onClick:_0x3d3142}=_0x5e6f8e,{hidden:_0x46a22a,disabled:_0x512f6b,value:_0x148f11}=Qs(_0x3841a2),_0x4d6581=(0x0,a[_0x2e3d29(0x6f9)])(n['LocaleService']);if(!_0x3841a2||_0x46a22a)return null;let _0x4307da=_0x4d6581['t'](_0x2e3d29(0x57e));return(0x0,d[_0x2e3d29(0x588)])(o['Tooltip'],{'title':_0x4307da,'placement':'bottom','children':(0x0,d[_0x2e3d29(0x66a)])(Js,{'title':_0x4307da,'disabled':_0x512f6b,'onClick':_0x3d3142,'children':[(0x0,d[_0x2e3d29(0x588)])(s[_0x2e3d29(0x60f)],{}),(0x0,d[_0x2e3d29(0x588)])(_0x2e3d29(0x316),{'children':typeof _0x148f11==_0x2e3d29(0x710)&&_0x148f11?_0x148f11:_0x2e3d29(0x33a)}),(0x0,d[_0x2e3d29(0x588)])(s[_0x2e3d29(0x2e8)],{})]})});}function gc(_0x2c986f){const _0x7a3782=_0x5b38ef;let {embedId:_0x139b5e,menuItem:_0x2b5979,title:_0x22b8b5,open:_0x46c89c,onOpenChange:_0x57765d,onSelect:_0x3c095c}=_0x2c986f,{hidden:_0x28648f,disabled:_0xcc1b4d,value:_0x4ebef0}=Qs(_0x2b5979);if(!_0x2b5979||_0x28648f)return null;let _0x4b7c27=typeof _0x4ebef0==_0x7a3782(0x710)&&_0x4ebef0?_0x4ebef0:_0x7a3782(0x2be);return(0x0,d[_0x7a3782(0x588)])(oc,{'embedId':_0x139b5e,'disabled':_0xcc1b4d,'title':_0x22b8b5,'open':_0x46c89c,'onOpenChange':_0x57765d,'trigger':(0x0,d['jsxs'])(d[_0x7a3782(0x70a)],{'children':[(0x0,d[_0x7a3782(0x588)])(_0x7a3782(0x316),{'className':'univer-w-28\x20univer-truncate\x20univer-text-left','children':_0x4b7c27}),(0x0,d[_0x7a3782(0x588)])(s[_0x7a3782(0x2e8)],{})]}),'overlay':(0x0,d[_0x7a3782(0x588)])(_0x7a3782(0x568),{'className':_0x7a3782(0x587),'onPointerDown':Q,'onMouseDown':Q,'children':(0x0,d[_0x7a3782(0x588)])(a[_0x7a3782(0xa3)],{'value':_0x4b7c27,'onChange':_0x44052f=>{_0x3c095c(_0x44052f),_0x57765d(!0x1);}})})});}function _c(_0x137bda){const _0x4bb7da=_0x5b38ef;let {embedId:_0x4da6a4,menuItem:_0x4b4178,title:_0x183908,open:_0xaf781a,onOpenChange:_0x3f9da3,onSelect:_0x539a59}=_0x137bda,{hidden:_0x17cc32,disabled:_0x191bdc,value:_0x2a8286}=Qs(_0x4b4178);if(!_0x4b4178||_0x17cc32)return null;let _0x4ad963=typeof _0x2a8286=='number'||typeof _0x2a8286==_0x4bb7da(0x710)?Number(_0x2a8286):0xb;return(0x0,d['jsx'])(oc,{'embedId':_0x4da6a4,'disabled':_0x191bdc,'title':_0x183908,'open':_0xaf781a,'onOpenChange':_0x3f9da3,'trigger':(0x0,d[_0x4bb7da(0x66a)])(d['Fragment'],{'children':[(0x0,d['jsx'])(_0x4bb7da(0x316),{'className':_0x4bb7da(0x479),'children':_0x4ad963}),(0x0,d[_0x4bb7da(0x588)])(s[_0x4bb7da(0x2e8)],{})]}),'overlay':(0x0,d[_0x4bb7da(0x588)])('div',{'className':_0x4bb7da(0x136),'onPointerDown':Q,'onMouseDown':Q,'children':pc()[_0x4bb7da(0x264)](_0x34a781=>{const _0x3b625c=_0x4bb7da;let _0x1989b0=Number(_0x34a781['value'])===_0x4ad963;return(0x0,d[_0x3b625c(0x66a)])(_0x3b625c(0x3c3),{'type':_0x3b625c(0x3c3),'className':(0x0,o['clsx'])(_0x3b625c(0x3f1),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x1989b0}),'onClick':()=>{const _0x4f73fb=_0x3b625c;_0x539a59(String(_0x34a781[_0x4f73fb(0x17f)])),_0x3f9da3(!0x1);},'children':[(0x0,d[_0x3b625c(0x588)])(_0x3b625c(0x316),{'children':_0x34a781[_0x3b625c(0x4e6)]}),_0x1989b0&&(0x0,d[_0x3b625c(0x588)])(s[_0x3b625c(0x32d)],{'className':_0x3b625c(0x194)})]},_0x34a781['value']);})})});}function vc(_0x574939){const _0x45adca=_0x5b38ef;let {embedId:_0x50f709,menuItem:_0x3513b2,open:_0x4577ab,onOpenChange:_0x4b54a6,execute:_0x208717}=_0x574939,{hidden:_0xd87689,disabled:_0x502ccc}=Qs(_0x3513b2);return!_0x3513b2||_0xd87689?null:(0x0,d[_0x45adca(0x588)])(oc,{'embedId':_0x50f709,'disabled':_0x502ccc,'title':_0x45adca(0x2b0),'triggerClassName':_0x45adca(0x209),'open':_0x4577ab,'onOpenChange':_0x4b54a6,'trigger':(0x0,d[_0x45adca(0x66a)])(d[_0x45adca(0x70a)],{'children':[(0x0,d[_0x45adca(0x588)])(s[_0x45adca(0x2dd)],{}),(0x0,d[_0x45adca(0x588)])(s[_0x45adca(0x2e8)],{})]}),'overlay':(0x0,d[_0x45adca(0x588)])(ic,{'embedId':_0x50f709,'onPointerDown':_0x41b34d=>_0x41b34d[_0x45adca(0x732)](),'children':(0x0,d['jsxs'])(ac,{'children':[(0x0,d[_0x45adca(0x588)])(bc,{'item':_0x3513b2,'title':_0x45adca(0x92),'onClick':()=>_0x208717(_0x3513b2,{'value':n[_0x45adca(0x638)][_0x45adca(0x551)]}),'children':(0x0,d[_0x45adca(0x588)])(s[_0x45adca(0x2dd)],{})}),(0x0,d[_0x45adca(0x588)])(bc,{'item':_0x3513b2,'title':_0x45adca(0x18e),'onClick':()=>_0x208717(_0x3513b2,{'value':n['HorizontalAlign'][_0x45adca(0x489)]}),'children':(0x0,d['jsx'])(s['HorizontallyIcon'],{})}),(0x0,d[_0x45adca(0x588)])(bc,{'item':_0x3513b2,'title':_0x45adca(0x376),'onClick':()=>_0x208717(_0x3513b2,{'value':n[_0x45adca(0x638)]['RIGHT']}),'children':(0x0,d['jsx'])(s['RightJustifyingIcon'],{})})]})})});}function yc(_0x4f2e72){const _0x314306=_0x5b38ef;let {embedId:_0x44edc3,menuItem:_0x4a94cd,open:_0x767726,onOpenChange:_0x5ba5f7,execute:_0x389c5c}=_0x4f2e72,{hidden:_0x2b685f,disabled:_0x45ba65}=Qs(_0x4a94cd);return!_0x4a94cd||_0x2b685f?null:(0x0,d['jsx'])(oc,{'embedId':_0x44edc3,'disabled':_0x45ba65,'title':'embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','triggerClassName':_0x314306(0x209),'open':_0x767726,'onOpenChange':_0x5ba5f7,'trigger':(0x0,d[_0x314306(0x66a)])(d['Fragment'],{'children':[(0x0,d[_0x314306(0x588)])(s[_0x314306(0x374)],{}),(0x0,d['jsx'])(s[_0x314306(0x2e8)],{})]}),'overlay':(0x0,d[_0x314306(0x588)])(ic,{'embedId':_0x44edc3,'onPointerDown':_0x45da16=>_0x45da16[_0x314306(0x732)](),'children':(0x0,d[_0x314306(0x66a)])(ac,{'children':[(0x0,d[_0x314306(0x588)])(bc,{'item':_0x4a94cd,'title':_0x314306(0x547),'onClick':()=>_0x389c5c(_0x4a94cd,{'value':n[_0x314306(0x390)][_0x314306(0x64c)]}),'children':(0x0,d[_0x314306(0x588)])(s[_0x314306(0x49d)],{})}),(0x0,d[_0x314306(0x588)])(bc,{'item':_0x4a94cd,'title':_0x314306(0x63b),'onClick':()=>_0x389c5c(_0x4a94cd,{'value':n[_0x314306(0x390)]['MIDDLE']}),'children':(0x0,d[_0x314306(0x588)])(s[_0x314306(0x374)],{})}),(0x0,d[_0x314306(0x588)])(bc,{'item':_0x4a94cd,'title':_0x314306(0x4ab),'onClick':()=>_0x389c5c(_0x4a94cd,{'value':n[_0x314306(0x390)][_0x314306(0x3e0)]}),'children':(0x0,d['jsx'])(s['AlignBottomIcon'],{})})]})})});}function bc(_0x35a465){let {item:_0x26bf31,title:_0x441e54,children:_0x5672bf,onClick:_0x40dcc8}=_0x35a465,{hidden:_0x2ed53c,disabled:_0x563348,activated:_0x2cdf8c}=Qs(_0x26bf31);return!_0x26bf31||_0x2ed53c?null:(0x0,d['jsx'])(dc,{'title':_0x441e54,'disabled':_0x563348,'active':_0x2cdf8c,'onClick':_0x40dcc8,'children':_0x5672bf});}function xc(_0x5a98f6){const _0x565bcb=_0x5b38ef;let {embedId:_0x47ef85,menuItem:_0xd06fee,title:_0x5bd274,icon:_0x229003,defaultColor:_0x462f6f,open:_0x595cc8,onOpenChange:_0x5452bb,onChange:_0x806b39,onReset:_0x1d010a}=_0x5a98f6,_0x6a5fe=(0x0,a['useDependency'])(n[_0x565bcb(0x20e)]),{hidden:_0x8da667,disabled:_0x3e12c4,value:_0x4c4956}=Qs(_0xd06fee),[_0x4f47cb,_0x5464b2]=(0x0,c[_0x565bcb(0x617)])(_0x462f6f);return!_0xd06fee||_0x8da667?null:(0x0,d[_0x565bcb(0x588)])(o[_0x565bcb(0x680)],{'disabled':_0x3e12c4,'align':_0x565bcb(0x3cd),'sideOffset':0x6,'open':_0x595cc8,'onOpenChange':_0x5452bb,'onPointerDownOutside':_0x30b9d1=>$(_0x30b9d1,_0x47ef85),'onFocusOutside':_0x11d54f=>$(_0x11d54f,_0x47ef85),'onInteractOutside':_0x4d7b18=>$(_0x4d7b18,_0x47ef85),'overlay':(0x0,d['jsxs'])(_0x565bcb(0x568),{'data-embed-id':_0x47ef85,'data-embed-floating-menu-popup':_0x565bcb(0x573),'className':_0x565bcb(0x5fa),'onPointerDown':Q,'onMouseDown':Q,'children':[(0x0,d[_0x565bcb(0x588)])(o['ColorPicker'],{'value':typeof _0x4c4956==_0x565bcb(0x710)&&_0x4c4956?_0x4c4956:_0x4f47cb,'onChange':_0x349211=>{_0x5464b2(_0x349211),_0x806b39(_0x349211);}}),(0x0,d[_0x565bcb(0x588)])(o[_0x565bcb(0x437)],{}),(0x0,d[_0x565bcb(0x66a)])('button',{'type':_0x565bcb(0x3c3),'className':_0x565bcb(0x3a0),'onClick':()=>{_0x5464b2(_0x462f6f),_0x1d010a(),_0x5452bb(!0x1);},'children':[(0x0,d[_0x565bcb(0x588)])(s['NoColorDoubleIcon'],{}),(0x0,d[_0x565bcb(0x588)])(_0x565bcb(0x316),{'children':_0x6a5fe['t'](_0x565bcb(0x15e))})]})]}),'children':(0x0,d[_0x565bcb(0x588)])(Js,{'title':_0x5bd274,'disabled':_0x3e12c4,'children':_0x229003})});}function Sc(_0x3b0d0a){const _0x51f83f=_0x5b38ef;let {embedId:_0x387a91,menuItem:_0x7a3dcb,open:_0x1713ab,onOpenChange:_0x4694b3,onSelect:_0xaf4ad4}=_0x3b0d0a,_0x3dd878=(0x0,a[_0x51f83f(0x6f9)])(n[_0x51f83f(0x20e)]),_0x89985c=(0x0,a[_0x51f83f(0x6f9)])(a[_0x51f83f(0x1f4)]),{hidden:_0x18c078,disabled:_0x15cfec}=Qs(_0x7a3dcb),[_0x3b37ac,_0x56a36e]=(0x0,c[_0x51f83f(0x617)])(n[_0x51f83f(0x4ac)][_0x51f83f(0x4b2)]),[_0x37de79,_0x2c4292]=(0x0,c[_0x51f83f(0x617)])(n[_0x51f83f(0x14b)][_0x51f83f(0xa2)]),[_0x423bd2,_0x472263]=(0x0,c[_0x51f83f(0x617)])(_0x51f83f(0xe9));if(!_0x7a3dcb||_0x18c078)return null;let _0x351c8a=(_0x18abd0=_0x3b37ac,_0xd1eb6e=_0x37de79,_0x4ff9eb=_0x423bd2)=>{_0x56a36e(_0x18abd0),_0x2c4292(_0xd1eb6e),_0x472263(_0x4ff9eb),_0xaf4ad4(_0x18abd0,_0xd1eb6e,_0x4ff9eb);},_0x1d8da9=_0xf175f3=>{const _0x1cf794=_0x51f83f;var _0x2392f3;return((_0x2392f3=fc()[_0x1cf794(0x424)](_0x1dfece=>_0x1dfece['value']===_0xf175f3))==null?void 0x0:_0x2392f3['icon'])??'AllBorderIcon';},_0x1b5c56=(_0x1394a9,_0x2777f7=_0x51f83f(0x30d))=>{const _0x129165=_0x51f83f;let _0x120bdf=_0x89985c[_0x129165(0x187)](_0x1394a9);return _0x120bdf?(0x0,d['jsx'])(_0x120bdf,{'className':_0x2777f7}):(0x0,d[_0x129165(0x588)])(s['NoBorderIcon'],{});};return(0x0,d[_0x51f83f(0x588)])(o[_0x51f83f(0x680)],{'disabled':_0x15cfec,'align':_0x51f83f(0x3cd),'sideOffset':0x6,'open':_0x1713ab,'onOpenChange':_0x4694b3,'onPointerDownOutside':_0x1c2d57=>$(_0x1c2d57,_0x387a91),'onFocusOutside':_0x8c23fa=>$(_0x8c23fa,_0x387a91),'onInteractOutside':_0x5cb14d=>$(_0x5cb14d,_0x387a91),'overlay':(0x0,d[_0x51f83f(0x66a)])(ic,{'embedId':_0x387a91,'onPointerDown':_0x59cfcb=>_0x59cfcb[_0x51f83f(0x732)](),'children':[(0x0,d[_0x51f83f(0x588)])(_0x51f83f(0x568),{'className':_0x51f83f(0x6c6),'children':fc()['map'](_0x516ba2=>(0x0,d[_0x51f83f(0x588)])(dc,{'title':_0x516ba2[_0x51f83f(0x4e6)],'active':_0x3b37ac===_0x516ba2['value'],'onClick':()=>_0x351c8a(_0x516ba2[_0x51f83f(0x17f)]),'children':_0x1b5c56(_0x516ba2['icon'])},_0x516ba2[_0x51f83f(0x17f)]))}),(0x0,d[_0x51f83f(0x588)])(o['Separator'],{}),(0x0,d[_0x51f83f(0x66a)])(ac,{'children':[(0x0,d['jsx'])(o[_0x51f83f(0x680)],{'align':_0x51f83f(0x3cd),'sideOffset':0x6,'onPointerDownOutside':_0xf5d848=>$(_0xf5d848,_0x387a91),'onFocusOutside':_0xb9d20d=>$(_0xb9d20d,_0x387a91),'onInteractOutside':_0xe58c5c=>$(_0xe58c5c,_0x387a91),'overlay':(0x0,d['jsx'])('div',{'data-embed-id':_0x387a91,'data-embed-floating-menu-popup':_0x51f83f(0x573),'className':_0x51f83f(0xaf),'onPointerDown':Q,'onMouseDown':Q,'children':(0x0,d[_0x51f83f(0x588)])(o[_0x51f83f(0x367)],{'value':_0x423bd2,'onChange':_0x3ae832=>_0x351c8a(_0x3b37ac,_0x37de79,_0x3ae832)})}),'children':(0x0,d['jsxs'])(dc,{'title':_0x51f83f(0x50b),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,d[_0x51f83f(0x588)])(s[_0x51f83f(0x154)],{'extend':{'colorChannel1':_0x423bd2}}),(0x0,d[_0x51f83f(0x588)])(s[_0x51f83f(0x2e8)],{})]})}),(0x0,d[_0x51f83f(0x588)])(o[_0x51f83f(0x680)],{'align':_0x51f83f(0x3cd),'sideOffset':0x6,'onPointerDownOutside':_0x3d3474=>$(_0x3d3474,_0x387a91),'onFocusOutside':_0x309ed4=>$(_0x309ed4,_0x387a91),'onInteractOutside':_0x3b9224=>$(_0x3b9224,_0x387a91),'overlay':(0x0,d['jsx'])('div',{'data-embed-id':_0x387a91,'data-embed-floating-menu-popup':'true','className':'univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':Q,'onMouseDown':Q,'children':i[_0x51f83f(0x10f)]['map'](_0x4d0046=>(0x0,d[_0x51f83f(0x588)])('button',{'type':'button','className':(0x0,o[_0x51f83f(0x596)])('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',{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x37de79===_0x4d0046[_0x51f83f(0x17f)]}),'onClick':()=>_0x351c8a(_0x3b37ac,_0x4d0046[_0x51f83f(0x17f)]),'children':(0x0,d[_0x51f83f(0x588)])(i[_0x51f83f(0x41b)],{'className':'univer-fill-gray-900\x20dark:!univer-fill-gray-0','type':_0x4d0046['value']})},_0x4d0046[_0x51f83f(0x17f)]))}),'children':(0x0,d[_0x51f83f(0x66a)])(dc,{'title':_0x51f83f(0x640),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,d['jsx'])(i[_0x51f83f(0x41b)],{'className':_0x51f83f(0x31e),'type':_0x37de79}),(0x0,d[_0x51f83f(0x588)])(s[_0x51f83f(0x2e8)],{})]})})]})]}),'children':(0x0,d[_0x51f83f(0x588)])(Ys,{'title':_0x3dd878['t']('embed-ui.sheetsFloating.toolbar.border.main'),'disabled':_0x15cfec,'open':_0x1713ab,'primary':_0x1b5c56(_0x1d8da9(_0x3b37ac),_0x51f83f(0x60a)),'onPrimaryClick':()=>{_0x351c8a(),_0x4694b3(!0x1);}})});}function Cc(_0x11a67e){const _0x78e63d=_0x5b38ef;let {embedId:_0x547d9a,menuItems:_0x390029,open:_0x25e856,onOpenChange:_0x2610bb,execute:_0x21b008}=_0x11a67e,_0x309b72=(0x0,a[_0x78e63d(0x6f9)])(n[_0x78e63d(0x20e)]),{hidden:_0x4b8165,disabled:_0x43a9b0}=Qs(_0x390029==null?void 0x0:_0x390029[_0x78e63d(0x2b3)]),_0x2a58bb=[];return[{'item':_0x390029==null?void 0x0:_0x390029[_0x78e63d(0x34b)],'icon':(0x0,d[_0x78e63d(0x588)])(s[_0x78e63d(0x47e)],{})},{'item':_0x390029==null?void 0x0:_0x390029[_0x78e63d(0x6aa)],'icon':(0x0,d[_0x78e63d(0x588)])(s['VerticalIntegrationIcon'],{})},{'item':_0x390029==null?void 0x0:_0x390029[_0x78e63d(0x269)],'icon':(0x0,d['jsx'])(s[_0x78e63d(0x2c9)],{})},{'item':_0x390029==null?void 0x0:_0x390029['unmerge'],'icon':(0x0,d[_0x78e63d(0x588)])(s['CancelMergeIcon'],{})}][_0x78e63d(0x53f)](({item:_0x433147,icon:_0x45d92d})=>{const _0x1a85a1=_0x78e63d;_0x433147&&_0x2a58bb[_0x1a85a1(0x56f)]({'item':_0x433147,'icon':_0x45d92d});}),!(_0x390029!=null&&_0x390029[_0x78e63d(0x2b3)])||_0x4b8165||!_0x2a58bb[_0x78e63d(0x3da)]?null:(0x0,d[_0x78e63d(0x588)])(oc,{'embedId':_0x547d9a,'disabled':_0x43a9b0,'title':'embed-ui.sheetsFloating.toolbar.mergeCell.main','triggerClassName':_0x78e63d(0x209),'open':_0x25e856,'onOpenChange':_0x2610bb,'trigger':(0x0,d['jsxs'])(d[_0x78e63d(0x70a)],{'children':[(0x0,d['jsx'])(s[_0x78e63d(0x47e)],{}),(0x0,d[_0x78e63d(0x588)])(s[_0x78e63d(0x2e8)],{})]}),'overlay':(0x0,d[_0x78e63d(0x588)])(cc,{'children':_0x2a58bb[_0x78e63d(0x264)](({item:_0x52373b,icon:_0x12c512})=>(0x0,d[_0x78e63d(0x588)])(lc,{'icon':_0x12c512,'onClick':()=>{_0x21b008(_0x52373b),_0x2610bb(!0x1);},'children':_0x309b72['t']($s(_0x52373b))},_0x52373b['id']))})});}function wc(_0x49d5c1){const _0x338fa2=_0x5b38ef;let {embedId:_0x576f43,menuItem:_0xcfb8e8,open:_0x4366d6,onOpenChange:_0x23c4bf,execute:_0x2b6055}=_0x49d5c1,_0x3338e1=(0x0,a[_0x338fa2(0x6f9)])(n[_0x338fa2(0x20e)]),{hidden:_0x5c2cb1,disabled:_0x7d9f9f}=Qs(_0xcfb8e8);if(!_0xcfb8e8||_0x5c2cb1)return null;let _0x57c6d0=mc(_0xcfb8e8),_0x4d77bb=_0x57c6d0['length']?_0x57c6d0[_0x338fa2(0x264)](_0x16defe=>({'label':_0x3338e1['t'](ec(_0x16defe)),'icon':tc(_0x16defe[_0x338fa2(0x17f)]),'commandId':_0x16defe[_0x338fa2(0x6cf)]??(_0xcfb8e8==null?void 0x0:_0xcfb8e8['commandId'])??(_0xcfb8e8==null?void 0x0:_0xcfb8e8['id'])??I[_0x338fa2(0x21f)]['id'],'params':_0x16defe[_0x338fa2(0x6ad)]??{'value':_0x16defe[_0x338fa2(0x17f)]}})):[{'label':_0x3338e1['t'](_0x338fa2(0x144)),'icon':(0x0,d[_0x338fa2(0x588)])(s['TruncationIcon'],{}),'commandId':I['SetTextWrapCommand']['id'],'params':{'value':n[_0x338fa2(0x38c)][_0x338fa2(0x52a)]}},{'label':_0x3338e1['t'](_0x338fa2(0xdb)),'icon':(0x0,d['jsx'])(s['OverflowIcon'],{}),'commandId':I[_0x338fa2(0x21f)]['id'],'params':{'value':n['WrapStrategy'][_0x338fa2(0x5d1)]}},{'label':_0x3338e1['t'](_0x338fa2(0x4cb)),'icon':(0x0,d[_0x338fa2(0x588)])(s[_0x338fa2(0x250)],{}),'commandId':I[_0x338fa2(0x21f)]['id'],'params':{'value':n[_0x338fa2(0x38c)][_0x338fa2(0x444)]}}];return(0x0,d[_0x338fa2(0x588)])(oc,{'embedId':_0x576f43,'disabled':_0x7d9f9f,'title':_0x338fa2(0x3c2),'triggerClassName':_0x338fa2(0x209),'open':_0x4366d6,'onOpenChange':_0x23c4bf,'trigger':(0x0,d[_0x338fa2(0x66a)])(d[_0x338fa2(0x70a)],{'children':[(0x0,d[_0x338fa2(0x588)])(s[_0x338fa2(0x250)],{}),(0x0,d[_0x338fa2(0x588)])(s[_0x338fa2(0x2e8)],{})]}),'overlay':(0x0,d[_0x338fa2(0x588)])(sc,{'children':_0x4d77bb['map'](_0x400def=>{const _0x3624ef=_0x338fa2;var _0x54791d;return(0x0,d[_0x3624ef(0x588)])(uc,{'icon':_0x400def[_0x3624ef(0x1a0)],'onClick':()=>{const _0x46ea81=_0x3624ef;_0x2b6055(_0x400def[_0x46ea81(0x6cf)],_0x400def[_0x46ea81(0x6ad)]),_0x23c4bf(!0x1);},'children':_0x400def[_0x3624ef(0x4e6)]},_0x400def[_0x3624ef(0x6cf)]+'-'+String(((_0x54791d=_0x400def[_0x3624ef(0x6ad)])==null?void 0x0:_0x54791d[_0x3624ef(0x17f)])??_0x400def[_0x3624ef(0x4e6)]));})})});}const Tc={'formatPainter':i['SetOnceFormatPainterCommand']['id'],'numberFormat':'sheet.operation.open.numfmt.panel','fontFamily':i[_0x5b38ef(0x2d9)]['id'],'fontSize':i[_0x5b38ef(0xb0)]['id'],'bold':i[_0x5b38ef(0x5e1)]['id'],'textColor':i['SetRangeTextColorCommand']['id'],'backgroundColor':I['SetBackgroundColorCommand']['id'],'borderComposite':I['SetBorderBasicCommand']['id'],'horizontalAlign':I[_0x5b38ef(0x34e)]['id'],'verticalAlign':I[_0x5b38ef(0x2f9)]['id'],'wrap':I['SetTextWrapCommand']['id'],'filter':_0x5b38ef(0x5e3)},Ec={'root':I[_0x5b38ef(0x2fa)]['id'],'all':I['AddWorksheetMergeAllCommand']['id'],'vertical':I['AddWorksheetMergeVerticalCommand']['id'],'horizontal':I['AddWorksheetMergeHorizontalCommand']['id'],'unmerge':I[_0x5b38ef(0x538)]['id']};function Dc(_0x2d60d2){const _0x21fbb2=_0x5b38ef;let _0x268287={},_0x2d5a1c=_0x502dce=>{let _0x5596ba=_0x2d60d2['find'](_0x1732f6=>{const _0x28b5e7=_0x241e;let _0x5144c5=_0x1732f6[_0x28b5e7(0x273)];return _0x1732f6[_0x28b5e7(0x146)]===_0x502dce||(_0x5144c5==null?void 0x0:_0x5144c5['id'])===_0x502dce||(_0x5144c5==null?void 0x0:_0x5144c5[_0x28b5e7(0x6cf)])===_0x502dce;});return _0x5596ba==null?void 0x0:_0x5596ba['item'];};Object['keys'](Tc)[_0x21fbb2(0x53f)](_0x5785d=>{_0x268287[_0x5785d]=_0x2d5a1c(Tc[_0x5785d]);});let _0x35234e=Object[_0x21fbb2(0x6a7)](Ec)['reduce']((_0x38970e,[_0x102e46,_0x457cd4])=>{let _0x45abbc=_0x2d5a1c(_0x457cd4);return _0x45abbc&&(_0x38970e[_0x102e46]=_0x45abbc),_0x38970e;},{});return jc(_0x35234e)&&(_0x268287[_0x21fbb2(0x567)]=_0x35234e),_0x268287[_0x21fbb2(0x23f)]=!0x0,_0x268287;}const Oc=[{'items':['formatPainter']},{'dividerBefore':_0x5b38ef(0x2d5),'items':[_0x5b38ef(0x2fc)]},{'dividerBefore':_0x5b38ef(0x4f4),'items':[_0x5b38ef(0x6af),_0x5b38ef(0x49b),_0x5b38ef(0x52d)]},{'dividerBefore':_0x5b38ef(0x117),'items':['textColor',_0x5b38ef(0x267),_0x5b38ef(0x153)]},{'dividerBefore':_0x5b38ef(0x2a9),'items':[_0x5b38ef(0x567),_0x5b38ef(0xf8),_0x5b38ef(0x23c),'wrap']},{'dividerBefore':'divider-layout','items':['filter']},{'dividerBefore':'divider-block','items':[_0x5b38ef(0x23f)]}];function kc(_0xdab88e){const _0x4287fe=_0x5b38ef;let _0x4b0362=[];return Oc[_0x4287fe(0x53f)](_0xe51c93=>{const _0x521ce7=_0x4287fe;let _0x508a07=_0xe51c93['items']['filter'](_0x10c629=>Ac(_0xdab88e,_0x10c629))[_0x521ce7(0x264)](_0x4abc7a=>({'id':_0x4abc7a,'type':_0x4abc7a===_0x521ce7(0x6e1)||_0x4abc7a===_0x521ce7(0x52d)||_0x4abc7a===_0x521ce7(0xc9)||_0x4abc7a===_0x521ce7(0x23f)?_0x521ce7(0x3c3):'dropdown'}));_0x508a07['length']&&(_0x4b0362[_0x521ce7(0x3da)]&&_0xe51c93[_0x521ce7(0x122)]&&_0x4b0362['push']({'id':_0xe51c93[_0x521ce7(0x122)],'type':'divider'}),_0x4b0362[_0x521ce7(0x56f)](..._0x508a07));}),_0x4b0362;}function Ac(_0x3cfc47,_0x463cb4){return!!_0x3cfc47[_0x463cb4];}function jc(_0x2f1ac8){return Object['values'](_0x2f1ac8)['some'](Boolean);}function Mc(_0xac22e6,_0x70056){const _0xf2df9d=_0x5b38ef;if(_0xac22e6)return{'commandId':_0xac22e6[_0xf2df9d(0x6cf)]??_0xac22e6['id'],'params':_0x70056??(typeof _0xac22e6[_0xf2df9d(0x6ad)]==_0xf2df9d(0xeb)?_0xac22e6[_0xf2df9d(0x6ad)]():_0xac22e6[_0xf2df9d(0x6ad)])};}function Nc(){const _0x17ac02=_0x5b38ef;return fo({'childType':n[_0x17ac02(0x63d)][_0x17ac02(0x28b)],'mount':Pc});}function Pc(_0x232b71){const _0x510980=_0x5b38ef;let {root:_0x4b8b59,menu:_0x48734a}=uo(_0x232b71),_0xb01d92=Mt(_0x48734a);return _0xb01d92['render']((0x0,c[_0x510980(0x221)])(Z,{'injector':_0x232b71[_0x510980(0x17e)]['injector'],'mountContainer':_0x4b8b59,'embedId':_0x232b71[_0x510980(0x2a5)]},(0x0,c[_0x510980(0x221)])(Ic,{'hostUnitId':_0x232b71['hostUnitId'],'embedId':_0x232b71[_0x510980(0x2a5)],'childUnitId':_0x232b71[_0x510980(0x1b3)],'entry':_0x232b71[_0x510980(0x212)][_0x510980(0x5d9)],'fullscreen':!!_0x232b71[_0x510980(0x259)][_0x510980(0x6f1)],'usesDomFloatingStage':Fc(_0x232b71[_0x510980(0x212)][_0x510980(0x5d9)]),'renderScopeActive$':_0x232b71[_0x510980(0x259)][_0x510980(0x3c1)]}))),(0x0,n['toDisposable'])(()=>{const _0x189b4a=_0x510980;Nt(_0xb01d92),globalThis[_0x189b4a(0x5bf)](()=>_0x48734a[_0x189b4a(0x507)](),0x0);});}function Fc(_0x35836f){return!0x0;}function Ic(_0x1e539e){const _0x258dd5=_0x5b38ef;let {hostUnitId:_0x27f24b,embedId:_0x420d40,childUnitId:_0x162f86,entry:_0xf8c2,fullscreen:_0x31bc8f,usesDomFloatingStage:_0x315b1f,renderScopeActive$:_0x51fa74}=_0x1e539e,_0x2b8a12=(0x0,a['useDependency'])(n[_0x258dd5(0x20e)]),_0x5cc784=(0x0,a[_0x258dd5(0x6f9)])(n['ICommandService']),_0x444c27=(0x0,a[_0x258dd5(0x6f9)])(n[_0x258dd5(0x15a)]),_0x458e4c=(0x0,a[_0x258dd5(0x6f9)])(a['IMenuManagerService']),_0x3472d4=(0x0,a['useDependency'])(I['SheetsSelectionsService']),_0x22ff6e=(0x0,a['useDependency'])(ie),_0x3081c6=Mn({'embedId':_0x420d40,'active':(0x0,a[_0x258dd5(0x540)])(()=>_0x22ff6e[_0x258dd5(0x3c1)],_0x22ff6e[_0x258dd5(0x1c8)](),!0x1,[_0x22ff6e]),'fullscreen':_0x31bc8f,'usesDomFloatingStage':_0x315b1f,'renderScopeActive':(0x0,a[_0x258dd5(0x540)])(()=>_0x51fa74,!0x1,!0x1,[_0x51fa74])})==='stage2',[_0x3bc84c,_0x141697]=(0x0,c['useState'])(null),_0x2abf09=_0x521561=>({'open':_0x3bc84c===_0x521561,'onOpenChange':_0xf1c8da=>_0x141697(_0xf1c8da?_0x521561:null)});(0x0,c[_0x258dd5(0x4aa)])(()=>{const _0x1bec1e=_0x258dd5;if(!_0x3bc84c)return;let _0x5092d1=_0x3c3e8c=>{const _0x4099a1=_0x241e;rc(_0x3c3e8c[_0x4099a1(0x487)],_0x420d40)||_0x141697(null);};return document[_0x1bec1e(0x344)](_0x1bec1e(0x318),_0x5092d1,!0x0),()=>{const _0x408a7b=_0x1bec1e;document[_0x408a7b(0x6ca)](_0x408a7b(0x318),_0x5092d1,!0x0);};},[_0x420d40,_0x3bc84c]);let _0x21f183=(0x0,a[_0x258dd5(0x540)])(()=>_0x458e4c[_0x258dd5(0x451)][_0x258dd5(0x671)]((0x0,l[_0x258dd5(0x264)])(()=>Dc(_0x458e4c['getFlatMenuByPositionKey'](a[_0x258dd5(0x54c)]['RIBBON'])))),Dc(_0x458e4c[_0x258dd5(0x500)](a[_0x258dd5(0x54c)]['RIBBON'])),!0x1,[_0x458e4c]),_0x14fd79=(0x0,c[_0x258dd5(0x226)])(()=>new Set(kc(_0x21f183)['map'](_0x2bca5a=>_0x2bca5a['id'])),[_0x21f183]),_0x5195a7=()=>{const _0x5e49fe=_0x258dd5;_0x22ff6e['activate']({'hostUnitId':_0x27f24b,'embedId':_0x420d40,'childUnitId':_0x162f86},_0x5e49fe(0x71b)),_0x444c27[_0x5e49fe(0x2bc)](_0x162f86);},_0x177f17=async(_0x53e38a,_0x232c2e)=>{const _0x58add2=_0x258dd5;_0x5195a7(),await _0x5cc784[_0x58add2(0x709)](_0x53e38a,_0x232c2e);},_0x1a981c=async(_0x21b70a,_0x3cdfa4)=>{const _0x1ee342=_0x258dd5;let _0x50aec9=Mc(_0x21b70a,_0x3cdfa4);_0x50aec9&&await _0x177f17(_0x50aec9[_0x1ee342(0x6cf)],_0x50aec9[_0x1ee342(0x6ad)]);},_0x5bfc0a=()=>{const _0x3bc196=_0x258dd5;let _0x24f903=_0x444c27[_0x3bc196(0xcd)](_0x162f86,n[_0x3bc196(0x63d)]['UNIVER_SHEET']),_0xaa28a3=_0x24f903==null?void 0x0:_0x24f903[_0x3bc196(0x37e)]();return!_0x24f903||!_0xaa28a3?null:{'workbook':_0x24f903,'worksheet':_0xaa28a3,'unitId':_0x24f903[_0x3bc196(0x1c4)](),'subUnitId':_0xaa28a3[_0x3bc196(0xcf)]()};},_0x3318dc=()=>{const _0x115ed9=_0x258dd5;var _0x5ec600;return((_0x5ec600=_0x3472d4[_0x115ed9(0x12e)]())==null?void 0x0:_0x5ec600[_0x115ed9(0x264)](_0x44ff3e=>_0x44ff3e[_0x115ed9(0x21e)]))??[];},_0x337094=async(_0x57c3b9,_0x1921ee,_0x347275=n[_0x258dd5(0x14b)][_0x258dd5(0xa2)],_0x957724=_0x258dd5(0xe9))=>{const _0x3680d3=_0x258dd5;let _0x53e8f5=_0x5bfc0a(),_0x1b775b=_0x3318dc();!_0x53e8f5||!_0x1b775b[_0x3680d3(0x3da)]||await _0x1a981c(_0x57c3b9,{'unitId':_0x53e8f5['unitId'],'subUnitId':_0x53e8f5[_0x3680d3(0x627)],'ranges':_0x1b775b,'value':{'type':_0x1921ee,'color':_0x957724,'style':_0x347275,'activeBorderType':!0x0}});},_0x4f3f5f=async()=>{const _0x1f9e8a=_0x258dd5;await _0x5cc784[_0x1f9e8a(0x709)](e['RemoveEmbedCommand']['id'],{'hostUnitId':_0x27f24b,'embedId':_0x420d40});};return(0x0,d[_0x258dd5(0x66a)])('div',{'className':(0x0,o[_0x258dd5(0x596)])('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':!_0x3081c6,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x31bc8f,'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':!_0x31bc8f,'-univer-top-9':!_0x31bc8f&&_0xf8c2!=='docs-custom-block','-univer-top-[52px]':!_0x31bc8f&&_0xf8c2===_0x258dd5(0x4bd)}),'data-u-comp':_0x258dd5(0x102),'data-embed-floating-menu':_0x258dd5(0x573),'data-embed-id':_0x420d40,'data-embed-float-stage':_0x3081c6?_0x258dd5(0x71b):_0x258dd5(0x65d),'onPointerDown':_0x201601=>_0x201601['stopPropagation'](),'onMouseDown':Q,'children':[_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x6e1))&&(0x0,d[_0x258dd5(0x588)])(Zs,{'item':_0x21f183['formatPainter'],'title':_0x258dd5(0x2ca),'onClick':async()=>_0x1a981c(_0x21f183[_0x258dd5(0x6e1)]),'children':(0x0,d[_0x258dd5(0x588)])(s[_0x258dd5(0x11a)],{})}),_0x14fd79['has'](_0x258dd5(0x2d5))&&(0x0,d[_0x258dd5(0x588)])(o['Separator'],{'orientation':'vertical'}),_0x14fd79[_0x258dd5(0x6b7)]('numberFormat')&&(0x0,d[_0x258dd5(0x588)])(hc,{'menuItem':_0x21f183[_0x258dd5(0x2fc)],'onClick':async()=>_0x1a981c(_0x21f183[_0x258dd5(0x2fc)])}),_0x14fd79['has']('divider-format')&&(0x0,d['jsx'])(o['Separator'],{'orientation':_0x258dd5(0x6aa)}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x6af))&&(0x0,d[_0x258dd5(0x588)])(gc,{'embedId':_0x420d40,'menuItem':_0x21f183['fontFamily'],'title':_0x258dd5(0xb8),..._0x2abf09('fontFamily'),'onSelect':async _0x5656b9=>_0x1a981c(_0x21f183[_0x258dd5(0x6af)],{'value':_0x5656b9})}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x49b))&&(0x0,d[_0x258dd5(0x588)])(_c,{'embedId':_0x420d40,'menuItem':_0x21f183[_0x258dd5(0x49b)],'title':_0x258dd5(0x1b2),..._0x2abf09(_0x258dd5(0x49b)),'onSelect':async _0x33b9ec=>_0x1a981c(_0x21f183[_0x258dd5(0x49b)],{'value':Number(_0x33b9ec)})}),_0x14fd79[_0x258dd5(0x6b7)]('bold')&&(0x0,d['jsx'])(Zs,{'item':_0x21f183[_0x258dd5(0x52d)],'title':_0x258dd5(0x438),'onClick':async()=>_0x1a981c(_0x21f183[_0x258dd5(0x52d)]),'children':(0x0,d[_0x258dd5(0x588)])(s[_0x258dd5(0x6f3)],{})}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x117))&&(0x0,d[_0x258dd5(0x588)])(o[_0x258dd5(0x437)],{'orientation':_0x258dd5(0x6aa)}),_0x14fd79['has'](_0x258dd5(0x694))&&(0x0,d[_0x258dd5(0x588)])(xc,{'embedId':_0x420d40,'menuItem':_0x21f183['textColor'],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':(0x0,d[_0x258dd5(0x588)])(s[_0x258dd5(0x36c)],{'className':_0x258dd5(0x30d)}),'defaultColor':_0x258dd5(0x3e5),..._0x2abf09('textColor'),'onChange':async _0x4c4623=>_0x1a981c(_0x21f183[_0x258dd5(0x694)],{'value':_0x4c4623}),'onReset':async()=>_0x177f17(i[_0x258dd5(0x1ea)]['id'])}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x267))&&(0x0,d[_0x258dd5(0x588)])(xc,{'embedId':_0x420d40,'menuItem':_0x21f183[_0x258dd5(0x267)],'title':_0x258dd5(0x707),'icon':(0x0,d[_0x258dd5(0x588)])(s[_0x258dd5(0x154)],{'className':_0x258dd5(0x30d)}),'defaultColor':_0x258dd5(0x61d),..._0x2abf09(_0x258dd5(0x267)),'onChange':async _0x4ecf90=>_0x1a981c(_0x21f183[_0x258dd5(0x267)],{'value':_0x4ecf90}),'onReset':async()=>_0x177f17(I['ResetBackgroundColorCommand']['id'])}),_0x14fd79[_0x258dd5(0x6b7)]('borderComposite')&&(0x0,d[_0x258dd5(0x588)])(Sc,{'embedId':_0x420d40,'menuItem':_0x21f183['borderComposite'],..._0x2abf09('borderComposite'),'onSelect':async(_0x386a07,_0x12ccc4,_0x2de9ca)=>_0x337094(_0x21f183[_0x258dd5(0x153)],_0x386a07,_0x12ccc4,_0x2de9ca)}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x2a9))&&(0x0,d['jsx'])(o['Separator'],{'orientation':'vertical'}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x567))&&(0x0,d[_0x258dd5(0x588)])(Cc,{'embedId':_0x420d40,'menuItems':_0x21f183[_0x258dd5(0x567)],..._0x2abf09(_0x258dd5(0x567)),'execute':_0x1a981c}),_0x14fd79['has'](_0x258dd5(0xf8))&&(0x0,d[_0x258dd5(0x588)])(vc,{'embedId':_0x420d40,'menuItem':_0x21f183['horizontalAlign'],..._0x2abf09(_0x258dd5(0xf8)),'execute':_0x1a981c}),_0x14fd79[_0x258dd5(0x6b7)]('verticalAlign')&&(0x0,d[_0x258dd5(0x588)])(yc,{'embedId':_0x420d40,'menuItem':_0x21f183[_0x258dd5(0x23c)],..._0x2abf09(_0x258dd5(0x23c)),'execute':_0x1a981c}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x6e2))&&(0x0,d[_0x258dd5(0x588)])(wc,{'embedId':_0x420d40,'menuItem':_0x21f183['wrap'],..._0x2abf09('wrap'),'execute':_0x177f17}),_0x14fd79['has'](_0x258dd5(0x1dd))&&(0x0,d['jsx'])(o[_0x258dd5(0x437)],{'orientation':_0x258dd5(0x6aa)}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0xc9))&&(0x0,d['jsx'])(Zs,{'item':_0x21f183[_0x258dd5(0xc9)],'title':_0x258dd5(0x523),'onClick':async()=>_0x1a981c(_0x21f183[_0x258dd5(0xc9)]),'children':(0x0,d[_0x258dd5(0x588)])(s[_0x258dd5(0x36d)],{})}),_0x14fd79[_0x258dd5(0x6b7)](_0x258dd5(0x2c5))&&(0x0,d['jsx'])(o[_0x258dd5(0x437)],{'orientation':'vertical'}),_0x14fd79['has']('deleteBlock')&&(0x0,d[_0x258dd5(0x588)])(Xs,{'title':_0x2b8a12['t']('embed-ui.deleteBlock'),'className':_0x258dd5(0x372),'onClick':_0x4f3f5f,'children':(0x0,d[_0x258dd5(0x588)])(s[_0x258dd5(0x677)],{})})]});}const Lc=new WeakMap(),Rc=new WeakSet();function zc(_0x4532e7){const _0x4d3e1e=_0x5b38ef;la(_0x4532e7,_0x4d3e1e(0x2eb),Bc);}function Bc(_0x5882ac){const _0x445106=_0x5b38ef;let _0x2a6315=_0x5882ac[_0x445106(0x187)](at),_0x2d9be0=_0x5882ac[_0x445106(0x187)](rt),_0xc2d95b=_0x5882ac[_0x445106(0x187)](U),_0x5f0a68=_0x5882ac['get'](it),_0x917f3d=_0x5882ac['get'](lr),_0x327663=_0x5882ac[_0x445106(0x187)](Hi),_0x18881a=_0x5882ac['get'](vr);Rs(_0x5882ac),_0x5882ac['has'](i[_0x445106(0x4cc)])||_0x5882ac[_0x445106(0x474)]([i['ISheetHostChromeOverrideService'],{'useFactory':()=>_0x5882ac[_0x445106(0x187)](ae)}]),_0x5882ac[_0x445106(0x6b7)](i['ISheetEmbedRuntimeService'])||_0x5882ac[_0x445106(0x474)]([i['ISheetEmbedRuntimeService'],{'useFactory':()=>Vc({'embedModelService':_0x5882ac['get'](e[_0x445106(0x5c1)]),'mountService':_0x5882ac[_0x445106(0x187)](bt),'activationService':_0x5882ac[_0x445106(0x187)](Ct),'restoreService':_0x5882ac[_0x445106(0x187)](dr)})}]),[Ns(),Ps()][_0x445106(0x53f)](_0x4c1e48=>{const _0x4e3c97=_0x445106;_0x2a6315[_0x4e3c97(0x187)](_0x4c1e48[_0x4e3c97(0x5ae)],_0x4c1e48[_0x4e3c97(0x5d9)])||_0x2a6315['register'](_0x4c1e48);});let _0x11c5f7=Bs(_0x5882ac[_0x445106(0x187)](n[_0x445106(0x4bb)]));_0x2d9be0['get'](_0x11c5f7[_0x445106(0x210)])||_0x2d9be0[_0x445106(0x2f4)](_0x11c5f7);let _0x587ea8=zs();_0xc2d95b['get'](_0x587ea8[_0x445106(0x210)])||_0xc2d95b[_0x445106(0x2f4)](_0x587ea8),Nc()[_0x445106(0x53f)](_0x5243bd=>{const _0x46502c=_0x445106;_0x5f0a68[_0x46502c(0x187)](_0x5243bd[_0x46502c(0x5ae)],_0x5243bd['entry'],_0x5243bd[_0x46502c(0x210)])||_0x5f0a68[_0x46502c(0x2f4)](_0x5243bd);}),_0x917f3d[_0x445106(0x3d0)](Gi(_0x5882ac,{'childType':n[_0x445106(0x63d)]['UNIVER_SHEET'],'renderManagerService':u[_0x445106(0x45d)]})),_0x327663[_0x445106(0x187)](n[_0x445106(0x63d)][_0x445106(0x28b)])||_0x327663[_0x445106(0x2f4)](ws()),_0x18881a['get'](n[_0x445106(0x63d)][_0x445106(0x28b)])||_0x18881a[_0x445106(0x2f4)](Ls(_0x5882ac)),Kc({'injector':_0x5882ac,'previewService':_0x917f3d});}function Vc(_0x3625e3){return{'getSheetTabChildType':({hostUnitId:_0x36f107,hostAnchorId:_0x2adef4,embedId:_0x452937})=>{const _0x4687cb=_0x241e;let _0x20c655=_0x3625e3['embedModelService'][_0x4687cb(0x645)](_0x36f107,_0x452937);return(_0x20c655==null?void 0x0:_0x20c655[_0x4687cb(0x659)])===_0x2adef4?_0x20c655[_0x4687cb(0x210)]:void 0x0;},'mountSheetTab':({hostUnitId:_0x470368,hostAnchorId:_0x5917d1,embedId:_0x379f1e})=>{const _0x226205=_0x241e;let _0x229c9b=_0x3625e3[_0x226205(0xcc)]['getDescriptor'](_0x470368,_0x379f1e);if(!_0x229c9b||_0x229c9b[_0x226205(0x659)]!==_0x5917d1)return;let _0x1645ea=!0x1,_0x3ee854=!0x1,_0x454cb2;return _0x3625e3[_0x226205(0x1cb)][_0x226205(0x3d2)]({'descriptor':_0x229c9b})[_0x226205(0x5fd)](_0x6a407a=>{const _0x5a27b4=_0x226205;_0x1645ea||(_0x454cb2==null||_0x454cb2['remove'](),_0x454cb2=void 0x0,_0x3625e3[_0x5a27b4(0xd3)][_0x5a27b4(0x5c0)](_0x6a407a),_0x3625e3['activationService'][_0x5a27b4(0x71c)](_0x6a407a),_0x3ee854=!0x0);})['catch'](_0x3f6f14=>{_0x1645ea||(_0x454cb2=Hc(_0x5917d1,_0x3f6f14));}),(0x0,n[_0x226205(0x5dc)])(()=>{const _0x422217=_0x226205;_0x1645ea=!0x0,_0x454cb2==null||_0x454cb2[_0x422217(0x507)](),_0x3625e3[_0x422217(0x65a)][_0x422217(0x719)](_0x379f1e),_0x3ee854&&_0x3625e3[_0x422217(0xd3)][_0x422217(0x65f)](_0x379f1e);});},'clearTab':_0x535dbd=>{const _0xc2796f=_0x241e;_0x3625e3[_0xc2796f(0x65a)][_0xc2796f(0x719)](_0x535dbd);}};}function Hc(_0x1e728b,_0x374fee){const _0x4836e4=_0x5b38ef;let _0x41f017=Uc(_0x1e728b);if(!_0x41f017)return;let _0x71744e=document[_0x4836e4(0x221)]('div');return _0x71744e[_0x4836e4(0x4e8)][_0x4836e4(0x54f)]=_0x4836e4(0x573),_0x71744e[_0x4836e4(0x2ac)][_0x4836e4(0x2cf)]=_0x4836e4(0x1e9),_0x71744e[_0x4836e4(0x2ac)]['color']='#b91c1c',_0x71744e['style']['fontSize']=_0x4836e4(0x3f8),_0x71744e[_0x4836e4(0x25a)]=_0x374fee instanceof Error&&_0x374fee[_0x4836e4(0x442)]?_0x374fee[_0x4836e4(0x442)]:_0x4836e4(0x492),_0x41f017[_0x4836e4(0x3ce)](_0x71744e),_0x71744e;}function Uc(_0x2021f8){const _0x1b0ecf=_0x5b38ef;return document[_0x1b0ecf(0x724)](_0x1b0ecf(0xe0)+Wc(_0x2021f8)+'\x22]');}function Wc(_0x4a5ec3){const _0xac073d=_0x5b38ef;return _0x4a5ec3['replace'](/\\/g,'\x5c\x5c')[_0xac073d(0x626)](/"/g,'\x5c\x22');}function Gc(_0xfff751){const _0xe9b88e=_0x5b38ef;let _0x3cbbbe=new l['Subscription'](),_0x53f40c=0x0,_0x2d3adc;if(_0x3cbbbe[_0xe9b88e(0x474)](_0xfff751[_0xe9b88e(0x2f1)][_0xe9b88e(0x160)]['subscribe'](_0x779d29=>{const _0x27479f=_0xe9b88e;if(typeof _0x779d29[_0x27479f(0x49c)]!=_0x27479f(0x710))return;let _0x26553f=_0xfff751[_0x27479f(0xcc)]['getActiveDescriptorsByChildUnit'](_0x779d29['childUnitId'])[_0x27479f(0x424)](_0x35d9d5=>_0x35d9d5['embedId']===_0x779d29[_0x27479f(0x2a5)]&&_0x35d9d5['entry']===_0x27479f(0x10b));_0x26553f!=null&&_0x26553f[_0x27479f(0x659)]&&_0xfff751[_0x27479f(0x6d7)][_0x27479f(0x60e)]({'id':_0x26553f[_0x27479f(0x659)],'image':_0x779d29['image'],'updatedAt':_0x779d29['updatedAt']});})),!_0xfff751[_0xe9b88e(0x6d7)][_0xe9b88e(0x126)])return _0x3cbbbe;let _0x35cea0=()=>{const _0x4f32f3=_0xe9b88e;_0x2d3adc||_0x53f40c>=0xf0||(_0x2d3adc=globalThis[_0x4f32f3(0x5bf)](()=>{_0x2d3adc=void 0x0,_0x53f40c+=0x1,_0x35917a();},0xfa));},_0x535e4b=_0x7a3f42=>{const _0x3c7b03=_0xe9b88e;let _0x40ae42=_0x7a3f42[_0x3c7b03(0x6fc)];if(!_0x40ae42||typeof _0x40ae42!='object')return!0x0;let _0x2e56c4=Yc(_0x40ae42,_0x3c7b03(0x2a5)),_0x4f3a41=Yc(_0x40ae42,_0x3c7b03(0x17b));if(!_0x2e56c4||!_0x4f3a41)return!0x0;let _0x5d65be=_0xfff751[_0x3c7b03(0xcc)]['getDescriptor'](_0x4f3a41,_0x2e56c4);return!_0x5d65be||_0x5d65be[_0x3c7b03(0x5d9)]!==_0x3c7b03(0x10b)||!_0x5d65be[_0x3c7b03(0x1b3)]||_0x5d65be['childType']==null?!0x1:(_0xfff751[_0x3c7b03(0x2f1)]['requestPreview']({'descriptor':_0x5d65be,'childUnitId':_0x5d65be[_0x3c7b03(0x1b3)],'childType':_0x5d65be[_0x3c7b03(0x210)],'width':_0x7a3f42[_0x3c7b03(0x33d)],'height':_0x7a3f42['height'],'dpr':typeof window>'u'?0x1:window[_0x3c7b03(0x253)]||0x1,'reason':_0x3c7b03(0x546)}),!0x0);},_0x35917a=()=>{const _0x58fb1a=_0xe9b88e;var _0x2edaa9,_0x355ddd;let _0x1a122d=!0x1;(_0x2edaa9=(_0x355ddd=_0xfff751[_0x58fb1a(0x6d7)])['getPendingRequests'])==null||_0x2edaa9[_0x58fb1a(0x591)](_0x355ddd)[_0x58fb1a(0x53f)](_0x4d799e=>{_0x535e4b(_0x4d799e)||(_0x1a122d=!0x0);}),_0x1a122d&&_0x35cea0();};return _0x35917a(),_0x3cbbbe['add'](_0xfff751[_0xe9b88e(0x6d7)]['previewRequested$'][_0xe9b88e(0xde)](_0x5eda27=>{_0x535e4b(_0x5eda27)||_0x35cea0();})),_0x3cbbbe[_0xe9b88e(0x474)](()=>{const _0x28a85d=_0xe9b88e;_0x2d3adc&&globalThis[_0x28a85d(0x1e3)](_0x2d3adc);}),_0x3cbbbe;}function Kc(_0x1bdb7f){const _0x1455f4=_0x5b38ef;let _0x5cddc4=_0x1bdb7f[_0x1455f4(0x42c)],_0x27ae6b=Lc[_0x1455f4(0x187)](_0x5cddc4);if(_0x27ae6b)return _0x27ae6b;let _0x4a1bdf=Jc(_0x1bdb7f[_0x1455f4(0x42c)]);if(_0x4a1bdf!==null){if(_0x4a1bdf){let _0x2a05ad=Gc({'previewService':_0x1bdb7f['previewService'],'embedModelService':_0x4a1bdf[_0x1455f4(0xcc)],'canvasFloatDomPreviewService':_0x4a1bdf[_0x1455f4(0x6d7)]});return Lc[_0x1455f4(0x534)](_0x5cddc4,_0x2a05ad),_0x2a05ad;}_0x1bdb7f[_0x1455f4(0x6b4)]===!0x1||Rc['has'](_0x5cddc4)||(Rc[_0x1455f4(0x474)](_0x5cddc4),qc(_0x1bdb7f,0x0));}}function qc(_0x40b256,_0x7d2fdc){const _0x1f5bbe=_0x5b38ef;let _0x5043f4=_0x40b256[_0x1f5bbe(0x28d)]??0xf0,_0x1a0024=_0x40b256['retryDelay']??0xfa,_0x296fc7=_0x40b256[_0x1f5bbe(0x42c)];globalThis[_0x1f5bbe(0x5bf)](()=>{if(Kc({..._0x40b256,'retry':!0x1})||_0x7d2fdc+0x1>=_0x5043f4){Rc['delete'](_0x296fc7);return;}qc(_0x40b256,_0x7d2fdc+0x1);},_0x1a0024);}function Jc(_0xa65ee8){const _0x12c793=_0x5b38ef;try{return!_0xa65ee8['has'](a['CanvasFloatDomPreviewService'])||!_0xa65ee8[_0x12c793(0x6b7)](e[_0x12c793(0x5c1)])?void 0x0:{'embedModelService':_0xa65ee8[_0x12c793(0x187)](e[_0x12c793(0x5c1)]),'canvasFloatDomPreviewService':_0xa65ee8[_0x12c793(0x187)](a['CanvasFloatDomPreviewService'])};}catch{return null;}}function Yc(_0x3c921c,_0x1bf46a){const _0x535cbc=_0x5b38ef;let _0x263f2b=_0x3c921c[_0x1bf46a];return typeof _0x263f2b==_0x535cbc(0x710)?_0x263f2b:void 0x0;}function Xc(){const _0x208bb0=_0x5b38ef;return pa({'childType':n[_0x208bb0(0x63d)][_0x208bb0(0x125)],'productName':_0x208bb0(0x714)});}function Zc(_0x515307){const _0x25bb46=_0x5b38ef;var _0x24ceb1;return((_0x24ceb1=_0x515307[_0x25bb46(0x63c)])==null?void 0x0:_0x24ceb1['embedId'])===_0x515307[_0x25bb46(0x2a5)]&&_0x515307[_0x25bb46(0x63c)]['stage']!=='inactive'?_0x515307[_0x25bb46(0x63c)][_0x25bb46(0x1a9)]??_0x25bb46(0x4ce):Mn({'embedId':_0x515307[_0x25bb46(0x2a5)],'active':_0x515307[_0x25bb46(0x63c)],'fullscreen':_0x515307[_0x25bb46(0x6f1)],'usesDomFloatingStage':_0x515307[_0x25bb46(0x286)]??!0x0,'renderScopeActive':_0x515307[_0x25bb46(0x403)]??!0x1});}function Qc(_0xd79d25){const _0x3c98d7=_0x5b38ef;var _0x682ba9;let _0x5d02a2=(0x0,a[_0x3c98d7(0x6f9)])(n[_0x3c98d7(0x20e)]),{hostUnitId:_0x87fcfe,embedId:_0x57afc1,childUnitId:_0x169017,slideModel:_0x2870fd,floatingActiveService:_0x38b49d,commandService:_0x5c376b,instanceService:_0x29cdae,fullscreen:_0x2684dc,usesDomFloatingStage:_0x5e5b26,renderScopeActive$:_0x33bfe5}=_0xd79d25,_0x4cc91a=(0x0,a['useObservable'])(()=>_0x38b49d[_0x3c98d7(0x3c1)],_0x38b49d[_0x3c98d7(0x1c8)](),!0x1,[_0x38b49d]),_0x4653db=(0x0,a[_0x3c98d7(0x540)])(_0x33bfe5,!0x1),_0x5ea2f4=(0x0,a[_0x3c98d7(0x540)])(_0x2870fd===null?null:()=>_0x2870fd[_0x3c98d7(0x309)][_0x3c98d7(0x3a2)],[],!0x1,[_0x2870fd]),_0x422246=(0x0,a[_0x3c98d7(0x540)])(_0x2870fd===null?null:()=>_0x2870fd[_0x3c98d7(0x309)][_0x3c98d7(0x19c)],_0x2870fd==null||(_0x682ba9=_0x2870fd[_0x3c98d7(0x309)][_0x3c98d7(0x2b6)]())==null?void 0x0:_0x682ba9['getId'](),!0x1,[_0x2870fd]),_0x35557a=(0x0,c[_0x3c98d7(0x226)])(()=>(_0x2870fd==null?void 0x0:_0x2870fd[_0x3c98d7(0x309)][_0x3c98d7(0x577)]())??[],[_0x2870fd,_0x5ea2f4]),_0xea9ca6=Math[_0x3c98d7(0x2df)](0x0,_0x35557a['findIndex'](_0x253e30=>_0x253e30[_0x3c98d7(0x725)]()===_0x422246)),_0xd95b6d=_0x35557a['length'],_0x30a4f4=Zc({'active':_0x4cc91a,'embedId':_0x57afc1,'fullscreen':_0x2684dc,'renderScopeActive':_0x4653db,'usesDomFloatingStage':_0x5e5b26}),_0x4f4c4c=()=>{const _0x13d741=_0x3c98d7;_0x38b49d[_0x13d741(0x728)]({'hostUnitId':_0x87fcfe,'embedId':_0x57afc1,'childUnitId':_0x169017},_0x13d741(0x71b)),_0x29cdae['setCurrentUnitForType'](_0x169017);},_0x4e0dbc=_0x4e135c=>{const _0x720699=_0x3c98d7;let _0xefa4b6=_0x35557a[_0x4e135c];!_0xefa4b6||!_0x2870fd||(_0x4f4c4c(),_0x2870fd[_0x720699(0x309)][_0x720699(0x635)](_0xefa4b6[_0x720699(0x725)]()));};return(0x0,d[_0x3c98d7(0x66a)])('div',{'className':(0x0,o[_0x3c98d7(0x596)])('univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':_0x30a4f4===_0x3c98d7(0x65d),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2684dc,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x2684dc,'-univer-top-9':!_0x2684dc}),'data-embed-floating-menu':'true','data-embed-id':_0x57afc1,'data-embed-float-stage':_0x30a4f4,'onPointerDown':_0x33607c=>_0x33607c['stopPropagation'](),'children':[(0x0,d[_0x3c98d7(0x588)])($c,{'title':_0x3c98d7(0x3ae),'disabled':_0xea9ca6<=0x0,'onClick':()=>_0x4e0dbc(_0xea9ca6-0x1),'children':(0x0,d['jsx'])(s[_0x3c98d7(0x641)],{})}),(0x0,d[_0x3c98d7(0x588)])($c,{'title':_0x3c98d7(0x241),'disabled':_0xd95b6d===0x0||_0xea9ca6>=_0xd95b6d-0x1,'onClick':()=>_0x4e0dbc(_0xea9ca6+0x1),'children':(0x0,d[_0x3c98d7(0x588)])(s['ArrowRightIcon'],{})}),(0x0,d[_0x3c98d7(0x588)])(o[_0x3c98d7(0x16c)],{'align':_0x3c98d7(0x3cd),'sideOffset':0x6,'data-embed-id':_0x57afc1,'data-embed-floating-menu-popup':'true','items':[{'type':_0x3c98d7(0x4b6),'value':String(_0xea9ca6),'hideIndicator':!0x0,'options':_0x35557a[_0x3c98d7(0x264)]((_0x54c9bf,_0x2de55b)=>({'label':_0x3c98d7(0x220)+(_0x2de55b+0x1),'value':String(_0x2de55b)})),'onSelect':_0x2b8e23=>_0x4e0dbc(Number(_0x2b8e23))}],'children':(0x0,d[_0x3c98d7(0x66a)])(o['Button'],{'type':_0x3c98d7(0x3c3),'size':_0x3c98d7(0x4ed),'variant':_0x3c98d7(0x239),'className':_0x3c98d7(0x56b),'title':_0x3c98d7(0x6e7),'children':[(0x0,d[_0x3c98d7(0x588)])(_0x3c98d7(0x316),{'children':_0xd95b6d===0x0?_0x3c98d7(0x195):_0xea9ca6+0x1+_0x3c98d7(0x96)+_0xd95b6d}),(0x0,d[_0x3c98d7(0x588)])(s[_0x3c98d7(0x2e8)],{'className':_0x3c98d7(0x7f)})]})}),(0x0,d[_0x3c98d7(0x588)])(o['Separator'],{'orientation':'vertical'}),(0x0,d[_0x3c98d7(0x588)])($c,{'title':_0x5d02a2['t'](_0x3c98d7(0x72a)),'className':_0x3c98d7(0x372),'onClick':()=>{_0x5c376b['executeCommand'](e['RemoveEmbedCommand']['id'],{'hostUnitId':_0x87fcfe,'embedId':_0x57afc1});},'children':(0x0,d[_0x3c98d7(0x588)])(s[_0x3c98d7(0x677)],{})})]});}function $c(_0x56d942){const _0x1a151f=_0x5b38ef;let {children:_0x8785f8,title:_0x243a6f,disabled:_0x35f963,className:_0x1ee524,onClick:_0x12c52b}=_0x56d942;return(0x0,d[_0x1a151f(0x588)])(o[_0x1a151f(0x3db)],{'type':_0x1a151f(0x3c3),'size':_0x1a151f(0x4ed),'variant':'ghost','className':(0x0,o[_0x1a151f(0x596)])(_0x1a151f(0x2b9),_0x1ee524),'title':_0x243a6f,'aria-label':_0x243a6f,'disabled':_0x35f963,'onClick':_0x12c52b,'children':_0x8785f8});}function el(){const _0x45c7cd=_0x5b38ef;return fo({'childType':n[_0x45c7cd(0x63d)][_0x45c7cd(0x125)],'mount':tl});}function tl(_0x518e08){const _0x196955=_0x5b38ef;let {root:_0x5d2044,menu:_0x512f68}=uo(_0x518e08),_0x5d1c9f=Mt(_0x512f68),_0x13219c=_0x518e08['injector']['get'](ie),_0x5d936c=_0x518e08[_0x196955(0x42c)]['get'](n[_0x196955(0x4bb)]),_0x2a97b6=_0x518e08[_0x196955(0x42c)][_0x196955(0x187)](n['IUniverInstanceService']),_0x4097dc=_0x2a97b6[_0x196955(0xcd)](_0x518e08[_0x196955(0x1b3)],n['UniverInstanceType'][_0x196955(0x125)]);return _0x5d1c9f[_0x196955(0x85)]((0x0,c['createElement'])(Z,{'injector':_0x518e08[_0x196955(0x17e)][_0x196955(0x42c)],'mountContainer':_0x5d2044,'embedId':_0x518e08[_0x196955(0x2a5)]},(0x0,c[_0x196955(0x221)])(Qc,{'hostUnitId':_0x518e08[_0x196955(0x17b)],'embedId':_0x518e08[_0x196955(0x2a5)],'childUnitId':_0x518e08['childUnitId'],'slideModel':_0x4097dc??null,'floatingActiveService':_0x13219c,'commandService':_0x5d936c,'instanceService':_0x2a97b6,'fullscreen':!!_0x518e08[_0x196955(0x259)][_0x196955(0x6f1)],'usesDomFloatingStage':_0x518e08[_0x196955(0x212)][_0x196955(0x5d9)]!==_0x196955(0x6c3),'renderScopeActive$':_0x518e08[_0x196955(0x259)]['active$']}))),(0x0,n[_0x196955(0x5dc)])(()=>{const _0x3675ca=_0x196955;Nt(_0x5d1c9f),globalThis[_0x3675ca(0x5bf)](()=>_0x512f68[_0x3675ca(0x507)](),0x0);});}function nl(_0x3800e8,_0x3fa36f,_0x5a7a04){const _0x41ed34=_0x5b38ef;return{...(0x0,e[_0x41ed34(0x475)])(_0x3800e8,_0x3fa36f),'activateAnchor':_0x4051f4=>{const _0xfc024b=_0x41ed34;_0x5a7a04==null||_0x5a7a04[_0xfc024b(0x256)](_0x4051f4[_0xfc024b(0x17b)]);let _0x5c0562=_0x3fa36f==null?void 0x0:_0x3fa36f[_0xfc024b(0xcd)](_0x4051f4['hostUnitId'],n[_0xfc024b(0x63d)][_0xfc024b(0x125)]),_0x4a7189=()=>{const _0x340a1f=_0xfc024b;var _0x117df8,_0x30141f;return _0x5c0562==null||(_0x117df8=_0x5c0562[_0x340a1f(0x309)])==null||(_0x30141f=_0x117df8['setActiveSlide'])==null?void 0x0:_0x30141f['call'](_0x117df8,_0x4051f4['hostAnchorId']);};if(typeof window>'u'){_0x4a7189();return;}window[_0xfc024b(0x746)](_0x4a7189);}};}function rl(){const _0x1b2e76=_0x5b38ef;return{'hostType':n[_0x1b2e76(0x63d)][_0x1b2e76(0x125)],'entry':'slides-floating-object','layout':_0x1b2e76(0x4d3),'supportedLayouts':['scroll-contained','doc-width-scale',_0x1b2e76(0x311),_0x1b2e76(0x360)],'menuBehavior':_0x1b2e76(0x1ec),'mount':_0x27185d=>{const _0x15c2ee=_0x1b2e76;let _0x4e4ad1=al('data-embed-slides-floating-object-host',_0x27185d[_0x15c2ee(0x212)][_0x15c2ee(0x659)]);return _0x4e4ad1?{'hostElement':_0x4e4ad1}:{};}};}function il(){const _0x23098a=_0x5b38ef;return{'hostType':n[_0x23098a(0x63d)][_0x23098a(0x125)],'entry':_0x23098a(0x334),'layout':_0x23098a(0x668),'supportedLayouts':[_0x23098a(0x668)],'menuBehavior':'host-override','mount':_0x5ad015=>{const _0x3fa971=_0x23098a;let _0x1e3235=al('data-embed-slides-page-list-host',_0x5ad015[_0x3fa971(0x212)][_0x3fa971(0x659)]);return _0x1e3235?{'hostElement':_0x1e3235}:{};}};}function al(_0x442810,_0x39d6f1){const _0x5c9f0c=_0x5b38ef;return document[_0x5c9f0c(0x724)]('['+_0x442810+'=\x22'+ol(_0x39d6f1)+'\x22]');}function ol(_0x244ffc){const _0x516cb9=_0x5b38ef;return _0x244ffc[_0x516cb9(0x626)](/\\/g,'\x5c\x5c')[_0x516cb9(0x626)](/"/g,'\x5c\x22');}function sl(){const _0x1598b9=_0x5b38ef;return{'childType':n[_0x1598b9(0x63d)][_0x1598b9(0x125)],'handleWheel':()=>!0x1};}function cl(_0x5d7101){const _0x4d3ab4=_0x5b38ef;return{'childType':n['UniverInstanceType'][_0x4d3ab4(0x125)],'supportedLayouts':['tab-peer','aspect-fit',_0x4d3ab4(0x4d3)],'beforeDeactivate':ll,'mount':_0x1ed0c9=>ul(_0x1ed0c9,_0x5d7101)};}function ll(_0x40c0c7){const _0x29a71b=_0x5b38ef;let _0x5075ca=_0x40c0c7[_0x29a71b(0x17e)][_0x29a71b(0x42c)];if(!(_0x5075ca!=null&&_0x5075ca['has'](y['ISlideDrawingStateService'])))return;let _0x515173=_0x5075ca['get'](y[_0x29a71b(0x333)]);_0x515173[_0x29a71b(0x91)](),_0x515173[_0x29a71b(0x557)]();}function ul(_0x60517e,_0x4ac3ed){const _0x5db0c6=_0x5b38ef;let _0x3bb801=_0x60517e[_0x5db0c6(0x42c)][_0x5db0c6(0x187)](n[_0x5db0c6(0x15a)])['getUnit'](_0x60517e['childUnitId'],n[_0x5db0c6(0x63d)][_0x5db0c6(0x125)]);if(!_0x3bb801)return;let _0x563d09=_0x60517e['runtimeScope'][_0x5db0c6(0x42c)];if(!_0x563d09)return;let _0x10f6c0=za(_0x60517e,_0x4ac3ed,_0x15c8f2=>dl(_0x3bb801,_0x15c8f2)),_0x14efc3=_0x60517e[_0x5db0c6(0x17e)][_0x5db0c6(0x1c0)][_0x5db0c6(0x8b)],_0x549c24=_0x60517e[_0x5db0c6(0x17e)][_0x5db0c6(0x1c0)][_0x5db0c6(0x6d1)],_0x2c9cf2=_0x60517e[_0x5db0c6(0x42c)][_0x5db0c6(0x187)](u['IRenderManagerService']),_0x50e23e=fl(_0x60517e),_0x349148=_0x549c24?pt(_0x2c9cf2,_0x60517e[_0x5db0c6(0x1b3)],_0x563d09):void 0x0;if(_0x349148&&_0x549c24&&!_0x50e23e){try{var _0x1d7b52,_0x284101;(_0x1d7b52=(_0x284101=_0x349148[_0x5db0c6(0x324)])[_0x5db0c6(0x65f)])==null||_0x1d7b52[_0x5db0c6(0x591)](_0x284101);}catch{}_0x349148[_0x5db0c6(0x324)][_0x5db0c6(0x5c0)](_0x549c24),ht(_0x349148,{'activate':!0x0}),_0x549c24[_0x5db0c6(0x4e8)][_0x5db0c6(0x463)]=_0x60517e['childUnitId'],_0x549c24[_0x5db0c6(0x4e8)]['embedChildRenderMode']=_0x5db0c6(0x3cb);}let _0x353c20=Mt(_0x14efc3);return _0x14efc3[_0x5db0c6(0x4e8)][_0x5db0c6(0x463)]=_0x60517e[_0x5db0c6(0x1b3)],_0x14efc3[_0x5db0c6(0x4e8)]['embedChildRenderMode']=_0x5db0c6(0x4a3),_0x353c20[_0x5db0c6(0x85)]((0x0,d[_0x5db0c6(0x588)])(Z,{'injector':_0x563d09,'mountContainer':_0x60517e[_0x5db0c6(0x17e)]['roots'][_0x5db0c6(0x582)],'embedId':_0x60517e[_0x5db0c6(0x2a5)],'children':_0x50e23e?(0x0,d['jsx'])(y[_0x5db0c6(0x65c)],{'unitId':_0x60517e[_0x5db0c6(0x1b3)],'active$':_0x60517e[_0x5db0c6(0x259)][_0x5db0c6(0x3c1)]}):(0x0,d['jsx'])(y[_0x5db0c6(0x413)],{})})),(0x0,n[_0x5db0c6(0x5dc)])(()=>{const _0x59d08a=_0x5db0c6;_0x10f6c0[_0x59d08a(0x565)]();try{var _0x27b6bb,_0x42dd12;_0x349148==null||(_0x42dd12=(_0x27b6bb=_0x349148[_0x59d08a(0x324)])['unmount'])==null||_0x42dd12['call'](_0x27b6bb);}catch{}_0x2c9cf2['removeRender'](_0x60517e[_0x59d08a(0x1b3)]),Nt(_0x353c20),_0x14efc3[_0x59d08a(0x94)]&&(_0x14efc3['removeAttribute'](_0x59d08a(0x4f2)),_0x14efc3[_0x59d08a(0x4f9)](_0x59d08a(0x2a4))),_0x549c24!=null&&_0x549c24[_0x59d08a(0x94)]&&(_0x549c24[_0x59d08a(0x4f9)](_0x59d08a(0x4f2)),_0x549c24[_0x59d08a(0x4f9)](_0x59d08a(0x2a4))),_0x563d09[_0x59d08a(0x565)]();});}function dl(_0x261301,_0x5355c5){const _0x4f7306=_0x5b38ef;var _0x4322c1,_0x9b8d92;let _0xf61523=_0x5355c5==null?void 0x0:_0x5355c5[_0x4f7306(0x5f5)],_0xda7ae9=_0xf61523&&_0x261301[_0x4f7306(0x309)][_0x4f7306(0x2e5)](_0xf61523)?_0xf61523:(_0x4322c1=_0x261301[_0x4f7306(0x309)][_0x4f7306(0x577)]()[0x0])==null?void 0x0:_0x4322c1[_0x4f7306(0x725)]();_0xda7ae9&&((_0x9b8d92=_0x261301[_0x4f7306(0x309)][_0x4f7306(0x2b6)]())==null?void 0x0:_0x9b8d92[_0x4f7306(0x725)]())!==_0xda7ae9&&_0x261301[_0x4f7306(0x309)][_0x4f7306(0x635)](_0xda7ae9);}function fl(_0x10dfcd){const _0x23e261=_0x5b38ef;return _0x10dfcd[_0x23e261(0x259)]['mode']===_0x23e261(0x384)&&!_0x10dfcd[_0x23e261(0x259)][_0x23e261(0x6f1)]&&_0x10dfcd[_0x23e261(0x502)]==='aspect-fit';}let pl=class{constructor(_0xd6d07b,_0x40e8fe){const _0x1ca24e=_0x5b38ef;this[_0x1ca24e(0x2bf)]=_0xd6d07b,this['_renderManagerService']=_0x40e8fe,H(this,_0x1ca24e(0x210),n[_0x1ca24e(0x63d)][_0x1ca24e(0x125)]);}[_0x5b38ef(0x62d)](_0x5e8143){const _0x1780c7=_0x5b38ef;var _0x139c40,_0x530f14;let _0xce89a0=this[_0x1780c7(0x46e)](_0x5e8143[_0x1780c7(0x1b3)]),_0x1db2f9=(_0xce89a0==null||(_0x139c40=_0xce89a0[_0x1780c7(0x309)][_0x1780c7(0x2b6)]())==null?void 0x0:_0x139c40['getId']())??'';return{'unitId':_0x5e8143[_0x1780c7(0x1b3)],'pageId':_0x1db2f9,'scaleMode':'fit','zoomRatio':_0xce89a0==null||(_0x530f14=_0xce89a0[_0x1780c7(0x64e)])==null?void 0x0:_0x530f14[_0x1780c7(0x591)](_0xce89a0)};}[_0x5b38ef(0x105)](_0x521fb2,_0x1f5e1f){const _0xf2ad7d=_0x5b38ef;let _0x30da5a=this['_getSlideModel'](_0x521fb2[_0xf2ad7d(0x1b3)]);!_0x30da5a||!_0x1f5e1f[_0xf2ad7d(0x5f5)]||!_0x30da5a[_0xf2ad7d(0x309)][_0xf2ad7d(0x2e5)](_0x1f5e1f[_0xf2ad7d(0x5f5)])||_0x30da5a['pageManager']['setActiveSlide'](_0x1f5e1f[_0xf2ad7d(0x5f5)]);}[_0x5b38ef(0x320)](_0x287be6){const _0x45b327=_0x5b38ef;var _0x2ac03e,_0x571e9d,_0x32a581;let _0x4435c1=this[_0x45b327(0x46e)](_0x287be6[_0x45b327(0x1b3)]),_0x5a56d3=(_0x2ac03e=_0x287be6[_0x45b327(0x366)])==null?void 0x0:_0x2ac03e['pageId'];_0x4435c1&&_0x5a56d3&&_0x4435c1[_0x45b327(0x309)][_0x45b327(0x2e5)](_0x5a56d3)&&_0x4435c1['pageManager'][_0x45b327(0x635)](_0x5a56d3);let _0x49c5ba=this[_0x45b327(0x47b)](_0x287be6[_0x45b327(0x1b3)]),_0x476f5b=_0x49c5ba==null||(_0x571e9d=_0x49c5ba[_0x45b327(0x324)])==null||(_0x32a581=_0x571e9d[_0x45b327(0x4ad)])==null?void 0x0:_0x32a581['call'](_0x571e9d);if(_0x49c5ba&&(!_0x476f5b||_0x476f5b[_0x45b327(0x33d)]<=0x1||_0x476f5b['height']<=0x1)&&(_0x476f5b=ml(_0x49c5ba,_0x287be6[_0x45b327(0x33d)],_0x287be6['height'])),!(!_0x476f5b||_0x476f5b[_0x45b327(0x33d)]<=0x1||_0x476f5b[_0x45b327(0x658)]<=0x1||typeof _0x476f5b[_0x45b327(0x574)]!=_0x45b327(0xeb)))try{let _0x952634=_0x4435c1?(0x0,y[_0x45b327(0xa6)])(_0x4435c1['getSnapshot']()[_0x45b327(0x1ff)]):void 0x0,_0x3739ff=_0x952634?_0x952634[_0x45b327(0x33d)]/_0x952634[_0x45b327(0x658)]:void 0x0,_0x563020=_l(_0x49c5ba,_0x476f5b[_0x45b327(0x33d)],_0x476f5b['height'])??(_0x3739ff?hl(_0x476f5b[_0x45b327(0x33d)],_0x476f5b['height'],_0x3739ff):void 0x0);return vl(_0x476f5b,_0x287be6[_0x45b327(0x33d)],_0x287be6['height'],_0x287be6['dpr'],_0x563020)??_0x476f5b[_0x45b327(0x574)](_0x45b327(0x6ba));}catch{return;}}[_0x5b38ef(0x46e)](_0x23c89f){const _0x1edfd9=_0x5b38ef;return this[_0x1edfd9(0x2bf)]['getUnit'](_0x23c89f,n[_0x1edfd9(0x63d)]['UNIVER_SLIDE'])??void 0x0;}['_getOrCreateRender'](_0x37bd8a){const _0x1771c4=_0x5b38ef;let _0x2dcf52=this[_0x1771c4(0x459)][_0x1771c4(0x274)](_0x37bd8a);if(_0x2dcf52)return _0x2dcf52;try{return this[_0x1771c4(0x459)][_0x1771c4(0x283)](_0x37bd8a);}catch{return;}}};pl=X([Y(0x0,n[_0x5b38ef(0x15a)]),Y(0x1,u[_0x5b38ef(0x45d)])],pl);function ml(_0x46ca05,_0x2151c4,_0x3c1ce2){const _0x115791=_0x5b38ef;if(typeof document>'u')return;let _0x1a407b=_0x46ca05[_0x115791(0x324)],_0x2bc533=_0x46ca05[_0x115791(0x564)];if(!(_0x1a407b!=null&&_0x1a407b['mount'])||!_0x1a407b[_0x115791(0x3cc)])return;let _0x1555de=document[_0x115791(0x221)](_0x115791(0x568));_0x1555de[_0x115791(0x2ac)][_0x115791(0x397)]=_0x115791(0x2ec),_0x1555de[_0x115791(0x2ac)][_0x115791(0x1e4)]=_0x115791(0x690),_0x1555de[_0x115791(0x2ac)][_0x115791(0x3ec)]=_0x115791(0x690),_0x1555de['style'][_0x115791(0x33d)]=Math['max'](0x1,Math[_0x115791(0x4ff)](_0x2151c4))+'px',_0x1555de[_0x115791(0x2ac)][_0x115791(0x658)]=Math[_0x115791(0x2df)](0x1,Math[_0x115791(0x4ff)](_0x3c1ce2))+'px',_0x1555de[_0x115791(0x2ac)][_0x115791(0x66f)]=_0x115791(0x31c),_0x1555de[_0x115791(0x4e8)][_0x115791(0x501)]=_0x115791(0x573),document[_0x115791(0x4b7)][_0x115791(0x33e)](_0x1555de);try{var _0x598749,_0x66580,_0x4dc307;return _0x1a407b[_0x115791(0x5c0)](_0x1555de),_0x1a407b[_0x115791(0x3cc)](),_0x2bc533==null||(_0x598749=_0x2bc533[_0x115791(0x373)])==null||_0x598749[_0x115791(0x591)](_0x2bc533,!0x0),_0x2bc533==null||(_0x66580=_0x2bc533[_0x115791(0x85)])==null||_0x66580[_0x115791(0x591)](_0x2bc533),(_0x4dc307=_0x1a407b['getCanvasElement'])==null?void 0x0:_0x4dc307[_0x115791(0x591)](_0x1a407b);}finally{_0x1555de[_0x115791(0x507)]();}}function hl(_0xbdde24,_0x29dacb,_0x3828ba){const _0x5cb289=_0x5b38ef;let _0x3ec138=Math[_0x5cb289(0x2df)](0x1,Math[_0x5cb289(0x4ff)](_0xbdde24)),_0x5c6ec2=Math[_0x5cb289(0x2df)](0x1,Math[_0x5cb289(0x4ff)](_0x29dacb));if(!Number[_0x5cb289(0x715)](_0x3828ba)||_0x3828ba<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x3ec138,'sHeight':_0x5c6ec2};if(_0x3ec138/_0x5c6ec2>_0x3828ba){let _0x32f0fa=Math[_0x5cb289(0x4ff)](_0x5c6ec2*_0x3828ba);return{'sx':Math[_0x5cb289(0x2df)](0x0,Math[_0x5cb289(0x4ff)]((_0x3ec138-_0x32f0fa)/0x2)),'sy':0x0,'sWidth':_0x32f0fa,'sHeight':_0x5c6ec2};}let _0x4a7a46=Math[_0x5cb289(0x4ff)](_0x3ec138/_0x3828ba);return{'sx':0x0,'sy':Math[_0x5cb289(0x2df)](0x0,Math[_0x5cb289(0x4ff)]((_0x5c6ec2-_0x4a7a46)/0x2)),'sWidth':_0x3ec138,'sHeight':_0x4a7a46};}function gl(_0x3402f8,_0xc504e0,_0x2e0c73,_0x1fbde6,_0x477007){const _0x304d39=_0x5b38ef;if(typeof _0x2e0c73['left']!='number'||typeof _0x2e0c73[_0x304d39(0x3ec)]!=_0x304d39(0x4e4)||typeof _0x2e0c73[_0x304d39(0x33d)]!=_0x304d39(0x4e4)||typeof _0x2e0c73[_0x304d39(0x658)]!=_0x304d39(0x4e4)||_0x2e0c73[_0x304d39(0x33d)]<=0x0||_0x2e0c73[_0x304d39(0x658)]<=0x0)return;let _0x31fb36=Math['max'](0x0,Math[_0x304d39(0x4ff)](_0x2e0c73[_0x304d39(0x1e4)]*_0x1fbde6)),_0x35c45a=Math[_0x304d39(0x2df)](0x0,Math['round'](_0x2e0c73[_0x304d39(0x3ec)]*_0x477007));return{'sx':_0x31fb36,'sy':_0x35c45a,'sWidth':Math[_0x304d39(0x22d)](Math[_0x304d39(0x2df)](0x1,Math[_0x304d39(0x4ff)](_0x2e0c73[_0x304d39(0x33d)]*_0x1fbde6)),Math['max'](0x1,Math['round'](_0x3402f8-_0x31fb36))),'sHeight':Math[_0x304d39(0x22d)](Math[_0x304d39(0x2df)](0x1,Math['round'](_0x2e0c73['height']*_0x477007)),Math['max'](0x1,Math[_0x304d39(0x4ff)](_0xc504e0-_0x35c45a)))};}function _l(_0x1ca24a,_0x52052c,_0x9224d0){const _0x5c63bc=_0x5b38ef;var _0x17f632,_0x15212b;let _0x373713=_0x1ca24a==null?void 0x0:_0x1ca24a[_0x5c63bc(0x564)],_0x222664=_0x373713==null||(_0x17f632=_0x373713[_0x5c63bc(0x3fa)])==null?void 0x0:_0x17f632[_0x5c63bc(0x591)](_0x373713,y[_0x5c63bc(0x39c)]),_0x4e0bbe=_0x373713==null||(_0x15212b=_0x373713['getAncestorScale'])==null?void 0x0:_0x15212b[_0x5c63bc(0x591)](_0x373713),_0x35b58c=(_0x4e0bbe==null?void 0x0:_0x4e0bbe[_0x5c63bc(0x22e)])??(_0x373713==null?void 0x0:_0x373713['scaleX'])??0x1,_0x39ebce=(_0x4e0bbe==null?void 0x0:_0x4e0bbe[_0x5c63bc(0xe7)])??(_0x373713==null?void 0x0:_0x373713[_0x5c63bc(0xe7)])??_0x35b58c;return _0x222664?gl(_0x52052c,_0x9224d0,_0x222664,_0x35b58c,_0x39ebce):void 0x0;}function vl(_0x1db795,_0x34cc66,_0x43753b,_0x40fc31,_0x56da60){const _0x31d595=_0x5b38ef;if(typeof document>'u'||!_0x56da60)return;let _0x2350c1=document[_0x31d595(0x221)](_0x31d595(0x6d1));_0x2350c1[_0x31d595(0x33d)]=Math[_0x31d595(0x2df)](0x1,Math['round'](_0x34cc66*Math[_0x31d595(0x2df)](0x1,_0x40fc31||0x1))),_0x2350c1[_0x31d595(0x658)]=Math['max'](0x1,Math['round'](_0x43753b*Math[_0x31d595(0x2df)](0x1,_0x40fc31||0x1)));let _0x2451e7=null;try{_0x2451e7=_0x2350c1['getContext']('2d');}catch{return;}if(_0x2451e7)return _0x2451e7['drawImage'](_0x1db795,_0x56da60['sx'],_0x56da60['sy'],_0x56da60[_0x31d595(0x6db)],_0x56da60[_0x31d595(0x4cf)],0x0,0x0,_0x2350c1['width'],_0x2350c1[_0x31d595(0x658)]),_0x2350c1[_0x31d595(0x574)](_0x31d595(0x6ba));}const yl=_0x5b38ef(0x334);function bl(_0x25f99f,_0x18196b){const _0x391ada=_0x5b38ef;let _0x3d5e27=!0x1,_0x6b0e75,_0x449527,_0x2bfb34,_0x4feca9=_0x57d45f=>{const _0x6730c=_0x241e;if(_0x3d5e27||_0x449527||!_0x57d45f[_0x6730c(0x49c)])return;let _0x4dd2eb=Al(_0x57d45f[_0x6730c(0x49c)]);_0x4dd2eb&&(_0x6b0e75=jl(_0x18196b['hostElement'],_0x6b0e75,_0x4dd2eb));},_0x28bbf7=_0x25f99f[_0x391ada(0x2f1)][_0x391ada(0x160)][_0x391ada(0xde)](_0x83b234=>{const _0x59185d=_0x391ada;_0x83b234[_0x59185d(0x2a5)]===_0x18196b[_0x59185d(0x2a5)]&&(!_0x18196b['childUnitId']||_0x83b234[_0x59185d(0x1b3)]===_0x18196b['childUnitId'])&&_0x4feca9(_0x83b234);});return Sl(_0x25f99f,_0x18196b)[_0x391ada(0x5fd)](_0x4ccd00=>{const _0x2789d9=_0x391ada;if(_0x3d5e27||!_0x4ccd00)return;let _0x598c05=xl(_0x25f99f,_0x18196b,_0x4ccd00,()=>_0x3d5e27);if(_0x598c05){_0x449527=_0x598c05[_0x2789d9(0x6a8)],_0x2bfb34=_0x598c05['elements'],_0x6b0e75=void 0x0;return;}Cl(_0x25f99f,_0x18196b,_0x4ccd00,_0x4feca9,()=>_0x3d5e27)['then'](_0x7d7b20=>{const _0x503a5b=_0x2789d9;!_0x3d5e27&&_0x7d7b20&&(_0x6b0e75=jl(_0x18196b[_0x503a5b(0x3c9)],_0x6b0e75,_0x7d7b20));});},()=>{}),(0x0,n['toDisposable'])(()=>{const _0x5426f6=_0x391ada;_0x3d5e27=!0x0,_0x28bbf7[_0x5426f6(0x637)](),_0x449527==null||_0x449527[_0x5426f6(0x565)](),_0x449527=void 0x0,_0x2bfb34==null||_0x2bfb34['dispose'](),_0x2bfb34=void 0x0,_0x6b0e75==null||_0x6b0e75['remove'](),_0x6b0e75=void 0x0;});}function xl(_0x5bf933,_0x10fdae,_0x1f2077,_0x3e833f){const _0x4e7b7c=_0x5b38ef;let _0x1f6542=wl(),_0x48ad21;try{var _0x122d1e;if(_0x48ad21=_0x5bf933[_0x4e7b7c(0x740)]['acquire']({..._0x1f2077,'mode':_0x4e7b7c(0x649)},_0x1f6542[_0x4e7b7c(0x529)]),!_0x48ad21[_0x4e7b7c(0x712)]['context'])throw Error(_0x4e7b7c(0x5d8));if(_0x3e833f()){_0x48ad21[_0x4e7b7c(0x565)](),_0x1f6542['dispose']();return;}_0x5bf933[_0x4e7b7c(0x65a)][_0x4e7b7c(0x734)](_0x1f2077),Tl(_0x1f6542['runtimeHost']);let _0x2d08ac=_0x48ad21[_0x4e7b7c(0x712)][_0x4e7b7c(0x1c3)],_0x5ba843=(_0x122d1e=_0x5bf933[_0x4e7b7c(0x3b3)][_0x4e7b7c(0x187)](_0x48ad21[_0x4e7b7c(0x712)][_0x4e7b7c(0x210)]))==null?void 0x0:_0x122d1e[_0x4e7b7c(0x5fe)];return _0x1f6542[_0x4e7b7c(0x172)](El(_0x1f6542[_0x4e7b7c(0x529)],_0x2d08ac,_0x10fdae['entry'],_0x5ba843)),_0x10fdae[_0x4e7b7c(0x3c9)][_0x4e7b7c(0x3ce)](_0x1f6542[_0x4e7b7c(0x197)]),_0x1f6542['addDisposer'](Dl(_0x5bf933,_0x48ad21,_0x1f6542[_0x4e7b7c(0x529)],_0x1f6542[_0x4e7b7c(0x3d7)],_0x10fdae[_0x4e7b7c(0x5d9)],_0x5ba843)),{'lease':_0x48ad21,'elements':_0x1f6542};}catch{_0x48ad21==null||_0x48ad21['dispose'](),_0x1f6542[_0x4e7b7c(0x565)]();return;}}async function Sl(_0xc1d8af,_0x3641d5){const _0x16fa3f=_0x5b38ef;let _0x283655=_0xc1d8af[_0x16fa3f(0xcc)][_0x16fa3f(0x645)](_0x3641d5[_0x16fa3f(0x17b)],_0x3641d5[_0x16fa3f(0x2a5)])??kl(_0x3641d5);if(_0x283655){try{_0x283655=await _0xc1d8af['restoreService'][_0x16fa3f(0x3d2)]({'descriptor':_0x283655});}catch{}return _0x283655[_0x16fa3f(0x1b3)]&&_0x283655[_0x16fa3f(0x210)]!=null?_0x283655:void 0x0;}}async function Cl(_0x38ff6c,_0x2e4e65,_0x11456f,_0x5294ec,_0x24f2c3){const _0x34adb2=_0x5b38ef;var _0x394828,_0x364f47;let _0x3d7617=await((_0x394828=_0x38ff6c[_0x34adb2(0x4ee)])==null?void 0x0:_0x394828[_0x34adb2(0x64b)](_0x2e4e65[_0x34adb2(0x659)]));if(_0x24f2c3())return;if(_0x3d7617)return Al(_0x3d7617);let _0x25dc7a=_0x11456f[_0x34adb2(0x1b3)],_0x1e493a=_0x11456f[_0x34adb2(0x210)];if(!_0x25dc7a||_0x1e493a==null)return;let _0x1bd0db=(_0x364f47=_0x38ff6c[_0x34adb2(0x4ee)])==null?void 0x0:_0x364f47[_0x34adb2(0x517)](_0x2e4e65[_0x34adb2(0x659)]);_0x5294ec(_0x38ff6c[_0x34adb2(0x2f1)][_0x34adb2(0x66d)]({'descriptor':{..._0x11456f,'mode':_0x34adb2(0x649)},'childUnitId':_0x25dc7a,'childType':_0x1e493a,'width':Math[_0x34adb2(0x2df)](0x1,_0x2e4e65['width']),'height':Math['max'](0x1,_0x2e4e65['height']),'dpr':Math[_0x34adb2(0x2df)](0x1,Math[_0x34adb2(0x22d)](0x2,_0x2e4e65[_0x34adb2(0x5a2)])),'reason':'initial','context':_0x1bd0db}));}function wl(){const _0x1f2442=_0x5b38ef;let _0x1dca77=document[_0x1f2442(0x221)](_0x1f2442(0x568));_0x1dca77['dataset'][_0x1f2442(0x4c4)]='true',_0x1dca77[_0x1f2442(0x2ac)][_0x1f2442(0x397)]=_0x1f2442(0x114),_0x1dca77[_0x1f2442(0x2ac)][_0x1f2442(0x54b)]='0',_0x1dca77[_0x1f2442(0x2ac)][_0x1f2442(0x3c0)]=_0x1f2442(0x3b6),_0x1dca77['style'][_0x1f2442(0x2e1)]='hidden';let _0x38a418=document[_0x1f2442(0x221)]('div');_0x38a418[_0x1f2442(0x4e8)]['embedPresentationRuntime']=_0x1f2442(0x573),_0x38a418[_0x1f2442(0x4e8)]['embedSlidesPresentationRuntime']=_0x1f2442(0x573),_0x38a418[_0x1f2442(0x2ac)][_0x1f2442(0x397)]=_0x1f2442(0x114),_0x38a418[_0x1f2442(0x2ac)][_0x1f2442(0x54b)]='0',_0x38a418['style'][_0x1f2442(0x586)]='0',_0x38a418[_0x1f2442(0x2ac)][_0x1f2442(0x2e1)]=_0x1f2442(0x4dc),_0x38a418[_0x1f2442(0x2ac)]['pointerEvents']=_0x1f2442(0x31c);let _0x5f18da=document[_0x1f2442(0x221)]('div');_0x5f18da[_0x1f2442(0x4e8)][_0x1f2442(0x2f8)]=_0x1f2442(0x573),_0x5f18da[_0x1f2442(0x2ac)]['position']=_0x1f2442(0x114),_0x5f18da[_0x1f2442(0x2ac)]['inset']='0',_0x5f18da[_0x1f2442(0x2ac)]['zIndex']='1',_0x5f18da[_0x1f2442(0x2ac)][_0x1f2442(0x66f)]=_0x1f2442(0x5ad),_0x5f18da[_0x1f2442(0x2ac)][_0x1f2442(0x35c)]='none',_0x1dca77[_0x1f2442(0x478)](_0x38a418,_0x5f18da);let _0x33a173=[];return{'surface':_0x1dca77,'runtimeHost':_0x38a418,'interactionGate':_0x5f18da,'addDisposer':_0x249f56=>_0x33a173[_0x1f2442(0x56f)](_0x249f56),'dispose':()=>{const _0x54ae06=_0x1f2442;_0x33a173[_0x54ae06(0x6ac)](0x0)[_0x54ae06(0x23a)]()[_0x54ae06(0x53f)](_0x832bae=>_0x832bae()),_0x1dca77['remove']();}};}function Tl(_0x1f31d3){const _0x1fd39d=_0x5b38ef;_0x1f31d3['style'][_0x1fd39d(0x66f)]='none';}function El(_0x38ecd4,_0x3870da,_0x4c5e7e,_0x306377){const _0x2abbf6=_0x5b38ef;if(_0x4c5e7e!==yl||!(_0x306377!=null&&_0x306377[_0x2abbf6(0x215)]))return()=>{};let _0x5f01e1=_0x306377[_0x2abbf6(0x215)]({'childContext':_0x3870da,'entry':_0x4c5e7e,'runtimeHost':_0x38ecd4});if(!_0x5f01e1)return()=>{};let _0x12fc78=_0x38ecd4[_0x2abbf6(0x631)][_0x2abbf6(0x221)]('style');return _0x12fc78[_0x2abbf6(0x4e8)][_0x2abbf6(0x5f6)]='true',_0x12fc78[_0x2abbf6(0x25a)]=_0x5f01e1,_0x38ecd4['prepend'](_0x12fc78),()=>_0x12fc78[_0x2abbf6(0x507)]();}function Dl(_0x4d9535,_0x570bc8,_0x564dde,_0x4a79d4,_0x505da5,_0x557586){const _0x7543ff=_0x5b38ef;let _0x3603e8=_0x14328b=>{const _0x24528b=_0x241e;_0x14328b[_0x24528b(0x558)](),_0x14328b[_0x24528b(0x732)]();},_0x4b4d5b=_0x2e9172=>{const _0x3941b6=_0x241e;if(_0x505da5===yl&&Ol(_0x564dde,_0x570bc8,_0x557586,_0x2e9172[_0x3941b6(0xfe)],_0x2e9172[_0x3941b6(0x571)])){_0x2e9172[_0x3941b6(0x558)](),_0x2e9172[_0x3941b6(0x732)]();return;}_0x3603e8(_0x2e9172);},_0x4869a=_0x5c302f=>{const _0x5cebf5=_0x241e;var _0xa7afd8;let _0x10bc5f=_0x570bc8[_0x5cebf5(0x712)][_0x5cebf5(0x1c3)];if(!_0x10bc5f)return;let _0x2a84a5={..._0x10bc5f,'event':_0x5c302f,'stage':'inactive','source':_0x5cebf5(0x183)},_0x4af796=_0x4d9535[_0x5cebf5(0x10e)][_0x5cebf5(0x72e)](_0x2a84a5),_0xe54471=!_0x4af796&&((_0xa7afd8=_0x4d9535['passiveViewportRegistry']['get'](_0x10bc5f[_0x5cebf5(0x210)],_0x10bc5f[_0x5cebf5(0x502)]))==null?void 0x0:_0xa7afd8[_0x5cebf5(0x72e)](_0x2a84a5))===!0x0;(_0x4af796||_0xe54471)&&(_0x5c302f[_0x5cebf5(0x558)](),_0x5c302f[_0x5cebf5(0x732)](),_0x5c302f['stopImmediatePropagation']());},_0x4a362d=['pointerdown',_0x7543ff(0x405),_0x7543ff(0x6ea),_0x7543ff(0xac)];return _0x4a362d[_0x7543ff(0x53f)](_0x1d2c9d=>_0x4a79d4[_0x7543ff(0x344)](_0x1d2c9d,_0x3603e8)),_0x4a79d4[_0x7543ff(0x344)]('click',_0x4b4d5b),_0x4a79d4[_0x7543ff(0x344)](_0x7543ff(0x183),_0x4869a,{'passive':!0x1}),()=>{const _0xc94973=_0x7543ff;_0x4a362d['forEach'](_0x1e944=>_0x4a79d4[_0xc94973(0x6ca)](_0x1e944,_0x3603e8)),_0x4a79d4[_0xc94973(0x6ca)](_0xc94973(0x592),_0x4b4d5b),_0x4a79d4[_0xc94973(0x6ca)](_0xc94973(0x183),_0x4869a);};}function Ol(_0x4afc43,_0x4ae718,_0x526713,_0x10ae11,_0x2c18f4){const _0xcaef77=_0x5b38ef;let _0x161dde=_0x4ae718[_0xcaef77(0x712)][_0xcaef77(0x1c3)];return!_0x161dde||!(_0x526713!=null&&_0x526713[_0xcaef77(0x3fc)])?!0x1:_0x526713['activateNavigationAtPoint']({'childContext':_0x161dde,'clientX':_0x10ae11,'clientY':_0x2c18f4,'entry':yl,'runtimeHost':_0x4afc43});}function kl(_0x483de7){const _0x3b44c9=_0x5b38ef;if(!(!_0x483de7[_0x3b44c9(0x1b3)]||_0x483de7['childType']==null))return{'embedId':_0x483de7[_0x3b44c9(0x2a5)],'hostUnitId':_0x483de7[_0x3b44c9(0x17b)],'hostType':n[_0x3b44c9(0x63d)]['UNIVER_SLIDE'],'entry':_0x483de7[_0x3b44c9(0x5d9)],'hostAnchorId':_0x483de7[_0x3b44c9(0x659)],'childUnitId':_0x483de7[_0x3b44c9(0x1b3)],'childType':_0x483de7[_0x3b44c9(0x210)],'mode':_0x3b44c9(0x649),'source':{'unitType':_0x483de7[_0x3b44c9(0x210)],'ref':{'file':{'kind':e[_0x3b44c9(0x6c4)][_0x3b44c9(0x8e)]},'unit':{'selector':_0x483de7[_0x3b44c9(0x1b3)],'type':(0x0,e[_0x3b44c9(0x1ba)])(_0x483de7['childType'])}}},'sourceMeta':{'floating':_0x483de7[_0x3b44c9(0x5d9)]===_0x3b44c9(0x6c3)&&{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1},'tab':_0x483de7[_0x3b44c9(0x5d9)]===_0x3b44c9(0x334)&&{'enabled':!0x0,'container':_0x3b44c9(0x59f),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function Al(_0xb1dfa0){const _0x5e90a4=_0x5b38ef;if(typeof _0xb1dfa0==_0x5e90a4(0x710))return _0xb1dfa0;if(typeof HTMLCanvasElement<'u'&&_0xb1dfa0 instanceof HTMLCanvasElement)try{return _0xb1dfa0['toDataURL'](_0x5e90a4(0x6ba));}catch{return;}if(typeof ImageBitmap<'u'&&_0xb1dfa0 instanceof ImageBitmap&&typeof document<'u'){let _0x46cf67=document[_0x5e90a4(0x221)](_0x5e90a4(0x6d1));_0x46cf67[_0x5e90a4(0x33d)]=_0xb1dfa0['width'],_0x46cf67[_0x5e90a4(0x658)]=_0xb1dfa0[_0x5e90a4(0x658)];let _0xe21728=_0x46cf67[_0x5e90a4(0x26b)]('2d');return _0xe21728?(_0xe21728['drawImage'](_0xb1dfa0,0x0,0x0),_0x46cf67[_0x5e90a4(0x574)]('image/png')):void 0x0;}}function jl(_0x5d093b,_0x40e526,_0x3654e5){const _0x574aea=_0x5b38ef;let _0x1c4973=_0x40e526??document[_0x574aea(0x221)]('img');return _0x1c4973['alt']='',_0x1c4973[_0x574aea(0x4e8)][_0x574aea(0xbb)]='true',_0x1c4973[_0x574aea(0x2ac)][_0x574aea(0x51f)]=_0x574aea(0x37f),_0x1c4973['style'][_0x574aea(0x33d)]='100%',_0x1c4973[_0x574aea(0x2ac)][_0x574aea(0x658)]=_0x574aea(0x674),_0x1c4973['style']['objectFit']=_0x574aea(0x303),_0x1c4973[_0x574aea(0x2ac)][_0x574aea(0x66f)]=_0x574aea(0x31c),_0x1c4973[_0x574aea(0x297)]=_0x3654e5,_0x1c4973[_0x574aea(0x3a7)]!==_0x5d093b&&_0x5d093b[_0x574aea(0x3ce)](_0x1c4973),_0x1c4973;}let Ml=class{constructor(_0x5ef21d,_0x169a18){const _0x16493e=_0x5b38ef;this[_0x16493e(0x2bf)]=_0x5ef21d,this[_0x16493e(0x459)]=_0x169a18,H(this,'childType',n[_0x16493e(0x63d)][_0x16493e(0x125)]),H(this,_0x16493e(0x38a),[_0x16493e(0x311)]);}['mount'](_0x546579){const _0x54f3a6=_0x5b38ef;var _0x3ec11b;let _0x35b1b6=this[_0x54f3a6(0x46e)](_0x546579[_0x54f3a6(0x1b3)]);if(!_0x35b1b6)return;(_0x3ec11b=_0x546579[_0x54f3a6(0x366)])!=null&&_0x3ec11b[_0x54f3a6(0x5f5)]&&_0x35b1b6[_0x54f3a6(0x309)][_0x54f3a6(0x2e5)](_0x546579[_0x54f3a6(0x366)][_0x54f3a6(0x5f5)])&&_0x35b1b6[_0x54f3a6(0x309)]['setActiveSlide'](_0x546579[_0x54f3a6(0x366)][_0x54f3a6(0x5f5)]);let _0x5ca53c=ue(Nl(_0x546579));if(!_0x5ca53c)return;let _0x546549=_0x546579[_0x54f3a6(0x1c0)]['canvas']?pt(this[_0x54f3a6(0x459)],_0x546579[_0x54f3a6(0x1b3)],_0x5ca53c):void 0x0;if(!_0x546549){_0x5ca53c['dispose']();return;}_0x546579[_0x54f3a6(0x1c0)]['canvas']&&(_0x546579['roots'][_0x54f3a6(0x6d1)][_0x54f3a6(0x4e8)]['embedChildRenderUnitId']=_0x546579['childUnitId'],_0x546579[_0x54f3a6(0x1c0)][_0x54f3a6(0x6d1)][_0x54f3a6(0x4e8)][_0x54f3a6(0x411)]=_0x54f3a6(0x4f7));let _0x5ddd68=Mt(_0x546579['roots'][_0x54f3a6(0x8b)]);return _0x546579[_0x54f3a6(0x1c0)][_0x54f3a6(0x8b)][_0x54f3a6(0x4e8)]['embedChildRenderUnitId']=_0x546579[_0x54f3a6(0x1b3)],_0x546579[_0x54f3a6(0x1c0)][_0x54f3a6(0x8b)][_0x54f3a6(0x4e8)][_0x54f3a6(0x411)]='slide-readonly-preview',_0x5ddd68['render']((0x0,d[_0x54f3a6(0x588)])(Z,{'injector':_0x5ca53c,'mountContainer':_0x546579[_0x54f3a6(0x1c0)]['root'],'embedId':_0x546579['embedId'],'children':(0x0,d['jsx'])(y[_0x54f3a6(0x134)],{'unitId':_0x546579[_0x54f3a6(0x1b3)],'render':_0x546549})})),(0x0,n[_0x54f3a6(0x5dc)])(()=>{const _0x553ca9=_0x54f3a6;var _0x340799,_0x42821e,_0xc44a03,_0x5debd7;try{var _0x3776af,_0x2ee2af;_0x546549==null||(_0x2ee2af=(_0x3776af=_0x546549[_0x553ca9(0x324)])[_0x553ca9(0x65f)])==null||_0x2ee2af[_0x553ca9(0x591)](_0x3776af);}catch{}(_0x340799=(_0x42821e=this[_0x553ca9(0x459)])[_0x553ca9(0x123)])==null||_0x340799[_0x553ca9(0x591)](_0x42821e,_0x546579[_0x553ca9(0x1b3)]),Nt(_0x5ddd68),_0x546579['roots']['content'][_0x553ca9(0x4f9)](_0x553ca9(0x4f2)),_0x546579[_0x553ca9(0x1c0)][_0x553ca9(0x8b)][_0x553ca9(0x4f9)](_0x553ca9(0x2a4)),(_0xc44a03=_0x546579['roots'][_0x553ca9(0x6d1)])==null||_0xc44a03['removeAttribute'](_0x553ca9(0x4f2)),(_0x5debd7=_0x546579[_0x553ca9(0x1c0)][_0x553ca9(0x6d1)])==null||_0x5debd7['removeAttribute']('data-embed-child-render-mode'),_0x5ca53c[_0x553ca9(0x565)]();});}['handleWheel'](_0x2eeab4){const _0x8e02c1=_0x5b38ef;var _0xf7982b,_0x3ee46b;let _0x33bc84=this['_getSlideModel'](_0x2eeab4[_0x8e02c1(0x1b3)]);if(!_0x33bc84)return!0x1;let _0x20471c=Math[_0x8e02c1(0x90)](_0x2eeab4[_0x8e02c1(0x39a)]['deltaY'])>=Math[_0x8e02c1(0x90)](_0x2eeab4[_0x8e02c1(0x39a)][_0x8e02c1(0x1d5)])?_0x2eeab4['event'][_0x8e02c1(0x485)]:_0x2eeab4[_0x8e02c1(0x39a)][_0x8e02c1(0x1d5)];if(_0x20471c===0x0)return!0x1;let _0x201470=Pl(_0x33bc84);if(_0x201470['length']<0x2)return!0x0;let _0x119b4b=((_0xf7982b=_0x33bc84[_0x8e02c1(0x309)][_0x8e02c1(0x2b6)]())==null?void 0x0:_0xf7982b[_0x8e02c1(0x725)]())??_0x201470[0x0],_0xb71bfb=Math[_0x8e02c1(0x2df)](0x0,_0x201470[_0x8e02c1(0x152)](_0x119b4b)),_0x3b63e1=_0x201470[Math[_0x8e02c1(0x2df)](0x0,Math[_0x8e02c1(0x22d)](_0x201470[_0x8e02c1(0x3da)]-0x1,_0xb71bfb+(_0x20471c>0x0?0x1:-0x1)))];return!_0x3b63e1||_0x3b63e1===_0x119b4b?!0x0:(_0x33bc84['pageManager'][_0x8e02c1(0x635)](_0x3b63e1),_0x2eeab4[_0x8e02c1(0x6dd)]({'unitId':_0x2eeab4['childUnitId'],'pageId':_0x3b63e1,'scaleMode':'fit','zoomRatio':(_0x3ee46b=_0x33bc84[_0x8e02c1(0x64e)])==null?void 0x0:_0x3ee46b[_0x8e02c1(0x591)](_0x33bc84)}),!0x0);}[_0x5b38ef(0x46e)](_0x7da37f){const _0x4fc707=_0x5b38ef;return this[_0x4fc707(0x2bf)][_0x4fc707(0xcd)](_0x7da37f,n['UniverInstanceType'][_0x4fc707(0x125)])??void 0x0;}};Ml=X([Y(0x0,n[_0x5b38ef(0x15a)]),Y(0x1,u[_0x5b38ef(0x45d)])],Ml);function Nl(_0x4a00e0){const _0x5cff00=_0x5b38ef;let _0x2d581f=()=>{};return{'descriptor':_0x4a00e0['descriptor'],'layout':_0x4a00e0['layout'],'injector':_0x4a00e0[_0x5cff00(0x42c)],'hostElement':_0x4a00e0[_0x5cff00(0x1c0)][_0x5cff00(0x2b3)],'container':_0x4a00e0[_0x5cff00(0x1c0)][_0x5cff00(0x2b3)],'hostUnitId':_0x4a00e0[_0x5cff00(0x17b)],'embedId':_0x4a00e0[_0x5cff00(0x2a5)],'childUnitId':_0x4a00e0[_0x5cff00(0x1b3)],'childType':_0x4a00e0['childType'],'renderScope':{'hostUnitId':_0x4a00e0[_0x5cff00(0x17b)],'hostAnchorId':_0x4a00e0[_0x5cff00(0x212)][_0x5cff00(0x659)],'embedId':_0x4a00e0[_0x5cff00(0x2a5)],'childUnitId':_0x4a00e0[_0x5cff00(0x1b3)],'childType':_0x4a00e0[_0x5cff00(0x210)],'layout':_0x4a00e0[_0x5cff00(0x502)],'mode':'float','rootElement':_0x4a00e0['roots']['root'],'contentRoot':_0x4a00e0['roots'][_0x5cff00(0x8b)],'canvasRoot':_0x4a00e0[_0x5cff00(0x1c0)][_0x5cff00(0x6d1)],'active$':(0x0,l['of'])(!0x1)},'runtimeScope':{'descriptor':_0x4a00e0[_0x5cff00(0x212)],'host':{'unitId':_0x4a00e0[_0x5cff00(0x17b)],'type':_0x4a00e0[_0x5cff00(0x212)][_0x5cff00(0x5ae)],'anchorId':_0x4a00e0[_0x5cff00(0x212)][_0x5cff00(0x659)],'entry':_0x4a00e0[_0x5cff00(0x212)][_0x5cff00(0x5d9)],'layout':_0x5cff00(0x384)},'child':{'unitId':_0x4a00e0[_0x5cff00(0x1b3)],'type':_0x4a00e0[_0x5cff00(0x210)]},'injector':_0x4a00e0[_0x5cff00(0x42c)],'roots':{'root':_0x4a00e0[_0x5cff00(0x1c0)][_0x5cff00(0x2b3)],'content':_0x4a00e0[_0x5cff00(0x1c0)][_0x5cff00(0x8b)],'canvas':_0x4a00e0[_0x5cff00(0x1c0)][_0x5cff00(0x6d1)],'overlay':_0x4a00e0[_0x5cff00(0x1c0)][_0x5cff00(0x2b3)],'popup':_0x4a00e0[_0x5cff00(0x1c0)][_0x5cff00(0x2b3)]},'activate':_0x2d581f,'deactivate':_0x2d581f,'dispose':_0x2d581f}};}function Pl(_0x5eb11d){const _0x32496=_0x5b38ef;var _0x2b92d2,_0x10b877,_0x23e6d3;let _0x1ac9ac=(_0x2b92d2=_0x5eb11d[_0x32496(0x4c6)])==null?void 0x0:_0x2b92d2['call'](_0x5eb11d)[_0x32496(0x539)];return Array[_0x32496(0x4d5)](_0x1ac9ac)&&_0x1ac9ac[_0x32496(0x3da)]>0x0?_0x1ac9ac:((_0x10b877=(_0x23e6d3=_0x5eb11d['pageManager'])[_0x32496(0x577)])==null?void 0x0:_0x10b877['call'](_0x23e6d3)[_0x32496(0x264)](_0x5c05e2=>_0x5c05e2['getId']())['filter'](Boolean))??[];}function Fl(_0xf00726){la(_0xf00726,'slides-ui.embed',Il);}function Il(_0x5d50bf){const _0x1213ec=_0x5b38ef;let _0x3d9c42=_0x5d50bf[_0x1213ec(0x187)](e[_0x1213ec(0x5c4)]),_0x39f169=_0x5d50bf['get'](at),_0x4d30a3=_0x5d50bf[_0x1213ec(0x187)](rt),_0xa5e4ce=_0x5d50bf['get'](U),_0x29467a=_0x5d50bf[_0x1213ec(0x187)](it),_0xf10a8=_0x5d50bf['get'](lr),_0x12cd8a=_0x5d50bf[_0x1213ec(0x187)](vr),_0xc26244=_0x5d50bf['get'](oa),_0x439ba8=_0x5d50bf[_0x1213ec(0x6b7)](e['EmbedHostAnchorModelService'])?_0x5d50bf[_0x1213ec(0x187)](e[_0x1213ec(0x128)]):void 0x0,_0x140fac=_0x5d50bf[_0x1213ec(0x6b7)](n[_0x1213ec(0x15a)])?_0x5d50bf['get'](n['IUniverInstanceService']):void 0x0;_0x5d50bf[_0x1213ec(0x6b7)](y[_0x1213ec(0x2c0)])||_0x5d50bf[_0x1213ec(0x474)]([y[_0x1213ec(0x2c0)],{'useFactory':()=>Ll({'embedModelService':_0x5d50bf['get'](e[_0x1213ec(0x5c1)]),'mountService':_0x5d50bf[_0x1213ec(0x187)](bt),'activationService':_0x5d50bf[_0x1213ec(0x187)](Ct),'blockRegistry':_0x5d50bf[_0x1213ec(0x187)](U),'restoreService':_0x5d50bf[_0x1213ec(0x187)](dr),'previewService':_0x5d50bf[_0x1213ec(0x187)](lr),'runtimeHostLeaseService':_0x5d50bf['get'](Ui),'passiveViewportRegistry':_0x5d50bf[_0x1213ec(0x187)](vr),'passiveWheelHandlerRegistry':_0x5d50bf[_0x1213ec(0x187)](yr),'univerInstanceService':_0x140fac,'sceneCanvasCaptureService':_0x5d50bf[_0x1213ec(0x6b7)](gt)?_0x5d50bf[_0x1213ec(0x187)](gt):void 0x0})}]),_0x5d50bf[_0x1213ec(0x6b7)](y['ISlideEmbedFloatingActiveService'])||_0x5d50bf[_0x1213ec(0x474)]([y['ISlideEmbedFloatingActiveService'],{'useFactory':()=>_0x5d50bf[_0x1213ec(0x187)](ie)}]),_0x5d50bf[_0x1213ec(0x6b7)](y[_0x1213ec(0x421)])||_0x5d50bf[_0x1213ec(0x474)]([y[_0x1213ec(0x421)],{'useFactory':()=>_0x5d50bf[_0x1213ec(0x187)](bt)}]),_0x5d50bf['has'](y[_0x1213ec(0x684)])||_0x5d50bf[_0x1213ec(0x474)]([y[_0x1213ec(0x684)],{'useFactory':()=>_0x5d50bf[_0x1213ec(0x187)](Ct)}]),_0x5d50bf[_0x1213ec(0x6b7)](y[_0x1213ec(0x9a)])||_0x5d50bf[_0x1213ec(0x474)]([y[_0x1213ec(0x9a)],{'useFactory':()=>_0x5d50bf[_0x1213ec(0x187)](e['EmbedFocusOwnerService'])}]),_0x5d50bf[_0x1213ec(0x6b7)](y[_0x1213ec(0x2fd)])||_0x5d50bf[_0x1213ec(0x474)]([y['ISlideEmbedRuntimeFocusCoordinator'],{'useFactory':()=>_0x5d50bf['get'](G)}]),_0x5d50bf[_0x1213ec(0x6b7)](y['ISlideEmbedFloatDomRenderer'])||_0x5d50bf[_0x1213ec(0x474)]([y[_0x1213ec(0x5e4)],{'useFactory':()=>({'render':_0x30fbfa=>{let {data:_0x354eba}=_0x30fbfa;return(0x0,c['createElement'])(vi,{..._0x30fbfa,'data':_0x354eba});}})}]),[(0x0,e['createSlidesFloatingObjectHostAdapterContribution'])(_0x439ba8,_0x140fac,()=>_0x5d50bf[_0x1213ec(0x6b7)](L[_0x1213ec(0x245)])?_0x5d50bf['get'](L[_0x1213ec(0x245)]):void 0x0),nl(_0x439ba8,_0x140fac,_0x5d50bf[_0x1213ec(0x187)](y[_0x1213ec(0x2c0)]))][_0x1213ec(0x53f)](_0x552e8c=>{const _0x2cf44e=_0x1213ec;_0x3d9c42['get'](_0x552e8c[_0x2cf44e(0x5ae)],_0x552e8c['entry'])||_0x3d9c42[_0x2cf44e(0x2f4)](_0x552e8c);}),[rl(),il()][_0x1213ec(0x53f)](_0x3997de=>{const _0x349c43=_0x1213ec;_0x39f169[_0x349c43(0x187)](_0x3997de[_0x349c43(0x5ae)],_0x3997de[_0x349c43(0x5d9)])||_0x39f169[_0x349c43(0x2f4)](_0x3997de);});let _0x2495f0=cl(_0x5d50bf[_0x1213ec(0x187)](n[_0x1213ec(0x4bb)]));_0x4d30a3[_0x1213ec(0x187)](_0x2495f0[_0x1213ec(0x210)])||_0x4d30a3[_0x1213ec(0x2f4)](_0x2495f0);let _0x5d845f=Xc();_0xa5e4ce[_0x1213ec(0x187)](_0x5d845f['childType'])||_0xa5e4ce[_0x1213ec(0x2f4)](_0x5d845f),el()[_0x1213ec(0x53f)](_0x346645=>{const _0xc18b56=_0x1213ec;_0x29467a[_0xc18b56(0x71a)](_0x346645[_0xc18b56(0x5ae)],_0x346645['entry'],_0x346645['childType'])||_0x29467a[_0xc18b56(0x2f4)](_0x346645);}),_0xf10a8[_0x1213ec(0x3d0)](_0x5d50bf[_0x1213ec(0x415)](pl)),_0x12cd8a[_0x1213ec(0x187)](n[_0x1213ec(0x63d)]['UNIVER_SLIDE'])||_0x12cd8a[_0x1213ec(0x2f4)](sl()),_0xc26244[_0x1213ec(0x187)](n[_0x1213ec(0x63d)]['UNIVER_SLIDE'])||_0xc26244[_0x1213ec(0x2f4)](_0x5d50bf[_0x1213ec(0x415)](Ml));}function Ll(_0x236155){const _0x252265=_0x5b38ef;return{'mountPageList':_0x527b2d=>{const _0x1c38ac=_0x241e;var _0x5cc62e,_0xb6b6b;let _0x150743={'embedId':_0x527b2d[_0x1c38ac(0x2a5)],'hostUnitId':_0x527b2d[_0x1c38ac(0x17b)],'hostType':n['UniverInstanceType'][_0x1c38ac(0x125)],'entry':_0x1c38ac(0x334),'hostAnchorId':_0x527b2d[_0x1c38ac(0x659)],'childUnitId':_0x527b2d[_0x1c38ac(0x1b3)],'childType':_0x527b2d[_0x1c38ac(0x210)],'source':{'unitType':_0x527b2d[_0x1c38ac(0x210)],'ref':{'file':{'kind':e[_0x1c38ac(0x6c4)]['SELF']},'unit':{'selector':_0x527b2d['childUnitId'],'type':(0x0,e['toResourceRefUnitType'])(_0x527b2d['childType'])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0xdb28f0=(_0x5cc62e=(_0xb6b6b=_0x236155['mountService'])['getSession'])==null?void 0x0:_0x5cc62e['call'](_0xb6b6b,_0x527b2d['embedId']);return(_0xdb28f0==null?void 0x0:_0xdb28f0[_0x1c38ac(0x17b)])===_0x527b2d[_0x1c38ac(0x17b)]&&_0xdb28f0[_0x1c38ac(0x5d9)]===_0x1c38ac(0x334)&&_0xdb28f0[_0x1c38ac(0x1b3)]===_0x527b2d[_0x1c38ac(0x1b3)]?(_0x236155[_0x1c38ac(0x65a)][_0x1c38ac(0x71c)](_0x150743),(0x0,n[_0x1c38ac(0x5dc)])(()=>{})):(_0x236155[_0x1c38ac(0xd3)][_0x1c38ac(0x5c0)](_0x150743),_0x236155[_0x1c38ac(0x65a)][_0x1c38ac(0x71c)](_0x150743),(0x0,n['toDisposable'])(()=>{const _0x57f341=_0x1c38ac;_0x236155['activationService'][_0x57f341(0x719)](_0x527b2d[_0x57f341(0x2a5)]),_0x236155[_0x57f341(0xd3)][_0x57f341(0x65f)](_0x527b2d[_0x57f341(0x2a5)]);}));},'mountFloatingObject':_0x7f643=>{const _0x59545f=_0x241e;let _0x41c83c=_0x236155[_0x59545f(0xcc)][_0x59545f(0x645)](_0x7f643[_0x59545f(0x17b)],_0x7f643[_0x59545f(0x2a5)])??{'embedId':_0x7f643['embedId'],'hostUnitId':_0x7f643[_0x59545f(0x17b)],'hostType':n[_0x59545f(0x63d)][_0x59545f(0x125)],'entry':'slides-floating-object','hostAnchorId':_0x7f643[_0x59545f(0x659)],'childUnitId':_0x7f643[_0x59545f(0x1b3)],'childType':_0x7f643['childType'],'source':{'unitType':_0x7f643[_0x59545f(0x210)],'ref':{'file':{'kind':e[_0x59545f(0x6c4)][_0x59545f(0x8e)]},'unit':{'selector':_0x7f643[_0x59545f(0x1b3)],'type':(0x0,e[_0x59545f(0x1ba)])(_0x7f643['childType'])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x59545f(0x4d3),'fullscreen':!0x0},'tab':!0x1}};return _0x236155[_0x59545f(0xd3)]['mountIntoHostElement'](_0x41c83c,_0x7f643[_0x59545f(0x3c9)]),(0x0,n[_0x59545f(0x5dc)])(()=>{const _0x31bf5a=_0x59545f;_0x236155['mountService'][_0x31bf5a(0x65f)](_0x7f643[_0x31bf5a(0x2a5)]);});},'clearAndUnmount':_0x1ea586=>{const _0x178f31=_0x241e;_0x236155['activationService'][_0x178f31(0x719)](_0x1ea586),_0x236155[_0x178f31(0xd3)][_0x178f31(0x65f)](_0x1ea586);},'unmountFloatingSessions':_0x1f96e7=>{const _0x2df567=_0x241e;_0x236155[_0x2df567(0xd3)][_0x2df567(0x514)]()['filter'](_0x2c445e=>_0x2c445e['hostUnitId']===_0x1f96e7&&_0x2c445e[_0x2df567(0x5d9)]===_0x2df567(0x6c3))['forEach'](_0x19ebdb=>_0x236155['mountService'][_0x2df567(0x65f)](_0x19ebdb[_0x2df567(0x2a5)]));},'listSessions':()=>_0x236155[_0x252265(0xd3)][_0x252265(0x514)]()[_0x252265(0x264)](_0x132219=>({'embedId':_0x132219['embedId'],'hostUnitId':_0x132219[_0x252265(0x17b)],'entry':_0x132219[_0x252265(0x5d9)],'childType':_0x132219['childType'],'childUnitId':_0x132219[_0x252265(0x1b3)]})),'capturePreviewByHostAnchorId':(_0x25da4d,_0x44461e)=>Rl(_0x236155,_0x25da4d,_0x44461e),'mountPresentationEmbed':_0x2622f3=>bl(_0x236155,_0x2622f3)};}async function Rl(_0x4846d7,_0xd8fe05,_0x4b91e7){const _0x1a3add=_0x5b38ef;var _0x5888e4,_0x29ef88,_0x165f07;let _0x59f104=(_0x5888e4=_0x4846d7[_0x1a3add(0x4ee)])==null?void 0x0:_0x5888e4[_0x1a3add(0x517)](_0xd8fe05);_0x59f104&&await Qi(_0x59f104);let _0x298e89=await((_0x29ef88=_0x4846d7[_0x1a3add(0x4ee)])==null?void 0x0:_0x29ef88[_0x1a3add(0x64b)](_0xd8fe05));if(_0x298e89)return Al(_0x298e89);if(!_0x4b91e7)return;let _0x9467=await Bl(_0x4846d7,_0xd8fe05,_0x4b91e7);if(!_0x9467)return;let _0x152a15=_0x9467['childUnitId']??_0x4b91e7[_0x1a3add(0x1b3)],_0x52a79f=_0x9467[_0x1a3add(0x210)]??_0x4b91e7[_0x1a3add(0x210)];if(!_0x152a15||_0x52a79f==null)return;let _0x5bb130=zl(_0x4846d7,_0x9467,_0xd8fe05,_0x4b91e7),_0xb2dc1b=_0x4846d7['previewService'][_0x1a3add(0x66d)]({'descriptor':{..._0x9467,'mode':_0x1a3add(0x649)},'childUnitId':_0x152a15,'childType':_0x52a79f,'width':_0x5bb130['width'],'height':_0x5bb130[_0x1a3add(0x658)],'dpr':Math[_0x1a3add(0x2df)](0x1,Math['min'](0x3,_0x4b91e7['dpr'])),'reason':_0x1a3add(0x546),'context':(_0x165f07=_0x4846d7[_0x1a3add(0x4ee)])==null?void 0x0:_0x165f07[_0x1a3add(0x517)](_0xd8fe05)}),_0x16bc33=_0xb2dc1b[_0x1a3add(0x49c)]?Al(_0xb2dc1b[_0x1a3add(0x49c)]):void 0x0;return _0xb2dc1b[_0x1a3add(0x18f)]===_0x1a3add(0x3d3)?Vl(_0x4846d7[_0x1a3add(0x2f1)],_0xb2dc1b,_0x152a15):_0x16bc33;}function zl(_0x211cd5,_0x518c38,_0x6c31a0,_0x5b68ca){const _0x20509a=_0x5b38ef;var _0x2278eb,_0x3de1dc;let _0x12ad4d={'width':Math['max'](0x1,_0x5b68ca['width']),'height':Math['max'](0x1,_0x5b68ca[_0x20509a(0x658)])};if(_0x518c38['entry']!==e[_0x20509a(0x266)][_0x20509a(0x48e)])return _0x12ad4d;let _0x441e09=(_0x2278eb=_0x211cd5['univerInstanceService'])==null?void 0x0:_0x2278eb[_0x20509a(0xcd)](_0x5b68ca[_0x20509a(0x17b)],n['UniverInstanceType']['UNIVER_SLIDE']);if(!_0x441e09)return _0x12ad4d;let _0xedb4e4=(_0x3de1dc=_0x441e09[_0x20509a(0x309)][_0x20509a(0x2e5)](_0x6c31a0))==null?void 0x0:_0x3de1dc[_0x20509a(0x2d4)](),_0x222202=(0x0,y['resolveSlideLogicalPageSize'])((_0xedb4e4==null?void 0x0:_0xedb4e4['pageSize'])??_0x441e09[_0x20509a(0x4c6)]()[_0x20509a(0x1ff)]);return{'width':Math['max'](0x1,_0x222202[_0x20509a(0x33d)]),'height':Math[_0x20509a(0x2df)](0x1,_0x222202[_0x20509a(0x658)])};}async function Bl(_0x2d67bb,_0x2535f6,_0x48d5a9){const _0x500e15=_0x5b38ef;let _0x2781ee=_0x2d67bb['embedModelService'][_0x500e15(0x645)](_0x48d5a9[_0x500e15(0x17b)],_0x48d5a9[_0x500e15(0x2a5)])??kl({'hostUnitId':_0x48d5a9[_0x500e15(0x17b)],'embedId':_0x48d5a9[_0x500e15(0x2a5)],'hostAnchorId':_0x2535f6,'childUnitId':_0x48d5a9[_0x500e15(0x1b3)],'childType':_0x48d5a9[_0x500e15(0x210)],'entry':e['EmbedHostEntryEnum'][_0x500e15(0x48e)]});if(_0x2781ee){try{_0x2781ee=await _0x2d67bb[_0x500e15(0x1cb)][_0x500e15(0x3d2)]({'descriptor':_0x2781ee});}catch{}return _0x2781ee;}}function Vl(_0x2cd298,_0x10cf62,_0xa0b7b5){return new Promise(_0x4d3cb9=>{const _0x33942a=_0x241e;let _0x110473=!0x1,_0x4892a8,_0x14f0eb,_0x224861=_0x1784bc=>{const _0xa0dbb1=_0x241e;_0x110473||(_0x110473=!0x0,globalThis[_0xa0dbb1(0x1e3)](_0x14f0eb),_0x4892a8==null||_0x4892a8[_0xa0dbb1(0x637)](),_0x4d3cb9(_0x1784bc));};_0x14f0eb=globalThis[_0x33942a(0x5bf)](()=>_0x224861(void 0x0),0x1388),_0x4892a8=_0x2cd298['previewUpdated$'][_0x33942a(0xde)]({'next':_0x336470=>{const _0x19bee1=_0x33942a;_0x336470[_0x19bee1(0x2a5)]!==_0x10cf62[_0x19bee1(0x2a5)]||_0x336470[_0x19bee1(0x1b3)]!==_0xa0b7b5||_0x336470['revision']<_0x10cf62[_0x19bee1(0x686)]||_0x336470[_0x19bee1(0x18f)]===_0x19bee1(0x3d3)||_0x224861(_0x336470[_0x19bee1(0x49c)]?Al(_0x336470[_0x19bee1(0x49c)]):void 0x0);},'complete':()=>_0x224861(void 0x0)});});}function Hl(_0x397647){Ss(_0x397647),zc(_0x397647),Fl(_0x397647),Ho(_0x397647),rs(_0x397647);}function Ul(_0x2fa85b){Wo(_0x2fa85b);}const Wl=[0x0,0x10,0x64,0x12c,0x3e8];async function Gl(_0x5bdfc8,_0x15145b){const _0x80f96e=_0x5b38ef;var _0x54cd5a;let {instanceService:_0x4a756c,childUnitId:_0x2487ab,childType:_0x58f985,restoreUnitId:_0x353ee7,shouldRestore:_0x402e2d,settleDelayMs:_0x255068=0x10,deferredRestoreDelaysMs:_0x4b04a0=_0x353ee7?Wl:[]}=_0x5bdfc8,_0x5d8ccb=_0x4a756c[_0x80f96e(0x604)](_0x58f985),_0xa1156f=((_0x54cd5a=_0x4a756c[_0x80f96e(0x508)]())==null?void 0x0:_0x54cd5a[_0x80f96e(0x1c4)]())??null??_0x353ee7??null;_0x4a756c[_0x80f96e(0x2bc)](_0x2487ab),_0x4a756c[_0x80f96e(0x6ee)](_0x2487ab);let _0x349c39=()=>{const _0x25ab16=_0x80f96e;_0x402e2d&&!_0x402e2d()||(_0x5d8ccb&&_0x5d8ccb[_0x25ab16(0x1c4)]()!==_0x2487ab&&_0x4a756c['setCurrentUnitForType'](_0x5d8ccb['getUnitId']()),_0x353ee7&&_0x4a756c[_0x25ab16(0x2bc)](_0x353ee7),_0x4a756c[_0x25ab16(0x6ee)](_0xa1156f));};try{let _0x4711b3=await _0x15145b();return _0x255068>0x0&&await Kl(_0x255068),_0x4711b3;}finally{_0x349c39(),ql(_0x349c39,_0x4b04a0);}}function Kl(_0x26a63c){return new Promise(_0x2d1d41=>setTimeout(_0x2d1d41,_0x26a63c));}function ql(_0x1a83dc,_0x332955){const _0x6a8917=_0x5b38ef;_0x332955[_0x6a8917(0x53f)](_0x2804d5=>{const _0xe3e56f=_0x6a8917;globalThis[_0xe3e56f(0x5bf)](_0x1a83dc,_0x2804d5);});}const Jl=new WeakMap();let Yl=0x0;function Xl(_0x13db9e,_0x616a44){const _0x77ea35=_0x5b38ef;return _0x13db9e[_0x77ea35(0x6b7)](eu)?_0x13db9e[_0x77ea35(0x187)](eu)[_0x77ea35(0x2f4)](_0x616a44):Ql(_0x13db9e,_0x616a44);}function Zl(_0x408951){const _0x350ded=_0x5b38ef;if(!_0x408951[_0x350ded(0x6b7)](eu))return;let _0x528aef=Jl[_0x350ded(0x187)](_0x408951);_0x528aef!=null&&_0x528aef[_0x350ded(0x157)]&&([..._0x528aef['values']()][_0x350ded(0x4c5)]((_0x351aca,_0x2ec243)=>_0x351aca['index']-_0x2ec243[_0x350ded(0x535)])[_0x350ded(0x53f)](({contribution:_0x5d839e})=>Xl(_0x408951,_0x5d839e)),Jl[_0x350ded(0x720)](_0x408951));}function Ql(_0xe5bec1,_0x145828){const _0x5d25be=_0x5b38ef;let _0x293f91={'contribution':_0x145828,'index':Yl++},_0x38026d=$l(_0x145828,_0x293f91['index']),_0x3798ea=_0xe5bec1,_0x3b4f49=Jl[_0x5d25be(0x187)](_0x3798ea)??new Map();return _0x3b4f49[_0x5d25be(0x534)](_0x38026d,_0x293f91),Jl[_0x5d25be(0x534)](_0x3798ea,_0x3b4f49),(0x0,n[_0x5d25be(0x5dc)])(()=>{const _0x4fb060=_0x5d25be;let _0x19df6f=Jl['get'](_0x3798ea);(_0x19df6f==null?void 0x0:_0x19df6f['get'](_0x38026d))===_0x293f91&&_0x19df6f[_0x4fb060(0x720)](_0x38026d);});}function $l(_0x284b5d,_0x31e348){const _0x115a93=_0x5b38ef;return _0x284b5d['id']?_0x284b5d[_0x115a93(0x210)]+':'+_0x284b5d['id']:_0x284b5d['childType']+_0x115a93(0xf1)+_0x31e348;}let eu=class{constructor(_0x904fbb,_0x579a2a){const _0x4677c7=_0x5b38ef;this[_0x4677c7(0x483)]=_0x904fbb,this[_0x4677c7(0x6d0)]=_0x579a2a,H(this,'_contributions',new Map()),H(this,_0x4677c7(0x1ce),0x0);}['register'](_0x3b59de){const _0x3a7c8b=_0x5b38ef;if(_0x3b59de['id']&&this[_0x3a7c8b(0x28e)](_0x3b59de['childType'],_0x3b59de['id']))return(0x0,n[_0x3a7c8b(0x5dc)])(()=>{});let _0x40223b={'contribution':_0x3b59de,'index':this[_0x3a7c8b(0x1ce)]++},_0x36d91f=this[_0x3a7c8b(0x3e6)]['get'](_0x3b59de[_0x3a7c8b(0x210)])??[];return _0x36d91f['push'](_0x40223b),_0x36d91f[_0x3a7c8b(0x4c5)](tu),this[_0x3a7c8b(0x3e6)][_0x3a7c8b(0x534)](_0x3b59de['childType'],_0x36d91f),(0x0,n['toDisposable'])(()=>{const _0x339adb=_0x3a7c8b;let _0x566423=this[_0x339adb(0x3e6)][_0x339adb(0x187)](_0x3b59de[_0x339adb(0x210)]);if(!_0x566423)return;let _0x300d40=_0x566423['filter'](_0x3ed69e=>_0x3ed69e!==_0x40223b);_0x300d40[_0x339adb(0x3da)]?this[_0x339adb(0x3e6)][_0x339adb(0x534)](_0x3b59de[_0x339adb(0x210)],_0x300d40):this[_0x339adb(0x3e6)]['delete'](_0x3b59de[_0x339adb(0x210)]);});}[_0x5b38ef(0x5d0)](_0x48bded){const _0x2d3c03=_0x5b38ef;return(this[_0x2d3c03(0x3e6)][_0x2d3c03(0x187)](_0x48bded)??[])[_0x2d3c03(0x264)](_0x3e0223=>_0x3e0223[_0x2d3c03(0xea)]);}async['prepare'](_0x31a18d){const _0x218343=_0x5b38ef;let _0x10308f=this[_0x218343(0x5d0)](_0x31a18d[_0x218343(0x210)]);_0x10308f[_0x218343(0x3da)]&&await Gl({'instanceService':this[_0x218343(0x483)]['get'](n['IUniverInstanceService']),'childUnitId':_0x31a18d['childUnitId'],'childType':_0x31a18d[_0x218343(0x210)],'restoreUnitId':_0x31a18d[_0x218343(0xf0)],'settleDelayMs':_0x31a18d['settleDelayMs'],'shouldRestore':()=>!this['_focusCoordinator'][_0x218343(0x9c)](_0x31a18d['childUnitId'])},async()=>{const _0x199a18=_0x218343;for(let _0x42c8e0 of _0x10308f)_0x42c8e0[_0x199a18(0x24c)]&&await _0x42c8e0[_0x199a18(0x24c)]({'injector':this[_0x199a18(0x483)],'childUnitId':_0x31a18d[_0x199a18(0x1b3)],'childType':_0x31a18d[_0x199a18(0x210)],'descriptor':_0x31a18d[_0x199a18(0x212)]});});}['_hasContributionId'](_0x10867c,_0x21a613){const _0x17d3ea=_0x5b38ef;return(this[_0x17d3ea(0x3e6)]['get'](_0x10867c)??[])[_0x17d3ea(0x2e7)](_0x328697=>_0x328697[_0x17d3ea(0xea)]['id']===_0x21a613);}};eu=X([Y(0x0,(0x0,n[_0x5b38ef(0x179)])(n[_0x5b38ef(0x5ff)])),Y(0x1,(0x0,n[_0x5b38ef(0x179)])(G))],eu);function tu(_0x4f122c,_0x2c19e2){const _0x1bc470=_0x5b38ef;return(_0x4f122c[_0x1bc470(0xea)][_0x1bc470(0x141)]??_0x4f122c[_0x1bc470(0x535)])-(_0x2c19e2[_0x1bc470(0xea)][_0x1bc470(0x141)]??_0x2c19e2[_0x1bc470(0x535)])||_0x4f122c['index']-_0x2c19e2[_0x1bc470(0x535)];}function nu(){return[];}function _0xbf4f(){const _0x2f5128=['dependencyCollection','menu','getEmbedBoardsFloatingCustomData','SHEET_VIEWPORT_KEY','_collectOwnedFloatingSurfaceRoots','table','call','click','hideToolbar','_getActiveElement','SheetsUIMenuSchema','clsx','RibbonDataGroup','maxExpansion','SheetsChartUIMenuSchema','scrollToViewportPos','Docs','SlidesFloatingObject','constructor','cancelEditing','slide-page-list','embed-ui.basesFloating.confirmDelete.tableDescription','recalculate','dpr','enabled','menuOutlet','_pendingPortalOwner','host-scroll','runtime','_isUniverPortalTreeElement','_boardUIStateService','OpenBaseActiveEditorOperation','Ribbon','IConfigService','auto','hostType','getGridProjectionBodyHeight','updateItem','matches','ISheetEmbedInteractionBoundaryService','IBaseEmbedRuntimeFocusCoordinator','_setCurrentUnitForType','tooltip','setFocusOwner','_getHostUnit','_findPreviousReadyEntry','fullscreen-runtime','base-embed-actions-surface','fields','open','IRibbonService','hostLayout$','setTimeout','mount','EmbedModelService','BaseEditorService','createScopedBaseGlobalPortalService','EmbedHostAdapterRegistryService','BaseEmbedRuntimeRegistryService','IBoardElementStateService','SHEETS_UI_PLUGIN_CONFIG_KEY','SheetsFloatingObject','registerChildInteraction','onReady','_restoreStage2ChildFocusWhenHostRefocuses','_rememberPreviousChildCurrentUnit','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','disconnect','graceMs','getAll','OVERFLOW','justify-content:center','embed-float-dom-live-content','getFocusOwner','unitId','embedChildRenderError','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','entry','border:1px\x20dashed\x20rgba(99,102,106,.35)','resolveGridRowHeight','toDisposable','BaseToolbar','EmbedDuplicateChildUnitError','\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','getOffsetConfig','SetRangeBoldCommand','close','sheet.command.smart-toggle-filter','ISlideEmbedFloatDomRenderer','getPrototypeOf','_undoRedoService','owner','ref','background:rgba(99,102,106,.06)','_runtimeScopes','univer-z-[21]','viewportPoint','finally','_registerDefaultHostToolbar','ActivateBaseViewOperation','univer-dropdown','SheetsThreadCommentUIMenuSchema','BaseViewWheelScrollService','univer-bg-gray-0\x20dark:!univer-bg-gray-900','embedHostEntry','pageId','embedSlidesPresentationChrome','hostScrollOffset','shouldSuppressHostInteraction','localeChanged$','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','univer-doc-selection-container-docs-','scale(','then','presentationPolicy','Injector','fitContent','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','host','IBoardUIStateService','getCurrentUnitOfType','getProvider','ribbonService','ISheetEmbedFloatingGeometryService','getContextByChildUnitId','closest','univer-text-gray-900\x20dark:!univer-text-gray-0','[data-embed-float-fullscreen-button]','print','search','setPreview','NumberIcon','ExpandIcon','getSession','documentElement','syncExecuteCommand','menuContainer','_getChildUnitForMeasurement','selector','useState','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','resolveDocsTableLikeCustomBlockContentHeight','defineProperty','floating-menu','hasRecentInteraction','#ffffff','apply','DEFAULT_TOTAL_SIZE','sheet-overlay','join','embed-float-dom-content','IBaseEmbedFloatingGeometryService','connectInjector','popupRoot','replace','subUnitId','hasCommand','identifier:ui.contextmenu.service','_childViewRegistry','asObservable','_notifyRuntimeSessionChanged','collectViewState','deleteConfig','deactivate','getRowHeight','ownerDocument','childUnit','_normalizeHostMountResult','useRef','setActiveSlide','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','unsubscribe','HorizontalAlign','priority','rowHeight','embed-ui.sheetsFloating.align.middle','active','UniverInstanceType','resolveDocsTableLikeCustomBlockContentWidth','unitID','embed-ui.sheetsFloating.borderLine.borderSize','ArrowLeftIcon','ownsSession','sessionMode','ownedPointerInteractionUntil','getDescriptor','ActivateBaseTableOperation','fonts','defaultView','readonly','complete','captureByHostAnchorId','TOP','unregisterCommand','getZoomRatio','useInjector','data-embed-footer-slot','blur','pushUndoRedo','embed-float-dom-chrome','4000qpxLSF','_getChildSessionPriority','DocPageLayoutService','fakeToolbarVisible$','height','hostAnchorId','activationService','28px','SlideEmbedFloatingPreview','inactive','FOCUSING_BASE','unmount','floor','disabled','getChildContext','723894jxPcDq','_createRenderScope','_getHostSnapshot','[data-embed-floating-menu=\x22true\x22]','pageMarginRight','tab-peer','syncHostVerticalScroll','jsxs','univer-min-w-0\x20univer-truncate','resolvedDependencyCollection','requestPreview','[data-u-comp=\x22embed-float-dom-chrome\x22]','pointerEvents','embed-float-dom-interaction-gate','pipe','scopedRenderInjector','_baseUIStateService','100%','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','EmbedMountService','DeleteIcon','_containsRegisteredElement','registerRuntimeScope','embed-ui.basesFloating.viewSettings.title','setContextValue','visibility','_cleanupOrdinaryBodyChromeClaims','releaseStage2SessionLeaseIfActivationDoesNotStick','activeUntil','Dropdown','containsElement','_hostGestureEvents','_registerComponents','ISlideEmbedActivationService','interactionBoundaryService','revision','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','clear','hyper-link','executeBaseKeyboardOperation','data-embed-bases-table-list-host','RedoCommand','type','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','registerMountedRuntime','-100000px','includes','getCanvasEle','state$','textColor','_renderOne','openRecordDetail','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','IDocEmbedRuntimeFocusCoordinator','univer-h-8\x20univer-w-full\x20univer-px-2','innerWidth','DocsCustomBlock','IBaseUIStateService','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0','with','univer-size-7','associatedChildUnitIds','setActive','[id^=\x22__editor_docs-\x22]','__addUnit','_entriesByEmbedId','hostToolbar','_ownedRuntimeFocusAppliesToHost','entries','lease','resolveActiveChildSessionRuntimeScope','vertical','collapseWithoutChildScroll','splice','params','stable','fontFamily','_childUnitAncestry','disposeUnit','bleedRight','collapsedIds$','retry','_exited$','title-only','has','setActivatedTab','PenIcon','image/png','customizeKanban','_getCurrentUnitId','SheetsSparklineUIMenuSchema','EmbedHostContainerRegistryService','boards-floating-object','_getLatestActivePortalOwner','keydown','_leaseAppliesToChildUnit','slides-floating-object','RESOURCE_REF_FILE_KIND','SoftDeleteEmbedDescriptorMutation','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','activeIndex','prototype','univer-z-[2]\x20univer-flex\x20univer-h-full','removeEventListener','instanceService','handleRegisteredWheel','visualOffset','unitAdded$','commandId','_focusCoordinator','canvas','components','_getOwnedEmbedIdFromEventPoint','_releaseTabPeerHostRenderLease','ToolbarButton','closeToolbarPanel','canvasFloatDomPreviewService','ready','geometryInvalidated$','embed-ui.basesFloating.viewSettings.deleteView','sWidth','_isOwnedElement','updateViewState','updatedAt','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','Disposable','formatPainter','wrap','base-embed-floating-menu','disable','11503629fyNIBA','embedChildRenderStatus','Select\x20page','createDocsCustomBlockSizeRefreshScheduler','IBoardElementService','dblclick','getRegistration','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','closeContextMenu','focusUnit','embed-ui.basesFloating.confirmDelete.viewTitle','data-embed-id','fullscreen','univer-pointer-events-none','BoldIcon','IDocEmbedInteractionBoundaryService','_handlers','test','EMBED_MOUNT_CHILD_TYPE_MISMATCH','isFocused','useDependency','hideFloatMenu','[data-u-comp=\x22base-view-tab-more\x22]','data','_sessions','SetWorksheetActiveOperation','ribbon$','_isOwnedBoundaryElement','decoratorName','[data-embed-runtime-focus-role]','default','override$','createDefaultConfig','factory','embed-ui.sheetsFloating.toolbar.fillColor.main','bases-table-list-block','executeCommand','Fragment','BaseTableSidebarFrame','restoreEmbed','table-list','data-u-comp','univer-fixed\x20univer-z-[900]','string','bottom','session','DocSelectionRenderService','Slides','isFinite','contentRoot','takeRecords','_getAnyActiveElement','clearTab','hasExact','stage2','activateTab','tabIndex','focused$','_getDocsLeft','delete','_blockRegistry','getSheetBySheetId','bleedWidth','querySelector','getId','registerRoot','scrollWidth','activate','rect-popup','embed-ui.deleteBlock','startWith','INSERT','2ojgnnD','handleWheel','IBaseHostChromeOverrideService','embed-ui.boardsFloating.resetZoom','BaseKeyboardOperation','stopPropagation','_tabHostRenderLeases','focusHostForPassiveRuntime','hideHostFxBar','setLeftPanelWidth','reduce','initialWidth','view-','collectDocsTableLikeEmbedChildUnitIds','onCommandExecuted','_boardElementService','registerCtorForType','resolved','getViewport','runtimeHostLeaseService','beforeDeactivate','_hostContainerRegistry','current','_contextsByChildUnitId','shiftViewportPanOffset','requestAnimationFrame','_releaseTabPeerFocusLease','embed-ui.basesFloating.tableSidebar.defaultTableName','[data-embed-interaction-boundary-owner]','univer-size-3','shiftKey','expiresAt','getAttribute','getContextValue','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','render','EMPTY','_configService','_initializeFloatingSessionActiveState','setCollapsedIds','ILayoutService','content','createScoped','registerItem','SELF','focusin','abs','clearActiveEditing','embed-ui.sheetsFloating.align.left','shape','isConnected','_isUniverPortalCandidate','\x20/\x20','_isBlockingRole','CanvasPopupService','pageWidth','ISlideEmbedFocusOwnerService','_observeWheel','isChildUnitInActiveSession','getRowVisible','CreateBaseTableCommand','getProjection','pointercancel','host-scroll-sync','THIN','FontFamilyItem','data-embed-canvas-root','registerFocusHandler','resolveSlideLogicalPageSize','EmbedReferencedUnitMaterializeService','RibbonViewGroup','EmbedUnitLeasePolicyService','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','subscribeEvent','contextmenu','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','trim','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','SetRangeFontSizeCommand','contextChanged$','DeleteBaseViewCommand','#app','scopedInjector','deactivateFloatingSession','max-depth','toPrimitive','embed-ui.sheetsFloating.toolbar.font','_embedMountService','customizeGallery','embedSlidesPresentationPreviewImage','univer-contents','fallbackWidth','EmbedHostMenuOverrideService','_markInteractionBoundaryOwnerTree','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','univer-popover','[data-embed-interaction-boundary-owner=\x22','setSearchActiveIndex','right','setAnchor','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','Element','_drainQueue','filter','area','thread-comment','embedModelService','getUnit','univer-text-sm','getSheetId','darkMode$','IBaseEmbedRuntimeService','viewId','mountService','tableOrder','touchDependencies','SheetsNumfmtUIMenuSchema','SHEET_FOOTER_BAR_HEIGHT','canvasRoot','hostOffset','toggleAttribute','embed-ui.sheetsFloating.textWrap.overflow','_current','scrollTop','subscribe','runtimeFocusOwners','[data-embed-sheets-sheet-tab-host=\x22','lockHostRibbon','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','loading','docs-ui.embed','clearFullscreen','_selectAnchor','scaleY','RibbonFormulasGroup','#000000','contribution','function','disposed','enableExclusivePolicy','child-scroll','recordOrder','restoreUnitId',':anonymous:','error','_materializeService','fromEntries','embed-float-dom-popup','ViewTabs','Subject','horizontalAlign','univer-size-3.5','activateView','chart','_hostAdapterRegistry','metaKey','clientX','BORDER_LINE_CHILDREN','BASES_UI_PLUGIN_CONFIG_KEY','content-only','sheet-embed-floating-menu','activateTable','_isAppShellEditorPortalCandidate','restoreViewState','_active$','univer-doc-main-canvas','stale','UniverBoardsUIPlugin','openToolbarPanel','sheets-floating-object','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','width:100%','passiveWheelHandlerRegistry','BORDER_SIZE_CHILDREN','clearFocusOwner','[data-embed-popup-root]','GRID_DEFAULT_COLUMN_WIDTH','tabindex','absolute','setActiveSheet','BASE_LEFT_PANEL_DEFAULT_WIDTH','divider-font','CanvasPopup','BoardShapeTextEditorContainer','BrushIcon','_markExistingBodyPortals','scroll','font:13px/1.5\x20sans-serif','resolvedDependencies','IBaseGlobalPortalService','embedFloatingMenuEntry','portalContainer','dividerBefore','removeRender','SKIP_SELF','UNIVER_SLIDE','previewRequested$','getGalleryProjectionBodyHeight','EmbedHostAnchorModelService','isSheetLikeDocsCustomBlockChildType','base-embed-view-slot','FORMULAS','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','kind','getCurrentSelections','transient','getRuntimeScopedDependencies','_elements','activateAnchor','getTypeOfUnitDisposed$','SlideEmbedReadonlyFloatingPreview','queueMicrotask','univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','univer.embed.forwarded-wheel-event','scrollLeft','_items','host-passive','setAttribute','OverflowIcon','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','sheets-ui.ribbon','resolve','BOARDS_UI_PLUGIN_CONFIG_KEY','order','9429OtWxks','inert','embed-ui.sheetsFloating.textWrap.clip','clientWidth','key','_handleDragStart','resolveDocsCustomBlockRenderViewport','subscribeVerticalScroll','fieldOrder','BorderStyleTypes','views','class','EDITOR_ACTIVATED','configChanged$','getAllUnitsForType','getUnitType','indexOf','borderComposite','PaintBucketDoubleIcon','scrollState','getBaseFloatingPanelPortalContainer','size','START','AutoFillPopupMenu','IUniverInstanceService','sheetLike','startY','useCallback','embed-ui.sheetsFloating.toolbar.resetColor','BoardsFloatingObject','previewUpdated$','validateBaseTableName','_isDetachedOffscreenPortalCandidate','unit','_claimBodyPortals','fitToWidth','data-embed-child-type','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','slides-ui.ribbon','getDirection','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]','selections','DropdownMenu','stopEditingCell','scopedDependencies','_contentSizeChanged$','_context','layoutPolicy','addDisposer','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','_contextsByHostAnchorId','offsetWidth','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','defaultRowHeight','runtimeFocusChanged$','Inject','getBaseFloatingPosition','hostUnitId','_passiveWheelHandlerRegistry','_resolveHostWheelGestureRoot','runtimeScope','value','4656075vutbgb','interactionFlow','addDescriptor','wheel','checkContentIsFocused','_focusDocumentBody','getOwnPropertyDescriptor','get','description','contentHeight','UniverEmbedPlugin','SheetsConditionalFormattingUIMenuSchema','disposeWithMe','checkElementInCurrentContainers','embed-ui.sheetsFloating.align.center','status','TOOLBAR','data-embed-popup-root','syncingHostFromChild','next','univer-text-primary-600','0\x20/\x200','deferred','surface','closeSearch','_getActiveOwnedRuntimeFocusInfo','CreateEmbedCommand','activeElement','activeSlideId$','pan','SheetBarService','_getVisibleCanvasDocumentRect','icon','activateSession','FOCUSING_DOC','univer-size-3\x20univer-shrink-0','allowHostBodyDrag','deactivateTabSessions','-52px','zoomRatio','IBaseProjectionService','stage','bases-ui.ribbon','openSearch','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','createScopedBaseCanvasRootResolverService','getValue','_releaseBodyPortalClaims','attributes','SheetsDrawingUIMenuSchema','embed-ui.sheetsFloating.toolbar.fontSize','childUnitId','listbox','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','removeProperty','getElementDataForUnit','canvasRootClassName','Boards','toResourceRefUnitType','ScrollBar','hostWheelGestureService','syncingChildFromHost','registerOwnedElement','list','roots','hostContext','cancelable','context','getUnitId','hasAnyChildInteractionLease','classList','false','getActive','_setAnchorTransformerVisible','MutationObserver','restoreService','_dispatchEscapeToFloatingSurface','parentNode','_nextIndex','recordId','scopedActionServiceTokens','_ownedEmbedAppliesToChildUnit','CloseBaseRecordDetailPanelOperation','createRibbonOverride','_mountFloatingMenu','deltaX','FOCUSING_SLIDE','SheetsOutlineUIMenuSchema','field-','_notifyRuntimeFocusChanged','RemoveEmbedCommand','align-items:center','HOVER_TRACK_HOST_CLASS_NAME','divider-layout','child-fullscreen','PointerDown','registerContextMenuHandler','element','disposable','clearTimeout','left','virtualWidth','FOCUSING_UNIT','openActiveEditor','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','12px','ResetRangeTextColorCommand','@univerjs-pro/embed-ui','floating','isChildUnitRuntimeEvent','_sortHandlers','chrome','[data-u-comp=\x22embed-float-dom-live\x22]','_restorePreviousChildCurrentUnit','ThemeService','name','IconManager','IBoardEmbedRuntimeFocusCoordinator','clearFloating','menuSchema','OTHERS','_assertResolvedChild','.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]','_suspendTabPeerHostRender','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','flushForTests','sheet-embed-float-dom-root','defaultPageSize','numfmt','[data-board-viewport-host=\x22true\x22]','[data-u-comp=\x22embed-float-dom-content\x22]','pluginName','after:!univer-border-b-0\x20after:!univer-border-r-0','_boardElementStateService','contentWidth','Workbook','hasAttribute','univer-gap-0.5\x20univer-px-1','CloseBaseContextMenuOperation','viewScale','\x20-\x20','sheet-workbench','LocaleService','isMainScene','childType','resolveDocsTableLikeCustomBlockBleedViewport','descriptor','pointermove','enter','getChromeCss','max-width','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','_contentSizeRegistry','_getBodyPortalOwner','[data-u-comp=\x22slide-tab-item\x22]','child-popup','disableLiveHostPointerEvents','child','range','SetTextWrapCommand','Slide\x20','createElement','Observable','Base','_mountService','UniverEmbedUIPlugin','useMemo','_providers','triggerContextMenu','_projectionService','defaultPrevented','univer-z-30','contentRect','min','scaleX','base-embed-fullscreen-add-view-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','FONT_SIZE_LIST','baseUnitId','FloatDom','captureByChildUnitId','drawings','_registerServices','docsSheetLikeLayout','univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','ghost','reverse','from','verticalAlign','dispatchEvent','getConfig','deleteBlock','_runQueue','Next\x20page','_floatingActiveService','viewportScrollY','getTypeOfUnitAdded$','ISlideDrawingService','retrying-base-child-render','bleedLeft','Module','SheetsSheetTab','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','useFactory','prepare','data-validation','isEmbedBoardsFloatingElement','UNIVER_UNKNOWN','AutowrapIcon','child-tab','BoardTextEditingService','devicePixelRatio','rowHeader','_mountBlockedRuntime','unmountFloatingSessions','acquireStage2SessionLease','_componentManager','renderScope','textContent','_docViewScaleService','UNRECOGNIZED','setConfig','SheetsPrintMenuSchema','registerMultipleCommand','getStickyHeaderHeight','hostChromeMode','[data-u-comp=\x22base-view-tab\x22]','cycle','map','hasChildInteractionLease','EmbedHostEntryEnum','backgroundColor','closeActiveEditor','horizontal','registerEmbedProductMenuContribution','getContext','_registerFloatingMenus','LookUp','univer-min-w-0','distinctUntilChanged','643260FYfGrL','clipPath','keyboard','item','getRenderUnitById','Gallery','setSelection','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','Calendar','closeRecordDetail','ribbon','deltaMode','_mountResolvedHost','useConfigValue','hasBlockingChildFocusLease','viewportScrollX','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','IUIRuntimeScopeService','createRender','hypot','embed.sheets.','usesDomFloatingStage','overlayRoot','disableEdit','doc-width-scale','EMBED_MOUNT_HOST_NOT_REGISTERED','UNIVER_SHEET','SetCellEditVisibleOperation','maxRetries','_hasContributionId','OpenBaseContextMenuOperation','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','group','allowHiddenRibbon','EditorUIFloatingContainer','document','closeOwnedFloatingSurfaces','_key','src','rootElement','Tooltip','tab-active','pageContentWidth','_rootsByChildUnitId','measureContentSize','delta','univer-popup','CloseBasePanelOperation','_rendering','hasAnyHostPreservingChildFocusLease','floatingMenuInsetTop','data-embed-child-render-mode','embedId','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','allowed','px\x200)','divider-border','subscribeContextValue$','Bases','style','capture','data-embed-interaction-boundary-owner','data-embed-content-root','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','hasHostPreservingChildFocusLease','DEFAULT_EMBED_TAB_LAYOUT_POLICY','root','IncreaseIcon','DesktopSidebarService','getActiveSlide','defaults','defaultPluginConfig','univer-size-6\x20univer-p-0','querySelectorAll','_leases','setCurrentUnitForType','makeForceDirty','Arial','_instanceService','ISlideEmbedRuntimeService','base','getColumnWidth','_isRuntimeFocusRole','ctrlKey','divider-block','keys','mainComponent','verticalScrollOwner','HorizontalMergeIcon','embed-ui.sheetsFloating.toolbar.formatPainter','getBaseCanvasRoot','children','collapsedGroupPaths','stage-change','padding','zoomFactor','getCacheKey','univer-text-red-500','symbol','getData','divider-format-tools','_focusTemporarySink','sourceMeta','innerHeight','SetRangeFontFamilyCommand','univer-grid\x20univer-gap-0.5','UpdateBoardElementMutation','IBaseCanvasRootResolverService','LeftJustifyingIcon','_touchServices','max','acquireLease','overflow','getCurrentTypeOfUnit$','ConfigProvider','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','getSlide','_resolveChildSessionMode','some','MoreDownIcon','_markBodyPortalOwner','activeViewId','sheets-ui.embed','fixed','observe','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','_layoutService','clearUnit','previewService','reason','pivot-table','register','OpenBaseRecordDetailPanelOperation','_rectContainsPoint','clip-path','embedSlidesPresentationInteractionGate','SetVerticalTextAlignCommand','AddWorksheetMergeCommand','getBoundingClientRect','numberFormat','ISlideEmbedRuntimeFocusCoordinator','SetBaseZoomOperation','FORMULA_EDITOR_ACTIVATED','registerElement','tables','_portalObservers','fill','allowDirectBodyPortal','elementUpdate$','displayTarget','doc-block-stage2-runtime','_activeDragCleanup','pageManager','BuiltInUIPart','defaultColumnWidth','UniverLicensePlugin','univer-fill-primary-600','doc-block','data-embed-host-unit-id','_clearItems','aspect-fit','_currentOverride','currentTarget','_queue','commandService','span','conditions','pointerdown','pointerId','getRuntimeRoots','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','none','_config','univer-fill-gray-900\x20dark:!univer-fill-gray-0','_getOwnedEmbedIdFromTarget','renderPreview','Escape','_domLayerService','Gantt','engine','IMenuManagerService','floatingActiveService','deltaZ','scrollByViewportDeltaVal','config','GRID_SUMMARY_HEIGHT','displayName','mode','CheckMarkIcon','documentStyle','clientHeight','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','DocViewScaleService','mounted','ISlideDrawingStateService','slides-page-list-block','SetEmbedDescriptorMutation','registerCommand','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','KeyboardEvent','schedule','General','_childUnitIds','Nested\x20embed\x20is\x20not\x20supported.','width','appendChild','_rootsByHostAnchorId','viewSettings','IEditorUIService','contains','\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','addEventListener','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','EMBED_MOUNT_CHILD_NOT_RESOLVED','3lrTeJe','parseResourceRef','leftPanelWidth','all','fullscreenService','_rerenderHostDoc','SetHorizontalTextAlignCommand','embed-ui.basesFloating.viewSettings.addView','calc(100%\x20-\x20','tab','child-keyboard','embed-ui.fullscreen.exit','elementsFromPoint','_focusUnit','registerRenderModule','deferInactive','_anchorModelService','dragStarted','embed-ui.config','_runChildBeforeDeactivate','touchAction','bind','embedChildUnitId','forwardRef','content-bounds-fit','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','univer-doc-selection-container-__INTERNAL_EDITOR__','univer-pointer-events-none\x20univer-absolute\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-items-center','_refreshHostDocZoom','BaseUIStateService','viewState','ColorPicker','_runtimePolicyService','startsWith','_resolveFloatingSurfaceRoot','useLayoutEffect','FontColorDoubleIcon','FilterIcon','UNIVER_BASE','getByEmbedId','aria-hidden','_commandService','univer-text-red-500\x20hover:univer-text-red-600','makeDirty','VerticalCenterIcon','EmbedFullscreenService','embed-ui.sheetsFloating.align.right','EMBED_MOUNT_CHILD_NOT_REGISTERED','_hasUnit','focusFloatingRuntime','_contextService','pointerLease','activeEmbedId','EMBED_SHEETS_FLOATING_COMPONENT_KEY','getActiveSheet','block','promote','important','isDisposed','_pendingChildUnits','float','nextSibling','OneToOneIcon','FOCUSING_UNIVER_EDITOR','subscribeConfigValue$','EmbedFocusOwnerService','supportedLayouts','getRegistrationByChildUnitId','WrapStrategy','values','MoveBaseViewCommand','OpenBasePanelOperation','VerticalAlign','focusCoordinator','child-editor','base-embed-fullscreen-view-tabs','classic','flatMap','fallbackHeight','position','calculatePagePosition','catch','event','warn','SLIDE_PAGE_RECT_KEY','data-radix-popper-content-wrapper','_univerInstanceService','_previousChildCurrentUnits','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','resolveBoardInteractionConfig','slideOrder$','enable','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_blurActiveElementBeforePortalReassignment','SheetsDataValidationUIMenuSchema','parentElement','_embedModelService','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','base-workbench','viewportWidth','preventBrowserZoomInContainers','display:flex','Previous\x20page','ShapeTextEditorContainer','_ribbonOverrideService','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','_resolveLayout','blockRegistry','sequence','undos','isolate','_isBlockingLease','placeholderTitle','_roots','CellPopupManagerService','getOverride','[data-u-comp=\x22embed-float-dom-live-content\x22]','altKey','getCanvas','_resolveChildUnitId','isolation','active$','embed-ui.sheetsFloating.toolbar.textWrapMode.main','button','EMBED_RUNTIME_HOST_ALREADY_LEASED:','DOCS_UI_PLUGIN_CONFIG_KEY','IBaseUIPopupService','GLOBAL','_tabFocusLeases','hostElement','_isHostPreservingLease','slide-canvas','resize','start','replaceChildren','DesktopRibbonService','registerProvider','getBaseTableNameErrorMessage','materializeDescriptor','pending','overflowY','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','IUIPartsService','interactionGate','translateY(','hasAnyBlockingChildFocusLease','length','Button','_getEventClientPoint','_flushPendingContributions','_sync','HTMLElement','BOTTOM','_modelService','UndoCommand','FOCUSING_SHEET','Sidebar','#111827','_contributions','_focusOwnerService','getRowCount','_overlayRootService','[data-u-comp=\x22headerbar\x22]','embedLayout','top','ignoreOwners','_registerRuntimeBoundary','univer:embed-float-drag-handle:pointerdown','activatedTab$','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','activated$','UNIVER_DOC','activatePortalScope','pointer-events','onMutationExecutedForCollab','runtime-pointer','13px','docs-','getObject','restoreAnchor','activateNavigationAtPoint','existingEmbedId','hostAnchorRecord','medium','cssText','CloseBaseActiveEditorOperation','runtimeRoots','renderScopeActive','BaseUIPopupService','pointerup','now','BehaviorSubject','data-embed-runtime-focus-role','overlay','liveRoot','direction$','BaseViewType','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','_activeDrain','_registerRootPopupDescendantFocusRoles','configurations','embedChildRenderMode','container','SlideEmbedChildWorkbench','clearVirtualRecords','createInstance','_registerChildFocusBridge','isExternalHostInteraction','onHostWheel','identifier','TruncationIcon','BorderLine','viewportHeight','bases-ui.embed','AddViewMenu','_markRuntimeFocusRole','renderManagerService','ISlideEmbedMountService','data-embed-runtime-slot-owner','_isBodyPortalCandidate','find','Kanban','useValue','docs-sticky-base','ribbonType','_createMountFocusRestorer','getComputedStyle','BASE_VIEW_MENU_ITEMS','injector','IBaseEmbedFloatingActiveService','resolveStackUnitId','univer-flex\x20univer-items-center\x20univer-justify-center','getViewScale','listElements','app','gate','createUniqueBaseTableName','_removeRuntimeFocusRoleTree','createPortal','Separator','embed-ui.sheetsFloating.toolbar.bold','SetDocZoomRatioOperation','childOffset','setZoomRatioAtViewportPoint','elementAdd$','startX','UI_PLUGIN_CONFIG_KEY','sheets-sheet-tab','SheetsShapeUIMenuSchema','univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','message','docsLeft','WRAP','getByHostAnchorId','setZoom','afterRender$','exit','DEFAULT_WORKSHEET_COLUMN_WIDTH','embed-ui.boardsFloating.zoomOut','startEditingCell','activateFloating','registerContext','slice','RibbonStartGroup','clipBottom','menuChanged$','createBasesTableListBlockHostAdapterContribution','setProperty','decorate','allowOwnedPortalReassignment','BoardViewportService','RibbonInsertGroup','_maxDepth','_renderManagerService','insertBefore','host-override','shift','IRenderManagerService','EMBED_CHILD_UNIT_ID_ATTRIBUTE','getLocales','SheetsPivotTableUIMenuSchema','IUndoRedoService','_entriesByKey','embedChildRenderUnitId','UNIVER_BOARD','note','hostHeaderMode','GRID_ADD_FIELD_COLUMN_WIDTH','maxHeight','MenuManagerService','childContext','waiting-base-canvas-root','packageName','cancelAnimationFrame','_getSlideModel','embed-float-dom-live-canvas','2597680rTuPCN','mountMenu','menuSlot','_focusTabPeerSession','add','createSlidesPageListBlockHostAdapterContribution','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','setSearchQuery','append','univer-min-w-6\x20univer-text-left','mousedown','_getOrCreateRender','embed-ui.boardsFloating.zoomIn','_resolvedChildUnits','MergeAllIcon','_contextsByEmbedId','embed-float-dom-overlay','setStage','_registrations','_injector','transform','deltaY','table-','target','data-embed-overlay-root','CENTER','univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1','getOwnPropertySymbols','GRID_HEADER_HEIGHT','EMBED_MENU_OVERRIDE_TAB_REQUIRED','SlidesPageListBlock','ISidebarService','docs-sticky-sheet','_leaseSequence','Failed\x20to\x20load\x20embedded\x20sheet.','[data-embed-overlay-root]','embed-ui.basesFloating.duplicateTable.copyName','SheetsFilterUIMenuSchema','getStage','FormulaBar','missing-descriptor','notifyExited','RenameBaseViewCommand','fontSize','image','AlignTopIcon','DocsTablePassiveWheelService','token','_registerProductUIContributions','_activePortalOwners','pageMarginLeft','slide-workbench','floatingMenus','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','includeAppShellEditorPortal','_sceneCanvasCaptureService','unitDisposed$','passiveViewportRegistry','useEffect','embed-ui.sheetsFloating.align.bottom','BorderType','getCanvasElement','workbench','_isHTMLElement','identifier:univer.ribbon-service','pointer','ALL','fieldSettings','GRID_ROW_HEADER_WIDTH','__embedSharedRootInjector','radio','body','className','getUnitCreateOptions','_disposed','ICommandService','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','docs-custom-block','IContextService','markStale','BaseDeleteConfirmDialog','_itemId','_assertChildUnitAvailable','object','embedSlidesPresentationSurface','sort','getSnapshot','embed-ui.basesFloating.viewSettings.configureView','documentFlavor','copyBaseTableSnapshot','getAncestryForHostUnit','embed-ui.sheetsFloating.textWrap.wrap','ISheetHostChromeOverrideService','StopBaseEditingCellOperation','stage1','sHeight','moved','section','_releaseTabPeerFocusLeasesForHost','scroll-contained','sheetBar','isArray','FOCUSING_BOARD','Missing\x20embed\x20float\x20preview\x20provider:\x20','_enableEmbedUnitLeasePolicy','acquire','min-height:96px','mountIntoHostElement','hidden','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','tab-peer-runtime','invalidate','maxDepth','text-align:center','CreateBaseViewCommand','created$','number','resizeDocsSheetLikeRendererByWheel','label','refCount','dataset','dialog','univer.embed.host-vertical-wheel-attempted-event','Grid','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','small','sceneCanvasCaptureService','tableId','embed-ui','fromResourceRefUnitType','data-embed-child-render-unit-id','DeleteBaseTableCommand','divider-format','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','supports','slide-readonly-preview-shell','productName','removeAttribute','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','RIBBON','setFakeToolbarVisible','getMergedMenuSchema','_geometryInvalidated$','round','getFlatMenuByPositionKey','embedSlidePreviewCanvasHost','layout','scrollHeight','activateFullscreen','VIEWPORT_KEY','version','remove','getFocusedUnit','activeTableId','releaseSessionFocus','embed-ui.sheetsFloating.borderLine.borderColor','stopImmediatePropagation','runtimeSessionChanged$','VIEW_MAIN','drawing','uComp','contentSizeChanged$','ISheetEmbedRuntimeFocusCoordinator','embed-float-dom','listSessions','nested','[data-embed-floating-menu-entry]','getContextByHostAnchorId','viewOrder','_menuOverrideService','EMBED_RUNTIME_HOST_NOT_ATTACHED:','univer-pointer-events-auto','createDefaultBaseTableSnapshot','BaseViewIcon','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','display','IContextMenuService','_session$','SheetsHyperLinkUIMenuSchema','embed-ui.sheetsFloating.toolbar.filter','registerComponent','title','closed','beforeCommandExecuted','mounting','runtimeHost','CLIP','_registerProductMenus','canMount','bold','SheetsNoteUIMenuSchema','_override$','height:100%','[data-u-comp=\x22embed-docs-custom-block\x22]','createChild','value$','set','index','routeHostGestures','visible','RemoveWorksheetMergeCommand','slideOrder','[data-embed-floating-menu-popup=\x22true\x22]','_findFallbackUnitId','conditionalColoring','notifyContentSizeChanged','isInternalEditorID','forEach','useObservable','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','createUnit','session$','_routeWheelToHost','1299269ZqpbqV','initial','embed-ui.sheetsFloating.align.top','hasRecentInteractionFor','Node','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','inset','MenuManagerPosition','doc-flow','formulaBar','embedSheetsSheetTabError','columnHeader','LEFT','getActiveDescriptors','embed-float-dom-live','getScrollBar','_leaseAppliesToHostUnit','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','clearSelection','preventDefault','composedPath','role','embedFullscreenStatus','addedNodes','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','px)','placeholder','IBaseViewWheelScrollService','ComponentManager','_scheduleFloatingChildFocus','ICanvasPopupService','scene','dispose','focus','merge','div','outline','getState','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','disabled$','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','source','push','registerContainerElement','clientY','child-session','true','toDataURL','FOCUSING_','hideTrackWhenUnscrollable','getSlides','identifier:univer.menu-manager-service','embed-ui.boardsFloating.delete','_rootsByEmbedId','getPreview','hidden$','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','embed-ui.sheetsFloating.toolbar.numberFormat','getResourceRefInputUnitSelector','getContextByEmbedId','embedChildType','popup','generateRandomId','inline','ZoomInIcon','zIndex','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','jsx','embedHostAnchorId','RibbonPosition'];_0xbf4f=function(){return _0x2f5128;};return _0xbf4f();}let ru=class{constructor(_0x5de387,_0x421a4a){const _0x366116=_0x5b38ef;this[_0x366116(0x3e7)]=_0x5de387,this[_0x366116(0x5e6)]=_0x421a4a;}['pushUndoRedoForChild'](_0x3dd60b){const _0x3594ad=_0x5b38ef;let _0x3700a8=this[_0x3594ad(0x42e)](_0x3dd60b[_0x3594ad(0x63f)]);return this['_undoRedoService'][_0x3594ad(0x652)]({..._0x3dd60b,'unitID':_0x3700a8}),{'stackUnitId':_0x3700a8,'routedToHost':_0x3700a8!==_0x3dd60b['unitID']};}[_0x5b38ef(0x42e)](_0x500a66){const _0x2d22c0=_0x5b38ef;let _0x410953=this[_0x2d22c0(0x3e7)][_0x2d22c0(0x5d4)]();return!_0x410953||_0x410953['childUnitId']!==_0x500a66?_0x500a66:_0x410953[_0x2d22c0(0x17b)];}};ru=X([Y(0x0,(0x0,n[_0x5b38ef(0x179)])(e[_0x5b38ef(0x389)])),Y(0x1,n[_0x5b38ef(0x461)])],ru);let iu=class extends n['Plugin']{constructor(_0x4b563d=On,_0x3ba007,_0x3d9488,_0x12e196){const _0x215539=_0x5b38ef;super(),this[_0x215539(0x31d)]=_0x4b563d,this[_0x215539(0x483)]=_0x3ba007,this[_0x215539(0x87)]=_0x3d9488,this[_0x215539(0x39e)]=_0x12e196;let {..._0x41e174}=(0x0,n[_0x215539(0x567)])({},On,this[_0x215539(0x31d)]);this[_0x215539(0x87)][_0x215539(0x25d)](_0x215539(0x35a),_0x41e174);}['onStarting'](){const _0x569ab9=_0x5b38ef;this[_0x569ab9(0x4d8)](),this[_0x569ab9(0x236)](),this[_0x569ab9(0x4a0)](),this['_registerLateProductUIContributions'](),this[_0x569ab9(0x52b)](),this['_flushPendingContributions'](),this[_0x569ab9(0x26c)](),this['_touchServices'](),this['_registerDefaultHostToolbar']();}[_0x5b38ef(0x5ca)](){this['_flushPendingContributions']();}[_0x5b38ef(0x236)](){const _0x2da5b8=_0x5b38ef;[[at],[dr],[eu],[Fi],[Ct],[rt],[U],[ie],[ur],[it],[lr],[Hi],[Cn],[ae],[gr],[q],[Ri],[zi],[Ii],[bt],[ot],[yr],[vr],[an],[oa],[se],[G],[Ui],[gt],[ru]][_0x2da5b8(0x53f)](_0x11bdad=>this[_0x2da5b8(0x483)][_0x2da5b8(0x474)](_0x11bdad)),this[_0x2da5b8(0x483)][_0x2da5b8(0x6b7)](r[_0x2da5b8(0x6f4)])||this['_injector'][_0x2da5b8(0x474)]([r[_0x2da5b8(0x6f4)],{'useFactory':()=>this['_injector'][_0x2da5b8(0x187)](q)}]),this[_0x2da5b8(0x483)]['has'](r[_0x2da5b8(0x698)])||this[_0x2da5b8(0x483)][_0x2da5b8(0x474)]([r[_0x2da5b8(0x698)],{'useFactory':()=>this[_0x2da5b8(0x483)]['get'](G)}]),this['_injector'][_0x2da5b8(0x6b7)](i[_0x2da5b8(0x5b2)])||this[_0x2da5b8(0x483)]['add']([i['ISheetEmbedInteractionBoundaryService'],{'useFactory':()=>this['_injector'][_0x2da5b8(0x187)](q)}]),this[_0x2da5b8(0x483)][_0x2da5b8(0x6b7)](i[_0x2da5b8(0x512)])||this[_0x2da5b8(0x483)][_0x2da5b8(0x474)]([i['ISheetEmbedRuntimeFocusCoordinator'],{'useFactory':()=>this[_0x2da5b8(0x483)][_0x2da5b8(0x187)](G)}]),this[_0x2da5b8(0x483)][_0x2da5b8(0x6b7)](i['ISheetEmbedFloatingGeometryService'])||this['_injector']['add']([i[_0x2da5b8(0x607)],{'useFactory':()=>this['_injector'][_0x2da5b8(0x187)](ur)}]);}['_registerProductMenus'](){const _0x466708=_0x5b38ef;Vi(this[_0x466708(0x483)])['forEach'](_0x13fabb=>this['disposeWithMe'](_0x13fabb));}['_registerProductUIContributions'](){const _0x475480=_0x5b38ef;Hl(this[_0x475480(0x483)]);}['_registerLateProductUIContributions'](){const _0x494be4=_0x5b38ef;let _0x5cebb7=this[_0x494be4(0x39e)][_0x494be4(0x244)](n[_0x494be4(0x63d)][_0x494be4(0x36e)])['subscribe'](()=>Ul(this['_injector']));this[_0x494be4(0x18c)]((0x0,n[_0x494be4(0x5dc)])(()=>_0x5cebb7[_0x494be4(0x637)]()));}[_0x5b38ef(0x3dd)](){const _0x429229=_0x5b38ef;ua(this[_0x429229(0x483)]),tn(this['_injector']),Zl(this[_0x429229(0x483)]);}[_0x5b38ef(0x26c)](){const _0x4db007=_0x5b38ef;var _0x685eaa;let _0x245fb4=this[_0x4db007(0x483)]['get'](it);((_0x685eaa=this[_0x4db007(0x31d)][_0x4db007(0x2b7)])==null?void 0x0:_0x685eaa[_0x4db007(0x4a4)])!==!0x1&&nu()[_0x4db007(0x53f)](_0x21538f=>{const _0x431be0=_0x4db007;_0x245fb4[_0x431be0(0x71a)](_0x21538f[_0x431be0(0x5ae)],_0x21538f['entry'],_0x21538f['childType'])||_0x245fb4[_0x431be0(0x2f4)](_0x21538f);});}[_0x5b38ef(0x2de)](){const _0x3366cb=_0x5b38ef;(0x0,n[_0x3366cb(0xd5)])(this[_0x3366cb(0x483)],[[at],[dr],[eu],[Fi],[Ct],[rt],[U],[ie],[it],[lr],[Hi],[Cn],[ae],[gr],[Ri],[zi],[Ii],[bt],[ot],[yr],[vr],[an],[oa],[se],[G],[Ui],[gt],[ru]]);}[_0x5b38ef(0x5ee)](){const _0xb25418=_0x5b38ef;var _0x8aedbb;((_0x8aedbb=this[_0xb25418(0x31d)][_0xb25418(0x2b7)])==null?void 0x0:_0x8aedbb[_0xb25418(0x6a5)])!==!0x1&&this[_0xb25418(0x18c)](this[_0xb25418(0x483)][_0xb25418(0x187)](a[_0xb25418(0x3d6)])[_0xb25418(0x524)](a[_0xb25418(0x30a)][_0xb25418(0x3c7)],()=>wn));}[_0x5b38ef(0x4d8)](){const _0x1645a2=_0x5b38ef;this[_0x1645a2(0x483)][_0x1645a2(0x187)](e[_0x1645a2(0xa9)])[_0x1645a2(0xed)]();}};H(iu,_0x5b38ef(0x203),'UNIVER_EMBED_UI_PLUGIN'),H(iu,_0x5b38ef(0x46c),R),H(iu,_0x5b38ef(0x506),ee),H(iu,_0x5b38ef(0x68d),n['UniverInstanceType'][_0x5b38ef(0x24f)]),iu=X([(0x0,n['DependentOn'])(t[_0x5b38ef(0x30c)],e[_0x5b38ef(0x18a)]),Y(0x1,(0x0,n['Inject'])(n[_0x5b38ef(0x5ff)])),Y(0x2,n[_0x5b38ef(0x5ac)]),Y(0x3,n[_0x5b38ef(0x15a)])],iu),Object[_0x5b38ef(0x61a)](exports,'EmbedActivationService',{'enumerable':!0x0,'get':function(){return Ct;}}),exports['EmbedChildViewRegistryService']=rt,exports[_0x5b38ef(0x375)]=Cn,exports[_0x5b38ef(0x6be)]=at,exports[_0x5b38ef(0xbe)]=ae,Object['defineProperty'](exports,'EmbedHostRestoreService',{'enumerable':!0x0,'get':function(){return dr;}}),Object[_0x5b38ef(0x61a)](exports,_0x5b38ef(0x676),{'enumerable':!0x0,'get':function(){return bt;}}),Object[_0x5b38ef(0x61a)](exports,_0x5b38ef(0x225),{'enumerable':!0x0,'get':function(){return iu;}}),exports[_0x5b38ef(0x26a)]=en;
1
+ const _0x1ed4d3=_0x54e0;(function(_0x6fe6f4,_0x1bf78b){const _0x34f589=_0x54e0,_0x470de6=_0x6fe6f4();while(!![]){try{const _0x4eb76d=-parseInt(_0x34f589(0x8ea))/0x1*(parseInt(_0x34f589(0x941))/0x2)+parseInt(_0x34f589(0x82e))/0x3+-parseInt(_0x34f589(0x78b))/0x4+-parseInt(_0x34f589(0x3dc))/0x5+parseInt(_0x34f589(0x320))/0x6*(parseInt(_0x34f589(0x2a4))/0x7)+-parseInt(_0x34f589(0x50e))/0x8+parseInt(_0x34f589(0x9c7))/0x9;if(_0x4eb76d===_0x1bf78b)break;else _0x470de6['push'](_0x470de6['shift']());}catch(_0x3fcf46){_0x470de6['push'](_0x470de6['shift']());}}}(_0x5400,0xd9770),Object[_0x1ed4d3(0x456)](exports,Symbol[_0x1ed4d3(0x8f4)],{'value':_0x1ed4d3(0x217)}));let e=require('@univerjs-pro/boards-print'),t=require('@univerjs-pro/embed'),n=require('@univerjs-pro/license'),r=require('@univerjs-pro/print'),i=require('@univerjs-pro/slides-print'),a=require('@univerjs/core'),o=require('@univerjs/docs-ui'),s=require('@univerjs/sheets-ui'),c=require('@univerjs/ui'),l=require('@univerjs/design'),u=require('@univerjs/icons'),d=require('react'),f=require('rxjs'),p=require('@univerjs/engine-render'),m=require('react/jsx-runtime'),h=require('@univerjs/docs'),g=require('@univerjs-pro/slides'),_=require('@univerjs-pro/bases-ui'),v=require('@univerjs/sheets'),y=require('@univerjs-pro/docs-table-ui'),b=require('@univerjs/sheets-note-ui'),x=require('@univerjs-pro/boards'),S=require('@univerjs-pro/slides-ui'),C=require('@univerjs-pro/bases'),w=require('react-dom'),T=require('@univerjs-pro/boards-ui'),E=require('@univerjs-pro/sheets-chart-ui'),D=require('@univerjs-pro/sheets-outline-ui'),O=require('@univerjs-pro/sheets-pivot-ui'),k=require('@univerjs-pro/sheets-print'),A=require('@univerjs-pro/sheets-shape-ui'),j=require('@univerjs-pro/sheets-sparkline-ui'),M=require('@univerjs/sheets-conditional-formatting-ui'),N=require('@univerjs/sheets-data-validation-ui'),P=require('@univerjs/sheets-drawing-ui'),ee=require('@univerjs/sheets-filter-ui'),F=require('@univerjs/sheets-hyper-link-ui'),I=require('@univerjs/sheets-numfmt-ui'),te=require('@univerjs/sheets-sort-ui'),ne=require('@univerjs/sheets-table-ui'),re=require('@univerjs/sheets-thread-comment-ui');var ie=_0x1ed4d3(0x2c6),ae=_0x1ed4d3(0x51e);function L(_0x4e2b9a,_0x27a4b7){const _0x55d21b=_0x1ed4d3;return _0x4e2b9a[_0x55d21b(0x4b5)]('['+_0x27a4b7+']')?_0x4e2b9a:_0x4e2b9a[_0x55d21b(0x55c)]('['+_0x27a4b7+']')??void 0x0;}function oe(_0x125830){const _0x4e34d6=_0x1ed4d3;let _0xf748ac=[];return se(_0x125830,_0x4e34d6(0x6d6),_0x4e34d6(0x8ca),_0xf748ac),se(_0x125830,_0x4e34d6(0x4a1),_0x4e34d6(0x71e),_0xf748ac),se(_0x125830,_0x4e34d6(0x870),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0xf748ac),se(_0x125830,_0x4e34d6(0x62e),_0x4e34d6(0x264),_0xf748ac),(0x0,a['toDisposable'])(()=>{_0xf748ac['forEach'](_0x3792cf=>_0x3792cf['remove']());});}function se(_0x56146f,_0x3c43bd,_0x18783b,_0x58d7b0){const _0x4c0504=_0x1ed4d3;let _0x22f89=L(_0x56146f,_0x3c43bd);if(_0x22f89)return _0x22f89;let _0x4e1a0c=document[_0x4c0504(0x467)](_0x4c0504(0x7ff));return _0x4e1a0c[_0x4c0504(0x57b)](_0x3c43bd,_0x4c0504(0x85d)),_0x4e1a0c[_0x4c0504(0x57b)]('data-embed-runtime-slot-owner',_0x4c0504(0x419)),_0x4e1a0c[_0x4c0504(0x416)]=_0x4c0504(0x8b7)+_0x18783b,_0x56146f[_0x4c0504(0x545)](_0x4e1a0c),_0x58d7b0['push'](_0x4e1a0c),_0x4e1a0c;}function R(_0x44426d){'@babel/helpers - typeof';const _0x23cb06=_0x1ed4d3;return R=typeof Symbol=='function'&&typeof Symbol[_0x23cb06(0x705)]==_0x23cb06(0x3e3)?function(_0x71de4){return typeof _0x71de4;}:function(_0xa4beb5){const _0x3e0df2=_0x23cb06;return _0xa4beb5&&typeof Symbol==_0x3e0df2(0x508)&&_0xa4beb5[_0x3e0df2(0x4c0)]===Symbol&&_0xa4beb5!==Symbol[_0x3e0df2(0x89e)]?_0x3e0df2(0x3e3):typeof _0xa4beb5;},R(_0x44426d);}function z(_0x2d2549,_0x4ee624){const _0xdff149=_0x1ed4d3;if(R(_0x2d2549)!=_0xdff149(0x56b)||!_0x2d2549)return _0x2d2549;var _0x12d541=_0x2d2549[Symbol[_0xdff149(0x598)]];if(_0x12d541!==void 0x0){var _0x1b4f75=_0x12d541[_0xdff149(0x5db)](_0x2d2549,_0x4ee624||_0xdff149(0x75e));if(R(_0x1b4f75)!=_0xdff149(0x56b))return _0x1b4f75;throw TypeError(_0xdff149(0x20f));}return(_0x4ee624===_0xdff149(0x23d)?String:Number)(_0x2d2549);}function ce(_0x2c17a6){const _0x4e1740=_0x1ed4d3;var _0x15e0f2=z(_0x2c17a6,_0x4e1740(0x23d));return R(_0x15e0f2)==_0x4e1740(0x3e3)?_0x15e0f2:_0x15e0f2+'';}function B(_0xfea27b,_0x705fa3,_0x11c7ca){const _0x367765=_0x1ed4d3;return(_0x705fa3=ce(_0x705fa3))in _0xfea27b?Object[_0x367765(0x456)](_0xfea27b,_0x705fa3,{'value':_0x11c7ca,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xfea27b[_0x705fa3]=_0x11c7ca,_0xfea27b;}var V=class{constructor(){const _0x413604=_0x1ed4d3;B(this,_0x413604(0x232),new Map());}['register'](_0x44199b){const _0x5430c3=_0x1ed4d3;return this['_contributions'][_0x5430c3(0x753)](_0x44199b[_0x5430c3(0x5c7)],_0x44199b),(0x0,a[_0x5430c3(0x64a)])(()=>{const _0x1eed4f=_0x5430c3;this['_contributions'][_0x1eed4f(0x53b)](_0x44199b[_0x1eed4f(0x5c7)])===_0x44199b&&this[_0x1eed4f(0x232)][_0x1eed4f(0x74c)](_0x44199b[_0x1eed4f(0x5c7)]);});}[_0x1ed4d3(0x53b)](_0x133830){return this['_contributions']['get'](_0x133830);}['list'](){const _0x48c0c4=_0x1ed4d3;return[...this[_0x48c0c4(0x232)][_0x48c0c4(0x3e4)]()];}},le=class{constructor(){const _0x182c2c=_0x1ed4d3;B(this,_0x182c2c(0x4c3),new f[(_0x182c2c(0x2ed))](null)),B(this,_0x182c2c(0x589),this['_active$'][_0x182c2c(0x7bc)]());}[_0x1ed4d3(0x8a7)](){const _0xffd25f=_0x1ed4d3;return this[_0xffd25f(0x4c3)][_0xffd25f(0x775)]();}[_0x1ed4d3(0x2ee)](_0x2d7350){const _0x52fcd7=_0x1ed4d3;let _0x330aea=this[_0x52fcd7(0x8a7)]();return(_0x330aea==null?void 0x0:_0x330aea[_0x52fcd7(0x666)])===_0x2d7350?_0x330aea[_0x52fcd7(0x756)]??_0x52fcd7(0x412):_0x52fcd7(0x23c);}[_0x1ed4d3(0x2d2)](_0x4f591c,_0x40ccac){const _0x2cfef5=_0x1ed4d3;let _0x3d7075=this['getActive'](),_0xf9c136=(_0x3d7075==null?void 0x0:_0x3d7075[_0x2cfef5(0x565)])===_0x4f591c[_0x2cfef5(0x565)]&&_0x3d7075['embedId']===_0x4f591c['embedId']&&_0x3d7075[_0x2cfef5(0x442)]===_0x4f591c[_0x2cfef5(0x442)],_0xd2720={..._0x4f591c,'stage':_0x40ccac??_0x4f591c[_0x2cfef5(0x756)]??(_0xf9c136?_0x3d7075[_0x2cfef5(0x756)]??_0x2cfef5(0x412):_0x2cfef5(0x412))};((_0x3d7075==null?void 0x0:_0x3d7075[_0x2cfef5(0x565)])!==_0xd2720[_0x2cfef5(0x565)]||_0x3d7075['embedId']!==_0xd2720[_0x2cfef5(0x666)]||_0x3d7075[_0x2cfef5(0x442)]!==_0xd2720['childUnitId']||(_0x3d7075[_0x2cfef5(0x756)]??'stage1')!==_0xd2720['stage'])&&this['_active$']['next'](_0xd2720);}[_0x1ed4d3(0x8a1)](_0x47f7e5,_0x4dfb57){const _0x583f2b=_0x1ed4d3;let _0x6183f1=this[_0x583f2b(0x8a7)]();!_0x6183f1||_0x6183f1[_0x583f2b(0x666)]!==_0x47f7e5||(_0x6183f1[_0x583f2b(0x756)]??_0x583f2b(0x412))!==_0x4dfb57&&this['_active$'][_0x583f2b(0x592)]({..._0x6183f1,'stage':_0x4dfb57});}[_0x1ed4d3(0x6a6)](_0x415464){const _0x5ea149=_0x1ed4d3;this[_0x5ea149(0x2ee)](_0x415464)===_0x5ea149(0x412)&&this[_0x5ea149(0x8a1)](_0x415464,'stage2');}['clear'](_0xdcf3c){const _0x385460=_0x1ed4d3;let _0x20ff8b=this[_0x385460(0x8a7)]();_0x20ff8b&&(!_0xdcf3c||_0x20ff8b[_0x385460(0x666)]===_0xdcf3c)&&this[_0x385460(0x4c3)]['next'](null);}},H=class{constructor(){const _0x27c643=_0x1ed4d3;B(this,_0x27c643(0x8c9),new f[(_0x27c643(0x2ed))](null)),B(this,_0x27c643(0x935),this['_override$'][_0x27c643(0x7bc)]());}[_0x1ed4d3(0x4a9)](){const _0x29d00e=_0x1ed4d3;return this[_0x29d00e(0x8c9)][_0x29d00e(0x775)]();}[_0x1ed4d3(0x2d2)](_0x529130,_0x3afefc,_0x46e1d6={}){const _0x487a40=_0x1ed4d3;var _0x39f8f3,_0x583fc9;if(!_0x529130[_0x487a40(0x442)]||_0x529130['childType']==null)throw Error(_0x487a40(0x5d1));let _0x5ac1f6=((_0x39f8f3=_0x529130[_0x487a40(0x440)])==null?void 0x0:_0x39f8f3[_0x487a40(0x9c5)])||void 0x0;if(_0x3afefc===_0x487a40(0x72c)&&(!_0x5ac1f6||_0x5ac1f6[_0x487a40(0x42b)]!==!0x0))throw Error(_0x487a40(0x5a6));if(_0x3afefc!=='tab-active')throw Error(_0x487a40(0x694));if((((_0x583fc9=_0x46e1d6[_0x487a40(0x781)])==null?void 0x0:_0x583fc9[_0x487a40(0x4ca)])??t[_0x487a40(0x618)][_0x487a40(0x4ca)])!==_0x487a40(0x446)&&_0x46e1d6[_0x487a40(0x432)]!==!0x0&&_0x46e1d6['allowHiddenRibbon']!==!0x0)return this[_0x487a40(0x9c2)](_0x529130[_0x487a40(0x666)]),null;let _0x40d31e={'hostUnitId':_0x529130[_0x487a40(0x565)],'embedId':_0x529130['embedId'],'childUnitId':_0x529130[_0x487a40(0x442)],'childType':_0x529130['childType'],'entry':_0x529130['entry'],'reason':_0x3afefc,'portalContainer':_0x46e1d6[_0x487a40(0x6d8)],'hideHostFxBar':_0x5ac1f6==null?void 0x0:_0x5ac1f6['hideHostFxBar'],'lockHostRibbon':_0x5ac1f6==null?void 0x0:_0x5ac1f6[_0x487a40(0x3b4)]},_0x11a0f1=this[_0x487a40(0x4a9)]();return U(_0x11a0f1,_0x40d31e)?_0x11a0f1:(this['_override$'][_0x487a40(0x592)](_0x40d31e),_0x40d31e);}[_0x1ed4d3(0x9c2)](_0x4824f9){const _0x2d4bcf=_0x1ed4d3;let _0x29efb7=this[_0x2d4bcf(0x4a9)]();_0x29efb7&&(!_0x4824f9||_0x29efb7['embedId']===_0x4824f9)&&this[_0x2d4bcf(0x8c9)][_0x2d4bcf(0x592)](null);}};function U(_0x98cfab,_0x2153d5){const _0xaf5fe3=_0x1ed4d3;return _0x98cfab!=null&&_0x98cfab['hostUnitId']===_0x2153d5[_0xaf5fe3(0x565)]&&_0x98cfab[_0xaf5fe3(0x666)]===_0x2153d5[_0xaf5fe3(0x666)]&&_0x98cfab[_0xaf5fe3(0x442)]===_0x2153d5['childUnitId']&&_0x98cfab[_0xaf5fe3(0x5c7)]===_0x2153d5[_0xaf5fe3(0x5c7)]&&_0x98cfab[_0xaf5fe3(0x8bf)]===_0x2153d5[_0xaf5fe3(0x8bf)]&&_0x98cfab['reason']===_0x2153d5[_0xaf5fe3(0x279)]&&_0x98cfab['portalContainer']===_0x2153d5['portalContainer']&&_0x98cfab[_0xaf5fe3(0x533)]===_0x2153d5[_0xaf5fe3(0x533)]&&_0x98cfab[_0xaf5fe3(0x3b4)]===_0x2153d5[_0xaf5fe3(0x3b4)];}const W=_0x1ed4d3(0x5b8);var G=class{constructor(){const _0x32caa5=_0x1ed4d3;B(this,_0x32caa5(0x623),new Map()),B(this,_0x32caa5(0x6c4),new Map()),B(this,'_runtimeScopes',new Map()),B(this,_0x32caa5(0x90a),0x0),B(this,_0x32caa5(0x652),new f[(_0x32caa5(0x464))]()),B(this,_0x32caa5(0x838),new f[(_0x32caa5(0x464))]());}[_0x1ed4d3(0x294)](_0x91b3){const _0xd71553=_0x1ed4d3;let _0x12ae61={'role':_0x91b3[_0xd71553(0x697)],'owner':_0x91b3[_0xd71553(0x857)],'sessionMode':_0x91b3[_0xd71553(0x433)],'hostUnitId':_0x91b3[_0xd71553(0x565)],'childUnitId':_0x91b3[_0xd71553(0x442)],'childType':_0x91b3[_0xd71553(0x5c7)],'associatedChildUnitIds':_0x91b3['associatedChildUnitIds'],'sequence':++this[_0xd71553(0x90a)]},_0x1b5f3b=this['_leases'][_0xd71553(0x53b)](_0x91b3[_0xd71553(0x666)]);return _0x1b5f3b||(_0x1b5f3b=new Set(),this[_0xd71553(0x623)][_0xd71553(0x753)](_0x91b3[_0xd71553(0x666)],_0x1b5f3b)),_0x1b5f3b[_0xd71553(0x363)](_0x12ae61),_0x12ae61[_0xd71553(0x697)]!==_0xd71553(0x8d5)&&this[_0xd71553(0x2c1)](),_0x12ae61[_0xd71553(0x697)]==='child-session'&&this[_0xd71553(0x4a5)](),(0x0,a[_0xd71553(0x64a)])(()=>{const _0x237a05=_0xd71553;_0x1b5f3b==null||_0x1b5f3b[_0x237a05(0x74c)](_0x12ae61),(_0x1b5f3b==null?void 0x0:_0x1b5f3b['size'])===0x0&&this[_0x237a05(0x623)][_0x237a05(0x74c)](_0x91b3['embedId']),_0x12ae61[_0x237a05(0x697)]!==_0x237a05(0x8d5)&&this['_notifyRuntimeFocusChanged'](),_0x12ae61['role']==='child-session'&&this[_0x237a05(0x4a5)]();});}[_0x1ed4d3(0x445)](_0x1eee67){const _0x2e274e=_0x1ed4d3;if(!_0x1eee67)return!0x1;let _0x11d12c=this[_0x2e274e(0x623)]['get'](_0x1eee67);return _0x11d12c&&[..._0x11d12c][_0x2e274e(0x52a)](_0xcff794=>_0xcff794[_0x2e274e(0x697)]!==_0x2e274e(0x8d5))?!0x0:this[_0x2e274e(0x892)](_0x1eee67,this['_getActiveElement'](_0x1eee67));}['hasBlockingChildFocusLease'](_0x2c3699,_0x28e7ae){const _0xedbd14=_0x1ed4d3;if(!_0x2c3699)return!0x1;let _0x5a16b6=this[_0xedbd14(0x623)][_0xedbd14(0x53b)](_0x2c3699);return _0x5a16b6&&[..._0x5a16b6][_0xedbd14(0x52a)](_0x4960be=>this[_0xedbd14(0x522)](_0x4960be,_0x28e7ae))?!0x0:this[_0xedbd14(0x892)](_0x2c3699,this[_0xedbd14(0x340)](_0x2c3699));}[_0x1ed4d3(0x7b8)](){const _0x2645de=_0x1ed4d3;return[...this[_0x2645de(0x623)]['values']()]['some'](_0x1ef37e=>[..._0x1ef37e][_0x2645de(0x52a)](_0x4970e7=>_0x4970e7[_0x2645de(0x697)]!==_0x2645de(0x8d5)))||this[_0x2645de(0x7d6)]()!=null;}[_0x1ed4d3(0x8ff)](_0xe89fd2){const _0x145f7f=_0x1ed4d3;if([...this[_0x145f7f(0x623)]['values']()][_0x145f7f(0x52a)](_0x57eafd=>[..._0x57eafd][_0x145f7f(0x52a)](_0xdcd8da=>this['_isBlockingLease'](_0xdcd8da,_0xe89fd2))))return!0x0;let _0xcf0a56=this[_0x145f7f(0x7d6)]();return _0xcf0a56!=null&&this[_0x145f7f(0x39e)](_0xcf0a56[_0x145f7f(0x697)]);}[_0x1ed4d3(0x4c8)](_0xd7f2e1,_0x5a2200){const _0x2d6b78=_0x1ed4d3;if(!_0xd7f2e1)return!0x1;let _0x312902=this[_0x2d6b78(0x623)]['get'](_0xd7f2e1);return _0x312902&&[..._0x312902][_0x2d6b78(0x52a)](_0x540a9e=>this['_isHostPreservingLease'](_0x540a9e,_0x5a2200))?!0x0:this[_0x2d6b78(0x892)](_0xd7f2e1,this[_0x2d6b78(0x340)](_0xd7f2e1));}[_0x1ed4d3(0x354)](_0x4c8dfc){const _0x3cbc67=_0x1ed4d3;return[...this[_0x3cbc67(0x623)][_0x3cbc67(0x3e4)]()][_0x3cbc67(0x52a)](_0x206d11=>[..._0x206d11]['some'](_0x327a57=>this[_0x3cbc67(0x1f2)](_0x327a57,_0x4c8dfc)))?!0x0:this[_0x3cbc67(0x7d6)]()!=null;}['hasHostPreservingChildFocusLeaseForHost'](_0x528a17,_0x1b96e3){const _0x26a4a7=_0x1ed4d3;if(!_0x528a17)return this[_0x26a4a7(0x354)](_0x1b96e3);if([...this[_0x26a4a7(0x623)]['values']()][_0x26a4a7(0x52a)](_0x2461a7=>[..._0x2461a7][_0x26a4a7(0x52a)](_0x2c22b9=>this[_0x26a4a7(0x1f2)](_0x2c22b9,_0x1b96e3)&&this[_0x26a4a7(0x615)](_0x2c22b9,_0x528a17))))return!0x0;let _0x1962e2=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0x1962e2)return!0x1;let _0xa9773f=this[_0x26a4a7(0x623)][_0x26a4a7(0x53b)](_0x1962e2[_0x26a4a7(0x666)]);return _0xa9773f&&[..._0xa9773f]['some'](_0x3bf3e3=>this['_isHostPreservingLease'](_0x3bf3e3,_0x1b96e3)&&this[_0x26a4a7(0x615)](_0x3bf3e3,_0x528a17))?!0x0:this[_0x26a4a7(0x826)](_0x1962e2['embedId'],_0x528a17);}[_0x1ed4d3(0x59b)](_0x3c3fcd){const _0x278ca1=_0x1ed4d3;return _0x3c3fcd?[...this[_0x278ca1(0x623)]['values']()][_0x278ca1(0x52a)](_0x276f6a=>[..._0x276f6a]['some'](_0x253fa9=>this[_0x278ca1(0x8fd)](_0x253fa9,_0x3c3fcd)&&_0x253fa9['role']!=='runtime')):!0x1;}[_0x1ed4d3(0x708)](_0x4d1634){const _0x567eee=_0x1ed4d3;let _0x2be42b={'hostUnitId':_0x4d1634['hostUnitId'],'childUnitId':_0x4d1634['childUnitId'],'childType':_0x4d1634[_0x567eee(0x5c7)],'sessionMode':_0x4d1634[_0x567eee(0x433)],'sequence':++this[_0x567eee(0x90a)]},_0x17e52e=this[_0x567eee(0x5b9)][_0x567eee(0x53b)](_0x4d1634['embedId']);return _0x17e52e||(_0x17e52e=new Set(),this['_runtimeScopes'][_0x567eee(0x753)](_0x4d1634[_0x567eee(0x666)],_0x17e52e)),_0x17e52e[_0x567eee(0x363)](_0x2be42b),this[_0x567eee(0x2c1)](),this[_0x567eee(0x4a5)](),(0x0,a[_0x567eee(0x64a)])(()=>{const _0x43cbe9=_0x567eee;_0x17e52e==null||_0x17e52e[_0x43cbe9(0x74c)](_0x2be42b),(_0x17e52e==null?void 0x0:_0x17e52e['size'])===0x0&&this[_0x43cbe9(0x5b9)]['delete'](_0x4d1634[_0x43cbe9(0x666)]),this[_0x43cbe9(0x2c1)](),this[_0x43cbe9(0x4a5)]();});}[_0x1ed4d3(0x4c9)](_0x177163){const _0x2a1d62=_0x1ed4d3;if(!_0x177163)return;let _0x39a5ec;for(let [_0x4ec209,_0x21da3e]of this[_0x2a1d62(0x5b9)])for(let _0x21f5c7 of _0x21da3e)_0x21f5c7[_0x2a1d62(0x442)]===_0x177163&&(!_0x39a5ec||_0x21f5c7[_0x2a1d62(0x6ee)]>_0x39a5ec[_0x2a1d62(0x54b)][_0x2a1d62(0x6ee)])&&(_0x39a5ec={'embedId':_0x4ec209,'scope':_0x21f5c7});if(_0x39a5ec){let {embedId:_0x5a1390,scope:_0x57850a}=_0x39a5ec;return{'embedId':_0x5a1390,'hostUnitId':_0x57850a['hostUnitId'],'childUnitId':_0x57850a['childUnitId'],'childType':_0x57850a[_0x2a1d62(0x5c7)],'sessionMode':_0x57850a['sessionMode']};}}['resolveActiveChildSessionRuntimeScope'](){const _0x300c58=_0x1ed4d3;let _0x44c165;for(let [_0x392bf4,_0x362422]of this[_0x300c58(0x623)])for(let _0x38dde0 of _0x362422){if(_0x38dde0['role']!=='child-session'||!_0x38dde0[_0x300c58(0x442)])continue;let _0x2cbaf3=this[_0x300c58(0x3fd)](_0x38dde0);(!_0x44c165||_0x2cbaf3>_0x44c165[_0x300c58(0x66a)]||_0x2cbaf3===_0x44c165['priority']&&_0x38dde0[_0x300c58(0x6ee)]>_0x44c165[_0x300c58(0x608)][_0x300c58(0x6ee)])&&(_0x44c165={'embedId':_0x392bf4,'lease':_0x38dde0,'priority':_0x2cbaf3});}return _0x44c165?{'embedId':_0x44c165[_0x300c58(0x666)],'hostUnitId':_0x44c165[_0x300c58(0x608)][_0x300c58(0x565)],'childUnitId':_0x44c165['lease'][_0x300c58(0x442)],'childType':_0x44c165['lease'][_0x300c58(0x5c7)],'sessionMode':this[_0x300c58(0x773)](_0x44c165[_0x300c58(0x608)])}:void 0x0;}['isChildUnitRuntimeEvent'](_0xa2fb0,_0x37ecb9,_0xafec8d){const _0x22a1ce=_0x1ed4d3;if(!_0xa2fb0)return!0x1;let _0x3152e3=this[_0x22a1ce(0x438)](_0x37ecb9,_0xafec8d);return _0x3152e3?this[_0x22a1ce(0x900)](_0x3152e3,_0xa2fb0):!0x1;}[_0x1ed4d3(0x54e)](_0x1935ec,_0x39f722,_0x4efc74,_0x484753){const _0x1760ab=_0x1ed4d3;return this[_0x1760ab(0x859)](_0x1935ec,_0x39f722,_0x4efc74)||this['isChildUnitInActiveSession'](_0x1935ec)?!0x1:this[_0x1760ab(0x502)](_0x1935ec,_0x484753);}[_0x1ed4d3(0x41f)](_0x36ef74){const _0x336281=_0x1ed4d3;let _0x207777=this['_elements'][_0x336281(0x53b)](_0x36ef74[_0x336281(0x666)]);_0x207777||(_0x207777=new Set(),this['_elements'][_0x336281(0x753)](_0x36ef74['embedId'],_0x207777)),_0x207777[_0x336281(0x363)](_0x36ef74[_0x336281(0x4e1)]);let _0x135691=_0x36ef74[_0x336281(0x4e1)][_0x336281(0x2d4)](W);return _0x36ef74[_0x336281(0x4e1)][_0x336281(0x57b)](W,_0x36ef74[_0x336281(0x697)]),this[_0x336281(0x2c1)](),(0x0,a['toDisposable'])(()=>{const _0x553dfc=_0x336281;_0x207777==null||_0x207777[_0x553dfc(0x74c)](_0x36ef74[_0x553dfc(0x4e1)]),(_0x207777==null?void 0x0:_0x207777[_0x553dfc(0x2e5)])===0x0&&this[_0x553dfc(0x6c4)][_0x553dfc(0x74c)](_0x36ef74[_0x553dfc(0x666)]),_0x135691==null?_0x36ef74['element'][_0x553dfc(0x526)](W):_0x36ef74['element'][_0x553dfc(0x57b)](W,_0x135691),this[_0x553dfc(0x2c1)]();});}['listElements'](_0x2cd4f0){const _0x4b02e0=_0x1ed4d3;return _0x2cd4f0?[...this['_elements'][_0x4b02e0(0x53b)](_0x2cd4f0)??[]]:[];}[_0x1ed4d3(0x892)](_0x4d08e6,_0x532321,_0x5193ba){const _0x26f195=_0x1ed4d3;if(!_0x4d08e6)return!0x1;let _0x43658b=this[_0x26f195(0x6c4)][_0x26f195(0x53b)](_0x4d08e6),_0x4a7bad=typeof(_0x5193ba==null?void 0x0:_0x5193ba[_0x26f195(0x20b)])==_0x26f195(0x508)?_0x5193ba[_0x26f195(0x20b)]():void 0x0;return _0x43658b!=null&&_0x43658b['size']&&_0x4a7bad!=null&&_0x4a7bad[_0x26f195(0x52a)](_0x18e8ed=>_0x18e8ed instanceof HTMLElement&&this[_0x26f195(0x8b5)](_0x43658b,_0x18e8ed))||_0x4a7bad!=null&&_0x4a7bad[_0x26f195(0x52a)](_0x1a2943=>_0x1a2943 instanceof HTMLElement&&this[_0x26f195(0x9b5)](_0x4d08e6,_0x1a2943))?!0x0:_0x532321 instanceof HTMLElement&&(!!(_0x43658b!=null&&_0x43658b[_0x26f195(0x2e5)])&&this[_0x26f195(0x8b5)](_0x43658b,_0x532321)||this['_isOwnedBoundaryElement'](_0x4d08e6,_0x532321));}['_containsRegisteredElement'](_0x561c25,_0x3d3411){const _0x3a5831=_0x1ed4d3;return[..._0x561c25][_0x3a5831(0x52a)](_0x477e88=>_0x477e88===_0x3d3411||_0x477e88['contains'](_0x3d3411));}['_isBlockingLease'](_0x375fcf,_0x2dc5cf){const _0x1f3b5f=_0x1ed4d3;var _0x31e246;return _0x375fcf[_0x1f3b5f(0x857)]&&_0x2dc5cf!=null&&(_0x31e246=_0x2dc5cf[_0x1f3b5f(0x960)])!=null&&_0x31e246['includes'](_0x375fcf[_0x1f3b5f(0x857)])?!0x1:this[_0x1f3b5f(0x39e)](_0x375fcf[_0x1f3b5f(0x697)]);}['_isHostPreservingLease'](_0x362fc9,_0x1d6b00){const _0x5ab3ce=_0x1ed4d3;var _0x4ea9fa;return _0x362fc9['owner']&&_0x1d6b00!=null&&(_0x4ea9fa=_0x1d6b00['ignoreOwners'])!=null&&_0x4ea9fa[_0x5ab3ce(0x95f)](_0x362fc9[_0x5ab3ce(0x857)])?!0x1:_0x362fc9[_0x5ab3ce(0x697)]!==_0x5ab3ce(0x8d5);}[_0x1ed4d3(0x615)](_0x3c95a9,_0x4b4f48){const _0x2e9a5a=_0x1ed4d3;return _0x3c95a9[_0x2e9a5a(0x565)]==null||_0x3c95a9[_0x2e9a5a(0x565)]===_0x4b4f48;}['_ownedRuntimeFocusAppliesToHost'](_0x30f278,_0x36a427){const _0x443d3f=_0x1ed4d3;let _0x38cbbc=this['_runtimeScopes'][_0x443d3f(0x53b)](_0x30f278);return!!_0x38cbbc&&[..._0x38cbbc][_0x443d3f(0x52a)](_0x3a9bef=>_0x3a9bef[_0x443d3f(0x565)]==null||_0x3a9bef['hostUnitId']===_0x36a427);}[_0x1ed4d3(0x8fd)](_0x149f34,_0xa7292f){const _0x3675e7=_0x1ed4d3;var _0x7785fc;return _0x149f34[_0x3675e7(0x442)]===_0xa7292f||((_0x7785fc=_0x149f34['associatedChildUnitIds'])==null?void 0x0:_0x7785fc[_0x3675e7(0x95f)](_0xa7292f))===!0x0;}[_0x1ed4d3(0x900)](_0x4c1704,_0x2492cb){const _0x1a1e7e=_0x1ed4d3;if([...this[_0x1a1e7e(0x5b9)]['get'](_0x4c1704)??[]]['some'](_0x34f9f8=>_0x34f9f8[_0x1a1e7e(0x442)]===_0x2492cb))return!0x0;let _0x9e8bbf=this[_0x1a1e7e(0x623)]['get'](_0x4c1704);return!!_0x9e8bbf&&[..._0x9e8bbf][_0x1a1e7e(0x52a)](_0x1d4340=>this[_0x1a1e7e(0x8fd)](_0x1d4340,_0x2492cb));}[_0x1ed4d3(0x39e)](_0x74f286){const _0x463814=_0x1ed4d3;return _0x74f286!==_0x463814(0x8d5);}[_0x1ed4d3(0x3fd)](_0x2a9262){const _0x3434f9=_0x1ed4d3;let _0xf32e71=this[_0x3434f9(0x773)](_0x2a9262);return _0xf32e71===_0x3434f9(0x326)?0x1e:_0xf32e71===_0x3434f9(0x950)?0x14:_0xf32e71===_0x3434f9(0x868)?0xa:0x0;}[_0x1ed4d3(0x773)](_0x738c7c){const _0x26fb06=_0x1ed4d3;return _0x738c7c[_0x26fb06(0x433)]?_0x738c7c[_0x26fb06(0x433)]:_0x738c7c[_0x26fb06(0x857)]===_0x26fb06(0x254)?_0x26fb06(0x326):_0x738c7c[_0x26fb06(0x857)]===_0x26fb06(0x873)||_0x738c7c[_0x26fb06(0x857)]===_0x26fb06(0x22b)?_0x26fb06(0x950):_0x738c7c[_0x26fb06(0x857)]===_0x26fb06(0x7c2)?_0x26fb06(0x868):_0x738c7c[_0x26fb06(0x697)]==='child-session'?_0x26fb06(0x950):_0x26fb06(0x1f5);}['_isOwnedBoundaryElement'](_0x208d13,_0x24872){return _0x24872['closest']('['+K+'=\x22'+_0x208d13+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x3e0e09,_0x40ce48){const _0x2c08c7=_0x1ed4d3;let _0x16150d=typeof(_0x40ce48==null?void 0x0:_0x40ce48[_0x2c08c7(0x20b)])==_0x2c08c7(0x508)?_0x40ce48[_0x2c08c7(0x20b)]():void 0x0,_0x3ba6af=(_0x16150d==null?void 0x0:_0x16150d[_0x2c08c7(0x961)](_0x24b379=>this[_0x2c08c7(0x779)](_0x24b379)&&_0x24b379['hasAttribute']('data-embed-interaction-boundary-owner')))??(this['_isHTMLElement'](_0x3e0e09)?_0x3e0e09[_0x2c08c7(0x6bc)]('[data-embed-interaction-boundary-owner]')??void 0x0:void 0x0);return(_0x3ba6af==null?void 0x0:_0x3ba6af[_0x2c08c7(0x2d4)](_0x2c08c7(0x4e5)))??this[_0x2c08c7(0x3a8)](_0x40ce48);}[_0x1ed4d3(0x3a8)](_0x931186){const _0x12aae4=_0x1ed4d3;let _0x1f5a10=this[_0x12aae4(0x65f)](_0x931186);if(!_0x1f5a10)return;let _0x4d60df;for(let [_0x443141,_0x5bad79]of this['_elements'])for(let _0xd7b423 of _0x5bad79){let _0x22d369=_0xd7b423[_0x12aae4(0x455)]();if(!this[_0x12aae4(0x56c)](_0x22d369,_0x1f5a10[_0x12aae4(0x5a8)],_0x1f5a10[_0x12aae4(0x576)]))continue;let _0x3260f8=_0x22d369[_0x12aae4(0x754)]*_0x22d369['height'];(!_0x4d60df||_0x3260f8<_0x4d60df[_0x12aae4(0x7f8)])&&(_0x4d60df={'embedId':_0x443141,'area':_0x3260f8});}return _0x4d60df==null?void 0x0:_0x4d60df[_0x12aae4(0x666)];}[_0x1ed4d3(0x65f)](_0x208e72){const _0x553424=_0x1ed4d3;let _0x1854aa=_0x208e72;if(_0x1854aa){if(Number[_0x553424(0x8cd)](_0x1854aa[_0x553424(0x5a8)])&&Number[_0x553424(0x8cd)](_0x1854aa[_0x553424(0x576)]))return{'clientX':_0x1854aa[_0x553424(0x5a8)],'clientY':_0x1854aa[_0x553424(0x576)]};if(Number['isFinite'](_0x1854aa['x'])&&Number[_0x553424(0x8cd)](_0x1854aa['y']))return{'clientX':_0x1854aa['x'],'clientY':_0x1854aa['y']};}}['_rectContainsPoint'](_0x1d5047,_0x307fd1,_0x1f8421){const _0x54f26c=_0x1ed4d3;return _0x1d5047[_0x54f26c(0x754)]>0x0&&_0x1d5047[_0x54f26c(0x33c)]>0x0&&_0x307fd1>=_0x1d5047[_0x54f26c(0x2f6)]&&_0x307fd1<=_0x1d5047[_0x54f26c(0x770)]&&_0x1f8421>=_0x1d5047[_0x54f26c(0x578)]&&_0x1f8421<=_0x1d5047[_0x54f26c(0x976)];}['_getActiveOwnedRuntimeFocusInfo'](){const _0x25f578=_0x1ed4d3;var _0x43ada5;let _0x22fd41=this['_getAnyActiveElement']();if(!this[_0x25f578(0x779)](_0x22fd41))return;let _0x1850aa=_0x22fd41[_0x25f578(0x6bc)]('['+K+']');if(!_0x1850aa)return;let _0x1c48ff=_0x1850aa['getAttribute'](K),_0x549694=(_0x43ada5=_0x22fd41[_0x25f578(0x6bc)](_0x25f578(0x4ea)))==null?void 0x0:_0x43ada5[_0x25f578(0x2d4)](W);return _0x1c48ff&&this[_0x25f578(0x76d)](_0x549694)?{'embedId':_0x1c48ff,'role':_0x549694}:void 0x0;}[_0x1ed4d3(0x779)](_0x3c70da){const _0x5bd567=_0x1ed4d3;var _0x3fb002;if(!_0x3c70da)return!0x1;let _0x15fe19=(_0x3fb002=_0x3c70da[_0x5bd567(0x2f2)])==null?void 0x0:_0x3fb002[_0x5bd567(0x2e9)];return _0x15fe19?_0x3c70da instanceof _0x15fe19[_0x5bd567(0x51f)]:typeof HTMLElement<'u'&&_0x3c70da instanceof HTMLElement;}[_0x1ed4d3(0x76d)](_0x8a463e){const _0x13f085=_0x1ed4d3;return _0x8a463e===_0x13f085(0x8d5)||_0x8a463e===_0x13f085(0x26c)||_0x8a463e===_0x13f085(0x908)||_0x8a463e==='child-popup'||_0x8a463e==='floating-menu';}['_getAnyActiveElement'](){const _0x83bc6c=_0x1ed4d3;for(let _0x1393d6 of this[_0x83bc6c(0x6c4)]['values']()){var _0x46b535;let _0x3a49ef=(_0x46b535=_0x1393d6[_0x83bc6c(0x3e4)]()[_0x83bc6c(0x592)]()[_0x83bc6c(0x2fe)])==null?void 0x0:_0x46b535[_0x83bc6c(0x2f2)];if(_0x3a49ef!=null&&_0x3a49ef[_0x83bc6c(0x503)])return _0x3a49ef['activeElement'];}return typeof document>'u'?null:document[_0x83bc6c(0x503)];}[_0x1ed4d3(0x340)](_0x260141){const _0x3195f8=_0x1ed4d3;var _0x2ffb41;let _0x488b20=this[_0x3195f8(0x6c4)][_0x3195f8(0x53b)](_0x260141),_0x4e503b=_0x488b20==null||(_0x2ffb41=_0x488b20[_0x3195f8(0x3e4)]()[_0x3195f8(0x592)]()[_0x3195f8(0x2fe)])==null?void 0x0:_0x2ffb41['ownerDocument'];return(_0x4e503b==null?void 0x0:_0x4e503b['activeElement'])??(typeof document>'u'?null:document[_0x3195f8(0x503)]);}[_0x1ed4d3(0x2c1)](){const _0x5f7206=_0x1ed4d3;this[_0x5f7206(0x652)][_0x5f7206(0x592)]();}[_0x1ed4d3(0x4a5)](){const _0x5b5c77=_0x1ed4d3;this[_0x5b5c77(0x838)][_0x5b5c77(0x592)]();}};const K=_0x1ed4d3(0x4e5),ue=_0x1ed4d3(0x836);var q=class{constructor(){const _0x6826b=_0x1ed4d3;B(this,_0x6826b(0x26b),new Map()),B(this,_0x6826b(0x7cf),new Map()),B(this,_0x6826b(0x29a),new WeakMap()),B(this,_0x6826b(0x420),new WeakSet()),B(this,_0x6826b(0x79c),new WeakMap()),B(this,'_pendingPortalOwner',void 0x0);}[_0x1ed4d3(0x577)](_0xad1638,_0x64d008,_0xb00d23){const _0x128b22=_0x1ed4d3;let _0x1f3862=this[_0x128b22(0x26b)][_0x128b22(0x53b)](_0xad1638);_0x1f3862||(_0x1f3862=new Set(),this[_0x128b22(0x26b)][_0x128b22(0x753)](_0xad1638,_0x1f3862)),_0xb00d23&&this[_0x128b22(0x7cf)]['set'](_0xad1638,_0xb00d23),_0x1f3862['add'](_0x64d008);let _0x2a03e1=_0x64d008[_0x128b22(0x2d4)](K),_0x19433a=_0x64d008[_0x128b22(0x2d4)](c[_0x128b22(0x6b6)]);_0x64d008[_0x128b22(0x57b)](K,_0xad1638),_0xb00d23&&_0x64d008[_0x128b22(0x57b)](c[_0x128b22(0x6b6)],_0xb00d23);let _0x372388=this[_0x128b22(0x746)](_0xad1638,_0x64d008),_0x22d1c8=()=>this[_0x128b22(0x5dc)](_0xad1638,_0x64d008[_0x128b22(0x2f2)]);return _0x64d008[_0x128b22(0x7d4)](_0x128b22(0x888),_0x22d1c8,!0x0),_0x64d008[_0x128b22(0x7d4)](_0x128b22(0x333),_0x22d1c8,!0x0),_0x64d008[_0x128b22(0x7d4)](_0x128b22(0x845),_0x22d1c8,!0x0),(0x0,a[_0x128b22(0x64a)])(()=>{const _0x4cd02a=_0x128b22;var _0x466cf6;_0x372388['dispose'](),_0x64d008[_0x4cd02a(0x2f5)](_0x4cd02a(0x888),_0x22d1c8,!0x0),_0x64d008[_0x4cd02a(0x2f5)](_0x4cd02a(0x333),_0x22d1c8,!0x0),_0x64d008['removeEventListener'](_0x4cd02a(0x845),_0x22d1c8,!0x0),((_0x466cf6=this[_0x4cd02a(0x2b2)])==null?void 0x0:_0x466cf6['embedId'])===_0xad1638&&this['_pendingPortalOwner'][_0x4cd02a(0x408)]===_0x64d008[_0x4cd02a(0x2f2)]&&(this[_0x4cd02a(0x2b2)]=void 0x0),_0x1f3862==null||_0x1f3862[_0x4cd02a(0x74c)](_0x64d008),_0x1f3862&&_0x1f3862[_0x4cd02a(0x2e5)]===0x0&&(this['_roots'][_0x4cd02a(0x74c)](_0xad1638),this[_0x4cd02a(0x7cf)][_0x4cd02a(0x74c)](_0xad1638)),_0x2a03e1==null?_0x64d008[_0x4cd02a(0x526)](K):_0x64d008[_0x4cd02a(0x57b)](K,_0x2a03e1),_0x19433a==null?_0x64d008['removeAttribute'](c[_0x4cd02a(0x6b6)]):_0x64d008[_0x4cd02a(0x57b)](c[_0x4cd02a(0x6b6)],_0x19433a);});}[_0x1ed4d3(0x746)](_0x25f15f,_0xa9389f){const _0x73d611=_0x1ed4d3;let _0x3a894a=_0xa9389f[_0x73d611(0x2f2)][_0x73d611(0x2e9)],_0x169d8a=new Map(),_0x53341d=new Map(),_0x3e497d,_0x425f74=!0x1,_0x559727=_0x7e4b04=>{const _0x3dc367=_0x73d611;_0x169d8a[_0x3dc367(0x54f)](_0x7e4b04)||_0x169d8a[_0x3dc367(0x753)](_0x7e4b04,_0x7e4b04[_0x3dc367(0x2d4)](K)),_0x53341d[_0x3dc367(0x54f)](_0x7e4b04)||_0x53341d[_0x3dc367(0x753)](_0x7e4b04,_0x7e4b04[_0x3dc367(0x2d4)](W));},_0x1195ac=_0x13d14f=>{const _0x585946=_0x73d611;_0x559727(_0x13d14f),_0x13d14f[_0x585946(0x57b)](K,_0x25f15f),_0x13d14f[_0x585946(0x57b)](W,_0x585946(0x31c));},_0x41d7dc=_0x477844=>{const _0x19eb0a=_0x73d611;this[_0x19eb0a(0x39f)](_0x477844)&&(_0x1195ac(_0x477844),_0x477844[_0x19eb0a(0x7d0)]('*')['forEach'](_0x1195ac));},_0x2cdc62=_0x17a252=>{const _0x3f8659=_0x73d611;_0x425f74||(_0x41d7dc(_0x17a252),_0x17a252[_0x3f8659(0x7d0)]('*')[_0x3f8659(0x360)](_0xb5be57=>_0x41d7dc(_0xb5be57)));};return _0x2cdc62(_0xa9389f),_0x3a894a!=null&&_0x3a894a['MutationObserver']&&(_0x3e497d=new _0x3a894a[(_0x73d611(0x4ec))](_0x3ae3df=>{const _0x32525f=_0x73d611;_0x3ae3df[_0x32525f(0x360)](_0x24f45c=>{const _0x16c1fd=_0x32525f;_0x24f45c[_0x16c1fd(0x20d)][_0x16c1fd(0x360)](_0xe0190c=>{const _0x328f5b=_0x16c1fd;_0xe0190c instanceof _0x3a894a[_0x328f5b(0x51f)]&&_0x2cdc62(_0xe0190c);});});}),_0x3e497d[_0x73d611(0x969)](_0xa9389f,{'childList':!0x0,'subtree':!0x0})),(0x0,a[_0x73d611(0x64a)])(()=>{const _0x4bd3f0=_0x73d611;_0x425f74=!0x0,_0x3e497d==null||_0x3e497d[_0x4bd3f0(0x8fe)](),_0x169d8a[_0x4bd3f0(0x360)]((_0x56d9cf,_0x403454)=>{const _0x5a9bac=_0x4bd3f0;if(_0x56d9cf==null){_0x403454[_0x5a9bac(0x526)](K);return;}_0x403454[_0x5a9bac(0x57b)](K,_0x56d9cf);}),_0x53341d[_0x4bd3f0(0x360)]((_0x9227e,_0x323ef8)=>{const _0x1432c9=_0x4bd3f0;if(_0x9227e==null){_0x323ef8['removeAttribute'](W);return;}_0x323ef8[_0x1432c9(0x57b)](W,_0x9227e);});});}['registerOwnedElement'](_0x43c4cc,_0x426bec){const _0x28a49d=_0x1ed4d3;let _0x37731b=this[_0x28a49d(0x26b)][_0x28a49d(0x53b)](_0x43c4cc);_0x37731b||(_0x37731b=new Set(),this[_0x28a49d(0x26b)][_0x28a49d(0x753)](_0x43c4cc,_0x37731b)),_0x37731b['add'](_0x426bec);let _0x5ac464=this[_0x28a49d(0x4f7)](_0x43c4cc,_0x426bec);return(0x0,a[_0x28a49d(0x64a)])(()=>{const _0x27ab7b=_0x28a49d;_0x37731b==null||_0x37731b[_0x27ab7b(0x74c)](_0x426bec),_0x37731b&&_0x37731b[_0x27ab7b(0x2e5)]===0x0&&this[_0x27ab7b(0x26b)][_0x27ab7b(0x74c)](_0x43c4cc),_0x5ac464[_0x27ab7b(0x45b)]();});}[_0x1ed4d3(0x495)](_0x5787af,_0x125032,_0x2d2786){const _0x4c59ef=_0x1ed4d3;let _0x24f0f5=typeof(_0x2d2786==null?void 0x0:_0x2d2786[_0x4c59ef(0x20b)])==_0x4c59ef(0x508)?_0x2d2786['composedPath']():void 0x0;if(_0x24f0f5!=null&&_0x24f0f5['some'](_0x50e438=>_0x50e438 instanceof HTMLElement&&this[_0x4c59ef(0x634)](_0x5787af,_0x50e438)))return!0x0;if(!(_0x125032 instanceof HTMLElement))return!0x1;if(this['_isOwnedElement'](_0x5787af,_0x125032))return!0x0;if(!_0x5787af)return Array[_0x4c59ef(0x8dc)](this[_0x4c59ef(0x26b)][_0x4c59ef(0x3e4)]())['some'](_0x3c89d1=>[..._0x3c89d1][_0x4c59ef(0x52a)](_0x2745e2=>_0x2745e2[_0x4c59ef(0x89c)]&&_0x2745e2['contains'](_0x125032)));let _0x43d18a=this[_0x4c59ef(0x26b)][_0x4c59ef(0x53b)](_0x5787af);return!!_0x43d18a&&[..._0x43d18a]['some'](_0x4175c3=>_0x4175c3[_0x4c59ef(0x89c)]&&_0x4175c3['contains'](_0x125032));}['hasRecentInteraction'](_0x4830df){const _0x5858fd=_0x1ed4d3;let _0x105db1=_0x4830df?this[_0x5858fd(0x79c)]['get'](_0x4830df):typeof document<'u'?this[_0x5858fd(0x79c)][_0x5858fd(0x53b)](document):void 0x0;if(_0x105db1!=null&&_0x105db1[_0x5858fd(0x9ba)])return!0x0;let _0x4b980e=this[_0x5858fd(0x2b2)];return!_0x4b980e||Date[_0x5858fd(0x8e7)]()>_0x4b980e['expiresAt']?!0x1:!_0x4830df||_0x4b980e[_0x5858fd(0x408)]===_0x4830df;}[_0x1ed4d3(0x606)](_0x1a0aaa,_0x40674d){const _0x159632=_0x1ed4d3;if(!_0x1a0aaa)return!0x1;let _0x1c416f=_0x40674d?this[_0x159632(0x79c)][_0x159632(0x53b)](_0x40674d):typeof document<'u'?this[_0x159632(0x79c)][_0x159632(0x53b)](document):void 0x0;if(_0x1c416f!=null&&_0x1c416f['some'](_0x57450f=>_0x57450f[_0x159632(0x666)]===_0x1a0aaa))return!0x0;let _0x4b1969=this['_pendingPortalOwner'];return!_0x4b1969||_0x4b1969[_0x159632(0x666)]!==_0x1a0aaa||Date[_0x159632(0x8e7)]()>_0x4b1969[_0x159632(0x5e1)]?!0x1:!_0x40674d||_0x4b1969[_0x159632(0x408)]===_0x40674d;}['closeOwnedFloatingSurfaces'](_0x472645,_0x24eca1){const _0x1bf30e=_0x1ed4d3;!_0x472645||!(_0x24eca1!=null&&_0x24eca1[_0x1bf30e(0x235)])||this[_0x1bf30e(0x472)](_0x472645,_0x24eca1)[_0x1bf30e(0x360)](_0x5c2965=>this['_dispatchEscapeToFloatingSurface'](_0x5c2965,_0x24eca1));}[_0x1ed4d3(0x91d)](_0x380e9c,_0x396cc8,_0x3960ad={}){const _0x40d013=_0x1ed4d3;var _0x3b1690;if(!(_0x396cc8!=null&&_0x396cc8[_0x40d013(0x235)]))return(0x0,a[_0x40d013(0x64a)])(()=>{});let _0x437f89=Symbol(_0x380e9c),_0x3597a2=this[_0x40d013(0x79c)][_0x40d013(0x53b)](_0x396cc8)??[],_0x29d39c=_0x3960ad[_0x40d013(0x46e)]??!0x0;return _0x3597a2[_0x40d013(0x2fa)]({'embedId':_0x380e9c,'includeAppShellEditorPortal':_0x29d39c,'token':_0x437f89}),this['_activePortalOwners'][_0x40d013(0x753)](_0x396cc8,_0x3597a2),this['_ensurePortalObserver'](_0x396cc8),this[_0x40d013(0x839)](_0x380e9c,_0x396cc8,{'includeAppShellEditorPortal':_0x29d39c,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x380e9c,_0x396cc8),(_0x3b1690=_0x396cc8['defaultView'])==null||_0x3b1690[_0x40d013(0x84e)](()=>{const _0x216a39=_0x40d013;let _0x24d7fa=this[_0x216a39(0x2fd)](_0x396cc8);(_0x24d7fa==null?void 0x0:_0x24d7fa[_0x216a39(0x666)])===_0x380e9c&&_0x24d7fa[_0x216a39(0x659)]===_0x437f89&&(this[_0x216a39(0x839)](_0x380e9c,_0x396cc8,{'includeAppShellEditorPortal':_0x29d39c,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x216a39(0x649)](_0x380e9c,_0x396cc8));},0x0),(0x0,a[_0x40d013(0x64a)])(()=>{const _0x1921ba=_0x40d013;let _0x22aca0=this[_0x1921ba(0x79c)][_0x1921ba(0x53b)](_0x396cc8),_0x1c6527=!0x1;if(_0x22aca0){let _0x51f338=_0x22aca0['findIndex'](_0x3431fb=>_0x3431fb[_0x1921ba(0x666)]===_0x380e9c&&_0x3431fb[_0x1921ba(0x659)]===_0x437f89);_0x51f338>=0x0&&_0x22aca0[_0x1921ba(0x375)](_0x51f338,0x1),_0x1c6527=_0x22aca0[_0x1921ba(0x52a)](_0x1f01c4=>_0x1f01c4['embedId']===_0x380e9c),_0x22aca0[_0x1921ba(0x9ba)]===0x0&&this[_0x1921ba(0x79c)][_0x1921ba(0x74c)](_0x396cc8);}_0x1c6527||this[_0x1921ba(0x758)](_0x380e9c,_0x396cc8);let _0x18ab2e=this['_getLatestActivePortalOwner'](_0x396cc8);_0x18ab2e&&(this[_0x1921ba(0x839)](_0x18ab2e[_0x1921ba(0x666)],_0x396cc8,{'includeAppShellEditorPortal':_0x18ab2e[_0x1921ba(0x46e)],'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x1921ba(0x649)](_0x18ab2e[_0x1921ba(0x666)],_0x396cc8));});}[_0x1ed4d3(0x472)](_0x4a74a2,_0xa74afa){const _0x34d75a=_0x1ed4d3;var _0x1d945c;let _0x4cd808=new Set(),_0xae7b98=_0x1cc82b=>{const _0x16672d=_0x54e0;let _0x51333c=this[_0x16672d(0x738)](_0x1cc82b);!_0x51333c||!this[_0x16672d(0x634)](_0x4a74a2,_0x51333c)||_0x4cd808[_0x16672d(0x363)](_0x51333c);};return _0xa74afa[_0x34d75a(0x235)]['querySelectorAll']('['+K+'=\x22'+_0x4a74a2+'\x22]')[_0x34d75a(0x360)](_0xae7b98),(_0x1d945c=this[_0x34d75a(0x26b)][_0x34d75a(0x53b)](_0x4a74a2))==null||_0x1d945c[_0x34d75a(0x360)](_0x5288ff=>{const _0x4718c5=_0x34d75a;_0x5288ff[_0x4718c5(0x89c)]&&(_0xae7b98(_0x5288ff),_0x5288ff[_0x4718c5(0x7d0)]('*')['forEach'](_0xae7b98));}),[..._0x4cd808][_0x34d75a(0x481)]((_0x44b37d,_0xd6b96c)=>_0x44b37d[_0x34d75a(0x495)](_0xd6b96c)?0x1:_0xd6b96c[_0x34d75a(0x495)](_0x44b37d)?-0x1:0x0);}[_0x1ed4d3(0x738)](_0x978e15){const _0x35ecb1=_0x1ed4d3;if(!_0x978e15[_0x35ecb1(0x6bc)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]')&&this['_isUniverPortalTreeElement'](_0x978e15))return _0x978e15['closest'](_0x35ecb1(0x84c))??_0x978e15;}[_0x1ed4d3(0x877)](_0x183333,_0x22493e){const _0x54a894=_0x1ed4d3;let _0x14ffd5=_0x22493e[_0x54a894(0x2e9)],_0x1ddd87=_0x22493e[_0x54a894(0x503)]instanceof HTMLElement&&_0x183333['contains'](_0x22493e[_0x54a894(0x503)])?_0x22493e['activeElement']:_0x183333,_0x46bf3a=_0x14ffd5!=null&&_0x14ffd5[_0x54a894(0x95e)]?new _0x14ffd5[(_0x54a894(0x95e))](_0x54a894(0x8d8),{'key':_0x54a894(0x86f),'code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0x54a894(0x8d8),{'bubbles':!0x0,'cancelable':!0x0});_0x1ddd87[_0x54a894(0x95d)](_0x46bf3a);}['_isOwnedElement'](_0x5b17d9,_0x4a146b){const _0x32dd9f=_0x1ed4d3;let _0x30fb28=_0x4a146b[_0x32dd9f(0x6bc)]('['+K+']'),_0x26b6d8=_0x30fb28==null?void 0x0:_0x30fb28[_0x32dd9f(0x2d4)](K);if(_0x26b6d8&&(!_0x5b17d9||_0x26b6d8===_0x5b17d9))return!0x0;if(!_0x5b17d9)return Array[_0x32dd9f(0x8dc)](this['_roots'][_0x32dd9f(0x3e4)]())[_0x32dd9f(0x52a)](_0x1c0e53=>[..._0x1c0e53]['some'](_0x32e9cc=>_0x32e9cc===_0x4a146b||_0x32e9cc[_0x32dd9f(0x495)](_0x4a146b)));let _0x43220e=this[_0x32dd9f(0x26b)][_0x32dd9f(0x53b)](_0x5b17d9);return!!_0x43220e&&[..._0x43220e][_0x32dd9f(0x52a)](_0x1823ef=>_0x1823ef===_0x4a146b||_0x1823ef[_0x32dd9f(0x495)](_0x4a146b));}[_0x1ed4d3(0x5dc)](_0x46a9c0,_0x40e3ba){const _0x5867c4=_0x1ed4d3;var _0x4500df;_0x40e3ba!=null&&_0x40e3ba['body']&&(this[_0x5867c4(0x2b2)]={'embedId':_0x46a9c0,'document':_0x40e3ba,'expiresAt':Date[_0x5867c4(0x8e7)]()+0x3e8},this[_0x5867c4(0x3a3)](_0x40e3ba),this[_0x5867c4(0x839)](_0x46a9c0,_0x40e3ba,{'includeAppShellEditorPortal':!0x1}),(_0x4500df=_0x40e3ba['defaultView'])==null||_0x4500df[_0x5867c4(0x84e)](()=>{const _0x464d99=_0x5867c4;let _0x1e87e7=this[_0x464d99(0x2b2)];(_0x1e87e7==null?void 0x0:_0x1e87e7[_0x464d99(0x666)])===_0x46a9c0&&_0x1e87e7['document']===_0x40e3ba&&Date['now']()<=_0x1e87e7[_0x464d99(0x5e1)]&&this[_0x464d99(0x839)](_0x46a9c0,_0x40e3ba,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x1ed4d3(0x3a3)](_0xf70088){const _0x52cadc=_0x1ed4d3;if(this[_0x52cadc(0x29a)]['has'](_0xf70088)||!_0xf70088[_0x52cadc(0x235)])return;let _0x3e0114=_0xf70088[_0x52cadc(0x2e9)];if(!(_0x3e0114!=null&&_0x3e0114[_0x52cadc(0x4ec)]))return;let _0x14a0d8=new _0x3e0114['MutationObserver'](_0x473c4e=>{const _0x4bbafd=_0x52cadc;let _0x1c9c20=this['_getBodyPortalOwner'](_0xf70088);if(!_0x1c9c20)return;let _0x54265d={'includeAppShellEditorPortal':_0x1c9c20[_0x4bbafd(0x46e)],'allowOwnedPortalReassignment':_0x1c9c20[_0x4bbafd(0x71b)],'allowDirectBodyPortal':!_0x1c9c20[_0x4bbafd(0x71b)]};_0x473c4e['forEach'](_0x336e53=>{const _0x2b73d6=_0x4bbafd;_0x336e53['type']==='attributes'&&_0x336e53[_0x2b73d6(0x1f6)]instanceof _0x3e0114[_0x2b73d6(0x51f)]&&(this[_0x2b73d6(0x3ca)](_0x336e53['target'],_0x1c9c20[_0x2b73d6(0x666)],_0xf70088,_0x54265d),_0x336e53[_0x2b73d6(0x49f)]===_0x2b73d6(0x43b)&&this[_0x2b73d6(0x4e6)](_0x336e53[_0x2b73d6(0x1f6)],_0x1c9c20[_0x2b73d6(0x666)])),_0x336e53[_0x2b73d6(0x20d)][_0x2b73d6(0x360)](_0x1bef8c=>{const _0xc78e8c=_0x2b73d6;_0x1bef8c instanceof _0x3e0114['HTMLElement']&&(this[_0xc78e8c(0x3ca)](_0x1bef8c,_0x1c9c20['embedId'],_0xf70088,_0x54265d),_0x1bef8c[_0xc78e8c(0x7d0)]('*')[_0xc78e8c(0x360)](_0x460c8e=>{const _0x4206a0=_0xc78e8c;this[_0x4206a0(0x3ca)](_0x460c8e,_0x1c9c20[_0x4206a0(0x666)],_0xf70088,_0x54265d);}),_0x1bef8c[_0xc78e8c(0x76c)](_0xc78e8c(0x43b))&&this['_syncClosedPortalInputGuard'](_0x1bef8c,_0x1c9c20[_0xc78e8c(0x666)]),_0x1bef8c[_0xc78e8c(0x7d0)]('[data-state]')[_0xc78e8c(0x360)](_0x1532fd=>{const _0x18f7e5=_0xc78e8c;this[_0x18f7e5(0x4e6)](_0x1532fd,_0x1c9c20[_0x18f7e5(0x666)]);}));});}),_0x1c9c20[_0x4bbafd(0x71b)]&&this[_0x4bbafd(0x649)](_0x1c9c20[_0x4bbafd(0x666)],_0xf70088);});_0x14a0d8[_0x52cadc(0x969)](_0xf70088[_0x52cadc(0x235)],{'attributeFilter':[_0x52cadc(0x379),_0x52cadc(0x43b),_0x52cadc(0x350),'id',_0x52cadc(0x697),_0x52cadc(0x3e6)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x14a0d8['takeRecords'](),this[_0x52cadc(0x29a)][_0x52cadc(0x753)](_0xf70088,_0x14a0d8);}['_markBodyPortalOwner'](_0x7757d8,_0x4571ec,_0x144521,_0x142453={}){const _0x1cfd12=_0x1ed4d3;_0x142453[_0x1cfd12(0x8d4)]===!0x1&&_0x7757d8[_0x1cfd12(0x986)]===_0x144521[_0x1cfd12(0x235)]&&!this[_0x1cfd12(0x5f0)](_0x7757d8)&&!this['_isAppShellEditorPortalCandidate'](_0x7757d8)||this['_isBodyPortalCandidate'](_0x7757d8,_0x144521,_0x142453)&&(!this[_0x1cfd12(0x67e)](_0x7757d8)&&this[_0x1cfd12(0x93b)](_0x7757d8,_0x144521)||(this['_blurActiveElementBeforePortalReassignment'](_0x7757d8,_0x4571ec,_0x144521),this[_0x1cfd12(0x4f7)](_0x4571ec,_0x7757d8,{'transient':!0x0}),this[_0x1cfd12(0x614)](_0x7757d8,_0x142453)));}[_0x1ed4d3(0x839)](_0x217b67,_0x2c69a7,_0x3265a5={}){const _0x50baed=_0x1ed4d3;_0x2c69a7[_0x50baed(0x235)][_0x50baed(0x7d0)]('*')[_0x50baed(0x360)](_0x43df53=>{const _0x52652a=_0x50baed;this[_0x52652a(0x3ca)](_0x43df53,_0x217b67,_0x2c69a7,{'includeAppShellEditorPortal':_0x3265a5[_0x52652a(0x46e)],'allowOwnedPortalReassignment':_0x3265a5['allowOwnedPortalReassignment'],'allowDirectBodyPortal':_0x3265a5[_0x52652a(0x8d4)]});});}[_0x1ed4d3(0x77d)](_0x44ed42,_0xbb5ad4,_0xa21e1e={}){const _0x5b6cd3=_0x1ed4d3;if(!_0xbb5ad4[_0x5b6cd3(0x235)][_0x5b6cd3(0x495)](_0x44ed42))return!0x1;let _0x4d8c6c=!!_0xa21e1e['includeAppShellEditorPortal']&&this[_0x5b6cd3(0x67e)](_0x44ed42),_0x50b432=this['_isUniverPortalCandidate'](_0x44ed42);if(!_0xa21e1e[_0x5b6cd3(0x8f9)]&&!_0x4d8c6c&&_0x44ed42['closest'](_0x5b6cd3(0x2f4))||_0x44ed42['id']===_0x5b6cd3(0x496))return!0x1;let _0x402554=_0x44ed42[_0x5b6cd3(0x986)];return!!_0xa21e1e['allowDirectBodyPortal']&&_0x402554===_0xbb5ad4[_0x5b6cd3(0x235)]||(_0x402554==null?void 0x0:_0x402554['closest'](_0x5b6cd3(0x99f)))!=null||_0x50b432||_0x4d8c6c;}['_isAppShellEditorPortalCandidate'](_0x542169){const _0x1883de=_0x1ed4d3;var _0x206413,_0x579f34;return((_0x206413=_0x542169['parentElement'])==null?void 0x0:_0x206413['id'])!==_0x1883de(0x496)&&((_0x579f34=_0x542169[_0x1883de(0x6bc)]('#app'))==null?void 0x0:_0x579f34[_0x1883de(0x986)])!==_0x542169[_0x1883de(0x2f2)][_0x1883de(0x235)]?!0x1:_0x542169['id'][_0x1883de(0x87c)](_0x1883de(0x751))||_0x542169['id'][_0x1883de(0x87c)](_0x1883de(0x68f))||_0x542169[_0x1883de(0x6bc)]('[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]')!=null||_0x542169[_0x1883de(0x6bc)](_0x1883de(0x856))!=null;}['_isHostDocEditorPortal'](_0x4ae3d7){const _0x17485c=_0x1ed4d3;return _0x4ae3d7['id']['startsWith']('__editor_docs-')||_0x4ae3d7['id']['startsWith']('univer-doc-selection-container-docs-')||_0x4ae3d7[_0x17485c(0x6bc)](_0x17485c(0x844))!=null||_0x4ae3d7[_0x17485c(0x6bc)](_0x17485c(0x385))!=null;}['_isUniverPortalCandidate'](_0x13431e){const _0x3337da=_0x1ed4d3;let _0x533213=typeof _0x13431e['className']==_0x3337da(0x23d)?_0x13431e['className']:'';if(_0x13431e[_0x3337da(0x2d4)]('data-u-comp')==='rect-popup'||_0x13431e[_0x3337da(0x528)][_0x3337da(0x495)]('univer-popup')||_0x13431e[_0x3337da(0x528)][_0x3337da(0x495)](_0x3337da(0x441))||_0x13431e[_0x3337da(0x528)]['contains'](_0x3337da(0x9b2))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x3337da(0x6df)](_0x533213))return!0x0;let _0x2d60ae=_0x13431e['getAttribute']('role');return _0x2d60ae===_0x3337da(0x312)||_0x2d60ae===_0x3337da(0x524)||_0x2d60ae==='menu'||_0x2d60ae===_0x3337da(0x3ea)||_0x13431e[_0x3337da(0x76c)](_0x3337da(0x7f2));}['_isDetachedOffscreenPortalCandidate'](_0x539646,_0x78d58f){const _0x2e6051=_0x1ed4d3;if(!this[_0x2e6051(0x39f)](_0x539646))return!0x1;let _0x4a272=_0x539646[_0x2e6051(0x6bc)]('.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]')??_0x539646,_0x5d3c67=_0x4a272['closest'](_0x2e6051(0x7be))??_0x4a272[_0x2e6051(0x986)];if(_0x4a272[_0x2e6051(0x986)]!==_0x78d58f[_0x2e6051(0x235)]&&(_0x5d3c67==null?void 0x0:_0x5d3c67[_0x2e6051(0x986)])!==_0x78d58f['body'])return!0x1;let _0x1b1789=_0x78d58f['defaultView'];if(!_0x1b1789)return!0x1;let _0x285b48=_0x4a272[_0x2e6051(0x455)]();return _0x285b48[_0x2e6051(0x770)]<0x0||_0x285b48[_0x2e6051(0x976)]<0x0||_0x285b48[_0x2e6051(0x2f6)]>_0x1b1789[_0x2e6051(0x795)]||_0x285b48[_0x2e6051(0x578)]>_0x1b1789[_0x2e6051(0x965)]?!0x0:_0x285b48[_0x2e6051(0x754)]<=0x0||_0x285b48[_0x2e6051(0x33c)]<=0x0?_0x285b48['left']<0x0||_0x285b48[_0x2e6051(0x578)]<0x0||_0x285b48['left']>_0x1b1789['innerWidth']||_0x285b48['top']>_0x1b1789[_0x2e6051(0x965)]:!0x1;}['_markRuntimeFocusRole'](_0x28df88,_0x483a6f={}){const _0x5d8594=_0x1ed4d3;let _0x2b2fe9=_0x483a6f[_0x5d8594(0x46e)]&&this['_isAppShellEditorPortalCandidate'](_0x28df88)?_0x5d8594(0x908):this[_0x5d8594(0x39f)](_0x28df88)?'child-popup':void 0x0;_0x2b2fe9&&(_0x28df88[_0x5d8594(0x57b)](W,_0x2b2fe9),_0x28df88[_0x5d8594(0x7d0)]('*')[_0x5d8594(0x360)](_0x1bafa1=>{_0x1bafa1['setAttribute'](W,_0x2b2fe9);}));}['_syncClosedPortalInputGuard'](_0x111ebd,_0x246aeb){const _0x4965fd=_0x1ed4d3;let _0x3504ba=_0x111ebd[_0x4965fd(0x2d4)](_0x4965fd(0x4e5))===_0x246aeb&&_0x111ebd['getAttribute'](_0x4965fd(0x43b))===_0x4965fd(0x267)&&this[_0x4965fd(0x39f)](_0x111ebd),_0x582843=_0x111ebd[_0x4965fd(0x6bc)]('[data-radix-popper-content-wrapper]')??_0x111ebd;if(_0x3504ba){_0x582843[_0x4965fd(0x528)]['contains'](ue)||(_0x582843[_0x4965fd(0x528)][_0x4965fd(0x363)](ue),this['_closedPortalInputGuards'][_0x4965fd(0x363)](_0x582843));return;}this[_0x4965fd(0x38f)](_0x582843);}['_clearClosedPortalInputGuard'](_0x21b77b){const _0x4955aa=_0x1ed4d3;this[_0x4955aa(0x420)][_0x4955aa(0x54f)](_0x21b77b)&&(_0x21b77b[_0x4955aa(0x528)][_0x4955aa(0x241)](ue),this[_0x4955aa(0x420)][_0x4955aa(0x74c)](_0x21b77b));}[_0x1ed4d3(0x4f7)](_0xd99b2e,_0x54913b,_0x513cc9={}){const _0x3d9c3b=_0x1ed4d3;let _0x1c180c=new Map(),_0x35c1f2=new Map(),_0x53716e=this[_0x3d9c3b(0x7cf)][_0x3d9c3b(0x53b)](_0xd99b2e),_0x5606b3=_0x1ec96f=>{const _0x5f0eb5=_0x3d9c3b;_0x513cc9[_0x5f0eb5(0x444)]||(_0x1c180c[_0x5f0eb5(0x753)](_0x1ec96f,_0x1ec96f['getAttribute'](K)),_0x35c1f2[_0x5f0eb5(0x753)](_0x1ec96f,_0x1ec96f[_0x5f0eb5(0x2d4)](c[_0x5f0eb5(0x6b6)]))),_0x1ec96f[_0x5f0eb5(0x57b)](K,_0xd99b2e),_0x53716e&&_0x1ec96f[_0x5f0eb5(0x57b)](c[_0x5f0eb5(0x6b6)],_0x53716e);};return _0x5606b3(_0x54913b),_0x54913b[_0x3d9c3b(0x7d0)]('*')[_0x3d9c3b(0x360)](_0x5606b3),(0x0,a[_0x3d9c3b(0x64a)])(()=>{const _0x5ecd37=_0x3d9c3b;_0x1c180c[_0x5ecd37(0x360)]((_0x363731,_0x23a4db)=>{const _0x3d4e68=_0x5ecd37;if(_0x363731==null){_0x23a4db[_0x3d4e68(0x526)](K);return;}_0x23a4db[_0x3d4e68(0x57b)](K,_0x363731);}),_0x35c1f2[_0x5ecd37(0x360)]((_0x3c25ec,_0x269f1f)=>{const _0x5c1b18=_0x5ecd37;if(_0x3c25ec==null){_0x269f1f[_0x5c1b18(0x526)](c[_0x5c1b18(0x6b6)]);return;}_0x269f1f['setAttribute'](c[_0x5c1b18(0x6b6)],_0x3c25ec);});});}['_isUniverPortalTreeElement'](_0x48883a){const _0x4443de=_0x1ed4d3;return this[_0x4443de(0x5f0)](_0x48883a)||_0x48883a['closest'](_0x4443de(0x84c))!=null;}[_0x1ed4d3(0x46f)](_0x238db3){const _0x194d84=_0x1ed4d3;let _0x194b3b=this[_0x194d84(0x2fd)](_0x238db3);if(_0x194b3b)return{'embedId':_0x194b3b[_0x194d84(0x666)],'includeAppShellEditorPortal':_0x194b3b['includeAppShellEditorPortal'],'stable':!0x0};let _0x16ed94=this['_pendingPortalOwner'];if(_0x16ed94&&_0x16ed94[_0x194d84(0x408)]===_0x238db3&&Date[_0x194d84(0x8e7)]()<=_0x16ed94[_0x194d84(0x5e1)])return{'embedId':_0x16ed94[_0x194d84(0x666)],'includeAppShellEditorPortal':!0x1,'stable':!0x1};}[_0x1ed4d3(0x2fd)](_0x13ed42){const _0x12c1cf=_0x1ed4d3;let _0x120599=this['_activePortalOwners'][_0x12c1cf(0x53b)](_0x13ed42);return _0x120599==null?void 0x0:_0x120599[_0x120599['length']-0x1];}[_0x1ed4d3(0x649)](_0x1d729b,_0x47e236){const _0x195828=_0x1ed4d3;let _0x593f3e=this['_roots'][_0x195828(0x53b)](_0x1d729b);_0x47e236['body']['querySelectorAll']('['+K+'=\x22'+_0x1d729b+'\x22]')[_0x195828(0x360)](_0x41074e=>{const _0x5477b1=_0x195828;_0x41074e[_0x5477b1(0x986)]===_0x47e236['body']&&(_0x593f3e&&[..._0x593f3e][_0x5477b1(0x52a)](_0x24f4c1=>_0x24f4c1===_0x41074e||_0x24f4c1[_0x5477b1(0x495)](_0x41074e))||this[_0x5477b1(0x5f0)](_0x41074e)||this[_0x5477b1(0x67e)](_0x41074e)||(_0x41074e[_0x5477b1(0x526)](K),_0x41074e['removeAttribute'](c['EMBED_CHILD_UNIT_ID_ATTRIBUTE'])));});}['_blurActiveElementBeforePortalReassignment'](_0x28b85b,_0x4a6b97,_0x2ca35f){const _0x2623f0=_0x1ed4d3;let _0x7a1acc=_0x28b85b[_0x2623f0(0x2d4)](K);if(!_0x7a1acc||_0x7a1acc===_0x4a6b97)return;let _0x1891de=_0x2ca35f[_0x2623f0(0x503)];!(_0x1891de instanceof HTMLElement)||_0x1891de!==_0x28b85b&&!_0x28b85b[_0x2623f0(0x495)](_0x1891de)||(_0x1891de[_0x2623f0(0x585)](),_0x2ca35f[_0x2623f0(0x503)]===_0x1891de&&this[_0x2623f0(0x7c3)](_0x2ca35f));}[_0x1ed4d3(0x758)](_0x27813b,_0x11ec05){const _0x189745=_0x1ed4d3;let _0x3269b4=this[_0x189745(0x26b)][_0x189745(0x53b)](_0x27813b),_0xdc448b=_0x11ec05[_0x189745(0x235)]['querySelectorAll']('['+K+'=\x22'+_0x27813b+'\x22]'),_0x1220e4=_0x2b4beb=>_0x3269b4!=null&&[..._0x3269b4][_0x189745(0x52a)](_0x433921=>_0x433921===_0x2b4beb||_0x433921[_0x189745(0x495)](_0x2b4beb)),_0x4fea99=[];_0xdc448b[_0x189745(0x360)](_0x2726f2=>{const _0x51849b=_0x189745;_0x1220e4(_0x2726f2)||(_0x4fea99['push'](_0x2726f2),this[_0x51849b(0x38f)](_0x2726f2),_0x2726f2[_0x51849b(0x526)](K),_0x2726f2[_0x51849b(0x526)](c[_0x51849b(0x6b6)]),this['_removeRuntimeFocusRoleTree'](_0x2726f2));});let _0x17c65f=_0x11ec05[_0x189745(0x503)];_0x17c65f instanceof HTMLElement&&_0x4fea99[_0x189745(0x52a)](_0x514ba0=>_0x514ba0===_0x17c65f||_0x514ba0[_0x189745(0x495)](_0x17c65f))&&(_0x17c65f[_0x189745(0x585)](),_0x11ec05[_0x189745(0x503)]===_0x17c65f&&this['_focusDocumentBody'](_0x11ec05));}[_0x1ed4d3(0x7c3)](_0x4548a5){const _0x32e663=_0x1ed4d3;let _0x5e6300=_0x4548a5[_0x32e663(0x235)];if(!_0x5e6300)return;let _0x1c11bb=_0x5e6300[_0x32e663(0x2d4)](_0x32e663(0x6f1));_0x1c11bb??(_0x5e6300['tabIndex']=-0x1),_0x5e6300['focus']({'preventScroll':!0x0}),_0x1c11bb==null?_0x5e6300[_0x32e663(0x526)](_0x32e663(0x6f1)):_0x5e6300['setAttribute'](_0x32e663(0x6f1),_0x1c11bb),_0x4548a5[_0x32e663(0x503)]!==_0x5e6300&&this['_focusTemporarySink'](_0x4548a5);}[_0x1ed4d3(0x54d)](_0x28b09f){const _0x1d6f6a=_0x1ed4d3;var _0x94fe6;let _0x2eb13c=_0x28b09f[_0x1d6f6a(0x235)];if(!_0x2eb13c)return;let _0x1513cc=_0x28b09f[_0x1d6f6a(0x467)](_0x1d6f6a(0x7a6));_0x1513cc[_0x1d6f6a(0x5d4)]=-0x1,_0x1513cc[_0x1d6f6a(0x57b)](_0x1d6f6a(0x242),_0x1d6f6a(0x85d)),_0x1513cc[_0x1d6f6a(0x3e6)]['cssText']=_0x1d6f6a(0x695),_0x2eb13c[_0x1d6f6a(0x545)](_0x1513cc),_0x1513cc[_0x1d6f6a(0x27e)]({'preventScroll':!0x0}),(_0x94fe6=_0x28b09f['defaultView'])==null||_0x94fe6[_0x1d6f6a(0x84e)](()=>_0x1513cc[_0x1d6f6a(0x241)](),0x0);}[_0x1ed4d3(0x1ff)](_0x3aab6b){const _0x1ca3b3=_0x1ed4d3;(_0x3aab6b[_0x1ca3b3(0x2d4)]('data-embed-runtime-focus-role')==='child-editor'||_0x3aab6b[_0x1ca3b3(0x2d4)](_0x1ca3b3(0x5b8))==='child-popup')&&_0x3aab6b[_0x1ca3b3(0x526)](W),_0x3aab6b[_0x1ca3b3(0x7d0)]('['+W+']')[_0x1ca3b3(0x360)](_0x475ebb=>{const _0x4e22ff=_0x1ca3b3;let _0x15c85f=_0x475ebb['getAttribute'](W);(_0x15c85f==='child-editor'||_0x15c85f==='child-popup')&&_0x475ebb[_0x4e22ff(0x526)](W);});}},de=class{constructor(_0x1014e1={}){const _0x38b812=_0x1ed4d3;B(this,'_childUnitAncestry',new Map()),B(this,'_maxDepth',void 0x0),this[_0x38b812(0x7e8)]=fe(_0x1014e1['maxDepth']);}['canMount'](_0x40ba68){const _0xe2c46f=_0x1ed4d3;let _0x1ab152=this[_0xe2c46f(0x827)](_0x40ba68['hostUnitId']);return _0x1ab152[_0xe2c46f(0x52a)](_0xe8de41=>_0xe8de41['hostUnitId']===_0x40ba68[_0xe2c46f(0x442)]||_0xe8de41[_0xe2c46f(0x442)]===_0x40ba68[_0xe2c46f(0x442)])?{'allowed':!0x1,'reason':_0xe2c46f(0x7fe),'ancestry':_0x1ab152}:_0x1ab152[_0xe2c46f(0x9ba)]>=this[_0xe2c46f(0x7e8)]?{'allowed':!0x1,'reason':_0xe2c46f(0x7e6),'ancestry':_0x1ab152}:{'allowed':!0x0,'ancestry':_0x1ab152};}[_0x1ed4d3(0x99b)](_0x4bb984){const _0x47cdee=_0x1ed4d3;let _0x2f1e9e=[...this[_0x47cdee(0x827)](_0x4bb984[_0x47cdee(0x565)]),{'hostUnitId':_0x4bb984['hostUnitId'],'embedId':_0x4bb984[_0x47cdee(0x666)],'childUnitId':_0x4bb984[_0x47cdee(0x442)]}];return this[_0x47cdee(0x1fe)][_0x47cdee(0x753)](_0x4bb984[_0x47cdee(0x442)],_0x2f1e9e),(0x0,a['toDisposable'])(()=>{const _0x407741=_0x47cdee;this['_childUnitAncestry']['get'](_0x4bb984[_0x407741(0x442)])===_0x2f1e9e&&this[_0x407741(0x1fe)][_0x407741(0x74c)](_0x4bb984[_0x407741(0x442)]);});}['getAncestryForHostUnit'](_0x5aba36){const _0x2e5be5=_0x1ed4d3;return this[_0x2e5be5(0x1fe)][_0x2e5be5(0x53b)](_0x5aba36)??[];}['getParentEmbedId'](_0x108464){const _0x4c912f=_0x1ed4d3;var _0x4c8622;return(_0x4c8622=this['getAncestryForHostUnit'](_0x108464)['slice'](-0x1)[0x0])==null?void 0x0:_0x4c8622[_0x4c912f(0x666)];}};function fe(_0x43be30){const _0x414fba=_0x1ed4d3;return typeof _0x43be30=='number'&&Number[_0x414fba(0x8cd)](_0x43be30)&&_0x43be30>=0x0?Math[_0x414fba(0x454)](_0x43be30):0x1;}function J(_0x1601df,_0x2bb5a5){return function(_0x1615c2,_0x1aca2c){_0x2bb5a5(_0x1615c2,_0x1aca2c,_0x1601df);};}function Y(_0x3a858f,_0x31d381,_0x229566,_0x1f1aaa){const _0x1f3f94=_0x1ed4d3;var _0x1f0026=arguments[_0x1f3f94(0x9ba)],_0x2b0f60=_0x1f0026<0x3?_0x31d381:_0x1f1aaa===null?_0x1f1aaa=Object[_0x1f3f94(0x2d1)](_0x31d381,_0x229566):_0x1f1aaa,_0x131ac7;if(typeof Reflect==_0x1f3f94(0x56b)&&typeof Reflect[_0x1f3f94(0x5de)]==_0x1f3f94(0x508))_0x2b0f60=Reflect[_0x1f3f94(0x5de)](_0x3a858f,_0x31d381,_0x229566,_0x1f1aaa);else{for(var _0x39cc85=_0x3a858f[_0x1f3f94(0x9ba)]-0x1;_0x39cc85>=0x0;_0x39cc85--)(_0x131ac7=_0x3a858f[_0x39cc85])&&(_0x2b0f60=(_0x1f0026<0x3?_0x131ac7(_0x2b0f60):_0x1f0026>0x3?_0x131ac7(_0x31d381,_0x229566,_0x2b0f60):_0x131ac7(_0x31d381,_0x229566))||_0x2b0f60);}return _0x1f0026>0x3&&_0x2b0f60&&Object[_0x1f3f94(0x456)](_0x31d381,_0x229566,_0x2b0f60),_0x2b0f60;}let pe=class extends a['Disposable']{constructor(_0x1bef2d){const _0x74e4bd=_0x1ed4d3;super(),this[_0x74e4bd(0x4ef)]=_0x1bef2d,B(this,_0x74e4bd(0x475),new Map());}['acquire'](_0x596f19){const _0x5fa430=_0x1ed4d3;let _0xe443a6=this[_0x5fa430(0x475)][_0x5fa430(0x53b)](_0x596f19[_0x5fa430(0x2b9)]);if(!_0xe443a6){let _0x5ef252=[],_0x28f9f0={'unitId':_0x596f19[_0x5fa430(0x2b9)],'has':_0x46f634=>{const _0x3afa04=_0x5fa430;var _0x421b76;return((_0x421b76=_0x5ef252[_0x5ef252['length']-0x1])==null?void 0x0:_0x421b76[_0x3afa04(0x54f)](_0x46f634))??!0x1;},'get':_0xa2dcf8=>{const _0x257d4b=_0x5fa430;let _0x5e4380=_0x5ef252[_0x5ef252['length']-0x1];if(!_0x5e4380)throw Error('EMBED_UI_RUNTIME_SCOPE_NOT_ACTIVE:'+_0x596f19[_0x257d4b(0x2b9)]);return _0x5e4380[_0x257d4b(0x53b)](_0xa2dcf8);}};_0xe443a6={'registration':this[_0x5fa430(0x4ef)][_0x5fa430(0x22c)](_0x28f9f0),'scopes':_0x5ef252},this[_0x5fa430(0x475)]['set'](_0x596f19[_0x5fa430(0x2b9)],_0xe443a6);}let _0x523782=_0xe443a6;return _0x523782[_0x5fa430(0x434)]['push'](_0x596f19),(0x0,a['toDisposable'])(()=>{const _0x134700=_0x5fa430;let _0x1ae5af=_0x523782['scopes'][_0x134700(0x977)](_0x596f19);_0x1ae5af<0x0||(_0x523782['scopes'][_0x134700(0x375)](_0x1ae5af,0x1),!(_0x523782[_0x134700(0x434)][_0x134700(0x9ba)]>0x0||this[_0x134700(0x475)][_0x134700(0x53b)](_0x596f19[_0x134700(0x2b9)])!==_0x523782)&&(_0x523782[_0x134700(0x88f)][_0x134700(0x45b)](),this[_0x134700(0x475)][_0x134700(0x74c)](_0x596f19[_0x134700(0x2b9)])));});}[_0x1ed4d3(0x45b)](){const _0x1d48db=_0x1ed4d3;this['_entries'][_0x1d48db(0x360)](({registration:_0x392f08})=>_0x392f08[_0x1d48db(0x45b)]()),this[_0x1d48db(0x475)]['clear'](),super[_0x1d48db(0x45b)]();}};pe=Y([J(0x0,c[_0x1ed4d3(0x400)])],pe);const me=new Set([_0x1ed4d3(0x5e0),_0x1ed4d3(0x2ec),_0x1ed4d3(0x3eb),_0x1ed4d3(0x395),_0x1ed4d3(0x5d2),_0x1ed4d3(0x3b3),_0x1ed4d3(0x49a)]),X='FOCUSING_BASE',he=[a[_0x1ed4d3(0x9a4)],a[_0x1ed4d3(0x71f)],a[_0x1ed4d3(0x341)],a[_0x1ed4d3(0x70c)],a[_0x1ed4d3(0x759)],a[_0x1ed4d3(0x6b7)],X,a['EDITOR_ACTIVATED'],a['FORMULA_EDITOR_ACTIVATED']],ge=new Set([c['CopyCommand']['id'],c[_0x1ed4d3(0x262)]['id'],c[_0x1ed4d3(0x678)]['id']]),_e=new Set([_0x1ed4d3(0x922),_0x1ed4d3(0x6b0),_0x1ed4d3(0x31b),'bases-exchange-client.operation.import-base','boards-exchange-client.operation.insert-mermaid']);function ve(_0x49dc59,_0x46f426=[]){const _0x305a83=_0x1ed4d3;let _0x5859b2=_0x49dc59['injector'][_0x305a83(0x53b)](a[_0x305a83(0x90d)]),_0x488c80=_0x5859b2['getUnit'](_0x49dc59[_0x305a83(0x442)],_0x49dc59[_0x305a83(0x5c7)]);if(!_0x488c80)return;let _0x37ae0d=be(_0x5859b2,_0x49dc59,_0x488c80,new f['BehaviorSubject'](_0x488c80),new f[(_0x305a83(0x2ed))](_0x49dc59[_0x305a83(0x982)][_0x305a83(0x7d1)]==='float'&&!_0x49dc59['renderScope']['fullscreen']?null:_0x488c80[_0x305a83(0x872)]())),_0x27d09f=Pe(_0x49dc59[_0x305a83(0x583)],_0x49dc59[_0x305a83(0x5c7)]),_0x13e7fd=Me(_0x49dc59),_0x1fb546=Se(_0x49dc59[_0x305a83(0x583)][_0x305a83(0x53b)](a[_0x305a83(0x8e6)]),_0x49dc59,_0x5859b2,_0x13e7fd,_0x27d09f),_0x3d0452=new Map([[a['IUniverInstanceService'],_0x37ae0d],[a[_0x305a83(0x8e6)],_0x1fb546]]);_0x49dc59[_0x305a83(0x583)][_0x305a83(0x54f)](a[_0x305a83(0x945)])&&_0x3d0452[_0x305a83(0x753)](a['IConfigService'],ze(_0x49dc59[_0x305a83(0x583)][_0x305a83(0x53b)](a[_0x305a83(0x945)])));let _0x31d888=[];_0x49dc59[_0x305a83(0x583)][_0x305a83(0x54f)](de)&&_0x3d0452[_0x305a83(0x753)](de,_0x49dc59['injector'][_0x305a83(0x53b)](de)),_0x27d09f&&_0x3d0452['set'](a['IContextService'],_0x27d09f);let _0x148698=Z(_0x49dc59[_0x305a83(0x583)],_0x3d0452);_0x46f426[_0x305a83(0x360)](_0xe20160=>_0x148698['add'](_0xe20160));let _0x402d95=at(_0x49dc59[_0x305a83(0x583)],_0x148698);if(_0x402d95){_0x148698['add']([c[_0x305a83(0x383)],{'useValue':_0x402d95}]);let _0x302272=new c[(_0x305a83(0x32d))](_0x402d95,_0x37ae0d);_0x148698[_0x305a83(0x363)]([c[_0x305a83(0x810)],{'useValue':_0x302272}]),_0x31d888['push'](_0x302272);}if(_0x49dc59['renderScope'][_0x305a83(0x44f)]){let _0x250ed1=lt(_0x148698,_0x49dc59[_0x305a83(0x442)]),_0x19286c=new c[(_0x305a83(0x546))](),_0x4196a1=new c[(_0x305a83(0x2f8))]();_0x148698[_0x305a83(0x363)]([c['IContextMenuService'],{'useValue':_0x250ed1}]),_0x148698[_0x305a83(0x363)]([c[_0x305a83(0x6da)],{'useValue':_0x19286c}]),_0x148698[_0x305a83(0x363)]([c['ISidebarService'],{'useValue':_0x4196a1}]),_0x31d888[_0x305a83(0x2fa)](_0x250ed1,_0x19286c,_0x4196a1);}else{let _0x3727bd=ct(_0x49dc59[_0x305a83(0x583)],_0x148698,_0x49dc59[_0x305a83(0x442)]);_0x3727bd&&_0x148698[_0x305a83(0x363)]([c[_0x305a83(0x9e0)],{'useValue':_0x3727bd}]);}let _0x7e7f4c=ut(_0x49dc59[_0x305a83(0x583)],_0x49dc59);_0x148698[_0x305a83(0x363)]([c[_0x305a83(0x793)],{'useValue':_0x7e7f4c}]);let _0x653108={'unitId':_0x49dc59[_0x305a83(0x442)],'has':_0x3601cf=>_0x148698[_0x305a83(0x54f)](_0x3601cf),'get':_0x5276ac=>_0x148698[_0x305a83(0x53b)](_0x5276ac)};if(_0x49dc59['injector'][_0x305a83(0x54f)](pe)?_0x31d888[_0x305a83(0x2fa)](_0x49dc59['injector'][_0x305a83(0x53b)](pe)[_0x305a83(0x846)](_0x653108)):_0x49dc59[_0x305a83(0x583)][_0x305a83(0x54f)](c['IUIRuntimeScopeService'])&&_0x31d888[_0x305a83(0x2fa)](_0x49dc59['injector'][_0x305a83(0x53b)](c[_0x305a83(0x400)])[_0x305a83(0x22c)](_0x653108)),_0x31d888[_0x305a83(0x9ba)]){let _0x52143a=_0x148698[_0x305a83(0x45b)][_0x305a83(0x7e0)](_0x148698),_0x16c195=!0x1;_0x148698['dispose']=()=>{const _0x6dee97=_0x305a83;_0x16c195||(_0x16c195=!0x0,_0x31d888[_0x6dee97(0x360)](_0x494519=>_0x494519[_0x6dee97(0x45b)]()),_0x52143a());};}return _0x148698;}function ye(_0x7a0b65,_0x141c85){const _0x2bb0da=_0x1ed4d3;if(!_0x7a0b65[_0x2bb0da(0x54f)](a[_0x2bb0da(0x945)]))return;let _0x17be01=_0x7a0b65[_0x2bb0da(0x53b)](a['IConfigService']);return Z(_0x7a0b65,new Map([[a[_0x2bb0da(0x945)],Re(_0x17be01,_0x141c85)]]));}function be(_0x1764d1,_0x37b2ff,_0x570ffb,_0x580ef0,_0x4236bf){const _0x5182bc=_0x1ed4d3;return{'unitAdded$':_0x1764d1[_0x5182bc(0x338)],'getTypeOfUnitAdded$':(..._0x39a8ce)=>_0x1764d1[_0x5182bc(0x622)](..._0x39a8ce),'__addUnit':(..._0x512978)=>_0x1764d1['__addUnit'](..._0x512978),'unitDisposed$':_0x1764d1[_0x5182bc(0x411)],'getTypeOfUnitDisposed$':(..._0x192b63)=>_0x1764d1['getTypeOfUnitDisposed$'](..._0x192b63),'focused$':_0x4236bf[_0x5182bc(0x7bc)](),'focusUnit':_0x4e4d6d=>{const _0x35f84f=_0x5182bc;if(_0x4e4d6d===null||xe(_0x37b2ff,_0x4e4d6d)){_0x4236bf['getValue']()!==_0x4e4d6d&&_0x4236bf[_0x35f84f(0x592)](_0x4e4d6d);return;}_0x1764d1[_0x35f84f(0x927)](_0x4e4d6d);},'getFocusedUnit':()=>{const _0x324549=_0x5182bc;let _0x408d46=_0x4236bf[_0x324549(0x775)]();return _0x408d46===null?null:_0x408d46===_0x37b2ff[_0x324549(0x442)]?_0x570ffb:(0x0,a[_0x324549(0x210)])(_0x408d46)?_0x1764d1[_0x324549(0x4a8)](_0x408d46)??_0x570ffb:_0x1764d1[_0x324549(0x3a5)]();},'getCurrentUnitOfType':_0x4e586f=>_0x4e586f===_0x37b2ff[_0x5182bc(0x5c7)]?_0x580ef0[_0x5182bc(0x775)]():_0x1764d1[_0x5182bc(0x8e8)](_0x4e586f),'setCurrentUnitForType':_0x3eb0bd=>{const _0x3b8692=_0x5182bc;if(xe(_0x37b2ff,_0x3eb0bd)){_0x580ef0['getValue']()!==_0x570ffb&&_0x580ef0[_0x3b8692(0x592)](_0x570ffb);return;}_0x1764d1[_0x3b8692(0x5d6)](_0x3eb0bd);},'getCurrentTypeOfUnit$':_0x517c39=>_0x517c39===_0x37b2ff[_0x5182bc(0x5c7)]?_0x580ef0['asObservable']():_0x1764d1[_0x5182bc(0x6d4)](_0x517c39),'createUnit':(..._0x503ba9)=>_0x1764d1[_0x5182bc(0x4c7)](..._0x503ba9),'getUnitCreateOptions':(..._0x29d7c1)=>_0x1764d1[_0x5182bc(0x8d7)](..._0x29d7c1),'disposeUnit':(..._0x7db405)=>_0x1764d1['disposeUnit'](..._0x7db405),'registerCtorForType':(..._0x28fd9a)=>_0x1764d1[_0x5182bc(0x6fa)](..._0x28fd9a),'getUnit':(..._0x112579)=>_0x1764d1[_0x5182bc(0x4a8)](..._0x112579),'getAllUnitsForType':(..._0x2b4099)=>_0x1764d1[_0x5182bc(0x62f)](..._0x2b4099),'getUnitType':(..._0x322e11)=>_0x1764d1['getUnitType'](..._0x322e11),'dispose':()=>{}};}function xe(_0x1eecfd,_0x1e5dce){const _0x5e93b2=_0x1ed4d3;return _0x1e5dce===_0x1eecfd[_0x5e93b2(0x442)]||(0x0,a['isInternalEditorID'])(_0x1e5dce);}function Se(_0x1594c6,_0x3bd5fe,_0x363539,_0x3a4c0f,_0x489b6a){const _0x60eb90=_0x1ed4d3;let _0x248c5=_0x3bd5fe[_0x60eb90(0x583)][_0x60eb90(0x54f)](a[_0x60eb90(0x851)])?_0x3bd5fe['injector']['get'](a[_0x60eb90(0x851)]):void 0x0;return{'disposed':()=>_0x1594c6['disposed'](),'hasCommand':_0x2691aa=>_0x1594c6[_0x60eb90(0x5f2)](_0x2691aa),'registerCommand':_0x1edb2d=>_0x1594c6[_0x60eb90(0x61c)](_0x1edb2d),'unregisterCommand':_0x386323=>_0x1594c6['unregisterCommand'](_0x386323),'registerMultipleCommand':_0x4a7799=>_0x1594c6[_0x60eb90(0x403)](_0x4a7799),'executeCommand':async(_0x18377b,_0x228690,_0x1f63c2)=>{const _0x1e948c=_0x60eb90;var _0x24566f;let _0x3c0f59=()=>Ce(_0x18377b,_0x248c5,_0x489b6a,()=>_0x1594c6[_0x1e948c(0x88b)](_0x18377b,Be(_0x3bd5fe,_0x18377b,_0x228690),Te(_0x3bd5fe[_0x1e948c(0x5c7)],_0x3bd5fe[_0x1e948c(0x442)],_0x1f63c2))),_0x5e1cff=Ae(_0x3bd5fe)&&!Ee(_0x18377b)&&!je(_0x18377b),_0x4164ac=_0x3a4c0f||Ee(_0x18377b)||je(_0x18377b)||_0x5e1cff,_0x3f7196=_0x4164ac?De():null;if(!_0x4164ac)return await _0x3c0f59();let _0x5a28a1=_0x363539[_0x1e948c(0x8e8)](_0x3bd5fe['childType']),_0x4956af=((_0x24566f=_0x363539[_0x1e948c(0x3a5)]())==null?void 0x0:_0x24566f[_0x1e948c(0x872)]())??null;try{return _0x363539[_0x1e948c(0x5d6)](_0x3bd5fe[_0x1e948c(0x442)]),_0x5e1cff||_0x363539[_0x1e948c(0x927)](_0x3bd5fe[_0x1e948c(0x442)]),await _0x3c0f59();}finally{we(_0x363539,_0x5a28a1),_0x5e1cff||(Ve(_0x3bd5fe,_0x363539,_0x4956af,_0x3a4c0f),Oe(_0x3bd5fe,_0x3f7196)&&ke(_0x3bd5fe,_0x3f7196));}},'syncExecuteCommand':(_0x103227,_0x42d9ec,_0xf3e548)=>{const _0x1cb833=_0x60eb90;var _0x377081;let _0x506c32=()=>Ce(_0x103227,_0x248c5,_0x489b6a,()=>_0x1594c6['syncExecuteCommand'](_0x103227,Be(_0x3bd5fe,_0x103227,_0x42d9ec),Te(_0x3bd5fe[_0x1cb833(0x5c7)],_0x3bd5fe[_0x1cb833(0x442)],_0xf3e548))),_0xa310b7=Ae(_0x3bd5fe)&&!Ee(_0x103227)&&!je(_0x103227),_0x355f96=_0x3a4c0f||Ee(_0x103227)||je(_0x103227)||_0xa310b7,_0x147a20=_0x355f96?De():null;if(!_0x355f96)return _0x506c32();let _0x584975=_0x363539['getCurrentUnitOfType'](_0x3bd5fe[_0x1cb833(0x5c7)]),_0x4b8a74=((_0x377081=_0x363539['getFocusedUnit']())==null?void 0x0:_0x377081[_0x1cb833(0x872)]())??null;try{return _0x363539[_0x1cb833(0x5d6)](_0x3bd5fe[_0x1cb833(0x442)]),_0xa310b7||_0x363539[_0x1cb833(0x927)](_0x3bd5fe['childUnitId']),_0x506c32();}finally{we(_0x363539,_0x584975),_0xa310b7||(Ve(_0x3bd5fe,_0x363539,_0x4b8a74,_0x3a4c0f),Oe(_0x3bd5fe,_0x147a20)&&ke(_0x3bd5fe,_0x147a20));}},'onCommandExecuted':_0x2fee6c=>_0x1594c6[_0x60eb90(0x245)](_0x2fee6c),'beforeCommandExecuted':_0x4ca455=>_0x1594c6['beforeCommandExecuted'](_0x4ca455),'onMutationExecutedForCollab':_0x129ec9=>_0x1594c6[_0x60eb90(0x3be)](_0x129ec9)};}function Ce(_0x252fed,_0x5f4af0,_0x21342b,_0x4d2759){const _0x15d174=_0x1ed4d3;if(!ge[_0x15d174(0x54f)](_0x252fed)||!_0x5f4af0||!_0x21342b||typeof _0x5f4af0[_0x15d174(0x4f4)]!=_0x15d174(0x508)||_0x5f4af0===_0x21342b)return _0x4d2759();let _0x5afd9c=[];for(let _0x4fe51e of he){let _0xdeaff0=_0x5f4af0[_0x15d174(0x3b1)](_0x4fe51e),_0x567e20=_0x21342b['getContextValue'](_0x4fe51e);_0xdeaff0!==_0x567e20&&(_0x5afd9c[_0x15d174(0x2fa)]({'key':_0x4fe51e,'value':_0xdeaff0}),_0x5f4af0['setContextValue'](_0x4fe51e,_0x567e20));}try{return _0x4d2759();}finally{for(let _0xc5ec85=_0x5afd9c[_0x15d174(0x9ba)]-0x1;_0xc5ec85>=0x0;_0xc5ec85--){let {key:_0x33c3e7,value:_0x3c37c2}=_0x5afd9c[_0xc5ec85];_0x5f4af0[_0x15d174(0x4f4)](_0x33c3e7,_0x3c37c2);}}}function we(_0x4a54a2,_0x5a6eca){const _0x2bb890=_0x1ed4d3;if(!_0x5a6eca)return;let _0x2220ca=_0x5a6eca[_0x2bb890(0x872)]();_0x4a54a2['getUnit'](_0x2220ca)&&_0x4a54a2[_0x2bb890(0x5d6)](_0x2220ca);}function Te(_0x21a993,_0x5c1562,_0x31fcee){const _0x173375=_0x1ed4d3;return _0x21a993===a[_0x173375(0x747)][_0x173375(0x8d2)]?{..._0x31fcee,'unitId':_0x5c1562}:_0x31fcee;}function Ee(_0x20ed5e){const _0x317c98=_0x1ed4d3;return _0x20ed5e===a[_0x317c98(0x5df)]['id']||_0x20ed5e===a['RedoCommand']['id'];}function De(){const _0x49024b=_0x1ed4d3;return typeof document<'u'&&document[_0x49024b(0x503)]instanceof HTMLElement?document['activeElement']:null;}function Oe(_0x38a58d,_0x3e22a3){const _0x510972=_0x1ed4d3;if(!_0x3e22a3||_0x38a58d[_0x510972(0x5c7)]===a['UniverInstanceType'][_0x510972(0x32f)])return _0x3e22a3!=null;let _0x394620=_0x3e22a3;for(;_0x394620;){if(a[_0x510972(0x880)]['some'](_0x2de645=>(_0x394620==null?void 0x0:_0x394620['id'])===_0x510972(0x4ee)+_0x2de645||(_0x394620==null?void 0x0:_0x394620['id'])===_0x510972(0x3d0)+_0x2de645))return!0x1;_0x394620=_0x394620[_0x510972(0x986)];}return!0x0;}function ke(_0x341dc7,_0x4cdfd6){const _0x3a2cb7=_0x1ed4d3;var _0x1bcaf1;let _0x35256a=()=>{const _0x2e8aa5=_0x54e0;let _0x2e21a5=_0x341dc7[_0x2e8aa5(0x982)]['contentRoot']??_0x341dc7[_0x2e8aa5(0x982)][_0x2e8aa5(0x3c8)],_0x2373d8=_0x4cdfd6!=null&&_0x4cdfd6[_0x2e8aa5(0x89c)]?_0x4cdfd6:_0x2e21a5[_0x2e8aa5(0x55c)](_0x2e8aa5(0x2a6))??_0x2e21a5;!_0x2373d8[_0x2e8aa5(0x89c)]||_0x2373d8[_0x2e8aa5(0x2f2)][_0x2e8aa5(0x503)]===_0x2373d8||(_0x2373d8['hasAttribute'](_0x2e8aa5(0x6f1))||(_0x2373d8[_0x2e8aa5(0x5d4)]=-0x1),_0x2373d8['focus']({'preventScroll':!0x0}));};_0x35256a(),(_0x1bcaf1=_0x341dc7['renderScope']['rootElement'][_0x3a2cb7(0x2f2)][_0x3a2cb7(0x2e9)])==null||_0x1bcaf1['requestAnimationFrame'](_0x35256a);}function Ae(_0x543c75){const _0xf48088=_0x1ed4d3;if(_0x543c75['childType']===a[_0xf48088(0x747)][_0xf48088(0x8d2)]||_0x543c75[_0xf48088(0x982)][_0xf48088(0x7d1)]!==_0xf48088(0x681)||!_0x543c75['injector'][_0xf48088(0x54f)](G))return!0x1;let _0x4d426f=_0x543c75[_0xf48088(0x583)][_0xf48088(0x53b)](G)[_0xf48088(0x22f)]();return((_0x4d426f==null?void 0x0:_0x4d426f['sessionMode'])===_0xf48088(0x950)||(_0x4d426f==null?void 0x0:_0x4d426f['sessionMode'])==='child-fullscreen')&&_0x4d426f['embedId']===_0x543c75[_0xf48088(0x666)]&&_0x4d426f[_0xf48088(0x565)]===_0x543c75['hostUnitId']&&_0x4d426f[_0xf48088(0x442)]===_0x543c75['childUnitId']&&_0x4d426f[_0xf48088(0x5c7)]===_0x543c75[_0xf48088(0x5c7)];}function je(_0x439655){const _0x3d1185=_0x1ed4d3;return _0x439655===s[_0x3d1185(0x7b0)]['id'];}function Me(_0x48bb7f){const _0xc932b0=_0x1ed4d3;return _0x48bb7f[_0xc932b0(0x982)][_0xc932b0(0x44f)]||_0x48bb7f[_0xc932b0(0x3e8)]['entry']===_0xc932b0(0x53e)?!0x0:Ne(_0x48bb7f);}function Ne(_0x4d080e){const _0x15f9fe=_0x1ed4d3;var _0x11d8e2;return _0x4d080e[_0x15f9fe(0x3e8)][_0x15f9fe(0x8bf)]===_0x15f9fe(0x511)||_0x4d080e[_0x15f9fe(0x3e8)][_0x15f9fe(0x8bf)]===_0x15f9fe(0x983)||_0x4d080e[_0x15f9fe(0x3e8)][_0x15f9fe(0x8bf)]===_0x15f9fe(0x204)||_0x4d080e['layout']===_0x15f9fe(0x282)||!!((_0x11d8e2=_0x4d080e[_0x15f9fe(0x3e8)][_0x15f9fe(0x440)])!=null&&_0x11d8e2[_0x15f9fe(0x9c5)]);}function Pe(_0x45c2ad,_0x2a9ea3){const _0x27618d=_0x1ed4d3;if(!_0x45c2ad[_0x27618d(0x54f)](a[_0x27618d(0x851)]))return;let _0x3ee64c=_0x45c2ad[_0x27618d(0x53b)](a[_0x27618d(0x851)]),_0x2816ea=Fe(_0x2a9ea3),_0x175a75=new f['Subject']();return{'contextChanged$':(0x0,f[_0x27618d(0x5b7)])((_0x3ee64c[_0x27618d(0x680)]??f[_0x27618d(0x3ac)])[_0x27618d(0x83c)]((0x0,f[_0x27618d(0x572)])(_0x4d29f3=>Object[_0x27618d(0x291)](Object[_0x27618d(0x2f3)](_0x4d29f3)['filter'](([_0x2843b5])=>!Le(_0x2843b5)))),(0x0,f[_0x27618d(0x699)])(_0x13bcb4=>Object['keys'](_0x13bcb4)[_0x27618d(0x9ba)]>0x0)),_0x175a75),'getContextValue':_0x180517=>Le(_0x180517)?Ie(_0x2816ea,_0x180517):_0x3ee64c[_0x27618d(0x3b1)](_0x180517),'setContextValue':(_0x29756e,_0x5e89f2)=>{const _0x4c7eee=_0x27618d;if(!Le(_0x29756e)){_0x3ee64c[_0x4c7eee(0x4f4)](_0x29756e,_0x5e89f2);return;}_0x2816ea['set'](_0x29756e,_0x5e89f2),_0x175a75[_0x4c7eee(0x592)]({[_0x29756e]:_0x5e89f2});},'subscribeContextValue$':_0x4a4e87=>Le(_0x4a4e87)?new f['Observable'](_0x1cd8cf=>{const _0x179777=_0x27618d;let _0x293e61=_0x175a75['pipe']((0x0,f['filter'])(_0x30e896=>_0x30e896[_0x4a4e87]!==void 0x0))[_0x179777(0x49c)](_0xc46a7e=>_0x1cd8cf[_0x179777(0x592)](_0xc46a7e[_0x4a4e87]));return _0x1cd8cf['next'](Ie(_0x2816ea,_0x4a4e87)),()=>_0x293e61[_0x179777(0x465)]();}):_0x3ee64c[_0x27618d(0x8ae)](_0x4a4e87)};}function Fe(_0x3a1e63){const _0x4cbaeb=_0x1ed4d3;return new Map([[a[_0x4cbaeb(0x9a4)],!0x0],[a[_0x4cbaeb(0x71f)],_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x32f)]||_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x563)]||_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x83f)]],[a[_0x4cbaeb(0x341)],_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x32f)]],[a[_0x4cbaeb(0x70c)],_0x3a1e63===a['UniverInstanceType']['UNIVER_DOC']],[a[_0x4cbaeb(0x759)],_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x83f)]],[a['FOCUSING_BOARD'],_0x3a1e63===a[_0x4cbaeb(0x747)]['UNIVER_BOARD']],[X,_0x3a1e63===a[_0x4cbaeb(0x747)][_0x4cbaeb(0x8ed)]]]);}function Ie(_0x2c088f,_0x53d85f){const _0x47949b=_0x1ed4d3;return _0x2c088f[_0x47949b(0x53b)](_0x53d85f)??!0x1;}function Le(_0xa8a14f){const _0x1b4948=_0x1ed4d3;return _0xa8a14f['startsWith']('FOCUSING_')||_0xa8a14f===a[_0x1b4948(0x391)]||_0xa8a14f===a[_0x1b4948(0x8c4)];}function Re(_0x22b56b,_0x44c125){const _0x467bdf=_0x1ed4d3;return{'getConfig':_0x5d8498=>{const _0x56411e=_0x54e0;let _0x4c2e70=_0x22b56b[_0x56411e(0x6af)](_0x5d8498),_0x5aaec8=_0x44c125[_0x56411e(0x53b)](_0x5d8498);return _0x5aaec8?_0x5aaec8(_0x4c2e70):_0x4c2e70;},'setConfig':_0x22b56b['setConfig'][_0x467bdf(0x7e0)](_0x22b56b),'deleteConfig':_0x22b56b[_0x467bdf(0x59d)]['bind'](_0x22b56b),'subscribeConfigValue$':_0x22b56b[_0x467bdf(0x763)][_0x467bdf(0x7e0)](_0x22b56b),'configChanged$':_0x22b56b[_0x467bdf(0x820)],'dispose':()=>{}};}function ze(_0x31ec37){const _0x35510f=_0x1ed4d3;return Re(_0x31ec37,new Map([[_0x35510f(0x352),_0x382ff0=>{const _0x255fd0=_0x35510f;let _0x1c9bb3={..._0x382ff0??{}};return _e[_0x255fd0(0x360)](_0x5f35be=>{_0x1c9bb3[_0x5f35be]={..._0x1c9bb3[_0x5f35be],'hidden':!0x0};}),_0x1c9bb3;}]]));}function Be(_0x223fcd,_0x308ab6,_0x5cce04){const _0xae5599=_0x1ed4d3;if(_0x308ab6!==t[_0xae5599(0x78d)]['id']||!_0x5cce04||typeof _0x5cce04!=_0xae5599(0x56b))return _0x5cce04;let _0x40a504=_0x5cce04;return _0x40a504['parentEmbedId']?_0x40a504:{..._0x40a504,'parentEmbedId':_0x223fcd[_0xae5599(0x666)]};}function Z(_0x1cea6e,_0x5cf3dd,_0x31b0d1=_0x1cea6e){const _0x47a074=_0x1ed4d3;let _0x46ebd1=Qe(_0x1cea6e)??_0x31b0d1,_0x50dca2=new Map(_0x5cf3dd),_0x3d107d=new Map(),_0x515168=new Set(),_0x3a6917=new Map(),_0x73857e;_0x50dca2[_0x47a074(0x360)]((_0x244f43,_0x14c572)=>{_0x49e598(_0x14c572);});function _0x49e598(_0x4df1c6){const _0x1393e1=_0x47a074;let _0x325785=Ue(_0x4df1c6);return _0x515168[_0x1393e1(0x363)](_0x325785),_0x3a6917[_0x1393e1(0x54f)](_0x325785)||_0x3a6917['set'](_0x325785,_0x4df1c6),_0x325785;}let _0x11e43a=_0x3565b4=>_0x50dca2['has'](_0x3565b4)||_0x3d107d[_0x47a074(0x54f)](_0x3565b4)?_0x3565b4:_0x3a6917['get'](Ue(_0x3565b4))??_0x3565b4,_0x5086a9=_0x544691=>{const _0x5c9df6=_0x47a074;let _0x5b6ec7=_0x11e43a(_0x544691);if(_0x50dca2['has'](_0x5b6ec7))return _0x50dca2[_0x5c9df6(0x53b)](_0x5b6ec7);let _0xfd235d=_0x3d107d['get'](_0x5b6ec7);if(!_0xfd235d)return;let _0x21c050=_0xfd235d();return _0x3d107d[_0x5c9df6(0x74c)](_0x5b6ec7),_0x50dca2[_0x5c9df6(0x753)](_0x5b6ec7,_0x21c050),Ye(_0x73857e,_0x5b6ec7,_0x21c050),_0x5b6ec7!==_0x544691&&Ye(_0x73857e,_0x544691,_0x21c050),_0x21c050;},_0x23c627=_0x3614fb=>{const _0x4e48a6=_0x47a074;let _0x3ff3b2=_0x11e43a(_0x3614fb);return _0x50dca2[_0x4e48a6(0x54f)](_0x3ff3b2)||_0x3d107d[_0x4e48a6(0x54f)](_0x3ff3b2);},_0x21f6f4=_0x16eeb4=>_0x515168['has'](Ue(_0x16eeb4)),_0xedbdcd=_0x2711dc=>me[_0x47a074(0x54f)](Ue(_0x2711dc)),_0x1aa27d=_0x4e370f=>!_0x21f6f4(_0x4e370f)&&_0x1cea6e['has'](_0x4e370f),_0x4c6c50=()=>{const _0x581745=_0x47a074;if(_0x73857e)return _0x73857e;let _0x2a09ba=_0x1cea6e[_0x581745(0x500)];if(typeof _0x2a09ba==_0x581745(0x508))return _0x73857e=_0x2a09ba[_0x581745(0x5db)](_0x1cea6e,[...rt(_0x50dca2),[a[_0x581745(0x6f8)],{'useFactory':()=>_0x73857e}]]),_0x73857e;},_0x21d214={'has':_0x41e456=>{const _0x18486b=_0x47a074;if(_0x41e456===a[_0x18486b(0x6f8)]||_0x23c627(_0x41e456)||_0x1aa27d(_0x41e456))return!0x0;let _0x1c51d9=_0x4c6c50();return(_0x1c51d9==null?void 0x0:_0x1c51d9[_0x18486b(0x54f)](_0x41e456))??_0x1cea6e[_0x18486b(0x54f)](_0x41e456);},'get':(_0x55813a,..._0xac7ec5)=>{const _0x748609=_0x47a074;if(_0x55813a===a[_0x748609(0x6f8)])return _0x21d214;if(We(_0xac7ec5,a[_0x748609(0x5f9)]['SELF'])){let _0x56cd44=_0x4c6c50();_0x3cc65d(_0x56cd44,_0x55813a);let _0x2836ae=qe(_0x56cd44,_0x55813a);return _0x2836ae[_0x748609(0x428)]?_0x2836ae[_0x748609(0x2fe)]:Ke(_0x56cd44||_0x1cea6e,_0x55813a,_0xac7ec5);}return _0x23c627(_0x55813a)?_0x5086a9(_0x55813a):We(_0xac7ec5,a[_0x748609(0x5f9)][_0x748609(0x83e)])?Ke(_0x1cea6e,_0x55813a,Ge(_0xac7ec5,a[_0x748609(0x5f9)][_0x748609(0x83e)])):_0x1aa27d(_0x55813a)?Ke(_0x1cea6e,_0x55813a,_0xac7ec5):Ke(_0x4c6c50()||_0x1cea6e,_0x55813a,_0xac7ec5);},'invoke':(_0x568764,..._0x3b058d)=>_0x568764({'has':_0x18c2aa=>{const _0x2c14b3=_0x47a074;if(_0x18c2aa===a[_0x2c14b3(0x6f8)]||_0x23c627(_0x18c2aa)||_0x1aa27d(_0x18c2aa))return!0x0;let _0x3b89b3=_0x4c6c50();return(_0x3b89b3==null?void 0x0:_0x3b89b3[_0x2c14b3(0x54f)](_0x18c2aa))??_0x1cea6e['has'](_0x18c2aa);},'get':(_0x563d20,..._0x1f5c0b)=>{const _0x20b9f8=_0x47a074;if(_0x563d20===a[_0x20b9f8(0x6f8)])return _0x21d214;if(We(_0x1f5c0b,a[_0x20b9f8(0x5f9)][_0x20b9f8(0x427)])){let _0x197444=_0x4c6c50();_0x3cc65d(_0x197444,_0x563d20);let _0x4f64a0=qe(_0x197444,_0x563d20);return _0x4f64a0[_0x20b9f8(0x428)]?_0x4f64a0[_0x20b9f8(0x2fe)]:Ke(_0x197444||_0x1cea6e,_0x563d20,_0x1f5c0b);}return _0x23c627(_0x563d20)?_0x5086a9(_0x563d20):We(_0x1f5c0b,a[_0x20b9f8(0x5f9)][_0x20b9f8(0x83e)])?Ke(_0x1cea6e,_0x563d20,Ge(_0x1f5c0b,a['LookUp'][_0x20b9f8(0x83e)])):_0x1aa27d(_0x563d20)?Ke(_0x1cea6e,_0x563d20,_0x1f5c0b):Ke(_0x4c6c50()||_0x1cea6e,_0x563d20,_0x1f5c0b);}},..._0x3b058d),'add':_0x1a18a5=>{const _0xd7b243=_0x47a074;let _0xb254f4=it(_0x1a18a5);if(_0xb254f4){if(_0xb254f4[_0xd7b243(0x405)]!==_0xd7b243(0x24f)&&_0x1aa27d(_0xb254f4['identifier'])&&!_0xedbdcd(_0xb254f4[_0xd7b243(0x869)]))return;let _0x22bf14=Ue(_0xb254f4[_0xd7b243(0x869)]);if(_0x515168[_0xd7b243(0x54f)](_0x22bf14))return;if(_0x49e598(_0xb254f4[_0xd7b243(0x869)]),_0xb254f4[_0xd7b243(0x405)]==='value')_0x3d107d['delete'](_0xb254f4[_0xd7b243(0x869)]),_0x50dca2[_0xd7b243(0x753)](_0xb254f4['identifier'],_0xb254f4[_0xd7b243(0x2fe)]);else{let _0x5495dd=_0x4c6c50();_0x5495dd?Ze(_0x5495dd,_0xb254f4[_0xd7b243(0x869)])||_0x5495dd[_0xd7b243(0x363)](_0x1a18a5):(_0x50dca2[_0xd7b243(0x74c)](_0xb254f4[_0xd7b243(0x869)]),_0x3d107d[_0xd7b243(0x753)](_0xb254f4[_0xd7b243(0x869)],_0xb254f4['factory']));}return;}let _0x11b2c8=Ue(He(_0x1a18a5));if(_0x11b2c8!=null){if(_0x515168[_0xd7b243(0x54f)](_0x11b2c8))return;_0x49e598(He(_0x1a18a5));}let _0x19eab2=_0x4c6c50();if(_0x19eab2){_0x19eab2[_0xd7b243(0x363)](_0x1a18a5);return;}_0x1cea6e[_0xd7b243(0x363)](_0x1a18a5);},'createChild':(_0x59799f=[])=>{const _0x2d359f=_0x47a074;let _0x2701fc=new Map(_0x50dca2);_0x3a6917[_0x2d359f(0x360)](_0x506a28=>{const _0x38bd91=_0x2d359f;if(_0x2701fc['has'](_0x506a28))return;if(_0x23c627(_0x506a28)){_0x2701fc[_0x38bd91(0x753)](_0x506a28,_0x5086a9(_0x506a28));return;}let _0x3bd7ee=_0x4c6c50();_0x3bd7ee&&Ze(_0x3bd7ee,_0x506a28)&&_0x2701fc[_0x38bd91(0x753)](_0x506a28,Ke(_0x3bd7ee,_0x506a28,[a[_0x38bd91(0x5f9)][_0x38bd91(0x427)]]));});let _0x4c15d5=[];_0x59799f[_0x2d359f(0x360)](_0x4f3a01=>{const _0x572c5c=_0x2d359f;let _0x398e05=it(_0x4f3a01);if((_0x398e05==null?void 0x0:_0x398e05[_0x572c5c(0x405)])===_0x572c5c(0x2fe)){_0x2701fc[_0x572c5c(0x753)](_0x398e05[_0x572c5c(0x869)],_0x398e05['value']);return;}_0x4c15d5[_0x572c5c(0x2fa)](_0x4f3a01);});let _0x11bb86=Z(_0x1cea6e,_0x2701fc,_0x46ebd1);return _0x4c15d5[_0x2d359f(0x360)](_0x4d15eb=>{const _0x18c3a6=_0x2d359f;_0x11bb86[_0x18c3a6(0x363)](_0x4d15eb);}),_0x11bb86;},'createInstance':(..._0x479ea1)=>{const _0x5143f7=_0x47a074;let _0x2f309f=_0x4c6c50(),_0x362f10=_0x2f309f==null?void 0x0:_0x2f309f[_0x5143f7(0x8e3)];if(_0x2f309f&&typeof _0x362f10=='function')return _0x2d7eb4(_0x2f309f,_0x479ea1[0x0]),_0x362f10[_0x5143f7(0x243)](_0x2f309f,_0x479ea1);let _0x1314a7=_0x1cea6e[_0x5143f7(0x8e3)];if(typeof _0x1314a7=='function')return _0x1314a7[_0x5143f7(0x243)](_0x1cea6e,_0x479ea1);let [_0x4913fa,..._0x1892e3]=_0x479ea1;return new _0x4913fa(..._0x1892e3);},'dispose':()=>{const _0x5a560f=_0x47a074;_0x73857e&&$e(_0x73857e,_0x46ebd1,_0x50dca2[_0x5a560f(0x3e4)]()),_0x73857e=void 0x0,_0x515168[_0x5a560f(0x9c2)](),_0x3a6917[_0x5a560f(0x9c2)](),_0x3d107d[_0x5a560f(0x9c2)]();}};function _0x3cc65d(_0x39ce13,_0xf26e59){!_0x39ce13||!_0x23c627(_0xf26e59)||Ye(_0x39ce13,_0xf26e59,_0x5086a9(_0xf26e59));}function _0x2d7eb4(_0x411c53,_0x2cc236){Xe(_0x2cc236)['forEach'](_0x3a695d=>_0x3cc65d(_0x411c53,_0x3a695d));}return _0x21d214[_0x47a074(0x225)]=_0x46ebd1,_0x21d214;}function Ve(_0x460f34,_0x39625a,_0x6d1165,_0x83b78=!0x0){const _0x17b792=_0x1ed4d3;let _0x5d94ba=_0x83b78&&_0x460f34[_0x17b792(0x583)][_0x17b792(0x54f)](G)?_0x460f34[_0x17b792(0x583)][_0x17b792(0x53b)](G):void 0x0;_0x39625a['focusUnit'](_0x5d94ba!=null&&_0x5d94ba['hasChildInteractionLease'](_0x460f34[_0x17b792(0x666)])?_0x460f34[_0x17b792(0x442)]:_0x6d1165);}function He(_0x553329){const _0x2f1872=_0x1ed4d3;return Array[_0x2f1872(0x737)](_0x553329)?_0x553329[0x0]:_0x553329;}function Ue(_0x327f5b){const _0x14763a=_0x1ed4d3;let _0x297ef4=_0x327f5b==null?void 0x0:_0x327f5b['decoratorName'];return typeof _0x297ef4=='string'&&_0x297ef4?_0x14763a(0x66d)+_0x297ef4:_0x327f5b;}function We(_0x4d634b,_0x108edf){const _0x46069c=_0x1ed4d3;return _0x4d634b[_0x46069c(0x95f)](_0x108edf);}function Ge(_0x102053,_0x435006){return _0x102053['filter'](_0xac19fd=>_0xac19fd!==_0x435006);}function Ke(_0x2d186a,_0x46bdf9,_0x52127e){const _0x5bcb8e=_0x1ed4d3;return _0x2d186a[_0x5bcb8e(0x53b)](_0x46bdf9,..._0x52127e);}function qe(_0x475a3e,_0x2266d4){const _0x4fd907=_0x1ed4d3;var _0x46ac62;let _0x1fbf34=_0x475a3e==null||(_0x46ac62=_0x475a3e['resolvedDependencyCollection'])==null?void 0x0:_0x46ac62[_0x4fd907(0x91c)];if(!_0x1fbf34)return{'resolved':!0x1};let _0x233dcf=Je(_0x1fbf34['get'](_0x2266d4));if(_0x233dcf['resolved'])return _0x233dcf;let _0x38af43=Ue(_0x2266d4);for(let [_0x4fb209,_0x5bb949]of _0x1fbf34){if(_0x4fb209===_0x2266d4||Ue(_0x4fb209)!==_0x38af43)continue;let _0x3530e8=Je(_0x5bb949);if(_0x3530e8[_0x4fd907(0x428)])return _0x3530e8;}return{'resolved':!0x1};}function Je(_0x441ebb){const _0x3cbca2=_0x1ed4d3;return!_0x441ebb||_0x441ebb[_0x3cbca2(0x9ba)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x441ebb[0x0]};}function Ye(_0x52dc2e,_0x536583,_0x48c402){const _0x1dc5d3=_0x1ed4d3;!_0x52dc2e||Ze(_0x52dc2e,_0x536583)||_0x52dc2e[_0x1dc5d3(0x363)]([_0x536583,{'useValue':_0x48c402}]);}function Xe(_0x4555db){const _0x2e50e7=_0x1ed4d3;if(!_0x4555db||typeof _0x4555db!=_0x2e50e7(0x508)&&typeof _0x4555db!='object')return[];for(let _0x17a1be of Object[_0x2e50e7(0x48f)](_0x4555db)){let _0x4919cc=_0x4555db[_0x17a1be];if(!Array[_0x2e50e7(0x737)](_0x4919cc))continue;let _0xd7c788=_0x4919cc['map'](_0x299082=>_0x299082==null?void 0x0:_0x299082[_0x2e50e7(0x869)])[_0x2e50e7(0x699)](_0x5e932a=>_0x5e932a!==void 0x0);if(_0xd7c788[_0x2e50e7(0x9ba)])return _0xd7c788;}return[];}function Ze(_0x4fda0d,_0x25e356){const _0x23c148=_0x1ed4d3;var _0x3aa4fd,_0x5afce1,_0x3b113c,_0xa8bbe0;let _0x3dfa01=_0x4fda0d;return!!((_0x3aa4fd=_0x3dfa01[_0x23c148(0x64e)])!=null&&(_0x5afce1=_0x3aa4fd[_0x23c148(0x54f)])!=null&&_0x5afce1[_0x23c148(0x5db)](_0x3aa4fd,_0x25e356)||(_0x3b113c=_0x3dfa01['resolvedDependencyCollection'])!=null&&(_0xa8bbe0=_0x3b113c[_0x23c148(0x54f)])!=null&&_0xa8bbe0[_0x23c148(0x5db)](_0x3b113c,_0x25e356));}function Qe(_0x3fdc5d){const _0x4fe359=_0x1ed4d3;return _0x3fdc5d[_0x4fe359(0x225)];}function $e(_0x3dd132,_0x4a02c7,_0x2738d3=[]){const _0x5d00a6=_0x1ed4d3;let _0x550c28=et(_0x4a02c7);for(let _0x128609 of _0x2738d3)_0x550c28[_0x5d00a6(0x363)](_0x128609);tt(_0x3dd132,_0x550c28),_0x3dd132[_0x5d00a6(0x45b)]();}function et(_0x12a61f){const _0x3f136b=_0x1ed4d3;let _0x43a9cd=new Set(),_0x88bcf9=nt(_0x12a61f);return _0x88bcf9&&_0x88bcf9[_0x3f136b(0x360)](_0x8ec3c5=>{const _0x1cffc6=_0x3f136b;Array['isArray'](_0x8ec3c5)&&_0x8ec3c5[_0x1cffc6(0x360)](_0x780a02=>_0x43a9cd['add'](_0x780a02));}),_0x43a9cd;}function tt(_0x58660e,_0x1a5c6b,_0x5b2c45=new Set()){const _0x3f6130=_0x1ed4d3;if(_0x5b2c45[_0x3f6130(0x54f)](_0x58660e))return;_0x5b2c45[_0x3f6130(0x363)](_0x58660e);let _0x1857eb=_0x58660e[_0x3f6130(0x4bb)];_0x1857eb==null||_0x1857eb[_0x3f6130(0x360)](_0x407e65=>tt(_0x407e65,_0x1a5c6b,_0x5b2c45));let _0x320c1b=nt(_0x58660e);_0x320c1b&&_0x320c1b[_0x3f6130(0x360)]((_0x3fbce3,_0x56da30)=>{const _0x49ecca=_0x3f6130;if(!Array[_0x49ecca(0x737)](_0x3fbce3))return;let _0x5ae7ee=_0x3fbce3[_0x49ecca(0x699)](_0x276a36=>!_0x1a5c6b['has'](_0x276a36));if(_0x5ae7ee['length']!==_0x3fbce3[_0x49ecca(0x9ba)]){if(_0x5ae7ee['length']===0x0){_0x320c1b['delete'](_0x56da30);return;}_0x320c1b[_0x49ecca(0x753)](_0x56da30,_0x5ae7ee);}});}function nt(_0x35ef8f){const _0x44c8e7=_0x1ed4d3;var _0x58ead1;return(_0x58ead1=_0x35ef8f['resolvedDependencyCollection'])==null?void 0x0:_0x58ead1[_0x44c8e7(0x91c)];}function rt(_0x6d2afd){return Array['from'](_0x6d2afd,([_0x306345,_0x297d59])=>[_0x306345,{'useValue':_0x297d59}]);}function it(_0x22fdda){const _0x390f79=_0x1ed4d3;if(!Array[_0x390f79(0x737)](_0x22fdda)||_0x22fdda[_0x390f79(0x9ba)]<0x2)return;let [_0x5c0444,_0x1a3d10]=_0x22fdda;if(!(!_0x1a3d10||typeof _0x1a3d10!='object')){if(_0x390f79(0x797)in _0x1a3d10)return{'kind':_0x390f79(0x2fe),'identifier':_0x5c0444,'value':_0x1a3d10[_0x390f79(0x797)]};if(typeof _0x1a3d10[_0x390f79(0x6c2)]==_0x390f79(0x508))return{'kind':_0x390f79(0x24f),'identifier':_0x5c0444,'factory':_0x1a3d10[_0x390f79(0x6c2)]};}}function at(_0x39e735,_0x5f1d61){const _0x52531b=_0x1ed4d3;if(!_0x39e735['has'](c['IMenuManagerService']))return;let _0x40db30=_0x39e735['get'](c[_0x52531b(0x383)]),_0x362146=_0x40db30[_0x52531b(0x76b)];return ot(typeof _0x362146=='function'?_0x362146[_0x52531b(0x5db)](_0x40db30,_0x5f1d61):_0x40db30);}function ot(_0x3a8ff9){const _0x20b4c2=_0x1ed4d3;return{'menuChanged$':_0x3a8ff9[_0x20b4c2(0x7dd)],'mergeMenu':(_0x439a8d,_0x38172f)=>_0x3a8ff9[_0x20b4c2(0x669)](_0x439a8d,_0x38172f),'appendRootMenu':_0x5afa4d=>_0x3a8ff9['appendRootMenu'](_0x5afa4d),'getMenuByPositionKey':_0x43ea85=>st(_0x3a8ff9[_0x20b4c2(0x542)](_0x43ea85)),'getFlatMenuByPositionKey':_0x5d03fe=>st(_0x3a8ff9[_0x20b4c2(0x80b)](_0x5d03fe))};}function st(_0x342b10){const _0x354c11=_0x1ed4d3;return _0x342b10[_0x354c11(0x701)](_0x269ee5=>{const _0x130ed0=_0x354c11;var _0x13c6b7;if(_e[_0x130ed0(0x54f)](((_0x13c6b7=_0x269ee5[_0x130ed0(0x855)])==null?void 0x0:_0x13c6b7['id'])??_0x269ee5[_0x130ed0(0x311)]))return[];if(!_0x269ee5[_0x130ed0(0x4bb)])return[_0x269ee5];let _0x100351=st(_0x269ee5[_0x130ed0(0x4bb)]);return _0x269ee5[_0x130ed0(0x4bb)][_0x130ed0(0x9ba)]>0x0&&_0x100351['length']===0x0&&!_0x269ee5[_0x130ed0(0x855)]&&!_0x269ee5[_0x130ed0(0x517)]?[]:[{..._0x269ee5,'children':_0x100351}];});}function ct(_0x247433,_0x29cb2d,_0x3aae5e){const _0x52fe47=_0x1ed4d3;if(!_0x247433['has'](c[_0x52fe47(0x9e0)]))return;let _0x3fd1ed=_0x247433[_0x52fe47(0x53b)](c[_0x52fe47(0x9e0)]);return{get 'disabled'(){const _0x3ea4d3=_0x52fe47;return _0x3fd1ed[_0x3ea4d3(0x486)];},set 'disabled'(_0x42cdce){const _0x39bf65=_0x52fe47;_0x3fd1ed[_0x39bf65(0x486)]=_0x42cdce;},get 'visible'(){const _0x65cab5=_0x52fe47;return _0x3fd1ed[_0x65cab5(0x87b)];},'enable':()=>_0x3fd1ed[_0x52fe47(0x4ac)](),'disable':()=>_0x3fd1ed[_0x52fe47(0x488)](),'triggerContextMenu':(_0x3ca344,_0x4a8d29,_0x488bf7)=>{const _0x2f26ea=_0x52fe47;_0x3fd1ed[_0x2f26ea(0x53c)](_0x3ca344,_0x4a8d29,{..._0x488bf7,'unitId':(_0x488bf7==null?void 0x0:_0x488bf7[_0x2f26ea(0x2b9)])??_0x3aae5e});},'hideContextMenu':()=>_0x3fd1ed['hideContextMenu'](),'registerContextMenuHandler':_0x3652cd=>_0x3fd1ed[_0x52fe47(0x884)](_0x3652cd)};}function lt(_0x28a51f,_0x538950){const _0x3c7122=_0x1ed4d3;let _0x1d7919=new c[(_0x3c7122(0x272))]();return{get 'disabled'(){const _0x1b0f8d=_0x3c7122;return _0x1d7919[_0x1b0f8d(0x486)];},set 'disabled'(_0x30ac76){_0x1d7919['disabled']=_0x30ac76;},get 'visible'(){const _0x2ed3e0=_0x3c7122;return _0x1d7919[_0x2ed3e0(0x87b)];},'enable':()=>_0x1d7919[_0x3c7122(0x4ac)](),'disable':()=>_0x1d7919[_0x3c7122(0x488)](),'triggerContextMenu':(_0x567fb0,_0xb54ade,_0x24da20)=>{const _0x4689f5=_0x3c7122;_0x1d7919[_0x4689f5(0x53c)](_0x567fb0,_0xb54ade,{..._0x24da20,'unitId':(_0x24da20==null?void 0x0:_0x24da20[_0x4689f5(0x2b9)])??_0x538950});},'hideContextMenu':()=>_0x1d7919[_0x3c7122(0x3ce)](),'registerContextMenuHandler':_0x2ebb8c=>_0x1d7919[_0x3c7122(0x884)](_0x2ebb8c),'dispose':()=>_0x1d7919['dispose']()};}function ut(_0x4c04b8,_0x53e91b){const _0x2eff28=_0x1ed4d3;let _0x1e8c44=_0x4c04b8['get'](c[_0x2eff28(0x793)]),_0x324dce=_0x4c04b8[_0x2eff28(0x54f)](q)?_0x4c04b8[_0x2eff28(0x53b)](q):void 0x0,_0x46b0fa=_0x4c04b8[_0x2eff28(0x54f)](G)?_0x4c04b8['get'](G):void 0x0,_0x565162=_0x53e91b[_0x2eff28(0x982)]['rootElement'],_0x257224=_0x53e91b[_0x2eff28(0x982)][_0x2eff28(0x815)]??_0x565162,_0x1150b4=new Set([_0x565162,_0x257224]),_0x3170d0=_0x53e91b[_0x2eff28(0x982)][_0x2eff28(0x7d1)]!=='float'||_0x53e91b[_0x2eff28(0x982)][_0x2eff28(0x44f)],_0x4765c6=(_0x480c3f,_0x2ad608)=>{const _0x3af529=_0x2eff28;_0x1150b4[_0x3af529(0x363)](_0x480c3f);let _0x574eb5=(_0x2ad608==null?void 0x0:_0x2ad608['registerChildInteraction'])&&_0x3170d0,_0x2a98b2=_0x574eb5?dt(_0x480c3f):void 0x0,_0x5ebac2=_0x574eb5?_0x324dce==null?void 0x0:_0x324dce[_0x3af529(0x661)](_0x53e91b[_0x3af529(0x666)],_0x480c3f):void 0x0,_0x18a549=_0x574eb5?_0x46b0fa==null?void 0x0:_0x46b0fa['registerElement']({'embedId':_0x53e91b[_0x3af529(0x666)],'role':_0x3af529(0x908),'element':_0x480c3f}):void 0x0;return(0x0,a[_0x3af529(0x64a)])(()=>{const _0x1e6b9e=_0x3af529;_0x18a549==null||_0x18a549[_0x1e6b9e(0x45b)](),_0x5ebac2==null||_0x5ebac2[_0x1e6b9e(0x45b)](),_0x2a98b2==null||_0x2a98b2[_0x1e6b9e(0x45b)](),_0x1150b4[_0x1e6b9e(0x74c)](_0x480c3f);});},_0xd9bd27=_0x442096=>_0x442096?[..._0x1150b4][_0x2eff28(0x52a)](_0x1c2c18=>_0x1c2c18===_0x442096||_0x1c2c18[_0x2eff28(0x495)](_0x442096)):!0x1;return{get 'isFocused'(){const _0xac519a=_0x2eff28;return _0x1e8c44[_0xac519a(0x2cc)];},get 'rootContainerElement'(){return _0x565162;},'focus':()=>_0x1e8c44['focus'](),'registerFocusHandler':(_0x269caf,_0x313a7c)=>_0x1e8c44[_0x2eff28(0x2ac)](_0x269caf,_0x313a7c),'registerRootContainerElement':_0x4765c6,'registerContentElement':_0x4765c6,'registerContainerElement':_0x52a564=>_0x4765c6(_0x52a564,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x257224,'checkElementInCurrentContainers':_0x37c895=>_0xd9bd27(_0x37c895)||(_0x324dce==null?void 0x0:_0x324dce[_0x2eff28(0x495)](_0x53e91b[_0x2eff28(0x666)],_0x37c895))||_0x1e8c44['checkElementInCurrentContainers'](_0x37c895),'checkContentIsFocused':()=>_0xd9bd27(_0x257224[_0x2eff28(0x2f2)][_0x2eff28(0x503)])||(_0x46b0fa==null?void 0x0:_0x46b0fa[_0x2eff28(0x445)](_0x53e91b['embedId']))||_0x1e8c44[_0x2eff28(0x3f5)]()};}function dt(_0x180153){const _0x4cea78=_0x1ed4d3;let _0x9cac1=new Map(),_0xeae7c4=_0x293dea=>{const _0x2cc228=_0x54e0;_0x9cac1[_0x2cc228(0x753)](_0x293dea,_0x293dea['getAttribute'](W)),_0x293dea[_0x2cc228(0x57b)](W,_0x2cc228(0x908));};return _0xeae7c4(_0x180153),_0x180153['querySelectorAll']('*')[_0x4cea78(0x360)](_0xeae7c4),(0x0,a[_0x4cea78(0x64a)])(()=>{_0x9cac1['forEach']((_0x38814b,_0x2ce2b8)=>{const _0x2fdacb=_0x54e0;if(_0x38814b==null){_0x2ce2b8['removeAttribute'](W);return;}_0x2ce2b8[_0x2fdacb(0x57b)](W,_0x38814b);});});}function ft(_0x215b08,_0x2e1774,_0x3a269d=[]){const _0x56d74f=_0x1ed4d3;let _0x4654c9=mt(_0x215b08,_0x3a269d)??_0x215b08['injector'],_0x3d9f19=_0x4654c9!==_0x215b08[_0x56d74f(0x583)],_0xf27aea=pt(_0x215b08),_0x259d31={'descriptor':_0x215b08[_0x56d74f(0x3e8)],'host':{'unitId':_0x215b08[_0x56d74f(0x565)],'type':_0x215b08[_0x56d74f(0x3e8)]['hostType'],'anchorId':_0x215b08[_0x56d74f(0x3e8)][_0x56d74f(0x253)],'entry':_0x215b08[_0x56d74f(0x3e8)][_0x56d74f(0x8bf)],'layout':gt(_0x215b08)},'child':{'unitId':_0x215b08['childUnitId'],'type':_0x215b08[_0x56d74f(0x5c7)]},'injector':_0x4654c9,'instanceService':ht(_0x4654c9,a['IUniverInstanceService']),'commandService':ht(_0x4654c9,a[_0x56d74f(0x8e6)]),'menuManagerService':ht(_0x4654c9,c[_0x56d74f(0x383)]),'roots':_0xf27aea,'activate':()=>_0x2e1774(!0x0),'deactivate':()=>_0x2e1774(!0x1),'dispose':()=>{const _0x468bd5=_0x56d74f;_0x3d9f19&&_0x4654c9[_0x468bd5(0x45b)]();}};return{'runtimeScope':_0x259d31,'disposable':(0x0,a[_0x56d74f(0x64a)])(()=>_0x259d31['dispose']())};}function pt(_0x540471){const _0x4e7f37=_0x1ed4d3;var _0x5b339a;let _0x17cd36=_0x540471[_0x4e7f37(0x982)][_0x4e7f37(0x3c8)],_0x51a317=_0x540471['renderScope']['contentRoot']??L(_0x17cd36,_0x4e7f37(0x6d6))??_0x17cd36,_0x587739=_0x540471[_0x4e7f37(0x982)][_0x4e7f37(0x6fc)]??L(_0x17cd36,_0x4e7f37(0x870))??_0x17cd36;return{'root':_0x17cd36,'content':_0x51a317,'canvas':_0x540471['renderScope'][_0x4e7f37(0x97f)]??L(_0x17cd36,_0x4e7f37(0x4a1))??void 0x0,'overlay':_0x587739,'popup':_0x540471[_0x4e7f37(0x982)][_0x4e7f37(0x348)]??L(_0x17cd36,'data-embed-popup-root')??_0x587739,'menuSlot':((_0x5b339a=_0x540471[_0x4e7f37(0x982)][_0x4e7f37(0x417)])==null?void 0x0:_0x5b339a[_0x4e7f37(0x308)])??L(_0x17cd36,_0x4e7f37(0x8ad))??void 0x0,'footerSlot':L(_0x17cd36,_0x4e7f37(0x96a))??void 0x0};}function mt(_0x1092ec,_0x426ae3){const _0x204d16=_0x1ed4d3;if(!(!_0x1092ec[_0x204d16(0x583)]['has'](a[_0x204d16(0x90d)])||!_0x1092ec[_0x204d16(0x583)][_0x204d16(0x54f)](a[_0x204d16(0x8e6)])))return ve(_0x1092ec,_0x426ae3);}function ht(_0x1b5738,_0x53f111){const _0x2bb7c1=_0x1ed4d3;if(_0x1b5738[_0x2bb7c1(0x54f)](_0x53f111))return _0x1b5738['get'](_0x53f111);}function gt(_0xe66c7a){const _0x168ff5=_0x1ed4d3;var _0x55dc8f,_0x2082fa;switch(_0xe66c7a['descriptor'][_0x168ff5(0x8bf)]){case'docs-custom-block':return _0x168ff5(0x9aa);case'sheets-floating-object':case _0x168ff5(0x3ab):case _0x168ff5(0x70b):return _0x168ff5(0x681);case'sheets-sheet-tab':case'bases-table-list-block':case _0x168ff5(0x204):return _0x168ff5(0x282);default:break;}return _0xe66c7a[_0x168ff5(0x29f)]===_0x168ff5(0x282)||(_0x55dc8f=_0xe66c7a[_0x168ff5(0x3e8)][_0x168ff5(0x440)])!=null&&_0x55dc8f[_0x168ff5(0x9c5)]?_0x168ff5(0x282):(_0x2082fa=_0xe66c7a[_0x168ff5(0x3e8)]['sourceMeta'])!=null&&_0x2082fa[_0x168ff5(0x714)]?_0x168ff5(0x681):_0xe66c7a[_0x168ff5(0x29f)][_0x168ff5(0x87c)](_0x168ff5(0x79e))||_0xe66c7a[_0x168ff5(0x29f)]===_0x168ff5(0x808)?_0x168ff5(0x9aa):_0x168ff5(0x681);}var _t=class{constructor(){B(this,'_contributions',new Map());}[_0x1ed4d3(0x22c)](_0x2d6e5c){const _0x2b7a6c=_0x1ed4d3;if(this['_contributions']['has'](_0x2d6e5c[_0x2b7a6c(0x5c7)]))throw Error(_0x2b7a6c(0x8a3)+_0x2d6e5c[_0x2b7a6c(0x5c7)]);this['_contributions'][_0x2b7a6c(0x753)](_0x2d6e5c[_0x2b7a6c(0x5c7)],_0x2d6e5c);}[_0x1ed4d3(0x53b)](_0x47b39e){const _0x27ff09=_0x1ed4d3;return this['_contributions'][_0x27ff09(0x53b)](_0x47b39e);}[_0x1ed4d3(0x80c)](){const _0x1cb9f6=_0x1ed4d3;return[...this[_0x1cb9f6(0x232)][_0x1cb9f6(0x3e4)]()];}},vt=class{constructor(){B(this,'_contributions',new Map());}['register'](_0x34ef57){const _0x566cd0=_0x1ed4d3;let _0x142ff7=this[_0x566cd0(0x4c4)](_0x34ef57['hostType'],_0x34ef57[_0x566cd0(0x8bf)],_0x34ef57[_0x566cd0(0x5c7)]);if(this['_contributions'][_0x566cd0(0x54f)](_0x142ff7))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x142ff7);return this['_contributions'][_0x566cd0(0x753)](_0x142ff7,_0x34ef57),(0x0,a[_0x566cd0(0x64a)])(()=>{const _0x4a770c=_0x566cd0;this['_contributions'][_0x4a770c(0x53b)](_0x142ff7)===_0x34ef57&&this[_0x4a770c(0x232)][_0x4a770c(0x74c)](_0x142ff7);});}[_0x1ed4d3(0x53b)](_0x441b14,_0x393e08,_0x2c5750){const _0xb50f86=_0x1ed4d3;if(_0x2c5750!=null){let _0x23eeb5=this[_0xb50f86(0x232)][_0xb50f86(0x53b)](this[_0xb50f86(0x4c4)](_0x441b14,_0x393e08,_0x2c5750));if(_0x23eeb5)return _0x23eeb5;}return this[_0xb50f86(0x232)]['get'](this[_0xb50f86(0x4c4)](_0x441b14,_0x393e08));}[_0x1ed4d3(0x9a9)](_0x5c1352,_0x4d8275,_0x6209a6){const _0x24f2c7=_0x1ed4d3;return this[_0x24f2c7(0x232)][_0x24f2c7(0x54f)](this[_0x24f2c7(0x4c4)](_0x5c1352,_0x4d8275,_0x6209a6));}[_0x1ed4d3(0x80c)](){const _0x14058d=_0x1ed4d3;return[...this['_contributions'][_0x14058d(0x3e4)]()];}[_0x1ed4d3(0x4c4)](_0x5be2a1,_0x29713b,_0x1135ea){return _0x1135ea==null?_0x5be2a1+':'+_0x29713b+':*':_0x5be2a1+':'+_0x29713b+':'+_0x1135ea;}},yt=class{constructor(){const _0x54ce60=_0x1ed4d3;B(this,_0x54ce60(0x232),new Map());}[_0x1ed4d3(0x22c)](_0x3c42c7){const _0x442854=_0x1ed4d3;let _0x573068=this[_0x442854(0x4c4)](_0x3c42c7['hostType'],_0x3c42c7['entry']);if(this[_0x442854(0x232)][_0x442854(0x54f)](_0x573068))throw Error('Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20'+_0x573068);this[_0x442854(0x232)][_0x442854(0x753)](_0x573068,_0x3c42c7);}['get'](_0x34faa2,_0x213fdd){const _0x4c6e5c=_0x1ed4d3;return this[_0x4c6e5c(0x232)][_0x4c6e5c(0x53b)](this[_0x4c6e5c(0x4c4)](_0x34faa2,_0x213fdd));}[_0x1ed4d3(0x80c)](){const _0x22b0fa=_0x1ed4d3;return[...this[_0x22b0fa(0x232)][_0x22b0fa(0x3e4)]()];}['supports'](_0x5ed859,_0x92e273,_0x72fef3){const _0x33fcb7=_0x1ed4d3;let _0x4eb076=this['get'](_0x5ed859,_0x92e273);return _0x4eb076?(_0x4eb076[_0x33fcb7(0x538)]??[_0x4eb076[_0x33fcb7(0x29f)]])[_0x33fcb7(0x95f)](_0x72fef3):!0x1;}['_key'](_0x30b800,_0x23de53){return _0x30b800+':'+_0x23de53;}},bt=class{constructor(){const _0x10628d=_0x1ed4d3;B(this,_0x10628d(0x672),new Map()),B(this,_0x10628d(0x207),new Map()),B(this,_0x10628d(0x4f1),new Map());}[_0x1ed4d3(0x22c)](_0x3460b2,_0x71dec9){const _0x483239=_0x1ed4d3;let _0x428ec8=typeof _0x3460b2==_0x483239(0x23d)?{'childUnitId':_0x3460b2,'root':_0x71dec9}:_0x3460b2;return this[_0x483239(0x672)]['set'](_0x428ec8[_0x483239(0x442)],_0x428ec8),_0x428ec8[_0x483239(0x666)]&&this['_rootsByEmbedId'][_0x483239(0x753)](_0x428ec8['embedId'],_0x428ec8),_0x428ec8[_0x483239(0x253)]&&this[_0x483239(0x4f1)][_0x483239(0x753)](_0x428ec8['hostAnchorId'],_0x428ec8),(0x0,a[_0x483239(0x64a)])(()=>{const _0x347930=_0x483239;this[_0x347930(0x672)][_0x347930(0x53b)](_0x428ec8['childUnitId'])===_0x428ec8&&this[_0x347930(0x672)][_0x347930(0x74c)](_0x428ec8[_0x347930(0x442)]),_0x428ec8[_0x347930(0x666)]&&this[_0x347930(0x207)][_0x347930(0x53b)](_0x428ec8[_0x347930(0x666)])===_0x428ec8&&this['_rootsByEmbedId']['delete'](_0x428ec8[_0x347930(0x666)]),_0x428ec8[_0x347930(0x253)]&&this[_0x347930(0x4f1)][_0x347930(0x53b)](_0x428ec8[_0x347930(0x253)])===_0x428ec8&&this[_0x347930(0x4f1)][_0x347930(0x74c)](_0x428ec8['hostAnchorId']);});}[_0x1ed4d3(0x53b)](_0x3fb51a){var _0x59cd70;return((_0x59cd70=this['_rootsByChildUnitId']['get'](_0x3fb51a))==null?void 0x0:_0x59cd70['root'])??null;}[_0x1ed4d3(0x65e)](_0x5ac4fe){const _0x3a773f=_0x1ed4d3;var _0x249853;return((_0x249853=this[_0x3a773f(0x207)][_0x3a773f(0x53b)](_0x5ac4fe))==null?void 0x0:_0x249853[_0x3a773f(0x903)])??null;}[_0x1ed4d3(0x63b)](_0x31f92b){const _0xde67ac=_0x1ed4d3;var _0x21c5fe;return((_0x21c5fe=this['_rootsByHostAnchorId'][_0xde67ac(0x53b)](_0x31f92b))==null?void 0x0:_0x21c5fe['root'])??null;}[_0x1ed4d3(0x495)](_0x22eaa5,_0x47a7c4){const _0x1be02a=_0x1ed4d3;if(!(_0x22eaa5 instanceof Node))return!0x1;let _0x5e9a53=_0x47a7c4[_0x1be02a(0x666)]?this[_0x1be02a(0x65e)](_0x47a7c4[_0x1be02a(0x666)]):_0x47a7c4[_0x1be02a(0x253)]?this['getByHostAnchorId'](_0x47a7c4[_0x1be02a(0x253)]):_0x47a7c4['childUnitId']?this[_0x1be02a(0x53b)](_0x47a7c4[_0x1be02a(0x442)]):null;return!!(_0x5e9a53!=null&&_0x5e9a53[_0x1be02a(0x495)](_0x22eaa5));}};function xt(_0x2af887,_0x49d579,_0x37ba60=wt(_0x2af887),_0x559003={}){const _0x563771=_0x1ed4d3;var _0x37c7a7,_0x1bd230;let _0x19c926=_0x2af887[_0x563771(0x583)][_0x563771(0x53b)](_0x49d579),_0x283ef9=_0x559003['scopedInjector']??(_0x559003[_0x563771(0x521)]===!0x1?void 0x0:((_0x37c7a7=_0x2af887[_0x563771(0x6f3)])==null?void 0x0:_0x37c7a7[_0x563771(0x583)])??St(_0x2af887)),_0xa3fb75=!_0x559003[_0x563771(0x957)]&&_0x283ef9!==((_0x1bd230=_0x2af887[_0x563771(0x6f3)])==null?void 0x0:_0x1bd230['injector']),_0x43af44=Dt(_0x19c926,_0x2af887['childUnitId'],_0x283ef9);if(!_0x43af44){_0xa3fb75&&(_0x283ef9==null||_0x283ef9['dispose']());return;}_0x37ba60[_0x563771(0x964)]['embedChildRenderUnitId']=_0x2af887[_0x563771(0x442)],_0x37ba60[_0x563771(0x964)]['embedChildRenderMode']=_0x2af887[_0x563771(0x982)][_0x563771(0x7d1)];try{var _0x1edf0a,_0x576b56;(_0x1edf0a=(_0x576b56=_0x43af44[_0x563771(0x212)])[_0x563771(0x228)])==null||_0x1edf0a['call'](_0x576b56);}catch{}_0x43af44[_0x563771(0x212)][_0x563771(0x4f8)](_0x37ba60),Tt(_0x43af44,_0x37ba60),kt(_0x43af44,{'activate':_0x559003[_0x563771(0x2d2)]??!0x0});let _0x1445e8=Ct(_0x43af44,_0x37ba60,{'activate':!0x1,'idleMs':_0x2af887[_0x563771(0x3e8)][_0x563771(0x817)]===a[_0x563771(0x747)]['UNIVER_SHEET']&&_0x2af887[_0x563771(0x982)][_0x563771(0x7d1)]===_0x563771(0x681)?0x64:0x0});return(0x0,a[_0x563771(0x64a)])(()=>{const _0x19df9b=_0x563771;var _0x2e3888;_0x1445e8[_0x19df9b(0x45b)]();try{var _0x13bb51,_0x28d1a1;(_0x13bb51=(_0x28d1a1=_0x43af44[_0x19df9b(0x212)])[_0x19df9b(0x228)])==null||_0x13bb51[_0x19df9b(0x5db)](_0x28d1a1);}catch{}(_0x2e3888=_0x19c926[_0x19df9b(0x814)])==null||_0x2e3888[_0x19df9b(0x5db)](_0x19c926,_0x2af887[_0x19df9b(0x442)]),_0x37ba60['removeAttribute'](_0x19df9b(0x890)),_0x37ba60[_0x19df9b(0x526)](_0x19df9b(0x988)),_0xa3fb75&&(_0x283ef9==null||_0x283ef9[_0x19df9b(0x45b)]());});}function St(_0x3d3668){const _0x3072ac=_0x1ed4d3;if(typeof _0x3d3668['injector']['has']==_0x3072ac(0x508)&&!(!_0x3d3668[_0x3072ac(0x583)][_0x3072ac(0x54f)](a[_0x3072ac(0x90d)])||!_0x3d3668[_0x3072ac(0x583)][_0x3072ac(0x54f)](a[_0x3072ac(0x8e6)])))return ve(_0x3d3668);}function Ct(_0x41c340,_0x8a3d1f,_0x1c9993={}){const _0x4dcebf=_0x1ed4d3;if(typeof ResizeObserver>'u')return(0x0,a['toDisposable'])(()=>{});let _0x33e8d5=-0x1,_0x510d27=-0x1,_0x56177b=0x0,_0x5e7620,_0x5a042b=()=>{const _0x4048ab=_0x54e0;_0x56177b&&=(window['cancelAnimationFrame'](_0x56177b),0x0),_0x56177b=window[_0x4048ab(0x930)](()=>{const _0x464d1b=_0x4048ab;_0x56177b=0x0,kt(_0x41c340,{'activate':_0x1c9993[_0x464d1b(0x2d2)]??!0x1});});},_0x505838=new ResizeObserver(_0x57adbd=>{const _0x575ccd=_0x54e0;var _0x165ddd;let _0x1aa030=(_0x165ddd=_0x57adbd[0x0])==null?void 0x0:_0x165ddd[_0x575ccd(0x296)],_0x1d9cf6=(_0x1aa030==null?void 0x0:_0x1aa030[_0x575ccd(0x754)])??_0x8a3d1f[_0x575ccd(0x36f)],_0xf5105d=(_0x1aa030==null?void 0x0:_0x1aa030[_0x575ccd(0x33c)])??_0x8a3d1f[_0x575ccd(0x3b8)];(_0x1d9cf6!==_0x33e8d5||_0xf5105d!==_0x510d27)&&(_0x33e8d5=_0x1d9cf6,_0x510d27=_0xf5105d,_0x56177b&&=(window[_0x575ccd(0x571)](_0x56177b),0x0),_0x5e7620!=null&&globalThis[_0x575ccd(0x7b3)](_0x5e7620),(_0x1c9993[_0x575ccd(0x841)]??0x0)>0x0?_0x5e7620=globalThis['setTimeout'](()=>{_0x5e7620=void 0x0,_0x5a042b();},_0x1c9993[_0x575ccd(0x841)]):_0x5a042b());});return _0x505838['observe'](_0x8a3d1f),(0x0,a[_0x4dcebf(0x64a)])(()=>{const _0xe9f3ac=_0x4dcebf;_0x56177b&&window['cancelAnimationFrame'](_0x56177b),_0x5e7620!=null&&globalThis[_0xe9f3ac(0x7b3)](_0x5e7620),_0x505838[_0xe9f3ac(0x8fe)]();});}function wt(_0x5b8729){const _0x33bf96=_0x1ed4d3;return _0x5b8729[_0x33bf96(0x6f3)][_0x33bf96(0x64b)][_0x33bf96(0x2a6)]??_0x5b8729[_0x33bf96(0x982)][_0x33bf96(0x97f)]??_0x5b8729['renderScope'][_0x33bf96(0x815)]??_0x5b8729['renderScope'][_0x33bf96(0x3c8)];}function Tt(_0x4986e8,_0x478d64){const _0x4c0085=_0x1ed4d3;var _0x2a26ac,_0x3e55c,_0x43cfad,_0x2c0758,_0x15d984;let _0x501679=((_0x2a26ac=(_0x3e55c=_0x4986e8[_0x4c0085(0x212)])[_0x4c0085(0x29b)])==null?void 0x0:_0x2a26ac['call'](_0x3e55c))??((_0x43cfad=(_0x2c0758=_0x4986e8[_0x4c0085(0x212)])[_0x4c0085(0x33b)])==null||(_0x43cfad=_0x43cfad[_0x4c0085(0x5db)](_0x2c0758))==null||(_0x15d984=_0x43cfad[_0x4c0085(0x41b)])==null?void 0x0:_0x15d984['call'](_0x43cfad));!_0x501679||_0x501679[_0x4c0085(0x986)]===_0x478d64||_0x478d64[_0x4c0085(0x545)](_0x501679);}function Et(_0x402e09,_0xcbbbc2,_0x27efce){const _0x30cb05=_0x1ed4d3;try{let _0x392bb4=_0x402e09[_0x30cb05(0x871)](_0xcbbbc2);if(_0x392bb4){var _0x3688ed;if(!_0x27efce||Ot(_0x392bb4)===_0x27efce)return _0x392bb4;(_0x3688ed=_0x402e09[_0x30cb05(0x814)])==null||_0x3688ed[_0x30cb05(0x5db)](_0x402e09,_0xcbbbc2);}return _0x402e09['createRender'](_0xcbbbc2,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x27efce,'skipAutoRender':!0x0});}catch{return;}}function Dt(_0x341080,_0x4734af,_0x803a40){const _0x4b6723=_0x1ed4d3;try{let _0x3d7ffe=_0x341080[_0x4b6723(0x871)](_0x4734af);if(_0x3d7ffe){var _0x2262de;if(!_0x803a40||Ot(_0x3d7ffe)===_0x803a40)return _0x3d7ffe;(_0x2262de=_0x341080['removeRender'])==null||_0x2262de['call'](_0x341080,_0x4734af);}return _0x341080[_0x4b6723(0x8b1)](_0x4734af,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x803a40,'skipAutoRender':!0x0});}catch(_0x318f5f){var _0x2f7f7c;(_0x2f7f7c=_0x341080['removeRender'])==null||_0x2f7f7c[_0x4b6723(0x5db)](_0x341080,_0x4734af),console[_0x4b6723(0x219)]('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0x318f5f);return;}}function Ot(_0x584508){const _0x144081=_0x1ed4d3;try{var _0x28c431;return(_0x28c431=_0x584508[_0x144081(0x7b2)])==null?void 0x0:_0x28c431['call'](_0x584508,a['Injector']);}catch{return;}}function kt(_0x176934,_0x21fd9b={}){const _0x100176=_0x1ed4d3;var _0x180529,_0x2c9bb4,_0x74c495,_0x2098b7;if(_0x21fd9b[_0x100176(0x2d2)]){var _0x16092d;(_0x16092d=_0x176934[_0x100176(0x2d2)])==null||_0x16092d['call'](_0x176934);}_0x176934['engine']['resize'](),_0x176934[_0x100176(0x974)]['forEach'](_0x14e09e=>{const _0x4e87d6=_0x100176;var _0x50b987,_0x1846e6;(_0x50b987=_0x14e09e['makeForceDirty'])==null||_0x50b987['call'](_0x14e09e,!0x0),(_0x1846e6=_0x14e09e[_0x4e87d6(0x53a)])==null||_0x1846e6['call'](_0x14e09e,!0x0);}),(_0x180529=_0x176934[_0x100176(0x849)])==null||(_0x2c9bb4=_0x180529[_0x100176(0x53a)])==null||_0x2c9bb4[_0x100176(0x5db)](_0x180529,!0x0),_0x176934['scene'][_0x100176(0x53a)](),(_0x74c495=(_0x2098b7=_0x176934[_0x100176(0x20c)])[_0x100176(0x2c3)])==null||_0x74c495[_0x100176(0x5db)](_0x2098b7);}var At=class{constructor(){const _0x5cd41b=_0x1ed4d3;B(this,'_providers',new Map()),B(this,'_contextsByEmbedId',new Map()),B(this,_0x5cd41b(0x6d2),new Map()),B(this,_0x5cd41b(0x5d7),new Map());}[_0x1ed4d3(0x22c)](_0x578d46){const _0x4173bd=_0x1ed4d3;return this[_0x4173bd(0x6ad)][_0x4173bd(0x753)](_0x578d46[_0x4173bd(0x5c7)],_0x578d46),(0x0,a['toDisposable'])(()=>{const _0x58edcd=_0x4173bd;this[_0x58edcd(0x6ad)]['get'](_0x578d46['childType'])===_0x578d46&&this[_0x58edcd(0x6ad)][_0x58edcd(0x74c)](_0x578d46[_0x58edcd(0x5c7)]);});}[_0x1ed4d3(0x53b)](_0x1d277f){const _0x3cc164=_0x1ed4d3;return this[_0x3cc164(0x6ad)][_0x3cc164(0x53b)](_0x1d277f);}[_0x1ed4d3(0x55d)](_0x2be41d){const _0x3a46f2=_0x1ed4d3;return this['_contextsByEmbedId'][_0x3a46f2(0x753)](_0x2be41d[_0x3a46f2(0x666)],_0x2be41d),this[_0x3a46f2(0x6d2)]['set'](_0x2be41d[_0x3a46f2(0x3e8)][_0x3a46f2(0x253)],_0x2be41d),this[_0x3a46f2(0x5d7)]['set'](_0x2be41d[_0x3a46f2(0x442)],_0x2be41d),(0x0,a[_0x3a46f2(0x64a)])(()=>{const _0x14f917=_0x3a46f2;this[_0x14f917(0x48b)]['get'](_0x2be41d['embedId'])===_0x2be41d&&this[_0x14f917(0x48b)]['delete'](_0x2be41d['embedId']),this[_0x14f917(0x6d2)][_0x14f917(0x53b)](_0x2be41d[_0x14f917(0x3e8)][_0x14f917(0x253)])===_0x2be41d&&this[_0x14f917(0x6d2)][_0x14f917(0x74c)](_0x2be41d[_0x14f917(0x3e8)]['hostAnchorId']),this['_contextsByChildUnitId'][_0x14f917(0x53b)](_0x2be41d[_0x14f917(0x442)])===_0x2be41d&&this[_0x14f917(0x5d7)]['delete'](_0x2be41d['childUnitId']);});}['getContextByEmbedId'](_0x5e91a4){const _0x2c0976=_0x1ed4d3;return this[_0x2c0976(0x48b)]['get'](_0x5e91a4);}[_0x1ed4d3(0x81f)](_0x1102c4){const _0x2e4e00=_0x1ed4d3;return this[_0x2e4e00(0x6d2)]['get'](_0x1102c4);}[_0x1ed4d3(0x429)](_0x4742bf){const _0x5dcf16=_0x1ed4d3;return this[_0x5dcf16(0x5d7)][_0x5dcf16(0x53b)](_0x4742bf);}['capture'](_0x59c46b){const _0x5c6ce5=_0x1ed4d3;let _0xc5b28e=this[_0x5c6ce5(0x53b)](_0x59c46b[_0x5c6ce5(0x5c7)]);return _0xc5b28e?Promise['resolve'](_0xc5b28e[_0x5c6ce5(0x3c4)](_0x59c46b)):Promise['resolve'](jt(_0x59c46b));}[_0x1ed4d3(0x90f)](_0x212767){const _0x5dbcae=_0x1ed4d3;let _0x3953c2=this[_0x5dbcae(0x237)](_0x212767);return _0x3953c2?this[_0x5dbcae(0x3c4)](_0x3953c2):Promise[_0x5dbcae(0x70a)](void 0x0);}[_0x1ed4d3(0x58d)](_0x8bad38){const _0x5be5e9=_0x1ed4d3;let _0x47b06c=this[_0x5be5e9(0x81f)](_0x8bad38);return _0x47b06c?this['capture'](_0x47b06c):Promise[_0x5be5e9(0x70a)](void 0x0);}[_0x1ed4d3(0x390)](_0x17c1b6){const _0xd3a26f=_0x1ed4d3;let _0x4cac9c=this['getContextByChildUnitId'](_0x17c1b6);return _0x4cac9c?this[_0xd3a26f(0x3c4)](_0x4cac9c):Promise[_0xd3a26f(0x70a)](void 0x0);}};function jt(_0x3f4dd8){const _0x461a9c=_0x1ed4d3;let _0x4c6edf=Nt(_0x3f4dd8);if(_0x4c6edf)try{return _0x4c6edf['toDataURL'](_0x461a9c(0x3a6));}catch{return;}}const Mt=_0x1ed4d3(0x6ef);function Nt(_0x594357,_0x345d36=!0x1){const _0x482d57=_0x1ed4d3;if(!_0x594357[_0x482d57(0x982)])return;let _0x3bc5f3=[_0x594357[_0x482d57(0x982)][_0x482d57(0x97f)],_0x594357['renderScope']['contentRoot'],_0x594357[_0x482d57(0x982)][_0x482d57(0x3c8)]][_0x482d57(0x699)](_0x44117c=>!!_0x44117c),_0x53735f=Array[_0x482d57(0x8dc)](new Set(_0x3bc5f3[_0x482d57(0x701)](_0x189a8e=>Array[_0x482d57(0x8dc)](_0x189a8e['querySelectorAll'](_0x482d57(0x2a6))))))[_0x482d57(0x699)](_0x395e71=>_0x395e71[_0x482d57(0x754)]>0x1&&_0x395e71[_0x482d57(0x33c)]>0x1)[_0x482d57(0x481)]((_0x567eb9,_0x4f5089)=>_0x4f5089[_0x482d57(0x754)]*_0x4f5089[_0x482d57(0x33c)]-_0x567eb9[_0x482d57(0x754)]*_0x567eb9[_0x482d57(0x33c)]);for(let _0x18861f of _0x53735f){if(_0x345d36)return _0x18861f;try{return _0x18861f[_0x482d57(0x1f8)](_0x482d57(0x3a6)),_0x18861f;}catch{}}}function Pt(_0x3557c2){const _0x20969b=_0x1ed4d3;try{var _0x5b1984;return Ft((((_0x5b1984=_0x3557c2[_0x20969b(0x6f3)])==null?void 0x0:_0x5b1984[_0x20969b(0x583)])??_0x3557c2[_0x20969b(0x583)])[_0x20969b(0x53b)](p[_0x20969b(0x208)])['getRenderUnitById'](_0x3557c2[_0x20969b(0x442)])??void 0x0,Rt(_0x3557c2));}catch{return Ft(void 0x0,Rt(_0x3557c2));}}function Ft(_0x1309d4,_0x47cc6c=[]){const _0x14b762=_0x1ed4d3;let _0x1c4c29=Lt(_0x1309d4==null?void 0x0:_0x1309d4[_0x14b762(0x20c)]),_0x2eb5b=_0x1c4c29[_0x14b762(0x701)](_0x16bae0=>{const _0x2ead90=_0x14b762;var _0x38c927;return((_0x38c927=_0x16bae0[_0x2ead90(0x295)])==null?void 0x0:_0x38c927['call'](_0x16bae0))??[];})['map'](_0x28fd41=>{const _0x1d1467=_0x14b762;var _0xc523c5;return(_0xc523c5=_0x28fd41['getScrollBar'])==null?void 0x0:_0xc523c5[_0x1d1467(0x5db)](_0x28fd41);})[_0x14b762(0x699)](_0x9577a8=>!!_0x9577a8)['map'](_0x3d966b=>({'scrollBar':_0x3d966b,'enableHorizontal':_0x3d966b[_0x14b762(0x8c6)],'enableVertical':_0x3d966b['enableVertical']})),_0x4095fe=_0x1c4c29[_0x14b762(0x701)](_0x2f53=>{const _0x18210e=_0x14b762;var _0x2a14e7;return((_0x2a14e7=_0x2f53[_0x18210e(0x4e2)])==null?void 0x0:_0x2a14e7[_0x18210e(0x5db)](_0x2f53))??[];})[_0x14b762(0x699)](_0x17c5e6=>_0x17c5e6[_0x14b762(0x913)]===_0x14b762(0x37d))[_0x14b762(0x572)](_0x3396da=>({'object':_0x3396da,'visible':_0x3396da[_0x14b762(0x87b)]})),_0x496c8c=Array[_0x14b762(0x8dc)](new Set(_0x47cc6c)),_0x32cf21=_0x496c8c[_0x14b762(0x572)](_0x2a6a2a=>({'element':_0x2a6a2a,'overflow':_0x2a6a2a[_0x14b762(0x3e6)][_0x14b762(0x284)],'hadHideClass':_0x2a6a2a[_0x14b762(0x528)][_0x14b762(0x495)](Mt)}));_0x2eb5b['forEach'](({scrollBar:_0x39621e})=>{const _0x5e5661=_0x14b762;_0x39621e[_0x5e5661(0x8c6)]=!0x1,_0x39621e[_0x5e5661(0x768)]=!0x1;}),_0x4095fe['forEach'](({object:_0x504c04})=>{const _0x915103=_0x14b762;var _0x1fe05d;return(_0x1fe05d=_0x504c04[_0x915103(0x2ca)])==null?void 0x0:_0x1fe05d[_0x915103(0x5db)](_0x504c04);}),_0x496c8c[_0x14b762(0x360)](_0x8992a=>{const _0x50e851=_0x14b762;_0x8992a[_0x50e851(0x3e6)][_0x50e851(0x284)]=_0x50e851(0x7d7),_0x8992a[_0x50e851(0x528)]['add'](Mt);}),zt(_0x496c8c)['forEach'](_0x1acbed=>_0x1acbed[_0x14b762(0x95d)](new MouseEvent(_0x14b762(0x7c0)))),_0x1c4c29[_0x14b762(0x360)](Bt);let _0x1da7ea=!0x1;return()=>{const _0x2ff940=_0x14b762;_0x1da7ea||(_0x1da7ea=!0x0,_0x2eb5b[_0x2ff940(0x360)](({scrollBar:_0x1f5183,enableHorizontal:_0x4337f5,enableVertical:_0x10e0e1})=>{const _0x493c20=_0x2ff940;_0x1f5183[_0x493c20(0x8c6)]=_0x4337f5,_0x1f5183[_0x493c20(0x768)]=_0x10e0e1;}),_0x4095fe[_0x2ff940(0x360)](({object:_0xf12095,visible:_0x2a7d70})=>{const _0x3029d0=_0x2ff940;if(_0x2a7d70){var _0x576407;(_0x576407=_0xf12095[_0x3029d0(0x8a0)])==null||_0x576407[_0x3029d0(0x5db)](_0xf12095);}else{var _0x58a364;(_0x58a364=_0xf12095[_0x3029d0(0x2ca)])==null||_0x58a364[_0x3029d0(0x5db)](_0xf12095);}}),_0x32cf21['forEach'](({element:_0x10b9e8,overflow:_0x5764b9,hadHideClass:_0x649aaf})=>{const _0x5edb6f=_0x2ff940;_0x10b9e8['style']['overflow']=_0x5764b9,_0x649aaf||_0x10b9e8[_0x5edb6f(0x528)][_0x5edb6f(0x241)](Mt);}),_0x1c4c29[_0x2ff940(0x360)](Bt));};}function It(_0x33c4f7){const _0x3dd241=_0x1ed4d3;return _0x33c4f7===a[_0x3dd241(0x747)][_0x3dd241(0x8ed)]?new Promise(_0x3d776f=>globalThis['setTimeout'](_0x3d776f,0x398)):Promise['resolve']();}function Lt(_0x21ce79){if(!_0x21ce79)return[];let _0x175112=[],_0x3aa539=new Set(),_0x321170=_0x566dc5=>{const _0x5f2fce=_0x54e0;var _0x430f24;_0x3aa539[_0x5f2fce(0x54f)](_0x566dc5)||(_0x3aa539[_0x5f2fce(0x363)](_0x566dc5),_0x175112['push'](_0x566dc5),(_0x430f24=_0x566dc5[_0x5f2fce(0x4e2)])==null||_0x430f24[_0x5f2fce(0x5db)](_0x566dc5)[_0x5f2fce(0x360)](_0x5f43ff=>{const _0x3df910=_0x5f2fce;var _0x46c858;(_0x46c858=_0x5f43ff[_0x3df910(0x43c)])==null||_0x46c858['call'](_0x5f43ff)[_0x3df910(0x360)](_0x321170);}));};return _0x321170(_0x21ce79),_0x175112;}function Rt(_0x256e6d){const _0x364fa8=_0x1ed4d3;return[_0x256e6d[_0x364fa8(0x308)],_0x256e6d[_0x364fa8(0x982)][_0x364fa8(0x3c8)],_0x256e6d[_0x364fa8(0x982)][_0x364fa8(0x815)],_0x256e6d['renderScope'][_0x364fa8(0x97f)]]['filter'](_0x1b6c88=>!!_0x1b6c88);}function zt(_0x5c8727){const _0x370d77=_0x1ed4d3;return Array[_0x370d77(0x8dc)](new Set(_0x5c8727[_0x370d77(0x701)](_0x3c5b93=>[..._0x3c5b93 instanceof HTMLCanvasElement?[_0x3c5b93]:[],...Array[_0x370d77(0x8dc)](_0x3c5b93[_0x370d77(0x7d0)](_0x370d77(0x2a6)))])));}function Bt(_0x226423){const _0x48a6f7=_0x1ed4d3;var _0x153aa3,_0x13c475;_0x226423==null||(_0x153aa3=_0x226423[_0x48a6f7(0x53a)])==null||_0x153aa3['call'](_0x226423,!0x0),_0x226423==null||(_0x13c475=_0x226423[_0x48a6f7(0x2c3)])==null||_0x13c475['call'](_0x226423);}const Vt=_0x1ed4d3(0x85c);var Ht=class extends Error{constructor(_0xe728da,_0x5c2dc1){const _0x2bbd20=_0x1ed4d3;super(Vt+':\x20'+_0xe728da),this[_0x2bbd20(0x442)]=_0xe728da,this[_0x2bbd20(0x44a)]=_0x5c2dc1,B(this,_0x2bbd20(0x4f5),Vt),this[_0x2bbd20(0x978)]=_0x2bbd20(0x35e);}};let Ut=class{constructor(_0xfba299,_0x38e7dd,_0x20f554,_0x4eb75a,_0x55c887,_0x5db046,_0x4d24bb,_0x2ba56e){const _0x4e3403=_0x1ed4d3;this[_0x4e3403(0x636)]=_0xfba299,this[_0x4e3403(0x25b)]=_0x38e7dd,this[_0x4e3403(0x5cf)]=_0x20f554,this[_0x4e3403(0x37b)]=_0x4eb75a,this[_0x4e3403(0x6bb)]=_0x55c887,this[_0x4e3403(0x601)]=_0x5db046,this[_0x4e3403(0x397)]=_0x4d24bb,this[_0x4e3403(0x3ee)]=_0x2ba56e,B(this,_0x4e3403(0x4d5),new Map()),B(this,_0x4e3403(0x439),new Map()),B(this,'_tabHostRenderLeases',new Map());}[_0x1ed4d3(0x4f8)](_0x2ba2ea){const _0x4f2c32=_0x1ed4d3;return this[_0x4f2c32(0x5c4)](_0x2ba2ea);}[_0x1ed4d3(0x84f)](_0x35fc2b,_0x755310,_0x4480a8){const _0x43c0c6=_0x1ed4d3;return this[_0x43c0c6(0x5c4)](_0x35fc2b,{'hostElement':_0x755310,'runtimeRoots':_0x4480a8});}[_0x1ed4d3(0x5c4)](_0x11f5f8,_0x1b749d){const _0x78658c=_0x1ed4d3;var _0x3b1c90,_0x5df504;if(!_0x11f5f8[_0x78658c(0x442)]||_0x11f5f8[_0x78658c(0x5c7)]==null)throw Error(_0x78658c(0x35f));this[_0x78658c(0x28b)](_0x11f5f8),this['unmount'](_0x11f5f8[_0x78658c(0x666)]);let _0x294e3b={'hostUnitId':_0x11f5f8[_0x78658c(0x565)],'embedId':_0x11f5f8[_0x78658c(0x666)],'childUnitId':_0x11f5f8[_0x78658c(0x442)]},_0x1f7f5b=this[_0x78658c(0x28f)](_0x11f5f8),_0x4169d9=this['_hostContainerRegistry'][_0x78658c(0x53b)](_0x11f5f8[_0x78658c(0x817)],_0x11f5f8[_0x78658c(0x8bf)]);if(!_0x4169d9||!this[_0x78658c(0x636)][_0x78658c(0x6b3)](_0x11f5f8[_0x78658c(0x817)],_0x11f5f8[_0x78658c(0x8bf)],_0x1f7f5b))throw Error(_0x78658c(0x94f));let _0x49bb57=this['_runtimePolicyService']['canMount'](_0x294e3b),_0x54ac06=this[_0x78658c(0x25b)][_0x78658c(0x53b)](_0x11f5f8[_0x78658c(0x5c7)]);if(_0x49bb57[_0x78658c(0x6c6)]&&!(_0x54ac06!=null&&_0x54ac06[_0x78658c(0x538)][_0x78658c(0x95f)](_0x1f7f5b)))throw Error('EMBED_MOUNT_CHILD_NOT_REGISTERED');let _0x350d89={'descriptor':_0x11f5f8,'layout':_0x1f7f5b,'injector':this[_0x78658c(0x3ee)],'hostUnitId':_0x11f5f8[_0x78658c(0x565)],'embedId':_0x11f5f8[_0x78658c(0x666)],'childUnitId':_0x11f5f8[_0x78658c(0x442)],'childType':_0x11f5f8[_0x78658c(0x5c7)]},_0x91104e=[],_0x536540=_0x1b749d??((_0x3b1c90=_0x4169d9[_0x78658c(0x4f8)])==null?void 0x0:_0x3b1c90[_0x78658c(0x5db)](_0x4169d9,_0x350d89)),_0x253fbf=this[_0x78658c(0x8dd)](_0x536540);if(_0x253fbf[_0x78658c(0x830)]&&_0x91104e[_0x78658c(0x2fa)](_0x253fbf['disposable']),_0x350d89['hostElement']=_0x253fbf[_0x78658c(0x7e4)]??_0x350d89[_0x78658c(0x7e4)],_0x350d89[_0x78658c(0x308)]=_0x350d89['hostElement'],!_0x350d89[_0x78658c(0x7e4)]||!_0x350d89[_0x78658c(0x308)])throw[..._0x91104e][_0x78658c(0x3b5)]()['forEach'](_0x27f6c1=>_0x27f6c1[_0x78658c(0x45b)]()),Error(_0x78658c(0x51a));if(_0x253fbf['runtimeRoots']||_0x91104e[_0x78658c(0x2fa)](oe(_0x350d89[_0x78658c(0x7e4)])),!_0x49bb57['allowed'])return this[_0x78658c(0x38b)](_0x11f5f8,_0x1f7f5b,_0x350d89[_0x78658c(0x7e4)],_0x253fbf[_0x78658c(0x34b)],_0x91104e,_0x49bb57[_0x78658c(0x279)]);if(!_0x54ac06)throw[..._0x91104e][_0x78658c(0x3b5)]()['forEach'](_0x59600d=>_0x59600d[_0x78658c(0x45b)]()),Error(_0x78658c(0x700));let {renderScope:_0x3457f0,disposable:_0x1ad124,setActive:_0x3660f9}=this['_createRenderScope'](_0x11f5f8,_0x1f7f5b,_0x350d89['hostElement'],_0x253fbf[_0x78658c(0x34b)]);_0x91104e[_0x78658c(0x2fa)](_0x1ad124);let _0x1b5d20={..._0x350d89,'hostElement':_0x350d89['hostElement'],'container':_0x350d89[_0x78658c(0x308)],'renderScope':_0x3457f0},{runtimeScope:_0x243316,disposable:_0x348b4a}=ft(_0x1b5d20,_0x3660f9,_0x54ac06[_0x78658c(0x5ca)]),_0x452f51={..._0x1b5d20,'runtimeScope':_0x243316};_0x91104e[_0x78658c(0x2fa)](_0x348b4a);let _0x1627da=this[_0x78658c(0x4cc)](_0x11f5f8,_0x350d89[_0x78658c(0x7e4)],_0x3457f0,_0x243316[_0x78658c(0x64b)]);_0x1627da&&_0x91104e[_0x78658c(0x2fa)](_0x1627da),this[_0x78658c(0x3ee)][_0x78658c(0x54f)](G)&&_0x91104e[_0x78658c(0x2fa)](this[_0x78658c(0x3ee)][_0x78658c(0x53b)](G)['registerRuntimeScope']({'embedId':_0x11f5f8['embedId'],'hostUnitId':_0x11f5f8['hostUnitId'],'childUnitId':_0x11f5f8[_0x78658c(0x442)],'childType':_0x11f5f8[_0x78658c(0x5c7)]}));let _0x583c97=_0x243316[_0x78658c(0x583)]===_0x350d89['injector']?void 0x0:_0x243316['instanceService'];_0x91104e[_0x78658c(0x2fa)](this[_0x78658c(0x303)](_0x11f5f8,_0x350d89['hostElement'],_0x3457f0[_0x78658c(0x7d1)],_0x583c97)),_0x91104e[_0x78658c(0x2fa)](this[_0x78658c(0x37b)][_0x78658c(0x55d)](_0x452f51));let _0x20505f=this[_0x78658c(0x6e5)](_0x11f5f8),_0x33928d=(_0x5df504=_0x54ac06[_0x78658c(0x4f8)])==null?void 0x0:_0x5df504[_0x78658c(0x5db)](_0x54ac06,_0x452f51);if(_0x33928d&&_0x91104e['push'](_0x33928d),_0x91104e[_0x78658c(0x2fa)](_0x20505f),_0x91104e['push'](this['_runtimePolicyService'][_0x78658c(0x99b)](_0x294e3b)),_0x3457f0[_0x78658c(0x7d1)]==='float'){let _0x5bd928=this[_0x78658c(0x8b9)](_0x452f51);_0x5bd928&&_0x91104e['push'](_0x5bd928);}let _0x147323={'hostUnitId':_0x11f5f8[_0x78658c(0x565)],'embedId':_0x11f5f8['embedId'],'childUnitId':_0x11f5f8[_0x78658c(0x442)],'childType':_0x11f5f8[_0x78658c(0x5c7)],'entry':_0x11f5f8[_0x78658c(0x8bf)],'layout':_0x1f7f5b,'hostElement':_0x350d89['hostElement'],'context':_0x452f51};return this[_0x78658c(0x4d5)][_0x78658c(0x753)](_0x11f5f8[_0x78658c(0x666)],{'session':_0x147323,'disposables':_0x91104e,'setActive':_0x3660f9}),_0x1f7f5b!=='tab-peer'&&this['_initializeFloatingSessionActiveState'](_0x11f5f8,_0x1f7f5b,_0x3660f9),_0x147323;}[_0x1ed4d3(0x38b)](_0x1d7024,_0x577321,_0x458021,_0x39e64f,_0x4925ab,_0x2b92af){const _0x326e5c=_0x1ed4d3;let _0x4593ed=(_0x39e64f==null?void 0x0:_0x39e64f[_0x326e5c(0x684)])??L(_0x458021,'data-embed-content-root')??_0x458021,_0x551e73=Gt(_0x2b92af);_0x4593ed[_0x326e5c(0x6de)](_0x551e73),_0x4925ab['push']((0x0,a[_0x326e5c(0x64a)])(()=>{const _0x662c4e=_0x326e5c;_0x551e73[_0x662c4e(0x986)]===_0x4593ed&&_0x551e73[_0x662c4e(0x241)]();}));let _0x427b53={'hostUnitId':_0x1d7024[_0x326e5c(0x565)],'embedId':_0x1d7024['embedId'],'childUnitId':_0x1d7024[_0x326e5c(0x442)],'childType':_0x1d7024[_0x326e5c(0x5c7)],'entry':_0x1d7024[_0x326e5c(0x8bf)],'layout':_0x577321,'hostElement':_0x458021};return this[_0x326e5c(0x4d5)][_0x326e5c(0x753)](_0x1d7024[_0x326e5c(0x666)],{'session':_0x427b53,'disposables':_0x4925ab,'setActive':()=>{}}),_0x427b53;}[_0x1ed4d3(0x4b3)](_0x54d80a,_0x174bcc,_0x2127c7){const _0x1f81fa=_0x1ed4d3;if(_0x174bcc!=='tab-peer'){if(this[_0x1f81fa(0x3ee)][_0x1f81fa(0x54f)](t['EmbedFocusOwnerService'])){let _0x166a4f=this[_0x1f81fa(0x3ee)][_0x1f81fa(0x53b)](t[_0x1f81fa(0x95b)])[_0x1f81fa(0x430)]();if((_0x166a4f==null?void 0x0:_0x166a4f[_0x1f81fa(0x565)])===_0x54d80a[_0x1f81fa(0x565)]){_0x2127c7(_0x166a4f[_0x1f81fa(0x666)]===_0x54d80a[_0x1f81fa(0x666)]);return;}}_0x2127c7(!0x1);}}[_0x1ed4d3(0x228)](_0x16d2c2){const _0x5bd965=_0x1ed4d3;let _0x5008f8=this['_sessions'][_0x5bd965(0x53b)](_0x16d2c2);_0x5008f8&&(this[_0x5bd965(0x23f)](_0x16d2c2),this[_0x5bd965(0x34d)](_0x16d2c2),[..._0x5008f8[_0x5bd965(0x610)]][_0x5bd965(0x3b5)]()[_0x5bd965(0x360)](_0x53ff40=>_0x53ff40['dispose']()),this[_0x5bd965(0x4d5)][_0x5bd965(0x74c)](_0x16d2c2));}[_0x1ed4d3(0x28a)](_0xf844aa){const _0x1b0d1e=_0x1ed4d3;var _0x351973;return(_0x351973=this[_0x1b0d1e(0x4d5)]['get'](_0xf844aa))==null?void 0x0:_0x351973['session'];}[_0x1ed4d3(0x6db)](){const _0x7e005c=_0x1ed4d3;return[...this[_0x7e005c(0x4d5)]['values']()][_0x7e005c(0x572)](({session:_0x246407})=>_0x246407);}[_0x1ed4d3(0x8c2)](_0x2792ec){const _0x37bad6=_0x1ed4d3;let _0x45758f=this[_0x37bad6(0x4d5)][_0x37bad6(0x53b)](_0x2792ec);if(_0x45758f){if(_0x45758f['session'][_0x37bad6(0x29f)]!==_0x37bad6(0x282)){var _0x1cba3c;let _0x2c0003=(_0x1cba3c=this[_0x37bad6(0x601)][_0x37bad6(0x8a7)]())==null?void 0x0:_0x1cba3c['embedId'];this[_0x37bad6(0x4d5)][_0x37bad6(0x360)](_0x50c17e=>{const _0x517471=_0x37bad6;var _0x2ccd8d;if(_0x50c17e[_0x517471(0x46a)][_0x517471(0x29f)]==='tab-peer'||_0x50c17e['session'][_0x517471(0x565)]!==_0x45758f[_0x517471(0x46a)]['hostUnitId'])return;let _0x1b67bc=_0x50c17e[_0x517471(0x46a)][_0x517471(0x666)]===_0x2792ec;!_0x1b67bc&&(_0x50c17e[_0x517471(0x46a)][_0x517471(0x666)]===_0x2c0003||((_0x2ccd8d=_0x50c17e['session'][_0x517471(0x44e)])==null?void 0x0:_0x2ccd8d[_0x517471(0x982)][_0x517471(0x3c8)][_0x517471(0x964)][_0x517471(0x57e)])===_0x517471(0x85d))&&this[_0x517471(0x470)](_0x50c17e[_0x517471(0x46a)]),_0x50c17e[_0x517471(0x9d9)](_0x1b67bc);});return;}this[_0x37bad6(0x744)](_0x45758f[_0x37bad6(0x46a)]),this[_0x37bad6(0x4d5)][_0x37bad6(0x360)](_0x306074=>{const _0x2c0b63=_0x37bad6;var _0x506080;if(_0x306074[_0x2c0b63(0x46a)][_0x2c0b63(0x29f)]!==_0x2c0b63(0x282)||_0x306074['session'][_0x2c0b63(0x565)]!==_0x45758f[_0x2c0b63(0x46a)][_0x2c0b63(0x565)])return;let _0x4475b0=_0x306074[_0x2c0b63(0x46a)][_0x2c0b63(0x666)]===_0x2792ec;!_0x4475b0&&((_0x506080=_0x306074['session']['context'])==null?void 0x0:_0x506080[_0x2c0b63(0x982)]['rootElement'][_0x2c0b63(0x964)]['embedRenderScopeActive'])==='true'&&this[_0x2c0b63(0x470)](_0x306074[_0x2c0b63(0x46a)]),_0x306074[_0x2c0b63(0x9d9)](_0x4475b0);}),this['_focusTabPeerSession'](_0x45758f['session']),this[_0x37bad6(0x6ca)](_0x45758f[_0x37bad6(0x46a)]);}}[_0x1ed4d3(0x850)](_0x48770d){let _0xb1bc3d=this['_tabFocusLeases']['has'](_0x48770d);return this['_releaseTabPeerFocusLease'](_0x48770d),_0xb1bc3d;}['deactivateTabSessions'](_0x1eb90e){const _0x42801f=_0x1ed4d3;let _0x39291b=[];return this[_0x42801f(0x4d5)][_0x42801f(0x360)](_0x25c2e1=>{const _0x834307=_0x42801f;_0x25c2e1['session']['layout']===_0x834307(0x282)&&(_0x1eb90e&&_0x25c2e1[_0x834307(0x46a)][_0x834307(0x666)]!==_0x1eb90e||(this[_0x834307(0x470)](_0x25c2e1[_0x834307(0x46a)]),this[_0x834307(0x23f)](_0x25c2e1['session'][_0x834307(0x666)]),_0x25c2e1[_0x834307(0x9d9)](!0x1),this[_0x834307(0x34d)](_0x25c2e1[_0x834307(0x46a)][_0x834307(0x666)]),_0x39291b[_0x834307(0x2fa)](_0x25c2e1[_0x834307(0x46a)])));}),_0x39291b;}[_0x1ed4d3(0x780)](_0x38a756){const _0x1451d2=_0x1ed4d3;let _0x397efd=this[_0x1451d2(0x4d5)][_0x1451d2(0x53b)](_0x38a756);if(!(!_0x397efd||_0x397efd['session'][_0x1451d2(0x29f)]===_0x1451d2(0x282)))return this[_0x1451d2(0x470)](_0x397efd[_0x1451d2(0x46a)]),_0x397efd[_0x1451d2(0x9d9)](!0x1),_0x397efd[_0x1451d2(0x46a)];}[_0x1ed4d3(0x9d9)](_0x1cadcb,_0x4507d4){const _0xca473=_0x1ed4d3;var _0x3165e6;(_0x3165e6=this['_sessions'][_0xca473(0x53b)](_0x1cadcb))==null||_0x3165e6['setActive'](_0x4507d4);}[_0x1ed4d3(0x470)](_0x10728d){const _0x5c0ca9=_0x1ed4d3;let _0x3cb983=_0x10728d[_0x5c0ca9(0x44e)];if(!_0x3cb983)return;let _0x5cfbbf=this[_0x5c0ca9(0x25b)][_0x5c0ca9(0x53b)](_0x10728d[_0x5c0ca9(0x5c7)]);if(_0x5cfbbf!=null&&_0x5cfbbf[_0x5c0ca9(0x8d6)])try{_0x5cfbbf[_0x5c0ca9(0x8d6)](_0x3cb983);}catch(_0x57837e){console[_0x5c0ca9(0x219)](_0x5c0ca9(0x94e),_0x57837e);}}['_suspendTabPeerHostRender'](_0x2bf9da){const _0x172204=_0x1ed4d3;var _0xf1e11;let _0x2fbeea=(_0xf1e11=_0x2bf9da['context'])==null?void 0x0:_0xf1e11[_0x172204(0x583)];if(!(_0x2fbeea!=null&&_0x2fbeea[_0x172204(0x54f)](p[_0x172204(0x208)])))return;let _0x3e8a98=this[_0x172204(0x492)][_0x172204(0x53b)](_0x2bf9da[_0x172204(0x565)]);if(_0x3e8a98){this[_0x172204(0x492)]['set'](_0x2bf9da['hostUnitId'],{..._0x3e8a98,'embedId':_0x2bf9da['embedId']});return;}let _0x5e5412=_0x2fbeea[_0x172204(0x53b)](p[_0x172204(0x208)])['getRenderUnitById'](_0x2bf9da[_0x172204(0x565)]);if(!_0x5e5412||_0x5e5412[_0x172204(0x2cf)]===!0x1||_0x5e5412[_0x172204(0x688)]())return;let _0x484b4d=_0x5e5412[_0x172204(0x212)][_0x172204(0x29b)]()[_0x172204(0x986)];_0x484b4d&&(_0x5e5412[_0x172204(0x77b)](),_0x5e5412[_0x172204(0x212)]['unmount'](),this['_tabHostRenderLeases'][_0x172204(0x753)](_0x2bf9da[_0x172204(0x565)],{'embedId':_0x2bf9da['embedId'],'render':_0x5e5412,'parentElement':_0x484b4d}));}[_0x1ed4d3(0x34d)](_0x53ba09){const _0x44091d=_0x1ed4d3;this[_0x44091d(0x492)][_0x44091d(0x360)]((_0x41e484,_0x34533d)=>{const _0x39e76a=_0x44091d;_0x41e484['embedId']===_0x53ba09&&(this[_0x39e76a(0x492)]['delete'](_0x34533d),!(_0x41e484['render']['isDisposed']()||!_0x41e484[_0x39e76a(0x986)][_0x39e76a(0x89c)])&&(_0x41e484['render'][_0x39e76a(0x212)]['getCanvasElement']()[_0x39e76a(0x986)]!==_0x41e484['parentElement']&&_0x41e484[_0x39e76a(0x2c3)][_0x39e76a(0x212)][_0x39e76a(0x4f8)](_0x41e484[_0x39e76a(0x986)]),kt(_0x41e484['render'],{'activate':!0x0})));});}['_resolveLayout'](_0x515c5d){const _0x5ee240=_0x1ed4d3;var _0x59f323,_0x59bba4;let _0x1659ac=((_0x59f323=_0x515c5d['sourceMeta'])==null?void 0x0:_0x59f323['floating'])||void 0x0;if(_0x1659ac!=null&&_0x1659ac[_0x5ee240(0x29f)])return _0x1659ac['layout'];let _0x2e30bb=((_0x59bba4=_0x515c5d[_0x5ee240(0x440)])==null?void 0x0:_0x59bba4[_0x5ee240(0x9c5)])||void 0x0;if(_0x2e30bb!=null&&_0x2e30bb[_0x5ee240(0x42b)])return _0x5ee240(0x282);throw Error(_0x5ee240(0x9dd));}['_createRenderScope'](_0x568f40,_0x54e77d,_0x321976,_0x3dc76f){const _0x536ca1=_0x1ed4d3;var _0x4be104,_0x1e2e0e;let _0x2e293c=new f[(_0x536ca1(0x2ed))](!0x0),_0x4259f8=_0x568f40[_0x536ca1(0x253)],_0x3790c2=(_0x4be104=_0x568f40[_0x536ca1(0x440)])==null?void 0x0:_0x4be104[_0x536ca1(0x9c5)],_0x25c340=_0x3790c2&&_0x3790c2[_0x536ca1(0x42b)]?_0x536ca1(0x9c5):(_0x1e2e0e=_0x568f40[_0x536ca1(0x440)])!=null&&_0x1e2e0e[_0x536ca1(0x714)]?'float':_0x536ca1(0x6ae),_0x1c8b07=(_0x3dc76f==null?void 0x0:_0x3dc76f[_0x536ca1(0x684)])??L(_0x321976,_0x536ca1(0x6d6))??_0x321976,_0x135a87=(_0x3dc76f==null?void 0x0:_0x3dc76f[_0x536ca1(0x2a6)])??L(_0x321976,_0x536ca1(0x4a1))??_0x321976,_0x42bda3=(_0x3dc76f==null?void 0x0:_0x3dc76f[_0x536ca1(0x88d)])??L(_0x321976,_0x536ca1(0x870))??_0x321976,_0x1890ac=(_0x3dc76f==null?void 0x0:_0x3dc76f[_0x536ca1(0x852)])??L(_0x321976,_0x536ca1(0x62e))??_0x42bda3,_0x3d752f=this[_0x536ca1(0x5cf)][_0x536ca1(0x22c)]({'childUnitId':_0x568f40['childUnitId'],'embedId':_0x568f40[_0x536ca1(0x666)],'hostAnchorId':_0x4259f8,'root':_0x42bda3}),_0xcefe27=_0xfccf1d=>{const _0x280032=_0x536ca1;_0x2e293c[_0x280032(0x775)]()!==_0xfccf1d&&(Wt(_0x321976,_0xfccf1d,_0x25c340),_0x2e293c[_0x280032(0x592)](_0xfccf1d));};return Wt(_0x321976,!0x0,_0x25c340),{'renderScope':{'hostUnitId':_0x568f40[_0x536ca1(0x565)],'hostAnchorId':_0x4259f8,'embedId':_0x568f40[_0x536ca1(0x666)],'childUnitId':_0x568f40[_0x536ca1(0x442)],'childType':_0x568f40[_0x536ca1(0x5c7)],'layout':_0x54e77d,'mode':_0x25c340,'rootElement':_0x321976,'contentRoot':_0x1c8b07,'canvasRoot':_0x135a87,'overlayRoot':_0x42bda3,'popupRoot':_0x1890ac,'menuOutlet':_0x3dc76f!=null&&_0x3dc76f[_0x536ca1(0x2bb)]?{'container':_0x3dc76f[_0x536ca1(0x2bb)]}:void 0x0,'active$':_0x2e293c[_0x536ca1(0x7bc)]()},'disposable':(0x0,a[_0x536ca1(0x64a)])(()=>{_0x3d752f['dispose'](),_0xcefe27(!0x1),_0x2e293c['complete']();}),'setActive':_0xcefe27};}[_0x1ed4d3(0x4cc)](_0x41d00e,_0x2da17f,_0x4634ce,_0x151da1){const _0x3fb497=_0x1ed4d3;let _0x251be7=this[_0x3fb497(0x3ee)][_0x3fb497(0x54f)](q),_0x3d5621=this[_0x3fb497(0x3ee)][_0x3fb497(0x54f)](G);if(!_0x251be7&&!_0x3d5621)return;let _0x2b085b=_0x251be7?this[_0x3fb497(0x3ee)][_0x3fb497(0x53b)](q):void 0x0,_0x308dce=_0x3d5621?this[_0x3fb497(0x3ee)][_0x3fb497(0x53b)](G):void 0x0,_0x3c3070=new Map(),_0x3a4dbd=(_0x328215,_0x5a6cae)=>{const _0x23fa10=_0x3fb497;if(!_0x328215)return;let _0x8b193a=_0x3c3070[_0x23fa10(0x53b)](_0x328215);(!_0x8b193a||_0x8b193a===_0x23fa10(0x8d5))&&_0x3c3070['set'](_0x328215,_0x5a6cae);};_0x3a4dbd(_0x2da17f,'runtime'),_0x3a4dbd(_0x4634ce[_0x3fb497(0x3c8)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x4634ce[_0x3fb497(0x815)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x4634ce[_0x3fb497(0x97f)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x4634ce['overlayRoot'],_0x3fb497(0x8d5)),_0x3a4dbd(_0x151da1['root'],_0x3fb497(0x8d5)),_0x3a4dbd(_0x151da1[_0x3fb497(0x684)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x151da1[_0x3fb497(0x2a6)],_0x3fb497(0x8d5)),_0x3a4dbd(_0x151da1['overlay'],'runtime'),_0x3a4dbd(_0x4634ce[_0x3fb497(0x348)],_0x3fb497(0x31c)),_0x3a4dbd(_0x151da1[_0x3fb497(0x852)],_0x3fb497(0x31c));let _0x1428aa=[..._0x3c3070][_0x3fb497(0x701)](([_0x1ecc4e,_0x4127d3])=>[_0x2b085b==null?void 0x0:_0x2b085b['registerRoot'](_0x41d00e[_0x3fb497(0x666)],_0x1ecc4e,_0x41d00e['childUnitId']),_0x308dce==null?void 0x0:_0x308dce[_0x3fb497(0x41f)]({'embedId':_0x41d00e['embedId'],'role':_0x4127d3,'element':_0x1ecc4e})][_0x3fb497(0x699)](_0x12d1ea=>!!_0x12d1ea));return(0x0,a[_0x3fb497(0x64a)])(()=>{const _0x463f87=_0x3fb497;[..._0x1428aa]['reverse']()[_0x463f87(0x360)](_0x2618cc=>_0x2618cc[_0x463f87(0x45b)]());});}[_0x1ed4d3(0x8dd)](_0x5782d1){const _0xca8790=_0x1ed4d3;return _0x5782d1?_0xca8790(0x45b)in _0x5782d1?{'disposable':_0x5782d1}:{'hostElement':_0x5782d1[_0xca8790(0x7e4)],'runtimeRoots':_0x5782d1[_0xca8790(0x34b)],'disposable':_0x5782d1[_0xca8790(0x830)]?(0x0,a[_0xca8790(0x64a)])(()=>{const _0x9389a3=_0xca8790;var _0x3c87d3;return(_0x3c87d3=_0x5782d1[_0x9389a3(0x830)])==null?void 0x0:_0x3c87d3[_0x9389a3(0x45b)]();}):void 0x0}:{};}[_0x1ed4d3(0x8b9)](_0x5615fe){const _0x2c334a=_0x1ed4d3;if(!this[_0x2c334a(0x3ee)]['has'](vt))return;let _0x374a5b=this[_0x2c334a(0x3ee)][_0x2c334a(0x53b)](vt)[_0x2c334a(0x53b)](_0x5615fe['descriptor'][_0x2c334a(0x817)],_0x5615fe[_0x2c334a(0x3e8)]['entry'],_0x5615fe[_0x2c334a(0x5c7)]);if(!_0x374a5b)return;let _0x251ae2=this[_0x2c334a(0x601)]['getActive'](),_0x5be104=_0x374a5b[_0x2c334a(0x4f8)]({..._0x5615fe,'active':_0x251ae2});return _0x5be104?(0x0,a[_0x2c334a(0x64a)])(()=>_0x5be104['dispose']()):void 0x0;}['_registerChildFocusBridge'](_0x3479da,_0xb75d3b,_0x88d401,_0x2a18a5){const _0x5a91d2=_0x1ed4d3;let _0x3e3d0c=this['_injector'][_0x5a91d2(0x54f)](q)?this[_0x5a91d2(0x3ee)][_0x5a91d2(0x53b)](q):void 0x0,_0x314298=this[_0x5a91d2(0x3ee)][_0x5a91d2(0x54f)](G)?this['_injector'][_0x5a91d2(0x53b)](G):void 0x0,_0x101fac=_0xb75d3b['ownerDocument'],_0x534778=[],_0x2c08a4=_0x88d401===_0x5a91d2(0x681)&&_0x2a18a5?this[_0x5a91d2(0x601)][_0x5a91d2(0x589)][_0x5a91d2(0x49c)](()=>{const _0x172079=_0x5a91d2;this[_0x172079(0x601)]['getStage'](_0x3479da[_0x172079(0x666)])!==_0x172079(0x334)&&_0x2a18a5[_0x172079(0x927)](null);}):void 0x0,_0x170c28=()=>_0x88d401!==_0x5a91d2(0x681)||this[_0x5a91d2(0x601)][_0x5a91d2(0x2ee)](_0x3479da[_0x5a91d2(0x666)])===_0x5a91d2(0x334),_0x45f128=(_0x44e0a6,_0xdb11ce={})=>{const _0x1676da=_0x5a91d2;let _0x20bab6=_0xdb11ce[_0x1676da(0x927)]!==!0x1,_0x49a9f3=_0xdb11ce['activateSession']!==!0x1,_0xb5b816=(_0x44e0a6==null?void 0x0:_0x44e0a6[_0x1676da(0x1f6)])instanceof Element?_0x44e0a6[_0x1676da(0x1f6)]:null;if(_0xb5b816!=null&&_0xb5b816[_0x1676da(0x6bc)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||!_0x3479da[_0x1676da(0x442)]||_0x3479da['childType']==null||_0x88d401===_0x1676da(0x9c5)&&(_0x44e0a6==null?void 0x0:_0x44e0a6['type'])===_0x1676da(0x845)&&!this[_0x1676da(0x439)][_0x1676da(0x54f)](_0x3479da['embedId'])||!_0x170c28())return;let _0x2e11a6=_0x88d401==='tab'&&this['_injector'][_0x1676da(0x54f)](t[_0x1676da(0x95b)])?this[_0x1676da(0x3ee)][_0x1676da(0x53b)](t[_0x1676da(0x95b)])[_0x1676da(0x430)]():null,_0x3a35d5=(_0x2e11a6==null?void 0x0:_0x2e11a6[_0x1676da(0x565)])===_0x3479da[_0x1676da(0x565)]&&_0x2e11a6[_0x1676da(0x666)]===_0x3479da[_0x1676da(0x666)]&&_0x2e11a6['childUnitId']===_0x3479da['childUnitId']&&_0x2e11a6['childType']===_0x3479da[_0x1676da(0x5c7)];if(_0x88d401===_0x1676da(0x681)&&_0x2a18a5&&(_0x2a18a5['setCurrentUnitForType'](_0x3479da[_0x1676da(0x442)]),_0x20bab6&&_0x2a18a5[_0x1676da(0x927)](_0x3479da['childUnitId'])),_0x88d401===_0x1676da(0x9c5)&&this[_0x1676da(0x3ee)][_0x1676da(0x54f)](a[_0x1676da(0x90d)])){var _0x593119,_0x3ade70;let _0x3ecd17=this[_0x1676da(0x3ee)][_0x1676da(0x53b)](a['IUniverInstanceService']),_0x3b20cb=_0x3ecd17['getCurrentUnitOfType'],_0x12a3d3=_0x3ecd17['getFocusedUnit'];(typeof _0x3b20cb!=_0x1676da(0x508)||((_0x593119=_0x3b20cb[_0x1676da(0x5db)](_0x3ecd17,_0x3479da[_0x1676da(0x5c7)]))==null?void 0x0:_0x593119[_0x1676da(0x872)]())!==_0x3479da['childUnitId'])&&_0x3ecd17[_0x1676da(0x5d6)](_0x3479da[_0x1676da(0x442)]),_0x20bab6&&(typeof _0x12a3d3!=_0x1676da(0x508)||((_0x3ade70=_0x12a3d3[_0x1676da(0x5db)](_0x3ecd17))==null?void 0x0:_0x3ade70['getUnitId']())!==_0x3479da[_0x1676da(0x442)])&&_0x3ecd17[_0x1676da(0x927)](_0x3479da[_0x1676da(0x442)]);}if(_0x88d401===_0x1676da(0x9c5)&&this[_0x1676da(0x3ee)][_0x1676da(0x54f)](a[_0x1676da(0x851)])){let _0x41e28d=this[_0x1676da(0x3ee)][_0x1676da(0x53b)](a[_0x1676da(0x851)]);_0x41e28d[_0x1676da(0x4f4)](a[_0x1676da(0x9a4)],!0x0),_0x41e28d[_0x1676da(0x4f4)](a[_0x1676da(0x70c)],_0x3479da[_0x1676da(0x5c7)]===a[_0x1676da(0x747)][_0x1676da(0x563)]),_0x41e28d[_0x1676da(0x4f4)](a[_0x1676da(0x341)],_0x3479da[_0x1676da(0x5c7)]===a[_0x1676da(0x747)][_0x1676da(0x32f)]),_0x41e28d[_0x1676da(0x4f4)](a[_0x1676da(0x759)],_0x3479da[_0x1676da(0x5c7)]===a[_0x1676da(0x747)]['UNIVER_SLIDE']),_0x41e28d['setContextValue'](a['FOCUSING_BOARD'],_0x3479da[_0x1676da(0x5c7)]===a[_0x1676da(0x747)]['UNIVER_BOARD']);}if(this['_injector']['has'](t['EmbedFocusOwnerService'])){let _0x3b57fb=this[_0x1676da(0x3ee)][_0x1676da(0x53b)](t[_0x1676da(0x95b)]),_0x483c6d={'hostUnitId':_0x3479da[_0x1676da(0x565)],'embedId':_0x3479da[_0x1676da(0x666)],'childUnitId':_0x3479da['childUnitId'],'childType':_0x3479da['childType'],'reason':_0x1676da(0x6be)},_0x6fe0b7=_0x3b57fb['getFocusOwner']();((_0x6fe0b7==null?void 0x0:_0x6fe0b7['hostUnitId'])!==_0x483c6d[_0x1676da(0x565)]||_0x6fe0b7[_0x1676da(0x666)]!==_0x483c6d[_0x1676da(0x666)]||_0x6fe0b7[_0x1676da(0x442)]!==_0x483c6d[_0x1676da(0x442)]||_0x6fe0b7['childType']!==_0x483c6d['childType']||_0x6fe0b7[_0x1676da(0x279)]!==_0x483c6d['reason'])&&_0x3b57fb[_0x1676da(0x67c)](_0x483c6d);}_0x49a9f3&&(_0x88d401===_0x1676da(0x9c5)&&_0xb75d3b[_0x1676da(0x964)][_0x1676da(0x57e)]===_0x1676da(0x85d)&&this[_0x1676da(0x439)][_0x1676da(0x54f)](_0x3479da[_0x1676da(0x666)])&&((_0x44e0a6==null?void 0x0:_0x44e0a6[_0x1676da(0x5a7)])==='pointerdown'||_0x3a35d5)||this[_0x1676da(0x8c2)](_0x3479da[_0x1676da(0x666)]));},_0x4b37f3=_0x310bf9=>{const _0x16a703=_0x5a91d2;let _0x3dff3a=_0x310bf9[_0x16a703(0x1f6)]instanceof Element?_0x310bf9[_0x16a703(0x1f6)]:null;if(!_0x3dff3a||_0xb75d3b[_0x16a703(0x495)](_0x3dff3a)||!(_0x3e3d0c!=null&&_0x3e3d0c['contains'](_0x3479da[_0x16a703(0x666)],_0x3dff3a,_0x310bf9)||_0x314298!=null&&_0x314298[_0x16a703(0x892)](_0x3479da[_0x16a703(0x666)],_0x3dff3a,_0x310bf9)))return;_0x45f128(_0x310bf9,{'focusUnit':!0x1,'activateSession':!0x1});let _0x49ab35=_0x101fac[_0x16a703(0x2e9)];_0x49ab35&&_0x534778[_0x16a703(0x2fa)](_0x49ab35[_0x16a703(0x84e)](()=>_0x45f128(_0x310bf9,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0xb75d3b[_0x5a91d2(0x7d4)]('pointerdown',_0x45f128,{'capture':!0x0}),_0xb75d3b[_0x5a91d2(0x7d4)](_0x5a91d2(0x845),_0x45f128),_0x101fac[_0x5a91d2(0x7d4)](_0x5a91d2(0x888),_0x4b37f3,{'capture':!0x0}),_0x101fac[_0x5a91d2(0x7d4)](_0x5a91d2(0x845),_0x4b37f3,{'capture':!0x0}),(0x0,a[_0x5a91d2(0x64a)])(()=>{const _0xc0a0ca=_0x5a91d2;_0xb75d3b[_0xc0a0ca(0x2f5)](_0xc0a0ca(0x888),_0x45f128,{'capture':!0x0}),_0xb75d3b['removeEventListener'](_0xc0a0ca(0x845),_0x45f128),_0x101fac[_0xc0a0ca(0x2f5)](_0xc0a0ca(0x888),_0x4b37f3,{'capture':!0x0}),_0x101fac[_0xc0a0ca(0x2f5)](_0xc0a0ca(0x845),_0x4b37f3,{'capture':!0x0}),_0x534778[_0xc0a0ca(0x360)](_0x254223=>{const _0x348339=_0xc0a0ca;var _0x4067bb;return(_0x4067bb=_0x101fac[_0x348339(0x2e9)])==null?void 0x0:_0x4067bb[_0x348339(0x7b3)](_0x254223);}),_0x2c08a4==null||_0x2c08a4[_0xc0a0ca(0x465)]();});}['_focusTabPeerSession'](_0x46630a){const _0x3d8c22=_0x1ed4d3;if(this[_0x3d8c22(0x9a2)](_0x46630a),this[_0x3d8c22(0x3ee)]['has'](a[_0x3d8c22(0x90d)])){let _0x59af9f=this[_0x3d8c22(0x3ee)]['get'](a[_0x3d8c22(0x90d)]);_0x59af9f[_0x3d8c22(0x5d6)](_0x46630a[_0x3d8c22(0x442)]),_0x59af9f[_0x3d8c22(0x927)](_0x46630a[_0x3d8c22(0x442)]);}if(this[_0x3d8c22(0x3ee)][_0x3d8c22(0x54f)](a['IContextService'])){let _0x254685=this['_injector']['get'](a[_0x3d8c22(0x851)]);_0x254685[_0x3d8c22(0x4f4)](a[_0x3d8c22(0x9a4)],!0x0),_0x254685[_0x3d8c22(0x4f4)](a[_0x3d8c22(0x70c)],_0x46630a[_0x3d8c22(0x5c7)]===a[_0x3d8c22(0x747)][_0x3d8c22(0x563)]),_0x254685['setContextValue'](a[_0x3d8c22(0x341)],_0x46630a['childType']===a[_0x3d8c22(0x747)][_0x3d8c22(0x32f)]),_0x254685[_0x3d8c22(0x4f4)](a[_0x3d8c22(0x759)],_0x46630a[_0x3d8c22(0x5c7)]===a['UniverInstanceType']['UNIVER_SLIDE']),_0x254685[_0x3d8c22(0x4f4)](a['FOCUSING_BOARD'],_0x46630a[_0x3d8c22(0x5c7)]===a[_0x3d8c22(0x747)][_0x3d8c22(0x8d2)]);}this[_0x3d8c22(0x3ee)][_0x3d8c22(0x54f)](t[_0x3d8c22(0x95b)])&&this[_0x3d8c22(0x3ee)]['get'](t[_0x3d8c22(0x95b)])['setFocusOwner']({'hostUnitId':_0x46630a[_0x3d8c22(0x565)],'embedId':_0x46630a['embedId'],'childUnitId':_0x46630a[_0x3d8c22(0x442)],'childType':_0x46630a['childType'],'reason':'keyboard'});}[_0x1ed4d3(0x6ca)](_0x39648a){const _0x223577=_0x1ed4d3;var _0x2b9c1a;let _0x68752b=(_0x2b9c1a=_0x39648a[_0x223577(0x44e)])==null?void 0x0:_0x2b9c1a['injector'];if(!(_0x68752b!=null&&_0x68752b[_0x223577(0x54f)](p['IRenderManagerService'])))return;let _0x19c209=_0x68752b[_0x223577(0x53b)](p[_0x223577(0x208)])[_0x223577(0x871)](_0x39648a['childUnitId']);(_0x19c209==null?void 0x0:_0x19c209[_0x223577(0x2cf)])===!0x1&&kt(_0x19c209,{'activate':!0x0});}[_0x1ed4d3(0x9a2)](_0x4272ee){const _0x5e959c=_0x1ed4d3;this[_0x5e959c(0x910)](_0x4272ee['hostUnitId'],_0x4272ee[_0x5e959c(0x666)]),this[_0x5e959c(0x23f)](_0x4272ee[_0x5e959c(0x666)]);let _0x5cd190=[];if(this['_injector']['has'](G)&&_0x5cd190['push'](this[_0x5e959c(0x3ee)][_0x5e959c(0x53b)](G)[_0x5e959c(0x294)]({'embedId':_0x4272ee['embedId'],'role':_0x5e959c(0x26c),'owner':_0x5e959c(0x7c2),'sessionMode':_0x5e959c(0x868),'hostUnitId':_0x4272ee['hostUnitId'],'childUnitId':_0x4272ee[_0x5e959c(0x442)],'childType':_0x4272ee[_0x5e959c(0x5c7)]})),this['_injector'][_0x5e959c(0x54f)](q)){var _0x16fd7b,_0x124aa9;_0x5cd190[_0x5e959c(0x2fa)](this['_injector']['get'](q)[_0x5e959c(0x91d)](_0x4272ee[_0x5e959c(0x666)],((_0x16fd7b=_0x4272ee[_0x5e959c(0x7e4)])==null?void 0x0:_0x16fd7b[_0x5e959c(0x2f2)])??((_0x124aa9=_0x4272ee[_0x5e959c(0x44e)])==null?void 0x0:_0x124aa9[_0x5e959c(0x982)][_0x5e959c(0x3c8)][_0x5e959c(0x2f2)]),{'includeAppShellEditorPortal':_0x4272ee[_0x5e959c(0x5c7)]===a['UniverInstanceType'][_0x5e959c(0x32f)]}));}_0x5cd190[_0x5e959c(0x9ba)]&&this['_tabFocusLeases'][_0x5e959c(0x753)](_0x4272ee[_0x5e959c(0x666)],{'hostUnitId':_0x4272ee['hostUnitId'],'disposable':(0x0,a[_0x5e959c(0x64a)])(()=>{const _0x1a3998=_0x5e959c;[..._0x5cd190][_0x1a3998(0x3b5)]()['forEach'](_0x1dd499=>_0x1dd499[_0x1a3998(0x45b)]());})});}[_0x1ed4d3(0x910)](_0x4af079,_0x3d4860){const _0x52309e=_0x1ed4d3;[...this[_0x52309e(0x439)][_0x52309e(0x2f3)]()][_0x52309e(0x360)](([_0x2f4f8d,_0x19cb6a])=>{const _0x503dea=_0x52309e;_0x2f4f8d!==_0x3d4860&&_0x19cb6a[_0x503dea(0x565)]===_0x4af079&&(_0x19cb6a[_0x503dea(0x830)][_0x503dea(0x45b)](),this[_0x503dea(0x439)]['delete'](_0x2f4f8d));});}[_0x1ed4d3(0x23f)](_0x5e8008){const _0x16ce46=_0x1ed4d3;let _0x8accb3=this[_0x16ce46(0x439)][_0x16ce46(0x53b)](_0x5e8008);_0x8accb3&&(_0x8accb3[_0x16ce46(0x830)][_0x16ce46(0x45b)](),this['_tabFocusLeases'][_0x16ce46(0x74c)](_0x5e8008));}[_0x1ed4d3(0x6e5)](_0xd34c03){const _0x1a70b5=_0x1ed4d3;var _0x4099a3,_0x5a90d9;if((_0x4099a3=_0xd34c03['sourceMeta'])!=null&&_0x4099a3[_0x1a70b5(0x9c5)]&&_0xd34c03[_0x1a70b5(0x440)]['tab']['enabled']||!this['_injector']['has'](a[_0x1a70b5(0x90d)])||!_0xd34c03[_0x1a70b5(0x442)])return(0x0,a[_0x1a70b5(0x64a)])(()=>{});let _0x3c1a93=this['_injector'][_0x1a70b5(0x53b)](a[_0x1a70b5(0x90d)]),_0x114b15=_0x3c1a93['getFocusedUnit'],_0x5450f7=_0x3c1a93[_0x1a70b5(0x927)];if(typeof _0x114b15!='function'||typeof _0x5450f7!=_0x1a70b5(0x508))return(0x0,a[_0x1a70b5(0x64a)])(()=>{});let _0x5e5ac4=(_0x5a90d9=_0x114b15['call'](_0x3c1a93))==null?void 0x0:_0x5a90d9['getUnitId']();if(!_0x5e5ac4||_0x5e5ac4===_0xd34c03[_0x1a70b5(0x442)])return(0x0,a[_0x1a70b5(0x64a)])(()=>{});let _0x5a2bbd=()=>{const _0x11ab54=_0x1a70b5;var _0x2ad328;((_0x2ad328=_0x114b15[_0x11ab54(0x5db)](_0x3c1a93))==null?void 0x0:_0x2ad328['getUnitId']())===_0xd34c03[_0x11ab54(0x442)]&&_0x5450f7[_0x11ab54(0x5db)](_0x3c1a93,_0x5e5ac4);},_0x499544=[],_0x55220a=[];return _0x5a2bbd(),typeof window<'u'&&(_0x55220a[_0x1a70b5(0x2fa)](window[_0x1a70b5(0x930)](_0x5a2bbd)),_0x499544[_0x1a70b5(0x2fa)](window[_0x1a70b5(0x84e)](_0x5a2bbd,0x0)),_0x499544['push'](window[_0x1a70b5(0x84e)](_0x5a2bbd,0x78))),(0x0,a[_0x1a70b5(0x64a)])(()=>{const _0x3d6dcf=_0x1a70b5;typeof window>'u'||(_0x55220a[_0x3d6dcf(0x360)](_0x164725=>window[_0x3d6dcf(0x571)](_0x164725)),_0x499544[_0x3d6dcf(0x360)](_0x52c31a=>window['clearTimeout'](_0x52c31a)));});}[_0x1ed4d3(0x28b)](_0x1c1eba){const _0x4aa8cc=_0x1ed4d3;let _0x58e0a7=[...this[_0x4aa8cc(0x4d5)][_0x4aa8cc(0x3e4)]()][_0x4aa8cc(0x961)](({session:_0x1d44fe})=>_0x1d44fe['embedId']!==_0x1c1eba['embedId']&&_0x1d44fe[_0x4aa8cc(0x442)]===_0x1c1eba['childUnitId']);if(_0x58e0a7)throw new Ht(_0x1c1eba[_0x4aa8cc(0x442)],_0x58e0a7[_0x4aa8cc(0x46a)][_0x4aa8cc(0x666)]);if(this['_univerInstanceService'][_0x4aa8cc(0x4a8)](_0x1c1eba['childUnitId'],_0x1c1eba[_0x4aa8cc(0x5c7)]))return;let _0x1356da=this[_0x4aa8cc(0x6bb)]['getUnitType'](_0x1c1eba['childUnitId']);throw _0x1356da!==a['UniverInstanceType'][_0x4aa8cc(0x2dd)]&&_0x1356da!==_0x1c1eba['childType']?Error(_0x4aa8cc(0x4f0)):Error(_0x4aa8cc(0x940));}};Ut=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(yt)),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(_t)),J(0x2,(0x0,a['Inject'])(bt)),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(At)),J(0x4,a['IUniverInstanceService']),J(0x5,(0x0,a[_0x1ed4d3(0x558)])(le)),J(0x6,(0x0,a[_0x1ed4d3(0x558)])(de)),J(0x7,(0x0,a[_0x1ed4d3(0x558)])(a['Injector']))],Ut);function Wt(_0x2b9065,_0x5ae3b2,_0x63a94a){const _0x1943e4=_0x1ed4d3;if(_0x2b9065[_0x1943e4(0x964)][_0x1943e4(0x57e)]=_0x5ae3b2?_0x1943e4(0x85d):_0x1943e4(0x35a),_0x63a94a!==_0x1943e4(0x9c5)){_0x2b9065[_0x1943e4(0x526)](_0x1943e4(0x42d)),_0x2b9065[_0x1943e4(0x526)]('aria-hidden'),_0x2b9065[_0x1943e4(0x3e6)]['removeProperty'](_0x1943e4(0x28d)),_0x2b9065[_0x1943e4(0x3e6)][_0x1943e4(0x748)](_0x1943e4(0x89f));return;}if(_0x2b9065['toggleAttribute'](_0x1943e4(0x42d),!_0x5ae3b2),_0x5ae3b2){_0x2b9065[_0x1943e4(0x526)](_0x1943e4(0x242)),_0x2b9065['style']['removeProperty'](_0x1943e4(0x28d)),_0x2b9065[_0x1943e4(0x3e6)]['removeProperty'](_0x1943e4(0x89f));return;}_0x2b9065[_0x1943e4(0x57b)](_0x1943e4(0x242),_0x1943e4(0x85d)),_0x2b9065[_0x1943e4(0x3e6)][_0x1943e4(0x28d)]='none',_0x2b9065['style'][_0x1943e4(0x37a)]=_0x1943e4(0x255);}function Gt(_0x4d3153){const _0x594f13=_0x1ed4d3;let _0x438cbb=document['createElement'](_0x594f13(0x7ff));return _0x438cbb[_0x594f13(0x964)]['embedRuntimeBlocked']=_0x4d3153??_0x594f13(0x9be),_0x438cbb[_0x594f13(0x3e6)][_0x594f13(0x2c8)]=[_0x594f13(0x835),_0x594f13(0x2cd),'height:100%',_0x594f13(0x21d),_0x594f13(0x650),_0x594f13(0x4e0),_0x594f13(0x3d4),_0x594f13(0x323),_0x594f13(0x93f),'border-radius:8px',_0x594f13(0x8e2),_0x594f13(0x3cf),_0x594f13(0x21f),'text-align:center'][_0x594f13(0x786)](';'),_0x438cbb[_0x594f13(0x21e)]=_0x4d3153==='cycle'?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x594f13(0x64c),_0x438cbb;}let Kt=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x3e65cc,_0x45af0f,_0x2e1f7d,_0x38d95c,_0x400bf7,_0x38575f,_0x2169fc,_0x183c81,_0x3e52f7){const _0x126fcb=_0x1ed4d3;var _0x462da3;super(),this[_0x126fcb(0x6bb)]=_0x3e65cc,this[_0x126fcb(0x404)]=_0x45af0f,this[_0x126fcb(0x45f)]=_0x2e1f7d,this[_0x126fcb(0x879)]=_0x38d95c,this[_0x126fcb(0x4c6)]=_0x400bf7,this[_0x126fcb(0x9c3)]=_0x38575f,this[_0x126fcb(0x601)]=_0x2169fc,this[_0x126fcb(0x7bb)]=_0x183c81,this[_0x126fcb(0x9ce)]=_0x3e52f7,B(this,'_previousChildCurrentUnits',new Map());let _0x4bee17=(_0x462da3=this[_0x126fcb(0x6bb)]['focused$'])==null?void 0x0:_0x462da3[_0x126fcb(0x49c)](_0x13089e=>{const _0x1583df=_0x126fcb;this[_0x1583df(0x273)](_0x13089e??null);});_0x4bee17&&this[_0x126fcb(0x512)](_0x4bee17);}['activateTab'](_0x3bf936){const _0x336b6a=_0x1ed4d3;var _0x1a6730;this['_assertResolvedChild'](_0x3bf936),this[_0x336b6a(0x26f)](_0x3bf936),this[_0x336b6a(0x45f)][_0x336b6a(0x2bc)]({'embedId':_0x3bf936[_0x336b6a(0x666)],'hostUnitId':_0x3bf936[_0x336b6a(0x565)],'hostType':_0x3bf936[_0x336b6a(0x817)],'entry':_0x3bf936[_0x336b6a(0x8bf)],'hostAnchorId':_0x3bf936[_0x336b6a(0x253)],'descriptor':_0x3bf936}),this[_0x336b6a(0x4c6)][_0x336b6a(0x8c2)](_0x3bf936[_0x336b6a(0x666)]);let _0x2efee5=this[_0x336b6a(0x9c3)]['get'](_0x3bf936[_0x336b6a(0x5c7)]);return this[_0x336b6a(0x879)][_0x336b6a(0x2d2)](_0x3bf936,_0x336b6a(0x72c),{'layoutPolicy':_0x2efee5==null||(_0x1a6730=_0x2efee5[_0x336b6a(0x781)])==null?void 0x0:_0x1a6730[_0x336b6a(0x9c5)],'allowPlaceholder':(_0x2efee5==null?void 0x0:_0x2efee5[_0x336b6a(0x2ff)])===_0x336b6a(0x205)||(_0x2efee5==null?void 0x0:_0x2efee5['hostHeaderMode'])==='placeholder','allowHiddenRibbon':(_0x2efee5==null?void 0x0:_0x2efee5[_0x336b6a(0x2ff)])==='none'});}[_0x1ed4d3(0x330)](_0x5e53ad,_0x2a3267,_0x3b439a={}){const _0x2d036f=_0x1ed4d3;this[_0x2d036f(0x56a)](_0x5e53ad);let _0x35bdf1=this[_0x2d036f(0x601)][_0x2d036f(0x8a7)](),_0x29423c=_0x2a3267==='stage2'&&(_0x35bdf1==null?void 0x0:_0x35bdf1[_0x2d036f(0x666)])===_0x5e53ad[_0x2d036f(0x666)]&&_0x35bdf1[_0x2d036f(0x442)]===_0x5e53ad[_0x2d036f(0x442)]&&_0x35bdf1[_0x2d036f(0x756)]===_0x2d036f(0x334);(_0x35bdf1==null?void 0x0:_0x35bdf1[_0x2d036f(0x756)])==='stage2'&&!_0x29423c&&this[_0x2d036f(0x783)](_0x35bdf1[_0x2d036f(0x666)]),_0x2a3267==='stage2'&&!_0x29423c&&this[_0x2d036f(0x26f)](_0x5e53ad),this[_0x2d036f(0x404)][_0x2d036f(0x67c)]({'hostUnitId':_0x5e53ad[_0x2d036f(0x565)],'embedId':_0x5e53ad['embedId'],'childUnitId':_0x5e53ad[_0x2d036f(0x442)],'childType':_0x5e53ad['childType'],'reason':'pointer'}),this[_0x2d036f(0x4c6)][_0x2d036f(0x8c2)](_0x5e53ad[_0x2d036f(0x666)]);let _0x49555b={'hostUnitId':_0x5e53ad['hostUnitId'],'embedId':_0x5e53ad[_0x2d036f(0x666)],'childUnitId':_0x5e53ad[_0x2d036f(0x442)]};_0x2a3267?this[_0x2d036f(0x601)][_0x2d036f(0x2d2)](_0x49555b,_0x2a3267):this['_floatingActiveService'][_0x2d036f(0x2d2)](_0x49555b),this[_0x2d036f(0x879)][_0x2d036f(0x9c2)](),_0x2a3267===_0x2d036f(0x334)?(this[_0x2d036f(0x71a)](_0x5e53ad[_0x2d036f(0x442)],_0x5e53ad[_0x2d036f(0x5c7)],!0x1,_0x5e53ad[_0x2d036f(0x666)]),this[_0x2d036f(0x6f9)](_0x5e53ad)):(this[_0x2d036f(0x6bb)][_0x2d036f(0x5d6)](_0x5e53ad[_0x2d036f(0x565)]),this[_0x2d036f(0x6bb)]['focusUnit'](_0x5e53ad[_0x2d036f(0x565)]));}[_0x1ed4d3(0x3a9)](_0x230d4f,_0x4dcf40={}){const _0x45d00c=_0x1ed4d3;this[_0x45d00c(0x330)](_0x230d4f,_0x45d00c(0x334),_0x4dcf40);}[_0x1ed4d3(0x473)](_0x2ac8db,_0x2eee20={}){const _0x10fd65=_0x1ed4d3;this[_0x10fd65(0x56a)](_0x2ac8db),this[_0x10fd65(0x404)][_0x10fd65(0x67c)]({'hostUnitId':_0x2ac8db[_0x10fd65(0x565)],'embedId':_0x2ac8db[_0x10fd65(0x666)],'childUnitId':_0x2ac8db[_0x10fd65(0x442)],'childType':_0x2ac8db[_0x10fd65(0x5c7)],'reason':'pointer'}),this['_focusUnit'](_0x2ac8db[_0x10fd65(0x442)],_0x2ac8db[_0x10fd65(0x5c7)],_0x2eee20['focusLayout']??!0x0,_0x2ac8db[_0x10fd65(0x666)]);}[_0x1ed4d3(0x9c0)](_0x512fd6){const _0x3ae08c=_0x1ed4d3;let _0x12d8b3=this[_0x3ae08c(0x4c6)][_0x3ae08c(0x850)](_0x512fd6[_0x3ae08c(0x666)]);this['_menuOverrideService']['clear'](_0x512fd6[_0x3ae08c(0x666)]),this[_0x3ae08c(0x404)][_0x3ae08c(0x2b5)](_0x512fd6[_0x3ae08c(0x666)]),_0x12d8b3&&this[_0x3ae08c(0x919)][_0x3ae08c(0x54f)](_0x512fd6[_0x3ae08c(0x666)])&&this['_restorePreviousChildCurrentUnit'](_0x512fd6['embedId'],_0x512fd6[_0x3ae08c(0x5c7)],_0x512fd6[_0x3ae08c(0x442)]),this['_focusUnit'](_0x512fd6[_0x3ae08c(0x565)],_0x512fd6[_0x3ae08c(0x817)],!0x1);}['clearFullscreen'](_0xa698ab){const _0x46a1f5=_0x1ed4d3;let _0x2b5699=this[_0x46a1f5(0x404)][_0x46a1f5(0x430)]();_0x2b5699!=null&&_0x2b5699[_0x46a1f5(0x666)]&&_0x2b5699['embedId']!==_0xa698ab[_0x46a1f5(0x666)]||(this['_focusOwnerService']['clearFocusOwner'](_0xa698ab['embedId']),this[_0x46a1f5(0x6bb)][_0x46a1f5(0x5d6)](_0xa698ab[_0x46a1f5(0x565)]),this[_0x46a1f5(0x6bb)][_0x46a1f5(0x927)](_0xa698ab['hostUnitId']),requestAnimationFrame(()=>{const _0x1628d2=_0x46a1f5;this[_0x1628d2(0x404)][_0x1628d2(0x430)]()||(this[_0x1628d2(0x6bb)][_0x1628d2(0x927)](null),this[_0x1628d2(0x6bb)][_0x1628d2(0x927)](_0xa698ab[_0x1628d2(0x565)]));}));}[_0x1ed4d3(0x31f)](_0x10ea47,_0x3014ac){const _0x429afa=_0x1ed4d3;let _0x12e6cf=this['_focusOwnerService'][_0x429afa(0x430)]();if(_0x10ea47&&_0x12e6cf!=null&&_0x12e6cf['embedId']&&_0x12e6cf[_0x429afa(0x666)]!==_0x10ea47)return;let _0x42c2ac=this['_floatingActiveService'][_0x429afa(0x8a7)]();if(_0x10ea47&&!_0x12e6cf&&(_0x42c2ac==null?void 0x0:_0x42c2ac['embedId'])!==_0x10ea47&&!_0x3014ac)return;let _0x4503b3=_0x3014ac??(_0x12e6cf==null?void 0x0:_0x12e6cf[_0x429afa(0x565)])??(_0x42c2ac==null?void 0x0:_0x42c2ac[_0x429afa(0x565)]);this[_0x429afa(0x601)]['clear'](_0x10ea47),this['_focusOwnerService'][_0x429afa(0x2b5)](_0x10ea47),this[_0x429afa(0x879)][_0x429afa(0x9c2)](_0x10ea47),_0x10ea47&&this['_restorePreviousChildCurrentUnit'](_0x10ea47),_0x10ea47&&this[_0x429afa(0x4c6)]['deactivateFloatingSession'](_0x10ea47),_0x4503b3&&(this['_univerInstanceService']['setCurrentUnitForType'](_0x4503b3),this[_0x429afa(0x6bb)]['focusUnit'](_0x4503b3),requestAnimationFrame(()=>{const _0x341284=_0x429afa;this['_focusOwnerService']['getFocusOwner']()||(this[_0x341284(0x6bb)][_0x341284(0x927)](null),this[_0x341284(0x6bb)][_0x341284(0x927)](_0x4503b3));}));}[_0x1ed4d3(0x790)](_0x2fa05e){const _0x1fe40b=_0x1ed4d3;this[_0x1fe40b(0x879)][_0x1fe40b(0x9c2)](_0x2fa05e),this['_focusOwnerService']['clearFocusOwner'](_0x2fa05e);let _0x4dbf87=this['_mountService'][_0x1fe40b(0x23a)](_0x2fa05e);_0x4dbf87[_0x1fe40b(0x360)](_0x4331a1=>this[_0x1fe40b(0x783)](_0x4331a1[_0x1fe40b(0x666)],_0x4331a1[_0x1fe40b(0x5c7)],_0x4331a1[_0x1fe40b(0x442)])),new Set(_0x4dbf87[_0x1fe40b(0x572)](_0x4c4651=>_0x4c4651[_0x1fe40b(0x565)]))[_0x1fe40b(0x360)](_0x4b4f7a=>{const _0x1ed881=_0x1fe40b;this[_0x1ed881(0x6bb)][_0x1ed881(0x5d6)](_0x4b4f7a),this['_univerInstanceService'][_0x1ed881(0x927)](_0x4b4f7a);});}['_rememberPreviousChildCurrentUnit'](_0x4090e2){const _0x1c9f1d=_0x1ed4d3;if(this[_0x1c9f1d(0x919)][_0x1c9f1d(0x54f)](_0x4090e2[_0x1c9f1d(0x666)]))return;let _0x5559bf=_0x4090e2['childType'],_0x2ab182=this['_getCurrentUnitId'](_0x5559bf);this[_0x1c9f1d(0x919)][_0x1c9f1d(0x753)](_0x4090e2[_0x1c9f1d(0x666)],{'childType':_0x5559bf,'childUnitId':_0x4090e2[_0x1c9f1d(0x442)],'unitId':_0x2ab182&&_0x2ab182!==_0x4090e2['childUnitId']?_0x2ab182:void 0x0});}[_0x1ed4d3(0x783)](_0x3c8c7f,_0x3de20f,_0x134ccc){const _0x23929c=_0x1ed4d3;let _0x2f9023=this[_0x23929c(0x919)][_0x23929c(0x53b)](_0x3c8c7f);this['_previousChildCurrentUnits']['delete'](_0x3c8c7f);let _0x2e3b87=_0x3de20f??(_0x2f9023==null?void 0x0:_0x2f9023[_0x23929c(0x5c7)]),_0x55420c=_0x134ccc??(_0x2f9023==null?void 0x0:_0x2f9023[_0x23929c(0x442)]);if(_0x2e3b87==null||!_0x55420c)return;let _0x1ab285=(_0x2f9023==null?void 0x0:_0x2f9023[_0x23929c(0x5c7)])===_0x2e3b87&&_0x2f9023[_0x23929c(0x2b9)]&&this['_hasUnit'](_0x2f9023[_0x23929c(0x2b9)],_0x2e3b87)?_0x2f9023['unitId']:this[_0x23929c(0x8d0)](_0x2e3b87,_0x55420c);_0x1ab285&&this[_0x23929c(0x6bb)]['setCurrentUnitForType'](_0x1ab285);}[_0x1ed4d3(0x2d9)](_0x503294){const _0x57059c=_0x1ed4d3;var _0x1689f6;let _0x1f1b6d=this['_univerInstanceService'][_0x57059c(0x8e8)];return _0x1f1b6d==null||(_0x1689f6=_0x1f1b6d['call'](this[_0x57059c(0x6bb)],_0x503294))==null?void 0x0:_0x1689f6[_0x57059c(0x872)]();}['_hasUnit'](_0x2342d0,_0x393cc1){const _0x998f8b=_0x1ed4d3;let _0x5aad29=this[_0x998f8b(0x6bb)][_0x998f8b(0x4a8)];return!!(_0x5aad29!=null&&_0x5aad29[_0x998f8b(0x5db)](this['_univerInstanceService'],_0x2342d0,_0x393cc1));}[_0x1ed4d3(0x8d0)](_0xf9ca22,_0x4b9721){const _0x48c8e2=_0x1ed4d3;var _0x4b8602;let _0x49b20a=this['_univerInstanceService'][_0x48c8e2(0x62f)];return _0x49b20a==null||(_0x4b8602=_0x49b20a['call'](this[_0x48c8e2(0x6bb)],_0xf9ca22))==null||(_0x4b8602=_0x4b8602['find'](_0xb1ac3c=>_0xb1ac3c[_0x48c8e2(0x872)]()!==_0x4b9721))==null?void 0x0:_0x4b8602['getUnitId']();}[_0x1ed4d3(0x71a)](_0x12170e,_0x3e7b8b,_0x374fb0=!0x0,_0x101851){const _0x11bd8c=_0x1ed4d3;let _0x38191a=this['_univerInstanceService'][_0x11bd8c(0x3a5)];if(!_0x101851){var _0x4a9bd7;(typeof _0x38191a!=_0x11bd8c(0x508)||((_0x4a9bd7=_0x38191a['call'](this['_univerInstanceService']))==null?void 0x0:_0x4a9bd7[_0x11bd8c(0x872)]())!==_0x12170e)&&this[_0x11bd8c(0x6bb)][_0x11bd8c(0x927)](_0x12170e),this['_setCurrentUnitForType'](_0x12170e,_0x3e7b8b),this['_contextService'][_0x11bd8c(0x4f4)](a[_0x11bd8c(0x9a4)],!0x0),this['_contextService']['setContextValue'](a['FOCUSING_DOC'],_0x3e7b8b===a['UniverInstanceType'][_0x11bd8c(0x563)]),this[_0x11bd8c(0x7bb)][_0x11bd8c(0x4f4)](a[_0x11bd8c(0x341)],_0x3e7b8b===a[_0x11bd8c(0x747)][_0x11bd8c(0x32f)]),this[_0x11bd8c(0x7bb)][_0x11bd8c(0x4f4)](a[_0x11bd8c(0x759)],_0x3e7b8b===a[_0x11bd8c(0x747)][_0x11bd8c(0x83f)]),this[_0x11bd8c(0x7bb)][_0x11bd8c(0x4f4)](a[_0x11bd8c(0x6b7)],_0x3e7b8b===a[_0x11bd8c(0x747)]['UNIVER_BOARD']);}_0x374fb0&&this['_focusLayout']();}[_0x1ed4d3(0x273)](_0x85b14a){const _0x386dcf=_0x1ed4d3;let _0x3d7a33=this[_0x386dcf(0x601)][_0x386dcf(0x8a7)]();if((_0x3d7a33==null?void 0x0:_0x3d7a33[_0x386dcf(0x756)])!=='stage2'||_0x85b14a!==_0x3d7a33['hostUnitId'])return;let _0x5702a1=this[_0x386dcf(0x404)]['getFocusOwner']();(_0x5702a1==null?void 0x0:_0x5702a1[_0x386dcf(0x666)])===_0x3d7a33['embedId']&&_0x5702a1['childUnitId']===_0x3d7a33[_0x386dcf(0x442)]&&_0x5702a1['childType']!=null&&this[_0x386dcf(0x71a)](_0x5702a1[_0x386dcf(0x442)],_0x5702a1['childType'],!0x1,_0x5702a1[_0x386dcf(0x666)]);}[_0x1ed4d3(0x6f9)](_0x30ccc8){let _0x96a687=()=>{const _0x507800=_0x54e0;let _0x500000=this['_floatingActiveService'][_0x507800(0x8a7)]();(_0x500000==null?void 0x0:_0x500000['embedId'])===_0x30ccc8[_0x507800(0x666)]&&_0x500000['childUnitId']===_0x30ccc8['childUnitId']&&_0x500000['stage']===_0x507800(0x334)&&this['_focusUnit'](_0x30ccc8[_0x507800(0x442)],_0x30ccc8[_0x507800(0x5c7)],!0x1,_0x30ccc8[_0x507800(0x666)]);};typeof queueMicrotask=='function'&&queueMicrotask(_0x96a687),requestAnimationFrame(_0x96a687);}[_0x1ed4d3(0x644)](_0x2b792d,_0x4569dd){const _0x3b70de=_0x1ed4d3;var _0x2cf546;let _0x480c29=this[_0x3b70de(0x6bb)][_0x3b70de(0x8e8)];(typeof _0x480c29!=_0x3b70de(0x508)||((_0x2cf546=_0x480c29[_0x3b70de(0x5db)](this['_univerInstanceService'],_0x4569dd))==null?void 0x0:_0x2cf546['getUnitId']())!==_0x2b792d)&&this[_0x3b70de(0x6bb)][_0x3b70de(0x5d6)](_0x2b792d);}[_0x1ed4d3(0x682)](){const _0x3447eb=_0x1ed4d3;let _0xc52775=()=>this[_0x3447eb(0x9ce)][_0x3447eb(0x27e)]();_0xc52775(),typeof queueMicrotask==_0x3447eb(0x508)&&queueMicrotask(_0xc52775),requestAnimationFrame(_0xc52775);}['_assertResolvedChild'](_0x489b71){const _0x4fee36=_0x1ed4d3;if(!_0x489b71[_0x4fee36(0x442)]||_0x489b71[_0x4fee36(0x5c7)]==null)throw Error('EMBED_ACTIVATION_CHILD_NOT_RESOLVED');}};Kt=Y([J(0x0,a[_0x1ed4d3(0x90d)]),J(0x1,(0x0,a['Inject'])(t[_0x1ed4d3(0x95b)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x6ff)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(H)),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(Ut)),J(0x5,(0x0,a[_0x1ed4d3(0x558)])(V)),J(0x6,(0x0,a['Inject'])(le)),J(0x7,a[_0x1ed4d3(0x851)]),J(0x8,c['ILayoutService'])],Kt);function qt(_0x4bacf4){const _0x4c849c=_0x1ed4d3;let {injector:_0x74942f,children:_0x231339,mountContainer:_0x28479c,embedId:_0x3ac131}=_0x4bacf4;return(0x0,m[_0x4c849c(0x689)])((0x0,d[_0x4c849c(0x8bb)])(()=>(0x0,c[_0x4c849c(0x757)])(Jt,_0x74942f),[_0x74942f]),{'mountContainer':_0x28479c,'embedId':_0x3ac131,'children':_0x231339});}function Jt(_0x29c02d){const _0x3600d2=_0x1ed4d3;let {children:_0x3db46a,mountContainer:_0x5e022d,embedId:_0x52cebe,passThroughWheelGestures:_0x507639}=_0x29c02d,_0x1f8620=(0x0,c[_0x3600d2(0x4e8)])(),_0x8b5161=(0x0,c[_0x3600d2(0x2d7)])(a[_0x3600d2(0x58e)]),_0xbf9530=(0x0,d[_0x3600d2(0x8bb)])(()=>_0x1f8620[_0x3600d2(0x54f)](a[_0x3600d2(0x5b1)])?_0x1f8620[_0x3600d2(0x53b)](a[_0x3600d2(0x5b1)]):void 0x0,[_0x1f8620]),_0x38ae35=(0x0,c['useObservable'])(()=>_0x8b5161[_0x3600d2(0x515)][_0x3600d2(0x83c)]((0x0,f[_0x3600d2(0x572)])(()=>_0x8b5161[_0x3600d2(0x8e4)]())),_0x8b5161[_0x3600d2(0x8e4)](),!0x1,[_0x8b5161]),_0x1b3b6c=(0x0,c['useObservable'])(()=>_0x8b5161['direction$'],_0x8b5161[_0x3600d2(0x506)](),!0x1,[_0x8b5161]),_0x82bfc2=$t(_0xbf9530),_0x4aa10c=(0x0,d['useRef'])(null),_0x1609e0=(0x0,d[_0x3600d2(0x8bb)])(()=>_0x5e022d!==void 0x0||typeof document>'u'?null:document[_0x3600d2(0x467)](_0x3600d2(0x7ff)),[_0x5e022d]),_0x30aee0=_0x5e022d===void 0x0?_0x1609e0:_0x5e022d;return(0x0,d[_0x3600d2(0x8a5)])(()=>{const _0x25e289=_0x3600d2;if(_0x1609e0)return document[_0x25e289(0x235)][_0x25e289(0x545)](_0x1609e0),()=>{const _0x4c604c=_0x25e289;document[_0x4c604c(0x235)][_0x4c604c(0x906)](_0x1609e0);};},[_0x1609e0]),(0x0,d[_0x3600d2(0x8a5)])(()=>{const _0x2479b0=_0x3600d2;let _0x2f237b=_0x30aee0;_0x2f237b&&_0x2f237b[_0x2479b0(0x57b)](_0x2479b0(0x5c9),_0x1b3b6c);},[_0x1b3b6c,_0x30aee0]),(0x0,d[_0x3600d2(0x8a5)])(()=>{const _0x40e830=_0x3600d2;if(!(!_0x30aee0||_0x507639))return(0x0,c[_0x40e830(0x4da)])([_0x30aee0]);},[_0x507639,_0x30aee0]),(0x0,d[_0x3600d2(0x8a5)])(()=>{const _0x4af022=_0x3600d2;let _0x6789fb=_0x30aee0;if(!_0x6789fb||!_0x52cebe)return;let _0x121079=_0x6789fb[_0x4af022(0x2d4)](K);return _0x6789fb[_0x4af022(0x57b)](K,_0x52cebe),()=>{const _0x4fced1=_0x4af022;if(_0x121079==null){_0x6789fb[_0x4fced1(0x526)](K);return;}_0x6789fb[_0x4fced1(0x57b)](K,_0x121079);};},[_0x52cebe,_0x30aee0]),(0x0,m[_0x3600d2(0x689)])(l[_0x3600d2(0x32c)],{'locale':_0x38ae35==null?void 0x0:_0x38ae35['design'],'direction':_0x1b3b6c,'mountContainer':_0x30aee0,'children':(0x0,m[_0x3600d2(0x689)])('div',{'ref':_0x4aa10c,'className':(0x0,l['clsx'])(_0x3600d2(0x818),{'univer-dark':_0x82bfc2}),'data-embed-runtime-provider':_0x3600d2(0x85d),'onPointerUpCapture':_0x46d714=>{const _0x3fa6b6=_0x3600d2;let _0x2c6d57=_0x4aa10c['current'],_0x343d08=_0x46d714['target'];if(!_0x52cebe||!_0x2c6d57)return;let _0x5dd944=()=>Yt(_0x52cebe,_0x2c6d57,_0x343d08);typeof queueMicrotask==_0x3fa6b6(0x508)?queueMicrotask(_0x5dd944):Promise[_0x3fa6b6(0x70a)]()[_0x3fa6b6(0x5cb)](_0x5dd944);},'children':_0x3db46a})});}function Yt(_0x2f779c,_0x42b5d1,_0x452e41){const _0x41d1b5=_0x1ed4d3;let _0xd210a0=_0x42b5d1['ownerDocument'][_0x41d1b5(0x503)];if(Zt(_0xd210a0,_0x2f779c))return;let _0xfa144=_0x452e41 instanceof HTMLElement&&_0x42b5d1[_0x41d1b5(0x495)](_0x452e41)?_0x452e41:null,_0x44e55e=Qt(_0xfa144)?_0xfa144:_0x42b5d1[_0x41d1b5(0x55c)](_0x41d1b5(0x213));_0x44e55e==null||_0x44e55e[_0x41d1b5(0x27e)]({'preventScroll':!0x0});}function Xt(_0x19deae,_0x1e887d){const _0x42af68=_0x1ed4d3;Zt(_0x1e887d[_0x42af68(0x2f2)][_0x42af68(0x503)],_0x19deae)||(_0x1e887d[_0x42af68(0x76c)](_0x42af68(0x6f1))||(_0x1e887d[_0x42af68(0x5d4)]=-0x1),_0x1e887d[_0x42af68(0x27e)]({'preventScroll':!0x0}));}function Zt(_0xb13a43,_0x1295ed){const _0x435770=_0x1ed4d3;let _0x2b7e44=_0xb13a43==null?void 0x0:_0xb13a43[_0x435770(0x6bc)]('['+K+']');return(_0x2b7e44==null?void 0x0:_0x2b7e44[_0x435770(0x2d4)](K))===_0x1295ed;}function Qt(_0x18043a){const _0x3ceb7c=_0x1ed4d3;return!!_0x18043a&&!_0x18043a[_0x3ceb7c(0x76c)](_0x3ceb7c(0x486))&&_0x18043a[_0x3ceb7c(0x5d4)]>=0x0;}function $t(_0xf4b90c){const _0x85115=_0x1ed4d3;return(0x0,d[_0x85115(0x435)])(_0x2cadd4=>{const _0x1dc89c=_0x85115;if(!_0xf4b90c)return()=>{};let _0x301b92=_0xf4b90c['darkMode$'][_0x1dc89c(0x49c)](()=>_0x2cadd4());return()=>_0x301b92[_0x1dc89c(0x465)]();},()=>(_0xf4b90c==null?void 0x0:_0xf4b90c[_0x85115(0x3a4)])??!0x1,()=>!0x1);}const en=new WeakMap(),tn=new WeakMap(),nn=new WeakMap();function rn(_0x321b22){const _0x545678=_0x1ed4d3;let _0x14ec64=en[_0x545678(0x53b)](_0x321b22);if(_0x14ec64)return nn['set'](_0x14ec64,(nn[_0x545678(0x53b)](_0x14ec64)??0x0)+0x1),_0x14ec64;let _0x5979f6={'render':_0x353697=>(0x0,l[_0x545678(0x2c3)])(_0x353697,_0x321b22)};return en['set'](_0x321b22,_0x5979f6),tn[_0x545678(0x753)](_0x5979f6,_0x321b22),nn[_0x545678(0x753)](_0x5979f6,0x0),_0x5979f6;}function an(_0x39d945){const _0x1538c7=_0x1ed4d3;let _0x28e1e8=tn[_0x1538c7(0x53b)](_0x39d945),_0x1dc385=nn['get'](_0x39d945)??0x0;globalThis[_0x1538c7(0x84e)](()=>{const _0x264d8f=_0x1538c7;_0x28e1e8&&en['get'](_0x28e1e8)!==_0x39d945||(nn[_0x264d8f(0x53b)](_0x39d945)??0x0)===_0x1dc385&&(_0x28e1e8&&(en['delete'](_0x28e1e8),tn[_0x264d8f(0x74c)](_0x39d945)),nn['delete'](_0x39d945),_0x28e1e8&&(0x0,l['unmount'])(_0x28e1e8));},0x0);}function on(_0x146404){const _0x53809d=_0x1ed4d3;let {container:_0x255533,portalContainer:_0x496240,injector:_0xf126d,childType:_0x2031a3,childUnitId:_0x946c60,embedId:_0x430670,menuSchema:_0x578908,menuTitlePrefix:_0x16b3e4,activeRibbonTab:_0x270158,headerMenu:_0x412e43=!0x1,toolbarOnly:_0x478932,ribbonType:_0xa9b0a3=_0x53809d(0x929),ribbonHeaderClassName:_0x4c5f40,scopedActionServiceTokens:_0x244067}=_0x146404;if(_0x578908!=null&&typeof _0x578908!=_0x53809d(0x56b))return;let _0x556e25=sn(_0xf126d,{'childType':_0x2031a3,'childUnitId':_0x946c60,'embedId':_0x430670,'menuSchema':_0x578908,'menuTitlePrefix':_0x16b3e4,'activeRibbonTab':_0x270158,'scopedActionServiceTokens':_0x244067}),_0x2aff48=rn(_0x255533);return _0x2aff48[_0x53809d(0x2c3)]((0x0,d[_0x53809d(0x467)])(qt,{'injector':_0x556e25[_0x53809d(0x583)],'mountContainer':_0x496240??_0x255533,'embedId':_0x430670},(0x0,d[_0x53809d(0x467)])(c[_0x53809d(0x771)],{'ribbonType':_0xa9b0a3,'headerMenu':_0x412e43,'toolbarOnly':_0x478932,'headerClassName':_0x4c5f40}))),(0x0,a[_0x53809d(0x64a)])(()=>{const _0x112571=_0x53809d;an(_0x2aff48),_0x556e25[_0x112571(0x830)][_0x112571(0x45b)]();});}function sn(_0x107c3f,_0x2f3ecb){const _0x17aa95=_0x1ed4d3;let {childType:_0x39e2fd,childUnitId:_0x1aed99,embedId:_0x392bfa,menuSchema:_0x2a823c,menuTitlePrefix:_0x113f4f,activeRibbonTab:_0x273758,scopedActionServiceTokens:_0x4d4abf}=_0x2f3ecb,_0x1daf28=_0x107c3f[_0x17aa95(0x53b)](a[_0x17aa95(0x90d)]),_0x1e6fe1=un(_0x107c3f)['get'](a['IUniverInstanceService']),_0x152edd=hn(_0x1daf28,_0x39e2fd,_0x1aed99),_0x4aee8b=new WeakMap(),_0x4285ad,_0x5108c1=yn(_0x107c3f[_0x17aa95(0x53b)](a[_0x17aa95(0x8e6)]),_0x1daf28,_0x39e2fd,_0x1aed99,_0x392bfa,()=>_0x4285ad),_0x274093=_0x1aed99&&_0x107c3f[_0x17aa95(0x54f)](a[_0x17aa95(0x851)])?gn(_0x107c3f[_0x17aa95(0x53b)](a[_0x17aa95(0x851)]),_0x39e2fd):void 0x0,_0x26f245=new Map([[a[_0x17aa95(0x90d)],_0x152edd],[a[_0x17aa95(0x8e6)],_0x5108c1],..._0x274093?[[a[_0x17aa95(0x851)],_0x274093]]:[]]);_0x107c3f['has'](a[_0x17aa95(0x945)])&&_0x26f245[_0x17aa95(0x753)](a[_0x17aa95(0x945)],ze(_0x107c3f[_0x17aa95(0x53b)](a[_0x17aa95(0x945)]))),new Set(_0x4d4abf??[])[_0x17aa95(0x360)](_0x124112=>{const _0x29b50a=_0x17aa95;_0x1aed99&&_0x107c3f['has'](_0x124112)&&_0x26f245[_0x29b50a(0x753)](_0x124112,xn(_0x107c3f[_0x29b50a(0x53b)](_0x124112),_0x1e6fe1,_0x39e2fd,_0x1aed99,_0x392bfa,()=>_0x4285ad,_0x4aee8b));}),_0x4285ad=Z(_0x107c3f,_0x26f245);let {menuManager:_0x373492,disposable:_0x16b5e8}=cn(_0x107c3f,_0x4285ad,_0x2a823c,_0x113f4f),_0x4290e2=new c[(_0x17aa95(0x32d))](_0x373492,_0x152edd);_0x273758&&_0x4290e2['setActivatedTab'](_0x273758);let _0x515d9c=_0x113f4f?dn(_0x4290e2,_0x113f4f,_0x107c3f):_0x4290e2;_0x4285ad[_0x17aa95(0x363)]([c[_0x17aa95(0x383)],{'useValue':_0x373492}]),_0x4285ad[_0x17aa95(0x363)]([c[_0x17aa95(0x810)],{'useValue':_0x515d9c}]);let _0x27a4d9=ln(_0x107c3f,_0x4290e2,_0x373492,{'embedId':_0x392bfa,'childUnitId':_0x1aed99});return{'injector':_0x4285ad,'ribbonService':_0x515d9c,'disposable':(0x0,a[_0x17aa95(0x64a)])(()=>{const _0x305d3e=_0x17aa95;_0x27a4d9==null||_0x27a4d9[_0x305d3e(0x45b)](),_0x4290e2[_0x305d3e(0x45b)](),_0x16b5e8==null||_0x16b5e8[_0x305d3e(0x45b)](),_0x4285ad[_0x305d3e(0x45b)]();})};}function cn(_0x30eddc,_0x53b687,_0xa4fdb,_0x42c300){const _0x57f061=_0x1ed4d3;if(_0xa4fdb&&typeof _0xa4fdb==_0x57f061(0x56b)){let _0x5d1376=new c['MenuManagerService'](_0x53b687,_0x53b687['get'](a[_0x57f061(0x945)]));return _0x5d1376[_0x57f061(0x669)](pn(_0xa4fdb,_0x42c300,_0x30eddc)),{'menuManager':ot(_0x5d1376),'disposable':_0x5d1376};}let _0x359994=_0x30eddc['get'](c['IMenuManagerService']),_0xee92d6=_0x359994[_0x57f061(0x76b)];return{'menuManager':ot(typeof _0xee92d6==_0x57f061(0x508)?_0xee92d6[_0x57f061(0x5db)](_0x359994,_0x53b687):_0x359994)};}function ln(_0x4480e9,_0x27a6b3,_0x34629e,_0xbb45b4){const _0x28093a=_0x1ed4d3;let {embedId:_0x2713c5,childUnitId:_0xd27146}=_0xbb45b4;if(!_0x2713c5||!_0xd27146)return;let _0x1c7ac5=un(_0x4480e9);if(!_0x1c7ac5['has'](c[_0x28093a(0x810)])||!_0x1c7ac5[_0x28093a(0x54f)](G))return;let _0x14bc30=_0x1c7ac5[_0x28093a(0x53b)](c[_0x28093a(0x810)]),_0x23b943=_0x1c7ac5['get'](G),_0x298e9c=new Set(),_0x48856e=(0x0,f[_0x28093a(0x9d7)])([_0x14bc30['ribbon$'],_0x14bc30[_0x28093a(0x5a1)],_0x34629e[_0x28093a(0x7dd)][_0x28093a(0x83c)]((0x0,f[_0x28093a(0x6a0)])(void 0x0)),(0x0,f[_0x28093a(0x5b7)])(_0x23b943[_0x28093a(0x652)],_0x23b943['runtimeSessionChanged$'])['pipe']((0x0,f['startWith'])(void 0x0))])[_0x28093a(0x49c)](([_0x3d60c0,_0x1182cb])=>{const _0x10e1ed=_0x28093a;let _0x1ee6de=_0x23b943['resolveActiveChildSessionRuntimeScope'](),_0x35e410=(_0x1ee6de==null?void 0x0:_0x1ee6de[_0x10e1ed(0x666)])===_0x2713c5&&_0x1ee6de[_0x10e1ed(0x442)]===_0xd27146&&(_0x1ee6de[_0x10e1ed(0x433)]==='child-tab'||_0x1ee6de[_0x10e1ed(0x433)]===_0x10e1ed(0x326)),_0x1a966e=new Set(_0x34629e['getMenuByPositionKey'](c[_0x10e1ed(0x787)]['RIBBON'])[_0x10e1ed(0x699)](({contextual:_0x333649})=>_0x333649)[_0x10e1ed(0x572)](({key:_0x43ea8f})=>_0x43ea8f)),_0x105bd1=_0x35e410?new Set(_0x3d60c0[_0x10e1ed(0x699)](({contextual:_0x46a0ab,key:_0x47df6d})=>_0x46a0ab&&_0x1a966e[_0x10e1ed(0x54f)](_0x47df6d))['map'](({key:_0xf2027c})=>_0xf2027c)):new Set();_0x298e9c['forEach'](_0x2365c4=>{const _0x44c6c0=_0x10e1ed;_0x105bd1[_0x44c6c0(0x54f)](_0x2365c4)||_0x27a6b3[_0x44c6c0(0x612)](_0x2365c4);}),_0x105bd1['forEach'](_0x2e890f=>{const _0x3f4015=_0x10e1ed;_0x298e9c[_0x3f4015(0x54f)](_0x2e890f)||_0x27a6b3[_0x3f4015(0x2c0)](_0x2e890f);}),_0x105bd1[_0x10e1ed(0x54f)](_0x1182cb)&&_0x27a6b3[_0x10e1ed(0x478)](_0x1182cb),_0x298e9c=_0x105bd1;});return(0x0,a['toDisposable'])(()=>{const _0x1ae81b=_0x28093a;_0x48856e[_0x1ae81b(0x465)](),_0x298e9c['forEach'](_0x48d785=>_0x27a6b3[_0x1ae81b(0x612)](_0x48d785)),_0x298e9c[_0x1ae81b(0x9c2)]();});}function un(_0x37ead0){const _0x5c9f45=_0x1ed4d3;return _0x37ead0[_0x5c9f45(0x225)]??_0x37ead0;}function dn(_0x4d9d8c,_0x4fa001,_0x5cbe4a){const _0x5f1910=_0x1ed4d3;let _0x2194be;try{_0x2194be=_0x5cbe4a[_0x5f1910(0x53b)](a['LocaleService']);}catch{_0x2194be=void 0x0;}return{'ribbon$':_0x4d9d8c[_0x5f1910(0x89d)][_0x5f1910(0x83c)]((0x0,f[_0x5f1910(0x572)])(_0x560190=>_0x560190['map'](_0x4458a0=>fn(_0x4458a0,_0x4fa001,_0x2194be)))),'activatedTab$':_0x4d9d8c[_0x5f1910(0x5a1)],'collapsedIds$':_0x4d9d8c['collapsedIds$'],'fakeToolbarVisible$':_0x4d9d8c['fakeToolbarVisible$'],'setActivatedTab':_0x4895eb=>_0x4d9d8c['setActivatedTab'](_0x4895eb),'showContextualTab':(_0x5ed218,_0x24d07b)=>_0x4d9d8c[_0x5f1910(0x2c0)](_0x5ed218,_0x24d07b),'hideContextualTab':_0x3d6ecc=>_0x4d9d8c['hideContextualTab'](_0x3d6ecc),'hideAllContextualTabs':()=>_0x4d9d8c[_0x5f1910(0x47b)](),'setCollapsedIds':_0x532d5b=>_0x4d9d8c[_0x5f1910(0x365)](_0x532d5b),'setFakeToolbarVisible':_0x53f66b=>_0x4d9d8c['setFakeToolbarVisible'](_0x53f66b)};}function fn(_0xc1b18c,_0x26abfc,_0x545e3e){const _0x6a44fa=_0x1ed4d3;let _0x366ac9=_0xc1b18c[_0x6a44fa(0x61d)]||_0xc1b18c[_0x6a44fa(0x311)],_0x58150b=_0x545e3e?_0x545e3e['t'](_0x366ac9):_0x366ac9;return{..._0xc1b18c,'title':_0x26abfc+_0x6a44fa(0x26e)+_0x58150b};}function pn(_0x5927ab,_0x3f3ea9,_0x1d2c51){const _0x18a358=_0x1ed4d3;if(!_0x3f3ea9||!_0x5927ab||typeof _0x5927ab!=_0x18a358(0x56b))return _0x5927ab;let _0x3a7e58=mn(_0x5927ab),_0x2e6105=_0x3a7e58[c['MenuManagerPosition']['RIBBON']];if(!_0x2e6105||typeof _0x2e6105!=_0x18a358(0x56b))return _0x3a7e58;let _0x3e801b;try{_0x3e801b=_0x1d2c51[_0x18a358(0x53b)](a[_0x18a358(0x58e)]);}catch{_0x3e801b=void 0x0;}return Object[_0x18a358(0x3e4)](_0x2e6105)[_0x18a358(0x360)](_0x3690b7=>{const _0x58f2d8=_0x18a358;if(!_0x3690b7||typeof _0x3690b7!=_0x58f2d8(0x56b))return;let _0x17c29d=_0x3690b7,_0x58c988=_0x17c29d[_0x58f2d8(0x61d)];_0x58c988&&(_0x17c29d[_0x58f2d8(0x61d)]=_0x3f3ea9+_0x58f2d8(0x26e)+(_0x3e801b?_0x3e801b['t'](_0x58c988):_0x58c988));}),_0x3a7e58;}function mn(_0x360d4a){const _0x242deb=_0x1ed4d3;return!_0x360d4a||typeof _0x360d4a!=_0x242deb(0x56b)?_0x360d4a:Array[_0x242deb(0x737)](_0x360d4a)?_0x360d4a[_0x242deb(0x572)](_0x496d56=>mn(_0x496d56)):Object[_0x242deb(0x291)](Object['entries'](_0x360d4a)['map'](([_0x13e36a,_0x5c6ee9])=>[_0x13e36a,mn(_0x5c6ee9)]));}function hn(_0x25ba39,_0x922e94,_0x2e8dab){const _0x8b8095=_0x1ed4d3;let _0x32cdf9=()=>_0x2e8dab?_0x25ba39['getUnit'](_0x2e8dab,_0x922e94):null,_0x5e7b7f=_0x2e8dab?(0x0,f['merge'])((0x0,f['of'])(_0x2e8dab),_0x25ba39[_0x8b8095(0x622)](_0x922e94)[_0x8b8095(0x83c)]((0x0,f[_0x8b8095(0x572)])(()=>_0x2e8dab)),_0x25ba39[_0x8b8095(0x75f)](_0x922e94)[_0x8b8095(0x83c)]((0x0,f[_0x8b8095(0x572)])(()=>_0x2e8dab))):_0x25ba39[_0x8b8095(0x460)];return{'unitAdded$':_0x25ba39[_0x8b8095(0x338)],'getTypeOfUnitAdded$':(..._0x5c6533)=>_0x25ba39[_0x8b8095(0x622)](..._0x5c6533),'__addUnit':(..._0x42505e)=>_0x25ba39[_0x8b8095(0x6a4)](..._0x42505e),'unitDisposed$':_0x25ba39[_0x8b8095(0x411)],'getTypeOfUnitDisposed$':(..._0x4be0d6)=>_0x25ba39['getTypeOfUnitDisposed$'](..._0x4be0d6),'focused$':_0x5e7b7f,get 'focused'(){const _0xd63579=_0x8b8095;return _0x32cdf9()??_0x25ba39[_0xd63579(0x3a5)]();},'focusUnit':(..._0x4d5f7f)=>_0x25ba39[_0x8b8095(0x927)](..._0x4d5f7f),'getFocusedUnit':()=>_0x32cdf9()??_0x25ba39['getFocusedUnit'](),'getCurrentUnitOfType':_0x2ef47e=>_0x2ef47e===_0x922e94&&_0x2e8dab?_0x32cdf9():_0x25ba39['getCurrentUnitOfType'](_0x2ef47e),'setCurrentUnitForType':(..._0xe1714c)=>_0x25ba39['setCurrentUnitForType'](..._0xe1714c),'getCurrentTypeOfUnit$':_0x433bcf=>_0x433bcf!==_0x922e94||!_0x2e8dab?_0x25ba39[_0x8b8095(0x6d4)](_0x433bcf):(0x0,f[_0x8b8095(0x5b7)])((0x0,f['of'])(void 0x0),_0x25ba39[_0x8b8095(0x622)](_0x922e94),_0x25ba39[_0x8b8095(0x75f)](_0x922e94))[_0x8b8095(0x83c)]((0x0,f[_0x8b8095(0x572)])(()=>_0x32cdf9())),'createUnit':(..._0x3bd2da)=>_0x25ba39[_0x8b8095(0x4c7)](..._0x3bd2da),'getUnitCreateOptions':(..._0x4bfd1f)=>_0x25ba39[_0x8b8095(0x8d7)](..._0x4bfd1f),'disposeUnit':(..._0xd0b77c)=>_0x25ba39[_0x8b8095(0x6e8)](..._0xd0b77c),'registerCtorForType':(..._0x212b2b)=>_0x25ba39[_0x8b8095(0x6fa)](..._0x212b2b),'getUnit':(..._0x2624ae)=>_0x25ba39['getUnit'](..._0x2624ae),'getAllUnitsForType':(..._0x89f737)=>_0x25ba39[_0x8b8095(0x62f)](..._0x89f737),'getUnitType':(..._0x2b9bd3)=>_0x25ba39[_0x8b8095(0x4a7)](..._0x2b9bd3)};}function gn(_0x1e4e0d,_0x1cdd1a){const _0x59ecb2=_0x1ed4d3;return{'contextChanged$':_0x1e4e0d[_0x59ecb2(0x680)],'getContextValue':_0x3d3331=>_n(_0x3d3331,_0x1cdd1a)??_0x1e4e0d[_0x59ecb2(0x3b1)](_0x3d3331),'setContextValue':(_0x39863a,_0x53bf85)=>_0x1e4e0d[_0x59ecb2(0x4f4)](_0x39863a,_0x53bf85),'subscribeContextValue$':_0x5c8440=>{const _0xd19cce=_0x59ecb2;let _0x2f3441=_n(_0x5c8440,_0x1cdd1a);return _0x2f3441==null?_0x1e4e0d[_0xd19cce(0x8ae)](_0x5c8440):(0x0,f['of'])(_0x2f3441);}};}function _n(_0x1fce8e,_0x5c5af7){const _0x50a0d0=_0x1ed4d3;if(_0x1fce8e===a[_0x50a0d0(0x9a4)])return!0x0;if(_0x1fce8e===a[_0x50a0d0(0x341)]||_0x1fce8e===a[_0x50a0d0(0x70c)]||_0x1fce8e===a[_0x50a0d0(0x759)])return _0x1fce8e===vn(_0x5c5af7);}function vn(_0x7861d){const _0x597baa=_0x1ed4d3;if(_0x7861d===a[_0x597baa(0x747)][_0x597baa(0x32f)])return a[_0x597baa(0x341)];if(_0x7861d===a['UniverInstanceType'][_0x597baa(0x563)])return a[_0x597baa(0x70c)];if(_0x7861d===a['UniverInstanceType'][_0x597baa(0x83f)])return a['FOCUSING_SLIDE'];}function yn(_0x59203f,_0x3d7a2b,_0x4b8c39,_0x11f6c4,_0x1e6c6b,_0x31b809){const _0xa76f4=_0x1ed4d3;return _0x11f6c4?{'disposed':()=>_0x59203f[_0xa76f4(0x799)](),'hasCommand':_0x4dd5eb=>_0x59203f[_0xa76f4(0x5f2)](_0x4dd5eb),'registerCommand':(..._0x12bbfd)=>_0x59203f[_0xa76f4(0x61c)](..._0x12bbfd),'unregisterCommand':_0x64813a=>_0x59203f[_0xa76f4(0x491)](_0x64813a),'registerMultipleCommand':(..._0x2fe4d7)=>_0x59203f[_0xa76f4(0x403)](..._0x2fe4d7),'executeCommand':async(..._0x29f154)=>{const _0x4abe34=_0xa76f4;let _0x3bc277=_0x3d7a2b['getCurrentUnitOfType'](_0x4b8c39);try{return _0x3d7a2b[_0x4abe34(0x5d6)](_0x11f6c4),await _0x59203f['executeCommand'](_0x29f154[0x0],_0x29f154[0x1],bn(_0x4b8c39,_0x11f6c4,_0x29f154[0x2]));}finally{Tn(_0x3d7a2b,_0x11f6c4,_0x3bc277,_0x1e6c6b,_0x31b809);}},'syncExecuteCommand':(..._0x230994)=>{const _0x5dada2=_0xa76f4;let _0x5d4243=_0x3d7a2b[_0x5dada2(0x8e8)](_0x4b8c39);try{return _0x3d7a2b[_0x5dada2(0x5d6)](_0x11f6c4),_0x59203f[_0x5dada2(0x6c0)](_0x230994[0x0],_0x230994[0x1],bn(_0x4b8c39,_0x11f6c4,_0x230994[0x2]));}finally{Tn(_0x3d7a2b,_0x11f6c4,_0x5d4243,_0x1e6c6b,_0x31b809);}},'onCommandExecuted':(..._0x8ae517)=>_0x59203f[_0xa76f4(0x245)](..._0x8ae517),'beforeCommandExecuted':(..._0x1d4b5c)=>_0x59203f[_0xa76f4(0x901)](..._0x1d4b5c),'onMutationExecutedForCollab':(..._0x423fc0)=>_0x59203f[_0xa76f4(0x3be)](..._0x423fc0)}:_0x59203f;}function bn(_0xe12dca,_0x4ef370,_0xaad69f){const _0x212901=_0x1ed4d3;return _0xe12dca===a[_0x212901(0x747)][_0x212901(0x8d2)]?{..._0xaad69f,'unitId':_0x4ef370}:_0xaad69f;}function xn(_0x6424c4,_0x1a6aa0,_0x36f892,_0x31035d,_0x129ae1,_0x409832,_0x3d5362){const _0x518518=_0x1ed4d3;if(typeof _0x6424c4!='object'&&typeof _0x6424c4!=_0x518518(0x508)||_0x6424c4==null)return _0x6424c4;let _0x42bd92=_0x6424c4,_0x2d9c55=_0x3d5362==null?void 0x0:_0x3d5362[_0x518518(0x53b)](_0x42bd92);if(_0x2d9c55)return _0x2d9c55;let _0x12fb56={..._0x42bd92};return Sn(_0x42bd92,_0x12fb56,_0x1a6aa0,_0x36f892,_0x31035d,_0x129ae1,_0x409832),_0x3d5362==null||_0x3d5362['set'](_0x42bd92,_0x12fb56),_0x12fb56;}function Sn(_0x24f26c,_0x4da196,_0x360ad9,_0x3c093e,_0x1a2bbf,_0x9ca274,_0x4ccf6a){const _0xa80043=_0x1ed4d3;let _0x50f9d8=_0x5438c5=>{const _0x5d6a5c=_0x54e0;if(_0x5438c5==='constructor')return;let _0x11eff7=_0x24f26c[_0x5438c5];if(typeof _0x11eff7!=_0x5d6a5c(0x508))return;let _0x32a72b=_0x4da196;_0x32a72b[_0x5438c5]=(..._0x5cf4f1)=>Cn(_0x360ad9,_0x3c093e,_0x1a2bbf,_0x9ca274,_0x4ccf6a,()=>_0x11eff7[_0x5d6a5c(0x243)](_0x24f26c,_0x5cf4f1));};Object[_0xa80043(0x924)](_0x24f26c)[_0xa80043(0x360)](_0x50f9d8);let _0x3e354a=Object[_0xa80043(0x876)](_0x24f26c);_0x3e354a&&_0x3e354a!==Object[_0xa80043(0x89e)]&&Object[_0xa80043(0x63c)](_0x3e354a)[_0xa80043(0x360)](_0x50f9d8);}function Cn(_0xc9e631,_0x3eb229,_0x56edad,_0x1902f4,_0x13f1da,_0x55fac5){const _0x12bbbd=_0x1ed4d3;let _0x46129a=_0xc9e631[_0x12bbbd(0x8e8)](_0x3eb229),_0x39b0e9;try{_0xc9e631[_0x12bbbd(0x5d6)](_0x56edad),_0x39b0e9=_0x55fac5();}catch(_0x4407f4){throw Tn(_0xc9e631,_0x56edad,_0x46129a,_0x1902f4,_0x13f1da),_0x4407f4;}return wn(_0x39b0e9)?_0x39b0e9[_0x12bbbd(0x7aa)](()=>{Tn(_0xc9e631,_0x56edad,_0x46129a,_0x1902f4,_0x13f1da);}):(Tn(_0xc9e631,_0x56edad,_0x46129a,_0x1902f4,_0x13f1da),_0x39b0e9);}function wn(_0x1c5d25){const _0x1ccf58=_0x1ed4d3;return!!(_0x1c5d25&&typeof _0x1c5d25[_0x1ccf58(0x7aa)]=='function');}function Tn(_0x307e94,_0x7b9d2d,_0x37e9ab,_0x446af4,_0x413a3a){const _0xe24975=_0x1ed4d3;if(En(_0x446af4,_0x413a3a)){var _0x3cc70f;_0x307e94[_0xe24975(0x5d6)](_0x7b9d2d),(_0x3cc70f=_0x307e94[_0xe24975(0x927)])==null||_0x3cc70f[_0xe24975(0x5db)](_0x307e94,_0x7b9d2d);return;}_0x37e9ab&&_0x307e94[_0xe24975(0x5d6)](_0x37e9ab[_0xe24975(0x872)]());}function En(_0x172309,_0x950434){const _0x37a75a=_0x1ed4d3;let _0x39b962=_0x950434==null?void 0x0:_0x950434();return!_0x172309||!(_0x39b962!=null&&_0x39b962[_0x37a75a(0x54f)](G))?!0x1:_0x39b962[_0x37a75a(0x53b)](G)[_0x37a75a(0x445)](_0x172309);}const Dn=new WeakMap();let On=0x0;function kn(_0x1fb537,_0x3eec04){const _0x1ef35c=_0x1ed4d3;if(!_0x1fb537[_0x1ef35c(0x54f)](Nn))return jn(_0x1fb537,_0x3eec04);let _0x2b573d=_0x1fb537['get'](Nn);if(!(_0x3eec04['id']&&_0x2b573d[_0x1ef35c(0x958)](_0x3eec04[_0x1ef35c(0x5c7)],_0x3eec04['surface'])['some'](_0xfc778=>_0xfc778['id']===_0x3eec04['id'])))return _0x2b573d[_0x1ef35c(0x22c)](_0x3eec04);}function An(_0x1cdfa1){const _0x50f53e=_0x1ed4d3;if(!_0x1cdfa1[_0x50f53e(0x54f)](Nn))return;let _0x55f363=Dn[_0x50f53e(0x53b)](_0x1cdfa1);_0x55f363!=null&&_0x55f363[_0x50f53e(0x2e5)]&&([..._0x55f363[_0x50f53e(0x3e4)]()][_0x50f53e(0x481)]((_0x172f67,_0x85011e)=>_0x172f67['index']-_0x85011e['index'])[_0x50f53e(0x360)](({contribution:_0x1d6f9c})=>kn(_0x1cdfa1,_0x1d6f9c)),Dn['delete'](_0x1cdfa1));}function jn(_0x14562e,_0x2b9a35){const _0x25282f=_0x1ed4d3;let _0x188a1d={'contribution':_0x2b9a35,'index':On++},_0x5006c9=Mn(_0x2b9a35,_0x188a1d[_0x25282f(0x530)]),_0x22b6e5=_0x14562e,_0x46418c=Dn[_0x25282f(0x53b)](_0x22b6e5)??new Map();return _0x46418c[_0x25282f(0x753)](_0x5006c9,_0x188a1d),Dn['set'](_0x22b6e5,_0x46418c),(0x0,a['toDisposable'])(()=>{const _0x55590e=_0x25282f;let _0x28f8de=Dn['get'](_0x22b6e5);(_0x28f8de==null?void 0x0:_0x28f8de[_0x55590e(0x53b)](_0x5006c9))===_0x188a1d&&_0x28f8de[_0x55590e(0x74c)](_0x5006c9);});}function Mn(_0x58a2be,_0x57077c){const _0x55c0e3=_0x1ed4d3;let _0x5888ae=Fn(_0x58a2be);return _0x58a2be['id']?_0x58a2be[_0x55c0e3(0x5c7)]+':'+_0x5888ae+':'+_0x58a2be['id']:_0x58a2be[_0x55c0e3(0x5c7)]+':'+_0x5888ae+_0x55c0e3(0x215)+_0x57077c;}var Nn=class{constructor(){const _0x4b0693=_0x1ed4d3;B(this,_0x4b0693(0x232),new Map()),B(this,_0x4b0693(0x344),0x0);}[_0x1ed4d3(0x22c)](_0x2fa148){const _0x3732a0=_0x1ed4d3;let _0x552f0c={'contribution':_0x2fa148,'index':this['_nextIndex']++},_0x168dd2=this[_0x3732a0(0x232)][_0x3732a0(0x53b)](_0x2fa148['childType'])??[];return _0x168dd2['push'](_0x552f0c),_0x168dd2[_0x3732a0(0x481)](In),this[_0x3732a0(0x232)]['set'](_0x2fa148[_0x3732a0(0x5c7)],_0x168dd2),(0x0,a[_0x3732a0(0x64a)])(()=>{const _0x1427d6=_0x3732a0;let _0x1cf536=this[_0x1427d6(0x232)][_0x1427d6(0x53b)](_0x2fa148[_0x1427d6(0x5c7)]);if(!_0x1cf536)return;let _0x251813=_0x1cf536['filter'](_0x495bf=>_0x495bf!==_0x552f0c);_0x251813[_0x1427d6(0x9ba)]?this[_0x1427d6(0x232)][_0x1427d6(0x753)](_0x2fa148['childType'],_0x251813):this['_contributions'][_0x1427d6(0x74c)](_0x2fa148['childType']);});}[_0x1ed4d3(0x53b)](_0x513b28){const _0x1dfea9=_0x1ed4d3;return this[_0x1dfea9(0x958)](_0x513b28)[0x0];}[_0x1ed4d3(0x958)](_0x3ca4aa,_0x4ec29b){const _0x530fe8=_0x1ed4d3;return(this['_contributions'][_0x530fe8(0x53b)](_0x3ca4aa)??[])['map'](_0x3c29f6=>_0x3c29f6[_0x530fe8(0x5b0)])[_0x530fe8(0x699)](_0x298b3d=>!_0x4ec29b||Fn(_0x298b3d)===_0x4ec29b);}[_0x1ed4d3(0x92a)](_0x356dcb,_0x10f6d4=_0x1ed4d3(0x4ca)){const _0xb99dd0=_0x1ed4d3;let _0x168109=this[_0xb99dd0(0x958)](_0x356dcb,_0x10f6d4)[_0xb99dd0(0x572)](_0x1c6ccb=>_0x1c6ccb['menuSchema'])[_0xb99dd0(0x699)](_0x4407f5=>_0x4407f5&&typeof _0x4407f5==_0xb99dd0(0x56b));if(_0x168109[_0xb99dd0(0x9ba)])return Ln(_0x168109);}[_0x1ed4d3(0x785)](_0x4c0663){const _0x4450a4=_0x1ed4d3;let _0x286dee=_0x4c0663[_0x4450a4(0x499)]??_0x4450a4(0x4ca),_0x4d4036=this['getAll'](_0x4c0663[_0x4450a4(0x5c7)],_0x286dee);if(!_0x4d4036['length'])return;let _0x20acc5=_0x4d4036[_0x4450a4(0x699)](_0x4f264f=>_0x4f264f['mountMenu']);if(_0x20acc5[_0x4450a4(0x9ba)]){let _0x23ee73=_0x20acc5[_0x4450a4(0x572)](_0x4ef5cf=>{const _0x5051d2=_0x4450a4;var _0x13fccf;return(_0x13fccf=_0x4ef5cf['mountMenu'])==null?void 0x0:_0x13fccf['call'](_0x4ef5cf,{..._0x4c0663,'surface':_0x286dee,'menuSchema':_0x4ef5cf[_0x5051d2(0x347)],'scopedActionServiceTokens':_0x4ef5cf[_0x5051d2(0x4b4)]});})[_0x4450a4(0x699)](_0x38d389=>!!_0x38d389);return(0x0,a['toDisposable'])(()=>{const _0x222f61=_0x4450a4;_0x23ee73['forEach'](_0xd7e1de=>_0xd7e1de[_0x222f61(0x45b)]());});}let _0x55d9c9=this[_0x4450a4(0x92a)](_0x4c0663[_0x4450a4(0x5c7)],_0x286dee);if(_0x286dee==='ribbon')return on({..._0x4c0663,'surface':_0x286dee,'menuSchema':_0x55d9c9,'scopedActionServiceTokens':Pn(_0x4d4036)})??void 0x0;}};function Pn(_0x279ef4){const _0x3b8af9=_0x1ed4d3;let _0x11f110=_0x279ef4[_0x3b8af9(0x701)](_0x12af3d=>_0x12af3d[_0x3b8af9(0x4b4)]??[]);return _0x11f110['length']?Array['from'](new Set(_0x11f110)):void 0x0;}function Fn(_0x5f4b36){const _0x339d5f=_0x1ed4d3;return _0x5f4b36[_0x339d5f(0x499)]??'ribbon';}function In(_0x2bab19,_0x341fc9){const _0x4ba912=_0x1ed4d3;return(_0x2bab19[_0x4ba912(0x5b0)]['order']??_0x2bab19[_0x4ba912(0x530)])-(_0x341fc9[_0x4ba912(0x5b0)][_0x4ba912(0x259)]??_0x341fc9[_0x4ba912(0x530)])||_0x2bab19['index']-_0x341fc9[_0x4ba912(0x530)];}function Ln(_0x423532){const _0x1fe3cf=_0x1ed4d3;return _0x423532[_0x1fe3cf(0x807)]((_0x337dd4,_0x460e5f)=>Vn(_0x337dd4,Rn(_0x460e5f)),{});}function Rn(_0x55f498){const _0x54167b=_0x1ed4d3;if(!Un(_0x55f498))return _0x55f498;let _0x5bed23=new Set(Object[_0x54167b(0x3e4)](c['RibbonPosition'])),_0x56c345=Object['entries'](_0x55f498)[_0x54167b(0x699)](([_0x56c544])=>_0x5bed23['has'](_0x56c544)),_0x508749=Object[_0x54167b(0x2f3)](_0x55f498)['filter'](([_0x1c5ca6])=>Bn(_0x1c5ca6));if(!_0x56c345['length']&&!_0x508749['length'])return _0x55f498;let _0x3e2736={};Object[_0x54167b(0x2f3)](_0x55f498)[_0x54167b(0x360)](([_0x4b31d6,_0x1f8da4])=>{!_0x5bed23['has'](_0x4b31d6)&&!Bn(_0x4b31d6)&&(_0x3e2736[_0x4b31d6]=Hn(_0x1f8da4));});let _0x220ffb=Un(_0x3e2736[c['MenuManagerPosition'][_0x54167b(0x805)]])?_0x3e2736[c[_0x54167b(0x787)][_0x54167b(0x805)]]:{};return _0x56c345[_0x54167b(0x360)](([_0x2966fa,_0x477fc1])=>{_0x220ffb[_0x2966fa]=_0x2966fa in _0x220ffb?Vn(_0x220ffb[_0x2966fa],_0x477fc1):Hn(_0x477fc1);}),_0x508749[_0x54167b(0x360)](([_0x3ced03,_0x295e57])=>{let _0xad82ff=Bn(_0x3ced03);if(!_0xad82ff)return;let _0xdb31a9=Un(_0x220ffb[_0xad82ff])?_0x220ffb[_0xad82ff]:{};_0xdb31a9[_0x3ced03]=_0x3ced03 in _0xdb31a9?Vn(_0xdb31a9[_0x3ced03],_0x295e57):Hn(_0x295e57),_0x220ffb[_0xad82ff]=_0xdb31a9;}),_0x3e2736[c[_0x54167b(0x787)]['RIBBON']]=_0x220ffb,_0x3e2736;}const zn=[[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x87e)]),c['RibbonPosition'][_0x1ed4d3(0x4ad)]],[Object['values'](c[_0x1ed4d3(0x594)]),c['RibbonPosition'][_0x1ed4d3(0x883)]],[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x8cc)]),c['RibbonPosition'][_0x1ed4d3(0x44d)]],[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x277)]),c[_0x1ed4d3(0x72b)][_0x1ed4d3(0x7c6)]],[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x987)]),c['RibbonPosition'][_0x1ed4d3(0x7cb)]],[Object[_0x1ed4d3(0x3e4)](c[_0x1ed4d3(0x401)]),c[_0x1ed4d3(0x72b)]['OTHERS']]];function Bn(_0xfb3f22){const _0x23a21e=_0x1ed4d3;var _0x310fa4;return(_0x310fa4=zn[_0x23a21e(0x961)](([_0x108d24])=>_0x108d24['includes'](_0xfb3f22)))==null?void 0x0:_0x310fa4[0x1];}function Vn(_0x28ca6a,_0x54397b){const _0x3e4c4c=_0x1ed4d3;if(!Un(_0x28ca6a)||!Un(_0x54397b))return Hn(_0x54397b);let _0x1bdbad={..._0x28ca6a};return Object[_0x3e4c4c(0x2f3)](_0x54397b)[_0x3e4c4c(0x360)](([_0x197851,_0x3ff5b4])=>{_0x1bdbad[_0x197851]=_0x197851 in _0x1bdbad?Vn(_0x1bdbad[_0x197851],_0x3ff5b4):Hn(_0x3ff5b4);}),_0x1bdbad;}function Hn(_0x481ac3){const _0x48ed37=_0x1ed4d3;return Array[_0x48ed37(0x737)](_0x481ac3)?_0x481ac3[_0x48ed37(0x572)](_0x4cb4a0=>Hn(_0x4cb4a0)):Un(_0x481ac3)?Object[_0x48ed37(0x291)](Object[_0x48ed37(0x2f3)](_0x481ac3)['map'](([_0x23771e,_0x43d679])=>[_0x23771e,Hn(_0x43d679)])):_0x481ac3;}function Un(_0x58bcbe){const _0xc65404=_0x1ed4d3;return!!_0x58bcbe&&typeof _0x58bcbe==_0xc65404(0x56b)&&!Array[_0xc65404(0x737)](_0x58bcbe);}function Wn(_0x3d494d,_0x490081,_0x2a9475){const _0x471c3a=_0x1ed4d3;let {viewport:_0x56be28,menuSlot:_0x57e2e4,popupSlot:_0x44c4aa}=_0x2a9475;return{'hostUnitId':_0x3d494d['hostUnitId'],'hostAnchorId':_0x3d494d[_0x471c3a(0x253)],'embedId':_0x3d494d[_0x471c3a(0x666)],'childUnitId':_0x3d494d[_0x471c3a(0x442)],'childType':_0x3d494d[_0x471c3a(0x5c7)],'layout':_0x490081,'mode':'float','rootElement':_0x56be28,'contentRoot':L(_0x56be28,_0x471c3a(0x6d6))??_0x56be28,'canvasRoot':L(_0x56be28,_0x471c3a(0x4a1))??_0x56be28,'overlayRoot':L(_0x56be28,_0x471c3a(0x870))??_0x56be28,'popupRoot':_0x44c4aa??L(_0x56be28,_0x471c3a(0x62e))??_0x56be28,'menuOutlet':{'container':_0x57e2e4},'active$':(0x0,f['of'])(!0x0),'fullscreen':!0x0};}function Gn(_0x3ac430){const _0x44ac77=_0x1ed4d3;let {injector:_0x5db0b7,descriptor:_0x1c49ce,renderScope:_0x323437}=_0x3ac430,_0x58c483=[],_0x597369=_0x1c49ce[_0x44ac77(0x666)],_0x17586b=_0x5db0b7[_0x44ac77(0x54f)](G)?_0x5db0b7[_0x44ac77(0x53b)](G):void 0x0,_0x4718fc=_0x5db0b7[_0x44ac77(0x54f)](q)?_0x5db0b7['get'](q):void 0x0;return _0x17586b&&(_0x58c483[_0x44ac77(0x2fa)](_0x17586b[_0x44ac77(0x708)]({'embedId':_0x597369,'hostUnitId':_0x1c49ce[_0x44ac77(0x565)],'childUnitId':_0x1c49ce[_0x44ac77(0x442)],'childType':_0x1c49ce[_0x44ac77(0x5c7)],'sessionMode':_0x44ac77(0x326)})),_0x1c49ce[_0x44ac77(0x442)]&&_0x58c483[_0x44ac77(0x2fa)](_0x17586b['acquireLease']({'embedId':_0x597369,'role':_0x44ac77(0x26c),'owner':_0x44ac77(0x254),'sessionMode':'child-fullscreen','hostUnitId':_0x1c49ce[_0x44ac77(0x565)],'childUnitId':_0x1c49ce['childUnitId'],'childType':_0x1c49ce['childType']})),qn(_0x3ac430)['forEach'](({element:_0x1b11f5,role:_0x39926e})=>{const _0x49d1b9=_0x44ac77;_0x58c483['push'](_0x17586b[_0x49d1b9(0x41f)]({'embedId':_0x597369,'element':_0x1b11f5,'role':_0x39926e}));})),_0x4718fc&&(qn(_0x3ac430)[_0x44ac77(0x360)](({element:_0x133baa})=>{const _0x2717b1=_0x44ac77;_0x58c483[_0x2717b1(0x2fa)](_0x4718fc[_0x2717b1(0x577)](_0x597369,_0x133baa,_0x1c49ce[_0x2717b1(0x442)]));}),_0x58c483[_0x44ac77(0x2fa)](_0x4718fc[_0x44ac77(0x91d)](_0x597369,_0x323437[_0x44ac77(0x3c8)][_0x44ac77(0x2f2)],{'includeAppShellEditorPortal':_0x1c49ce[_0x44ac77(0x5c7)]===a['UniverInstanceType']['UNIVER_SHEET']}))),_0x17586b&&_0x4718fc&&_0x58c483[_0x44ac77(0x2fa)](Kn({'embedId':_0x597369,'focusCoordinator':_0x17586b,'interactionBoundaryService':_0x4718fc,'runtimeRoot':_0x323437['rootElement']})),(0x0,a[_0x44ac77(0x64a)])(()=>{const _0x22353=_0x44ac77;[..._0x58c483][_0x22353(0x3b5)]()[_0x22353(0x360)](_0x1a23ce=>_0x1a23ce[_0x22353(0x45b)]());});}function Kn(_0x1a294a){const _0x489651=_0x1ed4d3;let {embedId:_0x2bb15a,focusCoordinator:_0x15bed8,interactionBoundaryService:_0x51bb90,runtimeRoot:_0x5b2bfc}=_0x1a294a,_0x4e83a7=_0x5b2bfc[_0x489651(0x2f2)],_0x3f1abe=_0x4e83a7['defaultView'],_0x57fbab,_0x9ed141=_0x26f47c=>{const _0x5724e1=_0x489651;var _0xaf4013;let _0x464bf5=_0x26f47c[_0x5724e1(0x5a7)]===_0x5724e1(0x8d8)&&_0x26f47c['key']===_0x5724e1(0x86f);if(_0x26f47c[_0x5724e1(0x5a7)]===_0x5724e1(0x8d8)&&!_0x464bf5)return;let _0x482c13=_0x15bed8[_0x5724e1(0x22f)]();if((_0x482c13==null?void 0x0:_0x482c13[_0x5724e1(0x666)])!==_0x2bb15a||_0x482c13[_0x5724e1(0x433)]!=='child-fullscreen')return;let _0x1598c6=_0x26f47c[_0x5724e1(0x1f6)]instanceof HTMLElement?_0x26f47c[_0x5724e1(0x1f6)]:null,_0x1f59af=!!_0x1598c6&&(_0x51bb90[_0x5724e1(0x495)](_0x2bb15a,_0x1598c6,_0x26f47c)||_0x15bed8[_0x5724e1(0x892)](_0x2bb15a,_0x1598c6,_0x26f47c)),_0x5962dd=_0x1598c6==null||(_0xaf4013=_0x1598c6[_0x5724e1(0x6bc)](_0x5724e1(0x4ea)))==null?void 0x0:_0xaf4013[_0x5724e1(0x2d4)](W);!_0x464bf5&&(!_0x1f59af||_0x5962dd!==_0x5724e1(0x31c)&&_0x5962dd!==_0x5724e1(0x858))||_0x3f1abe&&(_0x57fbab!=null&&_0x3f1abe[_0x5724e1(0x571)](_0x57fbab),_0x57fbab=_0x3f1abe[_0x5724e1(0x930)](()=>{_0x57fbab=_0x3f1abe['requestAnimationFrame'](()=>{const _0x3b73b6=_0x54e0;if(_0x57fbab=void 0x0,!_0x464bf5&&_0x1598c6!=null&&_0x1598c6[_0x3b73b6(0x89c)])return;let _0x26e478=_0x4e83a7[_0x3b73b6(0x503)],_0x2e82ff=_0x51bb90[_0x3b73b6(0x495)](_0x2bb15a,_0x26e478)||_0x15bed8['containsElement'](_0x2bb15a,_0x26e478),_0x4e4e68=_0x15bed8[_0x3b73b6(0x22f)]();_0x2e82ff||!_0x5b2bfc[_0x3b73b6(0x89c)]||(_0x4e4e68==null?void 0x0:_0x4e4e68[_0x3b73b6(0x666)])!==_0x2bb15a||_0x4e4e68[_0x3b73b6(0x433)]!=='child-fullscreen'||(_0x5b2bfc[_0x3b73b6(0x76c)](_0x3b73b6(0x6f1))||(_0x5b2bfc['tabIndex']=-0x1),_0x5b2bfc[_0x3b73b6(0x27e)]({'preventScroll':!0x0}));});}));};return _0x4e83a7[_0x489651(0x7d4)]('click',_0x9ed141,!0x0),_0x4e83a7[_0x489651(0x7d4)](_0x489651(0x8d8),_0x9ed141,!0x0),(0x0,a[_0x489651(0x64a)])(()=>{const _0x5c3961=_0x489651;_0x4e83a7[_0x5c3961(0x2f5)](_0x5c3961(0x853),_0x9ed141,!0x0),_0x4e83a7[_0x5c3961(0x2f5)](_0x5c3961(0x8d8),_0x9ed141,!0x0),_0x57fbab!=null&&(_0x3f1abe==null||_0x3f1abe[_0x5c3961(0x571)](_0x57fbab));});}function qn(_0x6fdafb){const _0x479ca1=_0x1ed4d3;let {renderScope:_0x4f304d,menuRoot:_0x2a7a09,menuSlot:_0x2b9ac8,popupSlot:_0x5152e5,sidebarSlot:_0x37140e,rightSidebarSlot:_0x13dc89,footerSlot:_0x4c4f06}=_0x6fdafb,_0x5380fc=[{'element':_0x4f304d[_0x479ca1(0x3c8)],'role':'runtime'},{'element':_0x4f304d[_0x479ca1(0x815)],'role':_0x479ca1(0x8d5)},{'element':_0x4f304d[_0x479ca1(0x97f)],'role':_0x479ca1(0x8d5)},{'element':_0x4f304d[_0x479ca1(0x6fc)],'role':_0x479ca1(0x8d5)},{'element':_0x2a7a09,'role':_0x479ca1(0x858)},{'element':_0x2b9ac8,'role':'floating-menu'},{'element':_0x4c4f06,'role':_0x479ca1(0x858)},{'element':_0x37140e,'role':_0x479ca1(0x31c)},{'element':_0x13dc89,'role':_0x479ca1(0x31c)},{'element':_0x5152e5,'role':'child-popup'}],_0x437da5=new Set();return _0x5380fc[_0x479ca1(0x701)](({element:_0x7a87b2,role:_0x13176f})=>!_0x7a87b2||_0x437da5[_0x479ca1(0x54f)](_0x7a87b2)?[]:(_0x437da5[_0x479ca1(0x363)](_0x7a87b2),[{'element':_0x7a87b2,'role':_0x13176f}]));}function Jn(_0x409cea){return Yn(_0x409cea)||Zn(_0x409cea);}function Yn(_0x569bf0){const _0x3a38cf=_0x1ed4d3;if(!_0x569bf0[_0x3a38cf(0x583)][_0x3a38cf(0x54f)](V)||_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x5c7)]==null)return;let _0x1df373=_0x569bf0[_0x3a38cf(0x583)][_0x3a38cf(0x53b)](V)[_0x3a38cf(0x53b)](_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x5c7)]);if((_0x1df373==null?void 0x0:_0x1df373['hostChromeMode'])!==_0x3a38cf(0x4ca))return;let _0xa82d12=Xn(_0x569bf0[_0x3a38cf(0x583)]);if(_0x569bf0[_0x3a38cf(0x583)][_0x3a38cf(0x54f)](Nn)){let _0x55ff85=_0x569bf0[_0x3a38cf(0x583)][_0x3a38cf(0x53b)](Nn)[_0x3a38cf(0x785)]({'container':_0x569bf0[_0x3a38cf(0x7f7)],'portalContainer':_0x569bf0[_0x3a38cf(0x5ef)]['runtimeScope'][_0x3a38cf(0x64b)][_0x3a38cf(0x852)],'injector':_0x569bf0[_0x3a38cf(0x5ef)][_0x3a38cf(0x6f3)]['injector'],'childType':_0x569bf0['descriptor']['childType'],'childUnitId':_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x442)],'embedId':_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x666)],'surface':'ribbon','headerMenu':!0x0,'ribbonType':_0xa82d12,'ribbonHeaderClassName':_0x3a38cf(0x6e2)});if(_0x55ff85)return _0x55ff85;}return on({'container':_0x569bf0[_0x3a38cf(0x7f7)],'portalContainer':_0x569bf0[_0x3a38cf(0x5ef)][_0x3a38cf(0x6f3)]['roots'][_0x3a38cf(0x852)],'injector':_0x569bf0[_0x3a38cf(0x5ef)][_0x3a38cf(0x6f3)][_0x3a38cf(0x583)],'childType':_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x5c7)],'childUnitId':_0x569bf0['descriptor'][_0x3a38cf(0x442)],'embedId':_0x569bf0[_0x3a38cf(0x3e8)][_0x3a38cf(0x666)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0xa82d12,'ribbonHeaderClassName':_0x3a38cf(0x6e2)});}function Xn(_0x5c7e17){const _0x4faac1=_0x1ed4d3;var _0x277f14;return _0x5c7e17[_0x4faac1(0x54f)](a[_0x4faac1(0x945)])?((_0x277f14=_0x5c7e17[_0x4faac1(0x53b)](a[_0x4faac1(0x945)])[_0x4faac1(0x6af)](c['UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0x277f14['ribbonType'])??_0x4faac1(0x929):_0x4faac1(0x929);}function Zn(_0x10dfac){const _0xc81e3=_0x1ed4d3;if(!_0x10dfac[_0xc81e3(0x583)][_0xc81e3(0x54f)](vt)||_0x10dfac['descriptor'][_0xc81e3(0x5c7)]==null||!_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x442)])return;let _0x24585b=_0x10dfac[_0xc81e3(0x583)][_0xc81e3(0x53b)](vt)['get'](_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x817)],_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x8bf)],_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x5c7)]),_0x594b48=_0x24585b==null?void 0x0:_0x24585b[_0xc81e3(0x4f8)]({..._0x10dfac[_0xc81e3(0x5ef)],'active':{'hostUnitId':_0x10dfac['descriptor']['hostUnitId'],'embedId':_0x10dfac[_0xc81e3(0x3e8)]['embedId'],'childUnitId':_0x10dfac[_0xc81e3(0x3e8)][_0xc81e3(0x442)],'stage':_0xc81e3(0x334)}});return _0x594b48?(0x0,a['toDisposable'])(()=>_0x594b48[_0xc81e3(0x45b)]()):void 0x0;}let Qn=class extends a['Disposable']{constructor(_0x481168,_0x31c591){const _0x3248ca=_0x1ed4d3;super(),B(this,'_session$',new f[(_0x3248ca(0x2ed))](null)),B(this,_0x3248ca(0x51d),new f[(_0x3248ca(0x464))]()),B(this,_0x3248ca(0x315),this[_0x3248ca(0x648)]['asObservable']()),B(this,_0x3248ca(0x687),this[_0x3248ca(0x51d)][_0x3248ca(0x7bc)]()),this['disposeWithMe'](_0x481168[_0x3248ca(0x245)](_0x15170a=>{const _0x43d472=_0x3248ca;if(!$n(_0x15170a))return;let _0x3a9722=this['getSession']();(_0x3a9722==null?void 0x0:_0x3a9722[_0x43d472(0x565)])===_0x15170a['params'][_0x43d472(0x2b9)]&&_0x3a9722[_0x43d472(0x666)]===_0x15170a[_0x43d472(0x640)][_0x43d472(0x666)]&&this[_0x43d472(0x50d)](_0x3a9722[_0x43d472(0x666)]);})),this[_0x3248ca(0x512)](_0x31c591[_0x3248ca(0x411)]['subscribe'](_0x3cf064=>{const _0x15b203=_0x3248ca;let _0x25fa60=this[_0x15b203(0x28a)](),_0x104530=_0x3cf064[_0x15b203(0x872)]();_0x25fa60&&(_0x25fa60[_0x15b203(0x565)]===_0x104530||_0x25fa60[_0x15b203(0x442)]===_0x104530)&&this['exit'](_0x25fa60[_0x15b203(0x666)]);}));}[_0x1ed4d3(0x45b)](){const _0x456536=_0x1ed4d3;super['dispose'](),this[_0x456536(0x648)][_0x456536(0x7e3)](),this[_0x456536(0x51d)][_0x456536(0x7e3)]();}[_0x1ed4d3(0x28a)](){const _0x4608f5=_0x1ed4d3;return this[_0x4608f5(0x648)][_0x4608f5(0x775)]();}[_0x1ed4d3(0x9bf)](_0xb81e62){const _0x46e01e=_0x1ed4d3;var _0x4163a4,_0x14584e;if(!_0xb81e62['childUnitId']||_0xb81e62[_0x46e01e(0x5c7)]==null)throw Error(_0x46e01e(0x2dc));let _0x1a3584=((_0x4163a4=_0xb81e62[_0x46e01e(0x440)])==null?void 0x0:_0x4163a4[_0x46e01e(0x714)])||void 0x0,_0x1c4eb4=((_0x14584e=_0xb81e62[_0x46e01e(0x440)])==null?void 0x0:_0x14584e['tab'])||void 0x0;if(_0x1c4eb4&&_0x1c4eb4[_0x46e01e(0x42b)]&&!_0x1a3584)throw Error(_0x46e01e(0x8b3));let _0x1e82c1=_0x1a3584?_0x1a3584[_0x46e01e(0x29f)]:void 0x0;if(!_0x1e82c1)throw Error(_0x46e01e(0x980));let _0x471b03={'hostUnitId':_0xb81e62[_0x46e01e(0x565)],'embedId':_0xb81e62['embedId'],'childUnitId':_0xb81e62[_0x46e01e(0x442)],'childType':_0xb81e62[_0x46e01e(0x5c7)],'entry':_0xb81e62['entry'],'layout':_0x1e82c1};return this[_0x46e01e(0x648)][_0x46e01e(0x592)](_0x471b03),_0x471b03;}['exit'](_0x30fd6c){const _0x1104f2=_0x1ed4d3;let _0x25eaad=this['getSession']();_0x25eaad&&(!_0x30fd6c||_0x25eaad[_0x1104f2(0x666)]===_0x30fd6c)&&this[_0x1104f2(0x648)][_0x1104f2(0x592)](null);}[_0x1ed4d3(0x47a)](_0x386ee4){const _0x120ec3=_0x1ed4d3;this[_0x120ec3(0x51d)][_0x120ec3(0x592)](_0x386ee4);}};Qn=Y([J(0x0,a['ICommandService']),J(0x1,a[_0x1ed4d3(0x90d)])],Qn);function $n(_0x5f96ff){const _0x24cbc3=_0x1ed4d3;return _0x5f96ff['id']===t[_0x24cbc3(0x956)]['id']&&typeof _0x5f96ff['params']==_0x24cbc3(0x56b)&&_0x5f96ff[_0x24cbc3(0x640)]!==null&&_0x24cbc3(0x2b9)in _0x5f96ff[_0x24cbc3(0x640)]&&typeof _0x5f96ff[_0x24cbc3(0x640)][_0x24cbc3(0x2b9)]=='string'&&_0x24cbc3(0x666)in _0x5f96ff[_0x24cbc3(0x640)]&&typeof _0x5f96ff['params'][_0x24cbc3(0x666)]==_0x24cbc3(0x23d);}function er(){const _0x40261b=_0x1ed4d3;let _0x45b5d3=(0x0,c['useDependency'])(a[_0x40261b(0x6f8)]),_0x31ba65=(0x0,c[_0x40261b(0x2d7)])(a[_0x40261b(0x58e)]),_0x6fbb6c=(0x0,c[_0x40261b(0x2d7)])(Kt),_0x220df2=(0x0,c['useDependency'])(Qn),_0x1c3ffe=(0x0,d['useRef'])(null),_0x3741bf=(0x0,d[_0x40261b(0x867)])(null),_0x2a2208=(0x0,d['useRef'])(null),_0x209be8=(0x0,d[_0x40261b(0x867)])(null),_0x5a8c2c=(0x0,d[_0x40261b(0x867)])(null),_0x1c41bb=(0x0,d[_0x40261b(0x867)])(null),_0x4f075d=(0x0,d[_0x40261b(0x867)])(null),_0x35b992=(0x0,c[_0x40261b(0x713)])(()=>_0x220df2[_0x40261b(0x315)],_0x220df2[_0x40261b(0x28a)](),!0x1,[_0x220df2]),[_0x3ee8d1,_0x38d3db]=(0x0,d['useState'])(null);if((0x0,d[_0x40261b(0x8a5)])(()=>{const _0x39cd30=_0x40261b;var _0x2d48af;let _0x1ceb71=_0x2a2208['current'],_0x522c4b=_0x3741bf[_0x39cd30(0x1f3)],_0x5ede6c=_0x209be8['current'],_0x3935d5=_0x5a8c2c[_0x39cd30(0x1f3)],_0x1cce16=_0x1c41bb[_0x39cd30(0x1f3)],_0x618a53=_0x4f075d[_0x39cd30(0x1f3)];if(!_0x35b992||!_0x1ceb71||!_0x522c4b||!_0x5ede6c||!_0x3935d5||!_0x1cce16||!_0x618a53)return;let _0x15021d=rr(_0x45b5d3,_0x35b992[_0x39cd30(0x565)],_0x35b992[_0x39cd30(0x666)]);if(!(_0x15021d!=null&&_0x15021d['childUnitId'])||_0x15021d['childType']==null){_0x1ceb71['dataset']['embedFullscreenStatus']=_0x39cd30(0x749);return;}let _0xfe0a33=_0x45b5d3[_0x39cd30(0x53b)](_t)[_0x39cd30(0x53b)](_0x15021d['childType']);if(!(_0xfe0a33!=null&&_0xfe0a33[_0x39cd30(0x538)]['includes'](_0x35b992[_0x39cd30(0x29f)]))){_0x1ceb71['dataset'][_0x39cd30(0x81e)]=_0x39cd30(0x3c6);return;}_0x1ceb71[_0x39cd30(0x964)][_0x39cd30(0x81e)]=_0x39cd30(0x8f3),_0x1ceb71[_0x39cd30(0x964)][_0x39cd30(0x666)]=_0x15021d[_0x39cd30(0x666)],_0x1ceb71[_0x39cd30(0x964)][_0x39cd30(0x6f2)]=_0x15021d[_0x39cd30(0x8bf)],_0x1ceb71['dataset']['embedHostAnchorId']=_0x15021d[_0x39cd30(0x253)],_0x1ceb71['dataset'][_0x39cd30(0x9a7)]=_0x35b992[_0x39cd30(0x29f)],_0x1ceb71[_0x39cd30(0x964)][_0x39cd30(0x266)]=String(_0x15021d[_0x39cd30(0x5c7)]),_0x1ceb71['dataset'][_0x39cd30(0x4d2)]=_0x15021d[_0x39cd30(0x442)];let _0xb2af3b=oe(_0x1ceb71),_0x4a53ab=Wn(_0x15021d,_0x35b992[_0x39cd30(0x29f)],{'viewport':_0x1ceb71,'menuSlot':_0x522c4b,'popupSlot':_0x5ede6c,'footerSlot':_0x618a53}),_0x4d6481={'descriptor':_0x15021d,'layout':_0x35b992[_0x39cd30(0x29f)],'injector':_0x45b5d3,'hostElement':_0x1ceb71,'container':_0x1ceb71,'renderScope':_0x4a53ab,'hostUnitId':_0x15021d['hostUnitId'],'embedId':_0x15021d[_0x39cd30(0x666)],'childUnitId':_0x15021d[_0x39cd30(0x442)],'childType':_0x15021d[_0x39cd30(0x5c7)]},{runtimeScope:_0x4ff7a1,disposable:_0x57c8e8}=ft(_0x4d6481,()=>{},_0xfe0a33[_0x39cd30(0x5ca)]);_0x38d3db({'embedId':_0x15021d[_0x39cd30(0x666)],'injector':_0x4ff7a1['injector'],'sourceInjector':_0x45b5d3,'popupContainer':_0x4ff7a1['roots']['popup']});let _0x3bcf81={..._0x4d6481,'runtimeScope':_0x4ff7a1},_0x199053=Gn({'injector':_0x45b5d3,'descriptor':_0x15021d,'renderScope':_0x4a53ab,'menuRoot':_0x1c3ffe[_0x39cd30(0x1f3)],'menuSlot':_0x522c4b,'popupSlot':_0x5ede6c,'sidebarSlot':_0x3935d5,'rightSidebarSlot':_0x1cce16,'footerSlot':_0x618a53}),_0x5cdee0=(_0x28e4e1,_0x4b3333=!0x1)=>{const _0x9d9bdd=_0x39cd30;var _0x76fb66,_0x141723;let _0x3056ac=(_0x28e4e1==null?void 0x0:_0x28e4e1[_0x9d9bdd(0x1f6)])instanceof Element?_0x28e4e1[_0x9d9bdd(0x1f6)]:null;_0x3056ac!=null&&_0x3056ac['closest'](_0x9d9bdd(0x3e0))||((_0x76fb66=_0x4ff7a1[_0x9d9bdd(0x2a7)])==null||_0x76fb66[_0x9d9bdd(0x5d6)](_0x15021d[_0x9d9bdd(0x442)]),(_0x141723=_0x4ff7a1[_0x9d9bdd(0x2a7)])==null||_0x141723[_0x9d9bdd(0x927)](_0x15021d['childUnitId']),_0x6fbb6c['activateFullscreen'](_0x15021d,{'focusLayout':_0x4b3333}));};_0x5cdee0(void 0x0,!0x0),_0x1ceb71[_0x39cd30(0x7d4)](_0x39cd30(0x888),_0x5cdee0,{'capture':!0x0}),_0x1ceb71[_0x39cd30(0x7d4)](_0x39cd30(0x845),_0x5cdee0);let _0x129f53=(_0x2d48af=_0xfe0a33['mount'])==null?void 0x0:_0x2d48af['call'](_0xfe0a33,_0x3bcf81);_0x15021d[_0x39cd30(0x5c7)]===a[_0x39cd30(0x747)][_0x39cd30(0x8ed)]&&Xt(_0x15021d[_0x39cd30(0x666)],_0x4a53ab[_0x39cd30(0x3c8)]);let _0x49b946=Jn({'injector':_0x45b5d3,'descriptor':_0x15021d,'childContext':_0x3bcf81,'menuContainer':_0x522c4b});return _0x1ceb71['dataset'][_0x39cd30(0x81e)]=_0x39cd30(0x6dc),()=>{const _0xb6b09c=_0x39cd30;_0x38d3db(null),globalThis[_0xb6b09c(0x930)](()=>{const _0x324ecd=_0xb6b09c;_0x1ceb71[_0x324ecd(0x2f5)]('pointerdown',_0x5cdee0,{'capture':!0x0}),_0x1ceb71[_0x324ecd(0x2f5)](_0x324ecd(0x845),_0x5cdee0),_0x49b946==null||_0x49b946[_0x324ecd(0x45b)](),_0x129f53==null||_0x129f53[_0x324ecd(0x45b)](),_0x199053['dispose'](),_0x57c8e8[_0x324ecd(0x45b)](),_0xb2af3b[_0x324ecd(0x45b)](),_0x6fbb6c['clearFullscreen'](_0x15021d),delete _0x1ceb71['dataset'][_0x324ecd(0x81e)],delete _0x1ceb71[_0x324ecd(0x964)][_0x324ecd(0x666)],delete _0x1ceb71[_0x324ecd(0x964)][_0x324ecd(0x6f2)],delete _0x1ceb71['dataset'][_0x324ecd(0x398)],delete _0x1ceb71[_0x324ecd(0x964)][_0x324ecd(0x9a7)],delete _0x1ceb71[_0x324ecd(0x964)][_0x324ecd(0x266)],delete _0x1ceb71[_0x324ecd(0x964)]['embedChildUnitId'],_0x220df2['notifyExited'](_0x35b992);});};},[_0x6fbb6c,_0x220df2,_0x45b5d3,_0x35b992]),!_0x35b992)return null;let _0xf435af=()=>{const _0x40e97e=_0x40261b;_0x220df2[_0x40e97e(0x50d)](_0x35b992[_0x40e97e(0x666)]);};return(0x0,m[_0x40261b(0x9d3)])(_0x40261b(0x7ff),{'className':'univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-gray-0\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-0','data-embed-fullscreen-shell':_0x40261b(0x85d),'style':{'zIndex':0x32a},'children':[_0x35b992[_0x40261b(0x5c7)]===a[_0x40261b(0x747)][_0x40261b(0x8d2)]&&(0x0,m['jsx'])('div',{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','data-embed-boards-fullscreen-exit':_0x40261b(0x85d),'title':_0x31ba65['t'](_0x40261b(0x7c8)),'children':(0x0,m['jsxs'])(c[_0x40261b(0x362)],{'noIcon':!0x0,'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','onClick':_0xf435af,'children':[(0x0,m[_0x40261b(0x689)])(u[_0x40261b(0x60e)],{}),(0x0,m[_0x40261b(0x689)])('span',{'children':_0x31ba65['t'](_0x40261b(0x7c8))})]})}),(0x0,m[_0x40261b(0x9d3)])(_0x40261b(0x7ff),{'ref':_0x1c3ffe,'className':'univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-menu':_0x40261b(0x85d),'children':[_0x35b992[_0x40261b(0x5c7)]!==a[_0x40261b(0x747)][_0x40261b(0x8d2)]&&(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-items-center','data-embed-fullscreen-header':_0x40261b(0x85d),'children':(0x0,m[_0x40261b(0x9d3)])(l[_0x40261b(0x674)],{'type':'button','size':_0x40261b(0x2fb),'variant':_0x40261b(0x889),'className':_0x40261b(0x2c4),'data-embed-fullscreen-close':_0x40261b(0x85d),'onClick':_0xf435af,'children':[(0x0,m['jsx'])(u[_0x40261b(0x345)],{}),(0x0,m['jsx'])(_0x40261b(0x7a6),{'children':_0x31ba65['t'](_0x40261b(0x7c8))})]})}),(0x0,m['jsx'])(_0x40261b(0x7ff),{'ref':_0x3741bf,'className':_0x40261b(0x484),'data-embed-fullscreen-menu-slot':_0x40261b(0x85d),'data-embed-menu-slot':_0x40261b(0x85d)})]}),(0x0,m['jsxs'])(_0x40261b(0x7ff),{'className':_0x40261b(0x6a2),'data-embed-fullscreen-body':_0x40261b(0x85d),'children':[(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'ref':_0x5a8c2c,'className':_0x40261b(0x2f9),'data-embed-fullscreen-sidebar-slot':_0x40261b(0x85d),'data-embed-id':_0x35b992[_0x40261b(0x666)]}),(0x0,m['jsx'])(_0x40261b(0x7ff),{'ref':_0x2a2208,'className':'univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','data-embed-fullscreen-viewport':'true','onContextMenuCapture':_0x57dafb=>{const _0x51cfa7=_0x40261b;_0x57dafb[_0x51cfa7(0x4fd)]();}}),(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'ref':_0x1c41bb,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-right-sidebar-slot':_0x40261b(0x85d),'data-embed-id':_0x35b992[_0x40261b(0x666)],'children':_0x3ee8d1&&(0x0,m['jsx'])(nr,{..._0x3ee8d1})})]}),(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'ref':_0x4f075d,'className':_0x40261b(0x48e),'data-embed-fullscreen-footer-slot':_0x40261b(0x85d),'data-embed-footer-slot':'true'}),(0x0,m[_0x40261b(0x689)])(_0x40261b(0x7ff),{'ref':_0x209be8,'className':_0x40261b(0x490),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':_0x40261b(0x85d),'children':_0x3ee8d1&&(0x0,m['jsx'])(tr,{..._0x3ee8d1})})]});}function tr(_0x59ade6){const _0x17420c=_0x1ed4d3;let {embedId:_0x146be5,injector:_0x31eabf,sourceInjector:_0x1e9a62,popupContainer:_0x293c58}=_0x59ade6;return(0x0,m[_0x17420c(0x9d3)])(m[_0x17420c(0x611)],{'children':[(0x0,m[_0x17420c(0x9d3)])(qt,{'injector':_0x31eabf,'mountContainer':_0x293c58,'embedId':_0x146be5,'children':[(0x0,m[_0x17420c(0x689)])(c['ContextMenu'],{}),(0x0,m[_0x17420c(0x689)])(c['CanvasPopup'],{})]}),(0x0,m['jsx'])(qt,{'injector':_0x1e9a62,'mountContainer':_0x293c58,'embedId':_0x146be5,'children':(0x0,m[_0x17420c(0x689)])(c['CanvasPopup'],{})})]});}function nr(_0x339560){const _0x43d793=_0x1ed4d3;let {embedId:_0x390636,injector:_0x5f0fe8,sourceInjector:_0x4957aa,popupContainer:_0x420500}=_0x339560;return(0x0,m['jsxs'])(_0x43d793(0x718),{'className':_0x43d793(0x88a),'children':[(0x0,m[_0x43d793(0x689)])(qt,{'injector':_0x5f0fe8,'mountContainer':_0x420500,'embedId':_0x390636,'children':(0x0,m[_0x43d793(0x689)])(c[_0x43d793(0x6e7)],{})}),(0x0,m[_0x43d793(0x689)])(qt,{'injector':_0x4957aa,'mountContainer':_0x420500,'embedId':_0x390636,'children':(0x0,m[_0x43d793(0x689)])(c[_0x43d793(0x6e7)],{})})]});}function rr(_0x506f95,_0x1e5c79,_0x45034c){const _0x5d614b=_0x1ed4d3;try{return _0x506f95['get'](t[_0x5d614b(0x3b9)])[_0x5d614b(0x5ab)](_0x1e5c79,_0x45034c);}catch{return;}}const ir={};function ar(_0x183795){const _0x469965=_0x1ed4d3;let {stage:_0x4abf5b,interactionFlow:_0x334cfd}=_0x183795,_0x4b92b1=_0x334cfd==='doc-block',_0x559898=_0x4abf5b===_0x469965(0x412)&&!_0x4b92b1,_0xfdd688=_0x4abf5b===_0x469965(0x334)||_0x4b92b1;return{'allowHostBodyDrag':_0x559898,'disableLiveHostPointerEvents':!_0x4b92b1&&(_0x4abf5b===_0x469965(0x23c)||_0x4abf5b===_0x469965(0x412)),'passThroughInteractionGate':_0xfdd688,'runtimeOwnsInteraction':_0xfdd688};}function or(_0x23832b,_0x319fcf){const _0x539562=_0x1ed4d3;var _0x274bea;return(_0x23832b==null?void 0x0:_0x23832b[_0x539562(0x817)])===a['UniverInstanceType'][_0x539562(0x32f)]&&_0x23832b['childType']===a[_0x539562(0x747)]['UNIVER_SHEET']&&!!((_0x274bea=_0x23832b[_0x539562(0x440)])!=null&&_0x274bea['floating'])&&_0x319fcf!=='stage2';}function sr(_0x3db338,_0x10e636){const _0xbd3c43=_0x1ed4d3;return or(_0x3db338,_0x10e636)?_0xbd3c43(0x782):_0xbd3c43(0x313);}function cr(_0x928ea9){const _0x583f34=_0x1ed4d3;var _0x10d331;return _0x928ea9['fullscreen']||((_0x10d331=_0x928ea9[_0x583f34(0x69d)])==null?void 0x0:_0x10d331['embedId'])===_0x928ea9[_0x583f34(0x666)]&&_0x928ea9['active']['stage']===_0x583f34(0x334)||!_0x928ea9['usesDomFloatingStage']&&_0x928ea9[_0x583f34(0x265)]?_0x583f34(0x334):_0x583f34(0x23c);}function lr(_0xf9f285,_0x3670d4){const _0x9c43c4=_0x1ed4d3;return _0xf9f285!==_0x9c43c4(0x6b8)&&_0xf9f285!==_0x9c43c4(0x9d8)||_0x3670d4[_0x9c43c4(0x415)]||_0x3670d4[_0x9c43c4(0x30a)]||_0x3670d4['metaKey']?!0x1:Math[_0x9c43c4(0x8d9)](_0x3670d4[_0x9c43c4(0x942)])>Math[_0x9c43c4(0x8d9)](_0x3670d4[_0x9c43c4(0x579)]);}const ur=Symbol(_0x1ed4d3(0x731)),dr=Symbol(_0x1ed4d3(0x2e0));function fr(_0x5cf88e,_0x3cf1a6){const _0x288801=_0x1ed4d3;var _0x1b7ae2;if(!_0x5cf88e[_0x288801(0x30a)]&&!_0x5cf88e[_0x288801(0x26a)])return!0x1;let _0x9f26cc=_0x3cf1a6[_0x288801(0x8ec)]();return!_0x9f26cc||((_0x1b7ae2=_0x3cf1a6[_0x288801(0x7e7)])==null?void 0x0:_0x1b7ae2[_0x288801(0x5db)](_0x3cf1a6,_0x5cf88e,_0x9f26cc))!==!0x0?!0x1:(_0x3cf1a6[_0x288801(0x866)](_0x288801(0x587)),Hr(_0x5cf88e,!0x0),!0x0);}function pr(_0x205cd4){const _0x4c1ffc=_0x1ed4d3;let _0x5b272a={'activeUntil':0x0},_0x344e67=_0x24a57d=>{const _0x55d0e1=_0x54e0;var _0x454a83;if(vr(_0x24a57d)||((_0x24a57d[_0x55d0e1(0x30a)]||_0x24a57d[_0x55d0e1(0x26a)])&&(_0x5b272a['activeUntil']=0x0),fr(_0x24a57d,_0x205cd4)))return;if(_0x205cd4[_0x55d0e1(0x5c3)]&&_0x205cd4[_0x55d0e1(0x9d5)][_0x55d0e1(0x493)](_0x24a57d)){var _0x3b4fb4;let _0x2fbfbc=_0x205cd4[_0x55d0e1(0x8ec)]();if(_0x2fbfbc&&((_0x3b4fb4=_0x205cd4[_0x55d0e1(0x7e7)])==null?void 0x0:_0x3b4fb4[_0x55d0e1(0x5db)](_0x205cd4,_0x24a57d,_0x2fbfbc))===!0x0||wr(_0x205cd4[_0x55d0e1(0x308)],_0x24a57d)){_0x205cd4[_0x55d0e1(0x866)](_0x55d0e1(0x587)),Hr(_0x24a57d,!0x0);return;}}if(_0x24a57d[_0x55d0e1(0x30a)]||_0x24a57d[_0x55d0e1(0x26a)])return;let _0x5e028b=_0x205cd4[_0x55d0e1(0x2ee)]();if(_0x5e028b==='stage2')return;let _0x5bfc3d=_0x205cd4[_0x55d0e1(0x8ec)](),_0x3669b0=_0x5bfc3d?_0x205cd4['passiveViewportRegistry'][_0x55d0e1(0x53b)](_0x5bfc3d[_0x55d0e1(0x5c7)],_0x5bfc3d[_0x55d0e1(0x29f)]):void 0x0,_0x13773d=gr(_0x24a57d,_0x205cd4[_0x55d0e1(0x45c)]),_0xc9f1f0=_0x5bfc3d?{..._0x5bfc3d,'event':_0x13773d,'stage':_0x5e028b,'viewportScrollY':_0x205cd4['syncHostVerticalScroll']?_0x205cd4[_0x55d0e1(0x6cb)][_0x55d0e1(0x1f3)]:void 0x0}:void 0x0;if(_0x5bfc3d&&Dr(_0x5bfc3d,_0x24a57d,_0x205cd4[_0x55d0e1(0x800)])){var _0x5c2598;if(((_0x5c2598=_0x205cd4[_0x55d0e1(0x7e7)])==null?void 0x0:_0x5c2598[_0x55d0e1(0x5db)](_0x205cd4,_0x24a57d,_0x5bfc3d))===!0x0||wr(_0x205cd4[_0x55d0e1(0x308)],_0x24a57d)){_0x205cd4['invalidate'](_0x55d0e1(0x587)),Hr(_0x24a57d,!0x0);return;}}let _0x3e2d78=_0xc9f1f0?_0x205cd4[_0x55d0e1(0x6fe)]['handleWheel'](_0xc9f1f0):!0x1,_0x3c9949=!_0x3e2d78&&Or(_0x205cd4[_0x55d0e1(0x308)],_0x24a57d),_0x23c6f5=!0x1,_0x35988c=!0x1;!_0x3e2d78&&_0x3c9949?Ar(kr(_0x24a57d),()=>{const _0x51ad7a=_0x55d0e1;var _0x363ac5;return _0x35988c=((_0x363ac5=_0x205cd4[_0x51ad7a(0x20a)])==null?void 0x0:_0x363ac5[_0x51ad7a(0x5db)](_0x205cd4,_0x24a57d))===!0x0;},()=>_0x23c6f5=(_0x3669b0==null?void 0x0:_0x3669b0[_0x55d0e1(0x792)](_0xc9f1f0))===!0x0):_0x3e2d78||(_0x23c6f5=(_0x3669b0==null?void 0x0:_0x3669b0[_0x55d0e1(0x792)](_0xc9f1f0))===!0x0);let _0x595fbb=_0x5e028b===_0x55d0e1(0x23c)&&!_0x3e2d78&&!_0x23c6f5&&!_0x35988c&&!_0x3c9949&&!!_0x3669b0&&!!_0x5bfc3d&&jr(_0x24a57d);if(_0x595fbb&&hr(_0x24a57d,_0x5b272a))return;if(_0x595fbb&&_0x5bfc3d&&((_0x454a83=_0x205cd4[_0x55d0e1(0x7e7)])==null?void 0x0:_0x454a83[_0x55d0e1(0x5db)](_0x205cd4,_0x24a57d,_0x5bfc3d))===!0x0){_0x205cd4['invalidate'](_0x55d0e1(0x587)),Hr(_0x24a57d,!0x0);return;}let _0x12366b=_0x23c6f5||_0x35988c?!0x1:xr(_0x24a57d,_0x205cd4['liveRoot']),_0x2ef83b=_0x23c6f5||_0x35988c||(_0x3c9949||_0x12366b?!0x1:Sr(_0x24a57d,_0x205cd4[_0x55d0e1(0x402)]));if(_0x3e2d78||_0x23c6f5||_0x35988c||_0x12366b||_0x2ef83b){_0x5e028b===_0x55d0e1(0x23c)&&mr(_0x5b272a),Hr(_0x24a57d,!0x1);return;}_0x5e028b===_0x55d0e1(0x412)&&_0x5bfc3d&&jr(_0x24a57d)&&Hr(_0x24a57d,!0x0);},_0x36d9e3=_0x3184aa=>{const _0x132aa4=_0x54e0;var _0x394653;if(_0x205cd4[_0x132aa4(0x2ee)]()!=='stage2'||_0x3184aa[_0x132aa4(0x30a)]||_0x3184aa[_0x132aa4(0x26a)])return;let _0x2669c6=_0x205cd4['getChildContext']();if(_0x2669c6){if(Or(_0x205cd4[_0x132aa4(0x308)],_0x3184aa)){let _0x134687=_0x205cd4['passiveViewportRegistry']['get'](_0x2669c6[_0x132aa4(0x5c7)],_0x2669c6['layout']),_0x4cddcf=gr(_0x3184aa,_0x205cd4[_0x132aa4(0x45c)]),_0x2263a8={..._0x2669c6,'event':_0x4cddcf,'stage':_0x132aa4(0x334),'viewportScrollY':_0x205cd4[_0x132aa4(0x800)]?_0x205cd4[_0x132aa4(0x6cb)][_0x132aa4(0x1f3)]:void 0x0};(Ar(kr(_0x3184aa),()=>{const _0x4e9f9a=_0x132aa4;var _0x6d7db2;return((_0x6d7db2=_0x205cd4[_0x4e9f9a(0x20a)])==null?void 0x0:_0x6d7db2[_0x4e9f9a(0x5db)](_0x205cd4,_0x3184aa))===!0x0;},()=>_0x205cd4[_0x132aa4(0x6fe)][_0x132aa4(0x792)](_0x2263a8)||(_0x134687==null?void 0x0:_0x134687[_0x132aa4(0x792)](_0x2263a8))===!0x0)||jr(_0x3184aa))&&Hr(_0x3184aa,!0x0);return;}Dr(_0x2669c6,_0x3184aa,_0x205cd4['syncHostVerticalScroll'])&&(br(_0x3184aa)||(yr(_0x3184aa),(((_0x394653=_0x205cd4[_0x132aa4(0x7e7)])==null?void 0x0:_0x394653[_0x132aa4(0x5db)](_0x205cd4,_0x3184aa,_0x2669c6))===!0x0||wr(_0x205cd4[_0x132aa4(0x308)],_0x3184aa))&&(_0x205cd4[_0x132aa4(0x866)](_0x132aa4(0x587)),Hr(_0x3184aa,!0x0))));}},_0x9a2764=_0x2ffc87=>{const _0x1588f5=_0x54e0;_0x205cd4[_0x1588f5(0x2ee)]()!=='stage2'||_0x2ffc87[_0x1588f5(0x30a)]||_0x2ffc87[_0x1588f5(0x26a)]||_0x2ffc87[_0x1588f5(0x6eb)]||zr(_0x205cd4[_0x1588f5(0x402)],_0x2ffc87)||!_0x205cd4[_0x1588f5(0x8ec)]()||!jr(_0x2ffc87)||Hr(_0x2ffc87,!0x0);},_0x940757=()=>_0x205cd4[_0x4c1ffc(0x866)](_0x4c1ffc(0x557));return _0x205cd4['gate'][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x344e67,{'passive':!0x1}),_0x205cd4[_0x4c1ffc(0x402)][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x344e67,{'capture':!0x0,'passive':!0x1}),_0x205cd4[_0x4c1ffc(0x308)][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x36d9e3,{'capture':!0x0,'passive':!0x1}),_0x205cd4['liveRoot'][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x36d9e3,{'capture':!0x0,'passive':!0x1}),_0x205cd4[_0x4c1ffc(0x308)][_0x4c1ffc(0x7d4)](_0x4c1ffc(0x798),_0x9a2764,{'passive':!0x1}),_0x205cd4[_0x4c1ffc(0x402)][_0x4c1ffc(0x7d4)]('scroll',_0x940757,!0x0),(0x0,a[_0x4c1ffc(0x64a)])(()=>{const _0xb83d0f=_0x4c1ffc;_0x205cd4[_0xb83d0f(0x356)][_0xb83d0f(0x2f5)]('wheel',_0x344e67),_0x205cd4[_0xb83d0f(0x402)][_0xb83d0f(0x2f5)]('wheel',_0x344e67,{'capture':!0x0}),_0x205cd4[_0xb83d0f(0x308)][_0xb83d0f(0x2f5)](_0xb83d0f(0x798),_0x36d9e3,{'capture':!0x0}),_0x205cd4['liveRoot'][_0xb83d0f(0x2f5)]('wheel',_0x36d9e3,{'capture':!0x0}),_0x205cd4[_0xb83d0f(0x308)][_0xb83d0f(0x2f5)]('wheel',_0x9a2764),_0x205cd4[_0xb83d0f(0x402)]['removeEventListener']('scroll',_0x940757,!0x0);});}function mr(_0x168fb6){const _0x27d441=_0x1ed4d3;_0x168fb6[_0x27d441(0x3ed)]=Date[_0x27d441(0x8e7)]()+0xb4;}function hr(_0xea4390,_0xe68c07){const _0x5dc71a=_0x1ed4d3;return Date[_0x5dc71a(0x8e7)]()>=_0xe68c07[_0x5dc71a(0x3ed)]?!0x1:(mr(_0xe68c07),Hr(_0xea4390,!0x0),!0x0);}function gr(_0x456c4e,_0x92053){const _0x1b8373=_0x1ed4d3;return typeof _0x92053!=_0x1b8373(0x584)||!Number[_0x1b8373(0x8cd)](_0x92053)||_0x92053<=0x0||_0x92053===0x1?_0x456c4e:new WheelEvent(_0x456c4e[_0x1b8373(0x5a7)],{'altKey':_0x456c4e[_0x1b8373(0x5e6)],'bubbles':_0x456c4e['bubbles'],'cancelable':_0x456c4e['cancelable'],'clientX':_0x456c4e[_0x1b8373(0x5a8)],'clientY':_0x456c4e[_0x1b8373(0x576)],'ctrlKey':_0x456c4e[_0x1b8373(0x30a)],'deltaMode':_0x456c4e[_0x1b8373(0x590)],'deltaX':_0x456c4e[_0x1b8373(0x579)]/_0x92053,'deltaY':_0x456c4e[_0x1b8373(0x942)]/_0x92053,'deltaZ':_0x456c4e['deltaZ']/_0x92053,'metaKey':_0x456c4e[_0x1b8373(0x26a)],'shiftKey':_0x456c4e[_0x1b8373(0x415)]});}function _r(_0x2ea0b6,_0x2c12fb){const _0x3bdce3=_0x1ed4d3;let _0x1f969f=new WheelEvent(_0x3bdce3(0x798),{'clientX':_0x2ea0b6['clientX'],'clientY':_0x2ea0b6[_0x3bdce3(0x576)],'ctrlKey':_0x2ea0b6[_0x3bdce3(0x30a)],'deltaMode':_0x2ea0b6[_0x3bdce3(0x590)],'deltaX':_0x2ea0b6[_0x3bdce3(0x579)],'deltaY':_0x2ea0b6[_0x3bdce3(0x942)],'deltaZ':_0x2ea0b6[_0x3bdce3(0x6c7)],'metaKey':_0x2ea0b6[_0x3bdce3(0x26a)],'shiftKey':_0x2ea0b6[_0x3bdce3(0x415)],..._0x2c12fb});return Object[_0x3bdce3(0x456)](_0x1f969f,ur,{'configurable':!0x0,'value':_0x2ea0b6}),_0x1f969f;}function vr(_0x4a351a){return!!_0x4a351a&&_0x4a351a[ur]instanceof WheelEvent;}function yr(_0x3e78a1){const _0x3922cb=_0x1ed4d3;Object[_0x3922cb(0x456)](_0x3e78a1,dr,{'configurable':!0x0,'value':!0x0});}function br(_0x3d7e16){return!!_0x3d7e16[dr];}function xr(_0x23501f,_0x21fe70){const _0x439f85=_0x1ed4d3;let _0x31b5da=Lr(_0x21fe70,_0x23501f['clientX'],_0x23501f[_0x439f85(0x576)])??_0x21fe70,_0x146aac=_r(_0x23501f,{'bubbles':!0x0,'cancelable':!0x0});return _0x31b5da[_0x439f85(0x95d)](_0x146aac),_0x146aac[_0x439f85(0x6eb)];}function Sr(_0x945f7b,_0xa3cc73){const _0x33d076=_0x1ed4d3;let _0x15c010=Rr(Lr(_0xa3cc73,_0x945f7b[_0x33d076(0x5a8)],_0x945f7b['clientY'])??_0xa3cc73,_0xa3cc73,_0x945f7b);return _0x15c010?Cr(_0x945f7b,_0x15c010):!0x1;}function Cr(_0x5e2fe4,_0xe40cdf){const _0x56cb72=_0x1ed4d3;let _0x2fc302=kr(_0x5e2fe4),_0x2522a7=_0x5e2fe4[_0x56cb72(0x415)]?0x0:_0x5e2fe4[_0x56cb72(0x942)],_0x4bd941=_0xe40cdf[_0x56cb72(0x35b)],_0x5f354b=_0xe40cdf[_0x56cb72(0x63f)];return _0x2fc302&&(_0xe40cdf[_0x56cb72(0x35b)]+=_0x2fc302),_0x2522a7&&(_0xe40cdf['scrollTop']+=_0x2522a7),_0xe40cdf['scrollLeft']!==_0x4bd941||_0xe40cdf[_0x56cb72(0x63f)]!==_0x5f354b;}function wr(_0x1143e8,_0x51f407){const _0x127798=_0x1ed4d3;let _0x89e81=Tr(_0x1143e8);if(!_0x89e81)return Pr(_0x1143e8['ownerDocument'][_0x127798(0x235)],_0x1143e8,_0x51f407);if(!Ir(_0x89e81))return Pr(_0x89e81,_0x1143e8,_0x51f407);let _0x2382b2=_0x89e81[_0x127798(0x63f)];return _0x89e81[_0x127798(0x63f)]+=_0x51f407['deltaY'],_0x89e81[_0x127798(0x63f)]!==_0x2382b2;}function Tr(_0x2010bf){const _0x203a4c=_0x1ed4d3;let _0x389431=_0x2010bf[_0x203a4c(0x986)];for(;_0x389431&&_0x389431!==document['body']&&_0x389431!==document['documentElement'];){if(_0x389431[_0x203a4c(0x5da)]>_0x389431[_0x203a4c(0x3b8)]&&Er(_0x389431))return _0x389431;_0x389431=_0x389431[_0x203a4c(0x986)];}return null;}function Er(_0x55d6d7){const _0x4829e7=_0x1ed4d3;let _0x143797=window[_0x4829e7(0x4cb)](_0x55d6d7);return _0x143797[_0x4829e7(0x284)]===_0x4829e7(0x42a)||_0x143797[_0x4829e7(0x284)]===_0x4829e7(0x7ce)||_0x143797['overflow']===_0x4829e7(0x7d7)||_0x143797[_0x4829e7(0x8eb)]===_0x4829e7(0x42a)||_0x143797[_0x4829e7(0x8eb)]==='scroll'||_0x143797[_0x4829e7(0x8eb)]===_0x4829e7(0x7d7);}function Dr(_0x31338b,_0x45b2c3,_0x227095){const _0x400e50=_0x1ed4d3;var _0x51d879;return _0x227095||((_0x51d879=_0x31338b[_0x400e50(0x3e8)][_0x400e50(0x440)])==null?void 0x0:_0x51d879[_0x400e50(0x3f1)])==='host'?Nr(_0x45b2c3):lr(_0x31338b['layout'],_0x45b2c3);}function Or(_0x3f6df2,_0x24c874){const _0x1a836a=_0x1ed4d3;return!!_0x3f6df2[_0x1a836a(0x6bc)]('[data-embed-docs-custom-block-sheet-like=\x22true\x22]')&&Mr(_0x24c874);}function kr(_0x439c5e){const _0x1919ab=_0x1ed4d3;return _0x439c5e[_0x1919ab(0x579)]||(_0x439c5e[_0x1919ab(0x415)]?_0x439c5e[_0x1919ab(0x942)]:0x0);}function Ar(_0x4438ad,_0x7b0d7a,_0x585c7a){return _0x4438ad>0x0?_0x7b0d7a()||_0x585c7a():_0x585c7a()||_0x7b0d7a();}function jr(_0x478d70){return Mr(_0x478d70)||Nr(_0x478d70);}function Mr(_0x3011e6){const _0x16928f=_0x1ed4d3;if(_0x3011e6[_0x16928f(0x30a)]||_0x3011e6[_0x16928f(0x26a)])return!0x1;let _0x32d86f=kr(_0x3011e6),_0x346065=_0x3011e6[_0x16928f(0x415)]?0x0:_0x3011e6[_0x16928f(0x942)];return Math[_0x16928f(0x8d9)](_0x32d86f)>Math['abs'](_0x346065);}function Nr(_0x953138){const _0x5de243=_0x1ed4d3;return _0x953138[_0x5de243(0x415)]||_0x953138[_0x5de243(0x30a)]||_0x953138['metaKey']?!0x1:Math['abs'](_0x953138['deltaY'])>Math[_0x5de243(0x8d9)](_0x953138[_0x5de243(0x579)]);}function Pr(_0x2d6141,_0x21ae7b,_0x14c24a){const _0xd9ff6d=_0x1ed4d3;let _0x45364c=Array[_0xd9ff6d(0x8dc)](_0x2d6141[_0xd9ff6d(0x7d0)](_0xd9ff6d(0x2a6)))[_0xd9ff6d(0x961)](_0x3d9bb6=>!_0x21ae7b[_0xd9ff6d(0x495)](_0x3d9bb6));return _0x45364c?(_0x45364c[_0xd9ff6d(0x95d)](_r(_0x14c24a,{'bubbles':!0x0,'cancelable':!0x0,...Fr(_0x45364c,_0x21ae7b,_0x14c24a)})),!0x0):!0x1;}function Fr(_0xb96b96,_0x451ae8,_0x4ff315){const _0x30b02d=_0x1ed4d3;if(!Br(_0x451ae8,_0x4ff315[_0x30b02d(0x5a8)],_0x4ff315[_0x30b02d(0x576)]))return{'clientX':_0x4ff315[_0x30b02d(0x5a8)],'clientY':_0x4ff315[_0x30b02d(0x576)]};let _0x4fe98e=_0xb96b96[_0x30b02d(0x455)](),_0x216ad2=Math[_0x30b02d(0x451)](0x18,Math[_0x30b02d(0x287)](0x4,Math[_0x30b02d(0x451)](_0x4fe98e[_0x30b02d(0x754)],_0x4fe98e[_0x30b02d(0x33c)])/0x8)),_0xe4b56c=[{'clientX':_0x4fe98e[_0x30b02d(0x2f6)]+_0x216ad2,'clientY':_0x4fe98e[_0x30b02d(0x578)]+_0x216ad2},{'clientX':_0x4fe98e[_0x30b02d(0x770)]-_0x216ad2,'clientY':_0x4fe98e['top']+_0x216ad2},{'clientX':_0x4fe98e['left']+_0x216ad2,'clientY':_0x4fe98e[_0x30b02d(0x976)]-_0x216ad2},{'clientX':_0x4fe98e[_0x30b02d(0x770)]-_0x216ad2,'clientY':_0x4fe98e[_0x30b02d(0x976)]-_0x216ad2},{'clientX':_0x4fe98e['left']+_0x4fe98e[_0x30b02d(0x754)]/0x2,'clientY':_0x4fe98e['top']+_0x4fe98e[_0x30b02d(0x33c)]/0x2}];return _0xe4b56c[_0x30b02d(0x961)](_0x5539b3=>!Br(_0x451ae8,_0x5539b3[_0x30b02d(0x5a8)],_0x5539b3[_0x30b02d(0x576)]))??_0xe4b56c[0x0];}function Ir(_0x138829){const _0x505654=_0x1ed4d3;let _0x4d025f=window['getComputedStyle'](_0x138829);return _0x4d025f[_0x505654(0x284)]===_0x505654(0x42a)||_0x4d025f['overflow']==='scroll'||_0x4d025f[_0x505654(0x8eb)]==='auto'||_0x4d025f[_0x505654(0x8eb)]==='scroll';}function Lr(_0x276128,_0x3dfb29,_0x477e26){const _0x665fdd=_0x1ed4d3;if(!Br(_0x276128,_0x3dfb29,_0x477e26))return null;let _0x2b9ab6=_0x276128[_0x665fdd(0x2f2)][_0x665fdd(0x926)];if(typeof _0x2b9ab6=='function'){let _0x4c7b90=_0x2b9ab6[_0x665fdd(0x5db)](_0x276128[_0x665fdd(0x2f2)],_0x3dfb29,_0x477e26)[_0x665fdd(0x961)](_0x42ad3f=>_0x42ad3f instanceof HTMLElement&&_0x276128['contains'](_0x42ad3f));if(_0x4c7b90)return _0x4c7b90;}let _0x3c215b=_0x276128,_0x490726=_0x295a94=>{const _0x257d7a=_0x665fdd;let _0x817797=Array[_0x257d7a(0x8dc)](_0x295a94['children']);for(let _0x9e766b=_0x817797[_0x257d7a(0x9ba)]-0x1;_0x9e766b>=0x0;_0x9e766b--){let _0x5c021a=_0x817797[_0x9e766b];if(!(!(_0x5c021a instanceof HTMLElement)||!Br(_0x5c021a,_0x3dfb29,_0x477e26))){_0x3c215b=_0x5c021a,_0x490726(_0x5c021a);return;}}};return _0x490726(_0x276128),_0x3c215b;}function Rr(_0x254c34,_0xef0e67,_0x27aa8b){const _0x214edd=_0x1ed4d3;let _0x572c59=kr(_0x27aa8b),_0x123c24=_0x27aa8b[_0x214edd(0x415)]?0x0:_0x27aa8b[_0x214edd(0x942)],_0x5f2082=_0x254c34;for(;_0x5f2082&&_0xef0e67[_0x214edd(0x495)](_0x5f2082);){if(Vr(_0x5f2082,_0x572c59,_0x123c24))return _0x5f2082;_0x5f2082=_0x5f2082[_0x214edd(0x986)];}return Vr(_0xef0e67,_0x572c59,_0x123c24)?_0xef0e67:null;}function zr(_0x53cf0a,_0x27b400){const _0x48eb98=_0x1ed4d3;return Rr(Lr(_0x53cf0a,_0x27b400[_0x48eb98(0x5a8)],_0x27b400[_0x48eb98(0x576)])??_0x53cf0a,_0x53cf0a,_0x27b400);}function Br(_0x276f4b,_0x366378,_0x20d0e4){const _0x12cb93=_0x1ed4d3;let _0xc279c2=_0x276f4b[_0x12cb93(0x455)]();return _0x366378>=_0xc279c2[_0x12cb93(0x2f6)]&&_0x366378<=_0xc279c2['right']&&_0x20d0e4>=_0xc279c2['top']&&_0x20d0e4<=_0xc279c2[_0x12cb93(0x976)];}function Vr(_0x363dca,_0x3f05bf,_0x22d9f5){const _0x3be692=_0x1ed4d3;let _0x135bd6=_0x3f05bf!==0x0&&_0x363dca['scrollWidth']>_0x363dca[_0x3be692(0x36f)]&&(_0x3f05bf<0x0?_0x363dca['scrollLeft']>0x0:_0x363dca[_0x3be692(0x35b)]+_0x363dca[_0x3be692(0x36f)]<_0x363dca['scrollWidth']),_0x2acabd=_0x22d9f5!==0x0&&_0x363dca['scrollHeight']>_0x363dca[_0x3be692(0x3b8)]&&(_0x22d9f5<0x0?_0x363dca['scrollTop']>0x0:_0x363dca['scrollTop']+_0x363dca['clientHeight']<_0x363dca[_0x3be692(0x5da)]);return _0x135bd6||_0x2acabd;}function Hr(_0x20f78d,_0x41c91e){const _0x461c5e=_0x1ed4d3;_0x20f78d[_0x461c5e(0x4fd)](),_0x20f78d[_0x461c5e(0x94b)](),_0x41c91e&&_0x20f78d[_0x461c5e(0x645)]();}var Ur=class{constructor(){const _0x2a7d0a=_0x1ed4d3;B(this,_0x2a7d0a(0x1fa),new f[(_0x2a7d0a(0x464))]()),B(this,_0x2a7d0a(0x6ad),new Map()),B(this,'_entriesByEmbedId',new Map()),B(this,_0x2a7d0a(0x39b),new Map()),B(this,_0x2a7d0a(0x376),[]),B(this,_0x2a7d0a(0x4d6),!0x1),B(this,_0x2a7d0a(0x5ad),null);}[_0x1ed4d3(0x96e)](_0x2170fc){const _0x249c02=_0x1ed4d3;return this[_0x249c02(0x6ad)][_0x249c02(0x753)](_0x2170fc['childType'],_0x2170fc),(0x0,a[_0x249c02(0x64a)])(()=>{const _0x5b97e5=_0x249c02;this[_0x5b97e5(0x6ad)][_0x5b97e5(0x53b)](_0x2170fc[_0x5b97e5(0x5c7)])===_0x2170fc&&this['_providers'][_0x5b97e5(0x74c)](_0x2170fc[_0x5b97e5(0x5c7)]);});}['getProvider'](_0x1244e1){const _0x55000d=_0x1ed4d3;return this[_0x55000d(0x6ad)][_0x55000d(0x53b)](_0x1244e1);}[_0x1ed4d3(0x8cf)](_0x522302){const _0x521edf=_0x1ed4d3;return this[_0x521edf(0x9b4)]['get'](_0x522302);}[_0x1ed4d3(0x9a8)](_0x4cd1a1){const _0x427a9c=_0x1ed4d3;let _0x9a7784=this[_0x427a9c(0x5ee)](_0x4cd1a1),_0x175c50=this[_0x427a9c(0x39b)][_0x427a9c(0x53b)](_0x9a7784);if(_0x175c50&&(_0x175c50['status']===_0x427a9c(0x55b)||_0x175c50[_0x427a9c(0x4db)]===_0x427a9c(0x313)))return _0x175c50;let _0x396bd8=this['_entriesByEmbedId'][_0x427a9c(0x53b)](_0x4cd1a1[_0x427a9c(0x3e8)][_0x427a9c(0x666)]),_0x313f0d={'embedId':_0x4cd1a1[_0x427a9c(0x3e8)][_0x427a9c(0x666)],'childUnitId':_0x4cd1a1['childUnitId'],'childType':_0x4cd1a1['childType'],'status':_0x427a9c(0x55b),'width':Math[_0x427a9c(0x287)](0x1,Math[_0x427a9c(0x66f)](_0x4cd1a1['width'])),'height':Math[_0x427a9c(0x287)](0x1,Math['round'](_0x4cd1a1['height'])),'dpr':_0x4cd1a1[_0x427a9c(0x862)],'viewState':_0x4cd1a1[_0x427a9c(0x476)]??(_0x396bd8==null?void 0x0:_0x396bd8['viewState']),'revision':((_0x396bd8==null?void 0x0:_0x396bd8[_0x427a9c(0x3bc)])??0x0)+0x1,'updatedAt':Date[_0x427a9c(0x8e7)]()};return this['_entriesByKey'][_0x427a9c(0x753)](_0x9a7784,_0x313f0d),this[_0x427a9c(0x9b4)][_0x427a9c(0x753)](_0x313f0d[_0x427a9c(0x666)],_0x313f0d),this[_0x427a9c(0x376)][_0x427a9c(0x2fa)](_0x4cd1a1),this[_0x427a9c(0x760)](),this[_0x427a9c(0x1fa)][_0x427a9c(0x592)](_0x313f0d),_0x313f0d;}async[_0x1ed4d3(0x482)](_0x2d466d){const _0x2c0c98=_0x1ed4d3;let _0x1091a9=this[_0x2c0c98(0x6ad)][_0x2c0c98(0x53b)](_0x2d466d[_0x2c0c98(0x5c7)]);if(!_0x1091a9)return;let _0x9fe405=await _0x1091a9[_0x2c0c98(0x482)](_0x2d466d);return this[_0x2c0c98(0x5a0)](_0x2d466d['embedId'],_0x9fe405),_0x9fe405;}async[_0x1ed4d3(0x998)](_0xb55ee3,_0x49a963){const _0x306e88=_0x1ed4d3;if(_0x49a963==null)return;let _0x48bee7=this[_0x306e88(0x6ad)][_0x306e88(0x53b)](_0xb55ee3[_0x306e88(0x5c7)]);await(_0x48bee7==null?void 0x0:_0x48bee7[_0x306e88(0x998)](_0xb55ee3,_0x49a963));}[_0x1ed4d3(0x5a0)](_0x13d237,_0x31c422){const _0x519e81=_0x1ed4d3;let _0x527491=this['_entriesByEmbedId'][_0x519e81(0x53b)](_0x13d237);if(!_0x527491){let _0x1f5156={'embedId':_0x13d237,'childUnitId':'','childType':void 0x0,'status':_0x519e81(0x560),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x31c422,'revision':0x0,'updatedAt':Date[_0x519e81(0x8e7)]()};this[_0x519e81(0x9b4)][_0x519e81(0x753)](_0x13d237,_0x1f5156),this[_0x519e81(0x1fa)][_0x519e81(0x592)](_0x1f5156);return;}_0x527491[_0x519e81(0x476)]=_0x31c422,_0x527491[_0x519e81(0x2c7)]=Date[_0x519e81(0x8e7)](),this['previewUpdated$'][_0x519e81(0x592)](_0x527491);}['markStale'](_0x3f0f15,_0x37be4a){const _0xb103cb=_0x1ed4d3;let _0x24b0ea=this[_0xb103cb(0x9b4)]['get'](_0x3f0f15);_0x24b0ea&&(_0x24b0ea[_0xb103cb(0x4db)]=_0xb103cb(0x560),_0x24b0ea['error']=_0x37be4a,_0x24b0ea['updatedAt']=Date[_0xb103cb(0x8e7)](),this[_0xb103cb(0x1fa)][_0xb103cb(0x592)](_0x24b0ea));}['invalidate'](_0x3e8c9a){const _0x4cf7f3=_0x1ed4d3;let _0x5ee837=this[_0x4cf7f3(0x9b4)]['get'](_0x3e8c9a);this[_0x4cf7f3(0x9b4)][_0x4cf7f3(0x74c)](_0x3e8c9a),_0x5ee837&&Array[_0x4cf7f3(0x8dc)](this[_0x4cf7f3(0x39b)][_0x4cf7f3(0x2f3)]())[_0x4cf7f3(0x360)](([_0x55d6e5,_0x3e3c24])=>{const _0x2877f8=_0x4cf7f3;_0x3e3c24[_0x2877f8(0x666)]===_0x3e8c9a&&this[_0x2877f8(0x39b)][_0x2877f8(0x74c)](_0x55d6e5);});}[_0x1ed4d3(0x5ee)](_0x79c632){const _0x4c925d=_0x1ed4d3;return[_0x79c632[_0x4c925d(0x3e8)][_0x4c925d(0x666)],_0x79c632[_0x4c925d(0x442)],_0x79c632['childType'],Math[_0x4c925d(0x287)](0x1,Math[_0x4c925d(0x66f)](_0x79c632[_0x4c925d(0x754)])),Math[_0x4c925d(0x287)](0x1,Math[_0x4c925d(0x66f)](_0x79c632[_0x4c925d(0x33c)])),_0x79c632[_0x4c925d(0x862)]][_0x4c925d(0x786)]('::');}async['flushForTests'](){const _0x3219d3=_0x1ed4d3;for(;this[_0x3219d3(0x376)][_0x3219d3(0x9ba)]>0x0||this[_0x3219d3(0x4d6)]||this['_activeDrain'];)await(this[_0x3219d3(0x5ad)]??Promise[_0x3219d3(0x70a)]()),await Promise['resolve']();}[_0x1ed4d3(0x45b)](){const _0x11462a=_0x1ed4d3;this[_0x11462a(0x6ad)][_0x11462a(0x9c2)](),this[_0x11462a(0x9b4)][_0x11462a(0x9c2)](),this[_0x11462a(0x39b)][_0x11462a(0x9c2)](),this[_0x11462a(0x376)][_0x11462a(0x9ba)]=0x0,this[_0x11462a(0x1fa)][_0x11462a(0x7e3)]();}['_drainQueue'](){const _0x5296c3=_0x1ed4d3;this[_0x5296c3(0x4d6)]||this[_0x5296c3(0x5ad)]||(this[_0x5296c3(0x5ad)]=this[_0x5296c3(0x904)]()['finally'](()=>{const _0x51e7c9=_0x5296c3;this[_0x51e7c9(0x5ad)]=null;}));}async[_0x1ed4d3(0x904)](){const _0x26c225=_0x1ed4d3;if(!this[_0x26c225(0x4d6)]){this['_rendering']=!0x0;try{for(;this[_0x26c225(0x376)][_0x26c225(0x9ba)]>0x0;)await this[_0x26c225(0x9d1)](this[_0x26c225(0x376)][_0x26c225(0x271)]());}finally{this['_rendering']=!0x1;}}}async['_renderOne'](_0x51cf6b){const _0x4d776b=_0x1ed4d3;let _0xd089a5=this[_0x4d776b(0x5ee)](_0x51cf6b),_0x96d1e3=this[_0x4d776b(0x39b)][_0x4d776b(0x53b)](_0xd089a5);if(!_0x96d1e3||_0x96d1e3[_0x4d776b(0x4db)]!==_0x4d776b(0x55b))return;let _0x3ef2b9=this[_0x4d776b(0x6ad)][_0x4d776b(0x53b)](_0x51cf6b['childType']),_0x20c049=this['_findPreviousReadyEntry'](_0x96d1e3[_0x4d776b(0x666)],_0x96d1e3);if(!_0x3ef2b9){let _0xb27a8d=_0x51cf6b[_0x4d776b(0x44e)]?jt(_0x51cf6b[_0x4d776b(0x44e)]):void 0x0;if(_0xb27a8d){_0x96d1e3[_0x4d776b(0x8f8)]=_0xb27a8d,_0x96d1e3['status']=_0x4d776b(0x313),_0x96d1e3['updatedAt']=Date[_0x4d776b(0x8e7)](),this['_entriesByEmbedId'][_0x4d776b(0x753)](_0x96d1e3[_0x4d776b(0x666)],_0x96d1e3),this['previewUpdated$'][_0x4d776b(0x592)](_0x96d1e3);return;}this[_0x4d776b(0x9a3)](_0x96d1e3,_0x20c049,Error(_0x4d776b(0x740)+_0x51cf6b[_0x4d776b(0x5c7)]));return;}try{let _0x53a323=await _0x3ef2b9[_0x4d776b(0x7ab)]({..._0x51cf6b,'width':_0x96d1e3[_0x4d776b(0x754)],'height':_0x96d1e3[_0x4d776b(0x33c)],'viewState':_0x96d1e3['viewState']});if(this[_0x4d776b(0x39b)][_0x4d776b(0x53b)](_0xd089a5)!==_0x96d1e3||_0x96d1e3['status']!=='pending')return;if(!_0x53a323){this[_0x4d776b(0x9a3)](_0x96d1e3,_0x20c049,Error(_0x4d776b(0x6cc)));return;}_0x96d1e3[_0x4d776b(0x8f8)]=_0x53a323,_0x96d1e3[_0x4d776b(0x4db)]=_0x4d776b(0x313),_0x96d1e3[_0x4d776b(0x2c7)]=Date[_0x4d776b(0x8e7)](),this['_entriesByEmbedId']['set'](_0x96d1e3['embedId'],_0x96d1e3),this[_0x4d776b(0x1fa)][_0x4d776b(0x592)](_0x96d1e3);}catch(_0x1d603f){this[_0x4d776b(0x9a3)](_0x96d1e3,_0x20c049,_0x1d603f);}}['_findPreviousReadyEntry'](_0xe8eac8,_0x3d6384){const _0x5218d3=_0x1ed4d3;let _0x1a1480=this[_0x5218d3(0x9b4)]['get'](_0xe8eac8);return _0x1a1480&&_0x1a1480!==_0x3d6384&&_0x1a1480[_0x5218d3(0x8f8)]?_0x1a1480:Array[_0x5218d3(0x8dc)](this[_0x5218d3(0x39b)]['values']())['reverse']()[_0x5218d3(0x961)](_0x54dc8f=>_0x54dc8f[_0x5218d3(0x666)]===_0xe8eac8&&_0x54dc8f!==_0x3d6384&&_0x54dc8f[_0x5218d3(0x8f8)]);}['_setRenderFailure'](_0x1be433,_0x1e2ee9,_0x20c107){const _0x330eea=_0x1ed4d3;_0x1be433[_0x330eea(0x4db)]=_0x1e2ee9!=null&&_0x1e2ee9[_0x330eea(0x8f8)]?'stale':_0x330eea(0x9d0),_0x1be433['image']=_0x1e2ee9==null?void 0x0:_0x1e2ee9[_0x330eea(0x8f8)],_0x1be433['viewState']=_0x1be433[_0x330eea(0x476)]??(_0x1e2ee9==null?void 0x0:_0x1e2ee9['viewState']),_0x1be433[_0x330eea(0x9d0)]=_0x20c107,_0x1be433[_0x330eea(0x2c7)]=Date['now'](),this['_entriesByEmbedId'][_0x330eea(0x753)](_0x1be433[_0x330eea(0x666)],_0x1be433),this[_0x330eea(0x1fa)][_0x330eea(0x592)](_0x1be433);}},Wr=class{constructor(){const _0x444d36=_0x1ed4d3;B(this,_0x444d36(0x462),new Map()),B(this,_0x444d36(0x7b6),new f[(_0x444d36(0x464))]()),B(this,'geometryInvalidated$',this[_0x444d36(0x7b6)][_0x444d36(0x7bc)]());}[_0x1ed4d3(0x22c)](_0x134878){const _0x735fb4=_0x1ed4d3;return this['_registrations'][_0x735fb4(0x753)](_0x134878[_0x735fb4(0x666)],_0x134878),this[_0x735fb4(0x866)]({'embedId':_0x134878[_0x735fb4(0x666)],'reason':'manual'}),(0x0,a['toDisposable'])(()=>{const _0x57188b=_0x735fb4;this[_0x57188b(0x462)][_0x57188b(0x53b)](_0x134878[_0x57188b(0x666)])===_0x134878&&(this['_registrations']['delete'](_0x134878[_0x57188b(0x666)]),this['invalidate']({'embedId':_0x134878[_0x57188b(0x666)],'reason':_0x57188b(0x74a)}));});}[_0x1ed4d3(0x568)](_0x1f34d2){const _0x1c539a=_0x1ed4d3;return this[_0x1c539a(0x462)][_0x1c539a(0x53b)](_0x1f34d2);}['getRegistrationByChildUnitId'](_0x5b013a){const _0x245ed6=_0x1ed4d3;return Array[_0x245ed6(0x8dc)](this[_0x245ed6(0x462)]['values']())[_0x245ed6(0x961)](_0x334505=>_0x334505[_0x245ed6(0x442)]===_0x5b013a);}['invalidate'](_0x5c29b6){const _0x2699ee=_0x1ed4d3;this[_0x2699ee(0x7b6)][_0x2699ee(0x592)](_0x5c29b6);}};let Gr=class{constructor(_0x231c14,_0x17325e,_0x5442ca,_0x54b89d){const _0x47dbca=_0x1ed4d3;this[_0x47dbca(0x304)]=_0x231c14,this[_0x47dbca(0x8b8)]=_0x17325e,this['_hostAdapterRegistry']=_0x5442ca,this[_0x47dbca(0x3ae)]=_0x54b89d;}async[_0x1ed4d3(0x7ef)](_0x439a11){const _0x1caff1=_0x1ed4d3;return this[_0x1caff1(0x8b8)][_0x1caff1(0x7ef)](_0x439a11);}async['restoreEmbed'](_0x3f7c05){const _0x34dbc7=_0x1ed4d3;let _0x35dd63=_0x3f7c05[_0x34dbc7(0x3e8)],_0x162729=_0x3f7c05[_0x34dbc7(0x2c2)]??this[_0x34dbc7(0x45f)][_0x34dbc7(0x5ec)]({'embedId':_0x35dd63[_0x34dbc7(0x666)],'hostUnitId':_0x35dd63[_0x34dbc7(0x565)],'hostType':_0x35dd63[_0x34dbc7(0x817)],'entry':_0x35dd63[_0x34dbc7(0x8bf)],'hostAnchorId':_0x35dd63[_0x34dbc7(0x253)],'hostContext':_0x3f7c05[_0x34dbc7(0x588)],'descriptor':_0x35dd63});return this['_modelService'][_0x34dbc7(0x716)](_0x35dd63[_0x34dbc7(0x565)],_0x35dd63),this['_anchorModelService'][_0x34dbc7(0x4eb)](_0x162729),this[_0x34dbc7(0x304)][_0x34dbc7(0x5ab)](_0x35dd63['hostUnitId'],_0x35dd63['embedId']);}};Gr=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x3b9)])),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x8a6)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x6ff)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x933)]))],Gr);function Kr(_0x2ecf45){const _0x1f00e4=_0x1ed4d3;var _0x1a412e;if(!_0x2ecf45)return;let _0x154dcf=((_0x1a412e=_0x2ecf45[_0x1f00e4(0x6bc)](_0x1f00e4(0x2f4)))==null?void 0x0:_0x1a412e[_0x1f00e4(0x2d4)]('data-embed-interaction-boundary-owner'))??void 0x0,_0x3fdc3c=qr(_0x2ecf45,_0x154dcf),_0xf20d12=(_0x3fdc3c==null?void 0x0:_0x3fdc3c['getAttribute'](_0x1f00e4(0x56e)))??_0x154dcf;if(_0xf20d12)return{'embedId':_0xf20d12,'hostUnitId':(_0x3fdc3c==null?void 0x0:_0x3fdc3c[_0x1f00e4(0x2d4)](_0x1f00e4(0x734)))??void 0x0,'childUnitId':(_0x3fdc3c==null?void 0x0:_0x3fdc3c[_0x1f00e4(0x2d4)](c['EMBED_CHILD_UNIT_ID_ATTRIBUTE']))??void 0x0,'childType':Yr(_0x3fdc3c)};}function qr(_0x917251,_0x108495){const _0x199966=_0x1ed4d3;let _0x100dbe=_0x917251==null?void 0x0:_0x917251[_0x199966(0x6bc)]('[data-embed-float-dom=\x22true\x22]');if(_0x100dbe&&(!_0x108495||_0x100dbe['getAttribute'](_0x199966(0x56e))===_0x108495))return _0x100dbe;let _0x549242=(_0x917251==null?void 0x0:_0x917251[_0x199966(0x2f2)])??(typeof document>'u'?void 0x0:document);return!_0x549242||!_0x108495?_0x100dbe??void 0x0:_0x549242[_0x199966(0x55c)](_0x199966(0x39c)+Jr(_0x108495)+'\x22]')??void 0x0;}function Jr(_0x10d396){const _0x56c5dc=_0x1ed4d3;return _0x10d396[_0x56c5dc(0x529)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Yr(_0x44324d){const _0x303e75=_0x1ed4d3;let _0x56682b=_0x44324d==null?void 0x0:_0x44324d[_0x303e75(0x2d4)](_0x303e75(0x3f7));if(_0x56682b!=null&&_0x56682b!=='')return Number(_0x56682b);}var Xr=class{constructor(){const _0x117c9f=_0x1ed4d3;B(this,_0x117c9f(0x4d5),new WeakMap()),B(this,'_hostGestureEvents',new WeakSet());}['register'](_0x1fad97,_0x124331){const _0x46c872=_0x1ed4d3;let _0x3c6d1f=this['_sessions'][_0x46c872(0x53b)](_0x1fad97);if(!_0x3c6d1f){let _0x266e4e=_0x1fad97[_0x46c872(0x2f2)]['defaultView'];if(!_0x266e4e)return(0x0,a['toDisposable'])(()=>{});let _0x5a1780=_0x36f219=>this[_0x46c872(0x803)](_0x1fad97,_0x36f219);_0x266e4e[_0x46c872(0x7d4)](_0x46c872(0x798),_0x5a1780,{'capture':!0x0,'passive':!0x1}),_0x3c6d1f={'activeUntil':0x0,'containers':new Map(),'dispose':()=>_0x266e4e['removeEventListener']('wheel',_0x5a1780,{'capture':!0x0}),'refCount':0x0},this[_0x46c872(0x4d5)][_0x46c872(0x753)](_0x1fad97,_0x3c6d1f);}let _0x15c826=_0x3c6d1f;return _0x15c826[_0x46c872(0x735)]+=0x1,_0x15c826[_0x46c872(0x7d9)]['set'](_0x124331,(_0x15c826[_0x46c872(0x7d9)][_0x46c872(0x53b)](_0x124331)??0x0)+0x1),(0x0,a[_0x46c872(0x64a)])(()=>{const _0x4d7658=_0x46c872;let _0x3ff64e=_0x15c826[_0x4d7658(0x7d9)][_0x4d7658(0x53b)](_0x124331)??0x0;_0x3ff64e<=0x1?_0x15c826['containers'][_0x4d7658(0x74c)](_0x124331):_0x15c826['containers'][_0x4d7658(0x753)](_0x124331,_0x3ff64e-0x1),--_0x15c826[_0x4d7658(0x735)],!(_0x15c826[_0x4d7658(0x735)]>0x0||this['_sessions']['get'](_0x1fad97)!==_0x15c826)&&(_0x15c826[_0x4d7658(0x45b)](),this[_0x4d7658(0x4d5)][_0x4d7658(0x74c)](_0x1fad97));});}[_0x1ed4d3(0x493)](_0x3ab7d3){const _0x3d02ba=_0x1ed4d3;return this[_0x3d02ba(0x65c)][_0x3d02ba(0x54f)](_0x3ab7d3);}[_0x1ed4d3(0x803)](_0x9e5dfd,_0x3b2d1b){const _0xd47a8c=_0x1ed4d3;var _0x45c428;let _0x10f752=_0x9e5dfd[_0xd47a8c(0x2f2)][_0xd47a8c(0x2e9)];if(!_0x10f752)return;let _0x1be591=Qr(_0x3b2d1b,_0x10f752);if(!_0x1be591||!_0x9e5dfd['contains'](_0x1be591))return;let _0x1afbc7=this['_sessions']['get'](_0x9e5dfd);if(!_0x1afbc7)return;let _0x551ca3=Date[_0xd47a8c(0x8e7)](),_0x1a437e=qr(_0x1be591),_0xaf1a96=_0x1a437e??Zr(_0x1afbc7[_0xd47a8c(0x7d9)][_0xd47a8c(0x924)](),_0x3b2d1b['clientX'],_0x3b2d1b[_0xd47a8c(0x576)]);if(!_0xaf1a96||!_0x9e5dfd[_0xd47a8c(0x495)](_0xaf1a96)){_0x1afbc7[_0xd47a8c(0x3ed)]=_0x551ca3+0x1f4;return;}let _0x588db9=_0xaf1a96[_0xd47a8c(0x2d4)]('data-embed-float-stage');if(_0x588db9===_0xd47a8c(0x23c)&&!_0x1a437e){_0x1afbc7[_0xd47a8c(0x3ed)]=_0x551ca3+0x1f4;return;}if(_0x588db9===_0xd47a8c(0x23c)&&((_0x45c428=Kr(_0xaf1a96))==null?void 0x0:_0x45c428[_0xd47a8c(0x5c7)])===a[_0xd47a8c(0x747)][_0xd47a8c(0x83f)]){_0x1afbc7['activeUntil']=_0x551ca3+0x1f4,this['_hostGestureEvents'][_0xd47a8c(0x363)](_0x3b2d1b);return;}if(_0x551ca3>=_0x1afbc7['activeUntil']){_0x1a437e||(_0x3b2d1b[_0xd47a8c(0x4fd)](),_0x3b2d1b[_0xd47a8c(0x645)]());return;}_0x1afbc7[_0xd47a8c(0x3ed)]=_0x551ca3+0x1f4,this['_hostGestureEvents'][_0xd47a8c(0x363)](_0x3b2d1b);}};function Zr(_0x47645d,_0x3dc206,_0x9edc06){const _0x3d7d43=_0x1ed4d3;for(let _0xe849cf of _0x47645d){let _0xa57b1c=_0xe849cf['getBoundingClientRect']();if(_0xa57b1c[_0x3d7d43(0x754)]>0x0&&_0xa57b1c['height']>0x0&&_0x3dc206>=_0xa57b1c[_0x3d7d43(0x2f6)]&&_0x3dc206<=_0xa57b1c['right']&&_0x9edc06>=_0xa57b1c[_0x3d7d43(0x578)]&&_0x9edc06<=_0xa57b1c[_0x3d7d43(0x976)])return _0xe849cf;}}function Qr(_0x1ca875,_0x22538d){const _0x783f7e=_0x1ed4d3;let _0x530fea=_0x1ca875['target'];return _0x530fea instanceof _0x22538d['HTMLElement']?_0x530fea:_0x530fea instanceof _0x22538d[_0x783f7e(0x9cf)]||_0x530fea instanceof _0x22538d[_0x783f7e(0x97e)]?_0x530fea[_0x783f7e(0x986)]:null;}function $r(_0x5df377,_0x46615e,_0x1e7b51){const _0x4e4cfe=_0x1ed4d3;if(!_0x5df377[_0x4e4cfe(0x30a)]&&!_0x5df377[_0x4e4cfe(0x26a)])return!0x1;switch(_0x46615e[_0x4e4cfe(0x3e8)][_0x4e4cfe(0x817)]){case a[_0x4e4cfe(0x747)][_0x4e4cfe(0x32f)]:return ei(_0x5df377,_0x46615e,_0x1e7b51);case a[_0x4e4cfe(0x747)][_0x4e4cfe(0x563)]:return ti(_0x5df377,_0x46615e,_0x1e7b51);case a[_0x4e4cfe(0x747)]['UNIVER_SLIDE']:return ni(_0x5df377,_0x46615e,_0x1e7b51);default:return!0x1;}}function ei(_0x461b32,_0x45d3dc,_0x33edaa){const _0x2d7988=_0x1ed4d3;let _0x4e5528=_0x33edaa[_0x2d7988(0x58a)]['getUnit'](_0x45d3dc['hostUnitId'],a[_0x2d7988(0x747)][_0x2d7988(0x32f)]),_0x1093ab=_0x4e5528==null?void 0x0:_0x4e5528[_0x2d7988(0x316)]();return!_0x4e5528||!_0x1093ab?!0x1:(_0x33edaa[_0x2d7988(0x30f)][_0x2d7988(0x88b)](s[_0x2d7988(0x3ad)]['id'],{'unitId':_0x45d3dc[_0x2d7988(0x565)],'subUnitId':_0x1093ab[_0x2d7988(0x2c5)](),'zoomRatio':ri(_0x1093ab[_0x2d7988(0x7fa)](),_0x461b32)}),!0x0);}function ti(_0x47176d,_0x2baab5,_0x502bb6){const _0x37ec31=_0x1ed4d3;var _0x4eaab1;let _0x4a73e0=_0x502bb6[_0x37ec31(0x58a)]['getUnit'](_0x2baab5[_0x37ec31(0x565)],a[_0x37ec31(0x747)][_0x37ec31(0x563)]);return _0x4a73e0?(_0x502bb6[_0x37ec31(0x30f)]['executeCommand'](o[_0x37ec31(0x6a1)]['id'],{'documentId':_0x2baab5[_0x37ec31(0x565)],'zoomRatio':ri(((_0x4eaab1=_0x4a73e0[_0x37ec31(0x801)]())==null?void 0x0:_0x4eaab1['zoomRatio'])??0x1,_0x47176d)}),!0x0):!0x1;}function ni(_0x499439,_0x27e5eb,_0x1a1239){const _0x45f4b0=_0x1ed4d3;let _0x425de1=_0x1a1239[_0x45f4b0(0x58a)]['getUnit'](_0x27e5eb['hostUnitId'],a[_0x45f4b0(0x747)][_0x45f4b0(0x83f)]);return _0x425de1?(_0x1a1239[_0x45f4b0(0x30f)]['executeCommand'](g[_0x45f4b0(0x339)]['id'],{'unitId':_0x27e5eb[_0x45f4b0(0x565)],'zoomRatio':ri(_0x425de1['getZoomRatio'](),_0x499439)}),!0x0):!0x1;}function ri(_0x352c0a,_0x18a3a1){const _0x1efc1b=_0x1ed4d3;return(0x0,p['getNextWheelZoomRatio'])(_0x352c0a,{'deltaMode':_0x18a3a1['deltaMode'],'deltaX':_0x18a3a1[_0x1efc1b(0x579)],'deltaY':_0x18a3a1[_0x1efc1b(0x942)],'wheelDelta':_0x18a3a1['wheelDelta']});}var ii=class{constructor(){const _0x58bce0=_0x1ed4d3;B(this,_0x58bce0(0x6ad),new Map());}[_0x1ed4d3(0x22c)](_0x3e0fd6){const _0x506ec9=_0x1ed4d3;return this[_0x506ec9(0x6ad)]['set'](_0x3e0fd6['childType'],_0x3e0fd6),(0x0,a[_0x506ec9(0x64a)])(()=>{const _0x1dfd97=_0x506ec9;this['_providers'][_0x1dfd97(0x53b)](_0x3e0fd6['childType'])===_0x3e0fd6&&this[_0x1dfd97(0x6ad)][_0x1dfd97(0x74c)](_0x3e0fd6['childType']);});}[_0x1ed4d3(0x53b)](_0x2d4f54,_0x1f8d7c){const _0x33693f=_0x1ed4d3;var _0x186aee;let _0x2152bd=this[_0x33693f(0x6ad)]['get'](_0x2d4f54);if(_0x2152bd&&!(_0x1f8d7c&&(_0x186aee=_0x2152bd[_0x33693f(0x538)])!=null&&_0x186aee[_0x33693f(0x9ba)]&&!_0x2152bd[_0x33693f(0x538)][_0x33693f(0x95f)](_0x1f8d7c)))return _0x2152bd;}[_0x1ed4d3(0x80c)](){const _0xa9fbf1=_0x1ed4d3;return[...this[_0xa9fbf1(0x6ad)]['values']()];}},ai=class{constructor(){const _0x523723=_0x1ed4d3;B(this,_0x523723(0x2f0),[]);}[_0x1ed4d3(0x22c)](_0x3b609d){const _0x1f4e29=_0x1ed4d3;return this['_handlers'][_0x1f4e29(0x2fa)](_0x3b609d),this[_0x1f4e29(0x77c)](),(0x0,a[_0x1f4e29(0x64a)])(()=>{const _0x2c3d71=_0x1f4e29;let _0x4051b7=this[_0x2c3d71(0x2f0)][_0x2c3d71(0x656)](_0x3b609d);_0x4051b7>=0x0&&this[_0x2c3d71(0x2f0)][_0x2c3d71(0x375)](_0x4051b7,0x1);});}[_0x1ed4d3(0x792)](_0x4f361f){const _0x15278d=_0x1ed4d3;for(let _0xe8f239 of this['_handlers']){var _0x56710a;if(_0xe8f239[_0x15278d(0x5c7)]===_0x4f361f[_0x15278d(0x5c7)]&&!(_0x4f361f[_0x15278d(0x29f)]&&(_0x56710a=_0xe8f239[_0x15278d(0x538)])!=null&&_0x56710a['length']&&!_0xe8f239['supportedLayouts'][_0x15278d(0x95f)](_0x4f361f['layout']))&&_0xe8f239[_0x15278d(0x792)](_0x4f361f)===!0x0)return!0x0;}return!0x1;}[_0x1ed4d3(0x80c)](){const _0x40140c=_0x1ed4d3;return[...this[_0x40140c(0x2f0)]];}[_0x1ed4d3(0x77c)](){const _0xa9d2b5=_0x1ed4d3;this[_0xa9d2b5(0x2f0)][_0xa9d2b5(0x481)]((_0x392b8d,_0x2bb42d)=>(_0x2bb42d['order']??0x0)-(_0x392b8d[_0xa9d2b5(0x259)]??0x0));}};function oi(_0x27332d){const _0x1a6035=_0x1ed4d3;if(!_0x27332d||typeof _0x27332d!=_0x1a6035(0x56b))return;let _0x56295f=_0x27332d;return _0x56295f[_0x1a6035(0x8e1)]===0x1&&_0x56295f[_0x1a6035(0x666)]&&_0x56295f['hostAnchorId']?_0x56295f:void 0x0;}const si=new Map();function ci(_0x18c5ed){const _0x2eac98=_0x1ed4d3;var _0x37da41,_0x219ff7;let {container:_0x58e5b9,content:_0x4e7a05,offset:_0x30e2c3}=_0x18c5ed;if(!_0x18c5ed[_0x2eac98(0x42b)])return _0x30e2c3['current']=0x0,_0x4e7a05[_0x2eac98(0x3e6)][_0x2eac98(0x748)]('transform'),_0x4e7a05['style']['removeProperty'](_0x2eac98(0x809)),(0x0,a[_0x2eac98(0x64a)])(()=>{});let _0x1f75bf=_0x58e5b9[_0x2eac98(0x2f2)]['defaultView']??window,_0x349f84=Ri(_0x18c5ed['viewScale']),_0x2008d2=!0x1,_0x310b67,_0x19cf82=()=>{const _0x35c392=_0x2eac98;var _0x2d0e20,_0x34e49c;if(_0x2008d2)return;let _0x503083=_0x18c5ed[_0x35c392(0x8ec)]();if(!_0x503083){_0x30e2c3[_0x35c392(0x1f3)]=0x0,_0x4e7a05[_0x35c392(0x3e6)][_0x35c392(0x748)](_0x35c392(0x448)),_0x4e7a05[_0x35c392(0x3e6)]['removeProperty'](_0x35c392(0x809));return;}let _0x47a747=_0x18c5ed['getProvider'](_0x503083);if(!_0x47a747)return;let _0x5d5b2d=Tr(_0x58e5b9),_0x1cda63=(_0x5d5b2d==null?void 0x0:_0x5d5b2d[_0x35c392(0x455)]())??{'height':_0x1f75bf[_0x35c392(0x965)],'top':0x0,'width':_0x1f75bf[_0x35c392(0x795)]},_0x20c373=_0x58e5b9['getBoundingClientRect'](),_0x55e547=(_0x2d0e20=li(_0x58e5b9))==null?void 0x0:_0x2d0e20['getBoundingClientRect']()[_0x35c392(0x33c)],_0x4a0a77=Li(_0x18c5ed[_0x35c392(0x71d)],_0x55e547==null?void 0x0:_0x55e547/_0x349f84,_0x1cda63[_0x35c392(0x33c)]/_0x349f84),_0x2971da=_0x18c5ed[_0x35c392(0x2e3)]&&Math[_0x35c392(0x66f)](_0x20c373[_0x35c392(0x33c)]/_0x349f84)>=Math[_0x35c392(0x66f)](_0x4a0a77),_0xa5f546=Li(_0x18c5ed[_0x35c392(0x5b4)],_0x20c373['height']/_0x349f84),_0x266f54=Math['min'](_0xa5f546,Li(_0x18c5ed[_0x35c392(0x9db)],_0x4e7a05[_0x35c392(0x455)]()[_0x35c392(0x33c)]/_0x349f84,_0x1cda63['height']/_0x349f84)),_0x2a2fc0=fi({'collapseWithoutChildScroll':_0x2971da,'contentHeight':_0xa5f546,'hostOffset':Math[_0x35c392(0x287)](0x0,(_0x1cda63[_0x35c392(0x578)]-_0x20c373[_0x35c392(0x578)])/_0x349f84),'stickyHeaderHeight':Math[_0x35c392(0x287)](0x18,((_0x34e49c=_0x47a747[_0x35c392(0x802)])==null?void 0x0:_0x34e49c[_0x35c392(0x5db)](_0x47a747,_0x503083))??0x0),'viewportHeight':_0x266f54});if(_0x4e7a05[_0x35c392(0x3e6)][_0x35c392(0x448)]=_0x2a2fc0[_0x35c392(0x410)]===0x0?'':_0x35c392(0x726)+_0x2a2fc0[_0x35c392(0x410)]*_0x349f84+'px)',_0x4e7a05[_0x35c392(0x3e6)]['clipPath']=_0x2a2fc0[_0x35c392(0x916)]===0x0?'':_0x35c392(0x989)+_0x2a2fc0['clipBottom']*_0x349f84+_0x35c392(0x6dd),!ui(_0x18c5ed[_0x35c392(0x857)][_0x35c392(0x1f3)],_0x35c392(0x446))||_0x18c5ed[_0x35c392(0x970)][_0x35c392(0x1f3)])return;let _0x250770=_0x2a2fc0[_0x35c392(0x617)]-_0x30e2c3[_0x35c392(0x1f3)];if(Math[_0x35c392(0x8d9)](_0x250770)<0.5)return;_0x30e2c3['current']=_0x2a2fc0[_0x35c392(0x617)],_0x18c5ed[_0x35c392(0x866)]();let _0x2d31c3=new WheelEvent(_0x35c392(0x798),{'cancelable':!0x1,'clientX':_0x20c373[_0x35c392(0x2f6)]+Math['min'](_0x20c373[_0x35c392(0x754)],_0x1cda63['width'])/0x2,'clientY':_0x1cda63[_0x35c392(0x578)]+_0x266f54*_0x349f84/0x2,'deltaY':_0x250770});_0x18c5ed[_0x35c392(0x8f1)]['current']=!0x0;try{_0x47a747['handleWheel']({..._0x503083,'event':_0x2d31c3,'source':'host-scroll-sync','stage':_0x18c5ed[_0x35c392(0x2ee)](),'viewportScrollY':_0x2a2fc0[_0x35c392(0x617)]});}finally{_0x18c5ed[_0x35c392(0x8f1)][_0x35c392(0x1f3)]=!0x1;}},_0x5cc708=()=>{_0x19cf82(),_0x2008d2||(_0x310b67=_0x1f75bf['requestAnimationFrame'](_0x5cc708));},_0x2a1559=()=>{const _0x5da768=_0x2eac98;globalThis[_0x5da768(0x45e)](()=>{_0x2008d2||_0x19cf82();});},_0x321c42=_0x18c5ed[_0x2eac98(0x8ec)](),_0x453735=_0x321c42?_0x18c5ed[_0x2eac98(0x6ea)](_0x321c42):void 0x0,_0x53d3ab=_0x321c42&&(_0x453735==null||(_0x37da41=_0x453735[_0x2eac98(0x82d)])==null?void 0x0:_0x37da41[_0x2eac98(0x5db)](_0x453735,_0x321c42,_0x179e34=>{const _0x24340=_0x2eac98;var _0x4516e1;if(_0x18c5ed[_0x24340(0x8f1)]['current']||!ui(_0x18c5ed[_0x24340(0x857)][_0x24340(0x1f3)],_0x24340(0x6cd)))return;let _0x1a5cf2=Math[_0x24340(0x287)](0x0,Li(_0x18c5ed[_0x24340(0x5b4)])-Li(_0x18c5ed[_0x24340(0x9db)])),_0x4f2835=mi(_0x179e34,0x0,_0x1a5cf2),_0x1ba850=_0x58e5b9[_0x24340(0x455)](),_0x416522=((_0x4516e1=Tr(_0x58e5b9))==null?void 0x0:_0x4516e1['getBoundingClientRect']()[_0x24340(0x578)])??0x0,_0x37cf2a=di(_0x4f2835,mi((_0x416522-_0x1ba850[_0x24340(0x578)])/_0x349f84,0x0,_0x1a5cf2),Math[_0x24340(0x287)](0x0,(_0x1ba850[_0x24340(0x578)]-_0x416522)/_0x349f84));if(Math[_0x24340(0x8d9)](_0x37cf2a)<0.5)return;let _0x35b11f=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x1ba850[_0x24340(0x2f6)]+_0x1ba850['width']/0x2,'clientY':_0x1ba850[_0x24340(0x578)]+Math[_0x24340(0x451)](_0x1ba850[_0x24340(0x33c)],(_0x18c5ed[_0x24340(0x9db)]??_0x1ba850['height']/_0x349f84)*_0x349f84)/0x2,'deltaY':_0x37cf2a*_0x349f84}),_0x1b74bb=_0x30e2c3[_0x24340(0x1f3)],_0x3bf22d=_0x4e7a05['style'][_0x24340(0x448)],_0x1dbbd2=_0x4e7a05[_0x24340(0x3e6)][_0x24340(0x510)];_0x30e2c3[_0x24340(0x1f3)]=_0x4f2835,_0x4e7a05['style'][_0x24340(0x448)]=_0x4f2835===0x0?'':'translateY('+_0x4f2835*_0x349f84+_0x24340(0x38e),_0x18c5ed[_0x24340(0x970)]['current']=!0x0;let _0x5c094f=!0x1;try{var _0x2f995f;_0x5c094f=((_0x2f995f=_0x18c5ed[_0x24340(0x7e7)])==null?void 0x0:_0x2f995f[_0x24340(0x5db)](_0x18c5ed,_0x35b11f,_0x321c42))===!0x0||wr(_0x58e5b9,_0x35b11f);}finally{_0x18c5ed[_0x24340(0x970)]['current']=!0x1;}if(!_0x5c094f){_0x30e2c3[_0x24340(0x1f3)]=_0x1b74bb,_0x4e7a05[_0x24340(0x3e6)]['transform']=_0x3bf22d,_0x4e7a05[_0x24340(0x3e6)][_0x24340(0x510)]=_0x1dbbd2;return;}_0x18c5ed[_0x24340(0x866)]();}));_0x310b67=_0x1f75bf[_0x2eac98(0x930)](_0x5cc708);let _0x4b7899=(_0x219ff7=_0x18c5ed[_0x2eac98(0x8cb)])==null?void 0x0:_0x219ff7[_0x2eac98(0x49c)](_0x2a1559);_0x1f75bf['addEventListener'](_0x2eac98(0x7ce),_0x19cf82,!0x0),_0x1f75bf[_0x2eac98(0x7d4)](_0x2eac98(0x79f),_0x19cf82);let _0x52b626=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x19cf82);return _0x52b626==null||_0x52b626[_0x2eac98(0x969)](_0x58e5b9),(0x0,a['toDisposable'])(()=>{const _0x512597=_0x2eac98;_0x2008d2=!0x0,_0x310b67!=null&&_0x1f75bf[_0x512597(0x571)](_0x310b67),_0x53d3ab==null||_0x53d3ab[_0x512597(0x45b)](),_0x4b7899==null||_0x4b7899[_0x512597(0x465)](),_0x52b626==null||_0x52b626['disconnect'](),_0x1f75bf[_0x512597(0x2f5)](_0x512597(0x7ce),_0x19cf82,!0x0),_0x1f75bf[_0x512597(0x2f5)]('resize',_0x19cf82),_0x4e7a05[_0x512597(0x3e6)][_0x512597(0x748)](_0x512597(0x448)),_0x4e7a05[_0x512597(0x3e6)][_0x512597(0x748)](_0x512597(0x809));});}function li(_0x2bf61c){const _0x32847d=_0x1ed4d3;let _0x3245fb=_0x2bf61c[_0x32847d(0x986)];for(;_0x3245fb&&_0x3245fb!==document[_0x32847d(0x235)]&&_0x3245fb!==document[_0x32847d(0x50f)];){if(Er(_0x3245fb))return _0x3245fb;_0x3245fb=_0x3245fb[_0x32847d(0x986)];}return null;}function ui(_0x434ace,_0x2e3e9e){return _0x434ace==null||_0x434ace===_0x2e3e9e;}function di(_0x4ecfa2,_0x5e6b69,_0x493375){const _0x380857=_0x1ed4d3;let _0x1259cc=_0x4ecfa2-_0x5e6b69;return _0x1259cc+(_0x1259cc>0x0?Math[_0x380857(0x287)](0x0,_0x493375):0x0);}function fi(_0x46bf3f){const _0x15fe88=_0x1ed4d3;let _0x2e14d2=Li(_0x46bf3f[_0x15fe88(0x5b4)]),_0x1136ad=Math[_0x15fe88(0x451)](_0x2e14d2,Li(_0x46bf3f[_0x15fe88(0x9db)])),_0x52cdec=Math[_0x15fe88(0x287)](0x0,_0x2e14d2-_0x1136ad);if(_0x52cdec===0x0&&!_0x46bf3f[_0x15fe88(0x2e3)])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x5a470a=Math[_0x15fe88(0x287)](0x0,_0x46bf3f[_0x15fe88(0x449)]),_0x461ca4=mi(Li(_0x46bf3f[_0x15fe88(0x9bd)]),0x1,_0x1136ad),_0x1790eb=Math[_0x15fe88(0x287)](_0x52cdec,_0x2e14d2-_0x461ca4),_0x215593=Math[_0x15fe88(0x451)](_0x5a470a,_0x1790eb),_0x76129c=mi(_0x2e14d2-_0x5a470a,_0x461ca4,_0x1136ad);return{'childOffset':Math[_0x15fe88(0x451)](_0x5a470a,_0x52cdec),'clipBottom':_0x1136ad-_0x76129c,'visualOffset':_0x215593};}function pi(_0x177551){const _0x2633cc=_0x1ed4d3;let _0x3170ea=Math[_0x2633cc(0x287)](0x1,_0x177551['bleedWidth']-_0x177551[_0x2633cc(0x732)]),_0x361d48=Math[_0x2633cc(0x451)](_0x177551['contentWidth'],_0x3170ea);return{'initialWidth':_0x361d48,'maxExpansion':Math['min'](_0x177551[_0x2633cc(0x732)],Math[_0x2633cc(0x287)](0x0,_0x177551[_0x2633cc(0x37e)]-_0x361d48))};}function mi(_0x30dc78,_0x9b7538,_0x442506){const _0x40e44b=_0x1ed4d3;return Math[_0x40e44b(0x287)](_0x9b7538,Math[_0x40e44b(0x451)](_0x442506,_0x30dc78));}function hi(_0x1ca2f7){const _0x2173f2=_0x1ed4d3;_0x1ca2f7[_0x2173f2(0x3e6)]['removeProperty']('left'),_0x1ca2f7[_0x2173f2(0x3e6)][_0x2173f2(0x748)](_0x2173f2(0x578)),_0x1ca2f7[_0x2173f2(0x3e6)][_0x2173f2(0x748)](_0x2173f2(0x754)),_0x1ca2f7[_0x2173f2(0x3e6)][_0x2173f2(0x748)](_0x2173f2(0x33c)),_0x1ca2f7['style']['removeProperty']('visibility'),_0x1ca2f7[_0x2173f2(0x3e6)][_0x2173f2(0x748)](_0x2173f2(0x89f));}function gi(_0x9b78e3,_0x1c2282){const _0x43212f=_0x1ed4d3;_0x1c2282?si[_0x43212f(0x753)](_0x9b78e3,_0x1c2282):si[_0x43212f(0x74c)](_0x9b78e3);}function _i(_0x5a14e3){const _0x3c738f=_0x1ed4d3;var _0x70633c;let {chrome:_0x1f6a97,container:_0x56e2c6,geometryService:_0x1623c9,stage:_0x305920}=_0x5a14e3;if(_0x5a14e3[_0x3c738f(0x5ba)]&&_0x305920===_0x3c738f(0x23c))return _0x1f6a97[_0x3c738f(0x3e6)][_0x3c738f(0x329)]=_0x3c738f(0x7d7),_0x1f6a97[_0x3c738f(0x3e6)]['pointerEvents']=_0x3c738f(0x255),(0x0,a[_0x3c738f(0x64a)])(()=>{const _0x256348=_0x3c738f;_0x1f6a97[_0x256348(0x3e6)][_0x256348(0x748)](_0x256348(0x329)),_0x1f6a97[_0x256348(0x3e6)][_0x256348(0x748)](_0x256348(0x89f));});let _0x44b0ae=_0x1f6a97[_0x3c738f(0x986)],_0x42d49c=_0x1f6a97[_0x3c738f(0x2a1)],_0x3a0e14,_0x3bae71,_0x38a668=0x0,_0x16a4dc,_0x443c21,_0x2769c9,_0x18e773,_0x1cfbd0,_0x1e78f9,_0x51c862,_0x23389e=()=>{const _0x3a26ba=_0x3c738f;let _0x4b4e29=Ei(_0x56e2c6),_0x1154ca=Ti(_0x56e2c6),_0x134915=!Di(_0x56e2c6)&&_0x51c862!=null&&_0x16a4dc===_0x1154ca[_0x3a26ba(0x2f6)]&&_0x2769c9===_0x1154ca['width']&&_0x18e773===_0x1154ca[_0x3a26ba(0x33c)];!Di(_0x56e2c6)&&_0x51c862!=null&&!_0x134915&&(_0x51c862=void 0x0);let _0x5c4b0e=_0x134915?new DOMRect(_0x1154ca[_0x3a26ba(0x2f6)],_0x51c862,_0x1154ca['width'],_0x1154ca[_0x3a26ba(0x33c)]):_0x1154ca,_0x2c31b2=!_0x4b4e29||_0x5c4b0e[_0x3a26ba(0x33c)]>=0x18,_0x5004f0=xi(_0x4b4e29,_0x2c31b2,_0x5c4b0e['height']);if(yi(_0x56e2c6,_0x1f6a97,_0x2c31b2,_0x305920),bi(_0x1f6a97,_0x5004f0,_0x305920),_0x4b4e29){let _0x33a38c=_0x56e2c6[_0x3a26ba(0x455)]();Si(_0x1f6a97,_0x5c4b0e,Ci(_0x33a38c,_0x5a14e3[_0x3a26ba(0x537)]));}else wi(_0x1f6a97);_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x329)]=_0x2c31b2?'':'hidden',_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x37a)]=_0x2c31b2&&_0x305920!==_0x3a26ba(0x23c)?'':_0x3a26ba(0x255),(_0x5c4b0e[_0x3a26ba(0x2f6)]!==_0x16a4dc||_0x5c4b0e[_0x3a26ba(0x578)]!==_0x443c21||_0x5c4b0e['width']!==_0x2769c9||_0x5c4b0e[_0x3a26ba(0x33c)]!==_0x18e773||_0x2c31b2!==_0x1cfbd0||_0x5004f0!==_0x1e78f9)&&(_0x16a4dc=_0x5c4b0e['left'],_0x443c21=_0x5c4b0e[_0x3a26ba(0x578)],_0x2769c9=_0x5c4b0e['width'],_0x18e773=_0x5c4b0e[_0x3a26ba(0x33c)],_0x1cfbd0=_0x2c31b2,_0x1e78f9=_0x5004f0,gi(_0x56e2c6,{'height':_0x5c4b0e['height'],'left':_0x5c4b0e[_0x3a26ba(0x2f6)],'top':_0x5c4b0e[_0x3a26ba(0x578)],'width':_0x5c4b0e['width']}),_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x2f6)]=_0x5c4b0e[_0x3a26ba(0x2f6)]+'px',_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x578)]=_0x5c4b0e[_0x3a26ba(0x578)]+'px',_0x1f6a97[_0x3a26ba(0x3e6)][_0x3a26ba(0x754)]=_0x5c4b0e[_0x3a26ba(0x754)]+'px',_0x1f6a97[_0x3a26ba(0x3e6)]['height']=_0x5c4b0e['height']+'px');},_0x50d92c=()=>{const _0x55ea2e=_0x3c738f;_0x23389e(),_0x3a0e14=window[_0x55ea2e(0x930)](_0x50d92c);},_0x11f7cf=()=>{const _0x1ef471=_0x3c738f;_0x3bae71=void 0x0,_0x23389e(),!(_0x38a668<=0x0)&&(--_0x38a668,_0x3bae71=window[_0x1ef471(0x930)](_0x11f7cf));},_0x1f2f31=_0xa53d11=>{const _0x527df0=_0x3c738f;!Di(_0x56e2c6)&&Ai(_0xa53d11)&&_0x443c21!=null&&(_0x51c862=_0x443c21),ki(_0x56e2c6,_0xa53d11,{'height':_0x18e773,'left':_0x16a4dc,'top':_0x443c21,'width':_0x2769c9})&&(_0x1623c9[_0x527df0(0x866)]({'embedId':_0x5a14e3[_0x527df0(0x666)],'reason':_0x527df0(0x798)}),_0x38a668=Math[_0x527df0(0x287)](_0x38a668,0x3),_0x3bae71??=window[_0x527df0(0x930)](_0x11f7cf));},_0x3cad1f=()=>{const _0x3e2fcc=_0x3c738f;_0x51c862=void 0x0,_0x1623c9[_0x3e2fcc(0x866)]({'embedId':_0x5a14e3[_0x3e2fcc(0x666)],'reason':_0x3e2fcc(0x587)}),_0x38a668=Math['max'](_0x38a668,0x2),_0x3bae71??=window[_0x3e2fcc(0x930)](_0x11f7cf);},_0x52739b=()=>{_0x51c862=void 0x0;};_0x23389e(),document[_0x3c738f(0x235)][_0x3c738f(0x545)](_0x1f6a97);let _0x463690=new ResizeObserver(_0x23389e);_0x463690[_0x3c738f(0x969)](_0x56e2c6);let _0xfce48f=(_0x70633c=_0x5a14e3[_0x3c738f(0x8cb)])==null?void 0x0:_0x70633c[_0x3c738f(0x49c)](_0x3cad1f);return window[_0x3c738f(0x7d4)](_0x3c738f(0x888),_0x52739b,!0x0),window[_0x3c738f(0x7d4)]('scroll',_0x1f2f31,!0x0),window[_0x3c738f(0x7d4)](_0x3c738f(0x798),_0x1f2f31,!0x0),window[_0x3c738f(0x7d4)]('resize',_0x1f2f31),(_0x305920!==_0x3c738f(0x23c)||Di(_0x56e2c6))&&(_0x3a0e14=window[_0x3c738f(0x930)](_0x50d92c)),(0x0,a['toDisposable'])(()=>{const _0x508f38=_0x3c738f;_0x3a0e14!=null&&window[_0x508f38(0x571)](_0x3a0e14),_0x3bae71!=null&&window[_0x508f38(0x571)](_0x3bae71),_0xfce48f==null||_0xfce48f['unsubscribe'](),_0x463690[_0x508f38(0x8fe)](),window[_0x508f38(0x2f5)](_0x508f38(0x888),_0x52739b,!0x0),window[_0x508f38(0x2f5)](_0x508f38(0x7ce),_0x1f2f31,!0x0),window[_0x508f38(0x2f5)]('wheel',_0x1f2f31,!0x0),window['removeEventListener'](_0x508f38(0x79f),_0x1f2f31),gi(_0x56e2c6),hi(_0x1f6a97),yi(_0x56e2c6,_0x1f6a97,!0x0,'stage2'),bi(_0x1f6a97,!0x0,_0x508f38(0x334)),_0x44b0ae!=null&&_0x44b0ae[_0x508f38(0x89c)]?_0x44b0ae['insertBefore'](_0x1f6a97,_0x42d49c):_0x1f6a97[_0x508f38(0x241)]();});}function vi(_0x11f38a,_0x32a266){const _0x5f2f17=_0x1ed4d3;var _0x36d620,_0x46a26a,_0x49b592;let _0x5517ba=_0x11f38a[_0x5f2f17(0x964)][_0x5f2f17(0x666)],_0xe7e978=_0x11f38a[_0x5f2f17(0x2f2)],_0x1c5f0d=Ei(_0x11f38a)?[Ti(_0x11f38a)]:[_0x11f38a[_0x5f2f17(0x455)](),(_0x36d620=_0x11f38a['querySelector'](_0x5f2f17(0x77f)))==null?void 0x0:_0x36d620[_0x5f2f17(0x455)]()],_0x10c1bc=_0xe7e978[_0x5f2f17(0x55c)](_0x5f2f17(0x662)+_0x5517ba+'\x22]'),_0x331059=[_0x10c1bc==null||(_0x46a26a=_0x10c1bc[_0x5f2f17(0x55c)]('[data-embed-floating-menu=\x22true\x22]'))==null?void 0x0:_0x46a26a[_0x5f2f17(0x455)](),_0x10c1bc==null||(_0x49b592=_0x10c1bc[_0x5f2f17(0x55c)](_0x5f2f17(0x975)))==null?void 0x0:_0x49b592['getBoundingClientRect']()],_0x3c6be4=Array[_0x5f2f17(0x8dc)](_0xe7e978[_0x5f2f17(0x7d0)](_0x5f2f17(0x7a9)))[_0x5f2f17(0x699)](_0x252eec=>_0x252eec[_0x5f2f17(0x964)][_0x5f2f17(0x666)]===_0x5517ba)[_0x5f2f17(0x572)](_0x44602e=>_0x44602e[_0x5f2f17(0x455)]());return[..._0x1c5f0d,..._0x331059,..._0x3c6be4][_0x5f2f17(0x699)](_0xdcfcbd=>!!_0xdcfcbd&&_0xdcfcbd[_0x5f2f17(0x754)]>0x0&&_0xdcfcbd[_0x5f2f17(0x33c)]>0x0)[_0x5f2f17(0x52a)](_0x3d3c21=>Fi(_0x3d3c21,_0x32a266[_0x5f2f17(0x5a8)],_0x32a266[_0x5f2f17(0x576)]));}function yi(_0x234763,_0x4512ed,_0x16871f,_0x4e5e7b){const _0x16a44a=_0x1ed4d3;let _0x3b26b1=_0x16871f?'':_0x16a44a(0x255),_0x53bca1=_0x234763[_0x16a44a(0x55c)](_0x16a44a(0x77f)),_0x1e1d42=_0x234763['querySelector'](_0x16a44a(0x48d)),_0x1afbaf=_0x234763[_0x16a44a(0x55c)](_0x16a44a(0x43d)),_0xed87ae=_0x234763['querySelector'](_0x16a44a(0x93e)),_0x5e818b=_0x234763[_0x16a44a(0x55c)](_0x16a44a(0x92b)),_0x5ca7fb=_0x4512ed==null?void 0x0:_0x4512ed[_0x16a44a(0x55c)]('[data-embed-overlay-root]'),_0x1d51c5=_0x4512ed==null?void 0x0:_0x4512ed['querySelector']('[data-embed-popup-root]');if(_0x5ca7fb==null||_0x5ca7fb['style'][_0x16a44a(0x7e9)](_0x16a44a(0x89f),_0x16a44a(0x255)),_0x1d51c5==null||_0x1d51c5[_0x16a44a(0x3e6)][_0x16a44a(0x7e9)](_0x16a44a(0x89f),_0x16a44a(0x255)),Ei(_0x234763)){_0x234763['style']['setProperty']('pointer-events',_0x16a44a(0x255)),_0x53bca1==null||_0x53bca1[_0x16a44a(0x3e6)][_0x16a44a(0x7e9)](_0x16a44a(0x89f),_0x16a44a(0x255)),_0x1e1d42==null||_0x1e1d42[_0x16a44a(0x3e6)][_0x16a44a(0x7e9)](_0x16a44a(0x89f),_0x16a44a(0x255)),_0x1afbaf==null||_0x1afbaf[_0x16a44a(0x3e6)]['setProperty'](_0x16a44a(0x89f),_0x16871f?'auto':_0x16a44a(0x255)),_0xed87ae==null||_0xed87ae['style'][_0x16a44a(0x7e9)](_0x16a44a(0x89f),'none'),_0x5e818b==null||_0x5e818b[_0x16a44a(0x3e6)]['setProperty'](_0x16a44a(0x89f),'none');return;}_0x234763[_0x16a44a(0x3e6)][_0x16a44a(0x748)]('pointer-events'),_0x53bca1==null||_0x53bca1[_0x16a44a(0x3e6)][_0x16a44a(0x748)]('pointer-events'),_0x1e1d42==null||_0x1e1d42[_0x16a44a(0x3e6)][_0x16a44a(0x7e9)]('pointer-events',_0x3b26b1),_0x1afbaf==null||_0x1afbaf[_0x16a44a(0x3e6)][_0x16a44a(0x748)](_0x16a44a(0x89f)),_0xed87ae==null||_0xed87ae[_0x16a44a(0x3e6)][_0x16a44a(0x748)](_0x16a44a(0x89f)),_0x5e818b==null||_0x5e818b['style'][_0x16a44a(0x7e9)]('pointer-events',_0x3b26b1);}function bi(_0x52088e,_0x5b87fb,_0xb62d84){const _0x30d37b=_0x1ed4d3;let _0x1013d1=_0x5b87fb&&_0xb62d84!=='stage2',_0x46bfc2=_0x52088e==null?void 0x0:_0x52088e[_0x30d37b(0x55c)](_0x30d37b(0x975)),_0x43cdcb=[_0x52088e==null?void 0x0:_0x52088e['querySelector'](_0x30d37b(0x6ac)),_0x52088e==null?void 0x0:_0x52088e[_0x30d37b(0x55c)]('[data-embed-popup-root]')];_0x46bfc2==null||_0x46bfc2[_0x30d37b(0x3e6)][_0x30d37b(0x7e9)](_0x30d37b(0x329),_0x1013d1?'':_0x30d37b(0x7d7)),_0x46bfc2==null||_0x46bfc2[_0x30d37b(0x3e6)][_0x30d37b(0x7e9)](_0x30d37b(0x89f),_0x1013d1?'':_0x30d37b(0x255)),_0x43cdcb[_0x30d37b(0x360)](_0x2bdbcd=>{const _0x529813=_0x30d37b;_0x2bdbcd==null||_0x2bdbcd[_0x529813(0x3e6)][_0x529813(0x7e9)]('visibility',_0x5b87fb&&_0xb62d84===_0x529813(0x334)?'':_0x529813(0x7d7)),_0x2bdbcd==null||_0x2bdbcd[_0x529813(0x3e6)][_0x529813(0x7e9)](_0x529813(0x89f),_0x529813(0x255)),_0xb62d84!==_0x529813(0x334)&&(_0x2bdbcd==null||_0x2bdbcd[_0x529813(0x526)](_0x529813(0x5b8)),_0x2bdbcd==null||_0x2bdbcd[_0x529813(0x7d0)](_0x529813(0x4ea))[_0x529813(0x360)](_0x566d6b=>{const _0x422897=_0x529813;_0x566d6b[_0x422897(0x526)]('data-embed-runtime-focus-role');}));});}function xi(_0x1b802a,_0x4497db,_0x56203c){return _0x1b802a?_0x4497db:_0x56203c>=0x28;}function Si(_0x2fcf00,_0x40695b,_0x3baefe){const _0x224a8c=_0x1ed4d3;let _0x374788=_0x3baefe['left']-_0x40695b[_0x224a8c(0x2f6)],_0x1794d3=_0x3baefe[_0x224a8c(0x754)];_0x2fcf00[_0x224a8c(0x7d0)](_0x224a8c(0x40f))[_0x224a8c(0x360)](_0x452d88=>{const _0x53bbb3=_0x224a8c;var _0x463e42;let _0xe631bd=(_0x463e42=_0x452d88['closest'](_0x53bbb3(0x683)))==null?void 0x0:_0x463e42[_0x53bbb3(0x964)][_0x53bbb3(0x25d)],_0x22ee61=_0x452d88['dataset'][_0x53bbb3(0x494)]===_0x53bbb3(0x477),_0x4423c1=_0x452d88[_0x53bbb3(0x964)][_0x53bbb3(0x494)]===_0x53bbb3(0x9cb);_0xe631bd===_0x53bbb3(0x53e)?(_0x452d88['style']['top']=_0x22ee61?_0x53bbb3(0x5c5):_0x53bbb3(0x730),_0x22ee61?(_0x452d88[_0x53bbb3(0x3e6)][_0x53bbb3(0x7e9)]('left',_0x374788+'px',_0x53bbb3(0x437)),_0x452d88[_0x53bbb3(0x3e6)][_0x53bbb3(0x7e9)]('right',_0x53bbb3(0x42a),_0x53bbb3(0x437)),_0x452d88[_0x53bbb3(0x3e6)][_0x53bbb3(0x7e9)]('width',_0x1794d3+'px',_0x53bbb3(0x437))):_0x4423c1&&(_0x452d88[_0x53bbb3(0x3e6)]['setProperty'](_0x53bbb3(0x2f6),_0x374788+_0x1794d3/0x2+'px',_0x53bbb3(0x437)),_0x452d88[_0x53bbb3(0x3e6)][_0x53bbb3(0x7e9)](_0x53bbb3(0x9ad),_0x1794d3+'px'))):(_0x22ee61||_0x4423c1)&&(_0x452d88['style'][_0x53bbb3(0x578)]=_0x53bbb3(0x62d));});}function Ci(_0x9a89ac,_0x52713a){const _0x20a18f=_0x1ed4d3;if(!_0x52713a)return _0x9a89ac;let _0x3a8c8f=Math[_0x20a18f(0x451)](_0x52713a[_0x20a18f(0x37e)],_0x52713a['pageContentWidth']);if(_0x3a8c8f<=0x0||_0x9a89ac[_0x20a18f(0x754)]<=0x0)return _0x9a89ac;let _0x39d88c=_0x9a89ac[_0x20a18f(0x754)]/_0x3a8c8f;return new DOMRect(_0x9a89ac['left'],_0x9a89ac[_0x20a18f(0x578)],_0x52713a[_0x20a18f(0x82c)]*_0x39d88c,_0x9a89ac['height']);}function wi(_0x38f448){const _0x539f75=_0x1ed4d3;_0x38f448[_0x539f75(0x7d0)](_0x539f75(0x40f))[_0x539f75(0x360)](_0x5ad25a=>{const _0x1452e6=_0x539f75;var _0x3c2c86;_0x5ad25a[_0x1452e6(0x3e6)]['removeProperty']('left'),_0x5ad25a['style']['removeProperty'](_0x1452e6(0x578)),_0x5ad25a[_0x1452e6(0x3e6)][_0x1452e6(0x748)](_0x1452e6(0x754)),_0x5ad25a[_0x1452e6(0x3e6)][_0x1452e6(0x748)](_0x1452e6(0x770)),_0x5ad25a[_0x1452e6(0x3e6)][_0x1452e6(0x748)]('max-width'),(_0x3c2c86=_0x5ad25a[_0x1452e6(0x55c)](_0x1452e6(0x222)))==null||_0x3c2c86['style'][_0x1452e6(0x748)](_0x1452e6(0x9b9));});}function Ti(_0x1a252f){const _0xb973f=_0x1ed4d3;let _0x488c42=Di(_0x1a252f)?_0x1a252f[_0xb973f(0x55c)](_0xb973f(0x77f)):null,_0x1b26e8=_0x488c42==null?void 0x0:_0x488c42[_0xb973f(0x455)](),_0x4507be=_0x1a252f[_0xb973f(0x455)]();return ji(_0x1b26e8&&_0x1b26e8[_0xb973f(0x754)]>0x0&&_0x1b26e8[_0xb973f(0x33c)]>0x0?Ei(_0x1a252f)?Mi(_0x1b26e8,_0x4507be[_0xb973f(0x976)]):_0x1b26e8:_0x4507be,_0x1a252f);}function Ei(_0x2a519c){const _0x59deca=_0x1ed4d3;return!!_0x2a519c['closest'](_0x59deca(0x3c9));}function Di(_0x529119){const _0x20ca6e=_0x1ed4d3;return Ei(_0x529119)||!!_0x529119[_0x20ca6e(0x6bc)](_0x20ca6e(0x727));}function Oi(_0x473ebb,_0x2600c1,_0x35e88d,_0x4f1642){const _0x59b308=_0x1ed4d3;_0x4f1642['current'][_0x59b308(0x360)](_0x321790=>window[_0x59b308(0x571)](_0x321790)),_0x4f1642['current']=[],_0x473ebb['invalidate']({'embedId':_0x2600c1,'reason':_0x35e88d});let _0x293fd6=_0x4a78ea=>{const _0xc70823=_0x59b308;let _0x453e60=window[_0xc70823(0x930)](()=>{const _0x4d985=_0xc70823;_0x4f1642[_0x4d985(0x1f3)]=_0x4f1642[_0x4d985(0x1f3)]['filter'](_0x1e7aa3=>_0x1e7aa3!==_0x453e60),_0x473ebb['invalidate']({'embedId':_0x2600c1,'reason':_0x35e88d}),_0x4a78ea>0x1&&_0x293fd6(_0x4a78ea-0x1);});_0x4f1642[_0xc70823(0x1f3)][_0xc70823(0x2fa)](_0x453e60);};_0x293fd6(0x2);}function ki(_0x3c50b0,_0x517b84,_0x54379a){const _0x2e79bc=_0x1ed4d3;if(vr(_0x517b84))return!0x1;let _0x4b0485=_0x517b84==null?void 0x0:_0x517b84[_0x2e79bc(0x1f6)];return!(_0x4b0485 instanceof Node&&_0x3c50b0[_0x2e79bc(0x495)](_0x4b0485)||_0x4b0485 instanceof HTMLElement&&_0x4b0485[_0x2e79bc(0x6bc)](_0x2e79bc(0x300))||_0x517b84 instanceof WheelEvent&&([...si[_0x2e79bc(0x3e4)]()]['some'](_0x40d312=>Ii(_0x40d312,_0x517b84))||Ii(_0x54379a,_0x517b84)));}function Ai(_0x21e995){const _0x2bbbed=_0x1ed4d3;return _0x21e995 instanceof WheelEvent?Math[_0x2bbbed(0x8d9)](_0x21e995[_0x2bbbed(0x942)])>=Math[_0x2bbbed(0x8d9)](_0x21e995['deltaX']):(_0x21e995==null?void 0x0:_0x21e995['type'])===_0x2bbbed(0x7ce);}function ji(_0x2adb37,_0x18c8f0){const _0xd91f7a=_0x1ed4d3;let _0x698d6f=Ni(_0x18c8f0,_0x2adb37);if(!_0x698d6f&&_0x2adb37[_0xd91f7a(0x578)]>=0x0&&_0x2adb37['left']>=0x0)return _0x2adb37;let _0x116f97=(_0x698d6f==null?void 0x0:_0x698d6f[_0xd91f7a(0x455)]())??new DOMRect(0x0,0x0,window[_0xd91f7a(0x795)],window[_0xd91f7a(0x965)]),_0x4f497e=Math[_0xd91f7a(0x287)](_0x2adb37[_0xd91f7a(0x2f6)],_0x116f97['left']),_0x40f07a=Math[_0xd91f7a(0x287)](_0x2adb37[_0xd91f7a(0x578)],_0x116f97[_0xd91f7a(0x578)]),_0x3c1886=Math[_0xd91f7a(0x451)](_0x2adb37[_0xd91f7a(0x770)],_0x116f97[_0xd91f7a(0x770)]),_0x514fac=Math['min'](_0x2adb37[_0xd91f7a(0x976)],_0x116f97[_0xd91f7a(0x976)]);return _0x3c1886<=_0x4f497e||_0x514fac<=_0x40f07a?new DOMRect(_0x4f497e,_0x40f07a,0x0,0x0):new DOMRect(_0x4f497e,_0x40f07a,_0x3c1886-_0x4f497e,_0x514fac-_0x40f07a);}function Mi(_0x26e60c,_0x4b2a6c){const _0x572fa6=_0x1ed4d3;let _0x53d6e2=Math[_0x572fa6(0x451)](_0x26e60c['bottom'],_0x4b2a6c);return _0x53d6e2<=_0x26e60c[_0x572fa6(0x578)]?new DOMRect(_0x26e60c[_0x572fa6(0x2f6)],_0x26e60c['top'],0x0,0x0):new DOMRect(_0x26e60c[_0x572fa6(0x2f6)],_0x26e60c[_0x572fa6(0x578)],_0x26e60c['width'],_0x53d6e2-_0x26e60c[_0x572fa6(0x578)]);}function Ni(_0x319267,_0x172b3e){const _0x53002f=_0x1ed4d3;let _0x1b50ee=_0x319267[_0x53002f(0x986)];for(;_0x1b50ee&&_0x1b50ee!==document[_0x53002f(0x235)]&&_0x1b50ee!==document[_0x53002f(0x50f)];){if(Er(_0x1b50ee)&&!Pi(_0x1b50ee,_0x172b3e))return _0x1b50ee;_0x1b50ee=_0x1b50ee[_0x53002f(0x986)];}return null;}function Pi(_0x1d30f8,_0x838e78){const _0x1dc160=_0x1ed4d3;let _0x250f24=_0x1d30f8[_0x1dc160(0x455)]();return _0x250f24[_0x1dc160(0x754)]<=0x0||_0x250f24[_0x1dc160(0x33c)]<=0x0||Math[_0x1dc160(0x8d9)](_0x250f24[_0x1dc160(0x2f6)]-_0x838e78[_0x1dc160(0x2f6)])<0x1&&Math['abs'](_0x250f24[_0x1dc160(0x578)]-_0x838e78[_0x1dc160(0x578)])<0x1&&Math[_0x1dc160(0x8d9)](_0x250f24[_0x1dc160(0x754)]-_0x838e78[_0x1dc160(0x754)])<0x1&&Math[_0x1dc160(0x8d9)](_0x250f24['height']-_0x838e78[_0x1dc160(0x33c)])<0x1;}function Fi(_0x511075,_0x5c4d6a,_0xf60c82){const _0x2fac81=_0x1ed4d3;return _0x5c4d6a>=_0x511075[_0x2fac81(0x2f6)]&&_0x5c4d6a<=_0x511075[_0x2fac81(0x770)]&&_0xf60c82>=_0x511075['top']&&_0xf60c82<=_0x511075[_0x2fac81(0x976)];}function Ii(_0xc7ea4b,_0x282862){const _0x40da34=_0x1ed4d3;let {height:_0x5c69f8,left:_0x338a18,top:_0x12d9dd,width:_0x3cd31d}=_0xc7ea4b;return Number[_0x40da34(0x8cd)](_0x338a18)&&Number[_0x40da34(0x8cd)](_0x12d9dd)&&Number['isFinite'](_0x3cd31d)&&Number['isFinite'](_0x5c69f8)&&(_0x3cd31d??0x0)>0x0&&(_0x5c69f8??0x0)>0x0&&_0x282862[_0x40da34(0x5a8)]>=_0x338a18&&_0x282862[_0x40da34(0x5a8)]<=_0x338a18+_0x3cd31d&&_0x282862[_0x40da34(0x576)]>=_0x12d9dd&&_0x282862[_0x40da34(0x576)]<=_0x12d9dd+_0x5c69f8;}function Li(..._0x3b7a6f){const _0x5ac7e7=_0x1ed4d3;return Math[_0x5ac7e7(0x287)](0x1,_0x3b7a6f['find'](_0x434f1c=>typeof _0x434f1c==_0x5ac7e7(0x584)&&Number['isFinite'](_0x434f1c)&&_0x434f1c>0x0)??0x1);}function Ri(_0x2c861a){const _0x125f51=_0x1ed4d3;return typeof _0x2c861a==_0x125f51(0x584)&&Number['isFinite'](_0x2c861a)&&_0x2c861a>0x0?_0x2c861a:0x1;}const zi=_0x1ed4d3(0x911);function Bi(..._0x8823c8){const _0x3a3b52=_0x1ed4d3;return _0x8823c8[_0x3a3b52(0x699)](_0x37d99a=>!!_0x37d99a&&_0x37d99a[_0x3a3b52(0x89c)]);}function Vi(_0x5c1fae,_0x252574,_0x185521,_0x54d0d5,_0x4c2f2e){const _0x41638e=_0x1ed4d3;let _0x3dbf32=_0x4c2f2e===a[_0x41638e(0x747)][_0x41638e(0x83f)],_0x2467b3=_0x3dbf32?()=>{}:(0x0,c[_0x41638e(0x4da)])(_0x252574?[_0x5c1fae,_0x252574]:[_0x5c1fae]),_0x24a5cd=_0x30eda0=>{const _0x3a987e=_0x41638e;let _0x3f934f=_0x30eda0[_0x3a987e(0x1f6)]instanceof HTMLElement?_0x30eda0[_0x3a987e(0x1f6)]:null,_0x250a22=_0x3f934f?_0x3f934f['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22],\x20[data-embed-float-fullscreen-button=\x22true\x22]'):null,_0x481d4b=_0x5c1fae[_0x3a987e(0x964)][_0x3a987e(0x666)],_0x17c2ea=!!_0x250a22&&(_0x5c1fae[_0x3a987e(0x495)](_0x250a22)||(_0x252574==null?void 0x0:_0x252574[_0x3a987e(0x495)](_0x250a22))||_0x481d4b&&_0x250a22[_0x3a987e(0x964)][_0x3a987e(0x666)]===_0x481d4b),_0x238971=!!_0x3f934f&&!!(_0x54d0d5!=null&&_0x54d0d5[_0x3a987e(0x495)](_0x3f934f))&&!_0x5c1fae[_0x3a987e(0x495)](_0x3f934f);if(!(!_0x17c2ea&&!_0x238971&&!Hi(_0x3dbf32,_0x5c1fae,_0x252574,_0x3f934f))){if(_0x3dbf32){_0x185521==null||_0x185521(_0x30eda0),_0x30eda0[_0x3a987e(0x4fd)](),_0x30eda0[_0x3a987e(0x94b)]();return;}!_0x30eda0[_0x3a987e(0x30a)]&&!_0x30eda0[_0x3a987e(0x26a)]&&(_0x185521==null?void 0x0:_0x185521(_0x30eda0))!==!0x0||(_0x30eda0['preventDefault'](),_0x30eda0[_0x3a987e(0x94b)]());}};return _0x5c1fae[_0x41638e(0x2f2)]['addEventListener']('wheel',_0x24a5cd,{'capture':!0x0,'passive':!0x1}),()=>{const _0x2752b3=_0x41638e;_0x5c1fae[_0x2752b3(0x2f2)][_0x2752b3(0x2f5)]('wheel',_0x24a5cd,!0x0),_0x2467b3();};}function Hi(_0x2c35e9,_0xce3bc4,_0x204f09,_0x1d0e7e){const _0x2dbb77=_0x1ed4d3;return _0x2c35e9&&(_0xce3bc4[_0x2dbb77(0x495)](_0x1d0e7e)||(_0x204f09==null?void 0x0:_0x204f09[_0x2dbb77(0x495)](_0x1d0e7e))===!0x0);}function Ui(_0x34c220,_0x54be01){const _0x50e8e3=_0x1ed4d3;let _0x42671c=_0x34c220[_0x50e8e3(0x55c)](_0x50e8e3(0x2b4)),_0x303077=(_0x42671c==null?void 0x0:_0x42671c[_0x50e8e3(0x917)])instanceof HTMLElement?_0x42671c[_0x50e8e3(0x917)]:null,_0x5ebd75=_0x4790d9=>_0x4790d9 instanceof Node&&(_0x34c220[_0x50e8e3(0x495)](_0x4790d9)||_0x54be01[_0x50e8e3(0x495)](_0x4790d9)),_0x29a980=()=>{const _0x1ade7c=_0x50e8e3;var _0x43a449,_0x29de5c;_0x42671c==null||_0x42671c[_0x1ade7c(0x3e6)][_0x1ade7c(0x7e9)](_0x1ade7c(0x22a),'1'),((_0x43a449=_0x34c220['ownerDocument'][_0x1ade7c(0x2e9)])==null||(_0x29de5c=_0x43a449[_0x1ade7c(0x5b5)])==null?void 0x0:_0x29de5c[_0x1ade7c(0x5db)](_0x43a449,'(prefers-reduced-motion:\x20reduce)')['matches'])!==!0x0&&(_0x303077==null||_0x303077[_0x1ade7c(0x3e6)][_0x1ade7c(0x7e9)](_0x1ade7c(0x256),'univer-spin\x205s\x20linear\x20infinite'));},_0x194636=()=>{const _0x13b2ad=_0x50e8e3;_0x42671c==null||_0x42671c['style'][_0x13b2ad(0x748)]('opacity'),_0x303077==null||_0x303077[_0x13b2ad(0x3e6)][_0x13b2ad(0x748)](_0x13b2ad(0x256));},_0x361e9e=()=>{const _0x12a6b7=_0x50e8e3;_0x54be01['style']['setProperty'](_0x12a6b7(0x22a),'1'),_0x29a980();},_0xe88fb7=_0x1a8974=>{const _0x318204=_0x50e8e3;_0x5ebd75(_0x1a8974[_0x318204(0x2b0)])||(_0x54be01['style'][_0x318204(0x748)]('opacity'),_0x194636());};return _0x34c220[_0x50e8e3(0x7d4)](_0x50e8e3(0x881),_0x361e9e),_0x34c220[_0x50e8e3(0x7d4)](_0x50e8e3(0x51b),_0xe88fb7),_0x54be01[_0x50e8e3(0x7d4)]('pointerenter',_0x361e9e),_0x54be01[_0x50e8e3(0x7d4)](_0x50e8e3(0x51b),_0xe88fb7),(_0x34c220[_0x50e8e3(0x4b5)](_0x50e8e3(0x3f3))||_0x54be01[_0x50e8e3(0x4b5)](':hover'))&&_0x361e9e(),()=>{const _0x99cca2=_0x50e8e3;_0x34c220[_0x99cca2(0x2f5)](_0x99cca2(0x881),_0x361e9e),_0x34c220[_0x99cca2(0x2f5)](_0x99cca2(0x51b),_0xe88fb7),_0x54be01['removeEventListener'](_0x99cca2(0x881),_0x361e9e),_0x54be01['removeEventListener']('pointerleave',_0xe88fb7),_0x54be01[_0x99cca2(0x3e6)][_0x99cca2(0x748)]('opacity'),_0x194636();};}function Wi(_0x467c5d,_0x27319a){const _0x284112=_0x1ed4d3;if(_0x27319a instanceof HTMLCanvasElement&&_0x467c5d[_0x284112(0x52a)](_0x409259=>_0x409259['contains'](_0x27319a)))return _0x27319a;for(let _0x58301a of _0x467c5d){let _0x4ab37b=_0x58301a['querySelector'](_0x284112(0x2a6));if(_0x4ab37b)return _0x4ab37b;}return null;}function Gi(_0x48780b,_0x3f1e48=!0x1){const _0x42449d=_0x1ed4d3;return _0x48780b!==a[_0x42449d(0x747)][_0x42449d(0x32f)]&&_0x48780b!==a['UniverInstanceType'][_0x42449d(0x563)]&&(_0x3f1e48||_0x48780b!==a[_0x42449d(0x747)][_0x42449d(0x8ed)]);}function Ki(_0x56777f){const _0x5f3360=_0x1ed4d3;let _0x542fee=qi(_0x56777f);return _0x542fee===_0x5f3360(0x908)||_0x542fee==='child-popup'||_0x542fee==='floating-menu';}function qi(_0x5e4655){const _0x1f880d=_0x1ed4d3;var _0xaff562;if(!(_0x5e4655 instanceof HTMLElement))return;let _0x18df10=(_0xaff562=_0x5e4655[_0x1f880d(0x6bc)](_0x1f880d(0x4ea)))==null?void 0x0:_0xaff562[_0x1f880d(0x2d4)](W);return na(_0x18df10)?_0x18df10:void 0x0;}function Ji(_0x26f003,_0x328108,_0x10f30,_0x57b57e,_0x178c2b){const _0x546787=_0x1ed4d3;if(_0x178c2b!==_0x546787(0x334)||!_0x10f30||!_0x57b57e)return;let _0x21e9cb=new Map(),_0xbacf9=()=>{const _0x42a32e=_0x546787;let _0x25631b=new Set([_0x57b57e,..._0x328108[_0x42a32e(0x755)](_0x10f30)]);_0x21e9cb[_0x42a32e(0x360)]((_0x3d5a13,_0x32508f)=>{const _0x506221=_0x42a32e;_0x25631b[_0x506221(0x54f)](_0x32508f)||(_0x3d5a13[_0x506221(0x45b)](),_0x21e9cb[_0x506221(0x74c)](_0x32508f));}),_0x25631b['forEach'](_0x489684=>{const _0x203a16=_0x42a32e;_0x21e9cb[_0x203a16(0x54f)](_0x489684)||_0x26f003[_0x203a16(0x2eb)](_0x489684)||_0x21e9cb[_0x203a16(0x753)](_0x489684,_0x26f003[_0x203a16(0x813)](_0x489684));});};_0xbacf9();let _0x4d59a1=_0x328108[_0x546787(0x652)][_0x546787(0x49c)](_0xbacf9);return(0x0,a[_0x546787(0x64a)])(()=>{const _0x396e5e=_0x546787;_0x4d59a1[_0x396e5e(0x465)](),_0x21e9cb['forEach'](_0x137f6a=>_0x137f6a[_0x396e5e(0x45b)]()),_0x21e9cb[_0x396e5e(0x9c2)]();});}function Yi(_0x481565){const _0x2088e8=_0x1ed4d3;let _0x7011eb=_0x2f18a5=>{const _0x262e45=_0x54e0;var _0x37e71d,_0x43011c;let _0x48a075=_0x2f18a5[_0x262e45(0x1f6)],_0x441cc6=((_0x37e71d=_0x481565[_0x262e45(0x6a9)])==null?void 0x0:_0x37e71d[_0x262e45(0x5db)](_0x481565,_0x2f18a5))??!0x1;if(_0x481565[_0x262e45(0x46c)][_0x262e45(0x2ee)](_0x481565[_0x262e45(0x666)])===_0x262e45(0x23c))return;_0x441cc6&&(_0x481565[_0x262e45(0x544)][_0x262e45(0x1f3)]=Date[_0x262e45(0x8e7)]()+_0x481565['graceMs']);let _0x435430=_0x481565[_0x262e45(0x21a)][_0x262e45(0x892)](_0x481565[_0x262e45(0x666)],_0x48a075,_0x2f18a5)||_0x481565[_0x262e45(0x8af)]['contains'](_0x481565[_0x262e45(0x666)],_0x48a075,_0x2f18a5);_0x435430&&(_0x481565[_0x262e45(0x30c)]['current']=Date[_0x262e45(0x8e7)]()+_0x481565[_0x262e45(0x33f)]),!(!_0x48a075||_0x481565['container'][_0x262e45(0x495)](_0x48a075)||(_0x43011c=_0x481565['chrome'])!=null&&_0x43011c[_0x262e45(0x495)](_0x48a075)||_0x48a075[_0x262e45(0x6bc)](_0x262e45(0x7f9))||_0x435430||_0x441cc6||vi(_0x481565[_0x262e45(0x308)],_0x2f18a5))&&_0x481565['activationService']['clearFloating'](_0x481565['embedId'],_0x481565[_0x262e45(0x565)]);},_0x29a3d1=_0x4d108a=>{const _0x2dd28f=_0x54e0;var _0x31f7b0;let _0x3bd2bf=_0x4d108a[_0x2dd28f(0x1f6)],_0x4608d5=_0x481565[_0x2dd28f(0x308)]['ownerDocument']??(_0x3bd2bf==null?void 0x0:_0x3bd2bf[_0x2dd28f(0x2f2)]),_0x3d582b=_0x481565[_0x2dd28f(0x21a)][_0x2dd28f(0x772)](_0x481565[_0x2dd28f(0x666)],{'ignoreOwners':_0x481565[_0x2dd28f(0x613)]});_0x481565[_0x2dd28f(0x46c)][_0x2dd28f(0x2ee)](_0x481565[_0x2dd28f(0x666)])!==_0x2dd28f(0x23c)&&(!_0x3bd2bf||_0x3d582b||Date[_0x2dd28f(0x8e7)]()<_0x481565[_0x2dd28f(0x30c)][_0x2dd28f(0x1f3)]||Date[_0x2dd28f(0x8e7)]()<_0x481565[_0x2dd28f(0x544)][_0x2dd28f(0x1f3)]||_0x481565[_0x2dd28f(0x8af)][_0x2dd28f(0x606)](_0x481565[_0x2dd28f(0x666)],_0x4608d5)||!ea(_0x3bd2bf)||_0x481565['container'][_0x2dd28f(0x495)](_0x3bd2bf)||(_0x31f7b0=_0x481565[_0x2dd28f(0x3fb)])!=null&&_0x31f7b0[_0x2dd28f(0x495)](_0x3bd2bf)||_0x3bd2bf[_0x2dd28f(0x6bc)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22],\x20[data-embed-float-fullscreen-button=\x22true\x22]')||_0x481565[_0x2dd28f(0x21a)]['containsElement'](_0x481565[_0x2dd28f(0x666)],_0x3bd2bf,_0x4d108a)||_0x481565[_0x2dd28f(0x8af)][_0x2dd28f(0x495)](_0x481565[_0x2dd28f(0x666)],_0x3bd2bf,_0x4d108a)||_0x481565[_0x2dd28f(0x514)]['clearFloating'](_0x481565[_0x2dd28f(0x666)],_0x481565['hostUnitId']));};return document['addEventListener'](_0x2088e8(0x888),_0x7011eb,!0x0),document[_0x2088e8(0x7d4)](_0x2088e8(0x845),_0x29a3d1,!0x0),(0x0,a['toDisposable'])(()=>{const _0x357f5b=_0x2088e8;document[_0x357f5b(0x2f5)](_0x357f5b(0x888),_0x7011eb,!0x0),document['removeEventListener'](_0x357f5b(0x845),_0x29a3d1,!0x0);});}function Xi(_0x3fc4d6){const _0x3b43c9=_0x1ed4d3;let _0x410225,_0x4d6d05=()=>{_0x410225=void 0x0;},_0x2cc2f3=_0x61ef82=>{const _0x29352f=_0x54e0;let _0x14cb1a=Zi(_0x3fc4d6[_0x29352f(0x8e9)]['getDescriptor'](_0x3fc4d6[_0x29352f(0x44c)][_0x29352f(0x565)],_0x3fc4d6[_0x29352f(0x44c)][_0x29352f(0x666)]),_0x3fc4d6[_0x29352f(0x44c)]);if(!(_0x14cb1a!=null&&_0x14cb1a[_0x29352f(0x442)]))return;let _0xa382bb=_0x61ef82[_0x29352f(0x1f6)];_0xa382bb!=null&&_0xa382bb[_0x29352f(0x6bc)](_0x29352f(0x7f9))||_0x3fc4d6[_0x29352f(0x46c)]['getStage'](_0x3fc4d6['data'][_0x29352f(0x666)])!==_0x29352f(0x334)&&(_0x410225={'button':_0x61ef82[_0x29352f(0x679)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x61ef82[_0x29352f(0x418)],'startedAt':Date[_0x29352f(0x8e7)](),'startX':_0x61ef82['clientX'],'startY':_0x61ef82[_0x29352f(0x576)]});},_0xa9ac8c=_0x297092=>{const _0x14972e=_0x54e0;if(!_0x410225||_0x410225[_0x14972e(0x418)]!==_0x297092[_0x14972e(0x418)]||Math['hypot'](_0x297092['clientX']-_0x410225[_0x14972e(0x233)],_0x297092[_0x14972e(0x576)]-_0x410225[_0x14972e(0x920)])<=0x4)return;_0x410225[_0x14972e(0x863)]=!0x0;let _0x411337=ar({'interactionFlow':_0x3fc4d6[_0x14972e(0x386)],'stage':_0x3fc4d6[_0x14972e(0x46c)][_0x14972e(0x2ee)](_0x3fc4d6[_0x14972e(0x44c)]['embedId'])});!_0x3fc4d6[_0x14972e(0x3fe)]||_0x410225['dragStarted']||!_0x411337[_0x14972e(0x4aa)]||(_0x410225[_0x14972e(0x351)]=!0x0,document[_0x14972e(0x95d)](new CustomEvent(zi,{'detail':{'button':_0x410225[_0x14972e(0x679)],'clientX':_0x410225[_0x14972e(0x233)],'clientY':_0x410225[_0x14972e(0x920)],'embedId':_0x3fc4d6[_0x14972e(0x44c)][_0x14972e(0x666)],'hostAnchorId':_0x3fc4d6['data'][_0x14972e(0x253)],'hostUnitId':_0x3fc4d6['data'][_0x14972e(0x565)],'pointerId':_0x410225['pointerId']}})));},_0x5dce2a=_0x32a8b2=>{const _0x5ca0b3=_0x54e0;let _0x52ec71=_0x410225;if(_0x410225=void 0x0,!_0x52ec71||_0x52ec71[_0x5ca0b3(0x418)]!==_0x32a8b2[_0x5ca0b3(0x418)]||_0x52ec71[_0x5ca0b3(0x863)]||Date[_0x5ca0b3(0x8e7)]()-_0x52ec71[_0x5ca0b3(0x79d)]>0x1f4)return;let _0x339164=Zi(_0x3fc4d6[_0x5ca0b3(0x8e9)][_0x5ca0b3(0x5ab)](_0x3fc4d6[_0x5ca0b3(0x44c)]['hostUnitId'],_0x3fc4d6[_0x5ca0b3(0x44c)][_0x5ca0b3(0x666)]),_0x3fc4d6[_0x5ca0b3(0x44c)]);if(!(_0x339164!=null&&_0x339164[_0x5ca0b3(0x442)]))return;let _0x306790=_0x3fc4d6[_0x5ca0b3(0x46c)]['getStage'](_0x3fc4d6['data'][_0x5ca0b3(0x666)]);if(_0x306790!=='stage2'){if(_0x306790===_0x5ca0b3(0x412)){_0x3fc4d6[_0x5ca0b3(0x514)][_0x5ca0b3(0x330)](_0x339164,_0x5ca0b3(0x334),{'portalContainer':_0x3fc4d6[_0x5ca0b3(0x348)]});return;}if(_0x3fc4d6['interactionFlow']===_0x5ca0b3(0x4de)){_0x3fc4d6['acquireStage2SessionLease'](),_0x3fc4d6[_0x5ca0b3(0x514)][_0x5ca0b3(0x330)](_0x339164,_0x5ca0b3(0x334),{'portalContainer':_0x3fc4d6[_0x5ca0b3(0x348)]}),_0x3fc4d6[_0x5ca0b3(0x1f7)]();return;}_0x3fc4d6[_0x5ca0b3(0x514)]['activateFloating'](_0x339164,_0x5ca0b3(0x412));}};return _0x3fc4d6['gate'][_0x3b43c9(0x7d4)](_0x3b43c9(0x888),_0x2cc2f3,!0x0),_0x3fc4d6[_0x3b43c9(0x356)]['addEventListener'](_0x3b43c9(0x74b),_0xa9ac8c,!0x0),_0x3fc4d6[_0x3b43c9(0x356)][_0x3b43c9(0x7d4)](_0x3b43c9(0x548),_0x5dce2a,!0x0),_0x3fc4d6[_0x3b43c9(0x356)][_0x3b43c9(0x7d4)](_0x3b43c9(0x750),_0x4d6d05,!0x0),(0x0,a[_0x3b43c9(0x64a)])(()=>{const _0x20dbdc=_0x3b43c9;_0x3fc4d6[_0x20dbdc(0x356)][_0x20dbdc(0x2f5)](_0x20dbdc(0x888),_0x2cc2f3,!0x0),_0x3fc4d6['gate'][_0x20dbdc(0x2f5)](_0x20dbdc(0x74b),_0xa9ac8c,!0x0),_0x3fc4d6[_0x20dbdc(0x356)][_0x20dbdc(0x2f5)](_0x20dbdc(0x548),_0x5dce2a,!0x0),_0x3fc4d6['gate'][_0x20dbdc(0x2f5)](_0x20dbdc(0x750),_0x4d6d05,!0x0);});}function Zi(_0x409797,_0x2240b2){const _0x5d929e=_0x1ed4d3;return!_0x409797||_0x409797[_0x5d929e(0x442)]||!_0x2240b2[_0x5d929e(0x442)]||_0x2240b2[_0x5d929e(0x5c7)]==null?_0x409797:{..._0x409797,'childType':_0x2240b2[_0x5d929e(0x5c7)],'childUnitId':_0x2240b2['childUnitId']};}function Qi(_0x35d385){const _0x12be54=_0x1ed4d3;let _0x4c4222=()=>{const _0x336778=_0x54e0;let _0x2d5e8d=_0x35d385[_0x336778(0x402)][_0x336778(0x2f2)][_0x336778(0x503)];return!!_0x2d5e8d&&_0x35d385[_0x336778(0x944)]()[_0x336778(0x52a)](_0x386736=>_0x386736[_0x336778(0x495)](_0x2d5e8d));},_0x3cd646=(_0x471da4,_0x122d82=!0x1,_0x9b57c=!0x1)=>{const _0x55f10b=_0x54e0;_0x35d385[_0x55f10b(0x44c)]['embedId']&&_0x35d385[_0x55f10b(0x46c)][_0x55f10b(0x2ee)](_0x35d385[_0x55f10b(0x44c)][_0x55f10b(0x666)])!==_0x55f10b(0x334)||Gi(_0x35d385[_0x55f10b(0x44c)][_0x55f10b(0x5c7)],_0x9b57c)&&(_0x35d385[_0x55f10b(0x21a)][_0x55f10b(0x772)](_0x35d385[_0x55f10b(0x44c)][_0x55f10b(0x666)],{'ignoreOwners':_0x35d385[_0x55f10b(0x613)]})||!_0x122d82&&_0x4c4222()||(_0x471da4[_0x55f10b(0x76c)](_0x55f10b(0x6f1))||(_0x471da4[_0x55f10b(0x5d4)]=-0x1),_0x471da4[_0x55f10b(0x27e)]({'preventScroll':!0x0})));},_0x53da35=_0x2f5766=>{const _0x219cf6=_0x54e0;let _0x44a3cd=_0x35d385[_0x219cf6(0x44c)]['embedId']?_0x35d385[_0x219cf6(0x46c)][_0x219cf6(0x2ee)](_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)]):_0x219cf6(0x23c);if(_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)]&&_0x44a3cd!=='stage2'){if(_0x35d385[_0x219cf6(0x386)]!==_0x219cf6(0x4de)||!_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x565)])return;let _0x1ab109=Zi(_0x35d385[_0x219cf6(0x8e9)][_0x219cf6(0x5ab)](_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x565)],_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)]),_0x35d385[_0x219cf6(0x44c)]);if(!(_0x1ab109!=null&&_0x1ab109[_0x219cf6(0x442)]))return;_0x35d385[_0x219cf6(0x299)](),_0x35d385['activationService'][_0x219cf6(0x330)](_0x1ab109,'stage2',{'portalContainer':_0x35d385[_0x219cf6(0x348)]}),_0x35d385[_0x219cf6(0x1f7)]();}if(Ki(_0x2f5766['target'])||_0x35d385['focusCoordinator'][_0x219cf6(0x772)](_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)],{'ignoreOwners':_0x35d385[_0x219cf6(0x613)]}))return;if(_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x565)]&&_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x666)]){let _0x1fbf85=Zi(_0x35d385[_0x219cf6(0x8e9)][_0x219cf6(0x5ab)](_0x35d385[_0x219cf6(0x44c)][_0x219cf6(0x565)],_0x35d385['data'][_0x219cf6(0x666)]),_0x35d385[_0x219cf6(0x44c)]);(_0x1fbf85==null?void 0x0:_0x1fbf85[_0x219cf6(0x442)])!=null&&_0x1fbf85[_0x219cf6(0x5c7)]!=null&&_0x35d385['activationService'][_0x219cf6(0x3a9)](_0x1fbf85);}let _0x4075fc=Wi(_0x35d385['getRuntimeRoots'](),_0x2f5766[_0x219cf6(0x1f6)]);_0x4075fc&&_0x3cd646(_0x4075fc,!0x0,_0x2f5766[_0x219cf6(0x1f6)]===_0x4075fc);};return _0x35d385['liveRoot']['addEventListener']('pointerdown',_0x53da35,!0x0),(0x0,a[_0x12be54(0x64a)])(()=>_0x35d385[_0x12be54(0x402)][_0x12be54(0x2f5)](_0x12be54(0x888),_0x53da35,!0x0));}function $i(_0x2a23b0){const _0x49a52b=_0x1ed4d3;let _0x1a2f1a=_0x2a23b0[_0x49a52b(0x402)][_0x49a52b(0x2f2)],_0x2b64df,_0x250fe2=()=>{const _0xc967f4=_0x49a52b;_0x2b64df!=null&&(globalThis[_0xc967f4(0x7b3)](_0x2b64df),_0x2b64df=void 0x0);},_0x32cd38=()=>{const _0x4b6f50=_0x49a52b;var _0x5953e5;_0x250fe2(),(_0x5953e5=_0x2a23b0[_0x4b6f50(0x49b)]['current'])==null||_0x5953e5[_0x4b6f50(0x45b)](),_0x2a23b0['pointerLease'][_0x4b6f50(0x1f3)]=void 0x0;},_0x58ff70=()=>{const _0x5b3d7a=_0x49a52b;globalThis[_0x5b3d7a(0x45e)](()=>{const _0x51ec48=_0x5b3d7a;_0x2a23b0[_0x51ec48(0x660)][_0x51ec48(0x1f3)]=void 0x0;}),_0x250fe2(),_0x2b64df=globalThis[_0x5b3d7a(0x84e)](()=>{const _0x40afd9=_0x5b3d7a;var _0x24a7e2;_0x2b64df=void 0x0,(_0x24a7e2=_0x2a23b0['pointerLease'][_0x40afd9(0x1f3)])==null||_0x24a7e2[_0x40afd9(0x45b)](),_0x2a23b0['pointerLease'][_0x40afd9(0x1f3)]=void 0x0;},_0x2a23b0[_0x5b3d7a(0x33f)]);},_0x4e80f2=_0xaa21dd=>{const _0x2a8652=_0x49a52b;_0x32cd38(),_0x2a23b0['pointerLease']['current']=_0x2a23b0[_0x2a8652(0x21a)]['acquireLease']({'childType':_0x2a23b0[_0x2a8652(0x44c)][_0x2a8652(0x5c7)],'childUnitId':_0x2a23b0[_0x2a8652(0x44c)][_0x2a8652(0x442)],'embedId':_0x2a23b0[_0x2a8652(0x44c)][_0x2a8652(0x666)],'hostUnitId':_0x2a23b0[_0x2a8652(0x44c)]['hostUnitId'],'owner':'runtime-pointer','role':_0xaa21dd});},_0x527411=()=>{const _0x4ed6e9=_0x49a52b;_0x2a23b0[_0x4ed6e9(0x46c)][_0x4ed6e9(0x2ee)](_0x2a23b0[_0x4ed6e9(0x44c)]['embedId'])==='stage2'&&_0x4e80f2(_0x4ed6e9(0x908));},_0xd11953=_0x1ccf52=>{const _0x4d4b35=_0x49a52b;let _0x34bd96=_0x1ccf52[_0x4d4b35(0x1f6)],_0xbd6230=_0x34bd96 instanceof Node&&_0x2a23b0['liveRoot'][_0x4d4b35(0x495)](_0x34bd96)||_0x2a23b0[_0x4d4b35(0x21a)][_0x4d4b35(0x892)](_0x2a23b0[_0x4d4b35(0x44c)][_0x4d4b35(0x666)],_0x34bd96,_0x1ccf52)||_0x2a23b0[_0x4d4b35(0x8af)][_0x4d4b35(0x495)](_0x2a23b0[_0x4d4b35(0x44c)][_0x4d4b35(0x666)],_0x34bd96,_0x1ccf52);_0x2a23b0[_0x4d4b35(0x660)]['current']=_0xbd6230?_0x4d4b35(0x6cd):_0x4d4b35(0x446);},_0xe3d1b1=_0x3a4881=>{const _0x25e3bb=_0x49a52b;if(_0x2a23b0['floatingActiveService']['getStage'](_0x2a23b0[_0x25e3bb(0x44c)][_0x25e3bb(0x666)])!=='stage2'||!(_0x2a23b0[_0x25e3bb(0x21a)]['containsElement'](_0x2a23b0[_0x25e3bb(0x44c)]['embedId'],_0x3a4881[_0x25e3bb(0x1f6)],_0x3a4881)||_0x2a23b0['interactionBoundaryService']['contains'](_0x2a23b0[_0x25e3bb(0x44c)][_0x25e3bb(0x666)],_0x3a4881[_0x25e3bb(0x1f6)],_0x3a4881)))return;_0x2a23b0[_0x25e3bb(0x30c)]['current']=Date['now']()+_0x2a23b0[_0x25e3bb(0x33f)];let _0x16074f=qi(_0x3a4881['target'])??_0x25e3bb(0x908);_0x4e80f2(_0x16074f===_0x25e3bb(0x8d5)||_0x16074f===_0x25e3bb(0x26c)||_0x16074f===_0x25e3bb(0x858)?_0x25e3bb(0x908):_0x16074f);};return _0x2a23b0[_0x49a52b(0x402)][_0x49a52b(0x7d4)](_0x49a52b(0x888),_0x527411,!0x0),_0x1a2f1a[_0x49a52b(0x7d4)](_0x49a52b(0x888),_0xd11953,!0x0),_0x1a2f1a[_0x49a52b(0x7d4)](_0x49a52b(0x888),_0xe3d1b1,!0x0),_0x1a2f1a['addEventListener'](_0x49a52b(0x548),_0x58ff70,!0x0),_0x1a2f1a[_0x49a52b(0x7d4)]('pointercancel',_0x58ff70,!0x0),(0x0,a[_0x49a52b(0x64a)])(()=>{const _0xe3286e=_0x49a52b;_0x2a23b0[_0xe3286e(0x402)][_0xe3286e(0x2f5)](_0xe3286e(0x888),_0x527411,!0x0),_0x1a2f1a[_0xe3286e(0x2f5)](_0xe3286e(0x888),_0xd11953,!0x0),_0x1a2f1a[_0xe3286e(0x2f5)](_0xe3286e(0x888),_0xe3d1b1,!0x0),_0x1a2f1a[_0xe3286e(0x2f5)](_0xe3286e(0x548),_0x58ff70,!0x0),_0x1a2f1a[_0xe3286e(0x2f5)](_0xe3286e(0x750),_0x58ff70,!0x0),_0x2a23b0[_0xe3286e(0x660)][_0xe3286e(0x1f3)]=void 0x0,_0x32cd38();});}function ea(_0x4a72af){const _0x620148=_0x1ed4d3;return _0x4a72af['id']===_0x620148(0x1f9)||_0x4a72af['id']['startsWith'](_0x620148(0x8c1))||_0x4a72af['id'][_0x620148(0x87c)]('univer-doc-selection-container-docs-')||_0x4a72af['closest'](_0x620148(0x717))!=null;}function ta(_0x2170a4,_0x57d525){const _0x4d398c=_0x1ed4d3;if(!_0x2170a4||_0x57d525[_0x4d398c(0x9ba)]===0x0)return;let _0x20dbbe=_0x57d525[0x0][_0x4d398c(0x2f2)]['activeElement'];_0x20dbbe instanceof HTMLElement&&(_0x57d525['some'](_0x52d6c1=>_0x52d6c1[_0x4d398c(0x495)](_0x20dbbe))||_0x20dbbe['closest'](_0x4d398c(0x796)+_0x2170a4+'\x22]')!=null)&&_0x20dbbe[_0x4d398c(0x585)]();}function na(_0x1694db){const _0xa06c8e=_0x1ed4d3;return _0x1694db==='runtime'||_0x1694db===_0xa06c8e(0x26c)||_0x1694db===_0xa06c8e(0x908)||_0x1694db===_0xa06c8e(0x31c)||_0x1694db===_0xa06c8e(0x858);}function ra(_0x301f46){const _0xba43=_0x1ed4d3;let {children:_0x45922f,placement:_0x2ebd06=_0xba43(0x578),title:_0x2e6421}=_0x301f46,[_0x34eeb3,_0x3d6fce]=(0x0,d[_0xba43(0x632)])(!0x1),_0x526f19=(0x0,d[_0xba43(0x867)])(null),_0x2c86f6=(0x0,d[_0xba43(0x6f5)])(()=>{const _0x142404=_0xba43;_0x526f19[_0x142404(0x1f3)]!==null&&(clearTimeout(_0x526f19[_0x142404(0x1f3)]),_0x526f19[_0x142404(0x1f3)]=null);},[]),_0x2fed01=_0x224611=>{const _0x246105=_0xba43;_0x2c86f6(),_0x224611?_0x526f19[_0x246105(0x1f3)]=setTimeout(()=>_0x3d6fce(!0x0),0x64):_0x3d6fce(!0x1);};return(0x0,d[_0xba43(0x8a5)])(()=>_0x2c86f6,[_0x2c86f6]),(0x0,m[_0xba43(0x689)])(l['Tooltip'],{'title':_0x2e6421,'placement':_0x2ebd06,'visible':_0x34eeb3,'onVisibleChange':_0x2fed01,'children':(0x0,m[_0xba43(0x689)])(_0xba43(0x7a6),{'className':_0xba43(0x3b2),'onFocus':_0x517102=>_0x517102[_0xba43(0x94b)](),'onPointerDown':()=>_0x2fed01(!0x1),'children':_0x45922f})});}function ia(_0x255691){const _0x2bf066=_0x1ed4d3;let {hostUnitId:_0x26411f,embedId:_0x4f579e,className:_0x57dd2a,variant:_0x18a97f='float'}=_0x255691,_0x45d9b0=(0x0,d['useRef'])(null),_0x3e9c5b=(0x0,c[_0x2bf066(0x2d7)])(t[_0x2bf066(0x3b9)]),_0x1a9243=(0x0,c[_0x2bf066(0x2d7)])(Kt),_0x3ac450=(0x0,c[_0x2bf066(0x2d7)])(Qn),_0x2c8fdb=(0x0,c['useDependency'])(a[_0x2bf066(0x58e)])['t']('embed-ui.fullscreen.enter'),_0x1f108b=(0x0,d[_0x2bf066(0x6f5)])(_0x2bc8d4=>{const _0x3be828=_0x2bf066;_0x2bc8d4[_0x3be828(0x4fd)](),_0x2bc8d4[_0x3be828(0x94b)](),!(!_0x26411f||!_0x4f579e)&&aa({'hostUnitId':_0x26411f,'embedId':_0x4f579e,'activationService':_0x1a9243,'embedModelService':_0x3e9c5b,'fullscreenService':_0x3ac450});},[_0x1a9243,_0x4f579e,_0x3e9c5b,_0x3ac450,_0x26411f]);return(0x0,d[_0x2bf066(0x8a5)])(()=>{const _0x14c0b5=_0x2bf066;let _0x12337c=_0x45d9b0[_0x14c0b5(0x1f3)];if(!_0x12337c)return;let _0x20c81a=_0x59ea9d=>{const _0x4560f1=_0x14c0b5;_0x59ea9d[_0x4560f1(0x94b)]();};return _0x12337c[_0x14c0b5(0x7d4)](_0x14c0b5(0x888),_0x20c81a),_0x12337c[_0x14c0b5(0x7d4)](_0x14c0b5(0x853),_0x1f108b),()=>{const _0x15ba91=_0x14c0b5;_0x12337c[_0x15ba91(0x2f5)](_0x15ba91(0x888),_0x20c81a),_0x12337c['removeEventListener'](_0x15ba91(0x853),_0x1f108b);};},[_0x1f108b,_0x18a97f]),_0x18a97f===_0x2bf066(0x352)?(0x0,m[_0x2bf066(0x689)])(ra,{'title':_0x2c8fdb,'children':(0x0,m[_0x2bf066(0x689)])(l[_0x2bf066(0x674)],{'ref':_0x45d9b0,'type':'button','size':_0x2bf066(0x2fb),'variant':'ghost','className':(0x0,l[_0x2bf066(0x2e8)])(_0x2bf066(0x38c),_0x57dd2a),'aria-label':_0x2c8fdb,'children':(0x0,m['jsx'])(u[_0x2bf066(0x603)],{})})}):(0x0,m['jsx'])(_0x2bf066(0x679),{'ref':_0x45d9b0,'type':_0x2bf066(0x679),'className':(0x0,l['clsx'])(_0x2bf066(0x292),_0x57dd2a),'data-embed-float-fullscreen-button':_0x2bf066(0x85d),'title':_0x2c8fdb,'aria-label':_0x2c8fdb,'children':(0x0,m['jsx'])(u['ExpandIcon'],{'className':'univer-relative\x20univer-z-10\x20univer-size-[18px]\x20univer-drop-shadow-sm','aria-hidden':'true'})});}function aa(_0x3436ee){const _0x2f4c28=_0x1ed4d3;var _0x3e31b9;let _0x41bf13=_0x3436ee['embedModelService'][_0x2f4c28(0x5ab)](_0x3436ee[_0x2f4c28(0x565)],_0x3436ee[_0x2f4c28(0x666)]);return!(_0x41bf13!=null&&_0x41bf13[_0x2f4c28(0x442)])||_0x41bf13[_0x2f4c28(0x5c7)]==null?!0x1:((_0x3e31b9=_0x3436ee[_0x2f4c28(0x514)])==null||_0x3e31b9[_0x2f4c28(0x31f)](_0x3436ee[_0x2f4c28(0x666)],_0x3436ee[_0x2f4c28(0x565)]),_0x3436ee[_0x2f4c28(0x6ec)][_0x2f4c28(0x9bf)](_0x41bf13),!0x0);}const oa=_0x1ed4d3(0x873),sa=_0x1ed4d3(0x22b),ca=[oa,sa];function la(_0x17bf2a){const _0x227aeb=_0x1ed4d3;var _0x178f9b,_0x10911d,_0x56567a;let {data:_0x3ee9dd,deferInactiveFloatingChrome:_0x2326eb,docsCustomBlockLayout:_0x96a8ee,enableStage1BodyDrag:_0xb0b952,floatingChromeZIndex:_0x3eeefe,hostFloatDomLayout$:_0x1a3372,initialStage:_0x243c4d,interactionFlow:_0x3012d4='floating-stage',isExternalHostInteraction:_0x1898fe,onHostWheel:_0x83a3bf,onRuntimeStageEnter:_0x5b4717,onRuntimeStageExit:_0x1057d9,resolveHostWheelGestureRoot:_0x2a78d6,syncHostVerticalScroll:_0x295216}=_0x17bf2a,_0x3f5b20=(0x0,d[_0x227aeb(0x867)])(null),_0x3de45b=(0x0,d[_0x227aeb(0x867)])(null),_0x21238d=(0x0,d[_0x227aeb(0x867)])(null),_0x5958f2=(0x0,d[_0x227aeb(0x867)])(null),_0x5d85d9=(0x0,d[_0x227aeb(0x867)])(null),_0x43b606=(0x0,d[_0x227aeb(0x867)])(null),_0x216572=(0x0,d['useRef'])(null),_0x5dbb90=(0x0,d[_0x227aeb(0x867)])(null),_0x5b5338=(0x0,d[_0x227aeb(0x867)])(null),_0x350b8c=(0x0,c[_0x227aeb(0x2d7)])(t[_0x227aeb(0x3b9)]),_0x13ba54=(0x0,c['useDependency'])(_t),_0x46231e=(0x0,c[_0x227aeb(0x2d7)])(le),_0x8b87b5=(0x0,c[_0x227aeb(0x2d7)])(Kt),_0x3ad06b=(0x0,c[_0x227aeb(0x2d7)])(Ur),_0x4ebf5b=(0x0,c[_0x227aeb(0x2d7)])(Wr),_0x1bcf0a=(0x0,c[_0x227aeb(0x2d7)])(Qn),_0x5a5523=(0x0,c[_0x227aeb(0x2d7)])(q),_0x472163=(0x0,c[_0x227aeb(0x2d7)])(Ut),_0x1b00ac=(0x0,c[_0x227aeb(0x2d7)])(Gr),_0x53e8a3=(0x0,c[_0x227aeb(0x2d7)])(ai),_0x4bcb83=(0x0,c['useDependency'])(ii),_0x548b19=(0x0,c['useDependency'])(G),_0x4d2292=(0x0,c['useDependency'])(Xr),_0x558a04=(0x0,c[_0x227aeb(0x2d7)])(a[_0x227aeb(0x8e6)]),_0x4414f1=(0x0,c[_0x227aeb(0x2d7)])(a[_0x227aeb(0x90d)]),_0x4da3ba=(0x0,c['useDependency'])(c[_0x227aeb(0x793)]),_0x215a18=oi(_0x3ee9dd),_0x1ffd92=_0x96a8ee!=null&&_0x96a8ee[_0x227aeb(0x566)]?_0x96a8ee:void 0x0,_0x25a200=_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x37e)],_0x2298bc=_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x82c)],_0x55e5e6=(_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x45c)])??0x1,[_0x7a7597,_0x14d133]=(0x0,d[_0x227aeb(0x632)])(0x0),[_0x3fdae0,_0x111843]=(0x0,d[_0x227aeb(0x632)])(0x0),_0x5d1028=_0x1ffd92?pi(_0x1ffd92):void 0x0,_0x3ccc9e=Math['min'](_0x3fdae0,(_0x5d1028==null?void 0x0:_0x5d1028[_0x227aeb(0x7b9)])??0x0),_0x32f285=(0x0,c[_0x227aeb(0x713)])(()=>_0x46231e[_0x227aeb(0x589)][_0x227aeb(0x83c)]((0x0,f[_0x227aeb(0x572)])(()=>_0x215a18!=null&&_0x215a18[_0x227aeb(0x666)]?_0x46231e[_0x227aeb(0x2ee)](_0x215a18[_0x227aeb(0x666)]):_0x227aeb(0x23c))),_0x243c4d??(_0x215a18!=null&&_0x215a18['embedId']?_0x46231e['getStage'](_0x215a18['embedId']):_0x227aeb(0x23c)),!0x1,[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x46231e]),_0x424cea=(0x0,d[_0x227aeb(0x867)])(_0x32f285),_0x57b28e=(0x0,d['useRef'])(!0x1),_0x31f912=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x10b127=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x1a7dcb=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x295dda=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x34f9a0=(0x0,d['useRef'])(void 0x0),_0x42003d=(0x0,d[_0x227aeb(0x867)])(0x0),_0x3df1e5=(0x0,d[_0x227aeb(0x867)])(void 0x0),_0x3f9333=(0x0,d[_0x227aeb(0x867)])(!0x1),_0x4fa910=(0x0,d['useRef'])(!0x1),_0x5975c0=(0x0,d[_0x227aeb(0x867)])(_0x3ccc9e),_0x2892b4=(0x0,d[_0x227aeb(0x867)])(_0x5d1028),_0x1cdb02=(0x0,d['useRef'])(_0x55e5e6),_0x5daea8=(0x0,d['useRef'])(0x0),_0x498519=(0x0,d['useRef'])(0x0),_0x5a8933=(0x0,d['useRef'])([]),_0x454bf5=(0x0,d[_0x227aeb(0x867)])(_0x32f285);_0x454bf5['current']=_0x32f285,_0x5975c0[_0x227aeb(0x1f3)]=_0x3ccc9e,_0x2892b4[_0x227aeb(0x1f3)]=_0x5d1028,_0x1cdb02[_0x227aeb(0x1f3)]=_0x55e5e6;let _0x52eacc=(0x0,d[_0x227aeb(0x6f5)])(_0x28a01b=>{const _0x5ebb37=_0x227aeb;let _0x104da6=_0x2892b4['current'];if(!_0x104da6)return!0x1;let _0x806c6d=_0x5975c0[_0x5ebb37(0x1f3)],_0x49200b=mi(_0x806c6d+kr(_0x28a01b)/_0x1cdb02[_0x5ebb37(0x1f3)],0x0,_0x104da6[_0x5ebb37(0x7b9)]);return _0x49200b===_0x806c6d?!0x1:(_0x5975c0['current']=_0x49200b,_0x111843(_0x49200b),!0x0);},[]),_0x352edc=(0x0,d[_0x227aeb(0x6f5)])((_0x20272a,_0x3db581)=>$r(_0x20272a,_0x3db581,{'commandService':_0x558a04,'univerInstanceService':_0x4414f1})?!0x0:(_0x83a3bf==null?void 0x0:_0x83a3bf(_0x20272a,_0x3db581))===!0x0,[_0x558a04,_0x83a3bf,_0x4414f1]),_0x46cd0f=(0x0,d[_0x227aeb(0x6f5)])(()=>{const _0x1ff8f1=_0x227aeb;var _0x36aec6;(_0x36aec6=_0x10b127[_0x1ff8f1(0x1f3)])==null||_0x36aec6[_0x1ff8f1(0x45b)](),_0x10b127['current']=void 0x0;},[]),_0x10578a=(0x0,d['useCallback'])(()=>{const _0x2efe0f=_0x227aeb;var _0x58ea89,_0x3c6733;if(!(_0x215a18!=null&&_0x215a18['embedId'])||_0x10b127['current'])return;let _0x3d5db2=_0x215a18[_0x2efe0f(0x565)]?_0x350b8c[_0x2efe0f(0x5ab)](_0x215a18[_0x2efe0f(0x565)],_0x215a18[_0x2efe0f(0x666)]):void 0x0,_0x41ed00=ua(_0x3d5db2),_0x20d0bc=_0x215a18[_0x2efe0f(0x442)]??(_0x3d5db2==null?void 0x0:_0x3d5db2['childUnitId'])??((_0x58ea89=_0x31f912['current'])==null?void 0x0:_0x58ea89[_0x2efe0f(0x442)])??(_0x41ed00==null?void 0x0:_0x41ed00[_0x2efe0f(0x442)]),_0x301483=_0x215a18[_0x2efe0f(0x5c7)]??(_0x3d5db2==null?void 0x0:_0x3d5db2[_0x2efe0f(0x5c7)])??((_0x3c6733=_0x31f912[_0x2efe0f(0x1f3)])==null?void 0x0:_0x3c6733[_0x2efe0f(0x5c7)])??(_0x41ed00==null?void 0x0:_0x41ed00[_0x2efe0f(0x5c7)]);_0x10b127['current']=_0x548b19[_0x2efe0f(0x294)]({'embedId':_0x215a18['embedId'],'role':_0x2efe0f(0x26c),'owner':_0x3012d4===_0x2efe0f(0x4de)?sa:oa,'sessionMode':'child-keyboard','hostUnitId':_0x215a18[_0x2efe0f(0x565)],'childUnitId':_0x20d0bc,'childType':_0x301483});},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x442)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x548b19,_0x3012d4]),_0x19a127=(0x0,d['useCallback'])(()=>{const _0x37ccbb=_0x227aeb;if(!(_0x215a18!=null&&_0x215a18[_0x37ccbb(0x666)]))return;let _0x431317=_0x215a18[_0x37ccbb(0x666)];window[_0x37ccbb(0x930)](()=>{const _0x3938e7=_0x37ccbb;_0x46231e[_0x3938e7(0x2ee)](_0x431317)!==_0x3938e7(0x334)&&_0x46cd0f();});},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x46231e,_0x46cd0f]),_0x5e734d=_0x215a18!=null&&_0x215a18[_0x227aeb(0x565)]?_0x350b8c[_0x227aeb(0x5ab)](_0x215a18[_0x227aeb(0x565)],_0x215a18[_0x227aeb(0x666)]):void 0x0,_0x2c493f=ua(_0x5e734d),_0x2ef61e=(_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x442)])??(_0x5e734d==null?void 0x0:_0x5e734d[_0x227aeb(0x442)])??((_0x178f9b=_0x31f912[_0x227aeb(0x1f3)])==null?void 0x0:_0x178f9b[_0x227aeb(0x442)])??(_0x2c493f==null?void 0x0:_0x2c493f['childUnitId']),_0x2df2b3=(_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)])??(_0x5e734d==null?void 0x0:_0x5e734d[_0x227aeb(0x5c7)])??((_0x10911d=_0x31f912['current'])==null?void 0x0:_0x10911d[_0x227aeb(0x5c7)])??(_0x2c493f==null?void 0x0:_0x2c493f['childType']),_0x5a08f0=_0x2df2b3==null||(_0x56567a=_0x13ba54[_0x227aeb(0x53b)](_0x2df2b3))==null?void 0x0:_0x56567a['canvasRootClassName'],_0x3dbae3=sr(_0x5e734d,_0x32f285);(0x0,d['useEffect'])(()=>{const _0x591df7=_0x227aeb;let _0x328cb6=_0x3f5b20[_0x591df7(0x1f3)];return()=>{const _0x1f391c=_0x591df7;let _0xbaf8df=_0x1bcf0a[_0x1f391c(0x28a)](),_0x5e1dc5=(_0x215a18==null?void 0x0:_0x215a18['embedId'])&&(_0xbaf8df==null?void 0x0:_0xbaf8df[_0x1f391c(0x666)])===_0x215a18[_0x1f391c(0x666)];_0x215a18!=null&&_0x215a18['embedId']&&!(_0x328cb6!=null&&_0x328cb6[_0x1f391c(0x89c)])&&!_0x5e1dc5&&_0x46231e[_0x1f391c(0x2ee)](_0x215a18['embedId'])!=='inactive'&&_0x8b87b5['clearFloating'](_0x215a18[_0x1f391c(0x666)],_0x215a18[_0x1f391c(0x565)]);};},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18['embedId'],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x46231e,_0x1bcf0a]),(0x0,d['useEffect'])(()=>{const _0x3d82d5=_0x227aeb;if(!(!(_0x215a18!=null&&_0x215a18[_0x3d82d5(0x666)])||_0x32f285!==_0x3d82d5(0x334)))return _0x10578a(),_0x46cd0f;},[_0x10578a,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x46cd0f,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x103fea=_0x227aeb;let _0x3c2bc9=_0x3f5b20[_0x103fea(0x1f3)],_0x5ea933=Ji(_0x4da3ba,_0x548b19,_0x215a18==null?void 0x0:_0x215a18[_0x103fea(0x666)],_0x3c2bc9,_0x32f285);if(_0x5ea933)return()=>_0x5ea933['dispose']();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x548b19,_0x4da3ba,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x10d225=_0x227aeb;let _0xec8f1e=_0x5958f2['current'];if(_0x32f285!==_0x10d225(0x334)||_0x2df2b3!==a['UniverInstanceType'][_0x10d225(0x8ed)]||!(_0x215a18!=null&&_0x215a18[_0x10d225(0x666)])||!_0xec8f1e)return;let _0x2e4a11=()=>Xt(_0x215a18[_0x10d225(0x666)],_0xec8f1e);_0x2e4a11();let _0x4f5ba5=window['requestAnimationFrame'](_0x2e4a11);return()=>window['cancelAnimationFrame'](_0x4f5ba5);},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x2df2b3,_0x32f285]),(0x0,d['useEffect'])(()=>{const _0x190c61=_0x227aeb;let _0x589db6=_0x424cea[_0x190c61(0x1f3)];_0x424cea[_0x190c61(0x1f3)]=_0x32f285;let _0x8c3d2d=_0x589db6!==_0x32f285||!_0x57b28e['current']&&_0x32f285!==_0x190c61(0x23c);_0x57b28e[_0x190c61(0x1f3)]=!0x0,_0x8c3d2d&&(_0x5b4717==null||_0x5b4717(_0x32f285),_0x4ebf5b[_0x190c61(0x866)]({'embedId':_0x215a18==null?void 0x0:_0x215a18[_0x190c61(0x666)],'reason':_0x190c61(0x72a)})),_0x589db6===_0x190c61(0x334)&&_0x32f285!==_0x190c61(0x334)&&(ta(_0x215a18==null?void 0x0:_0x215a18[_0x190c61(0x666)],Bi(_0x5958f2['current'],_0x5d85d9[_0x190c61(0x1f3)],_0x43b606[_0x190c61(0x1f3)],_0x5dbb90[_0x190c61(0x1f3)],_0x5b5338['current'])),_0x8b87b5[_0x190c61(0x31f)](_0x215a18==null?void 0x0:_0x215a18[_0x190c61(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x190c61(0x565)]),_0x1057d9==null||_0x1057d9());},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18['hostUnitId'],_0x4ebf5b,_0x5b4717,_0x1057d9,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x70f92e=_0x227aeb;if(_0x243c4d!==_0x70f92e(0x334)||!(_0x215a18!=null&&_0x215a18[_0x70f92e(0x666)])||!_0x215a18['hostUnitId'])return;let _0x471282=_0x350b8c[_0x70f92e(0x5ab)](_0x215a18['hostUnitId'],_0x215a18[_0x70f92e(0x666)]);_0x471282!=null&&_0x471282[_0x70f92e(0x442)]&&_0x46231e[_0x70f92e(0x2d2)]({'hostUnitId':_0x215a18[_0x70f92e(0x565)],'embedId':_0x215a18[_0x70f92e(0x666)],'childUnitId':_0x471282[_0x70f92e(0x442)]},_0x70f92e(0x334));},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x46231e,_0x243c4d]),(0x0,d['useEffect'])(()=>{const _0xe69be=_0x227aeb;let _0x2075eb=_0x5958f2[_0xe69be(0x1f3)],_0xbe1063=_0x5d85d9['current'],_0x6f363e=_0x43b606[_0xe69be(0x1f3)],_0x4eb7ed=_0x5dbb90[_0xe69be(0x1f3)],_0x3db74f=_0x5b5338[_0xe69be(0x1f3)];if(!_0x2075eb||!_0xbe1063||!_0x6f363e||!_0x4eb7ed||!_0x3db74f)return;let _0x43d6f9=_0x215a18!=null&&_0x215a18[_0xe69be(0x565)]?_0x350b8c[_0xe69be(0x5ab)](_0x215a18[_0xe69be(0x565)],_0x215a18[_0xe69be(0x666)]):void 0x0,_0x42263c=_0x43d6f9?da(_0x43d6f9):void 0x0;if(!_0x43d6f9||!_0x42263c||_0x3dbae3==='deferred')return;let _0x436fdb=!0x1,_0x5f38cd;return _0x1b00ac[_0xe69be(0x7ef)]({'descriptor':_0x43d6f9})[_0xe69be(0x5cb)](async _0x49a6a8=>{const _0x4492c6=_0xe69be;var _0x5a61af;if(_0x436fdb)return;let _0x14c4e4=_0x472163['mountIntoHostElement'](_0x49a6a8,_0x2075eb,{'content':_0xbe1063,'canvas':_0x6f363e,'overlay':_0x4eb7ed,'popup':_0x3db74f});_0x5f38cd=_0x49a6a8['embedId'];let _0x27679f=_0x14c4e4==null?void 0x0:_0x14c4e4[_0x4492c6(0x44e)];_0x31f912[_0x4492c6(0x1f3)]=_0x27679f;let _0x50b587=_0x215a18!=null&&_0x215a18['embedId']?(_0x5a61af=_0x3ad06b['getPreview'](_0x215a18[_0x4492c6(0x666)]))==null?void 0x0:_0x5a61af[_0x4492c6(0x476)]:void 0x0;_0x27679f&&_0x50b587!=null&&await _0x3ad06b[_0x4492c6(0x998)](_0x27679f,_0x50b587);})['catch'](_0x3d34de=>{queueMicrotask(()=>{throw _0x3d34de;});}),()=>{const _0x123b87=_0xe69be;var _0x41c970;_0x436fdb=!0x0,_0x5f38cd&&((_0x41c970=_0x31f912['current'])==null?void 0x0:_0x41c970[_0x123b87(0x666)])===_0x5f38cd&&(_0x31f912[_0x123b87(0x1f3)]=void 0x0),_0x472163['unmount'](_0x43d6f9[_0x123b87(0x666)]);};},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x472163,_0x7a7597,_0x3ad06b,_0x1b00ac,_0x3dbae3]),(0x0,d['useEffect'])(()=>{const _0x35c774=_0x227aeb;if(!(_0x215a18!=null&&_0x215a18['embedId']))return;let _0x1b3400=_0x215a18[_0x35c774(0x666)],_0x3465e5=[];[{'element':_0x5958f2[_0x35c774(0x1f3)],'role':_0x35c774(0x8d5)},{'element':_0x5d85d9[_0x35c774(0x1f3)],'role':'runtime'},{'element':_0x43b606[_0x35c774(0x1f3)],'role':'runtime'}][_0x35c774(0x360)](_0x5960cb=>{const _0x3fc68c=_0x35c774;let _0x5dd8cc=_0x5960cb[_0x3fc68c(0x4e1)];_0x5dd8cc&&_0x3465e5[_0x3fc68c(0x2fa)]({'element':_0x5dd8cc,'role':_0x5960cb[_0x3fc68c(0x697)]});});let _0x54d275=_0x3465e5[_0x35c774(0x701)](({element:_0x467b36,role:_0x495a28})=>[_0x5a5523[_0x35c774(0x577)](_0x1b3400,_0x467b36,_0x2ef61e),_0x548b19[_0x35c774(0x41f)]({'embedId':_0x1b3400,'role':_0x495a28,'element':_0x467b36})]),_0x5bd5d2=_0x216572[_0x35c774(0x1f3)];return _0x5bd5d2&&_0x54d275['push'](_0x5a5523['registerRoot'](_0x1b3400,_0x5bd5d2,_0x2ef61e)),_0x32f285==='stage2'&&[{'element':_0x5bd5d2,'role':_0x35c774(0x858)},{'element':_0x5dbb90[_0x35c774(0x1f3)],'role':_0x35c774(0x858)},{'element':_0x5b5338['current'],'role':'child-popup'}]['forEach'](_0x4eae32=>{const _0x3fb058=_0x35c774;_0x4eae32['element']&&_0x54d275[_0x3fb058(0x2fa)](_0x548b19['registerElement']({'embedId':_0x1b3400,'role':_0x4eae32[_0x3fb058(0x697)],'element':_0x4eae32[_0x3fb058(0x4e1)]}));}),()=>_0x54d275['forEach'](_0x348e2b=>_0x348e2b[_0x35c774(0x45b)]());},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x548b19,_0x5a5523,_0x2ef61e,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x14bb60=_0x227aeb;var _0x2ba0f6,_0x461f4f;if(!(_0x215a18!=null&&_0x215a18['embedId'])||_0x32f285!==_0x14bb60(0x334))return;let _0x39769d=((_0x2ba0f6=_0x3f5b20[_0x14bb60(0x1f3)])==null?void 0x0:_0x2ba0f6[_0x14bb60(0x2f2)])??((_0x461f4f=_0x5958f2[_0x14bb60(0x1f3)])==null?void 0x0:_0x461f4f[_0x14bb60(0x2f2)])??(typeof document>'u'?void 0x0:document),_0x5e38d3=_0x5a5523['activatePortalScope'](_0x215a18[_0x14bb60(0x666)],_0x39769d,{'includeAppShellEditorPortal':_0x2df2b3===a['UniverInstanceType'][_0x14bb60(0x32f)]});return()=>{const _0xdf25dc=_0x14bb60;_0x454bf5[_0xdf25dc(0x1f3)]!=='stage2'&&_0x5a5523['closeOwnedFloatingSurfaces'](_0x215a18['embedId'],_0x39769d),_0x5e38d3[_0xdf25dc(0x45b)]();};},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x5a5523,_0x2df2b3,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x10467e=_0x227aeb;var _0x3f6cdb,_0x1755a2;if(!(_0x215a18!=null&&_0x215a18[_0x10467e(0x666)])||_0x32f285!==_0x10467e(0x334))return;let _0x2ab4be=((_0x3f6cdb=_0x3f5b20[_0x10467e(0x1f3)])==null?void 0x0:_0x3f6cdb[_0x10467e(0x2f2)])??((_0x1755a2=_0x5958f2[_0x10467e(0x1f3)])==null?void 0x0:_0x1755a2[_0x10467e(0x2f2)])??(typeof document>'u'?void 0x0:document),_0x105fdf=_0x2ab4be==null?void 0x0:_0x2ab4be[_0x10467e(0x55c)](_0x10467e(0x2a0));if(!_0x105fdf)return;let _0x2db152=[_0x5a5523[_0x10467e(0x577)](_0x215a18[_0x10467e(0x666)],_0x105fdf,_0x2ef61e),_0x548b19['registerElement']({'embedId':_0x215a18[_0x10467e(0x666)],'role':'floating-menu','element':_0x105fdf})];return()=>_0x2db152['forEach'](_0x1536c4=>_0x1536c4[_0x10467e(0x45b)]());},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x548b19,_0x5a5523,_0x2ef61e,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0xf8be0c=_0x227aeb;let _0x1e43b5=_0x3f5b20[_0xf8be0c(0x1f3)],_0x5bb2d5=_0x1e43b5==null?void 0x0:_0x1e43b5[_0xf8be0c(0x55c)](_0xf8be0c(0x77f));if(!(_0x215a18!=null&&_0x215a18['embedId'])||!_0x1e43b5)return;let _0x27d350=_0x215a18[_0xf8be0c(0x565)]?_0x350b8c['getDescriptor'](_0x215a18[_0xf8be0c(0x565)],_0x215a18['embedId']):void 0x0,_0x51cc88=_0x4ebf5b[_0xf8be0c(0x22c)]({'embedId':_0x215a18['embedId'],'childUnitId':_0x27d350==null?void 0x0:_0x27d350[_0xf8be0c(0x442)],'root':_0x1e43b5,'viewport':_0x5bb2d5,'contentRoot':_0x5d85d9[_0xf8be0c(0x1f3)]});return()=>_0x51cc88[_0xf8be0c(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x4ebf5b]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x122b6f=_0x227aeb;var _0x4f070c,_0x481932;if(!(_0x215a18!=null&&_0x215a18['embedId'])||!_0x215a18[_0x122b6f(0x565)])return;let _0x278d23=((_0x4f070c=_0x3f5b20['current'])==null?void 0x0:_0x4f070c['ownerDocument'])??((_0x481932=_0x5958f2[_0x122b6f(0x1f3)])==null?void 0x0:_0x481932['ownerDocument'])??(typeof document>'u'?void 0x0:document);if(!_0x278d23)return;let _0x4b395f=0x0,_0x5ece14,_0x318d39,_0x30f57c=()=>{const _0x4ba22e=_0x122b6f;if(_0x4b395f++,_0x5ece14!=null){var _0x48b3c1;(_0x48b3c1=_0x278d23[_0x4ba22e(0x2e9)])==null||_0x48b3c1[_0x4ba22e(0x571)](_0x5ece14),_0x5ece14=void 0x0;}_0x318d39!=null&&(globalThis[_0x4ba22e(0x7b3)](_0x318d39),_0x318d39=void 0x0);},_0x20fd6e=_0x558a04[_0x122b6f(0x245)](_0x327878=>{const _0xba14bc=_0x122b6f;var _0x5997a3;let _0x4e257d=_0x327878[_0xba14bc(0x640)];if(_0x327878['id']!==t[_0xba14bc(0x201)]['id']||(_0x4e257d==null?void 0x0:_0x4e257d[_0xba14bc(0x666)])!==_0x215a18['embedId']||_0x4e257d['hostUnitId']!==_0x215a18[_0xba14bc(0x565)]||_0x46231e[_0xba14bc(0x2ee)](_0x215a18[_0xba14bc(0x666)])!==_0xba14bc(0x334))return;let _0x29b0d1=_0x278d23['activeElement'];if(!(_0x29b0d1 instanceof HTMLElement)||!_0x29b0d1['id'][_0xba14bc(0x21c)]('SHAPE_TEXT')||!_0x548b19['containsElement'](_0x215a18[_0xba14bc(0x666)],_0x29b0d1))return;_0x30f57c();let _0x5ba455=_0x4b395f,_0x31c7fc=()=>{const _0x554bc3=_0xba14bc;_0x5ba455!==_0x4b395f||!_0x29b0d1[_0x554bc3(0x89c)]||_0x46231e[_0x554bc3(0x2ee)](_0x215a18[_0x554bc3(0x666)])!==_0x554bc3(0x334)||_0x29b0d1[_0x554bc3(0x27e)]({'preventScroll':!0x0});};_0x5ece14=(_0x5997a3=_0x278d23[_0xba14bc(0x2e9)])==null?void 0x0:_0x5997a3[_0xba14bc(0x930)](()=>{_0x5ece14=void 0x0,_0x31c7fc();}),_0x318d39=globalThis[_0xba14bc(0x84e)](()=>{_0x318d39=void 0x0,_0x31c7fc();},0x32);});return _0x278d23[_0x122b6f(0x7d4)](_0x122b6f(0x888),_0x30f57c,!0x0),()=>{const _0x4a1fb9=_0x122b6f;_0x278d23[_0x4a1fb9(0x2f5)]('pointerdown',_0x30f57c,!0x0),_0x30f57c(),_0x20fd6e[_0x4a1fb9(0x45b)]();};},[_0x558a04,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x46231e,_0x548b19]),(0x0,d['useEffect'])(()=>{const _0x241b37=_0x227aeb;if(!(_0x215a18!=null&&_0x215a18[_0x241b37(0x666)]))return;let _0x2d8332=_0x1bcf0a['exited$']['subscribe'](_0x2ca6e0=>{const _0x3006cc=_0x241b37;_0x2ca6e0['embedId']===_0x215a18['embedId']&&(_0x472163[_0x3006cc(0x228)](_0x215a18['embedId']),_0x8b87b5[_0x3006cc(0x31f)](_0x215a18[_0x3006cc(0x666)],_0x215a18[_0x3006cc(0x565)]),_0x295dda[_0x3006cc(0x1f3)]!=null&&(window[_0x3006cc(0x571)](_0x295dda['current']),_0x295dda[_0x3006cc(0x1f3)]=void 0x0),_0x34f9a0[_0x3006cc(0x1f3)]!=null&&globalThis[_0x3006cc(0x7b3)](_0x34f9a0['current']),_0x34f9a0[_0x3006cc(0x1f3)]=globalThis[_0x3006cc(0x84e)](()=>{const _0x449639=_0x3006cc;_0x34f9a0[_0x449639(0x1f3)]=void 0x0,_0x295dda[_0x449639(0x1f3)]=window['requestAnimationFrame'](()=>{const _0x722d46=_0x449639;_0x295dda[_0x722d46(0x1f3)]=void 0x0,_0x8b87b5[_0x722d46(0x31f)](_0x215a18[_0x722d46(0x666)],_0x215a18[_0x722d46(0x565)]),_0x14d133(_0x18989b=>_0x18989b+0x1);});},0x0));});return()=>{const _0x63b359=_0x241b37;_0x2d8332['unsubscribe'](),_0x34f9a0[_0x63b359(0x1f3)]!=null&&(globalThis['clearTimeout'](_0x34f9a0[_0x63b359(0x1f3)]),_0x34f9a0['current']=void 0x0),_0x295dda['current']!=null&&(window[_0x63b359(0x571)](_0x295dda['current']),_0x295dda['current']=void 0x0);};},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x1bcf0a,_0x472163]),(0x0,d['useEffect'])(()=>{const _0x16f1ca=_0x227aeb;let _0x2edfa1=_0x3f5b20[_0x16f1ca(0x1f3)],_0x3591ec=_0x216572[_0x16f1ca(0x1f3)];if(!_0x2edfa1||!_0x3591ec||typeof document>'u')return;let _0x855b1f=_i({'chrome':_0x3591ec,'container':_0x2edfa1,'deferInactive':_0x2326eb,'embedId':_0x215a18==null?void 0x0:_0x215a18[_0x16f1ca(0x666)],'geometryService':_0x4ebf5b,'hostLayout$':_0x1a3372,'stage':_0x32f285,'docsSheetLikeLayout':_0x25a200!=null&&_0x2298bc!=null?{'contentWidth':_0x25a200,'pageContentWidth':_0x2298bc}:void 0x0});return()=>_0x855b1f[_0x16f1ca(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x2326eb,_0x25a200,_0x2298bc,_0x4ebf5b,_0x1a3372,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x160104=_0x227aeb;let _0xf2f908=_0x3f5b20[_0x160104(0x1f3)],_0x979843=_0x216572['current'];if(!_0xf2f908)return;let _0x416108=_0xf2f908['closest']('[data-embed-docs-custom-block=\x22true\x22]'),_0x504cab=_0x416108==null?void 0x0:_0x416108[_0x160104(0x986)];return Vi(_0xf2f908,_0x979843,_0x324d21=>{const _0x567b63=_0x160104;let _0x4ec98f=_0x31f912[_0x567b63(0x1f3)];return(_0x4ec98f?(_0x83a3bf==null?void 0x0:_0x83a3bf(_0x324d21,_0x4ec98f))===!0x0:!0x1)||wr(_0xf2f908,_0x324d21);},(_0x504cab==null?void 0x0:_0x504cab['id'])===(_0x215a18==null?void 0x0:_0x215a18[_0x160104(0x253)])?_0x504cab:null,_0x2df2b3);},[_0x215a18==null?void 0x0:_0x215a18['hostAnchorId'],_0x83a3bf,_0x2df2b3]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x3dff91=_0x227aeb;var _0x714bc2;let _0x4044c2=_0x3f5b20[_0x3dff91(0x1f3)],_0x27ad63=(_0x4044c2==null?void 0x0:_0x4044c2[_0x3dff91(0x55c)]('[data-embed-float-fullscreen-button]'))??((_0x714bc2=_0x216572[_0x3dff91(0x1f3)])==null?void 0x0:_0x714bc2[_0x3dff91(0x55c)]('[data-embed-float-fullscreen-button]'));if(!(!_0x4044c2||!_0x27ad63))return Ui(_0x4044c2,_0x27ad63);},[]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x2bfe3e=_0x227aeb;let _0x58dde1=_0x3f5b20['current'];if(!(_0x215a18!=null&&_0x215a18[_0x2bfe3e(0x666)])||!_0x58dde1||typeof document>'u')return;let _0x406a4f=Yi({'activationService':_0x8b87b5,'chrome':_0x216572[_0x2bfe3e(0x1f3)],'container':_0x58dde1,'embedId':_0x215a18[_0x2bfe3e(0x666)],'externalHostInteractionUntil':_0x5daea8,'floatingActiveService':_0x46231e,'focusCoordinator':_0x548b19,'graceMs':0x28a,'hostUnitId':_0x215a18[_0x2bfe3e(0x565)],'interactionBoundaryService':_0x5a5523,'isExternalHostInteraction':_0x1898fe,'ownedPointerInteractionUntil':_0x498519,'runtimeFocusOwners':ca});return()=>_0x406a4f[_0x2bfe3e(0x45b)]();},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18['embedId'],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x46231e,_0x548b19,_0x5a5523,_0x1898fe]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x4bdd85=_0x227aeb;var _0x5da64e;_0x32f285!==_0x4bdd85(0x334)&&((_0x5da64e=_0x1a7dcb[_0x4bdd85(0x1f3)])==null||_0x5da64e[_0x4bdd85(0x45b)](),_0x1a7dcb[_0x4bdd85(0x1f3)]=void 0x0,ta(_0x215a18==null?void 0x0:_0x215a18[_0x4bdd85(0x666)],Bi(_0x5958f2[_0x4bdd85(0x1f3)],_0x5d85d9[_0x4bdd85(0x1f3)],_0x43b606[_0x4bdd85(0x1f3)],_0x5dbb90[_0x4bdd85(0x1f3)],_0x5b5338[_0x4bdd85(0x1f3)])));},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x6337dd=_0x227aeb;let _0x398d57=_0x21238d[_0x6337dd(0x1f3)];if(!_0x398d57||!(_0x215a18!=null&&_0x215a18['embedId'])||!_0x215a18[_0x6337dd(0x565)])return;let _0x5d6db5=Xi({'acquireStage2SessionLease':_0x10578a,'activationService':_0x8b87b5,'data':{'childType':_0x2df2b3,'childUnitId':_0x2ef61e,'embedId':_0x215a18[_0x6337dd(0x666)],'hostAnchorId':_0x215a18[_0x6337dd(0x253)],'hostUnitId':_0x215a18[_0x6337dd(0x565)]},'embedModelService':_0x350b8c,'enableStage1BodyDrag':_0xb0b952,'floatingActiveService':_0x46231e,'gate':_0x398d57,'interactionFlow':_0x3012d4,'popupRoot':_0x5b5338['current'],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x19a127});return()=>_0x5d6db5[_0x6337dd(0x45b)]();},[_0x10578a,_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x253)],_0x215a18==null?void 0x0:_0x215a18['hostUnitId'],_0x350b8c,_0xb0b952,_0x46231e,_0x3012d4,_0x19a127,_0x2df2b3,_0x2ef61e]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x53f796=_0x227aeb;let _0x7c1f98=_0x3f5b20['current'];if(!_0x7c1f98||!_0x2a78d6)return;let _0x19a73f=_0x2a78d6(_0x7c1f98);if(!_0x19a73f)return;let _0x40254c=_0x4d2292[_0x53f796(0x22c)](_0x19a73f,_0x7c1f98);return()=>_0x40254c['dispose']();},[_0x4d2292,_0x2a78d6]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x3a222d=_0x227aeb;let _0xe12d22=_0x3f5b20[_0x3a222d(0x1f3)],_0x2175cc=_0x21238d[_0x3a222d(0x1f3)],_0x18c34f=_0x5958f2[_0x3a222d(0x1f3)];if(!_0xe12d22||!_0x2175cc||!_0x18c34f)return;let _0x47bcc9=pr({'container':_0xe12d22,'gate':_0x2175cc,'getChildContext':()=>_0x31f912[_0x3a222d(0x1f3)],'getStage':()=>_0x215a18!=null&&_0x215a18[_0x3a222d(0x666)]?_0x46231e[_0x3a222d(0x2ee)](_0x215a18[_0x3a222d(0x666)]):_0x3a222d(0x23c),'hostScrollOffset':_0x42003d,'hostWheelGestureService':_0x4d2292,'invalidate':_0x3d05ea=>Oi(_0x4ebf5b,_0x215a18==null?void 0x0:_0x215a18[_0x3a222d(0x666)],_0x3d05ea,_0x5a8933),'liveRoot':_0x18c34f,'onHostWheel':_0x352edc,'passiveViewportRegistry':_0x4bcb83,'passiveWheelHandlerRegistry':_0x53e8a3,'resizeDocsSheetLikeRendererByWheel':_0x52eacc,'routeHostGestures':!!_0x2a78d6,'syncHostVerticalScroll':_0x295216,'viewScale':_0x55e5e6});return()=>_0x47bcc9[_0x3a222d(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18['embedId'],_0x55e5e6,_0x46231e,_0x4ebf5b,_0x4d2292,_0x4bcb83,_0x53e8a3,_0x52eacc,_0x2a78d6,_0x352edc,_0x295216]),(0x0,d[_0x227aeb(0x8a5)])(()=>()=>{const _0x1e310a=_0x227aeb;_0x5a8933[_0x1e310a(0x1f3)][_0x1e310a(0x360)](_0x392301=>window['cancelAnimationFrame'](_0x392301)),_0x5a8933[_0x1e310a(0x1f3)]=[];},[]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x5d4945=_0x227aeb;let _0x2ace64=_0x5958f2['current'];if(!_0x2ace64)return;let _0x52c6d5=Qi({'acquireStage2SessionLease':_0x10578a,'activationService':_0x8b87b5,'data':{'childType':_0x2df2b3,'childUnitId':_0x2ef61e,'embedId':_0x215a18==null?void 0x0:_0x215a18['embedId'],'hostUnitId':_0x215a18==null?void 0x0:_0x215a18[_0x5d4945(0x565)]},'embedModelService':_0x350b8c,'floatingActiveService':_0x46231e,'focusCoordinator':_0x548b19,'getRuntimeRoots':()=>Bi(_0x43b606['current'],_0x5d85d9[_0x5d4945(0x1f3)],_0x5dbb90[_0x5d4945(0x1f3)],_0x5b5338[_0x5d4945(0x1f3)],_0x5958f2[_0x5d4945(0x1f3)]),'interactionFlow':_0x3012d4,'liveRoot':_0x2ace64,'popupRoot':_0x5b5338[_0x5d4945(0x1f3)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x19a127,'runtimeFocusOwners':ca});return()=>_0x52c6d5[_0x5d4945(0x45b)]();},[_0x10578a,_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x46231e,_0x548b19,_0x3012d4,_0x19a127,_0x2df2b3,_0x2ef61e]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x40688b=_0x227aeb;let _0x4e3518=_0x5958f2[_0x40688b(0x1f3)];if(!_0x4e3518||!(_0x215a18!=null&&_0x215a18[_0x40688b(0x666)]))return;let _0x43f813=$i({'data':{'childType':_0x215a18[_0x40688b(0x5c7)],'childUnitId':_0x215a18[_0x40688b(0x442)],'embedId':_0x215a18[_0x40688b(0x666)],'hostUnitId':_0x215a18[_0x40688b(0x565)]},'floatingActiveService':_0x46231e,'focusCoordinator':_0x548b19,'graceMs':0x28a,'interactionBoundaryService':_0x5a5523,'liveRoot':_0x4e3518,'ownedPointerInteractionUntil':_0x498519,'pointerLease':_0x1a7dcb,'verticalScrollOwner':_0x3df1e5});return()=>_0x43f813[_0x40688b(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x442)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x46231e,_0x548b19,_0x5a5523]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x3974f8=_0x227aeb;if(_0x32f285!==_0x3974f8(0x334)||_0x3012d4!==_0x3974f8(0x4de))return;let _0x2e49d1=_0x5958f2[_0x3974f8(0x1f3)];if(!_0x2e49d1)return;let _0x203396,_0x583ab8=()=>Wi(Bi(_0x43b606['current'],_0x5d85d9[_0x3974f8(0x1f3)],_0x5dbb90[_0x3974f8(0x1f3)],_0x5b5338[_0x3974f8(0x1f3)],_0x5958f2[_0x3974f8(0x1f3)])),_0x5d8283=()=>{const _0x23acd3=_0x3974f8;let _0x317616=_0x2e49d1[_0x23acd3(0x2f2)][_0x23acd3(0x503)];return!_0x317616||_0x317616===_0x583ab8()?!0x1:Bi(_0x5958f2[_0x23acd3(0x1f3)],_0x5d85d9[_0x23acd3(0x1f3)],_0x43b606['current'],_0x5dbb90[_0x23acd3(0x1f3)],_0x5b5338[_0x23acd3(0x1f3)])[_0x23acd3(0x52a)](_0x14dbc3=>_0x14dbc3['contains'](_0x317616));},_0x4f968f=()=>{const _0x368dc9=_0x3974f8;if(!Gi(_0x215a18==null?void 0x0:_0x215a18[_0x368dc9(0x5c7)],!0x0))return;let _0x45e2fc=_0x583ab8();if(_0x45e2fc&&!_0x548b19[_0x368dc9(0x772)](_0x215a18==null?void 0x0:_0x215a18['embedId'],{'ignoreOwners':ca})&&!_0x5d8283()){if(_0x215a18!=null&&_0x215a18['hostUnitId']&&_0x215a18['embedId']){let _0x5f1ebc=_0x350b8c[_0x368dc9(0x5ab)](_0x215a18[_0x368dc9(0x565)],_0x215a18[_0x368dc9(0x666)]);(_0x5f1ebc==null?void 0x0:_0x5f1ebc[_0x368dc9(0x442)])!=null&&_0x5f1ebc[_0x368dc9(0x5c7)]!=null&&_0x8b87b5[_0x368dc9(0x3a9)](_0x5f1ebc);}_0x45e2fc[_0x368dc9(0x76c)](_0x368dc9(0x6f1))||(_0x45e2fc[_0x368dc9(0x5d4)]=-0x1),_0x45e2fc[_0x368dc9(0x27e)]({'preventScroll':!0x0});}};return _0x4f968f(),_0x203396=window[_0x3974f8(0x930)](()=>{_0x203396=void 0x0,_0x4f968f();}),()=>{_0x203396!=null&&(window['cancelAnimationFrame'](_0x203396),_0x203396=void 0x0);};},[_0x8b87b5,_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],_0x350b8c,_0x548b19,_0x3012d4,_0x32f285]),(0x0,d[_0x227aeb(0x8a5)])(()=>{const _0x51ae3e=_0x227aeb;let _0x394295=_0x3f5b20[_0x51ae3e(0x1f3)],_0x1c32a1=_0x3de45b[_0x51ae3e(0x1f3)];if(!_0x394295||!_0x1c32a1||typeof window>'u')return;let _0x4637dc=ci({'collapseViewportHeight':_0x1ffd92==null?void 0x0:_0x1ffd92[_0x51ae3e(0x720)],'collapseWithoutChildScroll':(_0x215a18==null?void 0x0:_0x215a18[_0x51ae3e(0x5c7)])===a[_0x51ae3e(0x747)][_0x51ae3e(0x8ed)],'container':_0x394295,'content':_0x1c32a1,'contentHeight':_0x1ffd92==null?void 0x0:_0x1ffd92[_0x51ae3e(0x5b4)],'enabled':_0x295216,'getChildContext':()=>_0x31f912['current'],'getProvider':_0x3fe191=>_0x4bcb83[_0x51ae3e(0x53b)](_0x3fe191[_0x51ae3e(0x5c7)],_0x3fe191[_0x51ae3e(0x29f)]),'getStage':()=>_0x215a18!=null&&_0x215a18[_0x51ae3e(0x666)]?_0x46231e[_0x51ae3e(0x2ee)](_0x215a18[_0x51ae3e(0x666)]):'inactive','hostLayout$':_0x1a3372,'invalidate':()=>_0x4ebf5b[_0x51ae3e(0x866)]({'embedId':_0x215a18==null?void 0x0:_0x215a18['embedId'],'reason':_0x51ae3e(0x587)}),'offset':_0x42003d,'onHostWheel':_0x352edc,'owner':_0x3df1e5,'syncingChildFromHost':_0x3f9333,'syncingHostFromChild':_0x4fa910,'viewScale':_0x55e5e6,'viewportHeight':_0x1ffd92==null?void 0x0:_0x1ffd92['viewportHeight']});return()=>_0x4637dc[_0x51ae3e(0x45b)]();},[_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x5c7)],_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)],_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x5b4)],_0x55e5e6,_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x720)],_0x1ffd92==null?void 0x0:_0x1ffd92[_0x227aeb(0x9db)],_0x46231e,_0x4ebf5b,_0x1a3372,_0x7a7597,_0x4bcb83,_0x352edc,_0x295216]);let _0x198e95=ar({'stage':_0x32f285,'interactionFlow':_0x3012d4}),_0x5b403d=_0x198e95[_0x227aeb(0x6a3)],_0x87bd7a=_0x198e95[_0x227aeb(0x784)],_0x583f31=_0x1ffd92?{'top':_0x1ffd92[_0x227aeb(0x8c8)]*_0x55e5e6,'left':-_0x3ccc9e*_0x55e5e6,'width':(((_0x5d1028==null?void 0x0:_0x5d1028[_0x227aeb(0x5cc)])??0x1)+_0x3ccc9e)*_0x55e5e6,'height':_0x1ffd92[_0x227aeb(0x9db)]*_0x55e5e6}:_0x96a8ee?{'top':_0x96a8ee[_0x227aeb(0x8c8)],'height':_0x227aeb(0x2be)+_0x96a8ee[_0x227aeb(0x8c8)]+_0x227aeb(0x38e)}:void 0x0,_0x6d01f9=_0x1ffd92?{'width':((_0x5d1028==null?void 0x0:_0x5d1028['initialWidth'])??0x1)+_0x3ccc9e,'height':_0x1ffd92[_0x227aeb(0x9db)],'transform':_0x55e5e6===0x1?void 0x0:_0x227aeb(0x586)+_0x55e5e6+')','transformOrigin':_0x227aeb(0x6b1)}:void 0x0,_0x5af135=_0x1ffd92?{'left':0x0,'width':_0x227aeb(0x629),'height':_0x1ffd92[_0x227aeb(0x9db)],'minHeight':_0x1ffd92[_0x227aeb(0x9db)]}:void 0x0;return(0x0,m[_0x227aeb(0x9d3)])(_0x227aeb(0x7ff),{'ref':_0x3f5b20,'className':(0x0,l['clsx'])(_0x227aeb(0x73b),_0x32f285===_0x227aeb(0x23c)&&c[_0x227aeb(0x655)],_0x1ffd92&&'univer-pointer-events-none'),'data-u-comp':_0x227aeb(0x46b),'data-embed-float-dom':_0x227aeb(0x85d),'data-embed-float-stage':_0x32f285,'data-embed-id':_0x215a18==null?void 0x0:_0x215a18['embedId'],'data-embed-host-unit-id':_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x565)],'data-embed-host-anchor-id':_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x253)],'data-embed-child-unit-id':_0x2ef61e,'data-embed-child-type':_0x2df2b3,'data-embed-interaction-flow':_0x3012d4,'children':[(0x0,m[_0x227aeb(0x9d3)])(_0x227aeb(0x7ff),{'ref':_0x3de45b,'className':(0x0,l[_0x227aeb(0x2e8)])(_0x227aeb(0x9df),_0x1ffd92&&'after:!univer-border-b-0\x20after:!univer-border-r-0'),'data-u-comp':_0x227aeb(0x83b),'data-embed-float-content':'true','style':_0x583f31,'children':[(0x0,m['jsxs'])('div',{'ref':_0x5958f2,'className':(0x0,l['clsx'])(_0x227aeb(0x647),_0x1ffd92&&_0x227aeb(0x949)),'data-u-comp':_0x227aeb(0x501),'data-embed-float-live':'true','style':_0x6d01f9,'children':[(0x0,m[_0x227aeb(0x689)])(_0x227aeb(0x7ff),{'ref':_0x43b606,'className':(0x0,l[_0x227aeb(0x2e8)])(_0x227aeb(0x4f3),_0x5a08f0,_0x1ffd92&&_0x227aeb(0x49d),_0x5b403d&&_0x227aeb(0x836)),'data-u-comp':'embed-float-dom-live-canvas','style':_0x5af135,'data-embed-canvas-root':_0x227aeb(0x85d)}),(0x0,m['jsx'])(_0x227aeb(0x7ff),{'ref':_0x5d85d9,'className':(0x0,l[_0x227aeb(0x2e8)])(_0x227aeb(0x2d0),_0x5b403d&&_0x227aeb(0x836)),'data-u-comp':_0x227aeb(0x520),'style':_0x5af135,'data-embed-content-root':_0x227aeb(0x85d)})]}),(0x0,m[_0x227aeb(0x689)])(_0x227aeb(0x7ff),{'ref':_0x21238d,'className':(0x0,l['clsx'])(_0x227aeb(0x9b7),_0x87bd7a&&_0x227aeb(0x836)),'data-u-comp':_0x227aeb(0x745),'data-embed-float-interaction-gate':_0x227aeb(0x85d)}),_0x32f285===_0x227aeb(0x23c)&&(0x0,m[_0x227aeb(0x689)])(c['HoverTrack'],{'className':_0x227aeb(0x725)})]}),(0x0,m[_0x227aeb(0x9d3)])(_0x227aeb(0x7ff),{'ref':_0x216572,'className':_0x227aeb(0x671),'data-u-comp':_0x227aeb(0x9da),'data-embed-float-stage':_0x32f285,'data-embed-id':_0x215a18==null?void 0x0:_0x215a18['embedId'],'style':{'zIndex':_0x3eeefe??0x320},'children':[(0x0,m[_0x227aeb(0x689)])('div',{'ref':_0x5dbb90,'className':_0x227aeb(0x52e),'data-u-comp':'embed-float-dom-overlay','data-embed-overlay-root':_0x227aeb(0x85d)}),(0x0,m[_0x227aeb(0x689)])('div',{'ref':_0x5b5338,'className':_0x227aeb(0x52e),'data-u-comp':'embed-float-dom-popup','data-embed-popup-root':_0x227aeb(0x85d)}),(0x0,m[_0x227aeb(0x689)])(ia,{'hostUnitId':_0x215a18==null?void 0x0:_0x215a18['hostUnitId'],'embedId':_0x215a18==null?void 0x0:_0x215a18[_0x227aeb(0x666)]})]})]});}function ua(_0xd408b8){const _0x1db10c=_0x1ed4d3;let _0x21f621=_0xd408b8==null?void 0x0:_0xd408b8[_0x1db10c(0x2e7)][_0x1db10c(0x5a5)];if(_0x21f621)try{let _0x17b929=typeof _0x21f621==_0x1db10c(0x23d)?(0x0,t[_0x1db10c(0x7de)])(_0x21f621):_0x21f621;return{'childUnitId':_0x17b929['unit'][_0x1db10c(0x602)],'childType':(0x0,t['fromResourceRefUnitType'])(_0x17b929['unit'][_0x1db10c(0x5a7)])};}catch{return;}}function da(_0x51682b){const _0xf8734c=_0x1ed4d3;var _0x23be2b,_0x3ac53e;let _0x482919=((_0x23be2b=_0x51682b[_0xf8734c(0x440)])==null?void 0x0:_0x23be2b[_0xf8734c(0x714)])||void 0x0;if(_0x482919&&typeof _0x482919==_0xf8734c(0x56b)&&_0x482919[_0xf8734c(0x29f)])return _0x482919[_0xf8734c(0x29f)];let _0x4bc006=((_0x3ac53e=_0x51682b[_0xf8734c(0x440)])==null?void 0x0:_0x3ac53e['tab'])||void 0x0;return _0x4bc006&&typeof _0x4bc006=='object'&&_0x4bc006[_0xf8734c(0x42b)]?_0xf8734c(0x282):void 0x0;}var fa=class extends a[_0x1ed4d3(0x2f7)]{constructor(..._0x3f87ff){const _0x269e8f=_0x1ed4d3;super(..._0x3f87ff),B(this,_0x269e8f(0x6ad),new Map()),B(this,_0x269e8f(0x4cd),new f['Subject']()),B(this,_0x269e8f(0x932),this[_0x269e8f(0x4cd)][_0x269e8f(0x7bc)]());}[_0x1ed4d3(0x22c)](_0x4f8079){const _0x46acfb=_0x1ed4d3;return this[_0x46acfb(0x6ad)][_0x46acfb(0x753)](_0x4f8079[_0x46acfb(0x5c7)],_0x4f8079),(0x0,a[_0x46acfb(0x64a)])(()=>{const _0x34cff3=_0x46acfb;this[_0x34cff3(0x6ad)][_0x34cff3(0x53b)](_0x4f8079[_0x34cff3(0x5c7)])===_0x4f8079&&this[_0x34cff3(0x6ad)][_0x34cff3(0x74c)](_0x4f8079[_0x34cff3(0x5c7)]);});}[_0x1ed4d3(0x53b)](_0xd89b5){const _0x41b432=_0x1ed4d3;return this[_0x41b432(0x6ad)][_0x41b432(0x53b)](_0xd89b5);}[_0x1ed4d3(0x80c)](){const _0x47f171=_0x1ed4d3;return[...this[_0x47f171(0x6ad)][_0x47f171(0x3e4)]()];}[_0x1ed4d3(0x3af)](_0x25f0e7){const _0x5691dc=_0x1ed4d3;var _0x22bb05;return(_0x22bb05=this['get'](_0x25f0e7[_0x5691dc(0x5c7)]))==null?void 0x0:_0x22bb05['measureContentSize'](_0x25f0e7);}[_0x1ed4d3(0x67f)](_0x41e828,_0x277f91){const _0x331836=_0x1ed4d3;this[_0x331836(0x4cd)][_0x331836(0x592)]({'embedId':_0x277f91,'hostUnitId':_0x41e828});}[_0x1ed4d3(0x45b)](){const _0x56c9f8=_0x1ed4d3;this[_0x56c9f8(0x6ad)][_0x56c9f8(0x9c2)](),this[_0x56c9f8(0x4cd)][_0x56c9f8(0x7e3)](),super['dispose']();}};let pa=class{constructor(_0x2130b8){const _0x491e4b=_0x1ed4d3;this[_0x491e4b(0x4c6)]=_0x2130b8,B(this,_0x491e4b(0x623),new Map());}[_0x1ed4d3(0x846)](_0x71ad3a,_0x5e34fd){const _0x44822e=_0x1ed4d3;if(this['_leases'][_0x44822e(0x54f)](_0x71ad3a[_0x44822e(0x666)]))throw Error('EMBED_RUNTIME_HOST_ALREADY_LEASED:'+_0x71ad3a[_0x44822e(0x666)]);let _0x1d5216=this[_0x44822e(0x4c6)][_0x44822e(0x28a)](_0x71ad3a[_0x44822e(0x666)]),_0x59ee6f=_0x1d5216!=null&&_0x1d5216[_0x44822e(0x44e)]?this['_relocateExistingSession'](_0x1d5216,_0x5e34fd):this[_0x44822e(0x84d)](_0x71ad3a,_0x5e34fd);return this[_0x44822e(0x623)]['set'](_0x71ad3a[_0x44822e(0x666)],_0x59ee6f),{'session':_0x59ee6f[_0x44822e(0x46a)],'ownsSession':_0x59ee6f['ownsSession'],'dispose':()=>{const _0xca9e44=_0x44822e;this[_0xca9e44(0x623)]['get'](_0x71ad3a['embedId'])===_0x59ee6f&&(this[_0xca9e44(0x623)][_0xca9e44(0x74c)](_0x71ad3a[_0xca9e44(0x666)]),_0x59ee6f[_0xca9e44(0x45b)]());}};}[_0x1ed4d3(0x505)](_0x510113,_0x49258a){const _0x2bfd62=_0x1ed4d3;let _0x34b9fd=ma(_0x510113);if(_0x34b9fd['length']===0x0)throw Error(_0x2bfd62(0x48a)+_0x510113[_0x2bfd62(0x666)]);let _0x25069e=_0x34b9fd[_0x2bfd62(0x572)](_0x158b85=>{const _0x36274b=_0x2bfd62;let _0x16a54f=_0x158b85[_0x36274b(0x275)];if(!_0x16a54f)throw Error('EMBED_RUNTIME_HOST_NOT_ATTACHED:'+_0x510113[_0x36274b(0x666)]);return{'node':_0x158b85,'originalParent':_0x16a54f,'placeholder':document['createComment'](_0x36274b(0x59f))};});return _0x25069e[_0x2bfd62(0x360)](({node:_0x9c48a4,originalParent:_0x533913,placeholder:_0x57ae01})=>{_0x533913['insertBefore'](_0x57ae01,_0x9c48a4);}),_0x49258a[_0x2bfd62(0x6de)](..._0x34b9fd),{'session':_0x510113,'ownsSession':!0x1,'dispose':()=>{const _0x32dfcc=_0x2bfd62;if(this['_mountService'][_0x32dfcc(0x28a)](_0x510113[_0x32dfcc(0x666)])!==_0x510113){_0x25069e[_0x32dfcc(0x360)](({node:_0x4847fd,placeholder:_0x2e4de8})=>{const _0x42890d=_0x32dfcc;_0x4847fd[_0x42890d(0x241)](),_0x2e4de8[_0x42890d(0x241)]();});return;}_0x25069e['forEach'](({node:_0x4e2aaa,originalParent:_0x19d217,placeholder:_0xe87a49})=>{const _0x5654c6=_0x32dfcc;if(_0xe87a49[_0x5654c6(0x275)]){_0xe87a49[_0x5654c6(0x3cc)](_0x4e2aaa);return;}_0x19d217[_0x5654c6(0x545)](_0x4e2aaa);});}};}[_0x1ed4d3(0x84d)](_0x2fdd73,_0x378430){const _0x12f580=_0x1ed4d3;let _0x2a3544=this[_0x12f580(0x4c6)][_0x12f580(0x84f)](_0x2fdd73,_0x378430);return{'session':_0x2a3544,'ownsSession':!0x0,'dispose':()=>{const _0x19cb69=_0x12f580;this['_mountService'][_0x19cb69(0x28a)](_0x2fdd73[_0x19cb69(0x666)])===_0x2a3544&&this[_0x19cb69(0x4c6)][_0x19cb69(0x228)](_0x2fdd73['embedId']);}};}};pa=Y([J(0x0,(0x0,a['Inject'])(Ut))],pa);function ma(_0x36d83d){const _0x298374=_0x1ed4d3;let _0x330819=_0x36d83d[_0x298374(0x44e)];if(!_0x330819)return[];let _0x54ccf3=_0x330819[_0x298374(0x982)][_0x298374(0x3c8)],_0x1325c7=new Set([_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x684)],_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x88d)],_0x330819[_0x298374(0x6f3)]['roots'][_0x298374(0x852)]]);return _0x330819[_0x298374(0x6f3)]['roots'][_0x298374(0x2a6)]&&_0x1325c7['add'](_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x2a6)]),_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x2bb)]&&_0x1325c7[_0x298374(0x363)](_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)]['menuSlot']),_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)]['footerSlot']&&_0x1325c7[_0x298374(0x363)](_0x330819[_0x298374(0x6f3)][_0x298374(0x64b)][_0x298374(0x7c9)]),_0x1325c7['delete'](_0x54ccf3),Array[_0x298374(0x8dc)](_0x54ccf3['children'])['filter'](_0x232cf7=>_0x232cf7 instanceof HTMLElement&&[..._0x1325c7][_0x298374(0x52a)](_0x3aa301=>_0x232cf7===_0x3aa301||_0x232cf7[_0x298374(0x495)](_0x3aa301)));}const ha=0x3e8;function ga(_0x4f6e72,_0x3b02eb){const _0x4d2e75=_0x1ed4d3;return{'childType':_0x3b02eb[_0x4d2e75(0x5c7)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x99576a=>_a(_0x4f6e72,_0x3b02eb['renderManagerService'],_0x99576a)};}async function _a(_0x4cc470,_0x11ba01,_0x4f4638){const _0x36ae20=_0x1ed4d3;let _0x576764=_0x4cc470[_0x36ae20(0x53b)](_0x11ba01),_0xae5958=await va(_0x576764,_0x4f4638);if(_0xae5958)return _0xae5958;if(!_0x4f4638['context']){let _0xa028cc=_0x576764[_0x36ae20(0x871)](_0x4f4638[_0x36ae20(0x442)]);if(_0xa028cc){let _0x17cff6=await Sa(_0xa028cc,_0x4f4638);if(_0x17cff6)return _0x17cff6;}}let _0x33bbcb=await ya(_0x4cc470,_0x4f4638);return _0x33bbcb===null?ba(_0x4cc470,_0x576764,_0x4f4638):_0x33bbcb;}async function va(_0x515507,_0x3a9478){const _0xc1cbd1=_0x1ed4d3;if(!_0x3a9478['context'])return;let _0x1ed3e0=_0x3a9478['reason']===_0xc1cbd1(0x483)?Pt(_0x3a9478[_0xc1cbd1(0x44e)]):void 0x0;try{_0x3a9478[_0xc1cbd1(0x279)]===_0xc1cbd1(0x483)&&await It(_0x3a9478[_0xc1cbd1(0x5c7)]);let _0x250425=_0x515507[_0xc1cbd1(0x871)](_0x3a9478[_0xc1cbd1(0x442)]);return _0x250425&&await Ea(_0x250425,!0x1,Oa(_0x3a9478[_0xc1cbd1(0x44e)])),jt(_0x3a9478['context']);}finally{_0x1ed3e0==null||_0x1ed3e0();}}async function ya(_0x1a5561,_0x41676f){const _0x2beb03=_0x1ed4d3;if(ja(_0x41676f)!==_0x2beb03(0x282)||!_0x1a5561[_0x2beb03(0x54f)](pa))return null;if(typeof document>'u')return;let _0x3b3c43=Da(_0x41676f),_0x515e15;try{_0x515e15=_0x1a5561[_0x2beb03(0x53b)](pa)['acquire']({..._0x41676f['descriptor'],'mode':'readonly'},_0x3b3c43);let _0x5231c9=_0x515e15[_0x2beb03(0x46a)][_0x2beb03(0x44e)];if(!_0x5231c9)return;let _0x383e2e=_0x41676f[_0x2beb03(0x279)]===_0x2beb03(0x483)?Pt(_0x5231c9):void 0x0;try{return _0x41676f[_0x2beb03(0x279)]===_0x2beb03(0x483)&&await It(_0x41676f[_0x2beb03(0x5c7)]),await wa(_0x5231c9),jt(_0x5231c9);}finally{_0x383e2e==null||_0x383e2e();}}catch{return;}finally{_0x515e15==null||_0x515e15['dispose'](),_0x3b3c43[_0x2beb03(0x241)]();}}async function ba(_0x3323cd,_0x5f5b52,_0x21466b){const _0x5290f0=_0x1ed4d3;var _0x232c6b,_0x373958;if(typeof document>'u')return;let _0x10f803=Da(_0x21466b),_0x431955=(_0x232c6b=_0x21466b['context'])!=null&&(_0x232c6b=_0x232c6b[_0x5290f0(0x6f3)])!=null&&_0x232c6b[_0x5290f0(0x583)]?void 0x0:ve(Aa(_0x3323cd,_0x21466b,_0x10f803)),_0x23334d=((_0x373958=_0x21466b[_0x5290f0(0x44e)])==null||(_0x373958=_0x373958['runtimeScope'])==null?void 0x0:_0x373958[_0x5290f0(0x583)])??_0x431955,_0x3d2c23=Et(_0x5f5b52,_0x21466b[_0x5290f0(0x442)],_0x23334d);if(!_0x3d2c23){_0x431955==null||_0x431955['dispose'](),_0x10f803[_0x5290f0(0x241)]();return;}return xa(_0x5f5b52,_0x21466b['childUnitId'],_0x3d2c23,_0x431955,_0x10f803,_0x21466b);}async function xa(_0x2777d0,_0x513893,_0x5696c5,_0x58b88e,_0x172cf3,_0x52ac47){const _0x4bfeb2=_0x1ed4d3;let _0x2fc236;try{return _0x5696c5[_0x4bfeb2(0x212)]['mount'](_0x172cf3),_0x52ac47[_0x4bfeb2(0x279)]===_0x4bfeb2(0x483)&&(_0x2fc236=Ft(_0x5696c5,[_0x172cf3]),await It(_0x52ac47[_0x4bfeb2(0x5c7)])),await Ea(_0x5696c5,!0x0),Ca(_0x5696c5);}catch{return;}finally{_0x2fc236==null||_0x2fc236();try{var _0x599fef,_0x4fb332;(_0x599fef=(_0x4fb332=_0x5696c5['engine'])[_0x4bfeb2(0x228)])==null||_0x599fef['call'](_0x4fb332);}catch{}if(_0x58b88e){var _0x575d69;(_0x575d69=_0x2777d0[_0x4bfeb2(0x814)])==null||_0x575d69['call'](_0x2777d0,_0x513893),_0x58b88e['dispose']();}_0x172cf3['remove']();}}async function Sa(_0x43f816,_0xdee53a){const _0x442e44=_0x1ed4d3;let _0x1ca4d8=_0xdee53a[_0x442e44(0x279)]==='print'?Ft(_0x43f816):void 0x0;try{return _0xdee53a[_0x442e44(0x279)]==='print'&&await It(_0xdee53a[_0x442e44(0x5c7)]),Ca(_0x43f816);}finally{_0x1ca4d8==null||_0x1ca4d8();}}function Ca(_0x39cb99){const _0x35550e=_0x1ed4d3;var _0x2aee5e,_0x12c69f,_0x463259,_0x59853d,_0x565c19;let _0x25f765=((_0x2aee5e=(_0x12c69f=_0x39cb99[_0x35550e(0x212)])['getCanvasElement'])==null?void 0x0:_0x2aee5e[_0x35550e(0x5db)](_0x12c69f))??((_0x463259=(_0x59853d=_0x39cb99['engine'])['getCanvas'])==null||(_0x463259=_0x463259[_0x35550e(0x5db)](_0x59853d))==null||(_0x565c19=_0x463259['getCanvasEle'])==null?void 0x0:_0x565c19[_0x35550e(0x5db)](_0x463259));if(!(!_0x25f765||_0x25f765[_0x35550e(0x754)]<=0x1||_0x25f765[_0x35550e(0x33c)]<=0x1||typeof _0x25f765[_0x35550e(0x1f8)]!=_0x35550e(0x508)))return _0x25f765[_0x35550e(0x1f8)](_0x35550e(0x3a6));}async function wa(_0x5e6446,_0x27c9d1=!0x1){const _0x3bd4c8=_0x1ed4d3;try{var _0x35cfb2;let _0x37ea84=(((_0x35cfb2=_0x5e6446['runtimeScope'])==null?void 0x0:_0x35cfb2[_0x3bd4c8(0x583)])??_0x5e6446[_0x3bd4c8(0x583)])[_0x3bd4c8(0x53b)](p[_0x3bd4c8(0x208)]),_0x8ed540=Date['now']()+ha,_0x12eb9f=await Ta(_0x37ea84,_0x5e6446[_0x3bd4c8(0x442)],_0x8ed540);_0x12eb9f&&(_0x27c9d1&&(_0x12eb9f[_0x3bd4c8(0x20c)][_0x3bd4c8(0x53a)](!0x0),await Promise[_0x3bd4c8(0x774)]([_0x12eb9f[_0x3bd4c8(0x20c)][_0x3bd4c8(0x96b)](),new Promise(_0x32ab5b=>globalThis['setTimeout'](_0x32ab5b,Math[_0x3bd4c8(0x287)](0x0,_0x8ed540-Date[_0x3bd4c8(0x8e7)]())))])),await Ea(_0x12eb9f,!0x1,Oa(_0x5e6446),_0x8ed540));}catch{}}async function Ta(_0x5f00ce,_0x2e9b0c,_0x2868f2){const _0x1943eb=_0x1ed4d3;let _0x13e092=_0x5f00ce['getRenderUnitById'](_0x2e9b0c);if(_0x13e092)return _0x13e092;let _0x234019=_0x5f00ce[_0x1943eb(0x250)];if(!(!_0x234019||typeof _0x234019[_0x1943eb(0x49c)]!=_0x1943eb(0x508)))return new Promise(_0x2d4b57=>{const _0x31542a=_0x1943eb;let _0x4ca6de=!0x1,_0x5ccf28,_0x312516,_0x4725cf=_0x618f93=>{const _0x59a3f1=_0x54e0;_0x4ca6de||(_0x4ca6de=!0x0,_0x5ccf28!==void 0x0&&globalThis[_0x59a3f1(0x7b3)](_0x5ccf28),_0x312516==null||_0x312516[_0x59a3f1(0x465)](),_0x2d4b57(_0x618f93));},_0x4241c8=_0x234019[_0x31542a(0x49c)](_0x8a120e=>{const _0x406d0f=_0x31542a;_0x8a120e[_0x406d0f(0x2b9)]===_0x2e9b0c&&_0x4725cf(_0x8a120e);});if(_0x312516=_0x4241c8,_0x4ca6de){_0x4241c8[_0x31542a(0x465)]();return;}let _0x7a61fd=_0x5f00ce['getRenderUnitById'](_0x2e9b0c);if(_0x7a61fd){_0x4725cf(_0x7a61fd);return;}_0x5ccf28=globalThis[_0x31542a(0x84e)](()=>_0x4725cf(_0x5f00ce[_0x31542a(0x871)](_0x2e9b0c)??void 0x0),Math[_0x31542a(0x287)](0x0,_0x2868f2-Date[_0x31542a(0x8e7)]()));});}async function Ea(_0x5a7235,_0x5309bc,_0x301c80=!0x0,_0x4de58e=Date['now']()+ha){await ka(_0x4de58e);let _0x5712ec=_0x5a7235['scene']['afterRender$'];if(!_0x5712ec){_0x5309bc&&kt(_0x5a7235,{'activate':!0x1});return;}await new Promise(_0xe59c57=>{const _0x2c169a=_0x54e0;let _0x40e28f=!0x1,_0x2b30e2,_0x4d9f8c,_0x4a5f33,_0x2ee5db=()=>{const _0x157446=_0x54e0;_0x40e28f||(_0x40e28f=!0x0,_0x2b30e2!==void 0x0&&globalThis['clearTimeout'](_0x2b30e2),_0x4d9f8c!==void 0x0&&globalThis[_0x157446(0x7b3)](_0x4d9f8c),_0x4a5f33==null||_0x4a5f33['unsubscribe'](),_0xe59c57());},_0xc31adc=()=>{const _0x5915ab=_0x54e0;_0x2b30e2!==void 0x0&&globalThis[_0x5915ab(0x7b3)](_0x2b30e2),_0x2b30e2=globalThis[_0x5915ab(0x84e)](_0x2ee5db,0xa0);};_0x4a5f33=_0x5712ec[_0x2c169a(0x49c)](_0x2ae9fe=>{_0x2ae9fe&&_0xc31adc();}),_0x4d9f8c=globalThis[_0x2c169a(0x84e)](_0x2ee5db,Math[_0x2c169a(0x287)](0x0,_0x4de58e-Date[_0x2c169a(0x8e7)]()));try{_0x5309bc&&kt(_0x5a7235,{'activate':!0x1}),(_0x5309bc||_0x301c80)&&_0xc31adc();}catch{_0x2ee5db();}});}function Da(_0x2a211e){const _0x49e8b0=_0x1ed4d3;let _0x325351=document[_0x49e8b0(0x467)]('div');return _0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x824)]=_0x49e8b0(0x4ab),_0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x2f6)]=_0x49e8b0(0x90e),_0x325351['style'][_0x49e8b0(0x578)]=_0x49e8b0(0x90e),_0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x754)]=Math[_0x49e8b0(0x287)](0x1,Math[_0x49e8b0(0x66f)](_0x2a211e[_0x49e8b0(0x754)]))+'px',_0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x33c)]=Math[_0x49e8b0(0x287)](0x1,Math[_0x49e8b0(0x66f)](_0x2a211e[_0x49e8b0(0x33c)]))+'px',_0x325351[_0x49e8b0(0x3e6)][_0x49e8b0(0x37a)]=_0x49e8b0(0x255),document[_0x49e8b0(0x235)][_0x49e8b0(0x545)](_0x325351),_0x325351;}function Oa(_0x4b0c82){const _0xff8165=_0x1ed4d3;var _0x1a94ab,_0xc9ac71,_0x22e219;return[(_0x1a94ab=_0x4b0c82[_0xff8165(0x982)])==null?void 0x0:_0x1a94ab[_0xff8165(0x97f)],(_0xc9ac71=_0x4b0c82[_0xff8165(0x982)])==null?void 0x0:_0xc9ac71[_0xff8165(0x815)],(_0x22e219=_0x4b0c82[_0xff8165(0x982)])==null?void 0x0:_0x22e219['rootElement']][_0xff8165(0x699)](_0x15391d=>!!_0x15391d)[_0xff8165(0x52a)](_0x4ef2fc=>Array['from'](_0x4ef2fc['querySelectorAll']('canvas'))[_0xff8165(0x52a)](_0x29a1b4=>_0x29a1b4[_0xff8165(0x754)]>0x1&&_0x29a1b4['height']>0x1));}async function ka(_0x367cc2){const _0x216d47=_0x1ed4d3;if(typeof document>'u'||!document['fonts']||document[_0x216d47(0x993)][_0x216d47(0x4db)]!==_0x216d47(0x4dd))return;let _0x424fca;try{await Promise[_0x216d47(0x774)]([document[_0x216d47(0x993)]['ready'][_0x216d47(0x5cb)](()=>void 0x0,()=>void 0x0),new Promise(_0x51f5b6=>{const _0x593f3f=_0x216d47;_0x424fca=globalThis[_0x593f3f(0x84e)](_0x51f5b6,Math['max'](0x0,_0x367cc2-Date[_0x593f3f(0x8e7)]()));})]);}finally{_0x424fca!==void 0x0&&globalThis['clearTimeout'](_0x424fca);}}function Aa(_0x1d41e6,_0xb50462,_0x3f2542){const _0x4b6c71=_0x1ed4d3;let _0x3f0c60=ja(_0xb50462),_0x43b38f=_0x3f0c60==='tab-peer',_0x56cc2a=()=>{};return{'descriptor':_0xb50462[_0x4b6c71(0x3e8)],'layout':_0x3f0c60,'injector':_0x1d41e6,'hostElement':_0x3f2542,'container':_0x3f2542,'hostUnitId':_0xb50462[_0x4b6c71(0x3e8)]['hostUnitId'],'embedId':_0xb50462['descriptor'][_0x4b6c71(0x666)],'childUnitId':_0xb50462[_0x4b6c71(0x442)],'childType':_0xb50462[_0x4b6c71(0x5c7)],'renderScope':{'hostUnitId':_0xb50462['descriptor']['hostUnitId'],'hostAnchorId':_0xb50462['descriptor'][_0x4b6c71(0x253)],'embedId':_0xb50462[_0x4b6c71(0x3e8)]['embedId'],'childUnitId':_0xb50462[_0x4b6c71(0x442)],'childType':_0xb50462[_0x4b6c71(0x5c7)],'layout':_0x3f0c60,'mode':_0x43b38f?_0x4b6c71(0x9c5):'float','rootElement':_0x3f2542,'contentRoot':_0x3f2542,'canvasRoot':_0x3f2542,'active$':(0x0,f['of'])(!0x1)},'runtimeScope':{'descriptor':_0xb50462['descriptor'],'host':{'unitId':_0xb50462['descriptor'][_0x4b6c71(0x565)],'type':_0xb50462['descriptor'][_0x4b6c71(0x817)],'anchorId':_0xb50462[_0x4b6c71(0x3e8)][_0x4b6c71(0x253)],'entry':_0xb50462[_0x4b6c71(0x3e8)][_0x4b6c71(0x8bf)],'layout':_0x43b38f?'tab-peer':_0x4b6c71(0x681)},'child':{'unitId':_0xb50462[_0x4b6c71(0x442)],'type':_0xb50462[_0x4b6c71(0x5c7)]},'injector':_0x1d41e6,'roots':{'root':_0x3f2542,'content':_0x3f2542,'canvas':_0x3f2542,'overlay':_0x3f2542,'popup':_0x3f2542},'activate':_0x56cc2a,'deactivate':_0x56cc2a,'dispose':_0x56cc2a}};}function ja(_0x155d86){const _0x1e8899=_0x1ed4d3;var _0x112015,_0x29267a,_0x176fc3;let _0x12b6a3=(_0x112015=_0x155d86[_0x1e8899(0x3e8)]['sourceMeta'])==null?void 0x0:_0x112015[_0x1e8899(0x714)];if(_0x12b6a3&&typeof _0x12b6a3==_0x1e8899(0x56b)&&typeof _0x12b6a3[_0x1e8899(0x29f)]==_0x1e8899(0x23d))return _0x12b6a3[_0x1e8899(0x29f)];let _0x23a863=(_0x29267a=_0x155d86[_0x1e8899(0x3e8)][_0x1e8899(0x440)])==null?void 0x0:_0x29267a[_0x1e8899(0x9c5)];return _0x155d86['descriptor']['entry']===t['EmbedHostEntryEnum'][_0x1e8899(0x5eb)]||_0x155d86[_0x1e8899(0x3e8)][_0x1e8899(0x8bf)]===t[_0x1e8899(0x224)]['BasesTableListBlock']||_0x155d86[_0x1e8899(0x3e8)]['entry']===t[_0x1e8899(0x224)][_0x1e8899(0x9cc)]||_0x23a863&&typeof _0x23a863==_0x1e8899(0x56b)&&_0x23a863[_0x1e8899(0x42b)]?'tab-peer':((_0x176fc3=_0x155d86[_0x1e8899(0x44e)])==null?void 0x0:_0x176fc3[_0x1e8899(0x29f)])??_0x1e8899(0x808);}const Ma=0x640,Na=0x4b0,Pa=0x7fff;let Fa=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x359783,_0x2b9d23,_0x6b6ce0,_0x3e3b0e,_0x2b3e8e,_0x494c40,_0x42c178,_0x1932e0,_0x1226a5,_0xbcbbdd,_0x3b618c,_0x1d2c78){const _0x370e42=_0x1ed4d3;super(),this['_embedModelService']=_0x359783,this[_0x370e42(0x3ae)]=_0x2b9d23,this['_hostAdapterRegistry']=_0x6b6ce0,this[_0x370e42(0x3b0)]=_0x3e3b0e,this[_0x370e42(0x3ff)]=_0x2b3e8e,this[_0x370e42(0x4c6)]=_0x494c40,this[_0x370e42(0x85a)]=_0x42c178,this['_passiveViewportRegistry']=_0x1932e0,this[_0x370e42(0x4c2)]=_0x1226a5,this[_0x370e42(0x6bb)]=_0xbcbbdd,this['_themeService']=_0x3b618c,this['_imageIoService']=_0x1d2c78,B(this,_0x370e42(0x91b),new Map());}async['prepare'](_0x501854){const _0x3bfe3d=_0x1ed4d3;var _0x297d30,_0x27ea48;let _0x1e600b=_0x501854['unitType']===a[_0x3bfe3d(0x747)]['UNIVER_SLIDE']?this[_0x3bfe3d(0x6bb)][_0x3bfe3d(0x4a8)](_0x501854[_0x3bfe3d(0x2b9)],a[_0x3bfe3d(0x747)][_0x3bfe3d(0x83f)]):void 0x0,_0x23c2e7=_0x1e600b==null||(_0x297d30=_0x1e600b['pageManager']['getActiveSlide']())==null?void 0x0:_0x297d30[_0x3bfe3d(0x729)](),_0x378f92=_0x501854[_0x3bfe3d(0x2fc)]===a[_0x3bfe3d(0x747)][_0x3bfe3d(0x32f)]?(_0x27ea48=this[_0x3bfe3d(0x6bb)][_0x3bfe3d(0x4a8)](_0x501854[_0x3bfe3d(0x2b9)],a[_0x3bfe3d(0x747)][_0x3bfe3d(0x32f)]))==null||(_0x27ea48=_0x27ea48['getActiveSheet'](!0x0))==null?void 0x0:_0x27ea48[_0x3bfe3d(0x2c5)]():void 0x0;try{this['_clearHost'](_0x501854[_0x3bfe3d(0x2b9)]);let _0x28e6ea=this[_0x3bfe3d(0x3b7)][_0x3bfe3d(0x2a2)](_0x501854[_0x3bfe3d(0x2b9)])['filter'](_0x521d75=>_0x521d75[_0x3bfe3d(0x817)]===_0x501854[_0x3bfe3d(0x2fc)]);for(let _0x3545b1 of _0x28e6ea)await this[_0x3bfe3d(0x5f3)](_0x3545b1,_0x501854),await this[_0x3bfe3d(0x423)](_0x3545b1,_0x501854),await this[_0x3bfe3d(0x762)](_0x3545b1,_0x501854);}finally{_0x378f92&&this[_0x3bfe3d(0x4c2)][_0x3bfe3d(0x6c0)](v['SetWorksheetActiveOperation']['id'],{'unitId':_0x501854[_0x3bfe3d(0x2b9)],'subUnitId':_0x378f92}),_0x23c2e7&&(_0x1e600b==null||_0x1e600b[_0x3bfe3d(0x673)][_0x3bfe3d(0x9de)](_0x23c2e7)),this[_0x3bfe3d(0x6bb)]['setCurrentUnitForType'](_0x501854['unitId']),this['_univerInstanceService'][_0x3bfe3d(0x927)](_0x501854[_0x3bfe3d(0x2b9)]);}}[_0x1ed4d3(0x596)](_0x48e2e9,_0x4a27a1){const _0x4a52f5=_0x1ed4d3;var _0x3e685d;return(_0x3e685d=this['getResource'](_0x48e2e9,_0x4a27a1))==null?void 0x0:_0x3e685d[_0x4a52f5(0x2e7)];}[_0x1ed4d3(0x202)](_0x23b05,_0x14846e){const _0x3586d0=_0x1ed4d3;return this[_0x3586d0(0x91b)][_0x3586d0(0x53b)](this[_0x3586d0(0x8df)](_0x23b05,_0x14846e));}async[_0x1ed4d3(0x5f3)](_0x1612f2,_0x2862ac){const _0x33b5dc=_0x1ed4d3;var _0x182d53;if(_0x2862ac[_0x33b5dc(0x2fc)]!==a[_0x33b5dc(0x747)][_0x33b5dc(0x32f)]||_0x1612f2['entry']!==t[_0x33b5dc(0x224)][_0x33b5dc(0x5eb)]||this['_commandService']['syncExecuteCommand'](v[_0x33b5dc(0x474)]['id'],{'unitId':_0x1612f2['hostUnitId'],'subUnitId':_0x1612f2[_0x33b5dc(0x253)]})===!0x1)return;let _0x1c1829=Date[_0x33b5dc(0x8e7)]()+0x1388;for(;!((_0x182d53=this[_0x33b5dc(0x4c6)]['getSession'](_0x1612f2['embedId']))!=null&&_0x182d53['context'])&&Date[_0x33b5dc(0x8e7)]()<_0x1c1829;)await new Promise(_0x845df3=>window[_0x33b5dc(0x84e)](_0x845df3,0x10));}async['_activateSlidePageForPrint'](_0x56a4dd,_0x295fed){const _0x2fbb43=_0x1ed4d3;var _0x38801f;if(_0x295fed[_0x2fbb43(0x2fc)]!==a[_0x2fbb43(0x747)][_0x2fbb43(0x83f)]||_0x56a4dd[_0x2fbb43(0x8bf)]!==t[_0x2fbb43(0x224)][_0x2fbb43(0x9cc)])return;this[_0x2fbb43(0x45f)]['activateAnchor']({'descriptor':_0x56a4dd,'embedId':_0x56a4dd[_0x2fbb43(0x666)],'entry':_0x56a4dd[_0x2fbb43(0x8bf)],'hostAnchorId':_0x56a4dd['hostAnchorId'],'hostType':_0x56a4dd[_0x2fbb43(0x817)],'hostUnitId':_0x56a4dd[_0x2fbb43(0x565)]});let _0xb1c939=Date['now']()+0x1388;for(;!((_0x38801f=this[_0x2fbb43(0x4c6)][_0x2fbb43(0x28a)](_0x56a4dd[_0x2fbb43(0x666)]))!=null&&_0x38801f[_0x2fbb43(0x44e)])&&Date[_0x2fbb43(0x8e7)]()<_0xb1c939;)await new Promise(_0x49d997=>window[_0x2fbb43(0x84e)](_0x49d997,0x10));}async[_0x1ed4d3(0x762)](_0x2198d6,_0x4ad88d){const _0x48b6f9=_0x1ed4d3;let _0x3a30d0=Ba(this['_previewService'][_0x48b6f9(0x6ea)](_0x2198d6[_0x48b6f9(0x5c7)]),_0x2198d6);if(_0x3a30d0)try{var _0x31577f,_0x15ede8;let _0x49dc3d=await this[_0x48b6f9(0x3b0)][_0x48b6f9(0x7ef)]({'descriptor':_0x2198d6});if(!_0x49dc3d['childUnitId']){Ha(_0x49dc3d,_0x48b6f9(0x4a2)+_0x49dc3d[_0x48b6f9(0x666)]);return;}let _0x1c5013=(_0x31577f=this['_mountService']['getSession'](_0x49dc3d['embedId']))==null?void 0x0:_0x31577f[_0x48b6f9(0x44e)],_0x1bae0b=await this[_0x48b6f9(0x912)](_0x49dc3d[_0x48b6f9(0x666)],_0x3a30d0,_0x1c5013),_0x146c59=this[_0x48b6f9(0x280)](_0x49dc3d,_0x1c5013),_0x1126c9=await this[_0x48b6f9(0x7eb)](_0x49dc3d,_0x1c5013,_0x146c59,_0x4ad88d[_0x48b6f9(0x862)]),_0x5acdb4=_0x1126c9?void 0x0:await this[_0x48b6f9(0x8bd)](_0x49dc3d,_0x1c5013,_0x146c59,_0x4ad88d['dpr']),_0x1e1a2d=_0x1126c9??(_0x5acdb4==null?void 0x0:_0x5acdb4[_0x48b6f9(0x2a6)])??await _0x3a30d0[_0x48b6f9(0x7ab)]({'descriptor':_0x49dc3d,'childUnitId':_0x49dc3d['childUnitId'],'childType':_0x49dc3d[_0x48b6f9(0x5c7)],'width':_0x146c59[_0x48b6f9(0x754)],'height':_0x146c59[_0x48b6f9(0x33c)],'dpr':_0x4ad88d[_0x48b6f9(0x862)],'viewState':_0x1bae0b,'reason':_0x48b6f9(0x483),'context':_0x1c5013}),_0x159dee=_0x1e1a2d instanceof HTMLCanvasElement?_0x1e1a2d:void 0x0,_0x665845=this[_0x48b6f9(0x2ab)](_0x1e1a2d)??this['_toDataUrl']((_0x15ede8=this[_0x48b6f9(0x3ff)]['getPreview'](_0x49dc3d[_0x48b6f9(0x666)]))==null?void 0x0:_0x15ede8[_0x48b6f9(0x8f8)]);if(!_0x665845&&!_0x159dee){Ha(_0x49dc3d,_0x48b6f9(0x389)+_0x49dc3d[_0x48b6f9(0x666)]);return;}_0x665845&&await this[_0x48b6f9(0x507)](_0x665845);let _0xea5688=to(_0x1e1a2d,_0x146c59);this['_resources'][_0x48b6f9(0x753)](this[_0x48b6f9(0x8df)](_0x49dc3d[_0x48b6f9(0x565)],_0x49dc3d[_0x48b6f9(0x666)]),{'canvas':_0x159dee,'height':_0xea5688[_0x48b6f9(0x33c)],'source':_0x665845,'verticalBreaks':_0x5acdb4==null?void 0x0:_0x5acdb4['verticalBreaks'],'width':_0xea5688[_0x48b6f9(0x754)]});}catch(_0x480ba0){var _0xe96f14;Va(_0x2198d6,_0x480ba0);let _0x2f5237=this['_toDataUrl']((_0xe96f14=this['_previewService'][_0x48b6f9(0x8cf)](_0x2198d6[_0x48b6f9(0x666)]))==null?void 0x0:_0xe96f14[_0x48b6f9(0x8f8)]);_0x2f5237&&(await this[_0x48b6f9(0x507)](_0x2f5237),this[_0x48b6f9(0x91b)][_0x48b6f9(0x753)](this['_getKey'](_0x2198d6[_0x48b6f9(0x565)],_0x2198d6['embedId']),{'height':0x1,'source':_0x2f5237,'width':0x1}));}}async[_0x1ed4d3(0x7eb)](_0x51585b,_0x453cae,_0x3800dd,_0x3f7ea2){const _0x44e0de=_0x1ed4d3;let _0x238e72=_0x453cae&&this[_0x44e0de(0x85f)](_0x51585b,_0x453cae,_0x3f7ea2);if(_0x51585b[_0x44e0de(0x5c7)]!==a[_0x44e0de(0x747)][_0x44e0de(0x8d2)]&&(_0x51585b[_0x44e0de(0x5c7)]!==a['UniverInstanceType'][_0x44e0de(0x8ed)]||_0x238e72)||!_0x453cae)return;let _0x16a78e=Pt(_0x453cae);try{await It(_0x51585b[_0x44e0de(0x5c7)]),await wa(_0x453cae,!0x0),_0x51585b['childType']===a[_0x44e0de(0x747)][_0x44e0de(0x8ed)]&&await(0x0,_['waitForBaseCanvasImages'])();let _0x43e922=Nt(_0x453cae,!0x0),_0x9694ef=Qa(_0x3800dd['width'],_0x3800dd['height'],$a(_0x453cae),_0x3f7ea2);return!_0x43e922||!_0x9694ef?void 0x0:(_0x9694ef[_0x44e0de(0x44e)][_0x44e0de(0x6e1)](_0x43e922,0x0,0x0,_0x3800dd['width'],_0x3800dd[_0x44e0de(0x33c)]),_0x9694ef['canvas']);}finally{_0x16a78e();}}async['_renderMountedScene'](_0x33e626,_0x117b2a,_0x1e55f5,_0x2d4362){const _0x6ac2be=_0x1ed4d3;if(!_0x117b2a||!ro(_0x33e626[_0x6ac2be(0x5c7)]))return;let _0x5f749b=this[_0x6ac2be(0x85f)](_0x33e626,_0x117b2a,_0x2d4362);if(_0x5f749b){var _0x5cea56;let _0x29384b=await this[_0x6ac2be(0x98d)](_0x33e626,_0x117b2a,_0x5f749b);return _0x29384b?{'canvas':_0x29384b,'verticalBreaks':(_0x5cea56=_0x5f749b['verticalBreaks'])==null?void 0x0:_0x5cea56[_0x6ac2be(0x572)](_0x56a30b=>_0x56a30b*_0x5f749b['scale']*_0x5f749b[_0x6ac2be(0x3bd)])}:void 0x0;}let _0x33bed8=Pt(_0x117b2a);try{await It(_0x33e626[_0x6ac2be(0x5c7)]);let _0x42c02a=await eo(_0x117b2a);if(!_0x42c02a)return;let _0x1c7216=Qa(_0x1e55f5[_0x6ac2be(0x754)],_0x1e55f5[_0x6ac2be(0x33c)],$a(_0x117b2a),_0x2d4362);return _0x1c7216?(Ya(_0x42c02a,_0x1c7216[_0x6ac2be(0x44e)],{'height':_0x1e55f5[_0x6ac2be(0x33c)],'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x1e55f5['width']},0x1),{'canvas':_0x1c7216[_0x6ac2be(0x2a6)]}):void 0x0;}finally{_0x33bed8();}}async[_0x1ed4d3(0x98d)](_0xf880f3,_0x14bc05,_0x4839a0){const _0x147799=_0x1ed4d3;let {bodyViewportWidth:_0x29f47a,bodyViewportHeight:_0x5bc85e,contentBodyWidth:_0x36a268,contentBodyHeight:_0x2cad85,fullWidth:_0x4d4d31,fullHeight:_0x1486d5,originalScrollX:_0x491ebd,originalScroll:_0x5966f8,scale:_0x3041a6,viewportProvider:_0x5c81db}=_0x4839a0,_0x21b669=Qa(_0x4d4d31*_0x3041a6,_0x1486d5*_0x3041a6,$a(_0x14bc05),_0x4839a0[_0x147799(0x3bd)]),_0x1a5a9e=Qa(_0x4839a0[_0x147799(0x4b8)][_0x147799(0x754)],_0x4839a0[_0x147799(0x4b8)][_0x147799(0x33c)],$a(_0x14bc05),_0x4839a0['pixelRatio']);if(!_0x21b669||!_0x1a5a9e)return;let _0x418200=Pt(_0x14bc05);try{let _0x265b02=await eo(_0x14bc05);if(!_0x265b02)return;let _0x4f1323=Wa(_0x36a268,_0x29f47a),_0x543526=Wa(_0x2cad85,_0x5bc85e);for(let _0x216964 of _0x4f1323)for(let _0x551912 of _0x543526)Ga(_0x14bc05,_0x5c81db,_0x216964,_0x551912),await It(_0xf880f3[_0x147799(0x5c7)]),await wa(_0x14bc05,!0x0),_0xf880f3['childType']===a['UniverInstanceType'][_0x147799(0x8ed)]&&await(0x0,_['waitForBaseCanvasImages'])(),_0x1a5a9e[_0x147799(0x2bd)]['clearRect'](0x0,0x0,_0x4839a0[_0x147799(0x4b8)][_0x147799(0x754)],_0x4839a0[_0x147799(0x4b8)][_0x147799(0x33c)]),_0x265b02[_0x147799(0x53a)](!0x0),_0x265b02[_0x147799(0x2c3)](_0x1a5a9e[_0x147799(0x44e)]),Ka(_0x1a5a9e[_0x147799(0x2a6)],_0x21b669[_0x147799(0x44e)],_0x4839a0,_0x216964,_0x551912);return _0x21b669[_0x147799(0x2a6)];}finally{try{Ga(_0x14bc05,_0x5c81db,_0x491ebd,_0x5966f8),await wa(_0x14bc05,!0x0);}finally{_0x418200();}}}[_0x1ed4d3(0x85f)](_0x23561c,_0x12c771,_0x2bb6d7){const _0x535c80=_0x1ed4d3;var _0x352c25,_0x176fb6,_0x27d585,_0x329869,_0x12f459;let _0x1df6bc=_0x23561c[_0x535c80(0x442)],_0x2596ac=_0x23561c[_0x535c80(0x5c7)]===a[_0x535c80(0x747)][_0x535c80(0x32f)]||_0x23561c[_0x535c80(0x5c7)]===a[_0x535c80(0x747)][_0x535c80(0x8ed)],_0x330f65=_0x23561c[_0x535c80(0x817)]===a['UniverInstanceType'][_0x535c80(0x563)]&&_0x23561c[_0x535c80(0x8bf)]===t[_0x535c80(0x224)][_0x535c80(0x7a2)]&&_0x2596ac,_0x332c22=_0x2596ac&&no(_0x23561c[_0x535c80(0x8bf)]);if(!_0x1df6bc||!_0x330f65&&!_0x332c22)return;let _0x27ed5f=_0x12c771['container']['getBoundingClientRect']();if(!Q(_0x27ed5f[_0x535c80(0x754)])||!Q(_0x27ed5f[_0x535c80(0x33c)]))return;let _0x1fe93b=this[_0x535c80(0x909)](_0x23561c,_0x12c771),_0xdf7d49=_0x332c22?this[_0x535c80(0x4fa)](_0x23561c,_0x27ed5f):_0x27ed5f,_0x1ba628=_0x332c22&&Q(_0x1fe93b==null?void 0x0:_0x1fe93b[_0x535c80(0x754)])?Math[_0x535c80(0x287)](_0xdf7d49['width'],_0x1fe93b['width']):_0x330f65?Ua(_0x12c771,_0x27ed5f[_0x535c80(0x754)]):_0x27ed5f[_0x535c80(0x754)],_0x2d047a=_0x1fe93b==null?void 0x0:_0x1fe93b[_0x535c80(0x33c)];if(!Q(_0x2d047a)||_0x330f65&&_0x2d047a<=_0x27ed5f[_0x535c80(0x33c)])return;let _0x56f1c6=_0x332c22?io(_0x1ba628,_0x2d047a,_0xdf7d49[_0x535c80(0x754)]>=_0xdf7d49['height']):void 0x0,_0x34bb82=(_0x56f1c6==null?void 0x0:_0x56f1c6['height'])??_0x2d047a,_0x37a321=this[_0x535c80(0x57f)][_0x535c80(0x53b)](_0x23561c[_0x535c80(0x5c7)],_0x12c771[_0x535c80(0x29f)]);if(!(_0x37a321!=null&&_0x37a321[_0x535c80(0x562)]))return;let _0x38fa27=_0x332c22?Math[_0x535c80(0x287)](0x0,((_0x352c25=_0x37a321[_0x535c80(0x298)])==null?void 0x0:_0x352c25['call'](_0x37a321,_0x12c771))??0x0):0x0,_0x498f6e=Math[_0x535c80(0x287)](0x0,((_0x176fb6=_0x37a321[_0x535c80(0x802)])==null?void 0x0:_0x176fb6[_0x535c80(0x5db)](_0x37a321,_0x12c771))??0x0),_0x1f9d15=Math['max'](0x0,((_0x27d585=_0x37a321['getStickyFooterHeight'])==null?void 0x0:_0x27d585['call'](_0x37a321,_0x12c771))??0x0),_0xe1d8b5=_0x27ed5f[_0x535c80(0x754)]-_0x38fa27,_0x1a79e9=_0x27ed5f[_0x535c80(0x33c)]-_0x498f6e-_0x1f9d15,_0x1db2c3=_0x1ba628-_0x38fa27,_0x405c62=_0x34bb82-_0x498f6e-_0x1f9d15;if(_0xe1d8b5<=0x0||_0x1a79e9<=0x0||_0x1db2c3<=0x0||_0x405c62<=0x0)return;let _0x24fa59=_0x56f1c6?_0x56f1c6['scale']:Math[_0x535c80(0x451)](0x1,Pa/_0x1ba628,Pa/_0x34bb82);if(!Q(_0x24fa59)||_0x1ba628*_0x24fa59>Pa||_0x34bb82*_0x24fa59>Pa)return;let _0x103831=_0x330f65&&_0x23561c['childType']===a[_0x535c80(0x747)][_0x535c80(0x32f)]?Math[_0x535c80(0x451)](0x1,_0x1ba628/_0x27ed5f['width']):0x1,_0x23e04b=Math['min'](Math[_0x535c80(0x287)](0x1,_0x2bb6d7),Pa/(_0x1ba628*_0x24fa59),Pa/(_0x34bb82*_0x24fa59));return{'bodyViewportWidth':_0xe1d8b5,'bodyViewportHeight':_0x1a79e9,'contentBodyWidth':_0x1db2c3,'contentBodyHeight':_0x405c62,'fullWidth':_0x1ba628,'fullHeight':_0x34bb82,'originalScrollX':((_0x329869=_0x37a321[_0x535c80(0x778)])==null?void 0x0:_0x329869['call'](_0x37a321,_0x12c771))??0x0,'originalScroll':_0x37a321[_0x535c80(0x562)](_0x12c771)??0x0,'pixelRatio':_0x23e04b,'scale':_0x24fa59,'sceneSourceScale':_0x103831,'stickyLeftWidth':_0x38fa27,'stickyFooterHeight':_0x1f9d15,'stickyHeaderHeight':_0x498f6e,'verticalBreaks':_0x1fe93b==null||(_0x12f459=_0x1fe93b['verticalBreaks'])==null?void 0x0:_0x12f459[_0x535c80(0x699)](_0x4c771b=>_0x4c771b<=_0x34bb82),'viewport':_0x27ed5f,'viewportProvider':_0x37a321};}[_0x1ed4d3(0x909)](_0x4e0e29,_0x2a0b7a){const _0x3e6ca6=_0x1ed4d3;let _0x429308=_0x4e0e29['childUnitId'];if(!_0x429308)return;let _0x4895a2=_0x2a0b7a['container'][_0x3e6ca6(0x455)](),_0x3b45ac=this['_univerInstanceService'][_0x3e6ca6(0x4a8)](_0x429308,_0x4e0e29[_0x3e6ca6(0x5c7)]),_0x582c59=_0x4e0e29[_0x3e6ca6(0x817)]===a[_0x3e6ca6(0x747)][_0x3e6ca6(0x563)]&&_0x4e0e29['childType']===a[_0x3e6ca6(0x747)][_0x3e6ca6(0x32f)];return this[_0x3e6ca6(0x85a)][_0x3e6ca6(0x3af)]({'childType':_0x4e0e29[_0x3e6ca6(0x5c7)],'childUnit':_0x3b45ac,'childUnitId':_0x429308,'injector':_0x2a0b7a[_0x3e6ca6(0x6f3)]['injector']??_0x2a0b7a[_0x3e6ca6(0x583)],'viewportHeight':_0x4895a2[_0x3e6ca6(0x33c)],'viewportWidth':_0x582c59?Ua(_0x2a0b7a,_0x4895a2['width']):_0x4895a2[_0x3e6ca6(0x754)]});}async['_resolveViewState'](_0x4c3812,_0x2389ad,_0xde7823){const _0x1d9a73=_0x1ed4d3;var _0x4e9390;return _0xde7823?_0x2389ad['collectViewState'](_0xde7823):(_0x4e9390=this[_0x1d9a73(0x3ff)][_0x1d9a73(0x8cf)](_0x4c3812))==null?void 0x0:_0x4e9390[_0x1d9a73(0x476)];}[_0x1ed4d3(0x280)](_0x344a20,_0x456926){const _0xdc8714=_0x1ed4d3;var _0x2019a7;if(_0x456926&&no(_0x344a20[_0xdc8714(0x8bf)])&&(_0x344a20[_0xdc8714(0x5c7)]===a[_0xdc8714(0x747)]['UNIVER_SHEET']||_0x344a20[_0xdc8714(0x5c7)]===a[_0xdc8714(0x747)][_0xdc8714(0x8ed)])){let _0x3fd0f9=this[_0xdc8714(0x909)](_0x344a20,_0x456926);if(Q(_0x3fd0f9==null?void 0x0:_0x3fd0f9['width'])&&Q(_0x3fd0f9==null?void 0x0:_0x3fd0f9[_0xdc8714(0x33c)])){let _0x497c92=this['_resolveTabViewportSize'](_0x344a20,_0x456926['container'][_0xdc8714(0x455)]()),_0x84ec53=Math[_0xdc8714(0x287)](_0x497c92[_0xdc8714(0x754)],_0x3fd0f9[_0xdc8714(0x754)]),_0x3c4185=io(_0x84ec53,_0x3fd0f9[_0xdc8714(0x33c)],_0x497c92['width']>=_0x497c92[_0xdc8714(0x33c)]);return{'width':Math['max'](0x1,Math[_0xdc8714(0x66f)](_0x84ec53*_0x3c4185[_0xdc8714(0x32b)])),'height':Math['max'](0x1,Math['round'](_0x3c4185['height']*_0x3c4185[_0xdc8714(0x32b)]))};}}if(_0x344a20[_0xdc8714(0x8bf)]===t[_0xdc8714(0x224)]['SlidesPageListBlock']){let _0x57baad=this[_0xdc8714(0x6bb)][_0xdc8714(0x4a8)](_0x344a20[_0xdc8714(0x565)],a[_0xdc8714(0x747)]['UNIVER_SLIDE']),_0x167a6d=_0x57baad==null?void 0x0:_0x57baad[_0xdc8714(0x58b)]()[_0xdc8714(0x78c)];if(Q(_0x167a6d==null?void 0x0:_0x167a6d[_0xdc8714(0x754)])&&Q(_0x167a6d==null?void 0x0:_0x167a6d['height']))return _0x167a6d;}let _0x322b6e=_0x456926==null?void 0x0:_0x456926[_0xdc8714(0x308)]['getBoundingClientRect']()['width'],_0x4b2c7e=_0x456926==null?void 0x0:_0x456926[_0xdc8714(0x308)][_0xdc8714(0x455)]()['height'];if(Q(_0x322b6e)&&Q(_0x4b2c7e))return{'width':_0x322b6e,'height':_0x4b2c7e};let _0x526d70=(_0x2019a7=this[_0xdc8714(0x3ae)][_0xdc8714(0x78e)](_0x344a20[_0xdc8714(0x565)],_0x344a20[_0xdc8714(0x253)]))==null?void 0x0:_0x2019a7['hostContext'],_0x494001=Ia(_0x526d70==null?void 0x0:_0x526d70['width']),_0x113d55=Ia(_0x526d70==null?void 0x0:_0x526d70['height']);return _0x494001&&_0x113d55?{'width':_0x494001,'height':_0x113d55}:_0x344a20[_0xdc8714(0x8bf)]===t[_0xdc8714(0x224)][_0xdc8714(0x7a2)]?(0x0,h[_0xdc8714(0x891)])(_0x344a20[_0xdc8714(0x5c7)]):_0x344a20[_0xdc8714(0x8bf)]===t[_0xdc8714(0x224)][_0xdc8714(0x443)]?{'width':0x230,'height':0x13b}:{'width':Ma,'height':Na};}['_resolveTabViewportSize'](_0x7b5e44,_0x40ad82){const _0x1002d4=_0x1ed4d3;var _0x2e3b9a;if(_0x7b5e44[_0x1002d4(0x8bf)]!==t['EmbedHostEntryEnum'][_0x1002d4(0x9cc)])return _0x40ad82;let _0x1d9a97=this['_univerInstanceService'][_0x1002d4(0x4a8)](_0x7b5e44[_0x1002d4(0x565)],a[_0x1002d4(0x747)][_0x1002d4(0x83f)]),_0x2ffb3e=(_0x1d9a97==null||(_0x2e3b9a=_0x1d9a97[_0x1002d4(0x673)][_0x1002d4(0x69b)](_0x7b5e44[_0x1002d4(0x253)]))==null?void 0x0:_0x2e3b9a[_0x1002d4(0x7bf)]()['pageSize'])??(_0x1d9a97==null?void 0x0:_0x1d9a97[_0x1002d4(0x58b)]()[_0x1002d4(0x78c)]);return Q(_0x2ffb3e==null?void 0x0:_0x2ffb3e[_0x1002d4(0x754)])&&Q(_0x2ffb3e[_0x1002d4(0x33c)])?_0x2ffb3e:_0x40ad82;}['_toDataUrl'](_0x3830d4){const _0x98de1=_0x1ed4d3;if(typeof _0x3830d4==_0x98de1(0x23d))return _0x3830d4;if(!_0x3830d4||typeof document>'u')return;let _0x4c1c2d=La(this[_0x98de1(0x4a3)]);if(_0x3830d4 instanceof HTMLCanvasElement){let _0x43b098=_0x3830d4['getContext']('2d');return _0x43b098&&(_0x43b098[_0x98de1(0x87a)](),_0x43b098[_0x98de1(0x6f6)]=_0x98de1(0x712),_0x43b098['fillStyle']=_0x4c1c2d,_0x43b098[_0x98de1(0x5f1)](0x0,0x0,_0x3830d4[_0x98de1(0x754)],_0x3830d4['height']),_0x43b098[_0x98de1(0x4b2)]()),Xa(_0x3830d4);}let _0x2118a8=document[_0x98de1(0x467)]('canvas');_0x2118a8[_0x98de1(0x754)]=_0x3830d4[_0x98de1(0x754)],_0x2118a8[_0x98de1(0x33c)]=_0x3830d4['height'];let _0x583032=_0x2118a8[_0x98de1(0x79b)]('2d');if(_0x583032)return _0x583032[_0x98de1(0x447)]=_0x4c1c2d,_0x583032[_0x98de1(0x5f1)](0x0,0x0,_0x2118a8[_0x98de1(0x754)],_0x2118a8[_0x98de1(0x33c)]),_0x583032[_0x98de1(0x6e1)](_0x3830d4,0x0,0x0),Xa(_0x2118a8);}['_preloadImage'](_0xd7562d){const _0x1c195a=_0x1ed4d3;return this['_imageIoService'][_0x1c195a(0x36e)](_0xd7562d,a[_0x1c195a(0x4a4)][_0x1c195a(0x99d)])?Promise['resolve']():new Promise(_0x4c8f7c=>{const _0x50d5e1=_0x1c195a;let _0x7bef10=new Image();_0x7bef10['onload']=()=>{const _0x70396e=_0x54e0;this[_0x70396e(0x8fb)]['addImageSourceCache'](_0xd7562d,a[_0x70396e(0x4a4)]['URL'],_0x7bef10),_0x4c8f7c();},_0x7bef10['onerror']=()=>_0x4c8f7c(),_0x7bef10[_0x50d5e1(0x52f)]=_0xd7562d;});}[_0x1ed4d3(0x2aa)](_0x36df73){const _0x2cc664=_0x1ed4d3;let _0x190436=_0x36df73+'::';Array['from'](this[_0x2cc664(0x91b)][_0x2cc664(0x924)]())['forEach'](_0x594f9a=>{const _0x354b12=_0x2cc664;_0x594f9a[_0x354b12(0x87c)](_0x190436)&&this[_0x354b12(0x91b)][_0x354b12(0x74c)](_0x594f9a);});}['_getKey'](_0x15092d,_0x1da895){return _0x15092d+'::'+_0x1da895;}[_0x1ed4d3(0x45b)](){const _0x39bc43=_0x1ed4d3;this[_0x39bc43(0x91b)][_0x39bc43(0x9c2)](),super['dispose']();}};Fa=Y([J(0x0,(0x0,a['Inject'])(t[_0x1ed4d3(0x3b9)])),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x933)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x6ff)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(Gr)),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(Ur)),J(0x5,(0x0,a[_0x1ed4d3(0x558)])(Ut)),J(0x6,(0x0,a['Inject'])(fa)),J(0x7,(0x0,a['Inject'])(ii)),J(0x8,a[_0x1ed4d3(0x8e6)]),J(0x9,a[_0x1ed4d3(0x90d)]),J(0xa,(0x0,a['Inject'])(a['ThemeService'])),J(0xb,a[_0x1ed4d3(0x631)])],Fa);function Ia(_0x15bb2b){return Q(_0x15bb2b)?_0x15bb2b:void 0x0;}function La(_0x289e83){const _0x2f3327=_0x1ed4d3;let _0x38c4a8=_0x289e83[_0x2f3327(0x3de)](_0x2f3327(0x8fc)),_0x2300e3=_0x289e83[_0x2f3327(0x3de)](_0x2f3327(0x230));return Ra(_0x2300e3)>Ra(_0x38c4a8)?_0x2300e3:_0x38c4a8;}function Ra(_0x1a9756){const _0x32c006=_0x1ed4d3;let _0x5496f7=/^#([\da-f]{2})([\da-f]{2})([\da-f]{2})$/i[_0x32c006(0x349)](_0x1a9756);return _0x5496f7?Number[_0x32c006(0x305)](_0x5496f7[0x1],0x10)+Number['parseInt'](_0x5496f7[0x2],0x10)+Number[_0x32c006(0x305)](_0x5496f7[0x3],0x10):0x0;}function Q(_0x5e350b){return typeof _0x5e350b=='number'&&Number['isFinite'](_0x5e350b)&&_0x5e350b>0x0;}function za(_0x2d820c){const _0x95dd4=_0x1ed4d3;return _0x2d820c[_0x95dd4(0x817)]===a['UniverInstanceType'][_0x95dd4(0x563)]&&_0x2d820c[_0x95dd4(0x8bf)]===t[_0x95dd4(0x224)][_0x95dd4(0x7a2)]&&(_0x2d820c[_0x95dd4(0x5c7)]===a[_0x95dd4(0x747)][_0x95dd4(0x32f)]||_0x2d820c['childType']===a[_0x95dd4(0x747)][_0x95dd4(0x8ed)]);}function Ba(_0x18720e,_0x474233){if(!_0x18720e&&za(_0x474233))throw Error('Print\x20preview\x20provider\x20is\x20not\x20available\x20for\x20embed\x20'+_0x474233['embedId']);return _0x18720e;}function Va(_0x41f47c,_0x46a14e){if(za(_0x41f47c))throw _0x46a14e;}function Ha(_0x4d3901,_0x1017a5){if(za(_0x4d3901))throw Error(_0x1017a5);}function Ua(_0x3176e0,_0x30dd70){const _0x286c0f=_0x1ed4d3;let _0x224527=_0x3176e0['container'][_0x286c0f(0x6bc)](_0x286c0f(0x3c9)),_0x5a67f3=_0x224527==null?void 0x0:_0x224527[_0x286c0f(0x455)]()['width'];return Q(_0x5a67f3)?Math['min'](_0x30dd70,_0x5a67f3):_0x30dd70;}function Wa(_0x3d56ea,_0x238915){const _0x1c31d8=_0x1ed4d3;let _0x44b41e=Math['max'](0x0,_0x3d56ea-_0x238915),_0x43ae6e=[0x0];for(let _0x83e2d8=_0x238915;_0x83e2d8<_0x44b41e;_0x83e2d8+=_0x238915)_0x43ae6e[_0x1c31d8(0x2fa)](_0x83e2d8);return _0x44b41e>_0x43ae6e[_0x43ae6e[_0x1c31d8(0x9ba)]-0x1]&&_0x43ae6e['push'](_0x44b41e),_0x43ae6e;}function Ga(_0x5c5c8d,_0x5dd418,_0x54257a,_0x421448){const _0x563d6b=_0x1ed4d3;_0x5dd418['handleWheel']({..._0x5c5c8d,'event':new WheelEvent(_0x563d6b(0x798)),'stage':_0x563d6b(0x334),'source':'print-capture','viewportScrollX':_0x54257a,'viewportScrollY':_0x421448});}function Ka(_0x38cf48,_0x59b07b,_0x2a0626,_0x3ba4f2,_0x36baf7){const _0xe7c873=_0x1ed4d3;let {fullHeight:_0x4f4be7,scale:_0x3fe15d,stickyFooterHeight:_0x2bf707,stickyHeaderHeight:_0x168cd0,stickyLeftWidth:_0x49e655,viewport:_0x172938}=_0x2a0626,_0x4663c2=qa(_0x2a0626,_0x3ba4f2,_0x36baf7);Za(_0x38cf48,_0x59b07b,{'height':_0x4663c2['height'],'sourceLeft':_0x4663c2[_0xe7c873(0x61e)],'sourceTop':_0x4663c2['sourceTop'],'targetLeft':_0x4663c2[_0xe7c873(0x7b1)],'targetTop':_0x4663c2[_0xe7c873(0x657)],'width':_0x4663c2[_0xe7c873(0x754)]},_0x3fe15d,_0x2a0626['sceneSourceScale'],_0x2a0626['pixelRatio']),_0x36baf7===0x0&&_0x168cd0>0x0&&Za(_0x38cf48,_0x59b07b,{'height':_0x168cd0,'sourceLeft':_0x4663c2['sourceLeft'],'sourceTop':0x0,'targetLeft':_0x4663c2[_0xe7c873(0x7b1)],'targetTop':0x0,'width':_0x4663c2['width']},_0x3fe15d,_0x2a0626[_0xe7c873(0x550)],_0x2a0626[_0xe7c873(0x3bd)]),_0x3ba4f2===0x0&&_0x49e655>0x0&&Za(_0x38cf48,_0x59b07b,{'height':_0x4663c2[_0xe7c873(0x33c)],'sourceLeft':0x0,'sourceTop':_0x4663c2[_0xe7c873(0x921)],'targetLeft':0x0,'targetTop':_0x4663c2['targetTop'],'width':_0x49e655},_0x3fe15d,_0x2a0626[_0xe7c873(0x550)],_0x2a0626[_0xe7c873(0x3bd)]),_0x3ba4f2===0x0&&_0x36baf7===0x0&&_0x49e655>0x0&&_0x168cd0>0x0&&Za(_0x38cf48,_0x59b07b,{'height':_0x168cd0,'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x49e655},_0x3fe15d,_0x2a0626[_0xe7c873(0x550)],_0x2a0626[_0xe7c873(0x3bd)]),_0x36baf7===0x0&&_0x2bf707>0x0&&(Za(_0x38cf48,_0x59b07b,{'height':_0x2bf707,'sourceLeft':_0x4663c2[_0xe7c873(0x61e)],'sourceTop':_0x172938['height']-_0x2bf707,'targetLeft':_0x4663c2[_0xe7c873(0x7b1)],'targetTop':_0x4f4be7-_0x2bf707,'width':_0x4663c2[_0xe7c873(0x754)]},_0x3fe15d,_0x2a0626[_0xe7c873(0x550)],_0x2a0626[_0xe7c873(0x3bd)]),_0x3ba4f2===0x0&&_0x49e655>0x0&&Za(_0x38cf48,_0x59b07b,{'height':_0x2bf707,'sourceLeft':0x0,'sourceTop':_0x172938[_0xe7c873(0x33c)]-_0x2bf707,'targetLeft':0x0,'targetTop':_0x4f4be7-_0x2bf707,'width':_0x49e655},_0x3fe15d,_0x2a0626['sceneSourceScale'],_0x2a0626[_0xe7c873(0x3bd)]));}function qa(_0x15790a,_0x2ccaba,_0x46ad2d){const _0x30f9a4=_0x1ed4d3;let _0x8ab8b0=Ja(_0x2ccaba,_0x15790a[_0x30f9a4(0x392)],_0x15790a[_0x30f9a4(0x34c)]),_0x15145a=Ja(_0x46ad2d,_0x15790a[_0x30f9a4(0x9e2)],_0x15790a[_0x30f9a4(0x861)]);return{'height':_0x15145a[_0x30f9a4(0x2e5)],'sourceLeft':_0x15790a[_0x30f9a4(0x5b6)]+_0x8ab8b0['sourceOffset'],'sourceTop':_0x15790a[_0x30f9a4(0x9bd)]+_0x15145a[_0x30f9a4(0x702)],'targetLeft':_0x15790a[_0x30f9a4(0x5b6)]+_0x8ab8b0[_0x30f9a4(0x1f6)],'targetTop':_0x15790a['stickyHeaderHeight']+_0x15145a[_0x30f9a4(0x1f6)],'width':_0x8ab8b0[_0x30f9a4(0x2e5)]};}function Ja(_0x47a238,_0x2af0a4,_0xa50098){const _0x42bc00=_0x1ed4d3;let _0x5b3ee8=_0x47a238%_0x2af0a4,_0x527011=_0x47a238>0x0&&_0x5b3ee8>0x0?_0x2af0a4-_0x5b3ee8:0x0,_0x5c12d4=_0x47a238+_0x527011;return{'size':Math['max'](0x0,Math[_0x42bc00(0x451)](_0x2af0a4-_0x527011,_0xa50098-_0x5c12d4)),'sourceOffset':_0x527011,'target':_0x5c12d4};}function Ya(_0x7ae671,_0xcacf3b,_0x3fe741,_0x1b5454){const _0x2dda5c=_0x1ed4d3;_0x3fe741['width']<=0x0||_0x3fe741[_0x2dda5c(0x33c)]<=0x0||(_0xcacf3b[_0x2dda5c(0x87a)](),_0xcacf3b[_0x2dda5c(0x32b)](_0x1b5454,_0x1b5454),_0xcacf3b['beginPath'](),_0xcacf3b[_0x2dda5c(0x40e)](_0x3fe741[_0x2dda5c(0x7b1)],_0x3fe741[_0x2dda5c(0x657)],_0x3fe741[_0x2dda5c(0x754)],_0x3fe741[_0x2dda5c(0x33c)]),_0xcacf3b[_0x2dda5c(0x35d)](),_0xcacf3b[_0x2dda5c(0x5fe)](_0x3fe741['targetLeft']-_0x3fe741[_0x2dda5c(0x61e)],_0x3fe741[_0x2dda5c(0x657)]-_0x3fe741[_0x2dda5c(0x921)]),_0x7ae671[_0x2dda5c(0x53a)](!0x0),_0x7ae671[_0x2dda5c(0x2c3)](_0xcacf3b),_0xcacf3b[_0x2dda5c(0x4b2)]());}function Xa(_0x13d580){const _0xc4f3a7=_0x1ed4d3;try{return _0x13d580[_0xc4f3a7(0x1f8)](_0xc4f3a7(0x3a6));}catch{return;}}function Za(_0x5c61bd,_0x542694,_0x1c1c76,_0x2accc6,_0x1cdd08=0x1,_0x1c6cc5=0x1){const _0x402ab0=_0x1ed4d3;_0x1c1c76[_0x402ab0(0x754)]<=0x0||_0x1c1c76['height']<=0x0||(_0x542694[_0x402ab0(0x87a)](),_0x542694[_0x402ab0(0x32b)](_0x2accc6,_0x2accc6),_0x542694[_0x402ab0(0x6e1)](_0x5c61bd,_0x1c1c76['sourceLeft']*_0x1cdd08*_0x1c6cc5,_0x1c1c76['sourceTop']*_0x1cdd08*_0x1c6cc5,_0x1c1c76[_0x402ab0(0x754)]*_0x1cdd08*_0x1c6cc5,_0x1c1c76['height']*_0x1cdd08*_0x1c6cc5,_0x1c1c76['targetLeft'],_0x1c1c76[_0x402ab0(0x657)],_0x1c1c76[_0x402ab0(0x754)],_0x1c1c76[_0x402ab0(0x33c)]),_0x542694[_0x402ab0(0x4b2)]());}function Qa(_0x3e9fa1,_0xd3a52a,_0x153e96,_0x48b940=0x1){const _0x31050f=_0x1ed4d3;if(!Q(_0x3e9fa1)||!Q(_0xd3a52a))return;let _0x580c93=document['createElement']('canvas');_0x580c93[_0x31050f(0x754)]=Math[_0x31050f(0x287)](0x1,Math[_0x31050f(0x62c)](_0x3e9fa1*_0x48b940)),_0x580c93['height']=Math[_0x31050f(0x287)](0x1,Math[_0x31050f(0x62c)](_0xd3a52a*_0x48b940));let _0x18846f=_0x580c93[_0x31050f(0x79b)]('2d');if(!_0x18846f)return;let _0x3292c6=new p[(_0x31050f(0x721))](_0x18846f,{'canvasColorService':_0x153e96});return _0x48b940!==0x1&&_0x3292c6[_0x31050f(0x32b)](_0x48b940,_0x48b940),{'canvas':_0x580c93,'context':_0x3292c6,'nativeContext':_0x18846f};}function $a(_0x7343ba){const _0x1ecbd4=_0x1ed4d3;try{return(_0x7343ba[_0x1ecbd4(0x6f3)][_0x1ecbd4(0x583)]??_0x7343ba[_0x1ecbd4(0x583)])['get'](p[_0x1ecbd4(0x73a)]);}catch{return;}}async function eo(_0x226aca){const _0x2c4df0=_0x1ed4d3;await wa(_0x226aca,!0x0);try{var _0x415abf;return((_0x415abf=(_0x226aca[_0x2c4df0(0x6f3)]['injector']??_0x226aca['injector'])[_0x2c4df0(0x53b)](p[_0x2c4df0(0x208)])[_0x2c4df0(0x871)](_0x226aca['childUnitId']))==null?void 0x0:_0x415abf[_0x2c4df0(0x20c)])??void 0x0;}catch{return;}}function to(_0x41a0de,_0x2e15f0){const _0x11b0ad=_0x1ed4d3;return _0x41a0de==null||typeof _0x41a0de==_0x11b0ad(0x23d)?_0x2e15f0:{'width':_0x41a0de[_0x11b0ad(0x754)],'height':_0x41a0de[_0x11b0ad(0x33c)]};}function no(_0x52b4f5){const _0x228431=_0x1ed4d3;return _0x52b4f5===t['EmbedHostEntryEnum']['SheetsSheetTab']||_0x52b4f5===t[_0x228431(0x224)][_0x228431(0x4ff)]||_0x52b4f5===t[_0x228431(0x224)][_0x228431(0x9cc)];}function ro(_0x2fd1ef){const _0x5a9c6f=_0x1ed4d3;return _0x2fd1ef===a[_0x5a9c6f(0x747)][_0x5a9c6f(0x32f)]||_0x2fd1ef===a[_0x5a9c6f(0x747)]['UNIVER_BASE']||_0x2fd1ef===a[_0x5a9c6f(0x747)]['UNIVER_BOARD']||_0x2fd1ef===a[_0x5a9c6f(0x747)][_0x5a9c6f(0x83f)];}function io(_0x43cf31,_0x2ebc0e,_0x226b9c){const _0x3b8ebc=_0x1ed4d3;let _0x3eaed7=_0x226b9c?Ma:0x4b0,_0x2eeae9=_0x226b9c?Na:0x640,_0x26be42=Math[_0x3b8ebc(0x451)](0x1,_0x3eaed7/_0x43cf31);return{'height':Math[_0x3b8ebc(0x451)](_0x2ebc0e,_0x2eeae9/_0x26be42),'scale':_0x26be42};}const ao=_0x1ed4d3(0x68b),oo=_0x1ed4d3(0x981);function so(_0x536122){const _0x30e612=_0x1ed4d3;let _0x581cd9=(0x0,c[_0x30e612(0x2d7)])(Fa),_0x339d5a=oi(_0x536122['data']),_0x2cb748=_0x339d5a?_0x581cd9['getImage'](_0x339d5a['hostUnitId']??_0x536122[_0x30e612(0x2b9)],_0x339d5a[_0x30e612(0x666)]):void 0x0;return _0x2cb748?(0x0,m['jsx'])(_0x30e612(0x3f9),{'alt':'','src':_0x2cb748,'style':{'display':_0x30e612(0x5ed),'width':_0x30e612(0x629),'height':_0x30e612(0x42a)}}):null;}function co(){return null;}function lo(_0x2fbde0,_0x16126e=0x1,_0xd617f9=0x1){const _0x586fda=_0x1ed4d3;let _0x24efd5=_0x2fbde0[_0x586fda(0x579)]/(Math['abs'](_0x16126e)||0x1),_0x35d2e1=_0x2fbde0[_0x586fda(0x942)]/(Math[_0x586fda(0x8d9)](_0xd617f9)||0x1);if(_0x2fbde0[_0x586fda(0x415)])_0x24efd5=(_0x2fbde0[_0x586fda(0x942)]||_0x2fbde0[_0x586fda(0x579)])*0x3/(Math['abs'](_0x16126e)||0x1),_0x35d2e1=0x0;else{let _0x491e52=Math[_0x586fda(0x8d9)](_0x24efd5),_0x269172=Math[_0x586fda(0x8d9)](_0x35d2e1);_0x269172>=_0x491e52*0x2?_0x24efd5=0x0:_0x491e52>=_0x269172*0x2&&(_0x35d2e1=0x0);}return{'offsetX':_0x24efd5,'offsetY':_0x35d2e1};}function uo(_0x1b0f94,_0x1f6a26,_0x4b4d8f){const _0x381206=_0x1ed4d3;if(!_0x1f6a26)return!0x1;let {offsetX:_0x1afe79,offsetY:_0x43584a}=fo(_0x1b0f94,_0x1f6a26,_0x4b4d8f);if(!_0x1afe79&&!_0x43584a)return!0x1;let _0x35b0fb=_0x1f6a26[_0x381206(0x690)]??0x0,_0x6ff763=_0x1f6a26['viewportScrollY']??0x0;if(_0x1b0f94[_0x381206(0x2e7)]!==_0x381206(0x798)&&_0x1f6a26[_0x381206(0x9dc)]&&(_0x1b0f94[_0x381206(0x690)]!=null||_0x1b0f94[_0x381206(0x4bc)]!=null))_0x1f6a26[_0x381206(0x9dc)]({'viewportScrollX':_0x1b0f94[_0x381206(0x690)]??_0x35b0fb,'viewportScrollY':_0x1b0f94[_0x381206(0x4bc)]??_0x6ff763});else{if(_0x1f6a26[_0x381206(0x7e2)])_0x1f6a26[_0x381206(0x7e2)]({'viewportScrollX':_0x1afe79,'viewportScrollY':_0x43584a});else return!0x1;}let _0x58178e=(_0x1f6a26[_0x381206(0x690)]??0x0)!==_0x35b0fb||(_0x1f6a26[_0x381206(0x4bc)]??0x0)!==_0x6ff763;if(_0x58178e){var _0x4fef90;_0x4b4d8f==null||(_0x4fef90=_0x4b4d8f[_0x381206(0x53a)])==null||_0x4fef90[_0x381206(0x5db)](_0x4b4d8f,!0x0);}return _0x58178e;}function fo(_0x5eb14a,_0x46aa0c,_0x355d6c){const _0x186d11=_0x1ed4d3;return _0x5eb14a[_0x186d11(0x2e7)]!=='wheel'&&(_0x5eb14a[_0x186d11(0x690)]!=null||_0x5eb14a[_0x186d11(0x4bc)]!=null)?{'offsetX':(_0x5eb14a[_0x186d11(0x690)]??_0x46aa0c['viewportScrollX']??0x0)-(_0x46aa0c[_0x186d11(0x690)]??0x0),'offsetY':(_0x5eb14a[_0x186d11(0x4bc)]??_0x46aa0c[_0x186d11(0x4bc)]??0x0)-(_0x46aa0c[_0x186d11(0x4bc)]??0x0)}:lo(_0x5eb14a[_0x186d11(0x63a)],_0x355d6c==null?void 0x0:_0x355d6c[_0x186d11(0x288)],_0x355d6c==null?void 0x0:_0x355d6c[_0x186d11(0x630)]);}function po(_0x3da33a){const _0x45f38c=_0x1ed4d3;return _0x3da33a+p[_0x45f38c(0x258)][_0x45f38c(0x707)];}function mo(_0x5e5b95){const _0x8c5816=_0x1ed4d3;return _0x5e5b95[_0x8c5816(0x5b4)]+_0x5e5b95[_0x8c5816(0x8c8)];}function ho(_0x2d5825){const _0x436487=_0x1ed4d3;var _0x3b1ed8;let {data:_0x429faa,customBlockRenderViewport:_0x596a95}=_0x2d5825,_0xd5dcd3=(0x0,c[_0x436487(0x2d7)])(a[_0x436487(0x8e6)]),_0x533de7=(0x0,c[_0x436487(0x2d7)])(a['IUniverInstanceService']),_0x5a4aaa=(0x0,c['useDependency'])(p['IRenderManagerService']),_0x6e1601=oi(_0x429faa),_0x8975a2=_0x6e1601==null?void 0x0:_0x6e1601[_0x436487(0x565)],_0xa90739=_0x8975a2??((_0x3b1ed8=_0x533de7[_0x436487(0x8e8)](a['UniverInstanceType'][_0x436487(0x563)]))==null?void 0x0:_0x3b1ed8['getUnitId']()),_0x526777=(0x0,d[_0x436487(0x867)])(null),[_0x2882a1,_0x1576b8]=(0x0,d['useState'])(()=>(0x0,o[_0x436487(0x8aa)])()),_0x43ad43=(0x0,h[_0x436487(0x9b0)])(_0x6e1601==null?void 0x0:_0x6e1601[_0x436487(0x5c7)]),_0x3d467c=_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x732)],_0x15a905=_0x596a95==null?void 0x0:_0x596a95['bleedWidth'],_0x357b50=_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x37e)],_0xfaf979=_o(_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x45c)]),_0x4ee386=(0x0,d['useRef'])(_0xfaf979),_0x399974=(0x0,d['useRef'])(void 0x0),_0xee1799=(0x0,d[_0x436487(0x867)])(void 0x0);(0x0,d['useEffect'])(()=>{if(!_0x8975a2)return;let _0x328071=[],_0x26f8df=()=>{const _0x49820f=_0x54e0;let _0x2c2d86=_0x533de7['getUnit'](_0x8975a2,a['UniverInstanceType'][_0x49820f(0x563)]),_0x55815=_0x2c2d86==null?void 0x0:_0x2c2d86[_0x49820f(0x327)];typeof _0x55815==_0x49820f(0x584)&&_0xd5dcd3[_0x49820f(0x6c0)](o['SetDocZoomRatioOperation']['id'],{'unitId':_0x8975a2,'zoomRatio':_0x55815});},_0x25b5de=_0x36d4c4=>{const _0x202562=_0x54e0;let _0x17c767=requestAnimationFrame(_0x36d4c4);_0x328071[_0x202562(0x2fa)](()=>cancelAnimationFrame(_0x17c767));},_0x1d7fbb=_0x40ed92=>{const _0x3c48a4=_0x54e0;let _0xa824d6=setTimeout(_0x26f8df,_0x40ed92);_0x328071[_0x3c48a4(0x2fa)](()=>clearTimeout(_0xa824d6));};return _0x26f8df(),_0x25b5de(_0x26f8df),_0x25b5de(()=>_0x25b5de(_0x26f8df)),_0x1d7fbb(0x78),_0x1d7fbb(0x1f4),()=>{const _0x553149=_0x54e0;_0x328071[_0x553149(0x360)](_0x1a826f=>_0x1a826f());};},[_0xd5dcd3,_0x8975a2,_0x533de7]),(0x0,d[_0x436487(0x206)])(()=>{const _0x2910dd=_0x436487;let _0x30908a=_0x526777['current'];if(!_0x30908a||!_0x43ad43||typeof window>'u')return;let _0x472b2b,_0x2aaa36=()=>{const _0x17b033=_0x54e0;_0x472b2b=void 0x0;let _0x487b67=_0x30908a['getBoundingClientRect'](),_0x3611be=xo(_0x357b50,()=>Co(_0x30908a,_0x487b67['width']/_0xfaf979)),_0xd71fe=(0x0,o[_0x17b033(0x5fb)])(_0x30908a,_0x3611be,{'authoritativeContentWidth':Number['isFinite'](_0x357b50)&&(_0x357b50??0x0)>0x0,'bleedLeft':_0x3d467c,'bleedWidth':_0x15a905,'viewScale':_0xfaf979});_0x1576b8(_0x481a2d=>Math[_0x17b033(0x8d9)](_0x481a2d[_0x17b033(0x732)]-_0xd71fe[_0x17b033(0x732)])<0.5&&Math['abs'](_0x481a2d[_0x17b033(0x76a)]-_0xd71fe[_0x17b033(0x76a)])<0.5&&Math[_0x17b033(0x8d9)](_0x481a2d[_0x17b033(0x81c)]-_0xd71fe[_0x17b033(0x81c)])<0.5&&Math[_0x17b033(0x8d9)](_0x481a2d[_0x17b033(0x37e)]-_0xd71fe[_0x17b033(0x37e)])<0.5&&Math[_0x17b033(0x8d9)](_0x481a2d[_0x17b033(0x559)]-_0xd71fe[_0x17b033(0x559)])<0.5?_0x481a2d:_0xd71fe);},_0x3a9258=()=>{const _0x17256e=_0x54e0;_0x472b2b==null&&_0x30908a[_0x17256e(0x964)][_0x17256e(0x8be)]!==_0x17256e(0x85d)&&(_0x472b2b=window[_0x17256e(0x930)](_0x2aaa36));},_0x40fbef=_0x43741c=>{const _0x478373=_0x54e0;So(_0x30908a,_0x43741c[_0x478373(0x1f6)])&&_0x3a9258();};_0x2aaa36();let _0xb7e021=new ResizeObserver(_0x3a9258);return _0xb7e021[_0x2910dd(0x969)](_0x30908a),window[_0x2910dd(0x7d4)](_0x2910dd(0x79f),_0x3a9258),window[_0x2910dd(0x7d4)](_0x2910dd(0x7ce),_0x40fbef,!0x0),()=>{const _0x32cb17=_0x2910dd;_0x472b2b!=null&&window[_0x32cb17(0x571)](_0x472b2b),_0xb7e021[_0x32cb17(0x8fe)](),window[_0x32cb17(0x2f5)](_0x32cb17(0x79f),_0x3a9258),window['removeEventListener'](_0x32cb17(0x7ce),_0x40fbef,!0x0);};},[_0x3d467c,_0x15a905,_0x357b50,_0x43ad43,_0xfaf979]);let _0x3164c4=_0x43ad43?yo(_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x5b4)]):(0x0,o[_0x436487(0x424)])(_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x5b4)],0x1),_0x7517a0=_0x43ad43?0x34:0x0,_0x517bd6=bo({'contentHeight':_0x3164c4,'viewportHeight':_0x596a95==null?void 0x0:_0x596a95['viewportHeight']}),_0x5aadfa=mo({'contentHeight':_0x3164c4,'floatingMenuInsetTop':_0x7517a0}),_0x349563=_0x43ad43?{'height':_0x5aadfa*_0xfaf979,'minHeight':_0x5aadfa*_0xfaf979}:void 0x0;(0x0,d[_0x436487(0x206)])(()=>{const _0x5ba496=_0x436487;var _0x4ed61a,_0x16beeb;_0x4ee386[_0x5ba496(0x1f3)]=_0xfaf979,(_0x4ed61a=_0x526777[_0x5ba496(0x1f3)])==null||_0x4ed61a[_0x5ba496(0x3e6)][_0x5ba496(0x748)](_0x5ba496(0x284)),(_0x16beeb=_0x526777[_0x5ba496(0x1f3)])==null||delete _0x16beeb[_0x5ba496(0x964)][_0x5ba496(0x8be)];},[_0xfaf979]),(0x0,d['useEffect'])(()=>{const _0x158633=_0x436487;if(!_0x43ad43||!_0xa90739)return;let _0x46a4d1=_0x526777[_0x158633(0x1f3)],_0x5276b4=()=>{const _0x240745=_0x158633;_0xee1799[_0x240745(0x1f3)]!=null&&(window[_0x240745(0x7b3)](_0xee1799[_0x240745(0x1f3)]),_0xee1799[_0x240745(0x1f3)]=void 0x0),_0x399974[_0x240745(0x1f3)]!=null&&(window[_0x240745(0x571)](_0x399974[_0x240745(0x1f3)]),_0x399974[_0x240745(0x1f3)]=void 0x0);},_0x52d36a=_0xd5dcd3[_0x158633(0x245)](_0x6018d2=>{const _0x42255d=_0x158633;if(_0x6018d2['id']!==o['SetDocZoomRatioOperation']['id'])return;let _0x3df5c4=_0x6018d2['params'];if((_0x3df5c4==null?void 0x0:_0x3df5c4[_0x42255d(0x2b9)])!==_0xa90739)return;let _0x5928a9=_0x526777[_0x42255d(0x1f3)],_0x23763b=_o(_0x3df5c4[_0x42255d(0x327)]);!_0x5928a9||_0x23763b===_0x4ee386['current']||(go(_0x5928a9,{'fromScale':_0x4ee386[_0x42255d(0x1f3)],'outerHeight':_0x5aadfa,'toScale':_0x23763b}),_0x4ee386[_0x42255d(0x1f3)]=_0x23763b,_0x5276b4(),_0xee1799[_0x42255d(0x1f3)]=window[_0x42255d(0x84e)](()=>{const _0x41e46f=_0x42255d;_0xee1799[_0x41e46f(0x1f3)]=void 0x0,_0x399974['current']=window[_0x41e46f(0x930)](()=>{const _0x2e8223=_0x41e46f;_0x399974['current']=void 0x0,_0x5928a9[_0x2e8223(0x3e6)][_0x2e8223(0x748)](_0x2e8223(0x284)),delete _0x5928a9[_0x2e8223(0x964)][_0x2e8223(0x8be)];});},0x78));});return()=>{const _0x4898a2=_0x158633;_0x52d36a[_0x4898a2(0x45b)](),_0x5276b4(),_0x46a4d1==null||_0x46a4d1[_0x4898a2(0x3e6)][_0x4898a2(0x748)]('overflow'),_0x46a4d1&&delete _0x46a4d1['dataset']['embedDocsCustomBlockZooming'];};},[_0xd5dcd3,_0x5aadfa,_0xa90739,_0x43ad43]);let _0x24a0bc=(0x0,d[_0x436487(0x6f5)])((_0x4b8a8d,_0x46621a)=>{const _0x5dc974=_0x436487;var _0x549eed;let _0x3642e9=(_0x549eed=_0x5a4aaa[_0x5dc974(0x871)](_0x46621a[_0x5dc974(0x565)]))==null?void 0x0:_0x549eed[_0x5dc974(0x20c)];return uo({..._0x46621a,'event':_0x4b8a8d,'source':'wheel','stage':'stage2'},_0x3642e9==null?void 0x0:_0x3642e9[_0x5dc974(0x8c5)](o[_0x5dc974(0x2d5)][_0x5dc974(0x78a)]),_0x3642e9);},[_0x5a4aaa]),_0x11320b=(0x0,d[_0x436487(0x6f5)])(_0x397998=>{vo(_0x5a4aaa,_0xa90739,_0x397998);},[_0x5a4aaa,_0xa90739]);return(0x0,m[_0x436487(0x689)])('div',{'ref':_0x526777,'className':_0x436487(0x269),'data-u-comp':'embed-docs-custom-block','data-embed-docs-custom-block':_0x436487(0x85d),'data-embed-docs-custom-block-child-type':(_0x6e1601==null?void 0x0:_0x6e1601[_0x436487(0x5c7)])==null?void 0x0:String(_0x6e1601[_0x436487(0x5c7)]),'data-embed-docs-custom-block-sheet-like':_0x43ad43?_0x436487(0x85d):void 0x0,'style':_0x349563,'children':(0x0,m['jsx'])(la,{..._0x2d5825,'docsCustomBlockLayout':_0x43ad43?{'bleedLeft':_0x2882a1[_0x436487(0x732)],'bleedWidth':_0x2882a1[_0x436487(0x81c)],'contentHeight':_0x3164c4,'contentWidth':_0x2882a1[_0x436487(0x37e)],'floatingMenuInsetTop':_0x7517a0,'pageContentWidth':(_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x82c)])??_0x2882a1['contentWidth'],'sheetLike':!0x0,'viewScale':_0xfaf979,'visibleCanvasHeight':_0x596a95==null?void 0x0:_0x596a95[_0x436487(0x720)],'viewportHeight':_0x517bd6}:{'floatingMenuInsetTop':_0x7517a0,'sheetLike':!0x1},'interactionFlow':'doc-block','onHostWheel':_0x43ad43?_0x24a0bc:void 0x0,'onRuntimeStageEnter':_0x11320b,'syncHostVerticalScroll':_0x43ad43})});}function go(_0x181113,_0x1ffc02){const _0x530c0a=_0x1ed4d3;let _0x46b7fa=_o(_0x1ffc02[_0x530c0a(0x7dc)]),_0x135aeb=_o(_0x1ffc02[_0x530c0a(0x943)]),_0x10772c=_0x135aeb/_0x46b7fa,_0x1132a5=_0x1ffc02['outerHeight']*_0x135aeb;_0x181113[_0x530c0a(0x3e6)]['height']=_0x1132a5+'px',_0x181113['style'][_0x530c0a(0x928)]=_0x1132a5+'px',_0x181113[_0x530c0a(0x3e6)][_0x530c0a(0x284)]='hidden',_0x181113[_0x530c0a(0x964)][_0x530c0a(0x8be)]=_0x530c0a(0x85d);let _0x120728=_0x181113[_0x530c0a(0x55c)](_0x530c0a(0x7d8));_0x120728&&[_0x530c0a(0x578),_0x530c0a(0x2f6)][_0x530c0a(0x360)](_0x3b1240=>{const _0x52cfb8=_0x530c0a;let _0xdcff1b=Number[_0x52cfb8(0x268)](_0x120728['style'][_0x3b1240]);Number[_0x52cfb8(0x8cd)](_0xdcff1b)&&(_0x120728[_0x52cfb8(0x3e6)][_0x3b1240]=_0xdcff1b*_0x10772c+'px');});let _0x47662f=_0x181113[_0x530c0a(0x55c)](_0x530c0a(0x999));_0x47662f&&(_0x47662f[_0x530c0a(0x3e6)]['transform']=_0x135aeb===0x1?'':_0x530c0a(0x586)+_0x135aeb+')');}function _o(_0x248d52){const _0x121682=_0x1ed4d3;return typeof _0x248d52==_0x121682(0x584)&&Number[_0x121682(0x8cd)](_0x248d52)&&_0x248d52>0x0?_0x248d52:0x1;}function vo(_0x35a789,_0x51abca,_0x4dfb7c){const _0x5376dd=_0x1ed4d3;var _0x39418a;_0x4dfb7c!==_0x5376dd(0x334)||!_0x51abca||(_0x39418a=_0x35a789[_0x5376dd(0x871)](_0x51abca))==null||(_0x39418a=_0x39418a[_0x5376dd(0x7b2)](o['DocSelectionRenderService']))==null||_0x39418a['blur']();}function yo(_0xa297af){const _0x38159c=_0x1ed4d3;return(0x0,o[_0x38159c(0x424)])(_0xa297af,0x1e0);}function bo(_0x5a1c1b){const _0x288914=_0x1ed4d3;return(0x0,o[_0x288914(0x424)])(_0x5a1c1b[_0x288914(0x9db)],_0x5a1c1b[_0x288914(0x5b4)]);}function xo(_0x4f6e82,_0x7a51fb){const _0x32f0b9=_0x1ed4d3;return Number[_0x32f0b9(0x8cd)](_0x4f6e82)&&(_0x4f6e82??0x0)>0x0?_0x4f6e82:(0x0,o['resolveDocsTableLikeCustomBlockContentWidth'])(void 0x0,_0x7a51fb());}function So(_0x4be757,_0x38b3ad){const _0x5cd4b3=_0x1ed4d3;return!(_0x38b3ad instanceof Node&&_0x4be757[_0x5cd4b3(0x495)](_0x38b3ad));}function Co(_0x533743,_0x2ae24d){const _0x50b470=_0x1ed4d3;let _0xfcd974=_0x533743[_0x50b470(0x55c)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x126254=_0x533743['querySelector'](_0x50b470(0x43d)),_0xa8f300=[Math[_0x50b470(0x287)](0x1,_0x2ae24d)];return wo(_0xfcd974,_0xa8f300),wo(_0x126254,_0xa8f300),Math[_0x50b470(0x287)](..._0xa8f300[_0x50b470(0x699)](_0x3998b1=>Number[_0x50b470(0x8cd)](_0x3998b1)&&_0x3998b1>0x0));}function wo(_0x33edb8,_0x5e75b3){const _0x3179ec=_0x1ed4d3;if(_0x33edb8){_0x5e75b3['push'](_0x33edb8[_0x3179ec(0x5fc)],_0x33edb8['offsetWidth'],_0x33edb8[_0x3179ec(0x455)]()[_0x3179ec(0x754)]);for(let _0x24fd90 of Array[_0x3179ec(0x8dc)](_0x33edb8[_0x3179ec(0x4bb)])){if(!(_0x24fd90 instanceof HTMLElement))continue;let _0x7da001=_0x24fd90[_0x3179ec(0x455)](),_0x54c9af=_0x33edb8[_0x3179ec(0x455)]();_0x5e75b3[_0x3179ec(0x2fa)](_0x24fd90['scrollWidth'],_0x24fd90[_0x3179ec(0x971)],_0x7da001[_0x3179ec(0x770)]-_0x54c9af[_0x3179ec(0x2f6)]);}}}let To=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x1bf0f8){super(),this['_componentManager']=_0x1bf0f8,this['_registerComponents']();}['_registerComponents'](){const _0x2e6a38=_0x1ed4d3;this['disposeWithMe'](this['_componentManager']['register'](h[_0x2e6a38(0x593)],ho)),this['disposeWithMe'](this[_0x2e6a38(0x422)]['register'](t['EMBED_SHEETS_FLOATING_COMPONENT_KEY'],la)),this[_0x2e6a38(0x512)](this[_0x2e6a38(0x422)]['register'](ao,so)),this[_0x2e6a38(0x512)](this[_0x2e6a38(0x422)][_0x2e6a38(0x22c)](oo,co));}};To=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(c['ComponentManager']))],To);let Eo=class{constructor(_0x25c6e1,_0x358046){const _0x1058ff=_0x1ed4d3;this['_injector']=_0x25c6e1,this[_0x1058ff(0x257)]=_0x358046,this[_0x1058ff(0x257)]['register']({'childType':a[_0x1058ff(0x747)][_0x1058ff(0x563)],'handleWheel':_0x2a7a85=>this['_injector']['has'](y['DocsTablePassiveWheelService'])?this['_injector'][_0x1058ff(0x53b)](y[_0x1058ff(0x41a)])[_0x1058ff(0x792)]({'childUnitId':_0x2a7a85[_0x1058ff(0x442)],'event':_0x2a7a85[_0x1058ff(0x63a)],'source':_0x2a7a85[_0x1058ff(0x2e7)]}):!0x1,'order':0x64});}};Eo=Y([J(0x0,(0x0,a['Inject'])(a['Injector'])),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(ai))],Eo);const Do=[a['UniverInstanceType']['UNIVER_DOC'],a[_0x1ed4d3(0x747)][_0x1ed4d3(0x32f)],a[_0x1ed4d3(0x747)][_0x1ed4d3(0x8ed)],a[_0x1ed4d3(0x747)][_0x1ed4d3(0x83f)]];let Oo=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x4c443c,_0x21c2f1){const _0x4ca3c3=_0x1ed4d3;super(),this[_0x4ca3c3(0x6bb)]=_0x4c443c,this[_0x4ca3c3(0x3ae)]=_0x21c2f1,Do['forEach'](_0x3653ec=>{const _0x5ac217=_0x4ca3c3;this[_0x5ac217(0x512)](this[_0x5ac217(0x6bb)][_0x5ac217(0x75f)](_0x3653ec)['subscribe'](_0x4cfeaa=>{const _0x36db10=_0x5ac217;this[_0x36db10(0x3ae)][_0x36db10(0x7f3)](_0x4cfeaa[_0x36db10(0x872)]());}));});}};Oo=Y([J(0x0,a['IUniverInstanceService']),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(t['EmbedHostAnchorModelService']))],Oo);let ko=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x2a34c1,_0x4240c0){const _0x1e4410=_0x1ed4d3;super(),this[_0x1e4410(0x3ee)]=_0x2a34c1,this[_0x1e4410(0x9ab)]=_0x4240c0,B(this,'_suspendedSheetNote',null),B(this,_0x1e4410(0x425),null),this[_0x1e4410(0x512)](this[_0x1e4410(0x9ab)][_0x1e4410(0x838)][_0x1e4410(0x49c)](()=>{const _0x5507ca=_0x1e4410;this[_0x5507ca(0x86b)]();}));}[_0x1ed4d3(0x86b)](){const _0x3d2976=_0x1ed4d3;let _0x4dec1c=this[_0x3d2976(0x9ab)][_0x3d2976(0x22f)]();this['_hideDocParagraphMenu']((_0x4dec1c==null?void 0x0:_0x4dec1c['hostUnitId'])??null);let _0x43ae45=(_0x4dec1c==null?void 0x0:_0x4dec1c[_0x3d2976(0x433)])===_0x3d2976(0x326)?_0x4dec1c[_0x3d2976(0x565)]??null:null;this[_0x3d2976(0x8ac)](_0x43ae45),this[_0x3d2976(0x413)](_0x43ae45);}['_hideDocParagraphMenu'](_0x81fac3){const _0x4dc8e2=_0x1ed4d3;if(!_0x81fac3||!this[_0x4dc8e2(0x3ee)]['has'](p[_0x4dc8e2(0x208)]))return;let _0x128b62=this[_0x4dc8e2(0x3ee)][_0x4dc8e2(0x53b)](p[_0x4dc8e2(0x208)])[_0x4dc8e2(0x871)](_0x81fac3);(_0x128b62==null?void 0x0:_0x128b62['type'])===a['UniverInstanceType'][_0x4dc8e2(0x563)]&&_0x128b62['with'](o[_0x4dc8e2(0x38d)])[_0x4dc8e2(0x5a3)](!0x0);}[_0x1ed4d3(0x8ac)](_0x4e4354){const _0x986a0b=_0x1ed4d3;if(_0x4e4354!==this[_0x986a0b(0x425)]){let _0x235a22=this[_0x986a0b(0x3ee)][_0x986a0b(0x54f)](b[_0x986a0b(0x86c)])?this[_0x986a0b(0x3ee)][_0x986a0b(0x53b)](b[_0x986a0b(0x86c)]):null;this[_0x986a0b(0x425)]&&(_0x235a22==null||_0x235a22[_0x986a0b(0x621)](this[_0x986a0b(0x425)],!0x1)),_0x4e4354&&(_0x235a22==null||_0x235a22[_0x986a0b(0x621)](_0x4e4354,!0x0)),this[_0x986a0b(0x425)]=_0x4e4354;}}[_0x1ed4d3(0x413)](_0x4c9e7d){const _0x331281=_0x1ed4d3;var _0x4e196d;if(!this[_0x331281(0x3ee)][_0x331281(0x54f)](b[_0x331281(0x4d9)]))return;let _0x24c66a=this['_injector']['get'](b[_0x331281(0x4d9)]),_0x101bd0=_0x24c66a[_0x331281(0x47c)];if(_0x4c9e7d!=null&&_0x4c9e7d===((_0x101bd0==null?void 0x0:_0x101bd0[_0x331281(0x2b9)])??((_0x4e196d=this[_0x331281(0x355)])==null?void 0x0:_0x4e196d[_0x331281(0x2b9)]))){_0x101bd0&&!_0x101bd0[_0x331281(0x995)]&&(this[_0x331281(0x355)]=_0x101bd0),_0x24c66a['hidePopup'](!0x0);return;}if(!this['_suspendedSheetNote'])return;let _0x1bf25a=this[_0x331281(0x355)];this[_0x331281(0x355)]=null,_0x101bd0||_0x24c66a[_0x331281(0x42e)](_0x1bf25a);}};ko=Y([J(0x0,(0x0,a['Inject'])(a[_0x1ed4d3(0x6f8)])),J(0x1,(0x0,a['Inject'])(G))],ko);let Ao=class extends a['Disposable']{constructor(_0x4ef371,_0x3a0458,_0x1bb7c0,_0xf6091a,_0x5b1b37){const _0x5596f3=_0x1ed4d3;super(),this['_menuOverrideService']=_0x4ef371,this[_0x5596f3(0x9c3)]=_0x3a0458,this[_0x5596f3(0x918)]=_0x1bb7c0,this[_0x5596f3(0x3ee)]=_0x5b1b37,B(this,_0x5596f3(0x5a2),null),B(this,'_currentOverride',null),this[_0x5596f3(0x512)](_0xf6091a['registerDisabledUIParts']([c[_0x5596f3(0x41c)][_0x5596f3(0x2d3)]],this[_0x5596f3(0x879)][_0x5596f3(0x935)][_0x5596f3(0x83c)]((0x0,f[_0x5596f3(0x572)])(_0x3980d9=>{const _0x4881c5=_0x5596f3;var _0x7bb6d2;return _0x3980d9!=null&&((_0x7bb6d2=this[_0x4881c5(0x9c3)][_0x4881c5(0x53b)](_0x3980d9[_0x4881c5(0x5c7)]))==null?void 0x0:_0x7bb6d2['hostChromeMode'])===_0x4881c5(0x255);}),(0x0,f[_0x5596f3(0x218)])()))),this[_0x5596f3(0x512)]((0x0,a[_0x5596f3(0x64a)])(this[_0x5596f3(0x879)]['override$'][_0x5596f3(0x49c)](_0x4a9210=>{const _0x4f90c7=_0x5596f3;var _0x224b99,_0x3eb70a;if(!_0x4a9210){this['_current']?(this['_current'][_0x4f90c7(0x45b)](),this[_0x4f90c7(0x5a2)]=null):this[_0x4f90c7(0x918)][_0x4f90c7(0x9c2)](),this[_0x4f90c7(0x86a)]=null;return;}if(jo(this[_0x4f90c7(0x86a)],_0x4a9210))return;let _0x39a82d=this[_0x4f90c7(0x9c3)]['get'](_0x4a9210['childType']),_0xabc1d=_0x39a82d==null||(_0x224b99=_0x39a82d[_0x4f90c7(0x5f8)])==null?void 0x0:_0x224b99['call'](_0x39a82d,{'childType':_0x4a9210[_0x4f90c7(0x5c7)],'childUnitId':_0x4a9210[_0x4f90c7(0x442)],'injector':this[_0x4f90c7(0x3ee)],'embedId':_0x4a9210[_0x4f90c7(0x666)],'hostUnitId':_0x4a9210[_0x4f90c7(0x565)],'entry':_0x4a9210['entry']});if(!_0xabc1d){var _0xb1ad50;(_0xb1ad50=this[_0x4f90c7(0x5a2)])==null||_0xb1ad50['dispose'](),this[_0x4f90c7(0x5a2)]=null,this['_currentOverride']=null,this[_0x4f90c7(0x918)][_0x4f90c7(0x9c2)]();return;}this['_ribbonOverrideService']['activate']({'id':_0x4a9210[_0x4f90c7(0x666)],'ribbonService':_0xabc1d[_0x4f90c7(0x5c6)],'injector':_0xabc1d[_0x4f90c7(0x583)],'portalContainer':_0xabc1d['portalContainer']??_0x4a9210[_0x4f90c7(0x6d8)],'placeholderTitle':_0xabc1d[_0x4f90c7(0x955)],'hideToolbar':_0xabc1d[_0x4f90c7(0x580)]}),(_0x3eb70a=this[_0x4f90c7(0x5a2)])==null||_0x3eb70a[_0x4f90c7(0x45b)](),this['_current']=null,this['_currentOverride']=null;let _0x36d442=this['_registerRibbonOwnership'](_0x4a9210);this[_0x4f90c7(0x86a)]=_0x4a9210,this[_0x4f90c7(0x5a2)]=(0x0,a[_0x4f90c7(0x64a)])(()=>{const _0x48b9da=_0x4f90c7;var _0x841696;_0x36d442==null||_0x36d442[_0x48b9da(0x45b)](),this[_0x48b9da(0x918)][_0x48b9da(0x9c2)](_0x4a9210[_0x48b9da(0x666)]),(_0x841696=_0xabc1d[_0x48b9da(0x830)])==null||_0x841696[_0x48b9da(0x45b)](),this[_0x48b9da(0x86a)]=null;});})));}[_0x1ed4d3(0x34a)](_0xf26c79){const _0x52089a=_0x1ed4d3;var _0x513497;let _0x215ebf=((_0x513497=_0xf26c79['portalContainer'])==null?void 0x0:_0x513497[_0x52089a(0x2f2)])??(typeof document>'u'?void 0x0:document),_0x56e68b=_0x215ebf==null?void 0x0:_0x215ebf[_0x52089a(0x55c)](_0x52089a(0x2a0));if(!_0x56e68b)return;let _0x42c498=[];return this[_0x52089a(0x3ee)][_0x52089a(0x54f)](q)&&_0x42c498['push'](this['_injector']['get'](q)['registerRoot'](_0xf26c79[_0x52089a(0x666)],_0x56e68b,_0xf26c79[_0x52089a(0x442)])),this['_injector']['has'](G)&&_0x42c498[_0x52089a(0x2fa)](this['_injector'][_0x52089a(0x53b)](G)['registerElement']({'embedId':_0xf26c79[_0x52089a(0x666)],'role':'floating-menu','element':_0x56e68b})),_0x42c498['length']?(0x0,a[_0x52089a(0x64a)])(()=>[..._0x42c498]['reverse']()[_0x52089a(0x360)](_0x229ba1=>_0x229ba1[_0x52089a(0x45b)]())):void 0x0;}[_0x1ed4d3(0x45b)](){const _0x34d394=_0x1ed4d3;var _0x4d8bcc;(_0x4d8bcc=this[_0x34d394(0x5a2)])==null||_0x4d8bcc[_0x34d394(0x45b)](),this['_current']=null,this['_currentOverride']=null,super['dispose']();}};Ao=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(H)),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(V)),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(c[_0x1ed4d3(0x367)])),J(0x3,(0x0,a['Inject'])(c[_0x1ed4d3(0x31a)])),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(a[_0x1ed4d3(0x6f8)]))],Ao);function jo(_0xf01ae7,_0x373761){const _0x5338f6=_0x1ed4d3;return _0xf01ae7!=null&&_0xf01ae7[_0x5338f6(0x565)]===_0x373761[_0x5338f6(0x565)]&&_0xf01ae7[_0x5338f6(0x666)]===_0x373761['embedId']&&_0xf01ae7[_0x5338f6(0x442)]===_0x373761[_0x5338f6(0x442)]&&_0xf01ae7[_0x5338f6(0x5c7)]===_0x373761['childType']&&_0xf01ae7[_0x5338f6(0x8bf)]===_0x373761['entry']&&_0xf01ae7[_0x5338f6(0x279)]===_0x373761[_0x5338f6(0x279)]&&_0xf01ae7['portalContainer']===_0x373761[_0x5338f6(0x6d8)]&&_0xf01ae7[_0x5338f6(0x533)]===_0x373761[_0x5338f6(0x533)]&&_0xf01ae7['lockHostRibbon']===_0x373761[_0x5338f6(0x3b4)];}let Mo=class extends a['Disposable']{constructor(_0x18d1ba,_0x292355,_0x17bef7){const _0x360a29=_0x1ed4d3;super(),this[_0x360a29(0x4c2)]=_0x18d1ba,this[_0x360a29(0x3b7)]=_0x292355,this[_0x360a29(0x485)]=_0x17bef7,B(this,'_dialogs',[]);let _0x4677ce=this['_dialogService'][_0x360a29(0x459)]()['subscribe'](_0x3af7fd=>{const _0x4c1bbc=_0x360a29;this[_0x4c1bbc(0x667)]=_0x3af7fd;});this[_0x360a29(0x512)]((0x0,a[_0x360a29(0x64a)])(()=>_0x4677ce[_0x360a29(0x465)]())),this[_0x360a29(0x512)](this[_0x360a29(0x4c2)][_0x360a29(0x245)](_0x3d973c=>{const _0x2e201a=_0x360a29;var _0x5569d4;if(_0x3d973c['id']!==t[_0x2e201a(0x956)]['id'])return;let _0x1226f5=_0x3d973c[_0x2e201a(0x640)];if(typeof(_0x1226f5==null?void 0x0:_0x1226f5[_0x2e201a(0x666)])!=_0x2e201a(0x23d)||typeof _0x1226f5[_0x2e201a(0x2b9)]!=_0x2e201a(0x23d))return;let _0x1f3dbe=(_0x5569d4=this[_0x2e201a(0x3b7)][_0x2e201a(0x5ab)](_0x1226f5['unitId'],_0x1226f5[_0x2e201a(0x666)]))==null?void 0x0:_0x5569d4[_0x2e201a(0x442)];_0x1f3dbe&&this['_dialogs'][_0x2e201a(0x360)](_0x3444c4=>{const _0x1c8372=_0x2e201a;No(_0x3444c4)===_0x1f3dbe&&this[_0x1c8372(0x485)][_0x1c8372(0x723)](_0x3444c4['id']);});}));}[_0x1ed4d3(0x45b)](){const _0x55c613=_0x1ed4d3;super[_0x55c613(0x45b)](),this[_0x55c613(0x667)]=[];}};Mo=Y([J(0x0,a[_0x1ed4d3(0x8e6)]),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x3b9)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(c[_0x1ed4d3(0x5f4)]))],Mo);function No(_0x455fa3){const _0x1fdca9=_0x1ed4d3;var _0x487116,_0x599615;let _0x2f56a7=(_0x487116=_0x455fa3[_0x1fdca9(0x4bb)])==null?void 0x0:_0x487116[_0x1fdca9(0x50a)];if(!_0x2f56a7||typeof _0x2f56a7==_0x1fdca9(0x23d))return;let _0x97f35c=(_0x599615=_0x2f56a7[_0x1fdca9(0x605)])==null?void 0x0:_0x599615[_0x1fdca9(0x2b9)];return typeof _0x97f35c==_0x1fdca9(0x23d)?_0x97f35c:void 0x0;}let Po=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x30ddfd,_0x164f8c,_0x1c1942,_0x5d07e5,_0x123cf2,_0xf1d28){const _0x6640d4=_0x1ed4d3;super(),this[_0x6640d4(0x7b4)]=_0x30ddfd,this['_printPreparationService']=_0x164f8c,this[_0x6640d4(0x3ee)]=_0x1c1942,this['_univerInstanceService']=_0x5d07e5,this['_slidePrintDrawingTransformService']=_0x123cf2,this[_0x6640d4(0x7c5)]=_0xf1d28,B(this,_0x6640d4(0x6e6),!0x1),B(this,_0x6640d4(0x40d),!0x1),B(this,_0x6640d4(0x3d2),new Map()),this[_0x6640d4(0x9ca)](),this[_0x6640d4(0x8ab)](),this['_registerBoardPrinting']();}async[_0x1ed4d3(0x24a)](_0x14dbe1){const _0x40a98f=_0x1ed4d3;if(_0x14dbe1[_0x40a98f(0x2fc)]===a[_0x40a98f(0x747)][_0x40a98f(0x563)]?(this[_0x40a98f(0x7cc)](),this[_0x40a98f(0x3d2)][_0x40a98f(0x74c)](_0x14dbe1[_0x40a98f(0x2b9)])):_0x14dbe1[_0x40a98f(0x2fc)]===a[_0x40a98f(0x747)]['UNIVER_SHEET']&&this[_0x40a98f(0x93c)](),await this[_0x40a98f(0x7b4)][_0x40a98f(0x24a)](_0x14dbe1),_0x14dbe1[_0x40a98f(0x2fc)]===a[_0x40a98f(0x747)]['UNIVER_DOC']){let _0x578904=this[_0x40a98f(0x6bb)][_0x40a98f(0x4a8)](_0x14dbe1[_0x40a98f(0x2b9)],a['UniverInstanceType'][_0x40a98f(0x563)]),_0x53fa58=_0x578904==null?void 0x0:_0x578904['getSnapshot']();if(_0x578904&&_0x53fa58){let _0x4a70af=_0x578904[_0x40a98f(0x804)]()[_0x40a98f(0x74d)]===a[_0x40a98f(0x8ce)][_0x40a98f(0x3fa)],_0x39180a=_0x4a70af?void 0x0:this[_0x40a98f(0x5d0)](_0x14dbe1['unitId']),_0x41fa62=Vo(_0x53fa58,_0x14dbe1[_0x40a98f(0x2b9)],this[_0x40a98f(0x7b4)],_0x39180a,_0x4a70af||!!_0x39180a,_0x4a70af);this['_docPrintLayouts'][_0x40a98f(0x753)](_0x14dbe1[_0x40a98f(0x2b9)],_0x41fa62),_0x14dbe1[_0x40a98f(0x5b4)]=Math[_0x40a98f(0x287)](_0x14dbe1['contentHeight']??0x0,_0x41fa62[_0x40a98f(0x5b4)]),_0x4a70af&&(_0x14dbe1[_0x40a98f(0x3ec)]=(_0x14dbe1[_0x40a98f(0x3ec)]??0x0)+_0x41fa62[_0x40a98f(0x3ec)]),_0x4a70af&&_0x41fa62[_0x40a98f(0x6ed)][_0x40a98f(0x9ba)]&&(_0x14dbe1[_0x40a98f(0x6ed)]??=[])[_0x40a98f(0x2fa)](..._0x41fa62['pageBreakRanges']);}}}[_0x1ed4d3(0x9ca)](){const _0x3607f8=_0x1ed4d3;this['disposeWithMe'](this[_0x3607f8(0x709)][_0x3607f8(0x70d)](this));}['_resolveDocPageMetrics'](_0x45c21d){const _0x560048=_0x1ed4d3;var _0x4ade72,_0x17e15d;let _0x3fe124=this[_0x560048(0x3ee)]['get'](p['IRenderManagerService'])['getRenderUnitById'](_0x45c21d),_0x3c8f9a=_0x3fe124==null||(_0x4ade72=_0x3fe124['with'](h[_0x560048(0x668)])[_0x560048(0x5fa)]()[_0x560048(0x996)]())==null?void 0x0:_0x4ade72[_0x560048(0x270)][0x0],_0x294787=(_0x17e15d=this[_0x560048(0x6bb)]['getUnit'](_0x45c21d,a['UniverInstanceType']['UNIVER_DOC']))==null||(_0x17e15d=_0x17e15d[_0x560048(0x804)]()[_0x560048(0x6e0)])==null?void 0x0:_0x17e15d[_0x560048(0x33c)],_0x332826=_0x3fe124==null?void 0x0:_0x3fe124[_0x560048(0x849)];if(!(_0x332826 instanceof p[_0x560048(0x711)]))return;let _0x4252d1=_0x332826[_0x560048(0x8ef)]()[_0x560048(0x9d2)]??0x0,_0x15acc7=_0x3c8f9a&&Xo(_0x3c8f9a['pageHeight'])?_0x3c8f9a[_0x560048(0x47d)]:_0x294787;return Xo(_0x15acc7)?{'firstTop':_0x4252d1,'pageStride':_0x15acc7+_0x4252d1}:void 0x0;}[_0x1ed4d3(0x7cc)](){const _0x4117fc=_0x1ed4d3;if(this[_0x4117fc(0x6e6)])return;let _0xbc3e39=this[_0x4117fc(0x3ee)][_0x4117fc(0x53b)](o[_0x4117fc(0x992)]);_0xbc3e39['registerPrintComponent'](h['EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY'],oo),this[_0x4117fc(0x512)](_0xbc3e39['interceptor'][_0x4117fc(0x489)](_0xbc3e39[_0x4117fc(0x9c6)]['getInterceptPoints']()[_0x4117fc(0x30e)],{'handler':(_0x547eaf,_0xfe6f28,_0xeea939)=>{const _0x249be0=_0x4117fc;var _0x4008e6;if(!_0x547eaf)return _0xeea939(_0x547eaf);let _0x1e659c=_0xeea939(_0x547eaf),_0xcafdeb=(_0x4008e6=this[_0x249be0(0x6bb)]['getUnit'](_0xfe6f28['unitId'],a['UniverInstanceType'][_0x249be0(0x563)]))==null?void 0x0:_0x4008e6[_0x249be0(0x58b)]();return _0xcafdeb&&Lo(_0xfe6f28[_0x249be0(0x903)]['parentElement']??_0xfe6f28[_0x249be0(0x903)],_0xcafdeb,_0xfe6f28[_0x249be0(0x2b9)],_0xfe6f28['offset'],_0xfe6f28[_0x249be0(0x66b)],this[_0x249be0(0x7b4)],_0x547eaf,this[_0x249be0(0x3d2)]['get'](_0xfe6f28[_0x249be0(0x2b9)])),_0x1e659c;}})),this[_0x4117fc(0x6e6)]=!0x0;}[_0x1ed4d3(0x93c)](){const _0x259b52=_0x1ed4d3;if(this[_0x259b52(0x40d)])return;let _0x532a82=this['_injector'][_0x259b52(0x53b)](s[_0x259b52(0x9a5)]);_0x532a82[_0x259b52(0x8f0)](t[_0x259b52(0x220)],ao),this[_0x259b52(0x512)](_0x532a82[_0x259b52(0x9c6)][_0x259b52(0x489)](_0x532a82['interceptor']['getInterceptPoints']()[_0x259b52(0x541)],{'handler':(_0x3a6d2f,_0xe2ab8d,_0x45947b)=>_0x45947b(this[_0x259b52(0x381)](_0xe2ab8d[_0x259b52(0x2b9)],_0xe2ab8d['subUnitId'])?{'startRow':0x0,'endRow':0x0,'startColumn':0x0,'endColumn':0x0}:_0x3a6d2f)})),this[_0x259b52(0x512)](_0x532a82['interceptor'][_0x259b52(0x489)](_0x532a82[_0x259b52(0x9c6)][_0x259b52(0x4a6)]()['PRINTING_DOM_COLLECT'],{'handler':(_0x536738,_0x5e851c,_0x23909c)=>{const _0x3fb63e=_0x259b52;if(!_0x536738)return _0x23909c(_0x536738);let _0x33fddf=this['_getOriginalSheetTabData'](_0x5e851c[_0x3fb63e(0x2b9)],_0x5e851c[_0x3fb63e(0x72f)])??(0x0,t[_0x3fb63e(0x607)])(_0x5e851c[_0x3fb63e(0x8f7)][_0x3fb63e(0x58b)]()),_0x24b07a=_0x33fddf&&this[_0x3fb63e(0x7b4)][_0x3fb63e(0x202)](_0x5e851c[_0x3fb63e(0x2b9)],_0x33fddf[_0x3fb63e(0x666)]);if(!(_0x24b07a!=null&&_0x24b07a[_0x3fb63e(0x2e7)]))return _0x23909c(_0x536738);let _0x1e3e73=Zo(_0x5e851c[_0x3fb63e(0x903)],_0x24b07a[_0x3fb63e(0x2e7)],_0x536738,{'height':_0x5e851c[_0x3fb63e(0x212)][_0x3fb63e(0x33b)]()[_0x3fb63e(0x4bf)](),'offsetX':_0x5e851c[_0x3fb63e(0x27c)][_0x3fb63e(0x30d)],'offsetY':_0x5e851c[_0x3fb63e(0x27c)][_0x3fb63e(0x40c)],'width':_0x5e851c['engine'][_0x3fb63e(0x33b)]()[_0x3fb63e(0x693)]()});return _0x1e3e73[_0x3fb63e(0x7e3)]||_0x5e851c[_0x3fb63e(0x761)][_0x3fb63e(0x363)](Qo(_0x1e3e73)),_0x23909c(_0x536738);}})),this['_sheetPrintRegistered']=!0x0;}[_0x1ed4d3(0x381)](_0x4e57e5,_0x38c57f){const _0x515b95=_0x1ed4d3;var _0x20cb52;let _0x3fb573=(_0x20cb52=this[_0x515b95(0x6bb)][_0x515b95(0x4a8)](_0x4e57e5,a[_0x515b95(0x747)][_0x515b95(0x32f)]))==null?void 0x0:_0x20cb52[_0x515b95(0x885)](_0x38c57f);return _0x3fb573&&(0x0,t[_0x515b95(0x607)])(_0x3fb573['getSnapshot']());}[_0x1ed4d3(0x8ab)](){const _0x47f34a=_0x1ed4d3;this['disposeWithMe'](this[_0x47f34a(0x335)][_0x47f34a(0x22c)]((_0x5d9baf,_0xee4907)=>$o(_0x5d9baf,_0xee4907,this['_embedPrintService'])));}['_registerBoardPrinting'](){const _0x4dd6dd=_0x1ed4d3;this[_0x4dd6dd(0x512)](this[_0x4dd6dd(0x7c5)]['register']((_0x3d32b3,_0x55227c)=>Fo(_0x3d32b3,_0x55227c,this[_0x4dd6dd(0x7b4)])));}[_0x1ed4d3(0x45b)](){const _0xd5d4cf=_0x1ed4d3;this[_0xd5d4cf(0x3d2)][_0xd5d4cf(0x9c2)](),super[_0xd5d4cf(0x45b)]();}};Po=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(Fa)),J(0x1,r[_0x1ed4d3(0x414)]),J(0x2,(0x0,a['Inject'])(a[_0x1ed4d3(0x6f8)])),J(0x3,a[_0x1ed4d3(0x90d)]),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(i[_0x1ed4d3(0x469)])),J(0x5,(0x0,a['Inject'])(e[_0x1ed4d3(0x5ac)]))],Po);function Fo(_0x8a2cf,_0x49345a,_0x123bbd){const _0x1641ca=_0x1ed4d3;let _0x4e3eaf={..._0x8a2cf['data']};return _0x8a2cf[_0x1641ca(0x259)][_0x1641ca(0x360)](_0x3ffca5=>{const _0x4837d8=_0x1641ca;let _0xe37a39=_0x4e3eaf[_0x3ffca5],_0x2d95ee=_0xe37a39==null?void 0x0:_0xe37a39[_0x4837d8(0x4e1)];if(!_0xe37a39||!(0x0,x[_0x4837d8(0x226)])(_0x2d95ee)||_0x2d95ee[_0x4837d8(0x87b)]===!0x1)return;let _0x27d392=(0x0,x['getEmbedBoardsFloatingCustomData'])(_0x2d95ee),_0x484dc6=_0x27d392&&_0x123bbd['getResource'](_0x49345a[_0x4837d8(0x3d9)]['getUnitId'](),_0x27d392[_0x4837d8(0x666)]);_0x484dc6!=null&&_0x484dc6[_0x4837d8(0x2e7)]&&(_0x4e3eaf[_0x3ffca5]={..._0xe37a39,'element':Io(_0x2d95ee,_0x484dc6[_0x4837d8(0x2e7)])});}),{'data':_0x4e3eaf,'order':_0x8a2cf[_0x1641ca(0x259)]};}function Io(_0x23c340,_0x50ac3b){const _0x4f0bfe=_0x1ed4d3;return{'id':_0x23c340['id'],'type':x[_0x4f0bfe(0x57c)][_0x4f0bfe(0x6e3)],'transform':_0x23c340[_0x4f0bfe(0x448)],'source':_0x50ac3b,'imageSourceType':a[_0x4f0bfe(0x4a4)]['URL'],'parentId':_0x23c340[_0x4f0bfe(0x67d)],'laneId':_0x23c340['laneId'],'role':_0x23c340[_0x4f0bfe(0x697)],'managedBy':_0x23c340[_0x4f0bfe(0x9e3)],'name':_0x23c340[_0x4f0bfe(0x978)],'description':_0x23c340[_0x4f0bfe(0x6b2)],'visible':_0x23c340[_0x4f0bfe(0x87b)],'selectable':_0x23c340['selectable'],'locked':_0x23c340[_0x4f0bfe(0x658)],'custom':_0x23c340[_0x4f0bfe(0x369)]};}function Lo(_0xd19aae,_0x40486c,_0x957345,_0x52f17a,_0xad549f,_0x4c6f61,_0x551176,_0xf4860c){const _0x2c9a8a=_0x1ed4d3;var _0x45c510;(_0x45c510=_0x40486c['drawingsOrder'])==null||_0x45c510[_0x2c9a8a(0x360)](_0x1ed58f=>{const _0xb60026=_0x2c9a8a;var _0x2dab70;let _0xa5d7a6=(_0x2dab70=_0x40486c[_0xb60026(0x959)])==null?void 0x0:_0x2dab70[_0x1ed58f];if(!_0xa5d7a6)return;let _0x224eed=oi('data'in _0xa5d7a6?_0xa5d7a6[_0xb60026(0x44c)]:void 0x0),_0x4aadc0=_0x224eed&&_0x4c6f61[_0xb60026(0x202)](_0x224eed[_0xb60026(0x565)]??_0x957345,_0x224eed[_0xb60026(0x666)]),_0x55b681=_0xf4860c==null?void 0x0:_0xf4860c[_0xb60026(0x959)][_0xb60026(0x53b)](_0x1ed58f);if(_0x4aadc0!=null&&_0x4aadc0['canvas']){var _0x2ab11f;let _0x27a67c=Uo(_0xa5d7a6),_0x9a923d=_0x55b681!=null&&(_0x2ab11f=_0x55b681[_0xb60026(0x76e)])!=null&&_0x2ab11f[_0xb60026(0x9ba)]?_0x55b681[_0xb60026(0x76e)]:Ro(_0x4aadc0,_0x55b681,_0x27a67c);if(zo(_0xd19aae,_0x27a67c[_0xb60026(0x2f6)],_0x27a67c[_0xb60026(0x754)],_0x4aadc0,_0x9a923d,_0x52f17a,_0xad549f,_0x551176),_0x9a923d[_0xb60026(0x9ba)])return;}let _0x3f0a92=Bo(_0xa5d7a6,_0x1ed58f,_0x957345,_0x4c6f61,_0xf4860c);if(!_0x3f0a92)return;let {height:_0x4ee86e,left:_0x4b33ba,source:_0x20cd1c,top:_0x52848c,width:_0x58d73f}=_0x3f0a92;if(_0x4b33ba+_0x58d73f<_0xad549f[_0xb60026(0x2f6)]||_0x4b33ba>_0xad549f[_0xb60026(0x770)]||_0x52848c+_0x4ee86e<_0xad549f[_0xb60026(0x578)]||_0x52848c>_0xad549f[_0xb60026(0x976)])return;let _0x27e2ca=document[_0xb60026(0x467)](_0xb60026(0x3f9));_0x27e2ca[_0xb60026(0x8ee)]='',_0x27e2ca['src']=_0x20cd1c,_0x27e2ca[_0xb60026(0x3e6)]['position']=_0xb60026(0x3d3),_0x27e2ca[_0xb60026(0x3e6)]['left']=_0x4b33ba-_0x52f17a['x']+'px',_0x27e2ca[_0xb60026(0x3e6)][_0xb60026(0x578)]=_0x52848c-_0x52f17a['y']+'px',_0x27e2ca['style'][_0xb60026(0x754)]=_0x58d73f+'px',_0x27e2ca[_0xb60026(0x3e6)][_0xb60026(0x33c)]=_0x4ee86e+'px',_0x27e2ca[_0xb60026(0x3e6)][_0xb60026(0x50c)]=_0xb60026(0x6b9),_0x27e2ca[_0xb60026(0x3e6)][_0xb60026(0x302)]=_0xb60026(0x453),_0x27e2ca['style'][_0xb60026(0x28d)]=_0xb60026(0x5ed),_0x27e2ca[_0xb60026(0x3e6)]['zIndex']='11',_0xd19aae['appendChild'](_0x27e2ca),_0x551176[_0xb60026(0x363)]((0x0,a[_0xb60026(0x64a)])(()=>_0x27e2ca[_0xb60026(0x241)]()));});}function Ro(_0x47afd,_0x1ab7f8,_0x203772){const _0x3ec192=_0x1ed4d3;if(!_0x47afd[_0x3ec192(0x2a6)]||!Yo(_0x203772['top'])||!Xo(_0x203772['width']))return[];let _0x26cd32=(_0x1ab7f8==null?void 0x0:_0x1ab7f8['top'])??_0x203772[_0x3ec192(0x578)],_0x4cf3ea=(_0x1ab7f8==null?void 0x0:_0x1ab7f8['height'])??(Xo(_0x47afd[_0x3ec192(0x754)])?_0x203772[_0x3ec192(0x754)]*_0x47afd[_0x3ec192(0x33c)]/_0x47afd[_0x3ec192(0x754)]:_0x203772[_0x3ec192(0x33c)]);return Yo(_0x26cd32)&&Xo(_0x4cf3ea)?[{'height':_0x4cf3ea,'sourceHeight':_0x47afd[_0x3ec192(0x2a6)][_0x3ec192(0x33c)],'sourceTop':0x0,'top':_0x26cd32}]:[];}function zo(_0x1fd671,_0x108b9a,_0x524837,_0x52bbe6,_0x5a0498,_0xc9fa03,_0x4891ec,_0x286880){const _0x42bfa8=_0x1ed4d3;let _0x1974a4=_0x52bbe6[_0x42bfa8(0x2a6)];!_0x1974a4||!Yo(_0x108b9a)||!Xo(_0x524837)||!Xo(_0x52bbe6[_0x42bfa8(0x754)])||_0x5a0498['forEach'](_0x595fcf=>{const _0x5a4c35=_0x42bfa8;var _0xf08b6;if(_0x108b9a+_0x524837<_0x4891ec[_0x5a4c35(0x2f6)]||_0x108b9a>_0x4891ec['right']||_0x595fcf[_0x5a4c35(0x578)]+_0x595fcf[_0x5a4c35(0x33c)]<=_0x4891ec[_0x5a4c35(0x578)]||_0x595fcf[_0x5a4c35(0x578)]>=_0x4891ec[_0x5a4c35(0x976)])return;let _0x49fbfd=document[_0x5a4c35(0x467)](_0x5a4c35(0x2a6));_0x49fbfd[_0x5a4c35(0x754)]=_0x1974a4[_0x5a4c35(0x754)],_0x49fbfd['height']=Math['max'](0x1,Math[_0x5a4c35(0x62c)](_0x595fcf['sourceHeight'])),(_0xf08b6=_0x49fbfd[_0x5a4c35(0x79b)]('2d'))==null||_0xf08b6['drawImage'](_0x1974a4,0x0,_0x595fcf['sourceTop'],_0x1974a4[_0x5a4c35(0x754)],_0x595fcf['sourceHeight'],0x0,0x0,_0x49fbfd[_0x5a4c35(0x754)],_0x49fbfd[_0x5a4c35(0x33c)]),_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x824)]='absolute',_0x49fbfd['style'][_0x5a4c35(0x2f6)]=_0x108b9a-_0xc9fa03['x']+'px',_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x578)]=_0x595fcf['top']-_0xc9fa03['y']+'px',_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x754)]=_0x524837+'px',_0x49fbfd[_0x5a4c35(0x3e6)]['height']=_0x595fcf[_0x5a4c35(0x33c)]+'px',_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x28d)]=_0x5a4c35(0x5ed),_0x49fbfd[_0x5a4c35(0x3e6)][_0x5a4c35(0x36a)]='11',_0x1fd671[_0x5a4c35(0x545)](_0x49fbfd),_0x286880[_0x5a4c35(0x363)]((0x0,a['toDisposable'])(()=>_0x49fbfd[_0x5a4c35(0x241)]()));});}function Bo(_0x20c115,_0x5af467,_0x1da0be,_0x1e903d,_0x16ba32){const _0x284d6a=_0x1ed4d3;var _0x1c2d90,_0x3c4b4b;let _0xab1db1=oi(_0x284d6a(0x44c)in _0x20c115?_0x20c115['data']:void 0x0),_0x4e95e9=Uo(_0x20c115),_0x2e7976=_0xab1db1&&_0x1e903d['getImage'](_0xab1db1[_0x284d6a(0x565)]??_0x1da0be,_0xab1db1[_0x284d6a(0x666)]),_0x5c0c2e=_0x4e95e9==null?void 0x0:_0x4e95e9['left'],_0x22ea9b=(_0x16ba32==null||(_0x1c2d90=_0x16ba32[_0x284d6a(0x959)][_0x284d6a(0x53b)](_0x5af467))==null?void 0x0:_0x1c2d90['top'])??(_0x4e95e9==null?void 0x0:_0x4e95e9[_0x284d6a(0x578)]),_0x2ce887=_0x4e95e9==null?void 0x0:_0x4e95e9[_0x284d6a(0x754)];if(!_0x2e7976||!Yo(_0x5c0c2e)||!Yo(_0x22ea9b)||!Xo(_0x2ce887))return;let _0x4ce193=_0x20c115[_0x284d6a(0x2ad)][_0x284d6a(0x2e5)][_0x284d6a(0x754)],_0x366dd8=_0x20c115[_0x284d6a(0x2ad)][_0x284d6a(0x2e5)][_0x284d6a(0x33c)];return{'height':(_0x16ba32==null||(_0x3c4b4b=_0x16ba32[_0x284d6a(0x959)][_0x284d6a(0x53b)](_0x5af467))==null?void 0x0:_0x3c4b4b[_0x284d6a(0x33c)])??Ko(_0xab1db1['childType'],_0x4e95e9==null?void 0x0:_0x4e95e9[_0x284d6a(0x33c)],_0x4ce193,_0x366dd8,_0x2ce887),'left':_0x5c0c2e,'source':_0x2e7976,'top':_0x22ea9b,'width':_0x2ce887};}function Vo(_0x522cdd,_0x5555e2,_0x299050,_0x4edd65,_0x3dff6a=!!_0x4edd65,_0x1c973a=!0x1){const _0x18a8e9=_0x1ed4d3;let _0x566c52=(_0x522cdd[_0x18a8e9(0x1f4)]??[])['map'](_0x14c7cc=>{const _0x53382c=_0x18a8e9;var _0x4b78f7;return{'drawingId':_0x14c7cc,'drawing':(_0x4b78f7=_0x522cdd[_0x53382c(0x959)])==null?void 0x0:_0x4b78f7[_0x14c7cc]};})[_0x18a8e9(0x699)](({drawing:_0x237895})=>{const _0x8b8468=_0x18a8e9;let _0x2dc9f7=_0x237895&&oi(_0x8b8468(0x44c)in _0x237895?_0x237895[_0x8b8468(0x44c)]:void 0x0);return!!_0x237895&&!!_0x2dc9f7&&(!!_0x299050[_0x8b8468(0x202)](_0x2dc9f7[_0x8b8468(0x565)]??_0x5555e2,_0x2dc9f7[_0x8b8468(0x666)])||!!_0x299050[_0x8b8468(0x596)](_0x2dc9f7[_0x8b8468(0x565)]??_0x5555e2,_0x2dc9f7['embedId']));})[_0x18a8e9(0x481)]((_0x5737cf,_0x3e4f46)=>{const _0x151219=_0x18a8e9;var _0x13a220,_0x412028;return(_0x5737cf[_0x151219(0x374)]?((_0x13a220=Uo(_0x5737cf['drawing']))==null?void 0x0:_0x13a220[_0x151219(0x578)])??0x0:0x0)-(_0x3e4f46[_0x151219(0x374)]?((_0x412028=Uo(_0x3e4f46['drawing']))==null?void 0x0:_0x412028[_0x151219(0x578)])??0x0:0x0);}),_0x234531=new Map(),_0x3fec84=[],_0x3ea648=new Set(_0x566c52[_0x18a8e9(0x572)](({drawingId:_0x53fb58})=>_0x53fb58)),_0x82f0dc=_0x566c52[_0x18a8e9(0x961)](({drawing:_0xcf524c})=>{const _0x49fa29=_0x18a8e9;let _0x224642=_0xcf524c&&oi(_0x49fa29(0x44c)in _0xcf524c?_0xcf524c[_0x49fa29(0x44c)]:void 0x0);return _0x224642&&Jo(_0x224642[_0x49fa29(0x5c7)]);}),_0x128bb1=_0x82f0dc==null?void 0x0:_0x82f0dc[_0x18a8e9(0x374)],_0x3b17fb=_0x128bb1&&Uo(_0x128bb1)[_0x18a8e9(0x578)],_0x2c306d=(_0x522cdd['drawingsOrder']??[])[_0x18a8e9(0x52a)](_0x226a8e=>{const _0x4b9e48=_0x18a8e9;var _0x365a60;let _0x1d7798=(_0x365a60=_0x522cdd[_0x4b9e48(0x959)])==null?void 0x0:_0x365a60[_0x226a8e];if(!_0x1d7798||_0x3ea648['has'](_0x226a8e))return!0x1;let _0x4ce31f=Uo(_0x1d7798)[_0x4b9e48(0x578)];return!Yo(_0x3b17fb)||!Yo(_0x4ce31f)||_0x4ce31f>=_0x3b17fb;}),_0x51ba55=!_0x82f0dc||Ho(_0x522cdd,_0x82f0dc['drawingId']),_0x22d698=_0x1c973a&&!_0x2c306d&&!_0x51ba55,_0x13bc59=0x0,_0x2cbdaf=0x0;return _0x566c52[_0x18a8e9(0x360)](({drawingId:_0x1d8b91,drawing:_0x5bbc8b},_0x53093c)=>{const _0x4fe718=_0x18a8e9;var _0x6d6adb;if(!_0x5bbc8b)return;let _0x3b64d6=oi(_0x4fe718(0x44c)in _0x5bbc8b?_0x5bbc8b[_0x4fe718(0x44c)]:void 0x0),_0x384c58=Uo(_0x5bbc8b),_0x344f2c=_0x384c58==null?void 0x0:_0x384c58[_0x4fe718(0x578)],_0x475987=_0x384c58==null?void 0x0:_0x384c58['width'],_0x44bf6f=_0x5bbc8b['docTransform']['size']['width'],_0x5578e7=_0x5bbc8b[_0x4fe718(0x2ad)][_0x4fe718(0x2e5)][_0x4fe718(0x33c)];if(!_0x3b64d6||!Yo(_0x344f2c)||!Xo(_0x475987))return;let _0xbf2fcb=Xo(_0x384c58==null?void 0x0:_0x384c58[_0x4fe718(0x33c)])?_0x384c58[_0x4fe718(0x33c)]:qo(_0x44bf6f,_0x5578e7,_0x475987),_0x18c56=_0x299050[_0x4fe718(0x202)](_0x3b64d6['hostUnitId']??_0x5555e2,_0x3b64d6['embedId']),_0x9c4c5c=_0x18c56&&Xo(_0x18c56[_0x4fe718(0x754)])?_0x475987*_0x18c56['height']/_0x18c56[_0x4fe718(0x754)]:Ko(_0x3b64d6['childType'],_0x384c58==null?void 0x0:_0x384c58[_0x4fe718(0x33c)],_0x44bf6f,_0x5578e7,_0x475987),_0x387c91=_0x344f2c+_0x13bc59,_0x318e25=_0x18c56&&Xo(_0x18c56[_0x4fe718(0x754)])?_0x475987/_0x18c56[_0x4fe718(0x754)]:0x1,_0x459ce4=_0x3dff6a&&_0x18c56!=null&&_0x18c56[_0x4fe718(0x2a6)]&&(_0x6d6adb=_0x18c56[_0x4fe718(0x3b6)])!=null&&_0x6d6adb[_0x4fe718(0x9ba)]?Wo(_0x18c56,_0x387c91,_0x318e25,_0x4edd65):void 0x0,_0x3093aa=_0x459ce4!=null&&_0x459ce4[_0x4fe718(0x9ba)]?_0x459ce4[_0x459ce4[_0x4fe718(0x9ba)]-0x1][_0x4fe718(0x578)]+_0x459ce4[_0x459ce4['length']-0x1][_0x4fe718(0x33c)]-_0x387c91:_0x9c4c5c;if(_0x234531[_0x4fe718(0x753)](_0x1d8b91,{'height':_0x3093aa,'segments':_0x459ce4,'top':_0x387c91}),_0x459ce4!=null&&_0x459ce4[_0x4fe718(0x9ba)]?_0x3fec84[_0x4fe718(0x2fa)](..._0x459ce4[_0x4fe718(0x572)](_0x1be233=>({'bottom':_0x1be233[_0x4fe718(0x578)]+_0x1be233[_0x4fe718(0x33c)],'sourceId':_0x1d8b91,'top':_0x1be233['top']}))):_0x3dff6a&&_0x3093aa>0x0&&_0x3fec84[_0x4fe718(0x2fa)]({'bottom':_0x387c91+_0x3093aa,'sourceId':_0x1d8b91,'top':_0x387c91}),_0x2cbdaf=Math[_0x4fe718(0x287)](_0x2cbdaf,_0x387c91+_0x3093aa),Jo(_0x3b64d6[_0x4fe718(0x5c7)])){var _0x86dbc8;let _0x41bb0d=(_0x86dbc8=_0x566c52[_0x53093c+0x1])==null?void 0x0:_0x86dbc8[_0x4fe718(0x374)],_0xdf3b69=_0x41bb0d?Uo(_0x41bb0d)['top']:void 0x0,_0xf4ab79=_0x3093aa-(Yo(_0xdf3b69)?Math[_0x4fe718(0x287)](0x0,Math[_0x4fe718(0x451)](_0xbf2fcb,_0xdf3b69-_0x344f2c)):_0xbf2fcb);_0x13bc59+=_0x22d698?_0xf4ab79:Math[_0x4fe718(0x287)](0x0,_0xf4ab79);}}),{'contentHeight':_0x2cbdaf,'contentHeightAdjustment':_0x13bc59,'drawings':_0x234531,'pageBreakRanges':_0x3fec84};}function Ho(_0x3942dd,_0x3eadef){const _0x11caca=_0x1ed4d3;var _0x469329;let _0xb1e57f=_0x3942dd['body'],_0x1a0e3f=_0xb1e57f==null||(_0x469329=_0xb1e57f[_0x11caca(0x8b4)])==null||(_0x469329=_0x469329[_0x11caca(0x961)](({blockId:_0x52d8d2})=>_0x52d8d2===_0x3eadef))==null?void 0x0:_0x469329['startIndex'];return!(_0xb1e57f!=null&&_0xb1e57f[_0x11caca(0x3f6)])||!Yo(_0x1a0e3f)||Array[_0x11caca(0x8dc)](_0xb1e57f[_0x11caca(0x3f6)][_0x11caca(0x99e)](_0x1a0e3f+0x1))[_0x11caca(0x52a)](_0x164a34=>_0x164a34!==a['DataStreamTreeTokenType'][_0x11caca(0x7e5)]&&_0x164a34!==a[_0x11caca(0x3e5)][_0x11caca(0x3bf)]&&_0x164a34!==a[_0x11caca(0x3e5)][_0x11caca(0x7af)]&&_0x164a34!==a['DataStreamTreeTokenType'][_0x11caca(0x936)]&&_0x164a34[_0x11caca(0x75c)]()!=='');}function Uo(_0xf36182){const _0xbb9cd5=_0x1ed4d3;return _0xf36182[_0xbb9cd5(0x448)]??(0x0,h[_0xbb9cd5(0x843)])(_0xf36182['docTransform']);}function Wo(_0x5868e1,_0x468d3c,_0x3de6c2,_0x356e1a){const _0x5a5f43=_0x1ed4d3;let _0x25a8d6=[...(_0x5868e1[_0x5a5f43(0x3b6)]??[])[_0x5a5f43(0x699)](_0x4c26f0=>_0x4c26f0>0x0&&_0x4c26f0<_0x5868e1['height']),_0x5868e1[_0x5a5f43(0x33c)]],_0x22ce6e=[],_0x162bfc=0x0,_0x32ce46=_0x468d3c;return _0x25a8d6['forEach'](_0x50c8d9=>{const _0x419f5a=_0x5a5f43;let _0x4643dd=_0x50c8d9-_0x162bfc,_0x36c1a2=_0x4643dd*_0x3de6c2;if(_0x356e1a){let _0x2b222d=Go(_0x32ce46,_0x356e1a);_0x32ce46<_0x2b222d&&_0x32ce46+_0x36c1a2>_0x2b222d&&_0x36c1a2<=_0x356e1a[_0x419f5a(0x83d)]&&(_0x32ce46=_0x2b222d);}_0x22ce6e[_0x419f5a(0x2fa)]({'height':_0x36c1a2,'sourceHeight':_0x4643dd,'sourceTop':_0x162bfc,'top':_0x32ce46}),_0x32ce46+=_0x36c1a2,_0x162bfc=_0x50c8d9;}),_0x22ce6e;}function Go(_0x1a53aa,_0x22403c){const _0x2fe034=_0x1ed4d3;let _0x84d128=Math[_0x2fe034(0x287)](0x0,Math[_0x2fe034(0x454)]((_0x1a53aa-_0x22403c[_0x2fe034(0x994)])/_0x22403c[_0x2fe034(0x83d)]));return _0x22403c[_0x2fe034(0x994)]+(_0x84d128+0x1)*_0x22403c[_0x2fe034(0x83d)];}function Ko(_0x3a926f,_0x4c69ec,_0x25ea87,_0x2686a7,_0x242ef7){return Jo(_0x3a926f)&&Xo(_0x4c69ec)?_0x4c69ec:qo(_0x25ea87,_0x2686a7,_0x242ef7);}function qo(_0x316d8b,_0x537301,_0x2d728f){return Xo(_0x316d8b)&&Xo(_0x537301)?_0x2d728f*_0x537301/_0x316d8b:0x0;}function Jo(_0x103e50){const _0x4ae7b3=_0x1ed4d3;return _0x103e50===a[_0x4ae7b3(0x747)][_0x4ae7b3(0x32f)]||_0x103e50===a[_0x4ae7b3(0x747)]['UNIVER_BASE'];}function Yo(_0x1a58e0){const _0x2e7f38=_0x1ed4d3;return typeof _0x1a58e0==_0x2e7f38(0x584)&&Number[_0x2e7f38(0x8cd)](_0x1a58e0);}function Xo(_0x2bcc40){return Yo(_0x2bcc40)&&_0x2bcc40>0x0;}function Zo(_0x4bda95,_0x2e6ae2,_0x47f6a2,_0x13e56c){const _0x12aed4=_0x1ed4d3;let _0x1a7bcd=_0x4bda95[_0x12aed4(0x3e6)][_0x12aed4(0x284)],_0xc9a3b6=_0x4bda95[_0x12aed4(0x3e6)][_0x12aed4(0x36a)],_0x749b2f=document[_0x12aed4(0x467)](_0x12aed4(0x3f9));return _0x749b2f[_0x12aed4(0x8ee)]='',_0x749b2f[_0x12aed4(0x52f)]=_0x2e6ae2,_0x749b2f['style']['position']=_0x12aed4(0x3d3),_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x2f6)]=-_0x13e56c[_0x12aed4(0x30d)]+'px',_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x578)]=-_0x13e56c[_0x12aed4(0x40c)]+'px',_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x754)]=_0x13e56c[_0x12aed4(0x754)]+'px',_0x749b2f['style'][_0x12aed4(0x33c)]=_0x13e56c[_0x12aed4(0x33c)]+'px',_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x50c)]=_0x12aed4(0x6b9),_0x749b2f[_0x12aed4(0x3e6)]['objectPosition']=_0x12aed4(0x30b),_0x749b2f[_0x12aed4(0x3e6)][_0x12aed4(0x28d)]=_0x12aed4(0x5ed),_0x4bda95[_0x12aed4(0x3e6)]['overflow']=_0x12aed4(0x87b),_0x4bda95[_0x12aed4(0x3e6)][_0x12aed4(0x36a)]='9',_0x4bda95[_0x12aed4(0x545)](_0x749b2f),_0x47f6a2[_0x12aed4(0x363)]((0x0,a[_0x12aed4(0x64a)])(()=>{const _0xb87388=_0x12aed4;_0x749b2f[_0xb87388(0x241)](),_0x4bda95['style']['overflow']=_0x1a7bcd,_0x4bda95[_0xb87388(0x3e6)]['zIndex']=_0xc9a3b6;})),_0x749b2f;}function Qo(_0x4834c8){return new Promise(_0x5224cb=>{const _0x56d243=_0x54e0;_0x4834c8['addEventListener'](_0x56d243(0x4fb),()=>_0x5224cb(),{'once':!0x0}),_0x4834c8['addEventListener'](_0x56d243(0x9d0),()=>_0x5224cb(),{'once':!0x0});});}function $o(_0xb47793,_0x265cdf,_0x5df6e0){const _0x4e48ba=_0x1ed4d3;let _0x43c8a4=_0x265cdf[_0x4e48ba(0x573)][_0x4e48ba(0x872)](),_0x32c000=_0x265cdf['slidePage'][_0x4e48ba(0x729)](),_0x379b66=_0x265cdf['slidePage']['getData'](),_0x5c65f1=(0x0,g[_0x4e48ba(0x5af)])(_0x379b66),_0x34defc=_0x5c65f1&&_0x5df6e0[_0x4e48ba(0x202)](_0x43c8a4,_0x5c65f1['embedId']);if(_0x5c65f1&&_0x34defc!=null&&_0x34defc[_0x4e48ba(0x2e7)]){let _0x17133d=(0x0,S[_0x4e48ba(0x77a)])(_0x379b66[_0x4e48ba(0x6e0)]??_0x265cdf[_0x4e48ba(0x573)][_0x4e48ba(0x58b)]()[_0x4e48ba(0x78c)]),_0x5aa3b3=ts(_0x43c8a4,_0x32c000,_0x4e48ba(0x87f)+_0x5c65f1[_0x4e48ba(0x666)],_0x34defc[_0x4e48ba(0x2e7)],{'left':0x0,'top':0x0,'width':_0x17133d[_0x4e48ba(0x754)],'height':_0x17133d[_0x4e48ba(0x33c)]});return{'data':{[_0x5aa3b3['drawingId']]:_0x5aa3b3},'order':[_0x5aa3b3['drawingId']]};}return es(_0xb47793,_0x43c8a4,_0x32c000,_0x5df6e0);}function es(_0x46b477,_0x462420,_0x8b2406,_0x1d0d7c){const _0x578afd=_0x1ed4d3;let _0x5543a1={..._0x46b477[_0x578afd(0x44c)]};return _0x46b477[_0x578afd(0x259)][_0x578afd(0x360)](_0x49c9ab=>{const _0x542cfd=_0x578afd;let _0x4d5b09=_0x5543a1[_0x49c9ab],_0x48f443=_0x4d5b09&&(0x0,g[_0x542cfd(0x962)])(_0x4d5b09['element']),_0x5ccfa5=_0x48f443&&_0x1d0d7c[_0x542cfd(0x596)](_0x462420,_0x48f443['embedId']);!_0x4d5b09||!_0x5ccfa5||(_0x5543a1[_0x49c9ab]=ts(_0x462420,_0x8b2406,_0x49c9ab,_0x5ccfa5,_0x4d5b09['element']['transform'],_0x4d5b09[_0x542cfd(0x575)]));}),{'data':_0x5543a1,'order':_0x46b477[_0x578afd(0x259)]};}function ts(_0x589771,_0x9bf229,_0x79da6e,_0x3b63b3,_0x1d319f,_0x30f7ee=g[_0x1ed4d3(0x487)][_0x1ed4d3(0x886)]){const _0x524275=_0x1ed4d3;return(0x0,g[_0x524275(0x4f2)])(_0x589771,_0x9bf229,{'id':_0x79da6e,'type':g[_0x524275(0x321)]['Image'],'name':_0x79da6e,'source':_0x3b63b3,'imageSourceType':a[_0x524275(0x4a4)][_0x524275(0x99d)],'transform':_0x1d319f},_0x30f7ee);}const ns=new Set([_0x1ed4d3(0x4ee)+a[_0x1ed4d3(0x343)],'__editor_'+a[_0x1ed4d3(0x200)]]);let rs=class extends a['Disposable']{constructor(_0x40698e){const _0xf12e77=_0x1ed4d3;super(),[{'id':o[_0xf12e77(0x973)]['id'],'binding':c['KeyCode']['A']|c[_0xf12e77(0x7a4)][_0xf12e77(0x34f)],'eventPreconditions':is,'preconditions':as,'nativeTextEditorBehavior':c['NativeTextEditorShortcutBehavior'][_0xf12e77(0x2ef)],'priority':0x386},{'id':s[_0xf12e77(0x59a)]['id'],'binding':c[_0xf12e77(0x7ae)]['A']|c[_0xf12e77(0x7a4)][_0xf12e77(0x34f)],'eventPreconditions':is,'preconditions':_0x535c2f=>!as(_0x535c2f),'nativeTextEditorBehavior':c['NativeTextEditorShortcutBehavior'][_0xf12e77(0x2ef)],'priority':0x386,'staticParameters':{'expandToGapFirst':!0x0,'loop':!0x0}},{'id':a[_0xf12e77(0x5df)]['id'],'binding':c[_0xf12e77(0x7ae)]['Z']|c[_0xf12e77(0x7a4)]['CTRL_COMMAND'],'eventPreconditions':is,'preconditions':_0x3722e9=>!as(_0x3722e9),'priority':0x386},{'id':a['RedoCommand']['id'],'binding':c[_0xf12e77(0x7ae)]['Y']|c[_0xf12e77(0x7a4)][_0xf12e77(0x34f)],'eventPreconditions':is,'preconditions':_0x512009=>!as(_0x512009),'priority':0x386},{'id':a[_0xf12e77(0x458)]['id'],'binding':c[_0xf12e77(0x7ae)]['Z']|c[_0xf12e77(0x7a4)][_0xf12e77(0x34f)]|c[_0xf12e77(0x7a4)][_0xf12e77(0x897)],'eventPreconditions':is,'preconditions':_0x18d40b=>!as(_0x18d40b),'priority':0x386}][_0xf12e77(0x360)](_0xe2e81a=>this[_0xf12e77(0x512)](_0x40698e[_0xf12e77(0x3f8)](_0xe2e81a)));}};rs=Y([J(0x0,c[_0x1ed4d3(0x931)])],rs);function is(_0x51f63c){const _0x1339a8=_0x1ed4d3;let _0x12e267=_0x51f63c[_0x1339a8(0x1f6)];return _0x12e267 instanceof HTMLElement&&ns[_0x1339a8(0x54f)](_0x12e267['id'])&&_0x12e267[_0x1339a8(0x6bc)](_0x1339a8(0x2f4))!=null;}function as(_0x7e66ff){const _0x296193=_0x1ed4d3;return!!(_0x7e66ff[_0x296193(0x3b1)](a[_0x296193(0x391)])||_0x7e66ff[_0x296193(0x3b1)](a[_0x296193(0x8c4)]));}function os(_0x3b1276){const _0x502997=_0x1ed4d3;let _0x5f5b04=[];return[[a[_0x502997(0x747)][_0x502997(0x563)],'docs-ui.ribbon'],[a[_0x502997(0x747)]['UNIVER_SHEET'],_0x502997(0x627)],[a[_0x502997(0x747)][_0x502997(0x83f)],'slides-ui.ribbon'],[a[_0x502997(0x747)][_0x502997(0x8ed)],_0x502997(0x9b8)]]['forEach'](([_0x265c85,_0x54b3c4])=>{const _0x5e556a=_0x502997;let _0x29628e=kn(_0x3b1276,{'childType':_0x265c85,'id':_0x54b3c4,'scopedActionServiceTokens':_0x265c85===a[_0x5e556a(0x747)][_0x5e556a(0x83f)]?[S[_0x5e556a(0x26d)]]:void 0x0});_0x29628e&&_0x5f5b04[_0x5e556a(0x2fa)](_0x29628e);}),_0x5f5b04;}var ss=class{constructor(){const _0x4b885d=_0x1ed4d3;B(this,_0x4b885d(0x6ad),new Map());}[_0x1ed4d3(0x22c)](_0x1b96df){const _0x34d0c4=_0x1ed4d3;if(this[_0x34d0c4(0x6ad)][_0x34d0c4(0x54f)](_0x1b96df[_0x34d0c4(0x5c7)]))throw Error(_0x34d0c4(0x21b)+_0x1b96df['childType']);this[_0x34d0c4(0x6ad)][_0x34d0c4(0x753)](_0x1b96df['childType'],_0x1b96df);}[_0x1ed4d3(0x53b)](_0x1235db){const _0xc4326e=_0x1ed4d3;return this[_0xc4326e(0x6ad)]['get'](_0x1235db);}[_0x1ed4d3(0x80c)](){return[...this['_providers']['values']()];}};const cs=new WeakMap(),ls=new WeakMap();function us(_0x4b502d,_0x2314b2,_0x3f3126){const _0x2ee608=_0x1ed4d3;var _0xb9a6e6;if(ps(_0x4b502d)){fs(_0x4b502d,_0x2314b2,_0x3f3126);return;}let _0x4db307=_0x4b502d;if((_0xb9a6e6=ls[_0x2ee608(0x53b)](_0x4db307))!=null&&_0xb9a6e6[_0x2ee608(0x54f)](_0x2314b2))return;let _0x1df00c=cs[_0x2ee608(0x53b)](_0x4db307)??new Map();_0x1df00c[_0x2ee608(0x753)](_0x2314b2,_0x3f3126),cs['set'](_0x4db307,_0x1df00c);}function ds(_0x4ad2b0){const _0x52c4ec=_0x1ed4d3;if(!ps(_0x4ad2b0))return;let _0x3d033a=_0x4ad2b0,_0x11af5b=cs[_0x52c4ec(0x53b)](_0x3d033a);_0x11af5b!=null&&_0x11af5b[_0x52c4ec(0x2e5)]&&(_0x11af5b[_0x52c4ec(0x360)]((_0x308b58,_0x3384ac)=>fs(_0x4ad2b0,_0x3384ac,_0x308b58)),cs[_0x52c4ec(0x74c)](_0x3d033a));}function fs(_0x12ce76,_0x32f697,_0xc9e4be){const _0x15356a=_0x1ed4d3;let _0x5603c4=_0x12ce76,_0x1f2d96=ls['get'](_0x5603c4)??new Set();_0x1f2d96[_0x15356a(0x54f)](_0x32f697)||(_0xc9e4be(_0x12ce76),_0x1f2d96[_0x15356a(0x363)](_0x32f697),ls[_0x15356a(0x753)](_0x5603c4,_0x1f2d96));}function ps(_0x3d2758){const _0x538e8f=_0x1ed4d3;return _0x3d2758['has'](t[_0x538e8f(0x6ff)])&&_0x3d2758[_0x538e8f(0x54f)](yt)&&_0x3d2758['has'](_t)&&_0x3d2758[_0x538e8f(0x54f)](V)&&_0x3d2758[_0x538e8f(0x54f)](Nn)&&_0x3d2758[_0x538e8f(0x54f)](vt)&&_0x3d2758[_0x538e8f(0x54f)](Ur)&&_0x3d2758[_0x538e8f(0x54f)](fa)&&_0x3d2758['has'](ii)&&_0x3d2758[_0x538e8f(0x54f)](ss);}function ms(_0x220f81){const _0x1fc629=_0x1ed4d3;let {childType:_0x2058b2,productName:_0x495ba9}=_0x220f81;return{'childType':_0x2058b2,'productName':_0x495ba9,'hostChromeMode':_0x1fc629(0x4ca),'layoutPolicy':{'tab':t['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':t[_0x1fc629(0x388)],'docFlow':t['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':({childUnitId:_0xb97efb,embedId:_0x1fd8d5,injector:_0x1cb914})=>{const _0x478e60=_0x1fc629;let _0x443c48=sn(_0x1cb914,{'childType':_0x2058b2,'childUnitId':_0xb97efb,'embedId':_0x1fd8d5,'menuSchema':hs(_0x1cb914,_0x2058b2,_0x220f81[_0x478e60(0x347)])});return{'mode':_0x478e60(0x4ca),'ribbonService':_0x443c48[_0x478e60(0x5c6)],'injector':_0x443c48[_0x478e60(0x583)],'placeholderTitle':_0x495ba9,'disposable':_0x443c48[_0x478e60(0x830)]};}};}function hs(_0x45215c,_0x51e7c1,_0x116f7d){const _0x48270f=_0x1ed4d3;let _0xfcee7c=_0x45215c;if(typeof _0xfcee7c[_0x48270f(0x54f)]==_0x48270f(0x508)&&typeof _0xfcee7c['get']=='function'&&_0xfcee7c['has'](Nn)){let _0x4a5e24=_0xfcee7c[_0x48270f(0x53b)](Nn)[_0x48270f(0x92a)](_0x51e7c1,'ribbon');if(_0x4a5e24)return _0x4a5e24;}return _0x116f7d;}function gs(_0x2071a5){const _0x181e11=_0x1ed4d3;let _0x4fc328=_s(_0x2071a5);return{'childType':_0x2071a5[_0x181e11(0x5c7)],'productName':_0x2071a5[_0x181e11(0x263)],'hostChromeMode':_0x4fc328,'hostHeaderMode':_0x2071a5[_0x181e11(0x276)]??'none','layoutPolicy':{'tab':{...t[_0x181e11(0x618)],'ribbon':_0x4fc328==='none'?'hidden':_0x181e11(0x446)},'float':t[_0x181e11(0x388)],'docFlow':t[_0x181e11(0x2a9)]},'createRibbonOverride':_0x4fc328==='title-only'?()=>({'mode':_0x181e11(0x205),'ribbonService':vs(),'placeholderTitle':_0x2071a5['productName'],'hideToolbar':!0x0}):void 0x0};}function _s(_0x4789a7){const _0x3a657a=_0x1ed4d3;return _0x4789a7[_0x3a657a(0x2ff)]?_0x4789a7[_0x3a657a(0x2ff)]:_0x4789a7[_0x3a657a(0x276)]===_0x3a657a(0x81d)?'title-only':'none';}function vs(){return{'ribbon$':(0x0,f['of'])([]),'activatedTab$':(0x0,f['of'])(''),'collapsedIds$':(0x0,f['of'])([]),'fakeToolbarVisible$':(0x0,f['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function ys(_0xfb0879,_0x476383,_0x96756a,_0x428377){const _0x2c1bd6=_0x1ed4d3;return[..._0xfb0879[_0x2c1bd6(0x7d0)](_0x476383)][_0x2c1bd6(0x3b5)]()[_0x2c1bd6(0x961)](_0xb3788f=>{const _0x455f71=_0x2c1bd6;let _0x44200e=_0xb3788f[_0x455f71(0x455)]();return _0x96756a>=_0x44200e['left']&&_0x96756a<=_0x44200e[_0x455f71(0x770)]&&_0x428377>=_0x44200e[_0x455f71(0x578)]&&_0x428377<=_0x44200e[_0x455f71(0x976)];});}function bs(){const _0x30ef72=_0x1ed4d3;return{...gs({'childType':a[_0x30ef72(0x747)][_0x30ef72(0x8ed)],'productName':_0x30ef72(0x2e2),'hostChromeMode':_0x30ef72(0x255)}),'presentationPolicy':{'getChromeCss':()=>_0x30ef72(0x938),'activateNavigationAtPoint':({childContext:_0x214a5e,clientX:_0x41a2ff,clientY:_0xf1cd84,runtimeHost:_0x540a58})=>{const _0x42b68e=_0x30ef72;if(ys(_0x540a58,_0x42b68e(0x4d4),_0x41a2ff,_0xf1cd84))return!0x1;let _0x2ed91e=ys(_0x540a58,'[data-u-comp=\x22base-view-tab\x22]',_0x41a2ff,_0xf1cd84),_0x34a369=_0x2ed91e==null?void 0x0:_0x2ed91e[_0x42b68e(0x964)][_0x42b68e(0x7d3)],_0xc2770c=_0x214a5e[_0x42b68e(0x6f3)]['injector'];return!_0x34a369||!_0xc2770c[_0x42b68e(0x54f)](_[_0x42b68e(0x314)])?!0x1:(_0xc2770c[_0x42b68e(0x53b)](_[_0x42b68e(0x314)])[_0x42b68e(0x9a6)](_0x34a369),!0x0);}}};}let xs=class{constructor(_0x3881b0,_0x3fc9a8,_0x4b06f2){const _0x5bf961=_0x1ed4d3;this[_0x5bf961(0x5bf)]=_0x3881b0,this['_projectionService']=_0x3fc9a8,this[_0x5bf961(0x828)]=_0x4b06f2,B(this,'childType',a[_0x5bf961(0x747)][_0x5bf961(0x8ed)]);}[_0x1ed4d3(0x3af)](_0x1f66d4){const _0x3a05fd=_0x1ed4d3;var _0x4c2d16,_0x10cdd6,_0x2c71cd;let _0x21f0d7=_0x1f66d4[_0x3a05fd(0x8de)]instanceof a[_0x3a05fd(0x40a)]?_0x1f66d4[_0x3a05fd(0x8de)]['getSnapshot']():void 0x0;if(!_0x21f0d7)return;let _0x3f29da=(_0x4c2d16=_0x1f66d4['injector'])!=null&&_0x4c2d16['has'](_[_0x3a05fd(0x314)])?_0x1f66d4['injector'][_0x3a05fd(0x53b)](_[_0x3a05fd(0x314)]):this[_0x3a05fd(0x5bf)],_0x23b795=(_0x10cdd6=_0x1f66d4['injector'])!=null&&_0x10cdd6['has'](C[_0x3a05fd(0x561)])?_0x1f66d4[_0x3a05fd(0x583)][_0x3a05fd(0x53b)](C[_0x3a05fd(0x561)]):this[_0x3a05fd(0x898)],_0x28f39d=(_0x2c71cd=_0x1f66d4[_0x3a05fd(0x583)])!=null&&_0x2c71cd[_0x3a05fd(0x54f)](_['IBaseViewWheelScrollService'])?_0x1f66d4['injector'][_0x3a05fd(0x53b)](_[_0x3a05fd(0x4b7)]):this['_wheelScrollService'],_0x54a511=_0x3f29da[_0x3a05fd(0x73f)](),_0x19b718=ws(_0x21f0d7,_0x54a511,_0x1f66d4['viewportWidth']),_0x5df8f5=Ss(_0x21f0d7,_0x54a511,_0x23b795,_0x28f39d,_0x1f66d4['viewportHeight'],_0x19b718??_0x1f66d4[_0x3a05fd(0x2cb)]);return _0x5df8f5==null&&_0x19b718==null?void 0x0:{'height':_0x5df8f5==null?void 0x0:_0x5df8f5[_0x3a05fd(0x33c)],'verticalBreaks':_0x5df8f5==null?void 0x0:_0x5df8f5['breaks'],'width':_0x19b718};}};xs=Y([J(0x0,_[_0x1ed4d3(0x314)]),J(0x1,C[_0x1ed4d3(0x561)]),J(0x2,_[_0x1ed4d3(0x4b7)])],xs);function Ss(_0x569443,_0x43624f,_0x394a76,_0xddb0a6,_0x22115a,_0x5768ec){const _0x30bb49=_0x1ed4d3;var _0x3d6a78;let _0x269bca=Os(_0x569443,_0x43624f==null?void 0x0:_0x43624f[_0x30bb49(0x570)]),_0x1e5cce=_0x269bca?_0x569443[_0x30bb49(0x97a)][_0x269bca]:void 0x0;if(!_0x1e5cce||!_0x269bca)return;let _0xac0b1=ks(_0x1e5cce,_0x43624f==null?void 0x0:_0x43624f[_0x30bb49(0x25f)]),_0x3e6cf3=_0xac0b1?(_0x3d6a78=_0x1e5cce[_0x30bb49(0x3db)])==null?void 0x0:_0x3d6a78[_0xac0b1]:void 0x0,_0x453bb4=As(_0x1e5cce),_0x489679=(0x0,_[_0x30bb49(0x380)])(_0x3e6cf3!=null&&_0x3e6cf3['config']&&_0x30bb49(0x249)in _0x3e6cf3[_0x30bb49(0x278)]?_0x3e6cf3[_0x30bb49(0x278)][_0x30bb49(0x249)]:void 0x0);return Cs(_0x569443,_0x269bca,_0xac0b1,_0x489679,_0x43624f,_0x394a76,_0xddb0a6,_0x22115a,_0x5768ec)??{'breaks':Array(_0x453bb4)[_0x30bb49(0x69c)](null)[_0x30bb49(0x572)]((_0x2ed255,_0x5c2516)=>_[_0x30bb49(0x4ce)]+(_0x5c2516+0x1)*_0x489679),'height':_[_0x30bb49(0x4ce)]+_0x453bb4*_0x489679+_[_0x30bb49(0x6c5)]+_['GRID_SUMMARY_HEIGHT']};}function Cs(_0x384735,_0x10025c,_0x2b5b57,_0x1a9601,_0x2c0d49,_0x5049b7,_0x552317,_0x8fbc43,_0x1d22ef){const _0x3eebd4=_0x1ed4d3;if(!_0x2b5b57||!_0x5049b7||!_0x552317)return;let _0xc79bed=_0x5049b7[_0x3eebd4(0x5cd)](_0x384735,_0x10025c,_0x2b5b57);if(_0xc79bed['type']===a[_0x3eebd4(0x60c)]['Calendar']&&_0xc79bed[_0x3eebd4(0x278)][_0x3eebd4(0x7d1)]===_0x3eebd4(0x42c)&&_0x8fbc43!=null)return{'height':_0x8fbc43};if(_0xc79bed[_0x3eebd4(0x5a7)]===a[_0x3eebd4(0x60c)][_0x3eebd4(0x364)])return{'height':_0x552317[_0x3eebd4(0x1fb)](_0xc79bed,_0x1d22ef??0x1)};if(_0xc79bed[_0x3eebd4(0x5a7)]===a['BaseViewType'][_0x3eebd4(0x33d)])return{'height':_0x552317[_0x3eebd4(0x907)](_0xc79bed)};if(_0xc79bed['type']===a[_0x3eebd4(0x60c)][_0x3eebd4(0x6d5)]||_0xc79bed[_0x3eebd4(0x5a7)]===a['BaseViewType'][_0x3eebd4(0x53f)]){let _0x5ed1b0=_0x2c0d49==null?void 0x0:_0x2c0d49[_0x3eebd4(0x865)][_0x2b5b57];return{'breaks':(0x0,_[_0x3eebd4(0x452)])(_0xc79bed,_0x5ed1b0,_0x1a9601)[_0x3eebd4(0x572)](_0x55d35a=>_[_0x3eebd4(0x4ce)]+_0x55d35a['y']+_0x55d35a[_0x3eebd4(0x33c)]),'height':_['GRID_HEADER_HEIGHT']+_0x552317[_0x3eebd4(0x767)](_0xc79bed,_0x5ed1b0,_0x1a9601)+_[_0x3eebd4(0x7db)]};}}function ws(_0x3d9067,_0x1890e0,_0x2072b8){const _0x12b8b9=_0x1ed4d3;var _0x1a2f43,_0x38e55d;let _0x2c9184=Es(_0x3d9067,_0x1890e0==null?void 0x0:_0x1890e0[_0x12b8b9(0x570)]);if(!_0x2c9184)return;let _0x23aed3=Ds(_0x2c9184,_0x1890e0==null?void 0x0:_0x1890e0['activeViewId']),_0x124be6=_0x2c9184[_0x12b8b9(0x646)]??{},_0x2afab2=_[_0x12b8b9(0x93d)]+(_0x23aed3!=null&&(_0x1a2f43=_0x23aed3[_0x12b8b9(0x240)])!=null&&_0x1a2f43['length']?_0x23aed3[_0x12b8b9(0x240)]:(_0x38e55d=_0x2c9184[_0x12b8b9(0x240)])!=null&&_0x38e55d[_0x12b8b9(0x9ba)]?_0x2c9184['fieldOrder']:Object['keys'](_0x124be6))[_0x12b8b9(0x807)]((_0x2f56f8,_0x4cabcb)=>{const _0x5f4f24=_0x12b8b9;var _0xab21a4;let _0x444a91=_0x124be6[_0x4cabcb],_0x414e93=_0x23aed3==null||(_0xab21a4=_0x23aed3[_0x5f4f24(0x776)])==null?void 0x0:_0xab21a4[_0x4cabcb];return _0x444a91&&!(_0x414e93!=null&&_0x414e93[_0x5f4f24(0x7d7)])?_0x2f56f8+Ts(_0x414e93==null?void 0x0:_0x414e93['width']):_0x2f56f8;},0x0)+_[_0x12b8b9(0x29e)];return(_0x23aed3==null?void 0x0:_0x23aed3[_0x12b8b9(0x5a7)])===a['BaseViewType'][_0x12b8b9(0x364)]||(_0x23aed3==null?void 0x0:_0x23aed3[_0x12b8b9(0x5a7)])===a[_0x12b8b9(0x60c)][_0x12b8b9(0x33d)]?Math['max'](_0x2afab2,_0x2072b8??0x0):_0x2afab2;}function Ts(_0x5ac3e4){const _0x1d3618=_0x1ed4d3;return typeof _0x5ac3e4==_0x1d3618(0x584)&&Number['isFinite'](_0x5ac3e4)&&_0x5ac3e4>0x0?_0x5ac3e4:_['GRID_DEFAULT_COLUMN_WIDTH'];}function Es(_0x666f87,_0x2a8942){var _0x2116b4;let _0x7bdb1c=Os(_0x666f87,_0x2a8942);return _0x7bdb1c?(_0x2116b4=_0x666f87['tables'])==null?void 0x0:_0x2116b4[_0x7bdb1c]:void 0x0;}function Ds(_0x1c9b36,_0x315639){const _0x48fc36=_0x1ed4d3;var _0x260baf;let _0x2a0311=ks(_0x1c9b36,_0x315639);return _0x2a0311?(_0x260baf=_0x1c9b36[_0x48fc36(0x3db)])==null?void 0x0:_0x260baf[_0x2a0311]:void 0x0;}function Os(_0x46bbae,_0x314f67){const _0x50da00=_0x1ed4d3;let _0x41f8e3=_0x46bbae[_0x50da00(0x97a)]??{};if(_0x314f67&&_0x41f8e3[_0x314f67])return _0x314f67;let _0x5356c1=_0x46bbae[_0x50da00(0x7cd)]??[];return[..._0x5356c1,...Object['keys'](_0x41f8e3)[_0x50da00(0x699)](_0x51bd3e=>!_0x5356c1[_0x50da00(0x95f)](_0x51bd3e))][_0x50da00(0x961)](_0x31fc3b=>_0x41f8e3[_0x31fc3b]);}function ks(_0x2e6a77,_0x3d79c2){const _0x4edaec=_0x1ed4d3;let _0x21ee92=_0x2e6a77[_0x4edaec(0x3db)]??{};if(_0x3d79c2&&_0x21ee92[_0x3d79c2])return _0x3d79c2;let _0x2efa8f=_0x2e6a77[_0x4edaec(0x98e)]??[];return[..._0x2efa8f,...Object[_0x4edaec(0x924)](_0x21ee92)[_0x4edaec(0x699)](_0x4d8aae=>!_0x2efa8f['includes'](_0x4d8aae))][_0x4edaec(0x961)](_0xfc2850=>_0x21ee92[_0xfc2850]);}function As(_0x5d4f3c){const _0x39151e=_0x1ed4d3;var _0x302378;let _0x3a1f7a=_0x5d4f3c[_0x39151e(0x3cb)]??{};return((_0x302378=_0x5d4f3c[_0x39151e(0x58f)])!=null&&_0x302378[_0x39151e(0x9ba)]?_0x5d4f3c[_0x39151e(0x58f)]:Object[_0x39151e(0x924)](_0x3a1f7a))[_0x39151e(0x699)](_0x34aa48=>_0x3a1f7a[_0x34aa48])[_0x39151e(0x9ba)];}function js(_0x14accf,_0x3f9849,_0x338958){const _0x44a11e=_0x1ed4d3;return{...(0x0,t[_0x44a11e(0x55f)])(_0x14accf,_0x3f9849),'activateAnchor':_0x449261=>{const _0x4a8ff4=_0x44a11e;Ns(_0x449261[_0x4a8ff4(0x565)],_0x449261[_0x4a8ff4(0x253)],_0x3f9849,Fs(_0x338958));}};}function Ms(){const _0x226e2b=_0x1ed4d3;return{'hostType':a[_0x226e2b(0x747)]['UNIVER_BASE'],'entry':_0x226e2b(0x983),'layout':_0x226e2b(0x282),'supportedLayouts':[_0x226e2b(0x282)],'menuBehavior':'host-override','mount':_0x34d45a=>{const _0x22de1f=_0x226e2b;let _0x3da850=Is(_0x22de1f(0x209),_0x34d45a[_0x22de1f(0x3e8)][_0x22de1f(0x253)]);return _0x3da850?{'hostElement':_0x3da850}:{};}};}function Ns(_0x228e89,_0x5b5380,_0x2ceb2c,_0x328689){const _0x5416d6=_0x1ed4d3;var _0x3cbd70;if(!_0x328689)return;_0x328689[_0x5416d6(0x63e)](_0x5b5380);let _0x5be471=(_0x3cbd70=Ps(_0x2ceb2c,_0x228e89))==null?void 0x0:_0x3cbd70['tables'][_0x5b5380],_0x450831=_0x5be471==null?void 0x0:_0x5be471[_0x5416d6(0x98e)][_0x5416d6(0x961)](_0x4b4e33=>_0x5be471[_0x5416d6(0x3db)][_0x4b4e33]);_0x450831&&_0x328689[_0x5416d6(0x9a6)](_0x450831),_0x328689[_0x5416d6(0x513)](null),_0x328689[_0x5416d6(0x4ed)]();}function Ps(_0x3ebe5f,_0x5ccdf7){const _0x1da178=_0x1ed4d3;var _0x42cc23;return _0x3ebe5f==null||(_0x42cc23=_0x3ebe5f[_0x1da178(0x4a8)](_0x5ccdf7,a[_0x1da178(0x747)]['UNIVER_BASE']))==null?void 0x0:_0x42cc23[_0x1da178(0x58b)]();}function Fs(_0xecf546){const _0x35acdb=_0x1ed4d3;return typeof _0xecf546==_0x35acdb(0x508)?_0xecf546():_0xecf546;}function Is(_0x5d73d2,_0x521929){const _0x5cae0d=_0x1ed4d3;return document[_0x5cae0d(0x55c)]('['+_0x5d73d2+'=\x22'+Ls(_0x521929)+'\x22]');}function Ls(_0x217252){const _0x2a91ef=_0x1ed4d3;return _0x217252['replace'](/\\/g,'\x5c\x5c')[_0x2a91ef(0x529)](/"/g,'\x5c\x22');}function Rs(_0x30a77e){const _0x41f545=_0x1ed4d3;let _0x48fa4f=_0x30a77e[_0x41f545(0x54f)](_[_0x41f545(0x314)])?_0x30a77e[_0x41f545(0x53b)](_[_0x41f545(0x314)]):void 0x0,_0x113707=_0x30a77e[_0x41f545(0x54f)](_['IBaseViewWheelScrollService'])?_0x30a77e[_0x41f545(0x53b)](_['IBaseViewWheelScrollService']):void 0x0,_0x4fe89e=new Set();return{'childType':a[_0x41f545(0x747)]['UNIVER_BASE'],'getHorizontalScroll'(_0x170eeb){const _0x5b3edf=_0x41f545;var _0x2a53ff;let _0x58e608=_0x542ea6(_0x170eeb),_0x51b02e=_0x58e608==null?void 0x0:_0x58e608[_0x5b3edf(0x73f)]();return _0x51b02e!=null&&_0x51b02e[_0x5b3edf(0x25f)]?((_0x2a53ff=_0x51b02e[_0x5b3edf(0x6e4)][_0x51b02e[_0x5b3edf(0x25f)]])==null?void 0x0:_0x2a53ff['x'])??0x0:0x0;},'getVerticalScroll'(_0x2f9474){const _0xf1b3f9=_0x41f545;var _0x412bce;let _0x5358d5=_0x542ea6(_0x2f9474),_0x121e34=_0x5358d5==null?void 0x0:_0x5358d5[_0xf1b3f9(0x73f)]();return _0x121e34!=null&&_0x121e34['activeViewId']?((_0x412bce=_0x121e34['scrollState'][_0x121e34[_0xf1b3f9(0x25f)]])==null?void 0x0:_0x412bce['y'])??0x0:0x0;},'getStickyLeftWidth':()=>_[_0x41f545(0x93d)],'getStickyHeaderHeight':()=>_['GRID_HEADER_HEIGHT'],'getStickyFooterHeight':()=>_[_0x41f545(0x7db)],'subscribeVerticalScroll'(_0x4a388c,_0x2c4587){const _0x5330e0=_0x41f545;var _0x56ed20;let _0x4289fe=_0x542ea6(_0x4a388c);if(!_0x4289fe)return;let _0x2a5bf6=_0x4289fe[_0x5330e0(0x73f)](),_0x53d931=_0x2a5bf6['activeViewId'],_0x5dbfc4=_0x53d931?((_0x56ed20=_0x2a5bf6[_0x5330e0(0x6e4)][_0x53d931])==null?void 0x0:_0x56ed20['y'])??0x0:0x0,_0x5b324f=_0x4289fe[_0x5330e0(0x733)][_0x5330e0(0x49c)](_0x494a05=>{const _0x1ab264=_0x5330e0;var _0xb84546;let _0x3e9032=_0x494a05[_0x1ab264(0x25f)],_0x5578c6=_0x3e9032?((_0xb84546=_0x494a05['scrollState'][_0x3e9032])==null?void 0x0:_0xb84546['y'])??0x0:0x0;if(_0x3e9032!==_0x53d931){_0x53d931=_0x3e9032,_0x5dbfc4=_0x5578c6;return;}_0x5578c6!==_0x5dbfc4&&(_0x5dbfc4=_0x5578c6,!_0x4fe89e[_0x1ab264(0x54f)](_0x4a388c[_0x1ab264(0x442)])&&_0x2c4587(_0x5578c6));});return(0x0,a[_0x5330e0(0x64a)])(()=>_0x5b324f['unsubscribe']());},'handleWheel'(_0x5628c3){const _0x3b72a6=_0x41f545;if(_0x5628c3['source']!==_0x3b72a6(0x252)&&_0x5628c3['source']!==_0x3b72a6(0x3ef)&&lr(_0x5628c3[_0x3b72a6(0x29f)],_0x5628c3[_0x3b72a6(0x63a)]))return!0x1;let _0x523907=_0x5628c3[_0x3b72a6(0x6f3)][_0x3b72a6(0x583)]??_0x30a77e,_0xd2d607=_0x523907!==_0x30a77e&&_0x523907[_0x3b72a6(0x54f)](_[_0x3b72a6(0x4b7)])?_0x523907['get'](_[_0x3b72a6(0x4b7)]):_0x113707,_0x45d958=_0x5628c3[_0x3b72a6(0x2e7)]===_0x3b72a6(0x3ef);_0x45d958&&_0x4fe89e[_0x3b72a6(0x363)](_0x5628c3[_0x3b72a6(0x442)]);try{if(_0x5628c3[_0x3b72a6(0x690)]!=null){let _0x29e858=_0x542ea6(_0x5628c3),_0x45c4c9=_0x29e858==null?void 0x0:_0x29e858[_0x3b72a6(0x73f)](),_0x59bfab=_0x45c4c9==null?void 0x0:_0x45c4c9[_0x3b72a6(0x25f)];if(_0x29e858&&_0x45c4c9&&_0x59bfab){let _0xec6e72=_0x45c4c9[_0x3b72a6(0x6e4)][_0x59bfab]??{'x':0x0,'y':0x0};return _0x29e858[_0x3b72a6(0x8bc)](_0x59bfab,{'x':_0x5628c3['viewportScrollX'],'y':_0x5628c3[_0x3b72a6(0x4bc)]??_0xec6e72['y']}),!0x0;}}return(_0xd2d607==null?void 0x0:_0xd2d607['handleRegisteredWheel'](_0x5628c3[_0x3b72a6(0x442)],zs(_0x5628c3[_0x3b72a6(0x63a)],_0x5628c3[_0x3b72a6(0x4bc)])))??!0x1;}finally{_0x45d958&&_0x4fe89e[_0x3b72a6(0x74c)](_0x5628c3['childUnitId']);}}};function _0x542ea6(_0x479d8c){const _0x1eb28c=_0x41f545;var _0x4911da;let _0x51abd6=((_0x4911da=_0x479d8c['runtimeScope'])==null?void 0x0:_0x4911da[_0x1eb28c(0x583)])??_0x30a77e;return _0x51abd6!==_0x30a77e&&_0x51abd6[_0x1eb28c(0x54f)](_['IBaseUIStateService'])?_0x51abd6['get'](_[_0x1eb28c(0x314)]):_0x48fa4f;}}function zs(_0x2ed3a0,_0x282e68){const _0x4e1ec3=_0x1ed4d3;return{'deltaX':_0x2ed3a0[_0x4e1ec3(0x579)],'deltaY':_0x2ed3a0[_0x4e1ec3(0x942)],'deltaMode':_0x2ed3a0[_0x4e1ec3(0x590)],'clientX':_0x2ed3a0[_0x4e1ec3(0x5a8)],'clientY':_0x2ed3a0[_0x4e1ec3(0x576)],'shiftKey':_0x2ed3a0['shiftKey'],'viewportScrollY':_0x282e68};}function Bs(_0x38199a,_0x4be84b,_0x33af72){const _0x27f6ec=_0x1ed4d3;let _0x482e51=_0x38199a[_0x27f6ec(0x3e8)][_0x27f6ec(0x685)];return _0x33af72(_0x482e51),_0x4be84b[_0x27f6ec(0x245)](_0x3d9c96=>{const _0xd16802=_0x27f6ec;if(!Vs(_0x3d9c96))return;let {params:_0x35a76e}=_0x3d9c96;if(_0x35a76e[_0xd16802(0x2b9)]!==_0x38199a[_0xd16802(0x565)]||_0x35a76e[_0xd16802(0x3e8)]['embedId']!==_0x38199a[_0xd16802(0x666)])return;let _0x3a9b4a=_0x35a76e['descriptor'][_0xd16802(0x685)];(0x0,a[_0xd16802(0x600)])(_0x482e51??{},_0x3a9b4a??{})||(_0x482e51=_0x3a9b4a,_0x33af72(_0x3a9b4a));});}function Vs(_0x2aed54){const _0x456c34=_0x1ed4d3;return _0x2aed54['id']===t[_0x456c34(0x94a)]['id']&&_0x2aed54[_0x456c34(0x640)]!==void 0x0&&_0x456c34(0x2b9)in _0x2aed54[_0x456c34(0x640)]&&typeof _0x2aed54[_0x456c34(0x640)]['unitId']==_0x456c34(0x23d)&&_0x456c34(0x3e8)in _0x2aed54[_0x456c34(0x640)]&&typeof _0x2aed54[_0x456c34(0x640)][_0x456c34(0x3e8)]==_0x456c34(0x56b)&&_0x2aed54[_0x456c34(0x640)][_0x456c34(0x3e8)]!==null&&_0x456c34(0x666)in _0x2aed54[_0x456c34(0x640)][_0x456c34(0x3e8)]&&typeof _0x2aed54[_0x456c34(0x640)][_0x456c34(0x3e8)][_0x456c34(0x666)]=='string';}function Hs(_0x411546,_0x3f17ff){const _0x54ddee=_0x1ed4d3;return{'childType':a['UniverInstanceType'][_0x54ddee(0x8ed)],'supportedLayouts':[_0x54ddee(0x282),'docs-sticky-base',_0x54ddee(0x808)],'beforeDeactivate':Us,'mount':_0x3bfc87=>Ws(_0x3bfc87,_0x411546,_0x3f17ff)};}function Us(_0x1b9760){const _0x2ed573=_0x1ed4d3;var _0x59ef97;(_0x59ef97=_0x1b9760[_0x2ed573(0x6f3)][_0x2ed573(0x30f)])==null||_0x59ef97[_0x2ed573(0x6c0)](_[_0x2ed573(0x274)]['id'],{'commit':!0x1});}function Ws(_0xa308c7,_0x561105,_0x4c03c1){const _0x19167d=_0x1ed4d3;let _0x6ea784=_0xa308c7[_0x19167d(0x583)][_0x19167d(0x53b)](a['IUniverInstanceService'])['getUnit'](_0xa308c7[_0x19167d(0x442)],a[_0x19167d(0x747)]['UNIVER_BASE']);if(!_0x6ea784)return;let _0x12d44b=new _[(_0x19167d(0x599))](),_0x37ea6b=new _[(_0x19167d(0x72d))](),_0x11893b=new _[(_0x19167d(0x65b))](_0x12d44b),_0xfdd98c=new _['BaseViewWheelScrollService'](),_0x47cd12=Qs(_0xa308c7,_0x12d44b,_0x37ea6b,_0x11893b);if(!_0x47cd12){_0xfdd98c[_0x19167d(0x45b)](),_0x11893b[_0x19167d(0x45b)](),_0x37ea6b['dispose'](),_0x12d44b['dispose']();return;}let _0x59257e=rc(_0xa308c7);ec(_0x12d44b,_0x6ea784,_0x59257e,_0xa308c7[_0x19167d(0x3e8)][_0x19167d(0x685)]);let _0x1b3032=Bs(_0xa308c7,_0x561105,_0x47a382=>nc(_0x12d44b,_0x6ea784,_0x47a382)),_0x10b65b=ic(_0x47cd12,_0x12d44b,_0x37ea6b,_0x11893b,_0x59257e,_0xfdd98c,_0xa308c7[_0x19167d(0x3e8)]['mode']==='readonly',_0xa308c7[_0x19167d(0x6f3)]['roots'][_0x19167d(0x852)]);Ks(_0xa308c7,_0x10b65b);let _0x36d49f=_0x4c03c1['register']({'roots':Gs(_0xa308c7),'clipboardService':_0x10b65b['get'](_['IBaseClipboardService']),'commandService':_0x10b65b[_0x19167d(0x53b)](a[_0x19167d(0x8e6)]),'editorService':_0x11893b,'stateService':_0x12d44b}),_0x3937c0=_0xa308c7['injector'][_0x19167d(0x53b)](fa),_0x5b39a9='',_0x50f025=_0x12d44b[_0x19167d(0x733)][_0x19167d(0x49c)](_0x1cfef8=>{const _0x39b8bb=_0x19167d;let _0x5b481a=_0x1cfef8[_0x39b8bb(0x25f)]?[..._0x1cfef8['collapsedGroupPaths'][_0x1cfef8['activeViewId']]??[]][_0x39b8bb(0x481)]()[_0x39b8bb(0x786)]('\x00'):'',_0x195c20=(_0x1cfef8[_0x39b8bb(0x570)]??'')+'\x00'+(_0x1cfef8[_0x39b8bb(0x25f)]??'')+'\x00'+_0x5b481a;_0x195c20!==_0x5b39a9&&(_0x5b39a9=_0x195c20,_0x3937c0[_0x39b8bb(0x67f)](_0xa308c7[_0x39b8bb(0x565)],_0xa308c7[_0x39b8bb(0x666)]));}),_0x587ee9=qs(_0xa308c7),_0x518724=rn(_0x587ee9),_0x46f59e=Js(_0xa308c7,_0x10b65b),_0x113d87=_0xa308c7[_0x19167d(0x583)][_0x19167d(0x53b)](a['IUniverInstanceService']),_0x30a47f=_0x113d87['getCurrentUnitOfType'](a[_0x19167d(0x747)][_0x19167d(0x8ed)]);return _0x113d87[_0x19167d(0x5d6)](_0xa308c7[_0x19167d(0x442)]),_0x587ee9[_0x19167d(0x964)][_0x19167d(0x4f6)]=_0xa308c7[_0x19167d(0x442)],_0x587ee9[_0x19167d(0x964)][_0x19167d(0x766)]=_0x19167d(0x554),_0x518724[_0x19167d(0x2c3)]((0x0,m['jsx'])(qt,{'injector':_0x10b65b,'mountContainer':_0xa308c7[_0x19167d(0x6f3)]['roots'][_0x19167d(0x852)],'embedId':_0xa308c7[_0x19167d(0x666)],'children':(0x0,m[_0x19167d(0x689)])(_[_0x19167d(0x581)],{})})),(0x0,a[_0x19167d(0x64a)])(()=>{const _0x450b20=_0x19167d;_0x36d49f['dispose'](),_0x1b3032[_0x450b20(0x45b)](),_0x50f025[_0x450b20(0x465)](),_0x46f59e[_0x450b20(0x45b)](),an(_0x518724),_0x30a47f&&_0x113d87[_0x450b20(0x5d6)](_0x30a47f[_0x450b20(0x872)]()),_0xfdd98c[_0x450b20(0x45b)](),_0x11893b[_0x450b20(0x45b)](),_0x37ea6b['dispose'](),_0x12d44b[_0x450b20(0x45b)](),_0x10b65b['dispose'](),_0x587ee9[_0x450b20(0x89c)]&&(_0x587ee9[_0x450b20(0x526)](_0x450b20(0x890)),_0x587ee9['removeAttribute'](_0x450b20(0x988)));});}function Gs(_0x5189b5){const _0x38d170=_0x1ed4d3;let _0x32f1da=new Set();return _0x32f1da[_0x38d170(0x363)](_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x903)]),_0x32f1da['add'](_0x5189b5['runtimeScope']['roots']['content']),_0x32f1da[_0x38d170(0x363)](_0x5189b5['runtimeScope'][_0x38d170(0x64b)][_0x38d170(0x88d)]),_0x32f1da[_0x38d170(0x363)](_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x852)]),_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)]['canvas']&&_0x32f1da[_0x38d170(0x363)](_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x2a6)]),_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x2bb)]&&_0x32f1da['add'](_0x5189b5[_0x38d170(0x6f3)][_0x38d170(0x64b)][_0x38d170(0x2bb)]),[..._0x32f1da];}function Ks(_0x367feb,_0x217104){const _0xe3c6e5=_0x1ed4d3;_0x367feb[_0xe3c6e5(0x6f3)][_0xe3c6e5(0x583)]=_0x217104,_0x367feb['runtimeScope'][_0xe3c6e5(0x2a7)]=_0x217104[_0xe3c6e5(0x53b)](a[_0xe3c6e5(0x90d)]),_0x367feb[_0xe3c6e5(0x6f3)][_0xe3c6e5(0x30f)]=_0x217104[_0xe3c6e5(0x53b)](a['ICommandService']);}function qs(_0x2d3d1a){const _0x4d33d2=_0x1ed4d3;var _0xe447ae,_0x1b9eca,_0x595192;return((_0xe447ae=_0x2d3d1a[_0x4d33d2(0x6f3)])==null||(_0xe447ae=_0xe447ae[_0x4d33d2(0x64b)])==null?void 0x0:_0xe447ae[_0x4d33d2(0x684)])??((_0x1b9eca=_0x2d3d1a[_0x4d33d2(0x982)])==null?void 0x0:_0x1b9eca[_0x4d33d2(0x815)])??((_0x595192=_0x2d3d1a[_0x4d33d2(0x982)])==null?void 0x0:_0x595192[_0x4d33d2(0x3c8)])??document;}function Js(_0x4bbc92,_0xd5213b){const _0x326be8=_0x1ed4d3;let _0x119b59=!0x1,_0x44dc7c=0x0,_0x5c1adc=(0x0,a[_0x326be8(0x64a)])(()=>{}),_0x5c0baf,_0x55ebd9=()=>{const _0x49aa7a=_0x326be8;if(_0x119b59)return;let _0x235df6=()=>{const _0x2fea6b=_0x54e0;_0x44dc7c=window[_0x2fea6b(0x930)](_0x55ebd9);},_0x223612=Ys(_0x4bbc92);if(!Xs(_0x223612)){_0x4bbc92[_0x49aa7a(0x308)][_0x49aa7a(0x964)]['embedChildRenderStatus']=_0x49aa7a(0x991),_0x235df6();return;}if(_0x5c0baf===_0x223612&&_0x223612[_0x49aa7a(0x55c)](_0x49aa7a(0x2a6)))return;_0x5c1adc[_0x49aa7a(0x45b)]();let _0x4f4c0b=_0x4bbc92[_0x49aa7a(0x583)][_0x49aa7a(0x53b)](p[_0x49aa7a(0x208)]),_0x443528;try{_0x443528=Dt(_0x4f4c0b,_0x4bbc92[_0x49aa7a(0x442)],_0xd5213b);}catch(_0x2a180b){_0x4bbc92[_0x49aa7a(0x308)][_0x49aa7a(0x964)][_0x49aa7a(0x9d6)]=_0x2a180b instanceof Error?_0x2a180b[_0x49aa7a(0x68d)]:String(_0x2a180b),_0x443528=void 0x0;}if(!_0x443528){_0x4bbc92['container'][_0x49aa7a(0x964)][_0x49aa7a(0x2da)]=_0x49aa7a(0x8b6),_0x5c0baf=void 0x0,_0x235df6();return;}delete _0x4bbc92['container']['dataset'][_0x49aa7a(0x9d6)],_0x223612[_0x49aa7a(0x964)][_0x49aa7a(0x4f6)]=_0x4bbc92[_0x49aa7a(0x442)],_0x443528['engine'][_0x49aa7a(0x4f8)](_0x223612),kt(_0x443528,{'activate':Zs(_0x4bbc92)});let _0x400ffb=Ct(_0x443528,_0x223612,{'activate':!0x1});_0x5c1adc=(0x0,a[_0x49aa7a(0x64a)])(()=>{const _0x3ecbd2=_0x49aa7a;_0x400ffb[_0x3ecbd2(0x45b)]();try{var _0x51da8c,_0xa02c1d;(_0x51da8c=(_0xa02c1d=_0x443528[_0x3ecbd2(0x212)])[_0x3ecbd2(0x228)])==null||_0x51da8c[_0x3ecbd2(0x5db)](_0xa02c1d);}catch{}_0x4f4c0b['removeRender'](_0x4bbc92[_0x3ecbd2(0x442)]),_0x223612[_0x3ecbd2(0x526)](_0x3ecbd2(0x890));}),_0x5c0baf=_0x223612,_0x4bbc92[_0x49aa7a(0x308)][_0x49aa7a(0x964)][_0x49aa7a(0x2da)]=_0x49aa7a(0x6dc),_0x235df6();};return _0x44dc7c=window[_0x326be8(0x930)](_0x55ebd9),(0x0,a[_0x326be8(0x64a)])(()=>{const _0x59eabd=_0x326be8;_0x119b59=!0x0,window[_0x59eabd(0x571)](_0x44dc7c),_0x5c1adc[_0x59eabd(0x45b)]();});}function Ys(_0x34d1e9){const _0x42c0ae=_0x1ed4d3;return(0x0,_[_0x42c0ae(0x39d)])({'unitId':_0x34d1e9['childUnitId'],'scope':qs(_0x34d1e9)});}function Xs(_0x601b29){const _0x48e805=_0x1ed4d3;return!!_0x601b29&&_0x601b29[_0x48e805(0x89c)]&&_0x601b29[_0x48e805(0x36f)]>0x0&&_0x601b29[_0x48e805(0x3b8)]>0x0;}function Zs(_0x166a41){return!0x0;}function Qs(_0x4aa8ed,_0x102c61,_0x4024f1,_0x2d9af1){const _0x2c667e=_0x1ed4d3;let _0x5599f3=_0x4aa8ed[_0x2c667e(0x583)]['get'](a['IUniverInstanceService']),_0x2d197b=_0x5599f3['getUnit'](_0x4aa8ed['childUnitId'],_0x4aa8ed[_0x2c667e(0x5c7)]);if(!_0x2d197b)return;let _0x3d5a6a=$s(_0x5599f3,_0x4aa8ed,_0x2d197b),_0x2e00b9=ac(_0x4aa8ed[_0x2c667e(0x583)][_0x2c667e(0x53b)](a[_0x2c667e(0x8e6)]),_0x102c61,_0x4024f1,_0x2d9af1,_0x4aa8ed[_0x2c667e(0x583)][_0x2c667e(0x53b)](C['IBaseProjectionService']),_0x5599f3,_0x4aa8ed[_0x2c667e(0x442)]),_0x2cf02a=new Map([[a[_0x2c667e(0x90d)],_0x3d5a6a],[a[_0x2c667e(0x8e6)],_0x2e00b9],[_[_0x2c667e(0x2b8)],(0x0,_[_0x2c667e(0x68a)])(qs(_0x4aa8ed))]]);return _0x4aa8ed[_0x2c667e(0x583)][_0x2c667e(0x54f)](a[_0x2c667e(0x945)])&&_0x2cf02a[_0x2c667e(0x753)](a[_0x2c667e(0x945)],ze(_0x4aa8ed[_0x2c667e(0x583)][_0x2c667e(0x53b)](a[_0x2c667e(0x945)]))),Z(_0x4aa8ed[_0x2c667e(0x583)],_0x2cf02a);}function $s(_0x6d0515,_0x43432c,_0x5104a0){const _0x5b5d6d=_0x1ed4d3;return{'unitAdded$':_0x6d0515[_0x5b5d6d(0x338)],'unitDisposed$':_0x6d0515[_0x5b5d6d(0x411)],'focused$':(0x0,f['of'])(_0x5104a0['getUnitId']()),'getTypeOfUnitAdded$':_0x6d0515[_0x5b5d6d(0x622)][_0x5b5d6d(0x7e0)](_0x6d0515),'__addUnit':_0x6d0515[_0x5b5d6d(0x6a4)][_0x5b5d6d(0x7e0)](_0x6d0515),'getTypeOfUnitDisposed$':_0x6d0515[_0x5b5d6d(0x75f)][_0x5b5d6d(0x7e0)](_0x6d0515),'focusUnit':_0x1ee20e=>{const _0x1d982e=_0x5b5d6d;_0x1ee20e!==null&&_0x1ee20e!==_0x43432c[_0x1d982e(0x442)]&&_0x6d0515[_0x1d982e(0x927)](_0x1ee20e);},'getFocusedUnit':()=>_0x5104a0,'getCurrentUnitOfType':_0x3c26c1=>_0x3c26c1===_0x43432c['childType']?_0x5104a0:_0x6d0515[_0x5b5d6d(0x8e8)](_0x3c26c1),'setCurrentUnitForType':_0x3ed1da=>{const _0x2ec80c=_0x5b5d6d;_0x3ed1da!==_0x43432c[_0x2ec80c(0x442)]&&_0x6d0515['setCurrentUnitForType'](_0x3ed1da);},'getCurrentTypeOfUnit$':_0x450a98=>_0x450a98===_0x43432c['childType']?(0x0,f['of'])(_0x5104a0):_0x6d0515[_0x5b5d6d(0x6d4)](_0x450a98),'createUnit':_0x6d0515[_0x5b5d6d(0x4c7)][_0x5b5d6d(0x7e0)](_0x6d0515),'getUnitCreateOptions':_0x6d0515['getUnitCreateOptions'][_0x5b5d6d(0x7e0)](_0x6d0515),'disposeUnit':_0x6d0515[_0x5b5d6d(0x6e8)][_0x5b5d6d(0x7e0)](_0x6d0515),'registerCtorForType':_0x6d0515[_0x5b5d6d(0x6fa)][_0x5b5d6d(0x7e0)](_0x6d0515),'getUnit':_0x6d0515[_0x5b5d6d(0x4a8)][_0x5b5d6d(0x7e0)](_0x6d0515),'getAllUnitsForType':_0x36c001=>_0x36c001===_0x43432c[_0x5b5d6d(0x5c7)]?[_0x5104a0]:_0x6d0515['getAllUnitsForType'](_0x36c001),'getUnitType':_0x6d0515[_0x5b5d6d(0x4a7)]['bind'](_0x6d0515)};}function ec(_0x2f884a,_0x250b4e,_0x20fc12=_0x1ed4d3(0x24b),_0x464dd0){const _0x4a1255=_0x1ed4d3;let {tableId:_0x4817bb,viewId:_0x38daa8}=tc(_0x250b4e,_0x464dd0);_0x4817bb&&_0x2f884a[_0x4a1255(0x63e)](_0x4817bb),_0x38daa8&&_0x2f884a[_0x4a1255(0x9a6)](_0x38daa8),_0x2f884a[_0x4a1255(0x64d)](_0x20fc12===_0x4a1255(0x24b));}function _0x54e0(_0x43b543,_0x2fc30d){_0x43b543=_0x43b543-0x1f1;const _0x5400ba=_0x5400();let _0x54e0ec=_0x5400ba[_0x43b543];return _0x54e0ec;}function tc(_0x3132d0,_0x5bc85a){const _0xd5494a=_0x1ed4d3;var _0x21ee96,_0x242e8f,_0x796916,_0x3a0368,_0x4a3103;let _0x196852=_0x3132d0[_0xd5494a(0x58b)](),_0x458562=_0x5bc85a==null?void 0x0:_0x5bc85a[_0xd5494a(0x2e6)],_0xf5946a=_0x458562&&(_0x21ee96=_0x196852[_0xd5494a(0x97a)])!=null&&_0x21ee96[_0x458562]?_0x458562:((_0x242e8f=_0x196852[_0xd5494a(0x7cd)])==null?void 0x0:_0x242e8f[_0xd5494a(0x961)](_0x48a104=>{var _0x457c38;return!!((_0x457c38=_0x196852['tables'])!=null&&_0x457c38[_0x48a104]);}))??Object[_0xd5494a(0x924)](_0x196852['tables']??{})[0x0]??'',_0x574df7=(_0x796916=_0x196852[_0xd5494a(0x97a)])==null?void 0x0:_0x796916[_0xf5946a],_0x31a277=_0x5bc85a==null?void 0x0:_0x5bc85a['viewId'],_0xf69e27=_0x31a277&&_0x574df7!=null&&(_0x3a0368=_0x574df7[_0xd5494a(0x3db)])!=null&&_0x3a0368[_0x31a277]?_0x31a277:_0x574df7==null||(_0x4a3103=_0x574df7['viewOrder'])==null?void 0x0:_0x4a3103[_0xd5494a(0x961)](_0x4737e2=>{var _0x5a7ec1;return!!((_0x5a7ec1=_0x574df7['views'])!=null&&_0x5a7ec1[_0x4737e2]);});return{'tableId':_0xf5946a,..._0xf69e27?{'viewId':_0xf69e27}:{}};}function nc(_0x5c5578,_0x386fd2,_0x240576){const _0x38db6e=_0x1ed4d3;let _0x2cb0ca=tc(_0x386fd2,_0x240576),_0x204d32=_0x5c5578[_0x38db6e(0x73f)]();_0x2cb0ca[_0x38db6e(0x2e6)]&&_0x204d32['activeTableId']!==_0x2cb0ca[_0x38db6e(0x2e6)]&&_0x5c5578['activateTable'](_0x2cb0ca[_0x38db6e(0x2e6)]),_0x2cb0ca[_0x38db6e(0x7d3)]&&_0x5c5578[_0x38db6e(0x73f)]()[_0x38db6e(0x25f)]!==_0x2cb0ca[_0x38db6e(0x7d3)]&&_0x5c5578[_0x38db6e(0x9a6)](_0x2cb0ca[_0x38db6e(0x7d3)]);}function rc(_0x1b6f46){const _0x1610fa=_0x1ed4d3;return _0x1b6f46[_0x1610fa(0x982)][_0x1610fa(0x44f)]?_0x1610fa(0x44f):_0x1b6f46[_0x1610fa(0x982)][_0x1610fa(0x7d1)]===_0x1610fa(0x681)?_0x1610fa(0x4b6):'workbench';}function ic(_0x57a3e8,_0xd0ac9,_0x5908f3=new _[(_0x1ed4d3(0x72d))](),_0x1cee3c=new _[(_0x1ed4d3(0x65b))](_0xd0ac9),_0x5930e4=_0x1ed4d3(0x24b),_0x570b82,_0x5674dd=!0x1,_0x424a3c){const _0x1c6095=_0x1ed4d3;let _0x4c620c=cc(_0x57a3e8[_0x1c6095(0x53b)](a[_0x1c6095(0x945)]),_0x5930e4),_0x36d5a4=ac(_0x57a3e8['get'](a['ICommandService']),_0xd0ac9,_0x5908f3,_0x1cee3c,_0x57a3e8[_0x1c6095(0x53b)](C[_0x1c6095(0x561)]),_0x57a3e8[_0x1c6095(0x53b)](a[_0x1c6095(0x90d)]),void 0x0,_0x5674dd),_0x12b5de=new Map([[_[_0x1c6095(0x314)],_0xd0ac9],[_[_0x1c6095(0x73d)],_0x5908f3],[_[_0x1c6095(0x23b)],_0x1cee3c],[a['ICommandService'],_0x36d5a4],[a[_0x1c6095(0x945)],_0x4c620c],[_[_0x1c6095(0x2b8)],_0x57a3e8[_0x1c6095(0x53b)](_[_0x1c6095(0x2b8)])],[_['IBaseGlobalPortalService'],(0x0,_['createScopedBaseGlobalPortalService'])(_0x424a3c)]]);_0x570b82&&_0x12b5de[_0x1c6095(0x753)](_[_0x1c6095(0x4b7)],_0x570b82);let _0x4a820c=Z(_0x57a3e8,_0x12b5de);return _0x4a820c['add']([_[_0x1c6095(0x52c)],{'useClass':_[_0x1c6095(0x372)]}]),_0x4a820c;}function ac(_0x2e16a5,_0xeb712,_0x5c7edd,_0xa89be,_0x97440e,_0x1beb36,_0x45bca7,_0x11ac2b=!0x1){const _0x340491=_0x1ed4d3;let _0x30f480={'disposed':_0x2e16a5[_0x340491(0x799)][_0x340491(0x7e0)](_0x2e16a5),'hasCommand':_0x2e16a5[_0x340491(0x5f2)][_0x340491(0x7e0)](_0x2e16a5),'registerCommand':_0x2e16a5['registerCommand']['bind'](_0x2e16a5),'unregisterCommand':_0x2e16a5[_0x340491(0x491)][_0x340491(0x7e0)](_0x2e16a5),'registerMultipleCommand':_0x2e16a5['registerMultipleCommand'][_0x340491(0x7e0)](_0x2e16a5),'executeCommand':async(..._0x13c5fe)=>{const _0x340867=_0x340491;if(_0x13c5fe[0x0]===_[_0x340867(0x23e)]['id']&&_0x1beb36)return(0x0,_[_0x340867(0x954)])({'commandService':_0x30f480,'instanceService':_0x1beb36,'projectionService':_0x97440e,'stateService':_0xeb712},_0x13c5fe[0x1]);let _0x3c52a2=oc(_0x13c5fe[0x0],_0x13c5fe[0x1],_0xeb712,_0x5c7edd,_0x1beb36,_0x45bca7);if(_0x3c52a2!==void 0x0)return _0x3c52a2;if(sc(_0x13c5fe[0x0],_0x13c5fe[0x1],_0xa89be,_0x11ac2b))return!0x0;let _0x2fab96=_0x45bca7?_0x1beb36==null?void 0x0:_0x1beb36[_0x340867(0x8e8)](a[_0x340867(0x747)][_0x340867(0x8ed)]):void 0x0;try{return _0x45bca7&&(_0x1beb36==null||_0x1beb36[_0x340867(0x5d6)](_0x45bca7)),await _0x2e16a5['executeCommand'](_0x13c5fe[0x0],_0x13c5fe[0x1],_0x13c5fe[0x2]);}finally{_0x2fab96&&(_0x1beb36==null||_0x1beb36[_0x340867(0x5d6)](_0x2fab96[_0x340867(0x872)]()));}},'syncExecuteCommand':(..._0x4187b5)=>{const _0x355304=_0x340491;if(_0x4187b5[0x0]===_[_0x355304(0x23e)]['id']&&_0x1beb36)return(0x0,_['executeBaseKeyboardOperation'])({'commandService':_0x30f480,'instanceService':_0x1beb36,'projectionService':_0x97440e,'stateService':_0xeb712},_0x4187b5[0x1]);let _0x3ecbef=oc(_0x4187b5[0x0],_0x4187b5[0x1],_0xeb712,_0x5c7edd,_0x1beb36,_0x45bca7);if(_0x3ecbef!==void 0x0)return _0x3ecbef;if(sc(_0x4187b5[0x0],_0x4187b5[0x1],_0xa89be,_0x11ac2b))return!0x0;let _0x4abf14=_0x45bca7?_0x1beb36==null?void 0x0:_0x1beb36[_0x355304(0x8e8)](a['UniverInstanceType'][_0x355304(0x8ed)]):void 0x0;try{return _0x45bca7&&(_0x1beb36==null||_0x1beb36['setCurrentUnitForType'](_0x45bca7)),_0x2e16a5[_0x355304(0x6c0)](_0x4187b5[0x0],_0x4187b5[0x1],_0x4187b5[0x2]);}finally{_0x4abf14&&(_0x1beb36==null||_0x1beb36[_0x355304(0x5d6)](_0x4abf14['getUnitId']()));}},'onCommandExecuted':_0x2e16a5['onCommandExecuted'][_0x340491(0x7e0)](_0x2e16a5),'beforeCommandExecuted':_0x2e16a5[_0x340491(0x901)][_0x340491(0x7e0)](_0x2e16a5),'onMutationExecutedForCollab':_0x2e16a5[_0x340491(0x3be)][_0x340491(0x7e0)](_0x2e16a5)};return _0x30f480;}function oc(_0xc9ab0c,_0x337aff,_0xa54c42,_0x3f6148,_0x39553e,_0x4534a5){const _0x26a7f6=_0x1ed4d3;if(_0xc9ab0c===_[_0x26a7f6(0x99c)]['id']){let _0x4a0a39=_0x337aff;return _0x4a0a39!=null&&_0x4a0a39['viewId']?(_0x4a0a39[_0x26a7f6(0x2e6)]&&_0xa54c42[_0x26a7f6(0x63e)](_0x4a0a39['tableId']),_0xa54c42[_0x26a7f6(0x9a6)](_0x4a0a39[_0x26a7f6(0x7d3)]),!0x0):!0x1;}if(_0xc9ab0c===_[_0x26a7f6(0x28e)]['id']){let _0x250d26=_0x337aff;if(!(_0x250d26!=null&&_0x250d26[_0x26a7f6(0x2e6)]))return!0x1;_0xa54c42[_0x26a7f6(0x63e)](_0x250d26[_0x26a7f6(0x2e6)]);let _0x59403e=_0x250d26[_0x26a7f6(0x2b9)]?_0x39553e==null?void 0x0:_0x39553e[_0x26a7f6(0x4a8)](_0x250d26['unitId'],a['UniverInstanceType']['UNIVER_BASE']):_0x39553e==null?void 0x0:_0x39553e[_0x26a7f6(0x8e8)](a[_0x26a7f6(0x747)][_0x26a7f6(0x8ed)]),_0x167232=(_0x59403e==null?void 0x0:_0x59403e['getUnitId']())??_0x4534a5;_0x167232&&(_0x39553e==null||_0x39553e[_0x26a7f6(0x5d6)](_0x167232),_0x39553e==null||_0x39553e[_0x26a7f6(0x927)](_0x167232));let _0x280e27=_0x59403e==null?void 0x0:_0x59403e['getSnapshot']()[_0x26a7f6(0x97a)][_0x250d26[_0x26a7f6(0x2e6)]],_0x2f01e6=_0x280e27==null?void 0x0:_0x280e27[_0x26a7f6(0x98e)][_0x26a7f6(0x961)](_0x5d8305=>_0x280e27[_0x26a7f6(0x3db)][_0x5d8305]);return _0x2f01e6&&_0xa54c42['activateView'](_0x2f01e6),!0x0;}if(_0xc9ab0c===_[_0x26a7f6(0x535)]['id']){let _0x3cea9b=_0x337aff;return _0x3cea9b!=null&&_0x3cea9b['viewId']?(_0xa54c42['setScrollState'](_0x3cea9b[_0x26a7f6(0x7d3)],{'x':_0x3cea9b['x']??0x0,'y':_0x3cea9b['y']??0x0}),!0x0):!0x1;}if(_0xc9ab0c===_['SetBaseZoomOperation']['id']){let _0x5939ce=_0x337aff;return!(_0x5939ce!=null&&_0x5939ce[_0x26a7f6(0x7d3)])||typeof _0x5939ce[_0x26a7f6(0x7ca)]!=_0x26a7f6(0x584)?!0x1:(_0xa54c42['setZoom'](_0x5939ce[_0x26a7f6(0x7d3)],_0x5939ce['zoom']),!0x0);}if(_0xc9ab0c===_[_0x26a7f6(0x479)]['id'])return _0x337aff?(_0xa54c42['clearVirtualRecords'](),_0x3f6148['openToolbarPanel'](_0x337aff),!0x0):!0x1;if(_0xc9ab0c===_[_0x26a7f6(0x56d)]['id'])return _0x3f6148['closeToolbarPanel'](),!0x0;if(_0xc9ab0c===_[_0x26a7f6(0x764)]['id'])return _0x337aff?(_0xa54c42[_0x26a7f6(0x5e3)](),_0x3f6148['openContextMenu'](_0x337aff),!0x0):!0x1;if(_0xc9ab0c===_[_0x26a7f6(0x87d)]['id'])return _0x3f6148[_0x26a7f6(0x450)](),!0x0;if(_0xc9ab0c===_['OpenBaseActiveEditorOperation']['id'])return _0x337aff?(_0x3f6148['openActiveEditor'](_0x337aff),!0x0):!0x1;if(_0xc9ab0c===_['CloseBaseActiveEditorOperation']['id'])return _0x3f6148['closeActiveEditor'](),!0x0;if(_0xc9ab0c===_['OpenBaseRecordDetailPanelOperation']['id']){let _0x2e01bc=_0x337aff;return _0x2e01bc!=null&&_0x2e01bc[_0x26a7f6(0x50b)]?(_0xa54c42[_0x26a7f6(0x6fb)](_0x2e01bc[_0x26a7f6(0x50b)]),!0x0):!0x1;}if(_0xc9ab0c===_[_0x26a7f6(0x665)]['id'])return _0xa54c42[_0x26a7f6(0x4ed)](),!0x0;}function sc(_0x1bc434,_0x542238,_0x343569,_0x2dec88=!0x1){const _0x968250=_0x1ed4d3;return _0x1bc434===_[_0x968250(0x3a1)]['id']?(_0x2dec88||_0x343569['startEditingCell'](_0x542238),!0x0):_0x1bc434===_[_0x968250(0x274)]['id']?(_0x343569['stopEditingCell'](),!0x0):!0x1;}function cc(_0x330ee4,_0x5ad824){const _0x5ea421=_0x1ed4d3;return{'getConfig':_0x1e9647=>{const _0x329002=_0x54e0;let _0x5bdc7b=_0x330ee4[_0x329002(0x6af)](_0x1e9647);return _0x1e9647===_['BASES_UI_PLUGIN_CONFIG_KEY']?lc(_0x5bdc7b??{},_0x5ad824):_0x5bdc7b;},'setConfig':_0x330ee4[_0x5ea421(0x899)][_0x5ea421(0x7e0)](_0x330ee4),'deleteConfig':_0x330ee4['deleteConfig'][_0x5ea421(0x7e0)](_0x330ee4),'subscribeConfigValue$':_0x330ee4[_0x5ea421(0x763)][_0x5ea421(0x7e0)](_0x330ee4)};}function lc(_0xe93736,_0x2c662b=_0x1ed4d3(0x24b)){const _0x559202=_0x1ed4d3;let _0x278e6f;return _0x278e6f=_0x2c662b===_0x559202(0x4b6)||_0x2c662b===_0x559202(0x44f)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0xe93736,'workbench':{..._0xe93736['workbench']??{},..._0x278e6f,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function uc(_0x56d204){const _0x19156a=_0x1ed4d3;var _0x4f44db;if(_0x56d204[_0x19156a(0x982)]['fullscreen']&&_0x56d204[_0x19156a(0x6f3)][_0x19156a(0x64b)][_0x19156a(0x2bb)])return _0x56d204[_0x19156a(0x6f3)][_0x19156a(0x64b)]['menuSlot'];let _0x46f93f=_0x56d204[_0x19156a(0x6f3)][_0x19156a(0x64b)]['overlay']??_0x56d204[_0x19156a(0x982)][_0x19156a(0x6fc)]??_0x56d204['renderScope'][_0x19156a(0x3c8)],_0x5b7023=((_0x4f44db=_0x46f93f[_0x19156a(0x986)])==null?void 0x0:_0x4f44db[_0x19156a(0x964)][_0x19156a(0x494)])==='embed-float-dom-chrome'?_0x46f93f['parentElement']:void 0x0;if(!_0x5b7023||!_0x56d204[_0x19156a(0x666)]||!_0x5b7023['dataset']['embedId']||_0x5b7023['dataset'][_0x19156a(0x666)]===_0x56d204[_0x19156a(0x666)])return _0x5b7023??_0x46f93f;let _0xc6f9f4=_0x56d204['renderScope'][_0x19156a(0x3c8)][_0x19156a(0x2f2)];return Array[_0x19156a(0x8dc)](_0xc6f9f4['querySelectorAll'](_0x19156a(0x5bd)))[_0x19156a(0x961)](_0x525444=>_0x525444['dataset'][_0x19156a(0x666)]===_0x56d204[_0x19156a(0x666)])??_0x46f93f;}function dc(_0x2a1565){const _0x28e36e=_0x1ed4d3;let _0x519d31=uc(_0x2a1565),_0x5c82da=_0x2a1565[_0x28e36e(0x982)][_0x28e36e(0x3c8)]['ownerDocument'][_0x28e36e(0x467)]('div');return _0x5c82da[_0x28e36e(0x964)]['embedFloatingMenuEntry']=_0x2a1565[_0x28e36e(0x3e8)][_0x28e36e(0x8bf)],_0x5c82da[_0x28e36e(0x416)]=_0x28e36e(0x836),_0x519d31[_0x28e36e(0x545)](_0x5c82da),{'menu':_0x5c82da,'menuRoot':_0x519d31,'portalContainer':_0x2a1565[_0x28e36e(0x6f3)][_0x28e36e(0x64b)][_0x28e36e(0x852)]};}function fc(_0x47f4cc){const _0x6aabb0=_0x1ed4d3;return[{'hostType':a['UniverInstanceType'][_0x6aabb0(0x563)],'entry':t[_0x6aabb0(0x224)][_0x6aabb0(0x7a2)],'childType':_0x47f4cc[_0x6aabb0(0x5c7)],'mount':_0x47f4cc[_0x6aabb0(0x4f8)]},{'hostType':a[_0x6aabb0(0x747)]['UNIVER_SHEET'],'entry':t[_0x6aabb0(0x224)][_0x6aabb0(0x9e1)],'childType':_0x47f4cc[_0x6aabb0(0x5c7)],'mount':_0x47f4cc['mount']},{'hostType':a['UniverInstanceType'][_0x6aabb0(0x83f)],'entry':t['EmbedHostEntryEnum'][_0x6aabb0(0x443)],'childType':_0x47f4cc['childType'],'mount':_0x47f4cc[_0x6aabb0(0x4f8)]},{'hostType':a[_0x6aabb0(0x747)][_0x6aabb0(0x8d2)],'entry':t[_0x6aabb0(0x224)][_0x6aabb0(0x7bd)],'childType':_0x47f4cc['childType'],'mount':_0x47f4cc[_0x6aabb0(0x4f8)]}];}function pc(_0x5e13c8){const _0x5c016a=_0x1ed4d3;let {embedId:_0x19735c,childUnitId:_0x21ec5b,base:_0x5e5777,activeTable:_0x58454d}=_0x5e13c8,_0x3dcc38=mc(_0x19735c);return _0x3dcc38?(0x0,w[_0x5c016a(0x36d)])((0x0,m[_0x5c016a(0x689)])(gc,{'childUnitId':_0x21ec5b,'base':_0x5e5777,'activeTable':_0x58454d}),_0x3dcc38):null;}function mc(_0x526787){const _0x54028c=_0x1ed4d3;let [_0x2c4a54,_0x3fc4c3]=(0x0,d[_0x54028c(0x632)])(()=>hc(_0x526787));return(0x0,d[_0x54028c(0x8a5)])(()=>{const _0x5d8704=_0x54028c;let _0xe77e24=window[_0x5d8704(0x930)](()=>_0x3fc4c3(hc(_0x526787)));return()=>{const _0x3be714=_0x5d8704;window[_0x3be714(0x571)](_0xe77e24);};},[_0x526787]),_0x2c4a54;}function hc(_0x5a0e07){const _0x2f98b1=_0x1ed4d3;return Array[_0x2f98b1(0x8dc)](document[_0x2f98b1(0x7d0)](_0x2f98b1(0x6d0)))[_0x2f98b1(0x961)](_0x4eadae=>_0x4eadae[_0x2f98b1(0x964)][_0x2f98b1(0x666)]===_0x5a0e07)??null;}function gc(_0x23602b){const _0x48d920=_0x1ed4d3;var _0x142f98,_0x337aec;let {childUnitId:_0x2ffc1f,base:_0x3bb536,activeTable:_0x47d465}=_0x23602b,_0x16d4be=(0x0,c[_0x48d920(0x2d7)])(a[_0x48d920(0x8e6)]),_0x5e480e=(0x0,c[_0x48d920(0x2d7)])(a[_0x48d920(0x945)]),_0x30c378=(0x0,c[_0x48d920(0x2d7)])(a[_0x48d920(0x58e)]),_0x51d6f7=(0x0,c[_0x48d920(0x2d7)])(_[_0x48d920(0x314)]),_0x1818bc=(0x0,c[_0x48d920(0x713)])(()=>_0x51d6f7[_0x48d920(0x733)],_0x51d6f7[_0x48d920(0x73f)](),!0x1,[_0x51d6f7]),[_0x227247,_0x5681c9]=(0x0,d[_0x48d920(0x632)])(null),[_0x2886b2,_0x4c119f]=(0x0,d[_0x48d920(0x632)])(null),[_0x39dcd6,_0x20b27d]=(0x0,d[_0x48d920(0x632)])(''),[_0x115e70,_0xba1869]=(0x0,d['useState'])(_0x48d920(0x384)),[_0x34d311,_0x30937c]=(0x0,d['useState'])(null),_0x27a5fe=(_0x5e480e==null||(_0x142f98=_0x5e480e['getConfig'](_['BASES_UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0x142f98[_0x48d920(0x24b)])??{},_0x57eaac=_0x1818bc[_0x48d920(0x29f)][_0x48d920(0x36b)]??_0x27a5fe['leftPanelWidth']??((_0x337aec=_['defaultPluginConfig'][_0x48d920(0x24b)])==null?void 0x0:_0x337aec[_0x48d920(0x36b)])??_[_0x48d920(0x290)],_0x1afd84=_0x3bb536['getSnapshot'](),_0x78e8b0=yc(_0x1afd84,_0x47d465['id']),_0x69ebc8=async _0x35f8a2=>{const _0x5e6699=_0x48d920;let _0x27866c=_0x1afd84[_0x5e6699(0x97a)][_0x35f8a2];if(!_0x27866c)return;let _0x4a4316=_0x27866c['viewOrder'][_0x5e6699(0x961)](_0x23f9d9=>_0x27866c[_0x5e6699(0x3db)][_0x23f9d9]);_0x51d6f7[_0x5e6699(0x63e)](_0x27866c['id']),_0x4a4316&&_0x51d6f7[_0x5e6699(0x9a6)](_0x4a4316),_0x51d6f7[_0x5e6699(0x513)](null),_0x51d6f7[_0x5e6699(0x4ed)](),await _0x16d4be['executeCommand'](_[_0x5e6699(0x28e)]['id'],{'unitId':_0x2ffc1f,'tableId':_0x35f8a2});},_0x565abd=async()=>{const _0x396233=_0x48d920;let _0x40a2d6=(0x0,a[_0x396233(0x4c5)])({'id':_0x396233(0x3d7)+(0x0,a[_0x396233(0x2b1)])(0x8),'name':bc(_0x3bb536[_0x396233(0x58b)](),_0x1666b7=>_0x30c378['t'](_0x396233(0x59e),String(_0x1666b7))),'primaryFieldId':'field-'+(0x0,a[_0x396233(0x2b1)])(0x8),'gridViewId':_0x396233(0x2bf)+(0x0,a[_0x396233(0x2b1)])(0x8)});await _0x16d4be[_0x396233(0x88b)](C[_0x396233(0x6d9)]['id'],{'unitId':_0x2ffc1f,'table':_0x40a2d6})&&(_0x51d6f7[_0x396233(0x63e)](_0x40a2d6['id']),_0x51d6f7[_0x396233(0x9a6)](_0x40a2d6['viewOrder'][0x0]),_0x51d6f7['setSelection'](null),_0x51d6f7['closeRecordDetail'](),_0x30937c(_0x40a2d6['id']));},_0x80457c=async(_0x29d17c,_0x4f5ed0,_0x4b996f)=>{const _0xacfa02=_0x48d920;let _0x179ed8=_0x3bb536[_0xacfa02(0x58b)](),_0x298663=_0x179ed8[_0xacfa02(0x97a)][_0x29d17c];if(!_0x298663)return;let _0xc9203e=(0x0,C['copyBaseTableSnapshot'])(_0x298663,{'id':'table-'+(0x0,a[_0xacfa02(0x2b1)])(0x8),'name':_0x4f5ed0,'includeRecords':_0x4b996f===_0xacfa02(0x3cb),'regenerateViewIds':!0x0,'createViewId':()=>_0xacfa02(0x2bf)+(0x0,a[_0xacfa02(0x2b1)])(0x8)});await _0x16d4be[_0xacfa02(0x88b)](C[_0xacfa02(0x6d9)]['id'],{'unitId':_0x2ffc1f,'table':_0xc9203e,'index':_0x179ed8[_0xacfa02(0x7cd)]['indexOf'](_0x29d17c)+0x1})&&(_0x51d6f7[_0xacfa02(0x63e)](_0xc9203e['id']),_0x51d6f7[_0xacfa02(0x9a6)](_0xc9203e[_0xacfa02(0x98e)][0x0]),_0x51d6f7[_0xacfa02(0x513)](null),_0x51d6f7[_0xacfa02(0x4ed)]());},_0x587501=async _0xeade8e=>{const _0x1cec97=_0x48d920;let _0x4c54ca=_0x3bb536[_0x1cec97(0x58b)](),_0x4e76b0=yc(_0x4c54ca,_0x47d465['id'])[_0x1cec97(0x572)](_0x3ab1c9=>_0x3ab1c9['id']);if(_0x4e76b0[_0x1cec97(0x9ba)]<=0x1)return;let _0x1a3c7b=_0xeade8e===_0x47d465['id']?_0x4e76b0[_0x1cec97(0x961)](_0x1e9460=>_0x1e9460!==_0xeade8e):null;if(await _0x16d4be[_0x1cec97(0x88b)](C[_0x1cec97(0x9af)]['id'],{'unitId':_0x2ffc1f,'tableId':_0xeade8e})&&_0x1a3c7b){let _0x4c2d34=_0x4c54ca[_0x1cec97(0x97a)][_0x1a3c7b],_0x351133=_0x4c2d34==null?void 0x0:_0x4c2d34[_0x1cec97(0x98e)][_0x1cec97(0x961)](_0x5620cf=>_0x4c2d34['views'][_0x5620cf]);_0x51d6f7[_0x1cec97(0x63e)](_0x1a3c7b),_0x351133&&_0x51d6f7[_0x1cec97(0x9a6)](_0x351133),_0x51d6f7[_0x1cec97(0x513)](null),_0x51d6f7['closeRecordDetail']();}};return(0x0,m[_0x48d920(0x9d3)])(m[_0x48d920(0x611)],{'children':[(0x0,m[_0x48d920(0x689)])(_['BaseTableSidebarFrame'],{'title':_0x1afd84[_0x48d920(0x978)]||_0x48d920(0x864),'items':_0x78e8b0,'width':_0x57eaac,'pendingRenameItemId':_0x34d311,'onActivateItem':_0x69ebc8,'onAddTable':async()=>{await _0x565abd();},'onRenameTable':async(_0x56efdb,_0x40eab1)=>{const _0x1eb296=_0x48d920;await _0x16d4be[_0x1eb296(0x88b)](C[_0x1eb296(0x2a3)]['id'],{'unitId':_0x2ffc1f,'tableId':_0x56efdb,'name':_0x40eab1});},'getTableNameError':(_0x4c7f25,_0x102086)=>(0x0,_[_0x48d920(0x2b7)])(_0x30c378,(0x0,C[_0x48d920(0x27a)])(_0x1afd84,_0x102086,_0x4c7f25)),'onPendingRenameItemConsumed':_0x17edc8=>{_0x34d311===_0x17edc8&&_0x30937c(null);},'onDuplicateTable':_0x22deaa=>{const _0x305083=_0x48d920;let _0x496eec=_0x3bb536[_0x305083(0x58b)](),_0x5b158b=_0x496eec[_0x305083(0x97a)][_0x22deaa];_0x5b158b&&(_0x4c119f(_0x22deaa),_0x20b27d((0x0,C[_0x305083(0x88c)])(_0x496eec,_0x30c378['t']('embed-ui.basesFloating.duplicateTable.copyName',_0x5b158b[_0x305083(0x978)]))),_0xba1869(_0x305083(0x384)));},'onDeleteTable':_0x5681c9,'onResizeWidth':_0xb4c4b4=>_0x51d6f7[_0x48d920(0x5e4)](_0xb4c4b4)}),(0x0,m[_0x48d920(0x689)])(_['BaseDuplicateTableDialog'],{'open':!!_0x2886b2,'name':_0x39dcd6,'nameError':(0x0,_[_0x48d920(0x2b7)])(_0x30c378,(0x0,C[_0x48d920(0x27a)])(_0x1afd84,_0x39dcd6['trim']())),'mode':_0x115e70,'onNameChange':_0x20b27d,'onModeChange':_0xba1869,'onCancel':()=>_0x4c119f(null),'onConfirm':async()=>{const _0x52b0d9=_0x48d920;let _0x1060a5=_0x2886b2,_0x146722=_0x39dcd6[_0x52b0d9(0x75c)](),_0x12a25c=_0x115e70;!_0x1060a5||!_0x146722||(_0x4c119f(null),await _0x80457c(_0x1060a5,_0x146722,_0x12a25c));}}),(0x0,m[_0x48d920(0x689)])(_['BaseDeleteConfirmDialog'],{'open':!!_0x227247,'title':_0x30c378['t']('embed-ui.basesFloating.confirmDelete.tableTitle'),'description':_0x30c378['t']('embed-ui.basesFloating.confirmDelete.tableDescription'),'onCancel':()=>_0x5681c9(null),'onConfirm':async()=>{let _0xa5ded3=_0x227247;_0x5681c9(null),_0xa5ded3&&await _0x587501(_0xa5ded3);}})]});}function _c(_0x1e4c4d){const _0x3b9e71=_0x1ed4d3;let {embedId:_0x560735,activeView:_0x3acc45,views:_0x4bb28c,addViewOpen:_0x18034a,onAddViewOpenChange:_0x39295c,onActivateView:_0x1b8723,onAddView:_0x1b9aa2,onSetViewAsFirst:_0x33be84,onMoveView:_0xdb0686,onRenameView:_0x288388,onDuplicateView:_0x2c84a9,onConfigureView:_0x290846,onDeleteView:_0x3869d1}=_0x1e4c4d,_0x330b57=(0x0,c[_0x3b9e71(0x2d7)])(a['LocaleService']);return(0x0,m[_0x3b9e71(0x689)])(_0x3b9e71(0x7ff),{'data-u-comp':_0x3b9e71(0x68e),'className':_0x3b9e71(0x92c),'children':(0x0,m[_0x3b9e71(0x689)])(_[_0x3b9e71(0x261)],{'className':_0x3b9e71(0x7fb),'views':_0x4bb28c['map'](_0x2a233c=>({'id':_0x2a233c['id'],'name':_0x2a233c['name'],'type':_0x2a233c[_0x3b9e71(0x5a7)]})),'activeViewId':_0x3acc45['id'],'onActivateView':_0x1b8723,'onSetViewAsFirst':_0x33be84,'onMoveView':_0xdb0686,'onRenameView':_0x288388,'onDuplicateView':_0x2c84a9,'onConfigureView':_0x290846,'onDeleteView':_0x3869d1,'onAddView':()=>_0x39295c(!_0x18034a),'addViewDropdown':{'open':_0x18034a,'onOpenChange':_0x39295c,'overlay':(0x0,m[_0x3b9e71(0x689)])(_0x3b9e71(0x7ff),{'data-u-comp':_0x3b9e71(0x7a5),'data-embed-id':_0x560735,'data-embed-floating-menu-popup':_0x3b9e71(0x85d),'children':(0x0,m[_0x3b9e71(0x689)])(_[_0x3b9e71(0x9bb)],{'views':_[_0x3b9e71(0x8e0)][_0x3b9e71(0x572)](_0x2518e6=>({..._0x2518e6,'label':_0x330b57['t'](_0x2518e6['label']),'description':_0x330b57['t'](_0x2518e6[_0x3b9e71(0x6b2)])})),'onCreate':_0x1b9aa2})})}})});}function vc(_0x9cccb1){const _0x3a6e4b=_0x1ed4d3;var _0x1da22d;return(_0x9cccb1==null||(_0x1da22d=_0x9cccb1[_0x3a6e4b(0x7cd)])==null?void 0x0:_0x1da22d['map'](_0x1b911d=>_0x9cccb1[_0x3a6e4b(0x97a)][_0x1b911d])[_0x3a6e4b(0x699)](_0x14b836=>!!_0x14b836))??[];}function yc(_0xcf30d6,_0x47f8a1){const _0x1f490a=_0x1ed4d3;return vc(_0xcf30d6)[_0x1f490a(0x572)](_0x3ed97c=>({'id':_0x3ed97c['id'],'name':_0x3ed97c[_0x1f490a(0x978)],'active':_0x3ed97c['id']===_0x47f8a1}));}function bc(_0x1efa9a,_0x32ba8d){const _0x3c1060=_0x1ed4d3;let _0x56b4e3=new Set(vc(_0x1efa9a)[_0x3c1060(0x572)](_0x3fdff4=>_0x3fdff4[_0x3c1060(0x978)])),_0x29a0a6=_0x56b4e3[_0x3c1060(0x2e5)]+0x1,_0x566c17=_0x32ba8d(_0x29a0a6);for(;_0x56b4e3[_0x3c1060(0x54f)](_0x566c17);)_0x29a0a6+=0x1,_0x566c17=_0x32ba8d(_0x29a0a6);return _0x566c17;}const xc=_0x1ed4d3(0x58c);function Sc(){const _0x46c4f5=_0x1ed4d3;return fc({'childType':a[_0x46c4f5(0x747)]['UNIVER_BASE'],'mount':Cc});}function Cc(_0x382d8c){const _0x39b0cd=_0x1ed4d3;let {menu:_0x2f6996,portalContainer:_0x5849c8}=dc(_0x382d8c),_0x1e15f0=rn(_0x2f6996),_0x3cb4e6=_0x382d8c[_0x39b0cd(0x6f3)][_0x39b0cd(0x583)];return _0x1e15f0[_0x39b0cd(0x2c3)]((0x0,d[_0x39b0cd(0x467)])(qt,{'injector':_0x3cb4e6,'mountContainer':_0x5849c8,'embedId':_0x382d8c[_0x39b0cd(0x666)]},(0x0,d[_0x39b0cd(0x467)])(Ac,{'hostUnitId':_0x382d8c[_0x39b0cd(0x565)],'embedId':_0x382d8c[_0x39b0cd(0x666)],'childUnitId':_0x382d8c[_0x39b0cd(0x442)],'entry':_0x382d8c[_0x39b0cd(0x3e8)]['entry'],'fullscreen':!!_0x382d8c[_0x39b0cd(0x982)]['fullscreen'],'runtimeFocusRoot':_0x382d8c[_0x39b0cd(0x982)]['rootElement'],'usesDomFloatingStage':_0x382d8c[_0x39b0cd(0x3e8)]['entry']===_0x39b0cd(0x847),'renderScopeActive$':_0x382d8c[_0x39b0cd(0x982)][_0x39b0cd(0x589)]}))),(0x0,a[_0x39b0cd(0x64a)])(()=>{const _0x1b21b9=_0x39b0cd;an(_0x1e15f0),globalThis[_0x1b21b9(0x84e)](()=>_0x2f6996[_0x1b21b9(0x241)](),0x0);});}function wc(_0x24b4ae){const _0x311abf=_0x1ed4d3;return cr({'embedId':_0x24b4ae['embedId'],'active':Tc(_0x24b4ae[_0x311abf(0x47f)],_0x24b4ae[_0x311abf(0x756)]),'fullscreen':_0x24b4ae['fullscreen'],'usesDomFloatingStage':_0x24b4ae[_0x311abf(0x882)],'renderScopeActive':_0x24b4ae[_0x311abf(0x265)]});}function Tc(_0x2a48c7,_0x106361){const _0x433ee9=_0x1ed4d3;return _0x2a48c7?{'hostUnitId':'','childUnitId':'','embedId':_0x2a48c7,'stage':_0x106361===_0x433ee9(0x334)||_0x106361===_0x433ee9(0x412)?_0x433ee9(0x334):_0x433ee9(0x23c)}:null;}function Ec(_0x40721a){return _0x40721a;}function Dc(_0x267b0f){return _0x267b0f;}function Oc(_0x5136ae){return!_0x5136ae;}function kc(_0x108848){const _0x4acd9b=_0x1ed4d3;return{[K]:_0x108848,[W]:_0x4acd9b(0x858)};}function Ac(_0x117024){const _0x471a72=_0x1ed4d3;let {hostUnitId:_0x56fbc6,embedId:_0x5e59fe,childUnitId:_0xd91e7,entry:_0x3894f0,fullscreen:_0x35c435,runtimeFocusRoot:_0x136519,usesDomFloatingStage:_0x173a96,renderScopeActive$:_0x481548}=_0x117024,_0x4e3ce9=(0x0,c[_0x471a72(0x2d7)])(a[_0x471a72(0x8e6)]),_0x11c414=(0x0,c[_0x471a72(0x2d7)])(c['ComponentManager']),_0x19a260=(0x0,c[_0x471a72(0x2d7)])(a[_0x471a72(0x90d)]),_0x3217ff=(0x0,c[_0x471a72(0x2d7)])(a[_0x471a72(0x58e)]),_0x51cab9=(0x0,c[_0x471a72(0x2d7)])(C['IBaseViewRegistryService']),_0x3ad398=(0x0,c[_0x471a72(0x2d7)])(a['IUndoRedoService']),_0x564c1a=(0x0,c['useDependency'])(_['IBaseUIStateService']),_0x5da79c=(0x0,c['useDependency'])(_[_0x471a72(0x73d)]),_0x111e93=(0x0,c[_0x471a72(0x2d7)])(le),{mountContainer:_0x1dcdf9}=(0x0,d[_0x471a72(0x9a1)])(l[_0x471a72(0x715)]),_0x1f4516=(0x0,c[_0x471a72(0x713)])(()=>_0x564c1a[_0x471a72(0x733)],_0x564c1a[_0x471a72(0x73f)](),!0x1,[_0x564c1a]),_0x5d223e=(0x0,c[_0x471a72(0x713)])(()=>_0x3ad398[_0x471a72(0x2b3)],{'undos':0x0,'redos':0x0},!0x1,[_0x3ad398]),_0x39c2a3=(0x0,c[_0x471a72(0x713)])(()=>_0x481548,!0x1,!0x1,[_0x481548]),_0x35dc7c=(0x0,c[_0x471a72(0x713)])(()=>_0x111e93['active$'],_0x111e93[_0x471a72(0x8a7)](),!0x1,[_0x111e93]),_0x3b70c7=(0x0,c[_0x471a72(0x713)])(()=>_0x5da79c[_0x471a72(0x8d1)],_0x5da79c['getToolbarPanel'](),!0x1,[_0x5da79c]),_0x2f31c1=_0x111e93[_0x471a72(0x2ee)](_0x5e59fe),[_0x1fe449,_0x3bcbab]=(0x0,d[_0x471a72(0x632)])(0x0),[_0x4ae4c9,_0x31967d]=(0x0,d[_0x471a72(0x632)])(null),[_0x6cc20e,_0x5d086a]=(0x0,d[_0x471a72(0x632)])(!0x1),[_0x2c4c7b,_0x4bb9b1]=(0x0,d[_0x471a72(0x632)])(null),_0x429b7d=(0x0,d['useRef'])(_0x3b70c7),_0x4a9b74=(0x0,d[_0x471a72(0x867)])(null),_0x5bc0e6=_0x19a260[_0x471a72(0x4a8)](_0xd91e7,a['UniverInstanceType'][_0x471a72(0x8ed)]),_0x220b30=_0x5bc0e6==null?void 0x0:_0x5bc0e6[_0x471a72(0x58b)](),_0x27e54e=Fc(_0x220b30,_0x1f4516[_0x471a72(0x570)]),_0x5b78ec=Ic(_0x27e54e),_0x15c12f=Lc(_0x27e54e,_0x1f4516[_0x471a72(0x25f)]),_0x5f1f6a=wc({'embedId':_0x5e59fe,'activeEmbedId':_0x35dc7c==null?void 0x0:_0x35dc7c['embedId'],'stage':_0x2f31c1,'fullscreen':_0x35c435,'usesDomFloatingStage':_0x173a96,'renderScopeActive':_0x39c2a3})===_0x471a72(0x334),[_0x57c518,_0x81f069]=(0x0,d[_0x471a72(0x632)])(_0x5f1f6a),_0x1b7dc2=Ec(_0x35c435),_0x48aa7e=Dc(_0x35c435),_0x25f4c7=Oc(_0x35c435),_0x1cfec0=_0x1b7dc2?_0x471a72(0x967):_0x471a72(0x6c1),_0x4b75ca=_0x11c414['get'](_['BASE_TOOLBAR_EXTRA_ACTIONS']);if(_0x57c518!==_0x5f1f6a&&(_0x81f069(_0x5f1f6a),_0x5f1f6a||(_0x31967d(null),_0x5d086a(!0x1),_0x4bb9b1(null))),(0x0,d[_0x471a72(0x8a5)])(()=>{const _0x47a347=_0x471a72;_0x5f1f6a||(_0x5da79c['closeToolbarPanel'](),_0x5da79c[_0x47a347(0x450)](),_0x5da79c[_0x47a347(0x7df)]());},[_0x5f1f6a,_0x5da79c]),(0x0,d[_0x471a72(0x8a5)])(()=>{const _0x45021=_0x471a72;let _0x1467e2=_0x429b7d[_0x45021(0x1f3)];if(_0x429b7d[_0x45021(0x1f3)]=_0x3b70c7,!_0x1467e2||_0x3b70c7||!_0x5f1f6a)return;let _0x3919b8=window['requestAnimationFrame'](()=>Xt(_0x5e59fe,_0x136519));return()=>window[_0x45021(0x571)](_0x3919b8);},[_0x5e59fe,_0x5f1f6a,_0x136519,_0x3b70c7]),(0x0,d[_0x471a72(0x8a5)])(()=>{const _0x426ac7=_0x471a72;if(!_0x4ae4c9)return;let _0x4e04b6=_0x2e29aa=>{const _0x173625=_0x54e0;var _0x57fefd;let _0x228bbd=_0x2e29aa[_0x173625(0x1f6)]instanceof Node?_0x2e29aa[_0x173625(0x1f6)]:null;_0x228bbd&&(_0x57fefd=_0x4a9b74[_0x173625(0x1f3)])!=null&&_0x57fefd[_0x173625(0x495)](_0x228bbd)||_0x31967d(null);},_0x566609=_0x444ae7=>{const _0x1df02c=_0x54e0;_0x444ae7[_0x1df02c(0x311)]===_0x1df02c(0x86f)&&_0x31967d(null);};return document['addEventListener']('pointerdown',_0x4e04b6,!0x0),document['addEventListener'](_0x426ac7(0x8d8),_0x566609,!0x0),()=>{const _0x223705=_0x426ac7;document[_0x223705(0x2f5)](_0x223705(0x888),_0x4e04b6,!0x0),document['removeEventListener']('keydown',_0x566609,!0x0);};},[_0x4ae4c9]),!_0x220b30||!_0x5bc0e6||!_0x27e54e||!_0x15c12f)return null;let _0x4ef213=()=>{const _0x277de9=_0x471a72;_0x111e93[_0x277de9(0x2d2)]({'hostUnitId':_0x56fbc6,'embedId':_0x5e59fe,'childUnitId':_0xd91e7},_0x277de9(0x334));},_0x1c9681=async(_0xb10559,_0x49db96)=>{const _0x289799=_0x471a72;_0x4ef213(),await _0x4e3ce9[_0x289799(0x88b)](_[_0x289799(0x479)]['id'],{'type':_0xb10559,'anchor':zc(_0x49db96[_0x289799(0x455)]())});},_0x18c67a=async _0x5a2dc6=>{const _0x46b9f2=_0x471a72;_0x4ef213(),await _0x4e3ce9[_0x46b9f2(0x88b)](_[_0x46b9f2(0x99c)]['id'],{'tableId':_0x27e54e['id'],'unitId':_0xd91e7,'viewId':_0x5a2dc6}),_0x3bcbab(_0x2e4134=>_0x2e4134+0x1);},_0x32659e=async _0x42d469=>{const _0xe3d8fe=_0x471a72;_0x4ef213();let _0xaf93d5=_0xe3d8fe(0x2bf)+(0x0,a[_0xe3d8fe(0x2b1)])(0x6),_0x3ebb9e=_0x51cab9[_0xe3d8fe(0x53b)](_0x42d469)[_0xe3d8fe(0x3d5)](_0x27e54e),_0x73fee=await _0x4e3ce9[_0xe3d8fe(0x88b)](C[_0xe3d8fe(0x73c)]['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'view':{'id':_0xaf93d5,'tableId':_0x27e54e['id'],'name':(0x0,_['createDefaultViewName'])(_0x3217ff,_0x42d469),'type':_0x42d469,'config':_0x3ebb9e,'fieldOrder':[..._0x27e54e[_0xe3d8fe(0x240)]],'fieldSettings':{}}});_0x31967d(null),_0x5d086a(!0x1),_0x3bcbab(_0x1c4ff=>_0x1c4ff+0x1),_0x73fee&&await _0x18c67a(_0xaf93d5);},_0x30222c=async _0x29f652=>{const _0xab200a=_0x471a72;var _0x42346;let _0x4ac6c9=(_0x42346=_0x5b78ec[0x0])==null?void 0x0:_0x42346['id'];!_0x4ac6c9||_0x4ac6c9===_0x29f652||(_0x4ef213(),await _0x4e3ce9[_0xab200a(0x88b)](C[_0xab200a(0x7a0)]['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'viewId':_0x29f652,'target':{'beforeViewId':_0x4ac6c9}}),_0x3bcbab(_0x311387=>_0x311387+0x1));},_0x37f161=async(_0x46fcc1,_0x164324)=>{const _0x58a77b=_0x471a72;_0x4ef213(),await _0x4e3ce9[_0x58a77b(0x88b)](C['MoveBaseViewCommand']['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'viewId':_0x46fcc1,'target':_0x164324}),_0x3bcbab(_0x623044=>_0x623044+0x1);},_0x30f8ce=async(_0x22a4b9,_0x8897f2)=>{const _0x955615=_0x471a72;_0x4ef213(),await _0x4e3ce9[_0x955615(0x88b)](C[_0x955615(0x471)]['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'viewId':_0x22a4b9,'name':_0x8897f2}),_0x3bcbab(_0x86d5e=>_0x86d5e+0x1);},_0x5a9faa=async _0x113bc0=>{const _0x1405a3=_0x471a72;let _0x1b571e=_0x27e54e[_0x1405a3(0x3db)][_0x113bc0];if(!_0x1b571e)return;_0x4ef213();let _0x22d386=(0x0,_[_0x1405a3(0x248)])(_0x1b571e,_0x27e54e['id'],_0x3217ff['t'](_0x1405a3(0x2f1))),_0xd4e6d5=await _0x4e3ce9[_0x1405a3(0x88b)](C['CreateBaseViewCommand']['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'view':_0x22d386});_0x3bcbab(_0x5ae0fe=>_0x5ae0fe+0x1),_0xd4e6d5&&await _0x18c67a(_0x22d386['id']);},_0x6ea939=async()=>{var _0xbfec04;let _0x32fce9=_0x2c4c7b??_0x15c12f['id'];if(_0x5b78ec['length']<=0x1){_0x4bb9b1(null);return;}let _0x5b9b2b=(_0xbfec04=_0x5b78ec['find'](_0x308f30=>_0x308f30['id']!==_0x32fce9))==null?void 0x0:_0xbfec04['id'],_0x525efe=await _0x4e3ce9['executeCommand'](C['DeleteBaseViewCommand']['id'],{'unitId':_0xd91e7,'tableId':_0x27e54e['id'],'viewId':_0x32fce9});_0x4bb9b1(null),_0x3bcbab(_0x5c2e5a=>_0x5c2e5a+0x1),_0x525efe&&_0x5b9b2b&&await _0x18c67a(_0x5b9b2b);},_0x3a57e1=async()=>{const _0xaa0f67=_0x471a72;await _0x4e3ce9['executeCommand'](t[_0xaa0f67(0x317)]['id'],{'hostUnitId':_0x56fbc6,'embedId':_0x5e59fe});},_0x484558=_0x49f4d3=>{const _0x16289a=_0x471a72;_0x49f4d3[_0x16289a(0x94b)]();},_0x1b8591=_0x12b8e4=>{const _0x17772c=_0x471a72;_0x12b8e4[_0x17772c(0x4fd)](),_0x12b8e4[_0x17772c(0x94b)]();};return(0x0,m[_0x471a72(0x9d3)])(m[_0x471a72(0x611)],{'children':[(0x0,m[_0x471a72(0x9d3)])(_0x471a72(0x7ff),{'className':(0x0,l['clsx'])(_0x471a72(0x9c9),{'univer-hidden':!_0x5f1f6a,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-0\x20univer-shadow-none':_0x35c435,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none':!_0x35c435,'-univer-top-12':!_0x35c435&&_0x3894f0!==_0x471a72(0x53e),'univer-w-full':!_0x35c435,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x35c435&&_0x3894f0===_0x471a72(0x53e)}),'data-u-comp':_0x471a72(0x477),'data-embed-floating-menu':'true','data-embed-id':_0x5e59fe,'data-embed-float-stage':_0x5f1f6a?_0x471a72(0x334):_0x471a72(0x23c),'data-base-render-version':_0x1fe449,...kc(_0x5e59fe),'onClick':_0x484558,'onDoubleClick':_0x484558,'onMouseDown':_0x1b8591,'onMouseUp':_0x484558,'onPointerDown':_0x1b8591,'onPointerUp':_0x484558,'children':[_0x48aa7e?(0x0,m['jsx'])(_c,{'embedId':_0x5e59fe,'activeView':_0x15c12f,'views':_0x5b78ec,'addViewOpen':_0x6cc20e,'onAddViewOpenChange':_0x5d086a,'onActivateView':_0x18c67a,'onAddView':_0x32659e,'onSetViewAsFirst':_0x30222c,'onMoveView':_0x37f161,'onRenameView':_0x30f8ce,'onDuplicateView':_0x5a9faa,'onConfigureView':_0x54b776=>_0x1c9681('viewSettings',_0x54b776),'onDeleteView':_0x4bb9b1}):(0x0,m[_0x471a72(0x689)])(_0x471a72(0x7ff),{'data-u-comp':_0x471a72(0x742),'className':xc,'children':(0x0,m['jsx'])(jc,{'activeView':_0x15c12f,'views':_0x5b78ec,'onActivateView':_0x18c67a,'embedId':_0x5e59fe,'onAddView':_0x34cca1=>{_0x4ef213(),_0x31967d(_0x34cca1['getBoundingClientRect']());},'onConfigureView':_0x5e03df=>_0x1c9681(_0x471a72(0x504),_0x5e03df),'onDeleteView':()=>_0x4bb9b1(_0x15c12f['id'])})}),(0x0,m[_0x471a72(0x689)])(_0x471a72(0x7ff),{'className':(0x0,l[_0x471a72(0x2e8)])(_0x471a72(0x6c8),{'univer-min-w-0':_0x35c435,'univer-min-w-max':!_0x35c435}),'children':(0x0,m['jsxs'])(_0x471a72(0x7ff),{'data-u-comp':_0x471a72(0x675),'className':(0x0,l[_0x471a72(0x2e8)])(_0x471a72(0x46d),{'univer-w-full\x20univer-flex-1':_0x35c435,[xc]:!_0x35c435}),'children':[(0x0,m[_0x471a72(0x689)])(_['BaseToolbar'],{'iconOnly':!_0x1b7dc2,'className':_0x1cfec0,'renderTooltip':(_0x313121,_0x53d98e)=>(0x0,m[_0x471a72(0x689)])(ra,{'title':_0x313121,'children':_0x53d98e}),'state':{...Pc(_0x15c12f,_0x5d223e),'searchOpen':_0x1f4516['search'][_0x471a72(0x4ae)],'searchQuery':_0x1f4516[_0x471a72(0x525)][_0x471a72(0x71c)],'searchActiveIndex':_0x1f4516[_0x471a72(0x525)]['activeIndex']},'onAddRecord':_0x57ff5c=>_0x57ff5c&&_0x1c9681('addRecord',_0x57ff5c),'onCustomizeField':_0x4d1599=>_0x1c9681(_0x471a72(0x990),_0x4d1599),'onCustomizeKanban':_0x52137c=>_0x1c9681(_0x471a72(0x325),_0x52137c),'onCustomizeGallery':_0x171c47=>_0x1c9681(_0x471a72(0x2ce),_0x171c47),'onCalendarEventSettings':_0x44b96d=>_0x1c9681(_0x471a72(0x968),_0x44b96d),'onCalendarViewSettings':_0x1c89b7=>_0x1c9681(_0x471a72(0x77e),_0x1c89b7),'onViewSettings':_0x36b4d4=>_0x1c9681(_0x471a72(0x504),_0x36b4d4),'onFilter':_0x1bca23=>_0x1c9681(_0x471a72(0x699),_0x1bca23),'onGroup':_0x1861bc=>_0x1c9681(_0x471a72(0x953),_0x1861bc),'onSort':_0x32ebc4=>_0x1c9681(_0x471a72(0x481),_0x32ebc4),'onRowHeight':_0x4c57c6=>_0x1c9681(_0x471a72(0x249),_0x4c57c6),'onConditionalColoring':_0xc92363=>_0x1c9681(_0x471a72(0x247),_0xc92363),'onUndo':async()=>_0x4e3ce9[_0x471a72(0x88b)](a[_0x471a72(0x5df)]['id']),'onRedo':async()=>_0x4e3ce9[_0x471a72(0x88b)](a[_0x471a72(0x458)]['id']),'onOpenSearch':()=>_0x564c1a[_0x471a72(0x3f2)](),'onSearchQueryChange':_0xd0a6ef=>_0x564c1a[_0x471a72(0x639)](_0xd0a6ef),'onSearchPrevious':()=>_0x564c1a['setSearchActiveIndex'](Math[_0x471a72(0x287)](0x0,(_0x1f4516[_0x471a72(0x525)][_0x471a72(0x4fc)]??0x0)-0x1)),'onSearchNext':()=>_0x564c1a[_0x471a72(0x8a8)]((_0x1f4516[_0x471a72(0x525)][_0x471a72(0x4fc)]??-0x1)+0x1),'onCloseSearch':()=>_0x564c1a[_0x471a72(0x65a)](),'extraActions':_0x4b75ca?(0x0,m[_0x471a72(0x689)])(_0x4b75ca,{}):null}),_0x25f4c7?(0x0,m[_0x471a72(0x9d3)])(m[_0x471a72(0x611)],{'children':[(0x0,m['jsx'])(l[_0x471a72(0x3dd)],{'orientation':'vertical'}),(0x0,m[_0x471a72(0x689)])(ia,{'hostUnitId':_0x56fbc6,'embedId':_0x5e59fe,'variant':'menu'}),(0x0,m[_0x471a72(0x689)])(Rc,{'title':_0x3217ff['t'](_0x471a72(0x2de)),'className':'univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x3a57e1,'children':(0x0,m[_0x471a72(0x689)])(u['DeleteIcon'],{})})]}):null]})})]}),_0x4ae4c9?(0x0,w[_0x471a72(0x36d)])((0x0,m[_0x471a72(0x689)])(_0x471a72(0x7ff),{'ref':_0x4a9b74,'data-u-comp':_0x471a72(0x3d6),'data-embed-id':_0x5e59fe,'data-embed-floating-menu-popup':_0x471a72(0x85d),'className':_0x471a72(0x3e1),'style':Bc(_0x4ae4c9),'onPointerDown':_0x3624e9=>_0x3624e9['stopPropagation'](),'children':(0x0,m[_0x471a72(0x689)])(_[_0x471a72(0x9bb)],{'views':_[_0x471a72(0x8e0)][_0x471a72(0x572)](_0x4c2577=>({..._0x4c2577,'label':_0x3217ff['t'](_0x4c2577[_0x471a72(0x50a)]),'description':_0x3217ff['t'](_0x4c2577[_0x471a72(0x6b2)])})),'onCreate':_0x32659e})}),_0x1dcdf9??document[_0x471a72(0x235)]):null,(0x0,m['jsx'])(_[_0x471a72(0x318)],{'open':!!_0x2c4c7b,'title':_0x3217ff['t'](_0x471a72(0x553)),'description':_0x3217ff['t'](_0x471a72(0x728)),'onCancel':()=>_0x4bb9b1(null),'onConfirm':_0x6ea939}),_0x35c435?(0x0,m[_0x471a72(0x689)])(pc,{'embedId':_0x5e59fe,'childUnitId':_0xd91e7,'base':_0x5bc0e6,'activeTable':_0x27e54e}):null]});}function jc(_0x798e0){const _0x12d2e5=_0x1ed4d3;var _0x312a8c;let {embedId:_0x52c6b4,activeView:_0x2674cf,views:_0x53294e,onActivateView:_0x3b0e48,onAddView:_0x422d2b,onConfigureView:_0x504cea,onDeleteView:_0x371831}=_0x798e0,_0x4caf4c=(0x0,c['useDependency'])(a[_0x12d2e5(0x58e)]),{mountContainer:_0x17fb32}=(0x0,d['useContext'])(l[_0x12d2e5(0x715)]),_0x1dab5f=(0x0,d[_0x12d2e5(0x867)])(null),_0x43989e=(0x0,d[_0x12d2e5(0x867)])(null),[_0x4278b4,_0x4d22f7]=(0x0,d[_0x12d2e5(0x632)])(!0x1),_0x230cb6=_0x128a6b=>{const _0x23d0e5=_0x12d2e5;_0x128a6b[_0x23d0e5(0x4fd)](),_0x128a6b[_0x23d0e5(0x94b)]();},_0x42ec2d=((_0x312a8c=_0x1dab5f[_0x12d2e5(0x1f3)])==null?void 0x0:_0x312a8c[_0x12d2e5(0x455)]())??null;(0x0,d[_0x12d2e5(0x8a5)])(()=>{const _0x10d98c=_0x12d2e5;if(!_0x4278b4)return;let _0x10fd1b=_0x1094df=>{const _0x27f828=_0x54e0;var _0x52c3cb,_0x3a70fb;let _0x4ee068=_0x1094df[_0x27f828(0x1f6)]instanceof Node?_0x1094df['target']:null;!_0x4ee068||(_0x52c3cb=_0x1dab5f[_0x27f828(0x1f3)])!=null&&_0x52c3cb[_0x27f828(0x495)](_0x4ee068)||(_0x3a70fb=_0x43989e[_0x27f828(0x1f3)])!=null&&_0x3a70fb['contains'](_0x4ee068)||_0x4d22f7(!0x1);},_0x73c825=_0x3fa28a=>{const _0x4f85d8=_0x54e0;_0x3fa28a[_0x4f85d8(0x311)]===_0x4f85d8(0x86f)&&_0x4d22f7(!0x1);};return document['addEventListener'](_0x10d98c(0x888),_0x10fd1b,!0x0),document['addEventListener'](_0x10d98c(0x8d8),_0x73c825,!0x0),()=>{const _0x3cafc2=_0x10d98c;document[_0x3cafc2(0x2f5)]('pointerdown',_0x10fd1b,!0x0),document['removeEventListener'](_0x3cafc2(0x8d8),_0x73c825,!0x0);};},[_0x4278b4]);let _0x4c6b7b=(0x0,m[_0x12d2e5(0x9d3)])(l[_0x12d2e5(0x674)],{'ref':_0x1dab5f,'type':_0x12d2e5(0x679),'size':_0x12d2e5(0x2fb),'variant':_0x12d2e5(0x889),'className':_0x12d2e5(0x54c),'aria-label':_0x4caf4c['t'](_0x12d2e5(0x40b)),'onClick':_0x40f9e2=>{_0x40f9e2['stopPropagation'](),_0x4d22f7(_0x80a5b8=>!_0x80a5b8);},'onMouseDown':_0x230cb6,'onPointerDown':_0x230cb6,'children':[(0x0,m['jsx'])(_0x12d2e5(0x7a6),{'className':'univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','aria-hidden':'true','children':(0x0,m[_0x12d2e5(0x689)])(_[_0x12d2e5(0x692)],{'type':_0x2674cf[_0x12d2e5(0x5a7)]})}),(0x0,m[_0x12d2e5(0x689)])(_0x12d2e5(0x7a6),{'className':'univer-min-w-0\x20univer-truncate','children':_0x2674cf[_0x12d2e5(0x978)]}),(0x0,m[_0x12d2e5(0x689)])(u['MoreDownIcon'],{'className':_0x12d2e5(0x4b0)})]});return(0x0,m['jsxs'])(m[_0x12d2e5(0x611)],{'children':[(0x0,m['jsx'])(ra,{'title':_0x2674cf[_0x12d2e5(0x978)],'children':_0x4c6b7b}),_0x4278b4&&_0x42ec2d?(0x0,w['createPortal'])((0x0,m[_0x12d2e5(0x9d3)])('div',{'ref':_0x43989e,'data-u-comp':_0x12d2e5(0x78f),'data-embed-id':_0x52c6b4,'data-embed-floating-menu-popup':_0x12d2e5(0x85d),'className':_0x12d2e5(0x361),'style':Vc(_0x42ec2d),'onClick':_0x4be08c=>_0x4be08c[_0x12d2e5(0x94b)](),'onMouseDown':_0x230cb6,'onPointerDown':_0x230cb6,'children':[(0x0,m[_0x12d2e5(0x689)])(_0x12d2e5(0x7ff),{'className':_0x12d2e5(0x628),'children':_0x53294e[_0x12d2e5(0x572)](_0x34c34b=>(0x0,m['jsx'])(l['Button'],{'type':_0x12d2e5(0x679),'variant':_0x12d2e5(0x889),'size':'small','className':_0x12d2e5(0x624),'onClick':_0x30e9d9=>{const _0x44d682=_0x12d2e5;_0x30e9d9[_0x44d682(0x94b)](),_0x3b0e48(_0x34c34b['id']),_0x4d22f7(!0x1);},'children':(0x0,m['jsx'])(Mc,{'icon':(0x0,m[_0x12d2e5(0x689)])(_[_0x12d2e5(0x692)],{'type':_0x34c34b[_0x12d2e5(0x5a7)]}),'label':_0x34c34b[_0x12d2e5(0x978)],'trailing':_0x34c34b['id']===_0x2674cf['id']?(0x0,m[_0x12d2e5(0x689)])(_0x12d2e5(0x7a6),{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x34c34b['id']))}),(0x0,m[_0x12d2e5(0x689)])(l['Separator'],{}),(0x0,m['jsx'])(Nc,{'icon':(0x0,m[_0x12d2e5(0x689)])(u[_0x12d2e5(0x637)],{}),'label':_0x4caf4c['t'](_0x12d2e5(0x90b)),'onClick':()=>{const _0x5d470e=_0x12d2e5;let _0x54f70b=_0x1dab5f[_0x5d470e(0x1f3)];_0x54f70b&&_0x422d2b(_0x54f70b),_0x4d22f7(!0x1);}}),(0x0,m[_0x12d2e5(0x689)])(Nc,{'icon':(0x0,m[_0x12d2e5(0x689)])(u[_0x12d2e5(0x3c0)],{}),'label':_0x4caf4c['t']('embed-ui.basesFloating.viewSettings.configureView'),'onClick':()=>{const _0x245038=_0x12d2e5;let _0x200a5f=_0x1dab5f[_0x245038(0x1f3)];_0x200a5f&&_0x504cea(_0x200a5f),_0x4d22f7(!0x1);}}),(0x0,m[_0x12d2e5(0x689)])(Nc,{'danger':!0x0,'disabled':_0x53294e['length']<=0x1,'icon':(0x0,m[_0x12d2e5(0x689)])(u[_0x12d2e5(0x2ea)],{}),'label':_0x4caf4c['t']('embed-ui.basesFloating.viewSettings.deleteView'),'onClick':()=>{_0x371831(),_0x4d22f7(!0x1);}})]}),_0x17fb32??document[_0x12d2e5(0x235)]):null]});}function Mc(_0x5d7781){const _0x5a23b3=_0x1ed4d3;let {icon:_0x3a9310,label:_0x39c4e7,trailing:_0x1e8587}=_0x5d7781;return(0x0,m['jsxs'])('span',{'className':_0x5a23b3(0x670),'children':[(0x0,m['jsx'])(_0x5a23b3(0x7a6),{'className':_0x5a23b3(0x75a),'aria-hidden':_0x5a23b3(0x85d),'children':_0x3a9310}),(0x0,m[_0x5a23b3(0x689)])(_0x5a23b3(0x7a6),{'className':_0x5a23b3(0x378),'children':_0x39c4e7}),(0x0,m[_0x5a23b3(0x689)])('span',{'className':_0x5a23b3(0x7b7),'children':_0x1e8587})]});}function Nc(_0x2bce17){const _0x5210cd=_0x1ed4d3;let {danger:_0x31d698,disabled:_0x5de366,icon:_0x53b70a,label:_0x5d70d6,onClick:_0x59d0c8}=_0x2bce17;return(0x0,m[_0x5210cd(0x689)])(l[_0x5210cd(0x674)],{'type':_0x5210cd(0x679),'variant':'ghost','size':'small','disabled':_0x5de366,'className':(0x0,l['clsx'])(_0x5210cd(0x624),_0x31d698&&'univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700'),'onClick':_0x430249=>{const _0x5494a8=_0x5210cd;_0x430249[_0x5494a8(0x94b)](),_0x59d0c8();},'children':(0x0,m['jsx'])(Mc,{'icon':_0x53b70a,'label':_0x5d70d6})});}function Pc(_0x2c1de6,_0x11e1a5={}){const _0x49837e=_0x1ed4d3;var _0x2940d3,_0xfce922,_0x484673;let _0x1ed7b4=_0x2c1de6[_0x49837e(0x278)]??{},_0x170ab5=_0x1ed7b4['conditionalColoring'],_0x3bc7b4=Array['isArray'](_0x170ab5==null?void 0x0:_0x170ab5[_0x49837e(0x319)])?_0x170ab5[_0x49837e(0x319)][_0x49837e(0x9ba)]:0x0;return{'viewType':_0x2c1de6[_0x49837e(0x5a7)],'filterCount':((_0x2940d3=_0x2c1de6[_0x49837e(0x699)])==null||(_0x2940d3=_0x2940d3[_0x49837e(0x5e9)])==null?void 0x0:_0x2940d3[_0x49837e(0x9ba)])??0x0,'groupCount':((_0xfce922=_0x2c1de6[_0x49837e(0x953)])==null?void 0x0:_0xfce922['length'])??0x0,'sortCount':((_0x484673=_0x2c1de6['sort'])==null?void 0x0:_0x484673[_0x49837e(0x9ba)])??0x0,'rowHeightActive':!!(_0x1ed7b4['rowHeight']&&_0x1ed7b4['rowHeight']!==_0x49837e(0x69a)),'conditionalColoringActive':_0x3bc7b4>0x0,'conditionalColoringCount':_0x3bc7b4,'canUndo':(_0x11e1a5['undos']??0x0)>0x0,'canRedo':(_0x11e1a5[_0x49837e(0x24d)]??0x0)>0x0};}function Fc(_0x3d59aa,_0x17081d){if(_0x3d59aa)return(_0x17081d?_0x3d59aa['tables'][_0x17081d]:void 0x0)??vc(_0x3d59aa)[0x0];}function Ic(_0x58b6ea){const _0x5ebb81=_0x1ed4d3;var _0x50d593;return(_0x58b6ea==null||(_0x50d593=_0x58b6ea[_0x5ebb81(0x98e)])==null?void 0x0:_0x50d593[_0x5ebb81(0x572)](_0x1b70f2=>_0x58b6ea[_0x5ebb81(0x3db)][_0x1b70f2])['filter'](_0x2bad35=>!!_0x2bad35))??[];}function Lc(_0x2e4b2b,_0x4ba13e){const _0x1682c2=_0x1ed4d3;if(_0x2e4b2b)return(_0x4ba13e?_0x2e4b2b[_0x1682c2(0x3db)][_0x4ba13e]:void 0x0)??Ic(_0x2e4b2b)[0x0];}function Rc(_0x3155f1){const _0x43b42f=_0x1ed4d3;let {children:_0x477a84,title:_0x3015de,className:_0x5e879e,onClick:_0x3675db}=_0x3155f1;return(0x0,m[_0x43b42f(0x689)])(ra,{'title':_0x3015de,'children':(0x0,m[_0x43b42f(0x689)])(l[_0x43b42f(0x674)],{'type':'button','size':_0x43b42f(0x2fb),'variant':_0x43b42f(0x889),'className':(0x0,l['clsx'])(_0x43b42f(0x38c),_0x5e879e),'aria-label':_0x3015de,'onClick':_0x1ed433=>_0x3675db(_0x1ed433[_0x43b42f(0x895)]),'children':_0x477a84})});}function zc(_0x49d7cf){const _0x1631ee=_0x1ed4d3;return{'x':_0x49d7cf['x'],'y':_0x49d7cf['y'],'width':_0x49d7cf[_0x1631ee(0x754)],'height':_0x49d7cf[_0x1631ee(0x33c)]};}function Bc(_0x164848){const _0x1186f5=_0x1ed4d3;let _0x11f3c8=(0x0,_['getBaseFloatingPosition'])(_0x164848,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x11f3c8[_0x1186f5(0x578)],'left':_0x11f3c8[_0x1186f5(0x2f6)],'maxHeight':_0x11f3c8[_0x1186f5(0x8e5)]};}function Vc(_0x32de82){const _0x1e86c9=_0x1ed4d3;let _0x1d0efb=(0x0,_[_0x1e86c9(0x3bb)])({'left':_0x32de82[_0x1e86c9(0x770)]-0xd0,'right':_0x32de82[_0x1e86c9(0x770)],'top':_0x32de82['top'],'bottom':_0x32de82['bottom'],'width':0xd0,'height':_0x32de82['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x1d0efb[_0x1e86c9(0x578)],'left':_0x1d0efb['left'],'maxHeight':_0x1d0efb[_0x1e86c9(0x8e5)]};}function Hc(_0xa32e26){const _0x312150=_0x1ed4d3;us(_0xa32e26,_0x312150(0x3c5),Uc);}function Uc(_0x441ccd){const _0x1b8359=_0x1ed4d3;_0x441ccd[_0x1b8359(0x54f)](_['BaseEmbedRuntimeRegistryService'])||_0x441ccd['add']([_['BaseEmbedRuntimeRegistryService']]),_0x441ccd['has'](_['IBaseHostChromeOverrideService'])||_0x441ccd[_0x1b8359(0x363)]([_[_0x1b8359(0x70e)],{'useFactory':()=>_0x441ccd[_0x1b8359(0x53b)](H)}]),_0x441ccd[_0x1b8359(0x54f)](_[_0x1b8359(0x366)])||_0x441ccd[_0x1b8359(0x363)]([_[_0x1b8359(0x366)],{'useFactory':()=>_0x441ccd[_0x1b8359(0x53b)](le)}]),_0x441ccd[_0x1b8359(0x54f)](_[_0x1b8359(0x887)])||_0x441ccd[_0x1b8359(0x363)]([_[_0x1b8359(0x887)],{'useFactory':()=>_0x441ccd[_0x1b8359(0x53b)](Wr)}]),_0x441ccd[_0x1b8359(0x54f)](_[_0x1b8359(0x260)])||_0x441ccd[_0x1b8359(0x363)]([_[_0x1b8359(0x260)],{'useFactory':()=>_0x441ccd[_0x1b8359(0x53b)](G)}]),_0x441ccd['has'](_[_0x1b8359(0x9ac)])||_0x441ccd['add']([_[_0x1b8359(0x9ac)],{'useFactory':()=>Gc({'embedModelService':_0x441ccd[_0x1b8359(0x53b)](t[_0x1b8359(0x3b9)]),'restoreService':_0x441ccd[_0x1b8359(0x53b)](Gr),'mountService':_0x441ccd[_0x1b8359(0x53b)](Ut),'activationService':_0x441ccd[_0x1b8359(0x53b)](Kt)})}]);let _0x4502c2=_0x441ccd[_0x1b8359(0x53b)](t[_0x1b8359(0x6ff)]),_0x3e01c0=_0x441ccd['get'](yt),_0x1e4e3c=_0x441ccd[_0x1b8359(0x53b)](_t),_0x4264dd=_0x441ccd['get'](V),_0x5537b3=_0x441ccd[_0x1b8359(0x53b)](vt),_0x1beac3=_0x441ccd[_0x1b8359(0x53b)](Ur),_0x5a9af2=_0x441ccd[_0x1b8359(0x53b)](ii),_0x1769a9=js(_0x441ccd[_0x1b8359(0x54f)](t['EmbedHostAnchorModelService'])?_0x441ccd['get'](t[_0x1b8359(0x933)]):void 0x0,_0x441ccd[_0x1b8359(0x54f)](a[_0x1b8359(0x90d)])?_0x441ccd[_0x1b8359(0x53b)](a['IUniverInstanceService']):void 0x0,()=>_0x441ccd[_0x1b8359(0x54f)](_[_0x1b8359(0x314)])?_0x441ccd['get'](_[_0x1b8359(0x314)]):void 0x0);_0x4502c2[_0x1b8359(0x53b)](_0x1769a9['hostType'],_0x1769a9[_0x1b8359(0x8bf)])||_0x4502c2[_0x1b8359(0x22c)](_0x1769a9);let _0x3cecaa=Ms();_0x3e01c0[_0x1b8359(0x53b)](_0x3cecaa['hostType'],_0x3cecaa['entry'])||_0x3e01c0[_0x1b8359(0x22c)](_0x3cecaa);let _0x5ee66d=Hs(_0x441ccd[_0x1b8359(0x53b)](a[_0x1b8359(0x8e6)]),_0x441ccd['get'](_[_0x1b8359(0x6bd)]));_0x1e4e3c['get'](_0x5ee66d[_0x1b8359(0x5c7)])||_0x1e4e3c[_0x1b8359(0x22c)](_0x5ee66d);let _0x10e937=bs();_0x4264dd['get'](_0x10e937['childType'])||_0x4264dd[_0x1b8359(0x22c)](_0x10e937),Sc()[_0x1b8359(0x360)](_0x334af5=>{const _0x20c685=_0x1b8359;_0x5537b3['hasExact'](_0x334af5[_0x20c685(0x817)],_0x334af5[_0x20c685(0x8bf)],_0x334af5[_0x20c685(0x5c7)])||_0x5537b3[_0x20c685(0x22c)](_0x334af5);}),_0x1beac3['registerProvider'](ga(_0x441ccd,{'childType':a[_0x1b8359(0x747)][_0x1b8359(0x8ed)],'renderManagerService':p['IRenderManagerService']})),Wc(_0x441ccd),_0x5a9af2[_0x1b8359(0x53b)](a[_0x1b8359(0x747)][_0x1b8359(0x8ed)])||_0x5a9af2[_0x1b8359(0x22c)](Rs(_0x441ccd));}function Wc(_0x3f8cf3){const _0x56eb80=_0x1ed4d3;let _0x1a8e38=_0x3f8cf3['get'](fa);_0x1a8e38[_0x56eb80(0x53b)](a[_0x56eb80(0x747)]['UNIVER_BASE'])||!_0x3f8cf3['has'](_[_0x56eb80(0x314)])||!_0x3f8cf3[_0x56eb80(0x54f)](C['IBaseProjectionService'])||!_0x3f8cf3[_0x56eb80(0x54f)](_[_0x56eb80(0x4b7)])||_0x1a8e38[_0x56eb80(0x22c)](_0x3f8cf3['createInstance'](xs));}function Gc(_0x4fa5c4){return{'mountTableList':async _0x3178e1=>{const _0x2cc427=_0x54e0;let _0x593fd6=_0x4fa5c4['embedModelService'][_0x2cc427(0x5ab)](_0x3178e1['baseUnitId'],_0x3178e1[_0x2cc427(0x666)]);if(!_0x593fd6&&_0x3178e1[_0x2cc427(0x442)]&&(_0x593fd6={'embedId':_0x3178e1[_0x2cc427(0x666)],'hostUnitId':_0x3178e1['baseUnitId'],'hostType':a[_0x2cc427(0x747)]['UNIVER_BASE'],'entry':'bases-table-list-block','hostAnchorId':_0x3178e1['hostAnchorId'],'childUnitId':_0x3178e1[_0x2cc427(0x442)],'childType':_0x3178e1[_0x2cc427(0x5c7)],'source':{'unitType':_0x3178e1[_0x2cc427(0x5c7)],'ref':{'file':{'kind':t['RESOURCE_REF_FILE_KIND'][_0x2cc427(0x427)]},'unit':{'selector':_0x3178e1[_0x2cc427(0x442)],'type':(0x0,t['toResourceRefUnitType'])(_0x3178e1[_0x2cc427(0x5c7)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x2cc427(0x75d),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x593fd6||_0x593fd6[_0x2cc427(0x253)]!==_0x3178e1['hostAnchorId'])&&((!_0x593fd6[_0x2cc427(0x442)]||_0x593fd6[_0x2cc427(0x5c7)]==null)&&(_0x593fd6=await _0x4fa5c4['restoreService'][_0x2cc427(0x7ef)]({'descriptor':_0x593fd6})),!(!_0x593fd6[_0x2cc427(0x442)]||_0x593fd6['childType']==null)))return _0x4fa5c4['mountService'][_0x2cc427(0x4f8)](_0x593fd6),_0x4fa5c4[_0x2cc427(0x514)][_0x2cc427(0x4b1)](_0x593fd6),(0x0,a['toDisposable'])(()=>{const _0x138a69=_0x2cc427;_0x4fa5c4[_0x138a69(0x514)][_0x138a69(0x790)](_0x3178e1['embedId']),_0x4fa5c4[_0x138a69(0x216)][_0x138a69(0x228)](_0x3178e1['embedId']);});}};}let Kc=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x546fb3,_0x4fe5e5,_0x1fdbd1,_0x5444cc,_0x55f781,_0x15d0d2,_0x5709a6,_0x105586){const _0x951107=_0x1ed4d3;if(super(),this[_0x951107(0x36c)]=_0x546fb3,this[_0x951107(0x3b7)]=_0x4fe5e5,this[_0x951107(0x72e)]=_0x1fdbd1,this[_0x951107(0x223)]=_0x5444cc,this[_0x951107(0x9ae)]=_0x55f781,this[_0x951107(0x457)]=_0x15d0d2,this[_0x951107(0x5c2)]=_0x5709a6,this[_0x951107(0x4c2)]=_0x105586,B(this,_0x951107(0x97c),new Map()),B(this,_0x951107(0x293),void 0x0),B(this,_0x951107(0x939),_0x40db38=>{const _0x367675=_0x951107;var _0x5e7101,_0x514b23;let _0x92b5e=(_0x5e7101=(_0x514b23=this['_context'][_0x367675(0x212)])[_0x367675(0x29b)])==null?void 0x0:_0x5e7101[_0x367675(0x5db)](_0x514b23);return _0x92b5e?(_0x92b5e['dispatchEvent'](new WheelEvent('wheel',{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x40db38['clientX'],'clientY':_0x40db38[_0x367675(0x576)],'ctrlKey':_0x40db38[_0x367675(0x30a)],'deltaMode':_0x40db38['deltaMode'],'deltaX':_0x40db38[_0x367675(0x579)],'deltaY':_0x40db38[_0x367675(0x942)],'deltaZ':_0x40db38[_0x367675(0x6c7)],'metaKey':_0x40db38[_0x367675(0x26a)],'shiftKey':_0x40db38[_0x367675(0x415)]})),!0x0):!0x1;}),B(this,'_resolveHostWheelGestureRoot',_0x3a0526=>{const _0x22fb79=_0x951107;var _0xec6791,_0x509dc7;let _0x2700d8=(_0xec6791=(_0x509dc7=this[_0x22fb79(0x36c)][_0x22fb79(0x212)])[_0x22fb79(0x29b)])==null?void 0x0:_0xec6791[_0x22fb79(0x5db)](_0x509dc7);if(!_0x2700d8)return null;let _0x5b36ad=_0x3a0526;for(;_0x5b36ad&&!_0x5b36ad[_0x22fb79(0x495)](_0x2700d8);)_0x5b36ad=_0x5b36ad[_0x22fb79(0x986)];return _0x5b36ad;}),Promise[_0x951107(0x70a)]()['then'](()=>this[_0x951107(0x55a)]()),typeof document<'u'){let _0x5210be=_0x43fa31=>this[_0x951107(0x677)](_0x43fa31);document['addEventListener'](zi,_0x5210be),this['disposeWithMe']((0x0,a['toDisposable'])(()=>document['removeEventListener'](zi,_0x5210be)));}this[_0x951107(0x512)](this[_0x951107(0x4c2)][_0x951107(0x245)](_0x5506b3=>{const _0x268acf=_0x951107;(_0x5506b3['id']===t['CreateEmbedCommand']['id']||_0x5506b3['id']===t['RemoveEmbedCommand']['id']||_0x5506b3['id']===t[_0x268acf(0x94a)]['id']||_0x5506b3['id']===t[_0x268acf(0x956)]['id'])&&this[_0x268acf(0x55a)]();})),[this[_0x951107(0x223)][_0x951107(0x597)],this[_0x951107(0x223)][_0x951107(0x5a9)],this[_0x951107(0x223)][_0x951107(0x80d)]][_0x951107(0x360)](_0x4d0335=>{const _0x3f36ee=_0x951107;let _0xa0a3ee=_0x4d0335['subscribe'](_0x52acc1=>{const _0x337429=_0x54e0;_0x52acc1[_0x337429(0x52a)](_0x380b47=>_0x380b47[_0x337429(0x2b9)]===this[_0x337429(0x36c)][_0x337429(0x2b9)])&&this[_0x337429(0x55a)]();});this[_0x3f36ee(0x512)]((0x0,a[_0x3f36ee(0x64a)])(()=>_0xa0a3ee[_0x3f36ee(0x465)]()));});}[_0x1ed4d3(0x45b)](){const _0x5259e0=_0x1ed4d3;var _0x587599;(_0x587599=this[_0x5259e0(0x293)])==null||_0x587599[_0x5259e0(0x5db)](this),this['_activeDragCleanup']=void 0x0,this[_0x5259e0(0x97c)][_0x5259e0(0x360)](_0xdde970=>_0xdde970[_0x5259e0(0x45b)]()),this[_0x5259e0(0x97c)][_0x5259e0(0x9c2)](),super['dispose']();}[_0x1ed4d3(0x55a)](){const _0x20df0e=_0x1ed4d3;let _0x6d4c1f=this[_0x20df0e(0x36c)][_0x20df0e(0x2b9)];if(this[_0x20df0e(0x3b7)][_0x20df0e(0x4a0)](_0x6d4c1f)[_0x20df0e(0x9ba)]>0x0){this['_clearItems']();return;}let _0xe43cb0=this[_0x20df0e(0x223)][_0x20df0e(0x227)](_0x6d4c1f),_0x40ec92=new Set();this['_embedModelService'][_0x20df0e(0x2a2)](_0x6d4c1f)[_0x20df0e(0x699)](_0x4b5049=>_0x4b5049[_0x20df0e(0x8bf)]===t[_0x20df0e(0x224)][_0x20df0e(0x7bd)])[_0x20df0e(0x360)](_0x389eb9=>{const _0x3173e6=_0x20df0e;let _0x19d12c=Object[_0x3173e6(0x3e4)](_0xe43cb0)[_0x3173e6(0x961)](_0x46872f=>{const _0x1f02c5=_0x3173e6;var _0x418e7c;return(0x0,x[_0x1f02c5(0x226)])((_0x418e7c=_0x46872f[_0x1f02c5(0x44c)][_0x389eb9[_0x1f02c5(0x253)]])==null?void 0x0:_0x418e7c['element']);}),_0x330873=_0x19d12c==null?void 0x0:_0x19d12c[_0x3173e6(0x44c)][_0x389eb9[_0x3173e6(0x253)]],_0x2e2781=_0x330873==null?void 0x0:_0x330873['element'];if(!_0x19d12c||!_0x330873||!(0x0,x[_0x3173e6(0x226)])(_0x2e2781))return;let _0x142363=(0x0,x[_0x3173e6(0x57d)])(_0x2e2781),_0x4deeba=this[_0x3173e6(0x3c3)](_0x389eb9[_0x3173e6(0x253)]);_0x40ec92[_0x3173e6(0x363)](_0x4deeba);let _0x4c2ad4={'left':_0x2e2781[_0x3173e6(0x448)][_0x3173e6(0x2f6)]??0x0,'top':_0x2e2781[_0x3173e6(0x448)][_0x3173e6(0x578)]??0x0,'width':_0x2e2781[_0x3173e6(0x448)][_0x3173e6(0x754)]??0x230,'height':_0x2e2781['transform'][_0x3173e6(0x33c)]??0x168},_0x3a2f88=()=>(0x0,d[_0x3173e6(0x467)])(la,{'data':{'version':0x1,'embedId':_0x389eb9[_0x3173e6(0x666)],'hostUnitId':_0x6d4c1f,'hostAnchorId':_0x389eb9[_0x3173e6(0x253)],'childUnitId':_0x389eb9[_0x3173e6(0x442)]??(_0x142363==null?void 0x0:_0x142363[_0x3173e6(0x442)]),'childType':_0x389eb9[_0x3173e6(0x5c7)]??(_0x142363==null?void 0x0:_0x142363[_0x3173e6(0x5c7)])},'enableStage1BodyDrag':!0x0,'hostFloatDomLayout$':this[_0x3173e6(0x457)][_0x3173e6(0x733)],'onHostWheel':this['_routeWheelToHost'],'resolveHostWheelGestureRoot':this[_0x3173e6(0x696)],'onRuntimeStageEnter':_0x19bbc4=>this['_setAnchorTransformerVisible'](_0x19bbc4!=='stage2',_0x330873[_0x3173e6(0x72f)],_0x389eb9[_0x3173e6(0x253)])});this[_0x3173e6(0x97c)]['has'](_0x4deeba)?this[_0x3173e6(0x72e)][_0x3173e6(0x641)](_0x4deeba,{'rect':_0x4c2ad4,'content':_0x3a2f88}):this[_0x3173e6(0x97c)][_0x3173e6(0x753)](_0x4deeba,this[_0x3173e6(0x72e)][_0x3173e6(0x703)]({'id':_0x4deeba,'unitId':_0x6d4c1f,'subUnitId':_0x330873[_0x3173e6(0x72f)],'elementId':_0x389eb9[_0x3173e6(0x253)],'rect':_0x4c2ad4,'content':_0x3a2f88,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x20df0e(0x97c)]['forEach']((_0x3545c8,_0x29c5a7)=>{const _0x2b173f=_0x20df0e;_0x40ec92['has'](_0x29c5a7)||(_0x3545c8[_0x2b173f(0x45b)](),this[_0x2b173f(0x97c)][_0x2b173f(0x74c)](_0x29c5a7));});}[_0x1ed4d3(0x3c3)](_0x33ac39){const _0x2d3b3e=_0x1ed4d3;return _0x2d3b3e(0x947)+this[_0x2d3b3e(0x36c)][_0x2d3b3e(0x2b9)]+':'+_0x33ac39;}[_0x1ed4d3(0x35c)](_0x1f82e3,_0x3dc75e){const _0x4afea5=_0x1ed4d3;this[_0x4afea5(0x9ae)][_0x4afea5(0x829)]({'unitId':this['_context'][_0x4afea5(0x2b9)],'subUnitId':_0x1f82e3},[_0x3dc75e],_0x3dc75e);}['_setAnchorTransformerVisible'](_0xf71bec,_0x43dd08,_0x2e31e4){const _0xdb947=_0x1ed4d3;if(_0xf71bec){this[_0xdb947(0x35c)](_0x43dd08,_0x2e31e4);return;}this[_0xdb947(0x9ae)][_0xdb947(0x37c)]();}[_0x1ed4d3(0x677)](_0x519a96){const _0x553e7f=_0x1ed4d3;var _0x3f87f5,_0x3a87d6,_0x3663b4,_0x7920e;let _0x44a23e=_0x519a96[_0x553e7f(0x540)];if(!_0x44a23e||_0x44a23e[_0x553e7f(0x565)]!==this['_context']['unitId'])return;let _0x3ab89f=this[_0x553e7f(0x223)][_0x553e7f(0x227)](this[_0x553e7f(0x36c)]['unitId']),_0x5cbc57=Object[_0x553e7f(0x3e4)](_0x3ab89f)['find'](_0x189b11=>_0x189b11[_0x553e7f(0x44c)][_0x44a23e['hostAnchorId']]),_0x3e1226=_0x5cbc57==null?void 0x0:_0x5cbc57['data'][_0x44a23e[_0x553e7f(0x253)]];if(!_0x5cbc57||!_0x3e1226||!(0x0,x[_0x553e7f(0x226)])(_0x3e1226[_0x553e7f(0x4e1)])||((_0x3f87f5=(0x0,x['getEmbedBoardsFloatingCustomData'])(_0x3e1226[_0x553e7f(0x4e1)]))==null?void 0x0:_0x3f87f5['embedId'])!==_0x44a23e[_0x553e7f(0x666)])return;let _0x169a2e=(_0x3a87d6=(_0x3663b4=this[_0x553e7f(0x36c)]['engine'])[_0x553e7f(0x29b)])==null?void 0x0:_0x3a87d6[_0x553e7f(0x5db)](_0x3663b4);if(!_0x169a2e)return;(_0x7920e=this['_activeDragCleanup'])==null||_0x7920e[_0x553e7f(0x5db)](this),this['_selectAnchor'](_0x3e1226[_0x553e7f(0x72f)],_0x44a23e[_0x553e7f(0x253)]),this[_0x553e7f(0x96f)](!0x1,_0x3e1226[_0x553e7f(0x72f)],_0x44a23e[_0x553e7f(0x253)]);let _0x13a20f=_0x3e1226[_0x553e7f(0x4e1)],_0x1ba265=_0x13a20f['transform'][_0x553e7f(0x2f6)]??0x0,_0x54606e=_0x13a20f[_0x553e7f(0x448)]['top']??0x0,_0x9683e=this['_boardUIStateService'][_0x553e7f(0x73f)](),_0x2b1715=(0x0,T[_0x553e7f(0x98c)])(this['_configService'][_0x553e7f(0x6af)](T['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0),_0x39e1d5=(0x0,T['getBoardPointFromClient'])(_0x169a2e,_0x44a23e[_0x553e7f(0x5a8)],_0x44a23e[_0x553e7f(0x576)],{'zoomRatio':_0x9683e[_0x553e7f(0x327)],'panOffset':_0x9683e[_0x553e7f(0x4e9)]},_0x2b1715),_0x584f9d=document['defaultView']??window,_0x4d26ef=(_0x474917,_0x4c90d8)=>{const _0x4e18a7=_0x553e7f;let _0x38f586=this[_0x4e18a7(0x457)][_0x4e18a7(0x73f)](),_0x19fb7a=(0x0,T[_0x4e18a7(0x4d3)])(_0x169a2e,_0x474917,_0x4c90d8,{'zoomRatio':_0x38f586['zoomRatio'],'panOffset':_0x38f586['viewportPanOffset']},_0x2b1715);return{'left':_0x1ba265+_0x19fb7a['x']-_0x39e1d5['x'],'top':_0x54606e+_0x19fb7a['y']-_0x39e1d5['y']};},_0x1ffc5a=(_0x4101a1,_0x4c55d4)=>{const _0x1342f5=_0x553e7f;let _0x27e968=_0x4d26ef(_0x4101a1,_0x4c55d4);return this[_0x1342f5(0x72e)][_0x1342f5(0x641)](this[_0x1342f5(0x3c3)](_0x44a23e[_0x1342f5(0x253)]),{'rect':{..._0x27e968,'width':_0x13a20f[_0x1342f5(0x448)][_0x1342f5(0x754)]??0x230,'height':_0x13a20f[_0x1342f5(0x448)][_0x1342f5(0x33c)]??0x168}}),_0x27e968;},_0x51799b=_0x4d1142=>_0x44a23e[_0x553e7f(0x418)]==null||_0x4d1142[_0x553e7f(0x418)]===_0x44a23e[_0x553e7f(0x418)],_0x315142=()=>{},_0x1084f6=_0x3d6e2e=>{const _0x35d42c=_0x553e7f;_0x51799b(_0x3d6e2e)&&(_0x3d6e2e[_0x35d42c(0x4fd)](),_0x1ffc5a(_0x3d6e2e[_0x35d42c(0x5a8)],_0x3d6e2e['clientY']));},_0x28ea0e=async _0x48febc=>{const _0x572531=_0x553e7f;if(!_0x51799b(_0x48febc))return;_0x315142(),_0x48febc['preventDefault']();let _0x52061f=_0x1ffc5a(_0x48febc['clientX'],_0x48febc[_0x572531(0x576)]);await this[_0x572531(0x4c2)][_0x572531(0x88b)](x['UpdateBoardElementMutation']['id'],{'unitId':this[_0x572531(0x36c)][_0x572531(0x2b9)],'subUnitId':_0x3e1226[_0x572531(0x72f)],'elementId':_0x44a23e[_0x572531(0x253)],'element':_0x13a20f,'transform':{..._0x3e1226['transform'],..._0x52061f}})[_0x572531(0x7aa)](()=>{const _0x10d639=_0x572531;this[_0x10d639(0x55a)](),this[_0x10d639(0x96f)](!0x0,_0x3e1226[_0x10d639(0x72f)],_0x44a23e['hostAnchorId']);});},_0xca1850=_0x52918c=>{const _0x1348b3=_0x553e7f;_0x51799b(_0x52918c)&&(_0x315142(),this[_0x1348b3(0x55a)](),this[_0x1348b3(0x96f)](!0x0,_0x3e1226[_0x1348b3(0x72f)],_0x44a23e[_0x1348b3(0x253)]));};_0x315142=()=>{const _0xac23e6=_0x553e7f;_0x584f9d['removeEventListener']('pointermove',_0x1084f6),_0x584f9d['removeEventListener'](_0xac23e6(0x548),_0x28ea0e),_0x584f9d[_0xac23e6(0x2f5)](_0xac23e6(0x750),_0xca1850),this[_0xac23e6(0x293)]===_0x315142&&(this[_0xac23e6(0x293)]=void 0x0);},_0x584f9d[_0x553e7f(0x7d4)](_0x553e7f(0x74b),_0x1084f6),_0x584f9d['addEventListener'](_0x553e7f(0x548),_0x28ea0e),_0x584f9d[_0x553e7f(0x7d4)](_0x553e7f(0x750),_0xca1850),this[_0x553e7f(0x293)]=_0x315142;}[_0x1ed4d3(0x5e8)](){const _0x3bdb51=_0x1ed4d3;this[_0x3bdb51(0x97c)][_0x3bdb51(0x360)](_0xc9144=>_0xc9144[_0x3bdb51(0x45b)]()),this[_0x3bdb51(0x97c)][_0x3bdb51(0x9c2)]();}};Kc=Y([J(0x1,(0x0,a['Inject'])(t[_0x1ed4d3(0x3b9)])),J(0x2,(0x0,a[_0x1ed4d3(0x558)])(T[_0x1ed4d3(0x5d5)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(x['IBoardElementService'])),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(T[_0x1ed4d3(0x4f9)])),J(0x5,(0x0,a['Inject'])(T['IBoardUIStateService'])),J(0x6,a[_0x1ed4d3(0x945)]),J(0x7,a[_0x1ed4d3(0x8e6)])],Kc);function qc(){const _0x20617f=_0x1ed4d3;return{...gs({'childType':a[_0x20617f(0x747)][_0x20617f(0x8d2)],'productName':_0x20617f(0x95a),'hostChromeMode':_0x20617f(0x255)}),'presentationPolicy':{'getChromeCss':()=>_0x20617f(0x8f5)}};}function Jc(){const _0x443d17=_0x1ed4d3;return{'hostType':a[_0x443d17(0x747)][_0x443d17(0x8d2)],'entry':t['EmbedHostEntryEnum'][_0x443d17(0x7bd)],'layout':_0x443d17(0x808),'supportedLayouts':[_0x443d17(0x808),_0x443d17(0x874),_0x443d17(0x7c7)],'menuBehavior':_0x443d17(0x714)};}function Yc(){const _0x199462=_0x1ed4d3;return{'childType':a[_0x199462(0x747)][_0x199462(0x8d2)],'handleWheel':_0xeee610=>{const _0x5334a3=_0x199462;let _0x13723b=_0xeee610[_0x5334a3(0x6f3)]['injector'];if(!(_0x13723b!=null&&_0x13723b[_0x5334a3(0x54f)](T[_0x5334a3(0x55e)])))return!0x1;let _0x39da53=(_0xeee610['runtimeScope']['roots']['content']['querySelector'](_0x5334a3(0x67a))??_0xeee610['runtimeScope'][_0x5334a3(0x64b)]['content'])['getBoundingClientRect'](),_0x3e1bb9=(0x0,T[_0x5334a3(0x98c)])(_0x13723b[_0x5334a3(0x54f)](a['IConfigService'])?_0x13723b[_0x5334a3(0x53b)](a[_0x5334a3(0x945)])[_0x5334a3(0x6af)](T[_0x5334a3(0x5c1)]):void 0x0),_0x129e9f=(0x0,T[_0x5334a3(0x4df)])({'event':_0xeee610[_0x5334a3(0x63a)],'interactionConfig':_0x3e1bb9,'viewportRect':_0x39da53});if(_0x129e9f[_0x5334a3(0x5a7)]===_0x5334a3(0x255))return!0x1;let _0x3ae58c=_0x13723b[_0x5334a3(0x53b)](T['IBoardUIStateService']);return _0x129e9f[_0x5334a3(0x5a7)]==='pan'?_0x3ae58c[_0x5334a3(0x309)](_0x129e9f[_0x5334a3(0x6a7)]):_0x3ae58c[_0x5334a3(0x7f6)](_0x3ae58c[_0x5334a3(0x73f)]()[_0x5334a3(0x327)]*_0x129e9f[_0x5334a3(0x52d)],_0x129e9f[_0x5334a3(0x3a7)]),!0x0;}};}function Xc(_0x3049eb){const _0x10eec0=_0x1ed4d3;return{'childType':a[_0x10eec0(0x747)][_0x10eec0(0x8d2)],'supportedLayouts':[_0x10eec0(0x91e),_0x10eec0(0x282),_0x10eec0(0x808)],'scopedDependencies':T[_0x10eec0(0x480)][_0x10eec0(0x527)](_0x3049eb),'beforeDeactivate':Zc,'mount':Qc};}function Zc(_0x7d8d86){const _0x2f107a=_0x1ed4d3;let _0x427b55=_0x7d8d86[_0x2f107a(0x6f3)][_0x2f107a(0x583)];if(_0x427b55[_0x2f107a(0x54f)](S[_0x2f107a(0x91f)])&&_0x427b55[_0x2f107a(0x53b)](S['IEditorUIService'])[_0x2f107a(0x723)](),_0x427b55[_0x2f107a(0x54f)](T[_0x2f107a(0x791)])&&_0x427b55[_0x2f107a(0x53b)](T[_0x2f107a(0x791)])['cancelEditing'](),_0x427b55['has'](T[_0x2f107a(0x4f9)])){let _0x155bb6=_0x427b55[_0x2f107a(0x53b)](T[_0x2f107a(0x4f9)]);_0x155bb6[_0x2f107a(0x556)](),_0x155bb6[_0x2f107a(0x37c)]();}}function Qc(_0x392c46){const _0x4ecaeb=_0x1ed4d3;var _0x4fbd00,_0x5c0a90;let _0x182651=_0x392c46[_0x4ecaeb(0x583)][_0x4ecaeb(0x53b)](a[_0x4ecaeb(0x90d)])[_0x4ecaeb(0x4a8)](_0x392c46[_0x4ecaeb(0x442)],a['UniverInstanceType']['UNIVER_BOARD']),_0x1efdae=_0x392c46[_0x4ecaeb(0x6f3)][_0x4ecaeb(0x583)];if(!_0x182651||!_0x1efdae)return;let _0x404473=_0x392c46[_0x4ecaeb(0x583)]['get'](p[_0x4ecaeb(0x208)]),_0x2c245e=Dt(_0x404473,_0x392c46[_0x4ecaeb(0x442)],_0x1efdae);if(!_0x2c245e)return;let _0x28ca00=rn(_0x392c46[_0x4ecaeb(0x6f3)][_0x4ecaeb(0x64b)][_0x4ecaeb(0x684)]);_0x28ca00[_0x4ecaeb(0x2c3)]((0x0,m[_0x4ecaeb(0x9d3)])(qt,{'injector':_0x1efdae,'mountContainer':_0x392c46[_0x4ecaeb(0x6f3)][_0x4ecaeb(0x64b)][_0x4ecaeb(0x852)],'embedId':_0x392c46['embedId'],'children':[(0x0,m['jsx'])(T[_0x4ecaeb(0x6fd)],{'embedded':_0x392c46['renderScope'][_0x4ecaeb(0x7d1)]===_0x4ecaeb(0x681)&&!_0x392c46[_0x4ecaeb(0x982)][_0x4ecaeb(0x44f)],'fitOnMount':!0x1,'showZoomControls':_0x392c46['renderScope'][_0x4ecaeb(0x7d1)]===_0x4ecaeb(0x9c5)||_0x392c46[_0x4ecaeb(0x982)][_0x4ecaeb(0x44f)]===!0x0}),(0x0,m['jsx'])(T[_0x4ecaeb(0x236)],{'positionRoot':_0x392c46['runtimeScope']['roots'][_0x4ecaeb(0x684)]}),(0x0,m[_0x4ecaeb(0x689)])(S[_0x4ecaeb(0x38a)],{})]}));let _0x309f1a=_0x392c46[_0x4ecaeb(0x982)][_0x4ecaeb(0x7d1)]!=='float'||_0x392c46[_0x4ecaeb(0x982)][_0x4ecaeb(0x44f)]?_0x392c46[_0x4ecaeb(0x583)][_0x4ecaeb(0x53b)](q)[_0x4ecaeb(0x91d)](_0x392c46[_0x4ecaeb(0x666)],_0x392c46[_0x4ecaeb(0x6f3)][_0x4ecaeb(0x64b)]['content'][_0x4ecaeb(0x2f2)],{'includeAppShellEditorPortal':!0x1}):void 0x0;kt(_0x2c245e,{'activate':!0x0});let _0x1a8218=(_0x4fbd00=(_0x5c0a90=globalThis)[_0x4ecaeb(0x930)])==null?void 0x0:_0x4fbd00[_0x4ecaeb(0x5db)](_0x5c0a90,()=>{const _0x35d3f2=_0x4ecaeb;let _0x2936af=_0x392c46[_0x35d3f2(0x6f3)][_0x35d3f2(0x64b)][_0x35d3f2(0x684)][_0x35d3f2(0x55c)](_0x35d3f2(0x67a)),_0x5b0b7c=(_0x2936af==null?void 0x0:_0x2936af[_0x35d3f2(0x455)]())??_0x392c46[_0x35d3f2(0x6f3)]['roots']['content']['getBoundingClientRect'](),_0x2546ed=(0x0,T[_0x35d3f2(0x98c)])(_0x1efdae['get'](a[_0x35d3f2(0x945)])[_0x35d3f2(0x6af)](T['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0);_0x1efdae[_0x35d3f2(0x53b)](T['BoardViewportService'])[_0x35d3f2(0x61a)](_0x182651,{'viewportSize':{'width':_0x5b0b7c[_0x35d3f2(0x754)],'height':_0x5b0b7c[_0x35d3f2(0x33c)]},'padding':Math[_0x35d3f2(0x287)](0x10,Math['min'](0x40,Math[_0x35d3f2(0x451)](_0x5b0b7c[_0x35d3f2(0x754)],_0x5b0b7c[_0x35d3f2(0x33c)])*0.08)),'zoom':_0x2546ed});});return(0x0,a[_0x4ecaeb(0x64a)])(()=>{const _0x2c96da=_0x4ecaeb;if(_0x1a8218!=null){var _0x2d07ca,_0x2d8480;(_0x2d07ca=(_0x2d8480=globalThis)[_0x2c96da(0x571)])==null||_0x2d07ca[_0x2c96da(0x5db)](_0x2d8480,_0x1a8218);}try{var _0xdc68ff,_0x39f39d;(_0xdc68ff=(_0x39f39d=_0x2c245e['engine'])[_0x2c96da(0x228)])==null||_0xdc68ff[_0x2c96da(0x5db)](_0x39f39d);}catch{}_0x404473[_0x2c96da(0x814)](_0x392c46[_0x2c96da(0x442)]),an(_0x28ca00),_0x309f1a==null||_0x309f1a[_0x2c96da(0x45b)](),_0x1efdae['dispose']();});}function $c(){const _0x5545a5=_0x1ed4d3;return fc({'childType':a[_0x5545a5(0x747)][_0x5545a5(0x8d2)],'mount':el});}function el(_0x30d9b6){const _0x36f291=_0x1ed4d3;if(_0x30d9b6[_0x36f291(0x982)]['fullscreen'])return;let {menu:_0x1bd069,portalContainer:_0x43bb64}=dc(_0x30d9b6),_0x4191f3=rn(_0x1bd069);return _0x4191f3[_0x36f291(0x2c3)]((0x0,d[_0x36f291(0x467)])(qt,{'injector':_0x30d9b6[_0x36f291(0x6f3)][_0x36f291(0x583)],'mountContainer':_0x43bb64,'embedId':_0x30d9b6['embedId']},(0x0,d[_0x36f291(0x467)])(tl,{'hostUnitId':_0x30d9b6[_0x36f291(0x565)],'embedId':_0x30d9b6['embedId'],'childUnitId':_0x30d9b6[_0x36f291(0x442)],'viewportRoot':_0x30d9b6[_0x36f291(0x6f3)][_0x36f291(0x64b)]['content'],'fullscreen':!!_0x30d9b6[_0x36f291(0x982)][_0x36f291(0x44f)]}))),(0x0,a[_0x36f291(0x64a)])(()=>{const _0x1e675f=_0x36f291;an(_0x4191f3),globalThis[_0x1e675f(0x84e)](()=>_0x1bd069['remove'](),0x0);});}function tl(_0x592c88){const _0x5ee67b=_0x1ed4d3;let {hostUnitId:_0x41b461,embedId:_0x431b0c,childUnitId:_0x32e36c,viewportRoot:_0x23ec27,fullscreen:_0x252c99}=_0x592c88,_0x3cc2a6=(0x0,c[_0x5ee67b(0x2d7)])(a[_0x5ee67b(0x8e6)]),_0x3d43dc=(0x0,c[_0x5ee67b(0x2d7)])(a[_0x5ee67b(0x945)]),_0x52ea4f=(0x0,c['useDependency'])(a[_0x5ee67b(0x90d)]),_0x533f6a=(0x0,c[_0x5ee67b(0x2d7)])(a[_0x5ee67b(0x58e)]),_0x3f6c03=(0x0,c[_0x5ee67b(0x2d7)])(le),_0x1475c6=(0x0,c['useDependency'])(T[_0x5ee67b(0x55e)]),_0x150869=(0x0,c[_0x5ee67b(0x2d7)])(T[_0x5ee67b(0x3cd)]),_0x4d4d95=(0x0,c['useObservable'])(()=>_0x1475c6['state$'],_0x1475c6['getState'](),!0x1,[_0x1475c6]),_0x3ebc3d=rl({'embedId':_0x431b0c,'active':(0x0,c[_0x5ee67b(0x713)])(()=>_0x3f6c03[_0x5ee67b(0x589)],_0x3f6c03[_0x5ee67b(0x8a7)](),!0x1,[_0x3f6c03]),'fullscreen':_0x252c99}),_0xaaff6c=_0x52ea4f[_0x5ee67b(0x4a8)](_0x32e36c,a[_0x5ee67b(0x747)][_0x5ee67b(0x8d2)]),_0x2191f4=(0x0,T[_0x5ee67b(0x98c)])(_0x3d43dc[_0x5ee67b(0x6af)](T[_0x5ee67b(0x5c1)])??void 0x0),_0x5d22b3=()=>_0x23ec27[_0x5ee67b(0x455)](),_0x403227=()=>({'x':_0x5d22b3()[_0x5ee67b(0x754)]/0x2,'y':_0x5d22b3()['height']/0x2}),_0x347389=_0x4e2d85=>_0x1475c6['setZoomRatioAtViewportPoint'](_0x4e2d85,_0x403227());return(0x0,m[_0x5ee67b(0x9d3)])(_0x5ee67b(0x7ff),{'className':(0x0,l[_0x5ee67b(0x2e8)])(_0x5ee67b(0x98f),{'univer-hidden':_0x3ebc3d===_0x5ee67b(0x23c),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x252c99,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x252c99,'-univer-top-[44px]':!_0x252c99}),'data-embed-floating-menu':_0x5ee67b(0x85d),'data-embed-id':_0x431b0c,'data-embed-float-stage':_0x3ebc3d,'onPointerDown':_0x2b1a17=>_0x2b1a17[_0x5ee67b(0x94b)](),'children':[(0x0,m[_0x5ee67b(0x689)])(nl,{'title':_0x533f6a['t'](_0x5ee67b(0x539)),'onClick':()=>{const _0x1b0a46=_0x5ee67b;let _0x3778ce=_0x5d22b3();_0x150869['fitContent'](_0xaaff6c??null,{'viewportSize':{'width':_0x3778ce[_0x1b0a46(0x754)],'height':_0x3778ce[_0x1b0a46(0x33c)]},'padding':Math[_0x1b0a46(0x287)](0x10,Math['min'](0x40,Math['min'](_0x3778ce[_0x1b0a46(0x754)],_0x3778ce[_0x1b0a46(0x33c)])*0.08)),'zoom':_0x2191f4});},'children':(0x0,m['jsx'])(u[_0x5ee67b(0x80e)],{})}),(0x0,m[_0x5ee67b(0x689)])(nl,{'title':_0x533f6a['t'](_0x5ee67b(0x7ad)),'onClick':()=>_0x347389(_0x4d4d95[_0x5ee67b(0x327)]-_0x2191f4['zoomStep']),'children':(0x0,m['jsx'])(u['ZoomOutIcon'],{})}),(0x0,m[_0x5ee67b(0x9d3)])(nl,{'title':_0x533f6a['t']('embed-ui.boardsFloating.resetZoom'),'noIcon':!0x0,'onClick':()=>_0x347389(0x1),'children':[Math[_0x5ee67b(0x66f)](_0x4d4d95[_0x5ee67b(0x327)]*0x64),'%']}),(0x0,m[_0x5ee67b(0x689)])(nl,{'title':_0x533f6a['t'](_0x5ee67b(0x8fa)),'onClick':()=>_0x347389(_0x4d4d95[_0x5ee67b(0x327)]+_0x2191f4[_0x5ee67b(0x854)]),'children':(0x0,m['jsx'])(u[_0x5ee67b(0x3f4)],{})}),(0x0,m[_0x5ee67b(0x689)])(ia,{'hostUnitId':_0x41b461,'embedId':_0x431b0c,'variant':_0x5ee67b(0x352)}),(0x0,m[_0x5ee67b(0x689)])(nl,{'title':_0x533f6a['t'](_0x5ee67b(0x2db)),'className':_0x5ee67b(0x24c),'onClick':async()=>_0x3cc2a6[_0x5ee67b(0x88b)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x41b461,'embedId':_0x431b0c}),'children':(0x0,m[_0x5ee67b(0x689)])(u[_0x5ee67b(0x2ea)],{})})]});}function nl(_0x4b30fa){const _0x58fd30=_0x1ed4d3;let {children:_0x392ac8,className:_0x474984,noIcon:_0xcc2595,onClick:_0x4e14fd,title:_0x3e729b}=_0x4b30fa;return(0x0,m['jsx'])(ra,{'title':_0x3e729b,'children':(0x0,m[_0x58fd30(0x689)])(c[_0x58fd30(0x362)],{'aria-label':_0x3e729b,'className':_0x474984,'noIcon':_0xcc2595,'onClick':_0x4e14fd,'children':_0x392ac8})});}function rl(_0x496899){const _0x2a64b4=_0x1ed4d3;var _0x40bb07;return _0x496899[_0x2a64b4(0x44f)]?_0x2a64b4(0x334):((_0x40bb07=_0x496899[_0x2a64b4(0x69d)])==null?void 0x0:_0x40bb07[_0x2a64b4(0x666)])===_0x496899[_0x2a64b4(0x666)]?_0x496899[_0x2a64b4(0x69d)]['stage']??_0x2a64b4(0x412):_0x2a64b4(0x23c);}function il(_0x1fb3d0){us(_0x1fb3d0,'boards-ui.embed',al);}function al(_0x44be0a){const _0x5474a8=_0x1ed4d3;_0x44be0a[_0x5474a8(0x54f)](T[_0x5474a8(0x45d)])||_0x44be0a['add']([T['IBoardEmbedRuntimeFocusCoordinator'],{'useFactory':()=>_0x44be0a[_0x5474a8(0x53b)](G)}]);let _0x198ce2=_0x44be0a[_0x5474a8(0x53b)](yt),_0x246628=_0x44be0a[_0x5474a8(0x53b)](_t),_0x4b6da5=_0x44be0a['get'](V),_0x2b36bf=_0x44be0a[_0x5474a8(0x53b)](vt),_0x25f36d=_0x44be0a[_0x5474a8(0x53b)](Ur),_0x9bba34=_0x44be0a['get'](ii),_0x238dfc=Jc();_0x198ce2[_0x5474a8(0x53b)](_0x238dfc['hostType'],_0x238dfc[_0x5474a8(0x8bf)])||_0x198ce2[_0x5474a8(0x22c)](_0x238dfc);let _0x162340=Xc(_0x44be0a);_0x246628[_0x5474a8(0x53b)](_0x162340['childType'])||_0x246628[_0x5474a8(0x22c)](_0x162340);let _0x54873f=qc();_0x4b6da5[_0x5474a8(0x53b)](_0x54873f['childType'])||_0x4b6da5['register'](_0x54873f),$c()[_0x5474a8(0x360)](_0x1c48db=>{const _0x383b4c=_0x5474a8;_0x2b36bf[_0x383b4c(0x9a9)](_0x1c48db[_0x383b4c(0x817)],_0x1c48db['entry'],_0x1c48db[_0x383b4c(0x5c7)])||_0x2b36bf[_0x383b4c(0x22c)](_0x1c48db);}),_0x25f36d['registerProvider'](ga(_0x44be0a,{'childType':a[_0x5474a8(0x747)]['UNIVER_BOARD'],'renderManagerService':p['IRenderManagerService']})),_0x9bba34[_0x5474a8(0x53b)](a[_0x5474a8(0x747)][_0x5474a8(0x8d2)])||_0x9bba34['register'](Yc()),_0x44be0a[_0x5474a8(0x53b)](p[_0x5474a8(0x208)])[_0x5474a8(0x43f)](a['UniverInstanceType'][_0x5474a8(0x8d2)],Kc);}const ol={'mode':_0x1ed4d3(0x60f),'target':'container','paddingX':0x0,'minScale':0x0,'align':_0x1ed4d3(0x336)};function sl(){const _0x5d8e00=_0x1ed4d3;return ms({'childType':a['UniverInstanceType'][_0x5d8e00(0x563)],'productName':_0x5d8e00(0x4e7)});}function cl(){const _0xf5b40f=_0x1ed4d3;return{'childType':a['UniverInstanceType'][_0xf5b40f(0x563)],'supportedLayouts':[_0xf5b40f(0x282),_0xf5b40f(0x874),_0xf5b40f(0x808)],'scopedDependencies':[[o[_0xf5b40f(0x619)]]],'beforeDeactivate':_0x5513ed=>{ul(_0x5513ed);},'mount':_0x32cc38=>{const _0x56ed9e=_0xf5b40f;let _0x35d321=_0x32cc38[_0x56ed9e(0x982)]['mode']===_0x56ed9e(0x681)&&!_0x32cc38[_0x56ed9e(0x982)]['fullscreen']?xt(_0x32cc38,p['IRenderManagerService'],void 0x0,{'scopedInjector':dl(_0x32cc38[_0x56ed9e(0x6f3)][_0x56ed9e(0x583)])}):xt(_0x32cc38,p[_0x56ed9e(0x208)]),_0x5ddc13=ll(_0x32cc38);return(0x0,a['toDisposable'])(()=>{const _0x831bba=_0x56ed9e;_0x5ddc13[_0x831bba(0x45b)](),_0x35d321==null||_0x35d321[_0x831bba(0x45b)]();});}};}function ll(_0xee9f69){const _0x590c3f=_0x1ed4d3;let _0x84b810=_0xee9f69[_0x590c3f(0x6f3)][_0x590c3f(0x64b)][_0x590c3f(0x2a6)]??_0xee9f69[_0x590c3f(0x982)][_0x590c3f(0x97f)];if(!_0x84b810)return(0x0,a[_0x590c3f(0x64a)])(()=>{});let _0x1d24cd=_0xee9f69[_0x590c3f(0x583)]['get'](p[_0x590c3f(0x208)]),_0x18d5df=_0x23ab2a=>{const _0x3aff83=_0x590c3f;var _0x1639ea;if(!(_0x23ab2a[_0x3aff83(0x1f6)]instanceof HTMLCanvasElement)||!_0x84b810[_0x3aff83(0x495)](_0x23ab2a[_0x3aff83(0x1f6)]))return;let _0xec34c5=(_0x1639ea=_0x1d24cd[_0x3aff83(0x871)](_0xee9f69[_0x3aff83(0x442)]))==null?void 0x0:_0x1639ea['with'](o[_0x3aff83(0x979)]);_0xec34c5&&!_0xec34c5['hasFocus']()&&_0xec34c5[_0x3aff83(0x27e)]();};return _0x84b810[_0x590c3f(0x7d4)](_0x590c3f(0x888),_0x18d5df,!0x0),(0x0,a['toDisposable'])(()=>_0x84b810[_0x590c3f(0x2f5)](_0x590c3f(0x888),_0x18d5df,!0x0));}function ul(_0x5757e6){const _0x3141f0=_0x1ed4d3;var _0x30ba0c;let _0x3e6e19=_0x5757e6[_0x3141f0(0x583)][_0x3141f0(0x53b)](p['IRenderManagerService'])[_0x3141f0(0x871)](_0x5757e6[_0x3141f0(0x442)]),_0x52c0d7=_0x3e6e19==null?void 0x0:_0x3e6e19[_0x3141f0(0x7b2)](o['DocSelectionRenderService']);_0x3e6e19==null||(_0x30ba0c=_0x3e6e19[_0x3141f0(0x7b2)](o[_0x3141f0(0x823)]))==null||_0x30ba0c[_0x3141f0(0x84a)](),_0x52c0d7==null||_0x52c0d7[_0x3141f0(0x7d5)](),_0x52c0d7==null||_0x52c0d7[_0x3141f0(0x585)]();}function dl(_0x1f908a){const _0x26288e=_0x1ed4d3;return ye(_0x1f908a,new Map([[o[_0x26288e(0x5d9)],_0x1daf9e=>fl(_0x1daf9e)]]));}function fl(_0x384669){const _0x231ccc=_0x1ed4d3;return{..._0x384669,'fitToWidth':{..._0x384669==null?void 0x0:_0x384669[_0x231ccc(0x3d8)],...ol}};}function pl(_0x51d32f,_0x28dd68=0x78){let _0x3a341a,_0x4c3427,_0x71ec51=()=>{const _0x296d80=_0x54e0;_0x4c3427!=null&&(window[_0x296d80(0x7b3)](_0x4c3427),_0x4c3427=void 0x0),_0x3a341a!=null&&(window[_0x296d80(0x571)](_0x3a341a),_0x3a341a=void 0x0);};return{'dispose':_0x71ec51,'schedule':()=>{const _0x5732c0=_0x54e0;_0x71ec51(),_0x4c3427=window[_0x5732c0(0x84e)](()=>{const _0xcfa2ec=_0x5732c0;_0x4c3427=void 0x0,_0x3a341a=window[_0xcfa2ec(0x930)](()=>{_0x3a341a=void 0x0,_0x51d32f();});},_0x28dd68);}};}let ml=class extends a[_0x1ed4d3(0x2f7)]{constructor(_0x374aa4,_0x2e7375,_0x29cf25,_0x20cbf1,_0x366e4b,_0x2fef96,_0x4c9cf6,_0xcf2215){const _0x200cdd=_0x1ed4d3;var _0x12f89f,_0x59c548,_0x5d77ec;super(),this[_0x200cdd(0x36c)]=_0x374aa4,this[_0x200cdd(0x6bb)]=_0x2e7375,this[_0x200cdd(0x4c2)]=_0x29cf25,this[_0x200cdd(0x85a)]=_0x20cbf1,this[_0x200cdd(0x421)]=_0x366e4b,this[_0x200cdd(0x3b7)]=_0x2fef96,this[_0x200cdd(0x633)]=_0x4c9cf6,this[_0x200cdd(0x551)]=_0xcf2215,B(this,_0x200cdd(0x832),new Map()),B(this,'_pendingChildUnits',new Map());let _0x54b315=(0x0,o['createDocsCustomBlockSizeRefreshScheduler'])(()=>{const _0x22c2a1=_0x200cdd;this['_rerenderHostDoc']()||this[_0x22c2a1(0x63d)]();}),_0x33155d=pl(()=>{const _0x51f75c=_0x200cdd;this[_0x51f75c(0x893)]();}),_0x1b055a=(0x0,o['createDocsCustomBlockSizeRefreshScheduler'])(()=>{const _0x1dc374=_0x200cdd;this[_0x1dc374(0x893)]();}),_0x2fbdf7=(_0x12f89f=this[_0x200cdd(0x5a4)]())==null?void 0x0:_0x12f89f[_0x200cdd(0x327)];this[_0x200cdd(0x512)](_0x54b315),this[_0x200cdd(0x512)](_0x33155d),this[_0x200cdd(0x512)](_0x1b055a);let _0xfd9d48=hl((_0x59c548=this[_0x200cdd(0x36c)][_0x200cdd(0x212)])==null||(_0x5d77ec=_0x59c548['getCanvasElement'])==null?void 0x0:_0x5d77ec[_0x200cdd(0x5db)](_0x59c548),_0x54b315[_0x200cdd(0x239)]);_0xfd9d48&&this['disposeWithMe'](_0xfd9d48);let _0x22cbd8=this[_0x200cdd(0x85a)][_0x200cdd(0x932)][_0x200cdd(0x49c)](({hostUnitId:_0x482f06})=>{const _0x18c7b5=_0x200cdd;_0x482f06===this[_0x18c7b5(0x36c)][_0x18c7b5(0x2b9)]&&_0x54b315['schedule']();});this[_0x200cdd(0x512)]((0x0,a['toDisposable'])(()=>_0x22cbd8[_0x200cdd(0x465)]())),this['disposeWithMe']({'dispose':()=>{const _0x762c37=_0x200cdd;this['_resolvedChildUnits'][_0x762c37(0x9c2)](),this[_0x762c37(0x80a)][_0x762c37(0x9c2)]();}});let _0x3b9573=this[_0x200cdd(0x6bb)]['getTypeOfUnitAdded$'](a[_0x200cdd(0x747)][_0x200cdd(0x32f)])[_0x200cdd(0x49c)](()=>{const _0x1e625d=_0x200cdd;_0x54b315[_0x1e625d(0x239)]();}),_0x3c9295=this['_univerInstanceService'][_0x200cdd(0x622)](a[_0x200cdd(0x747)][_0x200cdd(0x8ed)])[_0x200cdd(0x49c)](()=>{const _0x24dde8=_0x200cdd;_0x54b315[_0x24dde8(0x239)]();});this[_0x200cdd(0x512)]((0x0,a['toDisposable'])(()=>_0x3b9573[_0x200cdd(0x465)]())),this[_0x200cdd(0x512)]((0x0,a[_0x200cdd(0x64a)])(()=>_0x3c9295['unsubscribe']()));let _0x6cb30a=(0x0,p[_0x200cdd(0x6c3)])((_0x496224,_0x44cedc,_0x353851)=>{const _0x46751f=_0x200cdd;var _0x455f1f,_0x46b040,_0x3f107e;if(_0x496224!==this['_context'][_0x46751f(0x2b9)])return null;let _0x1a5e64=this[_0x46751f(0x616)]();if(!_0x1a5e64)return null;let _0x16c8e4=(_0x455f1f=_0x1a5e64[_0x46751f(0x959)])==null?void 0x0:_0x455f1f[_0x44cedc],_0x30a950=_0x16c8e4==null?void 0x0:_0x16c8e4[_0x46751f(0x44c)],_0xa2c6b4=_0x30a950==null?void 0x0:_0x30a950[_0x46751f(0x5c7)];if(_0xa2c6b4!==a[_0x46751f(0x747)][_0x46751f(0x32f)]&&_0xa2c6b4!==a[_0x46751f(0x747)][_0x46751f(0x8ed)])return null;let _0xbea1e5=this[_0x46751f(0x551)]['getViewScale'](),_0x48dc30=this['_getVisibleCanvasDocumentRect'](_0xbea1e5),_0x11f3fa=this[_0x46751f(0x407)](_0x30a950,_0xa2c6b4),_0x318dec=_0x11f3fa?this[_0x46751f(0x819)](_0x11f3fa,_0xa2c6b4,_0x54b315[_0x46751f(0x239)]):void 0x0,_0x134cbf=_0x30a950==null?void 0x0:_0x30a950[_0x46751f(0x666)],_0x116f7a=typeof _0x134cbf==_0x46751f(0x23d)?(_0x46b040=this[_0x46751f(0x421)][_0x46751f(0x28a)](_0x134cbf))==null||(_0x46b040=_0x46b040['context'])==null?void 0x0:_0x46b040['runtimeScope'][_0x46751f(0x583)]:void 0x0,_0x53f11c=_0x11f3fa&&_0x318dec!=null?this[_0x46751f(0x85a)][_0x46751f(0x3af)]({'childType':_0xa2c6b4,'childUnit':_0x318dec,'childUnitId':_0x11f3fa,'injector':_0x116f7a,'viewportHeight':(_0x48dc30==null?void 0x0:_0x48dc30[_0x46751f(0x33c)])==null?void 0x0:Math[_0x46751f(0x287)](0x1,_0x48dc30['height']-0x34),'viewportWidth':_0x353851['fallbackWidth']}):void 0x0,_0x37505a=(0x0,h[_0x46751f(0x891)])(_0xa2c6b4),_0x589691=_l(_0x353851[_0x46751f(0x2ae)],_0x37505a[_0x46751f(0x33c)]),_0x5c4076=_l(_0x353851[_0x46751f(0x724)],_0x37505a['width']),_0x486054=(_0x53f11c==null?void 0x0:_0x53f11c['height'])??_0x589691,_0x2e6d94=(0x0,o[_0x46751f(0x4d8)])({'childType':_0xa2c6b4,'contentHeight':_0xa2c6b4===a[_0x46751f(0x747)][_0x46751f(0x32f)]?po(_0x486054):_0x486054,'contentWidth':_0x53f11c==null?void 0x0:_0x53f11c[_0x46751f(0x754)],'docsLeft':this[_0x46751f(0x406)](),'documentFlavor':(_0x3f107e=_0x1a5e64[_0x46751f(0x6ce)])==null?void 0x0:_0x3f107e['documentFlavor'],'fallbackHeight':_0x589691,'fallbackWidth':_0x5c4076,'pageMarginLeft':_0x353851[_0x46751f(0x92f)],'pageMarginRight':_0x353851[_0x46751f(0x3aa)],'pageWidth':_0x353851[_0x46751f(0x86e)],'scale':_0xbea1e5,'visibleCanvasHeight':_0x48dc30==null?void 0x0:_0x48dc30['height'],'visibleCanvasLeft':_0x48dc30==null?void 0x0:_0x48dc30[_0x46751f(0x2f6)],'visibleCanvasWidth':_0x48dc30==null?void 0x0:_0x48dc30[_0x46751f(0x754)]}),_0x51bafa=_0x2e6d94['contentHeight']??_0x2e6d94[_0x46751f(0x33c)],_0x145457=_0xa2c6b4===a[_0x46751f(0x747)]['UNIVER_BASE']?0x34:0x0,_0x24db89=(_0x48dc30==null?void 0x0:_0x48dc30[_0x46751f(0x33c)])==null?_0x2e6d94[_0x46751f(0x9db)]??_0x51bafa:Math['min'](_0x51bafa,Math[_0x46751f(0x287)](0x1,_0x48dc30[_0x46751f(0x33c)]-_0x145457));return{..._0x2e6d94,'viewportHeight':_0x24db89,'height':mo({'contentHeight':_0x51bafa,'floatingMenuInsetTop':0x34})};});this[_0x200cdd(0x512)]({'dispose':_0x6cb30a}),this[_0x200cdd(0x512)](this[_0x200cdd(0x4c2)]['onCommandExecuted'](_0x5ae4b2=>{const _0x12ce21=_0x200cdd;if(_0x5ae4b2['id']===o[_0x12ce21(0x6d1)]['id']){let _0x351165=_0x5ae4b2[_0x12ce21(0x640)];if(typeof _0x351165==_0x12ce21(0x56b)&&_0x351165&&_0x12ce21(0x2b9)in _0x351165&&_0x351165['unitId']===this['_context'][_0x12ce21(0x2b9)]){let _0x1afdb3='zoomRatio'in _0x351165&&typeof _0x351165['zoomRatio']==_0x12ce21(0x584)?_0x351165[_0x12ce21(0x327)]:void 0x0;if(_0x1afdb3!=null&&_0x1afdb3===_0x2fbdf7){_0x1b055a[_0x12ce21(0x239)]();return;}_0x2fbdf7=_0x1afdb3,_0x33155d[_0x12ce21(0x239)]();}return;}let _0x233704=this[_0x12ce21(0x616)]();_0x233704&&(0x0,o['shouldRefreshDocsCustomBlockSizeForCommand'])({'childUnitIds':(0x0,o[_0x12ce21(0x85b)])(_0x233704[_0x12ce21(0x959)],_0x1a3b52=>this['_resolveChildUnitId'](_0x1a3b52)),'commandId':_0x5ae4b2['id'],'commandParams':_0x5ae4b2[_0x12ce21(0x640)],'hostUnitId':this[_0x12ce21(0x36c)][_0x12ce21(0x2b9)]})&&_0x54b315['schedule']();}));}[_0x1ed4d3(0x5a4)](){const _0x5f360a=_0x1ed4d3;if(!this['_disposed'])return this['_context'][_0x5f360a(0x7ea)]??void 0x0;}['_getHostSnapshot'](){const _0x1b33e8=_0x1ed4d3;var _0x3137d5;return(_0x3137d5=this[_0x1b33e8(0x5a4)]())==null?void 0x0:_0x3137d5[_0x1b33e8(0x58b)]();}[_0x1ed4d3(0x893)](){const _0x217d72=_0x1ed4d3;let _0x2c9c34=this[_0x217d72(0x633)][_0x217d72(0x871)](this[_0x217d72(0x36c)][_0x217d72(0x2b9)]);try{var _0x3eafb1;let _0x57b636=_0x2c9c34==null||(_0x3eafb1=_0x2c9c34[_0x217d72(0x7b2)])==null?void 0x0:_0x3eafb1[_0x217d72(0x5db)](_0x2c9c34,h[_0x217d72(0x668)]);return _0x57b636?(_0x57b636[_0x217d72(0x691)](),!0x0):!0x1;}catch{return!0x1;}}[_0x1ed4d3(0x63d)](){const _0x5290ae=_0x1ed4d3;let _0x167659=this['_getHostUnit'](),_0x2bcbf1=_0x167659==null?void 0x0:_0x167659[_0x5290ae(0x327)];typeof _0x2bcbf1==_0x5290ae(0x584)&&this['_commandService'][_0x5290ae(0x6c0)](o['SetDocZoomRatioOperation']['id'],{'unitId':this[_0x5290ae(0x36c)][_0x5290ae(0x2b9)],'zoomRatio':_0x2bcbf1});}[_0x1ed4d3(0x407)](_0x4f08bd,_0x4bd516){const _0x55cc52=_0x1ed4d3;if(!_0x4f08bd||typeof _0x4f08bd!=_0x55cc52(0x56b))return;let _0x4a09cb=_0x4f08bd,_0xc88e59=typeof _0x4a09cb[_0x55cc52(0x5c7)]==_0x55cc52(0x584)?_0x4a09cb[_0x55cc52(0x5c7)]:_0x4bd516;if(_0xc88e59!==a[_0x55cc52(0x747)][_0x55cc52(0x32f)]&&_0xc88e59!==a['UniverInstanceType'][_0x55cc52(0x8ed)])return;if(typeof _0x4a09cb[_0x55cc52(0x442)]==_0x55cc52(0x23d))return _0x4a09cb[_0x55cc52(0x442)];if(typeof _0x4a09cb[_0x55cc52(0x666)]!=_0x55cc52(0x23d))return;let _0xf5ac59=typeof _0x4a09cb['hostUnitId']=='string'?_0x4a09cb[_0x55cc52(0x565)]:this[_0x55cc52(0x36c)][_0x55cc52(0x2b9)],_0x138e71=this[_0x55cc52(0x3b7)][_0x55cc52(0x5ab)](_0xf5ac59,_0x4a09cb['embedId']);if((_0x138e71==null?void 0x0:_0x138e71[_0x55cc52(0x5c7)])===_0xc88e59){if(typeof _0x138e71[_0x55cc52(0x442)]==_0x55cc52(0x23d))return _0x138e71[_0x55cc52(0x442)];try{return(0x0,t[_0x55cc52(0x81b)])(_0x138e71[_0x55cc52(0x2e7)]['ref']);}catch{return;}}}['_getChildUnitForMeasurement'](_0x227d21,_0x37205e,_0x46cd90){const _0x939878=_0x1ed4d3;let _0x580866=_0x37205e+':'+_0x227d21;if(this[_0x939878(0x832)][_0x939878(0x54f)](_0x580866))return this[_0x939878(0x832)][_0x939878(0x53b)](_0x580866);let _0x254353=this[_0x939878(0x6bb)][_0x939878(0x4a8)](_0x227d21,_0x37205e);if(_0x254353!=null){if(!gl(_0x254353))return this[_0x939878(0x832)][_0x939878(0x753)](_0x580866,_0x254353),_0x254353;if(!this['_pendingChildUnits'][_0x939878(0x54f)](_0x580866)){let _0x24241e=Promise[_0x939878(0x70a)](_0x254353)[_0x939878(0x5cb)](_0x14b08b=>(this[_0x939878(0x80a)][_0x939878(0x74c)](_0x580866),this[_0x939878(0x832)][_0x939878(0x753)](_0x580866,_0x14b08b),this[_0x939878(0x75b)]||_0x46cd90(),_0x14b08b),()=>{const _0x47d29b=_0x939878;this[_0x47d29b(0x80a)][_0x47d29b(0x74c)](_0x580866);});this[_0x939878(0x80a)]['set'](_0x580866,_0x24241e);}}}[_0x1ed4d3(0x406)](){const _0x524a6e=_0x1ed4d3;var _0x1b9f7f,_0x5bdb47;return((_0x1b9f7f=this[_0x524a6e(0x36c)][_0x524a6e(0x849)])==null||(_0x5bdb47=_0x1b9f7f[_0x524a6e(0x8ef)])==null||(_0x5bdb47=_0x5bdb47[_0x524a6e(0x5db)](_0x1b9f7f))==null?void 0x0:_0x5bdb47[_0x524a6e(0x307)])??0x0;}[_0x1ed4d3(0x997)](_0x6bc6af){const _0x408fec=_0x1ed4d3;var _0x5a7672,_0x4cf973,_0x5983c2,_0x2d88ce,_0x304ad6,_0x3a270a;let _0x4f752f=Number[_0x408fec(0x8cd)](_0x6bc6af)&&_0x6bc6af>0x0?_0x6bc6af:0x1,_0x65f8ee=((_0x5a7672=this[_0x408fec(0x36c)][_0x408fec(0x20c)]['getViewport'](o[_0x408fec(0x2d5)][_0x408fec(0x78a)]))==null?void 0x0:_0x5a7672['viewportScrollX'])??0x0,_0x2d3420=(_0x4cf973=(_0x5983c2=this['_context']['engine'])['getCanvasElement'])==null||(_0x4cf973=_0x4cf973[_0x408fec(0x5db)](_0x5983c2))==null||(_0x2d88ce=_0x4cf973[_0x408fec(0x455)])==null?void 0x0:_0x2d88ce['call'](_0x4cf973),_0x30f37e=_0x2d3420==null?void 0x0:_0x2d3420[_0x408fec(0x754)],_0x43506d=_0x2d3420==null?void 0x0:_0x2d3420['height'],_0x57723c=((_0x304ad6=this[_0x408fec(0x36c)][_0x408fec(0x849)])==null?void 0x0:_0x304ad6[_0x408fec(0x754)])??this['_context']['scene']['width'],_0x5ea369=(_0x30f37e??_0x57723c??0x0)/_0x4f752f,_0x22df64=((_0x3a270a=this[_0x408fec(0x36c)]['mainComponent'])==null?void 0x0:_0x3a270a['height'])??this['_context'][_0x408fec(0x20c)][_0x408fec(0x33c)],_0xc4668c=(_0x43506d??_0x22df64??0x0)/_0x4f752f;return!_0x5ea369||!Number[_0x408fec(0x8cd)](_0x5ea369)||_0x5ea369<=0x0||!_0xc4668c||!Number[_0x408fec(0x8cd)](_0xc4668c)||_0xc4668c<=0x0?null:{'height':_0xc4668c,'left':_0x65f8ee,'width':_0x5ea369};}};ml=Y([J(0x1,(0x0,a[_0x1ed4d3(0x558)])(a[_0x1ed4d3(0x90d)])),J(0x2,(0x0,a['Inject'])(a[_0x1ed4d3(0x8e6)])),J(0x3,(0x0,a[_0x1ed4d3(0x558)])(fa)),J(0x4,(0x0,a[_0x1ed4d3(0x558)])(Ut)),J(0x5,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x3b9)])),J(0x6,p[_0x1ed4d3(0x208)]),J(0x7,(0x0,a['Inject'])(o['DocViewScaleService']))],ml);function hl(_0x324351,_0x20bdf0){const _0x5e3697=_0x1ed4d3;if(!_0x324351||typeof ResizeObserver>'u')return;let _0x31247a=new ResizeObserver(()=>_0x20bdf0());return _0x31247a['observe'](_0x324351),{'dispose':()=>_0x31247a[_0x5e3697(0x8fe)]()};}function gl(_0x5f2e1c){const _0x4819b9=_0x1ed4d3;return!!_0x5f2e1c&&typeof _0x5f2e1c['then']==_0x4819b9(0x508);}function _l(_0x208d42,_0x22273b){const _0x34e03b=_0x1ed4d3;return typeof _0x208d42==_0x34e03b(0x584)&&Number[_0x34e03b(0x8cd)](_0x208d42)&&_0x208d42>0x1?_0x208d42:_0x22273b;}function vl(_0x617483,_0x3453ce,_0x5c6e69){const _0x30051d=_0x1ed4d3;return{...(0x0,t[_0x30051d(0x518)])(_0x617483,_0x3453ce),'afterCreateAnchor':_0x958cb5=>bl(_0x5c6e69,_0x958cb5[_0x30051d(0x565)]),'afterRemoveAnchor':_0x220820=>bl(_0x5c6e69,_0x220820[_0x30051d(0x565)])};}function yl(){const _0x524851=_0x1ed4d3;return{'hostType':a['UniverInstanceType'][_0x524851(0x563)],'entry':_0x524851(0x53e),'layout':_0x524851(0x6b8),'supportedLayouts':['docs-sticky-sheet','docs-sticky-base','aspect-fit',_0x524851(0x808),'content-bounds-fit'],'menuBehavior':_0x524851(0x714)};}function bl(_0x32cc31,_0x2aa184){const _0x38ee91=_0x1ed4d3;var _0x107d9f,_0xcb2c2a,_0x2c6f32,_0x17e783;if(!_0x32cc31)return;let _0x251a06=_0x32cc31['getRenderUnitById'](_0x2aa184);if(_0x251a06){for(let _0x5d26fb of _0x251a06[_0x38ee91(0x974)][_0x38ee91(0x3e4)]()){var _0x486528;(_0x486528=_0x5d26fb[_0x38ee91(0x53a)])==null||_0x486528['call'](_0x5d26fb);}(_0x107d9f=_0x251a06[_0x38ee91(0x212)])==null||_0x107d9f[_0x38ee91(0x79f)](),(_0xcb2c2a=_0x251a06[_0x38ee91(0x20c)])==null||_0xcb2c2a['makeDirty'](),(_0x2c6f32=_0x251a06[_0x38ee91(0x7b2)])==null||(_0x2c6f32=_0x2c6f32['call'](_0x251a06,o[_0x38ee91(0x2ba)]))==null||(_0x17e783=_0x2c6f32[_0x38ee91(0x794)])==null||_0x17e783[_0x38ee91(0x5db)](_0x2c6f32);}}function xl(_0x67109){const _0x371c26=_0x1ed4d3;return{'childType':a['UniverInstanceType'][_0x371c26(0x563)],'handleWheel':_0x3e31b7=>{const _0x407119=_0x371c26;let _0x4d10f0=_0x67109[_0x407119(0x54f)](ai)?_0x67109[_0x407119(0x53b)](ai):void 0x0;if((_0x4d10f0==null?void 0x0:_0x4d10f0[_0x407119(0x792)](_0x3e31b7))===!0x0)return!0x0;if(!_0x67109['has'](p['IRenderManagerService']))return!0x1;let _0x549a4d=_0x67109[_0x407119(0x53b)](p[_0x407119(0x208)])[_0x407119(0x871)](_0x3e31b7[_0x407119(0x442)]),_0x1895ad=_0x549a4d==null?void 0x0:_0x549a4d[_0x407119(0x20c)];return uo(_0x3e31b7,_0x1895ad==null?void 0x0:_0x1895ad['getViewport'](o['VIEWPORT_KEY'][_0x407119(0x78a)]),_0x1895ad);}};}function Sl(){const _0x43e4dd=_0x1ed4d3;return fc({'childType':a[_0x43e4dd(0x747)][_0x43e4dd(0x563)],'mount':Cl});}function Cl(_0x26b253){const _0x421334=_0x1ed4d3;let {menu:_0x2136b6,portalContainer:_0x3fef0e}=dc(_0x26b253),_0x71c04b=rn(_0x2136b6);return _0x71c04b[_0x421334(0x2c3)]((0x0,d[_0x421334(0x467)])(qt,{'injector':_0x26b253[_0x421334(0x6f3)][_0x421334(0x583)],'mountContainer':_0x3fef0e,'embedId':_0x26b253[_0x421334(0x666)]},(0x0,d[_0x421334(0x467)])(wl,{'hostUnitId':_0x26b253[_0x421334(0x565)],'embedId':_0x26b253[_0x421334(0x666)],'entry':_0x26b253[_0x421334(0x3e8)][_0x421334(0x8bf)],'fullscreen':!!_0x26b253[_0x421334(0x982)][_0x421334(0x44f)],'usesDomFloatingStage':_0x26b253[_0x421334(0x3e8)]['entry']!==_0x421334(0x3ab),'renderScopeActive$':_0x26b253[_0x421334(0x982)][_0x421334(0x589)]}))),(0x0,a[_0x421334(0x64a)])(()=>{const _0x12aaef=_0x421334;an(_0x71c04b),globalThis[_0x12aaef(0x84e)](()=>_0x2136b6[_0x12aaef(0x241)](),0x0);});}function wl(_0x109388){const _0xcf7e3=_0x1ed4d3;let {hostUnitId:_0x2f4e57,embedId:_0x3fa740,entry:_0x1dab91,fullscreen:_0x44c5b2,usesDomFloatingStage:_0x38b844,renderScopeActive$:_0x2e534a}=_0x109388,_0x523bd0=(0x0,c['useObservable'])(()=>_0x2e534a,!0x1,!0x1,[_0x2e534a]),_0x4ef2b5=(0x0,c[_0xcf7e3(0x2d7)])(a['ICommandService']),_0x16484a=(0x0,c[_0xcf7e3(0x2d7)])(a[_0xcf7e3(0x58e)]),_0x9a01b5=(0x0,c[_0xcf7e3(0x2d7)])(le),_0x4c6c02=cr({'embedId':_0x3fa740,'active':(0x0,c[_0xcf7e3(0x713)])(()=>_0x9a01b5[_0xcf7e3(0x589)],_0x9a01b5['getActive'](),!0x1,[_0x9a01b5]),'fullscreen':_0x44c5b2,'usesDomFloatingStage':_0x38b844,'renderScopeActive':_0x523bd0});return(0x0,m[_0xcf7e3(0x9d3)])(_0xcf7e3(0x7ff),{'className':(0x0,l[_0xcf7e3(0x2e8)])('univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':_0x4c6c02!==_0xcf7e3(0x334),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x44c5b2,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x44c5b2,'-univer-top-9':!_0x44c5b2&&_0x1dab91!==_0xcf7e3(0x53e),'-univer-top-[52px]':!_0x44c5b2&&_0x1dab91===_0xcf7e3(0x53e)}),'data-embed-floating-menu':_0xcf7e3(0x85d),'data-embed-id':_0x3fa740,'data-embed-float-stage':_0x4c6c02,'onPointerDown':_0x533ca5=>_0x533ca5[_0xcf7e3(0x94b)](),'children':[!_0x44c5b2&&(0x0,m['jsx'])(ia,{'hostUnitId':_0x2f4e57,'embedId':_0x3fa740,'variant':'menu'}),(0x0,m[_0xcf7e3(0x689)])(ra,{'title':_0x16484a['t']('embed-ui.deleteBlock'),'children':(0x0,m['jsx'])(l['Button'],{'type':_0xcf7e3(0x679),'size':_0xcf7e3(0x2fb),'variant':'ghost','className':_0xcf7e3(0x6cf),'aria-label':_0x16484a['t'](_0xcf7e3(0x370)),'onClick':async()=>{const _0x4b3e42=_0xcf7e3;await _0x4ef2b5[_0x4b3e42(0x88b)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x2f4e57,'embedId':_0x3fa740});},'children':(0x0,m['jsx'])(u[_0xcf7e3(0x2ea)],{})})})]});}function Tl(_0x589d5d){const _0x2c7bb9=_0x1ed4d3;us(_0x589d5d,_0x2c7bb9(0x31e),El);}function El(_0x24b842){const _0x4604b2=_0x1ed4d3;let _0x41cd80=_0x24b842[_0x4604b2(0x53b)](t[_0x4604b2(0x6ff)]),_0x14b7ce=_0x24b842[_0x4604b2(0x53b)](yt),_0x532820=_0x24b842[_0x4604b2(0x53b)](_t),_0x16f1d0=_0x24b842[_0x4604b2(0x53b)](V),_0x183e90=_0x24b842[_0x4604b2(0x53b)](vt),_0x3de934=_0x24b842[_0x4604b2(0x53b)](Ur),_0x1a34a6=_0x24b842[_0x4604b2(0x53b)](ii),_0x14ba92=_0x24b842[_0x4604b2(0x54f)](t[_0x4604b2(0x933)])?_0x24b842['get'](t[_0x4604b2(0x933)]):void 0x0,_0x41832f=_0x24b842[_0x4604b2(0x54f)](a[_0x4604b2(0x90d)])?_0x24b842[_0x4604b2(0x53b)](a[_0x4604b2(0x90d)]):void 0x0,_0xa22ad5=_0x24b842['has'](p[_0x4604b2(0x208)])?_0x24b842[_0x4604b2(0x53b)](p[_0x4604b2(0x208)]):void 0x0;_0xa22ad5==null||_0xa22ad5[_0x4604b2(0x43f)](a[_0x4604b2(0x747)][_0x4604b2(0x563)],[ml]);let _0x175c22=vl(_0x14ba92,_0x41832f,_0xa22ad5);_0x41cd80[_0x4604b2(0x53b)](_0x175c22[_0x4604b2(0x817)],_0x175c22[_0x4604b2(0x8bf)])||_0x41cd80['register'](_0x175c22);let _0x11216c=yl();_0x14b7ce[_0x4604b2(0x53b)](_0x11216c[_0x4604b2(0x817)],_0x11216c[_0x4604b2(0x8bf)])||_0x14b7ce[_0x4604b2(0x22c)](_0x11216c);let _0x117807=cl();_0x532820[_0x4604b2(0x53b)](_0x117807['childType'])||_0x532820[_0x4604b2(0x22c)](_0x117807);let _0x1fe630=sl();_0x16f1d0[_0x4604b2(0x53b)](_0x1fe630[_0x4604b2(0x5c7)])||_0x16f1d0[_0x4604b2(0x22c)](_0x1fe630),Sl()[_0x4604b2(0x360)](_0x37711d=>{const _0x15d2c5=_0x4604b2;_0x183e90[_0x15d2c5(0x9a9)](_0x37711d[_0x15d2c5(0x817)],_0x37711d[_0x15d2c5(0x8bf)],_0x37711d[_0x15d2c5(0x5c7)])||_0x183e90[_0x15d2c5(0x22c)](_0x37711d);}),_0x3de934[_0x4604b2(0x96e)](ga(_0x24b842,{'childType':a[_0x4604b2(0x747)][_0x4604b2(0x563)],'renderManagerService':p['IRenderManagerService']})),_0x1a34a6[_0x4604b2(0x53b)](a[_0x4604b2(0x747)][_0x4604b2(0x563)])||_0x1a34a6[_0x4604b2(0x22c)](xl(_0x24b842));}function Dl(){return{'childType':a['UniverInstanceType']['UNIVER_SHEET'],'measureContentSize':_0x57452c=>{const _0x59817a=_0x54e0;let _0x1682b0=Ol(_0x57452c[_0x59817a(0x8de)],_0x57452c[_0x59817a(0x359)]?_0x57452c['viewportWidth']:void 0x0),_0xdb52fc=Al(_0x57452c[_0x59817a(0x8de)]);return _0x1682b0==null&&_0xdb52fc==null?void 0x0:{'height':_0x1682b0==null?void 0x0:_0x1682b0[_0x59817a(0x33c)],'verticalBreaks':_0x1682b0==null?void 0x0:_0x1682b0['breaks'],'width':_0xdb52fc};}};}function Ol(_0x5d4d00,_0x3911f8){const _0xd8d524=_0x1ed4d3;var _0x3544cc;let _0x4381bb=_0x5d4d00 instanceof a['Workbook']?_0x5d4d00[_0xd8d524(0x316)](!0x0):void 0x0;if(!_0x4381bb)return;let _0x5436cd=jl(_0x4381bb,_0x3911f8);if(!Number['isFinite'](_0x5436cd)||_0x5436cd==null||_0x5436cd<0x0)return;let _0x522ccb=Fl((_0x3544cc=_0x4381bb[_0xd8d524(0x6af)])==null||(_0x3544cc=_0x3544cc[_0xd8d524(0x5db)](_0x4381bb))==null?void 0x0:_0x3544cc[_0xd8d524(0x509)],a['DEFAULT_WORKSHEET_ROW_HEIGHT']),_0x4b2f1b=kl(_0x5d4d00),_0x30092c=0x0,_0x22674f=[];for(let _0x5a20c9=0x0;_0x5a20c9<_0x5436cd;_0x5a20c9++){var _0x8079a7,_0x79d296;((_0x8079a7=_0x4381bb[_0xd8d524(0x229)])==null?void 0x0:_0x8079a7[_0xd8d524(0x5db)](_0x4381bb,_0x5a20c9))!==!0x1&&(_0x30092c+=Il((_0x79d296=_0x4381bb[_0xd8d524(0x47e)])==null?void 0x0:_0x79d296[_0xd8d524(0x5db)](_0x4381bb,_0x5a20c9),_0x522ccb),_0x22674f['push'](_0x4b2f1b+_0x30092c));}return{'breaks':_0x22674f,'height':_0x4b2f1b+_0x30092c};}function kl(_0x45d19c){const _0x320a1a=_0x1ed4d3;var _0x1ecb9;let _0x48be56=_0x45d19c instanceof a[_0x320a1a(0x9b1)]?_0x45d19c[_0x320a1a(0x316)](!0x0):void 0x0,_0x1f19d2=_0x48be56==null||(_0x1ecb9=_0x48be56[_0x320a1a(0x6af)])==null||(_0x1ecb9=_0x1ecb9[_0x320a1a(0x5db)](_0x48be56))==null?void 0x0:_0x1ecb9[_0x320a1a(0x22d)];return _0x1f19d2!=null&&_0x1f19d2[_0x320a1a(0x7d7)]?0x0:Fl(_0x1f19d2==null?void 0x0:_0x1f19d2[_0x320a1a(0x33c)],0x18);}function Al(_0x4b7afa){const _0x3af4c0=_0x1ed4d3;var _0x3bbdbe,_0xc43a5f;let _0x3b47dd=_0x4b7afa instanceof a[_0x3af4c0(0x9b1)]?_0x4b7afa[_0x3af4c0(0x316)](!0x0):void 0x0;if(!_0x3b47dd)return;let _0x4bef4e=Nl(_0x3b47dd);if(!Number['isFinite'](_0x4bef4e)||_0x4bef4e==null||_0x4bef4e<0x0)return;let _0xc2ceee=(_0x3bbdbe=_0x3b47dd[_0x3af4c0(0x6af)])==null||(_0x3bbdbe=_0x3bbdbe[_0x3af4c0(0x5db)](_0x3b47dd))==null?void 0x0:_0x3bbdbe[_0x3af4c0(0x5b3)],_0x39aed5=Fl((_0xc43a5f=_0x3b47dd['getConfig'])==null||(_0xc43a5f=_0xc43a5f['call'](_0x3b47dd))==null?void 0x0:_0xc43a5f[_0x3af4c0(0x331)],a[_0x3af4c0(0x4cf)]),_0x2f91de=_0xc2ceee!=null&&_0xc2ceee[_0x3af4c0(0x7d7)]?0x0:Fl(_0xc2ceee==null?void 0x0:_0xc2ceee[_0x3af4c0(0x754)],a[_0x3af4c0(0x377)]),_0x50caf4=0x0;for(let _0x14c522=0x0;_0x14c522<_0x4bef4e;_0x14c522++){var _0x5c0741,_0x3c8403;((_0x5c0741=_0x3b47dd['getColVisible'])==null?void 0x0:_0x5c0741[_0x3af4c0(0x5db)](_0x3b47dd,_0x14c522))!==!0x1&&(_0x50caf4+=Fl((_0x3c8403=_0x3b47dd[_0x3af4c0(0x92d)])==null?void 0x0:_0x3c8403[_0x3af4c0(0x5db)](_0x3b47dd,_0x14c522),_0x39aed5));}return _0x2f91de+_0x50caf4+p['ScrollBar'][_0x3af4c0(0x707)];}function jl(_0x13d6fb,_0x528520){const _0x2a6a3b=_0x1ed4d3;let _0xa10135=Pl(_0x13d6fb[_0x2a6a3b(0x8a2)]());if(_0xa10135==null||_0x528520==null)return _0xa10135;let _0x10633a=Ml(_0x13d6fb,_0x528520),_0xe69283=_0x13d6fb[_0x2a6a3b(0x62b)]();if(_0x10633a<0x0||_0xe69283[_0x2a6a3b(0x6a5)]<0x0||_0xe69283[_0x2a6a3b(0x9b6)]<0x0||_0xe69283[_0x2a6a3b(0x9c1)]>_0x10633a)return 0x0;let _0xf57398=-0x1;for(let _0x4df2ba of _0x13d6fb[_0x2a6a3b(0x6c9)]({'startRow':Math[_0x2a6a3b(0x287)](0x0,_0xe69283[_0x2a6a3b(0x519)]),'startColumn':Math[_0x2a6a3b(0x287)](0x0,_0xe69283[_0x2a6a3b(0x9c1)]),'endRow':_0xe69283['endRow'],'endColumn':Math[_0x2a6a3b(0x451)](_0x10633a,_0xe69283['endColumn'])}))_0x4df2ba[_0x2a6a3b(0x2fe)]&&_0x13d6fb[_0x2a6a3b(0x765)](_0x4df2ba[_0x2a6a3b(0x2fe)])&&(_0xf57398=_0x4df2ba[_0x2a6a3b(0x358)]);return Math[_0x2a6a3b(0x451)](_0xa10135,_0xf57398+0x1);}function Ml(_0x38dd78,_0x7cf1a1){const _0x5799d4=_0x1ed4d3;var _0xb5697f,_0x3632c8;let _0x4169f0=(_0xb5697f=_0x38dd78['getConfig'])==null||(_0xb5697f=_0xb5697f[_0x5799d4(0x5db)](_0x38dd78))==null?void 0x0:_0xb5697f['rowHeader'],_0x122bcb=_0x4169f0!=null&&_0x4169f0['hidden']?0x0:Fl(_0x4169f0==null?void 0x0:_0x4169f0[_0x5799d4(0x754)],a['DEFAULT_WORKSHEET_ROW_TITLE_WIDTH']),_0x5b5bc3=Math[_0x5799d4(0x287)](0x0,_0x7cf1a1-_0x122bcb-p['ScrollBar'][_0x5799d4(0x707)]),_0x59dacc=Fl((_0x3632c8=_0x38dd78[_0x5799d4(0x6af)])==null||(_0x3632c8=_0x3632c8[_0x5799d4(0x5db)](_0x38dd78))==null?void 0x0:_0x3632c8['defaultColumnWidth'],a[_0x5799d4(0x4cf)]),_0x1de065=0x0,_0x524571=-0x1,_0xe47ba=Nl(_0x38dd78)??0x0;for(let _0x321692=0x0;_0x321692<_0xe47ba&&_0x1de065<_0x5b5bc3;_0x321692++){var _0x5952ba,_0x528906;((_0x5952ba=_0x38dd78[_0x5799d4(0x5d8)])==null?void 0x0:_0x5952ba[_0x5799d4(0x5db)](_0x38dd78,_0x321692))!==!0x1&&(_0x524571=_0x321692,_0x1de065+=Fl((_0x528906=_0x38dd78['getColumnWidth'])==null?void 0x0:_0x528906[_0x5799d4(0x5db)](_0x38dd78,_0x321692),_0x59dacc));}return _0x524571;}function Nl(_0x13d846){return Pl(_0x13d846['getColumnCount']());}function Pl(_0x2bbbd8){const _0x37fa00=_0x1ed4d3;return typeof _0x2bbbd8=='number'&&Number[_0x37fa00(0x8cd)](_0x2bbbd8)&&_0x2bbbd8>=0x0?Math[_0x37fa00(0x454)](_0x2bbbd8):void 0x0;}function Fl(_0x32e124,_0x1ec0b9){const _0xda7e16=_0x1ed4d3;return typeof _0x32e124==_0xda7e16(0x584)&&Number[_0xda7e16(0x8cd)](_0x32e124)&&_0x32e124>0x0?_0x32e124:_0x1ec0b9;}function Il(_0x295371,_0x3fba3a){const _0x58ec6d=_0x1ed4d3;return typeof _0x295371==_0x58ec6d(0x584)&&Number['isFinite'](_0x295371)&&_0x295371>=0x0?_0x295371:_0x3fba3a;}function Ll(){const _0x301a46=_0x1ed4d3;return{'hostType':a[_0x301a46(0x747)][_0x301a46(0x32f)],'entry':'sheets-floating-object','layout':'doc-width-scale','supportedLayouts':[_0x301a46(0x874),_0x301a46(0x7c7),_0x301a46(0x808),_0x301a46(0x91e)],'menuBehavior':_0x301a46(0x714)};}function Rl(){const _0x2c6f9f=_0x1ed4d3;return{'hostType':a[_0x2c6f9f(0x747)][_0x2c6f9f(0x32f)],'entry':_0x2c6f9f(0x511),'layout':_0x2c6f9f(0x282),'supportedLayouts':['tab-peer'],'menuBehavior':'host-override','mount':_0x13a832=>{let _0x5535be=zl('data-embed-sheets-sheet-tab-host',_0x13a832['descriptor']['hostAnchorId']);return _0x5535be?{'hostElement':_0x5535be}:{};}};}function zl(_0x52831f,_0x4509ae){const _0x15fb3e=_0x1ed4d3;return document[_0x15fb3e(0x55c)]('['+_0x52831f+'=\x22'+Bl(_0x4509ae)+'\x22]');}function Bl(_0x35db65){const _0x2e16c2=_0x1ed4d3;return _0x35db65[_0x2e16c2(0x529)](/\\/g,'\x5c\x5c')[_0x2e16c2(0x529)](/"/g,'\x5c\x22');}function Vl(_0x584476){const _0x822fba=_0x1ed4d3;let _0x5d8b42=_0x584476[_0x822fba(0x54f)](a['IUniverInstanceService'])?_0x584476['get'](a[_0x822fba(0x90d)]):void 0x0,_0x6edd73=_0x584476['has'](p['IRenderManagerService'])?_0x584476['get'](p['IRenderManagerService']):void 0x0;return{'childType':a[_0x822fba(0x747)][_0x822fba(0x32f)],'getHorizontalScroll':_0x4afb7e=>{const _0x38c9bb=_0x822fba;var _0x9e42f7;return(_0x9e42f7=_0x363044(_0x4afb7e))==null?void 0x0:_0x9e42f7[_0x38c9bb(0x690)];},'getVerticalScroll':_0x3edcc2=>{var _0x155a50;return(_0x155a50=_0x363044(_0x3edcc2))==null?void 0x0:_0x155a50['viewportScrollY'];},'getStickyLeftWidth':_0x3754ab=>{const _0x156220=_0x822fba;var _0x6879a2,_0x5180bf;let _0x1fead5=_0x3754ab[_0x156220(0x6f3)][_0x156220(0x2a7)]??_0x5d8b42,_0x4cfbb5=_0x1fead5==null?void 0x0:_0x1fead5[_0x156220(0x4a8)](_0x3754ab['childUnitId'],a['UniverInstanceType'][_0x156220(0x32f)]),_0x25bbf2=_0x4cfbb5==null||(_0x6879a2=_0x4cfbb5[_0x156220(0x316)](!0x0))==null||(_0x5180bf=_0x6879a2[_0x156220(0x6af)])==null||(_0x5180bf=_0x5180bf['call'](_0x6879a2))==null?void 0x0:_0x5180bf[_0x156220(0x5b3)];return _0x25bbf2!=null&&_0x25bbf2[_0x156220(0x7d7)]?0x0:(_0x25bbf2==null?void 0x0:_0x25bbf2[_0x156220(0x754)])??a[_0x156220(0x377)];},'getStickyHeaderHeight':_0x4af700=>{const _0x4e99ab=_0x822fba;let _0x21cd37=_0x4af700[_0x4e99ab(0x6f3)]['instanceService']??_0x5d8b42;return kl(_0x21cd37==null?void 0x0:_0x21cd37['getUnit'](_0x4af700[_0x4e99ab(0x442)],a[_0x4e99ab(0x747)][_0x4e99ab(0x32f)]));},'subscribeVerticalScroll':(_0xf04b87,_0x378982)=>{const _0xe75972=_0x822fba;let _0x2f7f9d=_0x363044(_0xf04b87);if(!_0x2f7f9d)return;let _0x1b8191=_0x2f7f9d[_0xe75972(0x98b)][_0xe75972(0x286)](_0x31afb1=>{const _0x30b3aa=_0xe75972;_0x378982(_0x31afb1[_0x30b3aa(0x4bc)]??_0x2f7f9d['viewportScrollY']??0x0);});return(0x0,a[_0xe75972(0x64a)])(()=>_0x1b8191[_0xe75972(0x465)]());},'handleWheel':_0x426a73=>{const _0x15f1ee=_0x822fba;var _0x28c55a;if(_0x426a73['source']!==_0x15f1ee(0x252)&&_0x426a73['source']!==_0x15f1ee(0x3ef)&&lr(_0x426a73[_0x15f1ee(0x29f)],_0x426a73[_0x15f1ee(0x63a)]))return!0x1;let _0x7b802d=((_0x28c55a=_0x426a73['runtimeScope'])==null?void 0x0:_0x28c55a[_0x15f1ee(0x583)])??_0x584476,_0x5840c=_0x7b802d!==_0x584476&&_0x7b802d[_0x15f1ee(0x54f)](p[_0x15f1ee(0x208)])?_0x7b802d[_0x15f1ee(0x53b)](p[_0x15f1ee(0x208)]):_0x6edd73;if(!_0x5840c)return!0x1;let _0x27f404=_0x5840c[_0x15f1ee(0x871)](_0x426a73[_0x15f1ee(0x442)]),_0x3dbcc2=_0x27f404==null?void 0x0:_0x27f404[_0x15f1ee(0x20c)];return uo(_0x426a73,_0x3dbcc2==null?void 0x0:_0x3dbcc2['getViewport'](p[_0x15f1ee(0x620)][_0x15f1ee(0x78a)]),_0x3dbcc2);}};function _0x363044(_0x1f9150){const _0x375c01=_0x822fba;var _0x522ecb,_0x23c933;let _0x1ddc18=((_0x522ecb=_0x1f9150['runtimeScope'])==null?void 0x0:_0x522ecb['injector'])??_0x584476,_0x250a4e=_0x1ddc18!==_0x584476&&_0x1ddc18[_0x375c01(0x54f)](p[_0x375c01(0x208)])?_0x1ddc18[_0x375c01(0x53b)](p[_0x375c01(0x208)]):_0x6edd73;return _0x250a4e==null||(_0x23c933=_0x250a4e[_0x375c01(0x871)](_0x1f9150[_0x375c01(0x442)]))==null||(_0x23c933=_0x23c933[_0x375c01(0x20c)])==null?void 0x0:_0x23c933[_0x375c01(0x8c5)](p['SHEET_VIEWPORT_KEY'][_0x375c01(0x78a)]);}}function Hl(_0x357037){const _0x5dce93=_0x1ed4d3;let _0x44568c=[];return[['base',s[_0x5dce93(0x878)],0x0],[_0x5dce93(0x4dc),D['SheetsOutlineUIMenuSchema'],0x64],[_0x5dce93(0x468),I[_0x5dce93(0x5ff)],0x64],[_0x5dce93(0x7ec),M['SheetsConditionalFormattingUIMenuSchema'],0x64],[_0x5dce93(0x61f),N[_0x5dce93(0x2d6)],0x64],['filter',ee[_0x5dce93(0x93a)],0x64],[_0x5dce93(0x374),P[_0x5dce93(0x8f6)],0x64],[_0x5dce93(0x481),te[_0x5dce93(0x99a)],0x64],[_0x5dce93(0x6f4),F['SheetsHyperLinkUIMenuSchema'],0x64],['thread-comment',re['SheetsThreadCommentUIMenuSchema'],0x64],['table',ne[_0x5dce93(0x32a)],0x64],[_0x5dce93(0x6d3),b[_0x5dce93(0x2d8)],0x64],[_0x5dce93(0x483),k[_0x5dce93(0x29c)],0x64],['pivot-table',O[_0x5dce93(0x5bc)],0x64],[_0x5dce93(0x7a3),E['SheetsChartUIMenuSchema'],0x64],['sparkline',j[_0x5dce93(0x6f7)],0x64],['shape',A['SheetsShapeUIMenuSchema'],0x64],[_0x5dce93(0x1fd),A[_0x5dce93(0x79a)],0x64]]['forEach'](([_0x194275,_0x373089,_0x2a6f2c])=>{const _0x544409=_0x5dce93;let _0x1de7b7=kn(_0x357037,{'id':'embed.sheets.'+_0x194275,'childType':a['UniverInstanceType']['UNIVER_SHEET'],'surface':_0x544409(0x4ca),'order':_0x2a6f2c,'menuSchema':_0x373089});_0x1de7b7&&_0x44568c['push'](_0x1de7b7);}),(0x0,a[_0x5dce93(0x64a)])(()=>_0x44568c[_0x5dce93(0x360)](_0x3bc9e8=>_0x3bc9e8[_0x5dce93(0x45b)]()));}function Ul(){const _0xd068f9=_0x1ed4d3;return{...ms({'childType':a['UniverInstanceType'][_0xd068f9(0x32f)],'productName':_0xd068f9(0x5ea)}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22formula-bar\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-embed-canvas-root]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20top:\x200\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','activateNavigationAtPoint':({childContext:_0x1c31ff,clientX:_0x12db8b,clientY:_0x2f3219,runtimeHost:_0x39853f})=>{const _0x4d4492=_0xd068f9;let _0x1b7047=ys(_0x39853f,'[data-u-comp=\x22slide-tab-item\x22]',_0x12db8b,_0x2f3219),_0x2fccce=_0x1b7047==null?void 0x0:_0x1b7047[_0x4d4492(0x964)]['id'],_0x28b0ab=_0x1c31ff[_0x4d4492(0x6f3)][_0x4d4492(0x30f)];return!_0x2fccce||!_0x28b0ab?!0x1:_0x28b0ab[_0x4d4492(0x6c0)](v['SetWorksheetActiveOperation']['id'],{'unitId':_0x1c31ff[_0x4d4492(0x442)],'subUnitId':_0x2fccce})!==!0x1;}}};}function Wl(_0x592419){const _0x140e6a=_0x1ed4d3;return{'childType':a[_0x140e6a(0x747)][_0x140e6a(0x32f)],'supportedLayouts':[_0x140e6a(0x282),_0x140e6a(0x6b8),_0x140e6a(0x808)],'canvasRootClassName':'univer-bg-gray-0\x20dark:!univer-bg-gray-900','scopedDependencies':[[s[_0x140e6a(0x6b4)],{'useClass':s[_0x140e6a(0x9cd)]}],[s['SheetCanvasPopManagerService']]],'beforeDeactivate':ql,'mount':_0x4a53d2=>{const _0x31b1a=_0x140e6a;var _0x3ac186;let _0x59cc85=_0x4a53d2[_0x31b1a(0x6f3)][_0x31b1a(0x583)],_0x130870=_0x4a53d2['runtimeScope'][_0x31b1a(0x64b)][_0x31b1a(0x2a6)]??_0x4a53d2[_0x31b1a(0x982)][_0x31b1a(0x97f)]??_0x4a53d2[_0x31b1a(0x982)]['contentRoot']??_0x4a53d2[_0x31b1a(0x982)]['rootElement'],_0x4d213a=_0x4a53d2[_0x31b1a(0x6f3)][_0x31b1a(0x64b)][_0x31b1a(0x684)]??_0x4a53d2[_0x31b1a(0x982)][_0x31b1a(0x815)]??_0x130870;_0x130870[_0x31b1a(0x964)]['embedChildRenderUnitId']=_0x4a53d2[_0x31b1a(0x442)],_0x130870['dataset'][_0x31b1a(0x766)]='sheet-workbench',_0x4d213a[_0x31b1a(0x964)][_0x31b1a(0x4f6)]=_0x4a53d2['childUnitId'],_0x4d213a[_0x31b1a(0x964)][_0x31b1a(0x766)]='sheet-overlay';let _0x49d782=_0x4a53d2['injector'][_0x31b1a(0x53b)](a[_0x31b1a(0x90d)])[_0x31b1a(0x4a8)](_0x4a53d2[_0x31b1a(0x442)],a[_0x31b1a(0x747)][_0x31b1a(0x32f)]),_0x444b79=_0x49d782?Bs(_0x4a53d2,_0x592419,_0x1855e5=>Kl(_0x49d782,_0x1855e5)):(0x0,a[_0x31b1a(0x64a)])(()=>{}),_0xaa9d86=xt(_0x4a53d2,p['IRenderManagerService'],_0x130870,{'scopedRenderInjector':!0x0})??(0x0,a[_0x31b1a(0x64a)])(()=>{}),_0x409e0e=Gl(_0x4a53d2),_0x5662bb=Xl(_0x4a53d2,_0x4d213a),_0x72449e=rn(_0x4d213a);return _0x72449e[_0x31b1a(0x2c3)]((0x0,m[_0x31b1a(0x689)])(qt,{'injector':_0x59cc85,'mountContainer':_0x4a53d2[_0x31b1a(0x6f3)][_0x31b1a(0x64b)][_0x31b1a(0x852)],'embedId':_0x4a53d2[_0x31b1a(0x666)],'children':(0x0,m[_0x31b1a(0x689)])(Zl,{'canvasRoot':_0x130870,'embedId':_0x4a53d2[_0x31b1a(0x666)],'fullscreen':!!_0x4a53d2[_0x31b1a(0x982)][_0x31b1a(0x44f)],'showChrome':Jl(_0x4a53d2),'readonly':((_0x3ac186=_0x4a53d2[_0x31b1a(0x3e8)])==null?void 0x0:_0x3ac186[_0x31b1a(0x7d1)])===_0x31b1a(0x7c4),'unitId':_0x4a53d2[_0x31b1a(0x442)]})})),(0x0,a[_0x31b1a(0x64a)])(()=>{const _0x374c86=_0x31b1a;_0x444b79[_0x374c86(0x45b)](),_0x5662bb[_0x374c86(0x45b)](),_0x409e0e[_0x374c86(0x45b)](),_0xaa9d86[_0x374c86(0x45b)](),an(_0x72449e),_0x130870[_0x374c86(0x89c)]&&(_0x130870[_0x374c86(0x526)](_0x374c86(0x890)),_0x130870[_0x374c86(0x526)](_0x374c86(0x988))),_0x4d213a[_0x374c86(0x89c)]&&(_0x4d213a[_0x374c86(0x526)]('data-embed-child-render-unit-id'),_0x4d213a[_0x374c86(0x526)](_0x374c86(0x988)));});}};}function Gl(_0x130609){const _0x181329=_0x1ed4d3;var _0x293d86;if(_0x130609[_0x181329(0x29f)]!==_0x181329(0x6b8))return(0x0,a[_0x181329(0x64a)])(()=>{});let _0x2de670=(_0x293d86=_0x130609[_0x181329(0x583)][_0x181329(0x53b)](p['IRenderManagerService'])['getRenderUnitById'](_0x130609[_0x181329(0x442)]))==null||(_0x293d86=_0x293d86[_0x181329(0x20c)]['getViewport'](p['SHEET_VIEWPORT_KEY']['VIEW_MAIN']))==null?void 0x0:_0x293d86[_0x181329(0x825)]();if(!_0x2de670)return(0x0,a[_0x181329(0x64a)])(()=>{});let _0x3bfed4=_0x2de670['hideTrackWhenUnscrollable'];return _0x2de670[_0x181329(0x806)]=!0x0,(0x0,a[_0x181329(0x64a)])(()=>{const _0x2a4a84=_0x181329;_0x2de670[_0x2a4a84(0x806)]=_0x3bfed4;});}function Kl(_0x48f4fa,_0xae1b7a){const _0x540ac1=_0x1ed4d3;var _0x5bac48;let _0x16198c=_0xae1b7a==null?void 0x0:_0xae1b7a[_0x540ac1(0x72f)],_0x2c6ae0=(_0x16198c?_0x48f4fa[_0x540ac1(0x885)](_0x16198c):void 0x0)??_0x48f4fa[_0x540ac1(0x91a)]()[0x0];_0x2c6ae0&&((_0x5bac48=_0x48f4fa[_0x540ac1(0x316)](!0x0))==null?void 0x0:_0x5bac48[_0x540ac1(0x2c5)]())!==_0x2c6ae0[_0x540ac1(0x2c5)]()&&_0x48f4fa[_0x540ac1(0x4d0)](_0x2c6ae0);}function ql(_0x40d5bb){const _0x4e0f64=_0x1ed4d3;var _0x1c003b,_0x1e7fe5;(_0x1c003b=_0x40d5bb[_0x4e0f64(0x6f3)][_0x4e0f64(0x30f)])==null||_0x1c003b['syncExecuteCommand'](s[_0x4e0f64(0x7b0)]['id'],{'visible':!0x1,'eventType':p['DeviceInputEventType']['PointerDown'],'unitId':_0x40d5bb[_0x4e0f64(0x442)]}),_0x40d5bb[_0x4e0f64(0x6f3)][_0x4e0f64(0x583)]['has'](s[_0x4e0f64(0x3f0)])&&_0x40d5bb[_0x4e0f64(0x6f3)][_0x4e0f64(0x583)][_0x4e0f64(0x53b)](s['CellPopupManagerService'])[_0x4e0f64(0x831)](_0x40d5bb[_0x4e0f64(0x442)]),(_0x1e7fe5=_0x40d5bb[_0x4e0f64(0x583)][_0x4e0f64(0x53b)](p[_0x4e0f64(0x208)])[_0x4e0f64(0x871)](_0x40d5bb[_0x4e0f64(0x442)]))==null||(_0x1e7fe5=_0x1e7fe5['scene'][_0x4e0f64(0x6a8)]())==null||_0x1e7fe5[_0x4e0f64(0x86d)]();}function Jl(_0x480f91){const _0x5d6baa=_0x1ed4d3;return _0x480f91[_0x5d6baa(0x982)][_0x5d6baa(0x7d1)]===_0x5d6baa(0x9c5)||!!_0x480f91[_0x5d6baa(0x982)][_0x5d6baa(0x44f)];}function Yl(_0x37c357,_0x51e436){const _0x9511ad=_0x1ed4d3;let _0x10ae0c=_0x37c357[_0x9511ad(0x3e6)][_0x9511ad(0x578)],_0x77709a=_0x37c357['style'][_0x9511ad(0x976)];return _0x37c357[_0x9511ad(0x3e6)]['top']=_0x51e436[_0x9511ad(0x894)]?_0x9511ad(0x923):'',_0x37c357[_0x9511ad(0x3e6)][_0x9511ad(0x976)]=_0x51e436[_0x9511ad(0x3c1)]?s[_0x9511ad(0x8d3)]+'px':'',(0x0,a['toDisposable'])(()=>{const _0x4f278f=_0x9511ad;_0x37c357[_0x4f278f(0x3e6)][_0x4f278f(0x578)]=_0x10ae0c,_0x37c357['style'][_0x4f278f(0x976)]=_0x77709a;});}function Xl(_0x1a34e1,_0x33b3af){const _0x54e02e=_0x1ed4d3;var _0x526647,_0x1029c8;return(_0x526647=_0x1a34e1['injector'])!=null&&(_0x1029c8=_0x526647[_0x54e02e(0x54f)])!=null&&_0x1029c8[_0x54e02e(0x5db)](_0x526647,Wr)?_0x1a34e1['injector'][_0x54e02e(0x53b)](Wr)[_0x54e02e(0x22c)]({'embedId':_0x1a34e1['embedId'],'childUnitId':_0x1a34e1[_0x54e02e(0x442)],'root':_0x1a34e1[_0x54e02e(0x982)]['rootElement'],'contentRoot':_0x33b3af}):(0x0,a[_0x54e02e(0x64a)])(()=>{});}function Zl(_0x21ad38){const _0x2fc6dd=_0x1ed4d3;let {canvasRoot:_0xbd1056,embedId:_0x5f54a6,fullscreen:_0x3e339b,readonly:_0x56dbe7,showChrome:_0x543b31,unitId:_0x1249e4}=_0x21ad38,_0x9dd4ac=(0x0,c[_0x2fc6dd(0x214)])(s[_0x2fc6dd(0x5d3)]),_0x434417=(0x0,c['useDependency'])(c['ComponentManager']),_0xc14c64=(0x0,c[_0x2fc6dd(0x2d7)])(Qn),_0x55f9d8=(0x0,c[_0x2fc6dd(0x713)])(()=>_0xc14c64[_0x2fc6dd(0x315)],_0xc14c64[_0x2fc6dd(0x28a)](),!0x1,[_0xc14c64]),_0x15d083=!_0x3e339b&&(_0x55f9d8==null?void 0x0:_0x55f9d8[_0x2fc6dd(0x666)])===_0x5f54a6&&_0x55f9d8[_0x2fc6dd(0x442)]===_0x1249e4,_0x3471d6=_0x434417[_0x2fc6dd(0x53b)]('SheetShapeTextEditorContainer')??_0x434417[_0x2fc6dd(0x53b)](_0x2fc6dd(0x346)),_0x43ee3d=_0x9dd4ac==null?void 0x0:_0x9dd4ac[_0x2fc6dd(0x324)],_0x26c433=(_0x9dd4ac==null?void 0x0:_0x9dd4ac[_0x2fc6dd(0x894)])??!0x0,_0x1ea194=_0x43ee3d===!0x1?!0x1:(_0x43ee3d==null?void 0x0:_0x43ee3d[_0x2fc6dd(0x3c1)])??!0x0,_0x34f79d=!_0x15d083&&_0x543b31&&_0x26c433,_0x80e695=!_0x15d083&&_0x543b31&&_0x1ea194;return(0x0,d[_0x2fc6dd(0x8a5)])(()=>{const _0x5c277d=_0x2fc6dd;let _0x3e1676=Yl(_0xbd1056,{'formulaBar':_0x34f79d,'sheetBar':_0x80e695});return()=>_0x3e1676[_0x5c277d(0x45b)]();},[_0xbd1056,_0x34f79d,_0x80e695]),_0x15d083?null:(0x0,m[_0x2fc6dd(0x9d3)])(m[_0x2fc6dd(0x611)],{'children':[(0x0,m[_0x2fc6dd(0x689)])(_0x2fc6dd(0x7ff),{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x2fc6dd(0x6bf),'children':(0x0,m[_0x2fc6dd(0x689)])(c['FloatDom'],{'unitId':_0x1249e4})}),_0x34f79d&&(0x0,m[_0x2fc6dd(0x689)])('div',{'className':_0x2fc6dd(0x66c),'style':{'height':0x1c},'children':(0x0,m[_0x2fc6dd(0x689)])(s[_0x2fc6dd(0x466)],{})}),!_0x56dbe7&&_0x3471d6&&(0x0,m['jsx'])(_0x3471d6,{}),!_0x56dbe7&&!(_0x9dd4ac!=null&&_0x9dd4ac[_0x2fc6dd(0x332)])&&(0x0,m['jsx'])(s[_0x2fc6dd(0x5aa)],{}),!_0x56dbe7&&(0x0,m[_0x2fc6dd(0x689)])(s[_0x2fc6dd(0x5c0)],{}),_0x80e695&&(0x0,m['jsx'])('div',{'className':_0x2fc6dd(0x686),'style':{'height':s[_0x2fc6dd(0x8d3)]},'children':(0x0,m['jsx'])(s[_0x2fc6dd(0x3ba)],{})})]});}const Ql=(0x0,d[_0x1ed4d3(0x5c8)])(({children:_0x5e0e6b,className:_0x2674ff,title:_0x4364d0,onClick:_0x32cbb7,onMouseDown:_0x3f16d6,onPointerDown:_0x43326c,..._0x5cbc1d},_0xf4a383)=>(0x0,m[_0x1ed4d3(0x689)])(l[_0x1ed4d3(0x674)],{'ref':_0xf4a383,'type':_0x1ed4d3(0x679),'size':_0x1ed4d3(0x2fb),'variant':_0x1ed4d3(0x889),'aria-label':(0x0,c[_0x1ed4d3(0x2d7)])(a[_0x1ed4d3(0x58e)])['t'](_0x4364d0),'className':(0x0,l['clsx'])(_0x1ed4d3(0x69f),_0x2674ff),'onPointerDown':_0x4aba49=>{const _0xc07607=_0x1ed4d3;_0x4aba49[_0xc07607(0x94b)](),_0x43326c==null||_0x43326c(_0x4aba49);},'onMouseDown':_0x16eebe=>{_0x16eebe['stopPropagation'](),_0x3f16d6==null||_0x3f16d6(_0x16eebe);},'onClick':_0xb16cdc=>{const _0x239d74=_0x1ed4d3;_0x32cbb7==null||_0x32cbb7(_0xb16cdc),_0xb16cdc[_0x239d74(0x94b)]();},..._0x5cbc1d,'children':_0x5e0e6b})),$l=(0x0,d[_0x1ed4d3(0x5c8)])(({title:_0x59d7ee,primary:_0x1363c1,disabled:_0x1b5f51,open:_0x2c8b85,onPrimaryClick:_0x4e8ce7,onMouseDown:_0x4ff941,onPointerDown:_0x8faea9,onClick:_0x136cf7,..._0x88a782},_0x33e7d2)=>(0x0,m[_0x1ed4d3(0x9d3)])(_0x1ed4d3(0x7ff),{'ref':_0x33e7d2,'className':(0x0,l[_0x1ed4d3(0x2e8)])('univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x2c8b85,'univer-cursor-not-allowed\x20univer-opacity-60':_0x1b5f51}),'onPointerDown':_0x4d6c06=>{const _0x32b8f6=_0x1ed4d3;_0x4d6c06[_0x32b8f6(0x94b)](),_0x8faea9==null||_0x8faea9(_0x4d6c06);},'onMouseDown':_0x5a797d=>{const _0x5f097b=_0x1ed4d3;_0x5a797d[_0x5f097b(0x94b)](),_0x4ff941==null||_0x4ff941(_0x5a797d);},'onClick':_0x2111d1=>{const _0x1ddb4f=_0x1ed4d3;_0x136cf7==null||_0x136cf7(_0x2111d1),_0x2111d1[_0x1ddb4f(0x94b)]();},..._0x88a782,'children':[(0x0,m[_0x1ed4d3(0x689)])(_0x1ed4d3(0x679),{'type':'button','aria-label':_0x59d7ee,'className':_0x1ed4d3(0x914),'disabled':_0x1b5f51,'onClick':_0x3a3df9=>{const _0x1c5d0e=_0x1ed4d3;_0x3a3df9[_0x1c5d0e(0x94b)](),_0x4e8ce7();},'children':_0x1363c1}),(0x0,m[_0x1ed4d3(0x689)])(l[_0x1ed4d3(0x3dd)],{'orientation':'vertical'}),(0x0,m[_0x1ed4d3(0x689)])('button',{'type':_0x1ed4d3(0x679),'aria-label':_0x59d7ee,'className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','disabled':_0x1b5f51,'children':(0x0,m[_0x1ed4d3(0x689)])(u[_0x1ed4d3(0x97d)],{})})]}));$l['displayName']=_0x1ed4d3(0x43a);function eu(_0x135aee){const _0x4804e9=_0x1ed4d3;let {children:_0x1e5c76,title:_0x2047d7,className:_0x4a0c5b,disabled:_0x13e032,active:_0x407d19,onClick:_0x2a1fc5}=_0x135aee;return(0x0,m[_0x4804e9(0x689)])(ra,{'title':_0x2047d7,'placement':_0x4804e9(0x976),'children':(0x0,m[_0x4804e9(0x689)])(c[_0x4804e9(0x362)],{'className':(0x0,l[_0x4804e9(0x2e8)])(_0x4804e9(0x234),_0x4a0c5b),'disabled':_0x13e032,'active':_0x407d19,'onClick':_0x2a1fc5,'children':_0x1e5c76})});}function tu(_0x5e92ed){const _0x12800a=_0x1ed4d3;let {item:_0x2a2465,children:_0x3c529c,title:_0x2f0c83,onClick:_0x5200b2}=_0x5e92ed,{hidden:_0x798d70,disabled:_0x49b01b,activated:_0x493665}=nu(_0x2a2465),_0x146e4f=(0x0,c['useDependency'])(a[_0x12800a(0x58e)]);return!_0x2a2465||_0x798d70?null:(0x0,m[_0x12800a(0x689)])(eu,{'title':_0x146e4f['t'](_0x2f0c83),'disabled':_0x49b01b,'active':_0x493665,'onClick':_0x5200b2,'children':_0x3c529c});}function nu(_0x30ec5c){const _0x533f58=_0x1ed4d3;return{'hidden':(0x0,c[_0x533f58(0x713)])(()=>{const _0x31c390=_0x533f58;var _0x314824;return(_0x30ec5c==null||(_0x314824=_0x30ec5c['hidden$'])==null?void 0x0:_0x314824[_0x31c390(0x83c)]((0x0,f[_0x31c390(0x6a0)])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x30ec5c]),'disabled':(0x0,c['useObservable'])(()=>{const _0x515b65=_0x533f58;var _0x152f07;return(_0x30ec5c==null||(_0x152f07=_0x30ec5c[_0x515b65(0x56f)])==null?void 0x0:_0x152f07[_0x515b65(0x83c)]((0x0,f[_0x515b65(0x6a0)])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x30ec5c]),'activated':(0x0,c[_0x533f58(0x713)])(()=>{const _0x21d714=_0x533f58;var _0x1c3316;return(_0x30ec5c==null||(_0x1c3316=_0x30ec5c[_0x21d714(0x8c0)])==null?void 0x0:_0x1c3316[_0x21d714(0x83c)]((0x0,f[_0x21d714(0x6a0)])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x30ec5c]),'value':(0x0,c[_0x533f58(0x713)])(()=>{const _0xb80f5f=_0x533f58;var _0x754a62;return(_0x30ec5c==null||(_0x754a62=_0x30ec5c['value$'])==null?void 0x0:_0x754a62[_0xb80f5f(0x83c)]((0x0,f['startWith'])(void 0x0)))??(0x0,f['of'])(void 0x0);},void 0x0,!0x1,[_0x30ec5c])};}function ru(_0x2f3fa8){const _0x2d3d80=_0x1ed4d3;return _0x2f3fa8['tooltip']??_0x2f3fa8[_0x2d3d80(0x61d)]??_0x2f3fa8['id'];}function iu(_0x1c5ff6){const _0x2acc5b=_0x1ed4d3;return typeof _0x1c5ff6[_0x2acc5b(0x50a)]==_0x2acc5b(0x23d)?_0x1c5ff6[_0x2acc5b(0x50a)]:typeof _0x1c5ff6[_0x2acc5b(0x2fe)]==_0x2acc5b(0x23d)||typeof _0x1c5ff6['value']==_0x2acc5b(0x584)?String(_0x1c5ff6[_0x2acc5b(0x2fe)]):_0x1c5ff6['id']??'';}function au(_0x3326a4){const _0x58b937=_0x1ed4d3;return _0x3326a4===a[_0x58b937(0x7a1)][_0x58b937(0x952)]?(0x0,m[_0x58b937(0x689)])(u[_0x58b937(0x54a)],{}):_0x3326a4===a[_0x58b937(0x7a1)][_0x58b937(0x7ac)]?(0x0,m[_0x58b937(0x689)])(u[_0x58b937(0x88e)],{}):(0x0,m[_0x58b937(0x689)])(u[_0x58b937(0x2e1)],{});}function ou(_0x51a844){return _0x51a844 instanceof HTMLElement&&!!_0x51a844['closest']('button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select');}function $(_0x4c7b7e){const _0x1b73be=_0x1ed4d3;_0x4c7b7e[_0x1b73be(0x94b)](),ou(_0x4c7b7e[_0x1b73be(0x1f6)])||_0x4c7b7e[_0x1b73be(0x4fd)]();}function su(_0x47d955,_0x26454e){const _0x25163c=_0x1ed4d3;if(!(_0x47d955 instanceof HTMLElement))return!0x1;let _0x2310d7=_0x47d955['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]');return(_0x2310d7==null?void 0x0:_0x2310d7[_0x25163c(0x2d4)]('data-embed-id'))===_0x26454e;}function cu(_0x144017,_0x53be20){const _0x56a311=_0x1ed4d3;let _0x94931b=_0x144017['target'];su(_0x94931b,_0x53be20)&&_0x144017[_0x56a311(0x4fd)]();}function lu(_0x356eba){const _0x9a37be=_0x1ed4d3;let {embedId:_0x1dcecc,children:_0x545292,onPointerDown:_0x5b3617}=_0x356eba;return(0x0,m[_0x9a37be(0x689)])(_0x9a37be(0x301),{'data-embed-id':_0x1dcecc,'data-embed-floating-menu-popup':'true','className':'univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x5b3617,'onMouseDown':$,'children':_0x545292});}function uu(_0x537b1d){const _0x76f22d=_0x1ed4d3;let {children:_0x405bc7}=_0x537b1d;return(0x0,m['jsx'])(_0x76f22d(0x7ff),{'className':_0x76f22d(0x22e),'children':_0x405bc7});}function du(_0x2cbf04){const _0x41b9b0=_0x1ed4d3;let {embedId:_0x26ec0c,title:_0x2cf84b,trigger:_0x282fbf,overlay:_0x2974ac,disabled:_0x3fc6e2,triggerClassName:_0xc165f9,open:_0x2f96f0,onOpenChange:_0x302bcb}=_0x2cbf04,_0xdaf24f=(0x0,c[_0x41b9b0(0x2d7)])(a[_0x41b9b0(0x58e)]),_0x50751c=(0x0,m[_0x41b9b0(0x689)])(l['Dropdown'],{'disabled':_0x3fc6e2,'align':_0x41b9b0(0x336),'sideOffset':0x6,'open':_0x2f96f0,'onOpenChange':_0x302bcb,'onPointerDownOutside':_0x19e23e=>cu(_0x19e23e,_0x26ec0c),'onFocusOutside':_0x145d00=>cu(_0x145d00,_0x26ec0c),'onInteractOutside':_0x4e488c=>cu(_0x4e488c,_0x26ec0c),'overlay':(0x0,m[_0x41b9b0(0x689)])(_0x41b9b0(0x7ff),{'data-embed-id':_0x26ec0c,'data-embed-floating-menu-popup':_0x41b9b0(0x85d),'onPointerDown':$,'onMouseDown':$,'children':_0x2974ac}),'children':(0x0,m[_0x41b9b0(0x689)])(Ql,{'title':_0x2cf84b,'data-state':_0x2f96f0?_0x41b9b0(0x4ae):_0x41b9b0(0x267),'disabled':_0x3fc6e2,'className':_0xc165f9,'children':_0x282fbf})});return(0x0,m[_0x41b9b0(0x689)])(ra,{'title':_0xdaf24f['t'](_0x2cf84b),'placement':_0x41b9b0(0x976),'children':_0x50751c});}function fu(_0x8ac164){const _0x475be3=_0x1ed4d3;let {children:_0x16f4eb}=_0x8ac164;return(0x0,m[_0x475be3(0x689)])('section',{'className':_0x475be3(0x8b0),'onPointerDown':$,'onMouseDown':$,'children':_0x16f4eb});}function pu(_0x3292f4){const _0x2a2693=_0x1ed4d3;let {children:_0x195675}=_0x3292f4;return(0x0,m[_0x2a2693(0x689)])(_0x2a2693(0x301),{'className':'univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':$,'onMouseDown':$,'children':_0x195675});}function mu(_0x467ab){const _0x1ea53f=_0x1ed4d3;let {children:_0x3f2922,icon:_0x18f115,onClick:_0x51ee4a}=_0x467ab;return(0x0,m[_0x1ea53f(0x9d3)])(_0x1ea53f(0x679),{'type':_0x1ea53f(0x679),'className':_0x1ea53f(0x902),'onClick':_0x51ee4a,'children':[(0x0,m['jsx'])('span',{'className':'univer-flex\x20univer-items-center\x20univer-justify-center','children':_0x18f115}),(0x0,m['jsx'])(_0x1ea53f(0x7a6),{'className':_0x1ea53f(0x382),'children':_0x3f2922})]});}function hu(_0x46b667){const _0x40c4ae=_0x1ed4d3;let {children:_0x2e40c8,icon:_0x5d5b75,active:_0x1fdfb6,onClick:_0x25ed35}=_0x46b667;return(0x0,m[_0x40c4ae(0x9d3)])('button',{'type':'button','className':(0x0,l[_0x40c4ae(0x2e8)])('univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700',{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x1fdfb6}),'onClick':_0x25ed35,'children':[_0x5d5b75,_0x2e40c8]});}function gu(_0x5c90e3){const _0x268144=_0x1ed4d3;let {title:_0x3db1d7,active:_0x71f6f,disabled:_0x27b02c,children:_0x188e2c,onClick:_0x52fd23}=_0x5c90e3;return(0x0,m[_0x268144(0x689)])(ra,{'title':(0x0,c['useDependency'])(a[_0x268144(0x58e)])['t'](_0x3db1d7),'placement':_0x268144(0x976),'children':(0x0,m[_0x268144(0x689)])(c[_0x268144(0x362)],{'className':_0x268144(0x698),'disabled':_0x27b02c,'active':_0x71f6f,'onClick':_0x52fd23,'children':_0x188e2c})});}function _u(){const _0x526971=_0x1ed4d3;return[...s[_0x526971(0x246)]];}function vu(){const _0xa794e0=_0x1ed4d3;return[...c[_0xa794e0(0x2e4)]];}function yu(_0xd986c2){const _0x40cf0f=_0x1ed4d3;return!_0xd986c2||!(_0x40cf0f(0x82b)in _0xd986c2)||!Array[_0x40cf0f(0x737)](_0xd986c2['selections'])?[]:_0xd986c2[_0x40cf0f(0x82b)];}function bu(_0x5141f0){const _0x1e6a5a=_0x1ed4d3;let {menuItem:_0x129e81,onClick:_0xd12db0}=_0x5141f0,{hidden:_0x4053d8,disabled:_0x10d01c,value:_0x593660}=nu(_0x129e81),_0x33007e=(0x0,c[_0x1e6a5a(0x2d7)])(a[_0x1e6a5a(0x58e)]);if(!_0x129e81||_0x4053d8)return null;let _0x1ed721=_0x33007e['t']('embed-ui.sheetsFloating.toolbar.numberFormat');return(0x0,m['jsx'])(ra,{'title':_0x1ed721,'placement':'bottom','children':(0x0,m[_0x1e6a5a(0x9d3)])(Ql,{'title':_0x1ed721,'disabled':_0x10d01c,'onClick':_0xd12db0,'children':[(0x0,m['jsx'])(u[_0x1e6a5a(0x357)],{}),(0x0,m[_0x1e6a5a(0x689)])(_0x1e6a5a(0x7a6),{'children':typeof _0x593660==_0x1e6a5a(0x23d)&&_0x593660?_0x593660:_0x1e6a5a(0x7e1)}),(0x0,m[_0x1e6a5a(0x689)])(u[_0x1e6a5a(0x97d)],{})]})});}function xu(_0x1a0de0){const _0x3b9cd4=_0x1ed4d3;let {embedId:_0x1a65e6,menuItem:_0x3f327c,title:_0x2b33d2,open:_0x283938,onOpenChange:_0x394e93,onSelect:_0x27a72d}=_0x1a0de0,{hidden:_0x22d14f,disabled:_0x399c08,value:_0x14b6cf}=nu(_0x3f327c);if(!_0x3f327c||_0x22d14f)return null;let _0x5f23c1=typeof _0x14b6cf==_0x3b9cd4(0x23d)&&_0x14b6cf?_0x14b6cf:'Arial';return(0x0,m[_0x3b9cd4(0x689)])(du,{'embedId':_0x1a65e6,'disabled':_0x399c08,'title':_0x2b33d2,'open':_0x283938,'onOpenChange':_0x394e93,'trigger':(0x0,m[_0x3b9cd4(0x9d3)])(m['Fragment'],{'children':[(0x0,m['jsx'])('span',{'className':'univer-w-28\x20univer-truncate\x20univer-text-left','children':_0x5f23c1}),(0x0,m[_0x3b9cd4(0x689)])(u[_0x3b9cd4(0x97d)],{})]}),'overlay':(0x0,m[_0x3b9cd4(0x689)])('div',{'className':_0x3b9cd4(0x2a5),'onPointerDown':$,'onMouseDown':$,'children':(0x0,m[_0x3b9cd4(0x689)])(c['FontFamilyItem'],{'value':_0x5f23c1,'onChange':_0x12cfc8=>{_0x27a72d(_0x12cfc8),_0x394e93(!0x1);}})})});}function Su(_0x3eb031){const _0x67f3a5=_0x1ed4d3;let {embedId:_0xeb25fb,menuItem:_0x4c5c8c,title:_0x445856,open:_0x4f4f91,onOpenChange:_0x354cf2,onSelect:_0x1c8f9b}=_0x3eb031,{hidden:_0x154823,disabled:_0x16f220,value:_0x4bfa0f}=nu(_0x4c5c8c);if(!_0x4c5c8c||_0x154823)return null;let _0x4702e0=typeof _0x4bfa0f==_0x67f3a5(0x584)||typeof _0x4bfa0f==_0x67f3a5(0x23d)?Number(_0x4bfa0f):0xb;return(0x0,m[_0x67f3a5(0x689)])(du,{'embedId':_0xeb25fb,'disabled':_0x16f220,'title':_0x445856,'open':_0x4f4f91,'onOpenChange':_0x354cf2,'trigger':(0x0,m[_0x67f3a5(0x9d3)])(m['Fragment'],{'children':[(0x0,m[_0x67f3a5(0x689)])(_0x67f3a5(0x7a6),{'className':_0x67f3a5(0x643),'children':_0x4702e0}),(0x0,m[_0x67f3a5(0x689)])(u[_0x67f3a5(0x97d)],{})]}),'overlay':(0x0,m[_0x67f3a5(0x689)])(_0x67f3a5(0x7ff),{'className':_0x67f3a5(0x61b),'onPointerDown':$,'onMouseDown':$,'children':vu()[_0x67f3a5(0x572)](_0x1fbf0a=>{const _0x328735=_0x67f3a5;let _0x3907c9=Number(_0x1fbf0a[_0x328735(0x2fe)])===_0x4702e0;return(0x0,m[_0x328735(0x9d3)])(_0x328735(0x679),{'type':_0x328735(0x679),'className':(0x0,l[_0x328735(0x2e8)])('univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x3907c9}),'onClick':()=>{const _0x42e0c6=_0x328735;_0x1c8f9b(String(_0x1fbf0a[_0x42e0c6(0x2fe)])),_0x354cf2(!0x1);},'children':[(0x0,m[_0x328735(0x689)])(_0x328735(0x7a6),{'children':_0x1fbf0a[_0x328735(0x50a)]}),_0x3907c9&&(0x0,m[_0x328735(0x689)])(u[_0x328735(0x837)],{'className':'univer-text-primary-600'})]},_0x1fbf0a[_0x328735(0x2fe)]);})})});}function Cu(_0x561119){const _0x2b01db=_0x1ed4d3;let {embedId:_0x5dbd9d,menuItem:_0x454fb9,open:_0x35f737,onOpenChange:_0xd3ac25,execute:_0xdfa6f}=_0x561119,{hidden:_0x4e50f1,disabled:_0x2a4590}=nu(_0x454fb9);return!_0x454fb9||_0x4e50f1?null:(0x0,m['jsx'])(du,{'embedId':_0x5dbd9d,'disabled':_0x2a4590,'title':_0x2b01db(0x736),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x35f737,'onOpenChange':_0xd3ac25,'trigger':(0x0,m[_0x2b01db(0x9d3)])(m[_0x2b01db(0x611)],{'children':[(0x0,m[_0x2b01db(0x689)])(u[_0x2b01db(0x582)],{}),(0x0,m[_0x2b01db(0x689)])(u[_0x2b01db(0x97d)],{})]}),'overlay':(0x0,m[_0x2b01db(0x689)])(lu,{'embedId':_0x5dbd9d,'onPointerDown':_0xedd2aa=>_0xedd2aa[_0x2b01db(0x94b)](),'children':(0x0,m[_0x2b01db(0x9d3)])(uu,{'children':[(0x0,m[_0x2b01db(0x689)])(Tu,{'item':_0x454fb9,'title':'embed-ui.sheetsFloating.align.left','onClick':()=>_0xdfa6f(_0x454fb9,{'value':a['HorizontalAlign'][_0x2b01db(0x567)]}),'children':(0x0,m[_0x2b01db(0x689)])(u['LeftJustifyingIcon'],{})}),(0x0,m['jsx'])(Tu,{'item':_0x454fb9,'title':'embed-ui.sheetsFloating.align.center','onClick':()=>_0xdfa6f(_0x454fb9,{'value':a['HorizontalAlign'][_0x2b01db(0x8f2)]}),'children':(0x0,m[_0x2b01db(0x689)])(u[_0x2b01db(0x7ba)],{})}),(0x0,m['jsx'])(Tu,{'item':_0x454fb9,'title':_0x2b01db(0x221),'onClick':()=>_0xdfa6f(_0x454fb9,{'value':a['HorizontalAlign'][_0x2b01db(0x25e)]}),'children':(0x0,m[_0x2b01db(0x689)])(u['RightJustifyingIcon'],{})})]})})});}function wu(_0x381fd2){const _0x265088=_0x1ed4d3;let {embedId:_0x582e80,menuItem:_0x3be743,open:_0x34b6be,onOpenChange:_0x562655,execute:_0x111858}=_0x381fd2,{hidden:_0xa31639,disabled:_0x15a780}=nu(_0x3be743);return!_0x3be743||_0xa31639?null:(0x0,m['jsx'])(du,{'embedId':_0x582e80,'disabled':_0x15a780,'title':_0x265088(0x3d1),'triggerClassName':_0x265088(0x663),'open':_0x34b6be,'onOpenChange':_0x562655,'trigger':(0x0,m[_0x265088(0x9d3)])(m[_0x265088(0x611)],{'children':[(0x0,m[_0x265088(0x689)])(u[_0x265088(0x49e)],{}),(0x0,m[_0x265088(0x689)])(u[_0x265088(0x97d)],{})]}),'overlay':(0x0,m['jsx'])(lu,{'embedId':_0x582e80,'onPointerDown':_0x35470a=>_0x35470a['stopPropagation'](),'children':(0x0,m['jsxs'])(uu,{'children':[(0x0,m[_0x265088(0x689)])(Tu,{'item':_0x3be743,'title':_0x265088(0x27f),'onClick':()=>_0x111858(_0x3be743,{'value':a['VerticalAlign'][_0x265088(0x642)]}),'children':(0x0,m[_0x265088(0x689)])(u[_0x265088(0x84b)],{})}),(0x0,m['jsx'])(Tu,{'item':_0x3be743,'title':_0x265088(0x654),'onClick':()=>_0x111858(_0x3be743,{'value':a[_0x265088(0x81a)]['MIDDLE']}),'children':(0x0,m[_0x265088(0x689)])(u[_0x265088(0x49e)],{})}),(0x0,m[_0x265088(0x689)])(Tu,{'item':_0x3be743,'title':_0x265088(0x948),'onClick':()=>_0x111858(_0x3be743,{'value':a['VerticalAlign'][_0x265088(0x6f0)]}),'children':(0x0,m['jsx'])(u['AlignBottomIcon'],{})})]})})});}function Tu(_0xb5d25b){const _0x3f079d=_0x1ed4d3;let {item:_0x139043,title:_0x5db0a3,children:_0x38d828,onClick:_0x3fa88f}=_0xb5d25b,{hidden:_0x38414f,disabled:_0x55750f,activated:_0x289e16}=nu(_0x139043);return!_0x139043||_0x38414f?null:(0x0,m[_0x3f079d(0x689)])(gu,{'title':_0x5db0a3,'disabled':_0x55750f,'active':_0x289e16,'onClick':_0x3fa88f,'children':_0x38d828});}function Eu(_0x2fdb0a){const _0x174773=_0x1ed4d3;let {embedId:_0x1e30b5,menuItem:_0x418802,title:_0x3cd8f4,icon:_0x318776,defaultColor:_0x1c5b12,open:_0x3cea7e,onOpenChange:_0x35e287,onChange:_0x536731,onReset:_0x3dcec8}=_0x2fdb0a,_0xbf0458=(0x0,c[_0x174773(0x2d7)])(a[_0x174773(0x58e)]),{hidden:_0x1df7b9,disabled:_0x70a025,value:_0xfa31bf}=nu(_0x418802),[_0x3751e1,_0xc30000]=(0x0,d[_0x174773(0x632)])(_0x1c5b12);if(!_0x418802||_0x1df7b9)return null;let _0x4726a6=(0x0,m[_0x174773(0x689)])(l[_0x174773(0x788)],{'disabled':_0x70a025,'align':_0x174773(0x336),'sideOffset':0x6,'open':_0x3cea7e,'onOpenChange':_0x35e287,'onPointerDownOutside':_0x410e9d=>cu(_0x410e9d,_0x1e30b5),'onFocusOutside':_0x219865=>cu(_0x219865,_0x1e30b5),'onInteractOutside':_0x1cffa7=>cu(_0x1cffa7,_0x1e30b5),'overlay':(0x0,m[_0x174773(0x9d3)])(_0x174773(0x7ff),{'data-embed-id':_0x1e30b5,'data-embed-floating-menu-popup':_0x174773(0x85d),'className':_0x174773(0x8b2),'onPointerDown':$,'onMouseDown':$,'children':[(0x0,m[_0x174773(0x689)])(l['ColorPicker'],{'value':typeof _0xfa31bf==_0x174773(0x23d)&&_0xfa31bf?_0xfa31bf:_0x3751e1,'onChange':_0x3d3a0a=>{_0xc30000(_0x3d3a0a),_0x536731(_0x3d3a0a);}}),(0x0,m['jsx'])(l[_0x174773(0x3dd)],{}),(0x0,m[_0x174773(0x9d3)])(_0x174773(0x679),{'type':_0x174773(0x679),'className':_0x174773(0x905),'onClick':()=>{_0xc30000(_0x1c5b12),_0x3dcec8(),_0x35e287(!0x1);},'children':[(0x0,m['jsx'])(u[_0x174773(0x7b5)],{}),(0x0,m[_0x174773(0x689)])('span',{'children':_0xbf0458['t'](_0x174773(0x564))})]})]}),'children':(0x0,m['jsx'])(Ql,{'title':_0x3cd8f4,'disabled':_0x70a025,'children':_0x318776})});return(0x0,m[_0x174773(0x689)])(ra,{'title':_0xbf0458['t'](_0x3cd8f4),'placement':_0x174773(0x976),'children':_0x4726a6});}function Du(_0xd59029){const _0x1c2bad=_0x1ed4d3;let {embedId:_0xc46bf4,menuItem:_0x4543d4,open:_0x10ab15,onOpenChange:_0x2a9d2c,onSelect:_0x1787b5}=_0xd59029,_0x31a99c=(0x0,c[_0x1c2bad(0x2d7)])(a[_0x1c2bad(0x58e)]),_0x725efe=(0x0,c['useDependency'])(c['IconManager']),{hidden:_0x1f4d26,disabled:_0x2f9271}=nu(_0x4543d4),[_0x4ad459,_0x25e0a5]=(0x0,d[_0x1c2bad(0x632)])(a[_0x1c2bad(0x842)][_0x1c2bad(0x53d)]),[_0x130a4d,_0x2c5933]=(0x0,d[_0x1c2bad(0x632)])(a[_0x1c2bad(0x83a)][_0x1c2bad(0x7f1)]),[_0x30cba3,_0x24227c]=(0x0,d[_0x1c2bad(0x632)])(_0x1c2bad(0x33e));if(!_0x4543d4||_0x1f4d26)return null;let _0x5f17d8=(_0x2065bb=_0x4ad459,_0x23006f=_0x130a4d,_0x1a30ac=_0x30cba3)=>{_0x25e0a5(_0x2065bb),_0x2c5933(_0x23006f),_0x24227c(_0x1a30ac),_0x1787b5(_0x2065bb,_0x23006f,_0x1a30ac);},_0x2046ea=_0x118c2e=>{const _0x3e2543=_0x1c2bad;var _0xa521b7;return((_0xa521b7=_u()[_0x3e2543(0x961)](_0x4fca8a=>_0x4fca8a['value']===_0x118c2e))==null?void 0x0:_0xa521b7['icon'])??_0x3e2543(0x337);},_0x42e04f=(_0x450672,_0x58155e=_0x1c2bad(0x9b3))=>{const _0x5f1229=_0x1c2bad;let _0x4f2674=_0x725efe[_0x5f1229(0x53b)](_0x450672);return _0x4f2674?(0x0,m[_0x5f1229(0x689)])(_0x4f2674,{'className':_0x58155e}):(0x0,m['jsx'])(u[_0x5f1229(0x7ed)],{});},_0x1d3070=(0x0,m[_0x1c2bad(0x689)])(l[_0x1c2bad(0x788)],{'disabled':_0x2f9271,'align':_0x1c2bad(0x336),'sideOffset':0x6,'open':_0x10ab15,'onOpenChange':_0x2a9d2c,'onPointerDownOutside':_0x3df247=>cu(_0x3df247,_0xc46bf4),'onFocusOutside':_0x3c9f02=>cu(_0x3c9f02,_0xc46bf4),'onInteractOutside':_0x33fbf7=>cu(_0x33fbf7,_0xc46bf4),'overlay':(0x0,m['jsxs'])(lu,{'embedId':_0xc46bf4,'onPointerDown':_0x18ee3e=>_0x18ee3e['stopPropagation'](),'children':[(0x0,m[_0x1c2bad(0x689)])(_0x1c2bad(0x7ff),{'className':'univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_u()['map'](_0x23f72e=>(0x0,m[_0x1c2bad(0x689)])(gu,{'title':_0x23f72e[_0x1c2bad(0x50a)],'active':_0x4ad459===_0x23f72e[_0x1c2bad(0x2fe)],'onClick':()=>_0x5f17d8(_0x23f72e[_0x1c2bad(0x2fe)]),'children':_0x42e04f(_0x23f72e[_0x1c2bad(0x409)])},_0x23f72e[_0x1c2bad(0x2fe)]))}),(0x0,m['jsx'])(l[_0x1c2bad(0x3dd)],{}),(0x0,m[_0x1c2bad(0x9d3)])(uu,{'children':[(0x0,m['jsx'])(l[_0x1c2bad(0x788)],{'align':_0x1c2bad(0x336),'sideOffset':0x6,'onPointerDownOutside':_0xe1481f=>cu(_0xe1481f,_0xc46bf4),'onFocusOutside':_0x37d736=>cu(_0x37d736,_0xc46bf4),'onInteractOutside':_0x48ff1f=>cu(_0x48ff1f,_0xc46bf4),'overlay':(0x0,m[_0x1c2bad(0x689)])('div',{'data-embed-id':_0xc46bf4,'data-embed-floating-menu-popup':_0x1c2bad(0x85d),'className':_0x1c2bad(0x7f5),'onPointerDown':$,'onMouseDown':$,'children':(0x0,m['jsx'])(l['ColorPicker'],{'value':_0x30cba3,'onChange':_0x374b50=>_0x5f17d8(_0x4ad459,_0x130a4d,_0x374b50)})}),'children':(0x0,m[_0x1c2bad(0x9d3)])(gu,{'title':'embed-ui.sheetsFloating.borderLine.borderColor','active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,m[_0x1c2bad(0x689)])(u[_0x1c2bad(0x28c)],{'extend':{'colorChannel1':_0x30cba3}}),(0x0,m['jsx'])(u[_0x1c2bad(0x97d)],{})]})}),(0x0,m[_0x1c2bad(0x689)])(l['Dropdown'],{'align':'start','sideOffset':0x6,'onPointerDownOutside':_0x11d9c7=>cu(_0x11d9c7,_0xc46bf4),'onFocusOutside':_0x20d2b6=>cu(_0x20d2b6,_0xc46bf4),'onInteractOutside':_0x5ce133=>cu(_0x5ce133,_0xc46bf4),'overlay':(0x0,m[_0x1c2bad(0x689)])(_0x1c2bad(0x7ff),{'data-embed-id':_0xc46bf4,'data-embed-floating-menu-popup':_0x1c2bad(0x85d),'className':'univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':$,'onMouseDown':$,'children':s[_0x1c2bad(0x604)][_0x1c2bad(0x572)](_0x5f077c=>(0x0,m[_0x1c2bad(0x689)])(_0x1c2bad(0x679),{'type':'button','className':(0x0,l[_0x1c2bad(0x2e8)])(_0x1c2bad(0x534),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x130a4d===_0x5f077c[_0x1c2bad(0x2fe)]}),'onClick':()=>_0x5f17d8(_0x4ad459,_0x5f077c[_0x1c2bad(0x2fe)]),'children':(0x0,m[_0x1c2bad(0x689)])(s[_0x1c2bad(0x664)],{'className':_0x1c2bad(0x752),'type':_0x5f077c[_0x1c2bad(0x2fe)]})},_0x5f077c['value']))}),'children':(0x0,m[_0x1c2bad(0x9d3)])(gu,{'title':_0x1c2bad(0x60d),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,m[_0x1c2bad(0x689)])(s[_0x1c2bad(0x664)],{'className':'univer-fill-gray-900\x20dark:!univer-fill-gray-0','type':_0x130a4d}),(0x0,m[_0x1c2bad(0x689)])(u[_0x1c2bad(0x97d)],{})]})})]})]}),'children':(0x0,m[_0x1c2bad(0x689)])($l,{'title':_0x31a99c['t'](_0x1c2bad(0x609)),'disabled':_0x2f9271,'open':_0x10ab15,'primary':_0x42e04f(_0x2046ea(_0x4ad459),_0x1c2bad(0x89a)),'onPrimaryClick':()=>{_0x5f17d8(),_0x2a9d2c(!0x1);}})});return(0x0,m[_0x1c2bad(0x689)])(ra,{'title':_0x31a99c['t'](_0x1c2bad(0x609)),'placement':'bottom','children':_0x1d3070});}function Ou(_0x201a89){const _0x371cc4=_0x1ed4d3;let {embedId:_0x51eb9c,menuItems:_0x232f5c,open:_0x28665f,onOpenChange:_0x45bbb4,execute:_0x2c8121}=_0x201a89,_0x26bd83=(0x0,c[_0x371cc4(0x2d7)])(a['LocaleService']),{hidden:_0x467a9e,disabled:_0x5bbca7}=nu(_0x232f5c==null?void 0x0:_0x232f5c[_0x371cc4(0x903)]),_0x18a832=[];return[{'item':_0x232f5c==null?void 0x0:_0x232f5c[_0x371cc4(0x41e)],'icon':(0x0,m[_0x371cc4(0x689)])(u['MergeAllIcon'],{})},{'item':_0x232f5c==null?void 0x0:_0x232f5c['vertical'],'icon':(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x5dd)],{})},{'item':_0x232f5c==null?void 0x0:_0x232f5c[_0x371cc4(0x95c)],'icon':(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x574)],{})},{'item':_0x232f5c==null?void 0x0:_0x232f5c[_0x371cc4(0x96c)],'icon':(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x96d)],{})}]['forEach'](({item:_0x560fbc,icon:_0x4416f1})=>{const _0x53b136=_0x371cc4;_0x560fbc&&_0x18a832[_0x53b136(0x2fa)]({'item':_0x560fbc,'icon':_0x4416f1});}),!(_0x232f5c!=null&&_0x232f5c[_0x371cc4(0x903)])||_0x467a9e||!_0x18a832[_0x371cc4(0x9ba)]?null:(0x0,m['jsx'])(du,{'embedId':_0x51eb9c,'disabled':_0x5bbca7,'title':_0x371cc4(0x516),'triggerClassName':_0x371cc4(0x663),'open':_0x28665f,'onOpenChange':_0x45bbb4,'trigger':(0x0,m[_0x371cc4(0x9d3)])(m[_0x371cc4(0x611)],{'children':[(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x741)],{}),(0x0,m[_0x371cc4(0x689)])(u[_0x371cc4(0x97d)],{})]}),'overlay':(0x0,m[_0x371cc4(0x689)])(pu,{'children':_0x18a832['map'](({item:_0x265cf8,icon:_0x1ce53c})=>(0x0,m[_0x371cc4(0x689)])(mu,{'icon':_0x1ce53c,'onClick':()=>{_0x2c8121(_0x265cf8),_0x45bbb4(!0x1);},'children':_0x26bd83['t'](ru(_0x265cf8))},_0x265cf8['id']))})});}function ku(_0x40f937){const _0x13e416=_0x1ed4d3;let {embedId:_0x167f51,menuItem:_0x492920,open:_0x43b92a,onOpenChange:_0x52f6ad,execute:_0x1a6b0c}=_0x40f937,_0x292a9b=(0x0,c['useDependency'])(a['LocaleService']),{hidden:_0x15302e,disabled:_0x102ab0}=nu(_0x492920);if(!_0x492920||_0x15302e)return null;let _0x949810=yu(_0x492920),_0x49ebe6=_0x949810[_0x13e416(0x9ba)]?_0x949810[_0x13e416(0x572)](_0x387ad5=>({'label':_0x292a9b['t'](iu(_0x387ad5)),'icon':au(_0x387ad5[_0x13e416(0x2fe)]),'commandId':_0x387ad5[_0x13e416(0x68c)]??(_0x492920==null?void 0x0:_0x492920[_0x13e416(0x68c)])??(_0x492920==null?void 0x0:_0x492920['id'])??v['SetTextWrapCommand']['id'],'params':_0x387ad5['params']??{'value':_0x387ad5[_0x13e416(0x2fe)]}})):[{'label':_0x292a9b['t'](_0x13e416(0x3e7)),'icon':(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x54a)],{}),'commandId':v[_0x13e416(0x653)]['id'],'params':{'value':a[_0x13e416(0x7a1)][_0x13e416(0x952)]}},{'label':_0x292a9b['t'](_0x13e416(0x74f)),'icon':(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x2e1)],{}),'commandId':v[_0x13e416(0x653)]['id'],'params':{'value':a[_0x13e416(0x7a1)][_0x13e416(0x322)]}},{'label':_0x292a9b['t'](_0x13e416(0x74e)),'icon':(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x88e)],{}),'commandId':v[_0x13e416(0x653)]['id'],'params':{'value':a[_0x13e416(0x7a1)][_0x13e416(0x7ac)]}}];return(0x0,m[_0x13e416(0x689)])(du,{'embedId':_0x167f51,'disabled':_0x102ab0,'title':_0x13e416(0x310),'triggerClassName':_0x13e416(0x663),'open':_0x43b92a,'onOpenChange':_0x52f6ad,'trigger':(0x0,m[_0x13e416(0x9d3)])(m[_0x13e416(0x611)],{'children':[(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x88e)],{}),(0x0,m[_0x13e416(0x689)])(u[_0x13e416(0x97d)],{})]}),'overlay':(0x0,m['jsx'])(fu,{'children':_0x49ebe6[_0x13e416(0x572)](_0x16b4c6=>{const _0x4aea22=_0x13e416;var _0x26a6f4;return(0x0,m[_0x4aea22(0x689)])(hu,{'icon':_0x16b4c6[_0x4aea22(0x409)],'onClick':()=>{const _0x1b8bd9=_0x4aea22;_0x1a6b0c(_0x16b4c6[_0x1b8bd9(0x68c)],_0x16b4c6[_0x1b8bd9(0x640)]),_0x52f6ad(!0x1);},'children':_0x16b4c6['label']},_0x16b4c6[_0x4aea22(0x68c)]+'-'+String(((_0x26a6f4=_0x16b4c6['params'])==null?void 0x0:_0x26a6f4[_0x4aea22(0x2fe)])??_0x16b4c6[_0x4aea22(0x50a)]));})})});}const Au={'formatPainter':s['SetOnceFormatPainterCommand']['id'],'numberFormat':_0x1ed4d3(0x710),'fontFamily':s[_0x1ed4d3(0x7c1)]['id'],'fontSize':s[_0x1ed4d3(0x555)]['id'],'bold':s['SetRangeBoldCommand']['id'],'textColor':s[_0x1ed4d3(0x231)]['id'],'backgroundColor':v['SetBackgroundColorCommand']['id'],'borderComposite':v[_0x1ed4d3(0x9c4)]['id'],'horizontalAlign':v[_0x1ed4d3(0x1fc)]['id'],'verticalAlign':v[_0x1ed4d3(0x70f)]['id'],'wrap':v['SetTextWrapCommand']['id'],'filter':_0x1ed4d3(0x7fc)},ju={'root':v[_0x1ed4d3(0x5f7)]['id'],'all':v[_0x1ed4d3(0x8c3)]['id'],'vertical':v[_0x1ed4d3(0x73e)]['id'],'horizontal':v[_0x1ed4d3(0x27d)]['id'],'unmerge':v[_0x1ed4d3(0x595)]['id']};function Mu(_0x36f280){const _0x7e7eff=_0x1ed4d3;let _0x370560={},_0x19680f=_0x36e8f0=>{const _0x5b9f13=_0x54e0;let _0x27a5b7=_0x36f280[_0x5b9f13(0x961)](_0x44c517=>{const _0x570d81=_0x5b9f13;let _0x4b9508=_0x44c517['item'];return _0x44c517[_0x570d81(0x311)]===_0x36e8f0||(_0x4b9508==null?void 0x0:_0x4b9508['id'])===_0x36e8f0||(_0x4b9508==null?void 0x0:_0x4b9508['commandId'])===_0x36e8f0;});return _0x27a5b7==null?void 0x0:_0x27a5b7[_0x5b9f13(0x855)];};Object['keys'](Au)[_0x7e7eff(0x360)](_0x3b0796=>{_0x370560[_0x3b0796]=_0x19680f(Au[_0x3b0796]);});let _0x30ceb6=Object[_0x7e7eff(0x2f3)](ju)[_0x7e7eff(0x807)]((_0x33ad6e,[_0x4e39b7,_0x103b2b])=>{let _0x273f67=_0x19680f(_0x103b2b);return _0x273f67&&(_0x33ad6e[_0x4e39b7]=_0x273f67),_0x33ad6e;},{});return Iu(_0x30ceb6)&&(_0x370560[_0x7e7eff(0x5b7)]=_0x30ceb6),_0x370560['deleteBlock']=!0x0,_0x370560;}const Nu=[{'items':[_0x1ed4d3(0x393)]},{'dividerBefore':_0x1ed4d3(0x297),'items':[_0x1ed4d3(0x5ae)]},{'dividerBefore':_0x1ed4d3(0x57a),'items':[_0x1ed4d3(0x8a9),_0x1ed4d3(0x625),_0x1ed4d3(0x840)]},{'dividerBefore':_0x1ed4d3(0x816),'items':[_0x1ed4d3(0x822),_0x1ed4d3(0x394),_0x1ed4d3(0x9d4)]},{'dividerBefore':_0x1ed4d3(0x281),'items':[_0x1ed4d3(0x5b7),_0x1ed4d3(0x972),_0x1ed4d3(0x8c7),_0x1ed4d3(0x5e7)]},{'dividerBefore':_0x1ed4d3(0x2a8),'items':[_0x1ed4d3(0x699)]},{'dividerBefore':_0x1ed4d3(0x43e),'items':[_0x1ed4d3(0x812)]}];function Pu(_0x1fb351){const _0x5d17fc=_0x1ed4d3;let _0xbca2a4=[];return Nu[_0x5d17fc(0x360)](_0x488d1b=>{const _0x16bc7a=_0x5d17fc;let _0x25d175=_0x488d1b[_0x16bc7a(0x719)][_0x16bc7a(0x699)](_0x1e8ba1=>Fu(_0x1fb351,_0x1e8ba1))[_0x16bc7a(0x572)](_0xff36d7=>({'id':_0xff36d7,'type':_0xff36d7===_0x16bc7a(0x393)||_0xff36d7===_0x16bc7a(0x840)||_0xff36d7===_0x16bc7a(0x699)||_0xff36d7===_0x16bc7a(0x812)?_0x16bc7a(0x679):_0x16bc7a(0x523)}));_0x25d175[_0x16bc7a(0x9ba)]&&(_0xbca2a4['length']&&_0x488d1b[_0x16bc7a(0x4be)]&&_0xbca2a4['push']({'id':_0x488d1b['dividerBefore'],'type':_0x16bc7a(0x371)}),_0xbca2a4[_0x16bc7a(0x2fa)](..._0x25d175));}),_0xbca2a4;}function Fu(_0x5993ff,_0x414795){return!!_0x5993ff[_0x414795];}function Iu(_0x783bd6){const _0x49fdb9=_0x1ed4d3;return Object['values'](_0x783bd6)[_0x49fdb9(0x52a)](Boolean);}function Lu(_0x2c39d6,_0x1c8ded){const _0x4184ff=_0x1ed4d3;if(_0x2c39d6)return{'commandId':_0x2c39d6[_0x4184ff(0x68c)]??_0x2c39d6['id'],'params':_0x1c8ded??(typeof _0x2c39d6[_0x4184ff(0x640)]==_0x4184ff(0x508)?_0x2c39d6[_0x4184ff(0x640)]():_0x2c39d6[_0x4184ff(0x640)])};}function Ru(){const _0x5ec29d=_0x1ed4d3;return fc({'childType':a[_0x5ec29d(0x747)]['UNIVER_SHEET'],'mount':zu});}function zu(_0x297b99){const _0x537607=_0x1ed4d3;let {menu:_0xe383a,portalContainer:_0x2b7030}=dc(_0x297b99),_0x41b8c3=rn(_0xe383a);return _0x41b8c3['render']((0x0,d[_0x537607(0x467)])(qt,{'injector':_0x297b99['runtimeScope'][_0x537607(0x583)],'mountContainer':_0x2b7030,'embedId':_0x297b99[_0x537607(0x666)]},(0x0,d[_0x537607(0x467)])(Vu,{'hostUnitId':_0x297b99[_0x537607(0x565)],'embedId':_0x297b99[_0x537607(0x666)],'childUnitId':_0x297b99[_0x537607(0x442)],'entry':_0x297b99['descriptor'][_0x537607(0x8bf)],'fullscreen':!!_0x297b99[_0x537607(0x982)][_0x537607(0x44f)],'usesDomFloatingStage':Bu(_0x297b99[_0x537607(0x3e8)][_0x537607(0x8bf)]),'renderScopeActive$':_0x297b99[_0x537607(0x982)][_0x537607(0x589)]}))),(0x0,a[_0x537607(0x64a)])(()=>{const _0x445ddb=_0x537607;an(_0x41b8c3),globalThis[_0x445ddb(0x84e)](()=>_0xe383a[_0x445ddb(0x241)](),0x0);});}function Bu(_0x1a7612){return!0x0;}function Vu(_0x3d73fd){const _0x757aec=_0x1ed4d3;let {hostUnitId:_0x53c617,embedId:_0x421acb,childUnitId:_0x482d24,entry:_0xad813b,fullscreen:_0x2196f4,usesDomFloatingStage:_0x2d2005,renderScopeActive$:_0x5b2ff0}=_0x3d73fd,_0x3a6417=(0x0,c['useDependency'])(a[_0x757aec(0x58e)]),_0x5dcf5e=(0x0,c[_0x757aec(0x2d7)])(a[_0x757aec(0x8e6)]),_0x1620f4=(0x0,c[_0x757aec(0x2d7)])(a[_0x757aec(0x90d)]),_0x51af7d=(0x0,c[_0x757aec(0x2d7)])(c[_0x757aec(0x383)]),_0x308560=(0x0,c[_0x757aec(0x2d7)])(v[_0x757aec(0x306)]),_0x18561d=(0x0,c[_0x757aec(0x2d7)])(le),_0x2b2f16=cr({'embedId':_0x421acb,'active':(0x0,c['useObservable'])(()=>_0x18561d['active$'],_0x18561d[_0x757aec(0x8a7)](),!0x1,[_0x18561d]),'fullscreen':_0x2196f4,'usesDomFloatingStage':_0x2d2005,'renderScopeActive':(0x0,c[_0x757aec(0x713)])(()=>_0x5b2ff0,!0x1,!0x1,[_0x5b2ff0])})===_0x757aec(0x334),[_0x327764,_0x5696a9]=(0x0,d[_0x757aec(0x632)])(null),_0x3f2809=_0x5b50d4=>({'open':_0x327764===_0x5b50d4,'onOpenChange':_0x12aa4d=>_0x5696a9(_0x12aa4d?_0x5b50d4:null)});(0x0,d[_0x757aec(0x8a5)])(()=>{const _0x4478d2=_0x757aec;if(!_0x327764)return;let _0x3f2d97=_0xe23b3d=>{const _0x4a8549=_0x54e0;su(_0xe23b3d[_0x4a8549(0x1f6)],_0x421acb)||_0x5696a9(null);};return document[_0x4478d2(0x7d4)](_0x4478d2(0x888),_0x3f2d97,!0x0),()=>{const _0x22fade=_0x4478d2;document[_0x22fade(0x2f5)](_0x22fade(0x888),_0x3f2d97,!0x0);};},[_0x421acb,_0x327764]);let _0x38a358=(0x0,c[_0x757aec(0x713)])(()=>_0x51af7d[_0x757aec(0x7dd)]['pipe']((0x0,f[_0x757aec(0x572)])(()=>Mu(_0x51af7d[_0x757aec(0x80b)](c[_0x757aec(0x787)]['RIBBON'])))),Mu(_0x51af7d['getFlatMenuByPositionKey'](c[_0x757aec(0x787)][_0x757aec(0x805)])),!0x1,[_0x51af7d]),_0x368847=(0x0,d[_0x757aec(0x8bb)])(()=>new Set(Pu(_0x38a358)[_0x757aec(0x572)](_0x546e40=>_0x546e40['id'])),[_0x38a358]),_0x2745d8=()=>{const _0x425c01=_0x757aec;_0x18561d[_0x425c01(0x2d2)]({'hostUnitId':_0x53c617,'embedId':_0x421acb,'childUnitId':_0x482d24},_0x425c01(0x334)),_0x1620f4['setCurrentUnitForType'](_0x482d24);},_0x4961b5=async(_0x4cccc7,_0x2cf3e8)=>{const _0x36e398=_0x757aec;_0x2745d8(),await _0x5dcf5e[_0x36e398(0x88b)](_0x4cccc7,_0x2cf3e8);},_0x24e042=async(_0x3fa87b,_0x4a3425)=>{const _0x3da6f8=_0x757aec;let _0x402227=Lu(_0x3fa87b,_0x4a3425);_0x402227&&await _0x4961b5(_0x402227[_0x3da6f8(0x68c)],_0x402227[_0x3da6f8(0x640)]);},_0x12cec3=()=>{const _0x1f9cd9=_0x757aec;let _0x3a4ac5=_0x1620f4[_0x1f9cd9(0x4a8)](_0x482d24,a[_0x1f9cd9(0x747)]['UNIVER_SHEET']),_0x432849=_0x3a4ac5==null?void 0x0:_0x3a4ac5[_0x1f9cd9(0x316)]();return!_0x3a4ac5||!_0x432849?null:{'workbook':_0x3a4ac5,'worksheet':_0x432849,'unitId':_0x3a4ac5['getUnitId'](),'subUnitId':_0x432849[_0x1f9cd9(0x2c5)]()};},_0x5def1c=()=>{const _0x3de583=_0x757aec;var _0x1a143e;return((_0x1a143e=_0x308560[_0x3de583(0x5ce)]())==null?void 0x0:_0x1a143e[_0x3de583(0x572)](_0x1f112a=>_0x1f112a[_0x3de583(0x2b6)]))??[];},_0x5035b1=async(_0xf1c769,_0x1ee344,_0x2ce574=a[_0x757aec(0x83a)][_0x757aec(0x7f1)],_0x1aa3eb=_0x757aec(0x33e))=>{const _0x5ca8db=_0x757aec;let _0x282714=_0x12cec3(),_0x571a6e=_0x5def1c();!_0x282714||!_0x571a6e['length']||await _0x24e042(_0xf1c769,{'unitId':_0x282714[_0x5ca8db(0x2b9)],'subUnitId':_0x282714[_0x5ca8db(0x72f)],'ranges':_0x571a6e,'value':{'type':_0x1ee344,'color':_0x1aa3eb,'style':_0x2ce574,'activeBorderType':!0x0}});},_0x3dc86a=async()=>{const _0x545905=_0x757aec;await _0x5dcf5e[_0x545905(0x88b)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x53c617,'embedId':_0x421acb});};return(0x0,m[_0x757aec(0x9d3)])('div',{'className':(0x0,l['clsx'])(_0x757aec(0x64f),{'univer-hidden':!_0x2b2f16,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2196f4,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20univer-max-w-[min(calc(100vw-72px),880px)]\x20-univer-translate-x-1/2\x20univer-overflow-x-auto\x20univer-overflow-y-visible\x20[scrollbar-width:none]\x20[&::-webkit-scrollbar]:univer-hidden':!_0x2196f4,'-univer-top-9':!_0x2196f4&&_0xad813b!==_0x757aec(0x53e),'-univer-top-[52px]':!_0x2196f4&&_0xad813b===_0x757aec(0x53e)}),'data-u-comp':_0x757aec(0x9cb),'data-embed-floating-menu':_0x757aec(0x85d),'data-embed-id':_0x421acb,'data-embed-float-stage':_0x2b2f16?'stage2':'inactive','onPointerDown':_0x2126a2=>_0x2126a2[_0x757aec(0x94b)](),'onMouseDown':$,'children':[_0x368847[_0x757aec(0x54f)](_0x757aec(0x393))&&(0x0,m[_0x757aec(0x689)])(tu,{'item':_0x38a358[_0x757aec(0x393)],'title':_0x757aec(0x4bd),'onClick':async()=>_0x24e042(_0x38a358['formatPainter']),'children':(0x0,m[_0x757aec(0x689)])(u[_0x757aec(0x25a)],{})}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x297))&&(0x0,m[_0x757aec(0x689)])(l['Separator'],{'className':_0x757aec(0x34e),'orientation':_0x757aec(0x20e)}),_0x368847['has'](_0x757aec(0x5ae))&&(0x0,m['jsx'])(bu,{'menuItem':_0x38a358[_0x757aec(0x5ae)],'onClick':async()=>_0x24e042(_0x38a358[_0x757aec(0x5ae)])}),_0x368847['has'](_0x757aec(0x57a))&&(0x0,m[_0x757aec(0x689)])(l[_0x757aec(0x3dd)],{'className':_0x757aec(0x34e),'orientation':_0x757aec(0x20e)}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x8a9))&&(0x0,m[_0x757aec(0x689)])(xu,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x8a9)],'title':'embed-ui.sheetsFloating.toolbar.font',..._0x3f2809(_0x757aec(0x8a9)),'onSelect':async _0x4ef1c3=>_0x24e042(_0x38a358['fontFamily'],{'value':_0x4ef1c3})}),_0x368847[_0x757aec(0x54f)]('fontSize')&&(0x0,m[_0x757aec(0x689)])(Su,{'embedId':_0x421acb,'menuItem':_0x38a358['fontSize'],'title':_0x757aec(0x426),..._0x3f2809(_0x757aec(0x625)),'onSelect':async _0x45bda7=>_0x24e042(_0x38a358[_0x757aec(0x625)],{'value':Number(_0x45bda7)})}),_0x368847['has'](_0x757aec(0x840))&&(0x0,m['jsx'])(tu,{'item':_0x38a358[_0x757aec(0x840)],'title':_0x757aec(0x8da),'onClick':async()=>_0x24e042(_0x38a358[_0x757aec(0x840)]),'children':(0x0,m[_0x757aec(0x689)])(u['BoldIcon'],{})}),_0x368847['has'](_0x757aec(0x816))&&(0x0,m[_0x757aec(0x689)])(l['Separator'],{'className':_0x757aec(0x34e),'orientation':'vertical'}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x822))&&(0x0,m[_0x757aec(0x689)])(Eu,{'embedId':_0x421acb,'menuItem':_0x38a358['textColor'],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':(0x0,m['jsx'])(u[_0x757aec(0x244)],{'className':'univer-fill-primary-600'}),'defaultColor':'#111827',..._0x3f2809(_0x757aec(0x822)),'onChange':async _0x1b2186=>_0x24e042(_0x38a358[_0x757aec(0x822)],{'value':_0x1b2186}),'onReset':async()=>_0x4961b5(s[_0x757aec(0x41d)]['id'])}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x394))&&(0x0,m['jsx'])(Eu,{'embedId':_0x421acb,'menuItem':_0x38a358['backgroundColor'],'title':'embed-ui.sheetsFloating.toolbar.fillColor.main','icon':(0x0,m[_0x757aec(0x689)])(u[_0x757aec(0x28c)],{'className':'univer-fill-primary-600'}),'defaultColor':_0x757aec(0x289),..._0x3f2809(_0x757aec(0x394)),'onChange':async _0xd9dcae=>_0x24e042(_0x38a358[_0x757aec(0x394)],{'value':_0xd9dcae}),'onReset':async()=>_0x4961b5(v[_0x757aec(0x915)]['id'])}),_0x368847['has'](_0x757aec(0x9d4))&&(0x0,m[_0x757aec(0x689)])(Du,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x9d4)],..._0x3f2809(_0x757aec(0x9d4)),'onSelect':async(_0x490256,_0x59a410,_0x32955a)=>_0x5035b1(_0x38a358[_0x757aec(0x9d4)],_0x490256,_0x59a410,_0x32955a)}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x281))&&(0x0,m[_0x757aec(0x689)])(l[_0x757aec(0x3dd)],{'className':'univer-mx-1\x20!univer-h-4','orientation':_0x757aec(0x20e)}),_0x368847[_0x757aec(0x54f)]('merge')&&(0x0,m['jsx'])(Ou,{'embedId':_0x421acb,'menuItems':_0x38a358[_0x757aec(0x5b7)],..._0x3f2809('merge'),'execute':_0x24e042}),_0x368847['has'](_0x757aec(0x972))&&(0x0,m[_0x757aec(0x689)])(Cu,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x972)],..._0x3f2809('horizontalAlign'),'execute':_0x24e042}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x8c7))&&(0x0,m['jsx'])(wu,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x8c7)],..._0x3f2809('verticalAlign'),'execute':_0x24e042}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x5e7))&&(0x0,m['jsx'])(ku,{'embedId':_0x421acb,'menuItem':_0x38a358[_0x757aec(0x5e7)],..._0x3f2809(_0x757aec(0x5e7)),'execute':_0x4961b5}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x2a8))&&(0x0,m['jsx'])(l[_0x757aec(0x3dd)],{'className':'univer-mx-1\x20!univer-h-4','orientation':_0x757aec(0x20e)}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x699))&&(0x0,m[_0x757aec(0x689)])(tu,{'item':_0x38a358[_0x757aec(0x699)],'title':_0x757aec(0x97b),'onClick':async()=>_0x24e042(_0x38a358[_0x757aec(0x699)]),'children':(0x0,m[_0x757aec(0x689)])(u[_0x757aec(0x33a)],{})}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x43e))&&(0x0,m[_0x757aec(0x689)])(l[_0x757aec(0x3dd)],{'className':_0x757aec(0x34e),'orientation':'vertical'}),!_0x2196f4&&(0x0,m[_0x757aec(0x689)])(ia,{'hostUnitId':_0x53c617,'embedId':_0x421acb,'variant':_0x757aec(0x352)}),_0x368847[_0x757aec(0x54f)](_0x757aec(0x812))&&(0x0,m[_0x757aec(0x689)])(eu,{'title':_0x3a6417['t']('embed-ui.deleteBlock'),'className':_0x757aec(0x4af),'onClick':_0x3dc86a,'children':(0x0,m['jsx'])(u[_0x757aec(0x2ea)],{})})]});}const Hu=new WeakMap(),Uu=new WeakSet();function Wu(_0x6ff9e5){const _0x280757=_0x1ed4d3;us(_0x6ff9e5,_0x280757(0x706),Gu);}function Gu(_0x1b9753){const _0x4b5303=_0x1ed4d3;let _0x539b2f=_0x1b9753[_0x4b5303(0x53b)](yt),_0x195e7a=_0x1b9753[_0x4b5303(0x53b)](_t),_0x138a1a=_0x1b9753[_0x4b5303(0x53b)](V),_0x1603a2=_0x1b9753[_0x4b5303(0x53b)](vt),_0xd6da6=_0x1b9753[_0x4b5303(0x53b)](Ur),_0x44174f=_0x1b9753[_0x4b5303(0x53b)](fa),_0xdb6a06=_0x1b9753[_0x4b5303(0x53b)](ii);Hl(_0x1b9753),_0x1b9753[_0x4b5303(0x54f)](s[_0x4b5303(0x4e4)])||_0x1b9753[_0x4b5303(0x363)]([s['ISheetHostChromeOverrideService'],{'useFactory':()=>_0x1b9753['get'](H)}]),_0x1b9753[_0x4b5303(0x54f)](s[_0x4b5303(0x1f1)])||_0x1b9753[_0x4b5303(0x363)]([s[_0x4b5303(0x1f1)],{'useFactory':()=>Ku({'embedModelService':_0x1b9753[_0x4b5303(0x53b)](t[_0x4b5303(0x3b9)]),'mountService':_0x1b9753[_0x4b5303(0x53b)](Ut),'activationService':_0x1b9753[_0x4b5303(0x53b)](Kt),'restoreService':_0x1b9753['get'](Gr)})}]),[Ll(),Rl()][_0x4b5303(0x360)](_0x580294=>{const _0x398dc0=_0x4b5303;_0x539b2f['get'](_0x580294['hostType'],_0x580294[_0x398dc0(0x8bf)])||_0x539b2f['register'](_0x580294);});let _0x21705c=Wl(_0x1b9753[_0x4b5303(0x53b)](a['ICommandService']));_0x195e7a['get'](_0x21705c['childType'])||_0x195e7a['register'](_0x21705c);let _0x356a65=Ul();_0x138a1a[_0x4b5303(0x53b)](_0x356a65[_0x4b5303(0x5c7)])||_0x138a1a[_0x4b5303(0x22c)](_0x356a65),Ru()[_0x4b5303(0x360)](_0xf61fba=>{const _0x319c08=_0x4b5303;_0x1603a2[_0x319c08(0x53b)](_0xf61fba[_0x319c08(0x817)],_0xf61fba['entry'],_0xf61fba[_0x319c08(0x5c7)])||_0x1603a2[_0x319c08(0x22c)](_0xf61fba);}),_0xd6da6[_0x4b5303(0x96e)](ga(_0x1b9753,{'childType':a[_0x4b5303(0x747)][_0x4b5303(0x32f)],'renderManagerService':p[_0x4b5303(0x208)]})),_0x44174f[_0x4b5303(0x53b)](a[_0x4b5303(0x747)][_0x4b5303(0x32f)])||_0x44174f['register'](Dl()),_0xdb6a06[_0x4b5303(0x53b)](a[_0x4b5303(0x747)][_0x4b5303(0x32f)])||_0xdb6a06[_0x4b5303(0x22c)](Vl(_0x1b9753)),Zu({'injector':_0x1b9753,'previewService':_0xd6da6});}function Ku(_0x218706){return{'getSheetTabChildType':({hostUnitId:_0x2b0b39,hostAnchorId:_0x1282bb,embedId:_0x4ddb7b})=>{const _0x2916cb=_0x54e0;let _0x665ee=_0x218706[_0x2916cb(0x8e9)][_0x2916cb(0x5ab)](_0x2b0b39,_0x4ddb7b);return(_0x665ee==null?void 0x0:_0x665ee[_0x2916cb(0x253)])===_0x1282bb?_0x665ee[_0x2916cb(0x5c7)]:void 0x0;},'mountSheetTab':({hostUnitId:_0x5d1c6a,hostAnchorId:_0x26fff3,embedId:_0x3e246e})=>{const _0x23dce3=_0x54e0;let _0x1b421c=_0x218706[_0x23dce3(0x8e9)][_0x23dce3(0x5ab)](_0x5d1c6a,_0x3e246e);if(!_0x1b421c||_0x1b421c[_0x23dce3(0x253)]!==_0x26fff3)return;let _0x1a9820=!0x1,_0x46b5cb=!0x1,_0x411d93;return _0x218706[_0x23dce3(0x5e2)]['materializeDescriptor']({'descriptor':_0x1b421c})[_0x23dce3(0x5cb)](_0x4933cf=>{const _0x1236f7=_0x23dce3;_0x1a9820||(_0x411d93==null||_0x411d93[_0x1236f7(0x241)](),_0x411d93=void 0x0,_0x218706[_0x1236f7(0x216)][_0x1236f7(0x4f8)](_0x4933cf),_0x218706[_0x1236f7(0x514)][_0x1236f7(0x4b1)](_0x4933cf),_0x46b5cb=!0x0);})[_0x23dce3(0x896)](_0x483771=>{_0x1a9820||(_0x411d93=qu(_0x26fff3,_0x483771));}),(0x0,a[_0x23dce3(0x64a)])(()=>{const _0x1786e5=_0x23dce3;_0x1a9820=!0x0,_0x411d93==null||_0x411d93['remove'](),_0x218706[_0x1786e5(0x514)][_0x1786e5(0x790)](_0x3e246e),_0x46b5cb&&_0x218706['mountService'][_0x1786e5(0x228)](_0x3e246e);});},'clearTab':_0x214096=>{const _0x49f31d=_0x54e0;_0x218706[_0x49f31d(0x514)]['clearTab'](_0x214096);}};}function qu(_0x2a94d2,_0x3d1749){const _0x527f7d=_0x1ed4d3;let _0x9589de=Ju(_0x2a94d2);if(!_0x9589de)return;let _0x4bdbff=document[_0x527f7d(0x467)](_0x527f7d(0x7ff));return _0x4bdbff[_0x527f7d(0x964)]['embedSheetsSheetTabError']=_0x527f7d(0x85d),_0x4bdbff[_0x527f7d(0x3e6)][_0x527f7d(0x7f0)]=_0x527f7d(0x373),_0x4bdbff[_0x527f7d(0x3e6)][_0x527f7d(0x431)]=_0x527f7d(0x777),_0x4bdbff[_0x527f7d(0x3e6)][_0x527f7d(0x625)]=_0x527f7d(0x436),_0x4bdbff[_0x527f7d(0x21e)]=_0x3d1749 instanceof Error&&_0x3d1749[_0x527f7d(0x68d)]?_0x3d1749['message']:_0x527f7d(0x94c),_0x9589de[_0x527f7d(0x6de)](_0x4bdbff),_0x4bdbff;}function Ju(_0x2c2a67){const _0x27cb3=_0x1ed4d3;return document[_0x27cb3(0x55c)](_0x27cb3(0x89b)+Yu(_0x2c2a67)+'\x22]');}function Yu(_0x286f8f){const _0x57de8b=_0x1ed4d3;return _0x286f8f[_0x57de8b(0x529)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Xu(_0x4e6a40){const _0x292f4a=_0x1ed4d3;let _0x4e524a=new f[(_0x292f4a(0x6d7))](),_0x47d1b7=0x0,_0x3f01f3;if(_0x4e524a['add'](_0x4e6a40['previewService'][_0x292f4a(0x1fa)][_0x292f4a(0x49c)](_0x113c6e=>{const _0x4a5db0=_0x292f4a;if(typeof _0x113c6e[_0x4a5db0(0x8f8)]!=_0x4a5db0(0x23d))return;let _0x3b3991=_0x4e6a40['embedModelService']['getActiveDescriptorsByChildUnit'](_0x113c6e[_0x4a5db0(0x442)])['find'](_0x36d9df=>_0x36d9df[_0x4a5db0(0x666)]===_0x113c6e[_0x4a5db0(0x666)]&&_0x36d9df[_0x4a5db0(0x8bf)]===_0x4a5db0(0x847));_0x3b3991!=null&&_0x3b3991[_0x4a5db0(0x253)]&&_0x4e6a40[_0x4a5db0(0x8ba)][_0x4a5db0(0x69e)]({'id':_0x3b3991[_0x4a5db0(0x253)],'image':_0x113c6e['image'],'updatedAt':_0x113c6e[_0x4a5db0(0x2c7)]});})),!_0x4e6a40['canvasFloatDomPreviewService'][_0x292f4a(0x80f)])return _0x4e524a;let _0x424cb5=()=>{const _0x257196=_0x292f4a;_0x3f01f3||_0x47d1b7>=0xf0||(_0x3f01f3=globalThis[_0x257196(0x84e)](()=>{_0x3f01f3=void 0x0,_0x47d1b7+=0x1,_0x14c452();},0xfa));},_0x2d360a=_0x14708=>{const _0xf29164=_0x292f4a;let _0x53ae5f=_0x14708[_0xf29164(0x44c)];if(!_0x53ae5f||typeof _0x53ae5f!=_0xf29164(0x56b))return!0x0;let _0x4c6eaa=ed(_0x53ae5f,_0xf29164(0x666)),_0x40c971=ed(_0x53ae5f,_0xf29164(0x565));if(!_0x4c6eaa||!_0x40c971)return!0x0;let _0x51acce=_0x4e6a40[_0xf29164(0x8e9)][_0xf29164(0x5ab)](_0x40c971,_0x4c6eaa);return!_0x51acce||_0x51acce['entry']!=='sheets-floating-object'||!_0x51acce['childUnitId']||_0x51acce[_0xf29164(0x5c7)]==null?!0x1:(_0x4e6a40[_0xf29164(0x985)][_0xf29164(0x9a8)]({'descriptor':_0x51acce,'childUnitId':_0x51acce[_0xf29164(0x442)],'childType':_0x51acce[_0xf29164(0x5c7)],'width':_0x14708[_0xf29164(0x754)],'height':_0x14708[_0xf29164(0x33c)],'dpr':typeof window>'u'?0x1:window[_0xf29164(0x48c)]||0x1,'reason':'initial'}),!0x0);},_0x14c452=()=>{const _0x44580=_0x292f4a;var _0x296a72,_0x44ab10;let _0x457123=!0x1;(_0x296a72=(_0x44ab10=_0x4e6a40['canvasFloatDomPreviewService'])[_0x44580(0x60b)])==null||_0x296a72['call'](_0x44ab10)[_0x44580(0x360)](_0x3f1b64=>{_0x2d360a(_0x3f1b64)||(_0x457123=!0x0);}),_0x457123&&_0x424cb5();};return _0x14c452(),_0x4e524a[_0x292f4a(0x363)](_0x4e6a40[_0x292f4a(0x8ba)][_0x292f4a(0x80f)][_0x292f4a(0x49c)](_0x530bdb=>{_0x2d360a(_0x530bdb)||_0x424cb5();})),_0x4e524a[_0x292f4a(0x363)](()=>{const _0x5b3aaf=_0x292f4a;_0x3f01f3&&globalThis[_0x5b3aaf(0x7b3)](_0x3f01f3);}),_0x4e524a;}function Zu(_0x50c276){const _0x343cf9=_0x1ed4d3;let _0x9358e3=_0x50c276[_0x343cf9(0x583)],_0xad87f0=Hu['get'](_0x9358e3);if(_0xad87f0)return _0xad87f0;let _0x449554=$u(_0x50c276['injector']);if(_0x449554!==null){if(_0x449554){let _0x1e2e10=Xu({'previewService':_0x50c276[_0x343cf9(0x985)],'embedModelService':_0x449554[_0x343cf9(0x8e9)],'canvasFloatDomPreviewService':_0x449554[_0x343cf9(0x8ba)]});return Hu[_0x343cf9(0x753)](_0x9358e3,_0x1e2e10),_0x1e2e10;}_0x50c276['retry']===!0x1||Uu[_0x343cf9(0x54f)](_0x9358e3)||(Uu[_0x343cf9(0x363)](_0x9358e3),Qu(_0x50c276,0x0));}}function Qu(_0x5bb1ac,_0x43d102){const _0x1d6eb3=_0x1ed4d3;let _0x51019b=_0x5bb1ac[_0x1d6eb3(0x7a8)]??0xf0,_0x37a335=_0x5bb1ac[_0x1d6eb3(0x875)]??0xfa,_0x187569=_0x5bb1ac[_0x1d6eb3(0x583)];globalThis[_0x1d6eb3(0x84e)](()=>{const _0x57e043=_0x1d6eb3;if(Zu({..._0x5bb1ac,'retry':!0x1})||_0x43d102+0x1>=_0x51019b){Uu[_0x57e043(0x74c)](_0x187569);return;}Qu(_0x5bb1ac,_0x43d102+0x1);},_0x37a335);}function $u(_0x590910){const _0x95bc89=_0x1ed4d3;try{return!_0x590910['has'](c[_0x95bc89(0x399)])||!_0x590910['has'](t['EmbedModelService'])?void 0x0:{'embedModelService':_0x590910[_0x95bc89(0x53b)](t[_0x95bc89(0x3b9)]),'canvasFloatDomPreviewService':_0x590910[_0x95bc89(0x53b)](c[_0x95bc89(0x399)])};}catch{return null;}}function ed(_0xc6cf5a,_0x2f10aa){const _0x523495=_0x1ed4d3;let _0x588504=_0xc6cf5a[_0x2f10aa];return typeof _0x588504==_0x523495(0x23d)?_0x588504:void 0x0;}function td(){const _0x321515=_0x1ed4d3;return ms({'childType':a[_0x321515(0x747)][_0x321515(0x83f)],'productName':'Slides'});}function nd(_0x28c0eb){const _0x2a3365=_0x1ed4d3;var _0x85680d;return((_0x85680d=_0x28c0eb[_0x2a3365(0x69d)])==null?void 0x0:_0x85680d[_0x2a3365(0x666)])===_0x28c0eb[_0x2a3365(0x666)]&&_0x28c0eb[_0x2a3365(0x69d)][_0x2a3365(0x756)]!==_0x2a3365(0x23c)?_0x28c0eb[_0x2a3365(0x69d)][_0x2a3365(0x756)]??_0x2a3365(0x412):cr({'embedId':_0x28c0eb[_0x2a3365(0x666)],'active':_0x28c0eb[_0x2a3365(0x69d)],'fullscreen':_0x28c0eb[_0x2a3365(0x44f)],'usesDomFloatingStage':_0x28c0eb[_0x2a3365(0x882)]??!0x0,'renderScopeActive':_0x28c0eb[_0x2a3365(0x265)]??!0x1});}function rd(_0x49a8e6){const _0x1bc97e=_0x1ed4d3;var _0x54ec50;let _0x33bf87=(0x0,c['useDependency'])(a[_0x1bc97e(0x58e)]),_0x409002=(0x0,c[_0x1bc97e(0x2d7)])(a['Injector']),_0x1d7051=(0x0,c[_0x1bc97e(0x2d7)])(a[_0x1bc97e(0x5b1)]),_0x1e3abb=(0x0,d['useMemo'])(()=>_0x409002[_0x1bc97e(0x8e3)](S['ObjectProvider']),[_0x409002]),_0x1293c9=(0x0,c[_0x1bc97e(0x713)])(_0x1d7051[_0x1bc97e(0x283)])??_0x1d7051[_0x1bc97e(0x3a4)],{hostUnitId:_0x528de2,embedId:_0x2ae899,childUnitId:_0x293cd2,slideModel:_0x3641e7,floatingActiveService:_0x57fa04,commandService:_0x53a1ec,instanceService:_0x1eec03,fullscreen:_0x3b60f2,usesDomFloatingStage:_0x27679a,renderScopeActive$:_0x1cc369}=_0x49a8e6,_0x50d1e4=(0x0,c[_0x1bc97e(0x713)])(()=>_0x57fa04[_0x1bc97e(0x589)],_0x57fa04[_0x1bc97e(0x8a7)](),!0x1,[_0x57fa04]),_0x3ddfa8=(0x0,c[_0x1bc97e(0x713)])(_0x1cc369,!0x1);(0x0,c['useObservable'])(_0x3641e7===null?null:()=>_0x3641e7['pageManager']['slideOrder$'],[],!0x1,[_0x3641e7]);let _0x9ddb80=(0x0,c[_0x1bc97e(0x713)])(_0x3641e7===null?null:()=>_0x3641e7['pageManager'][_0x1bc97e(0x98a)],_0x3641e7==null||(_0x54ec50=_0x3641e7[_0x1bc97e(0x673)][_0x1bc97e(0x353)]())==null?void 0x0:_0x54ec50[_0x1bc97e(0x729)](),!0x1,[_0x3641e7]),_0x3fff08=(_0x3641e7==null?void 0x0:_0x3641e7[_0x1bc97e(0x673)][_0x1bc97e(0x821)]())??[],_0x665fa2=Math[_0x1bc97e(0x287)](0x0,_0x3fff08[_0x1bc97e(0x82a)](_0x8c4a6d=>_0x8c4a6d[_0x1bc97e(0x729)]()===_0x9ddb80)),_0x1ac038=_0x3fff08['length'],_0x100728=_0x33bf87['t'](_0x1bc97e(0x833)),_0x18e7bd=nd({'active':_0x50d1e4,'embedId':_0x2ae899,'fullscreen':_0x3b60f2,'renderScopeActive':_0x3ddfa8,'usesDomFloatingStage':_0x27679a}),_0x4ee08c=()=>{const _0x1bac89=_0x1bc97e;_0x57fa04[_0x1bac89(0x2d2)]({'hostUnitId':_0x528de2,'embedId':_0x2ae899,'childUnitId':_0x293cd2},_0x1bac89(0x334)),_0x1eec03[_0x1bac89(0x5d6)](_0x293cd2);},_0x38db7b=_0x9fd588=>{const _0x27e1e5=_0x1bc97e;let _0x17bd38=_0x3fff08[_0x9fd588];!_0x17bd38||!_0x3641e7||(_0x4ee08c(),_0x3641e7[_0x27e1e5(0x673)][_0x27e1e5(0x9de)](_0x17bd38[_0x27e1e5(0x729)]()));},_0x110aea=_0x3f9faf=>{const _0x73cbb2=_0x1bc97e;_0x38db7b(_0x3fff08[_0x73cbb2(0x82a)](_0x2383e1=>_0x2383e1[_0x73cbb2(0x729)]()===_0x3f9faf));};return(0x0,m[_0x1bc97e(0x9d3)])(_0x1bc97e(0x7ff),{'className':(0x0,l['clsx'])(_0x1bc97e(0x966),{'univer-hidden':_0x18e7bd===_0x1bc97e(0x23c),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x3b60f2,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x3b60f2,'-univer-top-9':!_0x3b60f2}),'data-embed-floating-menu':_0x1bc97e(0x85d),'data-embed-id':_0x2ae899,'data-embed-float-stage':_0x18e7bd,'onPointerDown':_0x5d2e46=>_0x5d2e46[_0x1bc97e(0x94b)](),'children':[(0x0,m[_0x1bc97e(0x689)])(id,{'title':_0x33bf87['t'](_0x1bc97e(0x24e)),'disabled':_0x665fa2<=0x0,'onClick':()=>_0x38db7b(_0x665fa2-0x1),'children':(0x0,m[_0x1bc97e(0x689)])(u['ArrowLeftIcon'],{})}),(0x0,m[_0x1bc97e(0x689)])(id,{'title':_0x33bf87['t']('embed-ui.slidesFloating.nextSlide'),'disabled':_0x1ac038===0x0||_0x665fa2>=_0x1ac038-0x1,'onClick':()=>_0x38db7b(_0x665fa2+0x1),'children':(0x0,m['jsx'])(u[_0x1bc97e(0x52b)],{})}),(0x0,m[_0x1bc97e(0x689)])(ra,{'title':_0x100728,'children':(0x0,m[_0x1bc97e(0x689)])(l[_0x1bc97e(0x66e)],{'align':_0x1bc97e(0x30b),'side':_0x1bc97e(0x976),'sideOffset':0x6,'className':_0x1bc97e(0x7d2),'data-embed-id':_0x2ae899,'data-embed-floating-menu-popup':_0x1bc97e(0x85d),'items':_0x3fff08[_0x1bc97e(0x572)]((_0x1b09e1,_0x151c9d)=>({'type':_0x1bc97e(0x855),'className':_0x1bc97e(0x547),'children':(0x0,m[_0x1bc97e(0x9d3)])('span',{'className':_0x1bc97e(0x85e),'children':[(0x0,m[_0x1bc97e(0x689)])(S[_0x1bc97e(0x3c7)],{'pageId':_0x1b09e1['getId'](),'index':_0x151c9d,'isActive':_0x1b09e1[_0x1bc97e(0x729)]()===_0x9ddb80,'slideModel':_0x3641e7,'objectProvider':_0x1e3abb,'setActivePage':_0x110aea,'variant':'preview','renderIdSuffix':_0x1bc97e(0x8db)+_0x2ae899,'darkMode':_0x1293c9}),(0x0,m[_0x1bc97e(0x689)])(_0x1bc97e(0x7a6),{'className':_0x1bc97e(0x90c),'children':_0x100728+'\x20'+(_0x151c9d+0x1)+_0x1bc97e(0x531)+_0x1ac038})]}),'onSelect':()=>_0x38db7b(_0x151c9d)})),'children':(0x0,m[_0x1bc97e(0x9d3)])(l[_0x1bc97e(0x674)],{'type':_0x1bc97e(0x679),'size':_0x1bc97e(0x2fb),'variant':'ghost','className':_0x1bc97e(0x76f),'aria-label':_0x100728,'children':[(0x0,m[_0x1bc97e(0x689)])(_0x1bc97e(0x7a6),{'children':_0x1ac038===0x0?_0x1bc97e(0x5be):_0x665fa2+0x1+_0x1bc97e(0x531)+_0x1ac038}),(0x0,m[_0x1bc97e(0x689)])(u['MoreDownIcon'],{'className':_0x1bc97e(0x44b)})]})})}),!_0x3b60f2&&(0x0,m['jsx'])(ia,{'hostUnitId':_0x528de2,'embedId':_0x2ae899,'variant':_0x1bc97e(0x352)}),(0x0,m[_0x1bc97e(0x689)])(l['Separator'],{'orientation':_0x1bc97e(0x20e)}),(0x0,m[_0x1bc97e(0x689)])(id,{'title':_0x33bf87['t'](_0x1bc97e(0x370)),'className':_0x1bc97e(0x4af),'onClick':async()=>{const _0x2aa461=_0x1bc97e;await _0x53a1ec[_0x2aa461(0x88b)](t[_0x2aa461(0x317)]['id'],{'hostUnitId':_0x528de2,'embedId':_0x2ae899});},'children':(0x0,m['jsx'])(u['DeleteIcon'],{})})]});}function id(_0x3109b5){const _0x31ac4d=_0x1ed4d3;let {children:_0x14403f,title:_0x2fca33,disabled:_0xab1b85,className:_0x4e2c70,onClick:_0x3c84cc}=_0x3109b5;return(0x0,m[_0x31ac4d(0x689)])(ra,{'title':_0x2fca33,'children':(0x0,m[_0x31ac4d(0x689)])(l[_0x31ac4d(0x674)],{'type':_0x31ac4d(0x679),'size':_0x31ac4d(0x2fb),'variant':_0x31ac4d(0x889),'className':(0x0,l['clsx'])('univer-size-6\x20univer-p-0',_0x4e2c70),'aria-label':_0x2fca33,'disabled':_0xab1b85,'onClick':_0x3c84cc,'children':_0x14403f})});}function ad(){const _0x37ae78=_0x1ed4d3;return fc({'childType':a[_0x37ae78(0x747)][_0x37ae78(0x83f)],'mount':od});}function od(_0x5e828e){const _0xdaa16d=_0x1ed4d3;let {menu:_0x29996e,portalContainer:_0x55a0d7}=dc(_0x5e828e),_0x29984b=rn(_0x29996e),_0x4cee2f=_0x5e828e[_0xdaa16d(0x583)][_0xdaa16d(0x53b)](le),_0x2864b6=_0x5e828e[_0xdaa16d(0x583)][_0xdaa16d(0x53b)](a[_0xdaa16d(0x8e6)]),_0xe3e7cc=_0x5e828e[_0xdaa16d(0x583)][_0xdaa16d(0x53b)](a['IUniverInstanceService']),_0x5c8649=_0xe3e7cc[_0xdaa16d(0x4a8)](_0x5e828e[_0xdaa16d(0x442)],a['UniverInstanceType']['UNIVER_SLIDE']);return _0x29984b['render']((0x0,d[_0xdaa16d(0x467)])(qt,{'injector':_0x5e828e['runtimeScope'][_0xdaa16d(0x583)],'mountContainer':_0x55a0d7,'embedId':_0x5e828e[_0xdaa16d(0x666)],'passThroughWheelGestures':_0x5e828e[_0xdaa16d(0x982)][_0xdaa16d(0x7d1)]==='float'&&!_0x5e828e[_0xdaa16d(0x982)][_0xdaa16d(0x44f)]},(0x0,d['createElement'])(rd,{'hostUnitId':_0x5e828e[_0xdaa16d(0x565)],'embedId':_0x5e828e[_0xdaa16d(0x666)],'childUnitId':_0x5e828e[_0xdaa16d(0x442)],'slideModel':_0x5c8649??null,'floatingActiveService':_0x4cee2f,'commandService':_0x2864b6,'instanceService':_0xe3e7cc,'fullscreen':!!_0x5e828e['renderScope']['fullscreen'],'usesDomFloatingStage':_0x5e828e[_0xdaa16d(0x3e8)][_0xdaa16d(0x8bf)]!==_0xdaa16d(0x3ab),'renderScopeActive$':_0x5e828e['renderScope'][_0xdaa16d(0x589)]}))),(0x0,a[_0xdaa16d(0x64a)])(()=>{const _0x538069=_0xdaa16d;an(_0x29984b),globalThis[_0x538069(0x84e)](()=>_0x29996e[_0x538069(0x241)](),0x0);});}function sd(_0x2793c4,_0x4cc11a,_0x2905d2){return{...(0x0,t['createSlidesPageListBlockHostAdapterContribution'])(_0x2793c4,_0x4cc11a),'activateAnchor':_0x3e605b=>{const _0x1e4d62=_0x54e0;_0x2905d2==null||_0x2905d2[_0x1e4d62(0x549)](_0x3e605b['hostUnitId']);let _0x108cb6=_0x4cc11a==null?void 0x0:_0x4cc11a['getUnit'](_0x3e605b[_0x1e4d62(0x565)],a[_0x1e4d62(0x747)][_0x1e4d62(0x83f)]),_0x61df4d=()=>{const _0x5185bd=_0x1e4d62;var _0x4b877e,_0x666c9f;return _0x108cb6==null||(_0x4b877e=_0x108cb6[_0x5185bd(0x673)])==null||(_0x666c9f=_0x4b877e[_0x5185bd(0x9de)])==null?void 0x0:_0x666c9f['call'](_0x4b877e,_0x3e605b['hostAnchorId']);};if(typeof window>'u'){_0x61df4d();return;}window[_0x1e4d62(0x930)](_0x61df4d);}};}function cd(){const _0x5b86f8=_0x1ed4d3;return{'hostType':a['UniverInstanceType'][_0x5b86f8(0x83f)],'entry':'slides-floating-object','layout':_0x5b86f8(0x808),'supportedLayouts':[_0x5b86f8(0x808),_0x5b86f8(0x874),_0x5b86f8(0x7c7),'content-bounds-fit'],'menuBehavior':_0x5b86f8(0x714),'mount':_0x47cf51=>{const _0x20b4ca=_0x5b86f8;let _0x5ac7c1=ud(_0x20b4ca(0x82f),_0x47cf51['descriptor']['hostAnchorId']);return _0x5ac7c1?{'hostElement':_0x5ac7c1}:{};}};}function ld(){const _0x457e9a=_0x1ed4d3;return{'hostType':a[_0x457e9a(0x747)][_0x457e9a(0x83f)],'entry':_0x457e9a(0x204),'layout':_0x457e9a(0x282),'supportedLayouts':['tab-peer'],'menuBehavior':_0x457e9a(0x591),'mount':_0x5467ad=>{const _0x1b44b1=_0x457e9a;let _0xfa46a1=ud(_0x1b44b1(0x704),_0x5467ad[_0x1b44b1(0x3e8)]['hostAnchorId']);return _0xfa46a1?{'hostElement':_0xfa46a1}:{};}};}function ud(_0x2d0918,_0x1219b7){const _0x43faec=_0x1ed4d3;return document[_0x43faec(0x55c)]('['+_0x2d0918+'=\x22'+dd(_0x1219b7)+'\x22]');}function dd(_0x1715db){const _0x108345=_0x1ed4d3;return _0x1715db[_0x108345(0x529)](/\\/g,'\x5c\x5c')[_0x108345(0x529)](/"/g,'\x5c\x22');}function fd(){const _0x5b990d=_0x1ed4d3;return{'childType':a[_0x5b990d(0x747)][_0x5b990d(0x83f)],'handleWheel':()=>!0x1};}function pd(_0x4171cd){const _0x4aff09=_0x1ed4d3;return{'childType':a[_0x4aff09(0x747)][_0x4aff09(0x83f)],'supportedLayouts':[_0x4aff09(0x282),_0x4aff09(0x7c7),_0x4aff09(0x808)],'beforeDeactivate':md,'mount':_0x1910dc=>hd(_0x1910dc,_0x4171cd)};}function md(_0x2bcd7c){const _0x49f969=_0x1ed4d3;let _0x40ca5d=_0x2bcd7c[_0x49f969(0x6f3)][_0x49f969(0x583)];if(!(_0x40ca5d!=null&&_0x40ca5d[_0x49f969(0x54f)](S[_0x49f969(0x7da)])))return;let _0x45a44c=_0x40ca5d[_0x49f969(0x53b)](S['ISlideDrawingStateService']);_0x45a44c[_0x49f969(0x556)](),_0x45a44c[_0x49f969(0x37c)]();}function hd(_0x427c6b,_0x2703a3){const _0x418773=_0x1ed4d3;let _0x355eac=_0x427c6b[_0x418773(0x583)][_0x418773(0x53b)](a[_0x418773(0x90d)])[_0x418773(0x4a8)](_0x427c6b['childUnitId'],a[_0x418773(0x747)][_0x418773(0x83f)]);if(!_0x355eac)return;let _0x224385=_0x427c6b['runtimeScope'][_0x418773(0x583)];if(!_0x224385)return;let _0x435896=gd(_0x427c6b[_0x418773(0x442)],_0x224385[_0x418773(0x53b)](S[_0x418773(0x7da)]),_0x224385[_0x418773(0x53b)](a[_0x418773(0x851)])),_0x20615f=Bs(_0x427c6b,_0x2703a3,_0x52cb4d=>_d(_0x355eac,_0x52cb4d)),_0x189a00=_0x427c6b[_0x418773(0x6f3)]['roots'][_0x418773(0x684)],_0xd7f42a=_0x427c6b[_0x418773(0x6f3)]['roots']['canvas'],_0x33fbd7=_0x427c6b['injector']['get'](p[_0x418773(0x208)]),_0x146153=vd(_0x427c6b),_0x1ae6bf=_0xd7f42a?Dt(_0x33fbd7,_0x427c6b['childUnitId'],_0x224385):void 0x0;if(_0x1ae6bf&&_0xd7f42a&&!_0x146153){try{var _0x4e023a,_0x37f96f;(_0x4e023a=(_0x37f96f=_0x1ae6bf[_0x418773(0x212)])[_0x418773(0x228)])==null||_0x4e023a[_0x418773(0x5db)](_0x37f96f);}catch{}_0x1ae6bf[_0x418773(0x212)][_0x418773(0x4f8)](_0xd7f42a),kt(_0x1ae6bf,{'activate':!0x0}),_0xd7f42a[_0x418773(0x964)][_0x418773(0x4f6)]=_0x427c6b[_0x418773(0x442)],_0xd7f42a[_0x418773(0x964)]['embedChildRenderMode']='slide-canvas';}let _0x7d729e=rn(_0x189a00);return _0x189a00[_0x418773(0x964)]['embedChildRenderUnitId']=_0x427c6b[_0x418773(0x442)],_0x189a00['dataset'][_0x418773(0x766)]=_0x418773(0x5b2),_0x7d729e[_0x418773(0x2c3)]((0x0,m[_0x418773(0x689)])(qt,{'injector':_0x224385,'mountContainer':_0x427c6b[_0x418773(0x6f3)][_0x418773(0x64b)]['popup'],'embedId':_0x427c6b[_0x418773(0x666)],'passThroughWheelGestures':_0x427c6b['renderScope'][_0x418773(0x7d1)]===_0x418773(0x681)&&!_0x427c6b['renderScope']['fullscreen'],'children':_0x146153?(0x0,m[_0x418773(0x689)])(S[_0x418773(0x3df)],{'unitId':_0x427c6b[_0x418773(0x442)],'active$':_0x427c6b[_0x418773(0x982)][_0x418773(0x589)]}):(0x0,m[_0x418773(0x689)])(S[_0x418773(0x25c)],{})})),(0x0,a[_0x418773(0x64a)])(()=>{const _0xc08d9a=_0x418773;_0x435896[_0xc08d9a(0x45b)](),_0x20615f[_0xc08d9a(0x45b)]();try{var _0x50a3a0,_0x141651;_0x1ae6bf==null||(_0x141651=(_0x50a3a0=_0x1ae6bf[_0xc08d9a(0x212)])[_0xc08d9a(0x228)])==null||_0x141651[_0xc08d9a(0x5db)](_0x50a3a0);}catch{}_0x33fbd7[_0xc08d9a(0x814)](_0x427c6b[_0xc08d9a(0x442)]),an(_0x7d729e),_0x189a00['isConnected']&&(_0x189a00[_0xc08d9a(0x526)](_0xc08d9a(0x890)),_0x189a00['removeAttribute']('data-embed-child-render-mode')),_0xd7f42a!=null&&_0xd7f42a[_0xc08d9a(0x89c)]&&(_0xd7f42a[_0xc08d9a(0x526)]('data-embed-child-render-unit-id'),_0xd7f42a[_0xc08d9a(0x526)](_0xc08d9a(0x988))),_0x224385['dispose']();});}function gd(_0x56fc8b,_0x211c11,_0xbf22a7){const _0x33fa11=_0x1ed4d3;let _0x53c81e=_0x211c11['state$'][_0x33fa11(0x49c)](_0x38ccbf=>{const _0x50da86=_0x33fa11;var _0x6b0c4c;_0xbf22a7[_0x50da86(0x4f4)](a[_0x50da86(0x7fd)],((_0x6b0c4c=_0x38ccbf['context'])==null?void 0x0:_0x6b0c4c[_0x50da86(0x2b9)])===_0x56fc8b&&_0x38ccbf[_0x50da86(0x5e5)]['length']>0x0);});return(0x0,a[_0x33fa11(0x64a)])(()=>{const _0x3fea1d=_0x33fa11;_0x53c81e[_0x3fea1d(0x465)](),_0xbf22a7['setContextValue'](a[_0x3fea1d(0x7fd)],!0x1);});}function _d(_0x1b6909,_0x4a1b8e){const _0x2548ed=_0x1ed4d3;var _0x385adb,_0x283573;let _0x3dccd3=_0x4a1b8e==null?void 0x0:_0x4a1b8e['pageId'],_0x5a0b32=_0x3dccd3&&_0x1b6909[_0x2548ed(0x673)][_0x2548ed(0x69b)](_0x3dccd3)?_0x3dccd3:(_0x385adb=_0x1b6909[_0x2548ed(0x673)][_0x2548ed(0x821)]()[0x0])==null?void 0x0:_0x385adb['getId']();_0x5a0b32&&((_0x283573=_0x1b6909[_0x2548ed(0x673)][_0x2548ed(0x353)]())==null?void 0x0:_0x283573[_0x2548ed(0x729)]())!==_0x5a0b32&&_0x1b6909['pageManager'][_0x2548ed(0x9de)](_0x5a0b32);}function vd(_0xc82827){const _0x3af8ab=_0x1ed4d3;return _0xc82827['renderScope'][_0x3af8ab(0x7d1)]==='float'&&!_0xc82827['renderScope']['fullscreen']&&_0xc82827[_0x3af8ab(0x29f)]===_0x3af8ab(0x7c7);}let yd=class{constructor(_0x78a81b,_0x73ddf0){const _0xc29a32=_0x1ed4d3;this[_0xc29a32(0x45a)]=_0x78a81b,this[_0xc29a32(0x633)]=_0x73ddf0,B(this,_0xc29a32(0x5c7),a[_0xc29a32(0x747)][_0xc29a32(0x83f)]);}[_0x1ed4d3(0x482)](_0x598f1b){const _0x2699b4=_0x1ed4d3;var _0x30a77a,_0x5cea38;let _0xc0d15a=this[_0x2699b4(0x543)](_0x598f1b[_0x2699b4(0x442)]),_0x375f03=(_0xc0d15a==null||(_0x30a77a=_0xc0d15a[_0x2699b4(0x673)][_0x2699b4(0x353)]())==null?void 0x0:_0x30a77a['getId']())??'';return{'unitId':_0x598f1b['childUnitId'],'pageId':_0x375f03,'scaleMode':_0x2699b4(0x9a0),'zoomRatio':_0xc0d15a==null||(_0x5cea38=_0xc0d15a[_0x2699b4(0x7fa)])==null?void 0x0:_0x5cea38['call'](_0xc0d15a)};}['restoreViewState'](_0x4f84e2,_0x11c5d9){const _0x4f4a32=_0x1ed4d3;let _0x68b05d=this[_0x4f4a32(0x543)](_0x4f84e2[_0x4f4a32(0x442)]);!_0x68b05d||!_0x11c5d9[_0x4f4a32(0x37f)]||!_0x68b05d['pageManager']['getSlide'](_0x11c5d9[_0x4f4a32(0x37f)])||_0x68b05d[_0x4f4a32(0x673)][_0x4f4a32(0x9de)](_0x11c5d9[_0x4f4a32(0x37f)]);}[_0x1ed4d3(0x7ab)](_0x3f608c){const _0x1693ef=_0x1ed4d3;var _0x987c8e,_0x1750e7,_0x5b5ced;let _0x1a4713=this['_getSlideModel'](_0x3f608c[_0x1693ef(0x442)]),_0x1d25e5=(_0x987c8e=_0x3f608c[_0x1693ef(0x476)])==null?void 0x0:_0x987c8e[_0x1693ef(0x37f)];_0x1a4713&&_0x1d25e5&&_0x1a4713[_0x1693ef(0x673)][_0x1693ef(0x69b)](_0x1d25e5)&&_0x1a4713[_0x1693ef(0x673)][_0x1693ef(0x9de)](_0x1d25e5);let _0x55b65a=this[_0x1693ef(0x27b)](_0x3f608c['childUnitId']),_0x3d589d=_0x55b65a==null||(_0x1750e7=_0x55b65a[_0x1693ef(0x212)])==null||(_0x5b5ced=_0x1750e7[_0x1693ef(0x29b)])==null?void 0x0:_0x5b5ced[_0x1693ef(0x5db)](_0x1750e7);if(_0x55b65a&&(!_0x3d589d||_0x3d589d[_0x1693ef(0x754)]<=0x1||_0x3d589d[_0x1693ef(0x33c)]<=0x1)&&(_0x3d589d=bd(_0x55b65a,_0x3f608c[_0x1693ef(0x754)],_0x3f608c[_0x1693ef(0x33c)])),!(!_0x3d589d||_0x3d589d[_0x1693ef(0x754)]<=0x1||_0x3d589d[_0x1693ef(0x33c)]<=0x1||typeof _0x3d589d['toDataURL']!=_0x1693ef(0x508)))try{let _0x4a6a6f=_0x1a4713?(0x0,S['resolveSlideLogicalPageSize'])(_0x1a4713[_0x1693ef(0x58b)]()[_0x1693ef(0x78c)]):void 0x0,_0x4939ac=_0x4a6a6f?_0x4a6a6f[_0x1693ef(0x754)]/_0x4a6a6f[_0x1693ef(0x33c)]:void 0x0,_0x316e3d=Cd(_0x55b65a,_0x3d589d[_0x1693ef(0x754)],_0x3d589d[_0x1693ef(0x33c)])??(_0x4939ac?xd(_0x3d589d[_0x1693ef(0x754)],_0x3d589d[_0x1693ef(0x33c)],_0x4939ac):void 0x0);return wd(_0x3d589d,_0x3f608c[_0x1693ef(0x754)],_0x3f608c[_0x1693ef(0x33c)],_0x3f608c[_0x1693ef(0x862)],_0x316e3d)??_0x3d589d[_0x1693ef(0x1f8)]('image/png');}catch{return;}}[_0x1ed4d3(0x543)](_0x412a80){const _0x22706a=_0x1ed4d3;return this[_0x22706a(0x45a)]['getUnit'](_0x412a80,a['UniverInstanceType'][_0x22706a(0x83f)])??void 0x0;}[_0x1ed4d3(0x27b)](_0x4e55d7){const _0x2eec4d=_0x1ed4d3;let _0x4cc067=this[_0x2eec4d(0x633)][_0x2eec4d(0x871)](_0x4e55d7);if(_0x4cc067)return _0x4cc067;try{return this['_renderManagerService'][_0x2eec4d(0x8b1)](_0x4e55d7);}catch{return;}}};yd=Y([J(0x0,a[_0x1ed4d3(0x90d)]),J(0x1,p['IRenderManagerService'])],yd);function bd(_0x32342c,_0x1189db,_0x511ac0){const _0x2840af=_0x1ed4d3;if(typeof document>'u')return;let _0x1bb435=_0x32342c[_0x2840af(0x212)],_0x120718=_0x32342c[_0x2840af(0x20c)];if(!(_0x1bb435!=null&&_0x1bb435['mount'])||!_0x1bb435[_0x2840af(0x79f)])return;let _0x384a72=document[_0x2840af(0x467)](_0x2840af(0x7ff));_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x824)]='fixed',_0x384a72['style'][_0x2840af(0x2f6)]='-100000px',_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x578)]=_0x2840af(0x90e),_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x754)]=Math[_0x2840af(0x287)](0x1,Math[_0x2840af(0x66f)](_0x1189db))+'px',_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x33c)]=Math[_0x2840af(0x287)](0x1,Math['round'](_0x511ac0))+'px',_0x384a72[_0x2840af(0x3e6)][_0x2840af(0x37a)]=_0x2840af(0x255),_0x384a72['dataset']['embedSlidePreviewCanvasHost']=_0x2840af(0x85d),document['body'][_0x2840af(0x545)](_0x384a72);try{var _0x210454,_0x297ffc,_0x492c1d;return _0x1bb435['mount'](_0x384a72),_0x1bb435[_0x2840af(0x79f)](),_0x120718==null||(_0x210454=_0x120718[_0x2840af(0x53a)])==null||_0x210454[_0x2840af(0x5db)](_0x120718,!0x0),_0x120718==null||(_0x297ffc=_0x120718[_0x2840af(0x2c3)])==null||_0x297ffc['call'](_0x120718),(_0x492c1d=_0x1bb435[_0x2840af(0x29b)])==null?void 0x0:_0x492c1d[_0x2840af(0x5db)](_0x1bb435);}finally{_0x384a72['remove']();}}function xd(_0x35bba7,_0x233796,_0x24d5d7){const _0x2503e4=_0x1ed4d3;let _0x220efb=Math['max'](0x1,Math[_0x2503e4(0x66f)](_0x35bba7)),_0x2bf704=Math['max'](0x1,Math[_0x2503e4(0x66f)](_0x233796));if(!Number[_0x2503e4(0x8cd)](_0x24d5d7)||_0x24d5d7<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x220efb,'sHeight':_0x2bf704};if(_0x220efb/_0x2bf704>_0x24d5d7){let _0x3a5621=Math[_0x2503e4(0x66f)](_0x2bf704*_0x24d5d7);return{'sx':Math['max'](0x0,Math[_0x2503e4(0x66f)]((_0x220efb-_0x3a5621)/0x2)),'sy':0x0,'sWidth':_0x3a5621,'sHeight':_0x2bf704};}let _0x1d2705=Math[_0x2503e4(0x66f)](_0x220efb/_0x24d5d7);return{'sx':0x0,'sy':Math[_0x2503e4(0x287)](0x0,Math['round']((_0x2bf704-_0x1d2705)/0x2)),'sWidth':_0x220efb,'sHeight':_0x1d2705};}function Sd(_0x115ddd,_0x2f8e90,_0x4b98c0,_0x127d07,_0x334f95){const _0x14be4d=_0x1ed4d3;if(typeof _0x4b98c0[_0x14be4d(0x2f6)]!=_0x14be4d(0x584)||typeof _0x4b98c0['top']!=_0x14be4d(0x584)||typeof _0x4b98c0[_0x14be4d(0x754)]!=_0x14be4d(0x584)||typeof _0x4b98c0[_0x14be4d(0x33c)]!=_0x14be4d(0x584)||_0x4b98c0[_0x14be4d(0x754)]<=0x0||_0x4b98c0[_0x14be4d(0x33c)]<=0x0)return;let _0x5d7142=Math[_0x14be4d(0x287)](0x0,Math['round'](_0x4b98c0['left']*_0x127d07)),_0x350d8c=Math[_0x14be4d(0x287)](0x0,Math[_0x14be4d(0x66f)](_0x4b98c0[_0x14be4d(0x578)]*_0x334f95));return{'sx':_0x5d7142,'sy':_0x350d8c,'sWidth':Math[_0x14be4d(0x451)](Math[_0x14be4d(0x287)](0x1,Math['round'](_0x4b98c0[_0x14be4d(0x754)]*_0x127d07)),Math['max'](0x1,Math[_0x14be4d(0x66f)](_0x115ddd-_0x5d7142))),'sHeight':Math[_0x14be4d(0x451)](Math[_0x14be4d(0x287)](0x1,Math[_0x14be4d(0x66f)](_0x4b98c0[_0x14be4d(0x33c)]*_0x334f95)),Math[_0x14be4d(0x287)](0x1,Math[_0x14be4d(0x66f)](_0x2f8e90-_0x350d8c)))};}function Cd(_0x12fa06,_0x43b5c7,_0x1d6128){const _0x17e2cd=_0x1ed4d3;var _0x398a34,_0xfab5fc;let _0x70bb34=_0x12fa06==null?void 0x0:_0x12fa06[_0x17e2cd(0x20c)],_0x27184a=_0x70bb34==null||(_0x398a34=_0x70bb34['getObject'])==null?void 0x0:_0x398a34[_0x17e2cd(0x5db)](_0x70bb34,S['SLIDE_PAGE_RECT_KEY']),_0x5b8337=_0x70bb34==null||(_0xfab5fc=_0x70bb34[_0x17e2cd(0x5fd)])==null?void 0x0:_0xfab5fc[_0x17e2cd(0x5db)](_0x70bb34),_0xfb30c6=(_0x5b8337==null?void 0x0:_0x5b8337['scaleX'])??(_0x70bb34==null?void 0x0:_0x70bb34[_0x17e2cd(0x288)])??0x1,_0x2c3a29=(_0x5b8337==null?void 0x0:_0x5b8337[_0x17e2cd(0x630)])??(_0x70bb34==null?void 0x0:_0x70bb34['scaleY'])??_0xfb30c6;return _0x27184a?Sd(_0x43b5c7,_0x1d6128,_0x27184a,_0xfb30c6,_0x2c3a29):void 0x0;}function wd(_0x3a5273,_0x15f296,_0x38e544,_0x50e929,_0x110f8a){const _0x438ca4=_0x1ed4d3;if(typeof document>'u'||!_0x110f8a)return;let _0x5b03db=document[_0x438ca4(0x467)](_0x438ca4(0x2a6));_0x5b03db[_0x438ca4(0x754)]=Math[_0x438ca4(0x287)](0x1,Math[_0x438ca4(0x66f)](_0x15f296*Math[_0x438ca4(0x287)](0x1,_0x50e929||0x1))),_0x5b03db[_0x438ca4(0x33c)]=Math[_0x438ca4(0x287)](0x1,Math[_0x438ca4(0x66f)](_0x38e544*Math['max'](0x1,_0x50e929||0x1)));let _0x321e69=null;try{_0x321e69=_0x5b03db[_0x438ca4(0x79b)]('2d');}catch{return;}if(_0x321e69)return _0x321e69[_0x438ca4(0x6e1)](_0x3a5273,_0x110f8a['sx'],_0x110f8a['sy'],_0x110f8a['sWidth'],_0x110f8a[_0x438ca4(0x3c2)],0x0,0x0,_0x5b03db[_0x438ca4(0x754)],_0x5b03db[_0x438ca4(0x33c)]),_0x5b03db[_0x438ca4(0x1f8)](_0x438ca4(0x3a6));}const Td='slides-page-list-block';function Ed(_0x582696,_0x1a8328){const _0x3ca849=_0x1ed4d3;let _0x8afc35=!0x1,_0x27f900,_0xf5f492,_0x374d62,_0x109ef9=_0x344d28=>{const _0x8e6a77=_0x54e0;if(_0x8afc35||_0xf5f492||!_0x344d28[_0x8e6a77(0x8f8)])return;let _0x5af8c3=Id(_0x344d28[_0x8e6a77(0x8f8)]);_0x5af8c3&&(_0x27f900=Ld(_0x1a8328['hostElement'],_0x27f900,_0x5af8c3));},_0x18099e=_0x582696[_0x3ca849(0x985)]['previewUpdated$'][_0x3ca849(0x49c)](_0x5d44ff=>{const _0xe2901d=_0x3ca849;_0x5d44ff[_0xe2901d(0x666)]===_0x1a8328[_0xe2901d(0x666)]&&(!_0x1a8328[_0xe2901d(0x442)]||_0x5d44ff['childUnitId']===_0x1a8328[_0xe2901d(0x442)])&&_0x109ef9(_0x5d44ff);});return Od(_0x582696,_0x1a8328)[_0x3ca849(0x5cb)](_0x5b9889=>{const _0x3079ca=_0x3ca849;if(_0x8afc35||!_0x5b9889)return;let _0x5e6444=Dd(_0x582696,_0x1a8328,_0x5b9889,()=>_0x8afc35);if(_0x5e6444){_0xf5f492=_0x5e6444[_0x3079ca(0x608)],_0x374d62=_0x5e6444[_0x3079ca(0x9bc)],_0x27f900=void 0x0;return;}kd(_0x582696,_0x1a8328,_0x5b9889,_0x109ef9,()=>_0x8afc35)['then'](_0x82413d=>{!_0x8afc35&&_0x82413d&&(_0x27f900=Ld(_0x1a8328['hostElement'],_0x27f900,_0x82413d));});},()=>{}),(0x0,a['toDisposable'])(()=>{const _0x269263=_0x3ca849;_0x8afc35=!0x0,_0x18099e[_0x269263(0x465)](),_0xf5f492==null||_0xf5f492['dispose'](),_0xf5f492=void 0x0,_0x374d62==null||_0x374d62[_0x269263(0x45b)](),_0x374d62=void 0x0,_0x27f900==null||_0x27f900[_0x269263(0x241)](),_0x27f900=void 0x0;});}function Dd(_0x4ad523,_0x495261,_0xd1312a,_0x97cfde){const _0x48861d=_0x1ed4d3;let _0x450408=Ad(),_0x589969;try{var _0x4bd3ea;if(_0x589969=_0x4ad523['runtimeHostLeaseService']['acquire']({..._0xd1312a,'mode':_0x48861d(0x7c4)},_0x450408[_0x48861d(0x62a)]),!_0x589969['session'][_0x48861d(0x44e)])throw Error(_0x48861d(0x4d1));if(_0x97cfde()){_0x589969['dispose'](),_0x450408[_0x48861d(0x45b)]();return;}_0x4ad523[_0x48861d(0x514)][_0x48861d(0x9c0)](_0xd1312a),jd(_0x450408[_0x48861d(0x62a)]);let _0x53c7bd=_0x589969[_0x48861d(0x46a)][_0x48861d(0x44e)],_0x34a115=(_0x4bd3ea=_0x4ad523[_0x48861d(0x848)][_0x48861d(0x53b)](_0x589969['session'][_0x48861d(0x5c7)]))==null?void 0x0:_0x4bd3ea['presentationPolicy'];return _0x450408[_0x48861d(0x984)](Md(_0x450408[_0x48861d(0x62a)],_0x53c7bd,_0x495261[_0x48861d(0x8bf)],_0x34a115)),_0x495261[_0x48861d(0x7e4)][_0x48861d(0x6de)](_0x450408[_0x48861d(0x499)]),_0x450408['addDisposer'](Nd(_0x4ad523,_0x589969,_0x450408['runtimeHost'],_0x450408[_0x48861d(0x3fc)],_0x495261[_0x48861d(0x8bf)],_0x34a115)),{'lease':_0x589969,'elements':_0x450408};}catch{_0x589969==null||_0x589969[_0x48861d(0x45b)](),_0x450408['dispose']();return;}}async function Od(_0x17cb7a,_0x229ffe){const _0x5488a9=_0x1ed4d3;let _0x2b1060=_0x17cb7a[_0x5488a9(0x8e9)]['getDescriptor'](_0x229ffe[_0x5488a9(0x565)],_0x229ffe[_0x5488a9(0x666)])??Fd(_0x229ffe);if(_0x2b1060){try{_0x2b1060=await _0x17cb7a[_0x5488a9(0x5e2)]['materializeDescriptor']({'descriptor':_0x2b1060});}catch{}return _0x2b1060['childUnitId']&&_0x2b1060['childType']!=null?_0x2b1060:void 0x0;}}async function kd(_0x4a07af,_0x39c4f6,_0x48e565,_0xae4868,_0x4a8ac1){const _0x3b7914=_0x1ed4d3;var _0x2517ad,_0x1d5357;let _0x4325f8=await((_0x2517ad=_0x4a07af[_0x3b7914(0x7ee)])==null?void 0x0:_0x2517ad['captureByHostAnchorId'](_0x39c4f6[_0x3b7914(0x253)]));if(_0x4a8ac1())return;if(_0x4325f8)return Id(_0x4325f8);let _0x15b4c8=_0x48e565[_0x3b7914(0x442)],_0x5ecc81=_0x48e565[_0x3b7914(0x5c7)];if(!_0x15b4c8||_0x5ecc81==null)return;let _0x1ad358=(_0x1d5357=_0x4a07af[_0x3b7914(0x7ee)])==null?void 0x0:_0x1d5357['getContextByHostAnchorId'](_0x39c4f6[_0x3b7914(0x253)]);_0xae4868(_0x4a07af[_0x3b7914(0x985)]['requestPreview']({'descriptor':{..._0x48e565,'mode':_0x3b7914(0x7c4)},'childUnitId':_0x15b4c8,'childType':_0x5ecc81,'width':Math[_0x3b7914(0x287)](0x1,_0x39c4f6['width']),'height':Math[_0x3b7914(0x287)](0x1,_0x39c4f6[_0x3b7914(0x33c)]),'dpr':Math[_0x3b7914(0x287)](0x1,Math[_0x3b7914(0x451)](0x2,_0x39c4f6[_0x3b7914(0x862)])),'reason':'initial','context':_0x1ad358}));}function Ad(){const _0x190455=_0x1ed4d3;let _0x13abf9=document[_0x190455(0x467)](_0x190455(0x7ff));_0x13abf9[_0x190455(0x964)][_0x190455(0x743)]=_0x190455(0x85d),_0x13abf9['style'][_0x190455(0x824)]=_0x190455(0x3d3),_0x13abf9[_0x190455(0x3e6)][_0x190455(0x5f5)]='0',_0x13abf9[_0x190455(0x3e6)][_0x190455(0x39a)]=_0x190455(0x769),_0x13abf9['style'][_0x190455(0x284)]='hidden';let _0x459964=document[_0x190455(0x467)](_0x190455(0x7ff));_0x459964[_0x190455(0x964)][_0x190455(0x2c9)]=_0x190455(0x85d),_0x459964[_0x190455(0x964)][_0x190455(0x626)]=_0x190455(0x85d),_0x459964[_0x190455(0x3e6)]['position']=_0x190455(0x3d3),_0x459964['style'][_0x190455(0x5f5)]='0',_0x459964[_0x190455(0x3e6)][_0x190455(0x36a)]='0',_0x459964[_0x190455(0x3e6)][_0x190455(0x284)]=_0x190455(0x7d7),_0x459964[_0x190455(0x3e6)][_0x190455(0x37a)]=_0x190455(0x255);let _0x1b78a3=document[_0x190455(0x467)](_0x190455(0x7ff));_0x1b78a3[_0x190455(0x964)][_0x190455(0x951)]='true',_0x1b78a3[_0x190455(0x3e6)]['position']=_0x190455(0x3d3),_0x1b78a3[_0x190455(0x3e6)][_0x190455(0x5f5)]='0',_0x1b78a3[_0x190455(0x3e6)][_0x190455(0x36a)]='1',_0x1b78a3[_0x190455(0x3e6)]['pointerEvents']=_0x190455(0x42a),_0x1b78a3[_0x190455(0x3e6)][_0x190455(0x834)]=_0x190455(0x255),_0x13abf9[_0x190455(0x51c)](_0x459964,_0x1b78a3);let _0x3f6b20=[];return{'surface':_0x13abf9,'runtimeHost':_0x459964,'interactionGate':_0x1b78a3,'addDisposer':_0x4927d0=>_0x3f6b20[_0x190455(0x2fa)](_0x4927d0),'dispose':()=>{const _0xb8aa7e=_0x190455;_0x3f6b20['splice'](0x0)[_0xb8aa7e(0x3b5)]()[_0xb8aa7e(0x360)](_0x1f9493=>_0x1f9493()),_0x13abf9[_0xb8aa7e(0x241)]();}};}function jd(_0x917916){const _0xa9d35=_0x1ed4d3;_0x917916[_0xa9d35(0x3e6)]['pointerEvents']=_0xa9d35(0x255);}function Md(_0x20c834,_0x50986d,_0x2877f9,_0x10480d){const _0xb1902=_0x1ed4d3;if(_0x2877f9!==Td||!(_0x10480d!=null&&_0x10480d[_0xb1902(0x368)]))return()=>{};let _0x2324a6=_0x10480d[_0xb1902(0x368)]({'childContext':_0x50986d,'entry':_0x2877f9,'runtimeHost':_0x20c834});if(!_0x2324a6)return()=>{};let _0x14fcd9=_0x20c834[_0xb1902(0x2f2)][_0xb1902(0x467)]('style');return _0x14fcd9['dataset'][_0xb1902(0x211)]=_0xb1902(0x85d),_0x14fcd9[_0xb1902(0x21e)]=_0x2324a6,_0x20c834[_0xb1902(0x328)](_0x14fcd9),()=>_0x14fcd9[_0xb1902(0x241)]();}function Nd(_0x3655f2,_0x3ae873,_0x14de93,_0x119d51,_0x5c4c30,_0x1ec773){const _0xfef38a=_0x1ed4d3;let _0x219b76=_0x239b18=>{_0x239b18['preventDefault'](),_0x239b18['stopPropagation']();},_0xa8e0b2=_0x3ac377=>{const _0x100515=_0x54e0;if(_0x5c4c30===Td&&Pd(_0x14de93,_0x3ae873,_0x1ec773,_0x3ac377[_0x100515(0x5a8)],_0x3ac377['clientY'])){_0x3ac377[_0x100515(0x4fd)](),_0x3ac377[_0x100515(0x94b)]();return;}_0x219b76(_0x3ac377);},_0xdbef0=_0x1ec47f=>{const _0x561d2f=_0x54e0;var _0x7dc4cb;let _0x10afde=_0x3ae873['session'][_0x561d2f(0x44e)];if(!_0x10afde)return;let _0x10b3c1={..._0x10afde,'event':_0x1ec47f,'stage':'inactive','source':_0x561d2f(0x798)},_0x3f4549=_0x3655f2[_0x561d2f(0x6fe)][_0x561d2f(0x792)](_0x10b3c1),_0x2085fc=!_0x3f4549&&((_0x7dc4cb=_0x3655f2[_0x561d2f(0x6aa)]['get'](_0x10afde[_0x561d2f(0x5c7)],_0x10afde[_0x561d2f(0x29f)]))==null?void 0x0:_0x7dc4cb[_0x561d2f(0x792)](_0x10b3c1))===!0x0;(_0x3f4549||_0x2085fc)&&(_0x1ec47f[_0x561d2f(0x4fd)](),_0x1ec47f[_0x561d2f(0x94b)](),_0x1ec47f['stopImmediatePropagation']());},_0x48173d=[_0xfef38a(0x888),_0xfef38a(0x548),_0xfef38a(0x8a4),_0xfef38a(0x946)];return _0x48173d[_0xfef38a(0x360)](_0x2f6f73=>_0x119d51[_0xfef38a(0x7d4)](_0x2f6f73,_0x219b76)),_0x119d51[_0xfef38a(0x7d4)](_0xfef38a(0x853),_0xa8e0b2),_0x119d51[_0xfef38a(0x7d4)]('wheel',_0xdbef0,{'passive':!0x1}),()=>{const _0x40a0ab=_0xfef38a;_0x48173d[_0x40a0ab(0x360)](_0x355a95=>_0x119d51[_0x40a0ab(0x2f5)](_0x355a95,_0x219b76)),_0x119d51[_0x40a0ab(0x2f5)](_0x40a0ab(0x853),_0xa8e0b2),_0x119d51[_0x40a0ab(0x2f5)]('wheel',_0xdbef0);};}function Pd(_0x1e29f3,_0x24dcfe,_0x4b5cfe,_0x442fbb,_0x3a54bc){const _0x12b51c=_0x1ed4d3;let _0x4c6bce=_0x24dcfe[_0x12b51c(0x46a)][_0x12b51c(0x44e)];return!_0x4c6bce||!(_0x4b5cfe!=null&&_0x4b5cfe[_0x12b51c(0x67b)])?!0x1:_0x4b5cfe[_0x12b51c(0x67b)]({'childContext':_0x4c6bce,'clientX':_0x442fbb,'clientY':_0x3a54bc,'entry':Td,'runtimeHost':_0x1e29f3});}function Fd(_0xcb9678){const _0x4e9b56=_0x1ed4d3;if(!(!_0xcb9678[_0x4e9b56(0x442)]||_0xcb9678[_0x4e9b56(0x5c7)]==null))return{'embedId':_0xcb9678[_0x4e9b56(0x666)],'hostUnitId':_0xcb9678['hostUnitId'],'hostType':a[_0x4e9b56(0x747)][_0x4e9b56(0x83f)],'entry':_0xcb9678[_0x4e9b56(0x8bf)],'hostAnchorId':_0xcb9678[_0x4e9b56(0x253)],'childUnitId':_0xcb9678['childUnitId'],'childType':_0xcb9678[_0x4e9b56(0x5c7)],'mode':_0x4e9b56(0x7c4),'source':{'unitType':_0xcb9678[_0x4e9b56(0x5c7)],'ref':{'file':{'kind':t['RESOURCE_REF_FILE_KIND'][_0x4e9b56(0x427)]},'unit':{'selector':_0xcb9678[_0x4e9b56(0x442)],'type':(0x0,t[_0x4e9b56(0x32e)])(_0xcb9678[_0x4e9b56(0x5c7)])}}},'sourceMeta':{'floating':_0xcb9678[_0x4e9b56(0x8bf)]===_0x4e9b56(0x3ab)&&{'enabled':!0x0,'layout':_0x4e9b56(0x808),'fullscreen':!0x1},'tab':_0xcb9678[_0x4e9b56(0x8bf)]===_0x4e9b56(0x204)&&{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function Id(_0x4c18e5){const _0x27547a=_0x1ed4d3;if(typeof _0x4c18e5==_0x27547a(0x23d))return _0x4c18e5;if(typeof HTMLCanvasElement<'u'&&_0x4c18e5 instanceof HTMLCanvasElement)try{return _0x4c18e5[_0x27547a(0x1f8)](_0x27547a(0x3a6));}catch{return;}if(typeof ImageBitmap<'u'&&_0x4c18e5 instanceof ImageBitmap&&typeof document<'u'){let _0x3d6165=document[_0x27547a(0x467)]('canvas');_0x3d6165[_0x27547a(0x754)]=_0x4c18e5['width'],_0x3d6165[_0x27547a(0x33c)]=_0x4c18e5[_0x27547a(0x33c)];let _0x59142c=_0x3d6165['getContext']('2d');return _0x59142c?(_0x59142c[_0x27547a(0x6e1)](_0x4c18e5,0x0,0x0),_0x3d6165[_0x27547a(0x1f8)](_0x27547a(0x3a6))):void 0x0;}}function Ld(_0x7b59a6,_0x34200d,_0x15b082){const _0x4aa3ac=_0x1ed4d3;let _0x1fb38c=_0x34200d??document['createElement'](_0x4aa3ac(0x3f9));return _0x1fb38c['alt']='',_0x1fb38c[_0x4aa3ac(0x964)][_0x4aa3ac(0x342)]=_0x4aa3ac(0x85d),_0x1fb38c[_0x4aa3ac(0x3e6)][_0x4aa3ac(0x28d)]=_0x4aa3ac(0x5ed),_0x1fb38c[_0x4aa3ac(0x3e6)]['width']='100%',_0x1fb38c[_0x4aa3ac(0x3e6)][_0x4aa3ac(0x33c)]=_0x4aa3ac(0x629),_0x1fb38c[_0x4aa3ac(0x3e6)][_0x4aa3ac(0x50c)]=_0x4aa3ac(0x69c),_0x1fb38c[_0x4aa3ac(0x3e6)][_0x4aa3ac(0x37a)]='none',_0x1fb38c['src']=_0x15b082,_0x1fb38c[_0x4aa3ac(0x986)]!==_0x7b59a6&&_0x7b59a6['replaceChildren'](_0x1fb38c),_0x1fb38c;}let Rd=class{constructor(_0x240fdf,_0x5dc620){const _0x59348f=_0x1ed4d3;this[_0x59348f(0x45a)]=_0x240fdf,this[_0x59348f(0x633)]=_0x5dc620,B(this,_0x59348f(0x5c7),a[_0x59348f(0x747)][_0x59348f(0x83f)]),B(this,_0x59348f(0x538),[_0x59348f(0x7c7)]);}['mount'](_0xd61b5e){const _0x24281a=_0x1ed4d3;var _0x5b4202;let _0x149053=this[_0x24281a(0x543)](_0xd61b5e['childUnitId']);if(!_0x149053)return;(_0x5b4202=_0xd61b5e[_0x24281a(0x476)])!=null&&_0x5b4202[_0x24281a(0x37f)]&&_0x149053['pageManager'][_0x24281a(0x69b)](_0xd61b5e[_0x24281a(0x476)][_0x24281a(0x37f)])&&_0x149053[_0x24281a(0x673)][_0x24281a(0x9de)](_0xd61b5e[_0x24281a(0x476)]['pageId']);let _0x426200=ve(zd(_0xd61b5e));if(!_0x426200)return;let _0x215df1=_0xd61b5e[_0x24281a(0x64b)][_0x24281a(0x2a6)]?Dt(this[_0x24281a(0x633)],_0xd61b5e[_0x24281a(0x442)],_0x426200):void 0x0;if(!_0x215df1){_0x426200[_0x24281a(0x45b)]();return;}_0xd61b5e[_0x24281a(0x64b)][_0x24281a(0x2a6)]&&(_0xd61b5e[_0x24281a(0x64b)][_0x24281a(0x2a6)][_0x24281a(0x964)][_0x24281a(0x4f6)]=_0xd61b5e[_0x24281a(0x442)],_0xd61b5e[_0x24281a(0x64b)]['canvas'][_0x24281a(0x964)][_0x24281a(0x766)]=_0x24281a(0x676));let _0xea5dda=rn(_0xd61b5e[_0x24281a(0x64b)][_0x24281a(0x684)]);return _0xd61b5e[_0x24281a(0x64b)]['content'][_0x24281a(0x964)][_0x24281a(0x4f6)]=_0xd61b5e['childUnitId'],_0xd61b5e['roots'][_0x24281a(0x684)][_0x24281a(0x964)][_0x24281a(0x766)]=_0x24281a(0x3da),_0xea5dda['render']((0x0,m[_0x24281a(0x689)])(qt,{'injector':_0x426200,'mountContainer':_0xd61b5e[_0x24281a(0x64b)]['root'],'embedId':_0xd61b5e[_0x24281a(0x666)],'passThroughWheelGestures':!0x0,'children':(0x0,m['jsx'])(S['SlideEmbedReadonlyFloatingPreview'],{'unitId':_0xd61b5e[_0x24281a(0x442)],'render':_0x215df1})})),(0x0,a[_0x24281a(0x64a)])(()=>{const _0x1c15ea=_0x24281a;var _0x21a3cc,_0x32e2b7,_0x429c29,_0x366260;try{var _0x5f25ba,_0x378eec;_0x215df1==null||(_0x378eec=(_0x5f25ba=_0x215df1[_0x1c15ea(0x212)])['unmount'])==null||_0x378eec[_0x1c15ea(0x5db)](_0x5f25ba);}catch{}(_0x21a3cc=(_0x32e2b7=this[_0x1c15ea(0x633)])[_0x1c15ea(0x814)])==null||_0x21a3cc[_0x1c15ea(0x5db)](_0x32e2b7,_0xd61b5e[_0x1c15ea(0x442)]),an(_0xea5dda),_0xd61b5e[_0x1c15ea(0x64b)]['content'][_0x1c15ea(0x526)](_0x1c15ea(0x890)),_0xd61b5e[_0x1c15ea(0x64b)][_0x1c15ea(0x684)]['removeAttribute']('data-embed-child-render-mode'),(_0x429c29=_0xd61b5e['roots'][_0x1c15ea(0x2a6)])==null||_0x429c29[_0x1c15ea(0x526)](_0x1c15ea(0x890)),(_0x366260=_0xd61b5e[_0x1c15ea(0x64b)][_0x1c15ea(0x2a6)])==null||_0x366260[_0x1c15ea(0x526)](_0x1c15ea(0x988)),_0x426200[_0x1c15ea(0x45b)]();});}[_0x1ed4d3(0x792)](_0x7b156f){const _0xd4ec81=_0x1ed4d3;var _0x3d86c1,_0x3a8537;let _0x2653c0=this[_0xd4ec81(0x543)](_0x7b156f['childUnitId']);if(!_0x2653c0)return!0x1;let _0x566c87=Math['abs'](_0x7b156f[_0xd4ec81(0x63a)][_0xd4ec81(0x942)])>=Math[_0xd4ec81(0x8d9)](_0x7b156f[_0xd4ec81(0x63a)][_0xd4ec81(0x579)])?_0x7b156f[_0xd4ec81(0x63a)][_0xd4ec81(0x942)]:_0x7b156f[_0xd4ec81(0x63a)][_0xd4ec81(0x579)];if(_0x566c87===0x0)return!0x1;let _0x3f2a0b=Bd(_0x2653c0);if(_0x3f2a0b['length']<0x2)return!0x0;let _0x1847a0=((_0x3d86c1=_0x2653c0[_0xd4ec81(0x673)]['getActiveSlide']())==null?void 0x0:_0x3d86c1['getId']())??_0x3f2a0b[0x0],_0x523c08=Math['max'](0x0,_0x3f2a0b[_0xd4ec81(0x656)](_0x1847a0)),_0x3baa5f=_0x3f2a0b[Math[_0xd4ec81(0x287)](0x0,Math[_0xd4ec81(0x451)](_0x3f2a0b[_0xd4ec81(0x9ba)]-0x1,_0x523c08+(_0x566c87>0x0?0x1:-0x1)))];return!_0x3baa5f||_0x3baa5f===_0x1847a0?!0x0:(_0x2653c0['pageManager'][_0xd4ec81(0x9de)](_0x3baa5f),_0x7b156f[_0xd4ec81(0x5a0)]({'unitId':_0x7b156f[_0xd4ec81(0x442)],'pageId':_0x3baa5f,'scaleMode':_0xd4ec81(0x9a0),'zoomRatio':(_0x3a8537=_0x2653c0[_0xd4ec81(0x7fa)])==null?void 0x0:_0x3a8537[_0xd4ec81(0x5db)](_0x2653c0)}),!0x0);}['_getSlideModel'](_0x1ee193){const _0x261a62=_0x1ed4d3;return this[_0x261a62(0x45a)][_0x261a62(0x4a8)](_0x1ee193,a['UniverInstanceType'][_0x261a62(0x83f)])??void 0x0;}};Rd=Y([J(0x0,a['IUniverInstanceService']),J(0x1,p[_0x1ed4d3(0x208)])],Rd);function zd(_0x311f3a){const _0xedcba9=_0x1ed4d3;let _0x4c647e=()=>{};return{'descriptor':_0x311f3a[_0xedcba9(0x3e8)],'layout':_0x311f3a[_0xedcba9(0x29f)],'injector':_0x311f3a[_0xedcba9(0x583)],'hostElement':_0x311f3a[_0xedcba9(0x64b)]['root'],'container':_0x311f3a[_0xedcba9(0x64b)]['root'],'hostUnitId':_0x311f3a[_0xedcba9(0x565)],'embedId':_0x311f3a[_0xedcba9(0x666)],'childUnitId':_0x311f3a[_0xedcba9(0x442)],'childType':_0x311f3a[_0xedcba9(0x5c7)],'renderScope':{'hostUnitId':_0x311f3a['hostUnitId'],'hostAnchorId':_0x311f3a[_0xedcba9(0x3e8)][_0xedcba9(0x253)],'embedId':_0x311f3a[_0xedcba9(0x666)],'childUnitId':_0x311f3a[_0xedcba9(0x442)],'childType':_0x311f3a[_0xedcba9(0x5c7)],'layout':_0x311f3a['layout'],'mode':_0xedcba9(0x681),'rootElement':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x903)],'contentRoot':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x684)],'canvasRoot':_0x311f3a['roots'][_0xedcba9(0x2a6)],'active$':(0x0,f['of'])(!0x1)},'runtimeScope':{'descriptor':_0x311f3a[_0xedcba9(0x3e8)],'host':{'unitId':_0x311f3a[_0xedcba9(0x565)],'type':_0x311f3a[_0xedcba9(0x3e8)][_0xedcba9(0x817)],'anchorId':_0x311f3a[_0xedcba9(0x3e8)][_0xedcba9(0x253)],'entry':_0x311f3a['descriptor'][_0xedcba9(0x8bf)],'layout':_0xedcba9(0x681)},'child':{'unitId':_0x311f3a[_0xedcba9(0x442)],'type':_0x311f3a[_0xedcba9(0x5c7)]},'injector':_0x311f3a[_0xedcba9(0x583)],'roots':{'root':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x903)],'content':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x684)],'canvas':_0x311f3a[_0xedcba9(0x64b)][_0xedcba9(0x2a6)],'overlay':_0x311f3a['roots'][_0xedcba9(0x903)],'popup':_0x311f3a['roots'][_0xedcba9(0x903)]},'activate':_0x4c647e,'deactivate':_0x4c647e,'dispose':_0x4c647e}};}function _0x5400(){const _0x47f0c0=['data-embed-overlay-root','getRenderUnitById','getUnitId','stage2-runtime','doc-width-scale','retryDelay','getPrototypeOf','_dispatchEscapeToFloatingSurface','SheetsUIMenuSchema','_menuOverrideService','save','visible','startsWith','CloseBaseContextMenuOperation','RibbonStartGroup','embed-print-','SHEET_EDITOR_UNITS','pointerenter','usesDomFloatingStage','INSERT','registerContextMenuHandler','getSheetBySheetId','Slide','IBaseEmbedFloatingGeometryService','pointerdown','ghost','univer-z-[2]\x20univer-flex\x20univer-h-full','executeCommand','createUniqueBaseTableName','overlay','AutowrapIcon','registration','data-embed-child-render-unit-id','resolveDocsCustomBlockSize','containsElement','_rerenderHostDoc','formulaBar','currentTarget','catch','SHIFT','_projectionService','setConfig','univer-text-gray-900\x20dark:!univer-text-gray-0','[data-embed-sheets-sheet-tab-host=\x22','isConnected','ribbon$','prototype','pointer-events','show','setStage','getRowCount','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','dblclick','useEffect','EmbedReferencedUnitMaterializeService','getActive','setSearchActiveIndex','fontFamily','createDefaultDocsTableLikeCustomBlockBleedViewport','_registerSlidePrinting','_syncPersistentSheetNotes','data-embed-menu-slot','subscribeContextValue$','interactionBoundaryService','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','createRender','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','customBlocks','_containsRegisteredElement','retrying-base-child-render','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','_materializeService','_mountFloatingMenu','canvasFloatDomPreviewService','useMemo','setScrollState','_renderMountedScene','embedDocsCustomBlockZooming','entry','activated$','__editor_docs-','activateSession','AddWorksheetMergeAllCommand','FORMULA_EDITOR_ACTIVATED','getViewport','enableHorizontal','verticalAlign','floatingMenuInsetTop','_override$','univer-overflow-hidden','hostLayout$','RibbonFormulasGroup','isFinite','DocumentFlavor','getPreview','_findFallbackUnitId','toolbarPanel$','UNIVER_BOARD','SHEET_FOOTER_BAR_HEIGHT','allowDirectBodyPortal','runtime','beforeDeactivate','getUnitCreateOptions','keydown','abs','embed-ui.sheetsFloating.toolbar.bold','embed-page-menu-','from','_normalizeHostMountResult','childUnit','_getKey','BASE_VIEW_MENU_ITEMS','version','background:rgba(99,102,106,.06)','createInstance','getLocales','maxHeight','ICommandService','now','getCurrentUnitOfType','embedModelService','6189mANrnF','overflowY','getChildContext','UNIVER_BASE','alt','getOffsetConfig','registerPrintComponent','syncingChildFromHost','CENTER','mounting','toStringTag','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-left-toolbar=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-top-right-menu=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-zoom-controls=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-help-control=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-object-list-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-shape-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-floating-panel-layer=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-text-editor-position-wrapper\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-floating-toolbar\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22editor-ui-floating-container\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','SheetsDrawingUIMenuSchema','worksheet','image','allowOwnedPortalReassignment','embed-ui.boardsFloating.zoomIn','_imageIoService','gray.0','_leaseAppliesToChildUnit','disconnect','hasAnyBlockingChildFocusLease','_ownedEmbedAppliesToChildUnit','beforeCommandExecuted','univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','root','_runQueue','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','removeChild','getKanbanProjectionBodyHeight','child-editor','_measureContentSize','_leaseSequence','embed-ui.basesFloating.viewSettings.addView','univer-sr-only','IUniverInstanceService','-100000px','captureByEmbedId','_releaseTabPeerFocusLeasesForHost','univer:embed-float-drag-handle:pointerdown','_resolveViewState','oKey','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','ResetBackgroundColorCommand','clipBottom','firstElementChild','_ribbonOverrideService','_previousChildCurrentUnits','getSheets','_resources','resolvedDependencies','activatePortalScope','content-bounds-fit','IEditorUIService','startY','sourceTop','docs-exchange-client.operation.import-doc','28px','keys','ISlideEmbedRuntimeFocusCoordinator','elementsFromPoint','focusUnit','minHeight','classic','getMergedMenuSchema','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','univer-pointer-events-auto\x20univer-box-border\x20univer-min-w-0\x20univer-self-stretch\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','getColumnWidth','registerEmbedProductMenuContribution','pageMarginLeft','requestAnimationFrame','IShortcutService','contentSizeChanged$','EmbedHostAnchorModelService','pushUndoRedo','override$','DOCS_END','EmbedHostMenuOverrideService','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-workbench-layout\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20grid-template-columns:\x20minmax(0,\x201fr)\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel-floating-expand-trigger\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-header-menu\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-add-view-button\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-view-tab-more\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-global-layer\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-right-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-footer\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','_routeWheelToHost','SheetsFilterUIMenuSchema','_isDetachedOffscreenPortalCandidate','_registerSheetPrinting','GRID_ROW_HEADER_WIDTH','[data-u-comp=\x22embed-float-dom-live-content\x22]','border:1px\x20dashed\x20rgba(99,102,106,.35)','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','346CarDyN','deltaY','toScale','getRuntimeRoots','IConfigService','contextmenu','board-embed:','embed-ui.sheetsFloating.align.bottom','before:univer-hidden','SetEmbedDescriptorMutation','stopPropagation','Failed\x20to\x20load\x20embedded\x20sheet.','ISlideEmbedActivationService','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','EMBED_MOUNT_HOST_NOT_REGISTERED','child-keyboard','embedSlidesPresentationInteractionGate','CLIP','group','executeBaseKeyboardOperation','placeholderTitle','SoftDeleteEmbedDescriptorMutation','scopedInjector','getAll','drawings','Boards','EmbedFocusOwnerService','horizontal','dispatchEvent','KeyboardEvent','includes','ignoreOwners','find','getEmbedSlidesFloatingCustomData','slides-ui.embed','dataset','innerHeight','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','calendarEventSettings','observe','data-embed-footer-slot','requestRender','unmerge','CancelMergeIcon','registerProvider','_setAnchorTransformerVisible','syncingHostFromChild','offsetWidth','horizontalAlign','DocSelectAllCommand','components','[data-embed-float-fullscreen-button]','bottom','lastIndexOf','name','DocSelectionRenderService','tables','embed-ui.sheetsFloating.toolbar.filter','_items','MoreDownIcon','Node','canvasRoot','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','UniverEmbedPrintPlaceholder','renderScope','bases-table-list-block','addDisposer','previewService','parentElement','RibbonViewGroup','data-embed-child-render-mode','inset(0\x200\x20','activeSlideId$','onScrollByBar$','resolveBoardInteractionConfig','_renderCompleteScene','viewOrder','univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','customizeField','waiting-base-canvas-root','DocPrintInterceptorService','fonts','firstTop','temp','getSkeletonData','_getVisibleCanvasDocumentRect','restoreViewState','[data-embed-float-live=\x22true\x22]','SheetsSortUIMenuSchema','registerMountedRuntime','ActivateBaseViewOperation','URL','slice','[data-radix-popper-content-wrapper]','fit','useContext','_activateTabPeerFocusLease','_setRenderFailure','FOCUSING_UNIT','SheetPrintInterceptorService','activateView','embedLayout','requestPreview','hasExact','doc-flow','_runtimeFocusCoordinator','IBaseEmbedRuntimeService','max-width','_boardElementStateService','DeleteBaseTableCommand','isSheetLikeDocsCustomBlockChildType','Workbook','univer-dropdown','univer-fill-primary-600','_entriesByEmbedId','_isOwnedBoundaryElement','endColumn','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','bases-ui.ribbon','margin-left','length','AddViewMenu','elements','stickyHeaderHeight','nested','enter','focusHostForPassiveRuntime','startColumn','clear','_blockRegistry','SetBorderBasicCommand','tab','interceptor','25305669yevYMq','_config','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0','_registerPrintPreparation','sheet-embed-floating-menu','SlidesPageListBlock','SheetBarService','_layoutService','Element','error','_renderOne','docsTop','jsxs','borderComposite','hostWheelGestureService','embedChildRenderError','combineLatest','docs-sticky-base','setActive','embed-float-dom-chrome','viewportHeight','scrollToViewportPos','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','setActiveSlide','univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x20dark:after:!univer-border-gray-600','IContextMenuService','SheetsFloatingObject','bodyViewportHeight','managedBy','ISheetEmbedRuntimeService','_isHostPreservingLease','current','drawingsOrder','host-passive','target','releaseStage2SessionLeaseIfActivationDoesNotStick','toDataURL','univer-doc-main-canvas','previewUpdated$','getGalleryProjectionBodyHeight','SetHorizontalTextAlignCommand','shape-contextual-ribbon','_childUnitAncestry','_removeRuntimeFocusRoleTree','DOCS_NORMAL_EDITOR_UNIT_ID_KEY','SetEmbedBoundsCommand','getResource','UNIVER_EMBED_UI_PLUGIN','slides-page-list-block','title-only','useLayoutEffect','_rootsByEmbedId','IRenderManagerService','data-embed-bases-table-list-host','resizeDocsSheetLikeRendererByWheel','composedPath','scene','addedNodes','vertical','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','isInternalEditorID','embedSlidesPresentationChrome','engine','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','useConfigValue',':anonymous:','mountService','Module','distinctUntilChanged','warn','focusCoordinator','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','endsWith','min-height:96px','textContent','font:13px/1.5\x20sans-serif','EMBED_SHEETS_FLOATING_COMPONENT_KEY','embed-ui.sheetsFloating.align.right','[data-u-comp=\x22base-embed-view-slot\x22]','_boardElementService','EmbedHostEntryEnum','__embedSharedRootInjector','isEmbedBoardsFloatingElement','getElementDataForUnit','unmount','getRowVisible','opacity','doc-block-stage2-runtime','register','columnHeader','univer-flex\x20univer-items-center\x20univer-gap-1','resolveActiveChildSessionRuntimeScope','gray.1000','SetRangeTextColorCommand','_contributions','startX','univer-text-sm','body','BoardShapeTextEditorContainer','getContextByEmbedId','RESOURCE_REF_FILE_KIND','schedule','deactivateTabSessions','IBaseEditorService','inactive','string','BaseKeyboardOperation','_releaseTabPeerFocusLease','fieldOrder','remove','aria-hidden','apply','FontColorDoubleIcon','onCommandExecuted','BORDER_LINE_CHILDREN','conditionalColoring','duplicateView','rowHeight','prepare','workbench','univer-text-red-500','redos','embed-ui.slidesFloating.previousSlide','factory','created$','_registerServices','host-scroll-sync','hostAnchorId','fullscreen-runtime','none','animation','_passiveWheelHandlerRegistry','ScrollBar','order','BrushIcon','_childViewRegistry','SlideEmbedChildWorkbench','embedFloatingMenuEntry','RIGHT','activeViewId','IBaseEmbedRuntimeFocusCoordinator','ViewTabs','CutCommand','productName','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','renderScopeActive','embedChildType','closed','parseFloat','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:univer-pointer-events-none\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','metaKey','_roots','child-session','SlideInsertService','\x20-\x20','_rememberPreviousChildCurrentUnit','pages','shift','ContextMenuService','_restoreStage2ChildFocusWhenHostRefocuses','StopBaseEditingCellOperation','parentNode','hostHeaderMode','RibbonDataGroup','config','reason','validateBaseTableName','_getOrCreateRender','offset','AddWorksheetMergeHorizontalCommand','focus','embed-ui.sheetsFloating.align.top','_resolveSize','divider-border','tab-peer','darkMode$','overflow','IDocEmbedRuntimeFocusCoordinator','subscribeEvent','max','scaleX','#ffffff','getSession','_assertChildUnitAvailable','PaintBucketDoubleIcon','display','ActivateBaseTableOperation','_resolveLayout','BASE_LEFT_PANEL_DEFAULT_WIDTH','fromEntries','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-8\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-white\x20univer-opacity-0\x20univer-transition-opacity\x20univer-duration-150\x20before:univer-absolute\x20before:univer-inset-0\x20before:univer-rounded-md\x20before:univer-bg-primary-600\x20before:univer-opacity-[0.45]\x20before:univer-transition-opacity\x20before:univer-duration-150\x20before:univer-content-[\x27\x27]\x20hover:before:univer-opacity-60\x20focus-visible:univer-opacity-100\x20focus-visible:univer-outline-none\x20focus-visible:univer-ring-2\x20focus-visible:univer-ring-primary-600\x20dark:!univer-text-gray-900','_activeDragCleanup','acquireLease','getViewports','contentRect','divider-format-tools','getStickyLeftWidth','acquireStage2SessionLease','_portalObservers','getCanvasElement','SheetsPrintMenuSchema','packageName','GRID_ADD_FIELD_COLUMN_WIDTH','layout','[data-u-comp=\x22headerbar\x22]','nextSibling','getActiveDescriptors','RenameBaseTableCommand','2697555Wkuktr','univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','canvas','instanceService','divider-layout','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','_clearHost','_toDataUrl','registerFocusHandler','docTransform','fallbackHeight','ISlideEmbedRuntimeService','relatedTarget','generateRandomId','_pendingPortalOwner','undoRedoStatus$','[data-u-comp=\x22hover-track\x22]','clearFocusOwner','range','getBaseTableNameErrorMessage','IBaseCanvasRootResolverService','unitId','DocPageLayoutService','menuSlot','activateAnchor','nativeContext','calc(100%\x20-\x20','view-','showContextualTab','_notifyRuntimeFocusChanged','hostAnchorRecord','render','univer-pointer-events-auto\x20univer-gap-1.5\x20hover:!univer-bg-primary-100\x20hover:!univer-text-primary-700\x20dark:hover:!univer-bg-primary-800\x20dark:hover:!univer-text-primary-100\x20[&_svg]:!univer-size-3.5','getSheetId','@univerjs-pro/embed-ui','updatedAt','cssText','embedPresentationRuntime','hide','viewportWidth','isFocused','width:100%','customizeGallery','isMainScene','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','getOwnPropertyDescriptor','activate','TOOLBAR','getAttribute','VIEWPORT_KEY','SheetsDataValidationUIMenuSchema','useDependency','SheetsNoteUIMenuSchema','_getCurrentUnitId','embedChildRenderStatus','embed-ui.boardsFloating.delete','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','UNRECOGNIZED','embed-ui.basesFloating.delete','ISheetEmbedInteractionBoundaryService','univer.embed.host-vertical-wheel-attempted-event','OverflowIcon','Bases','collapseWithoutChildScroll','FONT_SIZE_LIST','size','tableId','source','clsx','defaultView','DeleteIcon','checkElementInCurrentContainers','identifier:univer.ribbon-service','BehaviorSubject','getStage','OVERRIDE_NATIVE','_handlers','embed-ui.basesFloating.copySuffix','ownerDocument','entries','[data-embed-interaction-boundary-owner]','removeEventListener','left','Disposable','DesktopSidebarService','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','push','small','unitType','_getLatestActivePortalOwner','value','hostChromeMode','[data-embed-float-dom=\x22true\x22]','section','objectPosition','_registerChildFocusBridge','_modelService','parseInt','SheetsSelectionsService','docsLeft','container','shiftViewportPanOffset','ctrlKey','center','ownedPointerInteractionUntil','offsetX','PRINTING_DOM_COLLECT','commandService','embed-ui.sheetsFloating.toolbar.textWrapMode.main','key','dialog','ready','IBaseUIStateService','session$','getActiveSheet','RemoveEmbedCommand','BaseDeleteConfirmDialog','rules','IUIPartsService','slides-exchange-client.operation.import-slide','child-popup','_hasContributionId','docs-ui.embed','clearFloating','24PdkUwK','PageElementTypeEnum','OVERFLOW','padding:16px','footer','customizeKanban','child-fullscreen','zoomRatio','prepend','visibility','SheetsTableUIMenuSchema','scale','ConfigProvider','DesktopRibbonService','toResourceRefUnitType','UNIVER_SHEET','activateFloating','defaultColumnWidth','disableEdit','mousedown','stage2','_slidePrintDrawingTransformService','start','AllBorderIcon','unitAdded$','SetSlideZoomRatioOperation','FilterIcon','getCanvas','height','Kanban','#000000','graceMs','_getActiveElement','FOCUSING_SHEET','embedSlidesPresentationPreviewImage','DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY','_nextIndex','ShrinkIcon','ShapeTextEditorContainer','menuSchema','popupRoot','exec','_registerRibbonOwnership','runtimeRoots','contentBodyWidth','_releaseTabPeerHostRenderLease','univer-mx-1\x20!univer-h-4','CTRL_COMMAND','data-u-comp','dragStarted','menu','getActiveSlide','hasAnyHostPreservingChildFocusLease','_suspendedSheetNote','gate','NumberIcon','row','limitRowsToViewportWidth','false','scrollLeft','_selectAnchor','clip','EmbedDuplicateChildUnitError','EMBED_MOUNT_CHILD_NOT_RESOLVED','forEach','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','ToolbarButton','add','Gallery','setCollapsedIds','IBaseEmbedFloatingActiveService','IRibbonOverrideService','getChromeCss','custom','zIndex','leftPanelWidth','_context','createPortal','getImageSourceCache','clientWidth','embed-ui.deleteBlock','divider','BaseClipboardService','12px','drawing','splice','_queue','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','univer-min-w-0\x20univer-truncate\x20univer-text-left','class','pointerEvents','_sceneCanvasCaptureService','clearSelection','board-viewport-bar-object','contentWidth','pageId','resolveGridRowHeight','_getOriginalSheetTabData','univer-truncate','IMenuManagerService','configurations','[id^=\x22__editor_docs-\x22]','interactionFlow','touchDependencies','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','Complete\x20print\x20resource\x20could\x20not\x20be\x20created\x20for\x20embed\x20','EditorUIFloatingContainer','_mountBlockedRuntime','univer-size-6\x20univer-p-0','DocParagraphMenuService','px)','_clearClosedPortalInputGuard','captureByChildUnitId','EDITOR_ACTIVATED','bodyViewportWidth','formatPainter','backgroundColor','identifier:ui.popup.service','UniverEmbedUIPlugin','_runtimePolicyService','embedHostAnchorId','CanvasFloatDomPreviewService','isolation','_entriesByKey','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','getBaseCanvasRoot','_isBlockingRole','_isUniverPortalTreeElement','PrintPreparationService','StartBaseEditingCellOperation','UNIVER_UNKNOWN','_ensurePortalObserver','darkMode','getFocusedUnit','image/png','viewportPoint','_getOwnedEmbedIdFromEventPoint','focusFloatingRuntime','pageMarginRight','slides-floating-object','EMPTY','SetZoomRatioCommand','_anchorModelService','measureContentSize','_restoreService','getContextValue','univer-inline-flex\x20univer-max-w-full\x20univer-items-center','identifier:ui.layout-service','lockHostRibbon','reverse','verticalBreaks','_embedModelService','clientHeight','EmbedModelService','SheetBar','getBaseFloatingPosition','revision','pixelRatio','onMutationExecutedForCollab','SECTION_BREAK','PenIcon','sheetBar','sHeight','_itemId','capture','bases-ui.embed','unsupported-layout','SlideThumbnailItem','rootElement','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','_markBodyPortalOwner','records','replaceWith','BoardViewportService','hideContextMenu','color:rgba(30,34,43,.64)','univer-doc-selection-container-','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','_docPrintLayouts','absolute','justify-content:center','createDefaultConfig','base-embed-add-view-menu','table-','fitToWidth','boardModel','slide-readonly-preview','views','4505280ityYPY','Separator','getColorFromTheme','SlideEmbedFloatingPreview','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','univer-fixed\x20univer-z-[900]','restoreUnitId','symbol','values','DataStreamTreeTokenType','style','embed-ui.sheetsFloating.textWrap.clip','descriptor','resolveStackUnitId','tooltip','identifier:ui.contextmenu.service','contentHeightAdjustment','activeUntil','_injector','print-capture','CellPopupManagerService','verticalWheelMode','openSearch',':hover','ZoomInIcon','checkContentIsFocused','dataStream','data-embed-child-type','registerShortcut','img','MODERN','chrome','interactionGate','_getChildSessionPriority','enableStage1BodyDrag','_previewService','IUIRuntimeScopeService','RibbonOthersGroup','liveRoot','registerMultipleCommand','_focusOwnerService','kind','_getDocsLeft','_resolveChildUnitId','document','icon','BaseDataModel','embed-ui.basesFloating.viewSettings.title','offsetY','_sheetPrintRegistered','rect','[data-embed-floating-menu=\x22true\x22]','visualOffset','unitDisposed$','stage1','_syncActiveSheetNote','IPrintPreparationService','shiftKey','className','menuOutlet','pointerId','embed-ui','DocsTablePassiveWheelService','getCanvasEle','BuiltInUIPart','ResetRangeTextColorCommand','all','registerElement','_closedPortalInputGuards','_embedMountService','_componentManager','_activateSlidePageForPrint','resolveDocsTableLikeCustomBlockContentHeight','_suppressedSheetNoteHostUnitId','embed-ui.sheetsFloating.toolbar.fontSize','SELF','resolved','getContextByChildUnitId','auto','enabled','month','inert','showPopup','ISlideDrawingService','getFocusOwner','color','allowPlaceholder','sessionMode','scopes','useSyncExternalStore','13px','important','_getOwnedEmbedIdFromTarget','_tabFocusLeases','FloatingToolbarSplitTrigger','data-state','getSubScenes','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','divider-block','registerRenderModule','sourceMeta','univer-popover','childUnitId','SlidesFloatingObject','transient','hasChildInteractionLease','host','fillStyle','transform','hostOffset','existingEmbedId','univer-size-3','data','FORMULAS','context','fullscreen','closeContextMenu','min','buildBaseProjectedRowLayout','left\x20top','floor','getBoundingClientRect','defineProperty','_boardUIStateService','RedoCommand','getDialogs$','_instanceService','dispose','viewScale','IBoardEmbedRuntimeFocusCoordinator','queueMicrotask','_hostAdapterRegistry','focused$','_flushPendingContributions','_registrations','ISlideEmbedMountService','Subject','unsubscribe','FormulaBar','createElement','numfmt','SlidePrintDrawingTransformService','session','embed-float-dom','floatingActiveService','univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1','includeAppShellEditorPortal','_getBodyPortalOwner','_runChildBeforeDeactivate','RenameBaseViewCommand','_collectOwnedFloatingSurfaceRoots','activateFullscreen','SetWorksheetActiveOperation','_entries','viewState','base-embed-floating-menu','setActivatedTab','OpenBasePanelOperation','notifyExited','hideAllContextualTabs','activePopup','pageHeight','getRowHeight','activeEmbedId','UniverBoardsUIPlugin','sort','collectViewState','print','univer-min-w-0','_dialogService','disabled','PageTypeEnum','disable','intercept','EMBED_RUNTIME_HOST_SLOTS_NOT_AVAILABLE:','_contextsByEmbedId','devicePixelRatio','[data-u-comp=\x22embed-float-dom-live\x22]','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','getOwnPropertySymbols','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','unregisterCommand','_tabHostRenderLeases','isHostGesture','uComp','contains','app','IDocEmbedInteractionBoundaryService','_registerProductMenus','surface','identifier:univer.sheet.selection-render-service','pointerLease','subscribe','univer-pointer-events-auto','VerticalCenterIcon','attributeName','getActiveDescriptorsByChildUnit','data-embed-canvas-root','Embedded\x20unit\x20is\x20not\x20available\x20for\x20print\x20','_themeService','ImageSourceType','_notifyRuntimeSessionChanged','getInterceptPoints','getUnitType','getUnit','getOverride','allowHostBodyDrag','fixed','enable','START','open','univer-text-red-500\x20hover:univer-text-red-600','univer-size-3\x20univer-shrink-0','activateTab','restore','_initializeFloatingSessionActiveState','scopedActionServiceTokens','matches','content-only','IBaseViewWheelScrollService','viewport','createSlidesFloatingObjectHostAdapterContribution','EmbedMountService','children','viewportScrollY','embed-ui.sheetsFloating.toolbar.formatPainter','dividerBefore','getHeight','constructor','_focusCoordinator','_commandService','_active$','_key','createDefaultBaseTableSnapshot','_mountService','createUnit','hasHostPreservingChildFocusLease','resolveRuntimeScopeByChildUnitId','ribbon','getComputedStyle','_registerRuntimeBoundary','_contentSizeChanged$','GRID_HEADER_HEIGHT','DEFAULT_WORKSHEET_COLUMN_WIDTH','setActiveSheet','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','embedChildUnitId','getBoardPointFromClient','[data-u-comp=\x22base-view-tab-more\x22]','_sessions','_rendering','Plugin','resolveDocsCustomBlockRenderViewport','SheetsNotePopupService','preventBrowserZoomInContainers','status','outline','loading','doc-block','resolveBoardWheelViewportAction','align-items:center','element','getAllObjects','_touchServices','ISheetHostChromeOverrideService','data-embed-interaction-boundary-owner','_syncClosedPortalInputGuard','Docs','useInjector','viewportPanOffset','[data-embed-runtime-focus-role]','setAnchor','MutationObserver','closeRecordDetail','__editor_','_runtimeScopeService','EMBED_MOUNT_CHILD_TYPE_MISMATCH','_rootsByHostAnchorId','slideElementToDrawing','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','setContextValue','code','embedChildRenderUnitId','_markInteractionBoundaryOwnerTree','mount','IBoardElementStateService','_resolveTabViewportSize','load','activeIndex','preventDefault','EmbedActivationService','BasesTableListBlock','createChild','embed-float-dom-live','hasHostPreservingChildFocusLeaseForHost','activeElement','viewSettings','_relocateExistingSession','getDirection','_preloadImage','function','defaultRowHeight','label','recordId','objectFit','exit','932736HDFQHX','documentElement','clipPath','sheets-sheet-tab','disposeWithMe','setSelection','activationService','localeChanged$','embed-ui.sheetsFloating.toolbar.mergeCell.main','headerActionItem','createDocsCustomBlockHostAdapterContribution','startRow','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','pointerleave','append','_exited$','1.0.0-beta.2','HTMLElement','embed-float-dom-live-content','scopedRenderInjector','_isBlockingLease','dropdown','listbox','search','removeAttribute','getRuntimeScopedDependencies','classList','replace','some','ArrowRightIcon','IBaseClipboardService','zoomFactor','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','src','index','\x20/\x20','EmbedFullscreenService','hideHostFxBar','univer-relative\x20univer-flex\x20univer-h-8\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','SetBaseScrollOperation','UniverLicensePlugin','docsSheetLikeLayout','supportedLayouts','embed-ui.boardsFloating.fitContent','makeDirty','get','triggerContextMenu','ALL','docs-custom-block','Gantt','detail','PRINTING_RANGE','getMenuByPositionKey','_getSlideModel','externalHostInteractionUntil','appendChild','CanvasPopupService','!univer-p-1','pointerup','unmountFloatingSessions','TruncationIcon','scope','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','_focusTemporarySink','shouldSuppressHostInteraction','has','sceneSourceScale','_docViewScaleService','ISlideEmbedFocusOwnerService','embed-ui.basesFloating.confirmDelete.viewTitle','base-workbench','SetRangeFontSizeCommand','clearActiveEditing','child-scroll','Inject','virtualWidth','_sync','pending','querySelector','registerContext','IBoardUIStateService','createBasesTableListBlockHostAdapterContribution','stale','IBaseProjectionService','getVerticalScroll','UNIVER_DOC','embed-ui.sheetsFloating.toolbar.resetColor','hostUnitId','sheetLike','LEFT','getRegistration','ISlideEmbedFloatingActiveService','_assertResolvedChild','object','_rectContainsPoint','CloseBasePanelOperation','data-embed-id','disabled$','activeTableId','cancelAnimationFrame','map','slideModel','HorizontalMergeIcon','sourcePageType','clientY','registerRoot','top','deltaX','divider-format','setAttribute','BoardElementType','getEmbedBoardsFloatingCustomData','embedRenderScopeActive','_passiveViewportRegistry','hideToolbar','RenderBaseWorkbench','LeftJustifyingIcon','injector','number','blur','scale(','host-scroll','hostContext','active$','univerInstanceService','getSnapshot','\x0a\x20\x20univer-pointer-events-auto\x20univer-relative\x20univer-isolate\x20univer-flex\x20univer-shrink-0\x0a\x20\x20univer-items-center\x20univer-self-stretch\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x0a\x20\x20univer-border-gray-200\x20univer-bg-transparent\x20univer-p-1\x20univer-shadow-lg\x0a\x20\x20before:univer-pointer-events-none\x20before:univer-absolute\x20before:univer-inset-0\x0a\x20\x20before:univer-z-[-1]\x20before:univer-rounded-lg\x20before:univer-bg-gray-0\x20before:univer-opacity-90\x0a\x20\x20before:univer-content-[\x27\x27]\x20dark:!univer-border-gray-600\x20dark:before:!univer-bg-gray-900\x0a','captureByHostAnchorId','LocaleService','recordOrder','deltaMode','host-override','next','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','RibbonInsertGroup','RemoveWorksheetMergeCommand','getImage','elementAdd$','toPrimitive','BaseUIStateService','SelectAllCommand','isChildUnitInActiveSession','DependentOn','deleteConfig','embed-ui.basesFloating.tableSidebar.defaultTableName','embed-runtime-host-lease','updateViewState','activatedTab$','_current','hideParagraphMenu','_getHostUnit','ref','EMBED_MENU_OVERRIDE_TAB_REQUIRED','type','clientX','elementUpdate$','EditorContainer','getDescriptor','BoardPrintCompositionService','_activeDrain','numberFormat','getEmbedSlidesPageCustomData','contribution','ThemeService','slide-workbench','rowHeader','contentHeight','matchMedia','stickyLeftWidth','merge','data-embed-runtime-focus-role','_runtimeScopes','deferInactive','_registerProductUIContributions','SheetsPivotTableUIMenuSchema','[data-u-comp=\x22embed-float-dom-chrome\x22]','0\x20/\x200','_baseUIStateService','AutoFillPopupMenu','BOARDS_UI_PLUGIN_CONFIG_KEY','_configService','routeHostGestures','_mountResolvedHost','-48px','ribbonService','childType','forwardRef','dir','scopedDependencies','then','initialWidth','getProjection','getCurrentSelections','_overlayRootService','_resolveDocPageMetrics','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','identifier:ui.sidebar.service','SHEETS_UI_PLUGIN_CONFIG_KEY','tabIndex','BoardDomLayerService','setCurrentUnitForType','_contextsByChildUnitId','getColVisible','DOCS_UI_PLUGIN_CONFIG_KEY','scrollHeight','call','_claimBodyPortals','VerticalIntegrationIcon','decorate','UndoCommand','identifier:univer.menu-manager-service','expiresAt','restoreService','clearVirtualRecords','setLeftPanelWidth','selectedIds','altKey','wrap','_clearItems','conditions','Sheets','SheetsSheetTab','restoreAnchor','block','getCacheKey','childContext','_isUniverPortalCandidate','fillRect','hasCommand','_activateSheetTabForPrint','IDialogService','inset','EmbedUnitLeasePolicyService','AddWorksheetMergeCommand','createRibbonOverride','LookUp','getSkeleton','resolveDocsTableLikeCustomBlockBleedViewport','scrollWidth','getAncestorScale','translate','SheetsNumfmtUIMenuSchema','deepCompare','_floatingActiveService','selector','ExpandIcon','BORDER_SIZE_CHILDREN','props','hasRecentInteractionFor','getEmbedSheetsTabCustomData','lease','embed-ui.sheetsFloating.toolbar.border.main','EmbedChildViewRegistryService','getPendingRequests','BaseViewType','embed-ui.sheetsFloating.borderLine.borderSize','ArrowLeftIcon','fit-width','disposables','Fragment','hideContextualTab','runtimeFocusOwners','_markRuntimeFocusRole','_leaseAppliesToHostUnit','_getHostSnapshot','childOffset','DEFAULT_EMBED_TAB_LAYOUT_POLICY','DocCanvasPopManagerService','fitContent','univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','registerCommand','title','sourceLeft','data-validation','SHEET_VIEWPORT_KEY','setPopupSuppressed','getTypeOfUnitAdded$','_leases','univer-h-8\x20univer-w-full\x20univer-px-2','fontSize','embedSlidesPresentationRuntime','sheets-ui.ribbon','univer-grid\x20univer-gap-0.5','100%','runtimeHost','getDataRealRange','ceil','8px','data-embed-popup-root','getAllUnitsForType','scaleY','IImageIoService','useState','_renderManagerService','_isOwnedElement','slideOrder','_hostContainerRegistry','IncreaseIcon','settleDelayMs','setSearchQuery','event','getByHostAnchorId','getOwnPropertyNames','_refreshHostDocZoom','activateTable','scrollTop','params','updateItem','TOP','univer-min-w-6\x20univer-text-left','_setCurrentUnitForType','stopImmediatePropagation','fields','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','_session$','_cleanupOrdinaryBodyChromeClaims','toDisposable','roots','Nested\x20embed\x20is\x20not\x20supported.','setLeftSidebarVisible','dependencyCollection','univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','display:flex','onStarting','runtimeFocusChanged$','SetTextWrapCommand','embed-ui.sheetsFloating.align.middle','HOVER_TRACK_HOST_CLASS_NAME','indexOf','targetTop','locked','token','closeSearch','BaseEditorService','_hostGestureEvents','defaults','getByEmbedId','_getEventClientPoint','verticalScrollOwner','registerOwnedElement','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','univer-gap-0.5\x20univer-px-1','BorderLine','CloseBaseRecordDetailPanelOperation','embedId','_dialogs','DocSkeletonManagerService','mergeMenu','priority','bound','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','identifier:','DropdownMenu','round','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','_rootsByChildUnitId','pageManager','Button','base-embed-actions-surface','slide-readonly-preview-shell','_handleDragStart','PasteCommand','button','[data-board-viewport-host=\x22true\x22]','activateNavigationAtPoint','setFocusOwner','parentId','_isAppShellEditorPortalCandidate','notifyContentSizeChanged','contextChanged$','float','_focusLayout','[data-embed-floating-menu-entry]','content','displayTarget','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','exited$','isDisposed','jsx','createScopedBaseCanvasRootResolverService','UniverEmbedPrintImage','commandId','message','base-embed-fullscreen-view-tabs','__editor___INTERNAL_EDITOR__','viewportScrollX','recalculate','BaseViewIcon','getWidth','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','_resolveHostWheelGestureRoot','role','univer-size-7','filter','medium','getSlide','fill','active','setPreview','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','startWith','SetDocZoomRatioCommand','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','disableLiveHostPointerEvents','__addUnit','endRow','promote','delta','getTransformer','isExternalHostInteraction','passiveViewportRegistry','_registerDefaultHostToolbar','[data-embed-overlay-root]','_providers','inline','getConfig','sheets-exchange-client.operation.import-sheet','top\x20left','description','supports','ISheetBarService','_registerFloatingMenus','EMBED_CHILD_UNIT_ID_ATTRIBUTE','FOCUSING_BOARD','docs-sticky-sheet','contain','ISheetEmbedFloatingGeometryService','_univerInstanceService','closest','BaseEmbedRuntimeRegistryService','pointer','sheet-embed-float-dom-root','syncExecuteCommand','univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','useFactory','setDocsCustomBlockRenderViewportProvider','_elements','GRID_ADD_RECORD_ROW_HEIGHT','allowed','deltaZ','univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','iterateByRow','_refreshTabPeerRender','hostScrollOffset','Empty\x20embed\x20float\x20preview\x20result.','child','documentStyle','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','SetDocZoomRatioOperation','_contextsByHostAnchorId','note','getCurrentTypeOfUnit$','Grid','data-embed-content-root','Subscription','portalContainer','CreateBaseTableCommand','ICanvasPopupService','listSessions','mounted','px\x200)','replaceChildren','test','pageSize','drawImage','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','Image','scrollState','_createMountFocusRestorer','_docPrintRegistered','Sidebar','disposeUnit','_registerLateProductUIContributions','getProvider','defaultPrevented','fullscreenService','pageBreakRanges','sequence','univer-embed-print-hide-scrollbars','BOTTOM','tabindex','embedHostEntry','runtimeScope','hyper-link','useCallback','globalCompositeOperation','SheetsSparklineUIMenuSchema','Injector','_scheduleFloatingChildFocus','registerCtorForType','openRecordDetail','overlayRoot','BoardWorkbench','passiveWheelHandlerRegistry','EmbedHostAdapterRegistryService','EMBED_MOUNT_CHILD_NOT_REGISTERED','flatMap','sourceOffset','registerItem','data-embed-slides-page-list-host','iterator','sheets-ui.embed','DEFAULT_TOTAL_SIZE','registerRuntimeScope','_printPreparationService','resolve','boards-floating-object','FOCUSING_DOC','registerContribution','IBaseHostChromeOverrideService','SetVerticalTextAlignCommand','sheet.operation.open.numfmt.panel','Documents','destination-over','useObservable','floating','ConfigContext','addDescriptor','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','aside','items','_focusUnit','stable','query','collapseViewportHeight','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','FOCUSING_UNIVER_EDITOR','visibleCanvasHeight','UniverPrintingContext','registerComponent','close','fallbackWidth','univer-z-[21]','translateY(','[data-u-comp=\x22embed-docs-custom-block\x22]','embed-ui.basesFloating.confirmDelete.viewDescription','getId','stage-change','RibbonPosition','tab-active','BaseUIPopupService','_domLayerService','subUnitId','-52px','univer.embed.forwarded-wheel-event','bleedLeft','state$','data-embed-host-unit-id','refCount','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','isArray','_resolveFloatingSurfaceRoot','enableExclusivePolicy','ICanvasColorService','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','CreateBaseViewCommand','IBaseUIPopupService','AddWorksheetMergeVerticalCommand','getState','Missing\x20embed\x20float\x20preview\x20provider:\x20','MergeAllIcon','base-embed-view-slot','embedSlidesPresentationSurface','_suspendTabPeerHostRender','embed-float-dom-interaction-gate','_registerRootPopupDescendantFocusRoles','UniverInstanceType','removeProperty','missing-descriptor','manual','pointermove','delete','documentFlavor','embed-ui.sheetsFloating.textWrap.wrap','embed-ui.sheetsFloating.textWrap.overflow','pointercancel','univer-doc-selection-container-__INTERNAL_EDITOR__','univer-fill-gray-900\x20dark:!univer-fill-gray-0','set','width','listElements','stage','connectInjector','_releaseBodyPortalClaims','FOCUSING_SLIDE','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','_disposed','trim','table-list','default','getTypeOfUnitDisposed$','_drainQueue','resourceCollector','_prepareDescriptor','subscribeConfigValue$','OpenBaseContextMenuOperation','cellHasValue','embedChildRenderMode','getGridProjectionBodyHeight','enableVertical','isolate','bleedRight','createScoped','hasAttribute','_isRuntimeFocusRole','segments','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','right','Ribbon','hasBlockingChildFocusLease','_resolveChildSessionMode','race','getValue','fieldSettings','#b91c1c','getHorizontalScroll','_isHTMLElement','resolveSlideLogicalPageSize','deactivate','_sortHandlers','_isBodyPortalCandidate','calendarViewSettings','[data-u-comp=\x22embed-float-dom-content\x22]','deactivateFloatingSession','layoutPolicy','deferred','_restorePreviousChildCurrentUnit','passThroughInteractionGate','mountMenu','join','MenuManagerPosition','Dropdown','initial','VIEW_MAIN','5507980sBWsiD','defaultPageSize','CreateEmbedCommand','getAnchor','base-embed-view-panel','clearTab','BoardTextEditingService','handleWheel','ILayoutService','calculatePagePosition','innerWidth','[data-embed-interaction-boundary-owner=\x22','useValue','wheel','disposed','SheetsShapeUIContextualRibbonSchema','getContext','_activePortalOwners','startedAt','docs-','resize','MoveBaseViewCommand','WrapStrategy','DocsCustomBlock','chart','MetaKeys','base-embed-fullscreen-add-view-menu','span','_undoRedoService','maxRetries','[data-embed-floating-menu-popup=\x22true\x22]','finally','renderPreview','WRAP','embed-ui.boardsFloating.zoomOut','KeyCode','CUSTOM_BLOCK','SetCellEditVisibleOperation','targetLeft','with','clearTimeout','_embedPrintService','NoColorDoubleIcon','_geometryInvalidated$','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','hasAnyChildInteractionLease','maxExpansion','HorizontallyIcon','_contextService','asObservable','BoardsFloatingObject','#app','getData','mouseleave','SetRangeFontFamilyCommand','tab-peer-runtime','_focusDocumentBody','readonly','_boardPrintCompositionService','DATA','aspect-fit','embed-ui.fullscreen.exit','footerSlot','zoom','VIEW','_registerDocPrinting','tableOrder','scroll','_childUnitIds','querySelectorAll','mode','univer-w-44\x20!univer-bg-gray-0\x20!univer-text-gray-900\x20dark:!univer-bg-gray-0\x20dark:!univer-text-gray-900','viewId','addEventListener','removeAllRanges','_getActiveOwnedRuntimeFocusInfo','hidden','[data-embed-float-content=\x22true\x22]','containers','ISlideDrawingStateService','GRID_SUMMARY_HEIGHT','fromScale','menuChanged$','parseResourceRef','closeActiveEditor','bind','General','scrollByViewportDeltaVal','complete','hostElement','PARAGRAPH','max-depth','onHostWheel','_maxDepth','setProperty','unit','_captureMountedCanvas','conditional-formatting','NoBorderIcon','sceneCanvasCaptureService','materializeDescriptor','padding','THIN','data-radix-popper-content-wrapper','clearUnit','ISlideEmbedFloatDomRenderer','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','setZoomRatioAtViewportPoint','menuContainer','area','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22],\x20[data-embed-float-fullscreen-button=\x22true\x22]','getZoomRatio','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','sheet.command.smart-toggle-filter','FOCUSING_COMMON_DRAWINGS','cycle','div','syncHostVerticalScroll','getSettings','getStickyHeaderHeight','_observeWheel','getDocumentStyle','RIBBON','hideTrackWhenUnscrollable','reduce','scroll-contained','clip-path','_pendingChildUnits','getFlatMenuByPositionKey','list','elementRemove$','OneToOneIcon','previewRequested$','IRibbonService','_enableEmbedUnitLeasePolicy','deleteBlock','registerContainerElement','removeRender','contentRoot','divider-font','hostType','univer-contents','_getChildUnitForMeasurement','VerticalAlign','getResourceRefInputUnitSelector','bleedWidth','placeholder','embedFullscreenStatus','getContextByHostAnchorId','configChanged$','getSlides','textColor','DocFloatMenuService','position','getScrollBar','_ownedRuntimeFocusAppliesToHost','getAncestryForHostUnit','_wheelScrollService','selectElements','findIndex','selections','pageContentWidth','subscribeVerticalScroll','8625PlTtyh','data-embed-slides-floating-object-host','disposable','hidePopupsForUnit','_resolvedChildUnits','embed-ui.slidesFloating.selectSlide','touchAction','box-sizing:border-box','univer-pointer-events-none','CheckMarkIcon','runtimeSessionChanged$','_markExistingBodyPortals','BorderStyleTypes','embed-float-dom-content','pipe','pageStride','SKIP_SELF','UNIVER_SLIDE','bold','idleMs','BorderType','docDrawingPositionToTransform','[id^=\x22univer-doc-selection-container-docs-\x22]','focusin','acquire','sheets-floating-object','blockRegistry','mainComponent','hideFloatMenu','AlignTopIcon','.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]','_mountOwnedSession','setTimeout','mountIntoHostElement','releaseSessionFocus','IContextService','popup','click','zoomStep','item','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','owner','floating-menu','isChildUnitRuntimeEvent','_contentSizeRegistry','collectDocsTableLikeEmbedChildUnitIds','EMBED_DUPLICATE_CHILD_UNIT','true','univer-block\x20univer-w-full','_resolveCompleteCaptureOptions','onReady','contentBodyHeight','dpr','moved','Base','collapsedGroupPaths','invalidate','useRef','child-tab','identifier','_currentOverride','_syncHostPopupVisibility','SheetsNoteAttachmentController','clearSelectedObjects','pageWidth','Escape'];_0x5400=function(){return _0x47f0c0;};return _0x5400();}function Bd(_0x296022){const _0x39e115=_0x1ed4d3;var _0x2886ba,_0x591717,_0x111a9a;let _0x3b15c3=(_0x2886ba=_0x296022['getSnapshot'])==null?void 0x0:_0x2886ba[_0x39e115(0x5db)](_0x296022)[_0x39e115(0x635)];return Array[_0x39e115(0x737)](_0x3b15c3)&&_0x3b15c3['length']>0x0?_0x3b15c3:((_0x591717=(_0x111a9a=_0x296022[_0x39e115(0x673)])[_0x39e115(0x821)])==null?void 0x0:_0x591717[_0x39e115(0x5db)](_0x111a9a)[_0x39e115(0x572)](_0x52cf30=>_0x52cf30['getId']())[_0x39e115(0x699)](Boolean))??[];}function Vd(_0x4ac250){const _0x48e490=_0x1ed4d3;us(_0x4ac250,_0x48e490(0x963),Hd);}function Hd(_0x2c17ef){const _0xfc7ff0=_0x1ed4d3;let _0x131aa7=_0x2c17ef[_0xfc7ff0(0x53b)](t[_0xfc7ff0(0x6ff)]),_0x360f05=_0x2c17ef[_0xfc7ff0(0x53b)](yt),_0x331044=_0x2c17ef[_0xfc7ff0(0x53b)](_t),_0x441b30=_0x2c17ef[_0xfc7ff0(0x53b)](V),_0x3fa0f4=_0x2c17ef[_0xfc7ff0(0x53b)](vt),_0x170c14=_0x2c17ef['get'](Ur),_0x332596=_0x2c17ef[_0xfc7ff0(0x53b)](ii),_0x2bc8f8=_0x2c17ef['get'](ss),_0x2eca69=_0x2c17ef[_0xfc7ff0(0x54f)](t['EmbedHostAnchorModelService'])?_0x2c17ef[_0xfc7ff0(0x53b)](t['EmbedHostAnchorModelService']):void 0x0,_0x1bcbea=_0x2c17ef[_0xfc7ff0(0x54f)](a[_0xfc7ff0(0x90d)])?_0x2c17ef[_0xfc7ff0(0x53b)](a[_0xfc7ff0(0x90d)]):void 0x0;_0x2c17ef['has'](S['ISlideEmbedRuntimeService'])||_0x2c17ef['add']([S[_0xfc7ff0(0x2af)],{'useFactory':()=>Ud({'embedModelService':_0x2c17ef['get'](t[_0xfc7ff0(0x3b9)]),'mountService':_0x2c17ef[_0xfc7ff0(0x53b)](Ut),'activationService':_0x2c17ef[_0xfc7ff0(0x53b)](Kt),'blockRegistry':_0x2c17ef[_0xfc7ff0(0x53b)](V),'restoreService':_0x2c17ef[_0xfc7ff0(0x53b)](Gr),'previewService':_0x2c17ef[_0xfc7ff0(0x53b)](Ur),'runtimeHostLeaseService':_0x2c17ef[_0xfc7ff0(0x53b)](pa),'passiveViewportRegistry':_0x2c17ef[_0xfc7ff0(0x53b)](ii),'passiveWheelHandlerRegistry':_0x2c17ef[_0xfc7ff0(0x53b)](ai),'univerInstanceService':_0x1bcbea,'sceneCanvasCaptureService':_0x2c17ef[_0xfc7ff0(0x54f)](At)?_0x2c17ef[_0xfc7ff0(0x53b)](At):void 0x0})}]),_0x2c17ef[_0xfc7ff0(0x54f)](S[_0xfc7ff0(0x569)])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x569)],{'useFactory':()=>_0x2c17ef['get'](le)}]),_0x2c17ef[_0xfc7ff0(0x54f)](S[_0xfc7ff0(0x463)])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x463)],{'useFactory':()=>_0x2c17ef['get'](Ut)}]),_0x2c17ef['has'](S[_0xfc7ff0(0x94d)])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x94d)],{'useFactory':()=>_0x2c17ef[_0xfc7ff0(0x53b)](Kt)}]),_0x2c17ef[_0xfc7ff0(0x54f)](S[_0xfc7ff0(0x552)])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x552)],{'useFactory':()=>_0x2c17ef[_0xfc7ff0(0x53b)](t['EmbedFocusOwnerService'])}]),_0x2c17ef[_0xfc7ff0(0x54f)](S['ISlideEmbedRuntimeFocusCoordinator'])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x925)],{'useFactory':()=>_0x2c17ef['get'](G)}]),_0x2c17ef['has'](S['ISlideEmbedFloatDomRenderer'])||_0x2c17ef[_0xfc7ff0(0x363)]([S[_0xfc7ff0(0x7f4)],{'useFactory':()=>({'render':_0x74d419=>{let {data:_0x5a8764}=_0x74d419;return(0x0,d['createElement'])(la,{..._0x74d419,'data':_0x5a8764});}})}]),[(0x0,t[_0xfc7ff0(0x4b9)])(_0x2eca69,_0x1bcbea,()=>_0x2c17ef[_0xfc7ff0(0x54f)](g['ISlideDrawingService'])?_0x2c17ef['get'](g[_0xfc7ff0(0x42f)]):void 0x0),sd(_0x2eca69,_0x1bcbea,_0x2c17ef[_0xfc7ff0(0x53b)](S[_0xfc7ff0(0x2af)]))]['forEach'](_0x209cc0=>{const _0x194844=_0xfc7ff0;_0x131aa7['get'](_0x209cc0['hostType'],_0x209cc0['entry'])||_0x131aa7[_0x194844(0x22c)](_0x209cc0);}),[cd(),ld()]['forEach'](_0x4b37dd=>{const _0x183452=_0xfc7ff0;_0x360f05[_0x183452(0x53b)](_0x4b37dd[_0x183452(0x817)],_0x4b37dd[_0x183452(0x8bf)])||_0x360f05[_0x183452(0x22c)](_0x4b37dd);});let _0x4d6f04=pd(_0x2c17ef[_0xfc7ff0(0x53b)](a[_0xfc7ff0(0x8e6)]));_0x331044[_0xfc7ff0(0x53b)](_0x4d6f04[_0xfc7ff0(0x5c7)])||_0x331044['register'](_0x4d6f04);let _0x5e12f1=td();_0x441b30[_0xfc7ff0(0x53b)](_0x5e12f1[_0xfc7ff0(0x5c7)])||_0x441b30[_0xfc7ff0(0x22c)](_0x5e12f1),ad()[_0xfc7ff0(0x360)](_0x497929=>{const _0xaab54b=_0xfc7ff0;_0x3fa0f4['hasExact'](_0x497929[_0xaab54b(0x817)],_0x497929[_0xaab54b(0x8bf)],_0x497929[_0xaab54b(0x5c7)])||_0x3fa0f4[_0xaab54b(0x22c)](_0x497929);}),_0x170c14['registerProvider'](_0x2c17ef[_0xfc7ff0(0x8e3)](yd)),_0x332596[_0xfc7ff0(0x53b)](a[_0xfc7ff0(0x747)][_0xfc7ff0(0x83f)])||_0x332596[_0xfc7ff0(0x22c)](fd()),_0x2bc8f8[_0xfc7ff0(0x53b)](a[_0xfc7ff0(0x747)][_0xfc7ff0(0x83f)])||_0x2bc8f8[_0xfc7ff0(0x22c)](_0x2c17ef[_0xfc7ff0(0x8e3)](Rd));}function Ud(_0x2b214a){const _0x56ea05=_0x1ed4d3;return{'mountPageList':_0xbf3e54=>{const _0x1363e8=_0x54e0;var _0x248eae,_0x48986f;let _0x358267={'embedId':_0xbf3e54[_0x1363e8(0x666)],'hostUnitId':_0xbf3e54[_0x1363e8(0x565)],'hostType':a[_0x1363e8(0x747)]['UNIVER_SLIDE'],'entry':_0x1363e8(0x204),'hostAnchorId':_0xbf3e54[_0x1363e8(0x253)],'childUnitId':_0xbf3e54[_0x1363e8(0x442)],'childType':_0xbf3e54[_0x1363e8(0x5c7)],'source':{'unitType':_0xbf3e54[_0x1363e8(0x5c7)],'ref':{'file':{'kind':t[_0x1363e8(0x238)]['SELF']},'unit':{'selector':_0xbf3e54[_0x1363e8(0x442)],'type':(0x0,t[_0x1363e8(0x32e)])(_0xbf3e54[_0x1363e8(0x5c7)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x4b8601=(_0x248eae=(_0x48986f=_0x2b214a[_0x1363e8(0x216)])[_0x1363e8(0x28a)])==null?void 0x0:_0x248eae['call'](_0x48986f,_0xbf3e54[_0x1363e8(0x666)]),_0x30be7b=()=>{const _0x109c6c=_0x1363e8;var _0x531e25,_0x4c0217;((_0x531e25=(_0x4c0217=_0x2b214a[_0x109c6c(0x216)])['getSession'])==null||(_0x531e25=_0x531e25[_0x109c6c(0x5db)](_0x4c0217,_0xbf3e54[_0x109c6c(0x666)]))==null?void 0x0:_0x531e25[_0x109c6c(0x7e4)])===_0xbf3e54['hostElement']&&(_0x2b214a[_0x109c6c(0x514)][_0x109c6c(0x790)](_0xbf3e54[_0x109c6c(0x666)]),_0x2b214a[_0x109c6c(0x216)][_0x109c6c(0x228)](_0xbf3e54[_0x109c6c(0x666)]));};return(_0x4b8601==null?void 0x0:_0x4b8601[_0x1363e8(0x565)])===_0xbf3e54[_0x1363e8(0x565)]&&_0x4b8601[_0x1363e8(0x8bf)]===_0x1363e8(0x204)&&_0x4b8601[_0x1363e8(0x442)]===_0xbf3e54[_0x1363e8(0x442)]&&_0x4b8601[_0x1363e8(0x7e4)]===_0xbf3e54[_0x1363e8(0x7e4)]?(_0x2b214a[_0x1363e8(0x514)][_0x1363e8(0x4b1)](_0x358267),(0x0,a['toDisposable'])(_0x30be7b)):(_0x2b214a[_0x1363e8(0x216)][_0x1363e8(0x84f)](_0x358267,_0xbf3e54[_0x1363e8(0x7e4)]),_0x2b214a[_0x1363e8(0x514)][_0x1363e8(0x4b1)](_0x358267),(0x0,a[_0x1363e8(0x64a)])(_0x30be7b));},'mountFloatingObject':_0x5c64b0=>{const _0x580cea=_0x54e0;let _0x5679e2=_0x2b214a[_0x580cea(0x8e9)][_0x580cea(0x5ab)](_0x5c64b0[_0x580cea(0x565)],_0x5c64b0[_0x580cea(0x666)])??{'embedId':_0x5c64b0['embedId'],'hostUnitId':_0x5c64b0[_0x580cea(0x565)],'hostType':a[_0x580cea(0x747)][_0x580cea(0x83f)],'entry':_0x580cea(0x3ab),'hostAnchorId':_0x5c64b0[_0x580cea(0x253)],'childUnitId':_0x5c64b0[_0x580cea(0x442)],'childType':_0x5c64b0['childType'],'source':{'unitType':_0x5c64b0[_0x580cea(0x5c7)],'ref':{'file':{'kind':t[_0x580cea(0x238)][_0x580cea(0x427)]},'unit':{'selector':_0x5c64b0[_0x580cea(0x442)],'type':(0x0,t['toResourceRefUnitType'])(_0x5c64b0[_0x580cea(0x5c7)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x580cea(0x808),'fullscreen':!0x0},'tab':!0x1}};return _0x2b214a[_0x580cea(0x216)][_0x580cea(0x84f)](_0x5679e2,_0x5c64b0[_0x580cea(0x7e4)]),(0x0,a[_0x580cea(0x64a)])(()=>{const _0x183c7e=_0x580cea;_0x2b214a['mountService']['unmount'](_0x5c64b0[_0x183c7e(0x666)]);});},'clearAndUnmount':_0x3ca95e=>{const _0x19b969=_0x54e0;_0x2b214a[_0x19b969(0x514)][_0x19b969(0x790)](_0x3ca95e),_0x2b214a['mountService'][_0x19b969(0x228)](_0x3ca95e);},'unmountFloatingSessions':_0xefd4c1=>{const _0x34a11c=_0x54e0;_0x2b214a[_0x34a11c(0x216)][_0x34a11c(0x6db)]()['filter'](_0x24cdf4=>_0x24cdf4[_0x34a11c(0x565)]===_0xefd4c1&&_0x24cdf4[_0x34a11c(0x8bf)]==='slides-floating-object')[_0x34a11c(0x360)](_0x316a05=>_0x2b214a[_0x34a11c(0x216)][_0x34a11c(0x228)](_0x316a05[_0x34a11c(0x666)]));},'listSessions':()=>_0x2b214a[_0x56ea05(0x216)][_0x56ea05(0x6db)]()['map'](_0x3f142a=>({'embedId':_0x3f142a[_0x56ea05(0x666)],'hostUnitId':_0x3f142a[_0x56ea05(0x565)],'entry':_0x3f142a[_0x56ea05(0x8bf)],'childType':_0x3f142a['childType'],'childUnitId':_0x3f142a[_0x56ea05(0x442)]})),'capturePreviewByHostAnchorId':(_0x104914,_0x8190b4)=>Wd(_0x2b214a,_0x104914,_0x8190b4),'mountPresentationEmbed':_0x2829e9=>Ed(_0x2b214a,_0x2829e9)};}async function Wd(_0x42dfa9,_0x4f31be,_0x10017d){const _0x539335=_0x1ed4d3;var _0x1431c4,_0x2f5bd5,_0x120934;let _0x10b50a=(_0x1431c4=_0x42dfa9[_0x539335(0x7ee)])==null?void 0x0:_0x1431c4[_0x539335(0x81f)](_0x4f31be);_0x10b50a&&await wa(_0x10b50a);let _0x32db05=await((_0x2f5bd5=_0x42dfa9[_0x539335(0x7ee)])==null?void 0x0:_0x2f5bd5[_0x539335(0x58d)](_0x4f31be));if(_0x32db05)return Id(_0x32db05);if(!_0x10017d)return;let _0x4eb6bc=await Kd(_0x42dfa9,_0x4f31be,_0x10017d);if(!_0x4eb6bc)return;let _0x589a95=_0x4eb6bc[_0x539335(0x442)]??_0x10017d[_0x539335(0x442)],_0x37cc1b=_0x4eb6bc[_0x539335(0x5c7)]??_0x10017d[_0x539335(0x5c7)];if(!_0x589a95||_0x37cc1b==null)return;let _0x419b68=Gd(_0x42dfa9,_0x4eb6bc,_0x4f31be,_0x10017d),_0x40e461=_0x42dfa9[_0x539335(0x985)]['requestPreview']({'descriptor':{..._0x4eb6bc,'mode':_0x539335(0x7c4)},'childUnitId':_0x589a95,'childType':_0x37cc1b,'width':_0x419b68[_0x539335(0x754)],'height':_0x419b68[_0x539335(0x33c)],'dpr':Math[_0x539335(0x287)](0x1,Math[_0x539335(0x451)](0x3,_0x10017d[_0x539335(0x862)])),'reason':_0x539335(0x789),'context':(_0x120934=_0x42dfa9[_0x539335(0x7ee)])==null?void 0x0:_0x120934[_0x539335(0x81f)](_0x4f31be)}),_0x4c9430=_0x40e461['image']?Id(_0x40e461[_0x539335(0x8f8)]):void 0x0;return _0x40e461[_0x539335(0x4db)]===_0x539335(0x55b)?qd(_0x42dfa9[_0x539335(0x985)],_0x40e461,_0x589a95):_0x4c9430;}function Gd(_0x3f6993,_0x519a62,_0x4090d5,_0x4c556b){const _0x5c739b=_0x1ed4d3;var _0x2eca2f,_0x4ed49e;let _0x305b5a={'width':Math[_0x5c739b(0x287)](0x1,_0x4c556b['width']),'height':Math[_0x5c739b(0x287)](0x1,_0x4c556b[_0x5c739b(0x33c)])};if(_0x519a62[_0x5c739b(0x8bf)]!==t['EmbedHostEntryEnum'][_0x5c739b(0x9cc)])return _0x305b5a;let _0x17d0ee=(_0x2eca2f=_0x3f6993[_0x5c739b(0x58a)])==null?void 0x0:_0x2eca2f['getUnit'](_0x4c556b[_0x5c739b(0x565)],a[_0x5c739b(0x747)]['UNIVER_SLIDE']);if(!_0x17d0ee)return _0x305b5a;let _0x539b62=(_0x4ed49e=_0x17d0ee[_0x5c739b(0x673)][_0x5c739b(0x69b)](_0x4090d5))==null?void 0x0:_0x4ed49e[_0x5c739b(0x7bf)](),_0x3be225=(0x0,S['resolveSlideLogicalPageSize'])((_0x539b62==null?void 0x0:_0x539b62['pageSize'])??_0x17d0ee[_0x5c739b(0x58b)]()['defaultPageSize']);return{'width':Math[_0x5c739b(0x287)](0x1,_0x3be225[_0x5c739b(0x754)]),'height':Math[_0x5c739b(0x287)](0x1,_0x3be225[_0x5c739b(0x33c)])};}async function Kd(_0x2d28a1,_0xcdda91,_0x4027a1){const _0x13f9a7=_0x1ed4d3;let _0x8568ba=_0x2d28a1[_0x13f9a7(0x8e9)][_0x13f9a7(0x5ab)](_0x4027a1['hostUnitId'],_0x4027a1[_0x13f9a7(0x666)])??Fd({'hostUnitId':_0x4027a1[_0x13f9a7(0x565)],'embedId':_0x4027a1['embedId'],'hostAnchorId':_0xcdda91,'childUnitId':_0x4027a1[_0x13f9a7(0x442)],'childType':_0x4027a1[_0x13f9a7(0x5c7)],'entry':t[_0x13f9a7(0x224)][_0x13f9a7(0x9cc)]});if(_0x8568ba){try{_0x8568ba=await _0x2d28a1['restoreService'][_0x13f9a7(0x7ef)]({'descriptor':_0x8568ba});}catch{}return _0x8568ba;}}function qd(_0x20787b,_0x119e63,_0x99efcd){return new Promise(_0x37e865=>{const _0x2f41d1=_0x54e0;let _0x4f36b2=!0x1,_0x189c15,_0x1951b0,_0x4e1ebb=_0x411628=>{const _0x4a72c3=_0x54e0;_0x4f36b2||(_0x4f36b2=!0x0,globalThis[_0x4a72c3(0x7b3)](_0x1951b0),_0x189c15==null||_0x189c15[_0x4a72c3(0x465)](),_0x37e865(_0x411628));};_0x1951b0=globalThis['setTimeout'](()=>_0x4e1ebb(void 0x0),0x1388),_0x189c15=_0x20787b['previewUpdated$'][_0x2f41d1(0x49c)]({'next':_0x35b17d=>{const _0x520908=_0x2f41d1;_0x35b17d[_0x520908(0x666)]!==_0x119e63[_0x520908(0x666)]||_0x35b17d['childUnitId']!==_0x99efcd||_0x35b17d[_0x520908(0x3bc)]<_0x119e63['revision']||_0x35b17d[_0x520908(0x4db)]===_0x520908(0x55b)||_0x4e1ebb(_0x35b17d['image']?Id(_0x35b17d[_0x520908(0x8f8)]):void 0x0);},'complete':()=>_0x4e1ebb(void 0x0)});});}function Jd(_0x5b0a40){Tl(_0x5b0a40),Wu(_0x5b0a40),Vd(_0x5b0a40),Hc(_0x5b0a40),il(_0x5b0a40);}function Yd(_0x11f8dd){Wc(_0x11f8dd);}const Xd=[0x0,0x10,0x64,0x12c,0x3e8];async function Zd(_0x40d495,_0x314ff1){const _0x4f4832=_0x1ed4d3;var _0xf3b9b6;let {instanceService:_0x854028,childUnitId:_0x1272e6,childType:_0x22218d,restoreUnitId:_0x21f017,shouldRestore:_0x163328,settleDelayMs:_0x3c7ddc=0x10,deferredRestoreDelaysMs:_0x87eb39=_0x21f017?Xd:[]}=_0x40d495,_0x2a337a=_0x854028['getCurrentUnitOfType'](_0x22218d),_0x520711=((_0xf3b9b6=_0x854028[_0x4f4832(0x3a5)]())==null?void 0x0:_0xf3b9b6['getUnitId']())??null??_0x21f017??null;_0x854028[_0x4f4832(0x5d6)](_0x1272e6),_0x854028['focusUnit'](_0x1272e6);let _0x2c16f0=()=>{const _0x41ae25=_0x4f4832;_0x163328&&!_0x163328()||(_0x2a337a&&_0x2a337a[_0x41ae25(0x872)]()!==_0x1272e6&&_0x854028[_0x41ae25(0x5d6)](_0x2a337a[_0x41ae25(0x872)]()),_0x21f017&&_0x854028[_0x41ae25(0x5d6)](_0x21f017),_0x854028['focusUnit'](_0x520711));};try{let _0x4297a6=await _0x314ff1();return _0x3c7ddc>0x0&&await Qd(_0x3c7ddc),_0x4297a6;}finally{_0x2c16f0(),$d(_0x2c16f0,_0x87eb39);}}function Qd(_0x179e1a){return new Promise(_0x3f4ccb=>setTimeout(_0x3f4ccb,_0x179e1a));}function $d(_0x532552,_0x5bfe32){const _0x262b8d=_0x1ed4d3;_0x5bfe32[_0x262b8d(0x360)](_0x25cd29=>{const _0x2a10c1=_0x262b8d;globalThis[_0x2a10c1(0x84e)](_0x532552,_0x25cd29);});}const ef=new WeakMap();let tf=0x0;function nf(_0x4b3be9,_0x410ad9){const _0x258915=_0x1ed4d3;return _0x4b3be9['has'](sf)?_0x4b3be9[_0x258915(0x53b)](sf)['register'](_0x410ad9):af(_0x4b3be9,_0x410ad9);}function rf(_0x29f24b){const _0x141069=_0x1ed4d3;if(!_0x29f24b[_0x141069(0x54f)](sf))return;let _0x9b73a5=ef['get'](_0x29f24b);_0x9b73a5!=null&&_0x9b73a5['size']&&([..._0x9b73a5[_0x141069(0x3e4)]()][_0x141069(0x481)]((_0x4fbf9a,_0x2aac93)=>_0x4fbf9a[_0x141069(0x530)]-_0x2aac93[_0x141069(0x530)])[_0x141069(0x360)](({contribution:_0x160387})=>nf(_0x29f24b,_0x160387)),ef[_0x141069(0x74c)](_0x29f24b));}function af(_0x875040,_0x302676){const _0x17bc44=_0x1ed4d3;let _0x21b117={'contribution':_0x302676,'index':tf++},_0x3e535d=of(_0x302676,_0x21b117[_0x17bc44(0x530)]),_0x8fcd69=_0x875040,_0x701e1e=ef[_0x17bc44(0x53b)](_0x8fcd69)??new Map();return _0x701e1e['set'](_0x3e535d,_0x21b117),ef[_0x17bc44(0x753)](_0x8fcd69,_0x701e1e),(0x0,a[_0x17bc44(0x64a)])(()=>{const _0x2b37aa=_0x17bc44;let _0x35ae59=ef['get'](_0x8fcd69);(_0x35ae59==null?void 0x0:_0x35ae59[_0x2b37aa(0x53b)](_0x3e535d))===_0x21b117&&_0x35ae59[_0x2b37aa(0x74c)](_0x3e535d);});}function of(_0x2f0fdb,_0x3dc007){const _0x41ca92=_0x1ed4d3;return _0x2f0fdb['id']?_0x2f0fdb[_0x41ca92(0x5c7)]+':'+_0x2f0fdb['id']:_0x2f0fdb[_0x41ca92(0x5c7)]+':anonymous:'+_0x3dc007;}let sf=class{constructor(_0x4d0be2,_0x5f6f4f){const _0x30e90b=_0x1ed4d3;this[_0x30e90b(0x3ee)]=_0x4d0be2,this[_0x30e90b(0x4c1)]=_0x5f6f4f,B(this,'_contributions',new Map()),B(this,'_nextIndex',0x0);}[_0x1ed4d3(0x22c)](_0x5c32d4){const _0x830470=_0x1ed4d3;if(_0x5c32d4['id']&&this[_0x830470(0x31d)](_0x5c32d4[_0x830470(0x5c7)],_0x5c32d4['id']))return(0x0,a['toDisposable'])(()=>{});let _0x23d6b8={'contribution':_0x5c32d4,'index':this[_0x830470(0x344)]++},_0x14a002=this[_0x830470(0x232)][_0x830470(0x53b)](_0x5c32d4['childType'])??[];return _0x14a002[_0x830470(0x2fa)](_0x23d6b8),_0x14a002[_0x830470(0x481)](cf),this['_contributions']['set'](_0x5c32d4[_0x830470(0x5c7)],_0x14a002),(0x0,a[_0x830470(0x64a)])(()=>{const _0x4e1193=_0x830470;let _0x4465e0=this[_0x4e1193(0x232)][_0x4e1193(0x53b)](_0x5c32d4[_0x4e1193(0x5c7)]);if(!_0x4465e0)return;let _0x449822=_0x4465e0['filter'](_0xb09fcc=>_0xb09fcc!==_0x23d6b8);_0x449822[_0x4e1193(0x9ba)]?this[_0x4e1193(0x232)][_0x4e1193(0x753)](_0x5c32d4[_0x4e1193(0x5c7)],_0x449822):this[_0x4e1193(0x232)][_0x4e1193(0x74c)](_0x5c32d4[_0x4e1193(0x5c7)]);});}[_0x1ed4d3(0x958)](_0x453f55){const _0x1b19ea=_0x1ed4d3;return(this[_0x1b19ea(0x232)]['get'](_0x453f55)??[])[_0x1b19ea(0x572)](_0x3b0e80=>_0x3b0e80[_0x1b19ea(0x5b0)]);}async[_0x1ed4d3(0x24a)](_0x2a85af){const _0x52c911=_0x1ed4d3;let _0xcd1ec0=this[_0x52c911(0x958)](_0x2a85af[_0x52c911(0x5c7)]);_0xcd1ec0[_0x52c911(0x9ba)]&&await Zd({'instanceService':this['_injector'][_0x52c911(0x53b)](a[_0x52c911(0x90d)]),'childUnitId':_0x2a85af['childUnitId'],'childType':_0x2a85af[_0x52c911(0x5c7)],'restoreUnitId':_0x2a85af[_0x52c911(0x3e2)],'settleDelayMs':_0x2a85af[_0x52c911(0x638)],'shouldRestore':()=>!this[_0x52c911(0x4c1)][_0x52c911(0x59b)](_0x2a85af[_0x52c911(0x442)])},async()=>{const _0x2d0358=_0x52c911;for(let _0x307bce of _0xcd1ec0)_0x307bce[_0x2d0358(0x24a)]&&await _0x307bce[_0x2d0358(0x24a)]({'injector':this['_injector'],'childUnitId':_0x2a85af['childUnitId'],'childType':_0x2a85af[_0x2d0358(0x5c7)],'descriptor':_0x2a85af[_0x2d0358(0x3e8)]});});}[_0x1ed4d3(0x31d)](_0x5d61ac,_0x1ce900){const _0xf487ac=_0x1ed4d3;return(this[_0xf487ac(0x232)][_0xf487ac(0x53b)](_0x5d61ac)??[])[_0xf487ac(0x52a)](_0x3adbac=>_0x3adbac['contribution']['id']===_0x1ce900);}};sf=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(a[_0x1ed4d3(0x6f8)])),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(G))],sf);function cf(_0x2906e1,_0xfeda1){const _0x1a13ee=_0x1ed4d3;return(_0x2906e1[_0x1a13ee(0x5b0)][_0x1a13ee(0x259)]??_0x2906e1[_0x1a13ee(0x530)])-(_0xfeda1[_0x1a13ee(0x5b0)][_0x1a13ee(0x259)]??_0xfeda1['index'])||_0x2906e1[_0x1a13ee(0x530)]-_0xfeda1['index'];}function lf(){return[];}let uf=class{constructor(_0x111678,_0x423910){const _0x51c2d2=_0x1ed4d3;this['_focusOwnerService']=_0x111678,this[_0x51c2d2(0x7a7)]=_0x423910;}['pushUndoRedoForChild'](_0x190ad3){const _0x48ac53=_0x1ed4d3;let _0x4efea9=this[_0x48ac53(0x3e9)](_0x190ad3['unitID']);return this[_0x48ac53(0x7a7)][_0x48ac53(0x934)]({..._0x190ad3,'unitID':_0x4efea9}),{'stackUnitId':_0x4efea9,'routedToHost':_0x4efea9!==_0x190ad3['unitID']};}[_0x1ed4d3(0x3e9)](_0x1c8adc){const _0xda9f97=_0x1ed4d3;let _0x2045f0=this[_0xda9f97(0x404)]['getFocusOwner']();return!_0x2045f0||_0x2045f0[_0xda9f97(0x442)]!==_0x1c8adc?_0x1c8adc:_0x2045f0[_0xda9f97(0x565)];}};uf=Y([J(0x0,(0x0,a[_0x1ed4d3(0x558)])(t[_0x1ed4d3(0x95b)])),J(0x1,a['IUndoRedoService'])],uf);let df=class extends a[_0x1ed4d3(0x4d7)]{constructor(_0x1cb14a=ir,_0x1d9450,_0x547e66,_0x5cf341){const _0x191184=_0x1ed4d3;super(),this[_0x191184(0x9c8)]=_0x1cb14a,this[_0x191184(0x3ee)]=_0x1d9450,this['_configService']=_0x547e66,this[_0x191184(0x6bb)]=_0x5cf341;let {..._0x3c75c6}=(0x0,a[_0x191184(0x5b7)])({},ir,this[_0x191184(0x9c8)]);this['_configService'][_0x191184(0x899)]('embed-ui.config',_0x3c75c6);}[_0x1ed4d3(0x651)](){const _0x4c7cb6=_0x1ed4d3;this[_0x4c7cb6(0x811)](),this[_0x4c7cb6(0x251)](),this['_registerProductUIContributions'](),this[_0x4c7cb6(0x6e9)](),this[_0x4c7cb6(0x498)](),this[_0x4c7cb6(0x461)](),this[_0x4c7cb6(0x6b5)](),this[_0x4c7cb6(0x4e3)](),this[_0x4c7cb6(0x6ab)]();}[_0x1ed4d3(0x860)](){const _0x2bf42f=_0x1ed4d3;this[_0x2bf42f(0x461)](),this[_0x2bf42f(0x3ee)][_0x2bf42f(0x53b)](Po);}['_registerServices'](){const _0x24dc1e=_0x1ed4d3;this['_injector']['has'](r[_0x24dc1e(0x414)])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([r['IPrintPreparationService'],{'useClass':r[_0x24dc1e(0x3a0)]}]),this[_0x24dc1e(0x3ee)][_0x24dc1e(0x54f)](i[_0x24dc1e(0x469)])||this['_injector'][_0x24dc1e(0x363)]([i['SlidePrintDrawingTransformService']]),this['_injector']['has'](e['BoardPrintCompositionService'])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([e[_0x24dc1e(0x5ac)]]),[[yt],[Gr],[sf],[To],[Kt],[_t],[V],[le],[Wr],[vt],[Ur],[fa],[Qn],[H],[Xr],[q],[Oo],[ko],[Ao],[Mo],[Po],[rs],[Eo],[Ut],[bt],[ai],[ii],[Fa],[Nn],[ss],[de],[G],[pa],[At],[pe],[uf]][_0x24dc1e(0x360)](_0x50dc52=>this[_0x24dc1e(0x3ee)]['add'](_0x50dc52)),this['_injector'][_0x24dc1e(0x54f)](o[_0x24dc1e(0x497)])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([o[_0x24dc1e(0x497)],{'useFactory':()=>this['_injector'][_0x24dc1e(0x53b)](q)}]),this['_injector']['has'](o[_0x24dc1e(0x285)])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([o[_0x24dc1e(0x285)],{'useFactory':()=>this[_0x24dc1e(0x3ee)][_0x24dc1e(0x53b)](G)}]),this[_0x24dc1e(0x3ee)][_0x24dc1e(0x54f)](s[_0x24dc1e(0x2df)])||this[_0x24dc1e(0x3ee)]['add']([s['ISheetEmbedInteractionBoundaryService'],{'useFactory':()=>this['_injector'][_0x24dc1e(0x53b)](q)}]),this[_0x24dc1e(0x3ee)][_0x24dc1e(0x54f)](s['ISheetEmbedRuntimeFocusCoordinator'])||this[_0x24dc1e(0x3ee)]['add']([s['ISheetEmbedRuntimeFocusCoordinator'],{'useFactory':()=>this['_injector'][_0x24dc1e(0x53b)](G)}]),this['_injector'][_0x24dc1e(0x54f)](s['ISheetEmbedFloatingGeometryService'])||this[_0x24dc1e(0x3ee)][_0x24dc1e(0x363)]([s[_0x24dc1e(0x6ba)],{'useFactory':()=>this[_0x24dc1e(0x3ee)][_0x24dc1e(0x53b)](Wr)}]);}[_0x1ed4d3(0x498)](){const _0x1dd195=_0x1ed4d3;os(this[_0x1dd195(0x3ee)])[_0x1dd195(0x360)](_0x3de7ab=>this[_0x1dd195(0x512)](_0x3de7ab));}[_0x1ed4d3(0x5bb)](){Jd(this['_injector']);}[_0x1ed4d3(0x6e9)](){const _0x200bc9=_0x1ed4d3;let _0x2db6de=this[_0x200bc9(0x6bb)][_0x200bc9(0x622)](a[_0x200bc9(0x747)][_0x200bc9(0x8ed)])[_0x200bc9(0x49c)](()=>Yd(this['_injector']));this[_0x200bc9(0x512)]((0x0,a[_0x200bc9(0x64a)])(()=>_0x2db6de[_0x200bc9(0x465)]()));}['_flushPendingContributions'](){const _0x170b89=_0x1ed4d3;ds(this[_0x170b89(0x3ee)]),An(this['_injector']),rf(this['_injector']);}[_0x1ed4d3(0x6b5)](){const _0x7c43e7=_0x1ed4d3;var _0xb9db0b;let _0xe85168=this['_injector'][_0x7c43e7(0x53b)](vt);((_0xb9db0b=this[_0x7c43e7(0x9c8)][_0x7c43e7(0x65d)])==null?void 0x0:_0xb9db0b['floatingMenus'])!==!0x1&&lf()[_0x7c43e7(0x360)](_0x5390f6=>{const _0x3a0447=_0x7c43e7;_0xe85168[_0x3a0447(0x9a9)](_0x5390f6['hostType'],_0x5390f6[_0x3a0447(0x8bf)],_0x5390f6[_0x3a0447(0x5c7)])||_0xe85168['register'](_0x5390f6);});}[_0x1ed4d3(0x4e3)](){const _0x3e7c6a=_0x1ed4d3;(0x0,a[_0x3e7c6a(0x387)])(this['_injector'],[[yt],[Gr],[sf],[To],[Kt],[_t],[V],[le],[vt],[Ur],[fa],[Qn],[H],[Xr],[Oo],[ko],[Ao],[Mo],[rs],[Eo],[Ut],[bt],[ai],[ii],[Fa],[Nn],[ss],[de],[G],[pa],[At],[pe],[uf]]);}[_0x1ed4d3(0x6ab)](){const _0x205928=_0x1ed4d3;var _0x31c493;((_0x31c493=this[_0x205928(0x9c8)][_0x205928(0x65d)])==null?void 0x0:_0x31c493['hostToolbar'])!==!0x1&&this['disposeWithMe'](this[_0x205928(0x3ee)]['get'](c['IUIPartsService'])[_0x205928(0x722)](c[_0x205928(0x41c)]['GLOBAL'],()=>er));}[_0x1ed4d3(0x811)](){const _0x54b588=_0x1ed4d3;this['_injector']['get'](t[_0x54b588(0x5f6)])[_0x54b588(0x739)]();}};B(df,'pluginName',_0x1ed4d3(0x203)),B(df,_0x1ed4d3(0x29d),ie),B(df,_0x1ed4d3(0x8e1),ae),B(df,_0x1ed4d3(0x5a7),a[_0x1ed4d3(0x747)][_0x1ed4d3(0x3a2)]),df=Y([(0x0,a[_0x1ed4d3(0x59c)])(n[_0x1ed4d3(0x536)],t['UniverEmbedPlugin']),J(0x1,(0x0,a[_0x1ed4d3(0x558)])(a[_0x1ed4d3(0x6f8)])),J(0x2,a['IConfigService']),J(0x3,a[_0x1ed4d3(0x90d)])],df),Object[_0x1ed4d3(0x456)](exports,_0x1ed4d3(0x4fe),{'enumerable':!0x0,'get':function(){return Kt;}}),exports[_0x1ed4d3(0x60a)]=_t,Object[_0x1ed4d3(0x456)](exports,_0x1ed4d3(0x532),{'enumerable':!0x0,'get':function(){return Qn;}}),exports['EmbedHostContainerRegistryService']=yt,exports[_0x1ed4d3(0x937)]=H,Object[_0x1ed4d3(0x456)](exports,'EmbedHostRestoreService',{'enumerable':!0x0,'get':function(){return Gr;}}),Object[_0x1ed4d3(0x456)](exports,_0x1ed4d3(0x4ba),{'enumerable':!0x0,'get':function(){return Ut;}}),Object['defineProperty'](exports,_0x1ed4d3(0x396),{'enumerable':!0x0,'get':function(){return df;}}),exports[_0x1ed4d3(0x92e)]=kn;