@univerjs-pro/embed-ui 1.0.0-insiders.20260709-5fcadb2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/README.md +45 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sheets-floating.js +1 -0
  18. package/lib/cjs/locale/sk-SK.js +1 -0
  19. package/lib/cjs/locale/vi-VN.js +1 -0
  20. package/lib/cjs/locale/zh-CN.js +1 -0
  21. package/lib/cjs/locale/zh-HK.js +1 -0
  22. package/lib/cjs/locale/zh-TW.js +1 -0
  23. package/lib/es/index.js +1 -0
  24. package/lib/es/locale/ar-SA.js +1 -0
  25. package/lib/es/locale/ca-ES.js +1 -0
  26. package/lib/es/locale/de-DE.js +1 -0
  27. package/lib/es/locale/en-US.js +1 -0
  28. package/lib/es/locale/es-ES.js +1 -0
  29. package/lib/es/locale/fa-IR.js +1 -0
  30. package/lib/es/locale/fr-FR.js +1 -0
  31. package/lib/es/locale/id-ID.js +1 -0
  32. package/lib/es/locale/it-IT.js +1 -0
  33. package/lib/es/locale/ja-JP.js +1 -0
  34. package/lib/es/locale/ko-KR.js +1 -0
  35. package/lib/es/locale/pl-PL.js +1 -0
  36. package/lib/es/locale/pt-BR.js +1 -0
  37. package/lib/es/locale/ru-RU.js +1 -0
  38. package/lib/es/locale/sheets-floating.js +1 -0
  39. package/lib/es/locale/sk-SK.js +1 -0
  40. package/lib/es/locale/vi-VN.js +1 -0
  41. package/lib/es/locale/zh-CN.js +1 -0
  42. package/lib/es/locale/zh-HK.js +1 -0
  43. package/lib/es/locale/zh-TW.js +1 -0
  44. package/lib/index.css +1135 -0
  45. package/lib/index.js +1 -0
  46. package/lib/locale/ar-SA.js +1 -0
  47. package/lib/locale/ca-ES.js +1 -0
  48. package/lib/locale/de-DE.js +1 -0
  49. package/lib/locale/en-US.js +1 -0
  50. package/lib/locale/es-ES.js +1 -0
  51. package/lib/locale/fa-IR.js +1 -0
  52. package/lib/locale/fr-FR.js +1 -0
  53. package/lib/locale/id-ID.js +1 -0
  54. package/lib/locale/it-IT.js +1 -0
  55. package/lib/locale/ja-JP.js +1 -0
  56. package/lib/locale/ko-KR.js +1 -0
  57. package/lib/locale/pl-PL.js +1 -0
  58. package/lib/locale/pt-BR.js +1 -0
  59. package/lib/locale/ru-RU.js +1 -0
  60. package/lib/locale/sheets-floating.js +1 -0
  61. package/lib/locale/sk-SK.js +1 -0
  62. package/lib/locale/vi-VN.js +1 -0
  63. package/lib/locale/zh-CN.js +1 -0
  64. package/lib/locale/zh-HK.js +1 -0
  65. package/lib/locale/zh-TW.js +1 -0
  66. package/lib/types/common/const.d.ts +17 -0
  67. package/lib/types/common/embed-float-interaction-policy.d.ts +28 -0
  68. package/lib/types/common/embed-host-chrome-policy.d.ts +34 -0
  69. package/lib/types/common/embed-runtime-policy.d.ts +28 -0
  70. package/lib/types/common/embed-runtime-slots.d.ts +24 -0
  71. package/lib/types/common/tab-peer-workbench.d.ts +21 -0
  72. package/lib/types/components/EmbedFloatDomRenderer.d.ts +56 -0
  73. package/lib/types/components/EmbedFloatFullscreenButton.d.ts +31 -0
  74. package/lib/types/components/EmbedHostToolbarMenu.d.ts +52 -0
  75. package/lib/types/components/EmbedRuntimeProviders.d.ts +24 -0
  76. package/lib/types/config/config.d.ts +25 -0
  77. package/lib/types/controllers/docs-table-passive-wheel-bridge.controller.d.ts +7 -0
  78. package/lib/types/controllers/embed-host-anchor-cleanup.controller.d.ts +22 -0
  79. package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +29 -0
  80. package/lib/types/index.d.ts +71 -0
  81. package/lib/types/locale/ar-SA.d.ts +18 -0
  82. package/lib/types/locale/ca-ES.d.ts +18 -0
  83. package/lib/types/locale/de-DE.d.ts +18 -0
  84. package/lib/types/locale/en-US.d.ts +70 -0
  85. package/lib/types/locale/es-ES.d.ts +18 -0
  86. package/lib/types/locale/fa-IR.d.ts +18 -0
  87. package/lib/types/locale/fr-FR.d.ts +18 -0
  88. package/lib/types/locale/id-ID.d.ts +18 -0
  89. package/lib/types/locale/it-IT.d.ts +18 -0
  90. package/lib/types/locale/ja-JP.d.ts +18 -0
  91. package/lib/types/locale/ko-KR.d.ts +18 -0
  92. package/lib/types/locale/pl-PL.d.ts +18 -0
  93. package/lib/types/locale/pt-BR.d.ts +18 -0
  94. package/lib/types/locale/ru-RU.d.ts +18 -0
  95. package/lib/types/locale/sheets-floating.d.ts +62 -0
  96. package/lib/types/locale/sk-SK.d.ts +18 -0
  97. package/lib/types/locale/types.d.ts +18 -0
  98. package/lib/types/locale/vi-VN.d.ts +18 -0
  99. package/lib/types/locale/zh-CN.d.ts +18 -0
  100. package/lib/types/locale/zh-HK.d.ts +18 -0
  101. package/lib/types/locale/zh-TW.d.ts +18 -0
  102. package/lib/types/plugin.d.ts +38 -0
  103. package/lib/types/product-menus/docs-product-menus.d.ts +17 -0
  104. package/lib/types/products/bases/EmbedChildView.d.ts +13 -0
  105. package/lib/types/products/bases/EmbedChildView.spec.d.ts +1 -0
  106. package/lib/types/products/bases/EmbedFloatingMenu.d.ts +37 -0
  107. package/lib/types/products/bases/embed-block.d.ts +2 -0
  108. package/lib/types/products/bases/embed-content-size.d.ts +9 -0
  109. package/lib/types/products/bases/embed-host-adapter.d.ts +6 -0
  110. package/lib/types/products/bases/embed-passive-viewport.d.ts +3 -0
  111. package/lib/types/products/bases/register.d.ts +13 -0
  112. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +54 -0
  113. package/lib/types/products/docs/EmbedFloatingMenu.d.ts +29 -0
  114. package/lib/types/products/docs/embed-block.d.ts +18 -0
  115. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +40 -0
  116. package/lib/types/products/docs/embed-host-adapter.d.ts +21 -0
  117. package/lib/types/products/docs/embed-passive-viewport.d.ts +18 -0
  118. package/lib/types/products/docs/register.d.ts +17 -0
  119. package/lib/types/products/product-ui-contributions.d.ts +2 -0
  120. package/lib/types/products/sheets/EmbedBlock.d.ts +23 -0
  121. package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +79 -0
  122. package/lib/types/products/sheets/embed-content-size.d.ts +17 -0
  123. package/lib/types/products/sheets/embed-host-adapter.d.ts +20 -0
  124. package/lib/types/products/sheets/embed-passive-viewport.d.ts +18 -0
  125. package/lib/types/products/sheets/embed-product-menu.d.ts +36 -0
  126. package/lib/types/products/sheets/register.d.ts +43 -0
  127. package/lib/types/products/slides/EmbedChildView.d.ts +3 -0
  128. package/lib/types/products/slides/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +28 -0
  129. package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
  130. package/lib/types/products/slides/embed-block.d.ts +2 -0
  131. package/lib/types/products/slides/embed-floating-menu-stage.d.ts +8 -0
  132. package/lib/types/products/slides/embed-floating-menu.d.ts +5 -0
  133. package/lib/types/products/slides/embed-host-adapter.d.ts +7 -0
  134. package/lib/types/products/slides/embed-passive-viewport.d.ts +2 -0
  135. package/lib/types/products/slides/register.d.ts +13 -0
  136. package/lib/types/products/slides/services/EmbedSlideReadonlyPreviewProvider.d.ts +15 -0
  137. package/lib/types/products/slides/services/embed-slide-float-preview.provider.d.ts +34 -0
  138. package/lib/types/services/embed-activation.service.d.ts +59 -0
  139. package/lib/types/services/embed-block-contribution-factory.d.ts +32 -0
  140. package/lib/types/services/embed-block-registry.service.d.ts +23 -0
  141. package/lib/types/services/embed-child-product-plugin-lease.d.ts +30 -0
  142. package/lib/types/services/embed-child-product-plugin-registry.service.d.ts +55 -0
  143. package/lib/types/services/embed-child-runtime-scope.d.ts +22 -0
  144. package/lib/types/services/embed-child-unit-scoped-injector.d.ts +21 -0
  145. package/lib/types/services/embed-child-view-registry.service.d.ts +23 -0
  146. package/lib/types/services/embed-content-size-registry.service.d.ts +24 -0
  147. package/lib/types/services/embed-default-floating-menu.d.ts +19 -0
  148. package/lib/types/services/embed-docs-sticky-wheel.d.ts +17 -0
  149. package/lib/types/services/embed-dom-passive-viewport-provider.d.ts +23 -0
  150. package/lib/types/services/embed-float-preview.service.d.ts +44 -0
  151. package/lib/types/services/embed-floating-active.service.d.ts +26 -0
  152. package/lib/types/services/embed-floating-geometry.service.d.ts +37 -0
  153. package/lib/types/services/embed-floating-menu-registry.service.d.ts +26 -0
  154. package/lib/types/services/embed-floating-menu-root.d.ts +17 -0
  155. package/lib/types/services/embed-fullscreen.service.d.ts +27 -0
  156. package/lib/types/services/embed-host-container-registry.service.d.ts +26 -0
  157. package/lib/types/services/embed-host-menu-override.service.d.ts +29 -0
  158. package/lib/types/services/embed-host-restore.service.d.ts +34 -0
  159. package/lib/types/services/embed-interaction-boundary.service.d.ts +57 -0
  160. package/lib/types/services/embed-mount.service.d.ts +68 -0
  161. package/lib/types/services/embed-overlay-root.service.d.ts +37 -0
  162. package/lib/types/services/embed-passive-viewport-registry.service.d.ts +24 -0
  163. package/lib/types/services/embed-passive-wheel-handler-registry.service.d.ts +24 -0
  164. package/lib/types/services/embed-product-floating-menu-contributions.d.ts +17 -0
  165. package/lib/types/services/embed-product-menu-mounting.d.ts +33 -0
  166. package/lib/types/services/embed-product-menu-registry.service.d.ts +29 -0
  167. package/lib/types/services/embed-readonly-preview-registry.service.d.ts +23 -0
  168. package/lib/types/services/embed-render-canvas-preview-provider.d.ts +23 -0
  169. package/lib/types/services/embed-render-child-view-contribution.d.ts +76 -0
  170. package/lib/types/services/embed-runtime-focus-coordinator.service.d.ts +91 -0
  171. package/lib/types/services/embed-runtime-policy.service.d.ts +43 -0
  172. package/lib/types/services/embed-runtime-scope-dom.d.ts +30 -0
  173. package/lib/types/services/embed-scene-canvas-capture.service.d.ts +39 -0
  174. package/lib/types/services/embed-scene-passive-wheel.d.ts +36 -0
  175. package/lib/types/services/embed-screenshot.service.d.ts +16 -0
  176. package/lib/types/services/embed-ui-contribution-register.d.ts +20 -0
  177. package/lib/types/services/embed-undo-bridge.service.d.ts +29 -0
  178. package/lib/types/services/react-root-disposal.d.ts +21 -0
  179. package/lib/types/types/embed-ui.d.ts +307 -0
  180. package/lib/umd/index.js +1 -0
  181. package/lib/umd/locale/ar-SA.js +1 -0
  182. package/lib/umd/locale/ca-ES.js +1 -0
  183. package/lib/umd/locale/de-DE.js +1 -0
  184. package/lib/umd/locale/en-US.js +1 -0
  185. package/lib/umd/locale/es-ES.js +1 -0
  186. package/lib/umd/locale/fa-IR.js +1 -0
  187. package/lib/umd/locale/fr-FR.js +1 -0
  188. package/lib/umd/locale/id-ID.js +1 -0
  189. package/lib/umd/locale/it-IT.js +1 -0
  190. package/lib/umd/locale/ja-JP.js +1 -0
  191. package/lib/umd/locale/ko-KR.js +1 -0
  192. package/lib/umd/locale/pl-PL.js +1 -0
  193. package/lib/umd/locale/pt-BR.js +1 -0
  194. package/lib/umd/locale/ru-RU.js +1 -0
  195. package/lib/umd/locale/sheets-floating.js +1 -0
  196. package/lib/umd/locale/sk-SK.js +1 -0
  197. package/lib/umd/locale/vi-VN.js +1 -0
  198. package/lib/umd/locale/zh-CN.js +1 -0
  199. package/lib/umd/locale/zh-HK.js +1 -0
  200. package/lib/umd/locale/zh-TW.js +1 -0
  201. package/package.json +110 -0
