@next-bricks/data-view 0.24.9 → 0.24.10
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/bricks.json +3 -3
- package/dist/examples.json +6 -6
- package/dist/{index.910e7b62.js → index.11d952a1.js} +2 -2
- package/dist/{index.910e7b62.js.map → index.11d952a1.js.map} +1 -1
- package/dist/manifest.json +101 -101
- package/dist/types.json +1286 -1286
- package/package.json +3 -3
package/dist/manifest.json
CHANGED
|
@@ -3,6 +3,107 @@
|
|
|
3
3
|
"package": "@next-bricks/data-view",
|
|
4
4
|
"name": "data-view",
|
|
5
5
|
"bricks": [
|
|
6
|
+
{
|
|
7
|
+
"name": "data-view.gear-background",
|
|
8
|
+
"properties": [
|
|
9
|
+
{
|
|
10
|
+
"name": "color",
|
|
11
|
+
"description": "",
|
|
12
|
+
"default": "\"#3366FF\"",
|
|
13
|
+
"attribute": false,
|
|
14
|
+
"type": "React.CSSProperties[\"color\"]"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"events": [],
|
|
18
|
+
"slots": [],
|
|
19
|
+
"methods": [],
|
|
20
|
+
"parts": [],
|
|
21
|
+
"description": "齿轮背景",
|
|
22
|
+
"category": "big-screen-layout"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "data-view.radar-chart",
|
|
26
|
+
"properties": [
|
|
27
|
+
{
|
|
28
|
+
"name": "dataSource",
|
|
29
|
+
"description": "",
|
|
30
|
+
"required": true,
|
|
31
|
+
"default": null,
|
|
32
|
+
"attribute": false,
|
|
33
|
+
"type": "Data[]"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "width",
|
|
37
|
+
"description": "",
|
|
38
|
+
"required": true,
|
|
39
|
+
"default": null,
|
|
40
|
+
"attribute": false,
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "radius",
|
|
45
|
+
"description": "",
|
|
46
|
+
"required": true,
|
|
47
|
+
"default": null,
|
|
48
|
+
"attribute": false,
|
|
49
|
+
"type": "number"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "scale",
|
|
53
|
+
"description": "",
|
|
54
|
+
"required": true,
|
|
55
|
+
"default": "0.25",
|
|
56
|
+
"attribute": false,
|
|
57
|
+
"type": "number"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "height",
|
|
61
|
+
"description": "",
|
|
62
|
+
"required": true,
|
|
63
|
+
"default": null,
|
|
64
|
+
"attribute": false,
|
|
65
|
+
"type": "number"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "value",
|
|
69
|
+
"description": "",
|
|
70
|
+
"required": true,
|
|
71
|
+
"default": null,
|
|
72
|
+
"attribute": false,
|
|
73
|
+
"type": "number | string"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "dataFill",
|
|
77
|
+
"description": "",
|
|
78
|
+
"required": true,
|
|
79
|
+
"default": null,
|
|
80
|
+
"attribute": false,
|
|
81
|
+
"type": "DataFill"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "dataCircle",
|
|
85
|
+
"description": "",
|
|
86
|
+
"required": true,
|
|
87
|
+
"default": null,
|
|
88
|
+
"attribute": false,
|
|
89
|
+
"type": "DataCircle"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "dataLine",
|
|
93
|
+
"description": "",
|
|
94
|
+
"required": true,
|
|
95
|
+
"default": null,
|
|
96
|
+
"attribute": false,
|
|
97
|
+
"type": "DataLine"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"events": [],
|
|
101
|
+
"slots": [],
|
|
102
|
+
"methods": [],
|
|
103
|
+
"parts": [],
|
|
104
|
+
"description": "雷达图",
|
|
105
|
+
"category": "big-screen-content"
|
|
106
|
+
},
|
|
6
107
|
{
|
|
7
108
|
"name": "data-view.gauge-chart",
|
|
8
109
|
"properties": [
|
|
@@ -995,107 +1096,6 @@
|
|
|
995
1096
|
"description": "大屏网格背景",
|
|
996
1097
|
"category": "big-screen-layout"
|
|
997
1098
|
},
|
|
998
|
-
{
|
|
999
|
-
"name": "data-view.gear-background",
|
|
1000
|
-
"properties": [
|
|
1001
|
-
{
|
|
1002
|
-
"name": "color",
|
|
1003
|
-
"description": "",
|
|
1004
|
-
"default": "\"#3366FF\"",
|
|
1005
|
-
"attribute": false,
|
|
1006
|
-
"type": "React.CSSProperties[\"color\"]"
|
|
1007
|
-
}
|
|
1008
|
-
],
|
|
1009
|
-
"events": [],
|
|
1010
|
-
"slots": [],
|
|
1011
|
-
"methods": [],
|
|
1012
|
-
"parts": [],
|
|
1013
|
-
"description": "齿轮背景",
|
|
1014
|
-
"category": "big-screen-layout"
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"name": "data-view.radar-chart",
|
|
1018
|
-
"properties": [
|
|
1019
|
-
{
|
|
1020
|
-
"name": "dataSource",
|
|
1021
|
-
"description": "",
|
|
1022
|
-
"required": true,
|
|
1023
|
-
"default": null,
|
|
1024
|
-
"attribute": false,
|
|
1025
|
-
"type": "Data[]"
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"name": "width",
|
|
1029
|
-
"description": "",
|
|
1030
|
-
"required": true,
|
|
1031
|
-
"default": null,
|
|
1032
|
-
"attribute": false,
|
|
1033
|
-
"type": "number"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"name": "radius",
|
|
1037
|
-
"description": "",
|
|
1038
|
-
"required": true,
|
|
1039
|
-
"default": null,
|
|
1040
|
-
"attribute": false,
|
|
1041
|
-
"type": "number"
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"name": "scale",
|
|
1045
|
-
"description": "",
|
|
1046
|
-
"required": true,
|
|
1047
|
-
"default": "0.25",
|
|
1048
|
-
"attribute": false,
|
|
1049
|
-
"type": "number"
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"name": "height",
|
|
1053
|
-
"description": "",
|
|
1054
|
-
"required": true,
|
|
1055
|
-
"default": null,
|
|
1056
|
-
"attribute": false,
|
|
1057
|
-
"type": "number"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"name": "value",
|
|
1061
|
-
"description": "",
|
|
1062
|
-
"required": true,
|
|
1063
|
-
"default": null,
|
|
1064
|
-
"attribute": false,
|
|
1065
|
-
"type": "number | string"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "dataFill",
|
|
1069
|
-
"description": "",
|
|
1070
|
-
"required": true,
|
|
1071
|
-
"default": null,
|
|
1072
|
-
"attribute": false,
|
|
1073
|
-
"type": "DataFill"
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "dataCircle",
|
|
1077
|
-
"description": "",
|
|
1078
|
-
"required": true,
|
|
1079
|
-
"default": null,
|
|
1080
|
-
"attribute": false,
|
|
1081
|
-
"type": "DataCircle"
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"name": "dataLine",
|
|
1085
|
-
"description": "",
|
|
1086
|
-
"required": true,
|
|
1087
|
-
"default": null,
|
|
1088
|
-
"attribute": false,
|
|
1089
|
-
"type": "DataLine"
|
|
1090
|
-
}
|
|
1091
|
-
],
|
|
1092
|
-
"events": [],
|
|
1093
|
-
"slots": [],
|
|
1094
|
-
"methods": [],
|
|
1095
|
-
"parts": [],
|
|
1096
|
-
"description": "雷达图",
|
|
1097
|
-
"category": "big-screen-content"
|
|
1098
|
-
},
|
|
1099
1099
|
{
|
|
1100
1100
|
"name": "data-view.title-text",
|
|
1101
1101
|
"properties": [
|