@nocobase/plugin-data-visualization 2.0.0-alpha.19 → 2.0.0-alpha.20
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/dist/client/643666f55b6cd6fb.js +47 -0
- package/dist/client/flow/models/ChartOptionsBuilder.service.d.ts +15 -5
- package/dist/client/flow/resources/ChartResource.d.ts +1 -0
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +9 -9
- package/dist/locale/en-US.json +28 -8
- package/dist/locale/zh-CN.json +25 -5
- package/dist/node_modules/koa-compose/package.json +1 -1
- package/dist/node_modules/moment-timezone/package.json +1 -1
- package/package.json +2 -2
- package/dist/client/a735c3f0a1dee962.js +0 -47
package/dist/externalVersion.js
CHANGED
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.20",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
|
-
"@nocobase/plugin-ai": "2.0.0-alpha.
|
|
14
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/plugin-ai": "2.0.0-alpha.20",
|
|
14
|
+
"@nocobase/flow-engine": "2.0.0-alpha.20",
|
|
15
15
|
"react-i18next": "11.18.6",
|
|
16
16
|
"dayjs": "1.11.13",
|
|
17
17
|
"@formily/shared": "2.3.7",
|
|
18
18
|
"lodash": "4.17.21",
|
|
19
|
-
"@nocobase/cache": "2.0.0-alpha.
|
|
20
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
21
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
22
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
19
|
+
"@nocobase/cache": "2.0.0-alpha.20",
|
|
20
|
+
"@nocobase/server": "2.0.0-alpha.20",
|
|
21
|
+
"@nocobase/test": "2.0.0-alpha.20",
|
|
22
|
+
"@nocobase/utils": "2.0.0-alpha.20",
|
|
23
23
|
"react": "18.2.0",
|
|
24
24
|
"@emotion/css": "11.13.0",
|
|
25
25
|
"@ant-design/icons": "5.6.1",
|
|
@@ -27,8 +27,8 @@ module.exports = {
|
|
|
27
27
|
"antd": "5.24.2",
|
|
28
28
|
"@formily/antd-v5": "1.2.3",
|
|
29
29
|
"@formily/core": "2.3.7",
|
|
30
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
31
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
30
|
+
"@nocobase/actions": "2.0.0-alpha.20",
|
|
31
|
+
"@nocobase/database": "2.0.0-alpha.20",
|
|
32
32
|
"sequelize": "6.35.2",
|
|
33
33
|
"@formily/reactive": "2.3.7"
|
|
34
34
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -47,13 +47,15 @@
|
|
|
47
47
|
"seriesField": "Series field",
|
|
48
48
|
"angleField": "Angle field",
|
|
49
49
|
"colorField": "Color field",
|
|
50
|
-
"Line": "Line",
|
|
51
|
-
"Area": "Area",
|
|
52
|
-
"Column": "Column",
|
|
53
|
-
"Bar": "Bar",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
50
|
+
"Line": "Line Chart",
|
|
51
|
+
"Area": "Area Chart",
|
|
52
|
+
"Column": "Column Chart",
|
|
53
|
+
"Bar": "Bar Chart",
|
|
54
|
+
"Doughnut": "Doughnut Chart",
|
|
55
|
+
"Pie": "Pie Chart",
|
|
56
|
+
"Dual axes": "Dual axes Chart",
|
|
57
|
+
"Scatter": "Scatter Chart",
|
|
58
|
+
"Funnel": "Funnel Chart",
|
|
57
59
|
"Gauge": "Gauge",
|
|
58
60
|
"Statistic": "Statistic",
|
|
59
61
|
"Currency": "Currency",
|
|
@@ -111,5 +113,23 @@
|
|
|
111
113
|
"Distinct": "Distinct",
|
|
112
114
|
"Auto refresh": "Auto refresh",
|
|
113
115
|
"Divide":"Divide",
|
|
114
|
-
"Multiply":"Multiply"
|
|
116
|
+
"Multiply":"Multiply",
|
|
117
|
+
"Select field": "Select Field",
|
|
118
|
+
"Optional series": "Optional series",
|
|
119
|
+
"descending": "descending",
|
|
120
|
+
"ascending": "ascending",
|
|
121
|
+
"percent": "Percent",
|
|
122
|
+
"value": "Value",
|
|
123
|
+
"Stack": "Stack",
|
|
124
|
+
"Split line": "Split line",
|
|
125
|
+
"X axis label rotate": "X axis label rotate",
|
|
126
|
+
"Label content": "Label content",
|
|
127
|
+
"Inner radius (%)": "Inner radius (%)",
|
|
128
|
+
"Outer radius (%)": "Outer radius (%)",
|
|
129
|
+
"Min size (%)": "Min size (%)",
|
|
130
|
+
"Max size (%)": "Max size (%)",
|
|
131
|
+
"Horizontal": "Horizontal",
|
|
132
|
+
"Vertical": "Vertical",
|
|
133
|
+
"Category field": "Category field",
|
|
134
|
+
"Value field": "Value field"
|
|
115
135
|
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -51,9 +51,11 @@
|
|
|
51
51
|
"Area": "面积图",
|
|
52
52
|
"Column": "柱状图",
|
|
53
53
|
"Bar": "条形图",
|
|
54
|
+
"Doughnut": "环形图",
|
|
54
55
|
"Pie": "饼图",
|
|
55
56
|
"Dual axes": "双轴图",
|
|
56
57
|
"Scatter": "散点图",
|
|
58
|
+
"Funnel": "漏斗图",
|
|
57
59
|
"Gauge": "仪表盘",
|
|
58
60
|
"Statistic": "统计",
|
|
59
61
|
"Currency": "货币",
|
|
@@ -101,10 +103,10 @@
|
|
|
101
103
|
"Size": "尺寸",
|
|
102
104
|
"Width": "宽",
|
|
103
105
|
"Height": "高",
|
|
104
|
-
"Smooth": "平滑
|
|
105
|
-
"Legend": "图例
|
|
106
|
-
"Tooltip": "
|
|
107
|
-
"Label": "标签
|
|
106
|
+
"Smooth": "平滑",
|
|
107
|
+
"Legend": "图例",
|
|
108
|
+
"Tooltip": "提示",
|
|
109
|
+
"Label": "标签",
|
|
108
110
|
"Aspect ratio": "宽高比",
|
|
109
111
|
"Fixed height": "固定高度",
|
|
110
112
|
"Show background": "显示背景",
|
|
@@ -112,5 +114,23 @@
|
|
|
112
114
|
"Distinct": "去重",
|
|
113
115
|
"Auto refresh": "自动刷新",
|
|
114
116
|
"Divide":"除以",
|
|
115
|
-
"Multiply":"乘以"
|
|
117
|
+
"Multiply":"乘以",
|
|
118
|
+
"Select field": "选择字段",
|
|
119
|
+
"Optional series": "可选分类",
|
|
120
|
+
"descending": "降序",
|
|
121
|
+
"ascending": "升序",
|
|
122
|
+
"percent": "百分比",
|
|
123
|
+
"value": "数值",
|
|
124
|
+
"Stack": "堆叠",
|
|
125
|
+
"Split line": "分隔线",
|
|
126
|
+
"X axis label rotate": "X轴标签旋转",
|
|
127
|
+
"Label content": "标签内容",
|
|
128
|
+
"Inner radius (%)": "内半径 (%)",
|
|
129
|
+
"Outer radius (%)": "外半径 (%)",
|
|
130
|
+
"Min size (%)": "最小尺寸 (%)",
|
|
131
|
+
"Max size (%)": "最大尺寸 (%)",
|
|
132
|
+
"Horizontal": "水平",
|
|
133
|
+
"Vertical": "垂直",
|
|
134
|
+
"Category field": "分类字段",
|
|
135
|
+
"Value field": "数值字段"
|
|
116
136
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"koa-compose","description":"compose Koa middleware","repository":"koajs/compose","version":"4.1.0","keywords":["koa","middleware","compose"],"files":["index.js"],"dependencies":{},"devDependencies":{"codecov":"^3.0.0","jest":"^21.0.0","matcha":"^0.7.0","standard":"^10.0.3"},"scripts":{"bench":"matcha bench/bench.js","lint":"standard --fix .","test":"jest --forceExit --coverage"},"jest":{"testEnvironment":"node"},"license":"MIT","_lastModified":"2025-10-
|
|
1
|
+
{"name":"koa-compose","description":"compose Koa middleware","repository":"koajs/compose","version":"4.1.0","keywords":["koa","middleware","compose"],"files":["index.js"],"dependencies":{},"devDependencies":{"codecov":"^3.0.0","jest":"^21.0.0","matcha":"^0.7.0","standard":"^10.0.3"},"scripts":{"bench":"matcha bench/bench.js","lint":"standard --fix .","test":"jest --forceExit --coverage"},"jest":{"testEnvironment":"node"},"license":"MIT","_lastModified":"2025-10-23T00:56:33.593Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"moment-timezone","version":"0.5.43","description":"Parse and display moments in any timezone.","homepage":"http://momentjs.com/timezone/","author":"Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)","keywords":["moment","date","time","timezone","olson","iana","zone","tz"],"main":"./index.js","typings":"./index.d.ts","engines":{"node":"*"},"repository":{"type":"git","url":"https://github.com/moment/moment-timezone.git"},"bugs":{"url":"https://github.com/moment/moment-timezone/issues"},"license":"MIT","dependencies":{"moment":"^2.29.4"},"devDependencies":{"grunt":"^1.5.3","grunt-contrib-clean":"^2.0.1","grunt-contrib-jshint":"^3.2.0","grunt-contrib-nodeunit":"^4.0.0","grunt-contrib-uglify":"^5.2.2","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"jspm":{"main":"builds/moment-timezone-with-data","shim":{"moment-timezone":{"deps":["moment"]}}},"scripts":{"test":"grunt"},"_lastModified":"2025-10-
|
|
1
|
+
{"name":"moment-timezone","version":"0.5.43","description":"Parse and display moments in any timezone.","homepage":"http://momentjs.com/timezone/","author":"Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)","keywords":["moment","date","time","timezone","olson","iana","zone","tz"],"main":"./index.js","typings":"./index.d.ts","engines":{"node":"*"},"repository":{"type":"git","url":"https://github.com/moment/moment-timezone.git"},"bugs":{"url":"https://github.com/moment/moment-timezone/issues"},"license":"MIT","dependencies":{"moment":"^2.29.4"},"devDependencies":{"grunt":"^1.5.3","grunt-contrib-clean":"^2.0.1","grunt-contrib-jshint":"^3.2.0","grunt-contrib-nodeunit":"^4.0.0","grunt-contrib-uglify":"^5.2.2","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"jspm":{"main":"builds/moment-timezone-with-data","shim":{"moment-timezone":{"deps":["moment"]}}},"scripts":{"test":"grunt"},"_lastModified":"2025-10-23T00:56:34.147Z"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-data-visualization",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.20",
|
|
4
4
|
"displayName": "Data visualization",
|
|
5
5
|
"displayName.zh-CN": "数据可视化",
|
|
6
6
|
"description": "Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@nocobase/test": "2.x",
|
|
43
43
|
"@nocobase/utils": "2.x"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "af5ff4eaa490349420135405128da466d72ac74c",
|
|
46
46
|
"keywords": [
|
|
47
47
|
"Blocks"
|
|
48
48
|
]
|