@univerjs-pro/sheets-exchange-client 1.0.0-alpha.8 → 1.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +1 -1
  2. package/lib/cjs/facade.js +1 -0
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -0
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/exchange.operation.d.ts +17 -3
  66. package/lib/types/config/config.d.ts +17 -0
  67. package/lib/types/controllers/menu.d.ts +2 -2
  68. package/lib/types/facade/f-univer.d.ts +138 -0
  69. package/lib/types/facade/index.d.ts +2 -0
  70. package/lib/types/index.d.ts +2 -0
  71. package/lib/types/services/sheet-exchange-operate.service.d.ts +22 -0
  72. package/lib/types/services/sheet-exchange.service.d.ts +27 -0
  73. package/lib/umd/facade.js +1 -0
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +20 -8
@@ -1 +1 @@
1
- function _0x16db(){var _0xab7c48=['amd','815VSCkLC','32801450qxWCNy','UniverProSheetsExchangeClientZhTW','1043fWgKpM','125336FSJGwb','object','13254QNmHol','function','13204674qTnFur','4lNEKWc','開啟(檔案)','8552UNXrhI','4260717rVyxdU','4968800jAGDbN'];_0x16db=function(){return _0xab7c48;};return _0x16db();}function _0x12de(_0x117ca9,_0x2437f5){_0x117ca9=_0x117ca9-0x132;var _0x16db21=_0x16db();var _0x12dea8=_0x16db21[_0x117ca9];return _0x12dea8;}(function(_0x43ba26,_0x5dd1b8){var _0x4a18f8=_0x12de,_0x224673=_0x43ba26();while(!![]){try{var _0x192568=-parseInt(_0x4a18f8(0x13b))/0x1*(parseInt(_0x4a18f8(0x136))/0x2)+parseInt(_0x4a18f8(0x13e))/0x3+parseInt(_0x4a18f8(0x13f))/0x4+-parseInt(_0x4a18f8(0x132))/0x5*(-parseInt(_0x4a18f8(0x138))/0x6)+-parseInt(_0x4a18f8(0x135))/0x7*(parseInt(_0x4a18f8(0x13d))/0x8)+parseInt(_0x4a18f8(0x13a))/0x9+-parseInt(_0x4a18f8(0x133))/0xa;if(_0x192568===_0x5dd1b8)break;else _0x224673['push'](_0x224673['shift']());}catch(_0x53d1b2){_0x224673['push'](_0x224673['shift']());}}}(_0x16db,0xc336a),function(_0x51bcc7,_0x51e74f){var _0x44c07b=_0x12de;typeof exports==_0x44c07b(0x137)&&typeof module<'u'?module['exports']=_0x51e74f():typeof define==_0x44c07b(0x139)&&define[_0x44c07b(0x140)]?define([],_0x51e74f):(_0x51bcc7=typeof globalThis<'u'?globalThis:_0x51bcc7||self,_0x51bcc7[_0x44c07b(0x134)]=_0x51e74f());}(this,function(){var _0x3f963d=_0x12de;return{'sheets-exchange-client':{'file':'檔案','upload':_0x3f963d(0x13c),'download':'另存為'}};}));
1
+ (function(_0xf28340,_0x2ea1e6){var _0xc72391=_0x4bae,_0x50e700=_0xf28340();while(!![]){try{var _0x27365f=-parseInt(_0xc72391(0x188))/0x1+-parseInt(_0xc72391(0x184))/0x2*(parseInt(_0xc72391(0x186))/0x3)+parseInt(_0xc72391(0x189))/0x4+-parseInt(_0xc72391(0x185))/0x5+-parseInt(_0xc72391(0x180))/0x6+parseInt(_0xc72391(0x18c))/0x7+parseInt(_0xc72391(0x183))/0x8;if(_0x27365f===_0x2ea1e6)break;else _0x50e700['push'](_0x50e700['shift']());}catch(_0x533a1d){_0x50e700['push'](_0x50e700['shift']());}}}(_0x207f,0xe28f0),function(_0x41f159,_0x4a2fc0){var _0x63d965=_0x4bae;typeof exports==_0x63d965(0x18a)&&typeof module<'u'?module[_0x63d965(0x182)]=_0x4a2fc0():typeof define==_0x63d965(0x17f)&&define[_0x63d965(0x18b)]?define([],_0x4a2fc0):(_0x41f159=typeof globalThis<'u'?globalThis:_0x41f159||self,_0x41f159['UniverProSheetsExchangeClientZhTW']=_0x4a2fc0());}(this,function(){var _0x10640b=_0x4bae;return{'sheets-exchange-client':{'file':'檔案','upload':_0x10640b(0x181),'download':_0x10640b(0x187)}};}));function _0x4bae(_0x5efc3a,_0x51dcf5){_0x5efc3a=_0x5efc3a-0x17f;var _0x207f44=_0x207f();var _0x4bae9e=_0x207f44[_0x5efc3a];return _0x4bae9e;}function _0x207f(){var _0x4c2e88=['5100040lLLsul','object','amd','5555830XglZoF','function','3718860EBZsdU','開啟(檔案)','exports','7555640fgUjKb','48NyVnVM','2451595enkuAT','66819ajatQA','另存為','440490tGBTgF'];_0x207f=function(){return _0x4c2e88;};return _0x207f();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-exchange-client",
3
- "version": "1.0.0-alpha.8",
3
+ "version": "1.0.0-beta.0",
4
4
  "private": false,
5
5
  "description": "Spreadsheet import and export client integration for Univer Pro.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -39,6 +39,16 @@
39
39
  "require": "./lib/cjs/locale/*.js",
40
40
  "types": "./lib/types/locale/*.d.ts"
41
41
  },
