@univerjs-pro/sheets-exchange-client 1.0.0-alpha.7 → 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 -7
@@ -1 +1 @@
1
- function _0x28ea(){const _0x1fff55=['Zapisz\x20jako','529027WCKAXf','66tnLafG','1345vbVrtB','117198KwOXBw','Plik','281491ZHuIHh','1821350XruNfG','4244vLcmHe','56ctIECM','45316XmJEOD','548631gIViHs'];_0x28ea=function(){return _0x1fff55;};return _0x28ea();}const _0x52cabe=_0x474a;function _0x474a(_0x50f669,_0x10d918){_0x50f669=_0x50f669-0x1b0;const _0x28eac3=_0x28ea();let _0x474af0=_0x28eac3[_0x50f669];return _0x474af0;}(function(_0x5c0797,_0x500ba8){const _0x5a2d5d=_0x474a,_0x4fe06f=_0x5c0797();while(!![]){try{const _0x39fbe3=parseInt(_0x5a2d5d(0x1b6))/0x1+parseInt(_0x5a2d5d(0x1b3))/0x2+parseInt(_0x5a2d5d(0x1b4))/0x3+-parseInt(_0x5a2d5d(0x1b1))/0x4*(-parseInt(_0x5a2d5d(0x1b8))/0x5)+-parseInt(_0x5a2d5d(0x1b7))/0x6*(parseInt(_0x5a2d5d(0x1bb))/0x7)+-parseInt(_0x5a2d5d(0x1b2))/0x8*(parseInt(_0x5a2d5d(0x1b9))/0x9)+-parseInt(_0x5a2d5d(0x1b0))/0xa;if(_0x39fbe3===_0x500ba8)break;else _0x4fe06f['push'](_0x4fe06f['shift']());}catch(_0x2b0bfc){_0x4fe06f['push'](_0x4fe06f['shift']());}}}(_0x28ea,0x4a4d3));const e={'sheets-exchange-client':{'file':_0x52cabe(0x1ba),'upload':'Otwórz\x20(plik)','download':_0x52cabe(0x1b5)}};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 _0x101943=_0x5c33;function _0x5c33(_0x5eb2db,_0x3b4cd8){_0x5eb2db=_0x5eb2db-0x149;const _0x3de106=_0x3de1();let _0x5c33f4=_0x3de106[_0x5eb2db];return _0x5c33f4;}(function(_0xff383a,_0x41fed8){const _0x14352d=_0x5c33,_0x48798b=_0xff383a();while(!![]){try{const _0x4ac626=-parseInt(_0x14352d(0x149))/0x1*(parseInt(_0x14352d(0x14e))/0x2)+parseInt(_0x14352d(0x151))/0x3+-parseInt(_0x14352d(0x14a))/0x4+parseInt(_0x14352d(0x14b))/0x5+parseInt(_0x14352d(0x150))/0x6+-parseInt(_0x14352d(0x154))/0x7*(parseInt(_0x14352d(0x14c))/0x8)+-parseInt(_0x14352d(0x14f))/0x9;if(_0x4ac626===_0x41fed8)break;else _0x48798b['push'](_0x48798b['shift']());}catch(_0x3aee28){_0x48798b['push'](_0x48798b['shift']());}}}(_0x3de1,0x508ba));function _0x3de1(){const _0x4dd574=['3261265HKllVs','64EYODYQ','Salvar\x20Como','2174ASWnWi','2437974rnDonJ','2897232YzibQX','1153773wQQxRZ','Arquivo','Abrir\x20(Arquivo)','365645FFcBlr','446zcOVRe','64936IfODAk'];_0x3de1=function(){return _0x4dd574;};return _0x3de1();}const e={'sheets-exchange-client':{'file':_0x101943(0x152),'upload':_0x101943(0x153),'download':_0x101943(0x14d)}};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
- function _0x2c16(){const _0x401067=['Открыть(Файл)','747HzhbuX','1724926iQFDRp','46snafMN','3172aRBrwR','26903jmVfVm','10768544ZIJFpr','6162380aWpUwr','Сохранить\x20как','Файл','4336641nsgZvS','2009010smQidv'];_0x2c16=function(){return _0x401067;};return _0x2c16();}const _0x20646f=_0x3b86;(function(_0x5109e7,_0x237a89){const _0xf32678=_0x3b86,_0x100835=_0x5109e7();while(!![]){try{const _0x506f72=parseInt(_0xf32678(0xaf))/0x1*(parseInt(_0xf32678(0xad))/0x2)+-parseInt(_0xf32678(0xb7))/0x3*(parseInt(_0xf32678(0xae))/0x4)+parseInt(_0xf32678(0xb1))/0x5+-parseInt(_0xf32678(0xb5))/0x6+parseInt(_0xf32678(0xac))/0x7+-parseInt(_0xf32678(0xb0))/0x8+parseInt(_0xf32678(0xb4))/0x9;if(_0x506f72===_0x237a89)break;else _0x100835['push'](_0x100835['shift']());}catch(_0x56b198){_0x100835['push'](_0x100835['shift']());}}}(_0x2c16,0xab2e0));function _0x3b86(_0x280804,_0x16a318){_0x280804=_0x280804-0xac;const _0x2c1631=_0x2c16();let _0x3b86f2=_0x2c1631[_0x280804];return _0x3b86f2;}const e={'sheets-exchange-client':{'file':_0x20646f(0xb3),'upload':_0x20646f(0xb6),'download':_0x20646f(0xb2)}};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
- function _0x14c4(){const _0x5a8e9a=['4375955BZAhuV','3974524DUTItF','115634eBvJfV','8ceInkB','Uložiť\x20ako','Otvoriť\x20(súbor)','Súbor','1477614mFYtWH','1980840YThrER','1559299WRbtxk','308666knliqn'];_0x14c4=function(){return _0x5a8e9a;};return _0x14c4();}const _0x499aa3=_0x44ca;(function(_0x4e5218,_0x14ff9c){const _0x32503f=_0x44ca,_0x60b2ae=_0x4e5218();while(!![]){try{const _0x4f88e8=-parseInt(_0x32503f(0x6c))/0x1+parseInt(_0x32503f(0x6f))/0x2+parseInt(_0x32503f(0x6a))/0x3+parseInt(_0x32503f(0x6e))/0x4+-parseInt(_0x32503f(0x6d))/0x5+-parseInt(_0x32503f(0x74))/0x6+-parseInt(_0x32503f(0x6b))/0x7*(-parseInt(_0x32503f(0x70))/0x8);if(_0x4f88e8===_0x14ff9c)break;else _0x60b2ae['push'](_0x60b2ae['shift']());}catch(_0x1948c6){_0x60b2ae['push'](_0x60b2ae['shift']());}}}(_0x14c4,0x7b227));function _0x44ca(_0x277f4b,_0x23c95e){_0x277f4b=_0x277f4b-0x6a;const _0x14c43a=_0x14c4();let _0x44cabc=_0x14c43a[_0x277f4b];return _0x44cabc;}const e={'sheets-exchange-client':{'file':_0x499aa3(0x73),'upload':_0x499aa3(0x72),'download':_0x499aa3(0x71)}};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
- const _0x568e3=_0x3829;function _0x49ca(){const _0x19f144=['136PzjxHg','114037prfwHg','23510iigAGE','335DHUEEH','6078807hUwdhf','4680048xEORnF','2617708iWftrN','160068JLYKTj','23045VtZYtz','Mở\x20(Tệp)','Tệp','1passsv','1033228gKqqmd'];_0x49ca=function(){return _0x19f144;};return _0x49ca();}(function(_0x4ab07d,_0xf6cc78){const _0x5769f2=_0x3829,_0xf92fff=_0x4ab07d();while(!![]){try{const _0x4335ec=parseInt(_0x5769f2(0x166))/0x1*(-parseInt(_0x5769f2(0x161))/0x2)+-parseInt(_0x5769f2(0x160))/0x3+parseInt(_0x5769f2(0x167))/0x4+parseInt(_0x5769f2(0x15e))/0x5*(-parseInt(_0x5769f2(0x162))/0x6)+parseInt(_0x5769f2(0x15c))/0x7*(-parseInt(_0x5769f2(0x15b))/0x8)+parseInt(_0x5769f2(0x15f))/0x9+-parseInt(_0x5769f2(0x15d))/0xa*(-parseInt(_0x5769f2(0x163))/0xb);if(_0x4335ec===_0xf6cc78)break;else _0xf92fff['push'](_0xf92fff['shift']());}catch(_0xca1997){_0xf92fff['push'](_0xf92fff['shift']());}}}(_0x49ca,0xe2088));function _0x3829(_0x1701a0,_0x53b14d){_0x1701a0=_0x1701a0-0x15b;const _0x49ca3e=_0x49ca();let _0x3829c2=_0x49ca3e[_0x1701a0];return _0x3829c2;}const e={'sheets-exchange-client':{'file':_0x568e3(0x165),'upload':_0x568e3(0x164),'download':'Lưu\x20dưới\x20dạng'}};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 _0xb6be60=_0x36dd;function _0x599c(){const _0x1227a9=['另存为','3618115iXtkoO','469zkqare','68Ueicfa','8643321UlaVhC','1672ebSmrx','341496kohZSu','10104170fONpna','52698MtEYyR','25809suKdQh','打开(文件)','1WDQgIJ'];_0x599c=function(){return _0x1227a9;};return _0x599c();}(function(_0x514193,_0x5cd523){const _0x3497cd=_0x36dd,_0xdb53b7=_0x514193();while(!![]){try{const _0x109089=parseInt(_0x3497cd(0x1ee))/0x1*(parseInt(_0x3497cd(0x1eb))/0x2)+-parseInt(_0x3497cd(0x1ec))/0x3*(parseInt(_0x3497cd(0x1f2))/0x4)+parseInt(_0x3497cd(0x1f0))/0x5+parseInt(_0x3497cd(0x1f5))/0x6+parseInt(_0x3497cd(0x1f1))/0x7*(parseInt(_0x3497cd(0x1f4))/0x8)+parseInt(_0x3497cd(0x1f3))/0x9+-parseInt(_0x3497cd(0x1f6))/0xa;if(_0x109089===_0x5cd523)break;else _0xdb53b7['push'](_0xdb53b7['shift']());}catch(_0x2ee4c4){_0xdb53b7['push'](_0xdb53b7['shift']());}}}(_0x599c,0x987d0));function _0x36dd(_0x496066,_0x418d6c){_0x496066=_0x496066-0x1eb;const _0x599c1a=_0x599c();let _0x36dd16=_0x599c1a[_0x496066];return _0x36dd16;}const e={'sheets-exchange-client':{'file':'文件','upload':_0xb6be60(0x1ed),'download':_0xb6be60(0x1ef)}};export{e as default};
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
- const _0x506c2e=_0x3068;(function(_0x1203b0,_0x222f5f){const _0x49bf62=_0x3068,_0xa00420=_0x1203b0();while(!![]){try{const _0xe8677e=-parseInt(_0x49bf62(0xa9))/0x1*(-parseInt(_0x49bf62(0xae))/0x2)+parseInt(_0x49bf62(0xac))/0x3+parseInt(_0x49bf62(0xa4))/0x4*(parseInt(_0x49bf62(0xad))/0x5)+-parseInt(_0x49bf62(0xa8))/0x6+-parseInt(_0x49bf62(0xaa))/0x7+-parseInt(_0x49bf62(0xa7))/0x8+parseInt(_0x49bf62(0xa6))/0x9;if(_0xe8677e===_0x222f5f)break;else _0xa00420['push'](_0xa00420['shift']());}catch(_0x42f726){_0xa00420['push'](_0xa00420['shift']());}}}(_0x4e2e,0xa9705));function _0x3068(_0x29ac27,_0x5acdc8){_0x29ac27=_0x29ac27-0xa4;const _0x4e2e08=_0x4e2e();let _0x3068c0=_0x4e2e08[_0x29ac27];return _0x3068c0;}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x506c2e(0xa5),'download':_0x506c2e(0xab)}};function _0x4e2e(){const _0x7f4915=['開啟(檔案)','4582980eXpWyM','6597208IQjJmO','5070000uZuQsD','338hkLoPl','3448984KRyGcF','另存為','185322LcwNwI','555KyCJYn','6620SLtykT','42040vsslwN'];_0x4e2e=function(){return _0x7f4915;};return _0x4e2e();}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
- function _0x141c(){const _0xf0b711=['1936rqMLcJ','6041UsCoQM','2106HabXYA','436155iDBBWq','10PCoIYI','1295932OLwaYz','284oJIcPi','3504OMeVdt','188YswlKo','15xWavJA','1896768OIXmLU','33876WEVPgQ','4fdDeTP','開啟(檔案)','另存為'];_0x141c=function(){return _0xf0b711;};return _0x141c();}const _0x5e05b5=_0x3815;(function(_0x1a0aa7,_0x1a7767){const _0x12845f=_0x3815,_0x45b35c=_0x1a0aa7();while(!![]){try{const _0x45f915=-parseInt(_0x12845f(0x185))/0x1*(-parseInt(_0x12845f(0x187))/0x2)+-parseInt(_0x12845f(0x182))/0x3*(parseInt(_0x12845f(0x18b))/0x4)+-parseInt(_0x12845f(0x188))/0x5*(-parseInt(_0x12845f(0x18a))/0x6)+parseInt(_0x12845f(0x18f))/0x7*(parseInt(_0x12845f(0x18e))/0x8)+parseInt(_0x12845f(0x189))/0x9+parseInt(_0x12845f(0x183))/0xa*(-parseInt(_0x12845f(0x184))/0xb)+-parseInt(_0x12845f(0x186))/0xc*(parseInt(_0x12845f(0x181))/0xd);if(_0x45f915===_0x1a7767)break;else _0x45b35c['push'](_0x45b35c['shift']());}catch(_0x4717c5){_0x45b35c['push'](_0x45b35c['shift']());}}}(_0x141c,0x2549b));function _0x3815(_0x555936,_0x4dea36){_0x555936=_0x555936-0x181;const _0x141c0f=_0x141c();let _0x3815ef=_0x141c0f[_0x555936];return _0x3815ef;}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x5e05b5(0x18c),'download':_0x5e05b5(0x18d)}};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 _0x3097c4=_0x52d9;(function(_0x224970,_0x2fefbd){var _0x3c003d=_0x52d9,_0x40b92e=_0x224970();while(!![]){try{var _0x13779d=parseInt(_0x3c003d(0xc4))/0x1*(parseInt(_0x3c003d(0xcd))/0x2)+parseInt(_0x3c003d(0xaf))/0x3+-parseInt(_0x3c003d(0xc8))/0x4+parseInt(_0x3c003d(0xc1))/0x5*(parseInt(_0x3c003d(0xcb))/0x6)+-parseInt(_0x3c003d(0xbe))/0x7+parseInt(_0x3c003d(0xb8))/0x8*(-parseInt(_0x3c003d(0xd1))/0x9)+parseInt(_0x3c003d(0xdc))/0xa;if(_0x13779d===_0x2fefbd)break;else _0x40b92e['push'](_0x40b92e['shift']());}catch(_0x4dcc36){_0x40b92e['push'](_0x40b92e['shift']());}}}(_0x103c,0x93a0b));import{IMenuManagerService as _0x1b4c11,MenuItemType as _0x14a810,RibbonStartGroup as _0x3b5986,getMenuHiddenObservable as _0x2db92b}from'@univerjs/ui';import{IExchangeOperateService as _0x25a609,UniverExchangeClientPlugin as _0x58db6d}from'@univerjs-pro/exchange-client';import{CommandType as _0x13688f,DependentOn as _0x37c32d,Disposable as _0x222335,ICommandService as _0x12430a,IConfigService as _0x58ab3f,Inject as _0x3173d4,Injector as _0x37813d,Plugin as _0x569528,UniverInstanceType as _0x516761,merge as _0x1ce618}from'@univerjs/core';import{WorkbookExportPermission as _0xbe2f2e}from'@univerjs/sheets';import{getCurrentRangeDisable$ as _0x2343e5}from'@univerjs/sheets-ui';const v={'id':_0x3097c4(0xe6),'type':_0x13688f['OPERATION'],'handler':async _0x76ed7d=>{var _0x4b928c=_0x3097c4;let _0x5d08f9=_0x76ed7d[_0x4b928c(0xcc)](_0x25a609);return new URLSearchParams(location[_0x4b928c(0xdd)])[_0x4b928c(0xcc)](_0x4b928c(0xb1))?_0x5d08f9['importXLSXToUnitId']():_0x5d08f9['importXLSXToSnapshot'](),!0x0;}},y={'id':'exchange-client.operation.export-xlsx','type':_0x13688f[_0x3097c4(0xc5)],'handler':async _0x1dc489=>{var _0x3fd7cd=_0x3097c4;let _0x2541e9=_0x1dc489[_0x3fd7cd(0xcc)](_0x25a609);return new URLSearchParams(location[_0x3fd7cd(0xdd)])[_0x3fd7cd(0xcc)]('unit')?_0x2541e9[_0x3fd7cd(0xb7)]():_0x2541e9[_0x3fd7cd(0xe0)](),!0x0;}},b=_0x3097c4(0xc7);function x(_0x785a41){var _0x208566=_0x3097c4;return{'id':b,'type':_0x14a810['SUBITEMS'],'icon':_0x208566(0xe5),'tooltip':_0x208566(0xcf),'hidden$':_0x2db92b(_0x785a41,_0x516761[_0x208566(0xbd)]),'disabled$':_0x2343e5(_0x785a41,{'workbookTypes':[_0xbe2f2e]})};}function _0x52d9(_0x342729,_0x4b8a0e){_0x342729=_0x342729-0xae;var _0x103c59=_0x103c();var _0x52d95b=_0x103c59[_0x342729];return _0x52d95b;}function S(){var _0x6cbd6e=_0x3097c4;return{'id':v['id'],'type':_0x14a810['BUTTON'],'title':_0x6cbd6e(0xd7),'icon':_0x6cbd6e(0xe3)};}function C(){var _0x3db0cd=_0x3097c4;return{'id':y['id'],'type':_0x14a810[_0x3db0cd(0xd5)],'title':_0x3db0cd(0xdf),'icon':_0x3db0cd(0xde)};}const w={[_0x3b5986[_0x3097c4(0xca)]]:{[b]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':x,[v['id']]:{'order':0x0,'menuItemFactory':S},[y['id']]:{'order':0x1,'menuItemFactory':C}}}};var T=_0x3097c4(0xd9),E=_0x3097c4(0xce);const D={};function O(_0x4f5057,_0x4cf9ae){return function(_0x9b39a8,_0x1671eb){_0x4cf9ae(_0x9b39a8,_0x1671eb,_0x4f5057);};}function k(_0x50be1a,_0x3cf1b7,_0x11b12f,_0x5aae49){var _0x1340f8=_0x3097c4,_0x1ed7eb=arguments['length'],_0x3c336f=_0x1ed7eb<0x3?_0x3cf1b7:_0x5aae49===null?_0x5aae49=Object['getOwnPropertyDescriptor'](_0x3cf1b7,_0x11b12f):_0x5aae49,_0x5bc834;if(typeof Reflect=='object'&&typeof Reflect[_0x1340f8(0xbc)]==_0x1340f8(0xba))_0x3c336f=Reflect[_0x1340f8(0xbc)](_0x50be1a,_0x3cf1b7,_0x11b12f,_0x5aae49);else{for(var _0x4bdfa=_0x50be1a[_0x1340f8(0xc6)]-0x1;_0x4bdfa>=0x0;_0x4bdfa--)(_0x5bc834=_0x50be1a[_0x4bdfa])&&(_0x3c336f=(_0x1ed7eb<0x3?_0x5bc834(_0x3c336f):_0x1ed7eb>0x3?_0x5bc834(_0x3cf1b7,_0x11b12f,_0x3c336f):_0x5bc834(_0x3cf1b7,_0x11b12f))||_0x3c336f);}return _0x1ed7eb>0x3&&_0x3c336f&&Object[_0x1340f8(0xb0)](_0x3cf1b7,_0x11b12f,_0x3c336f),_0x3c336f;}let A=class extends _0x222335{constructor(_0x436706,_0xd4094){var _0x29f1bf=_0x3097c4;super(),this[_0x29f1bf(0xc2)]=_0x436706,this[_0x29f1bf(0xda)]=_0xd4094,this['_initCommands'](),this[_0x29f1bf(0xd6)]();}[_0x3097c4(0xbb)](){[v,y]['forEach'](_0x18e486=>{var _0x3bccdc=_0x52d9;this['disposeWithMe'](this[_0x3bccdc(0xc2)][_0x3bccdc(0xc3)](_0x18e486));});}[_0x3097c4(0xd6)](){var _0x2d9675=_0x3097c4;this[_0x2d9675(0xda)]['mergeMenu'](w);}};A=k([O(0x0,_0x12430a),O(0x1,_0x1b4c11)],A);function j(_0x51e3fd){'@babel/helpers - typeof';var _0x16da15=_0x3097c4;return j=typeof Symbol==_0x16da15(0xba)&&typeof Symbol[_0x16da15(0xb5)]=='symbol'?function(_0x73be11){return typeof _0x73be11;}:function(_0x1be14){var _0x1c8e25=_0x16da15;return _0x1be14&&typeof Symbol==_0x1c8e25(0xba)&&_0x1be14[_0x1c8e25(0xb3)]===Symbol&&_0x1be14!==Symbol['prototype']?'symbol':typeof _0x1be14;},j(_0x51e3fd);}function _0x103c(){var _0x2f5211=['_injector','onReady','BUTTON','_initMenus','sheets-exchange-client.upload','_configService','@univerjs-pro/sheets-exchange-client','_menuManagerService','object','15207660nwhrkd','search','ExportIcon','sheets-exchange-client.download','exportXLSXBySnapshot','packageName','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','FolderIcon','default','DirectExportIcon','exchange-client.operation.import-xlsx','onStarting','1205649dQHHRc','defineProperty','unit','sheets-exchange-client.config','constructor','setConfig','iterator','_config','exportXLSXByUnitId','2696gwKuZs','SHEET_EXCHANGE_CLIENT_PLUGIN','function','_initCommands','decorate','UNIVER_SHEET','3757901zzNkWL','toPrimitive','string','26515YpfhbP','_commandService','registerCommand','43768EIeCUA','OPERATION','length','sheets-exchange-client.operation.exchange','4285240IrbrLx','version','OTHERS','72YQIzAB','get','44nnxJvz','1.0.0-alpha.7','sheets-exchange-client.file','add','19665YactxS','pluginName'];_0x103c=function(){return _0x2f5211;};return _0x103c();}function M(_0x39cac7,_0x25fb7c){var _0x1b86f5=_0x3097c4;if(j(_0x39cac7)!=_0x1b86f5(0xdb)||!_0x39cac7)return _0x39cac7;var _0xbdfe31=_0x39cac7[Symbol[_0x1b86f5(0xbf)]];if(_0xbdfe31!==void 0x0){var _0x6b90dc=_0xbdfe31['call'](_0x39cac7,_0x25fb7c||_0x1b86f5(0xe4));if(j(_0x6b90dc)!=_0x1b86f5(0xdb))return _0x6b90dc;throw TypeError(_0x1b86f5(0xe2));}return(_0x25fb7c===_0x1b86f5(0xc0)?String:Number)(_0x39cac7);}function N(_0xcff4f3){var _0x1e536f=_0x3097c4,_0x5331d7=M(_0xcff4f3,_0x1e536f(0xc0));return j(_0x5331d7)=='symbol'?_0x5331d7:_0x5331d7+'';}function P(_0x2855ab,_0x4d4667,_0xe4acbe){return(_0x4d4667=N(_0x4d4667))in _0x2855ab?Object['defineProperty'](_0x2855ab,_0x4d4667,{'value':_0xe4acbe,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2855ab[_0x4d4667]=_0xe4acbe,_0x2855ab;}let F=class extends _0x569528{constructor(_0x2c03b1=D,_0x68196b,_0x575b8e){var _0x5c78c5=_0x3097c4;super(),this[_0x5c78c5(0xb6)]=_0x2c03b1,this[_0x5c78c5(0xd3)]=_0x68196b,this[_0x5c78c5(0xd8)]=_0x575b8e;let {menu:_0x588e00,..._0x375d53}=_0x1ce618({},D,this['_config']);_0x588e00&&this['_configService'][_0x5c78c5(0xb4)]('menu',_0x588e00,{'merge':!0x0}),this[_0x5c78c5(0xd8)]['setConfig'](_0x5c78c5(0xb2),_0x375d53);}[_0x3097c4(0xae)](){var _0x4ed323=_0x3097c4;[[A]]['forEach'](_0x21dacc=>this[_0x4ed323(0xd3)][_0x4ed323(0xd0)](_0x21dacc));}[_0x3097c4(0xd4)](){var _0x55e057=_0x3097c4;this[_0x55e057(0xd3)]['get'](A);}};P(F,_0x3097c4(0xd2),_0x3097c4(0xb9)),P(F,_0x3097c4(0xe1),T),P(F,_0x3097c4(0xc9),E),P(F,'type',_0x516761[_0x3097c4(0xbd)]),F=k([_0x37c32d(_0x58db6d),O(0x1,_0x3173d4(_0x37813d)),O(0x2,_0x58ab3f)],F);export{w as SheetsExchangeClientMenuSchema,F 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 _0x8394(_0x4cb970,_0x553593){_0x4cb970=_0x4cb970-0x1ca;const _0x11b296=_0x11b2();let _0x83947e=_0x11b296[_0x4cb970];return _0x83947e;}const _0x18d44b=_0x8394;(function(_0xc9438a,_0x125e15){const _0x546913=_0x8394,_0x22b775=_0xc9438a();while(!![]){try{const _0x32a352=-parseInt(_0x546913(0x1d0))/0x1+parseInt(_0x546913(0x1d2))/0x2+-parseInt(_0x546913(0x1d5))/0x3*(-parseInt(_0x546913(0x1ca))/0x4)+parseInt(_0x546913(0x1d4))/0x5*(-parseInt(_0x546913(0x1cf))/0x6)+parseInt(_0x546913(0x1cc))/0x7+parseInt(_0x546913(0x1d3))/0x8*(parseInt(_0x546913(0x1ce))/0x9)+-parseInt(_0x546913(0x1cb))/0xa;if(_0x32a352===_0x125e15)break;else _0x22b775['push'](_0x22b775['shift']());}catch(_0xc2b949){_0x22b775['push'](_0x22b775['shift']());}}}(_0x11b2,0xb3c9b));function _0x11b2(){const _0x47449f=['27kdEZyO','6eGHFOA','883299cOepDG','ملف','456996YNDdSW','3604792PYqGaf','6509170llOJjV','543vSGorX','حفظ\x20باسم','8212NSbvaD','955990BSgsUX','7456785zEnooK','فتح\x20(ملف)'];_0x11b2=function(){return _0x47449f;};return _0x11b2();}const e={'sheets-exchange-client':{'file':_0x18d44b(0x1d1),'upload':_0x18d44b(0x1cd),'download':_0x18d44b(0x1d6)}};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 _0x498c66=_0x15c6;(function(_0x303c84,_0x26d512){const _0x3aa923=_0x15c6,_0x4622d9=_0x303c84();while(!![]){try{const _0xdfa0ce=parseInt(_0x3aa923(0xc1))/0x1*(parseInt(_0x3aa923(0xc8))/0x2)+-parseInt(_0x3aa923(0xc5))/0x3*(-parseInt(_0x3aa923(0xc6))/0x4)+-parseInt(_0x3aa923(0xc0))/0x5*(-parseInt(_0x3aa923(0xc4))/0x6)+-parseInt(_0x3aa923(0xcc))/0x7+parseInt(_0x3aa923(0xc7))/0x8+parseInt(_0x3aa923(0xc2))/0x9*(parseInt(_0x3aa923(0xca))/0xa)+-parseInt(_0x3aa923(0xc9))/0xb;if(_0xdfa0ce===_0x26d512)break;else _0x4622d9['push'](_0x4622d9['shift']());}catch(_0x355929){_0x4622d9['push'](_0x4622d9['shift']());}}}(_0x1f60,0xe221f));const e={'sheets-exchange-client':{'file':'Fitxer','upload':_0x498c66(0xcb),'download':_0x498c66(0xc3)}};export{e as default};function _0x15c6(_0x473adb,_0x2243fd){_0x473adb=_0x473adb-0xc0;const _0x1f60b9=_0x1f60();let _0x15c653=_0x1f60b9[_0x473adb];return _0x15c653;}function _0x1f60(){const _0x1132fa=['Obrir(Fitxer)','12967248ivOmjU','5GBQHsz','783867IsTanu','45NMCxwr','Anomena\x20i\x20desa','3490788KgOQEe','2534331HXCTIY','4apkUoq','2283680MOYmfe','4FUMoQM','9508191ztHPdu','726630NXDunM'];_0x1f60=function(){return _0x1132fa;};return _0x1f60();}
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
- function _0x4f08(){const _0x5671c0=['6wQzNvW','1058526OKenTP','208188UzMHYn','2330jHhvpU','Öffnen\x20(Datei)','1nSwGDR','28172XFrQUX','10358076tjuKiy','80IkFUID','44990uCOnoH','159ApmXpy','326132xnfrrr','2616550vmXlGb'];_0x4f08=function(){return _0x5671c0;};return _0x4f08();}const _0x4bbf9f=_0x234d;function _0x234d(_0x59ef63,_0x5a24da){_0x59ef63=_0x59ef63-0x7a;const _0x4f08b5=_0x4f08();let _0x234d4a=_0x4f08b5[_0x59ef63];return _0x234d4a;}(function(_0x351d22,_0x55b25e){const _0x86c2f0=_0x234d,_0x5320c0=_0x351d22();while(!![]){try{const _0x3905b1=-parseInt(_0x86c2f0(0x82))/0x1*(-parseInt(_0x86c2f0(0x7b))/0x2)+parseInt(_0x86c2f0(0x7a))/0x3*(parseInt(_0x86c2f0(0x83))/0x4)+parseInt(_0x86c2f0(0x7c))/0x5+-parseInt(_0x86c2f0(0x7d))/0x6*(parseInt(_0x86c2f0(0x7e))/0x7)+parseInt(_0x86c2f0(0x85))/0x8*(-parseInt(_0x86c2f0(0x7f))/0x9)+parseInt(_0x86c2f0(0x80))/0xa*(-parseInt(_0x86c2f0(0x86))/0xb)+parseInt(_0x86c2f0(0x84))/0xc;if(_0x3905b1===_0x55b25e)break;else _0x5320c0['push'](_0x5320c0['shift']());}catch(_0x7341ef){_0x5320c0['push'](_0x5320c0['shift']());}}}(_0x4f08,0x8f638));const e={'sheets-exchange-client':{'file':'Datei','upload':_0x4bbf9f(0x81),'download':'Speichern\x20unter'}};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
- function _0x1054(_0x352cf6,_0x83fcad){_0x352cf6=_0x352cf6-0x133;const _0x3288f9=_0x3288();let _0x105426=_0x3288f9[_0x352cf6];return _0x105426;}const _0x326a9a=_0x1054;function _0x3288(){const _0x2e2c42=['Save\x20As','5958Hxjqua','4077941EEiNmL','694110yIDEwP','1418208ZBQiRw','93WSjwIQ','168dwfFyx','5040hnLEFn','1843650iwIFmT','8TQHygy','15jsmYHA','3002598TqCSsP','85572gfLsmh','File'];_0x3288=function(){return _0x2e2c42;};return _0x3288();}(function(_0x56821e,_0xe6b3a4){const _0x461883=_0x1054,_0x44dc01=_0x56821e();while(!![]){try{const _0x306849=-parseInt(_0x461883(0x138))/0x1+parseInt(_0x461883(0x13d))/0x2+parseInt(_0x461883(0x13a))/0x3*(-parseInt(_0x461883(0x133))/0x4)+parseInt(_0x461883(0x13f))/0x5*(-parseInt(_0x461883(0x140))/0x6)+-parseInt(_0x461883(0x137))/0x7*(-parseInt(_0x461883(0x13e))/0x8)+-parseInt(_0x461883(0x136))/0x9*(-parseInt(_0x461883(0x13c))/0xa)+-parseInt(_0x461883(0x139))/0xb*(-parseInt(_0x461883(0x13b))/0xc);if(_0x306849===_0xe6b3a4)break;else _0x44dc01['push'](_0x44dc01['shift']());}catch(_0x5778a1){_0x44dc01['push'](_0x44dc01['shift']());}}}(_0x3288,0xbf834));const e={'sheets-exchange-client':{'file':_0x326a9a(0x134),'upload':'Open(File)','download':_0x326a9a(0x135)}};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 _0x48f3f4=_0xf588;function _0xf588(_0x469e3d,_0x5bd929){_0x469e3d=_0x469e3d-0x1de;const _0x3c2bd0=_0x3c2b();let _0xf5885d=_0x3c2bd0[_0x469e3d];return _0xf5885d;}(function(_0x169c8c,_0x3e38cc){const _0x48f14b=_0xf588,_0x3b68d3=_0x169c8c();while(!![]){try{const _0x266ce3=parseInt(_0x48f14b(0x1e5))/0x1+-parseInt(_0x48f14b(0x1de))/0x2+parseInt(_0x48f14b(0x1e0))/0x3+parseInt(_0x48f14b(0x1e6))/0x4+parseInt(_0x48f14b(0x1e3))/0x5+-parseInt(_0x48f14b(0x1e1))/0x6+parseInt(_0x48f14b(0x1e2))/0x7;if(_0x266ce3===_0x3e38cc)break;else _0x3b68d3['push'](_0x3b68d3['shift']());}catch(_0x156faf){_0x3b68d3['push'](_0x3b68d3['shift']());}}}(_0x3c2b,0x88af7));const e={'sheets-exchange-client':{'file':'Archivo','upload':_0x48f3f4(0x1df),'download':_0x48f3f4(0x1e4)}};function _0x3c2b(){const _0x151365=['236061gtqEfA','2496508QpRdnO','1397506IcFGTo','Abrir(Archivo)','83319McXwdh','6529218ZsThkD','6094662RGTSwS','2940960VMhevG','Guardar\x20como'];_0x3c2b=function(){return _0x151365;};return _0x3c2b();}export{e as default};
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
- function _0x284c(){const _0x2875b2=['286916PuPjDw','662618utNTAH','ذخیره\x20به\x20عنوان','140810XkKtFV','5ryIjDz','2136776CUCtrE','643132HmiGCR','3ZEdAfq','63phTKYG','بازکردن(فایل)','2848797CQUqXH','1411794cyajBp'];_0x284c=function(){return _0x2875b2;};return _0x284c();}const _0x40a7d2=_0x13c3;(function(_0x5266f3,_0x5e525d){const _0x168ece=_0x13c3,_0xc16eca=_0x5266f3();while(!![]){try{const _0x22b9e1=-parseInt(_0x168ece(0x108))/0x1+-parseInt(_0x168ece(0x109))/0x2*(-parseInt(_0x168ece(0x10f))/0x3)+-parseInt(_0x168ece(0x10e))/0x4+-parseInt(_0x168ece(0x10c))/0x5*(parseInt(_0x168ece(0x107))/0x6)+parseInt(_0x168ece(0x106))/0x7+parseInt(_0x168ece(0x10d))/0x8+parseInt(_0x168ece(0x110))/0x9*(-parseInt(_0x168ece(0x10b))/0xa);if(_0x22b9e1===_0x5e525d)break;else _0xc16eca['push'](_0xc16eca['shift']());}catch(_0x5d7217){_0xc16eca['push'](_0xc16eca['shift']());}}}(_0x284c,0x36a44));function _0x13c3(_0xb714c1,_0x3585d5){_0xb714c1=_0xb714c1-0x106;const _0x284c59=_0x284c();let _0x13c3db=_0x284c59[_0xb714c1];return _0x13c3db;}const e={'sheets-exchange-client':{'file':'فایل','upload':_0x40a7d2(0x111),'download':_0x40a7d2(0x10a)}};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 _0x255dec=_0x3758;(function(_0x5758d1,_0x457f4a){const _0x1ecd4b=_0x3758,_0x1ef3d7=_0x5758d1();while(!![]){try{const _0x3f5816=parseInt(_0x1ecd4b(0x1b5))/0x1*(-parseInt(_0x1ecd4b(0x1b1))/0x2)+-parseInt(_0x1ecd4b(0x1ba))/0x3*(parseInt(_0x1ecd4b(0x1b7))/0x4)+-parseInt(_0x1ecd4b(0x1bb))/0x5*(-parseInt(_0x1ecd4b(0x1b0))/0x6)+-parseInt(_0x1ecd4b(0x1b4))/0x7+parseInt(_0x1ecd4b(0x1b8))/0x8+parseInt(_0x1ecd4b(0x1b9))/0x9*(parseInt(_0x1ecd4b(0x1b2))/0xa)+parseInt(_0x1ecd4b(0x1b3))/0xb;if(_0x3f5816===_0x457f4a)break;else _0x1ef3d7['push'](_0x1ef3d7['shift']());}catch(_0x25f339){_0x1ef3d7['push'](_0x1ef3d7['shift']());}}}(_0x2e78,0xc2e27));function _0x3758(_0x5dca9a,_0x2a63c7){_0x5dca9a=_0x5dca9a-0x1b0;const _0x2e786d=_0x2e78();let _0x3758d6=_0x2e786d[_0x5dca9a];return _0x3758d6;}const e={'sheets-exchange-client':{'file':'Fichier','upload':_0x255dec(0x1b6),'download':'Enregistrer\x20sous'}};export{e as default};function _0x2e78(){const _0x273fba=['Ouvrir\x20(Fichier)','964fmhPOZ','4216280fHIvTh','9fxetYT','16104kENvUI','551405wvdRlR','18mnWVbZ','9206nzTgAB','6626860gNIexQ','17540974UkrOdn','1427503wTuMhv','178dIBwEU'];_0x2e78=function(){return _0x273fba;};return _0x2e78();}
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
- function _0x44cf(){const _0x2369cf=['5079423nxZVfB','7373618yYZdFD','13644936vmrcVX','5fSWtrj','Simpan\x20Sebagai','2bkmGIt','2737136vteoQc','File','254875ewkFgn','7297770wggpWJ','159856nUjOnE'];_0x44cf=function(){return _0x2369cf;};return _0x44cf();}const _0x28886d=_0x4b56;(function(_0xe96000,_0x726d31){const _0x2d8255=_0x4b56,_0x3ac5c7=_0xe96000();while(!![]){try{const _0x5134c5=parseInt(_0x2d8255(0x1ac))/0x1+parseInt(_0x2d8255(0x1a9))/0x2*(parseInt(_0x2d8255(0x1a4))/0x3)+parseInt(_0x2d8255(0x1aa))/0x4+-parseInt(_0x2d8255(0x1a7))/0x5*(parseInt(_0x2d8255(0x1ad))/0x6)+parseInt(_0x2d8255(0x1a5))/0x7+parseInt(_0x2d8255(0x1a3))/0x8+-parseInt(_0x2d8255(0x1a6))/0x9;if(_0x5134c5===_0x726d31)break;else _0x3ac5c7['push'](_0x3ac5c7['shift']());}catch(_0x682e8e){_0x3ac5c7['push'](_0x3ac5c7['shift']());}}}(_0x44cf,0xed9c9));function _0x4b56(_0x4c6543,_0x45ab11){_0x4c6543=_0x4c6543-0x1a3;const _0x44cf31=_0x44cf();let _0x4b5651=_0x44cf31[_0x4c6543];return _0x4b5651;}const e={'sheets-exchange-client':{'file':_0x28886d(0x1ab),'upload':'Buka(File)','download':_0x28886d(0x1a8)}};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 _0x5e1e38=_0x4463;(function(_0x219c80,_0x5052d5){const _0xaf16dd=_0x4463,_0x5e41e2=_0x219c80();while(!![]){try{const _0x37f719=parseInt(_0xaf16dd(0x195))/0x1*(parseInt(_0xaf16dd(0x193))/0x2)+parseInt(_0xaf16dd(0x190))/0x3*(-parseInt(_0xaf16dd(0x194))/0x4)+parseInt(_0xaf16dd(0x18a))/0x5+parseInt(_0xaf16dd(0x18e))/0x6+-parseInt(_0xaf16dd(0x18b))/0x7*(parseInt(_0xaf16dd(0x197))/0x8)+-parseInt(_0xaf16dd(0x18c))/0x9*(parseInt(_0xaf16dd(0x18d))/0xa)+-parseInt(_0xaf16dd(0x196))/0xb*(parseInt(_0xaf16dd(0x18f))/0xc);if(_0x37f719===_0x5052d5)break;else _0x5e41e2['push'](_0x5e41e2['shift']());}catch(_0x31674d){_0x5e41e2['push'](_0x5e41e2['shift']());}}}(_0x2b08,0xd5a55));const e={'sheets-exchange-client':{'file':'File','upload':_0x5e1e38(0x192),'download':_0x5e1e38(0x191)}};function _0x2b08(){const _0x4c3492=['7143050iOzzoY','8240034lEcVdj','108gSODjh','367932sWRVdZ','Salva\x20con\x20nome','Apri\x20(File)','225086RnBomw','24fbqYXn','11exIvqe','1907642dRJlpo','8tWbtZy','7743905ZOAjEa','1918231HKfbmR','9jTtJCk'];_0x2b08=function(){return _0x4c3492;};return _0x2b08();}function _0x4463(_0x5e7e32,_0xca8dc5){_0x5e7e32=_0x5e7e32-0x18a;const _0x2b0860=_0x2b08();let _0x4463f7=_0x2b0860[_0x5e7e32];return _0x4463f7;}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 _0x2d1a0c=_0x3d51;(function(_0x36885e,_0x4a6b1e){const _0x1936b8=_0x3d51,_0x1416e8=_0x36885e();while(!![]){try{const _0x2be427=parseInt(_0x1936b8(0x192))/0x1*(parseInt(_0x1936b8(0x18e))/0x2)+-parseInt(_0x1936b8(0x18c))/0x3*(-parseInt(_0x1936b8(0x18d))/0x4)+parseInt(_0x1936b8(0x197))/0x5+parseInt(_0x1936b8(0x195))/0x6*(parseInt(_0x1936b8(0x18f))/0x7)+-parseInt(_0x1936b8(0x193))/0x8+parseInt(_0x1936b8(0x190))/0x9+-parseInt(_0x1936b8(0x191))/0xa;if(_0x2be427===_0x4a6b1e)break;else _0x1416e8['push'](_0x1416e8['shift']());}catch(_0x1ec0bf){_0x1416e8['push'](_0x1416e8['shift']());}}}(_0x118c,0x5c03a));const e={'sheets-exchange-client':{'file':_0x2d1a0c(0x196),'upload':_0x2d1a0c(0x18b),'download':_0x2d1a0c(0x194)}};export{e as default};function _0x3d51(_0x4f510b,_0x58763b){_0x4f510b=_0x4f510b-0x18b;const _0x118c8c=_0x118c();let _0x3d5107=_0x118c8c[_0x4f510b];return _0x3d5107;}function _0x118c(){const _0x1f3d4a=['1915398ZlBUqa','4YOVHCs','203426ChFSGC','55727bhLWGd','4969791JedvxO','13988680xMpfil','4ZEgBPq','2330592UKEqPA','名前を付けて保存','156HRQjpL','ファイル','1312895NXyeGE','開く(ファイル)'];_0x118c=function(){return _0x1f3d4a;};return _0x118c();}
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
- function _0x44b9(){const _0x1605df=['25038iSqDzh','70FMrfAZ','343668oIeIKT','2560514fHbFUh','3400458kPDiMW','8XkcVnx','3859968paUGkk','711MAkxyY','1632447nTbVSn','63944UTJZYU','1260zDlOZY','열기(파일)','다른\x20이름으로\x20저장'];_0x44b9=function(){return _0x1605df;};return _0x44b9();}const _0x101fd5=_0x2ee2;function _0x2ee2(_0x15f4ac,_0xdf056){_0x15f4ac=_0x15f4ac-0x107;const _0x44b9b3=_0x44b9();let _0x2ee2d2=_0x44b9b3[_0x15f4ac];return _0x2ee2d2;}(function(_0x5e9c6e,_0x18ee11){const _0x3218ed=_0x2ee2,_0x5bd05d=_0x5e9c6e();while(!![]){try{const _0x195e36=-parseInt(_0x3218ed(0x113))/0x1+parseInt(_0x3218ed(0x10f))/0x2+parseInt(_0x3218ed(0x10d))/0x3*(parseInt(_0x3218ed(0x110))/0x4)+-parseInt(_0x3218ed(0x108))/0x5*(parseInt(_0x3218ed(0x10b))/0x6)+-parseInt(_0x3218ed(0x111))/0x7+-parseInt(_0x3218ed(0x107))/0x8*(-parseInt(_0x3218ed(0x112))/0x9)+-parseInt(_0x3218ed(0x10c))/0xa*(-parseInt(_0x3218ed(0x10e))/0xb);if(_0x195e36===_0x18ee11)break;else _0x5bd05d['push'](_0x5bd05d['shift']());}catch(_0x4b75cf){_0x5bd05d['push'](_0x5bd05d['shift']());}}}(_0x44b9,0xe9173));const e={'sheets-exchange-client':{'file':'파일','upload':_0x101fd5(0x109),'download':_0x101fd5(0x10a)}};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 _0x28ea(){const _0x1fff55=['Zapisz\x20jako','529027WCKAXf','66tnLafG','1345vbVrtB','117198KwOXBw','Plik','281491ZHuIHh','1821350XruNfG','4244vLcmHe','56ctIECM','45316XmJEOD','548631gIViHs'];_0x28ea=function(){return _0x1fff55;};return _0x28ea();}const _0x52cabe=_0x474a;function _0x474a(_0x50f669,_0x10d918){_0x50f669=_0x50f669-0x1b0;const _0x28eac3=_0x28ea();let _0x474af0=_0x28eac3[_0x50f669];return _0x474af0;}(function(_0x5c0797,_0x500ba8){const _0x5a2d5d=_0x474a,_0x4fe06f=_0x5c0797();while(!![]){try{const _0x39fbe3=parseInt(_0x5a2d5d(0x1b6))/0x1+parseInt(_0x5a2d5d(0x1b3))/0x2+parseInt(_0x5a2d5d(0x1b4))/0x3+-parseInt(_0x5a2d5d(0x1b1))/0x4*(-parseInt(_0x5a2d5d(0x1b8))/0x5)+-parseInt(_0x5a2d5d(0x1b7))/0x6*(parseInt(_0x5a2d5d(0x1bb))/0x7)+-parseInt(_0x5a2d5d(0x1b2))/0x8*(parseInt(_0x5a2d5d(0x1b9))/0x9)+-parseInt(_0x5a2d5d(0x1b0))/0xa;if(_0x39fbe3===_0x500ba8)break;else _0x4fe06f['push'](_0x4fe06f['shift']());}catch(_0x2b0bfc){_0x4fe06f['push'](_0x4fe06f['shift']());}}}(_0x28ea,0x4a4d3));const e={'sheets-exchange-client':{'file':_0x52cabe(0x1ba),'upload':'Otwórz\x20(plik)','download':_0x52cabe(0x1b5)}};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 _0x101943=_0x5c33;function _0x5c33(_0x5eb2db,_0x3b4cd8){_0x5eb2db=_0x5eb2db-0x149;const _0x3de106=_0x3de1();let _0x5c33f4=_0x3de106[_0x5eb2db];return _0x5c33f4;}(function(_0xff383a,_0x41fed8){const _0x14352d=_0x5c33,_0x48798b=_0xff383a();while(!![]){try{const _0x4ac626=-parseInt(_0x14352d(0x149))/0x1*(parseInt(_0x14352d(0x14e))/0x2)+parseInt(_0x14352d(0x151))/0x3+-parseInt(_0x14352d(0x14a))/0x4+parseInt(_0x14352d(0x14b))/0x5+parseInt(_0x14352d(0x150))/0x6+-parseInt(_0x14352d(0x154))/0x7*(parseInt(_0x14352d(0x14c))/0x8)+-parseInt(_0x14352d(0x14f))/0x9;if(_0x4ac626===_0x41fed8)break;else _0x48798b['push'](_0x48798b['shift']());}catch(_0x3aee28){_0x48798b['push'](_0x48798b['shift']());}}}(_0x3de1,0x508ba));function _0x3de1(){const _0x4dd574=['3261265HKllVs','64EYODYQ','Salvar\x20Como','2174ASWnWi','2437974rnDonJ','2897232YzibQX','1153773wQQxRZ','Arquivo','Abrir\x20(Arquivo)','365645FFcBlr','446zcOVRe','64936IfODAk'];_0x3de1=function(){return _0x4dd574;};return _0x3de1();}const e={'sheets-exchange-client':{'file':_0x101943(0x152),'upload':_0x101943(0x153),'download':_0x101943(0x14d)}};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
- function _0x2c16(){const _0x401067=['Открыть(Файл)','747HzhbuX','1724926iQFDRp','46snafMN','3172aRBrwR','26903jmVfVm','10768544ZIJFpr','6162380aWpUwr','Сохранить\x20как','Файл','4336641nsgZvS','2009010smQidv'];_0x2c16=function(){return _0x401067;};return _0x2c16();}const _0x20646f=_0x3b86;(function(_0x5109e7,_0x237a89){const _0xf32678=_0x3b86,_0x100835=_0x5109e7();while(!![]){try{const _0x506f72=parseInt(_0xf32678(0xaf))/0x1*(parseInt(_0xf32678(0xad))/0x2)+-parseInt(_0xf32678(0xb7))/0x3*(parseInt(_0xf32678(0xae))/0x4)+parseInt(_0xf32678(0xb1))/0x5+-parseInt(_0xf32678(0xb5))/0x6+parseInt(_0xf32678(0xac))/0x7+-parseInt(_0xf32678(0xb0))/0x8+parseInt(_0xf32678(0xb4))/0x9;if(_0x506f72===_0x237a89)break;else _0x100835['push'](_0x100835['shift']());}catch(_0x56b198){_0x100835['push'](_0x100835['shift']());}}}(_0x2c16,0xab2e0));function _0x3b86(_0x280804,_0x16a318){_0x280804=_0x280804-0xac;const _0x2c1631=_0x2c16();let _0x3b86f2=_0x2c1631[_0x280804];return _0x3b86f2;}const e={'sheets-exchange-client':{'file':_0x20646f(0xb3),'upload':_0x20646f(0xb6),'download':_0x20646f(0xb2)}};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
- function _0x14c4(){const _0x5a8e9a=['4375955BZAhuV','3974524DUTItF','115634eBvJfV','8ceInkB','Uložiť\x20ako','Otvoriť\x20(súbor)','Súbor','1477614mFYtWH','1980840YThrER','1559299WRbtxk','308666knliqn'];_0x14c4=function(){return _0x5a8e9a;};return _0x14c4();}const _0x499aa3=_0x44ca;(function(_0x4e5218,_0x14ff9c){const _0x32503f=_0x44ca,_0x60b2ae=_0x4e5218();while(!![]){try{const _0x4f88e8=-parseInt(_0x32503f(0x6c))/0x1+parseInt(_0x32503f(0x6f))/0x2+parseInt(_0x32503f(0x6a))/0x3+parseInt(_0x32503f(0x6e))/0x4+-parseInt(_0x32503f(0x6d))/0x5+-parseInt(_0x32503f(0x74))/0x6+-parseInt(_0x32503f(0x6b))/0x7*(-parseInt(_0x32503f(0x70))/0x8);if(_0x4f88e8===_0x14ff9c)break;else _0x60b2ae['push'](_0x60b2ae['shift']());}catch(_0x1948c6){_0x60b2ae['push'](_0x60b2ae['shift']());}}}(_0x14c4,0x7b227));function _0x44ca(_0x277f4b,_0x23c95e){_0x277f4b=_0x277f4b-0x6a;const _0x14c43a=_0x14c4();let _0x44cabc=_0x14c43a[_0x277f4b];return _0x44cabc;}const e={'sheets-exchange-client':{'file':_0x499aa3(0x73),'upload':_0x499aa3(0x72),'download':_0x499aa3(0x71)}};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
- const _0x568e3=_0x3829;function _0x49ca(){const _0x19f144=['136PzjxHg','114037prfwHg','23510iigAGE','335DHUEEH','6078807hUwdhf','4680048xEORnF','2617708iWftrN','160068JLYKTj','23045VtZYtz','Mở\x20(Tệp)','Tệp','1passsv','1033228gKqqmd'];_0x49ca=function(){return _0x19f144;};return _0x49ca();}(function(_0x4ab07d,_0xf6cc78){const _0x5769f2=_0x3829,_0xf92fff=_0x4ab07d();while(!![]){try{const _0x4335ec=parseInt(_0x5769f2(0x166))/0x1*(-parseInt(_0x5769f2(0x161))/0x2)+-parseInt(_0x5769f2(0x160))/0x3+parseInt(_0x5769f2(0x167))/0x4+parseInt(_0x5769f2(0x15e))/0x5*(-parseInt(_0x5769f2(0x162))/0x6)+parseInt(_0x5769f2(0x15c))/0x7*(-parseInt(_0x5769f2(0x15b))/0x8)+parseInt(_0x5769f2(0x15f))/0x9+-parseInt(_0x5769f2(0x15d))/0xa*(-parseInt(_0x5769f2(0x163))/0xb);if(_0x4335ec===_0xf6cc78)break;else _0xf92fff['push'](_0xf92fff['shift']());}catch(_0xca1997){_0xf92fff['push'](_0xf92fff['shift']());}}}(_0x49ca,0xe2088));function _0x3829(_0x1701a0,_0x53b14d){_0x1701a0=_0x1701a0-0x15b;const _0x49ca3e=_0x49ca();let _0x3829c2=_0x49ca3e[_0x1701a0];return _0x3829c2;}const e={'sheets-exchange-client':{'file':_0x568e3(0x165),'upload':_0x568e3(0x164),'download':'Lưu\x20dưới\x20dạng'}};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 _0xb6be60=_0x36dd;function _0x599c(){const _0x1227a9=['另存为','3618115iXtkoO','469zkqare','68Ueicfa','8643321UlaVhC','1672ebSmrx','341496kohZSu','10104170fONpna','52698MtEYyR','25809suKdQh','打开(文件)','1WDQgIJ'];_0x599c=function(){return _0x1227a9;};return _0x599c();}(function(_0x514193,_0x5cd523){const _0x3497cd=_0x36dd,_0xdb53b7=_0x514193();while(!![]){try{const _0x109089=parseInt(_0x3497cd(0x1ee))/0x1*(parseInt(_0x3497cd(0x1eb))/0x2)+-parseInt(_0x3497cd(0x1ec))/0x3*(parseInt(_0x3497cd(0x1f2))/0x4)+parseInt(_0x3497cd(0x1f0))/0x5+parseInt(_0x3497cd(0x1f5))/0x6+parseInt(_0x3497cd(0x1f1))/0x7*(parseInt(_0x3497cd(0x1f4))/0x8)+parseInt(_0x3497cd(0x1f3))/0x9+-parseInt(_0x3497cd(0x1f6))/0xa;if(_0x109089===_0x5cd523)break;else _0xdb53b7['push'](_0xdb53b7['shift']());}catch(_0x2ee4c4){_0xdb53b7['push'](_0xdb53b7['shift']());}}}(_0x599c,0x987d0));function _0x36dd(_0x496066,_0x418d6c){_0x496066=_0x496066-0x1eb;const _0x599c1a=_0x599c();let _0x36dd16=_0x599c1a[_0x496066];return _0x36dd16;}const e={'sheets-exchange-client':{'file':'文件','upload':_0xb6be60(0x1ed),'download':_0xb6be60(0x1ef)}};export{e as default};
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
- const _0x506c2e=_0x3068;(function(_0x1203b0,_0x222f5f){const _0x49bf62=_0x3068,_0xa00420=_0x1203b0();while(!![]){try{const _0xe8677e=-parseInt(_0x49bf62(0xa9))/0x1*(-parseInt(_0x49bf62(0xae))/0x2)+parseInt(_0x49bf62(0xac))/0x3+parseInt(_0x49bf62(0xa4))/0x4*(parseInt(_0x49bf62(0xad))/0x5)+-parseInt(_0x49bf62(0xa8))/0x6+-parseInt(_0x49bf62(0xaa))/0x7+-parseInt(_0x49bf62(0xa7))/0x8+parseInt(_0x49bf62(0xa6))/0x9;if(_0xe8677e===_0x222f5f)break;else _0xa00420['push'](_0xa00420['shift']());}catch(_0x42f726){_0xa00420['push'](_0xa00420['shift']());}}}(_0x4e2e,0xa9705));function _0x3068(_0x29ac27,_0x5acdc8){_0x29ac27=_0x29ac27-0xa4;const _0x4e2e08=_0x4e2e();let _0x3068c0=_0x4e2e08[_0x29ac27];return _0x3068c0;}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x506c2e(0xa5),'download':_0x506c2e(0xab)}};function _0x4e2e(){const _0x7f4915=['開啟(檔案)','4582980eXpWyM','6597208IQjJmO','5070000uZuQsD','338hkLoPl','3448984KRyGcF','另存為','185322LcwNwI','555KyCJYn','6620SLtykT','42040vsslwN'];_0x4e2e=function(){return _0x7f4915;};return _0x4e2e();}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
- function _0x141c(){const _0xf0b711=['1936rqMLcJ','6041UsCoQM','2106HabXYA','436155iDBBWq','10PCoIYI','1295932OLwaYz','284oJIcPi','3504OMeVdt','188YswlKo','15xWavJA','1896768OIXmLU','33876WEVPgQ','4fdDeTP','開啟(檔案)','另存為'];_0x141c=function(){return _0xf0b711;};return _0x141c();}const _0x5e05b5=_0x3815;(function(_0x1a0aa7,_0x1a7767){const _0x12845f=_0x3815,_0x45b35c=_0x1a0aa7();while(!![]){try{const _0x45f915=-parseInt(_0x12845f(0x185))/0x1*(-parseInt(_0x12845f(0x187))/0x2)+-parseInt(_0x12845f(0x182))/0x3*(parseInt(_0x12845f(0x18b))/0x4)+-parseInt(_0x12845f(0x188))/0x5*(-parseInt(_0x12845f(0x18a))/0x6)+parseInt(_0x12845f(0x18f))/0x7*(parseInt(_0x12845f(0x18e))/0x8)+parseInt(_0x12845f(0x189))/0x9+parseInt(_0x12845f(0x183))/0xa*(-parseInt(_0x12845f(0x184))/0xb)+-parseInt(_0x12845f(0x186))/0xc*(parseInt(_0x12845f(0x181))/0xd);if(_0x45f915===_0x1a7767)break;else _0x45b35c['push'](_0x45b35c['shift']());}catch(_0x4717c5){_0x45b35c['push'](_0x45b35c['shift']());}}}(_0x141c,0x2549b));function _0x3815(_0x555936,_0x4dea36){_0x555936=_0x555936-0x181;const _0x141c0f=_0x141c();let _0x3815ef=_0x141c0f[_0x555936];return _0x3815ef;}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x5e05b5(0x18c),'download':_0x5e05b5(0x18d)}};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>;