@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.
Files changed (38) hide show
  1. package/lib/cjs/index.js +2 -2
  2. package/lib/es/index.js +17 -10
  3. package/lib/locale/en-US.json +240 -237
  4. package/lib/locale/fa-IR.json +240 -237
  5. package/lib/locale/ru-RU.json +135 -104
  6. package/lib/locale/vi-VN.json +327 -160
  7. package/lib/locale/zh-CN.json +240 -237
  8. package/lib/locale/zh-TW.json +240 -237
  9. package/lib/types/locale/en-US.d.ts +122 -119
  10. package/lib/types/locale/fa-IR.d.ts +122 -119
  11. package/lib/types/locale/function-list/database/en-US.d.ts +72 -24
  12. package/lib/types/locale/function-list/database/ja-JP.d.ts +72 -24
  13. package/lib/types/locale/function-list/database/ru-RU.d.ts +72 -24
  14. package/lib/types/locale/function-list/database/vi-VN.d.ts +72 -24
  15. package/lib/types/locale/function-list/database/zh-CN.d.ts +72 -24
  16. package/lib/types/locale/function-list/database/zh-TW.d.ts +72 -24
  17. package/lib/types/locale/function-list/information/en-US.d.ts +2 -15
  18. package/lib/types/locale/function-list/information/ja-JP.d.ts +2 -15
  19. package/lib/types/locale/function-list/information/vi-VN.d.ts +23 -0
  20. package/lib/types/locale/function-list/information/zh-CN.d.ts +2 -15
  21. package/lib/types/locale/function-list/information/zh-TW.d.ts +2 -15
  22. package/lib/types/locale/function-list/math/en-US.d.ts +3 -7
  23. package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -7
  24. package/lib/types/locale/function-list/math/vi-VN.d.ts +32 -0
  25. package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -7
  26. package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -7
  27. package/lib/types/locale/function-list/text/en-US.d.ts +45 -73
  28. package/lib/types/locale/function-list/text/ja-JP.d.ts +45 -73
  29. package/lib/types/locale/function-list/text/vi-VN.d.ts +87 -39
  30. package/lib/types/locale/function-list/text/zh-CN.d.ts +45 -73
  31. package/lib/types/locale/function-list/text/zh-TW.d.ts +45 -73
  32. package/lib/types/locale/ru-RU.d.ts +77 -46
  33. package/lib/types/locale/vi-VN.d.ts +214 -63
  34. package/lib/types/locale/zh-CN.d.ts +122 -119
  35. package/lib/types/locale/zh-TW.d.ts +122 -119
  36. package/lib/types/views/formula-progress/FormulaProgress.d.ts +2 -0
  37. package/lib/umd/index.js +2 -2
  38. 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.1",
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.79",
56
+ "@univerjs/icons": "^0.1.84",
57
57
  "clsx": "^2.1.1",
58
- "@univerjs/core": "0.4.1",
59
- "@univerjs/docs-ui": "0.4.1",
60
- "@univerjs/design": "0.4.1",
61
- "@univerjs/docs": "0.4.1",
62
- "@univerjs/engine-formula": "0.4.1",
63
- "@univerjs/sheets": "0.4.1",
64
- "@univerjs/engine-render": "0.4.1",
65
- "@univerjs/sheets-formula": "0.4.1",
66
- "@univerjs/sheets-numfmt": "0.4.1",
67
- "@univerjs/ui": "0.4.1",
68
- "@univerjs/sheets-ui": "0.4.1"
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.1"
79
+ "@univerjs-infra/shared": "0.4.2"
80
80
  },
81
81
  "univerSpace": {
82
82
  ".": {