@univerjs/sheets-formula 0.1.17 → 0.2.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.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +1013 -1000
- package/lib/locale/en-US.json +150 -159
- package/lib/locale/ru-RU.json +150 -159
- package/lib/locale/zh-CN.json +154 -163
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
- package/lib/types/controllers/formula-editor-show.controller.d.ts +2 -6
- package/lib/types/controllers/trigger-calculation.controller.d.ts +5 -1
- package/lib/types/controllers/update-formula.controller.d.ts +3 -1
- package/lib/types/index.d.ts +9 -0
- package/lib/types/locale/en-US.d.ts +69 -78
- package/lib/types/locale/function-list/date/en-US.d.ts +9 -22
- package/lib/types/locale/function-list/date/ja-JP.d.ts +9 -22
- package/lib/types/locale/function-list/date/zh-CN.d.ts +9 -22
- package/lib/types/locale/function-list/math/en-US.d.ts +9 -37
- package/lib/types/locale/function-list/math/ja-JP.d.ts +9 -37
- package/lib/types/locale/function-list/math/zh-CN.d.ts +9 -37
- package/lib/types/locale/function-list/statistical/en-US.d.ts +51 -19
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +53 -21
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +51 -19
- package/lib/types/locale/ru-RU.d.ts +69 -78
- package/lib/types/locale/zh-CN.d.ts +69 -78
- package/lib/umd/index.js +4 -4
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-formula",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "DreamNum <developer@univer.ai>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,41 +49,41 @@
|
|
|
49
49
|
"lib"
|
|
50
50
|
],
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@wendellhu/redi": "0.15.
|
|
52
|
+
"@wendellhu/redi": "0.15.5",
|
|
53
53
|
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
|
|
54
54
|
"rxjs": ">=7.0.0",
|
|
55
|
-
"@univerjs/core": "0.
|
|
56
|
-
"@univerjs/
|
|
57
|
-
"@univerjs/
|
|
58
|
-
"@univerjs/engine-formula": "0.
|
|
59
|
-
"@univerjs/engine-render": "0.
|
|
60
|
-
"@univerjs/sheets": "0.
|
|
61
|
-
"@univerjs/
|
|
62
|
-
"@univerjs/
|
|
55
|
+
"@univerjs/core": "0.2.0",
|
|
56
|
+
"@univerjs/docs": "0.2.0",
|
|
57
|
+
"@univerjs/design": "0.2.0",
|
|
58
|
+
"@univerjs/engine-formula": "0.2.0",
|
|
59
|
+
"@univerjs/engine-render": "0.2.0",
|
|
60
|
+
"@univerjs/sheets-ui": "0.2.0",
|
|
61
|
+
"@univerjs/ui": "0.2.0",
|
|
62
|
+
"@univerjs/sheets": "0.2.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@univerjs/icons": "^0.1.
|
|
65
|
+
"@univerjs/icons": "^0.1.58"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/react": "^18.3.3",
|
|
69
69
|
"@vitejs/plugin-react": "^4.3.1",
|
|
70
|
-
"@wendellhu/redi": "0.15.
|
|
70
|
+
"@wendellhu/redi": "0.15.5",
|
|
71
71
|
"less": "^4.2.0",
|
|
72
72
|
"react": "18.3.1",
|
|
73
73
|
"rxjs": "^7.8.1",
|
|
74
|
-
"typescript": "^5.
|
|
75
|
-
"vite": "^5.3.
|
|
74
|
+
"typescript": "^5.5.3",
|
|
75
|
+
"vite": "^5.3.3",
|
|
76
76
|
"vitest": "^1.6.0",
|
|
77
|
-
"@univerjs/core": "0.
|
|
78
|
-
"@univerjs/design": "0.
|
|
79
|
-
"@univerjs/docs": "0.
|
|
80
|
-
"@univerjs/engine-formula": "0.
|
|
81
|
-
"@univerjs/engine-render": "0.
|
|
82
|
-
"@univerjs/shared": "0.
|
|
83
|
-
"@univerjs/sheets": "0.
|
|
84
|
-
"@univerjs/sheets-
|
|
85
|
-
"@univerjs/sheets-
|
|
86
|
-
"@univerjs/ui": "0.
|
|
77
|
+
"@univerjs/core": "0.2.0",
|
|
78
|
+
"@univerjs/design": "0.2.0",
|
|
79
|
+
"@univerjs/docs": "0.2.0",
|
|
80
|
+
"@univerjs/engine-formula": "0.2.0",
|
|
81
|
+
"@univerjs/engine-render": "0.2.0",
|
|
82
|
+
"@univerjs/shared": "0.2.0",
|
|
83
|
+
"@univerjs/sheets": "0.2.0",
|
|
84
|
+
"@univerjs/sheets-ui": "0.2.0",
|
|
85
|
+
"@univerjs/sheets-numfmt": "0.2.0",
|
|
86
|
+
"@univerjs/ui": "0.2.0"
|
|
87
87
|
},
|
|
88
88
|
"univerSpace": {
|
|
89
89
|
".": {
|