@univerjs-pro/sheets-exchange-client 1.0.0-alpha.8 → 1.0.0-beta.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 (94) hide show
  1. package/README.md +1 -1
  2. package/lib/cjs/facade.js +1 -0
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -0
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/exchange.operation.d.ts +17 -3
  66. package/lib/types/config/config.d.ts +17 -0
  67. package/lib/types/controllers/menu.d.ts +2 -2
  68. package/lib/types/facade/f-univer.d.ts +138 -0
  69. package/lib/types/facade/index.d.ts +2 -0
  70. package/lib/types/index.d.ts +2 -0
  71. package/lib/types/services/sheet-exchange-operate.service.d.ts +22 -0
  72. package/lib/types/services/sheet-exchange.service.d.ts +27 -0
  73. package/lib/umd/facade.js +1 -0
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +20 -8
@@ -1 +1 @@
1
- function _0x2be7(_0x41dfbc,_0x319436){_0x41dfbc=_0x41dfbc-0x7c;const _0xeccb81=_0xeccb();let _0x2be77b=_0xeccb81[_0x41dfbc];return _0x2be77b;}const _0x877afb=_0x2be7;(function(_0x10e7fc,_0x4e844e){const _0x1b33f8=_0x2be7,_0x2b7808=_0x10e7fc();while(!![]){try{const _0xda0fa2=parseInt(_0x1b33f8(0x7d))/0x1*(parseInt(_0x1b33f8(0x85))/0x2)+parseInt(_0x1b33f8(0x83))/0x3+-parseInt(_0x1b33f8(0x86))/0x4+parseInt(_0x1b33f8(0x80))/0x5+-parseInt(_0x1b33f8(0x84))/0x6*(-parseInt(_0x1b33f8(0x82))/0x7)+-parseInt(_0x1b33f8(0x7e))/0x8*(-parseInt(_0x1b33f8(0x7c))/0x9)+-parseInt(_0x1b33f8(0x7f))/0xa;if(_0xda0fa2===_0x4e844e)break;else _0x2b7808['push'](_0x2b7808['shift']());}catch(_0x7d787c){_0x2b7808['push'](_0x2b7808['shift']());}}}(_0xeccb,0x2da4c));const e={'sheets-exchange-client':{'file':_0x877afb(0x87),'upload':_0x877afb(0x81),'download':'Zapisz\x20jako'}};function _0xeccb(){const _0x204296=['1450965jvJfDh','Otwórz\x20(plik)','35EbVieD','96414iSpCzX','31206YrgZCY','4PaUaiU','139520hJloFF','Plik','269226ghOpKF','150595XHRqMr','32iMnUXM','5473460GaKCNn'];_0xeccb=function(){return _0x204296;};return _0xeccb();}export{e as default};
1
+ function _0x449f(){const _0x2e10d8=['926811dSFNXf','63VOGCpQ','Otwórz\x20(plik)','2BjJopt','72104HvyLLr','1122590CveKfs','3783654tojmdg','768210rjFAOZ','3427764cgPYLp','Zapisz\x20jako','810603nkgYEW'];_0x449f=function(){return _0x2e10d8;};return _0x449f();}const _0x1b8ac9=_0x5e57;(function(_0x30438a,_0x3f5d36){const _0x111939=_0x5e57,_0x45790d=_0x30438a();while(!![]){try{const _0x568d89=parseInt(_0x111939(0x124))/0x1*(parseInt(_0x111939(0x12b))/0x2)+parseInt(_0x111939(0x127))/0x3+-parseInt(_0x111939(0x125))/0x4+-parseInt(_0x111939(0x12d))/0x5+parseInt(_0x111939(0x123))/0x6+-parseInt(_0x111939(0x129))/0x7*(-parseInt(_0x111939(0x12c))/0x8)+-parseInt(_0x111939(0x128))/0x9;if(_0x568d89===_0x3f5d36)break;else _0x45790d['push'](_0x45790d['shift']());}catch(_0x289806){_0x45790d['push'](_0x45790d['shift']());}}}(_0x449f,0x8a1c3));function _0x5e57(_0xb173b7,_0x3b8625){_0xb173b7=_0xb173b7-0x123;const _0x449f51=_0x449f();let _0x5e57a5=_0x449f51[_0xb173b7];return _0x5e57a5;}const e={'sheets-exchange-client':{'file':'Plik','upload':_0x1b8ac9(0x12a),'download':_0x1b8ac9(0x126)}};export{e as default};
@@ -1 +1 @@
1
- const _0x3ce1bf=_0x32b4;(function(_0x56a58d,_0x22fb29){const _0x30611d=_0x32b4,_0x31eb75=_0x56a58d();while(!![]){try{const _0x19d310=-parseInt(_0x30611d(0x1a3))/0x1+-parseInt(_0x30611d(0x1ac))/0x2*(-parseInt(_0x30611d(0x1a6))/0x3)+-parseInt(_0x30611d(0x1a7))/0x4+-parseInt(_0x30611d(0x1ad))/0x5*(parseInt(_0x30611d(0x1ae))/0x6)+-parseInt(_0x30611d(0x1aa))/0x7+parseInt(_0x30611d(0x1a5))/0x8+parseInt(_0x30611d(0x1ab))/0x9*(parseInt(_0x30611d(0x1a4))/0xa);if(_0x19d310===_0x22fb29)break;else _0x31eb75['push'](_0x31eb75['shift']());}catch(_0x41c3fc){_0x31eb75['push'](_0x31eb75['shift']());}}}(_0x44d8,0xe262b));function _0x32b4(_0x4d348e,_0x324a8c){_0x4d348e=_0x4d348e-0x1a3;const _0x44d8d3=_0x44d8();let _0x32b44f=_0x44d8d3[_0x4d348e];return _0x32b44f;}function _0x44d8(){const _0x292b8f=['Salvar\x20Como','8456455NHGuZZ','10089aPZLFd','2gJzupC','7511935wBbgnP','6kvwnMe','956465UjpOOB','31870mRGkQt','10211568HKmtoL','4789578jrFExD','7405628NjCfqq','Arquivo'];_0x44d8=function(){return _0x292b8f;};return _0x44d8();}const e={'sheets-exchange-client':{'file':_0x3ce1bf(0x1a8),'upload':'Abrir\x20(Arquivo)','download':_0x3ce1bf(0x1a9)}};export{e as default};
1
+ function _0x3660(_0x115668,_0x3c18e3){_0x115668=_0x115668-0x7b;const _0x8d23c4=_0x8d23();let _0x3660ff=_0x8d23c4[_0x115668];return _0x3660ff;}const _0x4fec38=_0x3660;function _0x8d23(){const _0x418ab6=['486050fxdvVa','14CRgUEq','63320vwKGRs','81rQZTlt','73975DmiRsR','74445hZmxwP','654RmHYta','4orYAIc','Arquivo','106049uwEuKy','60tchfVE','49414794UmRmSI','1694210dTuYIJ','16izNftM'];_0x8d23=function(){return _0x418ab6;};return _0x8d23();}(function(_0xa4c341,_0x5c58da){const _0x7873c3=_0x3660,_0x595d5e=_0xa4c341();while(!![]){try{const _0xca4d7e=parseInt(_0x7873c3(0x87))/0x1*(-parseInt(_0x7873c3(0x7f))/0x2)+parseInt(_0x7873c3(0x83))/0x3*(parseInt(_0x7873c3(0x85))/0x4)+parseInt(_0x7873c3(0x80))/0x5*(-parseInt(_0x7873c3(0x84))/0x6)+-parseInt(_0x7873c3(0x7c))/0x7*(parseInt(_0x7873c3(0x7d))/0x8)+-parseInt(_0x7873c3(0x81))/0x9*(parseInt(_0x7873c3(0x7e))/0xa)+-parseInt(_0x7873c3(0x82))/0xb*(-parseInt(_0x7873c3(0x88))/0xc)+parseInt(_0x7873c3(0x7b))/0xd;if(_0xca4d7e===_0x5c58da)break;else _0x595d5e['push'](_0x595d5e['shift']());}catch(_0x20da3f){_0x595d5e['push'](_0x595d5e['shift']());}}}(_0x8d23,0xc70fa));const e={'sheets-exchange-client':{'file':_0x4fec38(0x86),'upload':'Abrir\x20(Arquivo)','download':'Salvar\x20Como'}};export{e as default};
@@ -1 +1 @@
1
- const _0x2d5277=_0xfef0;function _0x59e0(){const _0x2045f3=['114718tViaOQ','408UYefoS','212785GWbJqD','Открыть(Файл)','19101WFKRqW','40gkTaBE','10rxbdBp','1844857ERYTOA','79353uSnzQy','30ZUGKqP','150EdMqEO','Файл','3315888jShWmh','117546csaegd'];_0x59e0=function(){return _0x2045f3;};return _0x59e0();}(function(_0x1b1260,_0x2f0fba){const _0x2d1155=_0xfef0,_0x336690=_0x1b1260();while(!![]){try{const _0x49d3b2=parseInt(_0x2d1155(0x197))/0x1*(parseInt(_0x2d1155(0x191))/0x2)+parseInt(_0x2d1155(0x195))/0x3*(-parseInt(_0x2d1155(0x192))/0x4)+parseInt(_0x2d1155(0x193))/0x5*(-parseInt(_0x2d1155(0x18c))/0x6)+parseInt(_0x2d1155(0x198))/0x7+parseInt(_0x2d1155(0x196))/0x8*(-parseInt(_0x2d1155(0x18b))/0x9)+parseInt(_0x2d1155(0x18d))/0xa*(parseInt(_0x2d1155(0x190))/0xb)+parseInt(_0x2d1155(0x18f))/0xc;if(_0x49d3b2===_0x2f0fba)break;else _0x336690['push'](_0x336690['shift']());}catch(_0x1b5f34){_0x336690['push'](_0x336690['shift']());}}}(_0x59e0,0x59b5b));const e={'sheets-exchange-client':{'file':_0x2d5277(0x18e),'upload':_0x2d5277(0x194),'download':'Сохранить\x20как'}};function _0xfef0(_0x3b54cf,_0x4ad7f2){_0x3b54cf=_0x3b54cf-0x18b;const _0x59e0e0=_0x59e0();let _0xfef097=_0x59e0e0[_0x3b54cf];return _0xfef097;}export{e as default};
1
+ const _0x824b28=_0x3865;function _0x3865(_0x4b14f3,_0x25f6c5){_0x4b14f3=_0x4b14f3-0x70;const _0x2154c6=_0x2154();let _0x3865ab=_0x2154c6[_0x4b14f3];return _0x3865ab;}function _0x2154(){const _0x317cf9=['Файл','2798058TUPSxk','Открыть(Файл)','8463670QfKpHQ','12116040zjfNHQ','4tHgFQr','5971441vQpDfW','Сохранить\x20как','9MnFPBE','5ELPVGw','1733802nVWvKR','9222918xvOZkR','2560888cJolRZ'];_0x2154=function(){return _0x317cf9;};return _0x2154();}(function(_0x2f6777,_0x3a673e){const _0xef982=_0x3865,_0x1b30b4=_0x2f6777();while(!![]){try{const _0x1a9729=parseInt(_0xef982(0x76))/0x1+parseInt(_0xef982(0x78))/0x2+parseInt(_0xef982(0x7a))/0x3*(parseInt(_0xef982(0x71))/0x4)+parseInt(_0xef982(0x75))/0x5*(-parseInt(_0xef982(0x77))/0x6)+-parseInt(_0xef982(0x72))/0x7+-parseInt(_0xef982(0x70))/0x8+parseInt(_0xef982(0x74))/0x9*(parseInt(_0xef982(0x7c))/0xa);if(_0x1a9729===_0x3a673e)break;else _0x1b30b4['push'](_0x1b30b4['shift']());}catch(_0x40c4d0){_0x1b30b4['push'](_0x1b30b4['shift']());}}}(_0x2154,0xd8f02));const e={'sheets-exchange-client':{'file':_0x824b28(0x79),'upload':_0x824b28(0x7b),'download':_0x824b28(0x73)}};export{e as default};
@@ -1 +1 @@
1
- const _0x2b9222=_0x3303;function _0x3c4a(){const _0x271cec=['554588EJWOKq','28777770AyozZl','4370536UlSwsZ','45YpuYGU','Uložiť\x20ako','5393454lIYZvp','7690872znthXD','Otvoriť\x20(súbor)','Súbor','5CQFRyQ','3626643sdOzvi','57806suuzkF'];_0x3c4a=function(){return _0x271cec;};return _0x3c4a();}(function(_0x17442e,_0x3c1b93){const _0x13efb8=_0x3303,_0x3467c2=_0x17442e();while(!![]){try{const _0x21a3b0=parseInt(_0x13efb8(0x18e))/0x1*(parseInt(_0x13efb8(0x18a))/0x2)+parseInt(_0x13efb8(0x189))/0x3+-parseInt(_0x13efb8(0x18b))/0x4*(-parseInt(_0x13efb8(0x188))/0x5)+parseInt(_0x13efb8(0x190))/0x6+parseInt(_0x13efb8(0x191))/0x7+-parseInt(_0x13efb8(0x18d))/0x8+-parseInt(_0x13efb8(0x18c))/0x9;if(_0x21a3b0===_0x3c1b93)break;else _0x3467c2['push'](_0x3467c2['shift']());}catch(_0x3bba81){_0x3467c2['push'](_0x3467c2['shift']());}}}(_0x3c4a,0xdc321));function _0x3303(_0x19b1e0,_0x3b4741){_0x19b1e0=_0x19b1e0-0x186;const _0x3c4a15=_0x3c4a();let _0x330304=_0x3c4a15[_0x19b1e0];return _0x330304;}const e={'sheets-exchange-client':{'file':_0x2b9222(0x187),'upload':_0x2b9222(0x186),'download':_0x2b9222(0x18f)}};export{e as default};
1
+ const _0x58482b=_0x5ad1;(function(_0x89587d,_0x57d5a0){const _0x1ecadf=_0x5ad1,_0x317edc=_0x89587d();while(!![]){try{const _0x19d07d=parseInt(_0x1ecadf(0x17a))/0x1*(parseInt(_0x1ecadf(0x176))/0x2)+-parseInt(_0x1ecadf(0x179))/0x3+-parseInt(_0x1ecadf(0x173))/0x4+parseInt(_0x1ecadf(0x174))/0x5+-parseInt(_0x1ecadf(0x17b))/0x6+parseInt(_0x1ecadf(0x172))/0x7*(-parseInt(_0x1ecadf(0x175))/0x8)+parseInt(_0x1ecadf(0x171))/0x9;if(_0x19d07d===_0x57d5a0)break;else _0x317edc['push'](_0x317edc['shift']());}catch(_0xc09825){_0x317edc['push'](_0x317edc['shift']());}}}(_0x4f53,0x94649));function _0x4f53(){const _0x41dc43=['1870023bgfimH','22rfxREB','582228vsfIQE','12948066jgMJHK','762069GMuvzB','3010508qhBHWh','3088700giFNJD','56ZqcauH','71498zSfmsw','Uložiť\x20ako','Súbor'];_0x4f53=function(){return _0x41dc43;};return _0x4f53();}const e={'sheets-exchange-client':{'file':_0x58482b(0x178),'upload':'Otvoriť\x20(súbor)','download':_0x58482b(0x177)}};function _0x5ad1(_0x1140df,_0x16ddc7){_0x1140df=_0x1140df-0x171;const _0x4f5354=_0x4f53();let _0x5ad1b8=_0x4f5354[_0x1140df];return _0x5ad1b8;}export{e as default};
@@ -1 +1 @@
1
- function _0x23a2(_0x51ee0f,_0x5584cf){_0x51ee0f=_0x51ee0f-0xfc;const _0x1b6f3c=_0x1b6f();let _0x23a254=_0x1b6f3c[_0x51ee0f];return _0x23a254;}const _0x396707=_0x23a2;(function(_0x4eba1e,_0x174e9d){const _0x59a18b=_0x23a2,_0x241cd5=_0x4eba1e();while(!![]){try{const _0x31a3a1=parseInt(_0x59a18b(0x107))/0x1*(parseInt(_0x59a18b(0x103))/0x2)+parseInt(_0x59a18b(0x102))/0x3+-parseInt(_0x59a18b(0x101))/0x4+parseInt(_0x59a18b(0x105))/0x5*(parseInt(_0x59a18b(0xfc))/0x6)+-parseInt(_0x59a18b(0xfd))/0x7*(-parseInt(_0x59a18b(0xfe))/0x8)+-parseInt(_0x59a18b(0x104))/0x9+-parseInt(_0x59a18b(0x108))/0xa*(parseInt(_0x59a18b(0x100))/0xb);if(_0x31a3a1===_0x174e9d)break;else _0x241cd5['push'](_0x241cd5['shift']());}catch(_0x2e8647){_0x241cd5['push'](_0x241cd5['shift']());}}}(_0x1b6f,0xdbac1));const e={'sheets-exchange-client':{'file':_0x396707(0x109),'upload':_0x396707(0x106),'download':_0x396707(0xff)}};function _0x1b6f(){const _0x2ef1ff=['1698567UrfRuc','34446SbpGMI','10376172VUNTll','5LcAaWO','Mở\x20(Tệp)','79DQnWtV','27640070wUvCPm','Tệp','9434538erDLSj','77rnUphT','1185160wbviOa','Lưu\x20dưới\x20dạng','11mKTYww','1248528MXnJkZ'];_0x1b6f=function(){return _0x2ef1ff;};return _0x1b6f();}export{e as default};
1
+ const _0x1c9658=_0x2017;function _0x2017(_0x1f877c,_0x3e2a31){_0x1f877c=_0x1f877c-0xe0;const _0x5bd145=_0x5bd1();let _0x201708=_0x5bd145[_0x1f877c];return _0x201708;}(function(_0x184609,_0x324dbc){const _0x1eb2d3=_0x2017,_0x1bdd80=_0x184609();while(!![]){try{const _0x2192ca=parseInt(_0x1eb2d3(0xe6))/0x1+-parseInt(_0x1eb2d3(0xe9))/0x2*(parseInt(_0x1eb2d3(0xe8))/0x3)+parseInt(_0x1eb2d3(0xe0))/0x4+parseInt(_0x1eb2d3(0xe5))/0x5+parseInt(_0x1eb2d3(0xe3))/0x6*(-parseInt(_0x1eb2d3(0xe2))/0x7)+-parseInt(_0x1eb2d3(0xe7))/0x8+parseInt(_0x1eb2d3(0xe1))/0x9;if(_0x2192ca===_0x324dbc)break;else _0x1bdd80['push'](_0x1bdd80['shift']());}catch(_0x604142){_0x1bdd80['push'](_0x1bdd80['shift']());}}}(_0x5bd1,0x74c87));const e={'sheets-exchange-client':{'file':_0x1c9658(0xe4),'upload':'Mở\x20(Tệp)','download':'Lưu\x20dưới\x20dạng'}};export{e as default};function _0x5bd1(){const _0x5cf536=['853170tJVBjC','Tệp','304570xdkjvp','92208SGNDYF','5910512eVdtqC','111EIJYzu','35716ImAtyh','1374444SMbwcM','17549550MsvAmB','28TGLpEs'];_0x5bd1=function(){return _0x5cf536;};return _0x5bd1();}
@@ -1 +1 @@
1
- const _0x36c7a7=_0x1a46;(function(_0x441d30,_0x3756e9){const _0x249b84=_0x1a46,_0x58dda0=_0x441d30();while(!![]){try{const _0x595bf2=-parseInt(_0x249b84(0x7f))/0x1+-parseInt(_0x249b84(0x84))/0x2*(-parseInt(_0x249b84(0x82))/0x3)+parseInt(_0x249b84(0x7e))/0x4*(parseInt(_0x249b84(0x83))/0x5)+-parseInt(_0x249b84(0x80))/0x6*(-parseInt(_0x249b84(0x81))/0x7)+parseInt(_0x249b84(0x86))/0x8*(-parseInt(_0x249b84(0x87))/0x9)+parseInt(_0x249b84(0x7c))/0xa+-parseInt(_0x249b84(0x7d))/0xb;if(_0x595bf2===_0x3756e9)break;else _0x58dda0['push'](_0x58dda0['shift']());}catch(_0xb68b9d){_0x58dda0['push'](_0x58dda0['shift']());}}}(_0x11f9,0x41383));const e={'sheets-exchange-client':{'file':'文件','upload':_0x36c7a7(0x88),'download':_0x36c7a7(0x85)}};function _0x1a46(_0x542c25,_0x6c3377){_0x542c25=_0x542c25-0x7c;const _0x11f98d=_0x11f9();let _0x1a4607=_0x11f98d[_0x542c25];return _0x1a4607;}export{e as default};function _0x11f9(){const _0x589f30=['另存为','16hnEKOF','827289htzYph','打开(文件)','4784240XHUzgM','2153943vhcksm','16pupbfE','270361IfofUl','53652FJJjlq','56KZESou','33dGWqov','225505QdIPKl','33962kUdhWD'];_0x11f9=function(){return _0x589f30;};return _0x11f9();}
1
+ const _0x255756=_0x1684;function _0x1684(_0x2b1b1d,_0xefad9b){_0x2b1b1d=_0x2b1b1d-0x64;const _0x2f716c=_0x2f71();let _0x1684af=_0x2f716c[_0x2b1b1d];return _0x1684af;}(function(_0x28d3ae,_0x49f73a){const _0x544464=_0x1684,_0x249ac8=_0x28d3ae();while(!![]){try{const _0x205966=-parseInt(_0x544464(0x67))/0x1+parseInt(_0x544464(0x6e))/0x2*(-parseInt(_0x544464(0x6d))/0x3)+parseInt(_0x544464(0x68))/0x4+parseInt(_0x544464(0x69))/0x5*(-parseInt(_0x544464(0x6c))/0x6)+-parseInt(_0x544464(0x66))/0x7*(-parseInt(_0x544464(0x6b))/0x8)+-parseInt(_0x544464(0x64))/0x9+parseInt(_0x544464(0x6a))/0xa*(parseInt(_0x544464(0x6f))/0xb);if(_0x205966===_0x49f73a)break;else _0x249ac8['push'](_0x249ac8['shift']());}catch(_0x506df3){_0x249ac8['push'](_0x249ac8['shift']());}}}(_0x2f71,0xb2104));const e={'sheets-exchange-client':{'file':'文件','upload':_0x255756(0x65),'download':_0x255756(0x70)}};function _0x2f71(){const _0x3a70c5=['901758mhhbXP','2748224kDJwmv','1555pQpcPP','227780qaDNeW','27256XTLcnD','21342OllLWX','12Givfhp','456948HGBiqV','1342wQEKuv','另存为','5814459jWUoZk','打开(文件)','1708LPWJkN'];_0x2f71=function(){return _0x3a70c5;};return _0x2f71();}export{e as default};
@@ -1 +1 @@
1
- function _0x3c1a(){const _0x54c94f=['4648748UyCfBh','384816eLecmj','開啟(檔案)','12uQERUQ','7lTgerx','另存為','7929368dMVFqu','34364390SGePeB','11OHsxBD','21592OFkWPK','321942vQWOcr','45lOcAHM','9225747bVJMMh'];_0x3c1a=function(){return _0x54c94f;};return _0x3c1a();}function _0x5142(_0x21bcd3,_0x1d6811){_0x21bcd3=_0x21bcd3-0x1bd;const _0x3c1a94=_0x3c1a();let _0x51429b=_0x3c1a94[_0x21bcd3];return _0x51429b;}const _0x455fb5=_0x5142;(function(_0x2d74f7,_0x2c0df6){const _0x42c523=_0x5142,_0x1e5535=_0x2d74f7();while(!![]){try{const _0x9e231e=parseInt(_0x42c523(0x1c7))/0x1+parseInt(_0x42c523(0x1c2))/0x2*(parseInt(_0x42c523(0x1c9))/0x3)+parseInt(_0x42c523(0x1c6))/0x4+parseInt(_0x42c523(0x1c4))/0x5*(parseInt(_0x42c523(0x1c3))/0x6)+-parseInt(_0x42c523(0x1bd))/0x7*(-parseInt(_0x42c523(0x1bf))/0x8)+parseInt(_0x42c523(0x1c5))/0x9+parseInt(_0x42c523(0x1c0))/0xa*(-parseInt(_0x42c523(0x1c1))/0xb);if(_0x9e231e===_0x2c0df6)break;else _0x1e5535['push'](_0x1e5535['shift']());}catch(_0x5aa04e){_0x1e5535['push'](_0x1e5535['shift']());}}}(_0x3c1a,0x9f673));const e={'sheets-exchange-client':{'file':'檔案','upload':_0x455fb5(0x1c8),'download':_0x455fb5(0x1be)}};export{e as default};
1
+ (function(_0x2a996c,_0x32fa04){const _0x1b0408=_0x1adc,_0x46140f=_0x2a996c();while(!![]){try{const _0x51e180=-parseInt(_0x1b0408(0x88))/0x1*(-parseInt(_0x1b0408(0x89))/0x2)+-parseInt(_0x1b0408(0x8b))/0x3+-parseInt(_0x1b0408(0x8e))/0x4+-parseInt(_0x1b0408(0x8d))/0x5+-parseInt(_0x1b0408(0x87))/0x6+parseInt(_0x1b0408(0x8a))/0x7+parseInt(_0x1b0408(0x8c))/0x8;if(_0x51e180===_0x32fa04)break;else _0x46140f['push'](_0x46140f['shift']());}catch(_0x4e0a22){_0x46140f['push'](_0x46140f['shift']());}}}(_0x296f,0x67579));const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':'另存為'}};function _0x1adc(_0x425d89,_0x4db9a0){_0x425d89=_0x425d89-0x87;const _0x296f5c=_0x296f();let _0x1adcd2=_0x296f5c[_0x425d89];return _0x1adcd2;}function _0x296f(){const _0x4f0acf=['8781264TEInfh','1065685jQagWL','2283236rhhyHA','3097686QlXIZR','223709wVWDIS','2HZUblY','4839534KGFEPw','867639zjcOkt'];_0x296f=function(){return _0x4f0acf;};return _0x296f();}export{e as default};
@@ -1 +1 @@
1
- const _0x43e328=_0x5e84;function _0x2277(){const _0x26916a=['1604776GZgMfp','198600ciWIWB','另存為','1429rkxLiS','開啟(檔案)','5364zADSRt','45224905jdnRLB','3075815jrZykk','88WvQJrr','436410waqobA','416WOVGYb','8904nybvmJ','20oFkpAA'];_0x2277=function(){return _0x26916a;};return _0x2277();}(function(_0x40355f,_0x3777f4){const _0x44a611=_0x5e84,_0x252b3a=_0x40355f();while(!![]){try{const _0x4e7680=parseInt(_0x44a611(0x105))/0x1*(-parseInt(_0x44a611(0xff))/0x2)+-parseInt(_0x44a611(0x103))/0x3*(parseInt(_0x44a611(0xfd))/0x4)+-parseInt(_0x44a611(0xfc))/0x5+parseInt(_0x44a611(0xfa))/0x6*(-parseInt(_0x44a611(0x100))/0x7)+parseInt(_0x44a611(0x102))/0x8+parseInt(_0x44a611(0xfe))/0x9*(parseInt(_0x44a611(0x101))/0xa)+parseInt(_0x44a611(0xfb))/0xb;if(_0x4e7680===_0x3777f4)break;else _0x252b3a['push'](_0x252b3a['shift']());}catch(_0x18d1c9){_0x252b3a['push'](_0x252b3a['shift']());}}}(_0x2277,0xdc739));function _0x5e84(_0x2eaa39,_0x34a8e9){_0x2eaa39=_0x2eaa39-0xfa;const _0x22771d=_0x2277();let _0x5e84f6=_0x22771d[_0x2eaa39];return _0x5e84f6;}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x43e328(0x106),'download':_0x43e328(0x104)}};export{e as default};
1
+ const _0x1757ca=_0x3daa;(function(_0x2caa8e,_0x497da1){const _0x26c692=_0x3daa,_0xbeac2a=_0x2caa8e();while(!![]){try{const _0x2f4899=parseInt(_0x26c692(0x114))/0x1*(-parseInt(_0x26c692(0x11c))/0x2)+-parseInt(_0x26c692(0x117))/0x3*(-parseInt(_0x26c692(0x115))/0x4)+-parseInt(_0x26c692(0x119))/0x5+parseInt(_0x26c692(0x120))/0x6+parseInt(_0x26c692(0x11b))/0x7+parseInt(_0x26c692(0x11a))/0x8*(parseInt(_0x26c692(0x116))/0x9)+-parseInt(_0x26c692(0x11d))/0xa*(parseInt(_0x26c692(0x118))/0xb);if(_0x2f4899===_0x497da1)break;else _0xbeac2a['push'](_0xbeac2a['shift']());}catch(_0x44d379){_0xbeac2a['push'](_0xbeac2a['shift']());}}}(_0x169d,0xc003a));function _0x169d(){const _0x1c44cd=['1524071eGsXry','1510748YnRRFS','1962ngKJcd','6QTCtzR','374TXgeEa','4518060tZxuYx','16416poCOoN','10416868WGWBgy','2luphbW','79130sjVIdc','另存為','開啟(檔案)','4754286TJipNJ'];_0x169d=function(){return _0x1c44cd;};return _0x169d();}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x1757ca(0x11f),'download':_0x1757ca(0x11e)}};function _0x3daa(_0x5a2ab1,_0x3c7cb8){_0x5a2ab1=_0x5a2ab1-0x114;const _0x169d15=_0x169d();let _0x3daa3d=_0x169d15[_0x5a2ab1];return _0x3daa3d;}export{e as default};
package/lib/facade.js ADDED
@@ -0,0 +1 @@
1
+ var _0x5634e5=_0x557e;(function(_0x4c983a,_0x41315f){var _0x2c6eb8=_0x557e,_0x1c43ce=_0x4c983a();while(!![]){try{var _0x5779b1=parseInt(_0x2c6eb8(0x19c))/0x1*(parseInt(_0x2c6eb8(0x197))/0x2)+parseInt(_0x2c6eb8(0x19f))/0x3+-parseInt(_0x2c6eb8(0x199))/0x4*(-parseInt(_0x2c6eb8(0x193))/0x5)+parseInt(_0x2c6eb8(0x18d))/0x6+-parseInt(_0x2c6eb8(0x196))/0x7*(parseInt(_0x2c6eb8(0x19b))/0x8)+parseInt(_0x2c6eb8(0x19e))/0x9*(parseInt(_0x2c6eb8(0x198))/0xa)+-parseInt(_0x2c6eb8(0x1a2))/0xb;if(_0x5779b1===_0x41315f)break;else _0x1c43ce['push'](_0x1c43ce['shift']());}catch(_0x125929){_0x1c43ce['push'](_0x1c43ce['shift']());}}}(_0x2fb7,0xa1c2b));import{ISheetExchangeService as _0x20a90d}from'@univerjs-pro/sheets-exchange-client';function _0x557e(_0x49cee3,_0x5e3699){_0x49cee3=_0x49cee3-0x18d;var _0x2fb796=_0x2fb7();var _0x557e8a=_0x2fb796[_0x49cee3];return _0x557e8a;}import{FUniver as _0x381438}from'@univerjs/core/facade';function _0x2fb7(){var _0x4ca5be=['4rfnPZS','270680gGduDq','68yUGjNd','importSheetToSnapshotAsync','512aiOPJT','615151UQjJoa','exportSheetBySnapshot','243LuEgpp','631113ASsCcm','importSheetToSnapshot','extend','32586620dNRSvM','exportSheetByUnitIdAsync','2010360zikOOO','transformSnapshotJsonToWorkbookDataAsync','exportSheetBySnapshotAsync','transformSnapshotJsonToWorkbookData','_injector','importSheetToUnitId','335630cCcYNp','get','exportSheetByUnitId','2485jdaGay'];_0x2fb7=function(){return _0x4ca5be;};return _0x2fb7();}var n=class extends _0x381438{['importSheetToUnitIdAsync'](_0x190703){var _0x14178d=_0x557e;return this[_0x14178d(0x191)][_0x14178d(0x194)](_0x20a90d)[_0x14178d(0x192)](_0x190703);}[_0x5634e5(0x19a)](_0x2ebe2d){var _0x54cf4a=_0x5634e5;return this[_0x54cf4a(0x191)]['get'](_0x20a90d)[_0x54cf4a(0x1a0)](_0x2ebe2d);}[_0x5634e5(0x1a3)](_0x40bf92,_0x390edb,_0x116525){var _0x2aaa48=_0x5634e5;return this[_0x2aaa48(0x191)]['get'](_0x20a90d)[_0x2aaa48(0x195)](_0x40bf92,_0x390edb,_0x116525);}[_0x5634e5(0x18f)](_0x4b6982,_0x80a400,_0x2893b4){var _0x180d54=_0x5634e5;return this[_0x180d54(0x191)][_0x180d54(0x194)](_0x20a90d)[_0x180d54(0x19d)](_0x4b6982,_0x80a400,_0x2893b4);}[_0x5634e5(0x18e)](_0x255622){var _0x41994c=_0x5634e5;return this[_0x41994c(0x191)][_0x41994c(0x194)](_0x20a90d)[_0x41994c(0x190)](_0x255622);}['transformWorkbookDataToSnapshotJsonAsync'](_0x37a6ca){var _0x1352ae=_0x5634e5;return this[_0x1352ae(0x191)][_0x1352ae(0x194)](_0x20a90d)['transformWorkbookDataToSnapshotJson'](_0x37a6ca);}};_0x381438[_0x5634e5(0x1a1)](n);export{};
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- var _0x40f817=_0x12dd;(function(_0x4d162d,_0x1b983a){var _0x32aef1=_0x12dd,_0x41dd94=_0x4d162d();while(!![]){try{var _0x1052a9=-parseInt(_0x32aef1(0x206))/0x1+parseInt(_0x32aef1(0x1e4))/0x2*(-parseInt(_0x32aef1(0x1ee))/0x3)+-parseInt(_0x32aef1(0x207))/0x4*(parseInt(_0x32aef1(0x1db))/0x5)+parseInt(_0x32aef1(0x1eb))/0x6+parseInt(_0x32aef1(0x1f4))/0x7*(parseInt(_0x32aef1(0x210))/0x8)+-parseInt(_0x32aef1(0x1de))/0x9*(-parseInt(_0x32aef1(0x1fd))/0xa)+parseInt(_0x32aef1(0x203))/0xb;if(_0x1052a9===_0x1b983a)break;else _0x41dd94['push'](_0x41dd94['shift']());}catch(_0x5f4864){_0x41dd94['push'](_0x41dd94['shift']());}}}(_0x27a4,0x1d52d));import{IMenuManagerService as _0x3c529f,MenuItemType as _0x39d26d,RibbonStartGroup as _0x13efb6,UniverUIPlugin as _0x5373ae,getMenuHiddenObservable as _0x499c70}from'@univerjs/ui';import{IExchangeOperateService as _0x535b63,UniverExchangeClientPlugin as _0x355bc4,isCurrentUnitLoadedFromServer as _0x2e0f6c}from'@univerjs-pro/exchange-client';import{CommandType as _0x3b7c2a,DependentOn as _0x3d7172,Disposable as _0x1bf5ce,ICommandService as _0x5acefe,IConfigService as _0x91d313,Inject as _0x50e0f0,Injector as _0x48cae4,Plugin as _0x1c60fb,UniverInstanceType as _0x56da6b,merge as _0x2d7bcf}from'@univerjs/core';import{WorkbookExportPermission as _0x16e24f}from'@univerjs/sheets';import{getCurrentRangeDisable$ as _0x3a7a1e}from'@univerjs/sheets-ui';import{UniverLicensePlugin as _0x177771}from'@univerjs-pro/license';const x={'id':'exchange-client.operation.import-xlsx','type':_0x3b7c2a[_0x40f817(0x1d9)],'handler':async _0x390fa8=>{var _0xaeb6a7=_0x40f817;let _0x4cb9d7=_0x390fa8[_0xaeb6a7(0x205)](_0x535b63);return _0x2e0f6c(_0x390fa8,_0x56da6b[_0xaeb6a7(0x1f6)])?await _0x4cb9d7[_0xaeb6a7(0x1e6)]():await _0x4cb9d7[_0xaeb6a7(0x1dd)](),!0x0;}},S={'id':'exchange-client.operation.export-xlsx','type':_0x3b7c2a[_0x40f817(0x1d9)],'handler':async _0x103141=>{var _0xac7ac0=_0x40f817;let _0x2e15e0=_0x103141['get'](_0x535b63);return _0x2e0f6c(_0x103141,_0x56da6b[_0xac7ac0(0x1f6)])?await _0x2e15e0[_0xac7ac0(0x1fa)]():await _0x2e15e0[_0xac7ac0(0x1e1)](),!0x0;}},C=_0x40f817(0x1f3);function w(_0x4553a3){var _0x405d6b=_0x40f817;return{'id':C,'type':_0x39d26d[_0x405d6b(0x1e5)],'icon':_0x405d6b(0x1f8),'tooltip':'sheets-exchange-client.file','hidden$':_0x499c70(_0x4553a3,_0x56da6b[_0x405d6b(0x1f6)]),'disabled$':_0x3a7a1e(_0x4553a3,{'workbookTypes':[_0x16e24f]})};}function T(){var _0x3a2e75=_0x40f817;return{'id':x['id'],'type':_0x39d26d[_0x3a2e75(0x1fe)],'title':_0x3a2e75(0x209),'icon':_0x3a2e75(0x1e3)};}function E(){var _0x294d97=_0x40f817;return{'id':S['id'],'type':_0x39d26d[_0x294d97(0x1fe)],'title':_0x294d97(0x20a),'icon':'ExportIcon'};}const D={[_0x13efb6[_0x40f817(0x1f1)]]:{[C]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':w,[x['id']]:{'order':0x0,'menuItemFactory':T},[S['id']]:{'order':0x1,'menuItemFactory':E}}}};var O='@univerjs-pro/sheets-exchange-client',k='1.0.0-alpha.8';const A={};function j(_0x5ed849,_0xcbc1cc){return function(_0xaff40d,_0x98500b){_0xcbc1cc(_0xaff40d,_0x98500b,_0x5ed849);};}function _0x27a4(){var _0x4f59f4=['_config','function','call','1776184gjYBmI','onReady','setConfig','OPERATION','registerCommand','1720odcrho','_configService','importXLSXToSnapshot','1629099CqJwUA','_injector','constructor','exportXLSXBySnapshot','menu','FolderIcon','16534tPMWeF','SUBITEMS','importXLSXToUnitId','getOwnPropertyDescriptor','_initMenus','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','object','891624Gvrjlh','symbol','onStarting','69eYsGqr','length','version','OTHERS','_menuManagerService','sheets-exchange-client.operation.exchange','7ckFoIj','mergeMenu','UNIVER_SHEET','_initCommands','DirectExportIcon','pluginName','exportXLSXByUnitId','_commandService','toPrimitive','10RUVWxL','BUTTON','defineProperty','prototype','string','type','2200231doiEEs','iterator','get','208865hnfveF','2704ElOzOH','add','sheets-exchange-client.upload','sheets-exchange-client.download','disposeWithMe','decorate'];_0x27a4=function(){return _0x4f59f4;};return _0x27a4();}function M(_0x3a165b,_0x51b013,_0x3c25d9,_0x50abee){var _0x4f45e6=_0x40f817,_0xe6fdc9=arguments[_0x4f45e6(0x1ef)],_0x5c517a=_0xe6fdc9<0x3?_0x51b013:_0x50abee===null?_0x50abee=Object[_0x4f45e6(0x1e7)](_0x51b013,_0x3c25d9):_0x50abee,_0xfe345;if(typeof Reflect==_0x4f45e6(0x1ea)&&typeof Reflect['decorate']==_0x4f45e6(0x20e))_0x5c517a=Reflect[_0x4f45e6(0x20c)](_0x3a165b,_0x51b013,_0x3c25d9,_0x50abee);else{for(var _0x336848=_0x3a165b[_0x4f45e6(0x1ef)]-0x1;_0x336848>=0x0;_0x336848--)(_0xfe345=_0x3a165b[_0x336848])&&(_0x5c517a=(_0xe6fdc9<0x3?_0xfe345(_0x5c517a):_0xe6fdc9>0x3?_0xfe345(_0x51b013,_0x3c25d9,_0x5c517a):_0xfe345(_0x51b013,_0x3c25d9))||_0x5c517a);}return _0xe6fdc9>0x3&&_0x5c517a&&Object[_0x4f45e6(0x1ff)](_0x51b013,_0x3c25d9,_0x5c517a),_0x5c517a;}let N=class extends _0x1bf5ce{constructor(_0x4d2671,_0x4d8f7b){var _0x558813=_0x40f817;super(),this[_0x558813(0x1fb)]=_0x4d2671,this[_0x558813(0x1f2)]=_0x4d8f7b,this[_0x558813(0x1f7)](),this[_0x558813(0x1e8)]();}[_0x40f817(0x1f7)](){[x,S]['forEach'](_0x44378a=>{var _0x5cba2a=_0x12dd;this[_0x5cba2a(0x20b)](this[_0x5cba2a(0x1fb)][_0x5cba2a(0x1da)](_0x44378a));});}[_0x40f817(0x1e8)](){var _0x578797=_0x40f817;this[_0x578797(0x1f2)][_0x578797(0x1f5)](D);}};N=M([j(0x0,_0x5acefe),j(0x1,_0x3c529f)],N);function _0x12dd(_0x145d74,_0x3fee67){_0x145d74=_0x145d74-0x1d7;var _0x27a4ec=_0x27a4();var _0x12ddc6=_0x27a4ec[_0x145d74];return _0x12ddc6;}function P(_0x10885e){'@babel/helpers - typeof';var _0x4d61fe=_0x40f817;return P=typeof Symbol==_0x4d61fe(0x20e)&&typeof Symbol[_0x4d61fe(0x204)]==_0x4d61fe(0x1ec)?function(_0x5ce971){return typeof _0x5ce971;}:function(_0x1b4cda){var _0x2679fe=_0x4d61fe;return _0x1b4cda&&typeof Symbol=='function'&&_0x1b4cda[_0x2679fe(0x1e0)]===Symbol&&_0x1b4cda!==Symbol[_0x2679fe(0x200)]?'symbol':typeof _0x1b4cda;},P(_0x10885e);}function F(_0x3ebe73,_0x44223d){var _0x3ccd63=_0x40f817;if(P(_0x3ebe73)!='object'||!_0x3ebe73)return _0x3ebe73;var _0x30f5c6=_0x3ebe73[Symbol[_0x3ccd63(0x1fc)]];if(_0x30f5c6!==void 0x0){var _0x44b79a=_0x30f5c6[_0x3ccd63(0x20f)](_0x3ebe73,_0x44223d||'default');if(P(_0x44b79a)!='object')return _0x44b79a;throw TypeError(_0x3ccd63(0x1e9));}return(_0x44223d===_0x3ccd63(0x201)?String:Number)(_0x3ebe73);}function I(_0x392902){var _0x5fd429=_0x40f817,_0x10c796=F(_0x392902,_0x5fd429(0x201));return P(_0x10c796)==_0x5fd429(0x1ec)?_0x10c796:_0x10c796+'';}function L(_0x3e0e46,_0x85fdf,_0x9ca833){var _0x4b18c4=_0x40f817;return(_0x85fdf=I(_0x85fdf))in _0x3e0e46?Object[_0x4b18c4(0x1ff)](_0x3e0e46,_0x85fdf,{'value':_0x9ca833,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3e0e46[_0x85fdf]=_0x9ca833,_0x3e0e46;}let R=class extends _0x1c60fb{constructor(_0x495c01=A,_0x12c5e6,_0x4b0fb5){var _0x2162d7=_0x40f817;super(),this[_0x2162d7(0x20d)]=_0x495c01,this[_0x2162d7(0x1df)]=_0x12c5e6,this['_configService']=_0x4b0fb5;let {menu:_0x3364dd,..._0x5ef4ee}=_0x2d7bcf({},A,this[_0x2162d7(0x20d)]);_0x3364dd&&this[_0x2162d7(0x1dc)][_0x2162d7(0x1d8)](_0x2162d7(0x1e2),_0x3364dd,{'merge':!0x0}),this[_0x2162d7(0x1dc)]['setConfig']('sheets-exchange-client.config',_0x5ef4ee);}[_0x40f817(0x1ed)](){var _0x57a9e6=_0x40f817;[[N]]['forEach'](_0x35c62d=>this['_injector'][_0x57a9e6(0x208)](_0x35c62d));}[_0x40f817(0x1d7)](){var _0x6eed48=_0x40f817;this[_0x6eed48(0x1df)][_0x6eed48(0x205)](N);}};L(R,_0x40f817(0x1f9),'SHEET_EXCHANGE_CLIENT_PLUGIN'),L(R,'packageName',O),L(R,_0x40f817(0x1f0),k),L(R,_0x40f817(0x202),_0x56da6b[_0x40f817(0x1f6)]),R=M([_0x3d7172(_0x177771,_0x5373ae,_0x355bc4),j(0x1,_0x50e0f0(_0x48cae4)),j(0x2,_0x91d313)],R);export{D as SheetsExchangeClientMenuSchema,R as UniverSheetsExchangeClientPlugin};
1
+ const _0x35aa3b=_0x236e;(function(_0x92e2b6,_0x16dffc){const _0x22c946=_0x236e,_0x4bb54c=_0x92e2b6();while(!![]){try{const _0x46567f=parseInt(_0x22c946(0x8f))/0x1*(parseInt(_0x22c946(0x9f))/0x2)+-parseInt(_0x22c946(0xae))/0x3+parseInt(_0x22c946(0x99))/0x4*(parseInt(_0x22c946(0x8d))/0x5)+-parseInt(_0x22c946(0x8b))/0x6+parseInt(_0x22c946(0xca))/0x7+parseInt(_0x22c946(0x89))/0x8*(parseInt(_0x22c946(0x8e))/0x9)+-parseInt(_0x22c946(0x7e))/0xa*(-parseInt(_0x22c946(0xb4))/0xb);if(_0x46567f===_0x16dffc)break;else _0x4bb54c['push'](_0x4bb54c['shift']());}catch(_0x313f4f){_0x4bb54c['push'](_0x4bb54c['shift']());}}}(_0x13b6,0x3d7a0));import{IDialogService as _0x1ce2e8,IMenuManagerService as _0x1c61f6,MenuItemType as _0x1d7db0,RibbonStartGroup as _0x56926c,getMenuHiddenObservable as _0xa4465a}from'@univerjs/ui';import{ClientSnapshotServerService as _0x5b6b8f,EXPORT_FORMAT_DIALOG as _0x370123,ExchangeFormat as _0x3cce7b,IExchangeOperateService as _0x50c849,IExchangeService as _0x35e319,UniverExchangeClientPlugin as _0x73b6be,isCurrentUnitLoadedFromServer as _0x5e4492,transformSheetBlockMetaToString as _0x565407,transformWorkbookSnapshotMetaToString as _0x5d674d}from'@univerjs-pro/exchange-client';import{CommandType as _0x4f78d0,DependentOn as _0x2aa444,Disposable as _0x3ff27f,ICommandService as _0x1e81ae,IConfigService as _0x1117ad,IResourceLoaderService as _0x963b95,IUniverInstanceService as _0x24b418,Inject as _0x4fa34b,Injector as _0x5b6331,LocaleService as _0xb2a726,Plugin as _0xdc0889,UniverInstanceType as _0x348e2e,createIdentifier as _0x2fdadb,merge as _0x344a57}from'@univerjs/core';import{b64DecodeUnicode as _0x3891cb,getSheetBlocksFromSnapshot as _0x59bf90,transformSnapshotToWorkbookData as _0x394f8f,transformWorkbookDataToSnapshot as _0x450457}from'@univerjs-pro/collaboration';import{WorkbookExportPermission as _0x43fcc5}from'@univerjs/sheets';import{getCurrentRangeDisable$ as _0x3a174b}from'@univerjs/sheets-ui';import{UniverLicensePlugin as _0x2780f4}from'@univerjs-pro/license';const M={'minSheetRowCount':0x1,'minSheetColumnCount':0x1,'disableCellImageConversion':!0x0};function N(_0x196bd7,_0x199d88){return function(_0x39b00e,_0x42a109){_0x199d88(_0x39b00e,_0x42a109,_0x196bd7);};}function P(_0x36b9d8,_0x365602,_0x146f82,_0x56f773){const _0x5ea200=_0x236e;var _0x5df6d8=arguments[_0x5ea200(0x86)],_0x32cb5a=_0x5df6d8<0x3?_0x365602:_0x56f773===null?_0x56f773=Object[_0x5ea200(0xaf)](_0x365602,_0x146f82):_0x56f773,_0x462375;if(typeof Reflect==_0x5ea200(0x75)&&typeof Reflect[_0x5ea200(0x87)]==_0x5ea200(0xa1))_0x32cb5a=Reflect[_0x5ea200(0x87)](_0x36b9d8,_0x365602,_0x146f82,_0x56f773);else{for(var _0x1bf3f1=_0x36b9d8[_0x5ea200(0x86)]-0x1;_0x1bf3f1>=0x0;_0x1bf3f1--)(_0x462375=_0x36b9d8[_0x1bf3f1])&&(_0x32cb5a=(_0x5df6d8<0x3?_0x462375(_0x32cb5a):_0x5df6d8>0x3?_0x462375(_0x365602,_0x146f82,_0x32cb5a):_0x462375(_0x365602,_0x146f82))||_0x32cb5a);}return _0x5df6d8>0x3&&_0x32cb5a&&Object[_0x5ea200(0xcc)](_0x365602,_0x146f82,_0x32cb5a),_0x32cb5a;}function _0x13b6(){const _0x5e4221=['toPrimitive','importFileToUnitId','sheets-exchange-client.dialog.export-format','570159KWWabk','getOwnPropertyDescriptor','BUTTON','get','_initCommands','getUnitId','11JqLbGw','add','transformWorkbookDataToSnapshotJson','XLSX','_createExportOptions','\x20is\x20currently\x20active.','_menuManagerService','_initMenus','_exchangeOperateService','FolderIcon','_createImportOptions','exportFileByUnitId','SHEET_EXCHANGE_CLIENT_PLUGIN','constructor','sheets-exchange-client.download','sheets-exchange-client.operation.exchange','parse','TSV','_getConfig','importSheetToSnapshot','_getCurrentWorkbook','exportFile','765744wKhugi','prototype','defineProperty','_univerInstanceService','mergeMenu','UNIVER_SHEET','rev','OPERATION','string','exportSheetByUnitId','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','object','iterator','No\x20unit\x20of\x20type\x20','packageName','symbol','getConfig','onReady','Failed\x20to\x20transform\x20snapshot\x20to\x20string','values','1168550HnSiws','sheets-exchange-client.operation.import-sheet','disposeWithMe','map','_configService','_resourceLoaderService','sheets-exchange-client.sheet-exchange.service','menu','length','decorate','getSnapshot','54424fdCWbp','data','2749986dnHRUI','@univerjs-pro/sheets-exchange-client','35425SGNXzH','171UJvPjX','153frlrLo','dispose','DirectExportIcon','exportSheetBySnapshot','_sheetExchangeService','_exchangeService','executeCommand','sheets-exchange-client.config','importSheetToUnitId','getCurrentUnitOfType','196zpnktx','_commandService','sheets-exchange-client.file','CSV','getSheetId','getSheets','2582pxHGhX','transformSnapshotJsonToWorkbookData','function','saveUnit','_injector','setConfig','importFileToSnapshot','sheetId','forEach','open','_config','pluginName'];_0x13b6=function(){return _0x5e4221;};return _0x13b6();}const F=_0x2fdadb(_0x35aa3b(0x84));let I=class{constructor(_0x7151fb,_0x5b956f){const _0x359292=_0x35aa3b;this[_0x359292(0x94)]=_0x7151fb,this[_0x359292(0x82)]=_0x5b956f;}[_0x35aa3b(0x97)](_0x32ba16){const _0x36f656=_0x35aa3b;let _0x1b0613=this[_0x36f656(0xbe)]();return this[_0x36f656(0x94)][_0x36f656(0xac)](_0x32ba16,_0x348e2e[_0x36f656(0xcf)],{'sheet':_0x1b0613});}async[_0x35aa3b(0xc7)](_0xe018f5){const _0x528399=_0x35aa3b;let _0x1e3324=this[_0x528399(0xbe)](),_0x403659=await this[_0x528399(0x94)]['importFileToJson'](_0xe018f5,_0x348e2e[_0x528399(0xcf)],{'sheet':_0x1e3324});return _0x403659?this[_0x528399(0xa0)](_0x403659):void 0x0;}['exportSheetByUnitId'](_0x3813f2,_0x110a99=_0x3cce7b[_0x35aa3b(0xb7)],_0x2e31fb){const _0x3ead08=_0x35aa3b;let _0x4a5b18=this[_0x3ead08(0xb8)](_0x110a99,_0x2e31fb);return this[_0x3ead08(0x94)][_0x3ead08(0xbf)](_0x3813f2,_0x348e2e[_0x3ead08(0xcf)],_0x110a99,{'sheet':_0x4a5b18});}async[_0x35aa3b(0x92)](_0x3026c7,_0x220112=_0x3cce7b[_0x35aa3b(0xb7)],_0x1caeb3){const _0x1ce64d=_0x35aa3b;let _0x1fbd62=await this[_0x1ce64d(0xb6)](_0x3026c7),_0x5476fa=this[_0x1ce64d(0xb8)](_0x220112,_0x1caeb3);return this[_0x1ce64d(0x94)]['exportFileBySnapshot'](_0x1fbd62,_0x348e2e[_0x1ce64d(0xcf)],_0x220112,{'sheet':_0x5476fa});}['transformSnapshotJsonToWorkbookData'](_0x2f982a){const _0x24763e=_0x35aa3b;let _0x5d93d6=Object[_0x24763e(0x7d)](_0x2f982a['sheetBlocks']||{})[_0x24763e(0x81)](_0x1883e6=>({..._0x1883e6,'data':_0x1883e6[_0x24763e(0x8a)]?JSON[_0x24763e(0xc4)](_0x3891cb(_0x1883e6[_0x24763e(0x8a)])):void 0x0}));return _0x394f8f(_0x2f982a['snapshot'],_0x5d93d6);}async[_0x35aa3b(0xb6)](_0x255d0b){const _0x49ec29=_0x35aa3b;let _0x2c0836={'metadata':void 0x0},_0x3be0d9=new _0x5b6b8f(),{snapshot:_0x49548a}=await _0x450457(_0x2c0836,_0x255d0b,_0x255d0b['id'],_0x255d0b[_0x49ec29(0xd0)]??0x0,_0x3be0d9),_0x5e93b4=_0x5d674d(_0x49548a);if(!_0x5e93b4)throw Error(_0x49ec29(0x7c));return{'snapshot':_0x5e93b4,'sheetBlocks':_0x565407(await _0x59bf90(_0x49548a,_0x3be0d9))};}['_getConfig'](){const _0xa31f73=_0x35aa3b;return this[_0xa31f73(0x82)][_0xa31f73(0x7a)]('sheets-exchange-client.config')??M;}[_0x35aa3b(0xbe)](){const _0x4970d6=_0x35aa3b;let {minSheetRowCount:_0x133ca1,minSheetColumnCount:_0x55338c}=this[_0x4970d6(0xc6)]();return{'minSheetRowCount':_0x133ca1,'minSheetColumnCount':_0x55338c};}[_0x35aa3b(0xb8)](_0x40f8ba,_0x4bb35c){const _0x4747dd=_0x35aa3b;let {disableCellImageConversion:_0x12bf4d}=this[_0x4747dd(0xc6)]();return{'useImageUrl':_0x12bf4d,..._0x40f8ba!==_0x3cce7b[_0x4747dd(0xb7)]&&_0x4bb35c?{'csv':{'sheetId':_0x4bb35c}}:{}};}};I=P([N(0x0,_0x4fa34b(_0x35e319)),N(0x1,_0x1117ad)],I);const L=_0x2fdadb('sheets-exchange-client.sheet-exchange-operate.service');let R=class{constructor(_0x136dc5,_0x35c6c9,_0x1e9a5c,_0x5055b1){const _0x358d79=_0x35aa3b;this[_0x358d79(0x93)]=_0x136dc5,this[_0x358d79(0xbc)]=_0x35c6c9,this[_0x358d79(0xcd)]=_0x1e9a5c,this[_0x358d79(0x83)]=_0x5055b1;}['importSheetToUnitId'](){const _0x2d7ff6=_0x35aa3b;return this[_0x2d7ff6(0xbc)]['importFileToUnitId'](_0x348e2e[_0x2d7ff6(0xcf)],_0x7e0211=>this[_0x2d7ff6(0x93)][_0x2d7ff6(0x97)](_0x7e0211));}[_0x35aa3b(0xc7)](){const _0x5d748a=_0x35aa3b;return this[_0x5d748a(0xbc)][_0x5d748a(0xa5)](_0x348e2e[_0x5d748a(0xcf)],_0x84c4b1=>this['_sheetExchangeService'][_0x5d748a(0xc7)](_0x84c4b1));}[_0x35aa3b(0xd3)](_0x2febb4,_0x51a3cf,_0x25ff6e=_0x3cce7b[_0x35aa3b(0xb7)],_0x767c5d){const _0x999a9c=_0x35aa3b;let _0x38a90f=this[_0x999a9c(0xc8)]();return this[_0x999a9c(0xbc)][_0x999a9c(0xc9)](()=>this[_0x999a9c(0x93)][_0x999a9c(0xd3)](_0x2febb4??_0x38a90f[_0x999a9c(0xb3)](),_0x25ff6e,_0x767c5d),_0x51a3cf??_0x38a90f[_0x999a9c(0x88)]()['name'],_0x25ff6e);}[_0x35aa3b(0x92)](_0x563b6f=_0x3cce7b[_0x35aa3b(0xb7)],_0xf8f719){const _0x2eb0ef=_0x35aa3b;let _0x2be59c=this['_getCurrentWorkbook'](),_0x995804=this[_0x2eb0ef(0x83)][_0x2eb0ef(0xa2)](_0x2be59c[_0x2eb0ef(0xb3)]())??_0x2be59c[_0x2eb0ef(0x88)]();return this[_0x2eb0ef(0xbc)][_0x2eb0ef(0xc9)](()=>this[_0x2eb0ef(0x93)][_0x2eb0ef(0x92)](_0x995804,_0x563b6f,_0xf8f719),_0x995804['name'],_0x563b6f);}['_getCurrentWorkbook'](){const _0x529343=_0x35aa3b;let _0x1d093e=this['_univerInstanceService'][_0x529343(0x98)](_0x348e2e[_0x529343(0xcf)]);if(!_0x1d093e)throw Error(_0x529343(0x77)+_0x348e2e[_0x529343(0xcf)]+_0x529343(0xb9));return _0x1d093e;}};R=P([N(0x0,_0x4fa34b(F)),N(0x1,_0x4fa34b(_0x50c849)),N(0x2,_0x24b418),N(0x3,_0x963b95)],R);function z(_0x3ab5ca){const _0x5dc91e=_0x35aa3b;var _0x19938b,_0x51d685;return{'selectedId':((_0x19938b=_0x3ab5ca['getActiveSheet'](!0x0))==null?void 0x0:_0x19938b[_0x5dc91e(0x9d)]())??((_0x51d685=_0x3ab5ca[_0x5dc91e(0x9e)]()[0x0])==null?void 0x0:_0x51d685[_0x5dc91e(0x9d)]())??'','items':_0x3ab5ca[_0x5dc91e(0x9e)]()[_0x5dc91e(0x81)](_0x1479a9=>({'label':_0x1479a9['getName'](),'value':_0x1479a9[_0x5dc91e(0x9d)]()}))};}const B={'id':_0x35aa3b(0x7f),'type':_0x4f78d0['OPERATION'],'handler':async _0x1ca451=>{const _0x1364c6=_0x35aa3b;let _0x14b684=_0x1ca451[_0x1364c6(0xb1)](L);return _0x5e4492(_0x1ca451,_0x348e2e[_0x1364c6(0xcf)])?await _0x14b684[_0x1364c6(0x97)]():await _0x14b684['importSheetToSnapshot'](),!0x0;}},V={'id':'sheets-exchange-client.operation.export-sheet-by-format','type':_0x4f78d0[_0x35aa3b(0xd1)],'handler':async(_0x446525,_0x3cb191)=>{const _0x249c5c=_0x35aa3b;if(!_0x3cb191)return!0x1;let _0x56b519=_0x446525[_0x249c5c(0xb1)](L);return _0x5e4492(_0x446525,_0x348e2e[_0x249c5c(0xcf)])?await _0x56b519[_0x249c5c(0xd3)](void 0x0,void 0x0,_0x3cb191['format'],_0x3cb191[_0x249c5c(0xa6)]):await _0x56b519[_0x249c5c(0x92)](_0x3cb191['format'],_0x3cb191['sheetId']),!0x0;}},H={'id':'sheets-exchange-client.operation.export-sheet','type':_0x4f78d0['OPERATION'],'handler':_0x5a5617=>{const _0x554c6c=_0x35aa3b;let _0x25e8e1=_0x5a5617[_0x554c6c(0xb1)](_0x24b418)[_0x554c6c(0x98)](_0x348e2e[_0x554c6c(0xcf)]);if(!_0x25e8e1)return!0x1;let _0x5cee5c=z(_0x25e8e1),_0x281bb9=_0x5a5617[_0x554c6c(0xb1)](_0x1ce2e8),_0x2782db=_0x5a5617[_0x554c6c(0xb1)](_0x1e81ae),_0x5db9fe=_0x5a5617[_0x554c6c(0xb1)](_0xb2a726),_0x1f5bbc=null,_0xb3ade1=()=>{const _0x4607b3=_0x554c6c;_0x1f5bbc==null||_0x1f5bbc[_0x4607b3(0x90)](),_0x1f5bbc=null;};return _0x1f5bbc=_0x281bb9[_0x554c6c(0xa8)]({'id':_0x554c6c(0xad),'title':{'title':_0x5db9fe['t'](_0x554c6c(0xc2))},'width':0x1a4,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x1,'children':{'label':{'name':_0x370123,'props':{'formats':[_0x3cce7b[_0x554c6c(0xb7)],_0x3cce7b[_0x554c6c(0x9c)],_0x3cce7b[_0x554c6c(0xc5)]],..._0x5cee5c,'onCancel':_0xb3ade1,'onConfirm':async(_0x52c1c2,_0x652794)=>{const _0x5edb8e=_0x554c6c;await _0x2782db[_0x5edb8e(0x95)](V['id'],{'format':_0x52c1c2,'sheetId':_0x652794}),_0xb3ade1();}}}},'onClose':_0xb3ade1}),!0x0;}},U=_0x35aa3b(0xc3);function W(_0x334f88){const _0x451291=_0x35aa3b;return{'id':U,'type':_0x1d7db0['SUBITEMS'],'icon':_0x451291(0x91),'tooltip':_0x451291(0x9b),'hidden$':_0xa4465a(_0x334f88,_0x348e2e['UNIVER_SHEET']),'disabled$':_0x3a174b(_0x334f88,{'workbookTypes':[_0x43fcc5]})};}function G(){const _0x115c6c=_0x35aa3b;return{'id':B['id'],'type':_0x1d7db0[_0x115c6c(0xb0)],'title':'sheets-exchange-client.upload','icon':_0x115c6c(0xbd)};}function K(){const _0x38e7d6=_0x35aa3b;return{'id':H['id'],'type':_0x1d7db0['BUTTON'],'title':_0x38e7d6(0xc2),'icon':'ExportIcon'};}const q={[_0x56926c['OTHERS']]:{[U]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':W,[B['id']]:{'order':0x0,'menuItemFactory':G},[H['id']]:{'order':0x1,'menuItemFactory':K}}}};function _0x236e(_0x3029f0,_0xbfa5f2){_0x3029f0=_0x3029f0-0x75;const _0x13b653=_0x13b6();let _0x236e6d=_0x13b653[_0x3029f0];return _0x236e6d;}var J=_0x35aa3b(0x8c),Y='1.0.0-beta.0';let X=class extends _0x3ff27f{constructor(_0x708a5d,_0x3e28bd){const _0x29b31a=_0x35aa3b;super(),this['_commandService']=_0x708a5d,this[_0x29b31a(0xba)]=_0x3e28bd,this[_0x29b31a(0xb2)](),this[_0x29b31a(0xbb)]();}[_0x35aa3b(0xb2)](){const _0x1eb58c=_0x35aa3b;[B,H,V][_0x1eb58c(0xa7)](_0xed653c=>{const _0x463479=_0x1eb58c;this[_0x463479(0x80)](this[_0x463479(0x9a)]['registerCommand'](_0xed653c));});}[_0x35aa3b(0xbb)](){const _0x55cb89=_0x35aa3b;this[_0x55cb89(0xba)][_0x55cb89(0xce)](q);}};X=P([N(0x0,_0x1e81ae),N(0x1,_0x1c61f6)],X);function Z(_0x36490d){'@babel/helpers - typeof';const _0x4435f9=_0x35aa3b;return Z=typeof Symbol=='function'&&typeof Symbol[_0x4435f9(0x76)]==_0x4435f9(0x79)?function(_0x56eef9){return typeof _0x56eef9;}:function(_0x3c91e6){const _0x5495b2=_0x4435f9;return _0x3c91e6&&typeof Symbol==_0x5495b2(0xa1)&&_0x3c91e6[_0x5495b2(0xc1)]===Symbol&&_0x3c91e6!==Symbol[_0x5495b2(0xcb)]?'symbol':typeof _0x3c91e6;},Z(_0x36490d);}function re(_0x5265b3,_0x6e23cf){const _0x5631fc=_0x35aa3b;if(Z(_0x5265b3)!=_0x5631fc(0x75)||!_0x5265b3)return _0x5265b3;var _0x4dff4b=_0x5265b3[Symbol[_0x5631fc(0xab)]];if(_0x4dff4b!==void 0x0){var _0x5586a8=_0x4dff4b['call'](_0x5265b3,_0x6e23cf||'default');if(Z(_0x5586a8)!=_0x5631fc(0x75))return _0x5586a8;throw TypeError(_0x5631fc(0xd4));}return(_0x6e23cf===_0x5631fc(0xd2)?String:Number)(_0x5265b3);}function ie(_0x42bb76){const _0xf49bd0=_0x35aa3b;var _0x128747=re(_0x42bb76,_0xf49bd0(0xd2));return Z(_0x128747)==_0xf49bd0(0x79)?_0x128747:_0x128747+'';}function Q(_0x33ebfb,_0x52961d,_0x1c46d6){const _0x95bcac=_0x35aa3b;return(_0x52961d=ie(_0x52961d))in _0x33ebfb?Object[_0x95bcac(0xcc)](_0x33ebfb,_0x52961d,{'value':_0x1c46d6,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x33ebfb[_0x52961d]=_0x1c46d6,_0x33ebfb;}let $=class extends _0xdc0889{constructor(_0x419036=M,_0x5329ba,_0x4a627f){const _0x262f59=_0x35aa3b;super(),this[_0x262f59(0xa9)]=_0x419036,this[_0x262f59(0xa3)]=_0x5329ba,this['_configService']=_0x4a627f;let {menu:_0x367339,..._0x4685f7}=_0x344a57({},M,this[_0x262f59(0xa9)]);_0x367339&&this[_0x262f59(0x82)][_0x262f59(0xa4)](_0x262f59(0x85),_0x367339,{'merge':!0x0}),this[_0x262f59(0x82)][_0x262f59(0xa4)](_0x262f59(0x96),_0x4685f7);}['onStarting'](){const _0x5e381a=_0x35aa3b;[[F,{'useClass':I}],[L,{'useClass':R}],[X]][_0x5e381a(0xa7)](_0x29754b=>this[_0x5e381a(0xa3)][_0x5e381a(0xb5)](_0x29754b));}[_0x35aa3b(0x7b)](){const _0x20960d=_0x35aa3b;this[_0x20960d(0xa3)]['get'](X);}};Q($,_0x35aa3b(0xaa),_0x35aa3b(0xc0)),Q($,_0x35aa3b(0x78),J),Q($,'version',Y),Q($,'type',_0x348e2e[_0x35aa3b(0xcf)]),$=P([_0x2aa444(_0x2780f4,_0x73b6be),N(0x1,_0x4fa34b(_0x5b6331)),N(0x2,_0x1117ad)],$);export{F as ISheetExchangeService,q as SheetsExchangeClientMenuSchema,$ as UniverSheetsExchangeClientPlugin};
@@ -1 +1 @@
1
- function _0x4baf(_0x35c3c7,_0xc66908){_0x35c3c7=_0x35c3c7-0x1f1;const _0x54d286=_0x54d2();let _0x4baff3=_0x54d286[_0x35c3c7];return _0x4baff3;}const _0x5fb7d3=_0x4baf;(function(_0x36c556,_0x216331){const _0x3eed22=_0x4baf,_0x4ad93a=_0x36c556();while(!![]){try{const _0x38fb7c=-parseInt(_0x3eed22(0x1fc))/0x1*(parseInt(_0x3eed22(0x1fb))/0x2)+-parseInt(_0x3eed22(0x1f2))/0x3*(-parseInt(_0x3eed22(0x1f8))/0x4)+parseInt(_0x3eed22(0x1fa))/0x5+-parseInt(_0x3eed22(0x1f6))/0x6+-parseInt(_0x3eed22(0x1f9))/0x7*(-parseInt(_0x3eed22(0x1f7))/0x8)+parseInt(_0x3eed22(0x1f5))/0x9+-parseInt(_0x3eed22(0x1f3))/0xa;if(_0x38fb7c===_0x216331)break;else _0x4ad93a['push'](_0x4ad93a['shift']());}catch(_0x1eb4c2){_0x4ad93a['push'](_0x4ad93a['shift']());}}}(_0x54d2,0xee377));function _0x54d2(){const _0x324176=['9SXQMnW','4656950GaChXO','حفظ\x20باسم','2568213qBNMUt','5856546bJkSZE','328spBLCA','1142164ZMjrEX','109844exrYGx','3350120xhaULo','2sFkKQG','37855QIArUp','فتح\x20(ملف)'];_0x54d2=function(){return _0x324176;};return _0x54d2();}const e={'sheets-exchange-client':{'file':'ملف','upload':_0x5fb7d3(0x1f1),'download':_0x5fb7d3(0x1f4)}};export{e as default};
1
+ const _0x5264d1=_0xa770;function _0x3402(){const _0x55aa3d=['2954133NolGwQ','3360510haqpOV','5oprQyZ','3348290GVrJbC','1260pyJUmc','99yyWSZs','2670852YITTSh','16ilBtNZ','فتح\x20(ملف)','حفظ\x20باسم','3736952VBUGIY','9152088jZrYxS'];_0x3402=function(){return _0x55aa3d;};return _0x3402();}(function(_0x4439e7,_0x557d00){const _0x429111=_0xa770,_0x52fc95=_0x4439e7();while(!![]){try{const _0x34cff5=-parseInt(_0x429111(0x181))/0x1+-parseInt(_0x429111(0x17e))/0x2+-parseInt(_0x429111(0x183))/0x3+-parseInt(_0x429111(0x187))/0x4+parseInt(_0x429111(0x17f))/0x5*(parseInt(_0x429111(0x17c))/0x6)+parseInt(_0x429111(0x17d))/0x7*(-parseInt(_0x429111(0x184))/0x8)+-parseInt(_0x429111(0x182))/0x9*(-parseInt(_0x429111(0x180))/0xa);if(_0x34cff5===_0x557d00)break;else _0x52fc95['push'](_0x52fc95['shift']());}catch(_0x18bb8c){_0x52fc95['push'](_0x52fc95['shift']());}}}(_0x3402,0xd1918));const e={'sheets-exchange-client':{'file':'ملف','upload':_0x5264d1(0x185),'download':_0x5264d1(0x186)}};function _0xa770(_0x14c80d,_0xfa0c94){_0x14c80d=_0x14c80d-0x17c;const _0x34028e=_0x3402();let _0xa770b2=_0x34028e[_0x14c80d];return _0xa770b2;}export{e as default};
@@ -1 +1 @@
1
- const _0x4c3f89=_0x2fd5;(function(_0x15db47,_0x43523f){const _0x531565=_0x2fd5,_0x52d65a=_0x15db47();while(!![]){try{const _0x1ae8aa=parseInt(_0x531565(0x165))/0x1+parseInt(_0x531565(0x164))/0x2*(-parseInt(_0x531565(0x160))/0x3)+parseInt(_0x531565(0x162))/0x4*(-parseInt(_0x531565(0x168))/0x5)+parseInt(_0x531565(0x166))/0x6+parseInt(_0x531565(0x161))/0x7+parseInt(_0x531565(0x163))/0x8+-parseInt(_0x531565(0x167))/0x9*(parseInt(_0x531565(0x15e))/0xa);if(_0x1ae8aa===_0x43523f)break;else _0x52d65a['push'](_0x52d65a['shift']());}catch(_0x2edd7e){_0x52d65a['push'](_0x52d65a['shift']());}}}(_0x2f00,0xd66e0));function _0x2f00(){const _0x5e3ef5=['13968808qPBVJm','114qgeqSB','1016903AnipHd','5029608gKzAEK','36uxVvuK','8395GphgxZ','Fitxer','2361730EJoVEf','Anomena\x20i\x20desa','38685IcwTWi','4908540rrZMXV','4156CtRBIP'];_0x2f00=function(){return _0x5e3ef5;};return _0x2f00();}function _0x2fd5(_0x3bf61a,_0x1940d2){_0x3bf61a=_0x3bf61a-0x15d;const _0x2f0067=_0x2f00();let _0x2fd50e=_0x2f0067[_0x3bf61a];return _0x2fd50e;}const e={'sheets-exchange-client':{'file':_0x4c3f89(0x15d),'upload':'Obrir(Fitxer)','download':_0x4c3f89(0x15f)}};export{e as default};
1
+ const _0x3b4353=_0x4e0d;(function(_0x4cf414,_0x3fc8bb){const _0x530a5c=_0x4e0d,_0xb19288=_0x4cf414();while(!![]){try{const _0x5dde70=-parseInt(_0x530a5c(0x159))/0x1+-parseInt(_0x530a5c(0x14d))/0x2+-parseInt(_0x530a5c(0x151))/0x3*(parseInt(_0x530a5c(0x152))/0x4)+-parseInt(_0x530a5c(0x153))/0x5*(-parseInt(_0x530a5c(0x154))/0x6)+parseInt(_0x530a5c(0x156))/0x7*(parseInt(_0x530a5c(0x14e))/0x8)+-parseInt(_0x530a5c(0x155))/0x9*(parseInt(_0x530a5c(0x157))/0xa)+parseInt(_0x530a5c(0x14f))/0xb;if(_0x5dde70===_0x3fc8bb)break;else _0xb19288['push'](_0xb19288['shift']());}catch(_0x1abd95){_0xb19288['push'](_0xb19288['shift']());}}}(_0x1059,0xb776a));function _0x4e0d(_0x5420ee,_0x1fab51){_0x5420ee=_0x5420ee-0x14d;const _0x105972=_0x1059();let _0x4e0d48=_0x105972[_0x5420ee];return _0x4e0d48;}function _0x1059(){const _0x467572=['Fitxer','3MARbKz','2260972LztOjq','5524340qXfPxH','6SJDWid','9fRIUNY','1981609RKTcwv','2005880ScGZyi','Anomena\x20i\x20desa','492120IQtqGM','Obrir(Fitxer)','2094400MPXjRW','32VVRNlO','9013411GYyaQQ'];_0x1059=function(){return _0x467572;};return _0x1059();}const e={'sheets-exchange-client':{'file':_0x3b4353(0x150),'upload':_0x3b4353(0x15a),'download':_0x3b4353(0x158)}};export{e as default};
@@ -1 +1 @@
1
- const _0x38b0ef=_0x3cab;function _0x5ec9(){const _0x4d704b=['Öffnen\x20(Datei)','5xtHDBf','7ceuRql','Speichern\x20unter','10027184fUOLmJ','662075XsFZhc','6291892vTeoNj','9iJMHPb','3474040FLyZJh','12535350VDFMPl','4170207kTiggt','8689122PJHryn'];_0x5ec9=function(){return _0x4d704b;};return _0x5ec9();}function _0x3cab(_0x21c2a3,_0x48a81e){_0x21c2a3=_0x21c2a3-0x64;const _0x5ec999=_0x5ec9();let _0x3cab6c=_0x5ec999[_0x21c2a3];return _0x3cab6c;}(function(_0x4c3d95,_0x2a37b9){const _0x478b8a=_0x3cab,_0x5a0161=_0x4c3d95();while(!![]){try{const _0x3a6c4a=parseInt(_0x478b8a(0x6a))/0x1+parseInt(_0x478b8a(0x6d))/0x2+-parseInt(_0x478b8a(0x6f))/0x3+parseInt(_0x478b8a(0x6b))/0x4*(-parseInt(_0x478b8a(0x66))/0x5)+parseInt(_0x478b8a(0x64))/0x6*(parseInt(_0x478b8a(0x67))/0x7)+parseInt(_0x478b8a(0x69))/0x8*(parseInt(_0x478b8a(0x6c))/0x9)+-parseInt(_0x478b8a(0x6e))/0xa;if(_0x3a6c4a===_0x2a37b9)break;else _0x5a0161['push'](_0x5a0161['shift']());}catch(_0x8ce94d){_0x5a0161['push'](_0x5a0161['shift']());}}}(_0x5ec9,0xd7d87));const e={'sheets-exchange-client':{'file':'Datei','upload':_0x38b0ef(0x65),'download':_0x38b0ef(0x68)}};export{e as default};
1
+ const _0x1d5cfd=_0x34a7;(function(_0x25d8b8,_0x276b93){const _0xb9a3d3=_0x34a7,_0x40002a=_0x25d8b8();while(!![]){try{const _0x1f9c0f=parseInt(_0xb9a3d3(0xff))/0x1*(-parseInt(_0xb9a3d3(0xf3))/0x2)+-parseInt(_0xb9a3d3(0xf6))/0x3+-parseInt(_0xb9a3d3(0xfe))/0x4+-parseInt(_0xb9a3d3(0xf7))/0x5*(-parseInt(_0xb9a3d3(0xf8))/0x6)+parseInt(_0xb9a3d3(0xfc))/0x7+parseInt(_0xb9a3d3(0xf4))/0x8+parseInt(_0xb9a3d3(0xf5))/0x9*(parseInt(_0xb9a3d3(0xfd))/0xa);if(_0x1f9c0f===_0x276b93)break;else _0x40002a['push'](_0x40002a['shift']());}catch(_0x47165c){_0x40002a['push'](_0x40002a['shift']());}}}(_0x370e,0xcadfa));function _0x34a7(_0x1d03f4,_0x4a50b0){_0x1d03f4=_0x1d03f4-0xf3;const _0x370efa=_0x370e();let _0x34a742=_0x370efa[_0x1d03f4];return _0x34a742;}function _0x370e(){const _0x3abbc7=['109623EtHySl','14WdxxTd','2357952XtYtIK','64917WVpziH','229320Rtkaqt','70oLaiBF','132942XozPXl','Speichern\x20unter','Datei','Öffnen\x20(Datei)','4694718HehmDK','1210njMCVi','1894472AwHrJI'];_0x370e=function(){return _0x3abbc7;};return _0x370e();}const e={'sheets-exchange-client':{'file':_0x1d5cfd(0xfa),'upload':_0x1d5cfd(0xfb),'download':_0x1d5cfd(0xf9)}};export{e as default};
@@ -1 +1 @@
1
- const _0x4868a0=_0x7b65;(function(_0x251b1f,_0x50233c){const _0x1ae10d=_0x7b65,_0x15e974=_0x251b1f();while(!![]){try{const _0x24f5db=-parseInt(_0x1ae10d(0xd1))/0x1*(parseInt(_0x1ae10d(0xdb))/0x2)+parseInt(_0x1ae10d(0xdd))/0x3+parseInt(_0x1ae10d(0xda))/0x4+-parseInt(_0x1ae10d(0xd4))/0x5*(-parseInt(_0x1ae10d(0xd7))/0x6)+-parseInt(_0x1ae10d(0xd3))/0x7*(parseInt(_0x1ae10d(0xde))/0x8)+parseInt(_0x1ae10d(0xd5))/0x9+parseInt(_0x1ae10d(0xd6))/0xa*(-parseInt(_0x1ae10d(0xd8))/0xb);if(_0x24f5db===_0x50233c)break;else _0x15e974['push'](_0x15e974['shift']());}catch(_0x5738af){_0x15e974['push'](_0x15e974['shift']());}}}(_0x4fd6,0xa77ec));const e={'sheets-exchange-client':{'file':_0x4868a0(0xd9),'upload':_0x4868a0(0xdc),'download':_0x4868a0(0xd2)}};function _0x7b65(_0x44f124,_0x2cab39){_0x44f124=_0x44f124-0xd1;const _0x4fd6f0=_0x4fd6();let _0x7b6515=_0x4fd6f0[_0x44f124];return _0x7b6515;}function _0x4fd6(){const _0x20a99d=['22DvNzry','File','4839204WlmtRL','24JaFCqB','Open(File)','2378634SocIno','18392esINQH','90529joVrCI','Save\x20As','882jLpMCg','2702235SpwgAP','624321VEgVbv','5454300WvLzoT','12ZHErrc'];_0x4fd6=function(){return _0x20a99d;};return _0x4fd6();}export{e as default};
1
+ const _0x29c9b3=_0x72d0;(function(_0x4b1a24,_0x7672a5){const _0x4307ac=_0x72d0,_0xc0aa52=_0x4b1a24();while(!![]){try{const _0xeaab87=parseInt(_0x4307ac(0x12a))/0x1+parseInt(_0x4307ac(0x128))/0x2+parseInt(_0x4307ac(0x122))/0x3+-parseInt(_0x4307ac(0x121))/0x4+-parseInt(_0x4307ac(0x125))/0x5+-parseInt(_0x4307ac(0x11f))/0x6*(parseInt(_0x4307ac(0x124))/0x7)+parseInt(_0x4307ac(0x127))/0x8*(parseInt(_0x4307ac(0x120))/0x9);if(_0xeaab87===_0x7672a5)break;else _0xc0aa52['push'](_0xc0aa52['shift']());}catch(_0x51be77){_0xc0aa52['push'](_0xc0aa52['shift']());}}}(_0x1042,0xdd460));function _0x1042(){const _0x2b2cf5=['File','7mWhuoj','7027330WvkkJm','Save\x20As','13912UPwyTJ','3095566DxNPEX','Open(File)','742463bKoFKp','915708LNHybX','2700XKJAkX','5745192RXYTqM','3266316bianLi'];_0x1042=function(){return _0x2b2cf5;};return _0x1042();}const e={'sheets-exchange-client':{'file':_0x29c9b3(0x123),'upload':_0x29c9b3(0x129),'download':_0x29c9b3(0x126)}};function _0x72d0(_0x2577b2,_0x1f4d2a){_0x2577b2=_0x2577b2-0x11f;const _0x1042ec=_0x1042();let _0x72d09d=_0x1042ec[_0x2577b2];return _0x72d09d;}export{e as default};
@@ -1 +1 @@
1
- const _0x4d15f0=_0x5971;(function(_0x5ee38e,_0x4d1125){const _0x2d452a=_0x5971,_0x60bbd=_0x5ee38e();while(!![]){try{const _0x22fbf3=-parseInt(_0x2d452a(0x1e1))/0x1*(parseInt(_0x2d452a(0x1e6))/0x2)+-parseInt(_0x2d452a(0x1e7))/0x3*(parseInt(_0x2d452a(0x1e2))/0x4)+-parseInt(_0x2d452a(0x1e3))/0x5+parseInt(_0x2d452a(0x1e9))/0x6+parseInt(_0x2d452a(0x1ea))/0x7+parseInt(_0x2d452a(0x1e4))/0x8+parseInt(_0x2d452a(0x1ec))/0x9*(-parseInt(_0x2d452a(0x1e5))/0xa);if(_0x22fbf3===_0x4d1125)break;else _0x60bbd['push'](_0x60bbd['shift']());}catch(_0x36d48e){_0x60bbd['push'](_0x60bbd['shift']());}}}(_0x2f73,0x41a3d));const e={'sheets-exchange-client':{'file':_0x4d15f0(0x1eb),'upload':'Abrir(Archivo)','download':_0x4d15f0(0x1e8)}};export{e as default};function _0x5971(_0x2fa2f9,_0x2d5fab){_0x2fa2f9=_0x2fa2f9-0x1e1;const _0x2f7398=_0x2f73();let _0x5971bb=_0x2f7398[_0x2fa2f9];return _0x5971bb;}function _0x2f73(){const _0x43fbb8=['20152pbAklY','23396SNtDhu','2072060iTTFUH','1307960ulEsaq','20LRuSWm','4GtSxLt','213CRZrFh','Guardar\x20como','3043326vaVQAg','3621590hSDlZa','Archivo','221535oEezBW'];_0x2f73=function(){return _0x43fbb8;};return _0x2f73();}
1
+ const _0x4eaaa2=_0x5372;function _0x5372(_0x1911e0,_0x5cc3e6){_0x1911e0=_0x1911e0-0x187;const _0x53cfe8=_0x53cf();let _0x53727a=_0x53cfe8[_0x1911e0];return _0x53727a;}function _0x53cf(){const _0x1bfda1=['323148QzATam','Abrir(Archivo)','3831050UgHStX','2621460URYRKU','14798dwnexm','Guardar\x20como','31145bJxHYx','11Czwkhl','1146xbqfEX','117tGCryx','396873khqJwT','Archivo','32Fcjhwc','546ZdnJEM','56rQTNSS','54364XxlNhF'];_0x53cf=function(){return _0x1bfda1;};return _0x53cf();}(function(_0xcf800f,_0x26ee3d){const _0x1e7cdc=_0x5372,_0x5ea5dd=_0xcf800f();while(!![]){try{const _0x566ebd=parseInt(_0x1e7cdc(0x18c))/0x1*(parseInt(_0x1e7cdc(0x192))/0x2)+parseInt(_0x1e7cdc(0x18f))/0x3*(-parseInt(_0x1e7cdc(0x195))/0x4)+-parseInt(_0x1e7cdc(0x189))/0x5+parseInt(_0x1e7cdc(0x18e))/0x6*(parseInt(_0x1e7cdc(0x18a))/0x7)+-parseInt(_0x1e7cdc(0x194))/0x8*(parseInt(_0x1e7cdc(0x190))/0x9)+parseInt(_0x1e7cdc(0x188))/0xa*(-parseInt(_0x1e7cdc(0x18d))/0xb)+-parseInt(_0x1e7cdc(0x196))/0xc*(-parseInt(_0x1e7cdc(0x193))/0xd);if(_0x566ebd===_0x26ee3d)break;else _0x5ea5dd['push'](_0x5ea5dd['shift']());}catch(_0x3438d0){_0x5ea5dd['push'](_0x5ea5dd['shift']());}}}(_0x53cf,0x4610b));const e={'sheets-exchange-client':{'file':_0x4eaaa2(0x191),'upload':_0x4eaaa2(0x187),'download':_0x4eaaa2(0x18b)}};export{e as default};
@@ -1 +1 @@
1
- const _0x41a10d=_0x6642;(function(_0x3d79ff,_0xed8812){const _0x230404=_0x6642,_0x44cf88=_0x3d79ff();while(!![]){try{const _0x805638=-parseInt(_0x230404(0x1aa))/0x1+parseInt(_0x230404(0x1ac))/0x2*(parseInt(_0x230404(0x1ae))/0x3)+parseInt(_0x230404(0x1b4))/0x4+parseInt(_0x230404(0x1ab))/0x5*(-parseInt(_0x230404(0x1b3))/0x6)+parseInt(_0x230404(0x1a8))/0x7*(parseInt(_0x230404(0x1ad))/0x8)+parseInt(_0x230404(0x1b1))/0x9+parseInt(_0x230404(0x1af))/0xa*(parseInt(_0x230404(0x1b0))/0xb);if(_0x805638===_0xed8812)break;else _0x44cf88['push'](_0x44cf88['shift']());}catch(_0x4c7e0a){_0x44cf88['push'](_0x44cf88['shift']());}}}(_0x5bea,0x4c565));function _0x5bea(){const _0x5ea26a=['فایل','514971VbYvQZ','25niOtCy','42VPEGOD','32dBBlZv','12633GFuETs','5918650LFteLP','11wZqDuo','515511hkhzKD','بازکردن(فایل)','668454JghBuL','2343208PFkWCe','ذخیره\x20به\x20عنوان','107303yzFAUA'];_0x5bea=function(){return _0x5ea26a;};return _0x5bea();}const e={'sheets-exchange-client':{'file':_0x41a10d(0x1a9),'upload':_0x41a10d(0x1b2),'download':_0x41a10d(0x1a7)}};function _0x6642(_0x369ba1,_0x3eabab){_0x369ba1=_0x369ba1-0x1a7;const _0x5bead9=_0x5bea();let _0x6642f9=_0x5bead9[_0x369ba1];return _0x6642f9;}export{e as default};
1
+ function _0x5d8e(){const _0x6ecdcb=['ذخیره\x20به\x20عنوان','201SXnmxm','83356WkzXkE','74865BayMjd','بازکردن(فایل)','فایل','125MeEOGU','30283330RDSLiE','12805464WJlKhz','4740880VEAnJw','7dSgFTa','27mnkRzi','8761614wOtIRH','42190OjoNlM'];_0x5d8e=function(){return _0x6ecdcb;};return _0x5d8e();}const _0x55b06b=_0x4e8d;function _0x4e8d(_0x35a6bd,_0x24144e){_0x35a6bd=_0x35a6bd-0xb7;const _0x5d8e22=_0x5d8e();let _0x4e8d28=_0x5d8e22[_0x35a6bd];return _0x4e8d28;}(function(_0x492220,_0x246980){const _0x1701a8=_0x4e8d,_0x988029=_0x492220();while(!![]){try{const _0x292c23=parseInt(_0x1701a8(0xbe))/0x1+parseInt(_0x1701a8(0xba))/0x2*(-parseInt(_0x1701a8(0xbc))/0x3)+parseInt(_0x1701a8(0xbd))/0x4*(parseInt(_0x1701a8(0xc1))/0x5)+-parseInt(_0x1701a8(0xb9))/0x6*(-parseInt(_0x1701a8(0xb7))/0x7)+parseInt(_0x1701a8(0xc3))/0x8+parseInt(_0x1701a8(0xb8))/0x9*(parseInt(_0x1701a8(0xc4))/0xa)+-parseInt(_0x1701a8(0xc2))/0xb;if(_0x292c23===_0x246980)break;else _0x988029['push'](_0x988029['shift']());}catch(_0x325e6b){_0x988029['push'](_0x988029['shift']());}}}(_0x5d8e,0xded15));const e={'sheets-exchange-client':{'file':_0x55b06b(0xc0),'upload':_0x55b06b(0xbf),'download':_0x55b06b(0xbb)}};export{e as default};
@@ -1 +1 @@
1
- const _0x3a722f=_0x1753;(function(_0x184c7a,_0x1dd33f){const _0x5719a8=_0x1753,_0x5af886=_0x184c7a();while(!![]){try{const _0x239747=-parseInt(_0x5719a8(0x7e))/0x1*(parseInt(_0x5719a8(0x89))/0x2)+parseInt(_0x5719a8(0x7f))/0x3*(parseInt(_0x5719a8(0x84))/0x4)+-parseInt(_0x5719a8(0x8a))/0x5+parseInt(_0x5719a8(0x82))/0x6*(parseInt(_0x5719a8(0x81))/0x7)+parseInt(_0x5719a8(0x88))/0x8+-parseInt(_0x5719a8(0x7d))/0x9*(-parseInt(_0x5719a8(0x7c))/0xa)+-parseInt(_0x5719a8(0x86))/0xb*(parseInt(_0x5719a8(0x80))/0xc);if(_0x239747===_0x1dd33f)break;else _0x5af886['push'](_0x5af886['shift']());}catch(_0x4a0b7a){_0x5af886['push'](_0x5af886['shift']());}}}(_0x2d5d,0x634f2));function _0x1753(_0x249898,_0x4761e7){_0x249898=_0x249898-0x7c;const _0x2d5d2f=_0x2d5d();let _0x175375=_0x2d5d2f[_0x249898];return _0x175375;}const e={'sheets-exchange-client':{'file':_0x3a722f(0x83),'upload':_0x3a722f(0x87),'download':_0x3a722f(0x85)}};function _0x2d5d(){const _0x338dad=['1003960ofOqgp','81526CLFBdK','112350Gsmdve','1286690MMIBdO','18gzJziO','10QKUyWo','213ELgibW','24DkMsmH','7903tRUtsu','2178LXEivb','Fichier','23984EVzGOr','Enregistrer\x20sous','2098283kMpvvU','Ouvrir\x20(Fichier)'];_0x2d5d=function(){return _0x338dad;};return _0x2d5d();}export{e as default};
1
+ const _0x6601fc=_0x127d;(function(_0x1f9ebb,_0x448496){const _0x109f93=_0x127d,_0x1af407=_0x1f9ebb();while(!![]){try{const _0x374dff=parseInt(_0x109f93(0x155))/0x1*(parseInt(_0x109f93(0x14b))/0x2)+parseInt(_0x109f93(0x154))/0x3*(parseInt(_0x109f93(0x153))/0x4)+parseInt(_0x109f93(0x150))/0x5*(parseInt(_0x109f93(0x14c))/0x6)+-parseInt(_0x109f93(0x148))/0x7+-parseInt(_0x109f93(0x152))/0x8+parseInt(_0x109f93(0x14e))/0x9+parseInt(_0x109f93(0x149))/0xa*(parseInt(_0x109f93(0x14f))/0xb);if(_0x374dff===_0x448496)break;else _0x1af407['push'](_0x1af407['shift']());}catch(_0x2fd6e1){_0x1af407['push'](_0x1af407['shift']());}}}(_0x2948,0xb652b));function _0x2948(){const _0xcc2340=['Enregistrer\x20sous','386YkCJWd','5859624jiOdxG','Ouvrir\x20(Fichier)','6521562dxoEJB','9141VaUGGg','5rMwaTn','Fichier','10472728jPXinw','588kmrOLX','9549gfJTiS','4555QoUYZw','7824831fBQiAQ','1510MSRtcd'];_0x2948=function(){return _0xcc2340;};return _0x2948();}function _0x127d(_0xb5593,_0x41f8cc){_0xb5593=_0xb5593-0x148;const _0x294805=_0x2948();let _0x127d08=_0x294805[_0xb5593];return _0x127d08;}const e={'sheets-exchange-client':{'file':_0x6601fc(0x151),'upload':_0x6601fc(0x14d),'download':_0x6601fc(0x14a)}};export{e as default};
@@ -1 +1 @@
1
- const _0x2470ea=_0x18c4;function _0x18c4(_0x4d7962,_0x6fd6f1){_0x4d7962=_0x4d7962-0x1dd;const _0x1a9d03=_0x1a9d();let _0x18c404=_0x1a9d03[_0x4d7962];return _0x18c404;}function _0x1a9d(){const _0x5d1a0f=['3195nDIDoO','738040SRnESj','171496uNAyUg','7biKjLN','380vlUXwH','2433NGBkGu','2381949eCzdgC','194799qIfNnT','668JIPoMQ','1308MhIZVU','File','106970tUwpXT'];_0x1a9d=function(){return _0x5d1a0f;};return _0x1a9d();}(function(_0x44fe60,_0xfddc1d){const _0x173600=_0x18c4,_0x1d4229=_0x44fe60();while(!![]){try{const _0x328778=parseInt(_0x173600(0x1e8))/0x1+parseInt(_0x173600(0x1df))/0x2+parseInt(_0x173600(0x1e2))/0x3*(parseInt(_0x173600(0x1e5))/0x4)+parseInt(_0x173600(0x1dd))/0x5*(parseInt(_0x173600(0x1e6))/0x6)+-parseInt(_0x173600(0x1e0))/0x7*(-parseInt(_0x173600(0x1de))/0x8)+parseInt(_0x173600(0x1e3))/0x9+-parseInt(_0x173600(0x1e1))/0xa*(parseInt(_0x173600(0x1e4))/0xb);if(_0x328778===_0xfddc1d)break;else _0x1d4229['push'](_0x1d4229['shift']());}catch(_0x2ce2cb){_0x1d4229['push'](_0x1d4229['shift']());}}}(_0x1a9d,0x24f87));const e={'sheets-exchange-client':{'file':_0x2470ea(0x1e7),'upload':'Buka(File)','download':'Simpan\x20Sebagai'}};export{e as default};
1
+ const _0x1444e7=_0x5bd4;(function(_0x2e04db,_0x5bece0){const _0x2e081d=_0x5bd4,_0x54ddb2=_0x2e04db();while(!![]){try{const _0x57a7b4=-parseInt(_0x2e081d(0x147))/0x1+-parseInt(_0x2e081d(0x142))/0x2+-parseInt(_0x2e081d(0x141))/0x3+parseInt(_0x2e081d(0x149))/0x4+-parseInt(_0x2e081d(0x140))/0x5*(-parseInt(_0x2e081d(0x144))/0x6)+parseInt(_0x2e081d(0x143))/0x7+-parseInt(_0x2e081d(0x148))/0x8*(parseInt(_0x2e081d(0x146))/0x9);if(_0x57a7b4===_0x5bece0)break;else _0x54ddb2['push'](_0x54ddb2['shift']());}catch(_0x521c97){_0x54ddb2['push'](_0x54ddb2['shift']());}}}(_0x1d6b,0x9da9a));const e={'sheets-exchange-client':{'file':_0x1444e7(0x145),'upload':_0x1444e7(0x13f),'download':_0x1444e7(0x13e)}};function _0x5bd4(_0x57c134,_0x33b601){_0x57c134=_0x57c134-0x13e;const _0x1d6bca=_0x1d6b();let _0x5bd44f=_0x1d6bca[_0x57c134];return _0x5bd44f;}export{e as default};function _0x1d6b(){const _0x3c17a5=['1135sJhSBv','528318eWyRBo','1775744oSrSQj','6426392BsqmHx','27246kRVQyw','File','34137lcGveg','114118HQSToW','2416IPGCzv','4082020mcuLFL','Simpan\x20Sebagai','Buka(File)'];_0x1d6b=function(){return _0x3c17a5;};return _0x1d6b();}
@@ -1 +1 @@
1
- const _0x479aa5=_0x4f44;(function(_0x13163b,_0x57c520){const _0xfc83d0=_0x4f44,_0x2c4113=_0x13163b();while(!![]){try{const _0x46da80=parseInt(_0xfc83d0(0x85))/0x1+parseInt(_0xfc83d0(0x84))/0x2+-parseInt(_0xfc83d0(0x81))/0x3+parseInt(_0xfc83d0(0x87))/0x4+parseInt(_0xfc83d0(0x80))/0x5*(parseInt(_0xfc83d0(0x86))/0x6)+parseInt(_0xfc83d0(0x83))/0x7*(-parseInt(_0xfc83d0(0x89))/0x8)+-parseInt(_0xfc83d0(0x88))/0x9;if(_0x46da80===_0x57c520)break;else _0x2c4113['push'](_0x2c4113['shift']());}catch(_0x41c8db){_0x2c4113['push'](_0x2c4113['shift']());}}}(_0x1422,0xdcd54));function _0x4f44(_0x10bb43,_0x135ed5){_0x10bb43=_0x10bb43-0x80;const _0x1422cc=_0x1422();let _0x4f445d=_0x1422cc[_0x10bb43];return _0x4f445d;}const e={'sheets-exchange-client':{'file':'File','upload':_0x479aa5(0x8a),'download':_0x479aa5(0x82)}};function _0x1422(){const _0x673cd0=['Apri\x20(File)','5ycsCEq','1020855mTGHzo','Salva\x20con\x20nome','3178dlrQay','1844852GFUurI','1570801twvoJe','1525074aGHhpj','1765852oEDpgY','1924722irqsMZ','30488tpcepi'];_0x1422=function(){return _0x673cd0;};return _0x1422();}export{e as default};
1
+ const _0x15b633=_0x5a0e;function _0x5a0e(_0x2cfe19,_0x18be64){_0x2cfe19=_0x2cfe19-0x196;const _0x3cbbbc=_0x3cbb();let _0x5a0eb4=_0x3cbbbc[_0x2cfe19];return _0x5a0eb4;}function _0x3cbb(){const _0x35d6df=['16eDzGUa','2931408hdUsIZ','4516694xTGesr','Salva\x20con\x20nome','2414337iXnwkS','998800BbqpOj','4wCxBwr','623927maVJCP','Apri\x20(File)','3935605UwseFh','3849282EseeGl'];_0x3cbb=function(){return _0x35d6df;};return _0x3cbb();}(function(_0x230ab6,_0x3dc05d){const _0x3d4b3f=_0x5a0e,_0x3aeba5=_0x230ab6();while(!![]){try{const _0x5471c5=-parseInt(_0x3d4b3f(0x19a))/0x1+parseInt(_0x3d4b3f(0x198))/0x2+-parseInt(_0x3d4b3f(0x197))/0x3*(-parseInt(_0x3d4b3f(0x199))/0x4)+-parseInt(_0x3d4b3f(0x19c))/0x5+parseInt(_0x3d4b3f(0x19d))/0x6+parseInt(_0x3d4b3f(0x1a0))/0x7+-parseInt(_0x3d4b3f(0x19e))/0x8*(parseInt(_0x3d4b3f(0x19f))/0x9);if(_0x5471c5===_0x3dc05d)break;else _0x3aeba5['push'](_0x3aeba5['shift']());}catch(_0x4bd888){_0x3aeba5['push'](_0x3aeba5['shift']());}}}(_0x3cbb,0x81070));const e={'sheets-exchange-client':{'file':'File','upload':_0x15b633(0x19b),'download':_0x15b633(0x196)}};export{e as default};
@@ -1 +1 @@
1
- const _0x302beb=_0x58db;(function(_0x5e4119,_0x4246b5){const _0x4ff999=_0x58db,_0x1ce380=_0x5e4119();while(!![]){try{const _0x3b0525=parseInt(_0x4ff999(0xad))/0x1+parseInt(_0x4ff999(0xb5))/0x2+-parseInt(_0x4ff999(0xb1))/0x3*(-parseInt(_0x4ff999(0xb2))/0x4)+parseInt(_0x4ff999(0xba))/0x5*(parseInt(_0x4ff999(0xb6))/0x6)+-parseInt(_0x4ff999(0xac))/0x7*(-parseInt(_0x4ff999(0xae))/0x8)+-parseInt(_0x4ff999(0xaf))/0x9*(-parseInt(_0x4ff999(0xb0))/0xa)+parseInt(_0x4ff999(0xb7))/0xb*(-parseInt(_0x4ff999(0xb4))/0xc);if(_0x3b0525===_0x4246b5)break;else _0x1ce380['push'](_0x1ce380['shift']());}catch(_0x312a01){_0x1ce380['push'](_0x1ce380['shift']());}}}(_0x478b,0x62de0));function _0x58db(_0x1403c5,_0x1bdf0b){_0x1403c5=_0x1403c5-0xac;const _0x478b45=_0x478b();let _0x58db1a=_0x478b45[_0x1403c5];return _0x58db1a;}function _0x478b(){const _0x674ad7=['40GewGTw','669JOlpWq','6856LWqWHW','開く(ファイル)','9915228DBMMjx','982460BoAkWI','428328WuPydk','22moOytF','ファイル','名前を付けて保存','10UGiVMV','300083ddzFTy','253416rRCJch','16TMjbNR','1579761QNDhHT'];_0x478b=function(){return _0x674ad7;};return _0x478b();}const e={'sheets-exchange-client':{'file':_0x302beb(0xb8),'upload':_0x302beb(0xb3),'download':_0x302beb(0xb9)}};export{e as default};
1
+ const _0x24b0e2=_0x49e7;(function(_0x2e5d38,_0x4ebab0){const _0x301f47=_0x49e7,_0xe06d0d=_0x2e5d38();while(!![]){try{const _0x237074=-parseInt(_0x301f47(0x143))/0x1*(-parseInt(_0x301f47(0x148))/0x2)+parseInt(_0x301f47(0x13d))/0x3+parseInt(_0x301f47(0x145))/0x4+-parseInt(_0x301f47(0x141))/0x5*(parseInt(_0x301f47(0x13e))/0x6)+-parseInt(_0x301f47(0x140))/0x7*(parseInt(_0x301f47(0x13f))/0x8)+parseInt(_0x301f47(0x149))/0x9*(parseInt(_0x301f47(0x142))/0xa)+parseInt(_0x301f47(0x147))/0xb*(-parseInt(_0x301f47(0x144))/0xc);if(_0x237074===_0x4ebab0)break;else _0xe06d0d['push'](_0xe06d0d['shift']());}catch(_0x3f1917){_0xe06d0d['push'](_0xe06d0d['shift']());}}}(_0xe7c9,0x7c58e));function _0xe7c9(){const _0x1b01dd=['55407cXncOv','19562XkcQnT','9feMlkC','1098546qPHcKy','816eRLVCr','8bhaovw','5419561prMrKR','3950wlFqYb','2229770HpKfYF','11uWopfK','540gWrAoB','3683616hmLeIT','名前を付けて保存'];_0xe7c9=function(){return _0x1b01dd;};return _0xe7c9();}const e={'sheets-exchange-client':{'file':'ファイル','upload':'開く(ファイル)','download':_0x24b0e2(0x146)}};function _0x49e7(_0x4e1c4f,_0x1dc437){_0x4e1c4f=_0x4e1c4f-0x13d;const _0xe7c988=_0xe7c9();let _0x49e7cd=_0xe7c988[_0x4e1c4f];return _0x49e7cd;}export{e as default};
@@ -1 +1 @@
1
- const _0x145308=_0x48e7;function _0x48e7(_0x1bbff7,_0x153ae7){_0x1bbff7=_0x1bbff7-0xc5;const _0x21dab9=_0x21da();let _0x48e7d0=_0x21dab9[_0x1bbff7];return _0x48e7d0;}(function(_0x2a3f1c,_0x278b0a){const _0x1fb174=_0x48e7,_0x2f3024=_0x2a3f1c();while(!![]){try{const _0x3294bf=parseInt(_0x1fb174(0xc8))/0x1*(-parseInt(_0x1fb174(0xcc))/0x2)+parseInt(_0x1fb174(0xcf))/0x3+parseInt(_0x1fb174(0xc9))/0x4+-parseInt(_0x1fb174(0xc5))/0x5*(parseInt(_0x1fb174(0xcd))/0x6)+-parseInt(_0x1fb174(0xd0))/0x7+-parseInt(_0x1fb174(0xc6))/0x8+-parseInt(_0x1fb174(0xca))/0x9*(-parseInt(_0x1fb174(0xce))/0xa);if(_0x3294bf===_0x278b0a)break;else _0x2f3024['push'](_0x2f3024['shift']());}catch(_0x3ca2a8){_0x2f3024['push'](_0x2f3024['shift']());}}}(_0x21da,0xc712d));function _0x21da(){const _0x449109=['3102610zzxzPD','175UHvnSP','6458400rFlWyV','열기(파일)','563186WYvmHO','6332760KHMXDw','1506915BOFHOT','다른\x20이름으로\x20저장','2RuyJbG','211374jQFkUT','80xvuhON','2818398GSUUdN'];_0x21da=function(){return _0x449109;};return _0x21da();}const e={'sheets-exchange-client':{'file':'파일','upload':_0x145308(0xc7),'download':_0x145308(0xcb)}};export{e as default};
1
+ function _0x1f6c(){const _0x5848e9=['10434060QYARnp','1243417PChVCo','939492BxsLrq','24116fhDsJR','8472712ukbcat','다른\x20이름으로\x20저장','1702140pYqXwO','열기(파일)','30qbKsEG','9Xednqw','3477672OYNcLa'];_0x1f6c=function(){return _0x5848e9;};return _0x1f6c();}const _0xbff70a=_0x5cc7;function _0x5cc7(_0x3ce2e5,_0x40f7df){_0x3ce2e5=_0x3ce2e5-0x14a;const _0x1f6c10=_0x1f6c();let _0x5cc766=_0x1f6c10[_0x3ce2e5];return _0x5cc766;}(function(_0x54e821,_0x7a31d1){const _0x5ac70c=_0x5cc7,_0x82f1bc=_0x54e821();while(!![]){try{const _0x3c5026=parseInt(_0x5ac70c(0x14f))/0x1+-parseInt(_0x5ac70c(0x150))/0x2*(-parseInt(_0x5ac70c(0x14b))/0x3)+-parseInt(_0x5ac70c(0x14c))/0x4+-parseInt(_0x5ac70c(0x153))/0x5+-parseInt(_0x5ac70c(0x14a))/0x6*(-parseInt(_0x5ac70c(0x14e))/0x7)+parseInt(_0x5ac70c(0x151))/0x8+-parseInt(_0x5ac70c(0x14d))/0x9;if(_0x3c5026===_0x7a31d1)break;else _0x82f1bc['push'](_0x82f1bc['shift']());}catch(_0x2c37a0){_0x82f1bc['push'](_0x82f1bc['shift']());}}}(_0x1f6c,0x872fc));const e={'sheets-exchange-client':{'file':'파일','upload':_0xbff70a(0x154),'download':_0xbff70a(0x152)}};export{e as default};
@@ -1 +1 @@
1
- function _0x2be7(_0x41dfbc,_0x319436){_0x41dfbc=_0x41dfbc-0x7c;const _0xeccb81=_0xeccb();let _0x2be77b=_0xeccb81[_0x41dfbc];return _0x2be77b;}const _0x877afb=_0x2be7;(function(_0x10e7fc,_0x4e844e){const _0x1b33f8=_0x2be7,_0x2b7808=_0x10e7fc();while(!![]){try{const _0xda0fa2=parseInt(_0x1b33f8(0x7d))/0x1*(parseInt(_0x1b33f8(0x85))/0x2)+parseInt(_0x1b33f8(0x83))/0x3+-parseInt(_0x1b33f8(0x86))/0x4+parseInt(_0x1b33f8(0x80))/0x5+-parseInt(_0x1b33f8(0x84))/0x6*(-parseInt(_0x1b33f8(0x82))/0x7)+-parseInt(_0x1b33f8(0x7e))/0x8*(-parseInt(_0x1b33f8(0x7c))/0x9)+-parseInt(_0x1b33f8(0x7f))/0xa;if(_0xda0fa2===_0x4e844e)break;else _0x2b7808['push'](_0x2b7808['shift']());}catch(_0x7d787c){_0x2b7808['push'](_0x2b7808['shift']());}}}(_0xeccb,0x2da4c));const e={'sheets-exchange-client':{'file':_0x877afb(0x87),'upload':_0x877afb(0x81),'download':'Zapisz\x20jako'}};function _0xeccb(){const _0x204296=['1450965jvJfDh','Otwórz\x20(plik)','35EbVieD','96414iSpCzX','31206YrgZCY','4PaUaiU','139520hJloFF','Plik','269226ghOpKF','150595XHRqMr','32iMnUXM','5473460GaKCNn'];_0xeccb=function(){return _0x204296;};return _0xeccb();}export{e as default};
1
+ function _0x449f(){const _0x2e10d8=['926811dSFNXf','63VOGCpQ','Otwórz\x20(plik)','2BjJopt','72104HvyLLr','1122590CveKfs','3783654tojmdg','768210rjFAOZ','3427764cgPYLp','Zapisz\x20jako','810603nkgYEW'];_0x449f=function(){return _0x2e10d8;};return _0x449f();}const _0x1b8ac9=_0x5e57;(function(_0x30438a,_0x3f5d36){const _0x111939=_0x5e57,_0x45790d=_0x30438a();while(!![]){try{const _0x568d89=parseInt(_0x111939(0x124))/0x1*(parseInt(_0x111939(0x12b))/0x2)+parseInt(_0x111939(0x127))/0x3+-parseInt(_0x111939(0x125))/0x4+-parseInt(_0x111939(0x12d))/0x5+parseInt(_0x111939(0x123))/0x6+-parseInt(_0x111939(0x129))/0x7*(-parseInt(_0x111939(0x12c))/0x8)+-parseInt(_0x111939(0x128))/0x9;if(_0x568d89===_0x3f5d36)break;else _0x45790d['push'](_0x45790d['shift']());}catch(_0x289806){_0x45790d['push'](_0x45790d['shift']());}}}(_0x449f,0x8a1c3));function _0x5e57(_0xb173b7,_0x3b8625){_0xb173b7=_0xb173b7-0x123;const _0x449f51=_0x449f();let _0x5e57a5=_0x449f51[_0xb173b7];return _0x5e57a5;}const e={'sheets-exchange-client':{'file':'Plik','upload':_0x1b8ac9(0x12a),'download':_0x1b8ac9(0x126)}};export{e as default};
@@ -1 +1 @@
1
- const _0x3ce1bf=_0x32b4;(function(_0x56a58d,_0x22fb29){const _0x30611d=_0x32b4,_0x31eb75=_0x56a58d();while(!![]){try{const _0x19d310=-parseInt(_0x30611d(0x1a3))/0x1+-parseInt(_0x30611d(0x1ac))/0x2*(-parseInt(_0x30611d(0x1a6))/0x3)+-parseInt(_0x30611d(0x1a7))/0x4+-parseInt(_0x30611d(0x1ad))/0x5*(parseInt(_0x30611d(0x1ae))/0x6)+-parseInt(_0x30611d(0x1aa))/0x7+parseInt(_0x30611d(0x1a5))/0x8+parseInt(_0x30611d(0x1ab))/0x9*(parseInt(_0x30611d(0x1a4))/0xa);if(_0x19d310===_0x22fb29)break;else _0x31eb75['push'](_0x31eb75['shift']());}catch(_0x41c3fc){_0x31eb75['push'](_0x31eb75['shift']());}}}(_0x44d8,0xe262b));function _0x32b4(_0x4d348e,_0x324a8c){_0x4d348e=_0x4d348e-0x1a3;const _0x44d8d3=_0x44d8();let _0x32b44f=_0x44d8d3[_0x4d348e];return _0x32b44f;}function _0x44d8(){const _0x292b8f=['Salvar\x20Como','8456455NHGuZZ','10089aPZLFd','2gJzupC','7511935wBbgnP','6kvwnMe','956465UjpOOB','31870mRGkQt','10211568HKmtoL','4789578jrFExD','7405628NjCfqq','Arquivo'];_0x44d8=function(){return _0x292b8f;};return _0x44d8();}const e={'sheets-exchange-client':{'file':_0x3ce1bf(0x1a8),'upload':'Abrir\x20(Arquivo)','download':_0x3ce1bf(0x1a9)}};export{e as default};
1
+ function _0x3660(_0x115668,_0x3c18e3){_0x115668=_0x115668-0x7b;const _0x8d23c4=_0x8d23();let _0x3660ff=_0x8d23c4[_0x115668];return _0x3660ff;}const _0x4fec38=_0x3660;function _0x8d23(){const _0x418ab6=['486050fxdvVa','14CRgUEq','63320vwKGRs','81rQZTlt','73975DmiRsR','74445hZmxwP','654RmHYta','4orYAIc','Arquivo','106049uwEuKy','60tchfVE','49414794UmRmSI','1694210dTuYIJ','16izNftM'];_0x8d23=function(){return _0x418ab6;};return _0x8d23();}(function(_0xa4c341,_0x5c58da){const _0x7873c3=_0x3660,_0x595d5e=_0xa4c341();while(!![]){try{const _0xca4d7e=parseInt(_0x7873c3(0x87))/0x1*(-parseInt(_0x7873c3(0x7f))/0x2)+parseInt(_0x7873c3(0x83))/0x3*(parseInt(_0x7873c3(0x85))/0x4)+parseInt(_0x7873c3(0x80))/0x5*(-parseInt(_0x7873c3(0x84))/0x6)+-parseInt(_0x7873c3(0x7c))/0x7*(parseInt(_0x7873c3(0x7d))/0x8)+-parseInt(_0x7873c3(0x81))/0x9*(parseInt(_0x7873c3(0x7e))/0xa)+-parseInt(_0x7873c3(0x82))/0xb*(-parseInt(_0x7873c3(0x88))/0xc)+parseInt(_0x7873c3(0x7b))/0xd;if(_0xca4d7e===_0x5c58da)break;else _0x595d5e['push'](_0x595d5e['shift']());}catch(_0x20da3f){_0x595d5e['push'](_0x595d5e['shift']());}}}(_0x8d23,0xc70fa));const e={'sheets-exchange-client':{'file':_0x4fec38(0x86),'upload':'Abrir\x20(Arquivo)','download':'Salvar\x20Como'}};export{e as default};
@@ -1 +1 @@
1
- const _0x2d5277=_0xfef0;function _0x59e0(){const _0x2045f3=['114718tViaOQ','408UYefoS','212785GWbJqD','Открыть(Файл)','19101WFKRqW','40gkTaBE','10rxbdBp','1844857ERYTOA','79353uSnzQy','30ZUGKqP','150EdMqEO','Файл','3315888jShWmh','117546csaegd'];_0x59e0=function(){return _0x2045f3;};return _0x59e0();}(function(_0x1b1260,_0x2f0fba){const _0x2d1155=_0xfef0,_0x336690=_0x1b1260();while(!![]){try{const _0x49d3b2=parseInt(_0x2d1155(0x197))/0x1*(parseInt(_0x2d1155(0x191))/0x2)+parseInt(_0x2d1155(0x195))/0x3*(-parseInt(_0x2d1155(0x192))/0x4)+parseInt(_0x2d1155(0x193))/0x5*(-parseInt(_0x2d1155(0x18c))/0x6)+parseInt(_0x2d1155(0x198))/0x7+parseInt(_0x2d1155(0x196))/0x8*(-parseInt(_0x2d1155(0x18b))/0x9)+parseInt(_0x2d1155(0x18d))/0xa*(parseInt(_0x2d1155(0x190))/0xb)+parseInt(_0x2d1155(0x18f))/0xc;if(_0x49d3b2===_0x2f0fba)break;else _0x336690['push'](_0x336690['shift']());}catch(_0x1b5f34){_0x336690['push'](_0x336690['shift']());}}}(_0x59e0,0x59b5b));const e={'sheets-exchange-client':{'file':_0x2d5277(0x18e),'upload':_0x2d5277(0x194),'download':'Сохранить\x20как'}};function _0xfef0(_0x3b54cf,_0x4ad7f2){_0x3b54cf=_0x3b54cf-0x18b;const _0x59e0e0=_0x59e0();let _0xfef097=_0x59e0e0[_0x3b54cf];return _0xfef097;}export{e as default};
1
+ const _0x824b28=_0x3865;function _0x3865(_0x4b14f3,_0x25f6c5){_0x4b14f3=_0x4b14f3-0x70;const _0x2154c6=_0x2154();let _0x3865ab=_0x2154c6[_0x4b14f3];return _0x3865ab;}function _0x2154(){const _0x317cf9=['Файл','2798058TUPSxk','Открыть(Файл)','8463670QfKpHQ','12116040zjfNHQ','4tHgFQr','5971441vQpDfW','Сохранить\x20как','9MnFPBE','5ELPVGw','1733802nVWvKR','9222918xvOZkR','2560888cJolRZ'];_0x2154=function(){return _0x317cf9;};return _0x2154();}(function(_0x2f6777,_0x3a673e){const _0xef982=_0x3865,_0x1b30b4=_0x2f6777();while(!![]){try{const _0x1a9729=parseInt(_0xef982(0x76))/0x1+parseInt(_0xef982(0x78))/0x2+parseInt(_0xef982(0x7a))/0x3*(parseInt(_0xef982(0x71))/0x4)+parseInt(_0xef982(0x75))/0x5*(-parseInt(_0xef982(0x77))/0x6)+-parseInt(_0xef982(0x72))/0x7+-parseInt(_0xef982(0x70))/0x8+parseInt(_0xef982(0x74))/0x9*(parseInt(_0xef982(0x7c))/0xa);if(_0x1a9729===_0x3a673e)break;else _0x1b30b4['push'](_0x1b30b4['shift']());}catch(_0x40c4d0){_0x1b30b4['push'](_0x1b30b4['shift']());}}}(_0x2154,0xd8f02));const e={'sheets-exchange-client':{'file':_0x824b28(0x79),'upload':_0x824b28(0x7b),'download':_0x824b28(0x73)}};export{e as default};
@@ -1 +1 @@
1
- const _0x2b9222=_0x3303;function _0x3c4a(){const _0x271cec=['554588EJWOKq','28777770AyozZl','4370536UlSwsZ','45YpuYGU','Uložiť\x20ako','5393454lIYZvp','7690872znthXD','Otvoriť\x20(súbor)','Súbor','5CQFRyQ','3626643sdOzvi','57806suuzkF'];_0x3c4a=function(){return _0x271cec;};return _0x3c4a();}(function(_0x17442e,_0x3c1b93){const _0x13efb8=_0x3303,_0x3467c2=_0x17442e();while(!![]){try{const _0x21a3b0=parseInt(_0x13efb8(0x18e))/0x1*(parseInt(_0x13efb8(0x18a))/0x2)+parseInt(_0x13efb8(0x189))/0x3+-parseInt(_0x13efb8(0x18b))/0x4*(-parseInt(_0x13efb8(0x188))/0x5)+parseInt(_0x13efb8(0x190))/0x6+parseInt(_0x13efb8(0x191))/0x7+-parseInt(_0x13efb8(0x18d))/0x8+-parseInt(_0x13efb8(0x18c))/0x9;if(_0x21a3b0===_0x3c1b93)break;else _0x3467c2['push'](_0x3467c2['shift']());}catch(_0x3bba81){_0x3467c2['push'](_0x3467c2['shift']());}}}(_0x3c4a,0xdc321));function _0x3303(_0x19b1e0,_0x3b4741){_0x19b1e0=_0x19b1e0-0x186;const _0x3c4a15=_0x3c4a();let _0x330304=_0x3c4a15[_0x19b1e0];return _0x330304;}const e={'sheets-exchange-client':{'file':_0x2b9222(0x187),'upload':_0x2b9222(0x186),'download':_0x2b9222(0x18f)}};export{e as default};
1
+ const _0x58482b=_0x5ad1;(function(_0x89587d,_0x57d5a0){const _0x1ecadf=_0x5ad1,_0x317edc=_0x89587d();while(!![]){try{const _0x19d07d=parseInt(_0x1ecadf(0x17a))/0x1*(parseInt(_0x1ecadf(0x176))/0x2)+-parseInt(_0x1ecadf(0x179))/0x3+-parseInt(_0x1ecadf(0x173))/0x4+parseInt(_0x1ecadf(0x174))/0x5+-parseInt(_0x1ecadf(0x17b))/0x6+parseInt(_0x1ecadf(0x172))/0x7*(-parseInt(_0x1ecadf(0x175))/0x8)+parseInt(_0x1ecadf(0x171))/0x9;if(_0x19d07d===_0x57d5a0)break;else _0x317edc['push'](_0x317edc['shift']());}catch(_0xc09825){_0x317edc['push'](_0x317edc['shift']());}}}(_0x4f53,0x94649));function _0x4f53(){const _0x41dc43=['1870023bgfimH','22rfxREB','582228vsfIQE','12948066jgMJHK','762069GMuvzB','3010508qhBHWh','3088700giFNJD','56ZqcauH','71498zSfmsw','Uložiť\x20ako','Súbor'];_0x4f53=function(){return _0x41dc43;};return _0x4f53();}const e={'sheets-exchange-client':{'file':_0x58482b(0x178),'upload':'Otvoriť\x20(súbor)','download':_0x58482b(0x177)}};function _0x5ad1(_0x1140df,_0x16ddc7){_0x1140df=_0x1140df-0x171;const _0x4f5354=_0x4f53();let _0x5ad1b8=_0x4f5354[_0x1140df];return _0x5ad1b8;}export{e as default};
@@ -1 +1 @@
1
- function _0x23a2(_0x51ee0f,_0x5584cf){_0x51ee0f=_0x51ee0f-0xfc;const _0x1b6f3c=_0x1b6f();let _0x23a254=_0x1b6f3c[_0x51ee0f];return _0x23a254;}const _0x396707=_0x23a2;(function(_0x4eba1e,_0x174e9d){const _0x59a18b=_0x23a2,_0x241cd5=_0x4eba1e();while(!![]){try{const _0x31a3a1=parseInt(_0x59a18b(0x107))/0x1*(parseInt(_0x59a18b(0x103))/0x2)+parseInt(_0x59a18b(0x102))/0x3+-parseInt(_0x59a18b(0x101))/0x4+parseInt(_0x59a18b(0x105))/0x5*(parseInt(_0x59a18b(0xfc))/0x6)+-parseInt(_0x59a18b(0xfd))/0x7*(-parseInt(_0x59a18b(0xfe))/0x8)+-parseInt(_0x59a18b(0x104))/0x9+-parseInt(_0x59a18b(0x108))/0xa*(parseInt(_0x59a18b(0x100))/0xb);if(_0x31a3a1===_0x174e9d)break;else _0x241cd5['push'](_0x241cd5['shift']());}catch(_0x2e8647){_0x241cd5['push'](_0x241cd5['shift']());}}}(_0x1b6f,0xdbac1));const e={'sheets-exchange-client':{'file':_0x396707(0x109),'upload':_0x396707(0x106),'download':_0x396707(0xff)}};function _0x1b6f(){const _0x2ef1ff=['1698567UrfRuc','34446SbpGMI','10376172VUNTll','5LcAaWO','Mở\x20(Tệp)','79DQnWtV','27640070wUvCPm','Tệp','9434538erDLSj','77rnUphT','1185160wbviOa','Lưu\x20dưới\x20dạng','11mKTYww','1248528MXnJkZ'];_0x1b6f=function(){return _0x2ef1ff;};return _0x1b6f();}export{e as default};
1
+ const _0x1c9658=_0x2017;function _0x2017(_0x1f877c,_0x3e2a31){_0x1f877c=_0x1f877c-0xe0;const _0x5bd145=_0x5bd1();let _0x201708=_0x5bd145[_0x1f877c];return _0x201708;}(function(_0x184609,_0x324dbc){const _0x1eb2d3=_0x2017,_0x1bdd80=_0x184609();while(!![]){try{const _0x2192ca=parseInt(_0x1eb2d3(0xe6))/0x1+-parseInt(_0x1eb2d3(0xe9))/0x2*(parseInt(_0x1eb2d3(0xe8))/0x3)+parseInt(_0x1eb2d3(0xe0))/0x4+parseInt(_0x1eb2d3(0xe5))/0x5+parseInt(_0x1eb2d3(0xe3))/0x6*(-parseInt(_0x1eb2d3(0xe2))/0x7)+-parseInt(_0x1eb2d3(0xe7))/0x8+parseInt(_0x1eb2d3(0xe1))/0x9;if(_0x2192ca===_0x324dbc)break;else _0x1bdd80['push'](_0x1bdd80['shift']());}catch(_0x604142){_0x1bdd80['push'](_0x1bdd80['shift']());}}}(_0x5bd1,0x74c87));const e={'sheets-exchange-client':{'file':_0x1c9658(0xe4),'upload':'Mở\x20(Tệp)','download':'Lưu\x20dưới\x20dạng'}};export{e as default};function _0x5bd1(){const _0x5cf536=['853170tJVBjC','Tệp','304570xdkjvp','92208SGNDYF','5910512eVdtqC','111EIJYzu','35716ImAtyh','1374444SMbwcM','17549550MsvAmB','28TGLpEs'];_0x5bd1=function(){return _0x5cf536;};return _0x5bd1();}
@@ -1 +1 @@
1
- const _0x36c7a7=_0x1a46;(function(_0x441d30,_0x3756e9){const _0x249b84=_0x1a46,_0x58dda0=_0x441d30();while(!![]){try{const _0x595bf2=-parseInt(_0x249b84(0x7f))/0x1+-parseInt(_0x249b84(0x84))/0x2*(-parseInt(_0x249b84(0x82))/0x3)+parseInt(_0x249b84(0x7e))/0x4*(parseInt(_0x249b84(0x83))/0x5)+-parseInt(_0x249b84(0x80))/0x6*(-parseInt(_0x249b84(0x81))/0x7)+parseInt(_0x249b84(0x86))/0x8*(-parseInt(_0x249b84(0x87))/0x9)+parseInt(_0x249b84(0x7c))/0xa+-parseInt(_0x249b84(0x7d))/0xb;if(_0x595bf2===_0x3756e9)break;else _0x58dda0['push'](_0x58dda0['shift']());}catch(_0xb68b9d){_0x58dda0['push'](_0x58dda0['shift']());}}}(_0x11f9,0x41383));const e={'sheets-exchange-client':{'file':'文件','upload':_0x36c7a7(0x88),'download':_0x36c7a7(0x85)}};function _0x1a46(_0x542c25,_0x6c3377){_0x542c25=_0x542c25-0x7c;const _0x11f98d=_0x11f9();let _0x1a4607=_0x11f98d[_0x542c25];return _0x1a4607;}export{e as default};function _0x11f9(){const _0x589f30=['另存为','16hnEKOF','827289htzYph','打开(文件)','4784240XHUzgM','2153943vhcksm','16pupbfE','270361IfofUl','53652FJJjlq','56KZESou','33dGWqov','225505QdIPKl','33962kUdhWD'];_0x11f9=function(){return _0x589f30;};return _0x11f9();}
1
+ const _0x255756=_0x1684;function _0x1684(_0x2b1b1d,_0xefad9b){_0x2b1b1d=_0x2b1b1d-0x64;const _0x2f716c=_0x2f71();let _0x1684af=_0x2f716c[_0x2b1b1d];return _0x1684af;}(function(_0x28d3ae,_0x49f73a){const _0x544464=_0x1684,_0x249ac8=_0x28d3ae();while(!![]){try{const _0x205966=-parseInt(_0x544464(0x67))/0x1+parseInt(_0x544464(0x6e))/0x2*(-parseInt(_0x544464(0x6d))/0x3)+parseInt(_0x544464(0x68))/0x4+parseInt(_0x544464(0x69))/0x5*(-parseInt(_0x544464(0x6c))/0x6)+-parseInt(_0x544464(0x66))/0x7*(-parseInt(_0x544464(0x6b))/0x8)+-parseInt(_0x544464(0x64))/0x9+parseInt(_0x544464(0x6a))/0xa*(parseInt(_0x544464(0x6f))/0xb);if(_0x205966===_0x49f73a)break;else _0x249ac8['push'](_0x249ac8['shift']());}catch(_0x506df3){_0x249ac8['push'](_0x249ac8['shift']());}}}(_0x2f71,0xb2104));const e={'sheets-exchange-client':{'file':'文件','upload':_0x255756(0x65),'download':_0x255756(0x70)}};function _0x2f71(){const _0x3a70c5=['901758mhhbXP','2748224kDJwmv','1555pQpcPP','227780qaDNeW','27256XTLcnD','21342OllLWX','12Givfhp','456948HGBiqV','1342wQEKuv','另存为','5814459jWUoZk','打开(文件)','1708LPWJkN'];_0x2f71=function(){return _0x3a70c5;};return _0x2f71();}export{e as default};
@@ -1 +1 @@
1
- function _0x3c1a(){const _0x54c94f=['4648748UyCfBh','384816eLecmj','開啟(檔案)','12uQERUQ','7lTgerx','另存為','7929368dMVFqu','34364390SGePeB','11OHsxBD','21592OFkWPK','321942vQWOcr','45lOcAHM','9225747bVJMMh'];_0x3c1a=function(){return _0x54c94f;};return _0x3c1a();}function _0x5142(_0x21bcd3,_0x1d6811){_0x21bcd3=_0x21bcd3-0x1bd;const _0x3c1a94=_0x3c1a();let _0x51429b=_0x3c1a94[_0x21bcd3];return _0x51429b;}const _0x455fb5=_0x5142;(function(_0x2d74f7,_0x2c0df6){const _0x42c523=_0x5142,_0x1e5535=_0x2d74f7();while(!![]){try{const _0x9e231e=parseInt(_0x42c523(0x1c7))/0x1+parseInt(_0x42c523(0x1c2))/0x2*(parseInt(_0x42c523(0x1c9))/0x3)+parseInt(_0x42c523(0x1c6))/0x4+parseInt(_0x42c523(0x1c4))/0x5*(parseInt(_0x42c523(0x1c3))/0x6)+-parseInt(_0x42c523(0x1bd))/0x7*(-parseInt(_0x42c523(0x1bf))/0x8)+parseInt(_0x42c523(0x1c5))/0x9+parseInt(_0x42c523(0x1c0))/0xa*(-parseInt(_0x42c523(0x1c1))/0xb);if(_0x9e231e===_0x2c0df6)break;else _0x1e5535['push'](_0x1e5535['shift']());}catch(_0x5aa04e){_0x1e5535['push'](_0x1e5535['shift']());}}}(_0x3c1a,0x9f673));const e={'sheets-exchange-client':{'file':'檔案','upload':_0x455fb5(0x1c8),'download':_0x455fb5(0x1be)}};export{e as default};
1
+ (function(_0x2a996c,_0x32fa04){const _0x1b0408=_0x1adc,_0x46140f=_0x2a996c();while(!![]){try{const _0x51e180=-parseInt(_0x1b0408(0x88))/0x1*(-parseInt(_0x1b0408(0x89))/0x2)+-parseInt(_0x1b0408(0x8b))/0x3+-parseInt(_0x1b0408(0x8e))/0x4+-parseInt(_0x1b0408(0x8d))/0x5+-parseInt(_0x1b0408(0x87))/0x6+parseInt(_0x1b0408(0x8a))/0x7+parseInt(_0x1b0408(0x8c))/0x8;if(_0x51e180===_0x32fa04)break;else _0x46140f['push'](_0x46140f['shift']());}catch(_0x4e0a22){_0x46140f['push'](_0x46140f['shift']());}}}(_0x296f,0x67579));const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':'另存為'}};function _0x1adc(_0x425d89,_0x4db9a0){_0x425d89=_0x425d89-0x87;const _0x296f5c=_0x296f();let _0x1adcd2=_0x296f5c[_0x425d89];return _0x1adcd2;}function _0x296f(){const _0x4f0acf=['8781264TEInfh','1065685jQagWL','2283236rhhyHA','3097686QlXIZR','223709wVWDIS','2HZUblY','4839534KGFEPw','867639zjcOkt'];_0x296f=function(){return _0x4f0acf;};return _0x296f();}export{e as default};
@@ -1 +1 @@
1
- const _0x43e328=_0x5e84;function _0x2277(){const _0x26916a=['1604776GZgMfp','198600ciWIWB','另存為','1429rkxLiS','開啟(檔案)','5364zADSRt','45224905jdnRLB','3075815jrZykk','88WvQJrr','436410waqobA','416WOVGYb','8904nybvmJ','20oFkpAA'];_0x2277=function(){return _0x26916a;};return _0x2277();}(function(_0x40355f,_0x3777f4){const _0x44a611=_0x5e84,_0x252b3a=_0x40355f();while(!![]){try{const _0x4e7680=parseInt(_0x44a611(0x105))/0x1*(-parseInt(_0x44a611(0xff))/0x2)+-parseInt(_0x44a611(0x103))/0x3*(parseInt(_0x44a611(0xfd))/0x4)+-parseInt(_0x44a611(0xfc))/0x5+parseInt(_0x44a611(0xfa))/0x6*(-parseInt(_0x44a611(0x100))/0x7)+parseInt(_0x44a611(0x102))/0x8+parseInt(_0x44a611(0xfe))/0x9*(parseInt(_0x44a611(0x101))/0xa)+parseInt(_0x44a611(0xfb))/0xb;if(_0x4e7680===_0x3777f4)break;else _0x252b3a['push'](_0x252b3a['shift']());}catch(_0x18d1c9){_0x252b3a['push'](_0x252b3a['shift']());}}}(_0x2277,0xdc739));function _0x5e84(_0x2eaa39,_0x34a8e9){_0x2eaa39=_0x2eaa39-0xfa;const _0x22771d=_0x2277();let _0x5e84f6=_0x22771d[_0x2eaa39];return _0x5e84f6;}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x43e328(0x106),'download':_0x43e328(0x104)}};export{e as default};
1
+ const _0x1757ca=_0x3daa;(function(_0x2caa8e,_0x497da1){const _0x26c692=_0x3daa,_0xbeac2a=_0x2caa8e();while(!![]){try{const _0x2f4899=parseInt(_0x26c692(0x114))/0x1*(-parseInt(_0x26c692(0x11c))/0x2)+-parseInt(_0x26c692(0x117))/0x3*(-parseInt(_0x26c692(0x115))/0x4)+-parseInt(_0x26c692(0x119))/0x5+parseInt(_0x26c692(0x120))/0x6+parseInt(_0x26c692(0x11b))/0x7+parseInt(_0x26c692(0x11a))/0x8*(parseInt(_0x26c692(0x116))/0x9)+-parseInt(_0x26c692(0x11d))/0xa*(parseInt(_0x26c692(0x118))/0xb);if(_0x2f4899===_0x497da1)break;else _0xbeac2a['push'](_0xbeac2a['shift']());}catch(_0x44d379){_0xbeac2a['push'](_0xbeac2a['shift']());}}}(_0x169d,0xc003a));function _0x169d(){const _0x1c44cd=['1524071eGsXry','1510748YnRRFS','1962ngKJcd','6QTCtzR','374TXgeEa','4518060tZxuYx','16416poCOoN','10416868WGWBgy','2luphbW','79130sjVIdc','另存為','開啟(檔案)','4754286TJipNJ'];_0x169d=function(){return _0x1c44cd;};return _0x169d();}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x1757ca(0x11f),'download':_0x1757ca(0x11e)}};function _0x3daa(_0x5a2ab1,_0x3c7cb8){_0x5a2ab1=_0x5a2ab1-0x114;const _0x169d15=_0x169d();let _0x3daa3d=_0x169d15[_0x5a2ab1];return _0x3daa3d;}export{e as default};
@@ -1,3 +1,17 @@
1
- import type { ICommand } from '@univerjs/core';
2
- export declare const ImportXLSXOperation: ICommand;
3
- export declare const ExportXLSXOperation: ICommand;
1
+ import type { ICommand, Workbook } from '@univerjs/core';
2
+ import { ExchangeFormat } from '@univerjs-pro/exchange-client';
3
+ export declare const SHEET_EXPORT_FORMAT_DIALOG_ID = "sheets-exchange-client.dialog.export-format";
4
+ export interface IExportSheetByFormatOperationParams {
5
+ format: ExchangeFormat;
6
+ sheetId?: string;
7
+ }
8
+ export declare function createSheetExportDialogData(workbook: Workbook): {
9
+ selectedId: string;
10
+ items: {
11
+ label: string;
12
+ value: string;
13
+ }[];
14
+ };
15
+ export declare const ImportSheetOperation: ICommand;
16
+ export declare const ExportSheetByFormatOperation: ICommand<IExportSheetByFormatOperationParams>;
17
+ export declare const ExportSheetOperation: ICommand;
@@ -3,5 +3,22 @@ export declare const SHEETS_EXCHANGE_CLIENT_PLUGIN_CONFIG_KEY = "sheets-exchange
3
3
  export declare const configSymbol: unique symbol;
