@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.
- package/lib/cjs/index.js +3 -3
- package/lib/es/index.js +672 -375
- package/lib/locale/en-US.json +485 -333
- package/lib/locale/ru-RU.json +484 -332
- package/lib/locale/vi-VN.json +716 -208
- package/lib/locale/zh-CN.json +487 -335
- package/lib/locale/zh-TW.json +487 -335
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +5 -2
- package/lib/types/controllers/prompt.controller.d.ts +2 -1
- package/lib/types/controllers/update-formula.controller.d.ts +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +265 -113
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
- package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
- package/lib/types/locale/function-list/text/en-US.d.ts +8 -4
- package/lib/types/locale/function-list/text/ja-JP.d.ts +8 -4
- package/lib/types/locale/function-list/text/ru-RU.d.ts +8 -4
- package/lib/types/locale/function-list/text/zh-CN.d.ts +8 -4
- package/lib/types/locale/function-list/text/zh-TW.d.ts +8 -4
- package/lib/types/locale/ru-RU.d.ts +265 -113
- package/lib/types/locale/vi-VN.d.ts +538 -66
- package/lib/types/locale/zh-CN.d.ts +265 -113
- package/lib/types/locale/zh-TW.d.ts +265 -113
- package/lib/umd/index.js +3 -3
- package/package.json +26 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-formula",
|
|
3
|
-
"version": "0.
|
|
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/
|
|
55
|
-
"@univerjs/
|
|
56
|
-
"@univerjs/
|
|
57
|
-
"@univerjs/
|
|
58
|
-
"@univerjs/engine-
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/rpc": "0.
|
|
61
|
-
"@univerjs/sheets
|
|
62
|
-
"@univerjs/sheets": "0.
|
|
63
|
-
"@univerjs/ui": "0.
|
|
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/
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/docs
|
|
70
|
-
"@univerjs/engine-formula": "0.
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/sheets": "0.
|
|
75
|
-
"@univerjs/sheets-numfmt": "0.
|
|
76
|
-
"@univerjs/sheets-ui": "0.
|
|
77
|
-
"@univerjs/ui": "0.
|
|
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.
|
|
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.
|
|
87
|
-
"vitest": "^2.
|
|
88
|
-
"@univerjs-infra/shared": "0.
|
|
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
|
".": {
|