@univerjs-pro/sheets-exchange-client 0.25.0 → 1.0.0-alpha.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 (105) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/controllers/menu.d.ts +4 -3
  62. package/lib/types/index.d.ts +1 -1
  63. package/lib/types/locale/ar-SA.d.ts +2 -7
  64. package/lib/types/locale/ca-ES.d.ts +2 -7
  65. package/lib/types/locale/de-DE.d.ts +2 -7
  66. package/lib/types/locale/es-ES.d.ts +2 -7
  67. package/lib/types/locale/fa-IR.d.ts +2 -7
  68. package/lib/types/locale/fr-FR.d.ts +2 -7
  69. package/lib/types/locale/id-ID.d.ts +2 -7
  70. package/lib/types/locale/it-IT.d.ts +2 -7
  71. package/lib/types/locale/ja-JP.d.ts +2 -7
  72. package/lib/types/locale/ko-KR.d.ts +2 -7
  73. package/lib/types/locale/pl-PL.d.ts +2 -7
  74. package/lib/types/locale/pt-BR.d.ts +2 -7
  75. package/lib/types/locale/ru-RU.d.ts +2 -7
  76. package/lib/types/locale/sk-SK.d.ts +2 -7
  77. package/lib/types/locale/types.d.ts +3 -0
  78. package/lib/types/locale/vi-VN.d.ts +2 -7
  79. package/lib/types/locale/zh-CN.d.ts +2 -7
  80. package/lib/types/locale/zh-HK.d.ts +2 -7
  81. package/lib/types/locale/zh-TW.d.ts +2 -7
  82. package/lib/types/plugin.d.ts +1 -1
  83. package/lib/umd/index.js +1 -1
  84. package/lib/umd/locale/ar-SA.js +1 -1
  85. package/lib/umd/locale/ca-ES.js +1 -1
  86. package/lib/umd/locale/de-DE.js +1 -1
  87. package/lib/umd/locale/en-US.js +1 -1
  88. package/lib/umd/locale/es-ES.js +1 -1
  89. package/lib/umd/locale/fa-IR.js +1 -1
  90. package/lib/umd/locale/fr-FR.js +1 -1
  91. package/lib/umd/locale/id-ID.js +1 -1
  92. package/lib/umd/locale/it-IT.js +1 -1
  93. package/lib/umd/locale/ja-JP.js +1 -1
  94. package/lib/umd/locale/ko-KR.js +1 -1
  95. package/lib/umd/locale/pl-PL.js +1 -1
  96. package/lib/umd/locale/pt-BR.js +1 -1
  97. package/lib/umd/locale/ru-RU.js +1 -1
  98. package/lib/umd/locale/sk-SK.js +1 -1
  99. package/lib/umd/locale/vi-VN.js +1 -1
  100. package/lib/umd/locale/zh-CN.js +1 -1
  101. package/lib/umd/locale/zh-HK.js +1 -1
  102. package/lib/umd/locale/zh-TW.js +1 -1
  103. package/package.json +8 -8
  104. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  105. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -1 +1 @@
