@univerjs/sheets-formula 0.2.14 → 0.3.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 (34) hide show
  1. package/lib/cjs/index.js +3 -3
  2. package/lib/es/index.js +672 -375
  3. package/lib/locale/en-US.json +485 -333
  4. package/lib/locale/ru-RU.json +484 -332
  5. package/lib/locale/vi-VN.json +716 -208
  6. package/lib/locale/zh-CN.json +487 -335
  7. package/lib/locale/zh-TW.json +487 -335
  8. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
  9. package/lib/types/controllers/formula-alert-render.controller.d.ts +5 -2
  10. package/lib/types/controllers/prompt.controller.d.ts +2 -1
  11. package/lib/types/controllers/update-formula.controller.d.ts +1 -1
  12. package/lib/types/index.d.ts +1 -1
  13. package/lib/types/locale/en-US.d.ts +265 -113
  14. package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
  15. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
  16. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
  17. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
  18. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
  19. package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
  20. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
  21. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
  22. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
  23. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
  24. package/lib/types/locale/function-list/text/en-US.d.ts +8 -4
  25. package/lib/types/locale/function-list/text/ja-JP.d.ts +8 -4
  26. package/lib/types/locale/function-list/text/ru-RU.d.ts +8 -4
  27. package/lib/types/locale/function-list/text/zh-CN.d.ts +8 -4
  28. package/lib/types/locale/function-list/text/zh-TW.d.ts +8 -4
  29. package/lib/types/locale/ru-RU.d.ts +265 -113
  30. package/lib/types/locale/vi-VN.d.ts +538 -66
  31. package/lib/types/locale/zh-CN.d.ts +265 -113
  32. package/lib/types/locale/zh-TW.d.ts +265 -113
  33. package/lib/umd/index.js +3 -3
  34. package/package.json +26 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-formula",
3
- "version": "0.2.14",
3
+ "version": "0.3.0-alpha.0",
4
4
  "private": false,
5
5
  "author": "DreamNum <developer@univer.ai>",
6
6
  "license": "Apache-2.0",
@@ -19,9 +19,6 @@
19
19
  "keywords": [
20
20
  "univer"
21
21
  ],
22
- "sideEffects": [
23
- "**/*.css"
24
- ],
25
22
  "exports": {
26
23
  ".": {
27
24
  "import": "./lib/es/index.js",
@@ -51,41 +48,41 @@
51
48
  "peerDependencies": {
52
49
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
53
50
  "rxjs": ">=7.0.0",
54
- "@univerjs/core": "0.2.14",
55
- "@univerjs/design": "0.2.14",
56
- "@univerjs/docs-ui": "0.2.14",
57
- "@univerjs/engine-formula": "0.2.14",
58
- "@univerjs/engine-render": "0.2.14",
59
- "@univerjs/docs": "0.2.14",
60
- "@univerjs/rpc": "0.2.14",
61
- "@univerjs/sheets-ui": "0.2.14",
62
- "@univerjs/sheets": "0.2.14",
63
- "@univerjs/ui": "0.2.14"
51
+ "@univerjs/design": "0.3.0-alpha.0",
52
+ "@univerjs/docs": "0.3.0-alpha.0",
53
+ "@univerjs/core": "0.3.0-alpha.0",
54
+ "@univerjs/docs-ui": "0.3.0-alpha.0",
55
+ "@univerjs/engine-formula": "0.3.0-alpha.0",
56
+ "@univerjs/engine-render": "0.3.0-alpha.0",
57
+ "@univerjs/rpc": "0.3.0-alpha.0",
58
+ "@univerjs/sheets": "0.3.0-alpha.0",
59
+ "@univerjs/sheets-ui": "0.3.0-alpha.0",
60
+ "@univerjs/ui": "0.3.0-alpha.0"
64
61
  },
65
62
  "dependencies": {
66
63
  "@univerjs/icons": "^0.1.78",
67
- "@univerjs/core": "0.2.14",
68
- "@univerjs/design": "0.2.14",
69
- "@univerjs/docs-ui": "0.2.14",
70
- "@univerjs/engine-formula": "0.2.14",
71
- "@univerjs/engine-render": "0.2.14",
72
- "@univerjs/rpc": "0.2.14",
73
- "@univerjs/docs": "0.2.14",
74
- "@univerjs/sheets": "0.2.14",
75
- "@univerjs/sheets-numfmt": "0.2.14",
76
- "@univerjs/sheets-ui": "0.2.14",
77
- "@univerjs/ui": "0.2.14"
64
+ "@univerjs/design": "0.3.0-alpha.0",
65
+ "@univerjs/core": "0.3.0-alpha.0",
66
+ "@univerjs/docs": "0.3.0-alpha.0",
67
+ "@univerjs/engine-formula": "0.3.0-alpha.0",
68
+ "@univerjs/docs-ui": "0.3.0-alpha.0",
69
+ "@univerjs/engine-render": "0.3.0-alpha.0",
70
+ "@univerjs/rpc": "0.3.0-alpha.0",
71
+ "@univerjs/sheets": "0.3.0-alpha.0",
72
+ "@univerjs/sheets-numfmt": "0.3.0-alpha.0",
73
+ "@univerjs/sheets-ui": "0.3.0-alpha.0",
74
+ "@univerjs/ui": "0.3.0-alpha.0"
78
75
  },
79
76
  "devDependencies": {
80
- "@types/react": "^18.3.5",
77
+ "@types/react": "^18.3.9",
81
78
  "@vitejs/plugin-react": "^4.3.1",
82
79
  "less": "^4.2.0",
83
80
  "react": "18.3.1",
84
81
  "rxjs": "^7.8.1",
85
82
  "typescript": "^5.6.2",
86
- "vite": "^5.4.4",
87
- "vitest": "^2.0.5",
88
- "@univerjs-infra/shared": "0.2.14"
83
+ "vite": "^5.4.8",
84
+ "vitest": "^2.1.1",
85
+ "@univerjs-infra/shared": "0.3.0-alpha.0"
89
86
  },
90
87
  "univerSpace": {
91
88
  ".": {