@univerjs/sheets-formula 0.2.5 → 0.2.7

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 (44) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +4695 -4511
  3. package/lib/locale/en-US.json +246 -172
  4. package/lib/locale/ru-RU.json +172 -146
  5. package/lib/locale/vi-VN.json +1986 -1481
  6. package/lib/locale/zh-CN.json +287 -213
  7. package/lib/locale/zh-TW.json +371 -329
  8. package/lib/types/controllers/prompt.controller.d.ts +3 -5
  9. package/lib/types/formula-ui-plugin.d.ts +1 -1
  10. package/lib/types/index.d.ts +1 -0
  11. package/lib/types/locale/en-US.d.ts +143 -69
  12. package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
  13. package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
  14. package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
  15. package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
  16. package/lib/types/locale/function-list/logical/en-US.d.ts +31 -33
  17. package/lib/types/locale/function-list/logical/ja-JP.d.ts +31 -33
  18. package/lib/types/locale/function-list/logical/vi-VN.d.ts +31 -33
  19. package/lib/types/locale/function-list/logical/zh-CN.d.ts +31 -33
  20. package/lib/types/locale/function-list/logical/zh-TW.d.ts +31 -33
  21. package/lib/types/locale/function-list/lookup/en-US.d.ts +54 -26
  22. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +54 -26
  23. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
  24. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +54 -26
  25. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +54 -26
  26. package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
  27. package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
  28. package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
  29. package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
  30. package/lib/types/locale/function-list/math/zh-TW.d.ts +23 -79
  31. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
  32. package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
  33. package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
  34. package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
  35. package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
  36. package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
  37. package/lib/types/locale/ru-RU.d.ts +87 -61
  38. package/lib/types/locale/vi-VN.d.ts +953 -482
  39. package/lib/types/locale/zh-CN.d.ts +143 -69
  40. package/lib/types/locale/zh-TW.d.ts +196 -154
  41. package/lib/types/services/prompt.service.d.ts +5 -1
  42. package/lib/types/services/render-services/ref-selections.render-service.d.ts +4 -2
  43. package/lib/umd/index.js +4 -4
  44. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-formula",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "private": false,
5
5
  "author": "DreamNum <developer@univer.ai>",
6
6
  "license": "Apache-2.0",
@@ -51,18 +51,18 @@
51
51
  "peerDependencies": {
52
52
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
53
53
  "rxjs": ">=7.0.0",
54
- "@univerjs/design": "0.2.5",
55
- "@univerjs/core": "0.2.5",
56
- "@univerjs/docs": "0.2.5",
57
- "@univerjs/engine-formula": "0.2.5",
58
- "@univerjs/engine-render": "0.2.5",
59
- "@univerjs/rpc": "0.2.5",
60
- "@univerjs/sheets": "0.2.5",
61
- "@univerjs/sheets-ui": "0.2.5",
62
- "@univerjs/ui": "0.2.5"
54
+ "@univerjs/core": "0.2.7",
55
+ "@univerjs/design": "0.2.7",
56
+ "@univerjs/docs": "0.2.7",
57
+ "@univerjs/engine-render": "0.2.7",
58
+ "@univerjs/engine-formula": "0.2.7",
59
+ "@univerjs/sheets": "0.2.7",
60
+ "@univerjs/sheets-ui": "0.2.7",
61
+ "@univerjs/rpc": "0.2.7",
62
+ "@univerjs/ui": "0.2.7"
63
63
  },
64
64
  "dependencies": {
65
- "@univerjs/icons": "^0.1.65"
65
+ "@univerjs/icons": "^0.1.72"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/react": "^18.3.3",
@@ -70,20 +70,20 @@
70
70
  "less": "^4.2.0",
71
71
  "react": "18.3.1",
72
72
  "rxjs": "^7.8.1",
73
- "typescript": "^5.5.3",
74
- "vite": "^5.3.4",
75
- "vitest": "^2.0.3",
76
- "@univerjs/core": "0.2.5",
77
- "@univerjs/design": "0.2.5",
78
- "@univerjs/docs": "0.2.5",
79
- "@univerjs/engine-formula": "0.2.5",
80
- "@univerjs/engine-render": "0.2.5",
81
- "@univerjs/rpc": "0.2.5",
82
- "@univerjs/shared": "0.2.5",
83
- "@univerjs/sheets": "0.2.5",
84
- "@univerjs/sheets-numfmt": "0.2.5",
85
- "@univerjs/sheets-ui": "0.2.5",
86
- "@univerjs/ui": "0.2.5"
73
+ "typescript": "^5.5.4",
74
+ "vite": "^5.3.5",
75
+ "vitest": "^2.0.5",
76
+ "@univerjs/core": "0.2.7",
77
+ "@univerjs/design": "0.2.7",
78
+ "@univerjs/docs": "0.2.7",
79
+ "@univerjs/engine-formula": "0.2.7",
80
+ "@univerjs/engine-render": "0.2.7",
81
+ "@univerjs/rpc": "0.2.7",
82
+ "@univerjs/sheets": "0.2.7",
83
+ "@univerjs/sheets-numfmt": "0.2.7",
84
+ "@univerjs/sheets-ui": "0.2.7",
85
+ "@univerjs/shared": "0.2.7",
86
+ "@univerjs/ui": "0.2.7"
87
87
  },
88
88
  "univerSpace": {
89
89
  ".": {