@next-bricks/data-view 1.1.0 → 1.1.1

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.
@@ -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": [
@@ -180,99 +276,40 @@
180
276
  "category": "big-screen-layout"
181
277
  },
182
278
  {
183
- "name": "data-view.modern-style-treemap",
184
- "properties": [
185
- {
186
- "name": "data",
187
- "description": "",
188
- "attribute": false,
189
- "type": "TreemapData"
190
- },
191
- {
192
- "name": "tail",
193
- "description": "",
194
- "default": "TailTypes[\"treemapSquarify\"]",
195
- "attribute": false,
196
- "type": "TailTypes"
197
- },
198
- {
199
- "name": "leafUseBrick",
200
- "description": "",
201
- "attribute": false,
202
- "type": "{ useBrick: UseBrickConf }"
203
- },
204
- {
205
- "name": "leafContainerStyle",
206
- "description": "",
207
- "attribute": false,
208
- "type": "CSSProperties"
209
- },
210
- {
211
- "name": "tooltipUseBrick",
212
- "description": "",
213
- "attribute": false,
214
- "type": "{ useBrick: UseBrickConf }"
215
- },
216
- {
217
- "name": "tooltipStyle",
218
- "description": "",
219
- "attribute": false,
220
- "type": "CSSProperties"
221
- }
222
- ],
223
- "events": [
224
- {
225
- "name": "treemap.click",
226
- "description": "",
227
- "detail": {
228
- "description": null,
229
- "type": "TreemapData"
230
- }
231
- }
232
- ],
233
- "slots": [],
234
- "methods": [],
235
- "parts": [],
236
- "description": "现代风树图",
237
- "category": "big-screen-content"
238
- },
239
- {
240
- "name": "data-view.modern-style-page-title",
279
+ "name": "data-view.battery-chart",
241
280
  "properties": [
242
281
  {
243
- "name": "pageTitle",
282
+ "name": "value",
244
283
  "description": "",
245
- "type": "string"
284
+ "type": "number"
246
285
  },
247
286
  {
248
- "name": "description",
287
+ "name": "batteryWidth",
249
288
  "description": "",
250
- "type": "string"
289
+ "type": "number"
251
290
  },
252
291
  {
253
- "name": "backgroundStyle",
292
+ "name": "batteryHeight",
254
293
  "description": "",
255
- "attribute": false,
256
- "type": "CSSProperties"
294
+ "type": "number"
257
295
  },
258
296
  {
259
- "name": "leftRoundStyle",
297
+ "name": "thresholdColors",
260
298
  "description": "",
261
299
  "attribute": false,
262
- "type": "CSSProperties"
300
+ "type": "ThresholdColor[]"
263
301
  },
264
302
  {
265
- "name": "rightRoundStyle",
303
+ "name": "thresholdValue",
266
304
  "description": "",
267
- "attribute": false,
268
- "type": "CSSProperties"
305
+ "type": "number"
269
306
  }
270
307
  ],
271
308
  "events": [],
272
309
  "slots": [],
273
310
  "methods": [],
274
311
  "parts": [],
275
- "description": "现代风页面标题",
312
+ "description": "大屏电池",
276
313
  "category": "big-screen-content"
277
314
  },
278
315
  {
@@ -316,43 +353,6 @@
316
353
  "description": "基础下拉菜单",
317
354
  "category": "big-screen-content"
318
355
  },
