@univerjs/sheets-formula 0.2.8 → 0.2.10

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 (37) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +908 -451
  3. package/lib/locale/en-US.json +595 -351
  4. package/lib/locale/ru-RU.json +595 -351
  5. package/lib/locale/vi-VN.json +666 -322
  6. package/lib/locale/zh-CN.json +604 -360
  7. package/lib/locale/zh-TW.json +603 -359
  8. package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -3
  9. package/lib/types/controllers/prompt.controller.d.ts +6 -1
  10. package/lib/types/locale/en-US.d.ts +464 -220
  11. package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
  12. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
  13. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
  14. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
  15. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
  16. package/lib/types/locale/function-list/engineering/en-US.d.ts +32 -112
  17. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +32 -112
  18. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +32 -112
  19. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +32 -112
  20. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +32 -112
  21. package/lib/types/locale/function-list/financial/en-US.d.ts +364 -52
  22. package/lib/types/locale/function-list/financial/ja-JP.d.ts +364 -52
  23. package/lib/types/locale/function-list/financial/vi-VN.d.ts +412 -46
  24. package/lib/types/locale/function-list/financial/zh-CN.d.ts +364 -52
  25. package/lib/types/locale/function-list/financial/zh-TW.d.ts +364 -52
  26. package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
  27. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
  28. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
  29. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
  30. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
  31. package/lib/types/locale/ru-RU.d.ts +464 -220
  32. package/lib/types/locale/vi-VN.d.ts +494 -160
  33. package/lib/types/locale/zh-CN.d.ts +464 -220
  34. package/lib/types/locale/zh-TW.d.ts +464 -220
  35. package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -3
  36. package/lib/umd/index.js +4 -4
  37. package/package.json +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-formula",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "private": false,
5
5
  "author": "DreamNum <developer@univer.ai>",
6
6
  "license": "Apache-2.0",
@@ -51,39 +51,39 @@
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.8",
55
- "@univerjs/docs": "0.2.8",
56
- "@univerjs/core": "0.2.8",
57
- "@univerjs/engine-formula": "0.2.8",
58
- "@univerjs/rpc": "0.2.8",
59
- "@univerjs/engine-render": "0.2.8",
60
- "@univerjs/sheets-ui": "0.2.8",
61
- "@univerjs/sheets": "0.2.8",
62
- "@univerjs/ui": "0.2.8"
54
+ "@univerjs/design": "0.2.10",
55
+ "@univerjs/docs": "0.2.10",
56
+ "@univerjs/core": "0.2.10",
57
+ "@univerjs/engine-formula": "0.2.10",
58
+ "@univerjs/engine-render": "0.2.10",
59
+ "@univerjs/sheets": "0.2.10",
60
+ "@univerjs/sheets-ui": "0.2.10",
61
+ "@univerjs/ui": "0.2.10",
62
+ "@univerjs/rpc": "0.2.10"
63
63
  },
64
64
  "dependencies": {
65
- "@univerjs/icons": "^0.1.73"
65
+ "@univerjs/icons": "^0.1.77"
66
66
  },
67
67
  "devDependencies": {
68
- "@types/react": "^18.3.3",
68
+ "@types/react": "^18.3.4",
69
69
  "@vitejs/plugin-react": "^4.3.1",
70
70
  "less": "^4.2.0",
71
71
  "react": "18.3.1",
72
72
  "rxjs": "^7.8.1",
73
73
  "typescript": "^5.5.4",
74
- "vite": "^5.4.0",
74
+ "vite": "^5.4.2",
75
75
  "vitest": "^2.0.5",
76
- "@univerjs/core": "0.2.8",
77
- "@univerjs/design": "0.2.8",
78
- "@univerjs/docs": "0.2.8",
79
- "@univerjs/engine-render": "0.2.8",
80
- "@univerjs/rpc": "0.2.8",
81
- "@univerjs/sheets": "0.2.8",
82
- "@univerjs/engine-formula": "0.2.8",
83
- "@univerjs/shared": "0.2.8",
84
- "@univerjs/sheets-numfmt": "0.2.8",
85
- "@univerjs/sheets-ui": "0.2.8",
86
- "@univerjs/ui": "0.2.8"
76
+ "@univerjs/core": "0.2.10",
77
+ "@univerjs/design": "0.2.10",
78
+ "@univerjs/docs": "0.2.10",
79
+ "@univerjs/engine-formula": "0.2.10",
80
+ "@univerjs/rpc": "0.2.10",
81
+ "@univerjs/engine-render": "0.2.10",
82
+ "@univerjs/sheets": "0.2.10",
83
+ "@univerjs/sheets-numfmt": "0.2.10",
84
+ "@univerjs/shared": "0.2.10",
85
+ "@univerjs/sheets-ui": "0.2.10",
86
+ "@univerjs/ui": "0.2.10"
87
87
  },
88
88
  "univerSpace": {
89
89
  ".": {