1
- function _0x5a66(_0x48b307,_0x3795b3){_0x48b307=_0x48b307-0x10d;const _0xbd4bb0=_0xbd4b();let _0x5a66d4=_0xbd4bb0[_0x48b307];return _0x5a66d4;}const _0xdd9847=_0x5a66;(function(_0x51a816,_0x4c24cb){const _0x43f392=_0x5a66,_0xc0d166=_0x51a816();while(!![]){try{const _0x3b349f=-parseInt(_0x43f392(0x11b))/0x1*(parseInt(_0x43f392(0x110))/0x2)+-parseInt(_0x43f392(0x114))/0x3*(-parseInt(_0x43f392(0x11a))/0x4)+parseInt(_0x43f392(0x112))/0x5*(parseInt(_0x43f392(0x117))/0x6)+parseInt(_0x43f392(0x113))/0x7*(-parseInt(_0x43f392(0x119))/0x8)+parseInt(_0x43f392(0x10e))/0x9*(parseInt(_0x43f392(0x118))/0xa)+parseInt(_0x43f392(0x116))/0xb+-parseInt(_0x43f392(0x111))/0xc*(-parseInt(_0x43f392(0x10f))/0xd);if(_0x3b349f===_0x4c24cb)break;else _0xc0d166['push'](_0xc0d166['shift']());}catch(_0x5bac48){_0xc0d166['push'](_0xc0d166['shift']());}}}(_0xbd4b,0x4e787));function _0xbd4b(){const _0x3058f1=['539624mazwyZ','120XzcxpB','10475ytmrLY','308HsQjdb','9AGvjks','Сохранить\x20как','2469951RjdEKI','966cfbFUz','14930RgakLJ','112808PwHKmK','379084oZSFoG','1WWUvYy','Открыть(Файл)','576zNSMES','350961aSmFtV'];_0xbd4b=function(){return _0x3058f1;};return _0xbd4b();}const e={'sheets-exchange-client':{'file':'Файл','upload':_0xdd9847(0x10d),'download':_0xdd9847(0x115)}};export{e as default};
1
+ const _0x5a75bd=_0x21fd;(function(_0x364523,_0x5c3006){const _0x3cfa31=_0x21fd,_0x18d76c=_0x364523();while(!![]){try{const _0x4d1233=-parseInt(_0x3cfa31(0x10e))/0x1*(parseInt(_0x3cfa31(0x10d))/0x2)+-parseInt(_0x3cfa31(0x101))/0x3+-parseInt(_0x3cfa31(0x108))/0x4*(parseInt(_0x3cfa31(0x107))/0x5)+parseInt(_0x3cfa31(0x106))/0x6*(parseInt(_0x3cfa31(0x10a))/0x7)+-parseInt(_0x3cfa31(0x102))/0x8+parseInt(_0x3cfa31(0x103))/0x9*(parseInt(_0x3cfa31(0x105))/0xa)+parseInt(_0x3cfa31(0x10b))/0xb*(parseInt(_0x3cfa31(0x10c))/0xc);if(_0x4d1233===_0x5c3006)break;else _0x18d76c['push'](_0x18d76c['shift']());}catch(_0x4a6191){_0x18d76c['push'](_0x18d76c['shift']());}}}(_0xaffc,0x4deac));function _0x21fd(_0x4b2729,_0x10a7e9){_0x4b2729=_0x4b2729-0x101;const _0xaffc8c=_0xaffc();let _0x21fde2=_0xaffc8c[_0x4b2729];return _0x21fde2;}const e={'sheets-exchange-client':{'file':_0x5a75bd(0x104),'upload':_0x5a75bd(0x109),'download':'Сохранить\x20как'}};export{e as default};function _0xaffc(){const _0x58000b=['87871XnlEyO','11zkJxhV','21544812zCRqLU','46rPIDMZ','15753NVaaIa','1484529MyuGDT','4990376QpmTbH','328437MCdHCt','Файл','40ksCuDP','234ZZVaZp','35VCtMmd','360476mbbbnB','Открыть(Файл)'];_0xaffc=function(){return _0x58000b;};return _0xaffc();}
@@ -1 +1 @@
1
- function _0x5a3f(){const _0x50002f=['6911680URsqSt','2648830HrBqLB','33AUOoJP','584jSrgmu','344Mtrkkt','17689XLmEOY','5081499bbBtED','Otvoriť\x20(súbor)','7202358JpRWHG','1604340FdmGXT','Uložiť\x20ako','1fqyewj','18021gOpbcn'];_0x5a3f=function(){return _0x50002f;};return _0x5a3f();}function _0x4d1e(_0x3b49ec,_0x377724){_0x3b49ec=_0x3b49ec-0x101;const _0x5a3fb2=_0x5a3f();let _0x4d1eb8=_0x5a3fb2[_0x3b49ec];return _0x4d1eb8;}const _0x1093c1=_0x4d1e;(function(_0x51d3d2,_0x3105c8){const _0x366dc0=_0x4d1e,_0x260076=_0x51d3d2();while(!![]){try{const _0x2fae52=-parseInt(_0x366dc0(0x104))/0x1*(-parseInt(_0x366dc0(0x107))/0x2)+-parseInt(_0x366dc0(0x105))/0x3*(parseInt(_0x366dc0(0x10a))/0x4)+-parseInt(_0x366dc0(0x106))/0x5+parseInt(_0x366dc0(0x101))/0x6+-parseInt(_0x366dc0(0x10b))/0x7*(-parseInt(_0x366dc0(0x109))/0x8)+-parseInt(_0x366dc0(0x10c))/0x9+-parseInt(_0x366dc0(0x102))/0xa*(-parseInt(_0x366dc0(0x108))/0xb);if(_0x2fae52===_0x3105c8)break;else _0x260076['push'](_0x260076['shift']());}catch(_0x7dca38){_0x260076['push'](_0x260076['shift']());}}}(_0x5a3f,0xb17f8));const e={'sheets-exchange-client':{'file':'Súbor','upload':_0x1093c1(0x10d),'download':_0x1093c1(0x103)}};export{e as default};
1
+ function _0x151e(_0x390176,_0x27c4d7){_0x390176=_0x390176-0x6f;const _0x464623=_0x4646();let _0x151ee0=_0x464623[_0x390176];return _0x151ee0;}const _0x1c5e8b=_0x151e;(function(_0x1554c9,_0xd9749d){const _0x52158b=_0x151e,_0x4c4e04=_0x1554c9();while(!![]){try{const _0x50c34c=parseInt(_0x52158b(0x74))/0x1*(-parseInt(_0x52158b(0x71))/0x2)+-parseInt(_0x52158b(0x78))/0x3+parseInt(_0x52158b(0x70))/0x4*(parseInt(_0x52158b(0x75))/0x5)+-parseInt(_0x52158b(0x7c))/0x6*(parseInt(_0x52158b(0x7b))/0x7)+-parseInt(_0x52158b(0x73))/0x8*(parseInt(_0x52158b(0x77))/0x9)+-parseInt(_0x52158b(0x6f))/0xa*(-parseInt(_0x52158b(0x72))/0xb)+parseInt(_0x52158b(0x76))/0xc;if(_0x50c34c===_0xd9749d)break;else _0x4c4e04['push'](_0x4c4e04['shift']());}catch(_0xfe2d86){_0x4c4e04['push'](_0x4c4e04['shift']());}}}(_0x4646,0xa5f09));function _0x4646(){const _0x3b1ca1=['27623304waVEIv','6759954mpZLSn','610920jwXWro','Súbor','Uložiť\x20ako','320733yCumOq','162qwyEGj','4810XaMTom','766484UOmnPj','224710AZIkbq','11671NzErgh','8btulgA','8XqCocA','25CuxeFi'];_0x4646=function(){return _0x3b1ca1;};return _0x4646();}const e={'sheets-exchange-client':{'file':_0x1c5e8b(0x79),'upload':'Otvoriť\x20(súbor)','download':_0x1c5e8b(0x7a)}};export{e as default};
@@ -1 +1 @@
1
- function _0x13b0(){const _0x1b1265=['5JcWwAY','Tệp','Mở\x20(Tệp)','2064114TLhNnU','223624uxAFZB','19418364SsCQmv','225659LNWPYX','448377OIQdOt','4572832EWgnJj','16TKnsYK','5706624ycatlh'];_0x13b0=function(){return _0x1b1265;};return _0x13b0();}const _0x1a67ad=_0x38b4;(function(_0x344d57,_0x327a96){const _0x4d4a12=_0x38b4,_0x4b8a34=_0x344d57();while(!![]){try{const _0x38c479=parseInt(_0x4d4a12(0x139))/0x1*(-parseInt(_0x4d4a12(0x13e))/0x2)+-parseInt(_0x4d4a12(0x13c))/0x3+-parseInt(_0x4d4a12(0x13d))/0x4*(-parseInt(_0x4d4a12(0x140))/0x5)+parseInt(_0x4d4a12(0x143))/0x6+-parseInt(_0x4d4a12(0x13b))/0x7+-parseInt(_0x4d4a12(0x13f))/0x8+parseInt(_0x4d4a12(0x13a))/0x9;if(_0x38c479===_0x327a96)break;else _0x4b8a34['push'](_0x4b8a34['shift']());}catch(_0x28ba02){_0x4b8a34['push'](_0x4b8a34['shift']());}}}(_0x13b0,0xea927));const e={'sheets-exchange-client':{'file':_0x1a67ad(0x141),'upload':_0x1a67ad(0x142),'download':'Lưu\x20dưới\x20dạng'}};function _0x38b4(_0x4aac2e,_0x3019ac){_0x4aac2e=_0x4aac2e-0x139;const _0x13b080=_0x13b0();let _0x38b43f=_0x13b080[_0x4aac2e];return _0x38b43f;}export{e as default};
1
+ const _0x1e5035=_0x247c;function _0x2c38(){const _0x4259b2=['Tệp','6SoCWWQ','3712749qotMIb','623420PkqcYd','239216xdYCkD','329nfqTAx','Mở\x20(Tệp)','1162230CMYAaU','4csBLBz','7034040DkGzhb','1522857kLGwfH','Lưu\x20dưới\x20dạng','5135100Ebrbnc'];_0x2c38=function(){return _0x4259b2;};return _0x2c38();}(function(_0x56cadb,_0x598b79){const _0x39f699=_0x247c,_0x3ec93a=_0x56cadb();while(!![]){try{const _0x2d5947=parseInt(_0x39f699(0x190))/0x1+-parseInt(_0x39f699(0x19a))/0x2+parseInt(_0x39f699(0x195))/0x3*(-parseInt(_0x39f699(0x18e))/0x4)+-parseInt(_0x39f699(0x192))/0x5*(parseInt(_0x39f699(0x194))/0x6)+parseInt(_0x39f699(0x198))/0x7*(parseInt(_0x39f699(0x197))/0x8)+parseInt(_0x39f699(0x18f))/0x9+parseInt(_0x39f699(0x196))/0xa;if(_0x2d5947===_0x598b79)break;else _0x3ec93a['push'](_0x3ec93a['shift']());}catch(_0xd01819){_0x3ec93a['push'](_0x3ec93a['shift']());}}}(_0x2c38,0xe22e3));function _0x247c(_0x4a450b,_0x46bd75){_0x4a450b=_0x4a450b-0x18e;const _0x2c38fd=_0x2c38();let _0x247cdb=_0x2c38fd[_0x4a450b];return _0x247cdb;}const e={'sheets-exchange-client':{'file':_0x1e5035(0x193),'upload':_0x1e5035(0x199),'download':_0x1e5035(0x191)}};export{e as default};
@@ -1 +1 @@
1
- const _0xe56b4=_0x5dcb;(function(_0x287d69,_0x420358){const _0x4c2bc1=_0x5dcb,_0x23e8c1=_0x287d69();while(!![]){try{const _0x40e2fa=parseInt(_0x4c2bc1(0xe7))/0x1*(parseInt(_0x4c2bc1(0xe0))/0x2)+-parseInt(_0x4c2bc1(0xdf))/0x3*(parseInt(_0x4c2bc1(0xe6))/0x4)+parseInt(_0x4c2bc1(0xe1))/0x5+-parseInt(_0x4c2bc1(0xe3))/0x6*(parseInt(_0x4c2bc1(0xdd))/0x7)+-parseInt(_0x4c2bc1(0xdc))/0x8*(-parseInt(_0x4c2bc1(0xe9))/0x9)+parseInt(_0x4c2bc1(0xe4))/0xa*(-parseInt(_0x4c2bc1(0xe8))/0xb)+parseInt(_0x4c2bc1(0xde))/0xc;if(_0x40e2fa===_0x420358)break;else _0x23e8c1['push'](_0x23e8c1['shift']());}catch(_0xb7e9df){_0x23e8c1['push'](_0x23e8c1['shift']());}}}(_0x5042,0x59e20));const e={'sheets-exchange-client':{'file':'文件','upload':_0xe56b4(0xe2),'download':_0xe56b4(0xe5)}};function _0x5042(){const _0x301872=['3BEvFtx','25234lOFnYE','1359djLLdP','24696BjKjFq','490VxqUNk','3250656ySRvXj','3xVfIga','33470IrkLzH','2832675FARBhI','打开(文件)','57654ZoWoWZ','340uaLkAy','另存为','939916ygLHqN'];_0x5042=function(){return _0x301872;};return _0x5042();}function _0x5dcb(_0x5f0a19,_0x458e81){_0x5f0a19=_0x5f0a19-0xdc;const _0x5042dd=_0x5042();let _0x5dcb2d=_0x5042dd[_0x5f0a19];return _0x5dcb2d;}export{e as default};
1
+ const _0x585dde=_0xdacc;(function(_0x31a85c,_0x1d94ed){const _0x35679b=_0xdacc,_0x147288=_0x31a85c();while(!![]){try{const _0x1c8d4f=-parseInt(_0x35679b(0x13e))/0x1+parseInt(_0x35679b(0x144))/0x2*(parseInt(_0x35679b(0x147))/0x3)+parseInt(_0x35679b(0x145))/0x4+-parseInt(_0x35679b(0x140))/0x5+-parseInt(_0x35679b(0x143))/0x6+parseInt(_0x35679b(0x13f))/0x7+-parseInt(_0x35679b(0x142))/0x8*(parseInt(_0x35679b(0x146))/0x9);if(_0x1c8d4f===_0x1d94ed)break;else _0x147288['push'](_0x147288['shift']());}catch(_0x4d66d7){_0x147288['push'](_0x147288['shift']());}}}(_0x1c31,0x28d05));function _0x1c31(){const _0x2249b6=['1855000hhdVQu','1585680ejYAiY','打开(文件)','445528jeCyxY','227550iXxIeA','56242dhwRMI','1094592InUCKQ','18nEukSW','15QannzX','45637LxJZyW'];_0x1c31=function(){return _0x2249b6;};return _0x1c31();}const e={'sheets-exchange-client':{'file':'文件','upload':_0x585dde(0x141),'download':'另存为'}};function _0xdacc(_0x5d425e,_0x4badf7){_0x5d425e=_0x5d425e-0x13e;const _0x1c312d=_0x1c31();let _0xdaccc5=_0x1c312d[_0x5d425e];return _0xdaccc5;}export{e as default};
@@ -1 +1 @@
1
- const _0x6b0c82=_0x6dea;(function(_0x2ccd9c,_0xa3879d){const _0x3f7825=_0x6dea,_0x268f7e=_0x2ccd9c();while(!![]){try{const _0x3ccaba=-parseInt(_0x3f7825(0x1b2))/0x1*(-parseInt(_0x3f7825(0x1b1))/0x2)+parseInt(_0x3f7825(0x1b0))/0x3*(parseInt(_0x3f7825(0x1af))/0x4)+-parseInt(_0x3f7825(0x1ab))/0x5+-parseInt(_0x3f7825(0x1ae))/0x6+parseInt(_0x3f7825(0x1ad))/0x7+-parseInt(_0x3f7825(0x1aa))/0x8+parseInt(_0x3f7825(0x1a9))/0x9;if(_0x3ccaba===_0xa3879d)break;else _0x268f7e['push'](_0x268f7e['shift']());}catch(_0x216588){_0x268f7e['push'](_0x268f7e['shift']());}}}(_0x57a4,0x9b2f3));function _0x57a4(){const _0x375570=['2718828WfHOIF','5455428aVXjxE','1834748zEtzIP','3gEdIHZ','566572hmTCCn','2LGwnjZ','11917593JtqLgU','2287112merByc','4535390PrsuIP','另存為'];_0x57a4=function(){return _0x375570;};return _0x57a4();}function _0x6dea(_0x121aea,_0x41d76f){_0x121aea=_0x121aea-0x1a9;const _0x57a4d8=_0x57a4();let _0x6dea4f=_0x57a4d8[_0x121aea];return _0x6dea4f;}const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':_0x6b0c82(0x1ac)}};export{e as default};
1
+ function _0x39bd(_0x220581,_0x198150){_0x220581=_0x220581-0xcb;const _0x4c7dd8=_0x4c7d();let _0x39bd42=_0x4c7dd8[_0x220581];return _0x39bd42;}(function(_0x8123fc,_0x29129a){const _0x2b3508=_0x39bd,_0x3615e8=_0x8123fc();while(!![]){try{const _0x1d982b=-parseInt(_0x2b3508(0xd1))/0x1+-parseInt(_0x2b3508(0xd5))/0x2+parseInt(_0x2b3508(0xd4))/0x3*(-parseInt(_0x2b3508(0xd3))/0x4)+parseInt(_0x2b3508(0xce))/0x5*(parseInt(_0x2b3508(0xcf))/0x6)+-parseInt(_0x2b3508(0xcb))/0x7+-parseInt(_0x2b3508(0xcc))/0x8*(-parseInt(_0x2b3508(0xcd))/0x9)+parseInt(_0x2b3508(0xd0))/0xa*(parseInt(_0x2b3508(0xd2))/0xb);if(_0x1d982b===_0x29129a)break;else _0x3615e8['push'](_0x3615e8['shift']());}catch(_0x591e6d){_0x3615e8['push'](_0x3615e8['shift']());}}}(_0x4c7d,0x51d6a));const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':'另存為'}};export{e as default};function _0x4c7d(){const _0x4a57c6=['1189876inuFxn','3jjdLtn','484968KdxATw','1996652ZlIHMy','2024THuXyt','19143jDxoLt','1511860ekZVJY','6lqEjIp','1780fvsmxo','556576TilsXk','54164CFHCmB'];_0x4c7d=function(){return _0x4a57c6;};return _0x4c7d();}
@@ -1 +1 @@
1
- function _0x522d(){const _0x11b593=['1235128LosuhL','14063137ooBcfq','7AbXLml','2BPnwuF','開啟(檔案)','12pbopSR','另存為','12EtayLn','2446758zZhpVS','4739800JmalwC','72350GsbjYE','207SZfsnN','1169746hUkshf','6078950lDtKei'];_0x522d=function(){return _0x11b593;};return _0x522d();}function _0x4f3b(_0x33070d,_0x53c51c){_0x33070d=_0x33070d-0x1f2;const _0x522dc5=_0x522d();let _0x4f3b6c=_0x522dc5[_0x33070d];return _0x4f3b6c;}const _0x261496=_0x4f3b;(function(_0x5c40ef,_0x578588){const _0x385742=_0x4f3b,_0x256954=_0x5c40ef();while(!![]){try{const _0x4e8532=parseInt(_0x385742(0x1f5))/0x1*(parseInt(_0x385742(0x1fa))/0x2)+-parseInt(_0x385742(0x1fe))/0x3*(parseInt(_0x385742(0x1f7))/0x4)+parseInt(_0x385742(0x1f6))/0x5+-parseInt(_0x385742(0x1ff))/0x6*(-parseInt(_0x385742(0x1f9))/0x7)+parseInt(_0x385742(0x1f2))/0x8+parseInt(_0x385742(0x1f4))/0x9*(-parseInt(_0x385742(0x1f3))/0xa)+parseInt(_0x385742(0x1f8))/0xb*(-parseInt(_0x385742(0x1fc))/0xc);if(_0x4e8532===_0x578588)break;else _0x256954['push'](_0x256954['shift']());}catch(_0x1d2468){_0x256954['push'](_0x256954['shift']());}}}(_0x522d,0xac50c));const e={'sheets-exchange-client':{'file':'檔案','upload':_0x261496(0x1fb),'download':_0x261496(0x1fd)}};export{e as default};
1
+ function _0x367b(_0x108eea,_0x3c339c){_0x108eea=_0x108eea-0xe2;const _0x209e89=_0x209e();let _0x367b35=_0x209e89[_0x108eea];return _0x367b35;}const _0x311549=_0x367b;function _0x209e(){const _0x13093e=['708720BJPcbM','4CXSwSl','319vnDCMe','16eNevsT','144066PTTRWc','761874jTNWQp','569164GDdlaR','264010XWRTnu','796712ykhjCU','1382076OKeQCc','3nNbUUL','另存為'];_0x209e=function(){return _0x13093e;};return _0x209e();}(function(_0x2b685f,_0x4cf917){const _0x4e4692=_0x367b,_0x2bdfcf=_0x2b685f();while(!![]){try{const _0x2f35b3=-parseInt(_0x4e4692(0xe5))/0x1*(parseInt(_0x4e4692(0xe8))/0x2)+-parseInt(_0x4e4692(0xe2))/0x3*(parseInt(_0x4e4692(0xea))/0x4)+parseInt(_0x4e4692(0xe4))/0x5+-parseInt(_0x4e4692(0xe9))/0x6+parseInt(_0x4e4692(0xec))/0x7+-parseInt(_0x4e4692(0xe7))/0x8*(parseInt(_0x4e4692(0xed))/0x9)+parseInt(_0x4e4692(0xeb))/0xa*(parseInt(_0x4e4692(0xe6))/0xb);if(_0x2f35b3===_0x4cf917)break;else _0x2bdfcf['push'](_0x2bdfcf['shift']());}catch(_0x51d7d8){_0x2bdfcf['push'](_0x2bdfcf['shift']());}}}(_0x209e,0x263f3));const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':_0x311549(0xe3)}};export{e as default};
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- var _0x35009d=_0x1ef9;(function(_0x5bc1c5,_0x1dc80c){var _0x547175=_0x1ef9,_0x3a9922=_0x5bc1c5();while(!![]){try{var _0x478078=-parseInt(_0x547175(0xdb))/0x1*(parseInt(_0x547175(0xf7))/0x2)+parseInt(_0x547175(0x101))/0x3*(parseInt(_0x547175(0xda))/0x4)+parseInt(_0x547175(0xd9))/0x5*(-parseInt(_0x547175(0xe8))/0x6)+parseInt(_0x547175(0xd6))/0x7*(parseInt(_0x547175(0xe4))/0x8)+-parseInt(_0x547175(0xea))/0x9*(-parseInt(_0x547175(0xcb))/0xa)+-parseInt(_0x547175(0xcd))/0xb*(-parseInt(_0x547175(0xe1))/0xc)+parseInt(_0x547175(0xe7))/0xd*(parseInt(_0x547175(0xf4))/0xe);if(_0x478078===_0x1dc80c)break;else _0x3a9922['push'](_0x3a9922['shift']());}catch(_0x580fa9){_0x3a9922['push'](_0x3a9922['shift']());}}}(_0x1cce,0x80a85));import{IExchangeOperateService as _0x141a87,UniverExchangeClientPlugin as _0x1ae963}from'@univerjs-pro/exchange-client';function _0x1cce(){var _0x217995=['getOwnPropertyDescriptor','unit','1070FCZCXh','_initCommands','2145yHsShs','search','add','@univerjs-pro/sheets-exchange-client','function','sheets-exchange-client.upload','iterator','_configService','menu','210krpNcQ','DirectExportIcon','sheets-exchange-client.operation.exchange','357145FrPtNC','104GePGSD','135483itIFbr','length','_commandService','call','symbol','_config','168IkIqdd','version','packageName','25352oUoHHt','pluginName','default','13qHdVEn','78JmbzhT','BUTTON','22743FedEWE','UNIVER_SHEET','importXLSXToSnapshot','decorate','mergeMenu','exchange-client.operation.export-xlsx','importXLSXToUnitId','SUBITEMS','OPERATION','_initMenus','22530214ZuiLRg','defineProperty','exportXLSXBySnapshot','12lbdJJk','get','FolderIcon','type','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','0.25.0','setConfig','_menuManagerService','_injector','string','33573hhCLFG','object','sheets-exchange-client.download','forEach','SHEET_EXCHANGE_CLIENT_PLUGIN'];_0x1cce=function(){return _0x217995;};return _0x1cce();}import{CommandType as _0x59802c,DependentOn as _0x1131d8,Disposable as _0x3434ae,ICommandService as _0x256eba,IConfigService as _0x483347,Inject as _0x1003df,Injector as _0x4d3c84,Plugin as _0x504676,UniverInstanceType as _0xdaeaf9,merge as _0x9afc9f}from'@univerjs/core';import{IMenuManagerService as _0x251e6e,MenuItemType as _0x3c6f96,RibbonStartGroup as _0x2ab87c,getMenuHiddenObservable as _0x366d03}from'@univerjs/ui';import{WorkbookExportPermission as _0x31e6d8}from'@univerjs/sheets';import{getCurrentRangeDisable$ as _0x4a835c}from'@univerjs/sheets-ui';const v={'id':'exchange-client.operation.import-xlsx','type':_0x59802c[_0x35009d(0xf2)],'handler':async _0x58bfaa=>{var _0x3a1980=_0x35009d;let _0x5368a2=_0x58bfaa[_0x3a1980(0xf8)](_0x141a87);return new URLSearchParams(location[_0x3a1980(0xce)])[_0x3a1980(0xf8)](_0x3a1980(0x107))?_0x5368a2[_0x3a1980(0xf0)]():_0x5368a2[_0x3a1980(0xec)](),!0x0;}},y={'id':_0x35009d(0xef),'type':_0x59802c['OPERATION'],'handler':async _0x2a9ba7=>{var _0x331f7f=_0x35009d;let _0x168111=_0x2a9ba7[_0x331f7f(0xf8)](_0x141a87);return new URLSearchParams(location[_0x331f7f(0xce)])[_0x331f7f(0xf8)](_0x331f7f(0x107))?_0x168111['exportXLSXByUnitId']():_0x168111[_0x331f7f(0xf6)](),!0x0;}};var b=_0x35009d(0xd0),x=_0x35009d(0xfc);const S={},C=_0x35009d(0xd8);function w(_0x43bfd5){var _0x27732a=_0x35009d;return{'id':C,'type':_0x3c6f96[_0x27732a(0xf1)],'icon':_0x27732a(0xd7),'tooltip':'sheets-exchange-client.file','hidden$':_0x366d03(_0x43bfd5,_0xdaeaf9[_0x27732a(0xeb)]),'disabled$':_0x4a835c(_0x43bfd5,{'workbookTypes':[_0x31e6d8]})};}function T(){var _0x4e1d1e=_0x35009d;return{'id':v['id'],'type':_0x3c6f96[_0x4e1d1e(0xe9)],'title':_0x4e1d1e(0xd2),'icon':_0x4e1d1e(0xf9)};}function E(){var _0x2506ec=_0x35009d;return{'id':y['id'],'type':_0x3c6f96[_0x2506ec(0xe9)],'title':_0x2506ec(0x103),'icon':'ExportIcon'};}const D={[_0x2ab87c['OTHERS']]:{[C]:{'order':0.3,'menuItemFactory':w,[v['id']]:{'order':0x0,'menuItemFactory':T},[y['id']]:{'order':0x1,'menuItemFactory':E}}}};function O(_0x33fd95,_0xd13256){return function(_0x3dc143,_0x41c063){_0xd13256(_0x3dc143,_0x41c063,_0x33fd95);};}function k(_0xc8d19b,_0x4cdcc3,_0x19eee1,_0x1b8f21){var _0x399bee=_0x35009d,_0xfcb765=arguments[_0x399bee(0xdc)],_0x206aca=_0xfcb765<0x3?_0x4cdcc3:_0x1b8f21===null?_0x1b8f21=Object[_0x399bee(0x106)](_0x4cdcc3,_0x19eee1):_0x1b8f21,_0x3e2ea0;if(typeof Reflect==_0x399bee(0x102)&&typeof Reflect['decorate']==_0x399bee(0xd1))_0x206aca=Reflect[_0x399bee(0xed)](_0xc8d19b,_0x4cdcc3,_0x19eee1,_0x1b8f21);else{for(var _0x16fe76=_0xc8d19b['length']-0x1;_0x16fe76>=0x0;_0x16fe76--)(_0x3e2ea0=_0xc8d19b[_0x16fe76])&&(_0x206aca=(_0xfcb765<0x3?_0x3e2ea0(_0x206aca):_0xfcb765>0x3?_0x3e2ea0(_0x4cdcc3,_0x19eee1,_0x206aca):_0x3e2ea0(_0x4cdcc3,_0x19eee1))||_0x206aca);}return _0xfcb765>0x3&&_0x206aca&&Object[_0x399bee(0xf5)](_0x4cdcc3,_0x19eee1,_0x206aca),_0x206aca;}let A=class extends _0x3434ae{constructor(_0x38d8b9,_0x3bc99e){var _0x411310=_0x35009d;super(),this[_0x411310(0xdd)]=_0x38d8b9,this[_0x411310(0xfe)]=_0x3bc99e,this['_initCommands'](),this[_0x411310(0xf3)]();}[_0x35009d(0xcc)](){[v,y]['forEach'](_0x43d7aa=>{var _0x2fcee0=_0x1ef9;this['disposeWithMe'](this[_0x2fcee0(0xdd)]['registerCommand'](_0x43d7aa));});}['_initMenus'](){var _0x4bfd68=_0x35009d;this[_0x4bfd68(0xfe)][_0x4bfd68(0xee)](D);}};A=k([O(0x0,_0x256eba),O(0x1,_0x251e6e)],A);function j(_0x59ca49){'@babel/helpers - typeof';var _0x29f5a7=_0x35009d;return j=typeof Symbol==_0x29f5a7(0xd1)&&typeof Symbol[_0x29f5a7(0xd3)]==_0x29f5a7(0xdf)?function(_0x217f41){return typeof _0x217f41;}:function(_0x26d394){var _0x447efc=_0x29f5a7;return _0x26d394&&typeof Symbol==_0x447efc(0xd1)&&_0x26d394['constructor']===Symbol&&_0x26d394!==Symbol['prototype']?_0x447efc(0xdf):typeof _0x26d394;},j(_0x59ca49);}function _0x1ef9(_0x332cf5,_0x220f41){_0x332cf5=_0x332cf5-0xcb;var _0x1cce0d=_0x1cce();var _0x1ef9a5=_0x1cce0d[_0x332cf5];return _0x1ef9a5;}function M(_0x33a21e,_0x2f0084){var _0x19e44e=_0x35009d;if(j(_0x33a21e)!='object'||!_0x33a21e)return _0x33a21e;var _0x165ef0=_0x33a21e[Symbol['toPrimitive']];if(_0x165ef0!==void 0x0){var _0x219b1e=_0x165ef0[_0x19e44e(0xde)](_0x33a21e,_0x2f0084||_0x19e44e(0xe6));if(j(_0x219b1e)!=_0x19e44e(0x102))return _0x219b1e;throw TypeError(_0x19e44e(0xfb));}return(_0x2f0084===_0x19e44e(0x100)?String:Number)(_0x33a21e);}function N(_0x1a2742){var _0x42b152=_0x35009d,_0x1ec65d=M(_0x1a2742,_0x42b152(0x100));return j(_0x1ec65d)==_0x42b152(0xdf)?_0x1ec65d:_0x1ec65d+'';}function P(_0xf05469,_0x5e9c8b,_0x55163d){var _0x2e1115=_0x35009d;return(_0x5e9c8b=N(_0x5e9c8b))in _0xf05469?Object[_0x2e1115(0xf5)](_0xf05469,_0x5e9c8b,{'value':_0x55163d,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xf05469[_0x5e9c8b]=_0x55163d,_0xf05469;}let F=class extends _0x504676{constructor(_0x322637=S,_0x447ca2,_0x2adf40){var _0x22ceec=_0x35009d;super(),this['_config']=_0x322637,this[_0x22ceec(0xff)]=_0x447ca2,this['_configService']=_0x2adf40;let {menu:_0x23327d,..._0x4ebb90}=_0x9afc9f({},S,this[_0x22ceec(0xe0)]);_0x23327d&&this[_0x22ceec(0xd4)][_0x22ceec(0xfd)](_0x22ceec(0xd5),_0x23327d,{'merge':!0x0}),this[_0x22ceec(0xd4)][_0x22ceec(0xfd)]('sheets-exchange-client.config',_0x4ebb90);}['onStarting'](){var _0x24f7ba=_0x35009d;[[A]][_0x24f7ba(0x104)](_0x414245=>this[_0x24f7ba(0xff)][_0x24f7ba(0xcf)](_0x414245));}['onReady'](){var _0x98a9cc=_0x35009d;this[_0x98a9cc(0xff)]['get'](A);}};P(F,_0x35009d(0xe5),_0x35009d(0x105)),P(F,_0x35009d(0xe3),b),P(F,_0x35009d(0xe2),x),P(F,_0x35009d(0xfa),_0xdaeaf9[_0x35009d(0xeb)]),F=k([_0x1131d8(_0x1ae963),O(0x1,_0x1003df(_0x4d3c84)),O(0x2,_0x483347)],F);export{y as ExportXLSXOperation,v as ImportXLSXOperation,F as UniverSheetsExchangeClientPlugin};
1
+ var _0x31b0c1=_0x588d;(function(_0x289d15,_0x5e048d){var _0x118f66=_0x588d,_0x28907e=_0x289d15();while(!![]){try{var _0x253800=parseInt(_0x118f66(0x16a))/0x1*(-parseInt(_0x118f66(0x154))/0x2)+parseInt(_0x118f66(0x15d))/0x3+parseInt(_0x118f66(0x168))/0x4+-parseInt(_0x118f66(0x142))/0x5+parseInt(_0x118f66(0x150))/0x6+-parseInt(_0x118f66(0x14f))/0x7*(-parseInt(_0x118f66(0x16c))/0x8)+parseInt(_0x118f66(0x15f))/0x9*(-parseInt(_0x118f66(0x14b))/0xa);if(_0x253800===_0x5e048d)break;else _0x28907e['push'](_0x28907e['shift']());}catch(_0x5137aa){_0x28907e['push'](_0x28907e['shift']());}}}(_0x3296,0xd7180));import{IExchangeOperateService as _0x224dd8,UniverExchangeClientPlugin as _0x581e63}from'@univerjs-pro/exchange-client';import{CommandType as _0x19fdc6,DependentOn as _0x15f66f,Disposable as _0x582766,ICommandService as _0x43b841,IConfigService as _0x1322f2,Inject as _0x15a647,Injector as _0x761000,Plugin as _0x3d509a,UniverInstanceType as _0x78fc8d,merge as _0x46741f}from'@univerjs/core';import{IMenuManagerService as _0x2ebe64,MenuItemType as _0x138e52,RibbonStartGroup as _0x5ce9e4,getMenuHiddenObservable as _0x11ce0c}from'@univerjs/ui';import{WorkbookExportPermission as _0x421115}from'@univerjs/sheets';import{getCurrentRangeDisable$ as _0x10e596}from'@univerjs/sheets-ui';const v={'id':_0x31b0c1(0x162),'type':_0x19fdc6[_0x31b0c1(0x152)],'handler':async _0x3cfc04=>{var _0x33e462=_0x31b0c1;let _0x49ac40=_0x3cfc04[_0x33e462(0x14a)](_0x224dd8);return new URLSearchParams(location[_0x33e462(0x140)])[_0x33e462(0x14a)]('unit')?_0x49ac40[_0x33e462(0x145)]():_0x49ac40[_0x33e462(0x148)](),!0x0;}},y={'id':'exchange-client.operation.export-xlsx','type':_0x19fdc6[_0x31b0c1(0x152)],'handler':async _0x2cfe4c=>{var _0x2d154d=_0x31b0c1;let _0x59cdde=_0x2cfe4c[_0x2d154d(0x14a)](_0x224dd8);return new URLSearchParams(location['search'])[_0x2d154d(0x14a)](_0x2d154d(0x155))?_0x59cdde[_0x2d154d(0x14d)]():_0x59cdde[_0x2d154d(0x15b)](),!0x0;}};var b='@univerjs-pro/sheets-exchange-client',x=_0x31b0c1(0x14e);const S={},C=_0x31b0c1(0x165);function w(_0x566249){var _0x42c65d=_0x31b0c1;return{'id':C,'type':_0x138e52[_0x42c65d(0x136)],'icon':_0x42c65d(0x139),'tooltip':_0x42c65d(0x15e),'hidden$':_0x11ce0c(_0x566249,_0x78fc8d['UNIVER_SHEET']),'disabled$':_0x10e596(_0x566249,{'workbookTypes':[_0x421115]})};}function T(){var _0x336dad=_0x31b0c1;return{'id':v['id'],'type':_0x138e52['BUTTON'],'title':'sheets-exchange-client.upload','icon':_0x336dad(0x164)};}function _0x3296(){var _0x30daa5=['sheets-exchange-client.file','11277IDYtKM','add','version','exchange-client.operation.import-xlsx','sheets-exchange-client.config','FolderIcon','sheets-exchange-client.operation.exchange','_configService','_initCommands','5416700TdLfus','disposeWithMe','18654wYfpMW','length','56MjvMIy','iterator','symbol','SUBITEMS','SHEET_EXCHANGE_CLIENT_PLUGIN','BUTTON','DirectExportIcon','onReady','setConfig','onStarting','ExportIcon','getOwnPropertyDescriptor','_initMenus','search','_commandService','7040465cGiIIs','_menuManagerService','_config','importXLSXToUnitId','registerCommand','packageName','importXLSXToSnapshot','menu','get','9160vyYhUO','decorate','exportXLSXByUnitId','1.0.0-alpha.0','495208aUPcGt','8001174XzFhHo','object','OPERATION','sheets-exchange-client.download','68tXopPK','unit','mergeMenu','toPrimitive','defineProperty','default','_injector','exportXLSXBySnapshot','function','2664567DoUTCt'];_0x3296=function(){return _0x30daa5;};return _0x3296();}function E(){var _0x23f01f=_0x31b0c1;return{'id':y['id'],'type':_0x138e52[_0x23f01f(0x138)],'title':_0x23f01f(0x153),'icon':_0x23f01f(0x13d)};}const D={[_0x5ce9e4['OTHERS']]:{[C]:{'order':0.3,'menuItemFactory':w,[v['id']]:{'order':0x0,'menuItemFactory':T},[y['id']]:{'order':0x1,'menuItemFactory':E}}}};function O(_0x4eb685,_0x466307){return function(_0x18a6d5,_0x4abe7d){_0x466307(_0x18a6d5,_0x4abe7d,_0x4eb685);};}function k(_0x5e5619,_0x42e041,_0xcc20cf,_0x43258c){var _0x330b96=_0x31b0c1,_0x44603d=arguments[_0x330b96(0x16b)],_0x214d32=_0x44603d<0x3?_0x42e041:_0x43258c===null?_0x43258c=Object[_0x330b96(0x13e)](_0x42e041,_0xcc20cf):_0x43258c,_0x4c17dd;if(typeof Reflect==_0x330b96(0x151)&&typeof Reflect['decorate']==_0x330b96(0x15c))_0x214d32=Reflect[_0x330b96(0x14c)](_0x5e5619,_0x42e041,_0xcc20cf,_0x43258c);else{for(var _0x27f139=_0x5e5619[_0x330b96(0x16b)]-0x1;_0x27f139>=0x0;_0x27f139--)(_0x4c17dd=_0x5e5619[_0x27f139])&&(_0x214d32=(_0x44603d<0x3?_0x4c17dd(_0x214d32):_0x44603d>0x3?_0x4c17dd(_0x42e041,_0xcc20cf,_0x214d32):_0x4c17dd(_0x42e041,_0xcc20cf))||_0x214d32);}return _0x44603d>0x3&&_0x214d32&&Object['defineProperty'](_0x42e041,_0xcc20cf,_0x214d32),_0x214d32;}let A=class extends _0x582766{constructor(_0x3f8b1f,_0x276a59){var _0x3d36ec=_0x31b0c1;super(),this['_commandService']=_0x3f8b1f,this[_0x3d36ec(0x143)]=_0x276a59,this[_0x3d36ec(0x167)](),this['_initMenus']();}[_0x31b0c1(0x167)](){[v,y]['forEach'](_0x4697ca=>{var _0x5ac4b7=_0x588d;this[_0x5ac4b7(0x169)](this[_0x5ac4b7(0x141)][_0x5ac4b7(0x146)](_0x4697ca));});}[_0x31b0c1(0x13f)](){var _0x2e6678=_0x31b0c1;this[_0x2e6678(0x143)][_0x2e6678(0x156)](D);}};A=k([O(0x0,_0x43b841),O(0x1,_0x2ebe64)],A);function j(_0x563cbe){'@babel/helpers - typeof';var _0x284966=_0x31b0c1;return j=typeof Symbol=='function'&&typeof Symbol[_0x284966(0x16d)]=='symbol'?function(_0x3c8cd9){return typeof _0x3c8cd9;}:function(_0x2d0742){var _0x42d9d0=_0x284966;return _0x2d0742&&typeof Symbol==_0x42d9d0(0x15c)&&_0x2d0742['constructor']===Symbol&&_0x2d0742!==Symbol['prototype']?_0x42d9d0(0x135):typeof _0x2d0742;},j(_0x563cbe);}function M(_0x140a35,_0x212ed9){var _0x21596a=_0x31b0c1;if(j(_0x140a35)!=_0x21596a(0x151)||!_0x140a35)return _0x140a35;var _0x3c6b40=_0x140a35[Symbol[_0x21596a(0x157)]];if(_0x3c6b40!==void 0x0){var _0x4edda7=_0x3c6b40['call'](_0x140a35,_0x212ed9||_0x21596a(0x159));if(j(_0x4edda7)!=_0x21596a(0x151))return _0x4edda7;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x212ed9==='string'?String:Number)(_0x140a35);}function N(_0x2ec8d9){var _0x32f377=_0x31b0c1,_0x7f9600=M(_0x2ec8d9,'string');return j(_0x7f9600)==_0x32f377(0x135)?_0x7f9600:_0x7f9600+'';}function P(_0x47ec3b,_0x1ab599,_0x35505c){var _0x2b405f=_0x31b0c1;return(_0x1ab599=N(_0x1ab599))in _0x47ec3b?Object[_0x2b405f(0x158)](_0x47ec3b,_0x1ab599,{'value':_0x35505c,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x47ec3b[_0x1ab599]=_0x35505c,_0x47ec3b;}let F=class extends _0x3d509a{constructor(_0x50342d=S,_0x4427b3,_0x4b4eff){var _0x56c88d=_0x31b0c1;super(),this[_0x56c88d(0x144)]=_0x50342d,this[_0x56c88d(0x15a)]=_0x4427b3,this[_0x56c88d(0x166)]=_0x4b4eff;let {menu:_0x26841f,..._0x5ea353}=_0x46741f({},S,this[_0x56c88d(0x144)]);_0x26841f&&this[_0x56c88d(0x166)][_0x56c88d(0x13b)](_0x56c88d(0x149),_0x26841f,{'merge':!0x0}),this[_0x56c88d(0x166)][_0x56c88d(0x13b)](_0x56c88d(0x163),_0x5ea353);}[_0x31b0c1(0x13c)](){var _0x423dce=_0x31b0c1;[[A]]['forEach'](_0x116e49=>this[_0x423dce(0x15a)][_0x423dce(0x160)](_0x116e49));}[_0x31b0c1(0x13a)](){var _0x40741e=_0x31b0c1;this['_injector'][_0x40741e(0x14a)](A);}};function _0x588d(_0x2c6090,_0xddeb9b){_0x2c6090=_0x2c6090-0x135;var _0x3296c5=_0x3296();var _0x588d9d=_0x3296c5[_0x2c6090];return _0x588d9d;}P(F,'pluginName',_0x31b0c1(0x137)),P(F,_0x31b0c1(0x147),b),P(F,_0x31b0c1(0x161),x),P(F,'type',_0x78fc8d['UNIVER_SHEET']),F=k([_0x15f66f(_0x581e63),O(0x1,_0x15a647(_0x761000)),O(0x2,_0x1322f2)],F);export{y as ExportXLSXOperation,v as ImportXLSXOperation,F as UniverSheetsExchangeClientPlugin};
@@ -1 +1 @@
1
- const _0x3bcf36=_0x50e4;function _0x50e4(_0x1b2489,_0x121098){_0x1b2489=_0x1b2489-0x1f0;const _0x5a239b=_0x5a23();let _0x50e4d7=_0x5a239b[_0x1b2489];return _0x50e4d7;}(function(_0x281997,_0x534237){const _0x59d3dc=_0x50e4,_0x25855a=_0x281997();while(!![]){try{const _0x2a6817=parseInt(_0x59d3dc(0x1f1))/0x1+parseInt(_0x59d3dc(0x1f7))/0x2*(-parseInt(_0x59d3dc(0x1f2))/0x3)+-parseInt(_0x59d3dc(0x1f3))/0x4+parseInt(_0x59d3dc(0x1f0))/0x5+-parseInt(_0x59d3dc(0x1f4))/0x6*(parseInt(_0x59d3dc(0x1f9))/0x7)+-parseInt(_0x59d3dc(0x1fa))/0x8*(-parseInt(_0x59d3dc(0x1f8))/0x9)+-parseInt(_0x59d3dc(0x1f5))/0xa;if(_0x2a6817===_0x534237)break;else _0x25855a['push'](_0x25855a['shift']());}catch(_0x2b6661){_0x25855a['push'](_0x25855a['shift']());}}}(_0x5a23,0xb16a0));const e={'sheets-exchange-client':{'file':_0x3bcf36(0x1f6),'upload':_0x3bcf36(0x1fb),'download':_0x3bcf36(0x1fc)}};export{e as default};function _0x5a23(){const _0x3cc8f2=['9szBZdo','171276PNEBAI','8669944MJChxs','فتح\x20(ملف)','حفظ\x20باسم','6518955vUDobk','1402178mjCGJr','3zfFjMh','3865092tgumKK','210BxziGY','643700slxAaW','ملف','2352002znrvfR'];_0x5a23=function(){return _0x3cc8f2;};return _0x5a23();}
1
+ const _0x312ad8=_0x36b3;(function(_0x90e6,_0x119fb6){const _0x49ce78=_0x36b3,_0x4ee780=_0x90e6();while(!![]){try{const _0x4ed239=parseInt(_0x49ce78(0x189))/0x1*(-parseInt(_0x49ce78(0x195))/0x2)+-parseInt(_0x49ce78(0x18f))/0x3*(parseInt(_0x49ce78(0x193))/0x4)+-parseInt(_0x49ce78(0x192))/0x5+-parseInt(_0x49ce78(0x194))/0x6*(parseInt(_0x49ce78(0x18b))/0x7)+-parseInt(_0x49ce78(0x18c))/0x8+-parseInt(_0x49ce78(0x18e))/0x9*(parseInt(_0x49ce78(0x190))/0xa)+parseInt(_0x49ce78(0x18a))/0xb;if(_0x4ed239===_0x119fb6)break;else _0x4ee780['push'](_0x4ee780['shift']());}catch(_0x1d4431){_0x4ee780['push'](_0x4ee780['shift']());}}}(_0x8abe,0x19556));function _0x36b3(_0x54e4eb,_0x34bcd1){_0x54e4eb=_0x54e4eb-0x189;const _0x8abe10=_0x8abe();let _0x36b361=_0x8abe10[_0x54e4eb];return _0x36b361;}function _0x8abe(){const _0x36fcf0=['14404pnqiyM','6JYgZhS','6yxfJwL','62743KDiHVd','7614728TSLPzz','365995JXisrU','676080TfiuIx','فتح\x20(ملف)','279doAsaQ','108gMFyUY','35150VmAYDI','ملف','124285ZJAxul'];_0x8abe=function(){return _0x36fcf0;};return _0x8abe();}const e={'sheets-exchange-client':{'file':_0x312ad8(0x191),'upload':_0x312ad8(0x18d),'download':'حفظ\x20باسم'}};export{e as default};
@@ -1 +1 @@
1
- const _0x5e6661=_0x5b0f;(function(_0x27eba0,_0x5b0da7){const _0x1eae5e=_0x5b0f,_0x42dfbc=_0x27eba0();while(!![]){try{const _0x263765=parseInt(_0x1eae5e(0x16a))/0x1*(-parseInt(_0x1eae5e(0x170))/0x2)+parseInt(_0x1eae5e(0x16d))/0x3+parseInt(_0x1eae5e(0x171))/0x4+parseInt(_0x1eae5e(0x16e))/0x5+-parseInt(_0x1eae5e(0x169))/0x6+-parseInt(_0x1eae5e(0x172))/0x7*(-parseInt(_0x1eae5e(0x16f))/0x8)+-parseInt(_0x1eae5e(0x168))/0x9*(parseInt(_0x1eae5e(0x16b))/0xa);if(_0x263765===_0x5b0da7)break;else _0x42dfbc['push'](_0x42dfbc['shift']());}catch(_0x144580){_0x42dfbc['push'](_0x42dfbc['shift']());}}}(_0x3237,0x79103));function _0x5b0f(_0x3fe143,_0x12e7c0){_0x3fe143=_0x3fe143-0x168;const _0x32374c=_0x3237();let _0x5b0f85=_0x32374c[_0x3fe143];return _0x5b0f85;}const e={'sheets-exchange-client':{'file':_0x5e6661(0x16c),'upload':'Obrir(Fitxer)','download':_0x5e6661(0x173)}};export{e as default};function _0x3237(){const _0x20236e=['6309WQZjOs','1623222cGIZWi','1WfcKfO','8790eSfEnB','Fitxer','1211271GgOeAS','3985725IOoGfx','8hOqwak','929084mBfGHL','427372FiMrkG','3775716szSNXs','Anomena\x20i\x20desa'];_0x3237=function(){return _0x20236e;};return _0x3237();}
1
+ const _0x5c7f71=_0x4da6;(function(_0xc278d0,_0x5f0829){const _0x3eced3=_0x4da6,_0x3d7065=_0xc278d0();while(!![]){try{const _0xe85953=parseInt(_0x3eced3(0xf3))/0x1+parseInt(_0x3eced3(0xfa))/0x2*(-parseInt(_0x3eced3(0xf5))/0x3)+-parseInt(_0x3eced3(0xee))/0x4*(-parseInt(_0x3eced3(0xf8))/0x5)+parseInt(_0x3eced3(0xed))/0x6*(parseInt(_0x3eced3(0xf2))/0x7)+parseInt(_0x3eced3(0xf7))/0x8*(-parseInt(_0x3eced3(0xf1))/0x9)+parseInt(_0x3eced3(0xf6))/0xa+parseInt(_0x3eced3(0xef))/0xb*(-parseInt(_0x3eced3(0xf0))/0xc);if(_0xe85953===_0x5f0829)break;else _0x3d7065['push'](_0x3d7065['shift']());}catch(_0x2496ac){_0x3d7065['push'](_0x3d7065['shift']());}}}(_0x5b91,0x36b73));const e={'sheets-exchange-client':{'file':'Fitxer','upload':_0x5c7f71(0xf9),'download':_0x5c7f71(0xf4)}};export{e as default};function _0x4da6(_0x524807,_0x365a29){_0x524807=_0x524807-0xed;const _0x5b91fb=_0x5b91();let _0x4da67c=_0x5b91fb[_0x524807];return _0x4da67c;}function _0x5b91(){const _0x2868ae=['14gbwtza','266662gJnAAG','Anomena\x20i\x20desa','3ILBfBZ','1028820FuFzcw','160576TkGmDo','10EfGxaH','Obrir(Fitxer)','110354mGjRbH','1142160MzSMtC','160176AzNcFY','11fQWZhU','3240624TqbofO','126iEGHkf'];_0x5b91=function(){return _0x2868ae;};return _0x5b91();}
@@ -1 +1 @@
1
- function _0x3033(_0x393ecb,_0x29688c){_0x393ecb=_0x393ecb-0x99;const _0x8740f0=_0x8740();let _0x303396=_0x8740f0[_0x393ecb];return _0x303396;}const _0x3c0858=_0x3033;(function(_0x4b9d8f,_0x3a4394){const _0x48a1ed=_0x3033,_0x1fd859=_0x4b9d8f();while(!![]){try{const _0x1691ad=-parseInt(_0x48a1ed(0x9c))/0x1+-parseInt(_0x48a1ed(0x9e))/0x2+parseInt(_0x48a1ed(0x9a))/0x3+-parseInt(_0x48a1ed(0x9b))/0x4*(-parseInt(_0x48a1ed(0x9f))/0x5)+parseInt(_0x48a1ed(0x99))/0x6*(parseInt(_0x48a1ed(0xa0))/0x7)+-parseInt(_0x48a1ed(0x9d))/0x8+parseInt(_0x48a1ed(0xa1))/0x9;if(_0x1691ad===_0x3a4394)break;else _0x1fd859['push'](_0x1fd859['shift']());}catch(_0x5b6abd){_0x1fd859['push'](_0x1fd859['shift']());}}}(_0x8740,0x8faa9));const e={'sheets-exchange-client':{'file':_0x3c0858(0xa2),'upload':'Öffnen\x20(Datei)','download':_0x3c0858(0xa3)}};function _0x8740(){const _0x28b08e=['12TAPgai','2273799FoXpkl','4MGhKzX','603145fwNGhF','2339680VbtzkB','2267242PIobWB','4705295RdnGXZ','2757377NFgJIi','1177821xqQSrD','Datei','Speichern\x20unter'];_0x8740=function(){return _0x28b08e;};return _0x8740();}export{e as default};
1
+ const _0x355279=_0x2e50;function _0x2e50(_0x1f7ec6,_0x4ce43f){_0x1f7ec6=_0x1f7ec6-0xa6;const _0x2d1e42=_0x2d1e();let _0x2e5040=_0x2d1e42[_0x1f7ec6];return _0x2e5040;}(function(_0xcbeb63,_0x300ed4){const _0x3747ce=_0x2e50,_0x109151=_0xcbeb63();while(!![]){try{const _0x223513=-parseInt(_0x3747ce(0xa6))/0x1*(-parseInt(_0x3747ce(0xaf))/0x2)+-parseInt(_0x3747ce(0xa9))/0x3*(-parseInt(_0x3747ce(0xaa))/0x4)+parseInt(_0x3747ce(0xac))/0x5*(parseInt(_0x3747ce(0xb0))/0x6)+parseInt(_0x3747ce(0xb3))/0x7+-parseInt(_0x3747ce(0xb4))/0x8*(parseInt(_0x3747ce(0xb1))/0x9)+-parseInt(_0x3747ce(0xb2))/0xa*(-parseInt(_0x3747ce(0xad))/0xb)+-parseInt(_0x3747ce(0xa7))/0xc;if(_0x223513===_0x300ed4)break;else _0x109151['push'](_0x109151['shift']());}catch(_0x8edb32){_0x109151['push'](_0x109151['shift']());}}}(_0x2d1e,0x8b9e0));const e={'sheets-exchange-client':{'file':_0x355279(0xab),'upload':_0x355279(0xae),'download':_0x355279(0xa8)}};function _0x2d1e(){const _0x439619=['90fjfpli','984110aMfuPs','1403990QyioHl','655296VSUSdP','1oWzwbb','12775248vGhicf','Speichern\x20unter','9003OOYCFl','1004hdRAmL','Datei','5AjRRqe','33PwTyME','Öffnen\x20(Datei)','1406458uTwMlc','3019878uOqOJQ'];_0x2d1e=function(){return _0x439619;};return _0x2d1e();}export{e as default};
@@ -1 +1 @@
1
- function _0x4d66(_0x50099e,_0x54c061){_0x50099e=_0x50099e-0x1b4;const _0x5071b3=_0x5071();let _0x4d66f5=_0x5071b3[_0x50099e];return _0x4d66f5;}const _0x483f43=_0x4d66;(function(_0x35f870,_0x44bb98){const _0x5714d9=_0x4d66,_0x3e9806=_0x35f870();while(!![]){try{const _0x56dddf=parseInt(_0x5714d9(0x1b5))/0x1*(-parseInt(_0x5714d9(0x1bf))/0x2)+-parseInt(_0x5714d9(0x1b8))/0x3*(parseInt(_0x5714d9(0x1bd))/0x4)+-parseInt(_0x5714d9(0x1b4))/0x5*(-parseInt(_0x5714d9(0x1b7))/0x6)+-parseInt(_0x5714d9(0x1ba))/0x7*(-parseInt(_0x5714d9(0x1bc))/0x8)+-parseInt(_0x5714d9(0x1bb))/0x9+parseInt(_0x5714d9(0x1be))/0xa+parseInt(_0x5714d9(0x1c1))/0xb*(-parseInt(_0x5714d9(0x1b9))/0xc);if(_0x56dddf===_0x44bb98)break;else _0x3e9806['push'](_0x3e9806['shift']());}catch(_0x3611c0){_0x3e9806['push'](_0x3e9806['shift']());}}}(_0x5071,0x9b600));function _0x5071(){const _0x1c5c15=['570DgBCKl','33GQMarg','1213536lvNxzF','7HmzCSN','8859942odghyK','7640072RnAWml','278888zyODyG','5259060dFnlJq','4qizBMy','File','33YsmoJF','63725dCgbok','255NmxuZq','Open(File)'];_0x5071=function(){return _0x1c5c15;};return _0x5071();}const e={'sheets-exchange-client':{'file':_0x483f43(0x1c0),'upload':_0x483f43(0x1b6),'download':'Save\x20As'}};export{e as default};
1
+ const _0x5db01e=_0x36ef;(function(_0x5f14e8,_0x4385c5){const _0x219fdf=_0x36ef,_0xdc63cf=_0x5f14e8();while(!![]){try{const _0x496057=parseInt(_0x219fdf(0x17b))/0x1*(parseInt(_0x219fdf(0x17c))/0x2)+-parseInt(_0x219fdf(0x16e))/0x3*(-parseInt(_0x219fdf(0x172))/0x4)+parseInt(_0x219fdf(0x16f))/0x5*(parseInt(_0x219fdf(0x173))/0x6)+-parseInt(_0x219fdf(0x17a))/0x7+parseInt(_0x219fdf(0x174))/0x8*(-parseInt(_0x219fdf(0x178))/0x9)+parseInt(_0x219fdf(0x176))/0xa*(parseInt(_0x219fdf(0x177))/0xb)+-parseInt(_0x219fdf(0x170))/0xc*(parseInt(_0x219fdf(0x171))/0xd);if(_0x496057===_0x4385c5)break;else _0xdc63cf['push'](_0xdc63cf['shift']());}catch(_0x563254){_0xdc63cf['push'](_0xdc63cf['shift']());}}}(_0x4799,0x4be0c));function _0x36ef(_0x262d43,_0x303baa){_0x262d43=_0x262d43-0x16d;const _0x479963=_0x4799();let _0x36ef8f=_0x479963[_0x262d43];return _0x36ef8f;}const e={'sheets-exchange-client':{'file':_0x5db01e(0x16d),'upload':_0x5db01e(0x179),'download':_0x5db01e(0x175)}};export{e as default};function _0x4799(){const _0x41eb2a=['60RpjfgM','2368535bUeUXa','166580PjmIUy','6txpbTW','88LZJQGT','Save\x20As','276780xjshwt','132ODTCKW','246807LeQbJT','Open(File)','1200843sXYbjW','3011hUoLPX','332hWvIXh','File','39vkZqRS','1608130EtTNKP'];_0x4799=function(){return _0x41eb2a;};return _0x4799();}
@@ -1 +1 @@
1
- const _0x27bb11=_0x4dc7;(function(_0x2302fd,_0x333f85){const _0x41958b=_0x4dc7,_0x289fb4=_0x2302fd();while(!![]){try{const _0x5e9e64=parseInt(_0x41958b(0x18a))/0x1+parseInt(_0x41958b(0x184))/0x2*(parseInt(_0x41958b(0x188))/0x3)+parseInt(_0x41958b(0x18c))/0x4+-parseInt(_0x41958b(0x18d))/0x5*(-parseInt(_0x41958b(0x187))/0x6)+-parseInt(_0x41958b(0x183))/0x7*(parseInt(_0x41958b(0x189))/0x8)+-parseInt(_0x41958b(0x185))/0x9+-parseInt(_0x41958b(0x182))/0xa*(-parseInt(_0x41958b(0x181))/0xb);if(_0x5e9e64===_0x333f85)break;else _0x289fb4['push'](_0x289fb4['shift']());}catch(_0x3c4433){_0x289fb4['push'](_0x289fb4['shift']());}}}(_0x2f8c,0xa32af));const e={'sheets-exchange-client':{'file':'Archivo','upload':_0x27bb11(0x18b),'download':_0x27bb11(0x186)}};export{e as default};function _0x4dc7(_0x1484cb,_0x5d63c1){_0x1484cb=_0x1484cb-0x181;const _0x2f8c5a=_0x2f8c();let _0x4dc769=_0x2f8c5a[_0x1484cb];return _0x4dc769;}function _0x2f8c(){const _0x81f141=['2411109hkuqgL','Guardar\x20como','72nMWNxL','51ssMiQj','9915832qgPPqN','26981XrcTVa','Abrir(Archivo)','320368xdHwFM','38655NAjSQF','1338469UuXIVn','130RGACGn','7eoKMWh','46358lcRHqS'];_0x2f8c=function(){return _0x81f141;};return _0x2f8c();}
1
+ const _0x87a5e2=_0x4219;(function(_0x49073e,_0x465994){const _0x2a88f4=_0x4219,_0x5cf7ce=_0x49073e();while(!![]){try{const _0x20066d=parseInt(_0x2a88f4(0x134))/0x1+-parseInt(_0x2a88f4(0x138))/0x2+parseInt(_0x2a88f4(0x130))/0x3+parseInt(_0x2a88f4(0x139))/0x4+parseInt(_0x2a88f4(0x132))/0x5+-parseInt(_0x2a88f4(0x133))/0x6+-parseInt(_0x2a88f4(0x136))/0x7;if(_0x20066d===_0x465994)break;else _0x5cf7ce['push'](_0x5cf7ce['shift']());}catch(_0x28f9c6){_0x5cf7ce['push'](_0x5cf7ce['shift']());}}}(_0x5958,0x9f1d0));function _0x4219(_0x32a943,_0x47f9b4){_0x32a943=_0x32a943-0x130;const _0x595857=_0x5958();let _0x421989=_0x595857[_0x32a943];return _0x421989;}function _0x5958(){const _0x81e6c8=['Guardar\x20como','3479890pdAQjT','5039604upqtFC','989124jIRCHG','Archivo','1695568hhOUZO','Abrir(Archivo)','2232600LCHrKZ','4456388QbNmIs','152961kqtWLa'];_0x5958=function(){return _0x81e6c8;};return _0x5958();}const e={'sheets-exchange-client':{'file':_0x87a5e2(0x135),'upload':_0x87a5e2(0x137),'download':_0x87a5e2(0x131)}};export{e as default};
@@ -1 +1 @@
1
- function _0x322d(_0x39e86e,_0x13ac2a){_0x39e86e=_0x39e86e-0xe3;const _0x7f55e1=_0x7f55();let _0x322d50=_0x7f55e1[_0x39e86e];return _0x322d50;}function _0x7f55(){const _0x404896=['120126sWHVmF','1742713FdwKVe','42104RYYqoO','35607SccpQl','12UtCOeM','ذخیره\x20به\x20عنوان','621JWuLoi','5620572FXFNhj','فایل','50VwCfwf','160fEmaLh','236548lucSRc','1650831IiYtid','2OhuSYI','13cZzVwN'];_0x7f55=function(){return _0x404896;};return _0x7f55();}const _0x391cf7=_0x322d;(function(_0x5d50b6,_0x30c625){const _0x5f53c2=_0x322d,_0x562d53=_0x5d50b6();while(!![]){try{const _0x65c89a=-parseInt(_0x5f53c2(0xe7))/0x1+-parseInt(_0x5f53c2(0xe5))/0x2*(parseInt(_0x5f53c2(0xe4))/0x3)+parseInt(_0x5f53c2(0xe3))/0x4*(parseInt(_0x5f53c2(0xf0))/0x5)+parseInt(_0x5f53c2(0xeb))/0x6*(-parseInt(_0x5f53c2(0xe8))/0x7)+parseInt(_0x5f53c2(0xe9))/0x8*(parseInt(_0x5f53c2(0xed))/0x9)+-parseInt(_0x5f53c2(0xf1))/0xa*(-parseInt(_0x5f53c2(0xea))/0xb)+-parseInt(_0x5f53c2(0xee))/0xc*(-parseInt(_0x5f53c2(0xe6))/0xd);if(_0x65c89a===_0x30c625)break;else _0x562d53['push'](_0x562d53['shift']());}catch(_0x168ac5){_0x562d53['push'](_0x562d53['shift']());}}}(_0x7f55,0x4acc1));const e={'sheets-exchange-client':{'file':_0x391cf7(0xef),'upload':'بازکردن(فایل)','download':_0x391cf7(0xec)}};export{e as default};
1
+ function _0x9425(_0x329258,_0x37ee96){_0x329258=_0x329258-0x121;const _0x5d4aa0=_0x5d4a();let _0x942550=_0x5d4aa0[_0x329258];return _0x942550;}const _0x28acc1=_0x9425;(function(_0x4d253e,_0x579191){const _0x46f2c8=_0x9425,_0xcf83c=_0x4d253e();while(!![]){try{const _0x12e02b=-parseInt(_0x46f2c8(0x125))/0x1*(parseInt(_0x46f2c8(0x12c))/0x2)+-parseInt(_0x46f2c8(0x12a))/0x3+-parseInt(_0x46f2c8(0x129))/0x4*(-parseInt(_0x46f2c8(0x126))/0x5)+parseInt(_0x46f2c8(0x12b))/0x6+parseInt(_0x46f2c8(0x12d))/0x7+-parseInt(_0x46f2c8(0x123))/0x8*(parseInt(_0x46f2c8(0x124))/0x9)+parseInt(_0x46f2c8(0x127))/0xa*(parseInt(_0x46f2c8(0x121))/0xb);if(_0x12e02b===_0x579191)break;else _0xcf83c['push'](_0xcf83c['shift']());}catch(_0x3cdd28){_0xcf83c['push'](_0xcf83c['shift']());}}}(_0x5d4a,0x22820));function _0x5d4a(){const _0x4cdf9d=['11CbdZca','بازکردن(فایل)','16uiOnWu','407961Hnzhjj','14735qpVLal','5785TABAVF','1107370diyDTM','ذخیره\x20به\x20عنوان','44bqNBms','173454yEqYud','1473450uLDmcZ','22IsOiJp','580062xvhiGx','فایل'];_0x5d4a=function(){return _0x4cdf9d;};return _0x5d4a();}const e={'sheets-exchange-client':{'file':_0x28acc1(0x12e),'upload':_0x28acc1(0x122),'download':_0x28acc1(0x128)}};export{e as default};
@@ -1 +1 @@
1
- const _0x259035=_0xcd4f;function _0x1c0e(){const _0x2f5a5f=['20HwRGNr','8gYjOiX','Fichier','5yThWxe','1261890hcXYRe','404929xuOOCu','7738742ccWbHF','364SlqKdc','2003wFDrUC','Ouvrir\x20(Fichier)','1116798RgRwMv','538492XOSjfb','Enregistrer\x20sous','1080522TsYcBW'];_0x1c0e=function(){return _0x2f5a5f;};return _0x1c0e();}function _0xcd4f(_0x3800c3,_0x324184){_0x3800c3=_0x3800c3-0x1dd;const _0x1c0edf=_0x1c0e();let _0xcd4f99=_0x1c0edf[_0x3800c3];return _0xcd4f99;}(function(_0x10a4e3,_0x2e1aa9){const _0x5bb4aa=_0xcd4f,_0xfaaa53=_0x10a4e3();while(!![]){try{const _0x1825ba=-parseInt(_0x5bb4aa(0x1e7))/0x1*(-parseInt(_0x5bb4aa(0x1e6))/0x2)+parseInt(_0x5bb4aa(0x1e9))/0x3+parseInt(_0x5bb4aa(0x1ea))/0x4*(parseInt(_0x5bb4aa(0x1e2))/0x5)+parseInt(_0x5bb4aa(0x1e3))/0x6+-parseInt(_0x5bb4aa(0x1e4))/0x7*(-parseInt(_0x5bb4aa(0x1e0))/0x8)+parseInt(_0x5bb4aa(0x1de))/0x9*(-parseInt(_0x5bb4aa(0x1df))/0xa)+-parseInt(_0x5bb4aa(0x1e5))/0xb;if(_0x1825ba===_0x2e1aa9)break;else _0xfaaa53['push'](_0xfaaa53['shift']());}catch(_0x4c1781){_0xfaaa53['push'](_0xfaaa53['shift']());}}}(_0x1c0e,0x2fd77));const e={'sheets-exchange-client':{'file':_0x259035(0x1e1),'upload':_0x259035(0x1e8),'download':_0x259035(0x1dd)}};export{e as default};
1
+ const _0x284646=_0x14f6;(function(_0x864471,_0x3e8f5e){const _0x4a6fb6=_0x14f6,_0x17a44e=_0x864471();while(!![]){try{const _0x44867b=-parseInt(_0x4a6fb6(0x1ad))/0x1+-parseInt(_0x4a6fb6(0x1a4))/0x2*(parseInt(_0x4a6fb6(0x1b0))/0x3)+parseInt(_0x4a6fb6(0x1ae))/0x4*(parseInt(_0x4a6fb6(0x1b1))/0x5)+parseInt(_0x4a6fb6(0x1a9))/0x6*(parseInt(_0x4a6fb6(0x1a7))/0x7)+-parseInt(_0x4a6fb6(0x1aa))/0x8+parseInt(_0x4a6fb6(0x1a6))/0x9+-parseInt(_0x4a6fb6(0x1a5))/0xa*(-parseInt(_0x4a6fb6(0x1a8))/0xb);if(_0x44867b===_0x3e8f5e)break;else _0x17a44e['push'](_0x17a44e['shift']());}catch(_0x16a03d){_0x17a44e['push'](_0x17a44e['shift']());}}}(_0x5be5,0x18bbc));const e={'sheets-exchange-client':{'file':_0x284646(0x1ac),'upload':_0x284646(0x1ab),'download':_0x284646(0x1af)}};function _0x14f6(_0x47980a,_0xeae8cd){_0x47980a=_0x47980a-0x1a4;const _0x5be505=_0x5be5();let _0x14f665=_0x5be505[_0x47980a];return _0x14f665;}export{e as default};function _0x5be5(){const _0x14f517=['63868sKGigt','869dnVFjH','114QKryzT','1057240mVrsLb','Ouvrir\x20(Fichier)','Fichier','152994KSRGwF','4iPIUfX','Enregistrer\x20sous','39nVUYzh','475215fkSyhe','11894ksYAjL','8380nwIZlp','1162503wEdmHe'];_0x5be5=function(){return _0x14f517;};return _0x5be5();}
@@ -1 +1 @@
1
- function _0x5c87(){const _0x19a686=['17421687LWWvGB','771qaQXxY','3010665QNyORE','5460920UnjKob','Simpan\x20Sebagai','107794dFsXbC','File','6ZTxhwp','10MHqdPn','19012VrFsdy','Buka(File)','1203035IJrVqy','325515ODCxZr'];_0x5c87=function(){return _0x19a686;};return _0x5c87();}const _0x2f0c93=_0x114d;(function(_0x487b94,_0x277156){const _0x534320=_0x114d,_0x139857=_0x487b94();while(!![]){try{const _0x33bb81=parseInt(_0x534320(0xb8))/0x1+-parseInt(_0x534320(0xb2))/0x2+-parseInt(_0x534320(0xae))/0x3*(-parseInt(_0x534320(0xb6))/0x4)+-parseInt(_0x534320(0xb9))/0x5+parseInt(_0x534320(0xb4))/0x6*(-parseInt(_0x534320(0xaf))/0x7)+parseInt(_0x534320(0xb0))/0x8+parseInt(_0x534320(0xba))/0x9*(-parseInt(_0x534320(0xb5))/0xa);if(_0x33bb81===_0x277156)break;else _0x139857['push'](_0x139857['shift']());}catch(_0x76a50d){_0x139857['push'](_0x139857['shift']());}}}(_0x5c87,0x97efd));function _0x114d(_0x27c9e7,_0x47067b){_0x27c9e7=_0x27c9e7-0xae;const _0x5c8788=_0x5c87();let _0x114d62=_0x5c8788[_0x27c9e7];return _0x114d62;}const e={'sheets-exchange-client':{'file':_0x2f0c93(0xb3),'upload':_0x2f0c93(0xb7),'download':_0x2f0c93(0xb1)}};export{e as default};
1
+ const _0x84b983=_0x2705;(function(_0x4794dc,_0x10ca7c){const _0x4e7834=_0x2705,_0x26e69d=_0x4794dc();while(!![]){try{const _0x503c82=-parseInt(_0x4e7834(0xb4))/0x1*(parseInt(_0x4e7834(0xaf))/0x2)+parseInt(_0x4e7834(0xb9))/0x3*(parseInt(_0x4e7834(0xb5))/0x4)+parseInt(_0x4e7834(0xbc))/0x5*(parseInt(_0x4e7834(0xbd))/0x6)+-parseInt(_0x4e7834(0xb7))/0x7*(-parseInt(_0x4e7834(0xb1))/0x8)+-parseInt(_0x4e7834(0xbb))/0x9*(parseInt(_0x4e7834(0xb6))/0xa)+-parseInt(_0x4e7834(0xb3))/0xb+parseInt(_0x4e7834(0xb8))/0xc*(-parseInt(_0x4e7834(0xbe))/0xd);if(_0x503c82===_0x10ca7c)break;else _0x26e69d['push'](_0x26e69d['shift']());}catch(_0x311a09){_0x26e69d['push'](_0x26e69d['shift']());}}}(_0x5783,0xafd7a));function _0x2705(_0x209225,_0x2679d2){_0x209225=_0x209225-0xaf;const _0x57833c=_0x5783();let _0x27053a=_0x57833c[_0x209225];return _0x27053a;}function _0x5783(){const _0x175deb=['Buka(File)','72GNbLXF','119265jllsKt','66vVNQZo','1417Ceajsk','22068lqWdVV','Simpan\x20Sebagai','512bZSyyY','File','5041432UcvWwm','31jKdhXk','2806576uXHnaW','73010TORhLc','13258jZqbJF','22884UfYARk','6WqWnmX'];_0x5783=function(){return _0x175deb;};return _0x5783();}const e={'sheets-exchange-client':{'file':_0x84b983(0xb2),'upload':_0x84b983(0xba),'download':_0x84b983(0xb0)}};export{e as default};
@@ -1 +1 @@
1
- function _0x583b(){const _0xc4317d=['489LzsxCc','Salva\x20con\x20nome','914972VxRZKc','1220JoCWdJ','2010yodIrO','6JSeztR','20lOBhUK','2883839XSMOuR','13643004AZzJtu','2898AkmSld','21864aNkgzb','661036XKcaWz','12133CQzrzG','Apri\x20(File)'];_0x583b=function(){return _0xc4317d;};return _0x583b();}const _0x5e621a=_0x58da;function _0x58da(_0x26d2fb,_0x3b201b){_0x26d2fb=_0x26d2fb-0xf8;const _0x583b05=_0x583b();let _0x58da2e=_0x583b05[_0x26d2fb];return _0x58da2e;}(function(_0x3dd384,_0x48177d){const _0x3771a5=_0x58da,_0xdd9e5d=_0x3dd384();while(!![]){try{const _0x490799=-parseInt(_0x3771a5(0xfc))/0x1+-parseInt(_0x3771a5(0x103))/0x2*(-parseInt(_0x3771a5(0xff))/0x3)+-parseInt(_0x3771a5(0x101))/0x4*(-parseInt(_0x3771a5(0x105))/0x5)+-parseInt(_0x3771a5(0x104))/0x6*(-parseInt(_0x3771a5(0xf8))/0x7)+parseInt(_0x3771a5(0xfb))/0x8*(parseInt(_0x3771a5(0xfa))/0x9)+-parseInt(_0x3771a5(0x102))/0xa*(-parseInt(_0x3771a5(0xfd))/0xb)+-parseInt(_0x3771a5(0xf9))/0xc;if(_0x490799===_0x48177d)break;else _0xdd9e5d['push'](_0xdd9e5d['shift']());}catch(_0x1ed4a1){_0xdd9e5d['push'](_0xdd9e5d['shift']());}}}(_0x583b,0xacb4b));const e={'sheets-exchange-client':{'file':'File','upload':_0x5e621a(0xfe),'download':_0x5e621a(0x100)}};export{e as default};
1
+ const _0x8d0ed3=_0x341f;(function(_0x213edb,_0x1f3a3e){const _0x23b559=_0x341f,_0x53bafd=_0x213edb();while(!![]){try{const _0x4f214f=parseInt(_0x23b559(0x113))/0x1*(parseInt(_0x23b559(0x10b))/0x2)+-parseInt(_0x23b559(0x10d))/0x3*(-parseInt(_0x23b559(0x114))/0x4)+-parseInt(_0x23b559(0x10a))/0x5*(parseInt(_0x23b559(0x10e))/0x6)+-parseInt(_0x23b559(0x116))/0x7*(-parseInt(_0x23b559(0x117))/0x8)+parseInt(_0x23b559(0x110))/0x9+parseInt(_0x23b559(0x115))/0xa*(-parseInt(_0x23b559(0x10c))/0xb)+-parseInt(_0x23b559(0x10f))/0xc;if(_0x4f214f===_0x1f3a3e)break;else _0x53bafd['push'](_0x53bafd['shift']());}catch(_0xaf3b24){_0x53bafd['push'](_0x53bafd['shift']());}}}(_0x3cba,0x20c93));const e={'sheets-exchange-client':{'file':_0x8d0ed3(0x111),'upload':'Apri\x20(File)','download':_0x8d0ed3(0x112)}};function _0x341f(_0x2c9ec4,_0x2ce5f1){_0x2c9ec4=_0x2c9ec4-0x10a;const _0x3cbaf6=_0x3cba();let _0x341f30=_0x3cbaf6[_0x2c9ec4];return _0x341f30;}function _0x3cba(){const _0x375c9d=['486035ADSbjr','436210ASnpag','99qGUIUo','57TBrMZv','12pSpgau','1477812HJSLWc','2196594AcywGW','File','Salva\x20con\x20nome','1ISUQEp','3172ixUpfO','136850ZtMBjU','684481VBcEZu','8RDpVYg'];_0x3cba=function(){return _0x375c9d;};return _0x3cba();}export{e as default};
@@ -1 +1 @@
1
- const _0x54b044=_0x1fa5;function _0x1fa5(_0x4a7c60,_0x3cd9d7){_0x4a7c60=_0x4a7c60-0x134;const _0x4626e4=_0x4626();let _0x1fa581=_0x4626e4[_0x4a7c60];return _0x1fa581;}(function(_0x419453,_0x50a84c){const _0xc91a20=_0x1fa5,_0x3b96f0=_0x419453();while(!![]){try{const _0x104ffe=parseInt(_0xc91a20(0x13a))/0x1+parseInt(_0xc91a20(0x13b))/0x2+parseInt(_0xc91a20(0x138))/0x3*(parseInt(_0xc91a20(0x139))/0x4)+-parseInt(_0xc91a20(0x13c))/0x5*(-parseInt(_0xc91a20(0x134))/0x6)+-parseInt(_0xc91a20(0x135))/0x7*(-parseInt(_0xc91a20(0x137))/0x8)+parseInt(_0xc91a20(0x136))/0x9+-parseInt(_0xc91a20(0x13d))/0xa;if(_0x104ffe===_0x50a84c)break;else _0x3b96f0['push'](_0x3b96f0['shift']());}catch(_0x36930e){_0x3b96f0['push'](_0x3b96f0['shift']());}}}(_0x4626,0x8dd41));function _0x4626(){const _0x28dfc9=['387420GuoItd','1717786Xgntpw','95570cwiwxY','30378360eWBOqV','ファイル','6bzxsKU','7Ryyepl','8038269oBoHUo','7865384eiVPBq','238512sIxACS','24DMIxHh'];_0x4626=function(){return _0x28dfc9;};return _0x4626();}const e={'sheets-exchange-client':{'file':_0x54b044(0x13e),'upload':'開く(ファイル)','download':'名前を付けて保存'}};export{e as default};
1
+ const _0x82acaa=_0x1d25;(function(_0x221ef8,_0x3854c9){const _0x227ec4=_0x1d25,_0x287a7d=_0x221ef8();while(!![]){try{const _0x57b29f=parseInt(_0x227ec4(0x81))/0x1*(-parseInt(_0x227ec4(0x83))/0x2)+-parseInt(_0x227ec4(0x7e))/0x3*(parseInt(_0x227ec4(0x82))/0x4)+-parseInt(_0x227ec4(0x7f))/0x5+parseInt(_0x227ec4(0x86))/0x6*(-parseInt(_0x227ec4(0x7c))/0x7)+parseInt(_0x227ec4(0x80))/0x8+-parseInt(_0x227ec4(0x7d))/0x9*(-parseInt(_0x227ec4(0x88))/0xa)+parseInt(_0x227ec4(0x84))/0xb*(parseInt(_0x227ec4(0x87))/0xc);if(_0x57b29f===_0x3854c9)break;else _0x287a7d['push'](_0x287a7d['shift']());}catch(_0x58be36){_0x287a7d['push'](_0x287a7d['shift']());}}}(_0x3210,0x37262));const e={'sheets-exchange-client':{'file':_0x82acaa(0x85),'upload':'開く(ファイル)','download':'名前を付けて保存'}};function _0x3210(){const _0x3fd429=['729992nedazS','1128IcwaVD','161447vNtDtt','ファイル','447342EOaSVv','492TnAveC','60zVUauv','7WFieRq','548091rrpcNK','6qQqWEB','1067350LWYeBZ','1491440FxVKyr','487VSIeeH'];_0x3210=function(){return _0x3fd429;};return _0x3210();}function _0x1d25(_0x1b8109,_0x8afa0b){_0x1b8109=_0x1b8109-0x7c;const _0x3210a5=_0x3210();let _0x1d2553=_0x3210a5[_0x1b8109];return _0x1d2553;}export{e as default};
@@ -1 +1 @@
1
- const _0x215c53=_0x5b2c;(function(_0x27b49d,_0x5757dc){const _0x2ec4f3=_0x5b2c,_0x2a5080=_0x27b49d();while(!![]){try{const _0x3a99a6=parseInt(_0x2ec4f3(0xcc))/0x1*(-parseInt(_0x2ec4f3(0xd5))/0x2)+-parseInt(_0x2ec4f3(0xd1))/0x3*(parseInt(_0x2ec4f3(0xce))/0x4)+-parseInt(_0x2ec4f3(0xd4))/0x5*(-parseInt(_0x2ec4f3(0xd3))/0x6)+-parseInt(_0x2ec4f3(0xcf))/0x7*(parseInt(_0x2ec4f3(0xc7))/0x8)+parseInt(_0x2ec4f3(0xd0))/0x9+parseInt(_0x2ec4f3(0xc8))/0xa*(parseInt(_0x2ec4f3(0xc9))/0xb)+-parseInt(_0x2ec4f3(0xca))/0xc*(-parseInt(_0x2ec4f3(0xd2))/0xd);if(_0x3a99a6===_0x5757dc)break;else _0x2a5080['push'](_0x2a5080['shift']());}catch(_0x27a531){_0x2a5080['push'](_0x2a5080['shift']());}}}(_0x4a9b,0x91249));function _0x5b2c(_0x39c42d,_0x285844){_0x39c42d=_0x39c42d-0xc7;const _0x4a9bed=_0x4a9b();let _0x5b2cc2=_0x4a9bed[_0x39c42d];return _0x5b2cc2;}const e={'sheets-exchange-client':{'file':'파일','upload':_0x215c53(0xcb),'download':_0x215c53(0xcd)}};export{e as default};function _0x4a9b(){const _0x4a5efb=['6SiolcQ','13BGGwwG','132378CGiReO','110ZREQAj','4408lwytgr','120AnmdzV','4570eEnoxE','3421JNysUM','22679988HzsDQG','열기(파일)','355axOfaX','다른\x20이름으로\x20저장','1391708AAWIzQ','529186ZqsAza','6203133WBqyUP'];_0x4a9b=function(){return _0x4a5efb;};return _0x4a9b();}
1
+ const _0x26cf0b=_0x1d5e;function _0x1d5e(_0x384808,_0x22a0f9){_0x384808=_0x384808-0x1eb;const _0x10f771=_0x10f7();let _0x1d5eaa=_0x10f771[_0x384808];return _0x1d5eaa;}(function(_0x340d2f,_0x5ec9de){const _0x426b0b=_0x1d5e,_0x5b056a=_0x340d2f();while(!![]){try{const _0x1cb62b=parseInt(_0x426b0b(0x1eb))/0x1*(parseInt(_0x426b0b(0x1ed))/0x2)+parseInt(_0x426b0b(0x1f0))/0x3*(parseInt(_0x426b0b(0x1ee))/0x4)+-parseInt(_0x426b0b(0x1ec))/0x5*(-parseInt(_0x426b0b(0x1f2))/0x6)+-parseInt(_0x426b0b(0x1ef))/0x7+-parseInt(_0x426b0b(0x1f5))/0x8*(parseInt(_0x426b0b(0x1f4))/0x9)+parseInt(_0x426b0b(0x1f3))/0xa+-parseInt(_0x426b0b(0x1f1))/0xb;if(_0x1cb62b===_0x5ec9de)break;else _0x5b056a['push'](_0x5b056a['shift']());}catch(_0x4e5df5){_0x5b056a['push'](_0x5b056a['shift']());}}}(_0x10f7,0x1ecb9));const e={'sheets-exchange-client':{'file':'파일','upload':_0x26cf0b(0x1f7),'download':_0x26cf0b(0x1f6)}};function _0x10f7(){const _0x1406f8=['3HpEMAQ','328515lOHiOi','104898GBJlhM','2315510VavIrP','156537DUFYhq','104oAtoEl','다른\x20이름으로\x20저장','열기(파일)','44269CyoCLw','45tWmteH','4vcyiLy','122708xCRdLz','882014bMPXbt'];_0x10f7=function(){return _0x1406f8;};return _0x10f7();}export{e as default};
@@ -1 +1 @@
1
- const _0x599698=_0x3d91;(function(_0x23149d,_0x171b6d){const _0x2c55d5=_0x3d91,_0x55596e=_0x23149d();while(!![]){try{const _0x4bb2cd=parseInt(_0x2c55d5(0x12f))/0x1*(parseInt(_0x2c55d5(0x12d))/0x2)+-parseInt(_0x2c55d5(0x129))/0x3+parseInt(_0x2c55d5(0x132))/0x4+parseInt(_0x2c55d5(0x12b))/0x5+-parseInt(_0x2c55d5(0x12a))/0x6+-parseInt(_0x2c55d5(0x130))/0x7+parseInt(_0x2c55d5(0x128))/0x8;if(_0x4bb2cd===_0x171b6d)break;else _0x55596e['push'](_0x55596e['shift']());}catch(_0x112d20){_0x55596e['push'](_0x55596e['shift']());}}}(_0x1304,0x9320b));const e={'sheets-exchange-client':{'file':_0x599698(0x131),'upload':_0x599698(0x12c),'download':_0x599698(0x12e)}};function _0x3d91(_0x185bed,_0x226834){_0x185bed=_0x185bed-0x128;const _0x1304b9=_0x1304();let _0x3d91d5=_0x1304b9[_0x185bed];return _0x3d91d5;}function _0x1304(){const _0x34e3ab=['5357994gESuwn','152970ouEVEi','Otwórz\x20(plik)','9422SPkNeR','Zapisz\x20jako','63DzyKgN','44079VFQWqA','Plik','498056kJJuoF','13022440TmBhVN','1733325gxuzSz'];_0x1304=function(){return _0x34e3ab;};return _0x1304();}export{e as default};
1
+ const _0x17cf07=_0x5614;function _0xb087(){const _0x4426da=['13577014PoOQMg','453176Yfvsml','8793470vjlHnV','1NOtLCJ','Zapisz\x20jako','Otwórz\x20(plik)','45eLQvYJ','899130TnuJpZ','Plik','1215615CfnYiF','1484766HYWPpB','5QrUYFa','4mxxaAr','2201942YcmdYj'];_0xb087=function(){return _0x4426da;};return _0xb087();}(function(_0x4e2b35,_0x4aa2e1){const _0x22350a=_0x5614,_0x15dbc4=_0x4e2b35();while(!![]){try{const _0xedd665=-parseInt(_0x22350a(0xa8))/0x1*(-parseInt(_0x22350a(0xa4))/0x2)+parseInt(_0x22350a(0xae))/0x3*(parseInt(_0x22350a(0xa3))/0x4)+parseInt(_0x22350a(0xb0))/0x5*(-parseInt(_0x22350a(0xaf))/0x6)+-parseInt(_0x22350a(0xa7))/0x7+-parseInt(_0x22350a(0xa6))/0x8*(parseInt(_0x22350a(0xab))/0x9)+-parseInt(_0x22350a(0xac))/0xa+parseInt(_0x22350a(0xa5))/0xb;if(_0xedd665===_0x4aa2e1)break;else _0x15dbc4['push'](_0x15dbc4['shift']());}catch(_0x57058a){_0x15dbc4['push'](_0x15dbc4['shift']());}}}(_0xb087,0xd2d8f));const e={'sheets-exchange-client':{'file':_0x17cf07(0xad),'upload':_0x17cf07(0xaa),'download':_0x17cf07(0xa9)}};function _0x5614(_0x2f99a0,_0x5e3d1f){_0x2f99a0=_0x2f99a0-0xa3;const _0xb087e=_0xb087();let _0x561444=_0xb087e[_0x2f99a0];return _0x561444;}export{e as default};
@@ -1 +1 @@
1
- const _0x595680=_0x40e4;function _0x40e4(_0x43d3ba,_0x52b11d){_0x43d3ba=_0x43d3ba-0xa4;const _0x3603d7=_0x3603();let _0x40e467=_0x3603d7[_0x43d3ba];return _0x40e467;}function _0x3603(){const _0x160af9=['24778eyvOtM','14227434FTWLhW','Salvar\x20Como','Abrir\x20(Arquivo)','25UTJiSi','4438063TOTsQo','9246136AnEEcc','153EYDIDS','657104Thwrem','658014GNMMwp','209618xsciBj'];_0x3603=function(){return _0x160af9;};return _0x3603();}(function(_0x4469ee,_0x31d685){const _0x21581d=_0x40e4,_0x5ce6a1=_0x4469ee();while(!![]){try{const _0x5241d0=-parseInt(_0x21581d(0xa7))/0x1+parseInt(_0x21581d(0xa8))/0x2*(-parseInt(_0x21581d(0xa4))/0x3)+-parseInt(_0x21581d(0xa5))/0x4+-parseInt(_0x21581d(0xac))/0x5*(-parseInt(_0x21581d(0xa6))/0x6)+parseInt(_0x21581d(0xad))/0x7+-parseInt(_0x21581d(0xae))/0x8+parseInt(_0x21581d(0xa9))/0x9;if(_0x5241d0===_0x31d685)break;else _0x5ce6a1['push'](_0x5ce6a1['shift']());}catch(_0x1cf5cc){_0x5ce6a1['push'](_0x5ce6a1['shift']());}}}(_0x3603,0x92e50));const e={'sheets-exchange-client':{'file':'Arquivo','upload':_0x595680(0xab),'download':_0x595680(0xaa)}};export{e as default};
1
+ function _0x3b1c(_0x3cbec5,_0x5c2838){_0x3cbec5=_0x3cbec5-0x132;const _0x23f7ce=_0x23f7();let _0x3b1cc5=_0x23f7ce[_0x3cbec5];return _0x3b1cc5;}function _0x23f7(){const _0x31c41e=['3479320hjxRcK','755302UQfoOB','32pbVFfj','1223820VXKLDb','13045dbRBNt','Arquivo','3620064wwkGfJ','245608bIniLG','5056164alSZeh','Salvar\x20Como'];_0x23f7=function(){return _0x31c41e;};return _0x23f7();}const _0x5c28ee=_0x3b1c;(function(_0x2bf35e,_0x13157){const _0x13ba3d=_0x3b1c,_0x32d151=_0x2bf35e();while(!![]){try{const _0x56486c=-parseInt(_0x13ba3d(0x13a))/0x1+-parseInt(_0x13ba3d(0x136))/0x2+parseInt(_0x13ba3d(0x132))/0x3+-parseInt(_0x13ba3d(0x13b))/0x4*(parseInt(_0x13ba3d(0x133))/0x5)+parseInt(_0x13ba3d(0x137))/0x6+parseInt(_0x13ba3d(0x135))/0x7+-parseInt(_0x13ba3d(0x139))/0x8;if(_0x56486c===_0x13157)break;else _0x32d151['push'](_0x32d151['shift']());}catch(_0x50b2a2){_0x32d151['push'](_0x32d151['shift']());}}}(_0x23f7,0x69ee5));const e={'sheets-exchange-client':{'file':_0x5c28ee(0x134),'upload':'Abrir\x20(Arquivo)','download':_0x5c28ee(0x138)}};export{e as default};
@@ -1 +1 @@
1
- function _0x5a66(_0x48b307,_0x3795b3){_0x48b307=_0x48b307-0x10d;const _0xbd4bb0=_0xbd4b();let _0x5a66d4=_0xbd4bb0[_0x48b307];return _0x5a66d4;}const _0xdd9847=_0x5a66;(function(_0x51a816,_0x4c24cb){const _0x43f392=_0x5a66,_0xc0d166=_0x51a816();while(!![]){try{const _0x3b349f=-parseInt(_0x43f392(0x11b))/0x1*(parseInt(_0x43f392(0x110))/0x2)+-parseInt(_0x43f392(0x114))/0x3*(-parseInt(_0x43f392(0x11a))/0x4)+parseInt(_0x43f392(0x112))/0x5*(parseInt(_0x43f392(0x117))/0x6)+parseInt(_0x43f392(0x113))/0x7*(-parseInt(_0x43f392(0x119))/0x8)+parseInt(_0x43f392(0x10e))/0x9*(parseInt(_0x43f392(0x118))/0xa)+parseInt(_0x43f392(0x116))/0xb+-parseInt(_0x43f392(0x111))/0xc*(-parseInt(_0x43f392(0x10f))/0xd);if(_0x3b349f===_0x4c24cb)break;else _0xc0d166['push'](_0xc0d166['shift']());}catch(_0x5bac48){_0xc0d166['push'](_0xc0d166['shift']());}}}(_0xbd4b,0x4e787));function _0xbd4b(){const _0x3058f1=['539624mazwyZ','120XzcxpB','10475ytmrLY','308HsQjdb','9AGvjks','Сохранить\x20как','2469951RjdEKI','966cfbFUz','14930RgakLJ','112808PwHKmK','379084oZSFoG','1WWUvYy','Открыть(Файл)','576zNSMES','350961aSmFtV'];_0xbd4b=function(){return _0x3058f1;};return _0xbd4b();}const e={'sheets-exchange-client':{'file':'Файл','upload':_0xdd9847(0x10d),'download':_0xdd9847(0x115)}};export{e as default};
1
+ const _0x5a75bd=_0x21fd;(function(_0x364523,_0x5c3006){const _0x3cfa31=_0x21fd,_0x18d76c=_0x364523();while(!![]){try{const _0x4d1233=-parseInt(_0x3cfa31(0x10e))/0x1*(parseInt(_0x3cfa31(0x10d))/0x2)+-parseInt(_0x3cfa31(0x101))/0x3+-parseInt(_0x3cfa31(0x108))/0x4*(parseInt(_0x3cfa31(0x107))/0x5)+parseInt(_0x3cfa31(0x106))/0x6*(parseInt(_0x3cfa31(0x10a))/0x7)+-parseInt(_0x3cfa31(0x102))/0x8+parseInt(_0x3cfa31(0x103))/0x9*(parseInt(_0x3cfa31(0x105))/0xa)+parseInt(_0x3cfa31(0x10b))/0xb*(parseInt(_0x3cfa31(0x10c))/0xc);if(_0x4d1233===_0x5c3006)break;else _0x18d76c['push'](_0x18d76c['shift']());}catch(_0x4a6191){_0x18d76c['push'](_0x18d76c['shift']());}}}(_0xaffc,0x4deac));function _0x21fd(_0x4b2729,_0x10a7e9){_0x4b2729=_0x4b2729-0x101;const _0xaffc8c=_0xaffc();let _0x21fde2=_0xaffc8c[_0x4b2729];return _0x21fde2;}const e={'sheets-exchange-client':{'file':_0x5a75bd(0x104),'upload':_0x5a75bd(0x109),'download':'Сохранить\x20как'}};export{e as default};function _0xaffc(){const _0x58000b=['87871XnlEyO','11zkJxhV','21544812zCRqLU','46rPIDMZ','15753NVaaIa','1484529MyuGDT','4990376QpmTbH','328437MCdHCt','Файл','40ksCuDP','234ZZVaZp','35VCtMmd','360476mbbbnB','Открыть(Файл)'];_0xaffc=function(){return _0x58000b;};return _0xaffc();}
@@ -1 +1 @@
1
- function _0x5a3f(){const _0x50002f=['6911680URsqSt','2648830HrBqLB','33AUOoJP','584jSrgmu','344Mtrkkt','17689XLmEOY','5081499bbBtED','Otvoriť\x20(súbor)','7202358JpRWHG','1604340FdmGXT','Uložiť\x20ako','1fqyewj','18021gOpbcn'];_0x5a3f=function(){return _0x50002f;};return _0x5a3f();}function _0x4d1e(_0x3b49ec,_0x377724){_0x3b49ec=_0x3b49ec-0x101;const _0x5a3fb2=_0x5a3f();let _0x4d1eb8=_0x5a3fb2[_0x3b49ec];return _0x4d1eb8;}const _0x1093c1=_0x4d1e;(function(_0x51d3d2,_0x3105c8){const _0x366dc0=_0x4d1e,_0x260076=_0x51d3d2();while(!![]){try{const _0x2fae52=-parseInt(_0x366dc0(0x104))/0x1*(-parseInt(_0x366dc0(0x107))/0x2)+-parseInt(_0x366dc0(0x105))/0x3*(parseInt(_0x366dc0(0x10a))/0x4)+-parseInt(_0x366dc0(0x106))/0x5+parseInt(_0x366dc0(0x101))/0x6+-parseInt(_0x366dc0(0x10b))/0x7*(-parseInt(_0x366dc0(0x109))/0x8)+-parseInt(_0x366dc0(0x10c))/0x9+-parseInt(_0x366dc0(0x102))/0xa*(-parseInt(_0x366dc0(0x108))/0xb);if(_0x2fae52===_0x3105c8)break;else _0x260076['push'](_0x260076['shift']());}catch(_0x7dca38){_0x260076['push'](_0x260076['shift']());}}}(_0x5a3f,0xb17f8));const e={'sheets-exchange-client':{'file':'Súbor','upload':_0x1093c1(0x10d),'download':_0x1093c1(0x103)}};export{e as default};
1
+ function _0x151e(_0x390176,_0x27c4d7){_0x390176=_0x390176-0x6f;const _0x464623=_0x4646();let _0x151ee0=_0x464623[_0x390176];return _0x151ee0;}const _0x1c5e8b=_0x151e;(function(_0x1554c9,_0xd9749d){const _0x52158b=_0x151e,_0x4c4e04=_0x1554c9();while(!![]){try{const _0x50c34c=parseInt(_0x52158b(0x74))/0x1*(-parseInt(_0x52158b(0x71))/0x2)+-parseInt(_0x52158b(0x78))/0x3+parseInt(_0x52158b(0x70))/0x4*(parseInt(_0x52158b(0x75))/0x5)+-parseInt(_0x52158b(0x7c))/0x6*(parseInt(_0x52158b(0x7b))/0x7)+-parseInt(_0x52158b(0x73))/0x8*(parseInt(_0x52158b(0x77))/0x9)+-parseInt(_0x52158b(0x6f))/0xa*(-parseInt(_0x52158b(0x72))/0xb)+parseInt(_0x52158b(0x76))/0xc;if(_0x50c34c===_0xd9749d)break;else _0x4c4e04['push'](_0x4c4e04['shift']());}catch(_0xfe2d86){_0x4c4e04['push'](_0x4c4e04['shift']());}}}(_0x4646,0xa5f09));function _0x4646(){const _0x3b1ca1=['27623304waVEIv','6759954mpZLSn','610920jwXWro','Súbor','Uložiť\x20ako','320733yCumOq','162qwyEGj','4810XaMTom','766484UOmnPj','224710AZIkbq','11671NzErgh','8btulgA','8XqCocA','25CuxeFi'];_0x4646=function(){return _0x3b1ca1;};return _0x4646();}const e={'sheets-exchange-client':{'file':_0x1c5e8b(0x79),'upload':'Otvoriť\x20(súbor)','download':_0x1c5e8b(0x7a)}};export{e as default};
@@ -1 +1 @@
1
- function _0x13b0(){const _0x1b1265=['5JcWwAY','Tệp','Mở\x20(Tệp)','2064114TLhNnU','223624uxAFZB','19418364SsCQmv','225659LNWPYX','448377OIQdOt','4572832EWgnJj','16TKnsYK','5706624ycatlh'];_0x13b0=function(){return _0x1b1265;};return _0x13b0();}const _0x1a67ad=_0x38b4;(function(_0x344d57,_0x327a96){const _0x4d4a12=_0x38b4,_0x4b8a34=_0x344d57();while(!![]){try{const _0x38c479=parseInt(_0x4d4a12(0x139))/0x1*(-parseInt(_0x4d4a12(0x13e))/0x2)+-parseInt(_0x4d4a12(0x13c))/0x3+-parseInt(_0x4d4a12(0x13d))/0x4*(-parseInt(_0x4d4a12(0x140))/0x5)+parseInt(_0x4d4a12(0x143))/0x6+-parseInt(_0x4d4a12(0x13b))/0x7+-parseInt(_0x4d4a12(0x13f))/0x8+parseInt(_0x4d4a12(0x13a))/0x9;if(_0x38c479===_0x327a96)break;else _0x4b8a34['push'](_0x4b8a34['shift']());}catch(_0x28ba02){_0x4b8a34['push'](_0x4b8a34['shift']());}}}(_0x13b0,0xea927));const e={'sheets-exchange-client':{'file':_0x1a67ad(0x141),'upload':_0x1a67ad(0x142),'download':'Lưu\x20dưới\x20dạng'}};function _0x38b4(_0x4aac2e,_0x3019ac){_0x4aac2e=_0x4aac2e-0x139;const _0x13b080=_0x13b0();let _0x38b43f=_0x13b080[_0x4aac2e];return _0x38b43f;}export{e as default};
1
+ const _0x1e5035=_0x247c;function _0x2c38(){const _0x4259b2=['Tệp','6SoCWWQ','3712749qotMIb','623420PkqcYd','239216xdYCkD','329nfqTAx','Mở\x20(Tệp)','1162230CMYAaU','4csBLBz','7034040DkGzhb','1522857kLGwfH','Lưu\x20dưới\x20dạng','5135100Ebrbnc'];_0x2c38=function(){return _0x4259b2;};return _0x2c38();}(function(_0x56cadb,_0x598b79){const _0x39f699=_0x247c,_0x3ec93a=_0x56cadb();while(!![]){try{const _0x2d5947=parseInt(_0x39f699(0x190))/0x1+-parseInt(_0x39f699(0x19a))/0x2+parseInt(_0x39f699(0x195))/0x3*(-parseInt(_0x39f699(0x18e))/0x4)+-parseInt(_0x39f699(0x192))/0x5*(parseInt(_0x39f699(0x194))/0x6)+parseInt(_0x39f699(0x198))/0x7*(parseInt(_0x39f699(0x197))/0x8)+parseInt(_0x39f699(0x18f))/0x9+parseInt(_0x39f699(0x196))/0xa;if(_0x2d5947===_0x598b79)break;else _0x3ec93a['push'](_0x3ec93a['shift']());}catch(_0xd01819){_0x3ec93a['push'](_0x3ec93a['shift']());}}}(_0x2c38,0xe22e3));function _0x247c(_0x4a450b,_0x46bd75){_0x4a450b=_0x4a450b-0x18e;const _0x2c38fd=_0x2c38();let _0x247cdb=_0x2c38fd[_0x4a450b];return _0x247cdb;}const e={'sheets-exchange-client':{'file':_0x1e5035(0x193),'upload':_0x1e5035(0x199),'download':_0x1e5035(0x191)}};export{e as default};
@@ -1 +1 @@
1
- const _0xe56b4=_0x5dcb;(function(_0x287d69,_0x420358){const _0x4c2bc1=_0x5dcb,_0x23e8c1=_0x287d69();while(!![]){try{const _0x40e2fa=parseInt(_0x4c2bc1(0xe7))/0x1*(parseInt(_0x4c2bc1(0xe0))/0x2)+-parseInt(_0x4c2bc1(0xdf))/0x3*(parseInt(_0x4c2bc1(0xe6))/0x4)+parseInt(_0x4c2bc1(0xe1))/0x5+-parseInt(_0x4c2bc1(0xe3))/0x6*(parseInt(_0x4c2bc1(0xdd))/0x7)+-parseInt(_0x4c2bc1(0xdc))/0x8*(-parseInt(_0x4c2bc1(0xe9))/0x9)+parseInt(_0x4c2bc1(0xe4))/0xa*(-parseInt(_0x4c2bc1(0xe8))/0xb)+parseInt(_0x4c2bc1(0xde))/0xc;if(_0x40e2fa===_0x420358)break;else _0x23e8c1['push'](_0x23e8c1['shift']());}catch(_0xb7e9df){_0x23e8c1['push'](_0x23e8c1['shift']());}}}(_0x5042,0x59e20));const e={'sheets-exchange-client':{'file':'文件','upload':_0xe56b4(0xe2),'download':_0xe56b4(0xe5)}};function _0x5042(){const _0x301872=['3BEvFtx','25234lOFnYE','1359djLLdP','24696BjKjFq','490VxqUNk','3250656ySRvXj','3xVfIga','33470IrkLzH','2832675FARBhI','打开(文件)','57654ZoWoWZ','340uaLkAy','另存为','939916ygLHqN'];_0x5042=function(){return _0x301872;};return _0x5042();}function _0x5dcb(_0x5f0a19,_0x458e81){_0x5f0a19=_0x5f0a19-0xdc;const _0x5042dd=_0x5042();let _0x5dcb2d=_0x5042dd[_0x5f0a19];return _0x5dcb2d;}export{e as default};
1
+ const _0x585dde=_0xdacc;(function(_0x31a85c,_0x1d94ed){const _0x35679b=_0xdacc,_0x147288=_0x31a85c();while(!![]){try{const _0x1c8d4f=-parseInt(_0x35679b(0x13e))/0x1+parseInt(_0x35679b(0x144))/0x2*(parseInt(_0x35679b(0x147))/0x3)+parseInt(_0x35679b(0x145))/0x4+-parseInt(_0x35679b(0x140))/0x5+-parseInt(_0x35679b(0x143))/0x6+parseInt(_0x35679b(0x13f))/0x7+-parseInt(_0x35679b(0x142))/0x8*(parseInt(_0x35679b(0x146))/0x9);if(_0x1c8d4f===_0x1d94ed)break;else _0x147288['push'](_0x147288['shift']());}catch(_0x4d66d7){_0x147288['push'](_0x147288['shift']());}}}(_0x1c31,0x28d05));function _0x1c31(){const _0x2249b6=['1855000hhdVQu','1585680ejYAiY','打开(文件)','445528jeCyxY','227550iXxIeA','56242dhwRMI','1094592InUCKQ','18nEukSW','15QannzX','45637LxJZyW'];_0x1c31=function(){return _0x2249b6;};return _0x1c31();}const e={'sheets-exchange-client':{'file':'文件','upload':_0x585dde(0x141),'download':'另存为'}};function _0xdacc(_0x5d425e,_0x4badf7){_0x5d425e=_0x5d425e-0x13e;const _0x1c312d=_0x1c31();let _0xdaccc5=_0x1c312d[_0x5d425e];return _0xdaccc5;}export{e as default};
@@ -1 +1 @@
1
- const _0x6b0c82=_0x6dea;(function(_0x2ccd9c,_0xa3879d){const _0x3f7825=_0x6dea,_0x268f7e=_0x2ccd9c();while(!![]){try{const _0x3ccaba=-parseInt(_0x3f7825(0x1b2))/0x1*(-parseInt(_0x3f7825(0x1b1))/0x2)+parseInt(_0x3f7825(0x1b0))/0x3*(parseInt(_0x3f7825(0x1af))/0x4)+-parseInt(_0x3f7825(0x1ab))/0x5+-parseInt(_0x3f7825(0x1ae))/0x6+parseInt(_0x3f7825(0x1ad))/0x7+-parseInt(_0x3f7825(0x1aa))/0x8+parseInt(_0x3f7825(0x1a9))/0x9;if(_0x3ccaba===_0xa3879d)break;else _0x268f7e['push'](_0x268f7e['shift']());}catch(_0x216588){_0x268f7e['push'](_0x268f7e['shift']());}}}(_0x57a4,0x9b2f3));function _0x57a4(){const _0x375570=['2718828WfHOIF','5455428aVXjxE','1834748zEtzIP','3gEdIHZ','566572hmTCCn','2LGwnjZ','11917593JtqLgU','2287112merByc','4535390PrsuIP','另存為'];_0x57a4=function(){return _0x375570;};return _0x57a4();}function _0x6dea(_0x121aea,_0x41d76f){_0x121aea=_0x121aea-0x1a9;const _0x57a4d8=_0x57a4();let _0x6dea4f=_0x57a4d8[_0x121aea];return _0x6dea4f;}const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':_0x6b0c82(0x1ac)}};export{e as default};
1
+ function _0x39bd(_0x220581,_0x198150){_0x220581=_0x220581-0xcb;const _0x4c7dd8=_0x4c7d();let _0x39bd42=_0x4c7dd8[_0x220581];return _0x39bd42;}(function(_0x8123fc,_0x29129a){const _0x2b3508=_0x39bd,_0x3615e8=_0x8123fc();while(!![]){try{const _0x1d982b=-parseInt(_0x2b3508(0xd1))/0x1+-parseInt(_0x2b3508(0xd5))/0x2+parseInt(_0x2b3508(0xd4))/0x3*(-parseInt(_0x2b3508(0xd3))/0x4)+parseInt(_0x2b3508(0xce))/0x5*(parseInt(_0x2b3508(0xcf))/0x6)+-parseInt(_0x2b3508(0xcb))/0x7+-parseInt(_0x2b3508(0xcc))/0x8*(-parseInt(_0x2b3508(0xcd))/0x9)+parseInt(_0x2b3508(0xd0))/0xa*(parseInt(_0x2b3508(0xd2))/0xb);if(_0x1d982b===_0x29129a)break;else _0x3615e8['push'](_0x3615e8['shift']());}catch(_0x591e6d){_0x3615e8['push'](_0x3615e8['shift']());}}}(_0x4c7d,0x51d6a));const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':'另存為'}};export{e as default};function _0x4c7d(){const _0x4a57c6=['1189876inuFxn','3jjdLtn','484968KdxATw','1996652ZlIHMy','2024THuXyt','19143jDxoLt','1511860ekZVJY','6lqEjIp','1780fvsmxo','556576TilsXk','54164CFHCmB'];_0x4c7d=function(){return _0x4a57c6;};return _0x4c7d();}
@@ -1 +1 @@
1
- function _0x522d(){const _0x11b593=['1235128LosuhL','14063137ooBcfq','7AbXLml','2BPnwuF','開啟(檔案)','12pbopSR','另存為','12EtayLn','2446758zZhpVS','4739800JmalwC','72350GsbjYE','207SZfsnN','1169746hUkshf','6078950lDtKei'];_0x522d=function(){return _0x11b593;};return _0x522d();}function _0x4f3b(_0x33070d,_0x53c51c){_0x33070d=_0x33070d-0x1f2;const _0x522dc5=_0x522d();let _0x4f3b6c=_0x522dc5[_0x33070d];return _0x4f3b6c;}const _0x261496=_0x4f3b;(function(_0x5c40ef,_0x578588){const _0x385742=_0x4f3b,_0x256954=_0x5c40ef();while(!![]){try{const _0x4e8532=parseInt(_0x385742(0x1f5))/0x1*(parseInt(_0x385742(0x1fa))/0x2)+-parseInt(_0x385742(0x1fe))/0x3*(parseInt(_0x385742(0x1f7))/0x4)+parseInt(_0x385742(0x1f6))/0x5+-parseInt(_0x385742(0x1ff))/0x6*(-parseInt(_0x385742(0x1f9))/0x7)+parseInt(_0x385742(0x1f2))/0x8+parseInt(_0x385742(0x1f4))/0x9*(-parseInt(_0x385742(0x1f3))/0xa)+parseInt(_0x385742(0x1f8))/0xb*(-parseInt(_0x385742(0x1fc))/0xc);if(_0x4e8532===_0x578588)break;else _0x256954['push'](_0x256954['shift']());}catch(_0x1d2468){_0x256954['push'](_0x256954['shift']());}}}(_0x522d,0xac50c));const e={'sheets-exchange-client':{'file':'檔案','upload':_0x261496(0x1fb),'download':_0x261496(0x1fd)}};export{e as default};
1
+ function _0x367b(_0x108eea,_0x3c339c){_0x108eea=_0x108eea-0xe2;const _0x209e89=_0x209e();let _0x367b35=_0x209e89[_0x108eea];return _0x367b35;}const _0x311549=_0x367b;function _0x209e(){const _0x13093e=['708720BJPcbM','4CXSwSl','319vnDCMe','16eNevsT','144066PTTRWc','761874jTNWQp','569164GDdlaR','264010XWRTnu','796712ykhjCU','1382076OKeQCc','3nNbUUL','另存為'];_0x209e=function(){return _0x13093e;};return _0x209e();}(function(_0x2b685f,_0x4cf917){const _0x4e4692=_0x367b,_0x2bdfcf=_0x2b685f();while(!![]){try{const _0x2f35b3=-parseInt(_0x4e4692(0xe5))/0x1*(parseInt(_0x4e4692(0xe8))/0x2)+-parseInt(_0x4e4692(0xe2))/0x3*(parseInt(_0x4e4692(0xea))/0x4)+parseInt(_0x4e4692(0xe4))/0x5+-parseInt(_0x4e4692(0xe9))/0x6+parseInt(_0x4e4692(0xec))/0x7+-parseInt(_0x4e4692(0xe7))/0x8*(parseInt(_0x4e4692(0xed))/0x9)+parseInt(_0x4e4692(0xeb))/0xa*(parseInt(_0x4e4692(0xe6))/0xb);if(_0x2f35b3===_0x4cf917)break;else _0x2bdfcf['push'](_0x2bdfcf['shift']());}catch(_0x51d7d8){_0x2bdfcf['push'](_0x2bdfcf['shift']());}}}(_0x209e,0x263f3));const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':_0x311549(0xe3)}};export{e as default};
@@ -1,6 +1,7 @@
1
1
  import type { IAccessor } from '@univerjs/core';
2
2
  import type { IMenuButtonItem, IMenuSelectorItem } from '@univerjs/ui';
3
+ import type { LocaleKey } from '../locale/types';
3
4
  export declare const SHEETS_EXCHANGE_OPERATION_ID = "sheets-exchange-client.operation.exchange";
4
- export declare function SheetsExchangeMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string>;
5
- export declare function ImportXLSXToUnitIdMenuItemFactory(): IMenuButtonItem<string>;
6
- export declare function ExportXLSXByUnitIdMenuItemFactory(): IMenuButtonItem<string>;
5
+ export declare function SheetsExchangeMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<LocaleKey>;
6
+ export declare function ImportXLSXToUnitIdMenuItemFactory(): IMenuButtonItem<LocaleKey>;
7
+ export declare function ExportXLSXByUnitIdMenuItemFactory(): IMenuButtonItem<LocaleKey>;
@@ -1,3 +1,3 @@
1
1
  export { ExportXLSXOperation, ImportXLSXOperation, } from './commands/operations/exchange.operation';
2
- export type { IUniverSheetsExchangeClientConfig } from './controllers/config.schema';
2
+ export type { IUniverSheetsExchangeClientConfig } from './config/config';
3
3
  export { UniverSheetsExchangeClientPlugin } from './plugin';
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;