@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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/types/facade/chart-builder/chart-builder-base.d.ts +247 -121
- package/lib/types/facade/chart-builder/line-chart-builder.d.ts +92 -8
- package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +120 -10
- package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +39 -23
- package/lib/types/facade/f-chart.d.ts +31 -12
- package/lib/types/facade/f-enum.d.ts +123 -55
- package/lib/types/facade/f-worksheet.d.ts +101 -35
- package/lib/types/services/chart-render.service.d.ts +1 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- 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.
|
|
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.
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/engine-render": "0.6.
|
|
75
|
-
"@univerjs/sheets-formula-ui": "0.6.
|
|
76
|
-
"@univerjs/sheets-
|
|
77
|
-
"@univerjs/sheets-ui": "0.6.
|
|
78
|
-
"@univerjs/ui": "0.6.
|
|
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.
|
|
86
|
+
"typescript": "^5.8.2",
|
|
87
87
|
"vite": "^6.2.0",
|
|
88
88
|
"vitest": "^3.0.7",
|
|
89
|
-
"@univerjs-
|
|
90
|
-
"@univerjs/
|
|
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",
|