@next-bricks/data-view 1.6.0 → 1.6.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.
@@ -142,78 +142,60 @@
142
142
  "category": "big-screen-layout"
143
143
  },
144
144
  {
145
- "name": "data-view.battery-chart",
145
+ "name": "data-view.modern-style-treemap",
146
146
  "properties": [
147
147
  {
148
- "name": "value",
149
- "description": "",
150
- "type": "number"
151
- },
152
- {
153
- "name": "batteryWidth",
154
- "description": "",
155
- "type": "number"
156
- },
157
- {
158
- "name": "batteryHeight",
148
+ "name": "data",
159
149
  "description": "",
160
- "type": "number"
150
+ "attribute": false,
151
+ "type": "TreemapData"
161
152
  },
162
153
  {
163
- "name": "thresholdColors",
154
+ "name": "tail",
164
155
  "description": "",
156
+ "default": "TailTypes[\"treemapSquarify\"]",
165
157
  "attribute": false,
166
- "type": "ThresholdColor[]"
158
+ "type": "TailTypes"
167
159
  },
168
160
  {
169
- "name": "thresholdValue",
170
- "description": "",
171
- "type": "number"
172
- }
173
- ],
174
- "events": [],
175
- "slots": [],
176
- "methods": [],
177
- "parts": [],
178
- "description": "大屏电池",
179
- "category": "big-screen-content"
180
- },
181
- {
182
- "name": "data-view.modern-style-component-title",
183
- "properties": [
184
- {
185
- "name": "hideLeftComponent",
161
+ "name": "leafUseBrick",
186
162
  "description": "",
187
- "default": "false"
163
+ "attribute": false,
164
+ "type": "{ useBrick: UseBrickConf }"
188
165
  },
189
166
  {
190
- "name": "hideRightComponent",
167
+ "name": "leafContainerStyle",
191
168
  "description": "",
192
- "default": "true"
169
+ "attribute": false,
170
+ "type": "CSSProperties"
193
171
  },
194
172
  {
195
- "name": "componentTitle",
173
+ "name": "tooltipUseBrick",
196
174
  "description": "",
197
- "type": "string"
175
+ "attribute": false,
176
+ "type": "{ useBrick: UseBrickConf }"
198
177
  },
199
178
  {
200
- "name": "titleTextStyle",
179
+ "name": "tooltipStyle",
201
180
  "description": "",
202
181
  "attribute": false,
203
182
  "type": "CSSProperties"
204
- },
183
+ }
184
+ ],
185
+ "events": [
205
186
  {
206
- "name": "squareColor",
187
+ "name": "treemap.click",
207
188
  "description": "",
208
- "attribute": false,
209
- "type": "CSSProperties[\"color\"]"
189
+ "detail": {
190
+ "description": null,
191
+ "type": "TreemapData"
192
+ }
210
193
  }
211
194
  ],
212
- "events": [],
213
195
  "slots": [],
214
196
  "methods": [],
215
197
  "parts": [],
216
- "description": "现代风组件标题",
198
+ "description": "现代风树图",
217
199
  "category": "big-screen-content"
218
200
  },
219
201
  {
@@ -257,6 +239,44 @@
257
239
  "description": "基础下拉菜单",
258
240
  "category": "big-screen-content"
259
241
  },
