@univerjs-pro/sheets-chart-ui 0.6.2 → 0.6.3-nightly.202503051607

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 (36) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/fa-IR.js +1 -1
  5. package/lib/cjs/locale/fr-FR.js +1 -1
  6. package/lib/cjs/locale/ru-RU.js +1 -1
  7. package/lib/cjs/locale/vi-VN.js +1 -1
  8. package/lib/cjs/locale/zh-CN.js +1 -1
  9. package/lib/cjs/locale/zh-TW.js +1 -1
  10. package/lib/es/facade.js +1 -1
  11. package/lib/es/index.js +1 -1
  12. package/lib/es/locale/en-US.js +1 -1
  13. package/lib/es/locale/fa-IR.js +1 -1
  14. package/lib/es/locale/fr-FR.js +1 -1
  15. package/lib/es/locale/ru-RU.js +1 -1
  16. package/lib/es/locale/vi-VN.js +1 -1
  17. package/lib/es/locale/zh-CN.js +1 -1
  18. package/lib/es/locale/zh-TW.js +1 -1
  19. package/lib/types/facade/chart-builder/chart-builder-base.d.ts +247 -121
  20. package/lib/types/facade/chart-builder/line-chart-builder.d.ts +92 -8
  21. package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +120 -10
  22. package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +39 -23
  23. package/lib/types/facade/f-chart.d.ts +31 -12
  24. package/lib/types/facade/f-enum.d.ts +123 -55
  25. package/lib/types/facade/f-worksheet.d.ts +101 -35
  26. package/lib/types/services/chart-render.service.d.ts +1 -1
  27. package/lib/umd/facade.js +1 -1
  28. package/lib/umd/index.js +1 -1
  29. package/lib/umd/locale/en-US.js +1 -1
  30. package/lib/umd/locale/fa-IR.js +1 -1
  31. package/lib/umd/locale/fr-FR.js +1 -1
  32. package/lib/umd/locale/ru-RU.js +1 -1
  33. package/lib/umd/locale/vi-VN.js +1 -1
  34. package/lib/umd/locale/zh-CN.js +1 -1
  35. package/lib/umd/locale/zh-TW.js +1 -1
  36. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-chart-ui",
3
- "version": "0.6.2",
3
+ "version": "0.6.3-nightly.202503051607",
4
4
  "private": false,
5
5
  "description": "Chart library for Univer.",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -65,17 +65,17 @@
65
65
  "@univerjs/icons": "^0.2.20",
66
66
  "echarts": "^5.6.0",
67
67
  "rc-collapse": "3.9.0",
68
- "@univerjs-pro/sheets-chart": "0.6.2",
69
- "@univerjs/core": "0.6.2",
70
- "@univerjs/design": "0.6.2",
71
- "@univerjs/sheets": "0.6.2",
72
- "@univerjs/engine-formula": "0.6.2",
73
- "@univerjs/drawing": "0.6.2",
74
- "@univerjs/engine-render": "0.6.2",
75
- "@univerjs/sheets-formula-ui": "0.6.2",
76
- "@univerjs/sheets-drawing-ui": "0.6.2",
77
- "@univerjs/sheets-ui": "0.6.2",
78
- "@univerjs/ui": "0.6.2"
68
+ "@univerjs-pro/sheets-chart": "0.6.3-nightly.202503051607",
69
+ "@univerjs/design": "0.6.3-nightly.202503051607",
70
+ "@univerjs/drawing": "0.6.3-nightly.202503051607",
71
+ "@univerjs/core": "0.6.3-nightly.202503051607",
72
+ "@univerjs/sheets": "0.6.3-nightly.202503051607",
73
+ "@univerjs/engine-formula": "0.6.3-nightly.202503051607",
74
+ "@univerjs/engine-render": "0.6.3-nightly.202503051607",
75
+ "@univerjs/sheets-formula-ui": "0.6.3-nightly.202503051607",
76
+ "@univerjs/sheets-ui": "0.6.3-nightly.202503051607",
77
+ "@univerjs/sheets-drawing-ui": "0.6.3-nightly.202503051607",
78
+ "@univerjs/ui": "0.6.3-nightly.202503051607"
79
79
  },
80
80
  "devDependencies": {
81
81
  "postcss": "^8.5.3",
@@ -83,11 +83,11 @@
83
83
  "react-dom": "18.3.1",
84
84
  "rxjs": "^7.8.1",
85
85
  "tailwindcss": "^3.4.17",
86
- "typescript": "^5.7.3",
86
+ "typescript": "^5.8.2",
87
87
  "vite": "^6.2.0",
88
88
  "vitest": "^3.0.7",
89
- "@univerjs-infra/shared": "0.6.2",
90
- "@univerjs/sheets-drawing": "0.6.2"
89
+ "@univerjs/sheets-drawing": "0.6.3-nightly.202503051607",
90
+ "@univerjs-infra/shared": "0.6.3"
91
91
  },
92
92
  "scripts": {
93
93
  "test": "vitest run",