@@ -0,0 +1 @@
1
+ const _0x34e09a=_0x24a6;function _0x136c(){const _0xf680e1=['254044twCiYY','111783YCUHGL','665PqfZIT','185032PKLQKE','130065TueAnp','خروج','10008lmWTsB','518586QrTBTc','42178fFOdhX'];_0x136c=function(){return _0xf680e1;};return _0x136c();}(function(_0x4f62b4,_0x333367){const _0x20f3d8=_0x24a6,_0x59df2b=_0x4f62b4();while(!![]){try{const _0x151db9=-parseInt(_0x20f3d8(0x1ba))/0x1+parseInt(_0x20f3d8(0x1b9))/0x2+-parseInt(_0x20f3d8(0x1b5))/0x3+parseInt(_0x20f3d8(0x1b7))/0x4*(parseInt(_0x20f3d8(0x1bc))/0x5)+parseInt(_0x20f3d8(0x1b8))/0x6+parseInt(_0x20f3d8(0x1bb))/0x7+parseInt(_0x20f3d8(0x1b4))/0x8;if(_0x151db9===_0x333367)break;else _0x59df2b['push'](_0x59df2b['shift']());}catch(_0x58e939){_0x59df2b['push'](_0x59df2b['shift']());}}}(_0x136c,0x2c6e1));import{enUSSheetsFloatingLocale as _0x15bbc9}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':_0x34e09a(0x1b6)},'sheetsFloating':_0x15bbc9}};function _0x24a6(_0x38c4e6,_0x310dee){_0x38c4e6=_0x38c4e6-0x1b4;const _0x136c10=_0x136c();let _0x24a6b5=_0x136c10[_0x38c4e6];return _0x24a6b5;}export{t as default};
@@ -0,0 +1 @@
1
+ function _0x54fb(_0x3ce3ff,_0x5b71df){_0x3ce3ff=_0x3ce3ff-0x7a;const _0x59668e=_0x5966();let _0x54fbe8=_0x59668e[_0x3ce3ff];return _0x54fbe8;}const _0x5e0461=_0x54fb;(function(_0x5895f8,_0x22b2fe){const _0x463086=_0x54fb,_0x3cd126=_0x5895f8();while(!![]){try{const _0x149dc8=-parseInt(_0x463086(0x7e))/0x1*(parseInt(_0x463086(0x7a))/0x2)+-parseInt(_0x463086(0x7f))/0x3*(-parseInt(_0x463086(0x7b))/0x4)+-parseInt(_0x463086(0x7c))/0x5*(-parseInt(_0x463086(0x83))/0x6)+parseInt(_0x463086(0x82))/0x7+-parseInt(_0x463086(0x7d))/0x8*(parseInt(_0x463086(0x81))/0x9)+-parseInt(_0x463086(0x86))/0xa+-parseInt(_0x463086(0x80))/0xb*(-parseInt(_0x463086(0x84))/0xc);if(_0x149dc8===_0x22b2fe)break;else _0x3cd126['push'](_0x3cd126['shift']());}catch(_0x5b21e2){_0x3cd126['push'](_0x3cd126['shift']());}}}(_0x5966,0x3e669));import{enUSSheetsFloatingLocale as _0x3f1831}from'./sheets-floating.js';function _0x5966(){const _0x20db0b=['1322859WOiBxE','1705SoCfFn','18JWtAHl','334355ezfKCd','6tdGGZQ','11460dHnvmQ','Surt','1890230BWGEya','2DxvQXP','4YpAtIj','2462725UfApLs','749048kxABeD','497410rGDKse'];_0x5966=function(){return _0x20db0b;};return _0x5966();}const t={'embed-ui':{'fullscreen':{'exit':_0x5e0461(0x85)},'sheetsFloating':_0x3f1831}};export{t as default};
@@ -0,0 +1 @@
1
+ function _0x2704(_0x1c484b,_0x38cb44){_0x1c484b=_0x1c484b-0x19a;const _0x5bb93c=_0x5bb9();let _0x270477=_0x5bb93c[_0x1c484b];return _0x270477;}const _0x2687d5=_0x2704;(function(_0x14f7e0,_0x3e764b){const _0x438bf7=_0x2704,_0x1747ab=_0x14f7e0();while(!![]){try{const _0x459e17=parseInt(_0x438bf7(0x1a0))/0x1+parseInt(_0x438bf7(0x19a))/0x2+-parseInt(_0x438bf7(0x19c))/0x3+-parseInt(_0x438bf7(0x19b))/0x4+-parseInt(_0x438bf7(0x19d))/0x5+parseInt(_0x438bf7(0x1a1))/0x6+-parseInt(_0x438bf7(0x19f))/0x7;if(_0x459e17===_0x3e764b)break;else _0x1747ab['push'](_0x1747ab['shift']());}catch(_0xd7be1b){_0x1747ab['push'](_0x1747ab['shift']());}}}(_0x5bb9,0xd7cc4));import{enUSSheetsFloatingLocale as _0x34a0c8}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':_0x2687d5(0x19e)},'sheetsFloating':_0x34a0c8}};export{t as default};function _0x5bb9(){const _0x1ba1fb=['Beenden','786296jxfRhy','191888roUwop','10564284ZFwmSW','2569294dyTJSI','3090992YytZRw','220290KdFVWr','6974175DKQiFJ'];_0x5bb9=function(){return _0x1ba1fb;};return _0x5bb9();}
@@ -0,0 +1 @@
1
+ const _0x132c47=_0x4b69;function _0x1fd4(){const _0x3d34b7=['Overflow','Horizontal\x20align','51870CZTKES','Exit','Merge\x20cells','right','572577kjAVCh','34800JQpBdy','center','top','Fill\x20color','borderColor','Reset','7957587ofGOcY','Font\x20size','987wJzjsc','30kGbDfE','212546vSuGNN','20xoWORl','bottom','Vertical\x20align','Wrap','left','Clip','Border','borderSize','Bold','3852865eKURsk','Font','6vrbUno','middle','2707713ZbUYEq','Text\x20wrap'];_0x1fd4=function(){return _0x3d34b7;};return _0x1fd4();}(function(_0x3f6ba6,_0x437072){const _0x4d4cbf=_0x4b69,_0x115f50=_0x3f6ba6();while(!![]){try{const _0x53807b=parseInt(_0x4d4cbf(0x17b))/0x1+parseInt(_0x4d4cbf(0x18a))/0x2+-parseInt(_0x4d4cbf(0x17f))/0x3*(-parseInt(_0x4d4cbf(0x18b))/0x4)+-parseInt(_0x4d4cbf(0x194))/0x5*(-parseInt(_0x4d4cbf(0x175))/0x6)+parseInt(_0x4d4cbf(0x188))/0x7*(parseInt(_0x4d4cbf(0x180))/0x8)+parseInt(_0x4d4cbf(0x177))/0x9+parseInt(_0x4d4cbf(0x189))/0xa*(-parseInt(_0x4d4cbf(0x186))/0xb);if(_0x53807b===_0x437072)break;else _0x115f50['push'](_0x115f50['shift']());}catch(_0x27801c){_0x115f50['push'](_0x115f50['shift']());}}}(_0x1fd4,0x99117));const e={'embed-ui':{'fullscreen':{'exit':_0x132c47(0x17c)},'sheetsFloating':{'toolbar':{'formatPainter':'Paint\x20format','font':_0x132c47(0x195),'fontSize':_0x132c47(0x187),'bold':_0x132c47(0x193),'resetColor':_0x132c47(0x185),'textColor':{'main':'Text\x20color'},'fillColor':{'main':_0x132c47(0x183)},'border':{'main':_0x132c47(0x191)},'mergeCell':{'main':_0x132c47(0x17d)},'horizontalAlignMode':{'main':_0x132c47(0x17a)},'verticalAlignMode':{'main':_0x132c47(0x18d)},'textWrapMode':{'main':_0x132c47(0x178)}},'align':{'left':_0x132c47(0x18f),'center':_0x132c47(0x181),'right':_0x132c47(0x17e),'top':_0x132c47(0x182),'middle':_0x132c47(0x176),'bottom':_0x132c47(0x18c)},'borderLine':{'borderColor':_0x132c47(0x184),'borderSize':_0x132c47(0x192)},'textWrap':{'overflow':_0x132c47(0x179),'wrap':_0x132c47(0x18e),'clip':_0x132c47(0x190)}}}};function _0x4b69(_0x185503,_0x1bd9e3){_0x185503=_0x185503-0x175;const _0x1fd47e=_0x1fd4();let _0x4b694b=_0x1fd47e[_0x185503];return _0x4b694b;}export{e as default};
@@ -0,0 +1 @@
1
+ function _0x2bb4(_0x448c29,_0xe6a538){_0x448c29=_0x448c29-0xf5;const _0x44ce85=_0x44ce();let _0x2bb435=_0x44ce85[_0x448c29];return _0x2bb435;}(function(_0x214171,_0x305864){const _0x53483f=_0x2bb4,_0xe28937=_0x214171();while(!![]){try{const _0x1fd94b=-parseInt(_0x53483f(0xfb))/0x1*(parseInt(_0x53483f(0xf8))/0x2)+parseInt(_0x53483f(0xfe))/0x3+-parseInt(_0x53483f(0xf9))/0x4+-parseInt(_0x53483f(0xf6))/0x5*(parseInt(_0x53483f(0xfc))/0x6)+parseInt(_0x53483f(0xfa))/0x7*(parseInt(_0x53483f(0xf5))/0x8)+-parseInt(_0x53483f(0xfd))/0x9*(parseInt(_0x53483f(0xf7))/0xa)+parseInt(_0x53483f(0xff))/0xb;if(_0x1fd94b===_0x305864)break;else _0xe28937['push'](_0xe28937['shift']());}catch(_0x16be9d){_0xe28937['push'](_0xe28937['shift']());}}}(_0x44ce,0x2ede0));import{enUSSheetsFloatingLocale as _0x169a7a}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':'Salir'},'sheetsFloating':_0x169a7a}};function _0x44ce(){const _0x170b33=['4kzHhfP','765852OFbaRL','72478AUkeVW','136694CRTGrq','6csfXFD','18eAkVKv','1140237tTqtBg','4325035MUJhLL','216Xheerl','722285kyRbUD','1257730eIMNdZ'];_0x44ce=function(){return _0x170b33;};return _0x44ce();}export{t as default};
@@ -0,0 +1 @@
1
+ const _0x472c0a=_0x5ebd;(function(_0x45296b,_0x4d3064){const _0x4ddcf7=_0x5ebd,_0x1b33a2=_0x45296b();while(!![]){try{const _0x306d84=-parseInt(_0x4ddcf7(0x139))/0x1+-parseInt(_0x4ddcf7(0x13a))/0x2*(-parseInt(_0x4ddcf7(0x141))/0x3)+-parseInt(_0x4ddcf7(0x142))/0x4*(-parseInt(_0x4ddcf7(0x13b))/0x5)+-parseInt(_0x4ddcf7(0x140))/0x6+-parseInt(_0x4ddcf7(0x137))/0x7*(-parseInt(_0x4ddcf7(0x13c))/0x8)+parseInt(_0x4ddcf7(0x13e))/0x9*(parseInt(_0x4ddcf7(0x138))/0xa)+parseInt(_0x4ddcf7(0x13d))/0xb*(parseInt(_0x4ddcf7(0x143))/0xc);if(_0x306d84===_0x4d3064)break;else _0x1b33a2['push'](_0x1b33a2['shift']());}catch(_0x118f02){_0x1b33a2['push'](_0x1b33a2['shift']());}}}(_0x4a36,0x26017));import{enUSSheetsFloatingLocale as _0x4a344c}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':_0x472c0a(0x13f)},'sheetsFloating':_0x4a344c}};export{t as default};function _0x5ebd(_0x5ba763,_0x24b550){_0x5ba763=_0x5ba763-0x137;const _0x4a36c0=_0x4a36();let _0x5ebdfd=_0x4a36c0[_0x5ba763];return _0x5ebdfd;}function _0x4a36(){const _0x52ad38=['192PnbRVk','2644404PvDUDd','256277NlvdAb','10uhCfwf','153412DvgZyx','22EtLgvB','3445YptGNe','8UTmMud','11nWQbLx','682263isCMOf','خروج','1786440YtFmSh','65718ZeyiWw'];_0x4a36=function(){return _0x52ad38;};return _0x4a36();}
@@ -0,0 +1 @@
1
+ function _0x5b5b(_0x3f8091,_0x4e6488){_0x3f8091=_0x3f8091-0xe1;const _0x272ecc=_0x272e();let _0x5b5b3f=_0x272ecc[_0x3f8091];return _0x5b5b3f;}(function(_0x57a53b,_0x2239c5){const _0x3936b9=_0x5b5b,_0x89cc22=_0x57a53b();while(!![]){try{const _0x4d2247=parseInt(_0x3936b9(0xea))/0x1*(parseInt(_0x3936b9(0xec))/0x2)+parseInt(_0x3936b9(0xe1))/0x3*(-parseInt(_0x3936b9(0xe8))/0x4)+parseInt(_0x3936b9(0xeb))/0x5+parseInt(_0x3936b9(0xe4))/0x6*(parseInt(_0x3936b9(0xe9))/0x7)+-parseInt(_0x3936b9(0xe5))/0x8*(-parseInt(_0x3936b9(0xe2))/0x9)+parseInt(_0x3936b9(0xe6))/0xa*(-parseInt(_0x3936b9(0xe3))/0xb)+-parseInt(_0x3936b9(0xe7))/0xc;if(_0x4d2247===_0x2239c5)break;else _0x89cc22['push'](_0x89cc22['shift']());}catch(_0x5bb0a3){_0x89cc22['push'](_0x89cc22['shift']());}}}(_0x272e,0xf00b6));import{enUSSheetsFloatingLocale as _0x4f1395}from'./sheets-floating.js';function _0x272e(){const _0x51e007=['48FMRuNq','9770DHeCpn','21560640jWXoir','40jEMfrZ','154blcHcd','47795Hqzapl','5918505sXHAhg','42wwEKyY','453687dHAzgh','2767410JfGXLq','12518PCSCvC','374106sVLejU'];_0x272e=function(){return _0x51e007;};return _0x272e();}const t={'embed-ui':{'fullscreen':{'exit':'Quitter'},'sheetsFloating':_0x4f1395}};export{t as default};
@@ -0,0 +1 @@
1
+ function _0x479d(){const _0x2e173f=['291pGuFvm','12576ouZGVJ','18EsGKbp','253582vKJwTN','13546afzBNA','354vvDArf','5958108KzcVuT','Keluar','20966kSOGcu','8llzCuj','670EFYgfH','32dsKMpA','221469wvqetN','914915gASTIv'];_0x479d=function(){return _0x2e173f;};return _0x479d();}const _0x1b0dc3=_0x3845;function _0x3845(_0x332d61,_0x106b48){_0x332d61=_0x332d61-0xa2;const _0x479dc6=_0x479d();let _0x384572=_0x479dc6[_0x332d61];return _0x384572;}(function(_0x4a32ec,_0x570620){const _0x3b8a06=_0x3845,_0x52a9ea=_0x4a32ec();while(!![]){try{const _0x58f5e7=parseInt(_0x3b8a06(0xa6))/0x1*(parseInt(_0x3b8a06(0xab))/0x2)+parseInt(_0x3b8a06(0xa4))/0x3*(-parseInt(_0x3b8a06(0xa3))/0x4)+parseInt(_0x3b8a06(0xa5))/0x5*(parseInt(_0x3b8a06(0xa8))/0x6)+parseInt(_0x3b8a06(0xa9))/0x7*(parseInt(_0x3b8a06(0xaf))/0x8)+-parseInt(_0x3b8a06(0xac))/0x9+parseInt(_0x3b8a06(0xa2))/0xa*(-parseInt(_0x3b8a06(0xae))/0xb)+-parseInt(_0x3b8a06(0xa7))/0xc*(-parseInt(_0x3b8a06(0xaa))/0xd);if(_0x58f5e7===_0x570620)break;else _0x52a9ea['push'](_0x52a9ea['shift']());}catch(_0x20a8f9){_0x52a9ea['push'](_0x52a9ea['shift']());}}}(_0x479d,0x550f0));import{enUSSheetsFloatingLocale as _0x1e0961}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':_0x1b0dc3(0xad)},'sheetsFloating':_0x1e0961}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x4c9ced=_0x43e8;(function(_0xec0106,_0x4829bd){const _0x189e0c=_0x43e8,_0x2de22a=_0xec0106();while(!![]){try{const _0x5a189f=-parseInt(_0x189e0c(0x198))/0x1*(-parseInt(_0x189e0c(0x192))/0x2)+-parseInt(_0x189e0c(0x18f))/0x3*(parseInt(_0x189e0c(0x19b))/0x4)+-parseInt(_0x189e0c(0x199))/0x5*(parseInt(_0x189e0c(0x196))/0x6)+parseInt(_0x189e0c(0x19a))/0x7*(-parseInt(_0x189e0c(0x193))/0x8)+-parseInt(_0x189e0c(0x18e))/0x9+-parseInt(_0x189e0c(0x191))/0xa*(parseInt(_0x189e0c(0x195))/0xb)+parseInt(_0x189e0c(0x197))/0xc*(parseInt(_0x189e0c(0x194))/0xd);if(_0x5a189f===_0x4829bd)break;else _0x2de22a['push'](_0x2de22a['shift']());}catch(_0x2d4c70){_0x2de22a['push'](_0x2de22a['shift']());}}}(_0xb5aa,0x5ac21));import{enUSSheetsFloatingLocale as _0x1cd6ff}from'./sheets-floating.js';function _0xb5aa(){const _0x1ae1ae=['770584icusAL','5694iqgQEy','3051719fLhHlF','174rhkWhy','59424AvODNL','4ThkJtE','46915IqSzEs','28aObISY','35312dyofoc','6242202acwzZF','54oFqnYq','Esci','20oqvTlU','133754KryBil'];_0xb5aa=function(){return _0x1ae1ae;};return _0xb5aa();}function _0x43e8(_0x444ee9,_0x5e0d96){_0x444ee9=_0x444ee9-0x18e;const _0xb5aa7c=_0xb5aa();let _0x43e86a=_0xb5aa7c[_0x444ee9];return _0x43e86a;}const t={'embed-ui':{'fullscreen':{'exit':_0x4c9ced(0x190)},'sheetsFloating':_0x1cd6ff}};export{t as default};
@@ -0,0 +1 @@
1
+ (function(_0x10a104,_0x19290a){const _0x4d11db=_0x199a,_0x53f57e=_0x10a104();while(!![]){try{const _0x356a6e=parseInt(_0x4d11db(0x10e))/0x1*(parseInt(_0x4d11db(0x117))/0x2)+-parseInt(_0x4d11db(0x10c))/0x3*(parseInt(_0x4d11db(0x10f))/0x4)+parseInt(_0x4d11db(0x10d))/0x5+-parseInt(_0x4d11db(0x114))/0x6*(-parseInt(_0x4d11db(0x110))/0x7)+-parseInt(_0x4d11db(0x112))/0x8*(parseInt(_0x4d11db(0x116))/0x9)+parseInt(_0x4d11db(0x111))/0xa+-parseInt(_0x4d11db(0x113))/0xb*(-parseInt(_0x4d11db(0x115))/0xc);if(_0x356a6e===_0x19290a)break;else _0x53f57e['push'](_0x53f57e['shift']());}catch(_0x2dc069){_0x53f57e['push'](_0x53f57e['shift']());}}}(_0x4858,0x1fb2b));function _0x199a(_0x13ca06,_0xf4094c){_0x13ca06=_0x13ca06-0x10c;const _0x485832=_0x4858();let _0x199a0f=_0x485832[_0x13ca06];return _0x199a0f;}function _0x4858(){const _0x51f84f=['9kSZNzC','2zrCsKa','48fNwaFy','338620uelkHf','82781LEruye','10312JGrTgQ','42duZCnD','272030rSVJYt','1041176ZHxefY','119559ZIHgTs','101784ZYrgYt','24eCNfrN'];_0x4858=function(){return _0x51f84f;};return _0x4858();}import{enUSSheetsFloatingLocale as _0x2aa888}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':'終了'},'sheetsFloating':_0x2aa888}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x5d86c0=_0x5e31;function _0x5e31(_0x290003,_0x44c6e7){_0x290003=_0x290003-0xc2;const _0x5da930=_0x5da9();let _0x5e31ed=_0x5da930[_0x290003];return _0x5e31ed;}(function(_0x41e428,_0x8d1650){const _0x34b2fa=_0x5e31,_0x3f7543=_0x41e428();while(!![]){try{const _0x33595b=-parseInt(_0x34b2fa(0xc5))/0x1+parseInt(_0x34b2fa(0xc8))/0x2*(parseInt(_0x34b2fa(0xc9))/0x3)+parseInt(_0x34b2fa(0xcb))/0x4*(-parseInt(_0x34b2fa(0xc4))/0x5)+-parseInt(_0x34b2fa(0xca))/0x6*(-parseInt(_0x34b2fa(0xc6))/0x7)+parseInt(_0x34b2fa(0xc3))/0x8*(-parseInt(_0x34b2fa(0xcc))/0x9)+-parseInt(_0x34b2fa(0xcd))/0xa+parseInt(_0x34b2fa(0xc2))/0xb;if(_0x33595b===_0x8d1650)break;else _0x3f7543['push'](_0x3f7543['shift']());}catch(_0x3d3552){_0x3f7543['push'](_0x3f7543['shift']());}}}(_0x5da9,0x9d3c7));import{enUSSheetsFloatingLocale as _0x232061}from'./sheets-floating.js';function _0x5da9(){const _0x5217a3=['62867zPEwQy','나가기','224324EkUutM','21FvVUwC','744PrjFMS','4inkUdP','9mItSHT','5953570VKzIme','16538467NIskzB','9519464ylMyNt','741005XCbFhB','824745huzacu'];_0x5da9=function(){return _0x5217a3;};return _0x5da9();}const t={'embed-ui':{'fullscreen':{'exit':_0x5d86c0(0xc7)},'sheetsFloating':_0x232061}};export{t as default};
@@ -0,0 +1 @@
1
+ function _0x5381(_0x37c17f,_0x352019){_0x37c17f=_0x37c17f-0xac;const _0x45e6da=_0x45e6();let _0x5381d9=_0x45e6da[_0x37c17f];return _0x5381d9;}const _0x271c81=_0x5381;(function(_0x4b86d7,_0x32cdde){const _0x54c078=_0x5381,_0x34c096=_0x4b86d7();while(!![]){try{const _0x42dda0=-parseInt(_0x54c078(0xb3))/0x1*(parseInt(_0x54c078(0xb5))/0x2)+parseInt(_0x54c078(0xb4))/0x3+-parseInt(_0x54c078(0xac))/0x4*(parseInt(_0x54c078(0xb7))/0x5)+parseInt(_0x54c078(0xb2))/0x6*(-parseInt(_0x54c078(0xb0))/0x7)+parseInt(_0x54c078(0xad))/0x8+-parseInt(_0x54c078(0xb1))/0x9*(parseInt(_0x54c078(0xaf))/0xa)+parseInt(_0x54c078(0xae))/0xb;if(_0x42dda0===_0x32cdde)break;else _0x34c096['push'](_0x34c096['shift']());}catch(_0x43af68){_0x34c096['push'](_0x34c096['shift']());}}}(_0x45e6,0xada84));import{enUSSheetsFloatingLocale as _0x5e6e52}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':_0x271c81(0xb6)},'sheetsFloating':_0x5e6e52}};export{t as default};function _0x45e6(){const _0x1964f8=['217256FRrXJt','2336248hrhhxI','32235368bmFvvV','420ynTMlc','84vZQytH','238041KqATqy','397422SuSeMF','15iEnrDw','1890684tKQhVH','56138tHqYJL','Zamknij','75gZZsKl'];_0x45e6=function(){return _0x1964f8;};return _0x45e6();}
@@ -0,0 +1 @@
1
+ const _0x28c430=_0x30f9;(function(_0x2a78aa,_0x518eeb){const _0x3c6bdf=_0x30f9,_0x22e6b1=_0x2a78aa();while(!![]){try{const _0x4a0011=parseInt(_0x3c6bdf(0x1d2))/0x1*(parseInt(_0x3c6bdf(0x1d6))/0x2)+-parseInt(_0x3c6bdf(0x1db))/0x3+-parseInt(_0x3c6bdf(0x1d9))/0x4+parseInt(_0x3c6bdf(0x1d3))/0x5+parseInt(_0x3c6bdf(0x1d5))/0x6+-parseInt(_0x3c6bdf(0x1da))/0x7+-parseInt(_0x3c6bdf(0x1d8))/0x8*(-parseInt(_0x3c6bdf(0x1d4))/0x9);if(_0x4a0011===_0x518eeb)break;else _0x22e6b1['push'](_0x22e6b1['shift']());}catch(_0x1c22f2){_0x22e6b1['push'](_0x22e6b1['shift']());}}}(_0x4a9b,0xdbce5));function _0x4a9b(){const _0x13f7a8=['8663286kinMVL','1951282UpOcoT','Sair','8fIRPqF','1886408ZajPrz','12497555QvZJGe','3578073qNssfS','1IDDkxB','2017750KDUbfw','13742199KzKheX'];_0x4a9b=function(){return _0x13f7a8;};return _0x4a9b();}import{enUSSheetsFloatingLocale as _0x3dac67}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':_0x28c430(0x1d7)},'sheetsFloating':_0x3dac67}};function _0x30f9(_0x593365,_0x4cefd1){_0x593365=_0x593365-0x1d2;const _0x4a9b63=_0x4a9b();let _0x30f92c=_0x4a9b63[_0x593365];return _0x30f92c;}export{t as default};
@@ -0,0 +1 @@
1
+ (function(_0x20aace,_0x64495e){const _0x830ba0=_0x33f0,_0x306a30=_0x20aace();while(!![]){try{const _0xddf925=-parseInt(_0x830ba0(0x1ca))/0x1*(-parseInt(_0x830ba0(0x1c9))/0x2)+-parseInt(_0x830ba0(0x1c8))/0x3*(parseInt(_0x830ba0(0x1cc))/0x4)+parseInt(_0x830ba0(0x1c2))/0x5*(-parseInt(_0x830ba0(0x1c4))/0x6)+-parseInt(_0x830ba0(0x1c5))/0x7*(-parseInt(_0x830ba0(0x1c7))/0x8)+-parseInt(_0x830ba0(0x1c0))/0x9*(parseInt(_0x830ba0(0x1c1))/0xa)+parseInt(_0x830ba0(0x1c6))/0xb+-parseInt(_0x830ba0(0x1cb))/0xc*(-parseInt(_0x830ba0(0x1c3))/0xd);if(_0xddf925===_0x64495e)break;else _0x306a30['push'](_0x306a30['shift']());}catch(_0xffa04a){_0x306a30['push'](_0x306a30['shift']());}}}(_0x49af,0xdd7fd));import{enUSSheetsFloatingLocale as _0x551dd6}from'./sheets-floating.js';function _0x49af(){const _0x28e9b8=['2sKPWTt','7966ZXhhkF','12801132EoXtLB','4rMVvKW','9JILueE','8265090LcemuZ','6147535XlwXlQ','13xYpndq','6QsXKoQ','35cYvxqE','12601039AlQKIT','1767448QefheD','1084962jXMixO'];_0x49af=function(){return _0x28e9b8;};return _0x49af();}function _0x33f0(_0x3da147,_0x4211c2){_0x3da147=_0x3da147-0x1c0;const _0x49af7c=_0x49af();let _0x33f0f3=_0x49af7c[_0x3da147];return _0x33f0f3;}const t={'embed-ui':{'fullscreen':{'exit':'Выйти'},'sheetsFloating':_0x551dd6}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x2301fc=_0xa7b4;function _0x1a07(){const _0x42b8e0=['Horizontal\x20align','12zBiHQn','Clip','Fill\x20color','Border','886660olToTl','borderSize','Merge\x20cells','9egazpt','Wrap','right','borderColor','Text\x20color','2pMFZNE','80176uhgmIM','Bold','top','21fxJeBW','Overflow','3472997UMzqdN','9255MlTnul','Text\x20wrap','center','72436YIIZLk','636fTIEeY','left','bottom','556969mWJAJJ','1515928HQJxgP'];_0x1a07=function(){return _0x42b8e0;};return _0x1a07();}(function(_0x1ec392,_0x4b9040){const _0x1de9fa=_0xa7b4,_0x2849a1=_0x1ec392();while(!![]){try{const _0x219cee=-parseInt(_0x1de9fa(0x99))/0x1*(parseInt(_0x1de9fa(0x98))/0x2)+parseInt(_0x1de9fa(0x7f))/0x3*(-parseInt(_0x1de9fa(0x85))/0x4)+parseInt(_0x1de9fa(0x82))/0x5*(parseInt(_0x1de9fa(0x86))/0x6)+-parseInt(_0x1de9fa(0x89))/0x7+parseInt(_0x1de9fa(0x8a))/0x8*(-parseInt(_0x1de9fa(0x93))/0x9)+parseInt(_0x1de9fa(0x90))/0xa+parseInt(_0x1de9fa(0x81))/0xb*(parseInt(_0x1de9fa(0x8c))/0xc);if(_0x219cee===_0x4b9040)break;else _0x2849a1['push'](_0x2849a1['shift']());}catch(_0x386d1b){_0x2849a1['push'](_0x2849a1['shift']());}}}(_0x1a07,0x1e6ba));function _0xa7b4(_0x1e1666,_0x20cbe8){_0x1e1666=_0x1e1666-0x7f;const _0x1a07a7=_0x1a07();let _0xa7b401=_0x1a07a7[_0x1e1666];return _0xa7b401;}const e={'toolbar':{'formatPainter':'Paint\x20format','font':'Font','fontSize':'Font\x20size','bold':_0x2301fc(0x9a),'resetColor':'Reset','textColor':{'main':_0x2301fc(0x97)},'fillColor':{'main':_0x2301fc(0x8e)},'border':{'main':_0x2301fc(0x8f)},'mergeCell':{'main':_0x2301fc(0x92)},'horizontalAlignMode':{'main':_0x2301fc(0x8b)},'verticalAlignMode':{'main':'Vertical\x20align'},'textWrapMode':{'main':_0x2301fc(0x83)}},'align':{'left':_0x2301fc(0x87),'center':_0x2301fc(0x84),'right':_0x2301fc(0x95),'top':_0x2301fc(0x9b),'middle':'middle','bottom':_0x2301fc(0x88)},'borderLine':{'borderColor':_0x2301fc(0x96),'borderSize':_0x2301fc(0x91)},'textWrap':{'overflow':_0x2301fc(0x80),'wrap':_0x2301fc(0x94),'clip':_0x2301fc(0x8d)}};export{e as enUSSheetsFloatingLocale};
@@ -0,0 +1 @@
1
+ function _0x5d1b(_0x4a8e85,_0x2d9e80){_0x4a8e85=_0x4a8e85-0x107;const _0x15d4c1=_0x15d4();let _0x5d1ba7=_0x15d4c1[_0x4a8e85];return _0x5d1ba7;}const _0x56b3a8=_0x5d1b;(function(_0x22925e,_0xceb737){const _0x26fd94=_0x5d1b,_0x1f6a64=_0x22925e();while(!![]){try{const _0x2f195e=-parseInt(_0x26fd94(0x109))/0x1+-parseInt(_0x26fd94(0x10c))/0x2+parseInt(_0x26fd94(0x10b))/0x3*(-parseInt(_0x26fd94(0x10e))/0x4)+parseInt(_0x26fd94(0x107))/0x5*(parseInt(_0x26fd94(0x10a))/0x6)+-parseInt(_0x26fd94(0x111))/0x7+parseInt(_0x26fd94(0x10d))/0x8*(parseInt(_0x26fd94(0x108))/0x9)+-parseInt(_0x26fd94(0x110))/0xa*(-parseInt(_0x26fd94(0x10f))/0xb);if(_0x2f195e===_0xceb737)break;else _0x1f6a64['push'](_0x1f6a64['shift']());}catch(_0x501d8f){_0x1f6a64['push'](_0x1f6a64['shift']());}}}(_0x15d4,0x21871));import{enUSSheetsFloatingLocale as _0x7f762a}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':_0x56b3a8(0x112)},'sheetsFloating':_0x7f762a}};function _0x15d4(){const _0x724815=['1021475FNlPVh','Ukončiť','182705LcOSho','24723pFwPRJ','2413kYmprx','12eTgCra','207861YHrAkk','493132BIyYGb','464lMBuMb','8YeauIm','297lEjGze','162370msJbaw'];_0x15d4=function(){return _0x724815;};return _0x15d4();}export{t as default};
@@ -0,0 +1 @@
1
+ const _0xefd33e=_0x4713;function _0x4713(_0x208315,_0x7b79ff){_0x208315=_0x208315-0x133;const _0x371f50=_0x371f();let _0x4713bd=_0x371f50[_0x208315];return _0x4713bd;}(function(_0x4a0b7f,_0x582913){const _0x5e039e=_0x4713,_0x5d1c5b=_0x4a0b7f();while(!![]){try{const _0x321a23=-parseInt(_0x5e039e(0x138))/0x1+parseInt(_0x5e039e(0x137))/0x2*(-parseInt(_0x5e039e(0x13a))/0x3)+parseInt(_0x5e039e(0x139))/0x4*(-parseInt(_0x5e039e(0x13c))/0x5)+-parseInt(_0x5e039e(0x13e))/0x6*(-parseInt(_0x5e039e(0x13b))/0x7)+parseInt(_0x5e039e(0x136))/0x8*(-parseInt(_0x5e039e(0x133))/0x9)+-parseInt(_0x5e039e(0x134))/0xa+parseInt(_0x5e039e(0x13d))/0xb;if(_0x321a23===_0x582913)break;else _0x5d1c5b['push'](_0x5d1c5b['shift']());}catch(_0x4ab55f){_0x5d1c5b['push'](_0x5d1c5b['shift']());}}}(_0x371f,0x1c386));import{enUSSheetsFloatingLocale as _0x3b41d3}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':_0xefd33e(0x135)},'sheetsFloating':_0x3b41d3}};function _0x371f(){const _0x3bbcfa=['672504UdqhQz','25YwGwnP','8288555WaXEuF','12cUJLXc','18twlKYc','1444290XNtedf','Thoát','912136BHGDUU','186978YdGrHc','226012YOxiva','110476iObBjU','3OpaROH'];_0x371f=function(){return _0x3bbcfa;};return _0x371f();}export{t as default};
@@ -0,0 +1 @@
1
+ const _0x3607cc=_0x303a;(function(_0x153a22,_0x523a08){const _0x2cc50a=_0x303a,_0x3972f7=_0x153a22();while(!![]){try{const _0x11722a=-parseInt(_0x2cc50a(0x119))/0x1+-parseInt(_0x2cc50a(0x116))/0x2*(-parseInt(_0x2cc50a(0x114))/0x3)+-parseInt(_0x2cc50a(0x108))/0x4*(parseInt(_0x2cc50a(0x10e))/0x5)+parseInt(_0x2cc50a(0x110))/0x6+-parseInt(_0x2cc50a(0x106))/0x7*(-parseInt(_0x2cc50a(0x105))/0x8)+-parseInt(_0x2cc50a(0x10b))/0x9*(parseInt(_0x2cc50a(0x107))/0xa)+-parseInt(_0x2cc50a(0x118))/0xb*(-parseInt(_0x2cc50a(0x10f))/0xc);if(_0x11722a===_0x523a08)break;else _0x3972f7['push'](_0x3972f7['shift']());}catch(_0x3cc634){_0x3972f7['push'](_0x3972f7['shift']());}}}(_0x1dc5,0x2ebd0));function _0x303a(_0x4264d9,_0xfc0637){_0x4264d9=_0x4264d9-0x103;const _0x1dc59a=_0x1dc5();let _0x303a0f=_0x1dc59a[_0x4264d9];return _0x303a0f;}const e={'embed-ui':{'fullscreen':{'exit':'退出'},'sheetsFloating':{'toolbar':{'formatPainter':_0x3607cc(0x10a),'font':'字体','fontSize':'字号','bold':'粗体','resetColor':_0x3607cc(0x112),'textColor':{'main':_0x3607cc(0x103)},'fillColor':{'main':_0x3607cc(0x10d)},'border':{'main':'边框'},'mergeCell':{'main':_0x3607cc(0x111)},'horizontalAlignMode':{'main':_0x3607cc(0x115)},'verticalAlignMode':{'main':'垂直对齐'},'textWrapMode':{'main':_0x3607cc(0x113)}},'align':{'left':_0x3607cc(0x104),'center':_0x3607cc(0x10c),'right':'右对齐','top':'顶部对齐','middle':'居中对齐','bottom':_0x3607cc(0x109)},'borderLine':{'borderColor':'边框颜色','borderSize':'边框粗细'},'textWrap':{'overflow':'溢出','wrap':_0x3607cc(0x117),'clip':'截断'}}}};export{e as default};function _0x1dc5(){const _0x253c53=['5lfwweU','24BzptqF','2289762RkgSnz','合并单元格','重置颜色','文本换行','4722FXDtER','水平对齐','222oSDFBM','自动换行','1213762LkCWll','266145LMqCjZ','文本颜色','左对齐','32VSTAYZ','432656ETOdWk','710sIGpFP','1016804yPlyDv','底部对齐','格式刷','39609VWXwYy','中间对齐','单元格颜色'];_0x1dc5=function(){return _0x253c53;};return _0x1dc5();}
@@ -0,0 +1 @@
1
+ (function(_0x3d836c,_0x3f9f4e){const _0x17e665=_0x33f9,_0xa774ee=_0x3d836c();while(!![]){try{const _0x5791f4=-parseInt(_0x17e665(0x1ab))/0x1*(-parseInt(_0x17e665(0x1a6))/0x2)+parseInt(_0x17e665(0x1a4))/0x3*(parseInt(_0x17e665(0x1a8))/0x4)+-parseInt(_0x17e665(0x1aa))/0x5+-parseInt(_0x17e665(0x1a9))/0x6*(parseInt(_0x17e665(0x1a7))/0x7)+parseInt(_0x17e665(0x1a2))/0x8+parseInt(_0x17e665(0x1a5))/0x9+-parseInt(_0x17e665(0x1a3))/0xa;if(_0x5791f4===_0x3f9f4e)break;else _0xa774ee['push'](_0xa774ee['shift']());}catch(_0x5d3a31){_0xa774ee['push'](_0xa774ee['shift']());}}}(_0x44a8,0x1fe16));import{enUSSheetsFloatingLocale as _0x50238b}from'./sheets-floating.js';function _0x33f9(_0x116925,_0x5a532e){_0x116925=_0x116925-0x1a2;const _0x44a87c=_0x44a8();let _0x33f982=_0x44a87c[_0x116925];return _0x33f982;}const t={'embed-ui':{'fullscreen':{'exit':'退出'},'sheetsFloating':_0x50238b}};function _0x44a8(){const _0x22a0a7=['21DcLLOM','6976ReIgFF','368454uPQRVI','41035eDWAwF','947waBIzV','399408IUCZpt','880320kysOdz','120ogTLqc','994365dGRUhz','382PXmXtm'];_0x44a8=function(){return _0x22a0a7;};return _0x44a8();}export{t as default};
@@ -0,0 +1 @@
1
+ (function(_0x2210d4,_0x3aaa9f){const _0x1772ad=_0x4097,_0x292e64=_0x2210d4();while(!![]){try{const _0x5c644d=parseInt(_0x1772ad(0x193))/0x1+-parseInt(_0x1772ad(0x19c))/0x2+parseInt(_0x1772ad(0x197))/0x3*(-parseInt(_0x1772ad(0x194))/0x4)+-parseInt(_0x1772ad(0x19b))/0x5+parseInt(_0x1772ad(0x19a))/0x6*(parseInt(_0x1772ad(0x199))/0x7)+-parseInt(_0x1772ad(0x196))/0x8+parseInt(_0x1772ad(0x198))/0x9*(parseInt(_0x1772ad(0x195))/0xa);if(_0x5c644d===_0x3aaa9f)break;else _0x292e64['push'](_0x292e64['shift']());}catch(_0x4fd32a){_0x292e64['push'](_0x292e64['shift']());}}}(_0x574d,0x9511f));function _0x574d(){const _0xf72406=['7qCKSzG','3598986oZEYGr','5092880JOHBbS','416176JUeALE','769615gMpjsz','12XYQJUL','3680edquDo','1695744SBSeNA','878703toCuBB','38115ocLTRV'];_0x574d=function(){return _0xf72406;};return _0x574d();}function _0x4097(_0x49577b,_0x454ff3){_0x49577b=_0x49577b-0x193;const _0x574df5=_0x574d();let _0x40975b=_0x574df5[_0x49577b];return _0x40975b;}import{enUSSheetsFloatingLocale as _0x44f803}from'./sheets-floating.js';const t={'embed-ui':{'fullscreen':{'exit':'退出'},'sheetsFloating':_0x44f803}};export{t as default};