42
+ "./facade": {
43
+ "import": "./lib/es/facade.js",
44
+ "require": "./lib/cjs/facade.js",
45
+ "types": "./lib/types/facade/index.d.ts"
46
+ },
47
+ "./lib/facade": {
48
+ "import": "./lib/es/facade.js",
49
+ "require": "./lib/cjs/facade.js",
50
+ "types": "./lib/types/facade/index.d.ts"
51
+ },
42
52
  "./lib/*": "./lib/*"
43
53
  },
44
54
  "main": "./lib/es/index.js",
@@ -53,17 +63,19 @@
53
63
  "lib"
54
64
  ],
55
65
  "dependencies": {
56
- "@univerjs-pro/exchange-client": "1.0.0-alpha.8",
57
- "@univerjs-pro/license": "1.0.0-alpha.8",
58
- "@univerjs/core": "1.0.0-alpha.8",
59
- "@univerjs/sheets": "1.0.0-alpha.8",
60
- "@univerjs/sheets-ui": "1.0.0-alpha.8",
61
- "@univerjs/ui": "1.0.0-alpha.8"
66
+ "@univerjs-pro/exchange-client": "1.0.0-beta.0",
67
+ "@univerjs-pro/collaboration": "1.0.0-beta.0",
68
+ "@univerjs-pro/license": "1.0.0-beta.0",
69
+ "@univerjs/core": "1.0.0-beta.0",
70
+ "@univerjs/sheets": "1.0.0-beta.0",
71
+ "@univerjs/sheets-ui": "1.0.0-beta.0",
72
+ "@univerjs/ui": "1.0.0-beta.0"
62
73
  },
63
74
  "devDependencies": {
64
75
  "typescript": "^6.0.3",
65
76
  "vitest": "^4.1.10",
66
- "@univerjs-infra/shared": "1.0.0-alpha.8"
77
+ "@univerjs-infra/shared": "1.0.0-beta.0",
78
+ "@univerjs/protocol": "1.0.0-beta.0"
67
79
  },
68
80
  "scripts": {
69
81
  "test": "vitest run",