@univerjs/sheets-formula 0.2.11 → 0.2.13
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 +576 -436
- package/lib/locale/en-US.json +208 -193
- package/lib/locale/ru-RU.json +208 -193
- package/lib/locale/vi-VN.json +539 -44
- package/lib/locale/zh-CN.json +216 -201
- package/lib/locale/zh-TW.json +222 -207
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
- package/lib/types/common/plugin-name.d.ts +1 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/config.schema.d.ts +32 -0
- package/lib/types/controllers/formula-ui.controller.d.ts +4 -13
- package/lib/types/controllers/menu.schema.d.ts +2 -0
- package/lib/types/controllers/prompt.controller.d.ts +7 -6
- package/lib/types/controllers/utils/ref-range-formula.d.ts +6 -0
- package/lib/types/formula-ui-plugin.d.ts +8 -5
- package/lib/types/locale/en-US.d.ts +106 -91
- package/lib/types/locale/function-list/information/en-US.d.ts +3 -20
- package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -20
- package/lib/types/locale/function-list/information/vi-VN.d.ts +37 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -20
- package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -20
- package/lib/types/locale/function-list/logical/en-US.d.ts +22 -10
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +22 -10
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +22 -10
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +22 -10
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +22 -10
- package/lib/types/locale/function-list/lookup/en-US.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +126 -4
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +46 -14
- package/lib/types/locale/function-list/math/en-US.d.ts +35 -47
- package/lib/types/locale/function-list/math/ja-JP.d.ts +35 -47
- package/lib/types/locale/function-list/math/vi-VN.d.ts +276 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +35 -47
- package/lib/types/locale/function-list/math/zh-TW.d.ts +35 -47
- package/lib/types/locale/ru-RU.d.ts +106 -91
- package/lib/types/locale/vi-VN.d.ts +461 -14
- package/lib/types/locale/zh-CN.d.ts +106 -91
- package/lib/types/locale/zh-TW.d.ts +106 -91
- package/lib/types/services/description.service.d.ts +4 -4
- package/lib/types/services/prompt.service.d.ts +1 -1
- package/lib/types/services/register-function.service.d.ts +1 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
- package/lib/types/views/more-functions/interface.d.ts +1 -1
- package/lib/umd/index.js +4 -4
- package/package.json +27 -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.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "DreamNum <developer@univer.ai>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,39 +51,41 @@
|
|
|
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/
|
|
57
|
-
"@univerjs/
|
|
58
|
-
"@univerjs/engine-render": "0.2.
|
|
59
|
-
"@univerjs/rpc": "0.2.
|
|
60
|
-
"@univerjs/sheets": "0.2.
|
|
61
|
-
"@univerjs/sheets
|
|
62
|
-
"@univerjs/
|
|
54
|
+
"@univerjs/core": "0.2.13",
|
|
55
|
+
"@univerjs/design": "0.2.13",
|
|
56
|
+
"@univerjs/docs-ui": "0.2.13",
|
|
57
|
+
"@univerjs/engine-formula": "0.2.13",
|
|
58
|
+
"@univerjs/engine-render": "0.2.13",
|
|
59
|
+
"@univerjs/rpc": "0.2.13",
|
|
60
|
+
"@univerjs/sheets-ui": "0.2.13",
|
|
61
|
+
"@univerjs/sheets": "0.2.13",
|
|
62
|
+
"@univerjs/docs": "0.2.13",
|
|
63
|
+
"@univerjs/ui": "0.2.13"
|
|
63
64
|
},
|
|
64
65
|
"dependencies": {
|
|
65
|
-
"@univerjs/icons": "^0.1.
|
|
66
|
+
"@univerjs/icons": "^0.1.78",
|
|
67
|
+
"@univerjs/core": "0.2.13",
|
|
68
|
+
"@univerjs/design": "0.2.13",
|
|
69
|
+
"@univerjs/docs": "0.2.13",
|
|
70
|
+
"@univerjs/docs-ui": "0.2.13",
|
|
71
|
+
"@univerjs/engine-render": "0.2.13",
|
|
72
|
+
"@univerjs/engine-formula": "0.2.13",
|
|
73
|
+
"@univerjs/rpc": "0.2.13",
|
|
74
|
+
"@univerjs/sheets": "0.2.13",
|
|
75
|
+
"@univerjs/sheets-numfmt": "0.2.13",
|
|
76
|
+
"@univerjs/sheets-ui": "0.2.13",
|
|
77
|
+
"@univerjs/ui": "0.2.13"
|
|
66
78
|
},
|
|
67
79
|
"devDependencies": {
|
|
68
|
-
"@types/react": "^18.3.
|
|
80
|
+
"@types/react": "^18.3.5",
|
|
69
81
|
"@vitejs/plugin-react": "^4.3.1",
|
|
70
82
|
"less": "^4.2.0",
|
|
71
83
|
"react": "18.3.1",
|
|
72
84
|
"rxjs": "^7.8.1",
|
|
73
|
-
"typescript": "^5.
|
|
74
|
-
"vite": "^5.4.
|
|
85
|
+
"typescript": "^5.6.2",
|
|
86
|
+
"vite": "^5.4.4",
|
|
75
87
|
"vitest": "^2.0.5",
|
|
76
|
-
"@univerjs/
|
|
77
|
-
"@univerjs/design": "0.2.11",
|
|
78
|
-
"@univerjs/docs": "0.2.11",
|
|
79
|
-
"@univerjs/engine-render": "0.2.11",
|
|
80
|
-
"@univerjs/engine-formula": "0.2.11",
|
|
81
|
-
"@univerjs/rpc": "0.2.11",
|
|
82
|
-
"@univerjs/sheets": "0.2.11",
|
|
83
|
-
"@univerjs/shared": "0.2.11",
|
|
84
|
-
"@univerjs/sheets-ui": "0.2.11",
|
|
85
|
-
"@univerjs/sheets-numfmt": "0.2.11",
|
|
86
|
-
"@univerjs/ui": "0.2.11"
|
|
88
|
+
"@univerjs-infra/shared": "0.2.13"
|
|
87
89
|
},
|
|
88
90
|
"univerSpace": {
|
|
89
91
|
".": {
|