@univerjs/sheets-formula 0.2.11 → 0.2.13

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 (48) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +576 -436
  3. package/lib/locale/en-US.json +208 -193
  4. package/lib/locale/ru-RU.json +208 -193
  5. package/lib/locale/vi-VN.json +539 -44
  6. package/lib/locale/zh-CN.json +216 -201
  7. package/lib/locale/zh-TW.json +222 -207
  8. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
  9. package/lib/types/common/plugin-name.d.ts +1 -1
  10. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -1
  11. package/lib/types/controllers/config.schema.d.ts +32 -0
  12. package/lib/types/controllers/formula-ui.controller.d.ts +4 -13
  13. package/lib/types/controllers/menu.schema.d.ts +2 -0
  14. package/lib/types/controllers/prompt.controller.d.ts +7 -6
  15. package/lib/types/controllers/utils/ref-range-formula.d.ts +6 -0
  16. package/lib/types/formula-ui-plugin.d.ts +8 -5
  17. package/lib/types/locale/en-US.d.ts +106 -91
  18. package/lib/types/locale/function-list/information/en-US.d.ts +3 -20
  19. package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -20
  20. package/lib/types/locale/function-list/information/vi-VN.d.ts +37 -0
  21. package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -20
  22. package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -20
  23. package/lib/types/locale/function-list/logical/en-US.d.ts +22 -10
  24. package/lib/types/locale/function-list/logical/ja-JP.d.ts +22 -10
  25. package/lib/types/locale/function-list/logical/vi-VN.d.ts +22 -10
  26. package/lib/types/locale/function-list/logical/zh-CN.d.ts +22 -10
  27. package/lib/types/locale/function-list/logical/zh-TW.d.ts +22 -10
  28. package/lib/types/locale/function-list/lookup/en-US.d.ts +46 -14
  29. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +46 -14
  30. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +126 -4
  31. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +46 -14
  32. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +46 -14
  33. package/lib/types/locale/function-list/math/en-US.d.ts +35 -47
  34. package/lib/types/locale/function-list/math/ja-JP.d.ts +35 -47
  35. package/lib/types/locale/function-list/math/vi-VN.d.ts +276 -0
  36. package/lib/types/locale/function-list/math/zh-CN.d.ts +35 -47
  37. package/lib/types/locale/function-list/math/zh-TW.d.ts +35 -47
  38. package/lib/types/locale/ru-RU.d.ts +106 -91
  39. package/lib/types/locale/vi-VN.d.ts +461 -14
  40. package/lib/types/locale/zh-CN.d.ts +106 -91
  41. package/lib/types/locale/zh-TW.d.ts +106 -91
  42. package/lib/types/services/description.service.d.ts +4 -4
  43. package/lib/types/services/prompt.service.d.ts +1 -1
  44. package/lib/types/services/register-function.service.d.ts +1 -1
  45. package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
  46. package/lib/types/views/more-functions/interface.d.ts +1 -1
  47. package/lib/umd/index.js +4 -4
  48. package/package.json +27 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-formula",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "private": false,
5
5
  "author": "DreamNum <developer@univer.ai>",
6
6
  "license": "Apache-2.0",
@@ -51,39 +51,41 @@
51
51
  "peerDependencies": {
52
52
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
53
53
  "rxjs": ">=7.0.0",
54
- "@univerjs/engine-formula": "0.2.11",
55
- "@univerjs/core": "0.2.11",
56
- "@univerjs/design": "0.2.11",
57
- "@univerjs/docs": "0.2.11",
58
- "@univerjs/engine-render": "0.2.11",
59
- "@univerjs/rpc": "0.2.11",
60
- "@univerjs/sheets": "0.2.11",
61
- "@univerjs/sheets-ui": "0.2.11",
62
- "@univerjs/ui": "0.2.11"
54
+ "@univerjs/core": "0.2.13",
55
+ "@univerjs/design": "0.2.13",
56
+ "@univerjs/docs-ui": "0.2.13",
57
+ "@univerjs/engine-formula": "0.2.13",
58
+ "@univerjs/engine-render": "0.2.13",
59
+ "@univerjs/rpc": "0.2.13",
60
+ "@univerjs/sheets-ui": "0.2.13",
61
+ "@univerjs/sheets": "0.2.13",
62
+ "@univerjs/docs": "0.2.13",
63
+ "@univerjs/ui": "0.2.13"
63
64
  },
64
65
  "dependencies": {
65
- "@univerjs/icons": "^0.1.77"
66
+ "@univerjs/icons": "^0.1.78",
67
+ "@univerjs/core": "0.2.13",
68
+ "@univerjs/design": "0.2.13",
69
+ "@univerjs/docs": "0.2.13",
70
+ "@univerjs/docs-ui": "0.2.13",
71
+ "@univerjs/engine-render": "0.2.13",
72
+ "@univerjs/engine-formula": "0.2.13",
73
+ "@univerjs/rpc": "0.2.13",
74
+ "@univerjs/sheets": "0.2.13",
75
+ "@univerjs/sheets-numfmt": "0.2.13",
76
+ "@univerjs/sheets-ui": "0.2.13",
77
+ "@univerjs/ui": "0.2.13"
66
78
  },
67
79
  "devDependencies": {
68
- "@types/react": "^18.3.4",
80
+ "@types/react": "^18.3.5",
69
81
  "@vitejs/plugin-react": "^4.3.1",
70
82
  "less": "^4.2.0",
71
83
  "react": "18.3.1",
72
84
  "rxjs": "^7.8.1",
73
- "typescript": "^5.5.4",
74
- "vite": "^5.4.2",
85
+ "typescript": "^5.6.2",
86
+ "vite": "^5.4.4",
75
87
  "vitest": "^2.0.5",
76
- "@univerjs/core": "0.2.11",
77
- "@univerjs/design": "0.2.11",
78
- "@univerjs/docs": "0.2.11",
79
- "@univerjs/engine-render": "0.2.11",
80
- "@univerjs/engine-formula": "0.2.11",
81
- "@univerjs/rpc": "0.2.11",
82
- "@univerjs/sheets": "0.2.11",
83
- "@univerjs/shared": "0.2.11",
84
- "@univerjs/sheets-ui": "0.2.11",
85
- "@univerjs/sheets-numfmt": "0.2.11",
86
- "@univerjs/ui": "0.2.11"
88
+ "@univerjs-infra/shared": "0.2.13"
87
89
  },
88
90
  "univerSpace": {
89
91
  ".": {