@univerjs-pro/sheets-chart-ui 0.6.7 → 0.6.8
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/facade.js +1 -0
- package/lib/index.css +1 -1
- package/lib/index.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/zh-CN.d.ts +34 -0
- package/lib/types/plugins/univer-sheets-chart-ui-plugin.d.ts +3 -1
- package/lib/types/services/sheets-chart-host-provider.service.d.ts +2 -0
- package/lib/types/services/sheets-chart-ui.service.d.ts +8 -7
- package/lib/types/views/chart-edit-panel/{options.d.ts → Options.d.ts} +14 -1
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +8 -0
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +8 -0
- package/lib/types/views/chart-edit-panel/use-translated-options.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 +19 -19
- /package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/{widgets.d.ts → Widgets.d.ts} +0 -0
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.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Chart library for Univer.",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -57,26 +57,26 @@
|
|
|
57
57
|
"lib"
|
|
58
58
|
],
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"react": "
|
|
61
|
-
"react-dom": "
|
|
60
|
+
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
61
|
+
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
62
62
|
"rxjs": ">=7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@univerjs/icons": "^0.2.
|
|
66
|
-
"echarts": "^
|
|
65
|
+
"@univerjs/icons": "^0.2.31",
|
|
66
|
+
"echarts-wordcloud": "^2.1.0",
|
|
67
67
|
"rc-collapse": "3.9.0",
|
|
68
|
-
"@univerjs-pro/engine-chart": "0.6.
|
|
69
|
-
"@univerjs
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/design": "0.6.
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/engine-
|
|
75
|
-
"@univerjs/sheets
|
|
76
|
-
"@univerjs/sheets-
|
|
77
|
-
"@univerjs/ui": "0.6.
|
|
78
|
-
"@univerjs/sheets-ui": "0.6.
|
|
79
|
-
"@univerjs/
|
|
68
|
+
"@univerjs-pro/engine-chart": "0.6.8",
|
|
69
|
+
"@univerjs/core": "0.6.8",
|
|
70
|
+
"@univerjs/drawing": "0.6.8",
|
|
71
|
+
"@univerjs/design": "0.6.8",
|
|
72
|
+
"@univerjs-pro/sheets-chart": "0.6.8",
|
|
73
|
+
"@univerjs/engine-formula": "0.6.8",
|
|
74
|
+
"@univerjs/engine-render": "0.6.8",
|
|
75
|
+
"@univerjs/sheets": "0.6.8",
|
|
76
|
+
"@univerjs/sheets-drawing-ui": "0.6.8",
|
|
77
|
+
"@univerjs/sheets-formula-ui": "0.6.8",
|
|
78
|
+
"@univerjs/sheets-ui": "0.6.8",
|
|
79
|
+
"@univerjs/ui": "0.6.8"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"postcss": "^8.5.3",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"typescript": "^5.8.2",
|
|
88
88
|
"vite": "^6.2.2",
|
|
89
89
|
"vitest": "^3.0.9",
|
|
90
|
-
"@univerjs/
|
|
91
|
-
"@univerjs-
|
|
90
|
+
"@univerjs-infra/shared": "0.6.8",
|
|
91
|
+
"@univerjs/sheets-drawing": "0.6.8"
|
|
92
92
|
},
|
|
93
93
|
"scripts": {
|
|
94
94
|
"test": "vitest run",
|
|
File without changes
|