4
4
  export interface IUniverSheetsExchangeClientConfig {
5
5
  menu?: MenuConfig;
6
+ /**
7
+ * The minimum number of rows in the worksheet after import.
8
+ * @default 1
9
+ */
10
+ minSheetRowCount?: number;
11
+ /**
12
+ * The minimum number of columns in the worksheet after import.
13
+ * @default 1
14
+ */
15
+ minSheetColumnCount?: number;
16
+ /**
17
+ * Whether to disable converting cell images to link on export.
18
+ * If the cell image source is a URL, the default behavior is to convert the url to the cell value on export.
19
+ * Because the server will download all the resource files, when there are many images, it will consume a lot of resources and take a long time.
20
+ * @default true
21
+ */
22
+ disableCellImageConversion?: boolean;
6
23
  }
7
24
  export declare const defaultPluginConfig: IUniverSheetsExchangeClientConfig;
@@ -3,5 +3,5 @@ import type { IMenuButtonItem, IMenuSelectorItem } from '@univerjs/ui';
3
3
  import type { LocaleKey } from '../locale/types';
4
4
  export declare const SHEETS_EXCHANGE_OPERATION_ID = "sheets-exchange-client.operation.exchange";
5
5
  export declare function SheetsExchangeMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<LocaleKey>;
6
- export declare function ImportXLSXToUnitIdMenuItemFactory(): IMenuButtonItem<LocaleKey>;
7
- export declare function ExportXLSXByUnitIdMenuItemFactory(): IMenuButtonItem<LocaleKey>;
6
+ export declare function ImportSheetMenuItemFactory(): IMenuButtonItem<LocaleKey>;
7
+ export declare function ExportSheetMenuItemFactory(): IMenuButtonItem<LocaleKey>;