@nocobase/plugin-data-visualization 2.0.0-alpha.12 → 2.0.0-alpha.14
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/bcfa24cf0a4a0516.js +47 -0
- package/dist/client/flow/models/ChartBlockModel.d.ts +1 -0
- package/dist/client/flow/utils.d.ts +2 -0
- package/dist/client/index.js +1 -1
- package/dist/client/utils.d.ts +11 -11
- package/dist/externalVersion.js +9 -9
- 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/705739cc59c95502.js +0 -47
- package/dist/client/flow/models/FormItemLite.d.ts +0 -13
package/dist/client/utils.d.ts
CHANGED
|
@@ -88,19 +88,19 @@ export declare const getSelectedFields: (fields: FieldOption[], query: QueryProp
|
|
|
88
88
|
name?: string;
|
|
89
89
|
type?: string;
|
|
90
90
|
interface?: string;
|
|
91
|
-
uiSchema?: import("@formily/
|
|
91
|
+
uiSchema?: import("@formily/json-schema").Stringify<{
|
|
92
92
|
[key: symbol]: any;
|
|
93
93
|
[key: `x-${string}`]: any;
|
|
94
94
|
[key: `x-${number}`]: any;
|
|
95
95
|
version?: string;
|
|
96
|
-
name?: import("@formily/
|
|
96
|
+
name?: import("@formily/json-schema").SchemaKey;
|
|
97
97
|
title?: any;
|
|
98
98
|
description?: any;
|
|
99
99
|
default?: any;
|
|
100
100
|
readOnly?: boolean;
|
|
101
101
|
writeOnly?: boolean;
|
|
102
|
-
type?: import("@formily/
|
|
103
|
-
enum?: import("@formily/
|
|
102
|
+
type?: import("@formily/json-schema").SchemaTypes;
|
|
103
|
+
enum?: import("@formily/json-schema").SchemaEnum<any>;
|
|
104
104
|
const?: any;
|
|
105
105
|
multipleOf?: number;
|
|
106
106
|
maximum?: number;
|
|
@@ -119,12 +119,12 @@ export declare const getSelectedFields: (fields: FieldOption[], query: QueryProp
|
|
|
119
119
|
format?: string;
|
|
120
120
|
$ref?: string;
|
|
121
121
|
$namespace?: string;
|
|
122
|
-
definitions?: import("@formily/
|
|
123
|
-
properties?: import("@formily/
|
|
124
|
-
items?: import("@formily/
|
|
125
|
-
additionalItems?: import("@formily/
|
|
126
|
-
patternProperties?: import("@formily/
|
|
127
|
-
additionalProperties?: import("@formily/
|
|
122
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
123
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
124
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any>;
|
|
125
|
+
additionalItems?: import("@formily/json-schema").Stringify<any>;
|
|
126
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
127
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any>;
|
|
128
128
|
"x-value"?: any;
|
|
129
129
|
"x-index"?: number;
|
|
130
130
|
"x-pattern"?: any;
|
|
@@ -134,7 +134,7 @@ export declare const getSelectedFields: (fields: FieldOption[], query: QueryProp
|
|
|
134
134
|
"x-decorator-props"?: any;
|
|
135
135
|
"x-component"?: any;
|
|
136
136
|
"x-component-props"?: any;
|
|
137
|
-
"x-reactions"?: import("@formily/
|
|
137
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any>;
|
|
138
138
|
"x-content"?: any;
|
|
139
139
|
"x-data"?: any;
|
|
140
140
|
"x-visible"?: boolean;
|
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.14",
|
|
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.14",
|
|
14
|
+
"@nocobase/flow-engine": "2.0.0-alpha.14",
|
|
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.14",
|
|
20
|
+
"@nocobase/server": "2.0.0-alpha.14",
|
|
21
|
+
"@nocobase/test": "2.0.0-alpha.14",
|
|
22
|
+
"@nocobase/utils": "2.0.0-alpha.14",
|
|
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.14",
|
|
31
|
+
"@nocobase/database": "2.0.0-alpha.14",
|
|
32
32
|
"sequelize": "6.35.2",
|
|
33
33
|
"@formily/reactive": "2.3.7"
|
|
34
34
|
};
|
|
@@ -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-17T08:35:27.717Z"}
|
|
@@ -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-17T08:35:28.263Z"}
|
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.14",
|
|
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": "6b4785d03d0a551f1fe6815e9bcbc7a9f38901df",
|
|
46
46
|
"keywords": [
|
|
47
47
|
"Blocks"
|
|
48
48
|
]
|