@univerjs-pro/embed-ui 1.0.0-insiders.20260809-70eefdd → 1.0.0-rc.0

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 (135) 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 +226 -96
  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/common/embed-runtime-policy.d.ts +1 -0
  63. package/lib/types/components/EmbedFloatDomRenderer.d.ts +6 -3
  64. package/lib/types/components/EmbedFloatFullscreenButton.d.ts +4 -1
  65. package/lib/types/components/EmbedHostToolbarMenu.d.ts +3 -0
  66. package/lib/types/components/EmbedMenuTooltip.d.ts +11 -0
  67. package/lib/types/components/EmbedPrintImage.d.ts +8 -0
  68. package/lib/types/components/EmbedRuntimeProviders.d.ts +2 -0
  69. package/lib/types/components/embed-float-dom-geometry.d.ts +4 -1
  70. package/lib/types/components/embed-float-dom-interaction.d.ts +19 -2
  71. package/lib/types/controllers/embed-host-popup-lifecycle.controller.d.ts +14 -0
  72. package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +3 -2
  73. package/lib/types/controllers/embed-owned-dialog-cleanup.controller.d.ts +11 -0
  74. package/lib/types/controllers/embed-print.controller.d.ts +71 -0
  75. package/lib/types/controllers/embed-sheet-editor-shortcut.controller.d.ts +9 -0
  76. package/lib/types/locale/en-US.d.ts +6 -0
  77. package/lib/types/products/bases/BaseFullscreenTableSidebar.d.ts +3 -1
  78. package/lib/types/products/bases/EmbedChildView.d.ts +5 -5
  79. package/lib/types/products/bases/base-permission.d.ts +1 -0
  80. package/lib/types/products/bases/embed-content-size.d.ts +1 -0
  81. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +10 -0
  82. package/lib/types/products/docs/EmbedFloatingMenu.d.ts +10 -1
  83. package/lib/types/products/docs/docs-custom-block-layout.d.ts +1 -0
  84. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +5 -0
  85. package/lib/types/products/sheets/EmbedBlock.d.ts +2 -0
  86. package/lib/types/products/sheets/SheetEmbedFloatingMenuControls.d.ts +3 -2
  87. package/lib/types/products/sheets/SheetEmbedFloatingMenuPrimitives.d.ts +10 -0
  88. package/lib/types/products/sheets/embed-content-size.d.ts +4 -0
  89. package/lib/types/products/slides/EmbedChildView.d.ts +4 -1
  90. package/lib/types/products/slides/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +1 -0
  91. package/lib/types/products/slides/embed-floating-menu-stage.d.ts +2 -2
  92. package/lib/types/products/slides/register.d.ts +4 -0
  93. package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +4 -0
  94. package/lib/types/services/embed-activation.service.d.ts +8 -1
  95. package/lib/types/services/embed-child-unit-scoped-injector.d.ts +6 -1
  96. package/lib/types/services/embed-content-size-registry.service.d.ts +2 -0
  97. package/lib/types/services/embed-dom-wheel.d.ts +5 -2
  98. package/lib/types/services/embed-floating-menu-root.d.ts +3 -1
  99. package/lib/types/services/embed-fullscreen.service.d.ts +4 -1
  100. package/lib/types/services/embed-host-menu-override.service.d.ts +1 -0
  101. package/lib/types/services/embed-host-wheel-gesture.service.d.ts +1 -1
  102. package/lib/types/services/embed-host-zoom-wheel.d.ts +7 -0
  103. package/lib/types/services/embed-interaction-boundary.service.d.ts +8 -1
  104. package/lib/types/services/embed-mount.service.d.ts +8 -2
  105. package/lib/types/services/embed-presentation-policy.d.ts +1 -0
  106. package/lib/types/services/embed-print.service.d.ts +55 -0
  107. package/lib/types/services/embed-product-floating-menu-contributions.d.ts +1 -1
  108. package/lib/types/services/embed-render-canvas-preview-provider.d.ts +3 -2
  109. package/lib/types/services/embed-render-child-view-contribution.d.ts +7 -3
  110. package/lib/types/services/embed-runtime-focus-coordinator.service.d.ts +11 -2
  111. package/lib/types/services/embed-runtime-host-lease.service.d.ts +2 -2
  112. package/lib/types/services/embed-scene-canvas-capture.service.d.ts +29 -1
  113. package/lib/types/services/embed-ui-runtime-scope-lease.service.d.ts +16 -0
  114. package/lib/types/types/embed-ui.d.ts +26 -4
  115. package/lib/umd/index.js +1 -1
  116. package/lib/umd/locale/ar-SA.js +1 -1
  117. package/lib/umd/locale/ca-ES.js +1 -1
  118. package/lib/umd/locale/de-DE.js +1 -1
  119. package/lib/umd/locale/en-US.js +1 -1
  120. package/lib/umd/locale/es-ES.js +1 -1
  121. package/lib/umd/locale/fa-IR.js +1 -1
  122. package/lib/umd/locale/fr-FR.js +1 -1
  123. package/lib/umd/locale/id-ID.js +1 -1
  124. package/lib/umd/locale/it-IT.js +1 -1
  125. package/lib/umd/locale/ja-JP.js +1 -1
  126. package/lib/umd/locale/ko-KR.js +1 -1
  127. package/lib/umd/locale/pl-PL.js +1 -1
  128. package/lib/umd/locale/pt-BR.js +1 -1
  129. package/lib/umd/locale/ru-RU.js +1 -1
  130. package/lib/umd/locale/sk-SK.js +1 -1
  131. package/lib/umd/locale/vi-VN.js +1 -1
  132. package/lib/umd/locale/zh-CN.js +1 -1
  133. package/lib/umd/locale/zh-HK.js +1 -1
  134. package/lib/umd/locale/zh-TW.js +1 -1
  135. package/package.json +42 -38
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- const _0x566a84=_0x75bf;(function(_0x3ba436,_0x2813c4){const _0x1ffd4e=_0x75bf,_0x4b82ac=_0x3ba436();while(!![]){try{const _0x5343ca=-parseInt(_0x1ffd4e(0x579))/0x1*(parseInt(_0x1ffd4e(0x247))/0x2)+parseInt(_0x1ffd4e(0x6a6))/0x3+-parseInt(_0x1ffd4e(0x4ba))/0x4+parseInt(_0x1ffd4e(0x32c))/0x5*(parseInt(_0x1ffd4e(0x565))/0x6)+parseInt(_0x1ffd4e(0x803))/0x7*(parseInt(_0x1ffd4e(0x5f3))/0x8)+parseInt(_0x1ffd4e(0x3be))/0x9*(parseInt(_0x1ffd4e(0x6a2))/0xa)+parseInt(_0x1ffd4e(0x3f9))/0xb*(-parseInt(_0x1ffd4e(0x4f9))/0xc);if(_0x5343ca===_0x2813c4)break;else _0x4b82ac['push'](_0x4b82ac['shift']());}catch(_0x542870){_0x4b82ac['push'](_0x4b82ac['shift']());}}}(_0x3102,0x5a7f1),Object[_0x566a84(0x5f6)](exports,Symbol['toStringTag'],{'value':_0x566a84(0x1cc)}));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('react/jsx-runtime'),d=require('@univerjs/docs'),f=require('@univerjs/engine-render'),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=_0x566a84(0x317),ee=_0x566a84(0x873);function z(_0x969b4d,_0x2fe9fd){const _0x574bc0=_0x566a84;return _0x969b4d['matches']('['+_0x2fe9fd+']')?_0x969b4d:_0x969b4d[_0x574bc0(0x68a)]('['+_0x2fe9fd+']')??void 0x0;}function te(_0x225ac7){const _0x4d9bf5=_0x566a84;let _0x1137fc=[];return B(_0x225ac7,_0x4d9bf5(0x25e),_0x4d9bf5(0x379),_0x1137fc),B(_0x225ac7,'data-embed-canvas-root',_0x4d9bf5(0x20a),_0x1137fc),B(_0x225ac7,_0x4d9bf5(0x5c7),_0x4d9bf5(0x2e6),_0x1137fc),B(_0x225ac7,_0x4d9bf5(0x538),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x1137fc),(0x0,n[_0x4d9bf5(0x87f)])(()=>{const _0x4a38f0=_0x4d9bf5;_0x1137fc[_0x4a38f0(0x2a5)](_0x1f70c7=>_0x1f70c7[_0x4a38f0(0x30a)]());});}function B(_0x3845e9,_0x522528,_0xe121e6,_0x50de2a){const _0x57b02b=_0x566a84;let _0x590223=z(_0x3845e9,_0x522528);if(_0x590223)return _0x590223;let _0x1223ce=document['createElement'](_0x57b02b(0x694));return _0x1223ce[_0x57b02b(0x399)](_0x522528,'true'),_0x1223ce[_0x57b02b(0x399)](_0x57b02b(0x6fd),_0x57b02b(0x4d9)),_0x1223ce[_0x57b02b(0x6cb)]=_0x57b02b(0x85c)+_0xe121e6,_0x3845e9[_0x57b02b(0x1e6)](_0x1223ce),_0x50de2a['push'](_0x1223ce),_0x1223ce;}function V(_0x30770e){'@babel/helpers - typeof';const _0x1e0770=_0x566a84;return V=typeof Symbol==_0x1e0770(0x833)&&typeof Symbol[_0x1e0770(0x55c)]==_0x1e0770(0x59a)?function(_0x11d3cd){return typeof _0x11d3cd;}:function(_0x313c33){const _0xd4d067=_0x1e0770;return _0x313c33&&typeof Symbol==_0xd4d067(0x833)&&_0x313c33[_0xd4d067(0x844)]===Symbol&&_0x313c33!==Symbol[_0xd4d067(0x554)]?_0xd4d067(0x59a):typeof _0x313c33;},V(_0x30770e);}function ne(_0x49dcf0,_0x9a6b2b){const _0x15d21b=_0x566a84;if(V(_0x49dcf0)!=_0x15d21b(0x3e8)||!_0x49dcf0)return _0x49dcf0;var _0x1cbc43=_0x49dcf0[Symbol[_0x15d21b(0x2af)]];if(_0x1cbc43!==void 0x0){var _0x567bf0=_0x1cbc43['call'](_0x49dcf0,_0x9a6b2b||'default');if(V(_0x567bf0)!='object')return _0x567bf0;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x9a6b2b===_0x15d21b(0x3b3)?String:Number)(_0x49dcf0);}function re(_0x51c4e6){const _0x2f9086=_0x566a84;var _0x236517=ne(_0x51c4e6,_0x2f9086(0x3b3));return V(_0x236517)==_0x2f9086(0x59a)?_0x236517:_0x236517+'';}function H(_0x4d120d,_0xd88d1f,_0x3771b1){const _0xb6d1c8=_0x566a84;return(_0xd88d1f=re(_0xd88d1f))in _0x4d120d?Object[_0xb6d1c8(0x5f6)](_0x4d120d,_0xd88d1f,{'value':_0x3771b1,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4d120d[_0xd88d1f]=_0x3771b1,_0x4d120d;}var U=class{constructor(){H(this,'_contributions',new Map());}[_0x566a84(0x371)](_0x5d3f4e){const _0x4a60ec=_0x566a84;return this['_contributions']['set'](_0x5d3f4e[_0x4a60ec(0x4af)],_0x5d3f4e),(0x0,n['toDisposable'])(()=>{const _0x551e5c=_0x4a60ec;this[_0x551e5c(0x1ec)][_0x551e5c(0x230)](_0x5d3f4e[_0x551e5c(0x4af)])===_0x5d3f4e&&this[_0x551e5c(0x1ec)][_0x551e5c(0x304)](_0x5d3f4e[_0x551e5c(0x4af)]);});}[_0x566a84(0x230)](_0x583122){const _0x4bec39=_0x566a84;return this[_0x4bec39(0x1ec)][_0x4bec39(0x230)](_0x583122);}['list'](){const _0x3be7a0=_0x566a84;return[...this[_0x3be7a0(0x1ec)][_0x3be7a0(0x2cb)]()];}},ie=class{constructor(){const _0xae09bd=_0x566a84;H(this,_0xae09bd(0x5fc),new l['BehaviorSubject'](null)),H(this,_0xae09bd(0x760),this[_0xae09bd(0x5fc)]['asObservable']());}['getActive'](){const _0x267714=_0x566a84;return this[_0x267714(0x5fc)][_0x267714(0x83f)]();}[_0x566a84(0x634)](_0x3aed23){const _0x5641c5=_0x566a84;let _0x3d737d=this['getActive']();return(_0x3d737d==null?void 0x0:_0x3d737d['embedId'])===_0x3aed23?_0x3d737d[_0x5641c5(0x512)]??'stage1':_0x5641c5(0x584);}[_0x566a84(0x207)](_0x805f7c,_0x3aa044){const _0x206fa3=_0x566a84;let _0x2a29d9=this[_0x206fa3(0x34e)](),_0x2aa725=(_0x2a29d9==null?void 0x0:_0x2a29d9['hostUnitId'])===_0x805f7c[_0x206fa3(0x1ee)]&&_0x2a29d9['embedId']===_0x805f7c[_0x206fa3(0x61a)]&&_0x2a29d9['childUnitId']===_0x805f7c[_0x206fa3(0x542)],_0x46cc1f={..._0x805f7c,'stage':_0x3aa044??_0x805f7c['stage']??(_0x2aa725?_0x2a29d9[_0x206fa3(0x512)]??_0x206fa3(0x648):'stage1')};((_0x2a29d9==null?void 0x0:_0x2a29d9[_0x206fa3(0x1ee)])!==_0x46cc1f[_0x206fa3(0x1ee)]||_0x2a29d9['embedId']!==_0x46cc1f[_0x206fa3(0x61a)]||_0x2a29d9[_0x206fa3(0x542)]!==_0x46cc1f[_0x206fa3(0x542)]||(_0x2a29d9[_0x206fa3(0x512)]??'stage1')!==_0x46cc1f[_0x206fa3(0x512)])&&this[_0x206fa3(0x5fc)][_0x206fa3(0x880)](_0x46cc1f);}[_0x566a84(0x702)](_0x3aec51,_0x5161a9){const _0x57e66c=_0x566a84;let _0x277188=this[_0x57e66c(0x34e)]();!_0x277188||_0x277188[_0x57e66c(0x61a)]!==_0x3aec51||(_0x277188['stage']??_0x57e66c(0x648))!==_0x5161a9&&this['_active$']['next']({..._0x277188,'stage':_0x5161a9});}[_0x566a84(0x31d)](_0x21d2b0){const _0x4af4d3=_0x566a84;this[_0x4af4d3(0x634)](_0x21d2b0)==='stage1'&&this[_0x4af4d3(0x702)](_0x21d2b0,_0x4af4d3(0x4de));}[_0x566a84(0x525)](_0x24e343){const _0x64d991=_0x566a84;let _0x4f7629=this['getActive']();_0x4f7629&&(!_0x24e343||_0x4f7629[_0x64d991(0x61a)]===_0x24e343)&&this[_0x64d991(0x5fc)][_0x64d991(0x880)](null);}},ae=class{constructor(){const _0x5ae26b=_0x566a84;H(this,_0x5ae26b(0x3df),new l[(_0x5ae26b(0x41c))](null)),H(this,_0x5ae26b(0x6e7),this[_0x5ae26b(0x3df)][_0x5ae26b(0x2d6)]());}[_0x566a84(0x392)](){const _0x1a5d15=_0x566a84;return this[_0x1a5d15(0x3df)][_0x1a5d15(0x83f)]();}[_0x566a84(0x207)](_0x2033d7,_0x5de20c,_0xbd47c6={}){const _0x9476f5=_0x566a84;var _0x4ed82a,_0xf53425;if(!_0x2033d7[_0x9476f5(0x542)]||_0x2033d7['childType']==null)throw Error(_0x9476f5(0x4c6));let _0xfa9ad5=((_0x4ed82a=_0x2033d7[_0x9476f5(0x4fa)])==null?void 0x0:_0x4ed82a[_0x9476f5(0x828)])||void 0x0;if(_0x5de20c==='tab-active'&&(!_0xfa9ad5||_0xfa9ad5[_0x9476f5(0x7ff)]!==!0x0))throw Error(_0x9476f5(0x448));if(_0x5de20c!=='tab-active')throw Error('EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON');if((((_0xf53425=_0xbd47c6[_0x9476f5(0x7d4)])==null?void 0x0:_0xf53425[_0x9476f5(0x530)])??e[_0x9476f5(0x587)][_0x9476f5(0x530)])!==_0x9476f5(0x4a4)&&_0xbd47c6[_0x9476f5(0x1fe)]!==!0x0)return this[_0x9476f5(0x525)](_0x2033d7[_0x9476f5(0x61a)]),null;let _0x2f7548={'hostUnitId':_0x2033d7[_0x9476f5(0x1ee)],'embedId':_0x2033d7[_0x9476f5(0x61a)],'childUnitId':_0x2033d7[_0x9476f5(0x542)],'childType':_0x2033d7[_0x9476f5(0x4af)],'entry':_0x2033d7['entry'],'reason':_0x5de20c,'portalContainer':_0xbd47c6[_0x9476f5(0x233)],'hideHostFxBar':_0xfa9ad5==null?void 0x0:_0xfa9ad5[_0x9476f5(0x735)],'lockHostRibbon':_0xfa9ad5==null?void 0x0:_0xfa9ad5['lockHostRibbon']},_0x3638d7=this[_0x9476f5(0x392)]();return oe(_0x3638d7,_0x2f7548)?_0x3638d7:(this[_0x9476f5(0x3df)][_0x9476f5(0x880)](_0x2f7548),_0x2f7548);}[_0x566a84(0x525)](_0x26da6d){const _0x14b543=_0x566a84;let _0x173c62=this['getOverride']();_0x173c62&&(!_0x26da6d||_0x173c62[_0x14b543(0x61a)]===_0x26da6d)&&this[_0x14b543(0x3df)][_0x14b543(0x880)](null);}};function oe(_0x53455e,_0x458920){const _0xe18bad=_0x566a84;return _0x53455e!=null&&_0x53455e[_0xe18bad(0x1ee)]===_0x458920[_0xe18bad(0x1ee)]&&_0x53455e['embedId']===_0x458920[_0xe18bad(0x61a)]&&_0x53455e['childUnitId']===_0x458920[_0xe18bad(0x542)]&&_0x53455e[_0xe18bad(0x4af)]===_0x458920[_0xe18bad(0x4af)]&&_0x53455e[_0xe18bad(0x754)]===_0x458920[_0xe18bad(0x754)]&&_0x53455e[_0xe18bad(0x528)]===_0x458920[_0xe18bad(0x528)]&&_0x53455e[_0xe18bad(0x233)]===_0x458920[_0xe18bad(0x233)]&&_0x53455e[_0xe18bad(0x735)]===_0x458920['hideHostFxBar']&&_0x53455e[_0xe18bad(0x2a2)]===_0x458920['lockHostRibbon'];}const W=_0x566a84(0x83d);var G=class{constructor(){const _0x25fc02=_0x566a84;H(this,_0x25fc02(0x541),new Map()),H(this,_0x25fc02(0x5b0),new Map()),H(this,'_runtimeScopes',new Map()),H(this,_0x25fc02(0x582),0x0),H(this,_0x25fc02(0x476),new l[(_0x25fc02(0x463))]()),H(this,'runtimeSessionChanged$',new l[(_0x25fc02(0x463))]());}[_0x566a84(0x4f2)](_0x977ca8){const _0x16fed8=_0x566a84;let _0x24eaf6={'role':_0x977ca8[_0x16fed8(0x6c8)],'owner':_0x977ca8['owner'],'sessionMode':_0x977ca8[_0x16fed8(0x2d1)],'hostUnitId':_0x977ca8[_0x16fed8(0x1ee)],'childUnitId':_0x977ca8['childUnitId'],'childType':_0x977ca8[_0x16fed8(0x4af)],'associatedChildUnitIds':_0x977ca8[_0x16fed8(0x72e)],'sequence':++this['_leaseSequence']},_0x45a144=this[_0x16fed8(0x541)][_0x16fed8(0x230)](_0x977ca8[_0x16fed8(0x61a)]);return _0x45a144||(_0x45a144=new Set(),this['_leases'][_0x16fed8(0x243)](_0x977ca8[_0x16fed8(0x61a)],_0x45a144)),_0x45a144[_0x16fed8(0x228)](_0x24eaf6),_0x24eaf6[_0x16fed8(0x6c8)]!==_0x16fed8(0x747)&&this['_notifyRuntimeFocusChanged'](),_0x24eaf6[_0x16fed8(0x6c8)]===_0x16fed8(0x5cc)&&this['_notifyRuntimeSessionChanged'](),(0x0,n[_0x16fed8(0x87f)])(()=>{const _0x150a0f=_0x16fed8;_0x45a144==null||_0x45a144[_0x150a0f(0x304)](_0x24eaf6),(_0x45a144==null?void 0x0:_0x45a144[_0x150a0f(0x861)])===0x0&&this[_0x150a0f(0x541)]['delete'](_0x977ca8['embedId']),_0x24eaf6[_0x150a0f(0x6c8)]!==_0x150a0f(0x747)&&this['_notifyRuntimeFocusChanged'](),_0x24eaf6['role']===_0x150a0f(0x5cc)&&this['_notifyRuntimeSessionChanged']();});}[_0x566a84(0x265)](_0x39d6ad){const _0x357f86=_0x566a84;if(!_0x39d6ad)return!0x1;let _0x56a52d=this['_leases'][_0x357f86(0x230)](_0x39d6ad);return _0x56a52d&&[..._0x56a52d][_0x357f86(0x4fe)](_0x52bee0=>_0x52bee0[_0x357f86(0x6c8)]!==_0x357f86(0x747))?!0x0:this[_0x357f86(0x3c4)](_0x39d6ad,this[_0x357f86(0x2bb)](_0x39d6ad));}[_0x566a84(0x60b)](_0x5b9c5f,_0x466874){const _0x38c326=_0x566a84;if(!_0x5b9c5f)return!0x1;let _0x66f772=this[_0x38c326(0x541)][_0x38c326(0x230)](_0x5b9c5f);return _0x66f772&&[..._0x66f772][_0x38c326(0x4fe)](_0x4c44fb=>this[_0x38c326(0x2a4)](_0x4c44fb,_0x466874))?!0x0:this[_0x38c326(0x3c4)](_0x5b9c5f,this['_getActiveElement'](_0x5b9c5f));}[_0x566a84(0x46a)](){const _0x1ce882=_0x566a84;return[...this['_leases'][_0x1ce882(0x2cb)]()]['some'](_0xcefa1f=>[..._0xcefa1f][_0x1ce882(0x4fe)](_0x251535=>_0x251535[_0x1ce882(0x6c8)]!==_0x1ce882(0x747)))||this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x566a84(0x255)](_0x1768d9){const _0x2d4875=_0x566a84;if([...this[_0x2d4875(0x541)]['values']()]['some'](_0x27e22c=>[..._0x27e22c][_0x2d4875(0x4fe)](_0x1c6481=>this[_0x2d4875(0x2a4)](_0x1c6481,_0x1768d9))))return!0x0;let _0x1d499b=this['_getActiveOwnedRuntimeFocusInfo']();return _0x1d499b!=null&&this['_isBlockingRole'](_0x1d499b[_0x2d4875(0x6c8)]);}['hasHostPreservingChildFocusLease'](_0x354ae1,_0x1463e2){const _0x1a4279=_0x566a84;if(!_0x354ae1)return!0x1;let _0x24fe9f=this[_0x1a4279(0x541)][_0x1a4279(0x230)](_0x354ae1);return _0x24fe9f&&[..._0x24fe9f][_0x1a4279(0x4fe)](_0x27fe74=>this[_0x1a4279(0x6bc)](_0x27fe74,_0x1463e2))?!0x0:this[_0x1a4279(0x3c4)](_0x354ae1,this['_getActiveElement'](_0x354ae1));}[_0x566a84(0x7cf)](_0x306f06){const _0x2c7d08=_0x566a84;return[...this[_0x2c7d08(0x541)][_0x2c7d08(0x2cb)]()][_0x2c7d08(0x4fe)](_0x445d4e=>[..._0x445d4e][_0x2c7d08(0x4fe)](_0x42a433=>this[_0x2c7d08(0x6bc)](_0x42a433,_0x306f06)))?!0x0:this[_0x2c7d08(0x2e0)]()!=null;}[_0x566a84(0x83c)](_0x130971,_0x136a00){const _0x4624bd=_0x566a84;if(!_0x130971)return this[_0x4624bd(0x7cf)](_0x136a00);if([...this[_0x4624bd(0x541)][_0x4624bd(0x2cb)]()][_0x4624bd(0x4fe)](_0x50c45e=>[..._0x50c45e][_0x4624bd(0x4fe)](_0x6c6426=>this[_0x4624bd(0x6bc)](_0x6c6426,_0x136a00)&&this[_0x4624bd(0x820)](_0x6c6426,_0x130971))))return!0x0;let _0x35a745=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0x35a745)return!0x1;let _0x1b61b5=this['_leases']['get'](_0x35a745[_0x4624bd(0x61a)]);return _0x1b61b5&&[..._0x1b61b5][_0x4624bd(0x4fe)](_0x4372e0=>this['_isHostPreservingLease'](_0x4372e0,_0x136a00)&&this[_0x4624bd(0x820)](_0x4372e0,_0x130971))?!0x0:this[_0x4624bd(0x621)](_0x35a745[_0x4624bd(0x61a)],_0x130971);}[_0x566a84(0x866)](_0x1e50c3){const _0x184cdb=_0x566a84;return _0x1e50c3?[...this[_0x184cdb(0x541)][_0x184cdb(0x2cb)]()][_0x184cdb(0x4fe)](_0x3c0da5=>[..._0x3c0da5][_0x184cdb(0x4fe)](_0x42e667=>this[_0x184cdb(0x25a)](_0x42e667,_0x1e50c3)&&_0x42e667[_0x184cdb(0x6c8)]!==_0x184cdb(0x747))):!0x1;}['registerRuntimeScope'](_0x522133){const _0x175099=_0x566a84;let _0x2b9e2f={'hostUnitId':_0x522133[_0x175099(0x1ee)],'childUnitId':_0x522133[_0x175099(0x542)],'childType':_0x522133['childType'],'sessionMode':_0x522133[_0x175099(0x2d1)]};return this['_runtimeScopes'][_0x175099(0x243)](_0x522133[_0x175099(0x61a)],_0x2b9e2f),this[_0x175099(0x3a0)](),this[_0x175099(0x40c)](),(0x0,n['toDisposable'])(()=>{const _0x5b80bc=_0x175099;this[_0x5b80bc(0x71d)][_0x5b80bc(0x230)](_0x522133[_0x5b80bc(0x61a)])===_0x2b9e2f&&(this[_0x5b80bc(0x71d)][_0x5b80bc(0x304)](_0x522133[_0x5b80bc(0x61a)]),this[_0x5b80bc(0x3a0)](),this[_0x5b80bc(0x40c)]());});}[_0x566a84(0x70e)](_0x472e76){const _0x446322=_0x566a84;if(_0x472e76){for(let [_0x2edf09,_0x43e472]of this['_runtimeScopes'])if(_0x43e472[_0x446322(0x542)]===_0x472e76)return{'embedId':_0x2edf09,'hostUnitId':_0x43e472[_0x446322(0x1ee)],'childUnitId':_0x43e472[_0x446322(0x542)],'childType':_0x43e472[_0x446322(0x4af)],'sessionMode':_0x43e472[_0x446322(0x2d1)]};}}['resolveActiveChildSessionRuntimeScope'](){const _0x5def5c=_0x566a84;let _0x3cd6a5;for(let [_0x28f141,_0x22b9b7]of this['_leases'])for(let _0x3ca9c8 of _0x22b9b7){if(_0x3ca9c8['role']!=='child-session'||!_0x3ca9c8[_0x5def5c(0x542)])continue;let _0xa25533=this[_0x5def5c(0x61c)](_0x3ca9c8);(!_0x3cd6a5||_0xa25533>_0x3cd6a5[_0x5def5c(0x2c4)]||_0xa25533===_0x3cd6a5[_0x5def5c(0x2c4)]&&_0x3ca9c8[_0x5def5c(0x25c)]>_0x3cd6a5[_0x5def5c(0x288)]['sequence'])&&(_0x3cd6a5={'embedId':_0x28f141,'lease':_0x3ca9c8,'priority':_0xa25533});}return _0x3cd6a5?{'embedId':_0x3cd6a5['embedId'],'hostUnitId':_0x3cd6a5[_0x5def5c(0x288)][_0x5def5c(0x1ee)],'childUnitId':_0x3cd6a5['lease'][_0x5def5c(0x542)],'childType':_0x3cd6a5['lease']['childType'],'sessionMode':this['_resolveChildSessionMode'](_0x3cd6a5[_0x5def5c(0x288)])}:void 0x0;}[_0x566a84(0x66c)](_0x19e38f,_0x990c86,_0x3a20a7){const _0x1d5de7=_0x566a84;if(!_0x19e38f)return!0x1;let _0x32660b=this['_getOwnedEmbedIdFromTarget'](_0x990c86,_0x3a20a7);return _0x32660b?this[_0x1d5de7(0x72c)](_0x32660b,_0x19e38f):!0x1;}['shouldSuppressHostInteraction'](_0xc1ac50,_0x24cd7a,_0x303432,_0x2c1923){const _0x182fe3=_0x566a84;return this[_0x182fe3(0x66c)](_0xc1ac50,_0x24cd7a,_0x303432)||this[_0x182fe3(0x866)](_0xc1ac50)?!0x1:this[_0x182fe3(0x83c)](_0xc1ac50,_0x2c1923);}[_0x566a84(0x1fc)](_0x103516){const _0x16ae4b=_0x566a84;let _0x2751f3=this[_0x16ae4b(0x5b0)][_0x16ae4b(0x230)](_0x103516[_0x16ae4b(0x61a)]);_0x2751f3||(_0x2751f3=new Set(),this[_0x16ae4b(0x5b0)][_0x16ae4b(0x243)](_0x103516['embedId'],_0x2751f3)),_0x2751f3['add'](_0x103516['element']);let _0x1a2b1d=_0x103516[_0x16ae4b(0x67c)][_0x16ae4b(0x477)](W);return _0x103516[_0x16ae4b(0x67c)][_0x16ae4b(0x399)](W,_0x103516['role']),this['_notifyRuntimeFocusChanged'](),(0x0,n['toDisposable'])(()=>{const _0x2893c0=_0x16ae4b;_0x2751f3==null||_0x2751f3[_0x2893c0(0x304)](_0x103516[_0x2893c0(0x67c)]),(_0x2751f3==null?void 0x0:_0x2751f3[_0x2893c0(0x861)])===0x0&&this[_0x2893c0(0x5b0)][_0x2893c0(0x304)](_0x103516[_0x2893c0(0x61a)]),_0x1a2b1d==null?_0x103516[_0x2893c0(0x67c)][_0x2893c0(0x7b0)](W):_0x103516[_0x2893c0(0x67c)]['setAttribute'](W,_0x1a2b1d),this[_0x2893c0(0x3a0)]();});}[_0x566a84(0x4ef)](_0xb780c1){const _0x11129c=_0x566a84;return _0xb780c1?[...this[_0x11129c(0x5b0)][_0x11129c(0x230)](_0xb780c1)??[]]:[];}['containsElement'](_0x444029,_0x4b39ab,_0x2e1b3b){const _0xb95a08=_0x566a84;if(!_0x444029)return!0x1;let _0x1a8cb0=this[_0xb95a08(0x5b0)][_0xb95a08(0x230)](_0x444029),_0x1fecbb=typeof(_0x2e1b3b==null?void 0x0:_0x2e1b3b[_0xb95a08(0x2ba)])=='function'?_0x2e1b3b[_0xb95a08(0x2ba)]():void 0x0;return _0x1a8cb0!=null&&_0x1a8cb0[_0xb95a08(0x861)]&&_0x1fecbb!=null&&_0x1fecbb[_0xb95a08(0x4fe)](_0x36fc3b=>_0x36fc3b instanceof HTMLElement&&this[_0xb95a08(0x61b)](_0x1a8cb0,_0x36fc3b))||_0x1fecbb!=null&&_0x1fecbb[_0xb95a08(0x4fe)](_0x58ea81=>_0x58ea81 instanceof HTMLElement&&this[_0xb95a08(0x2e3)](_0x444029,_0x58ea81))?!0x0:_0x4b39ab instanceof HTMLElement&&(!!(_0x1a8cb0!=null&&_0x1a8cb0['size'])&&this[_0xb95a08(0x61b)](_0x1a8cb0,_0x4b39ab)||this[_0xb95a08(0x2e3)](_0x444029,_0x4b39ab));}[_0x566a84(0x61b)](_0x3228e8,_0x2e615c){const _0x530731=_0x566a84;return[..._0x3228e8][_0x530731(0x4fe)](_0x2d2456=>_0x2d2456===_0x2e615c||_0x2d2456['contains'](_0x2e615c));}[_0x566a84(0x2a4)](_0x3db9fc,_0x20d7c9){const _0x3d1a28=_0x566a84;var _0x7d4b9a;return _0x3db9fc[_0x3d1a28(0x70a)]&&_0x20d7c9!=null&&(_0x7d4b9a=_0x20d7c9[_0x3d1a28(0x617)])!=null&&_0x7d4b9a[_0x3d1a28(0x599)](_0x3db9fc['owner'])?!0x1:this[_0x3d1a28(0x513)](_0x3db9fc[_0x3d1a28(0x6c8)]);}['_isHostPreservingLease'](_0x5d65d0,_0x108dd2){const _0x5aea90=_0x566a84;var _0x2d5535;return _0x5d65d0[_0x5aea90(0x70a)]&&_0x108dd2!=null&&(_0x2d5535=_0x108dd2[_0x5aea90(0x617)])!=null&&_0x2d5535[_0x5aea90(0x599)](_0x5d65d0[_0x5aea90(0x70a)])?!0x1:_0x5d65d0[_0x5aea90(0x6c8)]!==_0x5aea90(0x747);}[_0x566a84(0x820)](_0x335e14,_0xef0442){const _0x1bb086=_0x566a84;return _0x335e14[_0x1bb086(0x1ee)]==null||_0x335e14[_0x1bb086(0x1ee)]===_0xef0442;}['_ownedRuntimeFocusAppliesToHost'](_0x10c540,_0x8436ec){const _0x595879=_0x566a84;let _0x2e2da9=this[_0x595879(0x71d)]['get'](_0x10c540);return!!_0x2e2da9&&(_0x2e2da9[_0x595879(0x1ee)]==null||_0x2e2da9[_0x595879(0x1ee)]===_0x8436ec);}['_leaseAppliesToChildUnit'](_0x4420f7,_0x33d8db){const _0x352843=_0x566a84;var _0x41669d;return _0x4420f7[_0x352843(0x542)]===_0x33d8db||((_0x41669d=_0x4420f7['associatedChildUnitIds'])==null?void 0x0:_0x41669d[_0x352843(0x599)](_0x33d8db))===!0x0;}['_ownedEmbedAppliesToChildUnit'](_0x443900,_0x3a497c){const _0x9fb574=_0x566a84;var _0x15fc23;if(((_0x15fc23=this['_runtimeScopes'][_0x9fb574(0x230)](_0x443900))==null?void 0x0:_0x15fc23[_0x9fb574(0x542)])===_0x3a497c)return!0x0;let _0x44f337=this[_0x9fb574(0x541)][_0x9fb574(0x230)](_0x443900);return!!_0x44f337&&[..._0x44f337][_0x9fb574(0x4fe)](_0x3b4454=>this[_0x9fb574(0x25a)](_0x3b4454,_0x3a497c));}[_0x566a84(0x513)](_0x278c42){const _0x3a8989=_0x566a84;return _0x278c42!==_0x3a8989(0x747);}[_0x566a84(0x61c)](_0x9629d8){const _0x5e5935=_0x566a84;let _0x5e560e=this[_0x5e5935(0x76e)](_0x9629d8);return _0x5e560e===_0x5e5935(0x669)?0x1e:_0x5e560e===_0x5e5935(0x721)?0x14:_0x5e560e==='child-tab'?0xa:0x0;}[_0x566a84(0x76e)](_0x4037a5){const _0x533fda=_0x566a84;return _0x4037a5[_0x533fda(0x2d1)]?_0x4037a5[_0x533fda(0x2d1)]:_0x4037a5[_0x533fda(0x70a)]==='fullscreen-runtime'?_0x533fda(0x669):_0x4037a5[_0x533fda(0x70a)]===_0x533fda(0x5e4)||_0x4037a5['owner']==='doc-block-stage2-runtime'?_0x533fda(0x721):_0x4037a5[_0x533fda(0x70a)]===_0x533fda(0x5a8)?_0x533fda(0x571):_0x4037a5['role']===_0x533fda(0x5cc)?_0x533fda(0x721):_0x533fda(0x71e);}[_0x566a84(0x2e3)](_0x55b26e,_0x5abcd6){const _0x118876=_0x566a84;return _0x5abcd6[_0x118876(0x2a6)]('['+K+'=\x22'+_0x55b26e+'\x22]')!=null;}[_0x566a84(0x726)](_0x5d5bbd,_0x5d9c35){const _0x5477bb=_0x566a84;let _0x3fd12a=typeof(_0x5d9c35==null?void 0x0:_0x5d9c35[_0x5477bb(0x2ba)])==_0x5477bb(0x833)?_0x5d9c35[_0x5477bb(0x2ba)]():void 0x0,_0x16e011=(_0x3fd12a==null?void 0x0:_0x3fd12a[_0x5477bb(0x2f6)](_0x1de23d=>this['_isHTMLElement'](_0x1de23d)&&_0x1de23d[_0x5477bb(0x686)](_0x5477bb(0x2cf))))??(this[_0x5477bb(0x420)](_0x5d5bbd)?_0x5d5bbd[_0x5477bb(0x2a6)]('[data-embed-interaction-boundary-owner]')??void 0x0:void 0x0);return(_0x16e011==null?void 0x0:_0x16e011[_0x5477bb(0x477)](_0x5477bb(0x2cf)))??this[_0x5477bb(0x7e2)](_0x5d9c35);}['_getOwnedEmbedIdFromEventPoint'](_0x715080){const _0x5c082a=_0x566a84;let _0x560f0a=this[_0x5c082a(0x763)](_0x715080);if(!_0x560f0a)return;let _0x2ccedf;for(let [_0x2ab2d4,_0xfcf224]of this[_0x5c082a(0x5b0)])for(let _0x142403 of _0xfcf224){let _0x3775c9=_0x142403[_0x5c082a(0x71f)]();if(!this[_0x5c082a(0x2e4)](_0x3775c9,_0x560f0a[_0x5c082a(0x237)],_0x560f0a[_0x5c082a(0x6b4)]))continue;let _0x16be66=_0x3775c9[_0x5c082a(0x5d6)]*_0x3775c9[_0x5c082a(0x4da)];(!_0x2ccedf||_0x16be66<_0x2ccedf[_0x5c082a(0x218)])&&(_0x2ccedf={'embedId':_0x2ab2d4,'area':_0x16be66});}return _0x2ccedf==null?void 0x0:_0x2ccedf[_0x5c082a(0x61a)];}[_0x566a84(0x763)](_0x118873){const _0x4b3d6b=_0x566a84;let _0x4e66ae=_0x118873;if(_0x4e66ae){if(Number[_0x4b3d6b(0x7b5)](_0x4e66ae[_0x4b3d6b(0x237)])&&Number[_0x4b3d6b(0x7b5)](_0x4e66ae['clientY']))return{'clientX':_0x4e66ae[_0x4b3d6b(0x237)],'clientY':_0x4e66ae[_0x4b3d6b(0x6b4)]};if(Number[_0x4b3d6b(0x7b5)](_0x4e66ae['x'])&&Number[_0x4b3d6b(0x7b5)](_0x4e66ae['y']))return{'clientX':_0x4e66ae['x'],'clientY':_0x4e66ae['y']};}}[_0x566a84(0x2e4)](_0x228f4a,_0x654261,_0x5a30e5){const _0x174a0e=_0x566a84;return _0x228f4a[_0x174a0e(0x5d6)]>0x0&&_0x228f4a[_0x174a0e(0x4da)]>0x0&&_0x654261>=_0x228f4a[_0x174a0e(0x1f8)]&&_0x654261<=_0x228f4a[_0x174a0e(0x7c4)]&&_0x5a30e5>=_0x228f4a['top']&&_0x5a30e5<=_0x228f4a[_0x174a0e(0x319)];}[_0x566a84(0x2e0)](){const _0x3dd27c=_0x566a84;var _0x1bafc4;let _0x41d477=this[_0x3dd27c(0x360)]();if(!this[_0x3dd27c(0x420)](_0x41d477))return;let _0x4aa426=_0x41d477[_0x3dd27c(0x2a6)]('['+K+']');if(!_0x4aa426)return;let _0x59d492=_0x4aa426['getAttribute'](K),_0x3cad60=(_0x1bafc4=_0x41d477[_0x3dd27c(0x2a6)]('[data-embed-runtime-focus-role]'))==null?void 0x0:_0x1bafc4['getAttribute'](W);return _0x59d492&&this[_0x3dd27c(0x23a)](_0x3cad60)?{'embedId':_0x59d492,'role':_0x3cad60}:void 0x0;}[_0x566a84(0x420)](_0x2b43f9){const _0x309893=_0x566a84;var _0x4e6f02;if(!_0x2b43f9)return!0x1;let _0x1d4107=(_0x4e6f02=_0x2b43f9['ownerDocument'])==null?void 0x0:_0x4e6f02[_0x309893(0x43b)];return _0x1d4107?_0x2b43f9 instanceof _0x1d4107[_0x309893(0x424)]:typeof HTMLElement<'u'&&_0x2b43f9 instanceof HTMLElement;}[_0x566a84(0x23a)](_0x2a9b3e){const _0x539fe8=_0x566a84;return _0x2a9b3e===_0x539fe8(0x747)||_0x2a9b3e==='child-session'||_0x2a9b3e===_0x539fe8(0x809)||_0x2a9b3e==='child-popup'||_0x2a9b3e===_0x539fe8(0x522);}['_getAnyActiveElement'](){const _0x160fee=_0x566a84;for(let _0x338572 of this[_0x160fee(0x5b0)]['values']()){var _0x92a506;let _0x197c0d=(_0x92a506=_0x338572['values']()[_0x160fee(0x880)]()[_0x160fee(0x796)])==null?void 0x0:_0x92a506[_0x160fee(0x7b6)];if(_0x197c0d!=null&&_0x197c0d[_0x160fee(0x639)])return _0x197c0d[_0x160fee(0x639)];}return typeof document>'u'?null:document['activeElement'];}['_getActiveElement'](_0x4e09ef){const _0x1e6679=_0x566a84;var _0x3ea032;let _0x410153=this[_0x1e6679(0x5b0)][_0x1e6679(0x230)](_0x4e09ef),_0x1b24ad=_0x410153==null||(_0x3ea032=_0x410153[_0x1e6679(0x2cb)]()['next']()['value'])==null?void 0x0:_0x3ea032[_0x1e6679(0x7b6)];return(_0x1b24ad==null?void 0x0:_0x1b24ad[_0x1e6679(0x639)])??(typeof document>'u'?null:document[_0x1e6679(0x639)]);}['_notifyRuntimeFocusChanged'](){const _0x13bee7=_0x566a84;this[_0x13bee7(0x476)][_0x13bee7(0x880)]();}[_0x566a84(0x40c)](){const _0x4270c0=_0x566a84;this[_0x4270c0(0x84b)][_0x4270c0(0x880)]();}};const K=_0x566a84(0x2cf);var q=class{constructor(){const _0x47f915=_0x566a84;H(this,_0x47f915(0x39f),new Map()),H(this,_0x47f915(0x5a1),new Map()),H(this,'_portalObservers',new WeakMap()),H(this,_0x47f915(0x600),new WeakMap()),H(this,_0x47f915(0x467),void 0x0);}[_0x566a84(0x402)](_0x1294b7,_0x3e90ca,_0xd3b305){const _0x795bdc=_0x566a84;let _0x3f8020=this[_0x795bdc(0x39f)][_0x795bdc(0x230)](_0x1294b7);_0x3f8020||(_0x3f8020=new Set(),this['_roots']['set'](_0x1294b7,_0x3f8020)),_0xd3b305&&this['_childUnitIds'][_0x795bdc(0x243)](_0x1294b7,_0xd3b305),_0x3f8020[_0x795bdc(0x228)](_0x3e90ca);let _0x539fad=_0x3e90ca[_0x795bdc(0x477)](K),_0x4fd98b=_0x3e90ca[_0x795bdc(0x477)](a[_0x795bdc(0x39d)]);_0x3e90ca[_0x795bdc(0x399)](K,_0x1294b7),_0xd3b305&&_0x3e90ca[_0x795bdc(0x399)](a[_0x795bdc(0x39d)],_0xd3b305);let _0x1c6217=this[_0x795bdc(0x37e)](_0x1294b7,_0x3e90ca),_0x3d57f8=()=>this[_0x795bdc(0x68f)](_0x1294b7,_0x3e90ca[_0x795bdc(0x7b6)]);return _0x3e90ca['addEventListener'](_0x795bdc(0x767),_0x3d57f8,!0x0),_0x3e90ca[_0x795bdc(0x51c)](_0x795bdc(0x404),_0x3d57f8,!0x0),_0x3e90ca[_0x795bdc(0x51c)](_0x795bdc(0x38f),_0x3d57f8,!0x0),(0x0,n[_0x795bdc(0x87f)])(()=>{const _0x27e453=_0x795bdc;var _0x4b6004;_0x1c6217[_0x27e453(0x3b5)](),_0x3e90ca[_0x27e453(0x604)]('pointerdown',_0x3d57f8,!0x0),_0x3e90ca[_0x27e453(0x604)]('mousedown',_0x3d57f8,!0x0),_0x3e90ca['removeEventListener'](_0x27e453(0x38f),_0x3d57f8,!0x0),((_0x4b6004=this[_0x27e453(0x467)])==null?void 0x0:_0x4b6004[_0x27e453(0x61a)])===_0x1294b7&&this[_0x27e453(0x467)]['document']===_0x3e90ca['ownerDocument']&&(this['_pendingPortalOwner']=void 0x0),_0x3f8020==null||_0x3f8020['delete'](_0x3e90ca),_0x3f8020&&_0x3f8020[_0x27e453(0x861)]===0x0&&(this[_0x27e453(0x39f)][_0x27e453(0x304)](_0x1294b7),this[_0x27e453(0x5a1)][_0x27e453(0x304)](_0x1294b7)),_0x539fad==null?_0x3e90ca[_0x27e453(0x7b0)](K):_0x3e90ca[_0x27e453(0x399)](K,_0x539fad),_0x4fd98b==null?_0x3e90ca[_0x27e453(0x7b0)](a[_0x27e453(0x39d)]):_0x3e90ca[_0x27e453(0x399)](a[_0x27e453(0x39d)],_0x4fd98b);});}[_0x566a84(0x37e)](_0x458963,_0x24a3ad){const _0x45e415=_0x566a84;let _0xf942cb=_0x24a3ad[_0x45e415(0x7b6)][_0x45e415(0x43b)],_0x182eb7=new Map(),_0x118edc=new Map(),_0x42683b,_0x236e9b=!0x1,_0xb8ae48=_0x5d833d=>{const _0x1fdd4a=_0x45e415;_0x182eb7[_0x1fdd4a(0x44c)](_0x5d833d)||_0x182eb7[_0x1fdd4a(0x243)](_0x5d833d,_0x5d833d[_0x1fdd4a(0x477)](K)),_0x118edc[_0x1fdd4a(0x44c)](_0x5d833d)||_0x118edc[_0x1fdd4a(0x243)](_0x5d833d,_0x5d833d[_0x1fdd4a(0x477)](W));},_0x159c88=_0x240272=>{const _0x44a510=_0x45e415;_0xb8ae48(_0x240272),_0x240272['setAttribute'](K,_0x458963),_0x240272[_0x44a510(0x399)](W,_0x44a510(0x578));},_0x3d4c09=_0x1f8d45=>{const _0x505003=_0x45e415;this['_isUniverPortalTreeElement'](_0x1f8d45)&&(_0x159c88(_0x1f8d45),_0x1f8d45[_0x505003(0x642)]('*')[_0x505003(0x2a5)](_0x159c88));},_0x58aa11=_0x2f78b8=>{const _0x1faad2=_0x45e415;_0x236e9b||(_0x3d4c09(_0x2f78b8),_0x2f78b8[_0x1faad2(0x642)]('*')[_0x1faad2(0x2a5)](_0x13f641=>_0x3d4c09(_0x13f641)));};return _0x58aa11(_0x24a3ad),_0xf942cb!=null&&_0xf942cb[_0x45e415(0x289)]&&(_0x42683b=new _0xf942cb[(_0x45e415(0x289))](_0x28f4ac=>{const _0x1e3252=_0x45e415;_0x28f4ac[_0x1e3252(0x2a5)](_0xd2ee5b=>{const _0x32406c=_0x1e3252;_0xd2ee5b['addedNodes'][_0x32406c(0x2a5)](_0x40c528=>{const _0x2e88b6=_0x32406c;_0x40c528 instanceof _0xf942cb[_0x2e88b6(0x424)]&&_0x58aa11(_0x40c528);});});}),_0x42683b['observe'](_0x24a3ad,{'childList':!0x0,'subtree':!0x0})),(0x0,n[_0x45e415(0x87f)])(()=>{const _0x497077=_0x45e415;_0x236e9b=!0x0,_0x42683b==null||_0x42683b[_0x497077(0x832)](),_0x182eb7[_0x497077(0x2a5)]((_0x3ee878,_0x2d9f8b)=>{if(_0x3ee878==null){_0x2d9f8b['removeAttribute'](K);return;}_0x2d9f8b['setAttribute'](K,_0x3ee878);}),_0x118edc[_0x497077(0x2a5)]((_0x5834c6,_0x4b2848)=>{const _0x46105e=_0x497077;if(_0x5834c6==null){_0x4b2848[_0x46105e(0x7b0)](W);return;}_0x4b2848[_0x46105e(0x399)](W,_0x5834c6);});});}[_0x566a84(0x7d1)](_0x3d9255,_0x25ca76){const _0x49de0f=_0x566a84;let _0x1b8e25=this[_0x49de0f(0x39f)][_0x49de0f(0x230)](_0x3d9255);_0x1b8e25||(_0x1b8e25=new Set(),this[_0x49de0f(0x39f)][_0x49de0f(0x243)](_0x3d9255,_0x1b8e25)),_0x1b8e25[_0x49de0f(0x228)](_0x25ca76);let _0x1e3ed2=this['_markInteractionBoundaryOwnerTree'](_0x3d9255,_0x25ca76);return(0x0,n['toDisposable'])(()=>{const _0x429107=_0x49de0f;_0x1b8e25==null||_0x1b8e25[_0x429107(0x304)](_0x25ca76),_0x1b8e25&&_0x1b8e25['size']===0x0&&this['_roots'][_0x429107(0x304)](_0x3d9255),_0x1e3ed2[_0x429107(0x3b5)]();});}['contains'](_0x2e15a8,_0x372b48,_0x2b92f8){const _0x3418ef=_0x566a84;let _0x448a0a=typeof(_0x2b92f8==null?void 0x0:_0x2b92f8['composedPath'])=='function'?_0x2b92f8[_0x3418ef(0x2ba)]():void 0x0;if(_0x448a0a!=null&&_0x448a0a['some'](_0x4f37e9=>_0x4f37e9 instanceof HTMLElement&&this[_0x3418ef(0x416)](_0x2e15a8,_0x4f37e9)))return!0x0;if(!(_0x372b48 instanceof HTMLElement))return!0x1;if(this['_isOwnedElement'](_0x2e15a8,_0x372b48))return!0x0;if(!_0x2e15a8)return Array[_0x3418ef(0x3bd)](this[_0x3418ef(0x39f)][_0x3418ef(0x2cb)]())[_0x3418ef(0x4fe)](_0x51a338=>[..._0x51a338][_0x3418ef(0x4fe)](_0xa75223=>_0xa75223[_0x3418ef(0x57e)]&&_0xa75223[_0x3418ef(0x456)](_0x372b48)));let _0x1d5703=this[_0x3418ef(0x39f)][_0x3418ef(0x230)](_0x2e15a8);return!!_0x1d5703&&[..._0x1d5703]['some'](_0x4acd8a=>_0x4acd8a[_0x3418ef(0x57e)]&&_0x4acd8a[_0x3418ef(0x456)](_0x372b48));}[_0x566a84(0x740)](_0x35dd0e){const _0x47ecf2=_0x566a84;let _0x32a4b3=_0x35dd0e?this[_0x47ecf2(0x600)][_0x47ecf2(0x230)](_0x35dd0e):typeof document<'u'?this[_0x47ecf2(0x600)]['get'](document):void 0x0;if(_0x32a4b3!=null&&_0x32a4b3[_0x47ecf2(0x3d7)])return!0x0;let _0x5f4eee=this['_pendingPortalOwner'];return!_0x5f4eee||Date[_0x47ecf2(0x435)]()>_0x5f4eee[_0x47ecf2(0x5f2)]?!0x1:!_0x35dd0e||_0x5f4eee[_0x47ecf2(0x761)]===_0x35dd0e;}[_0x566a84(0x2ac)](_0x3df41e,_0x6686a4){const _0x5926c2=_0x566a84;if(!_0x3df41e)return!0x1;let _0x31d891=_0x6686a4?this[_0x5926c2(0x600)][_0x5926c2(0x230)](_0x6686a4):typeof document<'u'?this[_0x5926c2(0x600)]['get'](document):void 0x0;if(_0x31d891!=null&&_0x31d891[_0x5926c2(0x4fe)](_0x40a480=>_0x40a480[_0x5926c2(0x61a)]===_0x3df41e))return!0x0;let _0x1d34fd=this['_pendingPortalOwner'];return!_0x1d34fd||_0x1d34fd[_0x5926c2(0x61a)]!==_0x3df41e||Date[_0x5926c2(0x435)]()>_0x1d34fd[_0x5926c2(0x5f2)]?!0x1:!_0x6686a4||_0x1d34fd[_0x5926c2(0x761)]===_0x6686a4;}[_0x566a84(0x748)](_0x231c51,_0x2b4f7e){const _0x10583e=_0x566a84;!_0x231c51||!(_0x2b4f7e!=null&&_0x2b4f7e[_0x10583e(0x2d0)])||this[_0x10583e(0x6eb)](_0x231c51,_0x2b4f7e)['forEach'](_0x2c9c4d=>this[_0x10583e(0x85a)](_0x2c9c4d,_0x2b4f7e));}[_0x566a84(0x645)](_0x5f50d3,_0x285e2c){const _0xcfeeee=_0x566a84;var _0x95db32;if(!(_0x285e2c!=null&&_0x285e2c['body']))return(0x0,n[_0xcfeeee(0x87f)])(()=>{});let _0x39972e=Symbol(_0x5f50d3),_0x3a0d6c=this['_activePortalOwners']['get'](_0x285e2c)??[];return _0x3a0d6c[_0xcfeeee(0x5bf)]({'embedId':_0x5f50d3,'token':_0x39972e}),this['_activePortalOwners'][_0xcfeeee(0x243)](_0x285e2c,_0x3a0d6c),this[_0xcfeeee(0x6fc)](_0x285e2c),this[_0xcfeeee(0x3e7)](_0x5f50d3,_0x285e2c,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0xcfeeee(0x580)](_0x5f50d3,_0x285e2c),(_0x95db32=_0x285e2c[_0xcfeeee(0x43b)])==null||_0x95db32[_0xcfeeee(0x294)](()=>{const _0x388a90=_0xcfeeee;let _0x2d0140=this['_getLatestActivePortalOwner'](_0x285e2c);(_0x2d0140==null?void 0x0:_0x2d0140[_0x388a90(0x61a)])===_0x5f50d3&&_0x2d0140['token']===_0x39972e&&(this[_0x388a90(0x3e7)](_0x5f50d3,_0x285e2c,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x388a90(0x580)](_0x5f50d3,_0x285e2c));},0x0),(0x0,n['toDisposable'])(()=>{const _0x1b632c=_0xcfeeee;let _0x52b4da=this[_0x1b632c(0x600)][_0x1b632c(0x230)](_0x285e2c),_0x507f6a=!0x1;if(_0x52b4da){let _0x411cbc=_0x52b4da[_0x1b632c(0x84e)](_0x43d024=>_0x43d024[_0x1b632c(0x61a)]===_0x5f50d3&&_0x43d024[_0x1b632c(0x1da)]===_0x39972e);_0x411cbc>=0x0&&_0x52b4da[_0x1b632c(0x227)](_0x411cbc,0x1),_0x507f6a=_0x52b4da[_0x1b632c(0x4fe)](_0x1ae861=>_0x1ae861[_0x1b632c(0x61a)]===_0x5f50d3),_0x52b4da[_0x1b632c(0x3d7)]===0x0&&this[_0x1b632c(0x600)][_0x1b632c(0x304)](_0x285e2c);}_0x507f6a||this['_releaseBodyPortalClaims'](_0x5f50d3,_0x285e2c);let _0x2f7574=this['_getLatestActivePortalOwner'](_0x285e2c);_0x2f7574&&(this[_0x1b632c(0x3e7)](_0x2f7574['embedId'],_0x285e2c,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x2f7574[_0x1b632c(0x61a)],_0x285e2c));});}[_0x566a84(0x6eb)](_0x527542,_0xe4306f){const _0x3805bb=_0x566a84;var _0x1f9c62;let _0x3423c4=new Set(),_0x263554=_0x557c7c=>{const _0x2d0f92=_0x75bf;let _0x25776a=this[_0x2d0f92(0x1e3)](_0x557c7c);!_0x25776a||!this[_0x2d0f92(0x416)](_0x527542,_0x25776a)||_0x3423c4[_0x2d0f92(0x228)](_0x25776a);};return _0xe4306f[_0x3805bb(0x2d0)][_0x3805bb(0x642)]('['+K+'=\x22'+_0x527542+'\x22]')['forEach'](_0x263554),(_0x1f9c62=this['_roots'][_0x3805bb(0x230)](_0x527542))==null||_0x1f9c62[_0x3805bb(0x2a5)](_0x359349=>{const _0x5d6a34=_0x3805bb;_0x359349[_0x5d6a34(0x57e)]&&(_0x263554(_0x359349),_0x359349['querySelectorAll']('*')[_0x5d6a34(0x2a5)](_0x263554));}),[..._0x3423c4]['sort']((_0x87f59,_0x5593d0)=>_0x87f59['contains'](_0x5593d0)?0x1:_0x5593d0['contains'](_0x87f59)?-0x1:0x0);}[_0x566a84(0x1e3)](_0xc24237){const _0x277d8b=_0x566a84;if(!_0xc24237[_0x277d8b(0x2a6)](_0x277d8b(0x2c7))&&this['_isUniverPortalTreeElement'](_0xc24237))return _0xc24237['closest'](_0x277d8b(0x799))??_0xc24237;}['_dispatchEscapeToFloatingSurface'](_0x2148fc,_0x22de78){const _0xc1e7b=_0x566a84;let _0x52e78b=_0x22de78[_0xc1e7b(0x43b)],_0x3e9b12=_0x22de78['activeElement']instanceof HTMLElement&&_0x2148fc[_0xc1e7b(0x456)](_0x22de78['activeElement'])?_0x22de78[_0xc1e7b(0x639)]:_0x2148fc,_0x47672b=_0x52e78b!=null&&_0x52e78b[_0xc1e7b(0x719)]?new _0x52e78b[(_0xc1e7b(0x719))](_0xc1e7b(0x50b),{'key':_0xc1e7b(0x6a3),'code':_0xc1e7b(0x6a3),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0xc1e7b(0x50b),{'bubbles':!0x0,'cancelable':!0x0});_0x3e9b12['dispatchEvent'](_0x47672b);}[_0x566a84(0x416)](_0x38424d,_0x1675ee){const _0x17dd4a=_0x566a84;let _0x53e3cd=_0x1675ee[_0x17dd4a(0x2a6)]('['+K+']'),_0x4eb39c=_0x53e3cd==null?void 0x0:_0x53e3cd[_0x17dd4a(0x477)](K);if(_0x4eb39c&&(!_0x38424d||_0x4eb39c===_0x38424d))return!0x0;if(!_0x38424d)return Array[_0x17dd4a(0x3bd)](this[_0x17dd4a(0x39f)]['values']())['some'](_0x3e6a05=>[..._0x3e6a05][_0x17dd4a(0x4fe)](_0x4f9fb3=>_0x4f9fb3===_0x1675ee||_0x4f9fb3['contains'](_0x1675ee)));let _0x2620ad=this['_roots']['get'](_0x38424d);return!!_0x2620ad&&[..._0x2620ad][_0x17dd4a(0x4fe)](_0x13cefc=>_0x13cefc===_0x1675ee||_0x13cefc[_0x17dd4a(0x456)](_0x1675ee));}[_0x566a84(0x68f)](_0x1ccafa,_0x1b7d3a){const _0x478023=_0x566a84;var _0x4aae25;_0x1b7d3a!=null&&_0x1b7d3a['body']&&(this[_0x478023(0x467)]={'embedId':_0x1ccafa,'document':_0x1b7d3a,'expiresAt':Date[_0x478023(0x435)]()+0x3e8},this[_0x478023(0x6fc)](_0x1b7d3a),this[_0x478023(0x3e7)](_0x1ccafa,_0x1b7d3a,{'includeAppShellEditorPortal':!0x1}),(_0x4aae25=_0x1b7d3a[_0x478023(0x43b)])==null||_0x4aae25[_0x478023(0x294)](()=>{const _0x5f0bd5=_0x478023;let _0x38f19c=this[_0x5f0bd5(0x467)];(_0x38f19c==null?void 0x0:_0x38f19c[_0x5f0bd5(0x61a)])===_0x1ccafa&&_0x38f19c['document']===_0x1b7d3a&&Date[_0x5f0bd5(0x435)]()<=_0x38f19c[_0x5f0bd5(0x5f2)]&&this[_0x5f0bd5(0x3e7)](_0x1ccafa,_0x1b7d3a,{'includeAppShellEditorPortal':!0x1});},0x0));}['_ensurePortalObserver'](_0x525e05){const _0x3a6523=_0x566a84;if(this['_portalObservers'][_0x3a6523(0x44c)](_0x525e05)||!_0x525e05[_0x3a6523(0x2d0)])return;let _0x413dfd=_0x525e05[_0x3a6523(0x43b)];if(!(_0x413dfd!=null&&_0x413dfd[_0x3a6523(0x289)]))return;let _0x375ae8=new _0x413dfd[(_0x3a6523(0x289))](_0x3f6203=>{const _0x401dbe=_0x3a6523;let _0x5bc512=this[_0x401dbe(0x65c)](_0x525e05);if(!_0x5bc512)return;let _0x5f100e={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x5bc512[_0x401dbe(0x21c)],'allowDirectBodyPortal':!_0x5bc512[_0x401dbe(0x21c)]};_0x3f6203[_0x401dbe(0x2a5)](_0x2595c2=>{const _0x1aa91d=_0x401dbe;_0x2595c2['type']===_0x1aa91d(0x82e)&&_0x2595c2['target']instanceof _0x413dfd[_0x1aa91d(0x424)]&&this[_0x1aa91d(0x4c1)](_0x2595c2[_0x1aa91d(0x394)],_0x5bc512[_0x1aa91d(0x61a)],_0x525e05,_0x5f100e),_0x2595c2[_0x1aa91d(0x572)][_0x1aa91d(0x2a5)](_0x13ba93=>{const _0x3b9e28=_0x1aa91d;_0x13ba93 instanceof _0x413dfd[_0x3b9e28(0x424)]&&(this[_0x3b9e28(0x4c1)](_0x13ba93,_0x5bc512[_0x3b9e28(0x61a)],_0x525e05,_0x5f100e),_0x13ba93[_0x3b9e28(0x642)]('*')[_0x3b9e28(0x2a5)](_0x2b393c=>{const _0x321e2b=_0x3b9e28;this[_0x321e2b(0x4c1)](_0x2b393c,_0x5bc512[_0x321e2b(0x61a)],_0x525e05,_0x5f100e);}));});}),_0x5bc512['stable']&&this[_0x401dbe(0x580)](_0x5bc512[_0x401dbe(0x61a)],_0x525e05);});_0x375ae8[_0x3a6523(0x422)](_0x525e05['body'],{'attributeFilter':['class',_0x3a6523(0x3f3),'id',_0x3a6523(0x6c8),_0x3a6523(0x29c)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x375ae8['takeRecords'](),this[_0x3a6523(0x3ea)][_0x3a6523(0x243)](_0x525e05,_0x375ae8);}[_0x566a84(0x4c1)](_0x76d830,_0x47ad83,_0xc9b6d2,_0x4e0dab={}){const _0x532af4=_0x566a84;_0x4e0dab[_0x532af4(0x408)]===!0x1&&_0x76d830['parentElement']===_0xc9b6d2['body']&&!this[_0x532af4(0x4ad)](_0x76d830)&&!this[_0x532af4(0x34c)](_0x76d830)||this[_0x532af4(0x457)](_0x76d830,_0xc9b6d2,_0x4e0dab)&&(!this[_0x532af4(0x34c)](_0x76d830)&&this[_0x532af4(0x39c)](_0x76d830,_0xc9b6d2)||(this[_0x532af4(0x862)](_0x76d830,_0x47ad83,_0xc9b6d2),this[_0x532af4(0x2c3)](_0x47ad83,_0x76d830,{'transient':!0x0}),this[_0x532af4(0x250)](_0x76d830,_0x4e0dab)));}[_0x566a84(0x3e7)](_0x30bf17,_0x579c41,_0x14eff3={}){const _0x215843=_0x566a84;_0x579c41[_0x215843(0x2d0)][_0x215843(0x642)]('*')[_0x215843(0x2a5)](_0x111f1d=>{const _0x1f71d2=_0x215843;this[_0x1f71d2(0x4c1)](_0x111f1d,_0x30bf17,_0x579c41,{'includeAppShellEditorPortal':_0x14eff3[_0x1f71d2(0x41e)],'allowOwnedPortalReassignment':_0x14eff3[_0x1f71d2(0x5b6)],'allowDirectBodyPortal':_0x14eff3['allowDirectBodyPortal']});});}['_isBodyPortalCandidate'](_0x2b68c1,_0x314162,_0x4791ee={}){const _0x31b491=_0x566a84;if(!_0x314162[_0x31b491(0x2d0)]['contains'](_0x2b68c1))return!0x1;let _0x2cd531=!!_0x4791ee[_0x31b491(0x41e)]&&this['_isAppShellEditorPortalCandidate'](_0x2b68c1),_0x3dc666=this[_0x31b491(0x4ad)](_0x2b68c1);if(!_0x4791ee[_0x31b491(0x5b6)]&&!_0x2cd531&&_0x2b68c1[_0x31b491(0x2a6)](_0x31b491(0x434))||_0x2b68c1['id']===_0x31b491(0x2ad))return!0x1;let _0x1a0df5=_0x2b68c1[_0x31b491(0x7d7)];return!!_0x4791ee['allowDirectBodyPortal']&&_0x1a0df5===_0x314162[_0x31b491(0x2d0)]||(_0x1a0df5==null?void 0x0:_0x1a0df5[_0x31b491(0x2a6)]('[data-radix-popper-content-wrapper]'))!=null||_0x3dc666||_0x2cd531;}[_0x566a84(0x34c)](_0x4be415){const _0x2b4052=_0x566a84;var _0x2c02bf,_0x182509;return((_0x2c02bf=_0x4be415['parentElement'])==null?void 0x0:_0x2c02bf['id'])!==_0x2b4052(0x2ad)&&((_0x182509=_0x4be415[_0x2b4052(0x2a6)](_0x2b4052(0x267)))==null?void 0x0:_0x182509[_0x2b4052(0x7d7)])!==_0x4be415[_0x2b4052(0x7b6)][_0x2b4052(0x2d0)]?!0x1:_0x4be415['id']['startsWith'](_0x2b4052(0x736))||_0x4be415['id'][_0x2b4052(0x3ce)](_0x2b4052(0x3ef))||_0x4be415[_0x2b4052(0x2a6)](_0x2b4052(0x489))!=null||_0x4be415[_0x2b4052(0x2a6)](_0x2b4052(0x6ba))!=null;}['_isHostDocEditorPortal'](_0x4431a1){const _0x53ff61=_0x566a84;return _0x4431a1['id'][_0x53ff61(0x3ce)](_0x53ff61(0x321))||_0x4431a1['id']['startsWith'](_0x53ff61(0x1f9))||_0x4431a1[_0x53ff61(0x2a6)]('[id^=\x22univer-doc-selection-container-docs-\x22]')!=null||_0x4431a1['closest']('[id^=\x22__editor_docs-\x22]')!=null;}[_0x566a84(0x4ad)](_0x82990d){const _0x199c1b=_0x566a84;let _0x76dcaf=typeof _0x82990d[_0x199c1b(0x6cb)]=='string'?_0x82990d[_0x199c1b(0x6cb)]:'';if(_0x82990d['getAttribute'](_0x199c1b(0x3f3))==='rect-popup'||_0x82990d[_0x199c1b(0x358)][_0x199c1b(0x456)](_0x199c1b(0x598))||_0x82990d[_0x199c1b(0x358)][_0x199c1b(0x456)]('univer-popover')||_0x82990d['classList'][_0x199c1b(0x456)](_0x199c1b(0x397))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x199c1b(0x4c9)](_0x76dcaf))return!0x0;let _0xf566d2=_0x82990d['getAttribute'](_0x199c1b(0x6c8));return _0xf566d2===_0x199c1b(0x5ce)||_0xf566d2===_0x199c1b(0x543)||_0xf566d2===_0x199c1b(0x641)||_0xf566d2===_0x199c1b(0x472)||_0x82990d[_0x199c1b(0x686)]('data-radix-popper-content-wrapper');}[_0x566a84(0x39c)](_0x3a8147,_0x50e76b){const _0x3b38cc=_0x566a84;if(!this[_0x3b38cc(0x7c1)](_0x3a8147))return!0x1;let _0x1f6e78=_0x3a8147[_0x3b38cc(0x2a6)](_0x3b38cc(0x799))??_0x3a8147,_0x1c49cc=_0x1f6e78['closest'](_0x3b38cc(0x267))??_0x1f6e78['parentElement'];if(_0x1f6e78[_0x3b38cc(0x7d7)]!==_0x50e76b[_0x3b38cc(0x2d0)]&&(_0x1c49cc==null?void 0x0:_0x1c49cc['parentElement'])!==_0x50e76b['body'])return!0x1;let _0x23a1ba=_0x50e76b[_0x3b38cc(0x43b)];if(!_0x23a1ba)return!0x1;let _0x1dfccb=_0x1f6e78[_0x3b38cc(0x71f)]();return _0x1dfccb[_0x3b38cc(0x7c4)]<0x0||_0x1dfccb[_0x3b38cc(0x319)]<0x0||_0x1dfccb[_0x3b38cc(0x1f8)]>_0x23a1ba[_0x3b38cc(0x47b)]||_0x1dfccb[_0x3b38cc(0x437)]>_0x23a1ba['innerHeight']?!0x0:_0x1dfccb[_0x3b38cc(0x5d6)]<=0x0||_0x1dfccb[_0x3b38cc(0x4da)]<=0x0?_0x1dfccb['left']<0x0||_0x1dfccb[_0x3b38cc(0x437)]<0x0||_0x1dfccb['left']>_0x23a1ba[_0x3b38cc(0x47b)]||_0x1dfccb['top']>_0x23a1ba['innerHeight']:!0x1;}[_0x566a84(0x250)](_0x32b448,_0x40f51c={}){const _0x33610e=_0x566a84;let _0x40c422=_0x40f51c[_0x33610e(0x41e)]&&this[_0x33610e(0x34c)](_0x32b448)?_0x33610e(0x809):this[_0x33610e(0x7c1)](_0x32b448)?'child-popup':void 0x0;_0x40c422&&(_0x32b448[_0x33610e(0x399)](W,_0x40c422),_0x32b448[_0x33610e(0x642)]('*')[_0x33610e(0x2a5)](_0x465bfe=>{const _0x5e4b6d=_0x33610e;_0x465bfe[_0x5e4b6d(0x399)](W,_0x40c422);}));}[_0x566a84(0x2c3)](_0x1c4233,_0x6f0a43,_0x2c83ac={}){const _0x189744=_0x566a84;let _0x4e7f09=new Map(),_0x127365=new Map(),_0x35f910=this[_0x189744(0x5a1)]['get'](_0x1c4233),_0x21f6a4=_0x5d571d=>{const _0x8b7bf0=_0x189744;_0x2c83ac[_0x8b7bf0(0x308)]||(_0x4e7f09['set'](_0x5d571d,_0x5d571d['getAttribute'](K)),_0x127365['set'](_0x5d571d,_0x5d571d[_0x8b7bf0(0x477)](a[_0x8b7bf0(0x39d)]))),_0x5d571d[_0x8b7bf0(0x399)](K,_0x1c4233),_0x35f910&&_0x5d571d[_0x8b7bf0(0x399)](a[_0x8b7bf0(0x39d)],_0x35f910);};return _0x21f6a4(_0x6f0a43),_0x6f0a43['querySelectorAll']('*')[_0x189744(0x2a5)](_0x21f6a4),(0x0,n[_0x189744(0x87f)])(()=>{const _0x3e781b=_0x189744;_0x4e7f09[_0x3e781b(0x2a5)]((_0x53132d,_0x59dbaa)=>{const _0x716369=_0x3e781b;if(_0x53132d==null){_0x59dbaa[_0x716369(0x7b0)](K);return;}_0x59dbaa[_0x716369(0x399)](K,_0x53132d);}),_0x127365[_0x3e781b(0x2a5)]((_0xb25431,_0x20ab5b)=>{const _0x33b456=_0x3e781b;if(_0xb25431==null){_0x20ab5b[_0x33b456(0x7b0)](a['EMBED_CHILD_UNIT_ID_ATTRIBUTE']);return;}_0x20ab5b['setAttribute'](a[_0x33b456(0x39d)],_0xb25431);});});}['_isUniverPortalTreeElement'](_0x415184){const _0xe449e8=_0x566a84;return this[_0xe449e8(0x4ad)](_0x415184)||_0x415184[_0xe449e8(0x2a6)](_0xe449e8(0x799))!=null;}['_getBodyPortalOwner'](_0xc03465){const _0x215c99=_0x566a84;let _0x1bddbf=this[_0x215c99(0x285)](_0xc03465);if(_0x1bddbf)return{'embedId':_0x1bddbf[_0x215c99(0x61a)],'stable':!0x0};let _0x487065=this[_0x215c99(0x467)];if(_0x487065&&_0x487065[_0x215c99(0x761)]===_0xc03465&&Date[_0x215c99(0x435)]()<=_0x487065[_0x215c99(0x5f2)])return{'embedId':_0x487065[_0x215c99(0x61a)],'stable':!0x1};}[_0x566a84(0x285)](_0x5e326c){const _0x236f65=_0x566a84;let _0x51ca2b=this[_0x236f65(0x600)][_0x236f65(0x230)](_0x5e326c);return _0x51ca2b==null?void 0x0:_0x51ca2b[_0x51ca2b[_0x236f65(0x3d7)]-0x1];}[_0x566a84(0x580)](_0x21ffa7,_0x5e92dc){let _0x38aec6=this['_roots']['get'](_0x21ffa7);_0x5e92dc['body']['querySelectorAll']('['+K+'=\x22'+_0x21ffa7+'\x22]')['forEach'](_0x33955c=>{const _0x136458=_0x75bf;_0x33955c[_0x136458(0x7d7)]===_0x5e92dc[_0x136458(0x2d0)]&&(_0x38aec6&&[..._0x38aec6]['some'](_0x446a33=>_0x446a33===_0x33955c||_0x446a33['contains'](_0x33955c))||this[_0x136458(0x4ad)](_0x33955c)||this['_isAppShellEditorPortalCandidate'](_0x33955c)||(_0x33955c['removeAttribute'](K),_0x33955c[_0x136458(0x7b0)](a[_0x136458(0x39d)])));});}[_0x566a84(0x862)](_0xdb3d7f,_0x4ee785,_0x403f59){const _0x1f3b89=_0x566a84;let _0x22cdda=_0xdb3d7f['getAttribute'](K);if(!_0x22cdda||_0x22cdda===_0x4ee785)return;let _0x1deaca=_0x403f59[_0x1f3b89(0x639)];!(_0x1deaca instanceof HTMLElement)||_0x1deaca!==_0xdb3d7f&&!_0xdb3d7f[_0x1f3b89(0x456)](_0x1deaca)||(_0x1deaca[_0x1f3b89(0x847)](),_0x403f59[_0x1f3b89(0x639)]===_0x1deaca&&this[_0x1f3b89(0x2f0)](_0x403f59));}[_0x566a84(0x39e)](_0x161a6f,_0x4d72df){const _0x2ead8d=_0x566a84;let _0xac07f5=this[_0x2ead8d(0x39f)]['get'](_0x161a6f),_0x22e7e9=_0x4d72df[_0x2ead8d(0x2d0)][_0x2ead8d(0x642)]('['+K+'=\x22'+_0x161a6f+'\x22]'),_0x2d6d68=_0x4d5728=>_0xac07f5!=null&&[..._0xac07f5][_0x2ead8d(0x4fe)](_0xaccf04=>_0xaccf04===_0x4d5728||_0xaccf04['contains'](_0x4d5728)),_0x5e7a77=[];_0x22e7e9['forEach'](_0x4f84d0=>{const _0x1a7598=_0x2ead8d;_0x2d6d68(_0x4f84d0)||(_0x5e7a77[_0x1a7598(0x5bf)](_0x4f84d0),_0x4f84d0[_0x1a7598(0x7b0)](K),_0x4f84d0[_0x1a7598(0x7b0)](a['EMBED_CHILD_UNIT_ID_ATTRIBUTE']),this[_0x1a7598(0x790)](_0x4f84d0));});let _0x3132a0=_0x4d72df['activeElement'];_0x3132a0 instanceof HTMLElement&&_0x5e7a77[_0x2ead8d(0x4fe)](_0x5d2f08=>_0x5d2f08===_0x3132a0||_0x5d2f08[_0x2ead8d(0x456)](_0x3132a0))&&(_0x3132a0[_0x2ead8d(0x847)](),_0x4d72df['activeElement']===_0x3132a0&&this['_focusDocumentBody'](_0x4d72df));}[_0x566a84(0x2f0)](_0x47ecb0){const _0x2f46d2=_0x566a84;let _0x316c75=_0x47ecb0[_0x2f46d2(0x2d0)];if(!_0x316c75)return;let _0x3291d1=_0x316c75[_0x2f46d2(0x477)]('tabindex');_0x3291d1??(_0x316c75[_0x2f46d2(0x6c0)]=-0x1),_0x316c75[_0x2f46d2(0x2b9)]({'preventScroll':!0x0}),_0x3291d1==null?_0x316c75[_0x2f46d2(0x7b0)](_0x2f46d2(0x7fc)):_0x316c75[_0x2f46d2(0x399)]('tabindex',_0x3291d1),_0x47ecb0[_0x2f46d2(0x639)]!==_0x316c75&&this[_0x2f46d2(0x7fb)](_0x47ecb0);}[_0x566a84(0x7fb)](_0x1d3cbb){const _0x4db29a=_0x566a84;var _0x25bb52;let _0x23718d=_0x1d3cbb['body'];if(!_0x23718d)return;let _0xa3ef92=_0x1d3cbb['createElement'](_0x4db29a(0x540));_0xa3ef92['tabIndex']=-0x1,_0xa3ef92[_0x4db29a(0x399)](_0x4db29a(0x3d3),_0x4db29a(0x856)),_0xa3ef92[_0x4db29a(0x29c)]['cssText']=_0x4db29a(0x208),_0x23718d['appendChild'](_0xa3ef92),_0xa3ef92[_0x4db29a(0x2b9)]({'preventScroll':!0x0}),(_0x25bb52=_0x1d3cbb[_0x4db29a(0x43b)])==null||_0x25bb52[_0x4db29a(0x294)](()=>_0xa3ef92['remove'](),0x0);}[_0x566a84(0x790)](_0x564744){const _0xac8c96=_0x566a84;(_0x564744['getAttribute']('data-embed-runtime-focus-role')===_0xac8c96(0x809)||_0x564744[_0xac8c96(0x477)]('data-embed-runtime-focus-role')===_0xac8c96(0x578))&&_0x564744[_0xac8c96(0x7b0)](W),_0x564744[_0xac8c96(0x642)]('['+W+']')[_0xac8c96(0x2a5)](_0x1a0375=>{const _0x58c5ed=_0xac8c96;let _0x1456ef=_0x1a0375['getAttribute'](W);(_0x1456ef===_0x58c5ed(0x809)||_0x1456ef===_0x58c5ed(0x578))&&_0x1a0375[_0x58c5ed(0x7b0)](W);});}},se=class{constructor(_0x6ec62b={}){const _0x23ee55=_0x566a84;H(this,_0x23ee55(0x3c1),new Map()),H(this,'_maxDepth',void 0x0),this[_0x23ee55(0x667)]=ce(_0x6ec62b[_0x23ee55(0x3bb)]);}[_0x566a84(0x4b1)](_0xc9c71f){const _0x40c81f=_0x566a84;let _0x481b14=this[_0x40c81f(0x852)](_0xc9c71f['hostUnitId']);return _0x481b14[_0x40c81f(0x4fe)](_0x4adc57=>_0x4adc57[_0x40c81f(0x1ee)]===_0xc9c71f[_0x40c81f(0x542)]||_0x4adc57['childUnitId']===_0xc9c71f['childUnitId'])?{'allowed':!0x1,'reason':'cycle','ancestry':_0x481b14}:_0x481b14[_0x40c81f(0x3d7)]>=this[_0x40c81f(0x667)]?{'allowed':!0x1,'reason':'max-depth','ancestry':_0x481b14}:{'allowed':!0x0,'ancestry':_0x481b14};}[_0x566a84(0x1d5)](_0x3e104e){const _0x48f84a=_0x566a84;let _0x4c95f2=[...this[_0x48f84a(0x852)](_0x3e104e[_0x48f84a(0x1ee)]),{'hostUnitId':_0x3e104e['hostUnitId'],'embedId':_0x3e104e['embedId'],'childUnitId':_0x3e104e[_0x48f84a(0x542)]}];return this[_0x48f84a(0x3c1)][_0x48f84a(0x243)](_0x3e104e[_0x48f84a(0x542)],_0x4c95f2),(0x0,n[_0x48f84a(0x87f)])(()=>{const _0x266e91=_0x48f84a;this[_0x266e91(0x3c1)]['get'](_0x3e104e[_0x266e91(0x542)])===_0x4c95f2&&this[_0x266e91(0x3c1)]['delete'](_0x3e104e[_0x266e91(0x542)]);});}[_0x566a84(0x852)](_0x1c42d4){const _0x3c4026=_0x566a84;return this['_childUnitAncestry'][_0x3c4026(0x230)](_0x1c42d4)??[];}['getParentEmbedId'](_0xedb596){const _0x1e9319=_0x566a84;var _0x1096c8;return(_0x1096c8=this[_0x1e9319(0x852)](_0xedb596)[_0x1e9319(0x28c)](-0x1)[0x0])==null?void 0x0:_0x1096c8[_0x1e9319(0x61a)];}};function ce(_0x39b488){const _0xb00374=_0x566a84;return typeof _0x39b488==_0xb00374(0x78e)&&Number[_0xb00374(0x7b5)](_0x39b488)&&_0x39b488>=0x0?Math['floor'](_0x39b488):0x1;}const le=new Set([_0x566a84(0x66d),_0x566a84(0x750),_0x566a84(0x671),_0x566a84(0x651),_0x566a84(0x593),_0x566a84(0x4e6),_0x566a84(0x51e)]);function ue(_0x18db20,_0x3df841=[]){const _0x1d6877=_0x566a84;let _0xcb9aa9=_0x18db20[_0x1d6877(0x656)][_0x1d6877(0x230)](n[_0x1d6877(0x64e)]),_0x54dcc5=_0xcb9aa9['getUnit'](_0x18db20[_0x1d6877(0x542)],_0x18db20[_0x1d6877(0x4af)]);if(!_0x54dcc5)return;let _0x3bb003=fe(_0xcb9aa9,_0x18db20,_0x54dcc5,new l[(_0x1d6877(0x41c))](_0x54dcc5),new l['BehaviorSubject'](_0x18db20[_0x1d6877(0x7ce)]['mode']===_0x1d6877(0x465)&&!_0x18db20[_0x1d6877(0x7ce)]['fullscreen']?null:_0x54dcc5[_0x1d6877(0x6b5)]())),_0x23d027=ge(_0x18db20),_0x5cce44=me(_0x18db20[_0x1d6877(0x656)][_0x1d6877(0x230)](n[_0x1d6877(0x423)]),_0x18db20,_0xcb9aa9,_0x23d027),_0x36dc25=new Map([[n['IUniverInstanceService'],_0x3bb003],[n['ICommandService'],_0x5cce44]]),_0x339c94=[];_0x18db20[_0x1d6877(0x656)][_0x1d6877(0x44c)](se)&&_0x36dc25['set'](se,_0x18db20[_0x1d6877(0x656)][_0x1d6877(0x230)](se));let _0x213cf0=ve(_0x18db20['injector'],_0x18db20[_0x1d6877(0x4af)]);_0x213cf0&&_0x36dc25[_0x1d6877(0x243)](n[_0x1d6877(0x73b)],_0x213cf0);let _0x55bcc3=we(_0x18db20[_0x1d6877(0x656)],_0x36dc25);if(_0x3df841[_0x1d6877(0x2a5)](_0x550619=>_0x55bcc3['add'](_0x550619)),_0x18db20['injector'][_0x1d6877(0x44c)](a['IUIRuntimeScopeService'])){let _0x3351d0=_0x18db20['injector'][_0x1d6877(0x230)](a['IUIRuntimeScopeService']);_0x339c94[_0x1d6877(0x5bf)](_0x3351d0[_0x1d6877(0x371)]({'unitId':_0x18db20['childUnitId'],'has':_0x43f6ca=>_0x55bcc3[_0x1d6877(0x44c)](_0x43f6ca),'get':_0x6cb0d0=>_0x55bcc3[_0x1d6877(0x230)](_0x6cb0d0)}));}let _0x549d6b=Ue(_0x18db20[_0x1d6877(0x656)],_0x55bcc3);if(_0x549d6b){_0x55bcc3[_0x1d6877(0x228)]([a[_0x1d6877(0x692)],{'useValue':_0x549d6b}]);let _0x3fd111=new a['DesktopRibbonService'](_0x549d6b,_0x3bb003);_0x55bcc3[_0x1d6877(0x228)]([a['IRibbonService'],{'useValue':_0x3fd111}]),_0x339c94[_0x1d6877(0x5bf)](_0x3fd111);}if(_0x18db20['renderScope']['fullscreen']){let _0x54a816=Ge(_0x55bcc3,_0x18db20[_0x1d6877(0x542)]),_0x4164cd=new a[(_0x1d6877(0x79a))](),_0x5e83c7=new a[(_0x1d6877(0x689))]();_0x55bcc3[_0x1d6877(0x228)]([a[_0x1d6877(0x839)],{'useValue':_0x54a816}]),_0x55bcc3['add']([a['ICanvasPopupService'],{'useValue':_0x4164cd}]),_0x55bcc3[_0x1d6877(0x228)]([a['ISidebarService'],{'useValue':_0x5e83c7}]),_0x339c94[_0x1d6877(0x5bf)](_0x54a816,_0x4164cd,_0x5e83c7);}else{let _0x8272df=We(_0x18db20[_0x1d6877(0x656)],_0x55bcc3,_0x18db20[_0x1d6877(0x542)]);_0x8272df&&_0x55bcc3[_0x1d6877(0x228)]([a['IContextMenuService'],{'useValue':_0x8272df}]);}let _0x3a1f3c=Ke(_0x18db20['injector'],_0x18db20);if(_0x55bcc3[_0x1d6877(0x228)]([a['ILayoutService'],{'useValue':_0x3a1f3c}]),_0x339c94[_0x1d6877(0x3d7)]){let _0x12b688=_0x55bcc3[_0x1d6877(0x3b5)][_0x1d6877(0x7fd)](_0x55bcc3),_0x3feb97=!0x1;_0x55bcc3[_0x1d6877(0x3b5)]=()=>{const _0x204044=_0x1d6877;_0x3feb97||(_0x3feb97=!0x0,_0x339c94[_0x204044(0x2a5)](_0x2951fd=>_0x2951fd[_0x204044(0x3b5)]()),_0x12b688());};}return _0x55bcc3;}function de(_0x28dafc,_0x115135){const _0x443b64=_0x566a84;if(!_0x28dafc[_0x443b64(0x44c)](n[_0x443b64(0x701)]))return;let _0x808e4c=_0x28dafc['get'](n[_0x443b64(0x701)]);return we(_0x28dafc,new Map([[n[_0x443b64(0x701)],Se(_0x808e4c,_0x115135)]]));}function fe(_0x509cfc,_0x46f87f,_0x379a9a,_0x4f6a33,_0x15aa39){const _0x3a4153=_0x566a84;return{'unitAdded$':_0x509cfc[_0x3a4153(0x562)],'getTypeOfUnitAdded$':(..._0x59f031)=>_0x509cfc['getTypeOfUnitAdded$'](..._0x59f031),'__addUnit':(..._0x220398)=>_0x509cfc[_0x3a4153(0x519)](..._0x220398),'unitDisposed$':_0x509cfc['unitDisposed$'],'getTypeOfUnitDisposed$':(..._0xbb2228)=>_0x509cfc['getTypeOfUnitDisposed$'](..._0xbb2228),'focused$':_0x15aa39[_0x3a4153(0x2d6)](),'focusUnit':_0x2c9c85=>{const _0x33f949=_0x3a4153;if(_0x2c9c85===null||pe(_0x46f87f,_0x2c9c85)){_0x15aa39[_0x33f949(0x83f)]()!==_0x2c9c85&&_0x15aa39['next'](_0x2c9c85);return;}_0x509cfc[_0x33f949(0x210)](_0x2c9c85);},'getFocusedUnit':()=>{const _0x56ad00=_0x3a4153;let _0x357e28=_0x15aa39['getValue']();return _0x357e28===null?null:_0x357e28===_0x46f87f[_0x56ad00(0x542)]?_0x379a9a:(0x0,n['isInternalEditorID'])(_0x357e28)?_0x509cfc[_0x56ad00(0x6b6)](_0x357e28)??_0x379a9a:_0x509cfc[_0x56ad00(0x380)]();},'getCurrentUnitOfType':_0x3719f2=>_0x3719f2===_0x46f87f[_0x3a4153(0x4af)]?_0x4f6a33[_0x3a4153(0x83f)]():_0x509cfc[_0x3a4153(0x575)](_0x3719f2),'setCurrentUnitForType':_0x3855e6=>{const _0x2c0509=_0x3a4153;if(pe(_0x46f87f,_0x3855e6)){_0x4f6a33[_0x2c0509(0x83f)]()!==_0x379a9a&&_0x4f6a33[_0x2c0509(0x880)](_0x379a9a);return;}_0x509cfc[_0x2c0509(0x1d7)](_0x3855e6);},'getCurrentTypeOfUnit$':_0x2c4b2a=>_0x2c4b2a===_0x46f87f[_0x3a4153(0x4af)]?_0x4f6a33['asObservable']():_0x509cfc[_0x3a4153(0x444)](_0x2c4b2a),'createUnit':(..._0x218812)=>_0x509cfc['createUnit'](..._0x218812),'getUnitCreateOptions':(..._0x2bda8d)=>_0x509cfc[_0x3a4153(0x268)](..._0x2bda8d),'disposeUnit':(..._0x557d76)=>_0x509cfc[_0x3a4153(0x675)](..._0x557d76),'registerCtorForType':(..._0x34b454)=>_0x509cfc[_0x3a4153(0x573)](..._0x34b454),'getUnit':(..._0x147d1e)=>_0x509cfc[_0x3a4153(0x6b6)](..._0x147d1e),'getAllUnitsForType':(..._0x5e2664)=>_0x509cfc[_0x3a4153(0x242)](..._0x5e2664),'getUnitType':(..._0x483d23)=>_0x509cfc[_0x3a4153(0x21a)](..._0x483d23),'dispose':()=>{}};}function pe(_0x3bdfe6,_0x1628ff){const _0x2a85e1=_0x566a84;return _0x1628ff===_0x3bdfe6[_0x2a85e1(0x542)]||(0x0,n[_0x2a85e1(0x2ff)])(_0x1628ff);}function me(_0x22ea9f,_0x8c260c,_0x300aae,_0x52f7c6){const _0x372a51=_0x566a84;return{'disposed':()=>_0x22ea9f[_0x372a51(0x4a7)](),'hasCommand':_0x143bd4=>_0x22ea9f[_0x372a51(0x5c6)](_0x143bd4),'registerCommand':_0x26ea29=>_0x22ea9f[_0x372a51(0x4f4)](_0x26ea29),'unregisterCommand':_0x32a6af=>_0x22ea9f[_0x372a51(0x7cb)](_0x32a6af),'registerMultipleCommand':_0x34dab6=>_0x22ea9f[_0x372a51(0x1cf)](_0x34dab6),'executeCommand':async(_0x923e77,_0x241531,_0x4b69a0)=>{const _0x312469=_0x372a51;var _0x3cf104;let _0x2d49bb=()=>_0x22ea9f['executeCommand'](_0x923e77,Ce(_0x8c260c,_0x923e77,_0x241531),he(_0x8c260c['childType'],_0x8c260c[_0x312469(0x542)],_0x4b69a0));if(!(_0x52f7c6||J(_0x923e77)))return await _0x2d49bb();let _0x25a961=_0x300aae[_0x312469(0x575)](_0x8c260c['childType']),_0x518ccb=((_0x3cf104=_0x300aae[_0x312469(0x380)]())==null?void 0x0:_0x3cf104[_0x312469(0x6b5)]())??null;try{return _0x300aae[_0x312469(0x1d7)](_0x8c260c[_0x312469(0x542)]),_0x300aae[_0x312469(0x210)](_0x8c260c[_0x312469(0x542)]),await _0x2d49bb();}finally{_0x25a961&&_0x300aae[_0x312469(0x1d7)](_0x25a961[_0x312469(0x6b5)]()),Te(_0x8c260c,_0x300aae,_0x518ccb,_0x52f7c6);}},'syncExecuteCommand':(_0x2d7651,_0x490b01,_0x31cad5)=>{const _0x1efd31=_0x372a51;var _0x417255;let _0x162eb7=()=>_0x22ea9f[_0x1efd31(0x211)](_0x2d7651,Ce(_0x8c260c,_0x2d7651,_0x490b01),he(_0x8c260c[_0x1efd31(0x4af)],_0x8c260c[_0x1efd31(0x542)],_0x31cad5));if(!(_0x52f7c6||J(_0x2d7651)))return _0x162eb7();let _0x2ffd7d=_0x300aae[_0x1efd31(0x575)](_0x8c260c[_0x1efd31(0x4af)]),_0x34f7a4=((_0x417255=_0x300aae[_0x1efd31(0x380)]())==null?void 0x0:_0x417255['getUnitId']())??null;try{return _0x300aae['setCurrentUnitForType'](_0x8c260c[_0x1efd31(0x542)]),_0x300aae[_0x1efd31(0x210)](_0x8c260c[_0x1efd31(0x542)]),_0x162eb7();}finally{_0x2ffd7d&&_0x300aae[_0x1efd31(0x1d7)](_0x2ffd7d[_0x1efd31(0x6b5)]()),Te(_0x8c260c,_0x300aae,_0x34f7a4,_0x52f7c6);}},'onCommandExecuted':_0x740526=>_0x22ea9f[_0x372a51(0x86b)](_0x740526),'beforeCommandExecuted':_0x38d2e6=>_0x22ea9f[_0x372a51(0x7cc)](_0x38d2e6),'onMutationExecutedForCollab':_0xec6a9e=>_0x22ea9f[_0x372a51(0x58d)](_0xec6a9e)};}function he(_0x201a67,_0x5e01e6,_0x9665a8){const _0x346920=_0x566a84;return _0x201a67===n[_0x346920(0x52f)][_0x346920(0x377)]?{..._0x9665a8,'unitId':_0x5e01e6}:_0x9665a8;}function J(_0x3ed4fa){const _0x595f1f=_0x566a84;return _0x3ed4fa===n[_0x595f1f(0x417)]['id']||_0x3ed4fa===n[_0x595f1f(0x60a)]['id'];}function ge(_0x4ac7ea){const _0x4917d6=_0x566a84;return _0x4ac7ea[_0x4917d6(0x7ce)][_0x4917d6(0x685)]||_0x4ac7ea['descriptor'][_0x4917d6(0x754)]==='docs-custom-block'?!0x0:_e(_0x4ac7ea);}function _e(_0x1fe299){const _0x7ea762=_0x566a84;var _0x49844b;return _0x1fe299['descriptor']['entry']===_0x7ea762(0x292)||_0x1fe299[_0x7ea762(0x75a)][_0x7ea762(0x754)]===_0x7ea762(0x581)||_0x1fe299[_0x7ea762(0x75a)][_0x7ea762(0x754)]===_0x7ea762(0x62c)||_0x1fe299[_0x7ea762(0x605)]===_0x7ea762(0x5af)||!!((_0x49844b=_0x1fe299[_0x7ea762(0x75a)][_0x7ea762(0x4fa)])!=null&&_0x49844b[_0x7ea762(0x828)]);}function ve(_0x3fc2dc,_0x241222){const _0x13626e=_0x566a84;if(!_0x3fc2dc[_0x13626e(0x44c)](n[_0x13626e(0x73b)]))return;let _0x57aa4a=_0x3fc2dc[_0x13626e(0x230)](n[_0x13626e(0x73b)]),_0x4f3285=ye(_0x241222),_0x3a5b44=new l[(_0x13626e(0x463))]();return{'contextChanged$':(0x0,l[_0x13626e(0x2f2)])((_0x57aa4a['contextChanged$']??l[_0x13626e(0x5c9)])[_0x13626e(0x78a)]((0x0,l[_0x13626e(0x3c0)])(_0x4d420c=>Object[_0x13626e(0x2c0)](Object[_0x13626e(0x6e6)](_0x4d420c)[_0x13626e(0x86f)](([_0x49490f])=>!xe(_0x49490f)))),(0x0,l[_0x13626e(0x86f)])(_0x4a1ec3=>Object[_0x13626e(0x5ed)](_0x4a1ec3)[_0x13626e(0x3d7)]>0x0)),_0x3a5b44),'getContextValue':_0x708885=>xe(_0x708885)?be(_0x4f3285,_0x708885):_0x57aa4a['getContextValue'](_0x708885),'setContextValue':(_0x21b679,_0x5673c9)=>{const _0x24314f=_0x13626e;if(!xe(_0x21b679)){_0x57aa4a[_0x24314f(0x52d)](_0x21b679,_0x5673c9);return;}_0x4f3285['set'](_0x21b679,_0x5673c9),_0x3a5b44[_0x24314f(0x880)]({[_0x21b679]:_0x5673c9});},'subscribeContextValue$':_0xa26561=>xe(_0xa26561)?new l['Observable'](_0x3f3f6e=>{const _0x3fd8ca=_0x13626e;let _0x24e4d2=_0x3a5b44[_0x3fd8ca(0x78a)]((0x0,l[_0x3fd8ca(0x86f)])(_0x4d4dd8=>_0x4d4dd8[_0xa26561]!==void 0x0))[_0x3fd8ca(0x43a)](_0x283c2b=>_0x3f3f6e['next'](_0x283c2b[_0xa26561]));return _0x3f3f6e[_0x3fd8ca(0x880)](be(_0x4f3285,_0xa26561)),()=>_0x24e4d2[_0x3fd8ca(0x635)]();}):_0x57aa4a['subscribeContextValue$'](_0xa26561)};}function ye(_0x404b6f){const _0x26d9da=_0x566a84;return new Map([[n[_0x26d9da(0x786)],!0x0],[n['FOCUSING_SHEET'],_0x404b6f===n[_0x26d9da(0x52f)]['UNIVER_SHEET']],[n['FOCUSING_DOC'],_0x404b6f===n['UniverInstanceType'][_0x26d9da(0x632)]],[n[_0x26d9da(0x822)],_0x404b6f===n[_0x26d9da(0x52f)][_0x26d9da(0x658)]],[n[_0x26d9da(0x55a)],_0x404b6f===n[_0x26d9da(0x52f)][_0x26d9da(0x377)]]]);}function be(_0x3154ec,_0x4da4cf){return _0x3154ec['get'](_0x4da4cf)??!0x1;}function xe(_0x1d05e4){const _0x403150=_0x566a84;return _0x1d05e4['startsWith']('FOCUSING_')||_0x1d05e4===n['EDITOR_ACTIVATED']||_0x1d05e4===n[_0x403150(0x82b)];}function Se(_0xc458a9,_0x44b5d4){const _0x30ccb4=_0x566a84;return{'getConfig':_0x502ef8=>{const _0x890100=_0x75bf;let _0x12ec08=_0xc458a9[_0x890100(0x589)](_0x502ef8),_0x3012fa=_0x44b5d4[_0x890100(0x230)](_0x502ef8);return _0x3012fa?_0x3012fa(_0x12ec08):_0x12ec08;},'setConfig':_0xc458a9[_0x30ccb4(0x4ed)][_0x30ccb4(0x7fd)](_0xc458a9),'deleteConfig':_0xc458a9['deleteConfig']['bind'](_0xc458a9),'subscribeConfigValue$':_0xc458a9[_0x30ccb4(0x1d3)][_0x30ccb4(0x7fd)](_0xc458a9),'configChanged$':_0xc458a9['configChanged$'],'dispose':()=>{}};}function Ce(_0x3a9f54,_0x5729a9,_0x462761){const _0x432f0f=_0x566a84;if(_0x5729a9!==e['CreateEmbedCommand']['id']||!_0x462761||typeof _0x462761!=_0x432f0f(0x3e8))return _0x462761;let _0x5b9b0b=_0x462761;return _0x5b9b0b[_0x432f0f(0x4f0)]?_0x5b9b0b:{..._0x5b9b0b,'parentEmbedId':_0x3a9f54[_0x432f0f(0x61a)]};}function we(_0x15d834,_0x161e3b,_0x2f2fb8=_0x15d834){const _0xb6eba2=_0x566a84;let _0x58e903=Ie(_0x15d834)??_0x2f2fb8,_0x1f429a=new Map(_0x161e3b),_0x44b10f=new Map(),_0x11f9bf=new Set(),_0x406b47=new Map(),_0x18f919;_0x1f429a[_0xb6eba2(0x2a5)]((_0x1cde8f,_0x4d9497)=>{_0x407401(_0x4d9497);});function _0x407401(_0x2d726d){const _0x101d9a=_0xb6eba2;let _0x1fbce1=De(_0x2d726d);return _0x11f9bf[_0x101d9a(0x228)](_0x1fbce1),_0x406b47['has'](_0x1fbce1)||_0x406b47[_0x101d9a(0x243)](_0x1fbce1,_0x2d726d),_0x1fbce1;}let _0x275e2f=_0x137e86=>_0x1f429a['has'](_0x137e86)||_0x44b10f['has'](_0x137e86)?_0x137e86:_0x406b47['get'](De(_0x137e86))??_0x137e86,_0x3c6d71=_0x1e3d6c=>{const _0x1c4a38=_0xb6eba2;let _0x108df5=_0x275e2f(_0x1e3d6c);if(_0x1f429a[_0x1c4a38(0x44c)](_0x108df5))return _0x1f429a['get'](_0x108df5);let _0x2ee16d=_0x44b10f['get'](_0x108df5);if(!_0x2ee16d)return;let _0x4ed103=_0x2ee16d();return _0x44b10f[_0x1c4a38(0x304)](_0x108df5),_0x1f429a[_0x1c4a38(0x243)](_0x108df5,_0x4ed103),Ne(_0x18f919,_0x108df5,_0x4ed103),_0x108df5!==_0x1e3d6c&&Ne(_0x18f919,_0x1e3d6c,_0x4ed103),_0x4ed103;},_0x4dda19=_0x1cfd06=>{const _0xcd8ca=_0xb6eba2;let _0x173d94=_0x275e2f(_0x1cfd06);return _0x1f429a['has'](_0x173d94)||_0x44b10f[_0xcd8ca(0x44c)](_0x173d94);},_0x5a0101=_0x40270d=>_0x11f9bf['has'](De(_0x40270d)),_0x4a1a17=_0x5d7a2c=>le[_0xb6eba2(0x44c)](De(_0x5d7a2c)),_0x44dc82=_0x25ec0a=>!_0x5a0101(_0x25ec0a)&&_0x15d834[_0xb6eba2(0x44c)](_0x25ec0a),_0x33b1a1=()=>{const _0x4c7227=_0xb6eba2;if(_0x18f919)return _0x18f919;let _0x3b0750=_0x15d834['createChild'];if(typeof _0x3b0750==_0x4c7227(0x833))return _0x18f919=_0x3b0750[_0x4c7227(0x743)](_0x15d834,[...Ve(_0x1f429a),[n[_0x4c7227(0x700)],{'useFactory':()=>_0x18f919}]]),_0x18f919;},_0x1e157e={'has':_0x35a221=>{const _0x3c9956=_0xb6eba2;if(_0x35a221===n[_0x3c9956(0x700)]||_0x4dda19(_0x35a221)||_0x44dc82(_0x35a221))return!0x0;let _0x5d532c=_0x33b1a1();return(_0x5d532c==null?void 0x0:_0x5d532c[_0x3c9956(0x44c)](_0x35a221))??_0x15d834[_0x3c9956(0x44c)](_0x35a221);},'get':(_0x45d4f4,..._0x395227)=>{const _0x28dc35=_0xb6eba2;if(_0x45d4f4===n[_0x28dc35(0x700)])return _0x1e157e;if(Oe(_0x395227,n['LookUp'][_0x28dc35(0x5de)])){let _0x1dd1fb=_0x33b1a1();_0x3492c1(_0x1dd1fb,_0x45d4f4);let _0x231b3c=je(_0x1dd1fb,_0x45d4f4);return _0x231b3c['resolved']?_0x231b3c[_0x28dc35(0x796)]:Ae(_0x1dd1fb||_0x15d834,_0x45d4f4,_0x395227);}return _0x4dda19(_0x45d4f4)?_0x3c6d71(_0x45d4f4):Oe(_0x395227,n[_0x28dc35(0x687)][_0x28dc35(0x65b)])?Ae(_0x15d834,_0x45d4f4,ke(_0x395227,n[_0x28dc35(0x687)][_0x28dc35(0x65b)])):_0x44dc82(_0x45d4f4)?Ae(_0x15d834,_0x45d4f4,_0x395227):Ae(_0x33b1a1()||_0x15d834,_0x45d4f4,_0x395227);},'invoke':(_0x55203a,..._0x53588a)=>_0x55203a({'has':_0x45c0a6=>{const _0x18e1d0=_0xb6eba2;if(_0x45c0a6===n[_0x18e1d0(0x700)]||_0x4dda19(_0x45c0a6)||_0x44dc82(_0x45c0a6))return!0x0;let _0x1f5723=_0x33b1a1();return(_0x1f5723==null?void 0x0:_0x1f5723['has'](_0x45c0a6))??_0x15d834[_0x18e1d0(0x44c)](_0x45c0a6);},'get':(_0x5ada30,..._0x8ef855)=>{const _0x21c40d=_0xb6eba2;if(_0x5ada30===n[_0x21c40d(0x700)])return _0x1e157e;if(Oe(_0x8ef855,n['LookUp'][_0x21c40d(0x5de)])){let _0x4b9360=_0x33b1a1();_0x3492c1(_0x4b9360,_0x5ada30);let _0x9179d3=je(_0x4b9360,_0x5ada30);return _0x9179d3[_0x21c40d(0x2fd)]?_0x9179d3[_0x21c40d(0x796)]:Ae(_0x4b9360||_0x15d834,_0x5ada30,_0x8ef855);}return _0x4dda19(_0x5ada30)?_0x3c6d71(_0x5ada30):Oe(_0x8ef855,n[_0x21c40d(0x687)][_0x21c40d(0x65b)])?Ae(_0x15d834,_0x5ada30,ke(_0x8ef855,n[_0x21c40d(0x687)][_0x21c40d(0x65b)])):_0x44dc82(_0x5ada30)?Ae(_0x15d834,_0x5ada30,_0x8ef855):Ae(_0x33b1a1()||_0x15d834,_0x5ada30,_0x8ef855);}},..._0x53588a),'add':_0x2d9c1d=>{const _0x30d58c=_0xb6eba2;let _0x2686ab=He(_0x2d9c1d);if(_0x2686ab){if(_0x2686ab[_0x30d58c(0x40e)]!=='factory'&&_0x44dc82(_0x2686ab[_0x30d58c(0x365)])&&!_0x4a1a17(_0x2686ab[_0x30d58c(0x365)]))return;let _0x69c2da=De(_0x2686ab[_0x30d58c(0x365)]);if(_0x11f9bf[_0x30d58c(0x44c)](_0x69c2da))return;if(_0x407401(_0x2686ab[_0x30d58c(0x365)]),_0x2686ab[_0x30d58c(0x40e)]===_0x30d58c(0x796))_0x44b10f[_0x30d58c(0x304)](_0x2686ab[_0x30d58c(0x365)]),_0x1f429a[_0x30d58c(0x243)](_0x2686ab['identifier'],_0x2686ab[_0x30d58c(0x796)]);else{let _0x4c33d5=_0x33b1a1();_0x4c33d5?Fe(_0x4c33d5,_0x2686ab[_0x30d58c(0x365)])||_0x4c33d5['add'](_0x2d9c1d):(_0x1f429a[_0x30d58c(0x304)](_0x2686ab[_0x30d58c(0x365)]),_0x44b10f['set'](_0x2686ab[_0x30d58c(0x365)],_0x2686ab[_0x30d58c(0x249)]));}return;}let _0x31c6dd=De(Ee(_0x2d9c1d));if(_0x31c6dd!=null){if(_0x11f9bf[_0x30d58c(0x44c)](_0x31c6dd))return;_0x407401(Ee(_0x2d9c1d));}let _0x5b47c9=_0x33b1a1();if(_0x5b47c9){_0x5b47c9[_0x30d58c(0x228)](_0x2d9c1d);return;}_0x15d834[_0x30d58c(0x228)](_0x2d9c1d);},'createChild':(_0x2bdf19=[])=>{const _0x211ca4=_0xb6eba2;let _0x442407=new Map(_0x1f429a);_0x406b47[_0x211ca4(0x2a5)](_0x4acee0=>{const _0x1ca8fb=_0x211ca4;if(_0x442407[_0x1ca8fb(0x44c)](_0x4acee0))return;if(_0x4dda19(_0x4acee0)){_0x442407[_0x1ca8fb(0x243)](_0x4acee0,_0x3c6d71(_0x4acee0));return;}let _0x1dfbc2=_0x33b1a1();_0x1dfbc2&&Fe(_0x1dfbc2,_0x4acee0)&&_0x442407[_0x1ca8fb(0x243)](_0x4acee0,Ae(_0x1dfbc2,_0x4acee0,[n['LookUp'][_0x1ca8fb(0x5de)]]));});let _0x19c0d2=[];_0x2bdf19[_0x211ca4(0x2a5)](_0x5176d3=>{const _0x396b0e=_0x211ca4;let _0x3d1a29=He(_0x5176d3);if((_0x3d1a29==null?void 0x0:_0x3d1a29[_0x396b0e(0x40e)])===_0x396b0e(0x796)){_0x442407['set'](_0x3d1a29[_0x396b0e(0x365)],_0x3d1a29[_0x396b0e(0x796)]);return;}_0x19c0d2[_0x396b0e(0x5bf)](_0x5176d3);});let _0x37307f=we(_0x15d834,_0x442407,_0x58e903);return _0x19c0d2['forEach'](_0x562b99=>{const _0x2f8e15=_0x211ca4;_0x37307f[_0x2f8e15(0x228)](_0x562b99);}),_0x37307f;},'createInstance':(..._0x53b2e9)=>{const _0x4557de=_0xb6eba2;let _0x5943a9=_0x33b1a1(),_0x1fa19e=_0x5943a9==null?void 0x0:_0x5943a9[_0x4557de(0x22b)];if(_0x5943a9&&typeof _0x1fa19e=='function')return _0xfa4cb9(_0x5943a9,_0x53b2e9[0x0]),_0x1fa19e[_0x4557de(0x6bb)](_0x5943a9,_0x53b2e9);let _0x5221d4=_0x15d834['createInstance'];if(typeof _0x5221d4==_0x4557de(0x833))return _0x5221d4['apply'](_0x15d834,_0x53b2e9);let [_0x49911e,..._0x1ed91b]=_0x53b2e9;return new _0x49911e(..._0x1ed91b);},'dispose':()=>{const _0x4fab43=_0xb6eba2;_0x18f919&&Le(_0x18f919,_0x58e903,_0x1f429a[_0x4fab43(0x2cb)]()),_0x18f919=void 0x0,_0x11f9bf['clear'](),_0x406b47[_0x4fab43(0x525)](),_0x44b10f[_0x4fab43(0x525)]();}};function _0x3492c1(_0x4b5ff6,_0x379119){!_0x4b5ff6||!_0x4dda19(_0x379119)||Ne(_0x4b5ff6,_0x379119,_0x3c6d71(_0x379119));}function _0xfa4cb9(_0x12012b,_0x4d504a){Pe(_0x4d504a)['forEach'](_0x575a99=>_0x3492c1(_0x12012b,_0x575a99));}return _0x1e157e[_0xb6eba2(0x85b)]=_0x58e903,_0x1e157e;}function Te(_0x40e82f,_0x59ac34,_0x4e058e,_0xdd324b=!0x0){const _0x25015b=_0x566a84;let _0x209b39=_0xdd324b&&_0x40e82f[_0x25015b(0x656)]['has'](G)?_0x40e82f[_0x25015b(0x656)][_0x25015b(0x230)](G):void 0x0;_0x59ac34[_0x25015b(0x210)](_0x209b39!=null&&_0x209b39['hasChildInteractionLease'](_0x40e82f[_0x25015b(0x61a)])?_0x40e82f[_0x25015b(0x542)]:_0x4e058e);}function Ee(_0x4abcfb){const _0x4db14d=_0x566a84;return Array[_0x4db14d(0x20b)](_0x4abcfb)?_0x4abcfb[0x0]:_0x4abcfb;}function De(_0x3c6a96){const _0x246f2d=_0x566a84;let _0x1ca635=_0x3c6a96==null?void 0x0:_0x3c6a96['decoratorName'];return typeof _0x1ca635==_0x246f2d(0x3b3)&&_0x1ca635?_0x246f2d(0x229)+_0x1ca635:_0x3c6a96;}function Oe(_0xee8e30,_0x63842f){const _0x27013e=_0x566a84;return _0xee8e30[_0x27013e(0x599)](_0x63842f);}function ke(_0x34cbcd,_0x472202){const _0x117873=_0x566a84;return _0x34cbcd[_0x117873(0x86f)](_0x520e56=>_0x520e56!==_0x472202);}function Ae(_0x2e0c16,_0x2124bc,_0x46c0d0){const _0x5904bc=_0x566a84;return _0x2e0c16[_0x5904bc(0x230)](_0x2124bc,..._0x46c0d0);}function je(_0x412293,_0x55f383){const _0x2c7ae9=_0x566a84;var _0x195533;let _0x17755f=_0x412293==null||(_0x195533=_0x412293[_0x2c7ae9(0x676)])==null?void 0x0:_0x195533['resolvedDependencies'];if(!_0x17755f)return{'resolved':!0x1};let _0x58b9aa=Me(_0x17755f['get'](_0x55f383));if(_0x58b9aa[_0x2c7ae9(0x2fd)])return _0x58b9aa;let _0x62d782=De(_0x55f383);for(let [_0x192d46,_0x318a0b]of _0x17755f){if(_0x192d46===_0x55f383||De(_0x192d46)!==_0x62d782)continue;let _0x1a99eb=Me(_0x318a0b);if(_0x1a99eb[_0x2c7ae9(0x2fd)])return _0x1a99eb;}return{'resolved':!0x1};}function Me(_0x4ea61c){return!_0x4ea61c||_0x4ea61c['length']!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x4ea61c[0x0]};}function Ne(_0x149aa9,_0x2b45f6,_0x3287d5){const _0x1a75a8=_0x566a84;!_0x149aa9||Fe(_0x149aa9,_0x2b45f6)||_0x149aa9[_0x1a75a8(0x228)]([_0x2b45f6,{'useValue':_0x3287d5}]);}function Pe(_0x493828){const _0x2b9b74=_0x566a84;if(!_0x493828||typeof _0x493828!=_0x2b9b74(0x833)&&typeof _0x493828!=_0x2b9b74(0x3e8))return[];for(let _0x43e2c4 of Object[_0x2b9b74(0x834)](_0x493828)){let _0x5f5441=_0x493828[_0x43e2c4];if(!Array[_0x2b9b74(0x20b)](_0x5f5441))continue;let _0x27a239=_0x5f5441['map'](_0x13b9ca=>_0x13b9ca==null?void 0x0:_0x13b9ca[_0x2b9b74(0x365)])[_0x2b9b74(0x86f)](_0x4bd7c5=>_0x4bd7c5!==void 0x0);if(_0x27a239[_0x2b9b74(0x3d7)])return _0x27a239;}return[];}function Fe(_0x1c94d6,_0x5b388a){const _0x5059df=_0x566a84;var _0x1444b7,_0x4bab00,_0x2e5a91,_0x58e653;let _0x3db19e=_0x1c94d6;return!!((_0x1444b7=_0x3db19e[_0x5059df(0x766)])!=null&&(_0x4bab00=_0x1444b7[_0x5059df(0x44c)])!=null&&_0x4bab00['call'](_0x1444b7,_0x5b388a)||(_0x2e5a91=_0x3db19e['resolvedDependencyCollection'])!=null&&(_0x58e653=_0x2e5a91[_0x5059df(0x44c)])!=null&&_0x58e653['call'](_0x2e5a91,_0x5b388a));}function Ie(_0x3d6dfb){const _0x28b36b=_0x566a84;return _0x3d6dfb[_0x28b36b(0x85b)];}function Le(_0x1fab55,_0x20bc90,_0x3506d4=[]){const _0x1a3670=_0x566a84;let _0x248c8a=Re(_0x20bc90);for(let _0x2fe167 of _0x3506d4)_0x248c8a[_0x1a3670(0x228)](_0x2fe167);ze(_0x1fab55,_0x248c8a),_0x1fab55[_0x1a3670(0x3b5)]();}function Re(_0x3006ad){const _0xb781a5=_0x566a84;let _0x524fc0=new Set(),_0x4961c1=Be(_0x3006ad);return _0x4961c1&&_0x4961c1[_0xb781a5(0x2a5)](_0xae9961=>{const _0x1f5927=_0xb781a5;Array[_0x1f5927(0x20b)](_0xae9961)&&_0xae9961['forEach'](_0x48a97e=>_0x524fc0[_0x1f5927(0x228)](_0x48a97e));}),_0x524fc0;}function ze(_0x4b6f18,_0x11acd6,_0x244604=new Set()){const _0xe5696d=_0x566a84;if(_0x244604[_0xe5696d(0x44c)](_0x4b6f18))return;_0x244604[_0xe5696d(0x228)](_0x4b6f18);let _0x392d4c=_0x4b6f18['children'];_0x392d4c==null||_0x392d4c[_0xe5696d(0x2a5)](_0x28c9bc=>ze(_0x28c9bc,_0x11acd6,_0x244604));let _0x20ca1f=Be(_0x4b6f18);_0x20ca1f&&_0x20ca1f[_0xe5696d(0x2a5)]((_0x538f11,_0x3e9150)=>{const _0x1d6aa1=_0xe5696d;if(!Array[_0x1d6aa1(0x20b)](_0x538f11))return;let _0x1e8908=_0x538f11[_0x1d6aa1(0x86f)](_0x34b04e=>!_0x11acd6[_0x1d6aa1(0x44c)](_0x34b04e));if(_0x1e8908[_0x1d6aa1(0x3d7)]!==_0x538f11[_0x1d6aa1(0x3d7)]){if(_0x1e8908[_0x1d6aa1(0x3d7)]===0x0){_0x20ca1f[_0x1d6aa1(0x304)](_0x3e9150);return;}_0x20ca1f[_0x1d6aa1(0x243)](_0x3e9150,_0x1e8908);}});}function Be(_0xfdfade){const _0x4f594f=_0x566a84;var _0x140ffd;return(_0x140ffd=_0xfdfade[_0x4f594f(0x676)])==null?void 0x0:_0x140ffd['resolvedDependencies'];}function Ve(_0x3e4a52){const _0x34e3ab=_0x566a84;return Array[_0x34e3ab(0x3bd)](_0x3e4a52,([_0x5edb00,_0x589744])=>[_0x5edb00,{'useValue':_0x589744}]);}function He(_0x5e9931){const _0x2ebcd4=_0x566a84;if(!Array[_0x2ebcd4(0x20b)](_0x5e9931)||_0x5e9931[_0x2ebcd4(0x3d7)]<0x2)return;let [_0x5c0767,_0x188cbe]=_0x5e9931;if(!(!_0x188cbe||typeof _0x188cbe!=_0x2ebcd4(0x3e8))){if('useValue'in _0x188cbe)return{'kind':_0x2ebcd4(0x796),'identifier':_0x5c0767,'value':_0x188cbe[_0x2ebcd4(0x302)]};if(typeof _0x188cbe['useFactory']=='function')return{'kind':_0x2ebcd4(0x249),'identifier':_0x5c0767,'factory':_0x188cbe[_0x2ebcd4(0x775)]};}}function Ue(_0x275bc4,_0x37c574){const _0x58c525=_0x566a84;if(!_0x275bc4[_0x58c525(0x44c)](a['IMenuManagerService']))return;let _0x56b299=_0x275bc4[_0x58c525(0x230)](a[_0x58c525(0x692)]),_0x3f4adb=_0x56b299[_0x58c525(0x38d)];return typeof _0x3f4adb==_0x58c525(0x833)?_0x3f4adb['call'](_0x56b299,_0x37c574):_0x56b299;}function We(_0x1086d3,_0x4e1964,_0x38f7f2){const _0x561c58=_0x566a84;if(!_0x1086d3['has'](a['IContextMenuService']))return;let _0x226503=_0x1086d3[_0x561c58(0x230)](a[_0x561c58(0x839)]);return{get 'disabled'(){const _0x37efba=_0x561c58;return _0x226503[_0x37efba(0x439)];},set 'disabled'(_0x311428){const _0x5a6d86=_0x561c58;_0x226503[_0x5a6d86(0x439)]=_0x311428;},get 'visible'(){const _0x22e217=_0x561c58;return _0x226503[_0x22e217(0x49d)];},'enable':()=>_0x226503[_0x561c58(0x1ef)](),'disable':()=>_0x226503[_0x561c58(0x5e8)](),'triggerContextMenu':(_0x30578e,_0x296688,_0x550760)=>{_0x226503['triggerContextMenu'](_0x30578e,_0x296688,{..._0x550760,'unitId':(_0x550760==null?void 0x0:_0x550760['unitId'])??_0x38f7f2});},'hideContextMenu':()=>_0x226503[_0x561c58(0x875)](),'registerContextMenuHandler':_0x58fdab=>_0x226503[_0x561c58(0x4bb)](_0x58fdab)};}function Ge(_0x30a335,_0xbe7b70){const _0x51f976=_0x566a84;let _0x4c7768=new a[(_0x51f976(0x3b7))]();return{get 'disabled'(){const _0x62cbbe=_0x51f976;return _0x4c7768[_0x62cbbe(0x439)];},set 'disabled'(_0x4a81bf){const _0x5c03ce=_0x51f976;_0x4c7768[_0x5c03ce(0x439)]=_0x4a81bf;},get 'visible'(){const _0x3c9b3e=_0x51f976;return _0x4c7768[_0x3c9b3e(0x49d)];},'enable':()=>_0x4c7768[_0x51f976(0x1ef)](),'disable':()=>_0x4c7768[_0x51f976(0x5e8)](),'triggerContextMenu':(_0x41fe0c,_0xd4a3fc,_0x205149)=>{const _0x57202e=_0x51f976;_0x4c7768['triggerContextMenu'](_0x41fe0c,_0xd4a3fc,{..._0x205149,'unitId':(_0x205149==null?void 0x0:_0x205149[_0x57202e(0x569)])??_0xbe7b70});},'hideContextMenu':()=>_0x4c7768[_0x51f976(0x875)](),'registerContextMenuHandler':_0x167cb3=>_0x4c7768['registerContextMenuHandler'](_0x167cb3),'dispose':()=>_0x4c7768[_0x51f976(0x3b5)]()};}function Ke(_0x1326a2,_0x3dd7e4){const _0x3c9358=_0x566a84;let _0xffb6c=_0x1326a2[_0x3c9358(0x230)](a['ILayoutService']),_0x59d67e=_0x1326a2[_0x3c9358(0x44c)](q)?_0x1326a2['get'](q):void 0x0,_0x35d6cb=_0x1326a2['has'](G)?_0x1326a2['get'](G):void 0x0,_0x479a02=_0x3dd7e4['renderScope'][_0x3c9358(0x6e5)],_0x1c647d=_0x3dd7e4[_0x3c9358(0x7ce)][_0x3c9358(0x2d3)]??_0x479a02,_0x4de020=new Set([_0x479a02,_0x1c647d]),_0x3e8180=_0x3dd7e4['renderScope'][_0x3c9358(0x5cd)]!==_0x3c9358(0x465)||_0x3dd7e4['renderScope'][_0x3c9358(0x685)],_0x4bbb9b=(_0x23228d,_0x35a378)=>{const _0x2fd60c=_0x3c9358;_0x4de020[_0x2fd60c(0x228)](_0x23228d);let _0x3119b2=(_0x35a378==null?void 0x0:_0x35a378[_0x2fd60c(0x52c)])&&_0x3e8180,_0x2496fa=_0x3119b2?qe(_0x23228d):void 0x0,_0x318fbd=_0x3119b2?_0x59d67e==null?void 0x0:_0x59d67e[_0x2fd60c(0x7d1)](_0x3dd7e4['embedId'],_0x23228d):void 0x0,_0x3e4255=_0x3119b2?_0x35d6cb==null?void 0x0:_0x35d6cb['registerElement']({'embedId':_0x3dd7e4['embedId'],'role':_0x2fd60c(0x809),'element':_0x23228d}):void 0x0;return(0x0,n[_0x2fd60c(0x87f)])(()=>{const _0x2041cf=_0x2fd60c;_0x3e4255==null||_0x3e4255[_0x2041cf(0x3b5)](),_0x318fbd==null||_0x318fbd['dispose'](),_0x2496fa==null||_0x2496fa[_0x2041cf(0x3b5)](),_0x4de020[_0x2041cf(0x304)](_0x23228d);});},_0x379537=_0x24da7b=>_0x24da7b?[..._0x4de020][_0x3c9358(0x4fe)](_0x52a652=>_0x52a652===_0x24da7b||_0x52a652[_0x3c9358(0x456)](_0x24da7b)):!0x1;return{get 'isFocused'(){return _0xffb6c['isFocused'];},get 'rootContainerElement'(){return _0x479a02;},'focus':()=>_0xffb6c[_0x3c9358(0x2b9)](),'registerFocusHandler':(_0x473d7f,_0x35e0a2)=>_0xffb6c['registerFocusHandler'](_0x473d7f,_0x35e0a2),'registerRootContainerElement':_0x4bbb9b,'registerContentElement':_0x4bbb9b,'registerContainerElement':_0x35be85=>_0x4bbb9b(_0x35be85,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x1c647d,'checkElementInCurrentContainers':_0x4fec88=>_0x379537(_0x4fec88)||(_0x59d67e==null?void 0x0:_0x59d67e[_0x3c9358(0x456)](_0x3dd7e4[_0x3c9358(0x61a)],_0x4fec88))||_0xffb6c['checkElementInCurrentContainers'](_0x4fec88),'checkContentIsFocused':()=>_0x379537(_0x1c647d[_0x3c9358(0x7b6)]['activeElement'])||(_0x35d6cb==null?void 0x0:_0x35d6cb[_0x3c9358(0x265)](_0x3dd7e4[_0x3c9358(0x61a)]))||_0xffb6c[_0x3c9358(0x483)]()};}function qe(_0x5cc203){const _0x5b0d7b=_0x566a84;let _0x3fecfb=new Map(),_0x4080a5=_0x1918f6=>{const _0x14176e=_0x75bf;_0x3fecfb[_0x14176e(0x243)](_0x1918f6,_0x1918f6[_0x14176e(0x477)](W)),_0x1918f6[_0x14176e(0x399)](W,_0x14176e(0x809));};return _0x4080a5(_0x5cc203),_0x5cc203[_0x5b0d7b(0x642)]('*')[_0x5b0d7b(0x2a5)](_0x4080a5),(0x0,n['toDisposable'])(()=>{const _0x3b0be5=_0x5b0d7b;_0x3fecfb[_0x3b0be5(0x2a5)]((_0xb758df,_0x35fd14)=>{const _0x3b819d=_0x3b0be5;if(_0xb758df==null){_0x35fd14[_0x3b819d(0x7b0)](W);return;}_0x35fd14['setAttribute'](W,_0xb758df);});});}function Je(_0x17df38,_0x1e40de,_0x19d200=[]){const _0x40e4da=_0x566a84;let _0x1e3ed6=Xe(_0x17df38,_0x19d200)??_0x17df38[_0x40e4da(0x656)],_0x34d856=_0x1e3ed6!==_0x17df38[_0x40e4da(0x656)],_0x338a3b=Ye(_0x17df38),_0x491117={'descriptor':_0x17df38[_0x40e4da(0x75a)],'host':{'unitId':_0x17df38['hostUnitId'],'type':_0x17df38[_0x40e4da(0x75a)][_0x40e4da(0x741)],'anchorId':_0x17df38[_0x40e4da(0x75a)][_0x40e4da(0x7c9)],'entry':_0x17df38[_0x40e4da(0x75a)]['entry'],'layout':Qe(_0x17df38)},'child':{'unitId':_0x17df38['childUnitId'],'type':_0x17df38[_0x40e4da(0x4af)]},'injector':_0x1e3ed6,'instanceService':Ze(_0x1e3ed6,n[_0x40e4da(0x64e)]),'commandService':Ze(_0x1e3ed6,n[_0x40e4da(0x423)]),'menuManagerService':Ze(_0x1e3ed6,a[_0x40e4da(0x692)]),'roots':_0x338a3b,'activate':()=>_0x1e40de(!0x0),'deactivate':()=>_0x1e40de(!0x1),'dispose':()=>{const _0x5f35df=_0x40e4da;_0x34d856&&_0x1e3ed6[_0x5f35df(0x3b5)]();}};return{'runtimeScope':_0x491117,'disposable':(0x0,n[_0x40e4da(0x87f)])(()=>_0x491117['dispose']())};}function Ye(_0x3b19b2){const _0x48ee90=_0x566a84;var _0x3f2b00;let _0x50804a=_0x3b19b2['renderScope']['rootElement'],_0x57663a=_0x3b19b2[_0x48ee90(0x7ce)]['contentRoot']??z(_0x50804a,_0x48ee90(0x25e))??_0x50804a,_0x303c2c=_0x3b19b2[_0x48ee90(0x7ce)][_0x48ee90(0x33c)]??z(_0x50804a,_0x48ee90(0x5c7))??_0x50804a;return{'root':_0x50804a,'content':_0x57663a,'canvas':_0x3b19b2[_0x48ee90(0x7ce)][_0x48ee90(0x323)]??z(_0x50804a,_0x48ee90(0x7a3))??void 0x0,'overlay':_0x303c2c,'popup':_0x3b19b2[_0x48ee90(0x7ce)][_0x48ee90(0x78f)]??z(_0x50804a,_0x48ee90(0x538))??_0x303c2c,'menuSlot':((_0x3f2b00=_0x3b19b2[_0x48ee90(0x7ce)][_0x48ee90(0x466)])==null?void 0x0:_0x3f2b00[_0x48ee90(0x296)])??z(_0x50804a,_0x48ee90(0x4d7))??void 0x0,'footerSlot':z(_0x50804a,'data-embed-footer-slot')??void 0x0};}function Xe(_0x5921ae,_0x1a46a5){const _0x1e8f54=_0x566a84;if(!(!_0x5921ae[_0x1e8f54(0x656)][_0x1e8f54(0x44c)](n[_0x1e8f54(0x64e)])||!_0x5921ae[_0x1e8f54(0x656)]['has'](n[_0x1e8f54(0x423)])))return ue(_0x5921ae,_0x1a46a5);}function Ze(_0xc1748e,_0x17dbc2){const _0x92694b=_0x566a84;if(_0xc1748e[_0x92694b(0x44c)](_0x17dbc2))return _0xc1748e[_0x92694b(0x230)](_0x17dbc2);}function Qe(_0x4f6cec){const _0x4803e9=_0x566a84;var _0x1e7cb2,_0x448dd9;switch(_0x4f6cec[_0x4803e9(0x75a)][_0x4803e9(0x754)]){case'docs-custom-block':return _0x4803e9(0x1e7);case'sheets-floating-object':case _0x4803e9(0x50f):case _0x4803e9(0x37a):return _0x4803e9(0x465);case _0x4803e9(0x292):case _0x4803e9(0x581):case _0x4803e9(0x62c):return _0x4803e9(0x5af);default:break;}return _0x4f6cec[_0x4803e9(0x605)]===_0x4803e9(0x5af)||(_0x1e7cb2=_0x4f6cec[_0x4803e9(0x75a)][_0x4803e9(0x4fa)])!=null&&_0x1e7cb2[_0x4803e9(0x828)]?'tab-peer':(_0x448dd9=_0x4f6cec[_0x4803e9(0x75a)][_0x4803e9(0x4fa)])!=null&&_0x448dd9[_0x4803e9(0x88b)]?_0x4803e9(0x465):_0x4f6cec[_0x4803e9(0x605)][_0x4803e9(0x3ce)]('docs-')||_0x4f6cec[_0x4803e9(0x605)]===_0x4803e9(0x76d)?_0x4803e9(0x1e7):_0x4803e9(0x465);}var $e=class{constructor(){H(this,'_contributions',new Map());}[_0x566a84(0x371)](_0x42a4d1){const _0x57d137=_0x566a84;if(this[_0x57d137(0x1ec)][_0x57d137(0x44c)](_0x42a4d1['childType']))throw Error(_0x57d137(0x31f)+_0x42a4d1[_0x57d137(0x4af)]);this[_0x57d137(0x1ec)][_0x57d137(0x243)](_0x42a4d1['childType'],_0x42a4d1);}[_0x566a84(0x230)](_0x45e2fd){const _0x37bfb4=_0x566a84;return this[_0x37bfb4(0x1ec)]['get'](_0x45e2fd);}[_0x566a84(0x62a)](){const _0x3fbb13=_0x566a84;return[...this[_0x3fbb13(0x1ec)][_0x3fbb13(0x2cb)]()];}},et=class{constructor(){const _0x4e977d=_0x566a84;H(this,_0x4e977d(0x1ec),new Map());}['register'](_0x1a6520){const _0x435840=_0x566a84;let _0x1021ee=this[_0x435840(0x447)](_0x1a6520[_0x435840(0x741)],_0x1a6520[_0x435840(0x754)],_0x1a6520[_0x435840(0x4af)]);if(this['_contributions'][_0x435840(0x44c)](_0x1021ee))throw Error(_0x435840(0x649)+_0x1021ee);return this['_contributions']['set'](_0x1021ee,_0x1a6520),(0x0,n['toDisposable'])(()=>{const _0x467b3d=_0x435840;this['_contributions'][_0x467b3d(0x230)](_0x1021ee)===_0x1a6520&&this[_0x467b3d(0x1ec)][_0x467b3d(0x304)](_0x1021ee);});}[_0x566a84(0x230)](_0x1993d2,_0x4c7005,_0x543eb8){const _0x29ec99=_0x566a84;if(_0x543eb8!=null){let _0x48f859=this[_0x29ec99(0x1ec)][_0x29ec99(0x230)](this[_0x29ec99(0x447)](_0x1993d2,_0x4c7005,_0x543eb8));if(_0x48f859)return _0x48f859;}return this['_contributions']['get'](this[_0x29ec99(0x447)](_0x1993d2,_0x4c7005));}[_0x566a84(0x4e1)](_0x4eee12,_0x1105c7,_0x192568){const _0x26ce81=_0x566a84;return this['_contributions'][_0x26ce81(0x44c)](this[_0x26ce81(0x447)](_0x4eee12,_0x1105c7,_0x192568));}['list'](){const _0x330b4c=_0x566a84;return[...this[_0x330b4c(0x1ec)]['values']()];}[_0x566a84(0x447)](_0xc0d1bf,_0x54fb7b,_0x4a1296){return _0x4a1296==null?_0xc0d1bf+':'+_0x54fb7b+':*':_0xc0d1bf+':'+_0x54fb7b+':'+_0x4a1296;}},tt=class{constructor(){const _0x137d65=_0x566a84;H(this,_0x137d65(0x1ec),new Map());}[_0x566a84(0x371)](_0x234a29){const _0x229734=_0x566a84;let _0x428ba5=this[_0x229734(0x447)](_0x234a29[_0x229734(0x741)],_0x234a29['entry']);if(this['_contributions'][_0x229734(0x44c)](_0x428ba5))throw Error(_0x229734(0x378)+_0x428ba5);this[_0x229734(0x1ec)][_0x229734(0x243)](_0x428ba5,_0x234a29);}['get'](_0x3f93a3,_0x3b3c42){const _0x404394=_0x566a84;return this[_0x404394(0x1ec)][_0x404394(0x230)](this['_key'](_0x3f93a3,_0x3b3c42));}['list'](){const _0x2b264a=_0x566a84;return[...this[_0x2b264a(0x1ec)]['values']()];}[_0x566a84(0x791)](_0x468cf1,_0x3049f5,_0x24758a){const _0x6397c1=_0x566a84;let _0x25551c=this[_0x6397c1(0x230)](_0x468cf1,_0x3049f5);return _0x25551c?(_0x25551c[_0x6397c1(0x37f)]??[_0x25551c['layout']])['includes'](_0x24758a):!0x1;}[_0x566a84(0x447)](_0x1b81cd,_0xe74ecd){return _0x1b81cd+':'+_0xe74ecd;}},nt=class{constructor(){const _0x593e2b=_0x566a84;H(this,_0x593e2b(0x3d6),new Map()),H(this,_0x593e2b(0x7a5),new Map()),H(this,_0x593e2b(0x5e1),new Map());}[_0x566a84(0x371)](_0x3c5384,_0x1a0b57){const _0x262a57=_0x566a84;let _0x500db9=typeof _0x3c5384=='string'?{'childUnitId':_0x3c5384,'root':_0x1a0b57}:_0x3c5384;return this['_rootsByChildUnitId'][_0x262a57(0x243)](_0x500db9[_0x262a57(0x542)],_0x500db9),_0x500db9[_0x262a57(0x61a)]&&this['_rootsByEmbedId'][_0x262a57(0x243)](_0x500db9[_0x262a57(0x61a)],_0x500db9),_0x500db9[_0x262a57(0x7c9)]&&this[_0x262a57(0x5e1)][_0x262a57(0x243)](_0x500db9[_0x262a57(0x7c9)],_0x500db9),(0x0,n[_0x262a57(0x87f)])(()=>{const _0x2433b5=_0x262a57;this['_rootsByChildUnitId']['get'](_0x500db9[_0x2433b5(0x542)])===_0x500db9&&this[_0x2433b5(0x3d6)][_0x2433b5(0x304)](_0x500db9[_0x2433b5(0x542)]),_0x500db9[_0x2433b5(0x61a)]&&this[_0x2433b5(0x7a5)]['get'](_0x500db9[_0x2433b5(0x61a)])===_0x500db9&&this['_rootsByEmbedId'][_0x2433b5(0x304)](_0x500db9['embedId']),_0x500db9[_0x2433b5(0x7c9)]&&this['_rootsByHostAnchorId']['get'](_0x500db9[_0x2433b5(0x7c9)])===_0x500db9&&this[_0x2433b5(0x5e1)][_0x2433b5(0x304)](_0x500db9[_0x2433b5(0x7c9)]);});}[_0x566a84(0x230)](_0x23ccfd){const _0x3c8110=_0x566a84;var _0x3e6bf0;return((_0x3e6bf0=this[_0x3c8110(0x3d6)][_0x3c8110(0x230)](_0x23ccfd))==null?void 0x0:_0x3e6bf0[_0x3c8110(0x4f8)])??null;}['getByEmbedId'](_0x400daa){const _0x2cfac2=_0x566a84;var _0x327aeb;return((_0x327aeb=this[_0x2cfac2(0x7a5)]['get'](_0x400daa))==null?void 0x0:_0x327aeb[_0x2cfac2(0x4f8)])??null;}[_0x566a84(0x561)](_0x4497ad){const _0x40419f=_0x566a84;var _0x3c695b;return((_0x3c695b=this[_0x40419f(0x5e1)]['get'](_0x4497ad))==null?void 0x0:_0x3c695b[_0x40419f(0x4f8)])??null;}[_0x566a84(0x456)](_0x29437d,_0x2ac59d){const _0x3dcab7=_0x566a84;if(!(_0x29437d instanceof Node))return!0x1;let _0x58157b=_0x2ac59d[_0x3dcab7(0x61a)]?this[_0x3dcab7(0x20d)](_0x2ac59d[_0x3dcab7(0x61a)]):_0x2ac59d[_0x3dcab7(0x7c9)]?this[_0x3dcab7(0x561)](_0x2ac59d[_0x3dcab7(0x7c9)]):_0x2ac59d[_0x3dcab7(0x542)]?this[_0x3dcab7(0x230)](_0x2ac59d[_0x3dcab7(0x542)]):null;return!!(_0x58157b!=null&&_0x58157b[_0x3dcab7(0x456)](_0x29437d));}},rt=class{constructor(){const _0xc871a0=_0x566a84;H(this,_0xc871a0(0x2d2),new Map()),H(this,'_contextsByEmbedId',new Map()),H(this,_0xc871a0(0x60f),new Map()),H(this,_0xc871a0(0x1f4),new Map());}[_0x566a84(0x371)](_0x4b92ce){const _0x45af37=_0x566a84;return this[_0x45af37(0x2d2)]['set'](_0x4b92ce['childType'],_0x4b92ce),(0x0,n[_0x45af37(0x87f)])(()=>{const _0x44f54a=_0x45af37;this[_0x44f54a(0x2d2)]['get'](_0x4b92ce[_0x44f54a(0x4af)])===_0x4b92ce&&this[_0x44f54a(0x2d2)][_0x44f54a(0x304)](_0x4b92ce[_0x44f54a(0x4af)]);});}[_0x566a84(0x230)](_0x3aa309){const _0x59a32f=_0x566a84;return this[_0x59a32f(0x2d2)][_0x59a32f(0x230)](_0x3aa309);}['registerContext'](_0x39bd39){const _0x39a65a=_0x566a84;return this['_contextsByEmbedId'][_0x39a65a(0x243)](_0x39bd39[_0x39a65a(0x61a)],_0x39bd39),this['_contextsByHostAnchorId'][_0x39a65a(0x243)](_0x39bd39[_0x39a65a(0x75a)][_0x39a65a(0x7c9)],_0x39bd39),this[_0x39a65a(0x1f4)][_0x39a65a(0x243)](_0x39bd39['childUnitId'],_0x39bd39),(0x0,n[_0x39a65a(0x87f)])(()=>{const _0x327e9e=_0x39a65a;this['_contextsByEmbedId'][_0x327e9e(0x230)](_0x39bd39[_0x327e9e(0x61a)])===_0x39bd39&&this[_0x327e9e(0x744)][_0x327e9e(0x304)](_0x39bd39['embedId']),this[_0x327e9e(0x60f)][_0x327e9e(0x230)](_0x39bd39[_0x327e9e(0x75a)]['hostAnchorId'])===_0x39bd39&&this[_0x327e9e(0x60f)][_0x327e9e(0x304)](_0x39bd39[_0x327e9e(0x75a)]['hostAnchorId']),this[_0x327e9e(0x1f4)]['get'](_0x39bd39[_0x327e9e(0x542)])===_0x39bd39&&this[_0x327e9e(0x1f4)][_0x327e9e(0x304)](_0x39bd39['childUnitId']);});}[_0x566a84(0x482)](_0x50c79a){const _0x5a083d=_0x566a84;return this['_contextsByEmbedId'][_0x5a083d(0x230)](_0x50c79a);}[_0x566a84(0x40f)](_0x166e4a){return this['_contextsByHostAnchorId']['get'](_0x166e4a);}[_0x566a84(0x808)](_0x7cb105){const _0x796af7=_0x566a84;return this[_0x796af7(0x1f4)]['get'](_0x7cb105);}['capture'](_0x4cedbe){const _0x2065ab=_0x566a84;let _0x455b5b=this[_0x2065ab(0x230)](_0x4cedbe['childType']);return _0x455b5b?Promise[_0x2065ab(0x26b)](_0x455b5b['capture'](_0x4cedbe)):Promise[_0x2065ab(0x26b)](it(_0x4cedbe));}[_0x566a84(0x2b7)](_0x1c2577){const _0x24155f=_0x566a84;let _0x58e0b0=this['getContextByEmbedId'](_0x1c2577);return _0x58e0b0?this[_0x24155f(0x453)](_0x58e0b0):Promise[_0x24155f(0x26b)](void 0x0);}[_0x566a84(0x568)](_0x20d17d){const _0x556d80=_0x566a84;let _0x2415bc=this[_0x556d80(0x40f)](_0x20d17d);return _0x2415bc?this[_0x556d80(0x453)](_0x2415bc):Promise[_0x556d80(0x26b)](void 0x0);}[_0x566a84(0x76b)](_0x138f2a){const _0x3ab763=_0x566a84;let _0x125406=this[_0x3ab763(0x808)](_0x138f2a);return _0x125406?this[_0x3ab763(0x453)](_0x125406):Promise[_0x3ab763(0x26b)](void 0x0);}};function it(_0x371e39){const _0x83915=_0x566a84;if(!_0x371e39[_0x83915(0x7ce)])return;let _0x2243bd=[_0x371e39[_0x83915(0x7ce)]['canvasRoot'],_0x371e39[_0x83915(0x7ce)][_0x83915(0x2d3)],_0x371e39['renderScope']['rootElement']][_0x83915(0x86f)](_0x4fcfb5=>!!_0x4fcfb5),_0x5464d6=Array['from'](new Set(_0x2243bd[_0x83915(0x864)](_0xaaa932=>Array['from'](_0xaaa932['querySelectorAll'](_0x83915(0x6af))))))[_0x83915(0x86f)](_0x4e0e16=>_0x4e0e16[_0x83915(0x5d6)]>0x1&&_0x4e0e16['height']>0x1)['sort']((_0x14e645,_0x4d1a8f)=>_0x4d1a8f[_0x83915(0x5d6)]*_0x4d1a8f[_0x83915(0x4da)]-_0x14e645['width']*_0x14e645[_0x83915(0x4da)]);for(let _0x39bda6 of _0x5464d6)try{return _0x39bda6[_0x83915(0x45d)](_0x83915(0x87c));}catch{}}function Y(_0x1e73cd,_0x52f763){return function(_0xcae3c6,_0x4a3708){_0x52f763(_0xcae3c6,_0x4a3708,_0x1e73cd);};}function X(_0x45f871,_0xe3404d,_0x502b99,_0x3e1b11){const _0x15e3ec=_0x566a84;var _0x5a1ceb=arguments[_0x15e3ec(0x3d7)],_0x176eee=_0x5a1ceb<0x3?_0xe3404d:_0x3e1b11===null?_0x3e1b11=Object[_0x15e3ec(0x6fe)](_0xe3404d,_0x502b99):_0x3e1b11,_0x1b26de;if(typeof Reflect==_0x15e3ec(0x3e8)&&typeof Reflect[_0x15e3ec(0x5c8)]==_0x15e3ec(0x833))_0x176eee=Reflect[_0x15e3ec(0x5c8)](_0x45f871,_0xe3404d,_0x502b99,_0x3e1b11);else{for(var _0x3a7def=_0x45f871[_0x15e3ec(0x3d7)]-0x1;_0x3a7def>=0x0;_0x3a7def--)(_0x1b26de=_0x45f871[_0x3a7def])&&(_0x176eee=(_0x5a1ceb<0x3?_0x1b26de(_0x176eee):_0x5a1ceb>0x3?_0x1b26de(_0xe3404d,_0x502b99,_0x176eee):_0x1b26de(_0xe3404d,_0x502b99))||_0x176eee);}return _0x5a1ceb>0x3&&_0x176eee&&Object[_0x15e3ec(0x5f6)](_0xe3404d,_0x502b99,_0x176eee),_0x176eee;}const at=_0x566a84(0x4a6);var ot=class extends Error{constructor(_0x55f18f,_0x41bb75){const _0x273fce=_0x566a84;super(at+':\x20'+_0x55f18f),this['childUnitId']=_0x55f18f,this[_0x273fce(0x5c0)]=_0x41bb75,H(this,_0x273fce(0x318),at),this[_0x273fce(0x7ec)]=_0x273fce(0x277);}};let st=class{constructor(_0x40c5a7,_0x461f32,_0xf42278,_0x55e3b2,_0x1bafef,_0x369907,_0x4da132,_0x51549a){const _0x1fdb36=_0x566a84;this[_0x1fdb36(0x80f)]=_0x40c5a7,this[_0x1fdb36(0x640)]=_0x461f32,this[_0x1fdb36(0x749)]=_0xf42278,this[_0x1fdb36(0x695)]=_0x55e3b2,this['_univerInstanceService']=_0x1bafef,this[_0x1fdb36(0x4c5)]=_0x369907,this[_0x1fdb36(0x3e6)]=_0x4da132,this[_0x1fdb36(0x6a4)]=_0x51549a,H(this,_0x1fdb36(0x306),new Map()),H(this,_0x1fdb36(0x67b),new Map());}[_0x566a84(0x78d)](_0x8f4905){const _0x2e4979=_0x566a84;return this[_0x2e4979(0x336)](_0x8f4905);}[_0x566a84(0x3ba)](_0x4a18be,_0x14d011,_0x3b2376){return this['_mountResolvedHost'](_0x4a18be,{'hostElement':_0x14d011,'runtimeRoots':_0x3b2376});}[_0x566a84(0x336)](_0x4a81d6,_0x1ab34b){const _0x4281f8=_0x566a84;var _0x356af9,_0x4d63cd;if(!_0x4a81d6['childUnitId']||_0x4a81d6['childType']==null)throw Error(_0x4281f8(0x4cc));this[_0x4281f8(0x5db)](_0x4a81d6);let _0x292e2c={'hostUnitId':_0x4a81d6['hostUnitId'],'embedId':_0x4a81d6[_0x4281f8(0x61a)],'childUnitId':_0x4a81d6[_0x4281f8(0x542)]},_0x2928a1=this[_0x4281f8(0x3f5)](_0x4a81d6),_0x5d72a5=this[_0x4281f8(0x80f)][_0x4281f8(0x230)](_0x4a81d6[_0x4281f8(0x741)],_0x4a81d6['entry']);if(!_0x5d72a5||!this['_hostContainerRegistry'][_0x4281f8(0x791)](_0x4a81d6[_0x4281f8(0x741)],_0x4a81d6[_0x4281f8(0x754)],_0x2928a1))throw Error(_0x4281f8(0x383));let _0x3491f7=this['_runtimePolicyService']['canMount'](_0x292e2c),_0x75b35b=this[_0x4281f8(0x640)][_0x4281f8(0x230)](_0x4a81d6[_0x4281f8(0x4af)]);if(_0x3491f7[_0x4281f8(0x2ee)]&&!(_0x75b35b!=null&&_0x75b35b['supportedLayouts'][_0x4281f8(0x599)](_0x2928a1)))throw Error(_0x4281f8(0x3f4));this[_0x4281f8(0x6e8)](_0x4a81d6['embedId']);let _0x44e434={'descriptor':_0x4a81d6,'layout':_0x2928a1,'injector':this[_0x4281f8(0x6a4)],'hostUnitId':_0x4a81d6['hostUnitId'],'embedId':_0x4a81d6[_0x4281f8(0x61a)],'childUnitId':_0x4a81d6[_0x4281f8(0x542)],'childType':_0x4a81d6[_0x4281f8(0x4af)]},_0x5e44a1=[],_0x4ed48d=_0x1ab34b??((_0x356af9=_0x5d72a5[_0x4281f8(0x78d)])==null?void 0x0:_0x356af9['call'](_0x5d72a5,_0x44e434)),_0x37d052=this[_0x4281f8(0x2da)](_0x4ed48d);if(_0x37d052['disposable']&&_0x5e44a1['push'](_0x37d052[_0x4281f8(0x564)]),_0x44e434[_0x4281f8(0x22c)]=_0x37d052['hostElement']??_0x44e434[_0x4281f8(0x22c)],_0x44e434['container']=_0x44e434[_0x4281f8(0x22c)],!_0x44e434[_0x4281f8(0x22c)]||!_0x44e434[_0x4281f8(0x296)])throw[..._0x5e44a1][_0x4281f8(0x6a7)]()[_0x4281f8(0x2a5)](_0x12220e=>_0x12220e['dispose']()),Error(_0x4281f8(0x774));if(_0x37d052['runtimeRoots']||_0x5e44a1['push'](te(_0x44e434[_0x4281f8(0x22c)])),!_0x3491f7[_0x4281f8(0x2ee)])return this[_0x4281f8(0x60c)](_0x4a81d6,_0x2928a1,_0x44e434['hostElement'],_0x37d052['runtimeRoots'],_0x5e44a1,_0x3491f7[_0x4281f8(0x528)]);if(!_0x75b35b)throw[..._0x5e44a1]['reverse']()[_0x4281f8(0x2a5)](_0x367722=>_0x367722[_0x4281f8(0x3b5)]()),Error(_0x4281f8(0x3f4));let {renderScope:_0x5af1fd,disposable:_0x13986f,setActive:_0x372740}=this[_0x4281f8(0x78c)](_0x4a81d6,_0x2928a1,_0x44e434[_0x4281f8(0x22c)],_0x37d052[_0x4281f8(0x69a)]);_0x5e44a1[_0x4281f8(0x5bf)](_0x13986f);let _0x223c71={..._0x44e434,'hostElement':_0x44e434[_0x4281f8(0x22c)],'container':_0x44e434[_0x4281f8(0x296)],'renderScope':_0x5af1fd},{runtimeScope:_0x4a4d6e,disposable:_0x2895bc}=Je(_0x223c71,_0x372740,_0x75b35b[_0x4281f8(0x30b)]),_0x44ac73={..._0x223c71,'runtimeScope':_0x4a4d6e};_0x5e44a1[_0x4281f8(0x5bf)](_0x2895bc);let _0x463fbf=this[_0x4281f8(0x545)](_0x4a81d6,_0x44e434['hostElement'],_0x5af1fd,_0x4a4d6e['roots']);_0x463fbf&&_0x5e44a1[_0x4281f8(0x5bf)](_0x463fbf),this[_0x4281f8(0x6a4)][_0x4281f8(0x44c)](G)&&_0x5e44a1['push'](this[_0x4281f8(0x6a4)][_0x4281f8(0x230)](G)[_0x4281f8(0x64f)]({'embedId':_0x4a81d6[_0x4281f8(0x61a)],'hostUnitId':_0x4a81d6['hostUnitId'],'childUnitId':_0x4a81d6[_0x4281f8(0x542)],'childType':_0x4a81d6[_0x4281f8(0x4af)]}));let _0x1dc728=_0x4a4d6e[_0x4281f8(0x656)]===_0x44e434[_0x4281f8(0x656)]?void 0x0:_0x4a4d6e['instanceService'];_0x5e44a1[_0x4281f8(0x5bf)](this[_0x4281f8(0x5a3)](_0x4a81d6,_0x44e434['hostElement'],_0x5af1fd[_0x4281f8(0x5cd)],_0x1dc728)),_0x5e44a1['push'](this[_0x4281f8(0x695)][_0x4281f8(0x56a)](_0x44ac73));let _0x2a5f79=this[_0x4281f8(0x87b)](_0x4a81d6),_0x3ddb19=(_0x4d63cd=_0x75b35b[_0x4281f8(0x78d)])==null?void 0x0:_0x4d63cd[_0x4281f8(0x743)](_0x75b35b,_0x44ac73);if(_0x3ddb19&&_0x5e44a1[_0x4281f8(0x5bf)](_0x3ddb19),_0x5e44a1[_0x4281f8(0x5bf)](_0x2a5f79),_0x5e44a1[_0x4281f8(0x5bf)](this['_runtimePolicyService'][_0x4281f8(0x1d5)](_0x292e2c)),_0x5af1fd['mode']===_0x4281f8(0x465)){let _0x17562c=this['_mountFloatingMenu'](_0x44ac73);_0x17562c&&_0x5e44a1[_0x4281f8(0x5bf)](_0x17562c);}let _0x56b53e={'hostUnitId':_0x4a81d6[_0x4281f8(0x1ee)],'embedId':_0x4a81d6[_0x4281f8(0x61a)],'childUnitId':_0x4a81d6[_0x4281f8(0x542)],'childType':_0x4a81d6['childType'],'entry':_0x4a81d6[_0x4281f8(0x754)],'layout':_0x2928a1,'hostElement':_0x44e434[_0x4281f8(0x22c)],'context':_0x44ac73};return this[_0x4281f8(0x306)][_0x4281f8(0x243)](_0x4a81d6[_0x4281f8(0x61a)],{'session':_0x56b53e,'disposables':_0x5e44a1,'setActive':_0x372740}),_0x2928a1!==_0x4281f8(0x5af)&&this[_0x4281f8(0x52a)](_0x4a81d6,_0x2928a1,_0x372740),_0x56b53e;}['_mountBlockedRuntime'](_0x36a376,_0x535552,_0x6f67fa,_0x5c463f,_0x53af45,_0x2408a8){const _0x2dbd92=_0x566a84;let _0x415344=(_0x5c463f==null?void 0x0:_0x5c463f[_0x2dbd92(0x4a0)])??z(_0x6f67fa,_0x2dbd92(0x25e))??_0x6f67fa,_0x22532f=lt(_0x2408a8);_0x415344['replaceChildren'](_0x22532f),_0x53af45[_0x2dbd92(0x5bf)]((0x0,n[_0x2dbd92(0x87f)])(()=>{const _0x1392b2=_0x2dbd92;_0x22532f[_0x1392b2(0x7d7)]===_0x415344&&_0x22532f[_0x1392b2(0x30a)]();}));let _0x1c5686={'hostUnitId':_0x36a376[_0x2dbd92(0x1ee)],'embedId':_0x36a376['embedId'],'childUnitId':_0x36a376[_0x2dbd92(0x542)],'childType':_0x36a376[_0x2dbd92(0x4af)],'entry':_0x36a376[_0x2dbd92(0x754)],'layout':_0x535552,'hostElement':_0x6f67fa};return this['_sessions'][_0x2dbd92(0x243)](_0x36a376['embedId'],{'session':_0x1c5686,'disposables':_0x53af45,'setActive':()=>{}}),_0x1c5686;}['_initializeFloatingSessionActiveState'](_0x13eb75,_0xee8a2b,_0x29e721){const _0x2c6182=_0x566a84;if(_0xee8a2b!==_0x2c6182(0x5af)){if(this[_0x2c6182(0x6a4)][_0x2c6182(0x44c)](e['EmbedFocusOwnerService'])){let _0x5de580=this[_0x2c6182(0x6a4)][_0x2c6182(0x230)](e['EmbedFocusOwnerService'])[_0x2c6182(0x728)]();if((_0x5de580==null?void 0x0:_0x5de580[_0x2c6182(0x1ee)])===_0x13eb75['hostUnitId']){_0x29e721(_0x5de580[_0x2c6182(0x61a)]===_0x13eb75[_0x2c6182(0x61a)]);return;}}_0x29e721(!0x1);}}[_0x566a84(0x6e8)](_0x21a083){const _0x13ef90=_0x566a84;let _0x193e9e=this[_0x13ef90(0x306)][_0x13ef90(0x230)](_0x21a083);_0x193e9e&&(this[_0x13ef90(0x5d1)](_0x21a083),[..._0x193e9e['disposables']][_0x13ef90(0x6a7)]()['forEach'](_0x10f784=>_0x10f784[_0x13ef90(0x3b5)]()),this['_sessions']['delete'](_0x21a083));}['getSession'](_0x2bd0b9){const _0x42c265=_0x566a84;var _0x55d5e9;return(_0x55d5e9=this['_sessions'][_0x42c265(0x230)](_0x2bd0b9))==null?void 0x0:_0x55d5e9[_0x42c265(0x7e5)];}[_0x566a84(0x33d)](){const _0x9a9e68=_0x566a84;return[...this[_0x9a9e68(0x306)][_0x9a9e68(0x2cb)]()][_0x9a9e68(0x3c0)](({session:_0x4ac45c})=>_0x4ac45c);}[_0x566a84(0x3f8)](_0x4f1310){const _0x15cdf9=_0x566a84;let _0x546f27=this[_0x15cdf9(0x306)][_0x15cdf9(0x230)](_0x4f1310);if(_0x546f27){if(_0x546f27[_0x15cdf9(0x7e5)][_0x15cdf9(0x605)]!=='tab-peer'){this[_0x15cdf9(0x306)][_0x15cdf9(0x2a5)](_0x13f2f9=>{const _0x29ca9e=_0x15cdf9;_0x13f2f9[_0x29ca9e(0x7e5)]['layout']!=='tab-peer'&&_0x13f2f9[_0x29ca9e(0x7e5)][_0x29ca9e(0x1ee)]===_0x546f27[_0x29ca9e(0x7e5)][_0x29ca9e(0x1ee)]&&_0x13f2f9[_0x29ca9e(0x3a6)](_0x13f2f9[_0x29ca9e(0x7e5)][_0x29ca9e(0x61a)]===_0x4f1310);});return;}this[_0x15cdf9(0x3ff)](_0x546f27[_0x15cdf9(0x7e5)]),this['_sessions']['forEach'](_0x19a03c=>{const _0x3bb655=_0x15cdf9;_0x19a03c[_0x3bb655(0x7e5)][_0x3bb655(0x605)]===_0x3bb655(0x5af)&&_0x19a03c[_0x3bb655(0x7e5)]['hostUnitId']===_0x546f27[_0x3bb655(0x7e5)][_0x3bb655(0x1ee)]&&_0x19a03c[_0x3bb655(0x3a6)](_0x19a03c[_0x3bb655(0x7e5)][_0x3bb655(0x61a)]===_0x4f1310);});}}['deactivateTabSessions'](_0x352276){const _0x1130f7=_0x566a84;let _0x13116b=[];return this[_0x1130f7(0x306)]['forEach'](_0x11c26b=>{const _0x564504=_0x1130f7;_0x11c26b[_0x564504(0x7e5)][_0x564504(0x605)]===_0x564504(0x5af)&&(_0x352276&&_0x11c26b[_0x564504(0x7e5)][_0x564504(0x61a)]!==_0x352276||(this['_runChildBeforeDeactivate'](_0x11c26b[_0x564504(0x7e5)]),this[_0x564504(0x5d1)](_0x11c26b['session']['embedId']),_0x11c26b['setActive'](!0x1),_0x13116b[_0x564504(0x5bf)](_0x11c26b[_0x564504(0x7e5)])));}),_0x13116b;}[_0x566a84(0x5ef)](_0x537752){const _0x2e2199=_0x566a84;let _0x2cbed7=this['_sessions']['get'](_0x537752);if(!(!_0x2cbed7||_0x2cbed7['session']['layout']==='tab-peer'))return this['_runChildBeforeDeactivate'](_0x2cbed7[_0x2e2199(0x7e5)]),_0x2cbed7['setActive'](!0x1),_0x2cbed7[_0x2e2199(0x7e5)];}[_0x566a84(0x3a6)](_0x390330,_0x1e87a8){const _0x4757e8=_0x566a84;var _0x3c8e47;(_0x3c8e47=this[_0x4757e8(0x306)][_0x4757e8(0x230)](_0x390330))==null||_0x3c8e47['setActive'](_0x1e87a8);}[_0x566a84(0x43c)](_0x5155a8){const _0x4b36bc=_0x566a84;let _0x39cc2c=_0x5155a8[_0x4b36bc(0x630)];if(!_0x39cc2c)return;let _0x248559=this[_0x4b36bc(0x640)][_0x4b36bc(0x230)](_0x5155a8[_0x4b36bc(0x4af)]);if(_0x248559!=null&&_0x248559[_0x4b36bc(0x3af)])try{_0x248559['beforeDeactivate'](_0x39cc2c);}catch(_0x335d18){console[_0x4b36bc(0x857)](_0x4b36bc(0x697),_0x335d18);}}[_0x566a84(0x3f5)](_0x430472){const _0x17e724=_0x566a84;var _0x1c68a2,_0xcbd6af;let _0x1e5c59=((_0x1c68a2=_0x430472[_0x17e724(0x4fa)])==null?void 0x0:_0x1c68a2[_0x17e724(0x88b)])||void 0x0;if(_0x1e5c59!=null&&_0x1e5c59[_0x17e724(0x605)])return _0x1e5c59[_0x17e724(0x605)];let _0x15e3d3=((_0xcbd6af=_0x430472[_0x17e724(0x4fa)])==null?void 0x0:_0xcbd6af['tab'])||void 0x0;if(_0x15e3d3!=null&&_0x15e3d3[_0x17e724(0x7ff)])return'tab-peer';throw Error(_0x17e724(0x258));}[_0x566a84(0x78c)](_0x4ceff5,_0x166f92,_0x28131d,_0x47680c){const _0x1a9d8d=_0x566a84;var _0x51fda4,_0xf95eaa;let _0x576e9b=new l[(_0x1a9d8d(0x41c))](!0x0),_0x427396=_0x4ceff5['hostAnchorId'],_0x7710d7=(_0x51fda4=_0x4ceff5[_0x1a9d8d(0x4fa)])==null?void 0x0:_0x51fda4[_0x1a9d8d(0x828)],_0x202105=_0x7710d7&&_0x7710d7[_0x1a9d8d(0x7ff)]?'tab':(_0xf95eaa=_0x4ceff5[_0x1a9d8d(0x4fa)])!=null&&_0xf95eaa['floating']?_0x1a9d8d(0x465):_0x1a9d8d(0x7f0),_0x3b66a9=(_0x47680c==null?void 0x0:_0x47680c[_0x1a9d8d(0x4a0)])??z(_0x28131d,_0x1a9d8d(0x25e))??_0x28131d,_0x41e90c=(_0x47680c==null?void 0x0:_0x47680c[_0x1a9d8d(0x6af)])??z(_0x28131d,_0x1a9d8d(0x7a3))??_0x28131d,_0x18fafd=(_0x47680c==null?void 0x0:_0x47680c[_0x1a9d8d(0x4c2)])??z(_0x28131d,_0x1a9d8d(0x5c7))??_0x28131d,_0xe5ea8c=(_0x47680c==null?void 0x0:_0x47680c[_0x1a9d8d(0x732)])??z(_0x28131d,'data-embed-popup-root')??_0x18fafd,_0xb1f78c=this[_0x1a9d8d(0x749)][_0x1a9d8d(0x371)]({'childUnitId':_0x4ceff5[_0x1a9d8d(0x542)],'embedId':_0x4ceff5[_0x1a9d8d(0x61a)],'hostAnchorId':_0x427396,'root':_0x18fafd}),_0x2bc42d=_0x49680c=>{const _0x5e425e=_0x1a9d8d;_0x576e9b['getValue']()!==_0x49680c&&(ct(_0x28131d,_0x49680c,_0x202105),_0x576e9b[_0x5e425e(0x880)](_0x49680c));};return ct(_0x28131d,!0x0,_0x202105),{'renderScope':{'hostUnitId':_0x4ceff5[_0x1a9d8d(0x1ee)],'hostAnchorId':_0x427396,'embedId':_0x4ceff5['embedId'],'childUnitId':_0x4ceff5[_0x1a9d8d(0x542)],'childType':_0x4ceff5['childType'],'layout':_0x166f92,'mode':_0x202105,'rootElement':_0x28131d,'contentRoot':_0x3b66a9,'canvasRoot':_0x41e90c,'overlayRoot':_0x18fafd,'popupRoot':_0xe5ea8c,'menuOutlet':_0x47680c!=null&&_0x47680c[_0x1a9d8d(0x381)]?{'container':_0x47680c[_0x1a9d8d(0x381)]}:void 0x0,'active$':_0x576e9b[_0x1a9d8d(0x2d6)]()},'disposable':(0x0,n[_0x1a9d8d(0x87f)])(()=>{const _0x87ac7a=_0x1a9d8d;_0xb1f78c['dispose'](),_0x2bc42d(!0x1),_0x576e9b[_0x87ac7a(0x868)]();}),'setActive':_0x2bc42d};}[_0x566a84(0x545)](_0x36eede,_0x2b76b0,_0xc826eb,_0x152cd3){const _0x4a7fb3=_0x566a84;let _0x48e633=this['_injector']['has'](q),_0x2c1c3f=this[_0x4a7fb3(0x6a4)][_0x4a7fb3(0x44c)](G);if(!_0x48e633&&!_0x2c1c3f)return;let _0x43bad7=_0x48e633?this[_0x4a7fb3(0x6a4)]['get'](q):void 0x0,_0x5dbb66=_0x2c1c3f?this[_0x4a7fb3(0x6a4)][_0x4a7fb3(0x230)](G):void 0x0,_0x1648c7=new Map(),_0x28bd7c=(_0x14c4bd,_0x5a38c2)=>{const _0x1a3979=_0x4a7fb3;if(!_0x14c4bd)return;let _0x4df186=_0x1648c7[_0x1a3979(0x230)](_0x14c4bd);(!_0x4df186||_0x4df186===_0x1a3979(0x747))&&_0x1648c7['set'](_0x14c4bd,_0x5a38c2);};_0x28bd7c(_0x2b76b0,_0x4a7fb3(0x747)),_0x28bd7c(_0xc826eb['rootElement'],_0x4a7fb3(0x747)),_0x28bd7c(_0xc826eb[_0x4a7fb3(0x2d3)],_0x4a7fb3(0x747)),_0x28bd7c(_0xc826eb[_0x4a7fb3(0x323)],_0x4a7fb3(0x747)),_0x28bd7c(_0xc826eb[_0x4a7fb3(0x33c)],'runtime'),_0x28bd7c(_0x152cd3[_0x4a7fb3(0x4f8)],'runtime'),_0x28bd7c(_0x152cd3[_0x4a7fb3(0x4a0)],_0x4a7fb3(0x747)),_0x28bd7c(_0x152cd3[_0x4a7fb3(0x6af)],'runtime'),_0x28bd7c(_0x152cd3[_0x4a7fb3(0x4c2)],_0x4a7fb3(0x747)),_0x28bd7c(_0xc826eb[_0x4a7fb3(0x78f)],'child-popup'),_0x28bd7c(_0x152cd3['popup'],_0x4a7fb3(0x578));let _0x346a1e=[..._0x1648c7][_0x4a7fb3(0x864)](([_0x3f0727,_0x18a2c1])=>[_0x43bad7==null?void 0x0:_0x43bad7['registerRoot'](_0x36eede[_0x4a7fb3(0x61a)],_0x3f0727,_0x36eede['childUnitId']),_0x5dbb66==null?void 0x0:_0x5dbb66[_0x4a7fb3(0x1fc)]({'embedId':_0x36eede['embedId'],'role':_0x18a2c1,'element':_0x3f0727})]['filter'](_0x45074e=>!!_0x45074e));return(0x0,n[_0x4a7fb3(0x87f)])(()=>{const _0xa13fb6=_0x4a7fb3;[..._0x346a1e][_0xa13fb6(0x6a7)]()[_0xa13fb6(0x2a5)](_0x435f22=>_0x435f22[_0xa13fb6(0x3b5)]());});}[_0x566a84(0x2da)](_0xbd598e){const _0x272c3f=_0x566a84;return _0xbd598e?_0x272c3f(0x3b5)in _0xbd598e?{'disposable':_0xbd598e}:{'hostElement':_0xbd598e['hostElement'],'runtimeRoots':_0xbd598e[_0x272c3f(0x69a)],'disposable':_0xbd598e[_0x272c3f(0x564)]?(0x0,n[_0x272c3f(0x87f)])(()=>{const _0x13afce=_0x272c3f;var _0x38d1bd;return(_0x38d1bd=_0xbd598e[_0x13afce(0x564)])==null?void 0x0:_0x38d1bd[_0x13afce(0x3b5)]();}):void 0x0}:{};}[_0x566a84(0x309)](_0xecab38){const _0x3838a7=_0x566a84;if(!this['_injector'][_0x3838a7(0x44c)](et))return;let _0x19c408=this[_0x3838a7(0x6a4)][_0x3838a7(0x230)](et)[_0x3838a7(0x230)](_0xecab38[_0x3838a7(0x75a)][_0x3838a7(0x741)],_0xecab38[_0x3838a7(0x75a)][_0x3838a7(0x754)],_0xecab38[_0x3838a7(0x4af)]);if(!_0x19c408)return;let _0x37c2a7=this[_0x3838a7(0x4c5)][_0x3838a7(0x34e)](),_0x5ed8bf=_0x19c408[_0x3838a7(0x78d)]({..._0xecab38,'active':_0x37c2a7});return _0x5ed8bf?(0x0,n[_0x3838a7(0x87f)])(()=>_0x5ed8bf['dispose']()):void 0x0;}['_registerChildFocusBridge'](_0x10c78f,_0x323f7f,_0xd14383,_0x17e0ef){const _0x1b7900=_0x566a84;let _0x156507=this['_injector'][_0x1b7900(0x44c)](q)?this[_0x1b7900(0x6a4)][_0x1b7900(0x230)](q):void 0x0,_0x3fe73a=this[_0x1b7900(0x6a4)]['has'](G)?this['_injector'][_0x1b7900(0x230)](G):void 0x0,_0x440a6c=_0x323f7f[_0x1b7900(0x7b6)],_0x31cef6=[],_0x2c7fe5=_0xd14383===_0x1b7900(0x465)&&_0x17e0ef?this['_floatingActiveService'][_0x1b7900(0x760)][_0x1b7900(0x43a)](()=>{const _0x12dc4c=_0x1b7900;this[_0x12dc4c(0x4c5)][_0x12dc4c(0x634)](_0x10c78f[_0x12dc4c(0x61a)])!==_0x12dc4c(0x4de)&&_0x17e0ef[_0x12dc4c(0x210)](null);}):void 0x0,_0xddea72=()=>_0xd14383!==_0x1b7900(0x465)||this[_0x1b7900(0x4c5)][_0x1b7900(0x634)](_0x10c78f['embedId'])===_0x1b7900(0x4de),_0x474f93=(_0xd28620,_0x176617={})=>{const _0x56115a=_0x1b7900;let _0x1493f6=_0x176617[_0x56115a(0x210)]!==!0x1,_0x5f2cae=_0x176617['activateSession']!==!0x1,_0x51bd56=(_0xd28620==null?void 0x0:_0xd28620[_0x56115a(0x394)])instanceof Element?_0xd28620[_0x56115a(0x394)]:null;if(!(_0x51bd56!=null&&_0x51bd56[_0x56115a(0x2a6)](_0x56115a(0x785)))&&!(!_0x10c78f[_0x56115a(0x542)]||_0x10c78f[_0x56115a(0x4af)]==null)&&_0xddea72()){if(_0xd14383===_0x56115a(0x465)&&_0x17e0ef&&(_0x17e0ef['setCurrentUnitForType'](_0x10c78f[_0x56115a(0x542)]),_0x1493f6&&_0x17e0ef[_0x56115a(0x210)](_0x10c78f[_0x56115a(0x542)])),_0xd14383===_0x56115a(0x828)&&this[_0x56115a(0x6a4)][_0x56115a(0x44c)](n[_0x56115a(0x64e)])){var _0x3b79ac,_0x4f7abb;let _0x1beaae=this['_injector']['get'](n[_0x56115a(0x64e)]),_0xe8359c=_0x1beaae[_0x56115a(0x575)],_0x1c7ced=_0x1beaae[_0x56115a(0x380)];(typeof _0xe8359c!=_0x56115a(0x833)||((_0x3b79ac=_0xe8359c[_0x56115a(0x743)](_0x1beaae,_0x10c78f[_0x56115a(0x4af)]))==null?void 0x0:_0x3b79ac['getUnitId']())!==_0x10c78f[_0x56115a(0x542)])&&_0x1beaae[_0x56115a(0x1d7)](_0x10c78f[_0x56115a(0x542)]),_0x1493f6&&(typeof _0x1c7ced!=_0x56115a(0x833)||((_0x4f7abb=_0x1c7ced['call'](_0x1beaae))==null?void 0x0:_0x4f7abb[_0x56115a(0x6b5)]())!==_0x10c78f[_0x56115a(0x542)])&&_0x1beaae['focusUnit'](_0x10c78f[_0x56115a(0x542)]);}if(_0xd14383==='tab'&&this[_0x56115a(0x6a4)]['has'](n[_0x56115a(0x73b)])){let _0x21a1e8=this[_0x56115a(0x6a4)][_0x56115a(0x230)](n['IContextService']);_0x21a1e8[_0x56115a(0x52d)](n[_0x56115a(0x786)],!0x0),_0x21a1e8[_0x56115a(0x52d)](n[_0x56115a(0x85d)],_0x10c78f['childType']===n['UniverInstanceType']['UNIVER_DOC']),_0x21a1e8[_0x56115a(0x52d)](n['FOCUSING_SHEET'],_0x10c78f['childType']===n[_0x56115a(0x52f)][_0x56115a(0x4bf)]),_0x21a1e8[_0x56115a(0x52d)](n[_0x56115a(0x822)],_0x10c78f[_0x56115a(0x4af)]===n[_0x56115a(0x52f)][_0x56115a(0x658)]),_0x21a1e8['setContextValue'](n['FOCUSING_BOARD'],_0x10c78f[_0x56115a(0x4af)]===n[_0x56115a(0x52f)]['UNIVER_BOARD']);}if(this['_injector'][_0x56115a(0x44c)](e[_0x56115a(0x850)])){let _0x4cd47d=this[_0x56115a(0x6a4)]['get'](e[_0x56115a(0x850)]),_0x359385={'hostUnitId':_0x10c78f[_0x56115a(0x1ee)],'embedId':_0x10c78f[_0x56115a(0x61a)],'childUnitId':_0x10c78f[_0x56115a(0x542)],'childType':_0x10c78f['childType'],'reason':_0x56115a(0x5f4)},_0x13c94e=_0x4cd47d[_0x56115a(0x728)]();((_0x13c94e==null?void 0x0:_0x13c94e[_0x56115a(0x1ee)])!==_0x359385[_0x56115a(0x1ee)]||_0x13c94e[_0x56115a(0x61a)]!==_0x359385[_0x56115a(0x61a)]||_0x13c94e[_0x56115a(0x542)]!==_0x359385[_0x56115a(0x542)]||_0x13c94e[_0x56115a(0x4af)]!==_0x359385[_0x56115a(0x4af)]||_0x13c94e[_0x56115a(0x528)]!==_0x359385[_0x56115a(0x528)])&&_0x4cd47d['setFocusOwner'](_0x359385);}_0x5f2cae&&this[_0x56115a(0x3f8)](_0x10c78f[_0x56115a(0x61a)]);}},_0x492743=_0x493de1=>{const _0x4c565b=_0x1b7900;let _0x358cf6=_0x493de1[_0x4c565b(0x394)]instanceof Element?_0x493de1[_0x4c565b(0x394)]:null;if(!_0x358cf6||_0x323f7f[_0x4c565b(0x456)](_0x358cf6)||!(_0x156507!=null&&_0x156507[_0x4c565b(0x456)](_0x10c78f[_0x4c565b(0x61a)],_0x358cf6,_0x493de1)||_0x3fe73a!=null&&_0x3fe73a[_0x4c565b(0x3c4)](_0x10c78f[_0x4c565b(0x61a)],_0x358cf6,_0x493de1)))return;_0x474f93(_0x493de1,{'focusUnit':!0x1,'activateSession':!0x1});let _0x23a19e=_0x440a6c['defaultView'];_0x23a19e&&_0x31cef6[_0x4c565b(0x5bf)](_0x23a19e['setTimeout'](()=>_0x474f93(_0x493de1,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x323f7f[_0x1b7900(0x51c)](_0x1b7900(0x767),_0x474f93,{'capture':!0x0}),_0x323f7f[_0x1b7900(0x51c)](_0x1b7900(0x38f),_0x474f93),_0x440a6c[_0x1b7900(0x51c)](_0x1b7900(0x767),_0x492743,{'capture':!0x0}),_0x440a6c[_0x1b7900(0x51c)](_0x1b7900(0x38f),_0x492743,{'capture':!0x0}),(0x0,n[_0x1b7900(0x87f)])(()=>{const _0x32586e=_0x1b7900;_0x323f7f[_0x32586e(0x604)]('pointerdown',_0x474f93,{'capture':!0x0}),_0x323f7f[_0x32586e(0x604)](_0x32586e(0x38f),_0x474f93),_0x440a6c[_0x32586e(0x604)](_0x32586e(0x767),_0x492743,{'capture':!0x0}),_0x440a6c['removeEventListener']('focusin',_0x492743,{'capture':!0x0}),_0x31cef6['forEach'](_0x4b44fb=>{const _0x58911f=_0x32586e;var _0x454579;return(_0x454579=_0x440a6c[_0x58911f(0x43b)])==null?void 0x0:_0x454579[_0x58911f(0x425)](_0x4b44fb);}),_0x2c7fe5==null||_0x2c7fe5[_0x32586e(0x635)]();});}[_0x566a84(0x3ff)](_0x54313d){const _0x3debbf=_0x566a84;if(this[_0x3debbf(0x44f)](_0x54313d),this['_injector']['has'](n['IUniverInstanceService'])){let _0x51da75=this[_0x3debbf(0x6a4)][_0x3debbf(0x230)](n[_0x3debbf(0x64e)]);_0x51da75['setCurrentUnitForType'](_0x54313d[_0x3debbf(0x542)]),_0x51da75[_0x3debbf(0x210)](_0x54313d[_0x3debbf(0x542)]);}if(this[_0x3debbf(0x6a4)][_0x3debbf(0x44c)](n['IContextService'])){let _0x2e94c0=this[_0x3debbf(0x6a4)]['get'](n['IContextService']);_0x2e94c0[_0x3debbf(0x52d)](n[_0x3debbf(0x786)],!0x0),_0x2e94c0[_0x3debbf(0x52d)](n[_0x3debbf(0x85d)],_0x54313d[_0x3debbf(0x4af)]===n[_0x3debbf(0x52f)]['UNIVER_DOC']),_0x2e94c0[_0x3debbf(0x52d)](n[_0x3debbf(0x6fb)],_0x54313d['childType']===n[_0x3debbf(0x52f)][_0x3debbf(0x4bf)]),_0x2e94c0[_0x3debbf(0x52d)](n[_0x3debbf(0x822)],_0x54313d[_0x3debbf(0x4af)]===n['UniverInstanceType'][_0x3debbf(0x658)]),_0x2e94c0[_0x3debbf(0x52d)](n[_0x3debbf(0x55a)],_0x54313d[_0x3debbf(0x4af)]===n[_0x3debbf(0x52f)][_0x3debbf(0x377)]);}this[_0x3debbf(0x6a4)]['has'](e[_0x3debbf(0x850)])&&this[_0x3debbf(0x6a4)][_0x3debbf(0x230)](e[_0x3debbf(0x850)])[_0x3debbf(0x810)]({'hostUnitId':_0x54313d[_0x3debbf(0x1ee)],'embedId':_0x54313d['embedId'],'childUnitId':_0x54313d[_0x3debbf(0x542)],'childType':_0x54313d[_0x3debbf(0x4af)],'reason':_0x3debbf(0x6be)});}['_activateTabPeerFocusLease'](_0x21cd31){const _0x2a9d32=_0x566a84;this[_0x2a9d32(0x619)](_0x21cd31[_0x2a9d32(0x1ee)],_0x21cd31[_0x2a9d32(0x61a)]),this[_0x2a9d32(0x5d1)](_0x21cd31[_0x2a9d32(0x61a)]);let _0x56dbee=[];if(this[_0x2a9d32(0x6a4)]['has'](G)&&_0x56dbee[_0x2a9d32(0x5bf)](this[_0x2a9d32(0x6a4)]['get'](G)[_0x2a9d32(0x4f2)]({'embedId':_0x21cd31['embedId'],'role':_0x2a9d32(0x5cc),'owner':_0x2a9d32(0x5a8),'sessionMode':_0x2a9d32(0x571),'hostUnitId':_0x21cd31[_0x2a9d32(0x1ee)],'childUnitId':_0x21cd31[_0x2a9d32(0x542)],'childType':_0x21cd31[_0x2a9d32(0x4af)]})),this[_0x2a9d32(0x6a4)][_0x2a9d32(0x44c)](q)){var _0x31da21,_0x568bbc;_0x56dbee[_0x2a9d32(0x5bf)](this[_0x2a9d32(0x6a4)]['get'](q)[_0x2a9d32(0x645)](_0x21cd31[_0x2a9d32(0x61a)],((_0x31da21=_0x21cd31['hostElement'])==null?void 0x0:_0x31da21[_0x2a9d32(0x7b6)])??((_0x568bbc=_0x21cd31[_0x2a9d32(0x630)])==null?void 0x0:_0x568bbc['renderScope']['rootElement'][_0x2a9d32(0x7b6)])));}_0x56dbee[_0x2a9d32(0x3d7)]&&this[_0x2a9d32(0x67b)][_0x2a9d32(0x243)](_0x21cd31[_0x2a9d32(0x61a)],{'hostUnitId':_0x21cd31[_0x2a9d32(0x1ee)],'disposable':(0x0,n['toDisposable'])(()=>{const _0x57464f=_0x2a9d32;[..._0x56dbee][_0x57464f(0x6a7)]()[_0x57464f(0x2a5)](_0x3bdf14=>_0x3bdf14[_0x57464f(0x3b5)]());})});}[_0x566a84(0x619)](_0x5a3a87,_0x5484c5){const _0x12882d=_0x566a84;[...this['_tabFocusLeases'][_0x12882d(0x6e6)]()][_0x12882d(0x2a5)](([_0x184304,_0x10600e])=>{const _0x169064=_0x12882d;_0x184304!==_0x5484c5&&_0x10600e[_0x169064(0x1ee)]===_0x5a3a87&&(_0x10600e[_0x169064(0x564)][_0x169064(0x3b5)](),this[_0x169064(0x67b)]['delete'](_0x184304));});}[_0x566a84(0x5d1)](_0x787ee5){const _0x3e752f=_0x566a84;let _0x16de97=this[_0x3e752f(0x67b)]['get'](_0x787ee5);_0x16de97&&(_0x16de97['disposable'][_0x3e752f(0x3b5)](),this[_0x3e752f(0x67b)][_0x3e752f(0x304)](_0x787ee5));}['_createMountFocusRestorer'](_0x92ec68){const _0x28b50e=_0x566a84;var _0xd455a,_0x619878;if((_0xd455a=_0x92ec68[_0x28b50e(0x4fa)])!=null&&_0xd455a[_0x28b50e(0x828)]&&_0x92ec68[_0x28b50e(0x4fa)][_0x28b50e(0x828)]['enabled']||!this[_0x28b50e(0x6a4)]['has'](n[_0x28b50e(0x64e)])||!_0x92ec68['childUnitId'])return(0x0,n[_0x28b50e(0x87f)])(()=>{});let _0x4ae3a0=this[_0x28b50e(0x6a4)][_0x28b50e(0x230)](n[_0x28b50e(0x64e)]),_0x54598c=_0x4ae3a0['getFocusedUnit'],_0x5f1bc2=_0x4ae3a0[_0x28b50e(0x210)];if(typeof _0x54598c!=_0x28b50e(0x833)||typeof _0x5f1bc2!=_0x28b50e(0x833))return(0x0,n[_0x28b50e(0x87f)])(()=>{});let _0x30109a=(_0x619878=_0x54598c[_0x28b50e(0x743)](_0x4ae3a0))==null?void 0x0:_0x619878[_0x28b50e(0x6b5)]();if(!_0x30109a||_0x30109a===_0x92ec68['childUnitId'])return(0x0,n[_0x28b50e(0x87f)])(()=>{});let _0x50a4da=()=>{const _0x533f39=_0x28b50e;var _0x19b711;((_0x19b711=_0x54598c['call'](_0x4ae3a0))==null?void 0x0:_0x19b711[_0x533f39(0x6b5)]())===_0x92ec68[_0x533f39(0x542)]&&_0x5f1bc2[_0x533f39(0x743)](_0x4ae3a0,_0x30109a);},_0x59fd1b=[],_0x1fc51b=[];return _0x50a4da(),typeof window<'u'&&(_0x1fc51b[_0x28b50e(0x5bf)](window[_0x28b50e(0x4cf)](_0x50a4da)),_0x59fd1b[_0x28b50e(0x5bf)](window[_0x28b50e(0x294)](_0x50a4da,0x0)),_0x59fd1b[_0x28b50e(0x5bf)](window['setTimeout'](_0x50a4da,0x78))),(0x0,n[_0x28b50e(0x87f)])(()=>{const _0x5b0c08=_0x28b50e;typeof window>'u'||(_0x1fc51b['forEach'](_0x100a95=>window[_0x5b0c08(0x28b)](_0x100a95)),_0x59fd1b[_0x5b0c08(0x2a5)](_0x407174=>window[_0x5b0c08(0x425)](_0x407174)));});}[_0x566a84(0x5db)](_0x334eea){const _0x126455=_0x566a84;let _0x173189=[...this[_0x126455(0x306)][_0x126455(0x2cb)]()][_0x126455(0x2f6)](({session:_0x11d706})=>_0x11d706[_0x126455(0x61a)]!==_0x334eea[_0x126455(0x61a)]&&_0x11d706[_0x126455(0x542)]===_0x334eea[_0x126455(0x542)]);if(_0x173189)throw new ot(_0x334eea[_0x126455(0x542)],_0x173189[_0x126455(0x7e5)][_0x126455(0x61a)]);if(this['_univerInstanceService'][_0x126455(0x6b6)](_0x334eea[_0x126455(0x542)],_0x334eea['childType']))return;let _0x4197c3=this['_univerInstanceService']['getUnitType'](_0x334eea[_0x126455(0x542)]);throw _0x4197c3!==n[_0x126455(0x52f)]['UNRECOGNIZED']&&_0x4197c3!==_0x334eea['childType']?Error(_0x126455(0x7f6)):Error(_0x126455(0x55d));}};st=X([Y(0x0,(0x0,n[_0x566a84(0x240)])(tt)),Y(0x1,(0x0,n[_0x566a84(0x240)])($e)),Y(0x2,(0x0,n[_0x566a84(0x240)])(nt)),Y(0x3,(0x0,n[_0x566a84(0x240)])(rt)),Y(0x4,n[_0x566a84(0x64e)]),Y(0x5,(0x0,n[_0x566a84(0x240)])(ie)),Y(0x6,(0x0,n['Inject'])(se)),Y(0x7,(0x0,n[_0x566a84(0x240)])(n[_0x566a84(0x700)]))],st);function ct(_0x3ce3b6,_0x1ef84e,_0x20f59e){const _0x5d36de=_0x566a84;if(_0x3ce3b6['dataset']['embedRenderScopeActive']=_0x1ef84e?_0x5d36de(0x856):'false',_0x20f59e!==_0x5d36de(0x828)){_0x3ce3b6[_0x5d36de(0x7b0)](_0x5d36de(0x45b)),_0x3ce3b6[_0x5d36de(0x7b0)](_0x5d36de(0x3d3)),_0x3ce3b6[_0x5d36de(0x29c)][_0x5d36de(0x5b1)](_0x5d36de(0x426)),_0x3ce3b6[_0x5d36de(0x29c)][_0x5d36de(0x5b1)]('pointer-events');return;}if(_0x3ce3b6[_0x5d36de(0x596)]('inert',!_0x1ef84e),_0x1ef84e){_0x3ce3b6[_0x5d36de(0x7b0)](_0x5d36de(0x3d3)),_0x3ce3b6[_0x5d36de(0x29c)][_0x5d36de(0x5b1)](_0x5d36de(0x426)),_0x3ce3b6['style'][_0x5d36de(0x5b1)](_0x5d36de(0x6f1));return;}_0x3ce3b6[_0x5d36de(0x399)](_0x5d36de(0x3d3),_0x5d36de(0x856)),_0x3ce3b6[_0x5d36de(0x29c)][_0x5d36de(0x426)]=_0x5d36de(0x2db),_0x3ce3b6['style'][_0x5d36de(0x7b7)]=_0x5d36de(0x2db);}function lt(_0x145df6){const _0x2b866f=_0x566a84;let _0x28cf90=document[_0x2b866f(0x77f)](_0x2b866f(0x694));return _0x28cf90[_0x2b866f(0x264)][_0x2b866f(0x81f)]=_0x145df6??_0x2b866f(0x29d),_0x28cf90[_0x2b866f(0x29c)][_0x2b866f(0x5ca)]=['box-sizing:border-box',_0x2b866f(0x3c5),_0x2b866f(0x34d),_0x2b866f(0x213),_0x2b866f(0x507),_0x2b866f(0x670),_0x2b866f(0x574),_0x2b866f(0x461),_0x2b866f(0x5f1),'border-radius:8px',_0x2b866f(0x348),_0x2b866f(0x1dd),_0x2b866f(0x2d4),'text-align:center'][_0x2b866f(0x81a)](';'),_0x28cf90[_0x2b866f(0x498)]=_0x145df6===_0x2b866f(0x443)?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x2b866f(0x745),_0x28cf90;}let ut=class extends n[_0x566a84(0x7b8)]{constructor(_0x192f80,_0x427176,_0x34d220,_0x378a98,_0x4e1a4f,_0x38dc5a,_0x4d4941,_0x3c587b,_0x5a7df6){const _0x32870b=_0x566a84;var _0x2cf9fd;super(),this[_0x32870b(0x5bb)]=_0x192f80,this[_0x32870b(0x633)]=_0x427176,this[_0x32870b(0x2fe)]=_0x34d220,this[_0x32870b(0x4ee)]=_0x378a98,this['_mountService']=_0x4e1a4f,this[_0x32870b(0x86e)]=_0x38dc5a,this[_0x32870b(0x4c5)]=_0x4d4941,this['_contextService']=_0x3c587b,this['_layoutService']=_0x5a7df6,H(this,'_previousChildCurrentUnits',new Map());let _0x382401=(_0x2cf9fd=this[_0x32870b(0x5bb)]['focused$'])==null?void 0x0:_0x2cf9fd[_0x32870b(0x43a)](_0x1bac24=>{this['_restoreStage2ChildFocusWhenHostRefocuses'](_0x1bac24??null);});_0x382401&&this[_0x32870b(0x884)](_0x382401);}['activateTab'](_0x19af60){const _0x2a00b2=_0x566a84;var _0x463ceb;this[_0x2a00b2(0x6f7)](_0x19af60),this[_0x2a00b2(0x2c6)](_0x19af60),this[_0x2a00b2(0x2fe)][_0x2a00b2(0x38c)]({'embedId':_0x19af60[_0x2a00b2(0x61a)],'hostUnitId':_0x19af60['hostUnitId'],'hostType':_0x19af60['hostType'],'entry':_0x19af60[_0x2a00b2(0x754)],'hostAnchorId':_0x19af60['hostAnchorId'],'descriptor':_0x19af60}),this['_mountService'][_0x2a00b2(0x3f8)](_0x19af60[_0x2a00b2(0x61a)]);let _0x43b967=this[_0x2a00b2(0x86e)]['get'](_0x19af60[_0x2a00b2(0x4af)]);return this['_menuOverrideService'][_0x2a00b2(0x207)](_0x19af60,_0x2a00b2(0x678),{'layoutPolicy':_0x43b967==null||(_0x463ceb=_0x43b967[_0x2a00b2(0x7d4)])==null?void 0x0:_0x463ceb['tab'],'allowPlaceholder':(_0x43b967==null?void 0x0:_0x43b967[_0x2a00b2(0x70c)])===_0x2a00b2(0x57c)||(_0x43b967==null?void 0x0:_0x43b967['hostHeaderMode'])==='placeholder'});}[_0x566a84(0x39a)](_0x379437,_0x288e3b,_0x14b47d={}){const _0x4d3d9f=_0x566a84;this[_0x4d3d9f(0x6f7)](_0x379437);let _0x55a9e3=this[_0x4d3d9f(0x4c5)]['getActive'](),_0x5b4ec5=_0x288e3b===_0x4d3d9f(0x4de)&&(_0x55a9e3==null?void 0x0:_0x55a9e3[_0x4d3d9f(0x61a)])===_0x379437[_0x4d3d9f(0x61a)]&&_0x55a9e3[_0x4d3d9f(0x542)]===_0x379437[_0x4d3d9f(0x542)]&&_0x55a9e3[_0x4d3d9f(0x512)]===_0x4d3d9f(0x4de);(_0x55a9e3==null?void 0x0:_0x55a9e3['stage'])===_0x4d3d9f(0x4de)&&!_0x5b4ec5&&this['_restorePreviousChildCurrentUnit'](_0x55a9e3['embedId']),_0x288e3b===_0x4d3d9f(0x4de)&&!_0x5b4ec5&&this[_0x4d3d9f(0x2c6)](_0x379437),this['_focusOwnerService'][_0x4d3d9f(0x810)]({'hostUnitId':_0x379437[_0x4d3d9f(0x1ee)],'embedId':_0x379437[_0x4d3d9f(0x61a)],'childUnitId':_0x379437['childUnitId'],'childType':_0x379437[_0x4d3d9f(0x4af)],'reason':_0x4d3d9f(0x5f4)}),this[_0x4d3d9f(0x42c)]['activateSession'](_0x379437[_0x4d3d9f(0x61a)]);let _0x7697ae={'hostUnitId':_0x379437[_0x4d3d9f(0x1ee)],'embedId':_0x379437[_0x4d3d9f(0x61a)],'childUnitId':_0x379437[_0x4d3d9f(0x542)]};_0x288e3b?this[_0x4d3d9f(0x4c5)][_0x4d3d9f(0x207)](_0x7697ae,_0x288e3b):this['_floatingActiveService'][_0x4d3d9f(0x207)](_0x7697ae),this[_0x4d3d9f(0x4ee)]['clear'](),_0x288e3b===_0x4d3d9f(0x4de)?(this['_focusUnit'](_0x379437[_0x4d3d9f(0x542)],_0x379437[_0x4d3d9f(0x4af)],!0x1),this[_0x4d3d9f(0x341)](_0x379437)):(this[_0x4d3d9f(0x5bb)][_0x4d3d9f(0x1d7)](_0x379437['hostUnitId']),this[_0x4d3d9f(0x5bb)]['focusUnit'](_0x379437[_0x4d3d9f(0x1ee)]));}['focusFloatingRuntime'](_0x4186b9,_0x1ae61c={}){const _0x1932d9=_0x566a84;this[_0x1932d9(0x39a)](_0x4186b9,_0x1932d9(0x4de),_0x1ae61c);}[_0x566a84(0x691)](_0x56bfdc){const _0x2e29a1=_0x566a84;this['_assertResolvedChild'](_0x56bfdc),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x56bfdc[_0x2e29a1(0x1ee)],'embedId':_0x56bfdc[_0x2e29a1(0x61a)],'childUnitId':_0x56bfdc['childUnitId'],'childType':_0x56bfdc['childType'],'reason':_0x2e29a1(0x5f4)}),this[_0x2e29a1(0x7be)](_0x56bfdc[_0x2e29a1(0x542)],_0x56bfdc['childType']);}[_0x566a84(0x57d)](_0x502664){const _0xa51ef8=_0x566a84;let _0x2dc4bb=this['_focusOwnerService'][_0xa51ef8(0x728)]();_0x2dc4bb!=null&&_0x2dc4bb['embedId']&&_0x2dc4bb[_0xa51ef8(0x61a)]!==_0x502664[_0xa51ef8(0x61a)]||(this[_0xa51ef8(0x633)][_0xa51ef8(0x54f)](_0x502664[_0xa51ef8(0x61a)]),this['_univerInstanceService']['setCurrentUnitForType'](_0x502664['hostUnitId']),this[_0xa51ef8(0x5bb)][_0xa51ef8(0x210)](_0x502664[_0xa51ef8(0x1ee)]));}['clearFloating'](_0x34d5e1,_0x17ed03){const _0x4e7b82=_0x566a84;let _0x13e8dc=this[_0x4e7b82(0x633)]['getFocusOwner']();if(_0x34d5e1&&_0x13e8dc!=null&&_0x13e8dc['embedId']&&_0x13e8dc[_0x4e7b82(0x61a)]!==_0x34d5e1)return;let _0x1399d1=this[_0x4e7b82(0x4c5)][_0x4e7b82(0x34e)]();if(_0x34d5e1&&!_0x13e8dc&&(_0x1399d1==null?void 0x0:_0x1399d1[_0x4e7b82(0x61a)])!==_0x34d5e1&&!_0x17ed03)return;let _0x472249=_0x17ed03??(_0x13e8dc==null?void 0x0:_0x13e8dc[_0x4e7b82(0x1ee)])??(_0x1399d1==null?void 0x0:_0x1399d1[_0x4e7b82(0x1ee)]);this[_0x4e7b82(0x4c5)][_0x4e7b82(0x525)](_0x34d5e1),this[_0x4e7b82(0x633)][_0x4e7b82(0x54f)](_0x34d5e1),this[_0x4e7b82(0x4ee)][_0x4e7b82(0x525)](_0x34d5e1),_0x34d5e1&&this['_restorePreviousChildCurrentUnit'](_0x34d5e1),_0x34d5e1&&this[_0x4e7b82(0x42c)]['deactivateFloatingSession'](_0x34d5e1),_0x472249&&(this[_0x4e7b82(0x5bb)][_0x4e7b82(0x1d7)](_0x472249),this['_univerInstanceService'][_0x4e7b82(0x210)](_0x472249));}[_0x566a84(0x6f5)](_0x167dd9){const _0x1cf3ab=_0x566a84;this[_0x1cf3ab(0x4ee)]['clear'](_0x167dd9),this[_0x1cf3ab(0x633)]['clearFocusOwner'](_0x167dd9);let _0x4f7b59=this[_0x1cf3ab(0x42c)][_0x1cf3ab(0x4ae)](_0x167dd9);_0x4f7b59['forEach'](_0x36a2f9=>this['_restorePreviousChildCurrentUnit'](_0x36a2f9[_0x1cf3ab(0x61a)],_0x36a2f9['childType'],_0x36a2f9[_0x1cf3ab(0x542)])),new Set(_0x4f7b59[_0x1cf3ab(0x3c0)](_0x5913f5=>_0x5913f5['hostUnitId']))[_0x1cf3ab(0x2a5)](_0x25e33c=>{const _0x1009b3=_0x1cf3ab;this[_0x1009b3(0x5bb)]['setCurrentUnitForType'](_0x25e33c),this[_0x1009b3(0x5bb)][_0x1009b3(0x210)](_0x25e33c);});}[_0x566a84(0x2c6)](_0x280fce){const _0x3df119=_0x566a84;if(this['_previousChildCurrentUnits'][_0x3df119(0x44c)](_0x280fce['embedId']))return;let _0x2e0b88=_0x280fce['childType'],_0x52e816=this[_0x3df119(0x2be)](_0x2e0b88);this[_0x3df119(0x357)][_0x3df119(0x243)](_0x280fce['embedId'],{'childType':_0x2e0b88,'childUnitId':_0x280fce[_0x3df119(0x542)],'unitId':_0x52e816&&_0x52e816!==_0x280fce[_0x3df119(0x542)]?_0x52e816:void 0x0});}[_0x566a84(0x798)](_0x4a9f6d,_0x1dd809,_0x5e912c){const _0xe63d96=_0x566a84;let _0x152245=this[_0xe63d96(0x357)][_0xe63d96(0x230)](_0x4a9f6d);this[_0xe63d96(0x357)][_0xe63d96(0x304)](_0x4a9f6d);let _0x13d394=_0x1dd809??(_0x152245==null?void 0x0:_0x152245[_0xe63d96(0x4af)]),_0x2e6e23=_0x5e912c??(_0x152245==null?void 0x0:_0x152245[_0xe63d96(0x542)]);if(_0x13d394==null||!_0x2e6e23)return;let _0x1d2dbb=(_0x152245==null?void 0x0:_0x152245[_0xe63d96(0x4af)])===_0x13d394&&_0x152245[_0xe63d96(0x569)]&&this['_hasUnit'](_0x152245[_0xe63d96(0x569)],_0x13d394)?_0x152245[_0xe63d96(0x569)]:this['_findFallbackUnitId'](_0x13d394,_0x2e6e23);_0x1d2dbb&&this[_0xe63d96(0x5bb)][_0xe63d96(0x1d7)](_0x1d2dbb);}[_0x566a84(0x2be)](_0x4937f1){const _0xba3154=_0x566a84;var _0x12cbbf;let _0x252101=this['_univerInstanceService']['getCurrentUnitOfType'];return _0x252101==null||(_0x12cbbf=_0x252101['call'](this[_0xba3154(0x5bb)],_0x4937f1))==null?void 0x0:_0x12cbbf['getUnitId']();}['_hasUnit'](_0x2bbbab,_0x2dbced){const _0x4f90f3=_0x566a84;let _0xb4b185=this[_0x4f90f3(0x5bb)][_0x4f90f3(0x6b6)];return!!(_0xb4b185!=null&&_0xb4b185['call'](this[_0x4f90f3(0x5bb)],_0x2bbbab,_0x2dbced));}['_findFallbackUnitId'](_0x25f2ed,_0x5992f0){const _0x306a4b=_0x566a84;var _0x153bdd;let _0x2903ae=this[_0x306a4b(0x5bb)][_0x306a4b(0x242)];return _0x2903ae==null||(_0x153bdd=_0x2903ae['call'](this[_0x306a4b(0x5bb)],_0x25f2ed))==null||(_0x153bdd=_0x153bdd[_0x306a4b(0x2f6)](_0xc01607=>_0xc01607[_0x306a4b(0x6b5)]()!==_0x5992f0))==null?void 0x0:_0x153bdd['getUnitId']();}[_0x566a84(0x7be)](_0x5ad4c2,_0x1e57a1,_0x387256=!0x0){const _0x51f6ad=_0x566a84;var _0x145885;let _0x150bd8=this['_univerInstanceService'][_0x51f6ad(0x380)];(typeof _0x150bd8!=_0x51f6ad(0x833)||((_0x145885=_0x150bd8[_0x51f6ad(0x743)](this[_0x51f6ad(0x5bb)]))==null?void 0x0:_0x145885[_0x51f6ad(0x6b5)]())!==_0x5ad4c2)&&this['_univerInstanceService'][_0x51f6ad(0x210)](_0x5ad4c2),this[_0x51f6ad(0x7c2)](_0x5ad4c2,_0x1e57a1),this[_0x51f6ad(0x811)]['setContextValue'](n['FOCUSING_UNIT'],!0x0),this[_0x51f6ad(0x811)]['setContextValue'](n[_0x51f6ad(0x85d)],_0x1e57a1===n['UniverInstanceType'][_0x51f6ad(0x632)]),this[_0x51f6ad(0x811)][_0x51f6ad(0x52d)](n[_0x51f6ad(0x6fb)],_0x1e57a1===n[_0x51f6ad(0x52f)][_0x51f6ad(0x4bf)]),this[_0x51f6ad(0x811)][_0x51f6ad(0x52d)](n[_0x51f6ad(0x822)],_0x1e57a1===n['UniverInstanceType'][_0x51f6ad(0x658)]),_0x387256&&this[_0x51f6ad(0x367)]();}['_restoreStage2ChildFocusWhenHostRefocuses'](_0x3fbbe9){const _0x1cadac=_0x566a84;let _0x675c32=this['_floatingActiveService'][_0x1cadac(0x34e)]();if((_0x675c32==null?void 0x0:_0x675c32[_0x1cadac(0x512)])!==_0x1cadac(0x4de)||_0x3fbbe9!==_0x675c32[_0x1cadac(0x1ee)])return;let _0x5ef888=this['_focusOwnerService'][_0x1cadac(0x728)]();(_0x5ef888==null?void 0x0:_0x5ef888['embedId'])===_0x675c32[_0x1cadac(0x61a)]&&_0x5ef888[_0x1cadac(0x542)]===_0x675c32[_0x1cadac(0x542)]&&_0x5ef888[_0x1cadac(0x4af)]!=null&&this[_0x1cadac(0x7be)](_0x5ef888['childUnitId'],_0x5ef888[_0x1cadac(0x4af)],!0x1);}[_0x566a84(0x341)](_0x16a2ad){const _0x32035a=_0x566a84;let _0x5a3285=()=>{const _0x5a80c4=_0x75bf;let _0x5cb768=this[_0x5a80c4(0x4c5)][_0x5a80c4(0x34e)]();(_0x5cb768==null?void 0x0:_0x5cb768[_0x5a80c4(0x61a)])===_0x16a2ad['embedId']&&_0x5cb768[_0x5a80c4(0x542)]===_0x16a2ad['childUnitId']&&_0x5cb768[_0x5a80c4(0x512)]==='stage2'&&this[_0x5a80c4(0x7be)](_0x16a2ad[_0x5a80c4(0x542)],_0x16a2ad['childType'],!0x1);};typeof queueMicrotask==_0x32035a(0x833)&&queueMicrotask(_0x5a3285),requestAnimationFrame(_0x5a3285);}[_0x566a84(0x7c2)](_0x4d95e6,_0x1a23dc){const _0x3ea292=_0x566a84;var _0x773ae8;let _0x246fb9=this[_0x3ea292(0x5bb)][_0x3ea292(0x575)];(typeof _0x246fb9!=_0x3ea292(0x833)||((_0x773ae8=_0x246fb9[_0x3ea292(0x743)](this[_0x3ea292(0x5bb)],_0x1a23dc))==null?void 0x0:_0x773ae8[_0x3ea292(0x6b5)]())!==_0x4d95e6)&&this[_0x3ea292(0x5bb)][_0x3ea292(0x1d7)](_0x4d95e6);}[_0x566a84(0x367)](){const _0x105ef7=_0x566a84;let _0x2b86e4=()=>this[_0x105ef7(0x682)][_0x105ef7(0x2b9)]();_0x2b86e4(),typeof queueMicrotask==_0x105ef7(0x833)&&queueMicrotask(_0x2b86e4),requestAnimationFrame(_0x2b86e4);}[_0x566a84(0x6f7)](_0x4bba2d){const _0x3f5818=_0x566a84;if(!_0x4bba2d['childUnitId']||_0x4bba2d['childType']==null)throw Error(_0x3f5818(0x413));}};ut=X([Y(0x0,n['IUniverInstanceService']),Y(0x1,(0x0,n[_0x566a84(0x240)])(e[_0x566a84(0x850)])),Y(0x2,(0x0,n['Inject'])(e[_0x566a84(0x238)])),Y(0x3,(0x0,n['Inject'])(ae)),Y(0x4,(0x0,n[_0x566a84(0x240)])(st)),Y(0x5,(0x0,n[_0x566a84(0x240)])(U)),Y(0x6,(0x0,n[_0x566a84(0x240)])(ie)),Y(0x7,n['IContextService']),Y(0x8,a[_0x566a84(0x272)])],ut);function Z(_0x581e14){const _0x13c840=_0x566a84;let {injector:_0x470db2,children:_0x1e6c65,mountContainer:_0xa8b3d7,embedId:_0xb4f77d}=_0x581e14;return(0x0,u['jsx'])((0x0,c[_0x13c840(0x3d4)])(()=>(0x0,a[_0x13c840(0x1ed)])(dt,_0x470db2),[_0x470db2]),{'mountContainer':_0xa8b3d7,'embedId':_0xb4f77d,'children':_0x1e6c65});}function dt(_0x3725d8){const _0x1c577a=_0x566a84;let {children:_0x3b128c,mountContainer:_0x526640,embedId:_0x2e7cf5}=_0x3725d8,_0x5c2dda=(0x0,a['useInjector'])(),_0x4d290f=(0x0,a['useDependency'])(n[_0x1c577a(0x3a9)]),_0x232cd1=(0x0,c[_0x1c577a(0x3d4)])(()=>_0x5c2dda[_0x1c577a(0x44c)](n[_0x1c577a(0x44e)])?_0x5c2dda['get'](n[_0x1c577a(0x44e)]):void 0x0,[_0x5c2dda]),_0x58b150=(0x0,a[_0x1c577a(0x5ab)])(()=>_0x4d290f[_0x1c577a(0x47a)]['pipe']((0x0,l[_0x1c577a(0x3c0)])(()=>_0x4d290f['getLocales']())),_0x4d290f[_0x1c577a(0x618)](),!0x1,[_0x4d290f]),_0x51a7b4=(0x0,a['useObservable'])(()=>_0x4d290f[_0x1c577a(0x331)],_0x4d290f[_0x1c577a(0x4b3)](),!0x1,[_0x4d290f]),_0x5dc2d1=ht(_0x232cd1),_0x38a947=(0x0,c['useRef'])(null),_0x2087f8=(0x0,c[_0x1c577a(0x3d4)])(()=>_0x526640!==void 0x0||typeof document>'u'?null:document['createElement'](_0x1c577a(0x694)),[_0x526640]),_0x33b1c8=_0x526640===void 0x0?_0x2087f8:_0x526640;return(0x0,c[_0x1c577a(0x5e7)])(()=>{const _0xd3f5ab=_0x1c577a;if(_0x2087f8)return document[_0xd3f5ab(0x2d0)]['appendChild'](_0x2087f8),()=>{const _0x35989b=_0xd3f5ab;document[_0x35989b(0x2d0)][_0x35989b(0x2fa)](_0x2087f8);};},[_0x2087f8]),(0x0,c[_0x1c577a(0x5e7)])(()=>{const _0xa350a3=_0x1c577a;let _0x34c98d=_0x33b1c8;_0x34c98d&&_0x34c98d[_0xa350a3(0x399)](_0xa350a3(0x26a),_0x51a7b4);},[_0x51a7b4,_0x33b1c8]),(0x0,c[_0x1c577a(0x5e7)])(()=>{const _0xabf0ee=_0x1c577a;let _0x51a143=_0x33b1c8;if(!_0x51a143||!_0x2e7cf5)return;let _0x1209d8=_0x51a143[_0xabf0ee(0x477)](K);return _0x51a143[_0xabf0ee(0x399)](K,_0x2e7cf5),()=>{const _0x2e321a=_0xabf0ee;if(_0x1209d8==null){_0x51a143[_0x2e321a(0x7b0)](K);return;}_0x51a143[_0x2e321a(0x399)](K,_0x1209d8);};},[_0x2e7cf5,_0x33b1c8]),(0x0,u[_0x1c577a(0x353)])(o[_0x1c577a(0x2ca)],{'locale':_0x58b150==null?void 0x0:_0x58b150[_0x1c577a(0x445)],'direction':_0x51a7b4,'mountContainer':_0x33b1c8,'children':(0x0,u[_0x1c577a(0x353)])(_0x1c577a(0x694),{'ref':_0x38a947,'className':(0x0,o[_0x1c577a(0x59c)])('univer-contents',{'univer-dark':_0x5dc2d1}),'data-embed-runtime-provider':_0x1c577a(0x856),'onPointerUpCapture':_0x37f20f=>{const _0x30f8ec=_0x1c577a;let _0x2e9a9e=_0x38a947[_0x30f8ec(0x731)],_0x39c1f2=_0x37f20f[_0x30f8ec(0x394)];if(!_0x2e7cf5||!_0x2e9a9e)return;let _0xa43a0f=()=>ft(_0x2e7cf5,_0x2e9a9e,_0x39c1f2);typeof queueMicrotask==_0x30f8ec(0x833)?queueMicrotask(_0xa43a0f):Promise['resolve']()[_0x30f8ec(0x773)](_0xa43a0f);},'children':_0x3b128c})});}function ft(_0x3d128b,_0x25cfdd,_0x2f5f8b){const _0x3eb7f3=_0x566a84;let _0x1296f7=_0x25cfdd[_0x3eb7f3(0x7b6)]['activeElement'];if(pt(_0x1296f7,_0x3d128b))return;let _0x47e806=_0x2f5f8b instanceof HTMLElement&&_0x25cfdd[_0x3eb7f3(0x456)](_0x2f5f8b)?_0x2f5f8b:null,_0x119132=mt(_0x47e806)?_0x47e806:_0x25cfdd[_0x3eb7f3(0x68a)](_0x3eb7f3(0x253));_0x119132==null||_0x119132[_0x3eb7f3(0x2b9)]({'preventScroll':!0x0});}function pt(_0x40f023,_0x4c0f1d){const _0x215c6a=_0x566a84;let _0x3d38c2=_0x40f023==null?void 0x0:_0x40f023[_0x215c6a(0x2a6)]('['+K+']');return(_0x3d38c2==null?void 0x0:_0x3d38c2['getAttribute'](K))===_0x4c0f1d;}function mt(_0x18b0a4){const _0xe7d7da=_0x566a84;return!!_0x18b0a4&&!_0x18b0a4[_0xe7d7da(0x686)]('disabled')&&_0x18b0a4[_0xe7d7da(0x6c0)]>=0x0;}function ht(_0x28cb14){const _0x42beda=_0x566a84;return(0x0,c[_0x42beda(0x871)])(_0x1c58dd=>{const _0x56b676=_0x42beda;if(!_0x28cb14)return()=>{};let _0x2be1f5=_0x28cb14[_0x56b676(0x82c)][_0x56b676(0x43a)](()=>_0x1c58dd());return()=>_0x2be1f5[_0x56b676(0x635)]();},()=>(_0x28cb14==null?void 0x0:_0x28cb14[_0x42beda(0x5ba)])??!0x1,()=>!0x1);}const gt=new WeakMap(),_t=new WeakMap(),vt=new WeakMap();function yt(_0x48bd91){const _0x11122d=_0x566a84;let _0x10906a=gt[_0x11122d(0x230)](_0x48bd91);if(_0x10906a)return vt[_0x11122d(0x243)](_0x10906a,(vt[_0x11122d(0x230)](_0x10906a)??0x0)+0x1),_0x10906a;let _0x21d626={'render':_0x38e14b=>(0x0,o['render'])(_0x38e14b,_0x48bd91)};return gt['set'](_0x48bd91,_0x21d626),_t['set'](_0x21d626,_0x48bd91),vt[_0x11122d(0x243)](_0x21d626,0x0),_0x21d626;}function bt(_0x5655a8){const _0x22e0b4=_0x566a84;let _0x3eb946=_t['get'](_0x5655a8),_0x130e0b=vt[_0x22e0b4(0x230)](_0x5655a8)??0x0;globalThis[_0x22e0b4(0x294)](()=>{const _0x47769b=_0x22e0b4;_0x3eb946&&gt['get'](_0x3eb946)!==_0x5655a8||(vt[_0x47769b(0x230)](_0x5655a8)??0x0)===_0x130e0b&&(_0x3eb946&&(gt[_0x47769b(0x304)](_0x3eb946),_t[_0x47769b(0x304)](_0x5655a8)),vt['delete'](_0x5655a8),_0x3eb946&&(0x0,o['unmount'])(_0x3eb946));},0x0);}function xt(_0x355054){const _0x3e3a9e=_0x566a84;let {container:_0x29e375,portalContainer:_0x4bd9d4,injector:_0x21a1f6,childType:_0x19eb8b,childUnitId:_0x42dee9,embedId:_0x19065b,menuSchema:_0x16480e,menuTitlePrefix:_0x89a100,activeRibbonTab:_0x3cd0da,headerMenu:_0x11d19d=!0x1,toolbarOnly:_0x27d82c,ribbonHeaderClassName:_0x3190b0,scopedActionServiceTokens:_0x1a815f}=_0x355054;if(_0x16480e!=null&&typeof _0x16480e!='object')return;let _0x3c82b2=St(_0x21a1f6,{'childType':_0x19eb8b,'childUnitId':_0x42dee9,'embedId':_0x19065b,'menuSchema':_0x16480e,'menuTitlePrefix':_0x89a100,'activeRibbonTab':_0x3cd0da,'scopedActionServiceTokens':_0x1a815f}),_0x19476d=yt(_0x29e375);return _0x19476d['render']((0x0,c[_0x3e3a9e(0x77f)])(Z,{'injector':_0x3c82b2['injector'],'mountContainer':_0x4bd9d4??_0x29e375,'embedId':_0x19065b},(0x0,c[_0x3e3a9e(0x77f)])(a[_0x3e3a9e(0x471)],{'ribbonType':_0x3e3a9e(0x58b),'headerMenu':_0x11d19d,'toolbarOnly':_0x27d82c,'headerClassName':_0x3190b0}))),(0x0,n['toDisposable'])(()=>{const _0x480bd6=_0x3e3a9e;bt(_0x19476d),_0x3c82b2[_0x480bd6(0x564)][_0x480bd6(0x3b5)]();});}function St(_0x493860,_0x1afe21){const _0x4ebc34=_0x566a84;let {childType:_0x2b8dec,childUnitId:_0x4f4801,embedId:_0x44cae0,menuSchema:_0x5a9674,menuTitlePrefix:_0x154323,activeRibbonTab:_0x1eebf1,scopedActionServiceTokens:_0x3143a7}=_0x1afe21,_0x5b7e13=_0x493860[_0x4ebc34(0x230)](n['IUniverInstanceService']),_0x3c43dc=Dt(_0x5b7e13,_0x2b8dec,_0x4f4801),_0x59276e=new Set(_0x3143a7??[]),_0x3af446=new WeakMap(),_0x56ef56,_0x48fa9e=jt(_0x493860['get'](n[_0x4ebc34(0x423)]),_0x5b7e13,_0x2b8dec,_0x4f4801,_0x44cae0,()=>_0x56ef56),_0x44295f=_0x4f4801&&_0x493860[_0x4ebc34(0x44c)](n['IContextService'])?Ot(_0x493860['get'](n[_0x4ebc34(0x73b)]),_0x2b8dec):void 0x0,_0x432392=new Map([[n['IUniverInstanceService'],_0x3c43dc],[n[_0x4ebc34(0x423)],_0x48fa9e]]);_0x44295f&&_0x432392[_0x4ebc34(0x243)](n[_0x4ebc34(0x73b)],_0x44295f),_0x59276e['forEach'](_0x368b9e=>{const _0x3bdae4=_0x4ebc34;_0x4f4801&&_0x493860[_0x3bdae4(0x44c)](_0x368b9e)&&_0x432392[_0x3bdae4(0x243)](_0x368b9e,Nt(_0x493860[_0x3bdae4(0x230)](_0x368b9e),_0x5b7e13,_0x2b8dec,_0x4f4801,_0x44cae0,()=>_0x56ef56,_0x3af446));}),_0x56ef56=we(_0x493860,_0x432392);let _0x3e4312,_0x493a84,_0x29e8f8={};if(_0x5a9674&&typeof _0x5a9674==_0x4ebc34(0x3e8)){let _0x117260=new a[(_0x4ebc34(0x57f))](_0x56ef56,_0x493860[_0x4ebc34(0x230)](n[_0x4ebc34(0x701)]));_0x117260[_0x4ebc34(0x345)](Tt(_0x5a9674,_0x154323,_0x493860)),_0x3e4312=_0x117260,_0x493a84=_0x117260;}else{let _0x2f48e4=_0x493860[_0x4ebc34(0x230)](a[_0x4ebc34(0x692)]),_0x28f91d=_0x2f48e4[_0x4ebc34(0x38d)];_0x3e4312=typeof _0x28f91d==_0x4ebc34(0x833)?_0x28f91d['call'](_0x2f48e4,_0x56ef56):_0x2f48e4;}let _0x2cfe41=new a[(_0x4ebc34(0x87e))](_0x3e4312,_0x3c43dc);_0x29e8f8[_0x4ebc34(0x731)]=_0x2cfe41,_0x1eebf1&&_0x2cfe41[_0x4ebc34(0x40b)](_0x1eebf1);let _0x4e3d12=_0x154323?Ct(_0x2cfe41,_0x154323,_0x493860):_0x2cfe41;return _0x56ef56[_0x4ebc34(0x228)]([a['IMenuManagerService'],{'useValue':_0x3e4312}]),_0x56ef56['add']([a[_0x4ebc34(0x4d6)],{'useValue':_0x4e3d12}]),{'injector':_0x56ef56,'ribbonService':_0x4e3d12,'disposable':(0x0,n[_0x4ebc34(0x87f)])(()=>{const _0x674a69=_0x4ebc34;var _0x5e8691;(_0x5e8691=_0x29e8f8[_0x674a69(0x731)])==null||_0x5e8691['dispose'](),_0x493a84==null||_0x493a84[_0x674a69(0x3b5)](),_0x56ef56[_0x674a69(0x3b5)]();})};}function Ct(_0x4c8974,_0x204240,_0x25e84b){const _0x25d245=_0x566a84;let _0x564b2d;try{_0x564b2d=_0x25e84b['get'](n[_0x25d245(0x3a9)]);}catch{_0x564b2d=void 0x0;}return{'ribbon$':_0x4c8974['ribbon$']['pipe']((0x0,l[_0x25d245(0x3c0)])(_0x374512=>_0x374512[_0x25d245(0x3c0)](_0x351079=>wt(_0x351079,_0x204240,_0x564b2d)))),'activatedTab$':_0x4c8974[_0x25d245(0x3d5)],'collapsedIds$':_0x4c8974[_0x25d245(0x3c3)],'fakeToolbarVisible$':_0x4c8974[_0x25d245(0x47f)],'setActivatedTab':_0x2a40c0=>_0x4c8974[_0x25d245(0x40b)](_0x2a40c0),'showContextualTab':(_0x43ac5a,_0x40d486)=>_0x4c8974['showContextualTab'](_0x43ac5a,_0x40d486),'hideContextualTab':_0x37d026=>_0x4c8974[_0x25d245(0x780)](_0x37d026),'hideAllContextualTabs':()=>_0x4c8974[_0x25d245(0x7ca)](),'setCollapsedIds':_0x47217d=>_0x4c8974[_0x25d245(0x469)](_0x47217d),'setFakeToolbarVisible':_0x2b443c=>_0x4c8974['setFakeToolbarVisible'](_0x2b443c)};}function wt(_0x322401,_0x26ccbb,_0xbe3411){const _0x3a6220=_0x566a84;let _0x15510e=_0x322401[_0x3a6220(0x5d3)]||_0x322401[_0x3a6220(0x3c8)],_0x113708=_0xbe3411?_0xbe3411['t'](_0x15510e):_0x15510e;return{..._0x322401,'title':_0x26ccbb+_0x3a6220(0x248)+_0x113708};}function Tt(_0x51f838,_0x98f860,_0x2fd1ba){const _0x2222ea=_0x566a84;if(!_0x98f860||!_0x51f838||typeof _0x51f838!='object')return _0x51f838;let _0xe1c5bb=Et(_0x51f838),_0x55112a=_0xe1c5bb[a[_0x2222ea(0x36e)][_0x2222ea(0x1d8)]];if(!_0x55112a||typeof _0x55112a!=_0x2222ea(0x3e8))return _0xe1c5bb;let _0x1afc00;try{_0x1afc00=_0x2fd1ba[_0x2222ea(0x230)](n[_0x2222ea(0x3a9)]);}catch{_0x1afc00=void 0x0;}return Object[_0x2222ea(0x2cb)](_0x55112a)[_0x2222ea(0x2a5)](_0x584e7e=>{const _0x56d79b=_0x2222ea;if(!_0x584e7e||typeof _0x584e7e!=_0x56d79b(0x3e8))return;let _0x2de37e=_0x584e7e,_0x4d12ad=_0x2de37e['title'];_0x4d12ad&&(_0x2de37e[_0x56d79b(0x5d3)]=_0x98f860+'\x20-\x20'+(_0x1afc00?_0x1afc00['t'](_0x4d12ad):_0x4d12ad));}),_0xe1c5bb;}function Et(_0x2d5ad5){const _0x5478d7=_0x566a84;return!_0x2d5ad5||typeof _0x2d5ad5!='object'?_0x2d5ad5:Array['isArray'](_0x2d5ad5)?_0x2d5ad5[_0x5478d7(0x3c0)](_0x5ae207=>Et(_0x5ae207)):Object[_0x5478d7(0x2c0)](Object[_0x5478d7(0x6e6)](_0x2d5ad5)[_0x5478d7(0x3c0)](([_0x25cefe,_0x151ca2])=>[_0x25cefe,Et(_0x151ca2)]));}function Dt(_0x43d099,_0xd8362f,_0x477ee8){const _0x321679=_0x566a84;let _0x317e92=()=>_0x477ee8?_0x43d099['getUnit'](_0x477ee8,_0xd8362f):null,_0x311014=_0x477ee8?(0x0,l[_0x321679(0x2f2)])((0x0,l['of'])(_0x477ee8),_0x43d099[_0x321679(0x401)](_0xd8362f)['pipe']((0x0,l[_0x321679(0x3c0)])(()=>_0x477ee8)),_0x43d099[_0x321679(0x313)](_0xd8362f)[_0x321679(0x78a)]((0x0,l['map'])(()=>_0x477ee8))):_0x43d099[_0x321679(0x829)];return{'unitAdded$':_0x43d099[_0x321679(0x562)],'getTypeOfUnitAdded$':(..._0x42cab1)=>_0x43d099[_0x321679(0x401)](..._0x42cab1),'__addUnit':(..._0x2d8051)=>_0x43d099[_0x321679(0x519)](..._0x2d8051),'unitDisposed$':_0x43d099[_0x321679(0x347)],'getTypeOfUnitDisposed$':(..._0x5c598c)=>_0x43d099[_0x321679(0x313)](..._0x5c598c),'focused$':_0x311014,get 'focused'(){const _0x1fc544=_0x321679;return _0x317e92()??_0x43d099[_0x1fc544(0x380)]();},'focusUnit':(..._0x25035d)=>_0x43d099[_0x321679(0x210)](..._0x25035d),'getFocusedUnit':()=>_0x317e92()??_0x43d099[_0x321679(0x380)](),'getCurrentUnitOfType':_0x3fdb59=>_0x3fdb59===_0xd8362f&&_0x477ee8?_0x317e92():_0x43d099[_0x321679(0x575)](_0x3fdb59),'setCurrentUnitForType':(..._0xf90d2d)=>_0x43d099[_0x321679(0x1d7)](..._0xf90d2d),'getCurrentTypeOfUnit$':_0x218c6e=>_0x218c6e!==_0xd8362f||!_0x477ee8?_0x43d099[_0x321679(0x444)](_0x218c6e):(0x0,l[_0x321679(0x2f2)])((0x0,l['of'])(void 0x0),_0x43d099[_0x321679(0x401)](_0xd8362f),_0x43d099['getTypeOfUnitDisposed$'](_0xd8362f))[_0x321679(0x78a)]((0x0,l[_0x321679(0x3c0)])(()=>_0x317e92())),'createUnit':(..._0x3ebefa)=>_0x43d099[_0x321679(0x4d5)](..._0x3ebefa),'getUnitCreateOptions':(..._0x15cc05)=>_0x43d099['getUnitCreateOptions'](..._0x15cc05),'disposeUnit':(..._0x3ac3ad)=>_0x43d099[_0x321679(0x675)](..._0x3ac3ad),'registerCtorForType':(..._0x4a6091)=>_0x43d099[_0x321679(0x573)](..._0x4a6091),'getUnit':(..._0x1a5a9b)=>_0x43d099[_0x321679(0x6b6)](..._0x1a5a9b),'getAllUnitsForType':(..._0x5d9eb8)=>_0x43d099[_0x321679(0x242)](..._0x5d9eb8),'getUnitType':(..._0x187860)=>_0x43d099[_0x321679(0x21a)](..._0x187860)};}function Ot(_0x4e4bcb,_0x2558b0){const _0x4cb2e4=_0x566a84;return{'contextChanged$':_0x4e4bcb[_0x4cb2e4(0x440)],'getContextValue':_0x4f3a24=>kt(_0x4f3a24,_0x2558b0)??_0x4e4bcb['getContextValue'](_0x4f3a24),'setContextValue':(_0x26b7ee,_0x2d740d)=>_0x4e4bcb[_0x4cb2e4(0x52d)](_0x26b7ee,_0x2d740d),'subscribeContextValue$':_0x4abb6b=>{const _0x330935=_0x4cb2e4;let _0x2385e4=kt(_0x4abb6b,_0x2558b0);return _0x2385e4==null?_0x4e4bcb[_0x330935(0x70b)](_0x4abb6b):(0x0,l['of'])(_0x2385e4);}};}function kt(_0x2577ca,_0x4162e6){const _0x1513da=_0x566a84;if(_0x2577ca===n['FOCUSING_UNIT'])return!0x0;if(_0x2577ca===n['FOCUSING_SHEET']||_0x2577ca===n[_0x1513da(0x85d)]||_0x2577ca===n[_0x1513da(0x822)])return _0x2577ca===At(_0x4162e6);}function At(_0x3cf3c9){const _0x390252=_0x566a84;if(_0x3cf3c9===n[_0x390252(0x52f)][_0x390252(0x4bf)])return n['FOCUSING_SHEET'];if(_0x3cf3c9===n['UniverInstanceType']['UNIVER_DOC'])return n['FOCUSING_DOC'];if(_0x3cf3c9===n[_0x390252(0x52f)]['UNIVER_SLIDE'])return n['FOCUSING_SLIDE'];}function jt(_0x2ed67e,_0xd386af,_0xd47f37,_0x19d713,_0x468860,_0x1637d1){const _0x2f79b2=_0x566a84;return _0x19d713?{'disposed':()=>_0x2ed67e[_0x2f79b2(0x4a7)](),'hasCommand':_0x1e8af8=>_0x2ed67e[_0x2f79b2(0x5c6)](_0x1e8af8),'registerCommand':(..._0x511fff)=>_0x2ed67e[_0x2f79b2(0x4f4)](..._0x511fff),'unregisterCommand':_0x449c47=>_0x2ed67e['unregisterCommand'](_0x449c47),'registerMultipleCommand':(..._0x4be8ea)=>_0x2ed67e['registerMultipleCommand'](..._0x4be8ea),'executeCommand':async(..._0x2bdab0)=>{const _0xf13509=_0x2f79b2;let _0x452d75=_0xd386af[_0xf13509(0x575)](_0xd47f37);try{return _0xd386af[_0xf13509(0x1d7)](_0x19d713),await _0x2ed67e[_0xf13509(0x6a9)](_0x2bdab0[0x0],_0x2bdab0[0x1],Mt(_0xd47f37,_0x19d713,_0x2bdab0[0x2]));}finally{Lt(_0xd386af,_0x19d713,_0x452d75,_0x468860,_0x1637d1);}},'syncExecuteCommand':(..._0x46e9fa)=>{const _0x4679b8=_0x2f79b2;let _0x43f8e7=_0xd386af['getCurrentUnitOfType'](_0xd47f37);try{return _0xd386af[_0x4679b8(0x1d7)](_0x19d713),_0x2ed67e['syncExecuteCommand'](_0x46e9fa[0x0],_0x46e9fa[0x1],Mt(_0xd47f37,_0x19d713,_0x46e9fa[0x2]));}finally{Lt(_0xd386af,_0x19d713,_0x43f8e7,_0x468860,_0x1637d1);}},'onCommandExecuted':(..._0x44f3e6)=>_0x2ed67e['onCommandExecuted'](..._0x44f3e6),'beforeCommandExecuted':(..._0x7a6847)=>_0x2ed67e[_0x2f79b2(0x7cc)](..._0x7a6847),'onMutationExecutedForCollab':(..._0x9f3050)=>_0x2ed67e['onMutationExecutedForCollab'](..._0x9f3050)}:_0x2ed67e;}function Mt(_0x3e2ae8,_0x1bf2c1,_0x217b6e){const _0x29c0ef=_0x566a84;return _0x3e2ae8===n[_0x29c0ef(0x52f)][_0x29c0ef(0x377)]?{..._0x217b6e,'unitId':_0x1bf2c1}:_0x217b6e;}function Nt(_0x26aa55,_0x4597d7,_0x1e5f15,_0xb639a8,_0x155a2b,_0x1f9fc5,_0x57fa0d){const _0x23d69a=_0x566a84;if(typeof _0x26aa55!=_0x23d69a(0x3e8)&&typeof _0x26aa55!=_0x23d69a(0x833)||_0x26aa55==null)return _0x26aa55;let _0x160af9=_0x26aa55,_0x299c17=_0x57fa0d==null?void 0x0:_0x57fa0d[_0x23d69a(0x230)](_0x160af9);if(_0x299c17)return _0x299c17;let _0x598b31={..._0x160af9};return Pt(_0x160af9,_0x598b31,_0x4597d7,_0x1e5f15,_0xb639a8,_0x155a2b,_0x1f9fc5),_0x57fa0d==null||_0x57fa0d['set'](_0x160af9,_0x598b31),_0x598b31;}function Pt(_0x22de22,_0x274f7f,_0x406d67,_0x53408d,_0x4774c3,_0x5651fa,_0x1f68ef){const _0x520634=_0x566a84;let _0x13e36b=_0x454094=>{const _0x221c03=_0x75bf;if(_0x454094===_0x221c03(0x844))return;let _0x5f42ad=_0x22de22[_0x454094];if(typeof _0x5f42ad!='function')return;let _0x1c7461=_0x274f7f;_0x1c7461[_0x454094]=(..._0xf43d24)=>Ft(_0x406d67,_0x53408d,_0x4774c3,_0x5651fa,_0x1f68ef,()=>_0x5f42ad[_0x221c03(0x6bb)](_0x22de22,_0xf43d24));};Object[_0x520634(0x5ed)](_0x22de22)[_0x520634(0x2a5)](_0x13e36b);let _0x20e30a=Object[_0x520634(0x5cf)](_0x22de22);_0x20e30a&&_0x20e30a!==Object['prototype']&&Object[_0x520634(0x7b2)](_0x20e30a)[_0x520634(0x2a5)](_0x13e36b);}function Ft(_0x2213a3,_0x158793,_0x2ed0ab,_0x53925d,_0xecdb6f,_0x544b1b){const _0x5b06b9=_0x566a84;let _0x47cc42=_0x2213a3['getCurrentUnitOfType'](_0x158793),_0x4f9f79;try{_0x2213a3[_0x5b06b9(0x1d7)](_0x2ed0ab),_0x4f9f79=_0x544b1b();}catch(_0x25f431){throw Lt(_0x2213a3,_0x2ed0ab,_0x47cc42,_0x53925d,_0xecdb6f),_0x25f431;}return It(_0x4f9f79)?_0x4f9f79[_0x5b06b9(0x40a)](()=>{Lt(_0x2213a3,_0x2ed0ab,_0x47cc42,_0x53925d,_0xecdb6f);}):(Lt(_0x2213a3,_0x2ed0ab,_0x47cc42,_0x53925d,_0xecdb6f),_0x4f9f79);}function It(_0x4a005b){const _0x2ef85c=_0x566a84;return!!(_0x4a005b&&typeof _0x4a005b[_0x2ef85c(0x40a)]=='function');}function Lt(_0x2eb57a,_0x3f6cc3,_0x5c99ea,_0x311f74,_0x489a33){const _0x3bb325=_0x566a84;if(Rt(_0x311f74,_0x489a33)){var _0x1b99fe;_0x2eb57a[_0x3bb325(0x1d7)](_0x3f6cc3),(_0x1b99fe=_0x2eb57a['focusUnit'])==null||_0x1b99fe[_0x3bb325(0x743)](_0x2eb57a,_0x3f6cc3);return;}_0x5c99ea&&_0x2eb57a[_0x3bb325(0x1d7)](_0x5c99ea[_0x3bb325(0x6b5)]());}function Rt(_0x4b550e,_0x44afc6){const _0x5ca06e=_0x566a84;let _0x10e562=_0x44afc6==null?void 0x0:_0x44afc6();return!_0x4b550e||!(_0x10e562!=null&&_0x10e562[_0x5ca06e(0x44c)](G))?!0x1:_0x10e562[_0x5ca06e(0x230)](G)[_0x5ca06e(0x265)](_0x4b550e);}const zt=new WeakMap();let Bt=0x0;function Vt(_0x4fbd15,_0x239908){const _0x10fd8c=_0x566a84;if(!_0x4fbd15['has'](Gt))return Ut(_0x4fbd15,_0x239908);let _0x510b36=_0x4fbd15[_0x10fd8c(0x230)](Gt);if(!(_0x239908['id']&&_0x510b36[_0x10fd8c(0x770)](_0x239908[_0x10fd8c(0x4af)],_0x239908[_0x10fd8c(0x801)])[_0x10fd8c(0x4fe)](_0x159157=>_0x159157['id']===_0x239908['id'])))return _0x510b36[_0x10fd8c(0x371)](_0x239908);}function Ht(_0x5d10bb){const _0x3ab933=_0x566a84;if(!_0x5d10bb[_0x3ab933(0x44c)](Gt))return;let _0x832efe=zt[_0x3ab933(0x230)](_0x5d10bb);_0x832efe!=null&&_0x832efe[_0x3ab933(0x861)]&&([..._0x832efe[_0x3ab933(0x2cb)]()][_0x3ab933(0x672)]((_0x201a66,_0x4d2f56)=>_0x201a66[_0x3ab933(0x5a4)]-_0x4d2f56[_0x3ab933(0x5a4)])['forEach'](({contribution:_0x13f220})=>Vt(_0x5d10bb,_0x13f220)),zt[_0x3ab933(0x304)](_0x5d10bb));}function Ut(_0x3fc1d0,_0x2c2ecc){const _0x572279=_0x566a84;let _0x5b8c1d={'contribution':_0x2c2ecc,'index':Bt++},_0x4d6a57=Wt(_0x2c2ecc,_0x5b8c1d[_0x572279(0x5a4)]),_0x77097e=_0x3fc1d0,_0x11da97=zt['get'](_0x77097e)??new Map();return _0x11da97[_0x572279(0x243)](_0x4d6a57,_0x5b8c1d),zt['set'](_0x77097e,_0x11da97),(0x0,n[_0x572279(0x87f)])(()=>{const _0x5e39c9=_0x572279;let _0xe678b6=zt[_0x5e39c9(0x230)](_0x77097e);(_0xe678b6==null?void 0x0:_0xe678b6['get'](_0x4d6a57))===_0x5b8c1d&&_0xe678b6[_0x5e39c9(0x304)](_0x4d6a57);});}function Wt(_0x150c33,_0x522c92){const _0x397a72=_0x566a84;let _0x97e0b5=qt(_0x150c33);return _0x150c33['id']?_0x150c33[_0x397a72(0x4af)]+':'+_0x97e0b5+':'+_0x150c33['id']:_0x150c33[_0x397a72(0x4af)]+':'+_0x97e0b5+_0x397a72(0x711)+_0x522c92;}var Gt=class{constructor(){const _0x2d16c3=_0x566a84;H(this,'_contributions',new Map()),H(this,_0x2d16c3(0x4ca),0x0);}[_0x566a84(0x371)](_0xc07c7b){const _0x3dcb0f=_0x566a84;let _0x2f3742={'contribution':_0xc07c7b,'index':this[_0x3dcb0f(0x4ca)]++},_0x5d6ee1=this[_0x3dcb0f(0x1ec)][_0x3dcb0f(0x230)](_0xc07c7b[_0x3dcb0f(0x4af)])??[];return _0x5d6ee1[_0x3dcb0f(0x5bf)](_0x2f3742),_0x5d6ee1[_0x3dcb0f(0x672)](Jt),this[_0x3dcb0f(0x1ec)][_0x3dcb0f(0x243)](_0xc07c7b[_0x3dcb0f(0x4af)],_0x5d6ee1),(0x0,n[_0x3dcb0f(0x87f)])(()=>{const _0x6b1a78=_0x3dcb0f;let _0x1f2e85=this['_contributions'][_0x6b1a78(0x230)](_0xc07c7b[_0x6b1a78(0x4af)]);if(!_0x1f2e85)return;let _0x535949=_0x1f2e85[_0x6b1a78(0x86f)](_0x34b8dd=>_0x34b8dd!==_0x2f3742);_0x535949[_0x6b1a78(0x3d7)]?this['_contributions'][_0x6b1a78(0x243)](_0xc07c7b['childType'],_0x535949):this[_0x6b1a78(0x1ec)][_0x6b1a78(0x304)](_0xc07c7b[_0x6b1a78(0x4af)]);});}['get'](_0x188cfd){const _0x2e8f58=_0x566a84;return this[_0x2e8f58(0x770)](_0x188cfd)[0x0];}[_0x566a84(0x770)](_0x3dec72,_0x99c73b){const _0x4edfd3=_0x566a84;return(this[_0x4edfd3(0x1ec)][_0x4edfd3(0x230)](_0x3dec72)??[])[_0x4edfd3(0x3c0)](_0x14e9b7=>_0x14e9b7[_0x4edfd3(0x5b5)])[_0x4edfd3(0x86f)](_0x1ebf68=>!_0x99c73b||qt(_0x1ebf68)===_0x99c73b);}[_0x566a84(0x431)](_0x2a837d,_0x216d89='ribbon'){const _0x531cd7=_0x566a84;let _0x5f1a6e=this[_0x531cd7(0x770)](_0x2a837d,_0x216d89)['map'](_0x34eeac=>_0x34eeac[_0x531cd7(0x1db)])['filter'](_0x35eb96=>_0x35eb96&&typeof _0x35eb96==_0x531cd7(0x3e8));if(_0x5f1a6e[_0x531cd7(0x3d7)])return Yt(_0x5f1a6e);}[_0x566a84(0x1e4)](_0x26459b){const _0x3166e7=_0x566a84;let _0x52c982=_0x26459b[_0x3166e7(0x801)]??_0x3166e7(0x530),_0x5dc61d=this['getAll'](_0x26459b[_0x3166e7(0x4af)],_0x52c982);if(!_0x5dc61d[_0x3166e7(0x3d7)])return;let _0x8292ba=_0x5dc61d['filter'](_0x194c7b=>_0x194c7b[_0x3166e7(0x1e4)]);if(_0x8292ba[_0x3166e7(0x3d7)]){let _0x4f40b5=_0x8292ba[_0x3166e7(0x3c0)](_0x27a828=>{const _0x4b7b51=_0x3166e7;var _0xc7d12f;return(_0xc7d12f=_0x27a828['mountMenu'])==null?void 0x0:_0xc7d12f[_0x4b7b51(0x743)](_0x27a828,{..._0x26459b,'surface':_0x52c982,'menuSchema':_0x27a828[_0x4b7b51(0x1db)],'scopedActionServiceTokens':_0x27a828[_0x4b7b51(0x717)]});})[_0x3166e7(0x86f)](_0x5a0609=>!!_0x5a0609);return(0x0,n['toDisposable'])(()=>{const _0xaf33d4=_0x3166e7;_0x4f40b5[_0xaf33d4(0x2a5)](_0x32e640=>_0x32e640[_0xaf33d4(0x3b5)]());});}let _0x8a960e=this[_0x3166e7(0x431)](_0x26459b[_0x3166e7(0x4af)],_0x52c982);if(_0x52c982===_0x3166e7(0x530))return xt({..._0x26459b,'surface':_0x52c982,'menuSchema':_0x8a960e,'scopedActionServiceTokens':Kt(_0x5dc61d)})??void 0x0;}};function Kt(_0x4e4728){const _0xd54a61=_0x566a84;let _0x170e8b=_0x4e4728[_0xd54a61(0x864)](_0x5b292e=>_0x5b292e['scopedActionServiceTokens']??[]);return _0x170e8b[_0xd54a61(0x3d7)]?Array[_0xd54a61(0x3bd)](new Set(_0x170e8b)):void 0x0;}function qt(_0x596f82){const _0x5de231=_0x566a84;return _0x596f82[_0x5de231(0x801)]??_0x5de231(0x530);}function Jt(_0x48f3b4,_0x20880f){const _0x49fcb4=_0x566a84;return(_0x48f3b4[_0x49fcb4(0x5b5)][_0x49fcb4(0x889)]??_0x48f3b4[_0x49fcb4(0x5a4)])-(_0x20880f[_0x49fcb4(0x5b5)]['order']??_0x20880f[_0x49fcb4(0x5a4)])||_0x48f3b4[_0x49fcb4(0x5a4)]-_0x20880f[_0x49fcb4(0x5a4)];}function Yt(_0x2c4414){const _0x5f4682=_0x566a84;return _0x2c4414[_0x5f4682(0x3ca)]((_0x531792,_0x495711)=>$t(_0x531792,Xt(_0x495711)),{});}function Xt(_0x16be5a){const _0x78dee9=_0x566a84;if(!tn(_0x16be5a))return _0x16be5a;let _0x4889bd=new Set(Object[_0x78dee9(0x2cb)](a[_0x78dee9(0x2e2)])),_0x1b26df=Object[_0x78dee9(0x6e6)](_0x16be5a)[_0x78dee9(0x86f)](([_0x189c9e])=>_0x4889bd['has'](_0x189c9e)),_0x23b06f=Object['entries'](_0x16be5a)['filter'](([_0x2cf05b])=>Qt(_0x2cf05b));if(!_0x1b26df['length']&&!_0x23b06f[_0x78dee9(0x3d7)])return _0x16be5a;let _0x196e01={};Object[_0x78dee9(0x6e6)](_0x16be5a)[_0x78dee9(0x2a5)](([_0x15e2df,_0x126e39])=>{const _0x380904=_0x78dee9;!_0x4889bd[_0x380904(0x44c)](_0x15e2df)&&!Qt(_0x15e2df)&&(_0x196e01[_0x15e2df]=en(_0x126e39));});let _0x5ef1b2=tn(_0x196e01[a['MenuManagerPosition'][_0x78dee9(0x1d8)]])?_0x196e01[a[_0x78dee9(0x36e)][_0x78dee9(0x1d8)]]:{};return _0x1b26df[_0x78dee9(0x2a5)](([_0x4d6891,_0x3855b8])=>{_0x5ef1b2[_0x4d6891]=_0x4d6891 in _0x5ef1b2?$t(_0x5ef1b2[_0x4d6891],_0x3855b8):en(_0x3855b8);}),_0x23b06f['forEach'](([_0x1893ca,_0x58623e])=>{let _0x4cb2b3=Qt(_0x1893ca);if(!_0x4cb2b3)return;let _0x574411=tn(_0x5ef1b2[_0x4cb2b3])?_0x5ef1b2[_0x4cb2b3]:{};_0x574411[_0x1893ca]=_0x1893ca in _0x574411?$t(_0x574411[_0x1893ca],_0x58623e):en(_0x58623e),_0x5ef1b2[_0x4cb2b3]=_0x574411;}),_0x196e01[a['MenuManagerPosition']['RIBBON']]=_0x5ef1b2,_0x196e01;}const Zt=[[Object[_0x566a84(0x2cb)](a['RibbonStartGroup']),a[_0x566a84(0x2e2)][_0x566a84(0x320)]],[Object[_0x566a84(0x2cb)](a[_0x566a84(0x4ab)]),a[_0x566a84(0x2e2)][_0x566a84(0x3b1)]],[Object[_0x566a84(0x2cb)](a[_0x566a84(0x276)]),a['RibbonPosition']['FORMULAS']],[Object['values'](a['RibbonDataGroup']),a['RibbonPosition'][_0x566a84(0x2eb)]],[Object[_0x566a84(0x2cb)](a['RibbonViewGroup']),a[_0x566a84(0x2e2)][_0x566a84(0x327)]],[Object[_0x566a84(0x2cb)](a[_0x566a84(0x872)]),a['RibbonPosition'][_0x566a84(0x3b2)]]];function Qt(_0x4be341){const _0x4dcba1=_0x566a84;var _0x472d36;return(_0x472d36=Zt[_0x4dcba1(0x2f6)](([_0x2fa1fe])=>_0x2fa1fe['includes'](_0x4be341)))==null?void 0x0:_0x472d36[0x1];}function $t(_0xdec7ba,_0x2e674f){const _0x59dc1c=_0x566a84;if(!tn(_0xdec7ba)||!tn(_0x2e674f))return en(_0x2e674f);let _0x555706={..._0xdec7ba};return Object[_0x59dc1c(0x6e6)](_0x2e674f)['forEach'](([_0x564110,_0xfedb6b])=>{_0x555706[_0x564110]=_0x564110 in _0x555706?$t(_0x555706[_0x564110],_0xfedb6b):en(_0xfedb6b);}),_0x555706;}function en(_0x187aab){const _0x26752b=_0x566a84;return Array[_0x26752b(0x20b)](_0x187aab)?_0x187aab[_0x26752b(0x3c0)](_0x565a07=>en(_0x565a07)):tn(_0x187aab)?Object[_0x26752b(0x2c0)](Object[_0x26752b(0x6e6)](_0x187aab)[_0x26752b(0x3c0)](([_0x10d588,_0x73e05a])=>[_0x10d588,en(_0x73e05a)])):_0x187aab;}function tn(_0xc2dae2){const _0xc847f0=_0x566a84;return!!_0xc2dae2&&typeof _0xc2dae2=='object'&&!Array[_0xc847f0(0x20b)](_0xc2dae2);}function nn(_0x3e9ca5,_0x27cf17,_0x2e34fd){const _0x498f7d=_0x566a84;let {viewport:_0x26713a,menuSlot:_0x50d196,popupSlot:_0x58b2f9}=_0x2e34fd;return{'hostUnitId':_0x3e9ca5['hostUnitId'],'hostAnchorId':_0x3e9ca5[_0x498f7d(0x7c9)],'embedId':_0x3e9ca5['embedId'],'childUnitId':_0x3e9ca5[_0x498f7d(0x542)],'childType':_0x3e9ca5[_0x498f7d(0x4af)],'layout':_0x27cf17,'mode':'float','rootElement':_0x26713a,'contentRoot':z(_0x26713a,_0x498f7d(0x25e))??_0x26713a,'canvasRoot':z(_0x26713a,_0x498f7d(0x7a3))??_0x26713a,'overlayRoot':z(_0x26713a,_0x498f7d(0x5c7))??_0x26713a,'popupRoot':_0x58b2f9??z(_0x26713a,_0x498f7d(0x538))??_0x26713a,'menuOutlet':{'container':_0x50d196},'active$':(0x0,l['of'])(!0x0),'fullscreen':!0x0};}function rn(_0x3b2d95){const _0x7a28f2=_0x566a84;let {injector:_0x1eaa29,descriptor:_0x1ca768,renderScope:_0xc98128}=_0x3b2d95,_0x58c98e=[],_0x5c20c5=_0x1ca768[_0x7a28f2(0x61a)];if(_0x1eaa29[_0x7a28f2(0x44c)](G)){let _0x19a289=_0x1eaa29[_0x7a28f2(0x230)](G);_0x58c98e[_0x7a28f2(0x5bf)](_0x19a289['registerRuntimeScope']({'embedId':_0x5c20c5,'hostUnitId':_0x1ca768[_0x7a28f2(0x1ee)],'childUnitId':_0x1ca768[_0x7a28f2(0x542)],'childType':_0x1ca768[_0x7a28f2(0x4af)],'sessionMode':'child-fullscreen'})),_0x1ca768[_0x7a28f2(0x542)]&&_0x58c98e[_0x7a28f2(0x5bf)](_0x19a289[_0x7a28f2(0x4f2)]({'embedId':_0x5c20c5,'role':_0x7a28f2(0x5cc),'owner':_0x7a28f2(0x3a3),'sessionMode':_0x7a28f2(0x669),'hostUnitId':_0x1ca768['hostUnitId'],'childUnitId':_0x1ca768[_0x7a28f2(0x542)],'childType':_0x1ca768[_0x7a28f2(0x4af)]})),an(_0x3b2d95)[_0x7a28f2(0x2a5)](({element:_0x2c8119,role:_0x1a2050})=>{const _0x51b732=_0x7a28f2;_0x58c98e[_0x51b732(0x5bf)](_0x19a289[_0x51b732(0x1fc)]({'embedId':_0x5c20c5,'element':_0x2c8119,'role':_0x1a2050}));});}if(_0x1eaa29['has'](q)){let _0xaf87d3=_0x1eaa29[_0x7a28f2(0x230)](q);an(_0x3b2d95)[_0x7a28f2(0x2a5)](({element:_0x31cc47})=>{const _0x2d53b0=_0x7a28f2;_0x58c98e[_0x2d53b0(0x5bf)](_0xaf87d3[_0x2d53b0(0x402)](_0x5c20c5,_0x31cc47));}),_0x58c98e[_0x7a28f2(0x5bf)](_0xaf87d3['activatePortalScope'](_0x5c20c5,_0xc98128[_0x7a28f2(0x6e5)][_0x7a28f2(0x7b6)]));}return(0x0,n[_0x7a28f2(0x87f)])(()=>{const _0x46f9eb=_0x7a28f2;[..._0x58c98e][_0x46f9eb(0x6a7)]()['forEach'](_0x2c8669=>_0x2c8669[_0x46f9eb(0x3b5)]());});}function an(_0x45608f){const _0x2586dd=_0x566a84;let {renderScope:_0x4c157e,menuRoot:_0x3dd13e,menuSlot:_0x3ed0bf,popupSlot:_0xf61b28,sidebarSlot:_0x16dc7f,rightSidebarSlot:_0x6d0b9b,footerSlot:_0x33a267}=_0x45608f,_0x2d4c68=[{'element':_0x4c157e[_0x2586dd(0x6e5)],'role':_0x2586dd(0x747)},{'element':_0x4c157e[_0x2586dd(0x2d3)],'role':_0x2586dd(0x747)},{'element':_0x4c157e[_0x2586dd(0x323)],'role':_0x2586dd(0x747)},{'element':_0x4c157e[_0x2586dd(0x33c)],'role':_0x2586dd(0x747)},{'element':_0x3dd13e,'role':_0x2586dd(0x522)},{'element':_0x3ed0bf,'role':_0x2586dd(0x522)},{'element':_0x33a267,'role':_0x2586dd(0x522)},{'element':_0x16dc7f,'role':'child-popup'},{'element':_0x6d0b9b,'role':'child-popup'},{'element':_0xf61b28,'role':_0x2586dd(0x578)}],_0x5bf3f0=new Set();return _0x2d4c68[_0x2586dd(0x864)](({element:_0x3c7e32,role:_0x423fd7})=>!_0x3c7e32||_0x5bf3f0['has'](_0x3c7e32)?[]:(_0x5bf3f0['add'](_0x3c7e32),[{'element':_0x3c7e32,'role':_0x423fd7}]));}function on(_0x38c16a){return sn(_0x38c16a)||cn(_0x38c16a);}function sn(_0x235eab){const _0x3c2d43=_0x566a84;if(!_0x235eab[_0x3c2d43(0x656)][_0x3c2d43(0x44c)](U)||_0x235eab['descriptor'][_0x3c2d43(0x4af)]==null)return;let _0x5ba9c5=_0x235eab[_0x3c2d43(0x656)]['get'](U)[_0x3c2d43(0x230)](_0x235eab['descriptor'][_0x3c2d43(0x4af)]);if((_0x5ba9c5==null?void 0x0:_0x5ba9c5[_0x3c2d43(0x70c)])===_0x3c2d43(0x530)){if(_0x235eab[_0x3c2d43(0x656)][_0x3c2d43(0x44c)](Gt)){let _0x4f4aca=_0x235eab[_0x3c2d43(0x656)]['get'](Gt)[_0x3c2d43(0x1e4)]({'container':_0x235eab[_0x3c2d43(0x616)],'portalContainer':_0x235eab[_0x3c2d43(0x5d8)][_0x3c2d43(0x343)][_0x3c2d43(0x4e7)][_0x3c2d43(0x732)],'injector':_0x235eab[_0x3c2d43(0x5d8)][_0x3c2d43(0x343)][_0x3c2d43(0x656)],'childType':_0x235eab['descriptor'][_0x3c2d43(0x4af)],'childUnitId':_0x235eab[_0x3c2d43(0x75a)][_0x3c2d43(0x542)],'embedId':_0x235eab[_0x3c2d43(0x75a)]['embedId'],'surface':_0x3c2d43(0x530),'headerMenu':!0x0,'ribbonHeaderClassName':_0x3c2d43(0x25d)});if(_0x4f4aca)return _0x4f4aca;}return xt({'container':_0x235eab['menuContainer'],'portalContainer':_0x235eab[_0x3c2d43(0x5d8)][_0x3c2d43(0x343)][_0x3c2d43(0x4e7)][_0x3c2d43(0x732)],'injector':_0x235eab[_0x3c2d43(0x5d8)]['runtimeScope']['injector'],'childType':_0x235eab['descriptor'][_0x3c2d43(0x4af)],'childUnitId':_0x235eab[_0x3c2d43(0x75a)][_0x3c2d43(0x542)],'embedId':_0x235eab[_0x3c2d43(0x75a)][_0x3c2d43(0x61a)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0x3c2d43(0x25d)});}}function cn(_0xd5e9c0){const _0x6bcb06=_0x566a84;if(!_0xd5e9c0[_0x6bcb06(0x656)]['has'](et)||_0xd5e9c0['descriptor'][_0x6bcb06(0x4af)]==null||!_0xd5e9c0['descriptor'][_0x6bcb06(0x542)])return;let _0x4c2c7b=_0xd5e9c0[_0x6bcb06(0x656)]['get'](et)[_0x6bcb06(0x230)](_0xd5e9c0[_0x6bcb06(0x75a)][_0x6bcb06(0x741)],_0xd5e9c0[_0x6bcb06(0x75a)][_0x6bcb06(0x754)],_0xd5e9c0['descriptor']['childType']),_0x1dfe20=_0x4c2c7b==null?void 0x0:_0x4c2c7b['mount']({..._0xd5e9c0['childContext'],'active':{'hostUnitId':_0xd5e9c0[_0x6bcb06(0x75a)][_0x6bcb06(0x1ee)],'embedId':_0xd5e9c0['descriptor'][_0x6bcb06(0x61a)],'childUnitId':_0xd5e9c0[_0x6bcb06(0x75a)]['childUnitId'],'stage':'stage2'}});return _0x1dfe20?(0x0,n[_0x6bcb06(0x87f)])(()=>_0x1dfe20['dispose']()):void 0x0;}var ln=class{constructor(){const _0x52fc7b=_0x566a84;H(this,_0x52fc7b(0x74e),new l[(_0x52fc7b(0x41c))](null)),H(this,_0x52fc7b(0x2c5),new l['Subject']()),H(this,_0x52fc7b(0x44a),this[_0x52fc7b(0x74e)][_0x52fc7b(0x2d6)]()),H(this,'exited$',this[_0x52fc7b(0x2c5)][_0x52fc7b(0x2d6)]());}[_0x566a84(0x21d)](){const _0x426853=_0x566a84;return this[_0x426853(0x74e)]['getValue']();}['enter'](_0x5509f6){const _0x40924e=_0x566a84;var _0x13c3ad,_0x41f78c;if(!_0x5509f6[_0x40924e(0x542)]||_0x5509f6[_0x40924e(0x4af)]==null)throw Error(_0x40924e(0x449));let _0x31b22a=((_0x13c3ad=_0x5509f6[_0x40924e(0x4fa)])==null?void 0x0:_0x13c3ad[_0x40924e(0x88b)])||void 0x0,_0x1b407e=((_0x41f78c=_0x5509f6['sourceMeta'])==null?void 0x0:_0x41f78c[_0x40924e(0x828)])||void 0x0;if(_0x1b407e&&_0x1b407e[_0x40924e(0x7ff)]&&!_0x31b22a)throw Error(_0x40924e(0x63e));let _0x159893=_0x31b22a?_0x31b22a[_0x40924e(0x605)]:void 0x0;if(!_0x159893)throw Error(_0x40924e(0x442));let _0x227a82={'hostUnitId':_0x5509f6[_0x40924e(0x1ee)],'embedId':_0x5509f6[_0x40924e(0x61a)],'childUnitId':_0x5509f6[_0x40924e(0x542)],'childType':_0x5509f6['childType'],'entry':_0x5509f6[_0x40924e(0x754)],'layout':_0x159893};return this['_session$'][_0x40924e(0x880)](_0x227a82),_0x227a82;}[_0x566a84(0x659)](_0x36bee7){const _0x4a993f=_0x566a84;let _0x1f7fcb=this[_0x4a993f(0x21d)]();_0x1f7fcb&&(!_0x36bee7||_0x1f7fcb['embedId']===_0x36bee7)&&this[_0x4a993f(0x74e)]['next'](null);}[_0x566a84(0x337)](_0x1d5f37){const _0x5153b2=_0x566a84;this[_0x5153b2(0x2c5)]['next'](_0x1d5f37);}};function un(){const _0x5ca0b4=_0x566a84;let _0xa197d4=(0x0,a[_0x5ca0b4(0x5dd)])(n[_0x5ca0b4(0x700)]),_0x576306=(0x0,a[_0x5ca0b4(0x5dd)])(n['LocaleService']),_0x12c22c=(0x0,a[_0x5ca0b4(0x5dd)])(ut),_0x1459cf=(0x0,a[_0x5ca0b4(0x5dd)])(ln),_0x16344b=(0x0,c[_0x5ca0b4(0x4b5)])(null),_0x42722a=(0x0,c[_0x5ca0b4(0x4b5)])(null),_0x1a4bf6=(0x0,c['useRef'])(null),_0x2260de=(0x0,c[_0x5ca0b4(0x4b5)])(null),_0x9c5c30=(0x0,c[_0x5ca0b4(0x4b5)])(null),_0xee2b49=(0x0,c[_0x5ca0b4(0x4b5)])(null),_0x33a072=(0x0,c['useRef'])(null),_0x5a2471=(0x0,a[_0x5ca0b4(0x5ab)])(()=>_0x1459cf[_0x5ca0b4(0x44a)],_0x1459cf[_0x5ca0b4(0x21d)](),!0x1,[_0x1459cf]),[_0x3b82f5,_0x5b83c1]=(0x0,c[_0x5ca0b4(0x3bf)])(null);if((0x0,c[_0x5ca0b4(0x5e7)])(()=>{const _0x55e4fe=_0x5ca0b4;var _0x9389db;let _0x266161=_0x1a4bf6[_0x55e4fe(0x731)],_0x36bee5=_0x42722a[_0x55e4fe(0x731)],_0x5c41a5=_0x2260de[_0x55e4fe(0x731)],_0x4fea5a=_0x9c5c30['current'],_0x349544=_0xee2b49[_0x55e4fe(0x731)],_0x138c49=_0x33a072[_0x55e4fe(0x731)];if(!_0x5a2471||!_0x266161||!_0x36bee5||!_0x5c41a5||!_0x4fea5a||!_0x349544||!_0x138c49)return;let _0x524dcc=pn(_0xa197d4,_0x5a2471['hostUnitId'],_0x5a2471[_0x55e4fe(0x61a)]);if(!(_0x524dcc!=null&&_0x524dcc[_0x55e4fe(0x542)])||_0x524dcc[_0x55e4fe(0x4af)]==null){_0x266161[_0x55e4fe(0x264)][_0x55e4fe(0x5f9)]=_0x55e4fe(0x4a2);return;}let _0x3b8dd5=_0xa197d4[_0x55e4fe(0x230)]($e)[_0x55e4fe(0x230)](_0x524dcc[_0x55e4fe(0x4af)]);if(!(_0x3b8dd5!=null&&_0x3b8dd5[_0x55e4fe(0x37f)][_0x55e4fe(0x599)](_0x5a2471[_0x55e4fe(0x605)]))){_0x266161['dataset'][_0x55e4fe(0x5f9)]='unsupported-layout';return;}_0x266161['dataset'][_0x55e4fe(0x5f9)]=_0x55e4fe(0x4e3),_0x266161[_0x55e4fe(0x264)][_0x55e4fe(0x61a)]=_0x524dcc['embedId'],_0x266161[_0x55e4fe(0x264)][_0x55e4fe(0x6bf)]=_0x524dcc[_0x55e4fe(0x754)],_0x266161[_0x55e4fe(0x264)][_0x55e4fe(0x558)]=_0x524dcc[_0x55e4fe(0x7c9)],_0x266161[_0x55e4fe(0x264)][_0x55e4fe(0x2b4)]=_0x5a2471[_0x55e4fe(0x605)],_0x266161[_0x55e4fe(0x264)][_0x55e4fe(0x622)]=String(_0x524dcc[_0x55e4fe(0x4af)]),_0x266161[_0x55e4fe(0x264)]['embedChildUnitId']=_0x524dcc['childUnitId'];let _0x516ae6=te(_0x266161),_0x172edb=nn(_0x524dcc,_0x5a2471[_0x55e4fe(0x605)],{'viewport':_0x266161,'menuSlot':_0x36bee5,'popupSlot':_0x5c41a5,'footerSlot':_0x138c49}),_0x47386d={'descriptor':_0x524dcc,'layout':_0x5a2471[_0x55e4fe(0x605)],'injector':_0xa197d4,'hostElement':_0x266161,'container':_0x266161,'renderScope':_0x172edb,'hostUnitId':_0x524dcc[_0x55e4fe(0x1ee)],'embedId':_0x524dcc[_0x55e4fe(0x61a)],'childUnitId':_0x524dcc[_0x55e4fe(0x542)],'childType':_0x524dcc[_0x55e4fe(0x4af)]},{runtimeScope:_0x289aca,disposable:_0xb8fb03}=Je(_0x47386d,()=>{},_0x3b8dd5[_0x55e4fe(0x30b)]);_0x5b83c1({'embedId':_0x524dcc[_0x55e4fe(0x61a)],'injector':_0x289aca[_0x55e4fe(0x656)],'sourceInjector':_0xa197d4,'popupContainer':_0x289aca[_0x55e4fe(0x4e7)]['popup']});let _0x59be2c={..._0x47386d,'runtimeScope':_0x289aca},_0x23939f=rn({'injector':_0xa197d4,'descriptor':_0x524dcc,'renderScope':_0x172edb,'menuRoot':_0x16344b[_0x55e4fe(0x731)],'menuSlot':_0x36bee5,'popupSlot':_0x5c41a5,'sidebarSlot':_0x4fea5a,'rightSidebarSlot':_0x349544,'footerSlot':_0x138c49}),_0x2c7c28=_0x1e99d9=>{const _0x45e585=_0x55e4fe;var _0x246be1,_0x1526fa;let _0x2a8bbb=(_0x1e99d9==null?void 0x0:_0x1e99d9[_0x45e585(0x394)])instanceof Element?_0x1e99d9[_0x45e585(0x394)]:null;_0x2a8bbb!=null&&_0x2a8bbb[_0x45e585(0x2a6)](_0x45e585(0x58c))||((_0x246be1=_0x289aca[_0x45e585(0x3a5)])==null||_0x246be1[_0x45e585(0x1d7)](_0x524dcc[_0x45e585(0x542)]),(_0x1526fa=_0x289aca['instanceService'])==null||_0x1526fa[_0x45e585(0x210)](_0x524dcc[_0x45e585(0x542)]),_0x12c22c[_0x45e585(0x691)](_0x524dcc));};_0x2c7c28(),_0x266161[_0x55e4fe(0x51c)](_0x55e4fe(0x767),_0x2c7c28,{'capture':!0x0}),_0x266161[_0x55e4fe(0x51c)](_0x55e4fe(0x38f),_0x2c7c28);let _0x5ec153=(_0x9389db=_0x3b8dd5[_0x55e4fe(0x78d)])==null?void 0x0:_0x9389db[_0x55e4fe(0x743)](_0x3b8dd5,_0x59be2c),_0x2e6257=on({'injector':_0xa197d4,'descriptor':_0x524dcc,'childContext':_0x59be2c,'menuContainer':_0x36bee5});return _0x266161['dataset'][_0x55e4fe(0x5f9)]=_0x55e4fe(0x6c4),()=>{const _0x1b0cad=_0x55e4fe;_0x5b83c1(null),globalThis[_0x1b0cad(0x4cf)](()=>{const _0x52b9e2=_0x1b0cad;_0x266161[_0x52b9e2(0x604)](_0x52b9e2(0x767),_0x2c7c28,{'capture':!0x0}),_0x266161[_0x52b9e2(0x604)](_0x52b9e2(0x38f),_0x2c7c28),_0x2e6257==null||_0x2e6257[_0x52b9e2(0x3b5)](),_0x5ec153==null||_0x5ec153[_0x52b9e2(0x3b5)](),_0x23939f[_0x52b9e2(0x3b5)](),_0xb8fb03[_0x52b9e2(0x3b5)](),_0x516ae6[_0x52b9e2(0x3b5)](),_0x12c22c[_0x52b9e2(0x57d)](_0x524dcc),delete _0x266161[_0x52b9e2(0x264)][_0x52b9e2(0x5f9)],delete _0x266161[_0x52b9e2(0x264)]['embedId'],delete _0x266161[_0x52b9e2(0x264)][_0x52b9e2(0x6bf)],delete _0x266161[_0x52b9e2(0x264)]['embedHostAnchorId'],delete _0x266161[_0x52b9e2(0x264)][_0x52b9e2(0x2b4)],delete _0x266161['dataset'][_0x52b9e2(0x622)],delete _0x266161[_0x52b9e2(0x264)][_0x52b9e2(0x550)],_0x1459cf[_0x52b9e2(0x337)](_0x5a2471);});};},[_0x12c22c,_0x1459cf,_0xa197d4,_0x5a2471]),!_0x5a2471)return null;let _0x5861ba=()=>{const _0x358b0c=_0x5ca0b4;_0x1459cf['exit'](_0x5a2471[_0x358b0c(0x61a)]);};return(0x0,u[_0x5ca0b4(0x6c7)])('div',{'className':_0x5ca0b4(0x332),'data-embed-fullscreen-shell':'true','style':{'zIndex':0x32a},'children':[_0x5a2471[_0x5ca0b4(0x4af)]===n[_0x5ca0b4(0x52f)][_0x5ca0b4(0x377)]&&(0x0,u[_0x5ca0b4(0x353)])(_0x5ca0b4(0x694),{'className':_0x5ca0b4(0x690),'data-embed-boards-fullscreen-exit':_0x5ca0b4(0x856),'title':_0x576306['t']('embed-ui.fullscreen.exit'),'children':(0x0,u[_0x5ca0b4(0x6c7)])(a[_0x5ca0b4(0x698)],{'noIcon':!0x0,'className':_0x5ca0b4(0x660),'onClick':_0x5861ba,'children':[(0x0,u[_0x5ca0b4(0x353)])(s[_0x5ca0b4(0x418)],{}),(0x0,u['jsx'])(_0x5ca0b4(0x540),{'children':_0x576306['t'](_0x5ca0b4(0x205))})]})}),(0x0,u[_0x5ca0b4(0x6c7)])(_0x5ca0b4(0x694),{'ref':_0x16344b,'className':'univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-menu':_0x5ca0b4(0x856),'children':[_0x5a2471['childType']!==n['UniverInstanceType'][_0x5ca0b4(0x377)]&&(0x0,u['jsxs'])(_0x5ca0b4(0x694),{'className':_0x5ca0b4(0x73e),'data-embed-fullscreen-header':'true','children':[(0x0,u[_0x5ca0b4(0x353)])(_0x5ca0b4(0x540),{'className':_0x5ca0b4(0x5dc),'children':mn(_0xa197d4,_0x5a2471['childType'])}),(0x0,u[_0x5ca0b4(0x6c7)])(o[_0x5ca0b4(0x391)],{'type':_0x5ca0b4(0x225),'size':_0x5ca0b4(0x271),'variant':_0x5ca0b4(0x335),'className':_0x5ca0b4(0x307),'data-embed-fullscreen-close':'true','onClick':_0x5861ba,'children':[(0x0,u[_0x5ca0b4(0x353)])(s[_0x5ca0b4(0x226)],{}),(0x0,u['jsx'])(_0x5ca0b4(0x540),{'children':_0x576306['t'](_0x5ca0b4(0x205))})]})]}),(0x0,u[_0x5ca0b4(0x353)])(_0x5ca0b4(0x694),{'ref':_0x42722a,'className':_0x5ca0b4(0x815),'data-embed-fullscreen-menu-slot':'true','data-embed-menu-slot':_0x5ca0b4(0x856)})]}),(0x0,u[_0x5ca0b4(0x6c7)])('div',{'className':_0x5ca0b4(0x668),'data-embed-fullscreen-body':_0x5ca0b4(0x856),'children':[(0x0,u[_0x5ca0b4(0x353)])('div',{'ref':_0x9c5c30,'className':_0x5ca0b4(0x882),'data-embed-fullscreen-sidebar-slot':'true','data-embed-id':_0x5a2471[_0x5ca0b4(0x61a)]}),(0x0,u['jsx'])(_0x5ca0b4(0x694),{'ref':_0x1a4bf6,'className':_0x5ca0b4(0x2e5),'data-embed-fullscreen-viewport':_0x5ca0b4(0x856),'onContextMenuCapture':_0x83e07d=>{_0x83e07d['preventDefault']();}}),(0x0,u[_0x5ca0b4(0x353)])(_0x5ca0b4(0x694),{'ref':_0xee2b49,'className':_0x5ca0b4(0x559),'data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x5a2471[_0x5ca0b4(0x61a)],'children':_0x3b82f5&&(0x0,u['jsx'])(fn,{..._0x3b82f5})})]}),(0x0,u[_0x5ca0b4(0x353)])(_0x5ca0b4(0x694),{'ref':_0x33a072,'className':_0x5ca0b4(0x859),'data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':_0x5ca0b4(0x856)}),(0x0,u[_0x5ca0b4(0x353)])(_0x5ca0b4(0x694),{'ref':_0x2260de,'className':_0x5ca0b4(0x280),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':'true','children':_0x3b82f5&&(0x0,u[_0x5ca0b4(0x353)])(dn,{..._0x3b82f5})})]});}function dn(_0x7aaad9){const _0x3642d2=_0x566a84;let {embedId:_0x1321c5,injector:_0x4ef909,sourceInjector:_0xb12f51,popupContainer:_0x3aed4e}=_0x7aaad9;return(0x0,u[_0x3642d2(0x6c7)])(u[_0x3642d2(0x481)],{'children':[(0x0,u[_0x3642d2(0x6c7)])(Z,{'injector':_0x4ef909,'mountContainer':_0x3aed4e,'embedId':_0x1321c5,'children':[(0x0,u['jsx'])(a['ContextMenu'],{}),(0x0,u[_0x3642d2(0x353)])(a['CanvasPopup'],{})]}),(0x0,u[_0x3642d2(0x353)])(Z,{'injector':_0xb12f51,'mountContainer':_0x3aed4e,'embedId':_0x1321c5,'children':(0x0,u[_0x3642d2(0x353)])(a[_0x3642d2(0x79e)],{})})]});}function fn(_0x4be3cb){const _0x1543bb=_0x566a84;let {embedId:_0x1f5d9f,injector:_0x1753e1,sourceInjector:_0x594c48,popupContainer:_0x180901}=_0x4be3cb;return(0x0,u['jsxs'])('aside',{'className':_0x1543bb(0x68e),'children':[(0x0,u[_0x1543bb(0x353)])(Z,{'injector':_0x1753e1,'mountContainer':_0x180901,'embedId':_0x1f5d9f,'children':(0x0,u[_0x1543bb(0x353)])(a[_0x1543bb(0x6a5)],{})}),(0x0,u[_0x1543bb(0x353)])(Z,{'injector':_0x594c48,'mountContainer':_0x180901,'embedId':_0x1f5d9f,'children':(0x0,u[_0x1543bb(0x353)])(a[_0x1543bb(0x6a5)],{})})]});}function pn(_0x4c89ed,_0x58829c,_0x4cb95e){const _0x491c11=_0x566a84;try{return _0x4c89ed[_0x491c11(0x230)](e[_0x491c11(0x51f)])[_0x491c11(0x42f)](_0x58829c,_0x4cb95e);}catch{return;}}function mn(_0x5b2bcf,_0x1076dc){const _0x5b2fd3=_0x566a84;try{var _0x4fc0a9;return((_0x4fc0a9=_0x5b2bcf[_0x5b2fd3(0x230)](U)[_0x5b2fd3(0x230)](_0x1076dc))==null?void 0x0:_0x4fc0a9[_0x5b2fd3(0x1f7)])??_0x5b2fd3(0x3e3);}catch{return _0x5b2fd3(0x3e3);}}const hn={};function gn(_0x431ac1){const _0x304a60=_0x566a84;let {stage:_0x2bc9d2,interactionFlow:_0x48b072}=_0x431ac1,_0x3cd989=_0x48b072==='doc-block',_0x186c9a=_0x2bc9d2===_0x304a60(0x648)&&!_0x3cd989,_0x1d0127=_0x2bc9d2===_0x304a60(0x4de)||_0x3cd989;return{'allowHostBodyDrag':_0x186c9a,'disableLiveHostPointerEvents':!_0x3cd989&&(_0x2bc9d2===_0x304a60(0x584)||_0x2bc9d2===_0x304a60(0x648)),'passThroughInteractionGate':_0x1d0127,'runtimeOwnsInteraction':_0x1d0127};}function _n(_0x26ebfc,_0x4fb8b6){const _0x35b050=_0x566a84;var _0x350105;return(_0x26ebfc==null?void 0x0:_0x26ebfc[_0x35b050(0x741)])===n[_0x35b050(0x52f)]['UNIVER_SHEET']&&_0x26ebfc[_0x35b050(0x4af)]===n[_0x35b050(0x52f)]['UNIVER_SHEET']&&!!((_0x350105=_0x26ebfc[_0x35b050(0x4fa)])!=null&&_0x350105[_0x35b050(0x88b)])&&_0x4fb8b6!==_0x35b050(0x4de);}function vn(_0xbc3fec,_0x4d5886){const _0x38cbca=_0x566a84;return _n(_0xbc3fec,_0x4d5886)?'deferred':_0x38cbca(0x867);}function yn(_0x4fc612){const _0x50fd71=_0x566a84;var _0x5b76d3;return _0x4fc612[_0x50fd71(0x685)]||((_0x5b76d3=_0x4fc612['active'])==null?void 0x0:_0x5b76d3[_0x50fd71(0x61a)])===_0x4fc612[_0x50fd71(0x61a)]&&_0x4fc612['active'][_0x50fd71(0x512)]===_0x50fd71(0x4de)||!_0x4fc612['usesDomFloatingStage']&&_0x4fc612[_0x50fd71(0x261)]?_0x50fd71(0x4de):_0x50fd71(0x584);}function bn(_0xd52410,_0x8059e7){const _0x4a3eb5=_0x566a84;return _0xd52410!==_0x4a3eb5(0x2f8)&&_0xd52410!==_0x4a3eb5(0x30d)||_0x8059e7[_0x4a3eb5(0x359)]||_0x8059e7[_0x4a3eb5(0x1dc)]||_0x8059e7['metaKey']?!0x1:Math[_0x4a3eb5(0x886)](_0x8059e7[_0x4a3eb5(0x725)])>Math[_0x4a3eb5(0x886)](_0x8059e7['deltaX']);}const xn=Symbol(_0x566a84(0x69b)),Sn=Symbol('univer.embed.host-vertical-wheel-attempted-event');function Cn(_0x44387a){const _0x454988=_0x566a84;let _0x5b2787=_0x535851=>{const _0x354056=_0x75bf;var _0x24860f;if(En(_0x535851))return;if(_0x44387a['routeHostGestures']&&_0x44387a[_0x354056(0x3e0)]['isHostGesture'](_0x535851)){var _0x1340bf;let _0x136cc0=_0x44387a[_0x354056(0x746)]();if(_0x136cc0&&((_0x1340bf=_0x44387a[_0x354056(0x495)])==null?void 0x0:_0x1340bf[_0x354056(0x743)](_0x44387a,_0x535851,_0x136cc0))===!0x0||Mn(_0x44387a[_0x354056(0x296)],_0x535851)){_0x44387a[_0x354056(0x4c8)](_0x354056(0x26d)),Yn(_0x535851,!0x0);return;}}if(_0x535851[_0x354056(0x1dc)]||_0x535851[_0x354056(0x6db)])return;let _0x2ae1f9=_0x44387a[_0x354056(0x634)]();if(_0x2ae1f9===_0x354056(0x4de))return;let _0x1e25fe=_0x44387a[_0x354056(0x746)](),_0x4f7dbe=_0x1e25fe?_0x44387a[_0x354056(0x82a)]['get'](_0x1e25fe[_0x354056(0x4af)],_0x1e25fe[_0x354056(0x605)]):void 0x0,_0x2f2c26=wn(_0x535851,_0x44387a['viewScale']),_0x155015=_0x1e25fe?{..._0x1e25fe,'event':_0x2f2c26,'stage':_0x2ae1f9,'viewportScrollY':_0x44387a[_0x354056(0x7ac)]?_0x44387a['hostScrollOffset'][_0x354056(0x731)]:void 0x0}:void 0x0;if(_0x1e25fe&&Fn(_0x1e25fe,_0x535851,_0x44387a[_0x354056(0x7ac)])){var _0x27d37d;if(((_0x27d37d=_0x44387a['onHostWheel'])==null?void 0x0:_0x27d37d['call'](_0x44387a,_0x535851,_0x1e25fe))===!0x0||Mn(_0x44387a[_0x354056(0x296)],_0x535851)){_0x44387a[_0x354056(0x4c8)](_0x354056(0x26d)),Yn(_0x535851,!0x0);return;}}let _0x24c03e=_0x155015?_0x44387a[_0x354056(0x2b5)][_0x354056(0x87d)](_0x155015):!0x1,_0x28e159=!_0x24c03e&&In(_0x44387a['container'],_0x535851),_0x278afc=!0x1,_0x165e41=!0x1;if(!_0x24c03e&&_0x28e159?Rn(Ln(_0x535851),()=>{const _0x53bbcc=_0x354056;var _0x17ad11;return _0x165e41=((_0x17ad11=_0x44387a['resizeDocsSheetLikeRendererByWheel'])==null?void 0x0:_0x17ad11[_0x53bbcc(0x743)](_0x44387a,_0x535851))===!0x0;},()=>_0x278afc=(_0x4f7dbe==null?void 0x0:_0x4f7dbe[_0x354056(0x87d)](_0x155015))===!0x0):_0x24c03e||(_0x278afc=(_0x4f7dbe==null?void 0x0:_0x4f7dbe['handleWheel'](_0x155015))===!0x0),!_0x24c03e&&!_0x278afc&&!_0x165e41&&!_0x28e159&&_0x4f7dbe&&_0x1e25fe&&zn(_0x535851)&&((_0x24860f=_0x44387a[_0x354056(0x495)])==null?void 0x0:_0x24860f[_0x354056(0x743)](_0x44387a,_0x535851,_0x1e25fe))===!0x0){_0x44387a[_0x354056(0x4c8)](_0x354056(0x26d)),Yn(_0x535851,!0x0);return;}let _0x550002=_0x278afc||_0x165e41?!0x1:kn(_0x535851,_0x44387a['liveRoot']),_0x31de4d=_0x278afc||_0x165e41||(_0x28e159||_0x550002?!0x1:An(_0x535851,_0x44387a['liveRoot']));(_0x24c03e||_0x278afc||_0x165e41||_0x550002||_0x31de4d)&&Yn(_0x535851,!0x1);},_0x509ddf=_0x46b576=>{const _0x39bcec=_0x75bf;var _0xc9e844;if(_0x44387a['getStage']()!=='stage2')return;let _0x5bcfc0=_0x44387a[_0x39bcec(0x746)]();if(_0x5bcfc0){if(In(_0x44387a[_0x39bcec(0x296)],_0x46b576)){let _0x3070f0=_0x44387a['passiveViewportRegistry'][_0x39bcec(0x230)](_0x5bcfc0['childType'],_0x5bcfc0['layout']),_0x5c430f=wn(_0x46b576,_0x44387a['viewScale']),_0x157a12={..._0x5bcfc0,'event':_0x5c430f,'stage':_0x39bcec(0x4de),'viewportScrollY':_0x44387a[_0x39bcec(0x7ac)]?_0x44387a['hostScrollOffset'][_0x39bcec(0x731)]:void 0x0};Rn(Ln(_0x46b576),()=>{const _0x457aae=_0x39bcec;var _0x4dd2f8;return((_0x4dd2f8=_0x44387a[_0x457aae(0x33b)])==null?void 0x0:_0x4dd2f8[_0x457aae(0x743)](_0x44387a,_0x46b576))===!0x0;},()=>_0x44387a[_0x39bcec(0x2b5)][_0x39bcec(0x87d)](_0x157a12)||(_0x3070f0==null?void 0x0:_0x3070f0['handleWheel'](_0x157a12))===!0x0)&&Yn(_0x46b576,!0x0);return;}Fn(_0x5bcfc0,_0x46b576,_0x44387a[_0x39bcec(0x7ac)])&&(On(_0x46b576)||(Dn(_0x46b576),(((_0xc9e844=_0x44387a['onHostWheel'])==null?void 0x0:_0xc9e844[_0x39bcec(0x743)](_0x44387a,_0x46b576,_0x5bcfc0))===!0x0||Mn(_0x44387a['container'],_0x46b576))&&(_0x44387a['invalidate'](_0x39bcec(0x26d)),Yn(_0x46b576,!0x0))));}},_0x41bf59=()=>_0x44387a[_0x454988(0x4c8)](_0x454988(0x5a9));return _0x44387a[_0x454988(0x527)][_0x454988(0x51c)]('wheel',_0x5b2787,{'passive':!0x1}),_0x44387a[_0x454988(0x490)]['addEventListener'](_0x454988(0x83b),_0x5b2787,{'capture':!0x0,'passive':!0x1}),_0x44387a['container'][_0x454988(0x51c)](_0x454988(0x83b),_0x509ddf,{'capture':!0x0,'passive':!0x1}),_0x44387a[_0x454988(0x490)][_0x454988(0x51c)](_0x454988(0x83b),_0x509ddf,{'capture':!0x0,'passive':!0x1}),_0x44387a['liveRoot'][_0x454988(0x51c)]('scroll',_0x41bf59,!0x0),(0x0,n[_0x454988(0x87f)])(()=>{const _0x301ed1=_0x454988;_0x44387a[_0x301ed1(0x527)][_0x301ed1(0x604)](_0x301ed1(0x83b),_0x5b2787),_0x44387a[_0x301ed1(0x490)][_0x301ed1(0x604)](_0x301ed1(0x83b),_0x5b2787,{'capture':!0x0}),_0x44387a[_0x301ed1(0x296)][_0x301ed1(0x604)](_0x301ed1(0x83b),_0x509ddf,{'capture':!0x0}),_0x44387a['liveRoot'][_0x301ed1(0x604)](_0x301ed1(0x83b),_0x509ddf,{'capture':!0x0}),_0x44387a[_0x301ed1(0x490)][_0x301ed1(0x604)]('scroll',_0x41bf59,!0x0);});}function wn(_0x2074a2,_0x33eca7){const _0x4a108e=_0x566a84;return typeof _0x33eca7!='number'||!Number['isFinite'](_0x33eca7)||_0x33eca7<=0x0||_0x33eca7===0x1?_0x2074a2:new WheelEvent(_0x2074a2['type'],{'altKey':_0x2074a2[_0x4a108e(0x841)],'bubbles':_0x2074a2['bubbles'],'cancelable':_0x2074a2[_0x4a108e(0x303)],'clientX':_0x2074a2[_0x4a108e(0x237)],'clientY':_0x2074a2[_0x4a108e(0x6b4)],'ctrlKey':_0x2074a2['ctrlKey'],'deltaMode':_0x2074a2['deltaMode'],'deltaX':_0x2074a2[_0x4a108e(0x35b)]/_0x33eca7,'deltaY':_0x2074a2[_0x4a108e(0x725)]/_0x33eca7,'deltaZ':_0x2074a2[_0x4a108e(0x2f4)]/_0x33eca7,'metaKey':_0x2074a2['metaKey'],'shiftKey':_0x2074a2[_0x4a108e(0x359)]});}function Tn(_0x474327,_0x8446e9){const _0xacf131=_0x566a84;let _0x5b0749=new WheelEvent(_0xacf131(0x83b),{'clientX':_0x474327[_0xacf131(0x237)],'clientY':_0x474327[_0xacf131(0x6b4)],'ctrlKey':_0x474327[_0xacf131(0x1dc)],'deltaMode':_0x474327[_0xacf131(0x42e)],'deltaX':_0x474327['deltaX'],'deltaY':_0x474327[_0xacf131(0x725)],'deltaZ':_0x474327[_0xacf131(0x2f4)],'metaKey':_0x474327['metaKey'],'shiftKey':_0x474327['shiftKey'],..._0x8446e9});return Object[_0xacf131(0x5f6)](_0x5b0749,xn,{'configurable':!0x0,'value':_0x474327}),_0x5b0749;}function En(_0x5b64ed){return!!_0x5b64ed&&_0x5b64ed[xn]instanceof WheelEvent;}function Dn(_0x3e4700){const _0x2dbdac=_0x566a84;Object[_0x2dbdac(0x5f6)](_0x3e4700,Sn,{'configurable':!0x0,'value':!0x0});}function On(_0x20ad46){return!!_0x20ad46[Sn];}function kn(_0x26cb8f,_0x225f0a){const _0x2f9553=_0x566a84;let _0x36660c=Gn(_0x225f0a,_0x26cb8f[_0x2f9553(0x237)],_0x26cb8f[_0x2f9553(0x6b4)])??_0x225f0a,_0xaf3227=Tn(_0x26cb8f,{'bubbles':!0x0,'cancelable':!0x0});return _0x36660c[_0x2f9553(0x4ff)](_0xaf3227),_0xaf3227[_0x2f9553(0x215)];}function An(_0x48a425,_0x3cffe7){const _0x2154c8=_0x566a84;let _0x423f1a=Kn(Gn(_0x3cffe7,_0x48a425[_0x2154c8(0x237)],_0x48a425[_0x2154c8(0x6b4)])??_0x3cffe7,_0x3cffe7,_0x48a425);return _0x423f1a?jn(_0x48a425,_0x423f1a):!0x1;}function jn(_0x144e72,_0x530407){const _0x17c20c=_0x566a84;let _0x109bb7=Ln(_0x144e72),_0x390fd9=_0x144e72[_0x17c20c(0x359)]?0x0:_0x144e72[_0x17c20c(0x725)],_0x1bf28b=_0x530407[_0x17c20c(0x6d6)],_0x230600=_0x530407['scrollTop'];return _0x109bb7&&(_0x530407[_0x17c20c(0x6d6)]+=_0x109bb7),_0x390fd9&&(_0x530407[_0x17c20c(0x739)]+=_0x390fd9),_0x530407[_0x17c20c(0x6d6)]!==_0x1bf28b||_0x530407[_0x17c20c(0x739)]!==_0x230600;}function Mn(_0x29c5f4,_0x2389d4){const _0x202795=_0x566a84;let _0x2c7742=Nn(_0x29c5f4);if(!_0x2c7742)return Hn(_0x29c5f4[_0x202795(0x7b6)][_0x202795(0x2d0)],_0x29c5f4,_0x2389d4);if(!Wn(_0x2c7742))return Hn(_0x2c7742,_0x29c5f4,_0x2389d4);let _0xcb0c3e=_0x2c7742['scrollTop'];return _0x2c7742[_0x202795(0x739)]+=_0x2389d4['deltaY'],_0x2c7742['scrollTop']!==_0xcb0c3e;}function Nn(_0x501256){const _0x40101d=_0x566a84;let _0x36fc7d=_0x501256[_0x40101d(0x7d7)];for(;_0x36fc7d&&_0x36fc7d!==document[_0x40101d(0x2d0)]&&_0x36fc7d!==document[_0x40101d(0x3cf)];){if(_0x36fc7d[_0x40101d(0x657)]>_0x36fc7d['clientHeight']&&Pn(_0x36fc7d))return _0x36fc7d;_0x36fc7d=_0x36fc7d[_0x40101d(0x7d7)];}return null;}function Pn(_0x169041){const _0x282110=_0x566a84;let _0x3b8ad8=window[_0x282110(0x68d)](_0x169041);return _0x3b8ad8[_0x282110(0x609)]===_0x282110(0x322)||_0x3b8ad8[_0x282110(0x609)]===_0x282110(0x563)||_0x3b8ad8['overflow']===_0x282110(0x3cc)||_0x3b8ad8['overflowY']===_0x282110(0x322)||_0x3b8ad8['overflowY']===_0x282110(0x563)||_0x3b8ad8[_0x282110(0x781)]===_0x282110(0x3cc);}function Fn(_0x336c7f,_0x2bca4f,_0x4a3235){const _0x3f88f1=_0x566a84;var _0x2b4445;return _0x4a3235||((_0x2b4445=_0x336c7f[_0x3f88f1(0x75a)]['sourceMeta'])==null?void 0x0:_0x2b4445[_0x3f88f1(0x7de)])===_0x3f88f1(0x4a4)?Vn(_0x2bca4f):bn(_0x336c7f['layout'],_0x2bca4f);}function In(_0x56ba9c,_0x43732d){const _0xebb7dc=_0x566a84;return!!_0x56ba9c[_0xebb7dc(0x2a6)](_0xebb7dc(0x787))&&Bn(_0x43732d);}function Ln(_0x5bd153){const _0x27fb54=_0x566a84;return _0x5bd153[_0x27fb54(0x35b)]||(_0x5bd153[_0x27fb54(0x359)]?_0x5bd153[_0x27fb54(0x725)]:0x0);}function Rn(_0x2e09fd,_0x9d400,_0x578ee2){return _0x2e09fd>0x0?_0x9d400()||_0x578ee2():_0x578ee2()||_0x9d400();}function zn(_0x3ad3a4){return Bn(_0x3ad3a4)||Vn(_0x3ad3a4);}function Bn(_0x94f92c){const _0x289166=_0x566a84;if(_0x94f92c['ctrlKey']||_0x94f92c[_0x289166(0x6db)])return!0x1;let _0x2c7476=Ln(_0x94f92c),_0x2561e6=_0x94f92c[_0x289166(0x359)]?0x0:_0x94f92c['deltaY'];return Math[_0x289166(0x886)](_0x2c7476)>Math['abs'](_0x2561e6);}function Vn(_0x400248){const _0x3f6596=_0x566a84;return _0x400248[_0x3f6596(0x359)]||_0x400248[_0x3f6596(0x1dc)]||_0x400248[_0x3f6596(0x6db)]?!0x1:Math[_0x3f6596(0x886)](_0x400248[_0x3f6596(0x725)])>Math['abs'](_0x400248[_0x3f6596(0x35b)]);}function Hn(_0x3756b4,_0x483397,_0x38ed0a){const _0x39f975=_0x566a84;let _0x5bba1b=Array[_0x39f975(0x3bd)](_0x3756b4[_0x39f975(0x642)](_0x39f975(0x6af)))['find'](_0x2e6fe1=>!_0x483397['contains'](_0x2e6fe1));return _0x5bba1b?(_0x5bba1b[_0x39f975(0x4ff)](Tn(_0x38ed0a,{'bubbles':!0x0,'cancelable':!0x0,...Un(_0x5bba1b,_0x483397,_0x38ed0a)})),!0x0):!0x1;}function Un(_0x17546a,_0x49ad37,_0x55ac56){const _0x59281b=_0x566a84;if(!qn(_0x49ad37,_0x55ac56[_0x59281b(0x237)],_0x55ac56['clientY']))return{'clientX':_0x55ac56[_0x59281b(0x237)],'clientY':_0x55ac56[_0x59281b(0x6b4)]};let _0x248b31=_0x17546a[_0x59281b(0x71f)](),_0xa649a=Math[_0x59281b(0x2b1)](0x18,Math[_0x59281b(0x4fb)](0x4,Math[_0x59281b(0x2b1)](_0x248b31[_0x59281b(0x5d6)],_0x248b31['height'])/0x8)),_0x218ae0=[{'clientX':_0x248b31[_0x59281b(0x1f8)]+_0xa649a,'clientY':_0x248b31[_0x59281b(0x437)]+_0xa649a},{'clientX':_0x248b31[_0x59281b(0x7c4)]-_0xa649a,'clientY':_0x248b31[_0x59281b(0x437)]+_0xa649a},{'clientX':_0x248b31[_0x59281b(0x1f8)]+_0xa649a,'clientY':_0x248b31[_0x59281b(0x319)]-_0xa649a},{'clientX':_0x248b31[_0x59281b(0x7c4)]-_0xa649a,'clientY':_0x248b31['bottom']-_0xa649a},{'clientX':_0x248b31[_0x59281b(0x1f8)]+_0x248b31[_0x59281b(0x5d6)]/0x2,'clientY':_0x248b31[_0x59281b(0x437)]+_0x248b31['height']/0x2}];return _0x218ae0['find'](_0x404972=>!qn(_0x49ad37,_0x404972['clientX'],_0x404972[_0x59281b(0x6b4)]))??_0x218ae0[0x0];}function Wn(_0x4bc523){const _0x3a1c7a=_0x566a84;let _0x4f6c80=window[_0x3a1c7a(0x68d)](_0x4bc523);return _0x4f6c80[_0x3a1c7a(0x609)]==='auto'||_0x4f6c80[_0x3a1c7a(0x609)]==='scroll'||_0x4f6c80['overflowY']===_0x3a1c7a(0x322)||_0x4f6c80[_0x3a1c7a(0x781)]===_0x3a1c7a(0x563);}function Gn(_0x97fc2e,_0x11f79f,_0x3a4cca){const _0x383a92=_0x566a84;if(!qn(_0x97fc2e,_0x11f79f,_0x3a4cca))return null;let _0x30fef3=_0x97fc2e[_0x383a92(0x7b6)][_0x383a92(0x3f6)];if(typeof _0x30fef3=='function'){let _0xef1d90=_0x30fef3[_0x383a92(0x743)](_0x97fc2e[_0x383a92(0x7b6)],_0x11f79f,_0x3a4cca)[_0x383a92(0x2f6)](_0x2e2d05=>_0x2e2d05 instanceof HTMLElement&&_0x97fc2e['contains'](_0x2e2d05));if(_0xef1d90)return _0xef1d90;}let _0x3e26e1=_0x97fc2e,_0x325ddc=_0x148537=>{const _0x43dce3=_0x383a92;let _0x34188a=Array[_0x43dce3(0x3bd)](_0x148537[_0x43dce3(0x49e)]);for(let _0x544159=_0x34188a['length']-0x1;_0x544159>=0x0;_0x544159--){let _0x519075=_0x34188a[_0x544159];if(!(!(_0x519075 instanceof HTMLElement)||!qn(_0x519075,_0x11f79f,_0x3a4cca))){_0x3e26e1=_0x519075,_0x325ddc(_0x519075);return;}}};return _0x325ddc(_0x97fc2e),_0x3e26e1;}function Kn(_0x4682cd,_0x411e7a,_0x548f45){const _0x256c37=_0x566a84;let _0x5b51a3=Ln(_0x548f45),_0x5cb44f=_0x548f45[_0x256c37(0x359)]?0x0:_0x548f45[_0x256c37(0x725)],_0x4dc94b=_0x4682cd;for(;_0x4dc94b&&_0x411e7a[_0x256c37(0x456)](_0x4dc94b);){if(Jn(_0x4dc94b,_0x5b51a3,_0x5cb44f))return _0x4dc94b;_0x4dc94b=_0x4dc94b[_0x256c37(0x7d7)];}return Jn(_0x411e7a,_0x5b51a3,_0x5cb44f)?_0x411e7a:null;}function qn(_0xa89a7,_0x3919f5,_0x1761ab){const _0x20b8a5=_0x566a84;let _0x46589d=_0xa89a7[_0x20b8a5(0x71f)]();return _0x3919f5>=_0x46589d['left']&&_0x3919f5<=_0x46589d[_0x20b8a5(0x7c4)]&&_0x1761ab>=_0x46589d['top']&&_0x1761ab<=_0x46589d[_0x20b8a5(0x319)];}function Jn(_0x100901,_0x3dcbe9,_0x50120d){const _0x588a42=_0x566a84;let _0x5c602f=_0x3dcbe9!==0x0&&_0x100901['scrollWidth']>_0x100901[_0x588a42(0x830)]&&(_0x3dcbe9<0x0?_0x100901[_0x588a42(0x6d6)]>0x0:_0x100901['scrollLeft']+_0x100901[_0x588a42(0x830)]<_0x100901['scrollWidth']),_0x1ec3f4=_0x50120d!==0x0&&_0x100901[_0x588a42(0x657)]>_0x100901[_0x588a42(0x7f2)]&&(_0x50120d<0x0?_0x100901[_0x588a42(0x739)]>0x0:_0x100901['scrollTop']+_0x100901['clientHeight']<_0x100901['scrollHeight']);return _0x5c602f||_0x1ec3f4;}function Yn(_0x1553bf,_0x3a0184){const _0x3de8c9=_0x566a84;_0x1553bf['preventDefault'](),_0x1553bf[_0x3de8c9(0x3b6)](),_0x3a0184&&_0x1553bf['stopImmediatePropagation']();}var Xn=class{constructor(){const _0x271107=_0x566a84;H(this,_0x271107(0x5ff),new l[(_0x271107(0x463))]()),H(this,_0x271107(0x2d2),new Map()),H(this,_0x271107(0x6cf),new Map()),H(this,'_entriesByKey',new Map()),H(this,_0x271107(0x26f),[]),H(this,_0x271107(0x474),!0x1),H(this,_0x271107(0x66e),null);}[_0x566a84(0x800)](_0x39e7d3){const _0x30577b=_0x566a84;return this['_providers'][_0x30577b(0x243)](_0x39e7d3[_0x30577b(0x4af)],_0x39e7d3),(0x0,n['toDisposable'])(()=>{const _0x305851=_0x30577b;this['_providers']['get'](_0x39e7d3[_0x305851(0x4af)])===_0x39e7d3&&this[_0x305851(0x2d2)][_0x305851(0x304)](_0x39e7d3[_0x305851(0x4af)]);});}[_0x566a84(0x722)](_0x3e2167){const _0x1affc6=_0x566a84;return this[_0x1affc6(0x2d2)]['get'](_0x3e2167);}[_0x566a84(0x326)](_0x41c6ff){const _0x33d567=_0x566a84;return this['_entriesByEmbedId'][_0x33d567(0x230)](_0x41c6ff);}['requestPreview'](_0x3246a3){const _0x5a7972=_0x566a84;let _0x1c5a82=this['getCacheKey'](_0x3246a3),_0x308a63=this['_entriesByKey'][_0x5a7972(0x230)](_0x1c5a82);if(_0x308a63&&(_0x308a63['status']===_0x5a7972(0x27b)||_0x308a63[_0x5a7972(0x1de)]===_0x5a7972(0x867)))return _0x308a63;let _0x2536d8=this['_entriesByEmbedId'][_0x5a7972(0x230)](_0x3246a3[_0x5a7972(0x75a)][_0x5a7972(0x61a)]),_0x3ebaea={'embedId':_0x3246a3[_0x5a7972(0x75a)][_0x5a7972(0x61a)],'childUnitId':_0x3246a3[_0x5a7972(0x542)],'childType':_0x3246a3[_0x5a7972(0x4af)],'status':'pending','width':Math['max'](0x1,Math[_0x5a7972(0x529)](_0x3246a3[_0x5a7972(0x5d6)])),'height':Math[_0x5a7972(0x4fb)](0x1,Math[_0x5a7972(0x529)](_0x3246a3['height'])),'dpr':_0x3246a3[_0x5a7972(0x7ba)],'viewState':_0x3246a3[_0x5a7972(0x6ec)]??(_0x2536d8==null?void 0x0:_0x2536d8[_0x5a7972(0x6ec)]),'revision':((_0x2536d8==null?void 0x0:_0x2536d8[_0x5a7972(0x887)])??0x0)+0x1,'updatedAt':Date[_0x5a7972(0x435)]()};return this[_0x5a7972(0x31a)][_0x5a7972(0x243)](_0x1c5a82,_0x3ebaea),this[_0x5a7972(0x6cf)][_0x5a7972(0x243)](_0x3ebaea[_0x5a7972(0x61a)],_0x3ebaea),this[_0x5a7972(0x26f)][_0x5a7972(0x5bf)](_0x3246a3),this['_drainQueue'](),this[_0x5a7972(0x5ff)][_0x5a7972(0x880)](_0x3ebaea),_0x3ebaea;}async[_0x566a84(0x603)](_0x1fed14){const _0x1b8c9f=_0x566a84;let _0x5b7e8f=this[_0x1b8c9f(0x2d2)][_0x1b8c9f(0x230)](_0x1fed14[_0x1b8c9f(0x4af)]);if(!_0x5b7e8f)return;let _0x497f73=await _0x5b7e8f[_0x1b8c9f(0x603)](_0x1fed14);return this['updateViewState'](_0x1fed14[_0x1b8c9f(0x61a)],_0x497f73),_0x497f73;}async[_0x566a84(0x6f2)](_0x130e94,_0x3bd02c){const _0x4a294c=_0x566a84;if(_0x3bd02c==null)return;let _0x1abfcd=this[_0x4a294c(0x2d2)][_0x4a294c(0x230)](_0x130e94[_0x4a294c(0x4af)]);await(_0x1abfcd==null?void 0x0:_0x1abfcd[_0x4a294c(0x6f2)](_0x130e94,_0x3bd02c));}[_0x566a84(0x1fd)](_0x4433e0,_0x3de71f){const _0x34c64e=_0x566a84;let _0x290dba=this[_0x34c64e(0x6cf)][_0x34c64e(0x230)](_0x4433e0);if(!_0x290dba){let _0x24bb8f={'embedId':_0x4433e0,'childUnitId':'','childType':void 0x0,'status':_0x34c64e(0x885),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x3de71f,'revision':0x0,'updatedAt':Date[_0x34c64e(0x435)]()};this[_0x34c64e(0x6cf)][_0x34c64e(0x243)](_0x4433e0,_0x24bb8f),this['previewUpdated$'][_0x34c64e(0x880)](_0x24bb8f);return;}_0x290dba[_0x34c64e(0x6ec)]=_0x3de71f,_0x290dba[_0x34c64e(0x24d)]=Date[_0x34c64e(0x435)](),this[_0x34c64e(0x5ff)][_0x34c64e(0x880)](_0x290dba);}['markStale'](_0x27249d,_0x363426){const _0x28c324=_0x566a84;let _0x334a25=this['_entriesByEmbedId'][_0x28c324(0x230)](_0x27249d);_0x334a25&&(_0x334a25[_0x28c324(0x1de)]=_0x28c324(0x885),_0x334a25[_0x28c324(0x6ea)]=_0x363426,_0x334a25[_0x28c324(0x24d)]=Date[_0x28c324(0x435)](),this['previewUpdated$'][_0x28c324(0x880)](_0x334a25));}[_0x566a84(0x4c8)](_0x4b72f7){const _0x36f010=_0x566a84;let _0x2eb7db=this[_0x36f010(0x6cf)][_0x36f010(0x230)](_0x4b72f7);this[_0x36f010(0x6cf)][_0x36f010(0x304)](_0x4b72f7),_0x2eb7db&&Array[_0x36f010(0x3bd)](this[_0x36f010(0x31a)]['entries']())[_0x36f010(0x2a5)](([_0x2f60d2,_0x27a677])=>{const _0x39886c=_0x36f010;_0x27a677[_0x39886c(0x61a)]===_0x4b72f7&&this[_0x39886c(0x31a)]['delete'](_0x2f60d2);});}[_0x566a84(0x78b)](_0x163be5){const _0x494223=_0x566a84;return[_0x163be5[_0x494223(0x75a)][_0x494223(0x61a)],_0x163be5[_0x494223(0x542)],_0x163be5['childType'],Math['max'](0x1,Math[_0x494223(0x529)](_0x163be5['width'])),Math[_0x494223(0x4fb)](0x1,Math[_0x494223(0x529)](_0x163be5[_0x494223(0x4da)])),_0x163be5[_0x494223(0x7ba)]][_0x494223(0x81a)]('::');}async[_0x566a84(0x7b3)](){const _0x1abb7a=_0x566a84;for(;this[_0x1abb7a(0x26f)][_0x1abb7a(0x3d7)]>0x0||this[_0x1abb7a(0x474)]||this[_0x1abb7a(0x66e)];)await(this[_0x1abb7a(0x66e)]??Promise['resolve']()),await Promise[_0x1abb7a(0x26b)]();}[_0x566a84(0x3b5)](){const _0x439b09=_0x566a84;this[_0x439b09(0x2d2)][_0x439b09(0x525)](),this[_0x439b09(0x6cf)][_0x439b09(0x525)](),this['_entriesByKey'][_0x439b09(0x525)](),this[_0x439b09(0x26f)][_0x439b09(0x3d7)]=0x0,this[_0x439b09(0x5ff)][_0x439b09(0x868)]();}[_0x566a84(0x878)](){const _0x409f42=_0x566a84;this[_0x409f42(0x474)]||this[_0x409f42(0x66e)]||(this[_0x409f42(0x66e)]=this[_0x409f42(0x7c3)]()[_0x409f42(0x40a)](()=>{const _0x5a4c3c=_0x409f42;this[_0x5a4c3c(0x66e)]=null;}));}async[_0x566a84(0x7c3)](){const _0x17e7f1=_0x566a84;if(!this[_0x17e7f1(0x474)]){this[_0x17e7f1(0x474)]=!0x0;try{for(;this[_0x17e7f1(0x26f)][_0x17e7f1(0x3d7)]>0x0;)await this['_renderOne'](this['_queue'][_0x17e7f1(0x2fc)]());}finally{this['_rendering']=!0x1;}}}async[_0x566a84(0x7a9)](_0x3a534f){const _0x11a5cf=_0x566a84;let _0x46ed54=this[_0x11a5cf(0x78b)](_0x3a534f),_0x1824ad=this['_entriesByKey'][_0x11a5cf(0x230)](_0x46ed54);if(!_0x1824ad||_0x1824ad['status']!==_0x11a5cf(0x27b))return;let _0x54f3ce=this['_providers']['get'](_0x3a534f['childType']),_0x471cce=this[_0x11a5cf(0x7b4)](_0x1824ad[_0x11a5cf(0x61a)],_0x1824ad);if(!_0x54f3ce){let _0x4af290=_0x3a534f[_0x11a5cf(0x630)]?it(_0x3a534f[_0x11a5cf(0x630)]):void 0x0;if(_0x4af290){_0x1824ad[_0x11a5cf(0x883)]=_0x4af290,_0x1824ad[_0x11a5cf(0x1de)]='ready',_0x1824ad['updatedAt']=Date[_0x11a5cf(0x435)](),this[_0x11a5cf(0x6cf)][_0x11a5cf(0x243)](_0x1824ad[_0x11a5cf(0x61a)],_0x1824ad),this['previewUpdated$'][_0x11a5cf(0x880)](_0x1824ad);return;}this[_0x11a5cf(0x2c8)](_0x1824ad,_0x471cce,Error(_0x11a5cf(0x37d)+_0x3a534f['childType']));return;}try{let _0x2052fd=await _0x54f3ce['renderPreview']({..._0x3a534f,'width':_0x1824ad[_0x11a5cf(0x5d6)],'height':_0x1824ad[_0x11a5cf(0x4da)],'viewState':_0x1824ad[_0x11a5cf(0x6ec)]});if(this['_entriesByKey'][_0x11a5cf(0x230)](_0x46ed54)!==_0x1824ad||_0x1824ad[_0x11a5cf(0x1de)]!==_0x11a5cf(0x27b))return;if(!_0x2052fd){this[_0x11a5cf(0x2c8)](_0x1824ad,_0x471cce,Error(_0x11a5cf(0x36d)));return;}_0x1824ad[_0x11a5cf(0x883)]=_0x2052fd,_0x1824ad['status']=_0x11a5cf(0x867),_0x1824ad['updatedAt']=Date[_0x11a5cf(0x435)](),this[_0x11a5cf(0x6cf)][_0x11a5cf(0x243)](_0x1824ad[_0x11a5cf(0x61a)],_0x1824ad),this[_0x11a5cf(0x5ff)][_0x11a5cf(0x880)](_0x1824ad);}catch(_0xe0d70a){this['_setRenderFailure'](_0x1824ad,_0x471cce,_0xe0d70a);}}['_findPreviousReadyEntry'](_0x198771,_0x3e4de5){const _0x2f8433=_0x566a84;let _0x1bdc36=this[_0x2f8433(0x6cf)][_0x2f8433(0x230)](_0x198771);return _0x1bdc36&&_0x1bdc36!==_0x3e4de5&&_0x1bdc36['image']?_0x1bdc36:Array['from'](this[_0x2f8433(0x31a)]['values']())[_0x2f8433(0x6a7)]()['find'](_0x4fb811=>_0x4fb811[_0x2f8433(0x61a)]===_0x198771&&_0x4fb811!==_0x3e4de5&&_0x4fb811[_0x2f8433(0x883)]);}[_0x566a84(0x2c8)](_0x4a2b0d,_0x1395c3,_0x3c3317){const _0x415758=_0x566a84;_0x4a2b0d[_0x415758(0x1de)]=_0x1395c3!=null&&_0x1395c3[_0x415758(0x883)]?'stale':_0x415758(0x6ea),_0x4a2b0d[_0x415758(0x883)]=_0x1395c3==null?void 0x0:_0x1395c3['image'],_0x4a2b0d['viewState']=_0x4a2b0d[_0x415758(0x6ec)]??(_0x1395c3==null?void 0x0:_0x1395c3[_0x415758(0x6ec)]),_0x4a2b0d['error']=_0x3c3317,_0x4a2b0d['updatedAt']=Date['now'](),this[_0x415758(0x6cf)][_0x415758(0x243)](_0x4a2b0d[_0x415758(0x61a)],_0x4a2b0d),this[_0x415758(0x5ff)][_0x415758(0x880)](_0x4a2b0d);}},Zn=class{constructor(){const _0x4922de=_0x566a84;H(this,_0x4922de(0x772),new Map()),H(this,'_geometryInvalidated$',new l[(_0x4922de(0x463))]()),H(this,'geometryInvalidated$',this[_0x4922de(0x6c2)][_0x4922de(0x2d6)]());}[_0x566a84(0x371)](_0x141f2c){const _0x12eb45=_0x566a84;return this['_registrations'][_0x12eb45(0x243)](_0x141f2c['embedId'],_0x141f2c),this['invalidate']({'embedId':_0x141f2c[_0x12eb45(0x61a)],'reason':_0x12eb45(0x548)}),(0x0,n[_0x12eb45(0x87f)])(()=>{const _0x2d1651=_0x12eb45;this['_registrations'][_0x2d1651(0x230)](_0x141f2c[_0x2d1651(0x61a)])===_0x141f2c&&(this[_0x2d1651(0x772)]['delete'](_0x141f2c[_0x2d1651(0x61a)]),this[_0x2d1651(0x4c8)]({'embedId':_0x141f2c[_0x2d1651(0x61a)],'reason':'manual'}));});}[_0x566a84(0x3a7)](_0x3b1126){const _0x18d742=_0x566a84;return this[_0x18d742(0x772)][_0x18d742(0x230)](_0x3b1126);}[_0x566a84(0x855)](_0x11d58e){const _0x36ab7c=_0x566a84;return Array[_0x36ab7c(0x3bd)](this['_registrations']['values']())[_0x36ab7c(0x2f6)](_0x4d1c75=>_0x4d1c75['childUnitId']===_0x11d58e);}[_0x566a84(0x4c8)](_0x44e429){const _0x56e14d=_0x566a84;this['_geometryInvalidated$'][_0x56e14d(0x880)](_0x44e429);}};let Qn=class{constructor(_0x3bf98f,_0x163064,_0x2629e2,_0x22a2de){const _0x4a7d9e=_0x566a84;this[_0x4a7d9e(0x1f0)]=_0x3bf98f,this[_0x4a7d9e(0x369)]=_0x163064,this['_hostAdapterRegistry']=_0x2629e2,this[_0x4a7d9e(0x48f)]=_0x22a2de;}async[_0x566a84(0x643)](_0x55ce07){const _0x1da529=_0x566a84;return this[_0x1da529(0x369)][_0x1da529(0x643)](_0x55ce07);}async[_0x566a84(0x315)](_0x4cbc8c){const _0x124def=_0x566a84;let _0x546263=_0x4cbc8c['descriptor'],_0x2fdc2c=_0x4cbc8c[_0x124def(0x3fd)]??this[_0x124def(0x2fe)][_0x124def(0x23f)]({'embedId':_0x546263[_0x124def(0x61a)],'hostUnitId':_0x546263[_0x124def(0x1ee)],'hostType':_0x546263[_0x124def(0x741)],'entry':_0x546263['entry'],'hostAnchorId':_0x546263['hostAnchorId'],'hostContext':_0x4cbc8c[_0x124def(0x753)],'descriptor':_0x546263});return this[_0x124def(0x1f0)][_0x124def(0x869)](_0x546263['hostUnitId'],_0x546263),this[_0x124def(0x48f)][_0x124def(0x514)](_0x2fdc2c),this[_0x124def(0x1f0)]['getDescriptor'](_0x546263[_0x124def(0x1ee)],_0x546263[_0x124def(0x61a)]);}};Qn=X([Y(0x0,(0x0,n[_0x566a84(0x240)])(e[_0x566a84(0x51f)])),Y(0x1,(0x0,n[_0x566a84(0x240)])(e[_0x566a84(0x4ac)])),Y(0x2,(0x0,n[_0x566a84(0x240)])(e['EmbedHostAdapterRegistryService'])),Y(0x3,(0x0,n['Inject'])(e[_0x566a84(0x3b4)]))],Qn);function $n(_0x225858){const _0x256c19=_0x566a84;var _0xc00054;if(!_0x225858)return;let _0xb04d81=((_0xc00054=_0x225858[_0x256c19(0x2a6)](_0x256c19(0x434)))==null?void 0x0:_0xc00054['getAttribute']('data-embed-interaction-boundary-owner'))??void 0x0,_0x2b2124=er(_0x225858,_0xb04d81),_0x243e1c=(_0x2b2124==null?void 0x0:_0x2b2124[_0x256c19(0x477)]('data-embed-id'))??_0xb04d81;if(_0x243e1c)return{'embedId':_0x243e1c,'hostUnitId':(_0x2b2124==null?void 0x0:_0x2b2124[_0x256c19(0x477)](_0x256c19(0x615)))??void 0x0,'childUnitId':(_0x2b2124==null?void 0x0:_0x2b2124[_0x256c19(0x477)](a[_0x256c19(0x39d)]))??void 0x0,'childType':nr(_0x2b2124)};}function er(_0x4aab87,_0x4cb0b1){const _0x4dbbeb=_0x566a84;let _0x42da96=_0x4aab87==null?void 0x0:_0x4aab87['closest']('[data-embed-float-dom=\x22true\x22]');if(_0x42da96&&(!_0x4cb0b1||_0x42da96[_0x4dbbeb(0x477)](_0x4dbbeb(0x46b))===_0x4cb0b1))return _0x42da96;let _0x6f8d37=(_0x4aab87==null?void 0x0:_0x4aab87[_0x4dbbeb(0x7b6)])??(typeof document>'u'?void 0x0:document);return!_0x6f8d37||!_0x4cb0b1?_0x42da96??void 0x0:_0x6f8d37[_0x4dbbeb(0x68a)](_0x4dbbeb(0x41f)+tr(_0x4cb0b1)+'\x22]')??void 0x0;}function tr(_0xa57fb6){const _0x230ecf=_0x566a84;return _0xa57fb6[_0x230ecf(0x223)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function nr(_0x3d4aa8){const _0x521f21=_0x566a84;let _0x44cd95=_0x3d4aa8==null?void 0x0:_0x3d4aa8[_0x521f21(0x477)](_0x521f21(0x650));if(_0x44cd95!=null&&_0x44cd95!=='')return Number(_0x44cd95);}var rr=class{constructor(){const _0xd092b2=_0x566a84;H(this,_0xd092b2(0x306),new WeakMap()),H(this,_0xd092b2(0x509),new WeakSet());}[_0x566a84(0x371)](_0x1096b9){const _0x36f624=_0x566a84;let _0x4dffaa=this[_0x36f624(0x306)][_0x36f624(0x230)](_0x1096b9);if(!_0x4dffaa){let _0x50c66b=_0x1096b9['ownerDocument'][_0x36f624(0x43b)];if(!_0x50c66b)return(0x0,n[_0x36f624(0x87f)])(()=>{});let _0x50b773=_0x224afa=>this[_0x36f624(0x54e)](_0x1096b9,_0x224afa);_0x50c66b[_0x36f624(0x51c)](_0x36f624(0x83b),_0x50b773,{'capture':!0x0,'passive':!0x0}),_0x4dffaa={'activeUntil':0x0,'dispose':()=>_0x50c66b[_0x36f624(0x604)](_0x36f624(0x83b),_0x50b773,{'capture':!0x0}),'refCount':0x0},this['_sessions']['set'](_0x1096b9,_0x4dffaa);}let _0x5aaa7b=_0x4dffaa;return _0x5aaa7b['refCount']+=0x1,(0x0,n['toDisposable'])(()=>{const _0x312ee4=_0x36f624;--_0x5aaa7b[_0x312ee4(0x49b)],!(_0x5aaa7b[_0x312ee4(0x49b)]>0x0||this['_sessions']['get'](_0x1096b9)!==_0x5aaa7b)&&(_0x5aaa7b[_0x312ee4(0x3b5)](),this[_0x312ee4(0x306)]['delete'](_0x1096b9));});}[_0x566a84(0x406)](_0x5178e7){const _0x99623f=_0x566a84;return this[_0x99623f(0x509)][_0x99623f(0x44c)](_0x5178e7);}[_0x566a84(0x54e)](_0x51f9b8,_0x1a1450){const _0x1afe32=_0x566a84;var _0x2f0fde;let _0x1c918c=_0x51f9b8[_0x1afe32(0x7b6)][_0x1afe32(0x43b)];if(!_0x1c918c)return;let _0x31fccd=ir(_0x1a1450,_0x1c918c);if(!_0x31fccd||!_0x51f9b8[_0x1afe32(0x456)](_0x31fccd))return;let _0x983d50=this[_0x1afe32(0x306)][_0x1afe32(0x230)](_0x51f9b8);if(!_0x983d50)return;let _0x28bf6e=Date[_0x1afe32(0x435)](),_0x505dea=er(_0x31fccd);if(!_0x505dea||!_0x51f9b8[_0x1afe32(0x456)](_0x505dea)){_0x983d50[_0x1afe32(0x219)]=_0x28bf6e+0x1f4;return;}if(((_0x2f0fde=$n(_0x505dea))==null?void 0x0:_0x2f0fde['childType'])===n[_0x1afe32(0x52f)][_0x1afe32(0x658)]){_0x983d50[_0x1afe32(0x219)]=_0x28bf6e+0x1f4,this[_0x1afe32(0x509)][_0x1afe32(0x228)](_0x1a1450);return;}_0x28bf6e>=_0x983d50[_0x1afe32(0x219)]||(_0x983d50[_0x1afe32(0x219)]=_0x28bf6e+0x1f4,this[_0x1afe32(0x509)][_0x1afe32(0x228)](_0x1a1450));}};function ir(_0x39eb14,_0x55ed8d){const _0x25e44d=_0x566a84;let _0x438d7e=_0x39eb14[_0x25e44d(0x394)];return _0x438d7e instanceof _0x55ed8d[_0x25e44d(0x424)]?_0x438d7e:_0x438d7e instanceof _0x55ed8d[_0x25e44d(0x7f7)]||_0x438d7e instanceof _0x55ed8d['Node']?_0x438d7e[_0x25e44d(0x7d7)]:null;}var ar=class{constructor(){H(this,'_providers',new Map());}[_0x566a84(0x371)](_0xc210c0){const _0x358126=_0x566a84;return this[_0x358126(0x2d2)]['set'](_0xc210c0[_0x358126(0x4af)],_0xc210c0),(0x0,n[_0x358126(0x87f)])(()=>{const _0x3a872b=_0x358126;this[_0x3a872b(0x2d2)][_0x3a872b(0x230)](_0xc210c0['childType'])===_0xc210c0&&this[_0x3a872b(0x2d2)][_0x3a872b(0x304)](_0xc210c0[_0x3a872b(0x4af)]);});}['get'](_0x244988,_0x122f4e){const _0x296429=_0x566a84;var _0x3e4366;let _0x213998=this['_providers'][_0x296429(0x230)](_0x244988);if(_0x213998&&!(_0x122f4e&&(_0x3e4366=_0x213998[_0x296429(0x37f)])!=null&&_0x3e4366[_0x296429(0x3d7)]&&!_0x213998[_0x296429(0x37f)][_0x296429(0x599)](_0x122f4e)))return _0x213998;}[_0x566a84(0x62a)](){const _0x2086e5=_0x566a84;return[...this[_0x2086e5(0x2d2)][_0x2086e5(0x2cb)]()];}},or=class{constructor(){const _0x32a12f=_0x566a84;H(this,_0x32a12f(0x286),[]);}['register'](_0x180640){const _0x402221=_0x566a84;return this[_0x402221(0x286)]['push'](_0x180640),this[_0x402221(0x35d)](),(0x0,n[_0x402221(0x87f)])(()=>{const _0x471eb5=_0x402221;let _0x5a4121=this[_0x471eb5(0x286)][_0x471eb5(0x4d2)](_0x180640);_0x5a4121>=0x0&&this[_0x471eb5(0x286)]['splice'](_0x5a4121,0x1);});}[_0x566a84(0x87d)](_0x615a30){const _0x4dd775=_0x566a84;for(let _0x326818 of this['_handlers']){var _0x27dbe7;if(_0x326818[_0x4dd775(0x4af)]===_0x615a30['childType']&&!(_0x615a30['layout']&&(_0x27dbe7=_0x326818['supportedLayouts'])!=null&&_0x27dbe7['length']&&!_0x326818[_0x4dd775(0x37f)][_0x4dd775(0x599)](_0x615a30[_0x4dd775(0x605)]))&&_0x326818[_0x4dd775(0x87d)](_0x615a30)===!0x0)return!0x0;}return!0x1;}[_0x566a84(0x62a)](){const _0x5659e2=_0x566a84;return[...this[_0x5659e2(0x286)]];}[_0x566a84(0x35d)](){const _0xb9c435=_0x566a84;this[_0xb9c435(0x286)][_0xb9c435(0x672)]((_0x559dc9,_0x483ab4)=>(_0x483ab4[_0xb9c435(0x889)]??0x0)-(_0x559dc9[_0xb9c435(0x889)]??0x0));}};function sr(_0x439027){const _0x47a66a=_0x566a84;if(!_0x439027||typeof _0x439027!='object')return;let _0x1073dd=_0x439027;return _0x1073dd[_0x47a66a(0x5c4)]===0x1&&_0x1073dd[_0x47a66a(0x61a)]&&_0x1073dd[_0x47a66a(0x7c9)]?_0x1073dd:void 0x0;}const cr=new Map();function lr(_0x2c67e5){const _0x2e15e5=_0x566a84;var _0x2c6168,_0x3c67dc;let {container:_0x32b032,content:_0xa1976d,offset:_0x64ffc9}=_0x2c67e5;if(!_0x2c67e5[_0x2e15e5(0x7ff)])return _0x64ffc9[_0x2e15e5(0x731)]=0x0,_0xa1976d[_0x2e15e5(0x29c)]['removeProperty'](_0x2e15e5(0x7ae)),_0xa1976d[_0x2e15e5(0x29c)][_0x2e15e5(0x5b1)](_0x2e15e5(0x783)),(0x0,n[_0x2e15e5(0x87f)])(()=>{});let _0xeda546=_0x32b032[_0x2e15e5(0x7b6)]['defaultView']??window,_0x4af441=Lr(_0x2c67e5[_0x2e15e5(0x827)],0x1),_0x548f18=!0x1,_0x332f22,_0x1d2ae1=()=>{const _0x7bca5f=_0x2e15e5;var _0xb81d0a;if(_0x548f18)return;let _0x5310b9=_0x2c67e5[_0x7bca5f(0x746)]();if(!_0x5310b9){_0x64ffc9['current']=0x0,_0xa1976d['style'][_0x7bca5f(0x5b1)](_0x7bca5f(0x7ae)),_0xa1976d[_0x7bca5f(0x29c)][_0x7bca5f(0x5b1)](_0x7bca5f(0x783));return;}let _0x35c41f=_0x2c67e5[_0x7bca5f(0x722)](_0x5310b9);if(!_0x35c41f)return;let _0x179fef=Nn(_0x32b032),_0x4d52f5=(_0x179fef==null?void 0x0:_0x179fef[_0x7bca5f(0x71f)]())??{'height':_0xeda546['innerHeight'],'top':0x0,'width':_0xeda546[_0x7bca5f(0x47b)]},_0x13d908=_0x32b032['getBoundingClientRect'](),_0x40c6ad=Lr(_0x2c67e5[_0x7bca5f(0x7ab)],_0x13d908[_0x7bca5f(0x4da)]/_0x4af441),_0x39e12d=Math[_0x7bca5f(0x2b1)](_0x40c6ad,Lr(_0x2c67e5[_0x7bca5f(0x405)],_0xa1976d[_0x7bca5f(0x71f)]()['height']/_0x4af441,_0x4d52f5['height']/_0x4af441)),_0x257f91=fr({'collapseWithoutChildScroll':_0x2c67e5[_0x7bca5f(0x504)],'contentHeight':_0x40c6ad,'hostOffset':Math['max'](0x0,(_0x4d52f5[_0x7bca5f(0x437)]-_0x13d908[_0x7bca5f(0x437)])/_0x4af441),'stickyHeaderHeight':Math['max'](0x18,((_0xb81d0a=_0x35c41f[_0x7bca5f(0x6c1)])==null?void 0x0:_0xb81d0a[_0x7bca5f(0x743)](_0x35c41f,_0x5310b9))??0x0),'viewportHeight':_0x39e12d});if(_0xa1976d[_0x7bca5f(0x29c)][_0x7bca5f(0x7ae)]=_0x257f91[_0x7bca5f(0x316)]===0x0?'':'translateY('+_0x257f91[_0x7bca5f(0x316)]*_0x4af441+_0x7bca5f(0x806),_0xa1976d[_0x7bca5f(0x29c)][_0x7bca5f(0x777)]=_0x257f91[_0x7bca5f(0x524)]===0x0?'':_0x7bca5f(0x79f)+_0x257f91[_0x7bca5f(0x524)]*_0x4af441+_0x7bca5f(0x706),!ur(_0x2c67e5[_0x7bca5f(0x70a)][_0x7bca5f(0x731)],_0x7bca5f(0x4a4))||_0x2c67e5[_0x7bca5f(0x6ab)]['current'])return;let _0x2daf42=_0x257f91[_0x7bca5f(0x200)]-_0x64ffc9[_0x7bca5f(0x731)];if(Math[_0x7bca5f(0x886)](_0x2daf42)<0.5)return;_0x64ffc9[_0x7bca5f(0x731)]=_0x257f91['childOffset'],_0x2c67e5[_0x7bca5f(0x4c8)]();let _0x57d427=new WheelEvent(_0x7bca5f(0x83b),{'cancelable':!0x1,'clientX':_0x13d908[_0x7bca5f(0x1f8)]+Math['min'](_0x13d908[_0x7bca5f(0x5d6)],_0x4d52f5['width'])/0x2,'clientY':_0x4d52f5[_0x7bca5f(0x437)]+_0x39e12d*_0x4af441/0x2,'deltaY':_0x2daf42});_0x2c67e5[_0x7bca5f(0x842)][_0x7bca5f(0x731)]=!0x0;try{_0x35c41f['handleWheel']({..._0x5310b9,'event':_0x57d427,'source':_0x7bca5f(0x614),'stage':_0x2c67e5[_0x7bca5f(0x634)](),'viewportScrollY':_0x257f91[_0x7bca5f(0x200)]});}finally{_0x2c67e5[_0x7bca5f(0x842)][_0x7bca5f(0x731)]=!0x1;}},_0x1b9f77=()=>{const _0x58857a=_0x2e15e5;_0x1d2ae1(),_0x548f18||(_0x332f22=_0xeda546[_0x58857a(0x4cf)](_0x1b9f77));},_0x2d9a2e=()=>{globalThis['queueMicrotask'](()=>{_0x548f18||_0x1d2ae1();});},_0x18d0ca=_0x2c67e5[_0x2e15e5(0x746)](),_0x483f04=_0x18d0ca?_0x2c67e5['getProvider'](_0x18d0ca):void 0x0,_0x3200b4=_0x18d0ca&&(_0x483f04==null||(_0x2c6168=_0x483f04[_0x2e15e5(0x2f9)])==null?void 0x0:_0x2c6168['call'](_0x483f04,_0x18d0ca,_0x1f827a=>{const _0x717db0=_0x2e15e5;var _0x3dc632;if(_0x2c67e5['syncingChildFromHost'][_0x717db0(0x731)]||!ur(_0x2c67e5[_0x717db0(0x70a)][_0x717db0(0x731)],'child'))return;let _0x23a4ba=Math['max'](0x0,Lr(_0x2c67e5[_0x717db0(0x7ab)])-Lr(_0x2c67e5[_0x717db0(0x405)])),_0x3f189b=mr(_0x1f827a,0x0,_0x23a4ba),_0x8c3b11=_0x32b032[_0x717db0(0x71f)](),_0x62f3bb=((_0x3dc632=Nn(_0x32b032))==null?void 0x0:_0x3dc632[_0x717db0(0x71f)]()[_0x717db0(0x437)])??0x0,_0x3cd438=dr(_0x3f189b,mr((_0x62f3bb-_0x8c3b11[_0x717db0(0x437)])/_0x4af441,0x0,_0x23a4ba),Math[_0x717db0(0x4fb)](0x0,(_0x8c3b11['top']-_0x62f3bb)/_0x4af441));if(Math['abs'](_0x3cd438)<0.5)return;let _0x1594ce=new WheelEvent(_0x717db0(0x83b),{'cancelable':!0x1,'clientX':_0x8c3b11[_0x717db0(0x1f8)]+_0x8c3b11['width']/0x2,'clientY':_0x8c3b11[_0x717db0(0x437)]+Math[_0x717db0(0x2b1)](_0x8c3b11[_0x717db0(0x4da)],(_0x2c67e5[_0x717db0(0x405)]??_0x8c3b11[_0x717db0(0x4da)]/_0x4af441)*_0x4af441)/0x2,'deltaY':_0x3cd438*_0x4af441}),_0x1a4334=_0x64ffc9['current'],_0x5d8ff3=_0xa1976d[_0x717db0(0x29c)][_0x717db0(0x7ae)],_0x32e3e9=_0xa1976d['style'][_0x717db0(0x777)];_0x64ffc9['current']=_0x3f189b,_0xa1976d[_0x717db0(0x29c)][_0x717db0(0x7ae)]=_0x3f189b===0x0?'':'translateY('+_0x3f189b*_0x4af441+_0x717db0(0x806),_0xa1976d[_0x717db0(0x29c)][_0x717db0(0x777)]='',_0x2c67e5[_0x717db0(0x6ab)]['current']=!0x0;let _0x2d52f1=!0x1;try{var _0x1c60fd;_0x2d52f1=((_0x1c60fd=_0x2c67e5['onHostWheel'])==null?void 0x0:_0x1c60fd['call'](_0x2c67e5,_0x1594ce,_0x18d0ca))===!0x0||Mn(_0x32b032,_0x1594ce);}finally{_0x2c67e5[_0x717db0(0x6ab)][_0x717db0(0x731)]=!0x1;}if(!_0x2d52f1){_0x64ffc9[_0x717db0(0x731)]=_0x1a4334,_0xa1976d['style']['transform']=_0x5d8ff3,_0xa1976d[_0x717db0(0x29c)][_0x717db0(0x777)]=_0x32e3e9;return;}_0x2c67e5[_0x717db0(0x4c8)]();}));_0x332f22=_0xeda546[_0x2e15e5(0x4cf)](_0x1b9f77);let _0x543337=(_0x3c67dc=_0x2c67e5[_0x2e15e5(0x84f)])==null?void 0x0:_0x3c67dc['subscribe'](_0x2d9a2e);_0xeda546[_0x2e15e5(0x51c)](_0x2e15e5(0x563),_0x1d2ae1,!0x0),_0xeda546[_0x2e15e5(0x51c)](_0x2e15e5(0x31b),_0x1d2ae1);let _0x15c924=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x1d2ae1);return _0x15c924==null||_0x15c924['observe'](_0x32b032),(0x0,n['toDisposable'])(()=>{const _0x36558a=_0x2e15e5;_0x548f18=!0x0,_0x332f22!=null&&_0xeda546[_0x36558a(0x28b)](_0x332f22),_0x3200b4==null||_0x3200b4[_0x36558a(0x3b5)](),_0x543337==null||_0x543337['unsubscribe'](),_0x15c924==null||_0x15c924[_0x36558a(0x832)](),_0xeda546[_0x36558a(0x604)]('scroll',_0x1d2ae1,!0x0),_0xeda546['removeEventListener'](_0x36558a(0x31b),_0x1d2ae1),_0xa1976d[_0x36558a(0x29c)]['removeProperty'](_0x36558a(0x7ae)),_0xa1976d[_0x36558a(0x29c)][_0x36558a(0x5b1)](_0x36558a(0x783));});}function ur(_0x2ed1ca,_0x2227b8){return _0x2ed1ca==null||_0x2ed1ca===_0x2227b8;}function dr(_0xaa5e16,_0x36372d,_0x307851){const _0x134b51=_0x566a84;let _0x148996=_0xaa5e16-_0x36372d;return _0x148996+(_0x148996>0x0?Math[_0x134b51(0x4fb)](0x0,_0x307851):0x0);}function fr(_0x32a1b0){const _0x260f3d=_0x566a84;let _0x5229a3=Lr(_0x32a1b0[_0x260f3d(0x7ab)]),_0x1f7880=Math[_0x260f3d(0x2b1)](_0x5229a3,Lr(_0x32a1b0[_0x260f3d(0x405)])),_0x19418b=Math[_0x260f3d(0x4fb)](0x0,_0x5229a3-_0x1f7880);if(_0x19418b===0x0&&!_0x32a1b0[_0x260f3d(0x504)])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x2d4147=Math['max'](0x0,_0x32a1b0[_0x260f3d(0x7d2)]),_0x4266b0=mr(Lr(_0x32a1b0[_0x260f3d(0x812)]),0x1,_0x1f7880),_0x60649f=Math[_0x260f3d(0x4fb)](_0x19418b,_0x5229a3-_0x4266b0),_0xe44e94=Math[_0x260f3d(0x2b1)](_0x2d4147,_0x60649f),_0x1ae3ee=mr(_0x5229a3-_0x2d4147,_0x4266b0,_0x1f7880);return{'childOffset':Math['min'](_0x2d4147,_0x19418b),'clipBottom':_0x1f7880-_0x1ae3ee,'visualOffset':_0xe44e94};}function pr(_0x1d1622){const _0x2d126d=_0x566a84;let _0x594eca=Math[_0x2d126d(0x4fb)](0x1,_0x1d1622[_0x2d126d(0x361)]-_0x1d1622[_0x2d126d(0x7bc)]),_0xeabb0c=Math['min'](_0x1d1622[_0x2d126d(0x7c7)],_0x594eca);return{'initialWidth':_0xeabb0c,'maxExpansion':Math[_0x2d126d(0x2b1)](_0x1d1622['bleedLeft'],Math[_0x2d126d(0x4fb)](0x0,_0x1d1622['contentWidth']-_0xeabb0c))};}function mr(_0x2a9071,_0x3c31e8,_0x10068f){const _0x576bf2=_0x566a84;return Math['max'](_0x3c31e8,Math[_0x576bf2(0x2b1)](_0x10068f,_0x2a9071));}function hr(_0x379ffa){const _0x3e7f61=_0x566a84;_0x379ffa[_0x3e7f61(0x29c)][_0x3e7f61(0x5b1)]('left'),_0x379ffa[_0x3e7f61(0x29c)][_0x3e7f61(0x5b1)](_0x3e7f61(0x437)),_0x379ffa['style'][_0x3e7f61(0x5b1)]('width'),_0x379ffa[_0x3e7f61(0x29c)][_0x3e7f61(0x5b1)]('height'),_0x379ffa[_0x3e7f61(0x29c)][_0x3e7f61(0x5b1)]('visibility'),_0x379ffa[_0x3e7f61(0x29c)][_0x3e7f61(0x5b1)](_0x3e7f61(0x6f1));}function gr(_0x27f464,_0x2a0842){const _0x3a9019=_0x566a84;_0x2a0842?cr[_0x3a9019(0x243)](_0x27f464,_0x2a0842):cr['delete'](_0x27f464);}function _r(_0x3f03aa){const _0x403b9a=_0x566a84;var _0x43b5f1;let {chrome:_0x4f8c85,container:_0x3a1d2b,geometryService:_0x3b09ed,stage:_0x1295cb}=_0x3f03aa;if(_0x3f03aa['deferInactive']&&_0x1295cb===_0x403b9a(0x584))return _0x4f8c85[_0x403b9a(0x29c)]['visibility']='hidden',_0x4f8c85[_0x403b9a(0x29c)][_0x403b9a(0x7b7)]='none',(0x0,n[_0x403b9a(0x87f)])(()=>{const _0x38fa69=_0x403b9a;_0x4f8c85['style'][_0x38fa69(0x5b1)](_0x38fa69(0x4f7)),_0x4f8c85[_0x38fa69(0x29c)][_0x38fa69(0x5b1)](_0x38fa69(0x6f1));});let _0xac00e6=_0x4f8c85[_0x403b9a(0x7d7)],_0x24beef=_0x4f8c85[_0x403b9a(0x224)],_0x1e6e9b,_0x455f6c,_0x553275=0x0,_0x2ed458,_0x567a24,_0x1a9b99,_0xf9c0eb,_0x6e6558,_0x5d3294,_0x2aefe5,_0x426228=()=>{const _0x319ec6=_0x403b9a;let _0x439010=Er(_0x3a1d2b),_0x496e3e=Tr(_0x3a1d2b),_0x5e431f=!Dr(_0x3a1d2b)&&_0x2aefe5!=null&&_0x2ed458===_0x496e3e[_0x319ec6(0x1f8)]&&_0x1a9b99===_0x496e3e[_0x319ec6(0x5d6)]&&_0xf9c0eb===_0x496e3e[_0x319ec6(0x4da)];!Dr(_0x3a1d2b)&&_0x2aefe5!=null&&!_0x5e431f&&(_0x2aefe5=void 0x0);let _0x4cd554=_0x5e431f?new DOMRect(_0x496e3e[_0x319ec6(0x1f8)],_0x2aefe5,_0x496e3e[_0x319ec6(0x5d6)],_0x496e3e['height']):_0x496e3e,_0xee4781=!_0x439010||_0x4cd554['height']>=0x18,_0x52d829=xr(_0x439010,_0xee4781,_0x4cd554['height']);if(yr(_0x3a1d2b,_0x4f8c85,_0xee4781,_0x1295cb),br(_0x3a1d2b,_0x4f8c85,_0x52d829,_0x1295cb),_0x439010){let _0x26e609=_0x3a1d2b[_0x319ec6(0x71f)]();Sr(_0x4f8c85,_0x4cd554,Cr(_0x26e609,_0x3f03aa[_0x319ec6(0x270)]));}else wr(_0x4f8c85);_0x4f8c85[_0x319ec6(0x29c)][_0x319ec6(0x4f7)]=_0xee4781?'':_0x319ec6(0x3cc),_0x4f8c85['style']['pointerEvents']=_0xee4781&&_0x1295cb!=='inactive'?'':_0x319ec6(0x2db),(_0x4cd554[_0x319ec6(0x1f8)]!==_0x2ed458||_0x4cd554[_0x319ec6(0x437)]!==_0x567a24||_0x4cd554[_0x319ec6(0x5d6)]!==_0x1a9b99||_0x4cd554[_0x319ec6(0x4da)]!==_0xf9c0eb||_0xee4781!==_0x6e6558||_0x52d829!==_0x5d3294)&&(_0x2ed458=_0x4cd554[_0x319ec6(0x1f8)],_0x567a24=_0x4cd554[_0x319ec6(0x437)],_0x1a9b99=_0x4cd554[_0x319ec6(0x5d6)],_0xf9c0eb=_0x4cd554[_0x319ec6(0x4da)],_0x6e6558=_0xee4781,_0x5d3294=_0x52d829,gr(_0x3a1d2b,{'height':_0x4cd554[_0x319ec6(0x4da)],'left':_0x4cd554['left'],'top':_0x4cd554[_0x319ec6(0x437)],'width':_0x4cd554[_0x319ec6(0x5d6)]}),_0x4f8c85['style']['left']=_0x4cd554[_0x319ec6(0x1f8)]+'px',_0x4f8c85[_0x319ec6(0x29c)][_0x319ec6(0x437)]=_0x4cd554['top']+'px',_0x4f8c85[_0x319ec6(0x29c)]['width']=_0x4cd554['width']+'px',_0x4f8c85[_0x319ec6(0x29c)][_0x319ec6(0x4da)]=_0x4cd554[_0x319ec6(0x4da)]+'px');},_0x3f0cae=()=>{_0x426228(),_0x1e6e9b=window['requestAnimationFrame'](_0x3f0cae);},_0xfcc7a=()=>{const _0x2b573f=_0x403b9a;_0x455f6c=void 0x0,_0x426228(),!(_0x553275<=0x0)&&(--_0x553275,_0x455f6c=window[_0x2b573f(0x4cf)](_0xfcc7a));},_0x2afc89=_0xbfc02e=>{const _0x19abfc=_0x403b9a;!Dr(_0x3a1d2b)&&Ar(_0xbfc02e)&&_0x567a24!=null&&(_0x2aefe5=_0x567a24),kr(_0x3a1d2b,_0xbfc02e,{'height':_0xf9c0eb,'left':_0x2ed458,'top':_0x567a24,'width':_0x1a9b99})&&(_0x3b09ed[_0x19abfc(0x4c8)]({'embedId':_0x3f03aa[_0x19abfc(0x61a)],'reason':'wheel'}),_0x553275=Math[_0x19abfc(0x4fb)](_0x553275,0x3),_0x455f6c??=window['requestAnimationFrame'](_0xfcc7a));},_0x25d29d=()=>{const _0x38342d=_0x403b9a;_0x2aefe5=void 0x0,_0x3b09ed[_0x38342d(0x4c8)]({'embedId':_0x3f03aa[_0x38342d(0x61a)],'reason':_0x38342d(0x26d)}),_0x553275=Math[_0x38342d(0x4fb)](_0x553275,0x2),_0x455f6c??=window['requestAnimationFrame'](_0xfcc7a);},_0x57e294=()=>{_0x2aefe5=void 0x0;};_0x426228(),document[_0x403b9a(0x2d0)][_0x403b9a(0x1e6)](_0x4f8c85);let _0x25b93b=new ResizeObserver(_0x426228);_0x25b93b[_0x403b9a(0x422)](_0x3a1d2b);let _0x58bfff=(_0x43b5f1=_0x3f03aa[_0x403b9a(0x84f)])==null?void 0x0:_0x43b5f1['subscribe'](_0x25d29d);return window[_0x403b9a(0x51c)](_0x403b9a(0x767),_0x57e294,!0x0),window[_0x403b9a(0x51c)](_0x403b9a(0x563),_0x2afc89,!0x0),window[_0x403b9a(0x51c)](_0x403b9a(0x83b),_0x2afc89,!0x0),window['addEventListener'](_0x403b9a(0x31b),_0x2afc89),(_0x1295cb!==_0x403b9a(0x584)||Dr(_0x3a1d2b))&&(_0x1e6e9b=window['requestAnimationFrame'](_0x3f0cae)),(0x0,n[_0x403b9a(0x87f)])(()=>{const _0x2971c2=_0x403b9a;_0x1e6e9b!=null&&window[_0x2971c2(0x28b)](_0x1e6e9b),_0x455f6c!=null&&window['cancelAnimationFrame'](_0x455f6c),_0x58bfff==null||_0x58bfff['unsubscribe'](),_0x25b93b['disconnect'](),window[_0x2971c2(0x604)](_0x2971c2(0x767),_0x57e294,!0x0),window[_0x2971c2(0x604)](_0x2971c2(0x563),_0x2afc89,!0x0),window[_0x2971c2(0x604)]('wheel',_0x2afc89,!0x0),window[_0x2971c2(0x604)](_0x2971c2(0x31b),_0x2afc89),gr(_0x3a1d2b),hr(_0x4f8c85),yr(_0x3a1d2b,_0x4f8c85,!0x0,_0x2971c2(0x4de)),br(_0x3a1d2b,_0x4f8c85,!0x0,'stage2'),_0xac00e6!=null&&_0xac00e6[_0x2971c2(0x57e)]?_0xac00e6[_0x2971c2(0x464)](_0x4f8c85,_0x24beef):_0x4f8c85[_0x2971c2(0x30a)]();});}function vr(_0x10fa42,_0xb5c201){const _0x47a662=_0x566a84;var _0x293324,_0x1d97f1,_0x2b8b83;let _0x33a27d=_0x10fa42[_0x47a662(0x264)][_0x47a662(0x61a)],_0x228d66=_0x10fa42['ownerDocument'],_0x29e6cd=Er(_0x10fa42)?[Tr(_0x10fa42)]:[_0x10fa42[_0x47a662(0x71f)](),(_0x293324=_0x10fa42[_0x47a662(0x68a)](_0x47a662(0x755)))==null?void 0x0:_0x293324[_0x47a662(0x71f)]()],_0x3cc4ac=_0x228d66['querySelector'](_0x47a662(0x824)+_0x33a27d+'\x22]'),_0x3fbd2e=[_0x3cc4ac==null||(_0x1d97f1=_0x3cc4ac[_0x47a662(0x68a)]('[data-embed-floating-menu=\x22true\x22]'))==null?void 0x0:_0x1d97f1[_0x47a662(0x71f)](),_0x3cc4ac==null||(_0x2b8b83=_0x3cc4ac[_0x47a662(0x68a)](_0x47a662(0x82d)))==null?void 0x0:_0x2b8b83['getBoundingClientRect']()],_0x51d12a=Array[_0x47a662(0x3bd)](_0x228d66['querySelectorAll'](_0x47a662(0x53e)))['filter'](_0x4df81b=>_0x4df81b[_0x47a662(0x264)][_0x47a662(0x61a)]===_0x33a27d)['map'](_0xc91274=>_0xc91274[_0x47a662(0x71f)]());return[..._0x29e6cd,..._0x3fbd2e,..._0x51d12a][_0x47a662(0x86f)](_0x548638=>!!_0x548638&&_0x548638[_0x47a662(0x5d6)]>0x0&&_0x548638['height']>0x0)[_0x47a662(0x4fe)](_0x4461c5=>Fr(_0x4461c5,_0xb5c201[_0x47a662(0x237)],_0xb5c201['clientY']));}function yr(_0x2314f6,_0x47f046,_0x4a796e,_0x143de5){const _0x4d859e=_0x566a84;let _0x678ad6=_0x4a796e?'':_0x4d859e(0x2db),_0x2576ab=_0x2314f6[_0x4d859e(0x68a)]('[data-u-comp=\x22embed-float-dom-content\x22]'),_0x1526b8=_0x2314f6['querySelector']('[data-u-comp=\x22embed-float-dom-live\x22]'),_0x55ac09=_0x2314f6[_0x4d859e(0x68a)]('[data-u-comp=\x22embed-float-dom-live-canvas\x22]'),_0x5acc79=_0x2314f6[_0x4d859e(0x68a)](_0x4d859e(0x344)),_0x4fa3b7=_0x2314f6[_0x4d859e(0x68a)]('[data-u-comp=\x22embed-float-dom-interaction-gate\x22]'),_0x289e5e=_0x47f046==null?void 0x0:_0x47f046[_0x4d859e(0x68a)]('[data-embed-overlay-root]'),_0x38df4c=_0x47f046==null?void 0x0:_0x47f046[_0x4d859e(0x68a)](_0x4d859e(0x7d5));if(_0x289e5e==null||_0x289e5e[_0x4d859e(0x29c)]['setProperty'](_0x4d859e(0x6f1),_0x4d859e(0x2db)),_0x38df4c==null||_0x38df4c[_0x4d859e(0x29c)][_0x4d859e(0x236)](_0x4d859e(0x6f1),_0x4d859e(0x2db)),Er(_0x2314f6)){_0x2314f6[_0x4d859e(0x29c)]['setProperty'](_0x4d859e(0x6f1),_0x4d859e(0x2db)),_0x2576ab==null||_0x2576ab[_0x4d859e(0x29c)][_0x4d859e(0x236)](_0x4d859e(0x6f1),_0x4d859e(0x2db)),_0x1526b8==null||_0x1526b8['style'][_0x4d859e(0x236)](_0x4d859e(0x6f1),'none'),_0x55ac09==null||_0x55ac09['style'][_0x4d859e(0x236)](_0x4d859e(0x6f1),_0x4a796e?_0x4d859e(0x322):_0x4d859e(0x2db)),_0x5acc79==null||_0x5acc79[_0x4d859e(0x29c)][_0x4d859e(0x236)](_0x4d859e(0x6f1),_0x4d859e(0x2db)),_0x4fa3b7==null||_0x4fa3b7[_0x4d859e(0x29c)][_0x4d859e(0x236)](_0x4d859e(0x6f1),_0x4d859e(0x2db));return;}_0x2314f6[_0x4d859e(0x29c)]['removeProperty']('pointer-events'),_0x2576ab==null||_0x2576ab['style'][_0x4d859e(0x5b1)](_0x4d859e(0x6f1)),_0x1526b8==null||_0x1526b8[_0x4d859e(0x29c)]['setProperty']('pointer-events',_0x678ad6),_0x55ac09==null||_0x55ac09['style']['removeProperty']('pointer-events'),_0x5acc79==null||_0x5acc79[_0x4d859e(0x29c)][_0x4d859e(0x5b1)](_0x4d859e(0x6f1)),_0x4fa3b7==null||_0x4fa3b7['style'][_0x4d859e(0x236)](_0x4d859e(0x6f1),_0x678ad6);}function br(_0x1dd40a,_0x53b430,_0x518d1b,_0x44d1b9){const _0x30dd21=_0x566a84;let _0x3a581d=_0x518d1b&&_0x44d1b9!==_0x30dd21(0x4de),_0x550436=_0x1dd40a[_0x30dd21(0x68a)]('[data-embed-float-fullscreen-button]')??(_0x53b430==null?void 0x0:_0x53b430[_0x30dd21(0x68a)](_0x30dd21(0x82d))),_0x5a5975=[_0x53b430==null?void 0x0:_0x53b430[_0x30dd21(0x68a)](_0x30dd21(0x2d5)),_0x53b430==null?void 0x0:_0x53b430[_0x30dd21(0x68a)](_0x30dd21(0x7d5))];_0x550436==null||_0x550436[_0x30dd21(0x29c)]['setProperty']('visibility',_0x3a581d?'':_0x30dd21(0x3cc)),_0x550436==null||_0x550436[_0x30dd21(0x29c)][_0x30dd21(0x236)](_0x30dd21(0x6f1),_0x3a581d?'':_0x30dd21(0x2db)),_0x5a5975[_0x30dd21(0x2a5)](_0x5464a7=>{const _0x42476a=_0x30dd21;_0x5464a7==null||_0x5464a7[_0x42476a(0x29c)]['setProperty'](_0x42476a(0x4f7),_0x518d1b&&_0x44d1b9==='stage2'?'':_0x42476a(0x3cc)),_0x5464a7==null||_0x5464a7[_0x42476a(0x29c)][_0x42476a(0x236)](_0x42476a(0x6f1),_0x42476a(0x2db)),_0x44d1b9!==_0x42476a(0x4de)&&(_0x5464a7==null||_0x5464a7[_0x42476a(0x7b0)](_0x42476a(0x83d)),_0x5464a7==null||_0x5464a7[_0x42476a(0x642)]('[data-embed-runtime-focus-role]')[_0x42476a(0x2a5)](_0x3b86af=>{const _0x4bf35b=_0x42476a;_0x3b86af[_0x4bf35b(0x7b0)](_0x4bf35b(0x83d));}));});}function xr(_0x244f42,_0x8e8934,_0x5e7a31){return _0x244f42?_0x8e8934:_0x5e7a31>=0x28;}function Sr(_0x5a1a7f,_0x3d4b09,_0x3a0eaa){const _0x420e1a=_0x566a84;let _0x61f37=_0x3a0eaa['left']-_0x3d4b09[_0x420e1a(0x1f8)],_0x3f488b=_0x3a0eaa['width'];_0x5a1a7f['querySelectorAll'](_0x420e1a(0x58f))[_0x420e1a(0x2a5)](_0x4492a7=>{const _0x1c8814=_0x420e1a;var _0x2b46b9;let _0xb0be3=(_0x2b46b9=_0x4492a7[_0x1c8814(0x2a6)](_0x1c8814(0x5e2)))==null?void 0x0:_0x2b46b9[_0x1c8814(0x264)][_0x1c8814(0x2c2)],_0x2ce6c1=_0x4492a7[_0x1c8814(0x264)][_0x1c8814(0x7ad)]===_0x1c8814(0x203),_0x193e6a=_0x4492a7[_0x1c8814(0x264)][_0x1c8814(0x7ad)]===_0x1c8814(0x45a);_0xb0be3==='docs-custom-block'?(_0x4492a7[_0x1c8814(0x29c)]['top']=_0x2ce6c1?_0x1c8814(0x1ce):_0x1c8814(0x6bd),_0x2ce6c1?(_0x4492a7[_0x1c8814(0x29c)]['setProperty'](_0x1c8814(0x1f8),_0x61f37+'px',_0x1c8814(0x557)),_0x4492a7[_0x1c8814(0x29c)][_0x1c8814(0x236)](_0x1c8814(0x7c4),'auto',_0x1c8814(0x557)),_0x4492a7[_0x1c8814(0x29c)][_0x1c8814(0x236)](_0x1c8814(0x5d6),_0x3f488b+'px','important')):_0x193e6a&&(_0x4492a7['style'][_0x1c8814(0x236)](_0x1c8814(0x1f8),_0x61f37+_0x3f488b/0x2+'px',_0x1c8814(0x557)),_0x4492a7[_0x1c8814(0x29c)]['setProperty'](_0x1c8814(0x7aa),_0x3f488b+'px'))):(_0x2ce6c1||_0x193e6a)&&(_0x4492a7[_0x1c8814(0x29c)][_0x1c8814(0x437)]=_0x1c8814(0x373));});}function Cr(_0x4b5fce,_0x10dab4){const _0x26d992=_0x566a84;if(!_0x10dab4)return _0x4b5fce;let _0x2a07c6=Math[_0x26d992(0x2b1)](_0x10dab4[_0x26d992(0x7c7)],_0x10dab4[_0x26d992(0x24a)]);if(_0x2a07c6<=0x0||_0x4b5fce[_0x26d992(0x5d6)]<=0x0)return _0x4b5fce;let _0x18e092=_0x4b5fce[_0x26d992(0x5d6)]/_0x2a07c6;return new DOMRect(_0x4b5fce[_0x26d992(0x1f8)],_0x4b5fce[_0x26d992(0x437)],_0x10dab4[_0x26d992(0x24a)]*_0x18e092,_0x4b5fce[_0x26d992(0x4da)]);}function wr(_0xaea4ce){const _0x1b386b=_0x566a84;_0xaea4ce[_0x1b386b(0x642)](_0x1b386b(0x58f))[_0x1b386b(0x2a5)](_0x25c14a=>{const _0x1c324d=_0x1b386b;var _0x576881;_0x25c14a[_0x1c324d(0x29c)][_0x1c324d(0x5b1)](_0x1c324d(0x1f8)),_0x25c14a[_0x1c324d(0x29c)][_0x1c324d(0x5b1)](_0x1c324d(0x437)),_0x25c14a['style'][_0x1c324d(0x5b1)](_0x1c324d(0x5d6)),_0x25c14a[_0x1c324d(0x29c)][_0x1c324d(0x5b1)](_0x1c324d(0x7c4)),_0x25c14a[_0x1c324d(0x29c)][_0x1c324d(0x5b1)]('max-width'),(_0x576881=_0x25c14a['querySelector']('[data-u-comp=\x22base-embed-view-slot\x22]'))==null||_0x576881[_0x1c324d(0x29c)][_0x1c324d(0x5b1)](_0x1c324d(0x475));});}function Tr(_0x36cf93){const _0x224d3c=_0x566a84;let _0x57d779=Dr(_0x36cf93)?_0x36cf93['querySelector'](_0x224d3c(0x755)):null,_0x362546=_0x57d779==null?void 0x0:_0x57d779[_0x224d3c(0x71f)](),_0x204ed5=_0x36cf93[_0x224d3c(0x71f)]();return jr(_0x362546&&_0x362546[_0x224d3c(0x5d6)]>0x0&&_0x362546['height']>0x0?Er(_0x36cf93)?Mr(_0x362546,_0x204ed5[_0x224d3c(0x319)]):_0x362546:_0x204ed5,_0x36cf93);}function Er(_0x1bbadd){const _0x239204=_0x566a84;return!!_0x1bbadd[_0x239204(0x2a6)](_0x239204(0x787));}function Dr(_0x35c667){const _0x46f44c=_0x566a84;return Er(_0x35c667)||!!_0x35c667[_0x46f44c(0x2a6)](_0x46f44c(0x708));}function Or(_0x4e243f,_0x865b9f,_0x42f26a,_0xeff202){const _0x513ca7=_0x566a84;_0xeff202[_0x513ca7(0x731)][_0x513ca7(0x2a5)](_0x50014d=>window[_0x513ca7(0x28b)](_0x50014d)),_0xeff202[_0x513ca7(0x731)]=[],_0x4e243f[_0x513ca7(0x4c8)]({'embedId':_0x865b9f,'reason':_0x42f26a});let _0x2c2fbb=_0x270deb=>{const _0x134882=_0x513ca7;let _0xb8ad3=window[_0x134882(0x4cf)](()=>{const _0x4f67de=_0x134882;_0xeff202['current']=_0xeff202['current'][_0x4f67de(0x86f)](_0x47de7a=>_0x47de7a!==_0xb8ad3),_0x4e243f[_0x4f67de(0x4c8)]({'embedId':_0x865b9f,'reason':_0x42f26a}),_0x270deb>0x1&&_0x2c2fbb(_0x270deb-0x1);});_0xeff202['current']['push'](_0xb8ad3);};_0x2c2fbb(0x2);}function kr(_0x528bdb,_0x4a8e2d,_0x295256){const _0x393463=_0x566a84;if(En(_0x4a8e2d))return!0x1;let _0x10b097=_0x4a8e2d==null?void 0x0:_0x4a8e2d[_0x393463(0x394)];return!(_0x10b097 instanceof Node&&_0x528bdb[_0x393463(0x456)](_0x10b097)||_0x10b097 instanceof HTMLElement&&_0x10b097[_0x393463(0x2a6)]('[data-embed-float-dom=\x22true\x22]')||_0x4a8e2d instanceof WheelEvent&&([...cr['values']()][_0x393463(0x4fe)](_0x4070f3=>Ir(_0x4070f3,_0x4a8e2d))||Ir(_0x295256,_0x4a8e2d)));}function Ar(_0x5cf38f){const _0x2db851=_0x566a84;return _0x5cf38f instanceof WheelEvent?Math[_0x2db851(0x886)](_0x5cf38f[_0x2db851(0x725)])>=Math['abs'](_0x5cf38f['deltaX']):(_0x5cf38f==null?void 0x0:_0x5cf38f[_0x2db851(0x275)])===_0x2db851(0x563);}function jr(_0x539264,_0x7c2fc6){const _0x540ccf=_0x566a84;let _0x10166d=Nr(_0x7c2fc6,_0x539264);if(!_0x10166d&&_0x539264[_0x540ccf(0x437)]>=0x0&&_0x539264[_0x540ccf(0x1f8)]>=0x0)return _0x539264;let _0x1069a6=(_0x10166d==null?void 0x0:_0x10166d[_0x540ccf(0x71f)]())??new DOMRect(0x0,0x0,window[_0x540ccf(0x47b)],window['innerHeight']),_0x8fe995=Math[_0x540ccf(0x4fb)](_0x539264['left'],_0x1069a6['left']),_0x248227=Math[_0x540ccf(0x4fb)](_0x539264[_0x540ccf(0x437)],_0x1069a6[_0x540ccf(0x437)]),_0x2e719f=Math[_0x540ccf(0x2b1)](_0x539264[_0x540ccf(0x7c4)],_0x1069a6[_0x540ccf(0x7c4)]),_0x5386b0=Math[_0x540ccf(0x2b1)](_0x539264[_0x540ccf(0x319)],_0x1069a6[_0x540ccf(0x319)]);return _0x2e719f<=_0x8fe995||_0x5386b0<=_0x248227?new DOMRect(_0x8fe995,_0x248227,0x0,0x0):new DOMRect(_0x8fe995,_0x248227,_0x2e719f-_0x8fe995,_0x5386b0-_0x248227);}function Mr(_0x114242,_0x988826){const _0x3792da=_0x566a84;let _0x113e2a=Math['min'](_0x114242['bottom'],_0x988826);return _0x113e2a<=_0x114242['top']?new DOMRect(_0x114242[_0x3792da(0x1f8)],_0x114242[_0x3792da(0x437)],0x0,0x0):new DOMRect(_0x114242[_0x3792da(0x1f8)],_0x114242[_0x3792da(0x437)],_0x114242[_0x3792da(0x5d6)],_0x113e2a-_0x114242[_0x3792da(0x437)]);}function Nr(_0x4e6c6b,_0x5bee86){const _0x1ae79c=_0x566a84;let _0x3660a1=_0x4e6c6b['parentElement'];for(;_0x3660a1&&_0x3660a1!==document['body']&&_0x3660a1!==document[_0x1ae79c(0x3cf)];){if(Pn(_0x3660a1)&&!Pr(_0x3660a1,_0x5bee86))return _0x3660a1;_0x3660a1=_0x3660a1[_0x1ae79c(0x7d7)];}return null;}function Pr(_0xaeafb6,_0xb7c3ad){const _0x36f973=_0x566a84;let _0x139bfb=_0xaeafb6[_0x36f973(0x71f)]();return _0x139bfb[_0x36f973(0x5d6)]<=0x0||_0x139bfb[_0x36f973(0x4da)]<=0x0||Math[_0x36f973(0x886)](_0x139bfb[_0x36f973(0x1f8)]-_0xb7c3ad[_0x36f973(0x1f8)])<0x1&&Math[_0x36f973(0x886)](_0x139bfb[_0x36f973(0x437)]-_0xb7c3ad[_0x36f973(0x437)])<0x1&&Math['abs'](_0x139bfb[_0x36f973(0x5d6)]-_0xb7c3ad[_0x36f973(0x5d6)])<0x1&&Math[_0x36f973(0x886)](_0x139bfb[_0x36f973(0x4da)]-_0xb7c3ad['height'])<0x1;}function Fr(_0x539cd8,_0x21bdda,_0x1aee88){const _0x5b9a01=_0x566a84;return _0x21bdda>=_0x539cd8[_0x5b9a01(0x1f8)]&&_0x21bdda<=_0x539cd8[_0x5b9a01(0x7c4)]&&_0x1aee88>=_0x539cd8[_0x5b9a01(0x437)]&&_0x1aee88<=_0x539cd8['bottom'];}function Ir(_0x46e0b7,_0x1be7d6){const _0x54d174=_0x566a84;let {height:_0x3d74ec,left:_0x52817b,top:_0x4d7d89,width:_0x586e4f}=_0x46e0b7;return Number[_0x54d174(0x7b5)](_0x52817b)&&Number[_0x54d174(0x7b5)](_0x4d7d89)&&Number['isFinite'](_0x586e4f)&&Number[_0x54d174(0x7b5)](_0x3d74ec)&&(_0x586e4f??0x0)>0x0&&(_0x3d74ec??0x0)>0x0&&_0x1be7d6[_0x54d174(0x237)]>=_0x52817b&&_0x1be7d6['clientX']<=_0x52817b+_0x586e4f&&_0x1be7d6[_0x54d174(0x6b4)]>=_0x4d7d89&&_0x1be7d6[_0x54d174(0x6b4)]<=_0x4d7d89+_0x3d74ec;}function Lr(..._0x212d15){const _0x10d5d9=_0x566a84;return Math[_0x10d5d9(0x4fb)](0x1,_0x212d15['find'](_0x4f5ca1=>typeof _0x4f5ca1=='number'&&Number[_0x10d5d9(0x7b5)](_0x4f5ca1)&&_0x4f5ca1>0x0)??0x1);}const Rr=_0x566a84(0x53b);function zr(..._0x1e0b77){const _0x5d04a6=_0x566a84;return _0x1e0b77[_0x5d04a6(0x86f)](_0x22d5ac=>!!_0x22d5ac&&_0x22d5ac[_0x5d04a6(0x57e)]);}function Br(_0x58c8b3,_0x55afd2){const _0x2fa1fb=_0x566a84;if(_0x55afd2 instanceof HTMLCanvasElement&&_0x58c8b3[_0x2fa1fb(0x4fe)](_0x5d0eb1=>_0x5d0eb1[_0x2fa1fb(0x456)](_0x55afd2)))return _0x55afd2;for(let _0x4aae30 of _0x58c8b3){let _0x3975d4=_0x4aae30['querySelector'](_0x2fa1fb(0x6af));if(_0x3975d4)return _0x3975d4;}return null;}function Vr(_0x150141,_0x26f21b=!0x1){const _0x43d503=_0x566a84;return _0x150141!==n[_0x43d503(0x52f)][_0x43d503(0x4bf)]&&_0x150141!==n[_0x43d503(0x52f)]['UNIVER_DOC']&&(_0x26f21b||_0x150141!==n['UniverInstanceType'][_0x43d503(0x819)]);}function Hr(_0x240df8){const _0xdd58db=_0x566a84;let _0x100a70=Ur(_0x240df8);return _0x100a70===_0xdd58db(0x809)||_0x100a70===_0xdd58db(0x578)||_0x100a70===_0xdd58db(0x522);}function Ur(_0x16d3eb){const _0x2bdd58=_0x566a84;var _0x441e5e;if(!(_0x16d3eb instanceof HTMLElement))return;let _0x2266bc=(_0x441e5e=_0x16d3eb[_0x2bdd58(0x2a6)](_0x2bdd58(0x393)))==null?void 0x0:_0x441e5e[_0x2bdd58(0x477)](W);return Zr(_0x2266bc)?_0x2266bc:void 0x0;}function Wr(_0x37550e,_0x25aecb,_0x1ad37b,_0x142806,_0x2da0ce){const _0x396dd9=_0x566a84;if(_0x2da0ce!=='stage2'||!_0x1ad37b||!_0x142806)return;let _0x31a436=new Map(),_0x24442c=()=>{const _0x37f5cc=_0x75bf;let _0x424940=new Set([_0x142806,..._0x25aecb[_0x37f5cc(0x4ef)](_0x1ad37b)]);_0x31a436['forEach']((_0x1829c7,_0xa908b1)=>{const _0x34657e=_0x37f5cc;_0x424940['has'](_0xa908b1)||(_0x1829c7[_0x34657e(0x3b5)](),_0x31a436[_0x34657e(0x304)](_0xa908b1));}),_0x424940[_0x37f5cc(0x2a5)](_0x1622cc=>{const _0x25f8ab=_0x37f5cc;_0x31a436[_0x25f8ab(0x44c)](_0x1622cc)||_0x37550e[_0x25f8ab(0x3e1)](_0x1622cc)||_0x31a436[_0x25f8ab(0x243)](_0x1622cc,_0x37550e[_0x25f8ab(0x5d4)](_0x1622cc));});};_0x24442c();let _0x1d12f1=_0x25aecb[_0x396dd9(0x476)][_0x396dd9(0x43a)](_0x24442c);return(0x0,n[_0x396dd9(0x87f)])(()=>{const _0x25e52c=_0x396dd9;_0x1d12f1[_0x25e52c(0x635)](),_0x31a436[_0x25e52c(0x2a5)](_0x56aebb=>_0x56aebb[_0x25e52c(0x3b5)]()),_0x31a436[_0x25e52c(0x525)]();});}function Gr(_0x51e88d){const _0x287137=_0x566a84;let _0x3d1e81=_0x2bf508=>{const _0x48af3c=_0x75bf;var _0x5837ee,_0x471074;let _0xdff0cd=_0x2bf508['target'],_0x3f7fc5=((_0x5837ee=_0x51e88d[_0x48af3c(0x494)])==null?void 0x0:_0x5837ee[_0x48af3c(0x743)](_0x51e88d,_0x2bf508))??!0x1;if(_0x51e88d['floatingActiveService'][_0x48af3c(0x634)](_0x51e88d[_0x48af3c(0x61a)])==='inactive')return;_0x3f7fc5&&(_0x51e88d[_0x48af3c(0x1eb)]['current']=Date[_0x48af3c(0x435)]()+_0x51e88d[_0x48af3c(0x46f)]);let _0x284c28=_0x51e88d['focusCoordinator'][_0x48af3c(0x3c4)](_0x51e88d[_0x48af3c(0x61a)],_0xdff0cd,_0x2bf508)||_0x51e88d[_0x48af3c(0x67a)][_0x48af3c(0x456)](_0x51e88d[_0x48af3c(0x61a)],_0xdff0cd,_0x2bf508);_0x284c28&&(_0x51e88d[_0x48af3c(0x3db)][_0x48af3c(0x731)]=Date[_0x48af3c(0x435)]()+_0x51e88d[_0x48af3c(0x46f)]),!(!_0xdff0cd||_0x51e88d[_0x48af3c(0x296)]['contains'](_0xdff0cd)||(_0x471074=_0x51e88d['chrome'])!=null&&_0x471074[_0x48af3c(0x456)](_0xdff0cd)||_0xdff0cd['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0x284c28||_0x3f7fc5||vr(_0x51e88d[_0x48af3c(0x296)],_0x2bf508))&&_0x51e88d[_0x48af3c(0x338)][_0x48af3c(0x551)](_0x51e88d[_0x48af3c(0x61a)],_0x51e88d[_0x48af3c(0x1ee)]);},_0x2cdb97=_0x4dd16f=>{const _0x420dfe=_0x75bf;var _0x3f4eaa;let _0x422e0d=_0x4dd16f['target'],_0x401672=_0x51e88d[_0x420dfe(0x296)]['ownerDocument']??(_0x422e0d==null?void 0x0:_0x422e0d[_0x420dfe(0x7b6)]),_0xdfe45e=_0x51e88d[_0x420dfe(0x7a1)][_0x420dfe(0x60b)](_0x51e88d['embedId'],{'ignoreOwners':_0x51e88d[_0x420dfe(0x287)]});_0x51e88d[_0x420dfe(0x520)]['getStage'](_0x51e88d['embedId'])!=='inactive'&&(!_0x422e0d||_0xdfe45e||Date['now']()<_0x51e88d[_0x420dfe(0x3db)][_0x420dfe(0x731)]||Date[_0x420dfe(0x435)]()<_0x51e88d[_0x420dfe(0x1eb)]['current']||_0x51e88d[_0x420dfe(0x67a)][_0x420dfe(0x2ac)](_0x51e88d[_0x420dfe(0x61a)],_0x401672)||!Yr(_0x422e0d)||_0x51e88d[_0x420dfe(0x296)]['contains'](_0x422e0d)||(_0x3f4eaa=_0x51e88d[_0x420dfe(0x7df)])!=null&&_0x3f4eaa[_0x420dfe(0x456)](_0x422e0d)||_0x422e0d[_0x420dfe(0x2a6)](_0x420dfe(0x785))||_0x51e88d[_0x420dfe(0x7a1)][_0x420dfe(0x3c4)](_0x51e88d[_0x420dfe(0x61a)],_0x422e0d,_0x4dd16f)||_0x51e88d[_0x420dfe(0x67a)][_0x420dfe(0x456)](_0x51e88d[_0x420dfe(0x61a)],_0x422e0d,_0x4dd16f)||_0x51e88d['activationService'][_0x420dfe(0x551)](_0x51e88d['embedId'],_0x51e88d[_0x420dfe(0x1ee)]));};return document[_0x287137(0x51c)]('pointerdown',_0x3d1e81,!0x0),document[_0x287137(0x51c)](_0x287137(0x38f),_0x2cdb97,!0x0),(0x0,n['toDisposable'])(()=>{const _0x20c0fa=_0x287137;document[_0x20c0fa(0x604)](_0x20c0fa(0x767),_0x3d1e81,!0x0),document[_0x20c0fa(0x604)](_0x20c0fa(0x38f),_0x2cdb97,!0x0);});}function Kr(_0x24b804){const _0x22766c=_0x566a84;let _0x277dd5,_0x29d432=()=>{_0x277dd5=void 0x0;},_0x2c5b66=_0x415104=>{const _0x2119de=_0x75bf;let _0x582c3e=_0x24b804[_0x2119de(0x77c)]['getDescriptor'](_0x24b804[_0x2119de(0x7fa)]['hostUnitId'],_0x24b804['data'][_0x2119de(0x61a)]);if(!(_0x582c3e!=null&&_0x582c3e[_0x2119de(0x542)]))return;let _0x5d7b00=_0x415104[_0x2119de(0x394)];_0x5d7b00!=null&&_0x5d7b00[_0x2119de(0x2a6)](_0x2119de(0x785))||_0x24b804[_0x2119de(0x520)][_0x2119de(0x634)](_0x24b804[_0x2119de(0x7fa)][_0x2119de(0x61a)])!==_0x2119de(0x4de)&&(_0x277dd5={'button':_0x415104[_0x2119de(0x225)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x415104[_0x2119de(0x2ce)],'startedAt':Date[_0x2119de(0x435)](),'startX':_0x415104[_0x2119de(0x237)],'startY':_0x415104[_0x2119de(0x6b4)]});},_0x44f569=_0x239071=>{const _0x280f14=_0x75bf;if(!_0x277dd5||_0x277dd5[_0x280f14(0x2ce)]!==_0x239071[_0x280f14(0x2ce)]||Math[_0x280f14(0x65e)](_0x239071[_0x280f14(0x237)]-_0x277dd5[_0x280f14(0x3aa)],_0x239071[_0x280f14(0x6b4)]-_0x277dd5[_0x280f14(0x502)])<=0x4)return;_0x277dd5[_0x280f14(0x48e)]=!0x0;let _0x43dd25=gn({'interactionFlow':_0x24b804[_0x280f14(0x2f1)],'stage':_0x24b804[_0x280f14(0x520)][_0x280f14(0x634)](_0x24b804[_0x280f14(0x7fa)][_0x280f14(0x61a)])});!_0x24b804[_0x280f14(0x470)]||_0x277dd5[_0x280f14(0x491)]||!_0x43dd25[_0x280f14(0x6f9)]||(_0x277dd5['dragStarted']=!0x0,document['dispatchEvent'](new CustomEvent(Rr,{'detail':{'button':_0x277dd5['button'],'clientX':_0x277dd5[_0x280f14(0x3aa)],'clientY':_0x277dd5[_0x280f14(0x502)],'embedId':_0x24b804[_0x280f14(0x7fa)][_0x280f14(0x61a)],'hostAnchorId':_0x24b804[_0x280f14(0x7fa)]['hostAnchorId'],'hostUnitId':_0x24b804[_0x280f14(0x7fa)][_0x280f14(0x1ee)],'pointerId':_0x277dd5[_0x280f14(0x2ce)]}})));},_0x57ae58=_0x58ef26=>{const _0x1706dd=_0x75bf;let _0x38734d=_0x277dd5;if(_0x277dd5=void 0x0,!_0x38734d||_0x38734d[_0x1706dd(0x2ce)]!==_0x58ef26[_0x1706dd(0x2ce)]||_0x38734d[_0x1706dd(0x48e)]||Date[_0x1706dd(0x435)]()-_0x38734d[_0x1706dd(0x2b8)]>0x1f4)return;let _0x281393=_0x24b804[_0x1706dd(0x77c)][_0x1706dd(0x42f)](_0x24b804[_0x1706dd(0x7fa)][_0x1706dd(0x1ee)],_0x24b804[_0x1706dd(0x7fa)][_0x1706dd(0x61a)]);if(!(_0x281393!=null&&_0x281393[_0x1706dd(0x542)]))return;let _0x386b6b=_0x24b804[_0x1706dd(0x520)][_0x1706dd(0x634)](_0x24b804[_0x1706dd(0x7fa)]['embedId']);if(_0x386b6b!==_0x1706dd(0x4de)){if(_0x386b6b===_0x1706dd(0x648)){_0x24b804['activationService']['activateFloating'](_0x281393,'stage2',{'portalContainer':_0x24b804[_0x1706dd(0x78f)]});return;}if(_0x24b804[_0x1706dd(0x2f1)]===_0x1706dd(0x66f)){_0x24b804[_0x1706dd(0x33f)](),_0x24b804[_0x1706dd(0x338)][_0x1706dd(0x39a)](_0x281393,_0x1706dd(0x4de),{'portalContainer':_0x24b804['popupRoot']}),_0x24b804[_0x1706dd(0x50c)]();return;}_0x24b804[_0x1706dd(0x338)][_0x1706dd(0x39a)](_0x281393,'stage1');}};return _0x24b804[_0x22766c(0x527)][_0x22766c(0x51c)](_0x22766c(0x767),_0x2c5b66,!0x0),_0x24b804['gate'][_0x22766c(0x51c)](_0x22766c(0x50d),_0x44f569,!0x0),_0x24b804['gate']['addEventListener'](_0x22766c(0x4ec),_0x57ae58,!0x0),_0x24b804[_0x22766c(0x527)][_0x22766c(0x51c)]('pointercancel',_0x29d432,!0x0),(0x0,n['toDisposable'])(()=>{const _0x4f53b7=_0x22766c;_0x24b804[_0x4f53b7(0x527)][_0x4f53b7(0x604)](_0x4f53b7(0x767),_0x2c5b66,!0x0),_0x24b804['gate']['removeEventListener']('pointermove',_0x44f569,!0x0),_0x24b804[_0x4f53b7(0x527)][_0x4f53b7(0x604)](_0x4f53b7(0x4ec),_0x57ae58,!0x0),_0x24b804['gate'][_0x4f53b7(0x604)](_0x4f53b7(0x398),_0x29d432,!0x0);});}function qr(_0xcb5917){const _0x3f1540=_0x566a84;let _0x180502=()=>{const _0x2d30f2=_0x75bf;let _0x4e7d52=_0xcb5917['liveRoot'][_0x2d30f2(0x7b6)]['activeElement'];return!!_0x4e7d52&&_0xcb5917[_0x2d30f2(0x64a)]()[_0x2d30f2(0x4fe)](_0x4a4755=>_0x4a4755[_0x2d30f2(0x456)](_0x4e7d52));},_0x45fb76=(_0x57d4ce,_0x33206b=!0x1,_0x2231e1=!0x1)=>{const _0x3564b4=_0x75bf;_0xcb5917[_0x3564b4(0x7fa)]['embedId']&&_0xcb5917[_0x3564b4(0x520)][_0x3564b4(0x634)](_0xcb5917[_0x3564b4(0x7fa)][_0x3564b4(0x61a)])!==_0x3564b4(0x4de)||Vr(_0xcb5917[_0x3564b4(0x7fa)]['childType'],_0x2231e1)&&(_0xcb5917['focusCoordinator'][_0x3564b4(0x60b)](_0xcb5917['data'][_0x3564b4(0x61a)],{'ignoreOwners':_0xcb5917[_0x3564b4(0x287)]})||!_0x33206b&&_0x180502()||(_0x57d4ce[_0x3564b4(0x686)](_0x3564b4(0x7fc))||(_0x57d4ce[_0x3564b4(0x6c0)]=-0x1),_0x57d4ce[_0x3564b4(0x2b9)]({'preventScroll':!0x0})));},_0x40dc6=_0x10f27a=>{const _0x5b87d6=_0x75bf;let _0x5384ac=_0xcb5917[_0x5b87d6(0x7fa)]['embedId']?_0xcb5917['floatingActiveService'][_0x5b87d6(0x634)](_0xcb5917[_0x5b87d6(0x7fa)][_0x5b87d6(0x61a)]):'inactive';if(_0xcb5917[_0x5b87d6(0x7fa)][_0x5b87d6(0x61a)]&&_0x5384ac!=='stage2'){if(_0xcb5917[_0x5b87d6(0x2f1)]!=='doc-block'||!_0xcb5917['data'][_0x5b87d6(0x1ee)])return;let _0x2505e2=_0xcb5917['embedModelService'][_0x5b87d6(0x42f)](_0xcb5917['data'][_0x5b87d6(0x1ee)],_0xcb5917[_0x5b87d6(0x7fa)]['embedId']);if(!(_0x2505e2!=null&&_0x2505e2['childUnitId']))return;_0xcb5917[_0x5b87d6(0x33f)](),_0xcb5917[_0x5b87d6(0x338)][_0x5b87d6(0x39a)](_0x2505e2,_0x5b87d6(0x4de),{'portalContainer':_0xcb5917[_0x5b87d6(0x78f)]}),_0xcb5917[_0x5b87d6(0x50c)]();}if(Hr(_0x10f27a['target'])||_0xcb5917['focusCoordinator'][_0x5b87d6(0x60b)](_0xcb5917['data'][_0x5b87d6(0x61a)],{'ignoreOwners':_0xcb5917[_0x5b87d6(0x287)]}))return;if(_0xcb5917[_0x5b87d6(0x7fa)][_0x5b87d6(0x1ee)]&&_0xcb5917[_0x5b87d6(0x7fa)][_0x5b87d6(0x61a)]){let _0x2bb605=_0xcb5917[_0x5b87d6(0x77c)][_0x5b87d6(0x42f)](_0xcb5917['data'][_0x5b87d6(0x1ee)],_0xcb5917[_0x5b87d6(0x7fa)]['embedId']);(_0x2bb605==null?void 0x0:_0x2bb605[_0x5b87d6(0x542)])!=null&&_0x2bb605[_0x5b87d6(0x4af)]!=null&&_0xcb5917[_0x5b87d6(0x338)][_0x5b87d6(0x263)](_0x2bb605);}let _0x57cf9e=Br(_0xcb5917[_0x5b87d6(0x64a)](),_0x10f27a[_0x5b87d6(0x394)]);_0x57cf9e&&_0x45fb76(_0x57cf9e,!0x0,_0x10f27a[_0x5b87d6(0x394)]===_0x57cf9e);};return _0xcb5917[_0x3f1540(0x490)]['addEventListener'](_0x3f1540(0x767),_0x40dc6,!0x0),(0x0,n[_0x3f1540(0x87f)])(()=>_0xcb5917[_0x3f1540(0x490)][_0x3f1540(0x604)]('pointerdown',_0x40dc6,!0x0));}function Jr(_0x448405){const _0x1e65dc=_0x566a84;let _0x215dfd=_0x448405[_0x1e65dc(0x490)]['ownerDocument'],_0x458b79,_0x5ef253=()=>{const _0x386369=_0x1e65dc;_0x458b79!=null&&(globalThis[_0x386369(0x425)](_0x458b79),_0x458b79=void 0x0);},_0x1b6f40=()=>{const _0x5af1b9=_0x1e65dc;var _0x8997f9;_0x5ef253(),(_0x8997f9=_0x448405[_0x5af1b9(0x395)][_0x5af1b9(0x731)])==null||_0x8997f9[_0x5af1b9(0x3b5)](),_0x448405[_0x5af1b9(0x395)][_0x5af1b9(0x731)]=void 0x0;},_0x3bf0ef=()=>{const _0x4d245d=_0x1e65dc;globalThis['queueMicrotask'](()=>{const _0x36503=_0x75bf;_0x448405[_0x36503(0x1f1)][_0x36503(0x731)]=void 0x0;}),_0x5ef253(),_0x458b79=globalThis['setTimeout'](()=>{const _0x46bd17=_0x75bf;var _0x5e8bff;_0x458b79=void 0x0,(_0x5e8bff=_0x448405[_0x46bd17(0x395)]['current'])==null||_0x5e8bff[_0x46bd17(0x3b5)](),_0x448405[_0x46bd17(0x395)]['current']=void 0x0;},_0x448405[_0x4d245d(0x46f)]);},_0x47ff4e=_0x1bfb06=>{const _0xe861f0=_0x1e65dc;_0x1b6f40(),_0x448405['pointerLease'][_0xe861f0(0x731)]=_0x448405['focusCoordinator'][_0xe861f0(0x4f2)]({'childType':_0x448405['data']['childType'],'childUnitId':_0x448405[_0xe861f0(0x7fa)][_0xe861f0(0x542)],'embedId':_0x448405[_0xe861f0(0x7fa)][_0xe861f0(0x61a)],'hostUnitId':_0x448405[_0xe861f0(0x7fa)][_0xe861f0(0x1ee)],'owner':_0xe861f0(0x4f3),'role':_0x1bfb06});},_0x481fd9=()=>{const _0x3ad266=_0x1e65dc;_0x448405['floatingActiveService'][_0x3ad266(0x634)](_0x448405['data'][_0x3ad266(0x61a)])===_0x3ad266(0x4de)&&_0x47ff4e(_0x3ad266(0x809));},_0x4b5387=_0x4bab1c=>{const _0xcf64fb=_0x1e65dc;let _0x5cb88f=_0x4bab1c[_0xcf64fb(0x394)],_0x27bf1b=_0x5cb88f instanceof Node&&_0x448405[_0xcf64fb(0x490)][_0xcf64fb(0x456)](_0x5cb88f)||_0x448405['focusCoordinator'][_0xcf64fb(0x3c4)](_0x448405[_0xcf64fb(0x7fa)][_0xcf64fb(0x61a)],_0x5cb88f,_0x4bab1c)||_0x448405['interactionBoundaryService'][_0xcf64fb(0x456)](_0x448405[_0xcf64fb(0x7fa)][_0xcf64fb(0x61a)],_0x5cb88f,_0x4bab1c);_0x448405['verticalScrollOwner'][_0xcf64fb(0x731)]=_0x27bf1b?_0xcf64fb(0x7d3):'host';},_0xae173f=_0x2f3791=>{const _0x46ed3a=_0x1e65dc;if(_0x448405[_0x46ed3a(0x520)]['getStage'](_0x448405['data']['embedId'])!=='stage2'||!(_0x448405['focusCoordinator']['containsElement'](_0x448405[_0x46ed3a(0x7fa)][_0x46ed3a(0x61a)],_0x2f3791[_0x46ed3a(0x394)],_0x2f3791)||_0x448405[_0x46ed3a(0x67a)][_0x46ed3a(0x456)](_0x448405['data'][_0x46ed3a(0x61a)],_0x2f3791['target'],_0x2f3791)))return;_0x448405[_0x46ed3a(0x3db)][_0x46ed3a(0x731)]=Date[_0x46ed3a(0x435)]()+_0x448405[_0x46ed3a(0x46f)];let _0x3f91df=Ur(_0x2f3791[_0x46ed3a(0x394)])??_0x46ed3a(0x809);_0x47ff4e(_0x3f91df===_0x46ed3a(0x747)||_0x3f91df===_0x46ed3a(0x5cc)||_0x3f91df===_0x46ed3a(0x522)?'child-editor':_0x3f91df);};return _0x448405[_0x1e65dc(0x490)][_0x1e65dc(0x51c)](_0x1e65dc(0x767),_0x481fd9,!0x0),_0x215dfd[_0x1e65dc(0x51c)]('pointerdown',_0x4b5387,!0x0),_0x215dfd['addEventListener'](_0x1e65dc(0x767),_0xae173f,!0x0),_0x215dfd['addEventListener']('pointerup',_0x3bf0ef,!0x0),_0x215dfd[_0x1e65dc(0x51c)](_0x1e65dc(0x398),_0x3bf0ef,!0x0),(0x0,n[_0x1e65dc(0x87f)])(()=>{const _0x1f2603=_0x1e65dc;_0x448405['liveRoot']['removeEventListener'](_0x1f2603(0x767),_0x481fd9,!0x0),_0x215dfd[_0x1f2603(0x604)](_0x1f2603(0x767),_0x4b5387,!0x0),_0x215dfd['removeEventListener'](_0x1f2603(0x767),_0xae173f,!0x0),_0x215dfd[_0x1f2603(0x604)](_0x1f2603(0x4ec),_0x3bf0ef,!0x0),_0x215dfd[_0x1f2603(0x604)](_0x1f2603(0x398),_0x3bf0ef,!0x0),_0x448405['verticalScrollOwner'][_0x1f2603(0x731)]=void 0x0,_0x1b6f40();});}function Yr(_0x1eccce){const _0x4b913f=_0x566a84;return _0x1eccce['id']===_0x4b913f(0x314)||_0x1eccce['id'][_0x4b913f(0x3ce)](_0x4b913f(0x321))||_0x1eccce['id']['startsWith'](_0x4b913f(0x1f9))||_0x1eccce['closest']('#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]')!=null;}function Xr(_0x1ad06b,_0x569d9e){const _0x5e82be=_0x566a84;if(!_0x1ad06b||_0x569d9e[_0x5e82be(0x3d7)]===0x0)return;let _0x46f8eb=_0x569d9e[0x0][_0x5e82be(0x7b6)]['activeElement'];_0x46f8eb instanceof HTMLElement&&(_0x569d9e[_0x5e82be(0x4fe)](_0x3894e3=>_0x3894e3[_0x5e82be(0x456)](_0x46f8eb))||_0x46f8eb[_0x5e82be(0x2a6)](_0x5e82be(0x624)+_0x1ad06b+'\x22]')!=null)&&_0x46f8eb['blur']();}function Zr(_0x329ab4){const _0x34ceb3=_0x566a84;return _0x329ab4===_0x34ceb3(0x747)||_0x329ab4==='child-session'||_0x329ab4===_0x34ceb3(0x809)||_0x329ab4===_0x34ceb3(0x578)||_0x329ab4===_0x34ceb3(0x522);}function Qr(_0x110e1e){const _0x1d5e9a=_0x566a84;let {hostUnitId:_0x36cd5f,embedId:_0x4b1c14,className:_0x143628}=_0x110e1e,_0x3b24be=(0x0,c[_0x1d5e9a(0x4b5)])(null),_0x1f717c=(0x0,a[_0x1d5e9a(0x5dd)])(e[_0x1d5e9a(0x51f)]),_0x204dd7=(0x0,a[_0x1d5e9a(0x5dd)])(ut),_0x5a6511=(0x0,a['useDependency'])(ln),_0x5bdd55=(0x0,c['useCallback'])(_0x65b03d=>{const _0x29c960=_0x1d5e9a;_0x65b03d[_0x29c960(0x6ad)](),_0x65b03d[_0x29c960(0x3b6)](),!(!_0x36cd5f||!_0x4b1c14)&&$r({'hostUnitId':_0x36cd5f,'embedId':_0x4b1c14,'activationService':_0x204dd7,'embedModelService':_0x1f717c,'fullscreenService':_0x5a6511});},[_0x204dd7,_0x4b1c14,_0x1f717c,_0x5a6511,_0x36cd5f]);return(0x0,c[_0x1d5e9a(0x5e7)])(()=>{const _0xe0b8b9=_0x1d5e9a;let _0x16d720=_0x3b24be[_0xe0b8b9(0x731)];if(!_0x16d720)return;let _0x1e5abd=_0x53345d=>{const _0x3dd7a2=_0xe0b8b9;_0x53345d[_0x3dd7a2(0x3b6)]();};return _0x16d720[_0xe0b8b9(0x51c)](_0xe0b8b9(0x767),_0x1e5abd),_0x16d720['addEventListener']('click',_0x5bdd55),()=>{const _0x4fdfc8=_0xe0b8b9;_0x16d720[_0x4fdfc8(0x604)]('pointerdown',_0x1e5abd),_0x16d720['removeEventListener'](_0x4fdfc8(0x390),_0x5bdd55);};},[_0x5bdd55]),(0x0,u[_0x1d5e9a(0x353)])('button',{'ref':_0x3b24be,'type':_0x1d5e9a(0x225),'className':(0x0,o[_0x1d5e9a(0x59c)])(_0x1d5e9a(0x21b),_0x143628),'data-embed-float-fullscreen-button':_0x1d5e9a(0x856),'children':(0x0,u['jsx'])(s[_0x1d5e9a(0x226)],{'className':_0x1d5e9a(0x6c5)})});}function $r(_0x146ea5){const _0x1b51c7=_0x566a84;var _0x5bedf8;let _0x580048=_0x146ea5['embedModelService'][_0x1b51c7(0x42f)](_0x146ea5[_0x1b51c7(0x1ee)],_0x146ea5[_0x1b51c7(0x61a)]);return!(_0x580048!=null&&_0x580048['childUnitId'])||_0x580048[_0x1b51c7(0x4af)]==null?!0x1:((_0x5bedf8=_0x146ea5[_0x1b51c7(0x338)])==null||_0x5bedf8['clearFloating'](_0x146ea5[_0x1b51c7(0x61a)],_0x146ea5[_0x1b51c7(0x1ee)]),_0x146ea5[_0x1b51c7(0x1fb)]['enter'](_0x580048),!0x0);}const ei=_0x566a84(0x5e4),ti=_0x566a84(0x22d),ni=[ei,ti];function ri(_0x40cf88){const _0x103891=_0x566a84;var _0x544e6d,_0x3ba2d5,_0xd6373d;let {data:_0x51a2c7,deferInactiveFloatingChrome:_0x5ed76a,docsCustomBlockLayout:_0x4ad885,enableStage1BodyDrag:_0x776939,floatingChromeZIndex:_0x56f081,fullscreenButtonInBlock:_0x4f8fdb,hostFloatDomLayout$:_0x1aea67,initialStage:_0x507c2b,interactionFlow:_0x5aa39f=_0x103891(0x421),isExternalHostInteraction:_0x209012,onHostWheel:_0xcbb765,onRuntimeStageEnter:_0x55df0e,onRuntimeStageExit:_0x135563,resolveHostWheelGestureRoot:_0x2de19d,syncHostVerticalScroll:_0x3eeb66}=_0x40cf88,_0x4beaf9=(0x0,c['useRef'])(null),_0x21cd1a=(0x0,c[_0x103891(0x4b5)])(null),_0x42b9fb=(0x0,c[_0x103891(0x4b5)])(null),_0x335497=(0x0,c[_0x103891(0x4b5)])(null),_0x37f240=(0x0,c['useRef'])(null),_0x39cc2d=(0x0,c[_0x103891(0x4b5)])(null),_0xc371c4=(0x0,c['useRef'])(null),_0x80af6e=(0x0,c['useRef'])(null),_0x3e3736=(0x0,c[_0x103891(0x4b5)])(null),_0x2c93f2=(0x0,a[_0x103891(0x5dd)])(e['EmbedModelService']),_0x2c01a0=(0x0,a[_0x103891(0x5dd)])($e),_0x46f952=(0x0,a[_0x103891(0x5dd)])(ie),_0x23371a=(0x0,a[_0x103891(0x5dd)])(ut),_0x5936=(0x0,a[_0x103891(0x5dd)])(Xn),_0x557421=(0x0,a[_0x103891(0x5dd)])(Zn),_0x4040ae=(0x0,a[_0x103891(0x5dd)])(ln),_0x3eaf01=(0x0,a[_0x103891(0x5dd)])(q),_0x2aa323=(0x0,a['useDependency'])(st),_0x5db7f9=(0x0,a[_0x103891(0x5dd)])(Qn),_0x3f8745=(0x0,a[_0x103891(0x5dd)])(or),_0x2d0191=(0x0,a[_0x103891(0x5dd)])(ar),_0x10fa5e=(0x0,a[_0x103891(0x5dd)])(G),_0x47de86=(0x0,a[_0x103891(0x5dd)])(rr),_0x1d336e=(0x0,a[_0x103891(0x5dd)])(a[_0x103891(0x272)]),_0x297929=sr(_0x51a2c7),_0x5363e6=_0x4ad885!=null&&_0x4ad885[_0x103891(0x577)]?_0x4ad885:void 0x0,_0x27f59f=_0x5363e6==null?void 0x0:_0x5363e6[_0x103891(0x7c7)],_0x39d31a=_0x5363e6==null?void 0x0:_0x5363e6[_0x103891(0x24a)],_0x1023d8=(_0x5363e6==null?void 0x0:_0x5363e6[_0x103891(0x827)])??0x1,[_0x231c73,_0x2c9949]=(0x0,c[_0x103891(0x3bf)])(0x0),[_0xee7a7,_0x33ff86]=(0x0,c[_0x103891(0x3bf)])(0x0),_0x1bf9ab=_0x5363e6?pr(_0x5363e6):void 0x0,_0x579506=Math[_0x103891(0x2b1)](_0xee7a7,(_0x1bf9ab==null?void 0x0:_0x1bf9ab['maxExpansion'])??0x0),_0x486a93=(0x0,a['useObservable'])(()=>_0x46f952[_0x103891(0x760)][_0x103891(0x78a)]((0x0,l[_0x103891(0x3c0)])(()=>_0x297929!=null&&_0x297929[_0x103891(0x61a)]?_0x46f952[_0x103891(0x634)](_0x297929[_0x103891(0x61a)]):'inactive')),_0x507c2b??(_0x297929!=null&&_0x297929['embedId']?_0x46f952['getStage'](_0x297929[_0x103891(0x61a)]):_0x103891(0x584)),!0x1,[_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x46f952]),_0x5b8a97=(0x0,c[_0x103891(0x4b5)])(_0x486a93),_0x1134b2=(0x0,c['useRef'])(!0x1),_0x1bda17=(0x0,c[_0x103891(0x4b5)])(void 0x0),_0x595cae=(0x0,c[_0x103891(0x4b5)])(void 0x0),_0x216826=(0x0,c[_0x103891(0x4b5)])(void 0x0),_0x22c2e8=(0x0,c[_0x103891(0x4b5)])(void 0x0),_0x5d00e1=(0x0,c['useRef'])(void 0x0),_0x11617e=(0x0,c[_0x103891(0x4b5)])(0x0),_0xc13949=(0x0,c[_0x103891(0x4b5)])(void 0x0),_0x4f167a=(0x0,c[_0x103891(0x4b5)])(!0x1),_0x26a5e3=(0x0,c[_0x103891(0x4b5)])(!0x1),_0x4384d7=(0x0,c['useRef'])(_0x579506),_0x24b886=(0x0,c[_0x103891(0x4b5)])(_0x1bf9ab),_0x3c604b=(0x0,c[_0x103891(0x4b5)])(_0x1023d8),_0x244d3b=(0x0,c[_0x103891(0x4b5)])(0x0),_0x225296=(0x0,c['useRef'])(0x0),_0x304499=(0x0,c['useRef'])([]),_0x3b12a3=(0x0,c[_0x103891(0x4b5)])(_0x486a93);_0x3b12a3['current']=_0x486a93,_0x4384d7['current']=_0x579506,_0x24b886[_0x103891(0x731)]=_0x1bf9ab,_0x3c604b[_0x103891(0x731)]=_0x1023d8;let _0x3d59dd=(0x0,c[_0x103891(0x75d)])(_0x2cc1ef=>{const _0x3e0ca0=_0x103891;let _0x294b1e=_0x24b886[_0x3e0ca0(0x731)];if(!_0x294b1e)return!0x1;let _0x34250a=_0x4384d7[_0x3e0ca0(0x731)],_0x253eb3=mr(_0x34250a+Ln(_0x2cc1ef)/_0x3c604b[_0x3e0ca0(0x731)],0x0,_0x294b1e[_0x3e0ca0(0x76a)]);return _0x253eb3===_0x34250a?!0x1:(_0x4384d7[_0x3e0ca0(0x731)]=_0x253eb3,_0x33ff86(_0x253eb3),!0x0);},[]),_0x1f193c=(0x0,c['useCallback'])(()=>{const _0x43767a=_0x103891;var _0x46407f;(_0x46407f=_0x595cae[_0x43767a(0x731)])==null||_0x46407f[_0x43767a(0x3b5)](),_0x595cae[_0x43767a(0x731)]=void 0x0;},[]),_0x32662d=(0x0,c[_0x103891(0x75d)])(()=>{const _0x3bdf25=_0x103891;var _0xc9ffa4,_0x5dab4f;if(!(_0x297929!=null&&_0x297929[_0x3bdf25(0x61a)])||_0x595cae[_0x3bdf25(0x731)])return;let _0xc5c72f=_0x297929[_0x3bdf25(0x1ee)]?_0x2c93f2[_0x3bdf25(0x42f)](_0x297929[_0x3bdf25(0x1ee)],_0x297929[_0x3bdf25(0x61a)]):void 0x0,_0x12ee30=ii(_0xc5c72f),_0x12aca3=_0x297929[_0x3bdf25(0x542)]??(_0xc5c72f==null?void 0x0:_0xc5c72f[_0x3bdf25(0x542)])??((_0xc9ffa4=_0x1bda17['current'])==null?void 0x0:_0xc9ffa4[_0x3bdf25(0x542)])??(_0x12ee30==null?void 0x0:_0x12ee30['childUnitId']),_0x1071fd=_0x297929[_0x3bdf25(0x4af)]??(_0xc5c72f==null?void 0x0:_0xc5c72f[_0x3bdf25(0x4af)])??((_0x5dab4f=_0x1bda17['current'])==null?void 0x0:_0x5dab4f['childType'])??(_0x12ee30==null?void 0x0:_0x12ee30[_0x3bdf25(0x4af)]);_0x595cae[_0x3bdf25(0x731)]=_0x10fa5e['acquireLease']({'embedId':_0x297929['embedId'],'role':_0x3bdf25(0x5cc),'owner':_0x5aa39f===_0x3bdf25(0x66f)?ti:ei,'sessionMode':_0x3bdf25(0x721),'hostUnitId':_0x297929[_0x3bdf25(0x1ee)],'childUnitId':_0x12aca3,'childType':_0x1071fd});},[_0x297929==null?void 0x0:_0x297929[_0x103891(0x4af)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x542)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],_0x2c93f2,_0x10fa5e,_0x5aa39f]),_0x321117=(0x0,c[_0x103891(0x75d)])(()=>{const _0x408180=_0x103891;if(!(_0x297929!=null&&_0x297929[_0x408180(0x61a)]))return;let _0x11d804=_0x297929['embedId'];window[_0x408180(0x4cf)](()=>{const _0x7afc49=_0x408180;_0x46f952[_0x7afc49(0x634)](_0x11d804)!==_0x7afc49(0x4de)&&_0x1f193c();});},[_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x46f952,_0x1f193c]),_0x499fc2=_0x297929!=null&&_0x297929[_0x103891(0x1ee)]?_0x2c93f2[_0x103891(0x42f)](_0x297929[_0x103891(0x1ee)],_0x297929[_0x103891(0x61a)]):void 0x0,_0x39b1c8=ii(_0x499fc2),_0x333076=(_0x297929==null?void 0x0:_0x297929['childUnitId'])??(_0x499fc2==null?void 0x0:_0x499fc2[_0x103891(0x542)])??((_0x544e6d=_0x1bda17['current'])==null?void 0x0:_0x544e6d['childUnitId'])??(_0x39b1c8==null?void 0x0:_0x39b1c8[_0x103891(0x542)]),_0x5cc7b2=(_0x297929==null?void 0x0:_0x297929[_0x103891(0x4af)])??(_0x499fc2==null?void 0x0:_0x499fc2[_0x103891(0x4af)])??((_0x3ba2d5=_0x1bda17[_0x103891(0x731)])==null?void 0x0:_0x3ba2d5[_0x103891(0x4af)])??(_0x39b1c8==null?void 0x0:_0x39b1c8[_0x103891(0x4af)]),_0x5d50f5=_0x5cc7b2==null||(_0xd6373d=_0x2c01a0['get'](_0x5cc7b2))==null?void 0x0:_0xd6373d[_0x103891(0x460)],_0x5cf17c=vn(_0x499fc2,_0x486a93);(0x0,c[_0x103891(0x5e7)])(()=>{const _0x57ef37=_0x103891;if(!(!(_0x297929!=null&&_0x297929[_0x57ef37(0x61a)])||_0x486a93!==_0x57ef37(0x4de)))return _0x32662d(),_0x1f193c;},[_0x32662d,_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x1f193c,_0x486a93]),(0x0,c['useEffect'])(()=>{const _0x247ffc=_0x103891;let _0x36f19b=_0x4beaf9[_0x247ffc(0x731)],_0x1bc967=Wr(_0x1d336e,_0x10fa5e,_0x297929==null?void 0x0:_0x297929[_0x247ffc(0x61a)],_0x36f19b,_0x486a93);if(_0x1bc967)return()=>_0x1bc967[_0x247ffc(0x3b5)]();},[_0x297929==null?void 0x0:_0x297929['embedId'],_0x10fa5e,_0x1d336e,_0x486a93]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x4c2856=_0x103891;let _0xe8f15c=_0x5b8a97[_0x4c2856(0x731)];_0x5b8a97['current']=_0x486a93;let _0x2324f3=_0xe8f15c!==_0x486a93||!_0x1134b2[_0x4c2856(0x731)]&&_0x486a93!=='inactive';_0x1134b2[_0x4c2856(0x731)]=!0x0,_0x2324f3&&(_0x55df0e==null||_0x55df0e(_0x486a93),_0x557421[_0x4c2856(0x4c8)]({'embedId':_0x297929==null?void 0x0:_0x297929[_0x4c2856(0x61a)],'reason':_0x4c2856(0x63b)})),_0xe8f15c==='stage2'&&_0x486a93!==_0x4c2856(0x4de)&&(Xr(_0x297929==null?void 0x0:_0x297929[_0x4c2856(0x61a)],zr(_0x335497['current'],_0x37f240[_0x4c2856(0x731)],_0x39cc2d['current'],_0x80af6e[_0x4c2856(0x731)],_0x3e3736[_0x4c2856(0x731)])),_0x23371a[_0x4c2856(0x551)](_0x297929==null?void 0x0:_0x297929[_0x4c2856(0x61a)],_0x297929==null?void 0x0:_0x297929[_0x4c2856(0x1ee)]),_0x135563==null||_0x135563());},[_0x23371a,_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],_0x557421,_0x55df0e,_0x135563,_0x486a93]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x3c70fc=_0x103891;if(_0x507c2b!==_0x3c70fc(0x4de)||!(_0x297929!=null&&_0x297929[_0x3c70fc(0x61a)])||!_0x297929['hostUnitId'])return;let _0x9d99d=_0x2c93f2[_0x3c70fc(0x42f)](_0x297929['hostUnitId'],_0x297929[_0x3c70fc(0x61a)]);_0x9d99d!=null&&_0x9d99d[_0x3c70fc(0x542)]&&_0x46f952['activate']({'hostUnitId':_0x297929[_0x3c70fc(0x1ee)],'embedId':_0x297929['embedId'],'childUnitId':_0x9d99d['childUnitId']},'stage2');},[_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x297929==null?void 0x0:_0x297929['hostUnitId'],_0x2c93f2,_0x46f952,_0x507c2b]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x128d40=_0x103891;let _0x41ead5=_0x335497[_0x128d40(0x731)],_0x296686=_0x37f240[_0x128d40(0x731)],_0x646e76=_0x39cc2d[_0x128d40(0x731)],_0x3a02db=_0x80af6e[_0x128d40(0x731)],_0x1d4874=_0x3e3736[_0x128d40(0x731)];if(!_0x41ead5||!_0x296686||!_0x646e76||!_0x3a02db||!_0x1d4874)return;let _0x36a1ad=_0x297929!=null&&_0x297929[_0x128d40(0x1ee)]?_0x2c93f2['getDescriptor'](_0x297929[_0x128d40(0x1ee)],_0x297929['embedId']):void 0x0,_0x52c86e=_0x36a1ad?ai(_0x36a1ad):void 0x0;if(!_0x36a1ad||!_0x52c86e||_0x5cf17c==='deferred')return;let _0x2590e0=!0x1,_0x1c3b61;return _0x5db7f9[_0x128d40(0x643)]({'descriptor':_0x36a1ad})[_0x128d40(0x773)](async _0x5448e7=>{const _0x5a3280=_0x128d40;var _0x59abc3;if(_0x2590e0)return;let _0x3ba3d7=_0x2aa323[_0x5a3280(0x3ba)](_0x5448e7,_0x41ead5,{'content':_0x296686,'canvas':_0x646e76,'overlay':_0x3a02db,'popup':_0x1d4874});_0x1c3b61=_0x5448e7[_0x5a3280(0x61a)];let _0xf1915=_0x3ba3d7==null?void 0x0:_0x3ba3d7[_0x5a3280(0x630)];_0x1bda17[_0x5a3280(0x731)]=_0xf1915;let _0xad715b=_0x297929!=null&&_0x297929[_0x5a3280(0x61a)]?(_0x59abc3=_0x5936[_0x5a3280(0x326)](_0x297929[_0x5a3280(0x61a)]))==null?void 0x0:_0x59abc3[_0x5a3280(0x6ec)]:void 0x0;_0xf1915&&_0xad715b!=null&&await _0x5936[_0x5a3280(0x6f2)](_0xf1915,_0xad715b);})[_0x128d40(0x2bc)](_0x520066=>{queueMicrotask(()=>{throw _0x520066;});}),()=>{const _0x270674=_0x128d40;var _0x8cf692;_0x2590e0=!0x0,_0x1c3b61&&((_0x8cf692=_0x1bda17[_0x270674(0x731)])==null?void 0x0:_0x8cf692[_0x270674(0x61a)])===_0x1c3b61&&(_0x1bda17[_0x270674(0x731)]=void 0x0),_0x2aa323[_0x270674(0x6e8)](_0x36a1ad[_0x270674(0x61a)]);};},[_0x297929==null?void 0x0:_0x297929['embedId'],_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],_0x2c93f2,_0x2aa323,_0x231c73,_0x5936,_0x5db7f9,_0x5cf17c]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x5d54a6=_0x103891;if(!(_0x297929!=null&&_0x297929[_0x5d54a6(0x61a)]))return;let _0x35b538=_0x297929[_0x5d54a6(0x61a)],_0x1858b9=[];[{'element':_0x335497['current'],'role':_0x5d54a6(0x747)},{'element':_0x37f240[_0x5d54a6(0x731)],'role':_0x5d54a6(0x747)},{'element':_0x39cc2d[_0x5d54a6(0x731)],'role':_0x5d54a6(0x747)}][_0x5d54a6(0x2a5)](_0x4a2195=>{const _0x5945ea=_0x5d54a6;let _0x557ff6=_0x4a2195[_0x5945ea(0x67c)];_0x557ff6&&_0x1858b9[_0x5945ea(0x5bf)]({'element':_0x557ff6,'role':_0x4a2195[_0x5945ea(0x6c8)]});}),_0x486a93==='stage2'&&[{'element':_0xc371c4[_0x5d54a6(0x731)],'role':_0x5d54a6(0x522)},{'element':_0x80af6e[_0x5d54a6(0x731)],'role':_0x5d54a6(0x522)},{'element':_0x3e3736[_0x5d54a6(0x731)],'role':'child-popup'}][_0x5d54a6(0x2a5)](_0x992603=>{const _0x369b64=_0x5d54a6;_0x992603[_0x369b64(0x67c)]&&_0x1858b9[_0x369b64(0x5bf)](_0x992603);});let _0x477b69=_0x1858b9[_0x5d54a6(0x864)](({element:_0x1dc132,role:_0x3466a4})=>[_0x3eaf01[_0x5d54a6(0x402)](_0x35b538,_0x1dc132),_0x10fa5e[_0x5d54a6(0x1fc)]({'embedId':_0x35b538,'role':_0x3466a4,'element':_0x1dc132})]);return()=>_0x477b69[_0x5d54a6(0x2a5)](_0x773262=>_0x773262[_0x5d54a6(0x3b5)]());},[_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x10fa5e,_0x3eaf01,_0x486a93]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x1d2ee5=_0x103891;var _0x584101,_0x22844c;if(!(_0x297929!=null&&_0x297929[_0x1d2ee5(0x61a)])||_0x486a93!==_0x1d2ee5(0x4de))return;let _0x3d236e=((_0x584101=_0x4beaf9[_0x1d2ee5(0x731)])==null?void 0x0:_0x584101['ownerDocument'])??((_0x22844c=_0x335497['current'])==null?void 0x0:_0x22844c[_0x1d2ee5(0x7b6)])??(typeof document>'u'?void 0x0:document),_0x5f8f53=_0x3eaf01[_0x1d2ee5(0x645)](_0x297929[_0x1d2ee5(0x61a)],_0x3d236e);return()=>{const _0x27f9e9=_0x1d2ee5;_0x3b12a3['current']!==_0x27f9e9(0x4de)&&_0x3eaf01['closeOwnedFloatingSurfaces'](_0x297929['embedId'],_0x3d236e),_0x5f8f53[_0x27f9e9(0x3b5)]();};},[_0x297929==null?void 0x0:_0x297929['embedId'],_0x3eaf01,_0x486a93]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x21da34=_0x103891;var _0x244310,_0x6ff2d4;if(!(_0x297929!=null&&_0x297929['embedId'])||_0x486a93!==_0x21da34(0x4de))return;let _0x494fd5=((_0x244310=_0x4beaf9[_0x21da34(0x731)])==null?void 0x0:_0x244310[_0x21da34(0x7b6)])??((_0x6ff2d4=_0x335497[_0x21da34(0x731)])==null?void 0x0:_0x6ff2d4[_0x21da34(0x7b6)])??(typeof document>'u'?void 0x0:document),_0x584cee=_0x494fd5==null?void 0x0:_0x494fd5[_0x21da34(0x68a)](_0x21da34(0x3c9));if(!_0x584cee)return;let _0x2c6d67=[_0x3eaf01[_0x21da34(0x402)](_0x297929[_0x21da34(0x61a)],_0x584cee),_0x10fa5e['registerElement']({'embedId':_0x297929[_0x21da34(0x61a)],'role':_0x21da34(0x522),'element':_0x584cee})];return()=>_0x2c6d67['forEach'](_0xb76eff=>_0xb76eff[_0x21da34(0x3b5)]());},[_0x297929==null?void 0x0:_0x297929['embedId'],_0x10fa5e,_0x3eaf01,_0x486a93]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x59fce0=_0x103891;let _0x210926=_0x4beaf9[_0x59fce0(0x731)],_0x57a852=_0x210926==null?void 0x0:_0x210926[_0x59fce0(0x68a)](_0x59fce0(0x755));if(!(_0x297929!=null&&_0x297929['embedId'])||!_0x210926)return;let _0x185287=_0x297929[_0x59fce0(0x1ee)]?_0x2c93f2[_0x59fce0(0x42f)](_0x297929[_0x59fce0(0x1ee)],_0x297929['embedId']):void 0x0,_0xc3e45a=_0x557421[_0x59fce0(0x371)]({'embedId':_0x297929[_0x59fce0(0x61a)],'childUnitId':_0x185287==null?void 0x0:_0x185287[_0x59fce0(0x542)],'root':_0x210926,'viewport':_0x57a852,'contentRoot':_0x37f240['current']});return()=>_0xc3e45a[_0x59fce0(0x3b5)]();},[_0x297929==null?void 0x0:_0x297929['embedId'],_0x297929==null?void 0x0:_0x297929['hostUnitId'],_0x2c93f2,_0x557421]),(0x0,c['useEffect'])(()=>{const _0xd065d=_0x103891;if(!(_0x297929!=null&&_0x297929[_0xd065d(0x61a)]))return;let _0x2d8865=_0x4040ae[_0xd065d(0x4b6)][_0xd065d(0x43a)](_0x5724e8=>{const _0x3c1623=_0xd065d;_0x5724e8[_0x3c1623(0x61a)]===_0x297929[_0x3c1623(0x61a)]&&(_0x23371a['clearFloating'](_0x297929[_0x3c1623(0x61a)],_0x297929['hostUnitId']),_0x2aa323[_0x3c1623(0x6e8)](_0x297929['embedId']),_0x22c2e8[_0x3c1623(0x731)]!=null&&(window['cancelAnimationFrame'](_0x22c2e8[_0x3c1623(0x731)]),_0x22c2e8[_0x3c1623(0x731)]=void 0x0),_0x5d00e1['current']!=null&&globalThis[_0x3c1623(0x425)](_0x5d00e1[_0x3c1623(0x731)]),_0x5d00e1[_0x3c1623(0x731)]=globalThis[_0x3c1623(0x294)](()=>{const _0xff7e3f=_0x3c1623;_0x5d00e1[_0xff7e3f(0x731)]=void 0x0,_0x22c2e8[_0xff7e3f(0x731)]=window[_0xff7e3f(0x4cf)](()=>{const _0x45018f=_0xff7e3f;_0x22c2e8[_0x45018f(0x731)]=void 0x0,_0x2c9949(_0x5d6000=>_0x5d6000+0x1);});},0x0));});return()=>{const _0x4bacba=_0xd065d;_0x2d8865[_0x4bacba(0x635)](),_0x5d00e1[_0x4bacba(0x731)]!=null&&(globalThis[_0x4bacba(0x425)](_0x5d00e1[_0x4bacba(0x731)]),_0x5d00e1[_0x4bacba(0x731)]=void 0x0),_0x22c2e8[_0x4bacba(0x731)]!=null&&(window[_0x4bacba(0x28b)](_0x22c2e8[_0x4bacba(0x731)]),_0x22c2e8['current']=void 0x0);};},[_0x23371a,_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x297929==null?void 0x0:_0x297929['hostUnitId'],_0x4040ae,_0x2aa323]),(0x0,c['useEffect'])(()=>{const _0x5d3e6e=_0x103891;let _0x112fde=_0x4beaf9[_0x5d3e6e(0x731)],_0x4928dc=_0xc371c4[_0x5d3e6e(0x731)];if(!_0x112fde||!_0x4928dc||typeof document>'u')return;let _0x4c94a6=_r({'chrome':_0x4928dc,'container':_0x112fde,'deferInactive':_0x5ed76a,'embedId':_0x297929==null?void 0x0:_0x297929[_0x5d3e6e(0x61a)],'geometryService':_0x557421,'hostLayout$':_0x1aea67,'stage':_0x486a93,'docsSheetLikeLayout':_0x27f59f!=null&&_0x39d31a!=null?{'contentWidth':_0x27f59f,'pageContentWidth':_0x39d31a}:void 0x0});return()=>_0x4c94a6[_0x5d3e6e(0x3b5)]();},[_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x5ed76a,_0x27f59f,_0x39d31a,_0x557421,_0x1aea67,_0x486a93]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x4de55f=_0x103891;let _0x1d0e5a=_0x4beaf9[_0x4de55f(0x731)];if(!(_0x297929!=null&&_0x297929[_0x4de55f(0x61a)])||!_0x1d0e5a||typeof document>'u')return;let _0x59d93=Gr({'activationService':_0x23371a,'chrome':_0xc371c4[_0x4de55f(0x731)],'container':_0x1d0e5a,'embedId':_0x297929[_0x4de55f(0x61a)],'externalHostInteractionUntil':_0x244d3b,'floatingActiveService':_0x46f952,'focusCoordinator':_0x10fa5e,'graceMs':0x28a,'hostUnitId':_0x297929[_0x4de55f(0x1ee)],'interactionBoundaryService':_0x3eaf01,'isExternalHostInteraction':_0x209012,'ownedPointerInteractionUntil':_0x225296,'runtimeFocusOwners':ni});return()=>_0x59d93[_0x4de55f(0x3b5)]();},[_0x23371a,_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],_0x46f952,_0x10fa5e,_0x3eaf01,_0x209012]),(0x0,c['useEffect'])(()=>{const _0x1f92c8=_0x103891;var _0x3719d7;_0x486a93!==_0x1f92c8(0x4de)&&((_0x3719d7=_0x216826[_0x1f92c8(0x731)])==null||_0x3719d7[_0x1f92c8(0x3b5)](),_0x216826[_0x1f92c8(0x731)]=void 0x0,Xr(_0x297929==null?void 0x0:_0x297929['embedId'],zr(_0x335497[_0x1f92c8(0x731)],_0x37f240[_0x1f92c8(0x731)],_0x39cc2d[_0x1f92c8(0x731)],_0x80af6e['current'],_0x3e3736[_0x1f92c8(0x731)])));},[_0x297929==null?void 0x0:_0x297929['embedId'],_0x486a93]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x3bc7b3=_0x103891;let _0x1ed989=_0x42b9fb[_0x3bc7b3(0x731)];if(!_0x1ed989||!(_0x297929!=null&&_0x297929[_0x3bc7b3(0x61a)])||!_0x297929[_0x3bc7b3(0x1ee)])return;let _0x3d17e6=Kr({'acquireStage2SessionLease':_0x32662d,'activationService':_0x23371a,'data':{'embedId':_0x297929[_0x3bc7b3(0x61a)],'hostAnchorId':_0x297929['hostAnchorId'],'hostUnitId':_0x297929[_0x3bc7b3(0x1ee)]},'embedModelService':_0x2c93f2,'enableStage1BodyDrag':_0x776939,'floatingActiveService':_0x46f952,'gate':_0x1ed989,'interactionFlow':_0x5aa39f,'popupRoot':_0x3e3736[_0x3bc7b3(0x731)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x321117});return()=>_0x3d17e6[_0x3bc7b3(0x3b5)]();},[_0x32662d,_0x23371a,_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x7c9)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],_0x2c93f2,_0x776939,_0x46f952,_0x5aa39f,_0x321117]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x3ad33c=_0x103891;let _0x19ae04=_0x4beaf9[_0x3ad33c(0x731)];if(!_0x19ae04||!_0x2de19d)return;let _0x4fe7dd=_0x2de19d(_0x19ae04);if(!_0x4fe7dd)return;let _0x4df729=_0x47de86['register'](_0x4fe7dd);return()=>_0x4df729[_0x3ad33c(0x3b5)]();},[_0x47de86,_0x2de19d]),(0x0,c['useEffect'])(()=>{const _0xf65c5e=_0x103891;let _0x319427=_0x4beaf9[_0xf65c5e(0x731)],_0x45f852=_0x42b9fb['current'],_0x4b88aa=_0x335497[_0xf65c5e(0x731)];if(!_0x319427||!_0x45f852||!_0x4b88aa)return;let _0x34d8f8=Cn({'container':_0x319427,'gate':_0x45f852,'getChildContext':()=>_0x1bda17['current'],'getStage':()=>_0x297929!=null&&_0x297929[_0xf65c5e(0x61a)]?_0x46f952['getStage'](_0x297929[_0xf65c5e(0x61a)]):_0xf65c5e(0x584),'hostScrollOffset':_0x11617e,'hostWheelGestureService':_0x47de86,'invalidate':_0x32b896=>Or(_0x557421,_0x297929==null?void 0x0:_0x297929[_0xf65c5e(0x61a)],_0x32b896,_0x304499),'liveRoot':_0x4b88aa,'onHostWheel':_0xcbb765,'passiveViewportRegistry':_0x2d0191,'passiveWheelHandlerRegistry':_0x3f8745,'resizeDocsSheetLikeRendererByWheel':_0x3d59dd,'routeHostGestures':!!_0x2de19d,'syncHostVerticalScroll':_0x3eeb66,'viewScale':_0x1023d8});return()=>_0x34d8f8[_0xf65c5e(0x3b5)]();},[_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x1023d8,_0x46f952,_0x557421,_0x47de86,_0xcbb765,_0x2d0191,_0x3f8745,_0x3d59dd,_0x2de19d,_0x3eeb66]),(0x0,c[_0x103891(0x5e7)])(()=>()=>{const _0x5e049b=_0x103891;_0x304499[_0x5e049b(0x731)][_0x5e049b(0x2a5)](_0x46ebe2=>window['cancelAnimationFrame'](_0x46ebe2)),_0x304499[_0x5e049b(0x731)]=[];},[]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x1fe5cc=_0x103891;let _0x5b3d34=_0x335497[_0x1fe5cc(0x731)];if(!_0x5b3d34)return;let _0x2e264b=qr({'acquireStage2SessionLease':_0x32662d,'activationService':_0x23371a,'data':{'childType':_0x297929==null?void 0x0:_0x297929[_0x1fe5cc(0x4af)],'embedId':_0x297929==null?void 0x0:_0x297929[_0x1fe5cc(0x61a)],'hostUnitId':_0x297929==null?void 0x0:_0x297929[_0x1fe5cc(0x1ee)]},'embedModelService':_0x2c93f2,'floatingActiveService':_0x46f952,'focusCoordinator':_0x10fa5e,'getRuntimeRoots':()=>zr(_0x39cc2d[_0x1fe5cc(0x731)],_0x37f240[_0x1fe5cc(0x731)],_0x80af6e[_0x1fe5cc(0x731)],_0x3e3736['current'],_0x335497[_0x1fe5cc(0x731)]),'interactionFlow':_0x5aa39f,'liveRoot':_0x5b3d34,'popupRoot':_0x3e3736[_0x1fe5cc(0x731)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x321117,'runtimeFocusOwners':ni});return()=>_0x2e264b[_0x1fe5cc(0x3b5)]();},[_0x32662d,_0x23371a,_0x297929==null?void 0x0:_0x297929[_0x103891(0x4af)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x297929==null?void 0x0:_0x297929['hostUnitId'],_0x2c93f2,_0x46f952,_0x10fa5e,_0x5aa39f,_0x321117]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x30f3ca=_0x103891;let _0x23aa5f=_0x335497[_0x30f3ca(0x731)];if(!_0x23aa5f||!(_0x297929!=null&&_0x297929[_0x30f3ca(0x61a)]))return;let _0x30c91e=Jr({'data':{'childType':_0x297929[_0x30f3ca(0x4af)],'childUnitId':_0x297929['childUnitId'],'embedId':_0x297929[_0x30f3ca(0x61a)],'hostUnitId':_0x297929[_0x30f3ca(0x1ee)]},'floatingActiveService':_0x46f952,'focusCoordinator':_0x10fa5e,'graceMs':0x28a,'interactionBoundaryService':_0x3eaf01,'liveRoot':_0x23aa5f,'ownedPointerInteractionUntil':_0x225296,'pointerLease':_0x216826,'verticalScrollOwner':_0xc13949});return()=>_0x30c91e[_0x30f3ca(0x3b5)]();},[_0x297929==null?void 0x0:_0x297929[_0x103891(0x4af)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x542)],_0x297929==null?void 0x0:_0x297929['embedId'],_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],_0x46f952,_0x10fa5e,_0x3eaf01]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x2b5086=_0x103891;if(_0x486a93!==_0x2b5086(0x4de)||_0x5aa39f!==_0x2b5086(0x66f))return;let _0x505908=_0x335497[_0x2b5086(0x731)];if(!_0x505908)return;let _0x826adf,_0x374155=()=>Br(zr(_0x39cc2d[_0x2b5086(0x731)],_0x37f240['current'],_0x80af6e[_0x2b5086(0x731)],_0x3e3736[_0x2b5086(0x731)],_0x335497[_0x2b5086(0x731)])),_0x3fac9c=()=>{const _0x328b57=_0x2b5086;let _0x4f2af5=_0x505908[_0x328b57(0x7b6)][_0x328b57(0x639)];return!_0x4f2af5||_0x4f2af5===_0x374155()?!0x1:zr(_0x335497[_0x328b57(0x731)],_0x37f240['current'],_0x39cc2d[_0x328b57(0x731)],_0x80af6e[_0x328b57(0x731)],_0x3e3736[_0x328b57(0x731)])[_0x328b57(0x4fe)](_0x5882b6=>_0x5882b6['contains'](_0x4f2af5));},_0x5aac4e=()=>{const _0x1ed964=_0x2b5086;if(!Vr(_0x297929==null?void 0x0:_0x297929[_0x1ed964(0x4af)],!0x0))return;let _0x626b4d=_0x374155();if(_0x626b4d&&!_0x10fa5e[_0x1ed964(0x60b)](_0x297929==null?void 0x0:_0x297929[_0x1ed964(0x61a)],{'ignoreOwners':ni})&&!_0x3fac9c()){if(_0x297929!=null&&_0x297929[_0x1ed964(0x1ee)]&&_0x297929[_0x1ed964(0x61a)]){let _0x4d34c1=_0x2c93f2[_0x1ed964(0x42f)](_0x297929[_0x1ed964(0x1ee)],_0x297929[_0x1ed964(0x61a)]);(_0x4d34c1==null?void 0x0:_0x4d34c1[_0x1ed964(0x542)])!=null&&_0x4d34c1[_0x1ed964(0x4af)]!=null&&_0x23371a[_0x1ed964(0x263)](_0x4d34c1);}_0x626b4d[_0x1ed964(0x686)](_0x1ed964(0x7fc))||(_0x626b4d[_0x1ed964(0x6c0)]=-0x1),_0x626b4d[_0x1ed964(0x2b9)]({'preventScroll':!0x0});}};return _0x5aac4e(),_0x826adf=window['requestAnimationFrame'](()=>{_0x826adf=void 0x0,_0x5aac4e();}),()=>{const _0x18c41b=_0x2b5086;_0x826adf!=null&&(window[_0x18c41b(0x28b)](_0x826adf),_0x826adf=void 0x0);};},[_0x23371a,_0x297929==null?void 0x0:_0x297929[_0x103891(0x4af)],_0x297929==null?void 0x0:_0x297929['embedId'],_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],_0x2c93f2,_0x10fa5e,_0x5aa39f,_0x486a93]),(0x0,c[_0x103891(0x5e7)])(()=>{const _0x5b642b=_0x103891;let _0x2d883c=_0x4beaf9[_0x5b642b(0x731)],_0x2ce090=_0x21cd1a[_0x5b642b(0x731)];if(!_0x2d883c||!_0x2ce090||typeof window>'u')return;let _0x22217c=lr({'collapseWithoutChildScroll':(_0x297929==null?void 0x0:_0x297929[_0x5b642b(0x4af)])===n[_0x5b642b(0x52f)][_0x5b642b(0x819)],'container':_0x2d883c,'content':_0x2ce090,'contentHeight':_0x5363e6==null?void 0x0:_0x5363e6[_0x5b642b(0x7ab)],'enabled':_0x3eeb66,'getChildContext':()=>_0x1bda17[_0x5b642b(0x731)],'getProvider':_0x5f5662=>_0x2d0191['get'](_0x5f5662[_0x5b642b(0x4af)],_0x5f5662[_0x5b642b(0x605)]),'getStage':()=>_0x297929!=null&&_0x297929[_0x5b642b(0x61a)]?_0x46f952[_0x5b642b(0x634)](_0x297929['embedId']):_0x5b642b(0x584),'hostLayout$':_0x1aea67,'invalidate':()=>_0x557421[_0x5b642b(0x4c8)]({'embedId':_0x297929==null?void 0x0:_0x297929[_0x5b642b(0x61a)],'reason':'host-scroll'}),'offset':_0x11617e,'onHostWheel':_0xcbb765,'owner':_0xc13949,'syncingChildFromHost':_0x4f167a,'syncingHostFromChild':_0x26a5e3,'viewScale':_0x1023d8,'viewportHeight':_0x5363e6==null?void 0x0:_0x5363e6[_0x5b642b(0x405)]});return()=>_0x22217c['dispose']();},[_0x297929==null?void 0x0:_0x297929[_0x103891(0x4af)],_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],_0x5363e6==null?void 0x0:_0x5363e6[_0x103891(0x7ab)],_0x1023d8,_0x5363e6==null?void 0x0:_0x5363e6[_0x103891(0x405)],_0x46f952,_0x557421,_0x1aea67,_0x231c73,_0xcbb765,_0x2d0191,_0x3eeb66]);let _0x29d6f7=gn({'stage':_0x486a93,'interactionFlow':_0x5aa39f}),_0x4da5eb=_0x29d6f7[_0x103891(0x54d)],_0x42eaee=_0x29d6f7[_0x103891(0x768)],_0x4210a6=_0x5363e6?{'top':_0x5363e6[_0x103891(0x3f1)]*_0x1023d8,'left':-_0x579506*_0x1023d8,'width':(((_0x1bf9ab==null?void 0x0:_0x1bf9ab[_0x103891(0x544)])??0x1)+_0x579506)*_0x1023d8,'height':_0x5363e6['viewportHeight']*_0x1023d8}:_0x4ad885?{'top':_0x4ad885[_0x103891(0x3f1)],'height':_0x103891(0x7e1)+_0x4ad885['floatingMenuInsetTop']+'px)'}:void 0x0,_0x5693a6=_0x5363e6?{'width':((_0x1bf9ab==null?void 0x0:_0x1bf9ab[_0x103891(0x544)])??0x1)+_0x579506,'height':_0x5363e6['viewportHeight'],'transform':_0x1023d8===0x1?void 0x0:_0x103891(0x362)+_0x1023d8+')','transformOrigin':_0x103891(0x646)}:void 0x0,_0x4403a7=_0x5363e6?{'left':0x0,'width':'100%','height':_0x5363e6[_0x103891(0x405)],'minHeight':_0x5363e6[_0x103891(0x405)]}:void 0x0;return(0x0,u[_0x103891(0x6c7)])('div',{'ref':_0x4beaf9,'className':(0x0,o['clsx'])(_0x103891(0x6de),_0x5363e6&&_0x103891(0x4f6)),'data-u-comp':_0x103891(0x24f),'data-embed-float-dom':'true','data-embed-float-stage':_0x486a93,'data-embed-id':_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],'data-embed-host-unit-id':_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],'data-embed-host-anchor-id':_0x297929==null?void 0x0:_0x297929[_0x103891(0x7c9)],'data-embed-child-unit-id':_0x333076,'data-embed-child-type':_0x5cc7b2,'data-embed-interaction-flow':_0x5aa39f,'children':[(0x0,u[_0x103891(0x6c7)])(_0x103891(0x694),{'ref':_0x21cd1a,'className':(0x0,o['clsx'])(_0x103891(0x295),_0x5363e6&&_0x103891(0x6f4)),'data-u-comp':'embed-float-dom-content','data-embed-float-content':_0x103891(0x856),'style':_0x4210a6,'children':[(0x0,u[_0x103891(0x6c7)])('div',{'ref':_0x335497,'className':(0x0,o['clsx'])('univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent',_0x5363e6&&_0x103891(0x60d)),'data-u-comp':_0x103891(0x1f5),'data-embed-float-live':_0x103891(0x856),'style':_0x5693a6,'children':[(0x0,u[_0x103891(0x353)])(_0x103891(0x694),{'ref':_0x39cc2d,'className':(0x0,o[_0x103891(0x59c)])(_0x103891(0x80e),_0x5d50f5,_0x5363e6&&_0x103891(0x73a),_0x4da5eb&&_0x103891(0x4f6)),'data-u-comp':_0x103891(0x7e4),'style':_0x4403a7,'data-embed-canvas-root':_0x103891(0x856)}),(0x0,u[_0x103891(0x353)])(_0x103891(0x694),{'ref':_0x37f240,'className':(0x0,o['clsx'])(_0x103891(0x74d),_0x4da5eb&&_0x103891(0x4f6)),'data-u-comp':_0x103891(0x4a1),'style':_0x4403a7,'data-embed-content-root':_0x103891(0x856)})]}),(0x0,u[_0x103891(0x353)])(_0x103891(0x694),{'ref':_0x42b9fb,'className':(0x0,o[_0x103891(0x59c)])(_0x103891(0x7c8),_0x42eaee&&'univer-pointer-events-none'),'data-u-comp':_0x103891(0x5fe),'data-embed-float-interaction-gate':_0x103891(0x856)})]}),(0x0,u[_0x103891(0x6c7)])(_0x103891(0x694),{'ref':_0xc371c4,'className':_0x103891(0x661),'data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x486a93,'data-embed-id':_0x297929==null?void 0x0:_0x297929['embedId'],'style':{'zIndex':_0x56f081??0x320},'children':[(0x0,u[_0x103891(0x353)])(_0x103891(0x694),{'ref':_0x80af6e,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x103891(0x298),'data-embed-overlay-root':_0x103891(0x856)}),(0x0,u['jsx'])(_0x103891(0x694),{'ref':_0x3e3736,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x103891(0x71b),'data-embed-popup-root':_0x103891(0x856)}),!_0x4f8fdb&&(0x0,u['jsx'])(Qr,{'hostUnitId':_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],'embedId':_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)]})]}),_0x4f8fdb&&(0x0,u['jsx'])(Qr,{'hostUnitId':_0x297929==null?void 0x0:_0x297929[_0x103891(0x1ee)],'embedId':_0x297929==null?void 0x0:_0x297929[_0x103891(0x61a)],'className':_0x103891(0x67f)})]});}function ii(_0x4168c8){const _0x157225=_0x566a84;let _0x2766cc=_0x4168c8==null?void 0x0:_0x4168c8[_0x157225(0x5a7)]['ref'];if(_0x2766cc)try{let _0x12a4b5=typeof _0x2766cc==_0x157225(0x3b3)?(0x0,e[_0x157225(0x870)])(_0x2766cc):_0x2766cc;return{'childUnitId':_0x12a4b5['unit'][_0x157225(0x4fd)],'childType':(0x0,e['fromResourceRefUnitType'])(_0x12a4b5['unit'][_0x157225(0x275)])};}catch{return;}}function ai(_0x3f7a85){const _0x5a88c1=_0x566a84;var _0x102b04,_0x586d3f;let _0x460231=((_0x102b04=_0x3f7a85[_0x5a88c1(0x4fa)])==null?void 0x0:_0x102b04[_0x5a88c1(0x88b)])||void 0x0;if(_0x460231&&typeof _0x460231==_0x5a88c1(0x3e8)&&_0x460231[_0x5a88c1(0x605)])return _0x460231[_0x5a88c1(0x605)];let _0x47e4ee=((_0x586d3f=_0x3f7a85[_0x5a88c1(0x4fa)])==null?void 0x0:_0x586d3f[_0x5a88c1(0x828)])||void 0x0;return _0x47e4ee&&typeof _0x47e4ee=='object'&&_0x47e4ee['enabled']?'tab-peer':void 0x0;}function oi(_0x243874,_0x963ce5=0x1,_0x3ae62a=0x1){const _0x1ce037=_0x566a84;let _0x53034a=_0x243874[_0x1ce037(0x35b)]/(Math['abs'](_0x963ce5)||0x1),_0x199429=_0x243874[_0x1ce037(0x725)]/(Math[_0x1ce037(0x886)](_0x3ae62a)||0x1);if(_0x243874[_0x1ce037(0x359)])_0x53034a=(_0x243874[_0x1ce037(0x725)]||_0x243874['deltaX'])*0x3/(Math['abs'](_0x963ce5)||0x1),_0x199429=0x0;else{let _0x3f7100=Math[_0x1ce037(0x886)](_0x53034a),_0x5564a7=Math['abs'](_0x199429);_0x5564a7>=_0x3f7100*0x2?_0x53034a=0x0:_0x3f7100>=_0x5564a7*0x2&&(_0x199429=0x0);}return{'offsetX':_0x53034a,'offsetY':_0x199429};}function si(_0x48c4f2,_0x11a3b3,_0xb185d4){const _0x55c7a4=_0x566a84;if(!_0x11a3b3)return!0x1;let {offsetX:_0x482759,offsetY:_0x300634}=ci(_0x48c4f2,_0x11a3b3,_0xb185d4);if(!_0x482759&&!_0x300634)return!0x1;let _0x4b9717=_0x11a3b3[_0x55c7a4(0x45f)]??0x0,_0x15e424=_0x11a3b3['viewportScrollY']??0x0;if(_0x48c4f2[_0x55c7a4(0x5a7)]===_0x55c7a4(0x614)&&_0x11a3b3[_0x55c7a4(0x454)]&&(_0x48c4f2['viewportScrollX']!=null||_0x48c4f2[_0x55c7a4(0x28e)]!=null))_0x11a3b3['scrollToViewportPos']({'viewportScrollX':_0x48c4f2[_0x55c7a4(0x45f)]??_0x4b9717,'viewportScrollY':_0x48c4f2[_0x55c7a4(0x28e)]??_0x15e424});else{if(_0x11a3b3[_0x55c7a4(0x5eb)])_0x11a3b3[_0x55c7a4(0x5eb)]({'viewportScrollX':_0x482759,'viewportScrollY':_0x300634});else return!0x1;}let _0x3594da=(_0x11a3b3[_0x55c7a4(0x45f)]??0x0)!==_0x4b9717||(_0x11a3b3[_0x55c7a4(0x28e)]??0x0)!==_0x15e424;if(_0x3594da){var _0x30aed9;_0xb185d4==null||(_0x30aed9=_0xb185d4[_0x55c7a4(0x400)])==null||_0x30aed9[_0x55c7a4(0x743)](_0xb185d4,!0x0);}return _0x3594da;}function ci(_0x12e576,_0x1b1264,_0x2fabe3){const _0x3d535d=_0x566a84;return _0x12e576[_0x3d535d(0x5a7)]===_0x3d535d(0x614)&&(_0x12e576[_0x3d535d(0x45f)]!=null||_0x12e576[_0x3d535d(0x28e)]!=null)?{'offsetX':(_0x12e576[_0x3d535d(0x45f)]??_0x1b1264['viewportScrollX']??0x0)-(_0x1b1264[_0x3d535d(0x45f)]??0x0),'offsetY':(_0x12e576[_0x3d535d(0x28e)]??_0x1b1264[_0x3d535d(0x28e)]??0x0)-(_0x1b1264[_0x3d535d(0x28e)]??0x0)}:oi(_0x12e576[_0x3d535d(0x376)],_0x2fabe3==null?void 0x0:_0x2fabe3['scaleX'],_0x2fabe3==null?void 0x0:_0x2fabe3[_0x3d535d(0x765)]);}function li(_0x527a90){const _0x453799=_0x566a84;return _0x527a90+f[_0x453799(0x235)][_0x453799(0x5ac)];}function ui(_0x101f2d){const _0x2ca930=_0x566a84;return _0x101f2d['contentHeight']+_0x101f2d[_0x2ca930(0x3f1)];}function di(_0xeb3664){const _0x2f3d0c=_0x566a84;var _0x58f401;let {data:_0x3c8dfd,customBlockRenderViewport:_0x2364a5}=_0xeb3664,_0x274665=(0x0,a[_0x2f3d0c(0x5dd)])(n[_0x2f3d0c(0x423)]),_0x454f44=(0x0,a[_0x2f3d0c(0x5dd)])(n[_0x2f3d0c(0x64e)]),_0x2e5605=(0x0,a[_0x2f3d0c(0x5dd)])(f[_0x2f3d0c(0x74f)]),_0x2311cf=sr(_0x3c8dfd),_0x34b8f0=_0x2311cf==null?void 0x0:_0x2311cf[_0x2f3d0c(0x1ee)],_0x5433f2=_0x34b8f0??((_0x58f401=_0x454f44[_0x2f3d0c(0x575)](n[_0x2f3d0c(0x52f)][_0x2f3d0c(0x632)]))==null?void 0x0:_0x58f401[_0x2f3d0c(0x6b5)]()),_0x32865a=(0x0,c[_0x2f3d0c(0x4b5)])(null),[_0x4d4e54,_0x128c82]=(0x0,c['useState'])(()=>(0x0,r[_0x2f3d0c(0x653)])()),_0x51bef8=(0x0,d[_0x2f3d0c(0x81d)])(_0x2311cf==null?void 0x0:_0x2311cf['childType']),_0x243097=_0x2364a5==null?void 0x0:_0x2364a5['bleedLeft'],_0x2cfe44=_0x2364a5==null?void 0x0:_0x2364a5[_0x2f3d0c(0x361)],_0x3e7064=_0x2364a5==null?void 0x0:_0x2364a5[_0x2f3d0c(0x7c7)],_0x4c3707=fi(_0x2364a5==null?void 0x0:_0x2364a5[_0x2f3d0c(0x827)]);(0x0,c[_0x2f3d0c(0x5e7)])(()=>{if(!_0x34b8f0)return;let _0x45d35a=[],_0x58352c=()=>{const _0x33bfb3=_0x75bf;let _0x5cf17f=_0x454f44['getUnit'](_0x34b8f0,n[_0x33bfb3(0x52f)][_0x33bfb3(0x632)]),_0x448a15=_0x5cf17f==null?void 0x0:_0x5cf17f['zoomRatio'];typeof _0x448a15==_0x33bfb3(0x78e)&&_0x274665[_0x33bfb3(0x211)](r[_0x33bfb3(0x430)]['id'],{'unitId':_0x34b8f0,'zoomRatio':_0x448a15});},_0x43f3bd=_0x8a01ee=>{let _0x416ff5=requestAnimationFrame(_0x8a01ee);_0x45d35a['push'](()=>cancelAnimationFrame(_0x416ff5));},_0x39da64=_0x5553a5=>{let _0x394f92=setTimeout(_0x58352c,_0x5553a5);_0x45d35a['push'](()=>clearTimeout(_0x394f92));};return _0x58352c(),_0x43f3bd(_0x58352c),_0x43f3bd(()=>_0x43f3bd(_0x58352c)),_0x39da64(0x78),_0x39da64(0x1f4),()=>{_0x45d35a['forEach'](_0x51df36=>_0x51df36());};},[_0x274665,_0x34b8f0,_0x454f44]),(0x0,c[_0x2f3d0c(0x838)])(()=>{const _0x47322b=_0x2f3d0c;let _0x178252=_0x32865a[_0x47322b(0x731)];if(!_0x178252||!_0x51bef8||typeof window>'u')return;let _0x375ad5,_0x371b9d=()=>{const _0x406f5c=_0x47322b;_0x375ad5=void 0x0;let _0x1c23c1=_0x178252['getBoundingClientRect'](),_0x23affc=gi(_0x3e7064,()=>vi(_0x178252,_0x1c23c1[_0x406f5c(0x5d6)]/_0x4c3707)),_0x492b90=(0x0,r['resolveDocsTableLikeCustomBlockBleedViewport'])(_0x178252,_0x23affc,{'authoritativeContentWidth':Number[_0x406f5c(0x7b5)](_0x3e7064)&&(_0x3e7064??0x0)>0x0,'bleedLeft':_0x243097,'bleedWidth':_0x2cfe44,'viewScale':_0x4c3707});_0x128c82(_0x33bbbd=>Math[_0x406f5c(0x886)](_0x33bbbd[_0x406f5c(0x7bc)]-_0x492b90[_0x406f5c(0x7bc)])<0.5&&Math[_0x406f5c(0x886)](_0x33bbbd['bleedRight']-_0x492b90[_0x406f5c(0x407)])<0.5&&Math['abs'](_0x33bbbd[_0x406f5c(0x361)]-_0x492b90[_0x406f5c(0x361)])<0.5&&Math[_0x406f5c(0x886)](_0x33bbbd[_0x406f5c(0x7c7)]-_0x492b90[_0x406f5c(0x7c7)])<0.5&&Math[_0x406f5c(0x886)](_0x33bbbd[_0x406f5c(0x5a5)]-_0x492b90[_0x406f5c(0x5a5)])<0.5?_0x33bbbd:_0x492b90);},_0x490c96=()=>{const _0x55261c=_0x47322b;_0x375ad5??=window[_0x55261c(0x4cf)](_0x371b9d);},_0x195933=_0x478302=>{const _0x2545dc=_0x47322b;_i(_0x178252,_0x478302[_0x2545dc(0x394)])&&_0x490c96();};_0x371b9d();let _0x4e22ef=new ResizeObserver(_0x490c96);return _0x4e22ef['observe'](_0x178252),window['addEventListener'](_0x47322b(0x31b),_0x490c96),window[_0x47322b(0x51c)](_0x47322b(0x563),_0x195933,!0x0),()=>{const _0x5ef10d=_0x47322b;_0x375ad5!=null&&window[_0x5ef10d(0x28b)](_0x375ad5),_0x4e22ef[_0x5ef10d(0x832)](),window[_0x5ef10d(0x604)]('resize',_0x490c96),window[_0x5ef10d(0x604)]('scroll',_0x195933,!0x0);};},[_0x243097,_0x2cfe44,_0x3e7064,_0x51bef8,_0x4c3707]);let _0x13e6fb=_0x51bef8?mi(_0x2364a5==null?void 0x0:_0x2364a5[_0x2f3d0c(0x7ab)]):(0x0,r['resolveDocsTableLikeCustomBlockContentHeight'])(_0x2364a5==null?void 0x0:_0x2364a5[_0x2f3d0c(0x7ab)],0x1),_0x841da7=_0x51bef8?0x34:0x0,_0x2e1485=hi({'contentHeight':_0x13e6fb,'viewportHeight':_0x2364a5==null?void 0x0:_0x2364a5[_0x2f3d0c(0x405)]}),_0x4c43d6=ui({'contentHeight':_0x13e6fb,'floatingMenuInsetTop':_0x841da7}),_0x5098b9=_0x51bef8?{'height':_0x4c43d6*_0x4c3707,'minHeight':_0x4c43d6*_0x4c3707}:void 0x0,_0xec5ec7=(0x0,c[_0x2f3d0c(0x75d)])((_0x57b2a8,_0x51b220)=>{const _0x1d2df5=_0x2f3d0c;var _0x23dc2b;let _0x414f29=(_0x23dc2b=_0x2e5605[_0x1d2df5(0x5d5)](_0x51b220[_0x1d2df5(0x1ee)]))==null?void 0x0:_0x23dc2b[_0x1d2df5(0x5c2)];return si({..._0x51b220,'event':_0x57b2a8,'source':_0x1d2df5(0x83b),'stage':_0x1d2df5(0x4de)},_0x414f29==null?void 0x0:_0x414f29['getViewport'](r[_0x1d2df5(0x2f3)][_0x1d2df5(0x372)]),_0x414f29);},[_0x2e5605]),_0x319ec5=(0x0,c['useCallback'])(_0x420b19=>{pi(_0x2e5605,_0x5433f2,_0x420b19);},[_0x2e5605,_0x5433f2]);return(0x0,u[_0x2f3d0c(0x353)])(_0x2f3d0c(0x694),{'ref':_0x32865a,'className':_0x2f3d0c(0x6cd),'data-u-comp':_0x2f3d0c(0x6d8),'data-embed-docs-custom-block':_0x2f3d0c(0x856),'data-embed-docs-custom-block-child-type':(_0x2311cf==null?void 0x0:_0x2311cf[_0x2f3d0c(0x4af)])==null?void 0x0:String(_0x2311cf[_0x2f3d0c(0x4af)]),'data-embed-docs-custom-block-sheet-like':_0x51bef8?_0x2f3d0c(0x856):void 0x0,'style':_0x5098b9,'children':(0x0,u[_0x2f3d0c(0x353)])(ri,{..._0xeb3664,'docsCustomBlockLayout':_0x51bef8?{'bleedLeft':_0x4d4e54[_0x2f3d0c(0x7bc)],'bleedWidth':_0x4d4e54[_0x2f3d0c(0x361)],'contentHeight':_0x13e6fb,'contentWidth':_0x4d4e54[_0x2f3d0c(0x7c7)],'floatingMenuInsetTop':_0x841da7,'pageContentWidth':(_0x2364a5==null?void 0x0:_0x2364a5[_0x2f3d0c(0x24a)])??_0x4d4e54[_0x2f3d0c(0x7c7)],'sheetLike':!0x0,'viewScale':_0x4c3707,'viewportHeight':_0x2e1485}:{'floatingMenuInsetTop':_0x841da7,'sheetLike':!0x1},'interactionFlow':_0x2f3d0c(0x66f),'onHostWheel':_0x51bef8?_0xec5ec7:void 0x0,'onRuntimeStageEnter':_0x319ec5,'syncHostVerticalScroll':_0x51bef8})});}function fi(_0x4f4d7f){const _0x2918cd=_0x566a84;return typeof _0x4f4d7f==_0x2918cd(0x78e)&&Number[_0x2918cd(0x7b5)](_0x4f4d7f)&&_0x4f4d7f>0x0?_0x4f4d7f:0x1;}function pi(_0x3d48eb,_0x574b7a,_0xc38faa){const _0x11ee0f=_0x566a84;var _0x2636ec;_0xc38faa!==_0x11ee0f(0x4de)||!_0x574b7a||(_0x2636ec=_0x3d48eb[_0x11ee0f(0x5d5)](_0x574b7a))==null||(_0x2636ec=_0x2636ec[_0x11ee0f(0x3a1)](r['DocSelectionRenderService']))==null||_0x2636ec[_0x11ee0f(0x847)]();}function mi(_0x184d96){const _0x59f022=_0x566a84;return(0x0,r[_0x59f022(0x65a)])(_0x184d96,0x1e0);}function hi(_0x3c9ff5){const _0x563385=_0x566a84;return(0x0,r['resolveDocsTableLikeCustomBlockContentHeight'])(_0x3c9ff5[_0x563385(0x405)],_0x3c9ff5[_0x563385(0x7ab)]);}function gi(_0x55ae9c,_0x3658ef){return Number['isFinite'](_0x55ae9c)&&(_0x55ae9c??0x0)>0x0?_0x55ae9c:(0x0,r['resolveDocsTableLikeCustomBlockContentWidth'])(void 0x0,_0x3658ef());}function _i(_0x1b9c99,_0x510abf){const _0x16070c=_0x566a84;return!(_0x510abf instanceof Node&&_0x1b9c99[_0x16070c(0x456)](_0x510abf));}function vi(_0x46ca23,_0x159e18){const _0x27e7b2=_0x566a84;let _0x50c4a7=_0x46ca23[_0x27e7b2(0x68a)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x55d8d9=_0x46ca23['querySelector'](_0x27e7b2(0x278)),_0x16b5c0=[Math[_0x27e7b2(0x4fb)](0x1,_0x159e18)];return yi(_0x50c4a7,_0x16b5c0),yi(_0x55d8d9,_0x16b5c0),Math['max'](..._0x16b5c0['filter'](_0x37643b=>Number['isFinite'](_0x37643b)&&_0x37643b>0x0));}function yi(_0x37db65,_0x1c0c69){const _0x56b911=_0x566a84;if(_0x37db65){_0x1c0c69[_0x56b911(0x5bf)](_0x37db65[_0x56b911(0x50a)],_0x37db65['offsetWidth'],_0x37db65[_0x56b911(0x71f)]()[_0x56b911(0x5d6)]);for(let _0x2142c2 of Array[_0x56b911(0x3bd)](_0x37db65[_0x56b911(0x49e)])){if(!(_0x2142c2 instanceof HTMLElement))continue;let _0x3b90e3=_0x2142c2['getBoundingClientRect'](),_0x4d44b4=_0x37db65[_0x56b911(0x71f)]();_0x1c0c69[_0x56b911(0x5bf)](_0x2142c2[_0x56b911(0x50a)],_0x2142c2[_0x56b911(0x33e)],_0x3b90e3[_0x56b911(0x7c4)]-_0x4d44b4['left']);}}}let bi=class extends n[_0x566a84(0x7b8)]{constructor(_0x228ee6){const _0xf0e53f=_0x566a84;super(),this['_componentManager']=_0x228ee6,this[_0xf0e53f(0x752)]();}[_0x566a84(0x752)](){const _0x1bc310=_0x566a84;this[_0x1bc310(0x884)](this[_0x1bc310(0x80d)]['register'](d[_0x1bc310(0x63c)],di)),this[_0x1bc310(0x884)](this[_0x1bc310(0x80d)][_0x1bc310(0x371)](e[_0x1bc310(0x2f5)],ri));}};bi=X([Y(0x0,(0x0,n['Inject'])(a['ComponentManager']))],bi);let xi=class{constructor(_0x3385c0,_0x4884a0){const _0x5ea9ff=_0x566a84;this[_0x5ea9ff(0x6a4)]=_0x3385c0,this[_0x5ea9ff(0x586)]=_0x4884a0,this['_passiveWheelHandlerRegistry'][_0x5ea9ff(0x371)]({'childType':n[_0x5ea9ff(0x52f)][_0x5ea9ff(0x632)],'handleWheel':_0x3a6082=>this['_injector'][_0x5ea9ff(0x44c)](p[_0x5ea9ff(0x3ee)])?this[_0x5ea9ff(0x6a4)]['get'](p['DocsTablePassiveWheelService'])[_0x5ea9ff(0x87d)]({'childUnitId':_0x3a6082[_0x5ea9ff(0x542)],'event':_0x3a6082['event'],'source':_0x3a6082[_0x5ea9ff(0x5a7)]}):!0x1,'order':0x64});}};xi=X([Y(0x0,(0x0,n[_0x566a84(0x240)])(n[_0x566a84(0x700)])),Y(0x1,(0x0,n[_0x566a84(0x240)])(or))],xi);const Si=[n[_0x566a84(0x52f)][_0x566a84(0x632)],n[_0x566a84(0x52f)][_0x566a84(0x4bf)],n[_0x566a84(0x52f)][_0x566a84(0x819)],n['UniverInstanceType'][_0x566a84(0x658)]];let Ci=class extends n['Disposable']{constructor(_0x4b95ed,_0x2a51f3){const _0x58ec49=_0x566a84;super(),this[_0x58ec49(0x5bb)]=_0x4b95ed,this['_anchorModelService']=_0x2a51f3,Si[_0x58ec49(0x2a5)](_0x2da911=>{const _0xbb6bb7=_0x58ec49;this['disposeWithMe'](this[_0xbb6bb7(0x5bb)]['getTypeOfUnitDisposed$'](_0x2da911)[_0xbb6bb7(0x43a)](_0x16259c=>{const _0x165cc5=_0xbb6bb7;this['_anchorModelService'][_0x165cc5(0x709)](_0x16259c[_0x165cc5(0x6b5)]());}));});}};Ci=X([Y(0x0,n[_0x566a84(0x64e)]),Y(0x1,(0x0,n['Inject'])(e[_0x566a84(0x3b4)]))],Ci);let wi=class extends n[_0x566a84(0x7b8)]{constructor(_0x2eeabf,_0x8ebcbc,_0x2082f5,_0x2635ca){const _0x2d2819=_0x566a84;super(),this[_0x2d2819(0x4ee)]=_0x2eeabf,this[_0x2d2819(0x86e)]=_0x8ebcbc,this[_0x2d2819(0x6e4)]=_0x2082f5,this[_0x2d2819(0x6a4)]=_0x2635ca,H(this,_0x2d2819(0x566),null),H(this,_0x2d2819(0x63d),null),this[_0x2d2819(0x884)]((0x0,n['toDisposable'])(this[_0x2d2819(0x4ee)][_0x2d2819(0x6e7)][_0x2d2819(0x43a)](_0x402d97=>{const _0x39c758=_0x2d2819;var _0x430465,_0x1e4975;if(!_0x402d97){this[_0x39c758(0x566)]?(this[_0x39c758(0x566)][_0x39c758(0x3b5)](),this[_0x39c758(0x566)]=null):this[_0x39c758(0x6e4)][_0x39c758(0x525)](),this[_0x39c758(0x63d)]=null;return;}if(Ti(this[_0x39c758(0x63d)],_0x402d97))return;(_0x430465=this[_0x39c758(0x566)])==null||_0x430465[_0x39c758(0x3b5)](),this[_0x39c758(0x566)]=null,this['_currentOverride']=null;let _0x1e6370=this[_0x39c758(0x86e)][_0x39c758(0x230)](_0x402d97[_0x39c758(0x4af)]),_0x38006a=_0x1e6370==null||(_0x1e4975=_0x1e6370[_0x39c758(0x2d7)])==null?void 0x0:_0x1e4975[_0x39c758(0x743)](_0x1e6370,{'childType':_0x402d97[_0x39c758(0x4af)],'childUnitId':_0x402d97['childUnitId'],'injector':this[_0x39c758(0x6a4)],'embedId':_0x402d97['embedId'],'hostUnitId':_0x402d97[_0x39c758(0x1ee)],'entry':_0x402d97['entry']});if(!_0x38006a){this[_0x39c758(0x6e4)][_0x39c758(0x525)]();return;}this['_ribbonOverrideService'][_0x39c758(0x207)]({'id':_0x402d97['embedId'],'ribbonService':_0x38006a[_0x39c758(0x4a8)],'injector':_0x38006a[_0x39c758(0x656)],'portalContainer':_0x38006a[_0x39c758(0x233)]??_0x402d97[_0x39c758(0x233)],'placeholderTitle':_0x38006a['placeholderTitle'],'hideToolbar':_0x38006a[_0x39c758(0x3a2)]}),this['_currentOverride']=_0x402d97,this[_0x39c758(0x566)]=(0x0,n[_0x39c758(0x87f)])(()=>{const _0x232116=_0x39c758;var _0x591470;this[_0x232116(0x6e4)][_0x232116(0x525)](_0x402d97[_0x232116(0x61a)]),(_0x591470=_0x38006a[_0x232116(0x564)])==null||_0x591470[_0x232116(0x3b5)](),this[_0x232116(0x63d)]=null;});})));}['dispose'](){const _0x23c64c=_0x566a84;var _0xea8176;(_0xea8176=this[_0x23c64c(0x566)])==null||_0xea8176[_0x23c64c(0x3b5)](),this[_0x23c64c(0x566)]=null,this[_0x23c64c(0x63d)]=null,super[_0x23c64c(0x3b5)]();}};wi=X([Y(0x0,(0x0,n['Inject'])(ae)),Y(0x1,(0x0,n[_0x566a84(0x240)])(U)),Y(0x2,(0x0,n[_0x566a84(0x240)])(a[_0x566a84(0x6c3)])),Y(0x3,(0x0,n[_0x566a84(0x240)])(n[_0x566a84(0x700)]))],wi);function Ti(_0x40f08e,_0xe907f2){const _0x1d50d8=_0x566a84;return _0x40f08e!=null&&_0x40f08e[_0x1d50d8(0x1ee)]===_0xe907f2[_0x1d50d8(0x1ee)]&&_0x40f08e[_0x1d50d8(0x61a)]===_0xe907f2[_0x1d50d8(0x61a)]&&_0x40f08e[_0x1d50d8(0x542)]===_0xe907f2[_0x1d50d8(0x542)]&&_0x40f08e[_0x1d50d8(0x4af)]===_0xe907f2[_0x1d50d8(0x4af)]&&_0x40f08e[_0x1d50d8(0x754)]===_0xe907f2[_0x1d50d8(0x754)]&&_0x40f08e[_0x1d50d8(0x528)]===_0xe907f2[_0x1d50d8(0x528)]&&_0x40f08e[_0x1d50d8(0x233)]===_0xe907f2[_0x1d50d8(0x233)]&&_0x40f08e['hideHostFxBar']===_0xe907f2[_0x1d50d8(0x735)]&&_0x40f08e[_0x1d50d8(0x2a2)]===_0xe907f2['lockHostRibbon'];}function Ei(_0x4db811){const _0x53962e=_0x566a84;let _0x16b9d0=[];return[[n[_0x53962e(0x52f)]['UNIVER_DOC'],_0x53962e(0x486)],[n[_0x53962e(0x52f)][_0x53962e(0x4bf)],_0x53962e(0x77b)],[n[_0x53962e(0x52f)][_0x53962e(0x658)],_0x53962e(0x35f)],[n[_0x53962e(0x52f)][_0x53962e(0x819)],_0x53962e(0x84c)]]['forEach'](([_0x5e5dbc,_0x35f850])=>{let _0x301473=Vt(_0x4db811,{'childType':_0x5e5dbc,'id':_0x35f850});_0x301473&&_0x16b9d0['push'](_0x301473);}),_0x16b9d0;}var Di=class extends n[_0x566a84(0x7b8)]{constructor(..._0x84f731){const _0xa6d757=_0x566a84;super(..._0x84f731),H(this,_0xa6d757(0x2d2),new Map()),H(this,_0xa6d757(0x3ed),new l[(_0xa6d757(0x463))]()),H(this,_0xa6d757(0x860),this['_contentSizeChanged$'][_0xa6d757(0x2d6)]());}[_0x566a84(0x371)](_0x27303b){const _0x48a4b8=_0x566a84;return this[_0x48a4b8(0x2d2)]['set'](_0x27303b[_0x48a4b8(0x4af)],_0x27303b),(0x0,n['toDisposable'])(()=>{const _0x3636a2=_0x48a4b8;this[_0x3636a2(0x2d2)][_0x3636a2(0x230)](_0x27303b[_0x3636a2(0x4af)])===_0x27303b&&this['_providers'][_0x3636a2(0x304)](_0x27303b['childType']);});}[_0x566a84(0x230)](_0x396df7){const _0x59c002=_0x566a84;return this[_0x59c002(0x2d2)]['get'](_0x396df7);}[_0x566a84(0x62a)](){const _0x303e00=_0x566a84;return[...this[_0x303e00(0x2d2)][_0x303e00(0x2cb)]()];}[_0x566a84(0x626)](_0x26e32c){const _0x1d14b1=_0x566a84;var _0x1f5622;return(_0x1f5622=this[_0x1d14b1(0x230)](_0x26e32c[_0x1d14b1(0x4af)]))==null?void 0x0:_0x1f5622[_0x1d14b1(0x626)](_0x26e32c);}[_0x566a84(0x6fa)](_0x3eb60f,_0x78c61e){const _0x3913e9=_0x566a84;this[_0x3913e9(0x3ed)][_0x3913e9(0x880)]({'embedId':_0x78c61e,'hostUnitId':_0x3eb60f});}[_0x566a84(0x3b5)](){const _0x231fbd=_0x566a84;this['_providers'][_0x231fbd(0x525)](),this[_0x231fbd(0x3ed)]['complete'](),super[_0x231fbd(0x3b5)]();}};function Oi(_0x15b91a,_0x1de210,_0x4a6a05=ji(_0x15b91a),_0x2aa883={}){const _0x51fca1=_0x566a84;var _0x402ceb,_0x2c5f0e;let _0x120637=_0x15b91a[_0x51fca1(0x656)][_0x51fca1(0x230)](_0x1de210),_0x3c43cf=_0x2aa883[_0x51fca1(0x863)]??(_0x2aa883['scopedRenderInjector']===!0x1?void 0x0:((_0x402ceb=_0x15b91a[_0x51fca1(0x343)])==null?void 0x0:_0x402ceb[_0x51fca1(0x656)])??ki(_0x15b91a)),_0x5c7300=!_0x2aa883['scopedInjector']&&_0x3c43cf!==((_0x2c5f0e=_0x15b91a[_0x51fca1(0x343)])==null?void 0x0:_0x2c5f0e[_0x51fca1(0x656)]),_0x2487ce=Pi(_0x120637,_0x15b91a[_0x51fca1(0x542)],_0x3c43cf);if(!_0x2487ce){_0x5c7300&&(_0x3c43cf==null||_0x3c43cf[_0x51fca1(0x3b5)]());return;}_0x4a6a05['dataset'][_0x51fca1(0x4cd)]=_0x15b91a[_0x51fca1(0x542)],_0x4a6a05['dataset'][_0x51fca1(0x2e7)]=_0x15b91a['renderScope'][_0x51fca1(0x5cd)];try{var _0x396738,_0x3f7ae1;(_0x396738=(_0x3f7ae1=_0x2487ce[_0x51fca1(0x262)])['unmount'])==null||_0x396738[_0x51fca1(0x743)](_0x3f7ae1);}catch{}_0x2487ce[_0x51fca1(0x262)][_0x51fca1(0x78d)](_0x4a6a05),Mi(_0x2487ce,_0x4a6a05),Ii(_0x2487ce,{'activate':_0x2aa883[_0x51fca1(0x207)]??!0x0});let _0x17bdd1=Ai(_0x2487ce,_0x4a6a05,{'activate':!0x1});return(0x0,n[_0x51fca1(0x87f)])(()=>{const _0x38f531=_0x51fca1;var _0x299a21;_0x17bdd1[_0x38f531(0x3b5)]();try{var _0x575120,_0x2dd6ff;(_0x575120=(_0x2dd6ff=_0x2487ce['engine'])[_0x38f531(0x6e8)])==null||_0x575120['call'](_0x2dd6ff);}catch{}(_0x299a21=_0x120637[_0x38f531(0x257)])==null||_0x299a21[_0x38f531(0x743)](_0x120637,_0x15b91a['childUnitId']),_0x4a6a05[_0x38f531(0x7b0)](_0x38f531(0x36a)),_0x4a6a05[_0x38f531(0x7b0)](_0x38f531(0x458)),_0x5c7300&&(_0x3c43cf==null||_0x3c43cf[_0x38f531(0x3b5)]());});}function ki(_0x55466f){const _0x4fe11d=_0x566a84;if(typeof _0x55466f[_0x4fe11d(0x656)][_0x4fe11d(0x44c)]==_0x4fe11d(0x833)&&!(!_0x55466f['injector'][_0x4fe11d(0x44c)](n[_0x4fe11d(0x64e)])||!_0x55466f['injector'][_0x4fe11d(0x44c)](n[_0x4fe11d(0x423)])))return ue(_0x55466f);}function Ai(_0x7bfb71,_0x3b17fd,_0x4853ba={}){const _0x3bfa5d=_0x566a84;if(typeof ResizeObserver>'u')return(0x0,n['toDisposable'])(()=>{});let _0x2e4a31=-0x1,_0xe01cb8=-0x1,_0xed6949=0x0,_0xb949de=new ResizeObserver(_0x594770=>{const _0x4a742f=_0x75bf;var _0x266988;let _0x409dc3=(_0x266988=_0x594770[0x0])==null?void 0x0:_0x266988[_0x4a742f(0x34f)],_0x17623f=(_0x409dc3==null?void 0x0:_0x409dc3[_0x4a742f(0x5d6)])??_0x3b17fd[_0x4a742f(0x830)],_0x24e578=(_0x409dc3==null?void 0x0:_0x409dc3[_0x4a742f(0x4da)])??_0x3b17fd[_0x4a742f(0x7f2)];(_0x17623f!==_0x2e4a31||_0x24e578!==_0xe01cb8)&&(_0x2e4a31=_0x17623f,_0xe01cb8=_0x24e578,_0xed6949&&window[_0x4a742f(0x28b)](_0xed6949),_0xed6949=window['requestAnimationFrame'](()=>{const _0x420e33=_0x4a742f;_0xed6949=0x0,Ii(_0x7bfb71,{'activate':_0x4853ba[_0x420e33(0x207)]??!0x1});}));});return _0xb949de[_0x3bfa5d(0x422)](_0x3b17fd),(0x0,n['toDisposable'])(()=>{const _0xca0355=_0x3bfa5d;_0xed6949&&window[_0xca0355(0x28b)](_0xed6949),_0xb949de['disconnect']();});}function ji(_0x496cf9){const _0x576dae=_0x566a84;return _0x496cf9[_0x576dae(0x343)][_0x576dae(0x4e7)][_0x576dae(0x6af)]??_0x496cf9[_0x576dae(0x7ce)]['canvasRoot']??_0x496cf9[_0x576dae(0x7ce)][_0x576dae(0x2d3)]??_0x496cf9['renderScope'][_0x576dae(0x6e5)];}function Mi(_0x47fe78,_0x578b77){const _0x55992b=_0x566a84;var _0x5d9b91,_0x3ebd5c,_0x5df2d4,_0x4a282b,_0x4cd480;let _0x15cff5=((_0x5d9b91=(_0x3ebd5c=_0x47fe78['engine'])[_0x55992b(0x7a4)])==null?void 0x0:_0x5d9b91['call'](_0x3ebd5c))??((_0x5df2d4=(_0x4a282b=_0x47fe78[_0x55992b(0x262)])[_0x55992b(0x7eb)])==null||(_0x5df2d4=_0x5df2d4[_0x55992b(0x743)](_0x4a282b))==null||(_0x4cd480=_0x5df2d4[_0x55992b(0x51b)])==null?void 0x0:_0x4cd480[_0x55992b(0x743)](_0x5df2d4));!_0x15cff5||_0x15cff5[_0x55992b(0x7d7)]===_0x578b77||_0x578b77[_0x55992b(0x1e6)](_0x15cff5);}function Ni(_0x512b33,_0x864c9,_0x1aadb6){const _0x3cd977=_0x566a84;try{let _0x1215f5=_0x512b33[_0x3cd977(0x5d5)](_0x864c9);if(_0x1215f5){var _0x4b7962;if(!_0x1aadb6||Fi(_0x1215f5)===_0x1aadb6)return _0x1215f5;(_0x4b7962=_0x512b33[_0x3cd977(0x257)])==null||_0x4b7962[_0x3cd977(0x743)](_0x512b33,_0x864c9);}return _0x512b33[_0x3cd977(0x5b3)](_0x864c9,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x1aadb6,'skipAutoRender':!0x0});}catch{return;}}function Pi(_0x2146dc,_0x10cb2f,_0x492c42){const _0x5bb7c9=_0x566a84;try{let _0x534af4=_0x2146dc['getRenderUnitById'](_0x10cb2f);if(_0x534af4){var _0x4bc09e;if(!_0x492c42||Fi(_0x534af4)===_0x492c42)return _0x534af4;(_0x4bc09e=_0x2146dc['removeRender'])==null||_0x4bc09e[_0x5bb7c9(0x743)](_0x2146dc,_0x10cb2f);}return _0x2146dc['createRender'](_0x10cb2f,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x492c42,'skipAutoRender':!0x0});}catch(_0x2ec7fe){var _0x298eab;(_0x298eab=_0x2146dc[_0x5bb7c9(0x257)])==null||_0x298eab[_0x5bb7c9(0x743)](_0x2146dc,_0x10cb2f),console[_0x5bb7c9(0x857)](_0x5bb7c9(0x72b),_0x2ec7fe);return;}}function Fi(_0x54cf4a){const _0x2c838e=_0x566a84;try{var _0x534fbb;return(_0x534fbb=_0x54cf4a['with'])==null?void 0x0:_0x534fbb[_0x2c838e(0x743)](_0x54cf4a,n[_0x2c838e(0x700)]);}catch{return;}}function Ii(_0x4e11ea,_0x5ec4c8={}){const _0x5799cf=_0x566a84;var _0x495aa8,_0x28a6cf,_0x415fde,_0x180131;if(_0x5ec4c8[_0x5799cf(0x207)]){var _0x56e1a0;(_0x56e1a0=_0x4e11ea[_0x5799cf(0x207)])==null||_0x56e1a0[_0x5799cf(0x743)](_0x4e11ea);}_0x4e11ea[_0x5799cf(0x262)][_0x5799cf(0x31b)](),_0x4e11ea['components']['forEach'](_0x503c27=>{const _0x224cfa=_0x5799cf;var _0x23db8d,_0x4b4a17;(_0x23db8d=_0x503c27['makeForceDirty'])==null||_0x23db8d[_0x224cfa(0x743)](_0x503c27,!0x0),(_0x4b4a17=_0x503c27[_0x224cfa(0x400)])==null||_0x4b4a17['call'](_0x503c27,!0x0);}),(_0x495aa8=_0x4e11ea[_0x5799cf(0x555)])==null||(_0x28a6cf=_0x495aa8[_0x5799cf(0x400)])==null||_0x28a6cf['call'](_0x495aa8,!0x0),_0x4e11ea[_0x5799cf(0x5c2)][_0x5799cf(0x400)](),(_0x415fde=(_0x180131=_0x4e11ea[_0x5799cf(0x5c2)])['render'])==null||_0x415fde['call'](_0x180131);}function Li(_0x3b29f3,_0x6d920d){const _0x4fd600=_0x566a84;return{'childType':_0x6d920d['childType'],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x5d6b25=>Ri(_0x3b29f3,_0x6d920d[_0x4fd600(0x5b2)],_0x5d6b25)};}function Ri(_0x3f94cd,_0x5ae185,_0x29af8e){const _0x526422=_0x566a84;var _0x4a2d01,_0x1665e4;if(_0x29af8e[_0x526422(0x630)]){let _0x4626c7=it(_0x29af8e[_0x526422(0x630)]);if(_0x4626c7)return _0x4626c7;}if(typeof document>'u')return;let _0xe88c9f=document[_0x526422(0x77f)](_0x526422(0x694));_0xe88c9f['style']['position']=_0x526422(0x432),_0xe88c9f[_0x526422(0x29c)][_0x526422(0x1f8)]=_0x526422(0x38a),_0xe88c9f['style'][_0x526422(0x437)]=_0x526422(0x38a),_0xe88c9f[_0x526422(0x29c)][_0x526422(0x5d6)]=Math['max'](0x1,Math[_0x526422(0x529)](_0x29af8e[_0x526422(0x5d6)]))+'px',_0xe88c9f[_0x526422(0x29c)][_0x526422(0x4da)]=Math[_0x526422(0x4fb)](0x1,Math[_0x526422(0x529)](_0x29af8e[_0x526422(0x4da)]))+'px',_0xe88c9f['style'][_0x526422(0x7b7)]=_0x526422(0x2db),document[_0x526422(0x2d0)][_0x526422(0x1e6)](_0xe88c9f);let _0x45fe7c=_0x3f94cd[_0x526422(0x230)](_0x5ae185),_0x38fdd0=(_0x4a2d01=_0x29af8e[_0x526422(0x630)])!=null&&(_0x4a2d01=_0x4a2d01[_0x526422(0x343)])!=null&&_0x4a2d01[_0x526422(0x656)]?void 0x0:ue(zi(_0x3f94cd,_0x29af8e,_0xe88c9f)),_0x54c5cb=((_0x1665e4=_0x29af8e['context'])==null||(_0x1665e4=_0x1665e4[_0x526422(0x343)])==null?void 0x0:_0x1665e4[_0x526422(0x656)])??_0x38fdd0,_0x135afd=Ni(_0x45fe7c,_0x29af8e[_0x526422(0x542)],_0x54c5cb);if(!_0x135afd){_0x38fdd0==null||_0x38fdd0[_0x526422(0x3b5)](),_0xe88c9f[_0x526422(0x30a)]();return;}try{var _0x5f4ba3,_0x512f72,_0x33338a,_0x537f9f,_0x309481;_0x135afd['engine'][_0x526422(0x78d)](_0xe88c9f),Ii(_0x135afd,{'activate':!0x1});let _0x4fe2ee=((_0x5f4ba3=(_0x512f72=_0x135afd[_0x526422(0x262)])[_0x526422(0x7a4)])==null?void 0x0:_0x5f4ba3[_0x526422(0x743)](_0x512f72))??((_0x33338a=(_0x537f9f=_0x135afd[_0x526422(0x262)])[_0x526422(0x7eb)])==null||(_0x33338a=_0x33338a[_0x526422(0x743)](_0x537f9f))==null||(_0x309481=_0x33338a['getCanvasEle'])==null?void 0x0:_0x309481[_0x526422(0x743)](_0x33338a));return!_0x4fe2ee||_0x4fe2ee[_0x526422(0x5d6)]<=0x1||_0x4fe2ee[_0x526422(0x4da)]<=0x1||typeof _0x4fe2ee[_0x526422(0x45d)]!=_0x526422(0x833)?void 0x0:_0x4fe2ee[_0x526422(0x45d)](_0x526422(0x87c));}catch{return;}finally{try{var _0x442a15,_0x3620df;(_0x442a15=(_0x3620df=_0x135afd[_0x526422(0x262)])[_0x526422(0x6e8)])==null||_0x442a15[_0x526422(0x743)](_0x3620df);}catch{}if(_0x38fdd0){var _0x1014e5;(_0x1014e5=_0x45fe7c[_0x526422(0x257)])==null||_0x1014e5[_0x526422(0x743)](_0x45fe7c,_0x29af8e[_0x526422(0x542)]),_0x38fdd0[_0x526422(0x3b5)]();}_0xe88c9f[_0x526422(0x30a)]();}}function zi(_0x59d1dd,_0x4478f6,_0x5c6c73){const _0x497df3=_0x566a84;let _0x3747e0=Bi(_0x4478f6),_0x10ecd7=()=>{};return{'descriptor':_0x4478f6[_0x497df3(0x75a)],'layout':_0x3747e0,'injector':_0x59d1dd,'hostElement':_0x5c6c73,'container':_0x5c6c73,'hostUnitId':_0x4478f6[_0x497df3(0x75a)][_0x497df3(0x1ee)],'embedId':_0x4478f6['descriptor']['embedId'],'childUnitId':_0x4478f6[_0x497df3(0x542)],'childType':_0x4478f6[_0x497df3(0x4af)],'renderScope':{'hostUnitId':_0x4478f6[_0x497df3(0x75a)][_0x497df3(0x1ee)],'hostAnchorId':_0x4478f6[_0x497df3(0x75a)][_0x497df3(0x7c9)],'embedId':_0x4478f6[_0x497df3(0x75a)]['embedId'],'childUnitId':_0x4478f6[_0x497df3(0x542)],'childType':_0x4478f6['childType'],'layout':_0x3747e0,'mode':_0x497df3(0x465),'rootElement':_0x5c6c73,'contentRoot':_0x5c6c73,'canvasRoot':_0x5c6c73,'active$':(0x0,l['of'])(!0x1)},'runtimeScope':{'descriptor':_0x4478f6[_0x497df3(0x75a)],'host':{'unitId':_0x4478f6[_0x497df3(0x75a)][_0x497df3(0x1ee)],'type':_0x4478f6[_0x497df3(0x75a)]['hostType'],'anchorId':_0x4478f6[_0x497df3(0x75a)][_0x497df3(0x7c9)],'entry':_0x4478f6[_0x497df3(0x75a)][_0x497df3(0x754)],'layout':_0x497df3(0x465)},'child':{'unitId':_0x4478f6[_0x497df3(0x542)],'type':_0x4478f6[_0x497df3(0x4af)]},'injector':_0x59d1dd,'roots':{'root':_0x5c6c73,'content':_0x5c6c73,'canvas':_0x5c6c73,'overlay':_0x5c6c73,'popup':_0x5c6c73},'activate':_0x10ecd7,'deactivate':_0x10ecd7,'dispose':_0x10ecd7}};}function Bi(_0x55aa60){const _0xe292b3=_0x566a84;var _0x52282f,_0x474130;let _0xad0110=(_0x52282f=_0x55aa60[_0xe292b3(0x75a)][_0xe292b3(0x4fa)])==null?void 0x0:_0x52282f[_0xe292b3(0x88b)];return _0xad0110&&typeof _0xad0110==_0xe292b3(0x3e8)&&typeof _0xad0110[_0xe292b3(0x605)]==_0xe292b3(0x3b3)?_0xad0110[_0xe292b3(0x605)]:((_0x474130=_0x55aa60[_0xe292b3(0x630)])==null?void 0x0:_0x474130[_0xe292b3(0x605)])??'scroll-contained';}var Vi=class{constructor(){const _0x3d965a=_0x566a84;H(this,_0x3d965a(0x2d2),new Map());}['register'](_0x1a0359){const _0x32c332=_0x566a84;if(this['_providers'][_0x32c332(0x44c)](_0x1a0359[_0x32c332(0x4af)]))throw Error(_0x32c332(0x201)+_0x1a0359[_0x32c332(0x4af)]);this[_0x32c332(0x2d2)][_0x32c332(0x243)](_0x1a0359['childType'],_0x1a0359);}[_0x566a84(0x230)](_0x13bc33){const _0x589228=_0x566a84;return this[_0x589228(0x2d2)][_0x589228(0x230)](_0x13bc33);}[_0x566a84(0x62a)](){const _0x5aa0ed=_0x566a84;return[...this[_0x5aa0ed(0x2d2)][_0x5aa0ed(0x2cb)]()];}};const Hi=new WeakMap(),Ui=new WeakMap();function Wi(_0x523a67,_0x54ca9b,_0x16941d){const _0x5b77c6=_0x566a84;var _0x4018ee;if(qi(_0x523a67)){Ki(_0x523a67,_0x54ca9b,_0x16941d);return;}let _0x1e70f6=_0x523a67;if((_0x4018ee=Ui[_0x5b77c6(0x230)](_0x1e70f6))!=null&&_0x4018ee[_0x5b77c6(0x44c)](_0x54ca9b))return;let _0xf0f7cd=Hi[_0x5b77c6(0x230)](_0x1e70f6)??new Map();_0xf0f7cd[_0x5b77c6(0x243)](_0x54ca9b,_0x16941d),Hi['set'](_0x1e70f6,_0xf0f7cd);}function Gi(_0x1edd94){const _0xbf5fec=_0x566a84;if(!qi(_0x1edd94))return;let _0x6f0fbd=_0x1edd94,_0x299934=Hi[_0xbf5fec(0x230)](_0x6f0fbd);_0x299934!=null&&_0x299934[_0xbf5fec(0x861)]&&(_0x299934['forEach']((_0x2f1fc8,_0x4384a6)=>Ki(_0x1edd94,_0x4384a6,_0x2f1fc8)),Hi[_0xbf5fec(0x304)](_0x6f0fbd));}function Ki(_0x307be8,_0x4dc37e,_0x2a21bb){const _0x25cb5d=_0x566a84;let _0x31f8b7=_0x307be8,_0x14e047=Ui[_0x25cb5d(0x230)](_0x31f8b7)??new Set();_0x14e047[_0x25cb5d(0x44c)](_0x4dc37e)||(_0x2a21bb(_0x307be8),_0x14e047[_0x25cb5d(0x228)](_0x4dc37e),Ui[_0x25cb5d(0x243)](_0x31f8b7,_0x14e047));}function qi(_0xd10981){const _0x1c7526=_0x566a84;return _0xd10981[_0x1c7526(0x44c)](e[_0x1c7526(0x238)])&&_0xd10981['has'](tt)&&_0xd10981[_0x1c7526(0x44c)]($e)&&_0xd10981[_0x1c7526(0x44c)](U)&&_0xd10981['has'](Gt)&&_0xd10981[_0x1c7526(0x44c)](et)&&_0xd10981[_0x1c7526(0x44c)](Xn)&&_0xd10981[_0x1c7526(0x44c)](Di)&&_0xd10981['has'](ar)&&_0xd10981[_0x1c7526(0x44c)](Vi);}function Ji(_0x561a12){const _0x3570cf=_0x566a84;let {childType:_0x3e9c4d,productName:_0x1a2674}=_0x561a12;return{'childType':_0x3e9c4d,'productName':_0x1a2674,'hostChromeMode':_0x3570cf(0x530),'layoutPolicy':{'tab':e['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':e[_0x3570cf(0x281)],'docFlow':e[_0x3570cf(0x370)]},'createRibbonOverride':({childUnitId:_0x4fa63f,embedId:_0x1fe11a,injector:_0x158412})=>{const _0x446a0b=_0x3570cf;let _0x497703=St(_0x158412,{'childType':_0x3e9c4d,'childUnitId':_0x4fa63f,'embedId':_0x1fe11a,'menuSchema':Yi(_0x158412,_0x3e9c4d,_0x561a12[_0x446a0b(0x1db)])});return{'mode':_0x446a0b(0x530),'ribbonService':_0x497703['ribbonService'],'injector':_0x497703['injector'],'placeholderTitle':_0x1a2674,'disposable':_0x497703[_0x446a0b(0x564)]};}};}function Yi(_0x68d044,_0x36c435,_0x1439eb){const _0x3f6385=_0x566a84;let _0x326b1d=_0x68d044;if(typeof _0x326b1d[_0x3f6385(0x44c)]==_0x3f6385(0x833)&&typeof _0x326b1d[_0x3f6385(0x230)]==_0x3f6385(0x833)&&_0x326b1d[_0x3f6385(0x44c)](Gt)){let _0x59b6c0=_0x326b1d[_0x3f6385(0x230)](Gt)[_0x3f6385(0x431)](_0x36c435,_0x3f6385(0x530));if(_0x59b6c0)return _0x59b6c0;}return _0x1439eb;}function Xi(_0x167639){const _0x1dc8d1=_0x566a84;let _0x6f56c9=Zi(_0x167639);return{'childType':_0x167639['childType'],'productName':_0x167639[_0x1dc8d1(0x1f7)],'hostChromeMode':_0x6f56c9,'hostHeaderMode':_0x167639[_0x1dc8d1(0x428)]??_0x1dc8d1(0x2db),'layoutPolicy':{'tab':{...e[_0x1dc8d1(0x587)],'ribbon':_0x6f56c9===_0x1dc8d1(0x2db)?'hidden':_0x1dc8d1(0x4a4)},'float':e[_0x1dc8d1(0x281)],'docFlow':e[_0x1dc8d1(0x370)]},'createRibbonOverride':_0x6f56c9===_0x1dc8d1(0x57c)?()=>({'mode':'title-only','ribbonService':Qi(),'placeholderTitle':_0x167639[_0x1dc8d1(0x1f7)],'hideToolbar':!0x0}):void 0x0};}function Zi(_0x51f05a){const _0x59a00f=_0x566a84;return _0x51f05a[_0x59a00f(0x70c)]?_0x51f05a[_0x59a00f(0x70c)]:_0x51f05a[_0x59a00f(0x428)]===_0x59a00f(0x500)?'title-only':_0x59a00f(0x2db);}function Qi(){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 $i(){const _0x435a94=_0x566a84;return Xi({'childType':n[_0x435a94(0x52f)][_0x435a94(0x819)],'productName':_0x435a94(0x44b),'hostChromeMode':_0x435a94(0x57c)});}let ea=class{constructor(_0x269f57,_0x59b157,_0x20f648){const _0x2539fb=_0x566a84;this[_0x2539fb(0x5d9)]=_0x269f57,this[_0x2539fb(0x3eb)]=_0x59b157,this[_0x2539fb(0x63a)]=_0x20f648,H(this,_0x2539fb(0x4af),n[_0x2539fb(0x52f)]['UNIVER_BASE']);}['measureContentSize'](_0x2fbe4c){const _0x4f6e06=_0x566a84;var _0x1f8140,_0xab9aae,_0x4f2867;let _0x30beef=_0x2fbe4c['childUnit']instanceof n[_0x4f6e06(0x712)]?_0x2fbe4c['childUnit'][_0x4f6e06(0x6f0)]():void 0x0;if(!_0x30beef)return;let _0x2f696f=(_0x1f8140=_0x2fbe4c[_0x4f6e06(0x656)])!=null&&_0x1f8140[_0x4f6e06(0x44c)](h[_0x4f6e06(0x5b4)])?_0x2fbe4c[_0x4f6e06(0x656)][_0x4f6e06(0x230)](h['IBaseUIStateService']):this[_0x4f6e06(0x5d9)],_0x29ae53=(_0xab9aae=_0x2fbe4c[_0x4f6e06(0x656)])!=null&&_0xab9aae[_0x4f6e06(0x44c)](m[_0x4f6e06(0x720)])?_0x2fbe4c['injector'][_0x4f6e06(0x230)](m[_0x4f6e06(0x720)]):this[_0x4f6e06(0x3eb)],_0x2af6ff=(_0x4f2867=_0x2fbe4c[_0x4f6e06(0x656)])!=null&&_0x4f2867[_0x4f6e06(0x44c)](h[_0x4f6e06(0x436)])?_0x2fbe4c[_0x4f6e06(0x656)][_0x4f6e06(0x230)](h[_0x4f6e06(0x436)]):this[_0x4f6e06(0x63a)],_0x4459cf=_0x2f696f[_0x4f6e06(0x24e)](),_0x459e94=ra(_0x30beef,_0x4459cf,_0x2fbe4c[_0x4f6e06(0x4e8)]),_0x178892=ta(_0x30beef,_0x4459cf,_0x29ae53,_0x2af6ff,_0x2fbe4c['viewportHeight'],_0x459e94??_0x2fbe4c['viewportWidth']);return _0x178892==null&&_0x459e94==null?void 0x0:{'height':_0x178892,'width':_0x459e94};}};ea=X([Y(0x0,h[_0x566a84(0x5b4)]),Y(0x1,m[_0x566a84(0x720)]),Y(0x2,h[_0x566a84(0x436)])],ea);function ta(_0x39069b,_0x1bec87,_0x2dcd8a,_0x6ab81e,_0x4486bd,_0xbd138b){const _0x35cd8a=_0x566a84;var _0x347375;let _0x21bda1=sa(_0x39069b,_0x1bec87==null?void 0x0:_0x1bec87['activeTableId']),_0x347ea6=_0x21bda1?_0x39069b['tables'][_0x21bda1]:void 0x0;if(!_0x347ea6||!_0x21bda1)return;let _0x45ab2b=ca(_0x347ea6,_0x1bec87==null?void 0x0:_0x1bec87[_0x35cd8a(0x654)]),_0x13ad31=_0x45ab2b?(_0x347375=_0x347ea6[_0x35cd8a(0x55b)])==null?void 0x0:_0x347375[_0x45ab2b]:void 0x0,_0x16f842=la(_0x347ea6),_0x118d43=(0x0,h['resolveGridRowHeight'])(_0x13ad31!=null&&_0x13ad31[_0x35cd8a(0x813)]&&_0x35cd8a(0x81b)in _0x13ad31[_0x35cd8a(0x813)]?_0x13ad31[_0x35cd8a(0x813)][_0x35cd8a(0x81b)]:void 0x0);return na(_0x39069b,_0x21bda1,_0x45ab2b,_0x118d43,_0x1bec87,_0x2dcd8a,_0x6ab81e,_0x4486bd,_0xbd138b)??h['GRID_HEADER_HEIGHT']+_0x16f842*_0x118d43+h[_0x35cd8a(0x450)]+h[_0x35cd8a(0x627)];}function na(_0x4e230b,_0x35780e,_0x3298e8,_0x2af36d,_0x3e683e,_0x52c0b9,_0x481cb4,_0x2c0a19,_0x4927f9){const _0x5d9f76=_0x566a84;if(!_0x3298e8||!_0x52c0b9||!_0x481cb4)return;let _0x6e563c=_0x52c0b9[_0x5d9f76(0x374)](_0x4e230b,_0x35780e,_0x3298e8);if(_0x6e563c[_0x5d9f76(0x275)]===n['BaseViewType'][_0x5d9f76(0x505)]&&_0x6e563c['config'][_0x5d9f76(0x5cd)]===_0x5d9f76(0x4eb)&&_0x2c0a19!=null)return _0x2c0a19;if(_0x6e563c[_0x5d9f76(0x275)]===n[_0x5d9f76(0x1e9)][_0x5d9f76(0x549)])return _0x481cb4[_0x5d9f76(0x38e)](_0x6e563c,_0x4927f9??0x1);if(_0x6e563c[_0x5d9f76(0x275)]===n[_0x5d9f76(0x1e9)][_0x5d9f76(0x764)])return _0x481cb4[_0x5d9f76(0x64d)](_0x6e563c);if(_0x6e563c[_0x5d9f76(0x275)]===n['BaseViewType']['Grid']||_0x6e563c[_0x5d9f76(0x275)]===n[_0x5d9f76(0x1e9)][_0x5d9f76(0x707)])return h[_0x5d9f76(0x386)]+_0x481cb4[_0x5d9f76(0x71a)](_0x6e563c,_0x3e683e==null?void 0x0:_0x3e683e['collapsedGroupPaths'][_0x3298e8],_0x2af36d)+h['GRID_SUMMARY_HEIGHT'];}function ra(_0x288cfa,_0x38fa3e,_0x37a28c){const _0x212346=_0x566a84;var _0x108100,_0x5989cb;let _0x401da2=aa(_0x288cfa,_0x38fa3e==null?void 0x0:_0x38fa3e[_0x212346(0x6df)]);if(!_0x401da2)return;let _0x4237d9=oa(_0x401da2,_0x38fa3e==null?void 0x0:_0x38fa3e[_0x212346(0x654)]),_0x5d6602=_0x401da2['fields']??{},_0x3271c5=h[_0x212346(0x2aa)]+(_0x4237d9!=null&&(_0x108100=_0x4237d9[_0x212346(0x202)])!=null&&_0x108100[_0x212346(0x3d7)]?_0x4237d9['fieldOrder']:(_0x5989cb=_0x401da2['fieldOrder'])!=null&&_0x5989cb[_0x212346(0x3d7)]?_0x401da2[_0x212346(0x202)]:Object[_0x212346(0x5ed)](_0x5d6602))[_0x212346(0x3ca)]((_0x51f488,_0x114b90)=>{const _0x5afd15=_0x212346;var _0xf7fede;let _0x38e1f2=_0x5d6602[_0x114b90],_0x3f482b=_0x4237d9==null||(_0xf7fede=_0x4237d9[_0x5afd15(0x352)])==null?void 0x0:_0xf7fede[_0x114b90];return _0x38e1f2&&!(_0x3f482b!=null&&_0x3f482b[_0x5afd15(0x3cc)])?_0x51f488+ia(_0x3f482b==null?void 0x0:_0x3f482b[_0x5afd15(0x5d6)]):_0x51f488;},0x0)+h[_0x212346(0x3cd)];return(_0x4237d9==null?void 0x0:_0x4237d9[_0x212346(0x275)])===n[_0x212346(0x1e9)][_0x212346(0x549)]||(_0x4237d9==null?void 0x0:_0x4237d9[_0x212346(0x275)])===n[_0x212346(0x1e9)]['Kanban']?Math[_0x212346(0x4fb)](_0x3271c5,_0x37a28c??0x0):_0x3271c5;}function ia(_0x4ccb5b){const _0x3e11ae=_0x566a84;return typeof _0x4ccb5b==_0x3e11ae(0x78e)&&Number[_0x3e11ae(0x7b5)](_0x4ccb5b)&&_0x4ccb5b>0x0?_0x4ccb5b:h[_0x3e11ae(0x7db)];}function aa(_0xfbf329,_0x3059f9){const _0x18d9f4=_0x566a84;var _0x279a32;let _0x5f21b9=sa(_0xfbf329,_0x3059f9);return _0x5f21b9?(_0x279a32=_0xfbf329[_0x18d9f4(0x284)])==null?void 0x0:_0x279a32[_0x5f21b9]:void 0x0;}function oa(_0x350d3a,_0xfe16e8){const _0x16255e=_0x566a84;var _0x42b858;let _0x4f6974=ca(_0x350d3a,_0xfe16e8);return _0x4f6974?(_0x42b858=_0x350d3a[_0x16255e(0x55b)])==null?void 0x0:_0x42b858[_0x4f6974]:void 0x0;}function sa(_0x1d7d00,_0x158fe0){const _0x554878=_0x566a84;let _0x3150f6=_0x1d7d00['tables']??{};if(_0x158fe0&&_0x3150f6[_0x158fe0])return _0x158fe0;let _0x4d0c8c=_0x1d7d00[_0x554878(0x2e8)]??[];return[..._0x4d0c8c,...Object[_0x554878(0x5ed)](_0x3150f6)[_0x554878(0x86f)](_0xd40e04=>!_0x4d0c8c[_0x554878(0x599)](_0xd40e04))]['find'](_0x327eb4=>_0x3150f6[_0x327eb4]);}function ca(_0x2fd11b,_0x119d6f){const _0x22fd67=_0x566a84;let _0x54ed96=_0x2fd11b[_0x22fd67(0x55b)]??{};if(_0x119d6f&&_0x54ed96[_0x119d6f])return _0x119d6f;let _0x483d28=_0x2fd11b[_0x22fd67(0x1df)]??[];return[..._0x483d28,...Object[_0x22fd67(0x5ed)](_0x54ed96)['filter'](_0x18c94c=>!_0x483d28[_0x22fd67(0x599)](_0x18c94c))][_0x22fd67(0x2f6)](_0x43c3ab=>_0x54ed96[_0x43c3ab]);}function la(_0x23c4ce){const _0xd3a46=_0x566a84;var _0x30efd3;let _0x3d64ee=_0x23c4ce[_0xd3a46(0x7bb)]??{};return((_0x30efd3=_0x23c4ce[_0xd3a46(0x279)])!=null&&_0x30efd3[_0xd3a46(0x3d7)]?_0x23c4ce['recordOrder']:Object[_0xd3a46(0x5ed)](_0x3d64ee))[_0xd3a46(0x86f)](_0x8c029e=>_0x3d64ee[_0x8c029e])[_0xd3a46(0x3d7)];}function ua(_0x3215c2,_0x586931,_0x353a7c){const _0x151a0e=_0x566a84;return{...(0x0,e[_0x151a0e(0x853)])(_0x3215c2,_0x586931),'activateAnchor':_0x26bd4c=>{fa(_0x26bd4c['hostUnitId'],_0x26bd4c['hostAnchorId'],_0x586931,ma(_0x353a7c));}};}function da(){const _0x3a8e97=_0x566a84;return{'hostType':n[_0x3a8e97(0x52f)][_0x3a8e97(0x819)],'entry':_0x3a8e97(0x581),'layout':_0x3a8e97(0x5af),'supportedLayouts':['tab-peer'],'menuBehavior':_0x3a8e97(0x845),'mount':_0x14b527=>{const _0x19034b=_0x3a8e97;let _0xf95741=ha(_0x19034b(0x556),_0x14b527[_0x19034b(0x75a)][_0x19034b(0x7c9)]);return _0xf95741?{'hostElement':_0xf95741}:{};}};}function fa(_0x43d31c,_0x259731,_0x90a518,_0x2f4a1e){const _0x165bad=_0x566a84;var _0x32c678;if(!_0x2f4a1e)return;_0x2f4a1e['activateTable'](_0x259731);let _0x42d5e7=(_0x32c678=pa(_0x90a518,_0x43d31c))==null?void 0x0:_0x32c678[_0x165bad(0x284)][_0x259731],_0xf26711=_0x42d5e7==null?void 0x0:_0x42d5e7['viewOrder'][_0x165bad(0x2f6)](_0x21bfd6=>_0x42d5e7[_0x165bad(0x55b)][_0x21bfd6]);_0xf26711&&_0x2f4a1e[_0x165bad(0x7bd)](_0xf26711),_0x2f4a1e[_0x165bad(0x7ea)](null),_0x2f4a1e[_0x165bad(0x4dc)]();}function pa(_0x4bb0b7,_0x5d3fb5){const _0x57743b=_0x566a84;var _0x268825;return _0x4bb0b7==null||(_0x268825=_0x4bb0b7['getUnit'](_0x5d3fb5,n[_0x57743b(0x52f)][_0x57743b(0x819)]))==null?void 0x0:_0x268825[_0x57743b(0x6f0)]();}function ma(_0x3ec92f){const _0x326314=_0x566a84;return typeof _0x3ec92f==_0x326314(0x833)?_0x3ec92f():_0x3ec92f;}function ha(_0x4652c6,_0x4ce76a){const _0x166a34=_0x566a84;return document[_0x166a34(0x68a)]('['+_0x4652c6+'=\x22'+ga(_0x4ce76a)+'\x22]');}function ga(_0x5ab030){const _0x241e60=_0x566a84;return _0x5ab030['replace'](/\\/g,'\x5c\x5c')[_0x241e60(0x223)](/"/g,'\x5c\x22');}function _a(_0x9419b9){const _0x450f58=_0x566a84;let _0x34911e=_0x9419b9[_0x450f58(0x44c)](h[_0x450f58(0x5b4)])?_0x9419b9['get'](h[_0x450f58(0x5b4)]):void 0x0,_0x2b3fe6=_0x9419b9[_0x450f58(0x44c)](h[_0x450f58(0x436)])?_0x9419b9[_0x450f58(0x230)](h[_0x450f58(0x436)]):void 0x0;return{'childType':n['UniverInstanceType'][_0x450f58(0x819)],'getStickyHeaderHeight':()=>h[_0x450f58(0x386)],'subscribeVerticalScroll'(_0x536c25,_0x2f2569){const _0x33ebe8=_0x450f58;var _0x30d9dd,_0x4f1475;let _0x3edcd4=((_0x30d9dd=_0x536c25['runtimeScope'])==null?void 0x0:_0x30d9dd[_0x33ebe8(0x656)])??_0x9419b9,_0x1049c9=_0x3edcd4!==_0x9419b9&&_0x3edcd4[_0x33ebe8(0x44c)](h[_0x33ebe8(0x5b4)])?_0x3edcd4[_0x33ebe8(0x230)](h[_0x33ebe8(0x5b4)]):_0x34911e;if(!_0x1049c9)return;let _0x1821c2=_0x1049c9['getState'](),_0x28bca4=_0x1821c2['activeViewId'],_0x3d02d2=_0x28bca4?((_0x4f1475=_0x1821c2[_0x33ebe8(0x843)][_0x28bca4])==null?void 0x0:_0x4f1475['y'])??0x0:0x0,_0x1ed2c8=_0x1049c9[_0x33ebe8(0x756)][_0x33ebe8(0x43a)](_0xd6f58d=>{const _0x547d7a=_0x33ebe8;var _0x1a8335;let _0x353a71=_0xd6f58d[_0x547d7a(0x654)],_0x40b2a9=_0x353a71?((_0x1a8335=_0xd6f58d[_0x547d7a(0x843)][_0x353a71])==null?void 0x0:_0x1a8335['y'])??0x0:0x0;if(_0x353a71!==_0x28bca4){_0x28bca4=_0x353a71,_0x3d02d2=_0x40b2a9;return;}_0x40b2a9!==_0x3d02d2&&(_0x3d02d2=_0x40b2a9,_0x2f2569(_0x40b2a9));});return(0x0,n[_0x33ebe8(0x87f)])(()=>_0x1ed2c8[_0x33ebe8(0x635)]());},'handleWheel'(_0x142fc4){const _0x4cd36c=_0x450f58;if(_0x142fc4[_0x4cd36c(0x5a7)]!==_0x4cd36c(0x614)&&bn(_0x142fc4['layout'],_0x142fc4['event']))return!0x1;let _0x40841e=_0x142fc4[_0x4cd36c(0x343)][_0x4cd36c(0x656)]??_0x9419b9,_0x45b854=_0x40841e!==_0x9419b9&&_0x40841e[_0x4cd36c(0x44c)](h[_0x4cd36c(0x436)])?_0x40841e[_0x4cd36c(0x230)](h[_0x4cd36c(0x436)]):_0x2b3fe6;return(_0x45b854==null?void 0x0:_0x45b854['handleRegisteredWheel'](_0x142fc4[_0x4cd36c(0x542)],va(_0x142fc4['event'],_0x142fc4[_0x4cd36c(0x28e)])))??!0x1;}};}function va(_0x1cbb23,_0x2e407f){const _0x889b54=_0x566a84;return{'deltaX':_0x1cbb23[_0x889b54(0x35b)],'deltaY':_0x1cbb23[_0x889b54(0x725)],'deltaMode':_0x1cbb23['deltaMode'],'clientX':_0x1cbb23[_0x889b54(0x237)],'clientY':_0x1cbb23[_0x889b54(0x6b4)],'shiftKey':_0x1cbb23[_0x889b54(0x359)],'viewportScrollY':_0x2e407f};}function ya(_0x5d009b,_0x28a922,_0x51e10a){const _0x1ac7bd=_0x566a84;let _0x26ca29=_0x5d009b[_0x1ac7bd(0x75a)][_0x1ac7bd(0x4e0)];return _0x51e10a(_0x26ca29),_0x28a922[_0x1ac7bd(0x86b)](_0x2acf25=>{const _0x178f78=_0x1ac7bd;if(!ba(_0x2acf25))return;let {params:_0x12da11}=_0x2acf25;if(_0x12da11[_0x178f78(0x569)]!==_0x5d009b[_0x178f78(0x1ee)]||_0x12da11[_0x178f78(0x75a)]['embedId']!==_0x5d009b[_0x178f78(0x61a)])return;let _0x49487f=_0x12da11[_0x178f78(0x75a)]['displayTarget'];(0x0,n[_0x178f78(0x300)])(_0x26ca29??{},_0x49487f??{})||(_0x26ca29=_0x49487f,_0x51e10a(_0x49487f));});}function ba(_0x1f3c42){const _0x5b54a4=_0x566a84;return _0x1f3c42['id']===e[_0x5b54a4(0x60e)]['id']&&_0x1f3c42[_0x5b54a4(0x5a2)]!==void 0x0&&_0x5b54a4(0x569)in _0x1f3c42[_0x5b54a4(0x5a2)]&&typeof _0x1f3c42['params']['unitId']==_0x5b54a4(0x3b3)&&_0x5b54a4(0x75a)in _0x1f3c42[_0x5b54a4(0x5a2)]&&typeof _0x1f3c42[_0x5b54a4(0x5a2)][_0x5b54a4(0x75a)]==_0x5b54a4(0x3e8)&&_0x1f3c42['params'][_0x5b54a4(0x75a)]!==null&&_0x5b54a4(0x61a)in _0x1f3c42[_0x5b54a4(0x5a2)][_0x5b54a4(0x75a)]&&typeof _0x1f3c42[_0x5b54a4(0x5a2)][_0x5b54a4(0x75a)][_0x5b54a4(0x61a)]==_0x5b54a4(0x3b3);}function xa(_0x59121){const _0x28b32b=_0x566a84;return{'childType':n[_0x28b32b(0x52f)][_0x28b32b(0x819)],'supportedLayouts':[_0x28b32b(0x5af),_0x28b32b(0x30d),_0x28b32b(0x76d)],'beforeDeactivate':Sa,'mount':_0x3882f4=>Ca(_0x3882f4,_0x59121)};}function Sa(_0x2eb2fa){const _0x5a2057=_0x566a84;var _0x320998;(_0x320998=_0x2eb2fa[_0x5a2057(0x343)][_0x5a2057(0x4b0)])==null||_0x320998[_0x5a2057(0x211)](h[_0x5a2057(0x48a)]['id'],{'commit':!0x1});}function Ca(_0x314a32,_0x219704){const _0xadb910=_0x566a84;let _0x92b107=_0x314a32[_0xadb910(0x656)]['get'](n[_0xadb910(0x64e)])[_0xadb910(0x6b6)](_0x314a32[_0xadb910(0x542)],n[_0xadb910(0x52f)]['UNIVER_BASE']);if(!_0x92b107)return;let _0x41bfd4=new h['BaseUIStateService'](),_0x10b828=new h[(_0xadb910(0x7e0))](),_0xb029d5=new h[(_0xadb910(0x61d))](_0x41bfd4),_0x2578e6=new h[(_0xadb910(0x560))](),_0x3fe7ce=Aa(_0x314a32,_0x41bfd4,_0x10b828,_0xb029d5);if(!_0x3fe7ce){_0x2578e6[_0xadb910(0x3b5)](),_0xb029d5[_0xadb910(0x3b5)](),_0x10b828['dispose'](),_0x41bfd4[_0xadb910(0x3b5)]();return;}let _0x277885=Fa(_0x314a32);Ma(_0x41bfd4,_0x92b107,_0x277885,_0x314a32[_0xadb910(0x75a)][_0xadb910(0x4e0)]);let _0x3836d9=ya(_0x314a32,_0x219704,_0x2b3df8=>Pa(_0x41bfd4,_0x92b107,_0x2b3df8)),_0x5459bc=_0x314a32[_0xadb910(0x75a)][_0xadb910(0x5cd)]===_0xadb910(0x7a8),_0x21da0c=Ia(_0x314a32[_0xadb910(0x656)],_0x3fe7ce,_0x41bfd4,_0x10b828,_0xb029d5,_0x277885,_0x2578e6,_0x5459bc,_0x314a32[_0xadb910(0x343)][_0xadb910(0x4e7)]['popup']);wa(_0x314a32,_0x21da0c);let _0x494f0f=_0x314a32[_0xadb910(0x656)][_0xadb910(0x230)](Di),_0x3a67ab='',_0x5a608f=_0x41bfd4[_0xadb910(0x756)][_0xadb910(0x43a)](_0x236525=>{const _0x25f742=_0xadb910;let _0x430598=_0x236525['activeViewId']?[..._0x236525[_0x25f742(0x4ce)][_0x236525[_0x25f742(0x654)]]??[]][_0x25f742(0x672)]()['join']('\x00'):'',_0xf1817e=(_0x236525[_0x25f742(0x6df)]??'')+'\x00'+(_0x236525['activeViewId']??'')+'\x00'+_0x430598;_0xf1817e!==_0x3a67ab&&(_0x3a67ab=_0xf1817e,_0x494f0f['notifyContentSizeChanged'](_0x314a32['hostUnitId'],_0x314a32[_0x25f742(0x61a)]));}),_0x382a3a=Ta(_0x314a32),_0x1ed03f=yt(_0x382a3a),_0x1957a7=Ea(_0x314a32,_0x21da0c),_0x5f5aae=_0x314a32[_0xadb910(0x656)]['get'](n[_0xadb910(0x64e)]),_0x1b0521=_0x5f5aae[_0xadb910(0x575)](n[_0xadb910(0x52f)][_0xadb910(0x819)]);return _0x5f5aae[_0xadb910(0x1d7)](_0x314a32[_0xadb910(0x542)]),_0x382a3a[_0xadb910(0x264)][_0xadb910(0x4cd)]=_0x314a32['childUnitId'],_0x382a3a[_0xadb910(0x264)][_0xadb910(0x2e7)]=_0xadb910(0x42d),_0x1ed03f[_0xadb910(0x727)]((0x0,u['jsx'])(Z,{'injector':_0x21da0c,'mountContainer':_0x314a32[_0xadb910(0x343)][_0xadb910(0x4e7)][_0xadb910(0x732)],'embedId':_0x314a32['embedId'],'children':(0x0,u[_0xadb910(0x353)])(h['RenderBaseWorkbench'],{})})),(0x0,n[_0xadb910(0x87f)])(()=>{const _0x22b4a9=_0xadb910;_0x3836d9[_0x22b4a9(0x3b5)](),_0x5a608f['unsubscribe'](),_0x1957a7[_0x22b4a9(0x3b5)](),bt(_0x1ed03f),_0x1b0521&&_0x5f5aae[_0x22b4a9(0x1d7)](_0x1b0521[_0x22b4a9(0x6b5)]()),_0x2578e6[_0x22b4a9(0x3b5)](),_0xb029d5['dispose'](),_0x10b828['dispose'](),_0x41bfd4[_0x22b4a9(0x3b5)](),_0x21da0c[_0x22b4a9(0x3b5)](),_0x382a3a[_0x22b4a9(0x57e)]&&(_0x382a3a[_0x22b4a9(0x7b0)]('data-embed-child-render-unit-id'),_0x382a3a[_0x22b4a9(0x7b0)](_0x22b4a9(0x458)));});}function wa(_0x34d9ce,_0x144a6d){const _0x17a843=_0x566a84;_0x34d9ce[_0x17a843(0x343)][_0x17a843(0x656)]=_0x144a6d,_0x34d9ce[_0x17a843(0x343)][_0x17a843(0x3a5)]=_0x144a6d[_0x17a843(0x230)](n['IUniverInstanceService']),_0x34d9ce[_0x17a843(0x343)][_0x17a843(0x4b0)]=_0x144a6d[_0x17a843(0x230)](n[_0x17a843(0x423)]);}function Ta(_0x22a8a2){const _0x55dfed=_0x566a84;var _0x202059,_0x493989,_0x5615c1;return((_0x202059=_0x22a8a2[_0x55dfed(0x343)])==null||(_0x202059=_0x202059[_0x55dfed(0x4e7)])==null?void 0x0:_0x202059[_0x55dfed(0x4a0)])??((_0x493989=_0x22a8a2[_0x55dfed(0x7ce)])==null?void 0x0:_0x493989['contentRoot'])??((_0x5615c1=_0x22a8a2[_0x55dfed(0x7ce)])==null?void 0x0:_0x5615c1[_0x55dfed(0x6e5)])??document;}function Ea(_0x343d2b,_0x344b86){const _0x5319fc=_0x566a84;let _0x4bbf07=!0x1,_0x65eb79=0x0,_0x25bab0=(0x0,n['toDisposable'])(()=>{}),_0x1fc178,_0x116d38=()=>{const _0x423bac=_0x75bf;if(_0x4bbf07)return;let _0x3e574e=()=>{const _0x526b45=_0x75bf;_0x65eb79=window[_0x526b45(0x4cf)](_0x116d38);},_0x19605d=Da(_0x343d2b);if(!Oa(_0x19605d)){_0x343d2b[_0x423bac(0x296)]['dataset'][_0x423bac(0x32b)]=_0x423bac(0x539),_0x3e574e();return;}if(_0x1fc178===_0x19605d&&_0x19605d['querySelector']('canvas'))return;_0x25bab0[_0x423bac(0x3b5)]();let _0x381fd9=_0x343d2b['injector'][_0x423bac(0x230)](f[_0x423bac(0x74f)]),_0x2d3896;try{_0x2d3896=Pi(_0x381fd9,_0x343d2b[_0x423bac(0x542)],_0x344b86);}catch(_0x156595){_0x343d2b[_0x423bac(0x296)][_0x423bac(0x264)]['embedChildRenderError']=_0x156595 instanceof Error?_0x156595[_0x423bac(0x49c)]:String(_0x156595),_0x2d3896=void 0x0;}if(!_0x2d3896){_0x343d2b[_0x423bac(0x296)][_0x423bac(0x264)][_0x423bac(0x32b)]=_0x423bac(0x65d),_0x1fc178=void 0x0,_0x3e574e();return;}delete _0x343d2b[_0x423bac(0x296)]['dataset'][_0x423bac(0x3ec)],_0x19605d[_0x423bac(0x264)][_0x423bac(0x4cd)]=_0x343d2b[_0x423bac(0x542)],_0x2d3896[_0x423bac(0x262)]['mount'](_0x19605d),Ii(_0x2d3896,{'activate':ka(_0x343d2b)});let _0xe00948=Ai(_0x2d3896,_0x19605d,{'activate':!0x1});_0x25bab0=(0x0,n[_0x423bac(0x87f)])(()=>{const _0x121b73=_0x423bac;_0xe00948[_0x121b73(0x3b5)]();try{var _0x29d15d,_0x399c9b;(_0x29d15d=(_0x399c9b=_0x2d3896['engine'])[_0x121b73(0x6e8)])==null||_0x29d15d[_0x121b73(0x743)](_0x399c9b);}catch{}_0x381fd9[_0x121b73(0x257)](_0x343d2b['childUnitId']),_0x19605d[_0x121b73(0x7b0)](_0x121b73(0x36a));}),_0x1fc178=_0x19605d,_0x343d2b[_0x423bac(0x296)][_0x423bac(0x264)][_0x423bac(0x32b)]=_0x423bac(0x6c4),_0x3e574e();};return _0x65eb79=window[_0x5319fc(0x4cf)](_0x116d38),(0x0,n[_0x5319fc(0x87f)])(()=>{const _0x376999=_0x5319fc;_0x4bbf07=!0x0,window['cancelAnimationFrame'](_0x65eb79),_0x25bab0[_0x376999(0x3b5)]();});}function Da(_0x5d896b){const _0x1d2d5e=_0x566a84;return(0x0,h[_0x1d2d5e(0x7ee)])({'unitId':_0x5d896b[_0x1d2d5e(0x542)],'scope':Ta(_0x5d896b)});}function Oa(_0x50ce70){const _0x74aef5=_0x566a84;return!!_0x50ce70&&_0x50ce70[_0x74aef5(0x57e)]&&_0x50ce70[_0x74aef5(0x830)]>0x0&&_0x50ce70[_0x74aef5(0x7f2)]>0x0;}function ka(_0x1238e0){return!0x0;}function Aa(_0x4be8f2,_0x1ad091,_0x54a3ad,_0x435fa4){const _0x22f7b1=_0x566a84;let _0x201b47=_0x4be8f2[_0x22f7b1(0x656)][_0x22f7b1(0x230)](n[_0x22f7b1(0x64e)]),_0x4e9de3=_0x201b47[_0x22f7b1(0x6b6)](_0x4be8f2[_0x22f7b1(0x542)],_0x4be8f2[_0x22f7b1(0x4af)]);if(!_0x4e9de3)return;let _0x450c0f=ja(_0x201b47,_0x4be8f2,_0x4e9de3),_0x582622=La(_0x4be8f2[_0x22f7b1(0x656)][_0x22f7b1(0x230)](n['ICommandService']),_0x1ad091,_0x54a3ad,_0x435fa4,_0x201b47,_0x4be8f2[_0x22f7b1(0x542)]);return we(_0x4be8f2['injector'],new Map([[n[_0x22f7b1(0x64e)],_0x450c0f],[n[_0x22f7b1(0x423)],_0x582622],[h[_0x22f7b1(0x27f)],(0x0,h['createScopedBaseCanvasRootResolverService'])(Ta(_0x4be8f2))]]));}function ja(_0x58d2b0,_0x372f67,_0x1688f1){const _0x4b8041=_0x566a84;return{'unitAdded$':_0x58d2b0[_0x4b8041(0x562)],'unitDisposed$':_0x58d2b0[_0x4b8041(0x347)],'focused$':(0x0,l['of'])(_0x1688f1[_0x4b8041(0x6b5)]()),'getTypeOfUnitAdded$':_0x58d2b0['getTypeOfUnitAdded$'][_0x4b8041(0x7fd)](_0x58d2b0),'__addUnit':_0x58d2b0[_0x4b8041(0x519)]['bind'](_0x58d2b0),'getTypeOfUnitDisposed$':_0x58d2b0[_0x4b8041(0x313)][_0x4b8041(0x7fd)](_0x58d2b0),'focusUnit':_0x56b445=>{const _0x1f2192=_0x4b8041;_0x56b445!==null&&_0x56b445!==_0x372f67['childUnitId']&&_0x58d2b0[_0x1f2192(0x210)](_0x56b445);},'getFocusedUnit':()=>_0x1688f1,'getCurrentUnitOfType':_0x210b63=>_0x210b63===_0x372f67[_0x4b8041(0x4af)]?_0x1688f1:_0x58d2b0[_0x4b8041(0x575)](_0x210b63),'setCurrentUnitForType':_0x355407=>{const _0x233018=_0x4b8041;_0x355407!==_0x372f67['childUnitId']&&_0x58d2b0[_0x233018(0x1d7)](_0x355407);},'getCurrentTypeOfUnit$':_0x1bd8d3=>_0x1bd8d3===_0x372f67[_0x4b8041(0x4af)]?(0x0,l['of'])(_0x1688f1):_0x58d2b0[_0x4b8041(0x444)](_0x1bd8d3),'createUnit':_0x58d2b0[_0x4b8041(0x4d5)][_0x4b8041(0x7fd)](_0x58d2b0),'getUnitCreateOptions':_0x58d2b0[_0x4b8041(0x268)][_0x4b8041(0x7fd)](_0x58d2b0),'disposeUnit':_0x58d2b0[_0x4b8041(0x675)]['bind'](_0x58d2b0),'registerCtorForType':_0x58d2b0['registerCtorForType'][_0x4b8041(0x7fd)](_0x58d2b0),'getUnit':_0x58d2b0[_0x4b8041(0x6b6)][_0x4b8041(0x7fd)](_0x58d2b0),'getAllUnitsForType':_0x34e7e5=>_0x34e7e5===_0x372f67[_0x4b8041(0x4af)]?[_0x1688f1]:_0x58d2b0[_0x4b8041(0x242)](_0x34e7e5),'getUnitType':_0x58d2b0['getUnitType'][_0x4b8041(0x7fd)](_0x58d2b0)};}function Ma(_0xe2593,_0x584045,_0x591e5a=_0x566a84(0x5ee),_0x74f080){const _0x5ce9ee=_0x566a84;let {tableId:_0x237ee0,viewId:_0x15f71c}=Na(_0x584045,_0x74f080);_0x237ee0&&_0xe2593['activateTable'](_0x237ee0),_0x15f71c&&_0xe2593[_0x5ce9ee(0x7bd)](_0x15f71c),_0xe2593[_0x5ce9ee(0x28d)](_0x591e5a===_0x5ce9ee(0x5ee));}function Na(_0x51fddf,_0x41ff70){const _0x23676c=_0x566a84;var _0x2add5b,_0x2a9da3,_0x345b6f,_0x581450,_0x5980b6;let _0x383998=_0x51fddf[_0x23676c(0x6f0)](),_0x3cb013=_0x41ff70==null?void 0x0:_0x41ff70[_0x23676c(0x826)],_0x4ceea4=_0x3cb013&&(_0x2add5b=_0x383998['tables'])!=null&&_0x2add5b[_0x3cb013]?_0x3cb013:((_0x2a9da3=_0x383998[_0x23676c(0x2e8)])==null?void 0x0:_0x2a9da3[_0x23676c(0x2f6)](_0x31d25f=>{const _0x205cd8=_0x23676c;var _0xaaa486;return!!((_0xaaa486=_0x383998[_0x205cd8(0x284)])!=null&&_0xaaa486[_0x31d25f]);}))??Object['keys'](_0x383998[_0x23676c(0x284)]??{})[0x0]??'',_0x5d811b=(_0x345b6f=_0x383998[_0x23676c(0x284)])==null?void 0x0:_0x345b6f[_0x4ceea4],_0x58e01c=_0x41ff70==null?void 0x0:_0x41ff70[_0x23676c(0x5fd)],_0x5dad8=_0x58e01c&&_0x5d811b!=null&&(_0x581450=_0x5d811b[_0x23676c(0x55b)])!=null&&_0x581450[_0x58e01c]?_0x58e01c:_0x5d811b==null||(_0x5980b6=_0x5d811b['viewOrder'])==null?void 0x0:_0x5980b6[_0x23676c(0x2f6)](_0x283289=>{var _0x36ca78;return!!((_0x36ca78=_0x5d811b['views'])!=null&&_0x36ca78[_0x283289]);});return{'tableId':_0x4ceea4,..._0x5dad8?{'viewId':_0x5dad8}:{}};}function Pa(_0xd7bb33,_0x32d34f,_0x556a6d){const _0x4943bc=_0x566a84;let _0x470fac=Na(_0x32d34f,_0x556a6d),_0x55a966=_0xd7bb33[_0x4943bc(0x24e)]();_0x470fac[_0x4943bc(0x826)]&&_0x55a966[_0x4943bc(0x6df)]!==_0x470fac[_0x4943bc(0x826)]&&_0xd7bb33[_0x4943bc(0x5b9)](_0x470fac[_0x4943bc(0x826)]),_0x470fac[_0x4943bc(0x5fd)]&&_0xd7bb33['getState']()[_0x4943bc(0x654)]!==_0x470fac[_0x4943bc(0x5fd)]&&_0xd7bb33[_0x4943bc(0x7bd)](_0x470fac[_0x4943bc(0x5fd)]);}function Fa(_0x37b733){const _0x1b0d56=_0x566a84;return _0x37b733[_0x1b0d56(0x7ce)]['fullscreen']?_0x1b0d56(0x685):_0x37b733[_0x1b0d56(0x7ce)][_0x1b0d56(0x5cd)]===_0x1b0d56(0x465)?_0x1b0d56(0x684):_0x1b0d56(0x5ee);}function Ia(_0x34eb94,_0x53f92d,_0x318697,_0x54a499=new h['BaseUIPopupService'](),_0x27eca4=new h[(_0x566a84(0x61d))](_0x318697),_0x4b7ddf='workbench',_0x28a010,_0x35602b=!0x1,_0x4d16bd){const _0x17fa3b=_0x566a84;let _0x5d261c=Ba(_0x34eb94[_0x17fa3b(0x230)](n[_0x17fa3b(0x701)]),_0x4b7ddf),_0x554603=La(_0x53f92d['get'](n['ICommandService']),_0x318697,_0x54a499,_0x27eca4,_0x53f92d[_0x17fa3b(0x230)](n[_0x17fa3b(0x64e)]),void 0x0,_0x35602b),_0x5dab26=new Map([[h[_0x17fa3b(0x5b4)],_0x318697],[h['IBaseUIPopupService'],_0x54a499],[h['IBaseEditorService'],_0x27eca4],[n[_0x17fa3b(0x423)],_0x554603],[n['IConfigService'],_0x5d261c],[h[_0x17fa3b(0x27f)],_0x53f92d[_0x17fa3b(0x230)](h[_0x17fa3b(0x27f)])],[h[_0x17fa3b(0x5f7)],(0x0,h[_0x17fa3b(0x3b8)])(_0x4d16bd)]]);return _0x28a010&&_0x5dab26[_0x17fa3b(0x243)](h[_0x17fa3b(0x436)],_0x28a010),we(_0x53f92d,_0x5dab26);}function La(_0x594133,_0x226baa,_0x3f32aa,_0x260069,_0x109976,_0x284f25,_0x23faca=!0x1){const _0x5d9a54=_0x566a84;return{'disposed':_0x594133[_0x5d9a54(0x4a7)]['bind'](_0x594133),'hasCommand':_0x594133[_0x5d9a54(0x5c6)]['bind'](_0x594133),'registerCommand':_0x594133[_0x5d9a54(0x4f4)][_0x5d9a54(0x7fd)](_0x594133),'unregisterCommand':_0x594133['unregisterCommand'][_0x5d9a54(0x7fd)](_0x594133),'registerMultipleCommand':_0x594133['registerMultipleCommand'][_0x5d9a54(0x7fd)](_0x594133),'executeCommand':async(..._0x12b273)=>{const _0x3f21fd=_0x5d9a54;let _0x14d1d0=Ra(_0x12b273[0x0],_0x12b273[0x1],_0x226baa,_0x3f32aa,_0x109976,_0x284f25);if(_0x14d1d0!==void 0x0)return _0x14d1d0;if(za(_0x12b273[0x0],_0x12b273[0x1],_0x260069,_0x23faca))return!0x0;let _0x1e9400=_0x284f25?_0x109976==null?void 0x0:_0x109976[_0x3f21fd(0x575)](n[_0x3f21fd(0x52f)]['UNIVER_BASE']):void 0x0;try{return _0x284f25&&(_0x109976==null||_0x109976[_0x3f21fd(0x1d7)](_0x284f25)),await _0x594133[_0x3f21fd(0x6a9)](_0x12b273[0x0],_0x12b273[0x1],_0x12b273[0x2]);}finally{_0x1e9400&&(_0x109976==null||_0x109976['setCurrentUnitForType'](_0x1e9400['getUnitId']()));}},'syncExecuteCommand':(..._0x28eabf)=>{const _0xfc4f33=_0x5d9a54;let _0x16ed00=Ra(_0x28eabf[0x0],_0x28eabf[0x1],_0x226baa,_0x3f32aa,_0x109976,_0x284f25);if(_0x16ed00!==void 0x0)return _0x16ed00;if(za(_0x28eabf[0x0],_0x28eabf[0x1],_0x260069,_0x23faca))return!0x0;let _0x565c20=_0x284f25?_0x109976==null?void 0x0:_0x109976[_0xfc4f33(0x575)](n['UniverInstanceType'][_0xfc4f33(0x819)]):void 0x0;try{return _0x284f25&&(_0x109976==null||_0x109976[_0xfc4f33(0x1d7)](_0x284f25)),_0x594133[_0xfc4f33(0x211)](_0x28eabf[0x0],_0x28eabf[0x1],_0x28eabf[0x2]);}finally{_0x565c20&&(_0x109976==null||_0x109976[_0xfc4f33(0x1d7)](_0x565c20['getUnitId']()));}},'onCommandExecuted':_0x594133[_0x5d9a54(0x86b)][_0x5d9a54(0x7fd)](_0x594133),'beforeCommandExecuted':_0x594133['beforeCommandExecuted'][_0x5d9a54(0x7fd)](_0x594133),'onMutationExecutedForCollab':_0x594133[_0x5d9a54(0x58d)][_0x5d9a54(0x7fd)](_0x594133)};}function Ra(_0x300481,_0x2905cf,_0x1c0428,_0x5a8309,_0xf0803f,_0x315410){const _0x243279=_0x566a84;if(_0x300481===h[_0x243279(0x792)]['id']){let _0x35c41a=_0x2905cf;return _0x35c41a!=null&&_0x35c41a[_0x243279(0x5fd)]?(_0x35c41a[_0x243279(0x826)]&&_0x1c0428['activateTable'](_0x35c41a[_0x243279(0x826)]),_0x1c0428[_0x243279(0x7bd)](_0x35c41a[_0x243279(0x5fd)]),!0x0):!0x1;}if(_0x300481===h['ActivateBaseTableOperation']['id']){let _0x353e27=_0x2905cf;if(!(_0x353e27!=null&&_0x353e27[_0x243279(0x826)]))return!0x1;_0x1c0428[_0x243279(0x5b9)](_0x353e27[_0x243279(0x826)]);let _0x258ff7=_0x353e27[_0x243279(0x569)]?_0xf0803f==null?void 0x0:_0xf0803f[_0x243279(0x6b6)](_0x353e27[_0x243279(0x569)],n[_0x243279(0x52f)][_0x243279(0x819)]):_0xf0803f==null?void 0x0:_0xf0803f[_0x243279(0x575)](n[_0x243279(0x52f)]['UNIVER_BASE']),_0x5ed75a=(_0x258ff7==null?void 0x0:_0x258ff7[_0x243279(0x6b5)]())??_0x315410;_0x5ed75a&&(_0xf0803f==null||_0xf0803f[_0x243279(0x1d7)](_0x5ed75a),_0xf0803f==null||_0xf0803f[_0x243279(0x210)](_0x5ed75a));let _0x38db4d=_0x258ff7==null?void 0x0:_0x258ff7[_0x243279(0x6f0)]()[_0x243279(0x284)][_0x353e27[_0x243279(0x826)]],_0x103144=_0x38db4d==null?void 0x0:_0x38db4d[_0x243279(0x1df)][_0x243279(0x2f6)](_0xa4cd3f=>_0x38db4d['views'][_0xa4cd3f]);return _0x103144&&_0x1c0428[_0x243279(0x7bd)](_0x103144),!0x0;}if(_0x300481===h[_0x243279(0x4cb)]['id']){let _0x17e494=_0x2905cf;return _0x17e494!=null&&_0x17e494[_0x243279(0x5fd)]?(_0x1c0428[_0x243279(0x234)](_0x17e494['viewId'],{'x':_0x17e494['x']??0x0,'y':_0x17e494['y']??0x0}),!0x0):!0x1;}if(_0x300481===h['SetBaseZoomOperation']['id']){let _0x35310f=_0x2905cf;return!(_0x35310f!=null&&_0x35310f[_0x243279(0x5fd)])||typeof _0x35310f[_0x243279(0x831)]!=_0x243279(0x78e)?!0x1:(_0x1c0428['setZoom'](_0x35310f[_0x243279(0x5fd)],_0x35310f[_0x243279(0x831)]),!0x0);}if(_0x300481===h[_0x243279(0x36c)]['id'])return _0x2905cf?(_0x1c0428['clearVirtualRecords'](),_0x5a8309[_0x243279(0x7e8)](_0x2905cf),!0x0):!0x1;if(_0x300481===h[_0x243279(0x5d0)]['id'])return _0x5a8309[_0x243279(0x220)](),!0x0;if(_0x300481===h[_0x243279(0x4df)]['id'])return _0x2905cf?(_0x1c0428[_0x243279(0x4f5)](),_0x5a8309[_0x243279(0x48b)](_0x2905cf),!0x0):!0x1;if(_0x300481===h[_0x243279(0x683)]['id'])return _0x5a8309[_0x243279(0x6d4)](),!0x0;if(_0x300481===h[_0x243279(0x388)]['id'])return _0x2905cf?(_0x5a8309[_0x243279(0x1d0)](_0x2905cf),!0x0):!0x1;if(_0x300481===h[_0x243279(0x62b)]['id'])return _0x5a8309[_0x243279(0x3e5)](),!0x0;if(_0x300481===h[_0x243279(0x2ec)]['id']){let _0x2b0143=_0x2905cf;return _0x2b0143!=null&&_0x2b0143[_0x243279(0x3ae)]?(_0x1c0428[_0x243279(0x41d)](_0x2b0143['recordId']),!0x0):!0x1;}if(_0x300481===h[_0x243279(0x330)]['id'])return _0x1c0428[_0x243279(0x4dc)](),!0x0;}function za(_0xabfb22,_0x224a9b,_0x1653d7,_0x4e12da=!0x1){const _0x37d06d=_0x566a84;return _0xabfb22===h['StartBaseEditingCellOperation']['id']?(_0x4e12da||_0x1653d7[_0x37d06d(0x324)](_0x224a9b),!0x0):_0xabfb22===h[_0x37d06d(0x48a)]['id']?(_0x1653d7['stopEditingCell'](),!0x0):!0x1;}function Ba(_0xbd4747,_0x5497fc){const _0x432803=_0x566a84;return{'getConfig':_0x18ba5c=>{const _0x5c1b89=_0x75bf;let _0x8f17b=_0xbd4747[_0x5c1b89(0x589)](_0x18ba5c);return _0x18ba5c===h['BASES_UI_PLUGIN_CONFIG_KEY']?Va(_0x8f17b??{},_0x5497fc):_0x8f17b;},'setConfig':_0xbd4747[_0x432803(0x4ed)][_0x432803(0x7fd)](_0xbd4747),'deleteConfig':_0xbd4747[_0x432803(0x6ee)][_0x432803(0x7fd)](_0xbd4747),'subscribeConfigValue$':_0xbd4747[_0x432803(0x1d3)]['bind'](_0xbd4747)};}function Va(_0x5bf61a,_0x193500=_0x566a84(0x5ee)){const _0x3cea59=_0x566a84;let _0x22e0d0;return _0x22e0d0=_0x193500===_0x3cea59(0x684)||_0x193500===_0x3cea59(0x685)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x5bf61a,'workbench':{..._0x5bf61a['workbench']??{},..._0x22e0d0,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function Ha(_0x4593fc){const _0x27e020=_0x566a84;var _0x23ea48;if(_0x4593fc[_0x27e020(0x7ce)][_0x27e020(0x685)]&&_0x4593fc[_0x27e020(0x343)][_0x27e020(0x4e7)][_0x27e020(0x381)])return _0x4593fc[_0x27e020(0x343)]['roots'][_0x27e020(0x381)];let _0x4ea9f8=_0x4593fc[_0x27e020(0x343)][_0x27e020(0x4e7)][_0x27e020(0x4c2)]??_0x4593fc[_0x27e020(0x7ce)]['overlayRoot']??_0x4593fc[_0x27e020(0x7ce)][_0x27e020(0x6e5)],_0x177d25=((_0x23ea48=_0x4ea9f8['parentElement'])==null?void 0x0:_0x23ea48[_0x27e020(0x264)][_0x27e020(0x7ad)])===_0x27e020(0x7a6)?_0x4ea9f8['parentElement']:void 0x0;if(!_0x177d25||!_0x4593fc['embedId']||!_0x177d25[_0x27e020(0x264)][_0x27e020(0x61a)]||_0x177d25[_0x27e020(0x264)][_0x27e020(0x61a)]===_0x4593fc[_0x27e020(0x61a)])return _0x177d25??_0x4ea9f8;let _0x432b73=_0x4593fc[_0x27e020(0x7ce)][_0x27e020(0x6e5)][_0x27e020(0x7b6)];return Array[_0x27e020(0x3bd)](_0x432b73[_0x27e020(0x642)]('[data-u-comp=\x22embed-float-dom-chrome\x22]'))[_0x27e020(0x2f6)](_0x280ba0=>_0x280ba0[_0x27e020(0x264)][_0x27e020(0x61a)]===_0x4593fc['embedId'])??_0x4ea9f8;}function Ua(_0x45b164){const _0x2f0f01=_0x566a84;let _0x1b9e64=Ha(_0x45b164),_0x262771=_0x45b164['renderScope']['rootElement'][_0x2f0f01(0x7b6)][_0x2f0f01(0x77f)](_0x2f0f01(0x694));return _0x262771[_0x2f0f01(0x264)][_0x2f0f01(0x2c2)]=_0x45b164[_0x2f0f01(0x75a)][_0x2f0f01(0x754)],_0x262771['className']='univer-pointer-events-none',_0x1b9e64[_0x2f0f01(0x1e6)](_0x262771),{'root':_0x1b9e64,'menu':_0x262771};}function _0x3102(){const _0x5262de=['_session$','IRenderManagerService','identifier:univer.ribbon-service','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','_registerComponents','hostContext','entry','[data-u-comp=\x22embed-float-dom-content\x22]','state$','HorizontalMergeIcon','prepare','childUnit','descriptor','sheet.command.smart-toggle-filter','BOARDS_UI_PLUGIN_CONFIG_KEY','useCallback','_disposed','BaseToolbar','active$','document','horizontalAlign','_getEventClientPoint','Kanban','scaleY','dependencyCollection','pointerdown','passThroughInteractionGate','elementAdd$','maxExpansion','captureByChildUnitId','embed-ui.sheetsFloating.align.bottom','scroll-contained','_resolveChildSessionMode','_getChildUnitForMeasurement','getAll','sheet-embed-float-dom-root','_registrations','then','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','useFactory','radio','clipPath','footer','runtimeHost','Previous\x20page','sheets-ui.ribbon','embedModelService','pushUndoRedo','ownsSession','createElement','hideContextualTab','overflowY','slideOrder','clip-path','interactionGate','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','FOCUSING_UNIT','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','_docViewScaleService','color','pipe','getCacheKey','_createRenderScope','mount','number','popupRoot','_removeRuntimeFocusRoleTree','supports','ActivateBaseViewOperation','registerItem','#111827','_touchServices','value','acquire','_restorePreviousChildCurrentUnit','.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]','CanvasPopupService','devicePixelRatio','parentNode','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','CanvasPopup','inset(0\x200\x20','CreateBaseViewCommand','focusCoordinator','description','data-embed-canvas-root','getCanvasElement','_rootsByEmbedId','embed-float-dom-chrome','VerticalIntegrationIcon','readonly','_renderOne','max-width','contentHeight','syncHostVerticalScroll','uComp','transform','_refreshHostDocZoom','removeAttribute','embed-ui.sheetsFloating.align.center','getOwnPropertyNames','flushForTests','_findPreviousReadyEntry','isFinite','ownerDocument','pointerEvents','Disposable','FilterIcon','dpr','records','bleedLeft','activateView','_focusUnit','univer-size-3','resolveDocsCustomBlockRenderViewport','_isUniverPortalTreeElement','_setCurrentUnitForType','_runQueue','right','unitID','IconManager','contentWidth','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','hostAnchorId','hideAllContextualTabs','unregisterCommand','beforeCommandExecuted','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','renderScope','hasAnyHostPreservingChildFocusLease','embed-ui.sheetsFloating.toolbar.fontSize','registerOwnedElement','hostOffset','child','layoutPolicy','[data-embed-popup-root]','ISlideEmbedMountService','parentElement','BorderLine','duplicateView','13px','GRID_DEFAULT_COLUMN_WIDTH','drawImage','setZoomRatioAtViewportPoint','verticalWheelMode','chrome','BaseUIPopupService','calc(100%\x20-\x20','_getOwnedEmbedIdFromEventPoint','Arial','embed-float-dom-live-canvas','session','setDocsCustomBlockRenderViewportProvider','BOTTOM','openToolbarPanel','drawing','setSelection','getCanvas','name','BaseDuplicateTableDialog','getBaseCanvasRoot','_getHostSnapshot','inline','_resolvedChildUnits','clientHeight','group','schedule','table-list','EMBED_MOUNT_CHILD_TYPE_MISMATCH','Element','EmbedHostMenuOverrideService','pageMarginLeft','data','_focusTemporarySink','tabindex','bind','hideTrackWhenUnscrollable','enabled','registerProvider','surface','BASE_VIEW_MENU_ITEMS','10913dYXsJO','DropdownMenu','wrap','px)','_registerDefaultHostToolbar','getContextByChildUnitId','child-editor','fill','setSearchActiveIndex','SlideEmbedChildWorkbench','_componentManager','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','_hostContainerRegistry','setFocusOwner','_contextService','stickyHeaderHeight','config','active','univer-min-w-0','EmbedMountService','getOffsetConfig','divider','UNIVER_BASE','join','rowHeight','zoomRatio','isSheetLikeDocsCustomBlockChildType','RightJustifyingIcon','embedRuntimeBlocked','_leaseAppliesToHostUnit','items','FOCUSING_SLIDE','toResourceRefUnitType','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','embed-ui.sheetsFloating.textWrap.clip','tableId','viewScale','tab','focused$','passiveViewportRegistry','FORMULA_EDITOR_ACTIVATED','darkMode$','[data-embed-float-fullscreen-button]','attributes','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','clientWidth','zoom','disconnect','function','getOwnPropertySymbols','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','_boardElementService','CLIP','useLayoutEffect','IContextMenuService','univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','wheel','hasHostPreservingChildFocusLeaseForHost','data-embed-runtime-focus-role','content-bounds-fit','getValue','_hasContributionId','altKey','syncingChildFromHost','scrollState','constructor','host-override','SheetsOutlineUIMenuSchema','blur','generateRandomId','embed-ui.config','hidden$','runtimeSessionChanged$','bases-ui.ribbon','UpdateBoardElementMutation','findIndex','hostLayout$','EmbedFocusOwnerService','start','getAncestryForHostUnit','createBasesTableListBlockHostAdapterContribution','slide-page-list','getRegistrationByChildUnitId','true','warn','createDocsCustomBlockHostAdapterContribution','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','_dispatchEscapeToFloatingSurface','__embedSharedRootInjector','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','FOCUSING_DOC','previewRequested$','elementRemove$','contentSizeChanged$','size','_blurActiveElementBeforePortalReassignment','scopedInjector','flatMap','_flushPendingContributions','isChildUnitInActiveSession','ready','complete','addDescriptor','restoreService','onCommandExecuted','FormulaBar','pageWidth','_blockRegistry','filter','parseResourceRef','useSyncExternalStore','RibbonOthersGroup','1.0.0-insiders.20260809-70eefdd','copyBaseTableSnapshot','hideContextMenu','BaseTableSidebarFrame','undoRedoStatus$','_drainQueue','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','resolveBoardInteractionConfig','_createMountFocusRestorer','image/png','handleWheel','DesktopRibbonService','toDisposable','next','BorderStyleTypes','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','image','disposeWithMe','stale','abs','revision','_clearItems','order','retryDelay','floating','embed-ui.basesFloating.viewSettings.deleteView','Module','embed-ui.sheetsFloating.toolbar.bold','-44px','registerMultipleCommand','openActiveEditor','VerticalCenterIcon','zoomStep','subscribeConfigValue$','sWidth','registerMountedRuntime','scaleX','setCurrentUnitForType','RIBBON','_enableEmbedUnitLeasePolicy','token','menuSchema','ctrlKey','color:rgba(30,34,43,.64)','status','viewOrder','ResetRangeTextColorCommand','embed-ui.boardsFloating.zoomIn','ISlideEmbedFloatingActiveService','_resolveFloatingSurfaceRoot','mountMenu','backgroundColor','appendChild','doc-flow','univer-text-gray-900\x20dark:!univer-text-white','BaseViewType','SheetsDataValidationUIMenuSchema','externalHostInteractionUntil','_contributions','connectInjector','hostUnitId','enable','_modelService','verticalScrollOwner','embed-ui.boardsFloating.delete','ISheetEmbedRuntimeService','_contextsByChildUnitId','embed-float-dom-live','embed-ui.basesFloating.delete','productName','left','univer-doc-selection-container-docs-','formatPainter','fullscreenService','registerElement','updateViewState','allowPlaceholder','activeSlideId$','childOffset','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','fieldOrder','base-embed-floating-menu','embed-ui.basesFloating.confirmDelete.viewTitle','embed-ui.fullscreen.exit','IDocEmbedInteractionBoundaryService','activate','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','IBaseEmbedRuntimeService','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','isArray','base-embed-fullscreen-add-view-menu','getByEmbedId','univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','ISlideEmbedFloatDomRenderer','focusUnit','syncExecuteCommand','IBoardUIStateService','min-height:96px','_undoRedoService','defaultPrevented','DEFAULT_WORKSHEET_ROW_HEIGHT','ComponentManager','area','activeUntil','getUnitType','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-[rgba(0,0,0,0.15)]\x20univer-p-0\x20univer-text-white\x20univer-opacity-100\x20univer-shadow-sm\x20univer-transition\x20univer-duration-150\x20hover:univer-bg-[rgba(0,0,0,0.4)]\x20hover:univer-opacity-100\x20hover:univer-shadow-md\x20dark:!univer-bg-[rgba(243,244,246,0.22)]\x20dark:!univer-text-gray-900\x20dark:!univer-shadow-none\x20dark:hover:!univer-bg-[rgba(243,244,246,0.4)]','stable','getSession','EmbedHostEntryEnum','divider-font','closeToolbarPanel','getBoardPointFromClient','getColumnWidth','replace','nextSibling','button','ExpandIcon','splice','add','identifier:','getSlide','createInstance','hostElement','doc-block-stage2-runtime','getAncestorScale','getContext','get','SheetsDrawingUIMenuSchema','getSlides','portalContainer','setScrollState','ScrollBar','setProperty','clientX','EmbedHostAdapterRegistryService','search','_isRuntimeFocusRole','removeAllRanges','conditional-formatting','append','sparkline','restoreAnchor','Inject','drawings','getAllUnitsForType','set','base-embed-view-slot','undos','EmbedActivationService','165962DyidqW','\x20-\x20','factory','pageContentWidth','table-','createPortal','updatedAt','getState','embed-float-dom','_markRuntimeFocusRole','PointerDown','IDocEmbedRuntimeFocusCoordinator','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','_boardElementStateService','hasAnyBlockingChildFocusLease','ISheetEmbedInteractionBoundaryService','removeRender','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','_itemId','_leaseAppliesToChildUnit','_focusCoordinator','sequence','univer-box-border\x20univer-px-24','data-embed-content-root','IBaseEmbedFloatingActiveService','_setAnchorTransformerVisible','renderScopeActive','engine','focusFloatingRuntime','dataset','hasChildInteractionLease','self','#app','getUnitCreateOptions','img','dir','resolve','conditions','host-scroll','ResetBackgroundColorCommand','_queue','docsSheetLikeLayout','small','ILayoutService','textColor','embed-ui.sheetsFloating.toolbar.filter','type','RibbonFormulasGroup','EmbedDuplicateChildUnitError','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','recordOrder','clearSelection','pending','DocSelectionRenderService','replaceChildren','fit','IBaseCanvasRootResolverService','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','embedSlidePreviewCanvasHost','getSheetBySheetId','tables','_getLatestActivePortalOwner','_handlers','runtimeFocusOwners','lease','MutationObserver','position','cancelAnimationFrame','slice','setLeftSidebarVisible','viewportScrollY','Tooltip','slide-workbench','EmbedFullscreenService','sheets-sheet-tab','Workbook','setTimeout','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','container','borderComposite','embed-float-dom-overlay','_pendingChildUnits','univer-min-w-0\x20univer-truncate','VerticalAlign','style','nested','aspect-fit','data-embed-sheets-sheet-tab-host','UniverEmbedPlugin','IBaseHostChromeOverrideService','lockHostRibbon','outline','_isBlockingLease','forEach','closest','embed-ui.sheetsFloating.textWrap.wrap','PaintBucketDoubleIcon','BoardViewportService','GRID_ROW_HEADER_WIDTH','addDisposer','hasRecentInteractionFor','app','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','toPrimitive','Base','min','univer-h-8\x20univer-w-full\x20univer-px-2','univer-pointer-events-auto\x20univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','embedLayout','passiveWheelHandlerRegistry','BoardTextEditingService','captureByEmbedId','startedAt','focus','composedPath','_getActiveElement','catch','CreateBaseTableCommand','_getCurrentUnitId','univer-min-w-0\x20univer-truncate\x20univer-text-left','fromEntries','createSlidesFloatingObjectHostAdapterContribution','embedFloatingMenuEntry','_markInteractionBoundaryOwnerTree','priority','_exited$','_rememberPreviousChildCurrentUnit','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','_setRenderFailure','EmbedHostContainerRegistryService','ConfigProvider','values','ISlideEmbedRuntimeService','_getVisibleCanvasDocumentRect','pointerId','data-embed-interaction-boundary-owner','body','sessionMode','_providers','contentRoot','font:13px/1.5\x20sans-serif','[data-embed-overlay-root]','asObservable','createRibbonOverride','SheetsNoteUIMenuSchema','SetRangeBoldCommand','_normalizeHostMountResult','none','hyper-link','requestPreview','close','MoreDownIcon','_getActiveOwnedRuntimeFocusInfo','OneToOneIcon','RibbonPosition','_isOwnedBoundaryElement','_rectContainsPoint','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','embedChildRenderMode','tableOrder','createDocsCustomBlockSizeRefreshScheduler','documentFlavor','DATA','OpenBaseRecordDetailPanelOperation','SheetsChartUIMenuSchema','allowed','FloatingToolbarSplitTrigger','_focusDocumentBody','interactionFlow','merge','VIEWPORT_KEY','deltaZ','EMBED_SHEETS_FLOATING_COMPONENT_KEY','find','documentStyle','docs-sticky-sheet','subscribeVerticalScroll','removeChild','closed','shift','resolved','_hostAdapterRegistry','isInternalEditorID','deepCompare','embed-ui.boardsFloating.zoomOut','useValue','cancelable','delete','SHEET_VIEWPORT_KEY','_sessions','univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','transient','_mountFloatingMenu','remove','scopedDependencies','RemoveWorksheetMergeCommand','docs-sticky-base','rules','univer-min-w-6\x20univer-text-left','medium','divider-format','data-embed-slides-page-list-host','getTypeOfUnitDisposed$','univer-doc-main-canvas','restoreEmbed','visualOffset','@univerjs-pro/embed-ui','code','bottom','_entriesByKey','resize','sheet.operation.open.numfmt.panel','promote','_items','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','START','__editor_docs-','auto','canvasRoot','startEditingCell','hideFloatMenu','getPreview','VIEW','SheetsConditionalFormattingUIMenuSchema','bases-ui.embed','_embedModelService','embedChildRenderStatus','3677855SUUtCp','detail','DocFloatMenuService','getActiveDescriptorsByChildUnit','CloseBaseRecordDetailPanelOperation','direction$','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-white\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','SLIDE_PAGE_RECT_KEY','EmbedHostRestoreService','ghost','_mountResolvedHost','notifyExited','activationService','DEFAULT_WORKSHEET_COLUMN_WIDTH','IBaseUIPopupService','resizeDocsSheetLikeRendererByWheel','overlayRoot','listSessions','offsetWidth','acquireStage2SessionLease','univer-fill-primary-600','_scheduleFloatingChildFocus','SetVerticalTextAlignCommand','runtimeScope','[data-u-comp=\x22embed-float-dom-live-content\x22]','mergeMenu','embed-ui.sheetsFloating.borderLine.borderColor','unitDisposed$','background:rgba(99,102,106,.06)','SetTextWrapCommand','canvasFloatDomPreviewService','DeleteIcon','_isAppShellEditorPortalCandidate','height:100%','getActive','contentRect','univer-fixed\x20univer-z-[900]','deleteBlock','fieldSettings','jsx','sheet-workbench','univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','_mountOwnedSession','_previousChildCurrentUnits','classList','shiftKey','touchDependencies','deltaX','query','_sortHandlers','univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','slides-ui.ribbon','_getAnyActiveElement','bleedWidth','scale(','FontFamilyItem','clearActiveEditing','identifier','#000000','_focusLayout','embed-ui.sheetsFloating.toolbar.font','_materializeService','data-embed-child-render-unit-id','AlignTopIcon','OpenBasePanelOperation','Empty\x20embed\x20float\x20preview\x20result.','MenuManagerPosition','defaults','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','register','VIEW_MAIN','8px','getProjection','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','event','UNIVER_BOARD','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','univer-overflow-hidden','boards-floating-object','embed-ui.sheetsFloating.toolbar.mergeCell.main','DeleteBaseTableCommand','Missing\x20embed\x20float\x20preview\x20provider:\x20','_registerRootPopupDescendantFocusRoles','supportedLayouts','getFocusedUnit','menuSlot','ISlideEmbedActivationService','EMBED_MOUNT_HOST_NOT_REGISTERED','divider-format-tools','defaultPageSize','GRID_HEADER_HEIGHT','WrapStrategy','OpenBaseActiveEditorOperation','docsLeft','-100000px','bold','activateAnchor','createScoped','getGalleryProjectionBodyHeight','focusin','click','Button','getOverride','[data-embed-runtime-focus-role]','target','pointerLease','univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','univer-dropdown','pointercancel','setAttribute','activateFloating','ViewTabs','_isDetachedOffscreenPortalCandidate','EMBED_CHILD_UNIT_ID_ATTRIBUTE','_releaseBodyPortalClaims','_roots','_notifyRuntimeFocusChanged','with','hideToolbar','fullscreen-runtime','LeftJustifyingIcon','instanceService','setActive','getRegistration','_getSlideModel','LocaleService','startX','embed-ui.sheetsFloating.toolbar.border.main','section','mountService','recordId','beforeDeactivate','embedSlidesPresentationPreviewImage','INSERT','OTHERS','string','EmbedHostAnchorModelService','dispose','stopPropagation','ContextMenuService','createScopedBaseGlobalPortalService','fontFamily','mountIntoHostElement','maxDepth','SlideEmbedReadonlyFloatingPreview','from','9CqEgrw','useState','map','_childUnitAncestry','floor','collapsedIds$','containsElement','width:100%','Plugin','univer-gap-0.5\x20univer-px-1','key','[data-u-comp=\x22headerbar\x22]','reduce','FontColorDoubleIcon','hidden','GRID_ADD_FIELD_COLUMN_WIDTH','startsWith','documentElement','EditorContainer','getActiveDescriptors','_resolveChildUnitId','aria-hidden','useMemo','activatedTab$','_rootsByChildUnitId','length','IUndoRedoService','EMBED_RUNTIME_HOST_NOT_ATTACHED:','univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','ownedPointerInteractionUntil','slide-readonly-preview','Separator','getElementDataForUnit','_override$','hostWheelGestureService','checkElementInCurrentContainers','closeSearch','Embed','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','closeActiveEditor','_runtimePolicyService','_markExistingBodyPortals','object','SetBorderBasicCommand','_portalObservers','_projectionService','embedChildRenderError','_contentSizeChanged$','DocsTablePassiveWheelService','__editor___INTERNAL_EDITOR__','IBaseEmbedRuntimeFocusCoordinator','floatingMenuInsetTop','_registerFloatingMenus','data-u-comp','EMBED_MOUNT_CHILD_NOT_REGISTERED','_resolveLayout','elementsFromPoint','createDefaultConfig','activateSession','33jjwTrt','CanvasFloatDomPreviewService','embed-ui.sheetsFloating.align.top','icon','hostAnchorRecord','THIN','_focusTabPeerSession','makeDirty','getTypeOfUnitAdded$','registerRoot','fitContent','mousedown','viewportHeight','isHostGesture','bleedRight','allowDirectBodyPortal','docs-ui.embed','finally','setActivatedTab','_notifyRuntimeSessionChanged','pluginName','kind','getContextByHostAnchorId','displayName','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','activateTab','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','_sync','previewService','_isOwnedElement','UndoCommand','ArrowLeftIcon','embedSlidesPresentationInteractionGate','_config','enableExclusivePolicy','BehaviorSubject','openRecordDetail','includeAppShellEditorPortal','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','_isHTMLElement','floating-stage','observe','ICommandService','HTMLElement','clearTimeout','display','SheetsUIMenuSchema','hostHeaderMode','_getDocsLeft','defaultPluginConfig','padding','_mountService','base-workbench','deltaMode','getDescriptor','SetDocZoomRatioOperation','getMergedMenuSchema','fixed','calendarViewSettings','[data-embed-interaction-boundary-owner]','now','IBaseViewWheelScrollService','top','WRAP','disabled','subscribe','defaultView','_runChildBeforeDeactivate','pushUndoRedoForChild','CellPopupManagerService','selections','contextChanged$','SHEET_FOOTER_BAR_HEIGHT','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','cycle','getCurrentTypeOfUnit$','design','inset','_key','EMBED_MENU_OVERRIDE_TAB_REQUIRED','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','session$','Bases','has','createDefaultBaseTableSnapshot','ThemeService','_activateTabPeerFocusLease','GRID_ADD_RECORD_ROW_HEIGHT','TruncationIcon','embed-ui.basesFloating.tableSidebar.defaultTableName','capture','scrollToViewportPos','GLOBAL','contains','_isBodyPortalCandidate','data-embed-child-render-mode','FONT_SIZE_LIST','sheet-embed-floating-menu','inert','shiftViewportPanOffset','toDataURL','_registerProductUIContributions','viewportScrollX','canvasRootClassName','padding:16px','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','Subject','insertBefore','float','menuOutlet','_pendingPortalOwner','AddWorksheetMergeVerticalCommand','setCollapsedIds','hasAnyChildInteractionLease','data-embed-id','unmountFloatingSessions','resolveStackUnitId','LEFT','graceMs','enableStage1BodyDrag','Ribbon','tooltip','NoBorderIcon','_rendering','margin-left','runtimeFocusChanged$','getAttribute','numberFormat','getRowHeight','localeChanged$','innerWidth','getId','DOCS_UI_PLUGIN_CONFIG_KEY','embed-ui.basesFloating.confirmDelete.tableDescription','fakeToolbarVisible$','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','Fragment','getContextByEmbedId','checkContentIsFocused','open','embed-ui.sheetsFloating.textWrap.overflow','docs-ui.ribbon','getActiveSlide','getRuntimeScopedDependencies','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','StopBaseEditingCellOperation','openContextMenu','getFlatMenuByPositionKey','FloatDom','moved','_anchorModelService','liveRoot','dragStarted','univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','AutoFillPopupMenu','isExternalHostInteraction','onHostWheel','sceneCanvasCaptureService','embed-ui.sheetsFloating.borderLine.borderSize','textContent','UNIVER_EMBED_UI_PLUGIN','registerComponent','refCount','message','visible','children','univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','content','embed-float-dom-live-content','missing-descriptor','label','host','embed-ui.basesFloating.viewSettings.addView','EMBED_DUPLICATE_CHILD_UNIT','disposed','ribbonService','0\x20/\x200','isEmbedBoardsFloatingElement','RibbonInsertGroup','EmbedReferencedUnitMaterializeService','_isUniverPortalCandidate','deactivateTabSessions','childType','commandService','canMount','divider-block','getDirection','IBoardElementStateService','useRef','exited$','_registerServices','divider-layout','MergeAllIcon','112920LqIsGJ','registerContextMenuHandler','block','ISheetEmbedFloatingGeometryService','_activeDragCleanup','UNIVER_SHEET','forwardRef','_markBodyPortalOwner','overlay','SetHorizontalTextAlignCommand','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','_floatingActiveService','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','startWith','invalidate','test','_nextIndex','SetBaseScrollOperation','EMBED_MOUNT_CHILD_NOT_RESOLVED','embedChildRenderUnitId','collapsedGroupPaths','requestAnimationFrame','getActiveSheet','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','indexOf','registerRenderModule','setActiveSlide','createUnit','IRibbonService','data-embed-menu-slot','_contentSizeRegistry','embed-ui','height','univer-size-6\x20univer-p-0','closeRecordDetail','IUIPartsService','stage2','OpenBaseContextMenuOperation','displayTarget','hasExact','BoardShapeTextEditorContainer','mounting','embed-ui.basesFloating.viewSettings.configureView','BoardsFloatingObject','identifier:ui.layout-service','roots','viewportWidth','univer-truncate','CENTER','month','pointerup','setConfig','_menuOverrideService','listElements','parentEmbedId','configurations','acquireLease','runtime-pointer','registerCommand','clearVirtualRecords','univer-pointer-events-none','visibility','root','5940816qXDokj','sourceMeta','max','UNIVER_UNKNOWN','selector','some','dispatchEvent','placeholder','isolation','startY','SetCellEditVisibleOperation','collapseWithoutChildScroll','Calendar','getViewScale','display:flex','item','_hostGestureEvents','scrollWidth','keydown','releaseStage2SessionLeaseIfActivationDoesNotStick','pointermove','RenameBaseTableCommand','slides-floating-object','fallbackHeight','embed-ui.sheetsFloating.toolbar.numberFormat','stage','_isBlockingRole','setAnchor','trim','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','UniverLicensePlugin','docs-custom-block','__addUnit','ISlideDrawingService','getCanvasEle','addEventListener','ref','identifier:univer.sheet.selection-render-service','EmbedModelService','floatingActiveService','ALL','floating-menu','embed-ui.sheetsFloating.toolbar.resetColor','clipBottom','clear','UniverEmbedUIPlugin','gate','reason','round','_initializeFloatingSessionActiveState','sHeight','registerChildInteraction','setContextValue','runtimeHostLeaseService','UniverInstanceType','ribbon','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','MoveBaseViewCommand','_selectAnchor','boards-ui.embed','univer-grid\x20univer-gap-0.5','usesDomFloatingStage','getBaseFloatingPanelPortalContainer','data-embed-popup-root','waiting-base-canvas-root','verticalAlign','univer:embed-float-drag-handle:pointerdown','#ffffff','Dropdown','[data-embed-floating-menu-popup=\x22true\x22]','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','span','_leases','childUnitId','listbox','initialWidth','_registerRuntimeBoundary','absolute','AllBorderIcon','manual','Gallery','BrushIcon','defaultColumnWidth','AddViewMenu','disableLiveHostPointerEvents','_observeWheel','clearFocusOwner','embedChildUnitId','clearFloating','Docs','hostToolbar','prototype','mainComponent','data-embed-bases-table-list-host','important','embedHostAnchorId','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','FOCUSING_BOARD','views','iterator','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','_handleDragStart','AlignBottomIcon','BaseViewWheelScrollService','getByHostAnchorId','unitAdded$','scroll','disposable','6eaVoOL','_current','SheetsSortUIMenuSchema','captureByHostAnchorId','unitId','registerContext','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','embed-ui.sheetsFloating.align.middle','pivot-table','_relocateExistingSession','OVERFLOW','dblclick','child-tab','addedNodes','registerCtorForType','justify-content:center','getCurrentUnitOfType','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','sheetLike','child-popup','5pPtNQw','univer-flex\x20univer-items-center\x20univer-justify-center','viewportPanOffset','title-only','clearFullscreen','isConnected','MenuManagerService','_cleanupOrdinaryBodyChromeClaims','bases-table-list-block','_leaseSequence','SheetsPrintMenuSchema','inactive','pageMarginRight','_passiveWheelHandlerRegistry','DEFAULT_EMBED_TAB_LAYOUT_POLICY','CheckMarkIcon','getConfig','IEditorUIService','classic','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','onMutationExecutedForCollab','100%','[data-embed-floating-menu=\x22true\x22]','ISlideEmbedRuntimeFocusCoordinator','createSlidesPageListBlockHostAdapterContribution','conditionalColoring','identifier:ui.sidebar.service','elementUpdate$','28px','toggleAttribute','embed-ui.basesFloating.copySuffix','univer-popup','includes','symbol','embed-ui.sheetsFloating.toolbar.textWrapMode.main','clsx','BuiltInUIPart','doc-width-scale','IBoardEmbedRuntimeFocusCoordinator','src','_childUnitIds','params','_registerChildFocusBridge','index','virtualWidth','leftPanelWidth','source','tab-peer-runtime','child-scroll','setActiveSheet','useObservable','DEFAULT_TOTAL_SIZE','SheetsSelectionsService','SetOnceFormatPainterCommand','tab-peer','_elements','removeProperty','renderManagerService','createRender','IBaseUIStateService','contribution','allowOwnedPortalReassignment','resolveDocsCustomBlockSize','board-embed:','activateTable','darkMode','_univerInstanceService','DocsCustomBlock','activeIndex','univer-fill-gray-900\x20dark:!univer-fill-white','push','existingEmbedId','SetRangeFontFamilyCommand','scene','[data-embed-sheets-sheet-tab-host=\x22','version','recalculate','hasCommand','data-embed-overlay-root','decorate','EMPTY','cssText','thread-comment','child-session','mode','dialog','getPrototypeOf','CloseBasePanelOperation','_releaseTabPeerFocusLease','NumberIcon','title','registerContainerElement','getRenderUnitById','width','univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','childContext','_baseUIStateService','getResourceRefInputUnitSelector','_assertChildUnitAvailable','univer-min-w-0\x20univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20univer-text-sm\x20univer-font-semibold\x20univer-text-gray-700\x20dark:!univer-text-gray-200','useDependency','SELF','pageId','pageManager','_rootsByHostAnchorId','[data-embed-floating-menu-entry]','print','stage2-runtime','_embedMountService','ISheetHostChromeOverrideService','useEffect','disable','BorderType','ShapeTextEditorContainer','scrollByViewportDeltaVal','divider-border','keys','workbench','deactivateFloatingSession','numfmt','border:1px\x20dashed\x20rgba(99,102,106,.35)','expiresAt','2888sAWJjI','pointer','Failed\x20to\x20load\x20embedded\x20sheet.','defineProperty','IBaseGlobalPortalService','touchAction','embedFullscreenStatus','base','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','_active$','viewId','embed-float-dom-interaction-gate','previewUpdated$','_activePortalOwners','_registerLateProductUIContributions','resolveSlideLogicalPageSize','collectViewState','removeEventListener','layout','vertical','ColorPicker','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','overflow','RedoCommand','hasBlockingChildFocusLease','_mountBlockedRuntime','before:univer-hidden','SetEmbedDescriptorMutation','_contextsByHostAnchorId','rowHeader','_routeWheelToHost','SheetsPivotTableUIMenuSchema','univer-bg-white\x20dark:!univer-bg-gray-900','host-scroll-sync','data-embed-host-unit-id','menuContainer','ignoreOwners','getLocales','_releaseTabPeerFocusLeasesForHost','embedId','_containsRegisteredElement','_getChildSessionPriority','BaseEditorService','EmbedUnitLeasePolicyService','RemoveEmbedCommand','DependentOn','_ownedRuntimeFocusAppliesToHost','embedChildType','note','[data-embed-interaction-boundary-owner=\x22','BoardWorkbench','measureContentSize','GRID_SUMMARY_HEIGHT','SheetsShapeUIMenuSchema','ISheetEmbedRuntimeFocusCoordinator','list','CloseBaseActiveEditorOperation','slides-page-list-block','\x20/\x20','SetRangeFontSizeCommand','DeviceInputEventType','context','TOP','UNIVER_DOC','_focusOwnerService','getStage','unsubscribe','registerEmbedProductMenuContribution','embed-ui.sheetsFloating.align.right','Boards','activeElement','_wheelScrollService','stage-change','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','_currentOverride','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','AddWorksheetMergeHorizontalCommand','_childViewRegistry','menu','querySelectorAll','materializeDescriptor','onScrollByBar$','activatePortalScope','top\x20left','horizontal','stage1','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','getRuntimeRoots','SheetsSparklineUIMenuSchema','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','getKanbanProjectionBodyHeight','IUniverInstanceService','registerRuntimeScope','data-embed-child-type','identifier:ui.popup.service','DocViewScaleService','createDefaultDocsTableLikeCustomBlockBleedViewport','activeViewId','maxHeight','injector','scrollHeight','UNIVER_SLIDE','exit','resolveDocsTableLikeCustomBlockContentHeight','SKIP_SELF','_getBodyPortalOwner','retrying-base-child-render','hypot','subUnitId','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','sheetBar','Subscription','_getHostUnit','value$','BASES_UI_PLUGIN_CONFIG_KEY','_maxDepth','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','child-fullscreen','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','view-','isChildUnitRuntimeEvent','identifier:univer.menu-manager-service','_activeDrain','doc-block','align-items:center','identifier:ui.contextmenu.service','sort','getBaseFloatingPosition','EditorUIFloatingContainer','disposeUnit','resolvedDependencyCollection','ISlideEmbedFocusOwnerService','tab-active','getViewport','interactionBoundaryService','_tabFocusLeases','element','embedSheetsSheetTabError','openSearch','univer-z-30','fallbackWidth','getSheets','_layoutService','CloseBaseContextMenuOperation','content-only','fullscreen','hasAttribute','LookUp','IBaseEmbedFloatingGeometryService','DesktopSidebarService','querySelector','viewSettings','fit-width','getComputedStyle','univer-z-[2]\x20univer-flex\x20univer-h-full','_claimBodyPortals','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','activateFullscreen','IMenuManagerService','base-embed-fullscreen-view-tabs','div','_sceneCanvasCaptureService','BASE_LEFT_PANEL_DEFAULT_WIDTH','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','ToolbarButton','univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','runtimeRoots','univer.embed.forwarded-wheel-event','_domLayerService','components','BaseDeleteConfirmDialog','UniverBoardsUIPlugin','#b91c1c','getSheetId','3246170QTfmJl','Escape','_injector','Sidebar','2028075Yygvtr','reverse','_boardUIStateService','executeCommand','customizeKanban','syncingHostFromChild','_configService','preventDefault','AutowrapIcon','canvas','_renderManagerService','getCurrentSelections','currentTarget','SheetsHyperLinkUIMenuSchema','clientY','getUnitId','getUnit','embed-ui.basesFloating.confirmDelete.viewDescription','baseUnitId','SheetsFilterUIMenuSchema','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','apply','_isHostPreservingLease','-52px','keyboard','embedHostEntry','tabIndex','getStickyHeaderHeight','_geometryInvalidated$','IRibbonOverrideService','mounted','univer-size-3.5','field-','jsxs','role','columnHeader','EMBED_RUNTIME_HOST_ALREADY_LEASED:','className','IBoardElementService','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]','collectDocsTableLikeEmbedChildUnitIds','_entriesByEmbedId','unmerge','getZoomRatio','univer-text-red-500\x20hover:univer-text-red-600','BoardDomLayerService','closeContextMenu','BaseViewIcon','scrollLeft','initial','embed-docs-custom-block','BORDER_SIZE_CHILDREN','activeEmbedId','metaKey','_registerProductMenus','redos','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','activeTableId','slides-ui.embed','univer-pointer-events-auto\x20univer-shrink-0','[data-board-viewport-host=\x22true\x22]','fontSize','_ribbonOverrideService','rootElement','entries','override$','unmount','useConfigValue','error','_collectOwnedFloatingSurfaceRoots','viewState','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','deleteConfig','General','getSnapshot','pointer-events','restoreViewState','embed-ui.sheetsFloating.align.left','after:!univer-border-b-0\x20after:!univer-border-r-0','clearTab','contextmenu','_assertResolvedChild','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','allowHostBodyDrag','notifyContentSizeChanged','FOCUSING_SHEET','_ensurePortalObserver','data-embed-runtime-slot-owner','getOwnPropertyDescriptor','getPendingRequests','Injector','IConfigService','setStage','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','dividerBefore','sheets-ui.embed','px\x200)','Gantt','[data-u-comp=\x22embed-docs-custom-block\x22]','clearUnit','owner','subscribeContextValue$','hostChromeMode','ISlideDrawingStateService','resolveRuntimeScopeByChildUnitId','_context','getEmbedBoardsFloatingCustomData',':anonymous:','BaseDataModel','_getOrCreateRender','univer-size-3\x20univer-shrink-0','maxRetries','RIGHT','scopedActionServiceTokens','HorizontalAlign','KeyboardEvent','getGridProjectionBodyHeight','embed-float-dom-popup','_commandService','_runtimeScopes','host-passive','getBoundingClientRect','IBaseProjectionService','child-keyboard','getProvider','commandId','CancelMergeIcon','deltaY','_getOwnedEmbedIdFromTarget','render','getFocusOwner','SheetsThreadCommentUIMenuSchema','SlidesPageListBlock','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','_ownedEmbedAppliesToChildUnit','_instanceService','associatedChildUnitIds','alt','selectElements','current','popup','packageName','disabled$','hideHostFxBar','univer-doc-selection-container-__INTERNAL_EDITOR__','disableEdit','base-embed-view-panel','scrollTop','univer-pointer-events-auto','IContextService','sheets-floating-object','embed-ui.basesFloating.duplicateTable.copyName','univer-pointer-events-none\x20univer-absolute\x20univer-left-3.5\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-min-w-0\x20univer-items-center\x20univer-justify-between\x20univer-gap-4','DocPageLayoutService','hasRecentInteraction','hostType','OverflowIcon','call','_contextsByEmbedId','Nested\x20embed\x20is\x20not\x20supported.','getChildContext','runtime','closeOwnedFloatingSurfaces','_overlayRootService','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','IBaseViewRegistryService','retry','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'];_0x3102=function(){return _0x5262de;};return _0x3102();}function Wa(_0x519c12){const _0x530941=_0x566a84;return[{'hostType':n[_0x530941(0x52f)][_0x530941(0x632)],'entry':e['EmbedHostEntryEnum'][_0x530941(0x5bc)],'childType':_0x519c12['childType'],'mount':_0x519c12[_0x530941(0x78d)]},{'hostType':n[_0x530941(0x52f)][_0x530941(0x4bf)],'entry':e[_0x530941(0x21e)]['SheetsFloatingObject'],'childType':_0x519c12[_0x530941(0x4af)],'mount':_0x519c12[_0x530941(0x78d)]},{'hostType':n[_0x530941(0x52f)][_0x530941(0x658)],'entry':e[_0x530941(0x21e)]['SlidesFloatingObject'],'childType':_0x519c12[_0x530941(0x4af)],'mount':_0x519c12[_0x530941(0x78d)]},{'hostType':n[_0x530941(0x52f)][_0x530941(0x377)],'entry':e['EmbedHostEntryEnum'][_0x530941(0x4e5)],'childType':_0x519c12['childType'],'mount':_0x519c12['mount']}];}function Ga(_0x474487){const _0xebcd7e=_0x566a84;let {embedId:_0x1e7270,childUnitId:_0x3198da,base:_0x139d0a,activeTable:_0x59d27d}=_0x474487,_0x241bcd=Ka(_0x1e7270);return _0x241bcd?(0x0,g[_0xebcd7e(0x24c)])((0x0,u[_0xebcd7e(0x353)])(Ja,{'childUnitId':_0x3198da,'base':_0x139d0a,'activeTable':_0x59d27d}),_0x241bcd):null;}function Ka(_0xac29c7){const _0x3d54ff=_0x566a84;let [_0x15e462,_0x52b80f]=(0x0,c[_0x3d54ff(0x3bf)])(()=>qa(_0xac29c7));return(0x0,c[_0x3d54ff(0x5e7)])(()=>{const _0x2a3ea5=_0x3d54ff;let _0x5551d5=window[_0x2a3ea5(0x4cf)](()=>_0x52b80f(qa(_0xac29c7)));return()=>{window['cancelAnimationFrame'](_0x5551d5);};},[_0xac29c7]),_0x15e462;}function qa(_0x12e0fd){const _0x1e2bec=_0x566a84;return Array[_0x1e2bec(0x3bd)](document[_0x1e2bec(0x642)](_0x1e2bec(0x5fb)))['find'](_0xc52e35=>_0xc52e35[_0x1e2bec(0x264)][_0x1e2bec(0x61a)]===_0x12e0fd)??null;}function Ja(_0xb8aafb){const _0x30e438=_0x566a84;var _0x187d84,_0x33876c;let {childUnitId:_0x202408,base:_0xceccd6,activeTable:_0xacf120}=_0xb8aafb,_0x46176a=(0x0,a['useDependency'])(n[_0x30e438(0x423)]),_0xb8cb11=(0x0,a['useDependency'])(n['IConfigService']),_0x5229c8=(0x0,a['useDependency'])(n[_0x30e438(0x3a9)]),_0xbe9e44=(0x0,a['useDependency'])(h[_0x30e438(0x5b4)]),_0x204d0c=(0x0,a[_0x30e438(0x5ab)])(()=>_0xbe9e44[_0x30e438(0x756)],_0xbe9e44['getState'](),!0x1,[_0xbe9e44]),[_0x3bc7a1,_0x3fa767]=(0x0,c[_0x30e438(0x3bf)])(null),[_0x3ca377,_0x421866]=(0x0,c[_0x30e438(0x3bf)])(null),[_0x5936ad,_0x11bdb8]=(0x0,c['useState'])(''),[_0x2cf6ac,_0x32ea71]=(0x0,c[_0x30e438(0x3bf)])(_0x30e438(0x4f1)),[_0x45256f,_0x17b477]=(0x0,c['useState'])(null),_0x4b6bde=(_0xb8cb11==null||(_0x187d84=_0xb8cb11[_0x30e438(0x589)](h[_0x30e438(0x666)]))==null?void 0x0:_0x187d84['workbench'])??{},_0xf6edde=_0x204d0c['layout'][_0x30e438(0x5a6)]??_0x4b6bde['leftPanelWidth']??((_0x33876c=h[_0x30e438(0x42a)][_0x30e438(0x5ee)])==null?void 0x0:_0x33876c[_0x30e438(0x5a6)])??h[_0x30e438(0x696)],_0x2b024d=_0xceccd6[_0x30e438(0x6f0)](),_0x59fa91=Za(_0x2b024d,_0xacf120['id']),_0x9d0da3=async _0x22ec67=>{const _0x5c8c43=_0x30e438;let _0x37803a=_0x2b024d[_0x5c8c43(0x284)][_0x22ec67];if(!_0x37803a)return;let _0x3d7576=_0x37803a[_0x5c8c43(0x1df)]['find'](_0x469fc1=>_0x37803a[_0x5c8c43(0x55b)][_0x469fc1]);_0xbe9e44['activateTable'](_0x37803a['id']),_0x3d7576&&_0xbe9e44[_0x5c8c43(0x7bd)](_0x3d7576),_0xbe9e44['setSelection'](null),_0xbe9e44[_0x5c8c43(0x4dc)](),await _0x46176a[_0x5c8c43(0x6a9)](h['ActivateBaseTableOperation']['id'],{'unitId':_0x202408,'tableId':_0x22ec67});},_0x3f62e5=async()=>{const _0x4a4a42=_0x30e438;let _0xa80211=(0x0,n[_0x4a4a42(0x44d)])({'id':_0x4a4a42(0x24b)+(0x0,n[_0x4a4a42(0x848)])(0x8),'name':Qa(_0xceccd6['getSnapshot'](),_0x50f9b2=>_0x5229c8['t'](_0x4a4a42(0x452),String(_0x50f9b2))),'primaryFieldId':_0x4a4a42(0x6c6)+(0x0,n['generateRandomId'])(0x8),'gridViewId':_0x4a4a42(0x66b)+(0x0,n['generateRandomId'])(0x8)});await _0x46176a['executeCommand'](m['CreateBaseTableCommand']['id'],{'unitId':_0x202408,'table':_0xa80211})&&(_0xbe9e44[_0x4a4a42(0x5b9)](_0xa80211['id']),_0xbe9e44['activateView'](_0xa80211[_0x4a4a42(0x1df)][0x0]),_0xbe9e44['setSelection'](null),_0xbe9e44[_0x4a4a42(0x4dc)](),_0x17b477(_0xa80211['id']));},_0x44d729=async(_0x342ad6,_0x2c94b4,_0x587b07)=>{const _0x58846e=_0x30e438;let _0x41411a=_0xceccd6[_0x58846e(0x6f0)](),_0x42e87f=_0x41411a[_0x58846e(0x284)][_0x342ad6];if(!_0x42e87f)return;let _0x39414b=(0x0,m[_0x58846e(0x874)])(_0x42e87f,{'id':_0x58846e(0x24b)+(0x0,n[_0x58846e(0x848)])(0x8),'name':_0x2c94b4,'includeRecords':_0x587b07===_0x58846e(0x7bb),'regenerateViewIds':!0x0,'createViewId':()=>'view-'+(0x0,n[_0x58846e(0x848)])(0x8)});await _0x46176a[_0x58846e(0x6a9)](m[_0x58846e(0x2bd)]['id'],{'unitId':_0x202408,'table':_0x39414b,'index':_0x41411a[_0x58846e(0x2e8)]['indexOf'](_0x342ad6)+0x1})&&(_0xbe9e44[_0x58846e(0x5b9)](_0x39414b['id']),_0xbe9e44[_0x58846e(0x7bd)](_0x39414b[_0x58846e(0x1df)][0x0]),_0xbe9e44['setSelection'](null),_0xbe9e44[_0x58846e(0x4dc)]());},_0x38b195=async _0x5edb70=>{const _0x23480b=_0x30e438;let _0x44f8dc=_0xceccd6['getSnapshot'](),_0x2b9558=Za(_0x44f8dc,_0xacf120['id'])['map'](_0x47db18=>_0x47db18['id']);if(_0x2b9558['length']<=0x1)return;let _0x4b7fd4=_0x5edb70===_0xacf120['id']?_0x2b9558[_0x23480b(0x2f6)](_0x49c3ca=>_0x49c3ca!==_0x5edb70):null;if(await _0x46176a[_0x23480b(0x6a9)](m[_0x23480b(0x37c)]['id'],{'unitId':_0x202408,'tableId':_0x5edb70})&&_0x4b7fd4){let _0x41f4eb=_0x44f8dc[_0x23480b(0x284)][_0x4b7fd4],_0x5457c4=_0x41f4eb==null?void 0x0:_0x41f4eb[_0x23480b(0x1df)][_0x23480b(0x2f6)](_0x24036e=>_0x41f4eb['views'][_0x24036e]);_0xbe9e44['activateTable'](_0x4b7fd4),_0x5457c4&&_0xbe9e44[_0x23480b(0x7bd)](_0x5457c4),_0xbe9e44['setSelection'](null),_0xbe9e44[_0x23480b(0x4dc)]();}};return(0x0,u[_0x30e438(0x6c7)])(u[_0x30e438(0x481)],{'children':[(0x0,u[_0x30e438(0x353)])(h[_0x30e438(0x876)],{'title':_0x2b024d[_0x30e438(0x7ec)]||_0x30e438(0x2b0),'items':_0x59fa91,'width':_0xf6edde,'pendingRenameItemId':_0x45256f,'onActivateItem':_0x9d0da3,'onAddTable':async()=>{await _0x3f62e5();},'onRenameTable':async(_0x3533f9,_0x8a6551)=>{const _0x315004=_0x30e438;await _0x46176a[_0x315004(0x6a9)](m[_0x315004(0x50e)]['id'],{'unitId':_0x202408,'tableId':_0x3533f9,'name':_0x8a6551});},'onPendingRenameItemConsumed':_0xb9afb8=>{_0x45256f===_0xb9afb8&&_0x17b477(null);},'onDuplicateTable':_0x5831b1=>{const _0x102ed6=_0x30e438;let _0x15eb4d=_0xceccd6[_0x102ed6(0x6f0)](),_0x52fda6=_0x15eb4d['tables'][_0x5831b1];_0x52fda6&&(_0x421866(_0x5831b1),_0x11bdb8($a(_0x15eb4d,_0x5229c8['t'](_0x102ed6(0x73d),_0x52fda6[_0x102ed6(0x7ec)]))),_0x32ea71(_0x102ed6(0x4f1)));},'onDeleteTable':_0x3fa767,'onResizeWidth':_0x4af481=>_0xbe9e44['setLeftPanelWidth'](_0x4af481)}),(0x0,u[_0x30e438(0x353)])(h[_0x30e438(0x7ed)],{'open':!!_0x3ca377,'name':_0x5936ad,'mode':_0x2cf6ac,'onNameChange':_0x11bdb8,'onModeChange':_0x32ea71,'onCancel':()=>_0x421866(null),'onConfirm':async()=>{const _0x52d90=_0x30e438;let _0x39a366=_0x3ca377,_0x1ce455=_0x5936ad[_0x52d90(0x515)](),_0x5a8b69=_0x2cf6ac;!_0x39a366||!_0x1ce455||(_0x421866(null),await _0x44d729(_0x39a366,_0x1ce455,_0x5a8b69));}}),(0x0,u['jsx'])(h[_0x30e438(0x69e)],{'open':!!_0x3bc7a1,'title':_0x5229c8['t']('embed-ui.basesFloating.confirmDelete.tableTitle'),'description':_0x5229c8['t'](_0x30e438(0x47e)),'onCancel':()=>_0x3fa767(null),'onConfirm':async()=>{let _0x4bbab9=_0x3bc7a1;_0x3fa767(null),_0x4bbab9&&await _0x38b195(_0x4bbab9);}})]});}function Ya(_0x1a62c1){const _0x235cb5=_0x566a84;let {embedId:_0x169fe5,activeView:_0x3897db,views:_0x14e0a4,addViewOpen:_0x42fd5e,onAddViewOpenChange:_0x4cae18,onActivateView:_0x20dfae,onAddView:_0x5adc93,onSetViewAsFirst:_0x4268be,onMoveView:_0x165fb3,onRenameView:_0xe79fb2,onDuplicateView:_0x2ed5c0,onConfigureView:_0x3e7dbb,onDeleteView:_0x4e970d}=_0x1a62c1,_0x238fb6=(0x0,a['useDependency'])(n[_0x235cb5(0x3a9)]);return(0x0,u[_0x235cb5(0x353)])(_0x235cb5(0x694),{'data-u-comp':_0x235cb5(0x693),'className':'univer-pointer-events-auto\x20univer-min-w-0\x20univer-self-stretch','children':(0x0,u[_0x235cb5(0x353)])(h[_0x235cb5(0x39b)],{'className':_0x235cb5(0x751),'views':_0x14e0a4[_0x235cb5(0x3c0)](_0x39708f=>({'id':_0x39708f['id'],'name':_0x39708f[_0x235cb5(0x7ec)],'type':_0x39708f[_0x235cb5(0x275)]})),'activeViewId':_0x3897db['id'],'onActivateView':_0x20dfae,'onSetViewAsFirst':_0x4268be,'onMoveView':_0x165fb3,'onRenameView':_0xe79fb2,'onDuplicateView':_0x2ed5c0,'onConfigureView':_0x3e7dbb,'onDeleteView':_0x4e970d,'onAddView':()=>_0x4cae18(!_0x42fd5e),'addViewDropdown':{'open':_0x42fd5e,'onOpenChange':_0x4cae18,'overlay':(0x0,u[_0x235cb5(0x353)])(_0x235cb5(0x694),{'data-u-comp':_0x235cb5(0x20c),'data-embed-id':_0x169fe5,'data-embed-floating-menu-popup':_0x235cb5(0x856),'children':(0x0,u['jsx'])(h[_0x235cb5(0x54c)],{'views':h[_0x235cb5(0x802)][_0x235cb5(0x3c0)](_0x5ca75f=>({..._0x5ca75f,'label':_0x238fb6['t'](_0x5ca75f['label']),'description':_0x238fb6['t'](_0x5ca75f[_0x235cb5(0x7a2)])})),'onCreate':_0x5adc93})})}})});}function Xa(_0x16058f){const _0x4241c6=_0x566a84;var _0x3ef7d2;return(_0x16058f==null||(_0x3ef7d2=_0x16058f[_0x4241c6(0x2e8)])==null?void 0x0:_0x3ef7d2[_0x4241c6(0x3c0)](_0x5b5e0b=>_0x16058f[_0x4241c6(0x284)][_0x5b5e0b])[_0x4241c6(0x86f)](_0x556a84=>!!_0x556a84))??[];}function Za(_0xcb6b3c,_0x1cd783){const _0x41c0b2=_0x566a84;return Xa(_0xcb6b3c)[_0x41c0b2(0x3c0)](_0x4304c2=>({'id':_0x4304c2['id'],'name':_0x4304c2[_0x41c0b2(0x7ec)],'active':_0x4304c2['id']===_0x1cd783}));}function Qa(_0x4ef77c,_0x16484f){const _0x1826c0=_0x566a84;let _0x579ae8=new Set(Xa(_0x4ef77c)[_0x1826c0(0x3c0)](_0x4749a3=>_0x4749a3[_0x1826c0(0x7ec)])),_0x4cedf4=_0x579ae8['size']+0x1,_0x220a36=_0x16484f(_0x4cedf4);for(;_0x579ae8[_0x1826c0(0x44c)](_0x220a36);)_0x4cedf4+=0x1,_0x220a36=_0x16484f(_0x4cedf4);return _0x220a36;}function $a(_0x1539c1,_0x512eda){const _0x14de0a=_0x566a84;let _0xed6e77=new Set(Xa(_0x1539c1)[_0x14de0a(0x3c0)](_0x762e5e=>_0x762e5e['name']));if(!_0xed6e77[_0x14de0a(0x44c)](_0x512eda))return _0x512eda;let _0x31ff77=0x2,_0x465e3b=_0x512eda+'\x20'+_0x31ff77;for(;_0xed6e77['has'](_0x465e3b);)_0x31ff77+=0x1,_0x465e3b=_0x512eda+'\x20'+_0x31ff77;return _0x465e3b;}function eo(){const _0x3bc516=_0x566a84;return Wa({'childType':n['UniverInstanceType'][_0x3bc516(0x819)],'mount':to});}function to(_0x4700a6){const _0x34e405=_0x566a84;let {root:_0x4c9a51,menu:_0x507a2a}=Ua(_0x4700a6),_0x33280f=yt(_0x507a2a),_0x20b6ac=_0x4700a6[_0x34e405(0x343)][_0x34e405(0x656)];return _0x33280f[_0x34e405(0x727)]((0x0,c[_0x34e405(0x77f)])(Z,{'injector':_0x20b6ac,'mountContainer':_0x4c9a51,'embedId':_0x4700a6['embedId']},(0x0,c[_0x34e405(0x77f)])(co,{'hostUnitId':_0x4700a6[_0x34e405(0x1ee)],'embedId':_0x4700a6['embedId'],'childUnitId':_0x4700a6['childUnitId'],'entry':_0x4700a6[_0x34e405(0x75a)][_0x34e405(0x754)],'fullscreen':!!_0x4700a6[_0x34e405(0x7ce)][_0x34e405(0x685)],'usesDomFloatingStage':_0x4700a6[_0x34e405(0x75a)][_0x34e405(0x754)]===_0x34e405(0x73c),'renderScopeActive$':_0x4700a6[_0x34e405(0x7ce)][_0x34e405(0x760)]}))),(0x0,n[_0x34e405(0x87f)])(()=>{const _0x216fb3=_0x34e405;bt(_0x33280f),globalThis[_0x216fb3(0x294)](()=>_0x507a2a[_0x216fb3(0x30a)](),0x0);});}function no(_0x581534){const _0x1b7691=_0x566a84;return yn({'embedId':_0x581534[_0x1b7691(0x61a)],'active':ro(_0x581534[_0x1b7691(0x6da)],_0x581534['stage']),'fullscreen':_0x581534[_0x1b7691(0x685)],'usesDomFloatingStage':_0x581534[_0x1b7691(0x536)],'renderScopeActive':_0x581534['renderScopeActive']});}function ro(_0x5f5d8f,_0x31e1a3){const _0x2e6ab4=_0x566a84;return _0x5f5d8f?{'hostUnitId':'','childUnitId':'','embedId':_0x5f5d8f,'stage':_0x31e1a3===_0x2e6ab4(0x4de)||_0x31e1a3===_0x2e6ab4(0x648)?_0x2e6ab4(0x4de):_0x2e6ab4(0x584)}:null;}function io(_0xcc8e1d){return _0xcc8e1d;}function ao(_0xd5239f){return _0xd5239f;}function oo(_0x40beff){return!_0x40beff;}function so(_0x2e7169){const _0x31337c=_0x566a84;return{[K]:_0x2e7169,[W]:_0x31337c(0x522)};}function co(_0x25d22b){const _0x314edb=_0x566a84;let {hostUnitId:_0x56d46e,embedId:_0x5f289a,childUnitId:_0x3a24fb,entry:_0x23d4ab,fullscreen:_0x41c910,usesDomFloatingStage:_0x56f06f,renderScopeActive$:_0x32a938}=_0x25d22b,_0x11b778=(0x0,a[_0x314edb(0x5dd)])(n['ICommandService']),_0x1c6966=(0x0,a[_0x314edb(0x5dd)])(n[_0x314edb(0x64e)]),_0x120aac=(0x0,a[_0x314edb(0x5dd)])(n[_0x314edb(0x3a9)]),_0x7458f6=(0x0,a['useDependency'])(m[_0x314edb(0x74b)]),_0x3202d0=(0x0,a[_0x314edb(0x5dd)])(n[_0x314edb(0x3d8)]),_0x540d2f=(0x0,a['useDependency'])(h[_0x314edb(0x5b4)]),_0x2fda98=(0x0,a[_0x314edb(0x5dd)])(h[_0x314edb(0x33a)]),_0x22c36b=(0x0,a[_0x314edb(0x5dd)])(ie),_0xf19542=(0x0,a[_0x314edb(0x5ab)])(()=>_0x540d2f[_0x314edb(0x756)],_0x540d2f[_0x314edb(0x24e)](),!0x1,[_0x540d2f]),_0x109fe2=(0x0,a['useObservable'])(()=>_0x3202d0[_0x314edb(0x877)],{'undos':0x0,'redos':0x0},!0x1,[_0x3202d0]),_0x430191=(0x0,a[_0x314edb(0x5ab)])(()=>_0x32a938,!0x1,!0x1,[_0x32a938]),_0x4ff862=(0x0,a['useObservable'])(()=>_0x22c36b[_0x314edb(0x760)],_0x22c36b[_0x314edb(0x34e)](),!0x1,[_0x22c36b]),_0x239ec9=_0x22c36b[_0x314edb(0x634)](_0x5f289a),[_0x2faed5,_0x323f48]=(0x0,c[_0x314edb(0x3bf)])(0x0),[_0x344669,_0x4ce8a9]=(0x0,c[_0x314edb(0x3bf)])(null),[_0x1a7908,_0x4cc307]=(0x0,c[_0x314edb(0x3bf)])(!0x1),[_0x5d42e8,_0x40a0fe]=(0x0,c['useState'])(null),_0x33e8c1=(0x0,c[_0x314edb(0x4b5)])(null),_0x458215=_0x1c6966[_0x314edb(0x6b6)](_0x3a24fb,n[_0x314edb(0x52f)]['UNIVER_BASE']),_0x5a3d75=_0x458215==null?void 0x0:_0x458215[_0x314edb(0x6f0)](),_0x5a49ee=mo(_0x5a3d75,_0xf19542[_0x314edb(0x6df)]),_0x2447b2=ho(_0x5a49ee),_0x24c363=go(_0x5a49ee,_0xf19542[_0x314edb(0x654)]),_0x1cbf5a=no({'embedId':_0x5f289a,'activeEmbedId':_0x4ff862==null?void 0x0:_0x4ff862[_0x314edb(0x61a)],'stage':_0x239ec9,'fullscreen':_0x41c910,'usesDomFloatingStage':_0x56f06f,'renderScopeActive':_0x430191})===_0x314edb(0x4de),[_0x30ad90,_0x323307]=(0x0,c[_0x314edb(0x3bf)])(_0x1cbf5a),_0x1e5493=io(_0x41c910),_0x340d9a=ao(_0x41c910),_0x49ff99=oo(_0x41c910),_0x57b212=_0x1e5493?_0x314edb(0x576):_0x314edb(0x2b3);if(_0x30ad90!==_0x1cbf5a&&(_0x323307(_0x1cbf5a),_0x1cbf5a||(_0x4ce8a9(null),_0x4cc307(!0x1),_0x40a0fe(null))),(0x0,c['useEffect'])(()=>{const _0x252b13=_0x314edb;_0x1cbf5a||(_0x2fda98[_0x252b13(0x220)](),_0x2fda98[_0x252b13(0x6d4)](),_0x2fda98['closeActiveEditor']());},[_0x1cbf5a,_0x2fda98]),(0x0,c['useEffect'])(()=>{const _0x1c1e67=_0x314edb;if(!_0x344669)return;let _0x4a4df9=_0x3c7f27=>{const _0x2a7400=_0x75bf;var _0x4fc31a;let _0x5c6f41=_0x3c7f27[_0x2a7400(0x394)]instanceof Node?_0x3c7f27['target']:null;_0x5c6f41&&(_0x4fc31a=_0x33e8c1[_0x2a7400(0x731)])!=null&&_0x4fc31a[_0x2a7400(0x456)](_0x5c6f41)||_0x4ce8a9(null);},_0x59051b=_0x2afba8=>{_0x2afba8['key']==='Escape'&&_0x4ce8a9(null);};return document['addEventListener']('pointerdown',_0x4a4df9,!0x0),document[_0x1c1e67(0x51c)](_0x1c1e67(0x50b),_0x59051b,!0x0),()=>{const _0x1131fa=_0x1c1e67;document[_0x1131fa(0x604)](_0x1131fa(0x767),_0x4a4df9,!0x0),document[_0x1131fa(0x604)](_0x1131fa(0x50b),_0x59051b,!0x0);};},[_0x344669]),!_0x5a3d75||!_0x458215||!_0x5a49ee||!_0x24c363)return null;let _0x31cef2=()=>{const _0x3d2fa5=_0x314edb;_0x22c36b[_0x3d2fa5(0x207)]({'hostUnitId':_0x56d46e,'embedId':_0x5f289a,'childUnitId':_0x3a24fb},_0x3d2fa5(0x4de));},_0x228630=async(_0x4eddce,_0x3d27dd)=>{const _0x1c5636=_0x314edb;_0x31cef2(),await _0x11b778[_0x1c5636(0x6a9)](h[_0x1c5636(0x36c)]['id'],{'type':_0x4eddce,'anchor':vo(_0x3d27dd[_0x1c5636(0x71f)]())});},_0x25727d=async _0x19a5e9=>{_0x31cef2(),await _0x11b778['executeCommand'](h['ActivateBaseViewOperation']['id'],{'tableId':_0x5a49ee['id'],'unitId':_0x3a24fb,'viewId':_0x19a5e9}),_0x323f48(_0x17043e=>_0x17043e+0x1);},_0xddab=async _0x4f4c61=>{const _0x63ec7a=_0x314edb;_0x31cef2();let _0x470d64=_0x63ec7a(0x66b)+(0x0,n[_0x63ec7a(0x848)])(0x6),_0x412bd0=_0x7458f6[_0x63ec7a(0x230)](_0x4f4c61)[_0x63ec7a(0x3f7)](_0x5a49ee),_0x193337=await _0x11b778['executeCommand'](m[_0x63ec7a(0x7a0)]['id'],{'unitId':_0x3a24fb,'tableId':_0x5a49ee['id'],'view':{'id':_0x470d64,'tableId':_0x5a49ee['id'],'name':(0x0,h['createDefaultViewName'])(_0x120aac,_0x4f4c61),'type':_0x4f4c61,'config':_0x412bd0,'fieldOrder':[..._0x5a49ee[_0x63ec7a(0x202)]],'fieldSettings':{}}});_0x4ce8a9(null),_0x4cc307(!0x1),_0x323f48(_0x3c0293=>_0x3c0293+0x1),_0x193337&&await _0x25727d(_0x470d64);},_0x4d3ef2=async _0x46b322=>{const _0x26e2d5=_0x314edb;var _0x3b6019;let _0x2a865a=(_0x3b6019=_0x2447b2[0x0])==null?void 0x0:_0x3b6019['id'];!_0x2a865a||_0x2a865a===_0x46b322||(_0x31cef2(),await _0x11b778[_0x26e2d5(0x6a9)](m[_0x26e2d5(0x532)]['id'],{'unitId':_0x3a24fb,'tableId':_0x5a49ee['id'],'viewId':_0x46b322,'target':{'beforeViewId':_0x2a865a}}),_0x323f48(_0x46da71=>_0x46da71+0x1));},_0x122d0e=async(_0x1ac976,_0x2d0391)=>{_0x31cef2(),await _0x11b778['executeCommand'](m['MoveBaseViewCommand']['id'],{'unitId':_0x3a24fb,'tableId':_0x5a49ee['id'],'viewId':_0x1ac976,'target':_0x2d0391}),_0x323f48(_0x453b97=>_0x453b97+0x1);},_0x1ad908=async(_0x6b1a45,_0x10be56)=>{const _0x27a2c1=_0x314edb;_0x31cef2(),await _0x11b778[_0x27a2c1(0x6a9)](m['RenameBaseViewCommand']['id'],{'unitId':_0x3a24fb,'tableId':_0x5a49ee['id'],'viewId':_0x6b1a45,'name':_0x10be56}),_0x323f48(_0x5586d8=>_0x5586d8+0x1);},_0x1785a1=async _0xb5b793=>{const _0x42205c=_0x314edb;let _0x215515=_0x5a49ee[_0x42205c(0x55b)][_0xb5b793];if(!_0x215515)return;_0x31cef2();let _0x43cd52=(0x0,h[_0x42205c(0x7d9)])(_0x215515,_0x5a49ee['id'],_0x120aac['t'](_0x42205c(0x597))),_0x548325=await _0x11b778[_0x42205c(0x6a9)](m['CreateBaseViewCommand']['id'],{'unitId':_0x3a24fb,'tableId':_0x5a49ee['id'],'view':_0x43cd52});_0x323f48(_0x4c93a2=>_0x4c93a2+0x1),_0x548325&&await _0x25727d(_0x43cd52['id']);},_0x4f3a77=async()=>{const _0x5801c3=_0x314edb;var _0x4330e4;let _0x3971ae=_0x5d42e8??_0x24c363['id'];if(_0x2447b2[_0x5801c3(0x3d7)]<=0x1){_0x40a0fe(null);return;}let _0x39c5f5=(_0x4330e4=_0x2447b2[_0x5801c3(0x2f6)](_0x7e9cd9=>_0x7e9cd9['id']!==_0x3971ae))==null?void 0x0:_0x4330e4['id'],_0x229c30=await _0x11b778[_0x5801c3(0x6a9)](m['DeleteBaseViewCommand']['id'],{'unitId':_0x3a24fb,'tableId':_0x5a49ee['id'],'viewId':_0x3971ae});_0x40a0fe(null),_0x323f48(_0x2ac318=>_0x2ac318+0x1),_0x229c30&&_0x39c5f5&&await _0x25727d(_0x39c5f5);},_0x98b8cd=async()=>{await _0x11b778['executeCommand'](e['RemoveEmbedCommand']['id'],{'hostUnitId':_0x56d46e,'embedId':_0x5f289a});},_0x439d23=_0x3eca3f=>{const _0x20a840=_0x314edb;_0x3eca3f[_0x20a840(0x3b6)]();},_0x1eead1=_0x3793c0=>{const _0x5be49a=_0x314edb;_0x3793c0[_0x5be49a(0x6ad)](),_0x3793c0['stopPropagation']();};return(0x0,u[_0x314edb(0x6c7)])(u[_0x314edb(0x481)],{'children':[(0x0,u[_0x314edb(0x6c7)])('div',{'className':(0x0,o[_0x314edb(0x59c)])(_0x314edb(0x66a),{'univer-hidden':!_0x1cbf5a,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-24\x20univer-py-0\x20univer-shadow-none':_0x41c910,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-1\x20univer-shadow-none':!_0x41c910,'-univer-top-[44px]':!_0x41c910&&_0x23d4ab!=='docs-custom-block','univer-w-full':!_0x41c910,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x41c910&&_0x23d4ab===_0x314edb(0x518)}),'data-u-comp':'base-embed-floating-menu','data-embed-floating-menu':_0x314edb(0x856),'data-embed-id':_0x5f289a,'data-embed-float-stage':_0x1cbf5a?_0x314edb(0x4de):_0x314edb(0x584),'data-base-render-version':_0x2faed5,...so(_0x5f289a),'onClick':_0x439d23,'onDoubleClick':_0x439d23,'onMouseDown':_0x1eead1,'onMouseUp':_0x439d23,'onPointerDown':_0x1eead1,'onPointerUp':_0x439d23,'children':[_0x340d9a?(0x0,u[_0x314edb(0x353)])(Ya,{'embedId':_0x5f289a,'activeView':_0x24c363,'views':_0x2447b2,'addViewOpen':_0x1a7908,'onAddViewOpenChange':_0x4cc307,'onActivateView':_0x25727d,'onAddView':_0xddab,'onSetViewAsFirst':_0x4d3ef2,'onMoveView':_0x122d0e,'onRenameView':_0x1ad908,'onDuplicateView':_0x1785a1,'onConfigureView':_0x2bf6ad=>_0x228630('viewSettings',_0x2bf6ad),'onDeleteView':_0x40a0fe}):(0x0,u['jsx'])(_0x314edb(0x694),{'data-u-comp':_0x314edb(0x244),'className':_0x314edb(0x6e1),'children':(0x0,u[_0x314edb(0x353)])(lo,{'activeView':_0x24c363,'views':_0x2447b2,'onActivateView':_0x25727d,'embedId':_0x5f289a,'onAddView':_0x4d035a=>{const _0x2b7e59=_0x314edb;_0x31cef2(),_0x4ce8a9(_0x4d035a[_0x2b7e59(0x71f)]());},'onConfigureView':_0x1b4964=>_0x228630(_0x314edb(0x68b),_0x1b4964),'onDeleteView':()=>_0x40a0fe(_0x24c363['id'])})}),(0x0,u['jsxs'])(_0x314edb(0x694),{'className':_0x314edb(0x375),'children':[(0x0,u[_0x314edb(0x353)])(h[_0x314edb(0x75f)],{'iconOnly':!_0x1e5493,'className':_0x57b212,'state':{...po(_0x24c363,_0x109fe2),'searchOpen':_0xf19542[_0x314edb(0x239)][_0x314edb(0x484)],'searchQuery':_0xf19542[_0x314edb(0x239)][_0x314edb(0x35c)],'searchActiveIndex':_0xf19542[_0x314edb(0x239)][_0x314edb(0x5bd)]},'onAddRecord':_0x347029=>_0x347029&&_0x228630('addRecord',_0x347029),'onCustomizeField':_0x5e96d5=>_0x228630('customizeField',_0x5e96d5),'onCustomizeKanban':_0x160eab=>_0x228630(_0x314edb(0x6aa),_0x160eab),'onCustomizeGallery':_0xb30631=>_0x228630('customizeGallery',_0xb30631),'onCalendarEventSettings':_0x18360b=>_0x228630('calendarEventSettings',_0x18360b),'onCalendarViewSettings':_0x1c4d96=>_0x228630(_0x314edb(0x433),_0x1c4d96),'onViewSettings':_0x43c314=>_0x228630(_0x314edb(0x68b),_0x43c314),'onFilter':_0x3ac07d=>_0x228630(_0x314edb(0x86f),_0x3ac07d),'onGroup':_0x57d3f0=>_0x228630(_0x314edb(0x7f3),_0x57d3f0),'onSort':_0x42d182=>_0x228630(_0x314edb(0x672),_0x42d182),'onRowHeight':_0x3cd754=>_0x228630(_0x314edb(0x81b),_0x3cd754),'onConditionalColoring':_0x25cd62=>_0x228630(_0x314edb(0x592),_0x25cd62),'onUndo':async()=>_0x11b778['executeCommand'](n[_0x314edb(0x417)]['id']),'onRedo':async()=>_0x11b778[_0x314edb(0x6a9)](n['RedoCommand']['id']),'onOpenSearch':()=>_0x540d2f[_0x314edb(0x67e)](),'onSearchQueryChange':_0x3a71e4=>_0x540d2f['setSearchQuery'](_0x3a71e4),'onSearchPrevious':()=>_0x540d2f[_0x314edb(0x80b)](Math[_0x314edb(0x4fb)](0x0,(_0xf19542[_0x314edb(0x239)][_0x314edb(0x5bd)]??0x0)-0x1)),'onSearchNext':()=>_0x540d2f[_0x314edb(0x80b)]((_0xf19542[_0x314edb(0x239)][_0x314edb(0x5bd)]??-0x1)+0x1),'onCloseSearch':()=>_0x540d2f[_0x314edb(0x3e2)]()}),_0x49ff99?(0x0,u[_0x314edb(0x6c7)])(u[_0x314edb(0x481)],{'children':[(0x0,u['jsx'])(o[_0x314edb(0x3dd)],{'orientation':_0x314edb(0x606)}),(0x0,u[_0x314edb(0x353)])(_o,{'title':_0x120aac['t'](_0x314edb(0x1f6)),'className':_0x314edb(0x74a),'onClick':_0x98b8cd,'children':(0x0,u[_0x314edb(0x353)])(s[_0x314edb(0x34b)],{})})]}):null]})]}),_0x344669?(0x0,g['createPortal'])((0x0,u[_0x314edb(0x353)])(_0x314edb(0x694),{'ref':_0x33e8c1,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0x5f289a,'data-embed-floating-menu-popup':'true','className':_0x314edb(0x350),'style':yo(_0x344669),'onPointerDown':_0x463208=>_0x463208[_0x314edb(0x3b6)](),'children':(0x0,u['jsx'])(h[_0x314edb(0x54c)],{'views':h[_0x314edb(0x802)][_0x314edb(0x3c0)](_0x56cd4d=>({..._0x56cd4d,'label':_0x120aac['t'](_0x56cd4d['label']),'description':_0x120aac['t'](_0x56cd4d[_0x314edb(0x7a2)])})),'onCreate':_0xddab})}),(0x0,h['getBaseFloatingPanelPortalContainer'])(!0x0)??document['body']):null,(0x0,u['jsx'])(h['BaseDeleteConfirmDialog'],{'open':!!_0x5d42e8,'title':_0x120aac['t'](_0x314edb(0x204)),'description':_0x120aac['t'](_0x314edb(0x6b7)),'onCancel':()=>_0x40a0fe(null),'onConfirm':_0x4f3a77}),_0x41c910?(0x0,u[_0x314edb(0x353)])(Ga,{'embedId':_0x5f289a,'childUnitId':_0x3a24fb,'base':_0x458215,'activeTable':_0x5a49ee}):null]});}function lo(_0x2a8b3f){const _0x17a292=_0x566a84;var _0x97e4f7;let {embedId:_0x3e2c95,activeView:_0x1b857b,views:_0x5703d3,onActivateView:_0x60d2bd,onAddView:_0x3277d9,onConfigureView:_0x4026ef,onDeleteView:_0x65636d}=_0x2a8b3f,_0x194cf1=(0x0,a['useDependency'])(n[_0x17a292(0x3a9)]),_0x3999a1=(0x0,c[_0x17a292(0x4b5)])(null),_0x30dbce=(0x0,c[_0x17a292(0x4b5)])(null),[_0x4cf0d6,_0x540722]=(0x0,c[_0x17a292(0x3bf)])(!0x1),_0xd920da=_0x13e17d=>{const _0xefc1fb=_0x17a292;_0x13e17d[_0xefc1fb(0x6ad)](),_0x13e17d[_0xefc1fb(0x3b6)]();},_0x1f4810=((_0x97e4f7=_0x3999a1[_0x17a292(0x731)])==null?void 0x0:_0x97e4f7[_0x17a292(0x71f)]())??null;return(0x0,c[_0x17a292(0x5e7)])(()=>{const _0x454d66=_0x17a292;if(!_0x4cf0d6)return;let _0x1ace44=_0x3ae6c6=>{const _0x3f087a=_0x75bf;var _0x6f81ce,_0x4b968a;let _0xec1161=_0x3ae6c6[_0x3f087a(0x394)]instanceof Node?_0x3ae6c6[_0x3f087a(0x394)]:null;!_0xec1161||(_0x6f81ce=_0x3999a1[_0x3f087a(0x731)])!=null&&_0x6f81ce[_0x3f087a(0x456)](_0xec1161)||(_0x4b968a=_0x30dbce[_0x3f087a(0x731)])!=null&&_0x4b968a[_0x3f087a(0x456)](_0xec1161)||_0x540722(!0x1);},_0x31099d=_0xa93340=>{const _0x382dee=_0x75bf;_0xa93340[_0x382dee(0x3c8)]===_0x382dee(0x6a3)&&_0x540722(!0x1);};return document['addEventListener']('pointerdown',_0x1ace44,!0x0),document[_0x454d66(0x51c)](_0x454d66(0x50b),_0x31099d,!0x0),()=>{const _0x519156=_0x454d66;document[_0x519156(0x604)](_0x519156(0x767),_0x1ace44,!0x0),document[_0x519156(0x604)](_0x519156(0x50b),_0x31099d,!0x0);};},[_0x4cf0d6]),(0x0,u[_0x17a292(0x6c7)])(u[_0x17a292(0x481)],{'children':[(0x0,u[_0x17a292(0x6c7)])(o[_0x17a292(0x391)],{'ref':_0x3999a1,'type':_0x17a292(0x225),'size':_0x17a292(0x271),'variant':_0x17a292(0x335),'className':_0x17a292(0x4d1),'title':_0x1b857b[_0x17a292(0x7ec)],'aria-label':_0x194cf1['t']('embed-ui.basesFloating.viewSettings.title'),'onClick':_0x2963d3=>{_0x2963d3['stopPropagation'](),_0x540722(_0x16d59f=>!_0x16d59f);},'onMouseDown':_0xd920da,'onPointerDown':_0xd920da,'children':[(0x0,u[_0x17a292(0x353)])(_0x17a292(0x540),{'className':_0x17a292(0x3e4),'aria-hidden':'true','children':(0x0,u[_0x17a292(0x353)])(h[_0x17a292(0x6d5)],{'type':_0x1b857b[_0x17a292(0x275)]})}),(0x0,u[_0x17a292(0x353)])(_0x17a292(0x540),{'className':_0x17a292(0x29a),'children':_0x1b857b[_0x17a292(0x7ec)]}),(0x0,u[_0x17a292(0x353)])(s['MoreDownIcon'],{'className':_0x17a292(0x714)})]}),_0x4cf0d6&&_0x1f4810?(0x0,g['createPortal'])((0x0,u[_0x17a292(0x6c7)])(_0x17a292(0x694),{'ref':_0x30dbce,'data-u-comp':_0x17a292(0x738),'data-embed-id':_0x3e2c95,'data-embed-floating-menu-popup':'true','className':_0x17a292(0x516),'style':bo(_0x1f4810),'onClick':_0x1f870e=>_0x1f870e[_0x17a292(0x3b6)](),'onMouseDown':_0xd920da,'onPointerDown':_0xd920da,'children':[(0x0,u['jsx'])(_0x17a292(0x694),{'className':_0x17a292(0x535),'children':_0x5703d3[_0x17a292(0x3c0)](_0x228cf9=>(0x0,u[_0x17a292(0x353)])(o[_0x17a292(0x391)],{'type':_0x17a292(0x225),'variant':_0x17a292(0x335),'size':_0x17a292(0x271),'className':_0x17a292(0x2b2),'onClick':_0x35510b=>{const _0x4a5f2d=_0x17a292;_0x35510b[_0x4a5f2d(0x3b6)](),_0x60d2bd(_0x228cf9['id']),_0x540722(!0x1);},'children':(0x0,u[_0x17a292(0x353)])(uo,{'icon':(0x0,u[_0x17a292(0x353)])(h[_0x17a292(0x6d5)],{'type':_0x228cf9[_0x17a292(0x275)]}),'label':_0x228cf9[_0x17a292(0x7ec)],'trailing':_0x228cf9['id']===_0x1b857b['id']?(0x0,u['jsx'])(_0x17a292(0x540),{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x228cf9['id']))}),(0x0,u[_0x17a292(0x353)])(o[_0x17a292(0x3dd)],{}),(0x0,u[_0x17a292(0x353)])(fo,{'icon':(0x0,u[_0x17a292(0x353)])(s['IncreaseIcon'],{}),'label':_0x194cf1['t'](_0x17a292(0x4a5)),'onClick':()=>{let _0x40eada=_0x3999a1['current'];_0x40eada&&_0x3277d9(_0x40eada),_0x540722(!0x1);}}),(0x0,u['jsx'])(fo,{'icon':(0x0,u['jsx'])(s['PenIcon'],{}),'label':_0x194cf1['t'](_0x17a292(0x4e4)),'onClick':()=>{let _0x13afcc=_0x3999a1['current'];_0x13afcc&&_0x4026ef(_0x13afcc),_0x540722(!0x1);}}),(0x0,u[_0x17a292(0x353)])(fo,{'danger':!0x0,'disabled':_0x5703d3[_0x17a292(0x3d7)]<=0x1,'icon':(0x0,u[_0x17a292(0x353)])(s[_0x17a292(0x34b)],{}),'label':_0x194cf1['t'](_0x17a292(0x88c)),'onClick':()=>{_0x65636d(),_0x540722(!0x1);}})]}),(0x0,h[_0x17a292(0x537)])(!0x0)??document[_0x17a292(0x2d0)]):null]});}function uo(_0x3150a5){const _0x21c036=_0x566a84;let {icon:_0x4bcd2e,label:_0x20196c,trailing:_0x590a77}=_0x3150a5;return(0x0,u[_0x21c036(0x6c7)])(_0x21c036(0x540),{'className':'univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','children':[(0x0,u[_0x21c036(0x353)])(_0x21c036(0x540),{'className':_0x21c036(0x411),'aria-hidden':_0x21c036(0x856),'children':_0x4bcd2e}),(0x0,u['jsx'])(_0x21c036(0x540),{'className':_0x21c036(0x2bf),'children':_0x20196c}),(0x0,u[_0x21c036(0x353)])(_0x21c036(0x540),{'className':_0x21c036(0x608),'children':_0x590a77})]});}function fo(_0x39c2de){const _0x4e5a43=_0x566a84;let {danger:_0x1dbcc8,disabled:_0x4a0593,icon:_0x3d1360,label:_0x3bd941,onClick:_0x1d9194}=_0x39c2de;return(0x0,u['jsx'])(o[_0x4e5a43(0x391)],{'type':_0x4e5a43(0x225),'variant':'ghost','size':_0x4e5a43(0x271),'disabled':_0x4a0593,'className':(0x0,o['clsx'])(_0x4e5a43(0x2b2),_0x1dbcc8&&_0x4e5a43(0x79d)),'onClick':_0x4f6503=>{_0x4f6503['stopPropagation'](),_0x1d9194();},'children':(0x0,u[_0x4e5a43(0x353)])(uo,{'icon':_0x3d1360,'label':_0x3bd941})});}function po(_0x1825cd,_0x27a37a={}){const _0x27194b=_0x566a84;var _0x14eccf,_0x454fa5,_0x4c3756;let _0x2b92ab=_0x1825cd[_0x27194b(0x813)]??{},_0x7af751=_0x2b92ab[_0x27194b(0x592)],_0x483303=Array[_0x27194b(0x20b)](_0x7af751==null?void 0x0:_0x7af751[_0x27194b(0x30e)])?_0x7af751['rules'][_0x27194b(0x3d7)]:0x0;return{'viewType':_0x1825cd['type'],'filterCount':((_0x14eccf=_0x1825cd[_0x27194b(0x86f)])==null||(_0x14eccf=_0x14eccf[_0x27194b(0x26c)])==null?void 0x0:_0x14eccf[_0x27194b(0x3d7)])??0x0,'groupCount':((_0x454fa5=_0x1825cd['group'])==null?void 0x0:_0x454fa5[_0x27194b(0x3d7)])??0x0,'sortCount':((_0x4c3756=_0x1825cd[_0x27194b(0x672)])==null?void 0x0:_0x4c3756[_0x27194b(0x3d7)])??0x0,'rowHeightActive':!!(_0x2b92ab[_0x27194b(0x81b)]&&_0x2b92ab[_0x27194b(0x81b)]!==_0x27194b(0x310)),'conditionalColoringActive':_0x483303>0x0,'conditionalColoringCount':_0x483303,'canUndo':(_0x27a37a[_0x27194b(0x245)]??0x0)>0x0,'canRedo':(_0x27a37a[_0x27194b(0x6dd)]??0x0)>0x0};}function mo(_0x1e4bd1,_0x81030a){const _0x1f4926=_0x566a84;if(_0x1e4bd1)return(_0x81030a?_0x1e4bd1[_0x1f4926(0x284)][_0x81030a]:void 0x0)??Xa(_0x1e4bd1)[0x0];}function ho(_0x30c6b8){const _0x2e8127=_0x566a84;var _0x52ca98;return(_0x30c6b8==null||(_0x52ca98=_0x30c6b8[_0x2e8127(0x1df)])==null?void 0x0:_0x52ca98[_0x2e8127(0x3c0)](_0x11b234=>_0x30c6b8[_0x2e8127(0x55b)][_0x11b234])['filter'](_0x3fd749=>!!_0x3fd749))??[];}function go(_0x266cd2,_0x46a171){const _0x952f72=_0x566a84;if(_0x266cd2)return(_0x46a171?_0x266cd2[_0x952f72(0x55b)][_0x46a171]:void 0x0)??ho(_0x266cd2)[0x0];}function _o(_0x2ed574){const _0xd66c1d=_0x566a84;let {children:_0xe39b19,title:_0x3173f0,className:_0x14c169,onClick:_0x7835f}=_0x2ed574;return(0x0,u[_0xd66c1d(0x353)])(o[_0xd66c1d(0x391)],{'type':_0xd66c1d(0x225),'size':_0xd66c1d(0x271),'variant':_0xd66c1d(0x335),'className':(0x0,o[_0xd66c1d(0x59c)])(_0xd66c1d(0x4db),_0x14c169),'title':_0x3173f0,'aria-label':_0x3173f0,'onClick':_0x2fb7d5=>_0x7835f(_0x2fb7d5[_0xd66c1d(0x6b2)]),'children':_0xe39b19});}function vo(_0xb1006b){const _0xb02ad0=_0x566a84;return{'x':_0xb1006b['x'],'y':_0xb1006b['y'],'width':_0xb1006b[_0xb02ad0(0x5d6)],'height':_0xb1006b[_0xb02ad0(0x4da)]};}function yo(_0x467d80){const _0x44c6b6=_0x566a84;let _0x20c5e1=(0x0,h['getBaseFloatingPosition'])(_0x467d80,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x20c5e1['top'],'left':_0x20c5e1['left'],'maxHeight':_0x20c5e1[_0x44c6b6(0x655)]};}function bo(_0x479257){const _0x44c83e=_0x566a84;let _0x586335=(0x0,h[_0x44c83e(0x673)])({'left':_0x479257[_0x44c83e(0x7c4)]-0xd0,'right':_0x479257[_0x44c83e(0x7c4)],'top':_0x479257[_0x44c83e(0x437)],'bottom':_0x479257[_0x44c83e(0x319)],'width':0xd0,'height':_0x479257[_0x44c83e(0x4da)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x586335[_0x44c83e(0x437)],'left':_0x586335['left'],'maxHeight':_0x586335[_0x44c83e(0x655)]};}function xo(_0x1b05e7){const _0x44c118=_0x566a84;Wi(_0x1b05e7,_0x44c118(0x329),So);}function So(_0xf1ab76){const _0x42b4f9=_0x566a84;_0xf1ab76[_0x42b4f9(0x44c)](h[_0x42b4f9(0x2a1)])||_0xf1ab76[_0x42b4f9(0x228)]([h[_0x42b4f9(0x2a1)],{'useFactory':()=>_0xf1ab76[_0x42b4f9(0x230)](ae)}]),_0xf1ab76[_0x42b4f9(0x44c)](h['IBaseEmbedFloatingActiveService'])||_0xf1ab76[_0x42b4f9(0x228)]([h[_0x42b4f9(0x25f)],{'useFactory':()=>_0xf1ab76[_0x42b4f9(0x230)](ie)}]),_0xf1ab76[_0x42b4f9(0x44c)](h['IBaseEmbedFloatingGeometryService'])||_0xf1ab76[_0x42b4f9(0x228)]([h[_0x42b4f9(0x688)],{'useFactory':()=>_0xf1ab76['get'](Zn)}]),_0xf1ab76['has'](h[_0x42b4f9(0x3f0)])||_0xf1ab76['add']([h[_0x42b4f9(0x3f0)],{'useFactory':()=>_0xf1ab76[_0x42b4f9(0x230)](G)}]),_0xf1ab76[_0x42b4f9(0x44c)](h[_0x42b4f9(0x209)])||_0xf1ab76[_0x42b4f9(0x228)]([h[_0x42b4f9(0x209)],{'useFactory':()=>wo({'embedModelService':_0xf1ab76[_0x42b4f9(0x230)](e['EmbedModelService']),'restoreService':_0xf1ab76['get'](Qn),'mountService':_0xf1ab76[_0x42b4f9(0x230)](st),'activationService':_0xf1ab76[_0x42b4f9(0x230)](ut)})}]);let _0xe060ad=_0xf1ab76['get'](e[_0x42b4f9(0x238)]),_0x265ba6=_0xf1ab76[_0x42b4f9(0x230)](tt),_0x468fc7=_0xf1ab76['get']($e),_0x251a67=_0xf1ab76[_0x42b4f9(0x230)](U),_0xe06688=_0xf1ab76[_0x42b4f9(0x230)](et),_0xdd947d=_0xf1ab76['get'](Xn),_0x13e5e9=_0xf1ab76['get'](ar),_0x5435e2=ua(_0xf1ab76[_0x42b4f9(0x44c)](e[_0x42b4f9(0x3b4)])?_0xf1ab76['get'](e[_0x42b4f9(0x3b4)]):void 0x0,_0xf1ab76[_0x42b4f9(0x44c)](n[_0x42b4f9(0x64e)])?_0xf1ab76[_0x42b4f9(0x230)](n[_0x42b4f9(0x64e)]):void 0x0,()=>_0xf1ab76[_0x42b4f9(0x44c)](h['IBaseUIStateService'])?_0xf1ab76[_0x42b4f9(0x230)](h[_0x42b4f9(0x5b4)]):void 0x0);_0xe060ad[_0x42b4f9(0x230)](_0x5435e2[_0x42b4f9(0x741)],_0x5435e2[_0x42b4f9(0x754)])||_0xe060ad['register'](_0x5435e2);let _0x2ffa9a=da();_0x265ba6[_0x42b4f9(0x230)](_0x2ffa9a[_0x42b4f9(0x741)],_0x2ffa9a[_0x42b4f9(0x754)])||_0x265ba6[_0x42b4f9(0x371)](_0x2ffa9a);let _0x46f1d6=xa(_0xf1ab76[_0x42b4f9(0x230)](n[_0x42b4f9(0x423)]));_0x468fc7[_0x42b4f9(0x230)](_0x46f1d6[_0x42b4f9(0x4af)])||_0x468fc7[_0x42b4f9(0x371)](_0x46f1d6);let _0xa55c36=$i();_0x251a67[_0x42b4f9(0x230)](_0xa55c36[_0x42b4f9(0x4af)])||_0x251a67['register'](_0xa55c36),eo()['forEach'](_0x4830d5=>{const _0xf413f=_0x42b4f9;_0xe06688[_0xf413f(0x4e1)](_0x4830d5['hostType'],_0x4830d5[_0xf413f(0x754)],_0x4830d5[_0xf413f(0x4af)])||_0xe06688[_0xf413f(0x371)](_0x4830d5);}),_0xdd947d[_0x42b4f9(0x800)](Li(_0xf1ab76,{'childType':n[_0x42b4f9(0x52f)][_0x42b4f9(0x819)],'renderManagerService':f[_0x42b4f9(0x74f)]})),Co(_0xf1ab76),_0x13e5e9[_0x42b4f9(0x230)](n[_0x42b4f9(0x52f)][_0x42b4f9(0x819)])||_0x13e5e9[_0x42b4f9(0x371)](_a(_0xf1ab76));}function Co(_0x3c8e8a){const _0x2bbd70=_0x566a84;let _0x28db5e=_0x3c8e8a[_0x2bbd70(0x230)](Di);_0x28db5e[_0x2bbd70(0x230)](n[_0x2bbd70(0x52f)][_0x2bbd70(0x819)])||!_0x3c8e8a[_0x2bbd70(0x44c)](h[_0x2bbd70(0x5b4)])||!_0x3c8e8a['has'](m['IBaseProjectionService'])||!_0x3c8e8a[_0x2bbd70(0x44c)](h[_0x2bbd70(0x436)])||_0x28db5e[_0x2bbd70(0x371)](_0x3c8e8a[_0x2bbd70(0x22b)](ea));}function wo(_0x165b89){return{'mountTableList':async _0x178bc1=>{const _0x4477a7=_0x75bf;let _0x5b8833=_0x165b89[_0x4477a7(0x77c)][_0x4477a7(0x42f)](_0x178bc1[_0x4477a7(0x6b8)],_0x178bc1['embedId']);if(!_0x5b8833&&_0x178bc1['childUnitId']&&(_0x5b8833={'embedId':_0x178bc1['embedId'],'hostUnitId':_0x178bc1['baseUnitId'],'hostType':n[_0x4477a7(0x52f)][_0x4477a7(0x819)],'entry':_0x4477a7(0x581),'hostAnchorId':_0x178bc1[_0x4477a7(0x7c9)],'childUnitId':_0x178bc1[_0x4477a7(0x542)],'childType':_0x178bc1[_0x4477a7(0x4af)],'source':{'unitType':_0x178bc1[_0x4477a7(0x4af)],'ref':{'file':{'kind':_0x4477a7(0x266)},'unit':{'selector':_0x178bc1[_0x4477a7(0x542)],'type':(0x0,e[_0x4477a7(0x823)])(_0x178bc1['childType'])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x4477a7(0x7f5),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x5b8833||_0x5b8833['hostAnchorId']!==_0x178bc1[_0x4477a7(0x7c9)])&&((!_0x5b8833[_0x4477a7(0x542)]||_0x5b8833['childType']==null)&&(_0x5b8833=await _0x165b89[_0x4477a7(0x86a)][_0x4477a7(0x643)]({'descriptor':_0x5b8833})),!(!_0x5b8833[_0x4477a7(0x542)]||_0x5b8833[_0x4477a7(0x4af)]==null)))return _0x165b89['mountService'][_0x4477a7(0x78d)](_0x5b8833),_0x165b89[_0x4477a7(0x338)]['activateTab'](_0x5b8833),(0x0,n['toDisposable'])(()=>{const _0x14c90a=_0x4477a7;_0x165b89[_0x14c90a(0x3ad)][_0x14c90a(0x6e8)](_0x178bc1['embedId']),_0x165b89[_0x14c90a(0x338)][_0x14c90a(0x6f5)](_0x178bc1['embedId']);});}};}let To=class extends n[_0x566a84(0x7b8)]{constructor(_0x220812,_0x3519b8,_0x22e280,_0x4f6044,_0x5a9748,_0x2b246c,_0x1ffe92,_0x11b4f3){const _0x228abc=_0x566a84;if(super(),this[_0x228abc(0x70f)]=_0x220812,this[_0x228abc(0x32a)]=_0x3519b8,this[_0x228abc(0x69c)]=_0x22e280,this[_0x228abc(0x836)]=_0x4f6044,this['_boardElementStateService']=_0x5a9748,this['_boardUIStateService']=_0x2b246c,this[_0x228abc(0x6ac)]=_0x1ffe92,this[_0x228abc(0x71c)]=_0x11b4f3,H(this,'_items',new Map()),H(this,_0x228abc(0x4be),void 0x0),H(this,'_routeWheelToHost',_0x3d5b10=>{const _0x43275f=_0x228abc;var _0x41d47a,_0x4ad922;let _0x4c760c=(_0x41d47a=(_0x4ad922=this[_0x43275f(0x70f)][_0x43275f(0x262)])['getCanvasElement'])==null?void 0x0:_0x41d47a['call'](_0x4ad922);return _0x4c760c?(_0x4c760c[_0x43275f(0x4ff)](new WheelEvent(_0x43275f(0x83b),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x3d5b10[_0x43275f(0x237)],'clientY':_0x3d5b10[_0x43275f(0x6b4)],'ctrlKey':_0x3d5b10[_0x43275f(0x1dc)],'deltaMode':_0x3d5b10[_0x43275f(0x42e)],'deltaX':_0x3d5b10[_0x43275f(0x35b)],'deltaY':_0x3d5b10[_0x43275f(0x725)],'deltaZ':_0x3d5b10[_0x43275f(0x2f4)],'metaKey':_0x3d5b10['metaKey'],'shiftKey':_0x3d5b10['shiftKey']})),!0x0):!0x1;}),H(this,'_resolveHostWheelGestureRoot',_0x270260=>{const _0x373bf3=_0x228abc;var _0x17a3b9,_0x55f257;let _0x40743d=(_0x17a3b9=(_0x55f257=this['_context']['engine'])[_0x373bf3(0x7a4)])==null?void 0x0:_0x17a3b9['call'](_0x55f257);if(!_0x40743d)return null;let _0x37777f=_0x270260;for(;_0x37777f&&!_0x37777f[_0x373bf3(0x456)](_0x40743d);)_0x37777f=_0x37777f[_0x373bf3(0x7d7)];return _0x37777f;}),Promise[_0x228abc(0x26b)]()[_0x228abc(0x773)](()=>this['_sync']()),typeof document<'u'){let _0x348a73=_0x123763=>this[_0x228abc(0x55e)](_0x123763);document['addEventListener'](Rr,_0x348a73),this[_0x228abc(0x884)]((0x0,n['toDisposable'])(()=>document[_0x228abc(0x604)](Rr,_0x348a73)));}this[_0x228abc(0x884)](this[_0x228abc(0x71c)][_0x228abc(0x86b)](_0x5cba9c=>{const _0x56054d=_0x228abc;(_0x5cba9c['id']===e['CreateEmbedCommand']['id']||_0x5cba9c['id']===e[_0x56054d(0x61f)]['id']||_0x5cba9c['id']===e[_0x56054d(0x60e)]['id']||_0x5cba9c['id']===e['SoftDeleteEmbedDescriptorMutation']['id'])&&this[_0x56054d(0x414)]();})),[this['_boardElementService'][_0x228abc(0x769)],this['_boardElementService'][_0x228abc(0x594)],this[_0x228abc(0x836)][_0x228abc(0x85f)]][_0x228abc(0x2a5)](_0x5195af=>{const _0x39acc1=_0x228abc;let _0x1b2d9b=_0x5195af['subscribe'](_0x510950=>{const _0x2d129b=_0x75bf;_0x510950[_0x2d129b(0x4fe)](_0x26b472=>_0x26b472[_0x2d129b(0x569)]===this[_0x2d129b(0x70f)][_0x2d129b(0x569)])&&this['_sync']();});this[_0x39acc1(0x884)]((0x0,n[_0x39acc1(0x87f)])(()=>_0x1b2d9b[_0x39acc1(0x635)]()));});}[_0x566a84(0x3b5)](){const _0x405392=_0x566a84;var _0x30ab8f;(_0x30ab8f=this[_0x405392(0x4be)])==null||_0x30ab8f['call'](this),this[_0x405392(0x4be)]=void 0x0,this[_0x405392(0x31e)][_0x405392(0x2a5)](_0x51a337=>_0x51a337[_0x405392(0x3b5)]()),this['_items'][_0x405392(0x525)](),super['dispose']();}[_0x566a84(0x414)](){const _0xde00ea=_0x566a84;let _0x902da9=this[_0xde00ea(0x70f)][_0xde00ea(0x569)];if(this[_0xde00ea(0x32a)][_0xde00ea(0x32f)](_0x902da9)[_0xde00ea(0x3d7)]>0x0){this[_0xde00ea(0x888)]();return;}let _0x18e9dd=this[_0xde00ea(0x836)]['getElementDataForUnit'](_0x902da9),_0x8cf06c=new Set();this['_embedModelService'][_0xde00ea(0x3d1)](_0x902da9)['filter'](_0x49e240=>_0x49e240[_0xde00ea(0x754)]===e[_0xde00ea(0x21e)][_0xde00ea(0x4e5)])[_0xde00ea(0x2a5)](_0x2d100d=>{const _0x1753ff=_0xde00ea;let _0x8d5fed=Object[_0x1753ff(0x2cb)](_0x18e9dd)[_0x1753ff(0x2f6)](_0x14e5f5=>{const _0x212648=_0x1753ff;var _0x5096d3;return(0x0,v[_0x212648(0x4aa)])((_0x5096d3=_0x14e5f5[_0x212648(0x7fa)][_0x2d100d[_0x212648(0x7c9)]])==null?void 0x0:_0x5096d3[_0x212648(0x67c)]);}),_0x295649=_0x8d5fed==null?void 0x0:_0x8d5fed[_0x1753ff(0x7fa)][_0x2d100d['hostAnchorId']],_0x5ef0ed=_0x295649==null?void 0x0:_0x295649['element'];if(!_0x8d5fed||!_0x295649||!(0x0,v[_0x1753ff(0x4aa)])(_0x5ef0ed))return;let _0x1923be=(0x0,v[_0x1753ff(0x710)])(_0x5ef0ed),_0x414c0c=this['_itemId'](_0x2d100d['hostAnchorId']);_0x8cf06c['add'](_0x414c0c);let _0x1667d5={'left':_0x5ef0ed[_0x1753ff(0x7ae)][_0x1753ff(0x1f8)]??0x0,'top':_0x5ef0ed['transform'][_0x1753ff(0x437)]??0x0,'width':_0x5ef0ed['transform'][_0x1753ff(0x5d6)]??0x230,'height':_0x5ef0ed[_0x1753ff(0x7ae)][_0x1753ff(0x4da)]??0x168},_0x4e7f35=()=>(0x0,c['createElement'])(ri,{'data':{'version':0x1,'embedId':_0x2d100d[_0x1753ff(0x61a)],'hostUnitId':_0x902da9,'hostAnchorId':_0x2d100d[_0x1753ff(0x7c9)],'childUnitId':_0x2d100d[_0x1753ff(0x542)]??(_0x1923be==null?void 0x0:_0x1923be[_0x1753ff(0x542)]),'childType':_0x2d100d[_0x1753ff(0x4af)]??(_0x1923be==null?void 0x0:_0x1923be[_0x1753ff(0x4af)])},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x1753ff(0x611)],'resolveHostWheelGestureRoot':this['_resolveHostWheelGestureRoot'],'onRuntimeStageEnter':_0x46e066=>this['_setAnchorTransformerVisible'](_0x46e066!==_0x1753ff(0x4de),_0x295649[_0x1753ff(0x65f)],_0x2d100d['hostAnchorId'])});this['_items'][_0x1753ff(0x44c)](_0x414c0c)?this['_domLayerService']['updateItem'](_0x414c0c,{'rect':_0x1667d5,'content':_0x4e7f35}):this[_0x1753ff(0x31e)][_0x1753ff(0x243)](_0x414c0c,this['_domLayerService'][_0x1753ff(0x793)]({'id':_0x414c0c,'unitId':_0x902da9,'subUnitId':_0x295649[_0x1753ff(0x65f)],'elementId':_0x2d100d[_0x1753ff(0x7c9)],'rect':_0x1667d5,'content':_0x4e7f35,'interactive':!0x0,'showResizeGuide':!0x0}));}),this['_items']['forEach']((_0x2f788e,_0x2cd596)=>{const _0x53ab6c=_0xde00ea;_0x8cf06c['has'](_0x2cd596)||(_0x2f788e[_0x53ab6c(0x3b5)](),this[_0x53ab6c(0x31e)][_0x53ab6c(0x304)](_0x2cd596));});}['_itemId'](_0x3cdf1c){const _0x2ca78=_0x566a84;return _0x2ca78(0x5b8)+this['_context'][_0x2ca78(0x569)]+':'+_0x3cdf1c;}['_selectAnchor'](_0x3c24b4,_0x56e192){const _0x513bec=_0x566a84;this[_0x513bec(0x254)][_0x513bec(0x730)]({'unitId':this[_0x513bec(0x70f)][_0x513bec(0x569)],'subUnitId':_0x3c24b4},[_0x56e192],_0x56e192);}['_setAnchorTransformerVisible'](_0x16e664,_0x882661,_0x285e2a){const _0x3923f1=_0x566a84;if(_0x16e664){this[_0x3923f1(0x533)](_0x882661,_0x285e2a);return;}this[_0x3923f1(0x254)]['clearSelection']();}[_0x566a84(0x55e)](_0x180829){const _0x2590c2=_0x566a84;var _0x3f90d5,_0x165a45,_0x57ba9c,_0x2d3bd9;let _0x3b9e05=_0x180829[_0x2590c2(0x32d)];if(!_0x3b9e05||_0x3b9e05[_0x2590c2(0x1ee)]!==this['_context'][_0x2590c2(0x569)])return;let _0x2e9df7=this[_0x2590c2(0x836)][_0x2590c2(0x3de)](this[_0x2590c2(0x70f)][_0x2590c2(0x569)]),_0x251ad4=Object[_0x2590c2(0x2cb)](_0x2e9df7)['find'](_0x313ea7=>_0x313ea7['data'][_0x3b9e05[_0x2590c2(0x7c9)]]),_0x1872ff=_0x251ad4==null?void 0x0:_0x251ad4['data'][_0x3b9e05[_0x2590c2(0x7c9)]];if(!_0x251ad4||!_0x1872ff||!(0x0,v[_0x2590c2(0x4aa)])(_0x1872ff[_0x2590c2(0x67c)])||((_0x3f90d5=(0x0,v[_0x2590c2(0x710)])(_0x1872ff[_0x2590c2(0x67c)]))==null?void 0x0:_0x3f90d5['embedId'])!==_0x3b9e05[_0x2590c2(0x61a)])return;let _0x11a433=(_0x165a45=(_0x57ba9c=this[_0x2590c2(0x70f)]['engine'])[_0x2590c2(0x7a4)])==null?void 0x0:_0x165a45[_0x2590c2(0x743)](_0x57ba9c);if(!_0x11a433)return;(_0x2d3bd9=this[_0x2590c2(0x4be)])==null||_0x2d3bd9[_0x2590c2(0x743)](this),this[_0x2590c2(0x533)](_0x1872ff[_0x2590c2(0x65f)],_0x3b9e05[_0x2590c2(0x7c9)]),this['_setAnchorTransformerVisible'](!0x1,_0x1872ff[_0x2590c2(0x65f)],_0x3b9e05['hostAnchorId']);let _0x537f8f=_0x1872ff[_0x2590c2(0x67c)],_0x5bf94b=_0x537f8f[_0x2590c2(0x7ae)][_0x2590c2(0x1f8)]??0x0,_0x6a2db3=_0x537f8f[_0x2590c2(0x7ae)]['top']??0x0,_0x3c9f7d=this['_boardUIStateService']['getState'](),_0x2c8368=(0x0,_[_0x2590c2(0x87a)])(this['_configService'][_0x2590c2(0x589)](_[_0x2590c2(0x75c)])??void 0x0),_0x2d160e=(0x0,_[_0x2590c2(0x221)])(_0x11a433,_0x3b9e05[_0x2590c2(0x237)],_0x3b9e05[_0x2590c2(0x6b4)],{'zoomRatio':_0x3c9f7d[_0x2590c2(0x81c)],'panOffset':_0x3c9f7d[_0x2590c2(0x57b)]},_0x2c8368),_0x3542b3=document[_0x2590c2(0x43b)]??window,_0x204242=(_0x5bddb0,_0x3727b4)=>{const _0x25a48b=_0x2590c2;let _0x2339c1=this[_0x25a48b(0x6a8)]['getState'](),_0xb8a18a=(0x0,_['getBoardPointFromClient'])(_0x11a433,_0x5bddb0,_0x3727b4,{'zoomRatio':_0x2339c1[_0x25a48b(0x81c)],'panOffset':_0x2339c1['viewportPanOffset']},_0x2c8368);return{'left':_0x5bf94b+_0xb8a18a['x']-_0x2d160e['x'],'top':_0x6a2db3+_0xb8a18a['y']-_0x2d160e['y']};},_0x1e95d7=(_0x6a7a7a,_0x515982)=>{const _0x576f91=_0x2590c2;let _0x44f8da=_0x204242(_0x6a7a7a,_0x515982);return this[_0x576f91(0x69c)]['updateItem'](this[_0x576f91(0x259)](_0x3b9e05[_0x576f91(0x7c9)]),{'rect':{..._0x44f8da,'width':_0x537f8f['transform'][_0x576f91(0x5d6)]??0x230,'height':_0x537f8f[_0x576f91(0x7ae)][_0x576f91(0x4da)]??0x168}}),_0x44f8da;},_0xc6e3dd=_0x2eb776=>_0x3b9e05[_0x2590c2(0x2ce)]==null||_0x2eb776[_0x2590c2(0x2ce)]===_0x3b9e05['pointerId'],_0x5e5730=()=>{},_0x17f4a7=_0x530753=>{const _0x55caa0=_0x2590c2;_0xc6e3dd(_0x530753)&&(_0x530753[_0x55caa0(0x6ad)](),_0x1e95d7(_0x530753[_0x55caa0(0x237)],_0x530753['clientY']));},_0x59c86a=async _0x54db8e=>{const _0xf0e5db=_0x2590c2;if(!_0xc6e3dd(_0x54db8e))return;_0x5e5730(),_0x54db8e[_0xf0e5db(0x6ad)]();let _0x2c03c4=_0x1e95d7(_0x54db8e[_0xf0e5db(0x237)],_0x54db8e[_0xf0e5db(0x6b4)]);await this[_0xf0e5db(0x71c)][_0xf0e5db(0x6a9)](v[_0xf0e5db(0x84d)]['id'],{'unitId':this['_context']['unitId'],'subUnitId':_0x1872ff['subUnitId'],'elementId':_0x3b9e05[_0xf0e5db(0x7c9)],'element':_0x537f8f,'transform':{..._0x1872ff['transform'],..._0x2c03c4}})[_0xf0e5db(0x40a)](()=>{const _0x2cd471=_0xf0e5db;this[_0x2cd471(0x414)](),this[_0x2cd471(0x260)](!0x0,_0x1872ff[_0x2cd471(0x65f)],_0x3b9e05[_0x2cd471(0x7c9)]);});},_0x426051=_0x43636a=>{const _0x50c554=_0x2590c2;_0xc6e3dd(_0x43636a)&&(_0x5e5730(),this['_sync'](),this[_0x50c554(0x260)](!0x0,_0x1872ff['subUnitId'],_0x3b9e05[_0x50c554(0x7c9)]));};_0x5e5730=()=>{const _0x32fa1d=_0x2590c2;_0x3542b3['removeEventListener']('pointermove',_0x17f4a7),_0x3542b3[_0x32fa1d(0x604)](_0x32fa1d(0x4ec),_0x59c86a),_0x3542b3[_0x32fa1d(0x604)]('pointercancel',_0x426051),this[_0x32fa1d(0x4be)]===_0x5e5730&&(this['_activeDragCleanup']=void 0x0);},_0x3542b3[_0x2590c2(0x51c)](_0x2590c2(0x50d),_0x17f4a7),_0x3542b3[_0x2590c2(0x51c)](_0x2590c2(0x4ec),_0x59c86a),_0x3542b3[_0x2590c2(0x51c)]('pointercancel',_0x426051),this[_0x2590c2(0x4be)]=_0x5e5730;}['_clearItems'](){const _0x2ef191=_0x566a84;this[_0x2ef191(0x31e)]['forEach'](_0x3eedee=>_0x3eedee[_0x2ef191(0x3b5)]()),this[_0x2ef191(0x31e)]['clear']();}};To=X([Y(0x1,(0x0,n[_0x566a84(0x240)])(e[_0x566a84(0x51f)])),Y(0x2,(0x0,n['Inject'])(_[_0x566a84(0x6d3)])),Y(0x3,(0x0,n['Inject'])(v[_0x566a84(0x6cc)])),Y(0x4,(0x0,n[_0x566a84(0x240)])(_['IBoardElementStateService'])),Y(0x5,(0x0,n['Inject'])(_[_0x566a84(0x212)])),Y(0x6,n[_0x566a84(0x701)]),Y(0x7,n[_0x566a84(0x423)])],To);function Eo(){const _0x4ba10d=_0x566a84;return Xi({'childType':n['UniverInstanceType'][_0x4ba10d(0x377)],'productName':_0x4ba10d(0x638),'hostChromeMode':'title-only'});}function Do(){const _0x5ca8db=_0x566a84;return{'hostType':n[_0x5ca8db(0x52f)]['UNIVER_BOARD'],'entry':e[_0x5ca8db(0x21e)][_0x5ca8db(0x4e5)],'layout':'scroll-contained','supportedLayouts':[_0x5ca8db(0x76d),_0x5ca8db(0x59e),_0x5ca8db(0x29e)],'menuBehavior':_0x5ca8db(0x88b)};}function Oo(){const _0x40bda7=_0x566a84;return{'childType':n['UniverInstanceType'][_0x40bda7(0x377)],'handleWheel':_0x59583a=>{const _0x4b4995=_0x40bda7;let _0x15919a=_0x59583a[_0x4b4995(0x343)][_0x4b4995(0x656)];return _0x15919a!=null&&_0x15919a[_0x4b4995(0x44c)](_[_0x4b4995(0x212)])?(_0x15919a['get'](_[_0x4b4995(0x212)])[_0x4b4995(0x45c)]({'x':-_0x59583a[_0x4b4995(0x376)][_0x4b4995(0x35b)],'y':-_0x59583a[_0x4b4995(0x376)][_0x4b4995(0x725)]}),!0x0):!0x1;}};}function ko(_0x303350){const _0x5acb9e=_0x566a84;return{'childType':n[_0x5acb9e(0x52f)][_0x5acb9e(0x377)],'supportedLayouts':[_0x5acb9e(0x83e),_0x5acb9e(0x5af),_0x5acb9e(0x76d)],'scopedDependencies':_[_0x5acb9e(0x69f)][_0x5acb9e(0x488)](_0x303350),'beforeDeactivate':Ao,'mount':jo};}function Ao(_0x579238){const _0x22a3df=_0x566a84;let _0x94bcf2=_0x579238[_0x22a3df(0x343)]['injector'];if(_0x94bcf2['has'](y[_0x22a3df(0x58a)])&&_0x94bcf2[_0x22a3df(0x230)](y[_0x22a3df(0x58a)])[_0x22a3df(0x2de)](),_0x94bcf2[_0x22a3df(0x44c)](_[_0x22a3df(0x2b6)])&&_0x94bcf2[_0x22a3df(0x230)](_[_0x22a3df(0x2b6)])['cancelEditing'](),_0x94bcf2['has'](_[_0x22a3df(0x4b4)])){let _0x26f47d=_0x94bcf2[_0x22a3df(0x230)](_[_0x22a3df(0x4b4)]);_0x26f47d['clearActiveEditing'](),_0x26f47d['clearSelection']();}}function jo(_0x446c7a){const _0x15f0cc=_0x566a84;var _0x1a7713,_0x3d8d58;let _0x32ef88=_0x446c7a[_0x15f0cc(0x656)][_0x15f0cc(0x230)](n[_0x15f0cc(0x64e)])[_0x15f0cc(0x6b6)](_0x446c7a['childUnitId'],n[_0x15f0cc(0x52f)][_0x15f0cc(0x377)]),_0x5ddfb8=_0x446c7a[_0x15f0cc(0x343)][_0x15f0cc(0x656)];if(!_0x32ef88||!_0x5ddfb8)return;let _0x50609d=_0x446c7a['injector']['get'](f[_0x15f0cc(0x74f)]),_0x1e8631=Pi(_0x50609d,_0x446c7a['childUnitId'],_0x5ddfb8);if(!_0x1e8631)return;let _0x56d559=yt(_0x446c7a[_0x15f0cc(0x343)]['roots']['content']);_0x56d559[_0x15f0cc(0x727)]((0x0,u[_0x15f0cc(0x6c7)])(Z,{'injector':_0x5ddfb8,'mountContainer':_0x446c7a[_0x15f0cc(0x343)][_0x15f0cc(0x4e7)][_0x15f0cc(0x732)],'embedId':_0x446c7a[_0x15f0cc(0x61a)],'children':[(0x0,u[_0x15f0cc(0x353)])(_[_0x15f0cc(0x625)],{'embedded':_0x446c7a[_0x15f0cc(0x7ce)]['mode']==='float'&&!_0x446c7a[_0x15f0cc(0x7ce)][_0x15f0cc(0x685)],'fitOnMount':!0x1,'showZoomControls':_0x446c7a[_0x15f0cc(0x7ce)][_0x15f0cc(0x5cd)]===_0x15f0cc(0x828)||_0x446c7a[_0x15f0cc(0x7ce)][_0x15f0cc(0x685)]===!0x0}),(0x0,u[_0x15f0cc(0x353)])(_[_0x15f0cc(0x4e2)],{'positionRoot':_0x446c7a['runtimeScope'][_0x15f0cc(0x4e7)]['content']}),(0x0,u[_0x15f0cc(0x353)])(y[_0x15f0cc(0x674)],{})]}));let _0x5ca4a3=_0x446c7a[_0x15f0cc(0x7ce)][_0x15f0cc(0x5cd)]!==_0x15f0cc(0x465)||_0x446c7a[_0x15f0cc(0x7ce)][_0x15f0cc(0x685)]?_0x446c7a[_0x15f0cc(0x656)][_0x15f0cc(0x230)](q)[_0x15f0cc(0x645)](_0x446c7a[_0x15f0cc(0x61a)],_0x446c7a[_0x15f0cc(0x343)][_0x15f0cc(0x4e7)][_0x15f0cc(0x4a0)]['ownerDocument']):void 0x0;Ii(_0x1e8631,{'activate':!0x0});let _0x626dfd=(_0x1a7713=(_0x3d8d58=globalThis)[_0x15f0cc(0x4cf)])==null?void 0x0:_0x1a7713[_0x15f0cc(0x743)](_0x3d8d58,()=>{const _0x51b87f=_0x15f0cc;let _0x77cef5=_0x446c7a[_0x51b87f(0x343)][_0x51b87f(0x4e7)]['content']['querySelector'](_0x51b87f(0x6e2)),_0x26136c=(_0x77cef5==null?void 0x0:_0x77cef5['getBoundingClientRect']())??_0x446c7a[_0x51b87f(0x343)][_0x51b87f(0x4e7)][_0x51b87f(0x4a0)][_0x51b87f(0x71f)](),_0x17f535=(0x0,_[_0x51b87f(0x87a)])(_0x5ddfb8['get'](n['IConfigService'])[_0x51b87f(0x589)](_[_0x51b87f(0x75c)])??void 0x0);_0x5ddfb8[_0x51b87f(0x230)](_[_0x51b87f(0x2a9)])[_0x51b87f(0x403)](_0x32ef88,{'viewportSize':{'width':_0x26136c[_0x51b87f(0x5d6)],'height':_0x26136c[_0x51b87f(0x4da)]},'padding':Math['max'](0x10,Math[_0x51b87f(0x2b1)](0x40,Math[_0x51b87f(0x2b1)](_0x26136c[_0x51b87f(0x5d6)],_0x26136c[_0x51b87f(0x4da)])*0.08)),'zoom':_0x17f535});});return(0x0,n[_0x15f0cc(0x87f)])(()=>{const _0x4c094b=_0x15f0cc;if(_0x626dfd!=null){var _0x5b5932,_0x3f0419;(_0x5b5932=(_0x3f0419=globalThis)['cancelAnimationFrame'])==null||_0x5b5932[_0x4c094b(0x743)](_0x3f0419,_0x626dfd);}try{var _0x3006fd,_0x1144eb;(_0x3006fd=(_0x1144eb=_0x1e8631[_0x4c094b(0x262)])[_0x4c094b(0x6e8)])==null||_0x3006fd['call'](_0x1144eb);}catch{}_0x50609d['removeRender'](_0x446c7a[_0x4c094b(0x542)]),bt(_0x56d559),_0x5ca4a3==null||_0x5ca4a3['dispose'](),_0x5ddfb8[_0x4c094b(0x3b5)]();});}function Mo(){const _0x2068d5=_0x566a84;return Wa({'childType':n[_0x2068d5(0x52f)][_0x2068d5(0x377)],'mount':No});}function No(_0x33e9cc){const _0x2a67f0=_0x566a84;if(_0x33e9cc[_0x2a67f0(0x7ce)][_0x2a67f0(0x685)])return;let {root:_0x56fb63,menu:_0x14910e}=Ua(_0x33e9cc),_0x38d855=yt(_0x14910e);return _0x38d855[_0x2a67f0(0x727)]((0x0,c[_0x2a67f0(0x77f)])(Z,{'injector':_0x33e9cc[_0x2a67f0(0x343)][_0x2a67f0(0x656)],'mountContainer':_0x56fb63,'embedId':_0x33e9cc['embedId']},(0x0,c['createElement'])(Po,{'hostUnitId':_0x33e9cc[_0x2a67f0(0x1ee)],'embedId':_0x33e9cc[_0x2a67f0(0x61a)],'childUnitId':_0x33e9cc[_0x2a67f0(0x542)],'viewportRoot':_0x33e9cc[_0x2a67f0(0x343)][_0x2a67f0(0x4e7)][_0x2a67f0(0x4a0)],'fullscreen':!!_0x33e9cc[_0x2a67f0(0x7ce)][_0x2a67f0(0x685)]}))),(0x0,n['toDisposable'])(()=>{const _0x5839dc=_0x2a67f0;bt(_0x38d855),globalThis[_0x5839dc(0x294)](()=>_0x14910e['remove'](),0x0);});}function Po(_0x31f342){const _0x318ac7=_0x566a84;let {hostUnitId:_0x4779ba,embedId:_0x5ee20d,childUnitId:_0x592c7b,viewportRoot:_0x3afa4d,fullscreen:_0x26409e}=_0x31f342,_0x1230c0=(0x0,a[_0x318ac7(0x5dd)])(n[_0x318ac7(0x423)]),_0x2ac803=(0x0,a[_0x318ac7(0x5dd)])(n[_0x318ac7(0x701)]),_0x6091c0=(0x0,a[_0x318ac7(0x5dd)])(n[_0x318ac7(0x64e)]),_0x47b351=(0x0,a[_0x318ac7(0x5dd)])(n[_0x318ac7(0x3a9)]),_0x57bfac=(0x0,a[_0x318ac7(0x5dd)])(ie),_0x4e1a87=(0x0,a[_0x318ac7(0x5dd)])(_[_0x318ac7(0x212)]),_0x4b7d72=(0x0,a[_0x318ac7(0x5dd)])(_[_0x318ac7(0x2a9)]),_0x1d80c9=(0x0,a[_0x318ac7(0x5ab)])(()=>_0x4e1a87[_0x318ac7(0x756)],_0x4e1a87[_0x318ac7(0x24e)](),!0x1,[_0x4e1a87]),_0x24bff9=Fo({'embedId':_0x5ee20d,'active':(0x0,a['useObservable'])(()=>_0x57bfac[_0x318ac7(0x760)],_0x57bfac[_0x318ac7(0x34e)](),!0x1,[_0x57bfac]),'fullscreen':_0x26409e}),_0x546a6b=_0x6091c0[_0x318ac7(0x6b6)](_0x592c7b,n[_0x318ac7(0x52f)][_0x318ac7(0x377)]),_0x499ba6=(0x0,_[_0x318ac7(0x87a)])(_0x2ac803[_0x318ac7(0x589)](_[_0x318ac7(0x75c)])??void 0x0),_0x1c9a53=()=>_0x3afa4d[_0x318ac7(0x71f)](),_0x1e7465=()=>({'x':_0x1c9a53()[_0x318ac7(0x5d6)]/0x2,'y':_0x1c9a53()[_0x318ac7(0x4da)]/0x2}),_0x3cadd4=_0x3a39e1=>_0x4e1a87[_0x318ac7(0x7dd)](_0x3a39e1,_0x1e7465());return(0x0,u[_0x318ac7(0x6c7)])(_0x318ac7(0x694),{'className':(0x0,o[_0x318ac7(0x59c)])(_0x318ac7(0x5d7),{'univer-hidden':_0x24bff9===_0x318ac7(0x584),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x26409e,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x26409e,'-univer-top-[44px]':!_0x26409e}),'data-embed-floating-menu':_0x318ac7(0x856),'data-embed-id':_0x5ee20d,'data-embed-float-stage':_0x24bff9,'onPointerDown':_0x305fbd=>_0x305fbd['stopPropagation'](),'children':[(0x0,u[_0x318ac7(0x353)])(_0x318ac7(0x540),{'title':_0x47b351['t']('embed-ui.boardsFloating.fitContent'),'children':(0x0,u[_0x318ac7(0x353)])(a[_0x318ac7(0x698)],{'onClick':()=>{const _0x460b79=_0x318ac7;let _0x298820=_0x1c9a53();_0x4b7d72[_0x460b79(0x403)](_0x546a6b??null,{'viewportSize':{'width':_0x298820[_0x460b79(0x5d6)],'height':_0x298820[_0x460b79(0x4da)]},'padding':Math[_0x460b79(0x4fb)](0x10,Math[_0x460b79(0x2b1)](0x40,Math['min'](_0x298820[_0x460b79(0x5d6)],_0x298820['height'])*0.08)),'zoom':_0x499ba6});},'children':(0x0,u[_0x318ac7(0x353)])(s[_0x318ac7(0x2e1)],{})})}),(0x0,u['jsx'])('span',{'title':_0x47b351['t'](_0x318ac7(0x301)),'children':(0x0,u[_0x318ac7(0x353)])(a[_0x318ac7(0x698)],{'onClick':()=>_0x3cadd4(_0x1d80c9['zoomRatio']-_0x499ba6[_0x318ac7(0x1d2)]),'children':(0x0,u[_0x318ac7(0x353)])(s['ZoomOutIcon'],{})})}),(0x0,u[_0x318ac7(0x353)])(_0x318ac7(0x540),{'title':_0x47b351['t']('embed-ui.boardsFloating.resetZoom'),'children':(0x0,u[_0x318ac7(0x6c7)])(a[_0x318ac7(0x698)],{'noIcon':!0x0,'onClick':()=>_0x3cadd4(0x1),'children':[Math[_0x318ac7(0x529)](_0x1d80c9[_0x318ac7(0x81c)]*0x64),'%']})}),(0x0,u[_0x318ac7(0x353)])(_0x318ac7(0x540),{'title':_0x47b351['t'](_0x318ac7(0x1e1)),'children':(0x0,u['jsx'])(a['ToolbarButton'],{'onClick':()=>_0x3cadd4(_0x1d80c9[_0x318ac7(0x81c)]+_0x499ba6['zoomStep']),'children':(0x0,u[_0x318ac7(0x353)])(s['ZoomInIcon'],{})})}),(0x0,u[_0x318ac7(0x353)])(_0x318ac7(0x540),{'title':_0x47b351['t'](_0x318ac7(0x1f2)),'children':(0x0,u[_0x318ac7(0x353)])(a[_0x318ac7(0x698)],{'className':'univer-text-red-500','onClick':()=>void _0x1230c0[_0x318ac7(0x6a9)](e['RemoveEmbedCommand']['id'],{'hostUnitId':_0x4779ba,'embedId':_0x5ee20d}),'children':(0x0,u[_0x318ac7(0x353)])(s['DeleteIcon'],{})})})]});}function Fo(_0x20f8b0){const _0x31a7e9=_0x566a84;var _0x355a7a;return _0x20f8b0[_0x31a7e9(0x685)]?_0x31a7e9(0x4de):((_0x355a7a=_0x20f8b0[_0x31a7e9(0x814)])==null?void 0x0:_0x355a7a[_0x31a7e9(0x61a)])===_0x20f8b0['embedId']?_0x20f8b0[_0x31a7e9(0x814)][_0x31a7e9(0x512)]??_0x31a7e9(0x648):_0x31a7e9(0x584);}function Io(_0x351519){const _0x5bf787=_0x566a84;Wi(_0x351519,_0x5bf787(0x534),Lo);}function Lo(_0x4a7b55){const _0x59045b=_0x566a84;_0x4a7b55[_0x59045b(0x44c)](_['IBoardEmbedRuntimeFocusCoordinator'])||_0x4a7b55[_0x59045b(0x228)]([_[_0x59045b(0x59f)],{'useFactory':()=>_0x4a7b55[_0x59045b(0x230)](G)}]);let _0x1ce1ff=_0x4a7b55['get'](tt),_0x4c8b66=_0x4a7b55['get']($e),_0x35e316=_0x4a7b55[_0x59045b(0x230)](U),_0x3e917a=_0x4a7b55[_0x59045b(0x230)](et),_0x57e9ad=_0x4a7b55['get'](Xn),_0xb15cf5=_0x4a7b55['get'](ar),_0x96eba5=Do();_0x1ce1ff[_0x59045b(0x230)](_0x96eba5[_0x59045b(0x741)],_0x96eba5['entry'])||_0x1ce1ff[_0x59045b(0x371)](_0x96eba5);let _0xfad021=ko(_0x4a7b55);_0x4c8b66[_0x59045b(0x230)](_0xfad021[_0x59045b(0x4af)])||_0x4c8b66[_0x59045b(0x371)](_0xfad021);let _0x3824af=Eo();_0x35e316['get'](_0x3824af[_0x59045b(0x4af)])||_0x35e316[_0x59045b(0x371)](_0x3824af),Mo()[_0x59045b(0x2a5)](_0x4b5456=>{const _0x535c9b=_0x59045b;_0x3e917a['hasExact'](_0x4b5456[_0x535c9b(0x741)],_0x4b5456['entry'],_0x4b5456[_0x535c9b(0x4af)])||_0x3e917a[_0x535c9b(0x371)](_0x4b5456);}),_0x57e9ad[_0x59045b(0x800)](Li(_0x4a7b55,{'childType':n[_0x59045b(0x52f)][_0x59045b(0x377)],'renderManagerService':f['IRenderManagerService']})),_0xb15cf5[_0x59045b(0x230)](n[_0x59045b(0x52f)]['UNIVER_BOARD'])||_0xb15cf5[_0x59045b(0x371)](Oo()),_0x4a7b55[_0x59045b(0x230)](f[_0x59045b(0x74f)])[_0x59045b(0x4d3)](n['UniverInstanceType']['UNIVER_BOARD'],To);}const Ro={'mode':_0x566a84(0x68c),'target':_0x566a84(0x296),'paddingX':0x0,'minScale':0x0,'align':_0x566a84(0x851)};function zo(){const _0x243c2b=_0x566a84;return Ji({'childType':n[_0x243c2b(0x52f)][_0x243c2b(0x632)],'productName':_0x243c2b(0x552)});}function Bo(){const _0x46b92d=_0x566a84;return{'childType':n['UniverInstanceType']['UNIVER_DOC'],'supportedLayouts':[_0x46b92d(0x5af),'doc-width-scale',_0x46b92d(0x76d)],'beforeDeactivate':Vo,'mount':_0x39fff8=>_0x39fff8[_0x46b92d(0x7ce)][_0x46b92d(0x5cd)]===_0x46b92d(0x465)?Oi(_0x39fff8,f[_0x46b92d(0x74f)],void 0x0,{'scopedInjector':Ho(_0x39fff8[_0x46b92d(0x343)][_0x46b92d(0x656)])}):Oi(_0x39fff8,f['IRenderManagerService'])};}function Vo(_0x47c124){const _0x274a27=_0x566a84;var _0x106c71;let _0x1f65bf=_0x47c124['injector'][_0x274a27(0x230)](f[_0x274a27(0x74f)])['getRenderUnitById'](_0x47c124['childUnitId']),_0x1ba6bb=_0x1f65bf==null?void 0x0:_0x1f65bf['with'](r[_0x274a27(0x27c)]);_0x1f65bf==null||(_0x106c71=_0x1f65bf['with'](r[_0x274a27(0x32e)]))==null||_0x106c71[_0x274a27(0x325)](),_0x1ba6bb==null||_0x1ba6bb[_0x274a27(0x23b)](),_0x1ba6bb==null||_0x1ba6bb[_0x274a27(0x847)]();}function Ho(_0x59a9aa){const _0x5680fe=_0x566a84;return de(_0x59a9aa,new Map([[r[_0x5680fe(0x47d)],_0x33d240=>Uo(_0x33d240)]]));}function Uo(_0xf42c9e){return{..._0xf42c9e,'fitToWidth':{..._0xf42c9e==null?void 0x0:_0xf42c9e['fitToWidth'],...Ro}};}let Wo=class extends n[_0x566a84(0x7b8)]{constructor(_0xff5564,_0x23b7bb,_0x443b13,_0x276eca,_0x5ebe39,_0x597cf8,_0x5cf579,_0x28c601){const _0x509dba=_0x566a84;var _0x553b4b,_0x5f3ce1;super(),this[_0x509dba(0x70f)]=_0xff5564,this[_0x509dba(0x5bb)]=_0x23b7bb,this[_0x509dba(0x71c)]=_0x443b13,this['_contentSizeRegistry']=_0x276eca,this[_0x509dba(0x5e5)]=_0x5ebe39,this[_0x509dba(0x32a)]=_0x597cf8,this[_0x509dba(0x6b0)]=_0x5cf579,this['_docViewScaleService']=_0x28c601,H(this,_0x509dba(0x7f1),new Map()),H(this,_0x509dba(0x299),new Map());let _0x1f4529=(0x0,r[_0x509dba(0x2e9)])(()=>{this['_rerenderHostDoc']()||this['_refreshHostDocZoom']();}),_0x1f93ad=(0x0,r[_0x509dba(0x2e9)])(()=>{this['_rerenderHostDoc']();});this[_0x509dba(0x884)](_0x1f4529),this[_0x509dba(0x884)](_0x1f93ad);let _0x963079=Go((_0x553b4b=this[_0x509dba(0x70f)]['engine'])==null||(_0x5f3ce1=_0x553b4b[_0x509dba(0x7a4)])==null?void 0x0:_0x5f3ce1[_0x509dba(0x743)](_0x553b4b),_0x1f4529['schedule']);_0x963079&&this[_0x509dba(0x884)](_0x963079);let _0x306e74=this[_0x509dba(0x4d8)]['contentSizeChanged$'][_0x509dba(0x43a)](({hostUnitId:_0x1425bf})=>{const _0x36f25a=_0x509dba;_0x1425bf===this[_0x36f25a(0x70f)][_0x36f25a(0x569)]&&_0x1f4529[_0x36f25a(0x7f4)]();});this[_0x509dba(0x884)]((0x0,n[_0x509dba(0x87f)])(()=>_0x306e74[_0x509dba(0x635)]())),this['disposeWithMe']({'dispose':()=>{const _0x32cc59=_0x509dba;this[_0x32cc59(0x7f1)][_0x32cc59(0x525)](),this[_0x32cc59(0x299)][_0x32cc59(0x525)]();}});let _0x5720dd=this[_0x509dba(0x5bb)]['getTypeOfUnitAdded$'](n[_0x509dba(0x52f)]['UNIVER_SHEET'])['subscribe'](()=>{_0x1f4529['schedule']();}),_0x20a507=this[_0x509dba(0x5bb)][_0x509dba(0x401)](n[_0x509dba(0x52f)][_0x509dba(0x819)])['subscribe'](()=>{const _0x14f3f9=_0x509dba;_0x1f4529[_0x14f3f9(0x7f4)]();});this[_0x509dba(0x884)]((0x0,n[_0x509dba(0x87f)])(()=>_0x5720dd[_0x509dba(0x635)]())),this[_0x509dba(0x884)]((0x0,n[_0x509dba(0x87f)])(()=>_0x20a507[_0x509dba(0x635)]()));let _0x5a57d2=(0x0,f[_0x509dba(0x7e6)])((_0x3802ba,_0x55417f,_0x4499fb)=>{const _0x3a3868=_0x509dba;var _0x4b8851,_0x53c855,_0x598c2a;if(_0x3802ba!==this[_0x3a3868(0x70f)][_0x3a3868(0x569)])return null;let _0x45f901=this[_0x3a3868(0x7ef)]();if(!_0x45f901)return null;let _0x4859c1=(_0x4b8851=_0x45f901[_0x3a3868(0x241)])==null?void 0x0:_0x4b8851[_0x55417f],_0x15de7=_0x4859c1==null?void 0x0:_0x4859c1['data'],_0xb376bb=_0x15de7==null?void 0x0:_0x15de7[_0x3a3868(0x4af)];if(_0xb376bb!==n[_0x3a3868(0x52f)]['UNIVER_SHEET']&&_0xb376bb!==n[_0x3a3868(0x52f)][_0x3a3868(0x819)])return null;let _0x143863=this[_0x3a3868(0x788)][_0x3a3868(0x506)](),_0x53d185=this[_0x3a3868(0x2cd)](_0x143863),_0x340264=this[_0x3a3868(0x3d2)](_0x15de7,_0xb376bb),_0x31fb67=_0x340264?this[_0x3a3868(0x76f)](_0x340264,_0xb376bb,_0x1f4529[_0x3a3868(0x7f4)]):void 0x0,_0x4465c1=_0x15de7==null?void 0x0:_0x15de7[_0x3a3868(0x61a)],_0x46b6ed=typeof _0x4465c1==_0x3a3868(0x3b3)?(_0x53c855=this[_0x3a3868(0x5e5)][_0x3a3868(0x21d)](_0x4465c1))==null||(_0x53c855=_0x53c855[_0x3a3868(0x630)])==null?void 0x0:_0x53c855['runtimeScope']['injector']:void 0x0,_0x4519b=_0x340264&&_0x31fb67!=null?this[_0x3a3868(0x4d8)][_0x3a3868(0x626)]({'childType':_0xb376bb,'childUnit':_0x31fb67,'childUnitId':_0x340264,'injector':_0x46b6ed,'viewportHeight':(_0x53d185==null?void 0x0:_0x53d185[_0x3a3868(0x4da)])==null?void 0x0:Math[_0x3a3868(0x4fb)](0x1,_0x53d185[_0x3a3868(0x4da)]-0x34),'viewportWidth':_0x4499fb[_0x3a3868(0x680)]}):void 0x0,_0x474d15=(0x0,d[_0x3a3868(0x5b7)])(_0xb376bb),_0xdd6763=qo(_0x4499fb[_0x3a3868(0x510)],_0x474d15['height']),_0x48b8ec=qo(_0x4499fb['fallbackWidth'],_0x474d15[_0x3a3868(0x5d6)]),_0x451244=(_0x4519b==null?void 0x0:_0x4519b['height'])??_0xdd6763,_0x5941e4=(0x0,r[_0x3a3868(0x7c0)])({'childType':_0xb376bb,'contentHeight':_0xb376bb===n[_0x3a3868(0x52f)]['UNIVER_SHEET']?li(_0x451244):_0x451244,'contentWidth':_0x4519b==null?void 0x0:_0x4519b[_0x3a3868(0x5d6)],'docsLeft':this[_0x3a3868(0x429)](),'documentFlavor':(_0x598c2a=_0x45f901[_0x3a3868(0x2f7)])==null?void 0x0:_0x598c2a[_0x3a3868(0x2ea)],'fallbackHeight':_0xdd6763,'fallbackWidth':_0x48b8ec,'pageMarginLeft':_0x4499fb[_0x3a3868(0x7f9)],'pageMarginRight':_0x4499fb[_0x3a3868(0x585)],'pageWidth':_0x4499fb[_0x3a3868(0x86d)],'scale':_0x143863,'visibleCanvasHeight':_0x53d185==null?void 0x0:_0x53d185[_0x3a3868(0x4da)],'visibleCanvasLeft':_0x53d185==null?void 0x0:_0x53d185[_0x3a3868(0x1f8)],'visibleCanvasWidth':_0x53d185==null?void 0x0:_0x53d185[_0x3a3868(0x5d6)]}),_0x2fe627=_0x5941e4[_0x3a3868(0x7ab)]??_0x5941e4[_0x3a3868(0x4da)],_0x4e6ab6=_0xb376bb===n['UniverInstanceType'][_0x3a3868(0x819)]?0x34:0x0,_0x2729e7=(_0x53d185==null?void 0x0:_0x53d185[_0x3a3868(0x4da)])==null?_0x5941e4['viewportHeight']??_0x2fe627:Math[_0x3a3868(0x2b1)](_0x2fe627,Math[_0x3a3868(0x4fb)](0x1,_0x53d185[_0x3a3868(0x4da)]-_0x4e6ab6));return{..._0x5941e4,'viewportHeight':_0x2729e7,'height':ui({'contentHeight':_0x2fe627,'floatingMenuInsetTop':0x34})};});this['disposeWithMe']({'dispose':_0x5a57d2}),this[_0x509dba(0x884)](this['_commandService'][_0x509dba(0x86b)](_0x48a091=>{const _0x4c5c3b=_0x509dba;if(_0x48a091['id']===r[_0x4c5c3b(0x430)]['id']){let _0x203f1f=_0x48a091[_0x4c5c3b(0x5a2)];typeof _0x203f1f=='object'&&_0x203f1f&&_0x4c5c3b(0x569)in _0x203f1f&&_0x203f1f[_0x4c5c3b(0x569)]===this['_context'][_0x4c5c3b(0x569)]&&_0x1f93ad[_0x4c5c3b(0x7f4)]();return;}let _0x4ac275=this[_0x4c5c3b(0x7ef)]();_0x4ac275&&(0x0,r['shouldRefreshDocsCustomBlockSizeForCommand'])({'childUnitIds':(0x0,r[_0x4c5c3b(0x6ce)])(_0x4ac275[_0x4c5c3b(0x241)],_0x320c2a=>this[_0x4c5c3b(0x3d2)](_0x320c2a)),'commandId':_0x48a091['id'],'commandParams':_0x48a091['params'],'hostUnitId':this['_context'][_0x4c5c3b(0x569)]})&&_0x1f4529['schedule']();}));}[_0x566a84(0x664)](){if(!this['_disposed'])return this['_context']['unit']??void 0x0;}['_getHostSnapshot'](){const _0x2b8e1a=_0x566a84;var _0x203444;return(_0x203444=this[_0x2b8e1a(0x664)]())==null?void 0x0:_0x203444[_0x2b8e1a(0x6f0)]();}['_rerenderHostDoc'](){const _0x54b591=_0x566a84;let _0x755aa3=this[_0x54b591(0x6b0)][_0x54b591(0x5d5)](this['_context'][_0x54b591(0x569)]);try{var _0x6ba408;let _0x1d3717=_0x755aa3==null||(_0x6ba408=_0x755aa3['with'])==null?void 0x0:_0x6ba408[_0x54b591(0x743)](_0x755aa3,d['DocSkeletonManagerService']);return _0x1d3717?(_0x1d3717[_0x54b591(0x5c5)](),!0x0):!0x1;}catch{return!0x1;}}[_0x566a84(0x7af)](){const _0x138c02=_0x566a84;let _0x17c416=this['_getHostUnit'](),_0x5341ef=_0x17c416==null?void 0x0:_0x17c416['zoomRatio'];typeof _0x5341ef==_0x138c02(0x78e)&&this['_commandService'][_0x138c02(0x211)](r[_0x138c02(0x430)]['id'],{'unitId':this[_0x138c02(0x70f)][_0x138c02(0x569)],'zoomRatio':_0x5341ef});}['_resolveChildUnitId'](_0x5a4d1d,_0x17086c){const _0x201b23=_0x566a84;if(!_0x5a4d1d||typeof _0x5a4d1d!=_0x201b23(0x3e8))return;let _0x202684=_0x5a4d1d,_0x106cff=typeof _0x202684[_0x201b23(0x4af)]=='number'?_0x202684['childType']:_0x17086c;if(_0x106cff!==n[_0x201b23(0x52f)][_0x201b23(0x4bf)]&&_0x106cff!==n[_0x201b23(0x52f)]['UNIVER_BASE'])return;if(typeof _0x202684[_0x201b23(0x542)]==_0x201b23(0x3b3))return _0x202684[_0x201b23(0x542)];if(typeof _0x202684[_0x201b23(0x61a)]!=_0x201b23(0x3b3))return;let _0x12cebc=typeof _0x202684[_0x201b23(0x1ee)]==_0x201b23(0x3b3)?_0x202684['hostUnitId']:this['_context'][_0x201b23(0x569)],_0x59f577=this['_embedModelService']['getDescriptor'](_0x12cebc,_0x202684['embedId']);if((_0x59f577==null?void 0x0:_0x59f577['childType'])===_0x106cff){if(typeof _0x59f577['childUnitId']==_0x201b23(0x3b3))return _0x59f577[_0x201b23(0x542)];try{return(0x0,e[_0x201b23(0x5da)])(_0x59f577[_0x201b23(0x5a7)][_0x201b23(0x51d)]);}catch{return;}}}[_0x566a84(0x76f)](_0x171052,_0x14b4b0,_0x139e5c){const _0x446496=_0x566a84;let _0x57bfd8=_0x14b4b0+':'+_0x171052;if(this['_resolvedChildUnits']['has'](_0x57bfd8))return this['_resolvedChildUnits'][_0x446496(0x230)](_0x57bfd8);let _0x14d1d5=this[_0x446496(0x5bb)][_0x446496(0x6b6)](_0x171052,_0x14b4b0);if(_0x14d1d5!=null){if(!Ko(_0x14d1d5))return this[_0x446496(0x7f1)][_0x446496(0x243)](_0x57bfd8,_0x14d1d5),_0x14d1d5;if(!this['_pendingChildUnits'][_0x446496(0x44c)](_0x57bfd8)){let _0x58fc8f=Promise[_0x446496(0x26b)](_0x14d1d5)[_0x446496(0x773)](_0x1ac669=>(this[_0x446496(0x299)][_0x446496(0x304)](_0x57bfd8),this[_0x446496(0x7f1)][_0x446496(0x243)](_0x57bfd8,_0x1ac669),this[_0x446496(0x75e)]||_0x139e5c(),_0x1ac669),()=>{const _0x3ff33e=_0x446496;this['_pendingChildUnits'][_0x3ff33e(0x304)](_0x57bfd8);});this[_0x446496(0x299)]['set'](_0x57bfd8,_0x58fc8f);}}}[_0x566a84(0x429)](){const _0x4405a4=_0x566a84;var _0x5eefbe,_0x38e959;return((_0x5eefbe=this[_0x4405a4(0x70f)][_0x4405a4(0x555)])==null||(_0x38e959=_0x5eefbe[_0x4405a4(0x817)])==null||(_0x38e959=_0x38e959[_0x4405a4(0x743)](_0x5eefbe))==null?void 0x0:_0x38e959[_0x4405a4(0x389)])??0x0;}[_0x566a84(0x2cd)](_0x11ddab){const _0x5a8e72=_0x566a84;var _0x4ba3dd,_0x59b3b0,_0x19107e,_0x281c37,_0x38cc29,_0x5b3a1e;let _0x11d352=Number[_0x5a8e72(0x7b5)](_0x11ddab)&&_0x11ddab>0x0?_0x11ddab:0x1,_0x37c01a=((_0x4ba3dd=this[_0x5a8e72(0x70f)]['scene'][_0x5a8e72(0x679)](r['VIEWPORT_KEY'][_0x5a8e72(0x372)]))==null?void 0x0:_0x4ba3dd['viewportScrollX'])??0x0,_0x20601b=(_0x59b3b0=(_0x19107e=this[_0x5a8e72(0x70f)][_0x5a8e72(0x262)])['getCanvasElement'])==null||(_0x59b3b0=_0x59b3b0[_0x5a8e72(0x743)](_0x19107e))==null||(_0x281c37=_0x59b3b0[_0x5a8e72(0x71f)])==null?void 0x0:_0x281c37[_0x5a8e72(0x743)](_0x59b3b0),_0x206066=_0x20601b==null?void 0x0:_0x20601b['width'],_0x5c16ad=_0x20601b==null?void 0x0:_0x20601b['height'],_0x14b953=((_0x38cc29=this[_0x5a8e72(0x70f)][_0x5a8e72(0x555)])==null?void 0x0:_0x38cc29['width'])??this[_0x5a8e72(0x70f)][_0x5a8e72(0x5c2)][_0x5a8e72(0x5d6)],_0x38b4a4=(_0x206066??_0x14b953??0x0)/_0x11d352,_0x335251=((_0x5b3a1e=this['_context']['mainComponent'])==null?void 0x0:_0x5b3a1e[_0x5a8e72(0x4da)])??this[_0x5a8e72(0x70f)][_0x5a8e72(0x5c2)][_0x5a8e72(0x4da)],_0x3a6c7d=(_0x5c16ad??_0x335251??0x0)/_0x11d352;return!_0x38b4a4||!Number[_0x5a8e72(0x7b5)](_0x38b4a4)||_0x38b4a4<=0x0||!_0x3a6c7d||!Number['isFinite'](_0x3a6c7d)||_0x3a6c7d<=0x0?null:{'height':_0x3a6c7d,'left':_0x37c01a,'width':_0x38b4a4};}};Wo=X([Y(0x1,(0x0,n[_0x566a84(0x240)])(n[_0x566a84(0x64e)])),Y(0x2,(0x0,n[_0x566a84(0x240)])(n[_0x566a84(0x423)])),Y(0x3,(0x0,n[_0x566a84(0x240)])(Di)),Y(0x4,(0x0,n['Inject'])(st)),Y(0x5,(0x0,n[_0x566a84(0x240)])(e[_0x566a84(0x51f)])),Y(0x6,f['IRenderManagerService']),Y(0x7,(0x0,n[_0x566a84(0x240)])(r[_0x566a84(0x652)]))],Wo);function Go(_0x3829ff,_0x47beea){const _0x56e5aa=_0x566a84;if(!_0x3829ff||typeof ResizeObserver>'u')return;let _0x91e691=new ResizeObserver(()=>_0x47beea());return _0x91e691[_0x56e5aa(0x422)](_0x3829ff),{'dispose':()=>_0x91e691[_0x56e5aa(0x832)]()};}function Ko(_0x5c6679){const _0x54ab94=_0x566a84;return!!_0x5c6679&&typeof _0x5c6679[_0x54ab94(0x773)]==_0x54ab94(0x833);}function qo(_0x3b5986,_0x4730ce){const _0x478411=_0x566a84;return typeof _0x3b5986==_0x478411(0x78e)&&Number[_0x478411(0x7b5)](_0x3b5986)&&_0x3b5986>0x1?_0x3b5986:_0x4730ce;}function Jo(_0x33700c,_0x2c81e5,_0x350b2d){const _0x37dc55=_0x566a84;return{...(0x0,e[_0x37dc55(0x858)])(_0x33700c,_0x2c81e5),'afterCreateAnchor':_0x216288=>Xo(_0x350b2d,_0x216288['hostUnitId']),'afterRemoveAnchor':_0x5ca59f=>Xo(_0x350b2d,_0x5ca59f['hostUnitId'])};}function Yo(){const _0x197aed=_0x566a84;return{'hostType':n[_0x197aed(0x52f)][_0x197aed(0x632)],'entry':_0x197aed(0x518),'layout':'docs-sticky-sheet','supportedLayouts':[_0x197aed(0x2f8),_0x197aed(0x30d),_0x197aed(0x29e),_0x197aed(0x76d),_0x197aed(0x83e)],'menuBehavior':_0x197aed(0x88b)};}function Xo(_0x709c8d,_0x39794d){const _0x470d5d=_0x566a84;var _0x2a60d5,_0xd21d4,_0x3baedb,_0x203333;if(!_0x709c8d)return;let _0x241559=_0x709c8d[_0x470d5d(0x5d5)](_0x39794d);if(_0x241559){for(let _0x2d3db7 of _0x241559[_0x470d5d(0x69d)][_0x470d5d(0x2cb)]()){var _0x26053e;(_0x26053e=_0x2d3db7['makeDirty'])==null||_0x26053e[_0x470d5d(0x743)](_0x2d3db7);}(_0x2a60d5=_0x241559[_0x470d5d(0x262)])==null||_0x2a60d5['resize'](),(_0xd21d4=_0x241559[_0x470d5d(0x5c2)])==null||_0xd21d4[_0x470d5d(0x400)](),(_0x3baedb=_0x241559[_0x470d5d(0x3a1)])==null||(_0x3baedb=_0x3baedb[_0x470d5d(0x743)](_0x241559,r[_0x470d5d(0x73f)]))==null||(_0x203333=_0x3baedb['calculatePagePosition'])==null||_0x203333[_0x470d5d(0x743)](_0x3baedb);}}function Zo(_0x40e55f){const _0xab336f=_0x566a84;return{'childType':n[_0xab336f(0x52f)][_0xab336f(0x632)],'handleWheel':_0x5ed654=>{const _0x2e2851=_0xab336f;let _0x42bf53=_0x40e55f[_0x2e2851(0x44c)](or)?_0x40e55f['get'](or):void 0x0;if((_0x42bf53==null?void 0x0:_0x42bf53['handleWheel'](_0x5ed654))===!0x0)return!0x0;if(!_0x40e55f[_0x2e2851(0x44c)](f[_0x2e2851(0x74f)]))return!0x1;let _0x2957bd=_0x40e55f['get'](f[_0x2e2851(0x74f)])[_0x2e2851(0x5d5)](_0x5ed654[_0x2e2851(0x542)]),_0x24eda0=_0x2957bd==null?void 0x0:_0x2957bd[_0x2e2851(0x5c2)];return si(_0x5ed654,_0x24eda0==null?void 0x0:_0x24eda0[_0x2e2851(0x679)](r[_0x2e2851(0x2f3)][_0x2e2851(0x372)]),_0x24eda0);}};}function Qo(){const _0x52539c=_0x566a84;return Wa({'childType':n[_0x52539c(0x52f)]['UNIVER_DOC'],'mount':$o});}function $o(_0x520747){const _0x32fd7c=_0x566a84;let {root:_0x5c8dfa,menu:_0x16b444}=Ua(_0x520747),_0x58dbe8=yt(_0x16b444);return _0x58dbe8[_0x32fd7c(0x727)]((0x0,c[_0x32fd7c(0x77f)])(Z,{'injector':_0x520747[_0x32fd7c(0x343)][_0x32fd7c(0x656)],'mountContainer':_0x5c8dfa,'embedId':_0x520747[_0x32fd7c(0x61a)]},(0x0,c[_0x32fd7c(0x77f)])(es,{'hostUnitId':_0x520747[_0x32fd7c(0x1ee)],'embedId':_0x520747[_0x32fd7c(0x61a)],'entry':_0x520747[_0x32fd7c(0x75a)]['entry'],'fullscreen':!!_0x520747[_0x32fd7c(0x7ce)][_0x32fd7c(0x685)],'usesDomFloatingStage':_0x520747[_0x32fd7c(0x75a)][_0x32fd7c(0x754)]!==_0x32fd7c(0x50f),'renderScopeActive$':_0x520747[_0x32fd7c(0x7ce)]['active$']}))),(0x0,n['toDisposable'])(()=>{const _0x2209d7=_0x32fd7c;bt(_0x58dbe8),globalThis[_0x2209d7(0x294)](()=>_0x16b444['remove'](),0x0);});}function es(_0x239774){const _0x3e91c4=_0x566a84;let {hostUnitId:_0x155529,embedId:_0x3cc428,entry:_0x262149,fullscreen:_0x327594,usesDomFloatingStage:_0x216a0e,renderScopeActive$:_0x16ba1b}=_0x239774,_0x517933=(0x0,a['useObservable'])(()=>_0x16ba1b,!0x1,!0x1,[_0x16ba1b]),_0x4368e7=(0x0,a[_0x3e91c4(0x5dd)])(n[_0x3e91c4(0x423)]),_0x1593e8=(0x0,a[_0x3e91c4(0x5dd)])(ie),_0x40403d=yn({'embedId':_0x3cc428,'active':(0x0,a[_0x3e91c4(0x5ab)])(()=>_0x1593e8[_0x3e91c4(0x760)],_0x1593e8[_0x3e91c4(0x34e)](),!0x1,[_0x1593e8]),'fullscreen':_0x327594,'usesDomFloatingStage':_0x216a0e,'renderScopeActive':_0x517933});return(0x0,u[_0x3e91c4(0x353)])(_0x3e91c4(0x694),{'className':(0x0,o[_0x3e91c4(0x59c)])('univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white',{'univer-hidden':_0x40403d!=='stage2','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x327594,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x327594,'-univer-top-9':!_0x327594&&_0x262149!==_0x3e91c4(0x518),'-univer-top-[52px]':!_0x327594&&_0x262149===_0x3e91c4(0x518)}),'data-embed-floating-menu':_0x3e91c4(0x856),'data-embed-id':_0x3cc428,'data-embed-float-stage':_0x40403d,'onPointerDown':_0x580727=>_0x580727[_0x3e91c4(0x3b6)](),'children':(0x0,u[_0x3e91c4(0x353)])(o[_0x3e91c4(0x391)],{'type':_0x3e91c4(0x225),'size':_0x3e91c4(0x271),'variant':_0x3e91c4(0x335),'className':_0x3e91c4(0x531),'onClick':()=>{const _0x14af59=_0x3e91c4;_0x4368e7['executeCommand'](e[_0x14af59(0x61f)]['id'],{'hostUnitId':_0x155529,'embedId':_0x3cc428});},'children':(0x0,u['jsx'])(s[_0x3e91c4(0x34b)],{})})});}function ts(_0x1086cc){const _0x54b6ef=_0x566a84;Wi(_0x1086cc,_0x54b6ef(0x409),ns);}function ns(_0x2c8c19){const _0x50f4de=_0x566a84;let _0x11e070=_0x2c8c19[_0x50f4de(0x230)](e['EmbedHostAdapterRegistryService']),_0xbc8481=_0x2c8c19[_0x50f4de(0x230)](tt),_0x1df338=_0x2c8c19[_0x50f4de(0x230)]($e),_0x43ff7e=_0x2c8c19['get'](U),_0x451f23=_0x2c8c19[_0x50f4de(0x230)](et),_0x4d0e49=_0x2c8c19[_0x50f4de(0x230)](Xn),_0x504e19=_0x2c8c19[_0x50f4de(0x230)](ar),_0x373482=_0x2c8c19[_0x50f4de(0x44c)](e['EmbedHostAnchorModelService'])?_0x2c8c19[_0x50f4de(0x230)](e['EmbedHostAnchorModelService']):void 0x0,_0x441233=_0x2c8c19[_0x50f4de(0x44c)](n['IUniverInstanceService'])?_0x2c8c19[_0x50f4de(0x230)](n[_0x50f4de(0x64e)]):void 0x0,_0x15e702=_0x2c8c19['has'](f[_0x50f4de(0x74f)])?_0x2c8c19[_0x50f4de(0x230)](f[_0x50f4de(0x74f)]):void 0x0;_0x15e702==null||_0x15e702['registerRenderModule'](n['UniverInstanceType'][_0x50f4de(0x632)],[Wo]);let _0x31cd9c=Jo(_0x373482,_0x441233,_0x15e702);_0x11e070[_0x50f4de(0x230)](_0x31cd9c['hostType'],_0x31cd9c[_0x50f4de(0x754)])||_0x11e070[_0x50f4de(0x371)](_0x31cd9c);let _0x3c6ecb=Yo();_0xbc8481[_0x50f4de(0x230)](_0x3c6ecb['hostType'],_0x3c6ecb[_0x50f4de(0x754)])||_0xbc8481[_0x50f4de(0x371)](_0x3c6ecb);let _0xf8dca1=Bo();_0x1df338[_0x50f4de(0x230)](_0xf8dca1['childType'])||_0x1df338[_0x50f4de(0x371)](_0xf8dca1);let _0x22c148=zo();_0x43ff7e[_0x50f4de(0x230)](_0x22c148[_0x50f4de(0x4af)])||_0x43ff7e[_0x50f4de(0x371)](_0x22c148),Qo()['forEach'](_0x51a811=>{const _0x572735=_0x50f4de;_0x451f23['hasExact'](_0x51a811[_0x572735(0x741)],_0x51a811[_0x572735(0x754)],_0x51a811['childType'])||_0x451f23['register'](_0x51a811);}),_0x4d0e49[_0x50f4de(0x800)](Li(_0x2c8c19,{'childType':n['UniverInstanceType'][_0x50f4de(0x632)],'renderManagerService':f[_0x50f4de(0x74f)]})),_0x504e19[_0x50f4de(0x230)](n[_0x50f4de(0x52f)][_0x50f4de(0x632)])||_0x504e19[_0x50f4de(0x371)](Zo(_0x2c8c19));}function rs(){return{'childType':n['UniverInstanceType']['UNIVER_SHEET'],'measureContentSize':_0x26ee77=>{const _0x2350fc=_0x75bf;let _0x1576eb=is(_0x26ee77[_0x2350fc(0x759)]),_0x2ad178=os(_0x26ee77[_0x2350fc(0x759)]);return _0x1576eb==null&&_0x2ad178==null?void 0x0:{'height':_0x1576eb,'width':_0x2ad178};}};}function is(_0x4821be){const _0x277985=_0x566a84;var _0x2c71f3;let _0x32c994=_0x4821be instanceof n['Workbook']?_0x4821be[_0x277985(0x4d0)](!0x0):void 0x0;if(!_0x32c994)return;let _0x4605bd=ss(_0x32c994);if(!Number['isFinite'](_0x4605bd)||_0x4605bd==null||_0x4605bd<0x0)return;let _0x45d756=us((_0x2c71f3=_0x32c994[_0x277985(0x589)])==null||(_0x2c71f3=_0x2c71f3[_0x277985(0x743)](_0x32c994))==null?void 0x0:_0x2c71f3['defaultRowHeight'],n[_0x277985(0x216)]),_0x38d10d=as(_0x4821be),_0xe1ea33=0x0;for(let _0x4c566d=0x0;_0x4c566d<_0x4605bd;_0x4c566d++){var _0x25298b,_0x53d05c;((_0x25298b=_0x32c994['getRowVisible'])==null?void 0x0:_0x25298b[_0x277985(0x743)](_0x32c994,_0x4c566d))!==!0x1&&(_0xe1ea33+=ds((_0x53d05c=_0x32c994[_0x277985(0x479)])==null?void 0x0:_0x53d05c[_0x277985(0x743)](_0x32c994,_0x4c566d),_0x45d756));}return _0x38d10d+_0xe1ea33;}function as(_0x366223){const _0x2e7f5e=_0x566a84;var _0x3e4319;let _0x38f7e8=_0x366223 instanceof n[_0x2e7f5e(0x293)]?_0x366223[_0x2e7f5e(0x4d0)](!0x0):void 0x0,_0x422df1=_0x38f7e8==null||(_0x3e4319=_0x38f7e8['getConfig'])==null||(_0x3e4319=_0x3e4319[_0x2e7f5e(0x743)](_0x38f7e8))==null?void 0x0:_0x3e4319[_0x2e7f5e(0x6c9)];return _0x422df1!=null&&_0x422df1['hidden']?0x0:us(_0x422df1==null?void 0x0:_0x422df1[_0x2e7f5e(0x4da)],0x18);}function os(_0x507c8c){const _0x1ea035=_0x566a84;var _0x1b820f,_0xf9c2c;let _0x3b2f2f=_0x507c8c instanceof n[_0x1ea035(0x293)]?_0x507c8c[_0x1ea035(0x4d0)](!0x0):void 0x0;if(!_0x3b2f2f)return;let _0x355c45=cs(_0x3b2f2f);if(!Number['isFinite'](_0x355c45)||_0x355c45==null||_0x355c45<0x0)return;let _0x1e6e65=(_0x1b820f=_0x3b2f2f[_0x1ea035(0x589)])==null||(_0x1b820f=_0x1b820f[_0x1ea035(0x743)](_0x3b2f2f))==null?void 0x0:_0x1b820f[_0x1ea035(0x610)],_0x953c07=us((_0xf9c2c=_0x3b2f2f[_0x1ea035(0x589)])==null||(_0xf9c2c=_0xf9c2c[_0x1ea035(0x743)](_0x3b2f2f))==null?void 0x0:_0xf9c2c[_0x1ea035(0x54b)],n[_0x1ea035(0x339)]),_0x2be68a=_0x1e6e65!=null&&_0x1e6e65['hidden']?0x0:us(_0x1e6e65==null?void 0x0:_0x1e6e65['width'],n['DEFAULT_WORKSHEET_ROW_TITLE_WIDTH']),_0x289db3=0x0;for(let _0x274d14=0x0;_0x274d14<_0x355c45;_0x274d14++){var _0x246e1e,_0x59733b;((_0x246e1e=_0x3b2f2f['getColVisible'])==null?void 0x0:_0x246e1e[_0x1ea035(0x743)](_0x3b2f2f,_0x274d14))!==!0x1&&(_0x289db3+=us((_0x59733b=_0x3b2f2f[_0x1ea035(0x222)])==null?void 0x0:_0x59733b[_0x1ea035(0x743)](_0x3b2f2f,_0x274d14),_0x953c07));}return _0x2be68a+_0x289db3+f[_0x1ea035(0x235)][_0x1ea035(0x5ac)];}function ss(_0x31bb79){return ls(_0x31bb79['getRowCount']());}function cs(_0x30443f){return ls(_0x30443f['getColumnCount']());}function ls(_0x33d26b){const _0x310318=_0x566a84;return typeof _0x33d26b=='number'&&Number['isFinite'](_0x33d26b)&&_0x33d26b>=0x0?Math[_0x310318(0x3c2)](_0x33d26b):void 0x0;}function us(_0xe9947a,_0x52e2d3){const _0x2c77aa=_0x566a84;return typeof _0xe9947a==_0x2c77aa(0x78e)&&Number[_0x2c77aa(0x7b5)](_0xe9947a)&&_0xe9947a>0x0?_0xe9947a:_0x52e2d3;}function ds(_0x2e7520,_0x55b0a3){const _0x245acf=_0x566a84;return typeof _0x2e7520==_0x245acf(0x78e)&&Number[_0x245acf(0x7b5)](_0x2e7520)&&_0x2e7520>=0x0?_0x2e7520:_0x55b0a3;}function fs(){const _0x56c50c=_0x566a84;return{'hostType':n[_0x56c50c(0x52f)]['UNIVER_SHEET'],'entry':'sheets-floating-object','layout':'doc-width-scale','supportedLayouts':['doc-width-scale','aspect-fit',_0x56c50c(0x76d),_0x56c50c(0x83e)],'menuBehavior':'floating'};}function ps(){const _0x5b5533=_0x566a84;return{'hostType':n[_0x5b5533(0x52f)][_0x5b5533(0x4bf)],'entry':_0x5b5533(0x292),'layout':'tab-peer','supportedLayouts':[_0x5b5533(0x5af)],'menuBehavior':_0x5b5533(0x845),'mount':_0x397e49=>{const _0x483365=_0x5b5533;let _0x6776a7=ms(_0x483365(0x29f),_0x397e49['descriptor'][_0x483365(0x7c9)]);return _0x6776a7?{'hostElement':_0x6776a7}:{};}};}function ms(_0x214ac0,_0x2e2380){const _0x20e321=_0x566a84;return document[_0x20e321(0x68a)]('['+_0x214ac0+'=\x22'+hs(_0x2e2380)+'\x22]');}function hs(_0x4ae46f){const _0x5481ba=_0x566a84;return _0x4ae46f[_0x5481ba(0x223)](/\\/g,'\x5c\x5c')[_0x5481ba(0x223)](/"/g,'\x5c\x22');}function gs(_0x46d522){const _0x4e5c14=_0x566a84;let _0x412d5a=_0x46d522[_0x4e5c14(0x44c)](n[_0x4e5c14(0x64e)])?_0x46d522['get'](n[_0x4e5c14(0x64e)]):void 0x0,_0x5bf467=_0x46d522[_0x4e5c14(0x44c)](f['IRenderManagerService'])?_0x46d522[_0x4e5c14(0x230)](f['IRenderManagerService']):void 0x0;return{'childType':n[_0x4e5c14(0x52f)][_0x4e5c14(0x4bf)],'getStickyHeaderHeight':_0x4d94d5=>{const _0x11b73e=_0x4e5c14;let _0x3cb8c5=_0x4d94d5[_0x11b73e(0x343)][_0x11b73e(0x3a5)]??_0x412d5a;return as(_0x3cb8c5==null?void 0x0:_0x3cb8c5[_0x11b73e(0x6b6)](_0x4d94d5[_0x11b73e(0x542)],n[_0x11b73e(0x52f)][_0x11b73e(0x4bf)]));},'subscribeVerticalScroll':(_0x3b0752,_0x39238e)=>{const _0x41986a=_0x4e5c14;var _0x1e0bed,_0x759cd9;let _0x394b76=((_0x1e0bed=_0x3b0752[_0x41986a(0x343)])==null?void 0x0:_0x1e0bed[_0x41986a(0x656)])??_0x46d522,_0xdc73cd=_0x394b76!==_0x46d522&&_0x394b76[_0x41986a(0x44c)](f['IRenderManagerService'])?_0x394b76[_0x41986a(0x230)](f[_0x41986a(0x74f)]):_0x5bf467,_0x1dc324=_0xdc73cd==null||(_0x759cd9=_0xdc73cd[_0x41986a(0x5d5)](_0x3b0752[_0x41986a(0x542)]))==null||(_0x759cd9=_0x759cd9[_0x41986a(0x5c2)])==null?void 0x0:_0x759cd9[_0x41986a(0x679)](f['SHEET_VIEWPORT_KEY'][_0x41986a(0x372)]);if(!_0x1dc324)return;let _0x469c4d=_0x1dc324[_0x41986a(0x644)]['subscribeEvent'](_0xe4b2cc=>{const _0x52c95c=_0x41986a;_0x39238e(_0xe4b2cc[_0x52c95c(0x28e)]??_0x1dc324[_0x52c95c(0x28e)]??0x0);});return(0x0,n[_0x41986a(0x87f)])(()=>_0x469c4d[_0x41986a(0x635)]());},'handleWheel':_0xf9b36b=>{const _0x580451=_0x4e5c14;var _0x29bf37;if(_0xf9b36b[_0x580451(0x5a7)]!==_0x580451(0x614)&&bn(_0xf9b36b[_0x580451(0x605)],_0xf9b36b[_0x580451(0x376)]))return!0x1;let _0x4bb448=((_0x29bf37=_0xf9b36b[_0x580451(0x343)])==null?void 0x0:_0x29bf37[_0x580451(0x656)])??_0x46d522,_0x43720a=_0x4bb448!==_0x46d522&&_0x4bb448[_0x580451(0x44c)](f[_0x580451(0x74f)])?_0x4bb448['get'](f[_0x580451(0x74f)]):_0x5bf467;if(!_0x43720a)return!0x1;let _0xa9dd83=_0x43720a[_0x580451(0x5d5)](_0xf9b36b['childUnitId']),_0x58eb6a=_0xa9dd83==null?void 0x0:_0xa9dd83['scene'];return si(_0xf9b36b,_0x58eb6a==null?void 0x0:_0x58eb6a[_0x580451(0x679)](f['SHEET_VIEWPORT_KEY'][_0x580451(0x372)]),_0x58eb6a);}};}function _s(_0x1e68db){const _0x20c1df=_0x566a84;let _0x4df721=[];return[[_0x20c1df(0x5fa),i[_0x20c1df(0x427)],0x0],[_0x20c1df(0x2a3),x[_0x20c1df(0x846)],0x64],[_0x20c1df(0x5f0),M['SheetsNumfmtUIMenuSchema'],0x64],[_0x20c1df(0x23c),E[_0x20c1df(0x328)],0x64],['data-validation',D[_0x20c1df(0x1ea)],0x64],[_0x20c1df(0x86f),k[_0x20c1df(0x6b9)],0x64],[_0x20c1df(0x7e9),O[_0x20c1df(0x231)],0x64],[_0x20c1df(0x672),N[_0x20c1df(0x567)],0x64],[_0x20c1df(0x2dc),A[_0x20c1df(0x6b3)],0x64],[_0x20c1df(0x5cb),F[_0x20c1df(0x729)],0x64],['table',P['SheetsTableUIMenuSchema'],0x64],[_0x20c1df(0x623),j[_0x20c1df(0x2d8)],0x64],[_0x20c1df(0x5e3),C[_0x20c1df(0x583)],0x64],[_0x20c1df(0x56d),S[_0x20c1df(0x612)],0x64],['chart',b[_0x20c1df(0x2ed)],0x64],[_0x20c1df(0x23e),T[_0x20c1df(0x64b)],0x64],['shape',w[_0x20c1df(0x628)],0x64]][_0x20c1df(0x2a5)](([_0x3e6274,_0x43bd79,_0x7bcdca])=>{const _0x53f578=_0x20c1df;let _0x47f18b=Vt(_0x1e68db,{'id':'embed.sheets.'+_0x3e6274,'childType':n['UniverInstanceType'][_0x53f578(0x4bf)],'surface':_0x53f578(0x530),'order':_0x7bcdca,'menuSchema':_0x43bd79});_0x47f18b&&_0x4df721['push'](_0x47f18b);}),(0x0,n[_0x20c1df(0x87f)])(()=>_0x4df721[_0x20c1df(0x2a5)](_0xed9d98=>_0xed9d98['dispose']()));}function vs(){const _0x54ccdb=_0x566a84;return Ji({'childType':n['UniverInstanceType'][_0x54ccdb(0x4bf)],'productName':'Sheets'});}function ys(_0x55e208){const _0x2d6c2b=_0x566a84;return{'childType':n['UniverInstanceType'][_0x2d6c2b(0x4bf)],'supportedLayouts':['tab-peer',_0x2d6c2b(0x2f8),_0x2d6c2b(0x76d)],'canvasRootClassName':_0x2d6c2b(0x613),'beforeDeactivate':Ss,'mount':_0x4de665=>{const _0x2b7538=_0x2d6c2b;var _0x4294b0;let _0x40be9b=_0x4de665[_0x2b7538(0x343)][_0x2b7538(0x656)],_0x5745b9=_0x4de665[_0x2b7538(0x343)]['roots'][_0x2b7538(0x6af)]??_0x4de665['renderScope'][_0x2b7538(0x323)]??_0x4de665[_0x2b7538(0x7ce)][_0x2b7538(0x2d3)]??_0x4de665[_0x2b7538(0x7ce)][_0x2b7538(0x6e5)],_0x4b4c56=_0x4de665[_0x2b7538(0x343)][_0x2b7538(0x4e7)]['content']??_0x4de665[_0x2b7538(0x7ce)][_0x2b7538(0x2d3)]??_0x5745b9;_0x5745b9['dataset'][_0x2b7538(0x4cd)]=_0x4de665[_0x2b7538(0x542)],_0x5745b9[_0x2b7538(0x264)][_0x2b7538(0x2e7)]=_0x2b7538(0x354),_0x4b4c56['dataset']['embedChildRenderUnitId']=_0x4de665[_0x2b7538(0x542)],_0x4b4c56[_0x2b7538(0x264)][_0x2b7538(0x2e7)]='sheet-overlay';let _0x509826=_0x4de665[_0x2b7538(0x656)][_0x2b7538(0x230)](n[_0x2b7538(0x64e)])[_0x2b7538(0x6b6)](_0x4de665[_0x2b7538(0x542)],n['UniverInstanceType'][_0x2b7538(0x4bf)]),_0x4558a7=_0x509826?ya(_0x4de665,_0x55e208,_0x48cc6a=>xs(_0x509826,_0x48cc6a)):(0x0,n[_0x2b7538(0x87f)])(()=>{}),_0x2d769c=Oi(_0x4de665,f[_0x2b7538(0x74f)],_0x5745b9,{'scopedRenderInjector':!0x0})??(0x0,n[_0x2b7538(0x87f)])(()=>{}),_0x3181a5=bs(_0x4de665),_0x2d6834=Ts(_0x4de665,_0x4b4c56),_0xf1c03f=yt(_0x4b4c56);return _0xf1c03f[_0x2b7538(0x727)]((0x0,u[_0x2b7538(0x353)])(Z,{'injector':_0x40be9b,'mountContainer':_0x4de665['runtimeScope'][_0x2b7538(0x4e7)][_0x2b7538(0x732)],'embedId':_0x4de665[_0x2b7538(0x61a)],'children':(0x0,u[_0x2b7538(0x353)])(Es,{'canvasRoot':_0x5745b9,'showChrome':Cs(_0x4de665),'readonly':((_0x4294b0=_0x4de665[_0x2b7538(0x75a)])==null?void 0x0:_0x4294b0[_0x2b7538(0x5cd)])===_0x2b7538(0x7a8),'unitId':_0x4de665['childUnitId']})})),(0x0,n[_0x2b7538(0x87f)])(()=>{const _0x131edc=_0x2b7538;_0x4558a7[_0x131edc(0x3b5)](),_0x2d6834[_0x131edc(0x3b5)](),_0x3181a5['dispose'](),_0x2d769c['dispose'](),bt(_0xf1c03f),_0x5745b9['isConnected']&&(_0x5745b9[_0x131edc(0x7b0)]('data-embed-child-render-unit-id'),_0x5745b9[_0x131edc(0x7b0)](_0x131edc(0x458))),_0x4b4c56[_0x131edc(0x57e)]&&(_0x4b4c56[_0x131edc(0x7b0)](_0x131edc(0x36a)),_0x4b4c56[_0x131edc(0x7b0)]('data-embed-child-render-mode'));});}};}function bs(_0x2f183e){const _0xc00126=_0x566a84;var _0x4ad267;if(_0x2f183e[_0xc00126(0x605)]!==_0xc00126(0x2f8))return(0x0,n['toDisposable'])(()=>{});let _0x26bf6f=(_0x4ad267=_0x2f183e[_0xc00126(0x656)]['get'](f['IRenderManagerService'])[_0xc00126(0x5d5)](_0x2f183e[_0xc00126(0x542)]))==null||(_0x4ad267=_0x4ad267[_0xc00126(0x5c2)][_0xc00126(0x679)](f[_0xc00126(0x305)][_0xc00126(0x372)]))==null?void 0x0:_0x4ad267['getScrollBar']();if(!_0x26bf6f)return(0x0,n[_0xc00126(0x87f)])(()=>{});let _0x3198e4=_0x26bf6f[_0xc00126(0x7fe)];return _0x26bf6f['hideTrackWhenUnscrollable']=!0x0,(0x0,n[_0xc00126(0x87f)])(()=>{const _0x3de1e1=_0xc00126;_0x26bf6f[_0x3de1e1(0x7fe)]=_0x3198e4;});}function xs(_0x2dce7b,_0x391a8b){const _0x43c5e7=_0x566a84;var _0xfd9d7f;let _0x1f1261=_0x391a8b==null?void 0x0:_0x391a8b[_0x43c5e7(0x65f)],_0x5ab03a=(_0x1f1261?_0x2dce7b[_0x43c5e7(0x283)](_0x1f1261):void 0x0)??_0x2dce7b[_0x43c5e7(0x681)]()[0x0];_0x5ab03a&&((_0xfd9d7f=_0x2dce7b[_0x43c5e7(0x4d0)](!0x0))==null?void 0x0:_0xfd9d7f[_0x43c5e7(0x6a1)]())!==_0x5ab03a[_0x43c5e7(0x6a1)]()&&_0x2dce7b[_0x43c5e7(0x5aa)](_0x5ab03a);}function Ss(_0x2f88a2){const _0x190dae=_0x566a84;var _0x89cdb2;(_0x89cdb2=_0x2f88a2[_0x190dae(0x343)][_0x190dae(0x4b0)])==null||_0x89cdb2[_0x190dae(0x211)](i[_0x190dae(0x503)]['id'],{'visible':!0x1,'eventType':f[_0x190dae(0x62f)][_0x190dae(0x251)],'unitId':_0x2f88a2[_0x190dae(0x542)]}),_0x2f88a2['runtimeScope']['injector'][_0x190dae(0x44c)](i[_0x190dae(0x43e)])&&_0x2f88a2[_0x190dae(0x343)][_0x190dae(0x656)][_0x190dae(0x230)](i[_0x190dae(0x43e)])['hidePopupsForUnit'](_0x2f88a2['childUnitId']);}function Cs(_0x5bd236){const _0x1bb3dd=_0x566a84;return _0x5bd236['renderScope'][_0x1bb3dd(0x5cd)]===_0x1bb3dd(0x828)||!!_0x5bd236['renderScope']['fullscreen'];}function ws(_0x1a9cdf,_0xba8c5d){const _0x3f2ac9=_0x566a84;let _0x1ebace=_0x1a9cdf[_0x3f2ac9(0x29c)][_0x3f2ac9(0x437)],_0x4438a4=_0x1a9cdf['style'][_0x3f2ac9(0x319)];return _0x1a9cdf['style']['top']=_0xba8c5d['formulaBar']?_0x3f2ac9(0x595):'',_0x1a9cdf[_0x3f2ac9(0x29c)][_0x3f2ac9(0x319)]=_0xba8c5d[_0x3f2ac9(0x662)]?i[_0x3f2ac9(0x441)]+'px':'',(0x0,n[_0x3f2ac9(0x87f)])(()=>{const _0x1555de=_0x3f2ac9;_0x1a9cdf[_0x1555de(0x29c)]['top']=_0x1ebace,_0x1a9cdf['style']['bottom']=_0x4438a4;});}function Ts(_0x223176,_0x1f423a){const _0x31a21f=_0x566a84;var _0x4f8755,_0xa4b4d8;return(_0x4f8755=_0x223176[_0x31a21f(0x656)])!=null&&(_0xa4b4d8=_0x4f8755[_0x31a21f(0x44c)])!=null&&_0xa4b4d8[_0x31a21f(0x743)](_0x4f8755,Zn)?_0x223176[_0x31a21f(0x656)][_0x31a21f(0x230)](Zn)[_0x31a21f(0x371)]({'embedId':_0x223176[_0x31a21f(0x61a)],'childUnitId':_0x223176[_0x31a21f(0x542)],'root':_0x223176[_0x31a21f(0x7ce)][_0x31a21f(0x6e5)],'contentRoot':_0x1f423a}):(0x0,n[_0x31a21f(0x87f)])(()=>{});}function Es(_0x4b99d2){const _0x5b650b=_0x566a84;let {canvasRoot:_0x558448,readonly:_0x496a38,showChrome:_0x37c6b6,unitId:_0x356f16}=_0x4b99d2,_0x1f7d2c=(0x0,a[_0x5b650b(0x6e9)])(i['SHEETS_UI_PLUGIN_CONFIG_KEY']),_0x1afc8d=(0x0,a[_0x5b650b(0x5dd)])(a[_0x5b650b(0x217)]),_0x166996=_0x1afc8d[_0x5b650b(0x230)]('SheetShapeTextEditorContainer')??_0x1afc8d[_0x5b650b(0x230)](_0x5b650b(0x5ea)),_0x54d845=_0x37c6b6&&(_0x1f7d2c==null?void 0x0:_0x1f7d2c['formulaBar'])!==!0x1,_0x18686d=_0x1f7d2c==null?void 0x0:_0x1f7d2c[_0x5b650b(0x778)],_0x15870d=_0x37c6b6&&_0x18686d!==!0x1&&(typeof _0x18686d!=_0x5b650b(0x3e8)||_0x18686d[_0x5b650b(0x662)]!==!0x1);return(0x0,c[_0x5b650b(0x5e7)])(()=>{const _0x47b00b=_0x5b650b;let _0x3a9bcb=ws(_0x558448,{'formulaBar':_0x54d845,'sheetBar':_0x15870d});return()=>_0x3a9bcb[_0x47b00b(0x3b5)]();},[_0x558448,_0x54d845,_0x15870d]),(0x0,u[_0x5b650b(0x6c7)])(u[_0x5b650b(0x481)],{'children':[(0x0,u['jsx'])(_0x5b650b(0x694),{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x5b650b(0x771),'children':(0x0,u[_0x5b650b(0x353)])(a[_0x5b650b(0x48d)],{'unitId':_0x356f16})}),_0x54d845&&(0x0,u[_0x5b650b(0x353)])(_0x5b650b(0x694),{'className':_0x5b650b(0x7cd),'style':{'height':0x1c},'children':(0x0,u[_0x5b650b(0x353)])(i[_0x5b650b(0x86c)],{})}),!_0x496a38&&_0x166996&&(0x0,u[_0x5b650b(0x353)])(_0x166996,{}),!_0x496a38&&!(_0x1f7d2c!=null&&_0x1f7d2c[_0x5b650b(0x737)])&&(0x0,u['jsx'])(i[_0x5b650b(0x3d0)],{}),!_0x496a38&&(0x0,u[_0x5b650b(0x353)])(i[_0x5b650b(0x493)],{}),_0x15870d&&(0x0,u['jsx'])('div',{'className':'univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','style':{'height':i[_0x5b650b(0x441)]},'children':(0x0,u[_0x5b650b(0x353)])(i['SheetBar'],{})})]});}const Ds=(0x0,c[_0x566a84(0x4c0)])(({children:_0x356175,className:_0x53da63,title:_0x1df8ad,onClick:_0x1292fe,onMouseDown:_0x117b0a,onPointerDown:_0x74a9ea,..._0x59f533},_0x560db9)=>{const _0x17b5dd=_0x566a84;let _0x21a4a9=(0x0,a[_0x17b5dd(0x5dd)])(n['LocaleService'])['t'](_0x1df8ad);return(0x0,u['jsx'])(o[_0x17b5dd(0x391)],{'ref':_0x560db9,'type':'button','size':_0x17b5dd(0x271),'variant':_0x17b5dd(0x335),'aria-label':_0x21a4a9,'title':_0x21a4a9,'className':(0x0,o[_0x17b5dd(0x59c)])(_0x17b5dd(0x2ae),_0x53da63),'onPointerDown':_0x2f8043=>{const _0x34ae8b=_0x17b5dd;_0x2f8043[_0x34ae8b(0x3b6)](),_0x74a9ea==null||_0x74a9ea(_0x2f8043);},'onMouseDown':_0x63d201=>{const _0x453e32=_0x17b5dd;_0x63d201[_0x453e32(0x3b6)](),_0x117b0a==null||_0x117b0a(_0x63d201);},'onClick':_0x493620=>{_0x1292fe==null||_0x1292fe(_0x493620),_0x493620['stopPropagation']();},..._0x59f533,'children':_0x356175});}),Os=(0x0,c[_0x566a84(0x4c0)])(({title:_0x4d256e,primary:_0xf19aa8,disabled:_0x1df0e6,open:_0x49378e,onPrimaryClick:_0x6a7640,onMouseDown:_0xa9467c,onPointerDown:_0x392dbb,onClick:_0x1c1c6e,..._0x27377b},_0x2352c1)=>(0x0,u[_0x566a84(0x6c7)])(_0x566a84(0x694),{'ref':_0x2352c1,'className':(0x0,o[_0x566a84(0x59c)])(_0x566a84(0x20e),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x49378e,'univer-cursor-not-allowed\x20univer-opacity-60':_0x1df0e6}),'onPointerDown':_0x5e3ebf=>{const _0x2c817d=_0x566a84;_0x5e3ebf[_0x2c817d(0x3b6)](),_0x392dbb==null||_0x392dbb(_0x5e3ebf);},'onMouseDown':_0x412a99=>{const _0x42ce52=_0x566a84;_0x412a99[_0x42ce52(0x3b6)](),_0xa9467c==null||_0xa9467c(_0x412a99);},'onClick':_0x47adad=>{const _0x52c63c=_0x566a84;_0x1c1c6e==null||_0x1c1c6e(_0x47adad),_0x47adad[_0x52c63c(0x3b6)]();},..._0x27377b,'children':[(0x0,u['jsx'])('button',{'type':'button','className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','disabled':_0x1df0e6,'onClick':_0x10d7b8=>{const _0x513fdd=_0x566a84;_0x10d7b8[_0x513fdd(0x3b6)](),_0x6a7640();},'children':_0xf19aa8}),(0x0,u[_0x566a84(0x353)])(o[_0x566a84(0x3dd)],{'orientation':_0x566a84(0x606)}),(0x0,u[_0x566a84(0x353)])(_0x566a84(0x225),{'type':_0x566a84(0x225),'className':_0x566a84(0x835),'disabled':_0x1df0e6,'children':(0x0,u['jsx'])(s[_0x566a84(0x2df)],{})})]}));Os[_0x566a84(0x410)]=_0x566a84(0x2ef);function ks(_0xe4c0f5){const _0x3d4aef=_0x566a84;let {children:_0x5b1b16,title:_0x41a8be,className:_0x1c2183,disabled:_0x4e556b,active:_0x45d5de,onClick:_0xa6e53}=_0xe4c0f5;return(0x0,u[_0x3d4aef(0x353)])(o[_0x3d4aef(0x28f)],{'title':_0x41a8be,'placement':'bottom','children':(0x0,u[_0x3d4aef(0x353)])(a['ToolbarButton'],{'className':(0x0,o[_0x3d4aef(0x59c)])('univer-text-sm',_0x1c2183),'disabled':_0x4e556b,'active':_0x45d5de,'onClick':_0xa6e53,'children':_0x5b1b16})});}function As(_0x26d480){const _0x19fb5d=_0x566a84;let {item:_0x434d37,children:_0x4b84e1,title:_0x474419,onClick:_0x3be5f9}=_0x26d480,{hidden:_0x337575,disabled:_0x1cad37,activated:_0x40704b}=js(_0x434d37),_0x46b900=(0x0,a[_0x19fb5d(0x5dd)])(n[_0x19fb5d(0x3a9)]);return!_0x434d37||_0x337575?null:(0x0,u[_0x19fb5d(0x353)])(ks,{'title':_0x46b900['t'](_0x474419),'disabled':_0x1cad37,'active':_0x40704b,'onClick':_0x3be5f9,'children':_0x4b84e1});}function js(_0x53da6b){const _0x2ae900=_0x566a84;return{'hidden':(0x0,a['useObservable'])(()=>{const _0x2040cb=_0x75bf;var _0x62807a;return(_0x53da6b==null||(_0x62807a=_0x53da6b[_0x2040cb(0x84a)])==null?void 0x0:_0x62807a[_0x2040cb(0x78a)]((0x0,l[_0x2040cb(0x4c7)])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x53da6b]),'disabled':(0x0,a['useObservable'])(()=>{const _0x2174c6=_0x75bf;var _0xd5ff3a;return(_0x53da6b==null||(_0xd5ff3a=_0x53da6b[_0x2174c6(0x734)])==null?void 0x0:_0xd5ff3a[_0x2174c6(0x78a)]((0x0,l[_0x2174c6(0x4c7)])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x53da6b]),'activated':(0x0,a[_0x2ae900(0x5ab)])(()=>{const _0x5b073a=_0x2ae900;var _0x47c1e4;return(_0x53da6b==null||(_0x47c1e4=_0x53da6b['activated$'])==null?void 0x0:_0x47c1e4[_0x5b073a(0x78a)]((0x0,l[_0x5b073a(0x4c7)])(!0x1)))??(0x0,l['of'])(!0x1);},!0x1,!0x1,[_0x53da6b]),'value':(0x0,a[_0x2ae900(0x5ab)])(()=>{const _0x1af29c=_0x2ae900;var _0x4018d3;return(_0x53da6b==null||(_0x4018d3=_0x53da6b[_0x1af29c(0x665)])==null?void 0x0:_0x4018d3['pipe']((0x0,l[_0x1af29c(0x4c7)])(void 0x0)))??(0x0,l['of'])(void 0x0);},void 0x0,!0x1,[_0x53da6b])};}function Ms(_0x530e91){const _0x50e42e=_0x566a84;return _0x530e91[_0x50e42e(0x472)]??_0x530e91['title']??_0x530e91['id'];}function Ns(_0x552d2c){const _0x185c91=_0x566a84;return typeof _0x552d2c['label']==_0x185c91(0x3b3)?_0x552d2c['label']:typeof _0x552d2c[_0x185c91(0x796)]==_0x185c91(0x3b3)||typeof _0x552d2c['value']==_0x185c91(0x78e)?String(_0x552d2c[_0x185c91(0x796)]):_0x552d2c['id']??'';}function Ps(_0x848d05){const _0x58cd14=_0x566a84;return _0x848d05===n[_0x58cd14(0x387)]['CLIP']?(0x0,u[_0x58cd14(0x353)])(s[_0x58cd14(0x451)],{}):_0x848d05===n[_0x58cd14(0x387)]['WRAP']?(0x0,u['jsx'])(s[_0x58cd14(0x6ae)],{}):(0x0,u[_0x58cd14(0x353)])(s[_0x58cd14(0x742)],{});}function Fs(_0x59b2e3){const _0xd60799=_0x566a84;return _0x59b2e3 instanceof HTMLElement&&!!_0x59b2e3[_0xd60799(0x2a6)](_0xd60799(0x6ed));}function Q(_0x2ea005){const _0x21663f=_0x566a84;_0x2ea005[_0x21663f(0x3b6)](),Fs(_0x2ea005['target'])||_0x2ea005[_0x21663f(0x6ad)]();}function Is(_0x35fef3,_0x3bc427){const _0x423d97=_0x566a84;if(!(_0x35fef3 instanceof HTMLElement))return!0x1;let _0x309217=_0x35fef3[_0x423d97(0x2a6)](_0x423d97(0x2c7));return(_0x309217==null?void 0x0:_0x309217[_0x423d97(0x477)]('data-embed-id'))===_0x3bc427;}function $(_0xb653a3,_0xf4985a){const _0x5d16d2=_0x566a84;let _0x2a0b56=_0xb653a3['target'];Is(_0x2a0b56,_0xf4985a)&&_0xb653a3[_0x5d16d2(0x6ad)]();}function Ls(_0x48d11d){const _0x46a845=_0x566a84;let {embedId:_0x167f9b,children:_0x36a1f6,onPointerDown:_0x54dfa2}=_0x48d11d;return(0x0,u[_0x46a845(0x353)])(_0x46a845(0x3ac),{'data-embed-id':_0x167f9b,'data-embed-floating-menu-popup':_0x46a845(0x856),'className':_0x46a845(0x35e),'onPointerDown':_0x54dfa2,'onMouseDown':Q,'children':_0x36a1f6});}function Rs(_0x35245d){const _0xa0cf28=_0x566a84;let {children:_0x2822b2}=_0x35245d;return(0x0,u[_0xa0cf28(0x353)])('div',{'className':'univer-flex\x20univer-items-center\x20univer-gap-1','children':_0x2822b2});}function zs(_0x224723){const _0xde59c1=_0x566a84;let {embedId:_0x51e079,title:_0x3bc9a7,trigger:_0x26ae1f,overlay:_0x599f57,disabled:_0x1873a8,triggerClassName:_0x3542aa,open:_0x16d2f9,onOpenChange:_0x3d2d59}=_0x224723;return(0x0,u[_0xde59c1(0x353)])(o[_0xde59c1(0x53d)],{'disabled':_0x1873a8,'align':_0xde59c1(0x851),'sideOffset':0x6,'open':_0x16d2f9,'onOpenChange':_0x3d2d59,'onPointerDownOutside':_0x27e872=>$(_0x27e872,_0x51e079),'onFocusOutside':_0x395226=>$(_0x395226,_0x51e079),'onInteractOutside':_0x4686b9=>$(_0x4686b9,_0x51e079),'overlay':(0x0,u[_0xde59c1(0x353)])(_0xde59c1(0x694),{'data-embed-id':_0x51e079,'data-embed-floating-menu-popup':_0xde59c1(0x856),'onPointerDown':Q,'onMouseDown':Q,'children':_0x599f57}),'children':(0x0,u['jsx'])(Ds,{'title':_0x3bc9a7,'data-state':_0x16d2f9?_0xde59c1(0x484):_0xde59c1(0x2fb),'disabled':_0x1873a8,'className':_0x3542aa,'children':_0x26ae1f})});}function Bs(_0x2f8515){const _0x27e1ef=_0x566a84;let {children:_0x576e7c}=_0x2f8515;return(0x0,u['jsx'])(_0x27e1ef(0x3ac),{'className':_0x27e1ef(0x703),'onPointerDown':Q,'onMouseDown':Q,'children':_0x576e7c});}function Vs(_0x4e6704){const _0x38a9fd=_0x566a84;let {children:_0x4eedac}=_0x4e6704;return(0x0,u[_0x38a9fd(0x353)])(_0x38a9fd(0x3ac),{'className':_0x38a9fd(0x83a),'onPointerDown':Q,'onMouseDown':Q,'children':_0x4eedac});}function Hs(_0x419d3f){const _0x25504e=_0x566a84;let {children:_0x2f99c7,icon:_0x78ee1d,onClick:_0x275251}=_0x419d3f;return(0x0,u[_0x25504e(0x6c7)])(_0x25504e(0x225),{'type':_0x25504e(0x225),'className':_0x25504e(0x355),'onClick':_0x275251,'children':[(0x0,u[_0x25504e(0x353)])(_0x25504e(0x540),{'className':_0x25504e(0x57a),'children':_0x78ee1d}),(0x0,u[_0x25504e(0x353)])(_0x25504e(0x540),{'className':_0x25504e(0x4e9),'children':_0x2f99c7})]});}function Us(_0x3a1eac){const _0x490be1=_0x566a84;let {children:_0x5c0f13,icon:_0x40b4b2,active:_0x1ccebe,onClick:_0x4690d6}=_0x3a1eac;return(0x0,u[_0x490be1(0x6c7)])(_0x490be1(0x225),{'type':_0x490be1(0x225),'className':(0x0,o['clsx'])('univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700',{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x1ccebe}),'onClick':_0x4690d6,'children':[_0x40b4b2,_0x5c0f13]});}function Ws(_0x2709ca){const _0x2bd986=_0x566a84;let {title:_0x3bffd4,active:_0x3d8731,disabled:_0x461155,children:_0x4d006c,onClick:_0x1d335b}=_0x2709ca;return(0x0,u[_0x2bd986(0x353)])(o[_0x2bd986(0x28f)],{'title':(0x0,a[_0x2bd986(0x5dd)])(n[_0x2bd986(0x3a9)])['t'](_0x3bffd4),'placement':_0x2bd986(0x319),'children':(0x0,u['jsx'])(a[_0x2bd986(0x698)],{'className':'univer-size-7','disabled':_0x461155,'active':_0x3d8731,'onClick':_0x1d335b,'children':_0x4d006c})});}function Gs(){return[...i['BORDER_LINE_CHILDREN']];}function Ks(){const _0x5d5659=_0x566a84;return[...a[_0x5d5659(0x459)]];}function qs(_0x504ecc){const _0x185252=_0x566a84;return!_0x504ecc||!('selections'in _0x504ecc)||!Array[_0x185252(0x20b)](_0x504ecc['selections'])?[]:_0x504ecc[_0x185252(0x43f)];}function Js(_0x2ef631){const _0x19c361=_0x566a84;let {menuItem:_0x590f46,onClick:_0x3cbf8d}=_0x2ef631,{hidden:_0x495e50,disabled:_0x3d8884,value:_0x2bedbd}=js(_0x590f46),_0x5ad2e1=(0x0,a[_0x19c361(0x5dd)])(n[_0x19c361(0x3a9)]);if(!_0x590f46||_0x495e50)return null;let _0x1b0bca=_0x5ad2e1['t'](_0x19c361(0x511));return(0x0,u[_0x19c361(0x353)])(o[_0x19c361(0x28f)],{'title':_0x1b0bca,'placement':_0x19c361(0x319),'children':(0x0,u[_0x19c361(0x6c7)])(Ds,{'title':_0x1b0bca,'disabled':_0x3d8884,'onClick':_0x3cbf8d,'children':[(0x0,u[_0x19c361(0x353)])(s[_0x19c361(0x5d2)],{}),(0x0,u[_0x19c361(0x353)])(_0x19c361(0x540),{'children':typeof _0x2bedbd==_0x19c361(0x3b3)&&_0x2bedbd?_0x2bedbd:_0x19c361(0x6ef)}),(0x0,u['jsx'])(s[_0x19c361(0x2df)],{})]})});}function Ys(_0x3b8ee9){const _0x32d0f=_0x566a84;let {embedId:_0xef8c05,menuItem:_0x3a39d5,title:_0xc5a96d,open:_0x49ae4b,onOpenChange:_0x56f904,onSelect:_0x315818}=_0x3b8ee9,{hidden:_0xb31f9d,disabled:_0x105e1a,value:_0xf30e90}=js(_0x3a39d5);if(!_0x3a39d5||_0xb31f9d)return null;let _0x4c2cb6=typeof _0xf30e90==_0x32d0f(0x3b3)&&_0xf30e90?_0xf30e90:_0x32d0f(0x7e3);return(0x0,u[_0x32d0f(0x353)])(zs,{'embedId':_0xef8c05,'disabled':_0x105e1a,'title':_0xc5a96d,'open':_0x49ae4b,'onOpenChange':_0x56f904,'trigger':(0x0,u['jsxs'])(u[_0x32d0f(0x481)],{'children':[(0x0,u[_0x32d0f(0x353)])('span',{'className':'univer-w-28\x20univer-truncate\x20univer-text-left','children':_0x4c2cb6}),(0x0,u[_0x32d0f(0x353)])(s[_0x32d0f(0x2df)],{})]}),'overlay':(0x0,u[_0x32d0f(0x353)])(_0x32d0f(0x694),{'className':_0x32d0f(0x3da),'onPointerDown':Q,'onMouseDown':Q,'children':(0x0,u[_0x32d0f(0x353)])(a[_0x32d0f(0x363)],{'value':_0x4c2cb6,'onChange':_0x4e4fdb=>{_0x315818(_0x4e4fdb),_0x56f904(!0x1);}})})});}function Xs(_0x5a4565){const _0xba4926=_0x566a84;let {embedId:_0x2055bc,menuItem:_0x3d58e1,title:_0x5b5784,open:_0x50a404,onOpenChange:_0x4e4d5a,onSelect:_0x3762cb}=_0x5a4565,{hidden:_0x4a7158,disabled:_0x589e83,value:_0x1043fe}=js(_0x3d58e1);if(!_0x3d58e1||_0x4a7158)return null;let _0x4832a0=typeof _0x1043fe==_0xba4926(0x78e)||typeof _0x1043fe==_0xba4926(0x3b3)?Number(_0x1043fe):0xb;return(0x0,u[_0xba4926(0x353)])(zs,{'embedId':_0x2055bc,'disabled':_0x589e83,'title':_0x5b5784,'open':_0x50a404,'onOpenChange':_0x4e4d5a,'trigger':(0x0,u['jsxs'])(u[_0xba4926(0x481)],{'children':[(0x0,u['jsx'])(_0xba4926(0x540),{'className':_0xba4926(0x30f),'children':_0x4832a0}),(0x0,u['jsx'])(s[_0xba4926(0x2df)],{})]}),'overlay':(0x0,u[_0xba4926(0x353)])(_0xba4926(0x694),{'className':_0xba4926(0x699),'onPointerDown':Q,'onMouseDown':Q,'children':Ks()[_0xba4926(0x3c0)](_0x3b8d33=>{const _0xaabc6b=_0xba4926;let _0xab8ab5=Number(_0x3b8d33['value'])===_0x4832a0;return(0x0,u[_0xaabc6b(0x6c7)])(_0xaabc6b(0x225),{'type':_0xaabc6b(0x225),'className':(0x0,o['clsx'])(_0xaabc6b(0x49f),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0xab8ab5}),'onClick':()=>{const _0x445bb3=_0xaabc6b;_0x3762cb(String(_0x3b8d33[_0x445bb3(0x796)])),_0x4e4d5a(!0x1);},'children':[(0x0,u[_0xaabc6b(0x353)])(_0xaabc6b(0x540),{'children':_0x3b8d33[_0xaabc6b(0x4a3)]}),_0xab8ab5&&(0x0,u[_0xaabc6b(0x353)])(s[_0xaabc6b(0x588)],{'className':'univer-text-primary-600'})]},_0x3b8d33[_0xaabc6b(0x796)]);})})});}function Zs(_0x17889d){const _0x41c1bf=_0x566a84;let {embedId:_0xbb676c,menuItem:_0xc4f7c0,open:_0x413df3,onOpenChange:_0xbca54a,execute:_0x30d103}=_0x17889d,{hidden:_0x42deb8,disabled:_0x4c1aa3}=js(_0xc4f7c0);return!_0xc4f7c0||_0x42deb8?null:(0x0,u[_0x41c1bf(0x353)])(zs,{'embedId':_0xbb676c,'disabled':_0x4c1aa3,'title':_0x41c1bf(0x6f8),'triggerClassName':_0x41c1bf(0x3c7),'open':_0x413df3,'onOpenChange':_0xbca54a,'trigger':(0x0,u[_0x41c1bf(0x6c7)])(u[_0x41c1bf(0x481)],{'children':[(0x0,u[_0x41c1bf(0x353)])(s['LeftJustifyingIcon'],{}),(0x0,u[_0x41c1bf(0x353)])(s[_0x41c1bf(0x2df)],{})]}),'overlay':(0x0,u[_0x41c1bf(0x353)])(Ls,{'embedId':_0xbb676c,'onPointerDown':_0x2fd5a9=>_0x2fd5a9[_0x41c1bf(0x3b6)](),'children':(0x0,u[_0x41c1bf(0x6c7)])(Rs,{'children':[(0x0,u[_0x41c1bf(0x353)])($s,{'item':_0xc4f7c0,'title':_0x41c1bf(0x6f3),'onClick':()=>_0x30d103(_0xc4f7c0,{'value':n[_0x41c1bf(0x718)][_0x41c1bf(0x46e)]}),'children':(0x0,u[_0x41c1bf(0x353)])(s[_0x41c1bf(0x3a4)],{})}),(0x0,u[_0x41c1bf(0x353)])($s,{'item':_0xc4f7c0,'title':_0x41c1bf(0x7b1),'onClick':()=>_0x30d103(_0xc4f7c0,{'value':n[_0x41c1bf(0x718)][_0x41c1bf(0x4ea)]}),'children':(0x0,u['jsx'])(s['HorizontallyIcon'],{})}),(0x0,u['jsx'])($s,{'item':_0xc4f7c0,'title':_0x41c1bf(0x637),'onClick':()=>_0x30d103(_0xc4f7c0,{'value':n['HorizontalAlign'][_0x41c1bf(0x716)]}),'children':(0x0,u[_0x41c1bf(0x353)])(s[_0x41c1bf(0x81e)],{})})]})})});}function Qs(_0x5519b5){const _0x4836df=_0x566a84;let {embedId:_0x168891,menuItem:_0x4d622f,open:_0x580b05,onOpenChange:_0x26725b,execute:_0x328b17}=_0x5519b5,{hidden:_0xf9e090,disabled:_0x4df4e3}=js(_0x4d622f);return!_0x4d622f||_0xf9e090?null:(0x0,u[_0x4836df(0x353)])(zs,{'embedId':_0x168891,'disabled':_0x4df4e3,'title':_0x4836df(0x462),'triggerClassName':_0x4836df(0x3c7),'open':_0x580b05,'onOpenChange':_0x26725b,'trigger':(0x0,u[_0x4836df(0x6c7)])(u[_0x4836df(0x481)],{'children':[(0x0,u[_0x4836df(0x353)])(s[_0x4836df(0x1d1)],{}),(0x0,u['jsx'])(s[_0x4836df(0x2df)],{})]}),'overlay':(0x0,u[_0x4836df(0x353)])(Ls,{'embedId':_0x168891,'onPointerDown':_0x408a6c=>_0x408a6c['stopPropagation'](),'children':(0x0,u[_0x4836df(0x6c7)])(Rs,{'children':[(0x0,u[_0x4836df(0x353)])($s,{'item':_0x4d622f,'title':_0x4836df(0x3fb),'onClick':()=>_0x328b17(_0x4d622f,{'value':n['VerticalAlign'][_0x4836df(0x631)]}),'children':(0x0,u[_0x4836df(0x353)])(s[_0x4836df(0x36b)],{})}),(0x0,u[_0x4836df(0x353)])($s,{'item':_0x4d622f,'title':_0x4836df(0x56c),'onClick':()=>_0x328b17(_0x4d622f,{'value':n[_0x4836df(0x29b)]['MIDDLE']}),'children':(0x0,u['jsx'])(s[_0x4836df(0x1d1)],{})}),(0x0,u[_0x4836df(0x353)])($s,{'item':_0x4d622f,'title':_0x4836df(0x76c),'onClick':()=>_0x328b17(_0x4d622f,{'value':n[_0x4836df(0x29b)][_0x4836df(0x7e7)]}),'children':(0x0,u[_0x4836df(0x353)])(s[_0x4836df(0x55f)],{})})]})})});}function $s(_0x190300){let {item:_0xce2643,title:_0x5c89e1,children:_0x174a30,onClick:_0x337120}=_0x190300,{hidden:_0x2fbf32,disabled:_0x397a7f,activated:_0x5f0659}=js(_0xce2643);return!_0xce2643||_0x2fbf32?null:(0x0,u['jsx'])(Ws,{'title':_0x5c89e1,'disabled':_0x397a7f,'active':_0x5f0659,'onClick':_0x337120,'children':_0x174a30});}function ec(_0x26505c){const _0x4bc03c=_0x566a84;let {embedId:_0x5ac689,menuItem:_0xa63c49,title:_0x1404fc,icon:_0x329ebc,defaultColor:_0x379fe4,open:_0x2707f4,onOpenChange:_0x4c0b45,onChange:_0x1e40b5,onReset:_0x483166}=_0x26505c,_0x1afa88=(0x0,a[_0x4bc03c(0x5dd)])(n[_0x4bc03c(0x3a9)]),{hidden:_0x2d14a1,disabled:_0x548186,value:_0x224bbc}=js(_0xa63c49),[_0xc7384b,_0x33960f]=(0x0,c[_0x4bc03c(0x3bf)])(_0x379fe4);return!_0xa63c49||_0x2d14a1?null:(0x0,u[_0x4bc03c(0x353)])(o[_0x4bc03c(0x53d)],{'disabled':_0x548186,'align':'start','sideOffset':0x6,'open':_0x2707f4,'onOpenChange':_0x4c0b45,'onPointerDownOutside':_0x3de9df=>$(_0x3de9df,_0x5ac689),'onFocusOutside':_0x19dd7b=>$(_0x19dd7b,_0x5ac689),'onInteractOutside':_0x15787f=>$(_0x15787f,_0x5ac689),'overlay':(0x0,u[_0x4bc03c(0x6c7)])(_0x4bc03c(0x694),{'data-embed-id':_0x5ac689,'data-embed-floating-menu-popup':'true','className':_0x4bc03c(0x64c),'onPointerDown':Q,'onMouseDown':Q,'children':[(0x0,u[_0x4bc03c(0x353)])(o[_0x4bc03c(0x607)],{'value':typeof _0x224bbc==_0x4bc03c(0x3b3)&&_0x224bbc?_0x224bbc:_0xc7384b,'onChange':_0x32cd86=>{_0x33960f(_0x32cd86),_0x1e40b5(_0x32cd86);}}),(0x0,u[_0x4bc03c(0x353)])(o['Separator'],{}),(0x0,u[_0x4bc03c(0x6c7)])(_0x4bc03c(0x225),{'type':_0x4bc03c(0x225),'className':_0x4bc03c(0x4c4),'onClick':()=>{_0x33960f(_0x379fe4),_0x483166(),_0x4c0b45(!0x1);},'children':[(0x0,u[_0x4bc03c(0x353)])(s['NoColorDoubleIcon'],{}),(0x0,u[_0x4bc03c(0x353)])(_0x4bc03c(0x540),{'children':_0x1afa88['t'](_0x4bc03c(0x523))})]})]}),'children':(0x0,u[_0x4bc03c(0x353)])(Ds,{'title':_0x1404fc,'disabled':_0x548186,'children':_0x329ebc})});}function tc(_0x17e29a){const _0x1b9720=_0x566a84;let {embedId:_0x1efe12,menuItem:_0x2d8546,open:_0x47db67,onOpenChange:_0x4c3c72,onSelect:_0x1c080a}=_0x17e29a,_0x514a58=(0x0,a[_0x1b9720(0x5dd)])(n['LocaleService']),_0x257a1a=(0x0,a[_0x1b9720(0x5dd)])(a[_0x1b9720(0x7c6)]),{hidden:_0x5ece22,disabled:_0x3e18db}=js(_0x2d8546),[_0x36cade,_0x1ed313]=(0x0,c[_0x1b9720(0x3bf)])(n[_0x1b9720(0x5e9)][_0x1b9720(0x521)]),[_0x1b5bf6,_0x39974b]=(0x0,c[_0x1b9720(0x3bf)])(n[_0x1b9720(0x881)][_0x1b9720(0x3fe)]),[_0x4fb961,_0x42bb5]=(0x0,c[_0x1b9720(0x3bf)])(_0x1b9720(0x366));if(!_0x2d8546||_0x5ece22)return null;let _0x2aa29d=(_0x3d7bb4=_0x36cade,_0x33056d=_0x1b5bf6,_0x4bf768=_0x4fb961)=>{_0x1ed313(_0x3d7bb4),_0x39974b(_0x33056d),_0x42bb5(_0x4bf768),_0x1c080a(_0x3d7bb4,_0x33056d,_0x4bf768);},_0x14daff=_0x63c8fa=>{const _0x4aee84=_0x1b9720;var _0x5b65a7;return((_0x5b65a7=Gs()[_0x4aee84(0x2f6)](_0x2e0de8=>_0x2e0de8['value']===_0x63c8fa))==null?void 0x0:_0x5b65a7[_0x4aee84(0x3fc)])??_0x4aee84(0x547);},_0xbbd9b6=(_0x38f14a,_0x3b8107=_0x1b9720(0x340))=>{const _0x1cc7bf=_0x1b9720;let _0x310c85=_0x257a1a[_0x1cc7bf(0x230)](_0x38f14a);return _0x310c85?(0x0,u[_0x1cc7bf(0x353)])(_0x310c85,{'className':_0x3b8107}):(0x0,u[_0x1cc7bf(0x353)])(s[_0x1cc7bf(0x473)],{});};return(0x0,u[_0x1b9720(0x353)])(o[_0x1b9720(0x53d)],{'disabled':_0x3e18db,'align':_0x1b9720(0x851),'sideOffset':0x6,'open':_0x47db67,'onOpenChange':_0x4c3c72,'onPointerDownOutside':_0x4d4d9d=>$(_0x4d4d9d,_0x1efe12),'onFocusOutside':_0x1dde02=>$(_0x1dde02,_0x1efe12),'onInteractOutside':_0x18a75f=>$(_0x18a75f,_0x1efe12),'overlay':(0x0,u[_0x1b9720(0x6c7)])(Ls,{'embedId':_0x1efe12,'onPointerDown':_0x31ceb5=>_0x31ceb5[_0x1b9720(0x3b6)](),'children':[(0x0,u[_0x1b9720(0x353)])(_0x1b9720(0x694),{'className':_0x1b9720(0x56b),'children':Gs()[_0x1b9720(0x3c0)](_0x485740=>(0x0,u[_0x1b9720(0x353)])(Ws,{'title':_0x485740[_0x1b9720(0x4a3)],'active':_0x36cade===_0x485740[_0x1b9720(0x796)],'onClick':()=>_0x2aa29d(_0x485740['value']),'children':_0xbbd9b6(_0x485740[_0x1b9720(0x3fc)])},_0x485740[_0x1b9720(0x796)]))}),(0x0,u['jsx'])(o[_0x1b9720(0x3dd)],{}),(0x0,u['jsxs'])(Rs,{'children':[(0x0,u[_0x1b9720(0x353)])(o[_0x1b9720(0x53d)],{'align':_0x1b9720(0x851),'sideOffset':0x6,'onPointerDownOutside':_0x3ec72a=>$(_0x3ec72a,_0x1efe12),'onFocusOutside':_0x3126ad=>$(_0x3126ad,_0x1efe12),'onInteractOutside':_0x3d066c=>$(_0x3d066c,_0x1efe12),'overlay':(0x0,u['jsx'])(_0x1b9720(0x694),{'data-embed-id':_0x1efe12,'data-embed-floating-menu-popup':_0x1b9720(0x856),'className':_0x1b9720(0x53f),'onPointerDown':Q,'onMouseDown':Q,'children':(0x0,u[_0x1b9720(0x353)])(o['ColorPicker'],{'value':_0x4fb961,'onChange':_0xef109c=>_0x2aa29d(_0x36cade,_0x1b5bf6,_0xef109c)})}),'children':(0x0,u[_0x1b9720(0x6c7)])(Ws,{'title':_0x1b9720(0x346),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,u['jsx'])(s[_0x1b9720(0x2a8)],{'extend':{'colorChannel1':_0x4fb961}}),(0x0,u[_0x1b9720(0x353)])(s['MoreDownIcon'],{})]})}),(0x0,u[_0x1b9720(0x353)])(o[_0x1b9720(0x53d)],{'align':_0x1b9720(0x851),'sideOffset':0x6,'onPointerDownOutside':_0x13c222=>$(_0x13c222,_0x1efe12),'onFocusOutside':_0x14e86a=>$(_0x14e86a,_0x1efe12),'onInteractOutside':_0x57209e=>$(_0x57209e,_0x1efe12),'overlay':(0x0,u['jsx'])('div',{'data-embed-id':_0x1efe12,'data-embed-floating-menu-popup':_0x1b9720(0x856),'className':_0x1b9720(0x492),'onPointerDown':Q,'onMouseDown':Q,'children':i[_0x1b9720(0x6d9)][_0x1b9720(0x3c0)](_0x25a1d7=>(0x0,u['jsx'])(_0x1b9720(0x225),{'type':_0x1b9720(0x225),'className':(0x0,o[_0x1b9720(0x59c)])('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':_0x1b5bf6===_0x25a1d7[_0x1b9720(0x796)]}),'onClick':()=>_0x2aa29d(_0x36cade,_0x25a1d7[_0x1b9720(0x796)]),'children':(0x0,u[_0x1b9720(0x353)])(i[_0x1b9720(0x7d8)],{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x25a1d7[_0x1b9720(0x796)]})},_0x25a1d7[_0x1b9720(0x796)]))}),'children':(0x0,u[_0x1b9720(0x6c7)])(Ws,{'title':_0x1b9720(0x497),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,u[_0x1b9720(0x353)])(i[_0x1b9720(0x7d8)],{'className':_0x1b9720(0x5be),'type':_0x1b5bf6}),(0x0,u['jsx'])(s['MoreDownIcon'],{})]})})]})]}),'children':(0x0,u[_0x1b9720(0x353)])(Os,{'title':_0x514a58['t'](_0x1b9720(0x3ab)),'disabled':_0x3e18db,'open':_0x47db67,'primary':_0xbbd9b6(_0x14daff(_0x36cade),_0x1b9720(0x1e8)),'onPrimaryClick':()=>{_0x2aa29d(),_0x4c3c72(!0x1);}})});}function nc(_0x3c95da){const _0x2ac022=_0x566a84;let {embedId:_0x236b9b,menuItems:_0x2bddcf,open:_0x154333,onOpenChange:_0x2dcc3a,execute:_0x4dd793}=_0x3c95da,_0x2462ed=(0x0,a[_0x2ac022(0x5dd)])(n[_0x2ac022(0x3a9)]),{hidden:_0x206656,disabled:_0x8b5c58}=js(_0x2bddcf==null?void 0x0:_0x2bddcf[_0x2ac022(0x4f8)]),_0x5b87fa=[];return[{'item':_0x2bddcf==null?void 0x0:_0x2bddcf['all'],'icon':(0x0,u[_0x2ac022(0x353)])(s[_0x2ac022(0x4b9)],{})},{'item':_0x2bddcf==null?void 0x0:_0x2bddcf[_0x2ac022(0x606)],'icon':(0x0,u[_0x2ac022(0x353)])(s[_0x2ac022(0x7a7)],{})},{'item':_0x2bddcf==null?void 0x0:_0x2bddcf[_0x2ac022(0x647)],'icon':(0x0,u[_0x2ac022(0x353)])(s[_0x2ac022(0x757)],{})},{'item':_0x2bddcf==null?void 0x0:_0x2bddcf[_0x2ac022(0x6d0)],'icon':(0x0,u[_0x2ac022(0x353)])(s[_0x2ac022(0x724)],{})}][_0x2ac022(0x2a5)](({item:_0x78e6b3,icon:_0x20e2fe})=>{const _0x846185=_0x2ac022;_0x78e6b3&&_0x5b87fa[_0x846185(0x5bf)]({'item':_0x78e6b3,'icon':_0x20e2fe});}),!(_0x2bddcf!=null&&_0x2bddcf[_0x2ac022(0x4f8)])||_0x206656||!_0x5b87fa['length']?null:(0x0,u['jsx'])(zs,{'embedId':_0x236b9b,'disabled':_0x8b5c58,'title':_0x2ac022(0x37b),'triggerClassName':_0x2ac022(0x3c7),'open':_0x154333,'onOpenChange':_0x2dcc3a,'trigger':(0x0,u[_0x2ac022(0x6c7)])(u[_0x2ac022(0x481)],{'children':[(0x0,u['jsx'])(s[_0x2ac022(0x4b9)],{}),(0x0,u[_0x2ac022(0x353)])(s[_0x2ac022(0x2df)],{})]}),'overlay':(0x0,u[_0x2ac022(0x353)])(Vs,{'children':_0x5b87fa[_0x2ac022(0x3c0)](({item:_0x9ae4dd,icon:_0x29ef4d})=>(0x0,u[_0x2ac022(0x353)])(Hs,{'icon':_0x29ef4d,'onClick':()=>{_0x4dd793(_0x9ae4dd),_0x2dcc3a(!0x1);},'children':_0x2462ed['t'](Ms(_0x9ae4dd))},_0x9ae4dd['id']))})});}function rc(_0x4d0be3){const _0x52782d=_0x566a84;let {embedId:_0x4a9c16,menuItem:_0x8a4e1a,open:_0x37f97a,onOpenChange:_0x196e84,execute:_0x2185bb}=_0x4d0be3,_0x28375f=(0x0,a[_0x52782d(0x5dd)])(n[_0x52782d(0x3a9)]),{hidden:_0x261a6c,disabled:_0x4f700c}=js(_0x8a4e1a);if(!_0x8a4e1a||_0x261a6c)return null;let _0x22506b=qs(_0x8a4e1a),_0x325a8a=_0x22506b[_0x52782d(0x3d7)]?_0x22506b[_0x52782d(0x3c0)](_0x29a8e4=>({'label':_0x28375f['t'](Ns(_0x29a8e4)),'icon':Ps(_0x29a8e4[_0x52782d(0x796)]),'commandId':_0x29a8e4[_0x52782d(0x723)]??(_0x8a4e1a==null?void 0x0:_0x8a4e1a[_0x52782d(0x723)])??(_0x8a4e1a==null?void 0x0:_0x8a4e1a['id'])??I[_0x52782d(0x349)]['id'],'params':_0x29a8e4[_0x52782d(0x5a2)]??{'value':_0x29a8e4[_0x52782d(0x796)]}})):[{'label':_0x28375f['t'](_0x52782d(0x825)),'icon':(0x0,u[_0x52782d(0x353)])(s[_0x52782d(0x451)],{}),'commandId':I['SetTextWrapCommand']['id'],'params':{'value':n[_0x52782d(0x387)][_0x52782d(0x837)]}},{'label':_0x28375f['t'](_0x52782d(0x485)),'icon':(0x0,u[_0x52782d(0x353)])(s['OverflowIcon'],{}),'commandId':I[_0x52782d(0x349)]['id'],'params':{'value':n[_0x52782d(0x387)][_0x52782d(0x56f)]}},{'label':_0x28375f['t'](_0x52782d(0x2a7)),'icon':(0x0,u[_0x52782d(0x353)])(s[_0x52782d(0x6ae)],{}),'commandId':I['SetTextWrapCommand']['id'],'params':{'value':n[_0x52782d(0x387)][_0x52782d(0x438)]}}];return(0x0,u[_0x52782d(0x353)])(zs,{'embedId':_0x4a9c16,'disabled':_0x4f700c,'title':_0x52782d(0x59b),'triggerClassName':_0x52782d(0x3c7),'open':_0x37f97a,'onOpenChange':_0x196e84,'trigger':(0x0,u['jsxs'])(u[_0x52782d(0x481)],{'children':[(0x0,u[_0x52782d(0x353)])(s[_0x52782d(0x6ae)],{}),(0x0,u[_0x52782d(0x353)])(s[_0x52782d(0x2df)],{})]}),'overlay':(0x0,u[_0x52782d(0x353)])(Bs,{'children':_0x325a8a['map'](_0x1c62d9=>{const _0x599d4e=_0x52782d;var _0x5cb4d5;return(0x0,u[_0x599d4e(0x353)])(Us,{'icon':_0x1c62d9['icon'],'onClick':()=>{const _0x2fad24=_0x599d4e;_0x2185bb(_0x1c62d9[_0x2fad24(0x723)],_0x1c62d9[_0x2fad24(0x5a2)]),_0x196e84(!0x1);},'children':_0x1c62d9[_0x599d4e(0x4a3)]},_0x1c62d9[_0x599d4e(0x723)]+'-'+String(((_0x5cb4d5=_0x1c62d9[_0x599d4e(0x5a2)])==null?void 0x0:_0x5cb4d5[_0x599d4e(0x796)])??_0x1c62d9[_0x599d4e(0x4a3)]));})})});}const ic={'formatPainter':i[_0x566a84(0x5ae)]['id'],'numberFormat':_0x566a84(0x31c),'fontFamily':i[_0x566a84(0x5c1)]['id'],'fontSize':i[_0x566a84(0x62e)]['id'],'bold':i[_0x566a84(0x2d9)]['id'],'textColor':i['SetRangeTextColorCommand']['id'],'backgroundColor':I['SetBackgroundColorCommand']['id'],'borderComposite':I[_0x566a84(0x3e9)]['id'],'horizontalAlign':I[_0x566a84(0x4c3)]['id'],'verticalAlign':I[_0x566a84(0x342)]['id'],'wrap':I[_0x566a84(0x349)]['id'],'filter':_0x566a84(0x75b)},ac={'root':I['AddWorksheetMergeCommand']['id'],'all':I['AddWorksheetMergeAllCommand']['id'],'vertical':I[_0x566a84(0x468)]['id'],'horizontal':I[_0x566a84(0x63f)]['id'],'unmerge':I[_0x566a84(0x30c)]['id']};function oc(_0x4c5142){const _0x264e25=_0x566a84;let _0x56e0b1={},_0xd6e4c5=_0x277d8c=>{let _0x351975=_0x4c5142['find'](_0x4561c4=>{const _0x549001=_0x75bf;let _0x20bdb7=_0x4561c4[_0x549001(0x508)];return _0x4561c4[_0x549001(0x3c8)]===_0x277d8c||(_0x20bdb7==null?void 0x0:_0x20bdb7['id'])===_0x277d8c||(_0x20bdb7==null?void 0x0:_0x20bdb7['commandId'])===_0x277d8c;});return _0x351975==null?void 0x0:_0x351975['item'];};Object[_0x264e25(0x5ed)](ic)[_0x264e25(0x2a5)](_0x19a71d=>{_0x56e0b1[_0x19a71d]=_0xd6e4c5(ic[_0x19a71d]);});let _0x2eb4a9=Object[_0x264e25(0x6e6)](ac)['reduce']((_0x3e4364,[_0x2d07ec,_0x1bbca6])=>{let _0xf60dbe=_0xd6e4c5(_0x1bbca6);return _0xf60dbe&&(_0x3e4364[_0x2d07ec]=_0xf60dbe),_0x3e4364;},{});return uc(_0x2eb4a9)&&(_0x56e0b1[_0x264e25(0x2f2)]=_0x2eb4a9),_0x56e0b1[_0x264e25(0x351)]=!0x0,_0x56e0b1;}const sc=[{'items':[_0x566a84(0x1fa)]},{'dividerBefore':_0x566a84(0x384),'items':[_0x566a84(0x478)]},{'dividerBefore':'divider-format','items':[_0x566a84(0x3b9),'fontSize',_0x566a84(0x38b)]},{'dividerBefore':_0x566a84(0x21f),'items':[_0x566a84(0x273),_0x566a84(0x1e5),_0x566a84(0x297)]},{'dividerBefore':_0x566a84(0x5ec),'items':[_0x566a84(0x2f2),_0x566a84(0x762),'verticalAlign','wrap']},{'dividerBefore':_0x566a84(0x4b8),'items':['filter']},{'dividerBefore':_0x566a84(0x4b2),'items':[_0x566a84(0x351)]}];function cc(_0x2d46dd){let _0x5682bf=[];return sc['forEach'](_0x1eb755=>{const _0x552c12=_0x75bf;let _0x5b8693=_0x1eb755[_0x552c12(0x821)][_0x552c12(0x86f)](_0x1cdd26=>lc(_0x2d46dd,_0x1cdd26))[_0x552c12(0x3c0)](_0x527cb9=>({'id':_0x527cb9,'type':_0x527cb9==='formatPainter'||_0x527cb9==='bold'||_0x527cb9==='filter'||_0x527cb9===_0x552c12(0x351)?_0x552c12(0x225):'dropdown'}));_0x5b8693[_0x552c12(0x3d7)]&&(_0x5682bf[_0x552c12(0x3d7)]&&_0x1eb755[_0x552c12(0x704)]&&_0x5682bf['push']({'id':_0x1eb755[_0x552c12(0x704)],'type':_0x552c12(0x818)}),_0x5682bf[_0x552c12(0x5bf)](..._0x5b8693));}),_0x5682bf;}function lc(_0x9f7ab3,_0x2dd196){return!!_0x9f7ab3[_0x2dd196];}function uc(_0x1658d3){const _0x2ddf78=_0x566a84;return Object[_0x2ddf78(0x2cb)](_0x1658d3)['some'](Boolean);}function dc(_0x1a201c,_0x5ca022){const _0x1ef815=_0x566a84;if(_0x1a201c)return{'commandId':_0x1a201c[_0x1ef815(0x723)]??_0x1a201c['id'],'params':_0x5ca022??(typeof _0x1a201c[_0x1ef815(0x5a2)]==_0x1ef815(0x833)?_0x1a201c['params']():_0x1a201c[_0x1ef815(0x5a2)])};}function fc(){const _0x12d246=_0x566a84;return Wa({'childType':n['UniverInstanceType'][_0x12d246(0x4bf)],'mount':pc});}function pc(_0x5509f2){const _0x192d7b=_0x566a84;let {root:_0x3f3d88,menu:_0x41de2e}=Ua(_0x5509f2),_0x24c2bf=yt(_0x41de2e);return _0x24c2bf['render']((0x0,c[_0x192d7b(0x77f)])(Z,{'injector':_0x5509f2[_0x192d7b(0x343)][_0x192d7b(0x656)],'mountContainer':_0x3f3d88,'embedId':_0x5509f2[_0x192d7b(0x61a)]},(0x0,c[_0x192d7b(0x77f)])(hc,{'hostUnitId':_0x5509f2['hostUnitId'],'embedId':_0x5509f2[_0x192d7b(0x61a)],'childUnitId':_0x5509f2['childUnitId'],'entry':_0x5509f2['descriptor']['entry'],'fullscreen':!!_0x5509f2[_0x192d7b(0x7ce)][_0x192d7b(0x685)],'usesDomFloatingStage':mc(_0x5509f2[_0x192d7b(0x75a)][_0x192d7b(0x754)]),'renderScopeActive$':_0x5509f2[_0x192d7b(0x7ce)]['active$']}))),(0x0,n[_0x192d7b(0x87f)])(()=>{const _0x3e293c=_0x192d7b;bt(_0x24c2bf),globalThis[_0x3e293c(0x294)](()=>_0x41de2e[_0x3e293c(0x30a)](),0x0);});}function mc(_0x349deb){return!0x0;}function hc(_0x102586){const _0x496d46=_0x566a84;let {hostUnitId:_0x207e75,embedId:_0x3840db,childUnitId:_0x5403a9,entry:_0x58d148,fullscreen:_0x5dcc73,usesDomFloatingStage:_0x247d54,renderScopeActive$:_0x4879c5}=_0x102586,_0x40d03a=(0x0,a['useDependency'])(n[_0x496d46(0x3a9)]),_0x54a3c5=(0x0,a[_0x496d46(0x5dd)])(n[_0x496d46(0x423)]),_0x2847aa=(0x0,a['useDependency'])(n[_0x496d46(0x64e)]),_0x478b06=(0x0,a['useDependency'])(a[_0x496d46(0x692)]),_0x5f54ff=(0x0,a[_0x496d46(0x5dd)])(I[_0x496d46(0x5ad)]),_0x47b2ef=(0x0,a[_0x496d46(0x5dd)])(ie),_0x15dc61=yn({'embedId':_0x3840db,'active':(0x0,a['useObservable'])(()=>_0x47b2ef[_0x496d46(0x760)],_0x47b2ef[_0x496d46(0x34e)](),!0x1,[_0x47b2ef]),'fullscreen':_0x5dcc73,'usesDomFloatingStage':_0x247d54,'renderScopeActive':(0x0,a[_0x496d46(0x5ab)])(()=>_0x4879c5,!0x1,!0x1,[_0x4879c5])})===_0x496d46(0x4de),[_0x4b951a,_0x3415da]=(0x0,c[_0x496d46(0x3bf)])(null),_0x43e0c2=_0x533769=>({'open':_0x4b951a===_0x533769,'onOpenChange':_0x5b7d2b=>_0x3415da(_0x5b7d2b?_0x533769:null)});(0x0,c[_0x496d46(0x5e7)])(()=>{const _0x29dab5=_0x496d46;if(!_0x4b951a)return;let _0x511679=_0x4c751c=>{Is(_0x4c751c['target'],_0x3840db)||_0x3415da(null);};return document[_0x29dab5(0x51c)](_0x29dab5(0x767),_0x511679,!0x0),()=>{const _0x593503=_0x29dab5;document[_0x593503(0x604)](_0x593503(0x767),_0x511679,!0x0);};},[_0x3840db,_0x4b951a]);let _0x3d1d1f=(0x0,a[_0x496d46(0x5ab)])(()=>_0x478b06['menuChanged$']['pipe']((0x0,l['map'])(()=>oc(_0x478b06[_0x496d46(0x48c)](a['MenuManagerPosition']['RIBBON'])))),oc(_0x478b06['getFlatMenuByPositionKey'](a[_0x496d46(0x36e)][_0x496d46(0x1d8)])),!0x1,[_0x478b06]),_0x318180=(0x0,c[_0x496d46(0x3d4)])(()=>new Set(cc(_0x3d1d1f)[_0x496d46(0x3c0)](_0x42945b=>_0x42945b['id'])),[_0x3d1d1f]),_0x279170=()=>{const _0x2973eb=_0x496d46;_0x47b2ef['activate']({'hostUnitId':_0x207e75,'embedId':_0x3840db,'childUnitId':_0x5403a9},_0x2973eb(0x4de)),_0x2847aa[_0x2973eb(0x1d7)](_0x5403a9);},_0x1fe870=async(_0x56c6f1,_0x554038)=>{const _0x587602=_0x496d46;_0x279170(),await _0x54a3c5[_0x587602(0x6a9)](_0x56c6f1,_0x554038);},_0x16dba2=async(_0x4e4dcd,_0x49eff9)=>{const _0x48432f=_0x496d46;let _0x52485b=dc(_0x4e4dcd,_0x49eff9);_0x52485b&&await _0x1fe870(_0x52485b['commandId'],_0x52485b[_0x48432f(0x5a2)]);},_0x5abd38=()=>{const _0x3ff845=_0x496d46;let _0x608e2e=_0x2847aa['getUnit'](_0x5403a9,n[_0x3ff845(0x52f)][_0x3ff845(0x4bf)]),_0x3817da=_0x608e2e==null?void 0x0:_0x608e2e[_0x3ff845(0x4d0)]();return!_0x608e2e||!_0x3817da?null:{'workbook':_0x608e2e,'worksheet':_0x3817da,'unitId':_0x608e2e[_0x3ff845(0x6b5)](),'subUnitId':_0x3817da[_0x3ff845(0x6a1)]()};},_0x2a28e9=()=>{const _0x51dbc9=_0x496d46;var _0x21324c;return((_0x21324c=_0x5f54ff[_0x51dbc9(0x6b1)]())==null?void 0x0:_0x21324c[_0x51dbc9(0x3c0)](_0x2d6524=>_0x2d6524['range']))??[];},_0x1df3f5=async(_0x172452,_0x40d93f,_0x439c3c=n['BorderStyleTypes'][_0x496d46(0x3fe)],_0x512216=_0x496d46(0x366))=>{const _0x42eeea=_0x496d46;let _0x24e049=_0x5abd38(),_0x11d585=_0x2a28e9();!_0x24e049||!_0x11d585[_0x42eeea(0x3d7)]||await _0x16dba2(_0x172452,{'unitId':_0x24e049[_0x42eeea(0x569)],'subUnitId':_0x24e049[_0x42eeea(0x65f)],'ranges':_0x11d585,'value':{'type':_0x40d93f,'color':_0x512216,'style':_0x439c3c,'activeBorderType':!0x0}});},_0x3f41e7=async()=>{const _0x4d9809=_0x496d46;await _0x54a3c5['executeCommand'](e[_0x4d9809(0x61f)]['id'],{'hostUnitId':_0x207e75,'embedId':_0x3840db});};return(0x0,u[_0x496d46(0x6c7)])(_0x496d46(0x694),{'className':(0x0,o['clsx'])(_0x496d46(0x396),{'univer-hidden':!_0x15dc61,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x5dcc73,'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':!_0x5dcc73,'-univer-top-9':!_0x5dcc73&&_0x58d148!==_0x496d46(0x518),'-univer-top-[52px]':!_0x5dcc73&&_0x58d148==='docs-custom-block'}),'data-u-comp':_0x496d46(0x45a),'data-embed-floating-menu':'true','data-embed-id':_0x3840db,'data-embed-float-stage':_0x15dc61?_0x496d46(0x4de):_0x496d46(0x584),'onPointerDown':_0x4e581b=>_0x4e581b[_0x496d46(0x3b6)](),'onMouseDown':Q,'children':[_0x318180[_0x496d46(0x44c)]('formatPainter')&&(0x0,u['jsx'])(As,{'item':_0x3d1d1f[_0x496d46(0x1fa)],'title':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':async()=>_0x16dba2(_0x3d1d1f['formatPainter']),'children':(0x0,u['jsx'])(s[_0x496d46(0x54a)],{})}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x384))&&(0x0,u['jsx'])(o[_0x496d46(0x3dd)],{'orientation':_0x496d46(0x606)}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x478))&&(0x0,u[_0x496d46(0x353)])(Js,{'menuItem':_0x3d1d1f[_0x496d46(0x478)],'onClick':async()=>_0x16dba2(_0x3d1d1f[_0x496d46(0x478)])}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x311))&&(0x0,u['jsx'])(o['Separator'],{'orientation':_0x496d46(0x606)}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x3b9))&&(0x0,u[_0x496d46(0x353)])(Ys,{'embedId':_0x3840db,'menuItem':_0x3d1d1f[_0x496d46(0x3b9)],'title':_0x496d46(0x368),..._0x43e0c2(_0x496d46(0x3b9)),'onSelect':async _0x358c42=>_0x16dba2(_0x3d1d1f[_0x496d46(0x3b9)],{'value':_0x358c42})}),_0x318180[_0x496d46(0x44c)]('fontSize')&&(0x0,u['jsx'])(Xs,{'embedId':_0x3840db,'menuItem':_0x3d1d1f[_0x496d46(0x6e3)],'title':_0x496d46(0x7d0),..._0x43e0c2('fontSize'),'onSelect':async _0x489b14=>_0x16dba2(_0x3d1d1f['fontSize'],{'value':Number(_0x489b14)})}),_0x318180[_0x496d46(0x44c)]('bold')&&(0x0,u['jsx'])(As,{'item':_0x3d1d1f['bold'],'title':_0x496d46(0x1cd),'onClick':async()=>_0x16dba2(_0x3d1d1f[_0x496d46(0x38b)]),'children':(0x0,u[_0x496d46(0x353)])(s['BoldIcon'],{})}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x21f))&&(0x0,u['jsx'])(o['Separator'],{'orientation':_0x496d46(0x606)}),_0x318180['has'](_0x496d46(0x273))&&(0x0,u[_0x496d46(0x353)])(ec,{'embedId':_0x3840db,'menuItem':_0x3d1d1f[_0x496d46(0x273)],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':(0x0,u[_0x496d46(0x353)])(s[_0x496d46(0x3cb)],{'className':'univer-fill-primary-600'}),'defaultColor':_0x496d46(0x794),..._0x43e0c2(_0x496d46(0x273)),'onChange':async _0xd774f5=>_0x16dba2(_0x3d1d1f[_0x496d46(0x273)],{'value':_0xd774f5}),'onReset':async()=>_0x1fe870(i[_0x496d46(0x1e0)]['id'])}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x1e5))&&(0x0,u[_0x496d46(0x353)])(ec,{'embedId':_0x3840db,'menuItem':_0x3d1d1f[_0x496d46(0x1e5)],'title':'embed-ui.sheetsFloating.toolbar.fillColor.main','icon':(0x0,u[_0x496d46(0x353)])(s[_0x496d46(0x2a8)],{'className':'univer-fill-primary-600'}),'defaultColor':_0x496d46(0x53c),..._0x43e0c2(_0x496d46(0x1e5)),'onChange':async _0x11e947=>_0x16dba2(_0x3d1d1f[_0x496d46(0x1e5)],{'value':_0x11e947}),'onReset':async()=>_0x1fe870(I[_0x496d46(0x26e)]['id'])}),_0x318180['has'](_0x496d46(0x297))&&(0x0,u['jsx'])(tc,{'embedId':_0x3840db,'menuItem':_0x3d1d1f[_0x496d46(0x297)],..._0x43e0c2(_0x496d46(0x297)),'onSelect':async(_0x1dc4ac,_0x309176,_0x2985fb)=>_0x1df3f5(_0x3d1d1f[_0x496d46(0x297)],_0x1dc4ac,_0x309176,_0x2985fb)}),_0x318180['has'](_0x496d46(0x5ec))&&(0x0,u[_0x496d46(0x353)])(o[_0x496d46(0x3dd)],{'orientation':_0x496d46(0x606)}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x2f2))&&(0x0,u[_0x496d46(0x353)])(nc,{'embedId':_0x3840db,'menuItems':_0x3d1d1f[_0x496d46(0x2f2)],..._0x43e0c2(_0x496d46(0x2f2)),'execute':_0x16dba2}),_0x318180['has'](_0x496d46(0x762))&&(0x0,u['jsx'])(Zs,{'embedId':_0x3840db,'menuItem':_0x3d1d1f[_0x496d46(0x762)],..._0x43e0c2(_0x496d46(0x762)),'execute':_0x16dba2}),_0x318180[_0x496d46(0x44c)]('verticalAlign')&&(0x0,u[_0x496d46(0x353)])(Qs,{'embedId':_0x3840db,'menuItem':_0x3d1d1f[_0x496d46(0x53a)],..._0x43e0c2(_0x496d46(0x53a)),'execute':_0x16dba2}),_0x318180['has'](_0x496d46(0x805))&&(0x0,u[_0x496d46(0x353)])(rc,{'embedId':_0x3840db,'menuItem':_0x3d1d1f[_0x496d46(0x805)],..._0x43e0c2(_0x496d46(0x805)),'execute':_0x1fe870}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x4b8))&&(0x0,u[_0x496d46(0x353)])(o[_0x496d46(0x3dd)],{'orientation':'vertical'}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x86f))&&(0x0,u[_0x496d46(0x353)])(As,{'item':_0x3d1d1f[_0x496d46(0x86f)],'title':_0x496d46(0x274),'onClick':async()=>_0x16dba2(_0x3d1d1f[_0x496d46(0x86f)]),'children':(0x0,u['jsx'])(s[_0x496d46(0x7b9)],{})}),_0x318180[_0x496d46(0x44c)]('divider-block')&&(0x0,u[_0x496d46(0x353)])(o['Separator'],{'orientation':_0x496d46(0x606)}),_0x318180[_0x496d46(0x44c)](_0x496d46(0x351))&&(0x0,u[_0x496d46(0x353)])(ks,{'title':_0x40d03a['t']('embed-ui.deleteBlock'),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x3f41e7,'children':(0x0,u['jsx'])(s[_0x496d46(0x34b)],{})})]});}const gc=new WeakMap(),_c=new WeakSet();function vc(_0x1c9d31){const _0x3de83d=_0x566a84;Wi(_0x1c9d31,_0x3de83d(0x705),yc);}function yc(_0x247bd2){const _0x1a6017=_0x566a84;let _0x1a7021=_0x247bd2[_0x1a6017(0x230)](tt),_0x5d787e=_0x247bd2[_0x1a6017(0x230)]($e),_0x221f5f=_0x247bd2['get'](U),_0x23e0c3=_0x247bd2[_0x1a6017(0x230)](et),_0x41e6fd=_0x247bd2[_0x1a6017(0x230)](Xn),_0x567597=_0x247bd2[_0x1a6017(0x230)](Di),_0x17b190=_0x247bd2[_0x1a6017(0x230)](ar);_s(_0x247bd2),_0x247bd2[_0x1a6017(0x44c)](i[_0x1a6017(0x5e6)])||_0x247bd2[_0x1a6017(0x228)]([i['ISheetHostChromeOverrideService'],{'useFactory':()=>_0x247bd2['get'](ae)}]),_0x247bd2[_0x1a6017(0x44c)](i[_0x1a6017(0x1f3)])||_0x247bd2[_0x1a6017(0x228)]([i[_0x1a6017(0x1f3)],{'useFactory':()=>bc({'embedModelService':_0x247bd2['get'](e['EmbedModelService']),'mountService':_0x247bd2[_0x1a6017(0x230)](st),'activationService':_0x247bd2[_0x1a6017(0x230)](ut),'restoreService':_0x247bd2[_0x1a6017(0x230)](Qn)})}]),[fs(),ps()][_0x1a6017(0x2a5)](_0x47e27a=>{const _0x251931=_0x1a6017;_0x1a7021[_0x251931(0x230)](_0x47e27a[_0x251931(0x741)],_0x47e27a[_0x251931(0x754)])||_0x1a7021[_0x251931(0x371)](_0x47e27a);});let _0x12d380=ys(_0x247bd2[_0x1a6017(0x230)](n[_0x1a6017(0x423)]));_0x5d787e[_0x1a6017(0x230)](_0x12d380[_0x1a6017(0x4af)])||_0x5d787e[_0x1a6017(0x371)](_0x12d380);let _0x430862=vs();_0x221f5f[_0x1a6017(0x230)](_0x430862['childType'])||_0x221f5f[_0x1a6017(0x371)](_0x430862),fc()[_0x1a6017(0x2a5)](_0x31e761=>{const _0x221d89=_0x1a6017;_0x23e0c3[_0x221d89(0x230)](_0x31e761[_0x221d89(0x741)],_0x31e761[_0x221d89(0x754)],_0x31e761['childType'])||_0x23e0c3[_0x221d89(0x371)](_0x31e761);}),_0x41e6fd['registerProvider'](Li(_0x247bd2,{'childType':n[_0x1a6017(0x52f)]['UNIVER_SHEET'],'renderManagerService':f['IRenderManagerService']})),_0x567597[_0x1a6017(0x230)](n['UniverInstanceType']['UNIVER_SHEET'])||_0x567597[_0x1a6017(0x371)](rs()),_0x17b190[_0x1a6017(0x230)](n[_0x1a6017(0x52f)][_0x1a6017(0x4bf)])||_0x17b190[_0x1a6017(0x371)](gs(_0x247bd2)),Tc({'injector':_0x247bd2,'previewService':_0x41e6fd});}function bc(_0x4f052f){return{'mountSheetTab':({hostUnitId:_0x1ebb4b,hostAnchorId:_0x143204,embedId:_0x4380a7})=>{const _0x1614f6=_0x75bf;let _0x554017=_0x4f052f[_0x1614f6(0x77c)][_0x1614f6(0x42f)](_0x1ebb4b,_0x4380a7);if(!_0x554017||_0x554017[_0x1614f6(0x7c9)]!==_0x143204)return;let _0x2a0834=!0x1,_0x208084=!0x1,_0x3f8361;return _0x4f052f[_0x1614f6(0x86a)]['materializeDescriptor']({'descriptor':_0x554017})[_0x1614f6(0x773)](_0x3e01c3=>{const _0x4c85d8=_0x1614f6;_0x2a0834||(_0x3f8361==null||_0x3f8361[_0x4c85d8(0x30a)](),_0x3f8361=void 0x0,_0x4f052f[_0x4c85d8(0x3ad)][_0x4c85d8(0x78d)](_0x3e01c3),_0x4f052f[_0x4c85d8(0x338)][_0x4c85d8(0x412)](_0x3e01c3),_0x208084=!0x0);})[_0x1614f6(0x2bc)](_0x379bda=>{_0x2a0834||(_0x3f8361=xc(_0x143204,_0x379bda));}),(0x0,n[_0x1614f6(0x87f)])(()=>{const _0x16c074=_0x1614f6;_0x2a0834=!0x0,_0x3f8361==null||_0x3f8361['remove'](),_0x208084&&_0x4f052f[_0x16c074(0x3ad)][_0x16c074(0x6e8)](_0x4380a7),_0x4f052f[_0x16c074(0x338)][_0x16c074(0x6f5)](_0x4380a7);});},'clearTab':_0x1a23c8=>{const _0x15a0ab=_0x75bf;_0x4f052f[_0x15a0ab(0x338)]['clearTab'](_0x1a23c8);}};}function xc(_0x5d5682,_0x3ee6dc){const _0x5304e2=_0x566a84;let _0x56fe91=Sc(_0x5d5682);if(!_0x56fe91)return;let _0x340944=document[_0x5304e2(0x77f)](_0x5304e2(0x694));return _0x340944[_0x5304e2(0x264)][_0x5304e2(0x67d)]=_0x5304e2(0x856),_0x340944[_0x5304e2(0x29c)][_0x5304e2(0x42b)]='12px',_0x340944[_0x5304e2(0x29c)][_0x5304e2(0x789)]=_0x5304e2(0x6a0),_0x340944['style']['fontSize']=_0x5304e2(0x7da),_0x340944[_0x5304e2(0x498)]=_0x3ee6dc instanceof Error&&_0x3ee6dc['message']?_0x3ee6dc[_0x5304e2(0x49c)]:_0x5304e2(0x5f5),_0x56fe91[_0x5304e2(0x27d)](_0x340944),_0x340944;}function Sc(_0x507eb3){const _0x2f60e5=_0x566a84;return document[_0x2f60e5(0x68a)](_0x2f60e5(0x5c3)+Cc(_0x507eb3)+'\x22]');}function Cc(_0x533fef){const _0x39b1c2=_0x566a84;return _0x533fef[_0x39b1c2(0x223)](/\\/g,'\x5c\x5c')[_0x39b1c2(0x223)](/"/g,'\x5c\x22');}function wc(_0x1edefc){const _0x372f64=_0x566a84;let _0x9b0427=new l[(_0x372f64(0x663))](),_0x361bc9=0x0,_0x118c8d;if(_0x9b0427[_0x372f64(0x228)](_0x1edefc['previewService']['previewUpdated$'][_0x372f64(0x43a)](_0x29ba3a=>{const _0x365aa7=_0x372f64;if(typeof _0x29ba3a[_0x365aa7(0x883)]!=_0x365aa7(0x3b3))return;let _0x29eb9d=_0x1edefc['embedModelService'][_0x365aa7(0x32f)](_0x29ba3a[_0x365aa7(0x542)])['find'](_0x784e86=>_0x784e86['embedId']===_0x29ba3a[_0x365aa7(0x61a)]&&_0x784e86[_0x365aa7(0x754)]==='sheets-floating-object');_0x29eb9d!=null&&_0x29eb9d[_0x365aa7(0x7c9)]&&_0x1edefc[_0x365aa7(0x34a)]['setPreview']({'id':_0x29eb9d[_0x365aa7(0x7c9)],'image':_0x29ba3a['image'],'updatedAt':_0x29ba3a[_0x365aa7(0x24d)]});})),!_0x1edefc[_0x372f64(0x34a)][_0x372f64(0x85e)])return _0x9b0427;let _0x327e86=()=>{const _0x189f46=_0x372f64;_0x118c8d||_0x361bc9>=0xf0||(_0x118c8d=globalThis[_0x189f46(0x294)](()=>{_0x118c8d=void 0x0,_0x361bc9+=0x1,_0x5adca4();},0xfa));},_0x158fd7=_0xd9f83a=>{const _0x5aa2bb=_0x372f64;let _0x3cb2e2=_0xd9f83a[_0x5aa2bb(0x7fa)];if(!_0x3cb2e2||typeof _0x3cb2e2!='object')return!0x0;let _0x17f9ba=Oc(_0x3cb2e2,_0x5aa2bb(0x61a)),_0x2ad298=Oc(_0x3cb2e2,_0x5aa2bb(0x1ee));if(!_0x17f9ba||!_0x2ad298)return!0x0;let _0x525073=_0x1edefc[_0x5aa2bb(0x77c)]['getDescriptor'](_0x2ad298,_0x17f9ba);return!_0x525073||_0x525073[_0x5aa2bb(0x754)]!==_0x5aa2bb(0x73c)||!_0x525073[_0x5aa2bb(0x542)]||_0x525073[_0x5aa2bb(0x4af)]==null?!0x1:(_0x1edefc['previewService'][_0x5aa2bb(0x2dd)]({'descriptor':_0x525073,'childUnitId':_0x525073[_0x5aa2bb(0x542)],'childType':_0x525073[_0x5aa2bb(0x4af)],'width':_0xd9f83a['width'],'height':_0xd9f83a[_0x5aa2bb(0x4da)],'dpr':typeof window>'u'?0x1:window[_0x5aa2bb(0x79b)]||0x1,'reason':_0x5aa2bb(0x6d7)}),!0x0);},_0x5adca4=()=>{const _0x2a20=_0x372f64;var _0xd0011a,_0x4e9c53;let _0x23accb=!0x1;(_0xd0011a=(_0x4e9c53=_0x1edefc[_0x2a20(0x34a)])[_0x2a20(0x6ff)])==null||_0xd0011a[_0x2a20(0x743)](_0x4e9c53)[_0x2a20(0x2a5)](_0x22b85d=>{_0x158fd7(_0x22b85d)||(_0x23accb=!0x0);}),_0x23accb&&_0x327e86();};return _0x5adca4(),_0x9b0427['add'](_0x1edefc[_0x372f64(0x34a)][_0x372f64(0x85e)][_0x372f64(0x43a)](_0x43c4d5=>{_0x158fd7(_0x43c4d5)||_0x327e86();})),_0x9b0427[_0x372f64(0x228)](()=>{const _0x4c8de7=_0x372f64;_0x118c8d&&globalThis[_0x4c8de7(0x425)](_0x118c8d);}),_0x9b0427;}function Tc(_0x3ab636){const _0x3152bd=_0x566a84;let _0x3b669f=_0x3ab636[_0x3152bd(0x656)],_0x5c7f12=gc['get'](_0x3b669f);if(_0x5c7f12)return _0x5c7f12;let _0x53b0ff=Dc(_0x3ab636[_0x3152bd(0x656)]);if(_0x53b0ff!==null){if(_0x53b0ff){let _0x4da873=wc({'previewService':_0x3ab636['previewService'],'embedModelService':_0x53b0ff[_0x3152bd(0x77c)],'canvasFloatDomPreviewService':_0x53b0ff['canvasFloatDomPreviewService']});return gc['set'](_0x3b669f,_0x4da873),_0x4da873;}_0x3ab636[_0x3152bd(0x74c)]===!0x1||_c['has'](_0x3b669f)||(_c['add'](_0x3b669f),Ec(_0x3ab636,0x0));}}function Ec(_0x2e5697,_0x3f9209){const _0x5a8548=_0x566a84;let _0x151485=_0x2e5697[_0x5a8548(0x715)]??0xf0,_0x11b507=_0x2e5697[_0x5a8548(0x88a)]??0xfa,_0x59b70a=_0x2e5697['injector'];globalThis[_0x5a8548(0x294)](()=>{const _0x2ae8c4=_0x5a8548;if(Tc({..._0x2e5697,'retry':!0x1})||_0x3f9209+0x1>=_0x151485){_c[_0x2ae8c4(0x304)](_0x59b70a);return;}Ec(_0x2e5697,_0x3f9209+0x1);},_0x11b507);}function Dc(_0x359908){const _0x548738=_0x566a84;try{return!_0x359908[_0x548738(0x44c)](a[_0x548738(0x3fa)])||!_0x359908[_0x548738(0x44c)](e['EmbedModelService'])?void 0x0:{'embedModelService':_0x359908[_0x548738(0x230)](e[_0x548738(0x51f)]),'canvasFloatDomPreviewService':_0x359908[_0x548738(0x230)](a[_0x548738(0x3fa)])};}catch{return null;}}function Oc(_0x16f513,_0x34a24e){const _0x155cf8=_0x566a84;let _0x1a10d6=_0x16f513[_0x34a24e];return typeof _0x1a10d6==_0x155cf8(0x3b3)?_0x1a10d6:void 0x0;}let kc=class{constructor(_0x117eed){const _0x2a2d60=_0x566a84;this['_mountService']=_0x117eed,H(this,_0x2a2d60(0x541),new Map());}['acquire'](_0x102a32,_0x1f8b82){const _0x515774=_0x566a84;if(this[_0x515774(0x541)][_0x515774(0x44c)](_0x102a32[_0x515774(0x61a)]))throw Error(_0x515774(0x6ca)+_0x102a32[_0x515774(0x61a)]);let _0x12ed88=this[_0x515774(0x42c)][_0x515774(0x21d)](_0x102a32[_0x515774(0x61a)]),_0x3f0cad=_0x12ed88!=null&&_0x12ed88['context']?this[_0x515774(0x56e)](_0x12ed88,_0x1f8b82):this[_0x515774(0x356)](_0x102a32,_0x1f8b82);return this[_0x515774(0x541)][_0x515774(0x243)](_0x102a32[_0x515774(0x61a)],_0x3f0cad),{'session':_0x3f0cad[_0x515774(0x7e5)],'ownsSession':_0x3f0cad[_0x515774(0x77e)],'dispose':()=>{const _0x2f6ded=_0x515774;this['_leases'][_0x2f6ded(0x230)](_0x102a32[_0x2f6ded(0x61a)])===_0x3f0cad&&(this[_0x2f6ded(0x541)][_0x2f6ded(0x304)](_0x102a32[_0x2f6ded(0x61a)]),_0x3f0cad[_0x2f6ded(0x3b5)]());}};}[_0x566a84(0x56e)](_0x1861c0,_0x3cd7d){const _0x571774=_0x566a84;let _0xe10d9f=_0x1861c0[_0x571774(0x630)][_0x571774(0x7ce)][_0x571774(0x6e5)],_0x5c2322=_0xe10d9f[_0x571774(0x79c)],_0x381ca9=_0xe10d9f[_0x571774(0x224)];if(!_0x5c2322)throw Error(_0x571774(0x3d9)+_0x1861c0[_0x571774(0x61a)]);return _0x3cd7d['replaceChildren'](_0xe10d9f),{'session':_0x1861c0,'ownsSession':!0x1,'dispose':()=>{const _0x308186=_0x571774;if(this[_0x308186(0x42c)][_0x308186(0x21d)](_0x1861c0['embedId'])!==_0x1861c0){_0xe10d9f[_0x308186(0x30a)]();return;}(_0x381ca9==null?void 0x0:_0x381ca9[_0x308186(0x79c)])===_0x5c2322?_0x5c2322[_0x308186(0x464)](_0xe10d9f,_0x381ca9):_0x5c2322[_0x308186(0x1e6)](_0xe10d9f);}};}['_mountOwnedSession'](_0x831f64,_0x39f982){const _0x1b4062=_0x566a84;let _0xa36e9c=this[_0x1b4062(0x42c)][_0x1b4062(0x3ba)](_0x831f64,_0x39f982);return{'session':_0xa36e9c,'ownsSession':!0x0,'dispose':()=>{const _0x5df0d0=_0x1b4062;this['_mountService'][_0x5df0d0(0x21d)](_0x831f64[_0x5df0d0(0x61a)])===_0xa36e9c&&this[_0x5df0d0(0x42c)][_0x5df0d0(0x6e8)](_0x831f64[_0x5df0d0(0x61a)]);}};}};kc=X([Y(0x0,(0x0,n[_0x566a84(0x240)])(st))],kc);function Ac(){return Ji({'childType':n['UniverInstanceType']['UNIVER_SLIDE'],'productName':'Slides'});}function jc(_0x22b0d3){const _0x1c9377=_0x566a84;return yn({'embedId':_0x22b0d3[_0x1c9377(0x61a)],'active':_0x22b0d3[_0x1c9377(0x814)],'fullscreen':_0x22b0d3[_0x1c9377(0x685)],'usesDomFloatingStage':_0x22b0d3[_0x1c9377(0x536)]??!0x0,'renderScopeActive':_0x22b0d3[_0x1c9377(0x261)]??!0x1});}function Mc(_0x53c4d6){const _0x3f282b=_0x566a84;var _0x1a9762;let _0x210df3=(0x0,a[_0x3f282b(0x5dd)])(n['LocaleService']),{hostUnitId:_0x3dca18,embedId:_0x2fb27c,childUnitId:_0x3528ac,slideModel:_0x47f3ac,floatingActiveService:_0x59ca24,commandService:_0x582870,instanceService:_0x341baf,fullscreen:_0x30729e,usesDomFloatingStage:_0x5e18fa,renderScopeActive$:_0x20ac1e}=_0x53c4d6,_0x1dfce3=(0x0,a['useObservable'])(()=>_0x59ca24[_0x3f282b(0x760)],_0x59ca24[_0x3f282b(0x34e)](),!0x1,[_0x59ca24]),_0x53d3c6=(0x0,a[_0x3f282b(0x5ab)])(_0x20ac1e,!0x1),_0x597939=(0x0,a['useObservable'])(_0x47f3ac===null?null:()=>_0x47f3ac[_0x3f282b(0x5e0)]['slideOrder$'],[],!0x1,[_0x47f3ac]),_0x34c446=(0x0,a[_0x3f282b(0x5ab)])(_0x47f3ac===null?null:()=>_0x47f3ac[_0x3f282b(0x5e0)][_0x3f282b(0x1ff)],_0x47f3ac==null||(_0x1a9762=_0x47f3ac[_0x3f282b(0x5e0)]['getActiveSlide']())==null?void 0x0:_0x1a9762['getId'](),!0x1,[_0x47f3ac]),_0x558852=(0x0,c[_0x3f282b(0x3d4)])(()=>(_0x47f3ac==null?void 0x0:_0x47f3ac[_0x3f282b(0x5e0)][_0x3f282b(0x232)]())??[],[_0x47f3ac,_0x597939]),_0x407318=Math[_0x3f282b(0x4fb)](0x0,_0x558852[_0x3f282b(0x84e)](_0x373ae5=>_0x373ae5['getId']()===_0x34c446)),_0x52321c=_0x558852[_0x3f282b(0x3d7)],_0x5ea9e8=jc({'active':_0x1dfce3,'embedId':_0x2fb27c,'fullscreen':_0x30729e,'renderScopeActive':_0x53d3c6,'usesDomFloatingStage':_0x5e18fa})==='stage2',_0x54cce7=()=>{const _0x588170=_0x3f282b;_0x59ca24[_0x588170(0x207)]({'hostUnitId':_0x3dca18,'embedId':_0x2fb27c,'childUnitId':_0x3528ac},'stage2'),_0x341baf[_0x588170(0x1d7)](_0x3528ac);},_0x528706=_0xe7ff11=>{const _0xc2459f=_0x3f282b;let _0x3c6e07=_0x558852[_0xe7ff11];!_0x3c6e07||!_0x47f3ac||(_0x54cce7(),_0x47f3ac['pageManager'][_0xc2459f(0x4d4)](_0x3c6e07[_0xc2459f(0x47c)]()));};return(0x0,u[_0x3f282b(0x6c7)])('div',{'className':(0x0,o['clsx'])(_0x3f282b(0x82f),{'univer-hidden':!_0x5ea9e8,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x30729e,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x30729e,'-univer-top-9':!_0x30729e}),'data-embed-floating-menu':_0x3f282b(0x856),'data-embed-id':_0x2fb27c,'data-embed-float-stage':_0x5ea9e8?_0x3f282b(0x4de):_0x3f282b(0x584),'onPointerDown':_0x4f0cd6=>_0x4f0cd6[_0x3f282b(0x3b6)](),'children':[(0x0,u[_0x3f282b(0x353)])(Nc,{'title':_0x3f282b(0x77a),'disabled':_0x407318<=0x0,'onClick':()=>_0x528706(_0x407318-0x1),'children':(0x0,u[_0x3f282b(0x353)])(s[_0x3f282b(0x418)],{})}),(0x0,u[_0x3f282b(0x353)])(Nc,{'title':'Next\x20page','disabled':_0x52321c===0x0||_0x407318>=_0x52321c-0x1,'onClick':()=>_0x528706(_0x407318+0x1),'children':(0x0,u['jsx'])(s['ArrowRightIcon'],{})}),(0x0,u[_0x3f282b(0x353)])(o[_0x3f282b(0x804)],{'align':_0x3f282b(0x851),'sideOffset':0x6,'data-embed-id':_0x2fb27c,'data-embed-floating-menu-popup':_0x3f282b(0x856),'items':[{'type':_0x3f282b(0x776),'value':String(_0x407318),'hideIndicator':!0x0,'options':_0x558852[_0x3f282b(0x3c0)]((_0x344bec,_0x389d82)=>({'label':'Slide\x20'+(_0x389d82+0x1),'value':String(_0x389d82)})),'onSelect':_0x5d3a33=>_0x528706(Number(_0x5d3a33))}],'children':(0x0,u['jsxs'])(o[_0x3f282b(0x391)],{'type':_0x3f282b(0x225),'size':_0x3f282b(0x271),'variant':_0x3f282b(0x335),'className':_0x3f282b(0x480),'title':'Select\x20page','children':[(0x0,u[_0x3f282b(0x353)])(_0x3f282b(0x540),{'children':_0x52321c===0x0?_0x3f282b(0x4a9):_0x407318+0x1+_0x3f282b(0x62d)+_0x52321c}),(0x0,u[_0x3f282b(0x353)])(s[_0x3f282b(0x2df)],{'className':_0x3f282b(0x7bf)})]})}),(0x0,u[_0x3f282b(0x353)])(o[_0x3f282b(0x3dd)],{'orientation':_0x3f282b(0x606)}),(0x0,u[_0x3f282b(0x353)])(Nc,{'title':_0x210df3['t']('embed-ui.deleteBlock'),'className':_0x3f282b(0x6d2),'onClick':()=>{const _0x2c334e=_0x3f282b;_0x582870[_0x2c334e(0x6a9)](e[_0x2c334e(0x61f)]['id'],{'hostUnitId':_0x3dca18,'embedId':_0x2fb27c});},'children':(0x0,u[_0x3f282b(0x353)])(s[_0x3f282b(0x34b)],{})})]});}function Nc(_0x17cacb){const _0x2886a8=_0x566a84;let {children:_0x5f175a,title:_0x3e4e49,disabled:_0x398657,className:_0x417f6c,onClick:_0x3d4d94}=_0x17cacb;return(0x0,u[_0x2886a8(0x353)])(o[_0x2886a8(0x391)],{'type':'button','size':_0x2886a8(0x271),'variant':'ghost','className':(0x0,o['clsx'])(_0x2886a8(0x4db),_0x417f6c),'title':_0x3e4e49,'aria-label':_0x3e4e49,'disabled':_0x398657,'onClick':_0x3d4d94,'children':_0x5f175a});}function Pc(){const _0x599a83=_0x566a84;return Wa({'childType':n[_0x599a83(0x52f)][_0x599a83(0x658)],'mount':Fc});}function Fc(_0x57156b){const _0x1a24ef=_0x566a84;let {root:_0x5cbabe,menu:_0x24d19e}=Ua(_0x57156b),_0x49a0b2=yt(_0x24d19e),_0xc5774c=_0x57156b[_0x1a24ef(0x656)][_0x1a24ef(0x230)](ie),_0x2defc9=_0x57156b[_0x1a24ef(0x656)][_0x1a24ef(0x230)](n[_0x1a24ef(0x423)]),_0x4a7b38=_0x57156b['injector']['get'](n[_0x1a24ef(0x64e)]),_0x5b214a=_0x4a7b38[_0x1a24ef(0x6b6)](_0x57156b[_0x1a24ef(0x542)],n[_0x1a24ef(0x52f)][_0x1a24ef(0x658)]);return _0x49a0b2[_0x1a24ef(0x727)]((0x0,c[_0x1a24ef(0x77f)])(Z,{'injector':_0x57156b[_0x1a24ef(0x343)]['injector'],'mountContainer':_0x5cbabe,'embedId':_0x57156b[_0x1a24ef(0x61a)]},(0x0,c[_0x1a24ef(0x77f)])(Mc,{'hostUnitId':_0x57156b[_0x1a24ef(0x1ee)],'embedId':_0x57156b['embedId'],'childUnitId':_0x57156b[_0x1a24ef(0x542)],'slideModel':_0x5b214a??null,'floatingActiveService':_0xc5774c,'commandService':_0x2defc9,'instanceService':_0x4a7b38,'fullscreen':!!_0x57156b[_0x1a24ef(0x7ce)][_0x1a24ef(0x685)],'usesDomFloatingStage':_0x57156b[_0x1a24ef(0x75a)][_0x1a24ef(0x754)]!==_0x1a24ef(0x50f),'renderScopeActive$':_0x57156b['renderScope']['active$']}))),(0x0,n[_0x1a24ef(0x87f)])(()=>{const _0x2e59a9=_0x1a24ef;bt(_0x49a0b2),globalThis[_0x2e59a9(0x294)](()=>_0x24d19e[_0x2e59a9(0x30a)](),0x0);});}function Ic(_0x5e2f3b,_0x379f91,_0x1ca4d4){const _0x49fbf6=_0x566a84;return{...(0x0,e[_0x49fbf6(0x591)])(_0x5e2f3b,_0x379f91),'activateAnchor':_0x2fee16=>{const _0x4edaf6=_0x49fbf6;_0x1ca4d4==null||_0x1ca4d4[_0x4edaf6(0x46c)](_0x2fee16['hostUnitId']),_0x2fee16[_0x4edaf6(0x75a)]['childUnitId']&&(_0x379f91==null||_0x379f91[_0x4edaf6(0x1d7)](_0x2fee16[_0x4edaf6(0x75a)]['childUnitId']));let _0x352cd6=_0x379f91==null?void 0x0:_0x379f91[_0x4edaf6(0x6b6)](_0x2fee16[_0x4edaf6(0x1ee)],n[_0x4edaf6(0x52f)][_0x4edaf6(0x658)]),_0x18eff4=()=>{const _0xa5637e=_0x4edaf6;var _0x1964d5,_0x45a89b;return _0x352cd6==null||(_0x1964d5=_0x352cd6[_0xa5637e(0x5e0)])==null||(_0x45a89b=_0x1964d5[_0xa5637e(0x4d4)])==null?void 0x0:_0x45a89b[_0xa5637e(0x743)](_0x1964d5,_0x2fee16[_0xa5637e(0x7c9)]);};if(typeof window>'u'){_0x18eff4();return;}window[_0x4edaf6(0x4cf)](_0x18eff4);}};}function Lc(){const _0x43b5c0=_0x566a84;return{'hostType':n[_0x43b5c0(0x52f)][_0x43b5c0(0x658)],'entry':'slides-floating-object','layout':_0x43b5c0(0x76d),'supportedLayouts':[_0x43b5c0(0x76d),_0x43b5c0(0x59e),_0x43b5c0(0x29e),_0x43b5c0(0x83e)],'menuBehavior':_0x43b5c0(0x88b),'mount':_0x58b5e5=>{let _0x5a34f5=zc('data-embed-slides-floating-object-host',_0x58b5e5['descriptor']['hostAnchorId']);return _0x5a34f5?{'hostElement':_0x5a34f5}:{};}};}function Rc(){const _0x3aef78=_0x566a84;return{'hostType':n[_0x3aef78(0x52f)][_0x3aef78(0x658)],'entry':_0x3aef78(0x62c),'layout':'tab-peer','supportedLayouts':[_0x3aef78(0x5af)],'menuBehavior':_0x3aef78(0x845),'mount':_0xb8b33e=>{const _0x558151=_0x3aef78;let _0x2550b6=zc(_0x558151(0x312),_0xb8b33e[_0x558151(0x75a)][_0x558151(0x7c9)]);return _0x2550b6?{'hostElement':_0x2550b6}:{};}};}function zc(_0x3072cf,_0x189633){const _0x43cd77=_0x566a84;return document[_0x43cd77(0x68a)]('['+_0x3072cf+'=\x22'+Bc(_0x189633)+'\x22]');}function Bc(_0x5e4db3){const _0x3b8a31=_0x566a84;return _0x5e4db3[_0x3b8a31(0x223)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Vc(){const _0x2a8645=_0x566a84;return{'childType':n[_0x2a8645(0x52f)]['UNIVER_SLIDE'],'handleWheel':()=>!0x1};}function Hc(_0x2c6a26){const _0x255a43=_0x566a84;return{'childType':n[_0x255a43(0x52f)]['UNIVER_SLIDE'],'supportedLayouts':[_0x255a43(0x5af),_0x255a43(0x29e),_0x255a43(0x76d)],'beforeDeactivate':Uc,'mount':_0x3524e8=>Wc(_0x3524e8,_0x2c6a26)};}function Uc(_0x3eb21b){const _0x2014fc=_0x566a84;let _0x48d762=_0x3eb21b[_0x2014fc(0x343)][_0x2014fc(0x656)];if(!(_0x48d762!=null&&_0x48d762[_0x2014fc(0x44c)](y[_0x2014fc(0x70d)])))return;let _0x49e380=_0x48d762[_0x2014fc(0x230)](y['ISlideDrawingStateService']);_0x49e380[_0x2014fc(0x364)](),_0x49e380[_0x2014fc(0x27a)]();}function Wc(_0x3fed4b,_0x18a6fc){const _0x45c87f=_0x566a84;let _0x1abccb=_0x3fed4b[_0x45c87f(0x656)][_0x45c87f(0x230)](n[_0x45c87f(0x64e)])[_0x45c87f(0x6b6)](_0x3fed4b[_0x45c87f(0x542)],n[_0x45c87f(0x52f)][_0x45c87f(0x658)]);if(!_0x1abccb)return;let _0x1da094=_0x3fed4b[_0x45c87f(0x343)]['injector'];if(!_0x1da094)return;let _0x394aa9=ya(_0x3fed4b,_0x18a6fc,_0x55a490=>Gc(_0x1abccb,_0x55a490)),_0x257bb7=_0x3fed4b[_0x45c87f(0x343)][_0x45c87f(0x4e7)]['content'],_0x527430=_0x3fed4b[_0x45c87f(0x343)]['roots'][_0x45c87f(0x6af)],_0x3d3d4b=_0x3fed4b[_0x45c87f(0x656)][_0x45c87f(0x230)](f[_0x45c87f(0x74f)]),_0x317657=Kc(_0x3fed4b),_0x11d89f=_0x527430?Pi(_0x3d3d4b,_0x3fed4b[_0x45c87f(0x542)],_0x1da094):void 0x0;if(_0x11d89f&&_0x527430&&!_0x317657){try{var _0x15f9bc,_0x2c6e01;(_0x15f9bc=(_0x2c6e01=_0x11d89f[_0x45c87f(0x262)])[_0x45c87f(0x6e8)])==null||_0x15f9bc[_0x45c87f(0x743)](_0x2c6e01);}catch{}_0x11d89f[_0x45c87f(0x262)][_0x45c87f(0x78d)](_0x527430),Ii(_0x11d89f,{'activate':!0x0}),_0x527430['dataset']['embedChildRenderUnitId']=_0x3fed4b[_0x45c87f(0x542)],_0x527430[_0x45c87f(0x264)][_0x45c87f(0x2e7)]='slide-canvas';}let _0x1d98d2=yt(_0x257bb7);return _0x257bb7['dataset'][_0x45c87f(0x4cd)]=_0x3fed4b[_0x45c87f(0x542)],_0x257bb7['dataset'][_0x45c87f(0x2e7)]=_0x45c87f(0x290),_0x1d98d2[_0x45c87f(0x727)]((0x0,u[_0x45c87f(0x353)])(Z,{'injector':_0x1da094,'mountContainer':_0x3fed4b['runtimeScope']['roots'][_0x45c87f(0x732)],'embedId':_0x3fed4b['embedId'],'children':_0x317657?(0x0,u[_0x45c87f(0x353)])(y['SlideEmbedFloatingPreview'],{'unitId':_0x3fed4b['childUnitId'],'active$':_0x3fed4b['renderScope']['active$']}):(0x0,u[_0x45c87f(0x353)])(y[_0x45c87f(0x80c)],{})})),(0x0,n[_0x45c87f(0x87f)])(()=>{const _0x557ce5=_0x45c87f;_0x394aa9[_0x557ce5(0x3b5)]();try{var _0x1235f2,_0x5d5f68;_0x11d89f==null||(_0x5d5f68=(_0x1235f2=_0x11d89f[_0x557ce5(0x262)])['unmount'])==null||_0x5d5f68['call'](_0x1235f2);}catch{}_0x3d3d4b[_0x557ce5(0x257)](_0x3fed4b[_0x557ce5(0x542)]),bt(_0x1d98d2),_0x257bb7[_0x557ce5(0x57e)]&&(_0x257bb7['removeAttribute'](_0x557ce5(0x36a)),_0x257bb7[_0x557ce5(0x7b0)](_0x557ce5(0x458))),_0x527430!=null&&_0x527430[_0x557ce5(0x57e)]&&(_0x527430[_0x557ce5(0x7b0)]('data-embed-child-render-unit-id'),_0x527430[_0x557ce5(0x7b0)](_0x557ce5(0x458))),_0x1da094['dispose']();});}function Gc(_0x4dbf46,_0x3f7c32){const _0x4b1f16=_0x566a84;var _0x4b2482,_0x13d218;let _0x1c1d6f=_0x3f7c32==null?void 0x0:_0x3f7c32[_0x4b1f16(0x5df)],_0x4dff98=_0x1c1d6f&&_0x4dbf46[_0x4b1f16(0x5e0)][_0x4b1f16(0x22a)](_0x1c1d6f)?_0x1c1d6f:(_0x4b2482=_0x4dbf46[_0x4b1f16(0x5e0)][_0x4b1f16(0x232)]()[0x0])==null?void 0x0:_0x4b2482['getId']();_0x4dff98&&((_0x13d218=_0x4dbf46[_0x4b1f16(0x5e0)][_0x4b1f16(0x487)]())==null?void 0x0:_0x13d218['getId']())!==_0x4dff98&&_0x4dbf46[_0x4b1f16(0x5e0)][_0x4b1f16(0x4d4)](_0x4dff98);}function Kc(_0x442252){const _0x4d141e=_0x566a84;return _0x442252[_0x4d141e(0x7ce)]['mode']==='float'&&!_0x442252[_0x4d141e(0x7ce)][_0x4d141e(0x685)]&&_0x442252['layout']===_0x4d141e(0x29e);}let qc=class{constructor(_0x4e7ce5,_0x26398f){const _0x10d5ad=_0x566a84;this[_0x10d5ad(0x72d)]=_0x4e7ce5,this[_0x10d5ad(0x6b0)]=_0x26398f,H(this,'childType',n[_0x10d5ad(0x52f)][_0x10d5ad(0x658)]);}[_0x566a84(0x603)](_0xdd971){const _0x376d7a=_0x566a84;var _0x57b1f2,_0xbf4b8e;let _0x407c9b=this[_0x376d7a(0x3a8)](_0xdd971['childUnitId']),_0x72ad20=(_0x407c9b==null||(_0x57b1f2=_0x407c9b['pageManager'][_0x376d7a(0x487)]())==null?void 0x0:_0x57b1f2[_0x376d7a(0x47c)]())??'';return{'unitId':_0xdd971[_0x376d7a(0x542)],'pageId':_0x72ad20,'scaleMode':_0x376d7a(0x27e),'zoomRatio':_0x407c9b==null||(_0xbf4b8e=_0x407c9b[_0x376d7a(0x6d1)])==null?void 0x0:_0xbf4b8e[_0x376d7a(0x743)](_0x407c9b)};}[_0x566a84(0x6f2)](_0xebc49d,_0x1b846e){const _0x2a25fe=_0x566a84;let _0x362210=this['_getSlideModel'](_0xebc49d['childUnitId']);!_0x362210||!_0x1b846e['pageId']||!_0x362210[_0x2a25fe(0x5e0)][_0x2a25fe(0x22a)](_0x1b846e[_0x2a25fe(0x5df)])||_0x362210[_0x2a25fe(0x5e0)]['setActiveSlide'](_0x1b846e['pageId']);}['renderPreview'](_0x10e8ea){const _0x43ccf9=_0x566a84;var _0x33ef09,_0x4abdd7,_0x34d48f;let _0x4279ec=this[_0x43ccf9(0x3a8)](_0x10e8ea[_0x43ccf9(0x542)]),_0x1fc791=(_0x33ef09=_0x10e8ea['viewState'])==null?void 0x0:_0x33ef09[_0x43ccf9(0x5df)];_0x4279ec&&_0x1fc791&&_0x4279ec[_0x43ccf9(0x5e0)]['getSlide'](_0x1fc791)&&_0x4279ec[_0x43ccf9(0x5e0)]['setActiveSlide'](_0x1fc791);let _0x1d712e=this['_getOrCreateRender'](_0x10e8ea[_0x43ccf9(0x542)]),_0x44f95f=_0x1d712e==null||(_0x4abdd7=_0x1d712e['engine'])==null||(_0x34d48f=_0x4abdd7['getCanvasElement'])==null?void 0x0:_0x34d48f[_0x43ccf9(0x743)](_0x4abdd7);if(_0x1d712e&&(!_0x44f95f||_0x44f95f[_0x43ccf9(0x5d6)]<=0x1||_0x44f95f[_0x43ccf9(0x4da)]<=0x1)&&(_0x44f95f=Jc(_0x1d712e,_0x10e8ea[_0x43ccf9(0x5d6)],_0x10e8ea[_0x43ccf9(0x4da)])),!(!_0x44f95f||_0x44f95f[_0x43ccf9(0x5d6)]<=0x1||_0x44f95f['height']<=0x1||typeof _0x44f95f[_0x43ccf9(0x45d)]!=_0x43ccf9(0x833)))try{let _0x445111=_0x4279ec?(0x0,y[_0x43ccf9(0x602)])(_0x4279ec[_0x43ccf9(0x6f0)]()[_0x43ccf9(0x385)]):void 0x0,_0x40a574=_0x445111?_0x445111[_0x43ccf9(0x5d6)]/_0x445111[_0x43ccf9(0x4da)]:void 0x0,_0x436d61=Zc(_0x1d712e,_0x44f95f[_0x43ccf9(0x5d6)],_0x44f95f[_0x43ccf9(0x4da)])??(_0x40a574?Yc(_0x44f95f[_0x43ccf9(0x5d6)],_0x44f95f[_0x43ccf9(0x4da)],_0x40a574):void 0x0);return Qc(_0x44f95f,_0x10e8ea[_0x43ccf9(0x5d6)],_0x10e8ea[_0x43ccf9(0x4da)],_0x10e8ea[_0x43ccf9(0x7ba)],_0x436d61)??_0x44f95f[_0x43ccf9(0x45d)](_0x43ccf9(0x87c));}catch{return;}}['_getSlideModel'](_0x9897a1){const _0x94a067=_0x566a84;return this['_instanceService'][_0x94a067(0x6b6)](_0x9897a1,n[_0x94a067(0x52f)][_0x94a067(0x658)])??void 0x0;}[_0x566a84(0x713)](_0x3cb71a){const _0x16b3f6=_0x566a84;let _0xd0801=this['_renderManagerService'][_0x16b3f6(0x5d5)](_0x3cb71a);if(_0xd0801)return _0xd0801;try{return this[_0x16b3f6(0x6b0)][_0x16b3f6(0x5b3)](_0x3cb71a);}catch{return;}}};qc=X([Y(0x0,n[_0x566a84(0x64e)]),Y(0x1,f[_0x566a84(0x74f)])],qc);function Jc(_0x5036ea,_0x179537,_0x23bd69){const _0x59f4a1=_0x566a84;if(typeof document>'u')return;let _0x24d73a=_0x5036ea[_0x59f4a1(0x262)],_0x29cc8e=_0x5036ea[_0x59f4a1(0x5c2)];if(!(_0x24d73a!=null&&_0x24d73a[_0x59f4a1(0x78d)])||!_0x24d73a[_0x59f4a1(0x31b)])return;let _0x2039e3=document[_0x59f4a1(0x77f)](_0x59f4a1(0x694));_0x2039e3[_0x59f4a1(0x29c)][_0x59f4a1(0x28a)]=_0x59f4a1(0x432),_0x2039e3[_0x59f4a1(0x29c)][_0x59f4a1(0x1f8)]=_0x59f4a1(0x38a),_0x2039e3[_0x59f4a1(0x29c)][_0x59f4a1(0x437)]='-100000px',_0x2039e3[_0x59f4a1(0x29c)][_0x59f4a1(0x5d6)]=Math[_0x59f4a1(0x4fb)](0x1,Math[_0x59f4a1(0x529)](_0x179537))+'px',_0x2039e3['style'][_0x59f4a1(0x4da)]=Math[_0x59f4a1(0x4fb)](0x1,Math[_0x59f4a1(0x529)](_0x23bd69))+'px',_0x2039e3[_0x59f4a1(0x29c)][_0x59f4a1(0x7b7)]='none',_0x2039e3['dataset'][_0x59f4a1(0x282)]=_0x59f4a1(0x856),document[_0x59f4a1(0x2d0)]['appendChild'](_0x2039e3);try{var _0xb15fbb,_0x3d688b,_0x56e36b;return _0x24d73a[_0x59f4a1(0x78d)](_0x2039e3),_0x24d73a[_0x59f4a1(0x31b)](),_0x29cc8e==null||(_0xb15fbb=_0x29cc8e[_0x59f4a1(0x400)])==null||_0xb15fbb[_0x59f4a1(0x743)](_0x29cc8e,!0x0),_0x29cc8e==null||(_0x3d688b=_0x29cc8e[_0x59f4a1(0x727)])==null||_0x3d688b[_0x59f4a1(0x743)](_0x29cc8e),(_0x56e36b=_0x24d73a['getCanvasElement'])==null?void 0x0:_0x56e36b['call'](_0x24d73a);}finally{_0x2039e3['remove']();}}function Yc(_0x29f1c7,_0x514aa5,_0x517816){const _0x190f62=_0x566a84;let _0x22ddaa=Math[_0x190f62(0x4fb)](0x1,Math[_0x190f62(0x529)](_0x29f1c7)),_0x363d6e=Math[_0x190f62(0x4fb)](0x1,Math[_0x190f62(0x529)](_0x514aa5));if(!Number['isFinite'](_0x517816)||_0x517816<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x22ddaa,'sHeight':_0x363d6e};if(_0x22ddaa/_0x363d6e>_0x517816){let _0x430a39=Math[_0x190f62(0x529)](_0x363d6e*_0x517816);return{'sx':Math[_0x190f62(0x4fb)](0x0,Math[_0x190f62(0x529)]((_0x22ddaa-_0x430a39)/0x2)),'sy':0x0,'sWidth':_0x430a39,'sHeight':_0x363d6e};}let _0x549825=Math[_0x190f62(0x529)](_0x22ddaa/_0x517816);return{'sx':0x0,'sy':Math['max'](0x0,Math[_0x190f62(0x529)]((_0x363d6e-_0x549825)/0x2)),'sWidth':_0x22ddaa,'sHeight':_0x549825};}function Xc(_0x317ef4,_0x3bb1c2,_0x38f4e4,_0x10bb84,_0x19089e){const _0xf93fcb=_0x566a84;if(typeof _0x38f4e4[_0xf93fcb(0x1f8)]!=_0xf93fcb(0x78e)||typeof _0x38f4e4['top']!='number'||typeof _0x38f4e4[_0xf93fcb(0x5d6)]!=_0xf93fcb(0x78e)||typeof _0x38f4e4['height']!=_0xf93fcb(0x78e)||_0x38f4e4[_0xf93fcb(0x5d6)]<=0x0||_0x38f4e4[_0xf93fcb(0x4da)]<=0x0)return;let _0x2ddf8e=Math[_0xf93fcb(0x4fb)](0x0,Math['round'](_0x38f4e4[_0xf93fcb(0x1f8)]*_0x10bb84)),_0x4e9f6d=Math[_0xf93fcb(0x4fb)](0x0,Math['round'](_0x38f4e4[_0xf93fcb(0x437)]*_0x19089e));return{'sx':_0x2ddf8e,'sy':_0x4e9f6d,'sWidth':Math['min'](Math[_0xf93fcb(0x4fb)](0x1,Math[_0xf93fcb(0x529)](_0x38f4e4[_0xf93fcb(0x5d6)]*_0x10bb84)),Math[_0xf93fcb(0x4fb)](0x1,Math[_0xf93fcb(0x529)](_0x317ef4-_0x2ddf8e))),'sHeight':Math[_0xf93fcb(0x2b1)](Math[_0xf93fcb(0x4fb)](0x1,Math[_0xf93fcb(0x529)](_0x38f4e4[_0xf93fcb(0x4da)]*_0x19089e)),Math['max'](0x1,Math[_0xf93fcb(0x529)](_0x3bb1c2-_0x4e9f6d)))};}function Zc(_0x578645,_0x274925,_0x4aecd4){const _0x303c46=_0x566a84;var _0x3193ed,_0x4ad5ad;let _0x7f4b4e=_0x578645==null?void 0x0:_0x578645['scene'],_0x140a21=_0x7f4b4e==null||(_0x3193ed=_0x7f4b4e['getObject'])==null?void 0x0:_0x3193ed[_0x303c46(0x743)](_0x7f4b4e,y[_0x303c46(0x333)]),_0x235b8b=_0x7f4b4e==null||(_0x4ad5ad=_0x7f4b4e[_0x303c46(0x22e)])==null?void 0x0:_0x4ad5ad['call'](_0x7f4b4e),_0x2ca095=(_0x235b8b==null?void 0x0:_0x235b8b[_0x303c46(0x1d6)])??(_0x7f4b4e==null?void 0x0:_0x7f4b4e[_0x303c46(0x1d6)])??0x1,_0x4af591=(_0x235b8b==null?void 0x0:_0x235b8b[_0x303c46(0x765)])??(_0x7f4b4e==null?void 0x0:_0x7f4b4e[_0x303c46(0x765)])??_0x2ca095;return _0x140a21?Xc(_0x274925,_0x4aecd4,_0x140a21,_0x2ca095,_0x4af591):void 0x0;}function Qc(_0x56a92d,_0x45c32c,_0x4705ad,_0x42a5e1,_0x5b32e7){const _0x284535=_0x566a84;if(typeof document>'u'||!_0x5b32e7)return;let _0x228aeb=document[_0x284535(0x77f)](_0x284535(0x6af));_0x228aeb[_0x284535(0x5d6)]=Math[_0x284535(0x4fb)](0x1,Math[_0x284535(0x529)](_0x45c32c*Math['max'](0x1,_0x42a5e1||0x1))),_0x228aeb['height']=Math['max'](0x1,Math[_0x284535(0x529)](_0x4705ad*Math[_0x284535(0x4fb)](0x1,_0x42a5e1||0x1)));let _0x4c831e=null;try{_0x4c831e=_0x228aeb[_0x284535(0x22f)]('2d');}catch{return;}if(_0x4c831e)return _0x4c831e[_0x284535(0x7dc)](_0x56a92d,_0x5b32e7['sx'],_0x5b32e7['sy'],_0x5b32e7[_0x284535(0x1d4)],_0x5b32e7[_0x284535(0x52b)],0x0,0x0,_0x228aeb[_0x284535(0x5d6)],_0x228aeb['height']),_0x228aeb[_0x284535(0x45d)](_0x284535(0x87c));}function $c(_0x32ad38,_0x226995){const _0x523d62=_0x566a84;let _0x1a3884=!0x1,_0x532253,_0x392ff1,_0x4bbc74,_0x52b9bc=_0x5783c0=>{const _0xa8f0d6=_0x75bf;if(_0x1a3884||_0x392ff1||!_0x5783c0[_0xa8f0d6(0x883)])return;let _0x4116b1=ol(_0x5783c0[_0xa8f0d6(0x883)]);_0x4116b1&&(_0x532253=sl(_0x226995[_0xa8f0d6(0x22c)],_0x532253,_0x4116b1));},_0x4af47f=_0x32ad38['previewService'][_0x523d62(0x5ff)][_0x523d62(0x43a)](_0x25f54d=>{const _0x3c226e=_0x523d62;_0x25f54d['embedId']===_0x226995[_0x3c226e(0x61a)]&&(!_0x226995[_0x3c226e(0x542)]||_0x25f54d[_0x3c226e(0x542)]===_0x226995[_0x3c226e(0x542)])&&_0x52b9bc(_0x25f54d);});return el(_0x32ad38,_0x226995)[_0x523d62(0x773)](_0x569994=>{const _0x40bf61=_0x523d62;if(_0x1a3884||!_0x569994)return;let _0x26fe3d=nl();try{let _0x6a86e1=_0x32ad38[_0x40bf61(0x52e)][_0x40bf61(0x797)]({..._0x569994,'mode':_0x40bf61(0x7a8)},_0x26fe3d[_0x40bf61(0x779)]);if(!_0x6a86e1['session']['context'])throw _0x6a86e1[_0x40bf61(0x3b5)](),Error(_0x40bf61(0x879));if(_0x1a3884){_0x6a86e1['dispose']();return;}rl(_0x26fe3d[_0x40bf61(0x779)]),_0x392ff1=_0x6a86e1,_0x4bbc74=_0x26fe3d,_0x532253=void 0x0,_0x226995['hostElement'][_0x40bf61(0x27d)](_0x26fe3d[_0x40bf61(0x801)]),_0x26fe3d[_0x40bf61(0x2ab)](il(_0x32ad38,_0x6a86e1,_0x26fe3d[_0x40bf61(0x784)]));return;}catch{}tl(_0x32ad38,_0x226995,_0x569994,_0x52b9bc,()=>_0x1a3884)['then'](_0x4c9779=>{const _0x3f72a3=_0x40bf61;!_0x1a3884&&_0x4c9779&&(_0x532253=sl(_0x226995[_0x3f72a3(0x22c)],_0x532253,_0x4c9779));});},()=>{}),(0x0,n[_0x523d62(0x87f)])(()=>{const _0x16f062=_0x523d62;_0x1a3884=!0x0,_0x4af47f[_0x16f062(0x635)](),_0x392ff1==null||_0x392ff1['dispose'](),_0x392ff1=void 0x0,_0x4bbc74==null||_0x4bbc74['dispose'](),_0x4bbc74=void 0x0,_0x532253==null||_0x532253['remove'](),_0x532253=void 0x0;});}async function el(_0x9e8536,_0x21db1c){const _0x5489f0=_0x566a84;let _0x407851=_0x9e8536[_0x5489f0(0x77c)][_0x5489f0(0x42f)](_0x21db1c[_0x5489f0(0x1ee)],_0x21db1c[_0x5489f0(0x61a)])??al(_0x21db1c);if(_0x407851){try{_0x407851=await _0x9e8536['restoreService'][_0x5489f0(0x643)]({'descriptor':_0x407851});}catch{}return _0x407851['childUnitId']&&_0x407851['childType']!=null?_0x407851:void 0x0;}}async function tl(_0x10da66,_0x40e90e,_0x5efef0,_0x3478cf,_0x403ea2){const _0x365367=_0x566a84;var _0x9959dc,_0x2538cf;let _0x1e69ab=await((_0x9959dc=_0x10da66[_0x365367(0x496)])==null?void 0x0:_0x9959dc[_0x365367(0x568)](_0x40e90e[_0x365367(0x7c9)]));if(_0x403ea2())return;if(_0x1e69ab)return ol(_0x1e69ab);let _0x19bf0f=_0x5efef0[_0x365367(0x542)],_0x2bf896=_0x5efef0[_0x365367(0x4af)];if(!_0x19bf0f||_0x2bf896==null)return;let _0x44bb54=(_0x2538cf=_0x10da66[_0x365367(0x496)])==null?void 0x0:_0x2538cf[_0x365367(0x40f)](_0x40e90e['hostAnchorId']);_0x3478cf(_0x10da66['previewService'][_0x365367(0x2dd)]({'descriptor':{..._0x5efef0,'mode':'readonly'},'childUnitId':_0x19bf0f,'childType':_0x2bf896,'width':Math['max'](0x1,_0x40e90e[_0x365367(0x5d6)]),'height':Math[_0x365367(0x4fb)](0x1,_0x40e90e['height']),'dpr':Math[_0x365367(0x4fb)](0x1,Math[_0x365367(0x2b1)](0x2,_0x40e90e[_0x365367(0x7ba)])),'reason':_0x365367(0x6d7),'context':_0x44bb54}));}function nl(){const _0x23ca38=_0x566a84;let _0x363680=document['createElement']('div');_0x363680[_0x23ca38(0x264)]['embedSlidesPresentationSurface']=_0x23ca38(0x856),_0x363680[_0x23ca38(0x29c)][_0x23ca38(0x28a)]=_0x23ca38(0x546),_0x363680[_0x23ca38(0x29c)]['inset']='0',_0x363680[_0x23ca38(0x29c)][_0x23ca38(0x501)]='isolate',_0x363680['style'][_0x23ca38(0x609)]='hidden';let _0x417f94=document[_0x23ca38(0x77f)](_0x23ca38(0x694));_0x417f94['dataset']['embedSlidesPresentationRuntime']='true',_0x417f94[_0x23ca38(0x29c)]['position']=_0x23ca38(0x546),_0x417f94[_0x23ca38(0x29c)][_0x23ca38(0x446)]='0',_0x417f94[_0x23ca38(0x29c)]['zIndex']='0',_0x417f94[_0x23ca38(0x29c)]['overflow']=_0x23ca38(0x3cc),_0x417f94[_0x23ca38(0x29c)]['pointerEvents']=_0x23ca38(0x2db);let _0x287f74=document['createElement'](_0x23ca38(0x694));_0x287f74[_0x23ca38(0x264)][_0x23ca38(0x419)]='true',_0x287f74[_0x23ca38(0x29c)][_0x23ca38(0x28a)]=_0x23ca38(0x546),_0x287f74[_0x23ca38(0x29c)][_0x23ca38(0x446)]='0',_0x287f74[_0x23ca38(0x29c)]['zIndex']='1',_0x287f74[_0x23ca38(0x29c)]['pointerEvents']=_0x23ca38(0x322),_0x287f74[_0x23ca38(0x29c)][_0x23ca38(0x5f8)]=_0x23ca38(0x2db),_0x363680[_0x23ca38(0x23d)](_0x417f94,_0x287f74);let _0x1faffc=[];return{'surface':_0x363680,'runtimeHost':_0x417f94,'interactionGate':_0x287f74,'addDisposer':_0x16db39=>_0x1faffc[_0x23ca38(0x5bf)](_0x16db39),'dispose':()=>{const _0x8db1d=_0x23ca38;_0x1faffc[_0x8db1d(0x227)](0x0)[_0x8db1d(0x6a7)]()[_0x8db1d(0x2a5)](_0x4b1b28=>_0x4b1b28()),_0x363680['remove']();}};}function rl(_0x5adeb1){const _0x4f5129=_0x566a84;_0x5adeb1['style'][_0x4f5129(0x7b7)]=_0x4f5129(0x2db);}function il(_0xf9cb97,_0x254b09,_0x17e1aa){const _0x478c43=_0x566a84;let _0x3592d=_0x5372dc=>{const _0x16dd0f=_0x75bf;_0x5372dc[_0x16dd0f(0x6ad)](),_0x5372dc[_0x16dd0f(0x3b6)]();},_0x146db2=_0x2dce47=>{const _0xecf595=_0x75bf;var _0x2e333e;if(_0x2dce47['ctrlKey']||_0x2dce47[_0xecf595(0x6db)])return;let _0x236cac=_0x254b09[_0xecf595(0x7e5)]['context'];if(!_0x236cac)return;let _0x4cafaf={..._0x236cac,'event':_0x2dce47,'stage':_0xecf595(0x584),'source':_0xecf595(0x83b)},_0x3c47fb=_0xf9cb97[_0xecf595(0x2b5)][_0xecf595(0x87d)](_0x4cafaf),_0x1df9ab=!_0x3c47fb&&((_0x2e333e=_0xf9cb97[_0xecf595(0x82a)][_0xecf595(0x230)](_0x236cac[_0xecf595(0x4af)],_0x236cac['layout']))==null?void 0x0:_0x2e333e['handleWheel'](_0x4cafaf))===!0x0;(_0x3c47fb||_0x1df9ab)&&(_0x2dce47['preventDefault'](),_0x2dce47[_0xecf595(0x3b6)](),_0x2dce47['stopImmediatePropagation']());},_0x58fcca=[_0x478c43(0x767),'pointerup','click',_0x478c43(0x570),_0x478c43(0x6f6)];return _0x58fcca['forEach'](_0x271500=>_0x17e1aa[_0x478c43(0x51c)](_0x271500,_0x3592d)),_0x17e1aa[_0x478c43(0x51c)]('wheel',_0x146db2,{'passive':!0x1}),()=>{const _0x1dc6b7=_0x478c43;_0x58fcca[_0x1dc6b7(0x2a5)](_0x2d2c76=>_0x17e1aa[_0x1dc6b7(0x604)](_0x2d2c76,_0x3592d)),_0x17e1aa[_0x1dc6b7(0x604)](_0x1dc6b7(0x83b),_0x146db2);};}function al(_0x320873){const _0x543d51=_0x566a84;if(!(!_0x320873[_0x543d51(0x542)]||_0x320873[_0x543d51(0x4af)]==null))return{'embedId':_0x320873['embedId'],'hostUnitId':_0x320873[_0x543d51(0x1ee)],'hostType':n[_0x543d51(0x52f)]['UNIVER_SLIDE'],'entry':_0x320873[_0x543d51(0x754)],'hostAnchorId':_0x320873[_0x543d51(0x7c9)],'childUnitId':_0x320873['childUnitId'],'childType':_0x320873[_0x543d51(0x4af)],'mode':'readonly','source':{'unitType':_0x320873[_0x543d51(0x4af)],'ref':{'file':{'kind':_0x543d51(0x266)},'unit':{'selector':_0x320873[_0x543d51(0x542)],'type':(0x0,e['toResourceRefUnitType'])(_0x320873[_0x543d51(0x4af)])}}},'sourceMeta':{'floating':_0x320873[_0x543d51(0x754)]===_0x543d51(0x50f)&&{'enabled':!0x0,'layout':_0x543d51(0x76d),'fullscreen':!0x1},'tab':_0x320873[_0x543d51(0x754)]===_0x543d51(0x62c)&&{'enabled':!0x0,'container':_0x543d51(0x854),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function ol(_0x1b25e6){const _0x21c207=_0x566a84;if(typeof _0x1b25e6=='string')return _0x1b25e6;if(typeof HTMLCanvasElement<'u'&&_0x1b25e6 instanceof HTMLCanvasElement)try{return _0x1b25e6[_0x21c207(0x45d)](_0x21c207(0x87c));}catch{return;}if(typeof ImageBitmap<'u'&&_0x1b25e6 instanceof ImageBitmap&&typeof document<'u'){let _0xfd3fec=document['createElement'](_0x21c207(0x6af));_0xfd3fec[_0x21c207(0x5d6)]=_0x1b25e6[_0x21c207(0x5d6)],_0xfd3fec[_0x21c207(0x4da)]=_0x1b25e6['height'];let _0x1aa173=_0xfd3fec['getContext']('2d');return _0x1aa173?(_0x1aa173[_0x21c207(0x7dc)](_0x1b25e6,0x0,0x0),_0xfd3fec[_0x21c207(0x45d)](_0x21c207(0x87c))):void 0x0;}}function sl(_0xc893c2,_0x4135b4,_0x364626){const _0x118ac5=_0x566a84;let _0x26d25a=_0x4135b4??document['createElement'](_0x118ac5(0x269));return _0x26d25a[_0x118ac5(0x72f)]='',_0x26d25a[_0x118ac5(0x264)][_0x118ac5(0x3b0)]=_0x118ac5(0x856),_0x26d25a[_0x118ac5(0x29c)][_0x118ac5(0x426)]=_0x118ac5(0x4bc),_0x26d25a[_0x118ac5(0x29c)][_0x118ac5(0x5d6)]=_0x118ac5(0x58e),_0x26d25a[_0x118ac5(0x29c)][_0x118ac5(0x4da)]=_0x118ac5(0x58e),_0x26d25a[_0x118ac5(0x29c)]['objectFit']=_0x118ac5(0x80a),_0x26d25a[_0x118ac5(0x29c)][_0x118ac5(0x7b7)]='none',_0x26d25a[_0x118ac5(0x5a0)]=_0x364626,_0x26d25a[_0x118ac5(0x7d7)]!==_0xc893c2&&_0xc893c2[_0x118ac5(0x27d)](_0x26d25a),_0x26d25a;}let cl=class{constructor(_0x29f0c1,_0x2dcc2a){const _0xf0f5ef=_0x566a84;this[_0xf0f5ef(0x72d)]=_0x29f0c1,this['_renderManagerService']=_0x2dcc2a,H(this,_0xf0f5ef(0x4af),n[_0xf0f5ef(0x52f)][_0xf0f5ef(0x658)]),H(this,_0xf0f5ef(0x37f),['aspect-fit']);}[_0x566a84(0x78d)](_0x2a2c1b){const _0x45e0e6=_0x566a84;var _0x3016e9;let _0xf1c000=this[_0x45e0e6(0x3a8)](_0x2a2c1b['childUnitId']);if(!_0xf1c000)return;(_0x3016e9=_0x2a2c1b[_0x45e0e6(0x6ec)])!=null&&_0x3016e9[_0x45e0e6(0x5df)]&&_0xf1c000[_0x45e0e6(0x5e0)]['getSlide'](_0x2a2c1b[_0x45e0e6(0x6ec)][_0x45e0e6(0x5df)])&&_0xf1c000['pageManager']['setActiveSlide'](_0x2a2c1b[_0x45e0e6(0x6ec)]['pageId']);let _0x502d0b=ue(ll(_0x2a2c1b));if(!_0x502d0b)return;let _0x26d6fc=_0x2a2c1b[_0x45e0e6(0x4e7)][_0x45e0e6(0x6af)]?Pi(this[_0x45e0e6(0x6b0)],_0x2a2c1b['childUnitId'],_0x502d0b):void 0x0;if(!_0x26d6fc){_0x502d0b[_0x45e0e6(0x3b5)]();return;}_0x2a2c1b[_0x45e0e6(0x4e7)][_0x45e0e6(0x6af)]&&(_0x2a2c1b[_0x45e0e6(0x4e7)][_0x45e0e6(0x6af)][_0x45e0e6(0x264)][_0x45e0e6(0x4cd)]=_0x2a2c1b[_0x45e0e6(0x542)],_0x2a2c1b['roots']['canvas']['dataset'][_0x45e0e6(0x2e7)]='slide-readonly-preview-shell');let _0x1c72b7=yt(_0x2a2c1b[_0x45e0e6(0x4e7)][_0x45e0e6(0x4a0)]);return _0x2a2c1b['roots']['content'][_0x45e0e6(0x264)][_0x45e0e6(0x4cd)]=_0x2a2c1b[_0x45e0e6(0x542)],_0x2a2c1b[_0x45e0e6(0x4e7)][_0x45e0e6(0x4a0)][_0x45e0e6(0x264)][_0x45e0e6(0x2e7)]=_0x45e0e6(0x3dc),_0x1c72b7[_0x45e0e6(0x727)]((0x0,u[_0x45e0e6(0x353)])(Z,{'injector':_0x502d0b,'mountContainer':_0x2a2c1b[_0x45e0e6(0x4e7)][_0x45e0e6(0x4f8)],'embedId':_0x2a2c1b[_0x45e0e6(0x61a)],'children':(0x0,u[_0x45e0e6(0x353)])(y[_0x45e0e6(0x3bc)],{'unitId':_0x2a2c1b[_0x45e0e6(0x542)],'render':_0x26d6fc})})),(0x0,n[_0x45e0e6(0x87f)])(()=>{const _0x14ac5c=_0x45e0e6;var _0x53be94,_0x24d310,_0x28d5d1,_0x3c4c89;try{var _0x16c7a0,_0x187f03;_0x26d6fc==null||(_0x187f03=(_0x16c7a0=_0x26d6fc[_0x14ac5c(0x262)])['unmount'])==null||_0x187f03['call'](_0x16c7a0);}catch{}(_0x53be94=(_0x24d310=this[_0x14ac5c(0x6b0)])[_0x14ac5c(0x257)])==null||_0x53be94[_0x14ac5c(0x743)](_0x24d310,_0x2a2c1b[_0x14ac5c(0x542)]),bt(_0x1c72b7),_0x2a2c1b[_0x14ac5c(0x4e7)]['content'][_0x14ac5c(0x7b0)](_0x14ac5c(0x36a)),_0x2a2c1b[_0x14ac5c(0x4e7)][_0x14ac5c(0x4a0)][_0x14ac5c(0x7b0)](_0x14ac5c(0x458)),(_0x28d5d1=_0x2a2c1b['roots'][_0x14ac5c(0x6af)])==null||_0x28d5d1[_0x14ac5c(0x7b0)](_0x14ac5c(0x36a)),(_0x3c4c89=_0x2a2c1b[_0x14ac5c(0x4e7)][_0x14ac5c(0x6af)])==null||_0x3c4c89[_0x14ac5c(0x7b0)]('data-embed-child-render-mode'),_0x502d0b[_0x14ac5c(0x3b5)]();});}[_0x566a84(0x87d)](_0xcb2f90){const _0x2b2376=_0x566a84;var _0x2d0f38,_0x7c7450;let _0x4e55a4=this[_0x2b2376(0x3a8)](_0xcb2f90[_0x2b2376(0x542)]);if(!_0x4e55a4)return!0x1;let _0x12f286=Math[_0x2b2376(0x886)](_0xcb2f90['event'][_0x2b2376(0x725)])>=Math[_0x2b2376(0x886)](_0xcb2f90[_0x2b2376(0x376)][_0x2b2376(0x35b)])?_0xcb2f90[_0x2b2376(0x376)][_0x2b2376(0x725)]:_0xcb2f90[_0x2b2376(0x376)][_0x2b2376(0x35b)];if(_0x12f286===0x0)return!0x1;let _0x5aac6a=ul(_0x4e55a4);if(_0x5aac6a[_0x2b2376(0x3d7)]<0x2)return!0x0;let _0x41c59d=((_0x2d0f38=_0x4e55a4[_0x2b2376(0x5e0)][_0x2b2376(0x487)]())==null?void 0x0:_0x2d0f38[_0x2b2376(0x47c)]())??_0x5aac6a[0x0],_0x17265c=Math[_0x2b2376(0x4fb)](0x0,_0x5aac6a[_0x2b2376(0x4d2)](_0x41c59d)),_0x4fab24=_0x5aac6a[Math['max'](0x0,Math[_0x2b2376(0x2b1)](_0x5aac6a[_0x2b2376(0x3d7)]-0x1,_0x17265c+(_0x12f286>0x0?0x1:-0x1)))];return!_0x4fab24||_0x4fab24===_0x41c59d?!0x0:(_0x4e55a4[_0x2b2376(0x5e0)][_0x2b2376(0x4d4)](_0x4fab24),_0xcb2f90['updateViewState']({'unitId':_0xcb2f90[_0x2b2376(0x542)],'pageId':_0x4fab24,'scaleMode':'fit','zoomRatio':(_0x7c7450=_0x4e55a4['getZoomRatio'])==null?void 0x0:_0x7c7450['call'](_0x4e55a4)}),!0x0);}[_0x566a84(0x3a8)](_0x45e4af){const _0x46e8fb=_0x566a84;return this[_0x46e8fb(0x72d)][_0x46e8fb(0x6b6)](_0x45e4af,n['UniverInstanceType'][_0x46e8fb(0x658)])??void 0x0;}};cl=X([Y(0x0,n[_0x566a84(0x64e)]),Y(0x1,f[_0x566a84(0x74f)])],cl);function ll(_0x5412cc){const _0x3455a7=_0x566a84;let _0x35f7b2=()=>{};return{'descriptor':_0x5412cc[_0x3455a7(0x75a)],'layout':_0x5412cc[_0x3455a7(0x605)],'injector':_0x5412cc[_0x3455a7(0x656)],'hostElement':_0x5412cc['roots']['root'],'container':_0x5412cc[_0x3455a7(0x4e7)][_0x3455a7(0x4f8)],'hostUnitId':_0x5412cc['hostUnitId'],'embedId':_0x5412cc[_0x3455a7(0x61a)],'childUnitId':_0x5412cc[_0x3455a7(0x542)],'childType':_0x5412cc[_0x3455a7(0x4af)],'renderScope':{'hostUnitId':_0x5412cc[_0x3455a7(0x1ee)],'hostAnchorId':_0x5412cc[_0x3455a7(0x75a)][_0x3455a7(0x7c9)],'embedId':_0x5412cc[_0x3455a7(0x61a)],'childUnitId':_0x5412cc['childUnitId'],'childType':_0x5412cc[_0x3455a7(0x4af)],'layout':_0x5412cc[_0x3455a7(0x605)],'mode':_0x3455a7(0x465),'rootElement':_0x5412cc[_0x3455a7(0x4e7)][_0x3455a7(0x4f8)],'contentRoot':_0x5412cc['roots'][_0x3455a7(0x4a0)],'canvasRoot':_0x5412cc[_0x3455a7(0x4e7)][_0x3455a7(0x6af)],'active$':(0x0,l['of'])(!0x1)},'runtimeScope':{'descriptor':_0x5412cc[_0x3455a7(0x75a)],'host':{'unitId':_0x5412cc[_0x3455a7(0x1ee)],'type':_0x5412cc['descriptor'][_0x3455a7(0x741)],'anchorId':_0x5412cc[_0x3455a7(0x75a)]['hostAnchorId'],'entry':_0x5412cc[_0x3455a7(0x75a)]['entry'],'layout':_0x3455a7(0x465)},'child':{'unitId':_0x5412cc[_0x3455a7(0x542)],'type':_0x5412cc['childType']},'injector':_0x5412cc['injector'],'roots':{'root':_0x5412cc[_0x3455a7(0x4e7)][_0x3455a7(0x4f8)],'content':_0x5412cc[_0x3455a7(0x4e7)][_0x3455a7(0x4a0)],'canvas':_0x5412cc['roots'][_0x3455a7(0x6af)],'overlay':_0x5412cc[_0x3455a7(0x4e7)][_0x3455a7(0x4f8)],'popup':_0x5412cc[_0x3455a7(0x4e7)][_0x3455a7(0x4f8)]},'activate':_0x35f7b2,'deactivate':_0x35f7b2,'dispose':_0x35f7b2}};}function ul(_0x2bcf52){const _0x11c7a2=_0x566a84;var _0x4a76d5,_0x1c38f3,_0x5a2039;let _0x38acdf=(_0x4a76d5=_0x2bcf52[_0x11c7a2(0x6f0)])==null?void 0x0:_0x4a76d5[_0x11c7a2(0x743)](_0x2bcf52)[_0x11c7a2(0x782)];return Array[_0x11c7a2(0x20b)](_0x38acdf)&&_0x38acdf[_0x11c7a2(0x3d7)]>0x0?_0x38acdf:((_0x1c38f3=(_0x5a2039=_0x2bcf52[_0x11c7a2(0x5e0)])[_0x11c7a2(0x232)])==null?void 0x0:_0x1c38f3['call'](_0x5a2039)['map'](_0x461a7e=>_0x461a7e['getId']())[_0x11c7a2(0x86f)](Boolean))??[];}function dl(_0x18168e){const _0x2e098f=_0x566a84;Wi(_0x18168e,_0x2e098f(0x6e0),fl);}function fl(_0x5331aa){const _0x2a1699=_0x566a84;let _0x197da7=_0x5331aa[_0x2a1699(0x230)](e[_0x2a1699(0x238)]),_0x510187=_0x5331aa[_0x2a1699(0x230)](tt),_0x137de6=_0x5331aa[_0x2a1699(0x230)]($e),_0x38ce98=_0x5331aa[_0x2a1699(0x230)](U),_0xa38791=_0x5331aa[_0x2a1699(0x230)](et),_0x1e1de3=_0x5331aa[_0x2a1699(0x230)](Xn),_0x2ca320=_0x5331aa['get'](ar),_0xe793e1=_0x5331aa[_0x2a1699(0x230)](Vi),_0x57a9c8=_0x5331aa['has'](e[_0x2a1699(0x3b4)])?_0x5331aa[_0x2a1699(0x230)](e[_0x2a1699(0x3b4)]):void 0x0,_0x4af848=_0x5331aa['has'](n[_0x2a1699(0x64e)])?_0x5331aa[_0x2a1699(0x230)](n[_0x2a1699(0x64e)]):void 0x0;_0x5331aa['has'](y[_0x2a1699(0x2cc)])||_0x5331aa[_0x2a1699(0x228)]([y['ISlideEmbedRuntimeService'],{'useFactory':()=>pl({'embedModelService':_0x5331aa[_0x2a1699(0x230)](e[_0x2a1699(0x51f)]),'mountService':_0x5331aa[_0x2a1699(0x230)](st),'activationService':_0x5331aa[_0x2a1699(0x230)](ut),'restoreService':_0x5331aa[_0x2a1699(0x230)](Qn),'previewService':_0x5331aa[_0x2a1699(0x230)](Xn),'runtimeHostLeaseService':_0x5331aa[_0x2a1699(0x230)](kc),'passiveViewportRegistry':_0x5331aa[_0x2a1699(0x230)](ar),'passiveWheelHandlerRegistry':_0x5331aa[_0x2a1699(0x230)](or),'sceneCanvasCaptureService':_0x5331aa[_0x2a1699(0x44c)](rt)?_0x5331aa[_0x2a1699(0x230)](rt):void 0x0})}]),_0x5331aa[_0x2a1699(0x44c)](y[_0x2a1699(0x1e2)])||_0x5331aa[_0x2a1699(0x228)]([y[_0x2a1699(0x1e2)],{'useFactory':()=>_0x5331aa['get'](ie)}]),_0x5331aa[_0x2a1699(0x44c)](y['ISlideEmbedMountService'])||_0x5331aa[_0x2a1699(0x228)]([y[_0x2a1699(0x7d6)],{'useFactory':()=>_0x5331aa['get'](st)}]),_0x5331aa[_0x2a1699(0x44c)](y[_0x2a1699(0x382)])||_0x5331aa['add']([y[_0x2a1699(0x382)],{'useFactory':()=>_0x5331aa['get'](ut)}]),_0x5331aa[_0x2a1699(0x44c)](y[_0x2a1699(0x677)])||_0x5331aa['add']([y[_0x2a1699(0x677)],{'useFactory':()=>_0x5331aa['get'](e[_0x2a1699(0x850)])}]),_0x5331aa['has'](y[_0x2a1699(0x590)])||_0x5331aa[_0x2a1699(0x228)]([y[_0x2a1699(0x590)],{'useFactory':()=>_0x5331aa['get'](G)}]),_0x5331aa['has'](y[_0x2a1699(0x20f)])||_0x5331aa[_0x2a1699(0x228)]([y['ISlideEmbedFloatDomRenderer'],{'useFactory':()=>({'render':_0x657e50=>{const _0x87369b=_0x2a1699;let {data:_0x578988}=_0x657e50;return(0x0,c[_0x87369b(0x77f)])(ri,{..._0x657e50,'data':_0x578988});}})}]),[(0x0,e[_0x2a1699(0x2c1)])(_0x57a9c8,_0x4af848,()=>_0x5331aa['has'](L[_0x2a1699(0x51a)])?_0x5331aa[_0x2a1699(0x230)](L['ISlideDrawingService']):void 0x0),Ic(_0x57a9c8,_0x4af848,_0x5331aa[_0x2a1699(0x230)](y['ISlideEmbedRuntimeService']))]['forEach'](_0x20670a=>{const _0x5bdf93=_0x2a1699;_0x197da7[_0x5bdf93(0x230)](_0x20670a[_0x5bdf93(0x741)],_0x20670a[_0x5bdf93(0x754)])||_0x197da7[_0x5bdf93(0x371)](_0x20670a);}),[Lc(),Rc()][_0x2a1699(0x2a5)](_0x298651=>{const _0x2db5a4=_0x2a1699;_0x510187[_0x2db5a4(0x230)](_0x298651[_0x2db5a4(0x741)],_0x298651[_0x2db5a4(0x754)])||_0x510187['register'](_0x298651);});let _0x1b1ff8=Hc(_0x5331aa[_0x2a1699(0x230)](n['ICommandService']));_0x137de6[_0x2a1699(0x230)](_0x1b1ff8[_0x2a1699(0x4af)])||_0x137de6[_0x2a1699(0x371)](_0x1b1ff8);let _0x110629=Ac();_0x38ce98[_0x2a1699(0x230)](_0x110629[_0x2a1699(0x4af)])||_0x38ce98['register'](_0x110629),Pc()[_0x2a1699(0x2a5)](_0x34704e=>{const _0x2d2c59=_0x2a1699;_0xa38791['hasExact'](_0x34704e[_0x2d2c59(0x741)],_0x34704e[_0x2d2c59(0x754)],_0x34704e[_0x2d2c59(0x4af)])||_0xa38791[_0x2d2c59(0x371)](_0x34704e);}),_0x1e1de3[_0x2a1699(0x800)](_0x5331aa[_0x2a1699(0x22b)](qc)),_0x2ca320[_0x2a1699(0x230)](n[_0x2a1699(0x52f)]['UNIVER_SLIDE'])||_0x2ca320[_0x2a1699(0x371)](Vc()),_0xe793e1['get'](n[_0x2a1699(0x52f)][_0x2a1699(0x658)])||_0xe793e1['register'](_0x5331aa[_0x2a1699(0x22b)](cl));}function pl(_0x34425d){const _0x5b0698=_0x566a84;return{'mountPageList':_0x3a58d5=>{const _0x2fb7fa=_0x75bf;var _0x4a7a8f,_0xff33cc;let _0x2463d3={'embedId':_0x3a58d5[_0x2fb7fa(0x61a)],'hostUnitId':_0x3a58d5[_0x2fb7fa(0x1ee)],'hostType':n[_0x2fb7fa(0x52f)][_0x2fb7fa(0x658)],'entry':'slides-page-list-block','hostAnchorId':_0x3a58d5['hostAnchorId'],'childUnitId':_0x3a58d5[_0x2fb7fa(0x542)],'childType':_0x3a58d5[_0x2fb7fa(0x4af)],'source':{'unitType':_0x3a58d5['childType'],'ref':{'file':{'kind':_0x2fb7fa(0x266)},'unit':{'selector':_0x3a58d5[_0x2fb7fa(0x542)],'type':(0x0,e[_0x2fb7fa(0x823)])(_0x3a58d5[_0x2fb7fa(0x4af)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x45644b=(_0x4a7a8f=(_0xff33cc=_0x34425d['mountService'])[_0x2fb7fa(0x21d)])==null?void 0x0:_0x4a7a8f[_0x2fb7fa(0x743)](_0xff33cc,_0x3a58d5[_0x2fb7fa(0x61a)]);return(_0x45644b==null?void 0x0:_0x45644b[_0x2fb7fa(0x1ee)])===_0x3a58d5['hostUnitId']&&_0x45644b[_0x2fb7fa(0x754)]==='slides-page-list-block'&&_0x45644b[_0x2fb7fa(0x542)]===_0x3a58d5[_0x2fb7fa(0x542)]?(_0x34425d[_0x2fb7fa(0x338)]['activateTab'](_0x2463d3),(0x0,n['toDisposable'])(()=>{})):(_0x34425d[_0x2fb7fa(0x3ad)][_0x2fb7fa(0x78d)](_0x2463d3),_0x34425d[_0x2fb7fa(0x338)][_0x2fb7fa(0x412)](_0x2463d3),(0x0,n[_0x2fb7fa(0x87f)])(()=>{const _0x1f3ebe=_0x2fb7fa;_0x34425d[_0x1f3ebe(0x338)]['clearTab'](_0x3a58d5[_0x1f3ebe(0x61a)]),_0x34425d['mountService'][_0x1f3ebe(0x6e8)](_0x3a58d5[_0x1f3ebe(0x61a)]);}));},'mountFloatingObject':_0x42af05=>{const _0x30f22d=_0x75bf;let _0x142649=_0x34425d[_0x30f22d(0x77c)][_0x30f22d(0x42f)](_0x42af05[_0x30f22d(0x1ee)],_0x42af05[_0x30f22d(0x61a)])??{'embedId':_0x42af05[_0x30f22d(0x61a)],'hostUnitId':_0x42af05['hostUnitId'],'hostType':n[_0x30f22d(0x52f)][_0x30f22d(0x658)],'entry':_0x30f22d(0x50f),'hostAnchorId':_0x42af05[_0x30f22d(0x7c9)],'childUnitId':_0x42af05['childUnitId'],'childType':_0x42af05[_0x30f22d(0x4af)],'source':{'unitType':_0x42af05[_0x30f22d(0x4af)],'ref':{'file':{'kind':_0x30f22d(0x266)},'unit':{'selector':_0x42af05['childUnitId'],'type':(0x0,e[_0x30f22d(0x823)])(_0x42af05[_0x30f22d(0x4af)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x0},'tab':!0x1}};return _0x34425d['mountService'][_0x30f22d(0x3ba)](_0x142649,_0x42af05[_0x30f22d(0x22c)]),(0x0,n[_0x30f22d(0x87f)])(()=>{const _0x30d976=_0x30f22d;_0x34425d[_0x30d976(0x3ad)][_0x30d976(0x6e8)](_0x42af05[_0x30d976(0x61a)]);});},'clearAndUnmount':_0x5b9e35=>{const _0x43c27d=_0x75bf;_0x34425d[_0x43c27d(0x338)][_0x43c27d(0x6f5)](_0x5b9e35),_0x34425d[_0x43c27d(0x3ad)][_0x43c27d(0x6e8)](_0x5b9e35);},'unmountFloatingSessions':_0x35b68e=>{const _0x228ce7=_0x75bf;_0x34425d[_0x228ce7(0x3ad)]['listSessions']()['filter'](_0x335e3c=>_0x335e3c[_0x228ce7(0x1ee)]===_0x35b68e&&_0x335e3c[_0x228ce7(0x754)]===_0x228ce7(0x50f))[_0x228ce7(0x2a5)](_0x35ffd8=>_0x34425d[_0x228ce7(0x3ad)][_0x228ce7(0x6e8)](_0x35ffd8['embedId']));},'listSessions':()=>_0x34425d['mountService'][_0x5b0698(0x33d)]()[_0x5b0698(0x3c0)](_0x550f0e=>({'embedId':_0x550f0e[_0x5b0698(0x61a)],'hostUnitId':_0x550f0e[_0x5b0698(0x1ee)],'entry':_0x550f0e[_0x5b0698(0x754)],'childType':_0x550f0e[_0x5b0698(0x4af)],'childUnitId':_0x550f0e[_0x5b0698(0x542)]})),'capturePreviewByHostAnchorId':(_0x490f6e,_0x230d4b)=>ml(_0x34425d,_0x490f6e,_0x230d4b),'mountPresentationEmbed':_0x3937e8=>$c(_0x34425d,_0x3937e8)};}async function ml(_0x36ee5e,_0x41c2f4,_0x1bc65b){const _0x307ba8=_0x566a84;var _0x2f3a60,_0x1aed52;let _0x502294=await((_0x2f3a60=_0x36ee5e[_0x307ba8(0x496)])==null?void 0x0:_0x2f3a60[_0x307ba8(0x568)](_0x41c2f4));if(_0x502294)return ol(_0x502294);if(!_0x1bc65b)return;let _0x43d875=await hl(_0x36ee5e,_0x41c2f4,_0x1bc65b);if(!_0x43d875)return;let _0x43098b=_0x43d875[_0x307ba8(0x542)]??_0x1bc65b[_0x307ba8(0x542)],_0x5b9a8a=_0x43d875[_0x307ba8(0x4af)]??_0x1bc65b[_0x307ba8(0x4af)];if(!_0x43098b||_0x5b9a8a==null)return;let _0x4a3018=_0x36ee5e[_0x307ba8(0x415)][_0x307ba8(0x2dd)]({'descriptor':{..._0x43d875,'mode':_0x307ba8(0x7a8)},'childUnitId':_0x43098b,'childType':_0x5b9a8a,'width':Math[_0x307ba8(0x4fb)](0x1,_0x1bc65b['width']),'height':Math[_0x307ba8(0x4fb)](0x1,_0x1bc65b[_0x307ba8(0x4da)]),'dpr':Math[_0x307ba8(0x4fb)](0x1,Math[_0x307ba8(0x2b1)](0x3,_0x1bc65b[_0x307ba8(0x7ba)])),'reason':_0x307ba8(0x6d7),'context':(_0x1aed52=_0x36ee5e[_0x307ba8(0x496)])==null?void 0x0:_0x1aed52[_0x307ba8(0x40f)](_0x41c2f4)}),_0x48d37d=_0x4a3018[_0x307ba8(0x883)]?ol(_0x4a3018[_0x307ba8(0x883)]):void 0x0;return _0x4a3018[_0x307ba8(0x1de)]===_0x307ba8(0x27b)?gl(_0x36ee5e[_0x307ba8(0x415)],_0x4a3018,_0x43098b):_0x48d37d;}async function hl(_0x2b8245,_0x19c181,_0x597c47){const _0x29b324=_0x566a84;let _0x1727d8=_0x2b8245[_0x29b324(0x77c)]['getDescriptor'](_0x597c47[_0x29b324(0x1ee)],_0x597c47[_0x29b324(0x61a)])??al({'hostUnitId':_0x597c47[_0x29b324(0x1ee)],'embedId':_0x597c47[_0x29b324(0x61a)],'hostAnchorId':_0x19c181,'childUnitId':_0x597c47['childUnitId'],'childType':_0x597c47[_0x29b324(0x4af)],'entry':e[_0x29b324(0x21e)][_0x29b324(0x72a)]});if(_0x1727d8){try{_0x1727d8=await _0x2b8245[_0x29b324(0x86a)]['materializeDescriptor']({'descriptor':_0x1727d8});}catch{}return _0x1727d8;}}function gl(_0x12bc3b,_0x26d0da,_0x54cee1){return new Promise(_0x2b4480=>{const _0x3d37d3=_0x75bf;let _0x4e1444=!0x1,_0x3351b3,_0x58beb6,_0x556ca4=_0x5772e4=>{const _0x52a6b9=_0x75bf;_0x4e1444||(_0x4e1444=!0x0,globalThis[_0x52a6b9(0x425)](_0x58beb6),_0x3351b3==null||_0x3351b3[_0x52a6b9(0x635)](),_0x2b4480(_0x5772e4));};_0x58beb6=globalThis[_0x3d37d3(0x294)](()=>_0x556ca4(void 0x0),0x1388),_0x3351b3=_0x12bc3b[_0x3d37d3(0x5ff)][_0x3d37d3(0x43a)]({'next':_0x28cbdc=>{const _0xdb8363=_0x3d37d3;_0x28cbdc[_0xdb8363(0x61a)]!==_0x26d0da[_0xdb8363(0x61a)]||_0x28cbdc['childUnitId']!==_0x54cee1||_0x28cbdc[_0xdb8363(0x887)]<_0x26d0da[_0xdb8363(0x887)]||_0x28cbdc['status']===_0xdb8363(0x27b)||_0x556ca4(_0x28cbdc[_0xdb8363(0x883)]?ol(_0x28cbdc[_0xdb8363(0x883)]):void 0x0);},'complete':()=>_0x556ca4(void 0x0)});});}function _0x75bf(_0x5d4698,_0xb9744b){_0x5d4698=_0x5d4698-0x1cc;const _0x3102c8=_0x3102();let _0x75bf76=_0x3102c8[_0x5d4698];return _0x75bf76;}function _l(_0xab9d11){ts(_0xab9d11),vc(_0xab9d11),dl(_0xab9d11),xo(_0xab9d11),Io(_0xab9d11);}function vl(_0x5ebc41){Co(_0x5ebc41);}const yl=[0x0,0x10,0x64,0x12c,0x3e8];async function bl(_0xbf6af8,_0x1c934a){const _0x58fe3a=_0x566a84;var _0x4ab5e2;let {instanceService:_0x1301c1,childUnitId:_0x1174c9,childType:_0x5c2af1,restoreUnitId:_0x15c79e,shouldRestore:_0x4addec,settleDelayMs:_0x389f5e=0x10,deferredRestoreDelaysMs:_0x38e6d6=_0x15c79e?yl:[]}=_0xbf6af8,_0x25dad4=_0x1301c1[_0x58fe3a(0x575)](_0x5c2af1),_0x1099a2=((_0x4ab5e2=_0x1301c1[_0x58fe3a(0x380)]())==null?void 0x0:_0x4ab5e2['getUnitId']())??null??_0x15c79e??null;_0x1301c1[_0x58fe3a(0x1d7)](_0x1174c9),_0x1301c1[_0x58fe3a(0x210)](_0x1174c9);let _0x11472f=()=>{const _0x2a652e=_0x58fe3a;_0x4addec&&!_0x4addec()||(_0x25dad4&&_0x25dad4['getUnitId']()!==_0x1174c9&&_0x1301c1[_0x2a652e(0x1d7)](_0x25dad4[_0x2a652e(0x6b5)]()),_0x15c79e&&_0x1301c1[_0x2a652e(0x1d7)](_0x15c79e),_0x1301c1[_0x2a652e(0x210)](_0x1099a2));};try{let _0x5aabe8=await _0x1c934a();return _0x389f5e>0x0&&await xl(_0x389f5e),_0x5aabe8;}finally{_0x11472f(),Sl(_0x11472f,_0x38e6d6);}}function xl(_0x16edf8){return new Promise(_0xfdfc6f=>setTimeout(_0xfdfc6f,_0x16edf8));}function Sl(_0x439885,_0x14745d){_0x14745d['forEach'](_0x44e2ea=>{const _0x3992c0=_0x75bf;globalThis[_0x3992c0(0x294)](_0x439885,_0x44e2ea);});}const Cl=new WeakMap();let wl=0x0;function Tl(_0x426f47,_0x243a2b){return _0x426f47['has'](kl)?_0x426f47['get'](kl)['register'](_0x243a2b):Dl(_0x426f47,_0x243a2b);}function El(_0xb7ec89){const _0x19b4ef=_0x566a84;if(!_0xb7ec89[_0x19b4ef(0x44c)](kl))return;let _0x12d8b6=Cl[_0x19b4ef(0x230)](_0xb7ec89);_0x12d8b6!=null&&_0x12d8b6['size']&&([..._0x12d8b6[_0x19b4ef(0x2cb)]()][_0x19b4ef(0x672)]((_0x557ff7,_0x27fd92)=>_0x557ff7[_0x19b4ef(0x5a4)]-_0x27fd92['index'])[_0x19b4ef(0x2a5)](({contribution:_0x49b343})=>Tl(_0xb7ec89,_0x49b343)),Cl[_0x19b4ef(0x304)](_0xb7ec89));}function Dl(_0x5d548f,_0x512cf7){const _0x157040=_0x566a84;let _0x2e665a={'contribution':_0x512cf7,'index':wl++},_0x4ceda7=Ol(_0x512cf7,_0x2e665a['index']),_0x5e3f93=_0x5d548f,_0x25555a=Cl[_0x157040(0x230)](_0x5e3f93)??new Map();return _0x25555a['set'](_0x4ceda7,_0x2e665a),Cl['set'](_0x5e3f93,_0x25555a),(0x0,n[_0x157040(0x87f)])(()=>{const _0x145c7d=_0x157040;let _0x567c04=Cl[_0x145c7d(0x230)](_0x5e3f93);(_0x567c04==null?void 0x0:_0x567c04['get'](_0x4ceda7))===_0x2e665a&&_0x567c04[_0x145c7d(0x304)](_0x4ceda7);});}function Ol(_0x1c559d,_0x4b110a){const _0x4aa59a=_0x566a84;return _0x1c559d['id']?_0x1c559d[_0x4aa59a(0x4af)]+':'+_0x1c559d['id']:_0x1c559d[_0x4aa59a(0x4af)]+_0x4aa59a(0x711)+_0x4b110a;}let kl=class{constructor(_0x552e3f,_0x417a8e){const _0x187ea4=_0x566a84;this[_0x187ea4(0x6a4)]=_0x552e3f,this[_0x187ea4(0x25b)]=_0x417a8e,H(this,_0x187ea4(0x1ec),new Map()),H(this,'_nextIndex',0x0);}['register'](_0x18cb53){const _0x147c4b=_0x566a84;if(_0x18cb53['id']&&this[_0x147c4b(0x840)](_0x18cb53[_0x147c4b(0x4af)],_0x18cb53['id']))return(0x0,n[_0x147c4b(0x87f)])(()=>{});let _0x139732={'contribution':_0x18cb53,'index':this[_0x147c4b(0x4ca)]++},_0x367535=this[_0x147c4b(0x1ec)]['get'](_0x18cb53[_0x147c4b(0x4af)])??[];return _0x367535[_0x147c4b(0x5bf)](_0x139732),_0x367535[_0x147c4b(0x672)](Al),this[_0x147c4b(0x1ec)][_0x147c4b(0x243)](_0x18cb53[_0x147c4b(0x4af)],_0x367535),(0x0,n[_0x147c4b(0x87f)])(()=>{const _0x2bd6e8=_0x147c4b;let _0x229439=this[_0x2bd6e8(0x1ec)][_0x2bd6e8(0x230)](_0x18cb53[_0x2bd6e8(0x4af)]);if(!_0x229439)return;let _0x3fe55a=_0x229439[_0x2bd6e8(0x86f)](_0x24aaa5=>_0x24aaa5!==_0x139732);_0x3fe55a[_0x2bd6e8(0x3d7)]?this[_0x2bd6e8(0x1ec)][_0x2bd6e8(0x243)](_0x18cb53[_0x2bd6e8(0x4af)],_0x3fe55a):this[_0x2bd6e8(0x1ec)][_0x2bd6e8(0x304)](_0x18cb53['childType']);});}[_0x566a84(0x770)](_0x18f62e){const _0x56f760=_0x566a84;return(this['_contributions'][_0x56f760(0x230)](_0x18f62e)??[])['map'](_0x3e9abd=>_0x3e9abd[_0x56f760(0x5b5)]);}async['prepare'](_0x47c973){const _0x2c5441=_0x566a84;let _0x5c8b2a=this[_0x2c5441(0x770)](_0x47c973[_0x2c5441(0x4af)]);_0x5c8b2a[_0x2c5441(0x3d7)]&&await bl({'instanceService':this['_injector'][_0x2c5441(0x230)](n[_0x2c5441(0x64e)]),'childUnitId':_0x47c973[_0x2c5441(0x542)],'childType':_0x47c973[_0x2c5441(0x4af)],'restoreUnitId':_0x47c973['restoreUnitId'],'settleDelayMs':_0x47c973['settleDelayMs'],'shouldRestore':()=>!this[_0x2c5441(0x25b)][_0x2c5441(0x866)](_0x47c973[_0x2c5441(0x542)])},async()=>{const _0x338949=_0x2c5441;for(let _0x33c16a of _0x5c8b2a)_0x33c16a[_0x338949(0x758)]&&await _0x33c16a['prepare']({'injector':this['_injector'],'childUnitId':_0x47c973[_0x338949(0x542)],'childType':_0x47c973[_0x338949(0x4af)],'descriptor':_0x47c973[_0x338949(0x75a)]});});}[_0x566a84(0x840)](_0x1cdc98,_0x44243d){const _0x5de4e0=_0x566a84;return(this['_contributions'][_0x5de4e0(0x230)](_0x1cdc98)??[])[_0x5de4e0(0x4fe)](_0x1fc490=>_0x1fc490[_0x5de4e0(0x5b5)]['id']===_0x44243d);}};kl=X([Y(0x0,(0x0,n[_0x566a84(0x240)])(n[_0x566a84(0x700)])),Y(0x1,(0x0,n[_0x566a84(0x240)])(G))],kl);function Al(_0x28aaaf,_0x228460){const _0x3c0cde=_0x566a84;return(_0x28aaaf[_0x3c0cde(0x5b5)][_0x3c0cde(0x889)]??_0x28aaaf[_0x3c0cde(0x5a4)])-(_0x228460['contribution'][_0x3c0cde(0x889)]??_0x228460['index'])||_0x28aaaf[_0x3c0cde(0x5a4)]-_0x228460[_0x3c0cde(0x5a4)];}function jl(){return[];}let Ml=class{constructor(_0x59793a,_0x3fdfab){const _0x21b358=_0x566a84;this[_0x21b358(0x633)]=_0x59793a,this[_0x21b358(0x214)]=_0x3fdfab;}[_0x566a84(0x43d)](_0x27c7cb){const _0x1f4938=_0x566a84;let _0x3d07a5=this[_0x1f4938(0x46d)](_0x27c7cb[_0x1f4938(0x7c5)]);return this[_0x1f4938(0x214)][_0x1f4938(0x77d)]({..._0x27c7cb,'unitID':_0x3d07a5}),{'stackUnitId':_0x3d07a5,'routedToHost':_0x3d07a5!==_0x27c7cb[_0x1f4938(0x7c5)]};}['resolveStackUnitId'](_0x221eb6){const _0x5fe1fa=_0x566a84;let _0x13cbae=this[_0x5fe1fa(0x633)][_0x5fe1fa(0x728)]();return!_0x13cbae||_0x13cbae['childUnitId']!==_0x221eb6?_0x221eb6:_0x13cbae[_0x5fe1fa(0x1ee)];}};Ml=X([Y(0x0,(0x0,n[_0x566a84(0x240)])(e['EmbedFocusOwnerService'])),Y(0x1,n[_0x566a84(0x3d8)])],Ml);let Nl=class extends n[_0x566a84(0x3c6)]{constructor(_0x260c4f=hn,_0x1e8013,_0x26c2c6,_0x4ab302){const _0x1f6454=_0x566a84;super(),this[_0x1f6454(0x41a)]=_0x260c4f,this['_injector']=_0x1e8013,this[_0x1f6454(0x6ac)]=_0x26c2c6,this['_univerInstanceService']=_0x4ab302;let {..._0x366779}=(0x0,n['merge'])({},hn,this[_0x1f6454(0x41a)]);this[_0x1f6454(0x6ac)][_0x1f6454(0x4ed)](_0x1f6454(0x849),_0x366779);}['onStarting'](){const _0x3828fe=_0x566a84;this[_0x3828fe(0x1d9)](),this[_0x3828fe(0x4b7)](),this[_0x3828fe(0x45e)](),this[_0x3828fe(0x601)](),this[_0x3828fe(0x6dc)](),this[_0x3828fe(0x865)](),this[_0x3828fe(0x3f2)](),this['_touchServices'](),this[_0x3828fe(0x807)]();}['onReady'](){const _0x40b746=_0x566a84;this[_0x40b746(0x865)]();}[_0x566a84(0x4b7)](){const _0x483294=_0x566a84;[[tt],[Qn],[kl],[bi],[ut],[$e],[U],[ie],[Zn],[et],[Xn],[Di],[ln],[ae],[rr],[q],[Ci],[wi],[xi],[st],[nt],[or],[ar],[Gt],[Vi],[se],[G],[kc],[rt],[Ml]][_0x483294(0x2a5)](_0x5c7e4c=>this[_0x483294(0x6a4)][_0x483294(0x228)](_0x5c7e4c)),this[_0x483294(0x6a4)][_0x483294(0x44c)](r[_0x483294(0x206)])||this[_0x483294(0x6a4)][_0x483294(0x228)]([r[_0x483294(0x206)],{'useFactory':()=>this[_0x483294(0x6a4)][_0x483294(0x230)](q)}]),this[_0x483294(0x6a4)][_0x483294(0x44c)](r[_0x483294(0x252)])||this[_0x483294(0x6a4)][_0x483294(0x228)]([r[_0x483294(0x252)],{'useFactory':()=>this[_0x483294(0x6a4)]['get'](G)}]),this[_0x483294(0x6a4)][_0x483294(0x44c)](i[_0x483294(0x256)])||this[_0x483294(0x6a4)][_0x483294(0x228)]([i[_0x483294(0x256)],{'useFactory':()=>this['_injector'][_0x483294(0x230)](q)}]),this[_0x483294(0x6a4)]['has'](i[_0x483294(0x629)])||this[_0x483294(0x6a4)][_0x483294(0x228)]([i['ISheetEmbedRuntimeFocusCoordinator'],{'useFactory':()=>this[_0x483294(0x6a4)][_0x483294(0x230)](G)}]),this[_0x483294(0x6a4)]['has'](i[_0x483294(0x4bd)])||this[_0x483294(0x6a4)][_0x483294(0x228)]([i[_0x483294(0x4bd)],{'useFactory':()=>this[_0x483294(0x6a4)][_0x483294(0x230)](Zn)}]);}['_registerProductMenus'](){const _0x51a639=_0x566a84;Ei(this['_injector'])[_0x51a639(0x2a5)](_0x16d97f=>this[_0x51a639(0x884)](_0x16d97f));}['_registerProductUIContributions'](){const _0x2570a3=_0x566a84;_l(this[_0x2570a3(0x6a4)]);}[_0x566a84(0x601)](){const _0x3e3f52=_0x566a84;let _0x32b6be=this['_univerInstanceService'][_0x3e3f52(0x401)](n[_0x3e3f52(0x52f)][_0x3e3f52(0x819)])[_0x3e3f52(0x43a)](()=>vl(this[_0x3e3f52(0x6a4)]));this['disposeWithMe']((0x0,n[_0x3e3f52(0x87f)])(()=>_0x32b6be[_0x3e3f52(0x635)]()));}[_0x566a84(0x865)](){const _0x19d3c3=_0x566a84;Gi(this['_injector']),Ht(this[_0x19d3c3(0x6a4)]),El(this['_injector']);}[_0x566a84(0x3f2)](){const _0x5202bf=_0x566a84;var _0x5d67e3;let _0x3b0ec9=this['_injector'][_0x5202bf(0x230)](et);((_0x5d67e3=this[_0x5202bf(0x41a)][_0x5202bf(0x36f)])==null?void 0x0:_0x5d67e3['floatingMenus'])!==!0x1&&jl()[_0x5202bf(0x2a5)](_0x5a244a=>{const _0x462df9=_0x5202bf;_0x3b0ec9['hasExact'](_0x5a244a[_0x462df9(0x741)],_0x5a244a[_0x462df9(0x754)],_0x5a244a[_0x462df9(0x4af)])||_0x3b0ec9['register'](_0x5a244a);});}[_0x566a84(0x795)](){const _0x329bb1=_0x566a84;(0x0,n[_0x329bb1(0x35a)])(this[_0x329bb1(0x6a4)],[[tt],[Qn],[kl],[bi],[ut],[$e],[U],[ie],[et],[Xn],[Di],[ln],[ae],[rr],[Ci],[wi],[xi],[st],[nt],[or],[ar],[Gt],[Vi],[se],[G],[kc],[rt],[Ml]]);}['_registerDefaultHostToolbar'](){const _0x165fbf=_0x566a84;var _0x3cb8ed;((_0x3cb8ed=this['_config'][_0x165fbf(0x36f)])==null?void 0x0:_0x3cb8ed[_0x165fbf(0x553)])!==!0x1&&this['disposeWithMe'](this[_0x165fbf(0x6a4)][_0x165fbf(0x230)](a[_0x165fbf(0x4dd)])[_0x165fbf(0x49a)](a[_0x165fbf(0x59d)][_0x165fbf(0x455)],()=>un));}[_0x566a84(0x1d9)](){const _0x4202b7=_0x566a84;this['_injector'][_0x4202b7(0x230)](e[_0x4202b7(0x61e)])[_0x4202b7(0x41b)]();}};H(Nl,_0x566a84(0x40d),_0x566a84(0x499)),H(Nl,_0x566a84(0x733),R),H(Nl,_0x566a84(0x5c4),ee),H(Nl,_0x566a84(0x275),n[_0x566a84(0x52f)][_0x566a84(0x4fc)]),Nl=X([(0x0,n[_0x566a84(0x620)])(t[_0x566a84(0x517)],e[_0x566a84(0x2a0)]),Y(0x1,(0x0,n['Inject'])(n[_0x566a84(0x700)])),Y(0x2,n[_0x566a84(0x701)]),Y(0x3,n[_0x566a84(0x64e)])],Nl),Object[_0x566a84(0x5f6)](exports,_0x566a84(0x246),{'enumerable':!0x0,'get':function(){return ut;}}),exports['EmbedChildViewRegistryService']=$e,exports[_0x566a84(0x291)]=ln,exports[_0x566a84(0x2c9)]=tt,exports[_0x566a84(0x7f8)]=ae,Object[_0x566a84(0x5f6)](exports,_0x566a84(0x334),{'enumerable':!0x0,'get':function(){return Qn;}}),Object[_0x566a84(0x5f6)](exports,_0x566a84(0x816),{'enumerable':!0x0,'get':function(){return st;}}),Object[_0x566a84(0x5f6)](exports,_0x566a84(0x526),{'enumerable':!0x0,'get':function(){return Nl;}}),exports[_0x566a84(0x636)]=Vt;
1
+ const _0x36ed40=_0x2eed;(function(_0x5bfab0,_0x3a6824){const _0x1bbc38=_0x2eed,_0x4c8e4c=_0x5bfab0();while(!![]){try{const _0x591bf4=-parseInt(_0x1bbc38(0x97f))/0x1*(parseInt(_0x1bbc38(0x8a5))/0x2)+-parseInt(_0x1bbc38(0x6dd))/0x3*(parseInt(_0x1bbc38(0x62d))/0x4)+-parseInt(_0x1bbc38(0x8b0))/0x5+-parseInt(_0x1bbc38(0x4e7))/0x6+parseInt(_0x1bbc38(0x4c7))/0x7*(-parseInt(_0x1bbc38(0x1ea))/0x8)+-parseInt(_0x1bbc38(0x6ef))/0x9*(-parseInt(_0x1bbc38(0x4c2))/0xa)+-parseInt(_0x1bbc38(0x29a))/0xb*(-parseInt(_0x1bbc38(0x637))/0xc);if(_0x591bf4===_0x3a6824)break;else _0x4c8e4c['push'](_0x4c8e4c['shift']());}catch(_0x339fdc){_0x4c8e4c['push'](_0x4c8e4c['shift']());}}}(_0x3871,0xcd12d),Object[_0x36ed40(0x7e2)](exports,Symbol['toStringTag'],{'value':_0x36ed40(0x4d4)}));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'),ee=require('@univerjs/sheets-data-validation-ui'),N=require('@univerjs/sheets-drawing-ui'),P=require('@univerjs/sheets-filter-ui'),te=require('@univerjs/sheets-hyper-link-ui'),F=require('@univerjs/sheets-numfmt-ui'),I=require('@univerjs/sheets-sort-ui'),ne=require('@univerjs/sheets-table-ui'),re=require('@univerjs/sheets-thread-comment-ui');var ie='@univerjs-pro/embed-ui',ae=_0x36ed40(0x6ab);function L(_0x25c34f,_0x46b260){const _0x1e267b=_0x36ed40;return _0x25c34f['matches']('['+_0x46b260+']')?_0x25c34f:_0x25c34f[_0x1e267b(0x334)]('['+_0x46b260+']')??void 0x0;}function oe(_0x28031d){const _0x3f4652=_0x36ed40;let _0x686c6c=[];return se(_0x28031d,_0x3f4652(0x58f),'univer-overflow-hidden',_0x686c6c),se(_0x28031d,_0x3f4652(0x2b5),'univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto',_0x686c6c),se(_0x28031d,_0x3f4652(0x26e),_0x3f4652(0x254),_0x686c6c),se(_0x28031d,'data-embed-popup-root',_0x3f4652(0x254),_0x686c6c),(0x0,a['toDisposable'])(()=>{_0x686c6c['forEach'](_0x8e9bf4=>_0x8e9bf4['remove']());});}function se(_0x3a8706,_0x306dd2,_0x41ab8d,_0x39793b){const _0x803367=_0x36ed40;let _0x1619ec=L(_0x3a8706,_0x306dd2);if(_0x1619ec)return _0x1619ec;let _0x5ef11e=document[_0x803367(0x349)]('div');return _0x5ef11e[_0x803367(0x3bf)](_0x306dd2,'true'),_0x5ef11e[_0x803367(0x3bf)](_0x803367(0x8ab),'embed-ui'),_0x5ef11e[_0x803367(0x763)]='univer-box-border\x20univer-absolute\x20univer-inset-0\x20'+_0x41ab8d,_0x3a8706[_0x803367(0x413)](_0x5ef11e),_0x39793b['push'](_0x5ef11e),_0x5ef11e;}function ce(_0x5e22e3){'@babel/helpers - typeof';const _0x1546bb=_0x36ed40;return ce=typeof Symbol=='function'&&typeof Symbol[_0x1546bb(0x9d0)]==_0x1546bb(0x707)?function(_0x1ccb71){return typeof _0x1ccb71;}:function(_0x504d39){const _0x292e74=_0x1546bb;return _0x504d39&&typeof Symbol==_0x292e74(0x6fd)&&_0x504d39[_0x292e74(0x552)]===Symbol&&_0x504d39!==Symbol[_0x292e74(0x1ec)]?'symbol':typeof _0x504d39;},ce(_0x5e22e3);}function le(_0x5baecc,_0x5388ec){const _0x2a9860=_0x36ed40;if(ce(_0x5baecc)!=_0x2a9860(0x9e9)||!_0x5baecc)return _0x5baecc;var _0x2d93ed=_0x5baecc[Symbol[_0x2a9860(0x34b)]];if(_0x2d93ed!==void 0x0){var _0x3c068d=_0x2d93ed[_0x2a9860(0x4f6)](_0x5baecc,_0x5388ec||'default');if(ce(_0x3c068d)!=_0x2a9860(0x9e9))return _0x3c068d;throw TypeError(_0x2a9860(0x957));}return(_0x5388ec===_0x2a9860(0x3df)?String:Number)(_0x5baecc);}function R(_0x475af8){const _0x3ec0ae=_0x36ed40;var _0x3d8b79=le(_0x475af8,_0x3ec0ae(0x3df));return ce(_0x3d8b79)==_0x3ec0ae(0x707)?_0x3d8b79:_0x3d8b79+'';}function z(_0x16d6f3,_0x5e2827,_0x4a1dea){const _0x34ea3f=_0x36ed40;return(_0x5e2827=R(_0x5e2827))in _0x16d6f3?Object[_0x34ea3f(0x7e2)](_0x16d6f3,_0x5e2827,{'value':_0x4a1dea,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x16d6f3[_0x5e2827]=_0x4a1dea,_0x16d6f3;}var B=class{constructor(){const _0x5c755a=_0x36ed40;z(this,_0x5c755a(0x210),new Map());}[_0x36ed40(0x2d1)](_0x4eda8b){const _0x385740=_0x36ed40;return this[_0x385740(0x210)][_0x385740(0x436)](_0x4eda8b[_0x385740(0x560)],_0x4eda8b),(0x0,a[_0x385740(0x63c)])(()=>{const _0x5b584a=_0x385740;this['_contributions'][_0x5b584a(0x335)](_0x4eda8b[_0x5b584a(0x560)])===_0x4eda8b&&this[_0x5b584a(0x210)][_0x5b584a(0x3b2)](_0x4eda8b[_0x5b584a(0x560)]);});}[_0x36ed40(0x335)](_0xaed0a6){const _0x3d5dcd=_0x36ed40;return this[_0x3d5dcd(0x210)][_0x3d5dcd(0x335)](_0xaed0a6);}[_0x36ed40(0x278)](){const _0x8994c8=_0x36ed40;return[...this[_0x8994c8(0x210)][_0x8994c8(0x8b8)]()];}},ue=class{constructor(){const _0x12e38b=_0x36ed40;z(this,_0x12e38b(0x2e8),new f[(_0x12e38b(0x654))](null)),z(this,_0x12e38b(0x253),this[_0x12e38b(0x2e8)][_0x12e38b(0x3a3)]());}[_0x36ed40(0x4fa)](){const _0x2f627c=_0x36ed40;return this[_0x2f627c(0x2e8)][_0x2f627c(0x551)]();}['getStage'](_0x21182e){const _0x3de050=_0x36ed40;let _0x4393e0=this[_0x3de050(0x4fa)]();return(_0x4393e0==null?void 0x0:_0x4393e0['embedId'])===_0x21182e?_0x4393e0[_0x3de050(0x59f)]??_0x3de050(0x682):_0x3de050(0x2f9);}[_0x36ed40(0x8b1)](_0x240a8d,_0x46d653){const _0x2c0ac1=_0x36ed40;let _0x16cb37=this[_0x2c0ac1(0x4fa)](),_0x274ed2=(_0x16cb37==null?void 0x0:_0x16cb37[_0x2c0ac1(0x98c)])===_0x240a8d[_0x2c0ac1(0x98c)]&&_0x16cb37[_0x2c0ac1(0x467)]===_0x240a8d[_0x2c0ac1(0x467)]&&_0x16cb37[_0x2c0ac1(0x397)]===_0x240a8d['childUnitId'],_0x1770a2={..._0x240a8d,'stage':_0x46d653??_0x240a8d[_0x2c0ac1(0x59f)]??(_0x274ed2?_0x16cb37[_0x2c0ac1(0x59f)]??_0x2c0ac1(0x682):_0x2c0ac1(0x682))};((_0x16cb37==null?void 0x0:_0x16cb37[_0x2c0ac1(0x98c)])!==_0x1770a2[_0x2c0ac1(0x98c)]||_0x16cb37[_0x2c0ac1(0x467)]!==_0x1770a2[_0x2c0ac1(0x467)]||_0x16cb37[_0x2c0ac1(0x397)]!==_0x1770a2['childUnitId']||(_0x16cb37[_0x2c0ac1(0x59f)]??_0x2c0ac1(0x682))!==_0x1770a2[_0x2c0ac1(0x59f)])&&this[_0x2c0ac1(0x2e8)][_0x2c0ac1(0x45d)](_0x1770a2);}['setStage'](_0x1a2bb7,_0x2973bc){const _0x407329=_0x36ed40;let _0x31088f=this['getActive']();!_0x31088f||_0x31088f[_0x407329(0x467)]!==_0x1a2bb7||(_0x31088f[_0x407329(0x59f)]??_0x407329(0x682))!==_0x2973bc&&this[_0x407329(0x2e8)][_0x407329(0x45d)]({..._0x31088f,'stage':_0x2973bc});}[_0x36ed40(0x41a)](_0x3d6c08){const _0x463a6d=_0x36ed40;this['getStage'](_0x3d6c08)===_0x463a6d(0x682)&&this[_0x463a6d(0x20d)](_0x3d6c08,'stage2');}['clear'](_0x4c4531){const _0x244388=_0x36ed40;let _0x53c4c0=this[_0x244388(0x4fa)]();_0x53c4c0&&(!_0x4c4531||_0x53c4c0[_0x244388(0x467)]===_0x4c4531)&&this[_0x244388(0x2e8)]['next'](null);}},de=class{constructor(){const _0x4e0e04=_0x36ed40;z(this,_0x4e0e04(0x8fb),new f[(_0x4e0e04(0x654))](null)),z(this,'override$',this[_0x4e0e04(0x8fb)][_0x4e0e04(0x3a3)]());}[_0x36ed40(0x769)](){const _0x2acdec=_0x36ed40;return this[_0x2acdec(0x8fb)][_0x2acdec(0x551)]();}[_0x36ed40(0x8b1)](_0x395e87,_0x4669a1,_0x2a0021={}){const _0x3b8b40=_0x36ed40;var _0x3f13b2,_0x2844f1;if(!_0x395e87[_0x3b8b40(0x397)]||_0x395e87[_0x3b8b40(0x560)]==null)throw Error(_0x3b8b40(0x642));let _0x2b42c4=((_0x3f13b2=_0x395e87['sourceMeta'])==null?void 0x0:_0x3f13b2['tab'])||void 0x0;if(_0x4669a1===_0x3b8b40(0x4a7)&&(!_0x2b42c4||_0x2b42c4[_0x3b8b40(0x726)]!==!0x0))throw Error(_0x3b8b40(0x7bb));if(_0x4669a1!==_0x3b8b40(0x4a7))throw Error(_0x3b8b40(0x8c4));if((((_0x2844f1=_0x2a0021[_0x3b8b40(0x3b7)])==null?void 0x0:_0x2844f1[_0x3b8b40(0x6c0)])??t[_0x3b8b40(0x54a)][_0x3b8b40(0x6c0)])!==_0x3b8b40(0x9a2)&&_0x2a0021[_0x3b8b40(0x538)]!==!0x0&&_0x2a0021[_0x3b8b40(0x388)]!==!0x0)return this[_0x3b8b40(0x465)](_0x395e87[_0x3b8b40(0x467)]),null;let _0x1f60ae={'hostUnitId':_0x395e87[_0x3b8b40(0x98c)],'embedId':_0x395e87[_0x3b8b40(0x467)],'childUnitId':_0x395e87[_0x3b8b40(0x397)],'childType':_0x395e87['childType'],'entry':_0x395e87[_0x3b8b40(0x89c)],'reason':_0x4669a1,'portalContainer':_0x2a0021[_0x3b8b40(0x84f)],'hideHostFxBar':_0x2b42c4==null?void 0x0:_0x2b42c4['hideHostFxBar'],'lockHostRibbon':_0x2b42c4==null?void 0x0:_0x2b42c4[_0x3b8b40(0x681)]},_0xcfe223=this[_0x3b8b40(0x769)]();return fe(_0xcfe223,_0x1f60ae)?_0xcfe223:(this[_0x3b8b40(0x8fb)]['next'](_0x1f60ae),_0x1f60ae);}[_0x36ed40(0x465)](_0x4d6f3b){const _0x4810ed=_0x36ed40;let _0x45a65b=this['getOverride']();_0x45a65b&&(!_0x4d6f3b||_0x45a65b[_0x4810ed(0x467)]===_0x4d6f3b)&&this[_0x4810ed(0x8fb)][_0x4810ed(0x45d)](null);}};function fe(_0x263200,_0x1e6754){const _0x45bc17=_0x36ed40;return _0x263200!=null&&_0x263200[_0x45bc17(0x98c)]===_0x1e6754['hostUnitId']&&_0x263200['embedId']===_0x1e6754[_0x45bc17(0x467)]&&_0x263200['childUnitId']===_0x1e6754[_0x45bc17(0x397)]&&_0x263200[_0x45bc17(0x560)]===_0x1e6754[_0x45bc17(0x560)]&&_0x263200[_0x45bc17(0x89c)]===_0x1e6754['entry']&&_0x263200['reason']===_0x1e6754['reason']&&_0x263200[_0x45bc17(0x84f)]===_0x1e6754['portalContainer']&&_0x263200[_0x45bc17(0x33e)]===_0x1e6754['hideHostFxBar']&&_0x263200['lockHostRibbon']===_0x1e6754['lockHostRibbon'];}const V=_0x36ed40(0x2fb),H={'runtime':{'acquiresOwnedPointerLease':!0x0,'blocksHostInteraction':!0x1,'preservesHostRuntime':!0x1},'child-session':{'acquiresOwnedPointerLease':!0x0,'blocksHostInteraction':!0x0,'preservesHostRuntime':!0x0},'child-editor':{'acquiresOwnedPointerLease':!0x0,'blocksHostInteraction':!0x0,'preservesHostRuntime':!0x0},'child-popup':{'acquiresOwnedPointerLease':!0x0,'blocksHostInteraction':!0x0,'preservesHostRuntime':!0x0},'floating-menu':{'acquiresOwnedPointerLease':!0x1,'blocksHostInteraction':!0x0,'preservesHostRuntime':!0x0}};function pe(_0x2a8ed4){const _0x3a84ad=_0x36ed40;return _0x2a8ed4===_0x3a84ad(0x39b)||_0x2a8ed4===_0x3a84ad(0x3ef)||_0x2a8ed4===_0x3a84ad(0x21b)||_0x2a8ed4===_0x3a84ad(0x5c1)||_0x2a8ed4===_0x3a84ad(0x64f);}function me(_0x343ea1){return H[_0x343ea1];}function U(_0x59fa38){const _0x28da93=_0x36ed40;var _0x50dde9;let _0x143847=ge(_0x59fa38),_0x1eefb0=_0x143847==null||(_0x50dde9=_0x143847['closest'](_0x28da93(0x2a9)))==null?void 0x0:_0x50dde9[_0x28da93(0x5f9)](V);return pe(_0x1eefb0)?_0x1eefb0:void 0x0;}function he(_0x528964){const _0x33df60=_0x36ed40;if(!(_0x528964&&!me(_0x528964)[_0x33df60(0x50b)]))return _0x528964===_0x33df60(0x5c1)?_0x33df60(0x5c1):_0x33df60(0x21b);}function ge(_0x8aed23){const _0x3588c0=_0x36ed40;var _0x46d7f3;if(!_0x8aed23||typeof _0x8aed23!=_0x3588c0(0x9e9)||!(_0x3588c0(0x76e)in _0x8aed23))return;let _0x42cca6=_0x8aed23,_0x555f46=(_0x46d7f3=_0x42cca6[_0x3588c0(0x76e)])==null?void 0x0:_0x46d7f3[_0x3588c0(0x246)];return _0x555f46?_0x42cca6 instanceof _0x555f46[_0x3588c0(0x5b0)]?_0x42cca6:void 0x0:typeof Element<'u'&&_0x42cca6 instanceof Element?_0x42cca6:void 0x0;}var W=class{constructor(){const _0x4cf6bb=_0x36ed40;z(this,_0x4cf6bb(0x9b1),new Map()),z(this,_0x4cf6bb(0x5d8),new Map()),z(this,_0x4cf6bb(0x700),new Map()),z(this,_0x4cf6bb(0x2ce),0x0),z(this,_0x4cf6bb(0x322),new f[(_0x4cf6bb(0x542))]()),z(this,_0x4cf6bb(0x786),new f['Subject']());}[_0x36ed40(0x60b)](_0x23ddda){const _0x365214=_0x36ed40;let _0x2441b1=this[_0x365214(0x1fa)](_0x23ddda[_0x365214(0x467)],_0x18d23b=>me(_0x18d23b[_0x365214(0x2ac)])[_0x365214(0x4e4)]),_0x1355f7=this[_0x365214(0x1fa)](_0x23ddda[_0x365214(0x467)],_0x3979b2=>_0x3979b2[_0x365214(0x2ac)]===_0x365214(0x3ef)),_0x5819ec={'role':_0x23ddda['role'],'owner':_0x23ddda[_0x365214(0x5ec)],'sessionMode':_0x23ddda['sessionMode'],'hostUnitId':_0x23ddda[_0x365214(0x98c)],'childUnitId':_0x23ddda[_0x365214(0x397)],'childType':_0x23ddda[_0x365214(0x560)],'associatedChildUnitIds':_0x23ddda[_0x365214(0x557)],'sequence':++this[_0x365214(0x2ce)]},_0x57fa16=this[_0x365214(0x9b1)][_0x365214(0x335)](_0x23ddda[_0x365214(0x467)]);return _0x57fa16||(_0x57fa16=new Set(),this[_0x365214(0x9b1)][_0x365214(0x436)](_0x23ddda[_0x365214(0x467)],_0x57fa16)),_0x57fa16[_0x365214(0x258)](_0x5819ec),_0x2441b1!==this['_getLeaseSnapshot'](_0x23ddda[_0x365214(0x467)],_0x2581bf=>me(_0x2581bf[_0x365214(0x2ac)])[_0x365214(0x4e4)])&&this[_0x365214(0x4cb)](),_0x1355f7!==this[_0x365214(0x1fa)](_0x23ddda[_0x365214(0x467)],_0x3dca7f=>_0x3dca7f[_0x365214(0x2ac)]===_0x365214(0x3ef))&&this[_0x365214(0x3e7)](),(0x0,a[_0x365214(0x63c)])(()=>{const _0x4af30e=_0x365214;let _0x111b74=this[_0x4af30e(0x1fa)](_0x23ddda['embedId'],_0x2365d1=>me(_0x2365d1[_0x4af30e(0x2ac)])[_0x4af30e(0x4e4)]),_0x1ffbe1=this[_0x4af30e(0x1fa)](_0x23ddda[_0x4af30e(0x467)],_0x749785=>_0x749785['role']==='child-session');_0x57fa16==null||_0x57fa16[_0x4af30e(0x3b2)](_0x5819ec),(_0x57fa16==null?void 0x0:_0x57fa16[_0x4af30e(0x2e6)])===0x0&&this[_0x4af30e(0x9b1)]['delete'](_0x23ddda[_0x4af30e(0x467)]),_0x111b74!==this[_0x4af30e(0x1fa)](_0x23ddda[_0x4af30e(0x467)],_0x1aef13=>me(_0x1aef13[_0x4af30e(0x2ac)])['preservesHostRuntime'])&&this['_notifyRuntimeFocusChanged'](),_0x1ffbe1!==this[_0x4af30e(0x1fa)](_0x23ddda[_0x4af30e(0x467)],_0x3581d4=>_0x3581d4[_0x4af30e(0x2ac)]===_0x4af30e(0x3ef))&&this[_0x4af30e(0x3e7)]();});}['hasChildInteractionLease'](_0x31ba92){const _0x5d9bc1=_0x36ed40;if(!_0x31ba92)return!0x1;let _0x41b1d8=this['_leases'][_0x5d9bc1(0x335)](_0x31ba92);return _0x41b1d8&&[..._0x41b1d8]['some'](_0x4c626c=>me(_0x4c626c['role'])[_0x5d9bc1(0x4e4)])?!0x0:this[_0x5d9bc1(0x2a7)](_0x31ba92,this['_getActiveElement'](_0x31ba92));}[_0x36ed40(0x1ef)](_0x3ac579,_0x3d13eb){const _0x543fad=_0x36ed40;if(!_0x3ac579)return!0x1;let _0x4f7f56=this['_leases'][_0x543fad(0x335)](_0x3ac579);return _0x4f7f56&&[..._0x4f7f56]['some'](_0x49e41d=>this['_isBlockingLease'](_0x49e41d,_0x3d13eb))?!0x0:this[_0x543fad(0x2a7)](_0x3ac579,this[_0x543fad(0x906)](_0x3ac579));}[_0x36ed40(0x5e4)](){const _0x38c4ec=_0x36ed40;return[...this[_0x38c4ec(0x9b1)][_0x38c4ec(0x8b8)]()][_0x38c4ec(0x980)](_0x34b591=>[..._0x34b591][_0x38c4ec(0x980)](_0x18532c=>me(_0x18532c[_0x38c4ec(0x2ac)])[_0x38c4ec(0x4e4)]))||this[_0x38c4ec(0x628)]()!=null;}[_0x36ed40(0x4be)](_0x18a950){const _0x3b4aae=_0x36ed40;if([...this['_leases']['values']()][_0x3b4aae(0x980)](_0x17fbfe=>[..._0x17fbfe][_0x3b4aae(0x980)](_0x137fec=>this[_0x3b4aae(0x99f)](_0x137fec,_0x18a950))))return!0x0;let _0x137429=this[_0x3b4aae(0x628)]();return _0x137429!=null&&this[_0x3b4aae(0x228)](_0x137429['role']);}['hasHostPreservingChildFocusLease'](_0xc9ed02,_0x4e0028){const _0x1e21c8=_0x36ed40;if(!_0xc9ed02)return!0x1;let _0x1c0f33=this['_leases']['get'](_0xc9ed02);return _0x1c0f33&&[..._0x1c0f33][_0x1e21c8(0x980)](_0x13e2f7=>this[_0x1e21c8(0x58e)](_0x13e2f7,_0x4e0028))?!0x0:this[_0x1e21c8(0x2a7)](_0xc9ed02,this[_0x1e21c8(0x906)](_0xc9ed02));}['hasAnyHostPreservingChildFocusLease'](_0x325072){const _0x39747d=_0x36ed40;return[...this[_0x39747d(0x9b1)][_0x39747d(0x8b8)]()][_0x39747d(0x980)](_0x36afb0=>[..._0x36afb0][_0x39747d(0x980)](_0x2e6fb7=>this[_0x39747d(0x58e)](_0x2e6fb7,_0x325072)))?!0x0:this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x36ed40(0x97d)](_0x25ee47,_0x3af7ed){const _0x3c560e=_0x36ed40;if(!_0x25ee47)return this[_0x3c560e(0x2f4)](_0x3af7ed);if([...this[_0x3c560e(0x9b1)][_0x3c560e(0x8b8)]()][_0x3c560e(0x980)](_0x5ed2be=>[..._0x5ed2be][_0x3c560e(0x980)](_0x48f684=>this[_0x3c560e(0x58e)](_0x48f684,_0x3af7ed)&&this[_0x3c560e(0x7d7)](_0x48f684,_0x25ee47))))return!0x0;let _0x19a42a=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0x19a42a)return!0x1;let _0x1a73bb=this[_0x3c560e(0x9b1)][_0x3c560e(0x335)](_0x19a42a[_0x3c560e(0x467)]);return _0x1a73bb&&[..._0x1a73bb][_0x3c560e(0x980)](_0x19807e=>this['_isHostPreservingLease'](_0x19807e,_0x3af7ed)&&this[_0x3c560e(0x7d7)](_0x19807e,_0x25ee47))?!0x0:this[_0x3c560e(0x90b)](_0x19a42a[_0x3c560e(0x467)],_0x25ee47);}[_0x36ed40(0x941)](_0x763f77){const _0x37a9ce=_0x36ed40;return _0x763f77?[...this['_leases'][_0x37a9ce(0x8b8)]()][_0x37a9ce(0x980)](_0x286d9d=>[..._0x286d9d][_0x37a9ce(0x980)](_0x39ffd1=>this[_0x37a9ce(0xa0f)](_0x39ffd1,_0x763f77)&&me(_0x39ffd1[_0x37a9ce(0x2ac)])[_0x37a9ce(0x4e4)])):!0x1;}[_0x36ed40(0x529)](_0xd1c4f4){const _0x3de223=_0x36ed40;let _0x1f75ae=this[_0x3de223(0x64a)](_0xd1c4f4[_0x3de223(0x467)],_0xd1c4f4[_0x3de223(0x397)]),_0x59de1d={'hostUnitId':_0xd1c4f4[_0x3de223(0x98c)],'childUnitId':_0xd1c4f4[_0x3de223(0x397)],'childType':_0xd1c4f4[_0x3de223(0x560)],'sessionMode':_0xd1c4f4['sessionMode'],'sequence':++this[_0x3de223(0x2ce)]},_0x3c47ae=this[_0x3de223(0x700)][_0x3de223(0x335)](_0xd1c4f4[_0x3de223(0x467)]);return _0x3c47ae||(_0x3c47ae=new Set(),this[_0x3de223(0x700)][_0x3de223(0x436)](_0xd1c4f4[_0x3de223(0x467)],_0x3c47ae)),_0x3c47ae[_0x3de223(0x258)](_0x59de1d),_0x1f75ae!==this['_getRuntimeScopeSnapshot'](_0xd1c4f4[_0x3de223(0x467)],_0xd1c4f4['childUnitId'])&&(this[_0x3de223(0x4cb)](),this[_0x3de223(0x3e7)]()),(0x0,a['toDisposable'])(()=>{const _0x13d2ab=_0x3de223;let _0x3e50e3=this[_0x13d2ab(0x64a)](_0xd1c4f4[_0x13d2ab(0x467)],_0xd1c4f4[_0x13d2ab(0x397)]);_0x3c47ae==null||_0x3c47ae[_0x13d2ab(0x3b2)](_0x59de1d),(_0x3c47ae==null?void 0x0:_0x3c47ae[_0x13d2ab(0x2e6)])===0x0&&this['_runtimeScopes'][_0x13d2ab(0x3b2)](_0xd1c4f4['embedId']),_0x3e50e3!==this['_getRuntimeScopeSnapshot'](_0xd1c4f4[_0x13d2ab(0x467)],_0xd1c4f4['childUnitId'])&&(this['_notifyRuntimeFocusChanged'](),this[_0x13d2ab(0x3e7)]());});}[_0x36ed40(0x429)](_0x3dbe30){const _0x40717e=_0x36ed40;if(!_0x3dbe30)return;let _0x1b4597;for(let [_0x2d4b21,_0x3ada79]of this[_0x40717e(0x700)])for(let _0x5468e8 of _0x3ada79)_0x5468e8[_0x40717e(0x397)]===_0x3dbe30&&(!_0x1b4597||_0x5468e8[_0x40717e(0x299)]>_0x1b4597['scope']['sequence'])&&(_0x1b4597={'embedId':_0x2d4b21,'scope':_0x5468e8});if(_0x1b4597){let {embedId:_0x41bbb7,scope:_0x4942cc}=_0x1b4597;return{'embedId':_0x41bbb7,'hostUnitId':_0x4942cc[_0x40717e(0x98c)],'childUnitId':_0x4942cc[_0x40717e(0x397)],'childType':_0x4942cc[_0x40717e(0x560)],'sessionMode':_0x4942cc[_0x40717e(0x765)]};}}[_0x36ed40(0x8f1)](){const _0x2a9d04=_0x36ed40;let _0x5f14fe;for(let [_0x3a13ef,_0x2d101e]of this[_0x2a9d04(0x9b1)])for(let _0xa92c97 of _0x2d101e){if(_0xa92c97[_0x2a9d04(0x2ac)]!==_0x2a9d04(0x3ef)||!_0xa92c97[_0x2a9d04(0x397)])continue;let _0x422e37=this[_0x2a9d04(0x358)](_0xa92c97);(!_0x5f14fe||_0x422e37>_0x5f14fe['priority']||_0x422e37===_0x5f14fe['priority']&&_0xa92c97['sequence']>_0x5f14fe['lease'][_0x2a9d04(0x299)])&&(_0x5f14fe={'embedId':_0x3a13ef,'lease':_0xa92c97,'priority':_0x422e37});}return _0x5f14fe?{'embedId':_0x5f14fe[_0x2a9d04(0x467)],'hostUnitId':_0x5f14fe['lease']['hostUnitId'],'childUnitId':_0x5f14fe[_0x2a9d04(0x905)]['childUnitId'],'childType':_0x5f14fe[_0x2a9d04(0x905)][_0x2a9d04(0x560)],'sessionMode':this[_0x2a9d04(0x370)](_0x5f14fe[_0x2a9d04(0x905)])}:void 0x0;}[_0x36ed40(0x80f)](_0x448e7f,_0x450fde,_0xc738db){const _0x430f40=_0x36ed40;if(!_0x448e7f)return!0x1;let _0x54f87b=this[_0x430f40(0x621)](_0x450fde,_0xc738db);return _0x54f87b?this[_0x430f40(0x339)](_0x54f87b,_0x448e7f):!0x1;}[_0x36ed40(0xa09)](_0x182234,_0x19f296,_0x5d6802,_0x5b34db){const _0x5316b9=_0x36ed40;return this['isChildUnitRuntimeEvent'](_0x182234,_0x19f296,_0x5d6802)||this['isChildUnitInActiveSession'](_0x182234)?!0x1:this[_0x5316b9(0x97d)](_0x182234,_0x5b34db);}[_0x36ed40(0x9e4)](_0x2cb797){const _0x77c12c=_0x36ed40;let _0x235f22=this['_elements'][_0x77c12c(0x335)](_0x2cb797[_0x77c12c(0x467)]);_0x235f22||(_0x235f22=new Set(),this[_0x77c12c(0x5d8)][_0x77c12c(0x436)](_0x2cb797[_0x77c12c(0x467)],_0x235f22)),_0x235f22[_0x77c12c(0x258)](_0x2cb797[_0x77c12c(0x51e)]);let _0x4422b7=_0x2cb797[_0x77c12c(0x51e)]['getAttribute'](V);return _0x2cb797['element'][_0x77c12c(0x3bf)](V,_0x2cb797[_0x77c12c(0x2ac)]),this[_0x77c12c(0x4cb)](),(0x0,a[_0x77c12c(0x63c)])(()=>{const _0x488438=_0x77c12c;_0x235f22==null||_0x235f22[_0x488438(0x3b2)](_0x2cb797['element']),(_0x235f22==null?void 0x0:_0x235f22[_0x488438(0x2e6)])===0x0&&this[_0x488438(0x5d8)][_0x488438(0x3b2)](_0x2cb797[_0x488438(0x467)]),_0x4422b7==null?_0x2cb797['element'][_0x488438(0x301)](V):_0x2cb797[_0x488438(0x51e)][_0x488438(0x3bf)](V,_0x4422b7),this[_0x488438(0x4cb)]();});}['listElements'](_0x13e583){const _0x5907c9=_0x36ed40;return _0x13e583?[...this['_elements'][_0x5907c9(0x335)](_0x13e583)??[]]:[];}['containsElement'](_0x54ae69,_0x3685f3,_0x1250c3){const _0x217cba=_0x36ed40;if(!_0x54ae69)return!0x1;let _0xcd973a=this['_elements'][_0x217cba(0x335)](_0x54ae69),_0xeb4fa7=typeof(_0x1250c3==null?void 0x0:_0x1250c3[_0x217cba(0x98b)])==_0x217cba(0x6fd)?_0x1250c3[_0x217cba(0x98b)]():void 0x0;if(_0xcd973a!=null&&_0xcd973a[_0x217cba(0x2e6)]&&_0xeb4fa7!=null&&_0xeb4fa7[_0x217cba(0x980)](_0x10313d=>{let _0x4016f6=ge(_0x10313d);return _0x4016f6?this['_containsRegisteredElement'](_0xcd973a,_0x4016f6):!0x1;})||_0xeb4fa7!=null&&_0xeb4fa7[_0x217cba(0x980)](_0x480d96=>{let _0x5576b1=ge(_0x480d96);return _0x5576b1?this['_isOwnedBoundaryElement'](_0x54ae69,_0x5576b1):!0x1;}))return!0x0;let _0x56d6e6=ge(_0x3685f3);return!!_0x56d6e6&&(!!(_0xcd973a!=null&&_0xcd973a[_0x217cba(0x2e6)])&&this[_0x217cba(0x3e4)](_0xcd973a,_0x56d6e6)||this[_0x217cba(0x650)](_0x54ae69,_0x56d6e6));}[_0x36ed40(0x3e4)](_0x1eb54a,_0x2d51a0){const _0x2a2deb=_0x36ed40;return[..._0x1eb54a][_0x2a2deb(0x980)](_0x3ac0f3=>_0x3ac0f3===_0x2d51a0||_0x3ac0f3[_0x2a2deb(0x9fe)](_0x2d51a0));}['_isBlockingLease'](_0x5cf557,_0x30b2f4){const _0x283839=_0x36ed40;var _0x2d7ade;return _0x5cf557[_0x283839(0x5ec)]&&_0x30b2f4!=null&&(_0x2d7ade=_0x30b2f4[_0x283839(0x56b)])!=null&&_0x2d7ade[_0x283839(0x3ed)](_0x5cf557[_0x283839(0x5ec)])?!0x1:this[_0x283839(0x228)](_0x5cf557[_0x283839(0x2ac)]);}[_0x36ed40(0x58e)](_0x2c1715,_0x2a2372){const _0x23e42c=_0x36ed40;var _0x23695c;return _0x2c1715[_0x23e42c(0x5ec)]&&_0x2a2372!=null&&(_0x23695c=_0x2a2372[_0x23e42c(0x56b)])!=null&&_0x23695c[_0x23e42c(0x3ed)](_0x2c1715[_0x23e42c(0x5ec)])?!0x1:me(_0x2c1715[_0x23e42c(0x2ac)])[_0x23e42c(0x4e4)];}['_leaseAppliesToHostUnit'](_0x1a8b44,_0x5e81dd){const _0x45ad5c=_0x36ed40;return _0x1a8b44[_0x45ad5c(0x98c)]==null||_0x1a8b44[_0x45ad5c(0x98c)]===_0x5e81dd;}[_0x36ed40(0x90b)](_0xb318f2,_0x1e42b6){const _0x2bec76=_0x36ed40;let _0x4dfa6d=this[_0x2bec76(0x700)][_0x2bec76(0x335)](_0xb318f2);return!!_0x4dfa6d&&[..._0x4dfa6d][_0x2bec76(0x980)](_0x59a6ca=>_0x59a6ca[_0x2bec76(0x98c)]==null||_0x59a6ca['hostUnitId']===_0x1e42b6);}[_0x36ed40(0xa0f)](_0x1c5b51,_0x59bfac){const _0x1a7b77=_0x36ed40;var _0x117ab2;return _0x1c5b51['childUnitId']===_0x59bfac||((_0x117ab2=_0x1c5b51[_0x1a7b77(0x557)])==null?void 0x0:_0x117ab2[_0x1a7b77(0x3ed)](_0x59bfac))===!0x0;}[_0x36ed40(0x339)](_0x1e35f8,_0x52e4ce){const _0x4b3605=_0x36ed40;if([...this[_0x4b3605(0x700)][_0x4b3605(0x335)](_0x1e35f8)??[]][_0x4b3605(0x980)](_0x3390b0=>_0x3390b0[_0x4b3605(0x397)]===_0x52e4ce))return!0x0;let _0x149118=this['_leases']['get'](_0x1e35f8);return!!_0x149118&&[..._0x149118][_0x4b3605(0x980)](_0x508b89=>this[_0x4b3605(0xa0f)](_0x508b89,_0x52e4ce));}['_isBlockingRole'](_0x3dfaf2){const _0x905bd8=_0x36ed40;return me(_0x3dfaf2)[_0x905bd8(0x28c)];}[_0x36ed40(0x358)](_0x494036){const _0x280487=_0x36ed40;let _0x18aa77=this['_resolveChildSessionMode'](_0x494036);return _0x18aa77===_0x280487(0x36f)?0x1e:_0x18aa77===_0x280487(0x495)?0x14:_0x18aa77===_0x280487(0x73d)?0xa:0x0;}[_0x36ed40(0x370)](_0x30ea39){const _0x1ee0a3=_0x36ed40;return _0x30ea39['sessionMode']?_0x30ea39['sessionMode']:_0x30ea39[_0x1ee0a3(0x5ec)]===_0x1ee0a3(0x2a2)?'child-fullscreen':_0x30ea39[_0x1ee0a3(0x5ec)]===_0x1ee0a3(0x2ec)||_0x30ea39[_0x1ee0a3(0x5ec)]==='doc-block-stage2-runtime'?_0x1ee0a3(0x495):_0x30ea39['owner']===_0x1ee0a3(0x78e)?_0x1ee0a3(0x73d):_0x30ea39[_0x1ee0a3(0x2ac)]===_0x1ee0a3(0x3ef)?_0x1ee0a3(0x495):'host-passive';}['_isOwnedBoundaryElement'](_0x38d6eb,_0x393f28){const _0x2d19b8=_0x36ed40;return _0x393f28[_0x2d19b8(0x71c)]('['+G+'=\x22'+_0x38d6eb+'\x22]')!=null;}[_0x36ed40(0x621)](_0x11765a,_0xb271f0){const _0x326ba7=_0x36ed40;let _0x38934b=typeof(_0xb271f0==null?void 0x0:_0xb271f0[_0x326ba7(0x98b)])==_0x326ba7(0x6fd)?_0xb271f0[_0x326ba7(0x98b)]():void 0x0,_0x5bdc1b=_0x38934b==null?void 0x0:_0x38934b[_0x326ba7(0x789)](_0x4908af=>ge(_0x4908af))[_0x326ba7(0x1f2)](_0x54e3d3=>_0x54e3d3==null?void 0x0:_0x54e3d3[_0x326ba7(0x617)](G)),_0x25dde2=ge(_0x11765a),_0x3f7a4b=_0x5bdc1b??(_0x25dde2==null?void 0x0:_0x25dde2[_0x326ba7(0x71c)](_0x326ba7(0x52b)))??void 0x0;return(_0x3f7a4b==null?void 0x0:_0x3f7a4b[_0x326ba7(0x5f9)](_0x326ba7(0x2cd)))??this[_0x326ba7(0x2cb)](_0xb271f0);}[_0x36ed40(0x2cb)](_0x5737ed){const _0x1cf7f4=_0x36ed40;let _0x492761=this['_getEventClientPoint'](_0x5737ed);if(!_0x492761)return;let _0x50f8a8;for(let [_0x2e7e89,_0x15d647]of this[_0x1cf7f4(0x5d8)])for(let _0x9c1195 of _0x15d647){let _0x5a9968=_0x9c1195[_0x1cf7f4(0x886)]();if(!this[_0x1cf7f4(0x599)](_0x5a9968,_0x492761[_0x1cf7f4(0x9ed)],_0x492761[_0x1cf7f4(0x411)]))continue;let _0x127cc3=_0x5a9968[_0x1cf7f4(0x76f)]*_0x5a9968[_0x1cf7f4(0x2af)];(!_0x50f8a8||_0x127cc3<_0x50f8a8[_0x1cf7f4(0x1ed)])&&(_0x50f8a8={'embedId':_0x2e7e89,'area':_0x127cc3});}return _0x50f8a8==null?void 0x0:_0x50f8a8[_0x1cf7f4(0x467)];}[_0x36ed40(0x321)](_0x2dfd0e){const _0x5da148=_0x36ed40;let _0x182c0c=_0x2dfd0e;if(_0x182c0c){if(Number['isFinite'](_0x182c0c[_0x5da148(0x9ed)])&&Number[_0x5da148(0x4eb)](_0x182c0c[_0x5da148(0x411)]))return{'clientX':_0x182c0c['clientX'],'clientY':_0x182c0c[_0x5da148(0x411)]};if(Number[_0x5da148(0x4eb)](_0x182c0c['x'])&&Number['isFinite'](_0x182c0c['y']))return{'clientX':_0x182c0c['x'],'clientY':_0x182c0c['y']};}}['_rectContainsPoint'](_0x4e5085,_0x5bc36f,_0x4839eb){const _0x35d184=_0x36ed40;return _0x4e5085['width']>0x0&&_0x4e5085['height']>0x0&&_0x5bc36f>=_0x4e5085['left']&&_0x5bc36f<=_0x4e5085['right']&&_0x4839eb>=_0x4e5085[_0x35d184(0xa16)]&&_0x4839eb<=_0x4e5085[_0x35d184(0x611)];}['_getActiveOwnedRuntimeFocusInfo'](){const _0x48d28a=_0x36ed40;let _0x580b55=this[_0x48d28a(0x858)]();if(!_0x580b55)return;let _0x16e60d=_0x580b55['closest']('['+G+']');if(!_0x16e60d)return;let _0x10bf6a=_0x16e60d[_0x48d28a(0x5f9)](G),_0x569e26=U(_0x580b55);return _0x10bf6a&&_0x569e26?{'embedId':_0x10bf6a,'role':_0x569e26}:void 0x0;}[_0x36ed40(0x858)](){const _0x56518c=_0x36ed40;for(let _0x22eaa9 of this[_0x56518c(0x5d8)][_0x56518c(0x8b8)]()){var _0xb3d26f;let _0x28b95b=(_0xb3d26f=_0x22eaa9[_0x56518c(0x8b8)]()[_0x56518c(0x45d)]()['value'])==null?void 0x0:_0xb3d26f[_0x56518c(0x76e)];if(_0x28b95b!=null&&_0x28b95b[_0x56518c(0x7eb)])return _0x28b95b[_0x56518c(0x7eb)];}return typeof document>'u'?null:document['activeElement'];}[_0x36ed40(0x906)](_0x41b1b8){const _0xc9a86f=_0x36ed40;var _0x51ddd2;let _0xada3f5=this[_0xc9a86f(0x5d8)][_0xc9a86f(0x335)](_0x41b1b8),_0xa01792=_0xada3f5==null||(_0x51ddd2=_0xada3f5['values']()[_0xc9a86f(0x45d)]()['value'])==null?void 0x0:_0x51ddd2[_0xc9a86f(0x76e)];return(_0xa01792==null?void 0x0:_0xa01792[_0xc9a86f(0x7eb)])??(typeof document>'u'?null:document[_0xc9a86f(0x7eb)]);}[_0x36ed40(0x1fa)](_0x4452dc,_0x427e02){const _0x24e985=_0x36ed40;let _0xd329d7=[...this[_0x24e985(0x9b1)]['get'](_0x4452dc)??[]][_0x24e985(0x32c)](_0x427e02)[_0x24e985(0x789)](_0x44da66=>JSON[_0x24e985(0x6b0)]({'associatedChildUnitIds':_0x44da66[_0x24e985(0x557)]?[..._0x44da66[_0x24e985(0x557)]][_0x24e985(0x985)]():void 0x0,'childType':_0x44da66[_0x24e985(0x560)],'childUnitId':_0x44da66['childUnitId'],'hostUnitId':_0x44da66[_0x24e985(0x98c)],'owner':_0x44da66[_0x24e985(0x5ec)],'role':_0x44da66[_0x24e985(0x2ac)],'sessionMode':_0x44da66['sessionMode']}));return JSON['stringify']({'leases':[...new Set(_0xd329d7)][_0x24e985(0x985)](),'activeSession':this[_0x24e985(0x8f1)]()});}[_0x36ed40(0x64a)](_0x328782,_0x58d2ed){const _0x444219=_0x36ed40;let _0x53056e=[...this[_0x444219(0x700)][_0x444219(0x335)](_0x328782)??[]][_0x444219(0x789)](_0x131fce=>JSON[_0x444219(0x6b0)]({'childType':_0x131fce['childType'],'childUnitId':_0x131fce[_0x444219(0x397)],'hostUnitId':_0x131fce['hostUnitId'],'sessionMode':_0x131fce['sessionMode']}));return JSON[_0x444219(0x6b0)]({'scopes':[...new Set(_0x53056e)]['sort'](),'resolvedScope':this[_0x444219(0x429)](_0x58d2ed)});}[_0x36ed40(0x4cb)](){const _0x3e1a24=_0x36ed40;this[_0x3e1a24(0x322)][_0x3e1a24(0x45d)]();}[_0x36ed40(0x3e7)](){const _0x2bf56e=_0x36ed40;this[_0x2bf56e(0x786)]['next']();}};const G=_0x36ed40(0x2cd);function _e(_0x2c7179){const _0x2cb6e0=_0x36ed40;return _0x2c7179===a[_0x2cb6e0(0x583)][_0x2cb6e0(0x80b)]||_0x2c7179===a[_0x2cb6e0(0x583)]['UNIVER_SHEET']||_0x2c7179===a[_0x2cb6e0(0x583)][_0x2cb6e0(0x419)];}const ve='univer-pointer-events-none';function K(_0x1e0ebb){const _0x172e4e=_0x36ed40;var _0x21ac10;return(_0x1e0ebb==null||(_0x21ac10=_0x1e0ebb[_0x172e4e(0x71c)](_0x172e4e(0x52b)))==null?void 0x0:_0x21ac10[_0x172e4e(0x5f9)](_0x172e4e(0x2cd)))??void 0x0;}var q=class{constructor(){const _0x2ad678=_0x36ed40;z(this,_0x2ad678(0x977),new Map()),z(this,_0x2ad678(0x981),new Map()),z(this,_0x2ad678(0x961),new WeakMap()),z(this,'_closedPortalInputGuards',new WeakSet()),z(this,_0x2ad678(0x77e),new WeakMap()),z(this,_0x2ad678(0x23e),void 0x0);}[_0x36ed40(0x97b)](_0x1d82ed,_0x49597d,_0x48bf38){const _0x1123af=_0x36ed40;let _0x595a6b=this[_0x1123af(0x977)][_0x1123af(0x335)](_0x1d82ed);_0x595a6b||(_0x595a6b=new Set(),this['_roots'][_0x1123af(0x436)](_0x1d82ed,_0x595a6b)),_0x48bf38&&this['_childUnitIds'][_0x1123af(0x436)](_0x1d82ed,_0x48bf38),_0x595a6b[_0x1123af(0x258)](_0x49597d);let _0x5330ca=_0x49597d[_0x1123af(0x5f9)](G),_0x1590ea=_0x49597d[_0x1123af(0x5f9)](c[_0x1123af(0x4ce)]);_0x49597d[_0x1123af(0x3bf)](G,_0x1d82ed),_0x48bf38&&_0x49597d[_0x1123af(0x3bf)](c[_0x1123af(0x4ce)],_0x48bf38);let _0x3e180b=this[_0x1123af(0x4e2)](_0x1d82ed,_0x49597d),_0x3f4ee4=()=>this[_0x1123af(0x8c6)](_0x1d82ed,_0x49597d[_0x1123af(0x76e)]);return _0x49597d[_0x1123af(0x75e)](_0x1123af(0x603),_0x3f4ee4,!0x0),_0x49597d[_0x1123af(0x75e)](_0x1123af(0x5fc),_0x3f4ee4,!0x0),_0x49597d[_0x1123af(0x75e)]('focusin',_0x3f4ee4,!0x0),(0x0,a[_0x1123af(0x63c)])(()=>{const _0xd9f676=_0x1123af;var _0x1c7b36;_0x3e180b[_0xd9f676(0x5df)](),_0x49597d[_0xd9f676(0x2bb)]('pointerdown',_0x3f4ee4,!0x0),_0x49597d[_0xd9f676(0x2bb)](_0xd9f676(0x5fc),_0x3f4ee4,!0x0),_0x49597d[_0xd9f676(0x2bb)](_0xd9f676(0x66d),_0x3f4ee4,!0x0),((_0x1c7b36=this[_0xd9f676(0x23e)])==null?void 0x0:_0x1c7b36[_0xd9f676(0x467)])===_0x1d82ed&&this[_0xd9f676(0x23e)]['document']===_0x49597d['ownerDocument']&&(this[_0xd9f676(0x23e)]=void 0x0),_0x595a6b==null||_0x595a6b[_0xd9f676(0x3b2)](_0x49597d),_0x595a6b&&_0x595a6b[_0xd9f676(0x2e6)]===0x0&&(this['_roots'][_0xd9f676(0x3b2)](_0x1d82ed),this[_0xd9f676(0x981)][_0xd9f676(0x3b2)](_0x1d82ed)),_0x5330ca==null?_0x49597d[_0xd9f676(0x301)](G):_0x49597d[_0xd9f676(0x3bf)](G,_0x5330ca),_0x1590ea==null?_0x49597d[_0xd9f676(0x301)](c[_0xd9f676(0x4ce)]):_0x49597d[_0xd9f676(0x3bf)](c['EMBED_CHILD_UNIT_ID_ATTRIBUTE'],_0x1590ea);});}['_registerRootPopupDescendantFocusRoles'](_0x4cdc3f,_0x2b2a71){const _0x2630b3=_0x36ed40;let _0x107e08=_0x2b2a71[_0x2630b3(0x76e)][_0x2630b3(0x246)],_0x10c7cc=new Map(),_0x2a8e79=new Map(),_0x4382ea,_0x1dc404=!0x1,_0x5b8844=_0x17f852=>{const _0xd40bed=_0x2630b3;_0x10c7cc[_0xd40bed(0x82c)](_0x17f852)||_0x10c7cc[_0xd40bed(0x436)](_0x17f852,_0x17f852[_0xd40bed(0x5f9)](G)),_0x2a8e79[_0xd40bed(0x82c)](_0x17f852)||_0x2a8e79[_0xd40bed(0x436)](_0x17f852,_0x17f852[_0xd40bed(0x5f9)](V));},_0x277324=_0x3a8bd6=>{const _0x580918=_0x2630b3;_0x5b8844(_0x3a8bd6),_0x3a8bd6[_0x580918(0x3bf)](G,_0x4cdc3f),_0x3a8bd6[_0x580918(0x3bf)](V,_0x580918(0x5c1));},_0x849a61=_0x4558c8=>{const _0x38f1c4=_0x2630b3;this[_0x38f1c4(0x44e)](_0x4558c8)&&(_0x277324(_0x4558c8),_0x4558c8[_0x38f1c4(0x32a)]('*')[_0x38f1c4(0x5f4)](_0x277324));},_0x367429=_0x33cbec=>{const _0x5521a4=_0x2630b3;_0x1dc404||(_0x849a61(_0x33cbec),_0x33cbec[_0x5521a4(0x32a)]('*')[_0x5521a4(0x5f4)](_0x276de9=>_0x849a61(_0x276de9)));};return _0x367429(_0x2b2a71),_0x107e08!=null&&_0x107e08['MutationObserver']&&(_0x4382ea=new _0x107e08['MutationObserver'](_0x19f965=>{const _0x21900f=_0x2630b3;_0x19f965[_0x21900f(0x5f4)](_0x59c319=>{_0x59c319['addedNodes']['forEach'](_0x2dfa35=>{const _0x5bfb35=_0x2eed;_0x2dfa35 instanceof _0x107e08[_0x5bfb35(0xa01)]&&_0x367429(_0x2dfa35);});});}),_0x4382ea[_0x2630b3(0x336)](_0x2b2a71,{'childList':!0x0,'subtree':!0x0})),(0x0,a['toDisposable'])(()=>{const _0x28f0af=_0x2630b3;_0x1dc404=!0x0,_0x4382ea==null||_0x4382ea[_0x28f0af(0x3d3)](),_0x10c7cc[_0x28f0af(0x5f4)]((_0x1faca0,_0x50f30e)=>{const _0x3b8683=_0x28f0af;if(_0x1faca0==null){_0x50f30e[_0x3b8683(0x301)](G);return;}_0x50f30e[_0x3b8683(0x3bf)](G,_0x1faca0);}),_0x2a8e79['forEach']((_0x2cf888,_0x1d51b2)=>{const _0x171a4f=_0x28f0af;if(_0x2cf888==null){_0x1d51b2[_0x171a4f(0x301)](V);return;}_0x1d51b2[_0x171a4f(0x3bf)](V,_0x2cf888);});});}[_0x36ed40(0x22a)](_0x2ff6b2,_0x2a91e7){const _0x1a0be8=_0x36ed40;let _0x329ed1=this['_roots']['get'](_0x2ff6b2);_0x329ed1||(_0x329ed1=new Set(),this[_0x1a0be8(0x977)]['set'](_0x2ff6b2,_0x329ed1)),_0x329ed1[_0x1a0be8(0x258)](_0x2a91e7);let _0x5810df=this[_0x1a0be8(0x554)](_0x2ff6b2,_0x2a91e7);return(0x0,a['toDisposable'])(()=>{const _0x35a5c8=_0x1a0be8;_0x329ed1==null||_0x329ed1['delete'](_0x2a91e7),_0x329ed1&&_0x329ed1[_0x35a5c8(0x2e6)]===0x0&&this['_roots'][_0x35a5c8(0x3b2)](_0x2ff6b2),_0x5810df['dispose']();});}[_0x36ed40(0x9fe)](_0x460a8c,_0x457021,_0x599404){const _0x8bc5a4=_0x36ed40;let _0x3783ba=typeof(_0x599404==null?void 0x0:_0x599404[_0x8bc5a4(0x98b)])=='function'?_0x599404['composedPath']():void 0x0;if(_0x3783ba!=null&&_0x3783ba[_0x8bc5a4(0x980)](_0x207f9c=>_0x207f9c instanceof HTMLElement&&this[_0x8bc5a4(0x869)](_0x460a8c,_0x207f9c)))return!0x0;if(!(_0x457021 instanceof HTMLElement))return!0x1;if(this['_isOwnedElement'](_0x460a8c,_0x457021))return!0x0;if(!_0x460a8c)return Array[_0x8bc5a4(0x513)](this[_0x8bc5a4(0x977)][_0x8bc5a4(0x8b8)]())[_0x8bc5a4(0x980)](_0x55c3e1=>[..._0x55c3e1][_0x8bc5a4(0x980)](_0x4e56c2=>_0x4e56c2['isConnected']&&_0x4e56c2['contains'](_0x457021)));let _0x493aae=this[_0x8bc5a4(0x977)][_0x8bc5a4(0x335)](_0x460a8c);return!!_0x493aae&&[..._0x493aae][_0x8bc5a4(0x980)](_0x418c3f=>_0x418c3f['isConnected']&&_0x418c3f['contains'](_0x457021));}['hasRecentInteraction'](_0x2a07f2){const _0x123412=_0x36ed40;let _0x58ce96=_0x2a07f2?this[_0x123412(0x77e)][_0x123412(0x335)](_0x2a07f2):typeof document<'u'?this['_activePortalOwners'][_0x123412(0x335)](document):void 0x0;if(_0x58ce96!=null&&_0x58ce96[_0x123412(0x248)])return!0x0;let _0x48c88e=this['_pendingPortalOwner'];return!_0x48c88e||Date['now']()>_0x48c88e['expiresAt']?!0x1:!_0x2a07f2||_0x48c88e[_0x123412(0x458)]===_0x2a07f2;}[_0x36ed40(0x47e)](_0x353ac8,_0x4a6e65){const _0x5a1ec8=_0x36ed40;if(!_0x353ac8)return!0x1;let _0x50b696=_0x4a6e65?this[_0x5a1ec8(0x77e)][_0x5a1ec8(0x335)](_0x4a6e65):typeof document<'u'?this[_0x5a1ec8(0x77e)][_0x5a1ec8(0x335)](document):void 0x0;if(_0x50b696!=null&&_0x50b696['some'](_0xfb6e07=>_0xfb6e07[_0x5a1ec8(0x467)]===_0x353ac8))return!0x0;let _0x39aae7=this['_pendingPortalOwner'];return!_0x39aae7||_0x39aae7[_0x5a1ec8(0x467)]!==_0x353ac8||Date[_0x5a1ec8(0x614)]()>_0x39aae7[_0x5a1ec8(0x829)]?!0x1:!_0x4a6e65||_0x39aae7[_0x5a1ec8(0x458)]===_0x4a6e65;}[_0x36ed40(0x3d0)](_0x2cf3fa,_0x58762f){const _0x167dec=_0x36ed40;!_0x2cf3fa||!(_0x58762f!=null&&_0x58762f['body'])||this['_collectOwnedFloatingSurfaceRoots'](_0x2cf3fa,_0x58762f)['forEach'](_0x22e840=>this[_0x167dec(0x5a0)](_0x22e840,_0x58762f));}[_0x36ed40(0x840)](_0x27098a,_0x15f406,_0x7a7cd0={}){const _0x10add8=_0x36ed40;var _0x1c7290;if(!(_0x15f406!=null&&_0x15f406['body']))return(0x0,a[_0x10add8(0x63c)])(()=>{});let _0x53e9a6=Symbol(_0x27098a),_0x36a043=this[_0x10add8(0x77e)][_0x10add8(0x335)](_0x15f406)??[],_0x523621=_0x7a7cd0[_0x10add8(0x338)]??!0x0;return _0x36a043[_0x10add8(0x5b5)]({'embedId':_0x27098a,'includeAppShellEditorPortal':_0x523621,'token':_0x53e9a6}),this['_activePortalOwners'][_0x10add8(0x436)](_0x15f406,_0x36a043),this['_ensurePortalObserver'](_0x15f406),this[_0x10add8(0x5f5)](_0x27098a,_0x15f406,{'includeAppShellEditorPortal':_0x523621,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x10add8(0x437)](_0x27098a,_0x15f406),(_0x1c7290=_0x15f406[_0x10add8(0x246)])==null||_0x1c7290[_0x10add8(0x62a)](()=>{const _0x1699bb=_0x10add8;let _0x36dd09=this[_0x1699bb(0x1fc)](_0x15f406);(_0x36dd09==null?void 0x0:_0x36dd09[_0x1699bb(0x467)])===_0x27098a&&_0x36dd09[_0x1699bb(0x48d)]===_0x53e9a6&&(this[_0x1699bb(0x5f5)](_0x27098a,_0x15f406,{'includeAppShellEditorPortal':_0x523621,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x27098a,_0x15f406));},0x0),(0x0,a[_0x10add8(0x63c)])(()=>{const _0x389697=_0x10add8;let _0xb93cf2=this[_0x389697(0x77e)][_0x389697(0x335)](_0x15f406),_0x2f7bc8=!0x1;if(_0xb93cf2){let _0x545900=_0xb93cf2[_0x389697(0x822)](_0x138130=>_0x138130[_0x389697(0x467)]===_0x27098a&&_0x138130[_0x389697(0x48d)]===_0x53e9a6);_0x545900>=0x0&&_0xb93cf2[_0x389697(0x23c)](_0x545900,0x1),_0x2f7bc8=_0xb93cf2[_0x389697(0x980)](_0x226796=>_0x226796[_0x389697(0x467)]===_0x27098a),_0xb93cf2[_0x389697(0x248)]===0x0&&this[_0x389697(0x77e)][_0x389697(0x3b2)](_0x15f406);}_0x2f7bc8||this['_releaseBodyPortalClaims'](_0x27098a,_0x15f406);let _0x3ea06b=this[_0x389697(0x1fc)](_0x15f406);_0x3ea06b&&(this[_0x389697(0x5f5)](_0x3ea06b[_0x389697(0x467)],_0x15f406,{'includeAppShellEditorPortal':_0x3ea06b[_0x389697(0x338)],'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x389697(0x437)](_0x3ea06b[_0x389697(0x467)],_0x15f406));});}[_0x36ed40(0x539)](_0x249a3d,_0x5eaad8){const _0x2ff2ff=_0x36ed40;var _0x61481c;let _0x3feebb=new Set(),_0x373e65=_0x457207=>{const _0x5110dc=_0x2eed;let _0x2f55f7=this[_0x5110dc(0x8e6)](_0x457207);!_0x2f55f7||!this[_0x5110dc(0x869)](_0x249a3d,_0x2f55f7)||_0x3feebb['add'](_0x2f55f7);};return _0x5eaad8[_0x2ff2ff(0x2d0)][_0x2ff2ff(0x32a)]('['+G+'=\x22'+_0x249a3d+'\x22]')[_0x2ff2ff(0x5f4)](_0x373e65),(_0x61481c=this[_0x2ff2ff(0x977)][_0x2ff2ff(0x335)](_0x249a3d))==null||_0x61481c['forEach'](_0x41f385=>{const _0x48b064=_0x2ff2ff;_0x41f385[_0x48b064(0x223)]&&(_0x373e65(_0x41f385),_0x41f385['querySelectorAll']('*')[_0x48b064(0x5f4)](_0x373e65));}),[..._0x3feebb][_0x2ff2ff(0x985)]((_0x444f50,_0x4b0a01)=>_0x444f50[_0x2ff2ff(0x9fe)](_0x4b0a01)?0x1:_0x4b0a01['contains'](_0x444f50)?-0x1:0x0);}[_0x36ed40(0x8e6)](_0x3182e5){const _0x44415c=_0x36ed40;if(!_0x3182e5[_0x44415c(0x71c)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]')&&this[_0x44415c(0x44e)](_0x3182e5))return _0x3182e5[_0x44415c(0x71c)](_0x44415c(0x77a))??_0x3182e5;}[_0x36ed40(0x5a0)](_0x45578a,_0x1819d5){const _0xd5f55f=_0x36ed40;let _0x1ff7a4=_0x1819d5[_0xd5f55f(0x246)],_0x2f46b3=_0x1819d5[_0xd5f55f(0x7eb)]instanceof HTMLElement&&_0x45578a['contains'](_0x1819d5[_0xd5f55f(0x7eb)])?_0x1819d5[_0xd5f55f(0x7eb)]:_0x45578a,_0x277781=_0x1ff7a4!=null&&_0x1ff7a4['KeyboardEvent']?new _0x1ff7a4['KeyboardEvent'](_0xd5f55f(0x6ad),{'key':'Escape','code':_0xd5f55f(0x596),'bubbles':!0x0,'cancelable':!0x0}):new Event('keydown',{'bubbles':!0x0,'cancelable':!0x0});_0x2f46b3[_0xd5f55f(0x69d)](_0x277781);}[_0x36ed40(0x869)](_0xdd550d,_0x54ce01){const _0x3395d1=_0x36ed40;let _0x17ee33=_0x54ce01[_0x3395d1(0x71c)]('['+G+']'),_0x2cc577=_0x17ee33==null?void 0x0:_0x17ee33[_0x3395d1(0x5f9)](G);if(_0x2cc577&&(!_0xdd550d||_0x2cc577===_0xdd550d))return!0x0;if(!_0xdd550d)return Array[_0x3395d1(0x513)](this[_0x3395d1(0x977)][_0x3395d1(0x8b8)]())[_0x3395d1(0x980)](_0x47f9d9=>[..._0x47f9d9][_0x3395d1(0x980)](_0x13b2a9=>_0x13b2a9===_0x54ce01||_0x13b2a9[_0x3395d1(0x9fe)](_0x54ce01)));let _0x1a25f7=this['_roots'][_0x3395d1(0x335)](_0xdd550d);return!!_0x1a25f7&&[..._0x1a25f7]['some'](_0x59dac3=>_0x59dac3===_0x54ce01||_0x59dac3[_0x3395d1(0x9fe)](_0x54ce01));}['_claimBodyPortals'](_0x1928ee,_0x5e8a8a){const _0x2fea83=_0x36ed40;var _0x474602;_0x5e8a8a!=null&&_0x5e8a8a['body']&&(this[_0x2fea83(0x23e)]={'embedId':_0x1928ee,'document':_0x5e8a8a,'expiresAt':Date[_0x2fea83(0x614)]()+0x3e8},this['_ensurePortalObserver'](_0x5e8a8a),this[_0x2fea83(0x5f5)](_0x1928ee,_0x5e8a8a,{'includeAppShellEditorPortal':!0x1}),(_0x474602=_0x5e8a8a[_0x2fea83(0x246)])==null||_0x474602[_0x2fea83(0x62a)](()=>{const _0x54d7c3=_0x2fea83;let _0x1c62ac=this['_pendingPortalOwner'];(_0x1c62ac==null?void 0x0:_0x1c62ac[_0x54d7c3(0x467)])===_0x1928ee&&_0x1c62ac[_0x54d7c3(0x458)]===_0x5e8a8a&&Date[_0x54d7c3(0x614)]()<=_0x1c62ac['expiresAt']&&this[_0x54d7c3(0x5f5)](_0x1928ee,_0x5e8a8a,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x36ed40(0x8f2)](_0x47f906){const _0x57c431=_0x36ed40;if(this[_0x57c431(0x961)][_0x57c431(0x82c)](_0x47f906)||!_0x47f906[_0x57c431(0x2d0)])return;let _0x31dcca=_0x47f906[_0x57c431(0x246)];if(!(_0x31dcca!=null&&_0x31dcca[_0x57c431(0x778)]))return;let _0x406f4d=new _0x31dcca[(_0x57c431(0x778))](_0xc2063a=>{const _0x382e78=_0x57c431;let _0x37698a=this[_0x382e78(0x383)](_0x47f906);if(!_0x37698a)return;let _0x252b34={'includeAppShellEditorPortal':_0x37698a[_0x382e78(0x338)],'allowOwnedPortalReassignment':_0x37698a[_0x382e78(0x766)],'allowDirectBodyPortal':!_0x37698a[_0x382e78(0x766)]};_0xc2063a[_0x382e78(0x5f4)](_0x272fbc=>{const _0x3e8bb0=_0x382e78;_0x272fbc[_0x3e8bb0(0x9e8)]==='attributes'&&_0x272fbc[_0x3e8bb0(0x392)]instanceof _0x31dcca['HTMLElement']&&(this[_0x3e8bb0(0x5ba)](_0x272fbc[_0x3e8bb0(0x392)],_0x37698a['embedId'],_0x47f906,_0x252b34),_0x272fbc[_0x3e8bb0(0x716)]==='data-state'&&this[_0x3e8bb0(0x1e8)](_0x272fbc[_0x3e8bb0(0x392)],_0x37698a['embedId'])),_0x272fbc[_0x3e8bb0(0x463)]['forEach'](_0x2bcda3=>{const _0x463cb5=_0x3e8bb0;_0x2bcda3 instanceof _0x31dcca[_0x463cb5(0xa01)]&&(this[_0x463cb5(0x5ba)](_0x2bcda3,_0x37698a['embedId'],_0x47f906,_0x252b34),_0x2bcda3['querySelectorAll']('*')['forEach'](_0x3f6ebd=>{const _0x32a183=_0x463cb5;this[_0x32a183(0x5ba)](_0x3f6ebd,_0x37698a[_0x32a183(0x467)],_0x47f906,_0x252b34);}),_0x2bcda3[_0x463cb5(0x617)](_0x463cb5(0x569))&&this[_0x463cb5(0x1e8)](_0x2bcda3,_0x37698a[_0x463cb5(0x467)]),_0x2bcda3['querySelectorAll'](_0x463cb5(0x823))[_0x463cb5(0x5f4)](_0x5a1b6d=>{const _0x89ce44=_0x463cb5;this['_syncClosedPortalInputGuard'](_0x5a1b6d,_0x37698a[_0x89ce44(0x467)]);}));});}),_0x37698a['stable']&&this[_0x382e78(0x437)](_0x37698a[_0x382e78(0x467)],_0x47f906);});_0x406f4d['observe'](_0x47f906[_0x57c431(0x2d0)],{'attributeFilter':[_0x57c431(0x504),'data-state','data-u-comp','id',_0x57c431(0x2ac),_0x57c431(0x691)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x406f4d[_0x57c431(0x273)](),this[_0x57c431(0x961)][_0x57c431(0x436)](_0x47f906,_0x406f4d);}['_markBodyPortalOwner'](_0x469876,_0x48c9e8,_0x73e7b3,_0x50962f={}){const _0x32377c=_0x36ed40;_0x50962f[_0x32377c(0x9ad)]===!0x1&&_0x469876[_0x32377c(0x62c)]===_0x73e7b3[_0x32377c(0x2d0)]&&!this[_0x32377c(0x851)](_0x469876)&&!this['_isAppShellEditorPortalCandidate'](_0x469876)||this['_isBodyPortalCandidate'](_0x469876,_0x73e7b3,_0x50962f)&&(!this[_0x32377c(0x661)](_0x469876)&&this[_0x32377c(0x24f)](_0x469876,_0x73e7b3)||(this[_0x32377c(0x98d)](_0x469876,_0x48c9e8,_0x73e7b3),this[_0x32377c(0x554)](_0x48c9e8,_0x469876,{'transient':!0x0}),this[_0x32377c(0x2a6)](_0x469876,_0x50962f)));}[_0x36ed40(0x5f5)](_0x2a45ac,_0x32609e,_0x297daf={}){const _0x1ae3f8=_0x36ed40;_0x32609e[_0x1ae3f8(0x2d0)][_0x1ae3f8(0x32a)]('*')[_0x1ae3f8(0x5f4)](_0x1af4e7=>{const _0x197b87=_0x1ae3f8;this[_0x197b87(0x5ba)](_0x1af4e7,_0x2a45ac,_0x32609e,{'includeAppShellEditorPortal':_0x297daf['includeAppShellEditorPortal'],'allowOwnedPortalReassignment':_0x297daf[_0x197b87(0x558)],'allowDirectBodyPortal':_0x297daf[_0x197b87(0x9ad)]});});}[_0x36ed40(0x25d)](_0x4fd59c,_0x506824,_0x2a3319={}){const _0x26692f=_0x36ed40;if(!_0x506824[_0x26692f(0x2d0)][_0x26692f(0x9fe)](_0x4fd59c))return!0x1;let _0x57b7b8=!!_0x2a3319[_0x26692f(0x338)]&&this[_0x26692f(0x661)](_0x4fd59c),_0x3a9b91=this[_0x26692f(0x851)](_0x4fd59c);if(!_0x2a3319[_0x26692f(0x558)]&&!_0x57b7b8&&_0x4fd59c['closest'](_0x26692f(0x52b))||_0x4fd59c['id']===_0x26692f(0x3a8))return!0x1;let _0x3cacc9=_0x4fd59c[_0x26692f(0x62c)];return!!_0x2a3319['allowDirectBodyPortal']&&_0x3cacc9===_0x506824[_0x26692f(0x2d0)]||(_0x3cacc9==null?void 0x0:_0x3cacc9['closest'](_0x26692f(0x781)))!=null||_0x3a9b91||_0x57b7b8;}[_0x36ed40(0x661)](_0x355f77){const _0x353ec6=_0x36ed40;var _0x501d28,_0xdf966;return((_0x501d28=_0x355f77['parentElement'])==null?void 0x0:_0x501d28['id'])!=='app'&&((_0xdf966=_0x355f77[_0x353ec6(0x71c)](_0x353ec6(0x695)))==null?void 0x0:_0xdf966[_0x353ec6(0x62c)])!==_0x355f77[_0x353ec6(0x76e)][_0x353ec6(0x2d0)]?!0x1:_0x355f77['id'][_0x353ec6(0x64d)]('univer-doc-selection-container-__INTERNAL_EDITOR__')||_0x355f77['id'][_0x353ec6(0x64d)](_0x353ec6(0x936))||_0x355f77['closest']('[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]')!=null||_0x355f77[_0x353ec6(0x71c)](_0x353ec6(0x5ef))!=null;}[_0x36ed40(0x4fd)](_0x41a892){const _0x3ac4a9=_0x36ed40;return _0x41a892['id']['startsWith'](_0x3ac4a9(0x54c))||_0x41a892['id'][_0x3ac4a9(0x64d)](_0x3ac4a9(0x3c3))||_0x41a892[_0x3ac4a9(0x71c)](_0x3ac4a9(0x35b))!=null||_0x41a892['closest'](_0x3ac4a9(0x920))!=null;}['_isUniverPortalCandidate'](_0x30afee){const _0x1fbbe9=_0x36ed40;let _0x27fd66=typeof _0x30afee[_0x1fbbe9(0x763)]==_0x1fbbe9(0x3df)?_0x30afee[_0x1fbbe9(0x763)]:'';if(_0x30afee[_0x1fbbe9(0x5f9)]('data-u-comp')==='rect-popup'||_0x30afee['getAttribute'](_0x1fbbe9(0x518))===_0x1fbbe9(0x4b8)||_0x30afee[_0x1fbbe9(0x302)][_0x1fbbe9(0x9fe)](_0x1fbbe9(0x43f))||_0x30afee[_0x1fbbe9(0x302)]['contains'](_0x1fbbe9(0x55e))||_0x30afee[_0x1fbbe9(0x302)]['contains']('univer-dropdown')||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/['test'](_0x27fd66))return!0x0;let _0x286a20=_0x30afee['getAttribute']('role');return _0x286a20===_0x1fbbe9(0x225)||_0x286a20==='listbox'||_0x286a20==='menu'||_0x286a20==='tooltip'||_0x30afee[_0x1fbbe9(0x617)](_0x1fbbe9(0x6a9));}[_0x36ed40(0x24f)](_0x2b1168,_0x5ef95d){const _0x439fc1=_0x36ed40;if(!this[_0x439fc1(0x44e)](_0x2b1168))return!0x1;let _0x31037f=_0x2b1168[_0x439fc1(0x71c)](_0x439fc1(0x77a))??_0x2b1168,_0x180960=_0x31037f[_0x439fc1(0x71c)](_0x439fc1(0x695))??_0x31037f['parentElement'];if(_0x31037f[_0x439fc1(0x62c)]!==_0x5ef95d[_0x439fc1(0x2d0)]&&(_0x180960==null?void 0x0:_0x180960['parentElement'])!==_0x5ef95d[_0x439fc1(0x2d0)])return!0x1;let _0x3a9f39=_0x5ef95d[_0x439fc1(0x246)];if(!_0x3a9f39)return!0x1;let _0x19a250=_0x31037f[_0x439fc1(0x886)]();return _0x19a250[_0x439fc1(0x43d)]<0x0||_0x19a250[_0x439fc1(0x611)]<0x0||_0x19a250['left']>_0x3a9f39[_0x439fc1(0x60d)]||_0x19a250[_0x439fc1(0xa16)]>_0x3a9f39[_0x439fc1(0x663)]?!0x0:_0x19a250[_0x439fc1(0x76f)]<=0x0||_0x19a250[_0x439fc1(0x2af)]<=0x0?_0x31037f['getAttribute'](_0x439fc1(0x518))==='sidebar'||_0x19a250[_0x439fc1(0x2f5)]<0x0||_0x19a250[_0x439fc1(0xa16)]<0x0||_0x19a250['left']>_0x3a9f39[_0x439fc1(0x60d)]||_0x19a250[_0x439fc1(0xa16)]>_0x3a9f39['innerHeight']:!0x1;}[_0x36ed40(0x2a6)](_0x26dcea,_0x8271a2={}){const _0x379acf=_0x36ed40;let _0x54b181=_0x8271a2[_0x379acf(0x338)]&&this[_0x379acf(0x661)](_0x26dcea)?_0x379acf(0x21b):this[_0x379acf(0x44e)](_0x26dcea)?'child-popup':void 0x0;_0x54b181&&(_0x26dcea[_0x379acf(0x3bf)](V,_0x54b181),_0x26dcea[_0x379acf(0x32a)]('*')[_0x379acf(0x5f4)](_0x2ceb3c=>{const _0x5c8504=_0x379acf;_0x2ceb3c[_0x5c8504(0x3bf)](V,_0x54b181);}));}[_0x36ed40(0x1e8)](_0x2963eb,_0x207f64){const _0x24146c=_0x36ed40;if(!this[_0x24146c(0x851)](_0x2963eb))return;let _0x5954ca=_0x2963eb['getAttribute'](_0x24146c(0x2cd))===_0x207f64&&_0x2963eb[_0x24146c(0x5f9)](_0x24146c(0x569))===_0x24146c(0x406),_0x2355dc=_0x2963eb[_0x24146c(0x71c)](_0x24146c(0x781))??_0x2963eb;if(_0x5954ca){_0x2355dc[_0x24146c(0x302)][_0x24146c(0x9fe)](ve)||(_0x2355dc[_0x24146c(0x302)][_0x24146c(0x258)](ve),this[_0x24146c(0x505)][_0x24146c(0x258)](_0x2355dc));return;}this[_0x24146c(0x32d)](_0x2355dc);}['_clearClosedPortalInputGuard'](_0x12675c){const _0x19fe48=_0x36ed40;this['_closedPortalInputGuards'][_0x19fe48(0x82c)](_0x12675c)&&(_0x12675c['classList']['remove'](ve),this[_0x19fe48(0x505)][_0x19fe48(0x3b2)](_0x12675c));}['_markInteractionBoundaryOwnerTree'](_0x4db883,_0x1c92d9,_0x5361c9={}){const _0x8dd477=_0x36ed40;let _0x326dce=new Map(),_0x515d50=new Map(),_0x191f21=this[_0x8dd477(0x981)][_0x8dd477(0x335)](_0x4db883),_0x5b0f59=_0x34c490=>{const _0x4391ac=_0x8dd477;_0x5361c9['transient']||(_0x326dce[_0x4391ac(0x436)](_0x34c490,_0x34c490['getAttribute'](G)),_0x515d50[_0x4391ac(0x436)](_0x34c490,_0x34c490[_0x4391ac(0x5f9)](c[_0x4391ac(0x4ce)]))),_0x34c490[_0x4391ac(0x3bf)](G,_0x4db883),_0x191f21&&_0x34c490[_0x4391ac(0x3bf)](c[_0x4391ac(0x4ce)],_0x191f21);};return _0x5b0f59(_0x1c92d9),_0x1c92d9['querySelectorAll']('*')[_0x8dd477(0x5f4)](_0x5b0f59),(0x0,a[_0x8dd477(0x63c)])(()=>{const _0x141f99=_0x8dd477;_0x326dce[_0x141f99(0x5f4)]((_0x3132e2,_0xead9af)=>{const _0x47b1f7=_0x141f99;if(_0x3132e2==null){_0xead9af[_0x47b1f7(0x301)](G);return;}_0xead9af[_0x47b1f7(0x3bf)](G,_0x3132e2);}),_0x515d50[_0x141f99(0x5f4)]((_0x5c253d,_0x150a4a)=>{const _0x5cf6d2=_0x141f99;if(_0x5c253d==null){_0x150a4a[_0x5cf6d2(0x301)](c[_0x5cf6d2(0x4ce)]);return;}_0x150a4a[_0x5cf6d2(0x3bf)](c[_0x5cf6d2(0x4ce)],_0x5c253d);});});}['_isUniverPortalTreeElement'](_0x379f49){const _0x58453f=_0x36ed40;return this[_0x58453f(0x851)](_0x379f49)||_0x379f49[_0x58453f(0x71c)](_0x58453f(0x77a))!=null;}['_getBodyPortalOwner'](_0x4f8088){const _0x477c38=_0x36ed40;let _0x589ba9=this[_0x477c38(0x1fc)](_0x4f8088);if(_0x589ba9)return{'embedId':_0x589ba9[_0x477c38(0x467)],'includeAppShellEditorPortal':_0x589ba9['includeAppShellEditorPortal'],'stable':!0x0};let _0x4a0d57=this[_0x477c38(0x23e)];if(_0x4a0d57&&_0x4a0d57[_0x477c38(0x458)]===_0x4f8088&&Date['now']()<=_0x4a0d57['expiresAt'])return{'embedId':_0x4a0d57['embedId'],'includeAppShellEditorPortal':!0x1,'stable':!0x1};}['_getLatestActivePortalOwner'](_0xf39480){const _0xeae9f8=_0x36ed40;let _0xdcfb06=this['_activePortalOwners'][_0xeae9f8(0x335)](_0xf39480);return _0xdcfb06==null?void 0x0:_0xdcfb06[_0xdcfb06['length']-0x1];}[_0x36ed40(0x437)](_0x3fded9,_0x301c94){const _0x1ec6d5=_0x36ed40;let _0x511352=this['_roots']['get'](_0x3fded9);_0x301c94[_0x1ec6d5(0x2d0)][_0x1ec6d5(0x32a)]('['+G+'=\x22'+_0x3fded9+'\x22]')[_0x1ec6d5(0x5f4)](_0xc6a535=>{const _0x1709ad=_0x1ec6d5;_0xc6a535[_0x1709ad(0x62c)]===_0x301c94[_0x1709ad(0x2d0)]&&(_0x511352&&[..._0x511352]['some'](_0x135b0c=>_0x135b0c===_0xc6a535||_0x135b0c[_0x1709ad(0x9fe)](_0xc6a535))||this[_0x1709ad(0x851)](_0xc6a535)||this[_0x1709ad(0x661)](_0xc6a535)||(_0xc6a535[_0x1709ad(0x301)](G),_0xc6a535[_0x1709ad(0x301)](c[_0x1709ad(0x4ce)])));});}['_blurActiveElementBeforePortalReassignment'](_0x39ad4b,_0x4e9faa,_0x5d1109){const _0x5af0bc=_0x36ed40;let _0x58620f=_0x39ad4b['getAttribute'](G);if(!_0x58620f||_0x58620f===_0x4e9faa)return;let _0xbca6fe=_0x5d1109['activeElement'];!(_0xbca6fe instanceof HTMLElement)||_0xbca6fe!==_0x39ad4b&&!_0x39ad4b[_0x5af0bc(0x9fe)](_0xbca6fe)||(_0xbca6fe[_0x5af0bc(0x751)](),_0x5d1109[_0x5af0bc(0x7eb)]===_0xbca6fe&&this[_0x5af0bc(0x38b)](_0x5d1109));}[_0x36ed40(0x5e5)](_0x387c82,_0x436235){const _0x5327a3=_0x36ed40;let _0x57d40e=this['_roots'][_0x5327a3(0x335)](_0x387c82),_0x494259=_0x436235[_0x5327a3(0x2d0)]['querySelectorAll']('['+G+'=\x22'+_0x387c82+'\x22]'),_0x504056=_0x5bc374=>_0x57d40e!=null&&[..._0x57d40e][_0x5327a3(0x980)](_0x39e7d3=>_0x39e7d3===_0x5bc374||_0x39e7d3[_0x5327a3(0x9fe)](_0x5bc374)),_0x3b6449=[];_0x494259['forEach'](_0x2180f8=>{const _0x3c2cd1=_0x5327a3;_0x504056(_0x2180f8)||(_0x3b6449['push'](_0x2180f8),this[_0x3c2cd1(0x32d)](_0x2180f8),_0x2180f8[_0x3c2cd1(0x301)](G),_0x2180f8[_0x3c2cd1(0x301)](c[_0x3c2cd1(0x4ce)]),this['_removeRuntimeFocusRoleTree'](_0x2180f8));});let _0x42d52e=_0x436235[_0x5327a3(0x7eb)];_0x42d52e instanceof HTMLElement&&_0x3b6449[_0x5327a3(0x980)](_0x552605=>_0x552605===_0x42d52e||_0x552605[_0x5327a3(0x9fe)](_0x42d52e))&&(_0x42d52e[_0x5327a3(0x751)](),_0x436235[_0x5327a3(0x7eb)]===_0x42d52e&&this[_0x5327a3(0x38b)](_0x436235));}[_0x36ed40(0x38b)](_0x3d6d61){const _0x5b22fc=_0x36ed40;let _0x52a3b2=_0x3d6d61[_0x5b22fc(0x2d0)];if(!_0x52a3b2)return;let _0x1feae3=_0x52a3b2[_0x5b22fc(0x5f9)]('tabindex');_0x1feae3??(_0x52a3b2['tabIndex']=-0x1),_0x52a3b2[_0x5b22fc(0x94d)]({'preventScroll':!0x0}),_0x1feae3==null?_0x52a3b2[_0x5b22fc(0x301)]('tabindex'):_0x52a3b2[_0x5b22fc(0x3bf)](_0x5b22fc(0x51a),_0x1feae3),_0x3d6d61[_0x5b22fc(0x7eb)]!==_0x52a3b2&&this[_0x5b22fc(0x4cf)](_0x3d6d61);}[_0x36ed40(0x4cf)](_0x4cf987){const _0x413165=_0x36ed40;var _0x4aaf0b;let _0x318615=_0x4cf987[_0x413165(0x2d0)];if(!_0x318615)return;let _0x4b62b2=_0x4cf987[_0x413165(0x349)](_0x413165(0x5c5));_0x4b62b2[_0x413165(0x2d3)]=-0x1,_0x4b62b2['setAttribute'](_0x413165(0x247),_0x413165(0x69e)),_0x4b62b2[_0x413165(0x691)][_0x413165(0x9fc)]='position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;',_0x318615[_0x413165(0x413)](_0x4b62b2),_0x4b62b2[_0x413165(0x94d)]({'preventScroll':!0x0}),(_0x4aaf0b=_0x4cf987[_0x413165(0x246)])==null||_0x4aaf0b[_0x413165(0x62a)](()=>_0x4b62b2[_0x413165(0x42e)](),0x0);}['_removeRuntimeFocusRoleTree'](_0x223544){const _0x417c82=_0x36ed40;(_0x223544[_0x417c82(0x5f9)](_0x417c82(0x2fb))===_0x417c82(0x21b)||_0x223544[_0x417c82(0x5f9)]('data-embed-runtime-focus-role')===_0x417c82(0x5c1))&&_0x223544[_0x417c82(0x301)](V),_0x223544[_0x417c82(0x32a)]('['+V+']')[_0x417c82(0x5f4)](_0xcc8f92=>{const _0x38d20e=_0x417c82;let _0x5093c3=_0xcc8f92[_0x38d20e(0x5f9)](V);(_0x5093c3==='child-editor'||_0x5093c3===_0x38d20e(0x5c1))&&_0xcc8f92[_0x38d20e(0x301)](V);});}};function J(_0x5c430e){const _0x3e6183=_0x36ed40;let {injector:_0x4e1381,children:_0x2f6016,mountContainer:_0x271ef0,embedId:_0x105e6a}=_0x5c430e;return(0x0,m['jsx'])((0x0,d[_0x3e6183(0x323)])(()=>(0x0,c[_0x3e6183(0x44f)])(Y,_0x4e1381),[_0x4e1381]),{'mountContainer':_0x271ef0,'embedId':_0x105e6a,'children':_0x2f6016});}function Y(_0x416a5e){const _0xfb72b5=_0x36ed40;let {children:_0x93e2a2,mountContainer:_0x71d2fd,embedId:_0x4f1a8b,passThroughWheelGestures:_0x3a02ca}=_0x416a5e,_0x2161b2=(0x0,c['useInjector'])(),_0x14896f=(0x0,c['useDependency'])(a['LocaleService']),_0x23cbe3=(0x0,d['useMemo'])(()=>_0x2161b2[_0xfb72b5(0x82c)](a[_0xfb72b5(0x2f8)])?_0x2161b2[_0xfb72b5(0x335)](a[_0xfb72b5(0x2f8)]):void 0x0,[_0x2161b2]),_0xaf21f6=(0x0,c[_0xfb72b5(0x42d)])(()=>_0x14896f[_0xfb72b5(0x528)][_0xfb72b5(0x5ab)]((0x0,f[_0xfb72b5(0x789)])(()=>_0x14896f[_0xfb72b5(0x403)]())),_0x14896f['getLocales'](),!0x1,[_0x14896f]),_0x50f68f=(0x0,c['useObservable'])(()=>_0x14896f[_0xfb72b5(0x36a)],_0x14896f['getDirection'](),!0x1,[_0x14896f]),_0x25677=Ce(_0x23cbe3),_0x52b93c=(0x0,d[_0xfb72b5(0x2b0)])(null),_0x9ac6af=(0x0,d[_0xfb72b5(0x323)])(()=>_0x71d2fd!==void 0x0||typeof document>'u'?null:document[_0xfb72b5(0x349)](_0xfb72b5(0x92d)),[_0x71d2fd]),_0x10ac8e=_0x71d2fd===void 0x0?_0x9ac6af:_0x71d2fd;return(0x0,d[_0xfb72b5(0x325)])(()=>{const _0x169043=_0xfb72b5;if(_0x9ac6af)return document['body'][_0x169043(0x413)](_0x9ac6af),()=>{const _0x528bfc=_0x169043;document[_0x528bfc(0x2d0)][_0x528bfc(0x800)](_0x9ac6af);};},[_0x9ac6af]),(0x0,d[_0xfb72b5(0x325)])(()=>{const _0x4e11b1=_0xfb72b5;let _0x5acdbc=_0x10ac8e;_0x5acdbc&&_0x5acdbc[_0x4e11b1(0x3bf)](_0x4e11b1(0x960),_0x50f68f);},[_0x50f68f,_0x10ac8e]),(0x0,d[_0xfb72b5(0x325)])(()=>{if(!(!_0x10ac8e||_0x3a02ca))return(0x0,c['preventBrowserZoomInContainers'])([_0x10ac8e]);},[_0x3a02ca,_0x10ac8e]),(0x0,d[_0xfb72b5(0x325)])(()=>{const _0x743593=_0xfb72b5;let _0x893151=_0x10ac8e;if(!_0x893151||!_0x4f1a8b)return;let _0x10aab6=_0x893151[_0x743593(0x5f9)](G);return _0x893151[_0x743593(0x3bf)](G,_0x4f1a8b),()=>{const _0x416da0=_0x743593;if(_0x10aab6==null){_0x893151[_0x416da0(0x301)](G);return;}_0x893151['setAttribute'](G,_0x10aab6);};},[_0x4f1a8b,_0x10ac8e]),(0x0,m[_0xfb72b5(0x6c9)])(l[_0xfb72b5(0x7fd)],{'locale':_0xaf21f6==null?void 0x0:_0xaf21f6['design'],'direction':_0x50f68f,'mountContainer':_0x10ac8e,'children':(0x0,m[_0xfb72b5(0x6c9)])(_0xfb72b5(0x92d),{'ref':_0x52b93c,'className':(0x0,l['clsx'])(_0xfb72b5(0x3ff),{'univer-dark':_0x25677}),'data-embed-runtime-provider':_0xfb72b5(0x69e),'onPointerUpCapture':_0x2172a6=>{const _0x2a7526=_0xfb72b5;let _0x575cc7=_0x52b93c['current'],_0x165bdf=_0x2172a6[_0x2a7526(0x392)];if(!_0x4f1a8b||!_0x575cc7)return;let _0x273823=()=>ye(_0x4f1a8b,_0x575cc7,_0x165bdf);typeof queueMicrotask==_0x2a7526(0x6fd)?queueMicrotask(_0x273823):Promise[_0x2a7526(0x762)]()[_0x2a7526(0x233)](_0x273823);},'children':_0x93e2a2})});}function ye(_0x301cf,_0x2bfa65,_0x367879){const _0x3058bb=_0x36ed40;let _0x4d170e=_0x2bfa65['ownerDocument'][_0x3058bb(0x7eb)];if(xe(_0x4d170e,_0x301cf)||!(_0x4d170e!=null&&_0x4d170e['closest'](_0x3058bb(0x52b)))&&Array[_0x3058bb(0x513)](_0x2bfa65[_0x3058bb(0x32a)](_0x3058bb(0x2c7)))[_0x3058bb(0x980)](_0x43ffa0=>_0x43ffa0['closest'](_0x3058bb(0x46d))===_0x2bfa65&&(_0x4d170e==null?void 0x0:_0x4d170e['id'])===_0x3058bb(0x601)+_0x43ffa0[_0x3058bb(0x5f9)](_0x3058bb(0x881))))return;let _0x29f55e=_0x367879 instanceof HTMLElement&&_0x2bfa65[_0x3058bb(0x9fe)](_0x367879)?_0x367879:null,_0x482f7d=Se(_0x29f55e)?_0x29f55e:_0x2bfa65[_0x3058bb(0x334)]('canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])');_0x482f7d==null||_0x482f7d[_0x3058bb(0x94d)]({'preventScroll':!0x0});}function be(_0x7fa1d3,_0x48787f){const _0x13206d=_0x36ed40;xe(_0x48787f['ownerDocument'][_0x13206d(0x7eb)],_0x7fa1d3)||(_0x48787f[_0x13206d(0x617)](_0x13206d(0x51a))||(_0x48787f[_0x13206d(0x2d3)]=-0x1),_0x48787f['focus']({'preventScroll':!0x0}));}function xe(_0x49833a,_0x39bc4d){const _0x2761dd=_0x36ed40;let _0x358d97=_0x49833a==null?void 0x0:_0x49833a[_0x2761dd(0x71c)]('['+G+']');return(_0x358d97==null?void 0x0:_0x358d97['getAttribute'](G))===_0x39bc4d;}function Se(_0x5f4df3){const _0x4dc0c6=_0x36ed40;return!!_0x5f4df3&&!_0x5f4df3[_0x4dc0c6(0x617)](_0x4dc0c6(0x34e))&&_0x5f4df3[_0x4dc0c6(0x2d3)]>=0x0;}function Ce(_0x11094b){const _0x382d5e=_0x36ed40;return(0x0,d[_0x382d5e(0x6e8)])(_0x315bc0=>{const _0x367dbc=_0x382d5e;if(!_0x11094b)return()=>{};let _0x5c3708=_0x11094b[_0x367dbc(0x718)]['subscribe'](()=>_0x315bc0());return()=>_0x5c3708['unsubscribe']();},()=>(_0x11094b==null?void 0x0:_0x11094b[_0x382d5e(0x5e7)])??!0x1,()=>!0x1);}function X(_0x7e6992,_0x5c94c8){return function(_0x645541,_0x13c1f0){_0x5c94c8(_0x645541,_0x13c1f0,_0x7e6992);};}function Z(_0x21d550,_0x2af334,_0x2f0b4e,_0xd4d2a){const _0x46410e=_0x36ed40;var _0x5f1418=arguments[_0x46410e(0x248)],_0x4e6a80=_0x5f1418<0x3?_0x2af334:_0xd4d2a===null?_0xd4d2a=Object[_0x46410e(0x919)](_0x2af334,_0x2f0b4e):_0xd4d2a,_0x4e088f;if(typeof Reflect==_0x46410e(0x9e9)&&typeof Reflect[_0x46410e(0x694)]==_0x46410e(0x6fd))_0x4e6a80=Reflect[_0x46410e(0x694)](_0x21d550,_0x2af334,_0x2f0b4e,_0xd4d2a);else{for(var _0x35f267=_0x21d550[_0x46410e(0x248)]-0x1;_0x35f267>=0x0;_0x35f267--)(_0x4e088f=_0x21d550[_0x35f267])&&(_0x4e6a80=(_0x5f1418<0x3?_0x4e088f(_0x4e6a80):_0x5f1418>0x3?_0x4e088f(_0x2af334,_0x2f0b4e,_0x4e6a80):_0x4e088f(_0x2af334,_0x2f0b4e))||_0x4e6a80);}return _0x5f1418>0x3&&_0x4e6a80&&Object['defineProperty'](_0x2af334,_0x2f0b4e,_0x4e6a80),_0x4e6a80;}let we=class extends a[_0x36ed40(0x773)]{constructor(_0x1f9b76,_0x5ece09){const _0x4dfd94=_0x36ed40;super(),z(this,_0x4dfd94(0x4ca),new f[(_0x4dfd94(0x654))](null)),z(this,_0x4dfd94(0x55b),new f['Subject']()),z(this,'session$',this[_0x4dfd94(0x4ca)]['asObservable']()),z(this,_0x4dfd94(0x8db),this[_0x4dfd94(0x55b)][_0x4dfd94(0x3a3)]()),this[_0x4dfd94(0x86a)](_0x1f9b76[_0x4dfd94(0x9f3)](_0x25760d=>{const _0x449be6=_0x4dfd94;if(!Te(_0x25760d))return;let _0x21f38f=this[_0x449be6(0x6ea)]();(_0x21f38f==null?void 0x0:_0x21f38f['hostUnitId'])===_0x25760d['params'][_0x449be6(0x8e8)]&&_0x21f38f[_0x449be6(0x467)]===_0x25760d[_0x449be6(0x833)][_0x449be6(0x467)]&&this[_0x449be6(0x580)](_0x21f38f[_0x449be6(0x467)]);})),this[_0x4dfd94(0x86a)](_0x5ece09['unitDisposed$'][_0x4dfd94(0x260)](_0x4f5f5a=>{const _0x3e4d3e=_0x4dfd94;let _0x3ddf12=this[_0x3e4d3e(0x6ea)](),_0x34bcb1=_0x4f5f5a['getUnitId']();_0x3ddf12&&(_0x3ddf12[_0x3e4d3e(0x98c)]===_0x34bcb1||_0x3ddf12[_0x3e4d3e(0x397)]===_0x34bcb1)&&this['exit'](_0x3ddf12[_0x3e4d3e(0x467)]);}));}[_0x36ed40(0x5df)](){const _0x4128ae=_0x36ed40;super[_0x4128ae(0x5df)](),this['_session$'][_0x4128ae(0x7be)](),this[_0x4128ae(0x55b)]['complete']();}[_0x36ed40(0x6ea)](){const _0x1ec450=_0x36ed40;return this[_0x1ec450(0x4ca)]['getValue']();}[_0x36ed40(0x805)](_0x24604a){const _0x652711=_0x36ed40;var _0xd95133,_0x5e63fa;if(!_0x24604a[_0x652711(0x397)]||_0x24604a[_0x652711(0x560)]==null)throw Error(_0x652711(0x5bf));let _0x4ed65a=((_0xd95133=_0x24604a[_0x652711(0x899)])==null?void 0x0:_0xd95133[_0x652711(0x3da)])||void 0x0,_0x1201f0=((_0x5e63fa=_0x24604a[_0x652711(0x899)])==null?void 0x0:_0x5e63fa['tab'])||void 0x0;if(_0x1201f0&&_0x1201f0[_0x652711(0x726)]&&!_0x4ed65a)throw Error(_0x652711(0x5c2));let _0x7ac8fa=_0x4ed65a?_0x4ed65a['layout']:void 0x0;if(!_0x7ac8fa)throw Error('EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED');let _0x293316={'hostUnitId':_0x24604a[_0x652711(0x98c)],'embedId':_0x24604a[_0x652711(0x467)],'childUnitId':_0x24604a['childUnitId'],'childType':_0x24604a['childType'],'entry':_0x24604a[_0x652711(0x89c)],'layout':_0x7ac8fa};return this[_0x652711(0x4ca)][_0x652711(0x45d)](_0x293316),_0x293316;}[_0x36ed40(0x580)](_0x16296b){const _0x587bd0=_0x36ed40;let _0xf6683b=this[_0x587bd0(0x6ea)]();_0xf6683b&&(!_0x16296b||_0xf6683b[_0x587bd0(0x467)]===_0x16296b)&&this['_session$']['next'](null);}[_0x36ed40(0x2f2)](_0x1be122){const _0x38dd87=_0x36ed40;this[_0x38dd87(0x55b)]['next'](_0x1be122);}};we=Z([X(0x0,a['ICommandService']),X(0x1,a['IUniverInstanceService'])],we);function Te(_0x124caa){const _0xdaf079=_0x36ed40;return _0x124caa['id']===t[_0xdaf079(0x28b)]['id']&&typeof _0x124caa[_0xdaf079(0x833)]==_0xdaf079(0x9e9)&&_0x124caa[_0xdaf079(0x833)]!==null&&'unitId'in _0x124caa[_0xdaf079(0x833)]&&typeof _0x124caa['params'][_0xdaf079(0x8e8)]==_0xdaf079(0x3df)&&_0xdaf079(0x467)in _0x124caa[_0xdaf079(0x833)]&&typeof _0x124caa[_0xdaf079(0x833)][_0xdaf079(0x467)]==_0xdaf079(0x3df);}var Ee=class{constructor(_0x5a9d63={}){const _0x72f73=_0x36ed40;z(this,'_childUnitAncestry',new Map()),z(this,_0x72f73(0x3cb),void 0x0),this['_maxDepth']=De(_0x5a9d63[_0x72f73(0x9bc)]);}[_0x36ed40(0x67c)](_0x2590ea){const _0x201c68=_0x36ed40;let _0x41c9dc=this[_0x201c68(0x40d)](_0x2590ea[_0x201c68(0x98c)]);return _0x41c9dc[_0x201c68(0x980)](_0x1f5983=>_0x1f5983[_0x201c68(0x98c)]===_0x2590ea[_0x201c68(0x397)]||_0x1f5983['childUnitId']===_0x2590ea[_0x201c68(0x397)])?{'allowed':!0x1,'reason':_0x201c68(0x8ef),'ancestry':_0x41c9dc}:_0x41c9dc[_0x201c68(0x248)]>=this[_0x201c68(0x3cb)]?{'allowed':!0x1,'reason':_0x201c68(0x854),'ancestry':_0x41c9dc}:{'allowed':!0x0,'ancestry':_0x41c9dc};}[_0x36ed40(0x983)](_0x3796e6){const _0x1c7291=_0x36ed40;let _0x4a2646=[...this['getAncestryForHostUnit'](_0x3796e6[_0x1c7291(0x98c)]),{'hostUnitId':_0x3796e6[_0x1c7291(0x98c)],'embedId':_0x3796e6[_0x1c7291(0x467)],'childUnitId':_0x3796e6[_0x1c7291(0x397)]}];return this['_childUnitAncestry'][_0x1c7291(0x436)](_0x3796e6[_0x1c7291(0x397)],_0x4a2646),(0x0,a['toDisposable'])(()=>{const _0x930edd=_0x1c7291;this['_childUnitAncestry'][_0x930edd(0x335)](_0x3796e6[_0x930edd(0x397)])===_0x4a2646&&this[_0x930edd(0x9ca)][_0x930edd(0x3b2)](_0x3796e6[_0x930edd(0x397)]);});}['getAncestryForHostUnit'](_0x5a21c1){const _0x30bde4=_0x36ed40;return this['_childUnitAncestry'][_0x30bde4(0x335)](_0x5a21c1)??[];}[_0x36ed40(0x9b3)](_0x315d86){const _0x4f43bc=_0x36ed40;var _0x1eff0d;return(_0x1eff0d=this[_0x4f43bc(0x40d)](_0x315d86)[_0x4f43bc(0x457)](-0x1)[0x0])==null?void 0x0:_0x1eff0d[_0x4f43bc(0x467)];}};function De(_0x374cc6){const _0x47417e=_0x36ed40;return typeof _0x374cc6==_0x47417e(0x33c)&&Number[_0x47417e(0x4eb)](_0x374cc6)&&_0x374cc6>=0x0?Math[_0x47417e(0x67b)](_0x374cc6):0x1;}let Oe=class extends a[_0x36ed40(0x773)]{constructor(_0x585612){const _0x4cf286=_0x36ed40;super(),this[_0x4cf286(0x89f)]=_0x585612,z(this,_0x4cf286(0x5b4),new Map());}[_0x36ed40(0x230)](_0x452ec3){const _0x4b191b=_0x36ed40;let _0x3927c8=this['_entries'][_0x4b191b(0x335)](_0x452ec3[_0x4b191b(0x8e8)]);if(!_0x3927c8){let _0x5bee9d=[],_0x5c6e0d={'unitId':_0x452ec3[_0x4b191b(0x8e8)],'has':_0x4904c1=>{const _0x3399d0=_0x4b191b;var _0x58606d;return((_0x58606d=_0x5bee9d[_0x5bee9d[_0x3399d0(0x248)]-0x1])==null?void 0x0:_0x58606d[_0x3399d0(0x82c)](_0x4904c1))??!0x1;},'get':_0x5dfab0=>{const _0x37fb5e=_0x4b191b;let _0x113f1f=_0x5bee9d[_0x5bee9d['length']-0x1];if(!_0x113f1f)throw Error('EMBED_UI_RUNTIME_SCOPE_NOT_ACTIVE:'+_0x452ec3[_0x37fb5e(0x8e8)]);return _0x113f1f[_0x37fb5e(0x335)](_0x5dfab0);}};_0x3927c8={'registration':this[_0x4b191b(0x89f)][_0x4b191b(0x2d1)](_0x5c6e0d),'scopes':_0x5bee9d},this[_0x4b191b(0x5b4)]['set'](_0x452ec3[_0x4b191b(0x8e8)],_0x3927c8);}let _0x9cf6e9=_0x3927c8;return _0x9cf6e9['scopes'][_0x4b191b(0x5b5)](_0x452ec3),(0x0,a[_0x4b191b(0x63c)])(()=>{const _0x254dfb=_0x4b191b;let _0x15a246=_0x9cf6e9[_0x254dfb(0x2ee)][_0x254dfb(0x556)](_0x452ec3);_0x15a246<0x0||(_0x9cf6e9[_0x254dfb(0x2ee)]['splice'](_0x15a246,0x1),!(_0x9cf6e9['scopes']['length']>0x0||this['_entries'][_0x254dfb(0x335)](_0x452ec3['unitId'])!==_0x9cf6e9)&&(_0x9cf6e9[_0x254dfb(0x3e3)]['dispose'](),this['_entries'][_0x254dfb(0x3b2)](_0x452ec3['unitId'])));});}[_0x36ed40(0x5df)](){const _0x3f2e35=_0x36ed40;this[_0x3f2e35(0x5b4)][_0x3f2e35(0x5f4)](({registration:_0x398c5d})=>_0x398c5d['dispose']()),this[_0x3f2e35(0x5b4)][_0x3f2e35(0x465)](),super[_0x3f2e35(0x5df)]();}};Oe=Z([X(0x0,c['IUIRuntimeScopeService'])],Oe);const ke=new Set(['identifier:univer.menu-manager-service',_0x36ed40(0x579),_0x36ed40(0x80e),'identifier:ui.popup.service','identifier:ui.sidebar.service',_0x36ed40(0x2c3),_0x36ed40(0x256)]),Ae='FOCUSING_BASE',je=_0x36ed40(0x669),Me=_0x36ed40(0x2f0),Ne=new WeakSet(),Pe=new Set([Me,_0x36ed40(0x4ab)]),Fe=[a['FOCUSING_UNIT'],a[_0x36ed40(0x2f1)],a[_0x36ed40(0x667)],a[_0x36ed40(0x747)],a[_0x36ed40(0x63e)],a['FOCUSING_BOARD'],Ae,a[_0x36ed40(0x3db)],a[_0x36ed40(0x9bd)],a[_0x36ed40(0x597)]],Ie=new Set([c[_0x36ed40(0x8bf)]['id'],c[_0x36ed40(0x573)]['id'],c['PasteCommand']['id'],s[_0x36ed40(0x346)]['id'],s[_0x36ed40(0x644)]['id'],s[_0x36ed40(0xa13)]['id'],s[_0x36ed40(0x8c5)]['id'],s[_0x36ed40(0x81b)]['id'],s[_0x36ed40(0x7cb)]['id'],s['SetRangeItalicCommand']['id'],s['SetRangeStrickThroughCommand']['id'],s['SetRangeSubscriptCommand']['id'],s['SetRangeSuperscriptCommand']['id'],s['SetRangeTextColorCommand']['id'],s[_0x36ed40(0x55f)]['id'],a[_0x36ed40(0x7b8)]['id'],a[_0x36ed40(0x490)]['id']]),Le=new Set([_0x36ed40(0x6d4),_0x36ed40(0x29b),_0x36ed40(0x30b),_0x36ed40(0x49f),'boards-exchange-client.operation.insert-mermaid']),Re=new Set([_0x36ed40(0x3c4),_0x36ed40(0x7e8)]);function ze(_0x5a0dbb,_0x23c41b=[]){const _0x355b25=_0x36ed40;var _0x3c3739;let _0x401c51=_0x5a0dbb[_0x355b25(0x501)][_0x355b25(0x335)](a['IUniverInstanceService']),_0x15e4c3=_0x401c51[_0x355b25(0x77d)](_0x5a0dbb[_0x355b25(0x397)],_0x5a0dbb[_0x355b25(0x560)]);if(!_0x15e4c3)return;let _0x888f30=new f[(_0x355b25(0x654))](_0x15e4c3),_0x3d29a7=new f['BehaviorSubject'](_0x5a0dbb[_0x355b25(0x949)]['mode']==='float'&&!_0x5a0dbb[_0x355b25(0x949)][_0x355b25(0x498)]?null:_0x15e4c3[_0x355b25(0x8d6)]()),_0x39cb48=He(_0x401c51,_0x5a0dbb,_0x15e4c3,_0x888f30,_0x3d29a7),_0x5a368c=lt(_0x5a0dbb[_0x355b25(0x501)],_0x5a0dbb),_0x498f86=st(_0x5a0dbb),_0x1c9909=new a[(_0x355b25(0x8bd))](),_0xfa18fd=!0x1,_0x53f800=We(_0x5a0dbb[_0x355b25(0x501)][_0x355b25(0x335)](a[_0x355b25(0x8cd)]),_0x5a0dbb,_0x401c51,_0x498f86,_0x51a015=>_0xfa18fd?(0x0,a[_0x355b25(0x63c)])(()=>{}):_0x1c9909[_0x355b25(0x258)](_0x51a015()),_0x5a368c),_0x3cb201=new Map([[a[_0x355b25(0x8cc)],_0x39cb48],[a['ICommandService'],_0x53f800]]);_0x5a0dbb[_0x355b25(0x560)]===a[_0x355b25(0x583)][_0x355b25(0x80b)]&&_0x5a0dbb['injector'][_0x355b25(0x82c)](o['IDocClipboardService'])&&_0x3cb201[_0x355b25(0x436)](o[_0x355b25(0x744)],Be(_0x5a0dbb[_0x355b25(0x501)][_0x355b25(0x335)](o['IDocClipboardService']),_0x401c51,_0x5a0dbb[_0x355b25(0x397)]));let _0x34a00f=Ot(_0x5a0dbb[_0x355b25(0x501)])??_0x5a0dbb[_0x355b25(0x501)];_0x34a00f[_0x355b25(0x82c)](we)&&_0x3cb201[_0x355b25(0x436)](we,_0x34a00f[_0x355b25(0x335)](we)),_0x5a0dbb['injector'][_0x355b25(0x82c)](a[_0x355b25(0x962)])&&_0x3cb201[_0x355b25(0x436)](a[_0x355b25(0x962)],mt(_0x5a0dbb['injector'][_0x355b25(0x335)](a['IConfigService'])));let _0x228843=(_0x3c3739=_0x401c51[_0x355b25(0x68e)])==null?void 0x0:_0x3c3739['subscribe'](_0x19340e=>{const _0x4f0d03=_0x355b25;_0x19340e===_0x15e4c3&&(_0xfa18fd=!0x0,_0x1c9909[_0x4f0d03(0x5df)](),_0x888f30['next'](null),_0x3d29a7[_0x4f0d03(0x45d)](null));}),_0x529e9d=[(0x0,a[_0x355b25(0x63c)])(()=>{const _0x456270=_0x355b25;_0xfa18fd=!0x0,_0x1c9909[_0x456270(0x5df)](),_0x228843==null||_0x228843['unsubscribe'](),_0x888f30[_0x456270(0x45d)](null),_0x3d29a7[_0x456270(0x45d)](null),_0x888f30[_0x456270(0x7be)](),_0x3d29a7['complete']();})];_0x5a0dbb[_0x355b25(0x501)][_0x355b25(0x82c)](Ee)&&_0x3cb201[_0x355b25(0x436)](Ee,_0x5a0dbb[_0x355b25(0x501)][_0x355b25(0x335)](Ee)),_0x5a368c&&(_0x3cb201['set'](a['IContextService'],_0x5a368c),_0x529e9d['push'](_0x5a368c));let _0x3b3338=gt(_0x5a0dbb[_0x355b25(0x501)],_0x3cb201);_0x23c41b['forEach'](_0x53c9e5=>_0x3b3338[_0x355b25(0x258)](_0x53c9e5));let _0x32a0c7=Ft(_0x5a0dbb[_0x355b25(0x501)],_0x3b3338);if(_0x32a0c7){_0x3b3338[_0x355b25(0x258)]([c[_0x355b25(0x42b)],{'useValue':_0x32a0c7}]);let _0x17c4a0=new c[(_0x355b25(0x619))](_0x32a0c7,_0x39cb48);_0x3b3338[_0x355b25(0x258)]([c[_0x355b25(0x54e)],{'useValue':_0x17c4a0}]),_0x529e9d[_0x355b25(0x5b5)](_0x17c4a0);}if(_0x5a0dbb[_0x355b25(0x949)][_0x355b25(0x498)]){let _0x267e22=zt(_0x5a0dbb[_0x355b25(0x397)]),_0xc1463e=new c[(_0x355b25(0x836))](),_0x1f3b2e=new c[(_0x355b25(0x3b0))]();_0x3b3338[_0x355b25(0x258)]([c[_0x355b25(0x733)],{'useValue':_0x267e22}]),_0x3b3338[_0x355b25(0x258)]([c[_0x355b25(0x59d)],{'useValue':_0xc1463e}]),_0x3b3338[_0x355b25(0x258)]([c[_0x355b25(0x41e)],{'useValue':_0x1f3b2e}]),_0x529e9d['push'](_0x267e22,_0xc1463e,_0x1f3b2e);}else{if(_0x5a0dbb[_0x355b25(0x560)]===a[_0x355b25(0x583)][_0x355b25(0x36c)]){let _0x57739f=zt(_0x5a0dbb[_0x355b25(0x397)]);_0x3b3338[_0x355b25(0x258)]([c[_0x355b25(0x733)],{'useValue':_0x57739f}]),_0x529e9d[_0x355b25(0x5b5)](_0x57739f);}else{let _0x18a271=Rt(_0x5a0dbb[_0x355b25(0x501)],_0x5a0dbb[_0x355b25(0x397)]);_0x18a271&&_0x3b3338[_0x355b25(0x258)]([c['IContextMenuService'],{'useValue':_0x18a271}]);}}let _0x589880=Bt(_0x5a0dbb[_0x355b25(0x501)],_0x5a0dbb);_0x3b3338[_0x355b25(0x258)]([c[_0x355b25(0xa07)],{'useValue':_0x589880}]);let _0x507894={'unitId':_0x5a0dbb[_0x355b25(0x397)],'has':_0x3a7a97=>_0x3b3338[_0x355b25(0x82c)](_0x3a7a97),'get':_0xe508fb=>_0x3b3338['get'](_0xe508fb)};if(_0x5a0dbb[_0x355b25(0x501)][_0x355b25(0x82c)](Oe)?_0x529e9d[_0x355b25(0x5b5)](_0x5a0dbb[_0x355b25(0x501)]['get'](Oe)['acquire'](_0x507894)):_0x5a0dbb[_0x355b25(0x501)][_0x355b25(0x82c)](c[_0x355b25(0x99e)])&&_0x529e9d[_0x355b25(0x5b5)](_0x5a0dbb[_0x355b25(0x501)][_0x355b25(0x335)](c[_0x355b25(0x99e)])['register'](_0x507894)),_0x529e9d[_0x355b25(0x248)]){let _0x26ea04=_0x3b3338['dispose'][_0x355b25(0x75f)](_0x3b3338),_0x5bb920=!0x1;_0x3b3338[_0x355b25(0x5df)]=()=>{_0x5bb920||(_0x5bb920=!0x0,_0x529e9d['forEach'](_0xe229fc=>_0xe229fc['dispose']()),_0x26ea04());};}return _0x3b3338;}function Be(_0xaa0edd,_0x34309a,_0x52e33b){const _0x395e7f=_0x36ed40;let _0x17da6e=async _0xa09481=>{const _0x766581=_0x2eed;let _0x56a1c8=_0x34309a[_0x766581(0x9ea)](a[_0x766581(0x583)][_0x766581(0x80b)]);_0x34309a[_0x766581(0x88e)](_0x52e33b);try{return await _0xa09481();}finally{Je(_0x34309a,_0x56a1c8);}};return{'addClipboardHook':_0xaa0edd['addClipboardHook'][_0x395e7f(0x75f)](_0xaa0edd),'copy':(..._0x48d863)=>_0x17da6e(()=>_0xaa0edd[_0x395e7f(0x4c4)](..._0x48d863)),'cut':(..._0x1838a7)=>_0x17da6e(()=>_0xaa0edd['cut'](..._0x1838a7)),'legacyPaste':(..._0x47b97b)=>_0x17da6e(()=>_0xaa0edd[_0x395e7f(0x203)](..._0x47b97b)),'paste':(..._0x2e79f8)=>_0x17da6e(()=>_0xaa0edd[_0x395e7f(0x82a)](..._0x2e79f8))};}function Ve(_0x161036,_0x5e1e7d){const _0x3fd9ed=_0x36ed40;if(!_0x161036['has'](a['IConfigService']))return;let _0x375a9b=_0x161036[_0x3fd9ed(0x335)](a['IConfigService']);return gt(_0x161036,new Map([[a['IConfigService'],pt(_0x375a9b,_0x5e1e7d)]]));}function He(_0xa1c207,_0x551d53,_0x5e06b2,_0xda7d58,_0x19d128){const _0xed3600=_0x36ed40;let _0xbacfe6=()=>_0xa1c207['getUnit'](_0x551d53[_0xed3600(0x397)],_0x551d53['childType'])===_0x5e06b2?_0xda7d58[_0xed3600(0x551)]():null;return{'unitAdded$':_0xa1c207[_0xed3600(0x369)],'getTypeOfUnitAdded$':(..._0x3c1e22)=>_0xa1c207[_0xed3600(0x8f7)](..._0x3c1e22),'__addUnit':(..._0x100d1c)=>_0xa1c207[_0xed3600(0x856)](..._0x100d1c),'unitDisposed$':_0xa1c207[_0xed3600(0x68e)],'getTypeOfUnitDisposed$':(..._0x38e187)=>_0xa1c207['getTypeOfUnitDisposed$'](..._0x38e187),'focused$':_0x19d128['asObservable'](),'focusUnit':_0x15d4cc=>{const _0x2070d7=_0xed3600;if(_0x15d4cc===null||Ue(_0x551d53,_0x15d4cc)){if(_0x15d4cc!==null&&!_0xbacfe6())return;_0x19d128[_0x2070d7(0x551)]()!==_0x15d4cc&&_0x19d128[_0x2070d7(0x45d)](_0x15d4cc);return;}_0xa1c207[_0x2070d7(0x561)](_0x15d4cc);},'getFocusedUnit':()=>{const _0x14125f=_0xed3600;let _0x8bb8af=_0x19d128['getValue']();return _0x8bb8af===null||!_0xbacfe6()?null:_0x8bb8af===_0x551d53[_0x14125f(0x397)]?_0x5e06b2:(0x0,a[_0x14125f(0x7e9)])(_0x8bb8af)?_0xa1c207[_0x14125f(0x77d)](_0x8bb8af)??_0x5e06b2:_0xa1c207['getFocusedUnit']();},'getCurrentUnitOfType':_0x46c145=>_0x46c145===_0x551d53[_0xed3600(0x560)]?_0xbacfe6():_0xa1c207['getCurrentUnitOfType'](_0x46c145),'setCurrentUnitForType':_0x138968=>{const _0x394c93=_0xed3600;if(Ue(_0x551d53,_0x138968)){if(!_0xbacfe6())return;_0xda7d58['getValue']()!==_0x5e06b2&&_0xda7d58[_0x394c93(0x45d)](_0x5e06b2);return;}_0xa1c207[_0x394c93(0x88e)](_0x138968);},'getCurrentTypeOfUnit$':_0x36b6c2=>_0x36b6c2===_0x551d53['childType']?_0xda7d58[_0xed3600(0x3a3)]():_0xa1c207[_0xed3600(0x702)](_0x36b6c2),'createUnit':(..._0x3add8f)=>_0xa1c207[_0xed3600(0x526)](..._0x3add8f),'getUnitCreateOptions':(..._0x2aeb42)=>_0xa1c207[_0xed3600(0x730)](..._0x2aeb42),'disposeUnit':(..._0x460c96)=>_0xa1c207[_0xed3600(0x9ce)](..._0x460c96),'registerCtorForType':(..._0x22269c)=>_0xa1c207[_0xed3600(0x469)](..._0x22269c),'getUnit':(..._0x29c3dc)=>_0xa1c207['getUnit'](..._0x29c3dc),'getAllUnitsForType':(..._0x140abe)=>_0xa1c207[_0xed3600(0x2f7)](..._0x140abe),'getUnitType':(..._0x275348)=>_0xa1c207['getUnitType'](..._0x275348),'dispose':()=>{}};}function Ue(_0x43ff25,_0x1effe0){const _0xc65ebd=_0x36ed40;return _0x1effe0===_0x43ff25[_0xc65ebd(0x397)]||(0x0,a[_0xc65ebd(0x7e9)])(_0x1effe0);}function We(_0x49d14d,_0x22f7ba,_0x1630f9,_0x13dff4,_0x5a74dd,_0x15fe86){const _0x2ba66e=_0x36ed40;let _0x2fbf50=_0x22f7ba[_0x2ba66e(0x501)][_0x2ba66e(0x82c)](a[_0x2ba66e(0x292)])?_0x22f7ba[_0x2ba66e(0x501)][_0x2ba66e(0x335)](a[_0x2ba66e(0x292)]):void 0x0,_0x9d02f6=_0x22f7ba['injector'][_0x2ba66e(0x82c)](W)?_0x22f7ba[_0x2ba66e(0x501)][_0x2ba66e(0x335)](W):void 0x0;return{'disposed':()=>_0x49d14d[_0x2ba66e(0x8d1)](),'hasCommand':_0x4aabcc=>_0x49d14d['hasCommand'](_0x4aabcc),'registerCommand':_0x47e95e=>_0x49d14d[_0x2ba66e(0x655)](_0x47e95e),'unregisterCommand':_0x5900fa=>_0x49d14d[_0x2ba66e(0x4ad)](_0x5900fa),'registerMultipleCommand':_0x4d8fbd=>_0x49d14d[_0x2ba66e(0x259)](_0x4d8fbd),'executeCommand':async(_0x400fcf,_0x4f9ea3,_0x5e3dfa)=>{const _0x64e813=_0x2ba66e;var _0x27d460;let _0x1c89fa=_0x9d02f6==null?void 0x0:_0x9d02f6[_0x64e813(0x8f1)](),_0x20ee6c=_0x13dff4&&!Re[_0x64e813(0x82c)](_0x400fcf),_0x2bc404=()=>Ke(_0x400fcf,_0x2fbf50,_0x15fe86,()=>_0x49d14d[_0x64e813(0x638)](_0x400fcf,ht(_0x22f7ba,_0x400fcf,_0x4f9ea3),Qe(_0x22f7ba[_0x64e813(0x560)],_0x22f7ba[_0x64e813(0x397)],_0x5e3dfa))),_0x49014a=at(_0x22f7ba),_0xdd8237=_0x49014a&&et(_0x400fcf),_0x2c0013=_0x49014a&&!$e(_0x400fcf)&&(!_0x22f7ba[_0x64e813(0x949)][_0x64e813(0x498)]||!ot(_0x400fcf))&&!_0xdd8237,_0x3e7822=Xe(_0x400fcf,_0x22f7ba,_0x15fe86,_0x1630f9)??Ye(_0x400fcf,_0x22f7ba,_0x1630f9),_0x2a9de7=_0x20ee6c||$e(_0x400fcf)||ot(_0x400fcf)||_0xdd8237,_0x58f3d7=_0x2a9de7&&!_0x2c0013&&(_0x22f7ba[_0x64e813(0x560)]!==a[_0x64e813(0x583)]['UNIVER_DOC']||_0x3e7822==null),_0x31840d=_0x2a9de7||_0x2c0013||_0x3e7822!=null,_0x3e6abc=_0x2a9de7||_0x2c0013?tt():null;if(!_0x31840d)return await _0x2bc404();let _0x36b998=_0x1630f9[_0x64e813(0x9ea)](_0x22f7ba[_0x64e813(0x560)]),_0x16c34d=_0x3e7822==null?null:_0x1630f9['getCurrentUnitOfType'](a[_0x64e813(0x583)][_0x64e813(0x80b)]),_0x1df6f9=((_0x27d460=_0x1630f9['getFocusedUnit']())==null?void 0x0:_0x27d460['getUnitId']())??null;try{(_0x22f7ba[_0x64e813(0x560)]!==a[_0x64e813(0x583)][_0x64e813(0x80b)]||_0x3e7822==null)&&_0x1630f9[_0x64e813(0x88e)](_0x22f7ba[_0x64e813(0x397)]),_0x3e7822!=null&&_0x1630f9[_0x64e813(0x88e)](_0x3e7822),_0x58f3d7&&_0x1630f9[_0x64e813(0x561)](_0x22f7ba[_0x64e813(0x397)]);let _0x5f5802=_0x2bc404();return _0x2c0013&&Ie[_0x64e813(0x82c)](_0x400fcf)&&nt(_0x22f7ba,_0x3e6abc)&&it(_0x22f7ba,_0x3e6abc),await _0x5f5802;}finally{Ge(_0x1c89fa,_0x9d02f6==null?void 0x0:_0x9d02f6[_0x64e813(0x8f1)]())&&(Je(_0x1630f9,_0x16c34d),Ze(_0x22f7ba,_0x1630f9,_0x36b998,_0x49014a),_0x58f3d7&&_t(_0x22f7ba,_0x1630f9,_0x1df6f9,_0x20ee6c||_0xdd8237),(!_0x2c0013||$e(_0x400fcf)||ot(_0x400fcf))&&nt(_0x22f7ba,_0x3e6abc)&&it(_0x22f7ba,_0x3e6abc));}},'syncExecuteCommand':(_0x137e1b,_0x1111a4,_0x3b0280)=>{const _0x2f9734=_0x2ba66e;var _0x4ebca0;let _0x4d4193=_0x9d02f6==null?void 0x0:_0x9d02f6[_0x2f9734(0x8f1)](),_0x596c56=_0x13dff4&&!Re['has'](_0x137e1b),_0x429fe3=()=>Ke(_0x137e1b,_0x2fbf50,_0x15fe86,()=>_0x49d14d[_0x2f9734(0x8b3)](_0x137e1b,ht(_0x22f7ba,_0x137e1b,_0x1111a4),Qe(_0x22f7ba['childType'],_0x22f7ba[_0x2f9734(0x397)],_0x3b0280))),_0x1b60d8=at(_0x22f7ba),_0x159b7a=_0x1b60d8&&et(_0x137e1b),_0x1bd96f=_0x1b60d8&&!$e(_0x137e1b)&&(!_0x22f7ba[_0x2f9734(0x949)]['fullscreen']||!ot(_0x137e1b))&&!_0x159b7a,_0x28d1eb=Xe(_0x137e1b,_0x22f7ba,_0x15fe86,_0x1630f9)??Ye(_0x137e1b,_0x22f7ba,_0x1630f9),_0x5f2429=_0x596c56||$e(_0x137e1b)||ot(_0x137e1b)||_0x159b7a,_0x492774=_0x5f2429&&!_0x1bd96f&&(_0x22f7ba[_0x2f9734(0x560)]!==a[_0x2f9734(0x583)][_0x2f9734(0x80b)]||_0x28d1eb==null),_0xdc4372=_0x5f2429||_0x1bd96f||_0x28d1eb!=null,_0x179c54=_0x5f2429||_0x1bd96f?tt():null;if(!_0xdc4372)return _0x429fe3();let _0x200cc3=_0x1630f9['getCurrentUnitOfType'](_0x22f7ba['childType']),_0x3cd69b=_0x28d1eb==null?null:_0x1630f9['getCurrentUnitOfType'](a[_0x2f9734(0x583)][_0x2f9734(0x80b)]),_0x4f1846=((_0x4ebca0=_0x1630f9['getFocusedUnit']())==null?void 0x0:_0x4ebca0[_0x2f9734(0x8d6)]())??null;try{(_0x22f7ba['childType']!==a['UniverInstanceType'][_0x2f9734(0x80b)]||_0x28d1eb==null)&&_0x1630f9[_0x2f9734(0x88e)](_0x22f7ba[_0x2f9734(0x397)]),_0x28d1eb!=null&&_0x1630f9[_0x2f9734(0x88e)](_0x28d1eb),_0x492774&&_0x1630f9[_0x2f9734(0x561)](_0x22f7ba[_0x2f9734(0x397)]);let _0x344bf0=_0x429fe3();return _0x1bd96f&&Ie[_0x2f9734(0x82c)](_0x137e1b)&&nt(_0x22f7ba,_0x179c54)&&it(_0x22f7ba,_0x179c54),_0x344bf0;}finally{Ge(_0x4d4193,_0x9d02f6==null?void 0x0:_0x9d02f6[_0x2f9734(0x8f1)]())&&(Je(_0x1630f9,_0x3cd69b),Ze(_0x22f7ba,_0x1630f9,_0x200cc3,_0x1b60d8),_0x492774&&_t(_0x22f7ba,_0x1630f9,_0x4f1846,_0x596c56||_0x159b7a),(!_0x1bd96f||$e(_0x137e1b)||ot(_0x137e1b))&&nt(_0x22f7ba,_0x179c54)&&it(_0x22f7ba,_0x179c54));}},'onCommandExecuted':_0x2272a4=>_0x5a74dd(()=>_0x49d14d[_0x2ba66e(0x9f3)](_0x2272a4)),'beforeCommandExecuted':_0x54a6bb=>_0x5a74dd(()=>_0x49d14d[_0x2ba66e(0x4f1)](_0x54a6bb)),'onMutationExecutedForCollab':_0x122ec2=>_0x5a74dd(()=>_0x49d14d['onMutationExecutedForCollab'](_0x122ec2))};}function Ge(_0x160061,_0x57a370){const _0x5d43b3=_0x36ed40;return(_0x160061==null?void 0x0:_0x160061[_0x5d43b3(0x467)])===(_0x57a370==null?void 0x0:_0x57a370[_0x5d43b3(0x467)])&&(_0x160061==null?void 0x0:_0x160061['hostUnitId'])===(_0x57a370==null?void 0x0:_0x57a370['hostUnitId'])&&(_0x160061==null?void 0x0:_0x160061[_0x5d43b3(0x397)])===(_0x57a370==null?void 0x0:_0x57a370['childUnitId'])&&(_0x160061==null?void 0x0:_0x160061[_0x5d43b3(0x560)])===(_0x57a370==null?void 0x0:_0x57a370['childType'])&&(_0x160061==null?void 0x0:_0x160061[_0x5d43b3(0x765)])===(_0x57a370==null?void 0x0:_0x57a370['sessionMode']);}function Ke(_0x335667,_0xbfa180,_0x410a02,_0x1fa67a){const _0x4e51bf=_0x36ed40;if(!Ie['has'](_0x335667)||!_0xbfa180||!_0x410a02||typeof _0xbfa180[_0x4e51bf(0xa0d)]!=_0x4e51bf(0x6fd)||_0xbfa180===_0x410a02)return _0x1fa67a();let _0x43c2a9=[];for(let _0x45e6c4 of Fe){let _0xfa921c=_0xbfa180[_0x4e51bf(0x441)](_0x45e6c4),_0x27409e=_0x410a02[_0x4e51bf(0x441)](_0x45e6c4);_0xfa921c!==_0x27409e&&(_0x43c2a9[_0x4e51bf(0x5b5)]({'key':_0x45e6c4,'value':_0xfa921c}),qe(_0xbfa180,_0x45e6c4,_0x27409e));}try{return _0x1fa67a();}finally{for(let _0x24197a=_0x43c2a9[_0x4e51bf(0x248)]-0x1;_0x24197a>=0x0;_0x24197a--){let {key:_0x23741a,value:_0x3c8782}=_0x43c2a9[_0x24197a];qe(_0xbfa180,_0x23741a,_0x3c8782);}}}function qe(_0x3e8284,_0x1334d9,_0x15e56e){const _0x4b7350=_0x36ed40;let _0x4f292c=Ne['has'](_0x3e8284);Ne[_0x4b7350(0x258)](_0x3e8284);try{_0x3e8284[_0x4b7350(0xa0d)](_0x1334d9,_0x15e56e);}finally{_0x4f292c||Ne[_0x4b7350(0x3b2)](_0x3e8284);}}function Je(_0x20beea,_0x2b78a7){const _0x35f715=_0x36ed40;if(!_0x2b78a7)return;let _0x3ad470=_0x2b78a7[_0x35f715(0x8d6)]();_0x20beea['getUnit'](_0x3ad470)&&_0x20beea[_0x35f715(0x88e)](_0x3ad470);}function Ye(_0x2e8400,_0x3482a1,_0x10bf10){const _0x4834d1=_0x36ed40;if(_0x3482a1['childType']!==a['UniverInstanceType'][_0x4834d1(0x80b)])return;let _0x5ef569=_0x3482a1[_0x4834d1(0x949)][_0x4834d1(0x8e9)]['ownerDocument'][_0x4834d1(0x7eb)];if(!(_0x5ef569 instanceof HTMLElement)||!_0x5ef569['id'][_0x4834d1(0x64d)]('__editor_')||K(_0x5ef569)!==_0x3482a1[_0x4834d1(0x467)])return;let _0x5a8faa=_0x5ef569['id']['slice'](0x9);if(!(!_0x2e8400[_0x4834d1(0x64d)](_0x4834d1(0x540))&&_0x2e8400!==_0x4834d1(0x606)&&!_0x2e8400[_0x4834d1(0x64d)](_0x4834d1(0x3a6)+_0x5a8faa+'-keyboard-')))return(0x0,a['isInternalEditorID'])(_0x5a8faa)&&_0x10bf10[_0x4834d1(0x77d)](_0x5a8faa,a['UniverInstanceType'][_0x4834d1(0x80b)])?_0x5a8faa:void 0x0;}function Xe(_0xb17c58,_0x3bc730,_0x5c945c,_0x5e94b0){const _0x243c5a=_0x36ed40;if(_0x3bc730['childType']!==a['UniverInstanceType'][_0x243c5a(0x36c)]||!Ie[_0x243c5a(0x82c)](_0xb17c58)||!_0x5c945c)return;let _0x46e3b7=_0x5c945c[_0x243c5a(0x441)](a[_0x243c5a(0x597)]);if(!_0x46e3b7&&!_0x5c945c[_0x243c5a(0x441)](a[_0x243c5a(0x3db)]))return;let _0x252e34=_0x46e3b7?a['DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY']:a[_0x243c5a(0x986)];return _0x5e94b0[_0x243c5a(0x77d)](_0x252e34,a['UniverInstanceType'][_0x243c5a(0x80b)])?_0x252e34:void 0x0;}function Ze(_0x4d1d42,_0x22ab77,_0x21fdd6,_0x12656d){const _0x4eaae1=_0x36ed40;if(_0x12656d&&(_0x4d1d42[_0x4eaae1(0x393)]['hostType']===_0x4d1d42[_0x4eaae1(0x560)]||_0x4d1d42[_0x4eaae1(0x560)]===a[_0x4eaae1(0x583)][_0x4eaae1(0x36c)])){_0x22ab77['setCurrentUnitForType'](_0x4d1d42[_0x4eaae1(0x397)]);return;}Je(_0x22ab77,_0x21fdd6);}function Qe(_0x12859d,_0xcaee4d,_0x12a28c){const _0x464e90=_0x36ed40;return _0x12859d===a['UniverInstanceType'][_0x464e90(0x927)]?{..._0x12a28c,'unitId':_0xcaee4d}:_0x12a28c;}function $e(_0x347b55){const _0x2818ac=_0x36ed40;return _0x347b55===a[_0x2818ac(0x7b8)]['id']||_0x347b55===a[_0x2818ac(0x490)]['id'];}function et(_0x331d0e){const _0x23058a=_0x36ed40;return Pe[_0x23058a(0x82c)](_0x331d0e);}function tt(){const _0x328754=_0x36ed40;let _0x13a14e=typeof document<'u'&&document[_0x328754(0x7eb)]instanceof HTMLElement?document['activeElement']:null;return _0x13a14e===(_0x13a14e==null?void 0x0:_0x13a14e['ownerDocument'][_0x328754(0x2d0)])||_0x13a14e===(_0x13a14e==null?void 0x0:_0x13a14e[_0x328754(0x76e)]['documentElement'])||U(_0x13a14e)===_0x328754(0x5c1)?null:_0x13a14e;}function nt(_0x172165,_0x5eb736){const _0x58b456=_0x36ed40;if(!_0x5eb736||_0x172165['childType']===a['UniverInstanceType'][_0x58b456(0x36c)])return _0x5eb736!=null;let _0x30b619=_0x5eb736;for(;_0x30b619;){if(_0x172165[_0x58b456(0x560)]===a[_0x58b456(0x583)][_0x58b456(0x80b)]&&rt(_0x172165[_0x58b456(0x397)],_0x30b619)||a[_0x58b456(0x76b)]['some'](_0x1cd6bd=>(_0x30b619==null?void 0x0:_0x30b619['id'])===_0x58b456(0x601)+_0x1cd6bd||(_0x30b619==null?void 0x0:_0x30b619['id'])===_0x58b456(0x740)+_0x1cd6bd))return!0x1;_0x30b619=_0x30b619[_0x58b456(0x62c)];}return!0x0;}function rt(_0x271858,_0x394bad){const _0x244888=_0x36ed40;return _0x394bad['id'][_0x244888(0x64d)]('__editor_')?!(0x0,a[_0x244888(0x7e9)])(_0x394bad['id'][_0x244888(0x457)](0x9))&&_0x394bad['id']!==_0x244888(0x601)+_0x271858:_0x394bad['id']['startsWith'](_0x244888(0x740))?!(0x0,a[_0x244888(0x7e9)])(_0x394bad['id'][_0x244888(0x457)](0x1f))&&_0x394bad['id']!==_0x244888(0x740)+_0x271858:!0x1;}function it(_0x27fb5e,_0x11aaa3){const _0x5d1433=_0x36ed40;var _0x43fb17;let _0x152fdc=_0x27fb5e['injector'][_0x5d1433(0x82c)](W)?_0x27fb5e[_0x5d1433(0x501)][_0x5d1433(0x335)](W):void 0x0,_0x41d32e=_0x152fdc==null?void 0x0:_0x152fdc['resolveActiveChildSessionRuntimeScope'](),_0x486e81=()=>{const _0x273e0a=_0x5d1433;if(!Ge(_0x41d32e,_0x152fdc==null?void 0x0:_0x152fdc[_0x273e0a(0x8f1)]()))return;let _0x1d0819=_0x27fb5e[_0x273e0a(0x949)][_0x273e0a(0x362)]??_0x27fb5e[_0x273e0a(0x949)][_0x273e0a(0x8e9)],_0x8c0294=_0x1d0819[_0x273e0a(0x76e)][_0x273e0a(0x7eb)];if(U(_0x8c0294)==='child-popup')return;let _0x326ac8=_0x11aaa3!=null&&_0x11aaa3[_0x273e0a(0x223)]?_0x11aaa3:_0x1d0819['querySelector'](_0x273e0a(0x6e6))??_0x1d0819;_0x8c0294 instanceof HTMLElement&&U(_0x8c0294)===_0x273e0a(0x21b)&&K(_0x8c0294)===_0x27fb5e[_0x273e0a(0x467)]&&U(_0x326ac8)===_0x273e0a(0x39b)||!_0x326ac8[_0x273e0a(0x223)]||_0x326ac8[_0x273e0a(0x76e)]['activeElement']===_0x326ac8||(_0x326ac8[_0x273e0a(0x617)]('tabindex')||(_0x326ac8[_0x273e0a(0x2d3)]=-0x1),_0x326ac8[_0x273e0a(0x94d)]({'preventScroll':!0x0}));};_0x486e81(),(_0x43fb17=_0x27fb5e[_0x5d1433(0x949)][_0x5d1433(0x8e9)][_0x5d1433(0x76e)]['defaultView'])==null||_0x43fb17[_0x5d1433(0x7c4)](_0x486e81);}function at(_0x3d7744){const _0x1ea7b9=_0x36ed40;if(_0x3d7744[_0x1ea7b9(0x560)]===a[_0x1ea7b9(0x583)][_0x1ea7b9(0x927)]||_0x3d7744[_0x1ea7b9(0x949)][_0x1ea7b9(0x32e)]!=='float'||!_0x3d7744['injector']['has'](W))return!0x1;let _0x17712c=_0x3d7744[_0x1ea7b9(0x501)][_0x1ea7b9(0x335)](W)[_0x1ea7b9(0x8f1)]();return((_0x17712c==null?void 0x0:_0x17712c[_0x1ea7b9(0x765)])==='child-keyboard'||(_0x17712c==null?void 0x0:_0x17712c[_0x1ea7b9(0x765)])===_0x1ea7b9(0x36f))&&_0x17712c[_0x1ea7b9(0x467)]===_0x3d7744['embedId']&&_0x17712c[_0x1ea7b9(0x98c)]===_0x3d7744['hostUnitId']&&_0x17712c[_0x1ea7b9(0x397)]===_0x3d7744[_0x1ea7b9(0x397)]&&_0x17712c[_0x1ea7b9(0x560)]===_0x3d7744[_0x1ea7b9(0x560)];}function ot(_0x57cdf0){return _0x57cdf0===s['SetCellEditVisibleOperation']['id'];}function st(_0x57373c){const _0x3fb324=_0x36ed40;return _0x57373c[_0x3fb324(0x949)][_0x3fb324(0x498)]||_0x57373c[_0x3fb324(0x393)]['entry']===_0x3fb324(0x421)?!0x0:ct(_0x57373c);}function ct(_0x3ffe0a){const _0x20ef3d=_0x36ed40;var _0x15e951;return _0x3ffe0a[_0x20ef3d(0x393)][_0x20ef3d(0x89c)]===_0x20ef3d(0x948)||_0x3ffe0a[_0x20ef3d(0x393)][_0x20ef3d(0x89c)]===_0x20ef3d(0x516)||_0x3ffe0a[_0x20ef3d(0x393)][_0x20ef3d(0x89c)]===_0x20ef3d(0x75b)||_0x3ffe0a[_0x20ef3d(0x901)]===_0x20ef3d(0x2ed)||!!((_0x15e951=_0x3ffe0a[_0x20ef3d(0x393)][_0x20ef3d(0x899)])!=null&&_0x15e951['tab']);}function lt(_0x42eda7,_0x1b608e){const _0x3a8219=_0x36ed40;if(!_0x42eda7[_0x3a8219(0x82c)](a[_0x3a8219(0x292)]))return;let _0x13f992=_0x42eda7['get'](a[_0x3a8219(0x292)]),_0x5d1fd4=ut(_0x1b608e[_0x3a8219(0x560)]),_0x734122=_0x42eda7['has'](W)?_0x42eda7[_0x3a8219(0x335)](W):void 0x0,_0x1b2d2b=()=>_0x1b608e['childType']!==a['UniverInstanceType'][_0x3a8219(0x927)]&&(_0x13f992[_0x3a8219(0x441)](a[_0x3a8219(0x2f1)])||(_0x734122==null?void 0x0:_0x734122[_0x3a8219(0x8f0)](_0x1b608e[_0x3a8219(0x467)]))===!0x0),_0x2f1eae=()=>_0x1b608e[_0x3a8219(0x560)]===a[_0x3a8219(0x583)][_0x3a8219(0x36c)]&&_0x42eda7[_0x3a8219(0x82c)](a[_0x3a8219(0x8cd)])&&_0x42eda7['get'](a[_0x3a8219(0x8cd)])[_0x3a8219(0x81e)](Me),_0x31de2b=new f[(_0x3a8219(0x542))](),_0x1590ef=(0x0,f[_0x3a8219(0x925)])((_0x13f992[_0x3a8219(0x7bf)]??f['EMPTY'])['pipe']((0x0,f[_0x3a8219(0x789)])(_0x5a123a=>Object['fromEntries'](Object[_0x3a8219(0x4aa)](_0x5a123a)['filter'](([_0x276102])=>!ft(_0x276102)))),(0x0,f['filter'])(_0x216393=>Object[_0x3a8219(0x2bc)](_0x216393)[_0x3a8219(0x248)]>0x0)),_0x31de2b),_0x29bfbf=Object[_0x3a8219(0x77c)](new a['Disposable'](),{'contextChanged$':_0x1590ef,'getContextValue':_0x59d5ef=>_0x59d5ef===je?_0x2f1eae():_0x59d5ef===a[_0x3a8219(0x2f1)]?_0x1b2d2b():ft(_0x59d5ef)?dt(_0x5d1fd4,_0x59d5ef):_0x13f992[_0x3a8219(0x441)](_0x59d5ef),'setContextValue':(_0x55b0d1,_0x4d1301)=>{const _0x1e3c5a=_0x3a8219;if(_0x55b0d1!==je){if(!ft(_0x55b0d1)){_0x13f992['setContextValue'](_0x55b0d1,_0x4d1301);return;}_0x5d1fd4[_0x1e3c5a(0x436)](_0x55b0d1,_0x4d1301),_0x31de2b['next']({[_0x55b0d1]:_0x4d1301});}},'subscribeContextValue$':_0x3f2cd9=>_0x3f2cd9===je?new f[(_0x3a8219(0x4a8))](_0x4d0c0b=>{_0x4d0c0b['next'](_0x2f1eae());}):ft(_0x3f2cd9)?new f[(_0x3a8219(0x4a8))](_0x4e2bf7=>{const _0x4877e2=_0x3a8219;let _0x43b4a5=_0x31de2b[_0x4877e2(0x5ab)]((0x0,f[_0x4877e2(0x32c)])(_0x114e10=>_0x114e10[_0x3f2cd9]!==void 0x0))[_0x4877e2(0x260)](_0x451dd2=>_0x4e2bf7[_0x4877e2(0x45d)](_0x451dd2[_0x3f2cd9]));return _0x4e2bf7['next'](dt(_0x5d1fd4,_0x3f2cd9)),()=>_0x43b4a5[_0x4877e2(0x6cf)]();}):_0x13f992[_0x3a8219(0x371)](_0x3f2cd9)});return _0x1b608e['childType']===a[_0x3a8219(0x583)][_0x3a8219(0x36c)]&&_0x29bfbf['disposeWithMe']((_0x13f992[_0x3a8219(0x7bf)]??f[_0x3a8219(0x5d4)])[_0x3a8219(0x260)](_0x1de0c3=>{const _0x8810be=_0x3a8219;!Ne[_0x8810be(0x82c)](_0x13f992)&&_0x1de0c3[a[_0x8810be(0x597)]]===!0x1&&_0x5d1fd4['get'](a[_0x8810be(0x597)])&&(_0x5d1fd4[_0x8810be(0x436)](a[_0x8810be(0x597)],!0x1),_0x31de2b['next']({[a[_0x8810be(0x597)]]:!0x1}));})),_0x29bfbf['disposeWithMe']((0x0,a[_0x3a8219(0x63c)])(()=>_0x31de2b[_0x3a8219(0x7be)]())),_0x29bfbf;}function ut(_0x24625e){const _0x58a0c7=_0x36ed40;return new Map([[a[_0x58a0c7(0x709)],!0x0],[a[_0x58a0c7(0x667)],_0x24625e===a[_0x58a0c7(0x583)][_0x58a0c7(0x36c)]],[a['FOCUSING_DOC'],_0x24625e===a['UniverInstanceType'][_0x58a0c7(0x80b)]],[a[_0x58a0c7(0x63e)],_0x24625e===a['UniverInstanceType'][_0x58a0c7(0x419)]],[a['FOCUSING_BOARD'],_0x24625e===a[_0x58a0c7(0x583)][_0x58a0c7(0x927)]],[Ae,_0x24625e===a[_0x58a0c7(0x583)][_0x58a0c7(0x7fa)]]]);}function dt(_0x47905f,_0x4b13c3){const _0x38b1af=_0x36ed40;return _0x47905f[_0x38b1af(0x335)](_0x4b13c3)??!0x1;}function ft(_0x4c52c3){const _0x528d9b=_0x36ed40;return _0x4c52c3===a[_0x528d9b(0x2f1)]?!0x1:_0x4c52c3[_0x528d9b(0x64d)](_0x528d9b(0x907))||_0x4c52c3===a[_0x528d9b(0x3db)]||_0x4c52c3===a[_0x528d9b(0x9bd)];}function pt(_0x26af0e,_0x26cea4){const _0x1e02c5=_0x36ed40;return{'getConfig':_0x2b5be9=>{const _0x24c935=_0x2eed;let _0x1b574d=_0x26af0e[_0x24c935(0x85b)](_0x2b5be9),_0x5773ef=_0x26cea4[_0x24c935(0x335)](_0x2b5be9);return _0x5773ef?_0x5773ef(_0x1b574d):_0x1b574d;},'setConfig':_0x26af0e['setConfig']['bind'](_0x26af0e),'deleteConfig':_0x26af0e[_0x1e02c5(0x2bd)][_0x1e02c5(0x75f)](_0x26af0e),'subscribeConfigValue$':_0x26af0e[_0x1e02c5(0x84b)][_0x1e02c5(0x75f)](_0x26af0e),'configChanged$':_0x26af0e[_0x1e02c5(0x5ff)],'dispose':()=>{}};}function mt(_0x346c3d){const _0x29fbd0=_0x36ed40;return pt(_0x346c3d,new Map([[_0x29fbd0(0x846),_0x414b6c=>{let _0x1b0a75={..._0x414b6c??{}};return Le['forEach'](_0x49396b=>{_0x1b0a75[_0x49396b]={..._0x1b0a75[_0x49396b],'hidden':!0x0};}),_0x1b0a75;}]]));}function ht(_0x53fe73,_0x1d09f6,_0x1c0fb9){const _0x2556df=_0x36ed40;if(_0x1d09f6!==t['CreateEmbedCommand']['id']||!_0x1c0fb9||typeof _0x1c0fb9!=_0x2556df(0x9e9))return _0x1c0fb9;let _0x1d289a=_0x1c0fb9;return _0x1d289a[_0x2556df(0x546)]?_0x1d289a:{..._0x1d289a,'parentEmbedId':_0x53fe73['embedId']};}function gt(_0x241cca,_0x4aef0c,_0x422736=_0x241cca){const _0x1eec1f=_0x36ed40;let _0x2a8abc=Ot(_0x241cca)??_0x422736,_0x3f89f8=new Map(_0x4aef0c),_0xaa418c=new Map(),_0x1960d5=new Set(),_0x421aa9=new Map(),_0x25c9a9;_0x3f89f8[_0x1eec1f(0x5f4)]((_0x21815a,_0x7a1518)=>{_0x1f3ad2(_0x7a1518);});function _0x1f3ad2(_0x2dbe45){const _0x560984=_0x1eec1f;let _0xcb9fa8=yt(_0x2dbe45);return _0x1960d5[_0x560984(0x258)](_0xcb9fa8),_0x421aa9[_0x560984(0x82c)](_0xcb9fa8)||_0x421aa9[_0x560984(0x436)](_0xcb9fa8,_0x2dbe45),_0xcb9fa8;}let _0x356329=_0x4c2a54=>_0x3f89f8['has'](_0x4c2a54)||_0xaa418c[_0x1eec1f(0x82c)](_0x4c2a54)?_0x4c2a54:_0x421aa9['get'](yt(_0x4c2a54))??_0x4c2a54,_0x5b85ad=_0xe13b81=>{const _0x351e74=_0x1eec1f;let _0x35b3d5=_0x356329(_0xe13b81);if(_0x3f89f8[_0x351e74(0x82c)](_0x35b3d5))return _0x3f89f8[_0x351e74(0x335)](_0x35b3d5);let _0xe760bd=_0xaa418c[_0x351e74(0x335)](_0x35b3d5);if(!_0xe760bd)return;let _0x438d90=_0xe760bd();return _0xaa418c['delete'](_0x35b3d5),_0x3f89f8['set'](_0x35b3d5,_0x438d90),Tt(_0x25c9a9,_0x35b3d5,_0x438d90),_0x35b3d5!==_0xe13b81&&Tt(_0x25c9a9,_0xe13b81,_0x438d90),_0x438d90;},_0x52b879=_0x4ddd90=>{const _0x2f957a=_0x1eec1f;let _0x49622e=_0x356329(_0x4ddd90);return _0x3f89f8[_0x2f957a(0x82c)](_0x49622e)||_0xaa418c[_0x2f957a(0x82c)](_0x49622e);},_0x1ea37d=_0x230247=>_0x1960d5[_0x1eec1f(0x82c)](yt(_0x230247)),_0xfa60be=_0x13e106=>ke[_0x1eec1f(0x82c)](yt(_0x13e106)),_0x3a07cb=_0x1f1a46=>!_0x1ea37d(_0x1f1a46)&&_0x241cca[_0x1eec1f(0x82c)](_0x1f1a46),_0x4eca02=()=>{const _0x17ddad=_0x1eec1f;if(_0x25c9a9)return _0x25c9a9;let _0x32e7c9=_0x241cca[_0x17ddad(0x9ae)];if(typeof _0x32e7c9==_0x17ddad(0x6fd))return _0x25c9a9=_0x32e7c9[_0x17ddad(0x4f6)](_0x241cca,[...Nt(_0x3f89f8),[a[_0x17ddad(0x5cb)],{'useFactory':()=>_0x25c9a9}]]),_0x25c9a9;},_0x47c66b={'has':_0x1f55e=>{const _0x43cb3d=_0x1eec1f;if(_0x1f55e===a[_0x43cb3d(0x5cb)]||_0x52b879(_0x1f55e)||_0x3a07cb(_0x1f55e))return!0x0;let _0x30c11d=_0x4eca02();return(_0x30c11d==null?void 0x0:_0x30c11d[_0x43cb3d(0x82c)](_0x1f55e))??_0x241cca[_0x43cb3d(0x82c)](_0x1f55e);},'get':(_0x3cc9a2,..._0x54b6f2)=>{const _0x3b72b4=_0x1eec1f;if(_0x3cc9a2===a[_0x3b72b4(0x5cb)])return _0x47c66b;if(bt(_0x54b6f2,a[_0x3b72b4(0x382)][_0x3b72b4(0x53f)])){let _0x275af2=_0x4eca02();_0x386759(_0x275af2,_0x3cc9a2);let _0x47f36e=Ct(_0x275af2,_0x3cc9a2);return _0x47f36e['resolved']?_0x47f36e[_0x3b72b4(0x5a7)]:St(_0x275af2||_0x241cca,_0x3cc9a2,_0x54b6f2);}return _0x52b879(_0x3cc9a2)?_0x5b85ad(_0x3cc9a2):bt(_0x54b6f2,a['LookUp'][_0x3b72b4(0x8aa)])?St(_0x241cca,_0x3cc9a2,xt(_0x54b6f2,a[_0x3b72b4(0x382)][_0x3b72b4(0x8aa)])):_0x3a07cb(_0x3cc9a2)?St(_0x241cca,_0x3cc9a2,_0x54b6f2):St(_0x4eca02()||_0x241cca,_0x3cc9a2,_0x54b6f2);},'invoke':(_0x123385,..._0x565f50)=>_0x123385({'has':_0x37f507=>{const _0x5ab337=_0x1eec1f;if(_0x37f507===a['Injector']||_0x52b879(_0x37f507)||_0x3a07cb(_0x37f507))return!0x0;let _0x397b68=_0x4eca02();return(_0x397b68==null?void 0x0:_0x397b68[_0x5ab337(0x82c)](_0x37f507))??_0x241cca[_0x5ab337(0x82c)](_0x37f507);},'get':(_0x46db4d,..._0x4fc23f)=>{const _0x317d0a=_0x1eec1f;if(_0x46db4d===a[_0x317d0a(0x5cb)])return _0x47c66b;if(bt(_0x4fc23f,a[_0x317d0a(0x382)][_0x317d0a(0x53f)])){let _0x32418e=_0x4eca02();_0x386759(_0x32418e,_0x46db4d);let _0x11fa26=Ct(_0x32418e,_0x46db4d);return _0x11fa26[_0x317d0a(0x244)]?_0x11fa26[_0x317d0a(0x5a7)]:St(_0x32418e||_0x241cca,_0x46db4d,_0x4fc23f);}return _0x52b879(_0x46db4d)?_0x5b85ad(_0x46db4d):bt(_0x4fc23f,a[_0x317d0a(0x382)]['SKIP_SELF'])?St(_0x241cca,_0x46db4d,xt(_0x4fc23f,a[_0x317d0a(0x382)][_0x317d0a(0x8aa)])):_0x3a07cb(_0x46db4d)?St(_0x241cca,_0x46db4d,_0x4fc23f):St(_0x4eca02()||_0x241cca,_0x46db4d,_0x4fc23f);}},..._0x565f50),'add':_0x2b3019=>{const _0x32fe1c=_0x1eec1f;let _0x312c3c=Pt(_0x2b3019);if(_0x312c3c){if(_0x312c3c['kind']!=='factory'&&_0x3a07cb(_0x312c3c[_0x32fe1c(0x790)])&&!_0xfa60be(_0x312c3c[_0x32fe1c(0x790)]))return;let _0x5b6ba3=yt(_0x312c3c[_0x32fe1c(0x790)]);if(_0x1960d5[_0x32fe1c(0x82c)](_0x5b6ba3))return;if(_0x1f3ad2(_0x312c3c['identifier']),_0x312c3c[_0x32fe1c(0x7ec)]==='value')_0xaa418c['delete'](_0x312c3c[_0x32fe1c(0x790)]),_0x3f89f8[_0x32fe1c(0x436)](_0x312c3c[_0x32fe1c(0x790)],_0x312c3c[_0x32fe1c(0x5a7)]);else{let _0x2b66a6=_0x4eca02();_0x2b66a6?Dt(_0x2b66a6,_0x312c3c[_0x32fe1c(0x790)])||_0x2b66a6[_0x32fe1c(0x258)](_0x2b3019):(_0x3f89f8[_0x32fe1c(0x3b2)](_0x312c3c[_0x32fe1c(0x790)]),_0xaa418c['set'](_0x312c3c[_0x32fe1c(0x790)],_0x312c3c[_0x32fe1c(0x698)]));}return;}let _0x45414f=yt(vt(_0x2b3019));if(_0x45414f!=null){if(_0x1960d5['has'](_0x45414f))return;_0x1f3ad2(vt(_0x2b3019));}let _0x12a093=_0x4eca02();if(_0x12a093){_0x12a093[_0x32fe1c(0x258)](_0x2b3019);return;}_0x241cca[_0x32fe1c(0x258)](_0x2b3019);},'createChild':(_0x3cfb4c=[])=>{const _0x416b33=_0x1eec1f;let _0x35fd18=new Map(_0x3f89f8);_0x421aa9['forEach'](_0x39818b=>{const _0x40fde0=_0x2eed;if(_0x35fd18[_0x40fde0(0x82c)](_0x39818b))return;if(_0x52b879(_0x39818b)){_0x35fd18['set'](_0x39818b,_0x5b85ad(_0x39818b));return;}let _0x3beec7=_0x4eca02();_0x3beec7&&Dt(_0x3beec7,_0x39818b)&&_0x35fd18['set'](_0x39818b,St(_0x3beec7,_0x39818b,[a[_0x40fde0(0x382)][_0x40fde0(0x53f)]]));});let _0x327773=[];_0x3cfb4c[_0x416b33(0x5f4)](_0x37d404=>{const _0x409f7f=_0x416b33;let _0x4c3b16=Pt(_0x37d404);if((_0x4c3b16==null?void 0x0:_0x4c3b16[_0x409f7f(0x7ec)])===_0x409f7f(0x5a7)){_0x35fd18[_0x409f7f(0x436)](_0x4c3b16['identifier'],_0x4c3b16[_0x409f7f(0x5a7)]);return;}_0x327773['push'](_0x37d404);});let _0x1cb3fb=gt(_0x241cca,_0x35fd18,_0x2a8abc);return _0x327773['forEach'](_0x2a0d0c=>{const _0x532c83=_0x416b33;_0x1cb3fb[_0x532c83(0x258)](_0x2a0d0c);}),_0x1cb3fb;},'createInstance':(..._0x4b5fb3)=>{const _0x48eccb=_0x1eec1f;let _0x36bf93=_0x4eca02(),_0x4d4f60=_0x36bf93==null?void 0x0:_0x36bf93[_0x48eccb(0x507)];if(_0x36bf93&&typeof _0x4d4f60==_0x48eccb(0x6fd))return _0xfd7da4(_0x36bf93,_0x4b5fb3[0x0]),_0x4d4f60[_0x48eccb(0x590)](_0x36bf93,_0x4b5fb3);let _0x133185=_0x241cca[_0x48eccb(0x507)];if(typeof _0x133185==_0x48eccb(0x6fd))return _0x133185[_0x48eccb(0x590)](_0x241cca,_0x4b5fb3);let [_0x311620,..._0x825c49]=_0x4b5fb3;return new _0x311620(..._0x825c49);},'dispose':()=>{const _0x2a804f=_0x1eec1f;_0x25c9a9&&kt(_0x25c9a9,_0x2a8abc,_0x3f89f8[_0x2a804f(0x8b8)]()),_0x25c9a9=void 0x0,_0x1960d5[_0x2a804f(0x465)](),_0x421aa9[_0x2a804f(0x465)](),_0xaa418c['clear']();}};function _0x386759(_0x29e104,_0xe49bb1){!_0x29e104||!_0x52b879(_0xe49bb1)||Tt(_0x29e104,_0xe49bb1,_0x5b85ad(_0xe49bb1));}function _0xfd7da4(_0x1330ed,_0x45521b){const _0x5e15d7=_0x1eec1f;Et(_0x45521b)[_0x5e15d7(0x5f4)](_0x5dbed5=>_0x386759(_0x1330ed,_0x5dbed5));}return _0x47c66b[_0x1eec1f(0x8e5)]=_0x2a8abc,_0x47c66b;}function _t(_0x32c700,_0x4a7168,_0x38a8cd,_0xf518c7=!0x0){const _0x57a6e1=_0x36ed40;let _0x3774e2=_0xf518c7&&_0x32c700[_0x57a6e1(0x501)][_0x57a6e1(0x82c)](W)?_0x32c700[_0x57a6e1(0x501)][_0x57a6e1(0x335)](W):void 0x0;_0x4a7168[_0x57a6e1(0x561)](_0x3774e2!=null&&_0x3774e2[_0x57a6e1(0x8f0)](_0x32c700[_0x57a6e1(0x467)])?_0x32c700[_0x57a6e1(0x397)]:_0x38a8cd);}function vt(_0x2f6c07){const _0x4ce3de=_0x36ed40;return Array[_0x4ce3de(0x923)](_0x2f6c07)?_0x2f6c07[0x0]:_0x2f6c07;}function yt(_0x52cc38){const _0x1e760b=_0x36ed40;let _0x251885=_0x52cc38==null?void 0x0:_0x52cc38['decoratorName'];return typeof _0x251885==_0x1e760b(0x3df)&&_0x251885?_0x1e760b(0x692)+_0x251885:_0x52cc38;}function bt(_0x5cf93f,_0x4c268d){const _0x38cece=_0x36ed40;return _0x5cf93f[_0x38cece(0x3ed)](_0x4c268d);}function xt(_0x372e2d,_0x256bb5){const _0x288365=_0x36ed40;return _0x372e2d[_0x288365(0x32c)](_0x36db07=>_0x36db07!==_0x256bb5);}function St(_0x1dee54,_0x402810,_0x286b68){const _0x24bc3f=_0x36ed40;return _0x1dee54[_0x24bc3f(0x335)](_0x402810,..._0x286b68);}function Ct(_0x5c0ab2,_0x543a43){const _0xc50bf0=_0x36ed40;var _0x18b81a;let _0x182b03=_0x5c0ab2==null||(_0x18b81a=_0x5c0ab2[_0xc50bf0(0x3a1)])==null?void 0x0:_0x18b81a['resolvedDependencies'];if(!_0x182b03)return{'resolved':!0x1};let _0x82ff08=wt(_0x182b03[_0xc50bf0(0x335)](_0x543a43));if(_0x82ff08[_0xc50bf0(0x244)])return _0x82ff08;let _0x7c8ac2=yt(_0x543a43);for(let [_0x308b23,_0x4c7765]of _0x182b03){if(_0x308b23===_0x543a43||yt(_0x308b23)!==_0x7c8ac2)continue;let _0xad21c9=wt(_0x4c7765);if(_0xad21c9[_0xc50bf0(0x244)])return _0xad21c9;}return{'resolved':!0x1};}function wt(_0xae9e0a){const _0x2d5eb2=_0x36ed40;return!_0xae9e0a||_0xae9e0a[_0x2d5eb2(0x248)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0xae9e0a[0x0]};}function Tt(_0x196844,_0x5bd17b,_0x5f0897){const _0x4e9867=_0x36ed40;!_0x196844||Dt(_0x196844,_0x5bd17b)||_0x196844[_0x4e9867(0x258)]([_0x5bd17b,{'useValue':_0x5f0897}]);}function Et(_0x298dc5){const _0x582eb7=_0x36ed40;if(!_0x298dc5||typeof _0x298dc5!='function'&&typeof _0x298dc5!='object')return[];for(let _0x23ba97 of Object['getOwnPropertySymbols'](_0x298dc5)){let _0x4a1616=_0x298dc5[_0x23ba97];if(!Array[_0x582eb7(0x923)](_0x4a1616))continue;let _0x2b88d0=_0x4a1616[_0x582eb7(0x789)](_0x99e556=>_0x99e556==null?void 0x0:_0x99e556[_0x582eb7(0x790)])[_0x582eb7(0x32c)](_0x3470d8=>_0x3470d8!==void 0x0);if(_0x2b88d0[_0x582eb7(0x248)])return _0x2b88d0;}return[];}function Dt(_0x44be85,_0x43dd73){const _0x1c30d3=_0x36ed40;var _0x232843,_0x1b6683,_0x24391e,_0x55dbed;let _0x3e6a34=_0x44be85;return!!((_0x232843=_0x3e6a34['dependencyCollection'])!=null&&(_0x1b6683=_0x232843['has'])!=null&&_0x1b6683['call'](_0x232843,_0x43dd73)||(_0x24391e=_0x3e6a34[_0x1c30d3(0x3a1)])!=null&&(_0x55dbed=_0x24391e['has'])!=null&&_0x55dbed['call'](_0x24391e,_0x43dd73));}function Ot(_0x3635a2){const _0xa4c100=_0x36ed40;return _0x3635a2[_0xa4c100(0x8e5)];}function kt(_0x432f73,_0x11c450,_0x4d874f=[]){const _0x833275=_0x36ed40;let _0x36cee3=At(_0x11c450);for(let _0x4f6245 of _0x4d874f)_0x36cee3[_0x833275(0x258)](_0x4f6245);jt(_0x432f73,_0x36cee3),_0x432f73['dispose']();}function At(_0x3c3b5f){let _0x4d1385=new Set(),_0x107ebc=Mt(_0x3c3b5f);return _0x107ebc&&_0x107ebc['forEach'](_0x5bb052=>{const _0x545310=_0x2eed;Array[_0x545310(0x923)](_0x5bb052)&&_0x5bb052[_0x545310(0x5f4)](_0x5f169b=>_0x4d1385[_0x545310(0x258)](_0x5f169b));}),_0x4d1385;}function jt(_0x1b737c,_0x4c7c5c,_0xc33110=new Set()){const _0x3d13ce=_0x36ed40;if(_0xc33110['has'](_0x1b737c))return;_0xc33110[_0x3d13ce(0x258)](_0x1b737c);let _0x2a8300=_0x1b737c[_0x3d13ce(0x5e2)];_0x2a8300==null||_0x2a8300[_0x3d13ce(0x5f4)](_0xaf30c6=>jt(_0xaf30c6,_0x4c7c5c,_0xc33110));let _0x40e571=Mt(_0x1b737c);_0x40e571&&_0x40e571[_0x3d13ce(0x5f4)]((_0x255812,_0x17dfb5)=>{const _0x1cd7c4=_0x3d13ce;if(!Array[_0x1cd7c4(0x923)](_0x255812))return;let _0x2c9420=_0x255812['filter'](_0x698ca1=>!_0x4c7c5c['has'](_0x698ca1));if(_0x2c9420[_0x1cd7c4(0x248)]!==_0x255812[_0x1cd7c4(0x248)]){if(_0x2c9420[_0x1cd7c4(0x248)]===0x0){_0x40e571[_0x1cd7c4(0x3b2)](_0x17dfb5);return;}_0x40e571[_0x1cd7c4(0x436)](_0x17dfb5,_0x2c9420);}});}function Mt(_0x4de32e){const _0x26f136=_0x36ed40;var _0x2197b5;return(_0x2197b5=_0x4de32e[_0x26f136(0x3a1)])==null?void 0x0:_0x2197b5['resolvedDependencies'];}function Nt(_0x3a63c0){return Array['from'](_0x3a63c0,([_0x4b37d7,_0x1b0fa6])=>[_0x4b37d7,{'useValue':_0x1b0fa6}]);}function Pt(_0x22583e){const _0x5ca558=_0x36ed40;if(!Array['isArray'](_0x22583e)||_0x22583e['length']<0x2)return;let [_0x36a3bc,_0x1bc7e4]=_0x22583e;if(!(!_0x1bc7e4||typeof _0x1bc7e4!=_0x5ca558(0x9e9))){if(_0x5ca558(0x70f)in _0x1bc7e4)return{'kind':_0x5ca558(0x5a7),'identifier':_0x36a3bc,'value':_0x1bc7e4[_0x5ca558(0x70f)]};if(typeof _0x1bc7e4['useFactory']=='function')return{'kind':'factory','identifier':_0x36a3bc,'factory':_0x1bc7e4[_0x5ca558(0x3af)]};}}function Ft(_0xfe7992,_0x4fdb5c){const _0x4d7c36=_0x36ed40;if(!_0xfe7992[_0x4d7c36(0x82c)](c[_0x4d7c36(0x42b)]))return;let _0x2d2e3d=_0xfe7992[_0x4d7c36(0x335)](c[_0x4d7c36(0x42b)]),_0xac634c=_0x2d2e3d[_0x4d7c36(0x889)];return It(typeof _0xac634c==_0x4d7c36(0x6fd)?_0xac634c[_0x4d7c36(0x4f6)](_0x2d2e3d,_0x4fdb5c):_0x2d2e3d);}function It(_0x550495){const _0xe9de4e=_0x36ed40;return{'menuChanged$':_0x550495['menuChanged$'],'mergeMenu':(_0x3d526c,_0x406b13)=>_0x550495[_0xe9de4e(0x7e3)](_0x3d526c,_0x406b13),'appendRootMenu':_0x46ac9e=>_0x550495[_0xe9de4e(0x8f5)](_0x46ac9e),'getMenuByPositionKey':_0x7c3699=>Lt(_0x550495[_0xe9de4e(0x979)](_0x7c3699)),'getFlatMenuByPositionKey':_0x5ca29a=>Lt(_0x550495['getFlatMenuByPositionKey'](_0x5ca29a))};}function Lt(_0x33caab){const _0x562cc9=_0x36ed40;return _0x33caab[_0x562cc9(0x576)](_0x3af920=>{const _0x273250=_0x562cc9;var _0x97db08;if(Le['has'](((_0x97db08=_0x3af920['item'])==null?void 0x0:_0x97db08['id'])??_0x3af920[_0x273250(0x347)]))return[];if(!_0x3af920[_0x273250(0x5e2)])return[_0x3af920];let _0x3e92ee=Lt(_0x3af920['children']);return _0x3af920['children']['length']>0x0&&_0x3e92ee[_0x273250(0x248)]===0x0&&!_0x3af920[_0x273250(0x8af)]&&!_0x3af920[_0x273250(0x818)]?[]:[{..._0x3af920,'children':_0x3e92ee}];});}function Rt(_0x289f8f,_0x54186e){const _0x71be2e=_0x36ed40;if(!_0x289f8f[_0x71be2e(0x82c)](c['IContextMenuService']))return;let _0x1b64ab=_0x289f8f[_0x71be2e(0x335)](c[_0x71be2e(0x733)]);return{get 'disabled'(){return _0x1b64ab['disabled'];},set 'disabled'(_0x5c363f){const _0x2515fa=_0x71be2e;_0x1b64ab[_0x2515fa(0x34e)]=_0x5c363f;},get 'visible'(){return _0x1b64ab['visible'];},'enable':()=>_0x1b64ab['enable'](),'disable':()=>_0x1b64ab['disable'](),'triggerContextMenu':(_0x14395c,_0x59d309,_0x56d19f)=>{_0x1b64ab['triggerContextMenu'](_0x14395c,_0x59d309,{..._0x56d19f,'unitId':(_0x56d19f==null?void 0x0:_0x56d19f['unitId'])??_0x54186e});},'hideContextMenu':()=>_0x1b64ab[_0x71be2e(0x29e)](),'registerContextMenuHandler':_0x2386a5=>_0x1b64ab[_0x71be2e(0x67d)](_0x2386a5)};}function zt(_0x2bd8a1){const _0x3f6125=_0x36ed40;let _0x2eb672=new c[(_0x3f6125(0x939))]();return{get 'disabled'(){const _0x3cd2de=_0x3f6125;return _0x2eb672[_0x3cd2de(0x34e)];},set 'disabled'(_0x117dcf){const _0x1c90d1=_0x3f6125;_0x2eb672[_0x1c90d1(0x34e)]=_0x117dcf;},get 'visible'(){const _0x307bcd=_0x3f6125;return _0x2eb672[_0x307bcd(0x615)];},'enable':()=>_0x2eb672['enable'](),'disable':()=>_0x2eb672[_0x3f6125(0x674)](),'triggerContextMenu':(_0x2acb94,_0x4384b3,_0x5643d7)=>{const _0x542ef4=_0x3f6125;_0x2eb672['triggerContextMenu'](_0x2acb94,_0x4384b3,{..._0x5643d7,'unitId':(_0x5643d7==null?void 0x0:_0x5643d7[_0x542ef4(0x8e8)])??_0x2bd8a1});},'hideContextMenu':()=>_0x2eb672[_0x3f6125(0x29e)](),'registerContextMenuHandler':_0x4ca63e=>_0x2eb672[_0x3f6125(0x67d)](_0x4ca63e),'dispose':()=>_0x2eb672[_0x3f6125(0x5df)]()};}function Bt(_0x8881e1,_0x36779b){const _0xc8f58=_0x36ed40;let _0x25c130=_0x8881e1[_0xc8f58(0x335)](c[_0xc8f58(0xa07)]),_0x4fb400=_0x8881e1['get'](a['IUniverInstanceService']),_0x52a115=_0x8881e1['has'](q)?_0x8881e1[_0xc8f58(0x335)](q):void 0x0,_0x54c379=_0x8881e1['has'](W)?_0x8881e1[_0xc8f58(0x335)](W):void 0x0,_0x32c5de=_0x36779b[_0xc8f58(0x949)][_0xc8f58(0x8e9)],_0x355a98=_0x36779b['renderScope']['contentRoot']??_0x32c5de,_0x3fa675=new Set([_0x32c5de,_0x355a98]),_0x268d92=_0x36779b[_0xc8f58(0x949)][_0xc8f58(0x32e)]!=='float'||_0x36779b[_0xc8f58(0x949)]['fullscreen'],_0xd61c08=(_0x14106e,_0x55f625)=>{const _0x472bed=_0xc8f58;_0x3fa675['add'](_0x14106e);let _0x3ada7d=(_0x55f625==null?void 0x0:_0x55f625[_0x472bed(0x66f)])&&_0x268d92,_0x4e3e23=_0x3ada7d?Ht(_0x14106e):void 0x0,_0x11b374=_0x3ada7d?_0x52a115==null?void 0x0:_0x52a115[_0x472bed(0x22a)](_0x36779b[_0x472bed(0x467)],_0x14106e):void 0x0,_0x3b8919=_0x3ada7d?_0x54c379==null?void 0x0:_0x54c379[_0x472bed(0x9e4)]({'embedId':_0x36779b['embedId'],'role':_0x472bed(0x21b),'element':_0x14106e}):void 0x0;return(0x0,a[_0x472bed(0x63c)])(()=>{const _0x43500d=_0x472bed;_0x3b8919==null||_0x3b8919['dispose'](),_0x11b374==null||_0x11b374['dispose'](),_0x4e3e23==null||_0x4e3e23['dispose'](),_0x3fa675[_0x43500d(0x3b2)](_0x14106e);});},_0x16d88e=_0x2cf302=>_0x2cf302?[..._0x3fa675][_0xc8f58(0x980)](_0x4fbbc8=>_0x4fbbc8===_0x2cf302||_0x4fbbc8[_0xc8f58(0x9fe)](_0x2cf302)):!0x1;return{get 'isFocused'(){const _0x5da011=_0xc8f58;return _0x25c130[_0x5da011(0x953)];},get 'rootContainerElement'(){return _0x32c5de;},'focus':()=>Vt(_0x25c130,_0x4fb400,_0x36779b['childUnitId']),'registerFocusHandler':(_0x17d8b8,_0x578328)=>_0x25c130[_0xc8f58(0x7f2)](_0x17d8b8,_0x578328),'registerRootContainerElement':_0xd61c08,'registerContentElement':_0xd61c08,'registerContainerElement':_0x593b79=>_0xd61c08(_0x593b79,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x355a98,'checkElementInCurrentContainers':_0x205b1d=>_0x16d88e(_0x205b1d)||(_0x52a115==null?void 0x0:_0x52a115[_0xc8f58(0x9fe)](_0x36779b['embedId'],_0x205b1d))||_0x25c130[_0xc8f58(0x5bc)](_0x205b1d),'checkContentIsFocused':()=>_0x16d88e(_0x355a98[_0xc8f58(0x76e)][_0xc8f58(0x7eb)])||(_0x54c379==null?void 0x0:_0x54c379['hasChildInteractionLease'](_0x36779b['embedId']))||_0x25c130['checkContentIsFocused']()};}function Vt(_0x50e631,_0x5b0ac8,_0x4a25ce){const _0x295a86=_0x36ed40;var _0x242e3c;if(_0x50e631[_0x295a86(0x94d)][_0x295a86(0x248)]>0x0){_0x50e631[_0x295a86(0x94d)]['call'](_0x50e631,_0x4a25ce);return;}let _0x346edb=((_0x242e3c=_0x5b0ac8[_0x295a86(0x83c)]())==null?void 0x0:_0x242e3c[_0x295a86(0x8d6)]())??null;try{_0x5b0ac8[_0x295a86(0x561)](_0x4a25ce),_0x50e631[_0x295a86(0x94d)]();}finally{_0x5b0ac8[_0x295a86(0x561)](_0x346edb);}}function Ht(_0x528b30){const _0x17d7f6=_0x36ed40;let _0xa05217=new Map(),_0x440f2d=_0x469ac2=>{const _0x461c13=_0x2eed;_0xa05217[_0x461c13(0x436)](_0x469ac2,_0x469ac2['getAttribute'](V)),_0x469ac2[_0x461c13(0x3bf)](V,'child-editor');};return _0x440f2d(_0x528b30),_0x528b30['querySelectorAll']('*')[_0x17d7f6(0x5f4)](_0x440f2d),(0x0,a[_0x17d7f6(0x63c)])(()=>{const _0x3937cc=_0x17d7f6;_0xa05217[_0x3937cc(0x5f4)]((_0x4f8749,_0x4a2386)=>{const _0x1c9a5d=_0x3937cc;if(_0x4f8749==null){_0x4a2386[_0x1c9a5d(0x301)](V);return;}_0x4a2386['setAttribute'](V,_0x4f8749);});});}function Ut(_0x535402,_0x15e400,_0x49a191=[]){const _0x2e122f=_0x36ed40;let _0xfa900c=Gt(_0x535402,_0x49a191)??_0x535402[_0x2e122f(0x501)],_0x304698=_0xfa900c!==_0x535402[_0x2e122f(0x501)],_0x598516=Wt(_0x535402),_0x5062fd={'descriptor':_0x535402[_0x2e122f(0x393)],'host':{'unitId':_0x535402[_0x2e122f(0x98c)],'type':_0x535402[_0x2e122f(0x393)][_0x2e122f(0x375)],'anchorId':_0x535402[_0x2e122f(0x393)][_0x2e122f(0x3bd)],'entry':_0x535402[_0x2e122f(0x393)]['entry'],'layout':qt(_0x535402)},'child':{'unitId':_0x535402['childUnitId'],'type':_0x535402[_0x2e122f(0x560)]},'injector':_0xfa900c,'instanceService':Kt(_0xfa900c,a[_0x2e122f(0x8cc)]),'commandService':Kt(_0xfa900c,a[_0x2e122f(0x8cd)]),'menuManagerService':Kt(_0xfa900c,c[_0x2e122f(0x42b)]),'roots':_0x598516,'activate':()=>_0x15e400(!0x0),'deactivate':()=>_0x15e400(!0x1),'dispose':()=>{_0x304698&&_0xfa900c['dispose']();}};return{'runtimeScope':_0x5062fd,'disposable':(0x0,a[_0x2e122f(0x63c)])(()=>_0x5062fd[_0x2e122f(0x5df)]())};}function Wt(_0x5b0e6b){const _0x26825e=_0x36ed40;var _0x358bab;let _0x23e3ed=_0x5b0e6b['renderScope'][_0x26825e(0x8e9)],_0x31631a=_0x5b0e6b[_0x26825e(0x949)][_0x26825e(0x362)]??L(_0x23e3ed,_0x26825e(0x58f))??_0x23e3ed,_0x608726=_0x5b0e6b[_0x26825e(0x949)][_0x26825e(0x27e)]??L(_0x23e3ed,_0x26825e(0x26e))??_0x23e3ed;return{'root':_0x23e3ed,'content':_0x31631a,'canvas':_0x5b0e6b[_0x26825e(0x949)][_0x26825e(0x5a9)]??L(_0x23e3ed,'data-embed-canvas-root')??void 0x0,'overlay':_0x608726,'popup':_0x5b0e6b['renderScope'][_0x26825e(0x470)]??L(_0x23e3ed,_0x26825e(0x604))??_0x608726,'menuSlot':((_0x358bab=_0x5b0e6b['renderScope'][_0x26825e(0x8f8)])==null?void 0x0:_0x358bab[_0x26825e(0x54b)])??L(_0x23e3ed,_0x26825e(0x306))??void 0x0,'footerSlot':L(_0x23e3ed,'data-embed-footer-slot')??void 0x0};}function Gt(_0xb7f900,_0x1d89ae){const _0x5132cc=_0x36ed40;if(!(!_0xb7f900['injector']['has'](a[_0x5132cc(0x8cc)])||!_0xb7f900[_0x5132cc(0x501)][_0x5132cc(0x82c)](a[_0x5132cc(0x8cd)])))return ze(_0xb7f900,_0x1d89ae);}function Kt(_0x5ac8c3,_0x1dd2e2){const _0x131c3c=_0x36ed40;if(_0x5ac8c3[_0x131c3c(0x82c)](_0x1dd2e2))return _0x5ac8c3[_0x131c3c(0x335)](_0x1dd2e2);}function qt(_0x3606e4){const _0xca145b=_0x36ed40;var _0x2b5e9b,_0x472919;switch(_0x3606e4[_0xca145b(0x393)][_0xca145b(0x89c)]){case _0xca145b(0x421):return _0xca145b(0x4c8);case _0xca145b(0x45b):case'slides-floating-object':case _0xca145b(0x83a):return _0xca145b(0x217);case _0xca145b(0x948):case'bases-table-list-block':case _0xca145b(0x75b):return'tab-peer';default:break;}return _0x3606e4[_0xca145b(0x901)]==='tab-peer'||(_0x2b5e9b=_0x3606e4[_0xca145b(0x393)]['sourceMeta'])!=null&&_0x2b5e9b[_0xca145b(0x295)]?_0xca145b(0x2ed):(_0x472919=_0x3606e4['descriptor'][_0xca145b(0x899)])!=null&&_0x472919[_0xca145b(0x3da)]?_0xca145b(0x217):_0x3606e4[_0xca145b(0x901)]['startsWith'](_0xca145b(0x8ad))||_0x3606e4[_0xca145b(0x901)]===_0xca145b(0x28f)?_0xca145b(0x4c8):_0xca145b(0x217);}var Jt=class{constructor(){const _0x49bfad=_0x36ed40;z(this,_0x49bfad(0x210),new Map());}[_0x36ed40(0x2d1)](_0x400d03){const _0x2fc4bc=_0x36ed40;if(this[_0x2fc4bc(0x210)][_0x2fc4bc(0x82c)](_0x400d03[_0x2fc4bc(0x560)]))throw Error(_0x2fc4bc(0x263)+_0x400d03['childType']);this[_0x2fc4bc(0x210)][_0x2fc4bc(0x436)](_0x400d03[_0x2fc4bc(0x560)],_0x400d03);}[_0x36ed40(0x335)](_0x3af17f){const _0x528dc8=_0x36ed40;return this[_0x528dc8(0x210)]['get'](_0x3af17f);}[_0x36ed40(0x278)](){const _0x858034=_0x36ed40;return[...this[_0x858034(0x210)][_0x858034(0x8b8)]()];}},Yt=class{constructor(){const _0xf458a6=_0x36ed40;z(this,_0xf458a6(0x210),new Map());}[_0x36ed40(0x2d1)](_0x5732ad){const _0x494faa=_0x36ed40;let _0x5c21b7=this[_0x494faa(0x2b8)](_0x5732ad[_0x494faa(0x375)],_0x5732ad['entry'],_0x5732ad['childType']);if(this[_0x494faa(0x210)]['has'](_0x5c21b7))throw Error(_0x494faa(0x3d8)+_0x5c21b7);return this[_0x494faa(0x210)][_0x494faa(0x436)](_0x5c21b7,_0x5732ad),(0x0,a[_0x494faa(0x63c)])(()=>{const _0x2f68b1=_0x494faa;this[_0x2f68b1(0x210)][_0x2f68b1(0x335)](_0x5c21b7)===_0x5732ad&&this[_0x2f68b1(0x210)]['delete'](_0x5c21b7);});}[_0x36ed40(0x335)](_0x40c1c9,_0x43f824,_0x57582b){const _0x3b252c=_0x36ed40;if(_0x57582b!=null){let _0xc9368b=this[_0x3b252c(0x210)][_0x3b252c(0x335)](this[_0x3b252c(0x2b8)](_0x40c1c9,_0x43f824,_0x57582b));if(_0xc9368b)return _0xc9368b;}return this['_contributions']['get'](this[_0x3b252c(0x2b8)](_0x40c1c9,_0x43f824));}[_0x36ed40(0x478)](_0x174d5f,_0x468d24,_0x29e65b){const _0x1898f3=_0x36ed40;return this[_0x1898f3(0x210)][_0x1898f3(0x82c)](this['_key'](_0x174d5f,_0x468d24,_0x29e65b));}[_0x36ed40(0x278)](){const _0xfc98b5=_0x36ed40;return[...this[_0xfc98b5(0x210)][_0xfc98b5(0x8b8)]()];}[_0x36ed40(0x2b8)](_0xb21e85,_0x16f6f7,_0x55ad2c){return _0x55ad2c==null?_0xb21e85+':'+_0x16f6f7+':*':_0xb21e85+':'+_0x16f6f7+':'+_0x55ad2c;}},Xt=class{constructor(){z(this,'_contributions',new Map());}['register'](_0x5669fc){const _0x42fbce=_0x36ed40;let _0x192eba=this[_0x42fbce(0x2b8)](_0x5669fc[_0x42fbce(0x375)],_0x5669fc[_0x42fbce(0x89c)]);if(this[_0x42fbce(0x210)][_0x42fbce(0x82c)](_0x192eba))throw Error(_0x42fbce(0x675)+_0x192eba);this[_0x42fbce(0x210)]['set'](_0x192eba,_0x5669fc);}[_0x36ed40(0x335)](_0x33a548,_0x27939e){const _0x1e174e=_0x36ed40;return this['_contributions'][_0x1e174e(0x335)](this[_0x1e174e(0x2b8)](_0x33a548,_0x27939e));}[_0x36ed40(0x278)](){const _0x45f395=_0x36ed40;return[...this[_0x45f395(0x210)][_0x45f395(0x8b8)]()];}[_0x36ed40(0x36b)](_0x4c4e3e,_0x301736,_0x1c4f4c){const _0x326c11=_0x36ed40;let _0x4364d9=this[_0x326c11(0x335)](_0x4c4e3e,_0x301736);return _0x4364d9?(_0x4364d9['supportedLayouts']??[_0x4364d9[_0x326c11(0x901)]])[_0x326c11(0x3ed)](_0x1c4f4c):!0x1;}[_0x36ed40(0x2b8)](_0x178342,_0x5b185e){return _0x178342+':'+_0x5b185e;}},Zt=class{constructor(){const _0x3c4c72=_0x36ed40;z(this,'_rootsByChildUnitId',new Map()),z(this,_0x3c4c72(0x9a1),new Map()),z(this,'_rootsByHostAnchorId',new Map());}['register'](_0x552349,_0x115d9f){const _0x435873=_0x36ed40;let _0x1dfe0a=typeof _0x552349=='string'?{'childUnitId':_0x552349,'root':_0x115d9f}:_0x552349;return this[_0x435873(0x2d9)][_0x435873(0x436)](_0x1dfe0a[_0x435873(0x397)],_0x1dfe0a),_0x1dfe0a['embedId']&&this['_rootsByEmbedId']['set'](_0x1dfe0a[_0x435873(0x467)],_0x1dfe0a),_0x1dfe0a['hostAnchorId']&&this[_0x435873(0x605)][_0x435873(0x436)](_0x1dfe0a[_0x435873(0x3bd)],_0x1dfe0a),(0x0,a['toDisposable'])(()=>{const _0x439e20=_0x435873;this[_0x439e20(0x2d9)][_0x439e20(0x335)](_0x1dfe0a[_0x439e20(0x397)])===_0x1dfe0a&&this[_0x439e20(0x2d9)][_0x439e20(0x3b2)](_0x1dfe0a[_0x439e20(0x397)]),_0x1dfe0a[_0x439e20(0x467)]&&this['_rootsByEmbedId'][_0x439e20(0x335)](_0x1dfe0a[_0x439e20(0x467)])===_0x1dfe0a&&this[_0x439e20(0x9a1)][_0x439e20(0x3b2)](_0x1dfe0a[_0x439e20(0x467)]),_0x1dfe0a[_0x439e20(0x3bd)]&&this[_0x439e20(0x605)][_0x439e20(0x335)](_0x1dfe0a[_0x439e20(0x3bd)])===_0x1dfe0a&&this['_rootsByHostAnchorId'][_0x439e20(0x3b2)](_0x1dfe0a[_0x439e20(0x3bd)]);});}[_0x36ed40(0x335)](_0x21e3c2){const _0x2d15f3=_0x36ed40;var _0x4268c6;return((_0x4268c6=this['_rootsByChildUnitId'][_0x2d15f3(0x335)](_0x21e3c2))==null?void 0x0:_0x4268c6[_0x2d15f3(0x6d9)])??null;}['getByEmbedId'](_0x1a1fee){const _0x102d49=_0x36ed40;var _0x3d6d53;return((_0x3d6d53=this[_0x102d49(0x9a1)][_0x102d49(0x335)](_0x1a1fee))==null?void 0x0:_0x3d6d53[_0x102d49(0x6d9)])??null;}[_0x36ed40(0x4e1)](_0x3f2300){const _0x351403=_0x36ed40;var _0x508d63;return((_0x508d63=this[_0x351403(0x605)]['get'](_0x3f2300))==null?void 0x0:_0x508d63[_0x351403(0x6d9)])??null;}[_0x36ed40(0x9fe)](_0x2cc337,_0x6d1012){const _0x2f1726=_0x36ed40;if(!(_0x2cc337 instanceof Node))return!0x1;let _0x49850d=_0x6d1012['embedId']?this[_0x2f1726(0x26d)](_0x6d1012['embedId']):_0x6d1012[_0x2f1726(0x3bd)]?this[_0x2f1726(0x4e1)](_0x6d1012[_0x2f1726(0x3bd)]):_0x6d1012[_0x2f1726(0x397)]?this[_0x2f1726(0x335)](_0x6d1012['childUnitId']):null;return!!(_0x49850d!=null&&_0x49850d[_0x2f1726(0x9fe)](_0x2cc337));}};function Qt(_0xcd08b1,_0x33e814,_0x499daa=tn(_0xcd08b1),_0x44529c={}){const _0x502b12=_0x36ed40;var _0x334d8f,_0x12bfc1;let _0x47877c=_0xcd08b1[_0x502b12(0x501)][_0x502b12(0x335)](_0x33e814),_0x39a313=_0x44529c[_0x502b12(0x9e5)]??(_0x44529c['scopedRenderInjector']===!0x1?void 0x0:((_0x334d8f=_0xcd08b1[_0x502b12(0x368)])==null?void 0x0:_0x334d8f[_0x502b12(0x501)])??$t(_0xcd08b1)),_0x2a1516=!_0x44529c[_0x502b12(0x9e5)]&&_0x39a313!==((_0x12bfc1=_0xcd08b1[_0x502b12(0x368)])==null?void 0x0:_0x12bfc1[_0x502b12(0x501)]),_0x50607e=an(_0x47877c,_0xcd08b1['childUnitId'],_0x39a313);if(!_0x50607e){_0x2a1516&&(_0x39a313==null||_0x39a313[_0x502b12(0x5df)]());return;}_0x499daa[_0x502b12(0x4d2)]['embedChildRenderUnitId']=_0xcd08b1[_0x502b12(0x397)],_0x499daa['dataset'][_0x502b12(0x89b)]=_0xcd08b1[_0x502b12(0x949)]['mode'];try{var _0x4d99fd,_0x542819;(_0x4d99fd=(_0x542819=_0x50607e[_0x502b12(0x772)])['unmount'])==null||_0x4d99fd[_0x502b12(0x4f6)](_0x542819);}catch{}_0x50607e[_0x502b12(0x772)]['mount'](_0x499daa),nn(_0x50607e,_0x499daa),sn(_0x50607e,{'activate':_0x44529c[_0x502b12(0x8b1)]??!0x0});let _0x14f933=en(_0x50607e,_0x499daa,{'activate':!0x1,'idleMs':_0xcd08b1[_0x502b12(0x393)][_0x502b12(0x375)]===a[_0x502b12(0x583)]['UNIVER_SHEET']&&_0xcd08b1[_0x502b12(0x949)][_0x502b12(0x32e)]===_0x502b12(0x217)?0x64:0x0});return(0x0,a['toDisposable'])(()=>{const _0x2d6295=_0x502b12;_0x14f933[_0x2d6295(0x5df)]();try{var _0x40483f,_0x5136b9;(_0x40483f=(_0x5136b9=_0x50607e[_0x2d6295(0x772)])[_0x2d6295(0xa04)])==null||_0x40483f[_0x2d6295(0x4f6)](_0x5136b9);}catch{}if(_0x47877c['getRenderUnitById'](_0xcd08b1['childUnitId'])===_0x50607e){var _0xf5fdfa;(_0xf5fdfa=_0x47877c['removeRender'])==null||_0xf5fdfa[_0x2d6295(0x4f6)](_0x47877c,_0xcd08b1[_0x2d6295(0x397)]);}_0x499daa[_0x2d6295(0x301)]('data-embed-child-render-unit-id'),_0x499daa['removeAttribute']('data-embed-child-render-mode'),_0x2a1516&&(_0x39a313==null||_0x39a313[_0x2d6295(0x5df)]());});}function $t(_0x241010){const _0x1b5915=_0x36ed40;if(typeof _0x241010[_0x1b5915(0x501)][_0x1b5915(0x82c)]==_0x1b5915(0x6fd)&&!(!_0x241010[_0x1b5915(0x501)][_0x1b5915(0x82c)](a[_0x1b5915(0x8cc)])||!_0x241010[_0x1b5915(0x501)][_0x1b5915(0x82c)](a['ICommandService'])))return ze(_0x241010);}function en(_0x29972a,_0x58e1cb,_0x575fcb={}){const _0x36c73d=_0x36ed40;if(typeof ResizeObserver>'u')return(0x0,a[_0x36c73d(0x63c)])(()=>{});let _0x2c0c39=-0x1,_0x1a9a16=-0x1,_0x2166bb=0x0,_0x69a782,_0x3163e8=()=>{const _0x1294f3=_0x36c73d;_0x2166bb&&=(window[_0x1294f3(0x613)](_0x2166bb),0x0),_0x2166bb=window[_0x1294f3(0x7c4)](()=>{const _0x4bce8d=_0x1294f3;_0x2166bb=0x0,sn(_0x29972a,{'activate':_0x575fcb[_0x4bce8d(0x8b1)]??!0x1});});},_0x569579=new ResizeObserver(_0x31b4e5=>{const _0x5fa83b=_0x36c73d;var _0x128b80;let _0x45f887=(_0x128b80=_0x31b4e5[0x0])==null?void 0x0:_0x128b80[_0x5fa83b(0x712)],_0xd525a4=(_0x45f887==null?void 0x0:_0x45f887[_0x5fa83b(0x76f)])??_0x58e1cb[_0x5fa83b(0x9c5)],_0x3f3894=(_0x45f887==null?void 0x0:_0x45f887[_0x5fa83b(0x2af)])??_0x58e1cb[_0x5fa83b(0x81c)];(_0xd525a4!==_0x2c0c39||_0x3f3894!==_0x1a9a16)&&(_0x2c0c39=_0xd525a4,_0x1a9a16=_0x3f3894,_0x2166bb&&=(window[_0x5fa83b(0x613)](_0x2166bb),0x0),_0x69a782!=null&&globalThis[_0x5fa83b(0x734)](_0x69a782),(_0x575fcb[_0x5fa83b(0x69c)]??0x0)>0x0?_0x69a782=globalThis[_0x5fa83b(0x62a)](()=>{_0x69a782=void 0x0,_0x3163e8();},_0x575fcb[_0x5fa83b(0x69c)]):_0x3163e8());});return _0x569579[_0x36c73d(0x336)](_0x58e1cb),(0x0,a[_0x36c73d(0x63c)])(()=>{const _0x4ecc08=_0x36c73d;_0x2166bb&&window[_0x4ecc08(0x613)](_0x2166bb),_0x69a782!=null&&globalThis[_0x4ecc08(0x734)](_0x69a782),_0x569579['disconnect']();});}function tn(_0x189486){const _0x204ad0=_0x36ed40;return _0x189486['runtimeScope'][_0x204ad0(0x4a2)][_0x204ad0(0x48a)]??_0x189486['renderScope']['canvasRoot']??_0x189486[_0x204ad0(0x949)][_0x204ad0(0x362)]??_0x189486[_0x204ad0(0x949)][_0x204ad0(0x8e9)];}function nn(_0x295b51,_0x22a9a6){const _0x316937=_0x36ed40;var _0x175c36,_0x1f9f9a,_0xa0714,_0x250d4e,_0x3c6093;let _0x503c02=((_0x175c36=(_0x1f9f9a=_0x295b51[_0x316937(0x772)])['getCanvasElement'])==null?void 0x0:_0x175c36[_0x316937(0x4f6)](_0x1f9f9a))??((_0xa0714=(_0x250d4e=_0x295b51['engine'])[_0x316937(0x78a)])==null||(_0xa0714=_0xa0714['call'](_0x250d4e))==null||(_0x3c6093=_0xa0714[_0x316937(0x9b9)])==null?void 0x0:_0x3c6093[_0x316937(0x4f6)](_0xa0714));!_0x503c02||_0x503c02[_0x316937(0x62c)]===_0x22a9a6||_0x22a9a6['appendChild'](_0x503c02);}function rn(_0x2585cb,_0x38769a,_0x5bba3e){const _0x3fa5c8=_0x36ed40;try{let _0xe824c0=_0x2585cb[_0x3fa5c8(0x2bf)](_0x38769a);if(_0xe824c0){var _0x55f58e;if(!_0x5bba3e||on(_0xe824c0)===_0x5bba3e)return _0xe824c0;(_0x55f58e=_0x2585cb[_0x3fa5c8(0x9b5)])==null||_0x55f58e[_0x3fa5c8(0x4f6)](_0x2585cb,_0x38769a);}return _0x2585cb[_0x3fa5c8(0x6b2)](_0x38769a,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x5bba3e,'skipAutoRender':!0x0});}catch{return;}}function an(_0x4d0d0d,_0x71d0ef,_0x474579){const _0x57a211=_0x36ed40;try{let _0x243422=_0x4d0d0d['getRenderUnitById'](_0x71d0ef);if(_0x243422){var _0xdc0b75;if(!_0x474579||on(_0x243422)===_0x474579)return _0x243422;(_0xdc0b75=_0x4d0d0d[_0x57a211(0x9b5)])==null||_0xdc0b75[_0x57a211(0x4f6)](_0x4d0d0d,_0x71d0ef);}return _0x4d0d0d[_0x57a211(0x6b2)](_0x71d0ef,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x474579,'skipAutoRender':!0x0});}catch(_0x598f8e){var _0x17fd6b;(_0x17fd6b=_0x4d0d0d[_0x57a211(0x9b5)])==null||_0x17fd6b[_0x57a211(0x4f6)](_0x4d0d0d,_0x71d0ef),console[_0x57a211(0x9a0)](_0x57a211(0x341),_0x598f8e);return;}}function on(_0x3570a8){const _0x4b2849=_0x36ed40;try{var _0x22fec4;return(_0x22fec4=_0x3570a8[_0x4b2849(0x8a7)])==null?void 0x0:_0x22fec4[_0x4b2849(0x4f6)](_0x3570a8,a['Injector']);}catch{return;}}function sn(_0x2c2ebc,_0x27c444={}){const _0x1c8e5b=_0x36ed40;var _0x85f7f0,_0x37e1f9,_0x3b7535,_0x34e237;if(_0x27c444['activate']){var _0x4ec879;(_0x4ec879=_0x2c2ebc[_0x1c8e5b(0x8b1)])==null||_0x4ec879[_0x1c8e5b(0x4f6)](_0x2c2ebc);}_0x2c2ebc[_0x1c8e5b(0x772)][_0x1c8e5b(0x4b3)](),_0x2c2ebc[_0x1c8e5b(0x59e)][_0x1c8e5b(0x5f4)](_0x564b36=>{const _0x54277e=_0x1c8e5b;var _0x61f50b,_0x2e1431;(_0x61f50b=_0x564b36[_0x54277e(0x4f2)])==null||_0x61f50b['call'](_0x564b36,!0x0),(_0x2e1431=_0x564b36[_0x54277e(0x872)])==null||_0x2e1431['call'](_0x564b36,!0x0);}),(_0x85f7f0=_0x2c2ebc[_0x1c8e5b(0x1ee)])==null||(_0x37e1f9=_0x85f7f0['makeDirty'])==null||_0x37e1f9[_0x1c8e5b(0x4f6)](_0x85f7f0,!0x0),_0x2c2ebc['scene']['makeDirty'](),(_0x3b7535=(_0x34e237=_0x2c2ebc[_0x1c8e5b(0x5ce)])[_0x1c8e5b(0x56a)])==null||_0x3b7535[_0x1c8e5b(0x4f6)](_0x34e237);}var cn=class{constructor(){const _0x451a40=_0x36ed40;z(this,_0x451a40(0x7c8),new Map()),z(this,'_contextsByEmbedId',new Map()),z(this,_0x451a40(0x71d),new Map()),z(this,_0x451a40(0x328),new Map());}['register'](_0x1aec2e){const _0x372150=_0x36ed40;return this[_0x372150(0x7c8)][_0x372150(0x436)](_0x1aec2e[_0x372150(0x560)],_0x1aec2e),(0x0,a['toDisposable'])(()=>{const _0x56c264=_0x372150;this['_providers'][_0x56c264(0x335)](_0x1aec2e[_0x56c264(0x560)])===_0x1aec2e&&this[_0x56c264(0x7c8)][_0x56c264(0x3b2)](_0x1aec2e[_0x56c264(0x560)]);});}['get'](_0xc4199b){const _0x167777=_0x36ed40;return this[_0x167777(0x7c8)][_0x167777(0x335)](_0xc4199b);}[_0x36ed40(0x4c6)](_0x5b2539){const _0x17151f=_0x36ed40;return this[_0x17151f(0x8b4)][_0x17151f(0x436)](_0x5b2539[_0x17151f(0x467)],_0x5b2539),this[_0x17151f(0x71d)][_0x17151f(0x436)](_0x5b2539[_0x17151f(0x393)][_0x17151f(0x3bd)],_0x5b2539),this[_0x17151f(0x328)]['set'](_0x5b2539[_0x17151f(0x397)],_0x5b2539),(0x0,a['toDisposable'])(()=>{const _0x4340b7=_0x17151f;this[_0x4340b7(0x8b4)][_0x4340b7(0x335)](_0x5b2539['embedId'])===_0x5b2539&&this['_contextsByEmbedId']['delete'](_0x5b2539[_0x4340b7(0x467)]),this['_contextsByHostAnchorId'][_0x4340b7(0x335)](_0x5b2539[_0x4340b7(0x393)][_0x4340b7(0x3bd)])===_0x5b2539&&this[_0x4340b7(0x71d)]['delete'](_0x5b2539[_0x4340b7(0x393)]['hostAnchorId']),this[_0x4340b7(0x328)][_0x4340b7(0x335)](_0x5b2539[_0x4340b7(0x397)])===_0x5b2539&&this[_0x4340b7(0x328)][_0x4340b7(0x3b2)](_0x5b2539['childUnitId']);});}[_0x36ed40(0x2e2)](_0x262aa2){const _0x4d9f36=_0x36ed40;return this['_contextsByEmbedId'][_0x4d9f36(0x335)](_0x262aa2);}[_0x36ed40(0x35d)](_0x50bfdc){const _0x3d7494=_0x36ed40;return this[_0x3d7494(0x71d)][_0x3d7494(0x335)](_0x50bfdc);}[_0x36ed40(0x93e)](_0x866f0f){return this['_contextsByChildUnitId']['get'](_0x866f0f);}[_0x36ed40(0x79c)](_0x3d0cd8){const _0xd626df=_0x36ed40;let _0x2e2f5e=this['get'](_0x3d0cd8[_0xd626df(0x560)]);return _0x2e2f5e?Promise['resolve'](_0x2e2f5e['capture'](_0x3d0cd8)):Promise[_0xd626df(0x762)](ln(_0x3d0cd8));}[_0x36ed40(0x8a1)](_0x2c0f6d){const _0x99c6fd=_0x36ed40;let _0x471fd4=this[_0x99c6fd(0x2e2)](_0x2c0f6d);return _0x471fd4?this[_0x99c6fd(0x79c)](_0x471fd4):Promise['resolve'](void 0x0);}['captureByHostAnchorId'](_0x23c297){const _0x5a03b0=_0x36ed40;let _0x119d5a=this[_0x5a03b0(0x35d)](_0x23c297);return _0x119d5a?this[_0x5a03b0(0x79c)](_0x119d5a):Promise[_0x5a03b0(0x762)](void 0x0);}[_0x36ed40(0x623)](_0x8dc5e9){const _0x402371=_0x36ed40;let _0x32d965=this[_0x402371(0x93e)](_0x8dc5e9);return _0x32d965?this[_0x402371(0x79c)](_0x32d965):Promise['resolve'](void 0x0);}};function ln(_0x21a74b){let _0x464c48=dn(_0x21a74b);if(_0x464c48)try{return _0x464c48['toDataURL']('image/png');}catch{return;}}const un=_0x36ed40(0x240);function dn(_0x18b3da,_0x2bfc75=!0x1){const _0x315e24=_0x36ed40;if(!_0x18b3da[_0x315e24(0x949)])return;let _0x1b4f74=[_0x18b3da[_0x315e24(0x949)][_0x315e24(0x5a9)],_0x18b3da[_0x315e24(0x949)]['contentRoot'],_0x18b3da['renderScope'][_0x315e24(0x8e9)]][_0x315e24(0x32c)](_0x3e20fb=>!!_0x3e20fb),_0x5ca894=Array['from'](new Set(_0x1b4f74[_0x315e24(0x576)](_0x40d971=>Array['from'](_0x40d971[_0x315e24(0x32a)](_0x315e24(0x48a))))))['filter'](_0x18c53b=>_0x18c53b['width']>0x1&&_0x18c53b[_0x315e24(0x2af)]>0x1)[_0x315e24(0x985)]((_0x400bb9,_0x5b358e)=>_0x5b358e[_0x315e24(0x76f)]*_0x5b358e['height']-_0x400bb9[_0x315e24(0x76f)]*_0x400bb9[_0x315e24(0x2af)]);for(let _0x3dc0d6 of _0x5ca894){if(_0x2bfc75)return _0x3dc0d6;try{return _0x3dc0d6[_0x315e24(0x651)](_0x315e24(0x287)),_0x3dc0d6;}catch{}}}function fn(_0x5547e4){const _0x5bbe22=_0x36ed40;try{var _0x13f197;return pn((((_0x13f197=_0x5547e4['runtimeScope'])==null?void 0x0:_0x13f197['injector'])??_0x5547e4[_0x5bbe22(0x501)])[_0x5bbe22(0x335)](p['IRenderManagerService'])[_0x5bbe22(0x2bf)](_0x5547e4[_0x5bbe22(0x397)])??void 0x0,gn(_0x5547e4));}catch{return pn(void 0x0,gn(_0x5547e4));}}function pn(_0x37d6db,_0x3f29d8=[]){const _0x5d07bb=_0x36ed40;let _0x2ddaef=hn(_0x37d6db==null?void 0x0:_0x37d6db[_0x5d07bb(0x5ce)]),_0x357555=_0x2ddaef[_0x5d07bb(0x576)](_0x106679=>{const _0x5bc64c=_0x5d07bb;var _0x2bd2ec;return((_0x2bd2ec=_0x106679[_0x5bc64c(0x8ce)])==null?void 0x0:_0x2bd2ec[_0x5bc64c(0x4f6)](_0x106679))??[];})['map'](_0x4881a8=>{const _0x75a808=_0x5d07bb;var _0x346b1f;return(_0x346b1f=_0x4881a8[_0x75a808(0x799)])==null?void 0x0:_0x346b1f['call'](_0x4881a8);})[_0x5d07bb(0x32c)](_0x325f25=>!!_0x325f25)[_0x5d07bb(0x789)](_0x64287d=>({'scrollBar':_0x64287d,'enableHorizontal':_0x64287d[_0x5d07bb(0x70a)],'enableVertical':_0x64287d['enableVertical']})),_0x28e5cb=_0x2ddaef[_0x5d07bb(0x576)](_0x521b8f=>{const _0x232171=_0x5d07bb;var _0x34a9c3;return((_0x34a9c3=_0x521b8f[_0x232171(0x7e6)])==null?void 0x0:_0x34a9c3[_0x232171(0x4f6)](_0x521b8f))??[];})[_0x5d07bb(0x32c)](_0x382a54=>_0x382a54[_0x5d07bb(0x679)]===_0x5d07bb(0x57b))[_0x5d07bb(0x789)](_0x138ece=>({'object':_0x138ece,'visible':_0x138ece[_0x5d07bb(0x615)]})),_0x1f4a7c=Array[_0x5d07bb(0x513)](new Set(_0x3f29d8)),_0x2cba5e=_0x1f4a7c[_0x5d07bb(0x789)](_0x19f4ed=>({'element':_0x19f4ed,'overflow':_0x19f4ed[_0x5d07bb(0x691)]['overflow'],'hadHideClass':_0x19f4ed[_0x5d07bb(0x302)][_0x5d07bb(0x9fe)](un)}));_0x357555[_0x5d07bb(0x5f4)](({scrollBar:_0xbaf405})=>{const _0x4caab1=_0x5d07bb;_0xbaf405[_0x4caab1(0x70a)]=!0x1,_0xbaf405[_0x4caab1(0x207)]=!0x1;}),_0x28e5cb[_0x5d07bb(0x5f4)](({object:_0x46d889})=>{const _0x768d30=_0x5d07bb;var _0x4163e2;return(_0x4163e2=_0x46d889['hide'])==null?void 0x0:_0x4163e2[_0x768d30(0x4f6)](_0x46d889);}),_0x1f4a7c[_0x5d07bb(0x5f4)](_0x2b8f68=>{const _0x5648df=_0x5d07bb;_0x2b8f68[_0x5648df(0x691)][_0x5648df(0xa12)]=_0x5648df(0x932),_0x2b8f68['classList'][_0x5648df(0x258)](un);}),_n(_0x1f4a7c)[_0x5d07bb(0x5f4)](_0x236f07=>_0x236f07[_0x5d07bb(0x69d)](new MouseEvent('mouseleave'))),_0x2ddaef[_0x5d07bb(0x5f4)](vn);let _0x574ead=!0x1;return()=>{const _0x19a9af=_0x5d07bb;_0x574ead||(_0x574ead=!0x0,_0x357555[_0x19a9af(0x5f4)](({scrollBar:_0x5c96e1,enableHorizontal:_0x3e3b86,enableVertical:_0x25b815})=>{const _0x428d52=_0x19a9af;_0x5c96e1[_0x428d52(0x70a)]=_0x3e3b86,_0x5c96e1[_0x428d52(0x207)]=_0x25b815;}),_0x28e5cb[_0x19a9af(0x5f4)](({object:_0x2c3036,visible:_0x3a2bf1})=>{const _0x2e79a7=_0x19a9af;if(_0x3a2bf1){var _0x4b9832;(_0x4b9832=_0x2c3036['show'])==null||_0x4b9832['call'](_0x2c3036);}else{var _0x1e96c2;(_0x1e96c2=_0x2c3036[_0x2e79a7(0x4bf)])==null||_0x1e96c2[_0x2e79a7(0x4f6)](_0x2c3036);}}),_0x2cba5e[_0x19a9af(0x5f4)](({element:_0x3faac1,overflow:_0xa44d5b,hadHideClass:_0x21a6fe})=>{const _0xa0d543=_0x19a9af;_0x3faac1[_0xa0d543(0x691)][_0xa0d543(0xa12)]=_0xa44d5b,_0x21a6fe||_0x3faac1[_0xa0d543(0x302)][_0xa0d543(0x42e)](un);}),_0x2ddaef['forEach'](vn));};}function mn(_0x30554c){const _0x55cff7=_0x36ed40;return _0x30554c===a[_0x55cff7(0x583)][_0x55cff7(0x7fa)]?new Promise(_0x1d4720=>globalThis[_0x55cff7(0x62a)](_0x1d4720,0x398)):Promise[_0x55cff7(0x762)]();}function hn(_0x29c0fd){if(!_0x29c0fd)return[];let _0x3ce627=[],_0x4650b2=new Set(),_0x4cef93=_0x412b21=>{const _0x326afb=_0x2eed;var _0x344260;_0x4650b2[_0x326afb(0x82c)](_0x412b21)||(_0x4650b2[_0x326afb(0x258)](_0x412b21),_0x3ce627['push'](_0x412b21),(_0x344260=_0x412b21[_0x326afb(0x7e6)])==null||_0x344260['call'](_0x412b21)[_0x326afb(0x5f4)](_0x230f90=>{const _0x66d0f2=_0x326afb;var _0x17e269;(_0x17e269=_0x230f90[_0x66d0f2(0x797)])==null||_0x17e269[_0x66d0f2(0x4f6)](_0x230f90)['forEach'](_0x4cef93);}));};return _0x4cef93(_0x29c0fd),_0x3ce627;}function gn(_0x4f5b42){const _0x4dad02=_0x36ed40;return[_0x4f5b42[_0x4dad02(0x54b)],_0x4f5b42['renderScope']['rootElement'],_0x4f5b42['renderScope'][_0x4dad02(0x362)],_0x4f5b42['renderScope']['canvasRoot']]['filter'](_0x4b40e1=>!!_0x4b40e1);}function _n(_0x39500d){const _0x48fe91=_0x36ed40;return Array[_0x48fe91(0x513)](new Set(_0x39500d[_0x48fe91(0x576)](_0x480e30=>[..._0x480e30 instanceof HTMLCanvasElement?[_0x480e30]:[],...Array[_0x48fe91(0x513)](_0x480e30[_0x48fe91(0x32a)](_0x48fe91(0x48a)))])));}function vn(_0x3e4c70){const _0x3cc8da=_0x36ed40;var _0x3c0884,_0x34a213;_0x3e4c70==null||(_0x3c0884=_0x3e4c70[_0x3cc8da(0x872)])==null||_0x3c0884[_0x3cc8da(0x4f6)](_0x3e4c70,!0x0),_0x3e4c70==null||(_0x34a213=_0x3e4c70['render'])==null||_0x34a213['call'](_0x3e4c70);}const yn=_0x36ed40(0x317);var bn=class extends Error{constructor(_0x2dab78,_0x250386){const _0xe6b3ea=_0x36ed40;super(yn+':\x20'+_0x2dab78),this[_0xe6b3ea(0x397)]=_0x2dab78,this[_0xe6b3ea(0x844)]=_0x250386,z(this,_0xe6b3ea(0x926),yn),this[_0xe6b3ea(0x50e)]='EmbedDuplicateChildUnitError';}};let xn=class extends a['Disposable']{constructor(_0x52b4b5,_0x11daa6,_0xa08d31,_0xf9717e,_0x584624,_0x143890,_0x445cc7,_0x43c087){const _0x47ef6e=_0x36ed40;super(),this[_0x47ef6e(0x88a)]=_0x52b4b5,this['_childViewRegistry']=_0x11daa6,this['_overlayRootService']=_0xa08d31,this['_sceneCanvasCaptureService']=_0xf9717e,this[_0x47ef6e(0x65c)]=_0x584624,this[_0x47ef6e(0x38c)]=_0x143890,this['_runtimePolicyService']=_0x445cc7,this[_0x47ef6e(0x6ba)]=_0x43c087,z(this,'_sessions',new Map()),z(this,_0x47ef6e(0x80d),new Map()),z(this,_0x47ef6e(0x2cf),new Map()),this[_0x47ef6e(0x86a)](this['_univerInstanceService'][_0x47ef6e(0x68e)][_0x47ef6e(0x260)](_0x23dd05=>{const _0x34b289=_0x47ef6e;let _0x137874=_0x23dd05[_0x34b289(0x8d6)]();[...this[_0x34b289(0x75d)][_0x34b289(0x8b8)]()][_0x34b289(0x32c)](({session:_0x3c520c})=>_0x3c520c['hostUnitId']===_0x137874||_0x3c520c[_0x34b289(0x397)]===_0x137874)[_0x34b289(0x789)](({session:_0x373416})=>_0x373416[_0x34b289(0x467)])[_0x34b289(0x5f4)](_0x244deb=>this[_0x34b289(0xa04)](_0x244deb));}));}['dispose'](){const _0x550d50=_0x36ed40;[...this[_0x550d50(0x75d)]['keys']()][_0x550d50(0x5f4)](_0x3c4907=>this[_0x550d50(0xa04)](_0x3c4907)),super['dispose']();}[_0x36ed40(0x266)](_0x4e3b0f){return this['_mountResolvedHost'](_0x4e3b0f);}['mountIntoHostElement'](_0x168e99,_0x6944aa,_0x53995a){return this['_mountResolvedHost'](_0x168e99,{'hostElement':_0x6944aa,'runtimeRoots':_0x53995a});}['_mountResolvedHost'](_0x499f80,_0x2fcd4d){const _0x236720=_0x36ed40;var _0x3359aa,_0x5d4ba1;if(!_0x499f80['childUnitId']||_0x499f80['childType']==null)throw Error('EMBED_MOUNT_CHILD_NOT_RESOLVED');this[_0x236720(0x400)](_0x499f80),this[_0x236720(0xa04)](_0x499f80['embedId']);let _0x3dc54c={'hostUnitId':_0x499f80[_0x236720(0x98c)],'embedId':_0x499f80[_0x236720(0x467)],'childUnitId':_0x499f80[_0x236720(0x397)]},_0x455837=this[_0x236720(0x313)](_0x499f80),_0x323586=this[_0x236720(0x88a)][_0x236720(0x335)](_0x499f80[_0x236720(0x375)],_0x499f80[_0x236720(0x89c)]);if(!_0x323586||!this['_hostContainerRegistry'][_0x236720(0x36b)](_0x499f80[_0x236720(0x375)],_0x499f80[_0x236720(0x89c)],_0x455837))throw Error(_0x236720(0x8ca));let _0x3099bb=this[_0x236720(0x297)][_0x236720(0x67c)](_0x3dc54c),_0x25767e=this[_0x236720(0x8a2)][_0x236720(0x335)](_0x499f80[_0x236720(0x560)]);if(_0x3099bb['allowed']&&!(_0x25767e!=null&&_0x25767e['supportedLayouts'][_0x236720(0x3ed)](_0x455837)))throw Error(_0x236720(0x72b));let _0x5e9895={'descriptor':_0x499f80,'layout':_0x455837,'injector':this['_injector'],'hostUnitId':_0x499f80[_0x236720(0x98c)],'embedId':_0x499f80['embedId'],'childUnitId':_0x499f80[_0x236720(0x397)],'childType':_0x499f80[_0x236720(0x560)]},_0x5ebd0e=[],_0xa4f67e=_0x2fcd4d??((_0x3359aa=_0x323586[_0x236720(0x266)])==null?void 0x0:_0x3359aa[_0x236720(0x4f6)](_0x323586,_0x5e9895)),_0x40fdb8=this[_0x236720(0x5da)](_0xa4f67e);if(_0x40fdb8[_0x236720(0x5ed)]&&_0x5ebd0e[_0x236720(0x5b5)](_0x40fdb8[_0x236720(0x5ed)]),_0x5e9895[_0x236720(0x544)]=_0x40fdb8['hostElement']??_0x5e9895[_0x236720(0x544)],_0x5e9895[_0x236720(0x54b)]=_0x5e9895['hostElement'],!_0x5e9895[_0x236720(0x544)]||!_0x5e9895[_0x236720(0x54b)])throw[..._0x5ebd0e]['reverse']()['forEach'](_0x4da14b=>_0x4da14b[_0x236720(0x5df)]()),Error('EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED');if(_0x40fdb8['runtimeRoots']||_0x5ebd0e[_0x236720(0x5b5)](oe(_0x5e9895['hostElement'])),!_0x3099bb[_0x236720(0x3ec)])return this['_mountBlockedRuntime'](_0x499f80,_0x455837,_0x5e9895[_0x236720(0x544)],_0x40fdb8[_0x236720(0x811)],_0x5ebd0e,_0x3099bb[_0x236720(0x96a)]);if(!_0x25767e)throw[..._0x5ebd0e][_0x236720(0x3ea)]()[_0x236720(0x5f4)](_0x2c2a0e=>_0x2c2a0e['dispose']()),Error('EMBED_MOUNT_CHILD_NOT_REGISTERED');let {renderScope:_0x45ca7d,disposable:_0x5dc5fa,setActive:_0x40eb19}=this[_0x236720(0x992)](_0x499f80,_0x455837,_0x5e9895[_0x236720(0x544)],_0x40fdb8[_0x236720(0x811)]);_0x5ebd0e[_0x236720(0x5b5)](_0x5dc5fa);let _0x25e085={..._0x5e9895,'hostElement':_0x5e9895['hostElement'],'container':_0x5e9895[_0x236720(0x54b)],'renderScope':_0x45ca7d},{runtimeScope:_0x18da01,disposable:_0x556bca}=Ut(_0x25e085,_0x40eb19,_0x25767e[_0x236720(0x6f6)]),_0x1f2447={..._0x25e085,'runtimeScope':_0x18da01};_0x5ebd0e['push'](_0x556bca);let _0x4f5565=this[_0x236720(0x930)](_0x499f80,_0x5e9895[_0x236720(0x544)],_0x45ca7d,_0x18da01[_0x236720(0x4a2)]);_0x4f5565&&_0x5ebd0e[_0x236720(0x5b5)](_0x4f5565),this[_0x236720(0x6ba)]['has'](W)&&_0x5ebd0e[_0x236720(0x5b5)](this['_injector'][_0x236720(0x335)](W)[_0x236720(0x529)]({'embedId':_0x499f80[_0x236720(0x467)],'hostUnitId':_0x499f80[_0x236720(0x98c)],'childUnitId':_0x499f80[_0x236720(0x397)],'childType':_0x499f80['childType']}));let _0x4d25b3=_0x18da01[_0x236720(0x501)]===_0x5e9895[_0x236720(0x501)]?void 0x0:_0x18da01[_0x236720(0x82d)];_0x5ebd0e['push'](this['_registerChildFocusBridge'](_0x499f80,_0x5e9895[_0x236720(0x544)],_0x45ca7d[_0x236720(0x32e)],_0x4d25b3)),_0x5ebd0e['push'](this[_0x236720(0x4ee)][_0x236720(0x4c6)](_0x1f2447));let _0x5a2003=this[_0x236720(0x73b)](_0x499f80),_0x460c73=(_0x5d4ba1=_0x25767e[_0x236720(0x266)])==null?void 0x0:_0x5d4ba1[_0x236720(0x4f6)](_0x25767e,_0x1f2447);if(_0x460c73&&_0x5ebd0e['push'](_0x460c73),_0x5ebd0e[_0x236720(0x5b5)](_0x5a2003),_0x5ebd0e['push'](this[_0x236720(0x297)][_0x236720(0x983)](_0x3dc54c)),_0x45ca7d[_0x236720(0x32e)]===_0x236720(0x217)){let _0x1b7d61=this[_0x236720(0x5d1)](_0x1f2447);_0x1b7d61&&_0x5ebd0e[_0x236720(0x5b5)](_0x1b7d61);}let _0xedc17d={'hostUnitId':_0x499f80[_0x236720(0x98c)],'embedId':_0x499f80[_0x236720(0x467)],'childUnitId':_0x499f80[_0x236720(0x397)],'childType':_0x499f80[_0x236720(0x560)],'entry':_0x499f80[_0x236720(0x89c)],'layout':_0x455837,'hostElement':_0x5e9895[_0x236720(0x544)],'context':_0x1f2447};return this[_0x236720(0x75d)][_0x236720(0x436)](_0x499f80[_0x236720(0x467)],{'session':_0xedc17d,'disposables':_0x5ebd0e,'setActive':_0x40eb19}),_0x455837!=='tab-peer'&&this[_0x236720(0x99a)](_0x499f80,_0x455837,_0x40eb19),_0xedc17d;}[_0x36ed40(0x56f)](_0x91bae6,_0x2ea960,_0x31c7bc,_0x53747d,_0x18d686,_0x37ecdb){const _0x320e12=_0x36ed40;let _0x394b7c=(_0x53747d==null?void 0x0:_0x53747d['content'])??L(_0x31c7bc,_0x320e12(0x58f))??_0x31c7bc,_0xc5e07b=Cn(_0x37ecdb);_0x394b7c[_0x320e12(0x46f)](_0xc5e07b),_0x18d686['push']((0x0,a[_0x320e12(0x63c)])(()=>{const _0x5cb037=_0x320e12;_0xc5e07b[_0x5cb037(0x62c)]===_0x394b7c&&_0xc5e07b['remove']();}));let _0x703819={'hostUnitId':_0x91bae6[_0x320e12(0x98c)],'embedId':_0x91bae6['embedId'],'childUnitId':_0x91bae6['childUnitId'],'childType':_0x91bae6['childType'],'entry':_0x91bae6[_0x320e12(0x89c)],'layout':_0x2ea960,'hostElement':_0x31c7bc};return this[_0x320e12(0x75d)][_0x320e12(0x436)](_0x91bae6['embedId'],{'session':_0x703819,'disposables':_0x18d686,'setActive':()=>{}}),_0x703819;}[_0x36ed40(0x99a)](_0x45ca0c,_0x2983c9,_0x5116e0){const _0x110873=_0x36ed40;if(_0x2983c9!==_0x110873(0x2ed)){if(this[_0x110873(0x6ba)][_0x110873(0x82c)](t[_0x110873(0x7ac)])){let _0x49a67e=this[_0x110873(0x6ba)]['get'](t[_0x110873(0x7ac)])[_0x110873(0x965)]();if((_0x49a67e==null?void 0x0:_0x49a67e[_0x110873(0x98c)])===_0x45ca0c['hostUnitId']){_0x5116e0(_0x49a67e['embedId']===_0x45ca0c[_0x110873(0x467)]);return;}}_0x5116e0(!0x1);}}['unmount'](_0x37d56e){const _0x1e9dfc=_0x36ed40;let _0x2e6e85=this['_sessions'][_0x1e9dfc(0x335)](_0x37d56e);_0x2e6e85&&(this['_runChildBeforeDeactivate'](_0x2e6e85[_0x1e9dfc(0x652)],_0x1e9dfc(0xa04)),this[_0x1e9dfc(0x4a9)](_0x37d56e),this[_0x1e9dfc(0x3f7)](_0x37d56e),[..._0x2e6e85[_0x1e9dfc(0x269)]][_0x1e9dfc(0x3ea)]()['forEach'](_0x4c647a=>_0x4c647a[_0x1e9dfc(0x5df)]()),this[_0x1e9dfc(0x75d)][_0x1e9dfc(0x3b2)](_0x37d56e));}[_0x36ed40(0x6ea)](_0x3fb6fa){const _0x1dad4b=_0x36ed40;var _0x3f6e1f;return(_0x3f6e1f=this['_sessions'][_0x1dad4b(0x335)](_0x3fb6fa))==null?void 0x0:_0x3f6e1f[_0x1dad4b(0x652)];}[_0x36ed40(0x7bd)](){const _0x13bd79=_0x36ed40;return[...this['_sessions'][_0x13bd79(0x8b8)]()][_0x13bd79(0x789)](({session:_0x3c02fc})=>_0x3c02fc);}[_0x36ed40(0x8a8)](_0x272e49){const _0x3a48b7=_0x36ed40;let _0x3e8d19=this[_0x3a48b7(0x75d)]['get'](_0x272e49);if(_0x3e8d19){if(_0x3e8d19[_0x3a48b7(0x652)]['layout']!==_0x3a48b7(0x2ed)){var _0x580a83;let _0x13b5e3=(_0x580a83=this['_floatingActiveService'][_0x3a48b7(0x4fa)]())==null?void 0x0:_0x580a83[_0x3a48b7(0x467)];this[_0x3a48b7(0x75d)][_0x3a48b7(0x5f4)](_0x134a22=>{const _0x1f86f0=_0x3a48b7;var _0x45281d;if(_0x134a22[_0x1f86f0(0x652)]['layout']===_0x1f86f0(0x2ed)||_0x134a22[_0x1f86f0(0x652)][_0x1f86f0(0x98c)]!==_0x3e8d19['session'][_0x1f86f0(0x98c)])return;let _0x308a7d=_0x134a22[_0x1f86f0(0x652)]['embedId']===_0x272e49;!_0x308a7d&&(_0x134a22[_0x1f86f0(0x652)][_0x1f86f0(0x467)]===_0x13b5e3||((_0x45281d=_0x134a22[_0x1f86f0(0x652)]['context'])==null?void 0x0:_0x45281d['renderScope'][_0x1f86f0(0x8e9)][_0x1f86f0(0x4d2)]['embedRenderScopeActive'])===_0x1f86f0(0x69e))&&this[_0x1f86f0(0x902)](_0x134a22[_0x1f86f0(0x652)]),_0x134a22[_0x1f86f0(0x45c)](_0x308a7d);});return;}this[_0x3a48b7(0x75d)][_0x3a48b7(0x5f4)](_0x6c1e55=>{const _0x1936ce=_0x3a48b7;var _0x57fcc3;if(_0x6c1e55[_0x1936ce(0x652)][_0x1936ce(0x901)]!==_0x1936ce(0x2ed)||_0x6c1e55['session'][_0x1936ce(0x98c)]!==_0x3e8d19[_0x1936ce(0x652)][_0x1936ce(0x98c)])return;let _0x2aed99=_0x6c1e55[_0x1936ce(0x652)][_0x1936ce(0x467)]===_0x272e49;!_0x2aed99&&((_0x57fcc3=_0x6c1e55[_0x1936ce(0x652)][_0x1936ce(0x624)])==null?void 0x0:_0x57fcc3['renderScope'][_0x1936ce(0x8e9)]['dataset'][_0x1936ce(0x430)])===_0x1936ce(0x69e)&&this['_runChildBeforeDeactivate'](_0x6c1e55[_0x1936ce(0x652)]),_0x6c1e55['setActive'](_0x2aed99);}),this[_0x3a48b7(0x8b5)](_0x3e8d19[_0x3a48b7(0x652)]),this[_0x3a48b7(0x2ca)](_0x3e8d19[_0x3a48b7(0x652)]),this[_0x3a48b7(0x5cd)](_0x3e8d19[_0x3a48b7(0x652)]);}}['releaseSessionFocus'](_0x7fa68f){const _0x48a733=_0x36ed40;let _0x55926c=this[_0x48a733(0x80d)][_0x48a733(0x82c)](_0x7fa68f);return this['_releaseTabPeerFocusLease'](_0x7fa68f),_0x55926c;}[_0x36ed40(0x27a)](_0x4292cf){const _0x104f63=_0x36ed40;let _0x44b5fa=[];return this[_0x104f63(0x75d)][_0x104f63(0x5f4)](_0x286dac=>{const _0x6f1e9a=_0x104f63;_0x286dac['session'][_0x6f1e9a(0x901)]===_0x6f1e9a(0x2ed)&&(_0x4292cf&&_0x286dac[_0x6f1e9a(0x652)][_0x6f1e9a(0x467)]!==_0x4292cf||(this[_0x6f1e9a(0x902)](_0x286dac[_0x6f1e9a(0x652)]),this[_0x6f1e9a(0x4a9)](_0x286dac['session'][_0x6f1e9a(0x467)]),_0x286dac['setActive'](!0x1),this[_0x6f1e9a(0x3f7)](_0x286dac[_0x6f1e9a(0x652)][_0x6f1e9a(0x467)]),_0x44b5fa['push'](_0x286dac[_0x6f1e9a(0x652)])));}),_0x44b5fa;}[_0x36ed40(0x867)](_0x481a85){const _0x343dc=_0x36ed40;let _0x3dfe62=this[_0x343dc(0x75d)][_0x343dc(0x335)](_0x481a85);if(!(!_0x3dfe62||_0x3dfe62[_0x343dc(0x652)][_0x343dc(0x901)]===_0x343dc(0x2ed)))return this[_0x343dc(0x902)](_0x3dfe62[_0x343dc(0x652)]),_0x3dfe62[_0x343dc(0x45c)](!0x1),_0x3dfe62[_0x343dc(0x652)];}[_0x36ed40(0x45c)](_0x1474d0,_0x3eac20){const _0x5728d7=_0x36ed40;var _0x3c700a;(_0x3c700a=this[_0x5728d7(0x75d)][_0x5728d7(0x335)](_0x1474d0))==null||_0x3c700a[_0x5728d7(0x45c)](_0x3eac20);}['_runChildBeforeDeactivate'](_0x471fe7,_0x4a996b=_0x36ed40(0x96f)){const _0x27e145=_0x36ed40;let _0x1550b0=_0x471fe7[_0x27e145(0x624)];if(!_0x1550b0)return;let _0x20ebeb=this[_0x27e145(0x8a2)][_0x27e145(0x335)](_0x471fe7['childType']);if(_0x20ebeb!=null&&_0x20ebeb[_0x27e145(0x612)])try{_0x20ebeb[_0x27e145(0x612)](_0x1550b0,_0x4a996b);}catch(_0x202c8b){console[_0x27e145(0x9a0)](_0x27e145(0x5b2),_0x202c8b);}}[_0x36ed40(0x8b5)](_0x1de174){const _0x21479f=_0x36ed40;var _0x2c9472;let _0x15e973=(_0x2c9472=_0x1de174[_0x21479f(0x624)])==null?void 0x0:_0x2c9472[_0x21479f(0x501)];if(!(_0x15e973!=null&&_0x15e973['has'](p[_0x21479f(0x6d8)])))return;let _0x154148=this['_tabHostRenderLeases'][_0x21479f(0x335)](_0x1de174[_0x21479f(0x98c)]);if(_0x154148){!_0x154148[_0x21479f(0x56a)]['isDisposed']()&&_0x154148[_0x21479f(0x56a)][_0x21479f(0x772)]['getCanvasElement']()['parentElement']&&(_0x154148['render']['deactivate'](),_0x154148[_0x21479f(0x56a)][_0x21479f(0x772)]['unmount']()),this[_0x21479f(0x2cf)][_0x21479f(0x436)](_0x1de174[_0x21479f(0x98c)],{..._0x154148,'embedId':_0x1de174['embedId']});return;}let _0x36d1a5=_0x15e973[_0x21479f(0x335)](p['IRenderManagerService'])[_0x21479f(0x2bf)](_0x1de174[_0x21479f(0x98c)]);if(!_0x36d1a5||_0x36d1a5[_0x21479f(0x639)]===!0x1||_0x36d1a5[_0x21479f(0x3a0)]())return;let _0x8e98b2=_0x36d1a5[_0x21479f(0x772)][_0x21479f(0x3dc)]()[_0x21479f(0x62c)];_0x8e98b2&&(_0x36d1a5[_0x21479f(0x96f)](),_0x36d1a5[_0x21479f(0x772)][_0x21479f(0xa04)](),this[_0x21479f(0x2cf)][_0x21479f(0x436)](_0x1de174[_0x21479f(0x98c)],{'embedId':_0x1de174[_0x21479f(0x467)],'render':_0x36d1a5,'parentElement':_0x8e98b2}));}[_0x36ed40(0x3f7)](_0x19e490){const _0x375b3d=_0x36ed40;this[_0x375b3d(0x2cf)][_0x375b3d(0x5f4)]((_0x539fce,_0x43606e)=>{const _0x35f6fd=_0x375b3d;_0x539fce[_0x35f6fd(0x467)]===_0x19e490&&(this['_tabHostRenderLeases'][_0x35f6fd(0x3b2)](_0x43606e),!(_0x539fce['render'][_0x35f6fd(0x3a0)]()||!_0x539fce[_0x35f6fd(0x62c)][_0x35f6fd(0x223)])&&(_0x539fce['render'][_0x35f6fd(0x772)][_0x35f6fd(0x3dc)]()[_0x35f6fd(0x62c)]!==_0x539fce[_0x35f6fd(0x62c)]&&_0x539fce[_0x35f6fd(0x56a)]['engine'][_0x35f6fd(0x266)](_0x539fce[_0x35f6fd(0x62c)]),sn(_0x539fce[_0x35f6fd(0x56a)],{'activate':!0x0})));});}[_0x36ed40(0x313)](_0x45b7c8){const _0x3f7747=_0x36ed40;var _0x480e59,_0x115dd4;let _0x2bb356=((_0x480e59=_0x45b7c8[_0x3f7747(0x899)])==null?void 0x0:_0x480e59[_0x3f7747(0x3da)])||void 0x0;if(_0x2bb356!=null&&_0x2bb356[_0x3f7747(0x901)])return _0x2bb356[_0x3f7747(0x901)];let _0x2f8f60=((_0x115dd4=_0x45b7c8[_0x3f7747(0x899)])==null?void 0x0:_0x115dd4[_0x3f7747(0x295)])||void 0x0;if(_0x2f8f60!=null&&_0x2f8f60['enabled'])return _0x3f7747(0x2ed);throw Error(_0x3f7747(0x752));}[_0x36ed40(0x992)](_0x258cb6,_0x100988,_0x279509,_0x1c38eb){const _0x4d8c22=_0x36ed40;var _0x19e12f,_0x3fdc6c;let _0x1c4c9a=new f['BehaviorSubject'](!0x0),_0x50c68b=_0x258cb6[_0x4d8c22(0x3bd)],_0x40f59c=(_0x19e12f=_0x258cb6[_0x4d8c22(0x899)])==null?void 0x0:_0x19e12f[_0x4d8c22(0x295)],_0x4e8690=_0x40f59c&&_0x40f59c[_0x4d8c22(0x726)]?_0x4d8c22(0x295):(_0x3fdc6c=_0x258cb6[_0x4d8c22(0x899)])!=null&&_0x3fdc6c[_0x4d8c22(0x3da)]?'float':_0x4d8c22(0x71a),_0x15becd=(_0x1c38eb==null?void 0x0:_0x1c38eb[_0x4d8c22(0x2c9)])??L(_0x279509,_0x4d8c22(0x58f))??_0x279509,_0x448244=(_0x1c38eb==null?void 0x0:_0x1c38eb[_0x4d8c22(0x48a)])??L(_0x279509,_0x4d8c22(0x2b5))??_0x279509,_0x556a38=(_0x1c38eb==null?void 0x0:_0x1c38eb[_0x4d8c22(0x412)])??L(_0x279509,_0x4d8c22(0x26e))??_0x279509,_0xabc8fb=(_0x1c38eb==null?void 0x0:_0x1c38eb[_0x4d8c22(0x9b4)])??L(_0x279509,_0x4d8c22(0x604))??_0x556a38,_0x1f00a5=this[_0x4d8c22(0x737)][_0x4d8c22(0x2d1)]({'childUnitId':_0x258cb6[_0x4d8c22(0x397)],'embedId':_0x258cb6[_0x4d8c22(0x467)],'hostAnchorId':_0x50c68b,'root':_0x556a38}),_0x31db5a=_0x5e49f7=>{const _0x2572cd=_0x4d8c22;_0x1c4c9a[_0x2572cd(0x551)]()!==_0x5e49f7&&(Sn(_0x279509,_0x5e49f7,_0x4e8690),_0x1c4c9a['next'](_0x5e49f7));};return Sn(_0x279509,!0x0,_0x4e8690),{'renderScope':{'hostUnitId':_0x258cb6[_0x4d8c22(0x98c)],'hostAnchorId':_0x50c68b,'embedId':_0x258cb6[_0x4d8c22(0x467)],'childUnitId':_0x258cb6['childUnitId'],'childType':_0x258cb6[_0x4d8c22(0x560)],'layout':_0x100988,'mode':_0x4e8690,'rootElement':_0x279509,'contentRoot':_0x15becd,'canvasRoot':_0x448244,'overlayRoot':_0x556a38,'popupRoot':_0xabc8fb,'menuOutlet':_0x1c38eb!=null&&_0x1c38eb[_0x4d8c22(0x33d)]?{'container':_0x1c38eb[_0x4d8c22(0x33d)]}:void 0x0,'active$':_0x1c4c9a[_0x4d8c22(0x3a3)]()},'disposable':(0x0,a[_0x4d8c22(0x63c)])(()=>{const _0x4a3aa1=_0x4d8c22;_0x1f00a5[_0x4a3aa1(0x5df)](),_0x31db5a(!0x1),_0x1c4c9a[_0x4a3aa1(0x7be)]();}),'setActive':_0x31db5a};}['_registerRuntimeBoundary'](_0x213f93,_0x57511f,_0x12a789,_0x31167d){const _0x2c581e=_0x36ed40;let _0x3ecd61=this['_injector'][_0x2c581e(0x82c)](q),_0x3cdee9=this[_0x2c581e(0x6ba)]['has'](W);if(!_0x3ecd61&&!_0x3cdee9)return;let _0x2bb55c=_0x3ecd61?this[_0x2c581e(0x6ba)][_0x2c581e(0x335)](q):void 0x0,_0x6e3a86=_0x3cdee9?this[_0x2c581e(0x6ba)][_0x2c581e(0x335)](W):void 0x0,_0xc9c975=new Map(),_0x3aa841=(_0x3b479e,_0x119369)=>{const _0x387a38=_0x2c581e;if(!_0x3b479e)return;let _0x1e70c1=_0xc9c975[_0x387a38(0x335)](_0x3b479e);(!_0x1e70c1||_0x1e70c1===_0x387a38(0x39b))&&_0xc9c975[_0x387a38(0x436)](_0x3b479e,_0x119369);};_0x3aa841(_0x57511f,_0x2c581e(0x39b)),_0x3aa841(_0x12a789[_0x2c581e(0x8e9)],_0x2c581e(0x39b)),_0x3aa841(_0x12a789[_0x2c581e(0x362)],_0x2c581e(0x39b)),_0x3aa841(_0x12a789['canvasRoot'],_0x2c581e(0x39b)),_0x3aa841(_0x12a789['overlayRoot'],_0x2c581e(0x39b)),_0x3aa841(_0x31167d['root'],_0x2c581e(0x39b)),_0x3aa841(_0x31167d[_0x2c581e(0x2c9)],_0x2c581e(0x39b)),_0x3aa841(_0x31167d[_0x2c581e(0x48a)],_0x2c581e(0x39b)),_0x3aa841(_0x31167d['overlay'],_0x2c581e(0x39b)),_0x3aa841(_0x12a789[_0x2c581e(0x470)],_0x2c581e(0x5c1)),_0x3aa841(_0x31167d[_0x2c581e(0x9b4)],'child-popup');let _0x5d0197=[..._0xc9c975]['flatMap'](([_0x3ce14b,_0x44f1b2])=>[_0x2bb55c==null?void 0x0:_0x2bb55c[_0x2c581e(0x97b)](_0x213f93[_0x2c581e(0x467)],_0x3ce14b,_0x213f93['childUnitId']),_0x6e3a86==null?void 0x0:_0x6e3a86[_0x2c581e(0x9e4)]({'embedId':_0x213f93[_0x2c581e(0x467)],'role':_0x44f1b2,'element':_0x3ce14b})]['filter'](_0x58b3c6=>!!_0x58b3c6));return(0x0,a[_0x2c581e(0x63c)])(()=>{const _0x3b3ec4=_0x2c581e;[..._0x5d0197][_0x3b3ec4(0x3ea)]()[_0x3b3ec4(0x5f4)](_0x5cf48b=>_0x5cf48b[_0x3b3ec4(0x5df)]());});}[_0x36ed40(0x5da)](_0x372fe8){const _0x135d0e=_0x36ed40;return _0x372fe8?_0x135d0e(0x5df)in _0x372fe8?{'disposable':_0x372fe8}:{'hostElement':_0x372fe8[_0x135d0e(0x544)],'runtimeRoots':_0x372fe8[_0x135d0e(0x811)],'disposable':_0x372fe8['disposable']?(0x0,a['toDisposable'])(()=>{var _0x3af755;return(_0x3af755=_0x372fe8['disposable'])==null?void 0x0:_0x3af755['dispose']();}):void 0x0}:{};}[_0x36ed40(0x5d1)](_0x2ed209){const _0x233ed3=_0x36ed40;if(!this[_0x233ed3(0x6ba)][_0x233ed3(0x82c)](Yt))return;let _0x187cdc=this[_0x233ed3(0x6ba)][_0x233ed3(0x335)](Yt)[_0x233ed3(0x335)](_0x2ed209[_0x233ed3(0x393)][_0x233ed3(0x375)],_0x2ed209['descriptor'][_0x233ed3(0x89c)],_0x2ed209[_0x233ed3(0x560)]);if(!_0x187cdc)return;let _0x237be2=this[_0x233ed3(0x38c)][_0x233ed3(0x4fa)]();_0x187cdc[_0x233ed3(0x6a5)]&&(_0x2ed209[_0x233ed3(0x544)][_0x233ed3(0x4d2)][_0x233ed3(0x4a1)]=_0x233ed3(0x846));let _0x367715=_0x187cdc[_0x233ed3(0x266)]({..._0x2ed209,'active':_0x237be2});return(0x0,a['toDisposable'])(()=>{const _0x5c8eba=_0x233ed3;_0x367715==null||_0x367715[_0x5c8eba(0x5df)](),delete _0x2ed209['hostElement']['dataset'][_0x5c8eba(0x4a1)];});}[_0x36ed40(0x9ac)](_0x2f233e,_0x2df518,_0x1f0427,_0xbe9e59){const _0x37bbaa=_0x36ed40;let _0x2c45be=this[_0x37bbaa(0x6ba)][_0x37bbaa(0x82c)](q)?this[_0x37bbaa(0x6ba)][_0x37bbaa(0x335)](q):void 0x0,_0x226131=this['_injector']['has'](W)?this[_0x37bbaa(0x6ba)][_0x37bbaa(0x335)](W):void 0x0,_0x23c8f6=_0x2df518['ownerDocument'],_0x252de9=[],_0x4bc921=_0x1f0427===_0x37bbaa(0x217)&&_0xbe9e59?this['_floatingActiveService'][_0x37bbaa(0x253)][_0x37bbaa(0x260)](()=>{const _0x54c1b2=_0x37bbaa;this[_0x54c1b2(0x38c)]['getStage'](_0x2f233e['embedId'])!==_0x54c1b2(0x7b3)&&_0xbe9e59['focusUnit'](null);}):void 0x0,_0x1a0b31=()=>_0x1f0427!==_0x37bbaa(0x217)||this[_0x37bbaa(0x38c)][_0x37bbaa(0x45a)](_0x2f233e[_0x37bbaa(0x467)])===_0x37bbaa(0x7b3),_0x510eed=(_0x4f3e10,_0x354ed8={})=>{const _0x1a947a=_0x37bbaa;let _0x283f39=_0x354ed8[_0x1a947a(0x561)]!==!0x1,_0x20e460=_0x354ed8[_0x1a947a(0x8a8)]!==!0x1,_0x42bb9f=(_0x4f3e10==null?void 0x0:_0x4f3e10[_0x1a947a(0x392)])instanceof Element?_0x4f3e10['target']:null;if(_0x42bb9f!=null&&_0x42bb9f['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||!_0x2f233e[_0x1a947a(0x397)]||_0x2f233e['childType']==null||_0x1f0427===_0x1a947a(0x295)&&(_0x4f3e10==null?void 0x0:_0x4f3e10['type'])==='focusin'&&!this[_0x1a947a(0x80d)]['has'](_0x2f233e[_0x1a947a(0x467)])||!_0x1a0b31())return;let _0x1c0bf8=_0x1f0427===_0x1a947a(0x295)&&this[_0x1a947a(0x6ba)][_0x1a947a(0x82c)](t[_0x1a947a(0x7ac)])?this[_0x1a947a(0x6ba)][_0x1a947a(0x335)](t[_0x1a947a(0x7ac)])[_0x1a947a(0x965)]():null,_0x359396=(_0x1c0bf8==null?void 0x0:_0x1c0bf8['hostUnitId'])===_0x2f233e[_0x1a947a(0x98c)]&&_0x1c0bf8[_0x1a947a(0x467)]===_0x2f233e[_0x1a947a(0x467)]&&_0x1c0bf8[_0x1a947a(0x397)]===_0x2f233e[_0x1a947a(0x397)]&&_0x1c0bf8[_0x1a947a(0x560)]===_0x2f233e[_0x1a947a(0x560)];if(_0x1f0427===_0x1a947a(0x217)&&_0xbe9e59&&(_0xbe9e59[_0x1a947a(0x88e)](_0x2f233e[_0x1a947a(0x397)]),_0x283f39&&_0xbe9e59['focusUnit'](_0x2f233e[_0x1a947a(0x397)])),_0x1f0427===_0x1a947a(0x295)&&this['_injector'][_0x1a947a(0x82c)](a[_0x1a947a(0x8cc)])){var _0x296dad,_0x38b615,_0x598425;let _0x35033a=this['_injector'][_0x1a947a(0x335)](a[_0x1a947a(0x8cc)]),_0x17743e=_0x42bb9f==null||(_0x296dad=_0x42bb9f[_0x1a947a(0x71c)]('[id^=\x22__editor_\x22]'))==null?void 0x0:_0x296dad['id'][_0x1a947a(0x457)](0x9),_0x2faf04=_0x2f233e[_0x1a947a(0x560)]===a['UniverInstanceType'][_0x1a947a(0x80b)]&&_0x17743e!=null&&(0x0,a[_0x1a947a(0x7e9)])(_0x17743e),_0x2ea7d7=_0x35033a[_0x1a947a(0x9ea)],_0x2df1e7=_0x35033a[_0x1a947a(0x83c)];!_0x2faf04&&(typeof _0x2ea7d7!='function'||((_0x38b615=_0x2ea7d7['call'](_0x35033a,_0x2f233e[_0x1a947a(0x560)]))==null?void 0x0:_0x38b615[_0x1a947a(0x8d6)]())!==_0x2f233e['childUnitId'])&&_0x35033a[_0x1a947a(0x88e)](_0x2f233e[_0x1a947a(0x397)]),_0x283f39&&!_0x2faf04&&(typeof _0x2df1e7!='function'||((_0x598425=_0x2df1e7[_0x1a947a(0x4f6)](_0x35033a))==null?void 0x0:_0x598425[_0x1a947a(0x8d6)]())!==_0x2f233e[_0x1a947a(0x397)])&&_0x35033a['focusUnit'](_0x2f233e[_0x1a947a(0x397)]);}if(_0x1f0427==='tab'&&this[_0x1a947a(0x6ba)]['has'](a[_0x1a947a(0x292)])){let _0x4c00a6=this['_injector'][_0x1a947a(0x335)](a[_0x1a947a(0x292)]);_0x4c00a6[_0x1a947a(0xa0d)](a[_0x1a947a(0x709)],!0x0),_0x4c00a6[_0x1a947a(0xa0d)](a[_0x1a947a(0x747)],_0x2f233e[_0x1a947a(0x560)]===a['UniverInstanceType']['UNIVER_DOC']),_0x4c00a6['setContextValue'](a[_0x1a947a(0x667)],_0x2f233e[_0x1a947a(0x560)]===a['UniverInstanceType'][_0x1a947a(0x36c)]),_0x4c00a6[_0x1a947a(0xa0d)](a[_0x1a947a(0x63e)],_0x2f233e[_0x1a947a(0x560)]===a[_0x1a947a(0x583)][_0x1a947a(0x419)]),_0x4c00a6[_0x1a947a(0xa0d)](a[_0x1a947a(0x7f5)],_0x2f233e[_0x1a947a(0x560)]===a[_0x1a947a(0x583)][_0x1a947a(0x927)]);}if(this[_0x1a947a(0x6ba)][_0x1a947a(0x82c)](t[_0x1a947a(0x7ac)])){let _0x393cf0=this[_0x1a947a(0x6ba)][_0x1a947a(0x335)](t[_0x1a947a(0x7ac)]),_0x4072b0={'hostUnitId':_0x2f233e[_0x1a947a(0x98c)],'embedId':_0x2f233e[_0x1a947a(0x467)],'childUnitId':_0x2f233e[_0x1a947a(0x397)],'childType':_0x2f233e['childType'],'reason':_0x1a947a(0x461)},_0x483f95=_0x393cf0[_0x1a947a(0x965)]();((_0x483f95==null?void 0x0:_0x483f95['hostUnitId'])!==_0x4072b0[_0x1a947a(0x98c)]||_0x483f95[_0x1a947a(0x467)]!==_0x4072b0[_0x1a947a(0x467)]||_0x483f95[_0x1a947a(0x397)]!==_0x4072b0['childUnitId']||_0x483f95['childType']!==_0x4072b0[_0x1a947a(0x560)]||_0x483f95[_0x1a947a(0x96a)]!==_0x4072b0[_0x1a947a(0x96a)])&&_0x393cf0[_0x1a947a(0x5a8)](_0x4072b0);}_0x20e460&&(_0x1f0427===_0x1a947a(0x295)&&_0x2df518[_0x1a947a(0x4d2)][_0x1a947a(0x430)]===_0x1a947a(0x69e)&&this[_0x1a947a(0x80d)][_0x1a947a(0x82c)](_0x2f233e[_0x1a947a(0x467)])&&((_0x4f3e10==null?void 0x0:_0x4f3e10[_0x1a947a(0x9e8)])===_0x1a947a(0x603)||_0x359396)||this[_0x1a947a(0x8a8)](_0x2f233e[_0x1a947a(0x467)]));},_0x38f78d=_0x482143=>{const _0x3b016b=_0x37bbaa;let _0x4ee593=_0x482143['target']instanceof Element?_0x482143['target']:null;if(!_0x4ee593||_0x2df518[_0x3b016b(0x9fe)](_0x4ee593)||!(_0x2c45be!=null&&_0x2c45be[_0x3b016b(0x9fe)](_0x2f233e['embedId'],_0x4ee593,_0x482143)||_0x226131!=null&&_0x226131['containsElement'](_0x2f233e['embedId'],_0x4ee593,_0x482143)))return;_0x510eed(_0x482143,{'focusUnit':!0x1,'activateSession':!0x1});let _0x5b5ce7=_0x23c8f6['defaultView'];_0x5b5ce7&&_0x252de9['push'](_0x5b5ce7['setTimeout'](()=>_0x510eed(_0x482143,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x2df518[_0x37bbaa(0x75e)](_0x37bbaa(0x603),_0x510eed,{'capture':!0x0}),_0x2df518[_0x37bbaa(0x75e)]('focusin',_0x510eed),_0x23c8f6[_0x37bbaa(0x75e)](_0x37bbaa(0x603),_0x38f78d,{'capture':!0x0}),_0x23c8f6[_0x37bbaa(0x75e)](_0x37bbaa(0x66d),_0x38f78d,{'capture':!0x0}),(0x0,a['toDisposable'])(()=>{const _0x4c0c8f=_0x37bbaa;_0x2df518[_0x4c0c8f(0x2bb)]('pointerdown',_0x510eed,{'capture':!0x0}),_0x2df518[_0x4c0c8f(0x2bb)]('focusin',_0x510eed),_0x23c8f6['removeEventListener'](_0x4c0c8f(0x603),_0x38f78d,{'capture':!0x0}),_0x23c8f6[_0x4c0c8f(0x2bb)](_0x4c0c8f(0x66d),_0x38f78d,{'capture':!0x0}),_0x252de9[_0x4c0c8f(0x5f4)](_0x101fa6=>{const _0x55c2c6=_0x4c0c8f;var _0x5794df;return(_0x5794df=_0x23c8f6[_0x55c2c6(0x246)])==null?void 0x0:_0x5794df['clearTimeout'](_0x101fa6);}),_0x4bc921==null||_0x4bc921[_0x4c0c8f(0x6cf)]();});}[_0x36ed40(0x2ca)](_0x1d6237){const _0x2b224a=_0x36ed40;var _0x315137;if(this[_0x2b224a(0x82f)](_0x1d6237),this[_0x2b224a(0x6ba)]['has'](a['IUniverInstanceService'])){let _0x1e7a74=this[_0x2b224a(0x6ba)]['get'](a[_0x2b224a(0x8cc)]);_0x1e7a74['setCurrentUnitForType'](_0x1d6237[_0x2b224a(0x397)]),_0x1e7a74[_0x2b224a(0x561)](_0x1d6237[_0x2b224a(0x397)]);}if(this[_0x2b224a(0x6ba)]['has'](a['IContextService'])){let _0x5ab2f9=this[_0x2b224a(0x6ba)]['get'](a[_0x2b224a(0x292)]);_0x5ab2f9[_0x2b224a(0xa0d)](a[_0x2b224a(0x709)],!0x0),_0x5ab2f9[_0x2b224a(0xa0d)](a[_0x2b224a(0x747)],_0x1d6237[_0x2b224a(0x560)]===a[_0x2b224a(0x583)][_0x2b224a(0x80b)]),_0x5ab2f9['setContextValue'](a[_0x2b224a(0x667)],_0x1d6237[_0x2b224a(0x560)]===a[_0x2b224a(0x583)][_0x2b224a(0x36c)]),_0x5ab2f9[_0x2b224a(0xa0d)](a['FOCUSING_SLIDE'],_0x1d6237[_0x2b224a(0x560)]===a[_0x2b224a(0x583)][_0x2b224a(0x419)]),_0x5ab2f9['setContextValue'](a['FOCUSING_BOARD'],_0x1d6237['childType']===a[_0x2b224a(0x583)][_0x2b224a(0x927)]);}this[_0x2b224a(0x6ba)][_0x2b224a(0x82c)](t[_0x2b224a(0x7ac)])&&this[_0x2b224a(0x6ba)][_0x2b224a(0x335)](t[_0x2b224a(0x7ac)])[_0x2b224a(0x5a8)]({'hostUnitId':_0x1d6237['hostUnitId'],'embedId':_0x1d6237[_0x2b224a(0x467)],'childUnitId':_0x1d6237[_0x2b224a(0x397)],'childType':_0x1d6237[_0x2b224a(0x560)],'reason':_0x2b224a(0x784)});let _0x5c6dbe=((_0x315137=_0x1d6237[_0x2b224a(0x624)])==null?void 0x0:_0x315137[_0x2b224a(0x949)][_0x2b224a(0x8e9)])??_0x1d6237[_0x2b224a(0x544)];_0x1d6237[_0x2b224a(0x560)]===a[_0x2b224a(0x583)][_0x2b224a(0x36c)]&&_0x5c6dbe&&be(_0x1d6237[_0x2b224a(0x467)],_0x5c6dbe);}[_0x36ed40(0x5cd)](_0x5f0ec3){const _0x2a711f=_0x36ed40;var _0x46767d;let _0xfd6299=(_0x46767d=_0x5f0ec3[_0x2a711f(0x624)])==null?void 0x0:_0x46767d[_0x2a711f(0x501)];if(!(_0xfd6299!=null&&_0xfd6299[_0x2a711f(0x82c)](p[_0x2a711f(0x6d8)])))return;let _0xccf4bc=_0xfd6299[_0x2a711f(0x335)](p[_0x2a711f(0x6d8)])['getRenderUnitById'](_0x5f0ec3[_0x2a711f(0x397)]);(_0xccf4bc==null?void 0x0:_0xccf4bc[_0x2a711f(0x639)])===!0x1&&sn(_0xccf4bc,{'activate':!0x0});}[_0x36ed40(0x82f)](_0x624c41){const _0x574020=_0x36ed40;this[_0x574020(0x433)](_0x624c41['hostUnitId'],_0x624c41[_0x574020(0x467)]),this['_releaseTabPeerFocusLease'](_0x624c41['embedId']);let _0x8491ac=[];if(this[_0x574020(0x6ba)]['has'](W)&&_0x8491ac[_0x574020(0x5b5)](this['_injector']['get'](W)[_0x574020(0x60b)]({'embedId':_0x624c41[_0x574020(0x467)],'role':'child-session','owner':_0x574020(0x78e),'sessionMode':'child-tab','hostUnitId':_0x624c41[_0x574020(0x98c)],'childUnitId':_0x624c41[_0x574020(0x397)],'childType':_0x624c41['childType']})),this[_0x574020(0x6ba)][_0x574020(0x82c)](q)){var _0x5bcccf,_0x4498fb;_0x8491ac[_0x574020(0x5b5)](this[_0x574020(0x6ba)][_0x574020(0x335)](q)[_0x574020(0x840)](_0x624c41[_0x574020(0x467)],((_0x5bcccf=_0x624c41['hostElement'])==null?void 0x0:_0x5bcccf['ownerDocument'])??((_0x4498fb=_0x624c41[_0x574020(0x624)])==null?void 0x0:_0x4498fb[_0x574020(0x949)][_0x574020(0x8e9)]['ownerDocument']),{'includeAppShellEditorPortal':_e(_0x624c41['childType'])}));}_0x8491ac['length']&&this[_0x574020(0x80d)][_0x574020(0x436)](_0x624c41[_0x574020(0x467)],{'hostUnitId':_0x624c41[_0x574020(0x98c)],'disposable':(0x0,a[_0x574020(0x63c)])(()=>{const _0x434d30=_0x574020;[..._0x8491ac]['reverse']()[_0x434d30(0x5f4)](_0x46981e=>_0x46981e['dispose']());})});}[_0x36ed40(0x433)](_0xec6837,_0x58e77a){const _0x535d72=_0x36ed40;[...this['_tabFocusLeases'][_0x535d72(0x4aa)]()]['forEach'](([_0x2a87b0,_0x1d85ea])=>{const _0x3489c9=_0x535d72;_0x2a87b0!==_0x58e77a&&_0x1d85ea[_0x3489c9(0x98c)]===_0xec6837&&(_0x1d85ea[_0x3489c9(0x5ed)][_0x3489c9(0x5df)](),this[_0x3489c9(0x80d)][_0x3489c9(0x3b2)](_0x2a87b0));});}[_0x36ed40(0x4a9)](_0x3584ee){const _0x12dd6e=_0x36ed40;let _0x8936e5=this['_tabFocusLeases'][_0x12dd6e(0x335)](_0x3584ee);_0x8936e5&&(_0x8936e5['disposable'][_0x12dd6e(0x5df)](),this[_0x12dd6e(0x80d)]['delete'](_0x3584ee));}[_0x36ed40(0x73b)](_0x2efd52){const _0x50d1a6=_0x36ed40;var _0x3bbf13,_0x5c3f27;if((_0x3bbf13=_0x2efd52[_0x50d1a6(0x899)])!=null&&_0x3bbf13['tab']&&_0x2efd52[_0x50d1a6(0x899)]['tab']['enabled']||!this[_0x50d1a6(0x6ba)]['has'](a[_0x50d1a6(0x8cc)])||!_0x2efd52[_0x50d1a6(0x397)])return(0x0,a[_0x50d1a6(0x63c)])(()=>{});let _0x44ec25=this['_injector'][_0x50d1a6(0x335)](a[_0x50d1a6(0x8cc)]),_0x3c3f28=_0x44ec25[_0x50d1a6(0x83c)],_0xccaa00=_0x44ec25[_0x50d1a6(0x561)];if(typeof _0x3c3f28!='function'||typeof _0xccaa00!=_0x50d1a6(0x6fd))return(0x0,a[_0x50d1a6(0x63c)])(()=>{});let _0x45d44a=(_0x5c3f27=_0x3c3f28['call'](_0x44ec25))==null?void 0x0:_0x5c3f27['getUnitId']();if(!_0x45d44a||_0x45d44a===_0x2efd52['childUnitId'])return(0x0,a['toDisposable'])(()=>{});let _0x2a4bb7=()=>{const _0x396023=_0x50d1a6;var _0x46633e;((_0x46633e=_0x3c3f28[_0x396023(0x4f6)](_0x44ec25))==null?void 0x0:_0x46633e[_0x396023(0x8d6)]())===_0x2efd52[_0x396023(0x397)]&&_0xccaa00[_0x396023(0x4f6)](_0x44ec25,_0x45d44a);},_0x57552b=[],_0x64d54a=[];return _0x2a4bb7(),typeof window<'u'&&(_0x64d54a[_0x50d1a6(0x5b5)](window[_0x50d1a6(0x7c4)](_0x2a4bb7)),_0x57552b[_0x50d1a6(0x5b5)](window['setTimeout'](_0x2a4bb7,0x0)),_0x57552b['push'](window[_0x50d1a6(0x62a)](_0x2a4bb7,0x78))),(0x0,a[_0x50d1a6(0x63c)])(()=>{const _0x7b7eb9=_0x50d1a6;typeof window>'u'||(_0x64d54a[_0x7b7eb9(0x5f4)](_0x102ccc=>window[_0x7b7eb9(0x613)](_0x102ccc)),_0x57552b['forEach'](_0x412b97=>window[_0x7b7eb9(0x734)](_0x412b97)));});}['_assertChildUnitAvailable'](_0x3d5e63){const _0x2af2ed=_0x36ed40;let _0x516f8e=[...this[_0x2af2ed(0x75d)][_0x2af2ed(0x8b8)]()][_0x2af2ed(0x1f2)](({session:_0xf51a8e})=>_0xf51a8e[_0x2af2ed(0x467)]!==_0x3d5e63['embedId']&&_0xf51a8e['childUnitId']===_0x3d5e63[_0x2af2ed(0x397)]);if(_0x516f8e)throw new bn(_0x3d5e63[_0x2af2ed(0x397)],_0x516f8e[_0x2af2ed(0x652)][_0x2af2ed(0x467)]);if(this['_univerInstanceService']['getUnit'](_0x3d5e63['childUnitId'],_0x3d5e63['childType']))return;let _0x164241=this[_0x2af2ed(0x65c)]['getUnitType'](_0x3d5e63[_0x2af2ed(0x397)]);throw _0x164241!==a[_0x2af2ed(0x583)][_0x2af2ed(0x237)]&&_0x164241!==_0x3d5e63['childType']?Error(_0x2af2ed(0x9c2)):Error('EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE');}};xn=Z([X(0x0,(0x0,a['Inject'])(Xt)),X(0x1,(0x0,a['Inject'])(Jt)),X(0x2,(0x0,a[_0x36ed40(0x7d2)])(Zt)),X(0x3,(0x0,a[_0x36ed40(0x7d2)])(cn)),X(0x4,a[_0x36ed40(0x8cc)]),X(0x5,(0x0,a[_0x36ed40(0x7d2)])(ue)),X(0x6,(0x0,a[_0x36ed40(0x7d2)])(Ee)),X(0x7,(0x0,a[_0x36ed40(0x7d2)])(a['Injector']))],xn);function Sn(_0x34b4d1,_0x26e6a7,_0x4099b9){const _0xeca292=_0x36ed40;if(_0x34b4d1[_0xeca292(0x4d2)][_0xeca292(0x430)]=_0x26e6a7?'true':_0xeca292(0x7ea),_0x4099b9!==_0xeca292(0x295)){_0x34b4d1[_0xeca292(0x301)](_0xeca292(0x391)),_0x34b4d1[_0xeca292(0x301)](_0xeca292(0x247)),_0x34b4d1[_0xeca292(0x691)][_0xeca292(0x307)](_0xeca292(0x643)),_0x34b4d1['style'][_0xeca292(0x307)](_0xeca292(0x915));return;}if(_0x34b4d1[_0xeca292(0xa06)]('inert',!_0x26e6a7),_0x26e6a7){_0x34b4d1[_0xeca292(0x301)]('aria-hidden'),_0x34b4d1[_0xeca292(0x691)][_0xeca292(0x307)](_0xeca292(0x643)),_0x34b4d1['style']['removeProperty'](_0xeca292(0x915));return;}_0x34b4d1[_0xeca292(0x3bf)](_0xeca292(0x247),'true'),_0x34b4d1[_0xeca292(0x691)][_0xeca292(0x643)]=_0xeca292(0x6ee),_0x34b4d1['style'][_0xeca292(0x474)]=_0xeca292(0x6ee);}function Cn(_0x46ea66){const _0x207630=_0x36ed40;let _0x5b0455=document['createElement']('div');return _0x5b0455['dataset'][_0x207630(0x6a3)]=_0x46ea66??_0x207630(0x662),_0x5b0455[_0x207630(0x691)]['cssText']=[_0x207630(0x815),'width:100%',_0x207630(0x2c5),'min-height:96px',_0x207630(0x9c9),_0x207630(0x499),_0x207630(0x53d),_0x207630(0x703),_0x207630(0x5ea),_0x207630(0x817),_0x207630(0x5e1),_0x207630(0x7e0),_0x207630(0x1e7),_0x207630(0x848)][_0x207630(0x91e)](';'),_0x5b0455[_0x207630(0x955)]=_0x46ea66===_0x207630(0x8ef)?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x207630(0x820),_0x5b0455;}let wn=class extends a[_0x36ed40(0x773)]{constructor(_0x27a68a,_0x2d3c12,_0xec43fd,_0x4f10b4,_0x1e2fc1,_0x22c4db,_0x31aadb,_0x3514dd,_0x59f851){const _0x264240=_0x36ed40;var _0x3e2dd8,_0x429a86;super(),this[_0x264240(0x65c)]=_0x27a68a,this[_0x264240(0x92e)]=_0x2d3c12,this[_0x264240(0x813)]=_0xec43fd,this[_0x264240(0x581)]=_0x4f10b4,this[_0x264240(0x390)]=_0x1e2fc1,this['_blockRegistry']=_0x22c4db,this[_0x264240(0x38c)]=_0x31aadb,this[_0x264240(0x8f3)]=_0x3514dd,this['_layoutService']=_0x59f851,z(this,_0x264240(0x602),new Map());let _0x4cf3ce=(_0x3e2dd8=this['_univerInstanceService'][_0x264240(0x892)])==null?void 0x0:_0x3e2dd8[_0x264240(0x260)](_0x10dec0=>{this['_restoreStage2ChildFocusWhenHostRefocuses'](_0x10dec0??null);});_0x4cf3ce&&this[_0x264240(0x86a)](_0x4cf3ce);let _0x3712d6=(_0x429a86=this[_0x264240(0x65c)]['unitAdded$'])==null?void 0x0:_0x429a86[_0x264240(0x260)](({unit:_0x3fa49f})=>{const _0x1da792=_0x264240;let _0x7e397a=()=>this['_focusAddedStage2ChildIfStillActive'](_0x3fa49f['getUnitId']());typeof queueMicrotask==_0x1da792(0x6fd)&&queueMicrotask(_0x7e397a),requestAnimationFrame(_0x7e397a);});_0x3712d6&&this[_0x264240(0x86a)](_0x3712d6),this[_0x264240(0x86a)](this[_0x264240(0x65c)][_0x264240(0x68e)][_0x264240(0x260)](_0x22e5d7=>{const _0x343168=_0x264240;let _0x3263d3=_0x22e5d7[_0x343168(0x8d6)](),_0x2f95eb=this[_0x343168(0x92e)][_0x343168(0x965)]();_0x2f95eb&&(_0x2f95eb[_0x343168(0x98c)]===_0x3263d3||_0x2f95eb[_0x343168(0x397)]===_0x3263d3)&&(this[_0x343168(0x581)][_0x343168(0x465)](_0x2f95eb['embedId']),this[_0x343168(0x38c)][_0x343168(0x465)](_0x2f95eb['embedId']),this[_0x343168(0x92e)][_0x343168(0x7f4)](_0x2f95eb['embedId']),this['_previousChildCurrentUnits']['delete'](_0x2f95eb[_0x343168(0x467)]));for(let [_0x2653e1,_0x450ee3]of this['_previousChildCurrentUnits'])(_0x450ee3[_0x343168(0x397)]===_0x3263d3||_0x450ee3[_0x343168(0x8e8)]===_0x3263d3)&&this[_0x343168(0x602)]['delete'](_0x2653e1);}));}['activateTab'](_0x5da922){const _0x3d0484=_0x36ed40;var _0x56b6f2;this[_0x3d0484(0x9aa)](_0x5da922),this[_0x3d0484(0x6bb)](_0x5da922),this[_0x3d0484(0x813)][_0x3d0484(0x209)]({'embedId':_0x5da922[_0x3d0484(0x467)],'hostUnitId':_0x5da922[_0x3d0484(0x98c)],'hostType':_0x5da922[_0x3d0484(0x375)],'entry':_0x5da922[_0x3d0484(0x89c)],'hostAnchorId':_0x5da922[_0x3d0484(0x3bd)],'descriptor':_0x5da922}),this['_mountService']['activateSession'](_0x5da922[_0x3d0484(0x467)]);let _0x1a3a99=this['_blockRegistry'][_0x3d0484(0x335)](_0x5da922[_0x3d0484(0x560)]);return this['_menuOverrideService'][_0x3d0484(0x8b1)](_0x5da922,_0x3d0484(0x4a7),{'layoutPolicy':_0x1a3a99==null||(_0x56b6f2=_0x1a3a99[_0x3d0484(0x3b7)])==null?void 0x0:_0x56b6f2[_0x3d0484(0x295)],'allowPlaceholder':(_0x1a3a99==null?void 0x0:_0x1a3a99[_0x3d0484(0x8f4)])===_0x3d0484(0x708)||(_0x1a3a99==null?void 0x0:_0x1a3a99[_0x3d0484(0x439)])===_0x3d0484(0x90c),'allowHiddenRibbon':(_0x1a3a99==null?void 0x0:_0x1a3a99[_0x3d0484(0x8f4)])===_0x3d0484(0x6ee)});}['activateFloating'](_0x42c320,_0x38006f,_0x12b01d={}){const _0x3d466c=_0x36ed40;this[_0x3d466c(0x9aa)](_0x42c320);let _0x1e1805=this[_0x3d466c(0x38c)][_0x3d466c(0x4fa)](),_0x16757c=_0x38006f===_0x3d466c(0x7b3)&&(_0x1e1805==null?void 0x0:_0x1e1805[_0x3d466c(0x467)])===_0x42c320[_0x3d466c(0x467)]&&_0x1e1805[_0x3d466c(0x397)]===_0x42c320[_0x3d466c(0x397)]&&_0x1e1805[_0x3d466c(0x59f)]===_0x3d466c(0x7b3);(_0x1e1805==null?void 0x0:_0x1e1805[_0x3d466c(0x59f)])===_0x3d466c(0x7b3)&&!_0x16757c&&(this['_mountService'][_0x3d466c(0x867)](_0x1e1805['embedId']),this[_0x3d466c(0x520)](_0x1e1805[_0x3d466c(0x467)])),_0x38006f==='stage2'&&!_0x16757c&&this[_0x3d466c(0x6bb)](_0x42c320),this[_0x3d466c(0x92e)][_0x3d466c(0x5a8)]({'hostUnitId':_0x42c320[_0x3d466c(0x98c)],'embedId':_0x42c320['embedId'],'childUnitId':_0x42c320[_0x3d466c(0x397)],'childType':_0x42c320[_0x3d466c(0x560)],'reason':'pointer'}),this[_0x3d466c(0x390)][_0x3d466c(0x8a8)](_0x42c320['embedId']);let _0x3ccafa={'hostUnitId':_0x42c320[_0x3d466c(0x98c)],'embedId':_0x42c320[_0x3d466c(0x467)],'childUnitId':_0x42c320[_0x3d466c(0x397)]};_0x38006f?this[_0x3d466c(0x38c)][_0x3d466c(0x8b1)](_0x3ccafa,_0x38006f):this[_0x3d466c(0x38c)][_0x3d466c(0x8b1)](_0x3ccafa),this[_0x3d466c(0x581)]['clear'](),_0x38006f==='stage2'?(this[_0x3d466c(0x2c1)](_0x42c320[_0x3d466c(0x397)],_0x42c320[_0x3d466c(0x560)],!0x1,_0x42c320['embedId'],_0x42c320['hostType']===_0x42c320[_0x3d466c(0x560)]),this[_0x3d466c(0x686)](_0x42c320)):(this[_0x3d466c(0x65c)][_0x3d466c(0x88e)](_0x42c320[_0x3d466c(0x98c)]),this['_univerInstanceService'][_0x3d466c(0x561)](_0x42c320[_0x3d466c(0x98c)]));}[_0x36ed40(0x622)](_0x598ded,_0x27880d={}){const _0x2cd9f4=_0x36ed40;this[_0x2cd9f4(0x213)](_0x598ded,_0x2cd9f4(0x7b3),_0x27880d);}[_0x36ed40(0x997)](_0x139f08,_0x1b2121={}){const _0x49e93d=_0x36ed40;this[_0x49e93d(0x9aa)](_0x139f08),this[_0x49e93d(0x92e)][_0x49e93d(0x5a8)]({'hostUnitId':_0x139f08[_0x49e93d(0x98c)],'embedId':_0x139f08[_0x49e93d(0x467)],'childUnitId':_0x139f08[_0x49e93d(0x397)],'childType':_0x139f08[_0x49e93d(0x560)],'reason':_0x49e93d(0x461)}),this[_0x49e93d(0x880)](_0x139f08[_0x49e93d(0x397)],_0x139f08[_0x49e93d(0x560)]),this[_0x49e93d(0x2c1)](_0x139f08[_0x49e93d(0x397)],_0x139f08[_0x49e93d(0x560)],_0x1b2121['focusLayout']??!0x0,_0x139f08[_0x49e93d(0x467)]);}[_0x36ed40(0x6ed)](_0x459aca){const _0x17ef5e=_0x36ed40;let _0x407be6=this['_mountService'][_0x17ef5e(0x6cd)](_0x459aca['embedId']);this[_0x17ef5e(0x581)][_0x17ef5e(0x465)](_0x459aca[_0x17ef5e(0x467)]),this[_0x17ef5e(0x92e)][_0x17ef5e(0x7f4)](_0x459aca[_0x17ef5e(0x467)]),_0x407be6&&this[_0x17ef5e(0x602)]['has'](_0x459aca[_0x17ef5e(0x467)])&&this[_0x17ef5e(0x520)](_0x459aca[_0x17ef5e(0x467)],_0x459aca[_0x17ef5e(0x560)],_0x459aca[_0x17ef5e(0x397)]),this[_0x17ef5e(0x2c1)](_0x459aca[_0x17ef5e(0x98c)],_0x459aca[_0x17ef5e(0x375)],!0x1);}['clearFullscreen'](_0x504db2){const _0x4ec530=_0x36ed40;let _0x357dae=this['_focusOwnerService']['getFocusOwner']();_0x357dae!=null&&_0x357dae['embedId']&&_0x357dae[_0x4ec530(0x467)]!==_0x504db2[_0x4ec530(0x467)]||(this[_0x4ec530(0x92e)][_0x4ec530(0x7f4)](_0x504db2['embedId']),this['_univerInstanceService']['setCurrentUnitForType'](_0x504db2[_0x4ec530(0x98c)]),this[_0x4ec530(0x65c)]['focusUnit'](_0x504db2[_0x4ec530(0x98c)]),requestAnimationFrame(()=>{const _0xc12508=_0x4ec530;this[_0xc12508(0x92e)][_0xc12508(0x965)]()||(this[_0xc12508(0x65c)][_0xc12508(0x561)](null),this[_0xc12508(0x65c)][_0xc12508(0x561)](_0x504db2[_0xc12508(0x98c)]));}));}['clearFloating'](_0x2c8ee7,_0x4f7573){const _0x32f1ff=_0x36ed40;let _0xd5ccd0=this[_0x32f1ff(0x92e)][_0x32f1ff(0x965)]();if(_0x2c8ee7&&_0xd5ccd0!=null&&_0xd5ccd0['embedId']&&_0xd5ccd0[_0x32f1ff(0x467)]!==_0x2c8ee7)return;let _0x2e3aa9=this['_floatingActiveService']['getActive']();if(_0x2c8ee7&&!_0xd5ccd0&&(_0x2e3aa9==null?void 0x0:_0x2e3aa9['embedId'])!==_0x2c8ee7&&!_0x4f7573)return;let _0x2590f3=_0x4f7573??(_0xd5ccd0==null?void 0x0:_0xd5ccd0[_0x32f1ff(0x98c)])??(_0x2e3aa9==null?void 0x0:_0x2e3aa9[_0x32f1ff(0x98c)]);_0x2c8ee7&&this[_0x32f1ff(0x390)][_0x32f1ff(0x867)](_0x2c8ee7),this['_floatingActiveService'][_0x32f1ff(0x465)](_0x2c8ee7),this[_0x32f1ff(0x92e)]['clearFocusOwner'](_0x2c8ee7),this[_0x32f1ff(0x581)][_0x32f1ff(0x465)](_0x2c8ee7),_0x2c8ee7&&this['_restorePreviousChildCurrentUnit'](_0x2c8ee7),_0x2590f3&&(this[_0x32f1ff(0x65c)][_0x32f1ff(0x88e)](_0x2590f3),this['_univerInstanceService'][_0x32f1ff(0x561)](_0x2590f3),requestAnimationFrame(()=>{const _0x442b7c=_0x32f1ff;this[_0x442b7c(0x92e)]['getFocusOwner']()||(this[_0x442b7c(0x65c)][_0x442b7c(0x561)](null),this[_0x442b7c(0x65c)]['focusUnit'](_0x2590f3));}));}[_0x36ed40(0x802)](_0x473d2b){const _0x172959=_0x36ed40;this[_0x172959(0x581)]['clear'](_0x473d2b),this[_0x172959(0x92e)][_0x172959(0x7f4)](_0x473d2b);let _0x2e314f=this['_mountService']['deactivateTabSessions'](_0x473d2b);_0x2e314f['forEach'](_0xda82bc=>this['_restorePreviousChildCurrentUnit'](_0xda82bc[_0x172959(0x467)],_0xda82bc[_0x172959(0x560)],_0xda82bc[_0x172959(0x397)])),new Set(_0x2e314f[_0x172959(0x789)](_0x4cf465=>_0x4cf465[_0x172959(0x98c)]))[_0x172959(0x5f4)](_0xfce0b=>{const _0x39d698=_0x172959;this['_univerInstanceService']['setCurrentUnitForType'](_0xfce0b),this['_univerInstanceService'][_0x39d698(0x561)](_0xfce0b);});}['_rememberPreviousChildCurrentUnit'](_0x11708f){const _0x5cf24c=_0x36ed40;if(this[_0x5cf24c(0x602)][_0x5cf24c(0x82c)](_0x11708f[_0x5cf24c(0x467)]))return;let _0x121ef0=_0x11708f[_0x5cf24c(0x560)],_0x390ec6=this[_0x5cf24c(0x3a2)](_0x121ef0);this[_0x5cf24c(0x602)]['set'](_0x11708f[_0x5cf24c(0x467)],{'childType':_0x121ef0,'childUnitId':_0x11708f[_0x5cf24c(0x397)],'unitId':_0x390ec6&&_0x390ec6!==_0x11708f[_0x5cf24c(0x397)]?_0x390ec6:void 0x0});}['_restorePreviousChildCurrentUnit'](_0x1f2545,_0xf23cdf,_0x412b59){const _0x3f8096=_0x36ed40;let _0x32ae00=this[_0x3f8096(0x602)][_0x3f8096(0x335)](_0x1f2545);this[_0x3f8096(0x602)]['delete'](_0x1f2545);let _0x8538f8=_0xf23cdf??(_0x32ae00==null?void 0x0:_0x32ae00[_0x3f8096(0x560)]),_0x4086d9=_0x412b59??(_0x32ae00==null?void 0x0:_0x32ae00[_0x3f8096(0x397)]);if(_0x8538f8==null||!_0x4086d9)return;let _0xc655a0=(_0x32ae00==null?void 0x0:_0x32ae00[_0x3f8096(0x560)])===_0x8538f8&&_0x32ae00[_0x3f8096(0x8e8)]&&this['_hasUnit'](_0x32ae00[_0x3f8096(0x8e8)],_0x8538f8)?_0x32ae00['unitId']:this[_0x3f8096(0x795)](_0x8538f8,_0x4086d9);_0xc655a0&&this[_0x3f8096(0x65c)][_0x3f8096(0x88e)](_0xc655a0);}['_getCurrentUnitId'](_0x2d1505){const _0x47f172=_0x36ed40;var _0xcb3fac;let _0x1f36c5=this[_0x47f172(0x65c)]['getCurrentUnitOfType'];return _0x1f36c5==null||(_0xcb3fac=_0x1f36c5[_0x47f172(0x4f6)](this[_0x47f172(0x65c)],_0x2d1505))==null?void 0x0:_0xcb3fac[_0x47f172(0x8d6)]();}[_0x36ed40(0x92b)](_0x1d8afb,_0x4480fd){const _0x26c201=_0x36ed40;let _0x2c801f=this[_0x26c201(0x65c)][_0x26c201(0x77d)];return!!(_0x2c801f!=null&&_0x2c801f[_0x26c201(0x4f6)](this[_0x26c201(0x65c)],_0x1d8afb,_0x4480fd));}[_0x36ed40(0x91b)](_0x574bbc){const _0x570dd9=_0x36ed40;let _0x331eed=this[_0x570dd9(0x65c)][_0x570dd9(0x687)];return _0x331eed==null?void 0x0:_0x331eed['call'](this[_0x570dd9(0x65c)],_0x574bbc);}[_0x36ed40(0x795)](_0x24a8a1,_0x1b8044){const _0x1f68a3=_0x36ed40;var _0x198eed;let _0x1eaa9b=this[_0x1f68a3(0x65c)][_0x1f68a3(0x2f7)];return _0x1eaa9b==null||(_0x198eed=_0x1eaa9b[_0x1f68a3(0x4f6)](this['_univerInstanceService'],_0x24a8a1))==null||(_0x198eed=_0x198eed[_0x1f68a3(0x1f2)](_0x79f4b0=>_0x79f4b0[_0x1f68a3(0x8d6)]()!==_0x1b8044))==null?void 0x0:_0x198eed['getUnitId']();}['_focusUnit'](_0xbcd7c1,_0x2aca82,_0x4d453e=!0x0,_0x15b20c,_0x13887c=!0x1){const _0x541321=_0x36ed40;let _0x3bd81f=this[_0x541321(0x65c)][_0x541321(0x83c)];if(!_0x15b20c){var _0x4d48a8;(typeof _0x3bd81f!='function'||((_0x4d48a8=_0x3bd81f['call'](this[_0x541321(0x65c)]))==null?void 0x0:_0x4d48a8[_0x541321(0x8d6)]())!==_0xbcd7c1)&&this[_0x541321(0x65c)][_0x541321(0x561)](_0xbcd7c1),this['_setCurrentUnitForType'](_0xbcd7c1,_0x2aca82),this['_contextService'][_0x541321(0xa0d)](a[_0x541321(0x709)],!0x0),this['_contextService'][_0x541321(0xa0d)](a['FOCUSING_DOC'],_0x2aca82===a['UniverInstanceType'][_0x541321(0x80b)]),this[_0x541321(0x8f3)][_0x541321(0xa0d)](a[_0x541321(0x667)],_0x2aca82===a[_0x541321(0x583)][_0x541321(0x36c)]),this['_contextService'][_0x541321(0xa0d)](a[_0x541321(0x63e)],_0x2aca82===a[_0x541321(0x583)][_0x541321(0x419)]),this['_contextService'][_0x541321(0xa0d)](a['FOCUSING_BOARD'],_0x2aca82===a[_0x541321(0x583)][_0x541321(0x927)]);}else{if(_0x13887c&&this[_0x541321(0x9c1)](_0xbcd7c1,_0x2aca82)){var _0x5d3cd5;this[_0x541321(0x880)](_0xbcd7c1,_0x2aca82),(typeof _0x3bd81f!='function'||((_0x5d3cd5=_0x3bd81f[_0x541321(0x4f6)](this[_0x541321(0x65c)]))==null?void 0x0:_0x5d3cd5['getUnitId']())!==_0xbcd7c1)&&this[_0x541321(0x65c)][_0x541321(0x561)](_0xbcd7c1);}}_0x4d453e&&this['_focusLayout']();}[_0x36ed40(0x9c1)](_0x5455dd,_0x386e58){const _0x5e472a=_0x36ed40;let _0x37dfdc=this[_0x5e472a(0x65c)][_0x5e472a(0x77d)];return typeof _0x37dfdc!=_0x5e472a(0x6fd)||!!_0x37dfdc[_0x5e472a(0x4f6)](this['_univerInstanceService'],_0x5455dd,_0x386e58);}['_restoreStage2ChildFocusWhenHostRefocuses'](_0x5b78f2){const _0x18988b=_0x36ed40;let _0x2609e9=this['_floatingActiveService']['getActive']();if((_0x2609e9==null?void 0x0:_0x2609e9[_0x18988b(0x59f)])!==_0x18988b(0x7b3)||_0x5b78f2!==_0x2609e9[_0x18988b(0x98c)])return;let _0x572141=this[_0x18988b(0x92e)][_0x18988b(0x965)]();(_0x572141==null?void 0x0:_0x572141[_0x18988b(0x467)])===_0x2609e9[_0x18988b(0x467)]&&_0x572141[_0x18988b(0x397)]===_0x2609e9['childUnitId']&&_0x572141[_0x18988b(0x560)]!=null&&this[_0x18988b(0x2c1)](_0x572141[_0x18988b(0x397)],_0x572141['childType'],!0x1,_0x572141[_0x18988b(0x467)],this[_0x18988b(0x91b)](_0x2609e9[_0x18988b(0x98c)])===_0x572141[_0x18988b(0x560)]);}[_0x36ed40(0x8d7)](_0x50d2b4){const _0x5cd46f=_0x36ed40;let _0x26e006=this[_0x5cd46f(0x38c)][_0x5cd46f(0x4fa)](),_0x35e4b0=this[_0x5cd46f(0x92e)]['getFocusOwner']();(_0x26e006==null?void 0x0:_0x26e006[_0x5cd46f(0x59f)])===_0x5cd46f(0x7b3)&&_0x26e006[_0x5cd46f(0x397)]===_0x50d2b4&&(_0x35e4b0==null?void 0x0:_0x35e4b0[_0x5cd46f(0x467)])===_0x26e006[_0x5cd46f(0x467)]&&_0x35e4b0[_0x5cd46f(0x397)]===_0x26e006[_0x5cd46f(0x397)]&&_0x35e4b0[_0x5cd46f(0x560)]!=null&&this[_0x5cd46f(0x91b)](_0x26e006['hostUnitId'])===_0x35e4b0['childType']&&this[_0x5cd46f(0x2c1)](_0x35e4b0[_0x5cd46f(0x397)],_0x35e4b0['childType'],!0x1,_0x35e4b0['embedId'],!0x0);}[_0x36ed40(0x686)](_0x51981b){const _0x407154=_0x36ed40;let _0x1dbc51=()=>{const _0x44c90c=_0x2eed;let _0x3e1dfc=this[_0x44c90c(0x38c)][_0x44c90c(0x4fa)]();(_0x3e1dfc==null?void 0x0:_0x3e1dfc[_0x44c90c(0x467)])===_0x51981b[_0x44c90c(0x467)]&&_0x3e1dfc['childUnitId']===_0x51981b[_0x44c90c(0x397)]&&_0x3e1dfc['stage']===_0x44c90c(0x7b3)&&this[_0x44c90c(0x2c1)](_0x51981b[_0x44c90c(0x397)],_0x51981b[_0x44c90c(0x560)],!0x1,_0x51981b[_0x44c90c(0x467)],_0x51981b['hostType']===_0x51981b['childType']);};typeof queueMicrotask==_0x407154(0x6fd)&&queueMicrotask(_0x1dbc51),requestAnimationFrame(_0x1dbc51);}[_0x36ed40(0x880)](_0x3e6515,_0x45582c){const _0x2b3b8b=_0x36ed40;var _0x52d1d3;let _0x4fba77=this[_0x2b3b8b(0x65c)][_0x2b3b8b(0x9ea)];(typeof _0x4fba77!=_0x2b3b8b(0x6fd)||((_0x52d1d3=_0x4fba77[_0x2b3b8b(0x4f6)](this[_0x2b3b8b(0x65c)],_0x45582c))==null?void 0x0:_0x52d1d3['getUnitId']())!==_0x3e6515)&&this['_univerInstanceService'][_0x2b3b8b(0x88e)](_0x3e6515);}[_0x36ed40(0x5ca)](){const _0xd1f010=_0x36ed40;let _0x179c1d=()=>this[_0xd1f010(0x218)]['focus']();_0x179c1d(),typeof queueMicrotask=='function'&&queueMicrotask(_0x179c1d),requestAnimationFrame(_0x179c1d);}[_0x36ed40(0x9aa)](_0x44ef52){const _0x2e0ca5=_0x36ed40;if(!_0x44ef52[_0x2e0ca5(0x397)]||_0x44ef52[_0x2e0ca5(0x560)]==null)throw Error(_0x2e0ca5(0x3b9));}};wn=Z([X(0x0,a[_0x36ed40(0x8cc)]),X(0x1,(0x0,a[_0x36ed40(0x7d2)])(t['EmbedFocusOwnerService'])),X(0x2,(0x0,a[_0x36ed40(0x7d2)])(t[_0x36ed40(0x8b7)])),X(0x3,(0x0,a[_0x36ed40(0x7d2)])(de)),X(0x4,(0x0,a[_0x36ed40(0x7d2)])(xn)),X(0x5,(0x0,a['Inject'])(B)),X(0x6,(0x0,a[_0x36ed40(0x7d2)])(ue)),X(0x7,a[_0x36ed40(0x292)]),X(0x8,c['ILayoutService'])],wn);const Tn=new WeakMap(),En=new WeakMap(),Dn=new WeakMap();function On(_0x4ee5e1){const _0x26915d=_0x36ed40;let _0x51a3d9=Tn[_0x26915d(0x335)](_0x4ee5e1);if(_0x51a3d9)return Dn['set'](_0x51a3d9,(Dn[_0x26915d(0x335)](_0x51a3d9)??0x0)+0x1),_0x51a3d9;let _0xf29c06={'render':_0x12256a=>(0x0,l[_0x26915d(0x56a)])(_0x12256a,_0x4ee5e1)};return Tn[_0x26915d(0x436)](_0x4ee5e1,_0xf29c06),En[_0x26915d(0x436)](_0xf29c06,_0x4ee5e1),Dn['set'](_0xf29c06,0x0),_0xf29c06;}function kn(_0x191e83){const _0x28451d=_0x36ed40;let _0x3fef0f=En['get'](_0x191e83),_0x172310=Dn[_0x28451d(0x335)](_0x191e83)??0x0;globalThis[_0x28451d(0x62a)](()=>{const _0x25fc12=_0x28451d;_0x3fef0f&&Tn[_0x25fc12(0x335)](_0x3fef0f)!==_0x191e83||(Dn['get'](_0x191e83)??0x0)===_0x172310&&(_0x3fef0f&&(Tn['delete'](_0x3fef0f),En[_0x25fc12(0x3b2)](_0x191e83)),Dn[_0x25fc12(0x3b2)](_0x191e83),_0x3fef0f&&(0x0,l[_0x25fc12(0xa04)])(_0x3fef0f));},0x0);}function An(_0x42c8dc){const _0x32e9b6=_0x36ed40;let {container:_0x120d1f,portalContainer:_0x476504,injector:_0xc7a0f6,childType:_0x3948b6,childUnitId:_0x59d2bd,embedId:_0x41913a,menuSchema:_0x3adc1e,menuTitlePrefix:_0x1a442a,activeRibbonTab:_0x96200b,headerMenu:_0x127dc7=!0x1,toolbarOnly:_0x2d4717,ribbonType:_0x328d74='classic',ribbonHeaderClassName:_0x3f50c3,scopedActionServiceTokens:_0xf6453e}=_0x42c8dc;if(_0x3adc1e!=null&&typeof _0x3adc1e!='object')return;let _0xb78113=jn(_0xc7a0f6,{'childType':_0x3948b6,'childUnitId':_0x59d2bd,'embedId':_0x41913a,'menuSchema':_0x3adc1e,'menuTitlePrefix':_0x1a442a,'activeRibbonTab':_0x96200b,'scopedActionServiceTokens':_0xf6453e}),_0x307475=On(_0x120d1f);return _0x307475['render']((0x0,d[_0x32e9b6(0x349)])(J,{'injector':_0xb78113[_0x32e9b6(0x501)],'mountContainer':_0x476504??_0x120d1f,'embedId':_0x41913a},(0x0,d[_0x32e9b6(0x349)])(c[_0x32e9b6(0x4cc)],{'ribbonType':_0x328d74,'headerMenu':_0x127dc7,'toolbarOnly':_0x2d4717,'headerClassName':_0x3f50c3}))),(0x0,a[_0x32e9b6(0x63c)])(()=>{const _0x49c10c=_0x32e9b6;kn(_0x307475),_0xb78113[_0x49c10c(0x5ed)]['dispose']();});}function jn(_0x2a544c,_0x1cfc58){const _0x3395d8=_0x36ed40;let {childType:_0x2999cb,childUnitId:_0x417812,embedId:_0x4946b6,menuSchema:_0x70dfe6,menuTitlePrefix:_0x208b11,activeRibbonTab:_0x40cb9f,scopedActionServiceTokens:_0x56cddd}=_0x1cfc58,_0x161c05=_0x2a544c[_0x3395d8(0x335)](a[_0x3395d8(0x8cc)]),_0x3cf66f=Pn(_0x2a544c)[_0x3395d8(0x335)](a[_0x3395d8(0x8cc)]),_0x288831=zn(_0x161c05,_0x2999cb,_0x417812),_0x42010f=new WeakMap(),_0x229a28,_0x2426de=_0x417812&&_0x2a544c['has'](a['IContextService'])?Bn(_0x2a544c,_0x2a544c[_0x3395d8(0x335)](a[_0x3395d8(0x292)]),_0x2999cb,_0x417812):void 0x0,_0x5a185c=Un(_0x2a544c[_0x3395d8(0x335)](a[_0x3395d8(0x8cd)]),_0x3cf66f,_0x2999cb,_0x417812,_0x4946b6,()=>_0x229a28,_0x2a544c[_0x3395d8(0x82c)](a[_0x3395d8(0x292)])?_0x2a544c[_0x3395d8(0x335)](a[_0x3395d8(0x292)]):void 0x0,_0x2426de),_0x15f5fb=new Map([[a[_0x3395d8(0x8cc)],_0x288831],[a['ICommandService'],_0x5a185c],..._0x2426de?[[a[_0x3395d8(0x292)],_0x2426de]]:[]]);_0x2a544c['has'](a['IConfigService'])&&_0x15f5fb['set'](a[_0x3395d8(0x962)],mt(_0x2a544c[_0x3395d8(0x335)](a[_0x3395d8(0x962)]))),new Set(_0x56cddd??[])[_0x3395d8(0x5f4)](_0x20bb82=>{const _0x21458e=_0x3395d8;_0x417812&&_0x2a544c[_0x21458e(0x82c)](_0x20bb82)&&_0x15f5fb['set'](_0x20bb82,qn(_0x2a544c[_0x21458e(0x335)](_0x20bb82),_0x3cf66f,_0x2999cb,_0x417812,_0x4946b6,()=>_0x229a28,_0x42010f));}),_0x229a28=gt(_0x2a544c,_0x15f5fb);let {menuManager:_0x5e4fa3,disposable:_0x42e5f8}=Mn(_0x2a544c,_0x229a28,_0x70dfe6,_0x208b11),_0x43558f=new c[(_0x3395d8(0x619))](_0x5e4fa3,_0x288831);_0x40cb9f&&_0x43558f[_0x3395d8(0x267)](_0x40cb9f);let _0x3c2c3f=_0x208b11?Fn(_0x43558f,_0x208b11,_0x2a544c):_0x43558f;_0x229a28[_0x3395d8(0x258)]([c[_0x3395d8(0x42b)],{'useValue':_0x5e4fa3}]),_0x229a28[_0x3395d8(0x258)]([c[_0x3395d8(0x54e)],{'useValue':_0x3c2c3f}]);let _0x1eab3a=Nn(_0x2a544c,_0x43558f,_0x5e4fa3,{'embedId':_0x4946b6,'childUnitId':_0x417812});return{'injector':_0x229a28,'ribbonService':_0x3c2c3f,'disposable':(0x0,a[_0x3395d8(0x63c)])(()=>{const _0x49dda3=_0x3395d8;_0x1eab3a==null||_0x1eab3a[_0x49dda3(0x5df)](),_0x43558f['dispose'](),_0x42e5f8==null||_0x42e5f8['dispose'](),_0x229a28['dispose']();})};}function Mn(_0x165eb6,_0x407fa9,_0x48c706,_0x22e1cb){const _0x4cddc7=_0x36ed40;if(_0x48c706&&typeof _0x48c706==_0x4cddc7(0x9e9)){let _0x556e2d=new c[(_0x4cddc7(0x64e))](_0x407fa9,_0x407fa9[_0x4cddc7(0x335)](a['IConfigService']));return _0x556e2d[_0x4cddc7(0x7e3)](Ln(_0x48c706,_0x22e1cb,_0x165eb6)),{'menuManager':It(_0x556e2d),'disposable':_0x556e2d};}let _0x4e9dec=_0x165eb6[_0x4cddc7(0x335)](c[_0x4cddc7(0x42b)]),_0x58942f=_0x4e9dec[_0x4cddc7(0x889)];return{'menuManager':It(typeof _0x58942f==_0x4cddc7(0x6fd)?_0x58942f[_0x4cddc7(0x4f6)](_0x4e9dec,_0x407fa9):_0x4e9dec)};}function Nn(_0x183dcc,_0x17ce08,_0x4c9192,_0x3bc2f8){const _0x1c3891=_0x36ed40;let {embedId:_0x241a67,childUnitId:_0x367f12}=_0x3bc2f8;if(!_0x241a67||!_0x367f12)return;let _0x4433eb=Pn(_0x183dcc);if(!_0x4433eb[_0x1c3891(0x82c)](c[_0x1c3891(0x54e)])||!_0x4433eb['has'](W))return;let _0xc523b0=_0x4433eb[_0x1c3891(0x335)](c[_0x1c3891(0x54e)]),_0x21de87=_0x4433eb[_0x1c3891(0x335)](W),_0x56aaaf=new Set(),_0x39ab32=(0x0,f[_0x1c3891(0x732)])([_0xc523b0[_0x1c3891(0x30d)],_0xc523b0['activatedTab$'],_0x4c9192['menuChanged$'][_0x1c3891(0x5ab)]((0x0,f['startWith'])(void 0x0)),(0x0,f['merge'])(_0x21de87[_0x1c3891(0x322)],_0x21de87[_0x1c3891(0x786)])[_0x1c3891(0x5ab)]((0x0,f[_0x1c3891(0xa11)])(void 0x0))])[_0x1c3891(0x260)](([_0x2e9c37,_0x81e393])=>{const _0x43d0af=_0x1c3891;let _0x30f53a=_0x21de87[_0x43d0af(0x8f1)](),_0x1b4cc1=(_0x30f53a==null?void 0x0:_0x30f53a[_0x43d0af(0x467)])===_0x241a67&&_0x30f53a[_0x43d0af(0x397)]===_0x367f12&&(_0x30f53a[_0x43d0af(0x765)]===_0x43d0af(0x73d)||_0x30f53a[_0x43d0af(0x765)]===_0x43d0af(0x36f)),_0x5dd807=new Set(_0x4c9192[_0x43d0af(0x979)](c[_0x43d0af(0x975)]['RIBBON'])[_0x43d0af(0x32c)](({contextual:_0x3430ff})=>_0x3430ff)['map'](({key:_0x5c35a4})=>_0x5c35a4)),_0x4f7a44=_0x1b4cc1?new Set(_0x2e9c37[_0x43d0af(0x32c)](({contextual:_0xe5a206,key:_0x2e4fe3})=>_0xe5a206&&_0x5dd807[_0x43d0af(0x82c)](_0x2e4fe3))[_0x43d0af(0x789)](({key:_0x507b88})=>_0x507b88)):new Set();_0x56aaaf['forEach'](_0x2ce1aa=>{const _0x52ccd7=_0x43d0af;_0x4f7a44[_0x52ccd7(0x82c)](_0x2ce1aa)||_0x17ce08[_0x52ccd7(0x696)](_0x2ce1aa);}),_0x4f7a44[_0x43d0af(0x5f4)](_0x3e872a=>{const _0x2e0f9f=_0x43d0af;_0x56aaaf[_0x2e0f9f(0x82c)](_0x3e872a)||_0x17ce08[_0x2e0f9f(0x922)](_0x3e872a);}),_0x4f7a44[_0x43d0af(0x82c)](_0x81e393)&&_0x17ce08[_0x43d0af(0x267)](_0x81e393),_0x56aaaf=_0x4f7a44;});return(0x0,a['toDisposable'])(()=>{const _0x153256=_0x1c3891;_0x39ab32['unsubscribe'](),_0x56aaaf['forEach'](_0x2ef5e6=>_0x17ce08['hideContextualTab'](_0x2ef5e6)),_0x56aaaf[_0x153256(0x465)]();});}function Pn(_0x210217){const _0x3e4ed7=_0x36ed40;return _0x210217[_0x3e4ed7(0x8e5)]??_0x210217;}function Fn(_0x5d750c,_0x41b02b,_0x29e66a){const _0x386a5b=_0x36ed40;let _0x5550cb;try{_0x5550cb=_0x29e66a[_0x386a5b(0x335)](a[_0x386a5b(0x50a)]);}catch{_0x5550cb=void 0x0;}return{'ribbon$':_0x5d750c[_0x386a5b(0x30d)][_0x386a5b(0x5ab)]((0x0,f[_0x386a5b(0x789)])(_0x19b4bb=>_0x19b4bb[_0x386a5b(0x789)](_0x2b661a=>In(_0x2b661a,_0x41b02b,_0x5550cb)))),'activatedTab$':_0x5d750c[_0x386a5b(0x9fb)],'collapsedIds$':_0x5d750c[_0x386a5b(0x360)],'fakeToolbarVisible$':_0x5d750c[_0x386a5b(0x40b)],'setActivatedTab':_0x10694c=>_0x5d750c[_0x386a5b(0x267)](_0x10694c),'showContextualTab':(_0x4db265,_0x26d1f3)=>_0x5d750c[_0x386a5b(0x922)](_0x4db265,_0x26d1f3),'hideContextualTab':_0x5c3522=>_0x5d750c[_0x386a5b(0x696)](_0x5c3522),'hideAllContextualTabs':()=>_0x5d750c[_0x386a5b(0x2d5)](),'setCollapsedIds':_0x31437b=>_0x5d750c[_0x386a5b(0x4bd)](_0x31437b),'setFakeToolbarVisible':_0x227fed=>_0x5d750c[_0x386a5b(0x234)](_0x227fed)};}function In(_0x4b7d6a,_0x24d694,_0x31e5a7){const _0x14553f=_0x36ed40;let _0x2dc3df=_0x4b7d6a['title']||_0x4b7d6a['key'],_0x3188d5=_0x31e5a7?_0x31e5a7['t'](_0x2dc3df):_0x2dc3df;return{..._0x4b7d6a,'title':_0x24d694+_0x14553f(0x23f)+_0x3188d5};}function Ln(_0x4328e8,_0x23eab6,_0x2cf162){const _0x37d289=_0x36ed40;if(!_0x23eab6||!_0x4328e8||typeof _0x4328e8!='object')return _0x4328e8;let _0x50e148=Rn(_0x4328e8),_0x2d30bc=_0x50e148[c['MenuManagerPosition'][_0x37d289(0x43e)]];if(!_0x2d30bc||typeof _0x2d30bc!=_0x37d289(0x9e9))return _0x50e148;let _0x3fa2dd;try{_0x3fa2dd=_0x2cf162[_0x37d289(0x335)](a[_0x37d289(0x50a)]);}catch{_0x3fa2dd=void 0x0;}return Object[_0x37d289(0x8b8)](_0x2d30bc)[_0x37d289(0x5f4)](_0x2ed61d=>{const _0x5f5699=_0x37d289;if(!_0x2ed61d||typeof _0x2ed61d!=_0x5f5699(0x9e9))return;let _0x38b151=_0x2ed61d,_0x46467d=_0x38b151['title'];_0x46467d&&(_0x38b151['title']=_0x23eab6+_0x5f5699(0x23f)+(_0x3fa2dd?_0x3fa2dd['t'](_0x46467d):_0x46467d));}),_0x50e148;}function Rn(_0x2e13fb){const _0x4ff7b8=_0x36ed40;return!_0x2e13fb||typeof _0x2e13fb!=_0x4ff7b8(0x9e9)?_0x2e13fb:Array['isArray'](_0x2e13fb)?_0x2e13fb['map'](_0x368ca0=>Rn(_0x368ca0)):Object['fromEntries'](Object[_0x4ff7b8(0x4aa)](_0x2e13fb)[_0x4ff7b8(0x789)](([_0x582d31,_0x5ed954])=>[_0x582d31,Rn(_0x5ed954)]));}function zn(_0x3e0d1a,_0xa796f8,_0x5b8c44){const _0x3ec146=_0x36ed40;let _0x5afd70=()=>_0x5b8c44?_0x3e0d1a[_0x3ec146(0x77d)](_0x5b8c44,_0xa796f8):null,_0x1b9b6=_0x5b8c44?(0x0,f[_0x3ec146(0x925)])((0x0,f['of'])(_0x5b8c44),_0x3e0d1a[_0x3ec146(0x8f7)](_0xa796f8)['pipe']((0x0,f[_0x3ec146(0x789)])(()=>_0x5b8c44)),_0x3e0d1a['getTypeOfUnitDisposed$'](_0xa796f8)[_0x3ec146(0x5ab)]((0x0,f['map'])(()=>_0x5b8c44))):_0x3e0d1a[_0x3ec146(0x892)];return{'unitAdded$':_0x3e0d1a[_0x3ec146(0x369)],'getTypeOfUnitAdded$':(..._0x3adcfc)=>_0x3e0d1a[_0x3ec146(0x8f7)](..._0x3adcfc),'__addUnit':(..._0x5d7d0d)=>_0x3e0d1a[_0x3ec146(0x856)](..._0x5d7d0d),'unitDisposed$':_0x3e0d1a[_0x3ec146(0x68e)],'getTypeOfUnitDisposed$':(..._0x3c17c8)=>_0x3e0d1a[_0x3ec146(0x8d2)](..._0x3c17c8),'focused$':_0x1b9b6,get 'focused'(){const _0x50fd14=_0x3ec146;return _0x5afd70()??_0x3e0d1a[_0x50fd14(0x83c)]();},'focusUnit':(..._0x4111df)=>_0x3e0d1a[_0x3ec146(0x561)](..._0x4111df),'getFocusedUnit':()=>_0x5afd70()??_0x3e0d1a[_0x3ec146(0x83c)](),'getCurrentUnitOfType':_0x2e231a=>_0x2e231a===_0xa796f8&&_0x5b8c44?_0x5afd70():_0x3e0d1a[_0x3ec146(0x9ea)](_0x2e231a),'setCurrentUnitForType':(..._0x4dc6eb)=>_0x3e0d1a[_0x3ec146(0x88e)](..._0x4dc6eb),'getCurrentTypeOfUnit$':_0x13b313=>_0x13b313!==_0xa796f8||!_0x5b8c44?_0x3e0d1a[_0x3ec146(0x702)](_0x13b313):(0x0,f['merge'])((0x0,f['of'])(void 0x0),_0x3e0d1a[_0x3ec146(0x8f7)](_0xa796f8),_0x3e0d1a[_0x3ec146(0x8d2)](_0xa796f8))[_0x3ec146(0x5ab)]((0x0,f['map'])(()=>_0x5afd70())),'createUnit':(..._0x1fc04a)=>_0x3e0d1a[_0x3ec146(0x526)](..._0x1fc04a),'getUnitCreateOptions':(..._0x2de7da)=>_0x3e0d1a[_0x3ec146(0x730)](..._0x2de7da),'disposeUnit':(..._0x5b16ed)=>_0x3e0d1a['disposeUnit'](..._0x5b16ed),'registerCtorForType':(..._0x33988b)=>_0x3e0d1a[_0x3ec146(0x469)](..._0x33988b),'getUnit':(..._0x323f1b)=>_0x3e0d1a[_0x3ec146(0x77d)](..._0x323f1b),'getAllUnitsForType':(..._0x388aef)=>_0x3e0d1a[_0x3ec146(0x2f7)](..._0x388aef),'getUnitType':(..._0x163837)=>_0x3e0d1a[_0x3ec146(0x687)](..._0x163837)};}function Bn(_0x5bd257,_0x5e2cbb,_0x28e027,_0x4e219a){const _0x5ec9d6=_0x36ed40;let _0x1a09f6=()=>{const _0x3d1f90=_0x2eed;let _0x369402=_0x5bd257[_0x3d1f90(0x82c)](c[_0x3d1f90(0x99e)])?_0x5bd257[_0x3d1f90(0x335)](c[_0x3d1f90(0x99e)])[_0x3d1f90(0x335)](_0x4e219a):void 0x0;return _0x369402!=null&&_0x369402[_0x3d1f90(0x82c)](a[_0x3d1f90(0x292)])?_0x369402['get'](a['IContextService']):_0x5e2cbb;};return{'contextChanged$':_0x1a09f6()[_0x5ec9d6(0x7bf)],'getContextValue':_0x19d4d0=>Vn(_0x19d4d0,_0x28e027)??_0x1a09f6()[_0x5ec9d6(0x441)](_0x19d4d0),'setContextValue':(_0x46fc33,_0x166533)=>_0x1a09f6()[_0x5ec9d6(0xa0d)](_0x46fc33,_0x166533),'subscribeContextValue$':_0x430226=>{const _0x7e99ce=_0x5ec9d6;let _0x2690e1=Vn(_0x430226,_0x28e027);return _0x2690e1==null?_0x1a09f6()[_0x7e99ce(0x371)](_0x430226):(0x0,f['of'])(_0x2690e1);}};}function Vn(_0x22470a,_0xad63c1){const _0x429968=_0x36ed40;if(_0x22470a===a['FOCUSING_UNIT'])return!0x0;if(_0x22470a===a[_0x429968(0x667)]||_0x22470a===a[_0x429968(0x747)]||_0x22470a===a['FOCUSING_SLIDE'])return _0x22470a===Hn(_0xad63c1);}function Hn(_0x4f0edf){const _0x4f9f15=_0x36ed40;if(_0x4f0edf===a[_0x4f9f15(0x583)][_0x4f9f15(0x36c)])return a[_0x4f9f15(0x667)];if(_0x4f0edf===a['UniverInstanceType'][_0x4f9f15(0x80b)])return a['FOCUSING_DOC'];if(_0x4f0edf===a['UniverInstanceType'][_0x4f9f15(0x419)])return a[_0x4f9f15(0x63e)];}function Un(_0x2ff262,_0x557b9b,_0x478163,_0x343a8a,_0x4cd9f2,_0x13ecd2,_0x35e06a,_0x1847c2){const _0x67c664=_0x36ed40;return _0x343a8a?{'disposed':()=>_0x2ff262[_0x67c664(0x8d1)](),'hasCommand':_0xc5060d=>_0x2ff262['hasCommand'](_0xc5060d),'registerCommand':(..._0x47fc27)=>_0x2ff262[_0x67c664(0x655)](..._0x47fc27),'unregisterCommand':_0x504969=>_0x2ff262[_0x67c664(0x4ad)](_0x504969),'registerMultipleCommand':(..._0x1aea98)=>_0x2ff262[_0x67c664(0x259)](..._0x1aea98),'executeCommand':async(..._0x102441)=>{const _0x4e64b6=_0x67c664;let _0x12e968=_0x557b9b[_0x4e64b6(0x9ea)](_0x478163);try{return _0x557b9b['setCurrentUnitForType'](_0x343a8a),await Gn(_0x35e06a,_0x1847c2,()=>_0x2ff262[_0x4e64b6(0x638)](_0x102441[0x0],_0x102441[0x1],Kn(_0x478163,_0x343a8a,_0x102441[0x2])));}finally{Zn(_0x557b9b,_0x343a8a,_0x12e968,_0x4cd9f2,_0x13ecd2);}},'syncExecuteCommand':(..._0x2d9228)=>{const _0x3b01fe=_0x67c664;let _0x381727=_0x557b9b[_0x3b01fe(0x9ea)](_0x478163);try{return _0x557b9b['setCurrentUnitForType'](_0x343a8a),Gn(_0x35e06a,_0x1847c2,()=>_0x2ff262[_0x3b01fe(0x8b3)](_0x2d9228[0x0],_0x2d9228[0x1],Kn(_0x478163,_0x343a8a,_0x2d9228[0x2])));}finally{Zn(_0x557b9b,_0x343a8a,_0x381727,_0x4cd9f2,_0x13ecd2);}},'onCommandExecuted':(..._0x3c92a2)=>_0x2ff262[_0x67c664(0x9f3)](..._0x3c92a2),'beforeCommandExecuted':(..._0x5846b6)=>_0x2ff262['beforeCommandExecuted'](..._0x5846b6),'onMutationExecutedForCollab':(..._0x47ec5f)=>_0x2ff262[_0x67c664(0x4c3)](..._0x47ec5f)}:_0x2ff262;}const Wn=[a['FOCUSING_UNIT'],a[_0x36ed40(0x667)],a[_0x36ed40(0x747)],a[_0x36ed40(0x63e)],a[_0x36ed40(0x3db)],a['FORMULA_EDITOR_ACTIVATED']];function Gn(_0x455b32,_0x319c4e,_0x283f2b){const _0x4ada22=_0x36ed40;if(!_0x455b32||!_0x319c4e||_0x455b32===_0x319c4e)return _0x283f2b();let _0xcfcfc7=[];for(let _0x2a499c of Wn){let _0x46bd1a=_0x455b32['getContextValue'](_0x2a499c),_0x4edb11=_0x319c4e[_0x4ada22(0x441)](_0x2a499c);_0x46bd1a!==_0x4edb11&&(_0xcfcfc7['push']({'key':_0x2a499c,'value':_0x46bd1a}),_0x455b32[_0x4ada22(0xa0d)](_0x2a499c,_0x4edb11));}try{return _0x283f2b();}finally{for(let _0x30b010=_0xcfcfc7['length']-0x1;_0x30b010>=0x0;_0x30b010--){let {key:_0x3013eb,value:_0xda4f0c}=_0xcfcfc7[_0x30b010];_0x455b32[_0x4ada22(0xa0d)](_0x3013eb,_0xda4f0c);}}}function Kn(_0x2e8424,_0x1a0544,_0x8ae0e0){const _0x40afb5=_0x36ed40;return _0x2e8424===a[_0x40afb5(0x583)][_0x40afb5(0x927)]?{..._0x8ae0e0,'unitId':_0x1a0544}:_0x8ae0e0;}function qn(_0xcebfa0,_0x2c326a,_0x532fbe,_0x562a7c,_0x2233d1,_0x5e38a5,_0x23a8f8){const _0x1a434f=_0x36ed40;if(typeof _0xcebfa0!=_0x1a434f(0x9e9)&&typeof _0xcebfa0!=_0x1a434f(0x6fd)||_0xcebfa0==null)return _0xcebfa0;let _0x929191=_0xcebfa0,_0x186a2d=_0x23a8f8==null?void 0x0:_0x23a8f8[_0x1a434f(0x335)](_0x929191);if(_0x186a2d)return _0x186a2d;let _0x39092c={..._0x929191};return Jn(_0x929191,_0x39092c,_0x2c326a,_0x532fbe,_0x562a7c,_0x2233d1,_0x5e38a5),_0x23a8f8==null||_0x23a8f8[_0x1a434f(0x436)](_0x929191,_0x39092c),_0x39092c;}function Jn(_0x1ed494,_0x43cf7a,_0x400eb5,_0x121793,_0x404283,_0x5318c9,_0x22d8a7){const _0x259a61=_0x36ed40;let _0x45b6b9=_0x9d29ea=>{const _0x45ff66=_0x2eed;if(_0x9d29ea===_0x45ff66(0x552))return;let _0x229ea6=_0x1ed494[_0x9d29ea];if(typeof _0x229ea6!=_0x45ff66(0x6fd))return;let _0x45b0a8=_0x43cf7a;_0x45b0a8[_0x9d29ea]=(..._0x2c2ef1)=>Yn(_0x400eb5,_0x121793,_0x404283,_0x5318c9,_0x22d8a7,()=>_0x229ea6[_0x45ff66(0x590)](_0x1ed494,_0x2c2ef1));};Object[_0x259a61(0x2bc)](_0x1ed494)[_0x259a61(0x5f4)](_0x45b6b9);let _0x5cc5af=Object[_0x259a61(0x3c9)](_0x1ed494);_0x5cc5af&&_0x5cc5af!==Object[_0x259a61(0x1ec)]&&Object[_0x259a61(0x541)](_0x5cc5af)['forEach'](_0x45b6b9);}function Yn(_0x1a3ee0,_0x5cfac9,_0xfb3ebc,_0x3a7280,_0x49ad58,_0x2f283e){const _0x3f5057=_0x36ed40;let _0x3c92d8=_0x1a3ee0['getCurrentUnitOfType'](_0x5cfac9),_0x44db89;try{_0x1a3ee0['setCurrentUnitForType'](_0xfb3ebc),_0x44db89=_0x2f283e();}catch(_0x4c277a){throw Zn(_0x1a3ee0,_0xfb3ebc,_0x3c92d8,_0x3a7280,_0x49ad58),_0x4c277a;}return Xn(_0x44db89)?_0x44db89[_0x3f5057(0x814)](()=>{Zn(_0x1a3ee0,_0xfb3ebc,_0x3c92d8,_0x3a7280,_0x49ad58);}):(Zn(_0x1a3ee0,_0xfb3ebc,_0x3c92d8,_0x3a7280,_0x49ad58),_0x44db89);}function Xn(_0xff5ada){const _0x4621f6=_0x36ed40;return!!(_0xff5ada&&typeof _0xff5ada[_0x4621f6(0x814)]==_0x4621f6(0x6fd));}function Zn(_0x10276b,_0x9f6495,_0x3d480d,_0x2557cf,_0xb2f362){const _0x50097a=_0x36ed40;if(Qn(_0x2557cf,_0xb2f362)){var _0x190cc8;_0x10276b[_0x50097a(0x88e)](_0x9f6495),(_0x190cc8=_0x10276b['focusUnit'])==null||_0x190cc8[_0x50097a(0x4f6)](_0x10276b,_0x9f6495);return;}_0x3d480d&&_0x10276b['setCurrentUnitForType'](_0x3d480d[_0x50097a(0x8d6)]());}function Qn(_0x2ed051,_0x25028a){const _0x3c7f13=_0x36ed40;let _0x4f8d0b=_0x25028a==null?void 0x0:_0x25028a();return!_0x2ed051||!(_0x4f8d0b!=null&&_0x4f8d0b[_0x3c7f13(0x82c)](W))?!0x1:_0x4f8d0b[_0x3c7f13(0x335)](W)['hasChildInteractionLease'](_0x2ed051);}const $n=new WeakMap();let er=0x0;function tr(_0xca9b83,_0x3a9acb){const _0x204bb5=_0x36ed40;if(!_0xca9b83[_0x204bb5(0x82c)](ar))return rr(_0xca9b83,_0x3a9acb);let _0x48913e=_0xca9b83[_0x204bb5(0x335)](ar);if(!(_0x3a9acb['id']&&_0x48913e[_0x204bb5(0x50f)](_0x3a9acb[_0x204bb5(0x560)],_0x3a9acb[_0x204bb5(0x659)])[_0x204bb5(0x980)](_0x3b012e=>_0x3b012e['id']===_0x3a9acb['id'])))return _0x48913e[_0x204bb5(0x2d1)](_0x3a9acb);}function nr(_0xf7a9c3){const _0x276e05=_0x36ed40;if(!_0xf7a9c3[_0x276e05(0x82c)](ar))return;let _0x11b27d=$n['get'](_0xf7a9c3);_0x11b27d!=null&&_0x11b27d['size']&&([..._0x11b27d['values']()][_0x276e05(0x985)]((_0x397ee7,_0x535c26)=>_0x397ee7[_0x276e05(0x92c)]-_0x535c26[_0x276e05(0x92c)])[_0x276e05(0x5f4)](({contribution:_0x2af5ed})=>tr(_0xf7a9c3,_0x2af5ed)),$n['delete'](_0xf7a9c3));}function rr(_0xe6ace4,_0x2322ad){const _0x1b1356=_0x36ed40;let _0x3fc239={'contribution':_0x2322ad,'index':er++},_0x50259e=ir(_0x2322ad,_0x3fc239['index']),_0x1c6dca=_0xe6ace4,_0x3a5efa=$n[_0x1b1356(0x335)](_0x1c6dca)??new Map();return _0x3a5efa[_0x1b1356(0x436)](_0x50259e,_0x3fc239),$n[_0x1b1356(0x436)](_0x1c6dca,_0x3a5efa),(0x0,a[_0x1b1356(0x63c)])(()=>{const _0x35c7d3=_0x1b1356;let _0xde2394=$n[_0x35c7d3(0x335)](_0x1c6dca);(_0xde2394==null?void 0x0:_0xde2394[_0x35c7d3(0x335)](_0x50259e))===_0x3fc239&&_0xde2394['delete'](_0x50259e);});}function ir(_0x134378,_0x579b63){const _0x42c70d=_0x36ed40;let _0x489757=sr(_0x134378);return _0x134378['id']?_0x134378[_0x42c70d(0x560)]+':'+_0x489757+':'+_0x134378['id']:_0x134378[_0x42c70d(0x560)]+':'+_0x489757+_0x42c70d(0x20c)+_0x579b63;}var ar=class{constructor(){const _0x3db15c=_0x36ed40;z(this,'_contributions',new Map()),z(this,_0x3db15c(0x79f),0x0);}[_0x36ed40(0x2d1)](_0x1a0386){const _0x530f21=_0x36ed40;let _0x4f6702={'contribution':_0x1a0386,'index':this[_0x530f21(0x79f)]++},_0x1ff490=this['_contributions'][_0x530f21(0x335)](_0x1a0386[_0x530f21(0x560)])??[];return _0x1ff490[_0x530f21(0x5b5)](_0x4f6702),_0x1ff490[_0x530f21(0x985)](cr),this[_0x530f21(0x210)][_0x530f21(0x436)](_0x1a0386[_0x530f21(0x560)],_0x1ff490),(0x0,a['toDisposable'])(()=>{const _0x137925=_0x530f21;let _0x3ed951=this['_contributions']['get'](_0x1a0386[_0x137925(0x560)]);if(!_0x3ed951)return;let _0x67c9b8=_0x3ed951[_0x137925(0x32c)](_0x5db274=>_0x5db274!==_0x4f6702);_0x67c9b8[_0x137925(0x248)]?this[_0x137925(0x210)][_0x137925(0x436)](_0x1a0386[_0x137925(0x560)],_0x67c9b8):this[_0x137925(0x210)][_0x137925(0x3b2)](_0x1a0386[_0x137925(0x560)]);});}[_0x36ed40(0x335)](_0x3c819a){const _0x4ce814=_0x36ed40;return this[_0x4ce814(0x50f)](_0x3c819a)[0x0];}[_0x36ed40(0x50f)](_0xef043e,_0x11aade){const _0x2a0588=_0x36ed40;return(this['_contributions'][_0x2a0588(0x335)](_0xef043e)??[])[_0x2a0588(0x789)](_0x1b8cfc=>_0x1b8cfc['contribution'])[_0x2a0588(0x32c)](_0x24a2ea=>!_0x11aade||sr(_0x24a2ea)===_0x11aade);}[_0x36ed40(0x5b3)](_0x22c5aa,_0x34f20f=_0x36ed40(0x6c0)){const _0x2e464f=_0x36ed40;let _0x2483e1=this[_0x2e464f(0x50f)](_0x22c5aa,_0x34f20f)[_0x2e464f(0x789)](_0xff5b8d=>_0xff5b8d[_0x2e464f(0x5c8)])[_0x2e464f(0x32c)](_0x233f77=>_0x233f77&&typeof _0x233f77==_0x2e464f(0x9e9));if(_0x2483e1[_0x2e464f(0x248)])return lr(_0x2483e1);}[_0x36ed40(0x39f)](_0x4abb45){const _0x38a832=_0x36ed40;let _0x108197=_0x4abb45[_0x38a832(0x659)]??'ribbon',_0x23e177=this['getAll'](_0x4abb45[_0x38a832(0x560)],_0x108197);if(!_0x23e177[_0x38a832(0x248)])return;let _0x3be985=_0x23e177['filter'](_0x5bab53=>_0x5bab53[_0x38a832(0x39f)]);if(_0x3be985[_0x38a832(0x248)]){let _0x44e3b7=_0x3be985[_0x38a832(0x789)](_0x3fd1b7=>{const _0x540f1e=_0x38a832;var _0x7a594b;return(_0x7a594b=_0x3fd1b7[_0x540f1e(0x39f)])==null?void 0x0:_0x7a594b[_0x540f1e(0x4f6)](_0x3fd1b7,{..._0x4abb45,'surface':_0x108197,'menuSchema':_0x3fd1b7[_0x540f1e(0x5c8)],'scopedActionServiceTokens':_0x3fd1b7[_0x540f1e(0x945)]});})['filter'](_0x3c4f46=>!!_0x3c4f46);return(0x0,a[_0x38a832(0x63c)])(()=>{const _0x521472=_0x38a832;_0x44e3b7[_0x521472(0x5f4)](_0x3f94aa=>_0x3f94aa['dispose']());});}let _0x322135=this[_0x38a832(0x5b3)](_0x4abb45[_0x38a832(0x560)],_0x108197);if(_0x108197===_0x38a832(0x6c0))return An({..._0x4abb45,'surface':_0x108197,'menuSchema':_0x322135,'scopedActionServiceTokens':or(_0x23e177)})??void 0x0;}};function or(_0x2dc3a0){const _0x14a7aa=_0x36ed40;let _0x414091=_0x2dc3a0[_0x14a7aa(0x576)](_0x382d4d=>_0x382d4d[_0x14a7aa(0x945)]??[]);return _0x414091[_0x14a7aa(0x248)]?Array[_0x14a7aa(0x513)](new Set(_0x414091)):void 0x0;}function sr(_0x574fe8){const _0x47977f=_0x36ed40;return _0x574fe8[_0x47977f(0x659)]??_0x47977f(0x6c0);}function cr(_0x28c343,_0x23b72d){const _0xd9c3b3=_0x36ed40;return(_0x28c343[_0xd9c3b3(0x70c)][_0xd9c3b3(0x85c)]??_0x28c343[_0xd9c3b3(0x92c)])-(_0x23b72d[_0xd9c3b3(0x70c)][_0xd9c3b3(0x85c)]??_0x23b72d[_0xd9c3b3(0x92c)])||_0x28c343[_0xd9c3b3(0x92c)]-_0x23b72d['index'];}function lr(_0x30ee5d){const _0x1e596e=_0x36ed40;return _0x30ee5d[_0x1e596e(0x445)]((_0x1426f8,_0x47c846)=>pr(_0x1426f8,ur(_0x47c846)),{});}function ur(_0x278ead){const _0x311526=_0x36ed40;if(!hr(_0x278ead))return _0x278ead;let _0x36ae37=new Set(Object[_0x311526(0x8b8)](c['RibbonPosition'])),_0x4848fd=Object[_0x311526(0x4aa)](_0x278ead)[_0x311526(0x32c)](([_0x5e0b12])=>_0x36ae37[_0x311526(0x82c)](_0x5e0b12)),_0x1dee3e=Object[_0x311526(0x4aa)](_0x278ead)[_0x311526(0x32c)](([_0x54ad7b])=>fr(_0x54ad7b));if(!_0x4848fd[_0x311526(0x248)]&&!_0x1dee3e[_0x311526(0x248)])return _0x278ead;let _0x278a5c={};Object['entries'](_0x278ead)['forEach'](([_0x405a8b,_0x5c96ea])=>{!_0x36ae37['has'](_0x405a8b)&&!fr(_0x405a8b)&&(_0x278a5c[_0x405a8b]=mr(_0x5c96ea));});let _0x37db35=hr(_0x278a5c[c[_0x311526(0x975)][_0x311526(0x43e)]])?_0x278a5c[c[_0x311526(0x975)][_0x311526(0x43e)]]:{};return _0x4848fd[_0x311526(0x5f4)](([_0x44e60f,_0x33e3af])=>{_0x37db35[_0x44e60f]=_0x44e60f in _0x37db35?pr(_0x37db35[_0x44e60f],_0x33e3af):mr(_0x33e3af);}),_0x1dee3e[_0x311526(0x5f4)](([_0x1dda1a,_0x3555b0])=>{let _0x27ad6c=fr(_0x1dda1a);if(!_0x27ad6c)return;let _0x1cb1cb=hr(_0x37db35[_0x27ad6c])?_0x37db35[_0x27ad6c]:{};_0x1cb1cb[_0x1dda1a]=_0x1dda1a in _0x1cb1cb?pr(_0x1cb1cb[_0x1dda1a],_0x3555b0):mr(_0x3555b0),_0x37db35[_0x27ad6c]=_0x1cb1cb;}),_0x278a5c[c[_0x311526(0x975)][_0x311526(0x43e)]]=_0x37db35,_0x278a5c;}const dr=[[Object[_0x36ed40(0x8b8)](c[_0x36ed40(0x524)]),c[_0x36ed40(0x2e4)]['START']],[Object[_0x36ed40(0x8b8)](c[_0x36ed40(0x862)]),c['RibbonPosition'][_0x36ed40(0x6f0)]],[Object[_0x36ed40(0x8b8)](c[_0x36ed40(0x824)]),c[_0x36ed40(0x2e4)][_0x36ed40(0x1f7)]],[Object[_0x36ed40(0x8b8)](c[_0x36ed40(0x3d1)]),c[_0x36ed40(0x2e4)][_0x36ed40(0x290)]],[Object[_0x36ed40(0x8b8)](c['RibbonViewGroup']),c[_0x36ed40(0x2e4)]['VIEW']],[Object[_0x36ed40(0x8b8)](c[_0x36ed40(0x900)]),c[_0x36ed40(0x2e4)]['OTHERS']]];function fr(_0x142778){const _0x560ba1=_0x36ed40;var _0x126c19;return(_0x126c19=dr[_0x560ba1(0x1f2)](([_0x572a44])=>_0x572a44[_0x560ba1(0x3ed)](_0x142778)))==null?void 0x0:_0x126c19[0x1];}function pr(_0x3e106f,_0x3a2e75){const _0x444536=_0x36ed40;if(!hr(_0x3e106f)||!hr(_0x3a2e75))return mr(_0x3a2e75);let _0x27f3cd={..._0x3e106f};return Object[_0x444536(0x4aa)](_0x3a2e75)['forEach'](([_0x175e99,_0x290f15])=>{_0x27f3cd[_0x175e99]=_0x175e99 in _0x27f3cd?pr(_0x27f3cd[_0x175e99],_0x290f15):mr(_0x290f15);}),_0x27f3cd;}function mr(_0x530610){const _0x54966b=_0x36ed40;return Array[_0x54966b(0x923)](_0x530610)?_0x530610[_0x54966b(0x789)](_0x254c33=>mr(_0x254c33)):hr(_0x530610)?Object[_0x54966b(0x4c5)](Object[_0x54966b(0x4aa)](_0x530610)[_0x54966b(0x789)](([_0x43c852,_0xba4d26])=>[_0x43c852,mr(_0xba4d26)])):_0x530610;}function hr(_0xd61e8e){return!!_0xd61e8e&&typeof _0xd61e8e=='object'&&!Array['isArray'](_0xd61e8e);}function gr(_0x20eba3,_0x4f4189,_0x37e890){const _0xc4d696=_0x36ed40;let {viewport:_0x253969,menuSlot:_0x32c29c,popupSlot:_0x42fffa}=_0x37e890;return{'hostUnitId':_0x20eba3[_0xc4d696(0x98c)],'hostAnchorId':_0x20eba3[_0xc4d696(0x3bd)],'embedId':_0x20eba3[_0xc4d696(0x467)],'childUnitId':_0x20eba3[_0xc4d696(0x397)],'childType':_0x20eba3['childType'],'layout':_0x4f4189,'mode':_0xc4d696(0x217),'rootElement':_0x253969,'contentRoot':L(_0x253969,'data-embed-content-root')??_0x253969,'canvasRoot':L(_0x253969,'data-embed-canvas-root')??_0x253969,'overlayRoot':L(_0x253969,_0xc4d696(0x26e))??_0x253969,'popupRoot':_0x42fffa??L(_0x253969,_0xc4d696(0x604))??_0x253969,'menuOutlet':{'container':_0x32c29c},'active$':(0x0,f['of'])(!0x0),'fullscreen':!0x0};}function _r(_0x1074fc){const _0x222716=_0x36ed40;let {injector:_0x58cb50,descriptor:_0x5a47ef,renderScope:_0x2c911b}=_0x1074fc,_0x2eb4d2=[],_0x2338b3=_0x5a47ef[_0x222716(0x467)],_0xaefa97=_0x58cb50[_0x222716(0x82c)](W)?_0x58cb50[_0x222716(0x335)](W):void 0x0,_0x5708ff=_0x58cb50[_0x222716(0x82c)](q)?_0x58cb50['get'](q):void 0x0;return _0xaefa97&&(_0x2eb4d2['push'](_0xaefa97[_0x222716(0x529)]({'embedId':_0x2338b3,'hostUnitId':_0x5a47ef[_0x222716(0x98c)],'childUnitId':_0x5a47ef[_0x222716(0x397)],'childType':_0x5a47ef[_0x222716(0x560)],'sessionMode':_0x222716(0x36f)})),_0x5a47ef[_0x222716(0x397)]&&_0x2eb4d2['push'](_0xaefa97[_0x222716(0x60b)]({'embedId':_0x2338b3,'role':_0x222716(0x3ef),'owner':_0x222716(0x2a2),'sessionMode':_0x222716(0x36f),'hostUnitId':_0x5a47ef['hostUnitId'],'childUnitId':_0x5a47ef[_0x222716(0x397)],'childType':_0x5a47ef[_0x222716(0x560)]})),br(_0x1074fc)[_0x222716(0x5f4)](({element:_0xc00d57,role:_0x57587a})=>{const _0xe78281=_0x222716;_0x2eb4d2[_0xe78281(0x5b5)](_0xaefa97[_0xe78281(0x9e4)]({'embedId':_0x2338b3,'element':_0xc00d57,'role':_0x57587a}));})),_0x5708ff&&(br(_0x1074fc)[_0x222716(0x5f4)](({element:_0x55b149})=>{const _0xff436b=_0x222716;_0x2eb4d2['push'](_0x5708ff[_0xff436b(0x97b)](_0x2338b3,_0x55b149,_0x5a47ef['childUnitId']));}),_0x2eb4d2[_0x222716(0x5b5)](_0x5708ff[_0x222716(0x840)](_0x2338b3,_0x2c911b[_0x222716(0x8e9)][_0x222716(0x76e)],{'includeAppShellEditorPortal':_e(_0x5a47ef[_0x222716(0x560)])}))),_0xaefa97&&_0x5708ff&&_0x2eb4d2[_0x222716(0x5b5)](yr({'embedId':_0x2338b3,'focusCoordinator':_0xaefa97,'interactionBoundaryService':_0x5708ff,'runtimeRoot':_0x2c911b[_0x222716(0x8e9)]})),vr(_0x2338b3,_0x2c911b[_0x222716(0x8e9)]),(0x0,a[_0x222716(0x63c)])(()=>{const _0x59d7f3=_0x222716;[..._0x2eb4d2]['reverse']()['forEach'](_0x4d68b2=>_0x4d68b2[_0x59d7f3(0x5df)]());});}function vr(_0x426716,_0x2cda49){const _0x58d4c0=_0x36ed40;let _0x4bbe9d=_0x2cda49[_0x58d4c0(0x76e)][_0x58d4c0(0x7eb)];if(!(_0x4bbe9d instanceof HTMLElement))return;let _0x414a0d=K(_0x4bbe9d);!_0x414a0d||_0x414a0d===_0x426716||(_0x2cda49[_0x58d4c0(0x617)](_0x58d4c0(0x51a))||(_0x2cda49[_0x58d4c0(0x2d3)]=-0x1),_0x2cda49[_0x58d4c0(0x94d)]({'preventScroll':!0x0}));}function yr(_0x1c1244){const _0x45012e=_0x36ed40;let {embedId:_0x2809ad,focusCoordinator:_0x3b61d6,interactionBoundaryService:_0x5d36a3,runtimeRoot:_0x320ecc}=_0x1c1244,_0x4fa146=_0x320ecc[_0x45012e(0x76e)],_0x3e43ba=_0x4fa146[_0x45012e(0x246)],_0x19e5f8,_0x5a1654=null,_0x1f7e07=()=>{const _0x14e55f=_0x45012e;let _0x22a7c3=_0x5a1654!=null&&_0x5a1654[_0x14e55f(0x223)]&&K(_0x5a1654)===_0x2809ad?_0x5a1654:_0x320ecc;_0x22a7c3[_0x14e55f(0x617)]('tabindex')||(_0x22a7c3['tabIndex']=-0x1),_0x22a7c3[_0x14e55f(0x94d)]({'preventScroll':!0x0});},_0x50c43c=_0x7e1e84=>{const _0xaec98e=_0x45012e;let _0x262352=_0x7e1e84[_0xaec98e(0x392)]instanceof HTMLElement?_0x7e1e84[_0xaec98e(0x392)]:null,_0x377cf2=K(_0x262352),_0x1c7de4=_0x3b61d6[_0xaec98e(0x8f1)]();if(!((_0x1c7de4==null?void 0x0:_0x1c7de4[_0xaec98e(0x467)])!==_0x2809ad||_0x1c7de4['sessionMode']!=='child-fullscreen'||!_0x320ecc['isConnected'])){if(_0x377cf2===_0x2809ad){let _0x2da0d6=U(_0x262352);_0x262352!==_0x320ecc&&(_0x2da0d6==='runtime'||_0x2da0d6===_0xaec98e(0x21b))&&(_0x5a1654=_0x262352);return;}_0x377cf2&&_0x1f7e07();}},_0xbd5e90=_0x154304=>{const _0x1ac345=_0x45012e;var _0x14a351;if(_0x154304['type']==='keydown'&&_0x154304[_0x1ac345(0x5f2)])return;let _0x12894f=_0x154304[_0x1ac345(0x9e8)]===_0x1ac345(0x6ad)&&_0x154304[_0x1ac345(0x347)]===_0x1ac345(0x596);if(_0x154304[_0x1ac345(0x9e8)]==='keydown'&&!_0x12894f)return;let _0x4f6257=_0x3b61d6['resolveActiveChildSessionRuntimeScope']();if((_0x4f6257==null?void 0x0:_0x4f6257['embedId'])!==_0x2809ad||_0x4f6257[_0x1ac345(0x765)]!==_0x1ac345(0x36f))return;let _0x466b5f=_0x154304['target']instanceof HTMLElement?_0x154304['target']:null,_0x1cef9c=!!_0x466b5f&&(_0x5d36a3[_0x1ac345(0x9fe)](_0x2809ad,_0x466b5f,_0x154304)||_0x3b61d6['containsElement'](_0x2809ad,_0x466b5f,_0x154304)),_0x4fb2d4=_0x466b5f==null||(_0x14a351=_0x466b5f[_0x1ac345(0x71c)](_0x1ac345(0x2a9)))==null?void 0x0:_0x14a351[_0x1ac345(0x5f9)](V);!_0x12894f&&(!_0x1cef9c||_0x4fb2d4!==_0x1ac345(0x5c1)&&_0x4fb2d4!==_0x1ac345(0x64f))||_0x3e43ba&&(_0x19e5f8!=null&&_0x3e43ba['cancelAnimationFrame'](_0x19e5f8),_0x19e5f8=_0x3e43ba[_0x1ac345(0x7c4)](()=>{const _0x62636a=_0x1ac345;_0x19e5f8=_0x3e43ba[_0x62636a(0x7c4)](()=>{const _0x39a20d=_0x62636a;var _0xde126f;_0x19e5f8=void 0x0;let _0x1ee125=(_0x466b5f==null?void 0x0:_0x466b5f[_0x39a20d(0x223)])&&_0x466b5f[_0x39a20d(0x71c)](_0x39a20d(0x8e3))==null;if(!_0x12894f&&_0x1ee125)return;let _0x453537=_0x4fa146['activeElement'],_0x4968f5=_0x453537 instanceof HTMLElement?(_0xde126f=_0x453537['closest'](_0x39a20d(0x2a9)))==null?void 0x0:_0xde126f['getAttribute'](V):void 0x0,_0x3152ba=_0x453537 instanceof HTMLElement&&_0x453537[_0x39a20d(0x71c)](_0x39a20d(0x7af))!=null,_0x3da164=_0x453537 instanceof HTMLElement&&!_0x3152ba&&_0x453537[_0x39a20d(0x71c)]('[data-state=\x22closed\x22]:not([aria-haspopup])')!=null,_0x18ca43=_0x453537 instanceof HTMLElement&&_0x453537!==_0x466b5f&&!(_0x466b5f!=null&&_0x466b5f['contains'](_0x453537)),_0x47f628=!_0x3da164&&(_0x4968f5!==_0x39a20d(0x5c1)||_0x3152ba||_0x18ca43)&&(_0x5d36a3[_0x39a20d(0x9fe)](_0x2809ad,_0x453537)||_0x3b61d6[_0x39a20d(0x2a7)](_0x2809ad,_0x453537)),_0x5903a7=_0x3b61d6[_0x39a20d(0x8f1)]();_0x47f628||!_0x320ecc[_0x39a20d(0x223)]||(_0x5903a7==null?void 0x0:_0x5903a7['embedId'])!==_0x2809ad||_0x5903a7[_0x39a20d(0x765)]!==_0x39a20d(0x36f)||_0x1f7e07();});}));};return _0x4fa146[_0x45012e(0x75e)](_0x45012e(0x66d),_0x50c43c,!0x0),_0x4fa146[_0x45012e(0x75e)](_0x45012e(0x79d),_0xbd5e90,!0x0),_0x4fa146[_0x45012e(0x75e)]('keydown',_0xbd5e90,!0x0),(0x0,a[_0x45012e(0x63c)])(()=>{const _0x3853f1=_0x45012e;_0x4fa146[_0x3853f1(0x2bb)](_0x3853f1(0x66d),_0x50c43c,!0x0),_0x4fa146[_0x3853f1(0x2bb)](_0x3853f1(0x79d),_0xbd5e90,!0x0),_0x4fa146[_0x3853f1(0x2bb)](_0x3853f1(0x6ad),_0xbd5e90,!0x0),_0x19e5f8!=null&&(_0x3e43ba==null||_0x3e43ba[_0x3853f1(0x613)](_0x19e5f8)),_0x5a1654=null;});}function br(_0x2d93d7){const _0x17d095=_0x36ed40;let {renderScope:_0x55a689,menuRoot:_0x2190d1,menuSlot:_0x496aca,popupSlot:_0xcbcca2,sidebarSlot:_0x552123,rightSidebarSlot:_0x40b822,footerSlot:_0x9a8635}=_0x2d93d7,_0x386c68=[{'element':_0x55a689[_0x17d095(0x8e9)],'role':'runtime'},{'element':_0x55a689['contentRoot'],'role':'runtime'},{'element':_0x55a689['canvasRoot'],'role':_0x17d095(0x39b)},{'element':_0x55a689['overlayRoot'],'role':_0x17d095(0x39b)},{'element':_0x2190d1,'role':_0x17d095(0x64f)},{'element':_0x496aca,'role':'floating-menu'},{'element':_0x9a8635,'role':'floating-menu'},{'element':_0x552123,'role':_0x17d095(0x5c1)},{'element':_0x40b822,'role':_0x17d095(0x5c1)},{'element':_0xcbcca2,'role':_0x17d095(0x5c1)}],_0x195420=new Set();return _0x386c68[_0x17d095(0x576)](({element:_0x2869cb,role:_0x3fef4b})=>!_0x2869cb||_0x195420['has'](_0x2869cb)?[]:(_0x195420['add'](_0x2869cb),[{'element':_0x2869cb,'role':_0x3fef4b}]));}function xr(_0xaa3788){return Sr(_0xaa3788)||wr(_0xaa3788);}function Sr(_0x5a8cea){const _0x4fde9c=_0x36ed40;if(!_0x5a8cea['injector'][_0x4fde9c(0x82c)](B)||_0x5a8cea[_0x4fde9c(0x393)][_0x4fde9c(0x560)]==null)return;let _0x4ad800=_0x5a8cea[_0x4fde9c(0x501)][_0x4fde9c(0x335)](B)[_0x4fde9c(0x335)](_0x5a8cea[_0x4fde9c(0x393)][_0x4fde9c(0x560)]);if((_0x4ad800==null?void 0x0:_0x4ad800[_0x4fde9c(0x8f4)])!==_0x4fde9c(0x6c0))return;let _0x39af36=Cr(_0x5a8cea[_0x4fde9c(0x501)]);if(_0x5a8cea[_0x4fde9c(0x501)]['has'](ar)){let _0x25d5f7=_0x5a8cea[_0x4fde9c(0x501)]['get'](ar)[_0x4fde9c(0x39f)]({'container':_0x5a8cea[_0x4fde9c(0x68c)],'portalContainer':_0x5a8cea[_0x4fde9c(0x4b2)][_0x4fde9c(0x368)]['roots'][_0x4fde9c(0x9b4)],'injector':_0x5a8cea['childContext'][_0x4fde9c(0x368)]['injector'],'childType':_0x5a8cea[_0x4fde9c(0x393)][_0x4fde9c(0x560)],'childUnitId':_0x5a8cea[_0x4fde9c(0x393)][_0x4fde9c(0x397)],'embedId':_0x5a8cea[_0x4fde9c(0x393)]['embedId'],'surface':_0x4fde9c(0x6c0),'headerMenu':!0x0,'ribbonType':_0x39af36,'ribbonHeaderClassName':_0x4fde9c(0x7ad)});if(_0x25d5f7)return _0x25d5f7;}return An({'container':_0x5a8cea['menuContainer'],'portalContainer':_0x5a8cea['childContext'][_0x4fde9c(0x368)][_0x4fde9c(0x4a2)][_0x4fde9c(0x9b4)],'injector':_0x5a8cea[_0x4fde9c(0x4b2)][_0x4fde9c(0x368)]['injector'],'childType':_0x5a8cea[_0x4fde9c(0x393)]['childType'],'childUnitId':_0x5a8cea[_0x4fde9c(0x393)][_0x4fde9c(0x397)],'embedId':_0x5a8cea[_0x4fde9c(0x393)][_0x4fde9c(0x467)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0x39af36,'ribbonHeaderClassName':_0x4fde9c(0x7ad)});}function Cr(_0xde357d){const _0x4a60fc=_0x36ed40;var _0x3e6139;return _0xde357d[_0x4a60fc(0x82c)](a[_0x4a60fc(0x962)])?((_0x3e6139=_0xde357d[_0x4a60fc(0x335)](a[_0x4a60fc(0x962)])[_0x4a60fc(0x85b)](c[_0x4a60fc(0x951)]))==null?void 0x0:_0x3e6139[_0x4a60fc(0x9f5)])??'classic':_0x4a60fc(0x2a5);}function wr(_0x29cb50){const _0x3c7e99=_0x36ed40;if(!_0x29cb50[_0x3c7e99(0x501)][_0x3c7e99(0x82c)](Yt)||_0x29cb50[_0x3c7e99(0x393)][_0x3c7e99(0x560)]==null||!_0x29cb50[_0x3c7e99(0x393)][_0x3c7e99(0x397)])return;let _0x4b9e3c=_0x29cb50[_0x3c7e99(0x501)][_0x3c7e99(0x335)](Yt)['get'](_0x29cb50[_0x3c7e99(0x393)][_0x3c7e99(0x375)],_0x29cb50[_0x3c7e99(0x393)][_0x3c7e99(0x89c)],_0x29cb50[_0x3c7e99(0x393)][_0x3c7e99(0x560)]),_0x1f1cbc=_0x4b9e3c==null?void 0x0:_0x4b9e3c[_0x3c7e99(0x266)]({..._0x29cb50['childContext'],'active':{'hostUnitId':_0x29cb50[_0x3c7e99(0x393)][_0x3c7e99(0x98c)],'embedId':_0x29cb50['descriptor'][_0x3c7e99(0x467)],'childUnitId':_0x29cb50['descriptor'][_0x3c7e99(0x397)],'stage':_0x3c7e99(0x7b3)}});return _0x1f1cbc?(0x0,a[_0x3c7e99(0x63c)])(()=>_0x1f1cbc[_0x3c7e99(0x5df)]()):void 0x0;}function Tr(){const _0x54da90=_0x36ed40;let _0x1b30a2=(0x0,c[_0x54da90(0x26f)])(a[_0x54da90(0x5cb)]),_0x4addd5=Ot(_0x1b30a2)??_0x1b30a2,_0x51a007=(0x0,c['useDependency'])(a[_0x54da90(0x50a)]),_0x2f5b60=_0x4addd5['get'](wn),_0xa42b9d=_0x4addd5[_0x54da90(0x335)](we),_0x5b7ad8=(0x0,d[_0x54da90(0x2b0)])(null),_0x4b6766=(0x0,d[_0x54da90(0x2b0)])(null),_0x55c90e=(0x0,d[_0x54da90(0x2b0)])(null),_0x231740=(0x0,d[_0x54da90(0x2b0)])(null),_0x46bc06=(0x0,d['useRef'])(null),_0x2f69c2=(0x0,d[_0x54da90(0x2b0)])(null),_0x1f6a88=(0x0,d[_0x54da90(0x2b0)])(null),_0x26299e=(0x0,c[_0x54da90(0x42d)])(()=>_0xa42b9d[_0x54da90(0x61a)],_0xa42b9d['getSession'](),!0x1,[_0xa42b9d]),[_0x36a017,_0x31213a]=(0x0,d[_0x54da90(0x324)])(null);if((0x0,d[_0x54da90(0x325)])(()=>{const _0x4ee762=_0x54da90;var _0x3533bb;let _0x2dd37c=_0x55c90e['current'],_0x2f2d1b=_0x4b6766['current'],_0x2b72bc=_0x231740['current'],_0x8d8b=_0x46bc06[_0x4ee762(0x600)],_0x54befd=_0x2f69c2[_0x4ee762(0x600)],_0x137967=_0x1f6a88[_0x4ee762(0x600)];if(!_0x26299e||!_0x2dd37c||!_0x2f2d1b||!_0x2b72bc||!_0x8d8b||!_0x54befd||!_0x137967)return;let _0x35df5b=kr(Or(_0x4addd5,_0x26299e[_0x4ee762(0x98c)],_0x26299e[_0x4ee762(0x467)]),_0x26299e);if(!(_0x35df5b!=null&&_0x35df5b[_0x4ee762(0x397)])||_0x35df5b[_0x4ee762(0x560)]==null){_0x2dd37c[_0x4ee762(0x4d2)][_0x4ee762(0x738)]=_0x4ee762(0x9ba);return;}let _0x500945=_0x4addd5['get'](Jt)['get'](_0x35df5b[_0x4ee762(0x560)]);if(!(_0x500945!=null&&_0x500945[_0x4ee762(0x4ae)][_0x4ee762(0x3ed)](_0x26299e[_0x4ee762(0x901)]))){_0x2dd37c[_0x4ee762(0x4d2)]['embedFullscreenStatus']=_0x4ee762(0x971);return;}_0x2dd37c[_0x4ee762(0x4d2)][_0x4ee762(0x738)]='mounting',_0x2dd37c[_0x4ee762(0x4d2)][_0x4ee762(0x467)]=_0x35df5b[_0x4ee762(0x467)],_0x2dd37c[_0x4ee762(0x4d2)]['embedHostEntry']=_0x35df5b[_0x4ee762(0x89c)],_0x2dd37c[_0x4ee762(0x4d2)][_0x4ee762(0x826)]=_0x35df5b[_0x4ee762(0x3bd)],_0x2dd37c['dataset'][_0x4ee762(0x235)]=_0x26299e['layout'],_0x2dd37c[_0x4ee762(0x4d2)]['embedChildType']=String(_0x35df5b[_0x4ee762(0x560)]),_0x2dd37c[_0x4ee762(0x4d2)]['embedChildUnitId']=_0x35df5b[_0x4ee762(0x397)];let _0x199f61=oe(_0x2dd37c),_0x1c7d18=gr(_0x35df5b,_0x26299e[_0x4ee762(0x901)],{'viewport':_0x2dd37c,'menuSlot':_0x2f2d1b,'popupSlot':_0x2b72bc,'footerSlot':_0x137967}),_0x1d0a6c={'descriptor':_0x35df5b,'layout':_0x26299e[_0x4ee762(0x901)],'injector':_0x4addd5,'hostElement':_0x2dd37c,'container':_0x2dd37c,'renderScope':_0x1c7d18,'hostUnitId':_0x35df5b[_0x4ee762(0x98c)],'embedId':_0x35df5b[_0x4ee762(0x467)],'childUnitId':_0x35df5b[_0x4ee762(0x397)],'childType':_0x35df5b[_0x4ee762(0x560)]},{runtimeScope:_0x539e8b,disposable:_0x16d9e3}=Ut(_0x1d0a6c,()=>{},_0x500945[_0x4ee762(0x6f6)]);_0x31213a({'embedId':_0x35df5b['embedId'],'injector':_0x539e8b[_0x4ee762(0x501)],'sourceInjector':_0x4addd5,'popupContainer':_0x539e8b[_0x4ee762(0x4a2)][_0x4ee762(0x9b4)]});let _0x37e621={..._0x1d0a6c,'runtimeScope':_0x539e8b},_0x19e590=_r({'injector':_0x4addd5,'descriptor':_0x35df5b,'renderScope':_0x1c7d18,'menuRoot':_0x5b7ad8[_0x4ee762(0x600)],'menuSlot':_0x2f2d1b,'popupSlot':_0x2b72bc,'sidebarSlot':_0x8d8b,'rightSidebarSlot':_0x54befd,'footerSlot':_0x137967}),_0x56d49b=_0x20969f=>{const _0x3acc5f=_0x4ee762;var _0x397246,_0x490aaa;let _0x3a9b39=(_0x20969f==null?void 0x0:_0x20969f['target'])instanceof Element?_0x20969f['target']:null;_0x3a9b39!=null&&_0x3a9b39[_0x3acc5f(0x71c)](_0x3acc5f(0x427))||((_0x397246=_0x539e8b[_0x3acc5f(0x82d)])==null||_0x397246[_0x3acc5f(0x88e)](_0x35df5b[_0x3acc5f(0x397)]),(_0x490aaa=_0x539e8b['instanceService'])==null||_0x490aaa[_0x3acc5f(0x561)](_0x35df5b[_0x3acc5f(0x397)]),_0x2f5b60['activateFullscreen'](_0x35df5b,{'focusLayout':!0x1}));};_0x56d49b(),_0x2dd37c[_0x4ee762(0x75e)]('pointerdown',_0x56d49b,{'capture':!0x0}),_0x2dd37c[_0x4ee762(0x75e)]('focusin',_0x56d49b);let _0x3d7c10=(_0x3533bb=_0x500945['mount'])==null?void 0x0:_0x3533bb['call'](_0x500945,_0x37e621);be(_0x35df5b[_0x4ee762(0x467)],_0x1c7d18[_0x4ee762(0x8e9)]);let _0x29195e=xr({'injector':_0x4addd5,'descriptor':_0x35df5b,'childContext':_0x37e621,'menuContainer':_0x2f2d1b});return _0x2dd37c[_0x4ee762(0x4d2)][_0x4ee762(0x738)]='mounted',()=>{_0x31213a(null),globalThis['requestAnimationFrame'](()=>{const _0x167a4f=_0x2eed;_0x2dd37c['removeEventListener'](_0x167a4f(0x603),_0x56d49b,{'capture':!0x0}),_0x2dd37c[_0x167a4f(0x2bb)](_0x167a4f(0x66d),_0x56d49b),_0x29195e==null||_0x29195e['dispose'](),_0x3d7c10==null||_0x3d7c10[_0x167a4f(0x5df)](),_0x19e590[_0x167a4f(0x5df)](),_0x16d9e3[_0x167a4f(0x5df)](),_0x199f61[_0x167a4f(0x5df)](),_0x2f5b60[_0x167a4f(0x4ea)](_0x35df5b),delete _0x2dd37c[_0x167a4f(0x4d2)][_0x167a4f(0x738)],delete _0x2dd37c['dataset'][_0x167a4f(0x467)],delete _0x2dd37c['dataset'][_0x167a4f(0x1f8)],delete _0x2dd37c[_0x167a4f(0x4d2)]['embedHostAnchorId'],delete _0x2dd37c[_0x167a4f(0x4d2)][_0x167a4f(0x235)],delete _0x2dd37c[_0x167a4f(0x4d2)][_0x167a4f(0x21e)],delete _0x2dd37c[_0x167a4f(0x4d2)][_0x167a4f(0x6b3)],_0xa42b9d[_0x167a4f(0x2f2)](_0x26299e);});};},[_0x2f5b60,_0xa42b9d,_0x4addd5,_0x26299e]),!_0x26299e)return null;let _0x3f0c8d=()=>{const _0x2f6c63=_0x54da90;_0xa42b9d[_0x2f6c63(0x580)](_0x26299e[_0x2f6c63(0x467)]);};return(0x0,m[_0x54da90(0x7a9)])('div',{'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':'true','style':{'zIndex':0x32a},'children':[_0x26299e[_0x54da90(0x560)]===a[_0x54da90(0x583)][_0x54da90(0x927)]&&(0x0,m['jsx'])(_0x54da90(0x92d),{'className':_0x54da90(0x415),'data-embed-boards-fullscreen-exit':'true','title':_0x51a007['t'](_0x54da90(0x5c3)),'children':(0x0,m[_0x54da90(0x7a9)])(c[_0x54da90(0x71b)],{'noIcon':!0x0,'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','onClick':_0x3f0c8d,'children':[(0x0,m[_0x54da90(0x6c9)])(u['ArrowLeftIcon'],{}),(0x0,m[_0x54da90(0x6c9)])('span',{'children':_0x51a007['t'](_0x54da90(0x5c3))})]})}),(0x0,m[_0x54da90(0x7a9)])(_0x54da90(0x92d),{'ref':_0x5b7ad8,'className':_0x54da90(0x3cc),'data-embed-fullscreen-menu':'true','children':[_0x26299e[_0x54da90(0x560)]!==a[_0x54da90(0x583)][_0x54da90(0x927)]&&(0x0,m['jsx'])('div',{'className':_0x54da90(0x636),'data-embed-fullscreen-header':_0x54da90(0x69e),'children':(0x0,m[_0x54da90(0x7a9)])(l[_0x54da90(0x2dc)],{'type':_0x54da90(0x66b),'size':'small','variant':'ghost','className':'univer-pointer-events-auto\x20univer-gap-1.5\x20hover:!univer-bg-primary-100\x20hover:!univer-text-primary-700\x20dark:hover:!univer-bg-primary-800\x20dark:hover:!univer-text-primary-100\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':_0x54da90(0x69e),'onClick':_0x3f0c8d,'children':[(0x0,m[_0x54da90(0x6c9)])(u['ShrinkIcon'],{}),(0x0,m[_0x54da90(0x6c9)])(_0x54da90(0x5c5),{'children':_0x51a007['t'](_0x54da90(0x5c3))})]})}),(0x0,m['jsx'])('div',{'ref':_0x4b6766,'className':_0x54da90(0x882),'data-embed-fullscreen-menu-slot':'true','data-embed-menu-slot':_0x54da90(0x69e)})]}),(0x0,m[_0x54da90(0x7a9)])(_0x54da90(0x92d),{'className':_0x54da90(0x34c),'data-embed-fullscreen-body':_0x54da90(0x69e),'children':[(0x0,m['jsx'])(_0x54da90(0x92d),{'ref':_0x46bc06,'className':_0x54da90(0x76c),'data-embed-fullscreen-sidebar-slot':_0x54da90(0x69e),'data-embed-id':_0x26299e[_0x54da90(0x467)]}),(0x0,m[_0x54da90(0x6c9)])('div',{'ref':_0x55c90e,'className':_0x54da90(0x3eb),'data-embed-fullscreen-viewport':'true','onContextMenuCapture':_0x23587f=>{const _0x4ab34f=_0x54da90;_0x23587f[_0x4ab34f(0x863)]();}}),(0x0,m[_0x54da90(0x6c9)])(_0x54da90(0x92d),{'ref':_0x2f69c2,'className':_0x54da90(0x587),'data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x26299e[_0x54da90(0x467)],'children':_0x36a017&&(0x0,m[_0x54da90(0x6c9)])(Dr,{..._0x36a017})})]}),(0x0,m[_0x54da90(0x6c9)])(_0x54da90(0x92d),{'ref':_0x1f6a88,'className':_0x54da90(0x861),'data-embed-fullscreen-footer-slot':_0x54da90(0x69e),'data-embed-footer-slot':_0x54da90(0x69e)}),(0x0,m[_0x54da90(0x6c9)])(_0x54da90(0x92d),{'ref':_0x231740,'className':_0x54da90(0x88c),'data-embed-fullscreen-popup-root':_0x54da90(0x69e),'data-embed-popup-root':_0x54da90(0x69e),'children':_0x36a017&&(0x0,m[_0x54da90(0x6c9)])(Er,{..._0x36a017})})]});}function Er(_0x55088d){const _0x232d29=_0x36ed40;let {embedId:_0xf08316,injector:_0x20700f,sourceInjector:_0x4000ae,popupContainer:_0x41e9dc}=_0x55088d;return(0x0,m['jsxs'])(m[_0x232d29(0x81a)],{'children':[(0x0,m[_0x232d29(0x7a9)])(J,{'injector':_0x20700f,'mountContainer':_0x41e9dc,'embedId':_0xf08316,'children':[(0x0,m[_0x232d29(0x6c9)])(c[_0x232d29(0x2b3)],{}),(0x0,m[_0x232d29(0x6c9)])(c[_0x232d29(0x38f)],{})]}),(0x0,m['jsx'])(J,{'injector':_0x4000ae,'mountContainer':_0x41e9dc,'embedId':_0xf08316,'children':(0x0,m[_0x232d29(0x6c9)])(c[_0x232d29(0x38f)],{})})]});}function Dr(_0x271b89){const _0x33213e=_0x36ed40;let {embedId:_0x270932,injector:_0x3285a7,sourceInjector:_0x5ef420,popupContainer:_0xbd0e92}=_0x271b89;return(0x0,m[_0x33213e(0x7a9)])(_0x33213e(0x444),{'className':'univer-z-[2]\x20univer-flex\x20univer-h-full','children':[(0x0,m['jsx'])(J,{'injector':_0x3285a7,'mountContainer':_0xbd0e92,'embedId':_0x270932,'children':(0x0,m[_0x33213e(0x6c9)])(c[_0x33213e(0x37a)],{})}),(0x0,m[_0x33213e(0x6c9)])(J,{'injector':_0x5ef420,'mountContainer':_0xbd0e92,'embedId':_0x270932,'children':(0x0,m['jsx'])(c[_0x33213e(0x37a)],{})})]});}function Or(_0x39c681,_0x2a2536,_0x9ae1b5){const _0x519c33=_0x36ed40;try{return _0x39c681['get'](t[_0x519c33(0x875)])[_0x519c33(0x7aa)](_0x2a2536,_0x9ae1b5);}catch{return;}}function kr(_0x1b9003,_0x494327){const _0x4cc6e0=_0x36ed40;if(_0x1b9003)return{..._0x1b9003,'childUnitId':_0x1b9003[_0x4cc6e0(0x397)]??_0x494327['childUnitId'],'childType':_0x1b9003[_0x4cc6e0(0x560)]??_0x494327[_0x4cc6e0(0x560)]};}const Ar={};function jr(_0x530a4c){const _0x26e310=_0x36ed40;let {stage:_0x4ce201,interactionFlow:_0x28ff2f}=_0x530a4c,_0x56bfd8=_0x28ff2f===_0x26e310(0x76a),_0xe8f5b3=_0x4ce201===_0x26e310(0x682)&&!_0x56bfd8,_0x54c084=_0x4ce201==='stage2'||_0x56bfd8;return{'allowHostBodyDrag':_0xe8f5b3,'disableLiveHostPointerEvents':!_0x56bfd8&&(_0x4ce201===_0x26e310(0x2f9)||_0x4ce201===_0x26e310(0x682)),'passThroughInteractionGate':_0x54c084,'runtimeOwnsInteraction':_0x54c084};}function Mr(_0x57f2d6,_0x346fa2){const _0x1c0dee=_0x36ed40;var _0x2c3083;return(_0x57f2d6==null?void 0x0:_0x57f2d6[_0x1c0dee(0x375)])===a[_0x1c0dee(0x583)]['UNIVER_SHEET']&&_0x57f2d6[_0x1c0dee(0x560)]===a[_0x1c0dee(0x583)]['UNIVER_SHEET']&&!!((_0x2c3083=_0x57f2d6[_0x1c0dee(0x899)])!=null&&_0x2c3083[_0x1c0dee(0x3da)])&&_0x346fa2!==_0x1c0dee(0x7b3);}function Nr(_0x1d0836,_0x26672f){const _0x2d6202=_0x36ed40;return Mr(_0x1d0836,_0x26672f)?_0x2d6202(0x787):_0x2d6202(0x4c1);}function Pr(_0x35ec5f,_0x39c1f6){const _0x38c05c=_0x36ed40;return _0x35ec5f===_0x38c05c(0x787)||_0x39c1f6;}function Fr(_0x47b363){const _0x270522=_0x36ed40;var _0x29f75f;return _0x47b363[_0x270522(0x498)]||((_0x29f75f=_0x47b363[_0x270522(0x95f)])==null?void 0x0:_0x29f75f['embedId'])===_0x47b363['embedId']&&_0x47b363['active'][_0x270522(0x59f)]===_0x270522(0x7b3)||!_0x47b363['usesDomFloatingStage']&&_0x47b363[_0x270522(0x758)]?'stage2':_0x270522(0x2f9);}function Ir(_0x1c7b62,_0xd501af){const _0x31be78=_0x36ed40;return _0x1c7b62!==_0x31be78(0x310)&&_0x1c7b62!=='docs-sticky-base'||_0xd501af['shiftKey']||_0xd501af[_0x31be78(0x305)]||_0xd501af[_0x31be78(0x54d)]?!0x1:Math['abs'](_0xd501af[_0x31be78(0x832)])>Math['abs'](_0xd501af[_0x31be78(0x711)]);}const Lr=Symbol(_0x36ed40(0x47b)),Rr=Symbol(_0x36ed40(0xa15));function zr(_0x132be3,_0x341a5f){const _0x15571f=_0x36ed40;var _0x45a243;if(!_0x132be3['ctrlKey']&&!_0x132be3[_0x15571f(0x54d)])return!0x1;let _0x4b89cc=_0x341a5f[_0x15571f(0x6c2)]();return!_0x4b89cc||((_0x45a243=_0x341a5f[_0x15571f(0x2d6)])==null?void 0x0:_0x45a243[_0x15571f(0x4f6)](_0x341a5f,_0x132be3,_0x4b89cc))!==!0x0?!0x1:(_0x341a5f[_0x15571f(0x910)](_0x15571f(0x9b2)),gi(_0x132be3,!0x0),!0x0);}function Br(_0x11febd){const _0x411cfb=_0x36ed40;let _0x428f7f={'activeUntil':0x0},_0x2e421f=_0x1c3dff=>{const _0x3b4c0a=_0x2eed;var _0x5d1a35;if(Gr(_0x1c3dff)||((_0x1c3dff[_0x3b4c0a(0x305)]||_0x1c3dff[_0x3b4c0a(0x54d)])&&(_0x428f7f['activeUntil']=0x0),zr(_0x1c3dff,_0x11febd)))return;if(_0x11febd['routeHostGestures']&&_0x11febd[_0x3b4c0a(0x462)][_0x3b4c0a(0x9c7)](_0x1c3dff)){var _0x2f07c3;let _0x2936fc=_0x11febd[_0x3b4c0a(0x6c2)]();if(_0x2936fc&&((_0x2f07c3=_0x11febd['onHostWheel'])==null?void 0x0:_0x2f07c3['call'](_0x11febd,_0x1c3dff,_0x2936fc))===!0x0||Zr(_0x11febd['container'],_0x1c3dff)){_0x11febd[_0x3b4c0a(0x910)](_0x3b4c0a(0x9b2)),gi(_0x1c3dff,!0x0);return;}}if(_0x1c3dff[_0x3b4c0a(0x305)]||_0x1c3dff['metaKey'])return;let _0x3ca3c2=_0x11febd[_0x3b4c0a(0x45a)]();if(_0x3ca3c2==='stage2')return;let _0x551862=_0x11febd['getChildContext'](),_0x1bb802=_0x551862?_0x11febd['passiveViewportRegistry']['get'](_0x551862[_0x3b4c0a(0x560)],_0x551862['layout']):void 0x0,_0x5070b3=Ur(_0x1c3dff,_0x11febd[_0x3b4c0a(0x8c2)]),_0x9dfac5=_0x551862?{..._0x551862,'event':_0x5070b3,'stage':_0x3ca3c2,'source':_0x3b4c0a(0x641),'viewportScrollY':_0x11febd[_0x3b4c0a(0x757)]?_0x11febd['hostScrollOffset'][_0x3b4c0a(0x600)]:void 0x0}:void 0x0;if(_0x551862&&ei(_0x551862,_0x1c3dff,_0x11febd[_0x3b4c0a(0x757)])){var _0xb0da7d;if(((_0xb0da7d=_0x11febd[_0x3b4c0a(0x2d6)])==null?void 0x0:_0xb0da7d[_0x3b4c0a(0x4f6)](_0x11febd,_0x1c3dff,_0x551862))===!0x0||Zr(_0x11febd[_0x3b4c0a(0x54b)],_0x1c3dff)){_0x11febd[_0x3b4c0a(0x910)](_0x3b4c0a(0x9b2)),gi(_0x1c3dff,!0x0);return;}}let _0x37d691=_0x9dfac5?_0x11febd[_0x3b4c0a(0x8a9)]['handleWheel'](_0x9dfac5):!0x1,_0x1dbe53=!_0x37d691&&ti(_0x11febd[_0x3b4c0a(0x54b)],_0x1c3dff),_0x257300=!0x1,_0x4e18e8=!0x1;if(!_0x37d691&&_0x1dbe53){var _0x28f456;let _0x339758=ni(_0x1c3dff);ii(_0x339758,_0x1bb802==null||(_0x28f456=_0x1bb802[_0x3b4c0a(0x9a6)])==null?void 0x0:_0x28f456[_0x3b4c0a(0x4f6)](_0x1bb802,_0x9dfac5))?(Jr(_0x1c3dff,_0x11febd['liveRoot']),_0x257300=!0x0):ri(_0x339758,()=>{const _0x3240c8=_0x3b4c0a;var _0x396dbb;return _0x4e18e8=((_0x396dbb=_0x11febd[_0x3240c8(0x6a2)])==null?void 0x0:_0x396dbb[_0x3240c8(0x4f6)](_0x11febd,_0x1c3dff))===!0x0;},()=>_0x257300=(_0x1bb802==null?void 0x0:_0x1bb802[_0x3b4c0a(0x8e1)](_0x9dfac5))===!0x0);}else _0x37d691||(_0x257300=(_0x1bb802==null?void 0x0:_0x1bb802[_0x3b4c0a(0x8e1)](_0x9dfac5))===!0x0);let _0x3aff1d=_0x3ca3c2==='inactive'&&!_0x37d691&&!_0x257300&&!_0x4e18e8&&!_0x1dbe53&&!!_0x1bb802&&!!_0x551862&&ai(_0x1c3dff);if(_0x3aff1d&&Hr(_0x1c3dff,_0x428f7f))return;if(_0x3aff1d&&_0x551862&&((_0x5d1a35=_0x11febd[_0x3b4c0a(0x2d6)])==null?void 0x0:_0x5d1a35['call'](_0x11febd,_0x1c3dff,_0x551862))===!0x0){_0x11febd[_0x3b4c0a(0x910)](_0x3b4c0a(0x9b2)),gi(_0x1c3dff,!0x0);return;}let _0x13921c=_0x257300||_0x4e18e8?!0x1:Jr(_0x1c3dff,_0x11febd[_0x3b4c0a(0x609)]),_0x1b1bf8=_0x257300||_0x4e18e8||(_0x1dbe53||_0x13921c?!0x1:Yr(_0x1c3dff,_0x11febd[_0x3b4c0a(0x609)]));if(_0x37d691||_0x257300||_0x4e18e8||_0x13921c||_0x1b1bf8){_0x3ca3c2===_0x3b4c0a(0x2f9)&&Vr(_0x428f7f),gi(_0x1c3dff,!0x1);return;}_0x3ca3c2===_0x3b4c0a(0x682)&&_0x551862&&ai(_0x1c3dff)&&gi(_0x1c3dff,!0x0);},_0x26b64f=_0x4af6a6=>{const _0x42d4fa=_0x2eed;var _0x9bc59a;if(_0x11febd[_0x42d4fa(0x45a)]()!==_0x42d4fa(0x7b3)||_0x4af6a6['ctrlKey']||_0x4af6a6['metaKey'])return;let _0x446949=_0x11febd[_0x42d4fa(0x6c2)]();if(_0x446949){if(ti(_0x11febd[_0x42d4fa(0x54b)],_0x4af6a6)){var _0x29ba1e;let _0x3d84d9=_0x11febd[_0x42d4fa(0x31b)][_0x42d4fa(0x335)](_0x446949[_0x42d4fa(0x560)],_0x446949[_0x42d4fa(0x901)]),_0x170d36=Ur(_0x4af6a6,_0x11febd['viewScale']),_0x47095a={..._0x446949,'event':_0x170d36,'stage':_0x42d4fa(0x7b3),'source':_0x42d4fa(0x641),'viewportScrollY':_0x11febd[_0x42d4fa(0x757)]?_0x11febd[_0x42d4fa(0x658)][_0x42d4fa(0x600)]:void 0x0},_0x5cfd9e=ni(_0x4af6a6),_0x1dbf9d;ii(_0x5cfd9e,_0x3d84d9==null||(_0x29ba1e=_0x3d84d9[_0x42d4fa(0x9a6)])==null?void 0x0:_0x29ba1e['call'](_0x3d84d9,_0x47095a))?(Jr(_0x4af6a6,_0x11febd[_0x42d4fa(0x609)]),_0x1dbf9d=!0x0):_0x1dbf9d=ri(_0x5cfd9e,()=>{const _0x18b68e=_0x42d4fa;var _0x1ef75f;return((_0x1ef75f=_0x11febd['resizeDocsSheetLikeRendererByWheel'])==null?void 0x0:_0x1ef75f[_0x18b68e(0x4f6)](_0x11febd,_0x4af6a6))===!0x0;},()=>_0x11febd[_0x42d4fa(0x8a9)][_0x42d4fa(0x8e1)](_0x47095a)||(_0x3d84d9==null?void 0x0:_0x3d84d9[_0x42d4fa(0x8e1)](_0x47095a))===!0x0),(_0x1dbf9d||ai(_0x4af6a6))&&gi(_0x4af6a6,!0x0);return;}ei(_0x446949,_0x4af6a6,_0x11febd[_0x42d4fa(0x757)])&&(qr(_0x4af6a6)||(Kr(_0x4af6a6),(((_0x9bc59a=_0x11febd['onHostWheel'])==null?void 0x0:_0x9bc59a[_0x42d4fa(0x4f6)](_0x11febd,_0x4af6a6,_0x446949))===!0x0||Zr(_0x11febd[_0x42d4fa(0x54b)],_0x4af6a6))&&(_0x11febd[_0x42d4fa(0x910)](_0x42d4fa(0x9b2)),gi(_0x4af6a6,!0x0))));}},_0x199067=_0x385e91=>{const _0x2ba3b8=_0x2eed;_0x11febd['getStage']()!==_0x2ba3b8(0x7b3)||_0x385e91[_0x2ba3b8(0x305)]||_0x385e91[_0x2ba3b8(0x54d)]||_0x385e91['defaultPrevented']||pi(_0x11febd['liveRoot'],_0x385e91)||!_0x11febd[_0x2ba3b8(0x6c2)]()||!ai(_0x385e91)||gi(_0x385e91,!0x0);},_0x5217c7=()=>_0x11febd[_0x411cfb(0x910)]('child-scroll');return _0x11febd[_0x411cfb(0x72f)][_0x411cfb(0x75e)](_0x411cfb(0x641),_0x2e421f,{'passive':!0x1}),_0x11febd[_0x411cfb(0x609)][_0x411cfb(0x75e)](_0x411cfb(0x641),_0x2e421f,{'capture':!0x0,'passive':!0x1}),_0x11febd[_0x411cfb(0x54b)][_0x411cfb(0x75e)](_0x411cfb(0x641),_0x26b64f,{'capture':!0x0,'passive':!0x1}),_0x11febd['liveRoot']['addEventListener']('wheel',_0x26b64f,{'capture':!0x0,'passive':!0x1}),_0x11febd[_0x411cfb(0x54b)][_0x411cfb(0x75e)]('wheel',_0x199067,{'passive':!0x1}),_0x11febd[_0x411cfb(0x609)][_0x411cfb(0x75e)](_0x411cfb(0x897),_0x5217c7,!0x0),(0x0,a['toDisposable'])(()=>{const _0xd73ea2=_0x411cfb;_0x11febd['gate'][_0xd73ea2(0x2bb)](_0xd73ea2(0x641),_0x2e421f),_0x11febd['liveRoot'][_0xd73ea2(0x2bb)](_0xd73ea2(0x641),_0x2e421f,{'capture':!0x0}),_0x11febd[_0xd73ea2(0x54b)][_0xd73ea2(0x2bb)](_0xd73ea2(0x641),_0x26b64f,{'capture':!0x0}),_0x11febd[_0xd73ea2(0x609)][_0xd73ea2(0x2bb)](_0xd73ea2(0x641),_0x26b64f,{'capture':!0x0}),_0x11febd[_0xd73ea2(0x54b)][_0xd73ea2(0x2bb)](_0xd73ea2(0x641),_0x199067),_0x11febd[_0xd73ea2(0x609)][_0xd73ea2(0x2bb)]('scroll',_0x5217c7,!0x0);});}function Vr(_0x36ac04){const _0x28df5c=_0x36ed40;_0x36ac04[_0x28df5c(0x95d)]=Date[_0x28df5c(0x614)]()+0xb4;}function Hr(_0x527d14,_0x191662){const _0x19f179=_0x36ed40;return Date[_0x19f179(0x614)]()>=_0x191662['activeUntil']?!0x1:(Vr(_0x191662),gi(_0x527d14,!0x0),!0x0);}function Ur(_0x32ca99,_0x419e63){const _0x354e83=_0x36ed40;return typeof _0x419e63!='number'||!Number[_0x354e83(0x4eb)](_0x419e63)||_0x419e63<=0x0||_0x419e63===0x1?_0x32ca99:new WheelEvent(_0x32ca99[_0x354e83(0x9e8)],{'altKey':_0x32ca99[_0x354e83(0x73f)],'bubbles':_0x32ca99['bubbles'],'cancelable':_0x32ca99[_0x354e83(0x276)],'clientX':_0x32ca99[_0x354e83(0x9ed)],'clientY':_0x32ca99[_0x354e83(0x411)],'ctrlKey':_0x32ca99['ctrlKey'],'deltaMode':_0x32ca99['deltaMode'],'deltaX':_0x32ca99[_0x354e83(0x711)]/_0x419e63,'deltaY':_0x32ca99[_0x354e83(0x832)]/_0x419e63,'deltaZ':_0x32ca99[_0x354e83(0x7a2)]/_0x419e63,'metaKey':_0x32ca99[_0x354e83(0x54d)],'shiftKey':_0x32ca99['shiftKey']});}function Wr(_0x2756d1,_0xc8be42){const _0x320712=_0x36ed40;let _0x4142e9=new WheelEvent(_0x320712(0x641),{'clientX':_0x2756d1['clientX'],'clientY':_0x2756d1['clientY'],'ctrlKey':_0x2756d1[_0x320712(0x305)],'deltaMode':_0x2756d1[_0x320712(0x66c)],'deltaX':_0x2756d1[_0x320712(0x711)],'deltaY':_0x2756d1[_0x320712(0x832)],'deltaZ':_0x2756d1['deltaZ'],'metaKey':_0x2756d1[_0x320712(0x54d)],'shiftKey':_0x2756d1['shiftKey'],..._0xc8be42});return Object['defineProperty'](_0x4142e9,Lr,{'configurable':!0x0,'value':_0x2756d1}),_0x4142e9;}function Gr(_0x4ba5cd){return!!_0x4ba5cd&&_0x4ba5cd[Lr]instanceof WheelEvent;}function Kr(_0xa7186f){const _0x2bab37=_0x36ed40;Object[_0x2bab37(0x7e2)](_0xa7186f,Rr,{'configurable':!0x0,'value':!0x0});}function qr(_0x535b69){return!!_0x535b69[Rr];}function Jr(_0x24ce34,_0x26bdd2){const _0x24f7b4=_0x36ed40;let _0x15cd80=di(_0x26bdd2,_0x24ce34[_0x24f7b4(0x9ed)],_0x24ce34[_0x24f7b4(0x411)])??_0x26bdd2,_0x3f1c84=Wr(_0x24ce34,{'bubbles':!0x0,'cancelable':!0x0});return _0x15cd80[_0x24f7b4(0x69d)](_0x3f1c84),_0x3f1c84['defaultPrevented'];}function Yr(_0x585f13,_0x149c44){const _0x2b5254=_0x36ed40;let _0x52bb71=fi(di(_0x149c44,_0x585f13[_0x2b5254(0x9ed)],_0x585f13['clientY'])??_0x149c44,_0x149c44,_0x585f13);return _0x52bb71?Xr(_0x585f13,_0x52bb71):!0x1;}function Xr(_0x96f656,_0x37dbd6){const _0x168f66=_0x36ed40;let _0x170fbe=ni(_0x96f656),_0x57e5f3=_0x96f656[_0x168f66(0x525)]?0x0:_0x96f656['deltaY'],_0x5346de=_0x37dbd6[_0x168f66(0x422)],_0x84c5ac=_0x37dbd6[_0x168f66(0x359)];return _0x170fbe&&(_0x37dbd6[_0x168f66(0x422)]+=_0x170fbe),_0x57e5f3&&(_0x37dbd6[_0x168f66(0x359)]+=_0x57e5f3),_0x37dbd6[_0x168f66(0x422)]!==_0x5346de||_0x37dbd6[_0x168f66(0x359)]!==_0x84c5ac;}function Zr(_0x25eb03,_0x2535f5){const _0x3ec1e4=_0x36ed40;let _0x33e2db=Qr(_0x25eb03);if(!_0x33e2db)return ci(_0x25eb03[_0x3ec1e4(0x76e)][_0x3ec1e4(0x2d0)],_0x25eb03,_0x2535f5);if(!ui(_0x33e2db))return ci(_0x33e2db,_0x25eb03,_0x2535f5);let _0x5aecb8=_0x33e2db['scrollTop'];return _0x33e2db['scrollTop']+=_0x2535f5[_0x3ec1e4(0x832)],_0x33e2db[_0x3ec1e4(0x359)]!==_0x5aecb8;}function Qr(_0x2ff4a2){const _0x1e0554=_0x36ed40;let _0x27d08f=_0x2ff4a2['parentElement'];for(;_0x27d08f&&_0x27d08f!==document[_0x1e0554(0x2d0)]&&_0x27d08f!==document['documentElement'];){if(_0x27d08f[_0x1e0554(0x330)]>_0x27d08f['clientHeight']&&$r(_0x27d08f))return _0x27d08f;_0x27d08f=_0x27d08f['parentElement'];}return null;}function $r(_0x55a03b){const _0x552bb4=_0x36ed40;let _0x149cdb=window[_0x552bb4(0x3c5)](_0x55a03b);return _0x149cdb[_0x552bb4(0xa12)]===_0x552bb4(0x7ca)||_0x149cdb['overflow']===_0x552bb4(0x897)||_0x149cdb['overflow']===_0x552bb4(0x932)||_0x149cdb[_0x552bb4(0x7b0)]===_0x552bb4(0x7ca)||_0x149cdb[_0x552bb4(0x7b0)]===_0x552bb4(0x897)||_0x149cdb['overflowY']===_0x552bb4(0x932);}function ei(_0xa9217b,_0x83891b,_0x2e6b7e){const _0xb77cd8=_0x36ed40;var _0x310687;return _0x2e6b7e||((_0x310687=_0xa9217b[_0xb77cd8(0x393)][_0xb77cd8(0x899)])==null?void 0x0:_0x310687[_0xb77cd8(0x75c)])===_0xb77cd8(0x9a2)?si(_0x83891b):Ir(_0xa9217b['layout'],_0x83891b);}function ti(_0xb6df6b,_0x149f04){const _0x2956ca=_0x36ed40;return!!_0xb6df6b[_0x2956ca(0x71c)](_0x2956ca(0x229))&&oi(_0x149f04);}function ni(_0x414cc5){const _0x1d8559=_0x36ed40;return _0x414cc5[_0x1d8559(0x711)]||(_0x414cc5['shiftKey']?_0x414cc5[_0x1d8559(0x832)]:0x0);}function ri(_0x2dcc03,_0x5416a4,_0x44c228){return _0x2dcc03>0x0?_0x5416a4()||_0x44c228():_0x44c228()||_0x5416a4();}function ii(_0x4914e7,_0x140b4e){return _0x4914e7<0x0&&(_0x140b4e??0x0)>0x0;}function ai(_0x351cf9){return oi(_0x351cf9)||si(_0x351cf9);}function oi(_0x1b39f6){const _0x9a7116=_0x36ed40;if(_0x1b39f6[_0x9a7116(0x305)]||_0x1b39f6[_0x9a7116(0x54d)])return!0x1;let _0x79e78e=ni(_0x1b39f6),_0x3936aa=_0x1b39f6[_0x9a7116(0x525)]?0x0:_0x1b39f6['deltaY'];return Math[_0x9a7116(0x6eb)](_0x79e78e)>Math[_0x9a7116(0x6eb)](_0x3936aa);}function si(_0x37741c){const _0x17f34c=_0x36ed40;return _0x37741c[_0x17f34c(0x525)]||_0x37741c[_0x17f34c(0x305)]||_0x37741c['metaKey']?!0x1:Math[_0x17f34c(0x6eb)](_0x37741c['deltaY'])>Math[_0x17f34c(0x6eb)](_0x37741c[_0x17f34c(0x711)]);}function ci(_0x3cce2a,_0x56976e,_0x7f6ffa){const _0x200747=_0x36ed40;let _0x1dcf71=Array[_0x200747(0x513)](_0x3cce2a['querySelectorAll'](_0x200747(0x48a)))[_0x200747(0x1f2)](_0x302b19=>!_0x56976e['contains'](_0x302b19));return _0x1dcf71?(_0x1dcf71[_0x200747(0x69d)](Wr(_0x7f6ffa,{'bubbles':!0x0,'cancelable':!0x0,...li(_0x1dcf71,_0x56976e,_0x7f6ffa)})),!0x0):!0x1;}function li(_0x22118f,_0x481259,_0x4498b9){const _0x52859d=_0x36ed40;if(!mi(_0x481259,_0x4498b9['clientX'],_0x4498b9[_0x52859d(0x411)]))return{'clientX':_0x4498b9[_0x52859d(0x9ed)],'clientY':_0x4498b9['clientY']};let _0xb6930d=_0x22118f['getBoundingClientRect'](),_0x4039c1=Math['min'](0x18,Math[_0x52859d(0x792)](0x4,Math[_0x52859d(0x2dd)](_0xb6930d[_0x52859d(0x76f)],_0xb6930d[_0x52859d(0x2af)])/0x8)),_0x376b7c=[{'clientX':_0xb6930d[_0x52859d(0x2f5)]+_0x4039c1,'clientY':_0xb6930d['top']+_0x4039c1},{'clientX':_0xb6930d[_0x52859d(0x43d)]-_0x4039c1,'clientY':_0xb6930d[_0x52859d(0xa16)]+_0x4039c1},{'clientX':_0xb6930d[_0x52859d(0x2f5)]+_0x4039c1,'clientY':_0xb6930d[_0x52859d(0x611)]-_0x4039c1},{'clientX':_0xb6930d[_0x52859d(0x43d)]-_0x4039c1,'clientY':_0xb6930d[_0x52859d(0x611)]-_0x4039c1},{'clientX':_0xb6930d['left']+_0xb6930d[_0x52859d(0x76f)]/0x2,'clientY':_0xb6930d[_0x52859d(0xa16)]+_0xb6930d['height']/0x2}];return _0x376b7c[_0x52859d(0x1f2)](_0x2c7061=>!mi(_0x481259,_0x2c7061[_0x52859d(0x9ed)],_0x2c7061[_0x52859d(0x411)]))??_0x376b7c[0x0];}function ui(_0x238518){const _0x20c4ce=_0x36ed40;let _0x4eec6f=window[_0x20c4ce(0x3c5)](_0x238518);return _0x4eec6f['overflow']===_0x20c4ce(0x7ca)||_0x4eec6f[_0x20c4ce(0xa12)]===_0x20c4ce(0x897)||_0x4eec6f['overflowY']===_0x20c4ce(0x7ca)||_0x4eec6f[_0x20c4ce(0x7b0)]==='scroll';}function di(_0x9f8edc,_0x58eb9c,_0xdb0751){const _0x5427a3=_0x36ed40;if(!mi(_0x9f8edc,_0x58eb9c,_0xdb0751))return null;let _0x834ef9=_0x9f8edc['ownerDocument'][_0x5427a3(0x281)];if(typeof _0x834ef9=='function'){let _0x1b88d6=_0x834ef9[_0x5427a3(0x4f6)](_0x9f8edc[_0x5427a3(0x76e)],_0x58eb9c,_0xdb0751)[_0x5427a3(0x1f2)](_0x59368b=>_0x59368b instanceof HTMLElement&&_0x9f8edc[_0x5427a3(0x9fe)](_0x59368b));if(_0x1b88d6)return _0x1b88d6;}let _0x31eb61=_0x9f8edc,_0x132e09=_0x4e2be1=>{const _0x4c5780=_0x5427a3;let _0x146643=Array[_0x4c5780(0x513)](_0x4e2be1['children']);for(let _0x2f83a4=_0x146643[_0x4c5780(0x248)]-0x1;_0x2f83a4>=0x0;_0x2f83a4--){let _0x269953=_0x146643[_0x2f83a4];if(!(!(_0x269953 instanceof HTMLElement)||!mi(_0x269953,_0x58eb9c,_0xdb0751))){_0x31eb61=_0x269953,_0x132e09(_0x269953);return;}}};return _0x132e09(_0x9f8edc),_0x31eb61;}function fi(_0x5da202,_0x3cb680,_0x333c5c){const _0x4fdc71=_0x36ed40;let _0x1fd8c8=ni(_0x333c5c),_0x570fc8=_0x333c5c['shiftKey']?0x0:_0x333c5c[_0x4fdc71(0x832)],_0xf01e94=_0x5da202;for(;_0xf01e94&&_0x3cb680[_0x4fdc71(0x9fe)](_0xf01e94);){if(hi(_0xf01e94,_0x1fd8c8,_0x570fc8))return _0xf01e94;_0xf01e94=_0xf01e94[_0x4fdc71(0x62c)];}return hi(_0x3cb680,_0x1fd8c8,_0x570fc8)?_0x3cb680:null;}function pi(_0x18c020,_0x481159){const _0x28c90e=_0x36ed40;return fi(di(_0x18c020,_0x481159[_0x28c90e(0x9ed)],_0x481159[_0x28c90e(0x411)])??_0x18c020,_0x18c020,_0x481159);}function mi(_0x5e1996,_0x47c7c5,_0x51f23a){const _0x35e956=_0x36ed40;let _0x387b87=_0x5e1996[_0x35e956(0x886)]();return _0x47c7c5>=_0x387b87[_0x35e956(0x2f5)]&&_0x47c7c5<=_0x387b87[_0x35e956(0x43d)]&&_0x51f23a>=_0x387b87[_0x35e956(0xa16)]&&_0x51f23a<=_0x387b87[_0x35e956(0x611)];}function hi(_0x5df095,_0x1aaf9b,_0x5c5082){const _0x35f859=_0x36ed40;let _0x2aeb4d=_0x1aaf9b!==0x0&&_0x5df095[_0x35f859(0x4bc)]>_0x5df095[_0x35f859(0x9c5)]&&(_0x1aaf9b<0x0?_0x5df095[_0x35f859(0x422)]>0x0:_0x5df095[_0x35f859(0x422)]+_0x5df095[_0x35f859(0x9c5)]<_0x5df095[_0x35f859(0x4bc)]),_0x385d9c=_0x5c5082!==0x0&&_0x5df095[_0x35f859(0x330)]>_0x5df095[_0x35f859(0x81c)]&&(_0x5c5082<0x0?_0x5df095[_0x35f859(0x359)]>0x0:_0x5df095[_0x35f859(0x359)]+_0x5df095['clientHeight']<_0x5df095[_0x35f859(0x330)]);return _0x2aeb4d||_0x385d9c;}function gi(_0x556e33,_0x3eb5db){const _0x153a54=_0x36ed40;_0x556e33[_0x153a54(0x863)](),_0x556e33[_0x153a54(0x3e6)](),_0x3eb5db&&_0x556e33[_0x153a54(0x2f3)]();}var _i=class{constructor(){const _0x2a9a75=_0x36ed40;z(this,_0x2a9a75(0x9f0),new f[(_0x2a9a75(0x542))]()),z(this,_0x2a9a75(0x7c8),new Map()),z(this,'_entriesByEmbedId',new Map()),z(this,_0x2a9a75(0x677),new Map()),z(this,_0x2a9a75(0x626),[]),z(this,_0x2a9a75(0x8dc),!0x1),z(this,_0x2a9a75(0x725),null);}[_0x36ed40(0x6e9)](_0x96d0a){const _0x253adc=_0x36ed40;return this[_0x253adc(0x7c8)]['set'](_0x96d0a[_0x253adc(0x560)],_0x96d0a),(0x0,a[_0x253adc(0x63c)])(()=>{const _0x482fb5=_0x253adc;this[_0x482fb5(0x7c8)][_0x482fb5(0x335)](_0x96d0a['childType'])===_0x96d0a&&this['_providers']['delete'](_0x96d0a[_0x482fb5(0x560)]);});}[_0x36ed40(0x2ab)](_0x32f3a3){const _0x2b465f=_0x36ed40;return this[_0x2b465f(0x7c8)][_0x2b465f(0x335)](_0x32f3a3);}['getPreview'](_0x4d4115){const _0x49a3ef=_0x36ed40;return this[_0x49a3ef(0x5cf)]['get'](_0x4d4115);}[_0x36ed40(0x754)](_0x40a8c4){const _0x1c0a5e=_0x36ed40;let _0x34e37f=this['getCacheKey'](_0x40a8c4),_0x5da299=this['_entriesByKey'][_0x1c0a5e(0x335)](_0x34e37f);if(_0x5da299&&(_0x5da299[_0x1c0a5e(0x575)]===_0x1c0a5e(0x28a)||_0x5da299[_0x1c0a5e(0x575)]===_0x1c0a5e(0x4c1)))return _0x5da299;let _0x10ea95=this[_0x1c0a5e(0x5cf)]['get'](_0x40a8c4[_0x1c0a5e(0x393)][_0x1c0a5e(0x467)]),_0x20ea84={'embedId':_0x40a8c4[_0x1c0a5e(0x393)]['embedId'],'childUnitId':_0x40a8c4[_0x1c0a5e(0x397)],'childType':_0x40a8c4[_0x1c0a5e(0x560)],'status':_0x1c0a5e(0x28a),'width':Math['max'](0x1,Math[_0x1c0a5e(0x300)](_0x40a8c4[_0x1c0a5e(0x76f)])),'height':Math[_0x1c0a5e(0x792)](0x1,Math[_0x1c0a5e(0x300)](_0x40a8c4[_0x1c0a5e(0x2af)])),'dpr':_0x40a8c4['dpr'],'viewState':_0x40a8c4[_0x1c0a5e(0x9a9)]??(_0x10ea95==null?void 0x0:_0x10ea95[_0x1c0a5e(0x9a9)]),'revision':((_0x10ea95==null?void 0x0:_0x10ea95[_0x1c0a5e(0x208)])??0x0)+0x1,'updatedAt':Date['now']()};return this[_0x1c0a5e(0x677)][_0x1c0a5e(0x436)](_0x34e37f,_0x20ea84),this['_entriesByEmbedId'][_0x1c0a5e(0x436)](_0x20ea84[_0x1c0a5e(0x467)],_0x20ea84),this[_0x1c0a5e(0x626)]['push'](_0x40a8c4),this[_0x1c0a5e(0x568)](),this['previewUpdated$'][_0x1c0a5e(0x45d)](_0x20ea84),_0x20ea84;}async[_0x36ed40(0x312)](_0x260e33){const _0x45c8f9=_0x36ed40;let _0x3147ed=this[_0x45c8f9(0x7c8)][_0x45c8f9(0x335)](_0x260e33[_0x45c8f9(0x560)]);if(!_0x3147ed)return;let _0x4ff8ea=await _0x3147ed[_0x45c8f9(0x312)](_0x260e33);return this[_0x45c8f9(0x530)](_0x260e33['embedId'],_0x4ff8ea),_0x4ff8ea;}async[_0x36ed40(0x7ce)](_0x3f56f7,_0x1010d5){const _0x4e207a=_0x36ed40;if(_0x1010d5==null)return;let _0x15b47e=this[_0x4e207a(0x7c8)][_0x4e207a(0x335)](_0x3f56f7[_0x4e207a(0x560)]);await(_0x15b47e==null?void 0x0:_0x15b47e['restoreViewState'](_0x3f56f7,_0x1010d5));}[_0x36ed40(0x530)](_0x4d98d7,_0x5a827f){const _0x162362=_0x36ed40;let _0x9bac30=this['_entriesByEmbedId'][_0x162362(0x335)](_0x4d98d7);if(!_0x9bac30){let _0x350206={'embedId':_0x4d98d7,'childUnitId':'','childType':void 0x0,'status':_0x162362(0x577),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x5a827f,'revision':0x0,'updatedAt':Date[_0x162362(0x614)]()};this[_0x162362(0x5cf)][_0x162362(0x436)](_0x4d98d7,_0x350206),this[_0x162362(0x9f0)]['next'](_0x350206);return;}_0x9bac30[_0x162362(0x9a9)]=_0x5a827f,_0x9bac30[_0x162362(0x8bc)]=Date[_0x162362(0x614)](),this['previewUpdated$'][_0x162362(0x45d)](_0x9bac30);}['markStale'](_0x3e7460,_0x47efe1){const _0x15a967=_0x36ed40;let _0x2c79f1=this[_0x15a967(0x5cf)]['get'](_0x3e7460);_0x2c79f1&&(_0x2c79f1[_0x15a967(0x575)]=_0x15a967(0x577),_0x2c79f1[_0x15a967(0x776)]=_0x47efe1,_0x2c79f1['updatedAt']=Date[_0x15a967(0x614)](),this[_0x15a967(0x9f0)]['next'](_0x2c79f1));}[_0x36ed40(0x910)](_0x6c1913){const _0x4f90e4=_0x36ed40;let _0x3715d2=this[_0x4f90e4(0x5cf)][_0x4f90e4(0x335)](_0x6c1913);this[_0x4f90e4(0x5cf)][_0x4f90e4(0x3b2)](_0x6c1913),_0x3715d2&&Array[_0x4f90e4(0x513)](this[_0x4f90e4(0x677)][_0x4f90e4(0x4aa)]())[_0x4f90e4(0x5f4)](([_0x1d050c,_0x7449f0])=>{const _0x5109b6=_0x4f90e4;_0x7449f0[_0x5109b6(0x467)]===_0x6c1913&&this[_0x5109b6(0x677)][_0x5109b6(0x3b2)](_0x1d050c);});}['getCacheKey'](_0x2b8a85){const _0x1e7254=_0x36ed40;return[_0x2b8a85[_0x1e7254(0x393)][_0x1e7254(0x467)],_0x2b8a85[_0x1e7254(0x397)],_0x2b8a85[_0x1e7254(0x560)],Math['max'](0x1,Math['round'](_0x2b8a85[_0x1e7254(0x76f)])),Math[_0x1e7254(0x792)](0x1,Math[_0x1e7254(0x300)](_0x2b8a85['height'])),_0x2b8a85['dpr']]['join']('::');}async[_0x36ed40(0x86d)](){const _0x3c4dfe=_0x36ed40;for(;this[_0x3c4dfe(0x626)][_0x3c4dfe(0x248)]>0x0||this[_0x3c4dfe(0x8dc)]||this[_0x3c4dfe(0x725)];)await(this[_0x3c4dfe(0x725)]??Promise[_0x3c4dfe(0x762)]()),await Promise[_0x3c4dfe(0x762)]();}[_0x36ed40(0x5df)](){const _0xd32f62=_0x36ed40;this[_0xd32f62(0x7c8)][_0xd32f62(0x465)](),this[_0xd32f62(0x5cf)]['clear'](),this[_0xd32f62(0x677)]['clear'](),this['_queue']['length']=0x0,this[_0xd32f62(0x9f0)][_0xd32f62(0x7be)]();}[_0x36ed40(0x568)](){const _0x2b916b=_0x36ed40;this[_0x2b916b(0x8dc)]||this[_0x2b916b(0x725)]||(this['_activeDrain']=this[_0x2b916b(0x7ee)]()['finally'](()=>{const _0x3f3fef=_0x2b916b;this[_0x3f3fef(0x725)]=null;}));}async[_0x36ed40(0x7ee)](){const _0xaf10b1=_0x36ed40;if(!this[_0xaf10b1(0x8dc)]){this[_0xaf10b1(0x8dc)]=!0x0;try{for(;this[_0xaf10b1(0x626)][_0xaf10b1(0x248)]>0x0;)await this[_0xaf10b1(0x245)](this[_0xaf10b1(0x626)][_0xaf10b1(0x212)]());}finally{this[_0xaf10b1(0x8dc)]=!0x1;}}}async[_0x36ed40(0x245)](_0x8ee19f){const _0x20f73d=_0x36ed40;let _0x7f31bd=this[_0x20f73d(0x7d5)](_0x8ee19f),_0x4e498e=this[_0x20f73d(0x677)][_0x20f73d(0x335)](_0x7f31bd);if(!_0x4e498e||_0x4e498e[_0x20f73d(0x575)]!==_0x20f73d(0x28a))return;let _0x19f61e=this[_0x20f73d(0x7c8)][_0x20f73d(0x335)](_0x8ee19f[_0x20f73d(0x560)]),_0x4d4474=this[_0x20f73d(0x852)](_0x4e498e[_0x20f73d(0x467)],_0x4e498e);if(!_0x19f61e){let _0x273ed3=_0x8ee19f[_0x20f73d(0x624)]?ln(_0x8ee19f[_0x20f73d(0x624)]):void 0x0;if(_0x273ed3){_0x4e498e[_0x20f73d(0x7ed)]=_0x273ed3,_0x4e498e['status']=_0x20f73d(0x4c1),_0x4e498e[_0x20f73d(0x8bc)]=Date[_0x20f73d(0x614)](),this[_0x20f73d(0x5cf)][_0x20f73d(0x436)](_0x4e498e[_0x20f73d(0x467)],_0x4e498e),this[_0x20f73d(0x9f0)][_0x20f73d(0x45d)](_0x4e498e);return;}this['_setRenderFailure'](_0x4e498e,_0x4d4474,Error('Missing\x20embed\x20float\x20preview\x20provider:\x20'+_0x8ee19f[_0x20f73d(0x560)]));return;}try{let _0x227e33=await _0x19f61e[_0x20f73d(0x232)]({..._0x8ee19f,'width':_0x4e498e[_0x20f73d(0x76f)],'height':_0x4e498e[_0x20f73d(0x2af)],'viewState':_0x4e498e[_0x20f73d(0x9a9)]});if(this['_entriesByKey'][_0x20f73d(0x335)](_0x7f31bd)!==_0x4e498e||_0x4e498e['status']!==_0x20f73d(0x28a))return;if(!_0x227e33){this['_setRenderFailure'](_0x4e498e,_0x4d4474,Error(_0x20f73d(0x8e2)));return;}_0x4e498e[_0x20f73d(0x7ed)]=_0x227e33,_0x4e498e['status']=_0x20f73d(0x4c1),_0x4e498e[_0x20f73d(0x8bc)]=Date['now'](),this[_0x20f73d(0x5cf)][_0x20f73d(0x436)](_0x4e498e[_0x20f73d(0x467)],_0x4e498e),this[_0x20f73d(0x9f0)][_0x20f73d(0x45d)](_0x4e498e);}catch(_0x2accdc){this[_0x20f73d(0x249)](_0x4e498e,_0x4d4474,_0x2accdc);}}[_0x36ed40(0x852)](_0x318996,_0x163dac){const _0x681969=_0x36ed40;let _0x236520=this[_0x681969(0x5cf)]['get'](_0x318996);return _0x236520&&_0x236520!==_0x163dac&&_0x236520[_0x681969(0x7ed)]?_0x236520:Array[_0x681969(0x513)](this['_entriesByKey'][_0x681969(0x8b8)]())[_0x681969(0x3ea)]()[_0x681969(0x1f2)](_0x18ad03=>_0x18ad03[_0x681969(0x467)]===_0x318996&&_0x18ad03!==_0x163dac&&_0x18ad03[_0x681969(0x7ed)]);}[_0x36ed40(0x249)](_0x112c14,_0x130bbf,_0x1ff9b0){const _0x434ccb=_0x36ed40;_0x112c14['status']=_0x130bbf!=null&&_0x130bbf['image']?_0x434ccb(0x577):_0x434ccb(0x776),_0x112c14[_0x434ccb(0x7ed)]=_0x130bbf==null?void 0x0:_0x130bbf['image'],_0x112c14[_0x434ccb(0x9a9)]=_0x112c14[_0x434ccb(0x9a9)]??(_0x130bbf==null?void 0x0:_0x130bbf[_0x434ccb(0x9a9)]),_0x112c14['error']=_0x1ff9b0,_0x112c14[_0x434ccb(0x8bc)]=Date['now'](),this[_0x434ccb(0x5cf)][_0x434ccb(0x436)](_0x112c14[_0x434ccb(0x467)],_0x112c14),this[_0x434ccb(0x9f0)]['next'](_0x112c14);}},vi=class{constructor(){const _0x288468=_0x36ed40;z(this,'_registrations',new Map()),z(this,'_geometryInvalidated$',new f['Subject']()),z(this,_0x288468(0x56c),this['_geometryInvalidated$'][_0x288468(0x3a3)]());}[_0x36ed40(0x2d1)](_0x3a436c){const _0x2526d9=_0x36ed40;return this[_0x2526d9(0x9fa)][_0x2526d9(0x436)](_0x3a436c['embedId'],_0x3a436c),this[_0x2526d9(0x910)]({'embedId':_0x3a436c[_0x2526d9(0x467)],'reason':_0x2526d9(0x294)}),(0x0,a['toDisposable'])(()=>{const _0x20b664=_0x2526d9;this[_0x20b664(0x9fa)]['get'](_0x3a436c['embedId'])===_0x3a436c&&(this[_0x20b664(0x9fa)][_0x20b664(0x3b2)](_0x3a436c['embedId']),this[_0x20b664(0x910)]({'embedId':_0x3a436c['embedId'],'reason':_0x20b664(0x294)}));});}[_0x36ed40(0x449)](_0x3be636){const _0x120320=_0x36ed40;return this[_0x120320(0x9fa)][_0x120320(0x335)](_0x3be636);}[_0x36ed40(0x9d9)](_0x103141){const _0x215741=_0x36ed40;return Array[_0x215741(0x513)](this[_0x215741(0x9fa)][_0x215741(0x8b8)]())[_0x215741(0x1f2)](_0x4a1d62=>_0x4a1d62[_0x215741(0x397)]===_0x103141);}[_0x36ed40(0x910)](_0x27dd8d){const _0x297e4f=_0x36ed40;this[_0x297e4f(0x220)][_0x297e4f(0x45d)](_0x27dd8d);}};let yi=class{constructor(_0x1be87c,_0x1b1fb7,_0x583156,_0xaf537b){const _0x3cdfe4=_0x36ed40;this[_0x3cdfe4(0x649)]=_0x1be87c,this[_0x3cdfe4(0x52c)]=_0x1b1fb7,this[_0x3cdfe4(0x813)]=_0x583156,this[_0x3cdfe4(0x364)]=_0xaf537b;}async[_0x36ed40(0x53a)](_0x5655f9){const _0x5451ab=_0x36ed40;return this[_0x5451ab(0x52c)][_0x5451ab(0x53a)](_0x5655f9);}async['restoreEmbed'](_0x1ee3a7){const _0x49f57f=_0x36ed40;let _0x2383c2=_0x1ee3a7['descriptor'],_0x53c56f=_0x1ee3a7[_0x49f57f(0x819)]??this[_0x49f57f(0x813)]['restoreAnchor']({'embedId':_0x2383c2[_0x49f57f(0x467)],'hostUnitId':_0x2383c2[_0x49f57f(0x98c)],'hostType':_0x2383c2[_0x49f57f(0x375)],'entry':_0x2383c2[_0x49f57f(0x89c)],'hostAnchorId':_0x2383c2[_0x49f57f(0x3bd)],'hostContext':_0x1ee3a7[_0x49f57f(0x7d9)],'descriptor':_0x2383c2});return this[_0x49f57f(0x649)][_0x49f57f(0x87e)](_0x2383c2['hostUnitId'],_0x2383c2),this[_0x49f57f(0x364)][_0x49f57f(0x6b4)](_0x53c56f),this[_0x49f57f(0x649)][_0x49f57f(0x7aa)](_0x2383c2['hostUnitId'],_0x2383c2[_0x49f57f(0x467)]);}};yi=Z([X(0x0,(0x0,a[_0x36ed40(0x7d2)])(t[_0x36ed40(0x875)])),X(0x1,(0x0,a['Inject'])(t[_0x36ed40(0x3dd)])),X(0x2,(0x0,a['Inject'])(t['EmbedHostAdapterRegistryService'])),X(0x3,(0x0,a['Inject'])(t['EmbedHostAnchorModelService']))],yi);function bi(_0x2e8387){const _0xdff9c=_0x36ed40;var _0x4bf2f6;if(!_0x2e8387)return;let _0xe29529=((_0x4bf2f6=_0x2e8387['closest']('[data-embed-interaction-boundary-owner]'))==null?void 0x0:_0x4bf2f6['getAttribute'](_0xdff9c(0x2cd)))??void 0x0,_0x33da27=xi(_0x2e8387,_0xe29529),_0x1e1405=(_0x33da27==null?void 0x0:_0x33da27[_0xdff9c(0x5f9)](_0xdff9c(0x771)))??_0xe29529;if(_0x1e1405)return{'embedId':_0x1e1405,'hostUnitId':(_0x33da27==null?void 0x0:_0x33da27[_0xdff9c(0x5f9)](_0xdff9c(0x3e1)))??void 0x0,'childUnitId':(_0x33da27==null?void 0x0:_0x33da27[_0xdff9c(0x5f9)](c['EMBED_CHILD_UNIT_ID_ATTRIBUTE']))??void 0x0,'childType':Ci(_0x33da27)};}function xi(_0x48a14d,_0x10d0c4){const _0x5708fc=_0x36ed40;let _0x401f88=_0x48a14d==null?void 0x0:_0x48a14d[_0x5708fc(0x71c)](_0x5708fc(0x221));if(_0x401f88&&(!_0x10d0c4||_0x401f88['getAttribute'](_0x5708fc(0x771))===_0x10d0c4))return _0x401f88;let _0x2dbefa=(_0x48a14d==null?void 0x0:_0x48a14d[_0x5708fc(0x76e)])??(typeof document>'u'?void 0x0:document);return!_0x2dbefa||!_0x10d0c4?_0x401f88??void 0x0:_0x2dbefa[_0x5708fc(0x334)]('[data-embed-float-dom=\x22true\x22][data-embed-id=\x22'+Si(_0x10d0c4)+'\x22]')??void 0x0;}function Si(_0x20cdbd){const _0x1d5fef=_0x36ed40;return _0x20cdbd[_0x1d5fef(0x959)](/\\/g,'\x5c\x5c')[_0x1d5fef(0x959)](/"/g,'\x5c\x22');}function Ci(_0x2b5ab0){const _0x555f91=_0x36ed40;let _0x396168=_0x2b5ab0==null?void 0x0:_0x2b5ab0[_0x555f91(0x5f9)]('data-embed-child-type');if(_0x396168!=null&&_0x396168!=='')return Number(_0x396168);}var wi=class{constructor(){const _0x960e8c=_0x36ed40;z(this,_0x960e8c(0x75d),new WeakMap()),z(this,_0x960e8c(0x8d9),new WeakSet());}[_0x36ed40(0x2d1)](_0x177be7,_0x466612){const _0x55fdab=_0x36ed40;let _0x1cbe40=this[_0x55fdab(0x75d)][_0x55fdab(0x335)](_0x177be7);if(!_0x1cbe40){let _0x1ddd8d=_0x177be7[_0x55fdab(0x76e)]['defaultView'];if(!_0x1ddd8d)return(0x0,a[_0x55fdab(0x63c)])(()=>{});let _0xfdcf7=_0x4098bc=>this['_observeWheel'](_0x177be7,_0x4098bc);_0x1ddd8d[_0x55fdab(0x75e)](_0x55fdab(0x641),_0xfdcf7,{'capture':!0x0,'passive':!0x1}),_0x1cbe40={'activeUntil':0x0,'containers':new Map(),'dispose':()=>_0x1ddd8d['removeEventListener'](_0x55fdab(0x641),_0xfdcf7,{'capture':!0x0}),'refCount':0x0},this['_sessions'][_0x55fdab(0x436)](_0x177be7,_0x1cbe40);}let _0x363df9=_0x1cbe40;return _0x363df9[_0x55fdab(0x29f)]+=0x1,_0x363df9['containers']['set'](_0x466612,(_0x363df9[_0x55fdab(0x9eb)][_0x55fdab(0x335)](_0x466612)??0x0)+0x1),(0x0,a['toDisposable'])(()=>{const _0x1d0ee2=_0x55fdab;let _0x4a2868=_0x363df9[_0x1d0ee2(0x9eb)]['get'](_0x466612)??0x0;_0x4a2868<=0x1?_0x363df9[_0x1d0ee2(0x9eb)]['delete'](_0x466612):_0x363df9[_0x1d0ee2(0x9eb)][_0x1d0ee2(0x436)](_0x466612,_0x4a2868-0x1),--_0x363df9[_0x1d0ee2(0x29f)],!(_0x363df9[_0x1d0ee2(0x29f)]>0x0||this[_0x1d0ee2(0x75d)]['get'](_0x177be7)!==_0x363df9)&&(_0x363df9[_0x1d0ee2(0x5df)](),this[_0x1d0ee2(0x75d)][_0x1d0ee2(0x3b2)](_0x177be7));});}[_0x36ed40(0x9c7)](_0x2d9b86){const _0x382677=_0x36ed40;return this[_0x382677(0x8d9)][_0x382677(0x82c)](_0x2d9b86);}['_observeWheel'](_0x4d97e5,_0x827534){const _0x1e433c=_0x36ed40;var _0x1b6bec;let _0x219b1d=_0x4d97e5[_0x1e433c(0x76e)][_0x1e433c(0x246)];if(!_0x219b1d)return;let _0x5915ed=Ei(_0x827534,_0x219b1d);if(!_0x5915ed||!_0x4d97e5[_0x1e433c(0x9fe)](_0x5915ed))return;let _0xcc8ee9=this[_0x1e433c(0x75d)][_0x1e433c(0x335)](_0x4d97e5);if(!_0xcc8ee9)return;let _0x27dd23=Date[_0x1e433c(0x614)](),_0x5331d5=xi(_0x5915ed),_0x1adb32=_0x5331d5??Ti(_0xcc8ee9[_0x1e433c(0x9eb)][_0x1e433c(0x2bc)](),_0x827534['clientX'],_0x827534[_0x1e433c(0x411)]);if(!_0x1adb32||!_0x4d97e5[_0x1e433c(0x9fe)](_0x1adb32)){_0xcc8ee9[_0x1e433c(0x95d)]=_0x27dd23+0x1f4;return;}let _0x58a6dc=_0x1adb32['getAttribute'](_0x1e433c(0x85d));if(_0x58a6dc===_0x1e433c(0x2f9)&&!_0x5331d5){_0xcc8ee9[_0x1e433c(0x95d)]=_0x27dd23+0x1f4;return;}if(_0x58a6dc==='inactive'&&((_0x1b6bec=bi(_0x1adb32))==null?void 0x0:_0x1b6bec[_0x1e433c(0x560)])===a['UniverInstanceType']['UNIVER_SLIDE']){_0xcc8ee9[_0x1e433c(0x95d)]=_0x27dd23+0x1f4,this[_0x1e433c(0x8d9)][_0x1e433c(0x258)](_0x827534);return;}if(_0x27dd23>=_0xcc8ee9['activeUntil']){_0x5331d5||(_0x827534[_0x1e433c(0x863)](),_0x827534[_0x1e433c(0x2f3)]());return;}_0xcc8ee9[_0x1e433c(0x95d)]=_0x27dd23+0x1f4,this['_hostGestureEvents']['add'](_0x827534);}};function Ti(_0x43e7a7,_0x3d5c15,_0x4333e1){const _0x1d96d4=_0x36ed40;for(let _0x216a54 of _0x43e7a7){let _0x1ae7de=_0x216a54[_0x1d96d4(0x886)]();if(_0x1ae7de[_0x1d96d4(0x76f)]>0x0&&_0x1ae7de[_0x1d96d4(0x2af)]>0x0&&_0x3d5c15>=_0x1ae7de[_0x1d96d4(0x2f5)]&&_0x3d5c15<=_0x1ae7de[_0x1d96d4(0x43d)]&&_0x4333e1>=_0x1ae7de['top']&&_0x4333e1<=_0x1ae7de[_0x1d96d4(0x611)])return _0x216a54;}}function Ei(_0x4bd543,_0x2ea0cc){const _0x5cc0da=_0x36ed40;let _0x5ea25d=_0x4bd543[_0x5cc0da(0x392)];return _0x5ea25d instanceof _0x2ea0cc[_0x5cc0da(0xa01)]?_0x5ea25d:_0x5ea25d instanceof _0x2ea0cc[_0x5cc0da(0x5b0)]||_0x5ea25d instanceof _0x2ea0cc[_0x5cc0da(0x7db)]?_0x5ea25d[_0x5cc0da(0x62c)]:null;}function Di(_0x28c3e9,_0x77c162,_0x37f1d4){const _0x437219=_0x36ed40;if(!_0x28c3e9[_0x437219(0x305)]&&!_0x28c3e9[_0x437219(0x54d)])return!0x1;switch(_0x77c162[_0x437219(0x393)][_0x437219(0x375)]){case a['UniverInstanceType']['UNIVER_SHEET']:return Oi(_0x28c3e9,_0x77c162,_0x37f1d4);case a['UniverInstanceType'][_0x437219(0x80b)]:return ki(_0x28c3e9,_0x77c162,_0x37f1d4);case a[_0x437219(0x583)][_0x437219(0x419)]:return Ai(_0x28c3e9,_0x77c162,_0x37f1d4);default:return!0x1;}}function Oi(_0x47a3f4,_0x4e2546,_0x2e53a1){const _0x2cfc67=_0x36ed40;let _0x11cac8=_0x2e53a1[_0x2cfc67(0x3bc)][_0x2cfc67(0x77d)](_0x4e2546[_0x2cfc67(0x98c)],a[_0x2cfc67(0x583)][_0x2cfc67(0x36c)]),_0x1a24e6=_0x11cac8==null?void 0x0:_0x11cac8[_0x2cfc67(0x373)]();return!_0x11cac8||!_0x1a24e6?!0x1:(_0x2e53a1[_0x2cfc67(0x7e4)][_0x2cfc67(0x638)](s[_0x2cfc67(0x2a8)]['id'],{'unitId':_0x4e2546[_0x2cfc67(0x98c)],'subUnitId':_0x1a24e6[_0x2cfc67(0xa1a)](),'zoomRatio':ji(_0x1a24e6['getZoomRatio'](),_0x47a3f4)}),!0x0);}function ki(_0x242873,_0x47a1e5,_0x58758f){const _0x3cd176=_0x36ed40;var _0x18160f;let _0xdc4171=_0x58758f['univerInstanceService'][_0x3cd176(0x77d)](_0x47a1e5[_0x3cd176(0x98c)],a[_0x3cd176(0x583)][_0x3cd176(0x80b)]);return _0xdc4171?(_0x58758f[_0x3cd176(0x7e4)][_0x3cd176(0x638)](o[_0x3cd176(0x3b1)]['id'],{'documentId':_0x47a1e5['hostUnitId'],'zoomRatio':ji(((_0x18160f=_0xdc4171[_0x3cd176(0x343)]())==null?void 0x0:_0x18160f['zoomRatio'])??0x1,_0x242873)}),!0x0):!0x1;}function Ai(_0x2c4df9,_0xdd0d12,_0x3c462c){const _0x2f99e9=_0x36ed40;let _0x3f9dc4=_0x3c462c[_0x2f99e9(0x3bc)][_0x2f99e9(0x77d)](_0xdd0d12[_0x2f99e9(0x98c)],a[_0x2f99e9(0x583)][_0x2f99e9(0x419)]);return _0x3f9dc4?(_0x3c462c[_0x2f99e9(0x7e4)][_0x2f99e9(0x638)](g[_0x2f99e9(0x806)]['id'],{'unitId':_0xdd0d12[_0x2f99e9(0x98c)],'zoomRatio':ji(_0x3f9dc4[_0x2f99e9(0x586)](),_0x2c4df9)}),!0x0):!0x1;}function ji(_0x233bfe,_0x28ee7f){const _0x17e965=_0x36ed40;return(0x0,p[_0x17e965(0x41c)])(_0x233bfe,{'deltaMode':_0x28ee7f[_0x17e965(0x66c)],'deltaX':_0x28ee7f['deltaX'],'deltaY':_0x28ee7f[_0x17e965(0x832)],'wheelDelta':_0x28ee7f[_0x17e965(0x89e)]});}var Mi=class{constructor(){const _0x35ad8d=_0x36ed40;z(this,_0x35ad8d(0x7c8),new Map());}['register'](_0x27baef){const _0x36c0b3=_0x36ed40;return this[_0x36c0b3(0x7c8)][_0x36c0b3(0x436)](_0x27baef['childType'],_0x27baef),(0x0,a['toDisposable'])(()=>{const _0xc62e2d=_0x36c0b3;this['_providers'][_0xc62e2d(0x335)](_0x27baef[_0xc62e2d(0x560)])===_0x27baef&&this[_0xc62e2d(0x7c8)][_0xc62e2d(0x3b2)](_0x27baef[_0xc62e2d(0x560)]);});}[_0x36ed40(0x335)](_0x26a07d,_0x54c2ea){const _0x3e12d8=_0x36ed40;var _0x39fdc4;let _0x1b37bc=this[_0x3e12d8(0x7c8)][_0x3e12d8(0x335)](_0x26a07d);if(_0x1b37bc&&!(_0x54c2ea&&(_0x39fdc4=_0x1b37bc[_0x3e12d8(0x4ae)])!=null&&_0x39fdc4['length']&&!_0x1b37bc[_0x3e12d8(0x4ae)][_0x3e12d8(0x3ed)](_0x54c2ea)))return _0x1b37bc;}[_0x36ed40(0x278)](){const _0x1934a9=_0x36ed40;return[...this[_0x1934a9(0x7c8)][_0x1934a9(0x8b8)]()];}},Ni=class{constructor(){const _0x50f156=_0x36ed40;z(this,_0x50f156(0x8de),[]);}[_0x36ed40(0x2d1)](_0x49e4fe){const _0x5eb627=_0x36ed40;return this[_0x5eb627(0x8de)][_0x5eb627(0x5b5)](_0x49e4fe),this[_0x5eb627(0x9f9)](),(0x0,a['toDisposable'])(()=>{const _0x231cd3=_0x5eb627;let _0x533c75=this[_0x231cd3(0x8de)]['indexOf'](_0x49e4fe);_0x533c75>=0x0&&this[_0x231cd3(0x8de)]['splice'](_0x533c75,0x1);});}[_0x36ed40(0x8e1)](_0xdf1a74){const _0xe0843=_0x36ed40;for(let _0x4d25d7 of this[_0xe0843(0x8de)]){var _0x17b55b;if(_0x4d25d7[_0xe0843(0x560)]===_0xdf1a74[_0xe0843(0x560)]&&!(_0xdf1a74[_0xe0843(0x901)]&&(_0x17b55b=_0x4d25d7['supportedLayouts'])!=null&&_0x17b55b[_0xe0843(0x248)]&&!_0x4d25d7[_0xe0843(0x4ae)][_0xe0843(0x3ed)](_0xdf1a74[_0xe0843(0x901)]))&&_0x4d25d7[_0xe0843(0x8e1)](_0xdf1a74)===!0x0)return!0x0;}return!0x1;}[_0x36ed40(0x278)](){const _0x38bd14=_0x36ed40;return[...this[_0x38bd14(0x8de)]];}[_0x36ed40(0x9f9)](){const _0x462cec=_0x36ed40;this[_0x462cec(0x8de)][_0x462cec(0x985)]((_0x4ef65d,_0x197da5)=>(_0x197da5['order']??0x0)-(_0x4ef65d[_0x462cec(0x85c)]??0x0));}};function Pi(_0x5480af){const _0x4066a1=_0x36ed40;if(!_0x5480af||typeof _0x5480af!='object')return;let _0x24ced6=_0x5480af;return _0x24ced6['version']===0x1&&_0x24ced6[_0x4066a1(0x467)]&&_0x24ced6[_0x4066a1(0x3bd)]?_0x24ced6:void 0x0;}const Fi=new Map();function Ii(_0xec87cc){const _0x282772=_0x36ed40;var _0x59f7d3,_0x3f1593;let {container:_0x5c3f47,content:_0x4b6b13,offset:_0x439e91}=_0xec87cc;if(!_0xec87cc[_0x282772(0x726)])return _0x439e91['current']=0x0,_0x4b6b13['style']['removeProperty']('transform'),_0x4b6b13[_0x282772(0x691)][_0x282772(0x307)](_0x282772(0x7de)),(0x0,a[_0x282772(0x63c)])(()=>{});let _0xcd5ec=_0x5c3f47[_0x282772(0x76e)]['defaultView']??window,_0x5677e4=ma(_0xec87cc[_0x282772(0x8c2)]),_0x497223=!0x1,_0xb4c139,_0x46ebe8=()=>{const _0xb3cda7=_0x282772;var _0x105cba,_0x45ffea;if(_0x497223)return;let _0x14d85a=_0xec87cc['getChildContext']();if(!_0x14d85a){_0x439e91[_0xb3cda7(0x600)]=0x0,_0x4b6b13['style'][_0xb3cda7(0x307)]('transform'),_0x4b6b13[_0xb3cda7(0x691)][_0xb3cda7(0x307)](_0xb3cda7(0x7de));return;}let _0x5cafb1=_0xec87cc['getProvider'](_0x14d85a);if(!_0x5cafb1)return;let _0x20d0de=Ri(_0x5c3f47,_0xcd5ec),_0x23c4d2=_0x5c3f47[_0xb3cda7(0x886)](),_0x7e45e6=(_0x105cba=Li(_0x5c3f47))==null?void 0x0:_0x105cba[_0xb3cda7(0x886)]()[_0xb3cda7(0x2af)],_0x3adf0f=pa(_0xec87cc['collapseViewportHeight'],_0x7e45e6==null?void 0x0:_0x7e45e6/_0x5677e4,_0x20d0de['height']/_0x5677e4),_0x1d7bc8=_0xec87cc[_0xb3cda7(0x9dd)]&&Math['round'](_0x23c4d2[_0xb3cda7(0x2af)]/_0x5677e4)>=Math[_0xb3cda7(0x300)](_0x3adf0f),_0x2b929d=pa(_0xec87cc['contentHeight'],_0x23c4d2[_0xb3cda7(0x2af)]/_0x5677e4),_0xabae37=Math[_0xb3cda7(0x2dd)](_0x2b929d,pa(_0xec87cc[_0xb3cda7(0x918)],_0x4b6b13[_0xb3cda7(0x886)]()[_0xb3cda7(0x2af)]/_0x5677e4,_0x20d0de[_0xb3cda7(0x2af)]/_0x5677e4)),_0x324b22=Vi({'collapseWithoutChildScroll':_0x1d7bc8,'contentHeight':_0x2b929d,'contentInsetTop':_0xec87cc[_0xb3cda7(0x4da)],'hostOffset':Math[_0xb3cda7(0x792)](0x0,(_0x20d0de['top']-_0x23c4d2['top'])/_0x5677e4),'stickyHeaderHeight':Math[_0xb3cda7(0x792)](0x18,((_0x45ffea=_0x5cafb1[_0xb3cda7(0x7b4)])==null?void 0x0:_0x45ffea[_0xb3cda7(0x4f6)](_0x5cafb1,_0x14d85a))??0x0),'viewportHeight':_0xabae37});if(_0x4b6b13[_0xb3cda7(0x691)]['transform']=_0x324b22['visualOffset']===0x0?'':_0xb3cda7(0x22f)+_0x324b22[_0xb3cda7(0x4bb)]*_0x5677e4+'px)',_0x4b6b13[_0xb3cda7(0x691)][_0xb3cda7(0x6d3)]=_0x324b22[_0xb3cda7(0x9db)]===0x0?'':_0xb3cda7(0x768)+_0x324b22['clipBottom']*_0x5677e4+_0xb3cda7(0x329),!zi(_0xec87cc[_0xb3cda7(0x5ec)][_0xb3cda7(0x600)],_0xb3cda7(0x9a2))||_0xec87cc[_0xb3cda7(0x894)][_0xb3cda7(0x600)])return;let _0x5ebbfb=_0x324b22[_0xb3cda7(0x704)]-_0x439e91['current'];if(Math['abs'](_0x5ebbfb)<0.5)return;_0x439e91['current']=_0x324b22[_0xb3cda7(0x704)],_0xec87cc[_0xb3cda7(0x910)]();let _0x18b62d=new WheelEvent(_0xb3cda7(0x641),{'cancelable':!0x1,'clientX':_0x23c4d2['left']+Math[_0xb3cda7(0x2dd)](_0x23c4d2['width'],_0x20d0de[_0xb3cda7(0x76f)])/0x2,'clientY':_0x20d0de[_0xb3cda7(0xa16)]+_0xabae37*_0x5677e4/0x2,'deltaY':_0x5ebbfb});_0xec87cc['syncingChildFromHost']['current']=!0x0;try{_0x5cafb1['handleWheel']({..._0x14d85a,'event':_0x18b62d,'source':_0xb3cda7(0x5b1),'stage':_0xec87cc[_0xb3cda7(0x45a)](),'viewportScrollY':_0x324b22['childOffset']});}finally{_0xec87cc[_0xb3cda7(0x316)][_0xb3cda7(0x600)]=!0x1;}},_0x4dd0a0=()=>{const _0x4f684c=_0x282772;_0x46ebe8(),_0x497223||(_0xb4c139=_0xcd5ec[_0x4f684c(0x7c4)](_0x4dd0a0));},_0x48e92f=()=>{const _0x70e11=_0x282772;globalThis[_0x70e11(0x6f3)](()=>{_0x497223||_0x46ebe8();});},_0x1c743f=_0xec87cc[_0x282772(0x6c2)](),_0x32b8a8=_0x1c743f?_0xec87cc['getProvider'](_0x1c743f):void 0x0,_0x27f6b2=_0x1c743f&&(_0x32b8a8==null||(_0x59f7d3=_0x32b8a8[_0x282772(0x6c5)])==null?void 0x0:_0x59f7d3[_0x282772(0x4f6)](_0x32b8a8,_0x1c743f,_0x361a38=>{const _0x37eba7=_0x282772;if(_0xec87cc[_0x37eba7(0x316)][_0x37eba7(0x600)]||!zi(_0xec87cc[_0x37eba7(0x5ec)][_0x37eba7(0x600)],_0x37eba7(0x486)))return;let _0x629d2d=Math[_0x37eba7(0x792)](0x0,pa(_0xec87cc['contentHeight'])-pa(_0xec87cc[_0x37eba7(0x918)])),_0x2e4c58=Ui(_0x361a38,0x0,_0x629d2d),_0x110658=_0x5c3f47[_0x37eba7(0x886)](),_0x18a476=Ri(_0x5c3f47,_0xcd5ec)['top'],_0x324b5e=Bi(_0x2e4c58,Ui((_0x18a476-_0x110658[_0x37eba7(0xa16)])/_0x5677e4,0x0,_0x629d2d),Math[_0x37eba7(0x792)](0x0,(_0x110658['top']-_0x18a476)/_0x5677e4));if(Math[_0x37eba7(0x6eb)](_0x324b5e)<0.5)return;let _0xa88269=new WheelEvent(_0x37eba7(0x641),{'cancelable':!0x1,'clientX':_0x110658['left']+_0x110658['width']/0x2,'clientY':_0x110658[_0x37eba7(0xa16)]+Math[_0x37eba7(0x2dd)](_0x110658[_0x37eba7(0x2af)],(_0xec87cc['viewportHeight']??_0x110658[_0x37eba7(0x2af)]/_0x5677e4)*_0x5677e4)/0x2,'deltaY':_0x324b5e*_0x5677e4}),_0xaa2c8=_0x439e91[_0x37eba7(0x600)],_0x2001b9=_0x4b6b13[_0x37eba7(0x691)][_0x37eba7(0x61f)],_0x1a34f9=_0x4b6b13[_0x37eba7(0x691)][_0x37eba7(0x6d3)];_0x439e91[_0x37eba7(0x600)]=_0x2e4c58,_0x4b6b13[_0x37eba7(0x691)][_0x37eba7(0x61f)]=_0x2e4c58===0x0?'':_0x37eba7(0x22f)+_0x2e4c58*_0x5677e4+_0x37eba7(0x49b),_0xec87cc[_0x37eba7(0x894)][_0x37eba7(0x600)]=!0x0;let _0x42a0ab=!0x1;try{var _0x759936;_0x42a0ab=((_0x759936=_0xec87cc[_0x37eba7(0x2d6)])==null?void 0x0:_0x759936[_0x37eba7(0x4f6)](_0xec87cc,_0xa88269,_0x1c743f))===!0x0||Zr(_0x5c3f47,_0xa88269);}finally{_0xec87cc[_0x37eba7(0x894)][_0x37eba7(0x600)]=!0x1;}if(!_0x42a0ab){_0x439e91['current']=_0xaa2c8,_0x4b6b13[_0x37eba7(0x691)]['transform']=_0x2001b9,_0x4b6b13[_0x37eba7(0x691)][_0x37eba7(0x6d3)]=_0x1a34f9;return;}_0xec87cc[_0x37eba7(0x910)]();}));_0xb4c139=_0xcd5ec['requestAnimationFrame'](_0x4dd0a0);let _0xed4581=(_0x3f1593=_0xec87cc[_0x282772(0x9f4)])==null?void 0x0:_0x3f1593[_0x282772(0x260)](_0x48e92f);_0xcd5ec[_0x282772(0x75e)](_0x282772(0x897),_0x46ebe8,!0x0),_0xcd5ec[_0x282772(0x75e)]('resize',_0x46ebe8);let _0x79b623=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x46ebe8);return _0x79b623==null||_0x79b623[_0x282772(0x336)](_0x5c3f47),(0x0,a[_0x282772(0x63c)])(()=>{const _0x35d0e4=_0x282772;_0x497223=!0x0,_0xb4c139!=null&&_0xcd5ec[_0x35d0e4(0x613)](_0xb4c139),_0x27f6b2==null||_0x27f6b2['dispose'](),_0xed4581==null||_0xed4581[_0x35d0e4(0x6cf)](),_0x79b623==null||_0x79b623['disconnect'](),_0xcd5ec[_0x35d0e4(0x2bb)](_0x35d0e4(0x897),_0x46ebe8,!0x0),_0xcd5ec[_0x35d0e4(0x2bb)](_0x35d0e4(0x4b3),_0x46ebe8),_0x4b6b13[_0x35d0e4(0x691)][_0x35d0e4(0x307)](_0x35d0e4(0x61f)),_0x4b6b13[_0x35d0e4(0x691)][_0x35d0e4(0x307)]('clip-path');});}function Li(_0x23993f){const _0x210b79=_0x36ed40;let _0x64f1a3=_0x23993f[_0x210b79(0x62c)];for(;_0x64f1a3&&_0x64f1a3!==document[_0x210b79(0x2d0)]&&_0x64f1a3!==document[_0x210b79(0x942)];){if($r(_0x64f1a3))return _0x64f1a3;_0x64f1a3=_0x64f1a3['parentElement'];}return null;}function Ri(_0x6ba86,_0x4fa7dc){const _0x45c6a1=_0x36ed40;var _0x4aef91,_0x575403;return((_0x4aef91=Li(_0x6ba86))==null?void 0x0:_0x4aef91[_0x45c6a1(0x886)]())??((_0x575403=Qr(_0x6ba86))==null?void 0x0:_0x575403[_0x45c6a1(0x886)]())??{'height':_0x4fa7dc[_0x45c6a1(0x663)],'top':0x0,'width':_0x4fa7dc[_0x45c6a1(0x60d)]};}function zi(_0x4bc0c2,_0x4fdb61){return _0x4bc0c2==null||_0x4bc0c2===_0x4fdb61;}function Bi(_0x11b677,_0x511b5e,_0x95c950){const _0x576d9d=_0x36ed40;let _0x3d8079=_0x11b677-_0x511b5e;return _0x3d8079+(_0x3d8079>0x0?Math[_0x576d9d(0x792)](0x0,_0x95c950):0x0);}function Vi(_0x20b486){const _0x135971=_0x36ed40;let _0x1f9431=pa(_0x20b486['contentHeight']),_0x1b1fef=Math[_0x135971(0x2dd)](_0x1f9431,pa(_0x20b486[_0x135971(0x918)])),_0x181841=Math['max'](0x0,_0x1f9431-_0x1b1fef);if(_0x181841===0x0&&!_0x20b486[_0x135971(0x9dd)])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x5ab2b1=Math[_0x135971(0x792)](0x0,_0x20b486['hostOffset']),_0x5853f3=Ui(pa(_0x20b486[_0x135971(0x727)]),0x1,_0x1b1fef),_0x4ff41f=typeof _0x20b486[_0x135971(0x4da)]==_0x135971(0x33c)&&Number[_0x135971(0x4eb)](_0x20b486[_0x135971(0x4da)])?Math[_0x135971(0x792)](0x0,_0x20b486['contentInsetTop']):0x0,_0x59e26c=Math['max'](_0x181841,_0x1f9431-_0x5853f3-_0x4ff41f),_0x22c110=Math[_0x135971(0x2dd)](_0x5ab2b1,_0x59e26c),_0x1de70d=Ui(_0x1f9431-_0x5ab2b1,_0x5853f3,_0x1b1fef);return{'childOffset':Math[_0x135971(0x2dd)](_0x5ab2b1,_0x181841),'clipBottom':_0x1b1fef-_0x1de70d,'visualOffset':_0x22c110};}function Hi(_0x4103b9){const _0x48fe9d=_0x36ed40;let _0x17ce17=Math[_0x48fe9d(0x792)](0x1,_0x4103b9['bleedWidth']-_0x4103b9[_0x48fe9d(0x202)]),_0x139f51=Math['min'](_0x4103b9[_0x48fe9d(0x767)],_0x17ce17);return{'initialWidth':_0x139f51,'maxExpansion':Math[_0x48fe9d(0x2dd)](_0x4103b9[_0x48fe9d(0x202)],Math[_0x48fe9d(0x792)](0x0,_0x4103b9[_0x48fe9d(0x767)]-_0x139f51))};}function Ui(_0x42d4c3,_0x5b4706,_0x5d2181){const _0x51e09d=_0x36ed40;return Math[_0x51e09d(0x792)](_0x5b4706,Math['min'](_0x5d2181,_0x42d4c3));}function Wi(_0x5239db){const _0x17ab9f=_0x36ed40;_0x5239db['style'][_0x17ab9f(0x307)](_0x17ab9f(0x2f5)),_0x5239db['style'][_0x17ab9f(0x307)](_0x17ab9f(0xa16)),_0x5239db[_0x17ab9f(0x691)][_0x17ab9f(0x307)]('width'),_0x5239db['style'][_0x17ab9f(0x307)]('height'),_0x5239db['style'][_0x17ab9f(0x307)](_0x17ab9f(0x49c)),_0x5239db['style']['removeProperty'](_0x17ab9f(0x915)),ea(_0x5239db);}function Gi(_0x46dc87,_0x1c8304){const _0x2a9be8=_0x36ed40;_0x1c8304?Fi[_0x2a9be8(0x436)](_0x46dc87,_0x1c8304):Fi[_0x2a9be8(0x3b2)](_0x46dc87);}function Ki(_0x1d4f68){const _0x2c0788=_0x36ed40;var _0x162961;let {chrome:_0x55f83a,container:_0x56829f,geometryService:_0x1e1d98,stage:_0x59c895}=_0x1d4f68;if(_0x1d4f68[_0x2c0788(0x6ac)]&&_0x59c895===_0x2c0788(0x2f9))return _0x55f83a[_0x2c0788(0x691)][_0x2c0788(0x49c)]=_0x2c0788(0x932),_0x55f83a[_0x2c0788(0x691)][_0x2c0788(0x474)]='none',(0x0,a['toDisposable'])(()=>{const _0x91c101=_0x2c0788;_0x55f83a['style'][_0x91c101(0x307)]('visibility'),_0x55f83a[_0x91c101(0x691)]['removeProperty'](_0x91c101(0x915));});let _0x2b65f4=_0x55f83a['parentElement'],_0x8107c4=_0x55f83a[_0x2c0788(0x9b7)],_0x22fcf8,_0x298474,_0x4bc0df=0x0,_0x2404ec,_0x1bf07a,_0x5d056c,_0x4c0c89,_0x1cfb91,_0x20370b,_0x2deee4,_0x45a7af=()=>{const _0x24df27=_0x2c0788;let _0x4bae29=na(_0x56829f),_0x1fb36a=ta(_0x56829f),_0x4ba38e=!ra(_0x56829f)&&_0x2deee4!=null&&_0x2404ec===_0x1fb36a[_0x24df27(0x2f5)]&&_0x5d056c===_0x1fb36a[_0x24df27(0x76f)]&&_0x4c0c89===_0x1fb36a[_0x24df27(0x2af)];!ra(_0x56829f)&&_0x2deee4!=null&&!_0x4ba38e&&(_0x2deee4=void 0x0);let _0x1d6f0e=_0x4ba38e?new DOMRect(_0x1fb36a[_0x24df27(0x2f5)],_0x2deee4,_0x1fb36a[_0x24df27(0x76f)],_0x1fb36a[_0x24df27(0x2af)]):_0x1fb36a,_0x52b1a1=!_0x4bae29||_0x1d6f0e['height']>=0x18,_0x139e83=Xi(_0x4bae29,_0x52b1a1,_0x1d6f0e[_0x24df27(0x2af)]);if(Ji(_0x56829f,_0x55f83a,_0x52b1a1,_0x59c895),Yi(_0x55f83a,_0x139e83,_0x59c895),_0x4bae29){ea(_0x55f83a);let _0x387eab=_0x56829f[_0x24df27(0x886)]();Zi(_0x55f83a,_0x1d6f0e,Qi(_0x387eab,_0x1d4f68['docsSheetLikeLayout']));}else $i(_0x55f83a),ea(_0x55f83a,_0x1d6f0e);_0x55f83a[_0x24df27(0x691)][_0x24df27(0x49c)]=_0x52b1a1?'':_0x24df27(0x932),_0x55f83a[_0x24df27(0x691)][_0x24df27(0x474)]=_0x52b1a1&&_0x59c895!==_0x24df27(0x2f9)?'':_0x24df27(0x6ee),(_0x1d6f0e['left']!==_0x2404ec||_0x1d6f0e[_0x24df27(0xa16)]!==_0x1bf07a||_0x1d6f0e[_0x24df27(0x76f)]!==_0x5d056c||_0x1d6f0e[_0x24df27(0x2af)]!==_0x4c0c89||_0x52b1a1!==_0x1cfb91||_0x139e83!==_0x20370b)&&(_0x2404ec=_0x1d6f0e[_0x24df27(0x2f5)],_0x1bf07a=_0x1d6f0e[_0x24df27(0xa16)],_0x5d056c=_0x1d6f0e[_0x24df27(0x76f)],_0x4c0c89=_0x1d6f0e[_0x24df27(0x2af)],_0x1cfb91=_0x52b1a1,_0x20370b=_0x139e83,Gi(_0x56829f,{'height':_0x1d6f0e[_0x24df27(0x2af)],'left':_0x1d6f0e['left'],'top':_0x1d6f0e[_0x24df27(0xa16)],'width':_0x1d6f0e[_0x24df27(0x76f)]}),_0x55f83a[_0x24df27(0x691)][_0x24df27(0x2f5)]=_0x1d6f0e[_0x24df27(0x2f5)]+'px',_0x55f83a['style']['top']=_0x1d6f0e['top']+'px',_0x55f83a[_0x24df27(0x691)][_0x24df27(0x76f)]=_0x1d6f0e['width']+'px',_0x55f83a[_0x24df27(0x691)][_0x24df27(0x2af)]=_0x1d6f0e[_0x24df27(0x2af)]+'px');},_0xd43c61=()=>{const _0x25b522=_0x2c0788;_0x45a7af(),_0x22fcf8=window[_0x25b522(0x7c4)](_0xd43c61);},_0x1e3fc1=()=>{const _0x33d693=_0x2c0788;_0x298474=void 0x0,_0x45a7af(),!(_0x4bc0df<=0x0)&&(--_0x4bc0df,_0x298474=window[_0x33d693(0x7c4)](_0x1e3fc1));},_0x39fbbc=_0x36cfa7=>{const _0x18d339=_0x2c0788;!ra(_0x56829f)&&oa(_0x36cfa7)&&_0x1bf07a!=null&&(_0x2deee4=_0x1bf07a),aa(_0x56829f,_0x36cfa7,{'height':_0x4c0c89,'left':_0x2404ec,'top':_0x1bf07a,'width':_0x5d056c})&&(_0x1e1d98[_0x18d339(0x910)]({'embedId':_0x1d4f68[_0x18d339(0x467)],'reason':'wheel'}),_0x4bc0df=Math[_0x18d339(0x792)](_0x4bc0df,0x3),_0x298474??=window[_0x18d339(0x7c4)](_0x1e3fc1));},_0x3ccdbc=()=>{const _0x2f8b45=_0x2c0788;_0x2deee4=void 0x0,_0x1e1d98['invalidate']({'embedId':_0x1d4f68[_0x2f8b45(0x467)],'reason':_0x2f8b45(0x9b2)}),_0x4bc0df=Math[_0x2f8b45(0x792)](_0x4bc0df,0x2),_0x298474??=window[_0x2f8b45(0x7c4)](_0x1e3fc1);},_0x51b86e=()=>{_0x2deee4=void 0x0;};_0x45a7af(),document[_0x2c0788(0x2d0)][_0x2c0788(0x413)](_0x55f83a);let _0x3e36c4=new ResizeObserver(_0x45a7af);_0x3e36c4[_0x2c0788(0x336)](_0x56829f);let _0x54594a=(_0x162961=_0x1d4f68[_0x2c0788(0x9f4)])==null?void 0x0:_0x162961[_0x2c0788(0x260)](_0x3ccdbc);return window[_0x2c0788(0x75e)](_0x2c0788(0x603),_0x51b86e,!0x0),window[_0x2c0788(0x75e)]('scroll',_0x39fbbc,!0x0),window[_0x2c0788(0x75e)](_0x2c0788(0x641),_0x39fbbc,!0x0),window[_0x2c0788(0x75e)](_0x2c0788(0x4b3),_0x39fbbc),(_0x59c895!==_0x2c0788(0x2f9)||ra(_0x56829f))&&(_0x22fcf8=window[_0x2c0788(0x7c4)](_0xd43c61)),(0x0,a[_0x2c0788(0x63c)])(()=>{const _0x39917b=_0x2c0788;_0x22fcf8!=null&&window[_0x39917b(0x613)](_0x22fcf8),_0x298474!=null&&window[_0x39917b(0x613)](_0x298474),_0x54594a==null||_0x54594a[_0x39917b(0x6cf)](),_0x3e36c4[_0x39917b(0x3d3)](),window[_0x39917b(0x2bb)](_0x39917b(0x603),_0x51b86e,!0x0),window[_0x39917b(0x2bb)](_0x39917b(0x897),_0x39fbbc,!0x0),window['removeEventListener']('wheel',_0x39fbbc,!0x0),window[_0x39917b(0x2bb)](_0x39917b(0x4b3),_0x39fbbc),Gi(_0x56829f),Wi(_0x55f83a),Ji(_0x56829f,_0x55f83a,!0x0,_0x39917b(0x7b3)),Yi(_0x55f83a,!0x0,_0x39917b(0x7b3)),_0x2b65f4!=null&&_0x2b65f4[_0x39917b(0x223)]?_0x2b65f4[_0x39917b(0x830)](_0x55f83a,_0x8107c4):_0x55f83a['remove']();});}function qi(_0x577676,_0x327d37){const _0x4d7c30=_0x36ed40;var _0x501d11,_0x3907d5,_0x216d33;let _0x2c926b=_0x577676[_0x4d7c30(0x4d2)][_0x4d7c30(0x467)],_0x51e809=_0x577676['ownerDocument'],_0x114d55=na(_0x577676)?[ta(_0x577676)]:[_0x577676['getBoundingClientRect'](),(_0x501d11=_0x577676['querySelector'](_0x4d7c30(0x5d3)))==null?void 0x0:_0x501d11[_0x4d7c30(0x886)]()],_0x47b725=_0x51e809['querySelector'](_0x4d7c30(0x2a0)+_0x2c926b+'\x22]'),_0x1d02d2=[_0x47b725==null||(_0x3907d5=_0x47b725[_0x4d7c30(0x334)](_0x4d7c30(0x8b6)))==null?void 0x0:_0x3907d5[_0x4d7c30(0x886)](),_0x47b725==null||(_0x216d33=_0x47b725[_0x4d7c30(0x334)]('[data-embed-float-fullscreen-button]'))==null?void 0x0:_0x216d33[_0x4d7c30(0x886)]()],_0x51838e=Array[_0x4d7c30(0x513)](_0x51e809[_0x4d7c30(0x32a)](_0x4d7c30(0x866)))[_0x4d7c30(0x32c)](_0x3145f3=>_0x3145f3[_0x4d7c30(0x4d2)][_0x4d7c30(0x467)]===_0x2c926b)['map'](_0x1dea8c=>_0x1dea8c[_0x4d7c30(0x886)]());return[..._0x114d55,..._0x1d02d2,..._0x51838e]['filter'](_0xfaded4=>!!_0xfaded4&&_0xfaded4[_0x4d7c30(0x76f)]>0x0&&_0xfaded4[_0x4d7c30(0x2af)]>0x0)['some'](_0x12ddec=>da(_0x12ddec,_0x327d37[_0x4d7c30(0x9ed)],_0x327d37['clientY']));}function Ji(_0x500a3a,_0x33d559,_0x110254,_0x1f1a55){const _0x5a6b24=_0x36ed40;let _0x3909fd=_0x110254?'':_0x5a6b24(0x6ee),_0x2ec7bc=_0x500a3a[_0x5a6b24(0x334)](_0x5a6b24(0x5d3)),_0x414c7e=_0x500a3a[_0x5a6b24(0x334)](_0x5a6b24(0x8a4)),_0x3c3112=_0x500a3a['querySelector'](_0x5a6b24(0x80a)),_0x3af04c=_0x500a3a[_0x5a6b24(0x334)](_0x5a6b24(0x6e5)),_0xa493aa=_0x500a3a[_0x5a6b24(0x334)](_0x5a6b24(0x3ca)),_0x4af37c=_0x33d559==null?void 0x0:_0x33d559[_0x5a6b24(0x334)](_0x5a6b24(0x374)),_0x19fff6=_0x33d559==null?void 0x0:_0x33d559[_0x5a6b24(0x334)](_0x5a6b24(0x4b1));if(_0x4af37c==null||_0x4af37c[_0x5a6b24(0x691)][_0x5a6b24(0x868)](_0x5a6b24(0x915),_0x5a6b24(0x6ee)),_0x19fff6==null||_0x19fff6['style'][_0x5a6b24(0x868)]('pointer-events',_0x5a6b24(0x6ee)),na(_0x500a3a)){_0x500a3a[_0x5a6b24(0x691)][_0x5a6b24(0x868)](_0x5a6b24(0x915),'none'),_0x2ec7bc==null||_0x2ec7bc[_0x5a6b24(0x691)][_0x5a6b24(0x868)](_0x5a6b24(0x915),_0x5a6b24(0x6ee)),_0x414c7e==null||_0x414c7e['style'][_0x5a6b24(0x868)](_0x5a6b24(0x915),'none'),_0x3c3112==null||_0x3c3112[_0x5a6b24(0x691)][_0x5a6b24(0x868)]('pointer-events',_0x110254?_0x5a6b24(0x7ca):'none'),_0x3af04c==null||_0x3af04c[_0x5a6b24(0x691)][_0x5a6b24(0x868)]('pointer-events',_0x5a6b24(0x6ee)),_0xa493aa==null||_0xa493aa[_0x5a6b24(0x691)]['setProperty'](_0x5a6b24(0x915),'none');return;}_0x500a3a[_0x5a6b24(0x691)][_0x5a6b24(0x307)](_0x5a6b24(0x915)),_0x2ec7bc==null||_0x2ec7bc['style'][_0x5a6b24(0x307)](_0x5a6b24(0x915)),_0x414c7e==null||_0x414c7e['style'][_0x5a6b24(0x868)](_0x5a6b24(0x915),_0x3909fd),_0x3c3112==null||_0x3c3112['style']['removeProperty'](_0x5a6b24(0x915)),_0x3af04c==null||_0x3af04c[_0x5a6b24(0x691)][_0x5a6b24(0x307)](_0x5a6b24(0x915)),_0xa493aa==null||_0xa493aa['style']['setProperty'](_0x5a6b24(0x915),_0x3909fd);}function Yi(_0x71260f,_0x3e90d8,_0x44643a){const _0x8da98c=_0x36ed40;let _0x296acb=_0x3e90d8&&_0x44643a!==_0x8da98c(0x7b3),_0x378f71=_0x71260f==null?void 0x0:_0x71260f['querySelector'](_0x8da98c(0x966)),_0x140be4=[_0x71260f==null?void 0x0:_0x71260f[_0x8da98c(0x334)](_0x8da98c(0x374)),_0x71260f==null?void 0x0:_0x71260f[_0x8da98c(0x334)](_0x8da98c(0x4b1))];_0x378f71==null||_0x378f71['style'][_0x8da98c(0x868)]('visibility',_0x296acb?'':_0x8da98c(0x932)),_0x378f71==null||_0x378f71[_0x8da98c(0x691)][_0x8da98c(0x868)](_0x8da98c(0x915),_0x296acb?'':'none'),_0x140be4[_0x8da98c(0x5f4)](_0x5c2210=>{const _0x1a597a=_0x8da98c;_0x5c2210==null||_0x5c2210[_0x1a597a(0x691)][_0x1a597a(0x868)](_0x1a597a(0x49c),_0x3e90d8&&_0x44643a===_0x1a597a(0x7b3)?'':'hidden'),_0x5c2210==null||_0x5c2210[_0x1a597a(0x691)][_0x1a597a(0x868)](_0x1a597a(0x915),_0x1a597a(0x6ee)),_0x44643a!==_0x1a597a(0x7b3)&&(_0x5c2210==null||_0x5c2210[_0x1a597a(0x301)](_0x1a597a(0x2fb)),_0x5c2210==null||_0x5c2210[_0x1a597a(0x32a)](_0x1a597a(0x2a9))[_0x1a597a(0x5f4)](_0x3df4ec=>{const _0x5f3d85=_0x1a597a;_0x3df4ec[_0x5f3d85(0x301)](_0x5f3d85(0x2fb));}));});}function Xi(_0x2393c5,_0x5b2145,_0x4fca7b){return _0x2393c5?_0x5b2145:_0x4fca7b>=0x28;}function Zi(_0x552f75,_0x12e587,_0x133b65){const _0x4220de=_0x36ed40;let _0x39ad00=_0x133b65[_0x4220de(0x2f5)]-_0x12e587['left'],_0x10891a=_0x133b65[_0x4220de(0x76f)];_0x552f75[_0x4220de(0x32a)](_0x4220de(0x8b6))[_0x4220de(0x5f4)](_0x29bdbc=>{const _0x123800=_0x4220de;var _0x4188c2;let _0x4750b5=(_0x4188c2=_0x29bdbc[_0x123800(0x71c)](_0x123800(0x25b)))==null?void 0x0:_0x4188c2[_0x123800(0x4d2)][_0x123800(0x3fb)],_0x4d3ad3=_0x29bdbc['dataset']['uComp']==='base-embed-floating-menu',_0x30e81d=_0x29bdbc['dataset'][_0x123800(0x973)]==='sheet-embed-floating-menu';_0x4750b5===_0x123800(0x421)?(_0x29bdbc[_0x123800(0x691)][_0x123800(0xa16)]=_0x4d3ad3?'-48px':_0x123800(0x724),_0x4d3ad3?(_0x29bdbc[_0x123800(0x691)][_0x123800(0x868)](_0x123800(0x2f5),_0x39ad00+'px',_0x123800(0x500)),_0x29bdbc['style'][_0x123800(0x868)]('right','auto',_0x123800(0x500)),_0x29bdbc['style']['setProperty'](_0x123800(0x76f),_0x10891a+'px',_0x123800(0x500))):_0x30e81d&&(_0x29bdbc[_0x123800(0x691)]['setProperty']('left',_0x39ad00+_0x10891a/0x2+'px',_0x123800(0x500)),_0x29bdbc['style'][_0x123800(0x868)](_0x123800(0x479),_0x10891a+'px'))):(_0x4d3ad3||_0x30e81d)&&(_0x29bdbc[_0x123800(0x691)][_0x123800(0xa16)]=_0x123800(0x44a));});}function Qi(_0x31f7c9,_0x5b5e20){const _0x523268=_0x36ed40;if(!_0x5b5e20)return _0x31f7c9;let _0x16663e=Math[_0x523268(0x2dd)](_0x5b5e20['contentWidth'],_0x5b5e20[_0x523268(0x76d)]);if(_0x16663e<=0x0||_0x31f7c9[_0x523268(0x76f)]<=0x0)return _0x31f7c9;let _0x33539e=_0x31f7c9[_0x523268(0x76f)]/_0x16663e;return new DOMRect(_0x31f7c9[_0x523268(0x2f5)],_0x31f7c9[_0x523268(0xa16)],_0x5b5e20[_0x523268(0x76d)]*_0x33539e,_0x31f7c9['height']);}function $i(_0x2e4a7f){const _0x44d0d1=_0x36ed40;_0x2e4a7f[_0x44d0d1(0x32a)](_0x44d0d1(0x8b6))[_0x44d0d1(0x5f4)](_0x2e6eaf=>{const _0x5dd73a=_0x44d0d1;var _0x42d0e2;_0x2e6eaf[_0x5dd73a(0x691)][_0x5dd73a(0x307)](_0x5dd73a(0x2f5)),_0x2e6eaf[_0x5dd73a(0x691)][_0x5dd73a(0x307)](_0x5dd73a(0xa16)),_0x2e6eaf[_0x5dd73a(0x691)][_0x5dd73a(0x307)](_0x5dd73a(0x76f)),_0x2e6eaf[_0x5dd73a(0x691)][_0x5dd73a(0x307)]('right'),_0x2e6eaf[_0x5dd73a(0x691)][_0x5dd73a(0x307)](_0x5dd73a(0x479)),(_0x42d0e2=_0x2e6eaf[_0x5dd73a(0x334)]('[data-u-comp=\x22base-embed-view-slot\x22]'))==null||_0x42d0e2[_0x5dd73a(0x691)][_0x5dd73a(0x307)]('margin-left');});}function ea(_0x5d1a2b,_0x2b46e1){const _0xe4a2d3=_0x36ed40;let _0x53ed24=_0x5d1a2b[_0xe4a2d3(0x334)](_0xe4a2d3(0x5f1));if(!_0x53ed24)return;if(!_0x2b46e1){_0x53ed24[_0xe4a2d3(0x691)][_0xe4a2d3(0x307)](_0xe4a2d3(0x61f));return;}let _0x1302cd=_0x53ed24[_0xe4a2d3(0x886)]()['width'],_0xea4194=_0x2b46e1[_0xe4a2d3(0x2f5)]+(_0x2b46e1[_0xe4a2d3(0x76f)]-_0x1302cd)/0x2,_0x2896b3=_0xe4a2d3(0x5bb)+(Ui(_0xea4194,0x8,Math['max'](0x8,window[_0xe4a2d3(0x60d)]-_0x1302cd-0x8))-_0xea4194)+_0xe4a2d3(0x49b);_0x53ed24[_0xe4a2d3(0x691)][_0xe4a2d3(0x61f)]!==_0x2896b3&&(_0x53ed24[_0xe4a2d3(0x691)][_0xe4a2d3(0x61f)]=_0x2896b3);}function ta(_0x587149){const _0x1519d9=_0x36ed40;let _0x60451b=ra(_0x587149)?_0x587149[_0x1519d9(0x334)]('[data-u-comp=\x22embed-float-dom-content\x22]'):null,_0x2abf74=_0x60451b==null?void 0x0:_0x60451b['getBoundingClientRect'](),_0x5e3a80=_0x587149[_0x1519d9(0x886)]();return sa(_0x2abf74&&_0x2abf74['width']>0x0&&_0x2abf74['height']>0x0?na(_0x587149)?ca(_0x2abf74,_0x5e3a80['bottom']):_0x2abf74:_0x5e3a80,_0x587149);}function na(_0x1eb1c4){const _0x242668=_0x36ed40;return!!_0x1eb1c4[_0x242668(0x71c)](_0x242668(0x229));}function ra(_0x3c2e2c){const _0x43074c=_0x36ed40;return na(_0x3c2e2c)||!!_0x3c2e2c[_0x43074c(0x71c)](_0x43074c(0x940));}function ia(_0x390054,_0x4054f3,_0x192cf4,_0x262588){const _0x566ffa=_0x36ed40;_0x262588[_0x566ffa(0x600)][_0x566ffa(0x5f4)](_0x5edbf7=>window['cancelAnimationFrame'](_0x5edbf7)),_0x262588[_0x566ffa(0x600)]=[],_0x390054[_0x566ffa(0x910)]({'embedId':_0x4054f3,'reason':_0x192cf4});let _0x39e058=_0x352136=>{const _0x23df72=_0x566ffa;let _0xa16542=window[_0x23df72(0x7c4)](()=>{const _0x214dc4=_0x23df72;_0x262588[_0x214dc4(0x600)]=_0x262588['current'][_0x214dc4(0x32c)](_0x49b2d3=>_0x49b2d3!==_0xa16542),_0x390054[_0x214dc4(0x910)]({'embedId':_0x4054f3,'reason':_0x192cf4}),_0x352136>0x1&&_0x39e058(_0x352136-0x1);});_0x262588[_0x23df72(0x600)][_0x23df72(0x5b5)](_0xa16542);};_0x39e058(0x2);}function aa(_0x29634b,_0x327369,_0x4e9304){const _0x5d1da6=_0x36ed40;if(Gr(_0x327369))return!0x1;let _0x48bd82=_0x327369==null?void 0x0:_0x327369[_0x5d1da6(0x392)];return!(_0x48bd82 instanceof Node&&_0x29634b[_0x5d1da6(0x9fe)](_0x48bd82)||_0x48bd82 instanceof HTMLElement&&_0x48bd82[_0x5d1da6(0x71c)](_0x5d1da6(0x221))||_0x327369 instanceof WheelEvent&&([...Fi['values']()][_0x5d1da6(0x980)](_0x523cb6=>fa(_0x523cb6,_0x327369))||fa(_0x4e9304,_0x327369)));}function oa(_0x17a888){const _0x6e9872=_0x36ed40;return _0x17a888 instanceof WheelEvent?Math['abs'](_0x17a888[_0x6e9872(0x832)])>=Math[_0x6e9872(0x6eb)](_0x17a888[_0x6e9872(0x711)]):(_0x17a888==null?void 0x0:_0x17a888[_0x6e9872(0x9e8)])==='scroll';}function sa(_0x287517,_0x3a6e61){const _0x7fc255=_0x36ed40;let _0x54523d=la(_0x3a6e61,_0x287517);if(!_0x54523d&&_0x287517['top']>=0x0&&_0x287517[_0x7fc255(0x2f5)]>=0x0)return _0x287517;let _0x5d2d9f=(_0x54523d==null?void 0x0:_0x54523d[_0x7fc255(0x886)]())??new DOMRect(0x0,0x0,window[_0x7fc255(0x60d)],window[_0x7fc255(0x663)]),_0x1129ef=Math[_0x7fc255(0x792)](_0x287517[_0x7fc255(0x2f5)],_0x5d2d9f[_0x7fc255(0x2f5)]),_0x3f55a5=Math[_0x7fc255(0x792)](_0x287517[_0x7fc255(0xa16)],_0x5d2d9f[_0x7fc255(0xa16)]),_0xe588c1=Math[_0x7fc255(0x2dd)](_0x287517[_0x7fc255(0x43d)],_0x5d2d9f['right']),_0xf3e237=Math[_0x7fc255(0x2dd)](_0x287517[_0x7fc255(0x611)],_0x5d2d9f[_0x7fc255(0x611)]);return _0xe588c1<=_0x1129ef||_0xf3e237<=_0x3f55a5?new DOMRect(_0x1129ef,_0x3f55a5,0x0,0x0):new DOMRect(_0x1129ef,_0x3f55a5,_0xe588c1-_0x1129ef,_0xf3e237-_0x3f55a5);}function ca(_0x4ca5a1,_0xf0c70d){const _0x3242d6=_0x36ed40;let _0x47ec3c=Math[_0x3242d6(0x2dd)](_0x4ca5a1[_0x3242d6(0x611)],_0xf0c70d);return _0x47ec3c<=_0x4ca5a1[_0x3242d6(0xa16)]?new DOMRect(_0x4ca5a1[_0x3242d6(0x2f5)],_0x4ca5a1[_0x3242d6(0xa16)],0x0,0x0):new DOMRect(_0x4ca5a1[_0x3242d6(0x2f5)],_0x4ca5a1[_0x3242d6(0xa16)],_0x4ca5a1['width'],_0x47ec3c-_0x4ca5a1['top']);}function la(_0x441782,_0xf847cd){const _0x46bb26=_0x36ed40;let _0x1cf0c9=_0x441782['parentElement'];for(;_0x1cf0c9&&_0x1cf0c9!==document[_0x46bb26(0x2d0)]&&_0x1cf0c9!==document[_0x46bb26(0x942)];){if($r(_0x1cf0c9)&&!ua(_0x1cf0c9,_0xf847cd))return _0x1cf0c9;_0x1cf0c9=_0x1cf0c9['parentElement'];}return null;}function ua(_0x4f5079,_0x91349d){const _0x3811d0=_0x36ed40;let _0x1cf77b=_0x4f5079[_0x3811d0(0x886)]();return _0x1cf77b[_0x3811d0(0x76f)]<=0x0||_0x1cf77b['height']<=0x0||Math[_0x3811d0(0x6eb)](_0x1cf77b['left']-_0x91349d[_0x3811d0(0x2f5)])<0x1&&Math[_0x3811d0(0x6eb)](_0x1cf77b[_0x3811d0(0xa16)]-_0x91349d[_0x3811d0(0xa16)])<0x1&&Math['abs'](_0x1cf77b[_0x3811d0(0x76f)]-_0x91349d[_0x3811d0(0x76f)])<0x1&&Math[_0x3811d0(0x6eb)](_0x1cf77b['height']-_0x91349d[_0x3811d0(0x2af)])<0x1;}function da(_0x3e3698,_0x1a836f,_0x4bd56e){const _0x1e653b=_0x36ed40;return _0x1a836f>=_0x3e3698[_0x1e653b(0x2f5)]&&_0x1a836f<=_0x3e3698[_0x1e653b(0x43d)]&&_0x4bd56e>=_0x3e3698[_0x1e653b(0xa16)]&&_0x4bd56e<=_0x3e3698[_0x1e653b(0x611)];}function fa(_0x4eeb00,_0x46e582){const _0x34f44c=_0x36ed40;let {height:_0x2fff0d,left:_0x291efe,top:_0x39e4e4,width:_0x31ad84}=_0x4eeb00;return Number[_0x34f44c(0x4eb)](_0x291efe)&&Number['isFinite'](_0x39e4e4)&&Number[_0x34f44c(0x4eb)](_0x31ad84)&&Number['isFinite'](_0x2fff0d)&&(_0x31ad84??0x0)>0x0&&(_0x2fff0d??0x0)>0x0&&_0x46e582[_0x34f44c(0x9ed)]>=_0x291efe&&_0x46e582[_0x34f44c(0x9ed)]<=_0x291efe+_0x31ad84&&_0x46e582[_0x34f44c(0x411)]>=_0x39e4e4&&_0x46e582[_0x34f44c(0x411)]<=_0x39e4e4+_0x2fff0d;}function pa(..._0xe948aa){const _0xe5d693=_0x36ed40;return Math[_0xe5d693(0x792)](0x1,_0xe948aa['find'](_0x2f0aa4=>typeof _0x2f0aa4==_0xe5d693(0x33c)&&Number[_0xe5d693(0x4eb)](_0x2f0aa4)&&_0x2f0aa4>0x0)??0x1);}function ma(_0x19f0e9){const _0x32a1cb=_0x36ed40;return typeof _0x19f0e9==_0x32a1cb(0x33c)&&Number[_0x32a1cb(0x4eb)](_0x19f0e9)&&_0x19f0e9>0x0?_0x19f0e9:0x1;}const ha=_0x36ed40(0x5cc);function ga(..._0x20e4f3){const _0x2fad79=_0x36ed40;return _0x20e4f3[_0x2fad79(0x32c)](_0x2ca40c=>!!_0x2ca40c&&_0x2ca40c[_0x2fad79(0x223)]);}function _a(_0x21d71c,_0x227aff,_0xc00f00,_0x401af5,_0x1c3a0d){const _0xaf08d=_0x36ed40;let _0x3b4665=_0x1c3a0d===a['UniverInstanceType'][_0xaf08d(0x419)],_0x11c667=_0x3b4665?()=>{}:(0x0,c[_0xaf08d(0x43a)])(_0x227aff?[_0x21d71c,_0x227aff]:[_0x21d71c]),_0x95a37=_0x3eab29=>{const _0x502f59=_0xaf08d;let _0x74ba8=_0x3eab29['target']instanceof HTMLElement?_0x3eab29[_0x502f59(0x392)]:null,_0xd97619=_0x74ba8?_0x74ba8[_0x502f59(0x71c)](_0x502f59(0x2e5)):null,_0x31e131=_0x21d71c['dataset'][_0x502f59(0x467)],_0x581bd6=ba(_0x21d71c,_0x227aff,_0xd97619,_0x31e131),_0x1ee293=!!_0x74ba8&&!!(_0x401af5!=null&&_0x401af5[_0x502f59(0x9fe)](_0x74ba8))&&!_0x21d71c[_0x502f59(0x9fe)](_0x74ba8);if(!(!_0x581bd6&&!_0x1ee293&&!ya(_0x3b4665,_0x21d71c,_0x227aff,_0x74ba8))&&!(_0x3b4665&&_0x581bd6&&va(_0xd97619,_0x74ba8,_0x3eab29))&&!xa(_0x3b4665,_0xd97619,_0x74ba8,_0x3eab29)){if(_0x3b4665){_0xc00f00==null||_0xc00f00(_0x3eab29),_0x3eab29['preventDefault'](),_0x3eab29[_0x502f59(0x3e6)]();return;}!_0x3eab29['ctrlKey']&&!_0x3eab29[_0x502f59(0x54d)]&&(_0xc00f00==null?void 0x0:_0xc00f00(_0x3eab29))!==!0x0||(_0x3eab29[_0x502f59(0x863)](),_0x3eab29[_0x502f59(0x3e6)]());}};return _0x21d71c[_0xaf08d(0x76e)][_0xaf08d(0x75e)]('wheel',_0x95a37,{'capture':!0x0,'passive':!0x1}),()=>{const _0x3730b5=_0xaf08d;_0x21d71c[_0x3730b5(0x76e)][_0x3730b5(0x2bb)](_0x3730b5(0x641),_0x95a37,!0x0),_0x11c667();};}function va(_0x3620b5,_0x32a98f,_0x23407d){const _0x10c3d4=_0x36ed40;return(_0x3620b5==null?void 0x0:_0x3620b5[_0x10c3d4(0x4d2)][_0x10c3d4(0x2e1)])!==_0x10c3d4(0x69e)||_0x23407d[_0x10c3d4(0x305)]||_0x23407d['metaKey']?!0x1:((!_0x32a98f||!Sa(_0x3620b5,_0x32a98f,_0x23407d))&&_0x23407d[_0x10c3d4(0x863)](),_0x23407d[_0x10c3d4(0x3e6)](),!0x0);}function ya(_0x5d21d4,_0xbe6e77,_0x263661,_0x164a71){const _0x39b615=_0x36ed40;return _0x5d21d4&&(_0xbe6e77[_0x39b615(0x9fe)](_0x164a71)||(_0x263661==null?void 0x0:_0x263661['contains'](_0x164a71))===!0x0);}function ba(_0x8d7f2b,_0x2f1421,_0x15fd39,_0x1a616c){const _0x4f42fd=_0x36ed40;return!!_0x15fd39&&(_0x8d7f2b[_0x4f42fd(0x9fe)](_0x15fd39)||(_0x2f1421==null?void 0x0:_0x2f1421['contains'](_0x15fd39))===!0x0||!!_0x1a616c&&_0x15fd39[_0x4f42fd(0x4d2)]['embedId']===_0x1a616c);}function xa(_0x2e859c,_0x2dcb25,_0xd0edf6,_0x4bd1bb){return!_0x2e859c&&!!_0x2dcb25&&!!_0xd0edf6&&Sa(_0x2dcb25,_0xd0edf6,_0x4bd1bb);}function Sa(_0x16a24d,_0x5e93d7,_0x54c3f4){const _0x333fce=_0x36ed40;if(_0x54c3f4['ctrlKey']||_0x54c3f4['metaKey'])return!0x1;let _0x5b2380=_0x54c3f4['deltaX']||(_0x54c3f4[_0x333fce(0x525)]?_0x54c3f4[_0x333fce(0x832)]:0x0),_0x1139b3=_0x54c3f4['shiftKey']?0x0:_0x54c3f4[_0x333fce(0x832)],_0x5441ed=_0x5e93d7;for(;_0x5441ed&&_0x16a24d[_0x333fce(0x9fe)](_0x5441ed);){if(Ca(_0x5441ed,_0x5b2380,_0x1139b3))return!0x0;if(_0x5441ed===_0x16a24d)break;_0x5441ed=_0x5441ed['parentElement'];}return!0x1;}function Ca(_0x4ca28a,_0x48b71c,_0x5c65cd){const _0x1beece=_0x36ed40;let _0x376762=_0x4ca28a[_0x1beece(0x76e)][_0x1beece(0x246)];if(!_0x376762)return!0x1;let _0x4942f3=_0x376762['getComputedStyle'](_0x4ca28a),_0x31af18=wa(_0x4942f3[_0x1beece(0x3a4)])&&Ta(_0x4ca28a[_0x1beece(0x422)],_0x4ca28a[_0x1beece(0x4bc)]-_0x4ca28a[_0x1beece(0x9c5)],_0x48b71c),_0x3c37cc=wa(_0x4942f3[_0x1beece(0x7b0)])&&Ta(_0x4ca28a['scrollTop'],_0x4ca28a[_0x1beece(0x330)]-_0x4ca28a['clientHeight'],_0x5c65cd);return _0x31af18||_0x3c37cc;}function wa(_0x4d1d9b){const _0x5e0807=_0x36ed40;return _0x4d1d9b===_0x5e0807(0x7ca)||_0x4d1d9b===_0x5e0807(0x897);}function Ta(_0x7cca18,_0x297dff,_0x1fb673){return _0x297dff>0x0&&(_0x1fb673<0x0?_0x7cca18>0x0:_0x1fb673>0x0&&_0x7cca18<_0x297dff);}function Ea(_0x51b722,_0x2f505b){const _0x2d6810=_0x36ed40;let _0x394662=_0x51b722[_0x2d6810(0x334)](_0x2d6810(0x83f)),_0x2121fb=(_0x394662==null?void 0x0:_0x394662[_0x2d6810(0x30f)])instanceof HTMLElement?_0x394662[_0x2d6810(0x30f)]:null,_0x358494=_0x1c17fc=>_0x1c17fc instanceof Node&&(_0x51b722[_0x2d6810(0x9fe)](_0x1c17fc)||_0x2f505b[_0x2d6810(0x9fe)](_0x1c17fc)),_0x2dbff2=()=>{const _0x33ab94=_0x2d6810;var _0x6ded66,_0x592695;_0x394662==null||_0x394662['style'][_0x33ab94(0x868)](_0x33ab94(0x2b2),'1'),((_0x6ded66=_0x51b722[_0x33ab94(0x76e)][_0x33ab94(0x246)])==null||(_0x592695=_0x6ded66[_0x33ab94(0x1f5)])==null?void 0x0:_0x592695[_0x33ab94(0x4f6)](_0x6ded66,'(prefers-reduced-motion:\x20reduce)')[_0x33ab94(0x567)])!==!0x0&&(_0x2121fb==null||_0x2121fb['style'][_0x33ab94(0x868)](_0x33ab94(0xa00),'univer-spin\x205s\x20linear\x20infinite'));},_0x32bdee=()=>{const _0x1ec5c4=_0x2d6810;_0x394662==null||_0x394662[_0x1ec5c4(0x691)][_0x1ec5c4(0x307)]('opacity'),_0x2121fb==null||_0x2121fb['style'][_0x1ec5c4(0x307)](_0x1ec5c4(0xa00));},_0x4c8902=()=>{const _0x32f9db=_0x2d6810;_0x2f505b[_0x32f9db(0x691)][_0x32f9db(0x868)]('opacity','1'),_0x2dbff2();},_0x3e861d=_0x2709e8=>{const _0x519d19=_0x2d6810;_0x358494(_0x2709e8[_0x519d19(0x94c)])||(_0x2f505b[_0x519d19(0x691)][_0x519d19(0x307)]('opacity'),_0x32bdee());};return _0x51b722[_0x2d6810(0x75e)](_0x2d6810(0x5b9),_0x4c8902),_0x51b722[_0x2d6810(0x75e)](_0x2d6810(0x565),_0x3e861d),_0x2f505b[_0x2d6810(0x75e)](_0x2d6810(0x5b9),_0x4c8902),_0x2f505b['addEventListener'](_0x2d6810(0x565),_0x3e861d),(_0x51b722[_0x2d6810(0x567)](_0x2d6810(0x25c))||_0x2f505b[_0x2d6810(0x567)](_0x2d6810(0x25c)))&&_0x4c8902(),()=>{const _0x1730cc=_0x2d6810;_0x51b722[_0x1730cc(0x2bb)](_0x1730cc(0x5b9),_0x4c8902),_0x51b722[_0x1730cc(0x2bb)](_0x1730cc(0x565),_0x3e861d),_0x2f505b[_0x1730cc(0x2bb)](_0x1730cc(0x5b9),_0x4c8902),_0x2f505b[_0x1730cc(0x2bb)](_0x1730cc(0x565),_0x3e861d),_0x2f505b[_0x1730cc(0x691)][_0x1730cc(0x307)](_0x1730cc(0x2b2)),_0x32bdee();};}function Da(_0x23cea2,_0x3b7924){const _0x10ed93=_0x36ed40;if(_0x3b7924 instanceof HTMLCanvasElement&&_0x23cea2[_0x10ed93(0x980)](_0x3430bc=>_0x3430bc['contains'](_0x3b7924)))return _0x3b7924;for(let _0x51d63b of _0x23cea2){let _0x2111ec=_0x51d63b[_0x10ed93(0x334)](_0x10ed93(0x48a));if(_0x2111ec)return _0x2111ec;}return null;}function Oa(_0x118102,_0x140229=!0x1){const _0x615f1e=_0x36ed40;return _0x118102!==a[_0x615f1e(0x583)][_0x615f1e(0x36c)]&&_0x118102!==a[_0x615f1e(0x583)][_0x615f1e(0x80b)]&&(_0x140229||_0x118102!==a[_0x615f1e(0x583)][_0x615f1e(0x7fa)]);}function ka(_0x1d5ec7){const _0x424aff=_0x36ed40;let _0x1c0ff2=Aa(_0x1d5ec7);return _0x1c0ff2===_0x424aff(0x21b)||_0x1c0ff2===_0x424aff(0x5c1)||_0x1c0ff2===_0x424aff(0x64f);}function Aa(_0x6a0bd8){return U(_0x6a0bd8);}function ja(_0x51edb6,_0x3ddad0,_0x3c4d84,_0x49df53,_0x3ec003){const _0x1fbd8b=_0x36ed40;if(_0x3ec003!=='stage2'||!_0x3c4d84||!_0x49df53)return;let _0x5a056a=new Map(),_0x25a831=()=>{const _0xa9970b=_0x2eed;let _0x3ec0fa=new Set([_0x49df53,..._0x3ddad0[_0xa9970b(0x515)](_0x3c4d84)]);_0x5a056a['forEach']((_0x5adeda,_0x3cf9d7)=>{const _0xf36e5d=_0xa9970b;_0x3ec0fa[_0xf36e5d(0x82c)](_0x3cf9d7)||(_0x5adeda[_0xf36e5d(0x5df)](),_0x5a056a[_0xf36e5d(0x3b2)](_0x3cf9d7));}),_0x3ec0fa[_0xa9970b(0x5f4)](_0xe018bf=>{const _0x57a66e=_0xa9970b;_0x5a056a[_0x57a66e(0x82c)](_0xe018bf)||_0x51edb6['checkElementInCurrentContainers'](_0xe018bf)||_0x5a056a['set'](_0xe018bf,_0x51edb6['registerContainerElement'](_0xe018bf));});};_0x25a831();let _0x578dac=_0x3ddad0[_0x1fbd8b(0x322)][_0x1fbd8b(0x260)](_0x25a831);return(0x0,a['toDisposable'])(()=>{const _0x3eadcd=_0x1fbd8b;_0x578dac[_0x3eadcd(0x6cf)](),_0x5a056a['forEach'](_0x17c770=>_0x17c770['dispose']()),_0x5a056a[_0x3eadcd(0x465)]();});}function Ma(_0x32058f){const _0x5d9325=_0x36ed40;let _0x5cd3ad=Aa(_0x32058f[_0x5d9325(0x392)]);return _0x32058f[_0x5d9325(0x59f)]===_0x5d9325(0x7b3)&&_0x32058f[_0x5d9325(0x87f)]&&(!_0x5cd3ad||me(_0x5cd3ad)['acquiresOwnedPointerLease']);}function Na(_0x5657e2){const _0x3cb541=_0x36ed40;let _0x51ad69=_0x4484de=>{const _0x41b82e=_0x2eed;var _0x28648b,_0x29c9cd;let _0x5bb06e=_0x4484de[_0x41b82e(0x392)],_0x5eff26=((_0x28648b=_0x5657e2['isExternalHostInteraction'])==null?void 0x0:_0x28648b[_0x41b82e(0x4f6)](_0x5657e2,_0x4484de))??!0x1;if(_0x5657e2[_0x41b82e(0x3fa)]['getStage'](_0x5657e2[_0x41b82e(0x467)])===_0x41b82e(0x2f9))return;_0x5eff26&&(_0x5657e2[_0x41b82e(0x890)][_0x41b82e(0x600)]=Date[_0x41b82e(0x614)]()+_0x5657e2[_0x41b82e(0x8ae)]);let _0x1b105d=_0x5657e2[_0x41b82e(0x3d4)][_0x41b82e(0x2a7)](_0x5657e2[_0x41b82e(0x467)],_0x5bb06e,_0x4484de)||_0x5657e2['interactionBoundaryService'][_0x41b82e(0x9fe)](_0x5657e2['embedId'],_0x5bb06e,_0x4484de);_0x1b105d&&(_0x5657e2[_0x41b82e(0x36d)][_0x41b82e(0x600)]=Date['now']()+_0x5657e2['graceMs']),!(!_0x5bb06e||_0x5657e2[_0x41b82e(0x54b)][_0x41b82e(0x9fe)](_0x5bb06e)||(_0x29c9cd=_0x5657e2[_0x41b82e(0x7e7)])!=null&&_0x29c9cd['contains'](_0x5bb06e)||_0x5bb06e['closest'](_0x41b82e(0x2e5))||_0x1b105d||_0x5eff26||qi(_0x5657e2[_0x41b82e(0x54b)],_0x4484de))&&_0x5657e2['activationService'][_0x41b82e(0x57d)](_0x5657e2['embedId'],_0x5657e2[_0x41b82e(0x98c)]);},_0x1b2adb=_0x5c29bc=>{const _0x579760=_0x2eed;var _0x1e60ed;let _0x1b7045=_0x5c29bc[_0x579760(0x392)],_0xe1e1b4=_0x5657e2[_0x579760(0x54b)][_0x579760(0x76e)]??(_0x1b7045==null?void 0x0:_0x1b7045[_0x579760(0x76e)]),_0x91adbf=_0x5657e2[_0x579760(0x3d4)][_0x579760(0x1ef)](_0x5657e2[_0x579760(0x467)],{'ignoreOwners':_0x5657e2[_0x579760(0x9bf)]});_0x5657e2[_0x579760(0x3fa)][_0x579760(0x45a)](_0x5657e2[_0x579760(0x467)])!==_0x579760(0x2f9)&&(!_0x1b7045||_0x91adbf||Date[_0x579760(0x614)]()<_0x5657e2[_0x579760(0x36d)][_0x579760(0x600)]||Date[_0x579760(0x614)]()<_0x5657e2[_0x579760(0x890)][_0x579760(0x600)]||_0x5657e2[_0x579760(0x35a)][_0x579760(0x47e)](_0x5657e2[_0x579760(0x467)],_0xe1e1b4)||!za(_0x1b7045)||_0x5657e2[_0x579760(0x54b)]['contains'](_0x1b7045)||(_0x1e60ed=_0x5657e2[_0x579760(0x7e7)])!=null&&_0x1e60ed[_0x579760(0x9fe)](_0x1b7045)||_0x1b7045[_0x579760(0x71c)](_0x579760(0x2e5))||_0x5657e2[_0x579760(0x3d4)][_0x579760(0x2a7)](_0x5657e2[_0x579760(0x467)],_0x1b7045,_0x5c29bc)||_0x5657e2['interactionBoundaryService'][_0x579760(0x9fe)](_0x5657e2[_0x579760(0x467)],_0x1b7045,_0x5c29bc)||_0x5657e2['activationService'][_0x579760(0x57d)](_0x5657e2['embedId'],_0x5657e2[_0x579760(0x98c)]));};return document[_0x3cb541(0x75e)]('pointerdown',_0x51ad69,!0x0),document[_0x3cb541(0x75e)](_0x3cb541(0x66d),_0x1b2adb,!0x0),(0x0,a[_0x3cb541(0x63c)])(()=>{const _0x31eb39=_0x3cb541;document['removeEventListener'](_0x31eb39(0x603),_0x51ad69,!0x0),document['removeEventListener'](_0x31eb39(0x66d),_0x1b2adb,!0x0);});}function Pa(_0x3458b7){const _0x36200a=_0x36ed40;let _0x5e73da,_0x4cb3a3=()=>{_0x5e73da=void 0x0;},_0x2094e0=_0x251334=>{const _0x4b7f9a=_0x2eed;if(!_0x3458b7[_0x4b7f9a(0x835)]())return;let _0x19721e=Fa(_0x3458b7[_0x4b7f9a(0x7b2)][_0x4b7f9a(0x7aa)](_0x3458b7[_0x4b7f9a(0x5af)][_0x4b7f9a(0x98c)],_0x3458b7['data']['embedId']),_0x3458b7[_0x4b7f9a(0x5af)]);if(!(_0x19721e!=null&&_0x19721e['childUnitId']))return;let _0x5caf74=_0x251334['target'];_0x5caf74!=null&&_0x5caf74[_0x4b7f9a(0x71c)](_0x4b7f9a(0x2e5))||_0x3458b7[_0x4b7f9a(0x3fa)]['getStage'](_0x3458b7['data'][_0x4b7f9a(0x467)])!=='stage2'&&(_0x5e73da={'button':_0x251334[_0x4b7f9a(0x66b)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x251334[_0x4b7f9a(0x379)],'startedAt':Date[_0x4b7f9a(0x614)](),'startX':_0x251334[_0x4b7f9a(0x9ed)],'startY':_0x251334['clientY']});},_0x17c97b=_0x5da0e8=>{const _0xaefbbd=_0x2eed;if(!_0x5e73da||_0x5e73da[_0xaefbbd(0x379)]!==_0x5da0e8['pointerId']||Math[_0xaefbbd(0x5f6)](_0x5da0e8[_0xaefbbd(0x9ed)]-_0x5e73da[_0xaefbbd(0x60e)],_0x5da0e8[_0xaefbbd(0x411)]-_0x5e73da[_0xaefbbd(0x8c0)])<=0x4)return;_0x5e73da[_0xaefbbd(0x1f0)]=!0x0;let _0x17b6bf=jr({'interactionFlow':_0x3458b7[_0xaefbbd(0x7f0)],'stage':_0x3458b7[_0xaefbbd(0x3fa)][_0xaefbbd(0x45a)](_0x3458b7[_0xaefbbd(0x5af)][_0xaefbbd(0x467)])});!_0x3458b7['enableStage1BodyDrag']||_0x5e73da[_0xaefbbd(0x394)]||!_0x17b6bf['allowHostBodyDrag']||(_0x5e73da[_0xaefbbd(0x394)]=!0x0,document[_0xaefbbd(0x69d)](new CustomEvent(ha,{'detail':{'button':_0x5e73da[_0xaefbbd(0x66b)],'clientX':_0x5e73da[_0xaefbbd(0x60e)],'clientY':_0x5e73da['startY'],'embedId':_0x3458b7['data']['embedId'],'hostAnchorId':_0x3458b7[_0xaefbbd(0x5af)]['hostAnchorId'],'hostUnitId':_0x3458b7[_0xaefbbd(0x5af)]['hostUnitId'],'pointerId':_0x5e73da[_0xaefbbd(0x379)]}})));},_0x11e866=_0x32a2ff=>{const _0x10791f=_0x2eed;let _0x54f5ad=_0x5e73da;if(_0x5e73da=void 0x0,!_0x54f5ad||!_0x3458b7[_0x10791f(0x835)]()||_0x54f5ad[_0x10791f(0x379)]!==_0x32a2ff['pointerId']||_0x54f5ad[_0x10791f(0x1f0)]||Date['now']()-_0x54f5ad[_0x10791f(0x870)]>0x1f4)return;let _0x436e49=Fa(_0x3458b7['embedModelService']['getDescriptor'](_0x3458b7[_0x10791f(0x5af)]['hostUnitId'],_0x3458b7[_0x10791f(0x5af)][_0x10791f(0x467)]),_0x3458b7[_0x10791f(0x5af)]);if(!(_0x436e49!=null&&_0x436e49['childUnitId']))return;let _0x1f29b7=Ia(_0x3458b7[_0x10791f(0x3fa)][_0x10791f(0x45a)](_0x3458b7[_0x10791f(0x5af)]['embedId']));if(_0x1f29b7){if(_0x1f29b7===_0x10791f(0x682)){_0x3458b7['activationService'][_0x10791f(0x213)](_0x436e49,_0x1f29b7);return;}if(_0x1f29b7==='stage2'){_0x3458b7['acquireStage2SessionLease'](),_0x3458b7[_0x10791f(0x5e3)][_0x10791f(0x213)](_0x436e49,_0x1f29b7,{'portalContainer':_0x3458b7['popupRoot']}),_0x3458b7[_0x10791f(0x6b7)]();return;}_0x3458b7[_0x10791f(0x5e3)][_0x10791f(0x213)](_0x436e49,_0x1f29b7,{'portalContainer':_0x3458b7['popupRoot']});}};return _0x3458b7[_0x36200a(0x72f)]['addEventListener'](_0x36200a(0x603),_0x2094e0,!0x0),_0x3458b7[_0x36200a(0x72f)][_0x36200a(0x75e)](_0x36200a(0xa03),_0x17c97b,!0x0),_0x3458b7[_0x36200a(0x72f)][_0x36200a(0x75e)](_0x36200a(0x2be),_0x11e866,!0x0),_0x3458b7['gate'][_0x36200a(0x75e)]('pointercancel',_0x4cb3a3,!0x0),(0x0,a[_0x36200a(0x63c)])(()=>{const _0x3f5a33=_0x36200a;_0x3458b7['gate'][_0x3f5a33(0x2bb)]('pointerdown',_0x2094e0,!0x0),_0x3458b7[_0x3f5a33(0x72f)][_0x3f5a33(0x2bb)](_0x3f5a33(0xa03),_0x17c97b,!0x0),_0x3458b7[_0x3f5a33(0x72f)][_0x3f5a33(0x2bb)](_0x3f5a33(0x2be),_0x11e866,!0x0),_0x3458b7[_0x3f5a33(0x72f)]['removeEventListener'](_0x3f5a33(0x395),_0x4cb3a3,!0x0);});}function Fa(_0x4ee7c3,_0x4beccc){const _0x2e6258=_0x36ed40;return!_0x4ee7c3||_0x4ee7c3[_0x2e6258(0x397)]||!_0x4beccc['childUnitId']||_0x4beccc[_0x2e6258(0x560)]==null?_0x4ee7c3:{..._0x4ee7c3,'childType':_0x4beccc[_0x2e6258(0x560)],'childUnitId':_0x4beccc['childUnitId']};}function Ia(_0x457b75){const _0xc38e84=_0x36ed40;if(_0x457b75===_0xc38e84(0x2f9))return _0xc38e84(0x682);if(_0x457b75===_0xc38e84(0x682))return _0xc38e84(0x7b3);}function La(_0xc44cc1){const _0xb15717=_0x36ed40;let _0x309fb3=()=>{const _0x1034cf=_0x2eed;let _0x2ba5a6=_0xc44cc1[_0x1034cf(0x609)][_0x1034cf(0x76e)][_0x1034cf(0x7eb)];return!!_0x2ba5a6&&_0xc44cc1['getRuntimeRoots']()[_0x1034cf(0x980)](_0x2ea49c=>_0x2ea49c[_0x1034cf(0x9fe)](_0x2ba5a6));},_0x5a7de0=(_0x7c0713,_0x3c5c6b=!0x1,_0x2545b0=!0x1)=>{const _0x29bf58=_0x2eed;_0xc44cc1[_0x29bf58(0x5af)][_0x29bf58(0x467)]&&_0xc44cc1[_0x29bf58(0x3fa)][_0x29bf58(0x45a)](_0xc44cc1[_0x29bf58(0x5af)][_0x29bf58(0x467)])!==_0x29bf58(0x7b3)||Oa(_0xc44cc1[_0x29bf58(0x5af)][_0x29bf58(0x560)],_0x2545b0)&&(_0xc44cc1['focusCoordinator'][_0x29bf58(0x1ef)](_0xc44cc1['data'][_0x29bf58(0x467)],{'ignoreOwners':_0xc44cc1['runtimeFocusOwners']})||!_0x3c5c6b&&_0x309fb3()||(_0x7c0713[_0x29bf58(0x617)](_0x29bf58(0x51a))||(_0x7c0713[_0x29bf58(0x2d3)]=-0x1),_0x7c0713['focus']({'preventScroll':!0x0})));},_0x5102c8=_0x355b0d=>{const _0x15546d=_0x2eed;let _0x3e76d8=_0xc44cc1[_0x15546d(0x5af)][_0x15546d(0x467)]?_0xc44cc1[_0x15546d(0x3fa)][_0x15546d(0x45a)](_0xc44cc1[_0x15546d(0x5af)][_0x15546d(0x467)]):_0x15546d(0x2f9);if(_0xc44cc1[_0x15546d(0x5af)][_0x15546d(0x467)]&&_0x3e76d8!=='stage2'){if(_0xc44cc1[_0x15546d(0x7f0)]!=='doc-block'||!_0xc44cc1[_0x15546d(0x5af)][_0x15546d(0x98c)])return;let _0x4e1b4b=Fa(_0xc44cc1[_0x15546d(0x7b2)][_0x15546d(0x7aa)](_0xc44cc1['data'][_0x15546d(0x98c)],_0xc44cc1[_0x15546d(0x5af)]['embedId']),_0xc44cc1[_0x15546d(0x5af)]);if(!(_0x4e1b4b!=null&&_0x4e1b4b[_0x15546d(0x397)]))return;let _0x87d020=Ia(_0x3e76d8);if(_0x355b0d['preventDefault'](),_0x355b0d[_0x15546d(0x2f3)](),_0x87d020===_0x15546d(0x682)){_0xc44cc1[_0x15546d(0x5e3)][_0x15546d(0x213)](_0x4e1b4b,_0x87d020,{'portalContainer':_0xc44cc1[_0x15546d(0x470)]});return;}_0xc44cc1['acquireStage2SessionLease'](),_0xc44cc1['activationService'][_0x15546d(0x213)](_0x4e1b4b,_0x15546d(0x7b3),{'portalContainer':_0xc44cc1[_0x15546d(0x470)]}),_0xc44cc1[_0x15546d(0x6b7)]();}if(ka(_0x355b0d[_0x15546d(0x392)])||_0xc44cc1[_0x15546d(0x3d4)]['hasBlockingChildFocusLease'](_0xc44cc1[_0x15546d(0x5af)][_0x15546d(0x467)],{'ignoreOwners':_0xc44cc1['runtimeFocusOwners']}))return;if(_0xc44cc1[_0x15546d(0x5af)]['hostUnitId']&&_0xc44cc1['data']['embedId']){let _0x215f9d=Fa(_0xc44cc1['embedModelService']['getDescriptor'](_0xc44cc1[_0x15546d(0x5af)][_0x15546d(0x98c)],_0xc44cc1[_0x15546d(0x5af)][_0x15546d(0x467)]),_0xc44cc1[_0x15546d(0x5af)]);(_0x215f9d==null?void 0x0:_0x215f9d[_0x15546d(0x397)])!=null&&_0x215f9d[_0x15546d(0x560)]!=null&&_0xc44cc1[_0x15546d(0x5e3)][_0x15546d(0x622)](_0x215f9d);}let _0x5199d3=Da(_0xc44cc1[_0x15546d(0x7c6)](),_0x355b0d[_0x15546d(0x392)]);_0x5199d3&&_0x5a7de0(_0x5199d3,!0x0,_0x355b0d[_0x15546d(0x392)]===_0x5199d3);};return _0xc44cc1[_0xb15717(0x609)][_0xb15717(0x75e)](_0xb15717(0x603),_0x5102c8,!0x0),(0x0,a['toDisposable'])(()=>_0xc44cc1[_0xb15717(0x609)]['removeEventListener'](_0xb15717(0x603),_0x5102c8,!0x0));}function Ra(_0x101d20){const _0x42c95f=_0x36ed40;let _0x37384e=_0x101d20[_0x42c95f(0x609)][_0x42c95f(0x76e)],_0x4ed71f,_0x281c2=()=>{const _0x749e4b=_0x42c95f;_0x4ed71f!=null&&(globalThis[_0x749e4b(0x734)](_0x4ed71f),_0x4ed71f=void 0x0);},_0x2df694=()=>{const _0x3e5e83=_0x42c95f;var _0x31d18c;_0x281c2(),(_0x31d18c=_0x101d20['pointerLease'][_0x3e5e83(0x600)])==null||_0x31d18c[_0x3e5e83(0x5df)](),_0x101d20['pointerLease'][_0x3e5e83(0x600)]=void 0x0;},_0x404663=()=>{const _0x566b65=_0x42c95f;globalThis[_0x566b65(0x6f3)](()=>{const _0x3b50d7=_0x566b65;_0x101d20[_0x3b50d7(0x764)][_0x3b50d7(0x600)]=void 0x0;}),_0x281c2(),_0x4ed71f=globalThis[_0x566b65(0x62a)](()=>{const _0x52fea5=_0x566b65;var _0x52093d;_0x4ed71f=void 0x0,(_0x52093d=_0x101d20['pointerLease'][_0x52fea5(0x600)])==null||_0x52093d[_0x52fea5(0x5df)](),_0x101d20['pointerLease']['current']=void 0x0;},_0x101d20[_0x566b65(0x8ae)]);},_0x3da288=_0x6990ff=>{const _0x500368=_0x42c95f;_0x2df694(),_0x101d20['pointerLease'][_0x500368(0x600)]=_0x101d20['focusCoordinator'][_0x500368(0x60b)]({'childType':_0x101d20[_0x500368(0x5af)][_0x500368(0x560)],'childUnitId':_0x101d20[_0x500368(0x5af)][_0x500368(0x397)],'embedId':_0x101d20['data'][_0x500368(0x467)],'hostUnitId':_0x101d20[_0x500368(0x5af)][_0x500368(0x98c)],'owner':_0x500368(0x8c8),'role':_0x6990ff});},_0x47a56e=()=>{const _0x6e6351=_0x42c95f;_0x101d20[_0x6e6351(0x3fa)]['getStage'](_0x101d20[_0x6e6351(0x5af)][_0x6e6351(0x467)])===_0x6e6351(0x7b3)&&_0x3da288(_0x6e6351(0x21b));},_0x425b7a=_0x41c660=>{const _0x46ba02=_0x42c95f;let _0x39ab98=_0x41c660['target'],_0xef79e7=_0x39ab98 instanceof Node&&_0x101d20[_0x46ba02(0x609)][_0x46ba02(0x9fe)](_0x39ab98)||_0x101d20[_0x46ba02(0x3d4)][_0x46ba02(0x2a7)](_0x101d20[_0x46ba02(0x5af)]['embedId'],_0x39ab98,_0x41c660)||_0x101d20['interactionBoundaryService'][_0x46ba02(0x9fe)](_0x101d20[_0x46ba02(0x5af)][_0x46ba02(0x467)],_0x39ab98,_0x41c660);_0x101d20['verticalScrollOwner'][_0x46ba02(0x600)]=_0xef79e7?_0x46ba02(0x486):_0x46ba02(0x9a2);},_0x360379=_0x41be88=>{const _0x382e05=_0x42c95f;let _0xe2eb46=_0x101d20[_0x382e05(0x3fa)][_0x382e05(0x45a)](_0x101d20['data'][_0x382e05(0x467)]),_0x1b8f22=_0x101d20[_0x382e05(0x3d4)][_0x382e05(0x2a7)](_0x101d20[_0x382e05(0x5af)][_0x382e05(0x467)],_0x41be88[_0x382e05(0x392)],_0x41be88)||_0x101d20[_0x382e05(0x35a)][_0x382e05(0x9fe)](_0x101d20['data'][_0x382e05(0x467)],_0x41be88[_0x382e05(0x392)],_0x41be88);if(!Ma({'stage':_0xe2eb46,'target':_0x41be88['target'],'liveRoot':_0x101d20[_0x382e05(0x609)],'isOwnedChildInteraction':_0x1b8f22}))return;_0x101d20['ownedPointerInteractionUntil'][_0x382e05(0x600)]=Date[_0x382e05(0x614)]()+_0x101d20[_0x382e05(0x8ae)];let _0x67a078=he(Aa(_0x41be88[_0x382e05(0x392)]));_0x67a078&&_0x3da288(_0x67a078);};return _0x101d20[_0x42c95f(0x609)][_0x42c95f(0x75e)](_0x42c95f(0x603),_0x47a56e,!0x0),_0x37384e[_0x42c95f(0x75e)](_0x42c95f(0x603),_0x425b7a,!0x0),_0x37384e['addEventListener'](_0x42c95f(0x603),_0x360379,!0x0),_0x37384e['addEventListener']('pointerup',_0x404663,!0x0),_0x37384e[_0x42c95f(0x75e)]('pointercancel',_0x404663,!0x0),(0x0,a[_0x42c95f(0x63c)])(()=>{const _0x74246b=_0x42c95f;_0x101d20[_0x74246b(0x609)][_0x74246b(0x2bb)]('pointerdown',_0x47a56e,!0x0),_0x37384e[_0x74246b(0x2bb)]('pointerdown',_0x425b7a,!0x0),_0x37384e[_0x74246b(0x2bb)](_0x74246b(0x603),_0x360379,!0x0),_0x37384e[_0x74246b(0x2bb)](_0x74246b(0x2be),_0x404663,!0x0),_0x37384e[_0x74246b(0x2bb)](_0x74246b(0x395),_0x404663,!0x0),_0x101d20[_0x74246b(0x764)][_0x74246b(0x600)]=void 0x0,_0x2df694();});}function za(_0x47eeb6){const _0xde9c09=_0x36ed40;return _0x47eeb6['id']===_0xde9c09(0x401)||_0x47eeb6['id'][_0xde9c09(0x64d)](_0xde9c09(0x54c))||_0x47eeb6['id'][_0xde9c09(0x64d)]('univer-doc-selection-container-docs-')||_0x47eeb6[_0xde9c09(0x71c)]('#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]')!=null;}function Ba(_0x4486d8,_0x3c4e8e){const _0x407d7f=_0x36ed40;if(!_0x4486d8||_0x3c4e8e[_0x407d7f(0x248)]===0x0)return;let _0x5b54dc=_0x3c4e8e[0x0][_0x407d7f(0x76e)][_0x407d7f(0x7eb)];_0x5b54dc instanceof HTMLElement&&(_0x3c4e8e['some'](_0x149286=>_0x149286[_0x407d7f(0x9fe)](_0x5b54dc))||_0x5b54dc['closest']('[data-embed-interaction-boundary-owner=\x22'+_0x4486d8+'\x22]')!=null)&&_0x5b54dc[_0x407d7f(0x751)]();}function Va(_0x443394){const _0x220d2b=_0x36ed40;let {ownerDocument:_0x54ff8f,restore:_0x289776,shouldRestore:_0x532e33,timeoutMs:_0x40eaff=0x3e8}=_0x443394,_0xece7a2,_0x53b398=_0xeed16=>{const _0x3e7447=_0x2eed;_0x532e33(_0xeed16[_0x3e7447(0x392)])&&_0x289776();},_0x1a8cfe=()=>{const _0x37f21b=_0x2eed;_0x54ff8f[_0x37f21b(0x2bb)]('focusin',_0x53b398,!0x0),_0x54ff8f['removeEventListener'](_0x37f21b(0x603),_0x1a8cfe,!0x0),_0xece7a2!=null&&(globalThis[_0x37f21b(0x734)](_0xece7a2),_0xece7a2=void 0x0);};return _0x54ff8f[_0x220d2b(0x75e)](_0x220d2b(0x66d),_0x53b398,!0x0),_0x54ff8f['addEventListener']('pointerdown',_0x1a8cfe,!0x0),_0xece7a2=globalThis[_0x220d2b(0x62a)](_0x1a8cfe,_0x40eaff),(0x0,a[_0x220d2b(0x63c)])(_0x1a8cfe);}function Ha(_0x3164f9){const _0x444415=_0x36ed40;let {children:_0xfbf77f,placement:_0x37927c=_0x444415(0xa16),title:_0x566a84}=_0x3164f9,[_0x2f019d,_0x3d9fc0]=(0x0,d[_0x444415(0x324)])(!0x1),_0x504cf4=(0x0,d[_0x444415(0x2b0)])(null),_0x265a27=(0x0,d[_0x444415(0x342)])(()=>{const _0x233861=_0x444415;_0x504cf4[_0x233861(0x600)]!==null&&(clearTimeout(_0x504cf4[_0x233861(0x600)]),_0x504cf4[_0x233861(0x600)]=null);},[]),_0x3a9d9b=_0x5b0c68=>{_0x265a27(),_0x5b0c68?_0x504cf4['current']=setTimeout(()=>_0x3d9fc0(!0x0),0x64):_0x3d9fc0(!0x1);};return(0x0,d[_0x444415(0x325)])(()=>_0x265a27,[_0x265a27]),(0x0,m[_0x444415(0x6c9)])(l[_0x444415(0x71e)],{'title':_0x566a84,'placement':_0x37927c,'className':_0x444415(0x89a),'visible':_0x2f019d,'onVisibleChange':_0x3a9d9b,'children':(0x0,m[_0x444415(0x6c9)])(_0x444415(0x5c5),{'className':_0x444415(0x633),'onFocus':_0x8ba984=>_0x8ba984[_0x444415(0x3e6)](),'onPointerDown':()=>_0x3a9d9b(!0x1),'children':_0xfbf77f})});}function Ua(_0x32fc34){const _0x390dcc=_0x36ed40;let {hostUnitId:_0x2c7cfc,embedId:_0x23ca00,className:_0x1e4e3d,variant:_0x415f08=_0x390dcc(0x217)}=_0x32fc34,_0x2ad63c=(0x0,d[_0x390dcc(0x2b0)])(null),_0x2698d8=(0x0,c['useDependency'])(t['EmbedModelService']),_0x3176cb=(0x0,c[_0x390dcc(0x26f)])(wn),_0x562d94=(0x0,c[_0x390dcc(0x26f)])(a['Injector']),_0x3f093e=Ot(_0x562d94)??_0x562d94,_0x5587e6=_0x3f093e[_0x390dcc(0x335)](we),_0x26d124=_0x3f093e[_0x390dcc(0x335)](yi),_0x4bea12=(0x0,c[_0x390dcc(0x26f)])(a[_0x390dcc(0x50a)])['t'](_0x390dcc(0x86c)),_0x8ffeeb=(0x0,d[_0x390dcc(0x342)])(async _0x56a479=>{const _0x5f4aac=_0x390dcc;_0x56a479[_0x5f4aac(0x863)](),_0x56a479['stopPropagation'](),!(!_0x2c7cfc||!_0x23ca00)&&await Wa({'hostUnitId':_0x2c7cfc,'embedId':_0x23ca00,'activationService':_0x3176cb,'embedModelService':_0x2698d8,'fullscreenService':_0x5587e6,'restoreService':_0x26d124});},[_0x3176cb,_0x23ca00,_0x2698d8,_0x5587e6,_0x2c7cfc,_0x26d124]);return(0x0,d['useEffect'])(()=>{const _0x2965cf=_0x390dcc;let _0x12489d=_0x2ad63c['current'];if(!_0x12489d)return;let _0x234362=_0x2ded0d=>_0x2ded0d[_0x2965cf(0x3e6)]();return _0x12489d[_0x2965cf(0x75e)](_0x2965cf(0x603),_0x234362),_0x12489d[_0x2965cf(0x75e)]('click',_0x8ffeeb),()=>{const _0xf27fc5=_0x2965cf;_0x12489d['removeEventListener'](_0xf27fc5(0x603),_0x234362),_0x12489d['removeEventListener']('click',_0x8ffeeb);};},[_0x8ffeeb,_0x415f08]),_0x415f08==='menu'?(0x0,m[_0x390dcc(0x6c9)])(Ha,{'title':_0x4bea12,'children':(0x0,m[_0x390dcc(0x6c9)])(l['Button'],{'ref':_0x2ad63c,'type':_0x390dcc(0x66b),'size':_0x390dcc(0x761),'variant':_0x390dcc(0x96d),'className':(0x0,l[_0x390dcc(0x5b6)])('univer-size-6\x20univer-p-0',_0x1e4e3d),'aria-label':_0x4bea12,'children':(0x0,m[_0x390dcc(0x6c9)])(u[_0x390dcc(0x6f4)],{})})}):(0x0,m[_0x390dcc(0x6c9)])(_0x390dcc(0x66b),{'ref':_0x2ad63c,'type':_0x390dcc(0x66b),'className':(0x0,l[_0x390dcc(0x5b6)])(_0x390dcc(0x670),_0x1e4e3d),'data-embed-float-fullscreen-button':_0x390dcc(0x69e),'title':_0x4bea12,'aria-label':_0x4bea12,'children':(0x0,m[_0x390dcc(0x6c9)])(u[_0x390dcc(0x6f4)],{'className':_0x390dcc(0x3c8),'aria-hidden':_0x390dcc(0x69e)})});}function Wa(_0x3e1527){const _0x4b838b=_0x36ed40;let _0x2292b=_0x3e1527[_0x4b838b(0x7b2)][_0x4b838b(0x7aa)](_0x3e1527['hostUnitId'],_0x3e1527[_0x4b838b(0x467)]);return _0x2292b?_0x3e1527[_0x4b838b(0x62b)]['materializeDescriptor']({'descriptor':_0x2292b})[_0x4b838b(0x233)](_0x483fc6=>{const _0x18fbcf=_0x4b838b;if(!_0x483fc6[_0x18fbcf(0x397)]||_0x483fc6[_0x18fbcf(0x560)]==null)return!0x1;if(_0x483fc6['hostType']!==_0x483fc6[_0x18fbcf(0x560)]){var _0x432ab6;(_0x432ab6=_0x3e1527[_0x18fbcf(0x5e3)])==null||_0x432ab6[_0x18fbcf(0x57d)](_0x3e1527['embedId'],_0x3e1527['hostUnitId']);}return _0x3e1527[_0x18fbcf(0x7cd)][_0x18fbcf(0x805)](_0x483fc6),!0x0;}):Promise[_0x4b838b(0x762)](!0x1);}const Ga=_0x36ed40(0x2ec),Ka=_0x36ed40(0x27c),qa=[Ga,Ka];function Ja(_0x7015a){const _0x166ff3=_0x36ed40;var _0x2c6670,_0x5e0edf,_0x124ba8;let {data:_0x3e5c10,deferInactiveFloatingChrome:_0xac5e89,docsCustomBlockLayout:_0x1e6881,enableStage1BodyDrag:_0x51e24e,floatingChromeZIndex:_0x2b32e9,hostFloatDomLayout$:_0x58fab7,initialStage:_0x17ce0a,interactionFlow:_0x1313d8=_0x166ff3(0x353),isExternalHostInteraction:_0x256b05,onHostWheel:_0x362901,onRuntimeStageEnter:_0x5e9826,onRuntimeStageExit:_0x509eea,resolveHostWheelGestureRoot:_0x37be92,syncHostVerticalScroll:_0x5d9483}=_0x7015a,_0xbb7854=(0x0,d['useRef'])(null),_0x2d4700=(0x0,d[_0x166ff3(0x2b0)])(null),_0xb3e8ee=(0x0,d[_0x166ff3(0x2b0)])(null),_0x4d22ba=(0x0,d[_0x166ff3(0x2b0)])(null),_0x33ad06=(0x0,d[_0x166ff3(0x2b0)])(null),_0x5c0b90=(0x0,d[_0x166ff3(0x2b0)])(null),_0x3e3dc3=(0x0,d[_0x166ff3(0x2b0)])(null),_0x4ca0f1=(0x0,d[_0x166ff3(0x2b0)])(null),_0x15a3f1=(0x0,d[_0x166ff3(0x2b0)])(null),_0x99e5b1=(0x0,c[_0x166ff3(0x26f)])(t['EmbedModelService']),_0x37dac8=(0x0,c[_0x166ff3(0x26f)])(Jt),_0x1a9c42=(0x0,c[_0x166ff3(0x26f)])(ue),_0x1e94ea=(0x0,c[_0x166ff3(0x26f)])(wn),_0x4ba3d2=(0x0,c[_0x166ff3(0x26f)])(_i),_0x4d0d7b=(0x0,c[_0x166ff3(0x26f)])(vi),_0x517bf4=(0x0,c[_0x166ff3(0x26f)])(a[_0x166ff3(0x5cb)]),_0x1480f6=(Ot(_0x517bf4)??_0x517bf4)[_0x166ff3(0x335)](we),_0x500914=(0x0,c['useDependency'])(q),_0x141329=(0x0,c[_0x166ff3(0x26f)])(xn),_0x11277e=(0x0,c[_0x166ff3(0x26f)])(yi),_0x4107ab=(0x0,c[_0x166ff3(0x26f)])(Ni),_0x1308c1=(0x0,c[_0x166ff3(0x26f)])(Mi),_0x4bc1a7=(0x0,c[_0x166ff3(0x26f)])(W),_0x501420=(0x0,c[_0x166ff3(0x26f)])(wi),_0x3ffbcc=(0x0,c['useDependency'])(a[_0x166ff3(0x8cd)]),_0x4aa381=(0x0,c[_0x166ff3(0x26f)])(a['IUniverInstanceService']),_0xd9e0c8=(0x0,c[_0x166ff3(0x26f)])(c[_0x166ff3(0xa07)]),_0x442af9=Pi(_0x3e5c10),_0x450049=_0x1e6881!=null&&_0x1e6881['sheetLike']?_0x1e6881:void 0x0,_0x380e9a=_0x450049==null?void 0x0:_0x450049[_0x166ff3(0x767)],_0xc97f3e=_0x450049==null?void 0x0:_0x450049[_0x166ff3(0x76d)],_0x250a14=(_0x450049==null?void 0x0:_0x450049[_0x166ff3(0x8c2)])??0x1,[_0x41920c,_0x4f29aa]=(0x0,d['useState'])(0x0),[_0xdc0fed,_0x28ab13]=(0x0,d['useState'])(0x0),_0x1f43a1=_0x450049?Hi(_0x450049):void 0x0,_0x39c5f7=Math[_0x166ff3(0x2dd)](_0xdc0fed,(_0x1f43a1==null?void 0x0:_0x1f43a1[_0x166ff3(0x45f)])??0x0),_0x256996=(0x0,c[_0x166ff3(0x42d)])(()=>_0x1a9c42[_0x166ff3(0x253)][_0x166ff3(0x5ab)]((0x0,f[_0x166ff3(0x789)])(()=>_0x442af9!=null&&_0x442af9['embedId']?_0x1a9c42[_0x166ff3(0x45a)](_0x442af9[_0x166ff3(0x467)]):_0x166ff3(0x2f9))),_0x17ce0a??(_0x442af9!=null&&_0x442af9['embedId']?_0x1a9c42[_0x166ff3(0x45a)](_0x442af9[_0x166ff3(0x467)]):'inactive'),!0x1,[_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x1a9c42]),_0xd579a=(0x0,d['useRef'])(_0x256996),_0x418a7f=(0x0,d[_0x166ff3(0x2b0)])(!0x1),_0x10d7ae=(0x0,d[_0x166ff3(0x2b0)])(void 0x0),_0x3bf4ab=(0x0,d[_0x166ff3(0x2b0)])(void 0x0),_0x5b2700=(0x0,d['useRef'])(void 0x0),_0x26499a=(0x0,d['useRef'])(void 0x0),_0x278322=(0x0,d[_0x166ff3(0x2b0)])(void 0x0),_0x46d6f9=(0x0,d[_0x166ff3(0x2b0)])(0x0),_0x525ead=(0x0,d[_0x166ff3(0x2b0)])(void 0x0),_0x2d2ab3=(0x0,d['useRef'])(!0x1),_0x46f667=(0x0,d[_0x166ff3(0x2b0)])(!0x1),_0x5bf40b=(0x0,d['useRef'])(_0x39c5f7),_0x7d99d5=(0x0,d[_0x166ff3(0x2b0)])(_0x1f43a1),_0x289ace=(0x0,d[_0x166ff3(0x2b0)])(_0x250a14),_0x244330=(0x0,d[_0x166ff3(0x2b0)])(0x0),_0x159bab=(0x0,d[_0x166ff3(0x2b0)])(0x0),_0x20661f=(0x0,d['useRef'])([]),_0x1d0899=(0x0,d[_0x166ff3(0x2b0)])(_0x256996);_0x1d0899['current']=_0x256996,_0x5bf40b[_0x166ff3(0x600)]=_0x39c5f7,_0x7d99d5['current']=_0x1f43a1,_0x289ace['current']=_0x250a14;let _0x5ddb3e=(0x0,d['useCallback'])(_0x432400=>{const _0x158f66=_0x166ff3;let _0x4bff76=_0x7d99d5[_0x158f66(0x600)];if(!_0x4bff76)return!0x1;let _0x8b6ece=_0x5bf40b['current'],_0x549e5d=Ui(_0x8b6ece+ni(_0x432400)/_0x289ace['current'],0x0,_0x4bff76[_0x158f66(0x45f)]);return _0x549e5d===_0x8b6ece?!0x1:(_0x5bf40b[_0x158f66(0x600)]=_0x549e5d,_0x28ab13(_0x549e5d),!0x0);},[]),_0x1bb3dc=(0x0,d[_0x166ff3(0x342)])((_0x3ce720,_0xdd5999)=>Di(_0x3ce720,_0xdd5999,{'commandService':_0x3ffbcc,'univerInstanceService':_0x4aa381})?!0x0:(_0x362901==null?void 0x0:_0x362901(_0x3ce720,_0xdd5999))===!0x0,[_0x3ffbcc,_0x362901,_0x4aa381]),_0x5db1b9=(0x0,d[_0x166ff3(0x342)])(()=>{const _0x2aff70=_0x166ff3;var _0x5ccac5;(_0x5ccac5=_0x3bf4ab[_0x2aff70(0x600)])==null||_0x5ccac5['dispose'](),_0x3bf4ab[_0x2aff70(0x600)]=void 0x0;},[]),_0xedae98=(0x0,d[_0x166ff3(0x342)])(()=>{const _0x371d4d=_0x166ff3;var _0x3f479c,_0xca0c82;if(!(_0x442af9!=null&&_0x442af9[_0x371d4d(0x467)])||_0x3bf4ab[_0x371d4d(0x600)])return;let _0x51e60a=_0x442af9['hostUnitId']?_0x99e5b1['getDescriptor'](_0x442af9[_0x371d4d(0x98c)],_0x442af9[_0x371d4d(0x467)]):void 0x0,_0xfbdc8=Qa(_0x51e60a),_0x3403e0=_0x442af9[_0x371d4d(0x397)]??(_0x51e60a==null?void 0x0:_0x51e60a[_0x371d4d(0x397)])??((_0x3f479c=_0x10d7ae[_0x371d4d(0x600)])==null?void 0x0:_0x3f479c[_0x371d4d(0x397)])??(_0xfbdc8==null?void 0x0:_0xfbdc8['childUnitId']),_0x483148=_0x442af9[_0x371d4d(0x560)]??(_0x51e60a==null?void 0x0:_0x51e60a[_0x371d4d(0x560)])??((_0xca0c82=_0x10d7ae['current'])==null?void 0x0:_0xca0c82['childType'])??(_0xfbdc8==null?void 0x0:_0xfbdc8[_0x371d4d(0x560)]);_0x3bf4ab['current']=_0x4bc1a7[_0x371d4d(0x60b)]({'embedId':_0x442af9['embedId'],'role':_0x371d4d(0x3ef),'owner':_0x1313d8===_0x371d4d(0x76a)?Ka:Ga,'sessionMode':_0x371d4d(0x495),'hostUnitId':_0x442af9[_0x371d4d(0x98c)],'childUnitId':_0x3403e0,'childType':_0x483148});},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x560)],_0x442af9==null?void 0x0:_0x442af9['childUnitId'],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x99e5b1,_0x4bc1a7,_0x1313d8]),_0x3a1f19=(0x0,d[_0x166ff3(0x342)])(()=>{const _0x2c4600=_0x166ff3;if(!(_0x442af9!=null&&_0x442af9[_0x2c4600(0x467)]))return;let _0x432e50=_0x442af9[_0x2c4600(0x467)];window[_0x2c4600(0x7c4)](()=>{const _0x2f220d=_0x2c4600;_0x1a9c42[_0x2f220d(0x45a)](_0x432e50)!=='stage2'&&_0x5db1b9();});},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x1a9c42,_0x5db1b9]),_0x5b24d0=_0x442af9!=null&&_0x442af9[_0x166ff3(0x98c)]?_0x99e5b1[_0x166ff3(0x7aa)](_0x442af9[_0x166ff3(0x98c)],_0x442af9[_0x166ff3(0x467)]):void 0x0,_0x29ed3b=Qa(_0x5b24d0),_0x1a20ae=(_0x442af9==null?void 0x0:_0x442af9['childUnitId'])??(_0x5b24d0==null?void 0x0:_0x5b24d0[_0x166ff3(0x397)])??((_0x2c6670=_0x10d7ae[_0x166ff3(0x600)])==null?void 0x0:_0x2c6670[_0x166ff3(0x397)])??(_0x29ed3b==null?void 0x0:_0x29ed3b['childUnitId']),_0x19a3ef=(_0x442af9==null?void 0x0:_0x442af9['childType'])??(_0x5b24d0==null?void 0x0:_0x5b24d0[_0x166ff3(0x560)])??((_0x5e0edf=_0x10d7ae[_0x166ff3(0x600)])==null?void 0x0:_0x5e0edf[_0x166ff3(0x560)])??(_0x29ed3b==null?void 0x0:_0x29ed3b[_0x166ff3(0x560)]),_0x8eb8dd=_0x19a3ef==null||(_0x124ba8=_0x37dac8[_0x166ff3(0x335)](_0x19a3ef))==null?void 0x0:_0x124ba8[_0x166ff3(0x6ce)],_0x3900c3=Nr(_0x5b24d0,_0x256996),_0x591be9=(0x0,d['useSyncExternalStore'])((0x0,d[_0x166ff3(0x342)])(_0x5e1ecc=>{const _0x17cc3e=_0x166ff3;let _0x570614=_0x4d22ba[_0x17cc3e(0x600)];if(!_0x570614||typeof MutationObserver>'u')return()=>{};let _0x4032c7=new MutationObserver(_0x5e1ecc);return _0x4032c7[_0x17cc3e(0x336)](_0x570614,{'attributes':!0x0,'attributeFilter':[_0x17cc3e(0x8e0)]}),()=>_0x4032c7[_0x17cc3e(0x3d3)]();},[]),(0x0,d[_0x166ff3(0x342)])(()=>{var _0xae4cc1;return((_0xae4cc1=_0x4d22ba['current'])==null?void 0x0:_0xae4cc1['dataset']['embedStage1FullscreenOwner'])==='menu';},[]),()=>!0x1);(0x0,d[_0x166ff3(0x325)])(()=>{let _0x395098=_0xbb7854['current'];return()=>{const _0xd5e55a=_0x2eed;let _0x292bdc=_0x1480f6[_0xd5e55a(0x6ea)](),_0x1791ce=(_0x442af9==null?void 0x0:_0x442af9[_0xd5e55a(0x467)])&&(_0x292bdc==null?void 0x0:_0x292bdc[_0xd5e55a(0x467)])===_0x442af9[_0xd5e55a(0x467)],_0x3af248=_0x442af9!=null&&_0x442af9[_0xd5e55a(0x467)]&&_0x395098?Za(_0x395098['ownerDocument'],_0x442af9[_0xd5e55a(0x467)],_0x395098):!0x1;_0x442af9!=null&&_0x442af9[_0xd5e55a(0x467)]&&!(_0x395098!=null&&_0x395098[_0xd5e55a(0x223)])&&!_0x1791ce&&!_0x3af248&&_0x1a9c42[_0xd5e55a(0x45a)](_0x442af9[_0xd5e55a(0x467)])!=='inactive'&&_0x1e94ea[_0xd5e55a(0x57d)](_0x442af9[_0xd5e55a(0x467)],_0x442af9['hostUnitId']);};},[_0x1e94ea,_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x1a9c42,_0x1480f6]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0xc372a3=_0x166ff3;if(!(!(_0x442af9!=null&&_0x442af9[_0xc372a3(0x467)])||_0x256996!==_0xc372a3(0x7b3)))return _0xedae98(),_0x5db1b9;},[_0xedae98,_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x5db1b9,_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x1f09c5=_0x166ff3;let _0x4bae54=_0xbb7854['current'],_0x1c4bb0=ja(_0xd9e0c8,_0x4bc1a7,_0x442af9==null?void 0x0:_0x442af9[_0x1f09c5(0x467)],_0x4bae54,_0x256996);if(_0x1c4bb0)return()=>_0x1c4bb0['dispose']();},[_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x4bc1a7,_0xd9e0c8,_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x3b7d38=_0x166ff3;let _0x2a4ce0=_0x4d22ba[_0x3b7d38(0x600)];if(_0x256996!==_0x3b7d38(0x7b3)||_0x19a3ef!==a['UniverInstanceType'][_0x3b7d38(0x7fa)]||!(_0x442af9!=null&&_0x442af9[_0x3b7d38(0x467)])||!_0x2a4ce0)return;let _0x2097bb=()=>be(_0x442af9['embedId'],_0x2a4ce0);_0x2097bb();let _0x27a76a=window[_0x3b7d38(0x7c4)](_0x2097bb);return()=>window[_0x3b7d38(0x613)](_0x27a76a);},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x19a3ef,_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0xe94c5b=_0x166ff3;let _0x212dcd=_0xd579a[_0xe94c5b(0x600)];_0xd579a['current']=_0x256996;let _0x4829dc=_0x212dcd!==_0x256996||!_0x418a7f['current']&&_0x256996!==_0xe94c5b(0x2f9);_0x418a7f['current']=!0x0,_0x4829dc&&(_0x5e9826==null||_0x5e9826(_0x256996),_0x4d0d7b[_0xe94c5b(0x910)]({'embedId':_0x442af9==null?void 0x0:_0x442af9[_0xe94c5b(0x467)],'reason':_0xe94c5b(0x65b)})),_0x212dcd===_0xe94c5b(0x7b3)&&_0x256996!=='stage2'&&(Ba(_0x442af9==null?void 0x0:_0x442af9[_0xe94c5b(0x467)],ga(_0x4d22ba[_0xe94c5b(0x600)],_0x33ad06[_0xe94c5b(0x600)],_0x5c0b90['current'],_0x4ca0f1[_0xe94c5b(0x600)],_0x15a3f1[_0xe94c5b(0x600)])),_0x1e94ea['clearFloating'](_0x442af9==null?void 0x0:_0x442af9[_0xe94c5b(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0xe94c5b(0x98c)]),_0x509eea==null||_0x509eea());},[_0x1e94ea,_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x4d0d7b,_0x5e9826,_0x509eea,_0x256996]),(0x0,d['useEffect'])(()=>{const _0x2c21c0=_0x166ff3;if(_0x17ce0a!==_0x2c21c0(0x7b3)||!(_0x442af9!=null&&_0x442af9[_0x2c21c0(0x467)])||!_0x442af9[_0x2c21c0(0x98c)])return;let _0xd370a6=_0x99e5b1[_0x2c21c0(0x7aa)](_0x442af9[_0x2c21c0(0x98c)],_0x442af9[_0x2c21c0(0x467)]);_0xd370a6!=null&&_0xd370a6[_0x2c21c0(0x397)]&&_0x1a9c42[_0x2c21c0(0x8b1)]({'hostUnitId':_0x442af9[_0x2c21c0(0x98c)],'embedId':_0x442af9['embedId'],'childUnitId':_0xd370a6[_0x2c21c0(0x397)]},'stage2');},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x99e5b1,_0x1a9c42,_0x17ce0a]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x1d003f=_0x166ff3;let _0x2adb23=_0x4d22ba['current'],_0x5ed682=_0x33ad06['current'],_0x5a6254=_0x5c0b90[_0x1d003f(0x600)],_0x5f1340=_0x4ca0f1[_0x1d003f(0x600)],_0x448f4e=_0x15a3f1[_0x1d003f(0x600)];if(!_0x2adb23||!_0x5ed682||!_0x5a6254||!_0x5f1340||!_0x448f4e)return;let _0x1006e8=_0x442af9!=null&&_0x442af9[_0x1d003f(0x98c)]?_0x99e5b1['getDescriptor'](_0x442af9[_0x1d003f(0x98c)],_0x442af9['embedId']):void 0x0,_0x3c74ed=_0x1006e8?$a(_0x1006e8):void 0x0;if(!_0x1006e8||!_0x3c74ed||_0x3900c3==='deferred')return;let _0x4821b5=!0x1,_0x25de6c;return _0x11277e['materializeDescriptor']({'descriptor':_0x1006e8})[_0x1d003f(0x233)](async _0x3e7c91=>{const _0x38dfa7=_0x1d003f;var _0x42674f;if(_0x4821b5)return;let _0x11d7fc=_0x141329['mountIntoHostElement'](_0x3e7c91,_0x2adb23,{'content':_0x5ed682,'canvas':_0x5a6254,'overlay':_0x5f1340,'popup':_0x448f4e});_0x25de6c=_0x3e7c91['embedId'];let _0x556977=_0x11d7fc==null?void 0x0:_0x11d7fc[_0x38dfa7(0x624)];_0x10d7ae[_0x38dfa7(0x600)]=_0x556977;let _0x227aba=_0x442af9!=null&&_0x442af9[_0x38dfa7(0x467)]?(_0x42674f=_0x4ba3d2['getPreview'](_0x442af9[_0x38dfa7(0x467)]))==null?void 0x0:_0x42674f[_0x38dfa7(0x9a9)]:void 0x0;_0x556977&&_0x227aba!=null&&await _0x4ba3d2[_0x38dfa7(0x7ce)](_0x556977,_0x227aba);})[_0x1d003f(0x61d)](_0x562dae=>{queueMicrotask(()=>{throw _0x562dae;});}),()=>{const _0x249b87=_0x1d003f;var _0x46762e;_0x4821b5=!0x0,_0x25de6c&&((_0x46762e=_0x10d7ae['current'])==null?void 0x0:_0x46762e['embedId'])===_0x25de6c&&(_0x10d7ae[_0x249b87(0x600)]=void 0x0),_0x141329[_0x249b87(0xa04)](_0x1006e8[_0x249b87(0x467)]);};},[_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x99e5b1,_0x141329,_0x41920c,_0x4ba3d2,_0x11277e,_0x3900c3]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x1804b9=_0x166ff3;if(!(_0x442af9!=null&&_0x442af9[_0x1804b9(0x467)]))return;let _0x13792e=_0x442af9['embedId'],_0x2f9a69=[];[{'element':_0x4d22ba[_0x1804b9(0x600)],'role':'runtime'},{'element':_0x33ad06[_0x1804b9(0x600)],'role':_0x1804b9(0x39b)},{'element':_0x5c0b90['current'],'role':'runtime'}][_0x1804b9(0x5f4)](_0x42ced7=>{const _0x1e9ba7=_0x1804b9;let _0x2d434e=_0x42ced7[_0x1e9ba7(0x51e)];_0x2d434e&&_0x2f9a69['push']({'element':_0x2d434e,'role':_0x42ced7[_0x1e9ba7(0x2ac)]});});let _0x291d8e=_0x2f9a69[_0x1804b9(0x576)](({element:_0x49b212,role:_0x3e915e})=>[_0x500914['registerRoot'](_0x13792e,_0x49b212,_0x1a20ae),_0x4bc1a7['registerElement']({'embedId':_0x13792e,'role':_0x3e915e,'element':_0x49b212})]),_0x1b9524=_0x3e3dc3['current'];return _0x1b9524&&_0x291d8e['push'](_0x500914[_0x1804b9(0x97b)](_0x13792e,_0x1b9524,_0x1a20ae)),_0x256996==='stage2'&&[{'element':_0x1b9524,'role':'floating-menu'},{'element':_0x4ca0f1[_0x1804b9(0x600)],'role':_0x1804b9(0x64f)},{'element':_0x15a3f1[_0x1804b9(0x600)],'role':_0x1804b9(0x5c1)}]['forEach'](_0x8be6ff=>{const _0x175175=_0x1804b9;_0x8be6ff[_0x175175(0x51e)]&&_0x291d8e[_0x175175(0x5b5)](_0x4bc1a7['registerElement']({'embedId':_0x13792e,'role':_0x8be6ff[_0x175175(0x2ac)],'element':_0x8be6ff[_0x175175(0x51e)]}));}),()=>_0x291d8e[_0x1804b9(0x5f4)](_0x53ce71=>_0x53ce71['dispose']());},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x4bc1a7,_0x500914,_0x1a20ae,_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0xa53d32=_0x166ff3;var _0x253204,_0x5c8430;if(!(_0x442af9!=null&&_0x442af9['embedId'])||_0x256996!=='stage2')return;let _0xc5deba=((_0x253204=_0xbb7854[_0xa53d32(0x600)])==null?void 0x0:_0x253204['ownerDocument'])??((_0x5c8430=_0x4d22ba[_0xa53d32(0x600)])==null?void 0x0:_0x5c8430['ownerDocument'])??(typeof document>'u'?void 0x0:document),_0x489927=_0x500914[_0xa53d32(0x840)](_0x442af9[_0xa53d32(0x467)],_0xc5deba,{'includeAppShellEditorPortal':_e(_0x19a3ef)});return()=>{const _0x18ac03=_0xa53d32;_0x1d0899[_0x18ac03(0x600)]!=='stage2'&&_0x500914['closeOwnedFloatingSurfaces'](_0x442af9['embedId'],_0xc5deba),_0x489927[_0x18ac03(0x5df)]();};},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x500914,_0x19a3ef,_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x39d033=_0x166ff3;var _0x40a817,_0x5b3813;if(!(_0x442af9!=null&&_0x442af9[_0x39d033(0x467)])||_0x256996!==_0x39d033(0x7b3))return;let _0x5a8e3a=((_0x40a817=_0xbb7854[_0x39d033(0x600)])==null?void 0x0:_0x40a817[_0x39d033(0x76e)])??((_0x5b3813=_0x4d22ba[_0x39d033(0x600)])==null?void 0x0:_0x5b3813[_0x39d033(0x76e)])??(typeof document>'u'?void 0x0:document),_0x5653d8=_0x5a8e3a==null?void 0x0:_0x5a8e3a[_0x39d033(0x334)]('[data-u-comp=\x22headerbar\x22]');if(!_0x5653d8)return;let _0x534b4c=[_0x500914[_0x39d033(0x97b)](_0x442af9[_0x39d033(0x467)],_0x5653d8,_0x1a20ae),_0x4bc1a7['registerElement']({'embedId':_0x442af9[_0x39d033(0x467)],'role':'floating-menu','element':_0x5653d8})];return()=>_0x534b4c[_0x39d033(0x5f4)](_0x1a3a7d=>_0x1a3a7d[_0x39d033(0x5df)]());},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x4bc1a7,_0x500914,_0x1a20ae,_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x3de0db=_0x166ff3;let _0x328e4c=_0xbb7854[_0x3de0db(0x600)],_0x4bdca1=_0x328e4c==null?void 0x0:_0x328e4c[_0x3de0db(0x334)](_0x3de0db(0x5d3));if(!(_0x442af9!=null&&_0x442af9['embedId'])||!_0x328e4c)return;let _0x166592=_0x442af9['hostUnitId']?_0x99e5b1['getDescriptor'](_0x442af9[_0x3de0db(0x98c)],_0x442af9[_0x3de0db(0x467)]):void 0x0,_0x48d797=_0x4d0d7b[_0x3de0db(0x2d1)]({'embedId':_0x442af9['embedId'],'childUnitId':_0x166592==null?void 0x0:_0x166592[_0x3de0db(0x397)],'root':_0x328e4c,'viewport':_0x4bdca1,'contentRoot':_0x33ad06[_0x3de0db(0x600)]});return()=>_0x48d797[_0x3de0db(0x5df)]();},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x99e5b1,_0x4d0d7b]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x1ba7c5=_0x166ff3;var _0x506aa5,_0x31e823;let _0x10df9b=_0x442af9==null?void 0x0:_0x442af9[_0x1ba7c5(0x467)],_0xc26b29=_0x442af9==null?void 0x0:_0x442af9[_0x1ba7c5(0x98c)];if(!_0x10df9b||!_0xc26b29)return;let _0x41593d=((_0x506aa5=_0xbb7854[_0x1ba7c5(0x600)])==null?void 0x0:_0x506aa5[_0x1ba7c5(0x76e)])??((_0x31e823=_0x4d22ba['current'])==null?void 0x0:_0x31e823['ownerDocument'])??(typeof document>'u'?void 0x0:document);if(!_0x41593d)return;let _0x1ddebd=_0x2ce8a8=>{const _0xd1a4d3=_0x1ba7c5;let _0x38e739=_0x2ce8a8[_0xd1a4d3(0x833)];return _0x2ce8a8['id']===t[_0xd1a4d3(0x3d6)]['id']&&(_0x38e739==null?void 0x0:_0x38e739[_0xd1a4d3(0x467)])===_0x10df9b&&_0x38e739[_0xd1a4d3(0x98c)]===_0xc26b29;},_0x17378a=_0x3ffbcc[_0x1ba7c5(0x4f1)](_0x31753d=>{const _0x1c327a=_0x1ba7c5;if(!_0x1ddebd(_0x31753d)||_0x1a9c42[_0x1c327a(0x45a)](_0x10df9b)!==_0x1c327a(0x7b3))return;let _0x4e59dc=_0x41593d[_0x1c327a(0x7eb)];if(!(_0x4e59dc instanceof HTMLElement)||!_0x4e59dc['id'][_0x1c327a(0x64d)](_0x1c327a(0x601))||!_0x4e59dc['id'][_0x1c327a(0x5fa)]('SHAPE_TEXT')||!_0x4bc1a7[_0x1c327a(0x2a7)](_0x10df9b,_0x4e59dc))return;let _0x3dcb0e=_0x4e59dc['id']['slice'](0x9);Va({'ownerDocument':_0x41593d,'restore':()=>{const _0x893b24=_0x1c327a;var _0x4571fa;let _0x28ccc6=(_0x4571fa=_0x141329[_0x893b24(0x6ea)](_0x10df9b))==null||(_0x4571fa=_0x4571fa[_0x893b24(0x624)])==null?void 0x0:_0x4571fa[_0x893b24(0x368)][_0x893b24(0x501)];if(_0x28ccc6!=null&&_0x28ccc6[_0x893b24(0x82c)](o[_0x893b24(0x408)])){let _0x8c443a=_0x28ccc6[_0x893b24(0x335)](o[_0x893b24(0x408)]);_0x8c443a['focus'](_0x3dcb0e);let _0x362be5=_0x8c443a[_0x893b24(0x99c)](_0x3dcb0e);if(_0x362be5){_0x362be5[_0x893b24(0x94d)]();return;}}let _0xda4a79=_0x41593d['getElementById'](_0x4e59dc['id']);_0xda4a79 instanceof HTMLElement&&_0xda4a79[_0x893b24(0x94d)]({'preventScroll':!0x0});},'shouldRestore':_0x2dab47=>_0x2dab47 instanceof HTMLElement&&_0x2dab47['id'][_0x1c327a(0x5fa)](_0x1c327a(0x8df))&&_0x4bc1a7['containsElement'](_0x10df9b,_0x2dab47)});});return()=>_0x17378a[_0x1ba7c5(0x5df)]();},[_0x3ffbcc,_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x1a9c42,_0x4bc1a7,_0x141329]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x431d53=_0x166ff3;if(!(_0x442af9!=null&&_0x442af9[_0x431d53(0x467)]))return;let _0x806bf0=_0x1480f6[_0x431d53(0x8db)][_0x431d53(0x260)](_0x2e81f=>{const _0x3f97ae=_0x431d53;_0x2e81f[_0x3f97ae(0x467)]===_0x442af9['embedId']&&(_0x141329[_0x3f97ae(0xa04)](_0x442af9[_0x3f97ae(0x467)]),_0x1e94ea['clearFloating'](_0x442af9[_0x3f97ae(0x467)],_0x442af9[_0x3f97ae(0x98c)]),_0x26499a[_0x3f97ae(0x600)]!=null&&(window[_0x3f97ae(0x613)](_0x26499a[_0x3f97ae(0x600)]),_0x26499a[_0x3f97ae(0x600)]=void 0x0),_0x278322['current']!=null&&globalThis[_0x3f97ae(0x734)](_0x278322[_0x3f97ae(0x600)]),_0x278322[_0x3f97ae(0x600)]=globalThis[_0x3f97ae(0x62a)](()=>{const _0x1c825a=_0x3f97ae;_0x278322[_0x1c825a(0x600)]=void 0x0,_0x26499a[_0x1c825a(0x600)]=window[_0x1c825a(0x7c4)](()=>{const _0x2182af=_0x1c825a;_0x26499a[_0x2182af(0x600)]=void 0x0,Xa(_0x1a9c42[_0x2182af(0x45a)](_0x442af9[_0x2182af(0x467)]))&&(_0x1e94ea[_0x2182af(0x57d)](_0x442af9[_0x2182af(0x467)],_0x442af9[_0x2182af(0x98c)]),_0x4f29aa(_0x1c4089=>_0x1c4089+0x1));});},0x0));});return()=>{const _0x1d6609=_0x431d53;_0x806bf0[_0x1d6609(0x6cf)](),_0x278322[_0x1d6609(0x600)]!=null&&(globalThis[_0x1d6609(0x734)](_0x278322[_0x1d6609(0x600)]),_0x278322[_0x1d6609(0x600)]=void 0x0),_0x26499a[_0x1d6609(0x600)]!=null&&(window[_0x1d6609(0x613)](_0x26499a[_0x1d6609(0x600)]),_0x26499a[_0x1d6609(0x600)]=void 0x0);};},[_0x1e94ea,_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x1a9c42,_0x1480f6,_0x141329]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x40c9d8=_0x166ff3;let _0x2ccde4=_0xbb7854[_0x40c9d8(0x600)],_0x3a4ccd=_0x3e3dc3[_0x40c9d8(0x600)];if(!_0x2ccde4||!_0x3a4ccd||typeof document>'u')return;let _0x446462=Ki({'chrome':_0x3a4ccd,'container':_0x2ccde4,'deferInactive':_0xac5e89,'embedId':_0x442af9==null?void 0x0:_0x442af9[_0x40c9d8(0x467)],'geometryService':_0x4d0d7b,'hostLayout$':_0x58fab7,'stage':_0x256996,'docsSheetLikeLayout':_0x380e9a!=null&&_0xc97f3e!=null?{'contentWidth':_0x380e9a,'pageContentWidth':_0xc97f3e}:void 0x0});return()=>_0x446462[_0x40c9d8(0x5df)]();},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0xac5e89,_0x380e9a,_0xc97f3e,_0x4d0d7b,_0x58fab7,_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x4bdf0a=_0x166ff3;let _0x481007=_0xbb7854[_0x4bdf0a(0x600)],_0x150dc3=_0x3e3dc3[_0x4bdf0a(0x600)];if(!_0x481007)return;let _0x159f4a=_0x481007[_0x4bdf0a(0x71c)]('[data-embed-docs-custom-block=\x22true\x22]'),_0x137f1e=_0x159f4a==null?void 0x0:_0x159f4a[_0x4bdf0a(0x62c)];return _a(_0x481007,_0x150dc3,_0x3a406f=>{const _0x1296e6=_0x4bdf0a;let _0x2136ba=_0x10d7ae[_0x1296e6(0x600)];return(_0x2136ba?(_0x362901==null?void 0x0:_0x362901(_0x3a406f,_0x2136ba))===!0x0:!0x1)||Zr(_0x481007,_0x3a406f);},(_0x137f1e==null?void 0x0:_0x137f1e['id'])===(_0x442af9==null?void 0x0:_0x442af9[_0x4bdf0a(0x3bd)])?_0x137f1e:null,_0x19a3ef);},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x3bd)],_0x362901,_0x19a3ef]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x43036d=_0x166ff3;var _0x9ba0cf;let _0x17781d=_0xbb7854['current'],_0x48711c=(_0x17781d==null?void 0x0:_0x17781d['querySelector'](_0x43036d(0x966)))??((_0x9ba0cf=_0x3e3dc3['current'])==null?void 0x0:_0x9ba0cf[_0x43036d(0x334)](_0x43036d(0x966)));if(!(!_0x17781d||!_0x48711c||_0x256996===_0x43036d(0x7b3)))return Ea(_0x17781d,_0x48711c);},[_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x3e99dd=_0x166ff3;let _0x4f1754=_0xbb7854['current'];if(!(_0x442af9!=null&&_0x442af9[_0x3e99dd(0x467)])||!_0x4f1754||typeof document>'u')return;let _0x58528b=Na({'activationService':_0x1e94ea,'chrome':_0x3e3dc3[_0x3e99dd(0x600)],'container':_0x4f1754,'embedId':_0x442af9[_0x3e99dd(0x467)],'externalHostInteractionUntil':_0x244330,'floatingActiveService':_0x1a9c42,'focusCoordinator':_0x4bc1a7,'graceMs':0x28a,'hostUnitId':_0x442af9[_0x3e99dd(0x98c)],'interactionBoundaryService':_0x500914,'isExternalHostInteraction':_0x256b05,'ownedPointerInteractionUntil':_0x159bab,'runtimeFocusOwners':qa});return()=>_0x58528b[_0x3e99dd(0x5df)]();},[_0x1e94ea,_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x1a9c42,_0x4bc1a7,_0x500914,_0x256b05]),(0x0,d['useEffect'])(()=>{const _0xf9807b=_0x166ff3;var _0xd3a440;_0x256996!==_0xf9807b(0x7b3)&&((_0xd3a440=_0x5b2700[_0xf9807b(0x600)])==null||_0xd3a440['dispose'](),_0x5b2700[_0xf9807b(0x600)]=void 0x0,Ba(_0x442af9==null?void 0x0:_0x442af9[_0xf9807b(0x467)],ga(_0x4d22ba[_0xf9807b(0x600)],_0x33ad06[_0xf9807b(0x600)],_0x5c0b90['current'],_0x4ca0f1[_0xf9807b(0x600)],_0x15a3f1['current'])));},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x145dae=_0x166ff3;let _0x4fcc12=_0xb3e8ee[_0x145dae(0x600)];if(!_0x4fcc12||!(_0x442af9!=null&&_0x442af9[_0x145dae(0x467)])||!_0x442af9[_0x145dae(0x98c)])return;let _0xe480f2=Pa({'acquireStage2SessionLease':_0xedae98,'activationService':_0x1e94ea,'canActivateRuntime':()=>{const _0x209015=_0x145dae;var _0x9adf6f;return Pr(_0x3900c3,((_0x9adf6f=_0x141329[_0x209015(0x6ea)](_0x442af9[_0x209015(0x467)]))==null?void 0x0:_0x9adf6f[_0x209015(0x624)])!=null);},'data':{'childType':_0x19a3ef,'childUnitId':_0x1a20ae,'embedId':_0x442af9[_0x145dae(0x467)],'hostAnchorId':_0x442af9[_0x145dae(0x3bd)],'hostUnitId':_0x442af9[_0x145dae(0x98c)]},'embedModelService':_0x99e5b1,'enableStage1BodyDrag':_0x51e24e,'floatingActiveService':_0x1a9c42,'gate':_0x4fcc12,'interactionFlow':_0x1313d8,'popupRoot':_0x15a3f1[_0x145dae(0x600)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x3a1f19});return()=>_0xe480f2[_0x145dae(0x5df)]();},[_0xedae98,_0x1e94ea,_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x3bd)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x99e5b1,_0x51e24e,_0x1a9c42,_0x1313d8,_0x141329,_0x3a1f19,_0x3900c3,_0x19a3ef,_0x1a20ae]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x3b604c=_0x166ff3;let _0x18e68d=_0xbb7854[_0x3b604c(0x600)];if(!_0x18e68d||!_0x37be92)return;let _0x4282bf=_0x37be92(_0x18e68d);if(!_0x4282bf)return;let _0x490005=_0x501420[_0x3b604c(0x2d1)](_0x4282bf,_0x18e68d);return()=>_0x490005[_0x3b604c(0x5df)]();},[_0x501420,_0x37be92]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0xac4d22=_0x166ff3;let _0x2a1efe=_0xbb7854[_0xac4d22(0x600)],_0x2f690f=_0xb3e8ee[_0xac4d22(0x600)],_0x36a85b=_0x4d22ba[_0xac4d22(0x600)];if(!_0x2a1efe||!_0x2f690f||!_0x36a85b)return;let _0x372781=Br({'container':_0x2a1efe,'gate':_0x2f690f,'getChildContext':()=>_0x10d7ae['current'],'getStage':()=>_0x442af9!=null&&_0x442af9[_0xac4d22(0x467)]?_0x1a9c42['getStage'](_0x442af9['embedId']):'inactive','hostScrollOffset':_0x46d6f9,'hostWheelGestureService':_0x501420,'invalidate':_0x52b83d=>ia(_0x4d0d7b,_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x52b83d,_0x20661f),'liveRoot':_0x36a85b,'onHostWheel':_0x1bb3dc,'passiveViewportRegistry':_0x1308c1,'passiveWheelHandlerRegistry':_0x4107ab,'resizeDocsSheetLikeRendererByWheel':_0x5ddb3e,'routeHostGestures':!!_0x37be92,'syncHostVerticalScroll':_0x5d9483,'viewScale':_0x250a14});return()=>_0x372781[_0xac4d22(0x5df)]();},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x250a14,_0x1a9c42,_0x4d0d7b,_0x501420,_0x1308c1,_0x4107ab,_0x5ddb3e,_0x37be92,_0x1bb3dc,_0x5d9483]),(0x0,d[_0x166ff3(0x325)])(()=>()=>{const _0x376e2c=_0x166ff3;_0x20661f['current'][_0x376e2c(0x5f4)](_0x2365f1=>window[_0x376e2c(0x613)](_0x2365f1)),_0x20661f['current']=[];},[]),(0x0,d['useEffect'])(()=>{const _0x1da7d6=_0x166ff3;let _0x5e4785=_0x4d22ba[_0x1da7d6(0x600)];if(!_0x5e4785)return;let _0x2aafe8=La({'acquireStage2SessionLease':_0xedae98,'activationService':_0x1e94ea,'data':{'childType':_0x19a3ef,'childUnitId':_0x1a20ae,'embedId':_0x442af9==null?void 0x0:_0x442af9[_0x1da7d6(0x467)],'hostUnitId':_0x442af9==null?void 0x0:_0x442af9['hostUnitId']},'embedModelService':_0x99e5b1,'floatingActiveService':_0x1a9c42,'focusCoordinator':_0x4bc1a7,'getRuntimeRoots':()=>ga(_0x5c0b90[_0x1da7d6(0x600)],_0x33ad06[_0x1da7d6(0x600)],_0x4ca0f1[_0x1da7d6(0x600)],_0x15a3f1[_0x1da7d6(0x600)],_0x4d22ba[_0x1da7d6(0x600)]),'interactionFlow':_0x1313d8,'liveRoot':_0x5e4785,'popupRoot':_0x15a3f1['current'],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x3a1f19,'runtimeFocusOwners':qa});return()=>_0x2aafe8['dispose']();},[_0xedae98,_0x1e94ea,_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x99e5b1,_0x1a9c42,_0x4bc1a7,_0x1313d8,_0x3a1f19,_0x19a3ef,_0x1a20ae]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x46808a=_0x166ff3;let _0x5bbc0d=_0x4d22ba[_0x46808a(0x600)];if(!_0x5bbc0d||!(_0x442af9!=null&&_0x442af9[_0x46808a(0x467)]))return;let _0x558237=Ra({'data':{'childType':_0x442af9[_0x46808a(0x560)],'childUnitId':_0x442af9[_0x46808a(0x397)],'embedId':_0x442af9[_0x46808a(0x467)],'hostUnitId':_0x442af9[_0x46808a(0x98c)]},'floatingActiveService':_0x1a9c42,'focusCoordinator':_0x4bc1a7,'graceMs':0x28a,'interactionBoundaryService':_0x500914,'liveRoot':_0x5bbc0d,'ownedPointerInteractionUntil':_0x159bab,'pointerLease':_0x5b2700,'verticalScrollOwner':_0x525ead});return()=>_0x558237[_0x46808a(0x5df)]();},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x560)],_0x442af9==null?void 0x0:_0x442af9['childUnitId'],_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x1a9c42,_0x4bc1a7,_0x500914]),(0x0,d['useEffect'])(()=>{const _0x32a9d2=_0x166ff3;if(_0x256996!==_0x32a9d2(0x7b3)||_0x1313d8!=='doc-block')return;let _0x5ab907=_0x4d22ba[_0x32a9d2(0x600)];if(!_0x5ab907)return;let _0x499cf7,_0x4e4f07=()=>Da(ga(_0x5c0b90[_0x32a9d2(0x600)],_0x33ad06[_0x32a9d2(0x600)],_0x4ca0f1[_0x32a9d2(0x600)],_0x15a3f1[_0x32a9d2(0x600)],_0x4d22ba[_0x32a9d2(0x600)])),_0x56f0a1=()=>{const _0x456dc3=_0x32a9d2;let _0x27e08d=_0x5ab907[_0x456dc3(0x76e)][_0x456dc3(0x7eb)];return!_0x27e08d||_0x27e08d===_0x4e4f07()?!0x1:ga(_0x4d22ba[_0x456dc3(0x600)],_0x33ad06[_0x456dc3(0x600)],_0x5c0b90[_0x456dc3(0x600)],_0x4ca0f1[_0x456dc3(0x600)],_0x15a3f1[_0x456dc3(0x600)])[_0x456dc3(0x980)](_0x35bdfe=>_0x35bdfe[_0x456dc3(0x9fe)](_0x27e08d));},_0x2fdd1b=()=>{const _0x439e10=_0x32a9d2;if(!Oa(_0x442af9==null?void 0x0:_0x442af9[_0x439e10(0x560)],!0x0))return;let _0x214d4e=_0x4e4f07();if(_0x214d4e&&!_0x4bc1a7[_0x439e10(0x1ef)](_0x442af9==null?void 0x0:_0x442af9['embedId'],{'ignoreOwners':qa})&&!_0x56f0a1()){if(_0x442af9!=null&&_0x442af9[_0x439e10(0x98c)]&&_0x442af9[_0x439e10(0x467)]){let _0x188d48=_0x99e5b1[_0x439e10(0x7aa)](_0x442af9[_0x439e10(0x98c)],_0x442af9[_0x439e10(0x467)]);(_0x188d48==null?void 0x0:_0x188d48[_0x439e10(0x397)])!=null&&_0x188d48[_0x439e10(0x560)]!=null&&_0x1e94ea[_0x439e10(0x622)](_0x188d48);}_0x214d4e[_0x439e10(0x617)]('tabindex')||(_0x214d4e[_0x439e10(0x2d3)]=-0x1),_0x214d4e[_0x439e10(0x94d)]({'preventScroll':!0x0});}};return _0x2fdd1b(),_0x499cf7=window[_0x32a9d2(0x7c4)](()=>{_0x499cf7=void 0x0,_0x2fdd1b();}),()=>{const _0x1668bc=_0x32a9d2;_0x499cf7!=null&&(window[_0x1668bc(0x613)](_0x499cf7),_0x499cf7=void 0x0);};},[_0x1e94ea,_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x560)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x98c)],_0x99e5b1,_0x4bc1a7,_0x1313d8,_0x256996]),(0x0,d[_0x166ff3(0x325)])(()=>{const _0x2de326=_0x166ff3;let _0xd1e52f=_0xbb7854[_0x2de326(0x600)],_0x29b6e6=_0x2d4700[_0x2de326(0x600)];if(!_0xd1e52f||!_0x29b6e6||typeof window>'u')return;let _0x19bfc5=Ii({'collapseViewportHeight':_0x450049==null?void 0x0:_0x450049['visibleCanvasHeight'],'collapseWithoutChildScroll':(_0x442af9==null?void 0x0:_0x442af9[_0x2de326(0x560)])===a[_0x2de326(0x583)]['UNIVER_BASE'],'container':_0xd1e52f,'content':_0x29b6e6,'contentHeight':_0x450049==null?void 0x0:_0x450049['contentHeight'],'contentInsetTop':_0x450049==null?void 0x0:_0x450049[_0x2de326(0x5dc)],'enabled':_0x5d9483,'getChildContext':()=>_0x10d7ae[_0x2de326(0x600)],'getProvider':_0x394191=>_0x1308c1['get'](_0x394191[_0x2de326(0x560)],_0x394191['layout']),'getStage':()=>_0x442af9!=null&&_0x442af9['embedId']?_0x1a9c42[_0x2de326(0x45a)](_0x442af9[_0x2de326(0x467)]):'inactive','hostLayout$':_0x58fab7,'invalidate':()=>_0x4d0d7b[_0x2de326(0x910)]({'embedId':_0x442af9==null?void 0x0:_0x442af9[_0x2de326(0x467)],'reason':'host-scroll'}),'offset':_0x46d6f9,'onHostWheel':_0x1bb3dc,'owner':_0x525ead,'syncingChildFromHost':_0x2d2ab3,'syncingHostFromChild':_0x46f667,'viewScale':_0x250a14,'viewportHeight':_0x450049==null?void 0x0:_0x450049['viewportHeight']});return()=>_0x19bfc5[_0x2de326(0x5df)]();},[_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x560)],_0x442af9==null?void 0x0:_0x442af9['embedId'],_0x450049==null?void 0x0:_0x450049[_0x166ff3(0x728)],_0x450049==null?void 0x0:_0x450049[_0x166ff3(0x5dc)],_0x250a14,_0x450049==null?void 0x0:_0x450049[_0x166ff3(0x8fd)],_0x450049==null?void 0x0:_0x450049[_0x166ff3(0x918)],_0x1a9c42,_0x4d0d7b,_0x58fab7,_0x41920c,_0x1308c1,_0x1bb3dc,_0x5d9483]);let _0x5274cf=jr({'stage':_0x256996,'interactionFlow':_0x1313d8}),_0x27f069=_0x5274cf['disableLiveHostPointerEvents'],_0x3a92da=_0x5274cf[_0x166ff3(0x9ee)],_0x13430b=_0x450049?{'top':_0x450049['floatingMenuInsetTop']*_0x250a14,'left':-_0x39c5f7*_0x250a14,'width':(((_0x1f43a1==null?void 0x0:_0x1f43a1[_0x166ff3(0x404)])??0x1)+_0x39c5f7)*_0x250a14,'height':_0x450049[_0x166ff3(0x918)]*_0x250a14}:_0x1e6881?{'top':_0x1e6881[_0x166ff3(0x5dc)],'height':_0x166ff3(0x22c)+_0x1e6881[_0x166ff3(0x5dc)]+_0x166ff3(0x49b)}:void 0x0,_0x1bf7e8=_0x450049?{'width':((_0x1f43a1==null?void 0x0:_0x1f43a1['initialWidth'])??0x1)+_0x39c5f7,'height':_0x450049[_0x166ff3(0x918)],'transform':_0x250a14===0x1?void 0x0:_0x166ff3(0x5ae)+_0x250a14+')','transformOrigin':_0x166ff3(0x96c)}:void 0x0,_0x2de704=_0x450049?{'left':0x0,'width':_0x166ff3(0x7fb),'height':_0x450049[_0x166ff3(0x918)],'minHeight':_0x450049[_0x166ff3(0x918)]}:void 0x0;return(0x0,m[_0x166ff3(0x7a9)])(_0x166ff3(0x92d),{'ref':_0xbb7854,'className':(0x0,l['clsx'])(_0x166ff3(0x6da),_0x256996===_0x166ff3(0x2f9)&&c[_0x166ff3(0x291)],_0x450049&&_0x166ff3(0x89a)),'data-u-comp':_0x166ff3(0x855),'data-embed-float-dom':_0x166ff3(0x69e),'data-embed-float-stage':_0x256996,'data-embed-id':_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],'data-embed-host-unit-id':_0x442af9==null?void 0x0:_0x442af9['hostUnitId'],'data-embed-host-anchor-id':_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x3bd)],'data-embed-child-unit-id':_0x1a20ae,'data-embed-child-type':_0x19a3ef,'data-embed-interaction-flow':_0x1313d8,'children':[(0x0,m[_0x166ff3(0x7a9)])(_0x166ff3(0x92d),{'ref':_0x2d4700,'className':(0x0,l[_0x166ff3(0x5b6)])('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',_0x450049&&'after:!univer-border-b-0\x20after:!univer-border-r-0'),'data-u-comp':'embed-float-dom-content','data-embed-float-content':_0x166ff3(0x69e),'style':_0x13430b,'children':[(0x0,m[_0x166ff3(0x7a9)])('div',{'ref':_0x4d22ba,'className':(0x0,l[_0x166ff3(0x5b6)])(_0x166ff3(0x2d4),_0x450049&&_0x166ff3(0x42a)),'data-u-comp':_0x166ff3(0x407),'data-embed-float-live':_0x166ff3(0x69e),'style':_0x1bf7e8,'children':[(0x0,m[_0x166ff3(0x6c9)])('div',{'ref':_0x5c0b90,'className':(0x0,l[_0x166ff3(0x5b6)])(_0x166ff3(0xa1d),_0x8eb8dd,_0x450049&&_0x166ff3(0x3a5),_0x27f069&&_0x166ff3(0x89a)),'data-u-comp':_0x166ff3(0x616),'style':_0x2de704,'data-embed-canvas-root':_0x166ff3(0x69e)}),(0x0,m[_0x166ff3(0x6c9)])('div',{'ref':_0x33ad06,'className':(0x0,l['clsx'])(_0x166ff3(0x750),_0x27f069&&_0x166ff3(0x89a)),'data-u-comp':_0x166ff3(0x2c0),'style':_0x2de704,'data-embed-content-root':_0x166ff3(0x69e)})]}),(0x0,m[_0x166ff3(0x6c9)])(_0x166ff3(0x92d),{'ref':_0xb3e8ee,'className':(0x0,l[_0x166ff3(0x5b6)])(_0x166ff3(0x45e),_0x3a92da&&'univer-pointer-events-none'),'data-u-comp':_0x166ff3(0x6a0),'data-embed-float-interaction-gate':_0x166ff3(0x69e)}),_0x256996===_0x166ff3(0x2f9)&&(0x0,m[_0x166ff3(0x6c9)])(c['HoverTrack'],{'className':_0x166ff3(0x333)})]}),(0x0,m['jsxs'])(_0x166ff3(0x92d),{'ref':_0x3e3dc3,'className':_0x166ff3(0x241),'data-u-comp':_0x166ff3(0x206),'data-embed-float-stage':_0x256996,'data-embed-id':_0x442af9==null?void 0x0:_0x442af9[_0x166ff3(0x467)],'style':{'zIndex':_0x2b32e9??0x320},'children':[(0x0,m[_0x166ff3(0x6c9)])(_0x166ff3(0x92d),{'ref':_0x4ca0f1,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x166ff3(0x90f),'data-embed-overlay-root':_0x166ff3(0x69e)}),(0x0,m[_0x166ff3(0x6c9)])(_0x166ff3(0x92d),{'ref':_0x15a3f1,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x166ff3(0x731),'data-embed-popup-root':'true'}),Ya(_0x256996,_0x591be9)&&(0x0,m[_0x166ff3(0x6c9)])(Ua,{'hostUnitId':_0x442af9==null?void 0x0:_0x442af9['hostUnitId'],'embedId':_0x442af9==null?void 0x0:_0x442af9['embedId']})]})]});}function Ya(_0x440b24,_0x387a1a){const _0x22eb45=_0x36ed40;return _0x440b24!==_0x22eb45(0x7b3)&&(_0x440b24!==_0x22eb45(0x682)||!_0x387a1a);}function Xa(_0x5844e5){return _0x5844e5==='inactive';}function Za(_0x168ab5,_0x3ad75d,_0x2072e4){const _0x28104f=_0x36ed40;return Array[_0x28104f(0x513)](_0x168ab5[_0x28104f(0x32a)]('[data-embed-float-dom=\x22true\x22]'))[_0x28104f(0x980)](_0x117f6c=>_0x117f6c!==_0x2072e4&&_0x117f6c[_0x28104f(0x223)]&&_0x117f6c[_0x28104f(0x4d2)][_0x28104f(0x467)]===_0x3ad75d);}function Qa(_0x1f7cbf){const _0x1e1e24=_0x36ed40;let _0xafc23d=_0x1f7cbf==null?void 0x0:_0x1f7cbf[_0x1e1e24(0x30c)][_0x1e1e24(0x29d)];if(_0xafc23d)try{let _0x30b6c6=typeof _0xafc23d==_0x1e1e24(0x3df)?(0x0,t[_0x1e1e24(0x666)])(_0xafc23d):_0xafc23d;return{'childUnitId':_0x30b6c6['unit'][_0x1e1e24(0x363)],'childType':(0x0,t[_0x1e1e24(0x61e)])(_0x30b6c6[_0x1e1e24(0x5b7)][_0x1e1e24(0x9e8)])};}catch{return;}}function $a(_0x37f386){const _0x2a24d3=_0x36ed40;var _0x4d8adc,_0x30d27d;let _0x78d832=((_0x4d8adc=_0x37f386[_0x2a24d3(0x899)])==null?void 0x0:_0x4d8adc[_0x2a24d3(0x3da)])||void 0x0;if(_0x78d832&&typeof _0x78d832==_0x2a24d3(0x9e9)&&_0x78d832['layout'])return _0x78d832[_0x2a24d3(0x901)];let _0x508173=((_0x30d27d=_0x37f386[_0x2a24d3(0x899)])==null?void 0x0:_0x30d27d[_0x2a24d3(0x295)])||void 0x0;return _0x508173&&typeof _0x508173==_0x2a24d3(0x9e9)&&_0x508173[_0x2a24d3(0x726)]?_0x2a24d3(0x2ed):void 0x0;}var eo=class extends a['Disposable']{constructor(..._0x21af7a){const _0x579948=_0x36ed40;super(..._0x21af7a),z(this,_0x579948(0x7c8),new Map()),z(this,_0x579948(0x491),new f[(_0x579948(0x542))]()),z(this,'providerChanged$',this['_providerChanged$'][_0x579948(0x3a3)]()),z(this,_0x579948(0xa1c),new f['Subject']()),z(this,_0x579948(0x6dc),this[_0x579948(0xa1c)][_0x579948(0x3a3)]());}[_0x36ed40(0x2d1)](_0x59a7be){const _0x5523d0=_0x36ed40;return this[_0x5523d0(0x7c8)]['set'](_0x59a7be[_0x5523d0(0x560)],_0x59a7be),this['_providerChanged$'][_0x5523d0(0x45d)](_0x59a7be[_0x5523d0(0x560)]),(0x0,a[_0x5523d0(0x63c)])(()=>{const _0x1e0db9=_0x5523d0;this[_0x1e0db9(0x7c8)][_0x1e0db9(0x335)](_0x59a7be[_0x1e0db9(0x560)])===_0x59a7be&&(this[_0x1e0db9(0x7c8)][_0x1e0db9(0x3b2)](_0x59a7be[_0x1e0db9(0x560)]),this['_providerChanged$']['next'](_0x59a7be['childType']));});}[_0x36ed40(0x335)](_0x23610b){const _0x49aa90=_0x36ed40;return this[_0x49aa90(0x7c8)][_0x49aa90(0x335)](_0x23610b);}['list'](){const _0x56aab0=_0x36ed40;return[...this[_0x56aab0(0x7c8)][_0x56aab0(0x8b8)]()];}['measureContentSize'](_0x32fbd8){const _0x50cd9f=_0x36ed40;var _0x2f2693;return(_0x2f2693=this[_0x50cd9f(0x335)](_0x32fbd8[_0x50cd9f(0x560)]))==null?void 0x0:_0x2f2693[_0x50cd9f(0x89d)](_0x32fbd8);}[_0x36ed40(0x296)](_0xff7d3e,_0x55e418){const _0x18836e=_0x36ed40;this[_0x18836e(0xa1c)]['next']({'embedId':_0x55e418,'hostUnitId':_0xff7d3e});}[_0x36ed40(0x5df)](){const _0x2824f3=_0x36ed40;this[_0x2824f3(0x7c8)][_0x2824f3(0x465)](),this[_0x2824f3(0xa1c)][_0x2824f3(0x7be)](),super[_0x2824f3(0x5df)]();}};let to=class{constructor(_0x1e6378){const _0x115921=_0x36ed40;this[_0x115921(0x390)]=_0x1e6378,z(this,_0x115921(0x9b1),new Map());}[_0x36ed40(0x230)](_0x31695c,_0x32a478){const _0x1df7a5=_0x36ed40;if(this[_0x1df7a5(0x9b1)][_0x1df7a5(0x82c)](_0x31695c[_0x1df7a5(0x467)]))throw Error('EMBED_RUNTIME_HOST_ALREADY_LEASED:'+_0x31695c[_0x1df7a5(0x467)]);let _0x54e66d=this[_0x1df7a5(0x390)]['getSession'](_0x31695c['embedId']),_0x47f212=_0x54e66d!=null&&_0x54e66d[_0x1df7a5(0x624)]?this[_0x1df7a5(0x574)](_0x54e66d,_0x32a478):this[_0x1df7a5(0x571)](_0x31695c,_0x32a478);return this['_leases'][_0x1df7a5(0x436)](_0x31695c[_0x1df7a5(0x467)],_0x47f212),{'session':_0x47f212[_0x1df7a5(0x652)],'ownsSession':_0x47f212[_0x1df7a5(0x23a)],'dispose':()=>{const _0x5ade75=_0x1df7a5;this['_leases']['get'](_0x31695c[_0x5ade75(0x467)])===_0x47f212&&(this[_0x5ade75(0x9b1)][_0x5ade75(0x3b2)](_0x31695c[_0x5ade75(0x467)]),_0x47f212[_0x5ade75(0x5df)]());}};}[_0x36ed40(0x574)](_0x326a1e,_0xd292de){const _0x586691=_0x36ed40;let _0x111535=no(_0x326a1e);if(_0x111535[_0x586691(0x248)]===0x0)throw Error(_0x586691(0xa0b)+_0x326a1e['embedId']);let _0x26d3ed=_0x111535['map'](_0x5273a6=>{const _0x2419fe=_0x586691;let _0x26602c=_0x5273a6[_0x2419fe(0x8ff)];if(!_0x26602c)throw Error(_0x2419fe(0x488)+_0x326a1e[_0x2419fe(0x467)]);return{'node':_0x5273a6,'originalParent':_0x26602c,'placeholder':document['createComment'](_0x2419fe(0x231))};});return _0x26d3ed[_0x586691(0x5f4)](({node:_0x5aa64d,originalParent:_0x24a4ab,placeholder:_0x1cff5b})=>{_0x24a4ab['insertBefore'](_0x1cff5b,_0x5aa64d);}),_0xd292de[_0x586691(0x46f)](..._0x111535),{'session':_0x326a1e,'ownsSession':!0x1,'dispose':()=>{const _0x3e4270=_0x586691;if(this[_0x3e4270(0x390)][_0x3e4270(0x6ea)](_0x326a1e[_0x3e4270(0x467)])!==_0x326a1e){_0x26d3ed['forEach'](({node:_0x39a6d4,placeholder:_0xbfd2a8})=>{const _0x10be82=_0x3e4270;_0x39a6d4[_0x10be82(0x42e)](),_0xbfd2a8[_0x10be82(0x42e)]();});return;}_0x26d3ed[_0x3e4270(0x5f4)](({node:_0x5d4963,originalParent:_0x16ae52,placeholder:_0x40ea97})=>{const _0x577137=_0x3e4270;if(_0x40ea97[_0x577137(0x8ff)]){_0x40ea97[_0x577137(0x7a1)](_0x5d4963);return;}_0x16ae52['appendChild'](_0x5d4963);});}};}[_0x36ed40(0x571)](_0x44db77,_0x3c0e2d){const _0x36d7b0=_0x36ed40;let _0x5357f4=this[_0x36d7b0(0x390)][_0x36d7b0(0x8fc)](_0x44db77,_0x3c0e2d);return{'session':_0x5357f4,'ownsSession':!0x0,'dispose':()=>{const _0x40c515=_0x36d7b0;this[_0x40c515(0x390)][_0x40c515(0x6ea)](_0x44db77[_0x40c515(0x467)])===_0x5357f4&&this['_mountService'][_0x40c515(0xa04)](_0x44db77[_0x40c515(0x467)]);}};}};to=Z([X(0x0,(0x0,a['Inject'])(xn))],to);function no(_0xf76f28){const _0x33ed91=_0x36ed40;let _0xee4d89=_0xf76f28['context'];if(!_0xee4d89)return[];let _0xf5acdc=_0xee4d89[_0x33ed91(0x949)][_0x33ed91(0x8e9)],_0xcd29cd=new Set([_0xee4d89['runtimeScope'][_0x33ed91(0x4a2)][_0x33ed91(0x2c9)],_0xee4d89['runtimeScope'][_0x33ed91(0x4a2)][_0x33ed91(0x412)],_0xee4d89[_0x33ed91(0x368)][_0x33ed91(0x4a2)][_0x33ed91(0x9b4)]]);return _0xee4d89[_0x33ed91(0x368)][_0x33ed91(0x4a2)][_0x33ed91(0x48a)]&&_0xcd29cd['add'](_0xee4d89['runtimeScope'][_0x33ed91(0x4a2)][_0x33ed91(0x48a)]),_0xee4d89['runtimeScope'][_0x33ed91(0x4a2)][_0x33ed91(0x33d)]&&_0xcd29cd[_0x33ed91(0x258)](_0xee4d89[_0x33ed91(0x368)][_0x33ed91(0x4a2)][_0x33ed91(0x33d)]),_0xee4d89[_0x33ed91(0x368)][_0x33ed91(0x4a2)][_0x33ed91(0x215)]&&_0xcd29cd[_0x33ed91(0x258)](_0xee4d89[_0x33ed91(0x368)]['roots'][_0x33ed91(0x215)]),_0xcd29cd[_0x33ed91(0x3b2)](_0xf5acdc),Array[_0x33ed91(0x513)](_0xf5acdc[_0x33ed91(0x5e2)])[_0x33ed91(0x32c)](_0x46b408=>_0x46b408 instanceof HTMLElement&&[..._0xcd29cd]['some'](_0x131433=>_0x46b408===_0x131433||_0x46b408[_0x33ed91(0x9fe)](_0x131433)));}const ro=0x3e8;function io(_0x5bffc4,_0x428f35){const _0x34844b=_0x36ed40;return{'childType':_0x428f35[_0x34844b(0x560)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x447faf=>ao(_0x5bffc4,_0x428f35[_0x34844b(0x70b)],_0x447faf)};}async function ao(_0x248e0a,_0x38eba5,_0x782b43){const _0x81291e=_0x36ed40;let _0x4d1462=_0x248e0a['get'](_0x38eba5),_0x29379b=await oo(_0x4d1462,_0x782b43);if(_0x29379b)return _0x29379b;if(!_0x782b43[_0x81291e(0x624)]){let _0x381ebb=_0x4d1462[_0x81291e(0x2bf)](_0x782b43[_0x81291e(0x397)]);if(_0x381ebb){let _0x5ee3bd=await uo(_0x381ebb,_0x782b43);if(_0x5ee3bd)return _0x5ee3bd;}}let _0x243c71=await so(_0x248e0a,_0x782b43);return _0x243c71===null?co(_0x248e0a,_0x4d1462,_0x782b43):_0x243c71;}async function oo(_0x93fb43,_0x44378e){const _0xe8942e=_0x36ed40;if(!_0x44378e['context'])return;let _0x483f4a=_0x44378e[_0xe8942e(0x96a)]===_0xe8942e(0x480)?fn(_0x44378e['context']):void 0x0;try{_0x44378e[_0xe8942e(0x96a)]==='print'&&await mn(_0x44378e[_0xe8942e(0x560)]);let _0x25a321=_0x93fb43['getRenderUnitById'](_0x44378e[_0xe8942e(0x397)]);return _0x25a321&&await go(_0x25a321,!0x1,vo(_0x44378e['context'])),ln(_0x44378e[_0xe8942e(0x624)]);}finally{_0x483f4a==null||_0x483f4a();}}async function so(_0x527151,_0x1761e5){const _0x4cd799=_0x36ed40;if(xo(_0x1761e5)!=='tab-peer'||!_0x527151['has'](to))return null;if(typeof document>'u')return;let _0x130edb=_o(_0x1761e5),_0x2bacbb;try{_0x2bacbb=_0x527151[_0x4cd799(0x335)](to)[_0x4cd799(0x230)]({..._0x1761e5[_0x4cd799(0x393)],'mode':_0x4cd799(0x438)},_0x130edb);let _0x514c84=_0x2bacbb[_0x4cd799(0x652)][_0x4cd799(0x624)];if(!_0x514c84)return;let _0x5c6534=_0x1761e5['reason']===_0x4cd799(0x480)?fn(_0x514c84):void 0x0;try{return _0x1761e5['reason']===_0x4cd799(0x480)&&await mn(_0x1761e5['childType']),await po(_0x514c84),ln(_0x514c84);}finally{_0x5c6534==null||_0x5c6534();}}catch{return;}finally{_0x2bacbb==null||_0x2bacbb[_0x4cd799(0x5df)](),_0x130edb['remove']();}}async function co(_0x3f7541,_0x252532,_0x2efa38){const _0x2dc869=_0x36ed40;var _0x58b87b,_0x9931b4;if(typeof document>'u')return;let _0x31c270=_o(_0x2efa38),_0x9ee35e=(_0x58b87b=_0x2efa38[_0x2dc869(0x624)])!=null&&(_0x58b87b=_0x58b87b[_0x2dc869(0x368)])!=null&&_0x58b87b[_0x2dc869(0x501)]?void 0x0:ze(bo(_0x3f7541,_0x2efa38,_0x31c270)),_0x1f6544=((_0x9931b4=_0x2efa38[_0x2dc869(0x624)])==null||(_0x9931b4=_0x9931b4[_0x2dc869(0x368)])==null?void 0x0:_0x9931b4[_0x2dc869(0x501)])??_0x9ee35e,_0x34163e=rn(_0x252532,_0x2efa38[_0x2dc869(0x397)],_0x1f6544);if(!_0x34163e){_0x9ee35e==null||_0x9ee35e[_0x2dc869(0x5df)](),_0x31c270['remove']();return;}return lo(_0x252532,_0x2efa38[_0x2dc869(0x397)],_0x34163e,_0x9ee35e,_0x31c270,_0x2efa38);}async function lo(_0x440daa,_0x1095d9,_0x4869b8,_0x258b49,_0xf48182,_0x186af7){const _0x41327e=_0x36ed40;let _0x3d8672;try{return _0x4869b8['engine'][_0x41327e(0x266)](_0xf48182),_0x186af7[_0x41327e(0x96a)]===_0x41327e(0x480)&&(_0x3d8672=pn(_0x4869b8,[_0xf48182]),await mn(_0x186af7[_0x41327e(0x560)])),await go(_0x4869b8,!0x0),fo(_0x4869b8);}catch{return;}finally{_0x3d8672==null||_0x3d8672();try{var _0x56d060,_0x3f1cfe;(_0x56d060=(_0x3f1cfe=_0x4869b8['engine'])['unmount'])==null||_0x56d060[_0x41327e(0x4f6)](_0x3f1cfe);}catch{}if(_0x258b49){var _0x3976a0;(_0x3976a0=_0x440daa[_0x41327e(0x9b5)])==null||_0x3976a0[_0x41327e(0x4f6)](_0x440daa,_0x1095d9),_0x258b49[_0x41327e(0x5df)]();}_0xf48182[_0x41327e(0x42e)]();}}async function uo(_0x3bf303,_0x4055bf){const _0x4c50ab=_0x36ed40;let _0x43f328=_0x4055bf[_0x4c50ab(0x96a)]===_0x4c50ab(0x480)?pn(_0x3bf303):void 0x0;try{return _0x4055bf[_0x4c50ab(0x96a)]===_0x4c50ab(0x480)&&await mn(_0x4055bf['childType']),fo(_0x3bf303);}finally{_0x43f328==null||_0x43f328();}}function fo(_0xfbab){const _0x243a1a=_0x36ed40;var _0x174e53,_0xc192b9,_0x31c6b2,_0x463fda,_0x121fe7;let _0x3961d4=((_0x174e53=(_0xc192b9=_0xfbab[_0x243a1a(0x772)])['getCanvasElement'])==null?void 0x0:_0x174e53['call'](_0xc192b9))??((_0x31c6b2=(_0x463fda=_0xfbab[_0x243a1a(0x772)])['getCanvas'])==null||(_0x31c6b2=_0x31c6b2[_0x243a1a(0x4f6)](_0x463fda))==null||(_0x121fe7=_0x31c6b2[_0x243a1a(0x9b9)])==null?void 0x0:_0x121fe7[_0x243a1a(0x4f6)](_0x31c6b2));if(!(!_0x3961d4||_0x3961d4[_0x243a1a(0x76f)]<=0x1||_0x3961d4[_0x243a1a(0x2af)]<=0x1||typeof _0x3961d4[_0x243a1a(0x651)]!='function'))return _0x3961d4[_0x243a1a(0x651)](_0x243a1a(0x287));}async function po(_0x3d240e,_0x19ebbf=!0x1,_0x3a84d7=!0x0){const _0x280eab=_0x36ed40;try{var _0x374cc3;let _0x339cda=(((_0x374cc3=_0x3d240e[_0x280eab(0x368)])==null?void 0x0:_0x374cc3[_0x280eab(0x501)])??_0x3d240e[_0x280eab(0x501)])['get'](p[_0x280eab(0x6d8)]),_0x233f6a=Date['now']()+ro,_0x5e3a76=await ho(_0x339cda,_0x3d240e['childUnitId'],_0x233f6a);if(_0x5e3a76){if(_0x19ebbf&&(_0x5e3a76[_0x280eab(0x5ce)]['makeDirty'](!0x0),await mo(_0x5e3a76,_0x233f6a),!_0x3a84d7))return;await go(_0x5e3a76,!0x1,vo(_0x3d240e),_0x233f6a);}}catch{}}async function mo(_0x2e7aad,_0x30a38c){const _0x36a3c4=_0x36ed40;let _0x306bba;try{var _0x559031,_0x4a044f;await Promise[_0x36a3c4(0x810)]([Promise[_0x36a3c4(0x762)]((_0x559031=(_0x4a044f=_0x2e7aad['scene'])[_0x36a3c4(0x834)])==null?void 0x0:_0x559031[_0x36a3c4(0x4f6)](_0x4a044f))[_0x36a3c4(0x233)](()=>void 0x0),new Promise(_0x26cfb3=>{const _0x27b89b=_0x36a3c4;_0x306bba=globalThis[_0x27b89b(0x62a)](_0x26cfb3,Math['max'](0x0,_0x30a38c-Date[_0x27b89b(0x614)]()));})]);}finally{_0x306bba!==void 0x0&&globalThis[_0x36a3c4(0x734)](_0x306bba);}}async function ho(_0x51e898,_0x2db65b,_0x4e702d){const _0x4c136d=_0x36ed40;let _0x32c7fb=_0x51e898[_0x4c136d(0x2bf)](_0x2db65b);if(_0x32c7fb)return _0x32c7fb;let _0x2e6cd1=_0x51e898[_0x4c136d(0x4c9)];if(!(!_0x2e6cd1||typeof _0x2e6cd1['subscribe']!='function'))return new Promise(_0x3864ca=>{const _0x4c3cc8=_0x4c136d;let _0x51fd49=!0x1,_0x22a2e8,_0x2aaa49,_0x3e9daf=_0x145c77=>{_0x51fd49||(_0x51fd49=!0x0,_0x22a2e8!==void 0x0&&globalThis['clearTimeout'](_0x22a2e8),_0x2aaa49==null||_0x2aaa49['unsubscribe'](),_0x3864ca(_0x145c77));},_0x56ea23=_0x2e6cd1['subscribe'](_0x243bee=>{_0x243bee['unitId']===_0x2db65b&&_0x3e9daf(_0x243bee);});if(_0x2aaa49=_0x56ea23,_0x51fd49){_0x56ea23[_0x4c3cc8(0x6cf)]();return;}let _0x22ff6f=_0x51e898[_0x4c3cc8(0x2bf)](_0x2db65b);if(_0x22ff6f){_0x3e9daf(_0x22ff6f);return;}_0x22a2e8=globalThis[_0x4c3cc8(0x62a)](()=>_0x3e9daf(_0x51e898['getRenderUnitById'](_0x2db65b)??void 0x0),Math[_0x4c3cc8(0x792)](0x0,_0x4e702d-Date[_0x4c3cc8(0x614)]()));});}async function go(_0x495af9,_0x5e434d,_0x45308b=!0x0,_0x2a565d=Date[_0x36ed40(0x614)]()+ro){const _0xef396c=_0x36ed40;await yo(_0x2a565d);let _0x2d7e60=_0x495af9[_0xef396c(0x5ce)][_0xef396c(0x514)];if(!_0x2d7e60){_0x5e434d&&sn(_0x495af9,{'activate':!0x1});return;}await new Promise(_0x183fae=>{const _0x2918f3=_0xef396c;let _0x3a61d1=!0x1,_0x5696a8,_0x193ce2,_0x2f7124,_0x58678=()=>{const _0x4f23da=_0x2eed;_0x3a61d1||(_0x3a61d1=!0x0,_0x5696a8!==void 0x0&&globalThis[_0x4f23da(0x734)](_0x5696a8),_0x193ce2!==void 0x0&&globalThis[_0x4f23da(0x734)](_0x193ce2),_0x2f7124==null||_0x2f7124[_0x4f23da(0x6cf)](),_0x183fae());},_0x54f445=()=>{const _0x39b02f=_0x2eed;_0x5696a8!==void 0x0&&globalThis[_0x39b02f(0x734)](_0x5696a8),_0x5696a8=globalThis[_0x39b02f(0x62a)](_0x58678,0xa0);};_0x2f7124=_0x2d7e60['subscribe'](_0x1fceb0=>{_0x1fceb0&&_0x54f445();}),_0x193ce2=globalThis[_0x2918f3(0x62a)](_0x58678,Math['max'](0x0,_0x2a565d-Date[_0x2918f3(0x614)]()));try{_0x5e434d&&sn(_0x495af9,{'activate':!0x1}),(_0x5e434d||_0x45308b)&&_0x54f445();}catch{_0x58678();}});}function _o(_0x7f6592){const _0x4caa8e=_0x36ed40;let _0x23e603=document[_0x4caa8e(0x349)](_0x4caa8e(0x92d));return _0x23e603[_0x4caa8e(0x691)][_0x4caa8e(0x251)]=_0x4caa8e(0x331),_0x23e603[_0x4caa8e(0x691)]['left']=_0x4caa8e(0x9d7),_0x23e603[_0x4caa8e(0x691)][_0x4caa8e(0xa16)]=_0x4caa8e(0x9d7),_0x23e603[_0x4caa8e(0x691)][_0x4caa8e(0x76f)]=Math[_0x4caa8e(0x792)](0x1,Math[_0x4caa8e(0x300)](_0x7f6592[_0x4caa8e(0x76f)]))+'px',_0x23e603[_0x4caa8e(0x691)][_0x4caa8e(0x2af)]=Math[_0x4caa8e(0x792)](0x1,Math['round'](_0x7f6592[_0x4caa8e(0x2af)]))+'px',_0x23e603[_0x4caa8e(0x691)][_0x4caa8e(0x474)]='none',document[_0x4caa8e(0x2d0)]['appendChild'](_0x23e603),_0x23e603;}function vo(_0x2da53b){const _0x4de3ad=_0x36ed40;var _0x310f12,_0x5c4736,_0x239b5d;return[(_0x310f12=_0x2da53b[_0x4de3ad(0x949)])==null?void 0x0:_0x310f12[_0x4de3ad(0x5a9)],(_0x5c4736=_0x2da53b[_0x4de3ad(0x949)])==null?void 0x0:_0x5c4736[_0x4de3ad(0x362)],(_0x239b5d=_0x2da53b[_0x4de3ad(0x949)])==null?void 0x0:_0x239b5d[_0x4de3ad(0x8e9)]][_0x4de3ad(0x32c)](_0x1aab41=>!!_0x1aab41)[_0x4de3ad(0x980)](_0xc1098a=>Array[_0x4de3ad(0x513)](_0xc1098a[_0x4de3ad(0x32a)]('canvas'))[_0x4de3ad(0x980)](_0x4dfef9=>_0x4dfef9[_0x4de3ad(0x76f)]>0x1&&_0x4dfef9['height']>0x1));}async function yo(_0x2ac909){const _0x105c19=_0x36ed40;if(typeof document>'u'||!document[_0x105c19(0x279)]||document[_0x105c19(0x279)][_0x105c19(0x575)]!==_0x105c19(0x83b))return;let _0x481e89;try{await Promise['race']([document[_0x105c19(0x279)][_0x105c19(0x4c1)][_0x105c19(0x233)](()=>void 0x0,()=>void 0x0),new Promise(_0x1d4a22=>{const _0x793256=_0x105c19;_0x481e89=globalThis[_0x793256(0x62a)](_0x1d4a22,Math['max'](0x0,_0x2ac909-Date[_0x793256(0x614)]()));})]);}finally{_0x481e89!==void 0x0&&globalThis[_0x105c19(0x734)](_0x481e89);}}function bo(_0x254088,_0x4647a1,_0xd18528){const _0xf852a9=_0x36ed40;let _0x226780=xo(_0x4647a1),_0x333f4d=_0x226780==='tab-peer',_0x5a683c=()=>{};return{'descriptor':_0x4647a1[_0xf852a9(0x393)],'layout':_0x226780,'injector':_0x254088,'hostElement':_0xd18528,'container':_0xd18528,'hostUnitId':_0x4647a1['descriptor'][_0xf852a9(0x98c)],'embedId':_0x4647a1[_0xf852a9(0x393)][_0xf852a9(0x467)],'childUnitId':_0x4647a1[_0xf852a9(0x397)],'childType':_0x4647a1[_0xf852a9(0x560)],'renderScope':{'hostUnitId':_0x4647a1['descriptor'][_0xf852a9(0x98c)],'hostAnchorId':_0x4647a1[_0xf852a9(0x393)][_0xf852a9(0x3bd)],'embedId':_0x4647a1['descriptor'][_0xf852a9(0x467)],'childUnitId':_0x4647a1['childUnitId'],'childType':_0x4647a1['childType'],'layout':_0x226780,'mode':_0x333f4d?_0xf852a9(0x295):_0xf852a9(0x217),'rootElement':_0xd18528,'contentRoot':_0xd18528,'canvasRoot':_0xd18528,'active$':(0x0,f['of'])(!0x1)},'runtimeScope':{'descriptor':_0x4647a1[_0xf852a9(0x393)],'host':{'unitId':_0x4647a1[_0xf852a9(0x393)][_0xf852a9(0x98c)],'type':_0x4647a1[_0xf852a9(0x393)][_0xf852a9(0x375)],'anchorId':_0x4647a1[_0xf852a9(0x393)][_0xf852a9(0x3bd)],'entry':_0x4647a1[_0xf852a9(0x393)][_0xf852a9(0x89c)],'layout':_0x333f4d?'tab-peer':_0xf852a9(0x217)},'child':{'unitId':_0x4647a1[_0xf852a9(0x397)],'type':_0x4647a1[_0xf852a9(0x560)]},'injector':_0x254088,'roots':{'root':_0xd18528,'content':_0xd18528,'canvas':_0xd18528,'overlay':_0xd18528,'popup':_0xd18528},'activate':_0x5a683c,'deactivate':_0x5a683c,'dispose':_0x5a683c}};}function xo(_0x242b02){const _0x1c7628=_0x36ed40;var _0x2bbd3d,_0x5b27cb,_0x2dad95;let _0x9bec11=(_0x2bbd3d=_0x242b02[_0x1c7628(0x393)][_0x1c7628(0x899)])==null?void 0x0:_0x2bbd3d['floating'];if(_0x9bec11&&typeof _0x9bec11==_0x1c7628(0x9e9)&&typeof _0x9bec11[_0x1c7628(0x901)]==_0x1c7628(0x3df))return _0x9bec11['layout'];let _0x9949e1=(_0x5b27cb=_0x242b02[_0x1c7628(0x393)][_0x1c7628(0x899)])==null?void 0x0:_0x5b27cb[_0x1c7628(0x295)];return _0x242b02[_0x1c7628(0x393)][_0x1c7628(0x89c)]===t[_0x1c7628(0x9e3)][_0x1c7628(0x456)]||_0x242b02[_0x1c7628(0x393)][_0x1c7628(0x89c)]===t[_0x1c7628(0x9e3)][_0x1c7628(0x2e9)]||_0x242b02[_0x1c7628(0x393)]['entry']===t[_0x1c7628(0x9e3)][_0x1c7628(0x720)]||_0x9949e1&&typeof _0x9949e1==_0x1c7628(0x9e9)&&_0x9949e1[_0x1c7628(0x726)]?_0x1c7628(0x2ed):((_0x2dad95=_0x242b02[_0x1c7628(0x624)])==null?void 0x0:_0x2dad95[_0x1c7628(0x901)])??'scroll-contained';}const So=0x640,Co=0x4b0,wo=0x7fff;let To=class extends a[_0x36ed40(0x773)]{constructor(_0x1f7c4a,_0xf21459,_0x1eb2e8,_0x4ccef9,_0x5ac2e0,_0x1deda1,_0x4e3cfc,_0x45c8d9,_0x1c0e53,_0x535aed,_0xdb55c6,_0x19c7b4){const _0x5bc339=_0x36ed40;super(),this[_0x5bc339(0x49a)]=_0x1f7c4a,this[_0x5bc339(0x364)]=_0xf21459,this[_0x5bc339(0x813)]=_0x1eb2e8,this[_0x5bc339(0x92a)]=_0x4ccef9,this['_previewService']=_0x5ac2e0,this[_0x5bc339(0x390)]=_0x1deda1,this[_0x5bc339(0x496)]=_0x4e3cfc,this[_0x5bc339(0x9a5)]=_0x45c8d9,this['_commandService']=_0x1c0e53,this[_0x5bc339(0x65c)]=_0x535aed,this[_0x5bc339(0x964)]=_0xdb55c6,this[_0x5bc339(0x7c5)]=_0x19c7b4,z(this,_0x5bc339(0x968),new Map());}async['prepare'](_0x123425){const _0x3184dd=_0x36ed40;var _0x33d717,_0x4ceef8;let _0x40ba6c=_0x123425[_0x3184dd(0x489)]===a['UniverInstanceType'][_0x3184dd(0x419)]?this[_0x3184dd(0x65c)][_0x3184dd(0x77d)](_0x123425[_0x3184dd(0x8e8)],a[_0x3184dd(0x583)]['UNIVER_SLIDE']):void 0x0,_0x554f74=_0x40ba6c==null||(_0x33d717=_0x40ba6c[_0x3184dd(0x6a7)][_0x3184dd(0x706)]())==null?void 0x0:_0x33d717[_0x3184dd(0x7df)](),_0x3801a2=_0x123425[_0x3184dd(0x489)]===a['UniverInstanceType'][_0x3184dd(0x36c)]?(_0x4ceef8=this[_0x3184dd(0x65c)]['getUnit'](_0x123425['unitId'],a['UniverInstanceType']['UNIVER_SHEET']))==null||(_0x4ceef8=_0x4ceef8['getActiveSheet'](!0x0))==null?void 0x0:_0x4ceef8[_0x3184dd(0xa1a)]():void 0x0;try{this['_clearHost'](_0x123425[_0x3184dd(0x8e8)]);let _0x49e168=this[_0x3184dd(0x49a)][_0x3184dd(0x6db)](_0x123425['unitId'])['filter'](_0x2aab65=>_0x2aab65['hostType']===_0x123425['unitType']);for(let _0x50416c of _0x49e168)await this['_activateSheetTabForPrint'](_0x50416c,_0x123425),await this['_activateSlidePageForPrint'](_0x50416c,_0x123425),await this['_prepareDescriptor'](_0x50416c,_0x123425);}finally{_0x3801a2&&this[_0x3184dd(0x4d0)]['syncExecuteCommand'](v[_0x3184dd(0x5e0)]['id'],{'unitId':_0x123425[_0x3184dd(0x8e8)],'subUnitId':_0x3801a2}),_0x554f74&&(_0x40ba6c==null||_0x40ba6c['pageManager']['setActiveSlide'](_0x554f74)),this[_0x3184dd(0x65c)][_0x3184dd(0x88e)](_0x123425[_0x3184dd(0x8e8)]),this[_0x3184dd(0x65c)]['focusUnit'](_0x123425[_0x3184dd(0x8e8)]);}}[_0x36ed40(0x91f)](_0x3f389f,_0x4b151a){const _0x49578f=_0x36ed40;var _0x5ec8cc;return(_0x5ec8cc=this[_0x49578f(0x55c)](_0x3f389f,_0x4b151a))==null?void 0x0:_0x5ec8cc['source'];}[_0x36ed40(0x55c)](_0x41082a,_0x2cc23c){const _0x27968b=_0x36ed40;return this[_0x27968b(0x968)][_0x27968b(0x335)](this[_0x27968b(0x798)](_0x41082a,_0x2cc23c));}async[_0x36ed40(0x6c6)](_0x5f2e76,_0x1fbcd4){const _0x5b90c4=_0x36ed40;var _0x26128f;if(_0x1fbcd4[_0x5b90c4(0x489)]!==a[_0x5b90c4(0x583)][_0x5b90c4(0x36c)]||_0x5f2e76[_0x5b90c4(0x89c)]!==t['EmbedHostEntryEnum'][_0x5b90c4(0x456)]||this['_commandService'][_0x5b90c4(0x8b3)](v[_0x5b90c4(0x5e0)]['id'],{'unitId':_0x5f2e76[_0x5b90c4(0x98c)],'subUnitId':_0x5f2e76[_0x5b90c4(0x3bd)]})===!0x1)return;let _0x14c807=Date['now']()+0x1388;for(;!((_0x26128f=this['_mountService'][_0x5b90c4(0x6ea)](_0x5f2e76['embedId']))!=null&&_0x26128f[_0x5b90c4(0x624)])&&Date[_0x5b90c4(0x614)]()<_0x14c807;)await new Promise(_0x57e9fd=>window[_0x5b90c4(0x62a)](_0x57e9fd,0x10));}async[_0x36ed40(0x262)](_0xe70d16,_0x23d66c){const _0xffa1c1=_0x36ed40;var _0x2b30aa;if(_0x23d66c[_0xffa1c1(0x489)]!==a[_0xffa1c1(0x583)][_0xffa1c1(0x419)]||_0xe70d16['entry']!==t[_0xffa1c1(0x9e3)][_0xffa1c1(0x720)])return;this['_hostAdapterRegistry'][_0xffa1c1(0x209)]({'descriptor':_0xe70d16,'embedId':_0xe70d16[_0xffa1c1(0x467)],'entry':_0xe70d16[_0xffa1c1(0x89c)],'hostAnchorId':_0xe70d16[_0xffa1c1(0x3bd)],'hostType':_0xe70d16[_0xffa1c1(0x375)],'hostUnitId':_0xe70d16[_0xffa1c1(0x98c)]});let _0x55b325=Date[_0xffa1c1(0x614)]()+0x1388;for(;!((_0x2b30aa=this[_0xffa1c1(0x390)][_0xffa1c1(0x6ea)](_0xe70d16[_0xffa1c1(0x467)]))!=null&&_0x2b30aa[_0xffa1c1(0x624)])&&Date['now']()<_0x55b325;)await new Promise(_0x4274dc=>window[_0xffa1c1(0x62a)](_0x4274dc,0x10));}async['_prepareDescriptor'](_0x49855e,_0x1e8b98){const _0x470274=_0x36ed40;let _0x2e21d5=Ao(this[_0x470274(0x8cb)][_0x470274(0x2ab)](_0x49855e[_0x470274(0x560)]),_0x49855e);if(_0x2e21d5)try{var _0x51548,_0x28ec06;let _0x24128e=await this['_restoreService'][_0x470274(0x53a)]({'descriptor':_0x49855e});if(!_0x24128e[_0x470274(0x397)]){Mo(_0x24128e,_0x470274(0x61b)+_0x24128e[_0x470274(0x467)]);return;}let _0x39aae0=(_0x51548=this[_0x470274(0x390)][_0x470274(0x6ea)](_0x24128e['embedId']))==null?void 0x0:_0x51548[_0x470274(0x624)],_0x46f093=await this[_0x470274(0x697)](_0x24128e[_0x470274(0x467)],_0x2e21d5,_0x39aae0),_0x432505=this['_resolveSize'](_0x24128e,_0x39aae0),_0x3669a6=await this['_captureMountedCanvas'](_0x24128e,_0x39aae0,_0x432505,_0x1e8b98[_0x470274(0x60c)]),_0x5b1b04=_0x3669a6?void 0x0:await this[_0x470274(0x8dd)](_0x24128e,_0x39aae0,_0x432505,_0x1e8b98[_0x470274(0x60c)]),_0x29dfa7=_0x3669a6??(_0x5b1b04==null?void 0x0:_0x5b1b04['canvas'])??await _0x2e21d5[_0x470274(0x232)]({'descriptor':_0x24128e,'childUnitId':_0x24128e[_0x470274(0x397)],'childType':_0x24128e['childType'],'width':_0x432505[_0x470274(0x76f)],'height':_0x432505[_0x470274(0x2af)],'dpr':_0x1e8b98[_0x470274(0x60c)],'viewState':_0x46f093,'reason':_0x470274(0x480),'context':_0x39aae0}),_0xe3885c=_0x29dfa7 instanceof HTMLCanvasElement?_0x29dfa7:void 0x0,_0x58b7bb=this[_0x470274(0x84a)](_0x29dfa7)??this[_0x470274(0x84a)]((_0x28ec06=this['_previewService'][_0x470274(0x447)](_0x24128e['embedId']))==null?void 0x0:_0x28ec06[_0x470274(0x7ed)]);if(!_0x58b7bb&&!_0xe3885c){Mo(_0x24128e,'Complete\x20print\x20resource\x20could\x20not\x20be\x20created\x20for\x20embed\x20'+_0x24128e[_0x470274(0x467)]);return;}_0x58b7bb&&await this[_0x470274(0xa17)](_0x58b7bb);let _0x4e0fb6=Go(_0x29dfa7,_0x432505);this[_0x470274(0x968)][_0x470274(0x436)](this[_0x470274(0x798)](_0x24128e[_0x470274(0x98c)],_0x24128e[_0x470274(0x467)]),{'canvas':_0xe3885c,'height':_0x4e0fb6[_0x470274(0x2af)],'source':_0x58b7bb,'verticalBreaks':_0x5b1b04==null?void 0x0:_0x5b1b04[_0x470274(0x912)],'width':_0x4e0fb6['width']});}catch(_0x3e03d9){var _0xe236ec;jo(_0x49855e,_0x3e03d9);let _0x2089ad=this[_0x470274(0x84a)]((_0xe236ec=this[_0x470274(0x8cb)][_0x470274(0x447)](_0x49855e[_0x470274(0x467)]))==null?void 0x0:_0xe236ec['image']);_0x2089ad&&(await this['_preloadImage'](_0x2089ad),this['_resources'][_0x470274(0x436)](this['_getKey'](_0x49855e[_0x470274(0x98c)],_0x49855e[_0x470274(0x467)]),{'height':0x1,'source':_0x2089ad,'width':0x1}));}}async[_0x36ed40(0x570)](_0x48854e,_0xdb6a18,_0x1ff288,_0x390610){const _0x4b1a6e=_0x36ed40;let _0x311b66=_0xdb6a18&&this[_0x4b1a6e(0x53b)](_0x48854e,_0xdb6a18,_0x390610);if(_0x48854e[_0x4b1a6e(0x560)]!==a[_0x4b1a6e(0x583)][_0x4b1a6e(0x927)]&&(_0x48854e[_0x4b1a6e(0x560)]!==a[_0x4b1a6e(0x583)][_0x4b1a6e(0x7fa)]||_0x311b66)||!_0xdb6a18)return;let _0x40aa44=fn(_0xdb6a18);try{await mn(_0x48854e[_0x4b1a6e(0x560)]),await po(_0xdb6a18,!0x0),_0x48854e[_0x4b1a6e(0x560)]===a[_0x4b1a6e(0x583)][_0x4b1a6e(0x7fa)]&&await(0x0,_['waitForBaseCanvasImages'])();let _0x2aab4e=dn(_0xdb6a18,!0x0),_0xc2d8c=Ho(_0x1ff288[_0x4b1a6e(0x76f)],_0x1ff288[_0x4b1a6e(0x2af)],Uo(_0xdb6a18),_0x390610);return!_0x2aab4e||!_0xc2d8c?void 0x0:(_0xc2d8c[_0x4b1a6e(0x624)][_0x4b1a6e(0x921)](_0x2aab4e,0x0,0x0,_0x1ff288[_0x4b1a6e(0x76f)],_0x1ff288['height']),_0xc2d8c[_0x4b1a6e(0x48a)]);}finally{_0x40aa44();}}async[_0x36ed40(0x8dd)](_0x36f251,_0x4541b4,_0x500abf,_0xee21c2){const _0x4fe6fd=_0x36ed40;if(!_0x4541b4||!qo(_0x36f251[_0x4fe6fd(0x560)]))return;let _0x145286=this[_0x4fe6fd(0x53b)](_0x36f251,_0x4541b4,_0xee21c2);if(_0x145286){var _0x334541;let _0x46a6d3=await this[_0x4fe6fd(0x426)](_0x36f251,_0x4541b4,_0x145286);return _0x46a6d3?{'canvas':_0x46a6d3,'verticalBreaks':(_0x334541=_0x145286[_0x4fe6fd(0x912)])==null?void 0x0:_0x334541[_0x4fe6fd(0x789)](_0x1130d2=>_0x1130d2*_0x145286[_0x4fe6fd(0x78c)]*_0x145286[_0x4fe6fd(0x216)])}:void 0x0;}let _0xc92666=fn(_0x4541b4);try{await mn(_0x36f251[_0x4fe6fd(0x560)]);let _0x15d376=await Wo(_0x4541b4);if(!_0x15d376)return;let _0x16de14=Ho(_0x500abf[_0x4fe6fd(0x76f)],_0x500abf[_0x4fe6fd(0x2af)],Uo(_0x4541b4),_0xee21c2);return _0x16de14?(zo(_0x15d376,_0x16de14[_0x4fe6fd(0x624)],{'height':_0x500abf[_0x4fe6fd(0x2af)],'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x500abf[_0x4fe6fd(0x76f)]},0x1),{'canvas':_0x16de14[_0x4fe6fd(0x48a)]}):void 0x0;}finally{_0xc92666();}}async[_0x36ed40(0x426)](_0x4f19fc,_0x52aef3,_0x5a6556){const _0x3411a1=_0x36ed40;let {bodyViewportWidth:_0xffeb86,bodyViewportHeight:_0x41e1cb,contentBodyWidth:_0x12607a,contentBodyHeight:_0x501696,fullWidth:_0x29b548,fullHeight:_0x481ce4,originalScrollX:_0x351b2e,originalScroll:_0x1d0c8a,scale:_0x1a14ef,viewportProvider:_0xba491e}=_0x5a6556,_0x1c9235=Ho(_0x29b548*_0x1a14ef,_0x481ce4*_0x1a14ef,Uo(_0x52aef3),_0x5a6556[_0x3411a1(0x216)]),_0x1c8af5=Ho(_0x5a6556[_0x3411a1(0x3ce)][_0x3411a1(0x76f)],_0x5a6556[_0x3411a1(0x3ce)][_0x3411a1(0x2af)],Uo(_0x52aef3),_0x5a6556['pixelRatio']);if(!_0x1c9235||!_0x1c8af5)return;let _0x1497ad=fn(_0x52aef3);try{let _0x18d7a6=await Wo(_0x52aef3);if(!_0x18d7a6)return;let _0x427d98=Po(_0x12607a,_0xffeb86),_0x33f7df=Po(_0x501696,_0x41e1cb);for(let _0x28233f of _0x427d98)for(let _0x44cb05 of _0x33f7df)Fo(_0x52aef3,_0xba491e,_0x28233f,_0x44cb05),await mn(_0x4f19fc['childType']),await po(_0x52aef3,!0x0,!0x1),_0x4f19fc[_0x3411a1(0x560)]===a[_0x3411a1(0x583)]['UNIVER_BASE']&&await(0x0,_[_0x3411a1(0x3e8)])(),_0x1c8af5[_0x3411a1(0x265)][_0x3411a1(0x8e4)](0x0,0x0,_0x5a6556['viewport'][_0x3411a1(0x76f)],_0x5a6556[_0x3411a1(0x3ce)]['height']),_0x18d7a6[_0x3411a1(0x872)](!0x0),_0x18d7a6[_0x3411a1(0x56a)](_0x1c8af5[_0x3411a1(0x624)]),Io(_0x1c8af5[_0x3411a1(0x48a)],_0x1c9235[_0x3411a1(0x624)],_0x5a6556,_0x28233f,_0x44cb05);return _0x1c9235['canvas'];}finally{try{Fo(_0x52aef3,_0xba491e,_0x351b2e,_0x1d0c8a),await po(_0x52aef3,!0x0,!0x1);}finally{_0x1497ad();}}}[_0x36ed40(0x53b)](_0x5b2912,_0x5d17eb,_0x252ad){const _0x5e5684=_0x36ed40;var _0x23632f,_0x586d01,_0x1d9fba,_0x47edea,_0x106701;let _0x3ed067=_0x5b2912[_0x5e5684(0x397)],_0x5e29ed=_0x5b2912['childType']===a[_0x5e5684(0x583)][_0x5e5684(0x36c)]||_0x5b2912[_0x5e5684(0x560)]===a[_0x5e5684(0x583)]['UNIVER_BASE'],_0x4c1c5c=_0x5b2912[_0x5e5684(0x375)]===a['UniverInstanceType']['UNIVER_DOC']&&_0x5b2912[_0x5e5684(0x89c)]===t[_0x5e5684(0x9e3)]['DocsCustomBlock']&&_0x5e29ed,_0x3a5432=_0x5e29ed&&Ko(_0x5b2912['entry']);if(!_0x3ed067||!_0x4c1c5c&&!_0x3a5432)return;let _0x4986de=_0x5d17eb['container'][_0x5e5684(0x886)]();if(!Q(_0x4986de[_0x5e5684(0x76f)])||!Q(_0x4986de['height']))return;let _0x43e1e7=this[_0x5e5684(0x36e)](_0x5b2912,_0x5d17eb),_0x54c748=_0x3a5432?this[_0x5e5684(0x270)](_0x5b2912,_0x4986de):_0x4986de,_0xaa12d2=_0x3a5432&&Q(_0x43e1e7==null?void 0x0:_0x43e1e7[_0x5e5684(0x76f)])?Math['max'](_0x54c748[_0x5e5684(0x76f)],_0x43e1e7[_0x5e5684(0x76f)]):_0x4c1c5c?No(_0x5d17eb,_0x4986de[_0x5e5684(0x76f)]):_0x4986de[_0x5e5684(0x76f)],_0x4e761f=_0x43e1e7==null?void 0x0:_0x43e1e7[_0x5e5684(0x2af)];if(!Q(_0x4e761f)||_0x4c1c5c&&_0x4e761f<=_0x4986de['height'])return;let _0x5ea00a=_0x3a5432?Jo(_0xaa12d2,_0x4e761f,_0x54c748[_0x5e5684(0x76f)]>=_0x54c748['height']):void 0x0,_0x1ca4f1=(_0x5ea00a==null?void 0x0:_0x5ea00a[_0x5e5684(0x2af)])??_0x4e761f,_0x11cd80=this[_0x5e5684(0x9a5)][_0x5e5684(0x335)](_0x5b2912[_0x5e5684(0x560)],_0x5d17eb[_0x5e5684(0x901)]);if(!(_0x11cd80!=null&&_0x11cd80[_0x5e5684(0x440)]))return;let _0xda850c=_0x3a5432?Math[_0x5e5684(0x792)](0x0,((_0x23632f=_0x11cd80[_0x5e5684(0x460)])==null?void 0x0:_0x23632f[_0x5e5684(0x4f6)](_0x11cd80,_0x5d17eb))??0x0):0x0,_0x48ffc8=Math[_0x5e5684(0x792)](0x0,((_0x586d01=_0x11cd80[_0x5e5684(0x7b4)])==null?void 0x0:_0x586d01['call'](_0x11cd80,_0x5d17eb))??0x0),_0x50ac81=Math[_0x5e5684(0x792)](0x0,((_0x1d9fba=_0x11cd80['getStickyFooterHeight'])==null?void 0x0:_0x1d9fba[_0x5e5684(0x4f6)](_0x11cd80,_0x5d17eb))??0x0),_0x50bec2=_0x4986de[_0x5e5684(0x76f)]-_0xda850c,_0x1a9d60=_0x4986de[_0x5e5684(0x2af)]-_0x48ffc8-_0x50ac81,_0x4aafc5=_0xaa12d2-_0xda850c,_0x11cb15=_0x1ca4f1-_0x48ffc8-_0x50ac81;if(_0x50bec2<=0x0||_0x1a9d60<=0x0||_0x4aafc5<=0x0||_0x11cb15<=0x0)return;let _0x337d81=_0x5ea00a?_0x5ea00a[_0x5e5684(0x78c)]:Math['min'](0x1,wo/_0xaa12d2,wo/_0x1ca4f1);if(!Q(_0x337d81)||_0xaa12d2*_0x337d81>wo||_0x1ca4f1*_0x337d81>wo)return;let _0x15e9a2=_0x4c1c5c&&_0x5b2912['childType']===a[_0x5e5684(0x583)][_0x5e5684(0x36c)]?Math[_0x5e5684(0x2dd)](0x1,_0xaa12d2/_0x4986de[_0x5e5684(0x76f)]):0x1,_0x183473=Math['min'](Math['max'](0x1,_0x252ad),wo/(_0xaa12d2*_0x337d81),wo/(_0x1ca4f1*_0x337d81));return{'bodyViewportWidth':_0x50bec2,'bodyViewportHeight':_0x1a9d60,'contentBodyWidth':_0x4aafc5,'contentBodyHeight':_0x11cb15,'fullWidth':_0xaa12d2,'fullHeight':_0x1ca4f1,'originalScrollX':((_0x47edea=_0x11cd80[_0x5e5684(0x9a6)])==null?void 0x0:_0x47edea[_0x5e5684(0x4f6)](_0x11cd80,_0x5d17eb))??0x0,'originalScroll':_0x11cd80['getVerticalScroll'](_0x5d17eb)??0x0,'pixelRatio':_0x183473,'scale':_0x337d81,'sceneSourceScale':_0x15e9a2,'stickyLeftWidth':_0xda850c,'stickyFooterHeight':_0x50ac81,'stickyHeaderHeight':_0x48ffc8,'verticalBreaks':_0x43e1e7==null||(_0x106701=_0x43e1e7['verticalBreaks'])==null?void 0x0:_0x106701['filter'](_0x512657=>_0x512657<=_0x1ca4f1),'viewport':_0x4986de,'viewportProvider':_0x11cd80};}['_measureContentSize'](_0xf8585a,_0x32ba59){const _0x387701=_0x36ed40;let _0x3e4411=_0xf8585a[_0x387701(0x397)];if(!_0x3e4411)return;let _0x27ad5e=_0x32ba59['container']['getBoundingClientRect'](),_0x1767a3=this[_0x387701(0x65c)]['getUnit'](_0x3e4411,_0xf8585a[_0x387701(0x560)]),_0x258eaa=_0xf8585a['hostType']===a[_0x387701(0x583)][_0x387701(0x80b)]&&_0xf8585a[_0x387701(0x560)]===a[_0x387701(0x583)]['UNIVER_SHEET'];return this[_0x387701(0x496)][_0x387701(0x89d)]({'childType':_0xf8585a[_0x387701(0x560)],'childUnit':_0x1767a3,'childUnitId':_0x3e4411,'injector':_0x32ba59['runtimeScope'][_0x387701(0x501)]??_0x32ba59['injector'],'viewportHeight':_0x27ad5e[_0x387701(0x2af)],'viewportWidth':_0x258eaa?No(_0x32ba59,_0x27ad5e[_0x387701(0x76f)]):_0x27ad5e[_0x387701(0x76f)]});}async[_0x36ed40(0x697)](_0x53fa33,_0x3fcae1,_0x4d1792){const _0x4dafe3=_0x36ed40;var _0x4dda3d;return _0x4d1792?_0x3fcae1[_0x4dafe3(0x312)](_0x4d1792):(_0x4dda3d=this[_0x4dafe3(0x8cb)][_0x4dafe3(0x447)](_0x53fa33))==null?void 0x0:_0x4dda3d[_0x4dafe3(0x9a9)];}[_0x36ed40(0x7d6)](_0x285c0b,_0x3bdef6){const _0x2a27e7=_0x36ed40;var _0x48c224;if(_0x3bdef6&&Ko(_0x285c0b[_0x2a27e7(0x89c)])&&(_0x285c0b['childType']===a[_0x2a27e7(0x583)]['UNIVER_SHEET']||_0x285c0b[_0x2a27e7(0x560)]===a[_0x2a27e7(0x583)]['UNIVER_BASE'])){let _0x474a6c=this['_measureContentSize'](_0x285c0b,_0x3bdef6);if(Q(_0x474a6c==null?void 0x0:_0x474a6c[_0x2a27e7(0x76f)])&&Q(_0x474a6c==null?void 0x0:_0x474a6c[_0x2a27e7(0x2af)])){let _0x1138bf=this[_0x2a27e7(0x270)](_0x285c0b,_0x3bdef6[_0x2a27e7(0x54b)][_0x2a27e7(0x886)]()),_0x4341e4=Math[_0x2a27e7(0x792)](_0x1138bf[_0x2a27e7(0x76f)],_0x474a6c[_0x2a27e7(0x76f)]),_0x44743c=Jo(_0x4341e4,_0x474a6c[_0x2a27e7(0x2af)],_0x1138bf['width']>=_0x1138bf['height']);return{'width':Math[_0x2a27e7(0x792)](0x1,Math['round'](_0x4341e4*_0x44743c[_0x2a27e7(0x78c)])),'height':Math['max'](0x1,Math[_0x2a27e7(0x300)](_0x44743c['height']*_0x44743c[_0x2a27e7(0x78c)]))};}}if(_0x285c0b['entry']===t[_0x2a27e7(0x9e3)][_0x2a27e7(0x720)]){let _0x327e9f=this['_univerInstanceService'][_0x2a27e7(0x77d)](_0x285c0b[_0x2a27e7(0x98c)],a[_0x2a27e7(0x583)]['UNIVER_SLIDE']),_0x2ae1bf=_0x327e9f==null?void 0x0:_0x327e9f[_0x2a27e7(0x85e)]()[_0x2a27e7(0x995)];if(Q(_0x2ae1bf==null?void 0x0:_0x2ae1bf[_0x2a27e7(0x76f)])&&Q(_0x2ae1bf==null?void 0x0:_0x2ae1bf[_0x2a27e7(0x2af)]))return _0x2ae1bf;}let _0x2be363=_0x3bdef6==null?void 0x0:_0x3bdef6[_0x2a27e7(0x54b)][_0x2a27e7(0x886)]()[_0x2a27e7(0x76f)],_0x437522=_0x3bdef6==null?void 0x0:_0x3bdef6[_0x2a27e7(0x54b)][_0x2a27e7(0x886)]()[_0x2a27e7(0x2af)];if(Q(_0x2be363)&&Q(_0x437522))return{'width':_0x2be363,'height':_0x437522};let _0x3a971b=(_0x48c224=this[_0x2a27e7(0x364)][_0x2a27e7(0x32f)](_0x285c0b[_0x2a27e7(0x98c)],_0x285c0b[_0x2a27e7(0x3bd)]))==null?void 0x0:_0x48c224[_0x2a27e7(0x7d9)],_0x532631=Eo(_0x3a971b==null?void 0x0:_0x3a971b[_0x2a27e7(0x76f)]),_0x48e830=Eo(_0x3a971b==null?void 0x0:_0x3a971b['height']);return _0x532631&&_0x48e830?{'width':_0x532631,'height':_0x48e830}:_0x285c0b[_0x2a27e7(0x89c)]===t['EmbedHostEntryEnum'][_0x2a27e7(0x94e)]?(0x0,h['resolveDocsCustomBlockSize'])(_0x285c0b['childType']):_0x285c0b[_0x2a27e7(0x89c)]===t[_0x2a27e7(0x9e3)][_0x2a27e7(0x6e0)]?{'width':0x230,'height':0x13b}:{'width':So,'height':Co};}[_0x36ed40(0x270)](_0x3e70b2,_0x2cd412){const _0x95e88f=_0x36ed40;var _0x22a398;if(_0x3e70b2[_0x95e88f(0x89c)]!==t['EmbedHostEntryEnum'][_0x95e88f(0x720)])return _0x2cd412;let _0x3b1c6d=this['_univerInstanceService']['getUnit'](_0x3e70b2[_0x95e88f(0x98c)],a['UniverInstanceType'][_0x95e88f(0x419)]),_0x4f4d5e=(_0x3b1c6d==null||(_0x22a398=_0x3b1c6d['pageManager'][_0x95e88f(0x7ef)](_0x3e70b2['hostAnchorId']))==null?void 0x0:_0x22a398[_0x95e88f(0x938)]()['pageSize'])??(_0x3b1c6d==null?void 0x0:_0x3b1c6d[_0x95e88f(0x85e)]()['defaultPageSize']);return Q(_0x4f4d5e==null?void 0x0:_0x4f4d5e[_0x95e88f(0x76f)])&&Q(_0x4f4d5e[_0x95e88f(0x2af)])?_0x4f4d5e:_0x2cd412;}[_0x36ed40(0x84a)](_0x2e1798){const _0x3bb770=_0x36ed40;if(typeof _0x2e1798==_0x3bb770(0x3df))return _0x2e1798;if(!_0x2e1798||typeof document>'u')return;let _0x446722=Do(this[_0x3bb770(0x964)]);if(_0x2e1798 instanceof HTMLCanvasElement){let _0xa0afd2=_0x2e1798[_0x3bb770(0x760)]('2d');return _0xa0afd2&&(_0xa0afd2[_0x3bb770(0x24d)](),_0xa0afd2['globalCompositeOperation']='destination-over',_0xa0afd2['fillStyle']=_0x446722,_0xa0afd2[_0x3bb770(0x664)](0x0,0x0,_0x2e1798[_0x3bb770(0x76f)],_0x2e1798[_0x3bb770(0x2af)]),_0xa0afd2[_0x3bb770(0x255)]()),Bo(_0x2e1798);}let _0x43d3b1=document[_0x3bb770(0x349)](_0x3bb770(0x48a));_0x43d3b1[_0x3bb770(0x76f)]=_0x2e1798[_0x3bb770(0x76f)],_0x43d3b1['height']=_0x2e1798[_0x3bb770(0x2af)];let _0x2bcdbf=_0x43d3b1[_0x3bb770(0x760)]('2d');if(_0x2bcdbf)return _0x2bcdbf['fillStyle']=_0x446722,_0x2bcdbf[_0x3bb770(0x664)](0x0,0x0,_0x43d3b1[_0x3bb770(0x76f)],_0x43d3b1[_0x3bb770(0x2af)]),_0x2bcdbf[_0x3bb770(0x921)](_0x2e1798,0x0,0x0),Bo(_0x43d3b1);}['_preloadImage'](_0x2a8962){const _0x1563a8=_0x36ed40;return this[_0x1563a8(0x7c5)][_0x1563a8(0x472)](_0x2a8962,a[_0x1563a8(0x640)]['URL'])?Promise[_0x1563a8(0x762)]():new Promise(_0x3d79ea=>{const _0x2cd623=_0x1563a8;let _0x26e3d8=new Image();_0x26e3d8[_0x2cd623(0x22e)]=()=>{const _0x3f79e2=_0x2cd623;this[_0x3f79e2(0x7c5)][_0x3f79e2(0x759)](_0x2a8962,a[_0x3f79e2(0x640)][_0x3f79e2(0x673)],_0x26e3d8),_0x3d79ea();},_0x26e3d8[_0x2cd623(0x6e3)]=()=>_0x3d79ea(),_0x26e3d8[_0x2cd623(0x589)]=_0x2a8962;});}[_0x36ed40(0x24c)](_0x53925f){const _0x496779=_0x36ed40;let _0x5583e6=_0x53925f+'::';Array[_0x496779(0x513)](this[_0x496779(0x968)]['keys']())[_0x496779(0x5f4)](_0x39e33e=>{const _0x2fe666=_0x496779;_0x39e33e[_0x2fe666(0x64d)](_0x5583e6)&&this[_0x2fe666(0x968)]['delete'](_0x39e33e);});}[_0x36ed40(0x798)](_0x5aebca,_0x30b5f7){return _0x5aebca+'::'+_0x30b5f7;}[_0x36ed40(0x5df)](){const _0x47cfb1=_0x36ed40;this[_0x47cfb1(0x968)]['clear'](),super[_0x47cfb1(0x5df)]();}};To=Z([X(0x0,(0x0,a['Inject'])(t['EmbedModelService'])),X(0x1,(0x0,a[_0x36ed40(0x7d2)])(t[_0x36ed40(0x9cd)])),X(0x2,(0x0,a[_0x36ed40(0x7d2)])(t['EmbedHostAdapterRegistryService'])),X(0x3,(0x0,a[_0x36ed40(0x7d2)])(yi)),X(0x4,(0x0,a[_0x36ed40(0x7d2)])(_i)),X(0x5,(0x0,a[_0x36ed40(0x7d2)])(xn)),X(0x6,(0x0,a['Inject'])(eo)),X(0x7,(0x0,a[_0x36ed40(0x7d2)])(Mi)),X(0x8,a[_0x36ed40(0x8cd)]),X(0x9,a['IUniverInstanceService']),X(0xa,(0x0,a['Inject'])(a[_0x36ed40(0x2f8)])),X(0xb,a[_0x36ed40(0x96b)])],To);function Eo(_0x4edbe4){return Q(_0x4edbe4)?_0x4edbe4:void 0x0;}function Do(_0x4a2baa){const _0x2e7786=_0x36ed40;let _0x4ee94e=_0x4a2baa['getColorFromTheme'](_0x2e7786(0x32b)),_0x1e819e=_0x4a2baa[_0x2e7786(0x432)](_0x2e7786(0x878));return Oo(_0x1e819e)>Oo(_0x4ee94e)?_0x1e819e:_0x4ee94e;}function Oo(_0x263d26){const _0xebf2f9=_0x36ed40;let _0x4ae5dc=/^#([\da-f]{2})([\da-f]{2})([\da-f]{2})$/i[_0xebf2f9(0x511)](_0x263d26);return _0x4ae5dc?Number[_0xebf2f9(0x721)](_0x4ae5dc[0x1],0x10)+Number[_0xebf2f9(0x721)](_0x4ae5dc[0x2],0x10)+Number[_0xebf2f9(0x721)](_0x4ae5dc[0x3],0x10):0x0;}function Q(_0x2c25b2){const _0x222ea9=_0x36ed40;return typeof _0x2c25b2==_0x222ea9(0x33c)&&Number['isFinite'](_0x2c25b2)&&_0x2c25b2>0x0;}function ko(_0x5066b4){const _0x72923c=_0x36ed40;return _0x5066b4['hostType']===a['UniverInstanceType'][_0x72923c(0x80b)]&&_0x5066b4[_0x72923c(0x89c)]===t[_0x72923c(0x9e3)]['DocsCustomBlock']&&(_0x5066b4[_0x72923c(0x560)]===a[_0x72923c(0x583)]['UNIVER_SHEET']||_0x5066b4[_0x72923c(0x560)]===a[_0x72923c(0x583)][_0x72923c(0x7fa)]);}function Ao(_0x43cb01,_0x3a93c6){const _0x246c0d=_0x36ed40;if(!_0x43cb01&&ko(_0x3a93c6))throw Error(_0x246c0d(0x9c6)+_0x3a93c6['embedId']);return _0x43cb01;}function jo(_0x191fec,_0x53f1fc){if(ko(_0x191fec))throw _0x53f1fc;}function Mo(_0x320c70,_0x538405){if(ko(_0x320c70))throw Error(_0x538405);}function No(_0x3f7ea0,_0x5ed299){const _0x5bd9b8=_0x36ed40;let _0xefa3c2=_0x3f7ea0[_0x5bd9b8(0x54b)][_0x5bd9b8(0x71c)](_0x5bd9b8(0x229)),_0x4f2bab=_0xefa3c2==null?void 0x0:_0xefa3c2[_0x5bd9b8(0x886)]()[_0x5bd9b8(0x76f)];return Q(_0x4f2bab)?Math[_0x5bd9b8(0x2dd)](_0x5ed299,_0x4f2bab):_0x5ed299;}function Po(_0x42d2ec,_0x559492){const _0x5143c5=_0x36ed40;let _0x38b4ec=Math['max'](0x0,_0x42d2ec-_0x559492),_0x329348=[0x0];for(let _0x1aa127=_0x559492;_0x1aa127<_0x38b4ec;_0x1aa127+=_0x559492)_0x329348[_0x5143c5(0x5b5)](_0x1aa127);return _0x38b4ec>_0x329348[_0x329348[_0x5143c5(0x248)]-0x1]&&_0x329348[_0x5143c5(0x5b5)](_0x38b4ec),_0x329348;}function Fo(_0x12cc54,_0x4de8fb,_0x5d83bc,_0x24636b){const _0x58b0ad=_0x36ed40;_0x4de8fb[_0x58b0ad(0x8e1)]({..._0x12cc54,'event':new WheelEvent(_0x58b0ad(0x641)),'stage':_0x58b0ad(0x7b3),'source':_0x58b0ad(0x46b),'viewportScrollX':_0x5d83bc,'viewportScrollY':_0x24636b});}function Io(_0x555531,_0x4c497e,_0x3aa777,_0x13c0f6,_0x55fd05){const _0x36fcc5=_0x36ed40;let {fullHeight:_0x3cf0f0,scale:_0xd74b9f,stickyFooterHeight:_0x4560e4,stickyHeaderHeight:_0x22c2b5,stickyLeftWidth:_0x164aea,viewport:_0x4af16e}=_0x3aa777,_0x40a196=Lo(_0x3aa777,_0x13c0f6,_0x55fd05);Vo(_0x555531,_0x4c497e,{'height':_0x40a196[_0x36fcc5(0x2af)],'sourceLeft':_0x40a196['sourceLeft'],'sourceTop':_0x40a196[_0x36fcc5(0x913)],'targetLeft':_0x40a196[_0x36fcc5(0x928)],'targetTop':_0x40a196['targetTop'],'width':_0x40a196[_0x36fcc5(0x76f)]},_0xd74b9f,_0x3aa777[_0x36fcc5(0x492)],_0x3aa777[_0x36fcc5(0x216)]),_0x55fd05===0x0&&_0x22c2b5>0x0&&Vo(_0x555531,_0x4c497e,{'height':_0x22c2b5,'sourceLeft':_0x40a196[_0x36fcc5(0x780)],'sourceTop':0x0,'targetLeft':_0x40a196['targetLeft'],'targetTop':0x0,'width':_0x40a196[_0x36fcc5(0x76f)]},_0xd74b9f,_0x3aa777['sceneSourceScale'],_0x3aa777[_0x36fcc5(0x216)]),_0x13c0f6===0x0&&_0x164aea>0x0&&Vo(_0x555531,_0x4c497e,{'height':_0x40a196['height'],'sourceLeft':0x0,'sourceTop':_0x40a196[_0x36fcc5(0x913)],'targetLeft':0x0,'targetTop':_0x40a196[_0x36fcc5(0x978)],'width':_0x164aea},_0xd74b9f,_0x3aa777[_0x36fcc5(0x492)],_0x3aa777[_0x36fcc5(0x216)]),_0x13c0f6===0x0&&_0x55fd05===0x0&&_0x164aea>0x0&&_0x22c2b5>0x0&&Vo(_0x555531,_0x4c497e,{'height':_0x22c2b5,'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x164aea},_0xd74b9f,_0x3aa777[_0x36fcc5(0x492)],_0x3aa777[_0x36fcc5(0x216)]),_0x55fd05===0x0&&_0x4560e4>0x0&&(Vo(_0x555531,_0x4c497e,{'height':_0x4560e4,'sourceLeft':_0x40a196[_0x36fcc5(0x780)],'sourceTop':_0x4af16e['height']-_0x4560e4,'targetLeft':_0x40a196[_0x36fcc5(0x928)],'targetTop':_0x3cf0f0-_0x4560e4,'width':_0x40a196[_0x36fcc5(0x76f)]},_0xd74b9f,_0x3aa777[_0x36fcc5(0x492)],_0x3aa777[_0x36fcc5(0x216)]),_0x13c0f6===0x0&&_0x164aea>0x0&&Vo(_0x555531,_0x4c497e,{'height':_0x4560e4,'sourceLeft':0x0,'sourceTop':_0x4af16e[_0x36fcc5(0x2af)]-_0x4560e4,'targetLeft':0x0,'targetTop':_0x3cf0f0-_0x4560e4,'width':_0x164aea},_0xd74b9f,_0x3aa777['sceneSourceScale'],_0x3aa777[_0x36fcc5(0x216)]));}function Lo(_0x3f2950,_0xfe2d15,_0x1b3a38){const _0x10f5ce=_0x36ed40;let _0x496771=Ro(_0xfe2d15,_0x3f2950[_0x10f5ce(0x88d)],_0x3f2950[_0x10f5ce(0x481)]),_0x5373a1=Ro(_0x1b3a38,_0x3f2950['bodyViewportHeight'],_0x3f2950['contentBodyHeight']);return{'height':_0x5373a1[_0x10f5ce(0x2e6)],'sourceLeft':_0x3f2950[_0x10f5ce(0xa08)]+_0x496771[_0x10f5ce(0x99b)],'sourceTop':_0x3f2950[_0x10f5ce(0x727)]+_0x5373a1[_0x10f5ce(0x99b)],'targetLeft':_0x3f2950[_0x10f5ce(0xa08)]+_0x496771[_0x10f5ce(0x392)],'targetTop':_0x3f2950[_0x10f5ce(0x727)]+_0x5373a1['target'],'width':_0x496771[_0x10f5ce(0x2e6)]};}function Ro(_0x4467dd,_0x32caf7,_0x328d29){const _0x2ab5db=_0x36ed40;let _0x447402=_0x4467dd%_0x32caf7,_0x4424b6=_0x4467dd>0x0&&_0x447402>0x0?_0x32caf7-_0x447402:0x0,_0x49328f=_0x4467dd+_0x4424b6;return{'size':Math[_0x2ab5db(0x792)](0x0,Math['min'](_0x32caf7-_0x4424b6,_0x328d29-_0x49328f)),'sourceOffset':_0x4424b6,'target':_0x49328f};}function zo(_0x151090,_0x35ea81,_0x2cf3a5,_0x153447){const _0x5148af=_0x36ed40;_0x2cf3a5[_0x5148af(0x76f)]<=0x0||_0x2cf3a5['height']<=0x0||(_0x35ea81[_0x5148af(0x24d)](),_0x35ea81[_0x5148af(0x78c)](_0x153447,_0x153447),_0x35ea81[_0x5148af(0x7a4)](),_0x35ea81[_0x5148af(0x8d5)](_0x2cf3a5['targetLeft'],_0x2cf3a5[_0x5148af(0x978)],_0x2cf3a5[_0x5148af(0x76f)],_0x2cf3a5[_0x5148af(0x2af)]),_0x35ea81['clip'](),_0x35ea81['translate'](_0x2cf3a5[_0x5148af(0x928)]-_0x2cf3a5[_0x5148af(0x780)],_0x2cf3a5[_0x5148af(0x978)]-_0x2cf3a5[_0x5148af(0x913)]),_0x151090[_0x5148af(0x872)](!0x0),_0x151090[_0x5148af(0x56a)](_0x35ea81),_0x35ea81[_0x5148af(0x255)]());}function Bo(_0x11182a){const _0x388b53=_0x36ed40;try{return _0x11182a[_0x388b53(0x651)](_0x388b53(0x287));}catch{return;}}function Vo(_0x373688,_0x44c4b3,_0x2104c6,_0x1d00ce,_0x29595f=0x1,_0x380861=0x1){const _0x540afb=_0x36ed40;_0x2104c6[_0x540afb(0x76f)]<=0x0||_0x2104c6['height']<=0x0||(_0x44c4b3[_0x540afb(0x24d)](),_0x44c4b3[_0x540afb(0x78c)](_0x1d00ce,_0x1d00ce),_0x44c4b3[_0x540afb(0x921)](_0x373688,_0x2104c6[_0x540afb(0x780)]*_0x29595f*_0x380861,_0x2104c6[_0x540afb(0x913)]*_0x29595f*_0x380861,_0x2104c6[_0x540afb(0x76f)]*_0x29595f*_0x380861,_0x2104c6['height']*_0x29595f*_0x380861,_0x2104c6['targetLeft'],_0x2104c6['targetTop'],_0x2104c6[_0x540afb(0x76f)],_0x2104c6[_0x540afb(0x2af)]),_0x44c4b3[_0x540afb(0x255)]());}function Ho(_0x589aad,_0x4a0d42,_0x56496d,_0x24a1ff=0x1){const _0x56624a=_0x36ed40;if(!Q(_0x589aad)||!Q(_0x4a0d42))return;let _0xbcf183=document['createElement']('canvas');_0xbcf183[_0x56624a(0x76f)]=Math[_0x56624a(0x792)](0x1,Math[_0x56624a(0x95c)](_0x589aad*_0x24a1ff)),_0xbcf183[_0x56624a(0x2af)]=Math[_0x56624a(0x792)](0x1,Math[_0x56624a(0x95c)](_0x4a0d42*_0x24a1ff));let _0x5d39a5=_0xbcf183[_0x56624a(0x760)]('2d');if(!_0x5d39a5)return;let _0x1bb8f3=new p[(_0x56624a(0x381))](_0x5d39a5,{'canvasColorService':_0x56496d});return _0x24a1ff!==0x1&&_0x1bb8f3[_0x56624a(0x78c)](_0x24a1ff,_0x24a1ff),{'canvas':_0xbcf183,'context':_0x1bb8f3,'nativeContext':_0x5d39a5};}function Uo(_0x442d68){const _0x3894be=_0x36ed40;try{return(_0x442d68[_0x3894be(0x368)]['injector']??_0x442d68[_0x3894be(0x501)])['get'](p[_0x3894be(0x7c2)]);}catch{return;}}async function Wo(_0x184f91){const _0x5506b2=_0x36ed40;await po(_0x184f91,!0x0);try{var _0x2d0c4e;return((_0x2d0c4e=(_0x184f91[_0x5506b2(0x368)][_0x5506b2(0x501)]??_0x184f91['injector'])[_0x5506b2(0x335)](p[_0x5506b2(0x6d8)])[_0x5506b2(0x2bf)](_0x184f91['childUnitId']))==null?void 0x0:_0x2d0c4e[_0x5506b2(0x5ce)])??void 0x0;}catch{return;}}function Go(_0x199ea5,_0x307fc0){const _0x35a26a=_0x36ed40;return _0x199ea5==null||typeof _0x199ea5==_0x35a26a(0x3df)?_0x307fc0:{'width':_0x199ea5['width'],'height':_0x199ea5[_0x35a26a(0x2af)]};}function Ko(_0x49f801){const _0x5ae18d=_0x36ed40;return _0x49f801===t[_0x5ae18d(0x9e3)][_0x5ae18d(0x456)]||_0x49f801===t[_0x5ae18d(0x9e3)]['BasesTableListBlock']||_0x49f801===t[_0x5ae18d(0x9e3)][_0x5ae18d(0x720)];}function qo(_0x428994){const _0x1deb63=_0x36ed40;return _0x428994===a[_0x1deb63(0x583)]['UNIVER_SHEET']||_0x428994===a[_0x1deb63(0x583)][_0x1deb63(0x7fa)]||_0x428994===a[_0x1deb63(0x583)][_0x1deb63(0x927)]||_0x428994===a[_0x1deb63(0x583)]['UNIVER_SLIDE'];}function Jo(_0x47abfb,_0x11f794,_0xff8254){const _0x5a73a3=_0x36ed40;let _0x13e37c=_0xff8254?So:0x4b0,_0x1ec6d9=_0xff8254?Co:0x640,_0x3cbf3d=Math[_0x5a73a3(0x2dd)](0x1,_0x13e37c/_0x47abfb);return{'height':Math[_0x5a73a3(0x2dd)](_0x11f794,_0x1ec6d9/_0x3cbf3d),'scale':_0x3cbf3d};}const Yo='UniverEmbedPrintImage',Xo='UniverEmbedPrintPlaceholder';function Zo(_0x322ae2){const _0x3efd78=_0x36ed40;let _0x442e10=(0x0,c['useDependency'])(To),_0x462c23=Pi(_0x322ae2['data']),_0x4755ba=_0x462c23?_0x442e10[_0x3efd78(0x91f)](_0x462c23[_0x3efd78(0x98c)]??_0x322ae2['unitId'],_0x462c23[_0x3efd78(0x467)]):void 0x0;return _0x4755ba?(0x0,m[_0x3efd78(0x6c9)])(_0x3efd78(0x5d5),{'alt':'','src':_0x4755ba,'style':{'display':_0x3efd78(0x277),'width':_0x3efd78(0x7fb),'height':_0x3efd78(0x7ca)}}):null;}function Qo(){return null;}function $o(_0x3f441c,_0x23a257=0x1,_0x32206a=0x1){const _0x341fba=_0x36ed40;let _0xc93ee8=_0x3f441c[_0x341fba(0x711)]/(Math[_0x341fba(0x6eb)](_0x23a257)||0x1),_0x5507ef=_0x3f441c[_0x341fba(0x832)]/(Math[_0x341fba(0x6eb)](_0x32206a)||0x1);if(_0x3f441c['shiftKey'])_0xc93ee8=(_0x3f441c[_0x341fba(0x832)]||_0x3f441c['deltaX'])*0x3/(Math[_0x341fba(0x6eb)](_0x23a257)||0x1),_0x5507ef=0x0;else{let _0x5b7370=Math['abs'](_0xc93ee8),_0x46da6f=Math[_0x341fba(0x6eb)](_0x5507ef);_0x46da6f>=_0x5b7370*0x2?_0xc93ee8=0x0:_0x5b7370>=_0x46da6f*0x2&&(_0x5507ef=0x0);}return{'offsetX':_0xc93ee8,'offsetY':_0x5507ef};}function es(_0x3ba9d9,_0x510ba8,_0x2046ae){const _0x194733=_0x36ed40;if(!_0x510ba8)return!0x1;let {offsetX:_0x278275,offsetY:_0x1677d8}=ts(_0x3ba9d9,_0x510ba8,_0x2046ae);if(!_0x278275&&!_0x1677d8)return!0x1;let _0x177572=_0x510ba8['viewportScrollX']??0x0,_0x3aea8d=_0x510ba8[_0x194733(0x3c6)]??0x0;if(_0x3ba9d9[_0x194733(0x30c)]!=='wheel'&&_0x510ba8[_0x194733(0x3f4)]&&(_0x3ba9d9[_0x194733(0x2ad)]!=null||_0x3ba9d9[_0x194733(0x3c6)]!=null))_0x510ba8[_0x194733(0x3f4)]({'viewportScrollX':_0x3ba9d9['viewportScrollX']??_0x177572,'viewportScrollY':_0x3ba9d9[_0x194733(0x3c6)]??_0x3aea8d});else{if(_0x510ba8[_0x194733(0x435)])_0x510ba8[_0x194733(0x435)]({'viewportScrollX':_0x278275,'viewportScrollY':_0x1677d8});else return!0x1;}let _0x2647c9=(_0x510ba8[_0x194733(0x2ad)]??0x0)!==_0x177572||(_0x510ba8[_0x194733(0x3c6)]??0x0)!==_0x3aea8d;if(_0x2647c9){var _0x5abbe8;_0x2046ae==null||(_0x5abbe8=_0x2046ae[_0x194733(0x872)])==null||_0x5abbe8['call'](_0x2046ae,!0x0);}return _0x2647c9;}function ts(_0x28560d,_0x3628a2,_0x56da15){const _0x41cb6a=_0x36ed40;return _0x28560d['source']!=='wheel'&&(_0x28560d[_0x41cb6a(0x2ad)]!=null||_0x28560d[_0x41cb6a(0x3c6)]!=null)?{'offsetX':(_0x28560d[_0x41cb6a(0x2ad)]??_0x3628a2['viewportScrollX']??0x0)-(_0x3628a2[_0x41cb6a(0x2ad)]??0x0),'offsetY':(_0x28560d[_0x41cb6a(0x3c6)]??_0x3628a2[_0x41cb6a(0x3c6)]??0x0)-(_0x3628a2[_0x41cb6a(0x3c6)]??0x0)}:$o(_0x28560d[_0x41cb6a(0x9d6)],_0x56da15==null?void 0x0:_0x56da15[_0x41cb6a(0x2c6)],_0x56da15==null?void 0x0:_0x56da15[_0x41cb6a(0x993)]);}function ns(_0x3b2844){const _0x4a1103=_0x36ed40;return _0x3b2844+p['ScrollBar'][_0x4a1103(0x9b8)];}function rs(_0x5c2111){const _0x2b0e18=_0x36ed40;return _0x5c2111[_0x2b0e18(0x728)]+_0x5c2111[_0x2b0e18(0x5dc)];}function _0x3871(){const _0x262e30=['isOwnedChildInteraction','_setCurrentUnitForType','data-editorid','univer-min-w-0','IDocEmbedInteractionBoundaryService','embed-ui.boardsFloating.zoomIn','setSearchQuery','getBoundingClientRect','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','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','createScoped','_hostContainerRegistry','_pendingChildUnits','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','bodyViewportWidth','setCurrentUnitForType','triggerContextMenu','externalHostInteractionUntil','univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','focused$','IBaseEmbedRuntimeService','syncingHostFromChild','editor','displayTarget','scroll','SheetsThreadCommentUIMenuSchema','sourceMeta','univer-pointer-events-none','embedChildRenderMode','entry','measureContentSize','wheelDelta','_runtimeScopeService','univer-bg-gray-0\x20dark:!univer-bg-gray-900','captureByEmbedId','_childViewRegistry','SetDocZoomRatioOperation','[data-u-comp=\x22embed-float-dom-live\x22]','411898xtBlcE','boardModel','with','activateSession','passiveWheelHandlerRegistry','SKIP_SELF','data-embed-runtime-slot-owner','pageMarginLeft','docs-','graceMs','item','8189410BwSwSu','activate','_embedPrintService','syncExecuteCommand','_contextsByEmbedId','_suspendTabPeerHostRender','[data-embed-floating-menu=\x22true\x22]','EmbedHostAdapterRegistryService','values','univer-min-w-0\x20univer-truncate\x20univer-text-left','data-embed-sheets-sheet-tab-host','0\x20/\x200','updatedAt','DisposableCollection','setZoom','CopyCommand','startY','DeviceInputEventType','viewScale','TruncationIcon','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','SetRangeFontFamilyCommand','_claimBodyPortals','getTransformer','runtime-pointer','createScopedBaseGlobalPortalService','EMBED_MOUNT_HOST_NOT_REGISTERED','_previewService','IUniverInstanceService','ICommandService','getViewports','slidePage','defaultColumnWidth','disposed','getTypeOfUnitDisposed$','embed-ui.basesFloating.viewSettings.configureView','DocPageLayoutService','rect','getUnitId','_focusAddedStage2ChildIfStillActive','_registerFloatingMenus','_hostGestureEvents','_componentManager','exited$','_rendering','_renderMountedScene','_handlers','DOCS_NORMAL','data-embed-stage1-fullscreen-owner','handleWheel','Empty\x20embed\x20float\x20preview\x20result.','[data-state=\x22closed\x22]:not([aria-haspopup])','clearRect','__embedSharedRootInjector','_resolveFloatingSurfaceRoot','VerticalAlign','unitId','rootElement','closeRecordDetail','_registerSheetPrinting','TOOLBAR','AllBorderIcon','setDocsCustomBlockRenderViewportProvider','cycle','hasChildInteractionLease','resolveActiveChildSessionRuntimeScope','_ensurePortalObserver','_contextService','hostChromeMode','appendRootMenu','SheetsHyperLinkUIMenuSchema','getTypeOfUnitAdded$','menuOutlet','embed-docs-custom-block','refreshCustomBlockPresentation','_override$','mountIntoHostElement','visibleCanvasHeight','createRibbonOverride','parentNode','RibbonOthersGroup','layout','_runChildBeforeDeactivate','CanvasFloatDomPreviewService','SheetCanvasPopManagerService','lease','_getActiveElement','FOCUSING_','docDrawingPositionToTransform','embed-ui.basesFloating.confirmDelete.tableDescription','pushUndoRedoForChild','_ownedRuntimeFocusAppliesToHost','placeholder','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','activateView','embed-float-dom-overlay','invalidate','ISheetEmbedFloatingGeometryService','verticalBreaks','sourceTop','horizontalAlign','pointer-events','SlideInsertService','SheetsDrawingUIMenuSchema','viewportHeight','getOwnPropertyDescriptor','HorizontalAlign','_getUnitType','close','SheetsSparklineUIMenuSchema','join','getImage','[id^=\x22__editor_docs-\x22]','drawImage','showContextualTab','isArray','icon','merge','code','UNIVER_BOARD','targetLeft','_registerBoardPrinting','_restoreService','_hasUnit','index','div','_focusOwnerService','THIN','_registerRuntimeBoundary','ActivateBaseViewOperation','hidden','segments','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','dividerBefore','__editor___INTERNAL_EDITOR__','getBaseRecordPermissionObjectId','getData','ContextMenuService','IBaseUIStateService','_sync','_sheetPrintRegistered','GRID_ADD_RECORD_ROW_HEIGHT','getContextByChildUnitId','_suspendedSheetNote','[data-u-comp=\x22embed-docs-custom-block\x22]','isChildUnitInActiveSession','documentElement','univer-mx-1\x20!univer-h-4','workbench','scopedActionServiceTokens','clearActiveEditing','description','sheets-sheet-tab','renderScope','DocSelectionRenderService','IBaseUIPopupService','relatedTarget','focus','DocsCustomBlock','range','_boardElementStateService','UI_PLUGIN_CONFIG_KEY','sheet.command.smart-toggle-filter','isFocused','retrying-base-child-render','textContent','divider','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','shape','replace','getHeight','embed-ui.basesFloating.copySuffix','ceil','activeUntil','CancelMergeIcon','active','dir','_portalObservers','IConfigService','univer-text-sm','_themeService','getFocusOwner','[data-embed-float-fullscreen-button]','_syncHostPopupVisibility','_resources','resolveDocsCustomBlockSize','reason','IImageIoService','top\x20left','ghost','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','deactivate','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','unsupported-layout','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','uComp','IEditorUIService','MenuManagerPosition','FilterIcon','_roots','targetTop','getMenuByPositionKey','getEmbedSheetsTabCustomData','registerRoot','defaultPrevented','hasHostPreservingChildFocusLeaseForHost','viewportWidth','7rjxPvt','some','_childUnitIds','UNIVER_EMBED_UI_PLUGIN','registerMountedRuntime','label','sort','DOCS_NORMAL_EDITOR_UNIT_ID_KEY','_enableEmbedUnitLeasePolicy','createUniqueBaseTableName','customizeKanban','_syncPersistentSheetNotes','composedPath','hostUnitId','_blurActiveElementBeforePortalReassignment','_clearHostDrawingSelection','_hideDocParagraphMenu','useComponentsOfPart','DataStreamTreeTokenType','_createRenderScope','scaleY','useLayoutEffect','defaultPageSize','RESOURCE_REF_FILE_KIND','activateFullscreen','onReady','setSearchActiveIndex','_initializeFloatingSessionActiveState','sourceOffset','getEditor','embed-ui.basesFloating.duplicateTable.copyName','IUIRuntimeScopeService','_isBlockingLease','warn','_rootsByEmbedId','host','\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','table','_passiveViewportRegistry','getHorizontalScroll','fill','horizontal','viewState','_assertResolvedChild','openToolbarPanel','_registerChildFocusBridge','allowDirectBodyPortal','createChild','scrollState','embed-ui.sheetsFloating.toolbar.fillColor.main','_leases','host-scroll','getParentEmbedId','popup','removeRender','IPrintPreparationService','nextSibling','DEFAULT_TOTAL_SIZE','getCanvasEle','missing-descriptor','pageBreakRanges','maxDepth','FORMULA_EDITOR_ACTIVATED','embedChildRenderUnitId','runtimeFocusOwners','_flushPendingContributions','_canSyncCurrentUnit','EMBED_MOUNT_CHILD_TYPE_MISMATCH','_itemId','univer-size-3','clientWidth','Print\x20preview\x20provider\x20is\x20not\x20available\x20for\x20embed\x20','isHostGesture','SheetsSortUIMenuSchema','display:flex','_childUnitAncestry','IBoardUIStateService','EditorContainer','EmbedHostAnchorModelService','disposeUnit','SECTION_BREAK','iterator','EmbedHostMenuOverrideService','CreateBaseViewCommand','virtual','BoardTextEditingService','documentStyle','event','-100000px','_renderManagerService','getRegistrationByChildUnitId','getCurrentSelections','clipBottom','custom-block','collapseWithoutChildScroll','activeDashboardId','ISheetEmbedInteractionBoundaryService','pages','SHIFT','resolveBoardWheelViewportAction','EmbedHostEntryEnum','registerElement','scopedInjector','fitToWidth','_boardUIStateService','type','object','getCurrentUnitOfType','containers','_resolvedChildUnits','clientX','passThroughInteractionGate','VIEWPORT_KEY','previewUpdated$','wrap','ISheetEmbedRuntimeService','onCommandExecuted','hostLayout$','ribbonType','defaultRowHeight','data-embed-bases-table-list-host','sheet.operation.open.numfmt.panel','_sortHandlers','_registrations','activatedTab$','cssText','childUnit','contains','BaseEmbedRuntimeRegistryService','animation','HTMLElement','GRID_ROW_HEADER_WIDTH','pointermove','unmount','closeToolbarPanel','toggleAttribute','ILayoutService','stickyLeftWidth','shouldSuppressHostInteraction','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','EMBED_RUNTIME_HOST_SLOTS_NOT_AVAILABLE:','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','setContextValue','univer-text-primary-600','_leaseAppliesToChildUnit','ISlideDrawingService','startWith','overflow','SetRangeFontDecreaseCommand','SheetsShapeUIMenuSchema','univer.embed.host-vertical-wheel-attempted-event','top','_preloadImage','FONT_SIZE_LIST','_suppressedSheetNoteHostUnitId','getSheetId','embed-ui.sheetsFloating.toolbar.fontSize','_contentSizeChanged$','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','font:13px/1.5\x20sans-serif','_syncClosedPortalInputGuard','autoFocus','261336xEPlye','pageStride','prototype','area','mainComponent','hasBlockingChildFocusLease','moved','BaseUIStateService','find','_registerLateProductUIContributions','BaseDeleteConfirmDialog','matchMedia','EmbedHostRestoreService','FORMULAS','embedHostEntry','registerEmbedProductMenuContribution','_getLeaseSnapshot','color','_getLatestActivePortalOwner','SheetsDataValidationUIMenuSchema','AddWorksheetMergeAllCommand','captureByHostAnchorId','getSheetBySheetId','IBaseHostChromeOverrideService','bleedLeft','legacyPaste','sHeight','Grid','embed-float-dom-chrome','enableVertical','revision','activateAnchor','embed-ui.boardsFloating.zoomOut','NativeTextEditorShortcutBehavior',':anonymous:','setStage','addRecord','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','_contributions','sheet-embed-floating-menu','shift','activateFloating','UniverEmbedPlugin','footerSlot','pixelRatio','float','_layoutService','resolveStackUnitId','_boardElementService','child-editor','SetHorizontalTextAlignCommand','CENTER','embedChildType','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','_geometryInvalidated$','[data-embed-float-dom=\x22true\x22]','_domLayerService','isConnected','EmbedMountService','dialog','base-embed-view-slot','PRINTING_RANGE','_isBlockingRole','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','registerOwnedElement','SetBorderBasicCommand','calc(100%\x20-\x20','getGalleryProjectionBodyHeight','onload','translateY(','acquire','embed-runtime-host-lease','renderPreview','then','setFakeToolbarVisible','embedLayout','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','UNRECOGNIZED','locked','trim','ownsSession','getBaseTableNameErrorMessage','splice','SetEmbedDescriptorMutation','_pendingPortalOwner','\x20-\x20','univer-embed-print-hide-scrollbars','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','runtimeHost','_blockRegistry','resolved','_renderOne','defaultView','aria-hidden','length','_setRenderFailure','OpenBaseActiveEditorOperation','GLOBAL','_clearHost','save','_registerProductMenus','_isDetachedOffscreenPortalCandidate','selections','position','schedule','active$','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','restore','identifier:univer.sheet.selection-render-service','embedSlidePreviewCanvasHost','add','registerMultipleCommand','_refreshHostDocCustomBlockPresentation','[data-embed-floating-menu-entry]',':hover','_isBodyPortalCandidate','_projectionService','docsLeft','subscribe','interceptor','_activateSlidePageForPrint','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','calendarEventSettings','nativeContext','mount','setActivatedTab','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','disposables','conditional-formatting','12px','ShapeTextEditorContainer','getByEmbedId','data-embed-overlay-root','useDependency','_resolveTabViewportSize','worksheet','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','takeRecords','getState','univer-w-28\x20univer-truncate\x20univer-text-left','cancelable','block','list','fonts','deactivateTabSessions','_dialogService','doc-block-stage2-runtime','getUndoRedoStatus','overlayRoot','previewRequested$','objectPosition','elementsFromPoint','configurations','calculatePagePosition','resolveDocsCustomBlockRenderViewport','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','embed-ui.sheetsFloating.toolbar.bold','image/png','divider-layout','_passiveWheelHandlerRegistry','pending','SoftDeleteEmbedDescriptorMutation','blocksHostInteraction','_resolveDocPageMetrics','embed-ui.sheetsFloating.align.top','scroll-contained','DATA','HOVER_TRACK_HOST_CLASS_NAME','IContextService','zoom','manual','tab','notifyContentSizeChanged','_runtimePolicyService','IBaseGlobalPortalService','sequence','18295486ASYRlC','sheets-exchange-client.operation.import-sheet','RemoveEmbedCommand','ref','hideContextMenu','refCount','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','divider-font','fullscreen-runtime','embed-ui.sheetsFloating.toolbar.border.main','AutowrapIcon','classic','_markRuntimeFocusRole','containsElement','SetZoomRatioCommand','[data-embed-runtime-focus-role]','BoardDomLayerService','getProvider','role','viewportScrollX','ISheetEmbedRuntimeFocusCoordinator','height','useRef','BaseUIPopupService','opacity','ContextMenu','embed-ui.sheetsFloating.borderLine.borderColor','data-embed-canvas-root','Slide','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','_key','univer-w-44\x20!univer-bg-gray-0\x20!univer-text-gray-900\x20dark:!univer-bg-gray-0\x20dark:!univer-text-gray-900','isolation','removeEventListener','keys','deleteConfig','pointerup','getRenderUnitById','embed-float-dom-live-content','_focusUnit','SheetsNoteUIMenuSchema','identifier:ui.layout-service','thread-comment','height:100%','scaleX','[data-editorid]','CreateBaseTableCommand','content','_focusTabPeerSession','_getOwnedEmbedIdFromEventPoint','rowHeader','data-embed-interaction-boundary-owner','_leaseSequence','_tabHostRenderLeases','body','register','sheetBar','tabIndex','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','hideAllContextualTabs','onHostWheel','override$','ALL','_rootsByChildUnitId','LEFT','_getHostSnapshot','Button','min','buildBaseProjectedRowLayout','_routeWheelToHost','BrushIcon','embedFloatingMenuPopup','getContextByEmbedId','resolveBoardInteractionConfig','RibbonPosition','[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]','size','EmbedChildViewRegistryService','_active$','BasesTableListBlock','_getOriginalSheetTabData','OverflowIcon','stage2-runtime','tab-peer','scopes','embed-ui.slidesFloating.nextSlide','ui.operation.open-find-dialog','FOCUSING_UNIVER_EDITOR','notifyExited','stopImmediatePropagation','hasAnyHostPreservingChildFocusLease','left','EMBED_SHEETS_FLOATING_COMPONENT_KEY','getAllUnitsForType','ThemeService','inactive','managedBy','data-embed-runtime-focus-role','ComponentManager','documentFlavor','activateTable','settleDelayMs','round','removeAttribute','classList','collapsedGroupPaths','numberFormat','ctrlKey','data-embed-menu-slot','removeProperty','permissionPointUpdate$','subUnitId','state$','slides-exchange-client.operation.import-slide','source','ribbon$','univer-h-8\x20univer-w-full\x20univer-px-2','firstElementChild','docs-sticky-sheet','_runtimeFocusCoordinator','collectViewState','_resolveLayout','MAIN_AREA','_context','syncingChildFromHost','EMBED_DUPLICATE_CHILD_UNIT','embed-page-menu-','addDisposer','count','passiveViewportRegistry','createDefaultConfig','mountService','_docPrintLayouts','Base','_printPreparationService','_getEventClientPoint','runtimeFocusChanged$','useMemo','useState','useEffect','base-workbench','activeTableId','_contextsByChildUnitId','px\x200)','querySelectorAll','gray.0','filter','_clearClosedPortalInputGuard','mode','getAnchor','scrollHeight','fixed','getBaseFloatingPosition','univer-z-[21]','querySelector','get','observe','closeActiveEditor','includeAppShellEditorPortal','_ownedEmbedAppliesToChildUnit','#b91c1c','SheetsUIMenuSchema','number','menuSlot','hideHostFxBar','_resolveHostWheelGestureRoot','getEmbedSlidesPageCustomData','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','useCallback','getSettings','dashboardId','getBaseFieldPermissionObjectId','ResetRangeTextColorCommand','key','IBaseCanvasRootResolverService','createElement','items','toPrimitive','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','activeIndex','disabled','_touchServices','SheetsPrintMenuSchema','embed-ui.boardsFloating.resetZoom','search','floating-stage','AutoFillPopupMenu','getActiveDescriptorsByChildUnit','baseUnitId','Dropdown','_getChildSessionPriority','scrollTop','interactionBoundaryService','[id^=\x22univer-doc-selection-container-docs-\x22]','_ribbonOverrideService','getContextByHostAnchorId','base-embed-view-panel','conditionalColoring','collapsedIds$','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','contentRoot','selector','_anchorModelService','Documents','SheetsFloatingObject','Calendar','runtimeScope','unitAdded$','direction$','supports','UNIVER_SHEET','ownedPointerInteractionUntil','_measureContentSize','child-fullscreen','_resolveChildSessionMode','subscribeContextValue$','RemoveWorksheetMergeCommand','getActiveSheet','[data-embed-overlay-root]','hostType','embed-ui.basesFloating.delete','fit','packageName','pointerId','Sidebar','leftPanelWidth','fallbackHeight','load','note','SheetsNotePopupService','canvasFloatDomPreviewService','UniverPrintingContext','LookUp','_getBodyPortalOwner','useConfigValue','vertical','getEmbedSlidesFloatingCustomData','endRow','allowHiddenRibbon','ISlideDrawingStateService','base','_focusDocumentBody','_floatingActiveService','getColumnCount','getBoardPointFromClient','CanvasPopup','_mountService','inert','target','descriptor','dragStarted','pointercancel','bound','childUnitId','setActiveSheet','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-overflow-y-auto\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','_syncActiveSheetNote','runtime','tableId','button:not(:disabled)','univer-gap-0.5\x20univer-px-1','mountMenu','isDisposed','resolvedDependencyCollection','_getCurrentUnitId','asObservable','overflowX','univer-pointer-events-auto','sheet.operation.editor-','IShortcutService','app','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','append','unitID','boards-ui.embed','createDocsCustomBlockSizeRefreshScheduler','objectFit','useFactory','DesktopSidebarService','SetDocZoomRatioCommand','delete','_items','ColorPicker','recordId','embed-ui.basesFloating.confirmDelete.tableTitle','layoutPolicy','PaintBucketDoubleIcon','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','DocumentDataModel','docTransform','univerInstanceService','hostAnchorId','setPopupSuppressed','setAttribute','DeleteBaseTableCommand','rules','univer-min-w-0\x20univer-truncate','univer-doc-selection-container-docs-','sheet.operation.close-image-crop','getComputedStyle','viewportScrollY','_getChildUnitForMeasurement','univer-relative\x20univer-z-10\x20univer-size-[18px]\x20univer-drop-shadow-sm','getPrototypeOf','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','_maxDepth','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','CreateEmbedCommand','viewport','iterateByRow','closeOwnedFloatingSurfaces','RibbonDataGroup','getDialogs$','disconnect','focusCoordinator','FontFamilyItem','SetEmbedBoundsCommand','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','formatPainter','floating','EDITOR_ACTIVATED','getCanvasElement','EmbedReferencedUnitMaterializeService','BORDER_SIZE_CHILDREN','string','fitContent','data-embed-host-unit-id','GRID_ADD_FIELD_COLUMN_WIDTH','registration','_containsRegisteredElement','createScopedBaseCanvasRootResolverService','stopPropagation','_notifyRuntimeSessionChanged','waitForBaseCanvasImages','embed-ui.sheetsFloating.toolbar.font','reverse','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','allowed','includes','registerComponent','child-session','getDocumentEntityParentPermissionObjectIds','_hasContributionId','NumberIcon','setSelection','scrollToViewportPos','_slidePrintDrawingTransformService','getInterceptPoints','_releaseTabPeerHostRenderLease','SetBaseScrollOperation','activateDashboard','floatingActiveService','embedFloatingMenuEntry','embed-ui.sheetsFloating.align.bottom','sourcePageType','viewportPoint','univer-contents','_assertChildUnitAvailable','univer-doc-main-canvas','sheet-embed-float-dom-root','getLocales','initialWidth','tableOrder','closed','embed-float-dom-live','IEditorService','PARAGRAPH','pageId','fakeToolbarVisible$','getDataRealRange','getAncestryForHostUnit','SheetShapeTextEditorContainer','subscribeEvent','borderComposite','clientY','overlay','appendChild','offsetX','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','elementAdd$','univer-sr-only','CellPopupManagerService','UNIVER_SLIDE','promote','embedChildRenderStatus','getNextWheelZoomRatio','BoardShapeTextEditorContainer','ISidebarService','DEFAULT_WORKSHEET_COLUMN_WIDTH','IUIPartsService','docs-custom-block','scrollLeft','closeContextMenu','textColor','DocRenderController','_renderCompleteScene','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','univer-fill-gray-900\x20dark:!univer-fill-gray-0','resolveRuntimeScopeByChildUnitId','before:univer-hidden','IMenuManagerService','FontColorDoubleIcon','useObservable','remove','BaseViewType','embedRenderScopeActive','clearSelection','getColorFromTheme','_releaseTabPeerFocusLeasesForHost','BoardsFloatingObject','scrollByViewportDeltaVal','set','_cleanupOrdinaryBodyChromeClaims','readonly','hostHeaderMode','preventBrowserZoomInContainers','delta','initial','right','RIBBON','univer-popup','getVerticalScroll','getContextValue','univer-truncate','valid','aside','reduce','SheetBar','getPreview','_registerRibbonOwnership','getRegistration','8px','_clearItems','initialQuery','WrapStrategy','_isUniverPortalTreeElement','connectInjector','_wheelScrollService','Bases','Plugin','resolveDocsTableLikeCustomBlockBleedViewport','SheetsOutlineUIMenuSchema','getColVisible','SheetsSheetTab','slice','document','createDefaultBaseTableSnapshot','getStage','sheets-floating-object','setActive','next','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','maxExpansion','getStickyLeftWidth','pointer','hostWheelGestureService','addedNodes','records','clear','props','embedId','ZoomOutIcon','registerCtorForType','showPopup','print-capture','fontFamily','[data-embed-runtime-provider]','mounted','replaceChildren','popupRoot','univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1','getImageSourceCache','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','pointerEvents','RenameBaseTableCommand','hidePopup','BoardWorkbench','hasExact','max-width','_config','univer.embed.forwarded-wheel-event','Gallery','pan','hasRecentInteractionFor','retry','print','contentBodyWidth','StopBaseEditingCellOperation','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','Image','_dialogs','child','usesDomFloatingStage','EMBED_RUNTIME_HOST_NOT_ATTACHED:','unitType','canvas','base-embed-add-view-menu','createDefaultViewName','token','deepCompare','embed-ui.boardsFloating.fitContent','RedoCommand','_providerChanged$','sceneSourceScale','BoardPrintCompositionService','registerDisabledUIParts','child-keyboard','_contentSizeRegistry','prepend','fullscreen','align-items:center','_embedModelService','px)','visibility','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','MetaKeys','bases-exchange-client.operation.import-base','view-','embedStage1FullscreenOwner','roots','ComponentContainer','selectedIds','resourceCollector','BaseDataModel','tab-active','Observable','_releaseTabPeerFocusLease','entries','ui.operation.open-replace-dialog','ResetBackgroundColorCommand','unregisterCommand','supportedLayouts','getRowVisible','FormulaBar','[data-embed-popup-root]','childContext','resize','alt','hyper-link','[data-embed-float-live=\x22true\x22]','dropdown','sidebar','setConfig','embed-ui.sheetsFloating.toolbar.formatPainter','visualOffset','scrollWidth','setCollapsedIds','hasAnyBlockingChildFocusLease','hide','_setAnchorTransformerVisible','ready','2330kkeKje','onMutationExecutedForCollab','copy','fromEntries','registerContext','210NeYxAv','doc-flow','created$','_session$','_notifyRuntimeFocusChanged','Ribbon','outerHeight','EMBED_CHILD_UNIT_ID_ATTRIBUTE','_focusTemporarySink','_commandService','zoomFactor','dataset','univer-fill-primary-600','Module','tooltip','DocViewScaleService','embedSlidesPresentationChrome','tables','CloseBaseActiveEditorOperation','contentInsetTop','FOCUSING_COMMON_DRAWINGS','NoColorDoubleIcon','CTRL_COMMAND','openActiveEditor','copyBaseTableSnapshot','chart','getByHostAnchorId','_registerRootPopupDescendantFocusRoles','activePopup','preservesHostRuntime','clearSelectedObjects','sheetId','8695704VWUwka','getRowHeight','slideElementToDrawing','clearFullscreen','isFinite','SlideEmbedFloatingPreview','createDocsCustomBlockHostAdapterContribution','_sceneCanvasCaptureService','setPreview','views','beforeCommandExecuted','makeForceDirty','embed-ui.sheetsFloating.align.left','getSkeleton','openRecordDetail','call','_registerServices','univer-size-3\x20univer-shrink-0','defaults','getActive','SheetsShapeUIContextualRibbonSchema','previewService','_isHostDocEditorPortal','validateBaseTableName','start','important','injector','custom','_handleDragStart','class','_closedPortalInputGuards','slide-canvas','createInstance','docs-sticky-base','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','LocaleService','acquiresOwnedPointerLease','zoomStep','footer','name','getAll','pageMarginRight','exec','GRID_DEFAULT_COLUMN_WIDTH','from','afterRender$','listElements','bases-table-list-block','embed-ui.config','data-u-comp','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','tabindex','IBaseViewWheelScrollService','bleedRight','startColumn','element','univer-size-6\x20univer-p-0','_restorePreviousChildCurrentUnit','activeViewId','BaseKeyboardOperation','data-embed-child-render-mode','RibbonStartGroup','shiftKey','createUnit','drawingId','localeChanged$','registerRuntimeScope','data-validation','[data-embed-interaction-boundary-owner]','_materializeService','columnHeader','createBasesTableListBlockHostAdapterContribution','closeSearch','updateViewState','displayName','drawings','getPendingRequests','IBaseEditorService','DEFAULT_WORKSHEET_ROW_HEIGHT','parentId','touchDependencies','allowPlaceholder','_collectOwnedFloatingSurfaceRoots','materializeDescriptor','_resolveCompleteCaptureOptions','forceEscape','justify-content:center','IncreaseIcon','SELF','doc.command.','getOwnPropertyNames','Subject','SetTextWrapCommand','hostElement','BoldIcon','parentEmbedId','SetBackgroundColorCommand','KeyCode','ISlideEmbedFocusOwnerService','DEFAULT_EMBED_TAB_LAYOUT_POLICY','container','__editor_docs-','metaKey','IRibbonService','reRender','GRID_SUMMARY_HEIGHT','getValue','constructor','startRow','_markInteractionBoundaryOwnerTree','getRowCount','lastIndexOf','associatedChildUnitIds','allowOwnedPortalReassignment','calendarViewSettings','IBaseEmbedFloatingActiveService','_exited$','getResource','VerticalCenterIcon','univer-popover','SetRangeUnderlineCommand','childType','focusUnit','MergeAllIcon','presentationPolicy','BaseViewWheelScrollService','pointerleave','base-embed-fullscreen-view-tabs','matches','_drainQueue','data-state','render','ignoreOwners','geometryInvalidated$','virtualWidth','[data-u-comp=\x22base-view-tab-more\x22]','_mountBlockedRuntime','_captureMountedCanvas','_mountOwnedSession','BASES_UI_PLUGIN_CONFIG_KEY','CutCommand','_relocateExistingSession','status','flatMap','stale','sheet-overlay','identifier:univer.ribbon-service','slides-ui.embed','board-viewport-bar-object','MoreDownIcon','clearFloating','offsetY','resolveDocsTableLikeCustomBlockContentHeight','exit','_menuOverrideService','PageTypeEnum','UniverInstanceType','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','setLeftPanelWidth','getZoomRatio','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','doc-width-scale','src','_configService','ArrowLeftIcon','dataStream','AddWorksheetMergeCommand','_isHostPreservingLease','data-embed-content-root','apply','CloseBasePanelOperation','menuChanged$','Arial','updateItem','viewSettings','Escape','FOCUSING_FX_BAR_EDITOR','getDocumentEntityPermissionObjectId','_rectContainsPoint','BOARDS_UI_PLUGIN_CONFIG_KEY','executeBaseKeyboardOperation','_currentOverride','ICanvasPopupService','components','stage','_dispatchEscapeToFloatingSurface','embed-ui.sheetsFloating.toolbar.textColor.main','bases-ui.embed','contain','AddWorksheetMergeVerticalCommand','_embedMountService','host-override','value','setFocusOwner','canvasRoot','indexOf','pipe','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','IPermissionService','scale(','data','Element','host-scroll-sync','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','getMergedMenuSchema','_entries','push','clsx','unit','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','pointerenter','_markBodyPortalOwner','translateX(-50%)\x20translateX(','checkElementInCurrentContainers','_undoRedoService','FloatDom','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','General','child-popup','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','embed-ui.fullscreen.exit','embedSlidesPresentationInteractionGate','span','generateRandomId','_registerProductUIContributions','menuSchema','removeAllRanges','_focusLayout','Injector','univer:embed-float-drag-handle:pointerdown','_refreshTabPeerRender','scene','_entriesByEmbedId','medium','_mountFloatingMenu','pageSize','[data-u-comp=\x22embed-float-dom-content\x22]','EMPTY','img','_current','getViewport','_elements','IBaseEmbedFloatingGeometryService','_normalizeHostMountResult','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','floatingMenuInsetTop','ViewTabs','BaseEditorService','dispose','SetWorksheetActiveOperation','background:rgba(99,102,106,.06)','children','activationService','hasAnyChildInteractionLease','_releaseBodyPortalClaims','RIGHT','darkMode','\x20/\x20','WRAP','border:1px\x20dashed\x20rgba(99,102,106,.35)','[data-embed-sheets-sheet-tab-host=\x22','owner','disposable','embed-ui.sheetsFloating.textWrap.clip','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','slideOrder$','[data-u-comp=\x22sheet-embed-floating-menu\x22]','isComposing','_instanceService','forEach','_markExistingBodyPortals','hypot','IDocEmbedRuntimeFocusCoordinator','getOffsetConfig','getAttribute','endsWith','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','mousedown','offset','registerShortcut','configChanged$','current','__editor_','_previousChildCurrentUnits','pointerdown','data-embed-popup-root','_rootsByHostAnchorId','doc.operation.set-selections','getBaseCanvasRoot','interactionGate','liveRoot','setActiveSlide','acquireLease','dpr','innerWidth','startX','disableEdit','duplicateView','bottom','beforeDeactivate','cancelAnimationFrame','now','visible','embed-float-dom-live-canvas','hasAttribute','BoardViewportService','DesktopRibbonService','session$','Embedded\x20unit\x20is\x20not\x20available\x20for\x20print\x20','Gantt','catch','fromResourceRefUnitType','transform','_activeDragCleanup','_getOwnedEmbedIdFromTarget','focusFloatingRuntime','captureByChildUnitId','context','cellHasValue','_queue','divider-border','_getActiveOwnedRuntimeFocusInfo','MODERN','setTimeout','restoreService','parentElement','92BEyNQf','docsTop','BuiltInUIPart','[data-embed-float-content=\x22true\x22]','SetBaseZoomOperation','viewOrder','univer-inline-flex\x20univer-max-w-full\x20univer-items-center','enableExclusivePolicy','elementRemove$','univer-pointer-events-none\x20univer-absolute\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-items-center','48VUPicR','executeCommand','isMainScene','getRuntimeScopedDependencies','breaks','toDisposable','value$','FOCUSING_SLIDE','IBoardElementStateService','ImageSourceType','wheel','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','display','SetRangeBoldCommand','28px','data-embed-slides-page-list-host','redos','base-embed-fullscreen-add-view-menu','_modelService','_getRuntimeScopeSnapshot','activeSlideId$','BaseViewIcon','startsWith','MenuManagerService','floating-menu','_isOwnedBoundaryElement','toDataURL','session','drawingsOrder','BehaviorSubject','registerCommand','BASE_VIEW_MENU_ITEMS','_refreshHostDocZoom','hostScrollOffset','surface','message','stage-change','_univerInstanceService','_registerComponents','SlideEmbedReadonlyFloatingPreview','activateTab','DropdownMenu','_isAppShellEditorPortalCandidate','nested','innerHeight','fillRect','IRibbonOverrideService','parseResourceRef','FOCUSING_SHEET','registerPrintComponent','FIND_REPLACE_AVAILABLE','hideFloatMenu','button','deltaMode','focusin','embed-print-','registerChildInteraction','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','temp','left\x20top','URL','disable','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','sheets-ui.embed','_entriesByKey','toResourceRefUnitType','oKey','univer-text-red-500','floor','canMount','registerContextMenuHandler','TOP','center','CLIP','lockHostRibbon','stage1','_baseUIStateService','resolveDocsTableLikeCustomBlockContentWidth','getElementDataForUnit','_scheduleFloatingChildFocus','getUnitType','section','table-list','zIndex','query','menuContainer','shiftViewportPanOffset','unitDisposed$','_rerenderHostDoc','VIEW_MAIN','style','identifier:','slides-ui.ribbon','decorate','#app','hideContextualTab','_resolveViewState','factory','deleteBlock','UniverBoardsUIPlugin','productName','idleMs','dispatchEvent','true','\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','embed-float-dom-interaction-gate','embed-ui.basesFloating.confirmDelete.viewTitle','resizeDocsSheetLikeRendererByWheel','embedRuntimeBlocked','embedSlidesPresentationPreviewImage','ownsStage1Fullscreen','retryDelay','pageManager','ISlideEmbedActivationService','data-radix-popper-content-wrapper','OneToOneIcon','1.0.0-rc.0','deferInactive','keydown','univer-size-7','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','stringify','univer-flex\x20univer-items-center\x20univer-justify-center','createRender','embedChildUnitId','setAnchor','fieldOrder','slideModel','releaseStage2SessionLeaseIfActivationDoesNotStick','shape-contextual-ribbon','fontSize','_injector','_rememberPreviousChildCurrentUnit','formulaBar','ISheetBarService','_getOrCreateRender','SHEET_VIEWPORT_KEY','ribbon','_selectAnchor','getChildContext','_getVisibleCanvasDocumentRect','PrintPreparationService','subscribeVerticalScroll','_activateSheetTabForPrint','IBoardElementService','ZoomInIcon','jsx','_boardPrintCompositionService','getSlides','embedSlidesPresentationRuntime','releaseSessionFocus','canvasRootClassName','unsubscribe','viewportPanOffset','SlidePrintDrawingTransformService','getSkeletonData','clipPath','docs-exchange-client.operation.import-doc','slides-floating-object','handleRegisteredWheel','distinctUntilChanged','IRenderManagerService','root','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','getActiveDescriptors','contentSizeChanged$','43647mIwRCG','SheetsConditionalFormattingUIMenuSchema','data-embed-child-render-unit-id','SlidesFloatingObject','CUSTOM_BLOCK','#000000','onerror','embed-ui.sheetsFloating.toolbar.filter','[data-u-comp=\x22embed-float-dom-live-content\x22]','canvas:not([aria-hidden=\x22true\x22])','Workbook','useSyncExternalStore','registerProvider','getSession','abs','getSelectedObjectMap','focusHostForPassiveRuntime','none','1179VIowcN','INSERT','slide-workbench','SheetsNumfmtUIMenuSchema','queueMicrotask','ExpandIcon','getEmbedBoardsFloatingCustomData','scopedDependencies','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','_registerSlidePrinting','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','laneId','slide-readonly-preview','ActivateBaseTableOperation','function','viewId','#ffffff','_runtimeScopes','pluginName','getCurrentTypeOfUnit$','padding:16px','childOffset','collectDocsTableLikeEmbedChildUnitIds','getActiveSlide','symbol','title-only','FOCUSING_UNIT','enableHorizontal','renderManagerService','contribution','IUndoRedoService','BaseDuplicateTableDialog','useValue','OpenBasePanelOperation','deltaX','contentRect','sparkline','PRINTING_DOM_COLLECT','SHEET_FOOTER_BAR_HEIGHT','attributeName','embed-ui.sheetsFloating.toolbar.resetColor','darkMode$','drawing.operation.set-drawing-selected','inline','ToolbarButton','closest','_contextsByHostAnchorId','Tooltip','fromScale','SlidesPageListBlock','parseInt','BaseToolbar','univer-min-w-6\x20univer-text-left','-52px','_activeDrain','enabled','stickyHeaderHeight','contentHeight','RightJustifyingIcon','SelectAllCommand','EMBED_MOUNT_CHILD_NOT_REGISTERED','HorizontalMergeIcon','ISlideEmbedMountService','EmbedHostContainerRegistryService','gate','getUnitCreateOptions','embed-float-dom-popup','combineLatest','IContextMenuService','clearTimeout','rowHeight','hideTrackWhenUnscrollable','_overlayRootService','embedFullscreenStatus','sheets-ui.ribbon','BORDER_LINE_CHILDREN','_createMountFocusRestorer','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','child-tab','placeholderTitle','altKey','univer-doc-selection-container-','drawing','embed-ui.sheetsFloating.toolbar.mergeCell.main','DocFloatMenuService','IDocClipboardService','aspect-fit','startEditingCell','FOCUSING_DOC','zoomRatio','DOCS_END','ISlideEmbedFloatDomRenderer','intercept','registerItem','BOTTOM','content-only','commandId','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','blur','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','absolute','requestPreview','SheetsSelectionsService','UNIVER_UNKNOWN','syncHostVerticalScroll','renderScopeActive','addImageSourceCache','getItems','slides-page-list-block','verticalWheelMode','_sessions','addEventListener','bind','getContext','small','resolve','className','verticalScrollOwner','sessionMode','stable','contentWidth','inset(0\x200\x20','getOverride','doc-block','SHEET_EDITOR_UNITS','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','pageContentWidth','ownerDocument','width','embed-ui.deleteBlock','data-embed-id','engine','Disposable','SheetsTableUIMenuSchema','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]','error','divider-format-tools','MutationObserver','BorderLine','.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[data-u-comp=\x22sidebar\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]','OVERFLOW','assign','getUnit','_activePortalOwners','PointerDown','sourceLeft','[data-radix-popper-content-wrapper]','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','resolveSlideLogicalPageSize','keyboard','VerticalIntegrationIcon','runtimeSessionChanged$','deferred','DeleteIcon','map','getCanvas','endColumn','scale','StartBaseEditingCellOperation','tab-peer-runtime','verticalAlign','identifier','table-','max','unmerge','openSearch','_findFallbackUnitId','isolate','getSubScenes','_getKey','getScrollBar','title','BaseTableSidebarFrame','capture','click','hostToolbar','_nextIndex','disabled$','replaceWith','deltaZ','bold','beginPath','embed-ui.basesFloating.viewSettings.deleteView','sceneCanvasCaptureService','BorderStyleTypes','DocsTablePassiveWheelService','jsxs','getDescriptor','setZoomRatioAtViewportPoint','EmbedFocusOwnerService','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','embedDocsCustomBlockZooming','[data-state=\x22open\x22]','overflowY','embed-ui.sheetsFloating.toolbar.numberFormat','embedModelService','stage2','getStickyHeaderHeight','forwardRef','activeSheet$','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','UndoCommand','divider-block','getContentElement','EMBED_MENU_OVERRIDE_TAB_REQUIRED','embed-ui.basesFloating.tableSidebar.defaultTableName','listSessions','complete','contextChanged$','startIndex','activateNavigationAtPoint','ICanvasColorService','IDialogService','requestAnimationFrame','_imageIoService','getRuntimeRoots','getColumnWidth','_providers','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','auto','SetRangeFontSizeCommand','univer-text-red-500\x20hover:univer-text-red-600','fullscreenService','restoreViewState','row','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','createPortal','Inject','ribbonService','pageWidth','getCacheKey','_resolveSize','_leaseAppliesToHostUnit','SlideThumbnailItem','hostContext','[data-board-viewport-host=\x22true\x22]','Node','parseFloat','AlignBottomIcon','clip-path','getId','color:rgba(30,34,43,.64)','ISlideEmbedRuntimeFocusCoordinator','defineProperty','mergeMenu','commandService','getFlatMenuByPositionKey','getAllObjects','chrome','slide.operation.close-image-crop','isInternalEditorID','false','activeElement','kind','image','_runQueue','getSlide','interactionFlow','UpdateBoardElementMutation','registerFocusHandler','embedSheetsSheetTabError','clearFocusOwner','FOCUSING_BOARD','Failed\x20to\x20load\x20embedded\x20sheet.','hideParagraphMenu','firstTop','inset','UNIVER_BASE','100%','onCloseAutoFocus','ConfigProvider','Sheets','ScrollBar','removeChild','embed-ui.sheetsFloating.align.right','clearTab','_disposed','customizeField','enter','SetSlideZoomRatioOperation','EmbedUnitLeasePolicyService','content-bounds-fit','slide-page-list','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','UNIVER_DOC','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','_tabFocusLeases','identifier:ui.contextmenu.service','isChildUnitRuntimeEvent','race','runtimeRoots','soft-deleted','_hostAdapterRegistry','finally','box-sizing:border-box','SLIDE_PAGE_RECT_KEY','border-radius:8px','headerActionItem','hostAnchorRecord','Fragment','SetRangeFontIncreaseCommand','clientHeight','_registerPrintPreparation','hasCommand','[data-u-comp=\x22headerbar\x22]','Nested\x20embed\x20is\x20not\x20supported.','Docs','findIndex','[data-state]','RibbonFormulasGroup','sourceHeight','embedHostAnchorId','base-embed-floating-menu','embedSlidesPresentationSurface','expiresAt','paste','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0','has','instanceService','numfmt','_activateTabPeerFocusLease','insertBefore','IBaseProjectionService','deltaY','params','requestRender','canActivateRuntime','CanvasPopupService','_getHostUnit','bleedWidth','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','boards-floating-object','loading','getFocusedUnit','UniverLicensePlugin','AddWorksheetMergeHorizontalCommand','[data-u-comp=\x22hover-track\x22]','activatePortalScope','all','_getDocsLeft','prepare','existingEmbedId','_docViewScaleService','menu','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','text-align:center','ISlideEmbedRuntimeService','_toDataUrl','subscribeConfigValue$','_docPrintRegistered','fallbackWidth','SheetsChartUIMenuSchema','portalContainer','[data-u-comp=\x22embed-float-dom-chrome\x22]','_isUniverPortalCandidate','_findPreviousReadyEntry','GRID_HEADER_HEIGHT','max-depth','embed-float-dom','__addUnit','Separator','_getAnyActiveElement','fit-width','config','getConfig','order','data-embed-float-stage','getSnapshot','ISheetHostChromeOverrideService','DOCS_UI_PLUGIN_CONFIG_KEY','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','RibbonInsertGroup','preventDefault','DocSelectAllCommand','_resolveChildUnitId','[data-embed-floating-menu-popup=\x22true\x22]','deactivateFloatingSession','setProperty','_isOwnedElement','disposeWithMe','contentHeightAdjustment','embed-ui.fullscreen.enter','flushForTests','_getSlideModel','IBaseClipboardService','startedAt','ISlideEmbedFloatingActiveService','makeDirty','customizeGallery','setScrollState','EmbedModelService','undoRedoStatus$','embedChildRenderError','gray.1000','backgroundColor','AddViewMenu','canEditBaseTargets','isEmbedBoardsFloatingElement','lifecycle','addDescriptor'];_0x3871=function(){return _0x262e30;};return _0x3871();}function is(_0x49a0cc){const _0x320dba=_0x36ed40;var _0x138794;let {data:_0x5d0194,customBlockRenderViewport:_0x445299}=_0x49a0cc,_0x4495c1=(0x0,c['useDependency'])(a[_0x320dba(0x8cd)]),_0x288108=(0x0,c['useDependency'])(a['IUniverInstanceService']),_0x2bbd45=(0x0,c[_0x320dba(0x26f)])(p[_0x320dba(0x6d8)]),_0x3831b3=Pi(_0x5d0194),_0x4ba4fc=_0x3831b3==null?void 0x0:_0x3831b3['hostUnitId'],_0xb08753=_0x4ba4fc??((_0x138794=_0x288108['getCurrentUnitOfType'](a[_0x320dba(0x583)][_0x320dba(0x80b)]))==null?void 0x0:_0x138794[_0x320dba(0x8d6)]()),_0x3876dc=(0x0,d[_0x320dba(0x2b0)])(null),[_0x523a63,_0x56ee56]=(0x0,d[_0x320dba(0x324)])(()=>(0x0,o['createDefaultDocsTableLikeCustomBlockBleedViewport'])()),_0x46dd11=(0x0,h['isSheetLikeDocsCustomBlockChildType'])(_0x3831b3==null?void 0x0:_0x3831b3['childType']),_0x55525a=_0x445299==null?void 0x0:_0x445299[_0x320dba(0x202)],_0x1efbcd=_0x445299==null?void 0x0:_0x445299[_0x320dba(0x838)],_0x3cf01b=_0x445299==null?void 0x0:_0x445299[_0x320dba(0x767)],_0x12d1d0=os(_0x445299==null?void 0x0:_0x445299[_0x320dba(0x8c2)]),_0x454fee=(0x0,d[_0x320dba(0x2b0)])(_0x12d1d0),_0x31ed69=(0x0,d['useRef'])(void 0x0),_0x50165d=(0x0,d[_0x320dba(0x2b0)])(void 0x0);(0x0,d[_0x320dba(0x325)])(()=>{if(!_0x4ba4fc)return;let _0x5019ec=[],_0x56c4c3=()=>{const _0x43d66d=_0x2eed;let _0x2a4631=_0x288108[_0x43d66d(0x77d)](_0x4ba4fc,a[_0x43d66d(0x583)][_0x43d66d(0x80b)]),_0x474307=_0x2a4631==null?void 0x0:_0x2a4631[_0x43d66d(0x748)];typeof _0x474307=='number'&&_0x4495c1[_0x43d66d(0x8b3)](o[_0x43d66d(0x8a3)]['id'],{'unitId':_0x4ba4fc,'zoomRatio':_0x474307});},_0x5ed4d4=_0x9fd3a1=>{const _0x1686c8=_0x2eed;let _0x30da23=requestAnimationFrame(_0x9fd3a1);_0x5019ec[_0x1686c8(0x5b5)](()=>cancelAnimationFrame(_0x30da23));},_0x3c1adf=_0x2c5a00=>{const _0x330526=_0x2eed;let _0x51812d=setTimeout(_0x56c4c3,_0x2c5a00);_0x5019ec[_0x330526(0x5b5)](()=>clearTimeout(_0x51812d));};return _0x56c4c3(),_0x5ed4d4(_0x56c4c3),_0x5ed4d4(()=>_0x5ed4d4(_0x56c4c3)),_0x3c1adf(0x78),_0x3c1adf(0x1f4),()=>{const _0xae14d7=_0x2eed;_0x5019ec[_0xae14d7(0x5f4)](_0x1a8344=>_0x1a8344());};},[_0x4495c1,_0x4ba4fc,_0x288108]),(0x0,d['useLayoutEffect'])(()=>{const _0x26e08c=_0x320dba;let _0x4dc14b=_0x3876dc[_0x26e08c(0x600)];if(!_0x4dc14b||!_0x46dd11||typeof window>'u')return;let _0x22b83d,_0x24a986=()=>{const _0x528aa6=_0x26e08c;_0x22b83d=void 0x0;let _0x253758=_0x4dc14b[_0x528aa6(0x886)](),_0x36dba9=ds(_0x3cf01b,()=>ps(_0x4dc14b,_0x253758['width']/_0x12d1d0)),_0x3f6ac1=(0x0,o[_0x528aa6(0x453)])(_0x4dc14b,_0x36dba9,{'authoritativeContentWidth':Number[_0x528aa6(0x4eb)](_0x3cf01b)&&(_0x3cf01b??0x0)>0x0,'bleedLeft':_0x55525a,'bleedWidth':_0x1efbcd,'viewScale':_0x12d1d0});_0x56ee56(_0x5a0e09=>Math[_0x528aa6(0x6eb)](_0x5a0e09[_0x528aa6(0x202)]-_0x3f6ac1['bleedLeft'])<0.5&&Math[_0x528aa6(0x6eb)](_0x5a0e09['bleedRight']-_0x3f6ac1[_0x528aa6(0x51c)])<0.5&&Math[_0x528aa6(0x6eb)](_0x5a0e09[_0x528aa6(0x838)]-_0x3f6ac1[_0x528aa6(0x838)])<0.5&&Math[_0x528aa6(0x6eb)](_0x5a0e09['contentWidth']-_0x3f6ac1['contentWidth'])<0.5&&Math[_0x528aa6(0x6eb)](_0x5a0e09['virtualWidth']-_0x3f6ac1[_0x528aa6(0x56d)])<0.5?_0x5a0e09:_0x3f6ac1);},_0x5c6bd4=()=>{const _0x1cf879=_0x26e08c;_0x22b83d==null&&_0x4dc14b[_0x1cf879(0x4d2)][_0x1cf879(0x7ae)]!==_0x1cf879(0x69e)&&(_0x22b83d=window[_0x1cf879(0x7c4)](_0x24a986));},_0xb54082=_0x514012=>{const _0x17e57e=_0x26e08c;fs(_0x4dc14b,_0x514012[_0x17e57e(0x392)])&&_0x5c6bd4();};_0x24a986();let _0xdcbd33=new ResizeObserver(_0x5c6bd4);return _0xdcbd33[_0x26e08c(0x336)](_0x4dc14b),window[_0x26e08c(0x75e)]('resize',_0x5c6bd4),window[_0x26e08c(0x75e)](_0x26e08c(0x897),_0xb54082,!0x0),()=>{const _0x1519a0=_0x26e08c;_0x22b83d!=null&&window[_0x1519a0(0x613)](_0x22b83d),_0xdcbd33[_0x1519a0(0x3d3)](),window[_0x1519a0(0x2bb)]('resize',_0x5c6bd4),window[_0x1519a0(0x2bb)](_0x1519a0(0x897),_0xb54082,!0x0);};},[_0x55525a,_0x1efbcd,_0x3cf01b,_0x46dd11,_0x12d1d0]);let _0x447b01=_0x46dd11?cs(_0x445299==null?void 0x0:_0x445299[_0x320dba(0x728)]):(0x0,o['resolveDocsTableLikeCustomBlockContentHeight'])(_0x445299==null?void 0x0:_0x445299['contentHeight'],0x1),_0x1999c9=_0x46dd11?0x34:0x0,_0x2268de=ls({'contentHeight':_0x447b01,'viewportHeight':_0x445299==null?void 0x0:_0x445299[_0x320dba(0x918)]}),_0x2d5851=rs({'contentHeight':_0x447b01,'floatingMenuInsetTop':_0x1999c9}),_0x42f086=us({'contentWidth':_0x3cf01b,'pageContentWidth':_0x445299==null?void 0x0:_0x445299['pageContentWidth']}),_0xf7e4b8=_0x46dd11?{'height':_0x2d5851*_0x12d1d0,'minHeight':_0x2d5851*_0x12d1d0,'width':_0x42f086==null?void 0x0:_0x42f086*_0x12d1d0}:void 0x0;(0x0,d[_0x320dba(0x994)])(()=>{const _0x42e9c6=_0x320dba;var _0xeea5d2,_0x40f388;_0x454fee['current']=_0x12d1d0,(_0xeea5d2=_0x3876dc[_0x42e9c6(0x600)])==null||_0xeea5d2[_0x42e9c6(0x691)]['removeProperty']('overflow'),(_0x40f388=_0x3876dc['current'])==null||delete _0x40f388[_0x42e9c6(0x4d2)][_0x42e9c6(0x7ae)];},[_0x12d1d0]),(0x0,d[_0x320dba(0x325)])(()=>{const _0x7ca7b0=_0x320dba;if(!_0x46dd11||!_0xb08753)return;let _0x3c7a37=_0x3876dc['current'],_0x378880=()=>{const _0x3adb26=_0x2eed;_0x50165d['current']!=null&&(window[_0x3adb26(0x734)](_0x50165d[_0x3adb26(0x600)]),_0x50165d['current']=void 0x0),_0x31ed69[_0x3adb26(0x600)]!=null&&(window['cancelAnimationFrame'](_0x31ed69[_0x3adb26(0x600)]),_0x31ed69['current']=void 0x0);},_0x41e94b=_0x4495c1[_0x7ca7b0(0x9f3)](_0x67d5ed=>{const _0x286ac4=_0x7ca7b0;if(_0x67d5ed['id']!==o['SetDocZoomRatioOperation']['id'])return;let _0x2f6c1c=_0x67d5ed['params'];if((_0x2f6c1c==null?void 0x0:_0x2f6c1c['unitId'])!==_0xb08753)return;let _0x57e4ee=_0x3876dc[_0x286ac4(0x600)],_0x3075a9=os(_0x2f6c1c[_0x286ac4(0x748)]);!_0x57e4ee||_0x3075a9===_0x454fee['current']||(as(_0x57e4ee,{'fromScale':_0x454fee[_0x286ac4(0x600)],'outerHeight':_0x2d5851,'toScale':_0x3075a9}),_0x454fee['current']=_0x3075a9,_0x378880(),_0x50165d[_0x286ac4(0x600)]=window[_0x286ac4(0x62a)](()=>{_0x50165d['current']=void 0x0,_0x31ed69['current']=window['requestAnimationFrame'](()=>{const _0x5ec691=_0x2eed;_0x31ed69['current']=void 0x0,_0x57e4ee[_0x5ec691(0x691)]['removeProperty']('overflow'),delete _0x57e4ee['dataset']['embedDocsCustomBlockZooming'];});},0x78));});return()=>{const _0xecb1fd=_0x7ca7b0;_0x41e94b['dispose'](),_0x378880(),_0x3c7a37==null||_0x3c7a37['style'][_0xecb1fd(0x307)](_0xecb1fd(0xa12)),_0x3c7a37&&delete _0x3c7a37[_0xecb1fd(0x4d2)][_0xecb1fd(0x7ae)];};},[_0x4495c1,_0x2d5851,_0xb08753,_0x46dd11]);let _0x5940df=(0x0,d['useCallback'])((_0x13ba0b,_0x191098)=>{const _0x487c21=_0x320dba;var _0x10f5f7;let _0x36b072=(_0x10f5f7=_0x2bbd45[_0x487c21(0x2bf)](_0x191098['hostUnitId']))==null?void 0x0:_0x10f5f7[_0x487c21(0x5ce)];return es({..._0x191098,'event':_0x13ba0b,'source':_0x487c21(0x641),'stage':_0x487c21(0x7b3)},_0x36b072==null?void 0x0:_0x36b072[_0x487c21(0x5d7)](o[_0x487c21(0x9ef)]['VIEW_MAIN']),_0x36b072);},[_0x2bbd45]),_0x106947=(0x0,d['useCallback'])(_0x51273a=>{ss(_0x2bbd45,_0xb08753,_0x51273a);},[_0x2bbd45,_0xb08753]);return(0x0,m[_0x320dba(0x6c9)])(_0x320dba(0x92d),{'ref':_0x3876dc,'className':_0x320dba(0x775),'data-u-comp':_0x320dba(0x8f9),'data-embed-docs-custom-block':_0x320dba(0x69e),'data-embed-docs-custom-block-child-type':(_0x3831b3==null?void 0x0:_0x3831b3[_0x320dba(0x560)])==null?void 0x0:String(_0x3831b3[_0x320dba(0x560)]),'data-embed-docs-custom-block-sheet-like':_0x46dd11?_0x320dba(0x69e):void 0x0,'style':_0xf7e4b8,'children':(0x0,m[_0x320dba(0x6c9)])(Ja,{..._0x49a0cc,'docsCustomBlockLayout':_0x46dd11?{'bleedLeft':_0x523a63['bleedLeft'],'bleedWidth':_0x523a63[_0x320dba(0x838)],'contentHeight':_0x447b01,'contentWidth':_0x523a63['contentWidth'],'floatingMenuInsetTop':_0x1999c9,'pageContentWidth':(_0x445299==null?void 0x0:_0x445299[_0x320dba(0x76d)])??_0x523a63[_0x320dba(0x767)],'sheetLike':!0x0,'viewScale':_0x12d1d0,'visibleCanvasHeight':_0x445299==null?void 0x0:_0x445299[_0x320dba(0x8fd)],'viewportHeight':_0x2268de}:{'floatingMenuInsetTop':_0x1999c9,'sheetLike':!0x1},'interactionFlow':'doc-block','onHostWheel':_0x46dd11?_0x5940df:void 0x0,'onRuntimeStageEnter':_0x106947,'syncHostVerticalScroll':_0x46dd11})});}function as(_0x2b3259,_0x48fc9c){const _0x2397ff=_0x36ed40;let _0x469dbe=os(_0x48fc9c[_0x2397ff(0x71f)]),_0x17045d=os(_0x48fc9c['toScale']),_0xee6094=_0x17045d/_0x469dbe,_0x22a207=_0x48fc9c[_0x2397ff(0x4cd)]*_0x17045d;_0x2b3259['style'][_0x2397ff(0x2af)]=_0x22a207+'px',_0x2b3259['style']['minHeight']=_0x22a207+'px',_0x2b3259[_0x2397ff(0x691)][_0x2397ff(0xa12)]=_0x2397ff(0x932),_0x2b3259[_0x2397ff(0x4d2)]['embedDocsCustomBlockZooming']=_0x2397ff(0x69e);let _0x5d3107=_0x2b3259[_0x2397ff(0x334)](_0x2397ff(0x630));_0x5d3107&&[_0x2397ff(0xa16),_0x2397ff(0x2f5)][_0x2397ff(0x5f4)](_0x264b30=>{const _0x29697f=_0x2397ff;let _0x4c4f01=Number[_0x29697f(0x7dc)](_0x5d3107['style'][_0x264b30]);Number[_0x29697f(0x4eb)](_0x4c4f01)&&(_0x5d3107[_0x29697f(0x691)][_0x264b30]=_0x4c4f01*_0xee6094+'px');});let _0x366a61=_0x2b3259['querySelector'](_0x2397ff(0x4b6));_0x366a61&&(_0x366a61[_0x2397ff(0x691)][_0x2397ff(0x61f)]=_0x17045d===0x1?'':_0x2397ff(0x5ae)+_0x17045d+')');}function os(_0x2e5107){const _0x5e1231=_0x36ed40;return typeof _0x2e5107=='number'&&Number[_0x5e1231(0x4eb)](_0x2e5107)&&_0x2e5107>0x0?_0x2e5107:0x1;}function ss(_0x3321c5,_0x24a795,_0x131b44){const _0x146720=_0x36ed40;var _0x54be1d;_0x131b44!=='stage2'||!_0x24a795||(_0x54be1d=_0x3321c5[_0x146720(0x2bf)](_0x24a795))==null||(_0x54be1d=_0x54be1d[_0x146720(0x8a7)](o[_0x146720(0x94a)]))==null||_0x54be1d[_0x146720(0x751)]();}function cs(_0x1e4e7a){const _0x5a7efe=_0x36ed40;return(0x0,o[_0x5a7efe(0x57f)])(_0x1e4e7a,0x1e0);}function ls(_0x128c63){const _0xe80800=_0x36ed40;return(0x0,o[_0xe80800(0x57f)])(_0x128c63[_0xe80800(0x918)],_0x128c63[_0xe80800(0x728)]);}function us(_0xbb4e99){const _0x161025=_0x36ed40;let {contentWidth:_0x413ca6,pageContentWidth:_0x1750e6}=_0xbb4e99;if(!(typeof _0x413ca6!='number'||!Number[_0x161025(0x4eb)](_0x413ca6)||_0x413ca6<=0x0))return typeof _0x1750e6==_0x161025(0x33c)&&Number[_0x161025(0x4eb)](_0x1750e6)&&_0x1750e6>0x0?Math[_0x161025(0x2dd)](_0x413ca6,_0x1750e6):_0x413ca6;}function ds(_0x383756,_0x173f73){const _0x183739=_0x36ed40;return Number[_0x183739(0x4eb)](_0x383756)&&(_0x383756??0x0)>0x0?_0x383756:(0x0,o[_0x183739(0x684)])(void 0x0,_0x173f73());}function fs(_0x22783c,_0x5a5793){return!(_0x5a5793 instanceof Node&&_0x22783c['contains'](_0x5a5793));}function ps(_0x34c353,_0x2726f9){const _0x21ca25=_0x36ed40;let _0x397124=_0x34c353[_0x21ca25(0x334)](_0x21ca25(0x6e5)),_0x16b6e3=_0x34c353[_0x21ca25(0x334)](_0x21ca25(0x80a)),_0x1f476d=[Math[_0x21ca25(0x792)](0x1,_0x2726f9)];return ms(_0x397124,_0x1f476d),ms(_0x16b6e3,_0x1f476d),Math[_0x21ca25(0x792)](..._0x1f476d[_0x21ca25(0x32c)](_0x45c76e=>Number[_0x21ca25(0x4eb)](_0x45c76e)&&_0x45c76e>0x0));}function ms(_0x34756a,_0x14728c){const _0xf631c7=_0x36ed40;if(_0x34756a){_0x14728c['push'](_0x34756a['scrollWidth'],_0x34756a['offsetWidth'],_0x34756a[_0xf631c7(0x886)]()[_0xf631c7(0x76f)]);for(let _0x58b470 of Array[_0xf631c7(0x513)](_0x34756a[_0xf631c7(0x5e2)])){if(!(_0x58b470 instanceof HTMLElement))continue;let _0x241320=_0x58b470[_0xf631c7(0x886)](),_0x35a9c2=_0x34756a[_0xf631c7(0x886)]();_0x14728c[_0xf631c7(0x5b5)](_0x58b470[_0xf631c7(0x4bc)],_0x58b470['offsetWidth'],_0x241320[_0xf631c7(0x43d)]-_0x35a9c2[_0xf631c7(0x2f5)]);}}}let hs=class extends a['Disposable']{constructor(_0x8eea38){const _0x173f83=_0x36ed40;super(),this['_componentManager']=_0x8eea38,this[_0x173f83(0x65d)]();}['_registerComponents'](){const _0x2f0cf7=_0x36ed40;this[_0x2f0cf7(0x86a)](this[_0x2f0cf7(0x8da)][_0x2f0cf7(0x2d1)](h['EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY'],is)),this[_0x2f0cf7(0x86a)](this[_0x2f0cf7(0x8da)][_0x2f0cf7(0x2d1)](t[_0x2f0cf7(0x2f6)],Ja)),this[_0x2f0cf7(0x86a)](this[_0x2f0cf7(0x8da)][_0x2f0cf7(0x2d1)](Yo,Zo)),this[_0x2f0cf7(0x86a)](this[_0x2f0cf7(0x8da)]['register'](Xo,Qo));}};hs=Z([X(0x0,(0x0,a['Inject'])(c[_0x36ed40(0x2fc)]))],hs);let gs=class{constructor(_0x4c9472,_0x5c84a9){const _0x3a7a8b=_0x36ed40;this[_0x3a7a8b(0x6ba)]=_0x4c9472,this[_0x3a7a8b(0x289)]=_0x5c84a9,this[_0x3a7a8b(0x289)][_0x3a7a8b(0x2d1)]({'childType':a[_0x3a7a8b(0x583)][_0x3a7a8b(0x80b)],'handleWheel':_0x5a782f=>this[_0x3a7a8b(0x6ba)][_0x3a7a8b(0x82c)](y[_0x3a7a8b(0x7a8)])?this[_0x3a7a8b(0x6ba)][_0x3a7a8b(0x335)](y['DocsTablePassiveWheelService'])[_0x3a7a8b(0x8e1)]({'childUnitId':_0x5a782f['childUnitId'],'event':_0x5a782f[_0x3a7a8b(0x9d6)],'source':_0x5a782f[_0x3a7a8b(0x30c)]}):!0x1,'order':0x64});}};gs=Z([X(0x0,(0x0,a[_0x36ed40(0x7d2)])(a['Injector'])),X(0x1,(0x0,a[_0x36ed40(0x7d2)])(Ni))],gs);const _s=[a['UniverInstanceType'][_0x36ed40(0x80b)],a[_0x36ed40(0x583)][_0x36ed40(0x36c)],a[_0x36ed40(0x583)][_0x36ed40(0x7fa)],a[_0x36ed40(0x583)][_0x36ed40(0x419)]];let vs=class extends a[_0x36ed40(0x773)]{constructor(_0x542483,_0x189091){const _0x5d42bf=_0x36ed40;super(),this[_0x5d42bf(0x65c)]=_0x542483,this[_0x5d42bf(0x364)]=_0x189091,_s[_0x5d42bf(0x5f4)](_0x46a860=>{const _0xbe1488=_0x5d42bf;this[_0xbe1488(0x86a)](this[_0xbe1488(0x65c)][_0xbe1488(0x8d2)](_0x46a860)[_0xbe1488(0x260)](_0x9f3eed=>{const _0x4a4e24=_0xbe1488;this['_anchorModelService']['clearUnit'](_0x9f3eed[_0x4a4e24(0x8d6)]());}));});}};vs=Z([X(0x0,a['IUniverInstanceService']),X(0x1,(0x0,a[_0x36ed40(0x7d2)])(t[_0x36ed40(0x9cd)]))],vs);let ys=class extends a['Disposable']{constructor(_0x3ee1bb,_0x30df28){const _0x16a85=_0x36ed40;super(),this[_0x16a85(0x6ba)]=_0x3ee1bb,this[_0x16a85(0x311)]=_0x30df28,z(this,'_suspendedSheetNote',null),z(this,_0x16a85(0xa19),null),this[_0x16a85(0x86a)](this[_0x16a85(0x311)]['runtimeSessionChanged$'][_0x16a85(0x260)](()=>{const _0x4ed7f7=_0x16a85;this[_0x4ed7f7(0x967)]();}));}[_0x36ed40(0x967)](){const _0x399d2a=_0x36ed40;let _0x14ecbf=this[_0x399d2a(0x311)][_0x399d2a(0x8f1)](),_0x14eb4c=(_0x14ecbf==null?void 0x0:_0x14ecbf[_0x399d2a(0x98c)])??null;this[_0x399d2a(0x98f)](_0x14eb4c),this[_0x399d2a(0x98e)](_0x14eb4c);let _0x1960a7=(_0x14ecbf==null?void 0x0:_0x14ecbf['sessionMode'])===_0x399d2a(0x36f)?_0x14ecbf[_0x399d2a(0x98c)]??null:null;this['_syncPersistentSheetNotes'](_0x1960a7),this[_0x399d2a(0x39a)](_0x1960a7);}[_0x36ed40(0x98f)](_0x50d8c5){const _0x1082d9=_0x36ed40;if(!_0x50d8c5||!this[_0x1082d9(0x6ba)]['has'](p[_0x1082d9(0x6d8)]))return;let _0x7a4946=this[_0x1082d9(0x6ba)][_0x1082d9(0x335)](p['IRenderManagerService'])[_0x1082d9(0x2bf)](_0x50d8c5);(_0x7a4946==null?void 0x0:_0x7a4946[_0x1082d9(0x9e8)])===a[_0x1082d9(0x583)][_0x1082d9(0x80b)]&&_0x7a4946[_0x1082d9(0x8a7)](o['DocParagraphMenuService'])[_0x1082d9(0x7f7)](!0x0);}[_0x36ed40(0x98e)](_0x4e10ab){const _0x336283=_0x36ed40;var _0x42c57f;!_0x4e10ab||!this[_0x336283(0x6ba)][_0x336283(0x82c)](p[_0x336283(0x6d8)])||(_0x42c57f=this[_0x336283(0x6ba)][_0x336283(0x335)](p[_0x336283(0x6d8)])[_0x336283(0x2bf)](_0x4e10ab))==null||(_0x42c57f=_0x42c57f[_0x336283(0x5ce)][_0x336283(0x8c7)]())==null||_0x42c57f[_0x336283(0x4e5)]();}[_0x36ed40(0x98a)](_0x1118b4){const _0x378e0e=_0x36ed40;if(_0x1118b4!==this['_suppressedSheetNoteHostUnitId']){let _0x4e01b4=this[_0x378e0e(0x6ba)][_0x378e0e(0x82c)](b['SheetsNoteAttachmentController'])?this['_injector'][_0x378e0e(0x335)](b['SheetsNoteAttachmentController']):null;this[_0x378e0e(0xa19)]&&(_0x4e01b4==null||_0x4e01b4[_0x378e0e(0x3be)](this['_suppressedSheetNoteHostUnitId'],!0x1)),_0x1118b4&&(_0x4e01b4==null||_0x4e01b4[_0x378e0e(0x3be)](_0x1118b4,!0x0)),this[_0x378e0e(0xa19)]=_0x1118b4;}}[_0x36ed40(0x39a)](_0x3d7769){const _0x109a1f=_0x36ed40;var _0x31a85e;if(!this[_0x109a1f(0x6ba)][_0x109a1f(0x82c)](b['SheetsNotePopupService']))return;let _0x37b94a=this[_0x109a1f(0x6ba)][_0x109a1f(0x335)](b[_0x109a1f(0x37f)]),_0x54cfc2=_0x37b94a[_0x109a1f(0x4e3)];if(_0x3d7769!=null&&_0x3d7769===((_0x54cfc2==null?void 0x0:_0x54cfc2[_0x109a1f(0x8e8)])??((_0x31a85e=this['_suspendedSheetNote'])==null?void 0x0:_0x31a85e[_0x109a1f(0x8e8)]))){_0x54cfc2&&!_0x54cfc2[_0x109a1f(0x671)]&&(this[_0x109a1f(0x93f)]=_0x54cfc2),_0x37b94a[_0x109a1f(0x476)](!0x0);return;}if(!this[_0x109a1f(0x93f)])return;let _0x150275=this[_0x109a1f(0x93f)];this[_0x109a1f(0x93f)]=null,_0x54cfc2||_0x37b94a[_0x109a1f(0x46a)](_0x150275);}};ys=Z([X(0x0,(0x0,a[_0x36ed40(0x7d2)])(a[_0x36ed40(0x5cb)])),X(0x1,(0x0,a[_0x36ed40(0x7d2)])(W))],ys);let bs=class extends a[_0x36ed40(0x773)]{constructor(_0x400e42,_0x44ea8a,_0x2f0121,_0x5d0bd1,_0x3c4b4e){const _0x26d37f=_0x36ed40;super(),this[_0x26d37f(0x581)]=_0x400e42,this['_blockRegistry']=_0x44ea8a,this['_ribbonOverrideService']=_0x2f0121,this[_0x26d37f(0x6ba)]=_0x3c4b4e,z(this,'_current',null),z(this,'_currentOverride',null),this[_0x26d37f(0x86a)](_0x5d0bd1[_0x26d37f(0x494)]([c[_0x26d37f(0x62f)][_0x26d37f(0x8ec)]],this[_0x26d37f(0x581)][_0x26d37f(0x2d7)][_0x26d37f(0x5ab)]((0x0,f['map'])(_0x42fba6=>{const _0x2be48c=_0x26d37f;var _0x240e61;return _0x42fba6!=null&&((_0x240e61=this[_0x2be48c(0x243)]['get'](_0x42fba6[_0x2be48c(0x560)]))==null?void 0x0:_0x240e61[_0x2be48c(0x8f4)])===_0x2be48c(0x6ee);}),(0x0,f[_0x26d37f(0x6d7)])()))),this[_0x26d37f(0x86a)]((0x0,a['toDisposable'])(this[_0x26d37f(0x581)][_0x26d37f(0x2d7)][_0x26d37f(0x260)](_0x38e40d=>{const _0x44035e=_0x26d37f;var _0x2f638c,_0x1c6bb0;if(!_0x38e40d){this['_current']?(this[_0x44035e(0x5d6)][_0x44035e(0x5df)](),this[_0x44035e(0x5d6)]=null):this[_0x44035e(0x35c)][_0x44035e(0x465)](),this[_0x44035e(0x59c)]=null;return;}if(xs(this[_0x44035e(0x59c)],_0x38e40d))return;let _0x49ca22=this[_0x44035e(0x243)][_0x44035e(0x335)](_0x38e40d['childType']),_0x47c10a=_0x49ca22==null||(_0x2f638c=_0x49ca22[_0x44035e(0x8fe)])==null?void 0x0:_0x2f638c[_0x44035e(0x4f6)](_0x49ca22,{'childType':_0x38e40d[_0x44035e(0x560)],'childUnitId':_0x38e40d[_0x44035e(0x397)],'injector':this[_0x44035e(0x6ba)],'embedId':_0x38e40d['embedId'],'hostUnitId':_0x38e40d[_0x44035e(0x98c)],'entry':_0x38e40d[_0x44035e(0x89c)]});if(!_0x47c10a){var _0x55ebb3;(_0x55ebb3=this[_0x44035e(0x5d6)])==null||_0x55ebb3[_0x44035e(0x5df)](),this[_0x44035e(0x5d6)]=null,this[_0x44035e(0x59c)]=null,this[_0x44035e(0x35c)][_0x44035e(0x465)]();return;}this[_0x44035e(0x35c)]['activate']({'id':_0x38e40d[_0x44035e(0x467)],'ribbonService':_0x47c10a[_0x44035e(0x7d3)],'injector':_0x47c10a['injector'],'portalContainer':_0x47c10a[_0x44035e(0x84f)]??_0x38e40d[_0x44035e(0x84f)],'placeholderTitle':_0x47c10a[_0x44035e(0x73e)],'hideToolbar':_0x47c10a['hideToolbar']}),(_0x1c6bb0=this[_0x44035e(0x5d6)])==null||_0x1c6bb0[_0x44035e(0x5df)](),this[_0x44035e(0x5d6)]=null,this[_0x44035e(0x59c)]=null;let _0x5e16d2=this[_0x44035e(0x448)](_0x38e40d);this[_0x44035e(0x59c)]=_0x38e40d,this[_0x44035e(0x5d6)]=(0x0,a[_0x44035e(0x63c)])(()=>{const _0x311027=_0x44035e;var _0x1f2e8b;_0x5e16d2==null||_0x5e16d2[_0x311027(0x5df)](),this[_0x311027(0x35c)]['clear'](_0x38e40d[_0x311027(0x467)]),(_0x1f2e8b=_0x47c10a[_0x311027(0x5ed)])==null||_0x1f2e8b['dispose'](),this['_currentOverride']=null;});})));}[_0x36ed40(0x448)](_0x5d732f){const _0x111af7=_0x36ed40;var _0xea319d;let _0x3252c1=((_0xea319d=_0x5d732f[_0x111af7(0x84f)])==null?void 0x0:_0xea319d[_0x111af7(0x76e)])??(typeof document>'u'?void 0x0:document),_0x1ce70f=_0x3252c1==null?void 0x0:_0x3252c1[_0x111af7(0x334)](_0x111af7(0x81f));if(!_0x1ce70f)return;let _0x4d2260=[];return this[_0x111af7(0x6ba)]['has'](q)&&_0x4d2260[_0x111af7(0x5b5)](this[_0x111af7(0x6ba)][_0x111af7(0x335)](q)[_0x111af7(0x97b)](_0x5d732f[_0x111af7(0x467)],_0x1ce70f,_0x5d732f[_0x111af7(0x397)])),this[_0x111af7(0x6ba)]['has'](W)&&_0x4d2260[_0x111af7(0x5b5)](this[_0x111af7(0x6ba)][_0x111af7(0x335)](W)[_0x111af7(0x9e4)]({'embedId':_0x5d732f[_0x111af7(0x467)],'role':_0x111af7(0x64f),'element':_0x1ce70f})),_0x4d2260[_0x111af7(0x248)]?(0x0,a[_0x111af7(0x63c)])(()=>[..._0x4d2260][_0x111af7(0x3ea)]()['forEach'](_0x83419c=>_0x83419c[_0x111af7(0x5df)]())):void 0x0;}[_0x36ed40(0x5df)](){const _0x136917=_0x36ed40;var _0x6d74b8;(_0x6d74b8=this[_0x136917(0x5d6)])==null||_0x6d74b8['dispose'](),this['_current']=null,this[_0x136917(0x59c)]=null,super['dispose']();}};bs=Z([X(0x0,(0x0,a[_0x36ed40(0x7d2)])(de)),X(0x1,(0x0,a[_0x36ed40(0x7d2)])(B)),X(0x2,(0x0,a['Inject'])(c[_0x36ed40(0x665)])),X(0x3,(0x0,a[_0x36ed40(0x7d2)])(c[_0x36ed40(0x420)])),X(0x4,(0x0,a[_0x36ed40(0x7d2)])(a[_0x36ed40(0x5cb)]))],bs);function xs(_0x5c6fb4,_0x3e52b1){const _0x39e833=_0x36ed40;return _0x5c6fb4!=null&&_0x5c6fb4[_0x39e833(0x98c)]===_0x3e52b1['hostUnitId']&&_0x5c6fb4[_0x39e833(0x467)]===_0x3e52b1[_0x39e833(0x467)]&&_0x5c6fb4['childUnitId']===_0x3e52b1[_0x39e833(0x397)]&&_0x5c6fb4[_0x39e833(0x560)]===_0x3e52b1['childType']&&_0x5c6fb4['entry']===_0x3e52b1['entry']&&_0x5c6fb4[_0x39e833(0x96a)]===_0x3e52b1[_0x39e833(0x96a)]&&_0x5c6fb4[_0x39e833(0x84f)]===_0x3e52b1[_0x39e833(0x84f)]&&_0x5c6fb4[_0x39e833(0x33e)]===_0x3e52b1[_0x39e833(0x33e)]&&_0x5c6fb4[_0x39e833(0x681)]===_0x3e52b1[_0x39e833(0x681)];}let Ss=class extends a[_0x36ed40(0x773)]{constructor(_0x4a9933,_0x11fd42,_0x228363){const _0x271074=_0x36ed40;super(),this[_0x271074(0x4d0)]=_0x4a9933,this['_embedModelService']=_0x11fd42,this[_0x271074(0x27b)]=_0x228363,z(this,_0x271074(0x485),[]);let _0x4a91b0=this[_0x271074(0x27b)][_0x271074(0x3d2)]()[_0x271074(0x260)](_0x14e6a4=>{this['_dialogs']=_0x14e6a4;});this['disposeWithMe']((0x0,a['toDisposable'])(()=>_0x4a91b0[_0x271074(0x6cf)]())),this[_0x271074(0x86a)](this[_0x271074(0x4d0)][_0x271074(0x9f3)](_0x387116=>{const _0x5b8a75=_0x271074;var _0x305e34;if(_0x387116['id']!==t[_0x5b8a75(0x28b)]['id'])return;let _0x5b71bf=_0x387116['params'];if(typeof(_0x5b71bf==null?void 0x0:_0x5b71bf[_0x5b8a75(0x467)])!=_0x5b8a75(0x3df)||typeof _0x5b71bf[_0x5b8a75(0x8e8)]!=_0x5b8a75(0x3df))return;let _0x65e35d=(_0x305e34=this[_0x5b8a75(0x49a)][_0x5b8a75(0x7aa)](_0x5b71bf['unitId'],_0x5b71bf[_0x5b8a75(0x467)]))==null?void 0x0:_0x305e34['childUnitId'];_0x65e35d&&this[_0x5b8a75(0x485)][_0x5b8a75(0x5f4)](_0x1676cc=>{const _0x36321f=_0x5b8a75;Cs(_0x1676cc)===_0x65e35d&&this[_0x36321f(0x27b)][_0x36321f(0x91c)](_0x1676cc['id']);});}));}[_0x36ed40(0x5df)](){const _0xd299f9=_0x36ed40;super[_0xd299f9(0x5df)](),this[_0xd299f9(0x485)]=[];}};Ss=Z([X(0x0,a[_0x36ed40(0x8cd)]),X(0x1,(0x0,a['Inject'])(t[_0x36ed40(0x875)])),X(0x2,(0x0,a['Inject'])(c[_0x36ed40(0x7c3)]))],Ss);function Cs(_0x3c2c7d){const _0x5f3f66=_0x36ed40;var _0xc7a48e,_0x2093d3;let _0x19429d=(_0xc7a48e=_0x3c2c7d[_0x5f3f66(0x5e2)])==null?void 0x0:_0xc7a48e[_0x5f3f66(0x984)];if(!_0x19429d||typeof _0x19429d==_0x5f3f66(0x3df))return;let _0x94e484=(_0x2093d3=_0x19429d[_0x5f3f66(0x466)])==null?void 0x0:_0x2093d3[_0x5f3f66(0x8e8)];return typeof _0x94e484==_0x5f3f66(0x3df)?_0x94e484:void 0x0;}let ws=class extends a[_0x36ed40(0x773)]{constructor(_0x3017f9,_0xbe3af9,_0x20d5af,_0x1a1209,_0x452aca,_0x1b1dc5){const _0x430a27=_0x36ed40;super(),this[_0x430a27(0x8b2)]=_0x3017f9,this[_0x430a27(0x320)]=_0xbe3af9,this[_0x430a27(0x6ba)]=_0x20d5af,this['_univerInstanceService']=_0x1a1209,this[_0x430a27(0x3f5)]=_0x452aca,this['_boardPrintCompositionService']=_0x1b1dc5,z(this,_0x430a27(0x84c),!0x1),z(this,_0x430a27(0x93c),!0x1),z(this,_0x430a27(0x31e),new Map()),this[_0x430a27(0x81d)](),this[_0x430a27(0x6f8)](),this[_0x430a27(0x929)]();}async[_0x36ed40(0x843)](_0x471403){const _0x44eb16=_0x36ed40;if(_0x471403[_0x44eb16(0x489)]===a['UniverInstanceType'][_0x44eb16(0x80b)]?(this['_registerDocPrinting'](),this[_0x44eb16(0x31e)]['delete'](_0x471403[_0x44eb16(0x8e8)])):_0x471403[_0x44eb16(0x489)]===a[_0x44eb16(0x583)][_0x44eb16(0x36c)]&&this[_0x44eb16(0x8eb)](),await this[_0x44eb16(0x8b2)]['prepare'](_0x471403),_0x471403['unitType']===a[_0x44eb16(0x583)]['UNIVER_DOC']){let _0x5c2411=this[_0x44eb16(0x65c)][_0x44eb16(0x77d)](_0x471403[_0x44eb16(0x8e8)],a[_0x44eb16(0x583)][_0x44eb16(0x80b)]),_0x1dc808=_0x5c2411==null?void 0x0:_0x5c2411['getSnapshot']();if(_0x5c2411&&_0x1dc808){let _0x23b286=_0x5c2411['getDocumentStyle']()[_0x44eb16(0x2fd)]===a['DocumentFlavor'][_0x44eb16(0x629)],_0xedfe25=_0x23b286?void 0x0:this['_resolveDocPageMetrics'](_0x471403['unitId']),_0x19ec84=js(_0x1dc808,_0x471403[_0x44eb16(0x8e8)],this[_0x44eb16(0x8b2)],_0xedfe25,_0x23b286||!!_0xedfe25,_0x23b286);this['_docPrintLayouts'][_0x44eb16(0x436)](_0x471403[_0x44eb16(0x8e8)],_0x19ec84),_0x471403['contentHeight']=Math[_0x44eb16(0x792)](_0x471403[_0x44eb16(0x728)]??0x0,_0x19ec84[_0x44eb16(0x728)]),_0x23b286&&(_0x471403[_0x44eb16(0x86b)]=(_0x471403[_0x44eb16(0x86b)]??0x0)+_0x19ec84['contentHeightAdjustment']),_0x23b286&&_0x19ec84['pageBreakRanges']['length']&&(_0x471403[_0x44eb16(0x9bb)]??=[])['push'](..._0x19ec84[_0x44eb16(0x9bb)]);}}}[_0x36ed40(0x81d)](){const _0x100b92=_0x36ed40;this[_0x100b92(0x86a)](this['_printPreparationService']['registerContribution'](this));}[_0x36ed40(0x28d)](_0x1fe6bb){const _0x1835ad=_0x36ed40;var _0x58dfc5,_0x2e1761;let _0x5f505d=this[_0x1835ad(0x6ba)][_0x1835ad(0x335)](p[_0x1835ad(0x6d8)])['getRenderUnitById'](_0x1fe6bb),_0x402d59=_0x5f505d==null||(_0x58dfc5=_0x5f505d[_0x1835ad(0x8a7)](h['DocSkeletonManagerService'])[_0x1835ad(0x4f4)]()[_0x1835ad(0x6d2)]())==null?void 0x0:_0x58dfc5[_0x1835ad(0x9e0)][0x0],_0x1609a5=(_0x2e1761=this[_0x1835ad(0x65c)][_0x1835ad(0x77d)](_0x1fe6bb,a[_0x1835ad(0x583)][_0x1835ad(0x80b)]))==null||(_0x2e1761=_0x2e1761['getDocumentStyle']()[_0x1835ad(0x5d2)])==null?void 0x0:_0x2e1761[_0x1835ad(0x2af)],_0x3b9bf0=_0x5f505d==null?void 0x0:_0x5f505d['mainComponent'];if(!(_0x3b9bf0 instanceof p[_0x1835ad(0x365)]))return;let _0x1e0d92=_0x3b9bf0[_0x1835ad(0x5f8)]()[_0x1835ad(0x62e)]??0x0,_0x10c0c6=_0x402d59&&Bs(_0x402d59['pageHeight'])?_0x402d59['pageHeight']:_0x1609a5;return Bs(_0x10c0c6)?{'firstTop':_0x1e0d92,'pageStride':_0x10c0c6+_0x1e0d92}:void 0x0;}['_registerDocPrinting'](){const _0x4d4cf3=_0x36ed40;if(this[_0x4d4cf3(0x84c)])return;let _0xc9a97a=this[_0x4d4cf3(0x6ba)][_0x4d4cf3(0x335)](o['DocPrintInterceptorService']);_0xc9a97a[_0x4d4cf3(0x668)](h[_0x4d4cf3(0x272)],Xo),this[_0x4d4cf3(0x86a)](_0xc9a97a['interceptor'][_0x4d4cf3(0x74b)](_0xc9a97a[_0x4d4cf3(0x261)][_0x4d4cf3(0x3f6)]()[_0x4d4cf3(0x714)],{'handler':(_0x19c8eb,_0x32fa10,_0x385e05)=>{const _0x5a57b7=_0x4d4cf3;var _0x2811f5;if(!_0x19c8eb)return _0x385e05(_0x19c8eb);let _0x22561a=_0x385e05(_0x19c8eb),_0x311534=(_0x2811f5=this[_0x5a57b7(0x65c)][_0x5a57b7(0x77d)](_0x32fa10[_0x5a57b7(0x8e8)],a[_0x5a57b7(0x583)][_0x5a57b7(0x80b)]))==null?void 0x0:_0x2811f5[_0x5a57b7(0x85e)]();return _0x311534&&Ds(_0x32fa10[_0x5a57b7(0x6d9)][_0x5a57b7(0x62c)]??_0x32fa10['root'],_0x311534,_0x32fa10['unitId'],_0x32fa10[_0x5a57b7(0x5fd)],_0x32fa10[_0x5a57b7(0x396)],this[_0x5a57b7(0x8b2)],_0x19c8eb,this[_0x5a57b7(0x31e)][_0x5a57b7(0x335)](_0x32fa10[_0x5a57b7(0x8e8)])),_0x22561a;}})),this[_0x4d4cf3(0x84c)]=!0x0;}[_0x36ed40(0x8eb)](){const _0x1ab64d=_0x36ed40;if(this[_0x1ab64d(0x93c)])return;let _0x5e226d=this['_injector']['get'](s['SheetPrintInterceptorService']);_0x5e226d['registerPrintComponent'](t[_0x1ab64d(0x2f6)],Yo),this[_0x1ab64d(0x86a)](_0x5e226d[_0x1ab64d(0x261)][_0x1ab64d(0x74b)](_0x5e226d[_0x1ab64d(0x261)][_0x1ab64d(0x3f6)]()[_0x1ab64d(0x227)],{'handler':(_0x31b89f,_0x4c4b7c,_0x164fbc)=>_0x164fbc(this[_0x1ab64d(0x2ea)](_0x4c4b7c['unitId'],_0x4c4b7c[_0x1ab64d(0x309)])?{'startRow':0x0,'endRow':0x0,'startColumn':0x0,'endColumn':0x0}:_0x31b89f)})),this[_0x1ab64d(0x86a)](_0x5e226d['interceptor'][_0x1ab64d(0x74b)](_0x5e226d[_0x1ab64d(0x261)][_0x1ab64d(0x3f6)]()['PRINTING_DOM_COLLECT'],{'handler':(_0x5b04d7,_0x481afb,_0x274476)=>{const _0x25c7c1=_0x1ab64d;if(!_0x5b04d7)return _0x274476(_0x5b04d7);let _0x36dfcc=this[_0x25c7c1(0x2ea)](_0x481afb['unitId'],_0x481afb[_0x25c7c1(0x309)])??(0x0,t['getEmbedSheetsTabCustomData'])(_0x481afb[_0x25c7c1(0x271)][_0x25c7c1(0x85e)]()),_0x1f88d0=_0x36dfcc&&this[_0x25c7c1(0x8b2)][_0x25c7c1(0x55c)](_0x481afb['unitId'],_0x36dfcc[_0x25c7c1(0x467)]);if(!(_0x1f88d0!=null&&_0x1f88d0[_0x25c7c1(0x30c)]))return _0x274476(_0x5b04d7);let _0x27c259=Vs(_0x481afb[_0x25c7c1(0x6d9)],_0x1f88d0[_0x25c7c1(0x30c)],_0x5b04d7,{'height':_0x481afb[_0x25c7c1(0x772)][_0x25c7c1(0x78a)]()[_0x25c7c1(0x95a)](),'offsetX':_0x481afb[_0x25c7c1(0x5fd)][_0x25c7c1(0x414)],'offsetY':_0x481afb['offset'][_0x25c7c1(0x57e)],'width':_0x481afb[_0x25c7c1(0x772)]['getCanvas']()['getWidth']()});return _0x27c259[_0x25c7c1(0x7be)]||_0x481afb[_0x25c7c1(0x4a5)][_0x25c7c1(0x258)](Hs(_0x27c259)),_0x274476(_0x5b04d7);}})),this['_sheetPrintRegistered']=!0x0;}[_0x36ed40(0x2ea)](_0x211c4b,_0x477fa2){const _0x51f9c0=_0x36ed40;var _0x339100;let _0x437646=(_0x339100=this['_univerInstanceService'][_0x51f9c0(0x77d)](_0x211c4b,a['UniverInstanceType'][_0x51f9c0(0x36c)]))==null?void 0x0:_0x339100['getSheetBySheetId'](_0x477fa2);return _0x437646&&(0x0,t[_0x51f9c0(0x97a)])(_0x437646['getSnapshot']());}[_0x36ed40(0x6f8)](){const _0xd06107=_0x36ed40;this[_0xd06107(0x86a)](this[_0xd06107(0x3f5)][_0xd06107(0x2d1)]((_0x40759b,_0x10e0d6)=>Us(_0x40759b,_0x10e0d6,this['_embedPrintService'])));}[_0x36ed40(0x929)](){const _0xfc430a=_0x36ed40;this[_0xfc430a(0x86a)](this[_0xfc430a(0x6ca)]['register']((_0x5950ed,_0x201978)=>Ts(_0x5950ed,_0x201978,this['_embedPrintService'])));}[_0x36ed40(0x5df)](){const _0x121e33=_0x36ed40;this[_0x121e33(0x31e)][_0x121e33(0x465)](),super[_0x121e33(0x5df)]();}};ws=Z([X(0x0,(0x0,a['Inject'])(To)),X(0x1,r[_0x36ed40(0x9b6)]),X(0x2,(0x0,a['Inject'])(a[_0x36ed40(0x5cb)])),X(0x3,a['IUniverInstanceService']),X(0x4,(0x0,a[_0x36ed40(0x7d2)])(i[_0x36ed40(0x6d1)])),X(0x5,(0x0,a['Inject'])(e[_0x36ed40(0x493)]))],ws);function Ts(_0x3617c1,_0x43c2d9,_0x2bce77){const _0x811029=_0x36ed40;let _0x3bd163={..._0x3617c1[_0x811029(0x5af)]};return _0x3617c1[_0x811029(0x85c)][_0x811029(0x5f4)](_0xc4598d=>{const _0xa16f2=_0x811029;let _0x4a9ba9=_0x3bd163[_0xc4598d],_0x5b2b41=_0x4a9ba9==null?void 0x0:_0x4a9ba9[_0xa16f2(0x51e)];if(!_0x4a9ba9||!(0x0,x['isEmbedBoardsFloatingElement'])(_0x5b2b41)||_0x5b2b41[_0xa16f2(0x615)]===!0x1)return;let _0x27de49=(0x0,x[_0xa16f2(0x6f5)])(_0x5b2b41),_0x41dfe7=_0x27de49&&_0x2bce77['getResource'](_0x43c2d9[_0xa16f2(0x8a6)][_0xa16f2(0x8d6)](),_0x27de49['embedId']);_0x41dfe7!=null&&_0x41dfe7[_0xa16f2(0x30c)]&&(_0x3bd163[_0xc4598d]={..._0x4a9ba9,'element':Es(_0x5b2b41,_0x41dfe7['source'])});}),{'data':_0x3bd163,'order':_0x3617c1['order']};}function Es(_0x38e54f,_0x2c38f0){const _0x38f713=_0x36ed40;return{'id':_0x38e54f['id'],'type':x['BoardElementType'][_0x38f713(0x484)],'transform':_0x38e54f['transform'],'source':_0x2c38f0,'imageSourceType':a[_0x38f713(0x640)]['URL'],'parentId':_0x38e54f[_0x38f713(0x536)],'laneId':_0x38e54f[_0x38f713(0x6fa)],'role':_0x38e54f[_0x38f713(0x2ac)],'managedBy':_0x38e54f[_0x38f713(0x2fa)],'name':_0x38e54f[_0x38f713(0x50e)],'description':_0x38e54f[_0x38f713(0x947)],'visible':_0x38e54f[_0x38f713(0x615)],'selectable':_0x38e54f['selectable'],'locked':_0x38e54f[_0x38f713(0x238)],'custom':_0x38e54f[_0x38f713(0x502)]};}function Ds(_0x29c331,_0xbb79f0,_0x1900da,_0x2a0cb2,_0x407fe2,_0x311083,_0x213670,_0x144d2f){const _0x5e6c75=_0x36ed40;var _0x220163;(_0x220163=_0xbb79f0[_0x5e6c75(0x653)])==null||_0x220163['forEach'](_0x428d60=>{const _0x4b2932=_0x5e6c75;var _0x1aca6e;let _0x5dbdb8=(_0x1aca6e=_0xbb79f0[_0x4b2932(0x532)])==null?void 0x0:_0x1aca6e[_0x428d60];if(!_0x5dbdb8)return;let _0x55f098=Pi(_0x4b2932(0x5af)in _0x5dbdb8?_0x5dbdb8[_0x4b2932(0x5af)]:void 0x0),_0x51645b=_0x55f098&&_0x311083[_0x4b2932(0x55c)](_0x55f098[_0x4b2932(0x98c)]??_0x1900da,_0x55f098[_0x4b2932(0x467)]),_0x5dc317=_0x144d2f==null?void 0x0:_0x144d2f['drawings'][_0x4b2932(0x335)](_0x428d60);if(_0x51645b!=null&&_0x51645b[_0x4b2932(0x48a)]){var _0x84d0d1;let _0x2fd1f3=Ns(_0x5dbdb8),_0x40ea1b=_0x5dc317!=null&&(_0x84d0d1=_0x5dc317[_0x4b2932(0x933)])!=null&&_0x84d0d1[_0x4b2932(0x248)]?_0x5dc317['segments']:Os(_0x51645b,_0x5dc317,_0x2fd1f3);if(ks(_0x29c331,_0x2fd1f3[_0x4b2932(0x2f5)],_0x2fd1f3['width'],_0x51645b,_0x40ea1b,_0x2a0cb2,_0x407fe2,_0x213670),_0x40ea1b[_0x4b2932(0x248)])return;}let _0x4ec1cb=As(_0x5dbdb8,_0x428d60,_0x1900da,_0x311083,_0x144d2f);if(!_0x4ec1cb)return;let {height:_0xa9b66a,left:_0x1bb5e2,source:_0x44f602,top:_0x3a8062,width:_0x886d39}=_0x4ec1cb;if(_0x1bb5e2+_0x886d39<_0x407fe2[_0x4b2932(0x2f5)]||_0x1bb5e2>_0x407fe2['right']||_0x3a8062+_0xa9b66a<_0x407fe2['top']||_0x3a8062>_0x407fe2[_0x4b2932(0x611)])return;let _0xcdaf9a=document[_0x4b2932(0x349)](_0x4b2932(0x5d5));_0xcdaf9a[_0x4b2932(0x4b4)]='',_0xcdaf9a[_0x4b2932(0x589)]=_0x44f602,_0xcdaf9a['style']['position']='absolute',_0xcdaf9a[_0x4b2932(0x691)][_0x4b2932(0x2f5)]=_0x1bb5e2-_0x2a0cb2['x']+'px',_0xcdaf9a['style']['top']=_0x3a8062-_0x2a0cb2['y']+'px',_0xcdaf9a[_0x4b2932(0x691)]['width']=_0x886d39+'px',_0xcdaf9a[_0x4b2932(0x691)][_0x4b2932(0x2af)]=_0xa9b66a+'px',_0xcdaf9a['style'][_0x4b2932(0x3ae)]=_0x4b2932(0x5a3),_0xcdaf9a['style'][_0x4b2932(0x280)]=_0x4b2932(0x672),_0xcdaf9a['style']['display']='block',_0xcdaf9a[_0x4b2932(0x691)][_0x4b2932(0x68a)]='11',_0x29c331[_0x4b2932(0x413)](_0xcdaf9a),_0x213670[_0x4b2932(0x258)]((0x0,a['toDisposable'])(()=>_0xcdaf9a[_0x4b2932(0x42e)]()));});}function Os(_0x3b82d5,_0x2af931,_0x382353){const _0x207970=_0x36ed40;if(!_0x3b82d5[_0x207970(0x48a)]||!zs(_0x382353[_0x207970(0xa16)])||!Bs(_0x382353[_0x207970(0x76f)]))return[];let _0xddc507=(_0x2af931==null?void 0x0:_0x2af931[_0x207970(0xa16)])??_0x382353[_0x207970(0xa16)],_0x39d905=(_0x2af931==null?void 0x0:_0x2af931[_0x207970(0x2af)])??(Bs(_0x3b82d5[_0x207970(0x76f)])?_0x382353[_0x207970(0x76f)]*_0x3b82d5['height']/_0x3b82d5[_0x207970(0x76f)]:_0x382353['height']);return zs(_0xddc507)&&Bs(_0x39d905)?[{'height':_0x39d905,'sourceHeight':_0x3b82d5[_0x207970(0x48a)]['height'],'sourceTop':0x0,'top':_0xddc507}]:[];}function ks(_0x1c059c,_0x4ca235,_0x57997e,_0x26c5d5,_0x41f8fd,_0x35c17e,_0x305326,_0x3a8406){const _0x50e506=_0x36ed40;let _0x468801=_0x26c5d5[_0x50e506(0x48a)];!_0x468801||!zs(_0x4ca235)||!Bs(_0x57997e)||!Bs(_0x26c5d5[_0x50e506(0x76f)])||_0x41f8fd[_0x50e506(0x5f4)](_0x22912b=>{const _0x4271fa=_0x50e506;var _0x4d2c17;if(_0x4ca235+_0x57997e<_0x305326['left']||_0x4ca235>_0x305326[_0x4271fa(0x43d)]||_0x22912b['top']+_0x22912b[_0x4271fa(0x2af)]<=_0x305326['top']||_0x22912b['top']>=_0x305326[_0x4271fa(0x611)])return;let _0x3b1cb3=document['createElement'](_0x4271fa(0x48a));_0x3b1cb3['width']=_0x468801[_0x4271fa(0x76f)],_0x3b1cb3[_0x4271fa(0x2af)]=Math['max'](0x1,Math[_0x4271fa(0x95c)](_0x22912b['sourceHeight'])),(_0x4d2c17=_0x3b1cb3['getContext']('2d'))==null||_0x4d2c17[_0x4271fa(0x921)](_0x468801,0x0,_0x22912b[_0x4271fa(0x913)],_0x468801[_0x4271fa(0x76f)],_0x22912b[_0x4271fa(0x825)],0x0,0x0,_0x3b1cb3[_0x4271fa(0x76f)],_0x3b1cb3[_0x4271fa(0x2af)]),_0x3b1cb3[_0x4271fa(0x691)][_0x4271fa(0x251)]=_0x4271fa(0x753),_0x3b1cb3['style']['left']=_0x4ca235-_0x35c17e['x']+'px',_0x3b1cb3[_0x4271fa(0x691)]['top']=_0x22912b[_0x4271fa(0xa16)]-_0x35c17e['y']+'px',_0x3b1cb3[_0x4271fa(0x691)]['width']=_0x57997e+'px',_0x3b1cb3[_0x4271fa(0x691)]['height']=_0x22912b['height']+'px',_0x3b1cb3[_0x4271fa(0x691)]['display']=_0x4271fa(0x277),_0x3b1cb3[_0x4271fa(0x691)][_0x4271fa(0x68a)]='11',_0x1c059c[_0x4271fa(0x413)](_0x3b1cb3),_0x3a8406[_0x4271fa(0x258)]((0x0,a[_0x4271fa(0x63c)])(()=>_0x3b1cb3[_0x4271fa(0x42e)]()));});}function As(_0x556f3b,_0x175fdb,_0x4f038c,_0x58cb38,_0x1d03a1){const _0x1ee09a=_0x36ed40;var _0x27c2c9,_0x14c703;let _0x4e2220=Pi(_0x1ee09a(0x5af)in _0x556f3b?_0x556f3b[_0x1ee09a(0x5af)]:void 0x0),_0x529c36=Ns(_0x556f3b),_0x47840e=_0x4e2220&&_0x58cb38[_0x1ee09a(0x91f)](_0x4e2220[_0x1ee09a(0x98c)]??_0x4f038c,_0x4e2220[_0x1ee09a(0x467)]),_0x404aba=_0x529c36==null?void 0x0:_0x529c36['left'],_0x545098=(_0x1d03a1==null||(_0x27c2c9=_0x1d03a1[_0x1ee09a(0x532)][_0x1ee09a(0x335)](_0x175fdb))==null?void 0x0:_0x27c2c9[_0x1ee09a(0xa16)])??(_0x529c36==null?void 0x0:_0x529c36[_0x1ee09a(0xa16)]),_0x385dd8=_0x529c36==null?void 0x0:_0x529c36[_0x1ee09a(0x76f)];if(!_0x47840e||!zs(_0x404aba)||!zs(_0x545098)||!Bs(_0x385dd8))return;let _0x14cfbe=_0x556f3b['docTransform'][_0x1ee09a(0x2e6)][_0x1ee09a(0x76f)],_0x5e60bc=_0x556f3b[_0x1ee09a(0x3bb)][_0x1ee09a(0x2e6)][_0x1ee09a(0x2af)];return{'height':(_0x1d03a1==null||(_0x14c703=_0x1d03a1[_0x1ee09a(0x532)]['get'](_0x175fdb))==null?void 0x0:_0x14c703['height'])??Is(_0x4e2220['childType'],_0x529c36==null?void 0x0:_0x529c36['height'],_0x14cfbe,_0x5e60bc,_0x385dd8),'left':_0x404aba,'source':_0x47840e,'top':_0x545098,'width':_0x385dd8};}function js(_0x14d562,_0x3f5545,_0x4deff6,_0xb3d256,_0x5d169d=!!_0xb3d256,_0x340560=!0x1){const _0x414550=_0x36ed40;let _0x107090=(_0x14d562['drawingsOrder']??[])[_0x414550(0x789)](_0x4cbea8=>{const _0x158baa=_0x414550;var _0x3fd9eb;return{'drawingId':_0x4cbea8,'drawing':(_0x3fd9eb=_0x14d562[_0x158baa(0x532)])==null?void 0x0:_0x3fd9eb[_0x4cbea8]};})['filter'](({drawing:_0x7c4a76})=>{const _0x474909=_0x414550;let _0x232748=_0x7c4a76&&Pi(_0x474909(0x5af)in _0x7c4a76?_0x7c4a76['data']:void 0x0);return!!_0x7c4a76&&!!_0x232748&&(!!_0x4deff6[_0x474909(0x55c)](_0x232748[_0x474909(0x98c)]??_0x3f5545,_0x232748[_0x474909(0x467)])||!!_0x4deff6[_0x474909(0x91f)](_0x232748[_0x474909(0x98c)]??_0x3f5545,_0x232748['embedId']));})[_0x414550(0x985)]((_0x1c0d1d,_0x452f7c)=>{const _0x40f36e=_0x414550;var _0x281b9c,_0x443b5f;return(_0x1c0d1d['drawing']?((_0x281b9c=Ns(_0x1c0d1d['drawing']))==null?void 0x0:_0x281b9c[_0x40f36e(0xa16)])??0x0:0x0)-(_0x452f7c[_0x40f36e(0x741)]?((_0x443b5f=Ns(_0x452f7c['drawing']))==null?void 0x0:_0x443b5f['top'])??0x0:0x0);}),_0xd46300=new Map(),_0x100cce=[],_0x3d4b26=new Set(_0x107090['map'](({drawingId:_0x255b7d})=>_0x255b7d)),_0x29537d=_0x107090[_0x414550(0x1f2)](({drawing:_0x4c89d3})=>{const _0x2e1c51=_0x414550;let _0x25ee49=_0x4c89d3&&Pi(_0x2e1c51(0x5af)in _0x4c89d3?_0x4c89d3[_0x2e1c51(0x5af)]:void 0x0);return _0x25ee49&&Rs(_0x25ee49[_0x2e1c51(0x560)]);}),_0x517fb1=_0x29537d==null?void 0x0:_0x29537d[_0x414550(0x741)],_0x530efb=_0x517fb1&&Ns(_0x517fb1)[_0x414550(0xa16)],_0x2f0741=(_0x14d562[_0x414550(0x653)]??[])[_0x414550(0x980)](_0xca876=>{const _0x20481c=_0x414550;var _0x4b9807;let _0x31505e=(_0x4b9807=_0x14d562[_0x20481c(0x532)])==null?void 0x0:_0x4b9807[_0xca876];if(!_0x31505e||_0x3d4b26[_0x20481c(0x82c)](_0xca876))return!0x1;let _0x5363ae=Ns(_0x31505e)[_0x20481c(0xa16)];return!zs(_0x530efb)||!zs(_0x5363ae)||_0x5363ae>=_0x530efb;}),_0x4b261a=!_0x29537d||Ms(_0x14d562,_0x29537d['drawingId']),_0x24332b=_0x340560&&!_0x2f0741&&!_0x4b261a,_0x309080=0x0,_0x54c21c=0x0;return _0x107090[_0x414550(0x5f4)](({drawingId:_0x1f8189,drawing:_0x16603c},_0x33636d)=>{const _0x55d732=_0x414550;var _0x5d0c4b;if(!_0x16603c)return;let _0x49bb05=Pi('data'in _0x16603c?_0x16603c[_0x55d732(0x5af)]:void 0x0),_0x4e62a8=Ns(_0x16603c),_0x26bfbf=_0x4e62a8==null?void 0x0:_0x4e62a8['top'],_0x5b3c85=_0x4e62a8==null?void 0x0:_0x4e62a8['width'],_0x56f146=_0x16603c[_0x55d732(0x3bb)]['size'][_0x55d732(0x76f)],_0x312335=_0x16603c['docTransform'][_0x55d732(0x2e6)][_0x55d732(0x2af)];if(!_0x49bb05||!zs(_0x26bfbf)||!Bs(_0x5b3c85))return;let _0x1b8a5c=Bs(_0x4e62a8==null?void 0x0:_0x4e62a8['height'])?_0x4e62a8[_0x55d732(0x2af)]:Ls(_0x56f146,_0x312335,_0x5b3c85),_0xbcc4d7=_0x4deff6[_0x55d732(0x55c)](_0x49bb05[_0x55d732(0x98c)]??_0x3f5545,_0x49bb05[_0x55d732(0x467)]),_0xa61082=_0xbcc4d7&&Bs(_0xbcc4d7[_0x55d732(0x76f)])?_0x5b3c85*_0xbcc4d7['height']/_0xbcc4d7['width']:Is(_0x49bb05[_0x55d732(0x560)],_0x4e62a8==null?void 0x0:_0x4e62a8[_0x55d732(0x2af)],_0x56f146,_0x312335,_0x5b3c85),_0x18bfbc=_0x26bfbf+_0x309080,_0x4d7493=_0xbcc4d7&&Bs(_0xbcc4d7[_0x55d732(0x76f)])?_0x5b3c85/_0xbcc4d7[_0x55d732(0x76f)]:0x1,_0x405ef4=_0x5d169d&&_0xbcc4d7!=null&&_0xbcc4d7[_0x55d732(0x48a)]&&(_0x5d0c4b=_0xbcc4d7[_0x55d732(0x912)])!=null&&_0x5d0c4b[_0x55d732(0x248)]?Ps(_0xbcc4d7,_0x18bfbc,_0x4d7493,_0xb3d256):void 0x0,_0x5cf20f=_0x405ef4!=null&&_0x405ef4['length']?_0x405ef4[_0x405ef4[_0x55d732(0x248)]-0x1][_0x55d732(0xa16)]+_0x405ef4[_0x405ef4['length']-0x1]['height']-_0x18bfbc:_0xa61082;if(_0xd46300[_0x55d732(0x436)](_0x1f8189,{'height':_0x5cf20f,'segments':_0x405ef4,'top':_0x18bfbc}),_0x405ef4!=null&&_0x405ef4[_0x55d732(0x248)]?_0x100cce[_0x55d732(0x5b5)](..._0x405ef4[_0x55d732(0x789)](_0x4845e4=>({'bottom':_0x4845e4[_0x55d732(0xa16)]+_0x4845e4[_0x55d732(0x2af)],'sourceId':_0x1f8189,'top':_0x4845e4[_0x55d732(0xa16)]}))):_0x5d169d&&_0x5cf20f>0x0&&_0x100cce['push']({'bottom':_0x18bfbc+_0x5cf20f,'sourceId':_0x1f8189,'top':_0x18bfbc}),_0x54c21c=Math['max'](_0x54c21c,_0x18bfbc+_0x5cf20f),Rs(_0x49bb05['childType'])){var _0x3c9093;let _0x3a1c50=(_0x3c9093=_0x107090[_0x33636d+0x1])==null?void 0x0:_0x3c9093[_0x55d732(0x741)],_0x1d160d=_0x3a1c50?Ns(_0x3a1c50)[_0x55d732(0xa16)]:void 0x0,_0x545715=_0x5cf20f-(zs(_0x1d160d)?Math[_0x55d732(0x792)](0x0,Math[_0x55d732(0x2dd)](_0x1b8a5c,_0x1d160d-_0x26bfbf)):_0x1b8a5c);_0x309080+=_0x24332b?_0x545715:Math[_0x55d732(0x792)](0x0,_0x545715);}}),{'contentHeight':_0x54c21c,'contentHeightAdjustment':_0x309080,'drawings':_0xd46300,'pageBreakRanges':_0x100cce};}function Ms(_0x2e31bf,_0x35a85e){const _0x14b540=_0x36ed40;var _0x582333;let _0x10c0e8=_0x2e31bf[_0x14b540(0x2d0)],_0x1fd803=_0x10c0e8==null||(_0x582333=_0x10c0e8['customBlocks'])==null||(_0x582333=_0x582333[_0x14b540(0x1f2)](({blockId:_0x5627a2})=>_0x5627a2===_0x35a85e))==null?void 0x0:_0x582333[_0x14b540(0x7c0)];return!(_0x10c0e8!=null&&_0x10c0e8['dataStream'])||!zs(_0x1fd803)||Array['from'](_0x10c0e8[_0x14b540(0x58c)][_0x14b540(0x457)](_0x1fd803+0x1))[_0x14b540(0x980)](_0x16f7c1=>_0x16f7c1!==a[_0x14b540(0x991)][_0x14b540(0x409)]&&_0x16f7c1!==a[_0x14b540(0x991)][_0x14b540(0x9cf)]&&_0x16f7c1!==a['DataStreamTreeTokenType'][_0x14b540(0x6e1)]&&_0x16f7c1!==a[_0x14b540(0x991)][_0x14b540(0x749)]&&_0x16f7c1[_0x14b540(0x239)]()!=='');}function Ns(_0x50c195){const _0x146106=_0x36ed40;return _0x50c195['transform']??(0x0,h[_0x146106(0x908)])(_0x50c195['docTransform']);}function Ps(_0xd573fd,_0xdd7637,_0x213ab7,_0x5789a7){const _0x39e8a6=_0x36ed40;let _0x129f74=[...(_0xd573fd[_0x39e8a6(0x912)]??[])[_0x39e8a6(0x32c)](_0x26f508=>_0x26f508>0x0&&_0x26f508<_0xd573fd[_0x39e8a6(0x2af)]),_0xd573fd['height']],_0x332c79=[],_0x10f6b2=0x0,_0x331e7b=_0xdd7637;return _0x129f74[_0x39e8a6(0x5f4)](_0x163c52=>{const _0x11d726=_0x39e8a6;let _0x4f1735=_0x163c52-_0x10f6b2,_0x25ac05=_0x4f1735*_0x213ab7;if(_0x5789a7){let _0x1321e5=Fs(_0x331e7b,_0x5789a7);_0x331e7b<_0x1321e5&&_0x331e7b+_0x25ac05>_0x1321e5&&_0x25ac05<=_0x5789a7[_0x11d726(0x1eb)]&&(_0x331e7b=_0x1321e5);}_0x332c79[_0x11d726(0x5b5)]({'height':_0x25ac05,'sourceHeight':_0x4f1735,'sourceTop':_0x10f6b2,'top':_0x331e7b}),_0x331e7b+=_0x25ac05,_0x10f6b2=_0x163c52;}),_0x332c79;}function Fs(_0x9e78d0,_0x1223de){const _0xfa313a=_0x36ed40;let _0xc22ec2=Math[_0xfa313a(0x792)](0x0,Math['floor']((_0x9e78d0-_0x1223de[_0xfa313a(0x7f8)])/_0x1223de['pageStride']));return _0x1223de['firstTop']+(_0xc22ec2+0x1)*_0x1223de[_0xfa313a(0x1eb)];}function Is(_0x186ede,_0x11d9aa,_0x4dbbb2,_0x1c6b2e,_0x346698){return Rs(_0x186ede)&&Bs(_0x11d9aa)?_0x11d9aa:Ls(_0x4dbbb2,_0x1c6b2e,_0x346698);}function Ls(_0x593207,_0x21f030,_0x1fc666){return Bs(_0x593207)&&Bs(_0x21f030)?_0x1fc666*_0x21f030/_0x593207:0x0;}function Rs(_0x29e0b1){const _0x44eb59=_0x36ed40;return _0x29e0b1===a[_0x44eb59(0x583)][_0x44eb59(0x36c)]||_0x29e0b1===a[_0x44eb59(0x583)][_0x44eb59(0x7fa)];}function zs(_0x4ea198){const _0x2317ea=_0x36ed40;return typeof _0x4ea198==_0x2317ea(0x33c)&&Number[_0x2317ea(0x4eb)](_0x4ea198);}function Bs(_0x3b7cc9){return zs(_0x3b7cc9)&&_0x3b7cc9>0x0;}function Vs(_0x1b82d8,_0x3b3fce,_0xab10bb,_0x43ed28){const _0x4cbfd6=_0x36ed40;let _0x5ca6a0=_0x1b82d8[_0x4cbfd6(0x691)]['overflow'],_0x498118=_0x1b82d8[_0x4cbfd6(0x691)][_0x4cbfd6(0x68a)],_0x33dd37=document[_0x4cbfd6(0x349)](_0x4cbfd6(0x5d5));return _0x33dd37[_0x4cbfd6(0x4b4)]='',_0x33dd37[_0x4cbfd6(0x589)]=_0x3b3fce,_0x33dd37[_0x4cbfd6(0x691)][_0x4cbfd6(0x251)]=_0x4cbfd6(0x753),_0x33dd37[_0x4cbfd6(0x691)][_0x4cbfd6(0x2f5)]=-_0x43ed28['offsetX']+'px',_0x33dd37[_0x4cbfd6(0x691)][_0x4cbfd6(0xa16)]=-_0x43ed28[_0x4cbfd6(0x57e)]+'px',_0x33dd37[_0x4cbfd6(0x691)][_0x4cbfd6(0x76f)]=_0x43ed28[_0x4cbfd6(0x76f)]+'px',_0x33dd37[_0x4cbfd6(0x691)][_0x4cbfd6(0x2af)]=_0x43ed28[_0x4cbfd6(0x2af)]+'px',_0x33dd37[_0x4cbfd6(0x691)][_0x4cbfd6(0x3ae)]=_0x4cbfd6(0x5a3),_0x33dd37[_0x4cbfd6(0x691)][_0x4cbfd6(0x280)]=_0x4cbfd6(0x67f),_0x33dd37[_0x4cbfd6(0x691)][_0x4cbfd6(0x643)]=_0x4cbfd6(0x277),_0x1b82d8['style'][_0x4cbfd6(0xa12)]=_0x4cbfd6(0x615),_0x1b82d8[_0x4cbfd6(0x691)][_0x4cbfd6(0x68a)]='9',_0x1b82d8['appendChild'](_0x33dd37),_0xab10bb['add']((0x0,a[_0x4cbfd6(0x63c)])(()=>{const _0x12e4db=_0x4cbfd6;_0x33dd37[_0x12e4db(0x42e)](),_0x1b82d8[_0x12e4db(0x691)][_0x12e4db(0xa12)]=_0x5ca6a0,_0x1b82d8[_0x12e4db(0x691)][_0x12e4db(0x68a)]=_0x498118;})),_0x33dd37;}function Hs(_0x119575){return new Promise(_0x38bba4=>{const _0x14dfa9=_0x2eed;_0x119575[_0x14dfa9(0x75e)](_0x14dfa9(0x37d),()=>_0x38bba4(),{'once':!0x0}),_0x119575[_0x14dfa9(0x75e)]('error',()=>_0x38bba4(),{'once':!0x0});});}function Us(_0x2ff9a2,_0x578ce8,_0x4de165){const _0x6dcf60=_0x36ed40;let _0x4bbd73=_0x578ce8[_0x6dcf60(0x6b6)][_0x6dcf60(0x8d6)](),_0x5ad7e1=_0x578ce8['slidePage']['getId'](),_0x469939=_0x578ce8[_0x6dcf60(0x8cf)]['getData'](),_0x1db7ef=(0x0,g[_0x6dcf60(0x340)])(_0x469939),_0x191dc2=_0x1db7ef&&_0x4de165['getResource'](_0x4bbd73,_0x1db7ef[_0x6dcf60(0x467)]);if(_0x1db7ef&&_0x191dc2!=null&&_0x191dc2[_0x6dcf60(0x30c)]){let _0xbc9760=(0x0,S[_0x6dcf60(0x783)])(_0x469939[_0x6dcf60(0x5d2)]??_0x578ce8[_0x6dcf60(0x6b6)][_0x6dcf60(0x85e)]()['defaultPageSize']),_0x2a4474=Gs(_0x4bbd73,_0x5ad7e1,_0x6dcf60(0x66e)+_0x1db7ef['embedId'],_0x191dc2[_0x6dcf60(0x30c)],{'left':0x0,'top':0x0,'width':_0xbc9760[_0x6dcf60(0x76f)],'height':_0xbc9760[_0x6dcf60(0x2af)]});return{'data':{[_0x2a4474[_0x6dcf60(0x527)]]:_0x2a4474},'order':[_0x2a4474[_0x6dcf60(0x527)]]};}return Ws(_0x2ff9a2,_0x4bbd73,_0x5ad7e1,_0x4de165);}function Ws(_0xbabf05,_0x58a8e9,_0x377298,_0x5d70c1){const _0x30bdff=_0x36ed40;let _0x305306={..._0xbabf05[_0x30bdff(0x5af)]};return _0xbabf05['order'][_0x30bdff(0x5f4)](_0x4f3c1a=>{const _0x144364=_0x30bdff;let _0x16ef04=_0x305306[_0x4f3c1a],_0x2cd5d3=_0x16ef04&&(0x0,g[_0x144364(0x386)])(_0x16ef04[_0x144364(0x51e)]),_0x257ed8=_0x2cd5d3&&_0x5d70c1['getImage'](_0x58a8e9,_0x2cd5d3['embedId']);!_0x16ef04||!_0x257ed8||(_0x305306[_0x4f3c1a]=Gs(_0x58a8e9,_0x377298,_0x4f3c1a,_0x257ed8,_0x16ef04['element'][_0x144364(0x61f)],_0x16ef04[_0x144364(0x3fd)]));}),{'data':_0x305306,'order':_0xbabf05[_0x30bdff(0x85c)]};}function Gs(_0x47c7ec,_0x5df09b,_0x2b273d,_0x221e37,_0x5da0d3,_0x47e1bd=g[_0x36ed40(0x582)][_0x36ed40(0x2b6)]){const _0x25df84=_0x36ed40;return(0x0,g[_0x25df84(0x4e9)])(_0x47c7ec,_0x5df09b,{'id':_0x2b273d,'type':g['PageElementTypeEnum'][_0x25df84(0x484)],'name':_0x2b273d,'source':_0x221e37,'imageSourceType':a[_0x25df84(0x640)][_0x25df84(0x673)],'transform':_0x5da0d3},_0x47e1bd);}const Ks=new Set(['__editor_'+a['DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY'],'__editor_'+a[_0x36ed40(0x986)]]);let qs=class extends a[_0x36ed40(0x773)]{constructor(_0x2bb675,_0x1b3403){const _0x5952cc=_0x36ed40;super(),[{'id':o[_0x5952cc(0x864)]['id'],'binding':c[_0x5952cc(0x548)]['A']|c[_0x5952cc(0x49e)][_0x5952cc(0x4dd)],'eventPreconditions':Js,'preconditions':Ys,'nativeTextEditorBehavior':c['NativeTextEditorShortcutBehavior']['OVERRIDE_NATIVE'],'priority':0x386},{'id':s[_0x5952cc(0x72a)]['id'],'binding':c[_0x5952cc(0x548)]['A']|c[_0x5952cc(0x49e)][_0x5952cc(0x4dd)],'eventPreconditions':Js,'preconditions':_0xe126c1=>!Ys(_0xe126c1),'nativeTextEditorBehavior':c[_0x5952cc(0x20b)]['OVERRIDE_NATIVE'],'priority':0x386,'staticParameters':{'expandToGapFirst':!0x0,'loop':!0x0}},{'id':a[_0x5952cc(0x7b8)]['id'],'binding':c['KeyCode']['Z']|c[_0x5952cc(0x49e)]['CTRL_COMMAND'],'eventPreconditions':Js,'preconditions':_0x5d7a8e=>!Ys(_0x5d7a8e),'priority':0x386},{'id':a[_0x5952cc(0x490)]['id'],'binding':c['KeyCode']['Y']|c['MetaKeys'][_0x5952cc(0x4dd)],'eventPreconditions':Js,'preconditions':_0x4fe846=>!Ys(_0x4fe846),'priority':0x386},{'id':a[_0x5952cc(0x490)]['id'],'binding':c['KeyCode']['Z']|c['MetaKeys']['CTRL_COMMAND']|c[_0x5952cc(0x49e)][_0x5952cc(0x9e1)],'eventPreconditions':Js,'preconditions':_0x178519=>!Ys(_0x178519),'priority':0x386}][_0x5952cc(0x5f4)](_0x271de3=>this['disposeWithMe'](_0x2bb675[_0x5952cc(0x5fe)](_0x271de3))),this[_0x5952cc(0x86a)](_0x1b3403[_0x5952cc(0x9f3)](_0x13ef04=>{const _0x375e2f=_0x5952cc;if(!Xs(_0x13ef04,typeof document>'u'?null:document[_0x375e2f(0x7eb)]))return;let _0x584f32=_0x13ef04[_0x375e2f(0x833)][0x0];_0x1b3403[_0x375e2f(0x8b3)](s['SetCellEditVisibleOperation']['id'],{'unitId':_0x584f32['unitId'],'visible':!0x1});}));}};qs=Z([X(0x0,c[_0x36ed40(0x3a7)]),X(0x1,a[_0x36ed40(0x8cd)])],qs);function Js(_0x399c58){const _0x26c019=_0x36ed40;let _0x241ae6=_0x399c58['target'];return _0x241ae6 instanceof HTMLElement&&Ks[_0x26c019(0x82c)](_0x241ae6['id'])&&_0x241ae6['closest'](_0x26c019(0x52b))!=null;}function Ys(_0x59b4c8){const _0x46ce14=_0x36ed40;return!!(_0x59b4c8[_0x46ce14(0x441)](a[_0x46ce14(0x3db)])||_0x59b4c8['getContextValue'](a[_0x46ce14(0x9bd)]));}function Xs(_0x20426e,_0x34f301){const _0x56101e=_0x36ed40;return _0x20426e['id']===_0x56101e(0x719)&&Array['isArray'](_0x20426e[_0x56101e(0x833)])&&_0x20426e[_0x56101e(0x833)][_0x56101e(0x248)]>0x0&&typeof HTMLElement<'u'&&_0x34f301 instanceof HTMLElement&&Ks[_0x56101e(0x82c)](_0x34f301['id'])&&_0x34f301[_0x56101e(0x71c)](_0x56101e(0x52b))!=null;}function Zs(_0x592ff5){const _0x29126d=_0x36ed40;let _0x48ee0d=[];return[[a['UniverInstanceType'][_0x29126d(0x80b)],'docs-ui.ribbon'],[a[_0x29126d(0x583)][_0x29126d(0x36c)],_0x29126d(0x739)],[a['UniverInstanceType'][_0x29126d(0x419)],_0x29126d(0x693)],[a[_0x29126d(0x583)][_0x29126d(0x7fa)],'bases-ui.ribbon']]['forEach'](([_0x5a82cf,_0x4edc55])=>{const _0x162b9f=_0x29126d;let _0x280e58=tr(_0x592ff5,{'childType':_0x5a82cf,'id':_0x4edc55,'scopedActionServiceTokens':_0x5a82cf===a['UniverInstanceType'][_0x162b9f(0x419)]?[S[_0x162b9f(0x916)]]:void 0x0});_0x280e58&&_0x48ee0d[_0x162b9f(0x5b5)](_0x280e58);}),_0x48ee0d;}var Qs=class{constructor(){const _0x1a74b2=_0x36ed40;z(this,_0x1a74b2(0x7c8),new Map());}[_0x36ed40(0x2d1)](_0x29f7fd){const _0x3fa937=_0x36ed40;if(this[_0x3fa937(0x7c8)]['has'](_0x29f7fd[_0x3fa937(0x560)]))throw Error(_0x3fa937(0x7d0)+_0x29f7fd[_0x3fa937(0x560)]);this[_0x3fa937(0x7c8)][_0x3fa937(0x436)](_0x29f7fd[_0x3fa937(0x560)],_0x29f7fd);}['get'](_0x10add5){const _0x419f12=_0x36ed40;return this[_0x419f12(0x7c8)][_0x419f12(0x335)](_0x10add5);}[_0x36ed40(0x278)](){const _0x35bef1=_0x36ed40;return[...this[_0x35bef1(0x7c8)][_0x35bef1(0x8b8)]()];}};const $s=new WeakMap(),ec=new WeakMap();function tc(_0x4f12d9,_0x5e554d,_0x4efcce){const _0x44f7be=_0x36ed40;var _0x1c17d6;if(ic(_0x4f12d9)){rc(_0x4f12d9,_0x5e554d,_0x4efcce);return;}let _0x331e4a=_0x4f12d9;if((_0x1c17d6=ec[_0x44f7be(0x335)](_0x331e4a))!=null&&_0x1c17d6[_0x44f7be(0x82c)](_0x5e554d))return;let _0x92002b=$s['get'](_0x331e4a)??new Map();_0x92002b[_0x44f7be(0x436)](_0x5e554d,_0x4efcce),$s[_0x44f7be(0x436)](_0x331e4a,_0x92002b);}function nc(_0xebdf94){const _0x176742=_0x36ed40;if(!ic(_0xebdf94))return;let _0x147af9=_0xebdf94,_0x3c9bf9=$s[_0x176742(0x335)](_0x147af9);_0x3c9bf9!=null&&_0x3c9bf9[_0x176742(0x2e6)]&&(_0x3c9bf9[_0x176742(0x5f4)]((_0x48d803,_0x508198)=>rc(_0xebdf94,_0x508198,_0x48d803)),$s[_0x176742(0x3b2)](_0x147af9));}function rc(_0xeba0a6,_0x4ee2fb,_0x101377){const _0x11fa33=_0x36ed40;let _0x1d2b86=_0xeba0a6,_0x18256a=ec[_0x11fa33(0x335)](_0x1d2b86)??new Set();_0x18256a[_0x11fa33(0x82c)](_0x4ee2fb)||(_0x101377(_0xeba0a6),_0x18256a[_0x11fa33(0x258)](_0x4ee2fb),ec[_0x11fa33(0x436)](_0x1d2b86,_0x18256a));}function ic(_0x1ed95d){const _0x165b66=_0x36ed40;return _0x1ed95d['has'](t[_0x165b66(0x8b7)])&&_0x1ed95d[_0x165b66(0x82c)](Xt)&&_0x1ed95d[_0x165b66(0x82c)](Jt)&&_0x1ed95d[_0x165b66(0x82c)](B)&&_0x1ed95d[_0x165b66(0x82c)](ar)&&_0x1ed95d[_0x165b66(0x82c)](Yt)&&_0x1ed95d[_0x165b66(0x82c)](_i)&&_0x1ed95d[_0x165b66(0x82c)](eo)&&_0x1ed95d[_0x165b66(0x82c)](Mi)&&_0x1ed95d[_0x165b66(0x82c)](Qs);}function ac(_0x345895){const _0x55e3be=_0x36ed40;let {childType:_0x3fd732,productName:_0x4f1347}=_0x345895;return{'childType':_0x3fd732,'productName':_0x4f1347,'hostChromeMode':_0x55e3be(0x6c0),'layoutPolicy':{'tab':t[_0x55e3be(0x54a)],'float':t['DEFAULT_EMBED_FLOAT_LAYOUT_POLICY'],'docFlow':t[_0x55e3be(0x236)]},'createRibbonOverride':({childUnitId:_0x3ee14b,embedId:_0xeea5df,injector:_0x19f397})=>{const _0x2e4695=_0x55e3be;let _0xd7cef=jn(_0x19f397,{'childType':_0x3fd732,'childUnitId':_0x3ee14b,'embedId':_0xeea5df,'menuSchema':oc(_0x19f397,_0x3fd732,_0x345895[_0x2e4695(0x5c8)])});return{'mode':_0x2e4695(0x6c0),'ribbonService':_0xd7cef[_0x2e4695(0x7d3)],'injector':_0xd7cef[_0x2e4695(0x501)],'placeholderTitle':_0x4f1347,'disposable':_0xd7cef['disposable']};}};}function oc(_0x26908a,_0x2e05a4,_0x546995){const _0x377d9c=_0x36ed40;let _0x1ea239=_0x26908a;if(typeof _0x1ea239['has']==_0x377d9c(0x6fd)&&typeof _0x1ea239[_0x377d9c(0x335)]==_0x377d9c(0x6fd)&&_0x1ea239['has'](ar)){let _0x16eafd=_0x1ea239[_0x377d9c(0x335)](ar)[_0x377d9c(0x5b3)](_0x2e05a4,_0x377d9c(0x6c0));if(_0x16eafd)return _0x16eafd;}return _0x546995;}function sc(_0x457f0f){const _0x417fe5=_0x36ed40;let _0x9a90ee=cc(_0x457f0f);return{'childType':_0x457f0f[_0x417fe5(0x560)],'productName':_0x457f0f[_0x417fe5(0x69b)],'hostChromeMode':_0x9a90ee,'hostHeaderMode':_0x457f0f['hostHeaderMode']??_0x417fe5(0x6ee),'layoutPolicy':{'tab':{...t[_0x417fe5(0x54a)],'ribbon':_0x9a90ee===_0x417fe5(0x6ee)?'hidden':_0x417fe5(0x9a2)},'float':t[_0x417fe5(0x839)],'docFlow':t[_0x417fe5(0x236)]},'createRibbonOverride':_0x9a90ee==='title-only'?()=>({'mode':_0x417fe5(0x708),'ribbonService':lc(),'placeholderTitle':_0x457f0f[_0x417fe5(0x69b)],'hideToolbar':!0x0}):void 0x0};}function cc(_0x2dc918){const _0x3a4868=_0x36ed40;return _0x2dc918[_0x3a4868(0x8f4)]?_0x2dc918['hostChromeMode']:_0x2dc918[_0x3a4868(0x439)]===_0x3a4868(0x90c)?_0x3a4868(0x708):_0x3a4868(0x6ee);}function lc(){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 uc(_0x3696b9,_0x243d9d,_0x1705ce,_0x369b67){const _0x292547=_0x36ed40;return[..._0x3696b9[_0x292547(0x32a)](_0x243d9d)][_0x292547(0x3ea)]()['find'](_0x3c7d83=>{const _0x504cfc=_0x292547;let _0x3f3612=_0x3c7d83[_0x504cfc(0x886)]();return _0x1705ce>=_0x3f3612[_0x504cfc(0x2f5)]&&_0x1705ce<=_0x3f3612[_0x504cfc(0x43d)]&&_0x369b67>=_0x3f3612[_0x504cfc(0xa16)]&&_0x369b67<=_0x3f3612[_0x504cfc(0x611)];});}function dc(){const _0x592c35=_0x36ed40;return{...sc({'childType':a[_0x592c35(0x583)]['UNIVER_BASE'],'productName':_0x592c35(0x451),'hostChromeMode':_0x592c35(0x6ee)}),'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:_0x3640fd,clientX:_0x48cb56,clientY:_0x1f822e,runtimeHost:_0x7f681b})=>{const _0x4e48f4=_0x592c35;if(uc(_0x7f681b,_0x4e48f4(0x56e),_0x48cb56,_0x1f822e))return!0x1;let _0x2c1db1=uc(_0x7f681b,'[data-u-comp=\x22base-view-tab\x22]',_0x48cb56,_0x1f822e),_0x378016=_0x2c1db1==null?void 0x0:_0x2c1db1['dataset'][_0x4e48f4(0x6fe)],_0xb924d0=_0x3640fd[_0x4e48f4(0x368)][_0x4e48f4(0x501)];return!_0x378016||!_0xb924d0[_0x4e48f4(0x82c)](_['IBaseUIStateService'])?!0x1:(_0xb924d0['get'](_[_0x4e48f4(0x93a)])[_0x4e48f4(0x90e)](_0x378016),!0x0);}}};}let fc=class{constructor(_0x4cd7d8,_0x20c3ae,_0x590416){const _0x1645f3=_0x36ed40;this[_0x1645f3(0x683)]=_0x4cd7d8,this[_0x1645f3(0x25e)]=_0x20c3ae,this[_0x1645f3(0x450)]=_0x590416,z(this,_0x1645f3(0x560),a[_0x1645f3(0x583)][_0x1645f3(0x7fa)]);}[_0x36ed40(0x89d)](_0x98d6f1){const _0x23e3ca=_0x36ed40;var _0x1d6a55,_0x3c1dae,_0x3f2307;let _0x2ee69a=_0x98d6f1['childUnit']instanceof a[_0x23e3ca(0x4a6)]?_0x98d6f1[_0x23e3ca(0x9fd)][_0x23e3ca(0x85e)]():void 0x0;if(!_0x2ee69a)return;let _0x377792=(_0x1d6a55=_0x98d6f1[_0x23e3ca(0x501)])!=null&&_0x1d6a55[_0x23e3ca(0x82c)](_[_0x23e3ca(0x93a)])?_0x98d6f1['injector'][_0x23e3ca(0x335)](_[_0x23e3ca(0x93a)]):this[_0x23e3ca(0x683)],_0x3e47a7=(_0x3c1dae=_0x98d6f1[_0x23e3ca(0x501)])!=null&&_0x3c1dae[_0x23e3ca(0x82c)](C[_0x23e3ca(0x831)])?_0x98d6f1[_0x23e3ca(0x501)][_0x23e3ca(0x335)](C['IBaseProjectionService']):this[_0x23e3ca(0x25e)],_0x5a99d1=(_0x3f2307=_0x98d6f1[_0x23e3ca(0x501)])!=null&&_0x3f2307[_0x23e3ca(0x82c)](_[_0x23e3ca(0x51b)])?_0x98d6f1[_0x23e3ca(0x501)][_0x23e3ca(0x335)](_[_0x23e3ca(0x51b)]):this[_0x23e3ca(0x450)],_0x5e8033=_0x377792['getState'](),_0x25a526=hc(_0x2ee69a,_0x5e8033,_0x98d6f1[_0x23e3ca(0x97e)]),_0x4a3d21=pc(_0x2ee69a,_0x5e8033,_0x3e47a7,_0x5a99d1,_0x98d6f1[_0x23e3ca(0x918)],_0x25a526??_0x98d6f1[_0x23e3ca(0x97e)]);return _0x4a3d21==null&&_0x25a526==null?void 0x0:{'height':_0x4a3d21==null?void 0x0:_0x4a3d21[_0x23e3ca(0x2af)],'verticalBreaks':_0x4a3d21==null?void 0x0:_0x4a3d21[_0x23e3ca(0x63b)],'width':_0x25a526};}};fc=Z([X(0x0,_[_0x36ed40(0x93a)]),X(0x1,C['IBaseProjectionService']),X(0x2,_[_0x36ed40(0x51b)])],fc);function pc(_0x5e01c1,_0x4371f1,_0x2b66d9,_0x5af033,_0x200e9f,_0x26a07f){const _0x3959ab=_0x36ed40;var _0x2b1480;let _0xcbd303=yc(_0x5e01c1,_0x4371f1==null?void 0x0:_0x4371f1['activeTableId']),_0x5d4c54=_0xcbd303?_0x5e01c1[_0x3959ab(0x4d8)][_0xcbd303]:void 0x0;if(!_0x5d4c54||!_0xcbd303)return;let _0xb47747=bc(_0x5d4c54,_0x4371f1==null?void 0x0:_0x4371f1[_0x3959ab(0x521)]),_0x4fb5f7=_0xb47747?(_0x2b1480=_0x5d4c54[_0x3959ab(0x4f0)])==null?void 0x0:_0x2b1480[_0xb47747]:void 0x0,_0x2d9b22=xc(_0x5d4c54),_0x76baa5=(0x0,_['resolveGridRowHeight'])(_0x4fb5f7!=null&&_0x4fb5f7[_0x3959ab(0x85a)]&&_0x3959ab(0x735)in _0x4fb5f7[_0x3959ab(0x85a)]?_0x4fb5f7[_0x3959ab(0x85a)][_0x3959ab(0x735)]:void 0x0);return mc(_0x5e01c1,_0xcbd303,_0xb47747,_0x76baa5,_0x4371f1,_0x2b66d9,_0x5af033,_0x200e9f,_0x26a07f)??{'breaks':Array(_0x2d9b22)[_0x3959ab(0x9a7)](null)[_0x3959ab(0x789)]((_0x16d81a,_0x31e4a1)=>_[_0x3959ab(0x853)]+(_0x31e4a1+0x1)*_0x76baa5),'height':_[_0x3959ab(0x853)]+_0x2d9b22*_0x76baa5+_[_0x3959ab(0x93d)]+_[_0x3959ab(0x550)]};}function mc(_0x493703,_0x416103,_0x1a085d,_0x1e40b8,_0x52e8e1,_0x52f99f,_0x124fb4,_0x3dface,_0x2e73b0){const _0x14d13c=_0x36ed40;if(!_0x1a085d||!_0x52f99f||!_0x124fb4)return;let _0x46f985=_0x52f99f['getProjection'](_0x493703,_0x416103,_0x1a085d);if(_0x46f985[_0x14d13c(0x9e8)]===a['BaseViewType'][_0x14d13c(0x367)]&&_0x46f985[_0x14d13c(0x85a)][_0x14d13c(0x32e)]==='month'&&_0x3dface!=null)return{'height':_0x3dface};if(_0x46f985[_0x14d13c(0x9e8)]===a[_0x14d13c(0x42f)][_0x14d13c(0x47c)])return{'height':_0x124fb4[_0x14d13c(0x22d)](_0x46f985,_0x2e73b0??0x1)};if(_0x46f985[_0x14d13c(0x9e8)]===a[_0x14d13c(0x42f)]['Kanban'])return{'height':_0x124fb4['getKanbanProjectionBodyHeight'](_0x46f985)};if(_0x46f985[_0x14d13c(0x9e8)]===a[_0x14d13c(0x42f)][_0x14d13c(0x205)]||_0x46f985[_0x14d13c(0x9e8)]===a[_0x14d13c(0x42f)][_0x14d13c(0x61c)]){let _0x5aff05=_0x52e8e1==null?void 0x0:_0x52e8e1[_0x14d13c(0x303)][_0x1a085d];return{'breaks':(0x0,_[_0x14d13c(0x2de)])(_0x46f985,_0x5aff05,_0x1e40b8)[_0x14d13c(0x789)](_0x142bde=>_[_0x14d13c(0x853)]+_0x142bde['y']+_0x142bde['height']),'height':_[_0x14d13c(0x853)]+_0x124fb4['getGridProjectionBodyHeight'](_0x46f985,_0x5aff05,_0x1e40b8)+_['GRID_SUMMARY_HEIGHT']};}}function hc(_0x1a727f,_0x3bd0fb,_0x337ac2){const _0x32a12b=_0x36ed40;var _0x15a2d4,_0x5afd6b;let _0x18ceef=_c(_0x1a727f,_0x3bd0fb==null?void 0x0:_0x3bd0fb[_0x32a12b(0x327)]);if(!_0x18ceef)return;let _0x426d17=vc(_0x18ceef,_0x3bd0fb==null?void 0x0:_0x3bd0fb['activeViewId']),_0x45bb5d=_0x18ceef['fields']??{},_0x185d31=_[_0x32a12b(0xa02)]+(_0x426d17!=null&&(_0x15a2d4=_0x426d17[_0x32a12b(0x6b5)])!=null&&_0x15a2d4['length']?_0x426d17[_0x32a12b(0x6b5)]:(_0x5afd6b=_0x18ceef[_0x32a12b(0x6b5)])!=null&&_0x5afd6b[_0x32a12b(0x248)]?_0x18ceef[_0x32a12b(0x6b5)]:Object[_0x32a12b(0x2bc)](_0x45bb5d))[_0x32a12b(0x445)]((_0x21de18,_0x46d44d)=>{const _0x5da7f2=_0x32a12b;var _0x356467;let _0x38af39=_0x45bb5d[_0x46d44d],_0x11d2d5=_0x426d17==null||(_0x356467=_0x426d17['fieldSettings'])==null?void 0x0:_0x356467[_0x46d44d];return _0x38af39&&!(_0x11d2d5!=null&&_0x11d2d5['hidden'])?_0x21de18+gc(_0x11d2d5==null?void 0x0:_0x11d2d5[_0x5da7f2(0x76f)]):_0x21de18;},0x0)+_[_0x32a12b(0x3e2)];return(_0x426d17==null?void 0x0:_0x426d17[_0x32a12b(0x9e8)])===a['BaseViewType'][_0x32a12b(0x47c)]||(_0x426d17==null?void 0x0:_0x426d17[_0x32a12b(0x9e8)])===a[_0x32a12b(0x42f)]['Kanban']?Math[_0x32a12b(0x792)](_0x185d31,_0x337ac2??0x0):_0x185d31;}function gc(_0x93d334){const _0x50c21d=_0x36ed40;return typeof _0x93d334==_0x50c21d(0x33c)&&Number[_0x50c21d(0x4eb)](_0x93d334)&&_0x93d334>0x0?_0x93d334:_[_0x50c21d(0x512)];}function _c(_0x425bc,_0x40af7e){const _0x1db5d1=_0x36ed40;var _0x21052b;let _0x41ca94=yc(_0x425bc,_0x40af7e);return _0x41ca94?(_0x21052b=_0x425bc[_0x1db5d1(0x4d8)])==null?void 0x0:_0x21052b[_0x41ca94]:void 0x0;}function vc(_0x3dc065,_0xc01b7c){const _0x76d106=_0x36ed40;var _0x188970;let _0x1bd52c=bc(_0x3dc065,_0xc01b7c);return _0x1bd52c?(_0x188970=_0x3dc065[_0x76d106(0x4f0)])==null?void 0x0:_0x188970[_0x1bd52c]:void 0x0;}function yc(_0x5a5075,_0xf352a3){const _0x50e79f=_0x36ed40;let _0xe77d65=_0x5a5075[_0x50e79f(0x4d8)]??{};if(_0xf352a3&&_0xe77d65[_0xf352a3])return _0xf352a3;let _0x177e7e=_0x5a5075[_0x50e79f(0x405)]??[];return[..._0x177e7e,...Object[_0x50e79f(0x2bc)](_0xe77d65)[_0x50e79f(0x32c)](_0x40acea=>!_0x177e7e[_0x50e79f(0x3ed)](_0x40acea))][_0x50e79f(0x1f2)](_0x257f0a=>_0xe77d65[_0x257f0a]);}function bc(_0x7138b0,_0x38fd2d){const _0x338a93=_0x36ed40;let _0x22d75f=_0x7138b0['views']??{};if(_0x38fd2d&&_0x22d75f[_0x38fd2d])return _0x38fd2d;let _0x10e5a7=_0x7138b0[_0x338a93(0x632)]??[];return[..._0x10e5a7,...Object['keys'](_0x22d75f)[_0x338a93(0x32c)](_0x36f19f=>!_0x10e5a7['includes'](_0x36f19f))][_0x338a93(0x1f2)](_0x1acf2c=>_0x22d75f[_0x1acf2c]);}function xc(_0x215df0){const _0x44f8f0=_0x36ed40;var _0x4ba2f6;let _0x24be5c=_0x215df0[_0x44f8f0(0x464)]??{};return((_0x4ba2f6=_0x215df0['recordOrder'])!=null&&_0x4ba2f6['length']?_0x215df0['recordOrder']:Object[_0x44f8f0(0x2bc)](_0x24be5c))[_0x44f8f0(0x32c)](_0x52f92d=>_0x24be5c[_0x52f92d])['length'];}function Sc(_0x48a4da,_0x2df4d9,_0x20e079){const _0x1ff908=_0x36ed40;return{...(0x0,t[_0x1ff908(0x52e)])(_0x48a4da,_0x2df4d9),'activateAnchor':_0x1bb439=>{const _0x273213=_0x1ff908;wc(_0x1bb439[_0x273213(0x98c)],_0x1bb439[_0x273213(0x3bd)],_0x2df4d9,Ec(_0x20e079));}};}function Cc(){const _0x5873f9=_0x36ed40;return{'hostType':a['UniverInstanceType']['UNIVER_BASE'],'entry':_0x5873f9(0x516),'layout':'tab-peer','supportedLayouts':[_0x5873f9(0x2ed)],'menuBehavior':_0x5873f9(0x5a6),'mount':_0x1d7484=>{const _0x369b63=_0x5873f9;let _0xcf4871=Dc(_0x369b63(0x9f7),_0x1d7484[_0x369b63(0x393)][_0x369b63(0x3bd)]);return _0xcf4871?{'hostElement':_0xcf4871}:{};}};}function wc(_0x283836,_0xa7a9ac,_0x22f3d3,_0x394e45){const _0x30a9a8=_0x36ed40;var _0x2f0d2b;if(!_0x394e45)return;_0x394e45[_0x30a9a8(0x2fe)](_0xa7a9ac);let _0x55e97e=(_0x2f0d2b=Tc(_0x22f3d3,_0x283836))==null?void 0x0:_0x2f0d2b[_0x30a9a8(0x4d8)][_0xa7a9ac],_0x1122eb=_0x55e97e==null?void 0x0:_0x55e97e[_0x30a9a8(0x632)][_0x30a9a8(0x1f2)](_0x3448af=>_0x55e97e[_0x30a9a8(0x4f0)][_0x3448af]);_0x1122eb&&_0x394e45[_0x30a9a8(0x90e)](_0x1122eb),_0x394e45['setSelection'](null),_0x394e45[_0x30a9a8(0x8ea)]();}function Tc(_0x1ec233,_0x240ccb){const _0x252795=_0x36ed40;var _0x25107a;return _0x1ec233==null||(_0x25107a=_0x1ec233[_0x252795(0x77d)](_0x240ccb,a[_0x252795(0x583)][_0x252795(0x7fa)]))==null?void 0x0:_0x25107a['getSnapshot']();}function Ec(_0xa30773){const _0xad9341=_0x36ed40;return typeof _0xa30773==_0xad9341(0x6fd)?_0xa30773():_0xa30773;}function Dc(_0x308d47,_0x2491cc){const _0x157ef7=_0x36ed40;return document[_0x157ef7(0x334)]('['+_0x308d47+'=\x22'+Oc(_0x2491cc)+'\x22]');}function Oc(_0x1d0f4a){const _0x1d3a1e=_0x36ed40;return _0x1d0f4a['replace'](/\\/g,'\x5c\x5c')[_0x1d3a1e(0x959)](/"/g,'\x5c\x22');}function kc(_0x1e6f85){const _0x581a6d=_0x36ed40;let _0x32b8ac=_0x1e6f85[_0x581a6d(0x82c)](_[_0x581a6d(0x93a)])?_0x1e6f85[_0x581a6d(0x335)](_[_0x581a6d(0x93a)]):void 0x0,_0x2c0a16=_0x1e6f85['has'](_[_0x581a6d(0x51b)])?_0x1e6f85['get'](_['IBaseViewWheelScrollService']):void 0x0,_0x4a92e5=new Set();return{'childType':a['UniverInstanceType'][_0x581a6d(0x7fa)],'getHorizontalScroll'(_0x4517d3){const _0x370ddc=_0x581a6d;var _0x58696d;let _0x252dc5=_0x40609f(_0x4517d3),_0x160008=_0x252dc5==null?void 0x0:_0x252dc5[_0x370ddc(0x274)]();return _0x160008!=null&&_0x160008[_0x370ddc(0x521)]?((_0x58696d=_0x160008['scrollState'][_0x160008[_0x370ddc(0x521)]])==null?void 0x0:_0x58696d['x'])??0x0:0x0;},'getVerticalScroll'(_0x3000c4){const _0x5edf0a=_0x581a6d;var _0xbdc7d7;let _0x1f9ad2=_0x40609f(_0x3000c4),_0x210694=_0x1f9ad2==null?void 0x0:_0x1f9ad2[_0x5edf0a(0x274)]();return _0x210694!=null&&_0x210694[_0x5edf0a(0x521)]?((_0xbdc7d7=_0x210694[_0x5edf0a(0x9af)][_0x210694['activeViewId']])==null?void 0x0:_0xbdc7d7['y'])??0x0:0x0;},'getStickyLeftWidth':()=>_['GRID_ROW_HEADER_WIDTH'],'getStickyHeaderHeight':()=>_[_0x581a6d(0x853)],'getStickyFooterHeight':()=>_[_0x581a6d(0x550)],'subscribeVerticalScroll'(_0x321300,_0x7c1f5d){const _0xb57b02=_0x581a6d;var _0x4955a8;let _0x3b7cd1=_0x40609f(_0x321300);if(!_0x3b7cd1)return;let _0x1ee659=_0x3b7cd1['getState'](),_0x51123e=_0x1ee659[_0xb57b02(0x521)],_0x56c1f2=_0x51123e?((_0x4955a8=_0x1ee659[_0xb57b02(0x9af)][_0x51123e])==null?void 0x0:_0x4955a8['y'])??0x0:0x0,_0x52837e=_0x3b7cd1[_0xb57b02(0x30a)]['subscribe'](_0x166df0=>{const _0x12dd44=_0xb57b02;var _0x186eb9;let _0x145bd7=_0x166df0['activeViewId'],_0x5b4211=_0x145bd7?((_0x186eb9=_0x166df0[_0x12dd44(0x9af)][_0x145bd7])==null?void 0x0:_0x186eb9['y'])??0x0:0x0;if(_0x145bd7!==_0x51123e){_0x51123e=_0x145bd7,_0x56c1f2=_0x5b4211;return;}_0x5b4211!==_0x56c1f2&&(_0x56c1f2=_0x5b4211,!_0x4a92e5[_0x12dd44(0x82c)](_0x321300[_0x12dd44(0x397)])&&_0x7c1f5d(_0x5b4211));});return(0x0,a[_0xb57b02(0x63c)])(()=>_0x52837e['unsubscribe']());},'handleWheel'(_0x23f8a3){const _0x76fd3b=_0x581a6d;if(_0x23f8a3[_0x76fd3b(0x30c)]!==_0x76fd3b(0x5b1)&&_0x23f8a3[_0x76fd3b(0x30c)]!==_0x76fd3b(0x46b)&&Ir(_0x23f8a3[_0x76fd3b(0x901)],_0x23f8a3['event']))return!0x1;let _0xa1d879=_0x23f8a3[_0x76fd3b(0x368)][_0x76fd3b(0x501)]??_0x1e6f85,_0x57aff6=_0xa1d879!==_0x1e6f85&&_0xa1d879[_0x76fd3b(0x82c)](_[_0x76fd3b(0x51b)])?_0xa1d879['get'](_[_0x76fd3b(0x51b)]):_0x2c0a16,_0x368025=_0x23f8a3[_0x76fd3b(0x30c)]===_0x76fd3b(0x46b);_0x368025&&_0x4a92e5[_0x76fd3b(0x258)](_0x23f8a3[_0x76fd3b(0x397)]);try{if(_0x23f8a3[_0x76fd3b(0x2ad)]!=null){let _0x3544ec=_0x40609f(_0x23f8a3),_0x34a155=_0x3544ec==null?void 0x0:_0x3544ec[_0x76fd3b(0x274)](),_0x465c43=_0x34a155==null?void 0x0:_0x34a155[_0x76fd3b(0x521)];if(_0x3544ec&&_0x34a155&&_0x465c43){let _0x95766f=_0x34a155[_0x76fd3b(0x9af)][_0x465c43]??{'x':0x0,'y':0x0};return _0x3544ec[_0x76fd3b(0x874)](_0x465c43,{'x':_0x23f8a3[_0x76fd3b(0x2ad)],'y':_0x23f8a3[_0x76fd3b(0x3c6)]??_0x95766f['y']}),!0x0;}}return(_0x57aff6==null?void 0x0:_0x57aff6[_0x76fd3b(0x6d6)](_0x23f8a3[_0x76fd3b(0x397)],Ac(_0x23f8a3['event'],_0x23f8a3['viewportScrollY'])))??!0x1;}finally{_0x368025&&_0x4a92e5[_0x76fd3b(0x3b2)](_0x23f8a3[_0x76fd3b(0x397)]);}}};function _0x40609f(_0x4d6b46){const _0x270322=_0x581a6d;var _0x5ec93b;let _0x545bbf=((_0x5ec93b=_0x4d6b46[_0x270322(0x368)])==null?void 0x0:_0x5ec93b[_0x270322(0x501)])??_0x1e6f85;return _0x545bbf!==_0x1e6f85&&_0x545bbf[_0x270322(0x82c)](_['IBaseUIStateService'])?_0x545bbf['get'](_[_0x270322(0x93a)]):_0x32b8ac;}}function Ac(_0x1c41a3,_0x5db11a){const _0x4dd2d0=_0x36ed40;return{'deltaX':_0x1c41a3[_0x4dd2d0(0x711)],'deltaY':_0x1c41a3[_0x4dd2d0(0x832)],'deltaMode':_0x1c41a3[_0x4dd2d0(0x66c)],'clientX':_0x1c41a3[_0x4dd2d0(0x9ed)],'clientY':_0x1c41a3[_0x4dd2d0(0x411)],'shiftKey':_0x1c41a3['shiftKey'],'viewportScrollY':_0x5db11a};}function jc(_0x543825,_0x5a9d2e,_0x45e8e4){const _0x41dc02=_0x36ed40;let _0x477124=_0x543825[_0x41dc02(0x393)][_0x41dc02(0x896)];return _0x45e8e4(_0x477124),_0x5a9d2e[_0x41dc02(0x9f3)](_0x32f79c=>{const _0x49c8d7=_0x41dc02;if(!Mc(_0x32f79c))return;let {params:_0x207ceb}=_0x32f79c;if(_0x207ceb['unitId']!==_0x543825[_0x49c8d7(0x98c)]||_0x207ceb['descriptor'][_0x49c8d7(0x467)]!==_0x543825[_0x49c8d7(0x467)])return;let _0x528301=_0x207ceb[_0x49c8d7(0x393)][_0x49c8d7(0x896)];(0x0,a[_0x49c8d7(0x48e)])(_0x477124??{},_0x528301??{})||(_0x477124=_0x528301,_0x45e8e4(_0x528301));});}function Mc(_0x5a3057){const _0x44d3f8=_0x36ed40;return _0x5a3057['id']===t[_0x44d3f8(0x23d)]['id']&&_0x5a3057['params']!==void 0x0&&_0x44d3f8(0x8e8)in _0x5a3057[_0x44d3f8(0x833)]&&typeof _0x5a3057['params']['unitId']==_0x44d3f8(0x3df)&&_0x44d3f8(0x393)in _0x5a3057[_0x44d3f8(0x833)]&&typeof _0x5a3057['params'][_0x44d3f8(0x393)]==_0x44d3f8(0x9e9)&&_0x5a3057[_0x44d3f8(0x833)][_0x44d3f8(0x393)]!==null&&_0x44d3f8(0x467)in _0x5a3057['params'][_0x44d3f8(0x393)]&&typeof _0x5a3057[_0x44d3f8(0x833)][_0x44d3f8(0x393)]['embedId']==_0x44d3f8(0x3df);}function Nc(_0x39c0c2,_0x21fcfa){const _0xca5a15=_0x36ed40;return{'childType':a['UniverInstanceType']['UNIVER_BASE'],'supportedLayouts':[_0xca5a15(0x2ed),_0xca5a15(0x508),_0xca5a15(0x28f)],'beforeDeactivate':Pc,'mount':_0x38d635=>Fc(_0x38d635,_0x39c0c2,_0x21fcfa)};}function Pc(_0x5f4dfc,_0x4b6c7e=_0x36ed40(0x96f)){const _0x493dc2=_0x36ed40;var _0x225925;let _0x2895d0=_0x5f4dfc['injector'][_0x493dc2(0x335)](t['EmbedModelService'])['getDescriptor'](_0x5f4dfc[_0x493dc2(0x98c)],_0x5f4dfc[_0x493dc2(0x467)]);_0x4b6c7e===_0x493dc2(0x96f)&&_0x2895d0&&_0x2895d0[_0x493dc2(0x87d)]!==_0x493dc2(0x812)&&_0x5f4dfc['runtimeScope']['injector']['get'](_[_0x493dc2(0x93a)])['requestInlineEditorCommit'](),(_0x225925=_0x5f4dfc[_0x493dc2(0x368)][_0x493dc2(0x7e4)])==null||_0x225925[_0x493dc2(0x8b3)](_[_0x493dc2(0x482)]['id'],{'commit':!0x1});}function Fc(_0x5430ed,_0x4c38d6,_0x4413c9){const _0x442436=_0x36ed40;let _0x2dff06=_0x5430ed[_0x442436(0x501)][_0x442436(0x335)](a[_0x442436(0x8cc)])[_0x442436(0x77d)](_0x5430ed[_0x442436(0x397)],a[_0x442436(0x583)]['UNIVER_BASE']);if(!_0x2dff06)return;let _0x2ecd47=new _[(_0x442436(0x1f1))](),_0x470d34=new _['BaseUIPopupService'](),_0x506c21=new _[(_0x442436(0x5de))](_0x2ecd47),_0x34fc73=new _[(_0x442436(0x564))](),_0x453e7e=Uc(_0x5430ed,_0x2ecd47,_0x470d34,_0x506c21);if(!_0x453e7e){_0x34fc73['dispose'](),_0x506c21[_0x442436(0x5df)](),_0x470d34[_0x442436(0x5df)](),_0x2ecd47[_0x442436(0x5df)]();return;}let _0x5e64a9=Jc(_0x5430ed),_0x16f108=_0x453e7e[_0x442436(0x335)](_['IBaseDashboardUIExtensionRegistryService']),_0x857e31=()=>{const _0x41a61d=_0x442436;var _0x32ee92;return new Set(((_0x32ee92=_0x16f108[_0x41a61d(0x335)]())==null?void 0x0:_0x32ee92[_0x41a61d(0x75a)](_0x2dff06['getUnitId']())['map'](_0x57dc87=>_0x57dc87['id']))??[]);};Gc(_0x2ecd47,_0x2dff06,_0x5e64a9,_0x5430ed[_0x442436(0x393)][_0x442436(0x896)],_0x857e31());let _0x180e1e=jc(_0x5430ed,_0x4c38d6,_0x29c859=>qc(_0x2ecd47,_0x2dff06,_0x29c859,_0x857e31())),_0x475943=Yc(_0x453e7e,_0x2ecd47,_0x470d34,_0x506c21,_0x5e64a9,_0x34fc73,_0x5430ed['descriptor'][_0x442436(0x32e)]===_0x442436(0x438),_0x5430ed[_0x442436(0x368)][_0x442436(0x4a2)]['popup']);Lc(_0x5430ed,_0x475943);let _0x34e43a=_0x4413c9['register']({'unitId':_0x5430ed[_0x442436(0x397)],'roots':Ic(_0x5430ed),'clipboardService':_0x475943['get'](_[_0x442436(0x86f)]),'commandService':_0x475943[_0x442436(0x335)](a[_0x442436(0x8cd)]),'editorService':_0x506c21,'stateService':_0x2ecd47}),_0x22b94a=_0x5430ed['injector'][_0x442436(0x335)](eo),_0x294151='',_0x29b0db=_0x2ecd47[_0x442436(0x30a)][_0x442436(0x260)](_0x5da436=>{const _0x944ffe=_0x442436;let _0x8a3831=_0x5da436[_0x944ffe(0x521)]?[..._0x5da436[_0x944ffe(0x303)][_0x5da436['activeViewId']]??[]]['sort']()['join']('\x00'):'',_0x226f17=(_0x5da436[_0x944ffe(0x327)]??'')+'\x00'+(_0x5da436[_0x944ffe(0x521)]??'')+'\x00'+_0x8a3831;_0x226f17!==_0x294151&&(_0x294151=_0x226f17,_0x22b94a[_0x944ffe(0x296)](_0x5430ed[_0x944ffe(0x98c)],_0x5430ed[_0x944ffe(0x467)]));}),_0x1e2832=Rc(_0x5430ed),_0x5d9cf9=On(_0x1e2832),_0x3809b9=zc(_0x5430ed,_0x475943),_0x16999f=_0x5430ed[_0x442436(0x501)]['get'](a['IUniverInstanceService']),_0x199689=_0x16999f[_0x442436(0x9ea)](a[_0x442436(0x583)][_0x442436(0x7fa)]);return _0x16999f[_0x442436(0x88e)](_0x5430ed[_0x442436(0x397)]),_0x1e2832[_0x442436(0x4d2)][_0x442436(0x9be)]=_0x5430ed[_0x442436(0x397)],_0x1e2832[_0x442436(0x4d2)][_0x442436(0x89b)]=_0x442436(0x326),_0x5d9cf9[_0x442436(0x56a)]((0x0,m[_0x442436(0x6c9)])(J,{'injector':_0x475943,'mountContainer':_0x5430ed[_0x442436(0x368)][_0x442436(0x4a2)][_0x442436(0x9b4)],'embedId':_0x5430ed[_0x442436(0x467)],'children':(0x0,m[_0x442436(0x6c9)])(_['RenderBaseWorkbench'],{})})),(0x0,a[_0x442436(0x63c)])(()=>{const _0x72aa2e=_0x442436;_0x34e43a[_0x72aa2e(0x5df)](),_0x180e1e[_0x72aa2e(0x5df)](),_0x29b0db[_0x72aa2e(0x6cf)](),_0x3809b9['dispose'](),kn(_0x5d9cf9),_0x199689&&_0x16999f['setCurrentUnitForType'](_0x199689[_0x72aa2e(0x8d6)]()),_0x34fc73[_0x72aa2e(0x5df)](),_0x506c21[_0x72aa2e(0x5df)](),_0x470d34['dispose'](),_0x2ecd47[_0x72aa2e(0x5df)](),_0x475943[_0x72aa2e(0x5df)](),_0x1e2832[_0x72aa2e(0x223)]&&(_0x1e2832[_0x72aa2e(0x301)](_0x72aa2e(0x6df)),_0x1e2832['removeAttribute'](_0x72aa2e(0x523)));});}function Ic(_0x2d4740){const _0x2ad076=_0x36ed40;let _0x4394b9=new Set();return _0x4394b9['add'](_0x2d4740[_0x2ad076(0x368)]['roots'][_0x2ad076(0x6d9)]),_0x4394b9['add'](_0x2d4740['runtimeScope'][_0x2ad076(0x4a2)]['content']),_0x4394b9['add'](_0x2d4740['runtimeScope'][_0x2ad076(0x4a2)][_0x2ad076(0x412)]),_0x4394b9[_0x2ad076(0x258)](_0x2d4740[_0x2ad076(0x368)]['roots'][_0x2ad076(0x9b4)]),_0x2d4740['runtimeScope'][_0x2ad076(0x4a2)][_0x2ad076(0x48a)]&&_0x4394b9['add'](_0x2d4740[_0x2ad076(0x368)]['roots'][_0x2ad076(0x48a)]),_0x2d4740[_0x2ad076(0x368)][_0x2ad076(0x4a2)][_0x2ad076(0x33d)]&&_0x4394b9[_0x2ad076(0x258)](_0x2d4740[_0x2ad076(0x368)][_0x2ad076(0x4a2)][_0x2ad076(0x33d)]),[..._0x4394b9];}function Lc(_0x4cfd84,_0x48e403){const _0x50b706=_0x36ed40;_0x4cfd84[_0x50b706(0x368)][_0x50b706(0x501)]=_0x48e403,_0x4cfd84[_0x50b706(0x368)][_0x50b706(0x82d)]=_0x48e403[_0x50b706(0x335)](a['IUniverInstanceService']),_0x4cfd84[_0x50b706(0x368)][_0x50b706(0x7e4)]=_0x48e403[_0x50b706(0x335)](a['ICommandService']);}function Rc(_0x1ecce5){const _0x39090c=_0x36ed40;var _0xf62cf5,_0x2e4f4a,_0x1bedeb;return((_0xf62cf5=_0x1ecce5[_0x39090c(0x368)])==null||(_0xf62cf5=_0xf62cf5['roots'])==null?void 0x0:_0xf62cf5[_0x39090c(0x2c9)])??((_0x2e4f4a=_0x1ecce5[_0x39090c(0x949)])==null?void 0x0:_0x2e4f4a[_0x39090c(0x362)])??((_0x1bedeb=_0x1ecce5[_0x39090c(0x949)])==null?void 0x0:_0x1bedeb[_0x39090c(0x8e9)])??document;}function zc(_0x3240c5,_0x56f572){const _0x1d4444=_0x36ed40;let _0x463389=!0x1,_0x5be6d3=0x0,_0x257206=(0x0,a[_0x1d4444(0x63c)])(()=>{}),_0x4406e6,_0x1fa3a5=()=>{const _0x35bc9a=_0x1d4444;if(_0x463389)return;let _0x2e9e9e=()=>{_0x5be6d3=window['requestAnimationFrame'](_0x1fa3a5);},_0x106e4b=Bc(_0x3240c5);if(!Vc(_0x106e4b)){_0x3240c5[_0x35bc9a(0x54b)][_0x35bc9a(0x4d2)][_0x35bc9a(0x41b)]='waiting-base-canvas-root',_0x2e9e9e();return;}if(_0x4406e6===_0x106e4b&&_0x106e4b['querySelector'](_0x35bc9a(0x48a)))return;_0x257206[_0x35bc9a(0x5df)]();let _0x1916bb=_0x3240c5['injector'][_0x35bc9a(0x335)](p[_0x35bc9a(0x6d8)]),_0x2fc88b;try{_0x2fc88b=an(_0x1916bb,_0x3240c5['childUnitId'],_0x56f572);}catch(_0x3cbf91){_0x3240c5['container'][_0x35bc9a(0x4d2)]['embedChildRenderError']=_0x3cbf91 instanceof Error?_0x3cbf91[_0x35bc9a(0x65a)]:String(_0x3cbf91),_0x2fc88b=void 0x0;}if(!_0x2fc88b){_0x3240c5[_0x35bc9a(0x54b)][_0x35bc9a(0x4d2)][_0x35bc9a(0x41b)]=_0x35bc9a(0x954),_0x4406e6=void 0x0,_0x2e9e9e();return;}delete _0x3240c5[_0x35bc9a(0x54b)][_0x35bc9a(0x4d2)][_0x35bc9a(0x877)],_0x106e4b[_0x35bc9a(0x4d2)][_0x35bc9a(0x9be)]=_0x3240c5[_0x35bc9a(0x397)],_0x2fc88b[_0x35bc9a(0x772)][_0x35bc9a(0x266)](_0x106e4b),sn(_0x2fc88b,{'activate':Hc(_0x3240c5)});let _0x9834a2=en(_0x2fc88b,_0x106e4b,{'activate':!0x1});_0x257206=(0x0,a[_0x35bc9a(0x63c)])(()=>{const _0x28f954=_0x35bc9a;_0x9834a2[_0x28f954(0x5df)]();try{var _0x4017fa,_0x3c4d9c;(_0x4017fa=(_0x3c4d9c=_0x2fc88b['engine'])[_0x28f954(0xa04)])==null||_0x4017fa['call'](_0x3c4d9c);}catch{}_0x1916bb[_0x28f954(0x9b5)](_0x3240c5['childUnitId']),_0x106e4b['removeAttribute'](_0x28f954(0x6df));}),_0x4406e6=_0x106e4b,_0x3240c5['container'][_0x35bc9a(0x4d2)][_0x35bc9a(0x41b)]=_0x35bc9a(0x46e),_0x2e9e9e();};return _0x5be6d3=window[_0x1d4444(0x7c4)](_0x1fa3a5),(0x0,a[_0x1d4444(0x63c)])(()=>{const _0x32ea4f=_0x1d4444;_0x463389=!0x0,window[_0x32ea4f(0x613)](_0x5be6d3),_0x257206[_0x32ea4f(0x5df)]();});}function Bc(_0x8ae524){const _0x31b929=_0x36ed40;return(0x0,_[_0x31b929(0x607)])({'unitId':_0x8ae524[_0x31b929(0x397)],'scope':Rc(_0x8ae524)});}function Vc(_0x5a85e9){const _0x589b0c=_0x36ed40;return!!_0x5a85e9&&_0x5a85e9['isConnected']&&_0x5a85e9[_0x589b0c(0x9c5)]>0x0&&_0x5a85e9[_0x589b0c(0x81c)]>0x0;}function Hc(_0x495734){return!0x0;}function Uc(_0x3dfefc,_0x362d08,_0x45260d,_0xd9cb06){const _0x4c53fe=_0x36ed40;var _0xf0b6e0;let _0x1e1b4f=_0x3dfefc[_0x4c53fe(0x501)][_0x4c53fe(0x335)](a[_0x4c53fe(0x8cc)]),_0xd2be84=_0x1e1b4f[_0x4c53fe(0x77d)](_0x3dfefc[_0x4c53fe(0x397)],_0x3dfefc['childType']);if(!_0xd2be84)return;let _0x1f56af=Wc(_0x1e1b4f,_0x3dfefc,_0xd2be84),_0x259781=Xc(((_0xf0b6e0=_0x3dfefc[_0x4c53fe(0x368)])==null?void 0x0:_0xf0b6e0[_0x4c53fe(0x7e4)])??_0x3dfefc[_0x4c53fe(0x501)][_0x4c53fe(0x335)](a[_0x4c53fe(0x8cd)]),_0x362d08,_0x45260d,_0xd9cb06,_0x3dfefc['injector']['get'](C[_0x4c53fe(0x831)]),_0x3dfefc[_0x4c53fe(0x501)]['get'](a['IPermissionService']),_0x1e1b4f,_0x3dfefc[_0x4c53fe(0x397)]),_0x14efa8=new Map([[a[_0x4c53fe(0x8cc)],_0x1f56af],[a[_0x4c53fe(0x8cd)],_0x259781],[_[_0x4c53fe(0x348)],(0x0,_[_0x4c53fe(0x3e5)])(Rc(_0x3dfefc))]]);return _0x3dfefc[_0x4c53fe(0x501)][_0x4c53fe(0x82c)](a[_0x4c53fe(0x962)])&&_0x14efa8[_0x4c53fe(0x436)](a[_0x4c53fe(0x962)],mt(_0x3dfefc['injector'][_0x4c53fe(0x335)](a[_0x4c53fe(0x962)]))),gt(_0x3dfefc[_0x4c53fe(0x501)],_0x14efa8);}function Wc(_0x2ae862,_0x27ec71,_0x2ec3ff){const _0x3e51b3=_0x36ed40;return{'unitAdded$':_0x2ae862[_0x3e51b3(0x369)],'unitDisposed$':_0x2ae862[_0x3e51b3(0x68e)],'focused$':(0x0,f['of'])(_0x2ec3ff[_0x3e51b3(0x8d6)]()),'getTypeOfUnitAdded$':_0x2ae862['getTypeOfUnitAdded$'][_0x3e51b3(0x75f)](_0x2ae862),'__addUnit':_0x2ae862['__addUnit'][_0x3e51b3(0x75f)](_0x2ae862),'getTypeOfUnitDisposed$':_0x2ae862[_0x3e51b3(0x8d2)][_0x3e51b3(0x75f)](_0x2ae862),'focusUnit':_0x28cf3d=>{const _0x3f1353=_0x3e51b3;_0x28cf3d!==null&&_0x28cf3d!==_0x27ec71[_0x3f1353(0x397)]&&_0x2ae862['focusUnit'](_0x28cf3d);},'getFocusedUnit':()=>_0x2ec3ff,'getCurrentUnitOfType':_0x13b7fc=>_0x13b7fc===_0x27ec71['childType']?_0x2ec3ff:_0x2ae862['getCurrentUnitOfType'](_0x13b7fc),'setCurrentUnitForType':_0x5ec1a5=>{const _0x5b74d9=_0x3e51b3;_0x5ec1a5!==_0x27ec71[_0x5b74d9(0x397)]&&_0x2ae862[_0x5b74d9(0x88e)](_0x5ec1a5);},'getCurrentTypeOfUnit$':_0x5cbc34=>_0x5cbc34===_0x27ec71[_0x3e51b3(0x560)]?(0x0,f['of'])(_0x2ec3ff):_0x2ae862['getCurrentTypeOfUnit$'](_0x5cbc34),'createUnit':_0x2ae862[_0x3e51b3(0x526)][_0x3e51b3(0x75f)](_0x2ae862),'getUnitCreateOptions':_0x2ae862[_0x3e51b3(0x730)][_0x3e51b3(0x75f)](_0x2ae862),'disposeUnit':_0x2ae862['disposeUnit'][_0x3e51b3(0x75f)](_0x2ae862),'registerCtorForType':_0x2ae862[_0x3e51b3(0x469)][_0x3e51b3(0x75f)](_0x2ae862),'getUnit':_0x2ae862[_0x3e51b3(0x77d)][_0x3e51b3(0x75f)](_0x2ae862),'getAllUnitsForType':_0x3edf8c=>_0x3edf8c===_0x27ec71['childType']?[_0x2ec3ff]:_0x2ae862[_0x3e51b3(0x2f7)](_0x3edf8c),'getUnitType':_0x2ae862[_0x3e51b3(0x687)][_0x3e51b3(0x75f)](_0x2ae862)};}function Gc(_0x37ad31,_0x22ef78,_0xb4b5d5='workbench',_0x5a7b44,_0x58e2ce){const _0x494bff=_0x36ed40;let {dashboardId:_0x323be3,tableId:_0x15cf37,viewId:_0x2d5860}=Kc(_0x22ef78,_0x5a7b44,_0x58e2ce);_0x15cf37&&_0x37ad31[_0x494bff(0x2fe)](_0x15cf37),_0x2d5860&&_0x37ad31['activateView'](_0x2d5860),_0x323be3&&_0x37ad31[_0x494bff(0x3f9)](_0x323be3),_0x37ad31['setLeftSidebarVisible'](_0xb4b5d5===_0x494bff(0x944));}function Kc(_0x9cc447,_0x206072,_0x14fbdd){const _0x3e4b51=_0x36ed40;var _0x3a2c99,_0x440c6d,_0x3bbe94,_0x2b7875,_0x5bc7e6;let _0x19818e=_0x9cc447[_0x3e4b51(0x85e)](),_0x60a3d0=_0x206072==null?void 0x0:_0x206072['tableId'],_0x459436=_0x60a3d0&&(_0x3a2c99=_0x19818e[_0x3e4b51(0x4d8)])!=null&&_0x3a2c99[_0x60a3d0]?_0x60a3d0:((_0x440c6d=_0x19818e[_0x3e4b51(0x405)])==null?void 0x0:_0x440c6d['find'](_0xb53068=>{const _0x3f2785=_0x3e4b51;var _0x204a54;return!!((_0x204a54=_0x19818e[_0x3f2785(0x4d8)])!=null&&_0x204a54[_0xb53068]);}))??Object[_0x3e4b51(0x2bc)](_0x19818e[_0x3e4b51(0x4d8)]??{})[0x0]??'',_0x40a162=(_0x3bbe94=_0x19818e[_0x3e4b51(0x4d8)])==null?void 0x0:_0x3bbe94[_0x459436],_0x59771a=_0x206072==null?void 0x0:_0x206072[_0x3e4b51(0x6fe)],_0x324300=_0x59771a&&_0x40a162!=null&&(_0x2b7875=_0x40a162['views'])!=null&&_0x2b7875[_0x59771a]?_0x59771a:_0x40a162==null||(_0x5bc7e6=_0x40a162[_0x3e4b51(0x632)])==null?void 0x0:_0x5bc7e6['find'](_0x826cc6=>{const _0x13f16c=_0x3e4b51;var _0x577dcf;return!!((_0x577dcf=_0x40a162[_0x13f16c(0x4f0)])!=null&&_0x577dcf[_0x826cc6]);}),_0x50140d=_0x206072!=null&&_0x206072[_0x3e4b51(0x344)]&&_0x14fbdd!=null&&_0x14fbdd[_0x3e4b51(0x82c)](_0x206072[_0x3e4b51(0x344)])?_0x206072['dashboardId']:void 0x0;return{'tableId':_0x459436,..._0x324300?{'viewId':_0x324300}:{},..._0x50140d?{'dashboardId':_0x50140d}:{}};}function qc(_0x29f3e9,_0x313dc5,_0xe805a7,_0x2d3391){const _0x26462c=_0x36ed40;let _0x1f966d=Kc(_0x313dc5,_0xe805a7,_0x2d3391),_0x24f9fd=_0x29f3e9[_0x26462c(0x274)]();_0x1f966d[_0x26462c(0x39c)]&&(_0x24f9fd['activeTableId']!==_0x1f966d[_0x26462c(0x39c)]||!_0x1f966d[_0x26462c(0x344)]&&_0x24f9fd[_0x26462c(0x9de)])&&_0x29f3e9[_0x26462c(0x2fe)](_0x1f966d[_0x26462c(0x39c)]),_0x1f966d['viewId']&&_0x29f3e9[_0x26462c(0x274)]()['activeViewId']!==_0x1f966d['viewId']&&_0x29f3e9['activateView'](_0x1f966d[_0x26462c(0x6fe)]),_0x1f966d[_0x26462c(0x344)]&&_0x29f3e9[_0x26462c(0x274)]()[_0x26462c(0x9de)]!==_0x1f966d[_0x26462c(0x344)]&&_0x29f3e9['activateDashboard'](_0x1f966d['dashboardId']);}function Jc(_0xc5fda9){const _0x50460a=_0x36ed40;return _0xc5fda9[_0x50460a(0x949)][_0x50460a(0x498)]?_0x50460a(0x498):_0xc5fda9[_0x50460a(0x949)]['mode']==='float'?_0x50460a(0x74e):_0x50460a(0x944);}function Yc(_0x472849,_0x2b4465,_0x251aa2=new _[(_0x36ed40(0x2b1))](),_0x533056=new _[(_0x36ed40(0x5de))](_0x2b4465),_0x5b8164=_0x36ed40(0x944),_0x4cc248,_0x2d3456=!0x1,_0x469612){const _0x51ee4a=_0x36ed40;let _0x313a61=el(_0x472849['get'](a[_0x51ee4a(0x962)]),_0x5b8164),_0x1b1a5a=Xc(_0x472849[_0x51ee4a(0x335)](a['ICommandService']),_0x2b4465,_0x251aa2,_0x533056,_0x472849[_0x51ee4a(0x335)](C[_0x51ee4a(0x831)]),_0x472849[_0x51ee4a(0x335)](a[_0x51ee4a(0x5ad)]),_0x472849['get'](a[_0x51ee4a(0x8cc)]),void 0x0,_0x2d3456),_0x2aa564=new Map([[_[_0x51ee4a(0x93a)],_0x2b4465],[_[_0x51ee4a(0x94b)],_0x251aa2],[_[_0x51ee4a(0x534)],_0x533056],[a['ICommandService'],_0x1b1a5a],[a['IConfigService'],_0x313a61],[_[_0x51ee4a(0x348)],_0x472849['get'](_[_0x51ee4a(0x348)])],[_[_0x51ee4a(0x298)],(0x0,_[_0x51ee4a(0x8c9)])(_0x469612)]]);_0x4cc248&&_0x2aa564['set'](_[_0x51ee4a(0x51b)],_0x4cc248);let _0x325be3=gt(_0x472849,_0x2aa564);return _0x325be3[_0x51ee4a(0x258)]([_[_0x51ee4a(0x86f)],{'useClass':_['BaseClipboardService']}]),_0x325be3;}function Xc(_0x4a4811,_0x3cdd9a,_0x4563f7,_0x41eef9,_0x4e249c,_0x1b12f2,_0x1f188d,_0xacf116,_0xdb3e70=!0x1){const _0x10a94b=_0x36ed40;let _0x563267={'disposed':_0x4a4811['disposed'][_0x10a94b(0x75f)](_0x4a4811),'hasCommand':_0x4a4811[_0x10a94b(0x81e)][_0x10a94b(0x75f)](_0x4a4811),'registerCommand':_0x4a4811[_0x10a94b(0x655)][_0x10a94b(0x75f)](_0x4a4811),'unregisterCommand':_0x4a4811[_0x10a94b(0x4ad)][_0x10a94b(0x75f)](_0x4a4811),'registerMultipleCommand':_0x4a4811[_0x10a94b(0x259)][_0x10a94b(0x75f)](_0x4a4811),'executeCommand':async(..._0x395a69)=>{const _0x4de5eb=_0x10a94b;if(_0x395a69[0x0]===_[_0x4de5eb(0x522)]['id']&&_0x1f188d)return(0x0,_[_0x4de5eb(0x59b)])({'commandService':_0x563267,'instanceService':_0x1f188d,'projectionService':_0x4e249c,'stateService':_0x3cdd9a},_0x395a69[0x1]);let _0x4d1772=Zc(_0x395a69[0x0],_0x395a69[0x1],_0x3cdd9a,_0x4563f7,_0x1f188d,_0xacf116);if(_0x4d1772!==void 0x0)return _0x4d1772;let _0x515309=Qc(_0x395a69[0x0],_0x395a69[0x1],_0x41eef9,_0x1b12f2,_0x1f188d,_0xacf116,_0xdb3e70);if(_0x515309!==void 0x0)return _0x515309;let _0xb9bf94=_0xacf116?_0x1f188d==null?void 0x0:_0x1f188d[_0x4de5eb(0x9ea)](a[_0x4de5eb(0x583)][_0x4de5eb(0x7fa)]):void 0x0;try{return _0xacf116&&(_0x1f188d==null||_0x1f188d[_0x4de5eb(0x88e)](_0xacf116)),await _0x4a4811['executeCommand'](_0x395a69[0x0],_0x395a69[0x1],_0x395a69[0x2]);}finally{_0xb9bf94&&(_0x1f188d==null||_0x1f188d[_0x4de5eb(0x88e)](_0xb9bf94[_0x4de5eb(0x8d6)]()));}},'syncExecuteCommand':(..._0x5cf78a)=>{const _0x1fb2ce=_0x10a94b;if(_0x5cf78a[0x0]===_[_0x1fb2ce(0x522)]['id']&&_0x1f188d)return(0x0,_[_0x1fb2ce(0x59b)])({'commandService':_0x563267,'instanceService':_0x1f188d,'projectionService':_0x4e249c,'stateService':_0x3cdd9a},_0x5cf78a[0x1]);let _0x3b7591=Zc(_0x5cf78a[0x0],_0x5cf78a[0x1],_0x3cdd9a,_0x4563f7,_0x1f188d,_0xacf116);if(_0x3b7591!==void 0x0)return _0x3b7591;let _0x210769=Qc(_0x5cf78a[0x0],_0x5cf78a[0x1],_0x41eef9,_0x1b12f2,_0x1f188d,_0xacf116,_0xdb3e70);if(_0x210769!==void 0x0)return _0x210769;let _0xbb7625=_0xacf116?_0x1f188d==null?void 0x0:_0x1f188d[_0x1fb2ce(0x9ea)](a['UniverInstanceType'][_0x1fb2ce(0x7fa)]):void 0x0;try{return _0xacf116&&(_0x1f188d==null||_0x1f188d[_0x1fb2ce(0x88e)](_0xacf116)),_0x4a4811[_0x1fb2ce(0x8b3)](_0x5cf78a[0x0],_0x5cf78a[0x1],_0x5cf78a[0x2]);}finally{_0xbb7625&&(_0x1f188d==null||_0x1f188d[_0x1fb2ce(0x88e)](_0xbb7625['getUnitId']()));}},'onCommandExecuted':_0x4a4811[_0x10a94b(0x9f3)][_0x10a94b(0x75f)](_0x4a4811),'beforeCommandExecuted':_0x4a4811[_0x10a94b(0x4f1)]['bind'](_0x4a4811),'onMutationExecutedForCollab':_0x4a4811['onMutationExecutedForCollab'][_0x10a94b(0x75f)](_0x4a4811)};return _0x563267;}function Zc(_0x574ba8,_0x3482d9,_0x2dda9e,_0x3d82d3,_0x52b54b,_0x2affb8){const _0x1d0679=_0x36ed40;if(_0x574ba8===_[_0x1d0679(0x931)]['id']){let _0x27aa1e=_0x3482d9;return _0x27aa1e!=null&&_0x27aa1e['viewId']?(_0x27aa1e[_0x1d0679(0x39c)]&&_0x2dda9e[_0x1d0679(0x2fe)](_0x27aa1e['tableId']),_0x2dda9e[_0x1d0679(0x90e)](_0x27aa1e['viewId']),!0x0):!0x1;}if(_0x574ba8===_[_0x1d0679(0x6fc)]['id']){let _0x5d0c67=_0x3482d9;if(!(_0x5d0c67!=null&&_0x5d0c67['tableId']))return!0x1;_0x2dda9e['activateTable'](_0x5d0c67[_0x1d0679(0x39c)]);let _0x3e5ceb=_0x5d0c67[_0x1d0679(0x8e8)]?_0x52b54b==null?void 0x0:_0x52b54b[_0x1d0679(0x77d)](_0x5d0c67['unitId'],a[_0x1d0679(0x583)][_0x1d0679(0x7fa)]):_0x52b54b==null?void 0x0:_0x52b54b['getCurrentUnitOfType'](a[_0x1d0679(0x583)][_0x1d0679(0x7fa)]),_0x36e352=(_0x3e5ceb==null?void 0x0:_0x3e5ceb[_0x1d0679(0x8d6)]())??_0x2affb8;_0x36e352&&(_0x52b54b==null||_0x52b54b[_0x1d0679(0x88e)](_0x36e352),_0x52b54b==null||_0x52b54b[_0x1d0679(0x561)](_0x36e352));let _0x452a7f=_0x3e5ceb==null?void 0x0:_0x3e5ceb[_0x1d0679(0x85e)]()['tables'][_0x5d0c67[_0x1d0679(0x39c)]],_0x1231b1=_0x452a7f==null?void 0x0:_0x452a7f[_0x1d0679(0x632)][_0x1d0679(0x1f2)](_0x470134=>_0x452a7f[_0x1d0679(0x4f0)][_0x470134]);return _0x1231b1&&_0x2dda9e[_0x1d0679(0x90e)](_0x1231b1),!0x0;}if(_0x574ba8===_[_0x1d0679(0x3f8)]['id']){let _0x2411c6=_0x3482d9;return _0x2411c6!=null&&_0x2411c6[_0x1d0679(0x6fe)]?(_0x2dda9e[_0x1d0679(0x874)](_0x2411c6[_0x1d0679(0x6fe)],{'x':_0x2411c6['x']??0x0,'y':_0x2411c6['y']??0x0}),!0x0):!0x1;}if(_0x574ba8===_[_0x1d0679(0x631)]['id']){let _0x449bf5=_0x3482d9;return!(_0x449bf5!=null&&_0x449bf5[_0x1d0679(0x6fe)])||typeof _0x449bf5[_0x1d0679(0x293)]!=_0x1d0679(0x33c)?!0x1:(_0x2dda9e[_0x1d0679(0x8be)](_0x449bf5[_0x1d0679(0x6fe)],_0x449bf5[_0x1d0679(0x293)]),!0x0);}if(_0x574ba8===_[_0x1d0679(0x710)]['id'])return _0x3482d9?(_0x2dda9e['clearVirtualRecords'](),_0x3d82d3[_0x1d0679(0x9ab)](_0x3482d9),!0x0):!0x1;if(_0x574ba8===_[_0x1d0679(0x591)]['id'])return _0x3d82d3[_0x1d0679(0xa05)](),!0x0;if(_0x574ba8===_['OpenBaseContextMenuOperation']['id'])return _0x3482d9?(_0x2dda9e['clearVirtualRecords'](),_0x3d82d3['openContextMenu'](_0x3482d9),!0x0):!0x1;if(_0x574ba8===_['CloseBaseContextMenuOperation']['id'])return _0x3d82d3[_0x1d0679(0x423)](),!0x0;if(_0x574ba8===_[_0x1d0679(0x24a)]['id'])return _0x3482d9?(_0x3d82d3[_0x1d0679(0x4de)](_0x3482d9),!0x0):!0x1;if(_0x574ba8===_[_0x1d0679(0x4d9)]['id'])return _0x3d82d3[_0x1d0679(0x337)](),!0x0;if(_0x574ba8===_['OpenBaseRecordDetailPanelOperation']['id']){let _0x3dc4a4=_0x3482d9;return _0x3dc4a4!=null&&_0x3dc4a4[_0x1d0679(0x3b5)]?(_0x2dda9e[_0x1d0679(0x4f5)](_0x3dc4a4[_0x1d0679(0x3b5)]),!0x0):!0x1;}if(_0x574ba8===_['CloseBaseRecordDetailPanelOperation']['id'])return _0x2dda9e[_0x1d0679(0x8ea)](),!0x0;}function Qc(_0x4e2fb6,_0x273ab8,_0x2dd35e,_0x22ce21,_0x3f2f26,_0x49ab2e,_0x581ea8=!0x1){const _0x254354=_0x36ed40;if(_0x4e2fb6===_[_0x254354(0x78d)]['id']){var _0x2fb7fc;if(_0x581ea8||!$c(_0x273ab8))return!0x1;let _0x23e04a=_0x273ab8[_0x254354(0x8e8)]??_0x49ab2e??(_0x3f2f26==null||(_0x2fb7fc=_0x3f2f26['getCurrentUnitOfType'](a[_0x254354(0x583)][_0x254354(0x7fa)]))==null?void 0x0:_0x2fb7fc[_0x254354(0x8d6)]());return!_0x23e04a||!(0x0,C[_0x254354(0x87b)])(_0x22ce21,_0x23e04a,[(0x0,C['getBaseTablePermissionObjectId'])(_0x273ab8[_0x254354(0x39c)]),(0x0,C[_0x254354(0x345)])(_0x273ab8[_0x254354(0x39c)],_0x273ab8['fieldId']),(0x0,C[_0x254354(0x937)])(_0x273ab8[_0x254354(0x39c)],_0x273ab8[_0x254354(0x3b5)]),(0x0,C['getBaseViewPermissionObjectId'])(_0x273ab8[_0x254354(0x39c)],_0x273ab8[_0x254354(0x6fe)])])?!0x1:(_0x2dd35e[_0x254354(0x746)]({'tableId':_0x273ab8[_0x254354(0x39c)],'viewId':_0x273ab8['viewId'],'recordId':_0x273ab8[_0x254354(0x3b5)],'fieldId':_0x273ab8['fieldId'],'initialQuery':_0x273ab8[_0x254354(0x44c)],'autoFocus':_0x273ab8[_0x254354(0x1e9)],'virtual':_0x273ab8[_0x254354(0x9d3)]}),!0x0);}if(_0x4e2fb6===_[_0x254354(0x482)]['id'])return _0x2dd35e['stopEditingCell'](),!0x0;}function $c(_0x4df6bd){const _0x123469=_0x36ed40;return typeof _0x4df6bd==_0x123469(0x9e9)&&!!_0x4df6bd&&_0x123469(0x39c)in _0x4df6bd&&typeof _0x4df6bd[_0x123469(0x39c)]==_0x123469(0x3df)&&_0x123469(0x6fe)in _0x4df6bd&&typeof _0x4df6bd['viewId']=='string'&&_0x123469(0x3b5)in _0x4df6bd&&typeof _0x4df6bd['recordId']=='string'&&'fieldId'in _0x4df6bd&&typeof _0x4df6bd['fieldId']==_0x123469(0x3df);}function el(_0x4d159f,_0xc1bd4c){const _0x4344c2=_0x36ed40;return{'getConfig':_0x56dc85=>{const _0x3e6d89=_0x2eed;let _0x24c067=_0x4d159f[_0x3e6d89(0x85b)](_0x56dc85);return _0x56dc85===_[_0x3e6d89(0x572)]?tl(_0x24c067??{},_0xc1bd4c):_0x24c067;},'setConfig':_0x4d159f[_0x4344c2(0x4b9)]['bind'](_0x4d159f),'deleteConfig':_0x4d159f['deleteConfig'][_0x4344c2(0x75f)](_0x4d159f),'subscribeConfigValue$':_0x4d159f[_0x4344c2(0x84b)][_0x4344c2(0x75f)](_0x4d159f)};}function tl(_0x5df42b,_0x322c22=_0x36ed40(0x944)){const _0x55b8bb=_0x36ed40;let _0x14d1a3;return _0x14d1a3=_0x322c22===_0x55b8bb(0x74e)||_0x322c22===_0x55b8bb(0x498)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0,'presentation':!0x0}:{'header':!0x0,'headerMenu':!0x0,'presentation':!0x1},{..._0x5df42b,'workbench':{..._0x5df42b[_0x55b8bb(0x944)]??{},..._0x14d1a3,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function nl(_0x510a9b){const _0x1e07cf=_0x36ed40;var _0x2a653e;if(_0x510a9b['renderScope'][_0x1e07cf(0x498)]&&_0x510a9b[_0x1e07cf(0x368)][_0x1e07cf(0x4a2)][_0x1e07cf(0x33d)])return _0x510a9b[_0x1e07cf(0x368)][_0x1e07cf(0x4a2)][_0x1e07cf(0x33d)];let _0x1ea95d=_0x510a9b[_0x1e07cf(0x368)][_0x1e07cf(0x4a2)]['overlay']??_0x510a9b['renderScope'][_0x1e07cf(0x27e)]??_0x510a9b[_0x1e07cf(0x949)]['rootElement'],_0x44eeb8=((_0x2a653e=_0x1ea95d[_0x1e07cf(0x62c)])==null?void 0x0:_0x2a653e[_0x1e07cf(0x4d2)][_0x1e07cf(0x973)])==='embed-float-dom-chrome'?_0x1ea95d[_0x1e07cf(0x62c)]:void 0x0;if(!_0x44eeb8||!_0x510a9b[_0x1e07cf(0x467)]||!_0x44eeb8[_0x1e07cf(0x4d2)][_0x1e07cf(0x467)]||_0x44eeb8['dataset'][_0x1e07cf(0x467)]===_0x510a9b[_0x1e07cf(0x467)])return _0x44eeb8??_0x1ea95d;let _0x16fbaf=_0x510a9b[_0x1e07cf(0x949)][_0x1e07cf(0x8e9)][_0x1e07cf(0x76e)];return Array[_0x1e07cf(0x513)](_0x16fbaf[_0x1e07cf(0x32a)](_0x1e07cf(0x850)))['find'](_0x5ebcad=>_0x5ebcad[_0x1e07cf(0x4d2)]['embedId']===_0x510a9b[_0x1e07cf(0x467)])??_0x1ea95d;}function rl(_0x9b1ae4){const _0x3e4a65=_0x36ed40;let _0x2c0f1d=nl(_0x9b1ae4),_0x341711=_0x9b1ae4[_0x3e4a65(0x949)][_0x3e4a65(0x8e9)][_0x3e4a65(0x76e)]['createElement'](_0x3e4a65(0x92d));return _0x341711[_0x3e4a65(0x4d2)]['embedFloatingMenuEntry']=_0x9b1ae4[_0x3e4a65(0x393)][_0x3e4a65(0x89c)],_0x341711[_0x3e4a65(0x763)]='univer-pointer-events-none',_0x341711[_0x3e4a65(0x75e)](_0x3e4a65(0x603),il),_0x341711[_0x3e4a65(0x75e)]('mousedown',il),al(_0x341711),_0x2c0f1d[_0x3e4a65(0x413)](_0x341711),{'menu':_0x341711,'menuRoot':_0x2c0f1d,'portalContainer':_0x9b1ae4[_0x3e4a65(0x368)][_0x3e4a65(0x4a2)][_0x3e4a65(0x9b4)]};}function il(_0x263ca3){const _0x48d56a=_0x36ed40;_0x263ca3[_0x48d56a(0x3e6)]();}function al(_0xcf4741){const _0x3fdbd5=_0x36ed40;_0xcf4741[_0x3fdbd5(0x75e)](_0x3fdbd5(0x2be),_0x25e3f7=>{const _0x196c0a=_0x3fdbd5;let _0x2d82a0=_0x25e3f7['button']===0x0&&_0x25e3f7[_0x196c0a(0x392)]instanceof Element?_0x25e3f7['target'][_0x196c0a(0x71c)](_0x196c0a(0x39d)):null;if(!_0x2d82a0)return;let _0x35907f=!0x1,_0x372420=()=>{_0x35907f=!0x0;};_0x2d82a0[_0x196c0a(0x75e)](_0x196c0a(0x79d),_0x372420,{'once':!0x0}),globalThis[_0x196c0a(0x62a)](()=>{const _0x320c5b=_0x196c0a;_0x2d82a0[_0x320c5b(0x2bb)](_0x320c5b(0x79d),_0x372420),_0x35907f||_0x2d82a0[_0x320c5b(0x79d)]();},0x0);});}function ol(_0x58aa43){const _0x5a0ff3=_0x36ed40;return[{'hostType':a[_0x5a0ff3(0x583)][_0x5a0ff3(0x80b)],'entry':t[_0x5a0ff3(0x9e3)][_0x5a0ff3(0x94e)],'childType':_0x58aa43['childType'],'ownsStage1Fullscreen':_0x58aa43[_0x5a0ff3(0x6a5)],'mount':_0x58aa43[_0x5a0ff3(0x266)]},{'hostType':a[_0x5a0ff3(0x583)]['UNIVER_SHEET'],'entry':t[_0x5a0ff3(0x9e3)][_0x5a0ff3(0x366)],'childType':_0x58aa43[_0x5a0ff3(0x560)],'ownsStage1Fullscreen':_0x58aa43[_0x5a0ff3(0x6a5)],'mount':_0x58aa43['mount']},{'hostType':a[_0x5a0ff3(0x583)][_0x5a0ff3(0x419)],'entry':t['EmbedHostEntryEnum'][_0x5a0ff3(0x6e0)],'childType':_0x58aa43[_0x5a0ff3(0x560)],'ownsStage1Fullscreen':_0x58aa43[_0x5a0ff3(0x6a5)],'mount':_0x58aa43['mount']},{'hostType':a['UniverInstanceType'][_0x5a0ff3(0x927)],'entry':t[_0x5a0ff3(0x9e3)]['BoardsFloatingObject'],'childType':_0x58aa43[_0x5a0ff3(0x560)],'ownsStage1Fullscreen':_0x58aa43['ownsStage1Fullscreen'],'mount':_0x58aa43[_0x5a0ff3(0x266)]}];}function sl(_0x5c5b8f){const _0x42722e=_0x36ed40;let _0xe849ea=(0x0,c[_0x42722e(0x26f)])(a[_0x42722e(0x5ad)]);return(0x0,c['useObservable'])(()=>_0xe849ea[_0x42722e(0x308)][_0x42722e(0x5ab)]((0x0,f['map'])(()=>(0x0,C[_0x42722e(0x87b)])(_0xe849ea,_0x5c5b8f,[]))),(0x0,C[_0x42722e(0x87b)])(_0xe849ea,_0x5c5b8f,[]),!0x1,[_0xe849ea,_0x5c5b8f]);}function cl(_0x4208de){let {embedId:_0x5f13a3,childUnitId:_0x57673e,base:_0x2c72ca,activeTable:_0x2f0c60}=_0x4208de,_0x54965d=ll(_0x5f13a3);return _0x54965d?(0x0,w['createPortal'])((0x0,m['jsx'])(dl,{'childUnitId':_0x57673e,'base':_0x2c72ca,'activeTable':_0x2f0c60}),_0x54965d):null;}function ll(_0x4199be){const _0x2fad17=_0x36ed40;let [_0x5e1bbf,_0x38e3c8]=(0x0,d[_0x2fad17(0x324)])(()=>ul(_0x4199be));return(0x0,d['useEffect'])(()=>{const _0x1d32eb=_0x2fad17;let _0x3d1de1=window[_0x1d32eb(0x7c4)](()=>_0x38e3c8(ul(_0x4199be)));return()=>{const _0x3f8d2e=_0x1d32eb;window[_0x3f8d2e(0x613)](_0x3d1de1);};},[_0x4199be]),_0x5e1bbf;}function ul(_0x56680a){const _0x4a824d=_0x36ed40;return Array['from'](document[_0x4a824d(0x32a)](_0x4a824d(0x473)))['find'](_0x19161f=>_0x19161f[_0x4a824d(0x4d2)][_0x4a824d(0x467)]===_0x56680a)??null;}function dl(_0x171956){const _0x10975f=_0x36ed40;var _0x3def11,_0x16f0ca;let {childUnitId:_0x3f13d1,base:_0x27eff3,activeTable:_0x3bd812}=_0x171956,_0x6ce0c7=(0x0,c[_0x10975f(0x26f)])(a['ICommandService']),_0x595aa9=(0x0,c[_0x10975f(0x26f)])(a[_0x10975f(0x962)]),_0xa6880b=(0x0,c[_0x10975f(0x26f)])(a['LocaleService']),_0x263335=(0x0,c[_0x10975f(0x26f)])(_[_0x10975f(0x93a)]),_0x4956e1=sl(_0x3f13d1),_0x125401=(0x0,c[_0x10975f(0x42d)])(()=>_0x263335['state$'],_0x263335[_0x10975f(0x274)](),!0x1,[_0x263335]),[_0x489013,_0x5c3ac5]=(0x0,d['useState'])(null),[_0x4171b3,_0x3199bf]=(0x0,d['useState'])(null),[_0x467cde,_0x1639cb]=(0x0,d[_0x10975f(0x324)])(''),[_0x3ebbbf,_0x23267f]=(0x0,d[_0x10975f(0x324)])(_0x10975f(0x282)),[_0x474f3e,_0x52ba52]=(0x0,d[_0x10975f(0x324)])(null),_0x20eec1=(_0x595aa9==null||(_0x3def11=_0x595aa9[_0x10975f(0x85b)](_[_0x10975f(0x572)]))==null?void 0x0:_0x3def11[_0x10975f(0x944)])??{},_0x194520=_0x125401[_0x10975f(0x901)]['leftPanelWidth']??_0x20eec1[_0x10975f(0x37b)]??((_0x16f0ca=_['defaultPluginConfig'][_0x10975f(0x944)])==null?void 0x0:_0x16f0ca[_0x10975f(0x37b)])??_['BASE_LEFT_PANEL_DEFAULT_WIDTH'],_0xe73c85=_0x27eff3[_0x10975f(0x85e)](),_0x4f99b8=ml(_0xe73c85,_0x3bd812['id'],!_0x4956e1),_0x1dec63=async _0x177205=>{const _0x2b794a=_0x10975f;let _0x29fbbf=_0xe73c85[_0x2b794a(0x4d8)][_0x177205];if(!_0x29fbbf)return;let _0x5d8e4f=_0x29fbbf[_0x2b794a(0x632)]['find'](_0x1cc5dd=>_0x29fbbf['views'][_0x1cc5dd]);_0x263335[_0x2b794a(0x2fe)](_0x29fbbf['id']),_0x5d8e4f&&_0x263335[_0x2b794a(0x90e)](_0x5d8e4f),_0x263335['setSelection'](null),_0x263335[_0x2b794a(0x8ea)](),await _0x6ce0c7[_0x2b794a(0x638)](_['ActivateBaseTableOperation']['id'],{'unitId':_0x3f13d1,'tableId':_0x177205});},_0x308ce3=async()=>{const _0x320d8c=_0x10975f;let _0x2488ee=(0x0,a[_0x320d8c(0x459)])({'id':_0x320d8c(0x791)+(0x0,a['generateRandomId'])(0x8),'name':hl(_0x27eff3['getSnapshot'](),_0x42d198=>_0xa6880b['t'](_0x320d8c(0x7bc),String(_0x42d198))),'primaryFieldId':'field-'+(0x0,a[_0x320d8c(0x5c6)])(0x8),'gridViewId':_0x320d8c(0x4a0)+(0x0,a[_0x320d8c(0x5c6)])(0x8)});await _0x6ce0c7[_0x320d8c(0x638)](C[_0x320d8c(0x2c8)]['id'],{'unitId':_0x3f13d1,'table':_0x2488ee})&&(_0x263335['activateTable'](_0x2488ee['id']),_0x263335[_0x320d8c(0x90e)](_0x2488ee[_0x320d8c(0x632)][0x0]),_0x263335[_0x320d8c(0x3f3)](null),_0x263335[_0x320d8c(0x8ea)](),_0x52ba52(_0x2488ee['id']));},_0x3caff0=async(_0x2946d7,_0x2a61b1,_0x4e7af3)=>{const _0x35fac4=_0x10975f;let _0x200814=_0x27eff3[_0x35fac4(0x85e)](),_0x85f0d8=_0x200814[_0x35fac4(0x4d8)][_0x2946d7];if(!_0x85f0d8)return;let _0x17d141=(0x0,C[_0x35fac4(0x4df)])(_0x85f0d8,{'id':_0x35fac4(0x791)+(0x0,a[_0x35fac4(0x5c6)])(0x8),'name':_0x2a61b1,'includeRecords':_0x4e7af3==='records','regenerateViewIds':!0x0,'createViewId':()=>'view-'+(0x0,a[_0x35fac4(0x5c6)])(0x8)});await _0x6ce0c7[_0x35fac4(0x638)](C['CreateBaseTableCommand']['id'],{'unitId':_0x3f13d1,'table':_0x17d141,'index':_0x200814['tableOrder'][_0x35fac4(0x5aa)](_0x2946d7)+0x1})&&(_0x263335[_0x35fac4(0x2fe)](_0x17d141['id']),_0x263335[_0x35fac4(0x90e)](_0x17d141[_0x35fac4(0x632)][0x0]),_0x263335[_0x35fac4(0x3f3)](null),_0x263335['closeRecordDetail']());},_0x14c9d4=async _0x2181db=>{const _0x19adca=_0x10975f;let _0xa138e4=_0x27eff3[_0x19adca(0x85e)](),_0x39702f=ml(_0xa138e4,_0x3bd812['id'])[_0x19adca(0x789)](_0x453f86=>_0x453f86['id']);if(_0x39702f[_0x19adca(0x248)]<=0x1)return;let _0x5a2393=_0x2181db===_0x3bd812['id']?_0x39702f[_0x19adca(0x1f2)](_0x524e2c=>_0x524e2c!==_0x2181db):null;if(await _0x6ce0c7['executeCommand'](C[_0x19adca(0x3c0)]['id'],{'unitId':_0x3f13d1,'tableId':_0x2181db})&&_0x5a2393){let _0x333ebe=_0xa138e4['tables'][_0x5a2393],_0x4649e9=_0x333ebe==null?void 0x0:_0x333ebe[_0x19adca(0x632)]['find'](_0x2e6333=>_0x333ebe[_0x19adca(0x4f0)][_0x2e6333]);_0x263335[_0x19adca(0x2fe)](_0x5a2393),_0x4649e9&&_0x263335[_0x19adca(0x90e)](_0x4649e9),_0x263335[_0x19adca(0x3f3)](null),_0x263335[_0x19adca(0x8ea)]();}};return(0x0,m[_0x10975f(0x7a9)])(m[_0x10975f(0x81a)],{'children':[(0x0,m[_0x10975f(0x6c9)])(_[_0x10975f(0x79b)],{'title':_0xe73c85[_0x10975f(0x50e)]||_0x10975f(0x31f),'items':_0x4f99b8,'width':_0x194520,'pendingRenameItemId':_0x474f3e,'onActivateItem':_0x1dec63,'onAddTable':_0x4956e1?async()=>{await _0x308ce3();}:void 0x0,'onRenameTable':_0x4956e1?async(_0x280eb5,_0x5d6d98)=>{const _0x1b6714=_0x10975f;await _0x6ce0c7[_0x1b6714(0x638)](C[_0x1b6714(0x475)]['id'],{'unitId':_0x3f13d1,'tableId':_0x280eb5,'name':_0x5d6d98});}:void 0x0,'getTableNameError':(_0x12dbfe,_0x5e83d9)=>(0x0,_[_0x10975f(0x23b)])(_0xa6880b,(0x0,C[_0x10975f(0x4fe)])(_0xe73c85,_0x5e83d9,_0x12dbfe)),'onPendingRenameItemConsumed':_0x2a41d3=>{_0x474f3e===_0x2a41d3&&_0x52ba52(null);},'onDuplicateTable':_0x4956e1?_0x2730ea=>{const _0x9cd9ad=_0x10975f;let _0x535fb2=_0x27eff3['getSnapshot'](),_0x381413=_0x535fb2['tables'][_0x2730ea];_0x381413&&(_0x3199bf(_0x2730ea),_0x1639cb((0x0,C[_0x9cd9ad(0x988)])(_0x535fb2,_0xa6880b['t'](_0x9cd9ad(0x99d),_0x381413[_0x9cd9ad(0x50e)]))),_0x23267f(_0x9cd9ad(0x282)));}:void 0x0,'onDeleteTable':_0x4956e1?_0x5c3ac5:void 0x0,'onResizeWidth':_0x6d9eac=>_0x263335[_0x10975f(0x585)](_0x6d9eac)}),(0x0,m[_0x10975f(0x6c9)])(_[_0x10975f(0x70e)],{'open':!!_0x4171b3,'name':_0x467cde,'nameError':(0x0,_[_0x10975f(0x23b)])(_0xa6880b,(0x0,C[_0x10975f(0x4fe)])(_0xe73c85,_0x467cde[_0x10975f(0x239)]())),'mode':_0x3ebbbf,'onNameChange':_0x1639cb,'onModeChange':_0x23267f,'onCancel':()=>_0x3199bf(null),'onConfirm':async()=>{const _0xc9233b=_0x10975f;let _0x46ee23=_0x4171b3,_0x8790e3=_0x467cde[_0xc9233b(0x239)](),_0x57611a=_0x3ebbbf;!_0x46ee23||!_0x8790e3||(_0x3199bf(null),await _0x3caff0(_0x46ee23,_0x8790e3,_0x57611a));}}),(0x0,m[_0x10975f(0x6c9)])(_[_0x10975f(0x1f4)],{'open':!!_0x489013,'title':_0xa6880b['t'](_0x10975f(0x3b6)),'description':_0xa6880b['t'](_0x10975f(0x909)),'onCancel':()=>_0x5c3ac5(null),'onConfirm':async()=>{let _0x458e7a=_0x489013;_0x5c3ac5(null),_0x458e7a&&await _0x14c9d4(_0x458e7a);}})]});}function fl(_0x3feadf){const _0x4d1689=_0x36ed40;let {embedId:_0x4f7f8a,activeView:_0x11ca88,views:_0x4e5de5,addViewOpen:_0xe8f47d,onAddViewOpenChange:_0x2b5a64,onActivateView:_0x52cdd4,onAddView:_0x3e5928,onSetViewAsFirst:_0x44d4c8,onMoveView:_0x296bcd,onRenameView:_0x319596,onDuplicateView:_0x3eddc3,onConfigureView:_0x202bc8,onDeleteView:_0x15ffa0,readonly:_0x405952}=_0x3feadf,_0x2b5b59=(0x0,c[_0x4d1689(0x26f)])(a[_0x4d1689(0x50a)]);return(0x0,m['jsx'])('div',{'data-u-comp':_0x4d1689(0x566),'className':_0x4d1689(0x49d),'children':(0x0,m[_0x4d1689(0x6c9)])(_[_0x4d1689(0x5dd)],{'readonly':_0x405952,'className':_0x4d1689(0x5db),'views':_0x4e5de5[_0x4d1689(0x789)](_0x27d3cf=>({'id':_0x27d3cf['id'],'name':_0x27d3cf[_0x4d1689(0x50e)],'type':_0x27d3cf['type']})),'activeViewId':_0x11ca88['id'],'onActivateView':_0x52cdd4,'onSetViewAsFirst':_0x44d4c8,'onMoveView':_0x296bcd,'onRenameView':_0x319596,'onDuplicateView':_0x3eddc3,'onConfigureView':_0x202bc8,'onDeleteView':_0x15ffa0,'onAddView':()=>_0x2b5a64(!_0xe8f47d),'addViewDropdown':{'open':_0xe8f47d,'onOpenChange':_0x2b5a64,'overlay':(0x0,m[_0x4d1689(0x6c9)])('div',{'data-u-comp':_0x4d1689(0x648),'data-embed-id':_0x4f7f8a,'data-embed-floating-menu-popup':_0x4d1689(0x69e),'children':(0x0,m[_0x4d1689(0x6c9)])(_[_0x4d1689(0x87a)],{'views':_[_0x4d1689(0x656)][_0x4d1689(0x789)](_0x3448f2=>({..._0x3448f2,'label':_0x2b5b59['t'](_0x3448f2[_0x4d1689(0x984)]),'description':_0x2b5b59['t'](_0x3448f2[_0x4d1689(0x947)])})),'onCreate':_0x3e5928})})}})});}function pl(_0x4d009f){const _0x365ad1=_0x36ed40;var _0x1cd67f;return(_0x4d009f==null||(_0x1cd67f=_0x4d009f[_0x365ad1(0x405)])==null?void 0x0:_0x1cd67f['map'](_0x369874=>_0x4d009f[_0x365ad1(0x4d8)][_0x369874])[_0x365ad1(0x32c)](_0x5134d9=>!!_0x5134d9))??[];}function ml(_0x2f2fcf,_0xf05c54,_0x3a02a3=!0x1){const _0x4a8253=_0x36ed40;return pl(_0x2f2fcf)[_0x4a8253(0x789)](_0x3cdcef=>({'id':_0x3cdcef['id'],'name':_0x3cdcef['name'],'active':_0x3cdcef['id']===_0xf05c54,'readonly':_0x3a02a3}));}function hl(_0x4b2979,_0x45ff23){const _0x110a70=_0x36ed40;let _0x1afbaa=new Set(pl(_0x4b2979)['map'](_0x53d073=>_0x53d073[_0x110a70(0x50e)])),_0x32013d=_0x1afbaa['size']+0x1,_0xb48b55=_0x45ff23(_0x32013d);for(;_0x1afbaa['has'](_0xb48b55);)_0x32013d+=0x1,_0xb48b55=_0x45ff23(_0x32013d);return _0xb48b55;}const gl=_0x36ed40(0x9a3);function _l(){const _0x39685f=_0x36ed40;return ol({'childType':a[_0x39685f(0x583)][_0x39685f(0x7fa)],'ownsStage1Fullscreen':!0x0,'mount':vl});}function vl(_0x266adc){const _0x17ab99=_0x36ed40;let {menu:_0x353bd6,menuRoot:_0x384a51,portalContainer:_0x2b171b}=rl(_0x266adc),_0x3d2184=On(_0x353bd6),_0x57f758=_0x266adc[_0x17ab99(0x368)][_0x17ab99(0x501)];return _0x3d2184[_0x17ab99(0x56a)]((0x0,d[_0x17ab99(0x349)])(J,{'injector':_0x57f758,'mountContainer':_0x2b171b,'embedId':_0x266adc[_0x17ab99(0x467)]},(0x0,d['createElement'])(Tl,{'hostUnitId':_0x266adc[_0x17ab99(0x98c)],'embedId':_0x266adc[_0x17ab99(0x467)],'childUnitId':_0x266adc[_0x17ab99(0x397)],'entry':_0x266adc['descriptor'][_0x17ab99(0x89c)],'fullscreen':!!_0x266adc[_0x17ab99(0x949)][_0x17ab99(0x498)],'floatingMenuPortalRoot':_0x384a51,'runtimeFocusRoot':_0x266adc[_0x17ab99(0x949)][_0x17ab99(0x8e9)],'usesDomFloatingStage':_0x266adc[_0x17ab99(0x393)]['entry']===_0x17ab99(0x45b),'renderScopeActive$':_0x266adc[_0x17ab99(0x949)]['active$']}))),(0x0,a[_0x17ab99(0x63c)])(()=>{const _0x52c72b=_0x17ab99;kn(_0x3d2184),globalThis[_0x52c72b(0x62a)](()=>_0x353bd6['remove'](),0x0);});}function yl(_0x450133){const _0x2adfd1=_0x36ed40;return Fr({'embedId':_0x450133[_0x2adfd1(0x467)],'active':bl(_0x450133['activeEmbedId'],_0x450133[_0x2adfd1(0x59f)]),'fullscreen':_0x450133[_0x2adfd1(0x498)],'usesDomFloatingStage':_0x450133['usesDomFloatingStage'],'renderScopeActive':_0x450133[_0x2adfd1(0x758)]});}function bl(_0x3aad34,_0x4142e1){const _0x4aaac1=_0x36ed40;return _0x3aad34?{'hostUnitId':'','childUnitId':'','embedId':_0x3aad34,'stage':_0x4142e1===_0x4aaac1(0x7b3)||_0x4142e1===_0x4aaac1(0x682)?_0x4aaac1(0x7b3):_0x4aaac1(0x2f9)}:null;}function xl(_0x35e864){return _0x35e864;}function Sl(_0x148460){return _0x148460;}function Cl(_0x4b2d53){return!_0x4b2d53;}function wl(_0xc86c4f){return{[G]:_0xc86c4f,[V]:'floating-menu'};}function Tl(_0x2d0952){const _0x5427b8=_0x36ed40;let {hostUnitId:_0x4d957c,embedId:_0x482a19,childUnitId:_0x4cf198,entry:_0x493ec1,fullscreen:_0x2fb00c,floatingMenuPortalRoot:_0x1130e4,runtimeFocusRoot:_0x4d3c69,usesDomFloatingStage:_0x46f4b1,renderScopeActive$:_0xf6e966}=_0x2d0952,_0x5ed91d=(0x0,c['useDependency'])(a['ICommandService']),_0x16eb63=(0x0,c[_0x5427b8(0x990)])(_['BASE_TOOLBAR_EXTRA_ACTIONS']),_0x1f7887=(0x0,c[_0x5427b8(0x26f)])(a[_0x5427b8(0x8cc)]),_0x4b3b89=(0x0,c[_0x5427b8(0x26f)])(a[_0x5427b8(0x50a)]),_0x48ee31=(0x0,c['useDependency'])(C['IBaseViewRegistryService']),_0x5c523a=(0x0,c[_0x5427b8(0x26f)])(a[_0x5427b8(0x70d)]),_0x43a20f=(0x0,c[_0x5427b8(0x26f)])(_['IBaseUIStateService']),_0x4fe954=(0x0,c[_0x5427b8(0x26f)])(_[_0x5427b8(0x94b)]),_0x3331be=(0x0,c['useDependency'])(ue),_0x89a94e=(0x0,c[_0x5427b8(0x42d)])(()=>_0x43a20f[_0x5427b8(0x30a)],_0x43a20f[_0x5427b8(0x274)](),!0x1,[_0x43a20f]),_0x5b32d7=(0x0,c[_0x5427b8(0x42d)])(()=>_0x5c523a[_0x5427b8(0x876)]['pipe']((0x0,f[_0x5427b8(0x789)])(()=>_0x5c523a['getUndoRedoStatus'](_0x4cf198))),_0x5c523a[_0x5427b8(0x27d)](_0x4cf198),!0x1,[_0x5c523a,_0x4cf198]),_0xeb1f28=(0x0,c[_0x5427b8(0x42d)])(()=>_0xf6e966,!0x1,!0x1,[_0xf6e966]),_0x3b37e6=(0x0,c[_0x5427b8(0x42d)])(()=>_0x3331be[_0x5427b8(0x253)],_0x3331be['getActive'](),!0x1,[_0x3331be]),_0x46bab1=(0x0,c[_0x5427b8(0x42d)])(()=>_0x4fe954['toolbarPanel$'],_0x4fe954['getToolbarPanel'](),!0x1,[_0x4fe954]),_0x5950c3=_0x3331be[_0x5427b8(0x45a)](_0x482a19),[_0x5d5ffd,_0x13f03b]=(0x0,d[_0x5427b8(0x324)])(0x0),[_0x82e3ba,_0x5e34a2]=(0x0,d[_0x5427b8(0x324)])(null),[_0x272c9a,_0x511377]=(0x0,d[_0x5427b8(0x324)])(!0x1),[_0x3be4d6,_0x2813a0]=(0x0,d[_0x5427b8(0x324)])(null),_0x572867=(0x0,d[_0x5427b8(0x2b0)])(_0x46bab1),_0x1734f5=(0x0,d['useRef'])(null),_0x349187=_0x1f7887[_0x5427b8(0x77d)](_0x4cf198,a['UniverInstanceType'][_0x5427b8(0x7fa)]),_0xfe1478=sl(_0x4cf198),_0x7a808c=_0x349187==null?void 0x0:_0x349187[_0x5427b8(0x85e)](),_0x2197d7=Al(_0x7a808c,_0x89a94e[_0x5427b8(0x327)]),_0x541351=jl(_0x2197d7),_0xe4e792=Ml(_0x2197d7,_0x89a94e[_0x5427b8(0x521)]),_0x2af88a=yl({'embedId':_0x482a19,'activeEmbedId':_0x3b37e6==null?void 0x0:_0x3b37e6[_0x5427b8(0x467)],'stage':_0x5950c3,'fullscreen':_0x2fb00c,'usesDomFloatingStage':_0x46f4b1,'renderScopeActive':_0xeb1f28})===_0x5427b8(0x7b3),[_0x2992ee,_0x48558b]=(0x0,d[_0x5427b8(0x324)])(_0x2af88a),_0x28aa88=xl(_0x2fb00c),_0x3085c1=Sl(_0x2fb00c),_0x406ede=Cl(_0x2fb00c),_0x5d2959=_0x28aa88?_0x5427b8(0x361):_0x5427b8(0x891);if(_0x2992ee!==_0x2af88a&&(_0x48558b(_0x2af88a),_0x2af88a||(_0x5e34a2(null),_0x511377(!0x1),_0x2813a0(null))),(0x0,d['useEffect'])(()=>{const _0x16ccc6=_0x5427b8;_0x2af88a||(_0x4fe954[_0x16ccc6(0xa05)](),_0x4fe954[_0x16ccc6(0x423)](),_0x4fe954[_0x16ccc6(0x337)]());},[_0x2af88a,_0x4fe954]),(0x0,d[_0x5427b8(0x325)])(()=>{const _0x176c62=_0x5427b8;_0xfe1478||(_0x4fe954[_0x176c62(0xa05)](),_0x4fe954['closeContextMenu'](),_0x4fe954[_0x176c62(0x337)]());},[_0xfe1478,_0x4fe954]),(0x0,d[_0x5427b8(0x325)])(()=>{const _0x4a5fb2=_0x5427b8;let _0x142186=_0x572867[_0x4a5fb2(0x600)];if(_0x572867['current']=_0x46bab1,!_0x142186||_0x46bab1||!_0x2af88a)return;let _0xab7d76=window[_0x4a5fb2(0x7c4)](()=>be(_0x482a19,_0x4d3c69));return()=>window[_0x4a5fb2(0x613)](_0xab7d76);},[_0x482a19,_0x2af88a,_0x4d3c69,_0x46bab1]),(0x0,d[_0x5427b8(0x325)])(()=>{const _0x7c16de=_0x5427b8;if(!_0x82e3ba)return;let _0x1772d4=_0x288070=>{const _0x2ef413=_0x2eed;var _0x443a71;let _0x914f9b=_0x288070['target']instanceof Node?_0x288070[_0x2ef413(0x392)]:null;_0x914f9b&&(_0x443a71=_0x1734f5[_0x2ef413(0x600)])!=null&&_0x443a71[_0x2ef413(0x9fe)](_0x914f9b)||_0x5e34a2(null);},_0x3616e4=_0x41eaa1=>{const _0x2942b4=_0x2eed;_0x41eaa1[_0x2942b4(0x347)]==='Escape'&&_0x5e34a2(null);};return document[_0x7c16de(0x75e)](_0x7c16de(0x603),_0x1772d4,!0x0),document[_0x7c16de(0x75e)](_0x7c16de(0x6ad),_0x3616e4,!0x0),()=>{const _0x45b4f3=_0x7c16de;document['removeEventListener'](_0x45b4f3(0x603),_0x1772d4,!0x0),document[_0x45b4f3(0x2bb)](_0x45b4f3(0x6ad),_0x3616e4,!0x0);};},[_0x82e3ba]),!_0x7a808c||!_0x349187||!_0x2197d7||!_0xe4e792)return null;let _0x31bb6b=()=>{const _0x148908=_0x5427b8;_0x3331be[_0x148908(0x8b1)]({'hostUnitId':_0x4d957c,'embedId':_0x482a19,'childUnitId':_0x4cf198},_0x148908(0x7b3));},_0x46b277=async(_0x3815c7,_0x4323ff)=>{const _0x4404c5=_0x5427b8;_0x31bb6b(),await _0x5ed91d[_0x4404c5(0x638)](_[_0x4404c5(0x710)]['id'],{'type':_0x3815c7,'anchor':Pl(_0x4323ff[_0x4404c5(0x886)]())});},_0x45c67a=async _0x58db7f=>{const _0x283ed7=_0x5427b8;_0x31bb6b(),await _0x5ed91d[_0x283ed7(0x638)](_[_0x283ed7(0x931)]['id'],{'tableId':_0x2197d7['id'],'unitId':_0x4cf198,'viewId':_0x58db7f}),_0x13f03b(_0x3fb1c5=>_0x3fb1c5+0x1);},_0x2e99e0=async _0x3b80ab=>{const _0x37d98f=_0x5427b8;_0x31bb6b();let _0x5e25be=_0x37d98f(0x4a0)+(0x0,a[_0x37d98f(0x5c6)])(0x6),_0xaf688a=_0x48ee31[_0x37d98f(0x335)](_0x3b80ab)[_0x37d98f(0x31c)](_0x2197d7),_0x479366=await _0x5ed91d[_0x37d98f(0x638)](C[_0x37d98f(0x9d2)]['id'],{'unitId':_0x4cf198,'tableId':_0x2197d7['id'],'view':{'id':_0x5e25be,'tableId':_0x2197d7['id'],'name':(0x0,_[_0x37d98f(0x48c)])(_0x4b3b89,_0x3b80ab),'type':_0x3b80ab,'config':_0xaf688a,'fieldOrder':[..._0x2197d7[_0x37d98f(0x6b5)]],'fieldSettings':{}}});_0x5e34a2(null),_0x511377(!0x1),_0x13f03b(_0x127b00=>_0x127b00+0x1),_0x479366&&await _0x45c67a(_0x5e25be);},_0x12e36e=async _0x353088=>{const _0x133d0d=_0x5427b8;var _0x1df796;let _0x1495b6=(_0x1df796=_0x541351[0x0])==null?void 0x0:_0x1df796['id'];!_0x1495b6||_0x1495b6===_0x353088||(_0x31bb6b(),await _0x5ed91d[_0x133d0d(0x638)](C['MoveBaseViewCommand']['id'],{'unitId':_0x4cf198,'tableId':_0x2197d7['id'],'viewId':_0x353088,'target':{'beforeViewId':_0x1495b6}}),_0x13f03b(_0x2f5e64=>_0x2f5e64+0x1));},_0x2f03da=async(_0x481de3,_0x1214bf)=>{const _0xb13da5=_0x5427b8;_0x31bb6b(),await _0x5ed91d[_0xb13da5(0x638)](C['MoveBaseViewCommand']['id'],{'unitId':_0x4cf198,'tableId':_0x2197d7['id'],'viewId':_0x481de3,'target':_0x1214bf}),_0x13f03b(_0x8cd20d=>_0x8cd20d+0x1);},_0x1ed507=async(_0x1dbc1e,_0x7920ca)=>{const _0x29b032=_0x5427b8;_0x31bb6b(),await _0x5ed91d[_0x29b032(0x638)](C['RenameBaseViewCommand']['id'],{'unitId':_0x4cf198,'tableId':_0x2197d7['id'],'viewId':_0x1dbc1e,'name':_0x7920ca}),_0x13f03b(_0x40d706=>_0x40d706+0x1);},_0x5b4728=async _0x192866=>{const _0x9be89d=_0x5427b8;let _0x35c47c=_0x2197d7[_0x9be89d(0x4f0)][_0x192866];if(!_0x35c47c)return;_0x31bb6b();let _0x557a42=(0x0,_[_0x9be89d(0x610)])(_0x35c47c,_0x2197d7['id'],_0x4b3b89['t'](_0x9be89d(0x95b))),_0x42dea1=await _0x5ed91d[_0x9be89d(0x638)](C[_0x9be89d(0x9d2)]['id'],{'unitId':_0x4cf198,'tableId':_0x2197d7['id'],'view':_0x557a42});_0x13f03b(_0x3f0412=>_0x3f0412+0x1),_0x42dea1&&await _0x45c67a(_0x557a42['id']);},_0x261490=async()=>{const _0xf1c230=_0x5427b8;var _0x2ceac5;let _0x2c903f=_0x3be4d6??_0xe4e792['id'];if(_0x541351[_0xf1c230(0x248)]<=0x1){_0x2813a0(null);return;}let _0x896fa2=(_0x2ceac5=_0x541351[_0xf1c230(0x1f2)](_0x14b554=>_0x14b554['id']!==_0x2c903f))==null?void 0x0:_0x2ceac5['id'],_0x41e884=await _0x5ed91d[_0xf1c230(0x638)](C['DeleteBaseViewCommand']['id'],{'unitId':_0x4cf198,'tableId':_0x2197d7['id'],'viewId':_0x2c903f});_0x2813a0(null),_0x13f03b(_0x662067=>_0x662067+0x1),_0x41e884&&_0x896fa2&&await _0x45c67a(_0x896fa2);},_0x33d3d4=async()=>{const _0x1289f2=_0x5427b8;await _0x5ed91d[_0x1289f2(0x638)](t[_0x1289f2(0x29c)]['id'],{'hostUnitId':_0x4d957c,'embedId':_0x482a19});},_0x3d9ce1=_0x5183f5=>{_0x5183f5['stopPropagation']();},_0x56b0ec=_0x168b2e=>{const _0x39ca56=_0x5427b8;_0x168b2e[_0x39ca56(0x863)](),_0x168b2e[_0x39ca56(0x3e6)]();};return(0x0,m[_0x5427b8(0x7a9)])(m[_0x5427b8(0x81a)],{'children':[(0x0,m[_0x5427b8(0x7a9)])(_0x5427b8(0x92d),{'className':(0x0,l[_0x5427b8(0x5b6)])(_0x5427b8(0x82b),{'univer-hidden':!_0x2af88a,'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':_0x2fb00c,'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':!_0x2fb00c,'-univer-top-12':!_0x2fb00c&&_0x493ec1!=='docs-custom-block','univer-w-full':!_0x2fb00c,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x2fb00c&&_0x493ec1===_0x5427b8(0x421)}),'data-u-comp':_0x5427b8(0x827),'data-embed-floating-menu':_0x5427b8(0x69e),'data-embed-id':_0x482a19,'data-embed-float-stage':_0x2af88a?_0x5427b8(0x7b3):_0x5427b8(0x2f9),'data-base-render-version':_0x5d5ffd,...wl(_0x482a19),'onClick':_0x3d9ce1,'onDoubleClick':_0x3d9ce1,'onMouseDown':_0x56b0ec,'onMouseUp':_0x3d9ce1,'onPointerDown':_0x56b0ec,'onPointerUp':_0x3d9ce1,'children':[_0x3085c1?(0x0,m[_0x5427b8(0x6c9)])(fl,{'embedId':_0x482a19,'activeView':_0xe4e792,'views':_0x541351,'addViewOpen':_0x272c9a,'onAddViewOpenChange':_0x511377,'onActivateView':_0x45c67a,'onAddView':_0x2e99e0,'onSetViewAsFirst':_0x12e36e,'onMoveView':_0x2f03da,'onRenameView':_0x1ed507,'onDuplicateView':_0x5b4728,'onConfigureView':_0xb0ed2d=>_0x46b277(_0x5427b8(0x595),_0xb0ed2d),'onDeleteView':_0x2813a0,'readonly':!_0xfe1478}):(0x0,m[_0x5427b8(0x6c9)])(_0x5427b8(0x92d),{'data-u-comp':_0x5427b8(0x226),'className':gl,'children':(0x0,m['jsx'])(El,{'activeView':_0xe4e792,'views':_0x541351,'onActivateView':_0x45c67a,'embedId':_0x482a19,'portalRoot':_0x1130e4,'onAddView':_0x1be086=>{_0x31bb6b(),_0x5e34a2(_0x1be086['getBoundingClientRect']());},'onConfigureView':_0x440d0c=>_0x46b277(_0x5427b8(0x595),_0x440d0c),'onDeleteView':()=>_0x2813a0(_0xe4e792['id'])})}),(0x0,m[_0x5427b8(0x6c9)])('div',{'className':(0x0,l[_0x5427b8(0x5b6)])('univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1',{'univer-min-w-0':_0x2fb00c,'univer-min-w-max':!_0x2fb00c}),'children':(0x0,m[_0x5427b8(0x7a9)])(_0x5427b8(0x92d),{'data-u-comp':'base-embed-actions-surface','className':(0x0,l[_0x5427b8(0x5b6)])(_0x5427b8(0x471),{'univer-w-full\x20univer-flex-1':_0x2fb00c,[gl]:!_0x2fb00c}),'children':[(0x0,m[_0x5427b8(0x6c9)])(_[_0x5427b8(0x722)],{'disabled':!_0xfe1478,'iconOnly':!_0x28aa88,'className':_0x5d2959,'renderTooltip':(_0x262ea9,_0x1aa2fb)=>(0x0,m[_0x5427b8(0x6c9)])(Ha,{'title':_0x262ea9,'children':_0x1aa2fb}),'state':{...kl(_0xe4e792,_0x5b32d7),'searchOpen':_0x89a94e[_0x5427b8(0x352)]['open'],'searchQuery':_0x89a94e[_0x5427b8(0x352)][_0x5427b8(0x68b)],'searchActiveIndex':_0x89a94e[_0x5427b8(0x352)][_0x5427b8(0x34d)]},'onAddRecord':_0x1db774=>_0x1db774&&_0x46b277(_0x5427b8(0x20e),_0x1db774),'onCustomizeField':_0x3ead09=>_0x46b277(_0x5427b8(0x804),_0x3ead09),'onCustomizeKanban':_0x4d1a13=>_0x46b277(_0x5427b8(0x989),_0x4d1a13),'onCustomizeGallery':_0x54f33c=>_0x46b277(_0x5427b8(0x873),_0x54f33c),'onCalendarEventSettings':_0x287f2a=>_0x46b277(_0x5427b8(0x264),_0x287f2a),'onCalendarViewSettings':_0x52d8a8=>_0x46b277(_0x5427b8(0x559),_0x52d8a8),'onViewSettings':_0x294a23=>_0x46b277(_0x5427b8(0x595),_0x294a23),'onFilter':_0x3c7f57=>_0x46b277(_0x5427b8(0x32c),_0x3c7f57),'onGroup':_0x56830b=>_0x46b277('group',_0x56830b),'onSort':_0x55bb9a=>_0x46b277('sort',_0x55bb9a),'onRowHeight':_0x47622e=>_0x46b277(_0x5427b8(0x735),_0x47622e),'onConditionalColoring':_0x123592=>_0x46b277(_0x5427b8(0x35f),_0x123592),'onUndo':async()=>_0x5ed91d[_0x5427b8(0x638)](a[_0x5427b8(0x7b8)]['id']),'onRedo':async()=>_0x5ed91d['executeCommand'](a[_0x5427b8(0x490)]['id']),'onOpenSearch':()=>_0x43a20f[_0x5427b8(0x794)](),'onSearchQueryChange':_0x4cc34f=>_0x43a20f[_0x5427b8(0x885)](_0x4cc34f),'onSearchPrevious':()=>_0x43a20f['setSearchActiveIndex'](Math['max'](0x0,(_0x89a94e['search'][_0x5427b8(0x34d)]??0x0)-0x1)),'onSearchNext':()=>_0x43a20f[_0x5427b8(0x999)]((_0x89a94e[_0x5427b8(0x352)][_0x5427b8(0x34d)]??-0x1)+0x1),'onCloseSearch':()=>_0x43a20f[_0x5427b8(0x52f)](),'extraActions':(0x0,m[_0x5427b8(0x6c9)])(c[_0x5427b8(0x4a3)],{'components':_0x16eb63})}),_0x406ede?(0x0,m[_0x5427b8(0x7a9)])(m[_0x5427b8(0x81a)],{'children':[(0x0,m[_0x5427b8(0x6c9)])(l[_0x5427b8(0x857)],{'orientation':'vertical'}),(0x0,m[_0x5427b8(0x6c9)])(Ua,{'hostUnitId':_0x4d957c,'embedId':_0x482a19,'variant':_0x5427b8(0x846)}),(0x0,m[_0x5427b8(0x6c9)])(Nl,{'title':_0x4b3b89['t'](_0x5427b8(0x376)),'className':_0x5427b8(0x972),'onClick':_0x33d3d4,'children':(0x0,m[_0x5427b8(0x6c9)])(u[_0x5427b8(0x788)],{})})]}):null]})})]}),_0x82e3ba?(0x0,w['createPortal'])((0x0,m[_0x5427b8(0x6c9)])(_0x5427b8(0x92d),{'ref':_0x1734f5,'data-u-comp':_0x5427b8(0x48b),'data-embed-id':_0x482a19,'data-embed-floating-menu-popup':'true','className':'univer-fixed\x20univer-z-[900]\x20univer-overflow-y-auto','style':Fl(_0x82e3ba),'onPointerDown':_0x324cde=>_0x324cde['stopPropagation'](),'children':(0x0,m[_0x5427b8(0x6c9)])(_['AddViewMenu'],{'views':_[_0x5427b8(0x656)][_0x5427b8(0x789)](_0x4e6380=>({..._0x4e6380,'label':_0x4b3b89['t'](_0x4e6380[_0x5427b8(0x984)]),'description':_0x4b3b89['t'](_0x4e6380[_0x5427b8(0x947)])})),'onCreate':_0x2e99e0})}),_0x1130e4):null,(0x0,m['jsx'])(_[_0x5427b8(0x1f4)],{'open':!!_0x3be4d6,'title':_0x4b3b89['t'](_0x5427b8(0x6a1)),'description':_0x4b3b89['t']('embed-ui.basesFloating.confirmDelete.viewDescription'),'onCancel':()=>_0x2813a0(null),'onConfirm':_0x261490}),_0x2fb00c?(0x0,m['jsx'])(cl,{'embedId':_0x482a19,'childUnitId':_0x4cf198,'base':_0x349187,'activeTable':_0x2197d7}):null]});}function El(_0x3f9cbe){const _0x402f29=_0x36ed40;var _0x1182b9;let {embedId:_0x253654,portalRoot:_0x48a5df,activeView:_0x2d9c9b,views:_0x26644e,onActivateView:_0x5250cd,onAddView:_0x1945f9,onConfigureView:_0x32e637,onDeleteView:_0xbb2e70}=_0x3f9cbe,_0x2572b1=(0x0,c[_0x402f29(0x26f)])(a[_0x402f29(0x50a)]),_0x25dc66=(0x0,d[_0x402f29(0x2b0)])(null),_0x3c225a=(0x0,d[_0x402f29(0x2b0)])(null),[_0x14d94e,_0x18228e]=(0x0,d[_0x402f29(0x324)])(!0x1),_0x3ae874=_0x6e2656=>{const _0x1b48a1=_0x402f29;_0x6e2656[_0x1b48a1(0x863)](),_0x6e2656[_0x1b48a1(0x3e6)]();},_0x39faf5=((_0x1182b9=_0x25dc66[_0x402f29(0x600)])==null?void 0x0:_0x1182b9['getBoundingClientRect']())??null;(0x0,d[_0x402f29(0x325)])(()=>{const _0x1bfa1b=_0x402f29;if(!_0x14d94e)return;let _0x47eaa4=_0x32d5c0=>{const _0xe070d=_0x2eed;var _0xafb4b0,_0x3a33e3;let _0x43b863=_0x32d5c0[_0xe070d(0x392)]instanceof Node?_0x32d5c0[_0xe070d(0x392)]:null;!_0x43b863||(_0xafb4b0=_0x25dc66[_0xe070d(0x600)])!=null&&_0xafb4b0[_0xe070d(0x9fe)](_0x43b863)||(_0x3a33e3=_0x3c225a[_0xe070d(0x600)])!=null&&_0x3a33e3[_0xe070d(0x9fe)](_0x43b863)||_0x18228e(!0x1);},_0xfe2196=_0x4a012c=>{const _0x105e0e=_0x2eed;_0x4a012c['key']===_0x105e0e(0x596)&&_0x18228e(!0x1);};return document[_0x1bfa1b(0x75e)](_0x1bfa1b(0x603),_0x47eaa4,!0x0),document[_0x1bfa1b(0x75e)]('keydown',_0xfe2196,!0x0),()=>{const _0x2d5f05=_0x1bfa1b;document['removeEventListener'](_0x2d5f05(0x603),_0x47eaa4,!0x0),document[_0x2d5f05(0x2bb)]('keydown',_0xfe2196,!0x0);};},[_0x14d94e]);let _0xda7c35=(0x0,m[_0x402f29(0x7a9)])(l[_0x402f29(0x2dc)],{'ref':_0x25dc66,'type':_0x402f29(0x66b),'size':_0x402f29(0x761),'variant':_0x402f29(0x96d),'className':_0x402f29(0x3a9),'aria-label':_0x2572b1['t']('embed-ui.basesFloating.viewSettings.title'),'onClick':_0x371cf4=>{const _0x39e4f2=_0x402f29;_0x371cf4[_0x39e4f2(0x3e6)](),_0x18228e(_0x427b36=>!_0x427b36);},'onMouseDown':_0x3ae874,'onPointerDown':_0x3ae874,'children':[(0x0,m[_0x402f29(0x6c9)])(_0x402f29(0x5c5),{'className':_0x402f29(0x90d),'aria-hidden':'true','children':(0x0,m[_0x402f29(0x6c9)])(_[_0x402f29(0x64c)],{'type':_0x2d9c9b['type']})}),(0x0,m[_0x402f29(0x6c9)])(_0x402f29(0x5c5),{'className':_0x402f29(0x3c2),'children':_0x2d9c9b[_0x402f29(0x50e)]}),(0x0,m[_0x402f29(0x6c9)])(u[_0x402f29(0x57c)],{'className':_0x402f29(0x4f8)})]});return(0x0,m['jsxs'])(m[_0x402f29(0x81a)],{'children':[(0x0,m[_0x402f29(0x6c9)])(Ha,{'title':_0x2d9c9b[_0x402f29(0x50e)],'children':_0xda7c35}),_0x14d94e&&_0x39faf5?(0x0,w[_0x402f29(0x7d1)])((0x0,m[_0x402f29(0x7a9)])(_0x402f29(0x92d),{'ref':_0x3c225a,'data-u-comp':_0x402f29(0x35e),'data-embed-id':_0x253654,'data-embed-floating-menu-popup':_0x402f29(0x69e),'className':_0x402f29(0x399),'style':Il(_0x39faf5),'onClick':_0x3bfebf=>_0x3bfebf[_0x402f29(0x3e6)](),'onMouseDown':_0x3ae874,'onPointerDown':_0x3ae874,'children':[(0x0,m[_0x402f29(0x6c9)])(_0x402f29(0x92d),{'className':'univer-grid\x20univer-gap-0.5','children':_0x26644e[_0x402f29(0x789)](_0x585abb=>(0x0,m[_0x402f29(0x6c9)])(l[_0x402f29(0x2dc)],{'type':_0x402f29(0x66b),'variant':_0x402f29(0x96d),'size':_0x402f29(0x761),'className':_0x402f29(0x30e),'onClick':_0x11948f=>{const _0x2f6ad8=_0x402f29;_0x11948f[_0x2f6ad8(0x3e6)](),_0x5250cd(_0x585abb['id']),_0x18228e(!0x1);},'children':(0x0,m['jsx'])(Dl,{'icon':(0x0,m['jsx'])(_[_0x402f29(0x64c)],{'type':_0x585abb[_0x402f29(0x9e8)]}),'label':_0x585abb[_0x402f29(0x50e)],'trailing':_0x585abb['id']===_0x2d9c9b['id']?(0x0,m[_0x402f29(0x6c9)])(_0x402f29(0x5c5),{'className':_0x402f29(0x782)}):null})},_0x585abb['id']))}),(0x0,m[_0x402f29(0x6c9)])(l[_0x402f29(0x857)],{}),(0x0,m[_0x402f29(0x6c9)])(Ol,{'icon':(0x0,m['jsx'])(u[_0x402f29(0x53e)],{}),'label':_0x2572b1['t']('embed-ui.basesFloating.viewSettings.addView'),'onClick':()=>{const _0x473db4=_0x402f29;let _0x11d1de=_0x25dc66[_0x473db4(0x600)];_0x11d1de&&_0x1945f9(_0x11d1de),_0x18228e(!0x1);}}),(0x0,m['jsx'])(Ol,{'icon':(0x0,m[_0x402f29(0x6c9)])(u['PenIcon'],{}),'label':_0x2572b1['t'](_0x402f29(0x8d3)),'onClick':()=>{const _0x487904=_0x402f29;let _0x2486df=_0x25dc66[_0x487904(0x600)];_0x2486df&&_0x32e637(_0x2486df),_0x18228e(!0x1);}}),(0x0,m[_0x402f29(0x6c9)])(Ol,{'danger':!0x0,'disabled':_0x26644e[_0x402f29(0x248)]<=0x1,'icon':(0x0,m[_0x402f29(0x6c9)])(u[_0x402f29(0x788)],{}),'label':_0x2572b1['t'](_0x402f29(0x7a5)),'onClick':()=>{_0xbb2e70(),_0x18228e(!0x1);}})]}),_0x48a5df):null]});}function Dl(_0x516a90){const _0xfe012a=_0x36ed40;let {icon:_0x2d9c36,label:_0x53ccf7,trailing:_0x4699f0}=_0x516a90;return(0x0,m[_0xfe012a(0x7a9)])('span',{'className':_0xfe012a(0x5ac),'children':[(0x0,m[_0xfe012a(0x6c9)])(_0xfe012a(0x5c5),{'className':'univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','aria-hidden':'true','children':_0x2d9c36}),(0x0,m[_0xfe012a(0x6c9)])(_0xfe012a(0x5c5),{'className':_0xfe012a(0x8b9),'children':_0x53ccf7}),(0x0,m[_0xfe012a(0x6c9)])(_0xfe012a(0x5c5),{'className':_0xfe012a(0x73c),'children':_0x4699f0})]});}function Ol(_0x16953f){const _0x5bcf75=_0x36ed40;let {danger:_0x14aa85,disabled:_0x513dc7,icon:_0x2a1b71,label:_0x1e336b,onClick:_0x591445}=_0x16953f;return(0x0,m[_0x5bcf75(0x6c9)])(l[_0x5bcf75(0x2dc)],{'type':'button','variant':_0x5bcf75(0x96d),'size':'small','disabled':_0x513dc7,'className':(0x0,l[_0x5bcf75(0x5b6)])(_0x5bcf75(0x30e),_0x14aa85&&_0x5bcf75(0xa0a)),'onClick':_0x156cf5=>{_0x156cf5['stopPropagation'](),_0x591445();},'children':(0x0,m[_0x5bcf75(0x6c9)])(Dl,{'icon':_0x2a1b71,'label':_0x1e336b})});}function kl(_0x39d144,_0x419699={}){const _0x2c50fa=_0x36ed40;var _0x372274,_0x190cd8,_0xeefaa9;let _0x2e739d=_0x39d144[_0x2c50fa(0x85a)]??{},_0x581dff=_0x2e739d['conditionalColoring'],_0xae90fe=Array[_0x2c50fa(0x923)](_0x581dff==null?void 0x0:_0x581dff[_0x2c50fa(0x3c1)])?_0x581dff[_0x2c50fa(0x3c1)][_0x2c50fa(0x248)]:0x0;return{'viewType':_0x39d144['type'],'filterCount':((_0x372274=_0x39d144[_0x2c50fa(0x32c)])==null||(_0x372274=_0x372274['conditions'])==null?void 0x0:_0x372274[_0x2c50fa(0x248)])??0x0,'groupCount':((_0x190cd8=_0x39d144['group'])==null?void 0x0:_0x190cd8[_0x2c50fa(0x248)])??0x0,'sortCount':((_0xeefaa9=_0x39d144[_0x2c50fa(0x985)])==null?void 0x0:_0xeefaa9[_0x2c50fa(0x248)])??0x0,'rowHeightActive':!!(_0x2e739d[_0x2c50fa(0x735)]&&_0x2e739d[_0x2c50fa(0x735)]!==_0x2c50fa(0x5d0)),'conditionalColoringActive':_0xae90fe>0x0,'conditionalColoringCount':_0xae90fe,'canUndo':(_0x419699['undos']??0x0)>0x0,'canRedo':(_0x419699[_0x2c50fa(0x647)]??0x0)>0x0};}function Al(_0x1a1c84,_0x4d18f7){const _0xcf4318=_0x36ed40;if(_0x1a1c84)return(_0x4d18f7?_0x1a1c84[_0xcf4318(0x4d8)][_0x4d18f7]:void 0x0)??pl(_0x1a1c84)[0x0];}function jl(_0x34e2b8){const _0x43b2f3=_0x36ed40;var _0x11820e;return(_0x34e2b8==null||(_0x11820e=_0x34e2b8[_0x43b2f3(0x632)])==null?void 0x0:_0x11820e[_0x43b2f3(0x789)](_0x15f62a=>_0x34e2b8[_0x43b2f3(0x4f0)][_0x15f62a])[_0x43b2f3(0x32c)](_0x3fd1b5=>!!_0x3fd1b5))??[];}function Ml(_0x5eb079,_0x16698e){const _0x466ed4=_0x36ed40;if(_0x5eb079)return(_0x16698e?_0x5eb079[_0x466ed4(0x4f0)][_0x16698e]:void 0x0)??jl(_0x5eb079)[0x0];}function Nl(_0x1da598){const _0x597f65=_0x36ed40;let {children:_0x30bf74,title:_0xceba32,className:_0x166d8f,onClick:_0x1e76de}=_0x1da598;return(0x0,m['jsx'])(Ha,{'title':_0xceba32,'children':(0x0,m['jsx'])(l[_0x597f65(0x2dc)],{'type':_0x597f65(0x66b),'size':_0x597f65(0x761),'variant':'ghost','className':(0x0,l[_0x597f65(0x5b6)])(_0x597f65(0x51f),_0x166d8f),'aria-label':_0xceba32,'onClick':_0x241e1b=>_0x1e76de(_0x241e1b['currentTarget']),'children':_0x30bf74})});}function Pl(_0x3c3ea6){const _0x3d311e=_0x36ed40;return{'x':_0x3c3ea6['x'],'y':_0x3c3ea6['y'],'width':_0x3c3ea6[_0x3d311e(0x76f)],'height':_0x3c3ea6[_0x3d311e(0x2af)]};}function Fl(_0x1f5db0){const _0xa89860=_0x36ed40;let _0x349279=(0x0,_[_0xa89860(0x332)])(_0x1f5db0,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x349279['top'],'left':_0x349279[_0xa89860(0x2f5)],'maxHeight':_0x349279['maxHeight']};}function Il(_0x270971){const _0x26b7d4=_0x36ed40;let _0x5698bf=(0x0,_[_0x26b7d4(0x332)])({'left':_0x270971[_0x26b7d4(0x43d)]-0xd0,'right':_0x270971[_0x26b7d4(0x43d)],'top':_0x270971[_0x26b7d4(0xa16)],'bottom':_0x270971[_0x26b7d4(0x611)],'width':0xd0,'height':_0x270971[_0x26b7d4(0x2af)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x5698bf['top'],'left':_0x5698bf[_0x26b7d4(0x2f5)],'maxHeight':_0x5698bf['maxHeight']};}function Ll(_0x461915){const _0x12a0c7=_0x36ed40;tc(_0x461915,_0x12a0c7(0x5a2),Rl);}function Rl(_0x565d0b){const _0x144749=_0x36ed40;_0x565d0b[_0x144749(0x82c)](_[_0x144749(0x9ff)])||_0x565d0b['add']([_[_0x144749(0x9ff)]]),_0x565d0b[_0x144749(0x82c)](_[_0x144749(0x201)])||_0x565d0b[_0x144749(0x258)]([_['IBaseHostChromeOverrideService'],{'useFactory':()=>_0x565d0b['get'](de)}]),_0x565d0b[_0x144749(0x82c)](_[_0x144749(0x55a)])||_0x565d0b[_0x144749(0x258)]([_[_0x144749(0x55a)],{'useFactory':()=>_0x565d0b['get'](ue)}]),_0x565d0b[_0x144749(0x82c)](_['IBaseEmbedFloatingGeometryService'])||_0x565d0b[_0x144749(0x258)]([_[_0x144749(0x5d9)],{'useFactory':()=>_0x565d0b[_0x144749(0x335)](vi)}]),_0x565d0b[_0x144749(0x82c)](_['IBaseEmbedRuntimeFocusCoordinator'])||_0x565d0b[_0x144749(0x258)]([_['IBaseEmbedRuntimeFocusCoordinator'],{'useFactory':()=>_0x565d0b[_0x144749(0x335)](W)}]),_0x565d0b[_0x144749(0x82c)](_[_0x144749(0x893)])||_0x565d0b[_0x144749(0x258)]([_[_0x144749(0x893)],{'useFactory':()=>Bl({'embedModelService':_0x565d0b['get'](t[_0x144749(0x875)]),'restoreService':_0x565d0b[_0x144749(0x335)](yi),'mountService':_0x565d0b['get'](xn),'activationService':_0x565d0b[_0x144749(0x335)](wn)})}]);let _0x39da82=_0x565d0b[_0x144749(0x335)](t[_0x144749(0x8b7)]),_0x3e2c52=_0x565d0b['get'](Xt),_0x59f466=_0x565d0b[_0x144749(0x335)](Jt),_0x19ea22=_0x565d0b[_0x144749(0x335)](B),_0xeb3c9e=_0x565d0b[_0x144749(0x335)](Yt),_0x35cc4d=_0x565d0b['get'](_i),_0x5c91fd=_0x565d0b['get'](Mi),_0x4a88b6=Sc(_0x565d0b['has'](t[_0x144749(0x9cd)])?_0x565d0b[_0x144749(0x335)](t[_0x144749(0x9cd)]):void 0x0,_0x565d0b[_0x144749(0x82c)](a[_0x144749(0x8cc)])?_0x565d0b[_0x144749(0x335)](a[_0x144749(0x8cc)]):void 0x0,()=>_0x565d0b['has'](_[_0x144749(0x93a)])?_0x565d0b[_0x144749(0x335)](_[_0x144749(0x93a)]):void 0x0);_0x39da82['get'](_0x4a88b6['hostType'],_0x4a88b6[_0x144749(0x89c)])||_0x39da82[_0x144749(0x2d1)](_0x4a88b6);let _0xe4d336=Cc();_0x3e2c52[_0x144749(0x335)](_0xe4d336['hostType'],_0xe4d336[_0x144749(0x89c)])||_0x3e2c52['register'](_0xe4d336);let _0x4e2a70=Nc(_0x565d0b[_0x144749(0x335)](a[_0x144749(0x8cd)]),_0x565d0b[_0x144749(0x335)](_[_0x144749(0x9ff)]));_0x59f466[_0x144749(0x335)](_0x4e2a70['childType'])||_0x59f466[_0x144749(0x2d1)](_0x4e2a70);let _0x36d9e5=dc();_0x19ea22[_0x144749(0x335)](_0x36d9e5['childType'])||_0x19ea22[_0x144749(0x2d1)](_0x36d9e5),_l()[_0x144749(0x5f4)](_0xf1da93=>{const _0x3c06dd=_0x144749;_0xeb3c9e[_0x3c06dd(0x478)](_0xf1da93['hostType'],_0xf1da93[_0x3c06dd(0x89c)],_0xf1da93[_0x3c06dd(0x560)])||_0xeb3c9e[_0x3c06dd(0x2d1)](_0xf1da93);}),_0x35cc4d[_0x144749(0x6e9)](io(_0x565d0b,{'childType':a[_0x144749(0x583)][_0x144749(0x7fa)],'renderManagerService':p[_0x144749(0x6d8)]})),zl(_0x565d0b),_0x5c91fd[_0x144749(0x335)](a[_0x144749(0x583)][_0x144749(0x7fa)])||_0x5c91fd[_0x144749(0x2d1)](kc(_0x565d0b));}function zl(_0x28e590){const _0x2f9dc3=_0x36ed40;let _0x24d149=_0x28e590['get'](eo);_0x24d149[_0x2f9dc3(0x335)](a[_0x2f9dc3(0x583)][_0x2f9dc3(0x7fa)])||!_0x28e590[_0x2f9dc3(0x82c)](_[_0x2f9dc3(0x93a)])||!_0x28e590[_0x2f9dc3(0x82c)](C[_0x2f9dc3(0x831)])||!_0x28e590[_0x2f9dc3(0x82c)](_[_0x2f9dc3(0x51b)])||_0x24d149[_0x2f9dc3(0x2d1)](_0x28e590[_0x2f9dc3(0x507)](fc));}function Bl(_0x5c7674){return{'mountTableList':async _0x207819=>{const _0x176938=_0x2eed;let _0x26bbca=_0x5c7674[_0x176938(0x7b2)][_0x176938(0x7aa)](_0x207819[_0x176938(0x356)],_0x207819[_0x176938(0x467)]);if(!_0x26bbca&&_0x207819[_0x176938(0x397)]&&(_0x26bbca={'embedId':_0x207819[_0x176938(0x467)],'hostUnitId':_0x207819['baseUnitId'],'hostType':a[_0x176938(0x583)][_0x176938(0x7fa)],'entry':_0x176938(0x516),'hostAnchorId':_0x207819['hostAnchorId'],'childUnitId':_0x207819[_0x176938(0x397)],'childType':_0x207819[_0x176938(0x560)],'source':{'unitType':_0x207819[_0x176938(0x560)],'ref':{'file':{'kind':t[_0x176938(0x996)][_0x176938(0x53f)]},'unit':{'selector':_0x207819[_0x176938(0x397)],'type':(0x0,t[_0x176938(0x678)])(_0x207819[_0x176938(0x560)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x176938(0x689),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x26bbca||_0x26bbca[_0x176938(0x3bd)]!==_0x207819[_0x176938(0x3bd)])&&((!_0x26bbca[_0x176938(0x397)]||_0x26bbca[_0x176938(0x560)]==null)&&(_0x26bbca=await _0x5c7674[_0x176938(0x62b)][_0x176938(0x53a)]({'descriptor':_0x26bbca})),!(!_0x26bbca['childUnitId']||_0x26bbca['childType']==null)))return _0x5c7674['mountService']['mount'](_0x26bbca),_0x5c7674[_0x176938(0x5e3)][_0x176938(0x65f)](_0x26bbca),(0x0,a[_0x176938(0x63c)])(()=>{const _0x3a4372=_0x176938;_0x5c7674[_0x3a4372(0x5e3)]['clearTab'](_0x207819['embedId']),_0x5c7674[_0x3a4372(0x31d)]['unmount'](_0x207819[_0x3a4372(0x467)]);});}};}let Vl=class extends a[_0x36ed40(0x773)]{constructor(_0x3973af,_0x35ad9f,_0xf7b074,_0x1610f1,_0x3da015,_0x29847d,_0xff3179,_0x17a5b5){const _0x5e8f3e=_0x36ed40;if(super(),this[_0x5e8f3e(0x315)]=_0x3973af,this[_0x5e8f3e(0x49a)]=_0x35ad9f,this[_0x5e8f3e(0x222)]=_0xf7b074,this[_0x5e8f3e(0x21a)]=_0x1610f1,this[_0x5e8f3e(0x950)]=_0x3da015,this[_0x5e8f3e(0x9e7)]=_0x29847d,this[_0x5e8f3e(0x58a)]=_0xff3179,this['_commandService']=_0x17a5b5,z(this,'_items',new Map()),z(this,_0x5e8f3e(0x620),void 0x0),z(this,_0x5e8f3e(0x2df),_0x493a98=>{const _0x41f80c=_0x5e8f3e;var _0x4f1a2a,_0x43cbe5;let _0x2a5994=(_0x4f1a2a=(_0x43cbe5=this[_0x41f80c(0x315)][_0x41f80c(0x772)])[_0x41f80c(0x3dc)])==null?void 0x0:_0x4f1a2a[_0x41f80c(0x4f6)](_0x43cbe5);if(!_0x2a5994)return!0x1;let _0x44bc1f=(0x0,T[_0x41f80c(0x9e2)])({'event':_0x493a98,'interactionConfig':(0x0,T['resolveBoardInteractionConfig'])(this[_0x41f80c(0x58a)][_0x41f80c(0x85b)](T[_0x41f80c(0x59a)])),'viewportRect':_0x2a5994[_0x41f80c(0x886)]()});return _0x44bc1f[_0x41f80c(0x9e8)]===_0x41f80c(0x6ee)?!0x1:(_0x44bc1f[_0x41f80c(0x9e8)]==='pan'?this[_0x41f80c(0x9e7)][_0x41f80c(0x68d)](_0x44bc1f[_0x41f80c(0x43b)]):this['_boardUIStateService']['setZoomRatioAtViewportPoint'](this[_0x41f80c(0x9e7)][_0x41f80c(0x274)]()[_0x41f80c(0x748)]*_0x44bc1f[_0x41f80c(0x4d1)],_0x44bc1f[_0x41f80c(0x3fe)]),!0x0);}),z(this,_0x5e8f3e(0x33f),_0x5add6c=>{const _0x1ca190=_0x5e8f3e;var _0x16779b,_0x5eb050;let _0x44420c=(_0x16779b=(_0x5eb050=this[_0x1ca190(0x315)][_0x1ca190(0x772)])[_0x1ca190(0x3dc)])==null?void 0x0:_0x16779b[_0x1ca190(0x4f6)](_0x5eb050);if(!_0x44420c)return null;let _0x4ccddf=_0x5add6c;for(;_0x4ccddf&&!_0x4ccddf[_0x1ca190(0x9fe)](_0x44420c);)_0x4ccddf=_0x4ccddf[_0x1ca190(0x62c)];return _0x4ccddf;}),Promise[_0x5e8f3e(0x762)]()[_0x5e8f3e(0x233)](()=>this['_sync']()),typeof document<'u'){let _0x2f97e1=_0x3940a5=>this[_0x5e8f3e(0x503)](_0x3940a5);document['addEventListener'](ha,_0x2f97e1),this['disposeWithMe']((0x0,a[_0x5e8f3e(0x63c)])(()=>document[_0x5e8f3e(0x2bb)](ha,_0x2f97e1)));}this[_0x5e8f3e(0x86a)](this[_0x5e8f3e(0x4d0)][_0x5e8f3e(0x9f3)](_0x398227=>{const _0x4f03c6=_0x5e8f3e;(_0x398227['id']===t[_0x4f03c6(0x3cd)]['id']||_0x398227['id']===t[_0x4f03c6(0x29c)]['id']||_0x398227['id']===t['SetEmbedDescriptorMutation']['id']||_0x398227['id']===t[_0x4f03c6(0x28b)]['id'])&&this[_0x4f03c6(0x93b)]();})),[this['_boardElementService'][_0x5e8f3e(0x416)],this[_0x5e8f3e(0x21a)]['elementUpdate$'],this['_boardElementService'][_0x5e8f3e(0x635)]][_0x5e8f3e(0x5f4)](_0x2184ee=>{const _0x54920d=_0x5e8f3e;let _0x459fea=_0x2184ee[_0x54920d(0x260)](_0x5e04cd=>{const _0x21ed5c=_0x54920d;_0x5e04cd['some'](_0x396a46=>_0x396a46[_0x21ed5c(0x8e8)]===this[_0x21ed5c(0x315)][_0x21ed5c(0x8e8)])&&this[_0x21ed5c(0x93b)]();});this[_0x54920d(0x86a)]((0x0,a[_0x54920d(0x63c)])(()=>_0x459fea['unsubscribe']()));});}[_0x36ed40(0x5df)](){const _0x18b354=_0x36ed40;var _0x29ac74;(_0x29ac74=this[_0x18b354(0x620)])==null||_0x29ac74[_0x18b354(0x4f6)](this),this['_activeDragCleanup']=void 0x0,this[_0x18b354(0x3b3)][_0x18b354(0x5f4)](_0x4d49a3=>_0x4d49a3[_0x18b354(0x5df)]()),this['_items'][_0x18b354(0x465)](),super[_0x18b354(0x5df)]();}[_0x36ed40(0x93b)](){const _0x94446e=_0x36ed40;let _0x178232=this[_0x94446e(0x315)][_0x94446e(0x8e8)];if(this[_0x94446e(0x49a)][_0x94446e(0x355)](_0x178232)[_0x94446e(0x248)]>0x0){this[_0x94446e(0x44b)]();return;}let _0x21275c=this[_0x94446e(0x21a)]['getElementDataForUnit'](_0x178232),_0x475cdd=new Set();this[_0x94446e(0x49a)][_0x94446e(0x6db)](_0x178232)[_0x94446e(0x32c)](_0x228c87=>_0x228c87['entry']===t[_0x94446e(0x9e3)][_0x94446e(0x434)])[_0x94446e(0x5f4)](_0x1602af=>{const _0x4c9ce5=_0x94446e;let _0x3bbcac=Object[_0x4c9ce5(0x8b8)](_0x21275c)['find'](_0x1c24b9=>{const _0x1378c4=_0x4c9ce5;var _0x5ea0a6;return(0x0,x[_0x1378c4(0x87c)])((_0x5ea0a6=_0x1c24b9[_0x1378c4(0x5af)][_0x1602af[_0x1378c4(0x3bd)]])==null?void 0x0:_0x5ea0a6[_0x1378c4(0x51e)]);}),_0x461553=_0x3bbcac==null?void 0x0:_0x3bbcac[_0x4c9ce5(0x5af)][_0x1602af['hostAnchorId']],_0x81b02f=_0x461553==null?void 0x0:_0x461553['element'];if(!_0x3bbcac||!_0x461553||!(0x0,x['isEmbedBoardsFloatingElement'])(_0x81b02f))return;let _0x4fddde=(0x0,x['getEmbedBoardsFloatingCustomData'])(_0x81b02f),_0x346b4c=this[_0x4c9ce5(0x9c3)](_0x1602af[_0x4c9ce5(0x3bd)]);_0x475cdd['add'](_0x346b4c);let _0x3bd15c={'left':_0x81b02f[_0x4c9ce5(0x61f)][_0x4c9ce5(0x2f5)]??0x0,'top':_0x81b02f[_0x4c9ce5(0x61f)][_0x4c9ce5(0xa16)]??0x0,'width':_0x81b02f[_0x4c9ce5(0x61f)]['width']??0x230,'height':_0x81b02f[_0x4c9ce5(0x61f)][_0x4c9ce5(0x2af)]??0x168},_0xe02aae=()=>(0x0,d[_0x4c9ce5(0x349)])(Ja,{'data':{'version':0x1,'embedId':_0x1602af[_0x4c9ce5(0x467)],'hostUnitId':_0x178232,'hostAnchorId':_0x1602af[_0x4c9ce5(0x3bd)],'childUnitId':_0x1602af[_0x4c9ce5(0x397)]??(_0x4fddde==null?void 0x0:_0x4fddde[_0x4c9ce5(0x397)]),'childType':_0x1602af[_0x4c9ce5(0x560)]??(_0x4fddde==null?void 0x0:_0x4fddde[_0x4c9ce5(0x560)])},'enableStage1BodyDrag':!0x0,'hostFloatDomLayout$':this[_0x4c9ce5(0x9e7)][_0x4c9ce5(0x30a)],'onHostWheel':this[_0x4c9ce5(0x2df)],'resolveHostWheelGestureRoot':this['_resolveHostWheelGestureRoot'],'onRuntimeStageEnter':_0x135e27=>this['_setAnchorTransformerVisible'](_0x135e27!==_0x4c9ce5(0x7b3),_0x461553[_0x4c9ce5(0x309)],_0x1602af['hostAnchorId'])});this[_0x4c9ce5(0x3b3)][_0x4c9ce5(0x82c)](_0x346b4c)?this[_0x4c9ce5(0x222)][_0x4c9ce5(0x594)](_0x346b4c,{'rect':_0x3bd15c,'content':_0xe02aae}):this['_items'][_0x4c9ce5(0x436)](_0x346b4c,this['_domLayerService'][_0x4c9ce5(0x74c)]({'id':_0x346b4c,'unitId':_0x178232,'subUnitId':_0x461553[_0x4c9ce5(0x309)],'elementId':_0x1602af[_0x4c9ce5(0x3bd)],'rect':_0x3bd15c,'content':_0xe02aae,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x94446e(0x3b3)][_0x94446e(0x5f4)]((_0x2fd5f1,_0x40ee67)=>{const _0x43e4a0=_0x94446e;_0x475cdd[_0x43e4a0(0x82c)](_0x40ee67)||(_0x2fd5f1[_0x43e4a0(0x5df)](),this[_0x43e4a0(0x3b3)][_0x43e4a0(0x3b2)](_0x40ee67));});}['_itemId'](_0x414cac){const _0x5de50d=_0x36ed40;return'board-embed:'+this[_0x5de50d(0x315)][_0x5de50d(0x8e8)]+':'+_0x414cac;}[_0x36ed40(0x6c1)](_0x5c4652,_0x4e223e){const _0xe2e6ba=_0x36ed40;this[_0xe2e6ba(0x950)]['selectElements']({'unitId':this[_0xe2e6ba(0x315)][_0xe2e6ba(0x8e8)],'subUnitId':_0x5c4652},[_0x4e223e],_0x4e223e);}[_0x36ed40(0x4c0)](_0x5d3573,_0x3f5b58,_0x23a8a8){const _0x5efdd3=_0x36ed40;if(_0x5d3573){this[_0x5efdd3(0x6c1)](_0x3f5b58,_0x23a8a8);return;}this[_0x5efdd3(0x950)][_0x5efdd3(0x431)]();}['_handleDragStart'](_0xaf1746){const _0x6558b=_0x36ed40;var _0x50e8f5,_0x5e03e2,_0xa952c5,_0x103556;let _0x35010b=_0xaf1746['detail'];if(!_0x35010b||_0x35010b[_0x6558b(0x98c)]!==this['_context'][_0x6558b(0x8e8)])return;let _0x41e013=this[_0x6558b(0x21a)][_0x6558b(0x685)](this[_0x6558b(0x315)][_0x6558b(0x8e8)]),_0x3c9124=Object[_0x6558b(0x8b8)](_0x41e013)[_0x6558b(0x1f2)](_0x324373=>_0x324373['data'][_0x35010b[_0x6558b(0x3bd)]]),_0xefb6a=_0x3c9124==null?void 0x0:_0x3c9124['data'][_0x35010b[_0x6558b(0x3bd)]];if(!_0x3c9124||!_0xefb6a||!(0x0,x[_0x6558b(0x87c)])(_0xefb6a['element'])||((_0x50e8f5=(0x0,x[_0x6558b(0x6f5)])(_0xefb6a[_0x6558b(0x51e)]))==null?void 0x0:_0x50e8f5[_0x6558b(0x467)])!==_0x35010b[_0x6558b(0x467)])return;let _0x26a68d=(_0x5e03e2=(_0xa952c5=this[_0x6558b(0x315)]['engine'])['getCanvasElement'])==null?void 0x0:_0x5e03e2['call'](_0xa952c5);if(!_0x26a68d)return;(_0x103556=this['_activeDragCleanup'])==null||_0x103556[_0x6558b(0x4f6)](this),this[_0x6558b(0x6c1)](_0xefb6a['subUnitId'],_0x35010b[_0x6558b(0x3bd)]),this[_0x6558b(0x4c0)](!0x1,_0xefb6a[_0x6558b(0x309)],_0x35010b[_0x6558b(0x3bd)]);let _0x30e161=_0xefb6a[_0x6558b(0x51e)],_0x180c01=_0x30e161[_0x6558b(0x61f)]['left']??0x0,_0x481c4c=_0x30e161[_0x6558b(0x61f)][_0x6558b(0xa16)]??0x0,_0x9ab195=this[_0x6558b(0x9e7)]['getState'](),_0x2387a6=(0x0,T[_0x6558b(0x2e3)])(this[_0x6558b(0x58a)][_0x6558b(0x85b)](T['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0),_0x19e60d=(0x0,T['getBoardPointFromClient'])(_0x26a68d,_0x35010b[_0x6558b(0x9ed)],_0x35010b['clientY'],{'zoomRatio':_0x9ab195['zoomRatio'],'panOffset':_0x9ab195[_0x6558b(0x6d0)]},_0x2387a6),_0x33f71b=document['defaultView']??window,_0x2719bf=(_0x9b9ea8,_0x2280c1)=>{const _0x413d48=_0x6558b;let _0xc1c465=this['_boardUIStateService'][_0x413d48(0x274)](),_0x5de091=(0x0,T[_0x413d48(0x38e)])(_0x26a68d,_0x9b9ea8,_0x2280c1,{'zoomRatio':_0xc1c465[_0x413d48(0x748)],'panOffset':_0xc1c465[_0x413d48(0x6d0)]},_0x2387a6);return{'left':_0x180c01+_0x5de091['x']-_0x19e60d['x'],'top':_0x481c4c+_0x5de091['y']-_0x19e60d['y']};},_0x4bd37c=(_0x41396b,_0x1b3b73)=>{const _0x1293ec=_0x6558b;let _0x10856c=_0x2719bf(_0x41396b,_0x1b3b73);return this[_0x1293ec(0x222)][_0x1293ec(0x594)](this['_itemId'](_0x35010b[_0x1293ec(0x3bd)]),{'rect':{..._0x10856c,'width':_0x30e161[_0x1293ec(0x61f)][_0x1293ec(0x76f)]??0x230,'height':_0x30e161[_0x1293ec(0x61f)][_0x1293ec(0x2af)]??0x168}}),_0x10856c;},_0x2b7eb5=_0x423a9d=>_0x35010b['pointerId']==null||_0x423a9d[_0x6558b(0x379)]===_0x35010b[_0x6558b(0x379)],_0x230966=()=>{},_0x3686d3=_0x5b2336=>{const _0x13e2dc=_0x6558b;_0x2b7eb5(_0x5b2336)&&(_0x5b2336[_0x13e2dc(0x863)](),_0x4bd37c(_0x5b2336[_0x13e2dc(0x9ed)],_0x5b2336[_0x13e2dc(0x411)]));},_0x2e9adf=async _0x218298=>{const _0x311de6=_0x6558b;if(!_0x2b7eb5(_0x218298))return;_0x230966(),_0x218298['preventDefault']();let _0x5b2efb=_0x4bd37c(_0x218298[_0x311de6(0x9ed)],_0x218298[_0x311de6(0x411)]);await this[_0x311de6(0x4d0)][_0x311de6(0x638)](x[_0x311de6(0x7f1)]['id'],{'unitId':this['_context']['unitId'],'subUnitId':_0xefb6a['subUnitId'],'elementId':_0x35010b[_0x311de6(0x3bd)],'element':_0x30e161,'transform':{..._0xefb6a['transform'],..._0x5b2efb}})[_0x311de6(0x814)](()=>{const _0x2d9e70=_0x311de6;this['_sync'](),this[_0x2d9e70(0x4c0)](!0x0,_0xefb6a[_0x2d9e70(0x309)],_0x35010b[_0x2d9e70(0x3bd)]);});},_0x426f1f=_0x5cec45=>{const _0x5ec991=_0x6558b;_0x2b7eb5(_0x5cec45)&&(_0x230966(),this[_0x5ec991(0x93b)](),this[_0x5ec991(0x4c0)](!0x0,_0xefb6a[_0x5ec991(0x309)],_0x35010b[_0x5ec991(0x3bd)]));};_0x230966=()=>{const _0x1b3150=_0x6558b;_0x33f71b[_0x1b3150(0x2bb)](_0x1b3150(0xa03),_0x3686d3),_0x33f71b[_0x1b3150(0x2bb)](_0x1b3150(0x2be),_0x2e9adf),_0x33f71b[_0x1b3150(0x2bb)]('pointercancel',_0x426f1f),this[_0x1b3150(0x620)]===_0x230966&&(this['_activeDragCleanup']=void 0x0);},_0x33f71b[_0x6558b(0x75e)](_0x6558b(0xa03),_0x3686d3),_0x33f71b[_0x6558b(0x75e)](_0x6558b(0x2be),_0x2e9adf),_0x33f71b[_0x6558b(0x75e)](_0x6558b(0x395),_0x426f1f),this['_activeDragCleanup']=_0x230966;}[_0x36ed40(0x44b)](){const _0x48437e=_0x36ed40;this[_0x48437e(0x3b3)][_0x48437e(0x5f4)](_0x28d968=>_0x28d968[_0x48437e(0x5df)]()),this[_0x48437e(0x3b3)][_0x48437e(0x465)]();}};Vl=Z([X(0x1,(0x0,a[_0x36ed40(0x7d2)])(t[_0x36ed40(0x875)])),X(0x2,(0x0,a[_0x36ed40(0x7d2)])(T[_0x36ed40(0x2aa)])),X(0x3,(0x0,a[_0x36ed40(0x7d2)])(x[_0x36ed40(0x6c7)])),X(0x4,(0x0,a['Inject'])(T[_0x36ed40(0x63f)])),X(0x5,(0x0,a[_0x36ed40(0x7d2)])(T['IBoardUIStateService'])),X(0x6,a['IConfigService']),X(0x7,a[_0x36ed40(0x8cd)])],Vl);function Hl(){const _0x219317=_0x36ed40;return{...sc({'childType':a[_0x219317(0x583)]['UNIVER_BOARD'],'productName':'Boards','hostChromeMode':_0x219317(0x6ee)}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-left-toolbar=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-top-right-menu=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-zoom-controls=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-help-control=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-object-list-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-shape-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-floating-panel-layer=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-text-editor-position-wrapper\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-floating-toolbar\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22editor-ui-floating-container\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'}};}function Ul(){const _0x1ac10c=_0x36ed40;return{'hostType':a[_0x1ac10c(0x583)][_0x1ac10c(0x927)],'entry':t['EmbedHostEntryEnum'][_0x1ac10c(0x434)],'layout':_0x1ac10c(0x28f),'supportedLayouts':[_0x1ac10c(0x28f),'doc-width-scale',_0x1ac10c(0x745)],'menuBehavior':'floating'};}function Wl(){const _0x17892a=_0x36ed40;return{'childType':a[_0x17892a(0x583)][_0x17892a(0x927)],'handleWheel':_0x267304=>{const _0x1c4e89=_0x17892a;let _0x3ef725=_0x267304['runtimeScope'][_0x1c4e89(0x501)];if(!(_0x3ef725!=null&&_0x3ef725['has'](T[_0x1c4e89(0x9cb)])))return!0x1;let _0x2b7a9a=(_0x267304['runtimeScope']['roots']['content']['querySelector'](_0x1c4e89(0x7da))??_0x267304[_0x1c4e89(0x368)]['roots'][_0x1c4e89(0x2c9)])[_0x1c4e89(0x886)](),_0xc3b546=(0x0,T[_0x1c4e89(0x2e3)])(_0x3ef725[_0x1c4e89(0x82c)](a['IConfigService'])?_0x3ef725['get'](a[_0x1c4e89(0x962)])[_0x1c4e89(0x85b)](T[_0x1c4e89(0x59a)]):void 0x0),_0x3d7ced=(0x0,T[_0x1c4e89(0x9e2)])({'event':_0x267304['event'],'interactionConfig':_0xc3b546,'viewportRect':_0x2b7a9a});if(_0x3d7ced[_0x1c4e89(0x9e8)]===_0x1c4e89(0x6ee))return!0x1;let _0x16d34a=_0x3ef725[_0x1c4e89(0x335)](T['IBoardUIStateService']);return _0x3d7ced['type']===_0x1c4e89(0x47d)?_0x16d34a[_0x1c4e89(0x68d)](_0x3d7ced['delta']):_0x16d34a[_0x1c4e89(0x7ab)](_0x16d34a['getState']()[_0x1c4e89(0x748)]*_0x3d7ced[_0x1c4e89(0x4d1)],_0x3d7ced[_0x1c4e89(0x3fe)]),!0x0;}};}function Gl(_0x368cac){const _0x17cc49=_0x36ed40;return{'childType':a[_0x17cc49(0x583)][_0x17cc49(0x927)],'supportedLayouts':[_0x17cc49(0x808),_0x17cc49(0x2ed),'scroll-contained'],'scopedDependencies':T[_0x17cc49(0x69a)][_0x17cc49(0x63a)](_0x368cac),'beforeDeactivate':Kl,'mount':ql};}function Kl(_0x1be647){const _0x41d836=_0x36ed40;let _0xc1b9af=_0x1be647['runtimeScope'][_0x41d836(0x501)];if(_0xc1b9af['has'](S[_0x41d836(0x974)])&&_0xc1b9af['get'](S[_0x41d836(0x974)])['close'](),_0xc1b9af[_0x41d836(0x82c)](T[_0x41d836(0x9d4)])&&_0xc1b9af['get'](T[_0x41d836(0x9d4)])['cancelEditing'](),_0xc1b9af[_0x41d836(0x82c)](T[_0x41d836(0x63f)])){let _0x39ba28=_0xc1b9af['get'](T[_0x41d836(0x63f)]);_0x39ba28[_0x41d836(0x946)](),_0x39ba28['clearSelection']();}}function ql(_0x12e206){const _0x581d6b=_0x36ed40;var _0x57ddd8,_0x4341cd;let _0x4261bc=_0x12e206[_0x581d6b(0x501)][_0x581d6b(0x335)](a[_0x581d6b(0x8cc)])[_0x581d6b(0x77d)](_0x12e206['childUnitId'],a['UniverInstanceType']['UNIVER_BOARD']),_0x95525e=_0x12e206[_0x581d6b(0x368)]['injector'];if(!_0x4261bc||!_0x95525e)return;let _0x261a16=_0x12e206[_0x581d6b(0x501)]['get'](p[_0x581d6b(0x6d8)]),_0x456140=an(_0x261a16,_0x12e206[_0x581d6b(0x397)],_0x95525e);if(!_0x456140)return;let _0x2e11d1=On(_0x12e206[_0x581d6b(0x368)][_0x581d6b(0x4a2)][_0x581d6b(0x2c9)]);_0x2e11d1[_0x581d6b(0x56a)]((0x0,m[_0x581d6b(0x7a9)])(J,{'injector':_0x95525e,'mountContainer':_0x12e206[_0x581d6b(0x368)][_0x581d6b(0x4a2)][_0x581d6b(0x9b4)],'embedId':_0x12e206[_0x581d6b(0x467)],'children':[(0x0,m['jsx'])(T[_0x581d6b(0x477)],{'embedded':_0x12e206[_0x581d6b(0x949)]['mode']==='float'&&!_0x12e206[_0x581d6b(0x949)][_0x581d6b(0x498)],'fitOnMount':!0x1,'showZoomControls':_0x12e206[_0x581d6b(0x949)][_0x581d6b(0x32e)]===_0x581d6b(0x295)||_0x12e206[_0x581d6b(0x949)][_0x581d6b(0x498)]===!0x0}),(0x0,m[_0x581d6b(0x6c9)])(T[_0x581d6b(0x41d)],{'positionRoot':_0x12e206[_0x581d6b(0x368)][_0x581d6b(0x4a2)][_0x581d6b(0x2c9)]}),(0x0,m[_0x581d6b(0x6c9)])(S['EditorUIFloatingContainer'],{})]}));let _0x32a5c3=_0x12e206['renderScope'][_0x581d6b(0x32e)]!==_0x581d6b(0x217)||_0x12e206[_0x581d6b(0x949)]['fullscreen']?_0x12e206['injector'][_0x581d6b(0x335)](q)['activatePortalScope'](_0x12e206[_0x581d6b(0x467)],_0x12e206[_0x581d6b(0x368)][_0x581d6b(0x4a2)][_0x581d6b(0x2c9)][_0x581d6b(0x76e)],{'includeAppShellEditorPortal':!0x1}):void 0x0;sn(_0x456140,{'activate':!0x0});let _0x3189aa=(_0x57ddd8=(_0x4341cd=globalThis)[_0x581d6b(0x7c4)])==null?void 0x0:_0x57ddd8[_0x581d6b(0x4f6)](_0x4341cd,()=>{const _0x8b944d=_0x581d6b;let _0x2bb20b=_0x12e206['runtimeScope'][_0x8b944d(0x4a2)][_0x8b944d(0x2c9)][_0x8b944d(0x334)](_0x8b944d(0x7da)),_0x4c6694=(_0x2bb20b==null?void 0x0:_0x2bb20b[_0x8b944d(0x886)]())??_0x12e206[_0x8b944d(0x368)][_0x8b944d(0x4a2)]['content']['getBoundingClientRect'](),_0xf82e93=(0x0,T[_0x8b944d(0x2e3)])(_0x95525e['get'](a[_0x8b944d(0x962)])['getConfig'](T[_0x8b944d(0x59a)])??void 0x0);_0x95525e[_0x8b944d(0x335)](T[_0x8b944d(0x618)])[_0x8b944d(0x3e0)](_0x4261bc,{'viewportSize':{'width':_0x4c6694[_0x8b944d(0x76f)],'height':_0x4c6694[_0x8b944d(0x2af)]},'padding':Math[_0x8b944d(0x792)](0x10,Math[_0x8b944d(0x2dd)](0x40,Math['min'](_0x4c6694[_0x8b944d(0x76f)],_0x4c6694['height'])*0.08)),'zoom':_0xf82e93});});return(0x0,a[_0x581d6b(0x63c)])(()=>{const _0x16a2c3=_0x581d6b;if(_0x3189aa!=null){var _0x51517d,_0x580103;(_0x51517d=(_0x580103=globalThis)[_0x16a2c3(0x613)])==null||_0x51517d[_0x16a2c3(0x4f6)](_0x580103,_0x3189aa);}try{var _0x2f28a8,_0x421864;(_0x2f28a8=(_0x421864=_0x456140[_0x16a2c3(0x772)])['unmount'])==null||_0x2f28a8[_0x16a2c3(0x4f6)](_0x421864);}catch{}_0x261a16[_0x16a2c3(0x9b5)](_0x12e206[_0x16a2c3(0x397)]),kn(_0x2e11d1),_0x32a5c3==null||_0x32a5c3[_0x16a2c3(0x5df)](),_0x95525e['dispose']();});}function Jl(){const _0x50fc1b=_0x36ed40;return ol({'childType':a[_0x50fc1b(0x583)][_0x50fc1b(0x927)],'ownsStage1Fullscreen':!0x0,'mount':Yl});}function Yl(_0x17f45e){const _0x5c3126=_0x36ed40;if(_0x17f45e['renderScope'][_0x5c3126(0x498)])return;let {menu:_0x4c7008,portalContainer:_0x1b617f}=rl(_0x17f45e),_0x7ba64f=On(_0x4c7008);return _0x7ba64f[_0x5c3126(0x56a)]((0x0,d[_0x5c3126(0x349)])(J,{'injector':_0x17f45e[_0x5c3126(0x368)][_0x5c3126(0x501)],'mountContainer':_0x1b617f,'embedId':_0x17f45e['embedId']},(0x0,d['createElement'])(Xl,{'hostUnitId':_0x17f45e['hostUnitId'],'embedId':_0x17f45e['embedId'],'childUnitId':_0x17f45e[_0x5c3126(0x397)],'viewportRoot':_0x17f45e[_0x5c3126(0x368)][_0x5c3126(0x4a2)][_0x5c3126(0x2c9)],'fullscreen':!!_0x17f45e[_0x5c3126(0x949)][_0x5c3126(0x498)]}))),(0x0,a[_0x5c3126(0x63c)])(()=>{const _0x2d984d=_0x5c3126;kn(_0x7ba64f),globalThis[_0x2d984d(0x62a)](()=>_0x4c7008[_0x2d984d(0x42e)](),0x0);});}function Xl(_0x540f37){const _0x5b6c3d=_0x36ed40;let {hostUnitId:_0x52c173,embedId:_0x29489a,childUnitId:_0x47816d,viewportRoot:_0x230885,fullscreen:_0x233184}=_0x540f37,_0x45fb86=(0x0,c[_0x5b6c3d(0x26f)])(a[_0x5b6c3d(0x8cd)]),_0x12ac96=(0x0,c[_0x5b6c3d(0x26f)])(a[_0x5b6c3d(0x962)]),_0x3fb879=(0x0,c[_0x5b6c3d(0x26f)])(a[_0x5b6c3d(0x8cc)]),_0x508c31=(0x0,c[_0x5b6c3d(0x26f)])(a[_0x5b6c3d(0x50a)]),_0x1219b0=(0x0,c[_0x5b6c3d(0x26f)])(ue),_0x19e1f6=(0x0,c[_0x5b6c3d(0x26f)])(T['IBoardUIStateService']),_0x3df9d2=(0x0,c[_0x5b6c3d(0x26f)])(T[_0x5b6c3d(0x618)]),_0x2a53a0=(0x0,c['useObservable'])(()=>_0x19e1f6[_0x5b6c3d(0x30a)],_0x19e1f6[_0x5b6c3d(0x274)](),!0x1,[_0x19e1f6]),_0x1f729c=Ql({'embedId':_0x29489a,'active':(0x0,c[_0x5b6c3d(0x42d)])(()=>_0x1219b0['active$'],_0x1219b0[_0x5b6c3d(0x4fa)](),!0x1,[_0x1219b0]),'fullscreen':_0x233184}),_0x4b2040=_0x3fb879[_0x5b6c3d(0x77d)](_0x47816d,a[_0x5b6c3d(0x583)][_0x5b6c3d(0x927)]),_0x167b5c=(0x0,T[_0x5b6c3d(0x2e3)])(_0x12ac96[_0x5b6c3d(0x85b)](T[_0x5b6c3d(0x59a)])??void 0x0),_0xc6803d=()=>_0x230885[_0x5b6c3d(0x886)](),_0x20a9ad=()=>({'x':_0xc6803d()[_0x5b6c3d(0x76f)]/0x2,'y':_0xc6803d()[_0x5b6c3d(0x2af)]/0x2}),_0x5b5bb5=_0x408edd=>_0x19e1f6[_0x5b6c3d(0x7ab)](_0x408edd,_0x20a9ad());return(0x0,m[_0x5b6c3d(0x7a9)])(_0x5b6c3d(0x92d),{'className':(0x0,l[_0x5b6c3d(0x5b6)])('univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':_0x1f729c==='inactive','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x233184,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x233184,'-univer-top-[44px]':!_0x233184}),'data-embed-floating-menu':_0x5b6c3d(0x69e),'data-embed-id':_0x29489a,'data-embed-float-stage':_0x1f729c,'onPointerDown':_0x1c1e87=>_0x1c1e87[_0x5b6c3d(0x3e6)](),'children':[(0x0,m[_0x5b6c3d(0x6c9)])(Zl,{'title':_0x508c31['t'](_0x5b6c3d(0x48f)),'onClick':()=>{const _0x3b220d=_0x5b6c3d;let _0xa592ee=_0xc6803d();_0x3df9d2[_0x3b220d(0x3e0)](_0x4b2040??null,{'viewportSize':{'width':_0xa592ee[_0x3b220d(0x76f)],'height':_0xa592ee[_0x3b220d(0x2af)]},'padding':Math['max'](0x10,Math['min'](0x40,Math[_0x3b220d(0x2dd)](_0xa592ee[_0x3b220d(0x76f)],_0xa592ee[_0x3b220d(0x2af)])*0.08)),'zoom':_0x167b5c});},'children':(0x0,m[_0x5b6c3d(0x6c9)])(u[_0x5b6c3d(0x6aa)],{})}),(0x0,m[_0x5b6c3d(0x6c9)])(Zl,{'title':_0x508c31['t'](_0x5b6c3d(0x20a)),'onClick':()=>_0x5b5bb5(_0x2a53a0[_0x5b6c3d(0x748)]-_0x167b5c[_0x5b6c3d(0x50c)]),'children':(0x0,m['jsx'])(u[_0x5b6c3d(0x468)],{})}),(0x0,m[_0x5b6c3d(0x7a9)])(Zl,{'title':_0x508c31['t'](_0x5b6c3d(0x351)),'noIcon':!0x0,'onClick':()=>_0x5b5bb5(0x1),'children':[Math['round'](_0x2a53a0[_0x5b6c3d(0x748)]*0x64),'%']}),(0x0,m[_0x5b6c3d(0x6c9)])(Zl,{'title':_0x508c31['t'](_0x5b6c3d(0x884)),'onClick':()=>_0x5b5bb5(_0x2a53a0[_0x5b6c3d(0x748)]+_0x167b5c[_0x5b6c3d(0x50c)]),'children':(0x0,m[_0x5b6c3d(0x6c9)])(u[_0x5b6c3d(0x6c8)],{})}),(0x0,m[_0x5b6c3d(0x6c9)])(Ua,{'hostUnitId':_0x52c173,'embedId':_0x29489a,'variant':_0x5b6c3d(0x846)}),(0x0,m[_0x5b6c3d(0x6c9)])(Zl,{'title':_0x508c31['t']('embed-ui.boardsFloating.delete'),'className':_0x5b6c3d(0x67a),'onClick':async()=>_0x45fb86[_0x5b6c3d(0x638)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x52c173,'embedId':_0x29489a}),'children':(0x0,m[_0x5b6c3d(0x6c9)])(u[_0x5b6c3d(0x788)],{})})]});}function Zl(_0x978a3d){const _0x5e87ea=_0x36ed40;let {children:_0x2c2428,className:_0x3153e2,noIcon:_0xcc12c7,onClick:_0x19c4d6,title:_0x2c9a64}=_0x978a3d;return(0x0,m['jsx'])(Ha,{'title':_0x2c9a64,'children':(0x0,m['jsx'])(c[_0x5e87ea(0x71b)],{'aria-label':_0x2c9a64,'className':_0x3153e2,'noIcon':_0xcc12c7,'onClick':_0x19c4d6,'children':_0x2c2428})});}function Ql(_0x56664a){const _0x1ac48e=_0x36ed40;var _0x1c7642;return _0x56664a[_0x1ac48e(0x498)]?_0x1ac48e(0x7b3):((_0x1c7642=_0x56664a[_0x1ac48e(0x95f)])==null?void 0x0:_0x1c7642[_0x1ac48e(0x467)])===_0x56664a['embedId']?_0x56664a[_0x1ac48e(0x95f)][_0x1ac48e(0x59f)]??'stage1':'inactive';}function $l(_0x610019){const _0x1f818b=_0x36ed40;tc(_0x610019,_0x1f818b(0x3ac),eu);}function eu(_0x1926ea){const _0x1cd91f=_0x36ed40;_0x1926ea[_0x1cd91f(0x82c)](T['IBoardEmbedRuntimeFocusCoordinator'])||_0x1926ea[_0x1cd91f(0x258)]([T['IBoardEmbedRuntimeFocusCoordinator'],{'useFactory':()=>_0x1926ea[_0x1cd91f(0x335)](W)}]);let _0x4c3e52=_0x1926ea[_0x1cd91f(0x335)](Xt),_0x3e6c59=_0x1926ea['get'](Jt),_0x9f10f0=_0x1926ea[_0x1cd91f(0x335)](B),_0x4cf19d=_0x1926ea[_0x1cd91f(0x335)](Yt),_0x591ab3=_0x1926ea['get'](_i),_0x496f33=_0x1926ea[_0x1cd91f(0x335)](Mi),_0x3d015c=Ul();_0x4c3e52['get'](_0x3d015c[_0x1cd91f(0x375)],_0x3d015c[_0x1cd91f(0x89c)])||_0x4c3e52[_0x1cd91f(0x2d1)](_0x3d015c);let _0x2af1b9=Gl(_0x1926ea);_0x3e6c59[_0x1cd91f(0x335)](_0x2af1b9[_0x1cd91f(0x560)])||_0x3e6c59[_0x1cd91f(0x2d1)](_0x2af1b9);let _0x12403d=Hl();_0x9f10f0[_0x1cd91f(0x335)](_0x12403d[_0x1cd91f(0x560)])||_0x9f10f0['register'](_0x12403d),Jl()[_0x1cd91f(0x5f4)](_0x4692f8=>{const _0x16ba5b=_0x1cd91f;_0x4cf19d[_0x16ba5b(0x478)](_0x4692f8['hostType'],_0x4692f8[_0x16ba5b(0x89c)],_0x4692f8[_0x16ba5b(0x560)])||_0x4cf19d[_0x16ba5b(0x2d1)](_0x4692f8);}),_0x591ab3[_0x1cd91f(0x6e9)](io(_0x1926ea,{'childType':a[_0x1cd91f(0x583)]['UNIVER_BOARD'],'renderManagerService':p[_0x1cd91f(0x6d8)]})),_0x496f33[_0x1cd91f(0x335)](a[_0x1cd91f(0x583)]['UNIVER_BOARD'])||_0x496f33[_0x1cd91f(0x2d1)](Wl()),_0x1926ea[_0x1cd91f(0x335)](p[_0x1cd91f(0x6d8)])['registerRenderModule'](a[_0x1cd91f(0x583)][_0x1cd91f(0x927)],Vl);}const tu={'mode':_0x36ed40(0x859),'target':_0x36ed40(0x54b),'paddingX':0x0,'minScale':0x0,'align':_0x36ed40(0x4ff)};function _0x2eed(_0x2ea4a4,_0x5af61f){_0x2ea4a4=_0x2ea4a4-0x1e7;const _0x38712e=_0x3871();let _0x2eed04=_0x38712e[_0x2ea4a4];return _0x2eed04;}function nu(){const _0x330aa2=_0x36ed40;return ac({'childType':a[_0x330aa2(0x583)][_0x330aa2(0x80b)],'productName':_0x330aa2(0x821)});}function ru(){const _0x4893e5=_0x36ed40;return{'childType':a[_0x4893e5(0x583)][_0x4893e5(0x80b)],'supportedLayouts':['tab-peer','doc-width-scale',_0x4893e5(0x28f)],'scopedDependencies':[[o['DocCanvasPopManagerService']]],'beforeDeactivate':_0x178f1c=>{au(_0x178f1c);},'mount':_0x46b363=>{const _0x3542d7=_0x4893e5;let _0x4b0dfd=_0x46b363[_0x3542d7(0x949)][_0x3542d7(0x32e)]===_0x3542d7(0x217)&&!_0x46b363[_0x3542d7(0x949)][_0x3542d7(0x498)]?Qt(_0x46b363,p['IRenderManagerService'],void 0x0,{'scopedInjector':ou(_0x46b363[_0x3542d7(0x368)][_0x3542d7(0x501)])}):Qt(_0x46b363,p[_0x3542d7(0x6d8)]),_0x58e064=iu(_0x46b363);return(0x0,a['toDisposable'])(()=>{const _0x4740e9=_0x3542d7;_0x58e064[_0x4740e9(0x5df)](),_0x4b0dfd==null||_0x4b0dfd[_0x4740e9(0x5df)]();});}};}function iu(_0x456d15){const _0x228e71=_0x36ed40;let _0x33e91b=_0x456d15[_0x228e71(0x368)][_0x228e71(0x4a2)][_0x228e71(0x48a)]??_0x456d15[_0x228e71(0x949)]['canvasRoot'];if(!_0x33e91b)return(0x0,a[_0x228e71(0x63c)])(()=>{});let _0x3ba88c=_0x456d15[_0x228e71(0x501)][_0x228e71(0x335)](p[_0x228e71(0x6d8)]),_0x5ced2c=_0x31842c=>{const _0x5491f6=_0x228e71;var _0x102d67;if(!(_0x31842c[_0x5491f6(0x392)]instanceof HTMLCanvasElement)||!_0x33e91b[_0x5491f6(0x9fe)](_0x31842c[_0x5491f6(0x392)]))return;let _0x414392=(_0x102d67=_0x3ba88c[_0x5491f6(0x2bf)](_0x456d15['childUnitId']))==null?void 0x0:_0x102d67['with'](o[_0x5491f6(0x94a)]);_0x414392&&!_0x414392['hasFocus']()&&_0x414392[_0x5491f6(0x94d)]();};return _0x33e91b[_0x228e71(0x75e)](_0x228e71(0x603),_0x5ced2c,!0x0),_0x33e91b[_0x228e71(0x75e)](_0x228e71(0x66d),_0x5ced2c,!0x0),(0x0,a[_0x228e71(0x63c)])(()=>{const _0x39e3c1=_0x228e71;_0x33e91b[_0x39e3c1(0x2bb)](_0x39e3c1(0x603),_0x5ced2c,!0x0),_0x33e91b['removeEventListener'](_0x39e3c1(0x66d),_0x5ced2c,!0x0);});}function au(_0x1fee0f){const _0x3385d0=_0x36ed40;var _0x576561;let _0x24df04=_0x1fee0f['injector']['get'](p[_0x3385d0(0x6d8)])[_0x3385d0(0x2bf)](_0x1fee0f[_0x3385d0(0x397)]),_0x312e6b=_0x24df04==null?void 0x0:_0x24df04[_0x3385d0(0x8a7)](o[_0x3385d0(0x94a)]),_0x25a9e5=_0x24df04==null?void 0x0:_0x24df04[_0x3385d0(0x5ce)][_0x3385d0(0x8c7)]();_0x25a9e5!=null&&_0x25a9e5[_0x3385d0(0x6ec)]()[_0x3385d0(0x2e6)]&&_0x25a9e5['clearSelectedObjects'](),_0x24df04==null||(_0x576561=_0x24df04['with'](o[_0x3385d0(0x743)]))==null||_0x576561[_0x3385d0(0x66a)](),_0x312e6b==null||_0x312e6b[_0x3385d0(0x5c9)](),_0x312e6b==null||_0x312e6b['blur']();}function ou(_0x237b3f){const _0x49c307=_0x36ed40;return Ve(_0x237b3f,new Map([[o[_0x49c307(0x860)],_0x55a907=>su(_0x55a907)]]));}function su(_0xc6ae89){const _0x41fa95=_0x36ed40;return{..._0xc6ae89,'fitToWidth':{..._0xc6ae89==null?void 0x0:_0xc6ae89[_0x41fa95(0x9e6)],...tu}};}function cu(_0x463e40,_0x582ba4=0x78){let _0x5445dd,_0xc2c352,_0x5d195d=()=>{const _0x3ad5f5=_0x2eed;_0xc2c352!=null&&(window[_0x3ad5f5(0x734)](_0xc2c352),_0xc2c352=void 0x0),_0x5445dd!=null&&(window[_0x3ad5f5(0x613)](_0x5445dd),_0x5445dd=void 0x0);};return{'dispose':_0x5d195d,'schedule':()=>{const _0x1cb4fa=_0x2eed;_0x5d195d(),_0xc2c352=window[_0x1cb4fa(0x62a)](()=>{const _0x1fa0bb=_0x1cb4fa;_0xc2c352=void 0x0,_0x5445dd=window[_0x1fa0bb(0x7c4)](()=>{_0x5445dd=void 0x0,_0x463e40();});},_0x582ba4);}};}let lu=class extends a[_0x36ed40(0x773)]{constructor(_0xd339ca,_0xe1998c,_0x2ef5a6,_0xade2be,_0x4ac632,_0x1ac14b,_0x170d61,_0x3bb72f){const _0xa08b33=_0x36ed40;var _0x454745,_0x5e74e4,_0x237b10;super(),this[_0xa08b33(0x315)]=_0xd339ca,this[_0xa08b33(0x65c)]=_0xe1998c,this[_0xa08b33(0x4d0)]=_0x2ef5a6,this['_contentSizeRegistry']=_0xade2be,this[_0xa08b33(0x5a5)]=_0x4ac632,this[_0xa08b33(0x49a)]=_0x1ac14b,this['_renderManagerService']=_0x170d61,this[_0xa08b33(0x845)]=_0x3bb72f,z(this,_0xa08b33(0x9ec),new Map()),z(this,_0xa08b33(0x88b),new Map());let _0x6ef06b=(0x0,o[_0xa08b33(0x3ad)])(()=>{const _0x44a90e=_0xa08b33;this[_0x44a90e(0x68f)]()||this[_0x44a90e(0x657)]();}),_0x55f133=cu(()=>{this['_rerenderHostDoc']();}),_0x260df8=(0x0,o[_0xa08b33(0x3ad)])(()=>{const _0x6bb185=_0xa08b33;this[_0x6bb185(0x25a)]()||this[_0x6bb185(0x68f)]();}),_0x1ebbfa=(0x0,o[_0xa08b33(0x3ad)])(()=>{const _0x354e99=_0xa08b33;this[_0x354e99(0x68f)]();}),_0xf21b46=(_0x454745=this['_getHostUnit']())==null?void 0x0:_0x454745[_0xa08b33(0x748)];this['disposeWithMe'](_0x6ef06b),this[_0xa08b33(0x86a)](_0x55f133),this['disposeWithMe'](_0x1ebbfa),this['disposeWithMe'](_0x260df8);let _0x3f473c=uu((_0x5e74e4=this[_0xa08b33(0x315)]['engine'])==null||(_0x237b10=_0x5e74e4[_0xa08b33(0x3dc)])==null?void 0x0:_0x237b10[_0xa08b33(0x4f6)](_0x5e74e4),_0x260df8[_0xa08b33(0x252)]);_0x3f473c&&this[_0xa08b33(0x86a)](_0x3f473c);let _0x2bd0af=this['_contentSizeRegistry'][_0xa08b33(0x6dc)]['subscribe'](({hostUnitId:_0x4347c})=>{const _0x35e11d=_0xa08b33;_0x4347c===this[_0x35e11d(0x315)]['unitId']&&_0x6ef06b[_0x35e11d(0x252)]();});this[_0xa08b33(0x86a)]((0x0,a['toDisposable'])(()=>_0x2bd0af[_0xa08b33(0x6cf)]())),this[_0xa08b33(0x86a)]({'dispose':()=>{const _0x303be0=_0xa08b33;this['_resolvedChildUnits'][_0x303be0(0x465)](),this[_0x303be0(0x88b)][_0x303be0(0x465)]();}});let _0x1e6202=this[_0xa08b33(0x65c)][_0xa08b33(0x8f7)](a[_0xa08b33(0x583)][_0xa08b33(0x36c)])[_0xa08b33(0x260)](()=>{const _0x40a192=_0xa08b33;_0x6ef06b[_0x40a192(0x252)]();}),_0xde9c64=this[_0xa08b33(0x65c)][_0xa08b33(0x8f7)](a[_0xa08b33(0x583)][_0xa08b33(0x7fa)])['subscribe'](()=>{const _0x2b16a7=_0xa08b33;_0x6ef06b[_0x2b16a7(0x252)]();});this['disposeWithMe']((0x0,a[_0xa08b33(0x63c)])(()=>_0x1e6202[_0xa08b33(0x6cf)]())),this[_0xa08b33(0x86a)]((0x0,a['toDisposable'])(()=>_0xde9c64[_0xa08b33(0x6cf)]()));let _0x420425=this[_0xa08b33(0x496)]['providerChanged$']['subscribe'](_0x17dbbd=>{const _0x183c2b=_0xa08b33;(_0x17dbbd===a[_0x183c2b(0x583)][_0x183c2b(0x36c)]||_0x17dbbd===a[_0x183c2b(0x583)]['UNIVER_BASE'])&&_0x6ef06b[_0x183c2b(0x252)]();});this[_0xa08b33(0x86a)]((0x0,a[_0xa08b33(0x63c)])(()=>_0x420425[_0xa08b33(0x6cf)]()));let _0x5f3e4e=(0x0,p[_0xa08b33(0x8ee)])((_0x4ffde0,_0x4ea691,_0x209da5)=>{const _0x3f741b=_0xa08b33;var _0x1169c4,_0xedf22b,_0x348d18;if(_0x4ffde0!==this[_0x3f741b(0x315)]['unitId'])return null;let _0x1532c6=this['_getHostSnapshot']();if(!_0x1532c6)return null;let _0x56528c=(_0x1169c4=_0x1532c6['drawings'])==null?void 0x0:_0x1169c4[_0x4ea691],_0x48ea4d=_0x56528c==null?void 0x0:_0x56528c[_0x3f741b(0x5af)],_0x71b637=_0x48ea4d==null?void 0x0:_0x48ea4d[_0x3f741b(0x560)];if(_0x71b637!==a['UniverInstanceType'][_0x3f741b(0x36c)]&&_0x71b637!==a[_0x3f741b(0x583)][_0x3f741b(0x7fa)])return null;let _0xbd2d74=this[_0x3f741b(0x845)]['getViewScale'](),_0x11c252=this[_0x3f741b(0x6c3)](_0xbd2d74),_0xef1e1d=this[_0x3f741b(0x865)](_0x48ea4d,_0x71b637),_0x313fe0=_0xef1e1d?this[_0x3f741b(0x3c7)](_0xef1e1d,_0x71b637,_0x6ef06b[_0x3f741b(0x252)]):void 0x0,_0xe88ea8=_0x48ea4d==null?void 0x0:_0x48ea4d[_0x3f741b(0x467)],_0x5509c9=typeof _0xe88ea8=='string'?(_0xedf22b=this[_0x3f741b(0x5a5)]['getSession'](_0xe88ea8))==null||(_0xedf22b=_0xedf22b[_0x3f741b(0x624)])==null?void 0x0:_0xedf22b['runtimeScope'][_0x3f741b(0x501)]:void 0x0,_0x11c199=_0xef1e1d&&_0x313fe0!=null?this[_0x3f741b(0x496)][_0x3f741b(0x89d)]({'childType':_0x71b637,'childUnit':_0x313fe0,'childUnitId':_0xef1e1d,'injector':_0x5509c9,'viewportHeight':(_0x11c252==null?void 0x0:_0x11c252[_0x3f741b(0x2af)])==null?void 0x0:Math[_0x3f741b(0x792)](0x1,_0x11c252[_0x3f741b(0x2af)]-0x34),'viewportWidth':_0x209da5[_0x3f741b(0x84d)]}):void 0x0,_0x4c4cd7=(0x0,h[_0x3f741b(0x969)])(_0x71b637),_0x24c39b=fu(_0x209da5[_0x3f741b(0x37c)],_0x4c4cd7['height']),_0x53a6c8=fu(_0x209da5[_0x3f741b(0x84d)],_0x4c4cd7[_0x3f741b(0x76f)]),_0x2dc3cc=(_0x11c199==null?void 0x0:_0x11c199[_0x3f741b(0x2af)])??_0x24c39b,_0x5d1c65=(0x0,o[_0x3f741b(0x284)])({'childType':_0x71b637,'contentHeight':_0x71b637===a[_0x3f741b(0x583)]['UNIVER_SHEET']?ns(_0x2dc3cc):_0x2dc3cc,'contentWidth':_0x11c199==null?void 0x0:_0x11c199[_0x3f741b(0x76f)],'docsLeft':this[_0x3f741b(0x842)](),'documentFlavor':(_0x348d18=_0x1532c6[_0x3f741b(0x9d5)])==null?void 0x0:_0x348d18[_0x3f741b(0x2fd)],'fallbackHeight':_0x24c39b,'fallbackWidth':_0x53a6c8,'pageMarginLeft':_0x209da5[_0x3f741b(0x8ac)],'pageMarginRight':_0x209da5[_0x3f741b(0x510)],'pageWidth':_0x209da5[_0x3f741b(0x7d4)],'scale':_0xbd2d74,'visibleCanvasHeight':_0x11c252==null?void 0x0:_0x11c252[_0x3f741b(0x2af)],'visibleCanvasLeft':_0x11c252==null?void 0x0:_0x11c252['left'],'visibleCanvasWidth':_0x11c252==null?void 0x0:_0x11c252[_0x3f741b(0x76f)]}),_0x297c85=_0x5d1c65[_0x3f741b(0x728)]??_0x5d1c65[_0x3f741b(0x2af)],_0x3dadc5=_0x71b637===a[_0x3f741b(0x583)]['UNIVER_BASE']?0x34:0x0,_0x3a690a=(_0x11c252==null?void 0x0:_0x11c252[_0x3f741b(0x2af)])==null?_0x5d1c65[_0x3f741b(0x918)]??_0x297c85:Math[_0x3f741b(0x2dd)](_0x297c85,Math['max'](0x1,_0x11c252['height']-_0x3dadc5));return{..._0x5d1c65,'viewportHeight':_0x3a690a,'height':rs({'contentHeight':_0x297c85,'floatingMenuInsetTop':0x34})};});this[_0xa08b33(0x86a)]({'dispose':_0x5f3e4e}),this[_0xa08b33(0x86a)](this['_commandService']['onCommandExecuted'](_0x571155=>{const _0xf1db00=_0xa08b33;if(_0x571155['id']===o['SetDocZoomRatioOperation']['id']){let _0x34fc54=_0x571155[_0xf1db00(0x833)];if(typeof _0x34fc54==_0xf1db00(0x9e9)&&_0x34fc54&&_0xf1db00(0x8e8)in _0x34fc54&&_0x34fc54['unitId']===this[_0xf1db00(0x315)]['unitId']){let _0x267292='zoomRatio'in _0x34fc54&&typeof _0x34fc54[_0xf1db00(0x748)]==_0xf1db00(0x33c)?_0x34fc54[_0xf1db00(0x748)]:void 0x0;if(_0x267292!=null&&_0x267292===_0xf21b46){_0x1ebbfa['schedule']();return;}_0xf21b46=_0x267292,this['_refreshHostDocCustomBlockPresentation'](),_0x55f133[_0xf1db00(0x252)]();}return;}let _0x483e43=this['_getHostSnapshot']();_0x483e43&&(0x0,o['shouldRefreshDocsCustomBlockSizeForCommand'])({'childUnitIds':(0x0,o[_0xf1db00(0x705)])(_0x483e43[_0xf1db00(0x532)],_0x38af89=>this[_0xf1db00(0x865)](_0x38af89)),'commandId':_0x571155['id'],'commandParams':_0x571155['params'],'hostUnitId':this[_0xf1db00(0x315)]['unitId']})&&_0x6ef06b[_0xf1db00(0x252)]();}));}[_0x36ed40(0x837)](){const _0x41dd50=_0x36ed40;if(!this['_disposed'])return this['_context'][_0x41dd50(0x5b7)]??void 0x0;}[_0x36ed40(0x2db)](){const _0x34c448=_0x36ed40;var _0x142766;return(_0x142766=this['_getHostUnit']())==null?void 0x0:_0x142766[_0x34c448(0x85e)]();}[_0x36ed40(0x68f)](){const _0x2e483a=_0x36ed40;let _0x3095de=this[_0x2e483a(0x9d8)][_0x2e483a(0x2bf)](this[_0x2e483a(0x315)][_0x2e483a(0x8e8)]);try{var _0x183db7;let _0x399bc4=_0x3095de==null||(_0x183db7=_0x3095de[_0x2e483a(0x8a7)])==null?void 0x0:_0x183db7[_0x2e483a(0x4f6)](_0x3095de,o[_0x2e483a(0x425)]);return _0x399bc4?(_0x399bc4[_0x2e483a(0x54f)](this[_0x2e483a(0x315)][_0x2e483a(0x8e8)]),!0x0):!0x1;}catch{return!0x1;}}['_refreshHostDocCustomBlockPresentation'](){const _0x8daa55=_0x36ed40;let _0x3530c6=this[_0x8daa55(0x9d8)][_0x8daa55(0x2bf)](this['_context'][_0x8daa55(0x8e8)]);try{var _0x5864b7;return(_0x3530c6==null||(_0x5864b7=_0x3530c6[_0x8daa55(0x8a7)])==null||(_0x5864b7=_0x5864b7[_0x8daa55(0x4f6)](_0x3530c6,o[_0x8daa55(0x425)]))==null?void 0x0:_0x5864b7[_0x8daa55(0x8fa)](this[_0x8daa55(0x315)][_0x8daa55(0x8e8)]))??!0x1;}catch{return!0x1;}}['_refreshHostDocZoom'](){const _0x53dcb2=_0x36ed40;let _0x33949a=this[_0x53dcb2(0x837)](),_0x290bf2=_0x33949a==null?void 0x0:_0x33949a[_0x53dcb2(0x748)];typeof _0x290bf2==_0x53dcb2(0x33c)&&this[_0x53dcb2(0x4d0)][_0x53dcb2(0x8b3)](o[_0x53dcb2(0x8a3)]['id'],{'unitId':this[_0x53dcb2(0x315)][_0x53dcb2(0x8e8)],'zoomRatio':_0x290bf2});}[_0x36ed40(0x865)](_0xfd7328,_0x19711e){const _0x448d60=_0x36ed40;if(!_0xfd7328||typeof _0xfd7328!='object')return;let _0x28a142=_0xfd7328,_0xea214b=typeof _0x28a142[_0x448d60(0x560)]==_0x448d60(0x33c)?_0x28a142[_0x448d60(0x560)]:_0x19711e;if(_0xea214b!==a[_0x448d60(0x583)]['UNIVER_SHEET']&&_0xea214b!==a['UniverInstanceType']['UNIVER_BASE'])return;if(typeof _0x28a142[_0x448d60(0x397)]==_0x448d60(0x3df))return _0x28a142['childUnitId'];if(typeof _0x28a142[_0x448d60(0x467)]!=_0x448d60(0x3df))return;let _0x339f00=typeof _0x28a142[_0x448d60(0x98c)]==_0x448d60(0x3df)?_0x28a142[_0x448d60(0x98c)]:this[_0x448d60(0x315)]['unitId'],_0x524fa2=this[_0x448d60(0x49a)][_0x448d60(0x7aa)](_0x339f00,_0x28a142[_0x448d60(0x467)]);if((_0x524fa2==null?void 0x0:_0x524fa2[_0x448d60(0x560)])===_0xea214b){if(typeof _0x524fa2[_0x448d60(0x397)]==_0x448d60(0x3df))return _0x524fa2[_0x448d60(0x397)];try{return(0x0,t['getResourceRefInputUnitSelector'])(_0x524fa2[_0x448d60(0x30c)][_0x448d60(0x29d)]);}catch{return;}}}[_0x36ed40(0x3c7)](_0x57ac8a,_0x29d4d0,_0x5d606a){const _0x1c1afc=_0x36ed40;let _0x3c1737=_0x29d4d0+':'+_0x57ac8a;if(this[_0x1c1afc(0x9ec)][_0x1c1afc(0x82c)](_0x3c1737))return this[_0x1c1afc(0x9ec)][_0x1c1afc(0x335)](_0x3c1737);let _0x3f358f=this[_0x1c1afc(0x65c)][_0x1c1afc(0x77d)](_0x57ac8a,_0x29d4d0);if(_0x3f358f!=null){if(!du(_0x3f358f))return this['_resolvedChildUnits']['set'](_0x3c1737,_0x3f358f),_0x3f358f;if(!this[_0x1c1afc(0x88b)][_0x1c1afc(0x82c)](_0x3c1737)){let _0x130c62=Promise[_0x1c1afc(0x762)](_0x3f358f)[_0x1c1afc(0x233)](_0x355078=>(this[_0x1c1afc(0x88b)][_0x1c1afc(0x3b2)](_0x3c1737),this['_resolvedChildUnits'][_0x1c1afc(0x436)](_0x3c1737,_0x355078),this[_0x1c1afc(0x803)]||_0x5d606a(),_0x355078),()=>{const _0x2cafab=_0x1c1afc;this['_pendingChildUnits'][_0x2cafab(0x3b2)](_0x3c1737);});this[_0x1c1afc(0x88b)][_0x1c1afc(0x436)](_0x3c1737,_0x130c62);}}}['_getDocsLeft'](){const _0x50a850=_0x36ed40;var _0x514849,_0x52c0f9;return((_0x514849=this[_0x50a850(0x315)][_0x50a850(0x1ee)])==null||(_0x52c0f9=_0x514849['getOffsetConfig'])==null||(_0x52c0f9=_0x52c0f9[_0x50a850(0x4f6)](_0x514849))==null?void 0x0:_0x52c0f9[_0x50a850(0x25f)])??0x0;}['_getVisibleCanvasDocumentRect'](_0x118d56){const _0xcb8ffe=_0x36ed40;var _0x3d0781,_0x1856f5,_0x4b1aa4,_0x21c25a,_0x5efcd,_0x4e69f5;let _0x5ccacc=Number[_0xcb8ffe(0x4eb)](_0x118d56)&&_0x118d56>0x0?_0x118d56:0x1,_0x1d337b=((_0x3d0781=this['_context']['scene'][_0xcb8ffe(0x5d7)](o['VIEWPORT_KEY'][_0xcb8ffe(0x690)]))==null?void 0x0:_0x3d0781[_0xcb8ffe(0x2ad)])??0x0,_0x43a7bd=(_0x1856f5=(_0x4b1aa4=this[_0xcb8ffe(0x315)][_0xcb8ffe(0x772)])['getCanvasElement'])==null||(_0x1856f5=_0x1856f5[_0xcb8ffe(0x4f6)](_0x4b1aa4))==null||(_0x21c25a=_0x1856f5[_0xcb8ffe(0x886)])==null?void 0x0:_0x21c25a[_0xcb8ffe(0x4f6)](_0x1856f5),_0x2ea9be=_0x43a7bd==null?void 0x0:_0x43a7bd[_0xcb8ffe(0x76f)],_0x52b5de=_0x43a7bd==null?void 0x0:_0x43a7bd[_0xcb8ffe(0x2af)],_0x57f08a=((_0x5efcd=this[_0xcb8ffe(0x315)][_0xcb8ffe(0x1ee)])==null?void 0x0:_0x5efcd[_0xcb8ffe(0x76f)])??this[_0xcb8ffe(0x315)][_0xcb8ffe(0x5ce)][_0xcb8ffe(0x76f)],_0xba7f8d=(_0x2ea9be??_0x57f08a??0x0)/_0x5ccacc,_0x2e85c9=((_0x4e69f5=this['_context'][_0xcb8ffe(0x1ee)])==null?void 0x0:_0x4e69f5[_0xcb8ffe(0x2af)])??this['_context'][_0xcb8ffe(0x5ce)][_0xcb8ffe(0x2af)],_0x46d9b8=(_0x52b5de??_0x2e85c9??0x0)/_0x5ccacc;return!_0xba7f8d||!Number['isFinite'](_0xba7f8d)||_0xba7f8d<=0x0||!_0x46d9b8||!Number[_0xcb8ffe(0x4eb)](_0x46d9b8)||_0x46d9b8<=0x0?null:{'height':_0x46d9b8,'left':_0x1d337b,'width':_0xba7f8d};}};lu=Z([X(0x1,(0x0,a['Inject'])(a[_0x36ed40(0x8cc)])),X(0x2,(0x0,a[_0x36ed40(0x7d2)])(a['ICommandService'])),X(0x3,(0x0,a[_0x36ed40(0x7d2)])(eo)),X(0x4,(0x0,a[_0x36ed40(0x7d2)])(xn)),X(0x5,(0x0,a[_0x36ed40(0x7d2)])(t[_0x36ed40(0x875)])),X(0x6,p[_0x36ed40(0x6d8)]),X(0x7,(0x0,a[_0x36ed40(0x7d2)])(o[_0x36ed40(0x4d6)]))],lu);function uu(_0x45353b,_0x1d7626){const _0x5a5139=_0x36ed40;if(!_0x45353b||typeof ResizeObserver>'u')return;let _0x3d8608=new ResizeObserver(()=>_0x1d7626());return _0x3d8608[_0x5a5139(0x336)](_0x45353b),{'dispose':()=>_0x3d8608[_0x5a5139(0x3d3)]()};}function du(_0x3eae34){const _0x263ff5=_0x36ed40;return!!_0x3eae34&&typeof _0x3eae34[_0x263ff5(0x233)]==_0x263ff5(0x6fd);}function fu(_0x4c5472,_0x1e2276){const _0x10f7b0=_0x36ed40;return typeof _0x4c5472==_0x10f7b0(0x33c)&&Number[_0x10f7b0(0x4eb)](_0x4c5472)&&_0x4c5472>0x1?_0x4c5472:_0x1e2276;}function pu(_0x113060,_0x4e517e,_0x4eb1c1){const _0x4f85cd=_0x36ed40;return{...(0x0,t[_0x4f85cd(0x4ed)])(_0x113060,_0x4e517e),'afterCreateAnchor':_0x177d6c=>hu(_0x4eb1c1,_0x177d6c[_0x4f85cd(0x98c)]),'afterRemoveAnchor':_0x595719=>hu(_0x4eb1c1,_0x595719[_0x4f85cd(0x98c)])};}function mu(){const _0x4dd353=_0x36ed40;return{'hostType':a[_0x4dd353(0x583)][_0x4dd353(0x80b)],'entry':_0x4dd353(0x421),'layout':_0x4dd353(0x310),'supportedLayouts':['docs-sticky-sheet',_0x4dd353(0x508),'aspect-fit',_0x4dd353(0x28f),_0x4dd353(0x808)],'menuBehavior':_0x4dd353(0x3da)};}function hu(_0x2ee5d7,_0x2e554d){const _0xfd82dd=_0x36ed40;var _0x38d10e,_0x13bf05,_0xf1384c,_0x537eb6;if(!_0x2ee5d7)return;let _0x318354=_0x2ee5d7[_0xfd82dd(0x2bf)](_0x2e554d);if(_0x318354){for(let _0x4a8004 of _0x318354[_0xfd82dd(0x59e)][_0xfd82dd(0x8b8)]()){var _0x186e30;(_0x186e30=_0x4a8004[_0xfd82dd(0x872)])==null||_0x186e30['call'](_0x4a8004);}(_0x38d10e=_0x318354[_0xfd82dd(0x772)])==null||_0x38d10e['resize'](),(_0x13bf05=_0x318354['scene'])==null||_0x13bf05['makeDirty'](),(_0xf1384c=_0x318354[_0xfd82dd(0x8a7)])==null||(_0xf1384c=_0xf1384c[_0xfd82dd(0x4f6)](_0x318354,o[_0xfd82dd(0x8d4)]))==null||(_0x537eb6=_0xf1384c[_0xfd82dd(0x283)])==null||_0x537eb6['call'](_0xf1384c);}}function gu(_0x23c9f4){const _0x167382=_0x36ed40;return{'childType':a[_0x167382(0x583)]['UNIVER_DOC'],'handleWheel':_0x5c05cf=>{const _0x4e1ce3=_0x167382;let _0x4c79c1=_0x23c9f4[_0x4e1ce3(0x82c)](Ni)?_0x23c9f4['get'](Ni):void 0x0;if((_0x4c79c1==null?void 0x0:_0x4c79c1[_0x4e1ce3(0x8e1)](_0x5c05cf))===!0x0)return!0x0;if(!_0x23c9f4[_0x4e1ce3(0x82c)](p[_0x4e1ce3(0x6d8)]))return!0x1;let _0x269d8b=_0x23c9f4[_0x4e1ce3(0x335)](p['IRenderManagerService'])[_0x4e1ce3(0x2bf)](_0x5c05cf[_0x4e1ce3(0x397)]),_0x2908b0=_0x269d8b==null?void 0x0:_0x269d8b[_0x4e1ce3(0x5ce)];return es(_0x5c05cf,_0x2908b0==null?void 0x0:_0x2908b0[_0x4e1ce3(0x5d7)](o[_0x4e1ce3(0x9ef)][_0x4e1ce3(0x690)]),_0x2908b0);}};}function _u(){const _0x5e4618=_0x36ed40;return ol({'childType':a[_0x5e4618(0x583)][_0x5e4618(0x80b)],'ownsStage1Fullscreen':!0x0,'mount':vu});}function vu(_0x2a878c){const _0xae0a2=_0x36ed40;let {menu:_0x35f20e,portalContainer:_0x58689d}=rl(_0x2a878c),_0x42a776=On(_0x35f20e);return _0x42a776[_0xae0a2(0x56a)]((0x0,d[_0xae0a2(0x349)])(J,{'injector':_0x2a878c['runtimeScope'][_0xae0a2(0x501)],'mountContainer':_0x58689d,'embedId':_0x2a878c[_0xae0a2(0x467)]},(0x0,d[_0xae0a2(0x349)])(yu,{'hostUnitId':_0x2a878c[_0xae0a2(0x98c)],'embedId':_0x2a878c[_0xae0a2(0x467)],'entry':_0x2a878c[_0xae0a2(0x393)][_0xae0a2(0x89c)],'fullscreen':!!_0x2a878c['renderScope'][_0xae0a2(0x498)],'usesDomFloatingStage':_0x2a878c[_0xae0a2(0x393)][_0xae0a2(0x89c)]!=='slides-floating-object','renderScopeActive$':_0x2a878c[_0xae0a2(0x949)][_0xae0a2(0x253)]}))),(0x0,a[_0xae0a2(0x63c)])(()=>{const _0x3fd6d1=_0xae0a2;kn(_0x42a776),globalThis[_0x3fd6d1(0x62a)](()=>_0x35f20e['remove'](),0x0);});}function yu(_0x4c78e5){const _0x3b0649=_0x36ed40;let {hostUnitId:_0x5e9285,embedId:_0x2c8421,entry:_0x42ab4b,fullscreen:_0x4c5d53,usesDomFloatingStage:_0x1d124c,renderScopeActive$:_0xbc9af}=_0x4c78e5,_0x2d5aed=(0x0,c[_0x3b0649(0x42d)])(()=>_0xbc9af,!0x1,!0x1,[_0xbc9af]),_0x251bb3=(0x0,c[_0x3b0649(0x26f)])(a[_0x3b0649(0x8cd)]),_0x59c343=(0x0,c['useDependency'])(a['IPermissionService']),_0x169351=(0x0,c[_0x3b0649(0x26f)])(a[_0x3b0649(0x8cc)]),_0x5b2c6e=(0x0,c['useDependency'])(a['LocaleService']),_0x1f32aa=(0x0,c[_0x3b0649(0x26f)])(ue),_0x5299ed=bu({'embedId':_0x2c8421,'active':(0x0,c[_0x3b0649(0x42d)])(()=>_0x1f32aa[_0x3b0649(0x253)],_0x1f32aa[_0x3b0649(0x4fa)](),!0x1,[_0x1f32aa]),'fullscreen':_0x4c5d53,'usesDomFloatingStage':_0x1d124c,'renderScopeActive':_0x2d5aed});return(0x0,c[_0x3b0649(0x42d)])(()=>_0x59c343[_0x3b0649(0x308)][_0x3b0649(0x5ab)]((0x0,f[_0x3b0649(0xa11)])(null),(0x0,f['map'])(()=>xu(_0x59c343,_0x169351,_0x5e9285,_0x2c8421,_0x42ab4b))),xu(_0x59c343,_0x169351,_0x5e9285,_0x2c8421,_0x42ab4b),!0x1,[_0x2c8421,_0x42ab4b,_0x5e9285,_0x59c343,_0x169351])?(0x0,m['jsxs'])(_0x3b0649(0x92d),{'className':(0x0,l['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':_0x5299ed==='inactive','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x4c5d53,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x4c5d53,'-univer-top-9':!_0x4c5d53&&_0x42ab4b!==_0x3b0649(0x421),'-univer-top-[52px]':!_0x4c5d53&&_0x42ab4b===_0x3b0649(0x421)}),'data-embed-floating-menu':_0x3b0649(0x69e),'data-embed-id':_0x2c8421,'data-embed-float-stage':_0x5299ed,'onPointerDown':_0x4837fc=>_0x4837fc['stopPropagation'](),'children':[!_0x4c5d53&&(0x0,m['jsx'])(Ua,{'hostUnitId':_0x5e9285,'embedId':_0x2c8421,'variant':_0x3b0649(0x846)}),(0x0,m[_0x3b0649(0x6c9)])(Ha,{'title':_0x5b2c6e['t']('embed-ui.deleteBlock'),'children':(0x0,m[_0x3b0649(0x6c9)])(l['Button'],{'type':'button','size':_0x3b0649(0x761),'variant':_0x3b0649(0x96d),'className':_0x3b0649(0x887),'aria-label':_0x5b2c6e['t'](_0x3b0649(0x770)),'onClick':async()=>{const _0x36ccf1=_0x3b0649;await _0x251bb3[_0x36ccf1(0x638)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x5e9285,'embedId':_0x2c8421});},'children':(0x0,m[_0x3b0649(0x6c9)])(u[_0x3b0649(0x788)],{})})})]}):null;}function bu(_0x5eac4a){const _0x503a6b=_0x36ed40;var _0x53c55d;return((_0x53c55d=_0x5eac4a[_0x503a6b(0x95f)])==null?void 0x0:_0x53c55d[_0x503a6b(0x467)])===_0x5eac4a[_0x503a6b(0x467)]&&_0x5eac4a['active'][_0x503a6b(0x59f)]!=='inactive'?_0x5eac4a[_0x503a6b(0x95f)][_0x503a6b(0x59f)]??_0x503a6b(0x682):Fr(_0x5eac4a);}function xu(_0x473a43,_0x4688ab,_0x45744a,_0x1f928b,_0x21eb92){const _0x7fe82d=_0x36ed40;let _0x1ab9c4=_0x4688ab[_0x7fe82d(0x77d)](_0x45744a,a[_0x7fe82d(0x583)][_0x7fe82d(0x80b)]);if(!(_0x1ab9c4 instanceof a[_0x7fe82d(0x3ba)]))return[a[_0x7fe82d(0x583)][_0x7fe82d(0x36c)],a[_0x7fe82d(0x583)][_0x7fe82d(0x419)],a[_0x7fe82d(0x583)][_0x7fe82d(0x927)]][_0x7fe82d(0x980)](_0x57b3ff=>!!_0x4688ab[_0x7fe82d(0x77d)](_0x45744a,_0x57b3ff));let _0x115290=_0x21eb92===_0x7fe82d(0x6d5)?'drawing':_0x7fe82d(0x9dc),_0x3ab9e9=_0x115290===_0x7fe82d(0x741)?(0x0,h['getDocumentDrawingSegmentId'])(_0x1ab9c4,_0x1f928b):'';return(0x0,h['canEditDocumentTargets'])(_0x473a43,_0x45744a,[...(0x0,h[_0x7fe82d(0x3f0)])(_0x1ab9c4,_0x3ab9e9,_0x115290,_0x1f928b),(0x0,h[_0x7fe82d(0x598)])(_0x3ab9e9,_0x115290,_0x1f928b)]);}function Su(_0x60217e){tc(_0x60217e,'docs-ui.embed',Cu);}function Cu(_0x2c9c1a){const _0x21f652=_0x36ed40;let _0x2bdc96=_0x2c9c1a[_0x21f652(0x335)](t[_0x21f652(0x8b7)]),_0x3cd3bb=_0x2c9c1a[_0x21f652(0x335)](Xt),_0x588bc4=_0x2c9c1a[_0x21f652(0x335)](Jt),_0xfbb7df=_0x2c9c1a[_0x21f652(0x335)](B),_0x2e0d46=_0x2c9c1a[_0x21f652(0x335)](Yt),_0x2fb9f2=_0x2c9c1a[_0x21f652(0x335)](_i),_0x32d72f=_0x2c9c1a['get'](Mi),_0x7b5e9=_0x2c9c1a[_0x21f652(0x82c)](t['EmbedHostAnchorModelService'])?_0x2c9c1a['get'](t[_0x21f652(0x9cd)]):void 0x0,_0x275050=_0x2c9c1a['has'](a[_0x21f652(0x8cc)])?_0x2c9c1a['get'](a[_0x21f652(0x8cc)]):void 0x0,_0x1204e9=_0x2c9c1a[_0x21f652(0x82c)](p[_0x21f652(0x6d8)])?_0x2c9c1a[_0x21f652(0x335)](p[_0x21f652(0x6d8)]):void 0x0;_0x1204e9==null||_0x1204e9['registerRenderModule'](a['UniverInstanceType'][_0x21f652(0x80b)],[lu]);let _0x2327cb=pu(_0x7b5e9,_0x275050,_0x1204e9);_0x2bdc96[_0x21f652(0x335)](_0x2327cb['hostType'],_0x2327cb['entry'])||_0x2bdc96[_0x21f652(0x2d1)](_0x2327cb);let _0x2200a1=mu();_0x3cd3bb[_0x21f652(0x335)](_0x2200a1[_0x21f652(0x375)],_0x2200a1[_0x21f652(0x89c)])||_0x3cd3bb[_0x21f652(0x2d1)](_0x2200a1);let _0xafdd44=ru();_0x588bc4['get'](_0xafdd44[_0x21f652(0x560)])||_0x588bc4[_0x21f652(0x2d1)](_0xafdd44);let _0x4414fb=nu();_0xfbb7df[_0x21f652(0x335)](_0x4414fb[_0x21f652(0x560)])||_0xfbb7df[_0x21f652(0x2d1)](_0x4414fb),_u()['forEach'](_0x4294c2=>{const _0x44b12b=_0x21f652;_0x2e0d46[_0x44b12b(0x478)](_0x4294c2['hostType'],_0x4294c2[_0x44b12b(0x89c)],_0x4294c2['childType'])||_0x2e0d46['register'](_0x4294c2);}),_0x2fb9f2[_0x21f652(0x6e9)](io(_0x2c9c1a,{'childType':a[_0x21f652(0x583)][_0x21f652(0x80b)],'renderManagerService':p['IRenderManagerService']})),_0x32d72f[_0x21f652(0x335)](a['UniverInstanceType'][_0x21f652(0x80b)])||_0x32d72f[_0x21f652(0x2d1)](gu(_0x2c9c1a));}function wu(){const _0x2519c7=_0x36ed40;return{'childType':a[_0x2519c7(0x583)][_0x2519c7(0x36c)],'measureContentSize':_0x319c07=>{const _0x42cd75=_0x2519c7;let _0xfe6256=Tu(_0x319c07[_0x42cd75(0x9fd)],_0x319c07['limitRowsToViewportWidth']?_0x319c07['viewportWidth']:void 0x0),_0x252eea=Du(_0x319c07['childUnit']);return _0xfe6256==null&&_0x252eea==null?void 0x0:{'height':_0xfe6256==null?void 0x0:_0xfe6256[_0x42cd75(0x2af)],'verticalBreaks':_0xfe6256==null?void 0x0:_0xfe6256[_0x42cd75(0x63b)],'width':_0x252eea};}};}function Tu(_0x5b8205,_0x12d3cb){const _0x188369=_0x36ed40;var _0x11db91;let _0x49145b=_0x5b8205 instanceof a[_0x188369(0x6e7)]?_0x5b8205[_0x188369(0x373)](!0x0):void 0x0;if(!_0x49145b)return;let _0x527144=Ou(_0x49145b,_0x12d3cb);if(!Number[_0x188369(0x4eb)](_0x527144)||_0x527144==null||_0x527144<0x0)return;let _0x50e608=Mu((_0x11db91=_0x49145b[_0x188369(0x85b)])==null||(_0x11db91=_0x11db91[_0x188369(0x4f6)](_0x49145b))==null?void 0x0:_0x11db91[_0x188369(0x9f6)],a[_0x188369(0x535)]),_0x170e10=Eu(_0x5b8205),_0xac6b54=0x0,_0x6fe6b2=[];for(let _0x404b4f=0x0;_0x404b4f<_0x527144;_0x404b4f++){var _0x493722,_0xd093a8;((_0x493722=_0x49145b[_0x188369(0x4af)])==null?void 0x0:_0x493722[_0x188369(0x4f6)](_0x49145b,_0x404b4f))!==!0x1&&(_0xac6b54+=Nu((_0xd093a8=_0x49145b[_0x188369(0x4e8)])==null?void 0x0:_0xd093a8[_0x188369(0x4f6)](_0x49145b,_0x404b4f),_0x50e608),_0x6fe6b2[_0x188369(0x5b5)](_0x170e10+_0xac6b54));}return{'breaks':_0x6fe6b2,'height':_0x170e10+_0xac6b54};}function Eu(_0x2b46e5){const _0x51f9a3=_0x36ed40;var _0x47512b;let _0x527338=_0x2b46e5 instanceof a[_0x51f9a3(0x6e7)]?_0x2b46e5[_0x51f9a3(0x373)](!0x0):void 0x0,_0x14962a=_0x527338==null||(_0x47512b=_0x527338['getConfig'])==null||(_0x47512b=_0x47512b[_0x51f9a3(0x4f6)](_0x527338))==null?void 0x0:_0x47512b[_0x51f9a3(0x52d)];return _0x14962a!=null&&_0x14962a[_0x51f9a3(0x932)]?0x0:Mu(_0x14962a==null?void 0x0:_0x14962a[_0x51f9a3(0x2af)],0x18);}function Du(_0xf97ffc){const _0x357b77=_0x36ed40;var _0x56beb8,_0x54133f;let _0x2d7f66=_0xf97ffc instanceof a[_0x357b77(0x6e7)]?_0xf97ffc[_0x357b77(0x373)](!0x0):void 0x0;if(!_0x2d7f66)return;let _0x12cc4c=Au(_0x2d7f66);if(!Number[_0x357b77(0x4eb)](_0x12cc4c)||_0x12cc4c==null||_0x12cc4c<0x0)return;let _0x81782=(_0x56beb8=_0x2d7f66[_0x357b77(0x85b)])==null||(_0x56beb8=_0x56beb8[_0x357b77(0x4f6)](_0x2d7f66))==null?void 0x0:_0x56beb8[_0x357b77(0x2cc)],_0x45f3ae=Mu((_0x54133f=_0x2d7f66[_0x357b77(0x85b)])==null||(_0x54133f=_0x54133f[_0x357b77(0x4f6)](_0x2d7f66))==null?void 0x0:_0x54133f[_0x357b77(0x8d0)],a[_0x357b77(0x41f)]),_0x20e9c5=_0x81782!=null&&_0x81782['hidden']?0x0:Mu(_0x81782==null?void 0x0:_0x81782[_0x357b77(0x76f)],a[_0x357b77(0x285)]),_0x1d1d01=0x0;for(let _0x4b8c87=0x0;_0x4b8c87<_0x12cc4c;_0x4b8c87++){var _0x4733ce,_0x231c5f;((_0x4733ce=_0x2d7f66[_0x357b77(0x455)])==null?void 0x0:_0x4733ce[_0x357b77(0x4f6)](_0x2d7f66,_0x4b8c87))!==!0x1&&(_0x1d1d01+=Mu((_0x231c5f=_0x2d7f66['getColumnWidth'])==null?void 0x0:_0x231c5f[_0x357b77(0x4f6)](_0x2d7f66,_0x4b8c87),_0x45f3ae));}return _0x20e9c5+_0x1d1d01+p[_0x357b77(0x7ff)][_0x357b77(0x9b8)];}function Ou(_0x3e9e2d,_0x3e17cc){const _0x4f2e52=_0x36ed40;let _0x4ba24c=ju(_0x3e9e2d[_0x4f2e52(0x555)]());if(_0x4ba24c==null||_0x3e17cc==null)return _0x4ba24c;let _0xf0a16c=ku(_0x3e9e2d,_0x3e17cc),_0xbfee6d=_0x3e9e2d[_0x4f2e52(0x40c)]();if(_0xf0a16c<0x0||_0xbfee6d[_0x4f2e52(0x387)]<0x0||_0xbfee6d[_0x4f2e52(0x78b)]<0x0||_0xbfee6d[_0x4f2e52(0x51d)]>_0xf0a16c)return 0x0;let _0x595625=-0x1;for(let _0x3baa81 of _0x3e9e2d[_0x4f2e52(0x3cf)]({'startRow':Math[_0x4f2e52(0x792)](0x0,_0xbfee6d[_0x4f2e52(0x553)]),'startColumn':Math[_0x4f2e52(0x792)](0x0,_0xbfee6d['startColumn']),'endRow':_0xbfee6d[_0x4f2e52(0x387)],'endColumn':Math[_0x4f2e52(0x2dd)](_0xf0a16c,_0xbfee6d[_0x4f2e52(0x78b)])}))_0x3baa81['value']&&_0x3e9e2d[_0x4f2e52(0x625)](_0x3baa81[_0x4f2e52(0x5a7)])&&(_0x595625=_0x3baa81[_0x4f2e52(0x7cf)]);return Math['min'](_0x4ba24c,_0x595625+0x1);}function ku(_0x5dd973,_0x254a3f){const _0x58f058=_0x36ed40;var _0x376cfb,_0x5d54c0;let _0x12f7ed=(_0x376cfb=_0x5dd973['getConfig'])==null||(_0x376cfb=_0x376cfb[_0x58f058(0x4f6)](_0x5dd973))==null?void 0x0:_0x376cfb[_0x58f058(0x2cc)],_0x49e14c=_0x12f7ed!=null&&_0x12f7ed[_0x58f058(0x932)]?0x0:Mu(_0x12f7ed==null?void 0x0:_0x12f7ed[_0x58f058(0x76f)],a[_0x58f058(0x285)]),_0x20eb5f=Math[_0x58f058(0x792)](0x0,_0x254a3f-_0x49e14c-p[_0x58f058(0x7ff)]['DEFAULT_TOTAL_SIZE']),_0x1e1db2=Mu((_0x5d54c0=_0x5dd973[_0x58f058(0x85b)])==null||(_0x5d54c0=_0x5d54c0[_0x58f058(0x4f6)](_0x5dd973))==null?void 0x0:_0x5d54c0[_0x58f058(0x8d0)],a['DEFAULT_WORKSHEET_COLUMN_WIDTH']),_0x415a22=0x0,_0x4a791c=-0x1,_0x184c59=Au(_0x5dd973)??0x0;for(let _0x51b5b7=0x0;_0x51b5b7<_0x184c59&&_0x415a22<_0x20eb5f;_0x51b5b7++){var _0x320d7a,_0x4e6511;((_0x320d7a=_0x5dd973[_0x58f058(0x455)])==null?void 0x0:_0x320d7a[_0x58f058(0x4f6)](_0x5dd973,_0x51b5b7))!==!0x1&&(_0x4a791c=_0x51b5b7,_0x415a22+=Mu((_0x4e6511=_0x5dd973[_0x58f058(0x7c7)])==null?void 0x0:_0x4e6511['call'](_0x5dd973,_0x51b5b7),_0x1e1db2));}return _0x4a791c;}function Au(_0x47c3d9){const _0x2d38cd=_0x36ed40;return ju(_0x47c3d9[_0x2d38cd(0x38d)]());}function ju(_0x2acd33){const _0x34ef32=_0x36ed40;return typeof _0x2acd33==_0x34ef32(0x33c)&&Number[_0x34ef32(0x4eb)](_0x2acd33)&&_0x2acd33>=0x0?Math['floor'](_0x2acd33):void 0x0;}function Mu(_0x37706d,_0x129191){const _0x138b9a=_0x36ed40;return typeof _0x37706d==_0x138b9a(0x33c)&&Number['isFinite'](_0x37706d)&&_0x37706d>0x0?_0x37706d:_0x129191;}function Nu(_0x4893f3,_0x89a9bd){const _0x3dd70c=_0x36ed40;return typeof _0x4893f3==_0x3dd70c(0x33c)&&Number[_0x3dd70c(0x4eb)](_0x4893f3)&&_0x4893f3>=0x0?_0x4893f3:_0x89a9bd;}function Pu(){const _0x1f9d6f=_0x36ed40;return{'hostType':a[_0x1f9d6f(0x583)][_0x1f9d6f(0x36c)],'entry':_0x1f9d6f(0x45b),'layout':_0x1f9d6f(0x588),'supportedLayouts':[_0x1f9d6f(0x588),'aspect-fit',_0x1f9d6f(0x28f),_0x1f9d6f(0x808)],'menuBehavior':_0x1f9d6f(0x3da)};}function Fu(){const _0x456f38=_0x36ed40;return{'hostType':a[_0x456f38(0x583)]['UNIVER_SHEET'],'entry':'sheets-sheet-tab','layout':_0x456f38(0x2ed),'supportedLayouts':[_0x456f38(0x2ed)],'menuBehavior':_0x456f38(0x5a6),'mount':_0x3dfa12=>{const _0x374d88=_0x456f38;let _0x261873=Iu(_0x374d88(0x8ba),_0x3dfa12[_0x374d88(0x393)][_0x374d88(0x3bd)]);return _0x261873?{'hostElement':_0x261873}:{};}};}function Iu(_0x4f1ff6,_0x33bc53){const _0x45877e=_0x36ed40;return document[_0x45877e(0x334)]('['+_0x4f1ff6+'=\x22'+Lu(_0x33bc53)+'\x22]');}function Lu(_0x1d5da5){const _0x583d1c=_0x36ed40;return _0x1d5da5[_0x583d1c(0x959)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Ru(_0x47ee54){const _0x2110b8=_0x36ed40;let _0x180326=_0x47ee54[_0x2110b8(0x82c)](a[_0x2110b8(0x8cc)])?_0x47ee54[_0x2110b8(0x335)](a['IUniverInstanceService']):void 0x0,_0x17ef0d=_0x47ee54[_0x2110b8(0x82c)](p['IRenderManagerService'])?_0x47ee54[_0x2110b8(0x335)](p['IRenderManagerService']):void 0x0;return{'childType':a[_0x2110b8(0x583)][_0x2110b8(0x36c)],'getHorizontalScroll':_0xf41fc=>{const _0x23a1f2=_0x2110b8;var _0x11d067;return(_0x11d067=_0x367c1f(_0xf41fc))==null?void 0x0:_0x11d067[_0x23a1f2(0x2ad)];},'getVerticalScroll':_0x5a523e=>{const _0x4ad2a3=_0x2110b8;var _0x526d7c;return(_0x526d7c=_0x367c1f(_0x5a523e))==null?void 0x0:_0x526d7c[_0x4ad2a3(0x3c6)];},'getStickyLeftWidth':_0x31f53f=>{const _0x551ba8=_0x2110b8;var _0x49407c,_0x435e88;let _0x39c155=_0x31f53f[_0x551ba8(0x368)][_0x551ba8(0x82d)]??_0x180326,_0x15be40=_0x39c155==null?void 0x0:_0x39c155[_0x551ba8(0x77d)](_0x31f53f['childUnitId'],a['UniverInstanceType'][_0x551ba8(0x36c)]),_0x54175b=_0x15be40==null||(_0x49407c=_0x15be40[_0x551ba8(0x373)](!0x0))==null||(_0x435e88=_0x49407c[_0x551ba8(0x85b)])==null||(_0x435e88=_0x435e88[_0x551ba8(0x4f6)](_0x49407c))==null?void 0x0:_0x435e88[_0x551ba8(0x2cc)];return _0x54175b!=null&&_0x54175b[_0x551ba8(0x932)]?0x0:(_0x54175b==null?void 0x0:_0x54175b['width'])??a['DEFAULT_WORKSHEET_ROW_TITLE_WIDTH'];},'getStickyHeaderHeight':_0x227c86=>{const _0x407532=_0x2110b8;let _0x452168=_0x227c86[_0x407532(0x368)][_0x407532(0x82d)]??_0x180326;return Eu(_0x452168==null?void 0x0:_0x452168[_0x407532(0x77d)](_0x227c86[_0x407532(0x397)],a[_0x407532(0x583)][_0x407532(0x36c)]));},'subscribeVerticalScroll':(_0x1c9c78,_0xab9469)=>{const _0x32a326=_0x2110b8;let _0x7f1603=_0x367c1f(_0x1c9c78);if(!_0x7f1603)return;let _0x494056=_0x7f1603['onScrollByBar$'][_0x32a326(0x40f)](_0x2f71fb=>{const _0x42e73b=_0x32a326;_0xab9469(_0x2f71fb[_0x42e73b(0x3c6)]??_0x7f1603[_0x42e73b(0x3c6)]??0x0);});return(0x0,a[_0x32a326(0x63c)])(()=>_0x494056[_0x32a326(0x6cf)]());},'handleWheel':_0x1a94c7=>{const _0xe1be45=_0x2110b8;var _0x16f876;if(_0x1a94c7[_0xe1be45(0x30c)]!==_0xe1be45(0x5b1)&&_0x1a94c7[_0xe1be45(0x30c)]!==_0xe1be45(0x46b)&&Ir(_0x1a94c7[_0xe1be45(0x901)],_0x1a94c7[_0xe1be45(0x9d6)]))return!0x1;let _0x42219a=((_0x16f876=_0x1a94c7[_0xe1be45(0x368)])==null?void 0x0:_0x16f876['injector'])??_0x47ee54,_0x441d63=_0x42219a!==_0x47ee54&&_0x42219a[_0xe1be45(0x82c)](p[_0xe1be45(0x6d8)])?_0x42219a[_0xe1be45(0x335)](p['IRenderManagerService']):_0x17ef0d;if(!_0x441d63)return!0x1;let _0x46a852=_0x441d63[_0xe1be45(0x2bf)](_0x1a94c7[_0xe1be45(0x397)]),_0xfdc01e=_0x46a852==null?void 0x0:_0x46a852[_0xe1be45(0x5ce)];return es(_0x1a94c7,_0xfdc01e==null?void 0x0:_0xfdc01e['getViewport'](p[_0xe1be45(0x6bf)]['VIEW_MAIN']),_0xfdc01e);}};function _0x367c1f(_0x2ec814){const _0x57ba02=_0x2110b8;var _0x850a60,_0x2203e0;let _0x3aa48a=((_0x850a60=_0x2ec814['runtimeScope'])==null?void 0x0:_0x850a60[_0x57ba02(0x501)])??_0x47ee54,_0x3ca93b=_0x3aa48a!==_0x47ee54&&_0x3aa48a[_0x57ba02(0x82c)](p[_0x57ba02(0x6d8)])?_0x3aa48a['get'](p[_0x57ba02(0x6d8)]):_0x17ef0d;return _0x3ca93b==null||(_0x2203e0=_0x3ca93b[_0x57ba02(0x2bf)](_0x2ec814[_0x57ba02(0x397)]))==null||(_0x2203e0=_0x2203e0[_0x57ba02(0x5ce)])==null?void 0x0:_0x2203e0[_0x57ba02(0x5d7)](p['SHEET_VIEWPORT_KEY'][_0x57ba02(0x690)]);}}function zu(_0x5c1e8a){const _0x3c5a7f=_0x36ed40;let _0x5bf06d=[];return[[_0x3c5a7f(0x38a),s[_0x3c5a7f(0x33b)],0x0],['outline',D[_0x3c5a7f(0x454)],0x64],[_0x3c5a7f(0x82e),F[_0x3c5a7f(0x6f2)],0x64],[_0x3c5a7f(0x26a),M[_0x3c5a7f(0x6de)],0x64],[_0x3c5a7f(0x52a),ee[_0x3c5a7f(0x1fd)],0x64],[_0x3c5a7f(0x32c),P['SheetsFilterUIMenuSchema'],0x64],[_0x3c5a7f(0x741),N[_0x3c5a7f(0x917)],0x64],[_0x3c5a7f(0x985),I[_0x3c5a7f(0x9c8)],0x64],[_0x3c5a7f(0x4b5),te[_0x3c5a7f(0x8f6)],0x64],[_0x3c5a7f(0x2c4),re[_0x3c5a7f(0x898)],0x64],[_0x3c5a7f(0x9a4),ne[_0x3c5a7f(0x774)],0x64],[_0x3c5a7f(0x37e),b[_0x3c5a7f(0x2c2)],0x64],['print',k[_0x3c5a7f(0x350)],0x64],['pivot-table',O['SheetsPivotTableUIMenuSchema'],0x64],[_0x3c5a7f(0x4e0),E[_0x3c5a7f(0x84e)],0x64],[_0x3c5a7f(0x713),j[_0x3c5a7f(0x91d)],0x64],[_0x3c5a7f(0x958),A[_0x3c5a7f(0xa14)],0x64],[_0x3c5a7f(0x6b8),A[_0x3c5a7f(0x4fb)],0x64]][_0x3c5a7f(0x5f4)](([_0x5aef91,_0x4f2113,_0x141975])=>{const _0x16b643=_0x3c5a7f;let _0x58a625=tr(_0x5c1e8a,{'id':'embed.sheets.'+_0x5aef91,'childType':a['UniverInstanceType'][_0x16b643(0x36c)],'surface':'ribbon','order':_0x141975,'menuSchema':_0x4f2113});_0x58a625&&_0x5bf06d[_0x16b643(0x5b5)](_0x58a625);}),(0x0,a['toDisposable'])(()=>_0x5bf06d[_0x3c5a7f(0x5f4)](_0x4b34d6=>_0x4b34d6[_0x3c5a7f(0x5df)]()));}function Bu(){const _0x5b84f0=_0x36ed40;return{...ac({'childType':a[_0x5b84f0(0x583)][_0x5b84f0(0x36c)],'productName':_0x5b84f0(0x7fe)}),'presentationPolicy':{'getChromeCss':()=>_0x5b84f0(0x69f),'activateNavigationAtPoint':({childContext:_0x19ed50,clientX:_0x2a142a,clientY:_0x402af0,runtimeHost:_0x35e173})=>{const _0x4f980e=_0x5b84f0;let _0x306997=uc(_0x35e173,'[data-u-comp=\x22slide-tab-item\x22]',_0x2a142a,_0x402af0),_0x1a6651=_0x306997==null?void 0x0:_0x306997[_0x4f980e(0x4d2)]['id'],_0x4fa7eb=_0x19ed50['runtimeScope'][_0x4f980e(0x7e4)];return!_0x1a6651||!_0x4fa7eb?!0x1:_0x4fa7eb[_0x4f980e(0x8b3)](v[_0x4f980e(0x5e0)]['id'],{'unitId':_0x19ed50[_0x4f980e(0x397)],'subUnitId':_0x1a6651})!==!0x1;}}};}function Vu(_0x5406e9){const _0x4c9b3d=_0x36ed40;return{'childType':a['UniverInstanceType'][_0x4c9b3d(0x36c)],'supportedLayouts':[_0x4c9b3d(0x2ed),_0x4c9b3d(0x310),'scroll-contained'],'canvasRootClassName':_0x4c9b3d(0x8a0),'scopedDependencies':[[s[_0x4c9b3d(0x6bd)],{'useClass':s['SheetBarService']}],[s[_0x4c9b3d(0x904)]]],'beforeDeactivate':Wu,'mount':_0x2e65de=>{const _0x31b66a=_0x4c9b3d;var _0x55a916;let _0x489a72=_0x2e65de[_0x31b66a(0x368)][_0x31b66a(0x501)],_0x403769=_0x2e65de['runtimeScope'][_0x31b66a(0x4a2)][_0x31b66a(0x48a)]??_0x2e65de[_0x31b66a(0x949)]['canvasRoot']??_0x2e65de[_0x31b66a(0x949)][_0x31b66a(0x362)]??_0x2e65de[_0x31b66a(0x949)][_0x31b66a(0x8e9)],_0x2ca9fa=_0x2e65de['runtimeScope'][_0x31b66a(0x4a2)][_0x31b66a(0x2c9)]??_0x2e65de['renderScope'][_0x31b66a(0x362)]??_0x403769;_0x403769[_0x31b66a(0x4d2)][_0x31b66a(0x9be)]=_0x2e65de[_0x31b66a(0x397)],_0x403769['dataset'][_0x31b66a(0x89b)]='sheet-workbench',_0x2ca9fa[_0x31b66a(0x4d2)][_0x31b66a(0x9be)]=_0x2e65de[_0x31b66a(0x397)],_0x2ca9fa['dataset'][_0x31b66a(0x89b)]=_0x31b66a(0x578);let _0x366457=_0x2e65de[_0x31b66a(0x501)]['get'](a[_0x31b66a(0x8cc)])[_0x31b66a(0x77d)](_0x2e65de[_0x31b66a(0x397)],a[_0x31b66a(0x583)][_0x31b66a(0x36c)]),_0x5a8fc0=_0x366457?jc(_0x2e65de,_0x5406e9,_0x6144ab=>Uu(_0x366457,_0x6144ab)):(0x0,a[_0x31b66a(0x63c)])(()=>{}),_0x58c255=Qt(_0x2e65de,p[_0x31b66a(0x6d8)],_0x403769,{'scopedRenderInjector':!0x0})??(0x0,a[_0x31b66a(0x63c)])(()=>{}),_0x547469=Hu(_0x2e65de),_0x551944=qu(_0x2e65de,_0x2ca9fa),_0x3eec5b=On(_0x2ca9fa);return _0x3eec5b[_0x31b66a(0x56a)]((0x0,m[_0x31b66a(0x6c9)])(J,{'injector':_0x489a72,'mountContainer':_0x2e65de['runtimeScope'][_0x31b66a(0x4a2)][_0x31b66a(0x9b4)],'embedId':_0x2e65de['embedId'],'children':(0x0,m[_0x31b66a(0x6c9)])(Ju,{'canvasRoot':_0x403769,'embedId':_0x2e65de[_0x31b66a(0x467)],'fullscreen':!!_0x2e65de[_0x31b66a(0x949)]['fullscreen'],'showChrome':Gu(_0x2e65de),'readonly':((_0x55a916=_0x2e65de[_0x31b66a(0x393)])==null?void 0x0:_0x55a916[_0x31b66a(0x32e)])===_0x31b66a(0x438),'unitId':_0x2e65de['childUnitId']})})),(0x0,a[_0x31b66a(0x63c)])(()=>{const _0x49c28f=_0x31b66a;_0x5a8fc0[_0x49c28f(0x5df)](),_0x551944[_0x49c28f(0x5df)](),_0x547469[_0x49c28f(0x5df)](),_0x58c255[_0x49c28f(0x5df)](),kn(_0x3eec5b),_0x403769[_0x49c28f(0x223)]&&(_0x403769[_0x49c28f(0x301)]('data-embed-child-render-unit-id'),_0x403769['removeAttribute'](_0x49c28f(0x523))),_0x2ca9fa[_0x49c28f(0x223)]&&(_0x2ca9fa['removeAttribute'](_0x49c28f(0x6df)),_0x2ca9fa[_0x49c28f(0x301)](_0x49c28f(0x523)));});}};}function Hu(_0x38277e){const _0x161bbf=_0x36ed40;var _0x4c35ce;if(_0x38277e['layout']!==_0x161bbf(0x310))return(0x0,a['toDisposable'])(()=>{});let _0x3b6d86=(_0x4c35ce=_0x38277e[_0x161bbf(0x501)][_0x161bbf(0x335)](p[_0x161bbf(0x6d8)])['getRenderUnitById'](_0x38277e[_0x161bbf(0x397)]))==null||(_0x4c35ce=_0x4c35ce['scene'][_0x161bbf(0x5d7)](p['SHEET_VIEWPORT_KEY'][_0x161bbf(0x690)]))==null?void 0x0:_0x4c35ce[_0x161bbf(0x799)]();if(!_0x3b6d86)return(0x0,a[_0x161bbf(0x63c)])(()=>{});let _0x308289=_0x3b6d86['hideTrackWhenUnscrollable'];return _0x3b6d86[_0x161bbf(0x736)]=!0x0,(0x0,a[_0x161bbf(0x63c)])(()=>{_0x3b6d86['hideTrackWhenUnscrollable']=_0x308289;});}function Uu(_0x5ac520,_0x57b5f6){const _0x1fbb52=_0x36ed40;var _0x2d4dab;let _0x3eee60=_0x57b5f6==null?void 0x0:_0x57b5f6[_0x1fbb52(0x309)],_0x3b9c2b=(_0x3eee60?_0x5ac520[_0x1fbb52(0x200)](_0x3eee60):void 0x0)??_0x5ac520['getSheets']()[0x0];_0x3b9c2b&&((_0x2d4dab=_0x5ac520[_0x1fbb52(0x373)](!0x0))==null?void 0x0:_0x2d4dab[_0x1fbb52(0xa1a)]())!==_0x3b9c2b[_0x1fbb52(0xa1a)]()&&_0x5ac520[_0x1fbb52(0x398)](_0x3b9c2b);}function Wu(_0x327f96){const _0x2a2121=_0x36ed40;var _0x36f957,_0x45fc5d;(_0x36f957=_0x327f96[_0x2a2121(0x368)][_0x2a2121(0x7e4)])==null||_0x36f957[_0x2a2121(0x8b3)](s['SetCellEditVisibleOperation']['id'],{'visible':!0x1,'eventType':p[_0x2a2121(0x8c1)][_0x2a2121(0x77f)],'unitId':_0x327f96[_0x2a2121(0x397)]}),_0x327f96[_0x2a2121(0x368)]['injector'][_0x2a2121(0x82c)](a['IContextService'])&&_0x327f96[_0x2a2121(0x368)][_0x2a2121(0x501)]['get'](a[_0x2a2121(0x292)])[_0x2a2121(0xa0d)](a[_0x2a2121(0x3db)],!0x1),_0x327f96['runtimeScope'][_0x2a2121(0x501)][_0x2a2121(0x82c)](s[_0x2a2121(0x418)])&&_0x327f96['runtimeScope']['injector'][_0x2a2121(0x335)](s[_0x2a2121(0x418)])['hidePopupsForUnit'](_0x327f96[_0x2a2121(0x397)]),(_0x45fc5d=_0x327f96['injector']['get'](p[_0x2a2121(0x6d8)])[_0x2a2121(0x2bf)](_0x327f96['childUnitId']))==null||(_0x45fc5d=_0x45fc5d[_0x2a2121(0x5ce)][_0x2a2121(0x8c7)]())==null||_0x45fc5d[_0x2a2121(0x4e5)]();}function Gu(_0x575b1f){const _0x20926f=_0x36ed40;return _0x575b1f[_0x20926f(0x949)][_0x20926f(0x32e)]===_0x20926f(0x295)||!!_0x575b1f[_0x20926f(0x949)][_0x20926f(0x498)];}function Ku(_0xe5e020,_0x36b6b8){const _0x4946cd=_0x36ed40;let _0xf3f264=_0xe5e020['style'][_0x4946cd(0xa16)],_0x4fddf1=_0xe5e020[_0x4946cd(0x691)]['bottom'];return _0xe5e020[_0x4946cd(0x691)]['top']=_0x36b6b8['formulaBar']?_0x4946cd(0x645):'',_0xe5e020[_0x4946cd(0x691)][_0x4946cd(0x611)]=_0x36b6b8[_0x4946cd(0x2d2)]?s[_0x4946cd(0x715)]+'px':'',(0x0,a['toDisposable'])(()=>{const _0x3eeaad=_0x4946cd;_0xe5e020[_0x3eeaad(0x691)][_0x3eeaad(0xa16)]=_0xf3f264,_0xe5e020[_0x3eeaad(0x691)][_0x3eeaad(0x611)]=_0x4fddf1;});}function qu(_0x1f4146,_0xc5c9aa){const _0x57b6bb=_0x36ed40;var _0x6c0ef6,_0x4e1af0;return(_0x6c0ef6=_0x1f4146[_0x57b6bb(0x501)])!=null&&(_0x4e1af0=_0x6c0ef6[_0x57b6bb(0x82c)])!=null&&_0x4e1af0[_0x57b6bb(0x4f6)](_0x6c0ef6,vi)?_0x1f4146['injector'][_0x57b6bb(0x335)](vi)[_0x57b6bb(0x2d1)]({'embedId':_0x1f4146[_0x57b6bb(0x467)],'childUnitId':_0x1f4146[_0x57b6bb(0x397)],'root':_0x1f4146[_0x57b6bb(0x949)][_0x57b6bb(0x8e9)],'contentRoot':_0xc5c9aa}):(0x0,a[_0x57b6bb(0x63c)])(()=>{});}function Ju(_0x2e412e){const _0x1a2237=_0x36ed40;let {canvasRoot:_0x4778cb,embedId:_0x4261ae,fullscreen:_0x48a045,readonly:_0x4bd6cd,showChrome:_0x251357,unitId:_0x45250b}=_0x2e412e,_0x195945=(0x0,c[_0x1a2237(0x384)])(s['SHEETS_UI_PLUGIN_CONFIG_KEY']),_0x4c1afc=(0x0,c[_0x1a2237(0x26f)])(c['ComponentManager']),_0x228b66=(0x0,c[_0x1a2237(0x26f)])(c[_0x1a2237(0x733)]),_0x5dd1aa=(0x0,c[_0x1a2237(0x26f)])(a[_0x1a2237(0x8cc)]),_0x5cf2e4=(0x0,c[_0x1a2237(0x42d)])(()=>_0x5dd1aa[_0x1a2237(0x702)](a[_0x1a2237(0x583)]['UNIVER_SHEET']),_0x5dd1aa[_0x1a2237(0x9ea)](a[_0x1a2237(0x583)][_0x1a2237(0x36c)]),!0x1,[_0x5dd1aa]),_0x3397ed=(0x0,c[_0x1a2237(0x26f)])(we),_0x4a4b30=(0x0,c[_0x1a2237(0x26f)])(W),_0x2dfdce=()=>{const _0x459ce9=_0x1a2237;let _0x15a0f1=_0x4a4b30[_0x459ce9(0x8f1)]();return(_0x15a0f1==null?void 0x0:_0x15a0f1[_0x459ce9(0x467)])===_0x4261ae&&_0x15a0f1[_0x459ce9(0x397)]===_0x45250b&&_0x15a0f1['sessionMode']===_0x459ce9(0x36f)===_0x48a045;},_0x8085a8=(0x0,c['useObservable'])(()=>_0x4a4b30[_0x1a2237(0x786)]['pipe']((0x0,f[_0x1a2237(0x789)])(_0x2dfdce),(0x0,f['distinctUntilChanged'])()),_0x2dfdce(),!0x1,[_0x4261ae,_0x4a4b30,_0x48a045,_0x45250b]),_0x5d4155=(0x0,c[_0x1a2237(0x42d)])(()=>_0x3397ed['session$'],_0x3397ed['getSession'](),!0x1,[_0x3397ed]),_0x307614=!_0x48a045&&(_0x5d4155==null?void 0x0:_0x5d4155[_0x1a2237(0x467)])===_0x4261ae&&_0x5d4155[_0x1a2237(0x397)]===_0x45250b,_0x4e0901=_0x4c1afc['get'](_0x1a2237(0x40e))??_0x4c1afc['get'](_0x1a2237(0x26c)),_0x168f01=_0x195945==null?void 0x0:_0x195945[_0x1a2237(0x50d)],_0x2e5101=(_0x195945==null?void 0x0:_0x195945[_0x1a2237(0x6bc)])??!0x0,_0x2c0a40=_0x168f01===!0x1?!0x1:(_0x168f01==null?void 0x0:_0x168f01[_0x1a2237(0x2d2)])??!0x0,_0x1e819c=!_0x307614&&_0x251357&&_0x2e5101,_0x4e3389=!_0x307614&&_0x251357&&_0x2c0a40;return(0x0,d[_0x1a2237(0x325)])(()=>{let _0x1e84bf=Ku(_0x4778cb,{'formulaBar':_0x1e819c,'sheetBar':_0x4e3389});return()=>_0x1e84bf['dispose']();},[_0x4778cb,_0x1e819c,_0x4e3389]),(0x0,d[_0x1a2237(0x325)])(()=>{let _0x3e0099=Yu(_0x4778cb,_0x228b66);return()=>_0x3e0099['dispose']();},[_0x4778cb,_0x228b66]),_0x307614||!_0x5cf2e4?null:(0x0,m[_0x1a2237(0x7a9)])(m[_0x1a2237(0x81a)],{'children':[(0x0,m[_0x1a2237(0x6c9)])('div',{'className':_0x1a2237(0x3d7),'data-u-comp':_0x1a2237(0x402),'children':(0x0,m[_0x1a2237(0x6c9)])(c[_0x1a2237(0x5be)],{'unitId':_0x45250b})}),_0x1e819c&&(0x0,m[_0x1a2237(0x6c9)])(_0x1a2237(0x92d),{'className':_0x1a2237(0x2b7),'style':{'height':0x1c},'children':(0x0,m[_0x1a2237(0x6c9)])(s[_0x1a2237(0x4b0)],{})}),!_0x4bd6cd&&_0x4e0901&&(0x0,m[_0x1a2237(0x6c9)])(_0x4e0901,{}),!_0x4bd6cd&&!(_0x195945!=null&&_0x195945[_0x1a2237(0x60f)])&&_0x8085a8&&(0x0,m[_0x1a2237(0x6c9)])(s[_0x1a2237(0x9cc)],{}),!_0x4bd6cd&&(0x0,m['jsx'])(s[_0x1a2237(0x354)],{}),!_0x48a045&&(0x0,m['jsx'])(c[_0x1a2237(0x2b3)],{}),_0x4e3389&&(0x0,m['jsx'])(_0x1a2237(0x92d),{'className':_0x1a2237(0x80c),'style':{'height':s[_0x1a2237(0x715)]},'children':(0x0,m[_0x1a2237(0x6c9)])(s[_0x1a2237(0x446)],{})})]});}function Yu(_0x5d8492,_0x48752c){const _0x476c8e=_0x36ed40;let _0x3072a0=0x0,_0xa806b8=0x0,_0x4ca211=()=>{_0x3072a0&&=(cancelAnimationFrame(_0x3072a0),0x0),_0xa806b8&&=(cancelAnimationFrame(_0xa806b8),0x0);},_0x44e54d=_0x4ece22=>{const _0x2b69e4=_0x2eed;if(_0x4ece22[_0x2b69e4(0x66b)]!==0x2)return;let {clientX:_0x14163c,clientY:_0x44cfd5}=_0x4ece22;_0x4ca211(),_0x3072a0=requestAnimationFrame(()=>{_0x3072a0=0x0,_0xa806b8=requestAnimationFrame(()=>{const _0x21330e=_0x2eed;_0xa806b8=0x0,!_0x48752c['visible']&&_0x48752c[_0x21330e(0x88f)]({'button':0x2,'clientX':_0x14163c,'clientY':_0x44cfd5,'stopPropagation':()=>{}},c['ContextMenuPosition'][_0x21330e(0x314)]);});});};return _0x5d8492[_0x476c8e(0x75e)](_0x476c8e(0x603),_0x44e54d,!0x0),(0x0,a[_0x476c8e(0x63c)])(()=>{const _0x560335=_0x476c8e;_0x4ca211(),_0x5d8492[_0x560335(0x2bb)](_0x560335(0x603),_0x44e54d,!0x0);});}const Xu=(0x0,d[_0x36ed40(0x7b5)])(({children:_0x2b8ba3,className:_0x962ef1,title:_0x2566a1,onClick:_0x3b9cdd,onMouseDown:_0x1f016d,onPointerDown:_0xa3894d,..._0x405147},_0x477691)=>(0x0,m[_0x36ed40(0x6c9)])(l[_0x36ed40(0x2dc)],{'ref':_0x477691,'type':_0x36ed40(0x66b),'size':_0x36ed40(0x761),'variant':_0x36ed40(0x96d),'aria-label':(0x0,c['useDependency'])(a[_0x36ed40(0x50a)])['t'](_0x2566a1),'className':(0x0,l[_0x36ed40(0x5b6)])(_0x36ed40(0x5b8),_0x962ef1),'onPointerDown':_0x47fabc=>{const _0x2baa73=_0x36ed40;_0x47fabc[_0x2baa73(0x863)](),_0x47fabc[_0x2baa73(0x3e6)](),_0xa3894d==null||_0xa3894d(_0x47fabc);},'onMouseDown':_0x5752ea=>{const _0x57eda4=_0x36ed40;_0x5752ea[_0x57eda4(0x863)](),_0x5752ea[_0x57eda4(0x3e6)](),_0x1f016d==null||_0x1f016d(_0x5752ea);},'onClick':_0x1b13be=>{const _0x2836db=_0x36ed40;_0x3b9cdd==null||_0x3b9cdd(_0x1b13be),_0x1b13be[_0x2836db(0x3e6)]();},..._0x405147,'children':_0x2b8ba3})),Zu=(0x0,d['forwardRef'])(({title:_0x4e2557,primary:_0x5b08a5,disabled:_0x135d82,open:_0x12e684,onPrimaryClick:_0x26a86d,onMouseDown:_0xa065ad,onPointerDown:_0x494777,onClick:_0x490356,..._0x5d4695},_0x41b499)=>(0x0,m['jsxs'])('div',{'ref':_0x41b499,'className':(0x0,l[_0x36ed40(0x5b6)])('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':_0x12e684,'univer-cursor-not-allowed\x20univer-opacity-60':_0x135d82}),'onPointerDown':_0x1dd371=>{const _0x10b64f=_0x36ed40;_0x1dd371[_0x10b64f(0x863)](),_0x1dd371[_0x10b64f(0x3e6)](),_0x494777==null||_0x494777(_0x1dd371);},'onMouseDown':_0x53f2e1=>{const _0x56ad58=_0x36ed40;_0x53f2e1[_0x56ad58(0x863)](),_0x53f2e1[_0x56ad58(0x3e6)](),_0xa065ad==null||_0xa065ad(_0x53f2e1);},'onClick':_0x39039c=>{const _0x247554=_0x36ed40;_0x490356==null||_0x490356(_0x39039c),_0x39039c[_0x247554(0x3e6)]();},..._0x5d4695,'children':[(0x0,m[_0x36ed40(0x6c9)])(_0x36ed40(0x66b),{'type':_0x36ed40(0x66b),'aria-label':_0x4e2557,'className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','disabled':_0x135d82,'onClick':_0xcf23c2=>{const _0x104851=_0x36ed40;_0xcf23c2[_0x104851(0x3e6)](),_0x26a86d();},'children':_0x5b08a5}),(0x0,m[_0x36ed40(0x6c9)])(l[_0x36ed40(0x857)],{'orientation':'vertical'}),(0x0,m['jsx'])(_0x36ed40(0x66b),{'type':_0x36ed40(0x66b),'aria-label':_0x4e2557,'className':_0x36ed40(0x268),'disabled':_0x135d82,'children':(0x0,m[_0x36ed40(0x6c9)])(u['MoreDownIcon'],{})})]}));Zu[_0x36ed40(0x531)]='FloatingToolbarSplitTrigger';function Qu(_0x3e8289){const _0x483361=_0x36ed40;let {children:_0x2478b5,title:_0x10175b,className:_0x152ef0,disabled:_0x129071,active:_0x53435c,onClick:_0x9d2164}=_0x3e8289;return(0x0,m['jsx'])(Ha,{'title':_0x10175b,'placement':_0x483361(0x611),'children':(0x0,m[_0x483361(0x6c9)])(c[_0x483361(0x71b)],{'aria-label':_0x10175b,'className':(0x0,l[_0x483361(0x5b6)])(_0x483361(0x963),_0x152ef0),'disabled':_0x129071,'active':_0x53435c,'onClick':_0x9d2164,'children':_0x2478b5})});}function $u(_0x2bf222){const _0x4be3ce=_0x36ed40;let {item:_0x2c63a8,children:_0x2fc423,title:_0x292807,onClick:_0x10c35f}=_0x2bf222,{hidden:_0xacd018,disabled:_0x29c06f,activated:_0x1d4be2}=ed(_0x2c63a8),_0x3b1ff5=(0x0,c[_0x4be3ce(0x26f)])(a[_0x4be3ce(0x50a)]);return!_0x2c63a8||_0xacd018?null:(0x0,m[_0x4be3ce(0x6c9)])(Qu,{'title':_0x3b1ff5['t'](_0x292807),'disabled':_0x29c06f,'active':_0x1d4be2,'onClick':_0x10c35f,'children':_0x2fc423});}function ed(_0x3484db){const _0x1cfb9d=_0x36ed40;return{'hidden':(0x0,c[_0x1cfb9d(0x42d)])(()=>{const _0x3ef9d3=_0x1cfb9d;var _0x1b8c49;return(_0x3484db==null||(_0x1b8c49=_0x3484db['hidden$'])==null?void 0x0:_0x1b8c49[_0x3ef9d3(0x5ab)]((0x0,f[_0x3ef9d3(0xa11)])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x3484db]),'disabled':(0x0,c['useObservable'])(()=>{const _0x50eddb=_0x1cfb9d;var _0x5bfd52;return(_0x3484db==null||(_0x5bfd52=_0x3484db[_0x50eddb(0x7a0)])==null?void 0x0:_0x5bfd52['pipe']((0x0,f[_0x50eddb(0xa11)])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x3484db]),'activated':(0x0,c[_0x1cfb9d(0x42d)])(()=>{var _0x43171a;return(_0x3484db==null||(_0x43171a=_0x3484db['activated$'])==null?void 0x0:_0x43171a['pipe']((0x0,f['startWith'])(!0x1)))??(0x0,f['of'])(!0x1);},!0x1,!0x1,[_0x3484db]),'value':(0x0,c[_0x1cfb9d(0x42d)])(()=>{const _0x5072ac=_0x1cfb9d;var _0xafc0df;return(_0x3484db==null||(_0xafc0df=_0x3484db[_0x5072ac(0x63d)])==null?void 0x0:_0xafc0df[_0x5072ac(0x5ab)]((0x0,f[_0x5072ac(0xa11)])(void 0x0)))??(0x0,f['of'])(void 0x0);},void 0x0,!0x1,[_0x3484db])};}function td(_0x55e389){const _0x24e4e3=_0x36ed40;return _0x55e389[_0x24e4e3(0x4d5)]??_0x55e389[_0x24e4e3(0x79a)]??_0x55e389['id'];}function nd(_0x380393){const _0x2a80f8=_0x36ed40;return typeof _0x380393['label']==_0x2a80f8(0x3df)?_0x380393['label']:typeof _0x380393[_0x2a80f8(0x5a7)]==_0x2a80f8(0x3df)||typeof _0x380393[_0x2a80f8(0x5a7)]==_0x2a80f8(0x33c)?String(_0x380393[_0x2a80f8(0x5a7)]):_0x380393['id']??'';}function rd(_0x3f70c0){const _0xce249=_0x36ed40;return _0x3f70c0===a[_0xce249(0x44d)][_0xce249(0x680)]?(0x0,m[_0xce249(0x6c9)])(u[_0xce249(0x8c3)],{}):_0x3f70c0===a[_0xce249(0x44d)][_0xce249(0x5e9)]?(0x0,m[_0xce249(0x6c9)])(u[_0xce249(0x2a4)],{}):(0x0,m[_0xce249(0x6c9)])(u[_0xce249(0x2eb)],{});}function id(_0x58fdf1){const _0x402305=_0x36ed40;return _0x58fdf1 instanceof HTMLElement&&!!_0x58fdf1[_0x402305(0x71c)]('input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select');}function $(_0x2794fc){const _0x2c9d10=_0x36ed40;_0x2794fc[_0x2c9d10(0x3e6)](),id(_0x2794fc[_0x2c9d10(0x392)])||_0x2794fc['preventDefault']();}function ad(_0x580802,_0x4ef46a){const _0x2a4545=_0x36ed40;if(!(_0x580802 instanceof Element))return!0x1;let _0x1532e7=_0x580802[_0x2a4545(0x71c)](_0x2a4545(0x7c9));return(_0x1532e7==null?void 0x0:_0x1532e7[_0x2a4545(0x5f9)](_0x2a4545(0x771)))===_0x4ef46a||K(_0x580802 instanceof HTMLElement?_0x580802:_0x580802[_0x2a4545(0x62c)])===_0x4ef46a;}function od(_0x361e85,_0x2a2b00){const _0x1d91f5=_0x36ed40;let _0x4e4736=_0x361e85[_0x1d91f5(0x392)];ad(_0x4e4736,_0x2a2b00)&&_0x361e85[_0x1d91f5(0x863)]();}function sd(_0x199d83,_0x113773){(0x0,d['useEffect'])(()=>{const _0x1af834=_0x2eed;if(!_0x199d83||typeof document>'u'||!document[_0x1af834(0x246)])return;let _0x1eb85d=document['defaultView'],_0x25c09f=ld(_0x113773),_0x3f0b58=_0x30b769=>{const _0x224e81=_0x1af834;_0x30b769[_0x224e81(0x347)]===_0x224e81(0x596)&&_0x30b769[_0x224e81(0x5f2)]&&_0x30b769[_0x224e81(0x2f3)]();};return _0x1eb85d[_0x1af834(0x75e)](_0x1af834(0x6ad),_0x3f0b58,!0x0),()=>{const _0x52e85b=_0x1af834;_0x1eb85d['removeEventListener'](_0x52e85b(0x6ad),_0x3f0b58,!0x0),_0x25c09f['dispose']();};},[_0x199d83,_0x113773]);}const cd=new WeakMap();function ld(_0x2ec1dc){const _0x4c3b1f=_0x36ed40;let _0x528781=cd[_0x4c3b1f(0x335)](_0x2ec1dc);_0x528781||(_0x528781={'count':0x0,'disposable':_0x2ec1dc[_0x4c3b1f(0x53c)]()},cd[_0x4c3b1f(0x436)](_0x2ec1dc,_0x528781)),_0x528781['count']+=0x1;let _0x5e9139=!0x1;return{'dispose':()=>{const _0x452d43=_0x4c3b1f;_0x5e9139||(_0x5e9139=!0x0,--_0x528781['count'],_0x528781[_0x452d43(0x31a)]===0x0&&(cd['delete'](_0x2ec1dc),_0x528781[_0x452d43(0x5ed)]['dispose']()));}};}function ud(_0x2b92a4){const _0x9e8f7b=_0x36ed40;let _0x258614=(0x0,d[_0x9e8f7b(0x2b0)])(null);return{'onOpenAutoFocus':_0xde0e3c=>{const _0x203627=_0x9e8f7b;let _0x315a3c=document['activeElement'];_0x258614[_0x203627(0x600)]=_0x315a3c instanceof HTMLElement&&_0x315a3c[_0x203627(0x4d2)]['uComp']===_0x203627(0x895)&&K(_0x315a3c)===_0x2b92a4?_0x315a3c:null,_0x258614[_0x203627(0x600)]&&_0xde0e3c[_0x203627(0x863)]();},'onCloseAutoFocus':_0x156477=>{const _0x334edc=_0x9e8f7b;let _0x4c5350=_0x258614['current'];if(_0x258614[_0x334edc(0x600)]=null,!(_0x4c5350!=null&&_0x4c5350['isConnected'])||K(_0x4c5350)!==_0x2b92a4)return;let _0x58eb3f=_0x4c5350[_0x334edc(0x76e)][_0x334edc(0x7eb)],_0x5d072b=_0x156477[_0x334edc(0x392)]instanceof HTMLElement&&_0x156477[_0x334edc(0x392)][_0x334edc(0x9fe)](_0x58eb3f);_0x58eb3f!==_0x4c5350[_0x334edc(0x76e)][_0x334edc(0x2d0)]&&_0x58eb3f!==_0x4c5350&&!_0x5d072b||(_0x156477['preventDefault'](),_0x4c5350[_0x334edc(0x94d)]({'preventScroll':!0x0}));},'onPointerDownOutside':_0x3584fe=>{const _0x232b35=_0x9e8f7b;ad(_0x3584fe['target'],_0x2b92a4)||(_0x258614[_0x232b35(0x600)]=null),od(_0x3584fe,_0x2b92a4);}};}function dd(_0x435e0a){const _0x3d823c=_0x36ed40;let {embedId:_0x30f0b9,children:_0x1be266,onPointerDown:_0x45a754}=_0x435e0a;return(0x0,m['jsx'])(_0x3d823c(0x688),{'data-embed-id':_0x30f0b9,'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':_0x45a754,'onMouseDown':$,'children':_0x1be266});}function fd(_0x3bb6e3){const _0x18a370=_0x36ed40;let {children:_0x4c12be}=_0x3bb6e3;return(0x0,m[_0x18a370(0x6c9)])(_0x18a370(0x92d),{'className':'univer-flex\x20univer-items-center\x20univer-gap-1','children':_0x4c12be});}function pd(_0x345248){const _0x1c7983=_0x36ed40;let {embedId:_0x316f45,title:_0x49fbde,trigger:_0x48a29b,overlay:_0x29cd5c,disabled:_0x31ee8b,triggerClassName:_0x1de050,open:_0x2f8c7f,onOpenChange:_0x13d958}=_0x345248,_0x225598=(0x0,c[_0x1c7983(0x26f)])(a[_0x1c7983(0x50a)]);sd(_0x2f8c7f,(0x0,c[_0x1c7983(0x26f)])(c[_0x1c7983(0x3a7)]));let _0x400ba4=(0x0,m[_0x1c7983(0x6c9)])(l[_0x1c7983(0x357)],{...ud(_0x316f45),'disabled':_0x31ee8b,'align':_0x1c7983(0x4ff),'sideOffset':0x6,'open':_0x2f8c7f,'onOpenChange':_0x13d958,'onFocusOutside':_0x40d262=>od(_0x40d262,_0x316f45),'onInteractOutside':_0x293220=>od(_0x293220,_0x316f45),'overlay':(0x0,m[_0x1c7983(0x6c9)])(_0x1c7983(0x92d),{'data-embed-id':_0x316f45,'data-embed-floating-menu-popup':'true','onPointerDown':$,'onMouseDown':$,'children':_0x29cd5c}),'children':(0x0,m[_0x1c7983(0x6c9)])(Xu,{'title':_0x49fbde,'data-state':_0x2f8c7f?'open':'closed','disabled':_0x31ee8b,'className':_0x1de050,'children':_0x48a29b})});return(0x0,m['jsx'])(Ha,{'title':_0x225598['t'](_0x49fbde),'placement':'bottom','children':_0x400ba4});}function md(_0x1c565a){const _0x2d0742=_0x36ed40;let {children:_0x337aba}=_0x1c565a;return(0x0,m['jsx'])('section',{'className':_0x2d0742(0x21f),'onPointerDown':$,'onMouseDown':$,'children':_0x337aba});}function hd(_0x1d3834){const _0x8543a0=_0x36ed40;let {children:_0xc33fba}=_0x1d3834;return(0x0,m[_0x8543a0(0x6c9)])('section',{'className':_0x8543a0(0x888),'onPointerDown':$,'onMouseDown':$,'children':_0xc33fba});}function gd(_0x274a4b){const _0x3865e=_0x36ed40;let {children:_0x1d2f5f,icon:_0x371edd,onClick:_0x3b3cf4}=_0x274a4b;return(0x0,m[_0x3865e(0x7a9)])(_0x3865e(0x66b),{'type':'button','className':_0x3865e(0x509),'onClick':_0x3b3cf4,'children':[(0x0,m[_0x3865e(0x6c9)])('span',{'className':_0x3865e(0x6b1),'children':_0x371edd}),(0x0,m[_0x3865e(0x6c9)])(_0x3865e(0x5c5),{'className':_0x3865e(0x442),'children':_0x1d2f5f})]});}function _d(_0x3e7046){const _0x138e7e=_0x36ed40;let {children:_0x1dff73,icon:_0x4f338a,active:_0x2fdc14,onClick:_0x59c77f}=_0x3e7046;return(0x0,m[_0x138e7e(0x7a9)])(_0x138e7e(0x66b),{'type':_0x138e7e(0x66b),'className':(0x0,l[_0x138e7e(0x5b6)])(_0x138e7e(0x7b7),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x2fdc14}),'onClick':_0x59c77f,'children':[_0x4f338a,_0x1dff73]});}function vd(_0x6ed647){const _0x20b803=_0x36ed40;let {title:_0x1ec847,active:_0x258535,disabled:_0x453495,children:_0x7a1895,onClick:_0x2c638a}=_0x6ed647,_0x269709=(0x0,c[_0x20b803(0x26f)])(a[_0x20b803(0x50a)]);return(0x0,m[_0x20b803(0x6c9)])(Ha,{'title':_0x269709['t'](_0x1ec847),'placement':_0x20b803(0x611),'children':(0x0,m[_0x20b803(0x6c9)])(c['ToolbarButton'],{'aria-label':_0x269709['t'](_0x1ec847),'className':_0x20b803(0x6ae),'disabled':_0x453495,'active':_0x258535,'onClick':_0x2c638a,'children':_0x7a1895})});}function yd(){const _0x4fcec6=_0x36ed40;return[...s[_0x4fcec6(0x73a)]];}function bd(){const _0x5c3ecf=_0x36ed40;return[...c[_0x5c3ecf(0xa18)]];}function xd(_0x35e4aa){const _0x2a87cf=_0x36ed40;return!_0x35e4aa||!(_0x2a87cf(0x250)in _0x35e4aa)||!Array['isArray'](_0x35e4aa[_0x2a87cf(0x250)])?[]:_0x35e4aa[_0x2a87cf(0x250)];}function Sd(_0x3d0d4d){const _0x2bb2fc=_0x36ed40;let {menuItem:_0x3504d1,onClick:_0xcaebdb}=_0x3d0d4d,{hidden:_0x571367,disabled:_0x4199bc,value:_0x1e0c24}=ed(_0x3504d1),_0x208775=(0x0,c[_0x2bb2fc(0x26f)])(a[_0x2bb2fc(0x50a)]);if(!_0x3504d1||_0x571367)return null;let _0x169abd=_0x208775['t'](_0x2bb2fc(0x7b1));return(0x0,m[_0x2bb2fc(0x6c9)])(Ha,{'title':_0x169abd,'placement':_0x2bb2fc(0x611),'children':(0x0,m[_0x2bb2fc(0x7a9)])(Xu,{'title':_0x169abd,'disabled':_0x4199bc,'onClick':_0xcaebdb,'children':[(0x0,m['jsx'])(u[_0x2bb2fc(0x3f2)],{}),(0x0,m[_0x2bb2fc(0x6c9)])(_0x2bb2fc(0x5c5),{'children':typeof _0x1e0c24==_0x2bb2fc(0x3df)&&_0x1e0c24?_0x1e0c24:_0x2bb2fc(0x5c0)}),(0x0,m[_0x2bb2fc(0x6c9)])(u[_0x2bb2fc(0x57c)],{})]})});}function Cd(_0x5ceef6){const _0x80a50b=_0x36ed40;let {embedId:_0x239102,menuItem:_0x5a7fb3,title:_0x56b3b,open:_0x6ceb64,onOpenChange:_0x36e319,onSelect:_0x5d1341}=_0x5ceef6,{hidden:_0x458b85,disabled:_0x5873ed,value:_0x573ff2}=ed(_0x5a7fb3);if(!_0x5a7fb3||_0x458b85)return null;let _0x53ddd6=typeof _0x573ff2=='string'&&_0x573ff2?_0x573ff2:_0x80a50b(0x593);return(0x0,m['jsx'])(pd,{'embedId':_0x239102,'disabled':_0x5873ed,'title':_0x56b3b,'open':_0x6ceb64,'onOpenChange':_0x36e319,'trigger':(0x0,m['jsxs'])(m[_0x80a50b(0x81a)],{'children':[(0x0,m[_0x80a50b(0x6c9)])('span',{'className':_0x80a50b(0x275),'children':_0x53ddd6}),(0x0,m[_0x80a50b(0x6c9)])(u['MoreDownIcon'],{})]}),'overlay':(0x0,m['jsx'])(_0x80a50b(0x92d),{'className':_0x80a50b(0x483),'onPointerDown':$,'onMouseDown':$,'children':(0x0,m[_0x80a50b(0x6c9)])(c[_0x80a50b(0x3d5)],{'value':_0x53ddd6,'onChange':_0x2e6cca=>{_0x5d1341(_0x2e6cca),_0x36e319(!0x1);}})})});}function wd(_0x8c5d75){const _0x1ab733=_0x36ed40;let {embedId:_0x4a895b,menuItem:_0x4de130,title:_0x19bfe4,open:_0xad83de,onOpenChange:_0x42b9ea,onSelect:_0x40d509}=_0x8c5d75,{hidden:_0x921528,disabled:_0x9ed1c2,value:_0x1d1b06}=ed(_0x4de130);if(!_0x4de130||_0x921528)return null;let _0x3c7d0d=typeof _0x1d1b06=='number'||typeof _0x1d1b06==_0x1ab733(0x3df)?Number(_0x1d1b06):0xb;return(0x0,m[_0x1ab733(0x6c9)])(pd,{'embedId':_0x4a895b,'disabled':_0x9ed1c2,'title':_0x19bfe4,'open':_0xad83de,'onOpenChange':_0x42b9ea,'trigger':(0x0,m[_0x1ab733(0x7a9)])(m[_0x1ab733(0x81a)],{'children':[(0x0,m['jsx'])(_0x1ab733(0x5c5),{'className':_0x1ab733(0x723),'children':_0x3c7d0d}),(0x0,m[_0x1ab733(0x6c9)])(u['MoreDownIcon'],{})]}),'overlay':(0x0,m[_0x1ab733(0x6c9)])('div',{'className':_0x1ab733(0x519),'onPointerDown':$,'onMouseDown':$,'children':bd()[_0x1ab733(0x789)](_0x6a64d7=>{const _0x505b85=_0x1ab733;let _0x138073=Number(_0x6a64d7[_0x505b85(0x5a7)])===_0x3c7d0d;return(0x0,m[_0x505b85(0x7a9)])('button',{'type':_0x505b85(0x66b),'className':(0x0,l[_0x505b85(0x5b6)])(_0x505b85(0x20f),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x138073}),'onClick':()=>{const _0x28d796=_0x505b85;_0x40d509(String(_0x6a64d7[_0x28d796(0x5a7)])),_0x42b9ea(!0x1);},'children':[(0x0,m[_0x505b85(0x6c9)])('span',{'children':_0x6a64d7[_0x505b85(0x984)]}),_0x138073&&(0x0,m[_0x505b85(0x6c9)])(u['CheckMarkIcon'],{'className':_0x505b85(0xa0e)})]},_0x6a64d7[_0x505b85(0x5a7)]);})})});}function Td(_0x2077ef){const _0x59da10=_0x36ed40;let {embedId:_0x2ec4f6,menuItem:_0x934e43,open:_0x2147ee,onOpenChange:_0x2a513b,execute:_0x503cc0}=_0x2077ef,{hidden:_0x271acf,disabled:_0x2ab8d3}=ed(_0x934e43);return!_0x934e43||_0x271acf?null:(0x0,m[_0x59da10(0x6c9)])(pd,{'embedId':_0x2ec4f6,'disabled':_0x2ab8d3,'title':_0x59da10(0x96e),'triggerClassName':_0x59da10(0x39e),'open':_0x2147ee,'onOpenChange':_0x2a513b,'trigger':(0x0,m[_0x59da10(0x7a9)])(m[_0x59da10(0x81a)],{'children':[(0x0,m['jsx'])(u['LeftJustifyingIcon'],{}),(0x0,m[_0x59da10(0x6c9)])(u[_0x59da10(0x57c)],{})]}),'overlay':(0x0,m['jsx'])(dd,{'embedId':_0x2ec4f6,'onPointerDown':_0x52c6bf=>_0x52c6bf[_0x59da10(0x3e6)](),'children':(0x0,m[_0x59da10(0x7a9)])(fd,{'children':[(0x0,m[_0x59da10(0x6c9)])(Dd,{'item':_0x934e43,'title':_0x59da10(0x4f3),'onClick':()=>{const _0x1511dd=_0x59da10;_0x503cc0(_0x934e43,{'value':a[_0x1511dd(0x91a)][_0x1511dd(0x2da)]}),_0x2a513b(!0x1);},'children':(0x0,m[_0x59da10(0x6c9)])(u['LeftJustifyingIcon'],{})}),(0x0,m[_0x59da10(0x6c9)])(Dd,{'item':_0x934e43,'title':'embed-ui.sheetsFloating.align.center','onClick':()=>{const _0x17a8c0=_0x59da10;_0x503cc0(_0x934e43,{'value':a[_0x17a8c0(0x91a)][_0x17a8c0(0x21d)]}),_0x2a513b(!0x1);},'children':(0x0,m[_0x59da10(0x6c9)])(u['HorizontallyIcon'],{})}),(0x0,m[_0x59da10(0x6c9)])(Dd,{'item':_0x934e43,'title':_0x59da10(0x801),'onClick':()=>{const _0x55f23b=_0x59da10;_0x503cc0(_0x934e43,{'value':a[_0x55f23b(0x91a)][_0x55f23b(0x5e6)]}),_0x2a513b(!0x1);},'children':(0x0,m[_0x59da10(0x6c9)])(u[_0x59da10(0x729)],{})})]})})});}function Ed(_0x3e0be0){const _0x1786bd=_0x36ed40;let {embedId:_0x33e131,menuItem:_0x29fb1e,open:_0x3b8234,onOpenChange:_0x552297,execute:_0x1bd2e6}=_0x3e0be0,{hidden:_0x184838,disabled:_0x356ff7}=ed(_0x29fb1e);return!_0x29fb1e||_0x184838?null:(0x0,m['jsx'])(pd,{'embedId':_0x33e131,'disabled':_0x356ff7,'title':'embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','triggerClassName':_0x1786bd(0x39e),'open':_0x3b8234,'onOpenChange':_0x552297,'trigger':(0x0,m[_0x1786bd(0x7a9)])(m[_0x1786bd(0x81a)],{'children':[(0x0,m['jsx'])(u[_0x1786bd(0x55d)],{}),(0x0,m[_0x1786bd(0x6c9)])(u[_0x1786bd(0x57c)],{})]}),'overlay':(0x0,m[_0x1786bd(0x6c9)])(dd,{'embedId':_0x33e131,'onPointerDown':_0x421e1c=>_0x421e1c['stopPropagation'](),'children':(0x0,m[_0x1786bd(0x7a9)])(fd,{'children':[(0x0,m[_0x1786bd(0x6c9)])(Dd,{'item':_0x29fb1e,'title':_0x1786bd(0x28e),'onClick':()=>{const _0x1b48d9=_0x1786bd;_0x1bd2e6(_0x29fb1e,{'value':a[_0x1b48d9(0x8e7)][_0x1b48d9(0x67e)]}),_0x552297(!0x1);},'children':(0x0,m[_0x1786bd(0x6c9)])(u['AlignTopIcon'],{})}),(0x0,m['jsx'])(Dd,{'item':_0x29fb1e,'title':'embed-ui.sheetsFloating.align.middle','onClick':()=>{const _0x40c478=_0x1786bd;_0x1bd2e6(_0x29fb1e,{'value':a[_0x40c478(0x8e7)]['MIDDLE']}),_0x552297(!0x1);},'children':(0x0,m[_0x1786bd(0x6c9)])(u['VerticalCenterIcon'],{})}),(0x0,m[_0x1786bd(0x6c9)])(Dd,{'item':_0x29fb1e,'title':_0x1786bd(0x3fc),'onClick':()=>{const _0x527c4b=_0x1786bd;_0x1bd2e6(_0x29fb1e,{'value':a[_0x527c4b(0x8e7)][_0x527c4b(0x74d)]}),_0x552297(!0x1);},'children':(0x0,m['jsx'])(u[_0x1786bd(0x7dd)],{})})]})})});}function Dd(_0x344c3b){const _0x58f5be=_0x36ed40;let {item:_0x5545ab,title:_0x47a105,children:_0x3cbea7,onClick:_0x4d7eac}=_0x344c3b,{hidden:_0x3a6ed6,disabled:_0x3fadc1,activated:_0x2c112b}=ed(_0x5545ab);return!_0x5545ab||_0x3a6ed6?null:(0x0,m[_0x58f5be(0x6c9)])(vd,{'title':_0x47a105,'disabled':_0x3fadc1,'active':_0x2c112b,'onClick':_0x4d7eac,'children':_0x3cbea7});}function Od(_0x153e7d){const _0x4af37e=_0x36ed40;let {embedId:_0x53f012,menuItem:_0x1bc4aa,title:_0x451df9,icon:_0x37151c,defaultColor:_0x599deb,open:_0x4f4a1a,onOpenChange:_0x21e966,onChange:_0x176160,onReset:_0x36661f,onCloseAutoFocus:_0x3b64dc}=_0x153e7d,_0x881e5=(0x0,c['useDependency'])(a['LocaleService']),_0x50b420=(0x0,c[_0x4af37e(0x26f)])(c[_0x4af37e(0x3a7)]),{hidden:_0x236e84,disabled:_0x531f8f,value:_0x208f79}=ed(_0x1bc4aa),[_0x5c7a82,_0x194d59]=(0x0,d[_0x4af37e(0x324)])(_0x599deb),_0x2fcfd4=(0x0,c[_0x4af37e(0x42d)])(()=>{const _0x168ce=_0x4af37e;var _0x35d38f;return(_0x4f4a1a?(_0x35d38f=xd(_0x1bc4aa)[_0x168ce(0x1f2)](_0x1ddf4e=>_0x1ddf4e[_0x168ce(0x63d)]))==null?void 0x0:_0x35d38f[_0x168ce(0x63d)]:void 0x0)??(0x0,f['of'])(void 0x0);},void 0x0,!0x1,[_0x1bc4aa,_0x4f4a1a]);sd(_0x4f4a1a,_0x50b420);let _0x895975=ud(_0x53f012);if(!_0x1bc4aa||_0x236e84)return null;let _0x1c340e=typeof _0x208f79==_0x4af37e(0x3df)&&_0x208f79?_0x208f79:_0x5c7a82,_0x3b16dc=async _0x3d7911=>{_0x194d59(_0x3d7911),await _0x176160(_0x3d7911),_0x21e966(!0x1);},_0xc51469=async()=>{_0x194d59(_0x599deb),await _0x36661f(),_0x21e966(!0x1);},_0x36b7ca=(0x0,m[_0x4af37e(0x6c9)])(l[_0x4af37e(0x357)],{..._0x895975,'onCloseAutoFocus':_0x3efd5e=>{const _0x5f1a12=_0x4af37e;_0x3b64dc==null||_0x3b64dc(_0x3efd5e),_0x3efd5e[_0x5f1a12(0x97c)]||_0x895975[_0x5f1a12(0x7fc)](_0x3efd5e);},'disabled':_0x531f8f,'align':_0x4af37e(0x4ff),'sideOffset':0x6,'open':_0x4f4a1a,'onOpenChange':_0x21e966,'onFocusOutside':_0x5ec9a1=>od(_0x5ec9a1,_0x53f012),'onInteractOutside':_0x2d8e61=>od(_0x2d8e61,_0x53f012),'overlay':(0x0,m[_0x4af37e(0x7a9)])(_0x4af37e(0x92d),{'data-embed-id':_0x53f012,'data-embed-floating-menu-popup':_0x4af37e(0x69e),'className':_0x4af37e(0x970),'onPointerDown':$,'onMouseDown':$,'children':[(0x0,m[_0x4af37e(0x6c9)])(l[_0x4af37e(0x3b4)],{'value':typeof _0x2fcfd4==_0x4af37e(0x3df)?_0x2fcfd4:_0x1c340e,'onChange':_0x3b16dc}),(0x0,m[_0x4af37e(0x6c9)])(l[_0x4af37e(0x857)],{}),(0x0,m[_0x4af37e(0x7a9)])(_0x4af37e(0x66b),{'type':'button','className':_0x4af37e(0x6af),'onClick':_0xc51469,'children':[(0x0,m[_0x4af37e(0x6c9)])(u[_0x4af37e(0x4dc)],{}),(0x0,m[_0x4af37e(0x6c9)])('span',{'children':_0x881e5['t'](_0x4af37e(0x717))})]})]}),'children':(0x0,m[_0x4af37e(0x6c9)])(Xu,{'title':_0x451df9,'disabled':_0x531f8f,'children':_0x37151c})});return(0x0,m[_0x4af37e(0x6c9)])(Ha,{'title':_0x881e5['t'](_0x451df9),'placement':_0x4af37e(0x611),'children':_0x36b7ca});}function kd(_0x36f657){const _0x2d9aa5=_0x36ed40;let {embedId:_0x4fd7cc,menuItem:_0x48c631,open:_0xb37a70,onOpenChange:_0x890290,onSelect:_0x28a706}=_0x36f657,_0x2a668e=(0x0,c['useDependency'])(a['LocaleService']),_0xf3d444=(0x0,c[_0x2d9aa5(0x26f)])(c['IconManager']),_0x734732=(0x0,c['useDependency'])(c[_0x2d9aa5(0x3a7)]),{hidden:_0x2b9186,disabled:_0x5469e5}=ed(_0x48c631),[_0x1fa9d5,_0x29cb6d]=(0x0,d[_0x2d9aa5(0x324)])(a['BorderType'][_0x2d9aa5(0x2d8)]),[_0x5f0e7e,_0x24382b]=(0x0,d['useState'])(a[_0x2d9aa5(0x7a7)][_0x2d9aa5(0x92f)]),[_0x55b1b2,_0x32cdb7]=(0x0,d['useState'])(_0x2d9aa5(0x6e2));sd(_0xb37a70,_0x734732);let _0x3b59eb=ud(_0x4fd7cc);if(!_0x48c631||_0x2b9186)return null;let _0x2e992a=(_0x501500=_0x1fa9d5,_0x2528e9=_0x5f0e7e,_0x19ba69=_0x55b1b2)=>{_0x29cb6d(_0x501500),_0x24382b(_0x2528e9),_0x32cdb7(_0x19ba69),_0x28a706(_0x501500,_0x2528e9,_0x19ba69);},_0x377d04=_0x1de0a9=>{const _0x2d8852=_0x2d9aa5;var _0x5c4df1;return((_0x5c4df1=yd()['find'](_0x4990f0=>_0x4990f0[_0x2d8852(0x5a7)]===_0x1de0a9))==null?void 0x0:_0x5c4df1[_0x2d8852(0x924)])??_0x2d8852(0x8ed);},_0x4a253b=(_0x3db72b,_0x175499='univer-fill-primary-600')=>{const _0x40fa59=_0x2d9aa5;let _0x22b3bf=_0xf3d444[_0x40fa59(0x335)](_0x3db72b);return _0x22b3bf?(0x0,m[_0x40fa59(0x6c9)])(_0x22b3bf,{'className':_0x175499}):(0x0,m[_0x40fa59(0x6c9)])(u['NoBorderIcon'],{});},_0x322eae=(0x0,m[_0x2d9aa5(0x6c9)])(l[_0x2d9aa5(0x357)],{..._0x3b59eb,'disabled':_0x5469e5,'align':_0x2d9aa5(0x4ff),'sideOffset':0x6,'open':_0xb37a70,'onOpenChange':_0x890290,'onFocusOutside':_0x1b9be2=>od(_0x1b9be2,_0x4fd7cc),'onInteractOutside':_0x3d2998=>od(_0x3d2998,_0x4fd7cc),'overlay':(0x0,m['jsxs'])(dd,{'embedId':_0x4fd7cc,'onPointerDown':_0x929326=>_0x929326[_0x2d9aa5(0x3e6)](),'children':[(0x0,m[_0x2d9aa5(0x6c9)])(_0x2d9aa5(0x92d),{'className':_0x2d9aa5(0x934),'children':yd()[_0x2d9aa5(0x789)](_0x599a69=>(0x0,m[_0x2d9aa5(0x6c9)])(vd,{'title':_0x599a69[_0x2d9aa5(0x984)],'active':_0x1fa9d5===_0x599a69[_0x2d9aa5(0x5a7)],'onClick':()=>_0x2e992a(_0x599a69['value']),'children':_0x4a253b(_0x599a69['icon'])},_0x599a69['value']))}),(0x0,m[_0x2d9aa5(0x6c9)])(l[_0x2d9aa5(0x857)],{}),(0x0,m[_0x2d9aa5(0x7a9)])(fd,{'children':[(0x0,m[_0x2d9aa5(0x6c9)])(l[_0x2d9aa5(0x357)],{'align':_0x2d9aa5(0x4ff),'sideOffset':0x6,'onPointerDownOutside':_0x455775=>od(_0x455775,_0x4fd7cc),'onFocusOutside':_0xecced=>od(_0xecced,_0x4fd7cc),'onInteractOutside':_0xd63016=>od(_0xd63016,_0x4fd7cc),'overlay':(0x0,m[_0x2d9aa5(0x6c9)])('div',{'data-embed-id':_0x4fd7cc,'data-embed-floating-menu-popup':_0x2d9aa5(0x69e),'className':_0x2d9aa5(0x6f7),'onPointerDown':$,'onMouseDown':$,'children':(0x0,m['jsx'])(l[_0x2d9aa5(0x3b4)],{'value':_0x55b1b2,'onChange':_0x206d11=>_0x2e992a(_0x1fa9d5,_0x5f0e7e,_0x206d11)})}),'children':(0x0,m[_0x2d9aa5(0x7a9)])(vd,{'title':_0x2d9aa5(0x2b4),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,m[_0x2d9aa5(0x6c9)])(u[_0x2d9aa5(0x3b8)],{'extend':{'colorChannel1':_0x55b1b2}}),(0x0,m[_0x2d9aa5(0x6c9)])(u[_0x2d9aa5(0x57c)],{})]})}),(0x0,m[_0x2d9aa5(0x6c9)])(l[_0x2d9aa5(0x357)],{'align':_0x2d9aa5(0x4ff),'sideOffset':0x6,'onPointerDownOutside':_0x254b13=>od(_0x254b13,_0x4fd7cc),'onFocusOutside':_0x2bb98a=>od(_0x2bb98a,_0x4fd7cc),'onInteractOutside':_0x858850=>od(_0x858850,_0x4fd7cc),'overlay':(0x0,m[_0x2d9aa5(0x6c9)])(_0x2d9aa5(0x92d),{'data-embed-id':_0x4fd7cc,'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':$,'onMouseDown':$,'children':s[_0x2d9aa5(0x3de)][_0x2d9aa5(0x789)](_0x273e03=>(0x0,m['jsx'])(_0x2d9aa5(0x66b),{'type':_0x2d9aa5(0x66b),'className':(0x0,l['clsx'])(_0x2d9aa5(0x5fb),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x5f0e7e===_0x273e03[_0x2d9aa5(0x5a7)]}),'onClick':()=>_0x2e992a(_0x1fa9d5,_0x273e03[_0x2d9aa5(0x5a7)]),'children':(0x0,m[_0x2d9aa5(0x6c9)])(s[_0x2d9aa5(0x779)],{'className':_0x2d9aa5(0x428),'type':_0x273e03['value']})},_0x273e03[_0x2d9aa5(0x5a7)]))}),'children':(0x0,m['jsxs'])(vd,{'title':'embed-ui.sheetsFloating.borderLine.borderSize','active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,m[_0x2d9aa5(0x6c9)])(s[_0x2d9aa5(0x779)],{'className':'univer-fill-gray-900\x20dark:!univer-fill-gray-0','type':_0x5f0e7e}),(0x0,m[_0x2d9aa5(0x6c9)])(u[_0x2d9aa5(0x57c)],{})]})})]})]}),'children':(0x0,m[_0x2d9aa5(0x6c9)])(Zu,{'title':_0x2a668e['t'](_0x2d9aa5(0x2a3)),'disabled':_0x5469e5,'open':_0xb37a70,'primary':_0x4a253b(_0x377d04(_0x1fa9d5),'univer-text-gray-900\x20dark:!univer-text-gray-0'),'onPrimaryClick':()=>{_0x2e992a(),_0x890290(!0x1);}})});return(0x0,m['jsx'])(Ha,{'title':_0x2a668e['t'](_0x2d9aa5(0x2a3)),'placement':_0x2d9aa5(0x611),'children':_0x322eae});}function Ad(_0x5a3f24){const _0x33496a=_0x36ed40;let {embedId:_0x3370ac,menuItems:_0x45d5ee,open:_0x307bce,onOpenChange:_0xa982dc,execute:_0x498cc9}=_0x5a3f24,_0x18f347=(0x0,c['useDependency'])(a[_0x33496a(0x50a)]),{hidden:_0x439ec3,disabled:_0x59c5d8}=ed(_0x45d5ee==null?void 0x0:_0x45d5ee[_0x33496a(0x6d9)]),_0x3a52d4=[];return[{'item':_0x45d5ee==null?void 0x0:_0x45d5ee[_0x33496a(0x841)],'icon':(0x0,m[_0x33496a(0x6c9)])(u[_0x33496a(0x562)],{})},{'item':_0x45d5ee==null?void 0x0:_0x45d5ee['vertical'],'icon':(0x0,m[_0x33496a(0x6c9)])(u[_0x33496a(0x785)],{})},{'item':_0x45d5ee==null?void 0x0:_0x45d5ee[_0x33496a(0x9a8)],'icon':(0x0,m[_0x33496a(0x6c9)])(u[_0x33496a(0x72c)],{})},{'item':_0x45d5ee==null?void 0x0:_0x45d5ee[_0x33496a(0x793)],'icon':(0x0,m[_0x33496a(0x6c9)])(u[_0x33496a(0x95e)],{})}][_0x33496a(0x5f4)](({item:_0x1f3ef1,icon:_0x2d12fc})=>{const _0x19c5ed=_0x33496a;_0x1f3ef1&&_0x3a52d4[_0x19c5ed(0x5b5)]({'item':_0x1f3ef1,'icon':_0x2d12fc});}),!(_0x45d5ee!=null&&_0x45d5ee[_0x33496a(0x6d9)])||_0x439ec3||!_0x3a52d4[_0x33496a(0x248)]?null:(0x0,m[_0x33496a(0x6c9)])(pd,{'embedId':_0x3370ac,'disabled':_0x59c5d8,'title':_0x33496a(0x742),'triggerClassName':_0x33496a(0x39e),'open':_0x307bce,'onOpenChange':_0xa982dc,'trigger':(0x0,m[_0x33496a(0x7a9)])(m[_0x33496a(0x81a)],{'children':[(0x0,m[_0x33496a(0x6c9)])(u[_0x33496a(0x562)],{}),(0x0,m['jsx'])(u[_0x33496a(0x57c)],{})]}),'overlay':(0x0,m['jsx'])(hd,{'children':_0x3a52d4[_0x33496a(0x789)](({item:_0x203a89,icon:_0x1f2155})=>(0x0,m[_0x33496a(0x6c9)])(gd,{'icon':_0x1f2155,'onClick':()=>{_0x498cc9(_0x203a89),_0xa982dc(!0x1);},'children':_0x18f347['t'](td(_0x203a89))},_0x203a89['id']))})});}function jd(_0x1a32be){const _0x2def5a=_0x36ed40;let {embedId:_0x4e3e0f,menuItem:_0x14dc87,open:_0xc66d24,onOpenChange:_0x3201c5,execute:_0x5072a4}=_0x1a32be,_0x1e1a80=(0x0,c[_0x2def5a(0x26f)])(a[_0x2def5a(0x50a)]),{hidden:_0x5b02b3,disabled:_0x1c07f8}=ed(_0x14dc87);if(!_0x14dc87||_0x5b02b3)return null;let _0x4843fa=xd(_0x14dc87),_0x41241c=_0x4843fa['length']?_0x4843fa['map'](_0x3ec0a3=>({'label':_0x1e1a80['t'](nd(_0x3ec0a3)),'icon':rd(_0x3ec0a3['value']),'commandId':_0x3ec0a3[_0x2def5a(0x74f)]??(_0x14dc87==null?void 0x0:_0x14dc87[_0x2def5a(0x74f)])??(_0x14dc87==null?void 0x0:_0x14dc87['id'])??v['SetTextWrapCommand']['id'],'params':_0x3ec0a3[_0x2def5a(0x833)]??{'value':_0x3ec0a3[_0x2def5a(0x5a7)]}})):[{'label':_0x1e1a80['t'](_0x2def5a(0x5ee)),'icon':(0x0,m[_0x2def5a(0x6c9)])(u[_0x2def5a(0x8c3)],{}),'commandId':v['SetTextWrapCommand']['id'],'params':{'value':a[_0x2def5a(0x44d)]['CLIP']}},{'label':_0x1e1a80['t']('embed-ui.sheetsFloating.textWrap.overflow'),'icon':(0x0,m[_0x2def5a(0x6c9)])(u[_0x2def5a(0x2eb)],{}),'commandId':v[_0x2def5a(0x543)]['id'],'params':{'value':a[_0x2def5a(0x44d)][_0x2def5a(0x77b)]}},{'label':_0x1e1a80['t']('embed-ui.sheetsFloating.textWrap.wrap'),'icon':(0x0,m[_0x2def5a(0x6c9)])(u[_0x2def5a(0x2a4)],{}),'commandId':v['SetTextWrapCommand']['id'],'params':{'value':a[_0x2def5a(0x44d)]['WRAP']}}];return(0x0,m['jsx'])(pd,{'embedId':_0x4e3e0f,'disabled':_0x1c07f8,'title':'embed-ui.sheetsFloating.toolbar.textWrapMode.main','triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0xc66d24,'onOpenChange':_0x3201c5,'trigger':(0x0,m[_0x2def5a(0x7a9)])(m[_0x2def5a(0x81a)],{'children':[(0x0,m[_0x2def5a(0x6c9)])(u[_0x2def5a(0x2a4)],{}),(0x0,m[_0x2def5a(0x6c9)])(u['MoreDownIcon'],{})]}),'overlay':(0x0,m[_0x2def5a(0x6c9)])(md,{'children':_0x41241c[_0x2def5a(0x789)](_0x31c9b3=>{const _0x2c8e4f=_0x2def5a;var _0x139d3a;return(0x0,m[_0x2c8e4f(0x6c9)])(_d,{'icon':_0x31c9b3[_0x2c8e4f(0x924)],'onClick':()=>{const _0x22ebe4=_0x2c8e4f;_0x5072a4(_0x31c9b3['commandId'],_0x31c9b3[_0x22ebe4(0x833)]),_0x3201c5(!0x1);},'children':_0x31c9b3['label']},_0x31c9b3[_0x2c8e4f(0x74f)]+'-'+String(((_0x139d3a=_0x31c9b3[_0x2c8e4f(0x833)])==null?void 0x0:_0x139d3a[_0x2c8e4f(0x5a7)])??_0x31c9b3[_0x2c8e4f(0x984)]));})})});}const Md={'formatPainter':s['SetOnceFormatPainterCommand']['id'],'numberFormat':_0x36ed40(0x9f8),'fontFamily':s[_0x36ed40(0x8c5)]['id'],'fontSize':s['SetRangeFontSizeCommand']['id'],'bold':s[_0x36ed40(0x644)]['id'],'textColor':s['SetRangeTextColorCommand']['id'],'backgroundColor':v[_0x36ed40(0x547)]['id'],'borderComposite':v[_0x36ed40(0x22b)]['id'],'horizontalAlign':v[_0x36ed40(0x21c)]['id'],'verticalAlign':v['SetVerticalTextAlignCommand']['id'],'wrap':v['SetTextWrapCommand']['id'],'filter':_0x36ed40(0x952)},Nd={'root':v[_0x36ed40(0x58d)]['id'],'all':v[_0x36ed40(0x1fe)]['id'],'vertical':v[_0x36ed40(0x5a4)]['id'],'horizontal':v[_0x36ed40(0x83e)]['id'],'unmerge':v[_0x36ed40(0x372)]['id']};function Pd(_0xe5c9d1){const _0x145ee4=_0x36ed40;let _0x4ff170={},_0x243d97=_0x43f20f=>{const _0x1aaae7=_0x2eed;let _0xebcdc4=_0xe5c9d1[_0x1aaae7(0x1f2)](_0x4b6e7e=>{const _0x2184e7=_0x1aaae7;let _0x13f529=_0x4b6e7e[_0x2184e7(0x8af)];return _0x4b6e7e[_0x2184e7(0x347)]===_0x43f20f||(_0x13f529==null?void 0x0:_0x13f529['id'])===_0x43f20f||(_0x13f529==null?void 0x0:_0x13f529[_0x2184e7(0x74f)])===_0x43f20f;});return _0xebcdc4==null?void 0x0:_0xebcdc4['item'];};Object[_0x145ee4(0x2bc)](Md)[_0x145ee4(0x5f4)](_0x4038a9=>{_0x4ff170[_0x4038a9]=_0x243d97(Md[_0x4038a9]);});let _0x35c1c3=Object[_0x145ee4(0x4aa)](Nd)[_0x145ee4(0x445)]((_0x35a10a,[_0x313b53,_0x2e84a8])=>{let _0x189849=_0x243d97(_0x2e84a8);return _0x189849&&(_0x35a10a[_0x313b53]=_0x189849),_0x35a10a;},{});return Rd(_0x35c1c3)&&(_0x4ff170[_0x145ee4(0x925)]=_0x35c1c3),_0x4ff170[_0x145ee4(0x699)]=!0x0,_0x4ff170;}const Fd=[{'items':[_0x36ed40(0x3d9)]},{'dividerBefore':'divider-format-tools','items':[_0x36ed40(0x304)]},{'dividerBefore':'divider-format','items':['fontFamily',_0x36ed40(0x6b9),_0x36ed40(0x7a3)]},{'dividerBefore':'divider-font','items':[_0x36ed40(0x424),'backgroundColor',_0x36ed40(0x410)]},{'dividerBefore':_0x36ed40(0x627),'items':[_0x36ed40(0x925),_0x36ed40(0x914),'verticalAlign',_0x36ed40(0x9f1)]},{'dividerBefore':'divider-layout','items':[_0x36ed40(0x32c)]},{'dividerBefore':_0x36ed40(0x7b9),'items':['deleteBlock']}];function Id(_0x28e47c){const _0x4b2b17=_0x36ed40;let _0x2a2be9=[];return Fd[_0x4b2b17(0x5f4)](_0x159755=>{const _0x301d18=_0x4b2b17;let _0xb68241=_0x159755[_0x301d18(0x34a)]['filter'](_0x3000e5=>Ld(_0x28e47c,_0x3000e5))[_0x301d18(0x789)](_0xf98ba3=>({'id':_0xf98ba3,'type':_0xf98ba3==='formatPainter'||_0xf98ba3===_0x301d18(0x7a3)||_0xf98ba3===_0x301d18(0x32c)||_0xf98ba3===_0x301d18(0x699)?_0x301d18(0x66b):_0x301d18(0x4b7)}));_0xb68241['length']&&(_0x2a2be9['length']&&_0x159755['dividerBefore']&&_0x2a2be9[_0x301d18(0x5b5)]({'id':_0x159755[_0x301d18(0x935)],'type':_0x301d18(0x956)}),_0x2a2be9[_0x301d18(0x5b5)](..._0xb68241));}),_0x2a2be9;}function Ld(_0x517bed,_0x42d3e3){return!!_0x517bed[_0x42d3e3];}function Rd(_0x3ec900){return Object['values'](_0x3ec900)['some'](Boolean);}function zd(_0x120654,_0x42b417){const _0x4c71aa=_0x36ed40;if(_0x120654)return{'commandId':_0x120654[_0x4c71aa(0x74f)]??_0x120654['id'],'params':_0x42b417??(typeof _0x120654[_0x4c71aa(0x833)]=='function'?_0x120654['params']():_0x120654['params'])};}function Bd(){const _0x405e7f=_0x36ed40;return ol({'childType':a[_0x405e7f(0x583)][_0x405e7f(0x36c)],'mount':Vd});}function Vd(_0xfef051){const _0x38ee88=_0x36ed40;let {menu:_0x523c9f}=rl(_0xfef051),_0x514bea=On(_0x523c9f);return _0x514bea[_0x38ee88(0x56a)]((0x0,d['createElement'])(J,{'injector':_0xfef051[_0x38ee88(0x368)]['injector'],'embedId':_0xfef051[_0x38ee88(0x467)]},(0x0,d[_0x38ee88(0x349)])(Ud,{'hostUnitId':_0xfef051[_0x38ee88(0x98c)],'embedId':_0xfef051['embedId'],'childUnitId':_0xfef051['childUnitId'],'entry':_0xfef051[_0x38ee88(0x393)][_0x38ee88(0x89c)],'fullscreen':!!_0xfef051['renderScope'][_0x38ee88(0x498)],'usesDomFloatingStage':Hd(_0xfef051[_0x38ee88(0x393)]['entry']),'renderScopeActive$':_0xfef051[_0x38ee88(0x949)][_0x38ee88(0x253)]}))),(0x0,a[_0x38ee88(0x63c)])(()=>{const _0x3c1fd7=_0x38ee88;kn(_0x514bea),globalThis[_0x3c1fd7(0x62a)](()=>_0x523c9f[_0x3c1fd7(0x42e)](),0x0);});}function Hd(_0x164b0b){return!0x0;}function Ud(_0x503467){const _0x433bc8=_0x36ed40;let {hostUnitId:_0x4f661f,embedId:_0x235ac2,childUnitId:_0x1291a3,entry:_0xf2c0be,fullscreen:_0x4f5b94,usesDomFloatingStage:_0x409b1e,renderScopeActive$:_0x3e2d10}=_0x503467,_0x3d2981=(0x0,c['useDependency'])(a['LocaleService']),_0x163a1d=(0x0,c[_0x433bc8(0x26f)])(a[_0x433bc8(0x8cd)]),_0x57bfe4=(0x0,c[_0x433bc8(0x26f)])(a[_0x433bc8(0x8cc)]),_0xa54b28=(0x0,c[_0x433bc8(0x26f)])(c[_0x433bc8(0x42b)]),_0x50f305=(0x0,c['useDependency'])(v[_0x433bc8(0x755)]),_0xdf9762=(0x0,c[_0x433bc8(0x26f)])(ue),_0x513c9e=Fr({'embedId':_0x235ac2,'active':(0x0,c[_0x433bc8(0x42d)])(()=>_0xdf9762['active$'],_0xdf9762['getActive'](),!0x1,[_0xdf9762]),'fullscreen':_0x4f5b94,'usesDomFloatingStage':_0x409b1e,'renderScopeActive':(0x0,c[_0x433bc8(0x42d)])(()=>_0x3e2d10,!0x1,!0x1,[_0x3e2d10])})==='stage2',[_0x50f965,_0xe3157]=(0x0,d[_0x433bc8(0x324)])(null),_0x407ce0=(0x0,d[_0x433bc8(0x2b0)])(null),_0x3431f1=_0x407ce0[_0x433bc8(0x600)],_0x1fd7f3=()=>{const _0x2960b1=_0x433bc8;var _0x32c2ea,_0x73e181;return!_0x3431f1||_0x3431f1[_0x2960b1(0x443)]&&((_0x32c2ea=_0x57bfe4[_0x2960b1(0x9ea)](a[_0x2960b1(0x583)][_0x2960b1(0x36c)]))==null?void 0x0:_0x32c2ea['getUnitId']())===_0x1291a3&&((_0x73e181=_0x57bfe4[_0x2960b1(0x77d)](_0x1291a3,a[_0x2960b1(0x583)]['UNIVER_SHEET']))==null||(_0x73e181=_0x73e181[_0x2960b1(0x373)]())==null?void 0x0:_0x73e181[_0x2960b1(0xa1a)]())===_0x3431f1[_0x2960b1(0x4e6)];},_0x5e5298=_0x3e01d3=>({'open':_0x50f965===_0x3e01d3,'onOpenChange':_0xbe90da=>{const _0x226e49=_0x433bc8;if(!(!_0xbe90da&&_0x3431f1!==_0x407ce0['current'])){if(_0xbe90da){var _0x4fdbad;_0x407ce0[_0x226e49(0x600)]&&(_0x407ce0[_0x226e49(0x600)]['valid']=!0x1);let _0x4a886f=(_0x4fdbad=_0x57bfe4['getUnit'](_0x1291a3,a['UniverInstanceType'][_0x226e49(0x36c)]))==null||(_0x4fdbad=_0x4fdbad[_0x226e49(0x373)]())==null?void 0x0:_0x4fdbad[_0x226e49(0xa1a)]();_0x407ce0[_0x226e49(0x600)]=_0x4a886f?{'sheetId':_0x4a886f,'valid':!0x0}:null;}_0xe3157(_0xbe90da?_0x3e01d3:null);}},'onCloseAutoFocus':_0x81de3d=>{const _0x71ed77=_0x433bc8;_0x1fd7f3()||_0x81de3d[_0x71ed77(0x863)]();}});(0x0,d['useEffect'])(()=>{const _0x17caa9=_0x433bc8;if(!_0x50f965||!_0x3431f1)return;let _0x31f1f3=_0x57bfe4[_0x17caa9(0x702)](a[_0x17caa9(0x583)][_0x17caa9(0x36c)])['pipe']((0x0,f['switchMap'])(_0xd07ba2=>_0xd07ba2?_0xd07ba2[_0x17caa9(0x7b6)][_0x17caa9(0x5ab)]((0x0,f[_0x17caa9(0x789)])(_0x509ed1=>({'unitId':_0xd07ba2[_0x17caa9(0x8d6)](),'sheetId':_0x509ed1==null?void 0x0:_0x509ed1[_0x17caa9(0xa1a)]()}))):(0x0,f['of'])(null)))[_0x17caa9(0x260)](_0xfec131=>{const _0x4f85c4=_0x17caa9;((_0xfec131==null?void 0x0:_0xfec131['unitId'])!==_0x1291a3||(_0xfec131==null?void 0x0:_0xfec131[_0x4f85c4(0x4e6)])!==_0x3431f1['sheetId'])&&(_0x3431f1[_0x4f85c4(0x443)]=!0x1,_0xe3157(null));});return()=>{const _0xff7574=_0x17caa9;_0x31f1f3[_0xff7574(0x6cf)]();};},[_0x1291a3,_0x3431f1,_0x57bfe4,_0x50f965]),(0x0,d[_0x433bc8(0x325)])(()=>()=>{const _0x32497e=_0x433bc8;_0x407ce0['current']&&=(_0x407ce0['current'][_0x32497e(0x443)]=!0x1,null);},[]),(0x0,d[_0x433bc8(0x325)])(()=>{const _0x357d55=_0x433bc8;if(!_0x50f965)return;let _0x1df775=_0x2dfae2=>{const _0x4394ff=_0x2eed;ad(_0x2dfae2[_0x4394ff(0x392)],_0x235ac2)||_0xe3157(null);};return document[_0x357d55(0x75e)](_0x357d55(0x603),_0x1df775,!0x0),()=>{const _0x305272=_0x357d55;document['removeEventListener'](_0x305272(0x603),_0x1df775,!0x0);};},[_0x235ac2,_0x50f965]);let _0x5e06a1=(0x0,c['useObservable'])(()=>_0xa54b28[_0x433bc8(0x592)][_0x433bc8(0x5ab)]((0x0,f['map'])(()=>Pd(_0xa54b28[_0x433bc8(0x7e5)](c[_0x433bc8(0x975)][_0x433bc8(0x43e)])))),Pd(_0xa54b28['getFlatMenuByPositionKey'](c[_0x433bc8(0x975)][_0x433bc8(0x43e)])),!0x1,[_0xa54b28]),_0x5af3b9=(0x0,d[_0x433bc8(0x323)])(()=>new Set(Id(_0x5e06a1)[_0x433bc8(0x789)](_0x1bd25c=>_0x1bd25c['id'])),[_0x5e06a1]),_0x1d0e07=()=>{const _0x54e91f=_0x433bc8;_0xdf9762[_0x54e91f(0x8b1)]({'hostUnitId':_0x4f661f,'embedId':_0x235ac2,'childUnitId':_0x1291a3},_0x54e91f(0x7b3)),_0x57bfe4[_0x54e91f(0x88e)](_0x1291a3);},_0x2154e6=async(_0x5486fe,_0x319a3a)=>{const _0x45cf27=_0x433bc8;_0x50f965&&(!_0x1fd7f3()||_0x3431f1!==_0x407ce0[_0x45cf27(0x600)])||(_0x1d0e07(),await _0x163a1d[_0x45cf27(0x638)](_0x5486fe,_0x319a3a));},_0x9e9364=async(_0x3edd6f,_0x1a7feb)=>{const _0xb92702=_0x433bc8;let _0x13edc1=zd(_0x3edd6f,_0x1a7feb);_0x13edc1&&await _0x2154e6(_0x13edc1[_0xb92702(0x74f)],_0x13edc1[_0xb92702(0x833)]);},_0x24567f=()=>{const _0x5f74d9=_0x433bc8;let _0x2e771e=_0x57bfe4[_0x5f74d9(0x77d)](_0x1291a3,a['UniverInstanceType'][_0x5f74d9(0x36c)]),_0x3859a8=_0x2e771e==null?void 0x0:_0x2e771e[_0x5f74d9(0x373)]();return!_0x2e771e||!_0x3859a8?null:{'workbook':_0x2e771e,'worksheet':_0x3859a8,'unitId':_0x2e771e[_0x5f74d9(0x8d6)](),'subUnitId':_0x3859a8[_0x5f74d9(0xa1a)]()};},_0x58c486=()=>{const _0x1f1d4b=_0x433bc8;var _0x41befa;return((_0x41befa=_0x50f305[_0x1f1d4b(0x9da)]())==null?void 0x0:_0x41befa[_0x1f1d4b(0x789)](_0x296aae=>_0x296aae[_0x1f1d4b(0x94f)]))??[];},_0x14425c=async(_0x10c575,_0x41710a,_0x5c6631=a[_0x433bc8(0x7a7)][_0x433bc8(0x92f)],_0x3a99f2=_0x433bc8(0x6e2))=>{const _0x3a575e=_0x433bc8;let _0x15a09a=_0x24567f(),_0x3ad8cc=_0x58c486();!_0x15a09a||!_0x3ad8cc[_0x3a575e(0x248)]||await _0x9e9364(_0x10c575,{'unitId':_0x15a09a['unitId'],'subUnitId':_0x15a09a['subUnitId'],'ranges':_0x3ad8cc,'value':{'type':_0x41710a,'color':_0x3a99f2,'style':_0x5c6631,'activeBorderType':!0x0}});},_0x5930d0=async()=>{const _0x51cb09=_0x433bc8;await _0x163a1d[_0x51cb09(0x638)](t['RemoveEmbedCommand']['id'],{'hostUnitId':_0x4f661f,'embedId':_0x235ac2});};return(0x0,m[_0x433bc8(0x7a9)])(_0x433bc8(0x92d),{'className':(0x0,l['clsx'])(_0x433bc8(0x6f9),{'univer-hidden':!_0x513c9e,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x4f5b94,'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':!_0x4f5b94,'-univer-top-9':!_0x4f5b94&&_0xf2c0be!==_0x433bc8(0x421),'-univer-top-[52px]':!_0x4f5b94&&_0xf2c0be===_0x433bc8(0x421)}),'data-u-comp':_0x433bc8(0x211),'data-embed-floating-menu':'true','data-embed-id':_0x235ac2,'data-embed-float-stage':_0x513c9e?'stage2':_0x433bc8(0x2f9),'onPointerDown':_0x35a883=>_0x35a883[_0x433bc8(0x3e6)](),'onMouseDown':$,'children':[_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x3d9))&&(0x0,m[_0x433bc8(0x6c9)])($u,{'item':_0x5e06a1[_0x433bc8(0x3d9)],'title':_0x433bc8(0x4ba),'onClick':async()=>_0x9e9364(_0x5e06a1[_0x433bc8(0x3d9)]),'children':(0x0,m['jsx'])(u[_0x433bc8(0x2e0)],{})}),_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x777))&&(0x0,m['jsx'])(l[_0x433bc8(0x857)],{'className':_0x433bc8(0x943),'orientation':_0x433bc8(0x385)}),_0x5af3b9['has']('numberFormat')&&(0x0,m[_0x433bc8(0x6c9)])(Sd,{'menuItem':_0x5e06a1[_0x433bc8(0x304)],'onClick':async()=>_0x9e9364(_0x5e06a1[_0x433bc8(0x304)])}),_0x5af3b9['has']('divider-format')&&(0x0,m[_0x433bc8(0x6c9)])(l[_0x433bc8(0x857)],{'className':_0x433bc8(0x943),'orientation':_0x433bc8(0x385)}),_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x46c))&&(0x0,m[_0x433bc8(0x6c9)])(Cd,{'embedId':_0x235ac2,'menuItem':_0x5e06a1[_0x433bc8(0x46c)],'title':_0x433bc8(0x3e9),..._0x5e5298(_0x433bc8(0x46c)),'onSelect':async _0x589b46=>_0x9e9364(_0x5e06a1[_0x433bc8(0x46c)],{'value':_0x589b46})}),_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x6b9))&&(0x0,m[_0x433bc8(0x6c9)])(wd,{'embedId':_0x235ac2,'menuItem':_0x5e06a1[_0x433bc8(0x6b9)],'title':_0x433bc8(0xa1b),..._0x5e5298(_0x433bc8(0x6b9)),'onSelect':async _0x59faa2=>_0x9e9364(_0x5e06a1['fontSize'],{'value':Number(_0x59faa2)})}),_0x5af3b9[_0x433bc8(0x82c)]('bold')&&(0x0,m['jsx'])($u,{'item':_0x5e06a1['bold'],'title':_0x433bc8(0x286),'onClick':async()=>_0x9e9364(_0x5e06a1[_0x433bc8(0x7a3)]),'children':(0x0,m[_0x433bc8(0x6c9)])(u[_0x433bc8(0x545)],{})}),_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x2a1))&&(0x0,m['jsx'])(l[_0x433bc8(0x857)],{'className':_0x433bc8(0x943),'orientation':_0x433bc8(0x385)}),_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x424))&&(0x0,m['jsx'])(Od,{'embedId':_0x235ac2,'menuItem':_0x5e06a1['textColor'],'title':_0x433bc8(0x5a1),'icon':(0x0,m[_0x433bc8(0x6c9)])(u[_0x433bc8(0x42c)],{'className':_0x433bc8(0x4d3)}),'defaultColor':'#111827',..._0x5e5298('textColor'),'onChange':async _0x45e62c=>_0x9e9364(_0x5e06a1['textColor'],{'value':_0x45e62c}),'onReset':async()=>_0x2154e6(s['ResetRangeTextColorCommand']['id'])}),_0x5af3b9[_0x433bc8(0x82c)]('backgroundColor')&&(0x0,m[_0x433bc8(0x6c9)])(Od,{'embedId':_0x235ac2,'menuItem':_0x5e06a1[_0x433bc8(0x879)],'title':_0x433bc8(0x9b0),'icon':(0x0,m[_0x433bc8(0x6c9)])(u[_0x433bc8(0x3b8)],{'className':_0x433bc8(0x4d3)}),'defaultColor':_0x433bc8(0x6ff),..._0x5e5298('backgroundColor'),'onChange':async _0x35d50e=>_0x9e9364(_0x5e06a1[_0x433bc8(0x879)],{'value':_0x35d50e}),'onReset':async()=>_0x2154e6(v[_0x433bc8(0x4ac)]['id'])}),_0x5af3b9[_0x433bc8(0x82c)]('borderComposite')&&(0x0,m[_0x433bc8(0x6c9)])(kd,{'embedId':_0x235ac2,'menuItem':_0x5e06a1[_0x433bc8(0x410)],..._0x5e5298(_0x433bc8(0x410)),'onSelect':async(_0xbbba2f,_0x1dab77,_0x55818d)=>_0x14425c(_0x5e06a1[_0x433bc8(0x410)],_0xbbba2f,_0x1dab77,_0x55818d)}),_0x5af3b9['has'](_0x433bc8(0x627))&&(0x0,m[_0x433bc8(0x6c9)])(l[_0x433bc8(0x857)],{'className':_0x433bc8(0x943),'orientation':_0x433bc8(0x385)}),_0x5af3b9['has'](_0x433bc8(0x925))&&(0x0,m[_0x433bc8(0x6c9)])(Ad,{'embedId':_0x235ac2,'menuItems':_0x5e06a1[_0x433bc8(0x925)],..._0x5e5298(_0x433bc8(0x925)),'execute':_0x9e9364}),_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x914))&&(0x0,m[_0x433bc8(0x6c9)])(Td,{'embedId':_0x235ac2,'menuItem':_0x5e06a1['horizontalAlign'],..._0x5e5298(_0x433bc8(0x914)),'execute':_0x9e9364}),_0x5af3b9['has'](_0x433bc8(0x78f))&&(0x0,m[_0x433bc8(0x6c9)])(Ed,{'embedId':_0x235ac2,'menuItem':_0x5e06a1[_0x433bc8(0x78f)],..._0x5e5298(_0x433bc8(0x78f)),'execute':_0x9e9364}),_0x5af3b9['has'](_0x433bc8(0x9f1))&&(0x0,m[_0x433bc8(0x6c9)])(jd,{'embedId':_0x235ac2,'menuItem':_0x5e06a1['wrap'],..._0x5e5298(_0x433bc8(0x9f1)),'execute':_0x2154e6}),_0x5af3b9['has'](_0x433bc8(0x288))&&(0x0,m[_0x433bc8(0x6c9)])(l['Separator'],{'className':_0x433bc8(0x943),'orientation':_0x433bc8(0x385)}),_0x5af3b9['has'](_0x433bc8(0x32c))&&(0x0,m[_0x433bc8(0x6c9)])($u,{'item':_0x5e06a1['filter'],'title':_0x433bc8(0x6e4),'onClick':async()=>_0x9e9364(_0x5e06a1[_0x433bc8(0x32c)]),'children':(0x0,m[_0x433bc8(0x6c9)])(u[_0x433bc8(0x976)],{})}),_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x7b9))&&(0x0,m[_0x433bc8(0x6c9)])(l[_0x433bc8(0x857)],{'className':_0x433bc8(0x943),'orientation':'vertical'}),!_0x4f5b94&&(0x0,m['jsx'])(Ua,{'hostUnitId':_0x4f661f,'embedId':_0x235ac2,'variant':_0x433bc8(0x846)}),_0x5af3b9[_0x433bc8(0x82c)](_0x433bc8(0x699))&&(0x0,m[_0x433bc8(0x6c9)])(Qu,{'title':_0x3d2981['t'](_0x433bc8(0x770)),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x5930d0,'children':(0x0,m[_0x433bc8(0x6c9)])(u['DeleteIcon'],{})})]});}const Wd=new WeakMap(),Gd=new WeakSet();function Kd(_0x585afc){const _0x1c4cd8=_0x36ed40;tc(_0x585afc,_0x1c4cd8(0x676),qd);}function qd(_0x1a3994){const _0xd5b27b=_0x36ed40;let _0x12682d=_0x1a3994[_0xd5b27b(0x335)](Xt),_0x5f9dd=_0x1a3994[_0xd5b27b(0x335)](Jt),_0x416a68=_0x1a3994[_0xd5b27b(0x335)](B),_0x1cb9ee=_0x1a3994[_0xd5b27b(0x335)](Yt),_0x43593b=_0x1a3994[_0xd5b27b(0x335)](_i),_0x5c0943=_0x1a3994[_0xd5b27b(0x335)](eo),_0x4e202e=_0x1a3994[_0xd5b27b(0x335)](Mi);zu(_0x1a3994),_0x1a3994['has'](s[_0xd5b27b(0x85f)])||_0x1a3994[_0xd5b27b(0x258)]([s[_0xd5b27b(0x85f)],{'useFactory':()=>_0x1a3994[_0xd5b27b(0x335)](de)}]),_0x1a3994[_0xd5b27b(0x82c)](s[_0xd5b27b(0x9f2)])||_0x1a3994[_0xd5b27b(0x258)]([s[_0xd5b27b(0x9f2)],{'useFactory':()=>Jd({'embedModelService':_0x1a3994['get'](t[_0xd5b27b(0x875)]),'mountService':_0x1a3994[_0xd5b27b(0x335)](xn),'activationService':_0x1a3994[_0xd5b27b(0x335)](wn),'restoreService':_0x1a3994[_0xd5b27b(0x335)](yi)})}]),[Pu(),Fu()][_0xd5b27b(0x5f4)](_0x3b50bb=>{const _0x161d0c=_0xd5b27b;_0x12682d['get'](_0x3b50bb[_0x161d0c(0x375)],_0x3b50bb['entry'])||_0x12682d[_0x161d0c(0x2d1)](_0x3b50bb);});let _0x3e0650=Vu(_0x1a3994['get'](a[_0xd5b27b(0x8cd)]));_0x5f9dd[_0xd5b27b(0x335)](_0x3e0650[_0xd5b27b(0x560)])||_0x5f9dd[_0xd5b27b(0x2d1)](_0x3e0650);let _0x105409=Bu();_0x416a68[_0xd5b27b(0x335)](_0x105409['childType'])||_0x416a68['register'](_0x105409),Bd()['forEach'](_0x5f2b72=>{const _0x246e52=_0xd5b27b;_0x1cb9ee[_0x246e52(0x335)](_0x5f2b72[_0x246e52(0x375)],_0x5f2b72[_0x246e52(0x89c)],_0x5f2b72[_0x246e52(0x560)])||_0x1cb9ee[_0x246e52(0x2d1)](_0x5f2b72);}),_0x43593b[_0xd5b27b(0x6e9)](io(_0x1a3994,{'childType':a[_0xd5b27b(0x583)][_0xd5b27b(0x36c)],'renderManagerService':p[_0xd5b27b(0x6d8)]})),_0x5c0943[_0xd5b27b(0x335)](a['UniverInstanceType'][_0xd5b27b(0x36c)])||_0x5c0943[_0xd5b27b(0x2d1)](wu()),_0x4e202e['get'](a[_0xd5b27b(0x583)]['UNIVER_SHEET'])||_0x4e202e['register'](Ru(_0x1a3994)),$d({'injector':_0x1a3994,'previewService':_0x43593b});}function Jd(_0xbe364c){return{'getSheetTabChildType':({hostUnitId:_0x5de72e,hostAnchorId:_0xcd1d07,embedId:_0x2d50c1})=>{const _0x15511d=_0x2eed;let _0x229f24=_0xbe364c[_0x15511d(0x7b2)][_0x15511d(0x7aa)](_0x5de72e,_0x2d50c1);return(_0x229f24==null?void 0x0:_0x229f24['hostAnchorId'])===_0xcd1d07?_0x229f24[_0x15511d(0x560)]:void 0x0;},'mountSheetTab':({hostUnitId:_0x1b895d,hostAnchorId:_0x42d8fa,embedId:_0x5b8e6d})=>{const _0x38d4a6=_0x2eed;let _0x5d3fc4=_0xbe364c[_0x38d4a6(0x7b2)][_0x38d4a6(0x7aa)](_0x1b895d,_0x5b8e6d);if(!_0x5d3fc4||_0x5d3fc4[_0x38d4a6(0x3bd)]!==_0x42d8fa)return;let _0xa4e3b9=!0x1,_0x4abe7e=!0x1,_0x2a6e96;return _0xbe364c[_0x38d4a6(0x62b)][_0x38d4a6(0x53a)]({'descriptor':_0x5d3fc4})[_0x38d4a6(0x233)](_0x47bab5=>{const _0x3b20ed=_0x38d4a6;_0xa4e3b9||(_0x2a6e96==null||_0x2a6e96[_0x3b20ed(0x42e)](),_0x2a6e96=void 0x0,_0xbe364c[_0x3b20ed(0x31d)][_0x3b20ed(0x266)](_0x47bab5),_0xbe364c[_0x3b20ed(0x5e3)][_0x3b20ed(0x65f)](_0x47bab5),_0x4abe7e=!0x0);})['catch'](_0x943c19=>{_0xa4e3b9||(_0x2a6e96=Yd(_0x42d8fa,_0x943c19));}),(0x0,a['toDisposable'])(()=>{const _0x378cb4=_0x38d4a6;_0xa4e3b9=!0x0,_0x2a6e96==null||_0x2a6e96['remove'](),_0xbe364c[_0x378cb4(0x5e3)][_0x378cb4(0x802)](_0x5b8e6d),_0x4abe7e&&_0xbe364c['mountService'][_0x378cb4(0xa04)](_0x5b8e6d);});},'clearTab':_0x120ea5=>{const _0x1d3ed0=_0x2eed;_0xbe364c[_0x1d3ed0(0x5e3)]['clearTab'](_0x120ea5);}};}function Yd(_0x2e9cb3,_0x2ea210){const _0x2f2dd1=_0x36ed40;let _0x5ca130=Xd(_0x2e9cb3);if(!_0x5ca130)return;let _0x251a28=document['createElement'](_0x2f2dd1(0x92d));return _0x251a28[_0x2f2dd1(0x4d2)][_0x2f2dd1(0x7f3)]=_0x2f2dd1(0x69e),_0x251a28[_0x2f2dd1(0x691)]['padding']=_0x2f2dd1(0x26b),_0x251a28[_0x2f2dd1(0x691)][_0x2f2dd1(0x1fb)]=_0x2f2dd1(0x33a),_0x251a28[_0x2f2dd1(0x691)][_0x2f2dd1(0x6b9)]='13px',_0x251a28[_0x2f2dd1(0x955)]=_0x2ea210 instanceof Error&&_0x2ea210[_0x2f2dd1(0x65a)]?_0x2ea210[_0x2f2dd1(0x65a)]:_0x2f2dd1(0x7f6),_0x5ca130[_0x2f2dd1(0x46f)](_0x251a28),_0x251a28;}function Xd(_0x7eb33){const _0x34a6d0=_0x36ed40;return document[_0x34a6d0(0x334)](_0x34a6d0(0x5eb)+Zd(_0x7eb33)+'\x22]');}function Zd(_0x47287c){const _0x15efcd=_0x36ed40;return _0x47287c[_0x15efcd(0x959)](/\\/g,'\x5c\x5c')[_0x15efcd(0x959)](/"/g,'\x5c\x22');}function Qd(_0x1720cc){const _0x16b233=_0x36ed40;let _0x222fb0=new f['Subscription'](),_0x4ca263=0x0,_0x325170;if(_0x222fb0[_0x16b233(0x258)](_0x1720cc['previewService'][_0x16b233(0x9f0)][_0x16b233(0x260)](_0x24bdc5=>{const _0x2b5db0=_0x16b233;if(typeof _0x24bdc5[_0x2b5db0(0x7ed)]!=_0x2b5db0(0x3df))return;let _0x26a622=_0x1720cc[_0x2b5db0(0x7b2)][_0x2b5db0(0x355)](_0x24bdc5[_0x2b5db0(0x397)])['find'](_0x37a1fa=>_0x37a1fa['embedId']===_0x24bdc5['embedId']&&_0x37a1fa[_0x2b5db0(0x89c)]==='sheets-floating-object');_0x26a622!=null&&_0x26a622[_0x2b5db0(0x3bd)]&&_0x1720cc[_0x2b5db0(0x380)][_0x2b5db0(0x4ef)]({'id':_0x26a622[_0x2b5db0(0x3bd)],'image':_0x24bdc5[_0x2b5db0(0x7ed)],'updatedAt':_0x24bdc5[_0x2b5db0(0x8bc)]});})),!_0x1720cc['canvasFloatDomPreviewService'][_0x16b233(0x27f)])return _0x222fb0;let _0x399a76=()=>{_0x325170||_0x4ca263>=0xf0||(_0x325170=globalThis['setTimeout'](()=>{_0x325170=void 0x0,_0x4ca263+=0x1,_0x2b5d30();},0xfa));},_0x44b364=_0x4a13bb=>{const _0x18161d=_0x16b233;let _0x5497b5=_0x4a13bb[_0x18161d(0x5af)];if(!_0x5497b5||typeof _0x5497b5!=_0x18161d(0x9e9))return!0x0;let _0x576b20=nf(_0x5497b5,_0x18161d(0x467)),_0x56f402=nf(_0x5497b5,_0x18161d(0x98c));if(!_0x576b20||!_0x56f402)return!0x0;let _0x2a8650=_0x1720cc['embedModelService'][_0x18161d(0x7aa)](_0x56f402,_0x576b20);return!_0x2a8650||_0x2a8650[_0x18161d(0x89c)]!==_0x18161d(0x45b)||!_0x2a8650[_0x18161d(0x397)]||_0x2a8650[_0x18161d(0x560)]==null?!0x1:(_0x1720cc[_0x18161d(0x4fc)]['requestPreview']({'descriptor':_0x2a8650,'childUnitId':_0x2a8650[_0x18161d(0x397)],'childType':_0x2a8650[_0x18161d(0x560)],'width':_0x4a13bb[_0x18161d(0x76f)],'height':_0x4a13bb['height'],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':_0x18161d(0x43c)}),!0x0);},_0x2b5d30=()=>{const _0x441483=_0x16b233;var _0x5b9a1b,_0x215fa3;let _0x2179df=!0x1;(_0x5b9a1b=(_0x215fa3=_0x1720cc[_0x441483(0x380)])[_0x441483(0x533)])==null||_0x5b9a1b['call'](_0x215fa3)[_0x441483(0x5f4)](_0x5c6c55=>{_0x44b364(_0x5c6c55)||(_0x2179df=!0x0);}),_0x2179df&&_0x399a76();};return _0x2b5d30(),_0x222fb0[_0x16b233(0x258)](_0x1720cc[_0x16b233(0x380)][_0x16b233(0x27f)][_0x16b233(0x260)](_0x72e9f1=>{_0x44b364(_0x72e9f1)||_0x399a76();})),_0x222fb0[_0x16b233(0x258)](()=>{const _0x14fbcc=_0x16b233;_0x325170&&globalThis[_0x14fbcc(0x734)](_0x325170);}),_0x222fb0;}function $d(_0x2138ca){const _0x56d3b3=_0x36ed40;let _0x56594b=_0x2138ca[_0x56d3b3(0x501)],_0x10c963=Wd[_0x56d3b3(0x335)](_0x56594b);if(_0x10c963)return _0x10c963;let _0x1e14b2=tf(_0x2138ca[_0x56d3b3(0x501)]);if(_0x1e14b2!==null){if(_0x1e14b2){let _0x367a9a=Qd({'previewService':_0x2138ca[_0x56d3b3(0x4fc)],'embedModelService':_0x1e14b2['embedModelService'],'canvasFloatDomPreviewService':_0x1e14b2['canvasFloatDomPreviewService']});return Wd[_0x56d3b3(0x436)](_0x56594b,_0x367a9a),_0x367a9a;}_0x2138ca[_0x56d3b3(0x47f)]===!0x1||Gd[_0x56d3b3(0x82c)](_0x56594b)||(Gd[_0x56d3b3(0x258)](_0x56594b),ef(_0x2138ca,0x0));}}function ef(_0x58b401,_0x9edee6){const _0x900fc4=_0x36ed40;let _0x56fefa=_0x58b401['maxRetries']??0xf0,_0x33dae2=_0x58b401[_0x900fc4(0x6a6)]??0xfa,_0x28fc94=_0x58b401['injector'];globalThis[_0x900fc4(0x62a)](()=>{if($d({..._0x58b401,'retry':!0x1})||_0x9edee6+0x1>=_0x56fefa){Gd['delete'](_0x28fc94);return;}ef(_0x58b401,_0x9edee6+0x1);},_0x33dae2);}function tf(_0x4cef00){const _0x5a9add=_0x36ed40;try{return!_0x4cef00[_0x5a9add(0x82c)](c[_0x5a9add(0x903)])||!_0x4cef00['has'](t[_0x5a9add(0x875)])?void 0x0:{'embedModelService':_0x4cef00['get'](t[_0x5a9add(0x875)]),'canvasFloatDomPreviewService':_0x4cef00[_0x5a9add(0x335)](c[_0x5a9add(0x903)])};}catch{return null;}}function nf(_0x41b6e0,_0x47f623){let _0x4f4add=_0x41b6e0[_0x47f623];return typeof _0x4f4add=='string'?_0x4f4add:void 0x0;}function rf(){const _0x4e7eee=_0x36ed40;return ac({'childType':a[_0x4e7eee(0x583)][_0x4e7eee(0x419)],'productName':'Slides'});}function af(_0x5189e8){const _0x3e8419=_0x36ed40;var _0x49fea4;return((_0x49fea4=_0x5189e8[_0x3e8419(0x95f)])==null?void 0x0:_0x49fea4['embedId'])===_0x5189e8['embedId']&&_0x5189e8['active'][_0x3e8419(0x59f)]!==_0x3e8419(0x2f9)?_0x5189e8[_0x3e8419(0x95f)][_0x3e8419(0x59f)]??'stage1':Fr({'embedId':_0x5189e8[_0x3e8419(0x467)],'active':_0x5189e8[_0x3e8419(0x95f)],'fullscreen':_0x5189e8[_0x3e8419(0x498)],'usesDomFloatingStage':_0x5189e8[_0x3e8419(0x487)]??!0x0,'renderScopeActive':_0x5189e8[_0x3e8419(0x758)]??!0x1});}function of(_0x21614a){const _0xff6461=_0x36ed40;var _0x5640c9;let _0x154337=(0x0,c[_0xff6461(0x26f)])(a['LocaleService']),_0x2ab979=(0x0,c[_0xff6461(0x26f)])(a[_0xff6461(0x5cb)]),_0x573c69=(0x0,c[_0xff6461(0x26f)])(a[_0xff6461(0x2f8)]),_0x42e507=(0x0,d[_0xff6461(0x323)])(()=>_0x2ab979['createInstance'](S['ObjectProvider']),[_0x2ab979]),_0x54ed0d=(0x0,c[_0xff6461(0x42d)])(_0x573c69[_0xff6461(0x718)])??_0x573c69[_0xff6461(0x5e7)],{hostUnitId:_0x61d0c0,embedId:_0x35c874,childUnitId:_0x3f46e7,slideModel:_0x557f12,floatingActiveService:_0x2c0f34,commandService:_0x45ccac,instanceService:_0x7606c2,fullscreen:_0x2ea00d,usesDomFloatingStage:_0x2b20db,renderScopeActive$:_0x3c1e19,collisionBoundary:_0x160079}=_0x21614a,_0x152196=(0x0,c[_0xff6461(0x42d)])(()=>_0x2c0f34['active$'],_0x2c0f34[_0xff6461(0x4fa)](),!0x1,[_0x2c0f34]),_0xa55520=(0x0,c[_0xff6461(0x42d)])(_0x3c1e19,!0x1);(0x0,c[_0xff6461(0x42d)])(_0x557f12===null?null:()=>_0x557f12['pageManager'][_0xff6461(0x5f0)],[],!0x1,[_0x557f12]);let _0x48399b=(0x0,c[_0xff6461(0x42d)])(_0x557f12===null?null:()=>_0x557f12[_0xff6461(0x6a7)][_0xff6461(0x64b)],_0x557f12==null||(_0x5640c9=_0x557f12[_0xff6461(0x6a7)]['getActiveSlide']())==null?void 0x0:_0x5640c9[_0xff6461(0x7df)](),!0x1,[_0x557f12]),_0x484ef4=(_0x557f12==null?void 0x0:_0x557f12[_0xff6461(0x6a7)][_0xff6461(0x6cb)]())??[],_0x22acd7=Math[_0xff6461(0x792)](0x0,_0x484ef4['findIndex'](_0x4b7a5b=>_0x4b7a5b['getId']()===_0x48399b)),_0x461aa3=_0x484ef4[_0xff6461(0x248)],_0x13d5b5=_0x154337['t']('embed-ui.slidesFloating.selectSlide'),_0x4875b8=af({'active':_0x152196,'embedId':_0x35c874,'fullscreen':_0x2ea00d,'renderScopeActive':_0xa55520,'usesDomFloatingStage':_0x2b20db}),_0x5d004b=()=>{const _0x1ab76c=_0xff6461;_0x2c0f34['activate']({'hostUnitId':_0x61d0c0,'embedId':_0x35c874,'childUnitId':_0x3f46e7},_0x1ab76c(0x7b3)),_0x7606c2[_0x1ab76c(0x88e)](_0x3f46e7);},_0x141b8c=_0x198619=>{const _0x2675fe=_0xff6461;let _0x4b6160=_0x484ef4[_0x198619];!_0x4b6160||!_0x557f12||(_0x5d004b(),_0x557f12[_0x2675fe(0x6a7)]['setActiveSlide'](_0x4b6160[_0x2675fe(0x7df)]()));},_0x15f12d=_0x2666bd=>{const _0x36eb38=_0xff6461;_0x141b8c(_0x484ef4[_0x36eb38(0x822)](_0x390842=>_0x390842[_0x36eb38(0x7df)]()===_0x2666bd));};return(0x0,m[_0xff6461(0x7a9)])(_0xff6461(0x92d),{'className':(0x0,l['clsx'])(_0xff6461(0x847),{'univer-hidden':_0x4875b8===_0xff6461(0x2f9),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2ea00d,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x2ea00d,'-univer-top-9':!_0x2ea00d}),'data-embed-floating-menu':_0xff6461(0x69e),'data-embed-id':_0x35c874,'data-embed-float-stage':_0x4875b8,'onPointerDown':_0x47b458=>_0x47b458['stopPropagation'](),'children':[(0x0,m[_0xff6461(0x6c9)])(sf,{'title':_0x154337['t']('embed-ui.slidesFloating.previousSlide'),'disabled':_0x22acd7<=0x0,'onClick':()=>_0x141b8c(_0x22acd7-0x1),'children':(0x0,m[_0xff6461(0x6c9)])(u[_0xff6461(0x58b)],{})}),(0x0,m[_0xff6461(0x6c9)])(sf,{'title':_0x154337['t'](_0xff6461(0x2ef)),'disabled':_0x461aa3===0x0||_0x22acd7>=_0x461aa3-0x1,'onClick':()=>_0x141b8c(_0x22acd7+0x1),'children':(0x0,m[_0xff6461(0x6c9)])(u['ArrowRightIcon'],{})}),(0x0,m[_0xff6461(0x6c9)])(Ha,{'title':_0x13d5b5,'children':(0x0,m[_0xff6461(0x6c9)])(l[_0xff6461(0x660)],{'collisionBoundary':_0x160079,'align':_0xff6461(0x67f),'side':_0xff6461(0x611),'sideOffset':0x6,'className':_0xff6461(0x2b9),'data-embed-id':_0x35c874,'data-embed-floating-menu-popup':_0xff6461(0x69e),'items':_0x484ef4[_0xff6461(0x789)]((_0x355e09,_0x3e8ea4)=>({'type':_0xff6461(0x8af),'className':'!univer-p-1','children':(0x0,m[_0xff6461(0x7a9)])('span',{'className':'univer-block\x20univer-w-full','children':[(0x0,m[_0xff6461(0x6c9)])(S[_0xff6461(0x7d8)],{'pageId':_0x355e09[_0xff6461(0x7df)](),'index':_0x3e8ea4,'isActive':_0x355e09[_0xff6461(0x7df)]()===_0x48399b,'slideModel':_0x557f12,'objectProvider':_0x42e507,'setActivePage':_0x15f12d,'variant':'preview','renderIdSuffix':_0xff6461(0x318)+_0x35c874,'darkMode':_0x54ed0d}),(0x0,m[_0xff6461(0x6c9)])(_0xff6461(0x5c5),{'className':_0xff6461(0x417),'children':_0x13d5b5+'\x20'+(_0x3e8ea4+0x1)+_0xff6461(0x5e8)+_0x461aa3})]}),'onSelect':()=>_0x141b8c(_0x3e8ea4)})),'children':(0x0,m['jsxs'])(l['Button'],{'type':_0xff6461(0x66b),'size':_0xff6461(0x761),'variant':_0xff6461(0x96d),'className':_0xff6461(0xa0c),'aria-label':_0x13d5b5,'children':[(0x0,m[_0xff6461(0x6c9)])(_0xff6461(0x5c5),{'children':_0x461aa3===0x0?_0xff6461(0x8bb):_0x22acd7+0x1+_0xff6461(0x5e8)+_0x461aa3}),(0x0,m['jsx'])(u[_0xff6461(0x57c)],{'className':_0xff6461(0x9c4)})]})})}),!_0x2ea00d&&(0x0,m[_0xff6461(0x6c9)])(Ua,{'hostUnitId':_0x61d0c0,'embedId':_0x35c874,'variant':_0xff6461(0x846)}),(0x0,m[_0xff6461(0x6c9)])(l[_0xff6461(0x857)],{'orientation':_0xff6461(0x385)}),(0x0,m[_0xff6461(0x6c9)])(sf,{'title':_0x154337['t'](_0xff6461(0x770)),'className':_0xff6461(0x7cc),'onClick':async()=>{const _0x4bc6a6=_0xff6461;await _0x45ccac['executeCommand'](t[_0x4bc6a6(0x29c)]['id'],{'hostUnitId':_0x61d0c0,'embedId':_0x35c874});},'children':(0x0,m['jsx'])(u[_0xff6461(0x788)],{})})]});}function sf(_0x5da949){const _0x23e8d0=_0x36ed40;let {children:_0x2e90f5,title:_0x54d919,disabled:_0x42cf62,className:_0x3aef6b,onClick:_0x35d36f}=_0x5da949;return(0x0,m[_0x23e8d0(0x6c9)])(Ha,{'title':_0x54d919,'children':(0x0,m[_0x23e8d0(0x6c9)])(l['Button'],{'type':_0x23e8d0(0x66b),'size':_0x23e8d0(0x761),'variant':'ghost','className':(0x0,l[_0x23e8d0(0x5b6)])(_0x23e8d0(0x51f),_0x3aef6b),'aria-label':_0x54d919,'disabled':_0x42cf62,'onClick':_0x35d36f,'children':_0x2e90f5})});}function cf(){const _0x33e0ab=_0x36ed40;return ol({'childType':a[_0x33e0ab(0x583)][_0x33e0ab(0x419)],'ownsStage1Fullscreen':!0x0,'mount':lf});}function lf(_0x59a44f){const _0x5e015f=_0x36ed40;let {menu:_0x3e2028,portalContainer:_0x2ed83a}=rl(_0x59a44f),_0x1c8bd1=On(_0x3e2028),_0x46ffc3=_0x59a44f['injector']['get'](ue),_0x98bddb=_0x59a44f[_0x5e015f(0x501)][_0x5e015f(0x335)](a[_0x5e015f(0x8cd)]),_0x2ea78c=_0x59a44f[_0x5e015f(0x501)][_0x5e015f(0x335)](a['IUniverInstanceService']),_0x3a5772=_0x2ea78c['getUnit'](_0x59a44f[_0x5e015f(0x397)],a[_0x5e015f(0x583)]['UNIVER_SLIDE']);return _0x1c8bd1[_0x5e015f(0x56a)]((0x0,d['createElement'])(J,{'injector':_0x59a44f[_0x5e015f(0x368)][_0x5e015f(0x501)],'mountContainer':_0x2ed83a,'embedId':_0x59a44f['embedId'],'passThroughWheelGestures':_0x59a44f['renderScope'][_0x5e015f(0x32e)]===_0x5e015f(0x217)&&!_0x59a44f['renderScope']['fullscreen']},(0x0,d['createElement'])(of,{'collisionBoundary':_0x59a44f[_0x5e015f(0x949)][_0x5e015f(0x498)]?void 0x0:_0x59a44f[_0x5e015f(0x501)][_0x5e015f(0x335)](c[_0x5e015f(0xa07)])[_0x5e015f(0x7ba)](),'hostUnitId':_0x59a44f[_0x5e015f(0x98c)],'embedId':_0x59a44f[_0x5e015f(0x467)],'childUnitId':_0x59a44f[_0x5e015f(0x397)],'slideModel':_0x3a5772??null,'floatingActiveService':_0x46ffc3,'commandService':_0x98bddb,'instanceService':_0x2ea78c,'fullscreen':!!_0x59a44f[_0x5e015f(0x949)][_0x5e015f(0x498)],'usesDomFloatingStage':_0x59a44f['descriptor'][_0x5e015f(0x89c)]!==_0x5e015f(0x6d5),'renderScopeActive$':_0x59a44f['renderScope'][_0x5e015f(0x253)]}))),(0x0,a[_0x5e015f(0x63c)])(()=>{const _0x2f1b26=_0x5e015f;kn(_0x1c8bd1),globalThis['setTimeout'](()=>_0x3e2028[_0x2f1b26(0x42e)](),0x0);});}function uf(_0x1b394f,_0x567aae,_0x11e6f0){return{...(0x0,t['createSlidesPageListBlockHostAdapterContribution'])(_0x1b394f,_0x567aae),'activateAnchor':_0xa24c4e=>{const _0x52dc92=_0x2eed;_0x11e6f0==null||_0x11e6f0['unmountFloatingSessions'](_0xa24c4e[_0x52dc92(0x98c)]);let _0x1bd8e3=_0x567aae==null?void 0x0:_0x567aae[_0x52dc92(0x77d)](_0xa24c4e[_0x52dc92(0x98c)],a[_0x52dc92(0x583)][_0x52dc92(0x419)]),_0x1e136c=()=>{const _0x43e98e=_0x52dc92;var _0x5c6cda,_0x1e0617;return _0x1bd8e3==null||(_0x5c6cda=_0x1bd8e3['pageManager'])==null||(_0x1e0617=_0x5c6cda[_0x43e98e(0x60a)])==null?void 0x0:_0x1e0617['call'](_0x5c6cda,_0xa24c4e[_0x43e98e(0x3bd)]);};if(typeof window>'u'){_0x1e136c();return;}window[_0x52dc92(0x7c4)](_0x1e136c);}};}function df(){const _0x56f73b=_0x36ed40;return{'hostType':a[_0x56f73b(0x583)][_0x56f73b(0x419)],'entry':'slides-floating-object','layout':_0x56f73b(0x28f),'supportedLayouts':['scroll-contained','doc-width-scale','aspect-fit',_0x56f73b(0x808)],'menuBehavior':'floating','mount':_0x3b8d63=>{let _0x546aac=pf('data-embed-slides-floating-object-host',_0x3b8d63['descriptor']['hostAnchorId']);return _0x546aac?{'hostElement':_0x546aac}:{};}};}function ff(){const _0x1c4fac=_0x36ed40;return{'hostType':a[_0x1c4fac(0x583)][_0x1c4fac(0x419)],'entry':'slides-page-list-block','layout':_0x1c4fac(0x2ed),'supportedLayouts':[_0x1c4fac(0x2ed)],'menuBehavior':'host-override','mount':_0x33f180=>{const _0x4f5a2c=_0x1c4fac;let _0x5d284c=pf(_0x4f5a2c(0x646),_0x33f180[_0x4f5a2c(0x393)][_0x4f5a2c(0x3bd)]);return _0x5d284c?{'hostElement':_0x5d284c}:{};}};}function pf(_0x4756ea,_0x1dd001){const _0x15efaa=_0x36ed40;return document[_0x15efaa(0x334)]('['+_0x4756ea+'=\x22'+mf(_0x1dd001)+'\x22]');}function mf(_0x2db9cd){const _0x2aaec3=_0x36ed40;return _0x2db9cd[_0x2aaec3(0x959)](/\\/g,'\x5c\x5c')[_0x2aaec3(0x959)](/"/g,'\x5c\x22');}function hf(){const _0x23b265=_0x36ed40;return{'childType':a[_0x23b265(0x583)][_0x23b265(0x419)],'handleWheel':()=>!0x1};}function gf(_0x4e9ca7){const _0x4b4c6d=_0x36ed40;return{'childType':a[_0x4b4c6d(0x583)][_0x4b4c6d(0x419)],'supportedLayouts':[_0x4b4c6d(0x2ed),_0x4b4c6d(0x745),'scroll-contained'],'beforeDeactivate':_f,'mount':_0x1c4449=>vf(_0x1c4449,_0x4e9ca7)};}function _f(_0x4c11bd){const _0x10803c=_0x36ed40;let _0x33b1cb=_0x4c11bd[_0x10803c(0x368)]['injector'];if(!(_0x33b1cb!=null&&_0x33b1cb[_0x10803c(0x82c)](S['ISlideDrawingStateService'])))return;let _0x50e2c8=_0x33b1cb[_0x10803c(0x335)](S[_0x10803c(0x389)]);_0x50e2c8[_0x10803c(0x946)](),_0x50e2c8['clearSelection']();}function vf(_0x76dba,_0xad1957){const _0x1161fc=_0x36ed40;let _0x4eac95=_0x76dba[_0x1161fc(0x501)]['get'](a['IUniverInstanceService'])['getUnit'](_0x76dba['childUnitId'],a['UniverInstanceType'][_0x1161fc(0x419)]);if(!_0x4eac95)return;let _0x3a2b26=_0x76dba[_0x1161fc(0x368)][_0x1161fc(0x501)];if(!_0x3a2b26)return;let _0x2fdd91=yf(_0x76dba['childUnitId'],_0x3a2b26[_0x1161fc(0x335)](S[_0x1161fc(0x389)]),_0x3a2b26[_0x1161fc(0x335)](a[_0x1161fc(0x292)])),_0xe3686e=jc(_0x76dba,_0xad1957,_0x43a0b8=>bf(_0x4eac95,_0x43a0b8)),_0xd17d9d=_0x76dba[_0x1161fc(0x368)][_0x1161fc(0x4a2)][_0x1161fc(0x2c9)],_0x242515=_0x76dba[_0x1161fc(0x368)]['roots'][_0x1161fc(0x48a)],_0xd1f48b=_0x76dba[_0x1161fc(0x501)][_0x1161fc(0x335)](p[_0x1161fc(0x6d8)]),_0x3598ae=xf(_0x76dba),_0x12dd71=_0x242515?an(_0xd1f48b,_0x76dba[_0x1161fc(0x397)],_0x3a2b26):void 0x0;if(_0x12dd71&&_0x242515&&!_0x3598ae){try{var _0x1563ae,_0x43316e;(_0x1563ae=(_0x43316e=_0x12dd71[_0x1161fc(0x772)])[_0x1161fc(0xa04)])==null||_0x1563ae['call'](_0x43316e);}catch{}_0x12dd71[_0x1161fc(0x772)]['mount'](_0x242515),sn(_0x12dd71,{'activate':!0x0}),_0x242515[_0x1161fc(0x4d2)][_0x1161fc(0x9be)]=_0x76dba[_0x1161fc(0x397)],_0x242515[_0x1161fc(0x4d2)][_0x1161fc(0x89b)]=_0x1161fc(0x506);}let _0x44d746=On(_0xd17d9d);return _0xd17d9d['dataset'][_0x1161fc(0x9be)]=_0x76dba[_0x1161fc(0x397)],_0xd17d9d[_0x1161fc(0x4d2)][_0x1161fc(0x89b)]=_0x1161fc(0x6f1),_0x44d746['render']((0x0,m[_0x1161fc(0x6c9)])(J,{'injector':_0x3a2b26,'mountContainer':_0x76dba[_0x1161fc(0x368)][_0x1161fc(0x4a2)][_0x1161fc(0x9b4)],'embedId':_0x76dba[_0x1161fc(0x467)],'passThroughWheelGestures':_0x76dba['renderScope'][_0x1161fc(0x32e)]===_0x1161fc(0x217)&&!_0x76dba[_0x1161fc(0x949)][_0x1161fc(0x498)],'children':_0x3598ae?(0x0,m[_0x1161fc(0x6c9)])(S[_0x1161fc(0x4ec)],{'unitId':_0x76dba['childUnitId'],'active$':_0x76dba[_0x1161fc(0x949)][_0x1161fc(0x253)]}):(0x0,m['jsx'])(S['SlideEmbedChildWorkbench'],{})})),(0x0,a[_0x1161fc(0x63c)])(()=>{const _0x4c006e=_0x1161fc;_0x2fdd91[_0x4c006e(0x5df)](),_0xe3686e[_0x4c006e(0x5df)]();try{var _0x31bafd,_0x44a911;_0x12dd71==null||(_0x44a911=(_0x31bafd=_0x12dd71[_0x4c006e(0x772)])[_0x4c006e(0xa04)])==null||_0x44a911[_0x4c006e(0x4f6)](_0x31bafd);}catch{}_0xd1f48b[_0x4c006e(0x9b5)](_0x76dba[_0x4c006e(0x397)]),kn(_0x44d746),_0xd17d9d['isConnected']&&(_0xd17d9d[_0x4c006e(0x301)](_0x4c006e(0x6df)),_0xd17d9d['removeAttribute'](_0x4c006e(0x523))),_0x242515!=null&&_0x242515[_0x4c006e(0x223)]&&(_0x242515[_0x4c006e(0x301)]('data-embed-child-render-unit-id'),_0x242515[_0x4c006e(0x301)](_0x4c006e(0x523))),_0x3a2b26[_0x4c006e(0x5df)]();});}function yf(_0x1134ad,_0x403e57,_0x280fb1){const _0x498768=_0x36ed40;let _0x4f6bf4=_0x403e57[_0x498768(0x30a)][_0x498768(0x260)](_0x1faf8c=>{const _0x18d8ba=_0x498768;var _0x4490d4;_0x280fb1[_0x18d8ba(0xa0d)](a[_0x18d8ba(0x4db)],((_0x4490d4=_0x1faf8c[_0x18d8ba(0x624)])==null?void 0x0:_0x4490d4[_0x18d8ba(0x8e8)])===_0x1134ad&&_0x1faf8c[_0x18d8ba(0x4a4)]['length']>0x0);});return(0x0,a[_0x498768(0x63c)])(()=>{const _0x5a30e8=_0x498768;_0x4f6bf4[_0x5a30e8(0x6cf)](),_0x280fb1['setContextValue'](a[_0x5a30e8(0x4db)],!0x1);});}function bf(_0x402f39,_0x1cdfdc){const _0x46f761=_0x36ed40;var _0x5f20ff,_0x5ae809;let _0x58d36f=_0x1cdfdc==null?void 0x0:_0x1cdfdc[_0x46f761(0x40a)],_0x2c5211=_0x58d36f&&_0x402f39[_0x46f761(0x6a7)]['getSlide'](_0x58d36f)?_0x58d36f:(_0x5f20ff=_0x402f39[_0x46f761(0x6a7)]['getSlides']()[0x0])==null?void 0x0:_0x5f20ff['getId']();_0x2c5211&&((_0x5ae809=_0x402f39[_0x46f761(0x6a7)]['getActiveSlide']())==null?void 0x0:_0x5ae809[_0x46f761(0x7df)]())!==_0x2c5211&&_0x402f39[_0x46f761(0x6a7)]['setActiveSlide'](_0x2c5211);}function xf(_0x5332d2){const _0x12396e=_0x36ed40;return _0x5332d2[_0x12396e(0x949)][_0x12396e(0x32e)]===_0x12396e(0x217)&&!_0x5332d2['renderScope'][_0x12396e(0x498)]&&_0x5332d2['layout']===_0x12396e(0x745);}let Sf=class{constructor(_0x1bca18,_0x6686e5){const _0x5be923=_0x36ed40;this[_0x5be923(0x5f3)]=_0x1bca18,this[_0x5be923(0x9d8)]=_0x6686e5,z(this,_0x5be923(0x560),a['UniverInstanceType'][_0x5be923(0x419)]);}[_0x36ed40(0x312)](_0x251b81){const _0x32e0e2=_0x36ed40;var _0xe209b1,_0xb5698a;let _0x59459e=this['_getSlideModel'](_0x251b81['childUnitId']),_0x752cb3=(_0x59459e==null||(_0xe209b1=_0x59459e[_0x32e0e2(0x6a7)][_0x32e0e2(0x706)]())==null?void 0x0:_0xe209b1['getId']())??'';return{'unitId':_0x251b81[_0x32e0e2(0x397)],'pageId':_0x752cb3,'scaleMode':'fit','zoomRatio':_0x59459e==null||(_0xb5698a=_0x59459e['getZoomRatio'])==null?void 0x0:_0xb5698a['call'](_0x59459e)};}[_0x36ed40(0x7ce)](_0x29b0bb,_0x4cc905){const _0x1b4409=_0x36ed40;let _0x3b6584=this['_getSlideModel'](_0x29b0bb[_0x1b4409(0x397)]);!_0x3b6584||!_0x4cc905[_0x1b4409(0x40a)]||!_0x3b6584[_0x1b4409(0x6a7)][_0x1b4409(0x7ef)](_0x4cc905['pageId'])||_0x3b6584[_0x1b4409(0x6a7)][_0x1b4409(0x60a)](_0x4cc905[_0x1b4409(0x40a)]);}[_0x36ed40(0x232)](_0x49cd6a){const _0x213574=_0x36ed40;var _0xb384a3,_0x2c7529,_0x4d2896;let _0x70a8d6=this[_0x213574(0x86e)](_0x49cd6a[_0x213574(0x397)]),_0x358fca=(_0xb384a3=_0x49cd6a['viewState'])==null?void 0x0:_0xb384a3['pageId'];_0x70a8d6&&_0x358fca&&_0x70a8d6[_0x213574(0x6a7)][_0x213574(0x7ef)](_0x358fca)&&_0x70a8d6[_0x213574(0x6a7)]['setActiveSlide'](_0x358fca);let _0x355b22=this[_0x213574(0x6be)](_0x49cd6a[_0x213574(0x397)]),_0x3519c2=_0x355b22==null||(_0x2c7529=_0x355b22[_0x213574(0x772)])==null||(_0x4d2896=_0x2c7529['getCanvasElement'])==null?void 0x0:_0x4d2896[_0x213574(0x4f6)](_0x2c7529);if(_0x355b22&&(!_0x3519c2||_0x3519c2['width']<=0x1||_0x3519c2['height']<=0x1)&&(_0x3519c2=Cf(_0x355b22,_0x49cd6a[_0x213574(0x76f)],_0x49cd6a[_0x213574(0x2af)])),!(!_0x3519c2||_0x3519c2[_0x213574(0x76f)]<=0x1||_0x3519c2[_0x213574(0x2af)]<=0x1||typeof _0x3519c2[_0x213574(0x651)]!=_0x213574(0x6fd)))try{let _0x83b511=_0x70a8d6?(0x0,S[_0x213574(0x783)])(_0x70a8d6[_0x213574(0x85e)]()[_0x213574(0x995)]):void 0x0,_0x34e6c5=_0x83b511?_0x83b511[_0x213574(0x76f)]/_0x83b511[_0x213574(0x2af)]:void 0x0,_0x28eb45=Ef(_0x355b22,_0x3519c2[_0x213574(0x76f)],_0x3519c2[_0x213574(0x2af)])??(_0x34e6c5?wf(_0x3519c2['width'],_0x3519c2[_0x213574(0x2af)],_0x34e6c5):void 0x0);return Df(_0x3519c2,_0x49cd6a[_0x213574(0x76f)],_0x49cd6a[_0x213574(0x2af)],_0x49cd6a['dpr'],_0x28eb45)??_0x3519c2[_0x213574(0x651)]('image/png');}catch{return;}}[_0x36ed40(0x86e)](_0x1183cb){const _0x451a82=_0x36ed40;return this[_0x451a82(0x5f3)]['getUnit'](_0x1183cb,a[_0x451a82(0x583)][_0x451a82(0x419)])??void 0x0;}[_0x36ed40(0x6be)](_0xb81b2e){const _0x3f5478=_0x36ed40;let _0xd30e5c=this[_0x3f5478(0x9d8)][_0x3f5478(0x2bf)](_0xb81b2e);if(_0xd30e5c)return _0xd30e5c;try{return this[_0x3f5478(0x9d8)][_0x3f5478(0x6b2)](_0xb81b2e);}catch{return;}}};Sf=Z([X(0x0,a[_0x36ed40(0x8cc)]),X(0x1,p[_0x36ed40(0x6d8)])],Sf);function Cf(_0x2c095f,_0x4c9aed,_0x5d0048){const _0x44a7fb=_0x36ed40;if(typeof document>'u')return;let _0x38f28f=_0x2c095f['engine'],_0x1439f9=_0x2c095f['scene'];if(!(_0x38f28f!=null&&_0x38f28f[_0x44a7fb(0x266)])||!_0x38f28f[_0x44a7fb(0x4b3)])return;let _0x2720c9=document[_0x44a7fb(0x349)]('div');_0x2720c9[_0x44a7fb(0x691)][_0x44a7fb(0x251)]=_0x44a7fb(0x331),_0x2720c9[_0x44a7fb(0x691)][_0x44a7fb(0x2f5)]=_0x44a7fb(0x9d7),_0x2720c9[_0x44a7fb(0x691)][_0x44a7fb(0xa16)]=_0x44a7fb(0x9d7),_0x2720c9[_0x44a7fb(0x691)][_0x44a7fb(0x76f)]=Math['max'](0x1,Math[_0x44a7fb(0x300)](_0x4c9aed))+'px',_0x2720c9['style'][_0x44a7fb(0x2af)]=Math['max'](0x1,Math['round'](_0x5d0048))+'px',_0x2720c9[_0x44a7fb(0x691)][_0x44a7fb(0x474)]=_0x44a7fb(0x6ee),_0x2720c9[_0x44a7fb(0x4d2)][_0x44a7fb(0x257)]=_0x44a7fb(0x69e),document[_0x44a7fb(0x2d0)][_0x44a7fb(0x413)](_0x2720c9);try{var _0x5a9298,_0x2ca984,_0x382d58;return _0x38f28f[_0x44a7fb(0x266)](_0x2720c9),_0x38f28f['resize'](),_0x1439f9==null||(_0x5a9298=_0x1439f9[_0x44a7fb(0x872)])==null||_0x5a9298[_0x44a7fb(0x4f6)](_0x1439f9,!0x0),_0x1439f9==null||(_0x2ca984=_0x1439f9[_0x44a7fb(0x56a)])==null||_0x2ca984['call'](_0x1439f9),(_0x382d58=_0x38f28f[_0x44a7fb(0x3dc)])==null?void 0x0:_0x382d58['call'](_0x38f28f);}finally{_0x2720c9[_0x44a7fb(0x42e)]();}}function wf(_0x548f3b,_0x216e52,_0x80fa49){const _0x1a57e4=_0x36ed40;let _0x238f9f=Math[_0x1a57e4(0x792)](0x1,Math['round'](_0x548f3b)),_0x1542a8=Math['max'](0x1,Math[_0x1a57e4(0x300)](_0x216e52));if(!Number['isFinite'](_0x80fa49)||_0x80fa49<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x238f9f,'sHeight':_0x1542a8};if(_0x238f9f/_0x1542a8>_0x80fa49){let _0x230724=Math[_0x1a57e4(0x300)](_0x1542a8*_0x80fa49);return{'sx':Math[_0x1a57e4(0x792)](0x0,Math[_0x1a57e4(0x300)]((_0x238f9f-_0x230724)/0x2)),'sy':0x0,'sWidth':_0x230724,'sHeight':_0x1542a8};}let _0x35a8d3=Math[_0x1a57e4(0x300)](_0x238f9f/_0x80fa49);return{'sx':0x0,'sy':Math['max'](0x0,Math[_0x1a57e4(0x300)]((_0x1542a8-_0x35a8d3)/0x2)),'sWidth':_0x238f9f,'sHeight':_0x35a8d3};}function Tf(_0x42efcd,_0x195a75,_0x557223,_0x82d6d1,_0x5e416e){const _0x5ca7d5=_0x36ed40;if(typeof _0x557223['left']!=_0x5ca7d5(0x33c)||typeof _0x557223[_0x5ca7d5(0xa16)]!=_0x5ca7d5(0x33c)||typeof _0x557223[_0x5ca7d5(0x76f)]!=_0x5ca7d5(0x33c)||typeof _0x557223[_0x5ca7d5(0x2af)]!=_0x5ca7d5(0x33c)||_0x557223['width']<=0x0||_0x557223[_0x5ca7d5(0x2af)]<=0x0)return;let _0x144ba5=Math['max'](0x0,Math['round'](_0x557223[_0x5ca7d5(0x2f5)]*_0x82d6d1)),_0x138fae=Math[_0x5ca7d5(0x792)](0x0,Math[_0x5ca7d5(0x300)](_0x557223[_0x5ca7d5(0xa16)]*_0x5e416e));return{'sx':_0x144ba5,'sy':_0x138fae,'sWidth':Math[_0x5ca7d5(0x2dd)](Math[_0x5ca7d5(0x792)](0x1,Math[_0x5ca7d5(0x300)](_0x557223[_0x5ca7d5(0x76f)]*_0x82d6d1)),Math[_0x5ca7d5(0x792)](0x1,Math['round'](_0x42efcd-_0x144ba5))),'sHeight':Math[_0x5ca7d5(0x2dd)](Math[_0x5ca7d5(0x792)](0x1,Math[_0x5ca7d5(0x300)](_0x557223[_0x5ca7d5(0x2af)]*_0x5e416e)),Math[_0x5ca7d5(0x792)](0x1,Math[_0x5ca7d5(0x300)](_0x195a75-_0x138fae)))};}function Ef(_0x2994c7,_0x54db14,_0x172566){const _0x3d7b97=_0x36ed40;var _0x325897,_0x491fc0;let _0x2b6786=_0x2994c7==null?void 0x0:_0x2994c7['scene'],_0x21bd2e=_0x2b6786==null||(_0x325897=_0x2b6786['getObject'])==null?void 0x0:_0x325897['call'](_0x2b6786,S[_0x3d7b97(0x816)]),_0x1314c7=_0x2b6786==null||(_0x491fc0=_0x2b6786['getAncestorScale'])==null?void 0x0:_0x491fc0[_0x3d7b97(0x4f6)](_0x2b6786),_0x18df00=(_0x1314c7==null?void 0x0:_0x1314c7['scaleX'])??(_0x2b6786==null?void 0x0:_0x2b6786[_0x3d7b97(0x2c6)])??0x1,_0x12f252=(_0x1314c7==null?void 0x0:_0x1314c7[_0x3d7b97(0x993)])??(_0x2b6786==null?void 0x0:_0x2b6786[_0x3d7b97(0x993)])??_0x18df00;return _0x21bd2e?Tf(_0x54db14,_0x172566,_0x21bd2e,_0x18df00,_0x12f252):void 0x0;}function Df(_0x5dc894,_0x341139,_0x1d4673,_0x447cc4,_0x4a21fe){const _0x25a455=_0x36ed40;if(typeof document>'u'||!_0x4a21fe)return;let _0x3942de=document[_0x25a455(0x349)](_0x25a455(0x48a));_0x3942de[_0x25a455(0x76f)]=Math[_0x25a455(0x792)](0x1,Math[_0x25a455(0x300)](_0x341139*Math['max'](0x1,_0x447cc4||0x1))),_0x3942de[_0x25a455(0x2af)]=Math['max'](0x1,Math['round'](_0x1d4673*Math[_0x25a455(0x792)](0x1,_0x447cc4||0x1)));let _0x1c5e9e=null;try{_0x1c5e9e=_0x3942de[_0x25a455(0x760)]('2d');}catch{return;}if(_0x1c5e9e)return _0x1c5e9e['drawImage'](_0x5dc894,_0x4a21fe['sx'],_0x4a21fe['sy'],_0x4a21fe['sWidth'],_0x4a21fe[_0x25a455(0x204)],0x0,0x0,_0x3942de['width'],_0x3942de[_0x25a455(0x2af)]),_0x3942de['toDataURL'](_0x25a455(0x287));}const Of=_0x36ed40(0x75b);function kf(_0x5b38e5,_0xc05e10){const _0x3d67f5=_0x36ed40;let _0x4de54f=!0x1,_0xfb491e,_0x4af470,_0x24ce17,_0x51bb2e=_0x3cf4e1=>{const _0x394715=_0x2eed;if(_0x4de54f||_0x4af470||!_0x3cf4e1['image'])return;let _0x1ad87f=zf(_0x3cf4e1['image']);_0x1ad87f&&(_0xfb491e=Bf(_0xc05e10[_0x394715(0x544)],_0xfb491e,_0x1ad87f));},_0x26854f=_0x5b38e5[_0x3d67f5(0x4fc)]['previewUpdated$'][_0x3d67f5(0x260)](_0xc9050=>{const _0x1bfa75=_0x3d67f5;_0xc9050['embedId']===_0xc05e10[_0x1bfa75(0x467)]&&(!_0xc05e10[_0x1bfa75(0x397)]||_0xc9050[_0x1bfa75(0x397)]===_0xc05e10[_0x1bfa75(0x397)])&&_0x51bb2e(_0xc9050);});return jf(_0x5b38e5,_0xc05e10)['then'](_0x298223=>{const _0x582d60=_0x3d67f5;if(_0x4de54f||!_0x298223)return;let _0x1eba5a=Af(_0x5b38e5,_0xc05e10,_0x298223,()=>_0x4de54f);if(_0x1eba5a){_0x4af470=_0x1eba5a['lease'],_0x24ce17=_0x1eba5a['elements'],_0xfb491e=void 0x0;return;}Mf(_0x5b38e5,_0xc05e10,_0x298223,_0x51bb2e,()=>_0x4de54f)[_0x582d60(0x233)](_0x5ca65d=>{!_0x4de54f&&_0x5ca65d&&(_0xfb491e=Bf(_0xc05e10['hostElement'],_0xfb491e,_0x5ca65d));});},()=>{}),(0x0,a[_0x3d67f5(0x63c)])(()=>{const _0x5d57f=_0x3d67f5;_0x4de54f=!0x0,_0x26854f[_0x5d57f(0x6cf)](),_0x4af470==null||_0x4af470['dispose'](),_0x4af470=void 0x0,_0x24ce17==null||_0x24ce17['dispose'](),_0x24ce17=void 0x0,_0xfb491e==null||_0xfb491e[_0x5d57f(0x42e)](),_0xfb491e=void 0x0;});}function Af(_0x59894d,_0x328dcb,_0x2159c2,_0x10fe90){const _0x12c65c=_0x36ed40;let _0x253a81=Nf(),_0x3aefbd;try{var _0x480cf0;if(_0x3aefbd=_0x59894d['runtimeHostLeaseService'][_0x12c65c(0x230)]({..._0x2159c2,'mode':_0x12c65c(0x438)},_0x253a81[_0x12c65c(0x242)]),!_0x3aefbd[_0x12c65c(0x652)][_0x12c65c(0x624)])throw Error(_0x12c65c(0x584));if(_0x10fe90()){_0x3aefbd[_0x12c65c(0x5df)](),_0x253a81['dispose']();return;}_0x59894d[_0x12c65c(0x5e3)][_0x12c65c(0x6ed)](_0x2159c2),Pf(_0x253a81[_0x12c65c(0x242)]);let _0x551602=_0x3aefbd[_0x12c65c(0x652)][_0x12c65c(0x624)],_0x4847a7=(_0x480cf0=_0x59894d['blockRegistry'][_0x12c65c(0x335)](_0x3aefbd[_0x12c65c(0x652)][_0x12c65c(0x560)]))==null?void 0x0:_0x480cf0[_0x12c65c(0x563)];return _0x253a81[_0x12c65c(0x319)](Ff(_0x253a81[_0x12c65c(0x242)],_0x551602,_0x328dcb[_0x12c65c(0x89c)],_0x4847a7)),_0x328dcb[_0x12c65c(0x544)][_0x12c65c(0x46f)](_0x253a81[_0x12c65c(0x659)]),_0x253a81['addDisposer'](If(_0x59894d,_0x3aefbd,_0x253a81[_0x12c65c(0x242)],_0x253a81[_0x12c65c(0x608)],_0x328dcb[_0x12c65c(0x89c)],_0x4847a7)),{'lease':_0x3aefbd,'elements':_0x253a81};}catch{_0x3aefbd==null||_0x3aefbd[_0x12c65c(0x5df)](),_0x253a81[_0x12c65c(0x5df)]();return;}}async function jf(_0x49b668,_0x2de7bc){const _0x401b6c=_0x36ed40;let _0x201d6f=_0x49b668['embedModelService'][_0x401b6c(0x7aa)](_0x2de7bc[_0x401b6c(0x98c)],_0x2de7bc[_0x401b6c(0x467)])??Rf(_0x2de7bc);if(_0x201d6f){try{_0x201d6f=await _0x49b668[_0x401b6c(0x62b)][_0x401b6c(0x53a)]({'descriptor':_0x201d6f});}catch{}return _0x201d6f[_0x401b6c(0x397)]&&_0x201d6f['childType']!=null?_0x201d6f:void 0x0;}}async function Mf(_0x5274d8,_0x16f1e2,_0x4a396f,_0x1c8f38,_0x172aa2){const _0x4c32f0=_0x36ed40;var _0x3be2a9,_0x23d8e4;let _0xe93012=await((_0x3be2a9=_0x5274d8['sceneCanvasCaptureService'])==null?void 0x0:_0x3be2a9[_0x4c32f0(0x1ff)](_0x16f1e2['hostAnchorId']));if(_0x172aa2())return;if(_0xe93012)return zf(_0xe93012);let _0x2b66d4=_0x4a396f[_0x4c32f0(0x397)],_0x203f75=_0x4a396f['childType'];if(!_0x2b66d4||_0x203f75==null)return;let _0x56193a=(_0x23d8e4=_0x5274d8[_0x4c32f0(0x7a6)])==null?void 0x0:_0x23d8e4['getContextByHostAnchorId'](_0x16f1e2[_0x4c32f0(0x3bd)]);_0x1c8f38(_0x5274d8[_0x4c32f0(0x4fc)]['requestPreview']({'descriptor':{..._0x4a396f,'mode':_0x4c32f0(0x438)},'childUnitId':_0x2b66d4,'childType':_0x203f75,'width':Math[_0x4c32f0(0x792)](0x1,_0x16f1e2[_0x4c32f0(0x76f)]),'height':Math[_0x4c32f0(0x792)](0x1,_0x16f1e2['height']),'dpr':Math['max'](0x1,Math[_0x4c32f0(0x2dd)](0x2,_0x16f1e2[_0x4c32f0(0x60c)])),'reason':_0x4c32f0(0x43c),'context':_0x56193a}));}function Nf(){const _0x332a4f=_0x36ed40;let _0x208c1d=document['createElement'](_0x332a4f(0x92d));_0x208c1d[_0x332a4f(0x4d2)][_0x332a4f(0x828)]='true',_0x208c1d[_0x332a4f(0x691)][_0x332a4f(0x251)]=_0x332a4f(0x753),_0x208c1d[_0x332a4f(0x691)][_0x332a4f(0x7f9)]='0',_0x208c1d['style'][_0x332a4f(0x2ba)]=_0x332a4f(0x796),_0x208c1d[_0x332a4f(0x691)][_0x332a4f(0xa12)]=_0x332a4f(0x932);let _0x46ba46=document['createElement'](_0x332a4f(0x92d));_0x46ba46[_0x332a4f(0x4d2)]['embedPresentationRuntime']=_0x332a4f(0x69e),_0x46ba46['dataset'][_0x332a4f(0x6cc)]=_0x332a4f(0x69e),_0x46ba46[_0x332a4f(0x691)][_0x332a4f(0x251)]=_0x332a4f(0x753),_0x46ba46[_0x332a4f(0x691)]['inset']='0',_0x46ba46[_0x332a4f(0x691)][_0x332a4f(0x68a)]='0',_0x46ba46[_0x332a4f(0x691)]['overflow']=_0x332a4f(0x932),_0x46ba46[_0x332a4f(0x691)][_0x332a4f(0x474)]=_0x332a4f(0x6ee);let _0x374b75=document[_0x332a4f(0x349)]('div');_0x374b75['dataset'][_0x332a4f(0x5c4)]=_0x332a4f(0x69e),_0x374b75[_0x332a4f(0x691)][_0x332a4f(0x251)]=_0x332a4f(0x753),_0x374b75[_0x332a4f(0x691)]['inset']='0',_0x374b75[_0x332a4f(0x691)][_0x332a4f(0x68a)]='1',_0x374b75[_0x332a4f(0x691)][_0x332a4f(0x474)]=_0x332a4f(0x7ca),_0x374b75['style']['touchAction']=_0x332a4f(0x6ee),_0x208c1d[_0x332a4f(0x3aa)](_0x46ba46,_0x374b75);let _0x2a9185=[];return{'surface':_0x208c1d,'runtimeHost':_0x46ba46,'interactionGate':_0x374b75,'addDisposer':_0x5a2904=>_0x2a9185[_0x332a4f(0x5b5)](_0x5a2904),'dispose':()=>{const _0x5c2344=_0x332a4f;_0x2a9185[_0x5c2344(0x23c)](0x0)['reverse']()[_0x5c2344(0x5f4)](_0x10c53f=>_0x10c53f()),_0x208c1d[_0x5c2344(0x42e)]();}};}function Pf(_0x26278f){const _0x213ac2=_0x36ed40;_0x26278f[_0x213ac2(0x691)][_0x213ac2(0x474)]=_0x213ac2(0x6ee);}function Ff(_0x329160,_0x339ef2,_0x3435c3,_0x49be03){const _0x1a00a2=_0x36ed40;if(_0x3435c3!==Of||!(_0x49be03!=null&&_0x49be03['getChromeCss']))return()=>{};let _0x5dd521=_0x49be03['getChromeCss']({'childContext':_0x339ef2,'entry':_0x3435c3,'runtimeHost':_0x329160});if(!_0x5dd521)return()=>{};let _0x1c38c8=_0x329160['ownerDocument'][_0x1a00a2(0x349)](_0x1a00a2(0x691));return _0x1c38c8[_0x1a00a2(0x4d2)][_0x1a00a2(0x4d7)]=_0x1a00a2(0x69e),_0x1c38c8[_0x1a00a2(0x955)]=_0x5dd521,_0x329160[_0x1a00a2(0x497)](_0x1c38c8),()=>_0x1c38c8[_0x1a00a2(0x42e)]();}function If(_0xed9519,_0x416c28,_0x1e2239,_0x210a78,_0x9064da,_0x253e08){const _0x3cd5d2=_0x36ed40;let _0x9fdbfc=_0x5e1762=>{const _0xde22dc=_0x2eed;_0x5e1762[_0xde22dc(0x863)](),_0x5e1762[_0xde22dc(0x3e6)]();},_0x598677=_0x3ec704=>{const _0x407487=_0x2eed;if(_0x9064da===Of&&Lf(_0x1e2239,_0x416c28,_0x253e08,_0x3ec704[_0x407487(0x9ed)],_0x3ec704[_0x407487(0x411)])){_0x3ec704[_0x407487(0x863)](),_0x3ec704['stopPropagation']();return;}_0x9fdbfc(_0x3ec704);},_0x375229=_0x7e6b6f=>{const _0x3d6bec=_0x2eed;var _0x31658d;let _0x3eaa31=_0x416c28[_0x3d6bec(0x652)]['context'];if(!_0x3eaa31)return;let _0x286a97={..._0x3eaa31,'event':_0x7e6b6f,'stage':_0x3d6bec(0x2f9),'source':'wheel'},_0x38c9d9=_0xed9519['passiveWheelHandlerRegistry'][_0x3d6bec(0x8e1)](_0x286a97),_0x128be1=!_0x38c9d9&&((_0x31658d=_0xed9519['passiveViewportRegistry'][_0x3d6bec(0x335)](_0x3eaa31[_0x3d6bec(0x560)],_0x3eaa31[_0x3d6bec(0x901)]))==null?void 0x0:_0x31658d[_0x3d6bec(0x8e1)](_0x286a97))===!0x0;(_0x38c9d9||_0x128be1)&&(_0x7e6b6f[_0x3d6bec(0x863)](),_0x7e6b6f['stopPropagation'](),_0x7e6b6f[_0x3d6bec(0x2f3)]());},_0x2ef4b5=[_0x3cd5d2(0x603),_0x3cd5d2(0x2be),'dblclick','contextmenu'];return _0x2ef4b5[_0x3cd5d2(0x5f4)](_0x5a0238=>_0x210a78[_0x3cd5d2(0x75e)](_0x5a0238,_0x9fdbfc)),_0x210a78['addEventListener'](_0x3cd5d2(0x79d),_0x598677),_0x210a78[_0x3cd5d2(0x75e)](_0x3cd5d2(0x641),_0x375229,{'passive':!0x1}),()=>{const _0x8cd762=_0x3cd5d2;_0x2ef4b5['forEach'](_0x21a7f0=>_0x210a78[_0x8cd762(0x2bb)](_0x21a7f0,_0x9fdbfc)),_0x210a78[_0x8cd762(0x2bb)](_0x8cd762(0x79d),_0x598677),_0x210a78[_0x8cd762(0x2bb)](_0x8cd762(0x641),_0x375229);};}function Lf(_0x95fe77,_0x2501e3,_0x1f4cc1,_0x881f5e,_0x4896d3){const _0x4ab53e=_0x36ed40;let _0x7b23c8=_0x2501e3[_0x4ab53e(0x652)][_0x4ab53e(0x624)];return!_0x7b23c8||!(_0x1f4cc1!=null&&_0x1f4cc1[_0x4ab53e(0x7c1)])?!0x1:_0x1f4cc1[_0x4ab53e(0x7c1)]({'childContext':_0x7b23c8,'clientX':_0x881f5e,'clientY':_0x4896d3,'entry':Of,'runtimeHost':_0x95fe77});}function Rf(_0x27bc50){const _0x172018=_0x36ed40;if(!(!_0x27bc50[_0x172018(0x397)]||_0x27bc50[_0x172018(0x560)]==null))return{'embedId':_0x27bc50[_0x172018(0x467)],'hostUnitId':_0x27bc50[_0x172018(0x98c)],'hostType':a[_0x172018(0x583)][_0x172018(0x419)],'entry':_0x27bc50[_0x172018(0x89c)],'hostAnchorId':_0x27bc50[_0x172018(0x3bd)],'childUnitId':_0x27bc50['childUnitId'],'childType':_0x27bc50['childType'],'mode':'readonly','source':{'unitType':_0x27bc50[_0x172018(0x560)],'ref':{'file':{'kind':t['RESOURCE_REF_FILE_KIND'][_0x172018(0x53f)]},'unit':{'selector':_0x27bc50[_0x172018(0x397)],'type':(0x0,t[_0x172018(0x678)])(_0x27bc50[_0x172018(0x560)])}}},'sourceMeta':{'floating':_0x27bc50[_0x172018(0x89c)]===_0x172018(0x6d5)&&{'enabled':!0x0,'layout':_0x172018(0x28f),'fullscreen':!0x1},'tab':_0x27bc50['entry']===_0x172018(0x75b)&&{'enabled':!0x0,'container':_0x172018(0x809),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function zf(_0xc10c54){const _0x1ce75b=_0x36ed40;if(typeof _0xc10c54=='string')return _0xc10c54;if(typeof HTMLCanvasElement<'u'&&_0xc10c54 instanceof HTMLCanvasElement)try{return _0xc10c54[_0x1ce75b(0x651)](_0x1ce75b(0x287));}catch{return;}if(typeof ImageBitmap<'u'&&_0xc10c54 instanceof ImageBitmap&&typeof document<'u'){let _0x1fb480=document[_0x1ce75b(0x349)](_0x1ce75b(0x48a));_0x1fb480[_0x1ce75b(0x76f)]=_0xc10c54['width'],_0x1fb480[_0x1ce75b(0x2af)]=_0xc10c54[_0x1ce75b(0x2af)];let _0x2d382a=_0x1fb480[_0x1ce75b(0x760)]('2d');return _0x2d382a?(_0x2d382a[_0x1ce75b(0x921)](_0xc10c54,0x0,0x0),_0x1fb480[_0x1ce75b(0x651)]('image/png')):void 0x0;}}function Bf(_0x3bc4d6,_0x3c3b6c,_0x4702f0){const _0x404fc3=_0x36ed40;let _0x78893=_0x3c3b6c??document['createElement'](_0x404fc3(0x5d5));return _0x78893[_0x404fc3(0x4b4)]='',_0x78893[_0x404fc3(0x4d2)][_0x404fc3(0x6a4)]=_0x404fc3(0x69e),_0x78893['style'][_0x404fc3(0x643)]=_0x404fc3(0x277),_0x78893['style'][_0x404fc3(0x76f)]=_0x404fc3(0x7fb),_0x78893[_0x404fc3(0x691)][_0x404fc3(0x2af)]=_0x404fc3(0x7fb),_0x78893[_0x404fc3(0x691)][_0x404fc3(0x3ae)]='fill',_0x78893[_0x404fc3(0x691)]['pointerEvents']=_0x404fc3(0x6ee),_0x78893[_0x404fc3(0x589)]=_0x4702f0,_0x78893[_0x404fc3(0x62c)]!==_0x3bc4d6&&_0x3bc4d6[_0x404fc3(0x46f)](_0x78893),_0x78893;}let Vf=class{constructor(_0xacebcf,_0x59f61f){const _0x30cd93=_0x36ed40;this[_0x30cd93(0x5f3)]=_0xacebcf,this[_0x30cd93(0x9d8)]=_0x59f61f,z(this,'childType',a[_0x30cd93(0x583)]['UNIVER_SLIDE']),z(this,_0x30cd93(0x4ae),[_0x30cd93(0x745)]);}[_0x36ed40(0x266)](_0x5d4b68){const _0x309db4=_0x36ed40;var _0x4896f0;let _0x956ad8=this[_0x309db4(0x86e)](_0x5d4b68[_0x309db4(0x397)]);if(!_0x956ad8)return;(_0x4896f0=_0x5d4b68['viewState'])!=null&&_0x4896f0[_0x309db4(0x40a)]&&_0x956ad8['pageManager'][_0x309db4(0x7ef)](_0x5d4b68[_0x309db4(0x9a9)][_0x309db4(0x40a)])&&_0x956ad8[_0x309db4(0x6a7)]['setActiveSlide'](_0x5d4b68[_0x309db4(0x9a9)]['pageId']);let _0x46fd48=ze(Hf(_0x5d4b68));if(!_0x46fd48)return;let _0x29303a=_0x5d4b68['roots'][_0x309db4(0x48a)]?an(this['_renderManagerService'],_0x5d4b68[_0x309db4(0x397)],_0x46fd48):void 0x0;if(!_0x29303a){_0x46fd48[_0x309db4(0x5df)]();return;}_0x5d4b68[_0x309db4(0x4a2)][_0x309db4(0x48a)]&&(_0x5d4b68[_0x309db4(0x4a2)][_0x309db4(0x48a)][_0x309db4(0x4d2)][_0x309db4(0x9be)]=_0x5d4b68[_0x309db4(0x397)],_0x5d4b68[_0x309db4(0x4a2)]['canvas'][_0x309db4(0x4d2)][_0x309db4(0x89b)]='slide-readonly-preview-shell');let _0x405a21=On(_0x5d4b68[_0x309db4(0x4a2)][_0x309db4(0x2c9)]);return _0x5d4b68['roots'][_0x309db4(0x2c9)][_0x309db4(0x4d2)]['embedChildRenderUnitId']=_0x5d4b68[_0x309db4(0x397)],_0x5d4b68['roots'][_0x309db4(0x2c9)][_0x309db4(0x4d2)][_0x309db4(0x89b)]=_0x309db4(0x6fb),_0x405a21[_0x309db4(0x56a)]((0x0,m[_0x309db4(0x6c9)])(J,{'injector':_0x46fd48,'mountContainer':_0x5d4b68[_0x309db4(0x4a2)][_0x309db4(0x6d9)],'embedId':_0x5d4b68[_0x309db4(0x467)],'passThroughWheelGestures':!0x0,'children':(0x0,m['jsx'])(S[_0x309db4(0x65e)],{'unitId':_0x5d4b68['childUnitId'],'render':_0x29303a})})),(0x0,a[_0x309db4(0x63c)])(()=>{const _0x54506c=_0x309db4;var _0x5da041,_0x868572,_0x5e395b,_0x27aed0;try{var _0xb68c48,_0x5d0d11;_0x29303a==null||(_0x5d0d11=(_0xb68c48=_0x29303a[_0x54506c(0x772)])['unmount'])==null||_0x5d0d11[_0x54506c(0x4f6)](_0xb68c48);}catch{}(_0x5da041=(_0x868572=this[_0x54506c(0x9d8)])[_0x54506c(0x9b5)])==null||_0x5da041[_0x54506c(0x4f6)](_0x868572,_0x5d4b68['childUnitId']),kn(_0x405a21),_0x5d4b68[_0x54506c(0x4a2)]['content'][_0x54506c(0x301)](_0x54506c(0x6df)),_0x5d4b68[_0x54506c(0x4a2)]['content'][_0x54506c(0x301)](_0x54506c(0x523)),(_0x5e395b=_0x5d4b68[_0x54506c(0x4a2)][_0x54506c(0x48a)])==null||_0x5e395b[_0x54506c(0x301)](_0x54506c(0x6df)),(_0x27aed0=_0x5d4b68['roots'][_0x54506c(0x48a)])==null||_0x27aed0[_0x54506c(0x301)](_0x54506c(0x523)),_0x46fd48[_0x54506c(0x5df)]();});}['handleWheel'](_0x2ebe95){const _0x17902c=_0x36ed40;var _0x5f379a,_0x1d8e11;let _0x3b4579=this[_0x17902c(0x86e)](_0x2ebe95[_0x17902c(0x397)]);if(!_0x3b4579)return!0x1;let _0x57f698=Math[_0x17902c(0x6eb)](_0x2ebe95[_0x17902c(0x9d6)]['deltaY'])>=Math[_0x17902c(0x6eb)](_0x2ebe95[_0x17902c(0x9d6)][_0x17902c(0x711)])?_0x2ebe95[_0x17902c(0x9d6)][_0x17902c(0x832)]:_0x2ebe95[_0x17902c(0x9d6)][_0x17902c(0x711)];if(_0x57f698===0x0)return!0x1;let _0x224d41=Uf(_0x3b4579);if(_0x224d41[_0x17902c(0x248)]<0x2)return!0x0;let _0x5b8f45=((_0x5f379a=_0x3b4579[_0x17902c(0x6a7)][_0x17902c(0x706)]())==null?void 0x0:_0x5f379a[_0x17902c(0x7df)]())??_0x224d41[0x0],_0x25c698=Math[_0x17902c(0x792)](0x0,_0x224d41[_0x17902c(0x5aa)](_0x5b8f45)),_0x4da7ef=_0x224d41[Math['max'](0x0,Math['min'](_0x224d41[_0x17902c(0x248)]-0x1,_0x25c698+(_0x57f698>0x0?0x1:-0x1)))];return!_0x4da7ef||_0x4da7ef===_0x5b8f45?!0x0:(_0x3b4579['pageManager'][_0x17902c(0x60a)](_0x4da7ef),_0x2ebe95['updateViewState']({'unitId':_0x2ebe95[_0x17902c(0x397)],'pageId':_0x4da7ef,'scaleMode':_0x17902c(0x377),'zoomRatio':(_0x1d8e11=_0x3b4579[_0x17902c(0x586)])==null?void 0x0:_0x1d8e11[_0x17902c(0x4f6)](_0x3b4579)}),!0x0);}[_0x36ed40(0x86e)](_0x2c2a08){const _0x500586=_0x36ed40;return this['_instanceService'][_0x500586(0x77d)](_0x2c2a08,a[_0x500586(0x583)]['UNIVER_SLIDE'])??void 0x0;}};Vf=Z([X(0x0,a[_0x36ed40(0x8cc)]),X(0x1,p[_0x36ed40(0x6d8)])],Vf);function Hf(_0x29ec17){const _0x44dcd1=_0x36ed40;let _0x3ae4ba=()=>{};return{'descriptor':_0x29ec17[_0x44dcd1(0x393)],'layout':_0x29ec17[_0x44dcd1(0x901)],'injector':_0x29ec17['injector'],'hostElement':_0x29ec17[_0x44dcd1(0x4a2)][_0x44dcd1(0x6d9)],'container':_0x29ec17[_0x44dcd1(0x4a2)][_0x44dcd1(0x6d9)],'hostUnitId':_0x29ec17[_0x44dcd1(0x98c)],'embedId':_0x29ec17[_0x44dcd1(0x467)],'childUnitId':_0x29ec17[_0x44dcd1(0x397)],'childType':_0x29ec17[_0x44dcd1(0x560)],'renderScope':{'hostUnitId':_0x29ec17[_0x44dcd1(0x98c)],'hostAnchorId':_0x29ec17['descriptor'][_0x44dcd1(0x3bd)],'embedId':_0x29ec17[_0x44dcd1(0x467)],'childUnitId':_0x29ec17[_0x44dcd1(0x397)],'childType':_0x29ec17['childType'],'layout':_0x29ec17[_0x44dcd1(0x901)],'mode':_0x44dcd1(0x217),'rootElement':_0x29ec17[_0x44dcd1(0x4a2)][_0x44dcd1(0x6d9)],'contentRoot':_0x29ec17[_0x44dcd1(0x4a2)][_0x44dcd1(0x2c9)],'canvasRoot':_0x29ec17[_0x44dcd1(0x4a2)][_0x44dcd1(0x48a)],'active$':(0x0,f['of'])(!0x1)},'runtimeScope':{'descriptor':_0x29ec17[_0x44dcd1(0x393)],'host':{'unitId':_0x29ec17[_0x44dcd1(0x98c)],'type':_0x29ec17[_0x44dcd1(0x393)][_0x44dcd1(0x375)],'anchorId':_0x29ec17['descriptor'][_0x44dcd1(0x3bd)],'entry':_0x29ec17[_0x44dcd1(0x393)][_0x44dcd1(0x89c)],'layout':_0x44dcd1(0x217)},'child':{'unitId':_0x29ec17[_0x44dcd1(0x397)],'type':_0x29ec17[_0x44dcd1(0x560)]},'injector':_0x29ec17['injector'],'roots':{'root':_0x29ec17[_0x44dcd1(0x4a2)]['root'],'content':_0x29ec17['roots'][_0x44dcd1(0x2c9)],'canvas':_0x29ec17['roots']['canvas'],'overlay':_0x29ec17['roots'][_0x44dcd1(0x6d9)],'popup':_0x29ec17['roots'][_0x44dcd1(0x6d9)]},'activate':_0x3ae4ba,'deactivate':_0x3ae4ba,'dispose':_0x3ae4ba}};}function Uf(_0x107db4){const _0x343181=_0x36ed40;var _0x7f5063,_0x59e527,_0x58dcb7;let _0x5e8ee5=(_0x7f5063=_0x107db4[_0x343181(0x85e)])==null?void 0x0:_0x7f5063[_0x343181(0x4f6)](_0x107db4)['slideOrder'];return Array['isArray'](_0x5e8ee5)&&_0x5e8ee5[_0x343181(0x248)]>0x0?_0x5e8ee5:((_0x59e527=(_0x58dcb7=_0x107db4[_0x343181(0x6a7)])[_0x343181(0x6cb)])==null?void 0x0:_0x59e527['call'](_0x58dcb7)[_0x343181(0x789)](_0x4fae35=>_0x4fae35[_0x343181(0x7df)]())['filter'](Boolean))??[];}function Wf(_0x13e40e){const _0x127afc=_0x36ed40;tc(_0x13e40e,_0x127afc(0x57a),Gf);}function Gf(_0x209721){const _0x4f61d7=_0x36ed40;let _0x345fb9=_0x209721[_0x4f61d7(0x335)](t[_0x4f61d7(0x8b7)]),_0x298c20=_0x209721[_0x4f61d7(0x335)](Xt),_0x5c511a=_0x209721[_0x4f61d7(0x335)](Jt),_0x759bc0=_0x209721['get'](B),_0x4952dd=_0x209721[_0x4f61d7(0x335)](Yt),_0x5453f9=_0x209721['get'](_i),_0x356b78=_0x209721['get'](Mi),_0x5e1be2=_0x209721[_0x4f61d7(0x335)](Qs),_0x4c8eb7=_0x209721[_0x4f61d7(0x82c)](t[_0x4f61d7(0x9cd)])?_0x209721[_0x4f61d7(0x335)](t[_0x4f61d7(0x9cd)]):void 0x0,_0x4c7c9f=_0x209721[_0x4f61d7(0x82c)](a[_0x4f61d7(0x8cc)])?_0x209721[_0x4f61d7(0x335)](a[_0x4f61d7(0x8cc)]):void 0x0;_0x209721['has'](S[_0x4f61d7(0x849)])||_0x209721[_0x4f61d7(0x258)]([S[_0x4f61d7(0x849)],{'useFactory':()=>Kf({'embedModelService':_0x209721[_0x4f61d7(0x335)](t['EmbedModelService']),'mountService':_0x209721[_0x4f61d7(0x335)](xn),'activationService':_0x209721[_0x4f61d7(0x335)](wn),'blockRegistry':_0x209721['get'](B),'restoreService':_0x209721[_0x4f61d7(0x335)](yi),'previewService':_0x209721[_0x4f61d7(0x335)](_i),'runtimeHostLeaseService':_0x209721[_0x4f61d7(0x335)](to),'passiveViewportRegistry':_0x209721[_0x4f61d7(0x335)](Mi),'passiveWheelHandlerRegistry':_0x209721[_0x4f61d7(0x335)](Ni),'univerInstanceService':_0x4c7c9f,'sceneCanvasCaptureService':_0x209721['has'](cn)?_0x209721[_0x4f61d7(0x335)](cn):void 0x0})}]),_0x209721[_0x4f61d7(0x82c)](S[_0x4f61d7(0x871)])||_0x209721['add']([S[_0x4f61d7(0x871)],{'useFactory':()=>_0x209721[_0x4f61d7(0x335)](ue)}]),_0x209721[_0x4f61d7(0x82c)](S['ISlideEmbedMountService'])||_0x209721[_0x4f61d7(0x258)]([S[_0x4f61d7(0x72d)],{'useFactory':()=>_0x209721[_0x4f61d7(0x335)](xn)}]),_0x209721[_0x4f61d7(0x82c)](S[_0x4f61d7(0x6a8)])||_0x209721[_0x4f61d7(0x258)]([S['ISlideEmbedActivationService'],{'useFactory':()=>_0x209721['get'](wn)}]),_0x209721[_0x4f61d7(0x82c)](S[_0x4f61d7(0x549)])||_0x209721[_0x4f61d7(0x258)]([S[_0x4f61d7(0x549)],{'useFactory':()=>_0x209721[_0x4f61d7(0x335)](t[_0x4f61d7(0x7ac)])}]),_0x209721[_0x4f61d7(0x82c)](S[_0x4f61d7(0x7e1)])||_0x209721['add']([S[_0x4f61d7(0x7e1)],{'useFactory':()=>_0x209721[_0x4f61d7(0x335)](W)}]),_0x209721[_0x4f61d7(0x82c)](S[_0x4f61d7(0x74a)])||_0x209721[_0x4f61d7(0x258)]([S[_0x4f61d7(0x74a)],{'useFactory':()=>({'render':_0x164ab0=>{const _0x64450e=_0x4f61d7;let {data:_0x44daaa}=_0x164ab0;return(0x0,d[_0x64450e(0x349)])(Ja,{..._0x164ab0,'data':_0x44daaa});}})}]),[(0x0,t['createSlidesFloatingObjectHostAdapterContribution'])(_0x4c8eb7,_0x4c7c9f,()=>_0x209721[_0x4f61d7(0x82c)](g[_0x4f61d7(0xa10)])?_0x209721[_0x4f61d7(0x335)](g[_0x4f61d7(0xa10)]):void 0x0),uf(_0x4c8eb7,_0x4c7c9f,_0x209721[_0x4f61d7(0x335)](S[_0x4f61d7(0x849)]))][_0x4f61d7(0x5f4)](_0x14c4d0=>{const _0x23dcee=_0x4f61d7;_0x345fb9[_0x23dcee(0x335)](_0x14c4d0['hostType'],_0x14c4d0[_0x23dcee(0x89c)])||_0x345fb9['register'](_0x14c4d0);}),[df(),ff()][_0x4f61d7(0x5f4)](_0x2ef2f1=>{const _0x56d8b1=_0x4f61d7;_0x298c20['get'](_0x2ef2f1[_0x56d8b1(0x375)],_0x2ef2f1['entry'])||_0x298c20['register'](_0x2ef2f1);});let _0x23eec6=gf(_0x209721[_0x4f61d7(0x335)](a[_0x4f61d7(0x8cd)]));_0x5c511a[_0x4f61d7(0x335)](_0x23eec6['childType'])||_0x5c511a[_0x4f61d7(0x2d1)](_0x23eec6);let _0x37a6a9=rf();_0x759bc0['get'](_0x37a6a9[_0x4f61d7(0x560)])||_0x759bc0['register'](_0x37a6a9),cf()[_0x4f61d7(0x5f4)](_0x29f9b3=>{const _0x4189e3=_0x4f61d7;_0x4952dd[_0x4189e3(0x478)](_0x29f9b3[_0x4189e3(0x375)],_0x29f9b3[_0x4189e3(0x89c)],_0x29f9b3['childType'])||_0x4952dd[_0x4189e3(0x2d1)](_0x29f9b3);}),_0x5453f9['registerProvider'](_0x209721[_0x4f61d7(0x507)](Sf)),_0x356b78[_0x4f61d7(0x335)](a['UniverInstanceType'][_0x4f61d7(0x419)])||_0x356b78[_0x4f61d7(0x2d1)](hf()),_0x5e1be2[_0x4f61d7(0x335)](a[_0x4f61d7(0x583)][_0x4f61d7(0x419)])||_0x5e1be2[_0x4f61d7(0x2d1)](_0x209721[_0x4f61d7(0x507)](Vf));}function Kf(_0x5c6146){const _0x3fbb45=_0x36ed40;return{'mountPageList':_0x334a22=>{const _0x24c167=_0x2eed;var _0x2f3f8d,_0x12acfa;let _0x41103d={'embedId':_0x334a22[_0x24c167(0x467)],'hostUnitId':_0x334a22[_0x24c167(0x98c)],'hostType':a[_0x24c167(0x583)][_0x24c167(0x419)],'entry':_0x24c167(0x75b),'hostAnchorId':_0x334a22[_0x24c167(0x3bd)],'childUnitId':_0x334a22['childUnitId'],'childType':_0x334a22[_0x24c167(0x560)],'source':{'unitType':_0x334a22[_0x24c167(0x560)],'ref':{'file':{'kind':t[_0x24c167(0x996)]['SELF']},'unit':{'selector':_0x334a22[_0x24c167(0x397)],'type':(0x0,t[_0x24c167(0x678)])(_0x334a22[_0x24c167(0x560)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x24c167(0x809),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x4608ac=(_0x2f3f8d=(_0x12acfa=_0x5c6146[_0x24c167(0x31d)])['getSession'])==null?void 0x0:_0x2f3f8d[_0x24c167(0x4f6)](_0x12acfa,_0x334a22['embedId']),_0x47d0f6=()=>{const _0x1ee135=_0x24c167;var _0x22b2c1,_0x18b54;((_0x22b2c1=(_0x18b54=_0x5c6146[_0x1ee135(0x31d)])['getSession'])==null||(_0x22b2c1=_0x22b2c1['call'](_0x18b54,_0x334a22[_0x1ee135(0x467)]))==null?void 0x0:_0x22b2c1[_0x1ee135(0x544)])===_0x334a22['hostElement']&&(_0x5c6146['activationService'][_0x1ee135(0x802)](_0x334a22[_0x1ee135(0x467)]),_0x5c6146[_0x1ee135(0x31d)][_0x1ee135(0xa04)](_0x334a22[_0x1ee135(0x467)]));};return(_0x4608ac==null?void 0x0:_0x4608ac[_0x24c167(0x98c)])===_0x334a22['hostUnitId']&&_0x4608ac[_0x24c167(0x89c)]===_0x24c167(0x75b)&&_0x4608ac[_0x24c167(0x397)]===_0x334a22[_0x24c167(0x397)]&&_0x4608ac[_0x24c167(0x544)]===_0x334a22[_0x24c167(0x544)]?(_0x5c6146[_0x24c167(0x5e3)]['activateTab'](_0x41103d),(0x0,a[_0x24c167(0x63c)])(_0x47d0f6)):(_0x5c6146[_0x24c167(0x31d)][_0x24c167(0x8fc)](_0x41103d,_0x334a22[_0x24c167(0x544)]),_0x5c6146[_0x24c167(0x5e3)][_0x24c167(0x65f)](_0x41103d),(0x0,a['toDisposable'])(_0x47d0f6));},'mountFloatingObject':_0xf36b8e=>{const _0x150436=_0x2eed;let _0x4be063=_0x5c6146[_0x150436(0x7b2)][_0x150436(0x7aa)](_0xf36b8e['hostUnitId'],_0xf36b8e[_0x150436(0x467)])??{'embedId':_0xf36b8e['embedId'],'hostUnitId':_0xf36b8e[_0x150436(0x98c)],'hostType':a[_0x150436(0x583)]['UNIVER_SLIDE'],'entry':'slides-floating-object','hostAnchorId':_0xf36b8e[_0x150436(0x3bd)],'childUnitId':_0xf36b8e[_0x150436(0x397)],'childType':_0xf36b8e[_0x150436(0x560)],'source':{'unitType':_0xf36b8e[_0x150436(0x560)],'ref':{'file':{'kind':t[_0x150436(0x996)][_0x150436(0x53f)]},'unit':{'selector':_0xf36b8e[_0x150436(0x397)],'type':(0x0,t[_0x150436(0x678)])(_0xf36b8e[_0x150436(0x560)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x150436(0x28f),'fullscreen':!0x0},'tab':!0x1}};return _0x5c6146[_0x150436(0x31d)]['mountIntoHostElement'](_0x4be063,_0xf36b8e['hostElement']),(0x0,a[_0x150436(0x63c)])(()=>{const _0x2b7e11=_0x150436;_0x5c6146[_0x2b7e11(0x31d)]['unmount'](_0xf36b8e[_0x2b7e11(0x467)]);});},'clearAndUnmount':_0x226180=>{const _0xa46e86=_0x2eed;_0x5c6146['activationService'][_0xa46e86(0x802)](_0x226180),_0x5c6146['mountService'][_0xa46e86(0xa04)](_0x226180);},'unmountFloatingSessions':_0x1139f7=>{const _0x84b8a5=_0x2eed;_0x5c6146[_0x84b8a5(0x31d)][_0x84b8a5(0x7bd)]()[_0x84b8a5(0x32c)](_0x3e2c7c=>_0x3e2c7c[_0x84b8a5(0x98c)]===_0x1139f7&&_0x3e2c7c[_0x84b8a5(0x89c)]===_0x84b8a5(0x6d5))[_0x84b8a5(0x5f4)](_0x348671=>_0x5c6146[_0x84b8a5(0x31d)][_0x84b8a5(0xa04)](_0x348671['embedId']));},'listSessions':()=>_0x5c6146[_0x3fbb45(0x31d)][_0x3fbb45(0x7bd)]()[_0x3fbb45(0x789)](_0x306e45=>({'embedId':_0x306e45['embedId'],'hostUnitId':_0x306e45['hostUnitId'],'entry':_0x306e45[_0x3fbb45(0x89c)],'childType':_0x306e45[_0x3fbb45(0x560)],'childUnitId':_0x306e45['childUnitId']})),'capturePreviewByHostAnchorId':(_0x41a798,_0x3d0514)=>qf(_0x5c6146,_0x41a798,_0x3d0514),'mountPresentationEmbed':_0x48ade0=>kf(_0x5c6146,_0x48ade0)};}async function qf(_0x340ce1,_0x434cff,_0x468883){const _0x12909b=_0x36ed40;var _0x2ca7ad,_0x1500f0,_0x568fc8;let _0x23291f=(_0x2ca7ad=_0x340ce1[_0x12909b(0x7a6)])==null?void 0x0:_0x2ca7ad[_0x12909b(0x35d)](_0x434cff);_0x23291f&&await po(_0x23291f);let _0x697c8=await((_0x1500f0=_0x340ce1[_0x12909b(0x7a6)])==null?void 0x0:_0x1500f0[_0x12909b(0x1ff)](_0x434cff));if(_0x697c8)return zf(_0x697c8);if(!_0x468883)return;let _0x691a83=await Yf(_0x340ce1,_0x434cff,_0x468883);if(!_0x691a83)return;let _0x5bc8cb=_0x691a83[_0x12909b(0x397)]??_0x468883[_0x12909b(0x397)],_0xc068f7=_0x691a83[_0x12909b(0x560)]??_0x468883[_0x12909b(0x560)];if(!_0x5bc8cb||_0xc068f7==null)return;let _0x452b3e=Jf(_0x340ce1,_0x691a83,_0x434cff,_0x468883),_0x32bc13=_0x340ce1[_0x12909b(0x4fc)][_0x12909b(0x754)]({'descriptor':{..._0x691a83,'mode':_0x12909b(0x438)},'childUnitId':_0x5bc8cb,'childType':_0xc068f7,'width':_0x452b3e['width'],'height':_0x452b3e[_0x12909b(0x2af)],'dpr':Math[_0x12909b(0x792)](0x1,Math[_0x12909b(0x2dd)](0x3,_0x468883[_0x12909b(0x60c)])),'reason':_0x12909b(0x43c),'context':(_0x568fc8=_0x340ce1['sceneCanvasCaptureService'])==null?void 0x0:_0x568fc8[_0x12909b(0x35d)](_0x434cff)}),_0x4be36b=_0x32bc13[_0x12909b(0x7ed)]?zf(_0x32bc13['image']):void 0x0;return _0x32bc13[_0x12909b(0x575)]==='pending'?Xf(_0x340ce1['previewService'],_0x32bc13,_0x5bc8cb):_0x4be36b;}function Jf(_0x11db4e,_0xd86d58,_0x4b3b7b,_0x11875c){const _0x48f11f=_0x36ed40;var _0x91df90,_0x50510c;let _0x1cf627={'width':Math[_0x48f11f(0x792)](0x1,_0x11875c[_0x48f11f(0x76f)]),'height':Math[_0x48f11f(0x792)](0x1,_0x11875c[_0x48f11f(0x2af)])};if(_0xd86d58['entry']!==t[_0x48f11f(0x9e3)][_0x48f11f(0x720)])return _0x1cf627;let _0x4d1192=(_0x91df90=_0x11db4e[_0x48f11f(0x3bc)])==null?void 0x0:_0x91df90['getUnit'](_0x11875c[_0x48f11f(0x98c)],a[_0x48f11f(0x583)][_0x48f11f(0x419)]);if(!_0x4d1192)return _0x1cf627;let _0xb2274e=(_0x50510c=_0x4d1192[_0x48f11f(0x6a7)][_0x48f11f(0x7ef)](_0x4b3b7b))==null?void 0x0:_0x50510c[_0x48f11f(0x938)](),_0x396f30=(0x0,S[_0x48f11f(0x783)])((_0xb2274e==null?void 0x0:_0xb2274e[_0x48f11f(0x5d2)])??_0x4d1192['getSnapshot']()[_0x48f11f(0x995)]);return{'width':Math[_0x48f11f(0x792)](0x1,_0x396f30[_0x48f11f(0x76f)]),'height':Math[_0x48f11f(0x792)](0x1,_0x396f30[_0x48f11f(0x2af)])};}async function Yf(_0x1bed33,_0x52159b,_0xb273de){const _0x40383c=_0x36ed40;let _0x250d0d=_0x1bed33[_0x40383c(0x7b2)][_0x40383c(0x7aa)](_0xb273de[_0x40383c(0x98c)],_0xb273de['embedId'])??Rf({'hostUnitId':_0xb273de['hostUnitId'],'embedId':_0xb273de[_0x40383c(0x467)],'hostAnchorId':_0x52159b,'childUnitId':_0xb273de['childUnitId'],'childType':_0xb273de['childType'],'entry':t[_0x40383c(0x9e3)][_0x40383c(0x720)]});if(_0x250d0d){try{_0x250d0d=await _0x1bed33['restoreService'][_0x40383c(0x53a)]({'descriptor':_0x250d0d});}catch{}return _0x250d0d;}}function Xf(_0x2c99ae,_0x160ded,_0x2fc5c8){return new Promise(_0x2bd772=>{const _0x11fa56=_0x2eed;let _0x2c832d=!0x1,_0x48a473,_0x3601bb,_0x66358f=_0x3ddf45=>{const _0x5360bf=_0x2eed;_0x2c832d||(_0x2c832d=!0x0,globalThis[_0x5360bf(0x734)](_0x3601bb),_0x48a473==null||_0x48a473[_0x5360bf(0x6cf)](),_0x2bd772(_0x3ddf45));};_0x3601bb=globalThis['setTimeout'](()=>_0x66358f(void 0x0),0x1388),_0x48a473=_0x2c99ae[_0x11fa56(0x9f0)][_0x11fa56(0x260)]({'next':_0x25a1ab=>{const _0x30159b=_0x11fa56;_0x25a1ab['embedId']!==_0x160ded[_0x30159b(0x467)]||_0x25a1ab[_0x30159b(0x397)]!==_0x2fc5c8||_0x25a1ab[_0x30159b(0x208)]<_0x160ded[_0x30159b(0x208)]||_0x25a1ab[_0x30159b(0x575)]==='pending'||_0x66358f(_0x25a1ab['image']?zf(_0x25a1ab[_0x30159b(0x7ed)]):void 0x0);},'complete':()=>_0x66358f(void 0x0)});});}function Zf(_0x3ba68b){Su(_0x3ba68b),Kd(_0x3ba68b),Wf(_0x3ba68b),Ll(_0x3ba68b),$l(_0x3ba68b);}function Qf(_0x5d22b7){zl(_0x5d22b7);}const $f=[0x0,0x10,0x64,0x12c,0x3e8];async function ep(_0xf3d004,_0x809c04){const _0x583ada=_0x36ed40;var _0x2cfe78;let {instanceService:_0x2029e9,childUnitId:_0x5e21ef,childType:_0x3bd337,restoreUnitId:_0x3a6ee8,shouldRestore:_0x59dbcf,settleDelayMs:_0x565dda=0x10,deferredRestoreDelaysMs:_0x483a5a=_0x3a6ee8?$f:[]}=_0xf3d004,_0x50c210=_0x2029e9[_0x583ada(0x9ea)](_0x3bd337),_0x4bfe76=((_0x2cfe78=_0x2029e9['getFocusedUnit']())==null?void 0x0:_0x2cfe78[_0x583ada(0x8d6)]())??null??_0x3a6ee8??null;_0x2029e9['setCurrentUnitForType'](_0x5e21ef),_0x2029e9['focusUnit'](_0x5e21ef);let _0xb8aea0=()=>{const _0x37bcdb=_0x583ada;_0x59dbcf&&!_0x59dbcf()||(_0x50c210&&_0x50c210[_0x37bcdb(0x8d6)]()!==_0x5e21ef&&_0x2029e9['setCurrentUnitForType'](_0x50c210[_0x37bcdb(0x8d6)]()),_0x3a6ee8&&_0x2029e9[_0x37bcdb(0x88e)](_0x3a6ee8),_0x2029e9[_0x37bcdb(0x561)](_0x4bfe76));};try{let _0x390f21=await _0x809c04();return _0x565dda>0x0&&await tp(_0x565dda),_0x390f21;}finally{_0xb8aea0(),np(_0xb8aea0,_0x483a5a);}}function tp(_0x2a91c4){return new Promise(_0x5608e5=>setTimeout(_0x5608e5,_0x2a91c4));}function np(_0xe26e8f,_0x5acc7b){const _0x17b734=_0x36ed40;_0x5acc7b[_0x17b734(0x5f4)](_0x57b716=>{const _0x2f4cb4=_0x17b734;globalThis[_0x2f4cb4(0x62a)](_0xe26e8f,_0x57b716);});}const rp=new WeakMap();let ip=0x0;function ap(_0xcb6795,_0x4732dc){const _0x1d4002=_0x36ed40;return _0xcb6795[_0x1d4002(0x82c)](lp)?_0xcb6795[_0x1d4002(0x335)](lp)[_0x1d4002(0x2d1)](_0x4732dc):sp(_0xcb6795,_0x4732dc);}function op(_0x4525fe){const _0x35dff3=_0x36ed40;if(!_0x4525fe[_0x35dff3(0x82c)](lp))return;let _0x10aa80=rp['get'](_0x4525fe);_0x10aa80!=null&&_0x10aa80[_0x35dff3(0x2e6)]&&([..._0x10aa80[_0x35dff3(0x8b8)]()][_0x35dff3(0x985)]((_0x32758f,_0x477c02)=>_0x32758f[_0x35dff3(0x92c)]-_0x477c02[_0x35dff3(0x92c)])[_0x35dff3(0x5f4)](({contribution:_0x41fc83})=>ap(_0x4525fe,_0x41fc83)),rp[_0x35dff3(0x3b2)](_0x4525fe));}function sp(_0x40ec85,_0x14822c){const _0x3dbec0=_0x36ed40;let _0x2efbbf={'contribution':_0x14822c,'index':ip++},_0x33c2c8=cp(_0x14822c,_0x2efbbf[_0x3dbec0(0x92c)]),_0x200231=_0x40ec85,_0x1d25dd=rp[_0x3dbec0(0x335)](_0x200231)??new Map();return _0x1d25dd[_0x3dbec0(0x436)](_0x33c2c8,_0x2efbbf),rp[_0x3dbec0(0x436)](_0x200231,_0x1d25dd),(0x0,a[_0x3dbec0(0x63c)])(()=>{const _0x3dba09=_0x3dbec0;let _0x23c7ef=rp['get'](_0x200231);(_0x23c7ef==null?void 0x0:_0x23c7ef[_0x3dba09(0x335)](_0x33c2c8))===_0x2efbbf&&_0x23c7ef[_0x3dba09(0x3b2)](_0x33c2c8);});}function cp(_0x301a5f,_0x3bc5f9){const _0x4829e9=_0x36ed40;return _0x301a5f['id']?_0x301a5f[_0x4829e9(0x560)]+':'+_0x301a5f['id']:_0x301a5f[_0x4829e9(0x560)]+_0x4829e9(0x20c)+_0x3bc5f9;}let lp=class{constructor(_0x3843dd,_0x2047e3){const _0x496db1=_0x36ed40;this[_0x496db1(0x6ba)]=_0x3843dd,this['_focusCoordinator']=_0x2047e3,z(this,'_contributions',new Map()),z(this,_0x496db1(0x79f),0x0);}[_0x36ed40(0x2d1)](_0x32dfda){const _0x5b7c44=_0x36ed40;if(_0x32dfda['id']&&this[_0x5b7c44(0x3f1)](_0x32dfda[_0x5b7c44(0x560)],_0x32dfda['id']))return(0x0,a[_0x5b7c44(0x63c)])(()=>{});let _0xa0d76e={'contribution':_0x32dfda,'index':this[_0x5b7c44(0x79f)]++},_0x4f464e=this[_0x5b7c44(0x210)][_0x5b7c44(0x335)](_0x32dfda[_0x5b7c44(0x560)])??[];return _0x4f464e[_0x5b7c44(0x5b5)](_0xa0d76e),_0x4f464e[_0x5b7c44(0x985)](up),this[_0x5b7c44(0x210)][_0x5b7c44(0x436)](_0x32dfda[_0x5b7c44(0x560)],_0x4f464e),(0x0,a[_0x5b7c44(0x63c)])(()=>{const _0x2e59d4=_0x5b7c44;let _0x22a35c=this[_0x2e59d4(0x210)]['get'](_0x32dfda[_0x2e59d4(0x560)]);if(!_0x22a35c)return;let _0x24659b=_0x22a35c[_0x2e59d4(0x32c)](_0x269ea1=>_0x269ea1!==_0xa0d76e);_0x24659b[_0x2e59d4(0x248)]?this[_0x2e59d4(0x210)][_0x2e59d4(0x436)](_0x32dfda[_0x2e59d4(0x560)],_0x24659b):this[_0x2e59d4(0x210)][_0x2e59d4(0x3b2)](_0x32dfda[_0x2e59d4(0x560)]);});}[_0x36ed40(0x50f)](_0x469694){const _0x5a9695=_0x36ed40;return(this['_contributions'][_0x5a9695(0x335)](_0x469694)??[])[_0x5a9695(0x789)](_0x4fe968=>_0x4fe968[_0x5a9695(0x70c)]);}async['prepare'](_0x3c87ca){const _0x5a41c4=_0x36ed40;let _0xc2aaa6=this[_0x5a41c4(0x50f)](_0x3c87ca[_0x5a41c4(0x560)]);_0xc2aaa6[_0x5a41c4(0x248)]&&await ep({'instanceService':this[_0x5a41c4(0x6ba)][_0x5a41c4(0x335)](a[_0x5a41c4(0x8cc)]),'childUnitId':_0x3c87ca[_0x5a41c4(0x397)],'childType':_0x3c87ca['childType'],'restoreUnitId':_0x3c87ca['restoreUnitId'],'settleDelayMs':_0x3c87ca[_0x5a41c4(0x2ff)],'shouldRestore':()=>!this['_focusCoordinator'][_0x5a41c4(0x941)](_0x3c87ca['childUnitId'])},async()=>{const _0x8caf8b=_0x5a41c4;for(let _0x79359a of _0xc2aaa6)_0x79359a[_0x8caf8b(0x843)]&&await _0x79359a[_0x8caf8b(0x843)]({'injector':this[_0x8caf8b(0x6ba)],'childUnitId':_0x3c87ca[_0x8caf8b(0x397)],'childType':_0x3c87ca[_0x8caf8b(0x560)],'descriptor':_0x3c87ca[_0x8caf8b(0x393)]});});}['_hasContributionId'](_0x508a64,_0x13b9b9){const _0x1957e1=_0x36ed40;return(this[_0x1957e1(0x210)][_0x1957e1(0x335)](_0x508a64)??[])[_0x1957e1(0x980)](_0x52d1b4=>_0x52d1b4[_0x1957e1(0x70c)]['id']===_0x13b9b9);}};lp=Z([X(0x0,(0x0,a[_0x36ed40(0x7d2)])(a['Injector'])),X(0x1,(0x0,a[_0x36ed40(0x7d2)])(W))],lp);function up(_0x3a1f21,_0x296d38){const _0x23d141=_0x36ed40;return(_0x3a1f21[_0x23d141(0x70c)]['order']??_0x3a1f21['index'])-(_0x296d38[_0x23d141(0x70c)][_0x23d141(0x85c)]??_0x296d38['index'])||_0x3a1f21[_0x23d141(0x92c)]-_0x296d38[_0x23d141(0x92c)];}function dp(){return[];}let fp=class{constructor(_0xf43f73,_0x197bd7){const _0x58077c=_0x36ed40;this[_0x58077c(0x92e)]=_0xf43f73,this[_0x58077c(0x5bd)]=_0x197bd7;}[_0x36ed40(0x90a)](_0x517c10){const _0x474b2c=_0x36ed40;let _0x1c903a=this[_0x474b2c(0x219)](_0x517c10[_0x474b2c(0x3ab)]);return this[_0x474b2c(0x5bd)]['pushUndoRedo']({..._0x517c10,'unitID':_0x1c903a}),{'stackUnitId':_0x1c903a,'routedToHost':_0x1c903a!==_0x517c10['unitID']};}[_0x36ed40(0x219)](_0x3368e6){const _0x152f72=_0x36ed40;let _0x108212=this[_0x152f72(0x92e)]['getFocusOwner']();return!_0x108212||_0x108212[_0x152f72(0x397)]!==_0x3368e6?_0x3368e6:_0x108212[_0x152f72(0x98c)];}};fp=Z([X(0x0,(0x0,a['Inject'])(t['EmbedFocusOwnerService'])),X(0x1,a[_0x36ed40(0x70d)])],fp);let pp=class extends a[_0x36ed40(0x452)]{constructor(_0x183753=Ar,_0x3d5058,_0x3e78d1,_0x423b79){const _0x4d2d36=_0x36ed40;super(),this[_0x4d2d36(0x47a)]=_0x183753,this[_0x4d2d36(0x6ba)]=_0x3d5058,this[_0x4d2d36(0x58a)]=_0x3e78d1,this[_0x4d2d36(0x65c)]=_0x423b79;let {..._0x1274a1}=(0x0,a[_0x4d2d36(0x925)])({},Ar,this[_0x4d2d36(0x47a)]);this[_0x4d2d36(0x58a)][_0x4d2d36(0x4b9)](_0x4d2d36(0x517),_0x1274a1);}['onStarting'](){const _0xe9eedf=_0x36ed40;this[_0xe9eedf(0x987)](),this['_registerServices'](),this[_0xe9eedf(0x5c7)](),this[_0xe9eedf(0x1f3)](),this[_0xe9eedf(0x24e)](),this[_0xe9eedf(0x9c0)](),this[_0xe9eedf(0x8d8)](),this[_0xe9eedf(0x34f)](),this['_registerDefaultHostToolbar']();}[_0x36ed40(0x998)](){const _0x5cf7ea=_0x36ed40;this[_0x5cf7ea(0x9c0)](),this[_0x5cf7ea(0x6ba)][_0x5cf7ea(0x335)](ws);}[_0x36ed40(0x4f7)](){const _0x5e12bb=_0x36ed40;this['_injector'][_0x5e12bb(0x82c)](r[_0x5e12bb(0x9b6)])||this[_0x5e12bb(0x6ba)][_0x5e12bb(0x258)]([r[_0x5e12bb(0x9b6)],{'useClass':r[_0x5e12bb(0x6c4)]}]),this['_injector']['has'](i[_0x5e12bb(0x6d1)])||this[_0x5e12bb(0x6ba)]['add']([i[_0x5e12bb(0x6d1)]]),this[_0x5e12bb(0x6ba)]['has'](e[_0x5e12bb(0x493)])||this['_injector'][_0x5e12bb(0x258)]([e[_0x5e12bb(0x493)]]),[[Xt],[yi],[lp],[hs],[wn],[Jt],[B],[ue],[vi],[Yt],[_i],[eo],[we],[de],[wi],[q],[vs],[ys],[bs],[Ss],[ws],[qs],[gs],[xn],[Zt],[Ni],[Mi],[To],[ar],[Qs],[Ee],[W],[to],[cn],[Oe],[fp]][_0x5e12bb(0x5f4)](_0x4c7695=>this[_0x5e12bb(0x6ba)]['add'](_0x4c7695)),this[_0x5e12bb(0x6ba)][_0x5e12bb(0x82c)](o[_0x5e12bb(0x883)])||this['_injector'][_0x5e12bb(0x258)]([o['IDocEmbedInteractionBoundaryService'],{'useFactory':()=>this[_0x5e12bb(0x6ba)][_0x5e12bb(0x335)](q)}]),this[_0x5e12bb(0x6ba)][_0x5e12bb(0x82c)](o[_0x5e12bb(0x5f7)])||this[_0x5e12bb(0x6ba)][_0x5e12bb(0x258)]([o[_0x5e12bb(0x5f7)],{'useFactory':()=>this[_0x5e12bb(0x6ba)][_0x5e12bb(0x335)](W)}]),this[_0x5e12bb(0x6ba)][_0x5e12bb(0x82c)](s[_0x5e12bb(0x9df)])||this[_0x5e12bb(0x6ba)][_0x5e12bb(0x258)]([s[_0x5e12bb(0x9df)],{'useFactory':()=>this[_0x5e12bb(0x6ba)][_0x5e12bb(0x335)](q)}]),this[_0x5e12bb(0x6ba)]['has'](s[_0x5e12bb(0x2ae)])||this[_0x5e12bb(0x6ba)][_0x5e12bb(0x258)]([s['ISheetEmbedRuntimeFocusCoordinator'],{'useFactory':()=>this['_injector'][_0x5e12bb(0x335)](W)}]),this[_0x5e12bb(0x6ba)]['has'](s[_0x5e12bb(0x911)])||this[_0x5e12bb(0x6ba)][_0x5e12bb(0x258)]([s[_0x5e12bb(0x911)],{'useFactory':()=>this[_0x5e12bb(0x6ba)][_0x5e12bb(0x335)](vi)}]);}[_0x36ed40(0x24e)](){const _0x2c7fea=_0x36ed40;Zs(this[_0x2c7fea(0x6ba)])[_0x2c7fea(0x5f4)](_0x461ca1=>this[_0x2c7fea(0x86a)](_0x461ca1));}[_0x36ed40(0x5c7)](){const _0x3fee98=_0x36ed40;Zf(this[_0x3fee98(0x6ba)]);}[_0x36ed40(0x1f3)](){const _0x1f4b4b=_0x36ed40;let _0x180fc2=this[_0x1f4b4b(0x65c)][_0x1f4b4b(0x8f7)](a[_0x1f4b4b(0x583)][_0x1f4b4b(0x7fa)])['subscribe'](()=>Qf(this[_0x1f4b4b(0x6ba)]));this[_0x1f4b4b(0x86a)]((0x0,a[_0x1f4b4b(0x63c)])(()=>_0x180fc2['unsubscribe']()));}[_0x36ed40(0x9c0)](){const _0xb07f54=_0x36ed40;nc(this[_0xb07f54(0x6ba)]),nr(this[_0xb07f54(0x6ba)]),op(this[_0xb07f54(0x6ba)]);}['_registerFloatingMenus'](){const _0x1b1b7f=_0x36ed40;var _0x33b374;let _0x1c5571=this[_0x1b1b7f(0x6ba)][_0x1b1b7f(0x335)](Yt);((_0x33b374=this[_0x1b1b7f(0x47a)][_0x1b1b7f(0x4f9)])==null?void 0x0:_0x33b374['floatingMenus'])!==!0x1&&dp()[_0x1b1b7f(0x5f4)](_0x27adbb=>{const _0x21b9fe=_0x1b1b7f;_0x1c5571[_0x21b9fe(0x478)](_0x27adbb[_0x21b9fe(0x375)],_0x27adbb[_0x21b9fe(0x89c)],_0x27adbb[_0x21b9fe(0x560)])||_0x1c5571['register'](_0x27adbb);});}[_0x36ed40(0x34f)](){const _0x224121=_0x36ed40;(0x0,a[_0x224121(0x537)])(this['_injector'],[[Xt],[yi],[lp],[hs],[wn],[Jt],[B],[ue],[Yt],[_i],[eo],[we],[de],[wi],[vs],[ys],[bs],[Ss],[qs],[gs],[xn],[Zt],[Ni],[Mi],[To],[ar],[Qs],[Ee],[W],[to],[cn],[Oe],[fp]]);}['_registerDefaultHostToolbar'](){const _0x243e47=_0x36ed40;var _0x275255;((_0x275255=this[_0x243e47(0x47a)]['defaults'])==null?void 0x0:_0x275255[_0x243e47(0x79e)])!==!0x1&&this[_0x243e47(0x86a)](this[_0x243e47(0x6ba)][_0x243e47(0x335)](c[_0x243e47(0x420)])[_0x243e47(0x3ee)](c[_0x243e47(0x62f)][_0x243e47(0x24b)],()=>Tr));}[_0x36ed40(0x987)](){const _0x1e6a2c=_0x36ed40;this['_injector'][_0x1e6a2c(0x335)](t[_0x1e6a2c(0x807)])[_0x1e6a2c(0x634)]();}};z(pp,_0x36ed40(0x701),_0x36ed40(0x982)),z(pp,_0x36ed40(0x378),ie),z(pp,'version',ae),z(pp,_0x36ed40(0x9e8),a[_0x36ed40(0x583)][_0x36ed40(0x756)]),pp=Z([(0x0,a['DependentOn'])(n[_0x36ed40(0x83d)],t[_0x36ed40(0x214)]),X(0x1,(0x0,a[_0x36ed40(0x7d2)])(a[_0x36ed40(0x5cb)])),X(0x2,a[_0x36ed40(0x962)]),X(0x3,a[_0x36ed40(0x8cc)])],pp),Object[_0x36ed40(0x7e2)](exports,'EmbedActivationService',{'enumerable':!0x0,'get':function(){return wn;}}),exports[_0x36ed40(0x2e7)]=Jt,Object['defineProperty'](exports,'EmbedFullscreenService',{'enumerable':!0x0,'get':function(){return we;}}),exports[_0x36ed40(0x72e)]=Xt,exports[_0x36ed40(0x9d1)]=de,Object[_0x36ed40(0x7e2)](exports,_0x36ed40(0x1f6),{'enumerable':!0x0,'get':function(){return yi;}}),Object['defineProperty'](exports,_0x36ed40(0x224),{'enumerable':!0x0,'get':function(){return xn;}}),Object[_0x36ed40(0x7e2)](exports,'UniverEmbedUIPlugin',{'enumerable':!0x0,'get':function(){return pp;}}),exports[_0x36ed40(0x1f9)]=tr;