319
- {
320
- "name": "data-view.battery-chart",
321
- "properties": [
322
- {
323
- "name": "value",
324
- "description": "",
325
- "type": "number"
326
- },
327
- {
328
- "name": "batteryWidth",
329
- "description": "",
330
- "type": "number"
331
- },
332
- {
333
- "name": "batteryHeight",
334
- "description": "",
335
- "type": "number"
336
- },
337
- {
338
- "name": "thresholdColors",
339
- "description": "",
340
- "attribute": false,
341
- "type": "ThresholdColor[]"
342
- },
343
- {
344
- "name": "thresholdValue",
345
- "description": "",
346
- "type": "number"
347
- }
348
- ],
349
- "events": [],
350
- "slots": [],
351
- "methods": [],
352
- "parts": [],
353
- "description": "大屏电池",
354
- "category": "big-screen-content"
355
- },
356
356
  {
357
357
  "name": "data-view.complex-search",
358
358
  "properties": [
@@ -427,52 +427,6 @@
427
427
  "description": "大屏搜索构件",
428
428
  "category": "big-screen-content"
429
429
  },
430
- {
431
- "name": "data-view.loading-panel",
432
- "properties": [
433
- {
434
- "name": "customTitle",
435
- "description": "",
436
- "type": "string"
437
- },
438
- {
439
- "name": "loading",
440
- "description": "",
441
- "type": "boolean"
442
- },
443
- {
444
- "name": "useRealTimeProgress",
445
- "description": "",
446
- "default": "false",
447
- "type": "boolean"
448
- },
449
- {
450
- "name": "progress",
451
- "description": "",
452
- "type": "number"
453
- },
454
- {
455
- "name": "intervalTime",
456
- "description": "",
457
- "type": "number"
458
- }
459
- ],
460
- "events": [
461
- {
462
- "name": "end",
463
- "description": "",
464
- "detail": {
465
- "description": null,
466
- "type": "void"
467
- }
468
- }
469
- ],
470
- "slots": [],
471
- "methods": [],
472
- "parts": [],
473
- "description": "大屏加载模块展示",
474
- "category": "big-screen-content"
475
- },
476
430
  {
477
431
  "name": "data-view.particle-animation",
478
432
  "properties": [
@@ -522,6 +476,52 @@
522
476
  "parts": [],
523
477
  "description": "应用墙子构件----卡片项"
524
478
  },
479
+ {
480
+ "name": "data-view.loading-panel",
481
+ "properties": [
482
+ {
483
+ "name": "customTitle",
484
+ "description": "",
485
+ "type": "string"
486
+ },
487
+ {
488
+ "name": "loading",
489
+ "description": "",
490
+ "type": "boolean"
491
+ },
492
+ {
493
+ "name": "useRealTimeProgress",
494
+ "description": "",
495
+ "default": "false",
496
+ "type": "boolean"
497
+ },
498
+ {
499
+ "name": "progress",
500
+ "description": "",
501
+ "type": "number"
502
+ },
503
+ {
504
+ "name": "intervalTime",
505
+ "description": "",
506
+ "type": "number"
507
+ }
508
+ ],
509
+ "events": [
510
+ {
511
+ "name": "end",
512
+ "description": "",
513
+ "detail": {
514
+ "description": null,
515
+ "type": "void"
516
+ }
517
+ }
518
+ ],
519
+ "slots": [],
520
+ "methods": [],
521
+ "parts": [],
522
+ "description": "大屏加载模块展示",
523
+ "category": "big-screen-content"
524
+ },
525
525
  {
526
526
  "name": "data-view.app-wall-system-card",
527
527
  "properties": [
@@ -586,6 +586,22 @@
586
586
  "parts": [],
587
587
  "description": "应用墙子构件----关联连线"
588
588
  },
589
+ {
590
+ "name": "data-view.cabinet-button",
591
+ "properties": [
592
+ {
593
+ "name": "buttonStyle",
594
+ "description": "",
595
+ "attribute": false,
596
+ "type": "React.CSSProperties"
597
+ }
598
+ ],
599
+ "events": [],
600
+ "slots": [],
601
+ "methods": [],
602
+ "parts": [],
603
+ "description": "大屏按钮"
604
+ },
589
605
  {
590
606
  "name": "data-view.cabinet-node",
591
607
  "properties": [
@@ -616,22 +632,6 @@
616
632
  "parts": [],
617
633
  "description": "cabinet子构件----节点"
618
634
  },
619
- {
620
- "name": "data-view.cabinet-button",
621
- "properties": [
622
- {
623
- "name": "buttonStyle",
624
- "description": "",
625
- "attribute": false,
626
- "type": "React.CSSProperties"
627
- }
628
- ],
629
- "events": [],
630
- "slots": [],
631
- "methods": [],
632
- "parts": [],
633
- "description": "大屏按钮"
634
- },
635
635
  {
636
636
  "name": "data-view.cabinet-app-layer",
637
637
  "properties": [
@@ -902,40 +902,40 @@
902
902
  "category": "big-screen-layout"
903
903
  },
904
904
  {
905
- "name": "data-view.graph-text",
905
+ "name": "data-view.graph-node",
906
906
  "properties": [
907
907
  {
908
- "name": "text",
908
+ "name": "url",
909
909
  "description": "",
910
910
  "type": "string"
911
- },
912
- {
913
- "name": "value",
914
- "description": "",
915
- "type": "string | number"
916
911
  }
917
912
  ],
918
913
  "events": [],
919
914
  "slots": [],
920
915
  "methods": [],
921
916
  "parts": [],
922
- "description": "Graph text",
917
+ "description": "Graph Node",
923
918
  "category": "big-screen-content"
924
919
  },
925
920
  {
926
- "name": "data-view.graph-node",
921
+ "name": "data-view.graph-text",
927
922
  "properties": [
928
923
  {
929
- "name": "url",
924
+ "name": "text",
930
925
  "description": "",
931
926
  "type": "string"
927
+ },
928
+ {
929
+ "name": "value",
930
+ "description": "",
931
+ "type": "string | number"
932
932
  }
933
933
  ],
934
934
  "events": [],
935
935
  "slots": [],
936
936
  "methods": [],
937
937
  "parts": [],
938
- "description": "Graph Node",
938
+ "description": "Graph text",
939
939
  "category": "big-screen-content"
940
940
  },
941
941
  {
@@ -1102,6 +1102,28 @@
1102
1102
  "description": "雷达图",
1103
1103
  "category": "big-screen-content"
1104
1104
  },
1105
+ {
1106
+ "name": "data-view.brick-notification",
1107
+ "properties": [
1108
+ {
1109
+ "name": "message",
1110
+ "description": "提示内容",
1111
+ "default": "-",
1112
+ "type": "string"
1113
+ },
1114
+ {
1115
+ "name": "icon",
1116
+ "description": "图标",
1117
+ "default": "-",
1118
+ "attribute": false,
1119
+ "type": "GeneralIconProps"
1120
+ }
1121
+ ],
1122
+ "events": [],
1123
+ "slots": [],
1124
+ "methods": [],
1125
+ "parts": []
1126
+ },
1105
1127
  {
1106
1128
  "name": "data-view.title-text",
1107
1129
  "properties": [
@@ -1144,28 +1166,6 @@
1144
1166
  "description": "大屏标题文本构件",
1145
1167
  "category": "big-screen-content"
1146
1168
  },
1147
- {
1148
- "name": "data-view.brick-notification",
1149
- "properties": [
1150
- {
1151
- "name": "message",
1152
- "description": "提示内容",
1153
- "default": "-",
1154
- "type": "string"
1155
- },
1156
- {
1157
- "name": "icon",
1158
- "description": "图标",
1159
- "default": "-",
1160
- "attribute": false,
1161
- "type": "GeneralIconProps"
1162
- }
1163
- ],
1164
- "events": [],
1165
- "slots": [],
1166
- "methods": [],
1167
- "parts": []
1168
- },
1169
1169
  {
1170
1170
  "name": "data-view.tabs-page-title",
1171
1171
  "properties": [
@@ -1295,21 +1295,6 @@
1295
1295
  "description": "构件 `data-view.lights-component-title`",
1296
1296
  "category": "big-screen-content"
1297
1297
  },
1298
- {
1299
- "name": "data-view.tech-mesh-base-view",
1300
- "properties": [],
1301
- "events": [],
1302
- "slots": [
1303
- {
1304
- "name": null,
1305
- "description": "页面内容"
1306
- }
1307
- ],
1308
- "methods": [],
1309
- "parts": [],
1310
- "description": "大屏框架构件-网格纹",
1311
- "category": "big-screen-layout"
1312
- },
1313
1298
  {
1314
1299
  "name": "data-view.simple-card-item",
1315
1300
  "properties": [
@@ -1367,6 +1352,21 @@
1367
1352
  "description": "基础卡片项",
1368
1353
  "category": "big-screen-content"
1369
1354
  },
1355
+ {
1356
+ "name": "data-view.tech-mesh-base-view",
1357
+ "properties": [],
1358
+ "events": [],
1359
+ "slots": [
1360
+ {
1361
+ "name": null,
1362
+ "description": "页面内容"
1363
+ }
1364
+ ],
1365
+ "methods": [],
1366
+ "parts": [],
1367
+ "description": "大屏框架构件-网格纹",
1368
+ "category": "big-screen-layout"
1369
+ },
1370
1370
  {
1371
1371
  "name": "data-view.basic-index-group",
1372
1372
  "properties": [
@@ -1405,7 +1405,7 @@
1405
1405
  "description": "基础指标组构件"
1406
1406
  },
1407
1407
  {
1408
- "name": "data-view.data-display-flipper",
1408
+ "name": "data-view.data-display-flipper-fifth",
1409
1409
  "properties": [
1410
1410
  {
1411
1411
  "name": "flipperTitle",
@@ -1441,23 +1441,17 @@
1441
1441
  "description": "标题是否展示默认前缀图片",
1442
1442
  "default": "true",
1443
1443
  "type": "boolean"
1444
- },
1445
- {
1446
- "name": "separator",
1447
- "description": "翻牌器数字和单位之间的分隔符",
1448
- "attribute": false,
1449
- "type": "string"
1450
1444
  }
1451
1445
  ],
1452
1446
  "events": [],
1453
1447
  "slots": [],
1454
1448
  "methods": [],
1455
1449
  "parts": [],
1456
- "description": "翻牌器-type-3",
1450
+ "description": "翻牌器-type-5",
1457
1451
  "category": "big-screen-content"
1458
1452
  },
1459
1453
  {
1460
- "name": "data-view.data-display-flipper-fifth",
1454
+ "name": "data-view.data-display-flipper",
1461
1455
  "properties": [
1462
1456
  {
1463
1457
  "name": "flipperTitle",
@@ -1493,13 +1487,19 @@
1493
1487
  "description": "标题是否展示默认前缀图片",
1494
1488
  "default": "true",
1495
1489
  "type": "boolean"
1490
+ },
1491
+ {
1492
+ "name": "separator",
1493
+ "description": "翻牌器数字和单位之间的分隔符",
1494
+ "attribute": false,
1495
+ "type": "string"
1496
1496
  }
1497
1497
  ],
1498
1498
  "events": [],
1499
1499
  "slots": [],
1500
1500
  "methods": [],
1501
1501
  "parts": [],
1502
- "description": "翻牌器-type-5",
1502
+ "description": "翻牌器-type-3",
1503
1503
  "category": "big-screen-content"
1504
1504
  },
1505
1505
  {