@univerjs/sheets-formula 0.2.5 → 0.2.6
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 +4619 -4382
- package/lib/locale/en-US.json +165 -85
- package/lib/locale/ru-RU.json +93 -61
- package/lib/locale/vi-VN.json +6 -6
- package/lib/locale/zh-CN.json +165 -85
- package/lib/locale/zh-TW.json +165 -85
- package/lib/types/formula-ui-plugin.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +111 -31
- package/lib/types/locale/function-list/lookup/en-US.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +53 -21
- package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-TW.d.ts +2 -2
- package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
- package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
- package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
- package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
- package/lib/types/locale/ru-RU.d.ts +55 -23
- package/lib/types/locale/vi-VN.d.ts +2 -2
- package/lib/types/locale/zh-CN.d.ts +111 -31
- package/lib/types/locale/zh-TW.d.ts +111 -31
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +4 -2
- package/lib/umd/index.js +4 -4
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-formula",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
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/
|
|
56
|
-
"@univerjs/docs": "0.2.
|
|
57
|
-
"@univerjs/engine-formula": "0.2.
|
|
58
|
-
"@univerjs/
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/sheets": "0.2.
|
|
61
|
-
"@univerjs/sheets-ui": "0.2.
|
|
62
|
-
"@univerjs/ui": "0.2.
|
|
54
|
+
"@univerjs/core": "0.2.6",
|
|
55
|
+
"@univerjs/design": "0.2.6",
|
|
56
|
+
"@univerjs/docs": "0.2.6",
|
|
57
|
+
"@univerjs/engine-formula": "0.2.6",
|
|
58
|
+
"@univerjs/rpc": "0.2.6",
|
|
59
|
+
"@univerjs/engine-render": "0.2.6",
|
|
60
|
+
"@univerjs/sheets": "0.2.6",
|
|
61
|
+
"@univerjs/sheets-ui": "0.2.6",
|
|
62
|
+
"@univerjs/ui": "0.2.6"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@univerjs/icons": "^0.1.
|
|
65
|
+
"@univerjs/icons": "^0.1.70"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/react": "^18.3.3",
|
|
@@ -70,20 +70,20 @@
|
|
|
70
70
|
"less": "^4.2.0",
|
|
71
71
|
"react": "18.3.1",
|
|
72
72
|
"rxjs": "^7.8.1",
|
|
73
|
-
"typescript": "^5.5.
|
|
74
|
-
"vite": "^5.3.
|
|
75
|
-
"vitest": "^2.0.
|
|
76
|
-
"@univerjs/core": "0.2.
|
|
77
|
-
"@univerjs/design": "0.2.
|
|
78
|
-
"@univerjs/docs": "0.2.
|
|
79
|
-
"@univerjs/engine-formula": "0.2.
|
|
80
|
-
"@univerjs/
|
|
81
|
-
"@univerjs/
|
|
82
|
-
"@univerjs/
|
|
83
|
-
"@univerjs/sheets": "0.2.
|
|
84
|
-
"@univerjs/sheets-numfmt": "0.2.
|
|
85
|
-
"@univerjs/sheets-ui": "0.2.
|
|
86
|
-
"@univerjs/ui": "0.2.
|
|
73
|
+
"typescript": "^5.5.4",
|
|
74
|
+
"vite": "^5.3.5",
|
|
75
|
+
"vitest": "^2.0.4",
|
|
76
|
+
"@univerjs/core": "0.2.6",
|
|
77
|
+
"@univerjs/design": "0.2.6",
|
|
78
|
+
"@univerjs/docs": "0.2.6",
|
|
79
|
+
"@univerjs/engine-formula": "0.2.6",
|
|
80
|
+
"@univerjs/rpc": "0.2.6",
|
|
81
|
+
"@univerjs/shared": "0.2.6",
|
|
82
|
+
"@univerjs/engine-render": "0.2.6",
|
|
83
|
+
"@univerjs/sheets": "0.2.6",
|
|
84
|
+
"@univerjs/sheets-numfmt": "0.2.6",
|
|
85
|
+
"@univerjs/sheets-ui": "0.2.6",
|
|
86
|
+
"@univerjs/ui": "0.2.6"
|
|
87
87
|
},
|
|
88
88
|
"univerSpace": {
|
|
89
89
|
".": {
|