242
+ {
243
+ "name": "data-view.modern-style-component-title",
244
+ "properties": [
245
+ {
246
+ "name": "hideLeftComponent",
247
+ "description": "",
248
+ "default": "false"
249
+ },
250
+ {
251
+ "name": "hideRightComponent",
252
+ "description": "",
253
+ "default": "true"
254
+ },
255
+ {
256
+ "name": "componentTitle",
257
+ "description": "",
258
+ "type": "string"
259
+ },
260
+ {
261
+ "name": "titleTextStyle",
262
+ "description": "",
263
+ "attribute": false,
264
+ "type": "CSSProperties"
265
+ },
266
+ {
267
+ "name": "squareColor",
268
+ "description": "",
269
+ "attribute": false,
270
+ "type": "CSSProperties[\"color\"]"
271
+ }
272
+ ],
273
+ "events": [],
274
+ "slots": [],
275
+ "methods": [],
276
+ "parts": [],
277
+ "description": "现代风组件标题",
278
+ "category": "big-screen-content"
279
+ },
260
280
  {
261
281
  "name": "data-view.complex-search",
262
282
  "properties": [
@@ -332,88 +352,125 @@
332
352
  "category": "big-screen-content"
333
353
  },
334
354
  {
335
- "name": "data-view.loading-panel",
355
+ "name": "data-view.modern-style-page-title",
336
356
  "properties": [
337
357
  {
338
- "name": "customTitle",
358
+ "name": "pageTitle",
339
359
  "description": "",
340
360
  "type": "string"
341
361
  },
342
362
  {
343
- "name": "loading",
363
+ "name": "description",
344
364
  "description": "",
345
- "type": "boolean"
365
+ "type": "string"
346
366
  },
347
367
  {
348
- "name": "useRealTimeProgress",
368
+ "name": "backgroundStyle",
349
369
  "description": "",
350
- "default": "false",
351
- "type": "boolean"
370
+ "attribute": false,
371
+ "type": "CSSProperties"
352
372
  },
353
373
  {
354
- "name": "progress",
374
+ "name": "leftRoundStyle",
355
375
  "description": "",
356
- "type": "number"
376
+ "attribute": false,
377
+ "type": "CSSProperties"
357
378
  },
358
379
  {
359
- "name": "intervalTime",
380
+ "name": "rightRoundStyle",
360
381
  "description": "",
361
- "type": "number"
382
+ "attribute": false,
383
+ "type": "CSSProperties"
362
384
  }
363
385
  ],
364
- "events": [
386
+ "events": [],
387
+ "slots": [],
388
+ "methods": [],
389
+ "parts": [],
390
+ "description": "现代风页面标题",
391
+ "category": "big-screen-content"
392
+ },
393
+ {
394
+ "name": "data-view.battery-chart",
395
+ "properties": [
365
396
  {
366
- "name": "end",
397
+ "name": "value",
367
398
  "description": "",
368
- "detail": {
369
- "description": null,
370
- "type": "void"
371
- }
399
+ "type": "number"
400
+ },
401
+ {
402
+ "name": "batteryWidth",
403
+ "description": "",
404
+ "type": "number"
405
+ },
406
+ {
407
+ "name": "batteryHeight",
408
+ "description": "",
409
+ "type": "number"
410
+ },
411
+ {
412
+ "name": "thresholdColors",
413
+ "description": "",
414
+ "attribute": false,
415
+ "type": "ThresholdColor[]"
416
+ },
417
+ {
418
+ "name": "thresholdValue",
419
+ "description": "",
420
+ "type": "number"
372
421
  }
373
422
  ],
423
+ "events": [],
374
424
  "slots": [],
375
425
  "methods": [],
376
426
  "parts": [],
377
- "description": "大屏加载模块展示",
427
+ "description": "大屏电池",
378
428
  "category": "big-screen-content"
379
429
  },
380
430
  {
381
- "name": "data-view.modern-style-page-title",
431
+ "name": "data-view.loading-panel",
382
432
  "properties": [
383
433
  {
384
- "name": "pageTitle",
434
+ "name": "customTitle",
385
435
  "description": "",
386
436
  "type": "string"
387
437
  },
388
438
  {
389
- "name": "description",
439
+ "name": "loading",
390
440
  "description": "",
391
- "type": "string"
441
+ "type": "boolean"
392
442
  },
393
443
  {
394
- "name": "backgroundStyle",
444
+ "name": "useRealTimeProgress",
395
445
  "description": "",
396
- "attribute": false,
397
- "type": "CSSProperties"
446
+ "default": "false",
447
+ "type": "boolean"
398
448
  },
399
449
  {
400
- "name": "leftRoundStyle",
450
+ "name": "progress",
401
451
  "description": "",
402
- "attribute": false,
403
- "type": "CSSProperties"
452
+ "type": "number"
404
453
  },
405
454
  {
406
- "name": "rightRoundStyle",
455
+ "name": "intervalTime",
407
456
  "description": "",
408
- "attribute": false,
409
- "type": "CSSProperties"
457
+ "type": "number"
458
+ }
459
+ ],
460
+ "events": [
461
+ {
462
+ "name": "end",
463
+ "description": "",
464
+ "detail": {
465
+ "description": null,
466
+ "type": "void"
467
+ }
410
468
  }
411
469
  ],
412
- "events": [],
413
470
  "slots": [],
414
471
  "methods": [],
415
472
  "parts": [],
416
- "description": "现代风页面标题",
473
+ "description": "大屏加载模块展示",
417
474
  "category": "big-screen-content"
418
475
  },
419
476
  {
@@ -513,63 +570,6 @@
513
570
  "parts": [],
514
571
  "description": "应用墙系统卡片"
515
572
  },
516
- {
517
- "name": "data-view.modern-style-treemap",
518
- "properties": [
519
- {
520
- "name": "data",
521
- "description": "",
522
- "attribute": false,
523
- "type": "TreemapData"
524
- },
525
- {
526
- "name": "tail",
527
- "description": "",
528
- "default": "TailTypes[\"treemapSquarify\"]",
529
- "attribute": false,
530
- "type": "TailTypes"
531
- },
532
- {
533
- "name": "leafUseBrick",
534
- "description": "",
535
- "attribute": false,
536
- "type": "{ useBrick: UseBrickConf }"
537
- },
538
- {
539
- "name": "leafContainerStyle",
540
- "description": "",
541
- "attribute": false,
542
- "type": "CSSProperties"
543
- },
544
- {
545
- "name": "tooltipUseBrick",
546
- "description": "",
547
- "attribute": false,
548
- "type": "{ useBrick: UseBrickConf }"
549
- },
550
- {
551
- "name": "tooltipStyle",
552
- "description": "",
553
- "attribute": false,
554
- "type": "CSSProperties"
555
- }
556
- ],
557
- "events": [
558
- {
559
- "name": "treemap.click",
560
- "description": "",
561
- "detail": {
562
- "description": null,
563
- "type": "TreemapData"
564
- }
565
- }
566
- ],
567
- "slots": [],
568
- "methods": [],
569
- "parts": [],
570
- "description": "现代风树图",
571
- "category": "big-screen-content"
572
- },
573
573
  {
574
574
  "name": "data-view.app-wall-relation-line",
575
575
  "properties": [
@@ -902,40 +902,40 @@
902
902
  "category": "big-screen-layout"
903
903
  },
904
904
  {
905
- "name": "data-view.graph-node",
905
+ "name": "data-view.graph-text",
906
906
  "properties": [
907
907
  {
908
- "name": "url",
908
+ "name": "text",
909
909
  "description": "",
910
910
  "type": "string"
911
+ },
912
+ {
913
+ "name": "value",
914
+ "description": "",
915
+ "type": "string | number"
911
916
  }
912
917
  ],
913
918
  "events": [],
914
919
  "slots": [],
915
920
  "methods": [],
916
921
  "parts": [],
917
- "description": "Graph Node",
922
+ "description": "Graph text",
918
923
  "category": "big-screen-content"
919
924
  },
920
925
  {
921
- "name": "data-view.graph-text",
926
+ "name": "data-view.graph-node",
922
927
  "properties": [
923
928
  {
924
- "name": "text",
929
+ "name": "url",
925
930
  "description": "",
926
931
  "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 text",
938
+ "description": "Graph Node",
939
939
  "category": "big-screen-content"
940
940
  },
941
941
  {
@@ -1001,6 +1001,24 @@
1001
1001
  "description": "大屏网格背景",
1002
1002
  "category": "big-screen-layout"
1003
1003
  },
1004
+ {
1005
+ "name": "data-view.gear-background",
1006
+ "properties": [
1007
+ {
1008
+ "name": "color",
1009
+ "description": "",
1010
+ "default": "\"#3366FF\"",
1011
+ "attribute": false,
1012
+ "type": "React.CSSProperties[\"color\"]"
1013
+ }
1014
+ ],
1015
+ "events": [],
1016
+ "slots": [],
1017
+ "methods": [],
1018
+ "parts": [],
1019
+ "description": "齿轮背景",
1020
+ "category": "big-screen-layout"
1021
+ },
1004
1022
  {
1005
1023
  "name": "data-view.radar-chart",
1006
1024
  "properties": [
@@ -1126,24 +1144,6 @@
1126
1144
  "description": "大屏标题文本构件",
1127
1145
  "category": "big-screen-content"
1128
1146
  },
1129
- {
1130
- "name": "data-view.gear-background",
1131
- "properties": [
1132
- {
1133
- "name": "color",
1134
- "description": "",
1135
- "default": "\"#3366FF\"",
1136
- "attribute": false,
1137
- "type": "React.CSSProperties[\"color\"]"
1138
- }
1139
- ],
1140
- "events": [],
1141
- "slots": [],
1142
- "methods": [],
1143
- "parts": [],
1144
- "description": "齿轮背景",
1145
- "category": "big-screen-layout"
1146
- },
1147
1147
  {
1148
1148
  "name": "data-view.brick-notification",
1149
1149
  "properties": [
@@ -1405,7 +1405,7 @@
1405
1405
  "description": "基础指标组构件"
1406
1406
  },
1407
1407
  {
1408
- "name": "data-view.data-display-flipper-fifth",
1408
+ "name": "data-view.data-display-flipper",
1409
1409
  "properties": [
1410
1410
  {
1411
1411
  "name": "flipperTitle",
@@ -1441,17 +1441,23 @@
1441
1441
  "description": "标题是否展示默认前缀图片",
1442
1442
  "default": "true",
1443
1443
  "type": "boolean"
1444
+ },
1445
+ {
1446
+ "name": "separator",
1447
+ "description": "翻牌器数字和单位之间的分隔符",
1448
+ "attribute": false,
1449
+ "type": "string"
1444
1450
  }
1445
1451
  ],
1446
1452
  "events": [],
1447
1453
  "slots": [],
1448
1454
  "methods": [],
1449
1455
  "parts": [],
1450
- "description": "翻牌器-type-5",
1456
+ "description": "翻牌器-type-3",
1451
1457
  "category": "big-screen-content"
1452
1458
  },
1453
1459
  {
1454
- "name": "data-view.data-display-flipper",
1460
+ "name": "data-view.data-display-flipper-sixth",
1455
1461
  "properties": [
1456
1462
  {
1457
1463
  "name": "flipperTitle",
@@ -1469,41 +1475,17 @@
1469
1475
  "description": "翻牌器数值",
1470
1476
  "attribute": false,
1471
1477
  "type": "number | string"
1472
- },
1473
- {
1474
- "name": "unit",
1475
- "description": "翻牌器单位",
1476
- "attribute": false,
1477
- "type": "string"
1478
- },
1479
- {
1480
- "name": "enableTitlePrefix",
1481
- "description": "是否启用标题前缀插槽",
1482
- "default": "false",
1483
- "type": "boolean"
1484
- },
1485
- {
1486
- "name": "showDefaultPrefix",
1487
- "description": "标题是否展示默认前缀图片",
1488
- "default": "true",
1489
- "type": "boolean"
1490
- },
1491
- {
1492
- "name": "separator",
1493
- "description": "翻牌器数字和单位之间的分隔符",
1494
- "attribute": false,
1495
- "type": "string"
1496
1478
  }
1497
1479
  ],
1498
1480
  "events": [],
1499
1481
  "slots": [],
1500
1482
  "methods": [],
1501
1483
  "parts": [],
1502
- "description": "翻牌器-type-3",
1484
+ "description": "翻牌器-type-6",
1503
1485
  "category": "big-screen-content"
1504
1486
  },
1505
1487
  {
1506
- "name": "data-view.data-display-flipper-sixth",
1488
+ "name": "data-view.data-display-flipper-fifth",
1507
1489
  "properties": [
1508
1490
  {
1509
1491
  "name": "flipperTitle",
@@ -1521,13 +1503,31 @@
1521
1503
  "description": "翻牌器数值",
1522
1504
  "attribute": false,
1523
1505
  "type": "number | string"
1506
+ },
1507
+ {
1508
+ "name": "unit",
1509
+ "description": "翻牌器单位",
1510
+ "attribute": false,
1511
+ "type": "string"
1512
+ },
1513
+ {
1514
+ "name": "enableTitlePrefix",
1515
+ "description": "是否启用标题前缀插槽",
1516
+ "default": "false",
1517
+ "type": "boolean"
1518
+ },
1519
+ {
1520
+ "name": "showDefaultPrefix",
1521
+ "description": "标题是否展示默认前缀图片",
1522
+ "default": "true",
1523
+ "type": "boolean"
1524
1524
  }
1525
1525
  ],
1526
1526
  "events": [],
1527
1527
  "slots": [],
1528
1528
  "methods": [],
1529
1529
  "parts": [],
1530
- "description": "翻牌器-type-6",
1530
+ "description": "翻牌器-type-5",
1531
1531
  "category": "big-screen-content"
1532
1532
  },
1533
1533
  {
@@ -1639,17 +1639,17 @@
1639
1639
  "description": "有水晶球动画的数据展示构件。"
1640
1640
  },
1641
1641
  {
1642
- "name": "data-view.globe-with-halo-indicator",
1642
+ "name": "data-view.globe-with-gear-indicator",
1643
1643
  "properties": [
1644
1644
  {
1645
1645
  "name": "dataSource",
1646
- "description": "指标数据列表(显示在环上)\n\n注意:最多显示8项数据",
1646
+ "description": "指标数据列表(显示在环上)\n\n注意:最多显示12项数据",
1647
1647
  "attribute": false,
1648
1648
  "type": "DataItem[]"
1649
1649
  },
1650
1650
  {
1651
1651
  "name": "centerDataSource",
1652
- "description": "中心数据(显示在中心地球内)",
1652
+ "description": "中心数据(显示在中心水晶球内)",
1653
1653
  "attribute": false,
1654
1654
  "type": "DataItem"
1655
1655
  },
@@ -1670,20 +1670,20 @@
1670
1670
  "slots": [],
1671
1671
  "methods": [],
1672
1672
  "parts": [],
1673
- "description": "地球加光环的数据展示构件。"
1673
+ "description": "地球加轮盘的数据展示构件。"
1674
1674
  },
1675
1675
  {
1676
- "name": "data-view.globe-with-gear-indicator",
1676
+ "name": "data-view.globe-with-halo-indicator",
1677
1677
  "properties": [
1678
1678
  {
1679
1679
  "name": "dataSource",
1680
- "description": "指标数据列表(显示在环上)\n\n注意:最多显示12项数据",
1680
+ "description": "指标数据列表(显示在环上)\n\n注意:最多显示8项数据",
1681
1681
  "attribute": false,
1682
1682
  "type": "DataItem[]"
1683
1683
  },
1684
1684
  {
1685
1685
  "name": "centerDataSource",
1686
- "description": "中心数据(显示在中心水晶球内)",
1686
+ "description": "中心数据(显示在中心地球内)",
1687
1687
  "attribute": false,
1688
1688
  "type": "DataItem"
1689
1689
  },
@@ -1704,7 +1704,7 @@
1704
1704
  "slots": [],
1705
1705
  "methods": [],
1706
1706
  "parts": [],
1707
- "description": "地球加轮盘的数据展示构件。"
1707
+ "description": "地球加光环的数据展示构件。"
1708
1708
  },
1709
1709
  {
1710
1710
  "name": "data-view.bubbles-indicator",