@nocobase/plugin-data-visualization 2.0.0-alpha.7 → 2.0.0-alpha.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/dist/client/9147ee5ec2a6b9da.js +47 -0
- package/dist/client/flow/models/ChartBlockModel.d.ts +16 -18
- package/dist/client/flow/models/ChartOptionsBuilder.d.ts +3 -5
- package/dist/client/flow/models/ChartOptionsBuilder.service.d.ts +35 -3
- package/dist/client/flow/models/{ChartEventsEditor.d.ts → EventsEditor.d.ts} +2 -1
- package/dist/client/flow/utils.d.ts +1 -0
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +9 -9
- package/dist/locale/en-US.json +6 -1
- package/dist/locale/zh-CN.json +6 -1
- 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/3c1a56fe0c67b292.js +0 -47
- package/dist/client/flow/models/ChartPreviewer.d.ts +0 -10
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.8",
|
|
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.8",
|
|
14
|
+
"@nocobase/flow-engine": "2.0.0-alpha.8",
|
|
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.8",
|
|
20
|
+
"@nocobase/server": "2.0.0-alpha.8",
|
|
21
|
+
"@nocobase/test": "2.0.0-alpha.8",
|
|
22
|
+
"@nocobase/utils": "2.0.0-alpha.8",
|
|
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.8",
|
|
31
|
+
"@nocobase/database": "2.0.0-alpha.8",
|
|
32
32
|
"sequelize": "6.35.2",
|
|
33
33
|
"@formily/reactive": "2.3.7"
|
|
34
34
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Chart settings": "Chart settings",
|
|
2
3
|
"Edit": "Edit",
|
|
3
4
|
"Delete": "Delete",
|
|
4
5
|
"Cancel": "Cancel",
|
|
@@ -15,10 +16,12 @@
|
|
|
15
16
|
"Transform": "Transform",
|
|
16
17
|
"Chart type": "Chart type",
|
|
17
18
|
"JSON config": "JSON config",
|
|
19
|
+
"Query builder": "Query builder",
|
|
20
|
+
"Data query": "Data query",
|
|
18
21
|
"Query": "Query",
|
|
19
22
|
"Data": "Data",
|
|
20
23
|
"Run query": "Run query",
|
|
21
|
-
"
|
|
24
|
+
"Data result": "Data result",
|
|
22
25
|
"Measures": "Measures",
|
|
23
26
|
"Dimensions": "Dimensions",
|
|
24
27
|
"Filter": "Filter",
|
|
@@ -32,6 +35,7 @@
|
|
|
32
35
|
"Aggregation": "Aggregation",
|
|
33
36
|
"Alias": "Alias",
|
|
34
37
|
"Format": "Format",
|
|
38
|
+
"Chart options": "Chart options",
|
|
35
39
|
"The first 10 records of the query result:": "The first 10 records of the query result:",
|
|
36
40
|
"Please run query to retrive data.": "Please run query to retrive data.",
|
|
37
41
|
"Type": "Type",
|
|
@@ -55,6 +59,7 @@
|
|
|
55
59
|
"Percent": "Percent",
|
|
56
60
|
"Exponential": "Exponential",
|
|
57
61
|
"Abbreviation": "Abbreviation",
|
|
62
|
+
"Events": "Events",
|
|
58
63
|
"Please configure and run query": "Please configure and run query",
|
|
59
64
|
"Please configure chart": "Please configure chart",
|
|
60
65
|
"Are you sure to cancel?": "Are you sure to cancel?",
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Chart settings": "图表设置",
|
|
2
3
|
"Edit": "编辑",
|
|
3
4
|
"Delete": "删除",
|
|
4
5
|
"Cancel": "取消",
|
|
@@ -15,10 +16,12 @@
|
|
|
15
16
|
"Transform": "数据转换",
|
|
16
17
|
"Chart type": "图表类型",
|
|
17
18
|
"JSON config": "JSON 配置",
|
|
19
|
+
"Query builder": "查询构建器",
|
|
20
|
+
"Data query": "数据查询",
|
|
18
21
|
"Query": "查询",
|
|
19
22
|
"Data": "数据",
|
|
20
23
|
"Run query": "运行查询",
|
|
21
|
-
"
|
|
24
|
+
"Data result": "数据结果",
|
|
22
25
|
"Measures": "度量",
|
|
23
26
|
"Dimensions": "维度",
|
|
24
27
|
"Filter": "过滤",
|
|
@@ -32,6 +35,7 @@
|
|
|
32
35
|
"Aggregation": "聚合",
|
|
33
36
|
"Alias": "别名",
|
|
34
37
|
"Format": "格式",
|
|
38
|
+
"Chart options": "图表选项",
|
|
35
39
|
"The first 10 records of the query result:": "查询结果的前 10 条记录:",
|
|
36
40
|
"Please run query to retrive data.": "请执行查询来获取数据。",
|
|
37
41
|
"Type": "类型",
|
|
@@ -55,6 +59,7 @@
|
|
|
55
59
|
"Percent": "百分比",
|
|
56
60
|
"Exponential": "科学记数法",
|
|
57
61
|
"Abbreviation": "缩写",
|
|
62
|
+
"Events": "事件",
|
|
58
63
|
"Please configure and run query": "请配置并执行数据查询",
|
|
59
64
|
"Please configure chart": "请配置图表",
|
|
60
65
|
"Are you sure to cancel?": "确定要取消吗?",
|
|
@@ -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-14T08:42:27.298Z"}
|
|
@@ -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-14T08:42:27.833Z"}
|
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.8",
|
|
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": "ff91246a3914c72dc1f4000d85df10a16798ff78",
|
|
46
46
|
"keywords": [
|
|
47
47
|
"Blocks"
|
|
48
48
|
]
|