@nocobase/plugin-data-visualization 2.0.0-alpha.56 → 2.0.0-alpha.57
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/{5387c18fa6562726.js → 9c2f4ec240382bfb.js} +2 -2
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +10 -10
- package/dist/locale/zh-CN.json +2 -2
- 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/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.57",
|
|
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.57",
|
|
14
|
+
"@nocobase/flow-engine": "2.0.0-alpha.57",
|
|
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.57",
|
|
20
|
+
"@nocobase/server": "2.0.0-alpha.57",
|
|
21
|
+
"@nocobase/test": "2.0.0-alpha.57",
|
|
22
|
+
"@nocobase/utils": "2.0.0-alpha.57",
|
|
23
23
|
"react": "18.2.0",
|
|
24
24
|
"@emotion/css": "11.13.0",
|
|
25
25
|
"@ant-design/icons": "5.6.1",
|
|
@@ -27,9 +27,9 @@ 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.
|
|
32
|
-
"@nocobase/acl": "2.0.0-alpha.
|
|
30
|
+
"@nocobase/actions": "2.0.0-alpha.57",
|
|
31
|
+
"@nocobase/database": "2.0.0-alpha.57",
|
|
32
|
+
"@nocobase/acl": "2.0.0-alpha.57",
|
|
33
33
|
"sequelize": "6.35.2",
|
|
34
34
|
"@formily/reactive": "2.3.7"
|
|
35
35
|
};
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"Please click 'Run Query' to fetch data before configuring chart options": "请先点击”运行查询“获取数据,再配置图表选项",
|
|
90
90
|
"Please configure and run query": "请配置并执行数据查询",
|
|
91
91
|
"Please configure chart": "请配置图表",
|
|
92
|
-
"Please run query to retrive data.": "
|
|
92
|
+
"Please run query to retrive data.": "请运行查询来获取数据。",
|
|
93
93
|
"Please select a chart type.": "请选择图表类型",
|
|
94
94
|
"Query": "查询",
|
|
95
95
|
"Recommend chart type by data structure and explain reasons": "请根据数据结构推荐图表类型并解释原因",
|
|
96
|
-
"Run query": "
|
|
96
|
+
"Run query": "运行查询",
|
|
97
97
|
"Same properties set in the form above will be overwritten by this JSON config.": "上面表单中设置的相同属性将被JSON配置覆盖。",
|
|
98
98
|
"Scatter": "散点图",
|
|
99
99
|
"Select Field": "选择字段",
|
|
@@ -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-12-
|
|
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-12-23T17:46:11.752Z"}
|
|
@@ -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-12-
|
|
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-12-23T17:46:12.378Z"}
|
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.57",
|
|
4
4
|
"displayName": "Data visualization",
|
|
5
5
|
"displayName.ru-RU": "Визуализация данных",
|
|
6
6
|
"displayName.zh-CN": "数据可视化",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@nocobase/test": "2.x",
|
|
46
46
|
"@nocobase/utils": "2.x"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "b9ec8bc83fd86a9cadfc4fb2f87a4e015061b289",
|
|
49
49
|
"keywords": [
|
|
50
50
|
"Blocks"
|
|
51
51
|
]
|