@univerjs-pro/embed-ui 1.0.0-insiders.20260709-5fcadb2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sheets-floating.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sheets-floating.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +1135 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sheets-floating.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/common/const.d.ts +17 -0
- package/lib/types/common/embed-float-interaction-policy.d.ts +28 -0
- package/lib/types/common/embed-host-chrome-policy.d.ts +34 -0
- package/lib/types/common/embed-runtime-policy.d.ts +28 -0
- package/lib/types/common/embed-runtime-slots.d.ts +24 -0
- package/lib/types/common/tab-peer-workbench.d.ts +21 -0
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +56 -0
- package/lib/types/components/EmbedFloatFullscreenButton.d.ts +31 -0
- package/lib/types/components/EmbedHostToolbarMenu.d.ts +52 -0
- package/lib/types/components/EmbedRuntimeProviders.d.ts +24 -0
- package/lib/types/config/config.d.ts +25 -0
- package/lib/types/controllers/docs-table-passive-wheel-bridge.controller.d.ts +7 -0
- package/lib/types/controllers/embed-host-anchor-cleanup.controller.d.ts +22 -0
- package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +29 -0
- package/lib/types/index.d.ts +71 -0
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/ca-ES.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +70 -0
- package/lib/types/locale/es-ES.d.ts +18 -0
- package/lib/types/locale/fa-IR.d.ts +18 -0
- package/lib/types/locale/fr-FR.d.ts +18 -0
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/ja-JP.d.ts +18 -0
- package/lib/types/locale/ko-KR.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/ru-RU.d.ts +18 -0
- package/lib/types/locale/sheets-floating.d.ts +62 -0
- package/lib/types/locale/sk-SK.d.ts +18 -0
- package/lib/types/locale/types.d.ts +18 -0
- package/lib/types/locale/vi-VN.d.ts +18 -0
- package/lib/types/locale/zh-CN.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/types/locale/zh-TW.d.ts +18 -0
- package/lib/types/plugin.d.ts +38 -0
- package/lib/types/product-menus/docs-product-menus.d.ts +17 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +13 -0
- package/lib/types/products/bases/EmbedChildView.spec.d.ts +1 -0
- package/lib/types/products/bases/EmbedFloatingMenu.d.ts +37 -0
- package/lib/types/products/bases/embed-block.d.ts +2 -0
- package/lib/types/products/bases/embed-content-size.d.ts +9 -0
- package/lib/types/products/bases/embed-host-adapter.d.ts +6 -0
- package/lib/types/products/bases/embed-passive-viewport.d.ts +3 -0
- package/lib/types/products/bases/register.d.ts +13 -0
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +54 -0
- package/lib/types/products/docs/EmbedFloatingMenu.d.ts +29 -0
- package/lib/types/products/docs/embed-block.d.ts +18 -0
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +40 -0
- package/lib/types/products/docs/embed-host-adapter.d.ts +21 -0
- package/lib/types/products/docs/embed-passive-viewport.d.ts +18 -0
- package/lib/types/products/docs/register.d.ts +17 -0
- package/lib/types/products/product-ui-contributions.d.ts +2 -0
- package/lib/types/products/sheets/EmbedBlock.d.ts +23 -0
- package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +79 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +17 -0
- package/lib/types/products/sheets/embed-host-adapter.d.ts +20 -0
- package/lib/types/products/sheets/embed-passive-viewport.d.ts +18 -0
- package/lib/types/products/sheets/embed-product-menu.d.ts +36 -0
- package/lib/types/products/sheets/register.d.ts +43 -0
- package/lib/types/products/slides/EmbedChildView.d.ts +3 -0
- package/lib/types/products/slides/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +28 -0
- package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
- package/lib/types/products/slides/embed-block.d.ts +2 -0
- package/lib/types/products/slides/embed-floating-menu-stage.d.ts +8 -0
- package/lib/types/products/slides/embed-floating-menu.d.ts +5 -0
- package/lib/types/products/slides/embed-host-adapter.d.ts +7 -0
- package/lib/types/products/slides/embed-passive-viewport.d.ts +2 -0
- package/lib/types/products/slides/register.d.ts +13 -0
- package/lib/types/products/slides/services/EmbedSlideReadonlyPreviewProvider.d.ts +15 -0
- package/lib/types/products/slides/services/embed-slide-float-preview.provider.d.ts +34 -0
- package/lib/types/services/embed-activation.service.d.ts +59 -0
- package/lib/types/services/embed-block-contribution-factory.d.ts +32 -0
- package/lib/types/services/embed-block-registry.service.d.ts +23 -0
- package/lib/types/services/embed-child-product-plugin-lease.d.ts +30 -0
- package/lib/types/services/embed-child-product-plugin-registry.service.d.ts +55 -0
- package/lib/types/services/embed-child-runtime-scope.d.ts +22 -0
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +21 -0
- package/lib/types/services/embed-child-view-registry.service.d.ts +23 -0
- package/lib/types/services/embed-content-size-registry.service.d.ts +24 -0
- package/lib/types/services/embed-default-floating-menu.d.ts +19 -0
- package/lib/types/services/embed-docs-sticky-wheel.d.ts +17 -0
- package/lib/types/services/embed-dom-passive-viewport-provider.d.ts +23 -0
- package/lib/types/services/embed-float-preview.service.d.ts +44 -0
- package/lib/types/services/embed-floating-active.service.d.ts +26 -0
- package/lib/types/services/embed-floating-geometry.service.d.ts +37 -0
- package/lib/types/services/embed-floating-menu-registry.service.d.ts +26 -0
- package/lib/types/services/embed-floating-menu-root.d.ts +17 -0
- package/lib/types/services/embed-fullscreen.service.d.ts +27 -0
- package/lib/types/services/embed-host-container-registry.service.d.ts +26 -0
- package/lib/types/services/embed-host-menu-override.service.d.ts +29 -0
- package/lib/types/services/embed-host-restore.service.d.ts +34 -0
- package/lib/types/services/embed-interaction-boundary.service.d.ts +57 -0
- package/lib/types/services/embed-mount.service.d.ts +68 -0
- package/lib/types/services/embed-overlay-root.service.d.ts +37 -0
- package/lib/types/services/embed-passive-viewport-registry.service.d.ts +24 -0
- package/lib/types/services/embed-passive-wheel-handler-registry.service.d.ts +24 -0
- package/lib/types/services/embed-product-floating-menu-contributions.d.ts +17 -0
- package/lib/types/services/embed-product-menu-mounting.d.ts +33 -0
- package/lib/types/services/embed-product-menu-registry.service.d.ts +29 -0
- package/lib/types/services/embed-readonly-preview-registry.service.d.ts +23 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +23 -0
- package/lib/types/services/embed-render-child-view-contribution.d.ts +76 -0
- package/lib/types/services/embed-runtime-focus-coordinator.service.d.ts +91 -0
- package/lib/types/services/embed-runtime-policy.service.d.ts +43 -0
- package/lib/types/services/embed-runtime-scope-dom.d.ts +30 -0
- package/lib/types/services/embed-scene-canvas-capture.service.d.ts +39 -0
- package/lib/types/services/embed-scene-passive-wheel.d.ts +36 -0
- package/lib/types/services/embed-screenshot.service.d.ts +16 -0
- package/lib/types/services/embed-ui-contribution-register.d.ts +20 -0
- package/lib/types/services/embed-undo-bridge.service.d.ts +29 -0
- package/lib/types/services/react-root-disposal.d.ts +21 -0
- package/lib/types/types/embed-ui.d.ts +307 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sheets-floating.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +110 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x56e90c=_0x5915;(function(_0x2d4b31,_0x2c90b6){const _0x452115=_0x5915,_0x399455=_0x2d4b31();while(!![]){try{const _0x331825=parseInt(_0x452115(0x15d))/0x1*(parseInt(_0x452115(0x160))/0x2)+-parseInt(_0x452115(0x159))/0x3*(-parseInt(_0x452115(0x15b))/0x4)+-parseInt(_0x452115(0x158))/0x5*(-parseInt(_0x452115(0x162))/0x6)+-parseInt(_0x452115(0x15e))/0x7*(parseInt(_0x452115(0x15a))/0x8)+-parseInt(_0x452115(0x15c))/0x9*(-parseInt(_0x452115(0x156))/0xa)+-parseInt(_0x452115(0x157))/0xb*(parseInt(_0x452115(0x161))/0xc)+-parseInt(_0x452115(0x154))/0xd*(-parseInt(_0x452115(0x155))/0xe);if(_0x331825===_0x2c90b6)break;else _0x399455['push'](_0x399455['shift']());}catch(_0x3075eb){_0x399455['push'](_0x399455['shift']());}}}(_0x42a1,0x3d9f2));function _0x5915(_0x56d8f6,_0x2c6245){_0x56d8f6=_0x56d8f6-0x154;const _0x42a187=_0x42a1();let _0x59157b=_0x42a187[_0x56d8f6];return _0x59157b;}const e={'embed-ui':{'fullscreen':{'exit':_0x56e90c(0x15f)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module['exports']=e;function _0x42a1(){const _0x44e7ff=['506560GbMPfK','532576JrmWHj','14810cHQUNi','918zVCfvv','3679384KEvujP','1096opdDZp','9uAFzod','208963YgWrLy','7mMEjcM','خروج','4eficJO','48uyhywn','114BIIcWR','1288235AJCrdd','42ChUFpc'];_0x42a1=function(){return _0x44e7ff;};return _0x42a1();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2df65d=_0x190e;(function(_0x2de6e6,_0x211a37){const _0x1c541a=_0x190e,_0x3b5bb0=_0x2de6e6();while(!![]){try{const _0x4afb75=parseInt(_0x1c541a(0x14d))/0x1*(parseInt(_0x1c541a(0x157))/0x2)+parseInt(_0x1c541a(0x154))/0x3+-parseInt(_0x1c541a(0x150))/0x4*(-parseInt(_0x1c541a(0x14c))/0x5)+parseInt(_0x1c541a(0x14f))/0x6+-parseInt(_0x1c541a(0x155))/0x7+-parseInt(_0x1c541a(0x152))/0x8*(-parseInt(_0x1c541a(0x153))/0x9)+parseInt(_0x1c541a(0x151))/0xa*(-parseInt(_0x1c541a(0x156))/0xb);if(_0x4afb75===_0x211a37)break;else _0x3b5bb0['push'](_0x3b5bb0['shift']());}catch(_0x4f981a){_0x3b5bb0['push'](_0x3b5bb0['shift']());}}}(_0x3b20,0x86f1c));const e={'embed-ui':{'fullscreen':{'exit':_0x2df65d(0x14e)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module[_0x2df65d(0x14b)]=e;function _0x190e(_0x155845,_0x4f0e70){_0x155845=_0x155845-0x14b;const _0x3b204e=_0x3b20();let _0x190e2c=_0x3b204e[_0x155845];return _0x190e2c;}function _0x3b20(){const _0x4781c8=['733923FUJyZb','3608815CMaxTh','63239iMUBro','268ucPdNB','exports','41485gPlrHQ','7001UeYrWV','Surt','2502612dlKQmv','524jWXGfh','3540UyffnZ','8eeLNuj','3749751koIMXB'];_0x3b20=function(){return _0x4781c8;};return _0x3b20();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x35e9(_0x152e9d,_0x42b20b){_0x152e9d=_0x152e9d-0x6c;const _0x63ff4f=_0x63ff();let _0x35e9b7=_0x63ff4f[_0x152e9d];return _0x35e9b7;}const _0x456d7b=_0x35e9;(function(_0x151f9d,_0x43c7a4){const _0xfe9a0f=_0x35e9,_0xbd464b=_0x151f9d();while(!![]){try{const _0x4fa223=-parseInt(_0xfe9a0f(0x78))/0x1*(-parseInt(_0xfe9a0f(0x77))/0x2)+parseInt(_0xfe9a0f(0x73))/0x3*(-parseInt(_0xfe9a0f(0x70))/0x4)+parseInt(_0xfe9a0f(0x74))/0x5*(parseInt(_0xfe9a0f(0x6f))/0x6)+parseInt(_0xfe9a0f(0x6d))/0x7*(parseInt(_0xfe9a0f(0x75))/0x8)+-parseInt(_0xfe9a0f(0x72))/0x9+-parseInt(_0xfe9a0f(0x76))/0xa+-parseInt(_0xfe9a0f(0x6e))/0xb;if(_0x4fa223===_0x43c7a4)break;else _0xbd464b['push'](_0xbd464b['shift']());}catch(_0x21f90e){_0xbd464b['push'](_0xbd464b['shift']());}}}(_0x63ff,0xe649e));const e={'embed-ui':{'fullscreen':{'exit':_0x456d7b(0x6c)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module[_0x456d7b(0x71)]=e;function _0x63ff(){const _0x557c76=['3115827BMsEJg','4923voYhlx','4465BMOSjM','16mmiLFr','3858160SGTvsm','4tycYsW','409438WYGBcE','Beenden','2306171EiOcbj','3618307wuUCTi','7782ULofky','1540iIeypc','exports'];_0x63ff=function(){return _0x557c76;};return _0x63ff();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x498cfd=_0x1f5b;function _0x53f4(){const _0x4289e1=['6fveIuo','top','99ArBbee','46852JfEWSq','4QDZSLj','Clip','Font\x20size','Font','Horizontal\x20align','Reset','right','Fill\x20color','569110ZRWalE','middle','164318qaQNof','7297477gPWwtq','Text\x20wrap','23fOsZqK','center','1738805yPVxed','Bold','borderSize','791769dziqtG','exports','290848ysKHwv','Vertical\x20align','Wrap','Paint\x20format','Border'];_0x53f4=function(){return _0x4289e1;};return _0x53f4();}function _0x1f5b(_0x5877a6,_0x21e30f){_0x5877a6=_0x5877a6-0x108;const _0x53f4cf=_0x53f4();let _0x1f5bb3=_0x53f4cf[_0x5877a6];return _0x1f5bb3;}(function(_0x4aaa2a,_0x4675a7){const _0x46a09d=_0x1f5b,_0x79af26=_0x4aaa2a();while(!![]){try{const _0xa800a3=-parseInt(_0x46a09d(0x10a))/0x1*(-parseInt(_0x46a09d(0x119))/0x2)+-parseInt(_0x46a09d(0x10f))/0x3*(-parseInt(_0x46a09d(0x11a))/0x4)+-parseInt(_0x46a09d(0x10c))/0x5*(parseInt(_0x46a09d(0x116))/0x6)+-parseInt(_0x46a09d(0x124))/0x7+-parseInt(_0x46a09d(0x111))/0x8+-parseInt(_0x46a09d(0x118))/0x9*(-parseInt(_0x46a09d(0x122))/0xa)+-parseInt(_0x46a09d(0x108))/0xb;if(_0xa800a3===_0x4675a7)break;else _0x79af26['push'](_0x79af26['shift']());}catch(_0x3ad73a){_0x79af26['push'](_0x79af26['shift']());}}}(_0x53f4,0x57570));const e={'embed-ui':{'fullscreen':{'exit':'Exit'},'sheetsFloating':{'toolbar':{'formatPainter':_0x498cfd(0x114),'font':_0x498cfd(0x11d),'fontSize':_0x498cfd(0x11c),'bold':_0x498cfd(0x10d),'resetColor':_0x498cfd(0x11f),'textColor':{'main':'Text\x20color'},'fillColor':{'main':_0x498cfd(0x121)},'border':{'main':_0x498cfd(0x115)},'mergeCell':{'main':'Merge\x20cells'},'horizontalAlignMode':{'main':_0x498cfd(0x11e)},'verticalAlignMode':{'main':_0x498cfd(0x112)},'textWrapMode':{'main':_0x498cfd(0x109)}},'align':{'left':'left','center':_0x498cfd(0x10b),'right':_0x498cfd(0x120),'top':_0x498cfd(0x117),'middle':_0x498cfd(0x123),'bottom':'bottom'},'borderLine':{'borderColor':'borderColor','borderSize':_0x498cfd(0x10e)},'textWrap':{'overflow':'Overflow','wrap':_0x498cfd(0x113),'clip':_0x498cfd(0x11b)}}}};module[_0x498cfd(0x110)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x51a8(_0x3bf827,_0x10aa31){_0x3bf827=_0x3bf827-0x179;const _0x23c0e2=_0x23c0();let _0x51a873=_0x23c0e2[_0x3bf827];return _0x51a873;}const _0x134460=_0x51a8;(function(_0xf82def,_0x17b2f2){const _0x4b0be0=_0x51a8,_0x4e8f6d=_0xf82def();while(!![]){try{const _0x2da42b=parseInt(_0x4b0be0(0x181))/0x1+parseInt(_0x4b0be0(0x17b))/0x2+-parseInt(_0x4b0be0(0x183))/0x3*(-parseInt(_0x4b0be0(0x17a))/0x4)+parseInt(_0x4b0be0(0x179))/0x5*(parseInt(_0x4b0be0(0x180))/0x6)+-parseInt(_0x4b0be0(0x17d))/0x7+parseInt(_0x4b0be0(0x17f))/0x8+-parseInt(_0x4b0be0(0x182))/0x9*(parseInt(_0x4b0be0(0x17e))/0xa);if(_0x2da42b===_0x17b2f2)break;else _0x4e8f6d['push'](_0x4e8f6d['shift']());}catch(_0x2c333b){_0x4e8f6d['push'](_0x4e8f6d['shift']());}}}(_0x23c0,0xa6e0a));const e={'embed-ui':{'fullscreen':{'exit':'Salir'},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};function _0x23c0(){const _0x20635e=['18yVboqT','1885362tBsmBK','1831345gSGRwZ','4Zrjaqf','118764HyoOrN','exports','3814958zbngeK','8697080JJcrDX','8714944gXEIuu','6CsmfIt','824467EOWPLz'];_0x23c0=function(){return _0x20635e;};return _0x23c0();}module[_0x134460(0x17c)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x50a892=_0x3563;function _0x18cc(){const _0x3289c4=['10706310fQDDOD','exports','7278680YlOazb','3oBFQmD','3969956dlyCMZ','1080392ftioBk','1185270KtEloJ','1AsklGd','خروج','6613425GMoOZI','2205255xljQhP'];_0x18cc=function(){return _0x3289c4;};return _0x18cc();}(function(_0x8b5e6d,_0x4e4e24){const _0x44e8e3=_0x3563,_0x51e2ef=_0x8b5e6d();while(!![]){try{const _0x38ee25=parseInt(_0x44e8e3(0x1e5))/0x1*(parseInt(_0x44e8e3(0x1e3))/0x2)+parseInt(_0x44e8e3(0x1ec))/0x3*(-parseInt(_0x44e8e3(0x1e2))/0x4)+-parseInt(_0x44e8e3(0x1e8))/0x5+parseInt(_0x44e8e3(0x1e4))/0x6+parseInt(_0x44e8e3(0x1e7))/0x7+-parseInt(_0x44e8e3(0x1eb))/0x8+parseInt(_0x44e8e3(0x1e9))/0x9;if(_0x38ee25===_0x4e4e24)break;else _0x51e2ef['push'](_0x51e2ef['shift']());}catch(_0x5ed575){_0x51e2ef['push'](_0x51e2ef['shift']());}}}(_0x18cc,0x8115b));const e={'embed-ui':{'fullscreen':{'exit':_0x50a892(0x1e6)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};function _0x3563(_0x2836eb,_0x5466d4){_0x2836eb=_0x2836eb-0x1e2;const _0x18cc36=_0x18cc();let _0x356391=_0x18cc36[_0x2836eb];return _0x356391;}module[_0x50a892(0x1ea)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x30b0db=_0x1e8d;(function(_0x16f160,_0x169e30){const _0x1e74c6=_0x1e8d,_0x3328f2=_0x16f160();while(!![]){try{const _0x40db28=parseInt(_0x1e74c6(0x196))/0x1*(-parseInt(_0x1e74c6(0x197))/0x2)+-parseInt(_0x1e74c6(0x19f))/0x3*(-parseInt(_0x1e74c6(0x195))/0x4)+parseInt(_0x1e74c6(0x19a))/0x5*(-parseInt(_0x1e74c6(0x1a0))/0x6)+parseInt(_0x1e74c6(0x19d))/0x7+parseInt(_0x1e74c6(0x199))/0x8+-parseInt(_0x1e74c6(0x19b))/0x9*(parseInt(_0x1e74c6(0x19e))/0xa)+parseInt(_0x1e74c6(0x19c))/0xb;if(_0x40db28===_0x169e30)break;else _0x3328f2['push'](_0x3328f2['shift']());}catch(_0xaf3555){_0x3328f2['push'](_0x3328f2['shift']());}}}(_0x1f5d,0xc2779));function _0x1e8d(_0x30b2fc,_0xe99b6b){_0x30b2fc=_0x30b2fc-0x195;const _0x1f5d0c=_0x1f5d();let _0x1e8d09=_0x1f5d0c[_0x30b2fc];return _0x1e8d09;}const e={'embed-ui':{'fullscreen':{'exit':'Quitter'},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};function _0x1f5d(){const _0x238214=['11047ljSWsn','122iXiGDe','exports','6685240jXWGkU','170255oQwMEk','108Itniti','4744399QrfuCu','5241369HpZWWg','1213270IjAtAD','3140403sTwBiv','24MLinPZ','4rftiYb'];_0x1f5d=function(){return _0x238214;};return _0x1f5d();}module[_0x30b0db(0x198)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x7ecfb1=_0x6c8f;(function(_0x1ae931,_0x4e7bd2){const _0x329025=_0x6c8f,_0x2a2db1=_0x1ae931();while(!![]){try{const _0xc8f129=parseInt(_0x329025(0x1b4))/0x1+-parseInt(_0x329025(0x1b7))/0x2+parseInt(_0x329025(0x1b1))/0x3*(parseInt(_0x329025(0x1b0))/0x4)+-parseInt(_0x329025(0x1b5))/0x5+-parseInt(_0x329025(0x1b3))/0x6*(-parseInt(_0x329025(0x1ae))/0x7)+-parseInt(_0x329025(0x1ad))/0x8+-parseInt(_0x329025(0x1af))/0x9*(parseInt(_0x329025(0x1b6))/0xa);if(_0xc8f129===_0x4e7bd2)break;else _0x2a2db1['push'](_0x2a2db1['shift']());}catch(_0x5110a7){_0x2a2db1['push'](_0x2a2db1['shift']());}}}(_0x4471,0x4bb8b));function _0x6c8f(_0xaad5aa,_0x514b6f){_0xaad5aa=_0xaad5aa-0x1ac;const _0x44710a=_0x4471();let _0x6c8f03=_0x44710a[_0xaad5aa];return _0x6c8f03;}function _0x4471(){const _0x2da440=['27018toznMd','344ggVitZ','14907cJbJbo','exports','1447410fUZxRy','177025GNbDHG','613890bkIMWw','50cjfxAT','70856CTkHSG','Keluar','2897784oksDVE','7kPicIz'];_0x4471=function(){return _0x2da440;};return _0x4471();}const e={'embed-ui':{'fullscreen':{'exit':_0x7ecfb1(0x1ac)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module[_0x7ecfb1(0x1b2)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x485033=_0xeeb4;function _0xeeb4(_0x4403e7,_0x5e368f){_0x4403e7=_0x4403e7-0x110;const _0x4cd522=_0x4cd5();let _0xeeb40=_0x4cd522[_0x4403e7];return _0xeeb40;}(function(_0x5154d4,_0x749ab4){const _0x371c85=_0xeeb4,_0x2c0bd8=_0x5154d4();while(!![]){try{const _0x3cff2b=-parseInt(_0x371c85(0x110))/0x1*(-parseInt(_0x371c85(0x118))/0x2)+-parseInt(_0x371c85(0x113))/0x3*(-parseInt(_0x371c85(0x112))/0x4)+parseInt(_0x371c85(0x116))/0x5+-parseInt(_0x371c85(0x117))/0x6+-parseInt(_0x371c85(0x119))/0x7+-parseInt(_0x371c85(0x11b))/0x8*(parseInt(_0x371c85(0x114))/0x9)+-parseInt(_0x371c85(0x111))/0xa;if(_0x3cff2b===_0x749ab4)break;else _0x2c0bd8['push'](_0x2c0bd8['shift']());}catch(_0x26888b){_0x2c0bd8['push'](_0x2c0bd8['shift']());}}}(_0x4cd5,0x9f13d));const e={'embed-ui':{'fullscreen':{'exit':_0x485033(0x115)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};function _0x4cd5(){const _0xcb429a=['Esci','4934625QfbczF','3759288DEqFKl','10836nvnRmT','3917942hsEfIK','exports','8RSZTIx','33DqvYEj','4327820HYkOYf','4Ahjxxw','3662451LVokej','1043271fNYNuB'];_0x4cd5=function(){return _0xcb429a;};return _0x4cd5();}module[_0x485033(0x11a)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3fd5af=_0x1262;function _0x1262(_0x4b185c,_0x2af56f){_0x4b185c=_0x4b185c-0xf8;const _0x5982fb=_0x5982();let _0x126260=_0x5982fb[_0x4b185c];return _0x126260;}function _0x5982(){const _0xd55ddf=['519074SyhdsU','74577bWYhrw','64cAHSXM','12JZkkOP','6119487wpzLwG','1355994siEWHA','21224jHWreX','374250jydgUE','514157XEAHWD','exports','10sJQtMw','1YyVHLV','10IUUUJs'];_0x5982=function(){return _0xd55ddf;};return _0x5982();}(function(_0x423b1b,_0x2181e7){const _0xefa8a8=_0x1262,_0x3f393c=_0x423b1b();while(!![]){try{const _0x4e44cc=-parseInt(_0xefa8a8(0xfe))/0x1*(parseInt(_0xefa8a8(0x100))/0x2)+parseInt(_0xefa8a8(0x101))/0x3*(parseInt(_0xefa8a8(0x102))/0x4)+parseInt(_0xefa8a8(0xff))/0x5*(-parseInt(_0xefa8a8(0xfa))/0x6)+parseInt(_0xefa8a8(0xfb))/0x7+parseInt(_0xefa8a8(0xf9))/0x8+-parseInt(_0xefa8a8(0xf8))/0x9*(parseInt(_0xefa8a8(0xfd))/0xa)+-parseInt(_0xefa8a8(0x104))/0xb*(-parseInt(_0xefa8a8(0x103))/0xc);if(_0x4e44cc===_0x2181e7)break;else _0x3f393c['push'](_0x3f393c['shift']());}catch(_0x5cc381){_0x3f393c['push'](_0x3f393c['shift']());}}}(_0x5982,0x78e6c));const e={'embed-ui':{'fullscreen':{'exit':'終了'},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module[_0x3fd5af(0xfc)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1700eb=_0x34c3;function _0x5437(){const _0x569d3a=['5177070ZqoqFl','exports','955000onahKT','9KeypQA','14303180VLGuNn','584158WYcSeb','514731dLRfkU','4iKyQiX','36MJSkhP','10392592hjYNlQ','1724002zBGkuQ'];_0x5437=function(){return _0x569d3a;};return _0x5437();}(function(_0x11f36e,_0x5cce19){const _0x1c503e=_0x34c3,_0x51f2bb=_0x11f36e();while(!![]){try{const _0x208a41=-parseInt(_0x1c503e(0xe5))/0x1*(-parseInt(_0x1c503e(0xe7))/0x2)+parseInt(_0x1c503e(0xe6))/0x3+-parseInt(_0x1c503e(0xed))/0x4+parseInt(_0x1c503e(0xeb))/0x5+parseInt(_0x1c503e(0xe8))/0x6*(-parseInt(_0x1c503e(0xea))/0x7)+-parseInt(_0x1c503e(0xe9))/0x8+-parseInt(_0x1c503e(0xe3))/0x9*(-parseInt(_0x1c503e(0xe4))/0xa);if(_0x208a41===_0x5cce19)break;else _0x51f2bb['push'](_0x51f2bb['shift']());}catch(_0x50124a){_0x51f2bb['push'](_0x51f2bb['shift']());}}}(_0x5437,0xc0e45));const e={'embed-ui':{'fullscreen':{'exit':'나가기'},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};function _0x34c3(_0x1c14e0,_0x54fe91){_0x1c14e0=_0x1c14e0-0xe3;const _0x54370a=_0x5437();let _0x34c36b=_0x54370a[_0x1c14e0];return _0x34c36b;}module[_0x1700eb(0xec)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1081ea=_0x37ae;function _0x47a8(){const _0x32eb30=['268050QfavNr','2782400VSuFwW','15392268pKCHdH','14BHYuTi','749032CzdlED','3407547mdXQTw','6XHqvIs','31434030GEVqGi','Zamknij','11TRHIWz','35GoWNvy','133442MaDieP'];_0x47a8=function(){return _0x32eb30;};return _0x47a8();}(function(_0x226160,_0x452731){const _0x2b9b22=_0x37ae,_0x58e6cc=_0x226160();while(!![]){try{const _0x12bdd1=parseInt(_0x2b9b22(0x119))/0x1*(parseInt(_0x2b9b22(0x112))/0x2)+parseInt(_0x2b9b22(0x118))/0x3+-parseInt(_0x2b9b22(0x117))/0x4+parseInt(_0x2b9b22(0x111))/0x5*(parseInt(_0x2b9b22(0x113))/0x6)+-parseInt(_0x2b9b22(0x116))/0x7*(-parseInt(_0x2b9b22(0x114))/0x8)+parseInt(_0x2b9b22(0x115))/0x9+parseInt(_0x2b9b22(0x10e))/0xa*(-parseInt(_0x2b9b22(0x110))/0xb);if(_0x12bdd1===_0x452731)break;else _0x58e6cc['push'](_0x58e6cc['shift']());}catch(_0x537dc8){_0x58e6cc['push'](_0x58e6cc['shift']());}}}(_0x47a8,0xe19bb));function _0x37ae(_0x175d36,_0xa3ad14){_0x175d36=_0x175d36-0x10e;const _0x47a82d=_0x47a8();let _0x37aecd=_0x47a82d[_0x175d36];return _0x37aecd;}const e={'embed-ui':{'fullscreen':{'exit':_0x1081ea(0x10f)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5887(_0x18312a,_0x11649f){_0x18312a=_0x18312a-0x76;const _0x2fa2fc=_0x2fa2();let _0x58876c=_0x2fa2fc[_0x18312a];return _0x58876c;}const _0x20b98f=_0x5887;(function(_0x27929d,_0x20b638){const _0x1e26d0=_0x5887,_0x2cca92=_0x27929d();while(!![]){try{const _0x26db33=parseInt(_0x1e26d0(0x76))/0x1+parseInt(_0x1e26d0(0x80))/0x2*(-parseInt(_0x1e26d0(0x7f))/0x3)+parseInt(_0x1e26d0(0x7e))/0x4*(parseInt(_0x1e26d0(0x7c))/0x5)+parseInt(_0x1e26d0(0x81))/0x6+parseInt(_0x1e26d0(0x77))/0x7+-parseInt(_0x1e26d0(0x7a))/0x8*(parseInt(_0x1e26d0(0x7b))/0x9)+-parseInt(_0x1e26d0(0x78))/0xa;if(_0x26db33===_0x20b638)break;else _0x2cca92['push'](_0x2cca92['shift']());}catch(_0x1b0165){_0x2cca92['push'](_0x2cca92['shift']());}}}(_0x2fa2,0xb9688));const e={'embed-ui':{'fullscreen':{'exit':_0x20b98f(0x7d)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};function _0x2fa2(){const _0x369073=['2026ldAiwJ','7242396Lrsgyj','1175638YlWsAa','891219IIzuPe','11705150DxxNZQ','exports','4700088BVwbss','18BdaUuX','528830IEFvPp','Sair','52zbjvPT','2310ieXewL'];_0x2fa2=function(){return _0x369073;};return _0x2fa2();}module[_0x20b98f(0x79)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x29866b=_0x3a69;(function(_0x257dc4,_0x8c5b86){const _0x57ba02=_0x3a69,_0x544acf=_0x257dc4();while(!![]){try{const _0x5e1905=-parseInt(_0x57ba02(0x1f4))/0x1*(-parseInt(_0x57ba02(0x1ec))/0x2)+parseInt(_0x57ba02(0x1f3))/0x3+parseInt(_0x57ba02(0x1ee))/0x4+-parseInt(_0x57ba02(0x1f2))/0x5+parseInt(_0x57ba02(0x1ed))/0x6*(parseInt(_0x57ba02(0x1ef))/0x7)+parseInt(_0x57ba02(0x1f1))/0x8+-parseInt(_0x57ba02(0x1eb))/0x9*(parseInt(_0x57ba02(0x1e9))/0xa);if(_0x5e1905===_0x8c5b86)break;else _0x544acf['push'](_0x544acf['shift']());}catch(_0x11a839){_0x544acf['push'](_0x544acf['shift']());}}}(_0x123c,0xc3c7f));function _0x3a69(_0x53f045,_0x5ec2fa){_0x53f045=_0x53f045-0x1e9;const _0x123c24=_0x123c();let _0x3a699d=_0x123c24[_0x53f045];return _0x3a699d;}const e={'embed-ui':{'fullscreen':{'exit':_0x29866b(0x1ea)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module[_0x29866b(0x1f0)]=e;function _0x123c(){const _0x5c0a24=['5260470GsdAEe','1215771VnXkGN','1lasMzo','1790jIGmqi','Выйти','158013TQVGNy','2909590baekdW','3252ncgFXH','5578144abLpfw','19803sQoTzU','exports','1670480wRCAVq'];_0x123c=function(){return _0x5c0a24;};return _0x123c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x13d973=_0x18ad;function _0x348a(){const _0x1eb1a1=['2372675GmHbXe','Font\x20size','Fill\x20color','enUSSheetsFloatingLocale','2911181zxYIWU','12BRdRQI','right','Bold','middle','toStringTag','107166EPCtFT','2031524NZbbZR','Wrap','Border','975069kjvFhO','Font','defineProperty','1985214rJfmDK','center','Vertical\x20align','top','Horizontal\x20align','Merge\x20cells','Paint\x20format','Text\x20wrap','Text\x20color','16mFSRoM','486114pTAtix'];_0x348a=function(){return _0x1eb1a1;};return _0x348a();}(function(_0x12123b,_0x1d533e){const _0x39cc99=_0x18ad,_0x188e9a=_0x12123b();while(!![]){try{const _0x4868b0=parseInt(_0x39cc99(0x195))/0x1+-parseInt(_0x39cc99(0x18a))/0x2+parseInt(_0x39cc99(0x180))/0x3+parseInt(_0x39cc99(0x196))/0x4+parseInt(_0x39cc99(0x18b))/0x5*(-parseInt(_0x39cc99(0x190))/0x6)+parseInt(_0x39cc99(0x18f))/0x7*(parseInt(_0x39cc99(0x189))/0x8)+-parseInt(_0x39cc99(0x199))/0x9;if(_0x4868b0===_0x1d533e)break;else _0x188e9a['push'](_0x188e9a['shift']());}catch(_0x20df9f){_0x188e9a['push'](_0x188e9a['shift']());}}}(_0x348a,0xc5493),Object[_0x13d973(0x17f)](exports,Symbol[_0x13d973(0x194)],{'value':'Module'}));function _0x18ad(_0x529236,_0xb5a038){_0x529236=_0x529236-0x17f;const _0x348aec=_0x348a();let _0x18ad48=_0x348aec[_0x529236];return _0x18ad48;}const e={'toolbar':{'formatPainter':_0x13d973(0x186),'font':_0x13d973(0x19a),'fontSize':_0x13d973(0x18c),'bold':_0x13d973(0x192),'resetColor':'Reset','textColor':{'main':_0x13d973(0x188)},'fillColor':{'main':_0x13d973(0x18d)},'border':{'main':_0x13d973(0x198)},'mergeCell':{'main':_0x13d973(0x185)},'horizontalAlignMode':{'main':_0x13d973(0x184)},'verticalAlignMode':{'main':_0x13d973(0x182)},'textWrapMode':{'main':_0x13d973(0x187)}},'align':{'left':'left','center':_0x13d973(0x181),'right':_0x13d973(0x191),'top':_0x13d973(0x183),'middle':_0x13d973(0x193),'bottom':'bottom'},'borderLine':{'borderColor':'borderColor','borderSize':'borderSize'},'textWrap':{'overflow':'Overflow','wrap':_0x13d973(0x197),'clip':'Clip'}};exports[_0x13d973(0x18e)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3120(){const _0x5b51c3=['7914528QzBfKE','6ysqbVs','11724461uSHqMf','Ukončiť','exports','1762179julzKV','10UzDEMp','3SpXMiN','5523424IUAvdQ','5886360DPSbVq','3359486zIMlSR','6199448TLcqiL'];_0x3120=function(){return _0x5b51c3;};return _0x3120();}const _0x27d60e=_0x29d2;(function(_0x1bf3f5,_0x43012f){const _0x1d0c40=_0x29d2,_0x58f4b8=_0x1bf3f5();while(!![]){try{const _0x5692e7=-parseInt(_0x1d0c40(0x1b7))/0x1+-parseInt(_0x1d0c40(0x1b0))/0x2+-parseInt(_0x1d0c40(0x1ad))/0x3*(-parseInt(_0x1d0c40(0x1ae))/0x4)+parseInt(_0x1d0c40(0x1af))/0x5+-parseInt(_0x1d0c40(0x1b3))/0x6*(-parseInt(_0x1d0c40(0x1b4))/0x7)+-parseInt(_0x1d0c40(0x1b1))/0x8+-parseInt(_0x1d0c40(0x1b2))/0x9*(-parseInt(_0x1d0c40(0x1b8))/0xa);if(_0x5692e7===_0x43012f)break;else _0x58f4b8['push'](_0x58f4b8['shift']());}catch(_0x3b590c){_0x58f4b8['push'](_0x58f4b8['shift']());}}}(_0x3120,0xdaa66));function _0x29d2(_0x58794d,_0x5bd78a){_0x58794d=_0x58794d-0x1ad;const _0x3120ad=_0x3120();let _0x29d218=_0x3120ad[_0x58794d];return _0x29d218;}const e={'embed-ui':{'fullscreen':{'exit':_0x27d60e(0x1b5)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module[_0x27d60e(0x1b6)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xa28418=_0x64f9;(function(_0x122fba,_0x3c235d){const _0x5008a3=_0x64f9,_0x35d997=_0x122fba();while(!![]){try{const _0xcc97c3=-parseInt(_0x5008a3(0x100))/0x1+-parseInt(_0x5008a3(0x107))/0x2*(-parseInt(_0x5008a3(0x109))/0x3)+-parseInt(_0x5008a3(0x10a))/0x4*(parseInt(_0x5008a3(0x10b))/0x5)+-parseInt(_0x5008a3(0x103))/0x6+-parseInt(_0x5008a3(0x102))/0x7*(-parseInt(_0x5008a3(0x108))/0x8)+parseInt(_0x5008a3(0x104))/0x9*(parseInt(_0x5008a3(0x101))/0xa)+-parseInt(_0x5008a3(0x105))/0xb*(-parseInt(_0x5008a3(0x106))/0xc);if(_0xcc97c3===_0x3c235d)break;else _0x35d997['push'](_0x35d997['shift']());}catch(_0x5e7818){_0x35d997['push'](_0x35d997['shift']());}}}(_0x2f20,0x831b3));function _0x64f9(_0x553a19,_0x4519fe){_0x553a19=_0x553a19-0x100;const _0x2f20a2=_0x2f20();let _0x64f98c=_0x2f20a2[_0x553a19];return _0x64f98c;}const e={'embed-ui':{'fullscreen':{'exit':_0xa28418(0x10c)},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};function _0x2f20(){const _0x97636d=['12fYSYUX','4LCBPax','226544bzQKzn','1326327ivMXWG','1448044tJObgb','5wJUMgI','Thoát','732967UmVQqw','30DbkJHX','133yuerfj','3731628BzZszV','573633jDIJeE','7045016LRnbyD'];_0x2f20=function(){return _0x97636d;};return _0x2f20();}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x48e2(_0x581822,_0x514e83){_0x581822=_0x581822-0x126;const _0x5a434f=_0x5a43();let _0x48e28f=_0x5a434f[_0x581822];return _0x48e28f;}const _0x59aa40=_0x48e2;(function(_0x42f52d,_0x15fcc7){const _0x4f69e0=_0x48e2,_0x18ae5b=_0x42f52d();while(!![]){try{const _0x439005=-parseInt(_0x4f69e0(0x136))/0x1*(parseInt(_0x4f69e0(0x138))/0x2)+-parseInt(_0x4f69e0(0x13a))/0x3+-parseInt(_0x4f69e0(0x133))/0x4+-parseInt(_0x4f69e0(0x127))/0x5+-parseInt(_0x4f69e0(0x134))/0x6+-parseInt(_0x4f69e0(0x139))/0x7*(-parseInt(_0x4f69e0(0x12f))/0x8)+-parseInt(_0x4f69e0(0x13d))/0x9*(-parseInt(_0x4f69e0(0x128))/0xa);if(_0x439005===_0x15fcc7)break;else _0x18ae5b['push'](_0x18ae5b['shift']());}catch(_0x128173){_0x18ae5b['push'](_0x18ae5b['shift']());}}}(_0x5a43,0xaa5db));const e={'embed-ui':{'fullscreen':{'exit':'退出'},'sheetsFloating':{'toolbar':{'formatPainter':_0x59aa40(0x12a),'font':'字体','fontSize':'字号','bold':'粗体','resetColor':_0x59aa40(0x12c),'textColor':{'main':_0x59aa40(0x129)},'fillColor':{'main':_0x59aa40(0x126)},'border':{'main':'边框'},'mergeCell':{'main':_0x59aa40(0x12e)},'horizontalAlignMode':{'main':'水平对齐'},'verticalAlignMode':{'main':_0x59aa40(0x12d)},'textWrapMode':{'main':_0x59aa40(0x135)}},'align':{'left':_0x59aa40(0x13c),'center':_0x59aa40(0x131),'right':_0x59aa40(0x132),'top':_0x59aa40(0x137),'middle':_0x59aa40(0x12b),'bottom':'底部对齐'},'borderLine':{'borderColor':'边框颜色','borderSize':_0x59aa40(0x13b)},'textWrap':{'overflow':'溢出','wrap':_0x59aa40(0x130),'clip':'截断'}}}};module['exports']=e;function _0x5a43(){const _0x2d7dc4=['重置颜色','垂直对齐','合并单元格','8OEIngN','自动换行','中间对齐','右对齐','930884eyZhYJ','7054476eMXflK','文本换行','1322RHiVZU','顶部对齐','1522fgJtgP','4362722KFvXdQ','3949302aStmNh','边框粗细','左对齐','726795SDSfDr','单元格颜色','5602695kLtkuE','610srpxYU','文本颜色','格式刷','居中对齐'];_0x5a43=function(){return _0x2d7dc4;};return _0x5a43();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x22952c=_0x1f10;function _0x3f1a(){const _0x43f61b=['12PLAPTj','3617721clXNpq','1199450kOnxCk','768375jZDmHA','5583190nAKbkL','4VAvdoG','4lsMPAS','exports','15544232PjtKZN','681198mLIiyv','8kKPkuK','36934DoRSHe'];_0x3f1a=function(){return _0x43f61b;};return _0x3f1a();}function _0x1f10(_0xbb75b5,_0xd0c5ff){_0xbb75b5=_0xbb75b5-0x169;const _0x3f1aaa=_0x3f1a();let _0x1f1003=_0x3f1aaa[_0xbb75b5];return _0x1f1003;}(function(_0x1ed831,_0x51479e){const _0x489e4a=_0x1f10,_0x2b85e2=_0x1ed831();while(!![]){try{const _0x245911=-parseInt(_0x489e4a(0x171))/0x1*(parseInt(_0x489e4a(0x16a))/0x2)+parseInt(_0x489e4a(0x16e))/0x3*(-parseInt(_0x489e4a(0x170))/0x4)+-parseInt(_0x489e4a(0x16d))/0x5*(parseInt(_0x489e4a(0x16b))/0x6)+parseInt(_0x489e4a(0x174))/0x7*(-parseInt(_0x489e4a(0x169))/0x8)+parseInt(_0x489e4a(0x16c))/0x9+-parseInt(_0x489e4a(0x16f))/0xa+parseInt(_0x489e4a(0x173))/0xb;if(_0x245911===_0x51479e)break;else _0x2b85e2['push'](_0x2b85e2['shift']());}catch(_0x1d8629){_0x2b85e2['push'](_0x2b85e2['shift']());}}}(_0x3f1a,0x555eb));const e={'embed-ui':{'fullscreen':{'exit':'退出'},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};module[_0x22952c(0x172)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x288fc0,_0x1028c0){const _0x525c7f=_0x2eb4,_0x6b489a=_0x288fc0();while(!![]){try{const _0x1fd4f7=-parseInt(_0x525c7f(0x1c2))/0x1*(parseInt(_0x525c7f(0x1c0))/0x2)+-parseInt(_0x525c7f(0x1bd))/0x3*(parseInt(_0x525c7f(0x1bb))/0x4)+-parseInt(_0x525c7f(0x1bc))/0x5+-parseInt(_0x525c7f(0x1b8))/0x6*(parseInt(_0x525c7f(0x1b9))/0x7)+-parseInt(_0x525c7f(0x1ba))/0x8+-parseInt(_0x525c7f(0x1bf))/0x9+parseInt(_0x525c7f(0x1be))/0xa*(parseInt(_0x525c7f(0x1c1))/0xb);if(_0x1fd4f7===_0x1028c0)break;else _0x6b489a['push'](_0x6b489a['shift']());}catch(_0x3379d9){_0x6b489a['push'](_0x6b489a['shift']());}}}(_0x378c,0x76f07));const e={'embed-ui':{'fullscreen':{'exit':'退出'},'sheetsFloating':require('./sheets-floating.js').enUSSheetsFloatingLocale}};function _0x378c(){const _0x4135b9=['1250sIvARr','5458752UiyDUT','244994zsKHNP','289135JyjDUh','3thkaOw','54gxeHvu','529823dOYNQm','632184WJiFAv','8hUDZkI','3339995TNavsz','594312URbKEH'];_0x378c=function(){return _0x4135b9;};return _0x378c();}function _0x2eb4(_0x3d3434,_0x510a5b){_0x3d3434=_0x3d3434-0x1b8;const _0x378c63=_0x378c();let _0x2eb4b6=_0x378c63[_0x3d3434];return _0x2eb4b6;}module['exports']=e;
|