@univerjs/sheets-formula 0.2.8 → 0.2.9
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 +94 -43
- package/lib/locale/en-US.json +30 -18
- package/lib/locale/ru-RU.json +30 -18
- package/lib/locale/vi-VN.json +58 -6
- package/lib/locale/zh-CN.json +30 -18
- package/lib/locale/zh-TW.json +30 -18
- package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -3
- package/lib/types/controllers/prompt.controller.d.ts +6 -1
- package/lib/types/locale/en-US.d.ts +18 -6
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
- package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
- package/lib/types/locale/ru-RU.d.ts +18 -6
- package/lib/types/locale/vi-VN.d.ts +50 -2
- package/lib/types/locale/zh-CN.d.ts +18 -6
- package/lib/types/locale/zh-TW.d.ts +18 -6
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -3
- package/lib/umd/index.js +4 -4
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-formula",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
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/
|
|
55
|
-
"@univerjs/docs": "0.2.
|
|
56
|
-
"@univerjs/
|
|
57
|
-
"@univerjs/engine-
|
|
58
|
-
"@univerjs/rpc": "0.2.
|
|
59
|
-
"@univerjs/engine-
|
|
60
|
-
"@univerjs/sheets
|
|
61
|
-
"@univerjs/sheets": "0.2.
|
|
62
|
-
"@univerjs/ui": "0.2.
|
|
54
|
+
"@univerjs/core": "0.2.9",
|
|
55
|
+
"@univerjs/docs": "0.2.9",
|
|
56
|
+
"@univerjs/design": "0.2.9",
|
|
57
|
+
"@univerjs/engine-render": "0.2.9",
|
|
58
|
+
"@univerjs/rpc": "0.2.9",
|
|
59
|
+
"@univerjs/engine-formula": "0.2.9",
|
|
60
|
+
"@univerjs/sheets": "0.2.9",
|
|
61
|
+
"@univerjs/sheets-ui": "0.2.9",
|
|
62
|
+
"@univerjs/ui": "0.2.9"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@univerjs/icons": "^0.1.
|
|
65
|
+
"@univerjs/icons": "^0.1.77"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/react": "^18.3.3",
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
"typescript": "^5.5.4",
|
|
74
74
|
"vite": "^5.4.0",
|
|
75
75
|
"vitest": "^2.0.5",
|
|
76
|
-
"@univerjs/core": "0.2.
|
|
77
|
-
"@univerjs/
|
|
78
|
-
"@univerjs/
|
|
79
|
-
"@univerjs/engine-render": "0.2.
|
|
80
|
-
"@univerjs/rpc": "0.2.
|
|
81
|
-
"@univerjs/
|
|
82
|
-
"@univerjs/
|
|
83
|
-
"@univerjs/
|
|
84
|
-
"@univerjs/sheets-
|
|
85
|
-
"@univerjs/
|
|
86
|
-
"@univerjs/
|
|
76
|
+
"@univerjs/core": "0.2.9",
|
|
77
|
+
"@univerjs/docs": "0.2.9",
|
|
78
|
+
"@univerjs/engine-formula": "0.2.9",
|
|
79
|
+
"@univerjs/engine-render": "0.2.9",
|
|
80
|
+
"@univerjs/rpc": "0.2.9",
|
|
81
|
+
"@univerjs/design": "0.2.9",
|
|
82
|
+
"@univerjs/shared": "0.2.9",
|
|
83
|
+
"@univerjs/sheets-numfmt": "0.2.9",
|
|
84
|
+
"@univerjs/sheets-ui": "0.2.9",
|
|
85
|
+
"@univerjs/ui": "0.2.9",
|
|
86
|
+
"@univerjs/sheets": "0.2.9"
|
|
87
87
|
},
|
|
88
88
|
"univerSpace": {
|
|
89
89
|
".": {
|