@next-bricks/data-view 1.12.6 → 1.12.7
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 +13 -13
- package/dist/chunks/{8826.4d6be14b.js → 8826.0ddc7335.js} +2 -2
- package/dist/chunks/{8826.4d6be14b.js.map → 8826.0ddc7335.js.map} +1 -1
- package/dist/chunks/948.3dac7f67.js.map +1 -1
- package/dist/chunks/{complex-search.6a42c5fa.js → complex-search.e66b567c.js} +2 -2
- package/dist/chunks/{complex-search.6a42c5fa.js.map → complex-search.e66b567c.js.map} +1 -1
- package/dist/chunks/{main.d3aeba23.js → main.b16fad69.js} +2 -2
- package/dist/chunks/{main.d3aeba23.js.map → main.b16fad69.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.0c28b431.js → modern-style-treemap.daa88fdf.js} +3 -3
- package/dist/chunks/{modern-style-treemap.0c28b431.js.map → modern-style-treemap.daa88fdf.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.5fce8056.js → index.0c81014a.js} +2 -2
- package/dist/{index.5fce8056.js.map → index.0c81014a.js.map} +1 -1
- package/dist/manifest.json +159 -159
- package/dist/types.json +1125 -1125
- package/package.json +2 -2
- /package/dist/chunks/{modern-style-treemap.0c28b431.js.LICENSE.txt → modern-style-treemap.daa88fdf.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -49,6 +49,45 @@
|
|
|
49
49
|
"description": "大屏仪表盘",
|
|
50
50
|
"category": "big-screen-content"
|
|
51
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "data-view.modern-style-page-title",
|
|
54
|
+
"properties": [
|
|
55
|
+
{
|
|
56
|
+
"name": "pageTitle",
|
|
57
|
+
"description": "",
|
|
58
|
+
"type": "string"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "description",
|
|
62
|
+
"description": "",
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "backgroundStyle",
|
|
67
|
+
"description": "",
|
|
68
|
+
"attribute": false,
|
|
69
|
+
"type": "CSSProperties"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "leftRoundStyle",
|
|
73
|
+
"description": "",
|
|
74
|
+
"attribute": false,
|
|
75
|
+
"type": "CSSProperties"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "rightRoundStyle",
|
|
79
|
+
"description": "",
|
|
80
|
+
"attribute": false,
|
|
81
|
+
"type": "CSSProperties"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"events": [],
|
|
85
|
+
"slots": [],
|
|
86
|
+
"methods": [],
|
|
87
|
+
"parts": [],
|
|
88
|
+
"description": "现代风页面标题",
|
|
89
|
+
"category": "big-screen-content"
|
|
90
|
+
},
|
|
52
91
|
{
|
|
53
92
|
"name": "data-view.modern-style-component-title",
|
|
54
93
|
"properties": [
|
|
@@ -87,6 +126,63 @@
|
|
|
87
126
|
"description": "现代风组件标题",
|
|
88
127
|
"category": "big-screen-content"
|
|
89
128
|
},
|
|
129
|
+
{
|
|
130
|
+
"name": "data-view.modern-style-treemap",
|
|
131
|
+
"properties": [
|
|
132
|
+
{
|
|
133
|
+
"name": "data",
|
|
134
|
+
"description": "",
|
|
135
|
+
"attribute": false,
|
|
136
|
+
"type": "TreemapData"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "tail",
|
|
140
|
+
"description": "",
|
|
141
|
+
"default": "TailTypes[\"treemapSquarify\"]",
|
|
142
|
+
"attribute": false,
|
|
143
|
+
"type": "TailTypes"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "leafUseBrick",
|
|
147
|
+
"description": "",
|
|
148
|
+
"attribute": false,
|
|
149
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "leafContainerStyle",
|
|
153
|
+
"description": "",
|
|
154
|
+
"attribute": false,
|
|
155
|
+
"type": "CSSProperties"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "tooltipUseBrick",
|
|
159
|
+
"description": "",
|
|
160
|
+
"attribute": false,
|
|
161
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "tooltipStyle",
|
|
165
|
+
"description": "",
|
|
166
|
+
"attribute": false,
|
|
167
|
+
"type": "CSSProperties"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"events": [
|
|
171
|
+
{
|
|
172
|
+
"name": "treemap.click",
|
|
173
|
+
"description": "",
|
|
174
|
+
"detail": {
|
|
175
|
+
"description": null,
|
|
176
|
+
"type": "TreemapData"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"slots": [],
|
|
181
|
+
"methods": [],
|
|
182
|
+
"parts": [],
|
|
183
|
+
"description": "现代风树图",
|
|
184
|
+
"category": "big-screen-content"
|
|
185
|
+
},
|
|
90
186
|
{
|
|
91
187
|
"name": "data-view.tabs-drawer",
|
|
92
188
|
"properties": [
|
|
@@ -179,102 +275,6 @@
|
|
|
179
275
|
"description": "大屏仪标签页抽屉",
|
|
180
276
|
"category": "big-screen-layout"
|
|
181
277
|
},
|
|
182
|
-
{
|
|
183
|
-
"name": "data-view.modern-style-page-title",
|
|
184
|
-
"properties": [
|
|
185
|
-
{
|
|
186
|
-
"name": "pageTitle",
|
|
187
|
-
"description": "",
|
|
188
|
-
"type": "string"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"name": "description",
|
|
192
|
-
"description": "",
|
|
193
|
-
"type": "string"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "backgroundStyle",
|
|
197
|
-
"description": "",
|
|
198
|
-
"attribute": false,
|
|
199
|
-
"type": "CSSProperties"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"name": "leftRoundStyle",
|
|
203
|
-
"description": "",
|
|
204
|
-
"attribute": false,
|
|
205
|
-
"type": "CSSProperties"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"name": "rightRoundStyle",
|
|
209
|
-
"description": "",
|
|
210
|
-
"attribute": false,
|
|
211
|
-
"type": "CSSProperties"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"events": [],
|
|
215
|
-
"slots": [],
|
|
216
|
-
"methods": [],
|
|
217
|
-
"parts": [],
|
|
218
|
-
"description": "现代风页面标题",
|
|
219
|
-
"category": "big-screen-content"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "data-view.modern-style-treemap",
|
|
223
|
-
"properties": [
|
|
224
|
-
{
|
|
225
|
-
"name": "data",
|
|
226
|
-
"description": "",
|
|
227
|
-
"attribute": false,
|
|
228
|
-
"type": "TreemapData"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "tail",
|
|
232
|
-
"description": "",
|
|
233
|
-
"default": "TailTypes[\"treemapSquarify\"]",
|
|
234
|
-
"attribute": false,
|
|
235
|
-
"type": "TailTypes"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"name": "leafUseBrick",
|
|
239
|
-
"description": "",
|
|
240
|
-
"attribute": false,
|
|
241
|
-
"type": "{ useBrick: UseBrickConf }"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"name": "leafContainerStyle",
|
|
245
|
-
"description": "",
|
|
246
|
-
"attribute": false,
|
|
247
|
-
"type": "CSSProperties"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "tooltipUseBrick",
|
|
251
|
-
"description": "",
|
|
252
|
-
"attribute": false,
|
|
253
|
-
"type": "{ useBrick: UseBrickConf }"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"name": "tooltipStyle",
|
|
257
|
-
"description": "",
|
|
258
|
-
"attribute": false,
|
|
259
|
-
"type": "CSSProperties"
|
|
260
|
-
}
|
|
261
|
-
],
|
|
262
|
-
"events": [
|
|
263
|
-
{
|
|
264
|
-
"name": "treemap.click",
|
|
265
|
-
"description": "",
|
|
266
|
-
"detail": {
|
|
267
|
-
"description": null,
|
|
268
|
-
"type": "TreemapData"
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
],
|
|
272
|
-
"slots": [],
|
|
273
|
-
"methods": [],
|
|
274
|
-
"parts": [],
|
|
275
|
-
"description": "现代风树图",
|
|
276
|
-
"category": "big-screen-content"
|
|
277
|
-
},
|
|
278
278
|
{
|
|
279
279
|
"name": "data-view.battery-chart",
|
|
280
280
|
"properties": [
|
|
@@ -731,59 +731,6 @@
|
|
|
731
731
|
"parts": [],
|
|
732
732
|
"description": "应用墙缩略图"
|
|
733
733
|
},
|
|
734
|
-
{
|
|
735
|
-
"name": "data-view.cabinet-graph",
|
|
736
|
-
"properties": [
|
|
737
|
-
{
|
|
738
|
-
"name": "dataSource",
|
|
739
|
-
"description": "",
|
|
740
|
-
"attribute": false,
|
|
741
|
-
"type": "AppData"
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"name": "activeKey",
|
|
745
|
-
"description": "",
|
|
746
|
-
"attribute": false,
|
|
747
|
-
"type": "string | string[]"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"name": "hiddenCloseBtn",
|
|
751
|
-
"description": "",
|
|
752
|
-
"type": "boolean"
|
|
753
|
-
}
|
|
754
|
-
],
|
|
755
|
-
"events": [
|
|
756
|
-
{
|
|
757
|
-
"name": "close.button.click",
|
|
758
|
-
"description": "",
|
|
759
|
-
"detail": {
|
|
760
|
-
"description": null,
|
|
761
|
-
"type": "void"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"name": "cabinet.click",
|
|
766
|
-
"description": "",
|
|
767
|
-
"detail": {
|
|
768
|
-
"description": null,
|
|
769
|
-
"type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"name": "cabinet.dbclick",
|
|
774
|
-
"description": "",
|
|
775
|
-
"detail": {
|
|
776
|
-
"description": null,
|
|
777
|
-
"type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
],
|
|
781
|
-
"slots": [],
|
|
782
|
-
"methods": [],
|
|
783
|
-
"parts": [],
|
|
784
|
-
"description": "cabinet 部署架构拓扑",
|
|
785
|
-
"category": "big-screen-content"
|
|
786
|
-
},
|
|
787
734
|
{
|
|
788
735
|
"name": "data-view.app-wall",
|
|
789
736
|
"properties": [
|
|
@@ -1305,6 +1252,59 @@
|
|
|
1305
1252
|
"parts": [],
|
|
1306
1253
|
"description": "大屏按钮"
|
|
1307
1254
|
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "data-view.cabinet-graph",
|
|
1257
|
+
"properties": [
|
|
1258
|
+
{
|
|
1259
|
+
"name": "dataSource",
|
|
1260
|
+
"description": "",
|
|
1261
|
+
"attribute": false,
|
|
1262
|
+
"type": "AppData"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "activeKey",
|
|
1266
|
+
"description": "",
|
|
1267
|
+
"attribute": false,
|
|
1268
|
+
"type": "string | string[]"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "hiddenCloseBtn",
|
|
1272
|
+
"description": "",
|
|
1273
|
+
"type": "boolean"
|
|
1274
|
+
}
|
|
1275
|
+
],
|
|
1276
|
+
"events": [
|
|
1277
|
+
{
|
|
1278
|
+
"name": "close.button.click",
|
|
1279
|
+
"description": "",
|
|
1280
|
+
"detail": {
|
|
1281
|
+
"description": null,
|
|
1282
|
+
"type": "void"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "cabinet.click",
|
|
1287
|
+
"description": "",
|
|
1288
|
+
"detail": {
|
|
1289
|
+
"description": null,
|
|
1290
|
+
"type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "cabinet.dbclick",
|
|
1295
|
+
"description": "",
|
|
1296
|
+
"detail": {
|
|
1297
|
+
"description": null,
|
|
1298
|
+
"type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
],
|
|
1302
|
+
"slots": [],
|
|
1303
|
+
"methods": [],
|
|
1304
|
+
"parts": [],
|
|
1305
|
+
"description": "cabinet 部署架构拓扑",
|
|
1306
|
+
"category": "big-screen-content"
|
|
1307
|
+
},
|
|
1308
1308
|
{
|
|
1309
1309
|
"name": "data-view.tech-mesh-base-view",
|
|
1310
1310
|
"properties": [
|
|
@@ -1666,17 +1666,17 @@
|
|
|
1666
1666
|
"description": "有水晶球动画的数据展示构件。"
|
|
1667
1667
|
},
|
|
1668
1668
|
{
|
|
1669
|
-
"name": "data-view.globe-with-
|
|
1669
|
+
"name": "data-view.globe-with-gear-indicator",
|
|
1670
1670
|
"properties": [
|
|
1671
1671
|
{
|
|
1672
1672
|
"name": "dataSource",
|
|
1673
|
-
"description": "指标数据列表(显示在环上)\n\n注意:最多显示
|
|
1673
|
+
"description": "指标数据列表(显示在环上)\n\n注意:最多显示12项数据",
|
|
1674
1674
|
"attribute": false,
|
|
1675
1675
|
"type": "DataItem[]"
|
|
1676
1676
|
},
|
|
1677
1677
|
{
|
|
1678
1678
|
"name": "centerDataSource",
|
|
1679
|
-
"description": "
|
|
1679
|
+
"description": "中心数据(显示在中心水晶球内)",
|
|
1680
1680
|
"attribute": false,
|
|
1681
1681
|
"type": "DataItem"
|
|
1682
1682
|
},
|
|
@@ -1697,10 +1697,10 @@
|
|
|
1697
1697
|
"slots": [],
|
|
1698
1698
|
"methods": [],
|
|
1699
1699
|
"parts": [],
|
|
1700
|
-
"description": "
|
|
1700
|
+
"description": "地球加轮盘的数据展示构件。"
|
|
1701
1701
|
},
|
|
1702
1702
|
{
|
|
1703
|
-
"name": "data-view.
|
|
1703
|
+
"name": "data-view.bubbles-indicator",
|
|
1704
1704
|
"properties": [
|
|
1705
1705
|
{
|
|
1706
1706
|
"name": "dataSource",
|
|
@@ -1731,20 +1731,20 @@
|
|
|
1731
1731
|
"slots": [],
|
|
1732
1732
|
"methods": [],
|
|
1733
1733
|
"parts": [],
|
|
1734
|
-
"description": "
|
|
1734
|
+
"description": "气泡样式的数据展示构件。"
|
|
1735
1735
|
},
|
|
1736
1736
|
{
|
|
1737
|
-
"name": "data-view.
|
|
1737
|
+
"name": "data-view.globe-with-halo-indicator",
|
|
1738
1738
|
"properties": [
|
|
1739
1739
|
{
|
|
1740
1740
|
"name": "dataSource",
|
|
1741
|
-
"description": "指标数据列表(显示在环上)\n\n注意:最多显示
|
|
1741
|
+
"description": "指标数据列表(显示在环上)\n\n注意:最多显示8项数据",
|
|
1742
1742
|
"attribute": false,
|
|
1743
1743
|
"type": "DataItem[]"
|
|
1744
1744
|
},
|
|
1745
1745
|
{
|
|
1746
1746
|
"name": "centerDataSource",
|
|
1747
|
-
"description": "
|
|
1747
|
+
"description": "中心数据(显示在中心地球内)",
|
|
1748
1748
|
"attribute": false,
|
|
1749
1749
|
"type": "DataItem"
|
|
1750
1750
|
},
|
|
@@ -1765,7 +1765,7 @@
|
|
|
1765
1765
|
"slots": [],
|
|
1766
1766
|
"methods": [],
|
|
1767
1767
|
"parts": [],
|
|
1768
|
-
"description": "
|
|
1768
|
+
"description": "地球加光环的数据展示构件。"
|
|
1769
1769
|
},
|
|
1770
1770
|
{
|
|
1771
1771
|
"name": "data-view.globe-with-orbit-indicator",
|