@univerjs/sheets-formula-ui 0.4.1 → 0.4.2
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 +2 -2
- package/lib/es/index.js +17 -10
- package/lib/locale/en-US.json +240 -237
- package/lib/locale/fa-IR.json +240 -237
- package/lib/locale/ru-RU.json +135 -104
- package/lib/locale/vi-VN.json +327 -160
- package/lib/locale/zh-CN.json +240 -237
- package/lib/locale/zh-TW.json +240 -237
- package/lib/types/locale/en-US.d.ts +122 -119
- package/lib/types/locale/fa-IR.d.ts +122 -119
- package/lib/types/locale/function-list/database/en-US.d.ts +72 -24
- package/lib/types/locale/function-list/database/ja-JP.d.ts +72 -24
- package/lib/types/locale/function-list/database/ru-RU.d.ts +72 -24
- package/lib/types/locale/function-list/database/vi-VN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-CN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-TW.d.ts +72 -24
- package/lib/types/locale/function-list/information/en-US.d.ts +2 -15
- package/lib/types/locale/function-list/information/ja-JP.d.ts +2 -15
- package/lib/types/locale/function-list/information/vi-VN.d.ts +23 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +2 -15
- package/lib/types/locale/function-list/information/zh-TW.d.ts +2 -15
- package/lib/types/locale/function-list/math/en-US.d.ts +3 -7
- package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -7
- package/lib/types/locale/function-list/math/vi-VN.d.ts +32 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -7
- package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -7
- package/lib/types/locale/function-list/text/en-US.d.ts +45 -73
- package/lib/types/locale/function-list/text/ja-JP.d.ts +45 -73
- package/lib/types/locale/function-list/text/vi-VN.d.ts +87 -39
- package/lib/types/locale/function-list/text/zh-CN.d.ts +45 -73
- package/lib/types/locale/function-list/text/zh-TW.d.ts +45 -73
- package/lib/types/locale/ru-RU.d.ts +77 -46
- package/lib/types/locale/vi-VN.d.ts +214 -63
- package/lib/types/locale/zh-CN.d.ts +122 -119
- package/lib/types/locale/zh-TW.d.ts +122 -119
- package/lib/types/views/formula-progress/FormulaProgress.d.ts +2 -0
- package/lib/umd/index.js +2 -2
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-formula-ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "DreamNum <developer@univer.ai>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
"rxjs": ">=7.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@univerjs/icons": "^0.1.
|
|
56
|
+
"@univerjs/icons": "^0.1.84",
|
|
57
57
|
"clsx": "^2.1.1",
|
|
58
|
-
"@univerjs/
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/docs": "0.4.
|
|
62
|
-
"@univerjs/engine-formula": "0.4.
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/sheets-formula": "0.4.
|
|
66
|
-
"@univerjs/sheets-numfmt": "0.4.
|
|
67
|
-
"@univerjs/ui": "0.4.
|
|
68
|
-
"@univerjs/
|
|
58
|
+
"@univerjs/design": "0.4.2",
|
|
59
|
+
"@univerjs/core": "0.4.2",
|
|
60
|
+
"@univerjs/docs": "0.4.2",
|
|
61
|
+
"@univerjs/docs-ui": "0.4.2",
|
|
62
|
+
"@univerjs/engine-formula": "0.4.2",
|
|
63
|
+
"@univerjs/engine-render": "0.4.2",
|
|
64
|
+
"@univerjs/sheets": "0.4.2",
|
|
65
|
+
"@univerjs/sheets-formula": "0.4.2",
|
|
66
|
+
"@univerjs/sheets-numfmt": "0.4.2",
|
|
67
|
+
"@univerjs/sheets-ui": "0.4.2",
|
|
68
|
+
"@univerjs/ui": "0.4.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/react": "^18.3.11",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"typescript": "^5.6.3",
|
|
77
77
|
"vite": "^5.4.4",
|
|
78
78
|
"vitest": "^2.1.2",
|
|
79
|
-
"@univerjs-infra/shared": "0.4.
|
|
79
|
+
"@univerjs-infra/shared": "0.4.2"
|
|
80
80
|
},
|
|
81
81
|
"univerSpace": {
|
|
82
82
|
".": {
|